-- MySQL dump 10.13  Distrib 5.7.23-23, for Linux (x86_64)
--
-- Host: localhost    Database: arxacomm_wp340
-- ------------------------------------------------------
-- Server version	5.7.23-23

/*!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 utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
/*!50717 SELECT COUNT(*) INTO @rocksdb_has_p_s_session_variables FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'performance_schema' AND TABLE_NAME = 'session_variables' */;
/*!50717 SET @rocksdb_get_is_supported = IF (@rocksdb_has_p_s_session_variables, 'SELECT COUNT(*) INTO @rocksdb_is_supported FROM performance_schema.session_variables WHERE VARIABLE_NAME=\'rocksdb_bulk_load\'', 'SELECT 0') */;
/*!50717 PREPARE s FROM @rocksdb_get_is_supported */;
/*!50717 EXECUTE s */;
/*!50717 DEALLOCATE PREPARE s */;
/*!50717 SET @rocksdb_enable_bulk_load = IF (@rocksdb_is_supported, 'SET SESSION rocksdb_bulk_load = 1', 'SET @rocksdb_dummy_bulk_load = 0') */;
/*!50717 PREPARE s FROM @rocksdb_enable_bulk_load */;
/*!50717 EXECUTE s */;
/*!50717 DEALLOCATE PREPARE s */;

--
-- Table structure for table `wpau_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wpau_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) unsigned NOT NULL DEFAULT '10',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `attempts` int(11) NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=2093 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_actionscheduler_actions`
--

LOCK TABLES `wpau_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wpau_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wpau_actionscheduler_actions` VALUES (29,'action_scheduler/migration_hook','failed','2024-08-21 05:56:40','2024-08-21 05:56:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1724219800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1724219800;}',1,1,'2024-08-21 05:56:44','2024-08-21 05:56:44',0,NULL),(36,'action_scheduler/migration_hook','failed','2024-08-27 07:47:10','2024-08-27 07:47:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1724744830;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1724744830;}',1,1,'2024-08-27 07:47:12','2024-08-27 07:47:12',0,NULL),(41,'wpforms_admin_addons_cache_update','complete','2024-09-03 07:47:45','2024-09-03 07:47:45',10,'{\"tasks_meta_id\":15}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725349665;s:18:\"\0*\0first_timestamp\";i:1725349665;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725349665;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2024-09-03 07:50:37','2024-09-03 07:50:37',0,NULL),(42,'wpforms_builder_help_cache_update','complete','2024-09-03 07:47:56','2024-09-03 07:47:56',10,'{\"tasks_meta_id\":16}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725349676;s:18:\"\0*\0first_timestamp\";i:1725349676;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725349676;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2024-09-03 07:50:37','2024-09-03 07:50:37',0,NULL),(43,'wpforms_admin_builder_templates_cache_update','complete','2024-09-03 07:47:56','2024-09-03 07:47:56',10,'{\"tasks_meta_id\":17}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725349676;s:18:\"\0*\0first_timestamp\";i:1725349676;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725349676;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2024-09-03 07:50:37','2024-09-03 07:50:37',0,NULL),(1463,'wpforms_process_forms_locator_scan','complete','2024-08-31 15:54:41','2024-08-31 15:54:41',10,'{\"tasks_meta_id\":19}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725119681;s:18:\"\0*\0first_timestamp\";i:1724773010;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725119681;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-08-31 15:57:54','2024-08-31 15:57:54',0,NULL),(1464,'wpforms_email_summaries_fetch_info_blocks','pending','2024-09-07 03:13:13','2024-09-07 03:13:13',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725678793;s:18:\"\0*\0first_timestamp\";i:1725073790;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725678793;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(1465,'wpforms_process_forms_locator_scan','complete','2024-09-01 15:57:54','2024-09-01 15:57:54',10,'{\"tasks_meta_id\":19}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725206274;s:18:\"\0*\0first_timestamp\";i:1724773010;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725206274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-09-01 16:02:55','2024-09-01 16:02:55',0,NULL),(1466,'wpforms_process_forms_locator_scan','complete','2024-09-02 16:02:55','2024-09-02 16:02:55',10,'{\"tasks_meta_id\":19}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725292975;s:18:\"\0*\0first_timestamp\";i:1724773010;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725292975;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-09-02 16:10:36','2024-09-02 16:10:36',0,NULL),(1467,'wpforms_admin_notifications_update','complete','2024-09-02 05:32:26','2024-09-02 05:32:26',10,'{\"tasks_meta_id\":26}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2024-09-02 05:34:00','2024-09-02 05:34:00',0,NULL),(1468,'rocket_job_warmup','complete','2024-09-02 12:20:32','2024-09-02 12:20:32',10,'[]','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2024-09-02 12:20:59','2024-09-02 12:20:59',0,NULL),(1469,'rocket_job_warmup','complete','2024-09-02 12:20:49','2024-09-02 12:20:49',10,'[]','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2024-09-02 12:20:59','2024-09-02 12:20:59',0,NULL),(1470,'rocket_preload_job_preload_url','complete','2024-09-02 12:24:01','2024-09-02 12:24:01',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:24:08','2024-09-02 12:24:08',0,NULL),(1471,'rocket_preload_job_parse_sitemap','complete','2024-09-02 12:24:01','2024-09-02 12:24:01',10,'[\"https:\\/\\/point2listing.ca\\/sitemap_index.xml\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:24:09','2024-09-02 12:24:09',0,NULL),(1472,'rocket_preload_job_check_finished','complete','2024-09-02 12:25:01','2024-09-02 12:25:01',10,'[1725279841]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725279901;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725279901;}',3,1,'2024-09-02 12:25:03','2024-09-02 12:25:03',0,NULL),(1473,'rocket_preload_job_parse_sitemap','complete','2024-09-02 12:24:09','2024-09-02 12:24:09',10,'[\"https:\\/\\/point2listing.ca\\/post-sitemap.xml\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:24:10','2024-09-02 12:24:10',0,NULL),(1474,'rocket_preload_job_parse_sitemap','complete','2024-09-02 12:24:09','2024-09-02 12:24:09',10,'[\"https:\\/\\/point2listing.ca\\/page-sitemap.xml\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:24:11','2024-09-02 12:24:11',0,NULL),(1475,'rocket_preload_job_parse_sitemap','complete','2024-09-02 12:24:09','2024-09-02 12:24:09',10,'[\"https:\\/\\/point2listing.ca\\/fts_builder-sitemap.xml\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:24:11','2024-09-02 12:24:11',0,NULL),(1476,'rocket_preload_job_parse_sitemap','complete','2024-09-02 12:24:09','2024-09-02 12:24:09',10,'[\"https:\\/\\/point2listing.ca\\/property-sitemap.xml\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:24:11','2024-09-02 12:24:11',0,NULL),(1477,'rocket_preload_job_parse_sitemap','complete','2024-09-02 12:24:09','2024-09-02 12:24:09',10,'[\"https:\\/\\/point2listing.ca\\/category-sitemap.xml\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:24:12','2024-09-02 12:24:12',0,NULL),(1478,'rocket_preload_job_parse_sitemap','complete','2024-09-02 12:24:09','2024-09-02 12:24:09',10,'[\"https:\\/\\/point2listing.ca\\/property_status-sitemap.xml\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:24:12','2024-09-02 12:24:12',0,NULL),(1479,'rocket_preload_job_parse_sitemap','complete','2024-09-02 12:24:09','2024-09-02 12:24:09',10,'[\"https:\\/\\/point2listing.ca\\/property_feature-sitemap.xml\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:24:13','2024-09-02 12:24:13',0,NULL),(1480,'rocket_preload_job_parse_sitemap','complete','2024-09-02 12:24:09','2024-09-02 12:24:09',10,'[\"https:\\/\\/point2listing.ca\\/author-sitemap.xml\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:24:13','2024-09-02 12:24:13',0,NULL),(1481,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:25:06','2024-09-02 12:25:06',0,NULL),(1482,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/the-best-real-estate-lead-generation-companies-of-2024\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:25:09','2024-09-02 12:25:09',0,NULL),(1483,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/7-real-estate-lead-generation-tips-for-quick-results\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:25:12','2024-09-02 12:25:12',0,NULL),(1484,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/what-are-the-benefits-of-real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:25:15','2024-09-02 12:25:15',0,NULL),(1485,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:25:18','2024-09-02 12:25:18',0,NULL),(1486,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:25:20','2024-09-02 12:25:20',0,NULL),(1487,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:25:23','2024-09-02 12:25:23',0,NULL),(1488,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/quebec\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:25:26','2024-09-02 12:25:26',0,NULL),(1489,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/ontario\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:26:15','2024-09-02 12:26:15',0,NULL),(1490,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/alberta\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:26:18','2024-09-02 12:26:18',0,NULL),(1491,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/british-columbia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:26:20','2024-09-02 12:26:20',0,NULL),(1492,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/saskatchewan\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:26:23','2024-09-02 12:26:23',0,NULL),(1493,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/nova-scotia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:26:26','2024-09-02 12:26:26',0,NULL),(1494,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:26:30','2024-09-02 12:26:30',0,NULL),(1495,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:26:34','2024-09-02 12:26:34',0,NULL),(1496,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:27:14','2024-09-02 12:27:14',0,NULL),(1497,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:27:17','2024-09-02 12:27:17',0,NULL),(1498,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:27:20','2024-09-02 12:27:20',0,NULL),(1499,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:27:23','2024-09-02 12:27:23',0,NULL),(1500,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/privacy-policy\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:27:26','2024-09-02 12:27:26',0,NULL),(1501,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:27:30','2024-09-02 12:27:30',0,NULL),(1502,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:27:33','2024-09-02 12:27:33',0,NULL),(1503,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:08','2024-09-02 12:28:08',0,NULL),(1504,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:11','2024-09-02 12:28:11',0,NULL),(1505,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:13','2024-09-02 12:28:13',0,NULL),(1506,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:16','2024-09-02 12:28:16',0,NULL),(1507,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:18','2024-09-02 12:28:18',0,NULL),(1508,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:21','2024-09-02 12:28:21',0,NULL),(1509,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:23','2024-09-02 12:28:23',0,NULL),(1510,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-1\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:26','2024-09-02 12:28:26',0,NULL),(1511,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-2\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:29','2024-09-02 12:28:29',0,NULL),(1512,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-3\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:37','2024-09-02 12:28:37',0,NULL),(1513,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-4\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:40','2024-09-02 12:28:40',0,NULL),(1514,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/category\\/real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:43','2024-09-02 12:28:43',0,NULL),(1515,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/status\\/for-sale\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:46','2024-09-02 12:28:46',0,NULL),(1516,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/feature\\/kitchen-island\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:48','2024-09-02 12:28:48',0,NULL),(1517,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/author\\/poin2info\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:51','2024-09-02 12:28:51',0,NULL),(1518,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:54','2024-09-02 12:28:54',0,NULL),(1519,'rocket_preload_job_preload_url','complete','2024-09-02 12:25:03','2024-09-02 12:25:03',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:28:57','2024-09-02 12:28:57',0,NULL),(1520,'rocket_preload_job_check_finished','complete','2024-09-02 12:26:03','2024-09-02 12:26:03',10,'[1725279903]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725279963;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725279963;}',3,1,'2024-09-02 12:29:03','2024-09-02 12:29:03',0,NULL),(1521,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:06','2024-09-02 12:29:06',0,NULL),(1522,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/the-best-real-estate-lead-generation-companies-of-2024\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:09','2024-09-02 12:29:09',0,NULL),(1523,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/7-real-estate-lead-generation-tips-for-quick-results\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:12','2024-09-02 12:29:12',0,NULL),(1524,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/what-are-the-benefits-of-real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:15','2024-09-02 12:29:15',0,NULL),(1525,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:18','2024-09-02 12:29:18',0,NULL),(1526,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:20','2024-09-02 12:29:20',0,NULL),(1527,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:23','2024-09-02 12:29:23',0,NULL),(1528,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/quebec\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:26','2024-09-02 12:29:26',0,NULL),(1529,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/ontario\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:31','2024-09-02 12:29:31',0,NULL),(1530,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/alberta\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:31','2024-09-02 12:29:31',0,NULL),(1531,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/british-columbia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:31','2024-09-02 12:29:31',0,NULL),(1532,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/saskatchewan\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:31','2024-09-02 12:29:31',0,NULL),(1533,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/nova-scotia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:31','2024-09-02 12:29:31',0,NULL),(1534,'rocket_preload_job_preload_url','complete','2024-09-02 12:26:11','2024-09-02 12:26:11',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:31','2024-09-02 12:29:31',0,NULL),(1535,'rocket_preload_job_preload_url','complete','2024-09-02 12:28:05','2024-09-02 12:28:05',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:34','2024-09-02 12:29:34',0,NULL),(1536,'rocket_preload_job_preload_url','complete','2024-09-02 12:28:05','2024-09-02 12:28:05',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:34','2024-09-02 12:29:34',0,NULL),(1537,'rocket_preload_job_preload_url','complete','2024-09-02 12:28:05','2024-09-02 12:28:05',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:34','2024-09-02 12:29:34',0,NULL),(1538,'rocket_preload_job_preload_url','complete','2024-09-02 12:28:05','2024-09-02 12:28:05',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:34','2024-09-02 12:29:34',0,NULL),(1539,'rocket_preload_job_preload_url','complete','2024-09-02 12:28:05','2024-09-02 12:28:05',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:34','2024-09-02 12:29:34',0,NULL),(1540,'rocket_preload_job_preload_url','complete','2024-09-02 12:28:05','2024-09-02 12:28:05',10,'[\"https:\\/\\/point2listing.ca\\/privacy-policy\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:34','2024-09-02 12:29:34',0,NULL),(1541,'rocket_preload_job_preload_url','complete','2024-09-02 12:29:01','2024-09-02 12:29:01',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:34','2024-09-02 12:29:34',0,NULL),(1542,'rocket_preload_job_preload_url','complete','2024-09-02 12:29:01','2024-09-02 12:29:01',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:34','2024-09-02 12:29:34',0,NULL),(1543,'rocket_preload_job_preload_url','complete','2024-09-02 12:29:01','2024-09-02 12:29:01',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:34','2024-09-02 12:29:34',0,NULL),(1544,'rocket_preload_job_preload_url','complete','2024-09-02 12:29:01','2024-09-02 12:29:01',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:34','2024-09-02 12:29:34',0,NULL),(1545,'rocket_preload_job_preload_url','complete','2024-09-02 12:29:01','2024-09-02 12:29:01',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:36','2024-09-02 12:29:36',0,NULL),(1546,'rocket_preload_job_preload_url','complete','2024-09-02 12:29:01','2024-09-02 12:29:01',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:38','2024-09-02 12:29:38',0,NULL),(1547,'rocket_preload_job_preload_url','complete','2024-09-02 12:29:01','2024-09-02 12:29:01',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:41','2024-09-02 12:29:41',0,NULL),(1548,'rocket_preload_job_preload_url','complete','2024-09-02 12:29:01','2024-09-02 12:29:01',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-1\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:41','2024-09-02 12:29:41',0,NULL),(1549,'rocket_preload_job_preload_url','complete','2024-09-02 12:29:01','2024-09-02 12:29:01',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-2\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:41','2024-09-02 12:29:41',0,NULL),(1550,'rocket_preload_job_preload_url','complete','2024-09-02 12:29:01','2024-09-02 12:29:01',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-3\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:41','2024-09-02 12:29:41',0,NULL),(1551,'rocket_preload_job_preload_url','complete','2024-09-02 12:29:01','2024-09-02 12:29:01',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-4\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:41','2024-09-02 12:29:41',0,NULL),(1552,'rocket_preload_job_preload_url','complete','2024-09-02 12:29:01','2024-09-02 12:29:01',10,'[\"https:\\/\\/point2listing.ca\\/category\\/real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:29:41','2024-09-02 12:29:41',0,NULL),(1553,'rocket_preload_job_check_finished','complete','2024-09-02 12:30:03','2024-09-02 12:30:03',10,'[1725280143]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725280203;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725280203;}',3,1,'2024-09-02 12:30:05','2024-09-02 12:30:05',0,NULL),(1554,'rocket_preload_job_preload_url','complete','2024-09-02 12:30:05','2024-09-02 12:30:05',10,'[\"https:\\/\\/point2listing.ca\\/status\\/for-sale\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:30:08','2024-09-02 12:30:08',0,NULL),(1555,'rocket_preload_job_preload_url','complete','2024-09-02 12:30:05','2024-09-02 12:30:05',10,'[\"https:\\/\\/point2listing.ca\\/feature\\/kitchen-island\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:30:11','2024-09-02 12:30:11',0,NULL),(1556,'rocket_preload_job_preload_url','complete','2024-09-02 12:30:05','2024-09-02 12:30:05',10,'[\"https:\\/\\/point2listing.ca\\/author\\/poin2info\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:30:11','2024-09-02 12:30:11',0,NULL),(1557,'rocket_preload_job_preload_url','complete','2024-09-02 12:30:05','2024-09-02 12:30:05',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:30:14','2024-09-02 12:30:14',0,NULL),(1558,'rocket_preload_job_preload_url','complete','2024-09-02 12:30:05','2024-09-02 12:30:05',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:30:16','2024-09-02 12:30:16',0,NULL),(1559,'rocket_preload_job_preload_url','complete','2024-09-02 12:30:05','2024-09-02 12:30:05',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:30:16','2024-09-02 12:30:16',0,NULL),(1560,'rocket_preload_job_preload_url','complete','2024-09-02 12:30:05','2024-09-02 12:30:05',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:30:16','2024-09-02 12:30:16',0,NULL),(1561,'rocket_preload_job_preload_url','complete','2024-09-02 12:30:05','2024-09-02 12:30:05',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:30:16','2024-09-02 12:30:16',0,NULL),(1562,'rocket_preload_job_check_finished','complete','2024-09-02 12:31:05','2024-09-02 12:31:05',10,'[1725280205]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725280265;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725280265;}',3,1,'2024-09-02 12:31:05','2024-09-02 12:31:05',0,NULL),(1563,'rocket_preload_job_preload_url','complete','2024-09-02 12:32:59','2024-09-02 12:32:59',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:33:06','2024-09-02 12:33:06',0,NULL),(1564,'rocket_preload_job_preload_url','complete','2024-09-02 12:34:06','2024-09-02 12:34:06',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:34:09','2024-09-02 12:34:09',0,NULL),(1565,'rocket_preload_job_preload_url','complete','2024-09-02 12:34:06','2024-09-02 12:34:06',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:34:11','2024-09-02 12:34:11',0,NULL),(1566,'rocket_preload_job_preload_url','complete','2024-09-02 12:34:06','2024-09-02 12:34:06',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:34:14','2024-09-02 12:34:14',0,NULL),(1567,'rocket_preload_job_preload_url','complete','2024-09-02 12:34:06','2024-09-02 12:34:06',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:34:17','2024-09-02 12:34:17',0,NULL),(1568,'rocket_preload_job_preload_url','complete','2024-09-02 12:34:06','2024-09-02 12:34:06',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:34:20','2024-09-02 12:34:20',0,NULL),(1569,'rocket_preload_job_preload_url','complete','2024-09-02 12:35:08','2024-09-02 12:35:08',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:35:11','2024-09-02 12:35:11',0,NULL),(1570,'rocket_preload_job_preload_url','complete','2024-09-02 12:35:08','2024-09-02 12:35:08',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:35:13','2024-09-02 12:35:13',0,NULL),(1571,'rocket_preload_job_preload_url','complete','2024-09-02 12:35:08','2024-09-02 12:35:08',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:35:16','2024-09-02 12:35:16',0,NULL),(1572,'rocket_preload_job_preload_url','complete','2024-09-02 12:35:08','2024-09-02 12:35:08',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:35:19','2024-09-02 12:35:19',0,NULL),(1573,'rocket_preload_job_preload_url','complete','2024-09-02 12:35:08','2024-09-02 12:35:08',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:35:22','2024-09-02 12:35:22',0,NULL),(1574,'rocket_preload_job_preload_url','complete','2024-09-02 12:37:08','2024-09-02 12:37:08',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:37:11','2024-09-02 12:37:11',0,NULL),(1575,'rocket_preload_job_preload_url','complete','2024-09-02 12:37:08','2024-09-02 12:37:08',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:37:13','2024-09-02 12:37:13',0,NULL),(1576,'rocket_preload_job_preload_url','complete','2024-09-02 12:37:08','2024-09-02 12:37:08',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:37:16','2024-09-02 12:37:16',0,NULL),(1577,'rocket_preload_job_preload_url','complete','2024-09-02 12:38:59','2024-09-02 12:38:59',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:39:07','2024-09-02 12:39:07',0,NULL),(1578,'rocket_preload_job_preload_url','complete','2024-09-02 12:38:59','2024-09-02 12:38:59',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:39:10','2024-09-02 12:39:10',0,NULL),(1579,'rocket_preload_job_preload_url','complete','2024-09-02 12:38:59','2024-09-02 12:38:59',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:39:13','2024-09-02 12:39:13',0,NULL),(1580,'rocket_preload_job_preload_url','complete','2024-09-02 12:38:59','2024-09-02 12:38:59',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:39:16','2024-09-02 12:39:16',0,NULL),(1581,'rocket_preload_job_preload_url','complete','2024-09-02 12:38:59','2024-09-02 12:38:59',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:39:19','2024-09-02 12:39:19',0,NULL),(1582,'rocket_preload_job_preload_url','complete','2024-09-02 12:38:59','2024-09-02 12:38:59',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:39:21','2024-09-02 12:39:21',0,NULL),(1583,'rocket_preload_job_preload_url','complete','2024-09-02 12:38:59','2024-09-02 12:38:59',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:39:24','2024-09-02 12:39:24',0,NULL),(1584,'rocket_preload_job_preload_url','complete','2024-09-02 12:39:59','2024-09-02 12:39:59',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:40:03','2024-09-02 12:40:03',0,NULL),(1585,'rocket_preload_job_preload_url','complete','2024-09-02 12:39:59','2024-09-02 12:39:59',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:40:03','2024-09-02 12:40:03',0,NULL),(1586,'rocket_preload_job_preload_url','complete','2024-09-02 12:39:59','2024-09-02 12:39:59',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:40:03','2024-09-02 12:40:03',0,NULL),(1587,'rocket_preload_job_preload_url','complete','2024-09-02 12:39:59','2024-09-02 12:39:59',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:40:06','2024-09-02 12:40:06',0,NULL),(1588,'rocket_preload_job_preload_url','complete','2024-09-02 12:39:59','2024-09-02 12:39:59',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:40:10','2024-09-02 12:40:10',0,NULL),(1589,'rocket_preload_job_preload_url','complete','2024-09-02 12:39:59','2024-09-02 12:39:59',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:40:13','2024-09-02 12:40:13',0,NULL),(1590,'rocket_preload_job_preload_url','complete','2024-09-02 12:39:59','2024-09-02 12:39:59',10,'[\"https:\\/\\/point2listing.ca\\/quebec\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:40:16','2024-09-02 12:40:16',0,NULL),(1591,'rocket_preload_job_preload_url','complete','2024-09-02 12:39:59','2024-09-02 12:39:59',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:40:19','2024-09-02 12:40:19',0,NULL),(1592,'rocket_preload_job_preload_url','complete','2024-09-02 12:39:59','2024-09-02 12:39:59',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:40:22','2024-09-02 12:40:22',0,NULL),(1593,'rocket_preload_job_preload_url','complete','2024-09-02 12:39:59','2024-09-02 12:39:59',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:40:25','2024-09-02 12:40:25',0,NULL),(1594,'rocket_preload_job_preload_url','complete','2024-09-02 12:39:59','2024-09-02 12:39:59',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:40:33','2024-09-02 12:40:33',0,NULL),(1595,'rocket_preload_job_preload_url','complete','2024-09-02 12:41:00','2024-09-02 12:41:00',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:41:02','2024-09-02 12:41:02',0,NULL),(1596,'rocket_preload_job_preload_url','complete','2024-09-02 12:41:00','2024-09-02 12:41:00',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:41:05','2024-09-02 12:41:05',0,NULL),(1597,'rocket_preload_job_preload_url','complete','2024-09-02 12:41:00','2024-09-02 12:41:00',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:41:08','2024-09-02 12:41:08',0,NULL),(1598,'rocket_preload_job_preload_url','complete','2024-09-02 12:41:00','2024-09-02 12:41:00',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:41:11','2024-09-02 12:41:11',0,NULL),(1599,'rocket_preload_job_preload_url','complete','2024-09-02 12:41:00','2024-09-02 12:41:00',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:41:15','2024-09-02 12:41:15',0,NULL),(1600,'rocket_preload_job_preload_url','complete','2024-09-02 12:41:00','2024-09-02 12:41:00',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:41:18','2024-09-02 12:41:18',0,NULL),(1601,'rocket_preload_job_preload_url','complete','2024-09-02 12:41:00','2024-09-02 12:41:00',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:41:21','2024-09-02 12:41:21',0,NULL),(1602,'rocket_preload_job_preload_url','complete','2024-09-02 12:42:00','2024-09-02 12:42:00',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:42:06','2024-09-02 12:42:06',0,NULL),(1603,'rocket_preload_job_preload_url','complete','2024-09-02 12:42:00','2024-09-02 12:42:00',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:42:09','2024-09-02 12:42:09',0,NULL),(1604,'rocket_preload_job_preload_url','complete','2024-09-02 12:42:00','2024-09-02 12:42:00',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:42:12','2024-09-02 12:42:12',0,NULL),(1605,'rocket_preload_job_preload_url','complete','2024-09-02 12:42:00','2024-09-02 12:42:00',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:42:15','2024-09-02 12:42:15',0,NULL),(1606,'rocket_preload_job_preload_url','complete','2024-09-02 12:42:00','2024-09-02 12:42:00',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:42:19','2024-09-02 12:42:19',0,NULL),(1607,'rocket_preload_job_preload_url','complete','2024-09-02 12:42:00','2024-09-02 12:42:00',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:42:22','2024-09-02 12:42:22',0,NULL),(1608,'rocket_preload_job_preload_url','complete','2024-09-02 12:43:00','2024-09-02 12:43:00',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:43:09','2024-09-02 12:43:09',0,NULL),(1609,'rocket_preload_job_preload_url','complete','2024-09-02 12:43:00','2024-09-02 12:43:00',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:43:12','2024-09-02 12:43:12',0,NULL),(1610,'rocket_preload_job_preload_url','complete','2024-09-02 12:43:00','2024-09-02 12:43:00',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:43:15','2024-09-02 12:43:15',0,NULL),(1611,'rocket_preload_job_preload_url','complete','2024-09-02 12:49:59','2024-09-02 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:50:06','2024-09-02 12:50:06',0,NULL),(1612,'rocket_preload_job_preload_url','complete','2024-09-02 12:49:59','2024-09-02 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:50:09','2024-09-02 12:50:09',0,NULL),(1613,'rocket_preload_job_preload_url','complete','2024-09-02 12:49:59','2024-09-02 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:50:12','2024-09-02 12:50:12',0,NULL),(1614,'rocket_preload_job_preload_url','complete','2024-09-02 12:50:59','2024-09-02 12:50:59',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:51:08','2024-09-02 12:51:08',0,NULL),(1615,'rocket_preload_job_preload_url','complete','2024-09-02 12:50:59','2024-09-02 12:50:59',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:51:08','2024-09-02 12:51:08',0,NULL),(1616,'rocket_preload_job_preload_url','complete','2024-09-02 12:50:59','2024-09-02 12:50:59',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:51:11','2024-09-02 12:51:11',0,NULL),(1617,'rocket_preload_job_preload_url','complete','2024-09-02 12:50:59','2024-09-02 12:50:59',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:51:14','2024-09-02 12:51:14',0,NULL),(1618,'rocket_preload_job_preload_url','complete','2024-09-02 12:50:59','2024-09-02 12:50:59',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:51:17','2024-09-02 12:51:17',0,NULL),(1619,'rocket_preload_job_preload_url','complete','2024-09-02 12:50:59','2024-09-02 12:50:59',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:51:20','2024-09-02 12:51:20',0,NULL),(1620,'rocket_preload_job_preload_url','complete','2024-09-02 12:50:59','2024-09-02 12:50:59',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:51:23','2024-09-02 12:51:23',0,NULL),(1621,'rocket_preload_job_preload_url','complete','2024-09-02 12:50:59','2024-09-02 12:50:59',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:51:26','2024-09-02 12:51:26',0,NULL),(1622,'rocket_preload_job_preload_url','complete','2024-09-02 12:52:01','2024-09-02 12:52:01',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:52:07','2024-09-02 12:52:07',0,NULL),(1623,'rocket_preload_job_preload_url','complete','2024-09-02 12:52:01','2024-09-02 12:52:01',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:52:10','2024-09-02 12:52:10',0,NULL),(1624,'rocket_preload_job_preload_url','complete','2024-09-02 12:52:01','2024-09-02 12:52:01',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:52:12','2024-09-02 12:52:12',0,NULL),(1625,'rocket_preload_job_preload_url','complete','2024-09-02 12:52:01','2024-09-02 12:52:01',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:52:15','2024-09-02 12:52:15',0,NULL),(1626,'rocket_preload_job_preload_url','complete','2024-09-02 12:52:01','2024-09-02 12:52:01',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:52:18','2024-09-02 12:52:18',0,NULL),(1627,'rocket_preload_job_preload_url','complete','2024-09-02 12:52:01','2024-09-02 12:52:01',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:52:21','2024-09-02 12:52:21',0,NULL),(1628,'rocket_preload_job_preload_url','complete','2024-09-02 12:52:01','2024-09-02 12:52:01',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:52:23','2024-09-02 12:52:23',0,NULL),(1629,'rocket_preload_job_preload_url','complete','2024-09-02 12:52:01','2024-09-02 12:52:01',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 12:52:26','2024-09-02 12:52:26',0,NULL),(1630,'rocket_preload_job_preload_url','complete','2024-09-02 13:51:00','2024-09-02 13:51:00',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 13:51:07','2024-09-02 13:51:07',0,NULL),(1631,'rocket_preload_job_preload_url','complete','2024-09-02 13:52:01','2024-09-02 13:52:01',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 13:53:58','2024-09-02 13:53:58',0,NULL),(1632,'rocket_preload_job_preload_url','complete','2024-09-02 14:12:04','2024-09-02 14:12:04',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:12:07','2024-09-02 14:12:07',0,NULL),(1633,'rocket_preload_job_preload_url','complete','2024-09-02 14:12:04','2024-09-02 14:12:04',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:12:10','2024-09-02 14:12:10',0,NULL),(1634,'rocket_preload_job_preload_url','complete','2024-09-02 14:12:04','2024-09-02 14:12:04',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:12:13','2024-09-02 14:12:13',0,NULL),(1635,'rocket_preload_job_preload_url','complete','2024-09-02 14:15:02','2024-09-02 14:15:02',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:15:09','2024-09-02 14:15:09',0,NULL),(1636,'rocket_preload_job_preload_url','complete','2024-09-02 14:15:02','2024-09-02 14:15:02',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:15:12','2024-09-02 14:15:12',0,NULL),(1637,'rocket_preload_job_preload_url','complete','2024-09-02 14:15:02','2024-09-02 14:15:02',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:15:15','2024-09-02 14:15:15',0,NULL),(1638,'action_scheduler/migration_hook','complete','2024-09-02 14:17:16','2024-09-02 14:17:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725286636;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725286636;}',1,1,'2024-09-02 14:17:26','2024-09-02 14:17:26',0,NULL),(1639,'rocket_preload_job_check_finished','complete','2024-09-02 14:17:16','2024-09-02 14:17:16',10,'[1725286576]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725286636;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725286636;}',3,1,'2024-09-02 14:17:26','2024-09-02 14:17:26',0,NULL),(1640,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:17:29','2024-09-02 14:17:29',0,NULL),(1641,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/the-best-real-estate-lead-generation-companies-of-2024\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:17:32','2024-09-02 14:17:32',0,NULL),(1642,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/7-real-estate-lead-generation-tips-for-quick-results\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:17:35','2024-09-02 14:17:35',0,NULL),(1643,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/what-are-the-benefits-of-real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:17:38','2024-09-02 14:17:38',0,NULL),(1644,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:17:41','2024-09-02 14:17:41',0,NULL),(1645,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:17:44','2024-09-02 14:17:44',0,NULL),(1646,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:17:47','2024-09-02 14:17:47',0,NULL),(1647,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/quebec\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:17:50','2024-09-02 14:17:50',0,NULL),(1648,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/ontario\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:19:38','2024-09-02 14:19:38',0,NULL),(1649,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/alberta\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:19:41','2024-09-02 14:19:41',0,NULL),(1650,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/british-columbia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:19:44','2024-09-02 14:19:44',0,NULL),(1651,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/saskatchewan\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:19:47','2024-09-02 14:19:47',0,NULL),(1652,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/nova-scotia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:19:50','2024-09-02 14:19:50',0,NULL),(1653,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:19:53','2024-09-02 14:19:53',0,NULL),(1654,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:19:56','2024-09-02 14:19:56',0,NULL),(1655,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:21:38','2024-09-02 14:21:38',0,NULL),(1656,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:21:41','2024-09-02 14:21:41',0,NULL),(1657,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:21:44','2024-09-02 14:21:44',0,NULL),(1658,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:21:47','2024-09-02 14:21:47',0,NULL),(1659,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/privacy-policy\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:21:50','2024-09-02 14:21:50',0,NULL),(1660,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:21:53','2024-09-02 14:21:53',0,NULL),(1661,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:21:56','2024-09-02 14:21:56',0,NULL),(1662,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:23:38','2024-09-02 14:23:38',0,NULL),(1663,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:23:41','2024-09-02 14:23:41',0,NULL),(1664,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:23:44','2024-09-02 14:23:44',0,NULL),(1665,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:23:47','2024-09-02 14:23:47',0,NULL),(1666,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:23:50','2024-09-02 14:23:50',0,NULL),(1667,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:23:52','2024-09-02 14:23:52',0,NULL),(1668,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:23:55','2024-09-02 14:23:55',0,NULL),(1669,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-1\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:24:21','2024-09-02 14:24:21',0,NULL),(1670,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-2\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:24:24','2024-09-02 14:24:24',0,NULL),(1671,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-3\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:24:27','2024-09-02 14:24:27',0,NULL),(1672,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-4\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:24:30','2024-09-02 14:24:30',0,NULL),(1673,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/category\\/real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:24:33','2024-09-02 14:24:33',0,NULL),(1674,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/status\\/for-sale\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:24:36','2024-09-02 14:24:36',0,NULL),(1675,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/feature\\/kitchen-island\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:24:39','2024-09-02 14:24:39',0,NULL),(1676,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/author\\/poin2info\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:25:29','2024-09-02 14:25:29',0,NULL),(1677,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:25:32','2024-09-02 14:25:32',0,NULL),(1678,'rocket_preload_job_preload_url','complete','2024-09-02 14:17:26','2024-09-02 14:17:26',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:25:34','2024-09-02 14:25:34',0,NULL),(1679,'rocket_preload_job_check_finished','complete','2024-09-02 14:18:26','2024-09-02 14:18:26',10,'[1725286646]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725286706;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725286706;}',3,1,'2024-09-02 14:25:34','2024-09-02 14:25:34',0,NULL),(1680,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:25:37','2024-09-02 14:25:37',0,NULL),(1681,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/the-best-real-estate-lead-generation-companies-of-2024\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:25:40','2024-09-02 14:25:40',0,NULL),(1682,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/7-real-estate-lead-generation-tips-for-quick-results\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:25:43','2024-09-02 14:25:43',0,NULL),(1683,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/what-are-the-benefits-of-real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:25:46','2024-09-02 14:25:46',0,NULL),(1684,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:25:49','2024-09-02 14:25:49',0,NULL),(1685,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:27:29','2024-09-02 14:27:29',0,NULL),(1686,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:27:32','2024-09-02 14:27:32',0,NULL),(1687,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/quebec\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:27:35','2024-09-02 14:27:35',0,NULL),(1688,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/ontario\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:27:38','2024-09-02 14:27:38',0,NULL),(1689,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/alberta\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:27:41','2024-09-02 14:27:41',0,NULL),(1690,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/british-columbia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:27:44','2024-09-02 14:27:44',0,NULL),(1691,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/saskatchewan\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:27:47','2024-09-02 14:27:47',0,NULL),(1692,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/nova-scotia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:28:41','2024-09-02 14:28:41',0,NULL),(1693,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:28:44','2024-09-02 14:28:44',0,NULL),(1694,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:28:47','2024-09-02 14:28:47',0,NULL),(1695,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:28:50','2024-09-02 14:28:50',0,NULL),(1696,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:28:53','2024-09-02 14:28:53',0,NULL),(1697,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:28:57','2024-09-02 14:28:57',0,NULL),(1698,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:29:00','2024-09-02 14:29:00',0,NULL),(1699,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/privacy-policy\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:29:09','2024-09-02 14:29:09',0,NULL),(1700,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:29:12','2024-09-02 14:29:12',0,NULL),(1701,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:29:15','2024-09-02 14:29:15',0,NULL),(1702,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:29:18','2024-09-02 14:29:18',0,NULL),(1703,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:29:21','2024-09-02 14:29:21',0,NULL),(1704,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:29:24','2024-09-02 14:29:24',0,NULL),(1705,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:29:27','2024-09-02 14:29:27',0,NULL),(1706,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:02','2024-09-02 14:30:02',0,NULL),(1707,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:05','2024-09-02 14:30:05',0,NULL),(1708,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:08','2024-09-02 14:30:08',0,NULL),(1709,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-1\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:08','2024-09-02 14:30:08',0,NULL),(1710,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-2\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:08','2024-09-02 14:30:08',0,NULL),(1711,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-3\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:08','2024-09-02 14:30:08',0,NULL),(1712,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-4\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:08','2024-09-02 14:30:08',0,NULL),(1713,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/category\\/real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:08','2024-09-02 14:30:08',0,NULL),(1714,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/status\\/for-sale\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:11','2024-09-02 14:30:11',0,NULL),(1715,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/feature\\/kitchen-island\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:14','2024-09-02 14:30:14',0,NULL),(1716,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/author\\/poin2info\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:14','2024-09-02 14:30:14',0,NULL),(1717,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:14','2024-09-02 14:30:14',0,NULL),(1718,'rocket_preload_job_preload_url','complete','2024-09-02 14:25:25','2024-09-02 14:25:25',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:30:14','2024-09-02 14:30:14',0,NULL),(1719,'rocket_preload_job_check_finished','complete','2024-09-02 14:26:34','2024-09-02 14:26:34',10,'[1725287134]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725287194;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725287194;}',3,1,'2024-09-02 14:30:14','2024-09-02 14:30:14',0,NULL),(1720,'rocket_preload_job_check_finished','complete','2024-09-02 14:32:41','2024-09-02 14:32:41',10,'[1725287501]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725287561;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725287561;}',3,1,'2024-09-02 14:35:11','2024-09-02 14:35:11',0,NULL),(1721,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:32:07','2024-09-02 14:32:07',0,NULL),(1722,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/the-best-real-estate-lead-generation-companies-of-2024\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:32:10','2024-09-02 14:32:10',0,NULL),(1723,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/7-real-estate-lead-generation-tips-for-quick-results\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:32:13','2024-09-02 14:32:13',0,NULL),(1724,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/what-are-the-benefits-of-real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:32:16','2024-09-02 14:32:16',0,NULL),(1725,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:32:19','2024-09-02 14:32:19',0,NULL),(1726,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:32:22','2024-09-02 14:32:22',0,NULL),(1727,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:32:25','2024-09-02 14:32:25',0,NULL),(1728,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/quebec\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:09','2024-09-02 14:33:09',0,NULL),(1729,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/ontario\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:12','2024-09-02 14:33:12',0,NULL),(1730,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/alberta\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:15','2024-09-02 14:33:15',0,NULL),(1731,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/british-columbia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:18','2024-09-02 14:33:18',0,NULL),(1732,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/saskatchewan\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:21','2024-09-02 14:33:21',0,NULL),(1733,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/nova-scotia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:24','2024-09-02 14:33:24',0,NULL),(1734,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:27','2024-09-02 14:33:27',0,NULL),(1735,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:37','2024-09-02 14:33:37',0,NULL),(1736,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:40','2024-09-02 14:33:40',0,NULL),(1737,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:43','2024-09-02 14:33:43',0,NULL),(1738,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:46','2024-09-02 14:33:46',0,NULL),(1739,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:49','2024-09-02 14:33:49',0,NULL),(1740,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/privacy-policy\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:52','2024-09-02 14:33:52',0,NULL),(1741,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:33:55','2024-09-02 14:33:55',0,NULL),(1742,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:04','2024-09-02 14:34:04',0,NULL),(1743,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:07','2024-09-02 14:34:07',0,NULL),(1744,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:10','2024-09-02 14:34:10',0,NULL),(1745,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:14','2024-09-02 14:34:14',0,NULL),(1746,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:23','2024-09-02 14:34:23',0,NULL),(1747,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:31','2024-09-02 14:34:31',0,NULL),(1748,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:33','2024-09-02 14:34:33',0,NULL),(1749,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:36','2024-09-02 14:34:36',0,NULL),(1750,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-1\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:39','2024-09-02 14:34:39',0,NULL),(1751,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-2\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:42','2024-09-02 14:34:42',0,NULL),(1752,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-3\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:45','2024-09-02 14:34:45',0,NULL),(1753,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-4\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:48','2024-09-02 14:34:48',0,NULL),(1754,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/category\\/real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:34:51','2024-09-02 14:34:51',0,NULL),(1755,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/status\\/for-sale\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:00','2024-09-02 14:35:00',0,NULL),(1756,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/feature\\/kitchen-island\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:03','2024-09-02 14:35:03',0,NULL),(1757,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/author\\/poin2info\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:06','2024-09-02 14:35:06',0,NULL),(1758,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:09','2024-09-02 14:35:09',0,NULL),(1759,'rocket_preload_job_preload_url','complete','2024-09-02 14:32:04','2024-09-02 14:32:04',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:11','2024-09-02 14:35:11',0,NULL),(1760,'rocket_preload_job_preload_url','complete','2024-09-02 14:34:00','2024-09-02 14:34:00',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-4\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:14','2024-09-02 14:35:14',0,NULL),(1761,'rocket_preload_job_preload_url','complete','2024-09-02 14:34:00','2024-09-02 14:34:00',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:17','2024-09-02 14:35:17',0,NULL),(1762,'rocket_preload_job_preload_url','complete','2024-09-02 14:34:00','2024-09-02 14:34:00',10,'[\"https:\\/\\/point2listing.ca\\/property\\/page\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:20','2024-09-02 14:35:20',0,NULL),(1763,'rocket_preload_job_preload_url','complete','2024-09-02 14:34:00','2024-09-02 14:34:00',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:26','2024-09-02 14:35:26',0,NULL),(1764,'rocket_preload_job_preload_url','complete','2024-09-02 14:35:00','2024-09-02 14:35:00',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:29','2024-09-02 14:35:29',0,NULL),(1765,'rocket_preload_job_preload_url','complete','2024-09-02 14:35:00','2024-09-02 14:35:00',10,'[\"https:\\/\\/point2listing.ca\\/property\\/solution-1\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:32','2024-09-02 14:35:32',0,NULL),(1766,'rocket_preload_job_preload_url','complete','2024-09-02 14:35:00','2024-09-02 14:35:00',10,'[\"https:\\/\\/point2listing.ca\\/status\\/for-sale\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:35','2024-09-02 14:35:35',0,NULL),(1767,'rocket_preload_job_preload_url','complete','2024-09-02 14:35:00','2024-09-02 14:35:00',10,'[\"https:\\/\\/point2listing.ca\\/feature\\/kitchen-island\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:38','2024-09-02 14:35:38',0,NULL),(1768,'rocket_preload_job_preload_url','complete','2024-09-02 14:35:00','2024-09-02 14:35:00',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:38','2024-09-02 14:35:38',0,NULL),(1769,'rocket_preload_job_preload_url','complete','2024-09-02 14:35:00','2024-09-02 14:35:00',10,'[\"https:\\/\\/point2listing.ca\\/property\\/page\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:35:41','2024-09-02 14:35:41',0,NULL),(1770,'rocket_preload_job_check_finished','complete','2024-09-02 14:36:11','2024-09-02 14:36:11',10,'[1725287711]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725287771;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725287771;}',3,1,'2024-09-02 14:36:12','2024-09-02 14:36:12',0,NULL),(1771,'rocket_preload_job_preload_url','complete','2024-09-02 14:37:00','2024-09-02 14:37:00',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:37:06','2024-09-02 14:37:06',0,NULL),(1772,'rocket_preload_job_preload_url','complete','2024-09-02 14:37:00','2024-09-02 14:37:00',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:37:09','2024-09-02 14:37:09',0,NULL),(1773,'rocket_preload_job_preload_url','complete','2024-09-02 14:37:00','2024-09-02 14:37:00',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:37:12','2024-09-02 14:37:12',0,NULL),(1774,'rocket_preload_job_preload_url','complete','2024-09-02 14:38:06','2024-09-02 14:38:06',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:38:06','2024-09-02 14:38:06',0,NULL),(1775,'rocket_preload_job_preload_url','complete','2024-09-02 14:38:06','2024-09-02 14:38:06',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 14:38:06','2024-09-02 14:38:06',0,NULL),(1776,'wpforms_process_forms_locator_scan','complete','2024-09-03 16:10:36','2024-09-03 16:10:36',10,'{\"tasks_meta_id\":19}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725379836;s:18:\"\0*\0first_timestamp\";i:1724773010;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725379836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-09-03 16:14:37','2024-09-03 16:14:37',0,NULL),(1777,'rocket_preload_job_preload_url','complete','2024-09-02 18:12:01','2024-09-02 18:12:01',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 18:12:14','2024-09-02 18:12:14',0,NULL),(1778,'rocket_preload_job_preload_url','complete','2024-09-02 18:12:01','2024-09-02 18:12:01',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 18:12:16','2024-09-02 18:12:16',0,NULL),(1779,'rocket_preload_job_preload_url','complete','2024-09-02 18:12:01','2024-09-02 18:12:01',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 18:12:19','2024-09-02 18:12:19',0,NULL),(1780,'rocket_preload_job_preload_url','complete','2024-09-02 18:12:01','2024-09-02 18:12:01',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 18:12:21','2024-09-02 18:12:21',0,NULL),(1781,'rocket_preload_job_preload_url','complete','2024-09-02 18:17:09','2024-09-02 18:17:09',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 18:17:12','2024-09-02 18:17:12',0,NULL),(1782,'rocket_preload_job_preload_url','complete','2024-09-02 18:17:09','2024-09-02 18:17:09',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 18:17:15','2024-09-02 18:17:15',0,NULL),(1783,'rocket_preload_job_preload_url','complete','2024-09-02 18:17:09','2024-09-02 18:17:09',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 18:17:18','2024-09-02 18:17:18',0,NULL),(1784,'rocket_preload_job_preload_url','complete','2024-09-02 18:17:09','2024-09-02 18:17:09',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 18:17:21','2024-09-02 18:17:21',0,NULL),(1785,'rocket_preload_job_preload_url','complete','2024-09-02 18:17:09','2024-09-02 18:17:09',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-02 18:17:24','2024-09-02 18:17:24',0,NULL),(1786,'wpforms_admin_notifications_update','complete','2024-09-03 05:36:02','2024-09-03 05:36:02',10,'{\"tasks_meta_id\":27}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2024-09-03 05:36:05','2024-09-03 05:36:05',0,NULL),(1787,'rocket_preload_job_check_finished','complete','2024-09-03 05:37:26','2024-09-03 05:37:26',10,'[1725341786]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725341846;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725341846;}',3,1,'2024-09-03 05:37:40','2024-09-03 05:37:40',0,NULL),(1788,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:01','2024-09-03 05:37:01',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:37:08','2024-09-03 05:37:08',0,NULL),(1789,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:01','2024-09-03 05:37:01',10,'[\"https:\\/\\/point2listing.ca\\/the-best-real-estate-lead-generation-companies-of-2024\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:37:10','2024-09-03 05:37:10',0,NULL),(1790,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:01','2024-09-03 05:37:01',10,'[\"https:\\/\\/point2listing.ca\\/7-real-estate-lead-generation-tips-for-quick-results\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:37:13','2024-09-03 05:37:13',0,NULL),(1791,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:01','2024-09-03 05:37:01',10,'[\"https:\\/\\/point2listing.ca\\/what-are-the-benefits-of-real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:37:15','2024-09-03 05:37:15',0,NULL),(1792,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:01','2024-09-03 05:37:01',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:37:17','2024-09-03 05:37:17',0,NULL),(1793,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:37:42','2024-09-03 05:37:42',0,NULL),(1794,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:37:45','2024-09-03 05:37:45',0,NULL),(1795,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/quebec\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:37:48','2024-09-03 05:37:48',0,NULL),(1796,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/ontario\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:37:51','2024-09-03 05:37:51',0,NULL),(1797,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/alberta\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:37:54','2024-09-03 05:37:54',0,NULL),(1798,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/british-columbia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:37:57','2024-09-03 05:37:57',0,NULL),(1799,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/saskatchewan\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:37:59','2024-09-03 05:37:59',0,NULL),(1800,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/nova-scotia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:38:02','2024-09-03 05:38:02',0,NULL),(1801,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:38:05','2024-09-03 05:38:05',0,NULL),(1802,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:38:12','2024-09-03 05:38:12',0,NULL),(1803,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:38:14','2024-09-03 05:38:14',0,NULL),(1804,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:38:17','2024-09-03 05:38:17',0,NULL),(1805,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:38:20','2024-09-03 05:38:20',0,NULL),(1806,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:38:23','2024-09-03 05:38:23',0,NULL),(1807,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/privacy-policy\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:38:25','2024-09-03 05:38:25',0,NULL),(1808,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:38:28','2024-09-03 05:38:28',0,NULL),(1809,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:38:30','2024-09-03 05:38:30',0,NULL),(1810,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:40:07','2024-09-03 05:40:07',0,NULL),(1811,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:40:10','2024-09-03 05:40:10',0,NULL),(1812,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:40:12','2024-09-03 05:40:12',0,NULL),(1813,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:40:15','2024-09-03 05:40:15',0,NULL),(1814,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:40:17','2024-09-03 05:40:17',0,NULL),(1815,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:40:18','2024-09-03 05:40:18',0,NULL),(1816,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:40:20','2024-09-03 05:40:20',0,NULL),(1817,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/category\\/real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:40:23','2024-09-03 05:40:23',0,NULL),(1818,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/status\\/for-sale\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:40:25','2024-09-03 05:40:25',0,NULL),(1819,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/feature\\/kitchen-island\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:40:27','2024-09-03 05:40:27',0,NULL),(1820,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/author\\/poin2info\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:41:06','2024-09-03 05:41:06',0,NULL),(1821,'rocket_preload_job_preload_url','complete','2024-09-03 05:37:40','2024-09-03 05:37:40',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 05:41:09','2024-09-03 05:41:09',0,NULL),(1822,'rocket_preload_job_check_finished','complete','2024-09-03 05:38:40','2024-09-03 05:38:40',10,'[1725341860]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725341920;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725341920;}',3,1,'2024-09-03 05:41:09','2024-09-03 05:41:09',0,NULL),(1823,'rocket_preload_job_preload_url','complete','2024-09-03 06:02:59','2024-09-03 06:02:59',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 06:03:06','2024-09-03 06:03:06',0,NULL),(1824,'rocket_preload_job_preload_url','complete','2024-09-03 06:02:59','2024-09-03 06:02:59',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 06:03:08','2024-09-03 06:03:08',0,NULL),(1825,'rocket_preload_job_preload_url','complete','2024-09-03 06:02:59','2024-09-03 06:02:59',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 06:03:11','2024-09-03 06:03:11',0,NULL),(1826,'rocket_preload_job_preload_url','complete','2024-09-03 06:05:05','2024-09-03 06:05:05',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 06:05:05','2024-09-03 06:05:05',0,NULL),(1827,'rocket_preload_job_preload_url','complete','2024-09-03 06:05:05','2024-09-03 06:05:05',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 06:05:05','2024-09-03 06:05:05',0,NULL),(1828,'rocket_preload_job_preload_url','complete','2024-09-03 06:05:05','2024-09-03 06:05:05',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 06:05:07','2024-09-03 06:05:07',0,NULL),(1829,'rocket_preload_job_preload_url','complete','2024-09-03 06:05:05','2024-09-03 06:05:05',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 06:05:10','2024-09-03 06:05:10',0,NULL),(1830,'rocket_preload_job_preload_url','complete','2024-09-03 06:05:05','2024-09-03 06:05:05',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 06:05:13','2024-09-03 06:05:13',0,NULL),(1831,'wpforms_admin_addons_cache_update','pending','2024-09-10 07:50:37','2024-09-10 07:50:37',10,'{\"tasks_meta_id\":15}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725954637;s:18:\"\0*\0first_timestamp\";i:1725349665;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725954637;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(1832,'wpforms_builder_help_cache_update','pending','2024-09-10 07:50:37','2024-09-10 07:50:37',10,'{\"tasks_meta_id\":16}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725954637;s:18:\"\0*\0first_timestamp\";i:1725349676;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725954637;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(1833,'wpforms_admin_builder_templates_cache_update','pending','2024-09-10 07:50:37','2024-09-10 07:50:37',10,'{\"tasks_meta_id\":17}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725954637;s:18:\"\0*\0first_timestamp\";i:1725349676;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725954637;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(1834,'rocket_preload_job_check_finished','complete','2024-09-03 10:18:53','2024-09-03 10:18:53',10,'[1725358673]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725358733;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725358733;}',3,1,'2024-09-03 10:19:04','2024-09-03 10:19:04',0,NULL),(1835,'rocket_preload_job_preload_url','complete','2024-09-03 10:18:04','2024-09-03 10:18:04',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:18:07','2024-09-03 10:18:07',0,NULL),(1836,'rocket_preload_job_preload_url','complete','2024-09-03 10:18:04','2024-09-03 10:18:04',10,'[\"https:\\/\\/point2listing.ca\\/the-best-real-estate-lead-generation-companies-of-2024\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:18:10','2024-09-03 10:18:10',0,NULL),(1837,'rocket_preload_job_preload_url','complete','2024-09-03 10:18:04','2024-09-03 10:18:04',10,'[\"https:\\/\\/point2listing.ca\\/7-real-estate-lead-generation-tips-for-quick-results\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:18:13','2024-09-03 10:18:13',0,NULL),(1838,'rocket_preload_job_preload_url','complete','2024-09-03 10:18:04','2024-09-03 10:18:04',10,'[\"https:\\/\\/point2listing.ca\\/what-are-the-benefits-of-real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:18:15','2024-09-03 10:18:15',0,NULL),(1839,'rocket_preload_job_preload_url','complete','2024-09-03 10:18:04','2024-09-03 10:18:04',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:18:18','2024-09-03 10:18:18',0,NULL),(1840,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:02','2024-09-03 10:19:02',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:19:07','2024-09-03 10:19:07',0,NULL),(1841,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:02','2024-09-03 10:19:02',10,'[\"https:\\/\\/point2listing.ca\\/quebec\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:19:10','2024-09-03 10:19:10',0,NULL),(1842,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:02','2024-09-03 10:19:02',10,'[\"https:\\/\\/point2listing.ca\\/ontario\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:19:12','2024-09-03 10:19:12',0,NULL),(1843,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:02','2024-09-03 10:19:02',10,'[\"https:\\/\\/point2listing.ca\\/alberta\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:19:15','2024-09-03 10:19:15',0,NULL),(1844,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:02','2024-09-03 10:19:02',10,'[\"https:\\/\\/point2listing.ca\\/british-columbia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:19:17','2024-09-03 10:19:17',0,NULL),(1845,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:02','2024-09-03 10:19:02',10,'[\"https:\\/\\/point2listing.ca\\/saskatchewan\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:19:19','2024-09-03 10:19:19',0,NULL),(1846,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:02','2024-09-03 10:19:02',10,'[\"https:\\/\\/point2listing.ca\\/nova-scotia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:19:21','2024-09-03 10:19:21',0,NULL),(1847,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:02','2024-09-03 10:19:02',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:19:24','2024-09-03 10:19:24',0,NULL),(1848,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:02','2024-09-03 10:19:02',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:19:26','2024-09-03 10:19:26',0,NULL),(1849,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:02','2024-09-03 10:19:02',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:19:28','2024-09-03 10:19:28',0,NULL),(1850,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:20:12','2024-09-03 10:20:12',0,NULL),(1851,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:20:14','2024-09-03 10:20:14',0,NULL),(1852,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/privacy-policy\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:20:17','2024-09-03 10:20:17',0,NULL),(1853,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:20:19','2024-09-03 10:20:19',0,NULL),(1854,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:20:21','2024-09-03 10:20:21',0,NULL),(1855,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:20:24','2024-09-03 10:20:24',0,NULL),(1856,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:20:27','2024-09-03 10:20:27',0,NULL),(1857,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:20:29','2024-09-03 10:20:29',0,NULL),(1858,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:20:31','2024-09-03 10:20:31',0,NULL),(1859,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:20:32','2024-09-03 10:20:32',0,NULL),(1860,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:20:34','2024-09-03 10:20:34',0,NULL),(1861,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/category\\/real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:21:07','2024-09-03 10:21:07',0,NULL),(1862,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/status\\/for-sale\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:21:09','2024-09-03 10:21:09',0,NULL),(1863,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/feature\\/kitchen-island\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:21:11','2024-09-03 10:21:11',0,NULL),(1864,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/author\\/poin2info\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:21:13','2024-09-03 10:21:13',0,NULL),(1865,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:21:15','2024-09-03 10:21:15',0,NULL),(1866,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:21:17','2024-09-03 10:21:17',0,NULL),(1867,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:21:19','2024-09-03 10:21:19',0,NULL),(1868,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:21:22','2024-09-03 10:21:22',0,NULL),(1869,'rocket_preload_job_preload_url','complete','2024-09-03 10:19:03','2024-09-03 10:19:03',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:21:22','2024-09-03 10:21:22',0,NULL),(1870,'rocket_preload_job_check_finished','complete','2024-09-03 10:20:04','2024-09-03 10:20:04',10,'[1725358744]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725358804;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725358804;}',3,1,'2024-09-03 10:21:22','2024-09-03 10:21:22',0,NULL),(1871,'rocket_preload_job_preload_url','complete','2024-09-03 10:25:02','2024-09-03 10:25:02',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:25:13','2024-09-03 10:25:13',0,NULL),(1872,'rocket_preload_job_preload_url','complete','2024-09-03 10:25:02','2024-09-03 10:25:02',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:25:16','2024-09-03 10:25:16',0,NULL),(1873,'rocket_preload_job_preload_url','complete','2024-09-03 10:25:02','2024-09-03 10:25:02',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:25:19','2024-09-03 10:25:19',0,NULL),(1874,'rocket_preload_job_preload_url','complete','2024-09-03 10:25:02','2024-09-03 10:25:02',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:25:21','2024-09-03 10:25:21',0,NULL),(1875,'rocket_preload_job_preload_url','complete','2024-09-03 10:25:02','2024-09-03 10:25:02',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:25:24','2024-09-03 10:25:24',0,NULL),(1876,'rocket_preload_job_preload_url','complete','2024-09-03 10:28:06','2024-09-03 10:28:06',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:28:09','2024-09-03 10:28:09',0,NULL),(1877,'rocket_preload_job_preload_url','complete','2024-09-03 10:28:06','2024-09-03 10:28:06',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:28:11','2024-09-03 10:28:11',0,NULL),(1878,'rocket_preload_job_preload_url','complete','2024-09-03 10:28:06','2024-09-03 10:28:06',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:28:14','2024-09-03 10:28:14',0,NULL),(1879,'rocket_preload_job_preload_url','complete','2024-09-03 10:29:01','2024-09-03 10:29:01',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:29:06','2024-09-03 10:29:06',0,NULL),(1880,'rocket_preload_job_preload_url','complete','2024-09-03 10:29:01','2024-09-03 10:29:01',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:29:08','2024-09-03 10:29:08',0,NULL),(1881,'rocket_preload_job_preload_url','complete','2024-09-03 10:29:01','2024-09-03 10:29:01',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:29:11','2024-09-03 10:29:11',0,NULL),(1882,'rocket_preload_job_preload_url','complete','2024-09-03 10:29:59','2024-09-03 10:29:59',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:30:10','2024-09-03 10:30:10',0,NULL),(1883,'rocket_preload_job_preload_url','complete','2024-09-03 10:29:59','2024-09-03 10:29:59',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:30:12','2024-09-03 10:30:12',0,NULL),(1884,'rocket_preload_job_preload_url','complete','2024-09-03 10:29:59','2024-09-03 10:29:59',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:30:14','2024-09-03 10:30:14',0,NULL),(1885,'rocket_preload_job_preload_url','complete','2024-09-03 10:31:00','2024-09-03 10:31:00',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:31:05','2024-09-03 10:31:05',0,NULL),(1886,'rocket_preload_job_preload_url','complete','2024-09-03 10:31:00','2024-09-03 10:31:00',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:31:08','2024-09-03 10:31:08',0,NULL),(1887,'rocket_preload_job_preload_url','complete','2024-09-03 10:31:00','2024-09-03 10:31:00',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:31:10','2024-09-03 10:31:10',0,NULL),(1888,'rocket_preload_job_preload_url','complete','2024-09-03 10:31:59','2024-09-03 10:31:59',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:32:06','2024-09-03 10:32:06',0,NULL),(1889,'rocket_preload_job_preload_url','complete','2024-09-03 10:31:59','2024-09-03 10:31:59',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:32:08','2024-09-03 10:32:08',0,NULL),(1890,'rocket_preload_job_preload_url','complete','2024-09-03 10:33:01','2024-09-03 10:33:01',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:33:21','2024-09-03 10:33:21',0,NULL),(1891,'rocket_preload_job_preload_url','complete','2024-09-03 10:33:01','2024-09-03 10:33:01',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:33:24','2024-09-03 10:33:24',0,NULL),(1892,'rocket_preload_job_check_finished','complete','2024-09-03 10:34:08','2024-09-03 10:34:08',10,'[1725359588]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725359648;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725359648;}',3,1,'2024-09-03 10:35:58','2024-09-03 10:35:58',0,NULL),(1893,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:11','2024-09-03 10:34:11',0,NULL),(1894,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/the-best-real-estate-lead-generation-companies-of-2024\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:13','2024-09-03 10:34:13',0,NULL),(1895,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/7-real-estate-lead-generation-tips-for-quick-results\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:15','2024-09-03 10:34:15',0,NULL),(1896,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/what-are-the-benefits-of-real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:18','2024-09-03 10:34:18',0,NULL),(1897,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:20','2024-09-03 10:34:20',0,NULL),(1898,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:22','2024-09-03 10:34:22',0,NULL),(1899,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:25','2024-09-03 10:34:25',0,NULL),(1900,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/quebec\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:28','2024-09-03 10:34:28',0,NULL),(1901,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/ontario\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:30','2024-09-03 10:34:30',0,NULL),(1902,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/alberta\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:33','2024-09-03 10:34:33',0,NULL),(1903,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/british-columbia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:47','2024-09-03 10:34:47',0,NULL),(1904,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/saskatchewan\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:50','2024-09-03 10:34:50',0,NULL),(1905,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/nova-scotia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:52','2024-09-03 10:34:52',0,NULL),(1906,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:55','2024-09-03 10:34:55',0,NULL),(1907,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:34:58','2024-09-03 10:34:58',0,NULL),(1908,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:01','2024-09-03 10:35:01',0,NULL),(1909,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:03','2024-09-03 10:35:03',0,NULL),(1910,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:06','2024-09-03 10:35:06',0,NULL),(1911,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:09','2024-09-03 10:35:09',0,NULL),(1912,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/privacy-policy\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:17','2024-09-03 10:35:17',0,NULL),(1913,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:19','2024-09-03 10:35:19',0,NULL),(1914,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:23','2024-09-03 10:35:23',0,NULL),(1915,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:25','2024-09-03 10:35:25',0,NULL),(1916,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:28','2024-09-03 10:35:28',0,NULL),(1917,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:31','2024-09-03 10:35:31',0,NULL),(1918,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:33','2024-09-03 10:35:33',0,NULL),(1919,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:35','2024-09-03 10:35:35',0,NULL),(1920,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:37','2024-09-03 10:35:37',0,NULL),(1921,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:39','2024-09-03 10:35:39',0,NULL),(1922,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/category\\/real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:47','2024-09-03 10:35:47',0,NULL),(1923,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/status\\/for-sale\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:49','2024-09-03 10:35:49',0,NULL),(1924,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/feature\\/kitchen-island\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:51','2024-09-03 10:35:51',0,NULL),(1925,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/author\\/poin2info\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:53','2024-09-03 10:35:53',0,NULL),(1926,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:55','2024-09-03 10:35:55',0,NULL),(1927,'rocket_preload_job_preload_url','complete','2024-09-03 10:34:00','2024-09-03 10:34:00',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:35:58','2024-09-03 10:35:58',0,NULL),(1928,'rocket_preload_job_check_finished','complete','2024-09-03 10:36:58','2024-09-03 10:36:58',10,'[1725359758]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725359818;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725359818;}',3,1,'2024-09-03 10:37:07','2024-09-03 10:37:07',0,NULL),(1929,'rocket_preload_job_preload_url','complete','2024-09-03 10:36:37','2024-09-03 10:36:37',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:36:40','2024-09-03 10:36:40',0,NULL),(1930,'rocket_preload_job_preload_url','complete','2024-09-03 10:36:37','2024-09-03 10:36:37',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:36:40','2024-09-03 10:36:40',0,NULL),(1931,'rocket_preload_job_preload_url','complete','2024-09-03 10:36:37','2024-09-03 10:36:37',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:36:40','2024-09-03 10:36:40',0,NULL),(1932,'rocket_preload_job_preload_url','complete','2024-09-03 10:39:03','2024-09-03 10:39:03',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:39:05','2024-09-03 10:39:05',0,NULL),(1933,'rocket_preload_job_preload_url','complete','2024-09-03 10:39:03','2024-09-03 10:39:03',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:39:07','2024-09-03 10:39:07',0,NULL),(1934,'rocket_preload_job_preload_url','complete','2024-09-03 10:39:03','2024-09-03 10:39:03',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:39:10','2024-09-03 10:39:10',0,NULL),(1935,'rocket_preload_job_preload_url','complete','2024-09-03 10:39:03','2024-09-03 10:39:03',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:39:12','2024-09-03 10:39:12',0,NULL),(1936,'rocket_preload_job_preload_url','complete','2024-09-03 10:39:03','2024-09-03 10:39:03',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:39:15','2024-09-03 10:39:15',0,NULL),(1937,'rocket_preload_job_preload_url','complete','2024-09-03 10:39:59','2024-09-03 10:39:59',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:40:18','2024-09-03 10:40:18',0,NULL),(1938,'rocket_preload_job_preload_url','complete','2024-09-03 10:39:59','2024-09-03 10:39:59',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:40:21','2024-09-03 10:40:21',0,NULL),(1939,'rocket_preload_job_preload_url','complete','2024-09-03 10:39:59','2024-09-03 10:39:59',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:40:24','2024-09-03 10:40:24',0,NULL),(1940,'rocket_preload_job_preload_url','complete','2024-09-03 10:39:59','2024-09-03 10:39:59',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:40:26','2024-09-03 10:40:26',0,NULL),(1941,'rocket_preload_job_preload_url','complete','2024-09-03 10:39:59','2024-09-03 10:39:59',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:40:29','2024-09-03 10:40:29',0,NULL),(1942,'rocket_preload_job_preload_url','complete','2024-09-03 10:41:01','2024-09-03 10:41:01',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:42:54','2024-09-03 10:42:54',0,NULL),(1943,'rocket_preload_job_preload_url','complete','2024-09-03 10:41:01','2024-09-03 10:41:01',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:42:57','2024-09-03 10:42:57',0,NULL),(1944,'rocket_preload_job_preload_url','complete','2024-09-03 10:41:01','2024-09-03 10:41:01',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 10:42:59','2024-09-03 10:42:59',0,NULL),(1945,'rocket_preload_job_check_finished','complete','2024-09-03 12:10:39','2024-09-03 12:10:39',10,'[1725365379]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725365439;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725365439;}',3,1,'2024-09-03 12:11:08','2024-09-03 12:11:08',0,NULL),(1946,'rocket_preload_job_preload_url','complete','2024-09-03 12:09:59','2024-09-03 12:09:59',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:10:06','2024-09-03 12:10:06',0,NULL),(1947,'rocket_preload_job_preload_url','complete','2024-09-03 12:09:59','2024-09-03 12:09:59',10,'[\"https:\\/\\/point2listing.ca\\/the-best-real-estate-lead-generation-companies-of-2024\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:10:09','2024-09-03 12:10:09',0,NULL),(1948,'rocket_preload_job_preload_url','complete','2024-09-03 12:09:59','2024-09-03 12:09:59',10,'[\"https:\\/\\/point2listing.ca\\/7-real-estate-lead-generation-tips-for-quick-results\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:10:11','2024-09-03 12:10:11',0,NULL),(1949,'rocket_preload_job_preload_url','complete','2024-09-03 12:09:59','2024-09-03 12:09:59',10,'[\"https:\\/\\/point2listing.ca\\/what-are-the-benefits-of-real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:10:14','2024-09-03 12:10:14',0,NULL),(1950,'rocket_preload_job_preload_url','complete','2024-09-03 12:09:59','2024-09-03 12:09:59',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:10:16','2024-09-03 12:10:16',0,NULL),(1951,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:10','2024-09-03 12:11:10',0,NULL),(1952,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:13','2024-09-03 12:11:13',0,NULL),(1953,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/quebec\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:15','2024-09-03 12:11:15',0,NULL),(1954,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/ontario\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:18','2024-09-03 12:11:18',0,NULL),(1955,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/alberta\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:20','2024-09-03 12:11:20',0,NULL),(1956,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/british-columbia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:22','2024-09-03 12:11:22',0,NULL),(1957,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/saskatchewan\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:25','2024-09-03 12:11:25',0,NULL),(1958,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/nova-scotia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:27','2024-09-03 12:11:27',0,NULL),(1959,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:30','2024-09-03 12:11:30',0,NULL),(1960,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:32','2024-09-03 12:11:32',0,NULL),(1961,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:48','2024-09-03 12:11:48',0,NULL),(1962,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:51','2024-09-03 12:11:51',0,NULL),(1963,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:54','2024-09-03 12:11:54',0,NULL),(1964,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:56','2024-09-03 12:11:56',0,NULL),(1965,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/privacy-policy\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:11:59','2024-09-03 12:11:59',0,NULL),(1966,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:01','2024-09-03 12:12:01',0,NULL),(1967,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:04','2024-09-03 12:12:04',0,NULL),(1968,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:07','2024-09-03 12:12:07',0,NULL),(1969,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:09','2024-09-03 12:12:09',0,NULL),(1970,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:17','2024-09-03 12:12:17',0,NULL),(1971,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:20','2024-09-03 12:12:20',0,NULL),(1972,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:21','2024-09-03 12:12:21',0,NULL),(1973,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:23','2024-09-03 12:12:23',0,NULL),(1974,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:25','2024-09-03 12:12:25',0,NULL),(1975,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/category\\/real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:27','2024-09-03 12:12:27',0,NULL),(1976,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/status\\/for-sale\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:29','2024-09-03 12:12:29',0,NULL),(1977,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/feature\\/kitchen-island\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:32','2024-09-03 12:12:32',0,NULL),(1978,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/author\\/poin2info\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:34','2024-09-03 12:12:34',0,NULL),(1979,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:36','2024-09-03 12:12:36',0,NULL),(1980,'rocket_preload_job_preload_url','complete','2024-09-03 12:11:08','2024-09-03 12:11:08',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 12:12:36','2024-09-03 12:12:36',0,NULL),(1981,'rocket_preload_job_check_finished','complete','2024-09-03 12:12:08','2024-09-03 12:12:08',10,'[1725365468]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725365528;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725365528;}',3,1,'2024-09-03 12:12:36','2024-09-03 12:12:36',0,NULL),(1982,'rocket_preload_job_preload_url','complete','2024-09-03 13:10:59','2024-09-03 13:10:59',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 13:11:07','2024-09-03 13:11:07',0,NULL),(1983,'rocket_preload_job_preload_url','complete','2024-09-03 13:10:59','2024-09-03 13:10:59',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 13:11:10','2024-09-03 13:11:10',0,NULL),(1984,'rocket_preload_job_preload_url','complete','2024-09-03 13:10:59','2024-09-03 13:10:59',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 13:11:13','2024-09-03 13:11:13',0,NULL),(1985,'rocket_preload_job_preload_url','complete','2024-09-03 13:12:05','2024-09-03 13:12:05',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 13:12:08','2024-09-03 13:12:08',0,NULL),(1986,'rocket_preload_job_preload_url','complete','2024-09-03 13:13:00','2024-09-03 13:13:00',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 13:13:07','2024-09-03 13:13:07',0,NULL),(1987,'rocket_preload_job_preload_url','complete','2024-09-03 13:13:00','2024-09-03 13:13:00',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 13:13:10','2024-09-03 13:13:10',0,NULL),(1988,'rocket_preload_job_preload_url','complete','2024-09-03 13:14:13','2024-09-03 13:14:13',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 13:14:13','2024-09-03 13:14:13',0,NULL),(1989,'rocket_preload_job_preload_url','complete','2024-09-03 13:14:13','2024-09-03 13:14:13',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 13:14:13','2024-09-03 13:14:13',0,NULL),(1990,'rocket_preload_job_preload_url','complete','2024-09-03 13:14:59','2024-09-03 13:14:59',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 13:15:07','2024-09-03 13:15:07',0,NULL),(1991,'rocket_preload_job_preload_url','complete','2024-09-03 13:14:59','2024-09-03 13:14:59',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 13:15:10','2024-09-03 13:15:10',0,NULL),(1992,'rocket_preload_job_preload_url','complete','2024-09-03 13:14:59','2024-09-03 13:14:59',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-03 13:15:13','2024-09-03 13:15:13',0,NULL),(1993,'wpforms_process_forms_locator_scan','complete','2024-09-04 16:14:37','2024-09-04 16:14:37',10,'{\"tasks_meta_id\":19}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725466477;s:18:\"\0*\0first_timestamp\";i:1724773010;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725466477;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-09-04 16:15:47','2024-09-04 16:15:47',0,NULL),(1994,'rocket_preload_job_preload_url','complete','2024-09-04 05:34:11','2024-09-04 05:34:11',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 05:34:13','2024-09-04 05:34:13',0,NULL),(1995,'rocket_preload_job_preload_url','complete','2024-09-04 05:34:11','2024-09-04 05:34:11',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 05:34:16','2024-09-04 05:34:16',0,NULL),(1996,'rocket_preload_job_preload_url','complete','2024-09-04 05:34:11','2024-09-04 05:34:11',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 05:34:19','2024-09-04 05:34:19',0,NULL),(1997,'wpforms_admin_notifications_update','complete','2024-09-04 05:36:06','2024-09-04 05:36:06',10,'{\"tasks_meta_id\":28}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2024-09-04 05:36:06','2024-09-04 05:36:06',0,NULL),(1998,'rocket_preload_job_preload_url','complete','2024-09-04 06:13:07','2024-09-04 06:13:07',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 06:13:09','2024-09-04 06:13:09',0,NULL),(1999,'rocket_preload_job_preload_url','complete','2024-09-04 06:13:07','2024-09-04 06:13:07',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 06:13:12','2024-09-04 06:13:12',0,NULL),(2000,'rocket_preload_job_preload_url','complete','2024-09-04 06:13:07','2024-09-04 06:13:07',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 06:13:14','2024-09-04 06:13:14',0,NULL),(2001,'rocket_preload_job_preload_url','complete','2024-09-04 06:13:07','2024-09-04 06:13:07',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 06:13:17','2024-09-04 06:13:17',0,NULL),(2002,'rocket_preload_job_preload_url','complete','2024-09-04 06:13:07','2024-09-04 06:13:07',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 06:13:19','2024-09-04 06:13:19',0,NULL),(2003,'rocket_preload_job_check_finished','complete','2024-09-04 12:22:36','2024-09-04 12:22:36',10,'[1725452496]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725452556;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725452556;}',3,1,'2024-09-04 12:23:03','2024-09-04 12:23:03',0,NULL),(2004,'rocket_preload_job_preload_url','complete','2024-09-04 12:22:01','2024-09-04 12:22:01',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:22:14','2024-09-04 12:22:14',0,NULL),(2005,'rocket_preload_job_preload_url','complete','2024-09-04 12:22:01','2024-09-04 12:22:01',10,'[\"https:\\/\\/point2listing.ca\\/the-best-real-estate-lead-generation-companies-of-2024\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:22:17','2024-09-04 12:22:17',0,NULL),(2006,'rocket_preload_job_preload_url','complete','2024-09-04 12:22:01','2024-09-04 12:22:01',10,'[\"https:\\/\\/point2listing.ca\\/7-real-estate-lead-generation-tips-for-quick-results\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:22:20','2024-09-04 12:22:20',0,NULL),(2007,'rocket_preload_job_preload_url','complete','2024-09-04 12:22:01','2024-09-04 12:22:01',10,'[\"https:\\/\\/point2listing.ca\\/what-are-the-benefits-of-real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:22:22','2024-09-04 12:22:22',0,NULL),(2008,'rocket_preload_job_preload_url','complete','2024-09-04 12:22:01','2024-09-04 12:22:01',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:22:25','2024-09-04 12:22:25',0,NULL),(2009,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:02','2024-09-04 12:23:02',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:06','2024-09-04 12:23:06',0,NULL),(2010,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:02','2024-09-04 12:23:02',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:08','2024-09-04 12:23:08',0,NULL),(2011,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:02','2024-09-04 12:23:02',10,'[\"https:\\/\\/point2listing.ca\\/quebec\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:11','2024-09-04 12:23:11',0,NULL),(2012,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:02','2024-09-04 12:23:02',10,'[\"https:\\/\\/point2listing.ca\\/ontario\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:14','2024-09-04 12:23:14',0,NULL),(2013,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:02','2024-09-04 12:23:02',10,'[\"https:\\/\\/point2listing.ca\\/alberta\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:17','2024-09-04 12:23:17',0,NULL),(2014,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:02','2024-09-04 12:23:02',10,'[\"https:\\/\\/point2listing.ca\\/british-columbia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:20','2024-09-04 12:23:20',0,NULL),(2015,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:02','2024-09-04 12:23:02',10,'[\"https:\\/\\/point2listing.ca\\/saskatchewan\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:23','2024-09-04 12:23:23',0,NULL),(2016,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:02','2024-09-04 12:23:02',10,'[\"https:\\/\\/point2listing.ca\\/nova-scotia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:26','2024-09-04 12:23:26',0,NULL),(2017,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:02','2024-09-04 12:23:02',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:35','2024-09-04 12:23:35',0,NULL),(2018,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:02','2024-09-04 12:23:02',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:38','2024-09-04 12:23:38',0,NULL),(2019,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:02','2024-09-04 12:23:02',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:41','2024-09-04 12:23:41',0,NULL),(2020,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:02','2024-09-04 12:23:02',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:44','2024-09-04 12:23:44',0,NULL),(2021,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:47','2024-09-04 12:23:47',0,NULL),(2022,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:50','2024-09-04 12:23:50',0,NULL),(2023,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/privacy-policy\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:23:53','2024-09-04 12:23:53',0,NULL),(2024,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:01','2024-09-04 12:24:01',0,NULL),(2025,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:04','2024-09-04 12:24:04',0,NULL),(2026,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:07','2024-09-04 12:24:07',0,NULL),(2027,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:10','2024-09-04 12:24:10',0,NULL),(2028,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:13','2024-09-04 12:24:13',0,NULL),(2029,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:16','2024-09-04 12:24:16',0,NULL),(2030,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:19','2024-09-04 12:24:19',0,NULL),(2031,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:24','2024-09-04 12:24:24',0,NULL),(2032,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:32','2024-09-04 12:24:32',0,NULL),(2033,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/category\\/real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:35','2024-09-04 12:24:35',0,NULL),(2034,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/status\\/for-sale\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:38','2024-09-04 12:24:38',0,NULL),(2035,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/feature\\/kitchen-island\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:41','2024-09-04 12:24:41',0,NULL),(2036,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/author\\/poin2info\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:44','2024-09-04 12:24:44',0,NULL),(2037,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:47','2024-09-04 12:24:47',0,NULL),(2038,'rocket_preload_job_preload_url','complete','2024-09-04 12:23:03','2024-09-04 12:23:03',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:24:47','2024-09-04 12:24:47',0,NULL),(2039,'rocket_preload_job_check_finished','complete','2024-09-04 12:24:03','2024-09-04 12:24:03',10,'[1725452583]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725452643;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725452643;}',3,1,'2024-09-04 12:24:47','2024-09-04 12:24:47',0,NULL),(2040,'rocket_preload_job_preload_url','complete','2024-09-04 12:42:23','2024-09-04 12:42:23',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:42:27','2024-09-04 12:42:27',0,NULL),(2041,'rocket_preload_job_preload_url','complete','2024-09-04 12:42:23','2024-09-04 12:42:23',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:42:30','2024-09-04 12:42:30',0,NULL),(2042,'rocket_preload_job_preload_url','complete','2024-09-04 12:42:23','2024-09-04 12:42:23',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:42:32','2024-09-04 12:42:32',0,NULL),(2043,'rocket_preload_job_preload_url','complete','2024-09-04 12:44:02','2024-09-04 12:44:02',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:44:12','2024-09-04 12:44:12',0,NULL),(2044,'rocket_preload_job_preload_url','complete','2024-09-04 12:44:02','2024-09-04 12:44:02',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:44:35','2024-09-04 12:44:35',0,NULL),(2045,'rocket_preload_job_preload_url','complete','2024-09-04 12:44:02','2024-09-04 12:44:02',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:44:38','2024-09-04 12:44:38',0,NULL),(2046,'rocket_preload_job_preload_url','complete','2024-09-04 12:44:02','2024-09-04 12:44:02',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:44:41','2024-09-04 12:44:41',0,NULL),(2047,'rocket_preload_job_preload_url','complete','2024-09-04 12:47:00','2024-09-04 12:47:00',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:47:11','2024-09-04 12:47:11',0,NULL),(2048,'rocket_preload_job_preload_url','complete','2024-09-04 12:47:00','2024-09-04 12:47:00',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:47:14','2024-09-04 12:47:14',0,NULL),(2049,'rocket_preload_job_preload_url','complete','2024-09-04 12:47:00','2024-09-04 12:47:00',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:47:17','2024-09-04 12:47:17',0,NULL),(2050,'rocket_preload_job_preload_url','complete','2024-09-04 12:47:00','2024-09-04 12:47:00',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:47:20','2024-09-04 12:47:20',0,NULL),(2051,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:01','2024-09-04 12:49:01',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:49:08','2024-09-04 12:49:08',0,NULL),(2052,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:01','2024-09-04 12:49:01',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:49:11','2024-09-04 12:49:11',0,NULL),(2053,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:01','2024-09-04 12:49:01',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:49:13','2024-09-04 12:49:13',0,NULL),(2054,'rocket_preload_job_check_finished','complete','2024-09-04 12:50:57','2024-09-04 12:50:57',10,'[1725454197]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725454257;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725454257;}',3,1,'2024-09-04 12:54:19','2024-09-04 12:54:19',0,NULL),(2055,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/blog\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:50:08','2024-09-04 12:50:08',0,NULL),(2056,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/the-best-real-estate-lead-generation-companies-of-2024\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:50:11','2024-09-04 12:50:11',0,NULL),(2057,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/7-real-estate-lead-generation-tips-for-quick-results\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:50:14','2024-09-04 12:50:14',0,NULL),(2058,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/what-are-the-benefits-of-real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:50:17','2024-09-04 12:50:17',0,NULL),(2059,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/news\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:50:20','2024-09-04 12:50:20',0,NULL),(2060,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/profile\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:50:23','2024-09-04 12:50:23',0,NULL),(2061,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/portfolio\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:50:26','2024-09-04 12:50:26',0,NULL),(2062,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/quebec\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:50:29','2024-09-04 12:50:29',0,NULL),(2063,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/ontario\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:51:06','2024-09-04 12:51:06',0,NULL),(2064,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/alberta\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:51:09','2024-09-04 12:51:09',0,NULL),(2065,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/british-columbia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:51:12','2024-09-04 12:51:12',0,NULL),(2066,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/saskatchewan\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:51:14','2024-09-04 12:51:14',0,NULL),(2067,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/nova-scotia\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:51:17','2024-09-04 12:51:17',0,NULL),(2068,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/service\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:51:20','2024-09-04 12:51:20',0,NULL),(2069,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/social-media-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:51:22','2024-09-04 12:51:22',0,NULL),(2070,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/content-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:51:25','2024-09-04 12:51:25',0,NULL),(2071,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/web-development\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:52:10','2024-09-04 12:52:10',0,NULL),(2072,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/digital-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:52:13','2024-09-04 12:52:13',0,NULL),(2073,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/contact-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:52:16','2024-09-04 12:52:16',0,NULL),(2074,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/privacy-policy\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:52:19','2024-09-04 12:52:19',0,NULL),(2075,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/terms-and-conditions\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:52:22','2024-09-04 12:52:22',0,NULL),(2076,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:52:25','2024-09-04 12:52:25',0,NULL),(2077,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/about-us\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:52:28','2024-09-04 12:52:28',0,NULL),(2078,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/email-marketing\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:53:07','2024-09-04 12:53:07',0,NULL),(2079,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/seo\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:53:09','2024-09-04 12:53:09',0,NULL),(2080,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/ppc\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:53:12','2024-09-04 12:53:12',0,NULL),(2081,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/header\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:53:15','2024-09-04 12:53:15',0,NULL),(2082,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/houzez-studio\\/footer\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:53:18','2024-09-04 12:53:18',0,NULL),(2083,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/property\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:53:21','2024-09-04 12:53:21',0,NULL),(2084,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/category\\/real-estate-lead-generation\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:53:26','2024-09-04 12:53:26',0,NULL),(2085,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/status\\/for-sale\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:54:11','2024-09-04 12:54:11',0,NULL),(2086,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/feature\\/kitchen-island\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:54:13','2024-09-04 12:54:13',0,NULL),(2087,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/author\\/poin2info\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:54:16','2024-09-04 12:54:16',0,NULL),(2088,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:54:19','2024-09-04 12:54:19',0,NULL),(2089,'rocket_preload_job_preload_url','complete','2024-09-04 12:49:59','2024-09-04 12:49:59',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-04 12:54:19','2024-09-04 12:54:19',0,NULL),(2090,'wpforms_process_forms_locator_scan','pending','2024-09-05 16:15:47','2024-09-05 16:15:47',10,'{\"tasks_meta_id\":19}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1725552947;s:18:\"\0*\0first_timestamp\";i:1724773010;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1725552947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(2091,'rocket_preload_job_preload_url','complete','2024-09-05 10:57:23','2024-09-05 10:57:23',10,'[\"https:\\/\\/point2listing.ca\\/author\\/admin\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-05 10:57:27','2024-09-05 10:57:27',0,NULL),(2092,'rocket_preload_job_preload_url','complete','2024-09-05 10:57:23','2024-09-05 10:57:23',10,'[\"https:\\/\\/point2listing.ca\"]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-09-05 10:57:30','2024-09-05 10:57:30',0,NULL);
/*!40000 ALTER TABLE `wpau_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_actionscheduler_claims`
--

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

--
-- Dumping data for table `wpau_actionscheduler_claims`
--

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

--
-- Table structure for table `wpau_actionscheduler_groups`
--

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

--
-- Dumping data for table `wpau_actionscheduler_groups`
--

LOCK TABLES `wpau_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wpau_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wpau_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wpforms'),(3,'rocket-preload'),(4,'rocket-atf-warmup');
/*!40000 ALTER TABLE `wpau_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wpau_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=6219 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_actionscheduler_logs`
--

LOCK TABLES `wpau_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wpau_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wpau_actionscheduler_logs` VALUES (65,29,'action created','2024-08-21 05:55:40','2024-08-21 05:55:40'),(77,29,'action started via Async Request','2024-08-21 05:56:44','2024-08-21 05:56:44'),(78,29,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2024-08-21 05:56:44','2024-08-21 05:56:44'),(84,36,'action created','2024-08-27 07:46:10','2024-08-27 07:46:10'),(93,36,'action started via WP Cron','2024-08-27 07:47:12','2024-08-27 07:47:12'),(94,36,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2024-08-27 07:47:12','2024-08-27 07:47:12'),(95,41,'action created','2024-08-27 07:47:45','2024-08-27 07:47:45'),(96,42,'action created','2024-08-27 07:47:56','2024-08-27 07:47:56'),(97,43,'action created','2024-08-27 07:47:56','2024-08-27 07:47:56'),(4331,1463,'action created','2024-08-30 15:54:41','2024-08-30 15:54:41'),(4334,1464,'action created','2024-08-31 03:13:13','2024-08-31 03:13:13'),(4335,1463,'action started via WP Cron','2024-08-31 15:57:53','2024-08-31 15:57:53'),(4336,1463,'action complete via WP Cron','2024-08-31 15:57:54','2024-08-31 15:57:54'),(4337,1465,'action created','2024-08-31 15:57:54','2024-08-31 15:57:54'),(4338,1465,'action started via WP Cron','2024-09-01 16:02:55','2024-09-01 16:02:55'),(4339,1465,'action complete via WP Cron','2024-09-01 16:02:55','2024-09-01 16:02:55'),(4340,1466,'action created','2024-09-01 16:02:55','2024-09-01 16:02:55'),(4341,1467,'action created','2024-09-02 05:32:26','2024-09-02 05:32:26'),(4342,1467,'action started via WP Cron','2024-09-02 05:34:00','2024-09-02 05:34:00'),(4343,1467,'action complete via WP Cron','2024-09-02 05:34:00','2024-09-02 05:34:00'),(4344,1468,'action created','2024-09-02 12:20:32','2024-09-02 12:20:32'),(4345,1469,'action created','2024-09-02 12:20:49','2024-09-02 12:20:49'),(4346,1468,'action started via Async Request','2024-09-02 12:20:59','2024-09-02 12:20:59'),(4347,1468,'action complete via Async Request','2024-09-02 12:20:59','2024-09-02 12:20:59'),(4348,1469,'action started via Async Request','2024-09-02 12:20:59','2024-09-02 12:20:59'),(4349,1469,'action complete via Async Request','2024-09-02 12:20:59','2024-09-02 12:20:59'),(4350,1470,'action created','2024-09-02 12:24:01','2024-09-02 12:24:01'),(4351,1471,'action created','2024-09-02 12:24:01','2024-09-02 12:24:01'),(4352,1472,'action created','2024-09-02 12:24:01','2024-09-02 12:24:01'),(4353,1470,'action started via WP Cron','2024-09-02 12:24:04','2024-09-02 12:24:04'),(4354,1470,'action complete via WP Cron','2024-09-02 12:24:08','2024-09-02 12:24:08'),(4355,1471,'action started via WP Cron','2024-09-02 12:24:08','2024-09-02 12:24:08'),(4356,1473,'action created','2024-09-02 12:24:09','2024-09-02 12:24:09'),(4357,1474,'action created','2024-09-02 12:24:09','2024-09-02 12:24:09'),(4358,1475,'action created','2024-09-02 12:24:09','2024-09-02 12:24:09'),(4359,1476,'action created','2024-09-02 12:24:09','2024-09-02 12:24:09'),(4360,1477,'action created','2024-09-02 12:24:09','2024-09-02 12:24:09'),(4361,1478,'action created','2024-09-02 12:24:09','2024-09-02 12:24:09'),(4362,1479,'action created','2024-09-02 12:24:09','2024-09-02 12:24:09'),(4363,1480,'action created','2024-09-02 12:24:09','2024-09-02 12:24:09'),(4364,1471,'action complete via WP Cron','2024-09-02 12:24:09','2024-09-02 12:24:09'),(4365,1473,'action started via WP Cron','2024-09-02 12:24:09','2024-09-02 12:24:09'),(4366,1473,'action complete via WP Cron','2024-09-02 12:24:10','2024-09-02 12:24:10'),(4367,1474,'action started via WP Cron','2024-09-02 12:24:10','2024-09-02 12:24:10'),(4368,1474,'action complete via WP Cron','2024-09-02 12:24:11','2024-09-02 12:24:11'),(4369,1475,'action started via WP Cron','2024-09-02 12:24:11','2024-09-02 12:24:11'),(4370,1475,'action complete via WP Cron','2024-09-02 12:24:11','2024-09-02 12:24:11'),(4371,1476,'action started via WP Cron','2024-09-02 12:24:11','2024-09-02 12:24:11'),(4372,1476,'action complete via WP Cron','2024-09-02 12:24:11','2024-09-02 12:24:11'),(4373,1477,'action started via WP Cron','2024-09-02 12:24:11','2024-09-02 12:24:11'),(4374,1477,'action complete via WP Cron','2024-09-02 12:24:12','2024-09-02 12:24:12'),(4375,1478,'action started via WP Cron','2024-09-02 12:24:12','2024-09-02 12:24:12'),(4376,1478,'action complete via WP Cron','2024-09-02 12:24:12','2024-09-02 12:24:12'),(4377,1479,'action started via WP Cron','2024-09-02 12:24:12','2024-09-02 12:24:12'),(4378,1479,'action complete via WP Cron','2024-09-02 12:24:13','2024-09-02 12:24:13'),(4379,1480,'action started via WP Cron','2024-09-02 12:24:13','2024-09-02 12:24:13'),(4380,1480,'action complete via WP Cron','2024-09-02 12:24:13','2024-09-02 12:24:13'),(4381,1481,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4382,1482,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4383,1483,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4384,1484,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4385,1485,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4386,1486,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4387,1487,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4388,1488,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4389,1489,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4390,1490,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4391,1491,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4392,1492,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4393,1493,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4394,1494,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4395,1495,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4396,1496,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4397,1497,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4398,1498,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4399,1499,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4400,1500,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4401,1501,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4402,1502,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4403,1503,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4404,1504,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4405,1505,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4406,1506,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4407,1507,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4408,1508,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4409,1509,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4410,1510,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4411,1511,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4412,1512,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4413,1513,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4414,1514,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4415,1515,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4416,1516,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4417,1517,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4418,1518,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4419,1519,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4420,1472,'action started via WP Cron','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4421,1520,'action created','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4422,1472,'action complete via WP Cron','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4423,1481,'action started via WP Cron','2024-09-02 12:25:03','2024-09-02 12:25:03'),(4424,1481,'action complete via WP Cron','2024-09-02 12:25:06','2024-09-02 12:25:06'),(4425,1482,'action started via WP Cron','2024-09-02 12:25:06','2024-09-02 12:25:06'),(4426,1482,'action complete via WP Cron','2024-09-02 12:25:09','2024-09-02 12:25:09'),(4427,1483,'action started via WP Cron','2024-09-02 12:25:09','2024-09-02 12:25:09'),(4428,1483,'action complete via WP Cron','2024-09-02 12:25:12','2024-09-02 12:25:12'),(4429,1484,'action started via WP Cron','2024-09-02 12:25:12','2024-09-02 12:25:12'),(4430,1484,'action complete via WP Cron','2024-09-02 12:25:15','2024-09-02 12:25:15'),(4431,1485,'action started via WP Cron','2024-09-02 12:25:15','2024-09-02 12:25:15'),(4432,1485,'action complete via WP Cron','2024-09-02 12:25:18','2024-09-02 12:25:18'),(4433,1486,'action started via WP Cron','2024-09-02 12:25:18','2024-09-02 12:25:18'),(4434,1486,'action complete via WP Cron','2024-09-02 12:25:20','2024-09-02 12:25:20'),(4435,1487,'action started via WP Cron','2024-09-02 12:25:20','2024-09-02 12:25:20'),(4436,1487,'action complete via WP Cron','2024-09-02 12:25:23','2024-09-02 12:25:23'),(4437,1488,'action started via WP Cron','2024-09-02 12:25:23','2024-09-02 12:25:23'),(4438,1488,'action complete via WP Cron','2024-09-02 12:25:26','2024-09-02 12:25:26'),(4439,1521,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4440,1522,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4441,1523,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4442,1524,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4443,1525,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4444,1526,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4445,1527,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4446,1528,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4447,1529,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4448,1530,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4449,1531,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4450,1532,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4451,1533,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4452,1534,'action created','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4453,1489,'action started via WP Cron','2024-09-02 12:26:11','2024-09-02 12:26:11'),(4454,1489,'action complete via WP Cron','2024-09-02 12:26:15','2024-09-02 12:26:15'),(4455,1490,'action started via WP Cron','2024-09-02 12:26:15','2024-09-02 12:26:15'),(4456,1490,'action complete via WP Cron','2024-09-02 12:26:18','2024-09-02 12:26:18'),(4457,1491,'action started via WP Cron','2024-09-02 12:26:18','2024-09-02 12:26:18'),(4458,1491,'action complete via WP Cron','2024-09-02 12:26:20','2024-09-02 12:26:20'),(4459,1492,'action started via WP Cron','2024-09-02 12:26:20','2024-09-02 12:26:20'),(4460,1492,'action complete via WP Cron','2024-09-02 12:26:23','2024-09-02 12:26:23'),(4461,1493,'action started via WP Cron','2024-09-02 12:26:23','2024-09-02 12:26:23'),(4462,1493,'action complete via WP Cron','2024-09-02 12:26:26','2024-09-02 12:26:26'),(4463,1494,'action started via WP Cron','2024-09-02 12:26:26','2024-09-02 12:26:26'),(4464,1494,'action complete via WP Cron','2024-09-02 12:26:30','2024-09-02 12:26:30'),(4465,1495,'action started via WP Cron','2024-09-02 12:26:30','2024-09-02 12:26:30'),(4466,1495,'action complete via WP Cron','2024-09-02 12:26:34','2024-09-02 12:26:34'),(4467,1496,'action started via WP Cron','2024-09-02 12:27:12','2024-09-02 12:27:12'),(4468,1496,'action complete via WP Cron','2024-09-02 12:27:14','2024-09-02 12:27:14'),(4469,1497,'action started via WP Cron','2024-09-02 12:27:14','2024-09-02 12:27:14'),(4470,1497,'action complete via WP Cron','2024-09-02 12:27:17','2024-09-02 12:27:17'),(4471,1498,'action started via WP Cron','2024-09-02 12:27:17','2024-09-02 12:27:17'),(4472,1498,'action complete via WP Cron','2024-09-02 12:27:20','2024-09-02 12:27:20'),(4473,1499,'action started via WP Cron','2024-09-02 12:27:20','2024-09-02 12:27:20'),(4474,1499,'action complete via WP Cron','2024-09-02 12:27:23','2024-09-02 12:27:23'),(4475,1500,'action started via WP Cron','2024-09-02 12:27:23','2024-09-02 12:27:23'),(4476,1500,'action complete via WP Cron','2024-09-02 12:27:26','2024-09-02 12:27:26'),(4477,1501,'action started via WP Cron','2024-09-02 12:27:26','2024-09-02 12:27:26'),(4478,1501,'action complete via WP Cron','2024-09-02 12:27:30','2024-09-02 12:27:30'),(4479,1502,'action started via WP Cron','2024-09-02 12:27:30','2024-09-02 12:27:30'),(4480,1502,'action complete via WP Cron','2024-09-02 12:27:33','2024-09-02 12:27:33'),(4481,1535,'action created','2024-09-02 12:28:05','2024-09-02 12:28:05'),(4482,1536,'action created','2024-09-02 12:28:05','2024-09-02 12:28:05'),(4483,1537,'action created','2024-09-02 12:28:05','2024-09-02 12:28:05'),(4484,1538,'action created','2024-09-02 12:28:05','2024-09-02 12:28:05'),(4485,1539,'action created','2024-09-02 12:28:05','2024-09-02 12:28:05'),(4486,1540,'action created','2024-09-02 12:28:05','2024-09-02 12:28:05'),(4487,1503,'action started via WP Cron','2024-09-02 12:28:05','2024-09-02 12:28:05'),(4488,1503,'action complete via WP Cron','2024-09-02 12:28:08','2024-09-02 12:28:08'),(4489,1504,'action started via WP Cron','2024-09-02 12:28:08','2024-09-02 12:28:08'),(4490,1504,'action complete via WP Cron','2024-09-02 12:28:11','2024-09-02 12:28:11'),(4491,1505,'action started via WP Cron','2024-09-02 12:28:11','2024-09-02 12:28:11'),(4492,1505,'action complete via WP Cron','2024-09-02 12:28:13','2024-09-02 12:28:13'),(4493,1506,'action started via WP Cron','2024-09-02 12:28:13','2024-09-02 12:28:13'),(4494,1506,'action complete via WP Cron','2024-09-02 12:28:16','2024-09-02 12:28:16'),(4495,1507,'action started via WP Cron','2024-09-02 12:28:16','2024-09-02 12:28:16'),(4496,1507,'action complete via WP Cron','2024-09-02 12:28:18','2024-09-02 12:28:18'),(4497,1508,'action started via WP Cron','2024-09-02 12:28:18','2024-09-02 12:28:18'),(4498,1508,'action complete via WP Cron','2024-09-02 12:28:21','2024-09-02 12:28:21'),(4499,1509,'action started via WP Cron','2024-09-02 12:28:21','2024-09-02 12:28:21'),(4500,1509,'action complete via WP Cron','2024-09-02 12:28:23','2024-09-02 12:28:23'),(4501,1510,'action started via WP Cron','2024-09-02 12:28:23','2024-09-02 12:28:23'),(4502,1510,'action complete via WP Cron','2024-09-02 12:28:26','2024-09-02 12:28:26'),(4503,1511,'action started via WP Cron','2024-09-02 12:28:26','2024-09-02 12:28:26'),(4504,1511,'action complete via WP Cron','2024-09-02 12:28:29','2024-09-02 12:28:29'),(4505,1512,'action started via Async Request','2024-09-02 12:28:34','2024-09-02 12:28:34'),(4506,1512,'action complete via Async Request','2024-09-02 12:28:37','2024-09-02 12:28:37'),(4507,1513,'action started via Async Request','2024-09-02 12:28:37','2024-09-02 12:28:37'),(4508,1513,'action complete via Async Request','2024-09-02 12:28:40','2024-09-02 12:28:40'),(4509,1514,'action started via Async Request','2024-09-02 12:28:40','2024-09-02 12:28:40'),(4510,1514,'action complete via Async Request','2024-09-02 12:28:43','2024-09-02 12:28:43'),(4511,1515,'action started via Async Request','2024-09-02 12:28:43','2024-09-02 12:28:43'),(4512,1515,'action complete via Async Request','2024-09-02 12:28:46','2024-09-02 12:28:46'),(4513,1516,'action started via Async Request','2024-09-02 12:28:46','2024-09-02 12:28:46'),(4514,1516,'action complete via Async Request','2024-09-02 12:28:48','2024-09-02 12:28:48'),(4515,1517,'action started via Async Request','2024-09-02 12:28:48','2024-09-02 12:28:48'),(4516,1517,'action complete via Async Request','2024-09-02 12:28:51','2024-09-02 12:28:51'),(4517,1518,'action started via Async Request','2024-09-02 12:28:51','2024-09-02 12:28:51'),(4518,1518,'action complete via Async Request','2024-09-02 12:28:54','2024-09-02 12:28:54'),(4519,1519,'action started via Async Request','2024-09-02 12:28:54','2024-09-02 12:28:54'),(4520,1519,'action complete via Async Request','2024-09-02 12:28:57','2024-09-02 12:28:57'),(4521,1541,'action created','2024-09-02 12:29:01','2024-09-02 12:29:01'),(4522,1542,'action created','2024-09-02 12:29:01','2024-09-02 12:29:01'),(4523,1543,'action created','2024-09-02 12:29:01','2024-09-02 12:29:01'),(4524,1544,'action created','2024-09-02 12:29:01','2024-09-02 12:29:01'),(4525,1545,'action created','2024-09-02 12:29:01','2024-09-02 12:29:01'),(4526,1546,'action created','2024-09-02 12:29:01','2024-09-02 12:29:01'),(4527,1547,'action created','2024-09-02 12:29:01','2024-09-02 12:29:01'),(4528,1548,'action created','2024-09-02 12:29:01','2024-09-02 12:29:01'),(4529,1549,'action created','2024-09-02 12:29:01','2024-09-02 12:29:01'),(4530,1550,'action created','2024-09-02 12:29:01','2024-09-02 12:29:01'),(4531,1551,'action created','2024-09-02 12:29:01','2024-09-02 12:29:01'),(4532,1552,'action created','2024-09-02 12:29:01','2024-09-02 12:29:01'),(4533,1520,'action started via Async Request','2024-09-02 12:29:03','2024-09-02 12:29:03'),(4534,1553,'action created','2024-09-02 12:29:03','2024-09-02 12:29:03'),(4535,1520,'action complete via Async Request','2024-09-02 12:29:03','2024-09-02 12:29:03'),(4536,1521,'action started via Async Request','2024-09-02 12:29:03','2024-09-02 12:29:03'),(4537,1521,'action complete via Async Request','2024-09-02 12:29:06','2024-09-02 12:29:06'),(4538,1522,'action started via Async Request','2024-09-02 12:29:06','2024-09-02 12:29:06'),(4539,1522,'action complete via Async Request','2024-09-02 12:29:09','2024-09-02 12:29:09'),(4540,1523,'action started via Async Request','2024-09-02 12:29:09','2024-09-02 12:29:09'),(4541,1523,'action complete via Async Request','2024-09-02 12:29:12','2024-09-02 12:29:12'),(4542,1524,'action started via Async Request','2024-09-02 12:29:12','2024-09-02 12:29:12'),(4543,1524,'action complete via Async Request','2024-09-02 12:29:15','2024-09-02 12:29:15'),(4544,1525,'action started via Async Request','2024-09-02 12:29:15','2024-09-02 12:29:15'),(4545,1525,'action complete via Async Request','2024-09-02 12:29:18','2024-09-02 12:29:18'),(4546,1526,'action started via Async Request','2024-09-02 12:29:18','2024-09-02 12:29:18'),(4547,1526,'action complete via Async Request','2024-09-02 12:29:20','2024-09-02 12:29:20'),(4548,1527,'action started via Async Request','2024-09-02 12:29:20','2024-09-02 12:29:20'),(4549,1527,'action complete via Async Request','2024-09-02 12:29:23','2024-09-02 12:29:23'),(4550,1528,'action started via Async Request','2024-09-02 12:29:23','2024-09-02 12:29:23'),(4551,1528,'action complete via Async Request','2024-09-02 12:29:26','2024-09-02 12:29:26'),(4552,1529,'action started via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4553,1529,'action complete via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4554,1530,'action started via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4555,1530,'action complete via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4556,1531,'action started via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4557,1531,'action complete via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4558,1532,'action started via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4559,1532,'action complete via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4560,1533,'action started via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4561,1533,'action complete via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4562,1534,'action started via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4563,1534,'action complete via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4564,1535,'action started via Async Request','2024-09-02 12:29:31','2024-09-02 12:29:31'),(4565,1535,'action complete via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4566,1536,'action started via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4567,1536,'action complete via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4568,1537,'action started via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4569,1537,'action complete via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4570,1538,'action started via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4571,1538,'action complete via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4572,1539,'action started via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4573,1539,'action complete via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4574,1540,'action started via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4575,1540,'action complete via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4576,1541,'action started via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4577,1541,'action complete via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4578,1542,'action started via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4579,1542,'action complete via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4580,1543,'action started via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4581,1543,'action complete via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4582,1544,'action started via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4583,1544,'action complete via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4584,1545,'action started via Async Request','2024-09-02 12:29:34','2024-09-02 12:29:34'),(4585,1545,'action complete via Async Request','2024-09-02 12:29:36','2024-09-02 12:29:36'),(4586,1546,'action started via Async Request','2024-09-02 12:29:36','2024-09-02 12:29:36'),(4587,1546,'action complete via Async Request','2024-09-02 12:29:38','2024-09-02 12:29:38'),(4588,1547,'action started via Async Request','2024-09-02 12:29:38','2024-09-02 12:29:38'),(4589,1547,'action complete via Async Request','2024-09-02 12:29:41','2024-09-02 12:29:41'),(4590,1548,'action started via Async Request','2024-09-02 12:29:41','2024-09-02 12:29:41'),(4591,1548,'action complete via Async Request','2024-09-02 12:29:41','2024-09-02 12:29:41'),(4592,1549,'action started via Async Request','2024-09-02 12:29:41','2024-09-02 12:29:41'),(4593,1549,'action complete via Async Request','2024-09-02 12:29:41','2024-09-02 12:29:41'),(4594,1550,'action started via Async Request','2024-09-02 12:29:41','2024-09-02 12:29:41'),(4595,1550,'action complete via Async Request','2024-09-02 12:29:41','2024-09-02 12:29:41'),(4596,1551,'action started via Async Request','2024-09-02 12:29:41','2024-09-02 12:29:41'),(4597,1551,'action complete via Async Request','2024-09-02 12:29:41','2024-09-02 12:29:41'),(4598,1552,'action started via Async Request','2024-09-02 12:29:41','2024-09-02 12:29:41'),(4599,1552,'action complete via Async Request','2024-09-02 12:29:41','2024-09-02 12:29:41'),(4600,1554,'action created','2024-09-02 12:30:05','2024-09-02 12:30:05'),(4601,1555,'action created','2024-09-02 12:30:05','2024-09-02 12:30:05'),(4602,1556,'action created','2024-09-02 12:30:05','2024-09-02 12:30:05'),(4603,1557,'action created','2024-09-02 12:30:05','2024-09-02 12:30:05'),(4604,1558,'action created','2024-09-02 12:30:05','2024-09-02 12:30:05'),(4605,1559,'action created','2024-09-02 12:30:05','2024-09-02 12:30:05'),(4606,1560,'action created','2024-09-02 12:30:05','2024-09-02 12:30:05'),(4607,1561,'action created','2024-09-02 12:30:05','2024-09-02 12:30:05'),(4608,1553,'action started via WP Cron','2024-09-02 12:30:05','2024-09-02 12:30:05'),(4609,1562,'action created','2024-09-02 12:30:05','2024-09-02 12:30:05'),(4610,1553,'action complete via WP Cron','2024-09-02 12:30:05','2024-09-02 12:30:05'),(4611,1554,'action started via WP Cron','2024-09-02 12:30:05','2024-09-02 12:30:05'),(4612,1554,'action complete via WP Cron','2024-09-02 12:30:08','2024-09-02 12:30:08'),(4613,1555,'action started via WP Cron','2024-09-02 12:30:08','2024-09-02 12:30:08'),(4614,1555,'action complete via WP Cron','2024-09-02 12:30:11','2024-09-02 12:30:11'),(4615,1556,'action started via WP Cron','2024-09-02 12:30:11','2024-09-02 12:30:11'),(4616,1556,'action complete via WP Cron','2024-09-02 12:30:11','2024-09-02 12:30:11'),(4617,1557,'action started via WP Cron','2024-09-02 12:30:11','2024-09-02 12:30:11'),(4618,1557,'action complete via WP Cron','2024-09-02 12:30:14','2024-09-02 12:30:14'),(4619,1558,'action started via WP Cron','2024-09-02 12:30:14','2024-09-02 12:30:14'),(4620,1558,'action complete via WP Cron','2024-09-02 12:30:16','2024-09-02 12:30:16'),(4621,1559,'action started via WP Cron','2024-09-02 12:30:16','2024-09-02 12:30:16'),(4622,1559,'action complete via WP Cron','2024-09-02 12:30:16','2024-09-02 12:30:16'),(4623,1560,'action started via WP Cron','2024-09-02 12:30:16','2024-09-02 12:30:16'),(4624,1560,'action complete via WP Cron','2024-09-02 12:30:16','2024-09-02 12:30:16'),(4625,1561,'action started via WP Cron','2024-09-02 12:30:16','2024-09-02 12:30:16'),(4626,1561,'action complete via WP Cron','2024-09-02 12:30:16','2024-09-02 12:30:16'),(4627,1562,'action started via WP Cron','2024-09-02 12:31:05','2024-09-02 12:31:05'),(4628,1562,'action complete via WP Cron','2024-09-02 12:31:05','2024-09-02 12:31:05'),(4629,1563,'action created','2024-09-02 12:32:59','2024-09-02 12:32:59'),(4630,1563,'action started via WP Cron','2024-09-02 12:33:03','2024-09-02 12:33:03'),(4631,1563,'action complete via WP Cron','2024-09-02 12:33:06','2024-09-02 12:33:06'),(4632,1564,'action created','2024-09-02 12:34:06','2024-09-02 12:34:06'),(4633,1565,'action created','2024-09-02 12:34:06','2024-09-02 12:34:06'),(4634,1566,'action created','2024-09-02 12:34:06','2024-09-02 12:34:06'),(4635,1567,'action created','2024-09-02 12:34:06','2024-09-02 12:34:06'),(4636,1568,'action created','2024-09-02 12:34:06','2024-09-02 12:34:06'),(4637,1564,'action started via WP Cron','2024-09-02 12:34:06','2024-09-02 12:34:06'),(4638,1564,'action complete via WP Cron','2024-09-02 12:34:09','2024-09-02 12:34:09'),(4639,1565,'action started via WP Cron','2024-09-02 12:34:09','2024-09-02 12:34:09'),(4640,1565,'action complete via WP Cron','2024-09-02 12:34:11','2024-09-02 12:34:11'),(4641,1566,'action started via WP Cron','2024-09-02 12:34:12','2024-09-02 12:34:12'),(4642,1566,'action complete via WP Cron','2024-09-02 12:34:14','2024-09-02 12:34:14'),(4643,1567,'action started via WP Cron','2024-09-02 12:34:14','2024-09-02 12:34:14'),(4644,1567,'action complete via WP Cron','2024-09-02 12:34:17','2024-09-02 12:34:17'),(4645,1568,'action started via WP Cron','2024-09-02 12:34:17','2024-09-02 12:34:17'),(4646,1568,'action complete via WP Cron','2024-09-02 12:34:20','2024-09-02 12:34:20'),(4647,1569,'action created','2024-09-02 12:35:08','2024-09-02 12:35:08'),(4648,1570,'action created','2024-09-02 12:35:08','2024-09-02 12:35:08'),(4649,1571,'action created','2024-09-02 12:35:08','2024-09-02 12:35:08'),(4650,1572,'action created','2024-09-02 12:35:08','2024-09-02 12:35:08'),(4651,1573,'action created','2024-09-02 12:35:08','2024-09-02 12:35:08'),(4652,1569,'action started via WP Cron','2024-09-02 12:35:08','2024-09-02 12:35:08'),(4653,1569,'action complete via WP Cron','2024-09-02 12:35:11','2024-09-02 12:35:11'),(4654,1570,'action started via WP Cron','2024-09-02 12:35:11','2024-09-02 12:35:11'),(4655,1570,'action complete via WP Cron','2024-09-02 12:35:13','2024-09-02 12:35:13'),(4656,1571,'action started via WP Cron','2024-09-02 12:35:13','2024-09-02 12:35:13'),(4657,1571,'action complete via WP Cron','2024-09-02 12:35:16','2024-09-02 12:35:16'),(4658,1572,'action started via WP Cron','2024-09-02 12:35:16','2024-09-02 12:35:16'),(4659,1572,'action complete via WP Cron','2024-09-02 12:35:19','2024-09-02 12:35:19'),(4660,1573,'action started via WP Cron','2024-09-02 12:35:19','2024-09-02 12:35:19'),(4661,1573,'action complete via WP Cron','2024-09-02 12:35:22','2024-09-02 12:35:22'),(4662,1574,'action created','2024-09-02 12:37:08','2024-09-02 12:37:08'),(4663,1575,'action created','2024-09-02 12:37:08','2024-09-02 12:37:08'),(4664,1576,'action created','2024-09-02 12:37:08','2024-09-02 12:37:08'),(4665,1574,'action started via WP Cron','2024-09-02 12:37:08','2024-09-02 12:37:08'),(4666,1574,'action complete via WP Cron','2024-09-02 12:37:11','2024-09-02 12:37:11'),(4667,1575,'action started via WP Cron','2024-09-02 12:37:11','2024-09-02 12:37:11'),(4668,1575,'action complete via WP Cron','2024-09-02 12:37:13','2024-09-02 12:37:13'),(4669,1576,'action started via WP Cron','2024-09-02 12:37:13','2024-09-02 12:37:13'),(4670,1576,'action complete via WP Cron','2024-09-02 12:37:16','2024-09-02 12:37:16'),(4671,1577,'action created','2024-09-02 12:38:59','2024-09-02 12:38:59'),(4672,1578,'action created','2024-09-02 12:38:59','2024-09-02 12:38:59'),(4673,1579,'action created','2024-09-02 12:38:59','2024-09-02 12:38:59'),(4674,1580,'action created','2024-09-02 12:38:59','2024-09-02 12:38:59'),(4675,1581,'action created','2024-09-02 12:38:59','2024-09-02 12:38:59'),(4676,1582,'action created','2024-09-02 12:38:59','2024-09-02 12:38:59'),(4677,1583,'action created','2024-09-02 12:38:59','2024-09-02 12:38:59'),(4678,1577,'action started via WP Cron','2024-09-02 12:39:04','2024-09-02 12:39:04'),(4679,1577,'action complete via WP Cron','2024-09-02 12:39:07','2024-09-02 12:39:07'),(4680,1578,'action started via WP Cron','2024-09-02 12:39:07','2024-09-02 12:39:07'),(4681,1578,'action complete via WP Cron','2024-09-02 12:39:10','2024-09-02 12:39:10'),(4682,1579,'action started via WP Cron','2024-09-02 12:39:10','2024-09-02 12:39:10'),(4683,1579,'action complete via WP Cron','2024-09-02 12:39:13','2024-09-02 12:39:13'),(4684,1580,'action started via WP Cron','2024-09-02 12:39:13','2024-09-02 12:39:13'),(4685,1580,'action complete via WP Cron','2024-09-02 12:39:16','2024-09-02 12:39:16'),(4686,1581,'action started via WP Cron','2024-09-02 12:39:16','2024-09-02 12:39:16'),(4687,1581,'action complete via WP Cron','2024-09-02 12:39:19','2024-09-02 12:39:19'),(4688,1582,'action started via WP Cron','2024-09-02 12:39:19','2024-09-02 12:39:19'),(4689,1582,'action complete via WP Cron','2024-09-02 12:39:21','2024-09-02 12:39:21'),(4690,1583,'action started via WP Cron','2024-09-02 12:39:21','2024-09-02 12:39:21'),(4691,1583,'action complete via WP Cron','2024-09-02 12:39:24','2024-09-02 12:39:24'),(4692,1584,'action created','2024-09-02 12:39:59','2024-09-02 12:39:59'),(4693,1585,'action created','2024-09-02 12:39:59','2024-09-02 12:39:59'),(4694,1586,'action created','2024-09-02 12:39:59','2024-09-02 12:39:59'),(4695,1587,'action created','2024-09-02 12:39:59','2024-09-02 12:39:59'),(4696,1588,'action created','2024-09-02 12:39:59','2024-09-02 12:39:59'),(4697,1589,'action created','2024-09-02 12:39:59','2024-09-02 12:39:59'),(4698,1590,'action created','2024-09-02 12:39:59','2024-09-02 12:39:59'),(4699,1591,'action created','2024-09-02 12:39:59','2024-09-02 12:39:59'),(4700,1592,'action created','2024-09-02 12:39:59','2024-09-02 12:39:59'),(4701,1593,'action created','2024-09-02 12:39:59','2024-09-02 12:39:59'),(4702,1594,'action created','2024-09-02 12:39:59','2024-09-02 12:39:59'),(4703,1584,'action started via Async Request','2024-09-02 12:40:00','2024-09-02 12:40:00'),(4704,1584,'action complete via Async Request','2024-09-02 12:40:03','2024-09-02 12:40:03'),(4705,1585,'action started via Async Request','2024-09-02 12:40:03','2024-09-02 12:40:03'),(4706,1585,'action complete via Async Request','2024-09-02 12:40:03','2024-09-02 12:40:03'),(4707,1586,'action started via Async Request','2024-09-02 12:40:03','2024-09-02 12:40:03'),(4708,1586,'action complete via Async Request','2024-09-02 12:40:03','2024-09-02 12:40:03'),(4709,1587,'action started via Async Request','2024-09-02 12:40:03','2024-09-02 12:40:03'),(4710,1587,'action complete via Async Request','2024-09-02 12:40:06','2024-09-02 12:40:06'),(4711,1588,'action started via Async Request','2024-09-02 12:40:06','2024-09-02 12:40:06'),(4712,1588,'action complete via Async Request','2024-09-02 12:40:10','2024-09-02 12:40:10'),(4713,1589,'action started via Async Request','2024-09-02 12:40:10','2024-09-02 12:40:10'),(4714,1589,'action complete via Async Request','2024-09-02 12:40:13','2024-09-02 12:40:13'),(4715,1590,'action started via Async Request','2024-09-02 12:40:13','2024-09-02 12:40:13'),(4716,1590,'action complete via Async Request','2024-09-02 12:40:16','2024-09-02 12:40:16'),(4717,1591,'action started via Async Request','2024-09-02 12:40:16','2024-09-02 12:40:16'),(4718,1591,'action complete via Async Request','2024-09-02 12:40:19','2024-09-02 12:40:19'),(4719,1592,'action started via Async Request','2024-09-02 12:40:19','2024-09-02 12:40:19'),(4720,1592,'action complete via Async Request','2024-09-02 12:40:22','2024-09-02 12:40:22'),(4721,1593,'action started via Async Request','2024-09-02 12:40:22','2024-09-02 12:40:22'),(4722,1593,'action complete via Async Request','2024-09-02 12:40:25','2024-09-02 12:40:25'),(4723,1594,'action started via Async Request','2024-09-02 12:40:30','2024-09-02 12:40:30'),(4724,1594,'action complete via Async Request','2024-09-02 12:40:33','2024-09-02 12:40:33'),(4725,1595,'action created','2024-09-02 12:41:00','2024-09-02 12:41:00'),(4726,1596,'action created','2024-09-02 12:41:00','2024-09-02 12:41:00'),(4727,1597,'action created','2024-09-02 12:41:00','2024-09-02 12:41:00'),(4728,1598,'action created','2024-09-02 12:41:00','2024-09-02 12:41:00'),(4729,1599,'action created','2024-09-02 12:41:00','2024-09-02 12:41:00'),(4730,1600,'action created','2024-09-02 12:41:00','2024-09-02 12:41:00'),(4731,1601,'action created','2024-09-02 12:41:00','2024-09-02 12:41:00'),(4732,1595,'action started via Async Request','2024-09-02 12:41:02','2024-09-02 12:41:02'),(4733,1595,'action complete via Async Request','2024-09-02 12:41:02','2024-09-02 12:41:02'),(4734,1596,'action started via Async Request','2024-09-02 12:41:02','2024-09-02 12:41:02'),(4735,1596,'action complete via Async Request','2024-09-02 12:41:05','2024-09-02 12:41:05'),(4736,1597,'action started via Async Request','2024-09-02 12:41:05','2024-09-02 12:41:05'),(4737,1597,'action complete via Async Request','2024-09-02 12:41:08','2024-09-02 12:41:08'),(4738,1598,'action started via Async Request','2024-09-02 12:41:08','2024-09-02 12:41:08'),(4739,1598,'action complete via Async Request','2024-09-02 12:41:11','2024-09-02 12:41:11'),(4740,1599,'action started via Async Request','2024-09-02 12:41:11','2024-09-02 12:41:11'),(4741,1599,'action complete via Async Request','2024-09-02 12:41:15','2024-09-02 12:41:15'),(4742,1600,'action started via Async Request','2024-09-02 12:41:15','2024-09-02 12:41:15'),(4743,1600,'action complete via Async Request','2024-09-02 12:41:18','2024-09-02 12:41:18'),(4744,1601,'action started via Async Request','2024-09-02 12:41:18','2024-09-02 12:41:18'),(4745,1601,'action complete via Async Request','2024-09-02 12:41:21','2024-09-02 12:41:21'),(4746,1602,'action created','2024-09-02 12:42:00','2024-09-02 12:42:00'),(4747,1603,'action created','2024-09-02 12:42:00','2024-09-02 12:42:00'),(4748,1604,'action created','2024-09-02 12:42:00','2024-09-02 12:42:00'),(4749,1605,'action created','2024-09-02 12:42:00','2024-09-02 12:42:00'),(4750,1606,'action created','2024-09-02 12:42:00','2024-09-02 12:42:00'),(4751,1607,'action created','2024-09-02 12:42:00','2024-09-02 12:42:00'),(4752,1602,'action started via WP Cron','2024-09-02 12:42:03','2024-09-02 12:42:03'),(4753,1602,'action complete via WP Cron','2024-09-02 12:42:06','2024-09-02 12:42:06'),(4754,1603,'action started via WP Cron','2024-09-02 12:42:06','2024-09-02 12:42:06'),(4755,1603,'action complete via WP Cron','2024-09-02 12:42:09','2024-09-02 12:42:09'),(4756,1604,'action started via WP Cron','2024-09-02 12:42:09','2024-09-02 12:42:09'),(4757,1604,'action complete via WP Cron','2024-09-02 12:42:12','2024-09-02 12:42:12'),(4758,1605,'action started via WP Cron','2024-09-02 12:42:12','2024-09-02 12:42:12'),(4759,1605,'action complete via WP Cron','2024-09-02 12:42:15','2024-09-02 12:42:15'),(4760,1606,'action started via WP Cron','2024-09-02 12:42:15','2024-09-02 12:42:15'),(4761,1606,'action complete via WP Cron','2024-09-02 12:42:19','2024-09-02 12:42:19'),(4762,1607,'action started via WP Cron','2024-09-02 12:42:19','2024-09-02 12:42:19'),(4763,1607,'action complete via WP Cron','2024-09-02 12:42:22','2024-09-02 12:42:22'),(4764,1608,'action created','2024-09-02 12:43:00','2024-09-02 12:43:00'),(4765,1609,'action created','2024-09-02 12:43:00','2024-09-02 12:43:00'),(4766,1610,'action created','2024-09-02 12:43:00','2024-09-02 12:43:00'),(4767,1608,'action started via WP Cron','2024-09-02 12:43:06','2024-09-02 12:43:06'),(4768,1608,'action complete via WP Cron','2024-09-02 12:43:09','2024-09-02 12:43:09'),(4769,1609,'action started via WP Cron','2024-09-02 12:43:09','2024-09-02 12:43:09'),(4770,1609,'action complete via WP Cron','2024-09-02 12:43:12','2024-09-02 12:43:12'),(4771,1610,'action started via WP Cron','2024-09-02 12:43:12','2024-09-02 12:43:12'),(4772,1610,'action complete via WP Cron','2024-09-02 12:43:15','2024-09-02 12:43:15'),(4773,1611,'action created','2024-09-02 12:49:59','2024-09-02 12:49:59'),(4774,1612,'action created','2024-09-02 12:49:59','2024-09-02 12:49:59'),(4775,1613,'action created','2024-09-02 12:49:59','2024-09-02 12:49:59'),(4776,1611,'action started via WP Cron','2024-09-02 12:50:03','2024-09-02 12:50:03'),(4777,1611,'action complete via WP Cron','2024-09-02 12:50:06','2024-09-02 12:50:06'),(4778,1612,'action started via WP Cron','2024-09-02 12:50:06','2024-09-02 12:50:06'),(4779,1612,'action complete via WP Cron','2024-09-02 12:50:09','2024-09-02 12:50:09'),(4780,1613,'action started via WP Cron','2024-09-02 12:50:09','2024-09-02 12:50:09'),(4781,1613,'action complete via WP Cron','2024-09-02 12:50:12','2024-09-02 12:50:12'),(4782,1614,'action created','2024-09-02 12:50:59','2024-09-02 12:50:59'),(4783,1615,'action created','2024-09-02 12:50:59','2024-09-02 12:50:59'),(4784,1616,'action created','2024-09-02 12:50:59','2024-09-02 12:50:59'),(4785,1617,'action created','2024-09-02 12:50:59','2024-09-02 12:50:59'),(4786,1618,'action created','2024-09-02 12:50:59','2024-09-02 12:50:59'),(4787,1619,'action created','2024-09-02 12:50:59','2024-09-02 12:50:59'),(4788,1620,'action created','2024-09-02 12:50:59','2024-09-02 12:50:59'),(4789,1621,'action created','2024-09-02 12:50:59','2024-09-02 12:50:59'),(4790,1614,'action started via WP Cron','2024-09-02 12:51:08','2024-09-02 12:51:08'),(4791,1614,'action complete via WP Cron','2024-09-02 12:51:08','2024-09-02 12:51:08'),(4792,1615,'action started via WP Cron','2024-09-02 12:51:08','2024-09-02 12:51:08'),(4793,1615,'action complete via WP Cron','2024-09-02 12:51:08','2024-09-02 12:51:08'),(4794,1616,'action started via WP Cron','2024-09-02 12:51:08','2024-09-02 12:51:08'),(4795,1616,'action complete via WP Cron','2024-09-02 12:51:11','2024-09-02 12:51:11'),(4796,1617,'action started via WP Cron','2024-09-02 12:51:11','2024-09-02 12:51:11'),(4797,1617,'action complete via WP Cron','2024-09-02 12:51:14','2024-09-02 12:51:14'),(4798,1618,'action started via WP Cron','2024-09-02 12:51:14','2024-09-02 12:51:14'),(4799,1618,'action complete via WP Cron','2024-09-02 12:51:17','2024-09-02 12:51:17'),(4800,1619,'action started via WP Cron','2024-09-02 12:51:17','2024-09-02 12:51:17'),(4801,1619,'action complete via WP Cron','2024-09-02 12:51:20','2024-09-02 12:51:20'),(4802,1620,'action started via WP Cron','2024-09-02 12:51:20','2024-09-02 12:51:20'),(4803,1620,'action complete via WP Cron','2024-09-02 12:51:23','2024-09-02 12:51:23'),(4804,1621,'action started via WP Cron','2024-09-02 12:51:23','2024-09-02 12:51:23'),(4805,1621,'action complete via WP Cron','2024-09-02 12:51:26','2024-09-02 12:51:26'),(4806,1622,'action created','2024-09-02 12:52:01','2024-09-02 12:52:01'),(4807,1623,'action created','2024-09-02 12:52:01','2024-09-02 12:52:01'),(4808,1624,'action created','2024-09-02 12:52:01','2024-09-02 12:52:01'),(4809,1625,'action created','2024-09-02 12:52:01','2024-09-02 12:52:01'),(4810,1626,'action created','2024-09-02 12:52:01','2024-09-02 12:52:01'),(4811,1627,'action created','2024-09-02 12:52:01','2024-09-02 12:52:01'),(4812,1628,'action created','2024-09-02 12:52:01','2024-09-02 12:52:01'),(4813,1629,'action created','2024-09-02 12:52:01','2024-09-02 12:52:01'),(4814,1622,'action started via WP Cron','2024-09-02 12:52:04','2024-09-02 12:52:04'),(4815,1622,'action complete via WP Cron','2024-09-02 12:52:07','2024-09-02 12:52:07'),(4816,1623,'action started via WP Cron','2024-09-02 12:52:07','2024-09-02 12:52:07'),(4817,1623,'action complete via WP Cron','2024-09-02 12:52:10','2024-09-02 12:52:10'),(4818,1624,'action started via WP Cron','2024-09-02 12:52:10','2024-09-02 12:52:10'),(4819,1624,'action complete via WP Cron','2024-09-02 12:52:12','2024-09-02 12:52:12'),(4820,1625,'action started via WP Cron','2024-09-02 12:52:12','2024-09-02 12:52:12'),(4821,1625,'action complete via WP Cron','2024-09-02 12:52:15','2024-09-02 12:52:15'),(4822,1626,'action started via WP Cron','2024-09-02 12:52:15','2024-09-02 12:52:15'),(4823,1626,'action complete via WP Cron','2024-09-02 12:52:18','2024-09-02 12:52:18'),(4824,1627,'action started via WP Cron','2024-09-02 12:52:18','2024-09-02 12:52:18'),(4825,1627,'action complete via WP Cron','2024-09-02 12:52:21','2024-09-02 12:52:21'),(4826,1628,'action started via WP Cron','2024-09-02 12:52:21','2024-09-02 12:52:21'),(4827,1628,'action complete via WP Cron','2024-09-02 12:52:23','2024-09-02 12:52:23'),(4828,1629,'action started via WP Cron','2024-09-02 12:52:23','2024-09-02 12:52:23'),(4829,1629,'action complete via WP Cron','2024-09-02 12:52:26','2024-09-02 12:52:26'),(4830,1630,'action created','2024-09-02 13:51:00','2024-09-02 13:51:00'),(4831,1630,'action started via WP Cron','2024-09-02 13:51:03','2024-09-02 13:51:03'),(4832,1630,'action complete via WP Cron','2024-09-02 13:51:07','2024-09-02 13:51:07'),(4833,1631,'action created','2024-09-02 13:52:01','2024-09-02 13:52:01'),(4834,1631,'action started via WP Cron','2024-09-02 13:53:57','2024-09-02 13:53:57'),(4835,1631,'action complete via WP Cron','2024-09-02 13:53:58','2024-09-02 13:53:58'),(4836,1632,'action created','2024-09-02 14:12:04','2024-09-02 14:12:04'),(4837,1633,'action created','2024-09-02 14:12:04','2024-09-02 14:12:04'),(4838,1634,'action created','2024-09-02 14:12:04','2024-09-02 14:12:04'),(4839,1632,'action started via WP Cron','2024-09-02 14:12:04','2024-09-02 14:12:04'),(4840,1632,'action complete via WP Cron','2024-09-02 14:12:07','2024-09-02 14:12:07'),(4841,1633,'action started via WP Cron','2024-09-02 14:12:07','2024-09-02 14:12:07'),(4842,1633,'action complete via WP Cron','2024-09-02 14:12:10','2024-09-02 14:12:10'),(4843,1634,'action started via WP Cron','2024-09-02 14:12:10','2024-09-02 14:12:10'),(4844,1634,'action complete via WP Cron','2024-09-02 14:12:13','2024-09-02 14:12:13'),(4845,1635,'action created','2024-09-02 14:15:02','2024-09-02 14:15:02'),(4846,1636,'action created','2024-09-02 14:15:02','2024-09-02 14:15:02'),(4847,1637,'action created','2024-09-02 14:15:02','2024-09-02 14:15:02'),(4848,1635,'action started via WP Cron','2024-09-02 14:15:05','2024-09-02 14:15:05'),(4849,1635,'action complete via WP Cron','2024-09-02 14:15:09','2024-09-02 14:15:09'),(4850,1636,'action started via WP Cron','2024-09-02 14:15:09','2024-09-02 14:15:09'),(4851,1636,'action complete via WP Cron','2024-09-02 14:15:12','2024-09-02 14:15:12'),(4852,1637,'action started via WP Cron','2024-09-02 14:15:12','2024-09-02 14:15:12'),(4853,1637,'action complete via WP Cron','2024-09-02 14:15:15','2024-09-02 14:15:15'),(4854,1638,'action created','2024-09-02 14:16:16','2024-09-02 14:16:16'),(4855,1639,'action created','2024-09-02 14:16:16','2024-09-02 14:16:16'),(4856,1640,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4857,1641,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4858,1642,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4859,1643,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4860,1644,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4861,1645,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4862,1646,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4863,1647,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4864,1648,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4865,1649,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4866,1650,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4867,1651,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4868,1652,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4869,1653,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4870,1654,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4871,1655,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4872,1656,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4873,1657,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4874,1658,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4875,1659,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4876,1660,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4877,1661,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4878,1662,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4879,1663,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4880,1664,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4881,1665,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4882,1666,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4883,1667,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4884,1668,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4885,1669,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4886,1670,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4887,1671,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4888,1672,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4889,1673,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4890,1674,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4891,1675,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4892,1676,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4893,1677,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4894,1678,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4895,1638,'action started via WP Cron','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4896,1638,'action complete via WP Cron','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4897,1639,'action started via WP Cron','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4898,1679,'action created','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4899,1639,'action complete via WP Cron','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4900,1640,'action started via WP Cron','2024-09-02 14:17:26','2024-09-02 14:17:26'),(4901,1640,'action complete via WP Cron','2024-09-02 14:17:29','2024-09-02 14:17:29'),(4902,1641,'action started via WP Cron','2024-09-02 14:17:29','2024-09-02 14:17:29'),(4903,1641,'action complete via WP Cron','2024-09-02 14:17:32','2024-09-02 14:17:32'),(4904,1642,'action started via WP Cron','2024-09-02 14:17:32','2024-09-02 14:17:32'),(4905,1642,'action complete via WP Cron','2024-09-02 14:17:35','2024-09-02 14:17:35'),(4906,1643,'action started via WP Cron','2024-09-02 14:17:35','2024-09-02 14:17:35'),(4907,1643,'action complete via WP Cron','2024-09-02 14:17:38','2024-09-02 14:17:38'),(4908,1644,'action started via WP Cron','2024-09-02 14:17:38','2024-09-02 14:17:38'),(4909,1644,'action complete via WP Cron','2024-09-02 14:17:41','2024-09-02 14:17:41'),(4910,1645,'action started via WP Cron','2024-09-02 14:17:41','2024-09-02 14:17:41'),(4911,1645,'action complete via WP Cron','2024-09-02 14:17:44','2024-09-02 14:17:44'),(4912,1646,'action started via WP Cron','2024-09-02 14:17:44','2024-09-02 14:17:44'),(4913,1646,'action complete via WP Cron','2024-09-02 14:17:47','2024-09-02 14:17:47'),(4914,1647,'action started via WP Cron','2024-09-02 14:17:47','2024-09-02 14:17:47'),(4915,1647,'action complete via WP Cron','2024-09-02 14:17:50','2024-09-02 14:17:50'),(4916,1648,'action started via WP Cron','2024-09-02 14:19:34','2024-09-02 14:19:34'),(4917,1648,'action complete via WP Cron','2024-09-02 14:19:38','2024-09-02 14:19:38'),(4918,1649,'action started via WP Cron','2024-09-02 14:19:38','2024-09-02 14:19:38'),(4919,1649,'action complete via WP Cron','2024-09-02 14:19:41','2024-09-02 14:19:41'),(4920,1650,'action started via WP Cron','2024-09-02 14:19:41','2024-09-02 14:19:41'),(4921,1650,'action complete via WP Cron','2024-09-02 14:19:44','2024-09-02 14:19:44'),(4922,1651,'action started via WP Cron','2024-09-02 14:19:44','2024-09-02 14:19:44'),(4923,1651,'action complete via WP Cron','2024-09-02 14:19:47','2024-09-02 14:19:47'),(4924,1652,'action started via WP Cron','2024-09-02 14:19:47','2024-09-02 14:19:47'),(4925,1652,'action complete via WP Cron','2024-09-02 14:19:50','2024-09-02 14:19:50'),(4926,1653,'action started via WP Cron','2024-09-02 14:19:50','2024-09-02 14:19:50'),(4927,1653,'action complete via WP Cron','2024-09-02 14:19:53','2024-09-02 14:19:53'),(4928,1654,'action started via WP Cron','2024-09-02 14:19:53','2024-09-02 14:19:53'),(4929,1654,'action complete via WP Cron','2024-09-02 14:19:56','2024-09-02 14:19:56'),(4930,1655,'action started via WP Cron','2024-09-02 14:21:35','2024-09-02 14:21:35'),(4931,1655,'action complete via WP Cron','2024-09-02 14:21:38','2024-09-02 14:21:38'),(4932,1656,'action started via WP Cron','2024-09-02 14:21:38','2024-09-02 14:21:38'),(4933,1656,'action complete via WP Cron','2024-09-02 14:21:41','2024-09-02 14:21:41'),(4934,1657,'action started via WP Cron','2024-09-02 14:21:41','2024-09-02 14:21:41'),(4935,1657,'action complete via WP Cron','2024-09-02 14:21:44','2024-09-02 14:21:44'),(4936,1658,'action started via WP Cron','2024-09-02 14:21:44','2024-09-02 14:21:44'),(4937,1658,'action complete via WP Cron','2024-09-02 14:21:47','2024-09-02 14:21:47'),(4938,1659,'action started via WP Cron','2024-09-02 14:21:47','2024-09-02 14:21:47'),(4939,1659,'action complete via WP Cron','2024-09-02 14:21:50','2024-09-02 14:21:50'),(4940,1660,'action started via WP Cron','2024-09-02 14:21:50','2024-09-02 14:21:50'),(4941,1660,'action complete via WP Cron','2024-09-02 14:21:53','2024-09-02 14:21:53'),(4942,1661,'action started via WP Cron','2024-09-02 14:21:53','2024-09-02 14:21:53'),(4943,1661,'action complete via WP Cron','2024-09-02 14:21:56','2024-09-02 14:21:56'),(4944,1662,'action started via WP Cron','2024-09-02 14:23:34','2024-09-02 14:23:34'),(4945,1662,'action complete via WP Cron','2024-09-02 14:23:38','2024-09-02 14:23:38'),(4946,1663,'action started via WP Cron','2024-09-02 14:23:38','2024-09-02 14:23:38'),(4947,1663,'action complete via WP Cron','2024-09-02 14:23:41','2024-09-02 14:23:41'),(4948,1664,'action started via WP Cron','2024-09-02 14:23:41','2024-09-02 14:23:41'),(4949,1664,'action complete via WP Cron','2024-09-02 14:23:44','2024-09-02 14:23:44'),(4950,1665,'action started via WP Cron','2024-09-02 14:23:44','2024-09-02 14:23:44'),(4951,1665,'action complete via WP Cron','2024-09-02 14:23:47','2024-09-02 14:23:47'),(4952,1666,'action started via WP Cron','2024-09-02 14:23:47','2024-09-02 14:23:47'),(4953,1666,'action complete via WP Cron','2024-09-02 14:23:50','2024-09-02 14:23:50'),(4954,1667,'action started via WP Cron','2024-09-02 14:23:50','2024-09-02 14:23:50'),(4955,1667,'action complete via WP Cron','2024-09-02 14:23:52','2024-09-02 14:23:52'),(4956,1668,'action started via WP Cron','2024-09-02 14:23:52','2024-09-02 14:23:52'),(4957,1668,'action complete via WP Cron','2024-09-02 14:23:55','2024-09-02 14:23:55'),(4958,1669,'action started via WP Cron','2024-09-02 14:24:18','2024-09-02 14:24:18'),(4959,1669,'action complete via WP Cron','2024-09-02 14:24:21','2024-09-02 14:24:21'),(4960,1670,'action started via WP Cron','2024-09-02 14:24:21','2024-09-02 14:24:21'),(4961,1670,'action complete via WP Cron','2024-09-02 14:24:24','2024-09-02 14:24:24'),(4962,1671,'action started via WP Cron','2024-09-02 14:24:24','2024-09-02 14:24:24'),(4963,1671,'action complete via WP Cron','2024-09-02 14:24:27','2024-09-02 14:24:27'),(4964,1672,'action started via WP Cron','2024-09-02 14:24:27','2024-09-02 14:24:27'),(4965,1672,'action complete via WP Cron','2024-09-02 14:24:30','2024-09-02 14:24:30'),(4966,1673,'action started via WP Cron','2024-09-02 14:24:30','2024-09-02 14:24:30'),(4967,1673,'action complete via WP Cron','2024-09-02 14:24:33','2024-09-02 14:24:33'),(4968,1674,'action started via WP Cron','2024-09-02 14:24:33','2024-09-02 14:24:33'),(4969,1674,'action complete via WP Cron','2024-09-02 14:24:36','2024-09-02 14:24:36'),(4970,1675,'action started via WP Cron','2024-09-02 14:24:36','2024-09-02 14:24:36'),(4971,1675,'action complete via WP Cron','2024-09-02 14:24:39','2024-09-02 14:24:39'),(4972,1680,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4973,1681,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4974,1682,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4975,1683,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4976,1684,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4977,1685,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4978,1686,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4979,1687,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4980,1688,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4981,1689,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4982,1690,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4983,1691,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4984,1692,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4985,1693,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4986,1694,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4987,1695,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4988,1696,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4989,1697,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4990,1698,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4991,1699,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4992,1700,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4993,1701,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4994,1702,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4995,1703,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4996,1704,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4997,1705,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4998,1706,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(4999,1707,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5000,1708,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5001,1709,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5002,1710,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5003,1711,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5004,1712,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5005,1713,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5006,1714,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5007,1715,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5008,1716,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5009,1717,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5010,1718,'action created','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5011,1676,'action started via WP Cron','2024-09-02 14:25:25','2024-09-02 14:25:25'),(5012,1676,'action complete via WP Cron','2024-09-02 14:25:29','2024-09-02 14:25:29'),(5013,1677,'action started via WP Cron','2024-09-02 14:25:29','2024-09-02 14:25:29'),(5014,1677,'action complete via WP Cron','2024-09-02 14:25:32','2024-09-02 14:25:32'),(5015,1678,'action started via WP Cron','2024-09-02 14:25:32','2024-09-02 14:25:32'),(5016,1678,'action complete via WP Cron','2024-09-02 14:25:34','2024-09-02 14:25:34'),(5017,1679,'action started via WP Cron','2024-09-02 14:25:34','2024-09-02 14:25:34'),(5018,1719,'action created','2024-09-02 14:25:34','2024-09-02 14:25:34'),(5019,1679,'action complete via WP Cron','2024-09-02 14:25:34','2024-09-02 14:25:34'),(5020,1680,'action started via WP Cron','2024-09-02 14:25:34','2024-09-02 14:25:34'),(5021,1680,'action complete via WP Cron','2024-09-02 14:25:37','2024-09-02 14:25:37'),(5022,1681,'action started via WP Cron','2024-09-02 14:25:37','2024-09-02 14:25:37'),(5023,1681,'action complete via WP Cron','2024-09-02 14:25:40','2024-09-02 14:25:40'),(5024,1682,'action started via WP Cron','2024-09-02 14:25:40','2024-09-02 14:25:40'),(5025,1682,'action complete via WP Cron','2024-09-02 14:25:43','2024-09-02 14:25:43'),(5026,1683,'action started via WP Cron','2024-09-02 14:25:43','2024-09-02 14:25:43'),(5027,1683,'action complete via WP Cron','2024-09-02 14:25:46','2024-09-02 14:25:46'),(5028,1684,'action started via WP Cron','2024-09-02 14:25:46','2024-09-02 14:25:46'),(5029,1684,'action complete via WP Cron','2024-09-02 14:25:49','2024-09-02 14:25:49'),(5030,1685,'action started via WP Cron','2024-09-02 14:27:26','2024-09-02 14:27:26'),(5031,1685,'action complete via WP Cron','2024-09-02 14:27:29','2024-09-02 14:27:29'),(5032,1686,'action started via WP Cron','2024-09-02 14:27:29','2024-09-02 14:27:29'),(5033,1686,'action complete via WP Cron','2024-09-02 14:27:32','2024-09-02 14:27:32'),(5034,1687,'action started via WP Cron','2024-09-02 14:27:32','2024-09-02 14:27:32'),(5035,1687,'action complete via WP Cron','2024-09-02 14:27:35','2024-09-02 14:27:35'),(5036,1688,'action started via WP Cron','2024-09-02 14:27:35','2024-09-02 14:27:35'),(5037,1688,'action complete via WP Cron','2024-09-02 14:27:38','2024-09-02 14:27:38'),(5038,1689,'action started via WP Cron','2024-09-02 14:27:38','2024-09-02 14:27:38'),(5039,1689,'action complete via WP Cron','2024-09-02 14:27:41','2024-09-02 14:27:41'),(5040,1690,'action started via WP Cron','2024-09-02 14:27:41','2024-09-02 14:27:41'),(5041,1690,'action complete via WP Cron','2024-09-02 14:27:44','2024-09-02 14:27:44'),(5042,1691,'action started via WP Cron','2024-09-02 14:27:44','2024-09-02 14:27:44'),(5043,1691,'action complete via WP Cron','2024-09-02 14:27:47','2024-09-02 14:27:47'),(5044,1692,'action started via WP Cron','2024-09-02 14:28:38','2024-09-02 14:28:38'),(5045,1692,'action complete via WP Cron','2024-09-02 14:28:41','2024-09-02 14:28:41'),(5046,1693,'action started via WP Cron','2024-09-02 14:28:41','2024-09-02 14:28:41'),(5047,1693,'action complete via WP Cron','2024-09-02 14:28:44','2024-09-02 14:28:44'),(5048,1694,'action started via WP Cron','2024-09-02 14:28:44','2024-09-02 14:28:44'),(5049,1694,'action complete via WP Cron','2024-09-02 14:28:47','2024-09-02 14:28:47'),(5050,1695,'action started via WP Cron','2024-09-02 14:28:47','2024-09-02 14:28:47'),(5051,1695,'action complete via WP Cron','2024-09-02 14:28:50','2024-09-02 14:28:50'),(5052,1696,'action started via WP Cron','2024-09-02 14:28:50','2024-09-02 14:28:50'),(5053,1696,'action complete via WP Cron','2024-09-02 14:28:53','2024-09-02 14:28:53'),(5054,1697,'action started via WP Cron','2024-09-02 14:28:54','2024-09-02 14:28:54'),(5055,1697,'action complete via WP Cron','2024-09-02 14:28:57','2024-09-02 14:28:57'),(5056,1698,'action started via WP Cron','2024-09-02 14:28:57','2024-09-02 14:28:57'),(5057,1698,'action complete via WP Cron','2024-09-02 14:29:00','2024-09-02 14:29:00'),(5058,1699,'action started via WP Cron','2024-09-02 14:29:06','2024-09-02 14:29:06'),(5059,1699,'action complete via WP Cron','2024-09-02 14:29:09','2024-09-02 14:29:09'),(5060,1700,'action started via WP Cron','2024-09-02 14:29:09','2024-09-02 14:29:09'),(5061,1700,'action complete via WP Cron','2024-09-02 14:29:12','2024-09-02 14:29:12'),(5062,1701,'action started via WP Cron','2024-09-02 14:29:12','2024-09-02 14:29:12'),(5063,1701,'action complete via WP Cron','2024-09-02 14:29:15','2024-09-02 14:29:15'),(5064,1702,'action started via WP Cron','2024-09-02 14:29:15','2024-09-02 14:29:15'),(5065,1702,'action complete via WP Cron','2024-09-02 14:29:18','2024-09-02 14:29:18'),(5066,1703,'action started via WP Cron','2024-09-02 14:29:18','2024-09-02 14:29:18'),(5067,1703,'action complete via WP Cron','2024-09-02 14:29:21','2024-09-02 14:29:21'),(5068,1704,'action started via WP Cron','2024-09-02 14:29:21','2024-09-02 14:29:21'),(5069,1704,'action complete via WP Cron','2024-09-02 14:29:24','2024-09-02 14:29:24'),(5070,1705,'action started via WP Cron','2024-09-02 14:29:24','2024-09-02 14:29:24'),(5071,1705,'action complete via WP Cron','2024-09-02 14:29:27','2024-09-02 14:29:27'),(5072,1706,'action started via Async Request','2024-09-02 14:30:00','2024-09-02 14:30:00'),(5073,1706,'action complete via Async Request','2024-09-02 14:30:02','2024-09-02 14:30:02'),(5074,1707,'action started via Async Request','2024-09-02 14:30:02','2024-09-02 14:30:02'),(5075,1707,'action complete via Async Request','2024-09-02 14:30:05','2024-09-02 14:30:05'),(5076,1708,'action started via Async Request','2024-09-02 14:30:05','2024-09-02 14:30:05'),(5077,1708,'action complete via Async Request','2024-09-02 14:30:08','2024-09-02 14:30:08'),(5078,1709,'action started via Async Request','2024-09-02 14:30:08','2024-09-02 14:30:08'),(5079,1709,'action complete via Async Request','2024-09-02 14:30:08','2024-09-02 14:30:08'),(5080,1710,'action started via Async Request','2024-09-02 14:30:08','2024-09-02 14:30:08'),(5081,1710,'action complete via Async Request','2024-09-02 14:30:08','2024-09-02 14:30:08'),(5082,1711,'action started via Async Request','2024-09-02 14:30:08','2024-09-02 14:30:08'),(5083,1711,'action complete via Async Request','2024-09-02 14:30:08','2024-09-02 14:30:08'),(5084,1712,'action started via Async Request','2024-09-02 14:30:08','2024-09-02 14:30:08'),(5085,1712,'action complete via Async Request','2024-09-02 14:30:08','2024-09-02 14:30:08'),(5086,1713,'action started via Async Request','2024-09-02 14:30:08','2024-09-02 14:30:08'),(5087,1713,'action complete via Async Request','2024-09-02 14:30:08','2024-09-02 14:30:08'),(5088,1714,'action started via Async Request','2024-09-02 14:30:08','2024-09-02 14:30:08'),(5089,1714,'action complete via Async Request','2024-09-02 14:30:11','2024-09-02 14:30:11'),(5090,1715,'action started via Async Request','2024-09-02 14:30:11','2024-09-02 14:30:11'),(5091,1715,'action complete via Async Request','2024-09-02 14:30:14','2024-09-02 14:30:14'),(5092,1716,'action started via Async Request','2024-09-02 14:30:14','2024-09-02 14:30:14'),(5093,1716,'action complete via Async Request','2024-09-02 14:30:14','2024-09-02 14:30:14'),(5094,1717,'action started via Async Request','2024-09-02 14:30:14','2024-09-02 14:30:14'),(5095,1717,'action complete via Async Request','2024-09-02 14:30:14','2024-09-02 14:30:14'),(5096,1718,'action started via Async Request','2024-09-02 14:30:14','2024-09-02 14:30:14'),(5097,1718,'action complete via Async Request','2024-09-02 14:30:14','2024-09-02 14:30:14'),(5098,1719,'action started via Async Request','2024-09-02 14:30:14','2024-09-02 14:30:14'),(5099,1719,'action complete via Async Request','2024-09-02 14:30:14','2024-09-02 14:30:14'),(5100,1720,'action created','2024-09-02 14:31:41','2024-09-02 14:31:41'),(5101,1721,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5102,1722,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5103,1723,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5104,1724,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5105,1725,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5106,1726,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5107,1727,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5108,1728,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5109,1729,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5110,1730,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5111,1731,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5112,1732,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5113,1733,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5114,1734,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5115,1735,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5116,1736,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5117,1737,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5118,1738,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5119,1739,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5120,1740,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5121,1741,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5122,1742,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5123,1743,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5124,1744,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5125,1745,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5126,1746,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5127,1747,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5128,1748,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5129,1749,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5130,1750,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5131,1751,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5132,1752,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5133,1753,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5134,1754,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5135,1755,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5136,1756,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5137,1757,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5138,1758,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5139,1759,'action created','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5140,1721,'action started via WP Cron','2024-09-02 14:32:04','2024-09-02 14:32:04'),(5141,1721,'action complete via WP Cron','2024-09-02 14:32:07','2024-09-02 14:32:07'),(5142,1722,'action started via WP Cron','2024-09-02 14:32:07','2024-09-02 14:32:07'),(5143,1722,'action complete via WP Cron','2024-09-02 14:32:10','2024-09-02 14:32:10'),(5144,1723,'action started via WP Cron','2024-09-02 14:32:10','2024-09-02 14:32:10'),(5145,1723,'action complete via WP Cron','2024-09-02 14:32:13','2024-09-02 14:32:13'),(5146,1724,'action started via WP Cron','2024-09-02 14:32:13','2024-09-02 14:32:13'),(5147,1724,'action complete via WP Cron','2024-09-02 14:32:16','2024-09-02 14:32:16'),(5148,1725,'action started via WP Cron','2024-09-02 14:32:16','2024-09-02 14:32:16'),(5149,1725,'action complete via WP Cron','2024-09-02 14:32:19','2024-09-02 14:32:19'),(5150,1726,'action started via WP Cron','2024-09-02 14:32:19','2024-09-02 14:32:19'),(5151,1726,'action complete via WP Cron','2024-09-02 14:32:22','2024-09-02 14:32:22'),(5152,1727,'action started via WP Cron','2024-09-02 14:32:22','2024-09-02 14:32:22'),(5153,1727,'action complete via WP Cron','2024-09-02 14:32:25','2024-09-02 14:32:25'),(5154,1728,'action started via WP Cron','2024-09-02 14:33:06','2024-09-02 14:33:06'),(5155,1728,'action complete via WP Cron','2024-09-02 14:33:09','2024-09-02 14:33:09'),(5156,1729,'action started via WP Cron','2024-09-02 14:33:09','2024-09-02 14:33:09'),(5157,1729,'action complete via WP Cron','2024-09-02 14:33:12','2024-09-02 14:33:12'),(5158,1730,'action started via WP Cron','2024-09-02 14:33:12','2024-09-02 14:33:12'),(5159,1730,'action complete via WP Cron','2024-09-02 14:33:15','2024-09-02 14:33:15'),(5160,1731,'action started via WP Cron','2024-09-02 14:33:15','2024-09-02 14:33:15'),(5161,1731,'action complete via WP Cron','2024-09-02 14:33:18','2024-09-02 14:33:18'),(5162,1732,'action started via WP Cron','2024-09-02 14:33:18','2024-09-02 14:33:18'),(5163,1732,'action complete via WP Cron','2024-09-02 14:33:21','2024-09-02 14:33:21'),(5164,1733,'action started via WP Cron','2024-09-02 14:33:21','2024-09-02 14:33:21'),(5165,1733,'action complete via WP Cron','2024-09-02 14:33:24','2024-09-02 14:33:24'),(5166,1734,'action started via WP Cron','2024-09-02 14:33:24','2024-09-02 14:33:24'),(5167,1734,'action complete via WP Cron','2024-09-02 14:33:27','2024-09-02 14:33:27'),(5168,1735,'action started via Async Request','2024-09-02 14:33:34','2024-09-02 14:33:34'),(5169,1735,'action complete via Async Request','2024-09-02 14:33:37','2024-09-02 14:33:37'),(5170,1736,'action started via Async Request','2024-09-02 14:33:37','2024-09-02 14:33:37'),(5171,1736,'action complete via Async Request','2024-09-02 14:33:40','2024-09-02 14:33:40'),(5172,1737,'action started via Async Request','2024-09-02 14:33:40','2024-09-02 14:33:40'),(5173,1737,'action complete via Async Request','2024-09-02 14:33:43','2024-09-02 14:33:43'),(5174,1738,'action started via Async Request','2024-09-02 14:33:43','2024-09-02 14:33:43'),(5175,1738,'action complete via Async Request','2024-09-02 14:33:46','2024-09-02 14:33:46'),(5176,1739,'action started via Async Request','2024-09-02 14:33:46','2024-09-02 14:33:46'),(5177,1739,'action complete via Async Request','2024-09-02 14:33:49','2024-09-02 14:33:49'),(5178,1740,'action started via Async Request','2024-09-02 14:33:49','2024-09-02 14:33:49'),(5179,1740,'action complete via Async Request','2024-09-02 14:33:52','2024-09-02 14:33:52'),(5180,1741,'action started via Async Request','2024-09-02 14:33:52','2024-09-02 14:33:52'),(5181,1741,'action complete via Async Request','2024-09-02 14:33:55','2024-09-02 14:33:55'),(5182,1760,'action created','2024-09-02 14:34:00','2024-09-02 14:34:00'),(5183,1761,'action created','2024-09-02 14:34:00','2024-09-02 14:34:00'),(5184,1762,'action created','2024-09-02 14:34:00','2024-09-02 14:34:00'),(5185,1763,'action created','2024-09-02 14:34:00','2024-09-02 14:34:00'),(5186,1742,'action started via Async Request','2024-09-02 14:34:01','2024-09-02 14:34:01'),(5187,1742,'action complete via Async Request','2024-09-02 14:34:04','2024-09-02 14:34:04'),(5188,1743,'action started via Async Request','2024-09-02 14:34:04','2024-09-02 14:34:04'),(5189,1743,'action complete via Async Request','2024-09-02 14:34:07','2024-09-02 14:34:07'),(5190,1744,'action started via Async Request','2024-09-02 14:34:07','2024-09-02 14:34:07'),(5191,1744,'action complete via Async Request','2024-09-02 14:34:10','2024-09-02 14:34:10'),(5192,1745,'action started via Async Request','2024-09-02 14:34:10','2024-09-02 14:34:10'),(5193,1745,'action complete via Async Request','2024-09-02 14:34:14','2024-09-02 14:34:14'),(5194,1746,'action started via Async Request','2024-09-02 14:34:14','2024-09-02 14:34:14'),(5195,1746,'action complete via Async Request','2024-09-02 14:34:23','2024-09-02 14:34:23'),(5196,1747,'action started via Async Request','2024-09-02 14:34:28','2024-09-02 14:34:28'),(5197,1747,'action complete via Async Request','2024-09-02 14:34:31','2024-09-02 14:34:31'),(5198,1748,'action started via Async Request','2024-09-02 14:34:31','2024-09-02 14:34:31'),(5199,1748,'action complete via Async Request','2024-09-02 14:34:33','2024-09-02 14:34:33'),(5200,1749,'action started via Async Request','2024-09-02 14:34:33','2024-09-02 14:34:33'),(5201,1749,'action complete via Async Request','2024-09-02 14:34:36','2024-09-02 14:34:36'),(5202,1750,'action started via Async Request','2024-09-02 14:34:36','2024-09-02 14:34:36'),(5203,1750,'action complete via Async Request','2024-09-02 14:34:39','2024-09-02 14:34:39'),(5204,1751,'action started via Async Request','2024-09-02 14:34:39','2024-09-02 14:34:39'),(5205,1751,'action complete via Async Request','2024-09-02 14:34:42','2024-09-02 14:34:42'),(5206,1752,'action started via Async Request','2024-09-02 14:34:42','2024-09-02 14:34:42'),(5207,1752,'action complete via Async Request','2024-09-02 14:34:45','2024-09-02 14:34:45'),(5208,1753,'action started via Async Request','2024-09-02 14:34:45','2024-09-02 14:34:45'),(5209,1753,'action complete via Async Request','2024-09-02 14:34:48','2024-09-02 14:34:48'),(5210,1754,'action started via Async Request','2024-09-02 14:34:48','2024-09-02 14:34:48'),(5211,1754,'action complete via Async Request','2024-09-02 14:34:51','2024-09-02 14:34:51'),(5212,1755,'action started via Async Request','2024-09-02 14:34:57','2024-09-02 14:34:57'),(5213,1764,'action created','2024-09-02 14:35:00','2024-09-02 14:35:00'),(5214,1765,'action created','2024-09-02 14:35:00','2024-09-02 14:35:00'),(5215,1766,'action created','2024-09-02 14:35:00','2024-09-02 14:35:00'),(5216,1767,'action created','2024-09-02 14:35:00','2024-09-02 14:35:00'),(5217,1768,'action created','2024-09-02 14:35:00','2024-09-02 14:35:00'),(5218,1769,'action created','2024-09-02 14:35:00','2024-09-02 14:35:00'),(5219,1755,'action complete via Async Request','2024-09-02 14:35:00','2024-09-02 14:35:00'),(5220,1756,'action started via Async Request','2024-09-02 14:35:00','2024-09-02 14:35:00'),(5221,1756,'action complete via Async Request','2024-09-02 14:35:03','2024-09-02 14:35:03'),(5222,1757,'action started via Async Request','2024-09-02 14:35:03','2024-09-02 14:35:03'),(5223,1757,'action complete via Async Request','2024-09-02 14:35:06','2024-09-02 14:35:06'),(5224,1758,'action started via Async Request','2024-09-02 14:35:06','2024-09-02 14:35:06'),(5225,1758,'action complete via Async Request','2024-09-02 14:35:09','2024-09-02 14:35:09'),(5226,1759,'action started via Async Request','2024-09-02 14:35:09','2024-09-02 14:35:09'),(5227,1759,'action complete via Async Request','2024-09-02 14:35:11','2024-09-02 14:35:11'),(5228,1720,'action started via Async Request','2024-09-02 14:35:11','2024-09-02 14:35:11'),(5229,1770,'action created','2024-09-02 14:35:11','2024-09-02 14:35:11'),(5230,1720,'action complete via Async Request','2024-09-02 14:35:11','2024-09-02 14:35:11'),(5231,1760,'action started via Async Request','2024-09-02 14:35:11','2024-09-02 14:35:11'),(5232,1760,'action complete via Async Request','2024-09-02 14:35:14','2024-09-02 14:35:14'),(5233,1761,'action started via Async Request','2024-09-02 14:35:14','2024-09-02 14:35:14'),(5234,1761,'action complete via Async Request','2024-09-02 14:35:17','2024-09-02 14:35:17'),(5235,1762,'action started via Async Request','2024-09-02 14:35:17','2024-09-02 14:35:17'),(5236,1762,'action complete via Async Request','2024-09-02 14:35:20','2024-09-02 14:35:20'),(5237,1763,'action started via Async Request','2024-09-02 14:35:26','2024-09-02 14:35:26'),(5238,1763,'action complete via Async Request','2024-09-02 14:35:26','2024-09-02 14:35:26'),(5239,1764,'action started via Async Request','2024-09-02 14:35:26','2024-09-02 14:35:26'),(5240,1764,'action complete via Async Request','2024-09-02 14:35:29','2024-09-02 14:35:29'),(5241,1765,'action started via Async Request','2024-09-02 14:35:29','2024-09-02 14:35:29'),(5242,1765,'action complete via Async Request','2024-09-02 14:35:32','2024-09-02 14:35:32'),(5243,1766,'action started via Async Request','2024-09-02 14:35:32','2024-09-02 14:35:32'),(5244,1766,'action complete via Async Request','2024-09-02 14:35:35','2024-09-02 14:35:35'),(5245,1767,'action started via Async Request','2024-09-02 14:35:35','2024-09-02 14:35:35'),(5246,1767,'action complete via Async Request','2024-09-02 14:35:38','2024-09-02 14:35:38'),(5247,1768,'action started via Async Request','2024-09-02 14:35:38','2024-09-02 14:35:38'),(5248,1768,'action complete via Async Request','2024-09-02 14:35:38','2024-09-02 14:35:38'),(5249,1769,'action started via Async Request','2024-09-02 14:35:38','2024-09-02 14:35:38'),(5250,1769,'action complete via Async Request','2024-09-02 14:35:41','2024-09-02 14:35:41'),(5251,1770,'action started via WP Cron','2024-09-02 14:36:12','2024-09-02 14:36:12'),(5252,1770,'action complete via WP Cron','2024-09-02 14:36:12','2024-09-02 14:36:12'),(5253,1771,'action created','2024-09-02 14:37:00','2024-09-02 14:37:00'),(5254,1772,'action created','2024-09-02 14:37:00','2024-09-02 14:37:00'),(5255,1773,'action created','2024-09-02 14:37:00','2024-09-02 14:37:00'),(5256,1771,'action started via WP Cron','2024-09-02 14:37:03','2024-09-02 14:37:03'),(5257,1771,'action complete via WP Cron','2024-09-02 14:37:06','2024-09-02 14:37:06'),(5258,1772,'action started via WP Cron','2024-09-02 14:37:06','2024-09-02 14:37:06'),(5259,1772,'action complete via WP Cron','2024-09-02 14:37:09','2024-09-02 14:37:09'),(5260,1773,'action started via WP Cron','2024-09-02 14:37:09','2024-09-02 14:37:09'),(5261,1773,'action complete via WP Cron','2024-09-02 14:37:12','2024-09-02 14:37:12'),(5262,1774,'action created','2024-09-02 14:38:06','2024-09-02 14:38:06'),(5263,1775,'action created','2024-09-02 14:38:06','2024-09-02 14:38:06'),(5264,1774,'action started via WP Cron','2024-09-02 14:38:06','2024-09-02 14:38:06'),(5265,1774,'action complete via WP Cron','2024-09-02 14:38:06','2024-09-02 14:38:06'),(5266,1775,'action started via WP Cron','2024-09-02 14:38:06','2024-09-02 14:38:06'),(5267,1775,'action complete via WP Cron','2024-09-02 14:38:06','2024-09-02 14:38:06'),(5268,1466,'action started via WP Cron','2024-09-02 16:10:36','2024-09-02 16:10:36'),(5269,1466,'action complete via WP Cron','2024-09-02 16:10:36','2024-09-02 16:10:36'),(5270,1776,'action created','2024-09-02 16:10:36','2024-09-02 16:10:36'),(5271,1777,'action created','2024-09-02 18:12:01','2024-09-02 18:12:01'),(5272,1778,'action created','2024-09-02 18:12:01','2024-09-02 18:12:01'),(5273,1779,'action created','2024-09-02 18:12:01','2024-09-02 18:12:01'),(5274,1780,'action created','2024-09-02 18:12:01','2024-09-02 18:12:01'),(5275,1777,'action started via WP Cron','2024-09-02 18:12:10','2024-09-02 18:12:10'),(5276,1777,'action complete via WP Cron','2024-09-02 18:12:14','2024-09-02 18:12:14'),(5277,1778,'action started via WP Cron','2024-09-02 18:12:14','2024-09-02 18:12:14'),(5278,1778,'action complete via WP Cron','2024-09-02 18:12:16','2024-09-02 18:12:16'),(5279,1779,'action started via WP Cron','2024-09-02 18:12:16','2024-09-02 18:12:16'),(5280,1779,'action complete via WP Cron','2024-09-02 18:12:19','2024-09-02 18:12:19'),(5281,1780,'action started via WP Cron','2024-09-02 18:12:19','2024-09-02 18:12:19'),(5282,1780,'action complete via WP Cron','2024-09-02 18:12:21','2024-09-02 18:12:21'),(5283,1781,'action created','2024-09-02 18:17:09','2024-09-02 18:17:09'),(5284,1782,'action created','2024-09-02 18:17:09','2024-09-02 18:17:09'),(5285,1783,'action created','2024-09-02 18:17:09','2024-09-02 18:17:09'),(5286,1784,'action created','2024-09-02 18:17:09','2024-09-02 18:17:09'),(5287,1785,'action created','2024-09-02 18:17:09','2024-09-02 18:17:09'),(5288,1781,'action started via WP Cron','2024-09-02 18:17:09','2024-09-02 18:17:09'),(5289,1781,'action complete via WP Cron','2024-09-02 18:17:12','2024-09-02 18:17:12'),(5290,1782,'action started via WP Cron','2024-09-02 18:17:12','2024-09-02 18:17:12'),(5291,1782,'action complete via WP Cron','2024-09-02 18:17:15','2024-09-02 18:17:15'),(5292,1783,'action started via WP Cron','2024-09-02 18:17:15','2024-09-02 18:17:15'),(5293,1783,'action complete via WP Cron','2024-09-02 18:17:18','2024-09-02 18:17:18'),(5294,1784,'action started via WP Cron','2024-09-02 18:17:18','2024-09-02 18:17:18'),(5295,1784,'action complete via WP Cron','2024-09-02 18:17:21','2024-09-02 18:17:21'),(5296,1785,'action started via WP Cron','2024-09-02 18:17:21','2024-09-02 18:17:21'),(5297,1785,'action complete via WP Cron','2024-09-02 18:17:24','2024-09-02 18:17:24'),(5298,1786,'action created','2024-09-03 05:36:02','2024-09-03 05:36:02'),(5299,1786,'action started via WP Cron','2024-09-03 05:36:05','2024-09-03 05:36:05'),(5300,1786,'action complete via WP Cron','2024-09-03 05:36:05','2024-09-03 05:36:05'),(5301,1787,'action created','2024-09-03 05:36:26','2024-09-03 05:36:26'),(5302,1788,'action created','2024-09-03 05:37:01','2024-09-03 05:37:01'),(5303,1789,'action created','2024-09-03 05:37:01','2024-09-03 05:37:01'),(5304,1790,'action created','2024-09-03 05:37:01','2024-09-03 05:37:01'),(5305,1791,'action created','2024-09-03 05:37:01','2024-09-03 05:37:01'),(5306,1792,'action created','2024-09-03 05:37:01','2024-09-03 05:37:01'),(5307,1788,'action started via WP Cron','2024-09-03 05:37:05','2024-09-03 05:37:05'),(5308,1788,'action complete via WP Cron','2024-09-03 05:37:08','2024-09-03 05:37:08'),(5309,1789,'action started via WP Cron','2024-09-03 05:37:08','2024-09-03 05:37:08'),(5310,1789,'action complete via WP Cron','2024-09-03 05:37:10','2024-09-03 05:37:10'),(5311,1790,'action started via WP Cron','2024-09-03 05:37:10','2024-09-03 05:37:10'),(5312,1790,'action complete via WP Cron','2024-09-03 05:37:13','2024-09-03 05:37:13'),(5313,1791,'action started via WP Cron','2024-09-03 05:37:13','2024-09-03 05:37:13'),(5314,1791,'action complete via WP Cron','2024-09-03 05:37:15','2024-09-03 05:37:15'),(5315,1792,'action started via WP Cron','2024-09-03 05:37:15','2024-09-03 05:37:15'),(5316,1792,'action complete via WP Cron','2024-09-03 05:37:17','2024-09-03 05:37:17'),(5317,1793,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5318,1794,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5319,1795,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5320,1796,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5321,1797,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5322,1798,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5323,1799,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5324,1800,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5325,1801,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5326,1802,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5327,1803,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5328,1804,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5329,1805,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5330,1806,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5331,1807,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5332,1808,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5333,1809,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5334,1810,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5335,1811,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5336,1812,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5337,1813,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5338,1814,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5339,1815,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5340,1816,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5341,1817,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5342,1818,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5343,1819,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5344,1820,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5345,1821,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5346,1787,'action started via WP Cron','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5347,1822,'action created','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5348,1787,'action complete via WP Cron','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5349,1793,'action started via WP Cron','2024-09-03 05:37:40','2024-09-03 05:37:40'),(5350,1793,'action complete via WP Cron','2024-09-03 05:37:42','2024-09-03 05:37:42'),(5351,1794,'action started via WP Cron','2024-09-03 05:37:42','2024-09-03 05:37:42'),(5352,1794,'action complete via WP Cron','2024-09-03 05:37:45','2024-09-03 05:37:45'),(5353,1795,'action started via WP Cron','2024-09-03 05:37:45','2024-09-03 05:37:45'),(5354,1795,'action complete via WP Cron','2024-09-03 05:37:48','2024-09-03 05:37:48'),(5355,1796,'action started via WP Cron','2024-09-03 05:37:48','2024-09-03 05:37:48'),(5356,1796,'action complete via WP Cron','2024-09-03 05:37:51','2024-09-03 05:37:51'),(5357,1797,'action started via WP Cron','2024-09-03 05:37:51','2024-09-03 05:37:51'),(5358,1797,'action complete via WP Cron','2024-09-03 05:37:54','2024-09-03 05:37:54'),(5359,1798,'action started via WP Cron','2024-09-03 05:37:54','2024-09-03 05:37:54'),(5360,1798,'action complete via WP Cron','2024-09-03 05:37:57','2024-09-03 05:37:57'),(5361,1799,'action started via WP Cron','2024-09-03 05:37:57','2024-09-03 05:37:57'),(5362,1799,'action complete via WP Cron','2024-09-03 05:37:59','2024-09-03 05:37:59'),(5363,1800,'action started via WP Cron','2024-09-03 05:37:59','2024-09-03 05:37:59'),(5364,1800,'action complete via WP Cron','2024-09-03 05:38:02','2024-09-03 05:38:02'),(5365,1801,'action started via WP Cron','2024-09-03 05:38:02','2024-09-03 05:38:02'),(5366,1801,'action complete via WP Cron','2024-09-03 05:38:05','2024-09-03 05:38:05'),(5367,1802,'action started via WP Cron','2024-09-03 05:38:08','2024-09-03 05:38:08'),(5368,1802,'action complete via WP Cron','2024-09-03 05:38:12','2024-09-03 05:38:12'),(5369,1803,'action started via WP Cron','2024-09-03 05:38:12','2024-09-03 05:38:12'),(5370,1803,'action complete via WP Cron','2024-09-03 05:38:14','2024-09-03 05:38:14'),(5371,1804,'action started via WP Cron','2024-09-03 05:38:14','2024-09-03 05:38:14'),(5372,1804,'action complete via WP Cron','2024-09-03 05:38:17','2024-09-03 05:38:17'),(5373,1805,'action started via WP Cron','2024-09-03 05:38:17','2024-09-03 05:38:17'),(5374,1805,'action complete via WP Cron','2024-09-03 05:38:20','2024-09-03 05:38:20'),(5375,1806,'action started via WP Cron','2024-09-03 05:38:20','2024-09-03 05:38:20'),(5376,1806,'action complete via WP Cron','2024-09-03 05:38:23','2024-09-03 05:38:23'),(5377,1807,'action started via WP Cron','2024-09-03 05:38:23','2024-09-03 05:38:23'),(5378,1807,'action complete via WP Cron','2024-09-03 05:38:25','2024-09-03 05:38:25'),(5379,1808,'action started via WP Cron','2024-09-03 05:38:25','2024-09-03 05:38:25'),(5380,1808,'action complete via WP Cron','2024-09-03 05:38:28','2024-09-03 05:38:28'),(5381,1809,'action started via WP Cron','2024-09-03 05:38:28','2024-09-03 05:38:28'),(5382,1809,'action complete via WP Cron','2024-09-03 05:38:30','2024-09-03 05:38:30'),(5383,1810,'action started via WP Cron','2024-09-03 05:40:04','2024-09-03 05:40:04'),(5384,1810,'action complete via WP Cron','2024-09-03 05:40:07','2024-09-03 05:40:07'),(5385,1811,'action started via WP Cron','2024-09-03 05:40:07','2024-09-03 05:40:07'),(5386,1811,'action complete via WP Cron','2024-09-03 05:40:10','2024-09-03 05:40:10'),(5387,1812,'action started via WP Cron','2024-09-03 05:40:10','2024-09-03 05:40:10'),(5388,1812,'action complete via WP Cron','2024-09-03 05:40:12','2024-09-03 05:40:12'),(5389,1813,'action started via WP Cron','2024-09-03 05:40:12','2024-09-03 05:40:12'),(5390,1813,'action complete via WP Cron','2024-09-03 05:40:15','2024-09-03 05:40:15'),(5391,1814,'action started via WP Cron','2024-09-03 05:40:15','2024-09-03 05:40:15'),(5392,1814,'action complete via WP Cron','2024-09-03 05:40:17','2024-09-03 05:40:17'),(5393,1815,'action started via WP Cron','2024-09-03 05:40:17','2024-09-03 05:40:17'),(5394,1815,'action complete via WP Cron','2024-09-03 05:40:18','2024-09-03 05:40:18'),(5395,1816,'action started via WP Cron','2024-09-03 05:40:18','2024-09-03 05:40:18'),(5396,1816,'action complete via WP Cron','2024-09-03 05:40:20','2024-09-03 05:40:20'),(5397,1817,'action started via WP Cron','2024-09-03 05:40:20','2024-09-03 05:40:20'),(5398,1817,'action complete via WP Cron','2024-09-03 05:40:23','2024-09-03 05:40:23'),(5399,1818,'action started via WP Cron','2024-09-03 05:40:23','2024-09-03 05:40:23'),(5400,1818,'action complete via WP Cron','2024-09-03 05:40:25','2024-09-03 05:40:25'),(5401,1819,'action started via WP Cron','2024-09-03 05:40:25','2024-09-03 05:40:25'),(5402,1819,'action complete via WP Cron','2024-09-03 05:40:27','2024-09-03 05:40:27'),(5403,1820,'action started via WP Cron','2024-09-03 05:41:04','2024-09-03 05:41:04'),(5404,1820,'action complete via WP Cron','2024-09-03 05:41:06','2024-09-03 05:41:06'),(5405,1821,'action started via WP Cron','2024-09-03 05:41:06','2024-09-03 05:41:06'),(5406,1821,'action complete via WP Cron','2024-09-03 05:41:09','2024-09-03 05:41:09'),(5407,1822,'action started via WP Cron','2024-09-03 05:41:09','2024-09-03 05:41:09'),(5408,1822,'action complete via WP Cron','2024-09-03 05:41:09','2024-09-03 05:41:09'),(5409,1823,'action created','2024-09-03 06:02:59','2024-09-03 06:02:59'),(5410,1824,'action created','2024-09-03 06:02:59','2024-09-03 06:02:59'),(5411,1825,'action created','2024-09-03 06:02:59','2024-09-03 06:02:59'),(5412,1823,'action started via WP Cron','2024-09-03 06:03:03','2024-09-03 06:03:03'),(5413,1823,'action complete via WP Cron','2024-09-03 06:03:06','2024-09-03 06:03:06'),(5414,1824,'action started via WP Cron','2024-09-03 06:03:06','2024-09-03 06:03:06'),(5415,1824,'action complete via WP Cron','2024-09-03 06:03:08','2024-09-03 06:03:08'),(5416,1825,'action started via WP Cron','2024-09-03 06:03:08','2024-09-03 06:03:08'),(5417,1825,'action complete via WP Cron','2024-09-03 06:03:11','2024-09-03 06:03:11'),(5418,1826,'action created','2024-09-03 06:05:05','2024-09-03 06:05:05'),(5419,1827,'action created','2024-09-03 06:05:05','2024-09-03 06:05:05'),(5420,1828,'action created','2024-09-03 06:05:05','2024-09-03 06:05:05'),(5421,1829,'action created','2024-09-03 06:05:05','2024-09-03 06:05:05'),(5422,1830,'action created','2024-09-03 06:05:05','2024-09-03 06:05:05'),(5423,1826,'action started via WP Cron','2024-09-03 06:05:05','2024-09-03 06:05:05'),(5424,1826,'action complete via WP Cron','2024-09-03 06:05:05','2024-09-03 06:05:05'),(5425,1827,'action started via WP Cron','2024-09-03 06:05:05','2024-09-03 06:05:05'),(5426,1827,'action complete via WP Cron','2024-09-03 06:05:05','2024-09-03 06:05:05'),(5427,1828,'action started via WP Cron','2024-09-03 06:05:05','2024-09-03 06:05:05'),(5428,1828,'action complete via WP Cron','2024-09-03 06:05:07','2024-09-03 06:05:07'),(5429,1829,'action started via WP Cron','2024-09-03 06:05:07','2024-09-03 06:05:07'),(5430,1829,'action complete via WP Cron','2024-09-03 06:05:10','2024-09-03 06:05:10'),(5431,1830,'action started via WP Cron','2024-09-03 06:05:10','2024-09-03 06:05:10'),(5432,1830,'action complete via WP Cron','2024-09-03 06:05:13','2024-09-03 06:05:13'),(5433,41,'action started via WP Cron','2024-09-03 07:50:36','2024-09-03 07:50:36'),(5434,41,'action complete via WP Cron','2024-09-03 07:50:37','2024-09-03 07:50:37'),(5435,1831,'action created','2024-09-03 07:50:37','2024-09-03 07:50:37'),(5436,42,'action started via WP Cron','2024-09-03 07:50:37','2024-09-03 07:50:37'),(5437,42,'action complete via WP Cron','2024-09-03 07:50:37','2024-09-03 07:50:37'),(5438,1832,'action created','2024-09-03 07:50:37','2024-09-03 07:50:37'),(5439,43,'action started via WP Cron','2024-09-03 07:50:37','2024-09-03 07:50:37'),(5440,43,'action complete via WP Cron','2024-09-03 07:50:37','2024-09-03 07:50:37'),(5441,1833,'action created','2024-09-03 07:50:37','2024-09-03 07:50:37'),(5442,1834,'action created','2024-09-03 10:17:53','2024-09-03 10:17:53'),(5443,1835,'action created','2024-09-03 10:18:04','2024-09-03 10:18:04'),(5444,1836,'action created','2024-09-03 10:18:04','2024-09-03 10:18:04'),(5445,1837,'action created','2024-09-03 10:18:04','2024-09-03 10:18:04'),(5446,1838,'action created','2024-09-03 10:18:04','2024-09-03 10:18:04'),(5447,1839,'action created','2024-09-03 10:18:04','2024-09-03 10:18:04'),(5448,1835,'action started via WP Cron','2024-09-03 10:18:04','2024-09-03 10:18:04'),(5449,1835,'action complete via WP Cron','2024-09-03 10:18:07','2024-09-03 10:18:07'),(5450,1836,'action started via WP Cron','2024-09-03 10:18:07','2024-09-03 10:18:07'),(5451,1836,'action complete via WP Cron','2024-09-03 10:18:10','2024-09-03 10:18:10'),(5452,1837,'action started via WP Cron','2024-09-03 10:18:10','2024-09-03 10:18:10'),(5453,1837,'action complete via WP Cron','2024-09-03 10:18:13','2024-09-03 10:18:13'),(5454,1838,'action started via WP Cron','2024-09-03 10:18:13','2024-09-03 10:18:13'),(5455,1838,'action complete via WP Cron','2024-09-03 10:18:15','2024-09-03 10:18:15'),(5456,1839,'action started via WP Cron','2024-09-03 10:18:15','2024-09-03 10:18:15'),(5457,1839,'action complete via WP Cron','2024-09-03 10:18:18','2024-09-03 10:18:18'),(5458,1840,'action created','2024-09-03 10:19:02','2024-09-03 10:19:02'),(5459,1841,'action created','2024-09-03 10:19:02','2024-09-03 10:19:02'),(5460,1842,'action created','2024-09-03 10:19:02','2024-09-03 10:19:02'),(5461,1843,'action created','2024-09-03 10:19:02','2024-09-03 10:19:02'),(5462,1844,'action created','2024-09-03 10:19:02','2024-09-03 10:19:02'),(5463,1845,'action created','2024-09-03 10:19:02','2024-09-03 10:19:02'),(5464,1846,'action created','2024-09-03 10:19:02','2024-09-03 10:19:02'),(5465,1847,'action created','2024-09-03 10:19:02','2024-09-03 10:19:02'),(5466,1848,'action created','2024-09-03 10:19:02','2024-09-03 10:19:02'),(5467,1849,'action created','2024-09-03 10:19:02','2024-09-03 10:19:02'),(5468,1850,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5469,1851,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5470,1852,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5471,1853,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5472,1854,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5473,1855,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5474,1856,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5475,1857,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5476,1858,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5477,1859,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5478,1860,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5479,1861,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5480,1862,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5481,1863,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5482,1864,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5483,1865,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5484,1866,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5485,1867,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5486,1868,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5487,1869,'action created','2024-09-03 10:19:03','2024-09-03 10:19:03'),(5488,1834,'action started via WP Cron','2024-09-03 10:19:04','2024-09-03 10:19:04'),(5489,1870,'action created','2024-09-03 10:19:04','2024-09-03 10:19:04'),(5490,1834,'action complete via WP Cron','2024-09-03 10:19:04','2024-09-03 10:19:04'),(5491,1840,'action started via WP Cron','2024-09-03 10:19:04','2024-09-03 10:19:04'),(5492,1840,'action complete via WP Cron','2024-09-03 10:19:07','2024-09-03 10:19:07'),(5493,1841,'action started via WP Cron','2024-09-03 10:19:07','2024-09-03 10:19:07'),(5494,1841,'action complete via WP Cron','2024-09-03 10:19:10','2024-09-03 10:19:10'),(5495,1842,'action started via WP Cron','2024-09-03 10:19:10','2024-09-03 10:19:10'),(5496,1842,'action complete via WP Cron','2024-09-03 10:19:12','2024-09-03 10:19:12'),(5497,1843,'action started via WP Cron','2024-09-03 10:19:12','2024-09-03 10:19:12'),(5498,1843,'action complete via WP Cron','2024-09-03 10:19:15','2024-09-03 10:19:15'),(5499,1844,'action started via WP Cron','2024-09-03 10:19:15','2024-09-03 10:19:15'),(5500,1844,'action complete via WP Cron','2024-09-03 10:19:17','2024-09-03 10:19:17'),(5501,1845,'action started via WP Cron','2024-09-03 10:19:17','2024-09-03 10:19:17'),(5502,1845,'action complete via WP Cron','2024-09-03 10:19:19','2024-09-03 10:19:19'),(5503,1846,'action started via WP Cron','2024-09-03 10:19:19','2024-09-03 10:19:19'),(5504,1846,'action complete via WP Cron','2024-09-03 10:19:21','2024-09-03 10:19:21'),(5505,1847,'action started via WP Cron','2024-09-03 10:19:21','2024-09-03 10:19:21'),(5506,1847,'action complete via WP Cron','2024-09-03 10:19:24','2024-09-03 10:19:24'),(5507,1848,'action started via WP Cron','2024-09-03 10:19:24','2024-09-03 10:19:24'),(5508,1848,'action complete via WP Cron','2024-09-03 10:19:26','2024-09-03 10:19:26'),(5509,1849,'action started via WP Cron','2024-09-03 10:19:26','2024-09-03 10:19:26'),(5510,1849,'action complete via WP Cron','2024-09-03 10:19:28','2024-09-03 10:19:28'),(5511,1850,'action started via WP Cron','2024-09-03 10:20:09','2024-09-03 10:20:09'),(5512,1850,'action complete via WP Cron','2024-09-03 10:20:12','2024-09-03 10:20:12'),(5513,1851,'action started via WP Cron','2024-09-03 10:20:12','2024-09-03 10:20:12'),(5514,1851,'action complete via WP Cron','2024-09-03 10:20:14','2024-09-03 10:20:14'),(5515,1852,'action started via WP Cron','2024-09-03 10:20:14','2024-09-03 10:20:14'),(5516,1852,'action complete via WP Cron','2024-09-03 10:20:17','2024-09-03 10:20:17'),(5517,1853,'action started via WP Cron','2024-09-03 10:20:17','2024-09-03 10:20:17'),(5518,1853,'action complete via WP Cron','2024-09-03 10:20:19','2024-09-03 10:20:19'),(5519,1854,'action started via WP Cron','2024-09-03 10:20:19','2024-09-03 10:20:19'),(5520,1854,'action complete via WP Cron','2024-09-03 10:20:21','2024-09-03 10:20:21'),(5521,1855,'action started via WP Cron','2024-09-03 10:20:21','2024-09-03 10:20:21'),(5522,1855,'action complete via WP Cron','2024-09-03 10:20:24','2024-09-03 10:20:24'),(5523,1856,'action started via WP Cron','2024-09-03 10:20:24','2024-09-03 10:20:24'),(5524,1856,'action complete via WP Cron','2024-09-03 10:20:27','2024-09-03 10:20:27'),(5525,1857,'action started via WP Cron','2024-09-03 10:20:27','2024-09-03 10:20:27'),(5526,1857,'action complete via WP Cron','2024-09-03 10:20:29','2024-09-03 10:20:29'),(5527,1858,'action started via WP Cron','2024-09-03 10:20:29','2024-09-03 10:20:29'),(5528,1858,'action complete via WP Cron','2024-09-03 10:20:31','2024-09-03 10:20:31'),(5529,1859,'action started via WP Cron','2024-09-03 10:20:31','2024-09-03 10:20:31'),(5530,1859,'action complete via WP Cron','2024-09-03 10:20:32','2024-09-03 10:20:32'),(5531,1860,'action started via WP Cron','2024-09-03 10:20:32','2024-09-03 10:20:32'),(5532,1860,'action complete via WP Cron','2024-09-03 10:20:34','2024-09-03 10:20:34'),(5533,1861,'action started via WP Cron','2024-09-03 10:21:04','2024-09-03 10:21:04'),(5534,1861,'action complete via WP Cron','2024-09-03 10:21:07','2024-09-03 10:21:07'),(5535,1862,'action started via WP Cron','2024-09-03 10:21:07','2024-09-03 10:21:07'),(5536,1862,'action complete via WP Cron','2024-09-03 10:21:09','2024-09-03 10:21:09'),(5537,1863,'action started via WP Cron','2024-09-03 10:21:09','2024-09-03 10:21:09'),(5538,1863,'action complete via WP Cron','2024-09-03 10:21:11','2024-09-03 10:21:11'),(5539,1864,'action started via WP Cron','2024-09-03 10:21:11','2024-09-03 10:21:11'),(5540,1864,'action complete via WP Cron','2024-09-03 10:21:13','2024-09-03 10:21:13'),(5541,1865,'action started via WP Cron','2024-09-03 10:21:13','2024-09-03 10:21:13'),(5542,1865,'action complete via WP Cron','2024-09-03 10:21:15','2024-09-03 10:21:15'),(5543,1866,'action started via WP Cron','2024-09-03 10:21:15','2024-09-03 10:21:15'),(5544,1866,'action complete via WP Cron','2024-09-03 10:21:17','2024-09-03 10:21:17'),(5545,1867,'action started via WP Cron','2024-09-03 10:21:17','2024-09-03 10:21:17'),(5546,1867,'action complete via WP Cron','2024-09-03 10:21:19','2024-09-03 10:21:19'),(5547,1868,'action started via WP Cron','2024-09-03 10:21:19','2024-09-03 10:21:19'),(5548,1868,'action complete via WP Cron','2024-09-03 10:21:22','2024-09-03 10:21:22'),(5549,1869,'action started via WP Cron','2024-09-03 10:21:22','2024-09-03 10:21:22'),(5550,1869,'action complete via WP Cron','2024-09-03 10:21:22','2024-09-03 10:21:22'),(5551,1870,'action started via WP Cron','2024-09-03 10:21:22','2024-09-03 10:21:22'),(5552,1870,'action complete via WP Cron','2024-09-03 10:21:22','2024-09-03 10:21:22'),(5553,1871,'action created','2024-09-03 10:25:02','2024-09-03 10:25:02'),(5554,1872,'action created','2024-09-03 10:25:02','2024-09-03 10:25:02'),(5555,1873,'action created','2024-09-03 10:25:02','2024-09-03 10:25:02'),(5556,1874,'action created','2024-09-03 10:25:02','2024-09-03 10:25:02'),(5557,1875,'action created','2024-09-03 10:25:02','2024-09-03 10:25:02'),(5558,1871,'action started via WP Cron','2024-09-03 10:25:11','2024-09-03 10:25:11'),(5559,1871,'action complete via WP Cron','2024-09-03 10:25:13','2024-09-03 10:25:13'),(5560,1872,'action started via WP Cron','2024-09-03 10:25:13','2024-09-03 10:25:13'),(5561,1872,'action complete via WP Cron','2024-09-03 10:25:16','2024-09-03 10:25:16'),(5562,1873,'action started via WP Cron','2024-09-03 10:25:16','2024-09-03 10:25:16'),(5563,1873,'action complete via WP Cron','2024-09-03 10:25:19','2024-09-03 10:25:19'),(5564,1874,'action started via WP Cron','2024-09-03 10:25:19','2024-09-03 10:25:19'),(5565,1874,'action complete via WP Cron','2024-09-03 10:25:21','2024-09-03 10:25:21'),(5566,1875,'action started via WP Cron','2024-09-03 10:25:21','2024-09-03 10:25:21'),(5567,1875,'action complete via WP Cron','2024-09-03 10:25:24','2024-09-03 10:25:24'),(5568,1876,'action created','2024-09-03 10:28:06','2024-09-03 10:28:06'),(5569,1877,'action created','2024-09-03 10:28:06','2024-09-03 10:28:06'),(5570,1878,'action created','2024-09-03 10:28:06','2024-09-03 10:28:06'),(5571,1876,'action started via WP Cron','2024-09-03 10:28:06','2024-09-03 10:28:06'),(5572,1876,'action complete via WP Cron','2024-09-03 10:28:09','2024-09-03 10:28:09'),(5573,1877,'action started via WP Cron','2024-09-03 10:28:09','2024-09-03 10:28:09'),(5574,1877,'action complete via WP Cron','2024-09-03 10:28:11','2024-09-03 10:28:11'),(5575,1878,'action started via WP Cron','2024-09-03 10:28:11','2024-09-03 10:28:11'),(5576,1878,'action complete via WP Cron','2024-09-03 10:28:14','2024-09-03 10:28:14'),(5577,1879,'action created','2024-09-03 10:29:01','2024-09-03 10:29:01'),(5578,1880,'action created','2024-09-03 10:29:01','2024-09-03 10:29:01'),(5579,1881,'action created','2024-09-03 10:29:01','2024-09-03 10:29:01'),(5580,1879,'action started via WP Cron','2024-09-03 10:29:03','2024-09-03 10:29:03'),(5581,1879,'action complete via WP Cron','2024-09-03 10:29:06','2024-09-03 10:29:06'),(5582,1880,'action started via WP Cron','2024-09-03 10:29:06','2024-09-03 10:29:06'),(5583,1880,'action complete via WP Cron','2024-09-03 10:29:08','2024-09-03 10:29:08'),(5584,1881,'action started via WP Cron','2024-09-03 10:29:08','2024-09-03 10:29:08'),(5585,1881,'action complete via WP Cron','2024-09-03 10:29:11','2024-09-03 10:29:11'),(5586,1882,'action created','2024-09-03 10:29:59','2024-09-03 10:29:59'),(5587,1883,'action created','2024-09-03 10:29:59','2024-09-03 10:29:59'),(5588,1884,'action created','2024-09-03 10:29:59','2024-09-03 10:29:59'),(5589,1882,'action started via WP Cron','2024-09-03 10:30:08','2024-09-03 10:30:08'),(5590,1882,'action complete via WP Cron','2024-09-03 10:30:10','2024-09-03 10:30:10'),(5591,1883,'action started via WP Cron','2024-09-03 10:30:10','2024-09-03 10:30:10'),(5592,1883,'action complete via WP Cron','2024-09-03 10:30:12','2024-09-03 10:30:12'),(5593,1884,'action started via WP Cron','2024-09-03 10:30:12','2024-09-03 10:30:12'),(5594,1884,'action complete via WP Cron','2024-09-03 10:30:14','2024-09-03 10:30:14'),(5595,1885,'action created','2024-09-03 10:31:00','2024-09-03 10:31:00'),(5596,1886,'action created','2024-09-03 10:31:00','2024-09-03 10:31:00'),(5597,1887,'action created','2024-09-03 10:31:00','2024-09-03 10:31:00'),(5598,1885,'action started via WP Cron','2024-09-03 10:31:03','2024-09-03 10:31:03'),(5599,1885,'action complete via WP Cron','2024-09-03 10:31:05','2024-09-03 10:31:05'),(5600,1886,'action started via WP Cron','2024-09-03 10:31:05','2024-09-03 10:31:05'),(5601,1886,'action complete via WP Cron','2024-09-03 10:31:08','2024-09-03 10:31:08'),(5602,1887,'action started via WP Cron','2024-09-03 10:31:08','2024-09-03 10:31:08'),(5603,1887,'action complete via WP Cron','2024-09-03 10:31:10','2024-09-03 10:31:10'),(5604,1888,'action created','2024-09-03 10:31:59','2024-09-03 10:31:59'),(5605,1889,'action created','2024-09-03 10:31:59','2024-09-03 10:31:59'),(5606,1888,'action started via WP Cron','2024-09-03 10:32:03','2024-09-03 10:32:03'),(5607,1888,'action complete via WP Cron','2024-09-03 10:32:06','2024-09-03 10:32:06'),(5608,1889,'action started via WP Cron','2024-09-03 10:32:06','2024-09-03 10:32:06'),(5609,1889,'action complete via WP Cron','2024-09-03 10:32:08','2024-09-03 10:32:08'),(5610,1890,'action created','2024-09-03 10:33:01','2024-09-03 10:33:01'),(5611,1891,'action created','2024-09-03 10:33:01','2024-09-03 10:33:01'),(5612,1892,'action created','2024-09-03 10:33:08','2024-09-03 10:33:08'),(5613,1890,'action started via WP Cron','2024-09-03 10:33:18','2024-09-03 10:33:18'),(5614,1890,'action complete via WP Cron','2024-09-03 10:33:21','2024-09-03 10:33:21'),(5615,1891,'action started via WP Cron','2024-09-03 10:33:21','2024-09-03 10:33:21'),(5616,1891,'action complete via WP Cron','2024-09-03 10:33:24','2024-09-03 10:33:24'),(5617,1893,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5618,1894,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5619,1895,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5620,1896,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5621,1897,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5622,1898,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5623,1899,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5624,1900,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5625,1901,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5626,1902,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5627,1903,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5628,1904,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5629,1905,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5630,1906,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5631,1907,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5632,1908,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5633,1909,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5634,1910,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5635,1911,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5636,1912,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5637,1913,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5638,1914,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5639,1915,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5640,1916,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5641,1917,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5642,1918,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5643,1919,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5644,1920,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5645,1921,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5646,1922,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5647,1923,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5648,1924,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5649,1925,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5650,1926,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5651,1927,'action created','2024-09-03 10:34:00','2024-09-03 10:34:00'),(5652,1893,'action started via WP Cron','2024-09-03 10:34:08','2024-09-03 10:34:08'),(5653,1893,'action complete via WP Cron','2024-09-03 10:34:11','2024-09-03 10:34:11'),(5654,1894,'action started via WP Cron','2024-09-03 10:34:11','2024-09-03 10:34:11'),(5655,1894,'action complete via WP Cron','2024-09-03 10:34:13','2024-09-03 10:34:13'),(5656,1895,'action started via WP Cron','2024-09-03 10:34:13','2024-09-03 10:34:13'),(5657,1895,'action complete via WP Cron','2024-09-03 10:34:15','2024-09-03 10:34:15'),(5658,1896,'action started via WP Cron','2024-09-03 10:34:15','2024-09-03 10:34:15'),(5659,1896,'action complete via WP Cron','2024-09-03 10:34:18','2024-09-03 10:34:18'),(5660,1897,'action started via WP Cron','2024-09-03 10:34:18','2024-09-03 10:34:18'),(5661,1897,'action complete via WP Cron','2024-09-03 10:34:20','2024-09-03 10:34:20'),(5662,1898,'action started via WP Cron','2024-09-03 10:34:20','2024-09-03 10:34:20'),(5663,1898,'action complete via WP Cron','2024-09-03 10:34:22','2024-09-03 10:34:22'),(5664,1899,'action started via WP Cron','2024-09-03 10:34:22','2024-09-03 10:34:22'),(5665,1899,'action complete via WP Cron','2024-09-03 10:34:25','2024-09-03 10:34:25'),(5666,1900,'action started via WP Cron','2024-09-03 10:34:25','2024-09-03 10:34:25'),(5667,1900,'action complete via WP Cron','2024-09-03 10:34:28','2024-09-03 10:34:28'),(5668,1901,'action started via WP Cron','2024-09-03 10:34:28','2024-09-03 10:34:28'),(5669,1901,'action complete via WP Cron','2024-09-03 10:34:30','2024-09-03 10:34:30'),(5670,1902,'action started via WP Cron','2024-09-03 10:34:30','2024-09-03 10:34:30'),(5671,1902,'action complete via WP Cron','2024-09-03 10:34:33','2024-09-03 10:34:33'),(5672,1903,'action started via Async Request','2024-09-03 10:34:44','2024-09-03 10:34:44'),(5673,1903,'action complete via Async Request','2024-09-03 10:34:47','2024-09-03 10:34:47'),(5674,1904,'action started via Async Request','2024-09-03 10:34:47','2024-09-03 10:34:47'),(5675,1904,'action complete via Async Request','2024-09-03 10:34:50','2024-09-03 10:34:50'),(5676,1905,'action started via Async Request','2024-09-03 10:34:50','2024-09-03 10:34:50'),(5677,1905,'action complete via Async Request','2024-09-03 10:34:52','2024-09-03 10:34:52'),(5678,1906,'action started via Async Request','2024-09-03 10:34:52','2024-09-03 10:34:52'),(5679,1906,'action complete via Async Request','2024-09-03 10:34:55','2024-09-03 10:34:55'),(5680,1907,'action started via Async Request','2024-09-03 10:34:55','2024-09-03 10:34:55'),(5681,1907,'action complete via Async Request','2024-09-03 10:34:58','2024-09-03 10:34:58'),(5682,1908,'action started via Async Request','2024-09-03 10:34:58','2024-09-03 10:34:58'),(5683,1908,'action complete via Async Request','2024-09-03 10:35:01','2024-09-03 10:35:01'),(5684,1909,'action started via Async Request','2024-09-03 10:35:01','2024-09-03 10:35:01'),(5685,1909,'action complete via Async Request','2024-09-03 10:35:03','2024-09-03 10:35:03'),(5686,1910,'action started via Async Request','2024-09-03 10:35:03','2024-09-03 10:35:03'),(5687,1910,'action complete via Async Request','2024-09-03 10:35:06','2024-09-03 10:35:06'),(5688,1911,'action started via Async Request','2024-09-03 10:35:06','2024-09-03 10:35:06'),(5689,1911,'action complete via Async Request','2024-09-03 10:35:09','2024-09-03 10:35:09'),(5690,1912,'action started via Async Request','2024-09-03 10:35:14','2024-09-03 10:35:14'),(5691,1912,'action complete via Async Request','2024-09-03 10:35:17','2024-09-03 10:35:17'),(5692,1913,'action started via Async Request','2024-09-03 10:35:17','2024-09-03 10:35:17'),(5693,1913,'action complete via Async Request','2024-09-03 10:35:19','2024-09-03 10:35:19'),(5694,1914,'action started via Async Request','2024-09-03 10:35:19','2024-09-03 10:35:19'),(5695,1914,'action complete via Async Request','2024-09-03 10:35:23','2024-09-03 10:35:23'),(5696,1915,'action started via Async Request','2024-09-03 10:35:23','2024-09-03 10:35:23'),(5697,1915,'action complete via Async Request','2024-09-03 10:35:25','2024-09-03 10:35:25'),(5698,1916,'action started via Async Request','2024-09-03 10:35:25','2024-09-03 10:35:25'),(5699,1916,'action complete via Async Request','2024-09-03 10:35:28','2024-09-03 10:35:28'),(5700,1917,'action started via Async Request','2024-09-03 10:35:28','2024-09-03 10:35:28'),(5701,1917,'action complete via Async Request','2024-09-03 10:35:31','2024-09-03 10:35:31'),(5702,1918,'action started via Async Request','2024-09-03 10:35:31','2024-09-03 10:35:31'),(5703,1918,'action complete via Async Request','2024-09-03 10:35:33','2024-09-03 10:35:33'),(5704,1919,'action started via Async Request','2024-09-03 10:35:33','2024-09-03 10:35:33'),(5705,1919,'action complete via Async Request','2024-09-03 10:35:35','2024-09-03 10:35:35'),(5706,1920,'action started via Async Request','2024-09-03 10:35:35','2024-09-03 10:35:35'),(5707,1920,'action complete via Async Request','2024-09-03 10:35:37','2024-09-03 10:35:37'),(5708,1921,'action started via Async Request','2024-09-03 10:35:37','2024-09-03 10:35:37'),(5709,1921,'action complete via Async Request','2024-09-03 10:35:39','2024-09-03 10:35:39'),(5710,1922,'action started via Async Request','2024-09-03 10:35:44','2024-09-03 10:35:44'),(5711,1922,'action complete via Async Request','2024-09-03 10:35:47','2024-09-03 10:35:47'),(5712,1923,'action started via Async Request','2024-09-03 10:35:47','2024-09-03 10:35:47'),(5713,1923,'action complete via Async Request','2024-09-03 10:35:49','2024-09-03 10:35:49'),(5714,1924,'action started via Async Request','2024-09-03 10:35:49','2024-09-03 10:35:49'),(5715,1924,'action complete via Async Request','2024-09-03 10:35:51','2024-09-03 10:35:51'),(5716,1925,'action started via Async Request','2024-09-03 10:35:51','2024-09-03 10:35:51'),(5717,1925,'action complete via Async Request','2024-09-03 10:35:53','2024-09-03 10:35:53'),(5718,1926,'action started via Async Request','2024-09-03 10:35:53','2024-09-03 10:35:53'),(5719,1926,'action complete via Async Request','2024-09-03 10:35:55','2024-09-03 10:35:55'),(5720,1927,'action started via Async Request','2024-09-03 10:35:55','2024-09-03 10:35:55'),(5721,1927,'action complete via Async Request','2024-09-03 10:35:58','2024-09-03 10:35:58'),(5722,1892,'action started via Async Request','2024-09-03 10:35:58','2024-09-03 10:35:58'),(5723,1928,'action created','2024-09-03 10:35:58','2024-09-03 10:35:58'),(5724,1892,'action complete via Async Request','2024-09-03 10:35:58','2024-09-03 10:35:58'),(5725,1929,'action created','2024-09-03 10:36:37','2024-09-03 10:36:37'),(5726,1930,'action created','2024-09-03 10:36:37','2024-09-03 10:36:37'),(5727,1931,'action created','2024-09-03 10:36:37','2024-09-03 10:36:37'),(5728,1929,'action started via WP Cron','2024-09-03 10:36:37','2024-09-03 10:36:37'),(5729,1929,'action complete via WP Cron','2024-09-03 10:36:40','2024-09-03 10:36:40'),(5730,1930,'action started via WP Cron','2024-09-03 10:36:40','2024-09-03 10:36:40'),(5731,1930,'action complete via WP Cron','2024-09-03 10:36:40','2024-09-03 10:36:40'),(5732,1931,'action started via WP Cron','2024-09-03 10:36:40','2024-09-03 10:36:40'),(5733,1931,'action complete via WP Cron','2024-09-03 10:36:40','2024-09-03 10:36:40'),(5734,1928,'action started via WP Cron','2024-09-03 10:37:07','2024-09-03 10:37:07'),(5735,1928,'action complete via WP Cron','2024-09-03 10:37:07','2024-09-03 10:37:07'),(5736,1932,'action created','2024-09-03 10:39:03','2024-09-03 10:39:03'),(5737,1933,'action created','2024-09-03 10:39:03','2024-09-03 10:39:03'),(5738,1934,'action created','2024-09-03 10:39:03','2024-09-03 10:39:03'),(5739,1935,'action created','2024-09-03 10:39:03','2024-09-03 10:39:03'),(5740,1936,'action created','2024-09-03 10:39:03','2024-09-03 10:39:03'),(5741,1932,'action started via WP Cron','2024-09-03 10:39:03','2024-09-03 10:39:03'),(5742,1932,'action complete via WP Cron','2024-09-03 10:39:05','2024-09-03 10:39:05'),(5743,1933,'action started via WP Cron','2024-09-03 10:39:05','2024-09-03 10:39:05'),(5744,1933,'action complete via WP Cron','2024-09-03 10:39:07','2024-09-03 10:39:07'),(5745,1934,'action started via WP Cron','2024-09-03 10:39:07','2024-09-03 10:39:07'),(5746,1934,'action complete via WP Cron','2024-09-03 10:39:10','2024-09-03 10:39:10'),(5747,1935,'action started via WP Cron','2024-09-03 10:39:10','2024-09-03 10:39:10'),(5748,1935,'action complete via WP Cron','2024-09-03 10:39:12','2024-09-03 10:39:12'),(5749,1936,'action started via WP Cron','2024-09-03 10:39:12','2024-09-03 10:39:12'),(5750,1936,'action complete via WP Cron','2024-09-03 10:39:15','2024-09-03 10:39:15'),(5751,1937,'action created','2024-09-03 10:39:59','2024-09-03 10:39:59'),(5752,1938,'action created','2024-09-03 10:39:59','2024-09-03 10:39:59'),(5753,1939,'action created','2024-09-03 10:39:59','2024-09-03 10:39:59'),(5754,1940,'action created','2024-09-03 10:39:59','2024-09-03 10:39:59'),(5755,1941,'action created','2024-09-03 10:39:59','2024-09-03 10:39:59'),(5756,1937,'action started via WP Cron','2024-09-03 10:40:16','2024-09-03 10:40:16'),(5757,1937,'action complete via WP Cron','2024-09-03 10:40:18','2024-09-03 10:40:18'),(5758,1938,'action started via WP Cron','2024-09-03 10:40:18','2024-09-03 10:40:18'),(5759,1938,'action complete via WP Cron','2024-09-03 10:40:21','2024-09-03 10:40:21'),(5760,1939,'action started via WP Cron','2024-09-03 10:40:21','2024-09-03 10:40:21'),(5761,1939,'action complete via WP Cron','2024-09-03 10:40:24','2024-09-03 10:40:24'),(5762,1940,'action started via WP Cron','2024-09-03 10:40:24','2024-09-03 10:40:24'),(5763,1940,'action complete via WP Cron','2024-09-03 10:40:26','2024-09-03 10:40:26'),(5764,1941,'action started via WP Cron','2024-09-03 10:40:26','2024-09-03 10:40:26'),(5765,1941,'action complete via WP Cron','2024-09-03 10:40:29','2024-09-03 10:40:29'),(5766,1942,'action created','2024-09-03 10:41:01','2024-09-03 10:41:01'),(5767,1943,'action created','2024-09-03 10:41:01','2024-09-03 10:41:01'),(5768,1944,'action created','2024-09-03 10:41:01','2024-09-03 10:41:01'),(5769,1942,'action started via WP Cron','2024-09-03 10:42:52','2024-09-03 10:42:52'),(5770,1942,'action complete via WP Cron','2024-09-03 10:42:54','2024-09-03 10:42:54'),(5771,1943,'action started via WP Cron','2024-09-03 10:42:54','2024-09-03 10:42:54'),(5772,1943,'action complete via WP Cron','2024-09-03 10:42:57','2024-09-03 10:42:57'),(5773,1944,'action started via WP Cron','2024-09-03 10:42:57','2024-09-03 10:42:57'),(5774,1944,'action complete via WP Cron','2024-09-03 10:42:59','2024-09-03 10:42:59'),(5775,1945,'action created','2024-09-03 12:09:39','2024-09-03 12:09:39'),(5776,1946,'action created','2024-09-03 12:09:59','2024-09-03 12:09:59'),(5777,1947,'action created','2024-09-03 12:09:59','2024-09-03 12:09:59'),(5778,1948,'action created','2024-09-03 12:09:59','2024-09-03 12:09:59'),(5779,1949,'action created','2024-09-03 12:09:59','2024-09-03 12:09:59'),(5780,1950,'action created','2024-09-03 12:09:59','2024-09-03 12:09:59'),(5781,1946,'action started via WP Cron','2024-09-03 12:10:03','2024-09-03 12:10:03'),(5782,1946,'action complete via WP Cron','2024-09-03 12:10:06','2024-09-03 12:10:06'),(5783,1947,'action started via WP Cron','2024-09-03 12:10:06','2024-09-03 12:10:06'),(5784,1947,'action complete via WP Cron','2024-09-03 12:10:09','2024-09-03 12:10:09'),(5785,1948,'action started via WP Cron','2024-09-03 12:10:09','2024-09-03 12:10:09'),(5786,1948,'action complete via WP Cron','2024-09-03 12:10:11','2024-09-03 12:10:11'),(5787,1949,'action started via WP Cron','2024-09-03 12:10:11','2024-09-03 12:10:11'),(5788,1949,'action complete via WP Cron','2024-09-03 12:10:14','2024-09-03 12:10:14'),(5789,1950,'action started via WP Cron','2024-09-03 12:10:14','2024-09-03 12:10:14'),(5790,1950,'action complete via WP Cron','2024-09-03 12:10:16','2024-09-03 12:10:16'),(5791,1951,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5792,1952,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5793,1953,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5794,1954,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5795,1955,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5796,1956,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5797,1957,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5798,1958,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5799,1959,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5800,1960,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5801,1961,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5802,1962,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5803,1963,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5804,1964,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5805,1965,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5806,1966,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5807,1967,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5808,1968,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5809,1969,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5810,1970,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5811,1971,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5812,1972,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5813,1973,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5814,1974,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5815,1975,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5816,1976,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5817,1977,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5818,1978,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5819,1979,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5820,1980,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5821,1945,'action started via WP Cron','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5822,1981,'action created','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5823,1945,'action complete via WP Cron','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5824,1951,'action started via WP Cron','2024-09-03 12:11:08','2024-09-03 12:11:08'),(5825,1951,'action complete via WP Cron','2024-09-03 12:11:10','2024-09-03 12:11:10'),(5826,1952,'action started via WP Cron','2024-09-03 12:11:10','2024-09-03 12:11:10'),(5827,1952,'action complete via WP Cron','2024-09-03 12:11:13','2024-09-03 12:11:13'),(5828,1953,'action started via WP Cron','2024-09-03 12:11:13','2024-09-03 12:11:13'),(5829,1953,'action complete via WP Cron','2024-09-03 12:11:15','2024-09-03 12:11:15'),(5830,1954,'action started via WP Cron','2024-09-03 12:11:15','2024-09-03 12:11:15'),(5831,1954,'action complete via WP Cron','2024-09-03 12:11:18','2024-09-03 12:11:18'),(5832,1955,'action started via WP Cron','2024-09-03 12:11:18','2024-09-03 12:11:18'),(5833,1955,'action complete via WP Cron','2024-09-03 12:11:20','2024-09-03 12:11:20'),(5834,1956,'action started via WP Cron','2024-09-03 12:11:20','2024-09-03 12:11:20'),(5835,1956,'action complete via WP Cron','2024-09-03 12:11:22','2024-09-03 12:11:22'),(5836,1957,'action started via WP Cron','2024-09-03 12:11:22','2024-09-03 12:11:22'),(5837,1957,'action complete via WP Cron','2024-09-03 12:11:25','2024-09-03 12:11:25'),(5838,1958,'action started via WP Cron','2024-09-03 12:11:25','2024-09-03 12:11:25'),(5839,1958,'action complete via WP Cron','2024-09-03 12:11:27','2024-09-03 12:11:27'),(5840,1959,'action started via WP Cron','2024-09-03 12:11:27','2024-09-03 12:11:27'),(5841,1959,'action complete via WP Cron','2024-09-03 12:11:30','2024-09-03 12:11:30'),(5842,1960,'action started via WP Cron','2024-09-03 12:11:30','2024-09-03 12:11:30'),(5843,1960,'action complete via WP Cron','2024-09-03 12:11:32','2024-09-03 12:11:32'),(5844,1961,'action started via Async Request','2024-09-03 12:11:45','2024-09-03 12:11:45'),(5845,1961,'action complete via Async Request','2024-09-03 12:11:48','2024-09-03 12:11:48'),(5846,1962,'action started via Async Request','2024-09-03 12:11:48','2024-09-03 12:11:48'),(5847,1962,'action complete via Async Request','2024-09-03 12:11:51','2024-09-03 12:11:51'),(5848,1963,'action started via Async Request','2024-09-03 12:11:51','2024-09-03 12:11:51'),(5849,1963,'action complete via Async Request','2024-09-03 12:11:54','2024-09-03 12:11:54'),(5850,1964,'action started via Async Request','2024-09-03 12:11:54','2024-09-03 12:11:54'),(5851,1964,'action complete via Async Request','2024-09-03 12:11:56','2024-09-03 12:11:56'),(5852,1965,'action started via Async Request','2024-09-03 12:11:56','2024-09-03 12:11:56'),(5853,1965,'action complete via Async Request','2024-09-03 12:11:59','2024-09-03 12:11:59'),(5854,1966,'action started via Async Request','2024-09-03 12:11:59','2024-09-03 12:11:59'),(5855,1966,'action complete via Async Request','2024-09-03 12:12:01','2024-09-03 12:12:01'),(5856,1967,'action started via Async Request','2024-09-03 12:12:01','2024-09-03 12:12:01'),(5857,1967,'action complete via Async Request','2024-09-03 12:12:04','2024-09-03 12:12:04'),(5858,1968,'action started via Async Request','2024-09-03 12:12:04','2024-09-03 12:12:04'),(5859,1968,'action complete via Async Request','2024-09-03 12:12:07','2024-09-03 12:12:07'),(5860,1969,'action started via Async Request','2024-09-03 12:12:07','2024-09-03 12:12:07'),(5861,1969,'action complete via Async Request','2024-09-03 12:12:09','2024-09-03 12:12:09'),(5862,1970,'action started via Async Request','2024-09-03 12:12:15','2024-09-03 12:12:15'),(5863,1970,'action complete via Async Request','2024-09-03 12:12:17','2024-09-03 12:12:17'),(5864,1971,'action started via Async Request','2024-09-03 12:12:17','2024-09-03 12:12:17'),(5865,1971,'action complete via Async Request','2024-09-03 12:12:20','2024-09-03 12:12:20'),(5866,1972,'action started via Async Request','2024-09-03 12:12:20','2024-09-03 12:12:20'),(5867,1972,'action complete via Async Request','2024-09-03 12:12:21','2024-09-03 12:12:21'),(5868,1973,'action started via Async Request','2024-09-03 12:12:21','2024-09-03 12:12:21'),(5869,1973,'action complete via Async Request','2024-09-03 12:12:23','2024-09-03 12:12:23'),(5870,1974,'action started via Async Request','2024-09-03 12:12:23','2024-09-03 12:12:23'),(5871,1974,'action complete via Async Request','2024-09-03 12:12:25','2024-09-03 12:12:25'),(5872,1975,'action started via Async Request','2024-09-03 12:12:25','2024-09-03 12:12:25'),(5873,1975,'action complete via Async Request','2024-09-03 12:12:27','2024-09-03 12:12:27'),(5874,1976,'action started via Async Request','2024-09-03 12:12:27','2024-09-03 12:12:27'),(5875,1976,'action complete via Async Request','2024-09-03 12:12:29','2024-09-03 12:12:29'),(5876,1977,'action started via Async Request','2024-09-03 12:12:29','2024-09-03 12:12:29'),(5877,1977,'action complete via Async Request','2024-09-03 12:12:32','2024-09-03 12:12:32'),(5878,1978,'action started via Async Request','2024-09-03 12:12:32','2024-09-03 12:12:32'),(5879,1978,'action complete via Async Request','2024-09-03 12:12:34','2024-09-03 12:12:34'),(5880,1979,'action started via Async Request','2024-09-03 12:12:34','2024-09-03 12:12:34'),(5881,1979,'action complete via Async Request','2024-09-03 12:12:36','2024-09-03 12:12:36'),(5882,1980,'action started via Async Request','2024-09-03 12:12:36','2024-09-03 12:12:36'),(5883,1980,'action complete via Async Request','2024-09-03 12:12:36','2024-09-03 12:12:36'),(5884,1981,'action started via Async Request','2024-09-03 12:12:36','2024-09-03 12:12:36'),(5885,1981,'action complete via Async Request','2024-09-03 12:12:36','2024-09-03 12:12:36'),(5886,1982,'action created','2024-09-03 13:10:59','2024-09-03 13:10:59'),(5887,1983,'action created','2024-09-03 13:10:59','2024-09-03 13:10:59'),(5888,1984,'action created','2024-09-03 13:10:59','2024-09-03 13:10:59'),(5889,1982,'action started via WP Cron','2024-09-03 13:11:04','2024-09-03 13:11:04'),(5890,1982,'action complete via WP Cron','2024-09-03 13:11:07','2024-09-03 13:11:07'),(5891,1983,'action started via WP Cron','2024-09-03 13:11:07','2024-09-03 13:11:07'),(5892,1983,'action complete via WP Cron','2024-09-03 13:11:10','2024-09-03 13:11:10'),(5893,1984,'action started via WP Cron','2024-09-03 13:11:10','2024-09-03 13:11:10'),(5894,1984,'action complete via WP Cron','2024-09-03 13:11:13','2024-09-03 13:11:13'),(5895,1985,'action created','2024-09-03 13:12:05','2024-09-03 13:12:05'),(5896,1985,'action started via WP Cron','2024-09-03 13:12:05','2024-09-03 13:12:05'),(5897,1985,'action complete via WP Cron','2024-09-03 13:12:08','2024-09-03 13:12:08'),(5898,1986,'action created','2024-09-03 13:13:00','2024-09-03 13:13:00'),(5899,1987,'action created','2024-09-03 13:13:00','2024-09-03 13:13:00'),(5900,1986,'action started via WP Cron','2024-09-03 13:13:04','2024-09-03 13:13:04'),(5901,1986,'action complete via WP Cron','2024-09-03 13:13:07','2024-09-03 13:13:07'),(5902,1987,'action started via WP Cron','2024-09-03 13:13:07','2024-09-03 13:13:07'),(5903,1987,'action complete via WP Cron','2024-09-03 13:13:10','2024-09-03 13:13:10'),(5904,1988,'action created','2024-09-03 13:14:13','2024-09-03 13:14:13'),(5905,1989,'action created','2024-09-03 13:14:13','2024-09-03 13:14:13'),(5906,1988,'action started via WP Cron','2024-09-03 13:14:13','2024-09-03 13:14:13'),(5907,1988,'action complete via WP Cron','2024-09-03 13:14:13','2024-09-03 13:14:13'),(5908,1989,'action started via WP Cron','2024-09-03 13:14:13','2024-09-03 13:14:13'),(5909,1989,'action complete via WP Cron','2024-09-03 13:14:13','2024-09-03 13:14:13'),(5910,1990,'action created','2024-09-03 13:14:59','2024-09-03 13:14:59'),(5911,1991,'action created','2024-09-03 13:14:59','2024-09-03 13:14:59'),(5912,1992,'action created','2024-09-03 13:14:59','2024-09-03 13:14:59'),(5913,1990,'action started via WP Cron','2024-09-03 13:15:04','2024-09-03 13:15:04'),(5914,1990,'action complete via WP Cron','2024-09-03 13:15:07','2024-09-03 13:15:07'),(5915,1991,'action started via WP Cron','2024-09-03 13:15:07','2024-09-03 13:15:07'),(5916,1991,'action complete via WP Cron','2024-09-03 13:15:10','2024-09-03 13:15:10'),(5917,1992,'action started via WP Cron','2024-09-03 13:15:10','2024-09-03 13:15:10'),(5918,1992,'action complete via WP Cron','2024-09-03 13:15:13','2024-09-03 13:15:13'),(5919,1776,'action started via WP Cron','2024-09-03 16:14:37','2024-09-03 16:14:37'),(5920,1776,'action complete via WP Cron','2024-09-03 16:14:37','2024-09-03 16:14:37'),(5921,1993,'action created','2024-09-03 16:14:37','2024-09-03 16:14:37'),(5922,1994,'action created','2024-09-04 05:34:11','2024-09-04 05:34:11'),(5923,1995,'action created','2024-09-04 05:34:11','2024-09-04 05:34:11'),(5924,1996,'action created','2024-09-04 05:34:11','2024-09-04 05:34:11'),(5925,1994,'action started via WP Cron','2024-09-04 05:34:11','2024-09-04 05:34:11'),(5926,1994,'action complete via WP Cron','2024-09-04 05:34:13','2024-09-04 05:34:13'),(5927,1995,'action started via WP Cron','2024-09-04 05:34:13','2024-09-04 05:34:13'),(5928,1995,'action complete via WP Cron','2024-09-04 05:34:16','2024-09-04 05:34:16'),(5929,1996,'action started via WP Cron','2024-09-04 05:34:16','2024-09-04 05:34:16'),(5930,1996,'action complete via WP Cron','2024-09-04 05:34:19','2024-09-04 05:34:19'),(5931,1997,'action created','2024-09-04 05:36:06','2024-09-04 05:36:06'),(5932,1997,'action started via WP Cron','2024-09-04 05:36:06','2024-09-04 05:36:06'),(5933,1997,'action complete via WP Cron','2024-09-04 05:36:06','2024-09-04 05:36:06'),(5934,1998,'action created','2024-09-04 06:13:07','2024-09-04 06:13:07'),(5935,1999,'action created','2024-09-04 06:13:07','2024-09-04 06:13:07'),(5936,2000,'action created','2024-09-04 06:13:07','2024-09-04 06:13:07'),(5937,2001,'action created','2024-09-04 06:13:07','2024-09-04 06:13:07'),(5938,2002,'action created','2024-09-04 06:13:07','2024-09-04 06:13:07'),(5939,1998,'action started via WP Cron','2024-09-04 06:13:07','2024-09-04 06:13:07'),(5940,1998,'action complete via WP Cron','2024-09-04 06:13:09','2024-09-04 06:13:09'),(5941,1999,'action started via WP Cron','2024-09-04 06:13:09','2024-09-04 06:13:09'),(5942,1999,'action complete via WP Cron','2024-09-04 06:13:12','2024-09-04 06:13:12'),(5943,2000,'action started via WP Cron','2024-09-04 06:13:12','2024-09-04 06:13:12'),(5944,2000,'action complete via WP Cron','2024-09-04 06:13:14','2024-09-04 06:13:14'),(5945,2001,'action started via WP Cron','2024-09-04 06:13:14','2024-09-04 06:13:14'),(5946,2001,'action complete via WP Cron','2024-09-04 06:13:17','2024-09-04 06:13:17'),(5947,2002,'action started via WP Cron','2024-09-04 06:13:17','2024-09-04 06:13:17'),(5948,2002,'action complete via WP Cron','2024-09-04 06:13:19','2024-09-04 06:13:19'),(5949,2003,'action created','2024-09-04 12:21:36','2024-09-04 12:21:36'),(5950,2004,'action created','2024-09-04 12:22:01','2024-09-04 12:22:01'),(5951,2005,'action created','2024-09-04 12:22:01','2024-09-04 12:22:01'),(5952,2006,'action created','2024-09-04 12:22:01','2024-09-04 12:22:01'),(5953,2007,'action created','2024-09-04 12:22:01','2024-09-04 12:22:01'),(5954,2008,'action created','2024-09-04 12:22:01','2024-09-04 12:22:01'),(5955,2004,'action started via WP Cron','2024-09-04 12:22:10','2024-09-04 12:22:10'),(5956,2004,'action complete via WP Cron','2024-09-04 12:22:14','2024-09-04 12:22:14'),(5957,2005,'action started via WP Cron','2024-09-04 12:22:14','2024-09-04 12:22:14'),(5958,2005,'action complete via WP Cron','2024-09-04 12:22:17','2024-09-04 12:22:17'),(5959,2006,'action started via WP Cron','2024-09-04 12:22:17','2024-09-04 12:22:17'),(5960,2006,'action complete via WP Cron','2024-09-04 12:22:20','2024-09-04 12:22:20'),(5961,2007,'action started via WP Cron','2024-09-04 12:22:20','2024-09-04 12:22:20'),(5962,2007,'action complete via WP Cron','2024-09-04 12:22:22','2024-09-04 12:22:22'),(5963,2008,'action started via WP Cron','2024-09-04 12:22:22','2024-09-04 12:22:22'),(5964,2008,'action complete via WP Cron','2024-09-04 12:22:25','2024-09-04 12:22:25'),(5965,2009,'action created','2024-09-04 12:23:02','2024-09-04 12:23:02'),(5966,2010,'action created','2024-09-04 12:23:02','2024-09-04 12:23:02'),(5967,2011,'action created','2024-09-04 12:23:02','2024-09-04 12:23:02'),(5968,2012,'action created','2024-09-04 12:23:02','2024-09-04 12:23:02'),(5969,2013,'action created','2024-09-04 12:23:02','2024-09-04 12:23:02'),(5970,2014,'action created','2024-09-04 12:23:02','2024-09-04 12:23:02'),(5971,2015,'action created','2024-09-04 12:23:02','2024-09-04 12:23:02'),(5972,2016,'action created','2024-09-04 12:23:02','2024-09-04 12:23:02'),(5973,2017,'action created','2024-09-04 12:23:02','2024-09-04 12:23:02'),(5974,2018,'action created','2024-09-04 12:23:02','2024-09-04 12:23:02'),(5975,2019,'action created','2024-09-04 12:23:02','2024-09-04 12:23:02'),(5976,2020,'action created','2024-09-04 12:23:02','2024-09-04 12:23:02'),(5977,2021,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5978,2022,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5979,2023,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5980,2024,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5981,2025,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5982,2026,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5983,2027,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5984,2028,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5985,2029,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5986,2030,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5987,2031,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5988,2032,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5989,2033,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5990,2034,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5991,2035,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5992,2036,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5993,2037,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5994,2038,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5995,2003,'action started via Async Request','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5996,2039,'action created','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5997,2003,'action complete via Async Request','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5998,2009,'action started via Async Request','2024-09-04 12:23:03','2024-09-04 12:23:03'),(5999,2009,'action complete via Async Request','2024-09-04 12:23:06','2024-09-04 12:23:06'),(6000,2010,'action started via Async Request','2024-09-04 12:23:06','2024-09-04 12:23:06'),(6001,2010,'action complete via Async Request','2024-09-04 12:23:08','2024-09-04 12:23:08'),(6002,2011,'action started via Async Request','2024-09-04 12:23:08','2024-09-04 12:23:08'),(6003,2011,'action complete via Async Request','2024-09-04 12:23:11','2024-09-04 12:23:11'),(6004,2012,'action started via Async Request','2024-09-04 12:23:11','2024-09-04 12:23:11'),(6005,2012,'action complete via Async Request','2024-09-04 12:23:14','2024-09-04 12:23:14'),(6006,2013,'action started via Async Request','2024-09-04 12:23:14','2024-09-04 12:23:14'),(6007,2013,'action complete via Async Request','2024-09-04 12:23:17','2024-09-04 12:23:17'),(6008,2014,'action started via Async Request','2024-09-04 12:23:17','2024-09-04 12:23:17'),(6009,2014,'action complete via Async Request','2024-09-04 12:23:20','2024-09-04 12:23:20'),(6010,2015,'action started via Async Request','2024-09-04 12:23:20','2024-09-04 12:23:20'),(6011,2015,'action complete via Async Request','2024-09-04 12:23:23','2024-09-04 12:23:23'),(6012,2016,'action started via Async Request','2024-09-04 12:23:23','2024-09-04 12:23:23'),(6013,2016,'action complete via Async Request','2024-09-04 12:23:26','2024-09-04 12:23:26'),(6014,2017,'action started via Async Request','2024-09-04 12:23:32','2024-09-04 12:23:32'),(6015,2017,'action complete via Async Request','2024-09-04 12:23:35','2024-09-04 12:23:35'),(6016,2018,'action started via Async Request','2024-09-04 12:23:35','2024-09-04 12:23:35'),(6017,2018,'action complete via Async Request','2024-09-04 12:23:38','2024-09-04 12:23:38'),(6018,2019,'action started via Async Request','2024-09-04 12:23:38','2024-09-04 12:23:38'),(6019,2019,'action complete via Async Request','2024-09-04 12:23:41','2024-09-04 12:23:41'),(6020,2020,'action started via Async Request','2024-09-04 12:23:41','2024-09-04 12:23:41'),(6021,2020,'action complete via Async Request','2024-09-04 12:23:44','2024-09-04 12:23:44'),(6022,2021,'action started via Async Request','2024-09-04 12:23:44','2024-09-04 12:23:44'),(6023,2021,'action complete via Async Request','2024-09-04 12:23:47','2024-09-04 12:23:47'),(6024,2022,'action started via Async Request','2024-09-04 12:23:47','2024-09-04 12:23:47'),(6025,2022,'action complete via Async Request','2024-09-04 12:23:50','2024-09-04 12:23:50'),(6026,2023,'action started via Async Request','2024-09-04 12:23:50','2024-09-04 12:23:50'),(6027,2023,'action complete via Async Request','2024-09-04 12:23:53','2024-09-04 12:23:53'),(6028,2024,'action started via Async Request','2024-09-04 12:23:58','2024-09-04 12:23:58'),(6029,2024,'action complete via Async Request','2024-09-04 12:24:01','2024-09-04 12:24:01'),(6030,2025,'action started via Async Request','2024-09-04 12:24:01','2024-09-04 12:24:01'),(6031,2025,'action complete via Async Request','2024-09-04 12:24:04','2024-09-04 12:24:04'),(6032,2026,'action started via Async Request','2024-09-04 12:24:04','2024-09-04 12:24:04'),(6033,2026,'action complete via Async Request','2024-09-04 12:24:07','2024-09-04 12:24:07'),(6034,2027,'action started via Async Request','2024-09-04 12:24:07','2024-09-04 12:24:07'),(6035,2027,'action complete via Async Request','2024-09-04 12:24:10','2024-09-04 12:24:10'),(6036,2028,'action started via Async Request','2024-09-04 12:24:10','2024-09-04 12:24:10'),(6037,2028,'action complete via Async Request','2024-09-04 12:24:13','2024-09-04 12:24:13'),(6038,2029,'action started via Async Request','2024-09-04 12:24:13','2024-09-04 12:24:13'),(6039,2029,'action complete via Async Request','2024-09-04 12:24:16','2024-09-04 12:24:16'),(6040,2030,'action started via Async Request','2024-09-04 12:24:16','2024-09-04 12:24:16'),(6041,2030,'action complete via Async Request','2024-09-04 12:24:19','2024-09-04 12:24:19'),(6042,2031,'action started via Async Request','2024-09-04 12:24:19','2024-09-04 12:24:19'),(6043,2031,'action complete via Async Request','2024-09-04 12:24:24','2024-09-04 12:24:24'),(6044,2032,'action started via Async Request','2024-09-04 12:24:29','2024-09-04 12:24:29'),(6045,2032,'action complete via Async Request','2024-09-04 12:24:32','2024-09-04 12:24:32'),(6046,2033,'action started via Async Request','2024-09-04 12:24:32','2024-09-04 12:24:32'),(6047,2033,'action complete via Async Request','2024-09-04 12:24:35','2024-09-04 12:24:35'),(6048,2034,'action started via Async Request','2024-09-04 12:24:35','2024-09-04 12:24:35'),(6049,2034,'action complete via Async Request','2024-09-04 12:24:38','2024-09-04 12:24:38'),(6050,2035,'action started via Async Request','2024-09-04 12:24:38','2024-09-04 12:24:38'),(6051,2035,'action complete via Async Request','2024-09-04 12:24:41','2024-09-04 12:24:41'),(6052,2036,'action started via Async Request','2024-09-04 12:24:41','2024-09-04 12:24:41'),(6053,2036,'action complete via Async Request','2024-09-04 12:24:44','2024-09-04 12:24:44'),(6054,2037,'action started via Async Request','2024-09-04 12:24:44','2024-09-04 12:24:44'),(6055,2037,'action complete via Async Request','2024-09-04 12:24:47','2024-09-04 12:24:47'),(6056,2038,'action started via Async Request','2024-09-04 12:24:47','2024-09-04 12:24:47'),(6057,2038,'action complete via Async Request','2024-09-04 12:24:47','2024-09-04 12:24:47'),(6058,2039,'action started via Async Request','2024-09-04 12:24:47','2024-09-04 12:24:47'),(6059,2039,'action complete via Async Request','2024-09-04 12:24:47','2024-09-04 12:24:47'),(6060,2040,'action created','2024-09-04 12:42:23','2024-09-04 12:42:23'),(6061,2041,'action created','2024-09-04 12:42:23','2024-09-04 12:42:23'),(6062,2042,'action created','2024-09-04 12:42:23','2024-09-04 12:42:23'),(6063,2040,'action started via WP Cron','2024-09-04 12:42:23','2024-09-04 12:42:23'),(6064,2040,'action complete via WP Cron','2024-09-04 12:42:27','2024-09-04 12:42:27'),(6065,2041,'action started via WP Cron','2024-09-04 12:42:27','2024-09-04 12:42:27'),(6066,2041,'action complete via WP Cron','2024-09-04 12:42:30','2024-09-04 12:42:30'),(6067,2042,'action started via WP Cron','2024-09-04 12:42:30','2024-09-04 12:42:30'),(6068,2042,'action complete via WP Cron','2024-09-04 12:42:32','2024-09-04 12:42:32'),(6069,2043,'action created','2024-09-04 12:44:02','2024-09-04 12:44:02'),(6070,2044,'action created','2024-09-04 12:44:02','2024-09-04 12:44:02'),(6071,2045,'action created','2024-09-04 12:44:02','2024-09-04 12:44:02'),(6072,2046,'action created','2024-09-04 12:44:02','2024-09-04 12:44:02'),(6073,2043,'action started via WP Cron','2024-09-04 12:44:03','2024-09-04 12:44:03'),(6074,2043,'action complete via WP Cron','2024-09-04 12:44:12','2024-09-04 12:44:12'),(6075,2044,'action started via Async Request','2024-09-04 12:44:32','2024-09-04 12:44:32'),(6076,2044,'action complete via Async Request','2024-09-04 12:44:35','2024-09-04 12:44:35'),(6077,2045,'action started via Async Request','2024-09-04 12:44:35','2024-09-04 12:44:35'),(6078,2045,'action complete via Async Request','2024-09-04 12:44:38','2024-09-04 12:44:38'),(6079,2046,'action started via Async Request','2024-09-04 12:44:38','2024-09-04 12:44:38'),(6080,2046,'action complete via Async Request','2024-09-04 12:44:41','2024-09-04 12:44:41'),(6081,2047,'action created','2024-09-04 12:47:00','2024-09-04 12:47:00'),(6082,2048,'action created','2024-09-04 12:47:00','2024-09-04 12:47:00'),(6083,2049,'action created','2024-09-04 12:47:00','2024-09-04 12:47:00'),(6084,2050,'action created','2024-09-04 12:47:00','2024-09-04 12:47:00'),(6085,2047,'action started via WP Cron','2024-09-04 12:47:08','2024-09-04 12:47:08'),(6086,2047,'action complete via WP Cron','2024-09-04 12:47:11','2024-09-04 12:47:11'),(6087,2048,'action started via WP Cron','2024-09-04 12:47:11','2024-09-04 12:47:11'),(6088,2048,'action complete via WP Cron','2024-09-04 12:47:14','2024-09-04 12:47:14'),(6089,2049,'action started via WP Cron','2024-09-04 12:47:14','2024-09-04 12:47:14'),(6090,2049,'action complete via WP Cron','2024-09-04 12:47:17','2024-09-04 12:47:17'),(6091,2050,'action started via WP Cron','2024-09-04 12:47:17','2024-09-04 12:47:17'),(6092,2050,'action complete via WP Cron','2024-09-04 12:47:20','2024-09-04 12:47:20'),(6093,2051,'action created','2024-09-04 12:49:01','2024-09-04 12:49:01'),(6094,2052,'action created','2024-09-04 12:49:01','2024-09-04 12:49:01'),(6095,2053,'action created','2024-09-04 12:49:01','2024-09-04 12:49:01'),(6096,2051,'action started via WP Cron','2024-09-04 12:49:05','2024-09-04 12:49:05'),(6097,2051,'action complete via WP Cron','2024-09-04 12:49:08','2024-09-04 12:49:08'),(6098,2052,'action started via WP Cron','2024-09-04 12:49:08','2024-09-04 12:49:08'),(6099,2052,'action complete via WP Cron','2024-09-04 12:49:11','2024-09-04 12:49:11'),(6100,2053,'action started via WP Cron','2024-09-04 12:49:11','2024-09-04 12:49:11'),(6101,2053,'action complete via WP Cron','2024-09-04 12:49:13','2024-09-04 12:49:13'),(6102,2054,'action created','2024-09-04 12:49:57','2024-09-04 12:49:57'),(6103,2055,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6104,2056,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6105,2057,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6106,2058,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6107,2059,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6108,2060,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6109,2061,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6110,2062,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6111,2063,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6112,2064,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6113,2065,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6114,2066,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6115,2067,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6116,2068,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6117,2069,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6118,2070,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6119,2071,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6120,2072,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6121,2073,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6122,2074,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6123,2075,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6124,2076,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6125,2077,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6126,2078,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6127,2079,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6128,2080,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6129,2081,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6130,2082,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6131,2083,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6132,2084,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6133,2085,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6134,2086,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6135,2087,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6136,2088,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6137,2089,'action created','2024-09-04 12:49:59','2024-09-04 12:49:59'),(6138,2055,'action started via WP Cron','2024-09-04 12:50:05','2024-09-04 12:50:05'),(6139,2055,'action complete via WP Cron','2024-09-04 12:50:08','2024-09-04 12:50:08'),(6140,2056,'action started via WP Cron','2024-09-04 12:50:08','2024-09-04 12:50:08'),(6141,2056,'action complete via WP Cron','2024-09-04 12:50:11','2024-09-04 12:50:11'),(6142,2057,'action started via WP Cron','2024-09-04 12:50:11','2024-09-04 12:50:11'),(6143,2057,'action complete via WP Cron','2024-09-04 12:50:14','2024-09-04 12:50:14'),(6144,2058,'action started via WP Cron','2024-09-04 12:50:14','2024-09-04 12:50:14'),(6145,2058,'action complete via WP Cron','2024-09-04 12:50:17','2024-09-04 12:50:17'),(6146,2059,'action started via WP Cron','2024-09-04 12:50:17','2024-09-04 12:50:17'),(6147,2059,'action complete via WP Cron','2024-09-04 12:50:20','2024-09-04 12:50:20'),(6148,2060,'action started via WP Cron','2024-09-04 12:50:20','2024-09-04 12:50:20'),(6149,2060,'action complete via WP Cron','2024-09-04 12:50:23','2024-09-04 12:50:23'),(6150,2061,'action started via WP Cron','2024-09-04 12:50:23','2024-09-04 12:50:23'),(6151,2061,'action complete via WP Cron','2024-09-04 12:50:26','2024-09-04 12:50:26'),(6152,2062,'action started via WP Cron','2024-09-04 12:50:26','2024-09-04 12:50:26'),(6153,2062,'action complete via WP Cron','2024-09-04 12:50:29','2024-09-04 12:50:29'),(6154,2063,'action started via WP Cron','2024-09-04 12:51:03','2024-09-04 12:51:03'),(6155,2063,'action complete via WP Cron','2024-09-04 12:51:06','2024-09-04 12:51:06'),(6156,2064,'action started via WP Cron','2024-09-04 12:51:06','2024-09-04 12:51:06'),(6157,2064,'action complete via WP Cron','2024-09-04 12:51:09','2024-09-04 12:51:09'),(6158,2065,'action started via WP Cron','2024-09-04 12:51:09','2024-09-04 12:51:09'),(6159,2065,'action complete via WP Cron','2024-09-04 12:51:12','2024-09-04 12:51:12'),(6160,2066,'action started via WP Cron','2024-09-04 12:51:12','2024-09-04 12:51:12'),(6161,2066,'action complete via WP Cron','2024-09-04 12:51:14','2024-09-04 12:51:14'),(6162,2067,'action started via WP Cron','2024-09-04 12:51:14','2024-09-04 12:51:14'),(6163,2067,'action complete via WP Cron','2024-09-04 12:51:17','2024-09-04 12:51:17'),(6164,2068,'action started via WP Cron','2024-09-04 12:51:17','2024-09-04 12:51:17'),(6165,2068,'action complete via WP Cron','2024-09-04 12:51:20','2024-09-04 12:51:20'),(6166,2069,'action started via WP Cron','2024-09-04 12:51:20','2024-09-04 12:51:20'),(6167,2069,'action complete via WP Cron','2024-09-04 12:51:22','2024-09-04 12:51:22'),(6168,2070,'action started via WP Cron','2024-09-04 12:51:22','2024-09-04 12:51:22'),(6169,2070,'action complete via WP Cron','2024-09-04 12:51:25','2024-09-04 12:51:25'),(6170,2071,'action started via WP Cron','2024-09-04 12:52:07','2024-09-04 12:52:07'),(6171,2071,'action complete via WP Cron','2024-09-04 12:52:10','2024-09-04 12:52:10'),(6172,2072,'action started via WP Cron','2024-09-04 12:52:10','2024-09-04 12:52:10'),(6173,2072,'action complete via WP Cron','2024-09-04 12:52:13','2024-09-04 12:52:13'),(6174,2073,'action started via WP Cron','2024-09-04 12:52:13','2024-09-04 12:52:13'),(6175,2073,'action complete via WP Cron','2024-09-04 12:52:16','2024-09-04 12:52:16'),(6176,2074,'action started via WP Cron','2024-09-04 12:52:16','2024-09-04 12:52:16'),(6177,2074,'action complete via WP Cron','2024-09-04 12:52:19','2024-09-04 12:52:19'),(6178,2075,'action started via WP Cron','2024-09-04 12:52:19','2024-09-04 12:52:19'),(6179,2075,'action complete via WP Cron','2024-09-04 12:52:22','2024-09-04 12:52:22'),(6180,2076,'action started via WP Cron','2024-09-04 12:52:22','2024-09-04 12:52:22'),(6181,2076,'action complete via WP Cron','2024-09-04 12:52:25','2024-09-04 12:52:25'),(6182,2077,'action started via WP Cron','2024-09-04 12:52:25','2024-09-04 12:52:25'),(6183,2077,'action complete via WP Cron','2024-09-04 12:52:28','2024-09-04 12:52:28'),(6184,2078,'action started via WP Cron','2024-09-04 12:53:04','2024-09-04 12:53:04'),(6185,2078,'action complete via WP Cron','2024-09-04 12:53:07','2024-09-04 12:53:07'),(6186,2079,'action started via WP Cron','2024-09-04 12:53:07','2024-09-04 12:53:07'),(6187,2079,'action complete via WP Cron','2024-09-04 12:53:09','2024-09-04 12:53:09'),(6188,2080,'action started via WP Cron','2024-09-04 12:53:09','2024-09-04 12:53:09'),(6189,2080,'action complete via WP Cron','2024-09-04 12:53:12','2024-09-04 12:53:12'),(6190,2081,'action started via WP Cron','2024-09-04 12:53:12','2024-09-04 12:53:12'),(6191,2081,'action complete via WP Cron','2024-09-04 12:53:15','2024-09-04 12:53:15'),(6192,2082,'action started via WP Cron','2024-09-04 12:53:15','2024-09-04 12:53:15'),(6193,2082,'action complete via WP Cron','2024-09-04 12:53:18','2024-09-04 12:53:18'),(6194,2083,'action started via WP Cron','2024-09-04 12:53:18','2024-09-04 12:53:18'),(6195,2083,'action complete via WP Cron','2024-09-04 12:53:21','2024-09-04 12:53:21'),(6196,2084,'action started via WP Cron','2024-09-04 12:53:21','2024-09-04 12:53:21'),(6197,2084,'action complete via WP Cron','2024-09-04 12:53:26','2024-09-04 12:53:26'),(6198,2085,'action started via WP Cron','2024-09-04 12:54:08','2024-09-04 12:54:08'),(6199,2085,'action complete via WP Cron','2024-09-04 12:54:11','2024-09-04 12:54:11'),(6200,2086,'action started via WP Cron','2024-09-04 12:54:11','2024-09-04 12:54:11'),(6201,2086,'action complete via WP Cron','2024-09-04 12:54:13','2024-09-04 12:54:13'),(6202,2087,'action started via WP Cron','2024-09-04 12:54:13','2024-09-04 12:54:13'),(6203,2087,'action complete via WP Cron','2024-09-04 12:54:16','2024-09-04 12:54:16'),(6204,2088,'action started via WP Cron','2024-09-04 12:54:16','2024-09-04 12:54:16'),(6205,2088,'action complete via WP Cron','2024-09-04 12:54:19','2024-09-04 12:54:19'),(6206,2089,'action started via WP Cron','2024-09-04 12:54:19','2024-09-04 12:54:19'),(6207,2089,'action complete via WP Cron','2024-09-04 12:54:19','2024-09-04 12:54:19'),(6208,2054,'action started via WP Cron','2024-09-04 12:54:19','2024-09-04 12:54:19'),(6209,2054,'action complete via WP Cron','2024-09-04 12:54:19','2024-09-04 12:54:19'),(6210,1993,'action started via WP Cron','2024-09-04 16:15:47','2024-09-04 16:15:47'),(6211,1993,'action complete via WP Cron','2024-09-04 16:15:47','2024-09-04 16:15:47'),(6212,2090,'action created','2024-09-04 16:15:47','2024-09-04 16:15:47'),(6213,2091,'action created','2024-09-05 10:57:23','2024-09-05 10:57:23'),(6214,2092,'action created','2024-09-05 10:57:23','2024-09-05 10:57:23'),(6215,2091,'action started via WP Cron','2024-09-05 10:57:23','2024-09-05 10:57:23'),(6216,2091,'action complete via WP Cron','2024-09-05 10:57:27','2024-09-05 10:57:27'),(6217,2092,'action started via WP Cron','2024-09-05 10:57:27','2024-09-05 10:57:27'),(6218,2092,'action complete via WP Cron','2024-09-05 10:57:30','2024-09-05 10:57:30');
/*!40000 ALTER TABLE `wpau_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_ce4wp_contacts`
--

DROP TABLE IF EXISTS `wpau_ce4wp_contacts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_ce4wp_contacts` (
  `contact_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `first_name` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `last_name` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `telephone` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `consent` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  PRIMARY KEY (`contact_id`),
  UNIQUE KEY `email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_ce4wp_contacts`
--

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

--
-- Table structure for table `wpau_commentmeta`
--

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

--
-- Dumping data for table `wpau_commentmeta`
--

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

--
-- Table structure for table `wpau_comments`
--

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

--
-- Dumping data for table `wpau_comments`
--

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

--
-- Table structure for table `wpau_e_events`
--

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

--
-- Dumping data for table `wpau_e_events`
--

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

--
-- Table structure for table `wpau_favethemes_currency_converter`
--

DROP TABLE IF EXISTS `wpau_favethemes_currency_converter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_favethemes_currency_converter` (
  `currency_code` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `currency_rate` float NOT NULL,
  `currency_data` varchar(5000) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
  UNIQUE KEY `currency_code` (`currency_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_favethemes_currency_converter`
--

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

--
-- Table structure for table `wpau_favethemes_insights`
--

DROP TABLE IF EXISTS `wpau_favethemes_insights`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_favethemes_insights` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `listing_id` bigint(20) unsigned NOT NULL,
  `time` datetime NOT NULL,
  `ip_address` varchar(35) DEFAULT NULL,
  `unique_identifier` varchar(70) NOT NULL,
  `referral_url` varchar(512) DEFAULT NULL,
  `referral_domain` varchar(256) DEFAULT NULL,
  `platform` varchar(35) DEFAULT NULL,
  `device` varchar(35) DEFAULT NULL,
  `browser` varchar(35) DEFAULT NULL,
  `http_user_agent` varchar(512) DEFAULT NULL,
  `language` varchar(35) DEFAULT NULL,
  `country_code` varchar(35) DEFAULT NULL,
  `country` varchar(35) DEFAULT NULL,
  `city` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `referral_domain` (`referral_domain`),
  KEY `referral_url` (`referral_url`),
  KEY `unique_identifier` (`unique_identifier`),
  KEY `time` (`time`)
) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_favethemes_insights`
--

LOCK TABLES `wpau_favethemes_insights` WRITE;
/*!40000 ALTER TABLE `wpau_favethemes_insights` DISABLE KEYS */;
INSERT INTO `wpau_favethemes_insights` VALUES (17,149,'2024-08-28 09:21:56','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(18,151,'2024-08-28 09:21:58','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(19,153,'2024-08-28 09:21:59','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(20,155,'2024-08-28 09:22:01','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(21,149,'2024-08-28 11:03:25','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(22,151,'2024-08-28 11:03:27','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(23,153,'2024-08-28 11:03:28','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(24,155,'2024-08-28 11:03:30','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(25,149,'2024-08-28 11:06:13','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(26,151,'2024-08-28 11:06:14','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(27,153,'2024-08-28 11:06:16','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(28,155,'2024-08-28 11:06:17','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(29,149,'2024-08-28 11:09:13','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(30,151,'2024-08-28 11:09:15','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(31,153,'2024-08-28 11:09:17','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(32,155,'2024-08-28 11:09:18','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(33,149,'2024-08-28 11:37:39','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(34,151,'2024-08-28 11:37:41','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(35,153,'2024-08-28 11:37:44','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(36,155,'2024-08-28 11:37:46','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(37,149,'2024-08-28 11:46:10','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(38,151,'2024-08-28 11:46:11','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(39,153,'2024-08-28 11:46:13','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(40,155,'2024-08-28 11:46:14','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(41,149,'2024-08-28 11:52:32','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(42,151,'2024-08-28 11:52:34','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(43,153,'2024-08-28 11:52:39','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(44,155,'2024-08-28 11:52:40','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(45,149,'2024-08-28 11:57:03','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(46,151,'2024-08-28 11:57:05','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(47,153,'2024-08-28 11:57:07','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(48,155,'2024-08-28 11:57:08','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(49,149,'2024-08-28 12:38:57','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(50,151,'2024-08-28 12:38:58','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(51,153,'2024-08-28 12:39:00','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(52,155,'2024-08-28 12:39:02','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(53,149,'2024-08-28 12:52:30','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(54,151,'2024-08-28 12:52:31','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(55,153,'2024-08-28 12:52:33','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(56,155,'2024-08-28 12:52:34','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(57,149,'2024-08-28 14:49:24','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(58,149,'2024-08-28 14:49:26','162.241.253.99','49b159321606aeb91d52bbad4b9688d8',NULL,NULL,'macOS','mobile','Handheld Browser','WP Rocket/Preload Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','US','United States',''),(59,151,'2024-08-28 14:49:27','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(60,151,'2024-08-28 14:49:29','162.241.253.99','49b159321606aeb91d52bbad4b9688d8',NULL,NULL,'macOS','mobile','Handheld Browser','WP Rocket/Preload Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','US','United States',''),(61,153,'2024-08-28 14:49:30','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(62,153,'2024-08-28 14:49:31','162.241.253.99','49b159321606aeb91d52bbad4b9688d8',NULL,NULL,'macOS','mobile','Handheld Browser','WP Rocket/Preload Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','US','United States',''),(63,155,'2024-08-28 14:49:33','162.241.253.99','8f512cca67b9b31dc57ccdb7d1771ce7',NULL,NULL,'','desktop','','WP Rocket/Preload','','US','United States',''),(64,155,'2024-08-28 14:49:34','162.241.253.99','49b159321606aeb91d52bbad4b9688d8',NULL,NULL,'macOS','mobile','Handheld Browser','WP Rocket/Preload Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','US','United States','');
/*!40000 ALTER TABLE `wpau_favethemes_insights` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_houzez_crm_activities`
--

DROP TABLE IF EXISTS `wpau_houzez_crm_activities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_houzez_crm_activities` (
  `activity_id` bigint(25) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(25) unsigned NOT NULL DEFAULT '0',
  `meta` text COLLATE utf8mb4_unicode_520_ci,
  `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`activity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_houzez_crm_activities`
--

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

--
-- Table structure for table `wpau_houzez_crm_deals`
--

DROP TABLE IF EXISTS `wpau_houzez_crm_deals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_houzez_crm_deals` (
  `deal_id` bigint(25) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(25) unsigned NOT NULL DEFAULT '0',
  `title` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `listing_id` bigint(25) unsigned NOT NULL DEFAULT '0',
  `lead_id` bigint(25) unsigned NOT NULL DEFAULT '0',
  `agent_id` bigint(25) unsigned NOT NULL DEFAULT '0',
  `agent_type` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `next_action` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `action_due_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deal_value` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `last_contact_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `private_note` text COLLATE utf8mb4_unicode_520_ci,
  `deal_group` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`deal_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_houzez_crm_deals`
--

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

--
-- Table structure for table `wpau_houzez_crm_enquiries`
--

DROP TABLE IF EXISTS `wpau_houzez_crm_enquiries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_houzez_crm_enquiries` (
  `enquiry_id` bigint(25) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(25) unsigned NOT NULL DEFAULT '0',
  `lead_id` bigint(25) unsigned NOT NULL DEFAULT '0',
  `listing_id` bigint(25) unsigned NOT NULL DEFAULT '0',
  `negotiator` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `enquiry_to` bigint(25) DEFAULT NULL,
  `enquiry_user_type` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci,
  `enquiry_type` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `enquiry_meta` longtext COLLATE utf8mb4_unicode_520_ci,
  `private_note` text COLLATE utf8mb4_unicode_520_ci,
  `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`enquiry_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_houzez_crm_enquiries`
--

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

--
-- Table structure for table `wpau_houzez_crm_leads`
--

DROP TABLE IF EXISTS `wpau_houzez_crm_leads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_houzez_crm_leads` (
  `lead_id` bigint(25) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(25) unsigned NOT NULL DEFAULT '0',
  `prefix` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `display_name` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `first_name` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `last_name` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `mobile` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `home_phone` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `work_phone` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `address` text COLLATE utf8mb4_unicode_520_ci,
  `city` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `state` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `country` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `zipcode` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `source_link` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `enquiry_to` bigint(200) DEFAULT NULL,
  `enquiry_user_type` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_url` text COLLATE utf8mb4_unicode_520_ci,
  `linkedin_url` text COLLATE utf8mb4_unicode_520_ci,
  `facebook_url` text COLLATE utf8mb4_unicode_520_ci,
  `private_note` text COLLATE utf8mb4_unicode_520_ci,
  `message` text COLLATE utf8mb4_unicode_520_ci,
  `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`lead_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_houzez_crm_leads`
--

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

--
-- Table structure for table `wpau_houzez_crm_notes`
--

DROP TABLE IF EXISTS `wpau_houzez_crm_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_houzez_crm_notes` (
  `note_id` bigint(25) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(25) unsigned NOT NULL DEFAULT '0',
  `belong_to` bigint(25) unsigned NOT NULL DEFAULT '0',
  `note` text COLLATE utf8mb4_unicode_520_ci,
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`note_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_houzez_crm_notes`
--

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

--
-- Table structure for table `wpau_houzez_crm_viewed_listings`
--

DROP TABLE IF EXISTS `wpau_houzez_crm_viewed_listings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_houzez_crm_viewed_listings` (
  `id` bigint(25) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(25) DEFAULT NULL,
  `listing_id` bigint(25) unsigned NOT NULL DEFAULT '0',
  `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_houzez_crm_viewed_listings`
--

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

--
-- Table structure for table `wpau_houzez_currencies`
--

DROP TABLE IF EXISTS `wpau_houzez_currencies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_houzez_currencies` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `currency_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `currency_code` varchar(55) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `currency_symbol` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `currency_position` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'before',
  `currency_decimal` int(10) NOT NULL,
  `currency_decimal_separator` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '.',
  `currency_thousand_separator` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ',',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_houzez_currencies`
--

LOCK TABLES `wpau_houzez_currencies` WRITE;
/*!40000 ALTER TABLE `wpau_houzez_currencies` DISABLE KEYS */;
INSERT INTO `wpau_houzez_currencies` VALUES (1,'United States Dollar','USD','$','before',0,'.',',');
/*!40000 ALTER TABLE `wpau_houzez_currencies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_houzez_fields_builder`
--

DROP TABLE IF EXISTS `wpau_houzez_fields_builder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_houzez_fields_builder` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `field_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `options` text COLLATE utf8mb4_unicode_520_ci,
  `fvalues` text COLLATE utf8mb4_unicode_520_ci,
  `is_search` varchar(25) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `search_compare` varchar(25) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `placeholder` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_houzez_fields_builder`
--

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

--
-- Table structure for table `wpau_houzez_search`
--

DROP TABLE IF EXISTS `wpau_houzez_search`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_houzez_search` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `auther_id` bigint(20) NOT NULL,
  `query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `url` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_houzez_search`
--

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

--
-- Table structure for table `wpau_houzez_thread_messages`
--

DROP TABLE IF EXISTS `wpau_houzez_thread_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_houzez_thread_messages` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `created_by` bigint(20) NOT NULL,
  `thread_id` bigint(20) NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attachments` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `receiver_delete` mediumint(9) NOT NULL DEFAULT '0',
  `sender_delete` mediumint(9) NOT NULL DEFAULT '0',
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_houzez_thread_messages`
--

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

--
-- Table structure for table `wpau_houzez_threads`
--

DROP TABLE IF EXISTS `wpau_houzez_threads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_houzez_threads` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `sender_id` bigint(20) NOT NULL,
  `receiver_id` bigint(20) NOT NULL,
  `property_id` bigint(20) NOT NULL,
  `seen` mediumint(9) NOT NULL,
  `receiver_delete` mediumint(9) NOT NULL DEFAULT '0',
  `sender_delete` mediumint(9) NOT NULL DEFAULT '0',
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_houzez_threads`
--

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

--
-- Table structure for table `wpau_links`
--

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

--
-- Dumping data for table `wpau_links`
--

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

--
-- Table structure for table `wpau_nfd_data_event_queue`
--

DROP TABLE IF EXISTS `wpau_nfd_data_event_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_nfd_data_event_queue` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `event` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attempts` tinyint(3) NOT NULL DEFAULT '0',
  `reserved_at` datetime DEFAULT NULL,
  `available_at` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=234 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_nfd_data_event_queue`
--

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

--
-- Table structure for table `wpau_options`
--

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

--
-- Dumping data for table `wpau_options`
--

LOCK TABLES `wpau_options` WRITE;
/*!40000 ALTER TABLE `wpau_options` DISABLE KEYS */;
INSERT INTO `wpau_options` VALUES (1,'cron','a:38:{i:1725534243;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1725534252;a:1:{s:18:\"nfd_data_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:8:\"minutely\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1725534299;a:1:{s:30:\"rocket_preload_process_pending\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:30:\"rocket_preload_process_pending\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1725535722;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1725535980;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1725536204;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1725536238;a:1:{s:19:\"favethemes_insights\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1725536880;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1725537022;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1725537182;a:2:{s:27:\"rocket_update_dynamic_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:18:\"rocket_atf_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1725537782;a:1:{s:36:\"rocket_preload_clean_rows_time_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1725538178;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1725539099;a:1:{s:37:\"rocket_preload_revert_old_failed_rows\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:29:\"rocket_revert_old_failed_rows\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1725539555;a:2:{s:29:\"houzez_check_expired_listings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:36:\"houzez_check_featured_listing_expiry\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1725550360;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1725575579;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1725575580;a:2:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1725616851;a:2:{s:40:\"monsterinsights_feature_feedback_checkin\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1725616859;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1725616989;a:1:{s:26:\"wpcode_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1725618779;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1725618781;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1725618789;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1725619822;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1725619883;a:1:{s:36:\"houzez_check_new_listing_action_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1725619900;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1725620201;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1725620227;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1725684000;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"5454a01069f1db77d857faee218673ce\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1725684000;}}}}i:1725705179;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1725742446;a:1:{s:13:\"nfd_data_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1725839628;a:1:{s:33:\"wpforms_weekly_entries_count_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:28:\"wpforms_weekly_entries_count\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604428;}}}i:1725890397;a:1:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:30:\"wpforms_email_summaries_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604797;}}}i:1725897600;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1725943200;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"3c107c8382e6061e8eda534c39b77bac\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1725943200;}}}}i:1726135251;a:1:{s:46:\"monsterinsights_feature_feedback_clear_expired\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1726202400;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"3b405bd2aec41c951cb5786812ee62f2\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1726202400;}}}}s:7:\"version\";i:2;}','auto'),(2,'siteurl','https://point2listing.ca','on'),(3,'home','https://point2listing.ca','on'),(4,'blogname','Point2 Listing','yes'),(5,'blogdescription','Real Estate Lead Generation','on'),(6,'users_can_register','0','on'),(7,'admin_email','rankrayofficial@gmail.com','on'),(8,'start_of_week','1','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','1','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','login@example.com','on'),(17,'mailserver_pass','password','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','open','on'),(21,'default_ping_status','open','on'),(22,'default_pingback_flag','1','on'),(23,'posts_per_page','10','on'),(24,'date_format','F j, Y','on'),(25,'time_format','g:i a','on'),(26,'links_updated_date_format','F j, Y g:i a','on'),(27,'comment_moderation','0','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/%postname%/','on'),(30,'rewrite_rules','a:340:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:11:\"property/?$\";s:28:\"index.php?post_type=property\";s:41:\"property/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=property&feed=$matches[1]\";s:36:\"property/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=property&feed=$matches[1]\";s:28:\"property/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=property&paged=$matches[1]\";s:9:\"agency/?$\";s:33:\"index.php?post_type=houzez_agency\";s:39:\"agency/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=houzez_agency&feed=$matches[1]\";s:34:\"agency/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=houzez_agency&feed=$matches[1]\";s:26:\"agency/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=houzez_agency&paged=$matches[1]\";s:8:\"agent/?$\";s:32:\"index.php?post_type=houzez_agent\";s:38:\"agent/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=houzez_agent&feed=$matches[1]\";s:33:\"agent/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=houzez_agent&feed=$matches[1]\";s:25:\"agent/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=houzez_agent&paged=$matches[1]\";s:34:\"wpcode/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpcode/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wpcode/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpcode/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"wpcode/([^/]+)/embed/?$\";s:39:\"index.php?wpcode=$matches[1]&embed=true\";s:27:\"wpcode/([^/]+)/trackback/?$\";s:33:\"index.php?wpcode=$matches[1]&tb=1\";s:35:\"wpcode/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&paged=$matches[2]\";s:42:\"wpcode/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&cpage=$matches[2]\";s:31:\"wpcode/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?wpcode=$matches[1]&page=$matches[2]\";s:23:\"wpcode/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"wpcode/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"wpcode/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"wpcode/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"wpcode_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=wpcode_type&term=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=wpcode_type&term=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_type/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=wpcode_type&term=$matches[1]&embed=true\";s:40:\"wpcode_type/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=wpcode_type&term=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_type/([^/]+)/?$\";s:47:\"index.php?taxonomy=wpcode_type&term=$matches[1]\";s:56:\"wpcode_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=wpcode_location&term=$matches[1]&feed=$matches[2]\";s:51:\"wpcode_location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=wpcode_location&term=$matches[1]&feed=$matches[2]\";s:32:\"wpcode_location/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=wpcode_location&term=$matches[1]&embed=true\";s:44:\"wpcode_location/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=wpcode_location&term=$matches[1]&paged=$matches[2]\";s:26:\"wpcode_location/([^/]+)/?$\";s:51:\"index.php?taxonomy=wpcode_location&term=$matches[1]\";s:52:\"wpcode_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_tags/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&embed=true\";s:40:\"wpcode_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_tags/([^/]+)/?$\";s:47:\"index.php?taxonomy=wpcode_tags&term=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"houzez-studio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"houzez-studio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"houzez-studio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"houzez-studio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"houzez-studio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"houzez-studio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"houzez-studio/([^/]+)/embed/?$\";s:44:\"index.php?fts_builder=$matches[1]&embed=true\";s:34:\"houzez-studio/([^/]+)/trackback/?$\";s:38:\"index.php?fts_builder=$matches[1]&tb=1\";s:42:\"houzez-studio/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?fts_builder=$matches[1]&paged=$matches[2]\";s:49:\"houzez-studio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?fts_builder=$matches[1]&cpage=$matches[2]\";s:38:\"houzez-studio/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?fts_builder=$matches[1]&page=$matches[2]\";s:30:\"houzez-studio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"houzez-studio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"houzez-studio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"houzez-studio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"houzez-studio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"houzez-studio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"property/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"property/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"property/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"property/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"property/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"property/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"property/(.+?)/embed/?$\";s:41:\"index.php?property=$matches[1]&embed=true\";s:27:\"property/(.+?)/trackback/?$\";s:35:\"index.php?property=$matches[1]&tb=1\";s:47:\"property/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?property=$matches[1]&feed=$matches[2]\";s:42:\"property/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?property=$matches[1]&feed=$matches[2]\";s:35:\"property/(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?property=$matches[1]&paged=$matches[2]\";s:42:\"property/(.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?property=$matches[1]&cpage=$matches[2]\";s:31:\"property/(.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?property=$matches[1]&page=$matches[2]\";s:54:\"property-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_type=$matches[1]&feed=$matches[2]\";s:49:\"property-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_type=$matches[1]&feed=$matches[2]\";s:30:\"property-type/([^/]+)/embed/?$\";s:46:\"index.php?property_type=$matches[1]&embed=true\";s:42:\"property-type/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?property_type=$matches[1]&paged=$matches[2]\";s:24:\"property-type/([^/]+)/?$\";s:35:\"index.php?property_type=$matches[1]\";s:47:\"status/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?property_status=$matches[1]&feed=$matches[2]\";s:42:\"status/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?property_status=$matches[1]&feed=$matches[2]\";s:23:\"status/([^/]+)/embed/?$\";s:48:\"index.php?property_status=$matches[1]&embed=true\";s:35:\"status/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?property_status=$matches[1]&paged=$matches[2]\";s:17:\"status/([^/]+)/?$\";s:37:\"index.php?property_status=$matches[1]\";s:48:\"feature/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?property_feature=$matches[1]&feed=$matches[2]\";s:43:\"feature/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?property_feature=$matches[1]&feed=$matches[2]\";s:24:\"feature/([^/]+)/embed/?$\";s:49:\"index.php?property_feature=$matches[1]&embed=true\";s:36:\"feature/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?property_feature=$matches[1]&paged=$matches[2]\";s:18:\"feature/([^/]+)/?$\";s:38:\"index.php?property_feature=$matches[1]\";s:46:\"label/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?property_label=$matches[1]&feed=$matches[2]\";s:41:\"label/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?property_label=$matches[1]&feed=$matches[2]\";s:22:\"label/([^/]+)/embed/?$\";s:47:\"index.php?property_label=$matches[1]&embed=true\";s:34:\"label/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?property_label=$matches[1]&paged=$matches[2]\";s:16:\"label/([^/]+)/?$\";s:36:\"index.php?property_label=$matches[1]\";s:48:\"country/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?property_country=$matches[1]&feed=$matches[2]\";s:43:\"country/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?property_country=$matches[1]&feed=$matches[2]\";s:24:\"country/([^/]+)/embed/?$\";s:49:\"index.php?property_country=$matches[1]&embed=true\";s:36:\"country/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?property_country=$matches[1]&paged=$matches[2]\";s:18:\"country/([^/]+)/?$\";s:38:\"index.php?property_country=$matches[1]\";s:46:\"state/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?property_state=$matches[1]&feed=$matches[2]\";s:41:\"state/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?property_state=$matches[1]&feed=$matches[2]\";s:22:\"state/([^/]+)/embed/?$\";s:47:\"index.php?property_state=$matches[1]&embed=true\";s:34:\"state/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?property_state=$matches[1]&paged=$matches[2]\";s:16:\"state/([^/]+)/?$\";s:36:\"index.php?property_state=$matches[1]\";s:45:\"city/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_city=$matches[1]&feed=$matches[2]\";s:40:\"city/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_city=$matches[1]&feed=$matches[2]\";s:21:\"city/([^/]+)/embed/?$\";s:46:\"index.php?property_city=$matches[1]&embed=true\";s:33:\"city/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?property_city=$matches[1]&paged=$matches[2]\";s:15:\"city/([^/]+)/?$\";s:35:\"index.php?property_city=$matches[1]\";s:45:\"area/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_area=$matches[1]&feed=$matches[2]\";s:40:\"area/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?property_area=$matches[1]&feed=$matches[2]\";s:21:\"area/([^/]+)/embed/?$\";s:46:\"index.php?property_area=$matches[1]&embed=true\";s:33:\"area/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?property_area=$matches[1]&paged=$matches[2]\";s:15:\"area/([^/]+)/?$\";s:35:\"index.php?property_area=$matches[1]\";s:34:\"agency/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"agency/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"agency/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"agency/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"agency/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"agency/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"agency/([^/]+)/embed/?$\";s:46:\"index.php?houzez_agency=$matches[1]&embed=true\";s:27:\"agency/([^/]+)/trackback/?$\";s:40:\"index.php?houzez_agency=$matches[1]&tb=1\";s:47:\"agency/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?houzez_agency=$matches[1]&feed=$matches[2]\";s:42:\"agency/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?houzez_agency=$matches[1]&feed=$matches[2]\";s:35:\"agency/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?houzez_agency=$matches[1]&paged=$matches[2]\";s:42:\"agency/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?houzez_agency=$matches[1]&cpage=$matches[2]\";s:31:\"agency/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?houzez_agency=$matches[1]&page=$matches[2]\";s:23:\"agency/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"agency/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"agency/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"agency/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"agency/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"agency/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"agent/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"agent/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"agent/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"agent/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"agent/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"agent/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:20:\"agent/(.+?)/embed/?$\";s:45:\"index.php?houzez_agent=$matches[1]&embed=true\";s:24:\"agent/(.+?)/trackback/?$\";s:39:\"index.php?houzez_agent=$matches[1]&tb=1\";s:44:\"agent/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?houzez_agent=$matches[1]&feed=$matches[2]\";s:39:\"agent/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?houzez_agent=$matches[1]&feed=$matches[2]\";s:32:\"agent/(.+?)/page/?([0-9]{1,})/?$\";s:52:\"index.php?houzez_agent=$matches[1]&paged=$matches[2]\";s:39:\"agent/(.+?)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?houzez_agent=$matches[1]&cpage=$matches[2]\";s:28:\"agent/(.+?)(?:/([0-9]+))?/?$\";s:51:\"index.php?houzez_agent=$matches[1]&page=$matches[2]\";s:55:\"agent_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?agent_category=$matches[1]&feed=$matches[2]\";s:50:\"agent_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?agent_category=$matches[1]&feed=$matches[2]\";s:31:\"agent_category/([^/]+)/embed/?$\";s:47:\"index.php?agent_category=$matches[1]&embed=true\";s:43:\"agent_category/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?agent_category=$matches[1]&paged=$matches[2]\";s:25:\"agent_category/([^/]+)/?$\";s:36:\"index.php?agent_category=$matches[1]\";s:51:\"agent_city/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?agent_city=$matches[1]&feed=$matches[2]\";s:46:\"agent_city/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?agent_city=$matches[1]&feed=$matches[2]\";s:27:\"agent_city/([^/]+)/embed/?$\";s:43:\"index.php?agent_city=$matches[1]&embed=true\";s:39:\"agent_city/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?agent_city=$matches[1]&paged=$matches[2]\";s:21:\"agent_city/([^/]+)/?$\";s:32:\"index.php?agent_city=$matches[1]\";s:38:\"testimonials/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"testimonials/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"testimonials/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"testimonials/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"testimonials/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"testimonials/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"testimonials/(.+?)/embed/?$\";s:52:\"index.php?houzez_testimonials=$matches[1]&embed=true\";s:31:\"testimonials/(.+?)/trackback/?$\";s:46:\"index.php?houzez_testimonials=$matches[1]&tb=1\";s:39:\"testimonials/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?houzez_testimonials=$matches[1]&paged=$matches[2]\";s:46:\"testimonials/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?houzez_testimonials=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?houzez_testimonials=$matches[1]&page=$matches[2]\";s:35:\"partner/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"partner/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"partner/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"partner/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"partner/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"partner/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"partner/([^/]+)/embed/?$\";s:47:\"index.php?houzez_partner=$matches[1]&embed=true\";s:28:\"partner/([^/]+)/trackback/?$\";s:41:\"index.php?houzez_partner=$matches[1]&tb=1\";s:36:\"partner/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?houzez_partner=$matches[1]&paged=$matches[2]\";s:43:\"partner/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?houzez_partner=$matches[1]&cpage=$matches[2]\";s:32:\"partner/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?houzez_partner=$matches[1]&page=$matches[2]\";s:24:\"partner/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"partner/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"partner/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"partner/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"partner/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"partner/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"invoice/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"invoice/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"invoice/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"invoice/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"invoice/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"invoice/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"invoice/([^/]+)/embed/?$\";s:47:\"index.php?houzez_invoice=$matches[1]&embed=true\";s:28:\"invoice/([^/]+)/trackback/?$\";s:41:\"index.php?houzez_invoice=$matches[1]&tb=1\";s:36:\"invoice/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?houzez_invoice=$matches[1]&paged=$matches[2]\";s:43:\"invoice/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?houzez_invoice=$matches[1]&cpage=$matches[2]\";s:32:\"invoice/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?houzez_invoice=$matches[1]&page=$matches[2]\";s:24:\"invoice/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"invoice/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"invoice/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"invoice/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"invoice/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"invoice/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"reviews/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"reviews/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"reviews/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"reviews/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"reviews/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"reviews/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"reviews/(.+?)/embed/?$\";s:66:\"index.php?post_type=houzez_reviews&pagename=$matches[1]&embed=true\";s:26:\"reviews/(.+?)/trackback/?$\";s:60:\"index.php?post_type=houzez_reviews&pagename=$matches[1]&tb=1\";s:34:\"reviews/(.+?)/page/?([0-9]{1,})/?$\";s:73:\"index.php?post_type=houzez_reviews&pagename=$matches[1]&paged=$matches[2]\";s:41:\"reviews/(.+?)/comment-page-([0-9]{1,})/?$\";s:73:\"index.php?post_type=houzez_reviews&pagename=$matches[1]&cpage=$matches[2]\";s:30:\"reviews/(.+?)(?:/([0-9]+))?/?$\";s:72:\"index.php?post_type=houzez_reviews&pagename=$matches[1]&page=$matches[2]\";s:35:\"package/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"package/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"package/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"package/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"package/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"package/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"package/([^/]+)/embed/?$\";s:48:\"index.php?houzez_packages=$matches[1]&embed=true\";s:28:\"package/([^/]+)/trackback/?$\";s:42:\"index.php?houzez_packages=$matches[1]&tb=1\";s:36:\"package/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?houzez_packages=$matches[1]&paged=$matches[2]\";s:43:\"package/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?houzez_packages=$matches[1]&cpage=$matches[2]\";s:32:\"package/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?houzez_packages=$matches[1]&page=$matches[2]\";s:24:\"package/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"package/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"package/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"package/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"package/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"package/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=10&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:12:{i:0;s:35:\"redux-framework/redux-framework.php\";i:1;s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:31:\"houzez-studio/houzez-studio.php\";i:4;s:57:\"houzez-theme-functionality/houzez-theme-functionality.php\";i:5;s:35:\"insert-headers-and-footers/ihaf.php\";i:6;s:27:\"updraftplus/updraftplus.php\";i:7;s:23:\"wordfence/wordfence.php\";i:8;s:24:\"wordpress-seo/wp-seo.php\";i:9;s:33:\"wp-consent-api/wp-consent-api.php\";i:10;s:23:\"wp-rocket/wp-rocket.php\";i:11;s:24:\"wpforms-lite/wpforms.php\";}','on'),(35,'category_base','','on'),(36,'ping_sites','http://rpc.pingomatic.com/','on'),(37,'comment_max_links','2','on'),(38,'gmt_offset','0','on'),(39,'default_email_category','1','on'),(40,'recently_edited','a:5:{i:0;s:83:\"/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/header.php\";i:1;s:83:\"/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/single.php\";i:2;s:86:\"/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/functions.php\";i:3;s:82:\"/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/style.css\";i:4;s:80:\"/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/404.php\";}','off'),(41,'template','houzez','on'),(42,'stylesheet','houzez','on'),(43,'comment_registration','0','on'),(44,'html_type','text/html','on'),(45,'use_trackback','0','on'),(46,'default_role','subscriber','on'),(47,'db_version','57155','on'),(48,'uploads_use_yearmonth_folders','1','on'),(49,'upload_path','','on'),(50,'blog_public','1','on'),(51,'default_link_category','2','on'),(52,'show_on_front','page','on'),(53,'tag_base','','on'),(54,'show_avatars','1','on'),(55,'avatar_rating','G','on'),(56,'upload_url_path','','on'),(57,'thumbnail_size_w','150','on'),(58,'thumbnail_size_h','150','on'),(59,'thumbnail_crop','1','on'),(60,'medium_size_w','300','on'),(61,'medium_size_h','300','on'),(62,'avatar_default','mystery','on'),(63,'large_size_w','1024','on'),(64,'large_size_h','1024','on'),(65,'image_default_link_type','none','on'),(66,'image_default_size','','on'),(67,'image_default_align','','on'),(68,'close_comments_for_old_posts','1','on'),(69,'close_comments_days_old','28','on'),(70,'thread_comments','1','on'),(71,'thread_comments_depth','5','on'),(72,'page_comments','0','on'),(73,'comments_per_page','20','on'),(74,'default_comments_page','newest','on'),(75,'comment_order','asc','on'),(76,'sticky_posts','a:0:{}','on'),(77,'widget_categories','a:2:{i:1;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','on'),(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(80,'uninstall_plugins','a:5:{s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}','off'),(81,'timezone_string','','on'),(82,'page_for_posts','2912','on'),(83,'page_on_front','10','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','2555','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1738751579','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:0:{}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','on'),(99,'wp_force_deactivated_plugins','a:0:{}','on'),(100,'wp_attachment_pages_enabled','0','on'),(101,'initial_db_version','57155','on'),(102,'wpau_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:122:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:17:\"create_properties\";b:1;s:18:\"publish_properties\";b:1;s:13:\"read_property\";b:1;s:15:\"delete_property\";b:1;s:13:\"edit_property\";b:1;s:15:\"edit_properties\";b:1;s:17:\"delete_properties\";b:1;s:25:\"edit_published_properties\";b:1;s:27:\"delete_published_properties\";b:1;s:23:\"read_private_properties\";b:1;s:25:\"delete_private_properties\";b:1;s:22:\"edit_others_properties\";b:1;s:24:\"delete_others_properties\";b:1;s:23:\"edit_private_properties\";b:1;s:19:\"delete_user_package\";b:1;s:20:\"delete_user_packages\";b:1;s:18:\"edit_user_packages\";b:1;s:27:\"delete_others_user_packages\";b:1;s:16:\"read_testimonial\";b:1;s:16:\"edit_testimonial\";b:1;s:18:\"delete_testimonial\";b:1;s:19:\"create_testimonials\";b:1;s:20:\"publish_testimonials\";b:1;s:17:\"edit_testimonials\";b:1;s:27:\"edit_published_testimonials\";b:1;s:29:\"delete_published_testimonials\";b:1;s:19:\"delete_testimonials\";b:1;s:27:\"delete_private_testimonials\";b:1;s:26:\"delete_others_testimonials\";b:1;s:24:\"edit_others_testimonials\";b:1;s:25:\"edit_private_testimonials\";b:1;s:10:\"read_agent\";b:1;s:12:\"delete_agent\";b:1;s:10:\"edit_agent\";b:1;s:13:\"create_agents\";b:1;s:11:\"edit_agents\";b:1;s:18:\"edit_others_agents\";b:1;s:14:\"publish_agents\";b:1;s:19:\"read_private_agents\";b:1;s:13:\"delete_agents\";b:1;s:21:\"delete_private_agents\";b:1;s:23:\"delete_published_agents\";b:1;s:20:\"delete_others_agents\";b:1;s:19:\"edit_private_agents\";b:1;s:21:\"edit_published_agents\";b:1;s:20:\"wpseo_manage_options\";b:1;s:20:\"wpcode_edit_snippets\";b:1;s:24:\"wpcode_activate_snippets\";b:1;s:21:\"rocket_manage_options\";b:1;s:18:\"rocket_purge_cache\";b:1;s:18:\"rocket_purge_posts\";b:1;s:18:\"rocket_purge_terms\";b:1;s:18:\"rocket_purge_users\";b:1;s:29:\"rocket_purge_cloudflare_cache\";b:1;s:25:\"rocket_purge_sucuri_cache\";b:1;s:20:\"rocket_preload_cache\";b:1;s:30:\"rocket_regenerate_critical_css\";b:1;s:24:\"rocket_remove_unused_css\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:76:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:17:\"create_properties\";b:1;s:13:\"read_property\";b:1;s:15:\"delete_property\";b:1;s:13:\"edit_property\";b:1;s:18:\"publish_properties\";b:1;s:15:\"edit_properties\";b:1;s:25:\"edit_published_properties\";b:1;s:27:\"delete_published_properties\";b:1;s:23:\"read_private_properties\";b:1;s:25:\"delete_private_properties\";b:1;s:22:\"edit_others_properties\";b:1;s:24:\"delete_others_properties\";b:1;s:23:\"edit_private_properties\";b:1;s:16:\"read_testimonial\";b:1;s:18:\"delete_testimonial\";b:1;s:16:\"edit_testimonial\";b:1;s:19:\"create_testimonials\";b:1;s:20:\"publish_testimonials\";b:1;s:17:\"edit_testimonials\";b:1;s:27:\"edit_published_testimonials\";b:1;s:29:\"delete_published_testimonials\";b:1;s:19:\"delete_testimonials\";b:1;s:27:\"delete_private_testimonials\";b:1;s:26:\"delete_others_testimonials\";b:1;s:24:\"edit_others_testimonials\";b:1;s:25:\"edit_private_testimonials\";b:1;s:10:\"read_agent\";b:1;s:12:\"delete_agent\";b:1;s:10:\"edit_agent\";b:1;s:13:\"create_agents\";b:1;s:11:\"edit_agents\";b:1;s:18:\"edit_others_agents\";b:1;s:14:\"publish_agents\";b:1;s:19:\"read_private_agents\";b:1;s:13:\"delete_agents\";b:1;s:21:\"delete_private_agents\";b:1;s:23:\"delete_published_agents\";b:1;s:20:\"delete_others_agents\";b:1;s:19:\"edit_private_agents\";b:1;s:21:\"edit_published_agents\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:78:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:17:\"create_properties\";b:1;s:13:\"read_property\";b:1;s:15:\"delete_property\";b:1;s:13:\"edit_property\";b:1;s:18:\"publish_properties\";b:1;s:15:\"edit_properties\";b:1;s:25:\"edit_published_properties\";b:1;s:27:\"delete_published_properties\";b:1;s:23:\"read_private_properties\";b:1;s:25:\"delete_private_properties\";b:1;s:22:\"edit_others_properties\";b:1;s:24:\"delete_others_properties\";b:1;s:23:\"edit_private_properties\";b:1;s:16:\"read_testimonial\";b:1;s:18:\"delete_testimonial\";b:1;s:16:\"edit_testimonial\";b:1;s:19:\"create_testimonials\";b:1;s:20:\"publish_testimonials\";b:1;s:17:\"edit_testimonials\";b:1;s:27:\"edit_published_testimonials\";b:1;s:29:\"delete_published_testimonials\";b:1;s:19:\"delete_testimonials\";b:1;s:27:\"delete_private_testimonials\";b:1;s:26:\"delete_others_testimonials\";b:1;s:24:\"edit_others_testimonials\";b:1;s:25:\"edit_private_testimonials\";b:1;s:10:\"read_agent\";b:1;s:12:\"delete_agent\";b:1;s:10:\"edit_agent\";b:1;s:13:\"create_agents\";b:1;s:11:\"edit_agents\";b:1;s:18:\"edit_others_agents\";b:1;s:14:\"publish_agents\";b:1;s:19:\"read_private_agents\";b:1;s:13:\"delete_agents\";b:1;s:21:\"delete_private_agents\";b:1;s:23:\"delete_published_agents\";b:1;s:20:\"delete_others_agents\";b:1;s:19:\"edit_private_agents\";b:1;s:21:\"edit_published_agents\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:76:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:17:\"create_properties\";b:1;s:13:\"read_property\";b:1;s:15:\"delete_property\";b:1;s:13:\"edit_property\";b:1;s:18:\"publish_properties\";b:1;s:15:\"edit_properties\";b:1;s:25:\"edit_published_properties\";b:1;s:27:\"delete_published_properties\";b:1;s:23:\"read_private_properties\";b:1;s:25:\"delete_private_properties\";b:1;s:22:\"edit_others_properties\";b:1;s:24:\"delete_others_properties\";b:1;s:23:\"edit_private_properties\";b:1;s:16:\"read_testimonial\";b:1;s:18:\"delete_testimonial\";b:1;s:16:\"edit_testimonial\";b:1;s:19:\"create_testimonials\";b:1;s:20:\"publish_testimonials\";b:1;s:17:\"edit_testimonials\";b:1;s:27:\"edit_published_testimonials\";b:1;s:29:\"delete_published_testimonials\";b:1;s:19:\"delete_testimonials\";b:1;s:27:\"delete_private_testimonials\";b:1;s:26:\"delete_others_testimonials\";b:1;s:24:\"edit_others_testimonials\";b:1;s:25:\"edit_private_testimonials\";b:1;s:10:\"read_agent\";b:1;s:12:\"delete_agent\";b:1;s:10:\"edit_agent\";b:1;s:13:\"create_agents\";b:1;s:11:\"edit_agents\";b:1;s:18:\"edit_others_agents\";b:1;s:14:\"publish_agents\";b:1;s:19:\"read_private_agents\";b:1;s:13:\"delete_agents\";b:1;s:21:\"delete_private_agents\";b:1;s:23:\"delete_published_agents\";b:1;s:20:\"delete_others_agents\";b:1;s:19:\"edit_private_agents\";b:1;s:21:\"edit_published_agents\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','auto'),(103,'fresh_site','0','auto'),(104,'user_count','6','off'),(105,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto'),(106,'sidebars_widgets','a:16:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"default-sidebar\";a:4:{i:0;s:21:\"houzez_latest_posts-1\";i:1;s:12:\"categories-1\";i:2;s:16:\"houzez_contact-1\";i:3;s:10:\"archives-1\";}s:16:\"property-listing\";a:0:{}s:14:\"search-sidebar\";a:1:{i:0;s:10:\"nav_menu-1\";}s:15:\"single-property\";a:0:{}s:12:\"page-sidebar\";a:0:{}s:14:\"agency-sidebar\";a:0:{}s:13:\"agent-sidebar\";a:0:{}s:23:\"hz-custom-widget-area-1\";a:0:{}s:23:\"hz-custom-widget-area-2\";a:0:{}s:23:\"hz-custom-widget-area-3\";a:0:{}s:16:\"footer-sidebar-1\";a:0:{}s:16:\"footer-sidebar-2\";a:0:{}s:16:\"footer-sidebar-3\";a:0:{}s:16:\"footer-sidebar-4\";a:0:{}s:13:\"array_version\";i:3;}','auto'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_archives','a:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_nav_menu','a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Company\";s:8:\"nav_menu\";s:2:\"28\";}s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(121,'recovery_keys','a:0:{}','auto'),(122,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1723715929;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),(130,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.6.1\";s:7:\"version\";s:5:\"6.6.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1725532908;s:15:\"version_checked\";s:5:\"6.6.1\";s:12:\"translations\";a:0:{}}','off'),(136,'nfd_coming_soon_module_version','1.2.5','on'),(137,'nfd_coming_soon','','auto'),(138,'mm_coming_soon','','auto'),(139,'nfd_module_activation_fresh_install','','auto'),(140,'ce4wp_hide_banner:get_started','1','auto'),(141,'optin_monster_api_activation_redirect_disabled','1','auto'),(142,'wpforms_activation_redirect','1','auto'),(147,'nfd_module_onboarding_compatibility_results','a:2:{s:6:\"status\";s:10:\"compatible\";s:9:\"timestamp\";s:19:\"2024-08-09 10:33:05\";}','auto'),(152,'nfd_data_connection_attempts','5','auto'),(154,'auto_update_plugins','a:18:{i:0;s:23:\"elementor/elementor.php\";i:1;s:43:\"favethemes-insights/favethemes-insights.php\";i:2;s:25:\"houzez-crm/houzez-crm.php\";i:3;s:47:\"houzez-login-register/houzez-login-register.php\";i:4;s:31:\"houzez-studio/houzez-studio.php\";i:5;s:57:\"houzez-theme-functionality/houzez-theme-functionality.php\";i:6;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:7;s:35:\"redux-framework/redux-framework.php\";i:8;s:35:\"google-site-kit/google-site-kit.php\";i:9;s:23:\"revslider/revslider.php\";i:10;s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";i:11;s:27:\"updraftplus/updraftplus.php\";i:12;s:23:\"wordfence/wordfence.php\";i:13;s:35:\"insert-headers-and-footers/ihaf.php\";i:14;s:33:\"wp-consent-api/wp-consent-api.php\";i:15;s:24:\"wpforms-lite/wpforms.php\";i:16;s:23:\"wp-rocket/wp-rocket.php\";i:17;s:24:\"wordpress-seo/wp-seo.php\";}','off'),(162,'newfold_features','a:4:{s:8:\"patterns\";b:1;s:11:\"performance\";b:1;s:10:\"helpCenter\";b:1;s:7:\"staging\";b:1;}','on'),(163,'newfold_active_modules','a:14:{s:4:\"data\";b:1;s:2:\"ai\";b:1;s:9:\"installer\";b:1;s:11:\"coming-soon\";b:1;s:16:\"wp-module-survey\";b:1;s:8:\"facebook\";b:1;s:9:\"migration\";b:1;s:9:\"ecommerce\";b:1;s:10:\"global-ctb\";b:1;s:11:\"marketplace\";b:1;s:13:\"notifications\";b:1;s:10:\"onboarding\";b:1;s:16:\"secure-passwords\";b:1;s:3:\"sso\";b:1;}','on'),(171,'omapi_review','a:2:{s:4:\"time\";i:1723199591;s:9:\"dismissed\";b:0;}','auto'),(175,'widget_optin-monster-api','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(178,'action_scheduler_hybrid_store_demarkation','4','auto'),(179,'schema-ActionScheduler_StoreSchema','7.0.1723199594','auto'),(180,'schema-ActionScheduler_LoggerSchema','3.0.1723199594','auto'),(183,'wpforms_version','1.9.0.4','auto'),(184,'wpforms_version_lite','1.9.0.4','auto'),(185,'wpforms_activated','a:1:{s:4:\"lite\";i:1723199594;}','auto'),(190,'wpforms_versions_lite','a:15:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:5:\"1.7.7\";i:0;s:5:\"1.8.2\";i:0;s:5:\"1.8.3\";i:0;s:5:\"1.8.4\";i:0;s:5:\"1.8.6\";i:0;s:5:\"1.8.7\";i:0;s:7:\"1.9.0.1\";i:1723199595;s:7:\"1.9.0.2\";i:1723716051;s:7:\"1.9.0.3\";i:1724219666;s:7:\"1.9.0.4\";i:1724744704;}','auto'),(191,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(192,'wpforms_settings','a:19:{s:13:\"modern-markup\";s:1:\"1\";s:20:\"modern-markup-is-set\";b:1;s:26:\"modern-markup-hide-setting\";b:1;s:16:\"captcha-provider\";s:9:\"recaptcha\";s:17:\"hcaptcha-site-key\";s:0:\"\";s:19:\"hcaptcha-secret-key\";s:0:\"\";s:17:\"hcaptcha-fail-msg\";s:53:\"hCaptcha verification failed, please try again later.\";s:14:\"recaptcha-type\";s:2:\"v3\";s:18:\"recaptcha-site-key\";s:40:\"6Lc8EzEqAAAAAB0MygUCmH8tomQ53jkhn_uY6-QJ\";s:20:\"recaptcha-secret-key\";s:40:\"6Lc8EzEqAAAAAHbQ_pcM2IYcNAuy2RQBG3L6JQvT\";s:18:\"recaptcha-fail-msg\";s:61:\"Google reCAPTCHA verification failed, please try again later.\";s:22:\"recaptcha-v3-threshold\";d:0.40000000000000002220446049250313080847263336181640625;s:18:\"turnstile-site-key\";s:0:\"\";s:20:\"turnstile-secret-key\";s:0:\"\";s:18:\"turnstile-fail-msg\";s:65:\"Cloudflare Turnstile verification failed, please try again later.\";s:15:\"turnstile-theme\";s:4:\"auto\";s:20:\"recaptcha-noconflict\";b:0;s:29:\"stripe-webhooks-communication\";s:4:\"rest\";s:16:\"stripe-card-mode\";s:7:\"payment\";}','auto'),(194,'jetpack_connection_active_plugins','a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}','auto'),(197,'om_notifications','a:4:{s:7:\"updated\";i:1724219819;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','off'),(198,'optinmonster_upgrade_completed','2.16.4','auto'),(209,'nfd_ecommerce_module_version','1.3.41','on'),(210,'jetpack_affiliate_code','86241','auto'),(213,'auto_update_themes','a:6:{i:0;s:6:\"houzez\";i:1;s:7:\"sinatra\";i:2;s:16:\"twentytwentyfour\";i:3;s:17:\"twentytwentythree\";i:4;s:15:\"twentytwentytwo\";i:5;s:11:\"yith-wonder\";}','off'),(214,'bluehost_plugin_version','3.14.7','on'),(220,'mm_install_date','Aug 09, 2024','auto'),(221,'mm_cron','a:1:{s:6:\"hourly\";a:1:{s:9:\"installed\";a:5:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:13:\"plugin_status\";s:2:\"ea\";s:9:\"installed\";s:2:\"el\";s:26:\"Install date: Aug 09, 2024\";s:4:\"keep\";b:0;}}}','auto'),(222,'bluehost_plugin_install_date','1723202922','on'),(223,'do_activate','0','auto'),(224,'jetpack_waf_needs_update','','auto'),(225,'action_scheduler_lock_async-request-runner','66e1278b98c428.13988391|1726031815','no'),(237,'finished_updating_comment_type','1','auto'),(346,'nfd_data_token','7h0aK0lJE3lz7lyey7Fp3C9LbXQ5anlHYjJLNWpYU1Y4NEQ3TEVieldxaU1SaGpHSmhabHY4V25naHN5azNtWnlxeGRHK1YyMVVyZE5VdXZYcDRRRjJoenBoVld3VWhFc2hYcmlqRmxUVm1PbnJIdWZWUzltdVBERFNnclRSbWZwczhMTXE2R2pzTXNUWGNVM3lxNjNFcFYwUlJmYTZYbGU3SGphdFlKNzN6SndPTmFGZz09','auto'),(385,'wpforms_admin_notices','a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1723287401;s:9:\"dismissed\";b:0;}s:19:\"review_lite_request\";a:2:{s:4:\"time\";i:1724771966;s:9:\"dismissed\";b:1;}}','on'),(386,'nfd_module_survey_queue','a:0:{}','auto'),(387,'nfd_module_onboarding_flow','a:20:{s:7:\"version\";s:5:\"2.0.6\";s:8:\"isViewed\";a:0:{}s:10:\"isComplete\";i:0;s:9:\"hasExited\";i:1723716043512;s:9:\"isSkipped\";a:0:{}s:11:\"currentStep\";s:26:\"/step/wp-setup/get-started\";s:9:\"createdAt\";i:1723287401;s:9:\"updatedAt\";i:1723716042;s:4:\"data\";a:18:{s:8:\"siteType\";a:3:{s:7:\"referTo\";s:4:\"site\";s:7:\"primary\";a:2:{s:6:\"refers\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:9:\"secondary\";a:2:{s:6:\"refers\";s:0:\"\";s:5:\"value\";s:0:\"\";}}s:14:\"wpComfortLevel\";s:1:\"0\";s:11:\"topPriority\";a:1:{s:9:\"priority1\";s:0:\"\";}s:8:\"blogName\";s:0:\"\";s:15:\"blogDescription\";s:0:\"\";s:8:\"siteLogo\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:8:\"accounts\";a:0:{}s:5:\"theme\";a:3:{s:8:\"template\";s:0:\"\";s:10:\"stylesheet\";s:0:\"\";s:9:\"variation\";s:0:\"\";}s:12:\"customDesign\";b:0;s:10:\"colorStyle\";s:0:\"\";s:9:\"fontStyle\";s:0:\"\";s:10:\"partHeader\";s:0:\"\";s:10:\"partFooter\";s:0:\"\";s:9:\"sitePages\";a:2:{s:8:\"homepage\";s:0:\"\";s:5:\"other\";a:0:{}}s:12:\"siteFeatures\";a:0:{}s:8:\"chapters\";a:4:{s:11:\"demographic\";a:3:{s:9:\"completed\";b:0;s:9:\"firstStep\";s:37:\"/wp-setup/step/get-started/experience\";s:8:\"lastStep\";s:0:\"\";}s:6:\"design\";a:3:{s:9:\"completed\";b:0;s:9:\"firstStep\";s:39:\"/wp-setup/step/design/theme-styles/menu\";s:8:\"lastStep\";s:0:\"\";}s:18:\"layout_and_content\";a:3:{s:9:\"completed\";b:0;s:9:\"firstStep\";s:33:\"/wp-setup/step/design/header-menu\";s:8:\"lastStep\";s:0:\"\";}s:8:\"features\";a:3:{s:9:\"completed\";b:0;s:9:\"firstStep\";s:28:\"/wp-setup/step/site-features\";s:8:\"lastStep\";s:0:\"\";}}s:10:\"comingSoon\";b:0;s:19:\"siteOverrideConsent\";b:0;}s:10:\"activeFlow\";s:0:\"\";s:12:\"currentFlows\";a:0:{}s:20:\"isFirstNFDOnboarding\";b:1;s:8:\"siteType\";s:4:\"blog\";s:9:\"ownerType\";s:8:\"personal\";s:15:\"isEcommercePlan\";b:0;s:12:\"doesCommerce\";b:0;s:12:\"storeDetails\";a:1:{s:11:\"productInfo\";a:2:{s:13:\"product_count\";s:0:\"\";s:13:\"product_types\";a:0:{}}}s:7:\"sitegen\";a:9:{s:11:\"siteDetails\";a:7:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:0:\"\";s:5:\"style\";s:0:\"\";s:6:\"prompt\";s:0:\"\";s:19:\"uniqueAboutBusiness\";s:0:\"\";s:12:\"minCharLimit\";i:34;s:4:\"mode\";s:6:\"simple\";}s:8:\"siteLogo\";a:4:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";s:8:\"fileName\";s:0:\"\";s:8:\"fileSize\";i:0;}s:10:\"experience\";a:1:{s:5:\"level\";i:0;}s:17:\"siteGenMetaStatus\";a:2:{s:13:\"currentStatus\";i:0;s:10:\"totalCount\";i:9;}s:9:\"homepages\";a:2:{s:6:\"active\";a:0:{}s:4:\"data\";a:0:{}}s:9:\"skipCache\";b:1;s:21:\"sitemapPagesGenerated\";b:0;s:12:\"customDesign\";b:0;s:16:\"siteGenErrorMeta\";a:3:{s:6:\"status\";b:0;s:10:\"retryCount\";i:0;s:13:\"maxRetryCount\";i:3;}}s:17:\"continueWithoutAi\";b:0;s:16:\"sitegenThemeMode\";s:0:\"\";}','auto'),(389,'nfd_module_installer_plugin_install_queue','a:0:{}','auto'),(390,'nfd_module_installer_plugin_activation_queue','a:0:{}','auto'),(391,'nfd_module_installer_plugin_deactivation_queue','a:0:{}','auto'),(398,'nfd_module_installer_plugins_init_status','completed','auto'),(401,'can_compress_scripts','0','on'),(585,'nfd_module_installer_theme_init_status','completed','auto'),(586,'nfd_module_installer_theme_install_queue','a:0:{}','auto'),(587,'allow_major_auto_core_updates','true','auto'),(588,'allow_minor_auto_core_updates','true','auto'),(589,'auto_update_plugin','true','auto'),(590,'auto_update_theme','true','auto'),(591,'nfd_module_onboarding_start_date','1723715928','auto'),(592,'nfd_module_onboarding_settings_initialized','1','auto'),(600,'current_theme','Houzez','auto'),(601,'theme_mods_yith-wonder','a:4:{s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1723718833;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','off'),(602,'theme_switched','','auto'),(610,'nfd_module_onboarding_should_redirect','0','auto'),(611,'nfd_module_onboarding_status','completed','auto'),(612,'nfd_coming_soon_last_changed','1723716044','auto'),(616,'ce4wp_ignore_review_notice','1','auto'),(617,'onboarding_experience_level','0','auto'),(624,'ce4wp_activation_redirect','','auto'),(627,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"23.4\";}','auto'),(630,'ce4wp_handshake_token','3FAE2CF1-FCB4-42B8-80FD-EB6EFC2ABD37','auto'),(631,'ce4wp_handshake_expiration','1724223275','auto'),(632,'ce4wp_instance_uuid','66bdd1d159b5a','auto'),(633,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(635,'monsterinsights_settings','a:45:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:37:\"admin@listings.arxacommunications.com\";}}s:31:\"exception_alert_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:37:\"admin@listings.arxacommunications.com\";}}s:17:\"automatic_updates\";s:3:\"all\";s:14:\"anonymous_data\";i:0;s:18:\"verified_automatic\";i:0;s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:19:\"verified_appearance\";s:5:\"light\";s:17:\"verified_position\";s:6:\"center\";}','auto'),(636,'monsterinsights_over_time','a:4:{s:17:\"installed_version\";s:5:\"9.0.0\";s:14:\"installed_date\";i:1723716049;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1723716049;}','off'),(638,'monsterinsights_current_version','9.0.0','auto'),(647,'ce4wp_contacts_db_version','1.0','auto'),(648,'monsterinsights_sitenotes_installed','1723716049','auto'),(651,'wpseo','a:105:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";s:5:\"false\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:0;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:23:\"home_url_option_changed\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"23.4\";s:16:\"previous_version\";s:4:\"23.3\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";s:10:\"1723716050\";s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:24:\"https://point2listing.ca\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:16:{s:11:\"wpcode_type\";s:11:\"wpcode_type\";s:15:\"wpcode_location\";s:15:\"wpcode_location\";s:11:\"wpcode_tags\";s:11:\"wpcode_tags\";s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:13:\"property_type\";s:13:\"property-type\";s:15:\"property_status\";s:6:\"status\";s:16:\"property_feature\";s:7:\"feature\";s:14:\"property_label\";s:5:\"label\";s:16:\"property_country\";s:7:\"country\";s:14:\"property_state\";s:5:\"state\";s:13:\"property_city\";s:4:\"city\";s:13:\"property_area\";s:4:\"area\";s:14:\"agent_category\";s:14:\"agent_category\";s:10:\"agent_city\";s:10:\"agent_city\";s:16:\"wpforms_form_tag\";s:16:\"wpforms_form_tag\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:3:{i:0;s:18:\"siteRepresentation\";i:1;s:14:\"socialProfiles\";i:2;s:19:\"personalPreferences\";}s:36:\"dismiss_configuration_workout_notice\";b:1;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";b:0;s:18:\"remove_feed_global\";b:1;s:27:\"remove_feed_global_comments\";b:1;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:1;s:22:\"remove_feed_categories\";b:1;s:16:\"remove_feed_tags\";b:1;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:1;s:18:\"remove_feed_search\";b:1;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:1;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:18:\"e-floating-buttons\";i:3;s:11:\"fts_builder\";i:4;s:8:\"property\";i:5;s:13:\"houzez_agency\";i:6;s:12:\"houzez_agent\";}s:28:\"last_known_public_taxonomies\";a:13:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:13:\"property_type\";i:4;s:15:\"property_status\";i:5;s:16:\"property_feature\";i:6;s:14:\"property_label\";i:7;s:16:\"property_country\";i:8;s:14:\"property_state\";i:9;s:13:\"property_city\";i:10;s:13:\"property_area\";i:11;s:14:\"agent_category\";i:12;s:10:\"agent_city\";}s:23:\"last_known_no_unindexed\";a:6:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1725428859;s:31:\"wpseo_unindexed_post_link_count\";i:1725428859;s:31:\"wpseo_unindexed_term_link_count\";i:1725428859;s:35:\"wpseo_total_unindexed_general_items\";i:1725428859;s:27:\"wpseo_total_unindexed_posts\";i:1725288421;s:27:\"wpseo_total_unindexed_terms\";i:1725288423;}s:14:\"new_post_types\";a:1:{i:3;s:11:\"fts_builder\";}s:14:\"new_taxonomies\";a:10:{i:3;s:13:\"property_type\";i:4;s:15:\"property_status\";i:5;s:16:\"property_feature\";i:6;s:14:\"property_label\";i:7;s:16:\"property_country\";i:8;s:14:\"property_state\";i:9;s:13:\"property_city\";i:10;s:13:\"property_area\";i:11;s:14:\"agent_category\";i:12;s:10:\"agent_city\";}s:34:\"show_new_content_type_notification\";b:0;}','auto'),(652,'wpseo_titles','a:309:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-pipe\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"Â»\";s:12:\"website_name\";s:16:\"Point 2 Lisiting\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:100:\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png\";s:12:\"company_name\";s:16:\"Point 2 Lisiting\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";i:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:24:\"title-e-floating-buttons\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-e-floating-buttons\";s:0:\"\";s:26:\"noindex-e-floating-buttons\";b:0;s:37:\"display-metabox-pt-e-floating-buttons\";b:1;s:37:\"post_types-e-floating-buttons-maintax\";i:0;s:35:\"schema-page-type-e-floating-buttons\";s:7:\"WebPage\";s:38:\"schema-article-type-e-floating-buttons\";s:4:\"None\";s:31:\"social-title-e-floating-buttons\";s:9:\"%%title%%\";s:37:\"social-description-e-floating-buttons\";s:0:\"\";s:35:\"social-image-url-e-floating-buttons\";s:0:\"\";s:34:\"social-image-id-e-floating-buttons\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:17:\"title-fts_builder\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-fts_builder\";s:0:\"\";s:19:\"noindex-fts_builder\";b:0;s:30:\"display-metabox-pt-fts_builder\";b:1;s:30:\"post_types-fts_builder-maintax\";i:0;s:28:\"schema-page-type-fts_builder\";s:7:\"WebPage\";s:31:\"schema-article-type-fts_builder\";s:4:\"None\";s:24:\"social-title-fts_builder\";s:9:\"%%title%%\";s:30:\"social-description-fts_builder\";s:0:\"\";s:28:\"social-image-url-fts_builder\";s:0:\"\";s:27:\"social-image-id-fts_builder\";i:0;s:14:\"title-property\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-property\";s:0:\"\";s:16:\"noindex-property\";b:0;s:27:\"display-metabox-pt-property\";b:1;s:27:\"post_types-property-maintax\";i:0;s:25:\"schema-page-type-property\";s:7:\"WebPage\";s:28:\"schema-article-type-property\";s:4:\"None\";s:21:\"social-title-property\";s:9:\"%%title%%\";s:27:\"social-description-property\";s:0:\"\";s:25:\"social-image-url-property\";s:0:\"\";s:24:\"social-image-id-property\";i:0;s:24:\"title-ptarchive-property\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-ptarchive-property\";s:0:\"\";s:26:\"bctitle-ptarchive-property\";s:0:\"\";s:26:\"noindex-ptarchive-property\";b:0;s:31:\"social-title-ptarchive-property\";s:21:\"%%pt_plural%% Archive\";s:37:\"social-description-ptarchive-property\";s:0:\"\";s:35:\"social-image-url-ptarchive-property\";s:0:\"\";s:34:\"social-image-id-ptarchive-property\";i:0;s:19:\"title-houzez_agency\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-houzez_agency\";s:0:\"\";s:21:\"noindex-houzez_agency\";b:0;s:32:\"display-metabox-pt-houzez_agency\";b:1;s:32:\"post_types-houzez_agency-maintax\";i:0;s:30:\"schema-page-type-houzez_agency\";s:7:\"WebPage\";s:33:\"schema-article-type-houzez_agency\";s:4:\"None\";s:26:\"social-title-houzez_agency\";s:9:\"%%title%%\";s:32:\"social-description-houzez_agency\";s:0:\"\";s:30:\"social-image-url-houzez_agency\";s:0:\"\";s:29:\"social-image-id-houzez_agency\";i:0;s:29:\"title-ptarchive-houzez_agency\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:32:\"metadesc-ptarchive-houzez_agency\";s:0:\"\";s:31:\"bctitle-ptarchive-houzez_agency\";s:0:\"\";s:31:\"noindex-ptarchive-houzez_agency\";b:0;s:36:\"social-title-ptarchive-houzez_agency\";s:21:\"%%pt_plural%% Archive\";s:42:\"social-description-ptarchive-houzez_agency\";s:0:\"\";s:40:\"social-image-url-ptarchive-houzez_agency\";s:0:\"\";s:39:\"social-image-id-ptarchive-houzez_agency\";i:0;s:18:\"title-houzez_agent\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-houzez_agent\";s:0:\"\";s:20:\"noindex-houzez_agent\";b:0;s:31:\"display-metabox-pt-houzez_agent\";b:1;s:31:\"post_types-houzez_agent-maintax\";i:0;s:29:\"schema-page-type-houzez_agent\";s:7:\"WebPage\";s:32:\"schema-article-type-houzez_agent\";s:4:\"None\";s:25:\"social-title-houzez_agent\";s:9:\"%%title%%\";s:31:\"social-description-houzez_agent\";s:0:\"\";s:29:\"social-image-url-houzez_agent\";s:0:\"\";s:28:\"social-image-id-houzez_agent\";i:0;s:28:\"title-ptarchive-houzez_agent\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-ptarchive-houzez_agent\";s:0:\"\";s:30:\"bctitle-ptarchive-houzez_agent\";s:0:\"\";s:30:\"noindex-ptarchive-houzez_agent\";b:0;s:35:\"social-title-ptarchive-houzez_agent\";s:21:\"%%pt_plural%% Archive\";s:41:\"social-description-ptarchive-houzez_agent\";s:0:\"\";s:39:\"social-image-url-ptarchive-houzez_agent\";s:0:\"\";s:38:\"social-image-id-ptarchive-houzez_agent\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:23:\"title-tax-property_type\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-tax-property_type\";s:0:\"\";s:33:\"display-metabox-tax-property_type\";b:1;s:25:\"noindex-tax-property_type\";b:0;s:30:\"social-title-tax-property_type\";s:23:\"%%term_title%% Archives\";s:36:\"social-description-tax-property_type\";s:0:\"\";s:34:\"social-image-url-tax-property_type\";s:0:\"\";s:33:\"social-image-id-tax-property_type\";i:0;s:31:\"taxonomy-property_type-ptparent\";i:0;s:25:\"title-tax-property_status\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-tax-property_status\";s:0:\"\";s:35:\"display-metabox-tax-property_status\";b:1;s:27:\"noindex-tax-property_status\";b:0;s:32:\"social-title-tax-property_status\";s:23:\"%%term_title%% Archives\";s:38:\"social-description-tax-property_status\";s:0:\"\";s:36:\"social-image-url-tax-property_status\";s:0:\"\";s:35:\"social-image-id-tax-property_status\";i:0;s:33:\"taxonomy-property_status-ptparent\";i:0;s:26:\"title-tax-property_feature\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-property_feature\";s:0:\"\";s:36:\"display-metabox-tax-property_feature\";b:1;s:28:\"noindex-tax-property_feature\";b:0;s:33:\"social-title-tax-property_feature\";s:23:\"%%term_title%% Archives\";s:39:\"social-description-tax-property_feature\";s:0:\"\";s:37:\"social-image-url-tax-property_feature\";s:0:\"\";s:36:\"social-image-id-tax-property_feature\";i:0;s:34:\"taxonomy-property_feature-ptparent\";i:0;s:24:\"title-tax-property_label\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-property_label\";s:0:\"\";s:34:\"display-metabox-tax-property_label\";b:1;s:26:\"noindex-tax-property_label\";b:0;s:31:\"social-title-tax-property_label\";s:23:\"%%term_title%% Archives\";s:37:\"social-description-tax-property_label\";s:0:\"\";s:35:\"social-image-url-tax-property_label\";s:0:\"\";s:34:\"social-image-id-tax-property_label\";i:0;s:32:\"taxonomy-property_label-ptparent\";i:0;s:26:\"title-tax-property_country\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-property_country\";s:0:\"\";s:36:\"display-metabox-tax-property_country\";b:1;s:28:\"noindex-tax-property_country\";b:0;s:33:\"social-title-tax-property_country\";s:23:\"%%term_title%% Archives\";s:39:\"social-description-tax-property_country\";s:0:\"\";s:37:\"social-image-url-tax-property_country\";s:0:\"\";s:36:\"social-image-id-tax-property_country\";i:0;s:34:\"taxonomy-property_country-ptparent\";i:0;s:24:\"title-tax-property_state\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-property_state\";s:0:\"\";s:34:\"display-metabox-tax-property_state\";b:1;s:26:\"noindex-tax-property_state\";b:0;s:31:\"social-title-tax-property_state\";s:23:\"%%term_title%% Archives\";s:37:\"social-description-tax-property_state\";s:0:\"\";s:35:\"social-image-url-tax-property_state\";s:0:\"\";s:34:\"social-image-id-tax-property_state\";i:0;s:32:\"taxonomy-property_state-ptparent\";i:0;s:23:\"title-tax-property_city\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-tax-property_city\";s:0:\"\";s:33:\"display-metabox-tax-property_city\";b:1;s:25:\"noindex-tax-property_city\";b:0;s:30:\"social-title-tax-property_city\";s:23:\"%%term_title%% Archives\";s:36:\"social-description-tax-property_city\";s:0:\"\";s:34:\"social-image-url-tax-property_city\";s:0:\"\";s:33:\"social-image-id-tax-property_city\";i:0;s:31:\"taxonomy-property_city-ptparent\";i:0;s:23:\"title-tax-property_area\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-tax-property_area\";s:0:\"\";s:33:\"display-metabox-tax-property_area\";b:1;s:25:\"noindex-tax-property_area\";b:0;s:30:\"social-title-tax-property_area\";s:23:\"%%term_title%% Archives\";s:36:\"social-description-tax-property_area\";s:0:\"\";s:34:\"social-image-url-tax-property_area\";s:0:\"\";s:33:\"social-image-id-tax-property_area\";i:0;s:31:\"taxonomy-property_area-ptparent\";i:0;s:24:\"title-tax-agent_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-agent_category\";s:0:\"\";s:34:\"display-metabox-tax-agent_category\";b:1;s:26:\"noindex-tax-agent_category\";b:0;s:31:\"social-title-tax-agent_category\";s:23:\"%%term_title%% Archives\";s:37:\"social-description-tax-agent_category\";s:0:\"\";s:35:\"social-image-url-tax-agent_category\";s:0:\"\";s:34:\"social-image-id-tax-agent_category\";i:0;s:32:\"taxonomy-agent_category-ptparent\";i:0;s:20:\"title-tax-agent_city\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-tax-agent_city\";s:0:\"\";s:30:\"display-metabox-tax-agent_city\";b:1;s:22:\"noindex-tax-agent_city\";b:0;s:27:\"social-title-tax-agent_city\";s:23:\"%%term_title%% Archives\";s:33:\"social-description-tax-agent_city\";s:0:\"\";s:31:\"social-image-url-tax-agent_city\";s:0:\"\";s:30:\"social-image-id-tax-agent_city\";i:0;s:28:\"taxonomy-agent_city-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:1841;s:17:\"company_logo_meta\";a:10:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:8:\"filesize\";i:25938;s:3:\"url\";s:85:\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png\";s:4:\"path\";s:108:\"/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png\";s:4:\"size\";s:4:\"full\";s:2:\"id\";i:1841;s:3:\"alt\";s:21:\"Point 2 Lisiting logo\";s:6:\"pixels\";i:1166400;s:4:\"type\";s:9:\"image/png\";}s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','auto'),(653,'wpseo_social','a:20:{s:13:\"facebook_site\";s:39:\"https://www.facebook.com/point2listing/\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:72:\"https://point2listing.ca/wp-content/uploads/2024/08/Point2Listing-V3.svg\";s:19:\"og_default_image_id\";i:3080;s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}','auto'),(662,'wpforms_version_upgraded_from','1.9.0.3','auto'),(663,'wpforms_version_previous','1.9.0.3','auto'),(666,'wpforms_splash_data_version','1.9.0','auto'),(693,'_wpforms_transient_wpforms_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1725073993;s:5:\"ctime\";i:1725073993;}','on'),(694,'_wpforms_transient_wpforms_/home1/arxacomm/listings.arxacommunications.com/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1723716053;s:5:\"ctime\";i:1723716053;}','on'),(702,'jetpack_search_plan_info','a:3:{s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;}','auto'),(742,'jetpack_plugin_api_action_links','a:6:{s:19:\"akismet/akismet.php\";a:1:{s:8:\"Settings\";s:82:\"https://listings.arxacommunications.com/wp-admin/admin.php?page=akismet-key-config\";}s:23:\"elementor/elementor.php\";a:2:{s:8:\"Settings\";s:73:\"https://listings.arxacommunications.com/wp-admin/admin.php?page=elementor\";s:17:\"Get Elementor Pro\";s:43:\"https://go.elementor.com/go-pro-wp-plugins/\";}s:51:\"header-footer-elementor/header-footer-elementor.php\";a:1:{s:8:\"Settings\";s:80:\"https://listings.arxacommunications.com/wp-admin/edit.php?post_type=elementor-hf\";}s:19:\"jetpack/jetpack.php\";a:2:{s:10:\"My Jetpack\";s:74:\"https://listings.arxacommunications.com/wp-admin/admin.php?page=my-jetpack\";s:8:\"Settings\";s:81:\"https://listings.arxacommunications.com/wp-admin/admin.php?page=jetpack#/settings\";}s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";a:2:{s:4:\"Home\";s:78:\"https://listings.arxacommunications.com/wp-admin/admin.php?page=bluehost#/home\";s:8:\"Settings\";s:82:\"https://listings.arxacommunications.com/wp-admin/admin.php?page=bluehost#/settings\";}s:23:\"wordfence/wordfence.php\";a:1:{s:37:\"Upgrade To Premium (opens in new tab)\";s:48:\"https://www.wordfence.com/zz12/wordfence-signup/\";}}','auto'),(764,'jpsq_sync_checkout','0:0','no'),(765,'jp_sync_last_success_sync','1724219946.554','off'),(766,'jp_sync_lock_full_sync','','off'),(767,'jp_sync_last_success_immediate-send','1724154022.8426','off'),(775,'jetpack_persistent_blog_id','236035815','off'),(790,'jp_sync_retry_after_immediate-send','','off'),(791,'jp_sync_error_log_immediate-send','a:1:{s:15:\"1723716058.9042\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{s:6:\"status\";i:429;}}s:18:\"\0*\0additional_data\";a:0:{}}}','auto'),(798,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','off'),(852,'monsterinsights_feedback_tracked_features','a:0:{}','auto'),(887,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),(888,'recently_activated','a:6:{s:35:\"google-site-kit/google-site-kit.php\";i:1725286576;s:35:\"litespeed-cache/litespeed-cache.php\";i:1725021957;s:47:\"houzez-login-register/houzez-login-register.php\";i:1724928068;s:25:\"houzez-crm/houzez-crm.php\";i:1724928039;s:43:\"favethemes-insights/favethemes-insights.php\";i:1724928006;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:1724757772;}','auto'),(1004,'theme_mods_houzez','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main-menu\";i:28;}s:18:\"custom_css_post_id\";i:2087;}','on'),(1006,'houzez_activation','activated','auto'),(1007,'widget_houzez_mortgage_calculator','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1008,'widget_houzez_advanced_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1009,'widget_houzez_about_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1010,'widget_houzez_code_banner','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1011,'widget_houzez_image_banner_300_250','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1012,'widget_houzez_contact','a:2:{i:1;a:7:{s:5:\"title\";s:10:\"Contact Us\";s:10:\"about_text\";s:114:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque\";s:5:\"phone\";s:14:\"(879) 987 2372\";s:3:\"fax\";s:14:\"(390) 746 4578\";s:5:\"email\";s:16:\"houzez@email.com\";s:7:\"address\";s:28:\"989 East Dr. Miami, 33131 FL\";s:8:\"more_url\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','auto'),(1013,'widget_houzez_properties','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1014,'widget_houzez_featured_properties','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1015,'widget_houzez_properties_viewed','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1016,'widget_houzez_property_taxonomies','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1017,'widget_houzez_latest_posts','a:2:{i:1;a:3:{s:5:\"title\";s:12:\"Latest Posts\";s:9:\"items_num\";s:1:\"5\";s:8:\"category\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','auto'),(1018,'widget_houzez_agent_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1019,'widget_houzez_agency_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1043,'wordfence_ls_version','1.1.12','auto'),(1044,'wfls_last_role_change','1723718870','off'),(1045,'wordfence_version','7.11.7','auto'),(1046,'wordfence_case','1','auto'),(1047,'wordfence_installed','1','auto'),(1048,'wordfenceActivated','1','auto'),(1050,'wf_plugin_act_error','','auto'),(1113,'elementor_disable_typography_schemes','yes','auto'),(1114,'elementor_disable_color_schemes','yes','auto'),(1123,'houzez_plugin_core_version','3.2.3','auto'),(1124,'houzez_theme_version','3.2.4','auto'),(1125,'houzez_db_version','3.0','auto'),(1131,'use_extendify_templates','0','auto'),(1132,'use_redux_templates','0','auto'),(1145,'hcrm_lead_settings','','auto'),(1146,'hcrm_enquiry_settings','','auto'),(1147,'hcrm_deals_settings','','auto'),(1154,'houzez_options','a:1177:{s:8:\"last_tab\";s:3:\"123\";s:17:\"houzez_site_width\";s:6:\"1210px\";s:9:\"backtotop\";s:1:\"1\";s:12:\"dsh_home_btn\";s:1:\"0\";s:14:\"halfmap-footer\";s:1:\"1\";s:15:\"add_to_favorite\";s:1:\"0\";s:15:\"site_breadcrumb\";s:1:\"1\";s:17:\"phone_number_full\";s:1:\"1\";s:15:\"gallery_caption\";s:1:\"0\";s:16:\"lightbox_caption\";s:1:\"0\";s:20:\"houzez_date_language\";s:0:\"\";s:18:\"users_admin_access\";s:1:\"1\";s:23:\"measurement_unit_global\";s:1:\"0\";s:16:\"measurement_unit\";s:4:\"sqft\";s:26:\"measurement_unit_sqft_text\";s:4:\"sqft\";s:34:\"measurement_unit_square_meter_text\";s:3:\"mÂ²\";s:14:\"sticky_sidebar\";a:7:{s:15:\"default_sidebar\";s:0:\"\";s:17:\"property_listings\";s:1:\"1\";s:15:\"single_property\";s:1:\"1\";s:13:\"agent_sidebar\";s:0:\"\";s:14:\"agency_sidebar\";s:0:\"\";s:14:\"search_sidebar\";s:0:\"\";s:12:\"page_sidebar\";s:0:\"\";}s:17:\"cl_featured_label\";s:8:\"Featured\";s:11:\"cl_property\";s:8:\"Property\";s:13:\"cl_properties\";s:10:\"Properties\";s:11:\"cl_favorite\";s:9:\"Favourite\";s:10:\"cl_preview\";s:7:\"Preview\";s:14:\"cl_add_compare\";s:14:\"Add to Compare\";s:17:\"cl_remove_compare\";s:19:\"Remove from Compare\";s:7:\"cl_none\";s:4:\"None\";s:9:\"cl_select\";s:6:\"Select\";s:14:\"cl_only_digits\";s:11:\"Only digits\";s:10:\"cl_example\";s:11:\"For example\";s:7:\"cl_hide\";s:4:\"Hide\";s:7:\"cl_show\";s:4:\"Show\";s:6:\"cl_yes\";s:3:\"Yes\";s:5:\"cl_no\";s:2:\"No\";s:5:\"cl_or\";s:2:\"OR\";s:13:\"cl_select_all\";s:10:\"Select All\";s:15:\"cl_deselect_all\";s:12:\"Deselect All\";s:21:\"cl_no_results_matched\";s:18:\"No results matched\";s:17:\"srh_item_selected\";s:14:\"items selected\";s:7:\"srh_any\";s:3:\"Any\";s:11:\"srh_keyword\";s:16:\"Enter Keyword...\";s:11:\"srh_address\";s:50:\"Enter an address, town, street, zip or property ID\";s:7:\"srh_csa\";s:26:\"Search City, State or Area\";s:12:\"srh_location\";s:8:\"Location\";s:10:\"srh_radius\";s:6:\"Radius\";s:8:\"srh_type\";s:4:\"Type\";s:9:\"srh_types\";s:14:\"types selected\";s:10:\"srh_status\";s:6:\"Status\";s:12:\"srh_statuses\";s:15:\"status selected\";s:9:\"srh_label\";s:5:\"Label\";s:10:\"srh_labels\";s:6:\"Labels\";s:14:\"srh_all_status\";s:10:\"All Status\";s:12:\"srh_bedrooms\";s:8:\"Bedrooms\";s:10:\"srh_studio\";s:6:\"Studio\";s:9:\"srh_rooms\";s:5:\"Rooms\";s:13:\"srh_bathrooms\";s:9:\"Bathrooms\";s:8:\"srh_beds\";s:4:\"Beds\";s:9:\"srh_baths\";s:5:\"Baths\";s:12:\"srh_min_area\";s:9:\"Min. Area\";s:12:\"srh_max_area\";s:9:\"Max. Area\";s:17:\"srh_min_land_area\";s:14:\"Min. Land Area\";s:17:\"srh_max_land_area\";s:14:\"Max. Land Area\";s:13:\"srh_min_price\";s:10:\"Min. Price\";s:13:\"srh_max_price\";s:10:\"Max. Price\";s:9:\"srh_price\";s:5:\"Price\";s:15:\"srh_price_range\";s:11:\"Price Range\";s:8:\"srh_from\";s:4:\"From\";s:6:\"srh_to\";s:2:\"To\";s:11:\"srh_prop_id\";s:11:\"Property ID\";s:13:\"srh_countries\";s:13:\"All Countries\";s:10:\"srh_states\";s:10:\"All States\";s:10:\"srh_cities\";s:10:\"All Cities\";s:9:\"srh_areas\";s:9:\"All Areas\";s:10:\"srh_areass\";s:14:\"areas selected\";s:19:\"srh_cities_selected\";s:15:\"cities selected\";s:10:\"srh_garage\";s:6:\"Garage\";s:14:\"srh_year_built\";s:10:\"Year Built\";s:12:\"srh_currency\";s:8:\"Currency\";s:18:\"srh_other_features\";s:14:\"Other Features\";s:11:\"srh_btn_adv\";s:8:\"Advanced\";s:14:\"srh_btn_search\";s:6:\"Search\";s:10:\"srh_btn_go\";s:2:\"Go\";s:19:\"srh_btn_save_search\";s:11:\"Save Search\";s:14:\"srh_dock_title\";s:15:\"Advanced Search\";s:16:\"srh_mobile_title\";s:6:\"Search\";s:12:\"srh_btn_more\";s:12:\"More Options\";s:9:\"srh_clear\";s:5:\"Clear\";s:9:\"srh_apply\";s:5:\"Apply\";s:11:\"glc_bedroom\";s:7:\"Bedroom\";s:12:\"glc_bedrooms\";s:8:\"Bedrooms\";s:12:\"glc_bathroom\";s:8:\"Bathroom\";s:13:\"glc_bathrooms\";s:9:\"Bathrooms\";s:7:\"glc_bed\";s:3:\"Bed\";s:8:\"glc_beds\";s:4:\"Beds\";s:8:\"glc_room\";s:4:\"Room\";s:9:\"glc_rooms\";s:5:\"Rooms\";s:8:\"glc_bath\";s:4:\"Bath\";s:9:\"glc_baths\";s:5:\"Baths\";s:10:\"glc_garage\";s:6:\"Garage\";s:11:\"glc_garages\";s:7:\"Garages\";s:14:\"glc_year_built\";s:10:\"Year Built\";s:6:\"glc_id\";s:2:\"ID\";s:14:\"glc_listing_id\";s:10:\"Listing ID\";s:14:\"glc_detail_btn\";s:7:\"Details\";s:12:\"sps_overview\";s:8:\"Overview\";s:15:\"sps_description\";s:11:\"Description\";s:13:\"sps_documents\";s:18:\"Property Documents\";s:11:\"sps_details\";s:7:\"Details\";s:22:\"sps_additional_details\";s:18:\"Additional details\";s:11:\"sps_address\";s:7:\"Address\";s:12:\"sps_features\";s:8:\"Features\";s:9:\"sps_video\";s:5:\"Video\";s:16:\"sps_virtual_tour\";s:18:\"360Â° Virtual Tour\";s:16:\"sps_sub_listings\";s:12:\"Sub listings\";s:16:\"sps_energy_class\";s:12:\"Energy Class\";s:15:\"sps_floor_plans\";s:11:\"Floor Plans\";s:14:\"sps_calculator\";s:19:\"Mortgage Calculator\";s:13:\"sps_walkscore\";s:9:\"Walkscore\";s:10:\"sps_nearby\";s:14:\"What\'s Nearby?\";s:17:\"sps_schedule_tour\";s:15:\"Schedule a Tour\";s:11:\"sps_contact\";s:7:\"Contact\";s:16:\"sps_contact_info\";s:19:\"Contact Information\";s:13:\"sps_your_info\";s:16:\"Your information\";s:19:\"sps_propperty_enqry\";s:27:\"Enquire About This Property\";s:11:\"sps_reviews\";s:7:\"Reviews\";s:20:\"sps_similar_listings\";s:16:\"Similar Listings\";s:11:\"spl_prop_id\";s:11:\"Property ID\";s:9:\"spl_price\";s:5:\"Price\";s:13:\"spl_prop_type\";s:13:\"Property Type\";s:15:\"spl_prop_status\";s:15:\"Property Status\";s:13:\"spl_prop_size\";s:13:\"Property Size\";s:8:\"spl_land\";s:9:\"Land Area\";s:8:\"spl_room\";s:4:\"Room\";s:9:\"spl_rooms\";s:5:\"Rooms\";s:11:\"spl_bedroom\";s:7:\"Bedroom\";s:12:\"spl_bedrooms\";s:8:\"Bedrooms\";s:12:\"spl_bathroom\";s:8:\"Bathroom\";s:13:\"spl_bathrooms\";s:9:\"Bathrooms\";s:10:\"spl_garage\";s:6:\"Garage\";s:11:\"spl_garages\";s:7:\"Garages\";s:15:\"spl_garage_size\";s:11:\"Garage Size\";s:14:\"spl_year_built\";s:10:\"Year Built\";s:7:\"spl_lot\";s:3:\"Lot\";s:7:\"spl_ogm\";s:19:\"Open on Google Maps\";s:11:\"spl_address\";s:7:\"Address\";s:7:\"spl_zip\";s:15:\"Zip/Postal Code\";s:11:\"spl_country\";s:7:\"Country\";s:9:\"spl_state\";s:12:\"State/county\";s:8:\"spl_city\";s:4:\"City\";s:8:\"spl_area\";s:4:\"Area\";s:12:\"spl_con_name\";s:4:\"Name\";s:17:\"spl_con_name_plac\";s:15:\"Enter your name\";s:13:\"spl_con_phone\";s:5:\"Phone\";s:18:\"spl_con_phone_plac\";s:16:\"Enter your Phone\";s:13:\"spl_con_email\";s:5:\"Email\";s:18:\"spl_con_email_plac\";s:16:\"Enter your email\";s:15:\"spl_con_message\";s:7:\"Message\";s:20:\"spl_con_message_plac\";s:18:\"Enter your Message\";s:18:\"spl_con_interested\";s:25:\"Hello, I am interested in\";s:16:\"spl_con_usertype\";s:5:\"I\'m a\";s:14:\"spl_con_select\";s:6:\"Select\";s:13:\"spl_con_buyer\";s:11:\"I\'m a buyer\";s:15:\"spl_con_tennant\";s:13:\"I\'m a tennant\";s:13:\"spl_con_agent\";s:12:\"I\'m an agent\";s:13:\"spl_con_other\";s:5:\"Other\";s:21:\"spl_con_view_listings\";s:13:\"View Listings\";s:17:\"spl_con_tour_type\";s:9:\"Tour Type\";s:17:\"spl_con_in_person\";s:9:\"In Person\";s:18:\"spl_con_video_chat\";s:10:\"Video Chat\";s:12:\"spl_con_date\";s:4:\"Date\";s:17:\"spl_con_date_plac\";s:16:\"Select tour date\";s:12:\"spl_con_time\";s:4:\"Time\";s:12:\"spl_btn_send\";s:10:\"Send Email\";s:12:\"spl_btn_call\";s:4:\"Call\";s:15:\"spl_btn_message\";s:12:\"Send Message\";s:20:\"spl_btn_request_info\";s:19:\"Request Information\";s:16:\"spl_btn_tour_sch\";s:21:\"Submit a Tour Request\";s:13:\"spl_sub_agree\";s:34:\"By submitting this form I agree to\";s:8:\"spl_term\";s:12:\"Terms of Use\";s:28:\"agent_forms_terms_validation\";s:26:\"Please accept terms of use\";s:17:\"spl_energetic_cls\";s:15:\"Energetic class\";s:16:\"spl_energy_index\";s:31:\"Global Energy Performance Index\";s:22:\"spl_energy_renew_index\";s:34:\"Renewable energy performance index\";s:28:\"spl_energy_build_performance\";s:34:\"Energy performance of the building\";s:21:\"spl_energy_ecp_rating\";s:18:\"EPC Current Rating\";s:16:\"spl_energy_ecp_p\";s:20:\"EPC Potential Rating\";s:14:\"spl_energy_cls\";s:12:\"Energy class\";s:18:\"spc_principal_ints\";s:20:\"Principal & Interest\";s:12:\"spc_prop_tax\";s:12:\"Property Tax\";s:6:\"spc_hi\";s:14:\"Home Insurance\";s:7:\"spc_hoa\";s:16:\"Monthly HOA Fees\";s:7:\"spc_pmi\";s:3:\"PMI\";s:13:\"spc_total_amt\";s:12:\"Total Amount\";s:16:\"spc_down_payment\";s:12:\"Down Payment\";s:15:\"spc_loan_amount\";s:11:\"Loan Amount\";s:28:\"spc_monthly_mortgage_payment\";s:24:\"Monthly Mortgage Payment\";s:6:\"spc_ir\";s:13:\"Interest Rate\";s:13:\"spc_load_term\";s:18:\"Loan Terms (Years)\";s:11:\"spc_monthly\";s:7:\"Monthly\";s:11:\"spc_btn_cal\";s:9:\"Calculate\";s:19:\"fal_submit_property\";s:15:\"Submit Property\";s:14:\"fal_save_draft\";s:13:\"Save as Draft\";s:16:\"fal_save_changes\";s:12:\"Save Changes\";s:17:\"fal_view_property\";s:13:\"View Property\";s:10:\"fal_cancel\";s:6:\"Cancel\";s:8:\"fal_back\";s:4:\"Back\";s:8:\"fal_next\";s:4:\"Next\";s:15:\"cls_description\";s:11:\"Description\";s:21:\"cls_description_price\";s:19:\"Description & Price\";s:9:\"cls_price\";s:5:\"Price\";s:9:\"cls_media\";s:5:\"Media\";s:13:\"cls_documents\";s:18:\"Property Documents\";s:11:\"cls_details\";s:7:\"Details\";s:17:\"cls_private_notes\";s:12:\"Private Note\";s:22:\"cls_additional_details\";s:18:\"Additional details\";s:11:\"cls_address\";s:7:\"Address\";s:12:\"cls_location\";s:8:\"Location\";s:7:\"cls_map\";s:3:\"Map\";s:12:\"cls_features\";s:8:\"Features\";s:9:\"cls_video\";s:5:\"Video\";s:16:\"cls_virtual_tour\";s:18:\"360Â° Virtual Tour\";s:16:\"cls_sub_listings\";s:12:\"Sub listings\";s:16:\"cls_energy_class\";s:12:\"Energy Class\";s:15:\"cls_floor_plans\";s:11:\"Floor Plans\";s:13:\"cls_walkscore\";s:9:\"Walkscore\";s:16:\"cls_contact_info\";s:19:\"Contact Information\";s:15:\"cls_information\";s:11:\"Information\";s:12:\"cls_settings\";s:17:\"Property Settings\";s:10:\"cls_slider\";s:6:\"Slider\";s:10:\"cls_layout\";s:6:\"Layout\";s:10:\"cls_rental\";s:14:\"Rental Details\";s:8:\"cls_gdpr\";s:16:\"GDPR Agreement *\";s:13:\"cl_prop_title\";s:14:\"Property Title\";s:18:\"cl_prop_title_plac\";s:25:\"Enter your property title\";s:10:\"cl_content\";s:7:\"Content\";s:12:\"cl_prop_type\";s:4:\"Type\";s:13:\"cl_prop_types\";s:5:\"Types\";s:14:\"cl_prop_status\";s:6:\"Status\";s:16:\"cl_prop_statuses\";s:8:\"Statuses\";s:13:\"cl_prop_label\";s:5:\"Label\";s:14:\"cl_prop_labels\";s:6:\"Labels\";s:13:\"cl_sale_price\";s:18:\"Sale or Rent Price\";s:18:\"cl_sale_price_plac\";s:15:\"Enter the price\";s:25:\"cl_show_price_placeholder\";s:24:\"Enable Price Placeholder\";s:20:\"cl_price_placeholder\";s:17:\"Price Placeholder\";s:25:\"cl_price_placeholder_plac\";s:16:\"Price on Request\";s:15:\"cl_second_price\";s:23:\"Second Price (Optional)\";s:20:\"cl_second_price_plac\";s:22:\"Enter the second price\";s:16:\"cl_price_postfix\";s:15:\"After The Price\";s:21:\"cl_price_postfix_plac\";s:21:\"Enter the after price\";s:24:\"cl_price_postfix_tooltip\";s:20:\"For example: Monthly\";s:15:\"cl_price_prefix\";s:12:\"Price Prefix\";s:20:\"cl_price_prefix_plac\";s:22:\"Enter the price prefix\";s:23:\"cl_price_prefix_tooltip\";s:23:\"For example: Start from\";s:11:\"cl_bedrooms\";s:8:\"Bedrooms\";s:16:\"cl_bedrooms_plac\";s:24:\"Enter number of bedrooms\";s:8:\"cl_rooms\";s:5:\"Rooms\";s:13:\"cl_rooms_plac\";s:21:\"Enter number of rooms\";s:12:\"cl_bathrooms\";s:9:\"Bathrooms\";s:17:\"cl_bathrooms_plac\";s:25:\"Enter number of bathrooms\";s:12:\"cl_area_size\";s:9:\"Area Size\";s:17:\"cl_area_size_plac\";s:24:\"Enter property area size\";s:20:\"cl_area_size_postfix\";s:12:\"Size Postfix\";s:25:\"cl_area_size_postfix_plac\";s:32:\"Enter property area size postfix\";s:28:\"cl_area_size_postfix_tooltip\";s:18:\"For example: Sq Ft\";s:12:\"cl_land_size\";s:9:\"Land Area\";s:17:\"cl_land_size_plac\";s:24:\"Enter property Land Area\";s:20:\"cl_land_size_postfix\";s:22:\"Land Area Size Postfix\";s:25:\"cl_land_size_postfix_plac\";s:32:\"Enter property Land Area postfix\";s:28:\"cl_land_size_postfix_tooltip\";s:18:\"For example: Sq Ft\";s:9:\"cl_garage\";s:7:\"Garages\";s:14:\"cl_garage_plac\";s:23:\"Enter number of garages\";s:14:\"cl_garage_size\";s:11:\"Garage Size\";s:19:\"cl_garage_size_plac\";s:21:\"Enter the garage size\";s:22:\"cl_garage_size_tooltip\";s:22:\"For example: 200 Sq Ft\";s:13:\"cl_year_built\";s:10:\"Year Built\";s:18:\"cl_year_built_plac\";s:16:\"Enter year built\";s:10:\"cl_prop_id\";s:11:\"Property ID\";s:15:\"cl_prop_id_plac\";s:17:\"Enter property ID\";s:18:\"cl_prop_id_tooltip\";s:18:\"For example: HZ-01\";s:19:\"cl_additional_title\";s:5:\"Title\";s:24:\"cl_additional_title_plac\";s:13:\"Eg: Equipment\";s:19:\"cl_additional_value\";s:5:\"Value\";s:24:\"cl_additional_value_plac\";s:11:\"Grill - Gas\";s:23:\"cl_drag_drop_text_image\";s:62:\"Drag and drop the images to customize the image gallery order.\";s:18:\"cl_drag_drop_title\";s:37:\"Drag and drop the gallery images here\";s:13:\"cl_image_size\";s:23:\"(Minimum size 1440x900)\";s:12:\"cl_image_btn\";s:17:\"Select and Upload\";s:17:\"cl_image_featured\";s:49:\"Click on the star icon to select the cover image.\";s:12:\"cl_video_url\";s:9:\"Video URL\";s:17:\"cl_video_url_plac\";s:51:\"YouTube, Vimeo, SWF File and MOV File are supported\";s:13:\"cl_energy_cls\";s:12:\"Energy Class\";s:18:\"cl_energy_cls_plac\";s:19:\"Select Energy Class\";s:15:\"cl_energy_index\";s:31:\"Global Energy Performance Index\";s:20:\"cl_energy_index_plac\";s:29:\"For example: 92.42 kWh / mÂ²a\";s:21:\"cl_energy_renew_index\";s:34:\"Renewable energy performance index\";s:26:\"cl_energy_renew_index_plac\";s:29:\"For example: 00.00 kWh / mÂ²a\";s:27:\"cl_energy_build_performance\";s:34:\"Energy performance of the building\";s:32:\"cl_energy_build_performance_plac\";s:0:\"\";s:20:\"cl_energy_ecp_rating\";s:18:\"EPC Current Rating\";s:25:\"cl_energy_ecp_rating_plac\";s:0:\"\";s:15:\"cl_energy_ecp_p\";s:20:\"EPC Potential Rating\";s:20:\"cl_energy_ecp_p_plac\";s:0:\"\";s:15:\"cl_virtual_plac\";s:38:\"Enter virtual tour iframe/embeded code\";s:15:\"cl_private_note\";s:69:\"Write private note for this property, it will not display for public.\";s:20:\"cl_private_note_plac\";s:19:\"Enter the note here\";s:10:\"cl_address\";s:7:\"Address\";s:15:\"cl_address_plac\";s:27:\"Enter your property address\";s:6:\"cl_zip\";s:15:\"Zip/Postal Code\";s:11:\"cl_zip_plac\";s:21:\"Enter zip/postal code\";s:10:\"cl_country\";s:7:\"Country\";s:15:\"cl_country_plac\";s:17:\"Enter the country\";s:8:\"cl_state\";s:12:\"State/county\";s:13:\"cl_state_plac\";s:22:\"Enter the State/county\";s:7:\"cl_city\";s:4:\"City\";s:12:\"cl_city_plac\";s:14:\"Enter the city\";s:7:\"cl_area\";s:4:\"Area\";s:12:\"cl_area_plac\";s:14:\"Enter the area\";s:17:\"cl_drag_drop_text\";s:51:\"Drag and drop the pin on map to find exact location\";s:11:\"cl_latitude\";s:8:\"Latitude\";s:16:\"cl_latitude_plac\";s:22:\"Enter address latitude\";s:12:\"cl_longitude\";s:9:\"Longitude\";s:17:\"cl_longitude_plac\";s:23:\"Enter address Longitude\";s:14:\"cl_street_view\";s:11:\"Street View\";s:8:\"cl_ppbtn\";s:30:\"Place the pin in address above\";s:17:\"cl_streat_address\";s:14:\"Streat Address\";s:22:\"cl_streat_address_plac\";s:50:\"Enter only the street name and the building number\";s:16:\"cl_make_featured\";s:46:\"Do you want to mark this property as featured?\";s:13:\"cl_login_view\";s:49:\"The user must be logged in to view this property?\";s:18:\"cl_login_view_plac\";s:60:\"If \"Yes\" then only logged in user can view property details.\";s:13:\"cl_disclaimer\";s:10:\"Disclaimer\";s:11:\"cl_mortgage\";s:18:\"Mortgage Calulator\";s:16:\"cl_mortgage_plac\";s:47:\"Show/Hide mortgage calculator for this listing?\";s:17:\"cl_decuments_text\";s:56:\"You can attach PDF files, Map images OR other documents.\";s:17:\"cl_attachment_btn\";s:18:\"Select Attachment.\";s:23:\"cl_uploaded_attachments\";s:20:\"Uploaded Attachments\";s:20:\"cl_contact_info_text\";s:64:\"What information do you want to display in agent data container?\";s:14:\"cl_author_info\";s:11:\"Author Info\";s:13:\"cl_agent_info\";s:45:\"Agent Info (Choose agent from the list below)\";s:18:\"cl_agent_info_plac\";s:15:\"Select an Agent\";s:14:\"cl_agency_info\";s:47:\"Agency Info (Choose agency from the list below)\";s:15:\"cl_agency_info2\";s:11:\"Agency Info\";s:19:\"cl_agency_info_plac\";s:16:\"Select an Agency\";s:14:\"cl_not_display\";s:14:\"Do not display\";s:13:\"cl_add_slider\";s:67:\"Do you want to display this property on the custom property slider?\";s:18:\"cl_add_slider_plac\";s:42:\"Upload an image below if you selected yes.\";s:13:\"cl_slider_img\";s:12:\"Slider Image\";s:18:\"cl_slider_img_size\";s:29:\"Suggested size 2000px x 700px\";s:13:\"cl_plan_title\";s:10:\"Plan Title\";s:18:\"cl_plan_title_plac\";s:20:\"Enter the plan title\";s:16:\"cl_plan_bedrooms\";s:8:\"Bedrooms\";s:21:\"cl_plan_bedrooms_plac\";s:28:\"Enter the number of bedrooms\";s:17:\"cl_plan_bathrooms\";s:9:\"Bathrooms\";s:22:\"cl_plan_bathrooms_plac\";s:29:\"Enter the number of bathrooms\";s:13:\"cl_plan_price\";s:5:\"Price\";s:18:\"cl_plan_price_plac\";s:15:\"Enter the price\";s:21:\"cl_plan_price_postfix\";s:5:\"Price\";s:26:\"cl_plan_price_postfix_plac\";s:23:\"Enter the price postfix\";s:12:\"cl_plan_size\";s:9:\"Plan Size\";s:17:\"cl_plan_size_plac\";s:19:\"Enter the plan size\";s:11:\"cl_plan_img\";s:10:\"Plan Image\";s:16:\"cl_plan_img_plac\";s:21:\"Upload the plan image\";s:15:\"cl_plan_img_btn\";s:12:\"Select Image\";s:16:\"cl_plan_img_size\";s:25:\"Minimum size 800 x 600 px\";s:11:\"cl_plan_des\";s:11:\"Description\";s:16:\"cl_plan_des_plac\";s:26:\"Enter the plan description\";s:13:\"cl_subl_title\";s:5:\"Title\";s:18:\"cl_subl_title_plac\";s:16:\"Enter the  title\";s:16:\"cl_subl_bedrooms\";s:8:\"Bedrooms\";s:21:\"cl_subl_bedrooms_plac\";s:28:\"Enter the number of bedrooms\";s:17:\"cl_subl_bathrooms\";s:9:\"Bathrooms\";s:22:\"cl_subl_bathrooms_plac\";s:29:\"Enter the number of bathrooms\";s:13:\"cl_subl_price\";s:5:\"Price\";s:18:\"cl_subl_price_plac\";s:15:\"Enter the price\";s:21:\"cl_subl_price_postfix\";s:5:\"Price\";s:26:\"cl_subl_price_postfix_plac\";s:23:\"Enter the price postfix\";s:12:\"cl_subl_size\";s:13:\"Property Size\";s:17:\"cl_subl_size_plac\";s:23:\"Enter the property size\";s:20:\"cl_subl_size_postfix\";s:12:\"Size Postfix\";s:25:\"cl_subl_size_postfix_plac\";s:31:\"Enter the property size postfix\";s:12:\"cl_subl_type\";s:13:\"Property Type\";s:17:\"cl_subl_type_plac\";s:23:\"Enter the property type\";s:12:\"cl_subl_date\";s:17:\"Availability Date\";s:17:\"cl_subl_date_plac\";s:27:\"Enter the availability date\";s:11:\"cl_subl_ids\";s:11:\"Listing IDs\";s:16:\"cl_subl_ids_plac\";s:37:\"Enter the listing IDs comma separated\";s:19:\"cl_subl_ids_tooltip\";s:105:\"If the sub-properties are separated listings, use the box above to enter the listing IDs (Example: 4,5,6)\";s:20:\"agency_lb_properties\";s:10:\"Properties\";s:23:\"agency_lb_service_areas\";s:13:\"Service Areas\";s:22:\"agency_lb_ask_question\";s:14:\"Ask a question\";s:16:\"agency_lb_mobile\";s:6:\"Mobile\";s:16:\"agency_lb_office\";s:6:\"Office\";s:13:\"agency_lb_fax\";s:3:\"Fax\";s:15:\"agency_lb_email\";s:5:\"Email\";s:18:\"agency_lb_language\";s:8:\"Language\";s:17:\"agency_lb_license\";s:7:\"License\";s:20:\"agency_lb_tax_number\";s:10:\"Tax Number\";s:17:\"agency_lb_website\";s:7:\"Website\";s:17:\"agency_lb_contact\";s:7:\"Contact\";s:13:\"agency_lb_all\";s:3:\"All\";s:19:\"agency_view_profile\";s:12:\"View Profile\";s:20:\"agency_view_listings\";s:13:\"View Listings\";s:17:\"agency_send_email\";s:10:\"Send Email\";s:14:\"agency_lb_call\";s:4:\"Call\";s:15:\"agency_lb_about\";s:5:\"About\";s:18:\"agency_lb_listings\";s:8:\"Listings\";s:16:\"agency_lb_agents\";s:6:\"Agents\";s:17:\"agency_lb_reviews\";s:7:\"Reviews\";s:25:\"agency_lb_property_cities\";s:28:\"<span>Property</span> Cities\";s:25:\"agency_lb_property_status\";s:28:\"<span>Property</span> Status\";s:24:\"agency_lb_property_types\";s:27:\"<span>Property</span> Types\";s:21:\"agency_lb_all_reviews\";s:15:\"See all reviews\";s:8:\"dsh_home\";s:4:\"Home\";s:9:\"dsh_board\";s:5:\"Board\";s:14:\"dsh_activities\";s:10:\"Activities\";s:9:\"dsh_deals\";s:5:\"Deals\";s:9:\"dsh_leads\";s:5:\"Leads\";s:13:\"dsh_inquiries\";s:9:\"Inquiries\";s:11:\"dsh_insight\";s:7:\"Insight\";s:9:\"dsh_props\";s:10:\"Properties\";s:7:\"dsh_all\";s:3:\"All\";s:8:\"dsh_mine\";s:4:\"Mine\";s:13:\"dsh_published\";s:9:\"Published\";s:11:\"dsh_pending\";s:7:\"Pending\";s:11:\"dsh_expired\";s:7:\"Expired\";s:9:\"dsh_draft\";s:5:\"Draft\";s:8:\"dsh_hold\";s:7:\"On Hold\";s:15:\"dsh_disapproved\";s:11:\"Disapproved\";s:18:\"dsh_create_listing\";s:16:\"Create a Listing\";s:12:\"dsh_favorite\";s:9:\"Favorites\";s:12:\"dsh_messages\";s:8:\"Messages\";s:18:\"dsh_saved_searches\";s:14:\"Saved Searches\";s:14:\"dsh_membership\";s:10:\"Membership\";s:12:\"dsh_invoices\";s:8:\"Invoices\";s:11:\"dsh_profile\";s:10:\"My Profile\";s:8:\"dsh_gdpr\";s:12:\"GDPR Request\";s:10:\"dsh_agents\";s:6:\"Agents\";s:10:\"dsh_addnew\";s:7:\"Add New\";s:10:\"dsh_logout\";s:7:\"Log Out\";s:11:\"custom_logo\";a:5:{s:3:\"url\";s:64:\"https://point2listing.ca/wp-content/uploads/2024/08/250-250.webp\";s:2:\"id\";s:4:\"1812\";s:6:\"height\";s:3:\"250\";s:5:\"width\";s:3:\"250\";s:9:\"thumbnail\";s:72:\"https://point2listing.ca/wp-content/uploads/2024/08/250-250-150x150.webp\";}s:11:\"retina_logo\";a:5:{s:3:\"url\";s:64:\"https://point2listing.ca/wp-content/uploads/2024/08/512-512.webp\";s:2:\"id\";s:4:\"1813\";s:6:\"height\";s:3:\"512\";s:5:\"width\";s:3:\"512\";s:9:\"thumbnail\";s:72:\"https://point2listing.ca/wp-content/uploads/2024/08/512-512-150x150.webp\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:64:\"https://point2listing.ca/wp-content/uploads/2024/08/512-512.webp\";s:2:\"id\";s:4:\"1813\";s:6:\"height\";s:3:\"512\";s:5:\"width\";s:3:\"512\";s:9:\"thumbnail\";s:72:\"https://point2listing.ca/wp-content/uploads/2024/08/512-512-150x150.webp\";}s:18:\"mobile_retina_logo\";a:5:{s:3:\"url\";s:64:\"https://point2listing.ca/wp-content/uploads/2024/08/512-512.webp\";s:2:\"id\";s:4:\"1813\";s:6:\"height\";s:3:\"512\";s:5:\"width\";s:3:\"512\";s:9:\"thumbnail\";s:72:\"https://point2listing.ca/wp-content/uploads/2024/08/512-512-150x150.webp\";}s:18:\"custom_logo_splash\";a:5:{s:3:\"url\";s:75:\"https://demo18.houzez.co/wp-content/themes/houzez/img/logo-houzez-white.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"retina_logo_splash\";a:5:{s:3:\"url\";s:78:\"https://demo18.houzez.co/wp-content/themes/houzez/img/logo-houzez-white@2x.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:25:\"custom_logo_mobile_splash\";a:5:{s:3:\"url\";s:75:\"https://demo18.houzez.co/wp-content/themes/houzez/img/logo-houzez-white.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:25:\"retina_logo_mobile_splash\";a:5:{s:3:\"url\";s:78:\"https://demo18.houzez.co/wp-content/themes/houzez/img/logo-houzez-white@2x.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"retina_logo_height\";s:2:\"24\";s:17:\"retina_logo_width\";s:3:\"127\";s:24:\"retina_mobilelogo_height\";s:2:\"24\";s:23:\"retina_mobilelogo_width\";s:3:\"127\";s:7:\"favicon\";a:5:{s:3:\"url\";s:85:\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png\";s:2:\"id\";s:4:\"1841\";s:6:\"height\";s:4:\"1080\";s:5:\"width\";s:4:\"1080\";s:9:\"thumbnail\";s:93:\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:85:\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png\";s:2:\"id\";s:4:\"1841\";s:6:\"height\";s:4:\"1080\";s:5:\"width\";s:4:\"1080\";s:9:\"thumbnail\";s:93:\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:85:\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png\";s:2:\"id\";s:4:\"1841\";s:6:\"height\";s:4:\"1080\";s:5:\"width\";s:4:\"1080\";s:9:\"thumbnail\";s:93:\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:85:\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png\";s:2:\"id\";s:4:\"1841\";s:6:\"height\";s:4:\"1080\";s:5:\"width\";s:4:\"1080\";s:9:\"thumbnail\";s:93:\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png\";}s:13:\"lightbox_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"dashboard_logo\";a:5:{s:3:\"url\";s:93:\"https://point2listing.ca/wp-content/uploads/2024/08/cropped-Point2-Listing-logo-all-brown.png\";s:2:\"id\";s:4:\"2555\";s:6:\"height\";s:3:\"512\";s:5:\"width\";s:3:\"512\";s:9:\"thumbnail\";s:101:\"https://point2listing.ca/wp-content/uploads/2024/08/cropped-Point2-Listing-logo-all-brown-150x150.png\";}s:12:\"header_style\";s:1:\"4\";s:14:\"header_1_width\";s:15:\"container-fluid\";s:15:\"header_5_layout\";s:15:\"container-fluid\";s:14:\"header_5_width\";s:4:\"1170\";s:19:\"header_1_menu_align\";s:9:\"nav-right\";s:15:\"header_1_height\";s:2:\"60\";s:15:\"header_2_height\";s:2:\"54\";s:19:\"header_3_top_height\";s:2:\"80\";s:22:\"header_3_bottom_height\";s:2:\"54\";s:15:\"header_4_height\";s:2:\"90\";s:19:\"header_5_top_height\";s:3:\"110\";s:22:\"header_5_bottom_height\";s:2:\"54\";s:15:\"header_6_height\";s:2:\"60\";s:16:\"main-menu-sticky\";s:1:\"0\";s:14:\"header_4_width\";s:15:\"container-fluid\";s:19:\"header_4_menu_align\";s:9:\"nav-right\";s:18:\"hd1_4_phone_enable\";s:1:\"1\";s:11:\"hd1_4_phone\";s:17:\"+1 (800) 987 6543\";s:10:\"hd3_callus\";s:1:\"1\";s:17:\"hd3_call_us_image\";a:5:{s:3:\"url\";s:68:\"https://demo18.houzez.co/wp-content/themes/houzez/img/call-image.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"hd3_call_us_text\";s:8:\"Call Us:\";s:9:\"hd3_phone\";s:14:\"1-800-987-6543\";s:16:\"hd2_contact_info\";s:1:\"1\";s:17:\"hd2_contact_phone\";s:14:\"1 800 987 6543\";s:17:\"hd2_contact_email\";s:15:\"info@houzez.com\";s:16:\"hd2_address_info\";s:1:\"1\";s:17:\"hd2_address_line1\";s:14:\"Oceanview Hall\";s:17:\"hd2_address_line2\";s:15:\"Miami, FL 33141\";s:15:\"hd2_timing_info\";s:1:\"1\";s:16:\"hd2_timing_hours\";s:12:\"9 am to 6 pm\";s:15:\"hd2_timing_days\";s:16:\"Monday to Friday\";s:13:\"social-header\";s:1:\"1\";s:11:\"hs-facebook\";s:1:\"#\";s:10:\"hs-twitter\";s:1:\"#\";s:13:\"hs-googleplus\";s:0:\"\";s:11:\"hs-linkedin\";s:1:\"#\";s:12:\"hs-instagram\";s:1:\"#\";s:12:\"hs-pinterest\";s:0:\"\";s:10:\"hs-youtube\";s:0:\"\";s:7:\"hs-yelp\";s:0:\"\";s:10:\"hs-behance\";s:0:\"\";s:11:\"hs-whatsapp\";s:0:\"\";s:9:\"hs-tiktok\";s:0:\"\";s:11:\"hs-telegram\";s:0:\"\";s:8:\"hs-skype\";s:0:\"\";s:22:\"create_lisiting_enable\";s:1:\"0\";s:21:\"create_listing_button\";s:2:\"no\";s:26:\"custom_create_lisiting_btn\";s:1:\"0\";s:27:\"custom_create_lisiting_link\";s:0:\"\";s:28:\"custom_create_lisiting_title\";s:0:\"\";s:7:\"top_bar\";s:1:\"0\";s:13:\"top_bar_width\";s:15:\"container-fluid\";s:14:\"top_bar_mobile\";s:1:\"1\";s:12:\"top_bar_left\";s:12:\"contact_info\";s:13:\"top_bar_right\";s:12:\"social_icons\";s:13:\"top_bar_phone\";s:17:\"+1 (321) 987 6543\";s:13:\"top_bar_email\";s:21:\"info@point2listing.ca\";s:14:\"top_bar_slogan\";s:34:\"Real Estate Lead Generation Agency\";s:24:\"currency_switcher_enable\";s:1:\"0\";s:27:\"houzez_supported_currencies\";s:43:\"AUD,CAD,CHF,EUR,GBP,HKD,JPY,NOK,SEK,USD,NGN\";s:22:\"houzez_currency_expiry\";s:4:\"3600\";s:20:\"area_switcher_enable\";s:1:\"0\";s:16:\"houzez_base_area\";s:4:\"sqft\";s:13:\"splash_layout\";s:15:\"container-fluid\";s:14:\"backgroud_type\";s:5:\"image\";s:15:\"splash_page_nav\";s:1:\"1\";s:17:\"splash_menu_align\";s:9:\"nav-right\";s:13:\"splash_search\";s:1:\"1\";s:12:\"splash_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"splash_slider\";s:0:\"\";s:13:\"splash_bg_mp4\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"splash_bg_webm\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"splash_bg_ogv\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"splash_video_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:19:\"splash_welcome_text\";s:30:\"Welcome, Make Yourself At Home\";s:18:\"splash_welcome_sub\";s:0:\"\";s:18:\"splash_callus_text\";s:7:\"Call Us\";s:19:\"splash_callus_phone\";s:14:\"(800) 897 6543\";s:13:\"social-splash\";s:1:\"0\";s:11:\"sp-facebook\";s:0:\"\";s:10:\"sp-twitter\";s:0:\"\";s:13:\"sp-googleplus\";s:0:\"\";s:11:\"sp-linkedin\";s:0:\"\";s:9:\"sp-tiktok\";s:0:\"\";s:11:\"sp-telegram\";s:0:\"\";s:12:\"sp-instagram\";s:0:\"\";s:20:\"splash-logolink-type\";s:9:\"home_page\";s:15:\"splash-logolink\";s:0:\"\";s:14:\"multi_currency\";s:1:\"0\";s:22:\"default_multi_currency\";s:0:\"\";s:12:\"short_prices\";s:1:\"0\";s:26:\"short_prices_indian_format\";s:1:\"0\";s:13:\"indian_format\";s:1:\"0\";s:15:\"currency_symbol\";s:1:\"$\";s:17:\"currency_position\";s:6:\"before\";s:8:\"decimals\";s:1:\"0\";s:23:\"decimal_point_separator\";s:1:\".\";s:19:\"thousands_separator\";s:1:\",\";s:18:\"currency_separator\";s:1:\"/\";s:9:\"typo-body\";a:9:{s:11:\"font-family\";s:16:\"Darker Grotesque\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";}s:12:\"typo-headers\";a:9:{s:11:\"font-family\";s:16:\"Darker Grotesque\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:4:\"left\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"20px\";}s:25:\"navigation-letter-spacing\";s:1:\"0\";s:11:\"typo-footer\";a:10:{s:11:\"font-family\";s:16:\"Darker Grotesque\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:4:\"left\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"25px\";}s:11:\"typo-topbar\";a:10:{s:11:\"font-family\";s:16:\"Darker Grotesque\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:4:\"left\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"40px\";}s:13:\"typo-headings\";a:8:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:7:\"inherit\";s:14:\"text-transform\";s:7:\"inherit\";}s:15:\"body_text_color\";s:7:\"#ce8516\";s:13:\"body_bg_color\";s:7:\"#f8f8f8\";s:16:\"body_bg_color_v2\";s:7:\"#ffffff\";s:20:\"houzez_primary_color\";s:7:\"#ce8516\";s:26:\"houzez_primary_color_hover\";a:3:{s:5:\"color\";s:7:\"#ce8516\";s:5:\"alpha\";s:3:\"0.7\";s:4:\"rgba\";s:20:\"rgba(206,133,22,0.7)\";}s:22:\"houzez_secondary_color\";s:7:\"#e5348a\";s:28:\"houzez_secondary_color_hover\";a:3:{s:5:\"color\";s:7:\"#e5348a\";s:5:\"alpha\";s:4:\"0.75\";s:4:\"rgba\";s:21:\"rgba(229,52,138,0.75)\";}s:11:\"header_1_bg\";s:7:\"#ffffff\";s:20:\"header_1_links_color\";s:7:\"#00233d\";s:26:\"header_1_links_hover_color\";s:7:\"#16bfbf\";s:29:\"header_1_links_hover_bg_color\";a:3:{s:5:\"color\";s:7:\"#16bfbf\";s:5:\"alpha\";s:3:\"0.1\";s:4:\"rgba\";s:20:\"rgba(22,191,191,0.1)\";}s:15:\"header_2_top_bg\";s:7:\"#ffffff\";s:17:\"header_2_top_text\";s:7:\"#004274\";s:11:\"header_2_bg\";s:7:\"#004274\";s:20:\"header_2_links_color\";s:7:\"#ffffff\";s:26:\"header_2_links_hover_color\";s:7:\"#00aeff\";s:29:\"header_2_links_hover_bg_color\";a:3:{s:5:\"color\";s:7:\"#00aeff\";s:5:\"alpha\";s:2:\".1\";s:4:\"rgba\";s:22:\"rgba(0, 174, 255, 0.1)\";}s:15:\"header_2_border\";a:3:{s:5:\"color\";s:7:\"#004274\";s:5:\"alpha\";s:2:\".2\";s:4:\"rgba\";s:22:\"rgba(0, 174, 255, 0.2)\";}s:11:\"header_3_bg\";s:7:\"#004274\";s:21:\"header_3_callus_color\";s:7:\"#ffffff\";s:24:\"header_3_callus_bg_color\";s:7:\"#00aeff\";s:16:\"header_3_bg_menu\";s:7:\"#004274\";s:20:\"header_3_links_color\";s:7:\"#FFFFFF\";s:26:\"header_3_links_hover_color\";s:7:\"#00aeff\";s:29:\"header_3_links_hover_bg_color\";a:3:{s:5:\"color\";s:7:\"#00aeff\";s:5:\"alpha\";s:2:\".1\";s:4:\"rgba\";s:22:\"rgba(0, 174, 255, 0.1)\";}s:15:\"header_3_border\";a:3:{s:5:\"color\";s:7:\"#00aeff\";s:5:\"alpha\";s:2:\".2\";s:4:\"rgba\";s:22:\"rgba(0, 174, 239, 0.2)\";}s:21:\"header_3_social_color\";s:7:\"#004274\";s:11:\"header_4_bg\";s:7:\"#ffffff\";s:20:\"header_4_links_color\";s:7:\"#00233d\";s:26:\"header_4_links_hover_color\";s:7:\"#16bfbf\";s:29:\"header_4_links_hover_bg_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:11:\"header_6_bg\";s:7:\"#004274\";s:20:\"header_6_links_color\";s:7:\"#FFFFFF\";s:26:\"header_6_links_hover_color\";s:7:\"#00aeff\";s:29:\"header_6_links_hover_bg_color\";a:3:{s:5:\"color\";s:7:\"#00aeff\";s:5:\"alpha\";s:2:\".1\";s:4:\"rgba\";s:22:\"rgba(0, 174, 255, 0.1)\";}s:21:\"header_6_social_color\";s:7:\"#FFFFFF\";s:32:\"header_4_transparent_links_color\";s:7:\"#ffffff\";s:38:\"header_4_transparent_links_hover_color\";s:7:\"#16bfbf\";s:35:\"header_4_transparent_border_bottom1\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:3:\"1px\";s:13:\"border-bottom\";s:3:\"1px\";s:11:\"border-left\";s:3:\"1px\";s:12:\"border-style\";s:4:\"none\";s:12:\"border-color\";s:0:\"\";}s:40:\"header_4_transparent_border_bottom_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:3:\".30\";s:4:\"rgba\";s:24:\"rgba(255, 255, 255, 0.3)\";}s:17:\"header_submenu_bg\";a:3:{s:5:\"color\";s:7:\"#00233d\";s:5:\"alpha\";s:4:\"0.85\";s:4:\"rgba\";s:18:\"rgba(0,35,61,0.85)\";}s:26:\"header_submenu_links_color\";s:7:\"#ffffff\";s:32:\"header_submenu_links_hover_color\";s:7:\"#16bfbf\";s:29:\"header_submenu_bg_hover_color\";a:3:{s:5:\"color\";s:7:\"#00aeff\";s:5:\"alpha\";s:2:\".1\";s:4:\"rgba\";s:22:\"rgba(0, 174, 255, 0.1)\";}s:27:\"header_submenu_border_color\";s:7:\"#00233d\";s:18:\"header_4_btn_color\";s:7:\"#ffffff\";s:24:\"header_4_btn_hover_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:3:\".99\";s:4:\"rgba\";s:25:\"rgba(255, 255, 255, 0.99)\";}s:21:\"header_4_btn_bg_color\";s:7:\"#16bfbf\";s:27:\"header_4_btn_bg_hover_color\";a:3:{s:5:\"color\";s:7:\"#16bfbf\";s:5:\"alpha\";s:4:\"0.65\";s:4:\"rgba\";s:21:\"rgba(22,191,191,0.65)\";}s:19:\"header_4_btn_border\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:3:\"1px\";s:13:\"border-bottom\";s:3:\"1px\";s:11:\"border-left\";s:3:\"1px\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#16bfbf\";}s:31:\"header_4_btn_border_hover_color\";a:3:{s:5:\"color\";s:7:\"#16bfbf\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:18:\"rgba(22,191,191,1)\";}s:30:\"header_4_transparent_btn_color\";s:7:\"#ffffff\";s:36:\"header_4_transparent_btn_hover_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:33:\"header_4_transparent_btn_bg_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:2:\".2\";s:4:\"rgba\";s:24:\"rgba(255, 255, 255, 0.2)\";}s:39:\"header_4_transparent_btn_bg_hover_color\";a:3:{s:5:\"color\";s:7:\"#16bfbf\";s:5:\"alpha\";s:4:\"0.65\";s:4:\"rgba\";s:21:\"rgba(22,191,191,0.65)\";}s:31:\"header_4_transparent_btn_border\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:3:\"1px\";s:13:\"border-bottom\";s:3:\"1px\";s:11:\"border-left\";s:3:\"1px\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#ffffff\";}s:43:\"header_4_transparent_btn_border_hover_color\";a:3:{s:5:\"color\";s:7:\"#16bfbf\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:18:\"rgba(22,191,191,1)\";}s:23:\"hd_login_register_color\";s:0:\"\";s:29:\"hd_login_register_hover_color\";s:0:\"\";s:37:\"login_register_transparent_text_color\";s:0:\"\";s:43:\"login_register_transparent_text_hover_color\";s:0:\"\";s:17:\"mob_menu_bg_color\";s:7:\"#ffffff\";s:18:\"mob_menu_btn_color\";s:7:\"#00233d\";s:16:\"mob_nav_bg_color\";s:7:\"#ffffff\";s:14:\"mob_link_color\";s:7:\"#00233d\";s:17:\"mobile_nav_border\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:3:\"0px\";s:13:\"border-bottom\";s:3:\"0px\";s:11:\"border-left\";s:3:\"0px\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#dce0e0\";}s:14:\"adv_background\";s:7:\"#FFFFFF\";s:22:\"side_search_background\";s:7:\"#FFFFFF\";s:22:\"adv_textfields_borders\";s:7:\"#dce0e0\";s:16:\"adv_text_color20\";s:7:\"#a1a7a8\";s:15:\"adv_other_color\";s:7:\"#00233D\";s:23:\"adv_halfmap_other_color\";s:7:\"#00233D\";s:17:\"adv_search_btn_bg\";a:2:{s:7:\"regular\";s:7:\"#16bfbf\";s:5:\"hover\";s:7:\"#16bfbf\";}s:19:\"adv_search_btn_text\";a:2:{s:7:\"regular\";s:7:\"#ffffff\";s:5:\"hover\";s:7:\"#ffffff\";}s:17:\"adv_search_border\";a:2:{s:7:\"regular\";s:7:\"#16bfbf\";s:5:\"hover\";s:7:\"#16bfbf\";}s:16:\"adv_button_color\";a:2:{s:7:\"regular\";s:7:\"#16bfbf\";s:5:\"hover\";s:7:\"#ffffff\";}s:19:\"adv_button_bg_color\";a:2:{s:7:\"regular\";s:7:\"#ffffff\";s:5:\"hover\";s:7:\"#16bfbf\";}s:23:\"adv_button_border_color\";a:2:{s:7:\"regular\";s:7:\"#dce0e0\";s:5:\"hover\";s:7:\"#16bfbf\";}s:21:\"header_search_padding\";a:3:{s:5:\"units\";s:2:\"px\";s:11:\"padding-top\";s:4:\"10px\";s:14:\"padding-bottom\";s:4:\"10px\";}s:31:\"adv_overlay_open_close_bg_color\";s:7:\"#16bfbf\";s:28:\"adv_overlay_open_close_color\";s:7:\"#ffffff\";s:9:\"ssb_color\";s:7:\"#ffffff\";s:15:\"ssb_color_hover\";s:7:\"#ffffff\";s:12:\"ssb_bg_color\";s:7:\"#16bfbf\";s:18:\"ssb_bg_color_hover\";s:7:\"#16bfbf\";s:16:\"ssb_border_color\";s:7:\"#16bfbf\";s:22:\"ssb_border_color_hover\";s:7:\"#16bfbf\";s:10:\"ua_menu_bg\";s:7:\"#FFFFFF\";s:19:\"ua_menu_links_color\";s:7:\"#00233d\";s:25:\"ua_menu_links_hover_color\";s:7:\"#16bfbf\";s:28:\"ua_menu_links_hover_bg_color\";a:3:{s:5:\"color\";s:7:\"#00aeff\";s:5:\"alpha\";s:4:\"0.11\";s:4:\"rgba\";s:22:\"rgba(0, 174, 255, 0.1)\";}s:20:\"ua_menu_border_color\";s:7:\"#dce0e0\";s:13:\"dm_background\";s:7:\"#00233d\";s:8:\"dm_color\";s:7:\"#839EB2\";s:14:\"dm_hover_color\";s:7:\"#ffffff\";s:23:\"dm_submenu_active_color\";s:7:\"#16bfbf\";s:22:\"houzez_prop_details_bg\";a:3:{s:5:\"color\";s:7:\"#16bfbf\";s:5:\"alpha\";s:3:\"0.1\";s:4:\"rgba\";s:20:\"rgba(22,191,191,0.1)\";}s:25:\"prop_details_border_color\";s:7:\"#16bfbf\";s:23:\"featured_label_bg_color\";s:7:\"#16bfbf\";s:20:\"featured_label_color\";s:7:\"#ffffff\";s:10:\"top_bar_bg\";s:7:\"#ffffff\";s:13:\"top_bar_color\";s:7:\"#00233d\";s:19:\"top_bar_color_hover\";a:3:{s:5:\"color\";s:7:\"#16bfbf\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:18:\"rgba(22,191,191,1)\";}s:12:\"aad_bg_color\";s:7:\"#0e4c7b\";s:14:\"aad_text_color\";s:7:\"#ffffff\";s:15:\"aad_links_color\";s:7:\"#00aeff\";s:21:\"widgets_custom_design\";s:1:\"0\";s:27:\"widgets_custom_design_apply\";s:1:\"1\";s:15:\"widget_bg_color\";s:7:\"#ffffff\";s:13:\"widget_border\";a:6:{s:10:\"border-top\";s:0:\"\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#ffffff\";}s:20:\"widget_border_radius\";s:3:\"4px\";s:14:\"widget_padding\";s:4:\"30px\";s:15:\"footer_bg_color\";s:7:\"#00233d\";s:22:\"footer_bottom_bg_color\";s:7:\"#00233d\";s:12:\"footer_color\";s:7:\"#ffffff\";s:18:\"footer_hover_color\";a:3:{s:5:\"color\";s:7:\"#16bfbf\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:18:\"rgba(22,191,191,1)\";}s:13:\"prop-top-area\";s:2:\"v1\";s:19:\"prop-content-layout\";s:6:\"simple\";s:23:\"prop_default_active_tab\";s:13:\"image_gallery\";s:19:\"property_media_tabs\";a:2:{s:7:\"enabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:7:\"gallery\";s:13:\"Image/Gallery\";s:3:\"map\";s:8:\"Map View\";s:11:\"street_view\";s:11:\"Street View\";}s:8:\"disabled\";a:3:{s:7:\"placebo\";s:7:\"placebo\";s:16:\"360_virtual_tour\";s:18:\"360Â° Virtual Tour\";s:5:\"video\";s:5:\"Video\";}}s:13:\"is_full_width\";s:1:\"0\";s:25:\"property_tools_mobile_pos\";s:12:\"under_banner\";s:17:\"prop_details_cols\";s:11:\"list-2-cols\";s:17:\"prop_address_cols\";s:11:\"list-2-cols\";s:18:\"prop_features_cols\";s:11:\"list-3-cols\";s:15:\"prop-detail-nav\";s:2:\"no\";s:14:\"map_in_section\";s:1:\"0\";s:23:\"send_agent_message_copy\";s:1:\"0\";s:24:\"send_agent_message_email\";s:0:\"\";s:15:\"property_blocks\";a:2:{s:7:\"enabled\";a:14:{s:7:\"placebo\";s:7:\"placebo\";s:8:\"overview\";s:8:\"Overview\";s:11:\"description\";s:11:\"Description\";s:7:\"address\";s:7:\"Address\";s:7:\"details\";s:7:\"Details\";s:8:\"features\";s:8:\"Features\";s:11:\"floor_plans\";s:11:\"Floor Plans\";s:5:\"video\";s:5:\"Video\";s:12:\"virtual_tour\";s:18:\"360Â° Virtual Tour\";s:9:\"walkscore\";s:9:\"Walkscore\";s:19:\"mortgage_calculator\";s:19:\"Mortgage Calculator\";s:12:\"agent_bottom\";s:12:\"Agent bottom\";s:6:\"review\";s:7:\"Reviews\";s:18:\"similar_properties\";s:16:\"Similar Listings\";}s:8:\"disabled\";a:12:{s:7:\"placebo\";s:7:\"placebo\";s:11:\"yelp_nearby\";s:14:\"Near by Places\";s:13:\"block_gallery\";s:15:\"Section Gallery\";s:13:\"schedule_tour\";s:13:\"Schedule Tour\";s:12:\"energy_class\";s:12:\"Energy Class\";s:4:\"unit\";s:25:\"Multi Unit / Sub Listings\";s:15:\"adsense_space_1\";s:15:\"Adsense Space 1\";s:15:\"adsense_space_2\";s:15:\"Adsense Space 2\";s:15:\"adsense_space_3\";s:15:\"Adsense Space 3\";s:16:\"booking_calendar\";s:21:\"Availability Calendar\";s:11:\"overview-v2\";s:11:\"Overview v2\";s:16:\"schedule_tour_v2\";s:16:\"Schedule Tour v2\";}}s:21:\"block_gallery_visible\";s:1:\"9\";s:21:\"block_gallery_columns\";s:1:\"3\";s:20:\"property_blocks_tabs\";a:2:{s:7:\"enabled\";a:7:{s:7:\"placebo\";s:7:\"placebo\";s:11:\"description\";s:11:\"Description\";s:7:\"address\";s:7:\"Address\";s:7:\"details\";s:7:\"Details\";s:8:\"features\";s:8:\"Features\";s:11:\"floor_plans\";s:11:\"Floor Plans\";s:5:\"video\";s:5:\"Video\";}s:8:\"disabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:12:\"virtual_tour\";s:18:\"360Â° Virtual Tour\";}}s:17:\"tabs_agent_bottom\";s:1:\"1\";s:28:\"houzez_availability_calendar\";s:1:\"0\";s:19:\"houzez_energy_class\";s:1:\"0\";s:15:\"houzez_mortgage\";s:1:\"1\";s:17:\"houzez_sublisting\";s:1:\"0\";s:20:\"houzez_tabs_schedule\";s:1:\"0\";s:23:\"houzez_tabs_schedule_v2\";s:1:\"0\";s:27:\"property_blocks_luxuryhomes\";a:2:{s:7:\"enabled\";a:11:{s:7:\"placebo\";s:7:\"placebo\";s:11:\"description\";s:21:\"Description & Details\";s:8:\"features\";s:8:\"Features\";s:7:\"address\";s:7:\"Address\";s:7:\"gallery\";s:7:\"Gallery\";s:11:\"floor_plans\";s:11:\"Floor Plans\";s:5:\"video\";s:5:\"Video\";s:19:\"mortgage_calculator\";s:19:\"Mortgage Calculator\";s:10:\"agent_form\";s:13:\"Agent Contact\";s:6:\"review\";s:7:\"Reviews\";s:18:\"similar_properties\";s:16:\"Similar Listings\";}s:8:\"disabled\";a:12:{s:7:\"placebo\";s:7:\"placebo\";s:12:\"virtual_tour\";s:18:\"360Â° Virtual Tour\";s:12:\"energy_class\";s:12:\"Energy Class\";s:11:\"yelp_nearby\";s:6:\"Nearby\";s:4:\"unit\";s:25:\"Multi Unit / Sub Listings\";s:9:\"walkscore\";s:9:\"Walkscore\";s:13:\"schedule_tour\";s:13:\"Schedule Tour\";s:15:\"adsense_space_1\";s:15:\"Adsense Space 1\";s:15:\"adsense_space_2\";s:15:\"Adsense Space 2\";s:15:\"adsense_space_3\";s:15:\"Adsense Space 3\";s:16:\"booking_calendar\";s:21:\"Availability Calendar\";s:16:\"schedule_tour_v2\";s:16:\"Schedule Tour v2\";}}s:22:\"luxury_gallery_visible\";s:2:\"12\";s:22:\"luxury_gallery_columns\";s:1:\"4\";s:27:\"property_gallery_popup_type\";s:6:\"houzez\";s:12:\"show_id_head\";s:1:\"1\";s:22:\"overview_data_composer\";a:2:{s:7:\"enabled\";a:7:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"type\";s:13:\"Property Type\";s:8:\"bedrooms\";s:8:\"Bedrooms\";s:9:\"bathrooms\";s:9:\"Bathrooms\";s:6:\"garage\";s:6:\"Garage\";s:9:\"area-size\";s:9:\"Area Size\";s:10:\"year-built\";s:10:\"Year Built\";}s:8:\"disabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"rooms\";s:5:\"Rooms\";s:9:\"land-area\";s:9:\"Land Area\";s:11:\"property-id\";s:11:\"Property ID\";}}s:17:\"energy_class_data\";s:26:\"A+, A, B, C, D, E, F, G, H\";s:14:\"energy_1_color\";s:7:\"#33a357\";s:14:\"energy_2_color\";s:7:\"#79b752\";s:14:\"energy_3_color\";s:7:\"#c3d545\";s:14:\"energy_4_color\";s:7:\"#fff12c\";s:14:\"energy_5_color\";s:7:\"#edb731\";s:14:\"energy_6_color\";s:7:\"#d66f2c\";s:14:\"energy_7_color\";s:7:\"#cc232a\";s:14:\"energy_8_color\";s:7:\"#cc232a\";s:14:\"energy_9_color\";s:7:\"#cc232a\";s:15:\"energy_10_color\";s:7:\"#cc232a\";s:21:\"print_property_button\";s:1:\"1\";s:21:\"detail_featured_label\";s:1:\"1\";s:13:\"detail_status\";s:1:\"1\";s:12:\"detail_label\";s:1:\"1\";s:20:\"prop_detail_favorite\";s:1:\"1\";s:17:\"prop_detail_share\";s:1:\"1\";s:18:\"documents_download\";s:1:\"1\";s:23:\"hide_detail_prop_fields\";a:20:{s:7:\"prop_id\";s:0:\"\";s:9:\"prop_type\";s:0:\"\";s:11:\"prop_status\";s:0:\"\";s:10:\"prop_label\";s:0:\"\";s:15:\"sale_rent_price\";s:0:\"\";s:8:\"bedrooms\";s:0:\"\";s:5:\"rooms\";s:0:\"\";s:9:\"bathrooms\";s:0:\"\";s:9:\"area_size\";s:0:\"\";s:9:\"land_area\";s:0:\"\";s:7:\"garages\";s:0:\"\";s:10:\"year_built\";s:0:\"\";s:12:\"updated_date\";s:0:\"\";s:18:\"additional_details\";s:0:\"\";s:7:\"address\";s:0:\"\";s:7:\"country\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:4:\"area\";s:0:\"\";s:3:\"zip\";s:0:\"\";}s:15:\"adsense_space_1\";s:0:\"\";s:15:\"adsense_space_2\";s:0:\"\";s:15:\"adsense_space_3\";s:0:\"\";s:16:\"houzez_walkscore\";s:1:\"0\";s:20:\"houzez_walkscore_api\";s:0:\"\";s:11:\"houzez_yelp\";s:1:\"0\";s:19:\"houzez_yelp_api_key\";s:0:\"\";s:16:\"houzez_yelp_term\";a:4:{i:0;s:9:\"education\";i:1;s:4:\"food\";i:2;s:6:\"health\";i:3;s:10:\"realestate\";}s:17:\"houzez_yelp_limit\";s:1:\"3\";s:21:\"houzez_yelp_dist_unit\";s:5:\"miles\";s:17:\"schedule_num_days\";s:2:\"14\";s:19:\"schedule_time_slots\";s:128:\"10:00 am, 10:15 pm, 10:30 pm, 12:00 pm, 12:15 pm, 12:30 pm, 12:45 pm, 01:00 pm, 01:15 pm, 01:30 pm, 01:45 pm, 02:00 pm, 05:00 pm\";s:22:\"schedule_tour_redirect\";s:0:\"\";s:12:\"icon_prop_id\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"icon_bedrooms\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:10:\"icon_rooms\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"icon_bathrooms\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"icon_prop_size\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"icon_prop_land\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"icon_garage_size\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"icon_garage\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:9:\"icon_year\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:17:\"mcal_down_payment\";s:2:\"15\";s:10:\"mcal_terms\";s:2:\"12\";s:18:\"mcal_interest_rate\";s:3:\"3.5\";s:20:\"mcal_prop_tax_enable\";s:1:\"1\";s:13:\"mcal_prop_tax\";s:4:\"3000\";s:14:\"mcal_hi_enable\";s:1:\"1\";s:7:\"mcal_hi\";s:4:\"1000\";s:15:\"mcal_hoa_enable\";s:1:\"1\";s:8:\"mcal_hoa\";s:3:\"250\";s:15:\"mcal_pmi_enable\";s:1:\"1\";s:8:\"mcal_pmi\";s:4:\"1000\";s:25:\"houzez_similer_properties\";s:1:\"0\";s:30:\"houzez_similer_properties_type\";a:1:{i:0;s:13:\"property_type\";}s:13:\"similar_order\";s:6:\"d_date\";s:30:\"houzez_similer_properties_view\";s:12:\"list-view-v1\";s:31:\"houzez_similer_properties_count\";s:1:\"4\";s:16:\"property_reviews\";s:1:\"1\";s:16:\"login_for_review\";s:1:\"0\";s:34:\"property_reviews_approved_by_admin\";s:1:\"0\";s:22:\"update_review_approved\";s:1:\"0\";s:13:\"num_of_review\";s:1:\"5\";s:22:\"single_prop_breadcrumb\";s:13:\"property_type\";s:21:\"enable_next_prev_prop\";s:1:\"0\";s:17:\"enable_disclaimer\";s:1:\"1\";s:19:\"property_disclaimer\";s:0:\"\";s:15:\"print_page_logo\";a:5:{s:3:\"url\";s:75:\"https://demo18.houzez.co/wp-content/themes/houzez/img/logo-houzez-color.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"print_agent\";s:1:\"1\";s:17:\"print_description\";s:1:\"1\";s:13:\"print_details\";s:1:\"1\";s:14:\"print_features\";s:1:\"1\";s:18:\"print_energy_class\";s:1:\"1\";s:16:\"print_floorplans\";s:1:\"1\";s:13:\"print_gallery\";s:1:\"0\";s:13:\"print_gr_code\";s:1:\"1\";s:16:\"submit_form_type\";s:5:\"mstep\";s:23:\"listings_admin_approved\";s:3:\"yes\";s:28:\"edit_listings_admin_approved\";s:2:\"no\";s:35:\"re-activate_listings_admin_approved\";s:2:\"no\";s:19:\"enable_multi_agents\";s:1:\"0\";s:20:\"range-bedsroomsbaths\";s:1:\"0\";s:8:\"ams_type\";s:1:\"0\";s:10:\"ams_status\";s:1:\"0\";s:9:\"ams_label\";s:1:\"0\";s:18:\"location_dropdowns\";s:2:\"no\";s:19:\"area_prefix_default\";s:4:\"SqFt\";s:22:\"area_prefix_changeable\";s:1:\"1\";s:16:\"auto_property_id\";s:1:\"0\";s:19:\"property_id_pattern\";s:4:\"{ID}\";s:18:\"property_id_prefix\";s:0:\"\";s:15:\"max_prop_images\";s:2:\"50\";s:19:\"image_max_file_size\";s:7:\"12000kb\";s:20:\"max_prop_attachments\";s:1:\"3\";s:24:\"attachment_max_file_size\";s:6:\"3000kb\";s:22:\"property_form_sections\";a:2:{s:7:\"enabled\";a:11:{s:7:\"placebo\";s:7:\"placebo\";s:17:\"description-price\";s:19:\"Description & Price\";s:5:\"media\";s:14:\"Property Media\";s:7:\"details\";s:16:\"Property Details\";s:8:\"features\";s:17:\"Property Features\";s:8:\"location\";s:17:\"Property Location\";s:12:\"virtual_tour\";s:18:\"360Â° Virtual Tour\";s:10:\"floorplans\";s:11:\"Floor Plans\";s:11:\"multi-units\";s:28:\"Multi Units / Sub Properties\";s:10:\"agent_info\";s:17:\"Agent Information\";s:12:\"private_note\";s:13:\"Private Notes\";}s:8:\"disabled\";a:3:{s:7:\"placebo\";s:7:\"placebo\";s:11:\"attachments\";s:11:\"Attachments\";s:12:\"energy_class\";s:12:\"Energy Class\";}}s:18:\"adp_details_fields\";a:2:{s:7:\"enabled\";a:12:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"beds\";s:8:\"Bedrooms\";s:5:\"rooms\";s:5:\"Rooms\";s:5:\"baths\";s:9:\"Bathrooms\";s:9:\"area-size\";s:9:\"Area Size\";s:14:\"area-size-unit\";s:14:\"Area Size Unit\";s:9:\"land-area\";s:9:\"Land Area\";s:14:\"land-area-unit\";s:14:\"Land Area Unit\";s:6:\"garage\";s:6:\"Garage\";s:11:\"garage-size\";s:11:\"Garage Size\";s:11:\"property-id\";s:11:\"Property ID\";s:4:\"year\";s:10:\"Year Built\";}s:8:\"disabled\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:20:\"hide_add_prop_fields\";a:17:{s:9:\"prop_type\";s:0:\"\";s:11:\"prop_status\";s:0:\"\";s:10:\"prop_label\";s:0:\"\";s:15:\"sale_rent_price\";s:0:\"\";s:17:\"price_placeholder\";s:0:\"\";s:12:\"second_price\";s:0:\"\";s:13:\"price_postfix\";s:0:\"\";s:12:\"price_prefix\";s:0:\"\";s:9:\"video_url\";s:0:\"\";s:12:\"neighborhood\";s:0:\"\";s:4:\"city\";s:0:\"\";s:11:\"postal_code\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:3:\"map\";s:0:\"\";s:11:\"map_address\";s:0:\"\";s:18:\"additional_details\";s:0:\"\";}s:18:\"enable_title_limit\";s:1:\"0\";s:20:\"property_title_limit\";s:0:\"\";s:17:\"gallery_image_req\";s:1:\"1\";s:15:\"required_fields\";a:21:{s:5:\"title\";s:1:\"1\";s:9:\"prop_type\";s:0:\"\";s:11:\"prop_status\";s:0:\"\";s:11:\"prop_labels\";s:0:\"\";s:15:\"sale_rent_price\";s:1:\"1\";s:17:\"prop_second_price\";s:0:\"\";s:11:\"price_label\";s:0:\"\";s:7:\"prop_id\";s:0:\"\";s:8:\"bedrooms\";s:0:\"\";s:5:\"rooms\";s:0:\"\";s:9:\"bathrooms\";s:0:\"\";s:9:\"area_size\";s:1:\"1\";s:9:\"land_area\";s:0:\"\";s:7:\"garages\";s:0:\"\";s:10:\"year_built\";s:0:\"\";s:12:\"energy_class\";s:0:\"\";s:20:\"property_map_address\";s:1:\"1\";s:7:\"country\";s:0:\"\";s:5:\"state\";s:0:\"\";s:4:\"city\";s:0:\"\";s:4:\"area\";s:0:\"\";}s:18:\"main-search-enable\";s:1:\"0\";s:12:\"search_style\";s:7:\"style_1\";s:12:\"search_width\";s:9:\"container\";s:15:\"search_position\";s:9:\"under_nav\";s:12:\"search_pages\";s:9:\"all_pages\";s:18:\"single_prop_search\";s:1:\"0\";s:11:\"is_tax_page\";s:1:\"1\";s:16:\"blog_page_search\";s:1:\"0\";s:21:\"search_top_row_fields\";s:1:\"3\";s:14:\"search_builder\";a:2:{s:7:\"enabled\";a:15:{s:7:\"placebo\";s:7:\"placebo\";s:7:\"keyword\";s:7:\"Keyword\";s:4:\"city\";s:6:\"Cities\";s:5:\"areas\";s:5:\"Areas\";s:6:\"status\";s:6:\"Status\";s:4:\"type\";s:4:\"Type\";s:8:\"bedrooms\";s:8:\"Bedrooms\";s:9:\"bathrooms\";s:9:\"Bathrooms\";s:8:\"min-area\";s:9:\"Min. Area\";s:8:\"max-area\";s:9:\"Max. Area\";s:9:\"min-price\";s:10:\"Min. Price\";s:9:\"max-price\";s:10:\"Max. Price\";s:11:\"property-id\";s:11:\"Property ID\";s:5:\"label\";s:5:\"Label\";s:5:\"price\";s:23:\"Price (Only Search v.3)\";}s:8:\"disabled\";a:9:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"rooms\";s:5:\"Rooms\";s:7:\"country\";s:9:\"Countries\";s:5:\"state\";s:6:\"States\";s:11:\"geolocation\";s:11:\"Geolocation\";s:13:\"min-land-area\";s:14:\"Min. Land Area\";s:13:\"max-land-area\";s:14:\"Max. Land Area\";s:6:\"garage\";s:6:\"Garage\";s:10:\"year-built\";s:10:\"Year Built\";}}s:20:\"enable_radius_search\";s:1:\"0\";s:11:\"price_range\";s:1:\"0\";s:18:\"price_range_mobile\";s:1:\"1\";s:21:\"search_other_features\";s:1:\"0\";s:28:\"search_other_features_mobile\";s:1:\"0\";s:21:\"header-search-visible\";s:1:\"0\";s:18:\"main-search-sticky\";s:1:\"0\";s:20:\"mobile-search-sticky\";s:1:\"0\";s:35:\"enable_advanced_search_over_headers\";s:1:\"0\";s:28:\"adv_search_which_header_show\";a:5:{s:10:\"header_map\";s:1:\"1\";s:12:\"header_video\";s:0:\"\";s:12:\"header_image\";s:0:\"\";s:9:\"header_rs\";s:0:\"\";s:9:\"header_ps\";s:0:\"\";}s:28:\"adv_search_over_header_pages\";s:9:\"only_home\";s:20:\"keep_adv_search_live\";s:1:\"1\";s:26:\"dock_search_top_row_fields\";s:1:\"3\";s:19:\"dock_search_builder\";a:2:{s:7:\"enabled\";a:14:{s:7:\"placebo\";s:7:\"placebo\";s:7:\"keyword\";s:7:\"Keyword\";s:4:\"city\";s:6:\"Cities\";s:5:\"areas\";s:5:\"Areas\";s:6:\"status\";s:6:\"Status\";s:4:\"type\";s:4:\"Type\";s:8:\"bedrooms\";s:8:\"Bedrooms\";s:9:\"bathrooms\";s:9:\"Bathrooms\";s:8:\"min-area\";s:9:\"Min. Area\";s:8:\"max-area\";s:9:\"Max. Area\";s:9:\"min-price\";s:10:\"Min. Price\";s:9:\"max-price\";s:10:\"Max. Price\";s:11:\"property-id\";s:11:\"Property ID\";s:5:\"label\";s:5:\"Label\";}s:8:\"disabled\";a:9:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"rooms\";s:5:\"Rooms\";s:7:\"country\";s:9:\"Countries\";s:5:\"state\";s:6:\"States\";s:11:\"geolocation\";s:11:\"Geolocation\";s:13:\"min-land-area\";s:14:\"Min. Land Area\";s:13:\"max-land-area\";s:14:\"Max. Land Area\";s:6:\"garage\";s:6:\"Garage\";s:10:\"year-built\";s:10:\"Year Built\";}}s:18:\"dock_radius_search\";s:1:\"0\";s:16:\"dock_price_range\";s:1:\"0\";s:26:\"dock_search_other_features\";s:1:\"0\";s:21:\"enable_halfmap_search\";s:1:\"1\";s:21:\"halfmap_search_layout\";s:2:\"v4\";s:29:\"search_top_row_fields_halfmap\";s:1:\"3\";s:22:\"search_builder_halfmap\";a:2:{s:7:\"enabled\";a:15:{s:7:\"placebo\";s:7:\"placebo\";s:7:\"keyword\";s:7:\"Keyword\";s:4:\"city\";s:6:\"Cities\";s:5:\"areas\";s:5:\"Areas\";s:6:\"status\";s:6:\"Status\";s:4:\"type\";s:4:\"Type\";s:8:\"bedrooms\";s:8:\"Bedrooms\";s:9:\"bathrooms\";s:9:\"Bathrooms\";s:8:\"min-area\";s:9:\"Min. Area\";s:8:\"max-area\";s:9:\"Max. Area\";s:9:\"min-price\";s:10:\"Min. Price\";s:9:\"max-price\";s:10:\"Max. Price\";s:11:\"property-id\";s:11:\"Property ID\";s:5:\"label\";s:5:\"Label\";s:5:\"price\";s:23:\"Price (Only Search v.3)\";}s:8:\"disabled\";a:9:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"rooms\";s:5:\"Rooms\";s:7:\"country\";s:9:\"Countries\";s:5:\"state\";s:6:\"States\";s:11:\"geolocation\";s:11:\"Geolocation\";s:13:\"min-land-area\";s:14:\"Min. Land Area\";s:13:\"max-land-area\";s:14:\"Max. Land Area\";s:6:\"garage\";s:6:\"Garage\";s:10:\"year-built\";s:10:\"Year Built\";}}s:28:\"enable_radius_search_halfmap\";s:1:\"1\";s:19:\"price_range_halfmap\";s:1:\"1\";s:29:\"search_other_features_halfmap\";s:1:\"1\";s:22:\"halfmap-search-visible\";s:1:\"0\";s:18:\"splash_v1_dropdown\";s:13:\"property_city\";s:18:\"banner_search_tabs\";s:1:\"0\";s:10:\"tabs_limit\";s:1:\"2\";s:20:\"banner_radius_search\";s:1:\"0\";s:13:\"keyword_field\";s:12:\"prop_address\";s:20:\"keyword_autocomplete\";s:1:\"0\";s:17:\"beds_baths_search\";s:5:\"equal\";s:25:\"state_city_area_dropdowns\";s:1:\"0\";s:16:\"price_field_type\";s:6:\"select\";s:7:\"ms_type\";s:1:\"1\";s:9:\"ms_status\";s:1:\"0\";s:8:\"ms_label\";s:1:\"0\";s:7:\"ms_city\";s:1:\"0\";s:7:\"ms_area\";s:1:\"1\";s:21:\"houzez_default_radius\";s:2:\"50\";s:11:\"radius_unit\";s:2:\"km\";s:14:\"features_limit\";s:2:\"-1\";s:26:\"enable_disable_save_search\";s:1:\"1\";s:20:\"save_search_duration\";s:5:\"daily\";s:9:\"min_price\";s:124:\"1000,5000,10000,50000,100000,200000,300000,400000,500000,600000,700000,800000,900000,1000000,1500000,2000000,2500000,5000000\";s:9:\"max_price\";s:128:\"5000,10000,50000,100000,200000,300000,400000,500000,600000,700000,800000,900000,1000000,1500000,2000000,2500000,5000000,10000000\";s:18:\"search_rent_status\";s:0:\"\";s:14:\"min_price_rent\";s:88:\"500,1000,2000,3000,4000,5000,7500,10000,15000,20000,25000,30000,40000,50000,75000,100000\";s:14:\"max_price_rent\";s:91:\"1000,2000,3000,4000,5000,7500,10000,15000,20000,25000,30000,40000,50000,75000,100000,150000\";s:32:\"advanced_search_widget_min_price\";s:3:\"200\";s:32:\"advanced_search_widget_max_price\";s:7:\"2500000\";s:34:\"search_rent_status_for_price_range\";s:0:\"\";s:40:\"advanced_search_min_price_range_for_rent\";s:2:\"50\";s:40:\"advanced_search_max_price_range_for_rent\";s:5:\"25000\";s:13:\"adv_beds_list\";s:20:\"1,2,3,4,5,6,7,8,9,10\";s:14:\"adv_rooms_list\";s:20:\"1,2,3,4,5,6,7,8,9,10\";s:14:\"adv_baths_list\";s:20:\"1,2,3,4,5,6,7,8,9,10\";s:18:\"search_result_page\";s:11:\"normal_page\";s:20:\"search_result_layout\";s:13:\"right-sidebar\";s:26:\"search_result_posts_layout\";s:12:\"list-view-v1\";s:20:\"search_default_order\";s:0:\"\";s:16:\"search_num_posts\";s:1:\"9\";s:17:\"houzez_map_system\";s:3:\"osm\";s:17:\"googlemap_api_key\";s:0:\"\";s:14:\"mapbox_api_key\";s:0:\"\";s:15:\"houzez_map_type\";s:7:\"roadmap\";s:15:\"markerPricePins\";s:2:\"no\";s:17:\"short_prices_pins\";s:1:\"0\";s:17:\"marker_spiderfier\";s:1:\"0\";s:15:\"map_default_lat\";s:9:\"25.686540\";s:16:\"map_default_long\";s:10:\"-80.431345\";s:17:\"geo_country_limit\";s:1:\"0\";s:19:\"geocomplete_country\";s:0:\"\";s:18:\"map_cluster_enable\";s:1:\"1\";s:11:\"map_cluster\";a:5:{s:3:\"url\";s:74:\"https://demo18.houzez.co/wp-content/themes/houzez/img/map/cluster-icon.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:22:\"googlemap_zoom_cluster\";s:2:\"12\";s:19:\"detail_map_pin_type\";s:6:\"marker\";s:14:\"single_mapzoom\";s:2:\"14\";s:15:\"googlemap_stype\";s:0:\"\";s:20:\"halfmap_posts_layout\";s:12:\"list-view-v1\";s:20:\"template_sidebar_pos\";s:0:\"\";s:19:\"listing_link_target\";s:5:\"_self\";s:11:\"des_item_v1\";s:1:\"0\";s:11:\"des_item_v2\";s:1:\"0\";s:11:\"des_item_v4\";s:1:\"1\";s:15:\"disable_compare\";s:1:\"1\";s:16:\"disable_favorite\";s:1:\"1\";s:15:\"disable_preview\";s:1:\"1\";s:15:\"disable_address\";s:1:\"1\";s:13:\"disable_agent\";s:1:\"1\";s:12:\"disable_date\";s:1:\"1\";s:18:\"disable_detail_btn\";s:1:\"1\";s:12:\"disable_type\";s:1:\"1\";s:14:\"disable_status\";s:1:\"1\";s:13:\"disable_label\";s:1:\"1\";s:21:\"listing_data_composer\";a:2:{s:7:\"enabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:3:\"bed\";s:8:\"Bedrooms\";s:4:\"bath\";s:9:\"Bathrooms\";s:9:\"area-size\";s:9:\"Area Size\";}s:8:\"disabled\";a:5:{s:7:\"placebo\";s:7:\"placebo\";s:6:\"garage\";s:6:\"Garage\";s:9:\"land-area\";s:9:\"Land Area\";s:4:\"room\";s:5:\"Rooms\";s:11:\"property-id\";s:11:\"Property ID\";}}s:24:\"listing_buttons_composer\";a:2:{s:7:\"enabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"call\";s:4:\"Call\";s:5:\"email\";s:5:\"Email\";s:8:\"whatsapp\";s:8:\"WhatsApp\";}s:8:\"disabled\";a:3:{s:7:\"placebo\";s:7:\"placebo\";s:7:\"lineapp\";s:4:\"LINE\";s:8:\"telegram\";s:8:\"Telegram\";}}s:24:\"listing_address_composer\";a:2:{s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:7:\"address\";s:7:\"Address\";}s:8:\"disabled\";a:6:{s:7:\"placebo\";s:7:\"placebo\";s:7:\"country\";s:7:\"Country\";s:5:\"state\";s:5:\"State\";s:4:\"city\";s:4:\"City\";s:4:\"area\";s:4:\"Area\";s:14:\"streat-address\";s:14:\"Street Address\";}}s:24:\"disable_property_gallery\";s:1:\"1\";s:23:\"featured_img_in_gallery\";s:1:\"0\";s:17:\"gallery_behaviour\";s:8:\"on_hover\";s:10:\"icons_type\";s:14:\"houzez-default\";s:3:\"bed\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:6:\"fa_bed\";s:0:\"\";s:4:\"room\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"fa_room\";s:0:\"\";s:4:\"bath\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"fa_bath\";s:0:\"\";s:6:\"garage\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:9:\"fa_garage\";s:0:\"\";s:9:\"area-size\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:12:\"fa_area-size\";s:0:\"\";s:9:\"land-area\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:12:\"fa_land-area\";s:0:\"\";s:10:\"year-built\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"fa_year-built\";s:0:\"\";s:11:\"property-id\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"fa_property-id\";s:0:\"\";s:14:\"v1_4_meta_type\";s:5:\"icons\";s:12:\"v2_meta_type\";s:5:\"icons\";s:17:\"preview_meta_type\";s:10:\"icons_text\";s:21:\"preview_data_composer\";a:2:{s:7:\"enabled\";a:7:{s:7:\"placebo\";s:7:\"placebo\";s:3:\"bed\";s:8:\"Bedrooms\";s:4:\"bath\";s:9:\"Bathrooms\";s:6:\"garage\";s:6:\"Garage\";s:9:\"area-size\";s:9:\"Area Size\";s:9:\"land-area\";s:9:\"Land Area\";s:10:\"year-built\";s:10:\"Year Built\";}s:8:\"disabled\";a:3:{s:7:\"placebo\";s:7:\"placebo\";s:11:\"property-id\";s:11:\"Property ID\";s:4:\"room\";s:5:\"Rooms\";}}s:18:\"houzez_placeholder\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:19:\"enable_mark_as_sold\";s:1:\"0\";s:16:\"mark_sold_status\";s:0:\"\";s:18:\"show_sold_listings\";s:1:\"1\";s:15:\"taxonomy_layout\";s:13:\"right-sidebar\";s:25:\"taxonomy_content_position\";s:5:\"above\";s:21:\"taxonomy_posts_layout\";s:12:\"list-view-v1\";s:22:\"taxonomy_default_order\";s:6:\"d_date\";s:18:\"taxonomy_num_posts\";s:1:\"9\";s:9:\"form_type\";s:11:\"custom_form\";s:15:\"terms_condition\";s:0:\"\";s:30:\"contact_form_agent_above_image\";s:0:\"\";s:25:\"contact_form_agent_bottom\";s:0:\"\";s:23:\"schedule_tour_shortcode\";s:0:\"\";s:25:\"contact_form_agent_detail\";s:0:\"\";s:26:\"contact_form_agency_detail\";s:0:\"\";s:22:\"agent_form_above_image\";s:1:\"1\";s:18:\"agent_form_sidebar\";s:1:\"1\";s:23:\"agent_form_sidebar_tabs\";s:1:\"0\";s:18:\"agent_form_gallery\";s:1:\"1\";s:21:\"agent_form_agent_page\";s:1:\"1\";s:23:\"agency_form_agency_page\";s:1:\"1\";s:18:\"agent_view_listing\";s:1:\"1\";s:15:\"agent_phone_num\";s:1:\"1\";s:16:\"agent_mobile_num\";s:1:\"1\";s:18:\"agent_whatsapp_num\";s:1:\"1\";s:21:\"agent_direct_messages\";s:1:\"0\";s:15:\"agent_skype_con\";s:1:\"1\";s:16:\"agent_con_social\";s:1:\"1\";s:29:\"hide_prop_contact_form_fields\";a:4:{s:4:\"name\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:7:\"message\";s:0:\"\";s:8:\"usertype\";s:0:\"\";}s:37:\"hide_agency_agent_contact_form_fields\";a:4:{s:4:\"name\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:7:\"message\";s:0:\"\";s:8:\"usertype\";s:0:\"\";}s:23:\"gdpr_and_terms_checkbox\";s:1:\"1\";s:18:\"gdpr_hide_checkbox\";s:1:\"1\";s:19:\"agent_form_redirect\";s:0:\"\";s:18:\"houzez_webhook_url\";s:0:\"\";s:30:\"webhook_property_agent_contact\";s:1:\"0\";s:30:\"webhook_property_schedule_tour\";s:1:\"0\";s:21:\"webhook_agent_contact\";s:1:\"0\";s:22:\"webhook_agency_contact\";s:1:\"0\";s:16:\"add_new_property\";s:1:\"0\";s:16:\"enable_reCaptcha\";s:1:\"0\";s:13:\"recaptha_type\";s:2:\"v2\";s:17:\"recaptha_site_key\";s:0:\"\";s:19:\"recaptha_secret_key\";s:0:\"\";s:22:\"enable_paid_submission\";s:2:\"no\";s:24:\"houzez_disable_recurring\";s:1:\"0\";s:21:\"houzez_auto_recurring\";s:1:\"0\";s:28:\"per_listing_expire_unlimited\";s:1:\"0\";s:18:\"per_listing_expire\";s:2:\"30\";s:23:\"featured_listing_expire\";s:0:\"\";s:28:\"auto_delete_expired_listings\";s:1:\"0\";s:33:\"auto_delete_expired_listings_days\";s:0:\"\";s:24:\"currency_paid_submission\";s:3:\"USD\";s:24:\"price_listing_submission\";s:0:\"\";s:33:\"price_featured_listing_submission\";s:0:\"\";s:10:\"paypal_api\";s:7:\"sandbox\";s:23:\"payment_terms_condition\";s:0:\"\";s:14:\"thankyou_title\";s:35:\"Thank you for your business with us\";s:12:\"thankyou_des\";s:223:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer in augue rhoncus, congue neque eu, consequat quam. Maecenas in cursus dui, sed tempor est. Duis varius nibh in lorem venenatis, in tincidunt nunc scelerisque.\";s:23:\"houzez_payment_gateways\";s:16:\"houzez_custom_gw\";s:13:\"enable_paypal\";s:1:\"0\";s:16:\"paypal_client_id\";s:0:\"\";s:24:\"paypal_client_secret_key\";s:0:\"\";s:22:\"paypal_receiving_email\";s:0:\"\";s:13:\"enable_stripe\";s:1:\"0\";s:17:\"stripe_secret_key\";s:0:\"\";s:22:\"stripe_publishable_key\";s:0:\"\";s:19:\"enable_wireTransfer\";s:1:\"0\";s:26:\"direct_payment_instruction\";s:0:\"\";s:19:\"thankyou_wire_title\";s:39:\"Thank you. Your order has been received\";s:17:\"thankyou_wire_des\";s:96:\"Make your payment directly into our bank account. Please use your Order ID as payment reference.\";s:22:\"agents-template-layout\";s:2:\"v1\";s:13:\"num_of_agents\";s:1:\"9\";s:24:\"houzez_agent_placeholder\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:19:\"agent_header_search\";s:1:\"1\";s:12:\"agent_mobile\";s:1:\"1\";s:11:\"agent_phone\";s:1:\"1\";s:9:\"agent_fax\";s:1:\"1\";s:11:\"agent_email\";s:1:\"1\";s:13:\"agent_website\";s:1:\"1\";s:12:\"agent_social\";s:1:\"1\";s:19:\"agent-detail-layout\";s:2:\"v1\";s:10:\"agent_tabs\";s:1:\"0\";s:18:\"agent_detail_tab_1\";s:0:\"\";s:18:\"agent_detail_tab_2\";s:0:\"\";s:21:\"agent_listings_layout\";s:12:\"list-view-v1\";s:21:\"num_of_agent_listings\";s:2:\"10\";s:20:\"agent_listings_order\";s:7:\"default\";s:11:\"agent_stats\";s:1:\"1\";s:12:\"agent_review\";s:1:\"1\";s:14:\"agent_listings\";s:1:\"1\";s:9:\"agent_bio\";s:1:\"1\";s:13:\"agent_sidebar\";s:1:\"1\";s:17:\"agent_sidebar_map\";s:1:\"1\";s:24:\"agencies-template-layout\";s:2:\"v1\";s:15:\"num_of_agencies\";s:1:\"9\";s:25:\"houzez_agency_placeholder\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"agency_address\";s:1:\"1\";s:13:\"agency_mobile\";s:1:\"1\";s:12:\"agency_phone\";s:1:\"1\";s:10:\"agency_fax\";s:1:\"1\";s:12:\"agency_email\";s:1:\"1\";s:14:\"agency_website\";s:1:\"1\";s:13:\"agency_social\";s:1:\"1\";s:20:\"agency-detail-layout\";s:2:\"v1\";s:11:\"agency_tabs\";s:1:\"0\";s:19:\"agency_detail_tab_1\";s:0:\"\";s:19:\"agency_detail_tab_2\";s:0:\"\";s:22:\"agency_listings_layout\";s:12:\"list-view-v1\";s:22:\"num_of_agency_listings\";s:2:\"10\";s:21:\"agency_listings_order\";s:7:\"default\";s:12:\"agency_stats\";s:1:\"1\";s:13:\"agency_review\";s:1:\"1\";s:13:\"agency_agents\";s:1:\"1\";s:15:\"agency_listings\";s:1:\"1\";s:10:\"agency_bio\";s:1:\"1\";s:14:\"agency_sidebar\";s:1:\"1\";s:18:\"agency_sidebar_map\";s:1:\"1\";s:12:\"invoice_logo\";a:5:{s:3:\"url\";s:76:\"https://demo18.houzez.co/wp-content/themes/houzez/img//logo-houzez-white.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"invoice_company_name\";s:12:\"Company Name\";s:15:\"invoice_address\";s:52:\"1161 Washingtown Avenue 299<br> Miami Beach 33141 FL\";s:13:\"invoice_phone\";s:13:\"(987)654 3210\";s:23:\"invoice_additional_info\";s:222:\"The lorem ipsum text is typically a scrambled section of De finibus bonorum et malorum, a 1st-century BC Latin text by Cicero, with words altered, added, and removed to make it nonsensical, improper Latin.[citation needed]\";s:16:\"invoice_thankyou\";s:36:\"Thank you for your business with us.\";s:19:\"blog_pages_s_layout\";s:13:\"right-sidebar\";s:18:\"blog_single_layout\";s:13:\"right-sidebar\";s:17:\"masorny_num_posts\";s:2:\"12\";s:19:\"blog_featured_image\";s:1:\"1\";s:9:\"blog_date\";s:1:\"0\";s:11:\"blog_author\";s:1:\"0\";s:9:\"blog_tags\";s:1:\"1\";s:15:\"blog_author_box\";s:1:\"0\";s:14:\"blog_next_prev\";s:1:\"1\";s:18:\"blog_related_posts\";s:1:\"1\";s:18:\"enable_html_emails\";s:1:\"1\";s:19:\"enable_email_header\";s:1:\"1\";s:15:\"email_head_logo\";a:5:{s:3:\"url\";s:83:\"https://demo18.houzez.co/wp-content/themes/houzez/images/logo/logo-houzez-white.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:19:\"email_head_bg_color\";s:7:\"#00AEEF\";s:19:\"enable_email_footer\";s:1:\"1\";s:19:\"email_foot_bg_color\";s:7:\"#FFFFFF\";s:20:\"email_footer_content\";s:449:\"<p style=\"margin: 0 0 10px;\">Copyright Â© 2018 Favethemes, All rights reserved.</p>\r\n<p style=\"margin: 0 0 10px;\">Please do not reply to this email. You are receiving this email because you are subscribed to <a style=\"color: #00aeef; text-decoration: none;\" href=\"http://houzez.co\">Houzez.co</a></p>\r\n<p style=\"margin: 0 0 10px;\">Our mailing address is:</p>\r\n<p style=\"margin: 0 0 10px;\">Favethemes\r\n1680 Michigan Ave\r\nMiami Beach, FL 33139-2538</p>\";s:13:\"social_1_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"social_1_link\";s:0:\"\";s:13:\"social_2_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"social_2_link\";s:0:\"\";s:13:\"social_3_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"social_3_link\";s:0:\"\";s:13:\"social_4_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"social_4_link\";s:0:\"\";s:37:\"houzez_subject_property_agent_contact\";s:74:\"New message sent by %sender_name using agent contact form at %website_name\";s:29:\"houzez_property_agent_contact\";s:289:\"You have received new message from: %sender_name\r\nProperty Title : %property_title\r\nProperty URL : %property_link\r\nProperty ID : %property_id\r\nPhone Number : %sender_phone\r\nUser Type : %user_type\r\nAdditional message is\r\n%sender_message\r\nYou can contact %sender_name via email %sender_email\";s:37:\"houzez_subject_property_schedule_tour\";s:77:\"New message sent by %sender_name using schedule contact form at %website_name\";s:29:\"houzez_property_schedule_tour\";s:289:\"You have received new message from: %sender_name\r\nProperty Title : %property_title\r\nProperty URL : %property_link\r\nDate &amp; Time : %schedule_date at %schedule_time\r\nPhone Number : %sender_phone\r\nAdditional message is\r\n%sender_message\r\nYou can contact %sender_name via email %sender_email\";s:32:\"houzez_subject_new_user_register\";s:42:\"Your username and password on %website_url\";s:24:\"houzez_new_user_register\";s:202:\"Hi there,\r\nWelcome to %website_url! You can login now using the below credentials:\r\nUsername:%user_login_register\r\nPassword: %user_pass_register\r\nIf you have any problems, please contact us.\r\nThank you!\";s:15:\"nru_admin_email\";s:1:\"1\";s:38:\"houzez_subject_admin_new_user_register\";s:21:\"New User Registration\";s:30:\"houzez_admin_new_user_register\";s:101:\"New user registration on %website_url.\r\nUsername: %user_login_register,\r\nE-mail: %user_email_register\";s:38:\"houzez_subject_purchase_activated_pack\";s:27:\"Your purchase was activated\";s:30:\"houzez_purchase_activated_pack\";s:288:\"Hi there,\r\nWelcome to %website_url and thank you for purchasing a plan with us. We are excited you have chosen %website_name . %website_name is a great place to advertise and search properties.\r\n\r\nYou plan on %website_url activated! You can now list your properties according to you plan.\";s:33:\"houzez_subject_purchase_activated\";s:27:\"Your purchase was activated\";s:25:\"houzez_purchase_activated\";s:86:\"Hi there,\r\nYour purchase on %website_url is activated! You should go and check it out.\";s:31:\"houzez_subject_listing_approved\";s:21:\"Your listing approved\";s:23:\"houzez_listing_approved\";s:117:\"Hi there,\r\nYour listing on %website_url has been approved.\r\n\r\nListins Title:%listing_title\r\nListing Url: %listing_url\";s:30:\"houzez_subject_listing_expired\";s:20:\"Your listing expired\";s:22:\"houzez_listing_expired\";s:116:\"Hi there,\r\nYour listing on %website_url has been expired.\r\n\r\nListins Title:%listing_title\r\nListing Url: %listing_url\";s:34:\"houzez_subject_listing_disapproved\";s:24:\"Your listing Disapproved\";s:26:\"houzez_listing_disapproved\";s:120:\"Hi there,\r\nYour listing on %website_url has been disapproved.\r\n\r\nListins Title:%listing_title\r\nListing Url: %listing_url\";s:32:\"houzez_subject_new_wire_transfer\";s:31:\"You ordered a new Wire Transfer\";s:24:\"houzez_new_wire_transfer\";s:255:\"We received your Wire Transfer payment request on %website_url !\r\nPlease follow the instructions below in order to start submitting properties as soon as possible.\r\nThe invoice number is: %invoice_no, Amount: %total_price.\r\nInstructions: %payment_details.\";s:38:\"houzez_subject_admin_new_wire_transfer\";s:36:\"Somebody ordered a new Wire Transfer\";s:30:\"houzez_admin_new_wire_transfer\";s:255:\"We received your Wire Transfer payment request on %website_url !\r\nPlease follow the instructions below in order to start submitting properties as soon as possible.\r\nThe invoice number is: %invoice_no, Amount: %total_price.\r\nInstructions: %payment_details.\";s:38:\"houzez_subject_paid_submission_listing\";s:32:\"Your new listing on %website_url\";s:30:\"houzez_paid_submission_listing\";s:150:\"Hi there,\r\nYou have submitted new listing on %website_url!\r\nListing Title: %listing_title\r\nListing ID: %listing_id\r\nThe invoice number is: %invoice_no\";s:44:\"houzez_subject_admin_paid_submission_listing\";s:35:\"New paid submission on %website_url\";s:36:\"houzez_admin_paid_submission_listing\";s:150:\"Hi there,\r\nYou have a new paid submission on %website_url!\r\nListing Title: %listing_title\r\nListing ID: %listing_id\r\nThe invoice number is: %invoice_no\";s:42:\"houzez_subject_featured_submission_listing\";s:36:\"New featured upgrade on %website_url\";s:34:\"houzez_featured_submission_listing\";s:154:\"Hi there,\r\nYou have a new featured submission on %website_url!\r\nListing Title: %listing_title\r\nListing ID: %listing_id\r\nThe invoice number is: %invoice_no\";s:48:\"houzez_subject_admin_featured_submission_listing\";s:39:\"New featured submission on %website_url\";s:40:\"houzez_admin_featured_submission_listing\";s:154:\"Hi there,\r\nYou have a new featured submission on %website_url!\r\nListing Title: %listing_title\r\nListing ID: %listing_id\r\nThe invoice number is: %invoice_no\";s:38:\"houzez_subject_free_submission_listing\";s:32:\"Your new listing on %website_url\";s:30:\"houzez_free_submission_listing\";s:114:\"Hi there,\r\nYou have submitted new listing on %website_url!\r\nListing Title: %listing_title\r\nListing ID: %listing_id\";s:44:\"houzez_subject_admin_free_submission_listing\";s:30:\"New submission on %website_url\";s:36:\"houzez_admin_free_submission_listing\";s:109:\"Hi there,\r\nYou have a new submission on %website_url!\r\nListing Title: %listing_title\r\nListing ID: %listing_id\";s:35:\"houzez_subject_admin_update_listing\";s:30:\"Update Listing on %website_url\";s:27:\"houzez_admin_update_listing\";s:141:\"Hi there,\r\nYou have a new updated listing on %website_url!\r\nListing Title: %listing_title\r\nListing url: %listing_url\r\nListing ID: %listing_id\";s:35:\"houzez_subject_free_listing_expired\";s:36:\"Free Listing expired on %website_url\";s:27:\"houzez_free_listing_expired\";s:116:\"Hi there,\r\nOne of your free listings on %website_url has \"expired\". The listing is %expired_listing_url.\r\nThank you!\";s:39:\"houzez_subject_featured_listing_expired\";s:40:\"Featured Listing expired on %website_url\";s:31:\"houzez_featured_listing_expired\";s:116:\"Hi there,\r\nOne of your free listings on %website_url has \"expired\". The listing is %expired_listing_url.\r\nThank you!\";s:37:\"houzez_subject_admin_expired_listings\";s:49:\"Expired Listing sent for approval on %website_url\";s:29:\"houzez_admin_expired_listings\";s:145:\"Hi there,\r\nA user has re-submited a new property on %website_url! You should go and check it out.\r\nThis is the property title: %submission_title.\";s:35:\"houzez_subject_matching_submissions\";s:36:\"Matching Submissions on %website_url\";s:27:\"houzez_matching_submissions\";s:275:\"<div class=\"title\">\r\n<h1 style=\"font-size: 20px; line-height: 30px; margin: 0 0 10px;\">New Suggested Properties</h1>\r\n<p style=\"margin: 0 0 30px; color: #777777;\">We have found %listing_count new properties that match your saved searches.</p>\r\n\r\n</div>\r\n%matching_submissions\";s:32:\"houzez_subject_recurring_payment\";s:33:\"Recurring Payment on %website_url\";s:24:\"houzez_recurring_payment\";s:116:\"Hi there,\r\nWe charged your account on %merchant for a subscription on %website_url ! You should go and check it out.\";s:35:\"houzez_subject_membership_cancelled\";s:36:\"Membership Cancelled on %website_url\";s:27:\"houzez_membership_cancelled\";s:236:\"Hi there,\r\nYour subscription on %website_url was cancelled because it expired or the recurring payment from the merchant was not processed. All your listings are no longer visible for our visitors but remain in your account.\r\nThank you.\";s:22:\"banner_slider_autoplay\";s:1:\"1\";s:18:\"banner_slider_loop\";s:1:\"1\";s:27:\"banner_slider_autoplayspeed\";s:4:\"4000\";s:9:\"404-title\";s:22:\"Oh oh! Page not found.\";s:7:\"404-des\";s:133:\"We\'re sorry, but the page you are looking for doesn\'t exist. You can search your topic using the box below or return to the homepage.\";s:11:\"footer_cols\";s:10:\"three_cols\";s:9:\"ft-bottom\";s:2:\"v2\";s:11:\"footer_logo\";a:5:{s:3:\"url\";s:75:\"https://demo18.houzez.co/wp-content/themes/houzez/img/logo-houzez-white.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"copy_rights\";s:28:\"Houzez - All rights reserved\";s:13:\"social-footer\";s:1:\"1\";s:11:\"fs-facebook\";s:1:\"#\";s:10:\"fs-twitter\";s:1:\"#\";s:13:\"fs-googleplus\";s:1:\"#\";s:11:\"fs-linkedin\";s:1:\"#\";s:12:\"fs-instagram\";s:1:\"#\";s:12:\"fs-pinterest\";s:1:\"#\";s:7:\"fs-yelp\";s:1:\"#\";s:10:\"fs-behance\";s:1:\"#\";s:10:\"fs-youtube\";s:1:\"#\";s:11:\"fs-whatsapp\";s:0:\"\";s:9:\"fs-tiktok\";s:0:\"\";s:11:\"fs-telegram\";s:0:\"\";s:8:\"fs-skype\";s:0:\"\";s:13:\"js_all_in_one\";s:1:\"1\";s:14:\"css_all_in_one\";s:1:\"1\";s:9:\"minify_js\";s:1:\"1\";s:10:\"minify_css\";s:1:\"1\";s:22:\"remove_scripts_version\";s:1:\"1\";s:13:\"preload_pages\";s:1:\"1\";s:15:\"lazyload_images\";s:1:\"1\";s:13:\"disable_emoji\";s:1:\"1\";s:8:\"jpeg_100\";s:1:\"0\";s:21:\"add-prop-gdpr-enabled\";s:1:\"0\";s:19:\"add-prop-gdpr-label\";s:93:\"I consent to having this website to store my submitted infomation, read more infomation below\";s:31:\"add-prop-gdpr-agreement-content\";s:2029:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed risus lacus, sollicitudin at finibus at, pretium id dui. Nunc erat felis, pharetra id feugiat et, faucibus a justo. Donec eu condimentum nisi. Integer facilisis luctus massa, sit amet commodo nulla vehicula ac. Fusce vehicula nibh magna, in efficitur elit euismod eget. Quisque egestas consectetur diam, eu facilisis justo vestibulum a. Aenean facilisis volutpat orci. Mauris in pellentesque nulla. Maecenas justo felis, vestibulum non cursus sit amet, blandit et velit.\r\n\r\nVivamus a commodo urna. In hac habitasse platea dictumst. Ut tincidunt est sed accumsan aliquet. Sed fringilla volutpat bibendum. Nunc fermentum massa vitae iaculis pulvinar. Integer hendrerit auctor risus et luctus. Donec convallis luctus ultrices. Maecenas scelerisque sed purus ac hendrerit. Nulla vel facilisis magna.\r\n\r\nSuspendisse hendrerit enim in tellus pharetra cursus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Integer sed laoreet nisl. Nullam feugiat ut enim id tempor. Nunc euismod nec dui at suscipit. Duis sit amet cursus nibh. Mauris tincidunt ante quis augue accumsan, quis porttitor ipsum bibendum. Vivamus congue arcu sit amet arcu imperdiet, a laoreet ligula auctor. Aliquam ultrices porttitor malesuada.\r\n\r\nMauris erat quam, condimentum quis lacinia sed, suscipit in nisi. Etiam eleifend tristique pellentesque. Duis a odio neque. Quisque mollis velit enim, in mollis arcu blandit vel. Praesent accumsan nisi odio, vitae semper neque faucibus in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aliquam pellentesque neque sem. Donec vehicula, lacus vitae gravida tempus, lorem felis faucibus est, sed dapibus velit tortor nec velit.\r\n\r\nAliquam convallis id metus eu venenatis. Morbi nec augue turpis. Suspendisse tincidunt massa vitae malesuada mollis. Donec suscipit feugiat porttitor. Sed pharetra auctor enim. Cras faucibus in metus eu ultrices. Mauris vitae vehicula sapien.\";s:10:\"custom_css\";s:163:\".property-gallery-grid {\r\n    margin-top: 0;\r\n}\r\n.header-v4 .header-inner-wrap, \r\n.header-v4 .navbar-logged-in-wrap {\r\n    line-height: 93px;\r\n    height: 97px;\r\n}\";s:16:\"custom_js_header\";s:0:\"\";s:16:\"custom_js_footer\";s:0:\"\";s:20:\"houzez_base_currency\";s:3:\"USD\";}','auto'),(1155,'houzez_options-transients','a:5:{s:14:\"changed_values\";a:3:{s:13:\"top_bar_email\";s:14:\"info@houzez.co\";s:14:\"top_bar_slogan\";s:18:\"Custom made houses\";s:20:\"houzez_base_currency\";s:3:\"USD\";}s:9:\"last_save\";i:1725279199;s:13:\"last_compiler\";i:1725279176;s:11:\"last_import\";i:1725279176;s:7:\"notices\";a:2:{s:6:\"errors\";a:0:{}s:8:\"sanitize\";a:0:{}}}','auto'),(1157,'elementor_active_kit','6','auto'),(1158,'elementor_font_display','swap','auto'),(1163,'elementor_version','3.23.4','auto'),(1164,'elementor_install_history','a:1:{s:6:\"3.23.4\";i:1723719101;}','auto'),(1169,'elementor_events_db_version','1.0.0','off'),(1181,'revslider_servers','a:4:{i:0;s:16:\"themepunch.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-c.tools\";i:3;s:22:\"themepunch-ext-b.tools\";}','auto'),(1182,'revslider_server_refresh','1723719119','auto'),(1183,'revslider-update-check-short','1724065156','auto'),(1184,'revslider-connection','1','auto'),(1185,'revslider-update-hash','402bff3debdfe237a5ba1d74d8d677fd','auto'),(1186,'revslider-latest-version','6.7.17','auto'),(1187,'revslider-stable-version','4.2.0','auto'),(1188,'revslider-notices','a:3:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:940:\"<div style=\"display: block; background: #1b0e41;text-align: center; height:300px;\"><noscript><img src=\"//updates.themepunch.tools//banners/rs60/cyberweek.jpg\" usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\"></noscript><img usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\" src=\"//updates.themepunch.tools//banners/rs60/cyberweek.jpg\"></div>\n<map name=\"srbannermap\">\n    <area target=\"_blank\" alt=\"Slider Revolution\" title=\"Slider Revolution\" href=\"https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks22\" coords=\"569,135,890,196\" shape=\"rect\">\n    <area target=\"_blank\" alt=\"Essential Grid\" title=\"Essential Grid\" href=\"https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks22\" coords=\"570,200,889,260\" shape=\"rect\">\n</map>\";s:4:\"code\";s:9:\"TPSRCW111\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:521:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 504px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch.tools//banners/rs60/buypremium3.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:11:\"TPSNOTR3011\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:296:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 250px;\"><a href=\"https://forms.gle/jrzzrpu34VvrFDsMA\" target=\"_blank\" rel=\"noopener\">\n<img style=\"min-width:920px;height:250px;display: inline-block;\" src=\"//updates.themepunch.tools//banners/SR2024survey.jpg\"></a></div>\";s:4:\"code\";s:12:\"TPSURVEY2024\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:1;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','auto'),(1189,'revslider-additions','O:8:\"stdClass\":2:{s:9:\"templates\";O:8:\"stdClass\":3:{s:9:\"tutorials\";a:3:{i:0;O:8:\"stdClass\":2:{s:5:\"title\";s:19:\"Rapid Fire Overview\";s:3:\"url\";s:49:\"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s\";}i:1;O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"Responsiveness in Edited Templates\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=hP4oV8SWgKY\";}i:2;O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Animation Basics\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=nn3azizwpbs\";}}s:5:\"guide\";O:8:\"stdClass\":3:{s:5:\"title\";s:78:\"Require Expert Technical Advice?<br />Submit a Ticket for Dedicated 1on1 Help.\";s:3:\"url\";s:36:\"https://support.sliderrevolution.com\";s:3:\"img\";s:61:\"//updates.themepunch.tools/banners/default_template_guide.jpg\";}s:6:\"bottom\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"Load A Template From The Library\";s:3:\"img\";s:55:\"//updates.themepunch.tools/banners/guide_mod_banner.png\";}}s:7:\"selling\";b:1;}','auto'),(1190,'rs-addons-counter','35','auto'),(1191,'revslider-addons','O:8:\"stdClass\":35:{s:28:\"revslider-particlewave-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"559\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:28:\"revslider-particlewave-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Particle Wave\";s:6:\"line_1\";s:36:\"Create 3D particle and polygon grids\";s:6:\"line_2\";s:40:\"with lots of style and animation options\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch.tools/revslider/addons/images/addon_particlewave.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_particlewave.jpg\";s:7:\"img_md5\";s:32:\"623bec30f175f4cc541048f1d6d5fd07\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"558\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2024-05-07\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_particles.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_particles.jpg\";s:7:\"img_md5\";s:32:\"b668a4015ddc6a532b43bb558967a062\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_bubblemorph.jpg\";s:7:\"img_md5\";s:32:\"22d03d5de3034069c6db1fdeafd467cd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-thecluster-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"567\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:26:\"revslider-thecluster-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"The Cluster\";s:6:\"line_1\";s:24:\"Cluster Particle Effects\";s:6:\"line_2\";s:27:\"with millions of Variations\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_cluster.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_cluster.jpg\";s:7:\"img_md5\";s:32:\"7ada93a9f08a3bcfddc078699674d755\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TC\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-fluiddynamics-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"551\";s:9:\"releaseid\";s:2:\"31\";s:4:\"slug\";s:29:\"revslider-fluiddynamics-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Fluid Dynamics\";s:6:\"line_1\";s:46:\"Creating breathtaking Dynamic Fluid animations\";s:6:\"line_2\";s:25:\"as layer or as background\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:11:\"last_update\";s:10:\"2024-04-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:66:\"//updates.themepunch.tools/revslider/addons/images/addon_fluid.png\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_fluid.png\";s:7:\"img_md5\";s:32:\"4e52333540d80bcb2a41b8ed5961e088\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FD\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"568\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2024-05-06\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_transition.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_transition.jpg\";s:7:\"img_md5\";s:32:\"fe0f1c539053620039a0ad96c4ac27e6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"545\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_beforeafter.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_beforeafter.jpg\";s:7:\"img_md5\";s:32:\"5a34f20417a7874e1b95693ef37a0758\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"569\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_typewriter.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_typewriter.jpg\";s:7:\"img_md5\";s:32:\"727b604f6fd3fc55894ba50eb566efed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"555\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2024-07-08\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_mousetrap.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_mousetrap.jpg\";s:7:\"img_md5\";s:32:\"2329053c3b1d19bdaee131c3dc258d3a\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"552\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_distortion.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_distortion.jpg\";s:7:\"img_md5\";s:32:\"c26c52a563008b7dc907a288c1e4bb8e\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"553\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_lottie.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_lottie.jpg\";s:7:\"img_md5\";s:32:\"4aa677a45bb13732e4f10bcb632afcce\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"556\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_paintbrush.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_paintbrush.jpg\";s:7:\"img_md5\";s:32:\"308a56289b9a29d1916c2acfc141b699\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"547\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2024-06-10\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_charts.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_charts.jpg\";s:7:\"img_md5\";s:32:\"d2c184371a575faade425c0377c1fdbd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_slicey.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_slicey.jpg\";s:7:\"img_md5\";s:32:\"28afd29b7738a452194f0a0bc1d21cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"550\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2024-06-06\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_filmstrip.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_filmstrip.jpg\";s:7:\"img_md5\";s:32:\"dac40ee57d2be9aaf01faacf51ccb412\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"554\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"6.7.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2024-06-07\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch.tools/revslider/addons/images/addon_underconstruction.jpg\";s:8:\"img_file\";s:51:\"revslider/addons/images/addon_underconstruction.jpg\";s:7:\"img_md5\";s:32:\"17f8cba84931541c065cfb1943edafb2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"562\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2024-06-24\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reveal.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reveal.jpg\";s:7:\"img_md5\";s:32:\"a7ce4bf5eb6fdc1497ed6276ca623046\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"557\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_panorama.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_panorama.jpg\";s:7:\"img_md5\";s:32:\"210953d59903bed91688138cb60777d2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"575\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:15:\"background_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:14:\"background_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:7:\"img_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"549\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_exploding.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_exploding.jpg\";s:7:\"img_md5\";s:32:\"44d60b83cdf5b29033d41feb516b47e1\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"564\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch.tools/revslider/addons/images/addon_socialsharing.jpg\";s:8:\"img_file\";s:47:\"revslider/addons/images/addon_socialsharing.jpg\";s:7:\"img_md5\";s:32:\"6b074630853c4f95d5337bc85e496cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"571\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:75:\"//updates.themepunch.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:15:\"background_file\";s:48:\"revslider/addons/images/whiteboard_widget_bg.jpg\";s:14:\"background_md5\";s:32:\"cc69160eb95469dc033e0cc094a24847\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2024-05-06\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_whiteboard.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_whiteboard.jpg\";s:7:\"img_md5\";s:32:\"b0bb636fb30ffc3d112ba4c563395ee6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"560\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_polyfold.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_polyfold.jpg\";s:7:\"img_md5\";s:32:\"02c6af89e4208f0da5920c6c3e6bb744\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2022-02-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch.tools/revslider/addons/images/addon_domainswitch.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_domainswitch.jpg\";s:7:\"img_md5\";s:32:\"f2036924e7993f94bd5c9876fa0bf09b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"561\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reload.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reload.jpg\";s:7:\"img_md5\";s:32:\"d1d34d204e627168f4cc4e7422a6d40c\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2023-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wprelated.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wprelated.jpg\";s:7:\"img_md5\";s:32:\"e2e7d6c3a428a55442ba90131556c930\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"566\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:65:\"//updates.themepunch.tools/revslider/addons/images/addon_snow.jpg\";s:8:\"img_file\";s:38:\"revslider/addons/images/addon_snow.jpg\";s:7:\"img_md5\";s:32:\"d6bac718866b0070198a4340041bc60b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2023-12-11\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wpgallery.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wpgallery.jpg\";s:7:\"img_md5\";s:32:\"74392a04b741d83c51e55059dbb388ef\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_backup.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_backup.jpg\";s:7:\"img_md5\";s:32:\"104797323a0293cd3f200b0172db1186\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:64:\"//updates.themepunch.tools/revslider/addons/images/addon_404.jpg\";s:8:\"img_file\";s:37:\"revslider/addons/images/addon_404.jpg\";s:7:\"img_md5\";s:32:\"217b0d118a107dc50979740dd61228df\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2023-08-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpadjacent.jpg\";s:7:\"img_md5\";s:32:\"cb1feb1257e55d0f42c29dfde2d809ed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2023-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:66:\"//updates.themepunch.tools/revslider/addons/images/addon_login.jpg\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_login.jpg\";s:7:\"img_md5\";s:32:\"f0f2edffb4e155acf67799692428644d\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpfeatured.jpg\";s:7:\"img_md5\";s:32:\"bcc840e68194f3eb05795e1353954bda\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"570\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_weather.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_weather.jpg\";s:7:\"img_md5\";s:32:\"c69d1c9a69c2dec43ca0578ac35792bd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"548\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_duotone.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_duotone.jpg\";s:7:\"img_md5\";s:32:\"fb666e487e7ac28e6a2a157eed1fb682\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}}','auto'),(1192,'revslider-library-check','1723719119','auto'),(1193,'revslider-library-hash','dae3de1eb57eeeee008b70e9a23844b5','auto'),(1194,'rs-library','a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','off'),(1195,'revslider-templates-check','1724065156','auto'),(1196,'revslider-templates-hash','8f3ba78b327107fd3548b81ed21c58c4','auto'),(1197,'rs-templates-new','','off'),(1198,'rs-templates','eNrs/XuXGzeS4IF+lWztObN/XFGN98O7M3tk2W571mrrtjTt2zua44Onii0WySFZktVz5rtfIB9MJDOTVSVmVbEkzLRtKQEikZmIXwSAiMB/PblQ24sn3zwRHmvFhcaIQ8C9xZQILaCzCBoqDHny9Ml2Mbdu8+Sb/3oC4r/mNvwMhuu7+W7hwp9fLNR2OzfFC7VZXW3dIhSpxVxtQ5GpimamLfrHfD1Q8CxefvrkqmqcMAWgtVgAA4x1TlBDCGXOMWGsiH2aX74baOXtH6u+Pvv7+l2otN64D3P3MVS82O3W37z949s/hiurxdVuvlo+2124S7e+WpqLZ2Z1+faPTSOzqo3ZenH1br58+8f/c7W7/G27utoY98/KXs6X/xQvXDo7v7r8Z321262qK0ZdrtX83fKft5vQzGZbXVwtd265++fhxkMfP4SaoTfxqZ+BZyBc2bj/vJpvXHwRNFyi4dLHud3FjwURiTUu3PzdxS78nYH4V+u2ZjNf76pm/vd2rZZF+Wb++e2TXduHt0/+5ZerTVG/s6eFv1osZmXLRdO7wv0eHmLhnhXfbdS7p8X243ztilX80dy8L3arYqk+zN+pnfvD/w7vOtzoX95u3i77twwXjAs3bGqFXhoVe/yX/fsvvlVbF677+WIXR9e/P9kPkv8In658P7/V7+LJN8vQ2fCk4c6hEQQgmwE0Q6iA+BsEv8E4fm1l3qt37rfVphytT+KruVxZtaj/rKydxxvHcRn++i6MNfdbM4b3F642i/Sv1TiLvza7+QdXj/z5crtTi0X8Rl4ttu6/n4bLjWigAdF4XYlQTzC2zfWOVNSDOBUJBSxTEhFhJGBME0C0Ah4aq6yhxqNDkaiaOEkePoYXGX6x3VZjdnux+jh7F59682kioThyh7uQjOKYaDxvBKPY96WRhuLjPMjIbn7pNk8LHQai220LtbSF2mxCrVok4iu8A6GoR8iNRYKcj0igvUjgVCSqV168UXqbCkR1eVddrcWhvdYRBgeQk5AFGWASQIQVtoArRqlAhngLWmFoG5hIFOoWZ7HJWSNkEwvDwD1uLQ4AkdPEYVmoq91qtp3/w1USsanEQBVmtVoU2/ViHnroft8FSZhflsO/cN47s3tW/LlWEtUvQsd3c6MWHdHZXVxdhq+aBSYVGLwXGJIIzA/hJejV6n3xgwuVW4nx9fWZr65XMtO52pEaSgEjGFqqoVbaaESt8RQZCoQlyOG91HSamEhuDtqcWGIOX0VXVuBxWRHgJJuqeHMx3zYiEv4UxSbKQxjxi0/FerW+WoQRZwv9KcjO/ltudxunLp8V/3q13RWrZS1j8ffL8AiherC1Sh2kio8Xq6CD4pPd3ujaut3V+rflaue21zzGmwtX1H8rqg8TOxN+H3vyv1VxsXE+/Ch+9W352T9+/Nj73rVx246It38M0nO1cA3T3v7xf/hoSm7ePil2avPO7UKbv+mFWr4PfXjbjvXX5ft5+yQ8i/qXZ8VL9T68oquNi72ZL9dXu+LTKhqzq80mIKd4/uqncNmvNjWJ5stAmD24wlPs5st3ATc60Ppf6n8ffZfti3lx4cz7VbhhvN/Qizgy/u3KXF2GZspODT7yd2mN8mGL8BSFVtESuXCL9bPPgV/48CszV4soUOpRopDsUUg7KNxeRIlMIdhcafBX/r0DPuKJlpBYZjWmDkoIoPcAYEMcdwqrBHzljydCXpDq2Tq8wWbKV9acHH2DdznVehZM9M2Fa8xnvwl/KbvSiN3uQu3C1HJZaFeERwj2ctT9QTZ3m1U5yksR/uj0dr5zidUQSHm1DfJaXMbp4OzjhQsz09CV1WIR56K1GZFth47A0L3AsFRgStgWf9pPqvZyUxYks61afDqXuzNQK8JEUxmuwr8ZF44pqIV3OmgmCku1W0tRp42p7Ieq0TuyuDut31Z4Du0HcktT+3YGRPVB78l8+IoUDtvLD0/k50+fLhOheVf+rZKU8OfunJRYAT3EXjKvpTYSUE+CzEgGKcBI78Uj/PAkmdgD/2D1ZCqpGG3/Orua1aJyG6VyJiolsRWDMXb17E7t7CCkUcqLt0++c15dLcLV1vKuxkXxfRjqba+2UZzNhVqGFxHm2u9cPYcOs+/Gpn29umzt93iH5SlG+7vFSqvFbKE+hQ8efjdsrL+OVqsp3v6x+FNZv/i5ql8Z7Z9ja/8U5HJzZUopLz/nTZ/Bq/8spxpz/2mmr0JXN7P4IUe6Xr7KOBriG471qllG08uvZZbwGDHN95gWCaZ/DIhZRMwM7UFdNIX9Xah+0YHJoyiCDHuOsJIEeS4QptArgCXTuDV5+u1MtfIeN2DuyupJGz/R6OEI3HrCUN0+XokYDizf70JVC43LohlKAS07pWdhuIdan73cHmvd0T7UGQmI2AuIHBSQ18EqNNUT9wVk2xYeCkhT1BEQFIx/oC2BwGsS5gJG2iAmTmnoEKQYDAhI085EArJWm/AC1O/tDtLkYtK/xe2n1/haaTkuK0PD/2mwIdq9qnJ7qjQLyvX5/aL8triMa2e7dI4R2g1PFpfE/pAn0anwyNa/ASTS81O0uYof3WaVSE1piM0uqouVtJSX4pWOkHCroeACWkI8UtYgYSRDhAAhiVIG7oVk//OJZCM2NSsbnVwm2qZ7soDu1oXheRjfl5er5eJTNQFIvBjK/hSxa4VerMz7et+2spKnH+flp3+MoxwmbjypH0+0vtW7jbocWC8qm+ktF3Wudgc9hDzMekHcWTJI0zD+hUJhYgytYEa3a66dJiYa+PPmQe7MX6F3h9tuOjFy7aLRtbPIGy4ZtZ81bzoNzmPbF5R3nb7uXSfYenHB1I3rZ/dBLVfFX4LRpK42KozWb1XqzbUoyzf7Yq1an66Bsu7uFOTCCxysBMYt1MjpwEcqCNDaAk1az66BhqZaXN+vs8127nId2TH9Env/Hl/wguJn71HlhcS8kJgXEu8D9a13IkzdE1+qMOJ/cGoX1X7PbfcylPqqcA/45FrXi90BgBQOc3+lAQCSamcN8wxgiZ3jfg/2pIGTgD4JsUfbP3nRg97aI3dbLhkFizYI83y9DnS2q4/Lou5GsfKV3MUvVr+phnsPzt3SxHa3hW9GxVmiovXLhKlj5sto5zZz5eLNx3R1qLSBm8nhbPexXSTqlXSgYQMzPNRQUyoA9RIjZBAjhtLo8U/beXOvmYlswW67d7TzMHST661B9AyhI4BhEt3SHCy7UdTd6Hr7/3V+6VZPix/fvPyZlmL6tyBoV8FI/BD6utqePWCqRyv5EkdrBsxZA6b1doS0B5hmS7N4frVbhYnTpx5m9sFlqq2RwqZX3kFOMEcsF5xqaOL+DcY4hgNSRzwj1HJ2gJxeY3cBnrslzm1NmWq/Zg8aAuhngaa7v/n2yf4FPinKERKX7J4Vrw9i7pTepoF3yQrTI4KQUeWL+lqMnUe9gwxbV1KY+pL+2X3chkc179+Fhwvf9K9REyYsWobymd6Xzz7U5RWJqtJ31dWD0EbnHSHKYOWBlzTAxwtiBGQKCMTbBbBOExPHc5UbRts7C+Wqmj91r4zeeq/scDOssmfaj1SZM9UqWETRtvh44ZaFizvEzbpGuJtzy4eDTfkMR4iTACde6z3cVzTJerxbkq37LeSHzOnvRpYkONyMTC92DRwFmDRYI8Gs1tI5gimNXl2EO4wB6AJm2q3IssnNKnzg1fTTqLTxU0M+bs+WePf95Kl1RKk23ZVOHbWKP21cIEwc2mr5KQLp3R/yEk2eQU3Hj9YvFIoRfhSvVttd+dR2BCWzdahR+VkNUiUp7wIGeQfC/AlgaZBUWhIEtLeQKmcoEWIQMEljU/nCxQbvaMUmafu+SXOL+JhfQ39fxf4Wsb93vEpzDq4LcUjPyiFd71UM+y6EqUj0V4iciy+m2H0KU8xPq6viY9zLDhXsfBvNv+zBEF9PBYBHicHW+xfKQwwe+C+WLOq4L+6vdOAmwzQMC0qxUJAbYWJuKAE55QR4Dpzqwm1C98WHnZrBuzafhr0V34fZl77aLLdNMo1HOO2qnixPux4BL1qHZwQOeTG4vjOwqNNf0fESQCcdZA5ghhERkDKDEJAuOjY52UXGl7Occ+dTrnJXqr/CcQiRUpW//WOxVuFhiuoxt4+GJHnV5tEk+GodyRE8wMci2I7BhBwwOqqSvumRXO/QhCEJlBSMWGGIYRhCLggVzFloDPWuQ5OkkQlXcOpWt4EQV+s7Wcbp3OG6deLrHCNvG1NRim8CkdDZKMsmiOoqeo1/itF5L9V8YS7ml+ui7W9R9bfwc7ewj9ZUeVqB5mnJnFs5CsaEhTFJWnyO2WXzgmYBBjEPy+xgQCbOtYNYad+wWVlXuxJm+J0r/JKMn6mv+J9Xu+JPbuk2c5OCb7V7t79YM29/qTvfsoJrJakDCMEAPi8QFjw8CzJOWZ8YT/vfT+UGHl55tdlzZ3lWDu9wF4mKrnEBj/FiVR8O8hqWTsrFYZRlCYUgxe79Hjdu4aIAZO/u7N2d9wPOFM6tdzdKvbtfXax2q3cbtb5ItxPXnasVnZNrXa9ujQBHlHDlNaeOSI+xDm+AxxxYmLWbiUkDU63vty3e2TJ/7xZfeNafkl11aH1O/ZOZnpl+vkxv3fARGWb6UPqfFGm9BEBDhV1rXAmiBZVaIWwNCf8VXBCHlWCUUK+GcD91EqCy6TvzjO20fmqe8ZNov/ePzbzPvM+8z57IqI2LQGlcxGunNuai+GG1uTxcYN6WRXEF7rK7wnxYcHCghHQaags8QhorpAFSUClEobXQ43aJ+bCVqdK89ZqdOtVb/7Wc3wpzlWGjXEveZyKpOl6Ehwj03BZxPSbx8in5/0UsO9fPWT18XP7NK7/ni6U2QAKlARJNar0hK7RJe9ezQA8LOlwy1CgEBZYC44AnZAAjzhvkGXLK0TY067CVybbTAyVmfnGHJz/1b3HrVErgxIRiXi3NpwPrs/SqdkE4vbK1DbY1auFaR8Sdu9x+XgbKqfizHzLZlfnLMnvaYAiUBkO8Xq82u54f37a8emDslNd6Zo6wjisYpq0YKcyQZVBYRCX1XiHPUXuuYvv7qTKy7ZMlTp+KLc3DeFJ41a3Tci6L6kUV5YPbEZe+x+Z/kz35HiMz2gAIlHr+Vh5j/QiqD/F6L4Sqc7Xr0qcEIsZB77EsUzoy4Y10VjFgPcXtrnSniYnocdDmxAA5fBW39AM+LQnFbRI5Vt8yJ3EcXKGqXk5O4Ph1J3BEbQAEBj0MHlhOpeB37Kb9lYNZGKfhf14yyLEVggpprDUaMIiA5rzLvqkTOJeN3k0C57Lp+z6D+jCBc/VpKqffxPRoragvOfL8demIFGbuu6Nr4J+q5EPV+Ije3Yv5dvd/4r/++dXPr1/Y//zu17++/NdXr/5/31/98v1//u37/+/L59s1+PD8bx8p+m0QIJcrPV/UvtYVP8JDb+OTVlnjn5UXyzeedD3bemcBuTZqA6du1786XbzaBK0ZNNt3avM+Qd1Hp2frqmhmq6KKeIcFB5mBtODIeMCAcAwbrCjAjgrMiTUYtJufh61MmZc2OdzwbpLSJje4NQsJyM4uefMzb35mZ5epjwJvQ2swOsL4Q5v2kMTddcHB0g7yNYvuLUIiihD0mDHOEeSSS4uYYx6MIn82qd2roqTe1dElbeOn8p7fmvdhBLnNsn9ISZAjVxvGhQ1vzbjts+LNPvvSNia7dcpc1IWNgqhgaUPRdr749Ie8xJjNzrtDUhvwgvEIkn4uzxg7wqTqELBRKLXF3TMSULA/qWVKKeY855QgKYW0FFDIiESDVGrbOglL7VFH7YmoE0FpqOmMpIdBUubQo+FQG9uByTEOdRFUY2FRl+zZk14/2PJA2CpNtYcQS8OwxAIJRriS1hHXMYXSRib1vVjfhQnUNp0nvHnCmye8ecJ7BlRvoztw6uvb5N3vb2HXi+K9TeyD611HXyddsBeFMpx46oEBmkluHAfCU6XarZyDRiZieq/VicHefyUnJbVid5epT8UDFd7ED5v3swcZ3LyevKP9de9o4zYGArMBLh7MtWsCdCbYybWDqAeNDESKUEGgth5BoyXDgHpkRDB7D2E44QpfA6pqMe7OOFg138Mgvusd7kZ48672Y9nV/tmpuAYSD1Jf3c44dUulA9a35ZkHTeafdgBen/anaqAoGyjf19Bbbyzvoup1kTfjz4XPbTAI7jhrVxPR78ssnqm7dnl95prrtcN2evXweFhPpZNWCx4MVEd4YHMMVxPCEuWTEJCyiaqFmtLwsyit5+9merWwd5YPaPwG9++LNJ4O6Go5/88r1ywoVO+1ZF/o/tMi9r+k4CNcUvghyKm/2oSfRLtx6efvrio+Fqt1NUNfL1yMYypPVIwtD9Hj1vZvFew3M0E//119UNU3Gl2DeFGFBr54/frtH//1dW3/BgPWfPFm7auNuwzi9MVM7NtoFpym5n9RD+P/tyrPFm342KRY/Ud1ucJjevFgY8h5YazmwEavdOY98wqHOb0CiGvamrB1C7GBk+CY9mRaKg60fP84/BDPSajJV6KxbLqzUluG7t7UQgpvsiZBEJW3f6zWYxtxDVPg8oKq1gVHQFCuPRbPmzqVDO3imUVuvinWq9j3MMN7hBz+aVdclvul2pUoCC88/ijm7I3NhHcb2gn9jVZp+aLCTetzgmO9oJLmZh56sPhUWfBB8JpOZRKeIwnbGB2cxuj8sFrZoZhhH673U9Z0rnYPUuPaU0ID+BijQgGFgTAcGI4k5zJJlBubOIwU/q3cFPosJnZ6NC0Uh5p+ACOxGyBcGojW7dR8L28xMUG5F1528dmD81Ft6r20/eJpXHyIk/tq6yfT8uug5aOOg8ZtMA9J/dzfbNSHIIb1LuWL6mjRbQLOXVlhti0rzExboSLocHHXDVI7bhk03HACnTZh6g2Ng0AgDYzmcI/S4bZOMjGbJpsT1SZC6WGz94/R9oy4zlHb1btrjojd1oQqlA4KKUCkzMQQ93QrD512YSxv5j/QZn62E++Ye218D0HdGbNx6113slxf2c+T49+7U2QeIxWBwE5wCjBnyDNOGEcUQq6wSafI8ccnsStZ0UsyDJYfYCqLcPwOZ5FMPM+Rs9WX2ffZ7CNt3AvBHZvvyhU/7GU/nSW3QKgY0s6UD0u6x8pAoQjW1guJMdY0/B+GnlnmjHWYthktes2cRMgkJ19oQ6vN5IbekTtcT0h4jI+fZ/Htd1RSWlYPk2l5ygnFQ5E0X1yWry+Nb20QDUmd11/EA7LDL4sfgnjY7o5IXeT3JbWx173ezfQlAdKeGYkhYgYZhhFmiGkZjEDEUDt/PWhkIrTtVlfm4q6CttPGTwTahKfH1JsmoTelv+PhCTL4u9labcJgUL/Xe8nbZ4/jBPSnlQNKBsuZg6WNiiGp/zT+rnjVDLzXxi1dmhq/LtjW1+uc+OnVDlUopIx5aBwjkgPhJFfAU+uVB9Qp2JpMnSYmYgq2ewmaHClJ29cnETxGFH5rEykFQ+WZF99ZRZUqsCXWLl177J4cxetLtdk1MWubTRTXyzIlaMR5lVp5tfwwX5q4cBaGQO1YVLxZrRa7+XpbbhBEi3BZx9A8sPnVZWGOYj5bQj5aPz3SxpeQ1I/619XH4ofw49UmddILXzsM6LgjGgZ0u3NwcL17MFSYHiELuRPacKMY1EBS6CkGVHEqkxzy3UZOwmOg1zp6uH5IIointbuO3OE04+v2gcp9G2rAHnskVlXODZYNwIkB1waKEN41AJPI6GvTMgRb6JrMDKFGN4zEW0yooVYJQAkkQGJHGGDMhBJO4TXJGUJz01mItcE5vXnYmMi3Ad5BrDQ7CXiJbdideCaGnnXr3cUscVVWy0CbGHFnFqsru/1y2JjtqAfDTBvvQETHjlq9WF1euhgu+e38XcqZVdAn71qolH/telv4YCspLBllwXQSwAmmSUwwTTUmINmirH57Ii5Wpu7n1AtUhw3ffj8SnH7Izo2ib9OPtV5t44wyh992JqnpG3pdDZPBENytW0TYRprVqm0bA3KLj2q527+6rzRaIYhmGFtl9o04ylv5eJzga+MYiBwB3+vL8KMu+ppn3tZFewh2Cro4hNwgZY2hhhiimVBcGRbkDiOvAAYpDjutfDlgTO2oAzMKMdajYpGxmLGYsfggWGyDGmiacf8vLlS92sTv/WMThb932ZgvA0KW4Wu3vhr7Sx0UAkwEVNIhKiiAXjsshNBECAycEuVGR+2ksf/9qetpda+ruemk+QmGG39Yr7Uk61/qwBblc1vYeZhKbiJxkqXu2j13tffhuIgrmee4jfBlbR3k5cA8S785ldvQCZqGTjx/52Io069VMr0+mVVZPitz7+3ZnF7srvxJ7ZDy1lKqgBEW2PCPMRBpRYxAbfRt2sJJfK4bqpMB3gGjx29wF5wuTgF1uf73vvSl2yy3aYaCKk9LOdoSTpto2J1XaJoyF3P3ISJx3jxA9lH+OnyUHy9a2+gMmkZnvHHqsp4TJUANn2AXCvYsrf/ewagVTsMw9gFXXKK4iQyh0Bpyz4FB5SNXvat/fFp02cXVpV6q+WJW2m2z3pRw2nCNm97uBksCz8ixRLS3dryJb7KbgrYU8m0j9lHK7XwbTajwl3pIBaCm2fVKD+b6ASs7+Fnx0/k4NGe83gyvjycs7/PTlNU5dPfDdVvmKgvSPYuCcF2OsurX5ftuW+j1NLsAPKxqom3wDMWHqmkgwcT+6/eSTPRKuueCcUaZpdaooLcQowYgajRS2DImBZCHCusg18Q0iusgK8S9abBr73trVQauV2XFDXRZ9wD7rM3uVJvt5SLrs6zPcgqQO9NobbgUTcOlyP8tmgTIvSmXDrRxm3oddK/ROle70y9uqHdeekQ5wNxyBYkAWCiFFBS0zQnfaWKqMHnyfp8stly2aXK337VaO6ULN4iR6Gq4Q8cWTk9ZCqs7W9TdrBbCwoho4pTK40PqFCPntd6lY3hGPJdk7l084GSVhom5RRnDcda5mUZCwR5iBSzvh+S50W00SRsfR+mtd0Tq/YD9TkC6MdIp6x4cD6FFHBnBEeeKKyysdNxbiB3ikvCD/ZFOQ1Ppl3IHY9qcfION32TWM/H2SC9Zac7EkpfhcnasLx3kbSAfZZ3sWJfRA+X1arXsZMiKV7erJC1Me6nrauSFdNZLSSlELuaBEYwo5BxHCAokkzxZze9PzCQdm5nFdpLIuqtlHMfRoGjOS5tFnTBZjulb3PMuiP556bQODwcMsEm+dpCTeJzgee5sf1CbeZh+R2O/aTO6lm7nwYYMQuK2+fyAR3B+wGnHF1ZvcxaZWi5SpVJ4zTpVvTKWeI7FVp59CafBfGlqqQ2/pGn45YuLTZhrXgZsvV6Gj3mYgmMbLnbTb+yvHOT2Jlx7IDA3ynvBDEMEynCVMQlQsuWy//lpyqnp9Sy2N2lY5VDTPVVD79oHNvWhuryKOTEW8ejq5luV78OmmyeqWLroGBs/olf7E2EyvvPxLw/JxSf//l9vA/l2F2+ffPP2SWvZlLIViBf69Ta1eNrrz9YX67dPnr59slSXrvx1Cajn1v6yLK8HEpaX61cRmon/DHztt0PfO1ysKVndbls28OS//+PJeWO8DW+laXjrX6Lj5bdRlF5ehW+XEHwTSnQo2AO8udBNneQp5Yp6ZZG3zCgpkGLKMScZlAy3S0HNr08LYwiNzGIrs8vY21lZftc7Cre76QOsF8UOFrrEYYX3EZ/auHtwqZ2NYV6vo4/+ixg936zP54Mb85p6doSNqGwDYmkaEPt64dz74ucw2uIM/VXoYCezUihcVGXrqqhJrdQt6K7NcM89YkBIzJRQDsUcllhzK6VzDvskt1K3lZMoWrcziw3NYoLMZM2knbdNws6b3Op812OWxfP1elZ/8dmrcjEmxquu9N9jSEJzoEPAT2UE1nlJSluzyljXJtB8tGZ1Xr0+22UCdEbQbMNlWRouGwRoDJlqvR4CZvdy1z9TOM1ApKWBRBClhbfRO9M4zLiwyb5jp43TIrMCAfoUmxiTx29yPSBReenOI2lHIBl6X9S9r1esIyTrg8TKyXbAhr6aL+ydRtOeXexsDrw6O3sThP+blf8rAPim/N/Do7ONaWVpTOt3bvu+t64axs/77rrq/ko3aydHCiohFXZYY4yNJlY7jbDwFBPTJhjY//wkSpYOE7GpSZdUD1q9fw5qp8LzRvGLvUhTGMf8dKtFEV6JU/tTtD9eRIOyPFi7TFu3+rh8lpP+ZmRMj4w2VpN1TtJauPBF/uw+bvvuwyaWLUPR3q+pdhvoXu8et4AM9hRB7zDUAkhBtAMeSgeVFDLJ/XvQyESJL2ODd3XaQtL2/XNl5MTA8i3uBbha0GviVlqH2lsiJdbKGS8ffNJ2jhhhbVwdS+PqfioVwJ8qN/QEIeVHfbe/XPEjvdj1EnUeWk4x5dYjoynWUgLDiUJh8gZxC4+0hYnIsb5Y7Vp//0m3A47f5NYsAYfJdPktWVL2Yh8zsL2a75RelNq9jouLcQWbRiAfYAL2ZbiJ5mWwTNQbELWN62JpXFf4kkurNrb49dUAV7d16ezjenaI14Gy7nF/GAFMtVCIM4qsAAJabb3CBFsjy6Tn9RZCv6EM29Ng23riV8syA185yEkYcbMYgtwCuULMXULwVeXp4sNMdFX5upS/LcrhXAVEX9vhcikvw+/hk2newj2mkY8BD5lOUd9Jph0BI64ye0+Z8bf09loqdPxkzhLgbTgVo8Mz61fhwxTf1mlOO7PralIZP9ysSYOazLEPSzsY98R4qrWjUHlFFWaQU6J1oLnRSnvUnWkfNvWlz7dPyx9f3CZT8sa+iv2t8yR/8YmP42CelYP5xnmP4/DffVq7TuLjvWrLuY8fpd3aBh+xNPjopya844Mrfr2Y75xeBXMhXRJoK3xMy+u1gaHSrgcMFZooTzG1zDDDtXGGIkQFoQ47TdpFgqGmTuJe0uKsbXK29+GoNmErTToNDW9xx+s9x6ddk2xmzVF4mzXJWoj9ZnVZXm8HwN5ErF54I973uqowFJVk3GanAoLu6yTaxnmo3qgv6g+0HfUuvyHD08FRjb9BhvU+yH69Rcc0DLWU58WOL8sFvjc4Omb+YemApd+OmlMs/dvg8/zN/jbKiYmO/luuPlRBJL0Ntfm+LNF3zaVuJh5MCNBMQsSsNFAwb63hEGsodHgZKFFyze+ParZrR692wao7PNaynoPNovvYRArt2vvcRI3hu/fu3Lu/L9y7aLB6Zd0skuHg3M1nxQPpsEiOxXz5vjx/oALl+a+Rj56gniOxvmzXUzxD8ozY3YY2sdRf/zu1eV+8qMf0t6UD46x46ZZXqTtVqDMrE7/ErPill+PssqrSHBpv3gd5Hqt3cNwf0RYhxqG02GCLIWFUIsmZw9Co9sDQsdZOg37ZarL+VqOtileaCPhH73GTdZ0O6gEip5yc/LfVVemNWvlFtuZ4mUqhWgaJOC23P+scREUQjXoIFdExchs1QJBMH35R/zp+8btk70++e2JUuS4fWRMHxL6fzRxMxSUht+dRPSSeNgBNFvhvFbpf3rVZI6pG4Pa6mP2OKG3L17jPHRBI72pvW72JfDxnKlaWXPGX/Q1uwcn6+5y2yBPKf6ilv4iUGkFocy0M0fAoFQzvCKvNrUqOoRHOtnFRHFzH2R9dedDKMc7Cm0AWHpwoIAJQCfWOBbNZCKMkRtYgqYziFPqjhIUZrxmvGa8ZrwfMOxe8thFUHF6H1+c6fNtr+Ipmqq51LWXrqh3WIikIgBJAiqCCkiuBJDFQE8+x9Yn73pEGM3EzcTNxM3Fr6p0bcdvAK46uI+5rt/kwN0EYjkMXz7ZtxWu529buhl1YhZ1lgBKOwn8VYoYHo1dT5AX1Ah1Fb9tmpm+mb6Zvpm+MnD9D+rYxbBxfR99X9WHr19CXzNZtxWvp29bu0FdKRzwBWEqLAGJQMYghINgCR4EG5ih92zYzfTN9M30fmr519OPDE5icH4F5G/7HyXUEfuO2u/nlajkPP76GwjQMvk7la0nc/UV3GcJLiKADzlkbnaOdoA7hAGNOsDJKH6Vxt91M5EzkTORsD0dZOUMat6GDnF5H4xfhx9evALOZ2de7lsH7yt38rtRrZzSE2HsEPQgWsOPKGiAY5jg5PeJok5m8mbyZvJm80UXrDMnbxvxxdh15f1itdh034CHw8Zlvql3L3abugdXrKeSeGm4ocdgBg6zlGBtvMQHg+OZb02KmbqZupm6mbpSFM6RuG3LI04Nlfi4zX17jt3sDl93rvHUFgEBy6DHBglvqJVHQE0c5dx4LpPaIndxR946hmnmaeZp5Og1Pz8wzdyQCgrfRa1xci9ID19wu3uBxjHbdcQnVnkMuBQkWKjQOQuSEMzFzBSCUmhGEwozPjM+Mz68Tn/AM8dkGkHF5LT4PXW9v5nV7A4dbQQDShAGGRTz/0GJGYt5uyGCMHuZ2zCCdxNc2QzVDNUP1sUIVnSFU22gxAa6F6oB37Y0da2/mU8u1ME4h7ollykFuqIMu/AERyrUFbIyuU7nTZsBmwGbAPlbA4jMEbBsvJuC1gB1woL2x7+zN3GYtJEJiihmyHCLEMDNWBWOWBsoS7fgYYKfymM2AzYDNgH2sgCVnCNg2PEygawE74h97K9fYm3vFAoYo1d4SBB0BnkOvBJTBxsXSag/wGGyndIjNwM3AzcB9rMClZwjcNiJM4GuB23eBvan3640cX4USwmBCOONMM4idoVYj76hlGMPRva2pfF4zXDNcM1wfK1zZ+cFVtMFeglwL156X6w0dXG/i24oJBkATArhCQGKnkYMOCMFEMGIxlGNkncatNYM1gzWD9bGClZ8hWNu4LZHGbb1x5qL41/AFl6FnLUh34fLf91creCbXuntWXiLLgYUGAoG58BJSDYVBxmkObbtnlTTw5dLxGZyQj3Wa8LK5Tpbw9pzdwoa7lzJcHbJU7DZqua2G1iM8wDIfFHlOBw6INuZIpDFHL9Sm+M6pRZCGi5IE+wPGVOhncr0+WCy92k1GrUGEhhCUKqEcsdBaJhzEUnvI0qO70yZOo0doata2Ne1JYoNtfwY3Do4XYBRkbmRuPB5utFEzIo2aiTbT6+rMixgq0z+tpJxMlRU6wTLdy92TZa0T0HJiSCBGmKchhzixYfKGhbKmtHWSedq+jakMkLbVOuRmYgvkoP0eSuAQSvBdn1RSHikb66jw8eNULX7MEjBlhUIvglzVh5XkQ7TzuVJfJOPacBaRhrO82DhVnkT4wyZ8i3g8cWof1YU+KattpMOSg51UzIzGTCiPtVEK+WAlaeC0844R3K5G9Zq5gyOa7vJYppvZSvhejmK6mFvbXNpWzItHIe0283fvXOhO8WGuijs6i2kQEkOnM2W+Zr5+mXxt411kx4YMb2ZbvGqORPu+tDJSEzKWNws3rQWZXu2gFWJtIfUaW+uFloJAoynVQmIhjeGJk0raxChWixsNgP3CUmUkpdklqiPIp0Hsdbc5nbYSgIloe7mKuwCx5mYVR8LhqXfbfOxdpm6m7l1Ttw2IkalV+93VKhDH9WfstirYg7b+ezcCWxLB4nZAsGG5YYyGqTk3NpizRBhj2pjB+sdTTc4vnIrjthSIaW3Xo/e4GVVJh6qga8NORtWr5fw/r1zL0lAl0DUfJJrXHL84crWRJjKNj345j2c9Lw5z82x+G0rHU13tOoIAyxQTkloNFfVIasi4BAxSCo30YA+v6renseuy6uys3qRONvQnwdZY8zdZVmRHrEAIwVfg9xGb/Gn5MCcB1+cA/2uo97qs1z0IOLyG2K23ndEeGnpTf+DSYSW+8Zr/dvVxGQEXf2RWi/Bua9TVDdaEi08cj0lWy0/xVOoImG3H90WHV/5us7oKZOw0E4zLRtqb28SPuC30yn56Gsuq716+6KbGScpI7XabeZADN2aNVqZn8Xxfr3qDb58820U/mtD5qu/hQor38qNnh59H7PBzUWUSmsrvp5GwX+vP/qZl6DklYSIjWrINF4IADKjJg7xLm/rtHWjJeLW7kS80YVAwSZlnjjFlgQHCEYqR1tq6REvG334ZWhLcTktykLVk1pJZS2YtmbXkmeTaGtOSMtGScEBLHqbX2vw2mE+rvtwLLIDAEE0MwF4iESO4nHSSahN0JUw05QQZsx6pqpRZVWZVmVVlVpVZVZ5LBrURVSlBoirRgKocyOmz+W0siU9b0s3aY5XETlDDFCGUWYgRIAAS7oHgPnF/an//VapNCLPezHoz682sN89Rb+53xx9Ac+Iz1Jww0Zx4QHP+tPSdpdjf5tWFA40Zr3a1JXOYCSe8jW4XkBPlmZECYCGVozjdsYy//So1pciKMivKrCizoswTzHNJcDimJlGiJtOcMD8tt+v5pgpm/bH0wkuU5bwtvGjKKr3ZK+mGE0oPiEbaAc2g8Io7KIL+FFgLpnmSH7bXzFROi2XJrGlzYm/FtPGTVegtA21KL7zUTzEO80YTeqd2V6GLAUT/eRXqz8Mo+BQoHgbuztVud6UDnlmtFolreI34h/MeTB7iWfGvQecVruNHmLgRxmuJ+im9Cr8Gp8ISZ4/RpVDiBD1p1pSX6p36x3zIHfqyLlmvtsnqVudqhzeGMuQxodwRZ7UFGEgqfcz7zxwI/93zptPEVKxpGr0r5+iD9m/tZki6btEQgInyIKgq3GSWhJvg72avuhEnz4rvl39fffpD9pLOXtJfipe0JAnS0pQuf3Yft30zyv2+DtOMITOqV9LNS+oRsFQFE8FIYJ0FQgtMvZZOYMBta0b1mpkKbcvwPHdlRSVtn+o5PV06hlJy124TyVX4IKRxZNv5Npj6nwJ/itjpwyWKOKeKT/GHopS7Igre/cIu4CNOrSvMxel5+TEy5zLnTuQcTTjHBxZXm8nwq3qanJhwB0uO632Ninx7yI1XrLpZ/z0IQ7Po8Vs0/de/wd++um3JW84UXTG2aFFJ7moZX/c71y621mZdHe82tspXGXYRg9WyYgRjXFnMi7B5ETYvwuZF2PMNGwlfwD3wQixLVGoaYfmd2rw/yM3d16o2VJod5Moe1azHK1+jXcnn6dbynnecWfboPe47+XZpB4+q2YvIo5gyYrtw7n0vGUdp/q6WM+su458WK2WjLq12Qrc5+3am6v1k3y4ifM6QoWiEoW2QemUUHzvgoA/Rm/Lzc9GJ82kFGZgZmF/ZcQUPzcqxJZwkVBmmQVhvPq3dx014lk0/+9tuX+aaovr0goOCA485L7RygBlDFNeQCssEMAA6Kq01qD3C4KCVyTb99+3Omoan3vk/vMP19MTlpUm3/+fbEh0NbJrN/83qsryefNkw2GZBUOo32sytz2Aj7r5WqJu1/Ua/1J9meyv2DiwfJQMhvON4ZRBovU+xX6/XrthLa14nP75O/uTf/+ttgN3u4u2Tb94+aYdl7yO8TQftYemz9cX67ZOnb58sVTCqYkvJ13lu7S/LsjSQtyysX05oMv4zMCzeDg2MtwNDIzbx5L//48l5L/UnwbowjUD6duHC2Hu5sq6/saljWeijO9jWPLje0RLIEeIkZ1QyyylXShPgvUICCGaNb6OQDho5MQVzbGwWW5vFJalp9zSHGz9VNdzaT2PYNazqTLWy/+PLNz/TdN34Q3ijq6dFeGeL+T9qKi7dxyL0rSifKprW7sGT0Gf3sC/XPSwG27XkSSM43pTvcjE3892nw8Rzu6RsMAddr0L3tC1LDXScOqW8YpgJLCRVGCmGPDGuDe7oNTOpg+rdeKb2wINuBx55NkEdRZ7Q5wn9fewrdVBz5jnJ6BhHk0g4SMY42rPhOoQ7sOOGWDpg0knAgYSOWCqUMdxC5AVA1iEfrDrN7TBN78Dh/zx5emtDLhM1E/VrIyo8R6ImQVOQjhH1lzA5GgXqqi4c52lZo3uWhrbCy3g8EXaYAEIkY8QwqhXkXlM4jNOyna+AphhnmGaYZpiea4ajUZgmYWCQjcH01+iE/6srvluNEfVjqPHR2dVRqDaVOlxVSgCgCNFhpu+UxoBAYgMsPUbauyScYrCprwCtolx+yWjNaM1oPccUOKNoTcLRIB9D66vN6u+um0KuA7p1Wz4O1qZSB6zUM6ixghhgrBVTFCooEAeQYQcUHVlNbZrKYM1gzWD96sFKzhGsSfwbFMds1m3xp3hm8DGjdfuurnHcbK2qddMbOOmVF4ZSZ5HDAaoSaoQZ445DjvW44Vo19lXsWeVVgUzYTNhjhKXnSNgkHArKMcK+UXrhRg3XXVM6DtaqSgeqHgmtibEIOAM9kgpax62iygJpkMTDUK0a+io2rajMRM1EzUQ9QlR2jkRNgqMQGCNqHD2h7fAVLsewajpVxtma1Ose0RLd/pXkwFNMiAScE6+EAxR7qoMlOwzYpLWvgrKMZ8pmymbKHqEsP0fKJmFVCI5R9ofVajfuG+Cb0nG2VlW6ScGkcxpoogVFhnpOsIPacuawEx45P4zVqqGvgKhc5IWADNQM1GNAFecI1CT+CKHRPaxeMH9KufFQ/pFaY4H88cpv6W++JGCeHL8fxtaxARdR2kYSlSkRtsU/FZvVx22ToDqI/a48YcrZyKQYbRQgNt9V4UvFerWrklfngP5M0LsN6J/E8f8eo/zH8AmTICqUBlH9eW5c8XxpixdhpC4Pw6hiaSgsy357ORBG1avQneJ7EcP7ETOcEEZQmN0TaoiGUITpPmun+L1mTrNEl6G5mYmNzQII1+E1h9c1uxvc3uhe1yWwZXX4Zw65ysjNRuu7PZj+qcbSmYZasTHaJqFWiIzTthds1eHgj4PBVgNVuqGrTGIIMA7PrBFQDFHKDRKEKmKZgnCYuT9OEGz1xVH3tslXMnYzdr8W7MJzxG4Sj4XoOHZfu82HcGU7Bt6kfBy9TaUOfAHyHDnDABMAGIEg1SaAVQHJEHGCD8O3aSrjtxvJxbLVm/Gb8XtuEVyj+E0iuBAbx+9zHT7zGHubwnHwljW6+QUoBJ55q7VwknDshEHIM4kU00ZIP0zdsp2M3HM9sDcjNyP3rJCLzxG5SWQX4uPI/WvM45YgN8JELW2Jk98+1IUd5PZrdLP0aS0dVBYjSTA1hgJACbLAcICoK5MhVI/VbycjNyM3Izcj9wbIJeeI3CTmC4kja7tBvhdRxrdj3L1Ia4zDt63WjU/wWDLlIcOKS4ss1ZhaDbmBTnGl2DCB28YyhjOGM4Yzhm+AYXqOGE4Cw5Acx/BAVoPOKsCrkawGg5W6abgcY5KG/3deYC8kp5oiJKQBQhFLyPCqw6tJsho8evyy7pnjLNM30/fc6VsfQHD//GXnyN8kjAyDcf6+cb/vqlEzZgbHxOu6qTFuBrfVuhT2GDstsDSSOYURol55D42wWCANRhYi2sayGZzN4AzibAbfAMP8HDGcxJlhOI7hF+GHv3R23To8NKF4YN9tqE43s1cwdK3UxnNpMeXWAccg4QA4CaRgeJi+dUsZvR300ozejN6M3rOLSBtFbxKRhtE4entBvh0WDgf5DlQ54K5ElnuONOYcKuI4JV5CbRVgWI9tv00R5PvFYZecD3Yzde+auj+EL3G1jUcCl2eDrcxcLYrthdrES/WZk/vHbD7ZQNXqsMb9bR/BSWGPEPryDKGPkjg6nEZ2CLAtXu8+BeH5KcauJrgPJXu8hz93PdeEEFBpCj2HGnltNUKAU2QxggHjas/x8MPTuB0amG1j/2ZlbO1EhD5o9SZHGsLJT7uNd66OACyREiTjvduWuIsH/UXcRQkW4H9uq1MOy/PD/dXy/afm2PDHf3LhYzu48GQcPcqjDFESF4Zp5xDVq+aY7frVdE5Rvdrs156bA1SbS93cL1hb5qAx5ZYUwEYS4hWgGihkBU/PTm1+f+qxqVfNSdezpr2Jjkw9bPhB2FJbZ5clUaLFF2y2Ug43UfBi/oLY0QYjhfqg5ouYAbICTd3fouzawzHmCF621/DlER8sPcFOz+NkTBIEhVMv/Bery2i6vl6FV/E82K+/LBPGVIWx7Hk8k3oPmoPr3UkoRFSEiSigVMswjZLSacm0okgC6FVLm4NGTkOOKRubbUNrs8oMnwg5/YYfEjn7E+mPsKf/RW8Pmdur2bHT1i/VPD6IWoZJ+8Bx673i/nnr6fP8U/Gy/cFnHr/e3jywJF6InzX9zEmfHscp7DF3RyvdRxy++4mQysWUMHLqBZXRVEij9Y4mQ0rXmb7WhaWDxEni1sezu6IzNR5OnHSQMCnoO1Uu4nwq2kdJFnTWbjN3YXw/K75fuHdx+WfEYtnOo6B1TJaSPdUi1x5HYUiGQRZU+h/yalXeI7jT3EsnZQC5x5xLo2tFSXAOTj3FXy/DeKxnez1LbBsKVccG21/p5vkgQFhBGddCecohc0ppiyUgCDkK20M/9j8/ze6KzTQzskntrn7D9213hW8QIFriIhIn/TyBPp2V/HJetxuw054FeyXAchuz18Vcdcna8dsnP65CZfWpbDnI4vS22viEZcxaK9/6gJnWXu/bZ+WL+TxTrG69HV/xYv2SqtttH4sFlsR/4NTx+JXa7ObBqGiGzi/L1Pxa16XNSF8tXbLp1yvrHkxJGIRGAuYwNYoBzyC3SjAEuQ6TLZkYZ72GThP6wwaDgmjNpInk/+g9boKCKVP4PC+ulvP/vHJF06vaUgqCrHblvl/o/wdX7fZtd1fLZZyxVEvQUXumsLjbFZ8wEVy4YIqFob/vZFwCMhdz98HZ0OFgKL67CN1cqE8BVNV6ccmvF69fJz9+VhyYW+ZquwuTpH/Upl/V9tPw4IvqRUSiffvz93/+rnj5y3ffFz+9fP6n7wPVqttE6/DdKjbzNkjihzi1skW5RVDMgoFREmsb/9h24O2TW76pr27VaQzizSDdDpH8oLCP8wZY28QWecRo/zEa+avip6XZlHb/98t3oa34papRf8Dnamnz23IUvowy9O9vrnarzVwt/uNASXTnCtXjJiOoHDa7+rcBihdBge5Ws3ndj5nb92MW+zE74N22nGyX0jArpeGPB0qpabpP46gn1st3N9JaSbgMAUe01puPqyNaa/dxNaq1QllHa2nhjPYEY04Uk44ojZF0SmASNJfzYlRrhYam1VpT7ngOtv11aanplgwzv6Y1TZOYDAKPCXnQiMeM011dPiLosbQr6hhrgwxllFphKTQWchPkHsRsaJwcEfXY1ETC3u5d1a1PLfG9G2Tj9JyN02yX3rG/Rab6/VA9CfEgqZ/xq9Vm51eL+ar4a+Blx2Vk3RR9aEpqlHevd33RlOEIA++pFgJ4zYzwSHitDURYJ6cIHzQy1aFB+2Zn1UCb/DiMwxtcdzLG1OmBB7d3I7V1ubVjI5zsfBuuf6pQve9w0abtiLscCdw/qk9Pi/BmF/PSqzXCxQeVutcQ29pVteRfi7btXeN/qT7M35UkKiGUOJzM46ZV6WCyvNWeTF+g//husdJqMSsBvx3ZkXkdeWiKn8s69fZL/VB5oSEj/YGQnoSOkPQ0jufrdfH6YvXRqG1qn6v1etterVCeXOumIBZIOS8x1AAzCQTQBgODFVLh3xi2yTCTBk5DeGho1rSUbKJPSvGj97hvO/xNd0f8Im7Er7wvKRD9csKIXy0+BXLbZq1pv+kTqRfPLi2DP5ZF/N7r8qSjXdE8Xh1E8qz4k9vF7fbNLqiGuPMSET5fLIIBvIn3LVVEaGBbvHefmpOT9vphM39f64c/POQEv34Pg9jolA1Qo3mHr81mtVhkdlTswEkEAkkjEP60CTp396n4zm2DFBU/uk4Uwruq1JaFe4h0rna3l7XVjmPFHNUeSWA0IRBxIJQhEJP26J5OEyd6E7vtLhHuZpyUY22GAORTORdfd5/7PjiiBEoZCnBAlUSSL1fhQaKuDQNC/V5sjVtW7v9mtVocrghsnwXLoOzutqTS28MloIZIwW4IVqfeBzs5m9cDz2s/48XGxfEQPsP3v5tQOwyF56VHUTQUdqVF+Lf4iaO8Fz+V6ygT72SYsgcztZy5ugczVfYgauRqvzbqoln82rNyJefIHkaXODfcvcBJ3ARJ4yYIIMX3m014B6+63o6hwMXr69THMb3YzWZrDUNWAKQJ0hwDIRiFRhnILTBEtLkU0xZOY11oaVY2NYttJX5lkxBupPUH4drgVLdcoqzW8oqyo0XsaC9wtlwRbMyq+LHLWrX/TPGLD/C72mxLW6hsPgyYVRuZu79zebeNe3e1UJuKsxfVwUn3wbqAOhjg80UQ77/P3ThKgh9IJ/hBbaL+XBR/ij/ZfEpQYeqid/uSihYH17uTLAIFFj6mv0bYEOAgNVIKD5yCkqIWGAeNTLVW1jQ727c78VrZ4Q2un2KRqbnRdKGou9BOcYJVdKXDdy321lCzDXCxu1zQokwzXtpGlWt0uG30D67ewpQy33TxcUYK4SSWgKSxBD/MF5fR7lzXWEmExTdFezHZXzmcPkCCPOLIGEitYEE6FA+iAZx0VLSn0O1/fppo7JupXUj30YjFJIJRPMha8a7j+B/VYPtl6uWEZMlYlQF/8+VVGJJhehDnzNFY3Loy00Qdzrd2m2oh9lkc/vGg5nja8rZYrHZxDWO/vVYt3a7Wlev6Yv4+WqChjfLydu2iCg/yZcPjl6bgwzqzdr7+oRY9KOxr0W/boMf4fl837/frXmZInNdJx3k9fsrilzCQVOq1Hq+u6ou12/r+UteZFRmhvTcaYqEEM8BjjoMxpjWzDpBWdba/P9FxPbYzKxuaReW2X3OfyH19pPn71piuSL5Mz+h2y7+vPjV29zbGw8TK9mmpH2e1gqz3ptqgoWrJMcYcBdVbRuKEKWFloV+utru4dBneWvSwW4eZ4Gr7sBTIqwfTEiBxdCepo3sTl3aY6KSetDUecRUF0ovds8GJsJ4zK6UklKlgN+tgGBhpffibQ2DPgbSFE+3nqqXKZ6+3ADiVDX30JvdLhZeqXDqsg4ebefTrxdy4T7UF8bQTzVLKd5wqqxhQWK4s1t47cYb995hA4EJ9KCNcEkp8KifhC/+HKsVAkk+g3vMdSStwEWP45ttyTWsbOxUTtCwWhboKNkjcti17Eeil1uvFfNqlyc+ImClf22DMTFJy1Lxo3/yXsy7Z7EQ/35uHNT/LVcm/zoMwrDbb4tfQ3ysEoNwVP6ziTvddrVI2y/l7c3XvDTi6Jtlh1E2XJBOHapo6VL9U2/dDe7iX4XpvEze92D3dxUiCDYYOWSUNwxpRpJzSnlJiq3NnqqdIWziNjoF34Y0tZrHFWdvkJFAcbPv+LaTOtzmYXr3bKBtwtmvZpC7VP8q8cGVWqcaNsB5V22fF86J+rL1TT2kmlSHZy0/NGuYf7gVaj2C1IXFOpgfOydUizv9brS4rRG67vsll8T9C6XZxcCzzYdFBNiSKuVEOUA6ktVpqoznmlHCgqJAk9Uo+aOdkl+SyvVlssNIO27tyjLjRvR5g9a4rXFGcOmZH1CCqDLutXZrdPt62ynvWMxmeFU3mze28DPu/Pm1RZYCYfePZuPgapi2JuyxN3WW/W13FPBff/75elVHavbVNW1Zwdfnexb9izVBhlzZWIiQ1Ndp4qq2iXlvDlHAAKqSF2dNmqKWp9gWqtmdN49MGQlx3m+t3F8mka6RlwH2iaeO6ZJmltQ7Sd0XVz6LpZ8OBJiHav23rrcFqN3CfvbfU3x/LpdEm9CBr8Vq6Es9FmnouvgwM2ql5zDxUq/Mfy5eaWsB1lUZlXTQValt4sPhAxgwjjGGPIVdIaeshl1o7TKAFkLVZiobbOtE+rttMtWujfJv2pzGWr73RDfR5uUFxNxq9TDRYrg20oUVRDOPe/NN6l65Mktw6Lx1s1D3rLhTE9IKlxl7Ml++rPwW5+5+bKMBLdx/+i3ctePWc+dUirtDGI5GKb93FPDznL7o8DS56bd6VF8863nQWX/JMlzedrXR9BN3ojHhEFm84NyaJiyLtuCiuVvbP7uM25saYRY+dzUCisneh0jJUiuHNpfvKZjxZ2dG6RxOWNb/8Lfzyt/KXn0eFfQ/uPGnZDe50/S4lOZqyjH/GnHrgm+5JEd90hQsfdKjaxkiMbROvMO8G9sUlIdXY9o1Gf7eK9PDhl7W2DgZ8paVDo7tiVe5RDKb/ilp8PY+3X9r5h7m9Uu0vfZkFvkqfXOn5nMwsJzO7xsXjaXv+38T58PsSdIZJzvgY6xPXTEqHWP/SLa8G8H5ZXe4ce5KWdQw/EmZVAlEAvccEeGMNUMZzp7FWiJF2syht4TRz75GBfVr3k3y2VEbtYz9m5EZYhQ94xsgoUhMnVsqGkNqbWjcIOZhSH2B1YEZtGGNAM221p5J5LML02tN4rnX4D6KyB9YpZtJfNVqzzZxBng/KvgOUo3NEeeJiTfkQyn+9ULsA9NVugOYfY9nFajfG86a8S3QtCDSOESWlYowQZZUGRBpPCaDG9ojetJKZnpmemZ6Zfj7GOT5Hoid+8VQMEf2HKkzJDgDdt0WDQG/Ku7FmQFtHNJAOcwCs4lBgKaVTHmJujOkBvWnlSwY6vtut5Qz0DPQM9MmBTs4R6EmYA5VDQH+9Xu3K5GsDRN8mZYNI31foMB1iAThDBCqBhIOGckYwl5IQTqlHusf0fTNfMtRJhnqGeob6o1t5oeeI9SQ+g4EhrL9od3YPqZ5s+g5CvSnvMN0iaQlhQDEAqcPAAmERhwRhZHHlWdFletNKXnjJSM9Iz0i/1gHlXqHOzhHqSQwRg8NQD8PzajfI9KZkBOllcZfokjKhMZTYSUY598oxDDRWjCPBBR0getlIBnoGegZ6Bvr5LLzwc4R5EqjF0OBK+mq1G3Rz8U3B8Cp6WXqQbMIT7IWERgtLKeYUEmkN0dpggWTfNq/ayCDPIM8gzyA/H5CLcwR5EhPI8KBVXg+X+FTHIn6aQVgmrb0+6Gek+s3ifuofl7E/v9WV74zzTVfvj/fNHW+d8jeHBGXuZ+7faJH9rhRAisszDAUSI3qAJmGfjIyFAhUxZcVIPJCuikZjgmL5wT4qARYq57xWRHLFLQExP5KC3jhnyWBcUGzlzi37R0T8bOln4mfiP4Slfw3oHzI4aRTySbwnG4z3DCPl3XiEUhh1745HKbU1unmDtSGWG+iIIJwaZp0H1EPPrNCesj7q23Yy7DPsM+wz7M8a9ugcYZ9EojI2CvsXexYN0b4l1Sju6yrdM+W1x4QybBWzGnEuDZJUSk0B1oA7Ocj7PYcz8DPwM/Az8M8Y+PgcgZ/Eq7LBeNU3Loj45WoZc4sNAH/XLR4kflqng3wGmOYYMyeYZ9JQxilBFnuCOUSash7y05Yy8zPzM/Mz8x/aUf4a6pNzpH4S08rEqJk/6o4TLe/jLjltje7yvddCKGe8hpB56xg3TliKtMWaekAHbfx7cs3JuM+4z7jPJv4psKfnCPsk3pWl8a7fuvCuXfHch3dWv+yE9bosVbFwrzsr1PdKuja9Y5ACCeOOLAaYG0S0FNQ4CjHzGu0R32vmNMJXzc3K9qY94Gug5euIHfNx4+kzcs+39RlaFXTqLItRYqJ01t/z7R/rT9ocvHERkBvjFMLwjUQLMKuOTmpO4kgPMdxWufRjuu/wRsqs3j6841gUBsbu07M7JG6dM7vJKXlTUPZPsjg8x2KYk9Xr2dY4PPpYX4r1e4vzSRLpHDqkpFc8cFJJipev/ZASmkSn8jQ69dUmWDdmN3SA2Loq6p0hdnC9u2lKMCGccYAYUEpxJ7xnzDjrrdWUq9ZbstvIVOeR1M3uj/ya+KjF6+5zk3MS6BEqy3Ks3JzKP69W5XEHpYEYmNW81frYgzAmFp/+T/FLYEVdUjQdbuAdkF6eshiTspV4DlZDsaibDQKUzyGpBSiJBORpJOAv4YPvz3t5s1FhplWfxtvI0SqpsUsrVOI0XHzgdeYh09oxwywjzHALjBaQK2Cxhcnh5sNtnSZcaZuzttFpj/o5fpP7FqvXV3oXE06nn7btVHVgyPZytQqWilktgob0yjaH/WyLy3hMUOeQ0138QQz2zNbL12G95JOhp4VvErnH0dBRjq/NZrVYDJziuG0Kuic4Vpe7Zz0hSphzyDPlA2iZQIIiTySFQGpscO/0xqqNiU5ubBqb9ozG/dPfKz6f789hKs90XoSn8VeL5tCzKJOdPP7ljG97tY6krKB6cHrTpMe8P9SJTBNIQRL2xNOwpzfOXLxYHT3jaBeqmNVNTjg6UrMf5xSr/hbVZBzznycBB/e7o4DVa+5yfbAqfMYmDlrqfbW8/p3Xv7/CkKWvzIYa4PUZhlzJER3EkpArTvo66ODspRq7Q0cvJUUdM4xSR513LphfxnroPXfIYi2BwgA61bphJg2cZoM9Tg00wR5s1kBZA+Ud2MmY/ZDRU6O8TqKnOO3zuhc2VWNqOGKqU9ihtteUEwsxZ9ZJDR0BwkjoKXSMSG75IbWniJPK3M7cztz++ridJwxnFs01qnySaC7O+srnue5mzqxRq/RA2sy0rBu2pRBkVgmEoaMUQmEFd5hbhKkQEJlDzVO2kBVPVjxZ8WTF87ATBnyOzE4CsjjvM/t1XOs3btvH9rYtGSJ3U9yBt/NECWu1pg5CzCDGnmsDEeKICIfQIbybRjK/M78zvzO/H5bf5Bz5nYRWcdHn919D+6s+vD/Ul4fIXZZ189RzrSVCAlpAPZZeaiOdURx6CRwBPWyXLWRmZ2ZnZmdmPyyz6TkyO4mQ4rLP7FebYYt7vTlib1eF3dAoJKEngDivnYJIayggpkjpQG7nITzEdtVE5nbmduZ25vbDcpudI7eToCoB+tweSV1Tw+pY5pqBKgfHizCgLYWeaQGolIgx74zmPtjlUGh3SPLp8tZknmeeZ57n7DSnE52fI9GTKD8B+0TvZaSpQTWcjKZT2LXECVDaWEokxJwiQBhUJK6feE6FwvqQ31OkoMnkzuTO5M6W+KncFufI7SRAUKQBgj+HhopfnQpfLMX2x/2VCtj137upDJSWyDGJOXHEcC0M4wR6B5CjnOjWEb3+8VQpDBZlpq6qzegxNIsxuROnLxi4R4/MeCBI8GhKmVtHWVepCCJBq3DAsjtF1Z2n3QjqUDXQ1869d3HEFSYMr0DKSAi3UburjauismPKj9BmRG/hlLmoGnh2L0kMxvzSkvd86JXWKer7pKWj96sPAmZJ+KNIwx8xA8UrtVxt1KUq3oShlAh6KFvXRXthT651J9UYcQS8VcZqjYVn1IlwSSElmaHI7gU+aeA0oQ8Nzax7t3EufCC1mIVZevgAsw/zzS7YA7NdeJaJRP8Gd7pRlPCkAHi+3JsVe5OsSSa1/6Dx68bu7blQJY8qRb20M+LzFNXzFJdq897tHlbcm6Ex7IWalg05odZP/bULO0/izEQaZ/bd1SoMeFcmF+tkWbFVQavNKmHvXj7IVYSCTveYYY0hYU4yi4BinhBJhUycj7ptTKXnm1arGPe70vSDd7mJqLMJBb1MHtcT9SYV0bbAxcqXsoxB0XzgSgSDVv+g5gulww/DlCNyQG+iol+GKVQ6Fn5ZPrTUPyrn86fDT1GPlvrdDz3KUI3+8yRf5uvGWBJ+JdLwqzDXi2qrR7FNef0QYp2rHYZxrzhF1Arv4x8xo0ZLoQjmTgiHW4Z1mpgKYc18vW580oxQ19zlvhE2ZKuUmS2vIsAil5JP+kswUz5ezMP0I7zvbQFJiavwNItVDHvbxuyWer4MRkyZ+6R6sCIWxslQk0cqGjhq+amZA4W/xcl+xtzpmKte+PCUrFvWf4b2M3/VZJOtgYZgulL+0+VlJZdxEanJU9zgbd4UtgvEo4lojtY9TEWzr3xiNpr2pi1/9revkqYjAMVEjLvh3W7Nugmy07Sf8dfQtVexa0XU6LFrRdm1auH8XZyNBWNt16yXh16Z94tPB+vJqvgw34aZZihYbebhNoF9++bqxcu4hF4ms4zryquPEXm+vzYayOoiVkMD21XsRWhrE7e3E3Iu5u/LBJcmXkyS9TV5pZ7l5fS8nH5XeWt2n9bu42Y+krj4sLSvYN7sa0ypZIZ6Na4go+y4T0P9T0sGci4HIL/brK6CyL0uK55TFO2gZjq3xDsQjClcmChcNKhwe8kcWq04nM/hsLybD5FiqyhElGEgNCbQGQsw0JYIgRFq9z8OWzltdvFlaOAJtq2zBs4aOG9of6mKd2q99ZDJh8Z1Fkp0Fh7UWS+DsbBT4ceDs8TLpHRYc7VVusoLcsi409g7hDR3gNGYKAIY7Zil2PSVV9tQ1l9Zf2X9lfXXfeuvr3fShc5SeeFEeZFB5VUfnjOoutb7shHFVVc48AuGmHjEMBHEIq2N5c4DIbzX2muiB9RW3UxWWllpZaWVldZZeBHfCPr4LKFPEujTQeh/57YBbIPMt03RCPKr8g7xJXTQcm6gQgIxggVnWADiiQVIG8QGiF+1koGfgZ+Bn4H/eIBPzhL4NAE+G7byL1a71e7dRq0vPg2b+rHCvnzM3G8rdVPgYWs9MJRzDSQnwFOjPXI42PyWhVnAkMnfNpW1QNYCWQtkLfB4tAA9Sy3AEi3AB7XAnzZzO0j/d1XBCPZjaTdfNZMAB0ZBIbUWWCPDVTxo0DqsuE2OGey28TWAHmbQZ9Bn0H8hoGdnCXqegD5Nj/rD1fL9p+Kn5W6zqt90AnsfC/eugRXpk2sdviNLYDyBwFtlodSSM+0wpohiIySirT2fNHAa3MuGZvPY9VkTV9weVF9+54nAfoM7XQd1Vhv000E98LrsV1H2q4mWCOiuT7bfxJYbjC9dAKzan09b/cZWPIhcSw+m/UMYCM69f1pop8Kbj0fYRugGgs3jubah7dXl/B8xNC2n58jgnSrC5ktwH87xNafH14hEUaU5YV8ESd4Uf40phF6qd+of82UaYGNi6SzK/OyyLh2PsDle+TDEpqz9W6z9W1P7xGCb9P7z5fxSLdp+JHmj9piZRIfd7qbXZUW5i4Oh0y9c9XD/pZNZy5smCrHKXxWVQR9UVUapQm02avnORcJVEYexeleFFXUf8hwiq7JhVfYZHk1fkB4YJe/ZBZCMapQ2fw5CYESjdI9vLllZEX/gBOduaXdTQznjHPWKemyw4p7YMosOYZApTNtFrm4bp82DvkR1MsGSV1YnWZ18+UtSN4Pzg0ZJjIAZgSSUHsFhMPdC+1pwDof2HZZ316ho3HUWQFmIgeDUcoKFAlxSZDQwdgDPU4T2ZUBnQGdAf/mBDF+j2Y/OUrMkMeMIjZj8822Ju0Grf182ZvhXFbppNKlGQCJFpLdIO02JxCQm0gWSh7/pIdu/aiZrl6xdsnbJ2uXOzH98lpBOgqQRHoZ0b0c64c7BvnTK6LRC9wBP5CB31nvjIHOWC0OJBs4j7C13gHYZnTaTGZ0ZnRmdTwW6Q0qTs6R0Eg2MyDCl/+w+bocZvaxKxggdizt8pkwKiyGGWkECnVTeBGNaAsaxtLZ8qz0+x0YynTOdM52zBX1nbKZnyeYkaBfRYTa/WET37BE8m33hGKHrGl1PfknjdqYkAqOYZch6ZahxDCCMtIN6CNJ1O5nTmdOZ05nTd8ZpdpacTmJtERvhdPjcqpNSJ6XnvnCU01WNDqeBA8ZAKzzzjALgqBcKaSChV1gTM8zpqp3M6czpzOnM6TvjND9LTifRsIgPc/rVars7PN0hQc86FF9zvsM1tY+4n8fqv63L1ziV/3mM0Fy4pCP3wecb3PT6cKrsf575nP3PvzJHlJS+Z+eAjsbUShJ7i8TIRmeJxEE/9A4zR/3Re7U6UwHoBPACSoHCHIA4xWOmTWSJV1JaXDpf9vc927Ymmw58MeomTweyusnTgeng/aAO6qPgTmJRkTwK7mE/9Q5/jvirD9Tr4NsIyyFniGvHjKWOA4mQ0gxIJonV/gi+J/ZfzwDPAM8Az/7rX860AZ2l5kliVjG4Zspg5+qaOUNV49pJQ6jWVTtEAMyEdRYpRjww1hLiIeMEQSzKswHGZw2hsax1stbJWidrnbubNuBzhDdM4loxPA7v1cYdZ3dV4Tp0h1rd7PqGSQwlsB4xBAVmzELPuYPAeEqBOkbu0FYGdwZ3BncG992Bm5wluJOwUYyOgvuou04NoOu9droVOwTn2AAlhPRIM0qU4JoqraD3nHltqDlC8Kl9eDLEM8QzxDPEz8spfhTiSVgpPgwrXRY/q6WNCXAHXHiWi6psnbrtHBZ0IY24wkwAiyHyCBmmqJTCaaul8o6iDqTTVk5n83JWN1fRMQyjlpAT0vjYbe4/5XHF3+5HbBkb2olMqnJZv6zourtQu6rGaOpjtfxU1B6jDeeeViReroqr5dKZ8Kxq86lwi5LS29tj+BrB/drP+n6gXLPxaO4WFf3YxhdXPfvOXO06ZIgXuj7X3JNguQEnNbEYUK4ANlZjLKiySPOu2RZ+PYWVFpoJhtJmF9TufDWrx/CdIeFG93soNpRfrWt/LYvni8Xsp+WszNnfdLv4tTZpto22LVERHiAYEdoFpRc18/YyjplNsX/a7bPix9DFRZlbvUyaXtaNP4vGUIKZmDL9cqXnAUI+HpFhg1Hn1fYi3OoPEwJkPNH2zTX+g8lfEr+G0/i1X1fL0KHSkHsfj1qYRdCnu+sfkwr7I1Y24z6319Y/9Lod+cFpfreDjQ7LzyTSeov73eTwMT6xv+3wVz6YPJVGyNMwA1qsNvEkgo/qUzk/uVh9NHGqUcrgXjyL1XIRpmLPin+NJyDUYy78+iJOscr5SN2FUjzjhOdCfQjTmUZSN07ZT3UjYbKzdlFyTT7nIE+8bu+ce6sZ1yjxzs7LFY/BPAlyw2wM5gcOrimhBnMt9yp0rS0lOXNSKeWoNMRzSTUWnkpPFRBW7MHea+Y0s+tLAvkEhlcGeQZ5XkH7PJ4/qOPrKMuTQDjMx1je83ntUHbY3XWgSjeBPsRces6VBEgyoIBxEFlCbJg/S5dsXA80lJmemZ6Znpn+cMY5OkuYJ+FnWIzB/LledZY7O3xVdeE4yssaB6k2AfcaEuAtRkIZgwEWGACnKAICjZC8bCeDPIM8gzyD/O4Sct6Y6PgsiZ7EpWE5RvRf41bG2Jr5x7pwlOhVjQ7RCeFMYhrT2SNuJSIxdzKAUHMOgIF2kOhVO5nomeiZ6JnoD77cQs6S50m0FwFjPO+7nHY4NeJtOlSnGyrgiISQohgfoI1DWjivgtVODFLWIDRM9Ul8TDPXM9cz1/OSyylAp+cIdJREgJE0AuzbK62rsK/1RQJyXV6+rK9W/E6udVP5QIAs85QwoLRARjMY/uWkh1ZSSNqsnkkDp2G6amhWtjRz3juzi25+gaB34mN209s9BKLT7xcdKGe/LAsVEbMtoRV4ZQIyI6vDr0Ind9ET7Gf1Qc1+Do9cbHefwq+rZ9oGrJa+pytfQbsvdp/t9v857mJjHqfJMBpyOe0V931Oq5e2f2dnkR/goVzeUBJiRNIQo+/m213Q2vGzl+8ooYPdF5WPuifEwfUDzwhLmJESSa2RVwxD5qFjxlkMoFJtxpiDRk4jRdvYPXDiZjd7CEp0v+WNGJH85DFCYjH/zygI+89wSIl+eR8TySv4vqyYYZGEspBuKMuVLn5YfDrIOHWlfX2t8VCvr3Q3ZpTmWEsJiAWOEaww1YBwKgWQUuj0EOT656f6qF/pWdlON5akMafvyFH9Nje9CSTEpJAIc7nqI35apFO8aIT3RTw83racw+hNnKYt3cfi+9/Xi5WtrIvwkNsGNC1dwlRRhb58UCVfKtF7VrxR68idGNiymF8GS91W9cNADLPG2L25WjwrHjDCxTVPtigfbIgmg1X6QBl6R183T5J4F5LGu7xSYUzoIEYXPeNjvS/qGh8H1w/S1VFDhIp5gjTRniOFqIxnEWgKPFMg8bfvNHIaZ9rG7sH4uNnNelxBh1EwtDx4YErjo/stIxMiVNrY5K4pEnodLIjVorhchYesTBJVhcY1FkiodY3pEWhUrsZsvym+XVyVVZxaPC1exEWq/d9em43amYvipSt+2Dj3sAZL8v0GAHNY2mfLocQ8Wqr8GJfHVvEhgsb4t2Ww0zpDqLbEQo2/xTHQBE2V4ZH9AfHvb66CCRc0yH8cwKq75FY9eyLKpfzu6t8GEb0q+zHrCdnbPx5Qr/lNKv31F1u+uxESkxAkQjtI3IS66vfB8KN1XXiT0KOjdQ/DjsYrfy4TD9q7u9wNN7nVre2sCaKMeh9yJE9D+NV2Xk3GwmQLxyXbVVGt/JaL4+WORxhCQUy0U+F1x9X35qEjPsviYmtcXG9/vizm4WWZXay1WrtlbLch6Uen40r1Ni+l56X0SfP+h+G4m5ugiIeVWqdwSKfVFc5t/j2G47OLjSJjWiaJjSJsSMv0fOkbsoz40R8Ud8xvjLQnCngKMRMUa8u0xYwhThVXDOhE73QaOdX8ftyqZhLTO6uarGqyN86NYP2ggU+joE4CnwgfAnU9XoZIbfZFw6hupsspqxWihnotPCechn+Y0sQagIWjzEtg+6xuBluGdYZ1hnWG9b3AGp0lrJPAJiKGYP3DarUbtqp9UzKM6qq4Q2rGqPVeOsWc8pAhhRQM/41mtpLWDljVVSMZ1BnUGdQZ1Hkd58baBp+ltkmCrkgadPWzK8IA9WGMhB9dbVRnchDTMYfC2SYtPNgh6Nc5skMwXvnzFMxAe41D/J1pmlvd8yH2DPqf9MALv1VFNYOjgqkzPe8TCkaKlOrCLOYxb2jS3LPideOwP7+MH7aBdrUSV5SyF336y4YrVbMrK7RtbIOa825TpTStIwM2MR4ga6SskfKWwrWqaJDbZ7elQMfUURIzRsGAOjrItNYwdyjJWlrWmfMgjxRTGGOCoXfeEcU11kxJgTTynu71U9rCaROeL08fTTAFyvoo66O8lDUN0R9032GM5jgJGKNwgOa9/eGGWcPbw93SbmQIIxQYhbWjiighqfSYU6S05MRRTnpMn2JzOFM9Uz1TPWfruUOuo7PkehLuR9EA119dzBer7Wp98WmA7eu0cJDvbY3urjLFyFuAZHhgp6GAgDlOIQFSC4eSLJr9djLnM+cz5zPnz9R6x2dJ+SROk+IByv+wWtkBvvvq8iDZY1k3qMoSzRQymlqHrA0UB05oBQymhELre0yPLWSaZ5pnmmeanynNyVnSPImSpWSA5j+r4oXa7NwA0RdqZuqiQao35V3PIo8h4kQyLg3WiiJDIBRSMS1i8Kzskb1pJdM90z3TPdP9TOlOz5LuScAvpcO2+m5wpX3YZbRb2s3UhrxBBDrhqJaOWi85FYZgQoRDEvAhi32XV9oz1TPVM9XPlursLKmeBNjSNMD2z+7jtnip3ql/xAy2r5udiYbty1A8u6yLZ/uNi4rwQ4XdQFvokYEUMK20jg4yhEoCoAcUWmST49+HWjoN80Mt3kmim+tvdN1Rz3cB9IMvWpFzW3xQm/nqalssVIBaTF0Tj3TeXq1jPuRiG+XP7BMeV5x+Wvz45uXPtMTy38JvrrQrPoQmV8+KP8W8WKWgxgR8gUrvivDn+D4aLv7hQVPYbMq8OsMHwXfL+n55VU6erz4hFk7CPWka7vmX+Ha+jyNmABphXCxmriw8REa/qAMMjqVxDGPmCBMBHJJgwY2MBiEzArS+F/12TsNFv707gcV1t3mIU+H7n7JJgRXsHTvfBiPjU8xzviiqjjcsKVMcqYCSoM2L98Ho0VebYFvoMGLfbVZXgRclQSpLsR6moZHdxdWlXqr5oriIh4XXmHmWT3yvBC4J2aNpyN4PansRbZ+en5OvCg79nLqXu06rxBlHHPfEYmisBJhzw1BQ0VY6RNvN724bpwlY01aw8dd1g3cpaDe93UNMtppPGWZE6/p7hklWNdsJPQwyUothIn8qhujF7HOb1T7ILj7bfgYStXCcqG1djNjbhb+GOYh2u49xOrLPQ/dL+FmVO6x428m1HszyKoNYcanel8k0w7QvjPurUCGM0iDCQff/IefZ/nI0exKtRdNorddhplqC+peI+QQ027pgVV+vONO52t2PVR55yL3wlpHwRyGt0dgIa8PNCW1XdzpNnEaZpqlZ2dbMXGyCYF2qbYOAu0DNre55I96UWn8q4vzbtjrHpPtdG+4Elqw3q8tVIMh27cw8lNfqvVmfWYXPEQBUPeXTyJm/x6NS6tSY29Vl+OVy9fFTsX/w0NJ8M9+lwcBTTwZumzM39nAIGu31Pi1eh7KMiSSKhqVRNN+qjQ7jJ+qw9JyO8mqpdfthnEnhkfjNgVqfeSpH0tCdptK+/kbXp7k9MOsnCNFMPlC1hBs6HkP19yu5TVeb1da4rho+fxD80PfLcimuKE+braRYX23ny/Asz4pvr+YL2xHtbRHsrSCaY2lPm1t9hpmfV2rzuUi3WaLtcunsohXZCGdJEt/C4DBn+3O/lDzDcS79Gt31FmikpBYzi2V0l1OAGO+t5xR7pFW7QNtv58Qjkx4xnKc4JinDOcP5q91GO87oB40/HOVzEqfC0AifX1ZnQh4ElqcEqk6NHIwxH6nWxTVDhnlNDcOAecy1Mxo6SjnHJszih3GdNJaZnZmdmZ2ZPTmz0VkyO4k6YXiE2T/MN9tdPHoljN0RaPtYZbZtqoxSO63XjTY0ngMdl0GDcY1MYLVTlAqKEKacWjWI7bS1zO3M7cztzO3JuY3PkttJfAkjI9x+HgVyBNiqLhsldVmhg2hthGbYeMO9MJhAjjXxlmogkDeADiO6bCazObM5szmzeXI2k7NkcxIdwugIm1+7zYe5cdsRPG/b4lFCN3W6B/MyChG0zAvilbYCIoU0Q1BzJhwEbhDSTUuZ05nTmdOZ05Nzmp4lp5N4D8ZGOF39eQzTel86Sum6Sjd9HsBOemckkxhwBKE0wgsbzGsmgSF2ENJ1Q5nRmdGZ0ZnRkzOanSWjk+AaxkcYHcdKaHsM0qYtHqV0U+cgW5IxQHhqmZHAauMtoABpqwKJICN4ENNNS5nTmdOZ05nTk3OanyWnk5gsJsb2EQ+zYnT28gYzY/RrdMO0mFFUOWAdN1ZrZBSUmAQ72gHorALDu4YTZMjIfM58znzOfB7gszhLPiehbCwNZfthvouCV7xYXOk0Yra6PDPhcpp1pw6cHSrtpi0iTkFgmbBMKQutZ0hj7YznMHpOt0Hqg02dGEabNnmHQW3X3uchItXT79kGzlYYcpsyerWMkLUVBPYBaPXDFOXLtA3RkpREVdKiq00c0E38WxDOeuugiNkxAtfmqwrT24Vz74vdRi231UD/Qw5erwQxCRbjabDY65UxESrmYrVapCGl5fXZtrleh5SmVzuSJyVgmoi48eM940ByHy658H8EWUtgG1KaNnFiSGnVVCkIdxiwft1trgscvQt5qz/bbcWt87UfudDl3DJ3RguahDzxNOTp5VW0ib5VyzQl+GW8ONPhYl9lD5R1sQEdl4xy7WE86wF5ASFRACgtHHC6VdgDDZ0Gj4EG74Qe197nRjmoytnVpFmo9l/yNvxIfnUzeGxXy3fbp2EOpq8uq6OsywxV20yOL5QcSTAOR52sVPv0lQdBOEnmzU7wzcH17k4mFwJI471GUDNDLPZUKYWschpKbJNkVJ1GTs1E1WnsbrNRXX+rmyWswJPnpOp8yNvQI/npzehh59sLt/2iTfsf44rMqngRE/a5QhXfzd/Ng1RV7/ZNXLfZlKsRf4vvJZ7FMW8Tvf77m6vdajNXi/84ENzuok71cMm4Lgfzrv5tGLHh3c92q5kp+zBTM1v1oRp5u7IP5ciL36Y8mmPumiS5b/94AImm2Z60PFsv392IIEloCE9DQ17Ml+6yTIPYy2pnmqLDnHaHBd19Noodt0ZrphllynFNjIQWY0yFFFjsIXLYymkUOWxt6ozGo+3f9zzl29UimAnu9922Tkm871kixmluqyq1VdXr+05tdf5TeJr43vPU9x5/V7xSm1Bd/V68uNId505s40HXZdnM1GWVaPRKDmRDBwWroEDSCx91rVScCWOxZRobvZeNXjOnCUevuTsSkmvvc/+T+rihcRkzw74rwhctO1U0fWykxKiYOS7mm3Of3Gy1dssq5XbMPbdP8X2vGV4fgdwkftE89Yt+GYaMUZsYFR7/sNg7RzcKNp3j1nVn1R8We9/lRhH2cypd+5MjmZaa3/52Upqla3sw1RT3Bi/ndsI0QZKl8a+766TPf1emSu4nyq+fpVhv4ggzZRrHi9V2HS2jvOWXt/zuNlfS6Og9x8xJfIy8iaczZ8Pk7SwFJCDpZ+HoFHZXAxwxSniDBHQIIAo19t4rKC3hwLt2NaDTxInLh4+WrVMsHma2ZrY+dneK2yD2QRMfjeI1cVLmfAivvax0e5oMp6Q7KO5CFjsRLiLCrTCSeUqENoBC6jEBBPs+ZKdIRpcxmzGbMfu1YBadJWYTH2MuhjB7mPBiD5PBbBfd0m42Iqy0dEJCSp1HlCCBAA5sxUAj6TnqM3aCPBcZsRmxGbFfC2LxWSI2cRPmctCSDTK+KOV8yJhNCkfs2aZGd5MDG6E4cZQARIT0UAmqgBFYSOA8HDJpm3YycjNyM3Izcm+CXHKWyE0cwgUYQu5AqqA9T8byBPUqdHgrBJMaCEwsYURaYzBCUDvLqBRAANbn7TQZgjJuM24zbr8W3NJzxC1LPOoFHMJt+BS71WaQtnZfNAzburwbomykpVzFzMaIEE09dxhoYAU3giAv+6ytW8mozajNqM2ovQlq2VmiNglBEGgItX9xW6c25mKItZu2bBi2TYUObTF0gigJvRFaWIokcxxSR+PRTZxZ0Kdt00zGbcZtxu0jwu0+wuAhgMvPErhJxIbAQ8D99eJT8eJitdoOutR+vPhkmsJh5u5rdKDLrLIMGsYRRNw66TAVghilCLVEqgHo7tvJ1M3UzdTNRu5NmCvOkrlJMJAgQ8yts1MOAdfsi4ZxW5d3126lNpgqK7TTDClIpCEooF+5gNoqpcgBbOtWMmozajNqM2pvglp5lqhN4sfEYPxYL8HknibD2SUPirs+CcYz7CjCWGPLMADSUediHuAY1sB1n7NT5JXMmM2YzZj9aqIZwFlyNokWE2m02IuYgcwV/7qahzHTD801ZfHs77F4PBp3qNaRANyq+mnht51b1n8pE+o2t5868cNN7/cQ4bidj9iw6WZ8NcqXTNXzwIlVJmom6t3G3qZD9RzDbcUYQJN4MMH7AD0Itq0JMRRqmxR1FwEglNQoy7XDnkIBFGJcY2KcMF6y1oEraeDEZDlfDEMnMFQzQzNDH5dVeg1KHzSsdhSjSbyXEH2M9oJqa0wMh9R2CjswDdN6K5TV0mLlIIIs/IVwTJVh2GkEDmE6RThtxmnGacbpl4pTdJY4TWK7hOzj9NXFfLHartYXn/pIXadlQ1htK3TQypmmxqhgpCrBvQVeSqgFd1w5Dg3ih2htm8l4zXjNeM143Z1b6OwoXpM4Lgn6eH2hNkOrpaa+PATVsqzDU8IBgsRai4wzVFCGpNdcKuCtBML25v1lCxmlGaUZpRmlu3MLiR1DKU9itCTso7TKxt5n6a65PgTTqrAbmhXm/UwIyYxEimuvGcFQAGy4dIKIHk2rJjJOM04zTjNOd+cW8jqK0yQOS6I+Tn+YL23xb9s+T30ouNqO8LQq7J4hxSzmghCOrVeMaOOkg45AACWUsj/br5rIPM08zTzNPN2dW1zrKE+TMCuJB3h66IXa4G7QB7VT2A2rAogbRJ3ginrHvRUchT9CAyTjEtIeTifwP804zTjNOP1SccrPEqdJBJXsRFDNl/NLtShe7U+5HTgOpqoz25+Ee+QYmCNVe8e+VHV/29c98fyXsVtPjdPrb9TjKLqHE2B6H7IL0VJhRWFqDyKsjhpsxmL4bTlEC+t2ar4o1vErZahmqN7x2S+H4/YcnVDlGFaTaClJj2H1GE57EVOHFToWKxRYS64xgJZ6DzTkwVhlXMVcVwr71mLtNXNi1NQj5usUcVOZr5mvjzrzyg1A+6AuqqOQTUKlJDtqu74s+3nMcr2saxwHblWtu1AgOHHMOIMZw4wDj4BUwgpFPGIasnHsVo19ufCFGb4Zvhm+J8P3OodW+CDwTcKsZBpm9Xz5LtQsvr3azpduO3SKrCprzHRdY3zRYKTikYDV6henrReM3XVioF53m4cITx35dofLrm516XabuXnansy8WsbP8s51KVuhtcJvBmwG7P2tHhyM5DNcO6hCm4bImkReSdEn60EAa82RoQDWpKjreuUdMIQJZCHC0DksodBOOuKNhgK3rgJJA6eZqY+VqROYqJmpmalf1DbX9Wh9yNWCcawmEVhS9rHaC2itYTIc0Nop7J4QKwlDDEBLnDVKWO+FlNYxzxizhvTgOkVAa8ZrxmvG69eCV3SWeG0jsDAAfbz+2X3c9uG6rK4OoTUWdcCqMaQQUM6wsxIiSIxGHigDEYOUI3kI1thAxmrGasZqxupNsIrPEasCJFiFfawOHE9Y42TscMKD4oOMAYAyCg0kgjuomMEoGLEcAMi1E8oeInaagwkzZjNmM2a/FsySs8QsTDCLBjB7ZUz1OIeU3RcMQrYq7cZpxXwskhNFkDNeAAedYT7mZvFGEQx6jK3ayIjNiM2IzYi9CWLpWSIWJYjFfcT2ArdqmAwHbnUKO3xVzhKnFPJcCIwp1EoaKQn3znlIsTvk6xSBWxmvGa8Zr18LXtlZ4hUneCV9vDZD5dATtmZKM+4G3WCH6nQzY1lrOKGQeusF8cG6RZA7EkjMFTdJRuyhljJ6M3ozerM77M3gyx/QGXYcvm24F4bp8sFf3G51ZS6Kb1144WH8Lm3x3HfN3LrKnrn137tJsoWQJK4QQKWt0IQIIyymWEMdkxO0fK1/fBSp142nTdXGTJd9nqnY31n1pSeC6ZE7PEQQQfORakkI1Czh4jbemV1A06dIpvBq4nCrEgysL1a71bbQ7Vctn6GoH2y+fHd7Zl4rZQOy9eTf/+ttGKK7i7dPvnkbXtOHqmr9Yqv3GoQhYOFt+cnHip+tL9Zvnzx9+2SpLl3ZVj1gy8FaPLf2l2VZHmSmLK7BFFqN/wyA9W09BDezdqTFi7X0VLfdlg08+e//eHIzQHR8N+/I2hoUb5qIdzp1feP2wyaR6F242g7nSqqTa93ZqhQOacSIB0BBCJlFUABhmKIEQ4b2kp00cJJ0V+1crD6aoDHrBqc2lo7e4/4tpSDQZVFQdlVfoqVztaitnu3CuffB3okbWaHAvL9abwvv1O5q48oQosvVKlTb207ORyzcj3zfXHc+mGiwRDTSaccrp94Xz9+5pfk0EAKyDqUzVZaOh38MVDoS+hFrnxb4MXS/iSXj2C0eIuBj4CsdTB/quL+nxSLeZj9z2ORJQZ4U3G0IRzI2zzF8A40RkSdEpIdE7HkZl0QY9jFOirqOcBxBbRlETnptKBSIQKEs9pZbEIyHFo5tA6ctsjw2Mk4wKchkzGQ885Xq44B80CCMUTiKBI6sZy7q8E17VmJ9sY/GsqTrv+aY0BBA5DXARAJLqOE+JhQ3Gmoou2Qsf5/BmMGYwfg1gRGdJRiT8AnID8E4lC2s5MJoqrBuaTdhDZTCQiGoVtJJihA0GDsCiI9mpTZdSE6UJCyDMoMyg/JxgRKfIyhlEhABxSEoe05kJRSGXciSom52BBtmzExIHqbUGisOpMYCWBGYgDxnusvHKdzHMhwzHDMcHxccyVnCMQljgGmOg5er0Ovl8WTeZZUb5fIer9nblNnXOS2F98gdp8ptOP5At3NGOHFH5nlR9aRY99MZlnuVXkVehuYCWgoV+ViJeOmBUJjVYrUJpCrCHcOjZlBmUN5xiu4DqtzVNs2PcXSsohtKGOXfbVQc9ibcdl2sfPEijvpY/Lf4EV63GT6L765WQfxd8X25Y1/8+5ur3WozV4v/OEBvd6hVu/HJh6vcJurfBqZdrD7OdqvowTJTM1v3JsBjPVv5WSmDsTj6Cc1KMyv2JtasejOr/Afe/vEA+M0N3v6xequz/Vud1ax+tl6+O64W8JhaSEIvUJqbIdUHi/CcnS36hIZNWdd+PqzQDXPjGDMtuKCOKK4R98ooDynhDhBG2lDiXjMnJsR9JKriRBs6q4qsKh6hTX0DjXHyvlXWFidqiySSBMFBbdHbqNvffXi3rlvcdW22WBGOiLeEYusohtg4zZhkBlqdOEAeNJK1RNYSWUt8tVoCZS3xwFoiCXlBaHhOsdoEiXhTXh+cV8Ty2a4uH5tbtJU6esNoTQ1zglNjoEdUE4Zj9KE0SjuPxND8om0qa4+sPbL2+Gq1B87a44G1RxJRhfAR7VELyBH9YfY1jmqQulp37mEExxBCJAznknivmHOAOwUYEUCgUR3SiFzWIlmLZC3ytWoRkrXIA2uRJPgQkUEtEkUjtLwdVCCmLRzRHU2NbvyNFdCHx1VWYM0kgsJzJzAnXAAsHB1QG007WWNkjZE1xlerMWjWGA+sMZLgTJQGZz5fr4vXuys76Bql1uvZtiw8clZhr86RWPVwt9+qu514VGHvplOluxp64tsdrT2VL9Q+V1V4N9sGA3u2htFeX68ys1yu9DyiNnxO6z64xWod0RH0h7rMiiArgjs+dHAPkXMMWCdjTExiMhEbY+Khe1AonFWFs1+H/YP6Nbpu9sYBjw0lCBIN4hHaWEntjLdUcgzaMKR+OydmDDxjaE5lOWdoZmg+srSrx9j5oLHso9xMQjYRH+bmwPEsCc5ejxzRMlDlwGfGc84Z4vHoAGmRl84qxbQg4RJVcgidr6c5quUB2YkzOzM7Mztvy050huyMJwS27BTD7Dx0Mkxg9nzIy/CwvJtn0YuAR2sgZIYhGQCqrZA+4DMgUyE3hMznp/sZZlsz8zLz8lHxEp8lL5PATiSHeTmw1ZXA7MXIXtdAlQNwam1RPG1VCmwxJB6jYGMCYLWMiUSGwPlikt2uzM7MzszOR8VOcpbsTKIfcRr9+OJKx0M06u3jBJsmFMxUUlARs3u5640MsLXYBHsSEB6sS8Ns+I/VjHgFnGldArptnAbIblt3lMv7+E3uO3XIHpx1Iu9yf3Pnft8VbuGi+GyfFrHHfa+AIPrz9/Plu8KE8RExpkoQFNV7yOm8a1lJYr9wGvv1bcmh/tZoyafxXdFO8ZEN0bLeaXuhnVtNNPgPn+5es0HENDmd1z6cIGfkMJ9ylIcW3DbaD/NQr0p6v31W/NtW6UV1bEXovHm/+BRkZrtbXc7/EQuyKZFNibvdJz2EydltldIxPCZBTxj18PjSLa96bLysLnYmXW1Jx4rAEnHuKdbIaKoMI0RBRqQm3GCOeHs0cPv70yyI+2cmuvvUYpmZmZlf7PTrOnQ+6E7pKDaTaB+Me9jsnYlQIWT4UIS0rLtQZbnCyGpjNNDWS+sYMR4p65WkQKEDeE5xLML5mZwZnxmfGZ+fj090lvhMwlww6eGzHyJZMWQkMLJT2CEo0BB5rKHAChuBAHM4Zu4SFlmJYXKuTKeJjNCM0IzQjNCz2D8dRWgS94FpH6FqswocWfQZ2hYMQbQu7VDUEVWmJrHUeAkJDdYvp0oKZLH1pjwjsUPRuo2M0YzRjNEzxmiCgvtCKTlLlCbhIpgNoDSMy6sBa3R/fRCkZeFBfIgxCAgtMUKeEkwt8MT7MKlnVlqlexwtm8gYzRjNGM3W6GQR13eC0CRyBPMeQv+0mdseP99VFwfgGUu620hGE02gRVIipxWASCKohdfcSGaVOiBn/H3GZsZmxmbGZoNNdo7YhEnQCBY9bP41tL+qRkmPnh9iWTXehiGaVOjO5rmBliCNoICSE+ix48hAjKhVjjp7wNKkmYzUjNSM1IzUBqn8LJGaxJVg2UNq7zjFCiHD5ymmZV2GWuGZopRwToM9ahylQnkUZvPImvD3A4ZOcaJixmfGZ8bnl4RPcZb4TEJLCOjh8+co7Hr1ew+gi7ZgAKFN6cG2kgaIagyAhkp4ArkFxGkBIMRemUP3pqaNjNGM0YzRM8ZoHS10fyCV14AUPghIk7gjksYd/VntrjaufsMJR5fl9dn+7VUY7Vzt4tN5qAgVxBlosBYGMYMBNUYR4gRoA/Q6TRyl53WDqm7J/b5erDZus29yEooON/4QJ3nXX+j7uieNMLxpuBr6vi158t088HBTikfE5CsV/mwWTVLSbUxqOvtlub2fULwn//5fb8PY3F28ffLN2/CKPtSBjeu6V9uY1TSw4G35iYcLn60v1m+fPH0bxsylK9tpnmnbZFoNz/TLsqwThKWsUvMotBv/GeDp23rQbWbt2IoXa7Gpbr0tG3jy30+Hn2Ix/88okmUfhh6kX95/luRz3dPDxGy0dxccWafO/a5MCh1U/Q+uHLhhIK62u/2ovVC74qfLGHUfh+1fSifx7WQJc319z9k63HMPhNH8t12cDSS9HURpEqNE0hil55td8adYe/MpzW272c3e7a9WGE2udROfC0OBpMoFY5djzB1zVCMlKKSOW9YGdiYNnJgDom3ojuKbj9zheuMUPSuPvrrT6OZFtEWeFu/c6tLtNkG1N5HOJUXn4bdhsO5iZPOl2r5PAp+/jJjmV5vVZTCCq5zWL6Oo/sWZaDU21mOd4vpFk/X9xzAvbaR8KrldV52oUllfRtndlJ3YG7x1Zusm9fwsTo5nVf75I/IdJHJWS+Ts9e2EPImoIWlETXgreys6vJMw8JeptJukOPS2LB6P3j5W+0gwd/qz02K6j3VgqvwGx9/IvUd8D33AODctJ2tuUyriIPSbMPGs6gSdViaH6fywfJG2mfw9K15frD6aOL8rq5qrTbT7w+Rv9fdoej0NU8IqO2TJlPqwinCbMMW5rFPSRCnbLpx7X+w2armtBPYPeVqbp7W3DRUfM73Dn5wKLBwyWLtlfWP1L2X52Vio4yA+u1B3NqZhkqAjQsY0TC90My2d/TgYwTlQ5eBUNs6t45xo4SkR3EDEmSGKa2yNSBKDDzR0YkKdR6ZuJpi9Z3WT1U3ejPpMeD9osP0ouJNQJ0JHwd09zaGL0oHDHHoVOsj2RsfMJcAAbpVFHFikuHGeEAy182IE2Scf5ZCBnYGdgZ23vW6ObHSWyE5CqggbQ/arWhrHsJ2Uj6O7qdQN/DeCcMixwRxLzyXnwhpkgDeSA+LIML6bpjLCM8IzwrPNfT8Ax2cJ8CSgi/BRm7vcUf00anbvi49Y3lWdDr05FVZBBAzRzFAGGJPIKw+UIlgpw0aM76qlDO8M7wzvDO/7gTc5R3ijJKyMiDF4D5zk1uHp2Flug5W6693KUi0INNAK6SS3VnvJkREaQqXtiPU9zXluGeAZ4BngGeA3Bfht0yn8Y7607vfwQiB4e080TyLaiBz3jOmdldSh69hpSYOVDn3ksMEEEKa1hE5rRLAjVjHCCbVltocBmk9zYlKmeaZ5pnmm+U1pzs7SHE9i6mjnuKb4watkjdvi++YlpwSvKsxihVlaoUL4cHF3KQUwyCn3EAlvGYohd4hzSK3SHGuemOKDbZ1I77pNE9vULgwsN1M+DJDSm3Qqfh+9yUMc1zD8WRtpKqPy3m2c2u3ZtfKlcK9X66uFCsJXPkTxT0X5GHUUyZS+z+WLuYUfW9Wh6qUOuLL1ivvebN9Wj/S8eaDHH3XxIn7BGB5Z/BQd1issFN/W429pZ9Wz/nQZYy7rTz+V83bQ5bPdambKLoSbzeZtF/YiELpQfZJ57ML1oRkjMKkE/1r3bZSEu9E03C3YjcX3m03QKa/jEC3exA+bIC6Uz8ryWVk+a8orwg2WdgDHCETKGu4MQFQghpFwBDhKkYLEwdabe7Cp0/gWm3RlkzGydiKedRs9S36lpuhH9SmKw6V6X9uWZd+LMtT4Msq8dir8PthsX0b0xoH4F3F8v4oPWwZa/ToPpmmwVcI32wUwbHdO2Yj3FzHM42/Bmv3rPJhDqwkDsA5YMIvDpxqNo5I+LFQ3jNNASTAWTYOxfg7EiTE7r6pR28j3orpc9mk8LmOo1pF4jMX6tCiMzu301XwxXRjrUNM3CWIVE0ZdpJ+isjd60f/7JAHVvG4XfqE2ton+jyO87HvUb1VQZdRu9bNVwh2nCaXA66vtfOm2VVBRnJTeZWqASqvWAzP2ZXcRgdQ8TT0q9tO+gI5V6HgEVrBsNmGGW5SSHuZC1aMW24vVZmdWNjzQZnVZ1gy8WsVZb0zA+6moJMuWD/2seL7Yrp7GwzcvY+qE0Mbch3olH0M/ls5ZZ+s56LZ9y9tvwu07XyXGdAUTKLlcvtQX9VGez009Y4vT8YOfVimM3j55FkA9N+/LLlejc9u/c9lAuLQs3q1iw2+DqH0Kb3D2L/Vxodv6JuETlC1VU8TIrOql/bJ2e/S/rF+d2i88VHU63XtVvuW66jVDIZ8fWE9vD+B5djEVfEwbJFF7FI9og3Kwj6mEepLWWZPsVehYfDaYeAxToxQCVnHnhMJKM8G9YJR5v9cXvWZOs/bOXWmcaPllpZGVRlYaj3Bp9Brd8aAhHaN6I4nFo2RMb9QJLbZjusO35eP6o6nUXTWgFGnDkYrJGyGQUChGBGNWas2lgcM6pGnqcesRmPVI1iNZj2Q9cjs9gs9SjyShgZSO6ZH+CT4dUI4c5DNUp6NEDNUQQKco4dBxAqRyPPBKCUuo12ZkIjLJsT5Zh2QdknVI1iGPTIeQs9QhSawiZaM6pHcmcZfqw0cTD9XpnmxErBKAcsW0xoxzI5X10kPhvWHGgxEdMsVBxVmHZB2SdUjWIY9Mh6Cz1CFJuCTlYzrkTUxreblaxp37MUWy69YZ1yZpxY5KUQKzeNI9hMZSCClByArmARESGO1H1rbS5vI+SdYrWa9kvfJV6RV6jnoFJ5GcVBxb32oH9rFlrugqpkzHiXxstaut2tUu1mtCmUbcK+4005BAaoUXIKgdnxw7cKTBrF+yfsn6JeuXr0q/sLPUL0lsKZXj/luL9bj/Vll2zH8rfI/OtomiABEMvdTcM0SklVKHK4xYh6zlY/5bi3XWG1lvZL2R9cZXpTf4WeqNJKSVgVH/rcPDdrveVINn7g5U6WgPpJjyBnNotWXAaAi5Fwp4aoF0ysgRz60JTuDN+iPrj6w/sv54ZPpDnKX+SMKFGRzTH8moGFMipXjOLusq45okqdddzmKGGkAw0IRZSxxzTBDIJCNKGErssDpJWss6JeuUrFOyTvmqdMqDnrg8qlOSyHQOO3nSNuvVJo7B9gzp9vjAuuzYmYEHVY4eFHhQ93PTnh3ecuIzQsdvcL2bFiwvTXtCYPOB3nTOrjer8IkrEQ8YCE8RT8NMNMM+dVvF/32ys1eBpH61mAdALt3H7dNw63k8X/RpoJG6fNrkN3tay13dmaeF25lnMUHJprz/Nh5PehGlIIqoC2/lU9BeZQavP0yYyuIzzpXbfVq7j5v5SDqew9J+Np43+xpT5uIZ6tVtT5jrC+rZhULLMfwkodAcDeJn4Gy5RgzHDpbrlnfPuCA+2GMOC4gUZAJ6AJQWkgrgqIWdI4q6rZyakvHxsGmSdIxfMZsmT+J3vXw/aLjqqGwn4aocj5gWiyAerngdzHS3HJTxuspsX2VE1rv1ujJPkfJOCucFlJ6HTwkItFpbzYlkWA7IfLe1LPtZ9qeS/WyenJl38ii+kihJTgbx9Vx3AyRbfjQlI7Aqi7spR7WnXnhmiTEYQGacEgwJaTRhjmo2wKiykYymjKazNUvwWcp1ErnG6aBc77/roGynpSPyva/SzZ8BkUHackF8kG6IJbI2TEIIUdhg4/GAjO8bynKe5fxs5ZycpZwn0UWcDcr5iwu1GdbfTcmIfJfFHdkmFnErNdbIeGMcp8BRxJTyGiOkpB+Q7bKRLNdZrs9Wruk5yjVJojs4H5TrP4ePOSjWdcGIVMfS7iEumlFnKVfAEqu5pFZojoUHSiKPLB8Q6thGluks02cr0+wsZTrxqOdieBtgvplXybb72wBN0dg2QFnekWyImfFQScgAcQJKIKTTmHKsmIMAqKFtgLKVLNtZts9WtvlZynbi9czloGyPhPi3svfmSHz/cK2uHodcOQOUtwZDhzmm0nhFAIuTb4bNgLS/mSyyP8v81yPz9Qkb9yv14iylPvFVFWBQ6l/vVhs3KO5NyYicl8XdlbUwcDUkDAFrDcOEY8Yhc8BYb4NehwMCXjaSJTtL9tlqc3mWcp34C4phf8HXV+vwp+F1tbZsTLarCh3plgQRJJHiAnBmHBMGeeWp4BoxY5Udku6qmSzfWb7P12kHnKWAJx55Ao2Y6+pyxEwvC0bNc3XZXTMPUuwIk5oqoBAllCFqsGeWe4+1dINmubrMQp2F+nyF+ixd8UjiiieGXfFeuzgenC1e1cdbF2/KOoNavK47a+rOmrpjWn34B10vPWexIdBT6Jj2BJCg5R3kMqYGF8bpIS0/3GwGRAbE+QLiLJ3dSOLsJsjNAHEzNNwCCt0VeiCZ4cJSDwD3WAKAkFAESEQhdcjdBAcZBBkEZ7xwB8/SP44k/nFi2D/uRfUlhz1n9mVjvjNVhe76HfAOKwwhlDTofqsVdhRoC5WWgpbetz3vmaqZLOJZxM9X15+lYxxJHOMEG5nh/74rvl2szPuRef7vu1lTPDrbb+p01/KwZkJrhC2j3kKAhGaahjk/lFpQTQfn/E1LWdizsJ+vsJ+ltxxNvOXEsLfcy5WeL1zxfL0eFPaqeFYVjwh7W6cj7I5KhJm0CGPtFOOYAGyVgtQwR6QY8rJpW8rCnoX9fIX9LN3oaOJGJ4bd6F5UH27Edm8Lx4z3ukZXp0PlJBFCU6I5QMCL8HfrtbfMUIaHxLxpJwt5FvLzFfKz9KejiT+dGPan66UQbQXvh8H8oYfl3WxvAFovgfIIYA8YlMRABQUn1HIp2JBzzQ8TZA7Nwp2F+y6F+yzd5mjiNidH3ObMJgyJ4s0q/G/YYq9qzN6sZlWNsfX3tFo3XbBlwgcTnQapl4oQ6pjTgFLrnQtqfkihdxrLgp8F/3wF/yz96mjrV0dA6nbz7eYqVG6eZz9GEsHXZY2hsXyQk2+84mFGvpGanyfPI41NJMzjD9WVZNSXZDRxRr76U+06Ytzkbt1UuVpVcbWc/+eVK0LT4ZGK3YXaFdvdPLC5iDlBogQW62r/svinIjzuh7kJAl9tUG2rRmx4iIoMQYadLXYbtdxW47UIA7oIozq0eLVQm8WnYh66uInRDMt3zx42A5++0nrhLoOMXgzluOkV95PcfFtWeRmrTJnlphbI6q7b2+e4GZfRO0nE9+PqY1QAL8rUtmFENbp3M38XxlkYD2VmmOJl3LOvhklkeEz2+mNMtlXmef33N1e71WauFv9xQLNWpOMLrF5XItylRO/q3wZSXKw+xiPKqjS7MzXbVn3ZNX2ZqdiX2aWbbau+zEJfZqEvs4uYXytKxts/HhC0af7tH6sXO6tf7LN1FQA4StfK0X+IrjShK+7T9aVbXvWJelld7ZhPSdFBXkGNoOHKOUS45BJjzJxkBGFgmcNt/H/SwGlm0uPA6gQG0leF1YkNopuT6WS/xUylW1OJJVQifSr9WI2FAyrVI2SISrGou3SDCVIWQECJllwrw6UA3nrpEKcak0MqxQYylTKVpktrmG2+07MbZrLemqw8ISvtk/UwcWPNFTWUtTEtO4Crg8Yih5mRigtsoMTIW+UdcoT04apOz9eY6Zrpmuk6bY7JTNdb01UkdGUDdmsQ/EUp/H3jNSkatGCb8m7+Du4FRcjGZLiYEcYZxtpiDYknDjvZM2ObVjJtM23PZoZNMqnunVQyIRXvk2oglKkWy/VI+NJBcTdkSRGGnISYY0BQsAaNopYhbK1wQhF+iKn1JGFKmVKZUhNSimZK3TelGEgoJfqUel2P0j6ltm3JEKWa4g6ljHZOQ8cVNUgQpCGl3kGsjOYGMmoPKdU0kimVKfU5YZN57jrKWpZZe++shQlrZZ+18QjXwbVBsy8YIm1d2gEthppZ5a1G1mtKBKSIUewYsJ4qrM0haOs2MmczZzNnJ+Usz5y9d862UQoEgj5neyEKNVr8YHxCp7Drd8MplR4YyokLE21JA20JsBwZrQHsQ9ZPEJmQGZtn3BPSSWQ63TudcEKnThbTiyC8F8e8rU1Z4wbe1iMVj52DPvyLz4yiGLm9VZv3U8VRHLnFTSIppva/Hvl4TThF+JsLf9vWb2wvBBerBipLtwuoclu3NC4GXZSBFdVTPiuef1DzhQqGUKFie+X+UqGWtoiPW9QPe08e1rcLihgd0+d2TDhGY/KaREdA1JfX/hnh1dAcOSA8LeyujUGChISQO+iQls5xyLyWEhKmkQPJCX1pEyeGOz0yQZ0i5OnLEtSpg5huLK8PmWt0XFYTX3uI+7L6b+vwhWNg2fcfDpOIVcO0qTDbVxiS3oNaBwd+M4WY89YqJ5Hk2DtHnKPGK059OR3piPFBW1mev255nj4Z4I0lGp2lRCd+6pD0Jbp3DHY1PIfPwE7KOjIrnIcYe+wZC/N5hgXAmCiBHeLOWa0PZXaK06+zpGbN+3lyis9SThOvZ0j7cvpKbcNEekDjtgVDslqXdo+rh9RZAwTGQaNizRGmQAsjOfGCeUkOpbVuI8trltcHkVdylvKa+NFCNiCvF6vdqvhT/Nnm04DUxuJZWzwou2mdjgRbSQQQSnJIpLHUYo0xJQoJAqT36dm2Ay1lOc5y/CByTM9SjhMvU8j7cvxidXl5tZzvBmQ4LRqS3315Nz8PIsQxxSxXTMLoVKAcshxwRiEGqie7+1ay3Ga5fRC5Zecotzzxu4SiL7ev3eYyjJKe0O6vD0lsVdid2npnvRRYW0q998BzBZkNs1zFHa08PjviWjWRZTXL6oPIKj9LWU389qAc0rH9vLaN8htJatst7i4gaxg0KxOO0zASKRHeSuEILk+oAxL0Fewk6WyzzGaZ/TyZFWcps4kPGAJ9me2nqa1G50iO2rSwaw5LTlkQU4utIdIR5KyyimDHsMSa95aOJ8lOm2U1y+rnyao8S1lNPKLQgEfUz+X3uN4vqvxuN/eOGq5+vY/U8O+mFeU6gvxOZbmJhc++UmflKzU62s/OYwqPyXPiMYXQmDyP+U2Vpce9p9Iq3dkuNAB4oikynlIEiXUSSoc9xBBBbw61cdrQ3ejk8xXkrJXvRyvfWJ4f1KNqVJYTjyqEx2T5Wr+qStBu5l01WLd76AvDisgg5w5QypWhHjvHoEWUeaqtGhbze/G0yvKefa1uLPHoLCU+8bhCZEziR/yuKkk75n2V1OjuCRNmhBOOeQHiIezOako8NOW0mjs2LNN36ImVJTlr7hvKMT5LOU48shAdk+NRv6xKvo57Z3XqdH20jMHWGQYpZQ4hCS3zWBjoFHVSJCnJh1rK8pzl+UHlmZylPCceW4iNyvNxv61azm7gvTVQs2uDuzCnBgByqaXmAGgAKJPBDjeKclkeIzMk4XfvyZXlPMv5DeWcnqWcJx5diI/J+RG/rkrSrvPuOqjVTSZIvDHAEmyFlN5KBiHTVhvKDTfUjcyv79jTK8t1lusbyjU7R7kWiccXEmNyPeb3VYnYUe+vtEpHnL3BQIc5NAdYG64RpoxRg5lWKsy1iRsW57v0BMuynGX5hrLMz1KWE48wJMd19JhfWKMwj3qHdSt1JNpZEXSzVww7o6k0PswIKANMOOOFLWf7gwr6Lj3Fskxnmb6hTIuzlOnEYwyDMZke8xurJOyo91hapXuYC2SCcyQY9ZZa4xlC0kjDFJHWe46HpfkuPcmyLGdZvqEsy7OU5cSjDKceZX9ZhZ/Hj3PEm2xT17mBJ9lo1SNeZKO/+TwRHm1uIvE99jauFV08sefY6OcrTPhdJZP1meQ/xCx9H9SiCOIbDB/jNrvwx3gaubPNgeVBnNscgvvcgufoG3Zs3J6dXxgZk8rELwyjIak8OAt3P/aGTsPtFHaXppGFwnPvsfAIeU8gVMR5YqWnRCaHo3WaOE2TPh4xnECDPjoxnFhH3kYaH9Sra1QSE68ujIck8eD81/3wGzoBtlPYPTwrmLYaCcu0dZJKCIw2jnKkNaIQJdGHnSayJH65kji5z9VtZBGdpSwm/laYDMniz/Olu1oPSeOiKRmWx6q4I5GMYSgFgBAJQCnGCliMhMHcUaastn2JrBrJMpm14x1IJD5LiUw8pzAdl8gCjcvkDF0jlTPUtVmFNgRaKZA1hAtnlQ6Gq1JSEgZtkku+10yWzCyZdyCZ5CwlM/GBwmxIMmvXouJNWTAgnu+qCrNdXWFYRju1un7KimDFY5yB4Vwp5ryDVGgAlObGgwEF2mkrS2uW1juQVnqW0pp4MmF+RFqPyOl1EnqQQh0pSIhlggFtPCJOQkt1sHeVQcjDUdnMUvnlSqVRm1V4p4sHkkx2jpIpE18kLIYk8/U6dKcbGLAfhtu2bFg2mwpdp0JHgCVKQGAQ9sJS76ix1CgMnUNDirNpJktn1pl3IJn8LCUz8SzCckgyex4I+wE4fH7ZQXHX84CECSZFljrKvIHBpo4RO0447YOZi1RfJqc4wyxLZJbI8/MLGpXIxC+IgCGJ/M7t1HxRvCx7OSCXtiyfXdblw9KZVuruoVBoJRQIYO+55DRauEp6qB2QHkPdl9G0qSypeS/lTmT1Or8f+CCymvj9EHidrA6v36bSc2QVt1utu0RkPIVOaxzMXWidkYQToaADkBnqPD8usXlFN8vsXfkigLMU2sQtiHTcglz4Wt+HH4Snen2x+mjUNvyheYF7wQ21Zq6sNdvWtWb711wJ75E6HcklgmmktUOScYQcBwRBHuan2ADKYaJrY9dmVddmTddmVddOlN7xnk4lv0ff17Xn/E4pwc+XhVu4dyqIaNOT0t22lNfYz6LqZ/FP5d92oagWm2fFDwv3+7x0s13awlxtd6vL+T+iINyBtJ4kox2/vDuyZAfFKvHxIamPz0/b1aXbbeamL0vzpuhQgA4LuvFlGjBAoTeeMSIVIR4hiQAhjkCicJu65bCV00Sl39ok8jHwDq4VCjqlUBRmtVht/NXiabHvS31kdXscdnl0daiz+NQZ/NVvt6VQhBs6F+5StZzFohaLxN2GpO42v65WZVS1C6OnlozidaDP3CQC8nG1mpm6Uj0+Ztum0oFz+NG6h17h45U/TzgG2ptIPgZa7okIuEZETnQFf16baGHwq+X8UkULbujz7aVlVuwu5tsY4REjOar32sRiVKfG25XbLv/nrgjP220qjGV1Bw7hT+PwaF7jyUbg0bF7dv7hdEw0E78bkvrdfD87eLhEItuy2euuzqpnbL0K3V0JirHxVmCDlIMIeYQBJw46y7lHtNVdvWZOU17nLZ8nq7BHK58Hq58PKKYP6jg+KqKJAw5hx0S0txzaE6DZy6EF0ZFq3TS/iDpATdDlnEKqJVKcWgUgN0wowfC40FaNZdHNonuXoosecpllVHQTbxzCrzF8v/u0VJcdyzfU6glTW6sS4SN1ulsawiHDiMccS0cpMpRhQ4Sh0iPgXbtAeqTBG8jwx48fn1VSlEhzKcLN6N0+tDTDs5ZmW73qrjiHB93eqRy3S6RTye8DzTUJSNxsSOpm8+1ileTLLn4Ic/b5djcUjKzrmjMXa858VfNISPI1PzgSmHzDX36e0hxucyJJG3039zorjfsR13zYgxwDzQ7Dfvthn3SgXN7RToW/+atFER9NLWoZjuP1HGOUrx/UZzcTZWOCm3jhEDkkuL3TK/bSczF4csVBcdcLRyHnMAmzUGcBFJJQrRhxTEIsIHBtvPJBI6eZsecgkT31R0ohnXKH8DFK5MQuOLcXzAede44KZeKIQ8GQUB4mpd/LixpKSN8t7e7gWw4kdYR5pZHTJEwvASACeAu5Ys70JVKdnoj+MajILJAPI5DoLAUy8bahcEggX602O79azFdDQrlOCocFc1+jG+XBkbVGa8A1Q1IgLQyCGAnFsMAOob5w7tvJApoF9G4EFJ+lgCaeNRQNCeivLvQp/PcwXHIvOh+rCsPhksO1uh413ngNtJRISANRsG+JYRwDpnWYXyXnow63lQU2C+zdCCw5S4FNfHYoPiawL9qotlGZTSLfjottU7G7M2qh1pJLq71RQisZ88EraIBnjOIyNmVEcpvmsvB+ocJ7ByGVtxdgepYCnHgXUXJU47rfd0cVblV+jb4NlTpCixHziEuMJFEcS2uxUgYbE2iCkfXiiLoNTWWBzdr2boSVnaWwJv5GlA7OX9VmN3fbcfN4XVW4xjzu1OruhBKulIMaM2GxwVYCyD1iwDHDFCV8YC6btpUFNgvs3QgsP0uBTbyPKDsmsMfM40aCrjWPDyt2E3Z5CYJNrLgOIqucc9xjzYAwVgHGkvNKR5vLwpvN47sTYHGWApz4IFF+VOOOmMd79XfMPE4rHWS/VIRjwoxhWGqh49mF1HoFKYKaOX9E3WbzOGvbOxNWeY7CChPvJTrovfTD1dLFrzJqHvuqwjXmcadW95wj6TiHmBCODMaGMu0IQYBjj6SF3vbltdNWFtgssHfkIAHOUmITtyUqj0lsL4ymJ0DbwWCakWpd5wlIgQSCQIOo4UZ4ECa4QApugAFC8HGhnSIqNEvt+dvFDyCvZ+nRBBOPJgaOatgRc3iv7o6Zw2mlrqQG6QQOEeZjjgOLPHHUGsgo8zCoW3NEvWZzOGvXu5PWs3R3gom7Ext0d6oP2BwSVLMvGpbRurwjnpQgAaBA2ijBCMEOMSI0hkFeCXRDi8N1K1kys2TekWSepZ8TTPycWOrnVK4mmf5xRuv6+uFxRsnV7raqJyhoRwG49tJ5YjSkVllHy/+Ub7WJpkmaODXMdGNjAqtt2dYsDKd3bu/4/z/KltkkIlm3df+RpvGjFNUTFWH8XIXvdLWNwzHGnu0/3ffeO7Mrnls7+2X6gzMHROjJv//X2/Ahdxdvn3zzNryBD3U6jubbbmdhgK+Wb9+Wn2+48Nn6Yv32ydO3T5bq0pXtNM+zTR7ol2VZJ0hCWaUeFqHd+E+MXjwYE2/rEbWZteMmXqxlorr1tmzgyX//x5PzDo6Dia8T6/g6XenyLMDVZn1xKLi6LJtdxrKu8PZKDvdZHdPGQOUEwBJ7jz3HQjiLtfQiWfg9bObOhZhOKMT0zIS48ykfXoKrj1t92wEZ7hX3pbh6oP3zfN0CnPg6MdLVuqGu+n1A65bXe1q3vdoRWiSBE4xighFzDkLhJFOOGwcoFl6hVOu2Tdy5wJIJBZbcv8A2L6uID9iIbGnEXsbVmfDvD6465zqOgNW9COz5h3LDxFeIpb5Cfw3trA5H+od4sTvM20vd3HnShUkeCHYkJkBoDYhADmLvOMVWJYqp/f2dD3A84QDH9z/At/M4ZxtSTOUo//HNy59pUb7OPLTLoZ141bDUq+b/umXQ4Jvl9nB4v3fLoCxDQXeIdy93VxqpF9JRTzWWEmopqUPaO02B8U4mfqndNu58qKMJhzp6sKFePlmhwzB6t1ldLW2F9oGxr4rtlQ4ft2g/rStnI1kSSklI3FNYxz1FbeemIsqLVfhRqRjTaUksr0aZScvrqclQaVcLeIaoYdQJpTRhQnpFmaWMIsSlpe3BVYNN3aGUTJQIZ/QO9y8y7WsrVr74NXTtVexa9XGrrA7bSljKfj6tNMXTYj/Bf9paUDHLapguuD/cS27VL2Rd4mmem909yVDiu8NS352fVXzgOD//azwm8/Wqw7FFUzr7EE+s3K4Sig2UdWdrVhFqPLJSOwO441BgjT0P/ycF02282EBDpxGsbTC2FcB4tdzZ1cflRPgaa/4m7GITsitm+ne74ttffnn95g/F83bPIc3ute9sETtb7DvbXZuJ+dXfPnlRLf7HMfD2yRksz1yqOO1cqqVxQwjoFfcRkDxR8U/Fy/YHnwmE9uZ2ZeKFcN+Y020/GJI+PRYyJD5CLPUR+rdltBZfhBvvNleHBk5ZODsorLjQL+oGgGuIvFQCKaqJsIQqDrj1Mkx3WbD/2wDwfjunUeGqbM902puEB/2G75sEf1tdBRNlsSgWca2mzNi3B0DZuyLtXWDCsgw5LPcvMwAeNQBebFzcnA5fpS+vxav4gd9cqN3bKwSgDAPk+7iOtwt9LP4638538WiAXy/mQQ/EIRSM3/fFv7+5CpfnavEfB2y5UR7N+rfbt380Zcdmajnry0e5cz6L2SNncdjOXNOr2Ye6V7OPsVezT6urWZgtvH/7xwOyNTd6+8cB3FR4uJ58ibcVB0O7xJUFnGCvKZntSyrmHVw/iDEw0Y8KEiewYlIQCTCTxFsquLO6DQw6aOQ02m2Xq497Y3+2NW45lcfGQMv3zbs/BbMniNmqUAF7cewEa2Zlq1laJNnr0MV2w/h17GJ5jkyd3fQv+9f2h7x9/MXMcBJvLA7HpblzyNuByCXHu/VKuv4fAGPMDZJKciUgM8YZo7ijHmjqEBiT6VPPcjOfdDI4Zq4GxSRyPdj2fUv280v1D1ed99Q4VjUqoRLvuItc9nS/AFOvWGYBP2sB/zEQOQC7MVfCJ9ptVrOfltt1HEnFd24bxmX5DeMXLhffXtfLclNZJBdBb+1Ws8YwCe8kdmFed2Fmyy7MQheCZVI5bM22zYLqqPnR58R6eTPrI/FR46mP2uudCmbYwOl9DbS2scLQaYsHmZ+H6x1J+Hz8B59ph5Rthp8vzae7OoHy6D1uTbAJsj5Xn/B52aE9x3YHjqTpsnO1GLNNJmNL97H401VoM6DuXfRNNe/DBO1SbQJ6wkxmrcosLWGW5sNovtq4Z41oVQnen3ZPAVuogNTd9g9nmCV6dLifXXJoPibJieMaxz1JfumWVz3pvawudny/25Kuq5rGEFJgPRTAcUEsZwp66lRMmucB3Qty+/sTpw6PTmQn8P7+GkR2Ym/xG0vubWOtVt5v3S4+4Tdg/fvT5J//pXtXFt9AEv/M04uboYtv7wkHiRscJz0c9BLFV6IwnCU+LesuKqCYhQ9A7ZmLB5YpK6AV1gNGpEBSHkBhivzwGQsZC5NiAX0+FkrhxvFfKP4LjqFhqN5m8Op9wSFxG+S0B4cX1eDr0cHsrw/goTnQtbPLQjk3ijMAMXaaWiGJIcwjiAIwnNcHfGgG/RcGiN7JvOhZmQ48E+JxEAJ/PiFmNIr2DCf/RjcwIGiDhq4J0V4OX+Ef86V1v4e7sPuCRuKQyVkfGv3cZrVUjyQ065Z2/TIdwxgzG/4VMOEhcMZ4S63kBDpmDu2KaVKXZcviC+XGFOeC34YX5H54cRuroqUFvC9aJE6rnPdoMXQERyUco+dvHBR30x5Kbzy2nlEvCIfeYaCdCfMSYBCmwB4AY6KTN7KpkU2NadFBz9vUoPcED5z4iXIxDo/iO7dT88U4Q2a2qXAMJXWtDlE4EcQbSryAVkXPUSOxkxIhyDAExo0RpW4rmyKZK0cPkb1vsrCHPPx5VM4Tr08uB9chuolr2nWCgaw1ncLuyeyWA4IQ0xxIDBFW0kqvPEHEKmYwHViHODlfTZbhbBtMKsH8nKcV6L4sg8RbUoAeMX5YrXYD2xq+uTzAi6qsm9+VQ4ysgVQ4bo3VxMUIUQWVAgABoQ5wUbXwpdEC5qnEo8aFuAtcHGAAnTadwPcFjcQpU8AeNP7sPm4XbjcEjmVaNACPtvzAWYIzay0TVjumraLOOO6CBcIVhaTMVpYCpG3li4dINjkeE0PkLScNV9tQMzxgWR7eV/nf8PftN/+jtqnva4cTJ36NonPG6Pxd8frq8tJtiteqmx5+/m62LUtmW5XkhT+43hF0xTgPMwkOgeQMIyAtwsRL45HjjJnkuJVuI6fJ+UFjs+3Far3PUj2JlB+5w0NMKw4+WvE6dKfxsi4lvE106T65IgiSCSJT+vGWTtwuBkeFX5t9osxz2184yZ35ubUx9Op5E2wXnXsW86WLZX+Lz//j6tJVYVgTezHHuDO1nDVhfqWHT7xzLItvfnYR7lzHWe2dlUe9mA8l7YYRVDjxfBSp5+ObjfrgQuXN0Obkrinsb1D2i7pHkAqKCXGWIczCwEMSMMUlwNRCSzloE4D12zlN7qv2ZnqxSk8znUTgh5q+XpuTUviny4JR9aKIvSiaXtRZL2J8ldvuqoDRJNHFe7csdJIy5jP0bjB7r9a/LcMkbntND/+8irbFhdpVASDV9TI0JCr+YF6EfhXlF96G/oeOuSJ8hiiSoSz+5O2Td4uVVotoJIRXG1RkWfvZ/9aB3P/y4sKZ98F2KI2S/62Ki43z//z2ZmPDrszVZehNmd03tBtU/LvSnP9NL9Tyfej8d2mN8PjqX0pAlrlb+iErxYVbrJ+dnEA/R6XcPiplWXy/fKfeledObYKxGp6v4Vf5xUqk/7IsCV9qwjsKTVnOXN2P2brqxx4NZXxKCfhV2Y/SQDhC9gGi3jBABSd+rKKTznGz+rtLXk2a0bEqGvA8OSjoOqtJI6iyBDCrJMHaWkQ9EN4yIhknbTKww1ZOg3q/tUmAPvAO7jeErqh7cAjymL5oW6I7ntawrXBaw7KZRwVguoClxac/nN05Hw8VWIoTl02RumzG1YshIYiLCn0J6FztbngyT7XEElIAJFIYACw8ZDAemUOAajc8O02cNvYPmppk4B8+9z2P+nj7POSnGfKJw6HoOhyuNp+qdZrt8RDFUC/atKHejSIVj1Q/GrB4g9997ope2/RkC3htk7der5skKjH5eIPR0o1ohL7baBdV9kgRbrIKdlmwV8Pl+BTxQM5Qu5zhtxnz4tt/Vryc13nw4lJAaXrPl3b+YW6vVDm/iDdvm/7bL//2l7LJT+cZm3h8uJ9diKIYE+jEJ1DwnkD3QhTjQB0OUWxKuvNyjzw3VkIigIfUeC8chwB4LoRhFCSr7s3vT11vPy/pnGQ1/WuRzsnX1G8npA968tuYgJLE706InoAOBA3G0ToWNNiWdXfXoQrTLAqgUIgYYw2HBgmGnfWOc+oOxHSaoMEsqFlQP09Q0VkKauI4J+SwaVzAYVN4BodFtS7sZk9V0jsnuTWecO4ws4AI5YWSAIUr6kBW6yaysGZhfRhhxWcprInPmgQ9Ya2jbQfEtR5EYwK7L+7G5HOOGSRaG0cJ1gIrYJFGygqvjJHsQGT3jWShzUL7MEJLzlJoE58xCUc0LBrRsOiYhu3m8EOOA+GwcVppyo1CQCMkvNeKIGYcH9SwKAtrFtaHEVZ6lsKaeHtJNCKseERY8TFhxd09EkiZ8YBJzygjxCsvAUTIKk0oRBgOCivOwpqF9WGElZ2lsCbuWhKPmsNo1BxGx83hrn4N4omN5dxCH2avTDomg2EMwlUHmVN8xBzOGjYL7QMJLT9LoU3ccCQZ0bBkRMOSYxqWdCM1qTJEuPD/QZ1aZLBAgJlgDDvutGZiUMOSLKxZWB9GWMVZCmviKyTpqIbFoxoWH9ewXaNYIKMMRR5rxaUBlErvgLLAWC8t1mhEw2azOAvtAwmtPEuhTbydZOrttA/reDlfzpvHS0Q3jPZ543a0l9v0YkdajWEGKKyBlxgrIQzBDmkHvMKSG2j20pq2cANRPeJgXH+IIKbdNicR2oOnv8bbDz1DeGKp3R9xFXvSD0C8UDE+KYwst1nGUzv1RgX0Vln+Szkc9QMs4vkyUT7/B0yE+Nur+SJCofQsRAD8f/a32j7Lp0x8KcfIkMRTSqaeUj/EE4a+c4t5PKTy8ABsHwpnti7co6Bz9SBrGnJSI+Q9wTE2mVHqnMIECkwtIC0LOk1MBYNOo/W52pMgod/wjZIbTAmGv11dXgYJfhPPwCtPvd7zINT5MF8at22OvjYXalnGepjVogzHaY7LfhoKD06XaQEyXywCMDZlLE/lWry9XK1Cg5fR4bdYhcdtAqIyFk49BLh8p+FlrweP/+sW9p/iZVPhq6caTdzLZMe9rDJ0f40S8VM6stMZSvUaotTM5gd1KtCN1ui6n2mDCBJAMyY9YhwTw721QlMmsJO+na6MNTcVAI/cYJr5zJE3dr920vM6yrDqUQvDEoHB3PlUzjgaC6gJrHxaITFGdfdxt16E30US7qNB7wB3tz/1PJ8XPikwEjc3mbq5/T+3DBM8c7EMA+Tdp2MxIP9wy9luX/MGUSDX/OBIHMgNf3kqNoZvMxEzhhu/PTAmCBS55htXiR+aiVWAw/x9mc9lWeUbSLI/tM8Trply7aSOTXxWfF/DJ4Zpl1x5FyZdMcdNmNHdUyzIVzalupH0nl1IixwjVOvbRwE4INRBQEuUraFwluZ692xPTbHllAIqNKdeMcgRhcAao5BHuj06o/n1VFbJOeAF3cO6zReFl4kXVG8voA8azjIqnDgRTnggnL1gljg2h0NZ2pKuawG22FjrAMVAMMi8VdwhiYBC0gHAOiJ64zCWL8cGyEJ6WyHNpsCZx+OMkoYkpEEHpHmuV1e7A9Co+lqPM2VB9zAcCizxUhPsAAqWgJQUYC0Vcc4wSmEHM+XPM2UyZTJlTqIMPkvK0IQy+IAyP1S5SbcHoPHt5R5rmrIObjzx3Ie5jFeOcg01pcqG4QexBxhwLjq4aVrIxMnEycQ5iTjkLInDEuKQA+L8NbS+OsDNh/pajzVlQRc0SmDroSZUc0khJ5yDwBsAKXVCetwBTfnzTJlMmUyZkyhDz5IyPKEMPaDMq83czKtckQln1vurPdLURV1PFwS9cNRAyqwEiHumnPDQUEcQQwdzqLqBTJtMm0ybk2jDzpI2IqEN620qb3fzy9UyJsQt3pQFh3vJbYXZrq7QY1C/VndJRyrnNJXMgDCps9ZSRhQDCllCpIa8g6N+W5lMmUyZTCeRiZ8lmWRCJn6ETEeYdB2NOhyiCjgACaRSGoYFEo5oKR3WRjCMGRvlUCbQV0ygmxximhl05rGDYwxiIGGQOFxjPjxesVwDHjxcsS3pJtnnXgsGiENKeSWMN5J7qjyn3ioJuxOxGx+smFmTrZ1MmjMNeBwlDUxIkzr3vlLz5U4HIbtIXv4sjP2WO22VWVVlj59eSfdgRomJhZgz6wFiHnhPKCE80IVr6pzc46fXzFQUWrcNVw7rs/Z0wqmO/jhyiwch0tgHjSiKAY5rtymvflQlU8JILLbxxLLy0KdyZM13ZUmJpSbEsgwe6IVIP6z7f/LqB6nTLR3Czv5N5VinRx26wBLHYJjaUd8uQseKHzZzG0b76zJyv7eTpmOdmS/rzOro/u7O2miNg+MpFVEaOeQ5wEo5BxR0DCIoBNTWtnv5o81Nhb0jN5jmwMojb+xeD7ErP2/Vj2IVYLcJ1tYmhjRdRitrt/qoNnYbQVb4zeqyxJ91693FNh5NW9LpaUW2XYwd7WR2KANJq9NrHzKmc7Ha7eZuCA9pSZ8N/WwWP5f1H4p01bstB8nQw/SKb/JEqTw/cgS+Xs+NK/5tXR03F49d3cbj6C5XVQxeHb1cPWn92FWmivgepjqRbhs7MbtaV2fNxUNBt/EsuroTVWijqgS9kXrVdOLYQaOj9LzhqXQs8SyHqe364kJtorHy59VyFt6Wn+9m/Ywdpqo0W67iZmNZ6TB/R5uv41jdwwi08cpTBZ+N32EikB993mtMV9wl+QQxaG8HPmgz4Xr7pJpKh2eIIarNBLqfAqQUle08/M0V/9TE6e+HaRO3Ws6i98lEKpQWcxPDlx82Du3R8f4WU+mj4npuQWhklEaJ9zkCAzQ6CERrZGwoGC0t6+a+5VwShSUg0HAPkbAOa6qs1MJxC+weR2kLU5mPjwk7E0yYvzjsTByfdiuxfcjQtHGRTVy5ERwQ2V54WjNCh0PUuqXdSFIGJOOC2/LIckmQ0ZYIzxTlTlrie4I7bahaFt3HLbo32e27O+G9bbRXnHNvy3PPd99IsP79qYj/4s2//pf+Jv4x+ed/LXpXNr0rb+8JCom3NUJDeny+3c47C+F7ZbsvGdbmVXE3b6ehxjLusNMUGmAUdpRDAoQywkmu+wq9aiSDIYPhtK25PKM4gyizcQol3tgID1Doh6ul3Q4wyNfXBwlUFnbD54FVlBLDKZLOSygZdZBBoQDRBII+f8omMn0yfTJ9JqEPOUv6JN7ZiAzQ5/WVMW47xJ/tvmSQQHVxh0HAYEqIMFACijhigDnBCeFCMIWJcD0G1Y1kCmUKZQpNQiF6lhRKPLERHaJQlWV/iEL7kmEKVcXdSFjEuYeEWumlwR4AjLUWJo5kTYzsr9DUjWQKZQo99OoqO0fx5YkTM2ID4vvrarOwl2o9IL8f26JBAW7Ku/GlDgCjlUFMaomMRsRbjDBAkvtg0tCeBDetZBHOIvzQIszPUoQT72DEB0T4Z7UJH/WnyyoX76EUL2LpbF6XDgpyUuUgL4VEHGBmkIaEISQwgoCFq4JrI5ITeQcayuKcxfmhxVmcpTgn7rBIDBnU69Cb1WbQom6Lhk3quryb5t9bEAUWx4ONIIVYKi+dxJZw55Dsa+SmlSzCWYQfWoTlWYpw4vOI5KDLwmI96LCwWI+7Kyy6hjTxmHJogEbcAwYZEWH+6yXVUGHPoRhwVlhkIzqL7MN7GYGzlNnEMxAPeQb2Inr3m22DUb3d0u4UGBPgVZBXyhimSiguoDGYG6I9xcL0t/Mmje7Nsptl97Nl9yxdBHniIog7LoLzpYufyJTn/1VZijp2c1Nenn1XpQxqjefB0m5WEKioNJRoLblBnACJLEJWe+IZEDTZFBtqajKBHm58GlkeeUMPIcZDHzNI8K4Trt8G8MYwsSDVi3AX55ZVTFhzau+F2kWhj/WbVp8mkut2uxjXFEZfDEWrpPvZw8bLfrG7YJ8Xc3XL6KiL1cfZbjWrDpOdqWow1+tQp8Vd3ajlw6iqYbLcMKKKJ76POPV9/K46Kve7Pz8fi5ate2mXajhWdqS86yQtoQA+zDW4AtxRIDDyBiomvCZOq/YQ85HGpqLeaPOTcG/8TV1z/g65A/KNfNgu+95eAaCA2ucpedqDXxUQW8EvsPJqW2YzudoUS/exG49ZsSSfhnpi3GyO//0q4n9PT4HAE0dSjEcPsa5HQfXqxk6zbsbWtqk1cLZ1t07XpLVee2UINeFPnAOEsNAKaoKVd8Kz4ZOuuw3ezbnXB7e4gwOwD9/cAxi5Xx/qs2HbgcmPq48xf089DlQ/YUD4X5ln4JePy+Lfyu9aP/dUmQQOLdrDbAGz8L8yycDq43JWjqzmS7UG7qjlewxDN7V/E79XTA5h+Rdn5mtXvFCbmGBnMXTQbdmHTVlvZup6R465va76YWqBo/Wnyi4wdJMpmXjQ9H1nFHgdBqFRYYJe5rEyq1WZea/q1LbJ+uL2B2LHqfzbwe+fgPNZ8WIxN2VD8bfVpKtYrd0yAHIdRM26nZovivhB7ulA21st1F03vM8uCB+NCXDiMorpNQJ8jdweLrsP1enYN0wrySQNJo1CSDEnpZeMYGjD/BVAJ7r2TU/CJjRszlh687J7X4z3L/O+5fhBl9zHZFgkfqOYjcjwy7KHwwJ8WZeNSm9ZoRsGZ6hGTlJprOTYeUMNFIIrrAji6TFIvWay3H71Ufn3LbXXhePDB5HaxFUUd1xFV5v1ahM/3THD2TS1bmI2H6/cy8fV1P6tqf2bvlraxelpuPrdKHOhLaKM6NXv0+ySXXOTmwgyOybI5WC8nSAPfNJSeLXaxs2u1HRuOl0b1koXS/Vh/q4U1mdFbKx5kKIcvuEHy2IbTPQgvZ+KchSvlvFy1YGnxXxpXbCrrVru4i5cNLf3xlgjtPdkVSOA4AzAGZQFpN9A8g082P4+OvLPzqbGY5KdeI1icVSyjwp0z42lV6O7GQSsU8BhjCXERlOntRfWOisMVgK3WaL77dxAJydifbBgM43OHW3/+lSoWV7vynzuCixi31A4tcA+uLAm/qFYDgrrz63m6AtrolZGhLWp0U1jg5FBnOtgOCskhAHWe8sFcQQQiBgdENamnUclrFm5/sv92MxdUcXkG8xOEFX4kBbzqKgmbqGk4xb6SbvNcWs51riRpTxasWclx5pTG8jdu9+BcXzkBvcvu0FMk82yvXBeqO1easuTWurflHPU0MXd3AQZbCU3CvK2Et+L0JfyeaLv2WpTyq8OMnmhlu/CvLYU+zBVDj2am/fF1Tru4QT5bdah491Wm8nV7NPPtJAJ+AbRrhSPjvQ7sY7rDbAXGxfBoYofwn+vwmgIzK2+yOvave9N3NwMFz/Ml8Zti7/Ot/FFbuOP/69z6zBZVza+5In3xUzZsZma+bpjs3qozLZVx2Zx1zVerDo2+1B3LP74fejYbFN17MguWfnKZ80rn/0aRaaxCIa2ybosI2MsS9xkCRxl2SjCeuZGp7R7egx1vsx+S6TQFlpjvECIaK+VdZ3glE4bk3nEnhXTbnuOQmbaJFMHgr4hZEqSZYqdBcUS91eCxi2yoRlUV2pHp1HD1TqAM1pCpZ2zgFJqvYnOUUQazB034T9oBHC3mVBl6+2rI91nzbso+AZ+rsV28pwrc+7OOJf4hJLUJ/TX1ar9tr8s0ynnx9UqvIfLMEdMdiJWy3bOOVahe+a6B0pK4zyWAjqjGRDWe+Is5VgR2e6zjrU2FdzS9ve+3+b9RAtKI63fN9SeV4tGRfisL+rutOs5xb9ebXfF1u1qR6jwXt6VCc1KsqVLP4FUi0Uk13q1vlqUO6olu8rfpW2vNyt7ZXbbu5hxtm/0Vgxj34Bgq3UZFkd57eL5qvoqZ+UXQcekNnFOJOSI1BavdzEA6AbCO9s2NY/LcF2v681tJKUKCwowk45LDR0UEkEMmDLQ+mtFuW70BhKdpbmS5uqF7S2QVpRfLVz0aIxrwrvS0SLGR9ev90lR97I8UzgR1/OSUhoE9ZiUtoP6rISVjQlr4ohI6Jiwvvm4uk5Kdx9Xx8UzVOhmzrKWS26Fk0JJiIWnlGHNhJbUaQfNcbkMrWUVm1XsLYWXfUP5LVUsOkcVKxPXQ8KOSO0NVWyQphup2LZeR5SRx9rroEuDzcwIJ4gZJwHzEFhvop/kdaKcVWxWsXspjf+jn6di0TmqWJl4HBJ+IKz1YkH9eCNyWk/cZ/vTlfoi2q3SXacTSsGgXSFg1Dnv4xkaHllhlfPMajgond32sqo9UdXWn+V6RVtVfDA1257f9fniK7+B+JZKFpylkk38CYk4KrfH1WxXlo4p2sGaB6oWSSe8hQAaLmVQrpAixSWEGmOj2A2EOSvbE5VtLaMPqmknEFQErrGGx/UsOEs9m7gUEnkgrz/Pwwuxg2p2tijLBrRrt6SbwM4TSj3HjFPFsdXOOxFerwjTWUk84qkcdpu5C13aucHksnf4fu5Z+vp6tA7mj1L37ZXWC/dytVlfVHH8pcCF1uahgY3b7mLF6gGaJFaPRwmvV9tdsCWcvV7Ox1IL6PL9XMb3M5RfoFfcTzKQvuF7zCtwwCr8DcBT5RXYqI/F810cX+U+6KpKJuD23/NV/T2rz60adtSJdKbOMRB6M1NNb+KVMrGA20tfM7qO7L71UXXDPAIyce2k4Bgyj1s4nZsfM3CGKnZX6wURUKJgsRAW3reTVEmoFMUwFDgoB+2boVYzZicxck4j7Q9d4+dpsb6JzXTfNtKXzk7yDaaZnZOzM3ElpfCAnd3pbmpsdicyB27w/QqH7u+hRlUhXvrNfgpDLRA0L8t8OcsyydD5/7f3p02S40iaIPxXWP2h64szmgR4+q68I5GR50xmV2xFVObMbL5SApKgOyvMjNakWXh6rux/XyjAAzwBmtHd42B3dVemm6oSBIFHFQo9RD+aUffqJTbi6FkQWYYVQuLK4uCDF08EnXTcSOGRLpremaM2jbxE+5bM1D5t6ea3a2XvbLv1a9utV2zM8BbZKzppnnN/TjpqpLA+t9MzHCIVmTRR3fpNU8Zajl+uSETV4FgmqSqWTxB0+/0gy0ZeEuLECmzLdambpjj1wsCOQt9OSRu6PCFttdjlSfnrRC5Pz5ZiN8/nZ4SLd3NKDidSwgGDHRfYx2UzVrLfRCgyP0js9kyT8YTPKmvrlfFTCpvVeIA0zyqVlBhwINlVe9wgkHEKL3cjaq08GswmvDMyTg9QkGYFk8qUJF/iHCEAOeCnHWHCm/zRulxkzg4lZUwPbLevdQ75Oiv/fuanJ2QibNjWLUK3jr/S6akOET8Y3x3uyB0cmDnS1QHiEDYNS/I12wRv7/NTXhpsZ/AipeVTRYUfTFqNRYBEHRP+IMbCCB7NIx+LmReiAvjccaqGcBNezGwhXPtUJQWPunLwKJ+Pof+eD+2uIMd78Px0Pfgjv3W1gGXZlhOnKcI2RYTQyHbCCMcepn5ApNYVI4LWUgAd0QydxAz3n7WKMtB51PMrhjtYMDX6Co/SoyEP9ff/kMdpPNznXCHwtIkkK9lEPgKAZwVD+eKU5rssZzoGNlm9sBn949Onp3yhXqQGB91bbK+Mg8YbZsnn++xPZpq/L8ihUtKV3oLFwL1LHYx8quSYuBmKeWqGYgpHpsmGIlxLMkTOoOAY8ugCoBSQ68oBuX+nZGd8B0fIkWgh9hZM48NvfRAc/NJ1t4cee0USpTT1vSC1sG/HEUGRnSaJFdtJA4EDMWsBIAg2a8lVydt1cW/mCc8Nd72avruMApDBAA0xQGaNprRgmNVU+M1KRkeJMF2rHC3ANNmAfpHcuxoYHLdT82QdYHh3Oh8OrX0kjrsNIMhboarL+GS4UFYjqba+ANIGD+S11XSQm4SF4V7UAwXXkuJ9XTne9x1hJ6DK5z5EhZL9WvvA+7gw8lu3rFmc+oEVWm6Q4gA7yI1dxwoJsZHlYOy2aTMjgtbChlHRq2DC+Mw8Kxa8FRtYQEGS3WXsqxvse76r/VH1FQrbRLQ4GElVDh9OsPXuaOqJli9n35wej/ShyKBb2Ih50/91aN28byjWNG7GRvUFdamZNNOcsFPx4YW6ubiWFPPs+qPtCH/LdskuS+lo3aimOdhDRTVXO2qWeFA/aki9Uj+CEcmrYtakfJ1qK8GKvvnvSJntHg2hItvugR2TRLZfWmv40eRXVZWD/kY0Z6miU0XnwsNHegCrCBT9+3NEDX744y7844uYOY5pe7WZE3RLDMwu5WcpDPUNJWwtQiHqptZAbWFWwRl/O+zYMI2352iXxeRJT1BRPZi2vkBtbYO9RKBrCgzGPLaDmfMkNcu9nl51IQF/Co6kUG43mIejgRU1t++6RVOmCDuGFcF+ZDkUIZsEjpt4ieN4qZP4Fg1sNwr8kYapAzxZu2nqZwZY4RcMWJIt8Q179ArA5d9a9trAtYHWM4CWFM/uhvOg1W8zMbL1RrtNTNF1+8Vgj3hB4NphmHqBQxLfwbbnx5QS30piZw6xVu09sQHWl2xhuew/3hVAtXohpw2oNIFKiiL35CjyH8gevBQQoQJeKunGf2Bk3XFSHkgFjpmWtG9rqQi7WTpBkKSu5VopIo5LbCugKUauHRAfuVHa1uBUSV0Nwe5Jcaqu7sefsw6QKR6jg2e2vSKgVXuKh4qLFdbDMu7WqncXj5ODYJEK486H7L/OVHjAq2saEu14hTr2ms9mZE15wOTZ7nqP5F+G3qM3/Nfn9xU5JgohtgwAN1jbc/9t5cn8O4XrWIbXbH4L8RmH3rKnAsvKncpmBwZhnvggROHG4bxNg6QSa3Td91KouNepOgzXPRTUytF4d9xlJ+h1CmUdh4dQTmmmO/KRYUPZhrt1/96z23zkOY5PmPlmO0mQujiNUs9CTppgC2Op2UErpChXwzohle3qo1nCy5miZuXKUDf/FDXSuat69aGeZtPPi+7Yrj1UXb7ELV4VdLYnH6gw3apYVQhXeISiKKf4vrrqqvp+8hUCr/eKxwcZ2emvVaXPFgsz9t6PN0Kg1CTZONKiuUqv0FVcGzwa4CCH2LfqsuEvL2H5eaZtAxABFqFPwGktxY17ctz4L+IG5m0TXwJ2IFtku5Ert+qXwXVb9+/dSuExTVBI3MClnm+7mNg08aHiZBInkRe2l/A9IWttVHHBZDbhM+bgOavsVNVj1Bdw7tNcxjemtTgKie0qHakGV/G7qhlvE2fOfq5u6f7xE+cWcSNg5rB9Vol5ZbyVtiPswTo8FzZhSkt4dfIyDUzqnWg7t85aebbMrukcokSz9W+Y5LsiP0OofpU99kRX+GyMnXMT/7jseFw/v8kXqy7udXp397ex2HlqZJEi3j054v3XrDwzY+k1s5S+z4t9OQSUj5zCZJYinPP2rebv/9CBFCdxfeKSKEVWFDtM/bspxVaAfRLjmNptgHtfylqY0pe7LpRMSH9uZV9f4f8LElJIBIqdbWsGFBBz2GAGL6/9aKQ7+kcGpxbAhwotukByYxxyZhmcTjzMkZygzRGTXDzyKHhSwPlp5RyVy0AiuOWJ2C+trqVQYU8OFZYgpgolhCgiaU9Fd3Vg3734Qeyo7p+7cXJuFFkp21Gx55EkcByEU+JbTuRbNpWLyHZlrLWbJNCSpK+fL6J8jo6O9lbcYVUGCAROsS1UJ4JA/Iswj+tS5WK73eXFHc3PpcEUbpI1lnfC2PfM4m3COssb4/+MCuP3/+DNdWUz/Pf/4NkkdTwy+4H+wRYiPBs2JM9GoWwj1hs3Xb3w/c2WLvIZhElPvMQeEv7YOjuOvULvx+EL/FITvNTw2x3Cs1rHwrlGKIYv8jr5SA5xJ6j7BdxcgWmFVeSGa63t5vqHcEn+UAGNbNZ+KwL11rJmayyTLNcZA7Wnw3QdVFLQuecOGsr8sMtO8X0NEEPfFBCl50Nb0KD5S9coddIk9qmNLd+JktjxXMsKfRQnvhXEvtwpt2Zft0XMHX+Nen7W9UJNPuC5Nea3cJ7MDmytEiM9n84Fd6Qz05LmhxuDj9N4yItdIlmoZE/+lM6zjQdJ3BvCL5K6FC9ZnXBlpSp62Rtt5GVdBkZiBveYcFvJrWhKpkubrjNtSgjlt6B/eRKLd7ma/RLiXL9MgHftW9dZG+C/b/aOWRt7tZ+Cu2+M95Ttgjc5A4XD49O17BmMovFW8Ftf88RGwexzPooZtdACsqbHwpYyDjyv4wsV12Y7Zn13HaKxuEmrtcKeE5oRI2x9fo2GGP21W+k0sAIvookTxmmEoJNi4lhpaMeJ59DQb4uKj4pazzc6Iry5el/NMzr3EB2vhrfqFUbj6GxvZCVPJ4H2Xyfuq5RjR+CwJKqFEcj2jx8N8VoGvJakJ/4iqQMA6LosB2GHqrtceEfo4WxkIjMq4R3NhMOHaQVx7IPwHFqeDPZ0Ur76RBTEZvx/irrBu8VXO7RfG99mkJcHhv5vhC/I35i6gGvbI62dD3CD1y+DVl95r6Ue4Ga7Goj5QB5BVTwwjVFWAxE33JDS36+A1li7kxpiHJB1tYWU7uHJ6R6gISBXr3XDjaTwc5pRj9zwp46KCPzUjZg2cJwkdiPfjWKmJUgS0QgFPqXtgWIoZ7X8/YHklZP2p+S/iFao1EDlHQOLndkUIi8bKrEcjGwPYRIlnEF2DMl5oirbdga3mMpTkX0Quatid3SKwDAD5uEefGv5oS7RVCTgYS+bgjC9g0SdEbcTaiI7xLsz+1t77b7LPtBKr9wIpcLDjPKYrXgDPgQxsvjC5LknOWJ8gRBs31rBrX11mNG3dP/IzOD0sS5HOgwm+uYMVkHBv3EdJrpe2ZREGoDJBjAMJDIjMQBeW6OBCJ1bxRGY0wVeKbHF6/QoyA60eDTeZ3vKQ1SHhc85gXmqCNpqvd2/d7tiojhOSGoRN4aa58imAQ0ITj3fRjSI2kCFnpDVavF2xa6LtOPCn9t9857udgL+8gdmf7MVIocfpCQ67+CCox5lXRNPQsafayu6wjlAuBoq24AkhrM93EyMbFhuqxtRxKttsUV4YJsWGgLLEP+XpwnD3MzwL0IH2PgWh2u7aH6tu1pXuqABO95oGXZSKQJMvilgP7zjm+mpPDV1i+1aLzQ4wpsrn2AwItokgsGYfGfPlSXuwbCmI9+WcoY8OWfo3Z4UJ+Pn7CPsV+i9+pZ9hsL41ZZj14DG3HEa3vgU9nVhfrSHOddzpP2Ma/5oUzzaZI82+aPNX68vDzE2iEbzcgfZA1to3CJlQ1urdMSyp+ookDWTs/+TsscZ3BRhWwRQmn8aIy3yvcGEQICpQe5Ixh0xXGMMTSnRtKY2v+GGQNj8pLjhzecfK4dMUy2+Mn2qfCO2KvOHkisTtl+rLCZm9Js7Nrid0ayXykLnSgZGmh0gAgbW/Kt6bMgymiOv8XtnGf/+b9VBpKxiYyo1Jgrl7Lk4DPf37MuIWYDSj+djufKNQnU6+XoN/dC0fMN2bjG+dbop8nOo88mVqw2mMFVKb/ItDUxFGpiK9DEVLcBU9LyYil4EU9GGqRumfi2YGvTrf8+hzieHqeEUpkoZUb6tgalYA1OxPqbiBZiKnxdT8YtgKt4wdcPUrwVTuzXSFKjzqWEqj2UcxVQpfc3vpK/BzYd80IerENPu1wIRf+1mkFLXwkHi23aKKA0w8mI/jDEJqeWxJdxW/hC8q9V9/BoO9uEGmJ84YE55nkdSY2pocexbG617BH7x46+Uu+bLuWv8Nl+GFfal+Zbht9QDeOn+2mum66Y09kLXixJEbfa/cey6mASR7/h21IZ6dWV83XBjb3DzdcDN12WcOQED0YsR1P4kEVRKVPTlRMXXPGVUhlCeRDqATvHXDmSmsRN6yApx6tlsq9uWHVtuTCPX8lLiJq3PUPBultkGlV+3ZQbFjpyLcQV9krgiZW35ctbWO1p8zGL2kTq3u9UfB+jS/NABGCtIfUQCm9AoJGlCiOunruNQB2ObeElbQaBh3zBmw5jPDWPmIpAuARl0jfGCP0WQQVIikC8nAr0t8n9R6PQtg8yx+uMAZJofOiBj22nqWTRAaZzyOmUoZkfAmOI4tpMglW4+a/YNZDaQ+YIMmUX1VwTKuLeWfU2chfNJooyUQOLLCSTf5zlkzMoYk/I/DR1M9d+7riXHT0kchl4QkjBwYz+1Uj9JaexgBj5e1CBMzb0BzAYwX/NJicEL+491Mby4nyS8SGkSvpwm8d0fbGNAqK3xzS6PPxi2AfVwOnBDaxIzAhLT5jV1BugzQdYBIx/bYWBFNLUosTzk4cRyIxR4kUt8l4FSA0YTwjZsekJses3TI+4g+aFs+w2KdOO6Ifn3cg03uRT1sgwyvtP/eWAKp9wA8wsATO/W8i8GTO+TBEwpj8AP1YCJlICJ9AATdRPOaOJjK7Wx69qpH0QhCfzIdsPIR0kQ00ABmGgDzA0wN8D89ADTv0XexYDpf5KAKSUJBNaYm4y3aBp1lokmSeakz6z+vVs03PZJilKHItsPPN+2CYqpQ2IrdhzskWTgOqulbJi4HXC/eg9acA0ABdc2mnoSAJIi6gO7H/2J+tGfaDT6s2t9kSCxLZz6LqbUtRInDWxCHNuykjSI/DTsRn++kLH1maYgbcDyBdo1yGL/WTdZ56UTdZAUVB6gfvSnDCs8JnMAK+KvXS8YdT22/NMgdiKPso2B3ci3qO3YJI4JaQ91gneDlQ1WtijPLyrKkyGlf+uGFyOl/UkipRQnH+CxaCw0Eo01RMz2l64rjKDEDYIIhTbxfdexQo/Evu87XkTshLiDeCyOnNU/I/N0f95HB5LtNhjdYPQrtc6g0dzFmIM+ScyRIsuDYWQ56keWD9Gm+nO3rCYNaeAkNqGxFSTUo1YYOj72AhylFnX9bmz5ZqFt0PK1Qwu2bm33YmjBnyS0SMHlgTvm0EZjrmw06cTuYkwYRrEXE99NvcSllh34FsOb1E3dCKEI+UP39QYzG8x89Y5rjG4t72KgcT5FoMFSgHngDUM/0SD0E41HfvYBJkmd0EtQmjBrJvTZ8YlGkeeFbhBHnm31Aj83dNnQ5Ws3YpxrzkfuJ4ktUlh54M+EMSF13CfSi/tEI3GfhFIncWwaxszACW2SeGGURpShk53EdjQdxoReMu5zw6YNmz4ZbHJ1U17QpxZiOYlNUkx6EKixCSmxCelhE+rFESESB8gJnNhNkGeFYeiEfpCGrsX+TXL2TAjbsGnDpq8cm/xb63Lnj/9JYpMU/h2E09GMaDqaESmiGXuhRrHtOYlvOZgE7IRGKAqxTZ2Iuk6Uuh6dimbc4GeDn80pFNwidDEAvWg04yQASeHUodWPZsT9aEY8Gs2Ie8l3luWiMHE9x3NQ7HvUs4PQilOLpq4fp91oRvwywPKZFv/dgOULtGscdGvhdcvkvnSJXCwFSYd2P5oR96MZ8Wg0I+7VSUoidkwKHRKlDvVi2/KDII4SB+E0RBHqRjNusLLByldvrzie7iUW/sSC/6aBRQqTDtEgEAcPAnHweCAO7sX8xZadxmEUJp7npMiH0rjEI3YURYFrxb1AnA1cNnD52m0W/5rS/uiThBYprjgcjSvGY3HFeDKuuIsxTkQSO3aI77kxTf0kxAmOfYqIRX0vCvAwrniDmQ1mvnKYca1rjkb4k4QZKZQ4dMZcvnjM2Ysn3bxdmKEYY58Ejo0QdQPLYwcm30koCRI/SrEfDx28G8xsMPPVH5Vc+xbbFwON80kCjRRYHLrDeD88LPWIJ0o9diHGRU7qOI5LXNdzGajQ1E5iBi8otRAK4rhf6nEDmA1gvnY7Bl9jx7ifIrw4Ujhx6M2E1WB1yB/WC/nDIyF/ke14IQldaGwUOdROPAZMnuUEluPbXjJd6hG/ZMjfhk0bNn0y2OToFtPAn1jI3zQ2SeHIoa/GJqTEJqSHTd1gG5wS4oFxhJyApigiOHGtOPasJHJdP7IV2IQ2bNqw6SvHJvcWX243+Z8kNknhyGEwHfKHp0P+sCLkr3tcgzzPyPVjbFGfHdd8dlIjfsJ2D0F2hNPJkL/t2LbBz+YX0o45xp9YyN80AEkxx6Ecc/yPImLT/O5UUHoy3n2AxSCmU0KiM9CYJacxS6Axy5pGQNIkRbchkRPZAQ0DErs2ISFCBHlO5DuuHSReitoqO5Pi1kKnyQd0IWIlVNJ82nOj0Rux92NAnUcDhsD+TkTtqofsdG+UO0o/GG0FrPLGOJewAzgoiLfiBaySqkb1K+O1Uc8yR5u/lsaRFuyUfmKwVJ6zE1Sn5ghW3ucPMeHSGPgkZ9CBAA5so32gJ/hzPaWrtx6bxoSpMmH7nH1UNg/HsQphvR+HxcF+qQmevCLYzddR5cx2DDuAIyy2JmIjtY29H/MHUIPVViBghtHiUEGg8S0t2QLk6/V/QeX1X9i+j5lmfVsABMfU+L/fn095kZHd/78H2lp4VPFC6GP+YJ5yU2hjk4AxxoZRo0TCh8HBAgrAm3sxDPNYDeP3/+jpiFryDNC9Oh7u+qpkVHG0seKeJceKf0/Kk/F9nifGN+fijpsojPtcQMX6gQZ5PO/3j2bECctGa3T+2j1EJxS7yCJpYIW+E6DATjEhxPaSIEYItXGfHRFraYeUvRqb7TypBLNlWr9ao4dWUQzqB+nohHBFnfALYTYf7zIQ7zL2p9JIKbMK78+Hu+JRaAUO/ic28kdjl+cfAKrFWJn5yZbvuYC//Is8GEmRH4/wL+SQ7Su9AhBf7vOcycnYM/kCZn//i/Ed0wVMR8hdDPp6AibKKCh8pKRRGq+eRjncLC4l+bnoiD6e2pZp24aNILoL4zXxlAEL+6LfZiXbV4/GT2wFsd3B1xSsgv88nwouh/2S5uyIISD2N9Hc4kmQlQ/ITMSAzKwdkMkGZB7qAbFf0pydHgXYVt02ZjC2C2O6uOpKuCoHy78nDDty47uPcKiqZ+N9bVS1Z5waWk+c3qRAXw+2PfEeG3oBuQ3C6rJVXgLx72w+Bd8/Od8/K75/Vj9fi7uzY1oJcmefcS3aBgvR9j1AqdD17HT+eMzvGAIwWzwp2OJhf6oP43XLl9a4Bgi+p7VxbfDXMXZsGXODGr6F8ds9ZSS8Zww/g9dgDahKjObUUfEOnsCp2FD58T4eDuHGGLom7tiwhWsBWPdHZsjDNjAIGI4neBF27O8+T9g2r57k1F+BOPte4mGbyf95mvygohB0gIZk8G5uwyxa6iZOnYozvebQ8C07szYPr84M3FQixrtzcSwybr68yXc53y2UnSCe6uCQsKE0sFadG2Ao7KeyGYoZw1DgS1DQX5OKTUyuySfXrN5vTL91XVCTGs+TNB6a0ng8V2xwfuigNs/16jmgKp/4FF33cEEcGlkpSu2EelFIPMdJPOTFjuMjZAVt19opaWudMz57fRdu+u5L0XdfnMLAhm3fsv8ge32FsSmLJ1cWvqQs8JSy4Pl/U2qCVD9OKwhO0aslFxCSosgmNAocC3sxdkmME4fYfkATb1w1cDmbUtiUwielFNS6YHgF2gInM7bdq4DT3oDzRYAzkIDTmQTO4pSVp3ISOpufZ8BT0HTzkGw78lwrQLaDQy/0cBy4Hklj9lfLoW4wAZ9C0gagG4A+P4DO3QXEpAA/zg56JNcW9oVw6t3i6xwXaIPTF4HTUIJTdwpO38X3FIKdpvC0bH+fBtSaqFdXK6JOFLqY+HaYxiGJUpKAp4IGQRRaEwZpLWqD1A1SP01HxeaR/0IcLOGt7V+l2PCm2F5CsbmWpNi8KcX2n/Rh8pBwEL9NKzQg6LY+syhJCfsflNqB48Qk9mM3tmkaWaGNEntcmYGYTZFtiuzTc64sOwMg+9a97gzgbFD5IlBpS1DpT0GlKLAwBZZp/es0XAqSbvnL2PZSH4WWHzoposhzPS8OSBCTIPWcEI8DphC0QeYGmZ89ZOJbO7gKMt0NMl8EMpEEmXK+47sTKU7n49ina4rsCZIxHOjFMM5Q9sMWp0ivTnOckLtWPuP0Gz5roOLPBM6NIjC8GlMH2KTswBspShzW3rlIz7uGCQCIHB5HgKuNHSdGyjDw/sagpHyEFc8WfFJhkgggP0dsNbVh5QZNAXDLJjHxNzECCiHF788RNT6yz5gbfNNzCedDBvNHIFvyXPJg8yZbEpLxy5sqzL0G3phNDVvcucGEsc+UGKSs4HTsbQROR5AsBWB+zItTmu+yvCH49OI/jvnukY0xGXNMdH8buiTeVr8b7+Ii3+2M7/jneH6nhG1a2LBC6EWOe3VKp2HnSSIEXxvfnw/Gb+QRdEelJWA9vnn/2nhHec6D2CbvH3LjGw4G5Wp6gpjpmWkCwvdOpRfYw834xBSDeLjQE6eH3BRIVM5ohknoVGoHNKUdsKQdwhHtAH0oRjTCXvy5W3hV+q2bbGpFfuDi2HITxydhSD2beAGNfZpaxKKkLb0qSVgt+/3zVAvhphY+O7XwtqB7tnYuNbVrzMTo1rFXxcwNL1fDSykH07ZG8PJHofb7eFlZA6N4Cb91bxqJY1MviEgcRLGfhtiPfBqFrk8tm0a2PcBLkLDh5YaXXzBefg3GMnauAP6lQX5/ZoeE/sE+Ebas3zc1sFANSCmjtj2iBvrh0PUQRiOhOz92NAFCJLC9iISB5/gewV5KUxwEfpo6iU3JUBOsGv+8qYJNFWyq4GVUgXfrupeqAnSpKtgUwWJFIGVS2mhEEXzPdz4tO/WX63Gk1Y+mPaUSWopeMxsr8qPA93FEsBUlsRtEgYccB9mum5KhR6WVsymHTTlsyuHzVg7hrX3xOQFv54RnVA9S7qSN59QDmlMPSKkeUM+B5AUe000xCWIHQ21+EmI7wjR02CEisabVA9rUw6YeNvXwWasHxxr0htRXD852dng25SDlh9rOiHJ4T8l+RC2cxJ9HFQL81lUFoRemdsqUQZog36Ox5SRxlDqh7TgJSoOBKgAJmxLYlMCmBD5vJYBubXSpEnC3S+QnBX4pk9V2R4D/7xxvyxHsL5pfRuG/+rnrK0pc5GILBbbnxgj7cULc1EExTn1kxzzop6sBKiGbEtiUwKYEPm8lgJkeuFQJeJuj6PlUgiflgNreiEpg0zSiDtj4p1QB+6nbhiilfhwhEjpJEqAQ2X5IbQ9uluMU+c7wIMAEbCpgUwGbCvi8VYB7a12sAvztHPCkoC9ls9r+2O1AP5G18deP5rB2f+2gf+Jjx/MsByW2FXhhmGDPi9IwJhGKKCFD9F83c3VTAJsC+LyC8B3vFl98xxpsuPmkuCmltNpjKa2/8nXM+3iOgCdf5aLJ5hSCSiQdGHXTxMUkIEmIHdcjtoti5Fp+mHoO9rHvD2BUErRh6YalXymW+ldcSIbX9vDcsHQWS6UEUFtOAH1zX2Tlac8W3Q9ZejLekCIxfq7239tu36O4JjXvGKkZM1Kz2qq8PMewXIAGR79sgIrlWlhVyV8JXjXeXAmzPPhrrXoCP/B2s4BQp3ty+CAA92PGlldelACyxKg7dhlsHRuJQEy+g5ol8iODmoQ8lhIQJ4/sTJzFDNXYyj5Cz96WHF7dgFfvlWT5KYEiHVCAhe2QfL+nRVtYpRQ9kx+gqSHbyFBKxSiPNGb7wkiyMs7P0M5MGt19NaZXxnv2b2lWlKeqEfIQWhkEZNAhNX84gPCIC/kDhvoxi+DRuSGB7l+epDr4u+plvv+fS3wV5SF/GPNTtH8f+ijesd9eqvYirIQs3tFy1LnS/XHEu1ITPJdf5auoIIlMK4C2g5bbaTuopwSepGjDNX238ZSmk1J3kTWq6eRX6wTst6gtY/UwbH+KrlsOwaeR53o2DhLL92JiJzFKwpS4MU0jO2p9MWqVtM6J4ktRfeGm+jbVt6m+TfVdoPqCW+w/iep7cbUnpSojW632kFrtIU21101KoMRKUJwmEXGtOLA8K/Y8Sv0o9MMYRwEeUXtdaZu629Tdpu4+G3X3ZSoK27p1nWsVhf1JKgoplRnJqcw/7UEvDBrBZvDnfvNX+Y/dgvMuCdI4JSH0dbVC2/eiBCdeFPtW5JAobdBfllB9MfNqyD/QhygvDmZX+CowPyZaC9rRmtDOgd3gn5Wh5u//9pA//P5vRlrk+x7Mt7Bd7ij9YERsbdwVDFITg7+BId7gRmBwdoh3ZzYMUA07yp7wj58EaJPy0TiQj9mduA3hVyT7PAfZ7S5duwlUt7bm19lRleGQbVpOFdojlwvqmKFPhCSjuCHluCI5x/X7825n/AYrfAgeKfvN5Ku/jyCDX7pGJPJDFFgO9YmdYhqHzJBMPcIAyyWuGyYNjAzErGU9JnSXxVl+Ls2RR6yCKDNP0AIWZ0Vg+Y3+lVlfbLJATbE9nu8pAw+wu0h5euRYwPDllfHaaEZdF1K/MQpaHtmyA/sN3sTgg2oApirVzf5IDbadGPTkKdhozGYrAXEYpBDjuGPPywsCv5V7ZlveAARJyJMfN6h5SqixLaj+7li3lnMt1FT123/NyjO/BX/LtFN+ovDfyTk+iU/OLPisMP5xyP7rzGyOGK7H2e/sw7Al8bfDLjvQtYu4f6zGYx7FeOC/+XhMNh64rM0K88zHY5YwHvidj8fM+XhmrmuHWDZyTzuKqVJqKJJTQ18fZwu2k6NOsfYJqv6N6xjZ1cErsBn35GCOCV8rgmXuGVcj6NL71e/BBiNGeTofDry9hCi1YNQdLW/4kdNg4ig9lPf5ybiD1VA8ipM6LU/ZPj/AcbG1zHhXjCiDgBS2HgahIPdw8GaCMmYU7nYrn2G/7ob2AhN9gx0DEbp1u7dlE5vzicqav6l9NcPQFihCa4hjG2jo/wUngF/EgoExdvx960W61M6jkXAX0KLVCYkNyIQjiSlWMN+kXe/bJJyysdf9MMz32pEvzhTGSlmYyJ3A2F75cxlRxkqg93/v2K4xjm3LSiLsBTE7ASeWHbgoScPAtaMwcNqqLH0pq0UOfnLgaz+x+fqlge9Xb40K5PVubWc15N1Q9zlR15cSHZE3gbq9IuoylIwVUu//3iuV6KDQdyIrSFGIcBh4IUY0cVHI/pp46SjqrlpQ/bM3eTfU3VDXglY+lnUJ6i697TCUmeQbCF8JwlLiIfJ7IPxt/nDY5SSpY+F7QJxUP9fR6mNg3KfppiK6NI6p56LAiePQjV3LY4Yw9VIPMaOYVz1uAbkvaQPlDZSX5aFICIbtW4QuQTC02Y0vDllSzh8KJuzGftcFeeONdl4YEHSQih3KHd+PMCV+HDqY/X8von4QupbvOhTHo6bjuh0YNpj6zGGqukhaCFT41vIuASq8AdWLA5WUUIfCCaCqyz5PYFXa/jwJVzVNt1+M5REr9bHr4pgdb0kSeH5opRHxiI1pmowiVi1pA60NtC63rdxbK7gEspwNsl4csqTMKGxNQJaoqfCGFxwbwyxR6WCkINkoUTchKoxQiK00jBO4B0niOKKhE0d2DNXrKRpFrUbUBlsbbG1+OgmJvVvbvQSJ3Q2JXxyJpWQdbE8g8btmP07Zj2WHYhKNJbLuudeJaUApjSM/TUniIQIZqoihtIXTMBnHY0nYhsgbIl9z+g0uBDBvA7AXBzApiQSjHoC9b9dnabznP3TxS1rApXmqCAbwNaTqFrqlxHdS4lE7sFKKsGX5MU6Q7UZ2ZPk8jLVFr6GsDbw28NrMyRaNHesW2Zegsb+h8YujsZSag/FkGHkLgZOh5B2SSYNSpuum7fgODkjgWwRCIP2EOLEfINtyvcS17XT8JkWWtqHyhspXmJSOfeuGl4DY0kquRp6mJT3B+92azPQ4/nHT+y/ksv/6P6Jb+Bfp//6P3eAvxeAvv2+xMU+PmVLqDZ5Ovel0Zutu9GF3tv7v3XiY0LJxikIvoA5OvdBLgzjGOCXYZVvftyewccUubRsmfn33NdAa5qJovvAqRHQFFHb/y7oGETcIXB8CpcwYPJUZM+hN0LlSHu1PMKToFtemNraRF4UoTGmEgzANqRXgFDvQt9Lxxi+v1+1TsEHhdmj/Eg7tbr/7o26s9pYi8+LwG0gpMrifIjPe2gDGOtPWoPdzt0FwSgPbdhMr8mw3iEMrpSFKbNtxaOJHVtf8fIp2BhvkfoXWp3frXHQet+3r2wFs+HQlPknZI1jOHpE8iVAGjS9mvmIkpJKWr1kvePMoaHplKuZI+7UqJmmvhadRwXHOpoQ3b1gJoBRP0YIod8WiFa8PBt3RO6glJmaorvRT1Njyyvh+R//IIt4UJTHic3nK99mf0Nfk1brwUs+HNsRg27A9fovcreg6tzyfpEZDVfDmB8AaDiWdC9C69wjgzusTTDz8208nwCNafKTl2oVuoJCmQJDOrWfdhgTghtTjMLMTwBAfxwywTG87Jbq4U+giJXrgQIUutgpaBiXax6m68YhxbKchoknEbKDE8dMgsGIrclLfp9jBbRT1uKy1LKMvA3oWVxyryr4yw+dBNnZKKN0qI5Dx3wxmMXCzhv3ZiHM2Tpq8Moy/MRrZSqrfyoAVwE0hty4bBg+K7/O8pKJWIq9JJlpIlUIqGyclZbZ7rCGu/ETwzbH7jT2vxrcN254a26TcEByqsA2psA1pYVu3CnfkkcT2fDcKEtuJrTiOPZymsWVHCNmExPPYhjZs27DtGbAN3yL3YmyzN2x7CWyTkkgcS4VtWIVtWAvbcLfAVuQQH6WRY6WxY1nEt32XGW12FEYRSjw6j214w7YN254B27xby74Y29CGbS+BbVJahmOrsM1RYZujhW1O125LYxIGicfAzUERDpLUchwaUkQ8+AHPY5uzYduGbc+Abf6te7nPDW/Y9hLYJmVsOEiFba4K21wtbHO7JfpIGIWxjyLX9lBAbexg9p1pGKUpDm03ncc2d8O2DdueAdvCW3Q5tjkbtr0Etkn5D46c//AtpUfjW5jLv8XQ1uY39sWLqrGihHAJIzMTeGoNas1fupFrcWy5YRi4EDBhBSl1qO+RJPbTKA2J3UauNezrdSOpBJo5vIj5AC9iUv4iq7UjmX7Es6PVe/KBGsSA4RjZgW0IWPF8XFJnI/yt0XbLfH3I9qJVSBMNAXeZFUC0PUBe/Z9R8f/7vfj9AD3k2HAYIpsRgZZx7Dm0IGKD7dnzS/EUuJqv28xBl7moBEnUoI+Urd9TfF/dmkI7OTFzBYXHJ80V6gW49rage/bx1usqV/cdfSDsA8/0JW1/n25NyrYR+yzPHvTG/hNCPySEmQG6UpMSHiMCK+3b7C5jYzD+cWDC+NLnXUmk+BCBHe+OeXEqmxCWleGWR4iw+Wf7kA/HPDfD4U1JpOiQ6o98OHWs0wzqAhKagIQmR0KTv40pkFC3W0kgpUw4cspEd2G8Yy8Ti0Y7NcDWq8vky6tsCWoTcuzn3l1tSGLH99PEw57lB4kd2CgJEmgMZQVhKMWKjMlaC4enpK+CwJOzpC6mvyb2/lR27UFmm5WiBSc5MWORGqJLjiHClyCAZE8r25KK0DPeHLRtSscm8UhPfC/+N966s7te+K4fB2uDHiDSRNiMEC2XSDD9kd6ACmg6Kss97kijDYQCq3uNZrudQfbkT1qNbJexoZd/WQmhu92kNqi+xVanWthVUF2F7xE5eO89fNTvKWWm8esd2AqitVRBKcM6tiph17D5Xxmlq7g9IkftwfIyUxiJSWAkVVMpGEnSjmQGoCcwUBeapVQOR07lEHHEfMp+pKTbnE9E+fKXuK9/E4A8+KWDxalHfNtNnMi2qOU7XupTdqS3rAB7EbFJ1GDxQMxaMDwieBUEHpuR5zV8eYdPeLZk57KdQovDjZGeT2foQZvFBh+oME3FQNsjdpGed8ZdQRIObXV/vXz3eMfQsF5lBqyyxhSuNbbossxGvoPRl9CMj8Pkicb3jVUbnZk2oGXZ6IeqwZ8YkphpgbYJxGIn3BkQUcDa+ANNPglreA+nzlNBjmP42vtxCK6/1AQv1XL5S9IQ+LaTi7KKMf+e7bXjo6wovmHikyI/isXavHt7aHwqQ/7EhyJriqgaiglDaT6V2VgsMzpiCMua6iGUUk0cOdXkXb4jzO56LBm4Nob7sI1rCWRmycka3dTv6DpH1PUDW6kfIY8SPw0QChLHogEN49RKsRO5NGj0x5zE1fJSZp+xTlrK/Oy9jB9YsoL5iI3/Zvyc5x+MQ870TMH2evHKaFdE3SvzRnSPZqqBOzxEj9jaoQv/9gGURqu6uDJ5ZL8eSR1C3nP78r/ztrEiEaYKRH9lPIlN/rVkDH75isO1On76l+qKHUpJMo6cJPO3I9hpbAMdZ3CVEwEkHCdRdZqkg6mW7VohA9M4DD2SOG6MbD9MLOy5TuqEYWuTT8tbC1HzmSesgqf53Kyp0dRb008NIMchsU6gyUpuRR9pAX4Hox5g6yLm6wIGf2Ow+dtlfwrfCjWiHcNi4a4wMjjoRkW2YwuF4fUDeXxl/HT6a8ng+WT8i0GnsWf6v83WaaSKh7GZNNgKhfTCO7BEjDQ7NSMQx4ka0qHpd8lehgjn+DOB7sgFHDJtrw54X9u9ezBeP1Boal43oa5dTdXZ5ZszG7rJJv1XUvAJf8d+4J79J7ILDyYRA6q7UFcLWBiFxIyqAZkfxYDMshrQjHU4gxS6ZqKUk+PIOTm/sY/AvjM79L25J+D/fs0U+Q/sBHQvlxKL+W9Nwu3QzztF0IsSoCilnh1ApXAv9mI3wrYHzVRtkqC4vWSbkrYWjj2wl4bNUZrVk8Clc8dfeiUgm3mCFpL5a9qF97lRksfSYJuS8Nt8tn92YBFGbH0d7v6b8RvsFX4T0qwGMWzhwb1p7ECxyNsLMgA4MdvCHcHdFtUVcim2oOTU5SR10rQJIwB+8aRXL20U1t9paDrJvwyNpnrbvIzZ92UVv8DsP4bt3rrure2tqyh+kpZh9clIg3RcgbZr/2k0g7QRhqDAb/8a0JhRBZNAq6sIpAQmR05g+p6U9+AuaWqUCzUqZfLXyiAVlG3d8GqhtZS9NHA1Qz8ZfJzjWtgfl7oS4o8L1wL7cM28b6MaSG21gr9Wti5hqVckfzG4kdtEVbB/Ls/ZSZzbK5Oy9mxBGMWeFB/oiWN2NRPCBw3mKJtrWtZGFxz6qzN/XfiiCSnj+7cJV9vnBa0cD08VJHZzuU74XJzJI0BqO4aNby1oJtEJeRvf5k+cP9+4b9+d92wRPdbgAovsm11+Z7zNS/BAva7ue2/4uvoF1sZTeW9LMZIaiwB+IzYS8wgjMeuLZ47QsEZnELma0aY8x7tJw7wb8uZNIbSUhuVaSoRWAnM/nHcCW2VDPUijAPth6vjY8Wwfp8RKEsdCSUKwjz2rQewpRF3HTP8c8Trc8HrD68vx2rl118TrDaufGKultDLXVlvT/apvE5bxaAm4OdpuPbggSLFjOTjyiJvGUQr/344xRiiNXAsp0Hvd4nAbhm8Y/pVheNBvt6GN4VeXxtsw/AIMl9LnXDl97vtzcch4Xcdpi7smmbK5pwi65rbru06IaeKmiU0pop5vs/9zmAWe0Dhub/impK0G1pPy14Hr6dl6XsB+W+T7/NTGPkDMQ+Xabmp6VoUZjSMPiqjiHqgxtSheGd+R+F4ogC4wJ1maUtjLTORjfj6JCDrwpkcUAjQYmJeMTE5GYcPJAeeNjI3hY5acoVJolSDWy+l7cb/5Z4zXCBu2c2u5t46zkrP5/zpn8YfdI791hODMH2BRmT9XNx2/ZHGR8zXTpJ7Ul5Yrw+5/iXHwy8aEoS+/Kq5vXMx9PY4256TaCTOwO4lkuo5nKZPPlTP5vs9OPOj0h8f9DNAKIvPucT8JtZMkXbD1gtBJwoBih7ihRQOL2IkVJzjxkziw23STaXmrwe3ME9YB3LlZU0IuslaE3F8g7a+TfPIxY/+VFwwnq7i1++zEIZaNlqFczGOWHxnuURFwVr1Mw19Hk0HaiZQfwiMpxeWOyGa5YTZ0+YHBrMDmk3TBBbmATSA2AC9btoyPgfRfXjBcwjHt0LChOGCnzsw6AbS/nHenDJYRqY1Cro5+Zhu7hNgUbgS+EckzT2YM7ptBNHdBkGSxg0FAaARYgGaVwTMHSdM7XheUpLw3t9MqKDP+3fh7HuXMLq1yApPmFN8efZrq7ZlpFhW1GErSHKePDXXvWkyPqX81xrjASO4ynvqM10LT/FNWgqf5h1wNUUuvzn7kKWvG3S7bH0sK0a6ARjw1g/8bH2eVdsHOK2nG0xPgWne3y+4oQ6xXxmuGPwyBmuCGur57HTQGih9yLnjmHDlktKyCIpjE83Ht8/jFRt0XEE0qUBS6aPQrEWru7ee5ENtR+qF+dpUH1xiHP7KFbL6H1fJNAavkyc7mMIgaQKoUuMYyhDhvk6cJRTCIuRr1mVnPqvo07k8hspTu5rrziDxmKCoxpdtWY5a62wDTsSIfhV5iu3YY+myRhTT0HYdYsRVGqLUbVdC5ju34KQK0/cQ25AbQXyRAe7dO8GQAvYHzeuDsWVKymdvpa/TTVFujbLarUTbZ1IiQCHvsgB46No586nlJmiQkSF3bjxw/smW4fYKeRl+C/bvB6wav7i2ybt1V7N/1L6c2eO3Bq5Rx5soZZ79kkEK8M94/HnMeL/w4bQDvBa15aminbGAlZTd5A8ephxPPdewEM0hOHOqG2LXY/yU+jtoSj0qxa2G0xoNWgWmdGX1eQ/gX4beknXyLQbXHxpkpF5wQ73JjSC8jAg2EqAquRUM7HnWQ51AGsmBrlfxhROcIAhXqyjsgP92x9TH0rb76pArvfFlpEo6JXLi5wmEnuvcqBzF/IQZ8e76ufsnzBFS+gGKeXQeJkHwdfXvO2bZZvyDlqR4Brz25ZyMw87TCYZ5OB0ExPIkuqUYwg8cVyQy26XmIPUtKnHPlxDnHcsSkvJErv9YozH4VA+7UhRW4O/JbB2lxakXIhXIJIY5s33KZIeyE7F9Cx3OJTRqkHRG0FraOil4FTcdnRm3p2iviJ6RtC6zc5eVpeCMF0VSHg+jWyQvm3FNmzEE0Fi3LZiMAP6wCeJs2oEv6qC94h+QylIA7JGyx/6yeciuKC0Iq1ft7cvgAMCH2QltS8WmrKB6q6qWQS3WCIQBOiGXVllFUVk4c24i6sCClUblyGhV9k+/3lO2QXj6yhA00rkjMkuwGVtnor11LLIyJ4zvYCq04SWLCEIJS2woooaHnx26DD6Oi1kKIVng3z3klmJgSr4UVaE2syHn26z0/HB+M9vtCOnZ1GKZGfd7l51umQPkFJ48nIlC/8Agp3o2BJocW/TemeR95nQCI5zywdzsJIvZh4iw/ly0q8Wq5PHiTCx1UdYGb3ANHpalFuPKtti4UQcdg5xahWxetBEVQS43fVH/3SHmZ8//Vfe13fNZFmNcT1IC6oydxR03Z4838IACnu91KWLji8TMQNL7bdUFIyhTyxjKFRI2SqTQhUU+gF0Qz/K13CxIENLSRl0TUIdiJLRQHIbFt202dNA0HseWSoLVDyjuiV40n787M8+LNm6oPL5gUf7RlmUSILq8CyOM02KEvhwp8POsesIkf7yJKmD3DDHci4KmKRy+qmMYagPKHQ2P0MFkMQiAc49WTo8PXcTxjgBdAIDjqJvOsE7/zpq4D+Xd6Ygd2YYk1aqc9qlVutadym9XlKNkEsWFU1hi3vXjP8+a8Vm/P6RieEcDRhT8p+caTk29+ZmudFhmbhFM+F729q+jMEuim3GSzVN3EmyghCfJdZEd+HLKjmx15dpCkKUqJhe3WMJsVuRZMKh6yCmCqZrALneiJofN9U9S/wj2eJZMd4t05ATOByyA7doo7nI0D+ZjdiQqR4ph3+ABgy2RDmSUw+eq4RPbavPY1nAu5T43soFa2bMW92kraPQmCdlNpXqgSnGdJGSKenCHyDYWY/+8+8mBJXpN01BkUAZlJOZmo8TniFZoj6vbITAM/TjzX9RENo9ih1LLDOGanPzv23bStsTkncbUam2cwX825R61TaFP9HC0v/KqdTO5pWbngRZ24Zl6YBZYC/PAimWYeM9CAYvt/gGUG5V13UGa5a9mVlV+7cq1vgLIqoPgcUDxmj93aVwPKO7rbVadPWIjGe6h+fWryffjN5XcHWtxVdYrr1k5r2WIle351/ITnmyfx/LrAHF9zlD9fbJGy3vKTRtgs9uhaY1J+hyfnd3DTFXyFb/PilOa7LO9nRQ/jqeOKxzzWPBNxzsOo6iWs/dhqbd5rYVP5oFVAU/kUrcOtu2KINbfQ4F6G+8ybYTWH0caL/sCsLV4pEQywbM+rYr0y3t0z4AQr7JifuF+ep8mx3SjuPfPig3TVWZ6KDHxyN50SdFVrE4DcB3a0OhY5IC//qUo44AcpcbyuMlBO9MhOWDnU7uShEvxplybfaYersFkXs7KVv/+c4m6EqvGh9JKDO3E3S4DwWYLPf5CzAo1fSJkfikdpdG0wTuNWeCp/Qi9BUQxFwq02JKd2Lcyos3qizeZV6mRxdWxOMKXepEwhz5lXb78QdowceBtG0HjPCCci0+epOwcCFFl2Qj3qeJ5tUwe7OLW9wPeskBDPlxpLz8tc60jwpei2cNNtm27bdNuobsPsP0+r2za99kx6Tcq38tx5vfa2yP8Ftw32vFY7CjLT1tBpDW23DZlNMbF9K8Gp5SW+7SHHcVMKXq4wxNid02iNxE2fbfps02ebPtPRZ/6t466mz1ZPlNj0mb4+s6UUNc/T02dIT5+hBfoMdbvLh9gLU0JTN3KI5fp2DKW+fORglLD/tXT0Gdr02abPNn226TMNfWajWytcTZ+hTZ+9oD6TcgI9X0+fYT19hhfoM9xNzo69AOEoTFMakdCPXY8QL3WYmrOtkLqpjj7Dmz7b9NmmzzZ9pqPPnFsLrabP8KbPXlCfSfmUXqCnzxw9feYs0GdON+PSTt04duIwsTFJ/YjpsyQlfuTHgZPENNTRZ86mzzZ9tumzTZ/p6DPv1rFW02fOps9eUJ9JicBeqKfPXD195i7QZ243IgTHAbWDxHW9hFiORVOPxAgHKHGYVgsdHX3mbvps02ebPtv0mYY+Q9YtWu985m767AX1mZRT7lt6+szT02feAn3mde/P7MDBDoFYEBK6YZTgFFMrtFyKXIQsrfOZt+mzTZ9t+mzTZzr6zL517dX0mbfpsxfUZ1KRAN/W02e+nj7zF+gzv6PPosh2XeQ7XuCGvufRNKLYDhM/togd+gHV0Wf+ps82fbbps02f6egzZ814fX/TZy+oz6RaFD7qluBvVtub3ZkBRcHTz7vF+OtFa8aCpFFhI7/1Cn/5oW+nMQqtxMdBSmLCFJdtWXHsJ8R35Hr8fUErFuXvi+bZ6uuV4x8Vr9ZM3qs1qzv/lPLyM/2ygqTpTdrVIvWYoRYY1ByEUgNAzzXDb2zTvi2ktnk3QiFVm/zvzWS36q48F3T3CI2pSdVBz6CPbEbIKWazsUzNMAQ/H/95yNnnE0Dw5IWe72n96cZKVvR+HQL2cF6gvWC9n54bwG3LtDyDd7BaoRUgrxr+a11N8requtG7U1XG8u2OPAqTRXQmrcHkdbOqeDWLn/Zr4i90YDTrCpcmVFwCOC7ZmHhrDLYiH0VdC9GltN6ezUoX1Sp4IZUZIB4DN82yFrZU1sKXy1pA7+ySiYSJEsXRh72oKhKzrp/ez/WdIugG29lOEKRu6iQ4TRMU2igNXWRFEUEEOXZb72dK2mrwOyl/Hfidnq1nhd8f8uKOVoVXz2wZiMKLO0oKqWj+DYNdeL7YMEx0zvayKKQvSuG35cVupDajLRw3JfWrUmUN/BIm8nComrXDvzBhBTnc8RYsUIoM6pOVq8CwhHLfMKFb4aAZAA5vsbN2Lcd3Z7bdmIob9D5ZH2cHbU/Eo4cdT7TgdAq2dDFVqqXgy7UUfiF35E84Vr8Ru3Gku0lFYVb7ddDTZPz3DqB6vmXTGBES+V6MXGxZTuLRxPVdN07D1Gs7mYwLW61/ybj4dXqWTM7Ts2Lp+y7oVT/UmBczviQrQckzkAXnBgGFWlMNbdhjXp7KV8bP2QfKGeiObfUD+EKqFtG8bUmNwS2o3nA/Srf+IzyckjJjpm7EEJbu84+MMUuN7FQaDCqNA6UJTZ7e3oWX4ppjQ1nM/hOshLKi+DcViPqe2bg1plRl2mqsYcbm4+6p6uWKEuBUYCsYtfV2rGq17TuDUFfLbQZdvYz5bhnwSsn+vqsGXnY4gB2pxl+zrAlnYbgi68beRnbqJ8gPLc9JiZ1GITNtkWVZNKRR7EcqNK5kbqD8hYPyX1dHZS3zd0PnFp2hmfaGzk+GzkhKXfe9DjoLj/gPwMH++w0p4HJE7rNakZgViSmRCESeIuiWFraDMAgcgt2AOmHgxEHKrOPQ9kIrTF2nxeIpaeuhsJB/V8mPG/krAfG4+BdB4mowRjWY1hMA58GhP/KewK1gQSlDaagyDJumFsEwOz9Dz4iH+wx6rLIHR7zwMIOQf2dU4MFNmp41FdDGdcOJ5BV3dtYFijmd9C5M3FEgUOvPaMb6EUae7ugfWbRjyM538R60wboeizFDuvl4Wu1oWjRjJ3p37RP9jwwJ/mSfl+mzetP+zL+J1BkLboaf6lh/3zy/ubsSa0Jqi8WeP4thEzihC2JSvrIv5yv/J2VLqLUaqoX9GyyU9/SPk4RlB0YJw0z4TXv/hD/6awfFwoRBaZLGQZLaEXWj0PUIO/JbHnFi4iZ+g2KjotaCsFHhQrNAY5eVkEzxlBcBtExYatxMJOzx4MdqP3xlBYrYCDZEDjPc4/SKHTfqC67XPxl3UMOaQNc9USe943Fl4ymPDNPKAzkeH9ubLxmcZu64aifrXz7x26wv0o507FsUXou83zDI+2B8C52MxHVVkcf8mlPYj02bHOFGXdl+jODhZsIeXt1LiYfXdmPTHIcvXLXdOA5puoArJdT6ckLt3ykjPhdwzfe3QxU2UYUfSGDbUpmMygQqs6USkDtD0+1/4/g+tmjK7MfQ8fw4cj3kE2ojHGBmQbZljmYErgW/H9i5bceMILZSm2fVwV5ta8hVMFjnUc8NxK+NdjAS+LZdSjsHbXbKLnY5SWp0rY7sYGiSE7QHg343cF/AyOEAXgpL8X/8fras1BNvb8ysN5VNm+bMCBWN/MAnkB2gDXB1eUbqBoi8H08J5lZJ6admTTr41vWvxbTXxvfQvg0U4nekfDR+I4/dOCnoyvxzFRJSbxx53tfuukrMlA2I38SzxfJoPpDHbrQUNGmug6WaJS9tA3UP1jls0UVAKQXTl1Mwf8vztiNk/ybpIc/b3otdE3P4UzcbJcWuk4aJ7Sc4ChjGUT9JIxJbEQpCErX1todyVmu7c2AKCAy9kSes029n8gHPjWS820rVEZX3Mi0NWJSNCcldjGfoVs+jMeqIKdnMLHeUfug3/IIb/UN1Yn4uK1Caza8okPYLtWL9J4gI+IYSNhywW/G3hgxf3T6+T+Y/iOrnmzjp7P1+j+dJPB8CRn3po4vmUgJiYM2i+fB6avLpM9g+dinleUngEcfGFkYIk4jGNMaxEyAripMgtWYgfuX7qA3pP0Ok37D988Z217q1/A3b18d2KRkvsDvYXp9Q37LD9JixXjtH4D52aK+P/Nq92Apch7jUiigKY2amByGOrCgKgySknu/IeD4iar1mmUda8Ai7ices1Cpz9ikv4hIme7gYvRs5+sPIxkIPqrADfgf1yGCC/fMgZOGV8W1FzbVGtMvvRDSCwVZ6Dg6EmLssIJA2SQQRb6re+pzBX3w4A9WzuYIviij4XNTENKSiW9taJYOBu3u/Y5sqf6Ts+4E/RASfvKsXPpXcwGzhmGykR351sDLC8uQF7gCm9XC4N8TcseGYZTuc1jEsD0cNuM2KNwEWq3AC890yzJUSxgKkwtyhST03hgaBZwfaSSNLGOpSHzmp77sBSVNkuyTC1HeYlc3AuAHiOYkbHm94/IIZDp8/FuNOa8oNi58Ni6VksgD3sJgjg/ErE5vPGcAfgWDaApZ/7vbUSlwrTlHse8ROmSWcBlGCXQbFPrGYKeyPmMCyrLUwd0r6KlA7OUvPjLByvIP8QVX3YLxtPOTdxtmBcrw0+IsYMNeA1/QPto4zyk7Kr0ToTHYyeHmJx11W3t8wyIW8nsSI2M6+K/Izg1UuQCAsqaQBRLMH861+0wvk4mm/aXY6weN4b3tGdt5RI77Ps1gMnAd2VVc75avNpbK5VDR0jtspqbSGS4Vfh/6aReLiWATXVReglcr5pt0GnW34NC4Wfhv6EcZj5lVgSF3iptI57bbsod+My2UU2HX1jZRoFzid5OX4no0rhlv+ZtLe1xjQlv5oM5lb+ualaswwjw290EZt6rImm3jr6t95pvEY3/15H12fwzwzotUSmWeeca0yCi5QRvKAhuWNGqXDtiEtDjdV3jOz08nxSNkKYIqgKZMkvOhVlEgV7ttEEAuXu8jo4CEibTDgv84Q2MBjSAy48T/RtiAFm1d+1GCrNgfVIzKfmYrJGRIVxoeMbd88NTgs/eXFqhzNBH+44a3td8rr6O6vJ2nz/lpyNVchJO8YUkEUtkDJb9gXEHHIMNNvpbJTb6qyU+sFkLRe5yp4pKyGIgCSgeWJhyTzAGWpApZZVcCawUZ5kuuYEbOeZHWFnXAKNKUkucCdAs1f6OE8BZB78VunNtyAoFvjIYgdL4lch0RumkSRbTmExLEVR8hLnIBINR56YtYr7vCZA2O4AeOTukumrPBJXMS3tnWL3KfDxQ0Tnw0TsZSaFnhTmPgjJdyFPKyDIw3qnhP1HRhjKNmh7HqRbZyESWhbSYSxb7vIj2kUpiEiyLdcPxmHy468DTc33HwW3KwW+kLkRJ1U2yuQ096Q82WRU8qHC/wp5IQMOOObXR5/mIJNuCcxo4piGjNbsl5iL7aSJCBuSlI/RiGKXScKwzhACHkxryM5ApitsA0tN7RcDS21z+MLMdO9dbxVMBNtmPmymCmltAXBFGa+jthWmIJLUv04jZScopfX4QYhjW3q4ZAm7AAeRo7jOshzIWZM6gI5lLPh44aPz2lNXgaQ/q3lrAKQeAPIlwVIKeMtCKcAsk6Jfs9/nADKOnX5VBFNA2aHspstERPbj2iMktixLeLFAQksYuMg9ixMcDwOnB15G4BuAPocBuYlsBncOsEqsOlssPmysCmlloWWAjYVgKkDlR2QTFKPravU8mzLD+0QpQn17Nj3Xc9DTuzNg+QGjxs8PuP5exlAIusW26sApLsB5MsCpJSfFdqTAFl3s5mESIlgBiRrqg5MOo4T+cS1UBCy/8LE9iglLmTfRn5qBVMwWcvagHIDyk/UjkTo1l7nNtzbYPJlYVJKqQqREiaNX/h3UYGlua/INCBT0Ha9l2EYOhE7dccBA07HChPfTZM4iv3UDSzLVQCnkLjB5wafn+6tOMKd9gBXIOjVLQw3BL0OQaVEqBBPISiU0WbCp5Azbn6eRsyKptt9105TJ06txHOxlfhh6ieezxAzZXCZhMFE9FAlaUPIDSE/VQPTvXXCVeAx2AzMl4VHKW8nlPN2RDXbNznb9EVWsjU+iLUUJWfjhqIfaDnxezdayCXMZsQooq6Vxm5gx5i4hGI7skLqkrYNwISwtTByUvwq6Dg9U0pc9FfExbo+UJWRH1G2CkXtfZJC7SuptHXT1fVBTnPjFVP5umjfpd9r5RXb/caeJKK7K+9jfoh3Z/bv+/PulB0ZdtI/4uwkckzZrEE72epxQN30CIB/4UPY8X7mlzQdXzXXU0wXn6mxTMnBz8M0yW/EhL9On6PB61eR8mnzruP2LdydXV/nO4eCFD/V/Y7hherkTv7heHFa8fGeptQ3PN/MpOc3yZzt88UC06z2PYXAmjmdWEpPCuX0pN8om0e2f9/e56cm03Ump/NB0JtHoK/realzOnXZ+jmd1fBMPry6fEI1qquLCoyMaa2SAiOir1URwXUNu/hQBn1jK+uZ5+bz5crMGt46vKnlnUNrro9AK4osghjRzbZWKKKs955kjQIpcjCReceZ/Hx3L3Ea9+xtdvBGdXEBZi7FHyoD2RDzy+zsj5T30DU4aZT/YdQVtusmMXLrmlfGuvmdUmOfi1VM0199DJd7Pw4h+W3Tnf079oHi06ZiVlUxYT+kTRcFnyTzdqTWY2ccTROgt2yr8q53a1dsH6n22AHqpg3QsRqBRon2MeRWnm08a0J/OVIqWegp9JdCXfVdP2M03dvF0IqwRRLHcwMvilLfwg475HiuHSEnIFIRnFGNslIJnM9LW4WbtprSVk+trDYt9UVoKeT07y1W1VKbhlpZQ0kpe6GvOmH1L3dHz0ejV7vTlN2LXS9ymNYiPo78wEtdjKw0CGwnTpIEpwmZ1VnrXutumusr1lyXFIfYtNVnqK38Wxevoq3sa2/ZN22loa2kZMlQTpZki+kj2/2v7+gh5j2jk+GhKuHgJa4XoAty0j9YTRH0Qo9IihJMYh9h300933NShJwkxIlnWaSN2ZyStpZ+OvFXNgl/5e4DVlFSk/KfX1NRQ5pMUAaimrL45rzyct7+a9UppbnoTmiaHdg/7R7hWvz3fyNR/pEa/25E9DE/JL//m9Rw5QQdWNiyZ6TiWh70SjLQiqP1TF/8duizrdRcYzG2b120UtXMtmBz3XBEukd+y2tv/8Jvwk6nQuAQtzfes31wesiLEzNfVq6b2dZsrluQSLciEOVRso8EVyzNiPhty6kd0QzKTiKX5j2LI+VYhnKO5f/IoI36wfgfByag7HVvkbD1A/+9112lAdbRX3thSglKoiCNE0y9KLJp6ISJZcWhlSYejdueJaOiVuujKt7WnHjIOg1U557x3ND63Uf2bTOOp39luwFihpiZn3NjWwzQYEY1D0aKzmV2YCeFqoZyNe4BNrKfqlarzTV6AhsSIozgFMEmxIRwFHEqaAyNXd3WmlGzTcHWJ/kDThZ7iEm54YFKEXRlZQ+J68atXAlAT2RY5X9lVOyEcWBjzy6rnLkqGH+Z1jJ2OtmhVyE0g5J9foLi+VGzWo1v8j/aGvr/OGT/dR50jPqWlmxrrY3ORzEas5RGY0YwmvoG/MxH09uvZsJHM4PM49CnC8ttDqdvyTmc7zO2leoJIYVcSInpgcdmdOInAcL9H7pWrZ+6ceJQZlV7yE7dyKdWGMUWg2IfJVLNpL6UtaCXHekPJ7My3kzpKSvB7qR8HcgNVrZmAXZPbLELS1X+mLwiPTcMYtEbuap2bzyIwMJqnQrs4+/E64F3AqWYdVrmMVt9BswRqYrndyrf3/BYJ0DVuD51im6C8Eg2wwyJd6LxYIXvwuEDo+WPOh+howTET4khAFtteEsNrZ++cfXNsuB6ZCILokddhmVrmZoVILH3635W3q/6PfQUh16Plb35Pos/0BUDPiv4EjDEDEazu855i2roa26CGq8szJMYwwxoDaBCF69cCa/sCbz6mW+cccDaVb8NEYv/0i3E4dPQcyxiJYnPTuOx5WAHEQwdTCPLdcgoZHExG2ZtmPUZYpZ3i67GrB7a9BBAa4970h6X8wHfUoZ0p7yg06fEI2VABCRTB8Upgu7GTwPHR8gP3YAtZGzbthWErk1830c2RW3psilpa+3/afmrbP+Z2Xr23T/1cXu9dNhAU3ZGzLh7GjYYfYTjHjvxcpecwIM6I6G692GS+Vv+tWxbIV8FD/X5s0aJuoUb77tWx7Z+pBMwsYcQ3GN+PO+IGFw9qK33z2rnSQFpzq0F7STWNcO4lfXd4Y7ccRusWqzC4wd+W9p0Iq5uT57KFuOmFq0G0uxg4eiDixTadBeum0vNGGSTuKhrmPkSaMspiL+wzwKPMP7x0xCu99WP5jnrA/Xwpw5E+9QPrZBYmBlibhpYcRCRwLbs2I3CKEra0LOhnLXAeUzyKrA8OivPDsjDD9deUgofHMdaNnyOe9VoIC2QmWr8grP8kLEjwSvwknPYZATxB+6HSwYQKuO62etFP0T0CjBvDDZ3H7OYsn9iO0+yscBTR8YyHvmz683L1MWLX6ow2It353Ii46b/6xBkh23v4OO9EUwvCLxep1nFKo48ftvybXaXsXFUF7G/n5FlhyU7AIt1IL575deDVMkn8uLxa5ZEDKW+wCzNejWa2aH157FFNoO7IzCni7iBhLhyVuOPbLU/Gj/mTBp5LI0fRS+mGnLv4VfzvvrVrDo1Ccwd+a3bV4dEFKM09HAUe16CvdSz/dgN3Zig1E7bVO8RQWuh7qjoVWB3fGaeFXd/g0MtOz0Wj/mBGnxARj0g4bSGLXCgD5Dv++a+YKfRPYFFX3WB5R0mSxo/6THzq7qpuJmPuHogcIs6HXTV/j4dd8Vwip0VXgKpkWGFPEApXLeVJOGgU2UQNkYD+/0fpYhtaMAJ1PE7slvfRm4ijXircJEk2KTVsd/hlhCM5Ga7w1V4CSOZAesxfNRF61BCaznP8B3sRePfjXdxZn6fGRArybBAGDEDe5lvXDFURp5m5lEi71vQOsR9twcJwjglxEMOcUjsh2Fo2WkcuFFgoRbedSQ3eC8m6PKu8vxZc89Zp6284jE6miBcO3hWeDxowaMypY7BJxrfH/JdfvcovKKHDCxgNnhoZWykGcd/46FgZ74CfuBLjMm9P5dsHVWeyf05vjfgDPnqaZtAvjtS7lf5/n9uXYc/x9t5bFq2iRzemdO/ddYy6vkLQb00Ydb/mrG3ywse7/36ICrEvM/23DH3FkIyhPnzM7TaZtPBVcvqSuNUj0nY9x+rMcFPRIzJhNgPEwqbwJjEzf1OjEkomTn1oQXImvrEtSR9Iuf9vWHDYbv6yPBjD2Gq9Y1ArULk303pd6EzRn/tKIkgJTQOSZJaoY99EicBTROS+MSO48jzcaMkRkWtdQqIZeFxI3wVVTAq+/nxHw7xI59S1fSe64zG8VGeiqzjSoHb4ja3gj1EnFIN+aX59Rp9iXS8/uVUgz341rJXuJzqm6n4W0PYX23oe1Nm8sc6UYTNLpv2p7JPMUMDjgtt7HtTRLLJVWGoDct7GllO7CxxPg6qkmmjiS2hiZyj5ViOCDPgBv2bnPFx40ICFEYiogC4pR3LJAJTpgi6rgXPdpIIJ54dYjdNUuSEiZ9QlKZ2ipIgbWBlStpayDItfxVwmZktJb7Y9qquhqrY0dQnVgCNuA27h6NrCR4LZuHxNc3vvSoaBkUn4bFNMqZX2fHqBrYfBCqLP8Ozef258j47vHxM5WZ0fkJGJ/dP2N4tCm4d5+WjElwkQaScGPT9uThkvCSguL7+qcz3bBlk8fD4ntak1VVbVpP2j+4qwg504sBNA+okJA7TwKHERzgIUs/1ImRZyLUb6FRJXQtC1c9ZBUo1ZvN5IfW10QxJBBwMYtf5GaY8nQ+H+i4KRshAc0crm638i4g8iPJdIgKImlw9Zqw0r2jwDNgshpj001+FJVc7CvpBEFWiUTu2Y0bhqoTf2uX53hD3yeWWX3QtVGH31rY/AajCElTJuTa/5XkCpTlh8c3UL21y71vygWU5U9FMj2tQ0ExiG5T+vDbRfmZIayXczzziaiAKFgORnPYSF1BQL7mBq/rCTIuMHpLd442An/agWIFSg1X8qAh5OBWsgBUY5QyaOiFY9XvzUsNMoDQPXY/jLvtAq9rBzSPuSclGSg8GA7UsPu/YDmZDEXAkknq69/4ioOAGRvAvyu//4ZFNTBe/+40Jm6GP5DS47N+Tw4EWjGW3yx+qYCxejLM6DB6M/LBjVqghvDJxNQOn4synh8kqDaiRnBYMMgFvwfXKxn1paubMWblaQF8FdmLTdg3bunWdW6vbz0MTrZ6k9NiIo6BJ86wdMY3PoI34erdmsvyIp6BJ7KzG0DoN2mAvVbr8HM4q0+YnVY6UR2RbPZVjvC5Oxt8OtD1m9pSMSYqTWdci74Yk1MVdRqm6xcgQ9pBvJY5nuQEOwiSJLIxSL/aCxMNJmzY/Lmu1oi6fua4JN13z5emaNcI4PnMNY0NHe9t6Mg2zaZcn1C5S1pdtz2qXfhv7IdiP9rKfIOvW8bedlIYoJbblJ6HtJCRyAuR5gZ1EQWInMwpm1a72m4bZNMymYT5JDRPe2mgNDWNvGuaZNYyUc2ijWQ0DbXZmFcxDLtVEmNQvQNW9AXWTMEjTkPo0jl1EwzhI3TjyQmrjlEThjHoBWZt22bTLV6VdLg0oqcEa4VsLrwHWaAPrZwZrKdfQxrNg/R7Klu3zA7zkLGifuoQK8JapOyBuW3HskBAjhGMfh3GS+Ih4KQqTJE2iWSeULHMD8w3Mt6PCl3xUwGilowLetM8zax8p79J2ZrUPr2gzr3doTaLQOIKu648iqY3tII5JiBwfebad2FGa+m5CUYAdOqNrhLRNy2xaZtMyX7SWcW/dYA0t42xa5pm1jJQvaruzWub7PD91e3sN8D6tSRRaRtB1tIwVejRyA2Kz04udEDdFKKAUeanjxDF257SMkLZpmU3LbFrmi9YywS3219Ay7qZlnlfLeFIWqe3NapkfgLd4NOxZRXMnqGy1qqkpO8om9EIU265LMfIdTD2SuJ7rpWkYpLEduM6MsqnlbepmUzdflbq56PLDwbe2swZke9c2pdogeyFkS6m6tq8F2UgHspE2ZKNu0RjsBH6SuDaNvCCxU98JYnZUsOzEZocYQtSQjTbI3iB7g2wlZHud5lWXQ7a/QfYzQ7aUOmwHWpCNdSAba0M27mZKJKHlh54be5aLfJRCooRP2Ce3XYu6GKshG2+QvUH2BtlKyA47pQsuh+xgg+xnhmwphdoOtSDb0YFsRxuynW5cESW+k6a+xezqyPIDx4+jMEhdy0095HqhGrKdDbI3yN4gWwXZLr61wzUgO9wg+5khW0pBRpYWZLs6kO1qQ7bbgezUj8PItlPXDVMvTCNmZ6epHZMQ/Nmxk6gh290ge4PsDbKVkA01wlbJurI2zH5mzJYSe5Gc2MtrETafjFfEenMuSjZ1r3kT524JSqBuRmMCtSmoTZlagLgGbTcty4o8z0siHwU0CtzADQOLONhxcBphK2oLU2oIXq0HBjyqqanEixDH4lGkfdQ6PTHUT3p2dP9uRz+Suttj3b+taY7BW2B0Qbypd9tFR/EiRvMir4y3EtRDK/FauEDkGna3OJHFcSKIN/e2g1sHr13C9xdaMgDL/oQv+l3afD6OsFIXiqdC1337eJPyx7fg2raemAFWHTzSrOLrSUmsSE5i/UVUAPyRZAV024DOEpVd0SlOCU0Kob2pec8IeQ3ocliYcpqoA5soTBCKLB/bVhqmiITUtZzU9dwoJjjwHKko5bTE1Tq18ffn8qHHBxRbr95/rY5tkw/QQke0Ijq+61qMMJi/lnWV77ZdGls8jJ7WrXRrW7I1g6H0a9NOrWo+BPWozf9iBnN2ejREufsbZkInNK/YO3lxokliNRByTkR3Ci5o2CQT2lRUvXarVV+JJNDL7XTOOG0FxBzVm+LYZfdV6R/MYj9lJd3aaW71hWe0kmPafhUK43rXaqXXQiHBGv1NlF/9NisZ/Dyy/2ZaAY4Sxt+OVU1stqr/Bn9k+4w3ouW6atUzADHrWtzQfo73DBXDYf9dDcfMxXB4P4q8Ho7JoIvrLsVxYFYP6KorKY0XyWm8PwHxXUH2jaOmOTzJ0YdZTVb7S9rzTRt/OEfUVVgBiUJk25YfB74TUDv1fAg5ZP/I/i9oM3fnJK7nsCkSOIaXVeeqlTtcTIl/dmXFDLa8YB+9BL9HxDRS0rHqGZoLB41RsQjtwUk+ZhFDj5PRLpaU0kT4QLgmuTHYGx7ZCodNWb/h0+kE3jya947WdF80+BPeIrvjvphZ/+C8eMKKZKJx5u6xQS8OTe14vocprhGr9qysbFqfqzE0kMXxqN118JkbmKoWygxSNYM3q8lsetGYMJlq3wWagi8pDxQ5evCF9OAL6cBXNwwv8lwrSBIU2R6yaeQ4aWyHdmgxEEM+togOfKENvjb4WgpfbnhrWVfCl73B1/PDl5RgiFw9+MJ68IV14KsbkhZFSRL5vu8lrpeGju0TlxA7TROMPTewtKwvvMHXBl/L4Asx7Lp1r7W+0AZfzw5fvpS5hjw9+HL04MvRga9eeFZox16K0tiL7MhJQoRI7IZJipCH/dRydODL2eBrg6/F8IVuHXQlfOENvp4fvqQsLuTrwVf1+TQQ7Cgoe4151Az9njzTr/+1YlTwVWDUXHfvxVDlmhY2rACaR9tP4ue6sLfLBlcL4ErKYEJyBhO0PHw80d1uLNRKAiuZbhA/1EDVLFU3hQkTO/Fjx7OQS6IgtaIwjZ0wAGvLC5K2Ks2syLUsrlJ+SD/6cRVAm32CFqrhlZtTn3cnuKhtm73yWMIqvGb80hcizThYwQ1Y5wpYXkX8/pazlU9/g3tBp63oHDEg572yx65ABz8P7z+/4SS/AMnzX3syOHbAcnTCTvnjl+pV6EuJNkhOtPmBHtj64Mvj9U9QdF0o9DFwuWtITZKZre4/9fGlgQ8Njr4t1I7HfP2T2YxntR6FqiGtZBlpvPl1WLLUQvrpcOLRqTzohOHK8Lu/5d+9HuANA4h4dwYcYbqbfCTZjrDdBJp60KP6ldGJFezHNwMMzSKWHC1YtWflTMkj28tZXBtt7DF7ZqvxiGlq8KtxNp60jlZ5qDttq17tqW23C8Du9HikDwVjKkbDPXq/DqHufUOxJtKNjWo6bCWizAankAMw+hKDn0cAm5MYr9OV3+PrDb5xTTuE2yML39rdro8q3H/uzo+/QngbwxR2KHkPYWc/7fl4aNk9GPyasf/Ki/LJAk15mB2ba2bLQ/gbO9hW4+gcDhiZGMfMKUGpyZTHBDylzKUULCynYP0A37LX+PEHePqPI70emx+6N0RJEpEUIztxqZ8mmNn+hP3/1I+8wAlx62Jt2Ney7r8UzRxumvlT1cxTgaSj7pQKOb1OMP0TIOeGms+EmlISFLb7qMl3YR826z8OcZP/0i0TjzwrQbbvYM/ykBOQMKBRHKbUSv2EEKsLnJx/Q84NOb9g5AxvHXst5LQ35HxB5JQSnjDqI+fP+V1e9pGz/uMQOfkvHeRkhqZlM5szcBzXtVM7iFMncVziBS5mJ6iki5ycf0PODTm/XOS00a3trYWcaEPOF0ROKfcG44HNyVP7BkZn/dcRq5P/1AHPIPAQdSgDSjfGieengRVYYRKEKEldJ3V7ZudeeNk39NzQ87NAz0WVShr8dG4xWgs/8YafL4ifUvIPdvr4+SY/PvbRs/rbEDvhh27HHc+PQ892A9dLEI29iGI7sjwvCVCMsOV1kRPYN9zccPMLtjr9fqPmK1DT2VDzBVFTyjnCbh813+f5bmB01n8c4ib/pZvCjQPLTWmMwpAEMQmQ54axhS3ipLbH7NAucHL+DTk35PzsLc7JSLXPK/BhMkjADm7xam4Hd1MAL6cAAilrC3sDs5mUQ69D/ccRwxl+6SgAP3J8J43sOIqxayeW5WNEXNtFThxbhPauujj/pgA2BfDlms4IrXjV5W3I+YLIKSWMYb+PnHX+zHv+xx6C1rkg9Y9DJO1QdLt7URTEOPUt5FM3cLHvBygK3cRCoRXZHu0iakfOhqwbsn5KyNq+vfGNKMx4HbQ6t8haC1r9DVpfEFql5DYcTEDrBKjOwWm3s21MEbWSyIodktooxCiMHGR7oY0xA0k0CqQbhG4Q+iXfhyHv1lrtPizYMPQFMVRK48PhwLMrlQUeOHi7v434eeWawh13b5Skqe+EaRC6ceoETmiHKcF+mBDixNTuuXslMRuubrj6RePqoCbfFbgabrj6grgqZVQ5g4yq7/P8xNPYO4ja/HWIpeKnrs/U9TzfoxSlUchWkYuTwKGW6wZRSN3YwV0UFQI2/Nzw88t1mmI43K+WH7ClVr0kfEqpVY6cWvWrqLr0rVitfztQExoDylAq1r4p1nPTmq8Y1pKYJuyXkBAPNcVDzeah16Lo+ADMY16c0nyX5WvDqfbztHDVWbGWxG/3lGFOwTvbsa3GNgtbhXU/veIGNi+B1iCnG+jM1v49ye4ytnaMbMdA9sSWYs7++I+ffv+Pf/xPiSovjON9fsrvCnK8hz+cOs382D9Pd+6D1mlQugsgcZ+XJ6PaLQApD+TxmazIm6+n55TH8Nyw8a0F4QMdMJ/Y+k9dV4A3Hn1b7xHR7oMtiP/OFpzxI1siTwfUTS/Msb3KMTo7mP9i4zDvYRwzQD0FYEp8dqbwWUrgctAUPrOP8ws9nKfAGVai+Llj8I7RdNO7Ytf2/dBywxCyFKgf2mFiY89KLYI8J2oQfEzSWibwlwve4Qbez3871cCe07/4Xwn2Nsi7FvKkzCsHz0Deu1pnT4FerzXfBOyN9OYLiROkDkGu48WBn2DbTr0QEWITlPgWcSaBb92ufBv0bdC3eszr52+werfIuxK57Q25nwK5pZwvx5lB7mbiJPDujIYtEZmmg9+ThB0IT1ycRFHgJamdxsQlcehYNAoDYjlu5Kd+A+GT4jYU31D8mVD863M6QLXzKzEcbRj+FBguZaA57gyGv47y82kGv+vfZ7GbE3Vze0MvoJEdpU5AQzdJ4jgO08h3Xdd3kRWGk7jNRW2YvWH2RZi95jVZDXK2deu4V4Ic3kDuCUAulLKsHG8G5AbxA/0DfzoaSjBO1cE56lnIj3FgWWHi4zgNkoTQyLcocYIkIMGkiyFdNcBgA7rNOH0C5EP9js3Lkc/ZkO8pkE/KknL8GeT7lp5ItjN+BVSZNvIElVlRzZp6Emm3M2BKiBdTK40dTKwgBUgkMYH7pgiFyJ00+CSBGxpuaPjiDtc5PHRurWstQVVavr3h4SV4KKU2OXJq099EWOBv5BTfG+/u8+PwuklEDpoPQGKyRXrsXzhNEfQaO1MX2XYYYQclHqYkCSyHhDZFJKGh19ZQnZK2FvhNy18F62Zm63mhDXpz/T75fX//N4AfYpSn8+EAIZ5VvCbompyNyCiPNM7SLGYr6dFIGZLxNzIKro3Yi/BYUPak+3PJlsmpfGX8xnt7nUrRlJD/zjYtLQ7GjjBIO/Xhj0nOH0oOvQP0i3O2gGN+C56nxinb02NGY1qKrodCn7BxyTGqe3JgoPvK+J7txnMBfyn37Axxb5yk/iY86pXtwHyf/ckjZ/nHKftDOxY5RDXyCaJkD20bjahgo+32JePzIsbLZbJpuWHj+ABU2Yk9zGBCoKfjfZ5V1FUYrphMWB7sGdmex//mxo4SaIrG5qvkr1RDPlvFTx1a8DUGhtkI2lFi7xZf3f+sH5v7lod1n4w3OYOKIivbAG1YBDw+Fzbj72dk2WHJ9NIeYofv6JPppqMYkBk3A6pwiR20CxGoK8CK6aa9UF4z+kmgislRxYQXMcXbjSmoUXUkZYk5cpbYNwV9gPoFdfByNWkjvd4qyqaVo6ActpJU0HV1VJyGyMaJHZEwRrFj4wA5GMcMikmS4rZsjELoWqoqqh5Th1DX/Z3Wtc4VT3kRxaVYB0wppFwHtaqAHI8MagE1AeNhxEwtMIAXeu3GYJidMo3C91+la+qsC9F8VchkfytB5ZDDo1FNjKTZZH3DGwoXjzcjauZmqGfojkHX4TTQNGKDgmJiyvSO3PUUDATUg5bNQPfVEfSANIwG9DQffzXOv5aif6bI0sjKOGezwIdN/4gpn3mmi4CYKesnb6i5VI98WW3NPBNhnoDn3zreSsrlF1J8oCfjW7ZGP9QKphQJNsR4d3rcZeV9vVFWViN7/mgzgUfXqqQ04dFMtZTi0Y0ZPak1VFCsqzykVDhXToWDXl/1BPBp+SVL/sXA8UAfRSVz47sUMEDSIsBSj4O/TssiSpGbDYtQJ7oM3SbFbhIhHBCLeI6HEHUSHKZ2GGLb8hKXtoV8daWvpWBgk9Z4z5+3b58nGqbT6nmraBrdxw1UDnpilfOdjLiUmfB3WQxaAOy0A30w5JXV5uKlzUkDmLLDIf8ocsMm1t0r4z1gf6VuGhUQCaUDMmArUaF+DCKOP3t2EmEHkryEyosMBeSu8TeNzuJnDamRcgaJhUJ7ZOzsUkJSXqctc61LYEwjAy7ZZMN03FQdm+FUd47YNjM+MuuR1FouSUAH1xmBp/wc3zcHIHmg7MVAKcEl+FMpni/13HLzlajLAByIjn+LrZXUZeVzJMaPDBQgOZJtjWp1N2ew77PTAc72lUZ68uNY5QEn5j0bEyRKsjFVyNccw1IxptYc1zqRaeslXSUrJUy6csIkzOYOYLYCxcpLM3JCayhNMThBOTyhKei618m2F2PfDZCf4th14iRByKGpZyOKKbZJq0nnha6mQJvHCN1WPWblE5riKc9+QuunrSvWBN9vI/npv5AP4CuJ8l1ipFkh3XHkVeJ4452UE9Abjxw5sK3DYeCV8aY6bLGT1kc4OBLwX7KjU8qefQLq3WPlsbyDfc2VU3Oe4hvgcNo99nLma+1VJbEz3c0UDzOF+Ylu1cT1VY9Sn61LzmeawLCtW4upAXclNfD6dAKjqFogVJyehQPuBAfo6vw0sYRXxn8iBmM27mL4o3C+wWDqE9X4fp9DfwWE6oK+lIXpylmY78j+XJDM+P682zGQoPRgvCEFLJTdGPJX5GZLbtbkQ/jXIe42lIpcBv0BJoQpACuMKHKiyA4IsmgcBqS9SdeRvJYiKKtnpe2z4vpZK2sDnUc9u0ronaCOOTvp1ycondVTOdl2pLhjhw6uEvhhhZ8z4BKKbx+xKcVEVV62E4mMA/mY3XFNcAP3LnDiqT2DcEgr2cnrXaU0mBo48sNVkXMq9i95QfYExlpNrPFAiiLLC+6rI4cPHDFac6rkJ0IAXoaN1Rnw6ZRA/WUXudLuKRSJmaj23/91qAEGqpqfEd8IppfQCrZl8FCrW+SufVHzTX1nL6/O5vamXqVPHzEgbebmqqZ6+gzua2GnLvhL+aiunI/67lykxju2YXY7fm+YcM35OAb8JSM1S05qRkDK9dqjDEu9oikaHP3qKSqWq6FcIX8tGFe/uRrC3RWLpnxbOY5yjuAPecEwmKFitgdDBX7j4zvRHb9laQo7/a5cIACTYyeAvxjv4QTQMbUbm5yhDhvp+cA47+jpxE3u2kd1umdr/E48/oF8pPzGhm+q7GN26hj6gETGLmOPOcDBwBC9Tp46eqp6m6/CaA9MyzF4DsAtDjvBX6p18dSVViqs/0dJjZ+zlArn6k/i2g5+eHdPjlScBeibHJZ5DDePbPXUjqCfErh7YytqZQXAPpa5q4dkVjeJ8EMJQxInAhpXQzIjGJJZmlk1mhmFoMRGZQSZO6UepKRX1+mrh+aTQvNr+SQA46l/NKsfO/GzQ4qesZ96rps4Hk2JHWDHdaM0jQNK3CRJ7CBtjf2BnNVM+y9EH4SbPngpfcA9ODdzamEkqrYB1uDWRU8KrBuovhSoSlmorjsJqvYkotrzcGp3r6GJi1HixzwU13Wc1LGJRwKbrTaCAz+cwFJ7A9INSD8bIP1i7WsX3dreWmrA3tTAp6MGfEvK03W9STWAJtUAmlcDqFvoO/E9ZAc0QYlrO04UJnFseV4YRZhixyMTagBtamBTA5saeHE14NzaeC01gDY18CmpASlp2fUn1QCeVAN4Xg3gjhogDopcJ0lDO0IxDgOfHQsQQoEVIy9yrGRCDeBNDWxqYFMDL64GvBXVAN7UwKekBqRcbTeYVAPOpBpw5tWA0y1EZvtpZCUxsW3qYQfZDvKx7fp24HhOgPCEGnA2NbCpgU0NvLgaCG6t1ZxCzqYGPiU1IOVIu3KOtGv9/h+uZbw77rITfGmIWKrzZEXSg6QZXMtk/+G0pqBt0u8aWqErlJTdQHwXOYlrByRGOMGpYwVpTHDMlkeKEhK3akMpdjVFwh9RRUHVyRNJ9Yh1dMj0Ewbqw35i9dEPwVcviiZg/dZ43aRsNVU3eKpY2QZJRmQHeUFl3eZNZFWLKPwqVpNUhT7uyS41YcPAPzS1PuZ7yzGhRVXkos6MNh7uRb72ju0UkdPG3p2SolUwvMwHGx/bPJ2I/0GQfy+Iv+1610byi9IkNwZ8ZjOF0NWEcdfZ4vmB/QsnHuYtbPH+K2qxgEd2olscrJ329Q+RZtnZET/zxdnmf0Gi1/Ep87xErqfZQQ6xQ9qEr/tqEDNaRo3NekGeviXlTnty7vT3eZ4Yb/k2OZFu9s6gIBTQmjJteyx4160MpaTsXkzQiFoWodRCXpr6EWEbm5AktEIKfUnbdiRKsWvplBQedJQfVP+4btEo5XOe/Xjyj8NHmu24aoFejoCdzOqvah2xU8OBymcS5ep5xU4lndSqJCvvadmcLZqcrk4VjY8ZWGKnttRGVXMqi6uKVfXLlKJSXtat0FFVITO+k3K+aj10Y0DGF1vRf/JTS1awfy8hGfucVIkFvYJUZ3YOI5BYxssBsn+Qtc4r4z8Z+rT9WKu6fcNA+ibpewevVjy+2upwPLGGsQOowwHuMn/t3IE38LUem2yBly3wxJfOY5M8cEVxJzVo6yobKYfYk3OIv+ddgt/xdLtvq0qaoroJbNuRvAKJwawYzIZhmFKmR95thRWliRfRICQxCR2ErdDzXQ8nnh35oRe15xk92aspIP60kj+tqjlaFWOBp63sI9N72LOropH+0lz1yKvIZNuxwdamqCpsRXBx5Ry5xatQqHnxU1OlsDb42cRHGfBw0fXxqM0wvmlLTjW6CmZQKtb0yngr1Zhie+wQZ7Qp7wd/EyU+CBvBU5fza9LGbmrv2Duo58j22ff/c4k2OIK6Y6cw8PuN6YLh70NN8LaiMX6D6oYvoAKgFJPFThjrq4CD8d0jNd9AGTz4xjx1mC+gHwoCdsZJZKw3MyBqMDxZBdqDSdlw4mo4InmYpxTf1cPh5/T6o1XVduYK0Woiqa5CkPKLvU5+MdsUbIf+J9/LbLYYI/nD+N95vq+mbHgIESwmZzFrFhNYqkoX/bOILkO3vVZikdDCDrEtHLITiRtZke+lUZD4FFk4bm9HNKWv5u0Szzvw5x3r5/0JzxNfdd0Diu7jtJSDt3qVW931U1e9lU8JjdrgLjBu3DKs3pe9AkbCuOMXNgScUHuG+n8Cf/+ahEmnTD2cAGwTtjH3JXtand/cFLSo55DjA8yjUW1GkcHMb4Fo2fOd8eK34lMY/FMY5Qd2KhJ3Mdxh1pRDbB7UcZ71NJZ45Ydst5srPdtRa1LpxKpQr3APQqnzXkk6Xg6K3xU188ELa326tWy/rLNPaNq8BqHtde6IVlR8tabpFN0j4xvweVSeXFyOjALVXDa1robQVXdSRrUnZ1R/Qx9zti0Bu37Ns6SdMG5AcKCoTYZSUnkRZ4MEfvMjY2s0W+/vHQUW+6njE9v2I2zHvpf4KSaJixzHIhFNgrb0YE/IaiVsu2LbT9IaJ7U5Uq5Vz3bBI59dX/33SluIQbYnArF3AFH5xJ3a8kLGa4b65alghxi4VyEpFGHYMViHjQf39uBLA2cWULE3zJIb48y9d7yqLFs8FC738z0BPxWvQNgoH5iR5ggEXqRDVsYczlPQY+xABMef2CjjzEyzqgrhDSD9PiupVGXjBNvxFdPE3/Te68aAU1t+rv52Pnw45A8H4S/jpTrg5AVvAp4J7iWcKMUI/8JX95MWELz0nPS5VxP8siqGMM0XGrZz66D1NN93h3vQ6dW9EewbUUuwum8Sd4XV2nmiYx4VQ6hujQDMROnA6raJI1sphqBxtOtrDV2lJuWBe3Ie+Hd/sBX8kdyRw5/E+K6OpRjWUnkHTsW4e5JjfzAbFrNiaUqZyEe4ecqO6vOiyMJW6jh2SJHj0yQlaeg4fkCI5/oBlc9u82LXUoZUmiIp3GRY8GUVPaj5tGdXge9O9Gicj+L8UPXDKNtabAD0mmvpFbNHQR8mjXeNP2V/zOFuhbfX4MepdEfO4ItpTijifiYrDCi7Y9ztcrhcokxp7vIjk8bPWQkpPtzUvUyYRr6nbJHwcrkFFafI3/K8iWKqppAft/gZDdRm88f6YugGghzYoQh6nsSgnBN2EAV04d2ehPl8eGSCiwQc8GV9/HyR8lLDlHTb4mFn/DrFdZ6uFNMAMyqQffoyTP3NUWNrC5uTeDq9w7ShVcoG99wLoJUtSAlXH/J8ftsLUJ0n6yCqa0cejlLPCdMkTT3bw05KgyBIXTtJIqdNGZmXucHpBqcbnDZwyoxU69YKNjhdGU5tKava62RVsyV3gCDj1t3yfR6fy2F7iJpSlFUFSpNT9rtCKOg6IJpasQcxTWwFeDGyIjvxXewRmsQ4CeK07YisELraTUL9mNY9kvLHrNr6QfGUZ0fN+jgnO/nL2pshegl1ki7ml8zv/zYT61M5XeQ7g+o2QYq3re6fRQAUe+2dETEwuCvAc1J2L6X5vLXXBbB9Gnd8fVXA8PQEb8rHkbP3ghCLJtK2ieQS0/EKquMLfITnNLcF8u03PfAeEozqyP4d8lOqhoF1JVUG/AlbgTHtdT/qheeywex57zs+AB5oX4q2F69a6JKvZ0avLNjA2XI5lXIJ7xN4sj7mQn1Ba0Fae9V4YJjcA6kKDNsCeVdyuLSKDN+i1cOs5I3GI3wL8gBlvdvlzX0ytZbjbpmna/IqoxYP9WWjMZvN1tTzrpUW99DMuWFUqkNX2Um5456cO/438uGHImf79TcwDKf76dV0JtBNdtObper2u3ZtQu0EUY/6UeAEPk6DyEMRcf00QGF7cz4rcrWmrwSw9CNUWD88VR+92WdoKbjgaQJ42VoB7K5R/4HrGUm5zS4R8Mn/dEjPZR0bxd4cjHGmTO64BuWxsiMt8Lp97proKRnb+1fnVVcG9idSMLUAT4ih/d6gSXeUs88M0f3wLuxoAvFWB4OdKtipAAKLk0ZKNY76+l60WRJdWU95vht2nk1hdk7Af+I4Aq9Xd2yqM1YabVRu8btPq1hs08KG7d5i59ZZXbH88gjXExlTm5AlQsp7EaHbBPDW+VNPpUr2zfMhQYQ9X/QMb2J2K7N0rg/rLBzrqg4p39yT881/oPmeGRRss1eYUJ0bR7RHQ1oPompdPlAgKsLeUQk5rhNSlzg48sPYDtyEplYQpJZFHdQWf1VJXUuN3DXPqdZ0fZ5dV5OoHvPsyuQnEY80DEfqOIiq01OZHxnkMh0hMkGai23VcqrOSU1qoiBqDkbCddRMjXEEo6s4NOFGVa/xxrfUiYuStU41TDlwt21dXsf2QjO9u0K8waCZa9X0AY5F8tmGjvQOKmvtO9N8CMbHVgbEr9CE/V7FXtfq8dPTMZ9/VDBTLDZPoEfu+ieWXnBUu+6rBf/k6YcTwVEtrFR4siQFUQncutpGSmv35LT2N/d5nHNb8RvSnuZGk8okxdNwmYyrubgdzV5pdNACnm4wcIwtgpMgwHGQ2F5Ckes6Dg0dz7HiMECNOlrwgLU0U9w8MiLt6XM0pXAlJbXgiS9w+HkAP4g43ixYWOyswzO2MFxYMDiPT+KaoQmr7aQX1ucG2M8c07MC0meY6gMl0cxPpYd4m7rhUaYmy6BfElOuxh2TxHaa8I31j1HVAeYD5Z60arIb799kBG5XJW+Or/XVSHjrrn6DU2Wwj67YQbLhUx5Uqiz20T0+SDScP7EswV5djSLltPudnPYdG4LxrbAnGw/iu2rbyumFQGjWhE2wb0tYpRXOknXDbpMkRDamSRr6Vmqn1HISmjjITyNEEtJe8szLXC2NkD8lqZ9Sp2w0T1knfXD2Ic9/ZulVSJlfDTyDcC6tY8e2AIRF3xEGr/kh4XmE39JdXcUrfoxgP+7yB2hYx5hE5Cwb63HHTwqA++B2+tf5cMfUQ3nMiuxUX5bkJRx52M7Y8XTFsn8Vn7MRPtzncDNVQIDfSY6OZScI0fT0mP1Bd8+E7pdGyvJV0iySEbgfIRhCfu9jvhjuY3SL7Wtxn43eeAcJ4r/wz1lfaHQakXKN/jNfg8br+l5u9UBTNkyzhBRxvrCay4xO12F+dyt2g9ncEOqkEs6jpy7YSznlvpxT/u6Yn6QGrj9SAvpR3NTyxTK83K85xNWL4KhuYPhY+5f8evRdPWC70K86cQISYi9I48izU4/4GKVRyP63vezXE75esaz6cfzb3ovHiWt5/rh1L//1nqajIpC1fvKg3sqpcwfb3PCkPRc0d+Z1vqB4x8ZwvzGOUhLdnnwQbqnR1tevoAoedC5llFWZRdqkk9/URn5z/IDUdG767/Pqerv+FiKXkJ1F4I494V1OOYykDAQFKUQ08GR1pvr2ecGdW/2s9kXqRJFesUBPsH9ikzCekND9bagd/s5/f6lkis88F+TLUNDIRJZhe9A8C1ur+/d+Ohzyj2Jjvn885nfsc90/Pmnn8NallzXPNk/Ns3UbhevqMF1tLCX0+52E/jN405vKOLWRPR1+wBma82DNMBmHoEfevUyy3SROY9uOIpKkSRD6mBIceMhP2DmNelKhYx3Z69U/hqc1ZXvqpz1NiILew15KD2utmVoNV5HETAmz10mF5mxCu+rgtBPJdnlRnaLu2ej42ufphuwfTCq4uc+MndCq3CnInoehQJmY5qqHl6I83FRhDydj1wZRMOWZgR3Mjm6npvwlj5erj56NXw5cfryMTR6zsR7zDILv3vc9fLKpkJLyHuCkoPAuEELB/hidoQBbCRmYuzzntoQcxyBisbvOwN6lHA/agKi7qq6NCPeDkyx7c25vzJQN2IIenkd3ufb6TsVexZq+G7FNDnjyimXjmfuNH7GN/9apWaapD3TVmpS473cT93lgErRbZwcEBn5VEmgTWT+i2QQPb9Fuch6T8wwbtTfKTZujW8EsSKjlkShNkiT0EPWRy5ZTTElsIRK67e2Utvj1agDwB0JyiMlVRpW32mQFrKzltJ/3QopOexXVuq4ObahAOyvvjfpdmuz9rDkzSiVa2LipyaDsTpR0gYC2jp7jwaxVHQE+a0IpiKi3uyIXqfm1JumrqkY3EqOd60YD3mUfebAcie/Fo9mx949sf94bog6uwXVFffyEfKW298FIiEZbso1H5HWqNkOwRpGCNAKB36WYBhGTeCAfszuh9ORGBvX83dSHcXZSlvVuRArw50LOE8TY11MR7fI7ceBuqsnXQeyilg7YBgxuG1ujUsY8IUmukcOjPhr3gUg4aMr1sI8Hf4xjMGt4wEle7MnpRdKWJlXuF1UyoNW5zq1zdcmAH2ANc30qipSD2fZtBnYW1NZ4c59DmkRtPLY43IeBtRTvHZwVuVKN6+GYST0cMxbDqWvmTKLmjPbVV1i6ClgqMuDLRQaE6xsMtMcjFQfuN/luJ869ktKt6UygE2fdDp1QtLNUHeUahTgkNHTS2IniGMUpIiSxXCuJbYegtG2dPCtyLYVK6oec4CH86B9LD1lFic4+Q604/Vdr6s3vRiPr+o7TTprUjVG/gdG6Sbq1zBgnW4mQIcnr4FTeEx66TuEYJR3J4G2ZEoHzUoXOckCguMRryo7yHKe61U7VrwByWBlN92wou12reMDtmPU8kO+YFvuPC1ViMLq1r3YR9hC6B5VamCdl//ty9v+PeZGXcX6knTJr/ztPMhKPRTM09PXxhyO7oB8GNWhRd1u/BKEXU8+1fA8HDBEDO8BOhIOQnTssHLgNFmqJXgsT75uHyTXg/hQPWznSQetZz42R4myhtViqc8Wh9fDMVKrndm0EeFV2K3LxomTMHuahaDIyc8dZWy4ZjPYbYaOLTSCnc/LhNQnjdYcZLp6djk4PPMBCzKxRijstZkN/FCmv/MsIEWxHwbyBjHpcGfjYsoOwnQeFLGE3i9DwpjqlCJeDAp+HRwNepB99B6gOmaTHXd749qqxRTkfRPWwyoE2qMa5Rd6tXbjsc9ZIX0ExNlnNurc4XN+bybZm/kihz099i9+Jk/xHKXZ5nctVTc7T+TSr8ZhtzEMnXJK7W9gxq24fVldpnjxb6elnzXMVkkpi+HJJjH8UEZvMv32kB+Nt9uefZOamjpOaQGpy0sk7OhVht1gbtqiNMI280ErZ8SoNSRBYfuo5FDmB2xoVKqlr2RNn/pwcnnPkz3maGznVY170pAUjYoqalHVdoX4fNbA4JpYOg5ie55I773r1tOUzk3x/1Q2lr+pxMKMgZX+95+3pPjAmPmMDt2TTea4yDT5mzFyoewhNpit3bge7LX+a+P1u/yFo2gT/ds/2NLM56uoZPBKTv17P4Dg8chYzB9MHzqX1XEh3eFWGGC97dDqBvWQ0Ppsmqp83KmKTwdeOwcwYkZTMDJnddm58PoXm4FvbeflzI5IqP/hy5YdfxN5jms94DdFjj40SHOkFW6O72LCgnkwecvbYaKqmI9mxYRI432D4Il7xgtW/M7wVo4W2dqYYbdPhrtEXVyK6engrYbr6QdeierAQ1TWWAr9oyg/iprWBpvGeOp2sX+iv2TS7KRnGV6GNEHYIKNUpFNEJPawLI7XRE4/0JEcqgF4YuWxqCiGBv7m6TJI9eL3DZlX16EaGftGxF0ba3g91HHMzJYheMdO6qYIEMt999zczZ+RQ7SjhMZe8EF3Znmv5bQ6vk1TVSKqanYqKvo3GqbQsuAKjTMzQT2PXemw8QkoV/vKvpnFEky1NQZFC74XaTdlGkacE4lRyws+/bNRwJ9hegpHmGkxcDHSbGUmqarpjRN3+rs5j5s3Nn0wrfcFtv7/cCE1ZjUKgS6eF+SLFNaZ9B03MT8WZPp1W7vbz9qb0tFRmww9m9fSPIsGm1slD1VgRCP0Ljx9VoEDVawYRIxulaeKGdhL7ThggO0AOiVOahJHdquVxWWsdrb4gRRxuinhTxJsivijD48tSY67VCRx5EjX24ipMqt3hh7Mq7BseFDWrxBoShRoTdN3igshzkiClaRw6OIni2A9txw2oF1PqxzSYUWRC2qbKNlW2qbJNlS1UZf0a7jL+41s7WA//7U8S/6VKG4E1i/+voUTnLPzXFAr052Qd8EcBSf0A8rccHxE3ChI7CVMnikNkWR4vfjsF/lzYhv0b9m/Yv2H/itjv3jruetiPPknslwpvBPYs9r+tVtAs/EtECg1QU3azeVM3dlEQeiiNozS1YxzagZO4OCAYEY/MKIFa3qYHNj2w6YFND6yYFPV51jGUNZl/a6+oyZxPUpNJRSsCNKvJ3sMvevqMky7Qal36nm4LU4q8kCQOTrFlI98JPcxON6HjRKGFZ3RbV+qm4TYNt2m4TcOtddJxoVMhQuvpB/xJ6gep+kOAZ/XDu2o5zWoGiUihE2rKrjbAlp/gJLJdhyIcxMRKaOgmJA4dy2Z6YUYb1PI2PbDpgU0PbHpgpYv7z/yUw7QYurVWPOW4n6QWk0ooBM6sFnvDwIjE87c1LY1Ch1WEvQNNRCzs2yEiKXFcz/VomDqpH8UOciMcz6iwStymwTYNtmmwTYOteJLptqq9Vgd4n6QOkEpKBO5QB3Tvawx7qAG6VyamPYH/fbIO+pMgdKgXkdCnge17EbWp55GIRjEhaRh4ffTvC9uwf8P+Dfs37Gf/INU0+EaUWBlkpy7UAs6qUbu+QgvYL6EFsJT0H3hKLYCUWgDpaQHU1QIe8VIvTpIAuX4YWEEUpakbWMizoRx3qtACaNMCmxbYtMDXpQWUpQgWgn23F8S1YB98kmAvVQMIfCXYYyXYYz2wxx2w9/3IC0jqYoISjya+5TLT3w4wdmzHSUmgAHu8gf0G9hvYbyb/muhvW7d2uB76h58k+ks55kGgRH9Hif6OHvo7HfTHjp/gIElQkqRh4IQ+TX3iITuymDKIbZWp72zov6H/hv4b+q+K/vatu6Kjx7Y+SfiX8rMDOT/72/zOeHdPYQb7jbUkFcCozIrKfHs+Hh/7jXQaZSBT9mi654AYW3ZKrCQNAoqI7WCCqe15sevZFknanjQzAtfSBgl7RFk9otf5bCU1MPMEHfwPV8T/b7Myzj9CA1Jeo3Hm+9/8/m899KtKM7b1FKVO1OwVjeoVGRhl+woa2IMPgCBHtmqyuu6i6HzCuKAkogFdnMpXxvcc1XnBwrr2NH9excPbsv3XWXQmFQ1rRNHFEkqoQpFmeMQjQ1Voh1b2CzQ3RRxFqWrRtx7wrRQaCMYGGgp60pCkqrwfkwNDUCha/dey21jmxhBQXjTwP6z0z/bhkX1E45ifqhEywUeYnw7IHqRXqHGhLjUNk8qZOGLXNbS/4bNUQh1YNmrA3ywV6ofN/7GZ6jRjf6mmminJXTP9oBBWdrfcfIldXEeihDBvBWPhW9d/+fqOWEq6DuWk61/pLo9hn3xX9SSE/iuVdTTA9prYrIjNlrgP7mrSbmuUlFDiE4e61HbDwKaIxg5GEUq9KLLiFuPVcjWgXgL43kdfB8Mn5T83go+1PBEbm/fpm/rkN3JbqfJUZB9EBy+pJPYpz3cthPFmYCnUyt899s3OKIsf4x2tK+xWigF0BTfMAWI5qsXc8uQl8EVLrIHlL7WZTNsh19X+2xYDVeVd9lS58ViNfq9EV+6Skj0bVSkX8BUlc0WXzrYn2qnfTrOWXPX12pPDOWU7kL1OIdp6AR63NX1l87ff0utIhO3Lu4VVE9W0GOu2CW9UXWXvt0eLl8bnzziUswLp4NayPwGQlrKjQzk7+q3cnPZ9QUSx5unq6jK9WdNPlljXou4Wz/AZKNPAsWkQuVYQBDhJnCTCiedS7KCoQWst0WvZ5nILX6gFLR72NBXXtZ6lg/b2mg6bNwJU+5jKkeKUlU3F9Yx3SFYvqZvx0uqU4SkRqAxoV79+62DgfQnZ5znSXdOPsNEnDY4x3DwwM6DbTYtti+x0rltogWQOqhwApcey+b8ryL6cw9ZaWQwM/MYpJKrJV22ea48Pf1bbw1h0oqzUC9/RkpXO9ABnqRGbK556GkS7yabpFyjSM9cSwmME83SCc4MRUeH6EdP8kRQZg8ReR2p6OolXaZ0/PQeTmKP98Z6p3T/h9w/0Ue5cY1DelZ290+7xxU36L6uYu2taHiQ+I/8WfwrGvpSbHI7kJv+dMp5zAaZfteG/5Vtg6MhvKWvQbiiF7lDQdbSG41meHxLiBOz/ezTxUOQEYRqFNjP4vXBQOHZK6Mqe/aJ9TLUEkuoxa7r1p56ipSPQUx0J2lHNdOdQrJob7pf4g4246/vngFlb2dBtA1z7ZdPFSu7SBWI4JBtJVt43vofqeNJ2XuQQV9A0A43Ug23Z6Q0ETUsLNuoIuh1X7vwog85elUqJSUpr9VAdTLKyo/SaPiBiwsg5acGWjfgge99PeQG6D84Z+SMoKcKedCi3fl1bv65Z5YEcw7bBU2R/CspDSlwO5cTlNzn0n+ZWIu+53b/okLRHXJOafIGPXWT2un5ocPR7fahYrlUPKvmraAeN91arB7xik4+Oz/+8O/Hut0ZZB0yLe9x6IfAxC4O5vCdsRGBzt22peedarjxuhE/lpnsSkO8L+lfHryrtIlC4bmPEQDAHDxZ7Pj8W1HeFh3xPkgrTZbt52vTvdJvn18D8ouCmuhQQ+qWeM66k0h39gzeS2tN9xJ5+nx0NJhTOKXDUKeg9rS53mabhtwT160ZcaTKi/fkArtb2guEV2z3swLPPD9AJruvmqfVjXLWpkw9UB1IUVYdIKEZZnTvga1TeLSJdN9Sacuxc05+f+mRCWv/Y4JghrqShs2Z1LS3fUUBjY756wCjg60g6OAq/XH/5VBcszXFtfNZeTouOXAh7pu2D48jB/QthFUp+yk0n/CmVIGUBh86MSviFHs6SGmh+NvnPZvVzJxRojKYb8u86iW9jjySh44Wh4xDfjXxik9imYUySRjOMSVrrqPBl6IJw0wWbLvjKdMHvxe+HJ0sDbtSA1y9otLYaeHEVICUBh+6MCuh1HeqD8ljPoTGa7uWw59AQ22FAIxSFqe15KLHthAQhZAMQPKkC1uw3tKmATQVsKuAzPQ6si/bBLVrN6Lc/RbR3pGTf0JtB+zf5GWKmZwC/pZjF/Iqsl/8VJqlP7ThNMEVWYOPUoShOqe9i16b2JOxXwjbk35B/Q/7NEfSEhr9r3SJ7LVWAPklVIKUCh/7cdcD9o/HmPs9LOqMNGJHZEM0qhJayoxMs2wlS10GRGwRO5LpWgF34/ySNkS0iW8d1QitvUwubWtjUwqYWlpYGukQ9oFvkrKUe8CepHqRc4TCYUQ+v60U/ox1kmlnl0BB2C4RacZi4fkoSy/Udknh24rqBHSR+CjWvnUnd0IjbVMOmGjbVsKmGNbr7zKkF59Za7brA+STVgpRDHIYzauEt7IIZlVD/PqsOOFFHFSRWlHg+TQLshXFouSmBBp8eoqGVhFYYT6oCLmpTA5sa2NTApgae0nHk3zqrqQD3k1QBbcaxiEGcUgHy+p3RBD2yWYUg03ZTEGIrtRLLClP2Pw5B1I3iyPdwRHDkhlL90DmJm3rY1MOmHjb18CSlhhoFEa7oOvI+SQXhSgrCnlEQ/z3PDjOKofp5ViEATbe6XEytyMZRgB0XI4fg0EviAFGb/TXxEn9SEYCkTQFsCmBTAJsCePIbBP/Wsm/xamrA/yTVgCepATSjBr7P8/lQo4ZgVhUIqo4yiAl7coBixDAd+RHy0sR3cRD6cUi9lE5fKgtZmzrY1MGmDjZ18GTuIh96TeLVQk6DT1IN+JIakNOO31GS5nlivDvlxWiycUVgcoJhdaPxn7uHAZQGSZB6IXJjx03c2HLCyPHiAHu2lwTtbcG4rLXwv6ykl1z6ygWLxoUP0N4eQXtnRbT/6XDi5dh4yR4G+ONft1d/rioYwatWApJJZW0YrlR1G6Zr0aVZeS9URvWw6FxCteOyqUk3ROsUJMuFmOv6paLO6I2o/ilVuSNMNQCeUFGwgtddSpmke/H4ti4p+1ut20Rp0gkNcNMFZ3gdXsKO8Hp43apJ9YvtCVNTUOSiKkrBH82/eCVOqvfRB+KmBnScE9ieBmG09/SUxZVyFYp1UC0JamRUCoMh/vFISVPyqVMGtVMK+7eqtuhjr9J0fmzr8A30yc3MioGyHfBrxmuAdKyHRvk1lQGPApSbaWsqBIoZZ6/MZ5yPjO2OT69+x47pL/YPvJ7TWPmL4e/D4hfM7mIzyGfpO064VfNYo5qHb1qBYaNb27vtlPd+oWoeTiCpVTl1+1u2wGK2AIx/N97e5ydRYEcu7DyiaWse05RZ2lLbA92ry9DRxiGO4yCJCPVCx/E94lM3TD3q28iO/TBqXXO60ler/V0/j8GEeZQf2dTpXllpL3ii1rnNXVGTiyYMoB/Ou/xc9lVkt5ASP8WBlgA075yXjIf73HjgZZ5ysOrh3BHlOyblxN4KVIxcB/zIECvNd1ku1wC3raZOalUFvF96qjkPsDMN034wyILSHS891ZajSmheFf+r9DI7XfAzApxOjvkDU7jnXWWXSAci/rCpcrai8C6z1JnOY8oUdhj7018Lyg0G8XVvDPnT8gKy1UMIVG0cHJnY/H2sXpM2dWnhJ7CJuoUQxflHTDwvoAvtF4S5MtKAgf2nW+SKz3x2qgslSpVybzpn6apG4vA4XK2AV0an6lj7ORj5jp7aWQLjjXwQlSBPJd2ln57u/bLUVWBaiG2gW8u9RcEnoK5CSV3JaebvTnS3I0w95WeGGW9qKJkrVl6xmJzFrFlmSpbrMnTPjtSxXdtOEs8K3ST2bWzHSRxjFCaBi0PSnh01pa92mqyeV/Ln1eBrtoWz121bofs4LT3lr6indFeOaGU06ioctjNiIEtHSquX7aGpOuNw8JyqNJ7t4XgBo5HKmbfHpG5dwqp8YpyXoOi4ioI2SuOFEm869cqlY2qjhKsJEqV6a59prUYfSKeHUKN1AeG5SmI0cjX4tup51Vao1sD0Qym3txAlF6uCihu0PzW02w5Au+t2rpBeBNoZtgvTDOCdf+ksNpvo6dv/+/9pgR7IjDa3u0/cgUd2pOwxIhUjmmDEKkY8weioGJ0JRlfF6ApGtoArgmpha0xXOVQlGnPV4dKeqA6X9ix1uLSnqMMlzY8AsxOJyvnZaen052bAozEzAx7cjDVl0Bbl+QczpbA/ZkbboeyOl8sp77n2m5XAabTftUuvfs8uvfrbd+nVX71L337vdJfFHwrzDjCmeJyfgg7pYBbvHvez7Ox37dlradUz19K2K6M5tukh45Bce6STrOqBT7Kqv/4kqzMyBfUZUXMKavILpqDHumQKeqxLpqDH2k4Bt+xMbrrMvTonu+/Xt+ICQPlq7Y0O5UAO2LeHvL0xiMi86hmh1/4a07zqzzHNq/4e07xqcJrmbYFqT7JDdac0O3cSnfacDXnUczXkUc/RkGdqbvwZHr+dE3awbFadeXqYX+cDav35meDUmKUJTo25muCcmjFPyen15q2GTpOcTzk7lT5qzN6AZ+EcTvHrzuQUv+58TvHrzuoUfzu3B/pQmhE7IN0xykNicmfw7MwKjjtBOcBO/qsOBMuE2l9lhEn9KUaY1PM/wuSMvqR5zMsTm8FSYdNO8IxPoFIJNlTj/JpfcfoT7ugJ2rBqjUOiHcrKT3f0QIssnhfTkOkvhT6LxkLos2gsgz6LWjsOWFql2N52zO8NiU57PoY86gkZ8qhnZMijnpIhj6sEsCGPp1S+Qx5/gieY4QkmeMIZnnCCx7bmPqo1tjL0zkBjDJesleXnoBnmRatnubdohnnReuozL1pYfeZFK6zPvGip9ZmXrbnBKmkXX0lJEd+bcImqRvw+8QDy6/Od1jLuE2sv4QlG9fKdYFQv3QlG9bKdYFQv2QlG9XKdYFQv1QlG9TKdYAzbVQFXKRqGjaAbXVinh4wbGkr3oUw4kPIx29Ncy0LtUI7LUb5OQzXgf6CRWYXfmQkpPsyK6RNrb5MJRvU2mWBUb5MJRmfyxdVrYpRjdkKFp2mR4JZlTHJFtRNXsfMiZdolH2qET+s7jfBpfaYRvvYrQVjLOaJaG6VHO5i/6nfl55DohlolLvLdzhSRnfMIwikFob46GTJpqJIhE+7fzJh/5vle52oG6JZezUg82lczEo90NQMB8loKGygXK+sRJo0rliGTxj3LkEnjsmXIpFbOI0xqxTzC1LoHi/zEoy7Mh7xI5q/zalJOOVSUBflIdybEEfK71WN1uT2nMkdZtD/wLLv6U8+yqz/6LLsj78iYHk+qzQg0SzaiRK+1CSV6aQO20UIi7mh+E/ap9XfiBKfGdpzg1NiTE5waG3OCU7r/rqJ6UkaUqIC2S6v/jUf5NL71KF/7zY+kYAqT/FHG9DB/SdKhHKpG9q8MCyCVdEce5/d5j1ZfP47yaajIUT6sMNpMnFxgtzGuoemW51F2Ny+Mk4xxQkIkLWJa7tnsq2R0iIcxC9C4l7flnd/YDdlAArmjh/jRzCCNbFaGTDiQkp+LEyXz+6Si0V4bXXr1mujSq/GjS69GjS69WpN36dVKvEvvy3Nrwg96hlQlZbEtNc6nPeuLLapxPu2vsNiuGufT/iqT1lXEbymqI8bsl+lQan+XMS71Vxnjwr09X4XY3lOiioEbodce/zSv+i2meeXz0B4yznOFadOSLbDBeiw6ZliPpR1necgf1Bq5odLXoD0ODd3Z48DSSSH+EJFDojgjCKIRe4HSDzv2C5uCI8+pnzUYusQLLIZRRh2TYZRR2hXHo+7ou6SDmUho+UH9rRuqAT+vtAFXoFrxqR3aBRGqY3w6MapjfDpRqmN8OnGqY3xuN7pLKzZLItSepREm9RSNMKnnZ4RJPTkjTGpNOMKkVoMjTGq3/whT0MLFie0gUiTmw1HLGzhCP75xTB6DoBk+McoxEgHItKkIyH+4Z7ooytlAFJGAIxz6y26GW2P9zXBrLMQZbo0VOcOtsTRnuDXW6Ay3xmKd4Q6klXDIP5KTKk68JVvwzXssOh+6x9IqM36fwf0cUIsq2jGlbe6hW/isRppgGiq4EUJ7sWhbSy4yeYGkxdIrPu35V8tAs+PEZkkLXkxp8VBb1qtGOxAzP2Cn9nUsH3DLetWAB2LUS15LjBrktMSo0U5LjDv7FVx2tpfqcC/9El12rQ3lmVD65pIt1XBqPcc3U1E/cOljasaht2shnulAWZfGXiDPVo1PB7muBC1NvLoMqq5HKX2Augybroel6xHpejC6Hof0Iehy9FkGPBdhjjbcXII0uiBzovH9v/JzcSDzjlaJTv8+c8CjcYk54JGcX8xEpWQnSlnOn3NkSn0nwQiXhotghEvDQTDC5YxcZOqhfkN6wRWmxLbk/lJiW3J5KbEtubmU2MauLfPDSenFGlBfcHXZ5Vxyednl1FgfE5waLqQJTvV5dIpTfRad4lSfQ6c4A/lyE4AsOmc7KGWg3BAj9GOxaDKNTohbn14lM95lUN9widiKRSVZy5qZ4FHJTqpqyktk1zxLovRm+LWi9Wb4taL2ZvjVO2ye3538bmr39ijHpfM65uoeWafM6DjloiroosUq8alWlYa9MsoxtITy+FzWcRyKCDuJckGI3ZBLJ8ZuyCX5ps75KVddjggaffdCh17Dj9Ch13AYdOg1PAMderWm6dK3eZTFP5XwLkgGK6NQYnjxz1HYLv6pPrZWNCO8Wue2lkz7Aw9Y1N94wCLddP4TCh4rxggkY8UAjlnBna4aN+cD6oG8Pbkjf2YHCrcPpSKlXaJckNQ+5NJJax9y6SS2D7laE57+cdzl2jM3oNZ+4ylO9VtPcarffIqzfXsoYf1QMEAvNGLN+8T6B8xxRo1T5jhju2N4tTQoa6bx7Xq0wyM2r8q1y+Ls9KjGtwH1vDyN8Y3Qz8vkRUv1RXLyeYkP9+T0QJNcX2jNMS+3KhdX6sutOfTX2Ay3xkKb4dYIyZ7hHirlOWq3KgdZ1ZKs1Pfodyrv4Ei27EsJnvlvdSJsoyz4UoJ+XiZkYzATFNIo9QVLTPPSNczWEfqBzP9kB6/Xh+QN3L3/8xfV/h9Qz8v7Ub3/R+jnZb7TOWCOcszLfa00tIbkw1oIjIQcEh7J8E+NCg0D8nmJbasbfbEtz/z7v9VBq1EObbSa41aj1Ry3Gq3muNVHiDlud/xbnegfJ+7eXvCtWp75daDjwB9jmJeqgSgj9AOZgTX/xuz3AU+0OxcaHoiWTD9mt8+iEbDbZ2ktrzc8qPRdnh9eQ3nS2cH2aIcxmof8gSilNFSLolBlDr0oVJmjk79yytjXrpIyzVydxdKn169YMcmrUbBiknf6XVTFuUboB99wQHNf0GUzxDmGcuuixFAeW7EperT68z3KpzHXo3wadUFG+TRKgozyaVQDGeXz5BhjrTqMEt2wwmZBoPWAKJ09X2tTphzIcSyHFkVeKO+JZMJhyGWVGKETwtmjXXINOcKndRE5wqd1FTnCp3HRNMqncc00yudJWV67fXkqFFe8DZW+c7fHoeHY7XFI+Q1QYTw/0oIo6nDUZPq6pc+ioVz6LBplWPosGgVY+iyDiw51Vp1MuPRaQ2bSviOSmbDkhSw/aAGTTLjABzlg0nFBDph0PJADJmeQGAulCthPqvPckHyJWTHOqmVVjLNqKLspVg19N8UqBS/m52hH6R/HHPqLajgxxxj073OmmTUud6aZpSWfnw8nkh3qV9fwG46zDBV0nieQUaD0bMqEk1I0xtUl1S+vPcamUWl7jA0Pxs29YPf5SWvkNfHkLFS1bxMtaTXxpLTymGvU3BlQL57ZPqf+5PY5h/OrlQ3cJ178BuP5wJ1hqN0CPdrpj6x2BnRJZ7ceVJ/V3n5APCkt2uV3C7ZhSz4rsSqcoy2y7sAzJVM7knOMYfHCGGFGo6+54KO25ENnDU3zgkI7PC2fTZ96Qbr1OKdOyvU4p+QMqG6jdeysHq2+5THKp2F2jPK1Y4dwnlqhtj175isRjLLoFySYY9eoSzDHPlYsBWpuaVZLAdLRuOE4V0fjSXRTMnSuMGXKKTnqOA6ZcEqKVnRdj3ZKlvp6QiacknIsdMcjKKfkaCPmCP2imO9xXr3Y73Fe3H8Xnas5mXIkQo1AN03FaZXTLDioyvQ6Z1SZXiduUaZvT3rYs47QSoLs570REp32Ow151O815BlEw0HvMVOBqF3SpbFxXTbtELkumxRCRT9SstMZdodSP+BrhEsj5muESwpigba/JyioAyFKisVe7klxaoyuPmvzHsdDJbsAj++jTlBrT3KHsSt3zi2mFoImhOAlQnD7hufijhaqrjU9kTXPpe/V41/8Sj3+/tuY7CcTvPYFyU6L36vDfdUbjkm67F3HJLVvzc5zZqE6dXTF1iyDFR9DnBNdIokzXDhPHealU9NhbmfjPmf/Th4ZXDBrccmcdBkHM5Md7wE5wZIuTbWjoSt7yDyQD11YYkV+WldoxXHh3He5kTSOP9jfD+Zdke2WjUbiu3hMQxlLl8WYjHZ17PMo21G29k8k2y3H9TH2S991WtTiV54WJb/5gT6a9I/4nhzu6KJ3lhkvftsRIcvfc0RI+4ZtlzF+EjPTrChPpkitW/C+c2IGu7ZPXFImJ7n+oR05yqee7rNihYfKYgbPLO9zhl3lKS+WLB6J68KVM5SwdNkMJbRrpjwfacGoP9CTXnp6T/QI+6XvOS1q8QtPi8ITopzlopwJUe5yUW7zPar6zNmhhHUZL1lqfdahbVM8Hk+5Tv01iXBB/uyASSd1dsCkkzU7YJI7Y+5F53idoPk+8TAzpiYw63uyUk9gSz8js1oFmhIr6hl5GuEzfeK50Wl24BrlmJHLDJNEUyCQjhRKOHx41FjFEt2ChPk+j062fJ8Hd4q3FRA3pU4J6ZKOloETP2us6z7xjLR9VpYqr/eAelyeCSSmZn3HDvWiCo9jnHo1Hsc48dg7wMWN7hsA7dx86KSID8lnJYrUBm2Jgnz2m2WHO2ZA663RAYuGZN01O8KkNe4kI4sHznh0ZKvsvXEWDckLP2OXa7xMpG6t1z7x+Gjjs8bg4gWVnXoMmpu2ZdCryCox6JVilRg04hq7DBpVM7oMGsUyugzqhmI9Bo1ed/0vZ0ml/A9sz5Wn4hx/UOusAfVIawCJQgMFRujnZarvA4fk+nc9U6wa1z5TrBo3QFOszugUQA8cRXLMkHx2UrWgaYxhGOJwjqIdZYB4vJ8Pbmjp9MMaBjwaAQ0DHunSKoMjMtyoq7NJerT611ajfBr3VqN8GiUeRvk0Sj2M8mmUfBjl8yS9co7S3aPSFKioRvJEssMpKs7lvfob9WgXBLqO8elEuY7xDcMydGCwRzuWLyN+1wm46hNPS9O4cO/RDmSBiXJPU7UtKRNOStGYqi6p9lceZVN/5FE2PBj38T7b5WWuOjoPySdnAtqhackCwkkpO97n/kS1JNXEc2M6aX6didXCi5TXJTZ0jo5jDPp90KeZNTqiTzNr9EafZnak6AOyM8ElfdKaiiH5gjiECVadYIQJVqlBGynvwXujsXm7pPpumjE2DU/NGBuWezuXTHHt1JUxOpRDo4cUEVTmus+POnMwJJ+VWF12KfF1gmdWtvaN0RTTrHS1qT6gnpWnFcQ3xjArVfyzvtCKflZmZR7rC60Z5r+WGn6H5CPt1k4HWpYmGF3mie6PO6LQD6McCxL0prl1kvWmuTUqlM5wtzhc5nEMkxbf57kiAkCm1E/+G+HSyP8b4ZIyf85lFpsioEvnG47Q66e+TfJqZMBN8mokwk3yqg8007yupH8718EK5duhXaB5x/h01O4Yn+S8ZnbFnvd01fG/94j1HXjjjBqOvHHGdvw4MeuThRmfIwWoD6j1I10nODXiXSc4pT3II4oKDd3coRyWz6t/1Unf69JOy1Ir3y7pzKjqQjiaA6vJpyVqKfIB9bS8JI9PeaEpriKelsa2HnhL7/XE1dT6aDrBqYGlE5waSDrB6Qzf/uH+ETSOKoV6QD49nzrOxT7xtDQNI6hHO7zs4IGUGrdfLd2UDJ17LplySo6m/2BAPSVPfeiXCaeknNixR+/tBOWUnDQ7JOdSR46gnJSj/vYdyuEqyg7Znp1nmxIn8+uoT62/xyc4Nfb4BKfGHp/gdKbfnp0TE0UE7gTP5TPR4b9gPjr8F8xKh1/DjpzlVzvI5/nVt4nz/G0LXwKXxYka0yS6YRtt8ZtOM12ZckqOMqhCopuSoWUp9GgnZZ3ZgarUEyVIpyRp4FCHckpO5Z/X2IZjDPrti6eZNfoXTzOrd98Ms3rrzTCr990Mc3s7FWV3ZpTvNLZNh3LopKl/1fH+dWmnZenc9PSJp6VBWrqeKKCceUOtw8CQfFqijlerSzuQ9Xd6ys8Kg72i0d40XXr1PunSd1Nbdc7oEt2itNylJ/Mhj3RjSckHnTUs0Q3vFuE39eGzJRuXoGehdUnHJenccbZ00xUFzQe6i/M91aspWFPPyNOYpC7t3NggxsOs5OiNr+VQytW6dB7nmZGt5SQfkg8kvj4ezXenc8JoftP4REPyOYlaVZNH6Odkqism94nnpL3RmcYR+uEh6xxRk4C5qSyL0SXVdyeOsWk4E8fY5IRocPVq3I/VZCOXLPCT1tVdSzghRUtty5RTcnRKI3VJ9SOpxtg0gqnG2NRG4Cib2vwbZXMHs6Su3NShnJhtZY5CSzYhgRf7EH0ZNQRJ1BPytC77WsIJKdz2ivI/NOTUpAtXUY9NdxX12HRXUY9NdxX12NTHh1G29uBw4LXZtOJXZEr9wJURLo2IlRGuFiZJcTJ1CtxKdPonzAGPxsFywKNxnhzwOFKJ8QMPTgUdYWo0UBihH2yiLo3KshhQa8/fFKd6Fqc48fg7aDUrGOVQzA2PA31cMD2CYV6qlvE1yjEvV8tkGuUYK0BtfgeFpc13UEnXfA+tQ1SVqIccw5A7kaxhQraGupPlgHpeXlVbstSXWXPMy9XRxmMMCqkaFtUYw7xU7bpZk1zquTBP7OSm7sE4w6daF7vjknWxOyrWhUZ855B+XiavXqbh4ZxiGkinB1rcPZpJkR3YMVO5NYbkConqY/kIvUKmTuLvKIeeXBMtl2wiTdn4AtlYITsvlK3zhvQKmRqLd4xBIVW9cEfoR7RPcYTWelTPMOkSz0irHBjmO3UE5xTTjHS1n6JHOyPrrZY/b4R+Ruabe1Lojo/Tzsj6T9VlVZd07gtnbCXcrSPrva6SGmdZYH/OsOsYoTPseOS93imrqvRoZ+bo3fkITkJdaYJ6ds7JXnuuyX5uZHTHLGeaNDa0+V7poFVyL3nepU+6YN1MyViyeKZkqM+FahlqT4FahtptoJahvvFXy/DHsFCj6sCAenYX/HEyv1F6s8YYZqT+IvISXh+PmlJbhjk9oHec65PPSPxebUv0ief2JS+2bL7P2X90X7zDMyyXTpkCPxU6bu8u6YwkpSXdJZ2RpHSmdklnJKlt8R7tjCzoEVhqyuK0M7K0wlKG5KrRKez4AfWsPN1C+qMsM5J1auH3iGekaTmoh+T6pf6nWDXaWEyxqvXRJKtaDU2yqrXPJKsU8VKcT2SncVnW0g1vFsRvSryQ6KZkaGSISYSTI9GLSekRT0nT6j7do9W/Mxnl07g0GeXTuDUZ5XP676yXWdelXfrOPT7td+7xab9zj2/wzlpXhx3SqRWjc1UnUw5NhftzEd9r+QZkyik5/zjGvIWq+d1HtU04yqJ/AJhj17D959hx/700/BES4dTsvCWlMlmkSzopCcrfmT9o3KmNMUxJfZPv9+dDdtKS2BBPSXtHi72q365MOT0qHRu7SzslS8e6limn5PwMML5g18j08zIv2EGjjEv30ZwQ7d00JwSPv6/2zpLI52dwwS7rMCikLt1xI2zzT1i0+3os85L1d6JMrxqt/q7scszL1d+hMv1AZpHHH0ikU7ygQzktR2lzdij1k3RHuDRSdEe41NbJGJf6VDDG5Q7nZ5cd6PmoN0OCdnquxe+KI+mAelpeFbehEaQ6zqKUvEjm8rWxNL5lgnHBClnaunmCUX1wnGBU+yonGP3hNyqP+aFUKYQB9fQ317C5e7TTshLRR0B91TfKsXwlLeDGV3E7V3G7V3F7V3H7V3EHV3GHV3FLVTcvYr9utdnXLTf7uvVmX7fg7OtWnH3dkrOvW3P2okU3BT+66rbLcx0EKfnxlfzOlfzulfzelfz+lfzBlfzhlfwqSFILuHYF2tcuQfvaNWhfuwjta1ehfe0ytK9dh/bChdgvUVj11dUJe/878H0n+N7VfO+WBcGrZehkZapktB6RrGzu69Qv2CfWfqsJRvWrTDC24/+OeyJoEddvOPsC73iTIB5cs/TDTLKqX2KSdeY1zF+UhvlQrGC64pU6Ai55sY6A9vV+y/PBC377eCD7LF76ihXbNS/ZFXHRa3ZFSGl5u1w4IHXy6rq0w4uW+neNC8MO6bQkvQTjIfm0xAea8AhmtYNjnEUtWS8ncIpL/8JOIUHj6k4hQeMSTyFBI/NLIUEjCUwhwZtZA/SP08IlwDhmVispThktl6ytDota8rK11edavrYmJCxYWxMSFqytCQkL1taEhAVra0KCN7MGtNeWzDG9AtLzgRbMTFqwtjosaska9tQEz/J1Ncq/YFWN8i9YU6P8C1bUKP+C9TTK7818de3VJHNMf3Odan994rEGBacs1rnw6VBOtCMxef8PjYClPvVk4wStcbWUAzki/VsppCUbSPhAD2Z0Lg4aGVBd0sniBwWU2NhBxLEqX22UY2Ha+Di3bvb4OLduEvk4t24u+Ti3bkr5OLcn5c6dD/E97I2PvIt9rswdHNAPvvA/oHGPKeezzoockg8kvq133XdpShWbvUerkqXwgA6oB/LYYb/4oL5xbskmJGgcW2TCCSk6yasdyik5OuZZl1S/PvkYm0aB8jE23Bu33jGrRzsxB20tIOG1WiKyYlk4JxPsunMzwa7GqVl2NVDNsquRapbdG1ngKn3foZz4uBoXujLhhBSoJbmjJz1JLfFodbryDF4asyQqq7hLq68IR/k0VOAon1RxjveF3rGftUBjSK5ff26KVaMM3RSrenNMsqo3xiSrelNMsrYbooqy1pv2PrF+u7JxRo1+ZeOM6gmfYFRP9wSjerInGNUBKROMfrcBldYH6lAuazm1+NOMcWk2mVr8Uca41F9kjEv9Oca41A1Rx7gCCehzZuhq2Hc12YiqgJ+07LuWcEIKL+Fl2hpiKsoJOXWhWh1JDe3smJD2mNCsHKwtByveDS14t/kxOdpjchRjwgvGhEfryZsPNCozVfsdiXBR7fQek17B9B6TXpX0HlObLwMNBpkNuMs+qoIsO5TDiRf3RQ/Z6d7MdrszO17ygo7zMYGTXPqmvEKChjWvkKBh0CsktLP9Jz2owa0mGswx/KABbC3ZqAT1LVtDNcqvVV9KJhyVwr1fShGcapQfigipKnFIdKMy5JxYDQf5OItS8iKZ2ut+glG93CcY1at8grG7uDUOei3ZiLeobrqr53vqUWtP3hSnevamONsDGk9HuSvI8Z5Bgkb60gj9cF5kmgVlgWb45p9RR9PoS6855uXqFQoaZ5mXrJUsM8oxL1cjWWaEfl7mRMhLMSXzl9EQ02hHmAmUFllCHqFhJ1SUUKPqJNewYvQ9KbKThjEuE05K0eml1CHVrzs9xqZRd3qMDQ/fPitLZcHsLu3kHKTnQ1JqSeKUk3J0ep30aKdlMSM4o5qyBO2krIe82CV7ctQSVhNPStuR4o6a2Z7cUS2BEv302+okqvSJZ9b07qi5onfT76nT96pDOpTU9GPkF1BcSqnZM1LiuKBx5JB7SffIIXe7/xJaZncHMzkQfWyb4Bk2yZVPMuYuP50yWnHon4C6fOPPKGicHameR2qMQb8N7zSzRhfeaWaNJrzTzGpv1Qyz2mk1w+yNfgZ1CtiA+qIPsKwF0xTnsqlf1nxpinPZpI+3XYqbKlf1R9HrYXxkdgmDboYEjYR/1hL+GTF9uKMzz1C0DeyT60PdFKsGzk2xqr/sJKv6006yuiOzp1WfaUh+wewtrs80ybpk9hbXZ5pklWbvMZKuiRavbeCeXNYd0fMfpUOq/0HG2DQ+xhibxocYY3OmZlJvMY7zXDgBFyzLWf6lUzKxQNncPOR5XOcRNNT5YX6ZTTENjJMpQhNyaRSpCgpe7S+hJ0f9RfTkqL+Mnhw1hOjJUWtaPTne/Dc9PeTLPyZj0lsxjPDiFdPyXrdiBnIuXDEDOReumIGcC1fMQM6FK2YgZ3zFVL56nWDuabbZVdMlXbpuRrkvWjlzkpatnTlJy1bPnKRl62dO0rIVNCeps4aYEvuvc5ZoLp0u9eyK6VAuXTBjzBetlxlBy5bLjKBlq2VG0LLFMiNo2VqZEdRdKhUF2MOaBjPjEkzwp38mIh1xSqbOIpkSLVhb47Rg6z/7SBfFzk8x6Zun8wI07NN5AVI3WPmCQWPrjtDrB7VN8mrEtU3yaoS2TfJqRLdN8rqd/Pk6fV49gwNq/cIeE5waZaomODXqVE1wtkeUkpC2J4zG+4/Q60d5TPJqxHdM8uIRD/pDtkt2WUoXH+yHEqof5x6iMW2TXBe468clLHHZj0vQOPcqJGi4ZhQS1BpLJUEd8aiS4M99a7X7eYrpmi+9zBmtEHDRd17mmlYIuOgrjziql31kWUD7je8IT3MEkASAoSU9nHjcl862VjHr18DXE6RREV9PkEZ9fD1BGtXy9QTJnu00pezosiMf87PqlleiLRbcfY6x6bizR9h0XNkjbDpu7BG2dpqg1k9BqVbqdo9WX2OP8mlo61E+jRjMUT6NbKpRPo00qlE+NbqM86nD5sf5AmVRsXG+UF1MbOLDW1Kac3mG5g3FyUzzYl8qkp27xNrraIJRvZAmGNUraYJRvZQmGKWu5ncmFYmt6mz1Dql+1tkYm0bS2RibRsL1GFvvfic9Hz6ob3SAatkdjsSheWsjcWje00gcGpjb42g/+z7nOivanQvNjNlRDv3MghlujRSDGW6NXIMZbvUcznGrIXmOWw3Mc9xqeJ7jbrOb4BcouacJAkNyfZfLFKuGx2WKVcPhMsUqXWwy65oX/d5TqCo+78/t0uq7b0f5NLy1o3waztlRPg1f7Cifhut1lE+9xMf52gNNuQfdtcs+gtUNV43QrrkwP9qaPpB3nP9nwf83xv+W8/9qK5+ArnwCUj4BX/mE1lcEYc6KTD5BMrjcYMNpergrJHRJB5J4ds68BEEyzNOqGicpUhFrqmGRnKrZlK2T/9znVyc+NxzaGc8Nh3aqc8OhnePccGgnNzccnVDEE1tJtioCkRMNG1f/cdwR2L91qimv/zUvbIJHUza6QDaaXC9VEVq9ZVMTL149PUb9RdRj1F9LPUb9JdVj1F9ZPUavC0xIDUzDj8RRZp5TkEzCiSr9tyFjEqp/Rubp/ryPDiTbdXFNIauimV5pSG+NoeWrCy1fV2j5ikLL1xJavorQBEAhDXxCSghBF8AT0oQndAE8IT14QkvgCV0KT+hSeEKXwhO6FJ7QpfCExuEJq+EJj8MTVsMT1v4gHXL1Z+iQ4x5aYQ20wtPAifWAE08vXay3aPHy5YqXL9ThLFUmDdaxe7By8+MLgAVrAgu+AFiwHrDgJcCCLwUWfCmw4EuBBV8KLPhSYMEDYDkXETmY5amg9GSWHzTDMSa5tCdfJUH9FVQS1J9DJUH9XVQS1B9IJUHtmFBJUPvfVBLUFyUqCRpXJsolZalbsChlaHRhUcpo3SWP5/3+EQrI3lHFfWmHUnuPjHGp98UYl3ovjHGp1/8YV+u7P5HTKc9NCm1W6xo6TWhQHeGj6VoSsv7JZf2zkvXPfpBQ54Hc7tDAsikm/Vp/8wI0Kv7NC8Dj76cuRTMkH2jaLklxykpFFYgxhstmqsu8cJa6zBqVEaeZNWojTjNPLPYyvqfJWVESZ5TjsrnscS+czB73xHqD2nP67wPU86tNI3V/hH60uunpfBzgiyauTLEP5GuVTa4JJ0epvLaSCSelqLd+h3JSTl1kSllbr0+uloiWSUSTEk+U7LVkAeGklIJ+zFTrt0c7KSs+ES05jG56nvRq+rakk5JEJXx1fOQI/UhVjYJh256U5l2W8lKhibkjh0R0zNDW1SoxI8+Tf1asRpX0mbfqPAVpPqXLNJDOa6Zo9UWTCCsppkZTtBEujY5oI1xqJTnGpdaOY1ytWkzPu535kCWne505GlDr15CY4NSoITHBqVFDYoKzvbAnx4sV0xjrqFylYuoTDy9EJQKlguoTj0pL8ofDLicJOxowDa6oYznGMDtGtfobUGuvoylO9Tqa4sSj76BVCHKMYXZmBLirFNQox6zckpe9K+/zk/6AJZ6LZn/IjzpjW1iAcpxl9q21C1FOMSmkKwybPvGsNA2DYkg+KlHXoOjRDo39diLajOoFyYuT/PNPmDcexln0D11z7Bqnrjl2jUPsHLszPy1o+bSg66YFXTct6Lpp0b+0m2V352cVL59VfN2s4utmdXjDNErmLH8vRw8A3OWS3etmzL1uxtzr1qE72J4JpczeyT5SRTm+imq6A9wD+di2ntZrBddh0b8om2PXuC6bY9e4NJtj17g6m2N3R/rO6VRbHVAPj+f5jhRm+Vgy231Rf/A5Rv0EIrUQjWwitRCN1CK1EI08I7UQjaQjtRCNDCS1EI10JLUQjdwktZCwWY1/O0JKJqM6LlqL02zaK1EpQr0OlSLUq1ApQr0GlSLcTnHaU9nedGlh9BTTsDgqKe8hXaI5J4kSHgvdC+NSFA+Z992Msug7cObYNbw4c+warpw5do2aoHPsrurTadRWnWG8coaXVlxVC7l0tpfWYVULkd2QxSHjJZmWrOgJpgVOyVkBOr7JWQE6LspZARqzPC9AmuHsdKBlad497hfN8SSb/iyrRGjMs0qExkyrRGjMtUpEO9skM80ij3Kmk0pBm1C5mJP+ZQ2TRA5JT9ipL0x+8Az5vMNollXfR6gjRsNdqyNG/dm1xDjy9Gn717JZ9xo0ptpDz/HHoyi19LjkWyi5F7Xi0pGk159LR5Je0y4dSe13cSxHXPBpFisbodeesWle9RxN86pnZZq3nQfalKWDBqo6K2mUQ3su5rjVszHHrZ6POW5nYLMJy1/fDJboF1toQ159w2zIq2+PDXnbedhlhztaQM+GU77MjJrl1J4bHSnqWdKRop4vHSlqda8jRap/QUl8L0KhykV1FecY9WtjqIVoVMpQC9Gom6EW4gwLUbYtu8ftG93IFl15cyPYk0yrytU86/KymHNiFhTHnBOjURtER4xGwRAdMRr1znTEaFQ90xGj9gtqiQnmllbd5NleurAaxmuWVV/IRYuqL+SiJdUXctGC6gtxdWYeXTrzaI2ZR2vMPFpj5tEaM4+WzDy+dObxGjOP15h5vMbM4zVmHi+ZeefSmXfWmHlnjZl31ph5Z42Zd5bMvHvpzLtrzLy7xsy7a8y8u8bMu0tm3rt05r01Zt5bY+a9NWbeW2PmvSUz71868/4aM++vMfP+GjPvrzHz/phnuQmZiKEdu9qr26df4sqd4NXy307wSgG3PFcri4GS7HbkDy039QST/lvNC9B4tXkBGk7peQHt+XhP7sif2QFcgocTTwXTcB2P8wwd1ON0Om0m5ln1XdM6YjT80jpiNJzSOmLaT/MLKfND8Wj+wD4gFJ57o9PZbopJe8oUAtSTpRDQ7s0DhbvbvEigNnWps/BGObTfbI5b/Vpz3OpPP8ethu857ha3/w4NJ84FYQurrrxn/iZ8U7OzOsOnPbdqGeoZVstQz7Nahnq21TLUbiW1DLVPSS1D7VBSy1DHmallaBR30FhkGuUdNKSMN8Na2JhtIbJMsi5rcbUQUyZZnZkpWNoI7PoOYNe3/rq+59e8om2R9ZiXJ721MsIxsH9+Y1RvOdVboHonBvFO/QHmGLW/gYYQ9WfQEKL+EhpC1KisIUQNyxpCvJFlIaIwFq0LmWXBtplh19kzM+w6G2aGXac13gy7dLos4nsG13EnouzCkjDjsqAs5vjj1ImyfephfpxMISL/9Y6UU2wLDpUKETrHSoUIPP6eJ/rHSRRs03/Jlmd+DjVSeQfk8xKPRR7DMtTICJ1k03rCYtmXfesu88Kv3GWe+L56bRXGWRQz1d5jqsPdZhgvnLlRIUtncFSIjgtGKcQZnzRwD5B4waaoGCYqUzAr6EiKrNTrrDXBo/0B5vl1C1dM8euWsJjil4w+moiiHtCpsp9CsVAP/VbJestlVVbF214cyNgD542JEQZ9U2KaWcOQmGbWMCOmmRWzr4aIabarJmYhPChFXDZJE9CQQFLpgTduK0WtG421M8WkPU0KAepJUghoNdGHQ/aRLmqFOsqh/WZz3OrXmuNWf/Y5bil9Pzs81msiIcW80dUn1k+VHmfUSJIeZ9RIjx5n1EjQH2dUn/cmGL3Rqd5ld/cn7bnm1BdNtsy5bLZlzmXTLXMum2+Zc9mEy5ztjB+hqCoPd12w46eY9BPY5wVopLDPC9BIYp8XoJHGPi9AapjGDJgCShCcM73bvD75guu1CVadK7UJ1lYx3JPj8dG8Z1ZzQh5LdV2qEfphUj4z2ijP1ynjzEyzxY1ndQQ0Tz0eFEn6+sLQhDB8iTA8Icy5RJgjhLHJfbMjj/u8ON5n5V7vtnKUQ3v5zXGrV+Act3o7z3GPJBUtCdefYlqeXnRpmL5CwIJEI1V4fptcKqCNndj29FRAnv2S7Nxx5guydGcFLcnWnRW0JGt3VlDnpid5yIsPcKi40qv6mySqulwz3/frD8LzeK/WukmcGp/HWQYQPSRTuwgneDRkw4suFA0sS27Cptm1rsGm2bXuwKbZdVz6M+zuzKxq182bZ9X4fiINaOEzBJOGdI2aelNMGtLvRISMvVB+zXbFGuyJuGQd9kRg9Xuiy94TXf+e6Pr3RPrviS97T3z9e+Lr3xPrv6dz2Xs617+nc/17Ovrv6V72nu717+le/57u4D1/BJOs1ufmb9np3nxzLsq8MF9DzrzSPNXgH1YsOjNbRgSk3pOsKE+PO1rqmXjTjAvMO6UQHdNOKUTHrFMK0SnIohTS6ubsUJ7IXUH29YLQrZM6xzi8aJomRpc+BS15Cr70KXjJU5xLn+IsecqCCrk/NVL60bbNg96x88Pjie52Y+b87GNmObU3n44U9e7TkaLefjpS1PtPR4raU6ojRR0jqiNFHSWqI0UdJ6ojRSNSVGvZacSKasnRaAemJWdqBdvLlrA9tYbtZYvYnlrF9rJlbE+tY3vZQrZb//8dPdBCJCORTApqX1i98IdWzOufzN8aMQNHxQ/w+48q30RDNQBq/stPh5OOAE42LuHn/C4v1RI42cQYILBBQ4Sg08bnIY8ajYc8uDvWN/nxUT1SoBp/1/d5vtN4VU627E1lFs0XlVn670lKnU/CycbftNbb75XBakPyWYnaspbNX5dJcwa7TGo9PcKkVssjTGotPMLk9ZairitrQL1wYQ45ddfnkLO3TL9Xu7EkusGy+piVZ7IzE1pmd4fmhFloIvWvgvtbwV2nbRTj0iEKRhWkO8YwP2a9GN1xFu2vOMuu/pSz7O337MwmRJlphW5Ocg3mrU/5Wul7H+VQfg8Nz+o4i3LE39ITyXbmrxl9WDRuiU/7m6tlqD+8WoYaMNUy1PiplqGGU7UM9ZFGLcNvvn1+2EE+7QM5xffa9fmmmLS/ukKA+pMrBKi/t0JAey34TUEfwF6o7fIqNlXr/K/g1Z4uPTnqWdOTo548PTlO12FaET2Au/OXLPlXfi4O9FEYweZ3aUoV8dq6Qgbw9mN2d88jqUwhQlyk631BBa/2F9STo/6CenLUX1BPTvsF35H9uWCnze/Pu51oKtb4yTRdYRoC9D1i+sI0HGP6wjT8Y/rC2sktz0UKrdry3c6M2EEn4SELj4vb8CrEtB8TCJv7Bzgwz3+6Aflgi3VJ7AXibIUstEAWUsjCC2RhhSxngayh79q1TPafd8dddjLfiWVSY6nQ2rPSldzaG0lXknoX6UpSbyFdSe3++R6u7t7K4XXN1L9TGzNKbu3Z1JWknk1dSerZ1JUkzSZcjtF3XDl8m91lJ2ZK/kKKD/QE7kktsNcToT+vS8RpTO4ScVi6BiIFQ9P/5Hxv66JA/zvP95XhobPYdIUsuBxaJFDnnmiRQJ0ro0UCHala82N+SMzTPTU/5lmiKNDcoR2CN09QN79r6hm8rSLAtYJsldxLPpeWJK3vpCVJ6wNpSeqESppt5fc6mD7Wmcp51uF3owU9ZKdHYabyUInv8/hc6hwYFLz630xLjsYX05Kj8b205GjcwmrJaQMh/kY+/FDkHyFi5bDsHDzLqd8GTUOKRic0DSkazdA0pLT75Qdaxx5XlJUrV2vyVMz6TnI9QRo+cz1Brep8c5/HObc5viFFAy+jVsl8soO+HP0UiMUyNRIjFsvUSJdYLFMy6XbnLDG/fTyQPfTXqdWuTku9eVZ9E05HjIbppiNGwyjWESM5P475SXKW/CjKfgjA5JJ0lJGejJFTZ3Yqm89dD3ER+uqJ0FeHS8RpaMUl4jSU4xJxkpeXkiIpuduGfZSEfRXhUlzm5NKWou/5XShRwwe8UKKGN3ihRLVlslRia6OIAFqamO8fj1RstTd6OWOznNrfS0eK+hvpSJHCkfMiL+P8SDve8f+dJxmJ9UBeS4K+r3uBNA2P9wJpGn7vBdLU63SJNPXV3xJp6kvAJdLU8Y1LpKnjHJdI04h3XLR8NeIeF8nTiH9cJA81+/ofRUQO5t8+0oP5NvvzT7JI6auYtXezpiD1RtYUpN7DmoLU21dTkFQXIGc/8265JlNHh/jx2kTRX4TA35jA10LgZLrokFQZkjnOMjAxh2TfFOSQlAtlCyYN6eqAmAkeDdlvRU3+pWOv2fRrfKtEaFT5VolQ7wSlCGdmqngA5KUT1mXW+DDvaPExi+nS59RsGk94o1HzbZJrSn53WhU3mxM8SxfVBL/2iprg115OE/yOYm7QBXODrpwbdOXcoCvnBmnODb5gbvCVc4OvnBt85dxgzblxLpgb58q5ca6cG+fKuXEGc/NtfsdMQbo7QWzpGcrw9HwXs7Mkc/f4tGdKLUM9W2oZ6hlTy1BbdmoZrVH3K93lMVyDfLejd1AXX4rd0Zh6Nbt+LKyuKI2QWF1RGpGxuqI0AmR1RbVfh+2YlJZllh/IznxfkOwAl/RLTkJaErS/0RJp6s+0RJr6Sy2Rpv5YS6S5fYyX2kx07oh0sH6KdynmK+RoY79CjrYOUMiROi7ndfEgUUSsf8jUbbSsENNezzWE7zjhL6r8kTGGgQXdJ1IeV8cYlFLf5OeDKg1igkcp+7d7dj64z3OF93SaTfmE13u4gc8Ux6JJLv1LToUEjStNhQSNC0yFBGdylt7uyGHZDHEO5exrJ6bNMV78DS5KV9MQsvxLjAiZ/hj/Pc8OiyYLGJSfQiO/bpxlJGKIpBDz+I5XfdO7IB1lWRAfNMOuExY0w64TDTTDrhMENMPeqvVvs4KdW/LCFBXa7wpyvJdta6151hWif2RZJlDj/LJMoMZhZplAjZPNMoHqW6eFAtUXTwsFqu+eFgpUXz8tFKhxA7V0ZVtSYCrd7Qgjzc+70nxTd5lddgbVFbIgTHWRQJ1o1UUCdYJWFwms9dn/+//+f4OzZxY=','off'),(1199,'rs-templates-counter','0','off'),(1200,'revslider_table_version','1.0.13','auto'),(1201,'revslider-global-settings','{\"getTec\":{\"engine\":\"SR7\"},\"version\":\"6.2.0\",\"tracking\":\"2024-09-19\"}','auto'),(1208,'revslider_update_version','6.6.21','auto'),(1209,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1215,'revslider-update-check','1724137114','auto'),(1218,'revslider_update_info','O:8:\"stdClass\":0:{}','auto'),(1220,'rs_cache_overlay','6.7.15','auto'),(1221,'_elementor_installed_time','1723719159','auto');
INSERT INTO `wpau_options` VALUES (1222,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:28:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:28:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:19:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:19:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:19:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:19:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:19:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:19:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:19:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:19:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:19:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:19:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:19:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:19:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:19:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:19:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:19:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:19:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:19:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:19:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:19:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:19:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:19:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:19:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:19:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:19:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:19:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:19:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:19:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:19:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:19:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:19:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:19:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:19:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:19:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:19:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:19:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:19:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:19:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:19:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:19:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:19:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:19:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:19:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:19:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:19:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:19:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:19:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:19:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:19:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:19:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:19:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:19:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:19:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:19:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:19:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:19:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:19:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:19:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:19:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:19:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:19:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:19:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:19:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:19:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:19:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:19:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:19:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:19:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:19:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:19:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:19:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:19:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:19:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:19:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:19:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:19:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:19:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:19:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:19:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:19:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:19:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:19:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:19:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:19:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:19:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:19:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:19:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:19:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:19:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:19:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:19:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:19:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:19:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:19:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:19:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:19:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:19:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:19:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:19:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:19:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:19:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:19:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:19:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:19:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:19:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:19:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:19:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:19:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:19:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:19:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:19:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:19:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:19:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:19:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:19:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:19:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:19:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:19:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:19:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:19:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:19:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:19:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:19:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:19:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:19:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:19:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:19:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:19:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:19:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:19:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:19:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:19:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:19:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:19:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:19:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:19:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:19:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:19:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:19:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:19:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:19:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:19:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:19:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:19:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:19:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:19:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:19:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:19:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:19:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:19:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:19:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:19:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:19:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:19:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:19:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:19:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:19:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:19:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:19:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:19:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:19:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:19:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:19:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:19:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:19:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:19:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:19:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:19:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:19:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:19:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:19:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:19:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:19:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:19:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:19:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:19:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:19:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:19:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:19:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:19:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:19:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:19:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:19:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:19:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:19:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:19:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:19:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:19:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:19:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:19:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:19:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:19:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:19:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:19:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:19:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:19:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:19:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:19:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:19:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:19:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:19:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:19:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:19:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:19:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:19:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:19:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:19:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:19:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:19:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:19:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:19:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:19:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:19:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:19:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:19:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:19:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:19:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:19:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:19:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:19:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:19:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:19:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:19:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:19:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:19:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:19:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:19:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:19:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:19:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:19:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:19:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:19:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:19:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:19:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:19:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:19:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:19:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:19:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:19:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:19:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:19:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:19:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:19:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:19:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:19:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:19:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:19:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:19:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:19:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:19:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:19:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:19:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:19:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:19:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:19:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:19:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:19:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:19:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:19:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:19:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:19:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:19:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:19:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:19:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:19:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:19:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:19:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:19:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:19:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:19:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:19:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:19:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:19:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:19:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:19:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:19:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-â€”-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:19:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:19:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:19:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:19:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:19:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:19:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:19:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:19:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:19:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:19:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:19:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:19:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:19:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:19:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:19:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:19:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:19:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:19:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:19:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:19:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:19:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:19:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:19:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:19:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:19:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:19:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:19:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:19:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:19:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:19:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:19:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:19:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:19:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:19:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:19:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:19:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:19:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:19:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:19:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:19:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:19:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:19:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:19:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:19:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:19:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:19:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:19:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:19:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:19:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:19:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:19:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:19:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:19:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:19:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:19:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:19:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:19:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:19:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:19:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:19:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:19:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:19:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:19:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:19:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:19:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:19:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:19:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:19:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:19:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:19:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:19:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:19:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:19:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:19:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:19:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:19:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:19:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:19:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:19:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:19:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:19:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:19:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:19:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:19:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:19:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:19:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:19:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:19:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:19:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:19:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:19:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:19:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:19:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:19:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:19:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:19:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:19:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:19:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:19:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:19:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:19:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:19:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:19:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:19:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:19:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:19:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:19:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:19:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:19:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:19:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:19:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:19:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:19:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:19:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:19:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:19:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:19:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:19:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:19:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:19:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:19:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:19:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:19:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:19:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:19:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:19:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:19:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:19:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:19:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:19:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:19:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:19:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:19:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:19:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:19:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:19:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:19:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:19:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:19:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:19:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:19:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:19:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:19:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:19:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:19:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:19:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:19:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:19:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:19:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:19:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:19:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:19:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:19:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:19:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:19:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:19:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:19:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:19:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:19:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:19:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:19:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:19:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:19:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:19:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:19:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:19:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:19:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:19:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:19:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:19:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:19:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:19:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:19:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:19:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:19:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:19:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:19:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:19:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:19:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:19:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:19:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:19:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:19:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:19:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:19:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:19:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:19:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:19:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:19:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:19:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:19:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:19:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:19:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:19:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:19:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:19:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:19:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:19:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:19:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:19:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:19:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:19:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:19:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:19:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:19:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:19:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:19:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:19:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:19:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:19:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:19:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:19:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:19:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:19:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:19:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:19:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:19:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:19:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:19:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:19:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:19:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:19:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:19:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:19:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:19:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:19:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:19:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:19:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:19:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:19:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:19:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:19:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:19:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:19:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:19:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:19:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:19:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:19:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:19:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:19:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:19:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:19:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:19:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:19:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:19:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:19:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:19:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:19:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:19:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:19:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:19:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:19:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:19:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:19:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:19:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:19:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:19:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:19:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:19:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:19:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:19:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:19:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:19:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:19:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:19:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:19:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:19:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:19:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:19:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:19:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:19:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:19:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:19:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:19:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:19:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:19:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:19:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:19:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:19:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:19:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:19:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:19:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:19:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:19:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:19:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:19:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:19:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:19:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:19:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:19:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:19:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:19:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:19:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:19:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:19:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:19:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:19:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:19:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:19:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:19:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:19:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:19:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:19:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:19:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:19:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:19:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:19:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:19:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:19:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:19:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:19:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:19:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:19:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:19:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:19:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:19:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:19:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:19:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:19:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:19:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:19:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:19:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:19:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:19:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:19:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:19:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:19:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:19:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:19:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:19:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:19:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:19:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:19:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:19:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:19:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:19:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:19:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:19:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:19:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:19:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:19:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:19:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:19:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:19:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:19:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:19:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:19:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:19:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:19:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:19:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:19:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:19:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:19:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:19:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:19:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:19:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:19:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:19:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:19:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:19:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:19:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:19:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:19:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:19:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:19:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:19:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:19:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:19:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:19:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:19:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:19:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:19:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:19:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:19:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:19:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:19:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:19:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:19:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:19:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:19:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:19:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:19:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:19:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:19:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:19:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:19:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:19:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:19:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:19:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:19:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:19:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:19:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:19:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:19:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:19:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:19:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:19:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:19:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:19:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:19:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:19:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:19:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:19:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:19:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:19:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:19:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:19:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:19:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:19:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:19:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:19:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:19:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:19:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:19:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:19:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:19:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:19:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:19:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:19:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:19:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:19:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:19:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:19:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:19:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:19:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:19:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:19:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:19:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:19:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:19:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:19:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:19:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:19:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:19:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:19:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:19:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:19:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:19:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:19:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:19:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:19:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:19:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:19:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:19:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:19:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:19:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:19:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:19:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:19:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:19:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:19:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:19:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:19:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:19:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:19:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:19:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:19:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:19:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:19:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:19:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:19:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:19:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:19:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:19:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:19:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:19:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:19:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:19:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:19:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:19:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:19:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:19:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:19:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:19:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:19:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:19:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:19:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:19:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:19:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:19:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:19:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:19:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:19:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:19:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:19:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:19:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:19:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:19:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:19:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:19:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:19:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:19:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:19:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:19:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:19:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:19:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:19:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:19:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:19:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:19:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:19:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:19:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:19:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:19:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:19:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:19:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:19:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:19:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:19:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:19:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:19:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:19:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:19:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:19:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:19:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:19:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:19:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:19:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:19:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:19:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:19:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:19:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:19:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:19:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:19:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:19:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:19:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:19:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:19:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:19:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:19:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:19:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:19:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:19:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:19:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:19:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:19:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:19:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:19:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:19:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:19:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:19:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:19:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:19:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:19:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:19:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:19:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:19:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(1223,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:81:\"Introducing Platinum Support: Your Ultimate Solution for Superior Website Support\";s:7:\"excerpt\";s:149:\"Introducing Platinum Support: Elevate your Elementor experience with dedicated expert assistance, faster response times, and 24/7 real human support.\";s:7:\"created\";i:1723108567;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-platinum-support/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:64:\"Image Optimizer 1.5: Introducing AVIF Compression and Conversion\";s:7:\"excerpt\";s:165:\"Upgrade to Image Optimizer v1.5 and experience the power of AVIF, the next-gen image format that delivers better compression, smaller file sizes, and higher quality.\";s:7:\"created\";i:1722327900;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:116:\"https://elementor.com/blog/introducing-avif/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:57:\"New Off-Canvas Widget & Element Caching in Elementor 3.22\";s:7:\"excerpt\";s:147:\"Build Interactive Layouts with the Off-Canvas Widget and Give Your Websites a Major Performance Improvement by Activating Element Caching and More!\";s:7:\"created\";i:1718720040;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-322-off-canvas-element-caching/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(1238,'revslider_update_revision_current','6.6.21','auto'),(1446,'wp_calendar_block_has_published_posts','1','auto'),(1469,'elementor_library_category_children','a:0:{}','auto'),(1470,'property_type_children','a:0:{}','auto'),(1471,'property_status_children','a:0:{}','auto'),(1472,'property_feature_children','a:0:{}','auto'),(1473,'property_label_children','a:0:{}','auto'),(1474,'property_country_children','a:0:{}','auto'),(1475,'property_state_children','a:0:{}','auto'),(1476,'property_city_children','a:0:{}','auto'),(1477,'property_area_children','a:0:{}','auto'),(1478,'agent_category_children','a:0:{}','auto'),(1479,'agent_city_children','a:0:{}','auto'),(1495,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1725456047;s:5:\"value\";s:8909:\"[{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\"},{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\\/\"},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"New in Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"New in Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-search-widget\\/\"},{\"id\":\"floating-buttons-3.23\",\"title\":\"Get more leads with Floating Buttons\",\"description\":\"Empowering you to increase conversion by seamlessly integrating a direct link to a chat or different platforms in the form of a floating button.\",\"topic\":\"New in Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/floating-buttons-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"link-in-bio-3.23\",\"title\":\"New Link in Bio Widgets for any Purpose\",\"description\":\"Create a polished and professional page with just a few clicks and effectively showcase all your important links. Choose from 7 unique widgets and over 60 templates!\",\"topic\":\"New in Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/link-in-bio-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-link-in-bio-3-23-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"nested-elements-3.23\",\"title\":\"Work faster on Nested Elements\",\"description\":\"Customize Nested Elements faster with version 3.23. Now every change to a Nested Element will only affect the relevant element and not require reloading the entire widget, improving Editor interaction time by 60%-98%.\",\"topic\":\"New in Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/nested-elements-3.23.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"element-caching-3.22\",\"title\":\"Accelerate Loading Times with Element Caching\",\"description\":\"Ensure a smooth and engaging experience for visitors by activating Element Caching.\",\"topic\":\"Elementor 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"element-caching-3.22\",\"title\":\"Accelerate Loading Times with Element Caching\",\"description\":\"Ensure a smooth and engaging experience for visitors by activating Element Caching.\",\"topic\":\"Elementor 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"off-canvas-3.22\",\"title\":\"Build Interactive Layouts with the New Off-Canvas Widget\",\"description\":\"Tigger containers from a connected link to allow them to slide into view anywhere on the page.\",\"topic\":\"Elementor Pro 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"off-canvas-3.22\",\"title\":\"Build Interactive Layouts with the New Off-Canvas Widget\",\"description\":\"Tigger containers from a connected link to allow them to slide into view anywhere on the page.\",\"topic\":\"Elementor Pro 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas\\/\\/\"},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Conditions for Dynamic Content\",\"description\":\"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags, including native WordPress Custom Fields.\",\"topic\":\"Version Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed\",\"description\":\"Tailor the content on your page to visitors based on various rules to create a powerful experience.\",\"topic\":\"Version Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/\"},{\"id\":\"elementor-add-ons\",\"title\":\"Exciting Add-Ons & Plugins to Enhance Elementor Websites\",\"description\":\"Uncover a treasure trove of tools from Elementor and others, put together to boost your website\'s capabilities and enhance its overall appeal.\",\"topic\":\"Elementor Add-Ons\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/elementor-add-ons.png\",\"cta\":\"Check it out\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-addons\\/\"}]\";}','off'),(1988,'elementor_log','a:15:{s:32:\"e739416b9c47f84ffe80236e96771c7b\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2024-08-15 13:26:52\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:36:\"Undefined array key &quot;size&quot;\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2024-08-15 13:26:52\";i:1;s:19:\"2024-08-15 13:28:35\";i:2;s:19:\"2024-08-15 14:26:13\";i:3;s:19:\"2024-08-16 12:10:22\";i:4;s:19:\"2024-08-16 12:18:30\";i:5;s:19:\"2024-08-19 11:26:16\";i:6;s:19:\"2024-08-19 11:26:39\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:26:\"Undefined array key \"size\"\";s:4:\"file\";s:108:\"/home1/arxacomm/listings.arxacommunications.com/wp-content/plugins/elementor/includes/elements/container.php\";s:4:\"line\";i:1835;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:108:\"/home1/arxacomm/listings.arxacommunications.com/wp-content/plugins/elementor/includes/elements/container.php\";s:7:\"\0*\0line\";i:1835;}s:32:\"7a5f07ab833b9ede3dedd8c5ea2446c4\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2024-08-15 13:29:10\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:41:\"this.model.isValidChild is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:15;s:14:\"\0*\0times_dates\";a:15:{i:0;s:19:\"2024-08-15 13:29:10\";i:1;s:19:\"2024-08-15 14:27:31\";i:2;s:19:\"2024-08-19 11:31:00\";i:3;s:19:\"2024-08-19 11:31:06\";i:4;s:19:\"2024-08-19 12:08:13\";i:5;s:19:\"2024-08-19 12:08:13\";i:6;s:19:\"2024-08-19 12:14:50\";i:7;s:19:\"2024-08-19 12:40:21\";i:8;s:19:\"2024-08-21 06:14:43\";i:9;s:19:\"2024-08-27 08:23:27\";i:10;s:19:\"2024-08-27 09:55:54\";i:11;s:19:\"2024-08-27 10:00:39\";i:12;s:19:\"2024-08-27 10:08:56\";i:13;s:19:\"2024-08-27 10:39:09\";i:14;s:19:\"2024-08-27 10:39:10\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1723728550\";s:7:\"message\";s:41:\"this.model.isValidChild is not a function\";s:3:\"url\";s:103:\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"712932\";}s:7:\"\0*\0file\";s:103:\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"712932\";}s:32:\"4251dba9d8e05283558577a0f241dbd2\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2024-08-16 12:29:41\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:60:\"ob_end_clean(): Failed to delete buffer. No buffer to delete\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-16 12:29:41\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:60:\"ob_end_clean(): Failed to delete buffer. No buffer to delete\";s:4:\"file\";s:120:\"/home1/arxacomm/listings.arxacommunications.com/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:4:\"line\";i:779;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:120:\"/home1/arxacomm/listings.arxacommunications.com/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:7:\"\0*\0line\";i:779;}s:32:\"bae80ae4babd429b499b3a0d3445ba48\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2024-08-17 10:35:44\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:68:\"Cannot read properties of undefined (reading &#039;isEditable&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-17 10:35:44\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1723890944\";s:7:\"message\";s:58:\"Cannot read properties of undefined (reading \'isEditable\')\";s:3:\"url\";s:103:\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"641060\";}s:7:\"\0*\0file\";s:103:\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"641060\";}s:32:\"a118dd282fdef079de0df065b3585d89\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2024-08-19 12:15:25\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:173:\"getimagesize(): Error reading from /home1/arxacomm/listings.arxacommunications.com/wp-content/uploads/elementor/thumbs/seo-1-qsu71b6cptw9gbaumw9nt1jo4ufmquf6adnfw3l6io.webp!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-19 12:15:25\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:173:\"getimagesize(): Error reading from /home1/arxacomm/listings.arxacommunications.com/wp-content/uploads/elementor/thumbs/seo-1-qsu71b6cptw9gbaumw9nt1jo4ufmquf6adnfw3l6io.webp!\";s:4:\"file\";s:119:\"/home1/arxacomm/listings.arxacommunications.com/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php\";s:4:\"line\";i:604;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:119:\"/home1/arxacomm/listings.arxacommunications.com/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php\";s:7:\"\0*\0line\";i:604;}s:32:\"216bb8f7ebb2810780af4cac9ce1d9d6\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2024-08-20 09:44:44\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:51:\"elementor_new_template_form_controls is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2024-08-20 09:44:44\";i:1;s:19:\"2024-08-22 08:29:04\";i:2;s:19:\"2024-08-22 08:29:35\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1724147084\";s:7:\"message\";s:51:\"elementor_new_template_form_controls is not defined\";s:3:\"url\";s:109:\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/js/new-template.min.js?ver=3.23.4\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"2932\";}s:7:\"\0*\0file\";s:109:\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/js/new-template.min.js?ver=3.23.4\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:4:\"2932\";}s:32:\"20176940ae701dbf14a5ea3ef67073e8\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2024-08-21 06:13:35\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:58:\"Cannot read properties of null (reading &#039;clone&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1707;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2024-08-21 06:16:34\";i:1;s:19:\"2024-08-21 06:16:34\";i:2;s:19:\"2024-08-21 06:16:34\";i:3;s:19:\"2024-08-21 06:16:34\";i:4;s:19:\"2024-08-21 06:16:34\";i:5;s:19:\"2024-08-21 06:16:34\";i:6;s:19:\"2024-08-21 06:16:34\";i:7;s:19:\"2024-08-21 06:16:34\";i:8;s:19:\"2024-08-21 06:16:34\";i:9;s:19:\"2024-08-21 06:16:34\";i:10;s:19:\"2024-08-21 06:16:34\";i:11;s:19:\"2024-08-21 06:16:35\";i:12;s:19:\"2024-08-21 06:16:35\";i:13;s:19:\"2024-08-21 06:16:35\";i:14;s:19:\"2024-08-21 06:16:35\";i:15;s:19:\"2024-08-21 06:16:35\";i:16;s:19:\"2024-08-21 06:16:35\";i:17;s:19:\"2024-08-21 06:16:35\";i:18;s:19:\"2024-08-21 06:16:35\";i:19;s:19:\"2024-08-21 06:16:35\";i:20;s:19:\"2024-08-21 06:16:35\";i:21;s:19:\"2024-08-21 06:16:35\";i:22;s:19:\"2024-08-21 06:16:35\";i:23;s:19:\"2024-08-21 06:16:36\";i:24;s:19:\"2024-08-21 06:16:36\";i:25;s:19:\"2024-08-21 06:16:36\";i:26;s:19:\"2024-08-21 06:20:40\";i:27;s:19:\"2024-08-21 06:20:40\";i:28;s:19:\"2024-08-21 06:20:40\";i:29;s:19:\"2024-08-21 06:20:40\";i:30;s:19:\"2024-08-21 06:20:42\";i:31;s:19:\"2024-08-21 06:20:42\";i:32;s:19:\"2024-08-21 06:20:42\";i:33;s:19:\"2024-08-21 06:20:42\";i:34;s:19:\"2024-08-21 06:20:43\";i:35;s:19:\"2024-08-21 06:20:43\";i:36;s:19:\"2024-08-21 06:20:43\";i:37;s:19:\"2024-08-21 06:20:43\";i:38;s:19:\"2024-08-21 06:20:43\";i:39;s:19:\"2024-08-21 06:20:43\";i:40;s:19:\"2024-08-21 06:20:43\";i:41;s:19:\"2024-08-21 06:20:43\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1724220815\";s:7:\"message\";s:48:\"Cannot read properties of null (reading \'clone\')\";s:3:\"url\";s:108:\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"14799\";}s:7:\"\0*\0file\";s:108:\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"14799\";}s:32:\"0a997826a2fbc91e2cea3d61324d249d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2024-08-21 06:13:38\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of null (reading &#039;changestop&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:43;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2024-08-21 06:13:41\";i:1;s:19:\"2024-08-21 06:13:43\";i:2;s:19:\"2024-08-21 06:13:43\";i:3;s:19:\"2024-08-21 06:13:58\";i:4;s:19:\"2024-08-21 06:14:01\";i:5;s:19:\"2024-08-21 06:14:08\";i:6;s:19:\"2024-08-21 06:14:09\";i:7;s:19:\"2024-08-21 06:14:11\";i:8;s:19:\"2024-08-21 06:14:15\";i:9;s:19:\"2024-08-21 06:14:18\";i:10;s:19:\"2024-08-21 06:14:19\";i:11;s:19:\"2024-08-21 06:14:29\";i:12;s:19:\"2024-08-21 06:14:31\";i:13;s:19:\"2024-08-21 06:14:41\";i:14;s:19:\"2024-08-21 06:14:45\";i:15;s:19:\"2024-08-21 06:14:50\";i:16;s:19:\"2024-08-21 06:14:54\";i:17;s:19:\"2024-08-21 06:15:02\";i:18;s:19:\"2024-08-21 06:15:03\";i:19;s:19:\"2024-08-21 06:15:11\";i:20;s:19:\"2024-08-21 06:15:15\";i:21;s:19:\"2024-08-21 06:15:19\";i:22;s:19:\"2024-08-21 06:15:49\";i:23;s:19:\"2024-08-21 06:15:51\";i:24;s:19:\"2024-08-21 06:15:52\";i:25;s:19:\"2024-08-21 06:15:54\";i:26;s:19:\"2024-08-21 06:15:55\";i:27;s:19:\"2024-08-21 06:15:56\";i:28;s:19:\"2024-08-21 06:15:58\";i:29;s:19:\"2024-08-21 06:15:59\";i:30;s:19:\"2024-08-21 06:16:02\";i:31;s:19:\"2024-08-21 06:16:05\";i:32;s:19:\"2024-08-21 06:16:09\";i:33;s:19:\"2024-08-21 06:16:13\";i:34;s:19:\"2024-08-21 06:16:14\";i:35;s:19:\"2024-08-21 06:16:18\";i:36;s:19:\"2024-08-21 06:16:22\";i:37;s:19:\"2024-08-21 06:16:23\";i:38;s:19:\"2024-08-21 06:16:26\";i:39;s:19:\"2024-08-21 06:16:31\";i:40;s:19:\"2024-08-21 06:16:32\";i:41;s:19:\"2024-08-21 06:16:34\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1724220818\";s:7:\"message\";s:53:\"Cannot read properties of null (reading \'changestop\')\";s:3:\"url\";s:108:\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"19552\";}s:7:\"\0*\0file\";s:108:\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"19552\";}s:32:\"d45737fd4aff3db0c00260efe66d57d2\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2024-08-21 06:14:23\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:35:\"Undefined array key &quot;url&quot;\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2024-08-21 06:14:23\";i:1;s:19:\"2024-08-21 06:15:27\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:25:\"Undefined array key \"url\"\";s:4:\"file\";s:101:\"/home1/arxacomm/listings.arxacommunications.com/wp-content/plugins/elementor/core/logger/items/js.php\";s:4:\"line\";i:17;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:101:\"/home1/arxacomm/listings.arxacommunications.com/wp-content/plugins/elementor/core/logger/items/js.php\";s:7:\"\0*\0line\";i:17;}s:32:\"7eba2ec85cd008299e3ea5c46e82492f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2024-08-27 07:59:09\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading &#039;localized&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2024-08-27 07:59:09\";i:1;s:19:\"2024-08-27 07:59:09\";i:2;s:19:\"2024-08-27 15:50:59\";i:3;s:19:\"2024-08-27 15:50:59\";i:4;s:19:\"2024-08-27 15:50:59\";i:5;s:19:\"2024-08-27 15:50:59\";i:6;s:19:\"2024-08-30 12:50:55\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1724745549\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \'localized\')\";s:3:\"url\";s:103:\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"832970\";}s:7:\"\0*\0file\";s:103:\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"832970\";}s:32:\"49349eba17cdd59638e9bc55e4c54dda\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2024-09-02 12:01:22\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:188:\"Failed to read a named property &#039;elementorFrontend&#039; from &#039;Window&#039;: Blocked a frame with origin &quot;https://point2listing.ca&quot; from accessing a cross-origin frame.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 12:01:22\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1725278482\";s:7:\"message\";s:158:\"Failed to read a named property \'elementorFrontend\' from \'Window\': Blocked a frame with origin \"https://point2listing.ca\" from accessing a cross-origin frame.\";s:3:\"url\";s:88:\"https://point2listing.ca/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"588967\";}s:7:\"\0*\0file\";s:88:\"https://point2listing.ca/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"588967\";}s:32:\"1df63051a7647c27c0ef468379aa0064\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2024-09-02 12:08:49\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:69:\"Cannot read properties of undefined (reading &#039;MessageIcon&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 12:08:49\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1725278929\";s:7:\"message\";s:59:\"Cannot read properties of undefined (reading \'MessageIcon\')\";s:3:\"url\";s:73:\"https://point2listing.ca/wp-content/plugins/elementor/assets/js/ai.min.js\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"340369\";}s:7:\"\0*\0file\";s:73:\"https://point2listing.ca/wp-content/plugins/elementor/assets/js/ai.min.js\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"340369\";}s:32:\"b42f8f252b027d167a1dae7edcc44d5b\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2024-09-02 12:09:00\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:24:\"NProgress is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 12:09:00\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1725278940\";s:7:\"message\";s:24:\"NProgress is not defined\";s:3:\"url\";s:77:\"https://point2listing.ca/wp-content/plugins/elementor/assets/js/editor.min.js\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:7:\"1269401\";}s:7:\"\0*\0file\";s:77:\"https://point2listing.ca/wp-content/plugins/elementor/assets/js/editor.min.js\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:7:\"1269401\";}s:32:\"683e780d0e748d86d72706bd1c28894d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2024-09-02 12:09:00\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading &#039;addFilter&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 12:09:00\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1725278940\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \'addFilter\')\";s:3:\"url\";s:76:\"https://point2listing.ca/wp-content/plugins/elementor/assets/js/notes.min.js\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"5383\";}s:7:\"\0*\0file\";s:76:\"https://point2listing.ca/wp-content/plugins/elementor/assets/js/notes.min.js\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:4:\"5383\";}s:32:\"3b67470ceaa39b571deb0bcea4303af3\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2024-09-02 12:09:00\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading &#039;addAction&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 12:09:00\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1725278940\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \'addAction\')\";s:3:\"url\";s:81:\"https://point2listing.ca/wp-content/plugins/elementor/assets/js/styleguide.min.js\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"46297\";}s:7:\"\0*\0file\";s:81:\"https://point2listing.ca/wp-content/plugins/elementor/assets/js/styleguide.min.js\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"46297\";}}','off'),(2136,'houzez_social_1_icon','','auto'),(2137,'houzez_social_1_link','','auto'),(2138,'houzez_social_2_icon','','auto'),(2139,'houzez_social_2_link','','auto'),(2140,'houzez_social_3_icon','','auto'),(2141,'houzez_social_3_link','','auto'),(2142,'houzez_social_4_icon','','auto'),(2143,'houzez_social_4_link','','auto'),(2144,'houzez_enable_html_emails','1','auto'),(2145,'houzez_enable_email_header','1','auto'),(2146,'houzez_enable_email_footer','1','auto'),(2147,'houzez_email_footer_content','<p style=\"margin: 0 0 10px;\">Copyright Â© 2018 Favethemes, All rights reserved.</p>\r\n<p style=\"margin: 0 0 10px;\">Please do not reply to this email. You are receiving this email because you are subscribed to <a style=\"color: #00aeef; text-decoration: none;\" href=\"http://houzez.co\">Houzez.co</a></p>\r\n<p style=\"margin: 0 0 10px;\">Our mailing address is:</p>\r\n<p style=\"margin: 0 0 10px;\">Favethemes\r\n1680 Michigan Ave\r\nMiami Beach, FL 33139-2538</p>','auto'),(2148,'houzez_email_head_logo','https://demo18.houzez.co/wp-content/themes/houzez/images/logo/logo-houzez-white.png','auto'),(2149,'houzez_email_head_bg_color','#00AEEF','auto'),(2150,'houzez_email_foot_bg_color','#FFFFFF','auto'),(2151,'houzez_insights_removal','60','auto'),(2152,'houzez_custom_days','90','auto'),(2153,'houzez_glc_beds','Beds','auto'),(2154,'houzez_glc_bed','Bed','auto'),(2155,'houzez_glc_baths','Baths','auto'),(2156,'houzez_glc_bath','Bath','auto'),(2157,'houzez_match_submission_subject','Matching Submissions on %website_url','auto'),(2158,'houzez_match_submission_message','<div class=\"title\">\r\n<h1 style=\"font-size: 20px; line-height: 30px; margin: 0 0 10px;\">New Suggested Properties</h1>\r\n<p style=\"margin: 0 0 30px; color: #777777;\">We have found %listing_count new properties that match your saved searches.</p>\r\n\r\n</div>\r\n%matching_submissions','auto'),(2159,'houzez_subject_membership_cancelled','Membership Cancelled on %website_url','auto'),(2160,'houzez_membership_cancelled','Hi there,\r\nYour subscription on %website_url was cancelled because it expired or the recurring payment from the merchant was not processed. All your listings are no longer visible for our visitors but remain in your account.\r\nThank you.','auto'),(2246,'post_by_email_address1','NULL','auto'),(2634,'WPLANG','','auto'),(2636,'epc_skip_404_handling','','auto'),(2637,'newfold_cache_level','3','auto'),(2638,'mm_cache_settings','a:2:{s:4:\"page\";s:8:\"disabled\";s:7:\"browser\";s:8:\"disabled\";}','auto'),(2829,'hfe_plugin_is_activated','yes','auto'),(2836,'_hfe_db_version','1.6.40','auto'),(2839,'bsf_analytics_installed_time','1723788099','off'),(3204,'redux-framework_extendify_plugin_notice','hide','auto'),(3212,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1725532908;s:7:\"checked\";a:6:{s:6:\"houzez\";s:5:\"3.2.5\";s:7:\"sinatra\";s:3:\"1.3\";s:16:\"twentytwentyfour\";s:3:\"1.2\";s:17:\"twentytwentythree\";s:3:\"1.5\";s:15:\"twentytwentytwo\";s:3:\"1.8\";s:11:\"yith-wonder\";s:5:\"2.1.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:5:{s:7:\"sinatra\";a:6:{s:5:\"theme\";s:7:\"sinatra\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:37:\"https://wordpress.org/themes/sinatra/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/sinatra.1.3.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.2.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.5.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.8.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:11:\"yith-wonder\";a:6:{s:5:\"theme\";s:11:\"yith-wonder\";s:11:\"new_version\";s:5:\"2.1.0\";s:3:\"url\";s:41:\"https://wordpress.org/themes/yith-wonder/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/yith-wonder.2.1.0.zip\";s:8:\"requires\";s:3:\"6.5\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:0:{}}','off'),(3660,'wpforms_email_summaries_fetch_info_blocks_last_run','1725073993','auto'),(4466,'wpforms_builder_opened_date','1724065552','off'),(4467,'wpforms_challenge','a:13:{s:6:\"status\";s:8:\"canceled\";s:4:\"step\";i:3;s:7:\"user_id\";i:1;s:7:\"form_id\";i:1879;s:10:\"embed_page\";i:0;s:16:\"embed_page_title\";s:0:\"\";s:16:\"started_date_gmt\";s:19:\"2024-08-19 11:12:19\";s:17:\"finished_date_gmt\";s:19:\"2024-08-19 11:12:51\";s:13:\"seconds_spent\";i:55;s:12:\"seconds_left\";i:245;s:13:\"feedback_sent\";b:0;s:19:\"feedback_contact_me\";b:0;s:13:\"window_closed\";s:1:\"1\";}','auto'),(4468,'wpforms_templates_hash','444ba4f7bfd3cb9df6e4f2cc599f4f4a','auto'),(4477,'wpforms_forms_first_created','1724065649','off'),(4529,'wpforms_crypto_secret_key','TLXDE5rfaF3uM+HgRvFNeTxTMLZjzIv93JJqqqEuaMA=','auto'),(4533,'_elementor_editor_upgrade_notice_dismissed','1725277019','auto'),(5128,'bsf_analytics_optin','no','off'),(5277,'jp_sync_error_log_sync','a:1:{s:15:\"1724071110.1295\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:81:\"cURL error 28: Operation timed out after 20002 milliseconds with 0 bytes received\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}}','auto'),(5329,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','auto'),(5996,'elementor_unfiltered_files_upload','1','auto'),(6107,'jb_transient_jetpack_boost_speed_scores_154af3d6cf62dca990c7d19fc81a12f5','a:2:{s:6:\"expire\";i:1724149979;s:4:\"data\";a:8:{s:2:\"id\";s:32:\"154af3d6cf62dca990c7d19fc81a12f5\";s:3:\"url\";s:31:\"listings.arxacommunications.com\";s:14:\"active_modules\";a:0:{}s:7:\"created\";d:1724148179.843082904815673828125;s:6:\"status\";s:7:\"pending\";s:5:\"error\";N;s:6:\"client\";s:18:\"jetpack-my-jetpack\";s:11:\"retry_count\";i:0;}}','off'),(6303,'wpseo_taxonomy_meta','a:1:{s:8:\"category\";a:1:{i:1;a:2:{s:13:\"wpseo_linkdex\";s:5:\"-2803\";s:19:\"wpseo_content_score\";s:1:\"0\";}}}','auto'),(6475,'jetpack_protect_status','s:3625:\"O:8:\"stdClass\":8:{s:12:\"last_checked\";s:19:\"2024-08-20 11:34:57\";s:19:\"num_vulnerabilities\";i:1;s:27:\"num_plugins_vulnerabilities\";i:0;s:26:\"num_themes_vulnerabilities\";i:1;s:6:\"status\";s:11:\"in_progress\";s:4:\"core\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"6.6.1\";s:15:\"vulnerabilities\";a:0:{}}s:6:\"themes\";O:8:\"stdClass\":6:{s:6:\"houzez\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.2.5\";s:15:\"vulnerabilities\";a:0:{}}s:7:\"sinatra\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.3\";s:15:\"vulnerabilities\";a:1:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"ef9dd2a0-3087-4438-913c-08ec78b5fbde\";s:5:\"title\";s:73:\"Sinatra <= 1.3 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";N;s:11:\"description\";s:369:\"The Sinatra theme for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 1.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}}}s:16:\"twentytwentyfour\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.2\";s:15:\"vulnerabilities\";a:0:{}}s:17:\"twentytwentythree\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.5\";s:15:\"vulnerabilities\";a:0:{}}s:15:\"twentytwentytwo\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.8\";s:15:\"vulnerabilities\";a:0:{}}s:11:\"yith-wonder\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"2.1.0\";s:15:\"vulnerabilities\";a:0:{}}}s:7:\"plugins\";O:8:\"stdClass\":18:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"5.3.3\";s:15:\"vulnerabilities\";a:0:{}}s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.6.9\";s:15:\"vulnerabilities\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"3.23.4\";s:15:\"vulnerabilities\";a:0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"1.6.37\";s:15:\"vulnerabilities\";a:0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"9.0.0\";s:15:\"vulnerabilities\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.7.2\";s:15:\"vulnerabilities\";a:0:{}}s:25:\"houzez-crm/houzez-crm.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.4.3\";s:15:\"vulnerabilities\";a:0:{}}s:47:\"houzez-login-register/houzez-login-register.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.2.1\";s:15:\"vulnerabilities\";a:0:{}}s:57:\"houzez-theme-functionality/houzez-theme-functionality.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.2.3\";s:15:\"vulnerabilities\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:4:\"13.7\";s:15:\"vulnerabilities\";a:0:{}}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.2.1\";s:15:\"vulnerabilities\";a:0:{}}s:37:\"optinmonster/optin-monster-wp-api.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"2.16.4\";s:15:\"vulnerabilities\";a:0:{}}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"4.4.18\";s:15:\"vulnerabilities\";a:0:{}}s:23:\"revslider/revslider.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"6.7.15\";s:15:\"vulnerabilities\";a:0:{}}s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"3.14.4\";s:15:\"vulnerabilities\";a:0:{}}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"7.11.7\";s:15:\"vulnerabilities\";a:0:{}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:7:\"1.9.0.2\";s:15:\"vulnerabilities\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:4:\"23.3\";s:15:\"vulnerabilities\";a:0:{}}}}\";','auto'),(6476,'jetpack_protect_status_time','1724157401','auto'),(6486,'jb_transient_jetpack_boost_speed_scores_61ecc2e841fa0c3bd06f14828824126e','a:2:{s:6:\"expire\";i:1724154357;s:4:\"data\";a:8:{s:2:\"id\";s:32:\"61ecc2e841fa0c3bd06f14828824126e\";s:3:\"url\";s:39:\"https://listings.arxacommunications.com\";s:14:\"active_modules\";a:0:{}s:7:\"created\";d:1724154053.2107999324798583984375;s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"client\";s:18:\"jetpack-my-jetpack\";s:11:\"retry_count\";i:0;}}','off'),(6555,'houzez_ptype_settings','a:7:{s:18:\"houzez_agents_post\";s:7:\"enabled\";s:20:\"houzez_agencies_post\";s:7:\"enabled\";s:20:\"houzez_packages_post\";s:7:\"enabled\";s:20:\"houzez_invoices_post\";s:7:\"enabled\";s:20:\"houzez_partners_post\";s:7:\"enabled\";s:24:\"houzez_testimonials_post\";s:7:\"enabled\";s:25:\"houzez_packages_info_post\";s:7:\"enabled\";}','auto'),(6619,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(6638,'jetpack_boost_speed_score_history_61ecc2e841fa0c3bd06f14828824126e','a:1:{i:0;a:3:{s:9:\"timestamp\";i:1724154057;s:6:\"scores\";a:2:{s:6:\"mobile\";i:61;s:7:\"desktop\";i:88;}s:5:\"theme\";s:6:\"Houzez\";}}','off'),(6639,'post_by_email_address3','NULL','auto'),(6640,'monitor_receive_notifications','1','auto'),(6677,'social_notifications_like','on','auto'),(6694,'social_notifications_subscribe','off','auto'),(6696,'widget_blog_subscription','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(6699,'jetpack_subscriptions_subscribe_post_end_enabled','1','auto'),(6701,'wpcom_subscription_emails_use_excerpt','1','auto'),(6708,'open_graph_protocol_site_type','','auto'),(6709,'facebook_admins','a:0:{}','auto'),(7761,'feedback_unread_count','0','auto'),(7788,'jetpack_package_versions','a:6:{s:6:\"backup\";s:5:\"3.4.2\";s:10:\"connection\";s:6:\"2.11.3\";s:4:\"sync\";s:5:\"3.5.0\";s:6:\"search\";s:7:\"0.44.14\";s:10:\"videopress\";s:7:\"0.23.30\";s:5:\"stats\";s:6:\"0.13.0\";}','auto'),(8175,'_wpforms_transient_timeout_addons.json','1725954636','off'),(8176,'_wpforms_transient_addons.json','1725349836','off'),(8186,'wpforms_notifications','a:4:{s:4:\"feed\";a:0:{}s:6:\"events\";a:5:{s:22:\"wp-mail-smtp-education\";a:5:{s:2:\"id\";s:22:\"wp-mail-smtp-education\";s:5:\"title\";s:43:\"Donâ€™t Miss Your Form Notification Emails!\";s:7:\"content\";s:260:\"Did you know that many WordPress sites are not properly configured to send emails? With the free WP Mail SMTP plugin, you can easily optimize your site to send emails, avoid the spam folder, and make sure your emails land in the recipientâ€™s inbox every time.\";s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:61:\"https://point2listing.ca/wp-admin/admin.php?page=wpforms-smtp\";s:4:\"text\";s:11:\"Install Now\";}s:3:\"alt\";a:2:{s:3:\"url\";s:195:\"https://wpforms.com/docs/how-to-set-up-smtp-using-the-wp-mail-smtp-plugin/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=WP%20Mail%20SMTP%20Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2024-08-30 07:45:04\";}s:15:\"join-vip-circle\";a:5:{s:2:\"id\";s:15:\"join-vip-circle\";s:5:\"title\";s:27:\"Want to Be a VIP? Join Now!\";s:7:\"content\";s:326:\"Running a WordPress site can be challenging. But help is just around the corner! Our Facebook group contains tons of tips and help to get your business growing! When you join our VIP Circle, youâ€™ll get instant access to tips, tricks, and answers from a community of loyal WPForms users. Best of all, membership is 100% free!\";s:4:\"btns\";a:1:{s:4:\"main\";a:2:{s:3:\"url\";s:43:\"https://www.facebook.com/groups/wpformsvip/\";s:4:\"text\";s:8:\"Join Now\";}}s:5:\"start\";s:19:\"2024-09-26 07:45:04\";}s:14:\"survey-reports\";a:5:{s:2:\"id\";s:14:\"survey-reports\";s:5:\"title\";s:46:\"Want to Know What Your Customers Really Think?\";s:7:\"content\";s:334:\"Nothing beats real feedback from your customers and visitors. Thatâ€™s why many small businesses love our awesome Surveys and Polls addon. Instantly unlock full survey reporting right in your WordPress dashboard. And donâ€™t forget: building a survey is easy with our pre-made templates, so you could get started within a few minutes!\";s:4:\"btns\";a:2:{s:4:\"main\";a:1:{s:7:\"license\";a:5:{s:4:\"lite\";a:2:{s:3:\"url\";s:178:\"https://wpforms.com/lite-upgrade/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Lite&utm_locale=en_US\";s:4:\"text\";s:11:\"Upgrade Now\";}s:5:\"basic\";a:2:{s:3:\"url\";s:166:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:4:\"plus\";a:2:{s:3:\"url\";s:166:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:3:\"pro\";a:2:{s:3:\"url\";s:63:\"https://point2listing.ca/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install Now\";}s:5:\"elite\";a:2:{s:3:\"url\";s:63:\"https://point2listing.ca/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install Now\";}}}s:3:\"alt\";a:2:{s:3:\"url\";s:202:\"https://wpforms.com/docs/how-to-install-and-use-the-surveys-and-polls-addon/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2024-10-11 07:45:04\";}s:16:\"form-abandonment\";a:5:{s:2:\"id\";s:16:\"form-abandonment\";s:5:\"title\";s:31:\"Get More Leads From Your Forms!\";s:7:\"content\";s:363:\"Are your forms converting fewer visitors than you hoped? Often, visitors quit forms partway through. That can prevent you from getting all the leads you deserve to capture. With our Form Abandonment addon, you can capture partial entries even if your visitor didnâ€™t hit Submit! From there, itâ€™s easy to follow up with leads and turn them into loyal customers.\";s:4:\"btns\";a:2:{s:4:\"main\";a:1:{s:7:\"license\";a:5:{s:4:\"lite\";a:2:{s:3:\"url\";s:175:\"https://wpforms.com/lite-upgrade/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Upgrade%20Lite&utm_locale=en_US\";s:4:\"text\";s:11:\"Upgrade Now\";}s:5:\"basic\";a:2:{s:3:\"url\";s:163:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:4:\"plus\";a:2:{s:3:\"url\";s:163:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:3:\"pro\";a:2:{s:3:\"url\";s:63:\"https://point2listing.ca/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install Now\";}s:5:\"elite\";a:2:{s:3:\"url\";s:63:\"https://point2listing.ca/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install Now\";}}}s:3:\"alt\";a:2:{s:3:\"url\";s:201:\"https://wpforms.com/docs/how-to-install-and-use-form-abandonment-with-wpforms/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2024-10-26 07:45:04\";}s:5:\"ideas\";a:5:{s:2:\"id\";s:5:\"ideas\";s:5:\"title\";s:36:\"Whatâ€™s Your Dream WPForms Feature?\";s:7:\"content\";s:288:\"If you could add just one feature to WPForms, what would it be? We want to know! Our team is busy surveying valued customers like you as we plan the year ahead. Weâ€™d love to know which features would take your business to the next level! Do you have a second to share your idea with us?\";s:4:\"btns\";a:1:{s:4:\"main\";a:2:{s:3:\"url\";s:36:\"https://wpforms.com/share-your-idea/\";s:4:\"text\";s:15:\"Share Your Idea\";}}s:5:\"start\";s:19:\"2024-12-25 07:45:04\";}}s:9:\"dismissed\";a:0:{}s:6:\"update\";i:1725428166;}','auto'),(8188,'_wpforms_transient_timeout_docs.json','1725954637','off'),(8189,'_wpforms_transient_docs.json','1725349837','off'),(8190,'_wpforms_transient_timeout_templates.json','1725954637','off'),(8191,'_wpforms_transient_templates.json','1725349837','off'),(8503,'updraftplus_version','1.24.4','on'),(8504,'updraftplus_tour_cancelled_on','intro','on'),(8505,'updraft_lastmessage','The backup succeeded and is now complete (Sep 03 05:37:37)','on'),(8506,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-50b2ba628e7ac181057f9306e21b3b43\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','on'),(8507,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-80ece8ee180139ea387e68c87024d67e\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}','on'),(8508,'updraft_s3','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8dbe2e2c988543068103f15db35ca683\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}','on'),(8509,'updraft_cloudfiles','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-32554fed1973042af68efe4000673b59\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}','on'),(8510,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d26ff9bebbd03e1a87565f696edcbfc5\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}','on'),(8511,'updraft_onedrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-66c616dd826539b14b913d69ace42f46\";a:0:{}}}','on'),(8512,'updraft_ftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-bdd288a601f00c0409aa742e56dc9d6e\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}','on'),(8513,'updraft_azure','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-9547c6b69b4b9fd65f91018f18dd6679\";a:0:{}}}','on'),(8514,'updraft_sftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-6f12eb1c4354c4a5f0fde0b3d385e9d1\";a:0:{}}}','on'),(8515,'updraft_googlecloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-05e4c1ca0fa478c8dd2778469c437777\";a:0:{}}}','on'),(8516,'updraft_backblaze','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-c33e00320efe5acb1c201f803d45b6a7\";a:0:{}}}','on'),(8517,'updraft_webdav','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8370df8a31c0a8cc2cb843a37b23aa95\";a:0:{}}}','on'),(8518,'updraft_s3generic','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3af2db56c70834a44f2a97d20af8bc3a\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}','on'),(8519,'updraft_pcloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a92d10cd4447f7572cb4dc4dcc84db9b\";a:0:{}}}','on'),(8520,'updraft_openstack','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d6b86f2f772e914b8952f32f4f8f3d93\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}','on'),(8521,'updraft_dreamobjects','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-fd0c7deefbdaf1b46d995400b5e81120\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','on'),(8522,'updraftplus-addons_siteid','068f3260b22b95eaef844fad155d16b7','off'),(8523,'updraftplus_unlocked_fd','1','no'),(8524,'updraftplus_last_lock_time_fd','2024-09-03 05:36:47','no'),(8525,'updraftplus_semaphore_fd','0','no'),(8526,'updraft_last_scheduled_fd','1725341807','auto'),(8529,'updraft_backup_history','a:2:{i:1725341807;a:21:{s:7:\"plugins\";a:1:{i:0;s:62:\"backup_2024-09-03-0536_Point2_Listing_b3c01974b9bb-plugins.zip\";}s:12:\"plugins-size\";i:73727949;s:6:\"themes\";a:1:{i:0;s:61:\"backup_2024-09-03-0536_Point2_Listing_b3c01974b9bb-themes.zip\";}s:11:\"themes-size\";i:31417990;s:7:\"uploads\";a:1:{i:0;s:62:\"backup_2024-09-03-0536_Point2_Listing_b3c01974b9bb-uploads.zip\";}s:12:\"uploads-size\";i:402225936;s:10:\"mu-plugins\";a:1:{i:0;s:65:\"backup_2024-09-03-0536_Point2_Listing_b3c01974b9bb-mu-plugins.zip\";}s:15:\"mu-plugins-size\";i:13934;s:6:\"others\";a:1:{i:0;s:61:\"backup_2024-09-03-0536_Point2_Listing_b3c01974b9bb-others.zip\";}s:11:\"others-size\";i:4211786;s:2:\"db\";s:56:\"backup_2024-09-03-0536_Point2_Listing_b3c01974b9bb-db.gz\";s:7:\"db-size\";i:4237303;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"01cce3db900f143f8827e403e2409edef0f19c86\";s:7:\"themes0\";s:40:\"b34ff5047dad6477930a58fbe85eb0f23d33b0de\";s:8:\"uploads0\";s:40:\"44c44ca5c2ca8b31269f9bd680edd5a61125b924\";s:11:\"mu-plugins0\";s:40:\"69f198b8eefff99bd193257052bed590b2d6a871\";s:7:\"others0\";s:40:\"0e2d0b54ddc5c62bf1e0d541b9918585c248f96c\";s:3:\"db0\";s:40:\"54df0b8b52ee5b0d5ef128f0926583b3c03130b7\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"450853ac6e4aa5203d31c3c3c5c32d327ca603e73034ce63c98ba406b2807ee2\";s:7:\"themes0\";s:64:\"a4d448ba2f462aa414929269cdf3b01112d48bb594460be3bd3e13328bf78ea6\";s:8:\"uploads0\";s:64:\"b45b661e94da8f82d2b6afc57a5ad7aa264e0014845de48a5a76b937d22a9a07\";s:11:\"mu-plugins0\";s:64:\"03ebcc92a5412680aa252d2da0248100caa7fab1c1022f3f0ad015f834087c0b\";s:7:\"others0\";s:64:\"6b445f138f7fb4099abedda6dc0f361fc73359ff2746f4a9068993f2fa111e8e\";s:3:\"db0\";s:64:\"94107b99d598e50f7bd769b64b9494e91e81ca905196102e54dfd958f177ffc1\";}}s:5:\"nonce\";s:12:\"b3c01974b9bb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:5:{s:7:\"plugins\";i:1725341807;s:6:\"themes\";i:1725341828;s:7:\"uploads\";i:1725341833;s:10:\"mu-plugins\";i:1725341853;s:6:\"others\";i:1725341853;}s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724760596;a:21:{s:7:\"plugins\";a:1:{i:0;s:63:\"backup_2024-08-27-1209_Point_2_Lisitng_b915e84faec1-plugins.zip\";}s:12:\"plugins-size\";i:118107763;s:6:\"themes\";a:1:{i:0;s:62:\"backup_2024-08-27-1209_Point_2_Lisitng_b915e84faec1-themes.zip\";}s:11:\"themes-size\";i:31417523;s:7:\"uploads\";a:1:{i:0;s:63:\"backup_2024-08-27-1209_Point_2_Lisitng_b915e84faec1-uploads.zip\";}s:12:\"uploads-size\";i:332543204;s:10:\"mu-plugins\";a:1:{i:0;s:66:\"backup_2024-08-27-1209_Point_2_Lisitng_b915e84faec1-mu-plugins.zip\";}s:15:\"mu-plugins-size\";i:13934;s:6:\"others\";a:1:{i:0;s:62:\"backup_2024-08-27-1209_Point_2_Lisitng_b915e84faec1-others.zip\";}s:11:\"others-size\";i:4160398;s:2:\"db\";s:57:\"backup_2024-08-27-1209_Point_2_Lisitng_b915e84faec1-db.gz\";s:7:\"db-size\";i:5264155;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"d3afc86f9bdf75013525f922b8ff39aaf0962010\";s:7:\"themes0\";s:40:\"c23ec06efe27edf0bf1e9ec3a820f23ad3c1246c\";s:8:\"uploads0\";s:40:\"d0fd256165a2e2670f71ab0bfe1ebee251fa00f9\";s:11:\"mu-plugins0\";s:40:\"d2b29959851730ca0b3013b8a85ab021335ddfc9\";s:7:\"others0\";s:40:\"7e9ae8238e425ea64e332f5676f70bc9236a0a64\";s:3:\"db0\";s:40:\"745f8ce770427a7bf3ecd6214bbb4c48c615c08c\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"197be354781e83648c4a0be8e88adf7dd58f55f004ab162d8b747e7725ca8b7a\";s:7:\"themes0\";s:64:\"80d3894f3d9fd4d7e93a55353520c533b0be3a373a4215f005774554673c3bd1\";s:8:\"uploads0\";s:64:\"f0a56b1c45b35c6fa0032c0a6b0d61c0a7cb13ee7069df521d6c7f8c5238ea90\";s:11:\"mu-plugins0\";s:64:\"783657558b50d596864744d88da55f624a8ff9d8ae36abc477bc16034af63843\";s:7:\"others0\";s:64:\"a0f23dc40c0653e4bb9517cce47aa0f869abdba6517a9ec333ca4d97fcc189d5\";s:3:\"db0\";s:64:\"6d4d4578f41206eb5f1e9d6247a694023dc48f9ba1d707e58c05897875aaa3d1\";}}s:5:\"nonce\";s:12:\"b915e84faec1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:5:{s:7:\"plugins\";i:1724760596;s:6:\"themes\";i:1724760623;s:7:\"uploads\";i:1724760629;s:10:\"mu-plugins\";i:1724760644;s:6:\"others\";i:1724760644;}s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}}','off'),(8530,'updraft_last_backup','a:6:{s:26:\"nonincremental_backup_time\";i:1725341807;s:11:\"backup_time\";i:1725341807;s:12:\"backup_array\";a:13:{s:7:\"plugins\";a:1:{i:0;s:62:\"backup_2024-09-03-0536_Point2_Listing_b3c01974b9bb-plugins.zip\";}s:12:\"plugins-size\";i:73727949;s:6:\"themes\";a:1:{i:0;s:61:\"backup_2024-09-03-0536_Point2_Listing_b3c01974b9bb-themes.zip\";}s:11:\"themes-size\";i:31417990;s:7:\"uploads\";a:1:{i:0;s:62:\"backup_2024-09-03-0536_Point2_Listing_b3c01974b9bb-uploads.zip\";}s:12:\"uploads-size\";i:402225936;s:10:\"mu-plugins\";a:1:{i:0;s:65:\"backup_2024-09-03-0536_Point2_Listing_b3c01974b9bb-mu-plugins.zip\";}s:15:\"mu-plugins-size\";i:13934;s:6:\"others\";a:1:{i:0;s:61:\"backup_2024-09-03-0536_Point2_Listing_b3c01974b9bb-others.zip\";}s:11:\"others-size\";i:4211786;s:2:\"db\";s:56:\"backup_2024-09-03-0536_Point2_Listing_b3c01974b9bb-db.gz\";s:7:\"db-size\";i:4237303;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"01cce3db900f143f8827e403e2409edef0f19c86\";s:7:\"themes0\";s:40:\"b34ff5047dad6477930a58fbe85eb0f23d33b0de\";s:8:\"uploads0\";s:40:\"44c44ca5c2ca8b31269f9bd680edd5a61125b924\";s:11:\"mu-plugins0\";s:40:\"69f198b8eefff99bd193257052bed590b2d6a871\";s:7:\"others0\";s:40:\"0e2d0b54ddc5c62bf1e0d541b9918585c248f96c\";s:3:\"db0\";s:40:\"54df0b8b52ee5b0d5ef128f0926583b3c03130b7\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"450853ac6e4aa5203d31c3c3c5c32d327ca603e73034ce63c98ba406b2807ee2\";s:7:\"themes0\";s:64:\"a4d448ba2f462aa414929269cdf3b01112d48bb594460be3bd3e13328bf78ea6\";s:8:\"uploads0\";s:64:\"b45b661e94da8f82d2b6afc57a5ad7aa264e0014845de48a5a76b937d22a9a07\";s:11:\"mu-plugins0\";s:64:\"03ebcc92a5412680aa252d2da0248100caa7fab1c1022f3f0ad015f834087c0b\";s:7:\"others0\";s:64:\"6b445f138f7fb4099abedda6dc0f361fc73359ff2746f4a9068993f2fa111e8e\";s:3:\"db0\";s:64:\"94107b99d598e50f7bd769b64b9494e91e81ca905196102e54dfd958f177ffc1\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"b3c01974b9bb\";}','on'),(8674,'elementor_allow_tracking','no','auto'),(8675,'elementor_tracker_notice','1','auto'),(8695,'wp_rocket_settings','a:76:{s:10:\"minify_css\";i:1;s:11:\"exclude_css\";a:0:{}s:26:\"remove_unused_css_safelist\";a:0:{}s:12:\"critical_css\";s:0:\"\";s:9:\"minify_js\";i:1;s:21:\"minify_concatenate_js\";i:1;s:17:\"exclude_inline_js\";a:0:{}s:10:\"exclude_js\";a:0:{}s:12:\"defer_all_js\";i:1;s:16:\"exclude_defer_js\";a:0:{}s:19:\"delay_js_exclusions\";a:0:{}s:8:\"lazyload\";i:1;s:19:\"lazyload_css_bg_img\";s:1:\"1\";s:16:\"lazyload_iframes\";i:1;s:16:\"exclude_lazyload\";a:0:{}s:16:\"image_dimensions\";i:1;s:14:\"manual_preload\";i:1;s:20:\"preload_excluded_uri\";a:0:{}s:13:\"preload_links\";s:1:\"1\";s:12:\"dns_prefetch\";a:0:{}s:13:\"preload_fonts\";a:0:{}s:19:\"purge_cron_interval\";i:0;s:15:\"purge_cron_unit\";s:15:\"HOUR_IN_SECONDS\";s:16:\"cache_reject_uri\";a:0:{}s:20:\"cache_reject_cookies\";a:0:{}s:15:\"cache_reject_ua\";a:0:{}s:17:\"cache_purge_pages\";a:0:{}s:19:\"cache_query_strings\";a:0:{}s:18:\"database_revisions\";i:1;s:20:\"database_auto_drafts\";i:1;s:22:\"database_trashed_posts\";i:1;s:27:\"automatic_cleanup_frequency\";s:0:\"\";s:10:\"cdn_cnames\";a:0:{}s:8:\"cdn_zone\";a:0:{}s:16:\"cdn_reject_files\";a:0:{}s:24:\"heartbeat_admin_behavior\";s:0:\"\";s:25:\"heartbeat_editor_behavior\";s:0:\"\";s:23:\"heartbeat_site_behavior\";s:0:\"\";s:18:\"varnish_auto_purge\";i:1;s:10:\"cache_webp\";s:1:\"1\";s:16:\"cloudflare_email\";s:0:\"\";s:18:\"sucury_waf_api_key\";s:0:\"\";s:12:\"consumer_key\";s:0:\"\";s:14:\"consumer_email\";s:0:\"\";s:10:\"secret_key\";s:9:\"123456789\";s:7:\"license\";s:0:\"\";s:16:\"secret_cache_key\";s:0:\"\";s:14:\"minify_css_key\";s:22:\"66d857757d03e100686401\";s:13:\"minify_js_key\";s:22:\"66d857757d046647498632\";s:7:\"version\";s:6:\"3.16.3\";s:16:\"previous_version\";s:0:\"\";s:23:\"cloudflare_old_settings\";s:0:\"\";s:9:\"cache_ssl\";i:1;s:19:\"minify_google_fonts\";i:0;s:5:\"emoji\";i:0;s:17:\"remove_unused_css\";i:0;s:9:\"async_css\";i:0;s:12:\"cache_mobile\";i:1;s:23:\"do_caching_mobile_files\";i:1;s:22:\"minify_concatenate_css\";s:0:\"\";s:18:\"cloudflare_api_key\";s:0:\"\";s:18:\"cloudflare_zone_id\";s:0:\"\";s:16:\"async_css_mobile\";s:0:\"\";s:17:\"cache_logged_user\";i:0;s:16:\"lazyload_youtube\";i:0;s:22:\"database_spam_comments\";i:0;s:25:\"database_trashed_comments\";i:0;s:23:\"database_all_transients\";i:0;s:24:\"database_optimize_tables\";i:0;s:26:\"schedule_automatic_cleanup\";i:0;s:21:\"sucury_waf_cache_sync\";i:0;s:17:\"control_heartbeat\";i:0;s:3:\"cdn\";i:0;s:8:\"delay_js\";i:0;s:28:\"delay_js_exclusions_selected\";a:0:{}s:39:\"delay_js_exclusions_selected_exclusions\";a:0:{}}','auto'),(8698,'wpr_rocket_cache_version','20220927','auto'),(8705,'wpr_rucss_used_css_version','20231031','auto'),(8706,'wpr_above_the_fold_version','20240313','auto'),(8708,'wp_rocket_last_base_url','aHR0cHM6Ly9wb2ludDJsaXN0aW5nLmNhLw==','on'),(8709,'wp_rocket_debug','a:1:{s:20:\"last_rucss_job_added\";s:0:\"\";}','auto'),(8712,'wp_rocket_no_licence','0','auto'),(8832,'wpforms_process_forms_locator_status','completed','auto'),(9536,'wordfence_syncAttackDataAttempts','0','off'),(9537,'wordfence_syncingAttackData','0','off'),(9538,'wordfence_lastSyncAttackData','1725295868','off'),(10240,'wpcode_usage_tracking_config','a:6:{s:3:\"day\";i:5;s:4:\"hour\";i:10;s:6:\"minute\";i:3;s:6:\"second\";i:9;s:6:\"offset\";i:468189;s:8:\"initsend\";i:1725616989;}','off'),(10241,'ihaf_activated','a:2:{s:6:\"wpcode\";i:1724842843;s:7:\"version\";s:5:\"2.2.1\";}','auto'),(10243,'wpcode_snippets','a:1:{s:16:\"site_wide_header\";a:2:{i:0;a:13:{s:2:\"id\";i:3024;s:5:\"title\";s:20:\"page load after form\";s:4:\"code\";s:347:\"document.addEventListener(\"DOMContentLoaded\", function() {\r\n    var form = document.getElementById(\'form-container\');\r\n    var loadingMessage = document.getElementById(\'loading-message\');\r\n\r\n    if (form) {\r\n        form.style.display = \'block\';\r\n    }\r\n    \r\n    if (loadingMessage) {\r\n        loadingMessage.style.display = \'none\';\r\n    }\r\n});\r\n\";s:9:\"code_type\";s:2:\"js\";s:8:\"location\";s:16:\"site_wide_header\";s:11:\"auto_insert\";i:1;s:13:\"insert_number\";i:1;s:9:\"use_rules\";b:0;s:5:\"rules\";a:0:{}s:8:\"priority\";i:10;s:14:\"location_extra\";s:0:\"\";s:20:\"shortcode_attributes\";a:0:{}s:8:\"modified\";s:19:\"2024-08-29 11:18:16\";}i:1;a:13:{s:2:\"id\";i:2874;s:5:\"title\";s:13:\"From page URL\";s:4:\"code\";s:211:\"document.addEventListener(\'DOMContentLoaded\', function() {\r\n    var urlField = document.querySelector(\'#wpforms-1879-field_10\');\r\n    if (urlField) {\r\n        urlField.value = window.location.href;\r\n    }\r\n});\r\n\";s:9:\"code_type\";s:2:\"js\";s:8:\"location\";s:16:\"site_wide_header\";s:11:\"auto_insert\";i:1;s:13:\"insert_number\";i:1;s:9:\"use_rules\";b:0;s:5:\"rules\";a:0:{}s:8:\"priority\";i:10;s:14:\"location_extra\";s:0:\"\";s:20:\"shortcode_attributes\";a:0:{}s:8:\"modified\";s:19:\"2024-08-28 11:07:49\";}}}','auto'),(10245,'wpcode_admin_notices','a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1724842843;s:9:\"dismissed\";b:0;}s:15:\"suggest_plugins\";a:2:{s:4:\"time\";i:1724842843;s:9:\"dismissed\";b:0;}}','auto'),(10255,'deleted_plugin','a:7:{s:4:\"slug\";s:35:\"litespeed-cache/litespeed-cache.php\";s:7:\"version\";s:5:\"6.4.1\";s:5:\"title\";s:15:\"LiteSpeed Cache\";s:3:\"url\";s:75:\"https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration\";s:6:\"active\";b:0;s:2:\"mu\";b:0;s:12:\"auto_updates\";b:1;}','auto'),(10258,'wpcode_notifications','a:4:{s:6:\"update\";i:1725286646;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','off'),(10402,'googlesitekit_db_version','1.129.0','auto'),(10412,'googlesitekit_active_modules','a:4:{i:0;s:18:\"pagespeed-insights\";i:1;s:11:\"analytics-4\";i:2;s:10:\"tagmanager\";i:3;s:3:\"ads\";}','auto'),(10416,'googlesitekit_credentials','KHmSxIl6ZxNZQVNRwCb87UlXOVpCaVl2TjNUb3B2K1p5RFdwZnNpd1lCWW9VZ2liaktCK2x5cVlpMGJhaWwwTE9JZCs2akpUZGh4RDFDdDE0alAzelNrOUtaZEhpVlR2dlRUTXl6UXhqQnpaTHhuQnFxZ3Nua1E1YkpCZThrbmNIbTgrYmVpMTV0cEovQTN6a3poWEJLbDVCQWJGb21FeFZuRjZkZzZxNU4zV05OdTVIekFhMnBMdWJ2aVcybEM1NXZ4bzFXVXhNM0ViaW5KdTFjaWJNb2pxaVhBeTJmZzJRZHhWM1RwQ3VpQjB4elNyRTk5MGpEcGNEQ280MnZTMnNNRHJhUTdtL21NTWdZdm5GQTRSYVBOY01INitTaG5iYUtCZCt4MFRET2NEM09qcFNEcDloOHNIamhMMTFVejZhSFBqZHhLUkZnPT0=','auto'),(10419,'googlesitekitpersistent_remote_features','a:20:{s:18:\"adBlockerDetection\";a:1:{s:7:\"enabled\";b:1;}s:9:\"adsModule\";a:1:{s:7:\"enabled\";b:1;}s:14:\"adsenseSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:15:\"conversionInfra\";a:1:{s:7:\"enabled\";b:1;}s:16:\"dashboardSharing\";a:1:{s:7:\"enabled\";b:1;}s:19:\"enhancedMeasurement\";a:1:{s:7:\"enabled\";b:1;}s:19:\"ga4ActivationBanner\";a:1:{s:7:\"enabled\";b:0;}s:12:\"ga4Reporting\";a:1:{s:7:\"enabled\";b:1;}s:8:\"ga4setup\";a:1:{s:7:\"enabled\";b:1;}s:10:\"gteSupport\";a:1:{s:7:\"enabled\";b:1;}s:14:\"helpVisibility\";a:1:{s:7:\"enabled\";b:1;}s:13:\"ideaHubModule\";a:1:{s:7:\"enabled\";b:0;}s:10:\"keyMetrics\";a:1:{s:7:\"enabled\";b:1;}s:14:\"serviceSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:16:\"unifiedDashboard\";a:1:{s:7:\"enabled\";b:1;}s:12:\"userFeedback\";a:1:{s:7:\"enabled\";b:1;}s:17:\"widgets.dashboard\";a:1:{s:7:\"enabled\";b:1;}s:21:\"widgets.pageDashboard\";a:1:{s:7:\"enabled\";b:1;}s:14:\"zeroDataStates\";a:1:{s:7:\"enabled\";b:1;}s:15:\"last_updated_at\";i:1725277012;}','auto'),(10420,'category_children','a:0:{}','auto'),(10422,'googlesitekit_connected_proxy_url','https://point2listing.ca/','auto'),(10423,'googlesitekit_search-console_settings','a:2:{s:10:\"propertyID\";s:25:\"https://point2listing.ca/\";s:7:\"ownerID\";i:3;}','auto'),(10424,'googlesitekit_owner_id','3','auto'),(10442,'googlesitekit_analytics-4_settings','a:22:{s:7:\"ownerID\";i:3;s:9:\"accountID\";s:9:\"326946353\";s:15:\"adsConversionID\";s:0:\"\";s:10:\"propertyID\";s:9:\"456230752\";s:15:\"webDataStreamID\";s:10:\"8612811968\";s:13:\"measurementID\";s:12:\"G-SDQE49XZ3T\";s:16:\"trackingDisabled\";a:1:{i:0;s:13:\"loggedinUsers\";}s:10:\"useSnippet\";b:1;s:11:\"googleTagID\";s:11:\"GT-NGM9CJ6M\";s:18:\"googleTagAccountID\";s:10:\"6247253240\";s:20:\"googleTagContainerID\";s:9:\"194078552\";s:32:\"googleTagContainerDestinationIDs\";a:1:{i:0;s:12:\"G-SDQE49XZ3T\";}s:23:\"googleTagLastSyncedAtMs\";i:1724932940268;s:25:\"availableCustomDimensions\";a:0:{}s:18:\"propertyCreateTime\";i:1724845140000;s:13:\"adSenseLinked\";b:0;s:25:\"adSenseLinkedLastSyncedAt\";i:0;s:27:\"adsConversionIDMigratedAtMs\";i:0;s:9:\"adsLinked\";b:1;s:21:\"adsLinkedLastSyncedAt\";i:1725211237;s:18:\"availableAudiences\";N;s:30:\"availableAudiencesLastSyncedAt\";i:0;}','auto'),(10452,'googlesitekit_tagmanager_settings','a:7:{s:7:\"ownerID\";i:3;s:9:\"accountID\";s:10:\"6247247145\";s:14:\"ampContainerID\";s:0:\"\";s:11:\"containerID\";s:12:\"GTM-PKVQPSF8\";s:19:\"internalContainerID\";s:9:\"194073171\";s:22:\"internalAMPContainerID\";s:0:\"\";s:10:\"useSnippet\";b:1;}','auto'),(11352,'ihaf_insert_header','<!-- Google tag (gtag.js) -->\r\n<script async src=\\\"https://www.googletagmanager.com/gtag/js?id=G-N1Z0P25NFR\\\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\\\'js\\\', new Date());\r\n\r\n  gtag(\\\'config\\\', \\\'G-N1Z0P25NFR\\\');\r\n</script>','auto'),(11353,'ihaf_insert_footer','','auto'),(11354,'ihaf_insert_body','','auto'),(11505,'wpcode_snippets_errors','a:0:{}','auto'),(11540,'nfd_data_module_version','2.6.2','on'),(11603,'litespeed.conf.__activation','-1','auto'),(11604,'litespeed.purge.queue','-1','auto'),(11605,'litespeed.purge.queue2','-1','auto'),(11609,'litespeed.cloud._summary','{\"curr_request.ver_check\":0,\"last_request.ver_check\":1725279611,\"news.utime\":1724932365,\"curr_request.news\":0,\"last_request.news\":1724932365}','auto'),(11611,'litespeed.conf._version','6.4.1','auto'),(11612,'litespeed.conf.hash','HqNbHVrTOLUhTOttQw2v04kk3BgZIg7H','auto'),(11613,'litespeed.conf.auto_upgrade','','auto'),(11614,'litespeed.conf.api_key','','auto'),(11615,'litespeed.conf.server_ip','','auto'),(11616,'litespeed.conf.guest','','auto'),(11617,'litespeed.conf.guest_optm','','auto'),(11618,'litespeed.conf.news','1','auto'),(11619,'litespeed.conf.guest_uas','[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"spider\",\"PTST\",\"HeadlessChrome\"]','auto'),(11620,'litespeed.conf.guest_ips','[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]','auto'),(11621,'litespeed.conf.cache','1','auto'),(11622,'litespeed.conf.cache-priv','1','auto'),(11623,'litespeed.conf.cache-commenter','1','auto'),(11624,'litespeed.conf.cache-rest','1','auto'),(11625,'litespeed.conf.cache-page_login','1','auto'),(11626,'litespeed.conf.cache-resources','1','auto'),(11627,'litespeed.conf.cache-mobile','','auto'),(11628,'litespeed.conf.cache-mobile_rules','[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]','auto'),(11629,'litespeed.conf.cache-browser','','auto'),(11630,'litespeed.conf.cache-exc_useragents','[]','auto'),(11631,'litespeed.conf.cache-exc_cookies','[]','auto'),(11632,'litespeed.conf.cache-exc_qs','[]','auto'),(11633,'litespeed.conf.cache-exc_cat','[]','auto'),(11634,'litespeed.conf.cache-exc_tag','[]','auto'),(11635,'litespeed.conf.cache-force_uri','[]','auto'),(11636,'litespeed.conf.cache-force_pub_uri','[]','auto'),(11637,'litespeed.conf.cache-priv_uri','[]','auto'),(11638,'litespeed.conf.cache-exc','[]','auto'),(11639,'litespeed.conf.cache-exc_roles','[]','auto'),(11640,'litespeed.conf.cache-drop_qs','[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]','auto'),(11641,'litespeed.conf.cache-ttl_pub','604800','auto'),(11642,'litespeed.conf.cache-ttl_priv','1800','auto'),(11643,'litespeed.conf.cache-ttl_frontpage','604800','auto'),(11644,'litespeed.conf.cache-ttl_feed','604800','auto'),(11645,'litespeed.conf.cache-ttl_rest','604800','auto'),(11646,'litespeed.conf.cache-ttl_browser','31557600','auto'),(11647,'litespeed.conf.cache-ttl_status','[\"404 3600\",\"500 600\"]','auto'),(11648,'litespeed.conf.cache-login_cookie','','auto'),(11649,'litespeed.conf.cache-ajax_ttl','[]','auto'),(11650,'litespeed.conf.cache-vary_cookies','[]','auto'),(11651,'litespeed.conf.cache-vary_group','[]','auto'),(11652,'litespeed.conf.purge-upgrade','1','auto'),(11653,'litespeed.conf.purge-stale','','auto'),(11654,'litespeed.conf.purge-post_all','','auto'),(11655,'litespeed.conf.purge-post_f','1','auto'),(11656,'litespeed.conf.purge-post_h','1','auto'),(11657,'litespeed.conf.purge-post_p','1','auto'),(11658,'litespeed.conf.purge-post_pwrp','1','auto'),(11659,'litespeed.conf.purge-post_a','1','auto'),(11660,'litespeed.conf.purge-post_y','','auto'),(11661,'litespeed.conf.purge-post_m','1','auto'),(11662,'litespeed.conf.purge-post_d','','auto'),(11663,'litespeed.conf.purge-post_t','1','auto'),(11664,'litespeed.conf.purge-post_pt','1','auto'),(11665,'litespeed.conf.purge-timed_urls','[]','auto'),(11666,'litespeed.conf.purge-timed_urls_time','','auto'),(11667,'litespeed.conf.purge-hook_all','[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]','auto'),(11668,'litespeed.conf.esi','','auto'),(11669,'litespeed.conf.esi-cache_admbar','1','auto'),(11670,'litespeed.conf.esi-cache_commform','1','auto'),(11671,'litespeed.conf.esi-nonce','[\"stats_nonce\",\"subscribe_nonce\"]','auto'),(11672,'litespeed.conf.util-instant_click','','auto'),(11673,'litespeed.conf.util-no_https_vary','','auto'),(11674,'litespeed.conf.debug-disable_all','','auto'),(11675,'litespeed.conf.debug','','auto'),(11676,'litespeed.conf.debug-ips','[\"127.0.0.1\"]','auto'),(11677,'litespeed.conf.debug-level','','auto'),(11678,'litespeed.conf.debug-filesize','3','auto'),(11679,'litespeed.conf.debug-cookie','','auto'),(11680,'litespeed.conf.debug-collapse_qs','','auto'),(11681,'litespeed.conf.debug-inc','[]','auto'),(11682,'litespeed.conf.debug-exc','[]','auto'),(11683,'litespeed.conf.debug-exc_strings','[]','auto'),(11684,'litespeed.conf.db_optm-revisions_max','0','auto'),(11685,'litespeed.conf.db_optm-revisions_age','0','auto'),(11686,'litespeed.conf.optm-css_min','1','auto'),(11687,'litespeed.conf.optm-css_comb','1','auto'),(11688,'litespeed.conf.optm-css_comb_ext_inl','1','auto'),(11689,'litespeed.conf.optm-ucss','','auto'),(11690,'litespeed.conf.optm-ucss_inline','','auto'),(11691,'litespeed.conf.optm-ucss_whitelist','[]','auto'),(11692,'litespeed.conf.optm-ucss_file_exc_inline','[]','auto'),(11693,'litespeed.conf.optm-ucss_exc','[]','auto'),(11694,'litespeed.conf.optm-css_exc','[]','auto'),(11695,'litespeed.conf.optm-js_min','1','auto'),(11696,'litespeed.conf.optm-js_comb','1','auto'),(11697,'litespeed.conf.optm-js_comb_ext_inl','1','auto'),(11698,'litespeed.conf.optm-js_delay_inc','[]','auto'),(11699,'litespeed.conf.optm-js_exc','[\"jquery.js\",\"jquery.min.js\"]','auto'),(11700,'litespeed.conf.optm-html_min','1','auto'),(11701,'litespeed.conf.optm-html_lazy','[]','auto'),(11702,'litespeed.conf.optm-html_skip_comment','[]','auto'),(11703,'litespeed.conf.optm-qs_rm','','auto'),(11704,'litespeed.conf.optm-ggfonts_rm','','auto'),(11705,'litespeed.conf.optm-css_async','','auto'),(11706,'litespeed.conf.optm-ccss_per_url','','auto'),(11707,'litespeed.conf.optm-ccss_sep_posttype','[\"page\"]','auto'),(11708,'litespeed.conf.optm-ccss_sep_uri','[]','auto'),(11709,'litespeed.conf.optm-css_async_inline','1','auto'),(11710,'litespeed.conf.optm-css_font_display','','auto'),(11711,'litespeed.conf.optm-js_defer','0','auto'),(11712,'litespeed.conf.optm-emoji_rm','','auto'),(11713,'litespeed.conf.optm-noscript_rm','','auto'),(11714,'litespeed.conf.optm-ggfonts_async','','auto'),(11715,'litespeed.conf.optm-exc_roles','[]','auto'),(11716,'litespeed.conf.optm-ccss_con','','auto'),(11717,'litespeed.conf.optm-js_defer_exc','[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]','auto'),(11718,'litespeed.conf.optm-gm_js_exc','[]','auto'),(11719,'litespeed.conf.optm-dns_prefetch','[]','auto'),(11720,'litespeed.conf.optm-dns_prefetch_ctrl','','auto'),(11721,'litespeed.conf.optm-dns_preconnect','[]','auto'),(11722,'litespeed.conf.optm-exc','[]','auto'),(11723,'litespeed.conf.optm-guest_only','1','auto'),(11724,'litespeed.conf.object','','auto'),(11725,'litespeed.conf.object-kind','','auto'),(11726,'litespeed.conf.object-host','localhost','auto'),(11727,'litespeed.conf.object-port','11211','auto'),(11728,'litespeed.conf.object-life','360','auto'),(11729,'litespeed.conf.object-persistent','1','auto'),(11730,'litespeed.conf.object-admin','1','auto'),(11731,'litespeed.conf.object-transients','1','auto'),(11732,'litespeed.conf.object-db_id','0','auto'),(11733,'litespeed.conf.object-user','','auto'),(11734,'litespeed.conf.object-pswd','','auto'),(11735,'litespeed.conf.object-global_groups','[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]','auto'),(11736,'litespeed.conf.object-non_persistent_groups','[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]','auto'),(11737,'litespeed.conf.discuss-avatar_cache','','auto'),(11738,'litespeed.conf.discuss-avatar_cron','','auto'),(11739,'litespeed.conf.discuss-avatar_cache_ttl','604800','auto'),(11740,'litespeed.conf.optm-localize','','auto'),(11741,'litespeed.conf.optm-localize_domains','[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]','auto'),(11742,'litespeed.conf.media-lazy','1','auto'),(11743,'litespeed.conf.media-lazy_placeholder','','auto'),(11744,'litespeed.conf.media-placeholder_resp','','auto'),(11745,'litespeed.conf.media-placeholder_resp_color','#cfd4db','auto'),(11746,'litespeed.conf.media-placeholder_resp_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>','auto'),(11747,'litespeed.conf.media-lqip','','auto'),(11748,'litespeed.conf.media-lqip_qual','4','auto'),(11749,'litespeed.conf.media-lqip_min_w','150','auto'),(11750,'litespeed.conf.media-lqip_min_h','150','auto'),(11751,'litespeed.conf.media-placeholder_resp_async','1','auto'),(11752,'litespeed.conf.media-iframe_lazy','','auto'),(11753,'litespeed.conf.media-add_missing_sizes','','auto'),(11754,'litespeed.conf.media-lazy_exc','[]','auto'),(11755,'litespeed.conf.media-lazy_cls_exc','[\"wmu-preview-img\"]','auto'),(11756,'litespeed.conf.media-lazy_parent_cls_exc','[]','auto'),(11757,'litespeed.conf.media-iframe_lazy_cls_exc','[]','auto'),(11758,'litespeed.conf.media-iframe_lazy_parent_cls_exc','[]','auto'),(11759,'litespeed.conf.media-lazy_uri_exc','[]','auto'),(11760,'litespeed.conf.media-lqip_exc','[]','auto'),(11761,'litespeed.conf.media-vpi','','auto'),(11762,'litespeed.conf.media-vpi_cron','','auto'),(11763,'litespeed.conf.img_optm-auto','','auto'),(11764,'litespeed.conf.img_optm-cron','1','auto'),(11765,'litespeed.conf.img_optm-ori','1','auto'),(11766,'litespeed.conf.img_optm-rm_bkup','','auto'),(11767,'litespeed.conf.img_optm-webp','','auto'),(11768,'litespeed.conf.img_optm-lossless','','auto'),(11769,'litespeed.conf.img_optm-exif','1','auto'),(11770,'litespeed.conf.img_optm-webp_attr','[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]','auto'),(11771,'litespeed.conf.img_optm-webp_replace_srcset','','auto'),(11772,'litespeed.conf.img_optm-jpg_quality','82','auto'),(11773,'litespeed.conf.crawler','','auto'),(11774,'litespeed.conf.crawler-usleep','500','auto'),(11775,'litespeed.conf.crawler-run_duration','400','auto'),(11776,'litespeed.conf.crawler-run_interval','600','auto'),(11777,'litespeed.conf.crawler-crawl_interval','302400','auto'),(11778,'litespeed.conf.crawler-threads','3','auto'),(11779,'litespeed.conf.crawler-timeout','30','auto'),(11780,'litespeed.conf.crawler-load_limit','1','auto'),(11781,'litespeed.conf.crawler-sitemap','','auto'),(11782,'litespeed.conf.crawler-drop_domain','1','auto'),(11783,'litespeed.conf.crawler-map_timeout','120','auto'),(11784,'litespeed.conf.crawler-roles','[]','auto'),(11785,'litespeed.conf.crawler-cookies','[]','auto'),(11786,'litespeed.conf.misc-heartbeat_front','','auto'),(11787,'litespeed.conf.misc-heartbeat_front_ttl','60','auto'),(11788,'litespeed.conf.misc-heartbeat_back','','auto'),(11789,'litespeed.conf.misc-heartbeat_back_ttl','60','auto'),(11790,'litespeed.conf.misc-heartbeat_editor','','auto'),(11791,'litespeed.conf.misc-heartbeat_editor_ttl','15','auto'),(11792,'litespeed.conf.cdn','','auto'),(11793,'litespeed.conf.cdn-ori','[]','auto'),(11794,'litespeed.conf.cdn-ori_dir','[\"wp-content\",\"wp-includes\"]','auto'),(11795,'litespeed.conf.cdn-exc','[]','auto'),(11796,'litespeed.conf.cdn-quic','','auto'),(11797,'litespeed.conf.cdn-cloudflare','','auto'),(11798,'litespeed.conf.cdn-cloudflare_email','','auto'),(11799,'litespeed.conf.cdn-cloudflare_key','','auto'),(11800,'litespeed.conf.cdn-cloudflare_name','','auto'),(11801,'litespeed.conf.cdn-cloudflare_zone','','auto'),(11802,'litespeed.conf.cdn-mapping','[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]','auto'),(11803,'litespeed.conf.cdn-attr','[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]','auto'),(11804,'litespeed.conf.qc-token','','auto'),(11805,'litespeed.conf.qc-nameservers','','auto'),(12199,'litespeed.gui.lscwp_whm_install','-1','auto'),(12200,'litespeed.gui.dismiss','-1','auto'),(12201,'litespeed.gui._summary','{\"new_version\":1725537162,\"score\":1726141962}','auto'),(12202,'litespeed.data.upgrading','-1','auto'),(12203,'litespeed.admin_display.messages','[\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>Purged all caches successfully.<\\/p><\\/div>\"]','auto'),(12254,'googlesitekit_consent_mode','a:2:{s:7:\"enabled\";b:1;s:7:\"regions\";a:32:{i:0;s:2:\"AT\";i:1;s:2:\"BE\";i:2;s:2:\"BG\";i:3;s:2:\"CH\";i:4;s:2:\"CY\";i:5;s:2:\"CZ\";i:6;s:2:\"DE\";i:7;s:2:\"DK\";i:8;s:2:\"EE\";i:9;s:2:\"ES\";i:10;s:2:\"FI\";i:11;s:2:\"FR\";i:12;s:2:\"GB\";i:13;s:2:\"GR\";i:14;s:2:\"HR\";i:15;s:2:\"HU\";i:16;s:2:\"IE\";i:17;s:2:\"IS\";i:18;s:2:\"IT\";i:19;s:2:\"LI\";i:20;s:2:\"LT\";i:21;s:2:\"LU\";i:22;s:2:\"LV\";i:23;s:2:\"MT\";i:24;s:2:\"NL\";i:25;s:2:\"NO\";i:26;s:2:\"PL\";i:27;s:2:\"PT\";i:28;s:2:\"RO\";i:29;s:2:\"SE\";i:30;s:2:\"SI\";i:31;s:2:\"SK\";}}','auto'),(12276,'googlesitekit_ads_settings','a:4:{s:12:\"conversionID\";s:14:\"AW-16683066632\";s:15:\"paxConversionID\";s:0:\"\";s:13:\"extCustomerID\";s:0:\"\";s:7:\"ownerID\";i:3;}','auto'),(12283,'litespeed.optimize.timestamp_purge_css','1725021954','auto'),(12284,'litespeed.css._summary','[]','auto'),(14232,'endurance_cache_level','3','yes'),(14247,'endurance_cloudflare_enabled','basic','yes'),(14264,'_site_transient_timeout_browser_fe0673f2a48d047b912b27e2a0c02f9f','1725883141','off'),(14265,'_site_transient_browser_fe0673f2a48d047b912b27e2a0c02f9f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"128.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),(14333,'_transient_timeout_wpr_user_information_timeout','1725884426','off'),(14334,'_transient_wpr_user_information_timeout','300','off'),(14337,'_transient_timeout_wp_rocket_customer_data','1726131005','off'),(14338,'_transient_wp_rocket_customer_data','O:8:\"stdClass\":3:{s:15:\"licence_account\";s:8:\"Infinite\";s:18:\"licence_expiration\";s:15:\"January 1, 2030\";s:5:\"class\";s:13:\"wpr-isInvalid\";}','off'),(14349,'_transient_timeout_wpr_dynamic_lists','1725884434','off'),(14350,'_transient_wpr_dynamic_lists','O:8:\"stdClass\":13:{s:28:\"rucss_inline_atts_exclusions\";a:16:{i:0;s:26:\"rocket-lazyload-inline-css\";i:1;s:35:\"divi-style-parent-inline-inline-css\";i:2;s:14:\"gsf-custom-css\";i:3;s:29:\"extra-style-inline-inline-css\";i:4;s:30:\"woodmart-inline-css-inline-css\";i:5;s:30:\"woodmart_shortcodes-custom-css\";i:6;s:29:\"rs-plugin-settings-inline-css\";i:7;s:28:\"divi-style-inline-inline-css\";i:8;s:27:\"tcb-post-list-dynamic-style\";i:9;s:6:\"n2-ss-\";i:10;s:6:\"wpcf7-\";i:11;s:32:\"siteorigin-panels-layouts-footer\";i:12;s:28:\"xstore-inline-css-inline-css\";i:13;s:17:\"assets.reviews.io\";i:14;s:8:\"ezoicCSS\";i:15;s:4:\"stk-\";}s:31:\"rucss_inline_content_exclusions\";a:48:{i:0;s:14:\".wp-container-\";i:1;s:13:\".wp-elements-\";i:2;s:16:\"#wpv-expandable-\";i:3;s:16:\".custom-content-\";i:4;s:5:\"#thb-\";i:5;s:16:\".et_pb_text_dap_\";i:6;s:24:\"#gdlr-core-shape-divider\";i:7;s:8:\"#ultib3-\";i:8;s:10:\".uvc-wrap-\";i:9;s:26:\".jet-listing-dynamic-post-\";i:10;s:6:\".vcex_\";i:11;s:20:\".wprm-advanced-list-\";i:12;s:9:\".adsslot_\";i:13;s:7:\".jnews_\";i:14;s:21:\".cp-info-bar.content-\";i:15;s:16:\"#stockie-custom-\";i:16;s:13:\"#ohio-custom-\";i:17;s:5:\".uid-\";i:18;s:15:\"#wpfMainWrapper\";i:19;s:7:\"#penci_\";i:20;s:7:\"#penci-\";i:21;s:7:\".wpbs_s\";i:22;s:8:\"#apcore_\";i:23;s:8:\"#apress_\";i:24;s:6:\"#zolo_\";i:25;s:30:\".extended-products-grid#style-\";i:26;s:27:\".preloader#style-preloader-\";i:27;s:16:\".thegem-heading-\";i:28;s:15:\".thegem-button-\";i:29;s:15:\".thegem-custom-\";i:30;s:14:\".thegem-popup-\";i:31;s:9:\"#pattern-\";i:32;s:20:\"#thegem-video-frame-\";i:33;s:8:\"#thegem-\";i:34;s:14:\".qwery_inline_\";i:35;s:19:\".dcgd_submit_button\";i:36;s:8:\".irs-bar\";i:37;s:14:\".gallery-grid-\";i:38;s:13:\".cmplz-hidden\";i:39;s:13:\"#sqbquizouter\";i:40;s:19:\"#start_sqbquizouter\";i:41;s:13:\".flo-header--\";i:42;s:19:\".trx_addons_inline_\";i:43;s:21:\".wpp-cardview-compact\";i:44;s:13:\".e-loop-item-\";i:45;s:26:\".tiered-pricing-plain-text\";i:46;s:26:\".vc_cta3_content-container\";i:47;s:21:\".vc_btn-gradient-btn-\";}s:26:\"defer_js_inline_exclusions\";a:10:{i:0;s:16:\"DOMContentLoaded\";i:1;s:14:\"document.write\";i:2;s:22:\"window.lazyLoadOptions\";i:3;s:5:\"N.N2_\";i:4;s:18:\"rev_slider_wrapper\";i:5;s:18:\"FB3D_CLIENT_LOCALE\";i:6;s:19:\"ewww_webp_supported\";i:7;s:21:\"anr_captcha_field_div\";i:8;s:24:\"renderInvisibleReCaptcha\";i:9;s:17:\"bookingInProgress\";}s:28:\"defer_js_external_exclusions\";a:37:{i:0;s:15:\"gist.github.com\";i:1;s:22:\"content.jwplatform.com\";i:2;s:14:\"js.hsforms.net\";i:3;s:16:\"www.uplaunch.com\";i:4;s:20:\"google.com/recaptcha\";i:5;s:20:\"widget.reviews.co.uk\";i:6;s:29:\"verify.authorize.net/anetseal\";i:7;s:43:\"lib/admin/assets/lib/webfont/webfont.min.js\";i:8;s:18:\"app.mailerlite.com\";i:9;s:17:\"widget.reviews.io\";i:10;s:35:\"simplybook.(.*)/v2/widget/widget.js\";i:11;s:32:\"/wp-includes/js/dist/i18n.min.js\";i:12;s:79:\"/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar(.*).js\";i:13;s:64:\"/wp-content/plugins/oxygen/component-framework/vendor/aos/aos.js\";i:14;s:70:\"/wp-content/plugins/ewww-image-optimizer/includes/check-webp(.min)?.js\";i:15;s:34:\"static.mailerlite.com/data/(.*).js\";i:16;s:37:\"cdn.voxpow.com/static/libs/v1/(.*).js\";i:17;s:40:\"cdn.voxpow.com/media/trackers/js/(.*).js\";i:18;s:15:\"use.typekit.net\";i:19;s:15:\"www.idxhome.com\";i:20;s:44:\"/wp-includes/js/dist/vendor/lodash(.min)?.js\";i:21;s:40:\"/wp-includes/js/dist/api-fetch(.min)?.js\";i:22;s:35:\"/wp-includes/js/dist/i18n(.min)?.js\";i:23;s:49:\"/wp-includes/js/dist/vendor/wp-polyfill(.min)?.js\";i:24;s:34:\"/wp-includes/js/dist/url(.min)?.js\";i:25;s:36:\"/wp-includes/js/dist/hooks(.min)?.js\";i:26;s:21:\"www.paypal.com/sdk/js\";i:27;s:18:\"js-eu1.hsforms.net\";i:28;s:18:\"yanovis.Voucher.js\";i:29;s:76:\"/carousel-upsells-and-related-product-for-woocommerce/assets/js/glide.min.js\";i:30;s:15:\"use.typekit.com\";i:31;s:39:\"/artale/modules/kirki/assets/webfont.js\";i:32;s:21:\"/api/scripts/lb_cs.js\";i:33;s:27:\"js.hscta.net/cta/current.js\";i:34;s:16:\"widget.refari.co\";i:35;s:20:\"player.vdocipher.com\";i:36;s:60:\"/wp-content/plugins/wp-rocket/assets/js/lcp-beacon(.min)?.js\";}s:19:\"delay_js_exclusions\";a:71:{i:0;s:10:\"nowprocket\";i:1;s:31:\"/wp-includes/js/wp-embed.min.js\";i:2;s:15:\"lazyLoadOptions\";i:3;s:13:\"lazyLoadThumb\";i:4;s:33:\"wp-rocket/assets/js/lazyload/(.*)\";i:5;s:30:\"et_core_page_resource_fallback\";i:6;s:25:\"window.\\$us === undefined\";i:7;s:8:\"js-extra\";i:8;s:20:\"fusionNavIsCollapsed\";i:9;s:26:\"/assets/js/smush-lazy-load\";i:10;s:13:\"eio_lazy_vars\";i:11;s:34:\"\\/lazysizes(\\.min|-pre|-post)?\\.js\";i:12;s:44:\"document\\.body\\.classList\\.remove\\(\"no-js\"\\)\";i:13;s:64:\"document\\.documentElement\\.className\\.replace\\( \'no-js\', \'js\' \\)\";i:14;s:17:\"et_animation_data\";i:15;s:16:\"wpforms_settings\";i:16;s:11:\"var nfForms\";i:17;s:14:\"//stats.wp.com\";i:18;s:9:\"_stq.push\";i:19;s:29:\"fluent_form_ff_form_instance_\";i:20;s:9:\"cpLoadCSS\";i:21;s:13:\"ninja_column_\";i:22;s:16:\"var rbs_gallery_\";i:23;s:12:\"var lepopup_\";i:24;s:28:\"var billing_additional_field\";i:25;s:10:\"var gtm4wp\";i:26;s:21:\"var dataLayer_content\";i:27;s:54:\"/ewww-image-optimizer/includes/load[_-]webp(\\.min)?.js\";i:28;s:52:\"/ewww-image-optimizer/includes/check-webp(\\.min)?.js\";i:29;s:19:\"ewww_webp_supported\";i:30;s:32:\"/dist/js/browser-redirect/app.js\";i:31;s:31:\"/perfmatters/js/lazyload.min.js\";i:32;s:16:\"lazyLoadInstance\";i:33;s:27:\"scripts.mediavine.com/tags/\";i:34;s:17:\"initCubePortfolio\";i:35;s:9:\"simpli.fi\";i:36;s:17:\"gforms_recaptcha_\";i:37;s:57:\"/jetpack-boost/vendor/automattic/jetpack-lazy-images/(.*)\";i:38;s:30:\"jetpack-lazy-images-js-enabled\";i:39;s:26:\"jetpack-boost-critical-css\";i:40;s:24:\"wpformsRecaptchaCallback\";i:41;s:20:\"booking-suedtirol-js\";i:42;s:26:\"wpcp_css_disable_selection\";i:43;s:41:\"/gravityforms/js/conditional_logic.min.js\";i:44;s:34:\"statcounter.com/counter/counter.js\";i:45;s:14:\"var sc_project\";i:46;s:59:\"/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/(.*)\";i:47;s:55:\"/themify-builder/themify/js/modules/fallback(\\.min)?.js\";i:48;s:16:\"handlePixMessage\";i:49;s:16:\"var corner_video\";i:50;s:26:\"cdn.pixfuture.com/hb_v2.js\";i:51;s:25:\"cdn.pixfuture.com/pbix.js\";i:52;s:43:\"served-by.pixfuture.com/www/delivery/ads.js\";i:53;s:64:\"served-by.pixfuture.com/www/delivery/headerbid_sticky_refresh.js\";i:54;s:35:\"serv-vdo.pixfuture.com/vpaid/ads.js\";i:55;s:14:\"wprRemoveCPCSS\";i:56;s:19:\"window.jdgmSettings\";i:57;s:67:\"/photonic/include/js/front-end/nomodule/photonic-baguettebox.min.js\";i:58;s:52:\"/photonic/include/ext/baguettebox/baguettebox.min.js\";i:59;s:27:\"window.wsf_form_json_config\";i:60;s:20:\"et_link_options_data\";i:61;s:19:\"FuseboxPlayerAPIKey\";i:62;s:27:\"js.hscta.net/cta/current.js\";i:63;s:14:\"hbspt.cta.load\";i:64;s:27:\"consent.cookiebot.com/uc.js\";i:65;s:53:\"/woofilter-pro/woofilterpro/js/ion.rangeSlider.min.js\";i:66;s:21:\"barra.r7.com/barra.js\";i:67;s:26:\"rocket_css_lazyload_launch\";i:68;s:16:\"#wpr-lazyload-bg\";i:69;s:60:\"/wp-content/plugins/wp-rocket/assets/js/lcp-beacon(.min)?.js\";i:70;s:15:\"rocket_lcp_data\";}s:18:\"js_minify_external\";a:126:{i:0;s:8:\"html5.js\";i:1;s:11:\"show_ads.js\";i:2;s:14:\"histats.com/js\";i:3;s:21:\"ws.amazon.com/widgets\";i:4;s:5:\"/ads/\";i:5;s:17:\"intensedebate.com\";i:6;s:20:\"scripts.chitika.net/\";i:7;s:12:\"jotform.com/\";i:8;s:15:\"gist.github.com\";i:9;s:16:\"forms.aweber.com\";i:10;s:21:\"video.unrulymedia.com\";i:11;s:12:\"stats.wp.com\";i:12;s:19:\"stats.wordpress.com\";i:13;s:23:\"widget.rafflecopter.com\";i:14;s:29:\"widget-prime.rafflecopter.com\";i:15;s:23:\"releases.flowplayer.org\";i:16;s:13:\"c.ad6media.fr\";i:17;s:19:\"cdn.stickyadstv.com\";i:18;s:12:\"www.smava.de\";i:19;s:20:\"contextual.media.net\";i:20;s:19:\"app.getresponse.com\";i:21;s:24:\"adserver.reklamstore.com\";i:22;s:9:\"s0.wp.com\";i:23;s:16:\"wprp.zemanta.com\";i:24;s:21:\"files.bannersnack.com\";i:25;s:22:\"smarticon.geotrust.com\";i:26;s:11:\"js.gleam.io\";i:27;s:25:\"ir-na.amazon-adsystem.com\";i:28;s:19:\"web.ventunotech.com\";i:29;s:20:\"verify.authorize.net\";i:30;s:21:\"ads.themoneytizer.com\";i:31;s:20:\"embed.finanzcheck.de\";i:32;s:20:\"imagesrv.adition.com\";i:33;s:15:\"js.juicyads.com\";i:34;s:18:\"form.jotformeu.com\";i:35;s:15:\"speakerdeck.com\";i:36;s:22:\"content.jwplatform.com\";i:37;s:24:\"ads.investingchannel.com\";i:38;s:13:\"app.ecwid.com\";i:39;s:20:\"www.industriejobs.de\";i:40;s:14:\"s.gravatar.com\";i:41;s:21:\"googlesyndication.com\";i:42;s:13:\"a.optmstr.com\";i:43;s:14:\"a.optmnstr.com\";i:44;s:13:\"a.opmnstr.com\";i:45;s:12:\"adthrive.com\";i:46;s:13:\"mediavine.com\";i:47;s:14:\"js.hsforms.net\";i:48;s:20:\"googleadservices.com\";i:49;s:16:\"f.convertkit.com\";i:50;s:16:\"recaptcha/api.js\";i:51;s:12:\"mailmunch.co\";i:52;s:20:\"apps.shareaholic.com\";i:53;s:28:\"dsms0mj1bbhn4.cloudfront.net\";i:54;s:12:\"nutrifox.com\";i:55;s:13:\"code.tidio.co\";i:56;s:16:\"www.uplaunch.com\";i:57;s:24:\"widget.reviewability.com\";i:58;s:36:\"embed-cdn.gettyimages.com/widgets.js\";i:59;s:18:\"app.mailerlite.com\";i:60;s:7:\"ck.page\";i:61;s:28:\"cdn.jsdelivr.net/gh/AmauriC/\";i:62;s:39:\"static.klaviyo.com/onsite/js/klaviyo.js\";i:63;s:32:\"a.omappapi.com/app/js/api.min.js\";i:64;s:19:\"static.zdassets.com\";i:65;s:58:\"feedbackcompany.com/widgets/feedback-company-widget.min.js\";i:66;s:17:\"widget.gleamjs.io\";i:67;s:14:\"phonewagon.com\";i:68;s:35:\"simplybook.asia/v2/widget/widget.js\";i:69;s:33:\"simplybook.it/v2/widget/widget.js\";i:70;s:33:\"simplybook.me/v2/widget/widget.js\";i:71;s:48:\"static.botsrv.com/website/js/widget2.36cf1446.js\";i:72;s:27:\"static.mailerlite.com/data/\";i:73;s:14:\"cdn.voxpow.com\";i:74;s:16:\"loader.knack.com\";i:75;s:46:\"embed.lpcontent.net/leadboxes/current/embed.js\";i:76;s:52:\"cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js\";i:77;s:21:\"cse.google.com/cse.js\";i:78;s:19:\"kit.fontawesome.com\";i:79;s:51:\"cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js\";i:80;s:46:\"static.leadpages.net/leadbars/current/embed.js\";i:81;s:27:\"booqable.com/v2/booqable.js\";i:82;s:18:\"googleoptimize.com\";i:83;s:52:\"cdna.hubpeople.com/js/widget_standalone_two_modes.js\";i:84;s:18:\"s3.tradingview.com\";i:85;s:26:\"www.vbt.io/ext/vbtforms.js\";i:86;s:16:\"cdn.callrail.com\";i:87;s:40:\"documentcloud.adobe.com/view-sdk/main.js\";i:88;s:21:\"static.cleverpush.com\";i:89;s:15:\"js.afterpay.com\";i:90;s:33:\"cdn.enable.co.il/licenses/enable-\";i:91;s:21:\"hcaptcha.com/1/api.js\";i:92;s:46:\"voucher.getavo.it/public/js/yanovis.Voucher.js\";i:93;s:18:\"js-eu1.hsforms.net\";i:94;s:34:\"statcounter.com/counter/counter.js\";i:95;s:11:\"snapppt.com\";i:96;s:15:\"use.typekit.com\";i:97;s:35:\"secure.gravatar.com/js/gprofiles.js\";i:98;s:32:\"cdn.jsdelivr.net/npm/hockeystack\";i:99;s:22:\"widget.prod.faslet.net\";i:100;s:31:\"ga.getresponse.com/script/ga.js\";i:101;s:16:\"cognitoforms.com\";i:102;s:15:\"usercentrics.eu\";i:103;s:16:\"cdn.amcharts.com\";i:104;s:5:\"umami\";i:105;s:20:\"cdn.popt.in/pixel.js\";i:106;s:9:\"m2d.m2.ai\";i:107;s:11:\"pubguru.net\";i:108;s:13:\"trustindex.io\";i:109;s:37:\"cdnjs.cloudflare.com/ajax/libs/prism/\";i:110;s:25:\"podigee-podcast-player.js\";i:111;s:24:\"tarteaucitron.io/load.js\";i:112;s:29:\"osm.klarnaservices.com/lib.js\";i:113;s:25:\"mein.clickskeks.at/app.js\";i:114;s:21:\"barra.r7.com/barra.js\";i:115;s:16:\"widget.refari.co\";i:116;s:20:\"widget.reviews.co.uk\";i:117;s:20:\"player.vdocipher.com\";i:118;s:26:\"www.instagram.com/embed.js\";i:119;s:13:\"smartframe.io\";i:120;s:36:\"challenges.cloudflare.com/turnstile/\";i:121;s:20:\"script.roboassist.ai\";i:122;s:16:\"cdn.hu-manity.co\";i:123;s:56:\"daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js\";i:124;s:27:\"consent.cookiebot.com/uc.js\";i:125;s:23:\"umstats.tools.coolw.xyz\";}s:21:\"js_move_after_combine\";a:106:{i:0;s:15:\"map_fusion_map_\";i:1;s:13:\"ec:addProduct\";i:2;s:16:\"ec:addImpression\";i:3;s:30:\"clear_better_facebook_comments\";i:4;s:29:\"vc-row-destroy-equal-heights-\";i:5;s:14:\"dfd-icon-list-\";i:6;s:12:\"SFM_template\";i:7;s:14:\"WLTChangeState\";i:8;s:9:\"wlt_star_\";i:9;s:17:\"wlt_pop_distance_\";i:10;s:14:\"smart_list_tip\";i:11;s:12:\"gd-wgt-pagi-\";i:12;s:11:\"data-rf-id=\";i:13;s:7:\"tvc_po=\";i:14;s:10:\"scrapeazon\";i:15;s:10:\"startclock\";i:16;s:22:\"it_logo_field_owl-box_\";i:17;s:15:\"td_live_css_uid\";i:18;s:17:\"wpvl_paramReplace\";i:19;s:11:\"tdAjaxCount\";i:20;s:9:\"mec_skin_\";i:21;s:4:\"_wca\";i:22;s:8:\"_taboola\";i:23;s:17:\"fbq(\'trackCustom\'\";i:24;s:11:\"fbq(\'track\'\";i:25;s:10:\"data.token\";i:26;s:7:\"sharrre\";i:27;s:19:\"dfads_ajax_load_ads\";i:28;s:13:\"tie_postviews\";i:29;s:10:\"wmp_update\";i:30;s:18:\"h5ab-print-article\";i:31;s:17:\"gform_ajax_frame_\";i:32;s:17:\"gform_post_render\";i:33;s:14:\"mts_view_count\";i:34;s:15:\"act_css_tooltip\";i:35;s:10:\"window.SLB\";i:36;s:14:\"wpt_view_count\";i:37;s:11:\"var dateNow\";i:38;s:16:\"gallery_product_\";i:39;s:21:\".flo-block-slideshow-\";i:40;s:17:\"data=\'api-key=ct-\";i:41;s:20:\"ip_common_function()\";i:42;s:31:\"(\"style#gsf-custom-css\").append\";i:43;s:22:\"a3revWCDynamicGallery_\";i:44;s:24:\"#owl-carousel-instagram-\";i:45;s:19:\"window.FlowFlowOpts\";i:46;s:16:\"jQuery(\'.td_uid_\";i:47;s:16:\"jQuery(\".slider-\";i:48;s:18:\"#dfd-vcard-widget-\";i:49;s:21:\"#sf-instagram-widget-\";i:50;s:18:\".woocommerce-tabs-\";i:51;s:16:\"penci_megamenu__\";i:52;s:18:\"vc_prepareHoverBox\";i:53;s:16:\"wp-temp-form-div\";i:54;s:25:\"_wswebinarsystem_already_\";i:55;s:23:\"#views-extra-css\").text\";i:56;s:20:\"fusetag.setTargeting\";i:57;s:20:\"hit.uptrendsdata.com\";i:58;s:27:\"callback:window.renderBadge\";i:59;s:29:\"test_run_nf_conditional_logic\";i:60;s:9:\"cb_nombre\";i:61;s:12:\"$(\'.fl-node-\";i:62;s:24:\"function($){google_maps_\";i:63;s:14:\"$(\"#myCarousel\";i:64;s:18:\"et_animation_data=\";i:65;s:13:\"current_url=\"\";i:66;s:44:\"CustomEvent.prototype=window.Event.prototype\";i:67;s:26:\"electro-wc-product-gallery\";i:68;s:14:\"woof_is_mobile\";i:69;s:20:\"jQuery(\'.videonextup\";i:70;s:10:\"wpp_params\";i:71;s:24:\"us.templateDirectoryUri=\";i:72;s:17:\".fat-gallery-item\";i:73;s:10:\".ratingbox\";i:74;s:33:\"user_rating.prototype.eraseCookie\";i:75;s:23:\"test_run_nf_conditional\";i:76;s:26:\"dpsp-networks-btns-wrapper\";i:77;s:19:\"pa_woo_product_info\";i:78;s:35:\"sharing_enabled_on_post_via_metabox\";i:79;s:22:\"#product-search-field-\";i:80;s:19:\"GOTMLS_login_offset\";i:81;s:40:\"berocket_aapf_time_to_fix_products_style\";i:82;s:27:\"window.vc_googleMapsPointer\";i:83;s:8:\"sinceID_\";i:84;s:31:\"#ut-background-video-ut-section\";i:85;s:26:\"+window.comment_tab_width+\";i:86;s:19:\"dfd-button-hover-in\";i:87;s:21:\"wpseo-address-wrapper\";i:88;s:24:\"platform.stumbleupon.com\";i:89;s:27:\"#woo_pp_ec_button_mini_cart\";i:90;s:14:\"#supercarousel\";i:91;s:10:\"blockClass\";i:92;s:11:\"tdbMenuItem\";i:93;s:13:\"tdbSearchItem\";i:94;s:17:\"best_seller_badge\";i:95;s:24:\"jQuery(\'#product-top-bar\";i:96;s:8:\"fb_desc-\";i:97;s:21:\"FC_regenerate_captcha\";i:98;s:34:\"wp_post_blocks_vars.listed_posts=[\";i:99;s:12:\"captcha-hash\";i:100;s:9:\"mapdata={\";i:101;s:11:\".ywpc-char-\";i:102;s:17:\").countdowntimer(\";i:103;s:16:\"jQuery(\"#td_uid_\";i:104;s:14:\"find(\'#td_uid_\";i:105;s:22:\"variation_estimate_msg\";}s:18:\"js_excluded_inline\";a:315:{i:0;s:14:\"document.write\";i:1;s:9:\"google_ad\";i:2;s:9:\"edToolbar\";i:3;s:4:\"gtag\";i:4;s:9:\"_gaq.push\";i:5;s:5:\"_gaLt\";i:6;s:21:\"GoogleAnalyticsObject\";i:7;s:17:\"syntaxhighlighter\";i:8;s:11:\"adsbygoogle\";i:9;s:7:\"ci_cap_\";i:10;s:4:\"_stq\";i:11;s:5:\"nonce\";i:12;s:7:\"post_id\";i:13;s:8:\"LogHuman\";i:14;s:15:\"idcomments_acct\";i:15;s:9:\"ch_client\";i:16;s:11:\"sc_online_t\";i:17;s:4:\"_stq\";i:18;s:17:\"bannersnack_embed\";i:19;s:15:\"vtn_player_type\";i:20;s:13:\"ven_video_key\";i:21;s:15:\"ANS_customer_id\";i:22;s:7:\"tdBlock\";i:23;s:12:\"tdLocalCache\";i:24;s:11:\"wpRestNonce\";i:25;s:6:\"\"url\":\";i:26;s:15:\"lazyLoadOptions\";i:27;s:8:\"adthrive\";i:28;s:7:\"loadCSS\";i:29;s:17:\"google_tag_params\";i:30;s:13:\"clicky_custom\";i:31;s:15:\"clicky_site_ids\";i:32;s:14:\"NSLPopupCenter\";i:33;s:4:\"_paq\";i:34;s:3:\"gtm\";i:35;s:9:\"dataLayer\";i:36;s:13:\"RecaptchaLoad\";i:37;s:20:\"WPCOM_sharing_counts\";i:38;s:22:\"jetpack_remote_comment\";i:39;s:15:\"subscribe-field\";i:40;s:9:\"contextly\";i:41;s:7:\"_mmunch\";i:42;s:14:\"gt_request_uri\";i:43;s:12:\"doGTranslate\";i:44;s:8:\"docTitle\";i:45;s:17:\"bs_ajax_paginate_\";i:46;s:20:\"bs_deferred_loading_\";i:47;s:22:\"theChampRedirectionUrl\";i:48;s:20:\"theChampFBCommentUrl\";i:49;s:23:\"theChampTwitterRedirect\";i:50;s:25:\"theChampRegRedirectionUrl\";i:51;s:14:\"ESSB_CACHE_URL\";i:52;s:30:\"oneall_social_login_providers_\";i:53;s:22:\"betterads_screen_width\";i:54;s:40:\"woocommerce_wishlist_add_to_wishlist_url\";i:55;s:21:\"arf_conditional_logic\";i:56;s:27:\"heateorSsHorSharingShortUrl\";i:57;s:8:\"TL_Const\";i:58;s:23:\"bimber_front_microshare\";i:59;s:17:\"setAttribute(\"id\"\";i:60;s:18:\"setAttribute( \"id\"\";i:61;s:14:\"TribeEventsPro\";i:62;s:14:\"peepsotimedata\";i:63;s:9:\"wphc_data\";i:64;s:10:\"hc_rand_id\";i:65;s:7:\"RBL_ADD\";i:66;s:18:\"AfsAnalyticsObject\";i:67;s:18:\"_thriveCurrentPost\";i:68;s:13:\"esc_login_url\";i:69;s:18:\"fwduvpMainPlaylist\";i:70;s:26:\"Bibblio.initRelatedContent\";i:71;s:9:\"showUFC()\";i:72;s:8:\"#iphorm-\";i:73;s:7:\"#fancy-\";i:74;s:13:\"ult-carousel-\";i:75;s:17:\"theChampLJAuthUrl\";i:76;s:6:\"f._fbq\";i:77;s:10:\"Insticator\";i:78;s:15:\"w2dc_js_objects\";i:79;s:11:\"cherry_ajax\";i:80;s:9:\"ad_block_\";i:81;s:23:\"elementorFrontendConfig\";i:82;s:5:\"zeen_\";i:83;s:16:\"disqusIdentifier\";i:84;s:14:\"currentAjaxUrl\";i:85;s:27:\"geodir_event_call_calendar_\";i:86;s:8:\"atatags-\";i:87;s:18:\"hbspt.forms.create\";i:88;s:19:\"function(c,h,i,m,p)\";i:89;s:11:\"dataTable({\";i:90;s:12:\"rankMath = {\";i:91;s:10:\"_atrk_opts\";i:92;s:16:\"quicklinkOptions\";i:93;s:11:\"ct_checkjs_\";i:94;s:18:\"WP_Statistics_http\";i:95;s:12:\"penci_block_\";i:96;s:15:\"omapi_localized\";i:97;s:10:\"omapi_data\";i:98;s:15:\"OptinMonsterApp\";i:99;s:9:\"tminusnow\";i:100;s:7:\"nfForms\";i:101;s:18:\"galleries.gallery_\";i:102;s:14:\"wcj_evt.prodID\";i:103;s:19:\"advads_tracking_ads\";i:104;s:28:\"advadsGATracking.postContext\";i:105;s:14:\"woopack_config\";i:106;s:14:\"ulp_content_id\";i:107;s:26:\"wp-cumulus/tagcloud.swf?r=\";i:108;s:24:\"ctSetCookie(\'ct_checkjs\'\";i:109;s:20:\"woof_really_curr_tax\";i:110;s:17:\"uLogin.customInit\";i:111;s:32:\"i18n_no_matching_variations_text\";i:112;s:22:\"alsp_map_markers_attrs\";i:113;s:13:\"var inc_opt =\";i:114;s:13:\"iworks_upprev\";i:115;s:19:\"yith_wcevti_tickets\";i:116;s:27:\"window.metrilo.ensure_cbuid\";i:117;s:13:\"metrilo.event\";i:118;s:19:\"wordpress_page_root\";i:119;s:9:\"wcct_info\";i:120;s:20:\"Springbot.product_id\";i:121;s:17:\"pysWooProductData\";i:122;s:11:\"dfd-heading\";i:123;s:8:\"owl=$(\"#\";i:124;s:14:\"penci_megamenu\";i:125;s:12:\"fts_security\";i:126;s:19:\"algoliaAutocomplete\";i:127;s:22:\"avia_framework_globals\";i:128;s:23:\"tabs.easyResponsiveTabs\";i:129;s:20:\"searchlocationHeader\";i:130;s:16:\"yithautocomplete\";i:131;s:19:\"data-parallax-speed\";i:132;s:14:\"currency_data=\";i:133;s:11:\"cedexisData\";i:134;s:23:\"function reenableButton\";i:135;s:12:\"#wpnbio-show\";i:136;s:29:\"e.Newsletter2GoTrackingObject\";i:137;s:15:\"var categories_\";i:138;s:14:\"\"+nRemaining+\"\";i:139;s:20:\"cartsguru_cart_token\";i:140;s:21:\"after_share_easyoptin\";i:141;s:18:\"location_data.push\";i:142;s:30:\"thirstyFunctions.isThirstyLink\";i:143;s:23:\"styles: \' #custom-menu-\";i:144;s:20:\"function svc_center_\";i:145;s:25:\"#svc_carousel2_container_\";i:146;s:11:\"advads.move\";i:147;s:9:\"elementid\";i:148;s:14:\"advads_has_ads\";i:149;s:14:\"wpseo_map_init\";i:150;s:20:\"mdf_current_page_url\";i:151;s:12:\"tptn_tracker\";i:152;s:20:\"dpsp_pin_button_data\";i:153;s:27:\"searchwp_live_search_params\";i:154;s:10:\"wpp_params\";i:155;s:21:\"top.location,thispage\";i:156;s:18:\"selection+pagelink\";i:157;s:20:\"ic_window_resolution\";i:158;s:11:\"PHP.wp_p_id\";i:159;s:29:\"ShopifyBuy.UI.onReady(client)\";i:160;s:16:\"orig_request_uri\";i:161;s:16:\"gie.widgets.load\";i:162;s:11:\"Adman.Flash\";i:163;s:11:\"PHP.wp_p_id\";i:164;s:26:\"window.broadstreetKeywords\";i:165;s:15:\"var productId =\";i:166;s:16:\"var flatsomeVars\";i:167;s:21:\"wc_product_block_data\";i:168;s:21:\"static.mailerlite.com\";i:169;s:10:\"amzn_assoc\";i:170;s:22:\"_bs_getParameterByName\";i:171;s:9:\"_stq.push\";i:172;s:9:\"h._remove\";i:173;s:16:\"var FlowFlowOpts\";i:174;s:14:\"var WCPFData =\";i:175;s:14:\"var _beeketing\";i:176;s:16:\"var _statcounter\";i:177;s:13:\"var actions =\";i:178;s:15:\"var current_url\";i:179;s:15:\"var object_name\";i:180;s:19:\"var the_ajax_script\";i:181;s:28:\"var wc_cart_fragments_params\";i:182;s:22:\"var woocommerce_params\";i:183;s:16:\"var wpml_cookies\";i:184;s:21:\"wc_add_to_cart_params\";i:185;s:26:\"window.broadstreetKeywords\";i:186;s:35:\"window.wc_ga_pro.available_gateways\";i:187;s:12:\"xa.prototype\";i:188;s:21:\"HOUZEZ_ajaxcalls_vars\";i:189;s:17:\"w2dc_maps_objects\";i:190;s:26:\"w2dc_controller_args_array\";i:191;s:22:\"w2dc_map_markers_attrs\";i:192;s:9:\"YT.Player\";i:193;s:9:\"WPFC.data\";i:194;s:23:\"function current_video_\";i:195;s:12:\"var videodiv\";i:196;s:22:\"var slider_wppasrotate\";i:197;s:8:\"wppas_ga\";i:198;s:14:\"var blockClass\";i:199;s:13:\"tarteaucitron\";i:200;s:21:\"pw_brand_product_list\";i:201;s:15:\"tminusCountDown\";i:202;s:23:\"pysWooSelectContentData\";i:203;s:13:\"wpvq_ans89733\";i:204;s:12:\"_isp_version\";i:205;s:16:\"price_range_data\";i:206;s:29:\"window.FeedbackCompanyWidgets\";i:207;s:22:\"woocs_current_currency\";i:208;s:30:\"woo_variation_swatches_options\";i:209;s:31:\"woocommerce_price_slider_params\";i:210;s:12:\"scriptParams\";i:211;s:19:\"form-adv-pagination\";i:212;s:23:\"borlabsCookiePrioritize\";i:213;s:21:\"urls_wpwidgetpolylang\";i:214;s:14:\"quickViewNonce\";i:215;s:22:\"frontendscripts_params\";i:216;s:21:\"nj-facebook-messenger\";i:217;s:20:\"var fb_mess_position\";i:218;s:36:\"init_particles_row_background_script\";i:219;s:15:\"setREVStartSize\";i:220;s:7:\"fl-node\";i:221;s:11:\"PPAccordion\";i:222;s:10:\"soliloquy_\";i:223;s:25:\"wprevpublicjs_script_vars\";i:224;s:19:\"DTGS_NONCE_FRONTEND\";i:225;s:17:\"et_animation_data\";i:226;s:17:\"archives-dropdown\";i:227;s:15:\"loftloaderCache\";i:228;s:17:\"SmartSliderSimple\";i:229;s:14:\"var nectarLove\";i:230;s:10:\"var incOpt\";i:231;s:33:\"RocketBrowserCompatibilityChecker\";i:232;s:24:\"RocketPreloadLinksConfig\";i:233;s:18:\"placementVersionId\";i:234;s:11:\"var useEdit\";i:235;s:23:\"var DTGS_NONCE_FRONTEND\";i:236;s:8:\"n2jQuery\";i:237;s:26:\"et_core_api_spam_recaptcha\";i:238;s:6:\"cnArgs\";i:239;s:14:\"__CF$cv$params\";i:240;s:17:\"trustbox_settings\";i:241;s:5:\"aepro\";i:242;s:10:\"cdn.jst.ai\";i:243;s:25:\"w2dc_fields_in_categories\";i:244;s:21:\"jetMenuPublicSettings\";i:245;s:17:\"JetTricksSettings\";i:246;s:10:\"aepc_pixel\";i:247;s:20:\"avadaWooCommerceVars\";i:248;s:7:\"var isb\";i:249;s:9:\"fcaPcPost\";i:250;s:10:\"csrf_token\";i:251;s:24:\"icwp_wpsf_vars_lpantibot\";i:252;s:11:\"wpvViewHead\";i:253;s:16:\"ed_school_plugin\";i:254;s:9:\"aps_comp_\";i:255;s:11:\"guaven_woos\";i:256;s:16:\"__lm_redirect_to\";i:257;s:17:\"__wpdm_view_count\";i:258;s:23:\"bookacti.booking_system\";i:259;s:10:\"nfFrontEnd\";i:260;s:20:\"view_quote_cart_link\";i:261;s:19:\"__eae_decode_emails\";i:262;s:20:\"divioverlays_ajaxurl\";i:263;s:10:\"var _EPYT_\";i:264;s:13:\"#ins-heading-\";i:265;s:12:\"#ins-button-\";i:266;s:20:\"tve_frontend_options\";i:267;s:8:\"lb24.src\";i:268;s:24:\"amazon_Login_accessToken\";i:269;s:21:\"porto_infinite_scroll\";i:270;s:14:\".adace-loader-\";i:271;s:11:\"adace_load_\";i:272;s:41:\"tagGroupsAccordiontaggroupscloudaccordion\";i:273;s:31:\"tagGroupsTabstaggroupscloudtabs\";i:274;s:16:\"jrRelatedWidgets\";i:275;s:14:\"UNCODE.initRow\";i:276;s:28:\"amp_mobile_redirect_disabled\";i:277;s:11:\"wpgdprcData\";i:278;s:28:\"wpml_browser_redirect_params\";i:279;s:13:\"swPreRegister\";i:280;s:15:\"kboard_settings\";i:281;s:23:\"ct_ultimate_gdpr_cookie\";i:282;s:23:\"wcpv_registration_local\";i:283;s:15:\"www.idxhome.com\";i:284;s:24:\"arf_footer_cl_logic_call\";i:285;s:23:\"reload_attached_coupons\";i:286;s:8:\"var ftpp\";i:287;s:15:\"forminatorFront\";i:288;s:6:\"_EPYT_\";i:289;s:23:\"edd_free_downloads_vars\";i:290;s:15:\"edd_stripe_vars\";i:291;s:7:\"var ASP\";i:292;s:18:\"ecwidOriginalTitle\";i:293;s:17:\"defaultCategoryId\";i:294;s:25:\"translation-revision-date\";i:295;s:20:\"google_conversion_id\";i:296;s:5:\"hbspt\";i:297;s:21:\"var marker_locations_\";i:298;s:13:\"var AdmMyAjax\";i:299;s:13:\"ifso_page_url\";i:300;s:21:\"referrer_for_pageload\";i:301;s:38:\"WoocommerceWidget/woocommerceWidget.js\";i:302;s:19:\"var ht_ctc_chat_var\";i:303;s:6:\"spuvar\";i:304;s:16:\"var wpilFrontend\";i:305;s:24:\"urls_polylangREPLACETOID\";i:306;s:34:\"e.setAttribute(\'unselectable\',on);\";i:307;s:16:\"try{Typekit.load\";i:308;s:9:\"iMapsData\";i:309;s:24:\"var wpforms_user_journey\";i:310;s:24:\"rocket_lazyload_css_data\";i:311;s:24:\"wcStoreApiNonceTimestamp\";i:312;s:21:\"createNonceMiddleware\";i:313;s:8:\"pbidHash\";i:314;s:24:\"wcBlocksMiddlewareConfig\";}s:24:\"cache_ignored_parameters\";a:69:{i:0;s:10:\"utm_source\";i:1;s:10:\"utm_medium\";i:2;s:12:\"utm_campaign\";i:3;s:9:\"utm_expid\";i:4;s:8:\"utm_term\";i:5;s:11:\"utm_content\";i:6;s:6:\"utm_id\";i:7;s:19:\"utm_source_platform\";i:8;s:19:\"utm_creative_format\";i:9;s:20:\"utm_marketing_tactic\";i:10;s:10:\"mtm_source\";i:11;s:10:\"mtm_medium\";i:12;s:12:\"mtm_campaign\";i:13;s:11:\"mtm_keyword\";i:14;s:7:\"mtm_cid\";i:15;s:11:\"mtm_content\";i:16;s:9:\"pk_source\";i:17;s:9:\"pk_medium\";i:18;s:11:\"pk_campaign\";i:19;s:10:\"pk_keyword\";i:20;s:6:\"pk_cid\";i:21;s:10:\"pk_content\";i:22;s:13:\"fb_action_ids\";i:23;s:15:\"fb_action_types\";i:24;s:9:\"fb_source\";i:25;s:6:\"fbclid\";i:26;s:10:\"campaignid\";i:27;s:9:\"adgroupid\";i:28;s:4:\"adid\";i:29;s:5:\"gclid\";i:30;s:12:\"age-verified\";i:31;s:12:\"ao_noptimize\";i:32;s:4:\"usqp\";i:33;s:11:\"cn-reloaded\";i:34;s:3:\"_ga\";i:35;s:5:\"sscid\";i:36;s:6:\"gclsrc\";i:37;s:3:\"_gl\";i:38;s:6:\"mc_cid\";i:39;s:6:\"mc_eid\";i:40;s:8:\"_bta_tid\";i:41;s:6:\"_bta_c\";i:42;s:11:\"trk_contact\";i:43;s:7:\"trk_msg\";i:44;s:10:\"trk_module\";i:45;s:7:\"trk_sid\";i:46;s:5:\"gdfms\";i:47;s:6:\"gdftrk\";i:48;s:5:\"gdffi\";i:49;s:3:\"_ke\";i:50;s:3:\"_kx\";i:51;s:21:\"redirect_log_mongo_id\";i:52;s:17:\"redirect_mongo_id\";i:53;s:15:\"sb_referer_host\";i:54;s:5:\"mkwid\";i:55;s:5:\"pcrid\";i:56;s:5:\"ef_id\";i:57;s:7:\"s_kwcid\";i:58;s:7:\"msclkid\";i:59;s:4:\"dm_i\";i:60;s:4:\"epik\";i:61;s:2:\"pp\";i:62;s:6:\"gbraid\";i:63;s:6:\"wbraid\";i:64;s:8:\"ssp_iabi\";i:65;s:8:\"ssp_iaba\";i:66;s:3:\"gad\";i:67;s:6:\"vgo_ee\";i:68;s:10:\"gad_source\";}s:18:\"preload_exclusions\";a:4:{i:0;s:9:\"void\\(.*;\";i:1;s:17:\"(.*)__trashed(.*)\";i:2;s:14:\"/jet-menu/(.*)\";i:3;s:15:\"/jet-popup/(.*)\";}s:16:\"exclude_js_files\";a:11:{i:0;s:32:\"/wp-includes/js/dist/i18n.min.js\";i:1;s:76:\"/interactive-3d-flipbook-powered-physics-engine/assets/js/html2canvas.min.js\";i:2;s:68:\"/interactive-3d-flipbook-powered-physics-engine/assets/js/pdf.min.js\";i:3;s:70:\"/interactive-3d-flipbook-powered-physics-engine/assets/js/three.min.js\";i:4;s:77:\"/interactive-3d-flipbook-powered-physics-engine/assets/js/3d-flip-book.min.js\";i:5;s:39:\"/google-site-kit/dist/assets/js/(.*).js\";i:6;s:45:\"/wp-live-chat-support/public/js/callus(.*).js\";i:7;s:41:\"/borlabs-cookie/assets/javascript/(.*).js\";i:8;s:60:\"/wp-content/plugins/wp-rocket/assets/js/lcp-beacon(.min)?.js\";i:9;s:38:\"/woocommerce-bookings/dist/frontend.js\";i:10;s:44:\"/plugins/mapify(.*)/assets/js/dist/bundle.js\";}s:15:\"staging_domains\";a:30:{i:0;s:13:\".wpengine.com\";i:1;s:20:\".wpenginepowered.com\";i:2;s:16:\".pantheonsite.io\";i:3;s:18:\".flywheelsites.com\";i:4;s:20:\".flywheelstaging.com\";i:5;s:11:\".kinsta.com\";i:6;s:13:\".kinsta.cloud\";i:7;s:18:\".cloudwaysapps.com\";i:8;s:18:\".azurewebsites.net\";i:9;s:14:\".wpserveur.net\";i:10;s:19:\"-liquidwebsites.com\";i:11;s:16:\".myftpupload.com\";i:12;s:12:\".dream.press\";i:13;s:12:\".sg-host.com\";i:14;s:16:\".platformsh.site\";i:15;s:12:\".wpstage.net\";i:16;s:22:\".bigscoots-staging.com\";i:17;s:10:\".wpsc.site\";i:18;s:14:\".runcloud.link\";i:19;s:14:\".onrocket.site\";i:20;s:18:\".singlestaging.com\";i:21;s:13:\".myraidbox.de\";i:22;s:12:\".instawp.xyz\";i:23;s:11:\".instawp.co\";i:24;s:13:\".instawp.link\";i:25;s:12:\".instawp.app\";i:26;s:12:\".hstgr.cloud\";i:27;s:15:\".myhostpoint.ch\";i:28;s:17:\".wpcomstaging.com\";i:29;s:9:\".nxcli.io\";}s:19:\"exclude_js_template\";a:3:{i:0;s:13:\"type=\"module\"\";i:1;s:12:\"data-minify=\";i:2;s:15:\"data-no-minify=\";}}','off'),(14353,'_transient_timeout_wpr_dynamic_lists_incompatible_plugins','1725884434','off'),(14354,'_transient_wpr_dynamic_lists_incompatible_plugins','O:8:\"stdClass\":6:{s:0:\"\";a:35:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:14:\"wp-super-cache\";s:4:\"file\";s:27:\"wp-super-cache/wp-cache.php\";}i:1;O:8:\"stdClass\":2:{s:4:\"slug\";s:23:\"enable-gzip-compression\";s:4:\"file\";s:51:\"enable-gzip-compression/enable-gzip-compression.php\";}i:2;O:8:\"stdClass\":2:{s:4:\"slug\";s:11:\"quick-cache\";s:4:\"file\";s:27:\"quick-cache/quick-cache.php\";}i:3;O:8:\"stdClass\":2:{s:4:\"slug\";s:31:\"leverage-browser-caching-ninjas\";s:4:\"file\";s:66:\"leverage-browser-caching-ninjas/leverage-browser-caching-ninja.php\";}i:4;O:8:\"stdClass\":2:{s:4:\"slug\";s:28:\"wp-performance-score-booster\";s:4:\"file\";s:61:\"wp-performance-score-booster/wp-performance-score-booster.php\";}i:5;O:8:\"stdClass\":2:{s:4:\"slug\";s:15:\"litespeed-cache\";s:4:\"file\";s:35:\"litespeed-cache/litespeed-cache.php\";}i:6;O:8:\"stdClass\":2:{s:4:\"slug\";s:42:\"remove-query-strings-from-static-resources\";s:4:\"file\";s:67:\"remove-query-strings-from-static-resources/remove-query-strings.php\";}i:7;O:8:\"stdClass\":2:{s:4:\"slug\";s:19:\"wp-http-compression\";s:4:\"file\";s:43:\"wp-http-compression/wp-http-compression.php\";}i:8;O:8:\"stdClass\":2:{s:4:\"slug\";s:21:\"query-strings-remover\";s:4:\"file\";s:47:\"query-strings-remover/query-strings-remover.php\";}i:9;O:8:\"stdClass\":2:{s:4:\"slug\";s:13:\"page-optimize\";s:4:\"file\";s:31:\"page-optimize/page-optimize.php\";}i:10;O:8:\"stdClass\":2:{s:4:\"slug\";s:18:\"speed-booster-pack\";s:4:\"file\";s:41:\"speed-booster-pack/speed-booster-pack.php\";}i:11;O:8:\"stdClass\":2:{s:4:\"slug\";s:17:\"swift-performance\";s:4:\"file\";s:33:\"swift-performance/performance.php\";}i:12;O:8:\"stdClass\":2:{s:4:\"slug\";s:28:\"gzip-ninja-speed-compression\";s:4:\"file\";s:49:\"gzip-ninja-speed-compression/gzip-ninja-speed.php\";}i:13;O:8:\"stdClass\":2:{s:4:\"slug\";s:18:\"super-static-cache\";s:4:\"file\";s:41:\"super-static-cache/super-static-cache.php\";}i:14;O:8:\"stdClass\":2:{s:4:\"slug\";s:10:\"lite-cache\";s:4:\"file\";s:21:\"lite-cache/plugin.php\";}i:15;O:8:\"stdClass\":2:{s:4:\"slug\";s:11:\"hyper-cache\";s:4:\"file\";s:22:\"hyper-cache/plugin.php\";}i:16;O:8:\"stdClass\":2:{s:4:\"slug\";s:7:\"wp-ffpc\";s:4:\"file\";s:19:\"wp-ffpc/wp-ffpc.php\";}i:17;O:8:\"stdClass\":2:{s:4:\"slug\";s:13:\"wp-fast-cache\";s:4:\"file\";s:31:\"wp-fast-cache/wp-fast-cache.php\";}i:18;O:8:\"stdClass\":2:{s:4:\"slug\";s:19:\"psn-pagespeed-ninja\";s:4:\"file\";s:38:\"psn-pagespeed-ninja/pagespeedninja.php\";}i:19;O:8:\"stdClass\":2:{s:4:\"slug\";s:22:\"swift-performance-lite\";s:4:\"file\";s:38:\"swift-performance-lite/performance.php\";}i:20;O:8:\"stdClass\":2:{s:4:\"slug\";s:10:\"force-gzip\";s:4:\"file\";s:25:\"force-gzip/force-gzip.php\";}i:21;O:8:\"stdClass\":2:{s:4:\"slug\";s:19:\"add-expires-headers\";s:4:\"file\";s:43:\"add-expires-headers/add-expires-headers.php\";}i:22;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"hyper-cache-extended\";s:4:\"file\";s:31:\"hyper-cache-extended/plugin.php\";}i:23;O:8:\"stdClass\":2:{s:4:\"slug\";s:11:\"gator-cache\";s:4:\"file\";s:27:\"gator-cache/gator-cache.php\";}i:24;O:8:\"stdClass\":2:{s:4:\"slug\";s:10:\"flexicache\";s:4:\"file\";s:24:\"flexicache/wp-plugin.php\";}i:25;O:8:\"stdClass\":2:{s:4:\"slug\";s:16:\"wp-fastest-cache\";s:4:\"file\";s:35:\"wp-fastest-cache/wpFastestCache.php\";}i:26;O:8:\"stdClass\":2:{s:4:\"slug\";s:26:\"wordpress-gzip-compression\";s:4:\"file\";s:35:\"wordpress-gzip-compression/ezgz.php\";}i:27;O:8:\"stdClass\":2:{s:4:\"slug\";s:11:\"wp-optimize\";s:4:\"file\";s:27:\"wp-optimize/wp-optimize.php\";}i:28;O:8:\"stdClass\":2:{s:4:\"slug\";s:33:\"check-and-enable-gzip-compression\";s:4:\"file\";s:54:\"check-and-enable-gzip-compression/richards-toolbox.php\";}i:29;O:8:\"stdClass\":2:{s:4:\"slug\";s:24:\"far-future-expiry-header\";s:4:\"file\";s:50:\"far-future-expiry-header/far-future-expiration.php\";}i:30;O:8:\"stdClass\":2:{s:4:\"slug\";s:24:\"leverage-browser-caching\";s:4:\"file\";s:53:\"leverage-browser-caching/leverage-browser-caching.php\";}i:31;O:8:\"stdClass\":2:{s:4:\"slug\";s:12:\"wpcompressor\";s:4:\"file\";s:29:\"wpcompressor/wpcompressor.php\";}i:32;O:8:\"stdClass\":2:{s:4:\"slug\";s:11:\"combine-css\";s:4:\"file\";s:27:\"combine-css/combine-css.php\";}i:33;O:8:\"stdClass\":2:{s:4:\"slug\";s:14:\"w3-total-cache\";s:4:\"file\";s:33:\"w3-total-cache/w3-total-cache.php\";}i:34;O:8:\"stdClass\":2:{s:4:\"slug\";s:13:\"cache-enabler\";s:4:\"file\";s:31:\"cache-enabler/cache-enabler.php\";}}s:21:\"minify_css||minify_js\";a:9:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"merge-minify-refresh\";s:4:\"file\";s:45:\"merge-minify-refresh/merge-minify-refresh.php\";}i:1;O:8:\"stdClass\":2:{s:4:\"slug\";s:16:\"async-js-and-css\";s:4:\"file\";s:34:\"async-js-and-css/asyncJSandCSS.php\";}i:2;O:8:\"stdClass\":2:{s:4:\"slug\";s:15:\"wp-super-minify\";s:4:\"file\";s:35:\"wp-super-minify/wp-super-minify.php\";}i:3;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"fast-velocity-minify\";s:4:\"file\";s:28:\"fast-velocity-minify/fvm.php\";}i:4;O:8:\"stdClass\":2:{s:4:\"slug\";s:23:\"dependency-minification\";s:4:\"file\";s:51:\"dependency-minification/dependency-minification.php\";}i:5;O:8:\"stdClass\":2:{s:4:\"slug\";s:10:\"bwp-minify\";s:4:\"file\";s:25:\"bwp-minify/bwp-minify.php\";}i:6;O:8:\"stdClass\":2:{s:4:\"slug\";s:8:\"minqueue\";s:4:\"file\";s:19:\"minqueue/plugin.php\";}i:7;O:8:\"stdClass\":2:{s:4:\"slug\";s:12:\"scripts-gzip\";s:4:\"file\";s:29:\"scripts-gzip/scripts_gzip.php\";}i:8;O:8:\"stdClass\":2:{s:4:\"slug\";s:9:\"wp-minify\";s:4:\"file\";s:23:\"wp-minify/wp-minify.php\";}}s:8:\"lazyload\";a:6:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:9:\"lazy-load\";s:4:\"file\";s:23:\"lazy-load/lazy-load.php\";}i:1;O:8:\"stdClass\":2:{s:4:\"slug\";s:12:\"bj-lazy-load\";s:4:\"file\";s:29:\"bj-lazy-load/bj-lazy-load.php\";}i:2;O:8:\"stdClass\":2:{s:4:\"slug\";s:25:\"jquery-image-lazy-loading\";s:4:\"file\";s:46:\"jquery-image-lazy-loading/jq_img_lazy_load.php\";}i:3;O:8:\"stdClass\":2:{s:4:\"slug\";s:10:\"crazy-lazy\";s:4:\"file\";s:25:\"crazy-lazy/crazy-lazy.php\";}i:4;O:8:\"stdClass\":2:{s:4:\"slug\";s:24:\"specify-image-dimensions\";s:4:\"file\";s:53:\"specify-image-dimensions/specify-image-dimensions.php\";}i:5;O:8:\"stdClass\":2:{s:4:\"slug\";s:18:\"advanced-lazy-load\";s:4:\"file\";s:40:\"advanced-lazy-load/advanced_lazyload.php\";}}s:9:\"minify_js\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:5:\"wp-js\";s:4:\"file\";s:15:\"wp-js/wp-js.php\";}i:1;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"scripts-to-footerphp\";s:4:\"file\";s:42:\"scripts-to-footerphp/scripts-to-footer.php\";}i:2;O:8:\"stdClass\":2:{s:4:\"slug\";s:10:\"combine-js\";s:4:\"file\";s:25:\"combine-js/combine-js.php\";}i:3;O:8:\"stdClass\":2:{s:4:\"slug\";s:17:\"footer-javascript\";s:4:\"file\";s:39:\"footer-javascript/footer-javascript.php\";}}s:17:\"control_heartbeat\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:17:\"heartbeat-control\";s:4:\"file\";s:39:\"heartbeat-control/heartbeat-control.php\";}}s:16:\"lazyload_iframes\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"lazy-load-for-videos\";s:4:\"file\";s:37:\"lazy-load-for-videos/codeispoetry.php\";}}}','off'),(14368,'_transient_googlesitekit_verification_meta_tags','a:0:{}','on'),(14369,'_transient_timeout_wpr_dynamic_lists_delayjs','1725884513','off'),(14370,'_transient_wpr_dynamic_lists_delayjs','O:8:\"stdClass\":3:{s:7:\"plugins\";O:8:\"stdClass\":227:{s:36:\"ffc21030-519a-4853-8cea-49f959e82731\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:def67a2c1ddd6df2353e4772b6fd4e5b\";s:5:\"title\";s:51:\"Additional Variation Images Gallery for WooCommerce\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:45:\"/woo-variation-gallery/assets/js/slick.min.js\";i:3;s:48:\"/woo-variation-gallery/assets/js/frontend.min.js\";i:4;s:33:\"/wp-includes/js/underscore.min.js\";i:5;s:23:\"variation_custom_fields\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:47:\"woo-variation-gallery/woo-variation-gallery.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"0e7dc253-acd0-4421-877f-a7101d848717\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:4b82cc7379d46c6272f5d556bb264eec\";s:5:\"title\";s:12:\"Advanced Ads\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:10:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:16:\"/uploads/(.*).js\";i:3;s:18:\"advanced_ads_ready\";i:4;s:14:\"advadsCfpQueue\";i:5;s:11:\"adsbygoogle\";i:6;s:16:\"adservice.google\";i:7;s:17:\"/advanced-ads(.*)\";i:8;s:12:\"advads_items\";i:9;s:19:\"advads_tracking_ads\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:29:\"advanced-ads/advanced-ads.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"a4d5c058-9120-47ee-977c-f30f83fb1a75\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:a076fbb79772f497349a76ee74a7f708\";s:5:\"title\";s:52:\"All-in-one Compliance for GDPR / CCPA Cookie Consent\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:13:\"iubenda_cs.js\";i:1;s:8:\"var _iub\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:55:\"iubenda-cookie-law-solution/iubenda_cookie_solution.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"88457e92-0f24-458e-b7b5-bab59074ebef\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"Amelia\";s:9:\"condition\";s:31:\"ameliabooking/ameliabooking.php\";s:10:\"exclusions\";a:2:{i:0;s:41:\"/wp-content/plugins/ameliabooking/(.*).js\";i:1;s:18:\"var hasAmeliaEvent\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:93ea6597c3cbd06e93a46b9f5368732d\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1714415106;}s:36:\"79a5082f-821a-4a4b-a0e3-caaf22cf3f75\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:9bdceaa1bb89135730a3b2aa4db94c22\";s:5:\"title\";s:17:\"AMO Team Showcase\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:40:\"/amo-team-showcase/public/js/wookmark.js\";i:3;s:56:\"/amo-team-showcase/public/js/amo-team-showcase-public.js\";i:4;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:5;s:11:\"amoTeamVars\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:39:\"amo-team-showcase/amo-team-showcase.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"90c7fd90-3adf-4cb7-8a92-845bdbd95d27\";O:8:\"stdClass\":8:{s:5:\"title\";s:46:\"Anti-Spam by CleanTalk - Prevent console error\";s:9:\"condition\";s:36:\"cleantalk-spam-protect/cleantalk.php\";s:10:\"exclusions\";a:2:{i:0;s:17:\"ctPublicFunctions\";i:1;s:8:\"ctPublic\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:ed2ade77cd44e21b1703b093c002a903\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1699370420;}s:36:\"e054f840-700a-4549-bbba-485473a53f71\";O:8:\"stdClass\":8:{s:5:\"title\";s:39:\"AnWP Football Leagues - Calendar Widget\";s:9:\"condition\";s:53:\"football-leagues-by-anwppro/anwp-football-leagues.php\";s:10:\"exclusions\";a:6:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:33:\"/football-leagues-by-anwppro/(.*)\";i:2;s:49:\"/football-leagues-by-anwppro-premium-premium/(.*)\";i:3;s:16:\"window.AnWPFLPro\";i:4;s:22:\"window.AnWPFLTabulator\";i:5;s:48:\"/elementor/assets/lib/flatpickr/flatpickr.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:e7581089f33fdf0a970d5c5deb16ff50\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1708535321;}s:36:\"1d058cae-4460-4354-bab3-a96445650bd8\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:b739df50f3f5bf400075f17dca652517\";s:5:\"title\";s:22:\"AnyWhere Elementor Pro\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:38:\"/anywhere-elementor-pro/build/index.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:49:\"anywhere-elementor-pro/anywhere-elementor-pro.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"8a1614c7-55b1-4b6d-88e5-6e8ddc630dae\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:46741e77eaf4d13a0c80be6b86379758\";s:5:\"title\";s:17:\"Astra - Pro Addon\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:32:\"/astra-addon/astra-addon-(.*).js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:27:\"astra-addon/astra-addon.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"37d96403-f9ea-4481-b2f8-374d7c93e61a\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:ccd87807930a1856717fd276c336db9a\";s:5:\"title\";s:14:\"Beaver Builder\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:19:\"/uploads/bb-plugin/\";i:3;s:25:\"/bb-plugin/js/yui3.min.js\";i:4;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:5;s:33:\"/bb-plugin/js/fl-slideshow.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"f83dbf3b-783e-4ef9-9b18-8a469ca7102d\";O:8:\"stdClass\":8:{s:5:\"title\";s:5:\"Bloom\";s:9:\"condition\";s:15:\"bloom/bloom.php\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:7:\"/bloom/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:e57cdfbc09f4e0f7445c279d9f580bdd\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1685189070;}s:36:\"135aadd2-cd4a-44ae-8dcf-801f3f2316c0\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:055ef01accbad6378e3d1a4965600964\";s:5:\"title\";s:6:\"Booked\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:8:\"/booked/\";i:1;s:31:\"/js/jquery/ui/datepicker.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:17:\"booked/booked.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"ddfee9b0-e5a9-4d3f-8c21-b999cbb61c33\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:492f9b0d55f3bf07c68e915ea1dfb72a\";s:5:\"title\";s:6:\"Bookly\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:53:\"/bookly-responsive-appointment-booking-tool/frontend/\";i:3;s:13:\"window.bookly\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:51:\"bookly-responsive-appointment-booking-tool/main.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"7a013fd6-0881-4dbe-8e93-33edefe7f717\";O:8:\"stdClass\":8:{s:5:\"title\";s:14:\"Borlabs Cookie\";s:9:\"condition\";s:33:\"borlabs-cookie/borlabs-cookie.php\";s:10:\"exclusions\";a:9:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:19:\"borlabsCookieConfig\";i:3;s:21:\"borlabs-cookie.min.js\";i:4;s:27:\"borlabsCookieContentBlocker\";i:5;s:16:\"BorlabsCookieBox\";i:6;s:12:\"allFbWidgets\";i:7;s:34:\"/borlabs-cookie/assets/javascript/\";i:8;s:21:\"borlabs-cookie-config\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:e1ec2daca513de476bd3dae79366e9ab\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1702497952;}s:36:\"3999e680-4049-4494-945c-768cecc1a2c4\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:43019d66af7b41e65bb602c01e10c6a0\";s:5:\"title\";s:5:\"Brizy\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:58:\"/brizy/public/editor-build/(.*)-wp/editor/js/group-(.*).js\";i:3;s:55:\"/brizy/public/editor-build/(.*)-wp/editor/js/preview.js\";i:4;s:10:\"Brizy.emit\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:15:\"brizy/brizy.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"af4d9357-3def-42a1-86b7-419553444b4d\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:5c317f9f244597d8f236ecb7d8e41752\";s:5:\"title\";s:52:\"Carousel Upsells and Related Product for WooCommerce\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:76:\"/carousel-upsells-and-related-product-for-woocommerce/assets/js/glide.min.js\";i:1;s:22:\"carusel_poduct_related\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:91:\"carousel-upsells-and-related-product-for-woocommerce/ffxf-woo-glide-related-and-upsells.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"1d866d90-5451-43ba-a4d1-75b64f9235e1\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:0a3a29603ebac8fe0808f64f5c8edbb2\";s:5:\"title\";s:26:\"clickskeks.at Cookiebanner\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:10:\"clickskeks\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:20:\"clickskeks/index.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"c09695cc-2387-4416-881a-c0b392188a26\";O:8:\"stdClass\":8:{s:5:\"title\";s:9:\"Complianz\";s:9:\"condition\";s:33:\"complianz-gdpr/complianz-gpdr.php\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:9:\"complianz\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:a766f95208154cd69a3e15150a42f325\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1685188788;}s:36:\"bfb36984-e2a1-40ba-a8cd-f29b0b6f720f\";O:8:\"stdClass\":8:{s:5:\"title\";s:17:\"Complianz Premium\";s:9:\"condition\";s:49:\"complianz-gdpr-premium/complianz-gpdr-premium.php\";s:10:\"exclusions\";a:2:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:9:\"complianz\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:89d54385816dd2d5ae92cfda9d95bbfd\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1712163685;}s:36:\"b5e146fc-0b7c-4c6c-a631-8da246d3bd89\";O:8:\"stdClass\":8:{s:5:\"title\";s:36:\"Conerstone Builder - Fix mobile menu\";s:9:\"condition\";s:27:\"cornerstone/cornerstone.php\";s:10:\"exclusions\";a:2:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:46:\"/cornerstone/assets/js/site/cs-classic.(.*).js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:f8f8c81535b5e0073aa3c56b6dd3df5b\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1708614275;}s:36:\"368bc394-b74e-4b62-b359-cd967f78c6ea\";O:8:\"stdClass\":8:{s:5:\"title\";s:54:\"ConsentMagic Pro - Show popup without user interaction\";s:9:\"condition\";s:39:\"consent-magic-pro/consent-magic-pro.php\";s:10:\"exclusions\";a:3:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:57:\"/wp-content/plugins/consent-magic-pro/js/cs-public.min.js\";i:2;s:42:\"/wp-content/plugins/pixelyoursite-pro/(.*)\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:9e0701a214f49a057f17b00e39df2e7e\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1711026041;}s:36:\"7e551e3b-fbe4-4235-87a9-b476bc9e2020\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:949b1b923d51d10a2fb67a2a39d166b3\";s:5:\"title\";s:11:\"Content Egg\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:42:\"/content-egg/res/js/morrisjs/morris.min.js\";i:3;s:43:\"/content-egg/res/js/morrisjs/raphael.min.js\";i:4;s:11:\"Morris.Area\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:27:\"content-egg/content-egg.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"7fbca6c5-9239-4550-a755-6f041f867a57\";O:8:\"stdClass\":8:{s:5:\"title\";s:42:\"Cookie Notice & Compliance for GDPR / CCPA\";s:9:\"condition\";s:31:\"cookie-notice/cookie-notice.php\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:15:\"/cookie-notice/\";i:3;s:10:\"var cnArgs\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:213d0f883ae27aefb3a7937656bbd11e\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1681379736;}s:36:\"26722567-fe35-44b5-a5a7-fb0f3a38c3f2\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:1d10ad30bbcf0fd4b26e9625a07abcfc\";s:5:\"title\";s:13:\"Cookiebot CMP\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:21:\"consent.cookiebot.com\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:23:\"cookiebot/cookiebot.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"1547249a-ce0c-40e4-91f6-148a5f9652d7\";O:8:\"stdClass\":8:{s:5:\"title\";s:34:\"CookieYes Lite - Show on page load\";s:9:\"condition\";s:35:\"cookie-law-info/cookie-law-info.php\";s:10:\"exclusions\";a:1:{i:0;s:47:\"/cookie-law-info/lite/frontend/js/script.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:29d4d4ccd077232b111581043bbd8d81\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1721422981;}s:36:\"74110e36-89e5-440d-bec3-7133da3277c2\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:edcf103293ceab711e999d419d038ca1\";s:5:\"title\";s:23:\"Coupon Referral Program\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:25:\"/coupon-referral-program/\";i:3;s:42:\"/wp-includes/js/jquery/ui/draggable.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:51:\"coupon-referral-program/coupon-referral-program.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"408fa396-20f2-4b1f-820d-52882af281cc\";O:8:\"stdClass\":8:{s:5:\"title\";s:37:\"CozyStay Core - Fix background images\";s:9:\"condition\";s:31:\"cozystay-core/cozystay-core.php\";s:10:\"exclusions\";a:2:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:58:\"/cozystay-core/assets/scripts/front/parallax-bundle.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:872b5eef05c1fc3b00cda07ee966938d\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1711999893;}s:36:\"ed63e02f-d6c5-481a-bcb9-aae15f72aa21\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:c3e26264dcfd25802805b4fd1a2a449c\";s:5:\"title\";s:29:\"Crisp - Live Chat and Chatbot\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:20:\"CRISP_RUNTIME_CONFIG\";i:3;s:4:\"l.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:15:\"crisp/crisp.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"a8eb622b-279c-4f84-86e0-785e9497add7\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:6e4bf949e12f0bebfefb48f6c316102a\";s:5:\"title\";s:24:\"Custom Twitter Feeds pro\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:47:\"/custom-twitter-feeds-pro/js/ctf-scripts.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:48:\"custom-twitter-feeds-pro/custom-twitter-feed.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"1624ef15-e25b-406d-bdf9-d4b78d7a59e7\";O:8:\"stdClass\":8:{s:5:\"title\";s:39:\"Customer Reviews for WooCommerce Plugin\";s:9:\"condition\";s:38:\"customer-reviews-woocommerce/ivole.php\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:43:\"/customer-reviews-woocommerce/js/colcade.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:1f893b343e72ce55e6c9013fbda172fa\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704734788;}s:36:\"b0614843-afed-4377-9d8d-e869221be331\";O:8:\"stdClass\":8:{s:5:\"title\";s:15:\"Depicter Slider\";s:9:\"condition\";s:21:\"depicter/depicter.php\";s:10:\"exclusions\";a:1:{i:0;s:10:\"/depicter/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:77c42a041f1c40d128f4bb3714a6d20d\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1713878881;}s:36:\"396cc03a-8946-4ee8-ab15-7e48261df79a\";O:8:\"stdClass\":8:{s:5:\"title\";s:26:\"Divi - Carousel Module 2.0\";s:9:\"condition\";s:16:\"dg-divi-carousel\";s:10:\"exclusions\";a:2:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:37:\"/wp-content/plugins/dg-divi-carousel/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:fcd789b7d02699f89720aa5ff3627912\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1709126476;}s:36:\"c15fe3b3-0eaa-48f9-bf04-0e778b1f8c63\";O:8:\"stdClass\":8:{s:5:\"title\";s:14:\"Divi - Supreme\";s:9:\"condition\";s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";s:10:\"exclusions\";a:8:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:29:\".dipi_preloader_wrapper_outer\";i:3;s:23:\"/Divi/js/scripts.min.js\";i:4;s:26:\"/Divi/js/custom.unified.js\";i:5;s:21:\"/js/magnific-popup.js\";i:6;s:8:\"var DIVI\";i:7;s:26:\"/supreme-modules-for-divi/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:b5489ae4d8b949f536d6dd2e5b0c1a95\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738701;}s:36:\"dd31451b-989a-4517-b02a-e2c2e2023366\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:5caed322df984bbfd3ecb506cf12b688\";s:5:\"title\";s:12:\"Divi Den Pro\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:54:\"/ddpro/build/freddie/js/freddieScriptPageTransition.js\";i:3;s:48:\"/ddpro/build/freddie/js/freddieScriptsHeaders.js\";i:4;s:49:\"/ddpro/build/freddie/js/freddieScriptsContents.js\";i:5;s:40:\"/ddpro/build/freddie/js/gsap/gsap.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:15:\"ddpro/ddpro.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"2b006370-cc90-42c1-9656-a30fbfbc91c6\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:402d9b241b04934dd30f32e7ba490e63\";s:5:\"title\";s:11:\"Divi Mobile\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:9:\"divi-menu\";i:3;s:6:\"dm_nav\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:27:\"divi-mobile/divi-mobile.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"666bbed9-7ce3-457c-ad6e-b5e056d05010\";O:8:\"stdClass\":8:{s:5:\"title\";s:13:\"Divi Overlays\";s:9:\"condition\";s:31:\"divi-overlays/divi-overlays.php\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:29:\".dipi_preloader_wrapper_outer\";i:3;s:23:\"/Divi/js/scripts.min.js\";i:4;s:26:\"/Divi/js/custom.unified.js\";i:5;s:8:\"var DIVI\";i:6;s:15:\"/divi-overlays/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:1c828c93d87298d2a27c76e13d0880ba\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738664;}s:36:\"42a404af-7792-44be-9baa-565dc3baf25d\";O:8:\"stdClass\":8:{s:5:\"title\";s:10:\"Divi Pixel\";s:9:\"condition\";s:25:\"divi-pixel/divi-pixel.php\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:29:\".dipi_preloader_wrapper_outer\";i:3;s:43:\"/divi-pixel/dist/public/js/hamburger.min.js\";i:4;s:42:\"/divi-pixel/dist/vendor/js/easypiechart.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:dd2494945a487a6cc74d3ab1b2137ccb\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1718642717;}s:36:\"85f5c099-c481-4c38-bbb9-8b76113bdfd5\";O:8:\"stdClass\":8:{s:5:\"title\";s:16:\"Divi Supreme Pro\";s:9:\"condition\";s:61:\"supreme-modules-pro-for-divi/supreme-modules-pro-for-divi.php\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:17:\"elm.style.display\";i:3;s:76:\"/supreme-modules-pro-for-divi/includes/modules/ImageCarousel/frontend.min.js\";i:4;s:60:\"/supreme-modules-pro-for-divi/public/js/swiper-bundle.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:3d5f0ae7751702fd1bb490fcf991a334\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1695118162;}s:36:\"0b78d762-c7be-45de-9aae-0c5078ec0619\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:b5fc0101608d0b0627268dc49e3e1f8f\";s:5:\"title\";s:12:\"Divi Toolbox\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:20:\"jQuery(\'.preloader\')\";i:3;s:42:\"/divi-toolbox/assets/js/toolbox-scripts.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:29:\"divi-toolbox/divi-toolbox.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"31a34440-1383-40c4-8920-effcf99f2165\";O:8:\"stdClass\":8:{s:5:\"title\";s:17:\"Dracula Dark Mode\";s:9:\"condition\";s:36:\"dracula-dark-mode-premium/plugin.php\";s:10:\"exclusions\";a:9:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:68:\"/wp-content/plugins/dracula-dark-mode-premium/assets/js/dark-mode.js\";i:2;s:67:\"/wp-content/plugins/dracula-dark-mode-premium/assets/js/frontend.js\";i:3;s:44:\"/wp-includes/js/dist/vendor/react-dom.min.js\";i:4;s:40:\"/wp-includes/js/dist/vendor/react.min.js\";i:5;s:37:\"/wp-includes/js/dist/api-fetch.min.js\";i:6;s:33:\"/wp-includes/js/dist/hooks.min.js\";i:7;s:32:\"/wp-includes/js/dist/i18n.min.js\";i:8;s:15:\"draculaDarkMode\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:5e8a5d8d3830136d84d0f3676f1bf5a5\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704210236;}s:36:\"8baba0f8-4449-47d8-a87d-9b6a116e7684\";O:8:\"stdClass\":8:{s:5:\"title\";s:48:\"Dynamic Pricing & Discounts Lite for WooCommerce\";s:9:\"condition\";s:85:\"woo-dynamic-pricing-discounts-lite/dynamic-pricing-discounts-lite-for-woocommerce.php\";s:10:\"exclusions\";a:3:{i:0;s:79:\"/woo-dynamic-pricing-discounts-lite/assets/OwlCarousel/dist/owl.carousel.min.js\";i:1;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:2;s:25:\"/jquery-migrate(.min)?.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:185062bf08db42515488e1853d1f4917\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1677857247;}s:36:\"0fa129f2-5869-4db7-9bf0-69e4b3549ee2\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:27478327aa44075a86176fad95640d76\";s:5:\"title\";s:39:\"Dynamic Product Gallery for WooCommerce\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:29:\"/woocommerce-dynamic-gallery/\";i:3;s:21:\"a3revWCDynamicGallery\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:62:\"woocommerce-dynamic-gallery/wc_dynamic_gallery_woocommerce.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"9958c6be-2f67-4791-95c3-a7ad96d599c0\";O:8:\"stdClass\":8:{s:5:\"title\";s:47:\"Dynamic Product Gallery Premium for WooCommerce\";s:9:\"condition\";s:66:\"woocommerce-dynamic-gallery-pro/wc_dynamic_gallery_woocommerce.php\";s:10:\"exclusions\";a:5:{i:0;s:55:\"/jquery-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?$\";i:1;s:55:\"/jquery-migrate(.*)(.min|.slim|.slim.min)?.js(\\?(.*))?$\";i:2;s:74:\"/woocommerce-dynamic-gallery-pro/assets/js/mygallery/jquery.a3-dgallery.js\";i:3;s:18:\"settings_defaults_\";i:4;s:21:\"a3revWCDynamicGallery\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:11dc02a76019f00422f4ac85f47f5135\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1683208937;}s:36:\"ce26ed21-1be5-481f-80d4-31edfac6d890\";O:8:\"stdClass\":8:{s:5:\"title\";s:43:\"Dynamic.ooo - Dynamic Content for Elementor\";s:9:\"condition\";s:63:\"dynamic-content-for-elementor/dynamic-content-for-elementor.php\";s:10:\"exclusions\";a:10:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:5;s:26:\"ElementorProFrontendConfig\";i:6;s:23:\"elementorFrontendConfig\";i:7;s:38:\"/dynamic-content-for-elementor/assets/\";i:8;s:33:\"/wp-includes/js/dist/hooks.min.js\";i:9;s:32:\"/wp-includes/js/dist/i18n.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:d2bd5b348abe016bdc722acce7755062\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1683355024;}s:36:\"6a3161a6-1a6f-457a-a9ee-54b376981927\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:ee1dec033c6481a77fe88de5bef1a02d\";s:5:\"title\";s:22:\"Easy Table of Contents\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:46:\"/easy-table-of-contents/assets/js/front.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:49:\"easy-table-of-contents/easy-table-of-contents.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"25a534a0-2c1f-4cf4-9e19-7941bc032b3a\";O:8:\"stdClass\":8:{s:5:\"title\";s:29:\"Ecwid Ecommerce Shopping Cart\";s:9:\"condition\";s:43:\"ecwid-shopping-cart/ecwid-shopping-cart.php\";s:10:\"exclusions\";a:11:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:23:\"app.ecwid.com/script.js\";i:3;s:35:\"/ecwid-shopping-cart/js/frontend.js\";i:4;s:38:\"/ecwid-shopping-cart/js/static-page.js\";i:5;s:20:\"ecwidParamswindow.ec\";i:6;s:13:\"jQuery.mobile\";i:7;s:7:\"xSearch\";i:8;s:13:\"xCategoriesV2\";i:9;s:15:\"xProductBrowser\";i:10;s:10:\"Ecwid.init\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:41c8f5f0ab00cb39654aedd783d194e0\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704734846;}s:36:\"a0d681db-991a-4220-8f05-c54a4857aa42\";O:8:\"stdClass\":8:{s:5:\"title\";s:16:\"Element Pack Pro\";s:9:\"condition\";s:47:\"bdthemes-element-pack/bdthemes-element-pack.php\";s:10:\"exclusions\";a:10:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:66:\"/bdthemes-element-pack/assets/js/modules/ep-static-carousel.min.js\";i:2;s:66:\"/bdthemes-element-pack/assets/js/modules/ep-custom-carousel.min.js\";i:3;s:60:\"/bdthemes-element-pack/assets/js/modules/ep-slideshow.min.js\";i:4;s:67:\"/bdthemes-element-pack/assets/js/modules/ep-product-carousel.min.js\";i:5;s:58:\"/bdthemes-element-pack/assets/js/modules/ep-stacker.min.js\";i:6;s:49:\"/bdthemes-element-pack/assets/js/bdt-uikit.min.js\";i:7;s:53:\"/bdthemes-element-pack/assets/js/common/helper.min.js\";i:8;s:60:\"/bdthemes-element-pack/assets/vendor/js/ScrollTrigger.min.js\";i:9;s:51:\"/bdthemes-element-pack/assets/vendor/js/gsap.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:ced76c4da718a667537dc6c9d5e0244d\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1715791619;}s:36:\"40464325-5bae-4a20-bc97-553499e09a73\";O:8:\"stdClass\":8:{s:5:\"title\";s:9:\"Elementor\";s:9:\"condition\";s:23:\"elementor/elementor.php\";s:10:\"exclusions\";a:13:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:5;s:26:\"ElementorProFrontendConfig\";i:6;s:23:\"elementorFrontendConfig\";i:7;s:28:\"/happy-elementor-addons-pro/\";i:8;s:43:\"/header-footer-elementor/inc/js/frontend.js\";i:9;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";i:10;s:37:\"/wp-includes/js/dist/api-fetch.min.js\";i:11;s:33:\"/wp-includes/js/dist/hooks.min.js\";i:12;s:32:\"/wp-includes/js/dist/i18n.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:1d15783218a3137bec4ee8df5353e218\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1694425872;}s:36:\"ac86b64c-c80a-4053-894d-6caa8b4fdce8\";O:8:\"stdClass\":8:{s:5:\"title\";s:25:\"Elementor  Loop Carrousel\";s:9:\"condition\";s:23:\"elementor/elementor.php\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";i:3;s:37:\"/wp-includes/js/dist/api-fetch.min.js\";i:4;s:33:\"/wp-includes/js/dist/hooks.min.js\";i:5;s:32:\"/wp-includes/js/dist/i18n.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:0eb8d0bbd1c7ca05ac133ea634f676b7\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1694442056;}s:36:\"a8fc9fd1-f6d3-41eb-abe9-ef176de6d7e2\";O:8:\"stdClass\":8:{s:5:\"title\";s:39:\"Elementor - Lazy Load Background Images\";s:9:\"condition\";s:23:\"elementor/elementor.php\";s:10:\"exclusions\";a:1:{i:0;s:19:\"lazyloadRunObserver\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:bf248cb2876558452a566c5dd89262b8\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1694453032;}s:36:\"1948aff5-7850-4979-91fa-0ce181484508\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:de658ae6c2d05a5a4a947efecf5e0c16\";s:5:\"title\";s:21:\"Elementor Custom Skin\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:26:\"ElementorProFrontendConfig\";i:5;s:23:\"elementorFrontendConfig\";i:6;s:31:\"/ele-custom-skin(.*)/assets/js/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:35:\"ele-custom-skin/ele-custom-skin.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"25708299-c596-4416-8ad8-740aee0f2752\";O:8:\"stdClass\":8:{s:5:\"title\";s:13:\"Elementor Pro\";s:9:\"condition\";s:31:\"elementor-pro/elementor-pro.php\";s:10:\"exclusions\";a:9:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:5;s:26:\"ElementorProFrontendConfig\";i:6;s:23:\"elementorFrontendConfig\";i:7;s:28:\"/happy-elementor-addons-pro/\";i:8;s:43:\"/header-footer-elementor/inc/js/frontend.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:030ad23e3851ed7adfa7b9b6c13cf5a6\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679490021;}s:36:\"f34dd874-4b34-41e6-a31c-ece3c1efbffc\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:305581ad4294a30eeb1247982f626005\";s:5:\"title\";s:26:\"Elementor Pro - SmartMenus\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:61:\"/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js\";i:3;s:59:\"/elementor-pro/assets/js/preloaded-elements-handlers.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:31:\"elementor-pro/elementor-pro.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"111cc8b2-0be9-438b-9aa3-7f1e301a5697\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:5ae9f5d99224d5ebc7d0c0bbf5b99787\";s:5:\"title\";s:26:\"Elementor Pro - User Cache\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:7:{i:0;s:33:\"/wp-includes/js/underscore.min.js\";i:1;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";i:2;s:31:\"/wp-includes/js/backbone.min.js\";i:3;s:23:\"elementorAdminBarConfig\";i:4;s:21:\"elementorCommonConfig\";i:5;s:21:\"elementorWebCliConfig\";i:6;s:23:\"elementorDevToolsConfig\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:31:\"elementor-pro/elementor-pro.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"c1713bf8-e0c3-4cb5-8b3f-841b06aa87ed\";O:8:\"stdClass\":8:{s:5:\"title\";s:27:\"ElementsKit Lite - Megamenu\";s:9:\"condition\";s:37:\"elementskit-lite/elementskit-lite.php\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:26:\"ElementorProFrontendConfig\";i:5;s:23:\"elementorFrontendConfig\";i:6;s:17:\"/elementskit(.*)/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:b91fed2fc4478dbb7067742c1ee4691b\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1683270249;}s:36:\"236c2a9e-9668-4a80-9b66-d2222d812dd6\";O:8:\"stdClass\":8:{s:5:\"title\";s:18:\"Elfsight Slider CC\";s:9:\"condition\";s:41:\"elfsight-slider-cc/elfsight-slider-cc.php\";s:10:\"exclusions\";a:1:{i:0;s:45:\"/elfsight-slider-cc/assets/elfsight-slider.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:b0e259c84df5e120d6113dd0eef9da4b\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1718660424;}s:36:\"706ff35d-8e33-4b04-a986-346faff704e9\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:417192424139d89fb2a5b1ee1f2b9613\";s:5:\"title\";s:30:\"Essential Addons for Elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:26:\"ElementorProFrontendConfig\";i:5;s:23:\"elementorFrontendConfig\";i:6;s:55:\"/essential-addons(-for)?-elementor(-lite)?/.*(.min)?.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"b38556dc-2bc4-430f-9c55-7191cf7773db\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:057757d0593ad9d2dc58124f0077a5df\";s:5:\"title\";s:34:\"Essential Addons for Elementor Pro\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:26:\"ElementorProFrontendConfig\";i:5;s:23:\"elementorFrontendConfig\";i:6;s:55:\"/essential-addons(-for)?-elementor(-lite)?/.*(.min)?.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:56:\"essential-addons-elementor/essential_adons_elementor.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"719b988f-0d60-40c2-ba46-88f943119cb1\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:c8e6c490f6438f566ade600c33531a85\";s:5:\"title\";s:14:\"Essential Grid\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:16:\"/essential-grid/\";i:3;s:15:\"lightboxOptions\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:33:\"essential-grid/essential-grid.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"47d3d2ab-160d-4b07-ac25-8250b9e6a951\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:dafd19fa48a1fef890dc4348052fcb75\";s:5:\"title\";s:12:\"EventON Lite\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:28:\"/eventon-lite/assets/js/(.*)\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:24:\"eventon-lite/eventon.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"219968d7-cf1f-4ee0-917a-db35dcc93a3e\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:49ff465628fc3cb6d7f23ff81d9b8339\";s:5:\"title\";s:7:\"FacetWP\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:36:\"/facetwp/assets/js/dist/front.min.js\";i:1;s:11:\"window.FWP_\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:17:\"facetwp/index.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"acce5701-5917-48d5-83ab-3e626aa420c5\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:78a1c88a56fa957c802074b6418c6fac\";s:5:\"title\";s:21:\"FacetWP - Flyout menu\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:34:\"/facetwp-flyout/assets/js/front.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:33:\"facetwp-flyout/facetwp-flyout.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"081461cf-dbd0-42f3-9557-10cdc16cf145\";O:8:\"stdClass\":8:{s:5:\"title\";s:19:\"FiboFilters Premium\";s:9:\"condition\";s:31:\"fibofilters-pro/fibofilters.php\";s:10:\"exclusions\";a:2:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:41:\"/fibofilters-pro/build/front-pro/front.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:d9f62725f1470d35c3f220645bc2e473\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1709923289;}s:36:\"f2a5b95f-1a22-46d2-8b72-42a53e46ae3f\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:5d7555892a3a9968fde3fa3a335fc3d8\";s:5:\"title\";s:40:\"FiboSearch - Ajax Search for WooCommerce\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:32:\"/wp-includes/js/jquery/jquery.js\";i:1;s:40:\"/wp-includes/js/jquery/jquery-migrate.js\";i:2;s:56:\"/ajax-search-for-woocommerce-premium/assets/js/search.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:59:\"ajax-search-for-woocommerce/ajax-search-for-woocommerce.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"7d1404e9-be76-449c-87aa-919557abe82d\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:ad46179e8b0584abaf52056b846da227\";s:5:\"title\";s:9:\"FlexBlock\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:41:\"/flo-flex-builder/dist/flex-public.min.js\";i:2;s:9:\"flexDebug\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:37:\"flo-flex-builder/flo-flex-builder.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"b9c6a2dc-b226-4e2c-b85e-29ee55b8f751\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:567a2b15db30ef6bd4904e4317139aac\";s:5:\"title\";s:12:\"Fluent Forms\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:29:\"/fluentform/public/js/(.*).js\";i:2;s:32:\"/fluentformpro/public/js/(.*).js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:25:\"fluentform/fluentform.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"10874f8a-2855-4e80-bc46-e484589b76a8\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:e78c153103f698b2b34892332d6b3b62\";s:5:\"title\";s:13:\"Flying Images\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:12:\"flyingImages\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:27:\"nazy-load/flying-images.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"53958499-dacd-41d6-93bc-1534fe7d9eda\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:5a0e40a6c5783856893b803189de1404\";s:5:\"title\";s:18:\"FooGallery Premium\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:57:\"/plugins/foobox-image-lightbox/free/js/foobox.free.min.js\";i:3;s:88:\"/plugins/foogallery-premium/pro/extensions/default-templates/shared/js/foogallery.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:33:\"foogallery-premium/foogallery.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"7870d704-2024-4622-838c-fad37d5c6753\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:ebb5efb57b19ae60e734e456ca2df3f8\";s:5:\"title\";s:16:\"Formidable Forms\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:7:\"frmSigs\";i:3;s:45:\"/formidable-signature/js/frm.signature.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:25:\"formidable/formidable.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"3f24f9b3-e59e-400f-a784-999f93f60fab\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:0b08523445b8869a67ca40e777704692\";s:5:\"title\";s:10:\"Forminator\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:9:{i:0;s:36:\"/wp-includes/js/jquery/jquery.min.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:15:\"forminatorFront\";i:3;s:42:\"/forminator/build/front/front.multi.min.js\";i:4;s:52:\"/forminator/assets/js/library/jquery.validate.min.js\";i:5;s:58:\"/forminator/assets/forminator-ui/js/forminator-form.min.js\";i:6;s:55:\"/forminator/assets/forminator-ui/js/select2.full.min.js\";i:7;s:43:\"/wp-includes/js/jquery/ui/datepicker.min.js\";i:8;s:41:\"/wp-includes/js/dist/vendor/moment.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:25:\"forminator/forminator.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"3a600ded-3454-48fb-9811-46afa2ab3c05\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:5759bf0d47ac3457485314b381a9b528\";s:5:\"title\";s:22:\"GDPR Cookie Compliance\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:36:\"/wp-includes/js/jquery/jquery.min.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:44:\"/gdpr-cookie-compliance/dist/scripts/main.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:37:\"gdpr-cookie-compliance/moove-gdpr.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"e21aaa5e-7354-471d-ab86-85f99f48830c\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:ffb40036ab0583218561de7c28c6bd9b\";s:5:\"title\";s:19:\"GDPR Cookie Consent\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:36:\"/wp-includes/js/jquery/jquery.min.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:36:\"/public/js/cookie-law-info-public.js\";i:3;s:8:\"Cli_Data\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:49:\"webtoffee-gdpr-cookie-consent/cookie-law-info.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"c11ca4ea-1a23-49ee-9a6b-1e549de50ea2\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:3877953c5ec1e66db92ad844ae8ebafc\";s:5:\"title\";s:25:\"Getwid - Gutenberg Blocks\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:37:\"/wp-includes/js/jquery/ui/tabs.min.js\";i:3;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:17:\"getwid/getwid.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"79b33eb9-bc92-4d8a-afd8-1c61e70bed8f\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"GiveWP\";s:9:\"condition\";s:13:\"give/give.php\";s:10:\"exclusions\";a:5:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:28:\"/give/assets/dist/js/give.js\";i:2;s:37:\"/wp-includes/js/dist/api-fetch.min.js\";i:3;s:33:\"/wp-includes/js/dist/hooks.min.js\";i:4;s:32:\"/wp-includes/js/dist/i18n.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:0fb3af06fc5c710a670220b054c292c5\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1706652232;}s:36:\"3773bb33-b168-4f68-9963-512da24ac4da\";O:8:\"stdClass\":8:{s:5:\"title\";s:15:\"GoodLayers Core\";s:9:\"condition\";s:35:\"goodlayers-core/goodlayers-core.php\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:34:\"/goodlayers-core/plugins/script.js\";i:3;s:43:\"/goodlayers-core/include/js/page-builder.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:5f124509a56ca2e0644246919ec70434\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704734904;}s:36:\"2adabe9b-6e03-4a67-959f-492813d40f69\";O:8:\"stdClass\":8:{s:5:\"title\";s:38:\"Google Tag Manager for WooCommerce PRO\";s:9:\"condition\";s:47:\"gtm-ecommerce-woo-pro/gtm-ecommerce-woo-pro.php\";s:10:\"exclusions\";a:1:{i:0;s:54:\"/gtm-ecommerce-woo-pro/assets/gtm-ecommerce-woo-pro.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:e54fd4313007b6fedf8ab4df0e05277a\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1691218549;}s:36:\"7bf261ac-89d4-492f-8a3d-1c5809b9579a\";O:8:\"stdClass\":8:{s:5:\"title\";s:13:\"Gravity Forms\";s:9:\"condition\";s:29:\"gravityforms/gravityforms.php\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:14:\"/gravityforms/\";i:2;s:5:\"gform\";i:3;s:9:\"recaptcha\";i:4;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:5;s:40:\"/wp-includes/js/plupload/plupload.min.js\";i:6;s:37:\"/wp-includes/js/plupload/moxie.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:7a1c1606d094f6bff83c0ee155908367\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1694457903;}s:36:\"fbaf4a19-f675-441a-b75c-7fd748a59827\";O:8:\"stdClass\":8:{s:5:\"title\";s:30:\"Gravity Forms Page Transitions\";s:9:\"condition\";s:43:\"gp-page-transitions/gp-page-transitions.php\";s:10:\"exclusions\";a:2:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:32:\"/plugins/gp-page-transitions/js/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:53ef8d0ee1f9fdf0bbf87676e449eef5\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1713987341;}s:36:\"12340193-5c35-4b0d-b0bc-bea690cf1cae\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:2f3112dd98c39aeb6bde618c9026a29f\";s:5:\"title\";s:11:\"Green Forms\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:13:\"leform.min.js\";i:2;s:24:\"leform_customjs_handlers\";i:3;s:15:\"leform_ajax_url\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:27:\"green-forms/green-forms.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"4d20b427-47cf-4cdf-91c7-ff53602d3b2a\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:0eb769dddc58f998e913345841b1d0b3\";s:5:\"title\";s:6:\"GTM4WP\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:9:\"dataLayer\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:81:\"duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"a2b3c237-728c-49d6-882a-e3885444e9b4\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:3b085ccda851ccf129d9506462f0cd65\";s:5:\"title\";s:10:\"GTranslate\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:20:\"translate.google.com\";i:1;s:26:\"googleTranslateElementInit\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:25:\"gtranslate/gtranslate.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"79dfc946-6b96-4b6d-bcaf-8cae6330581a\";O:8:\"stdClass\":8:{s:5:\"title\";s:48:\"GTranslate - Show language switcher on page load\";s:9:\"condition\";s:25:\"gtranslate/gtranslate.php\";s:10:\"exclusions\";a:2:{i:0;s:25:\"window.gtranslateSettings\";i:1;s:40:\"/wp-content/plugins/gtranslate/js/dwf.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:0aedfaa0f543c47c4b0fcf57307c6691\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1719940839;}s:36:\"40cd9336-e73f-4a61-a7f6-27ec1ca6892c\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:e1f17c1eac230219e6fec3ac07406a0d\";s:5:\"title\";s:5:\"HBook\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:7:\"/hbook/\";i:3;s:20:\"hb_booking_form_data\";i:4;s:11:\"hb_max_date\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:15:\"hbook/hbook.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"192224c7-df72-4e3d-8f13-3206ac5b2e90\";O:8:\"stdClass\":8:{s:5:\"title\";s:37:\"Helper - OpenAI Chatbot for WordPress\";s:9:\"condition\";s:17:\"/helper/index.php\";s:10:\"exclusions\";a:3:{i:0;s:36:\"/wp-includes/js/jquery/jquery.min.js\";i:1;s:24:\"/helper/js/helper.min.js\";i:2;s:9:\"mdpHelper\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:07311d992a8a9d6af91e4766d2cb9ac9\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1691599768;}s:36:\"99cfbb2e-5678-42c2-928f-5cb09d7e43da\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:269c5766fba124a838ac012a4b5a1a13\";s:5:\"title\";s:39:\"HUSKY - Products Filter for WooCommerce\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:33:\"/woocommerce-products-filter/(.*)\";i:3;s:4:\"woof\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:37:\"woocommerce-products-filter/index.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"3a964eac-4aeb-49a7-9fd6-4c31b2645dee\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:d457acfec0f86aac6733f1446f4fc94f\";s:5:\"title\";s:18:\"Instagram Feed Pro\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:41:\"/instagram-feed-pro/js/sbi-scripts.min.js\";i:3;s:23:\"sb_instagram_js_options\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:37:\"instagram-feed-pro/instagram-feed.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"8f9f4788-1b8d-468b-b291-1fcbd48618b9\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:513b0c0ec8e12130af9b4bbbb17d7275\";s:5:\"title\";s:20:\"Interactive Geo Maps\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:66:\"/interactive-geo-maps-premium/assets/public/map-service/app.min.js\";i:3;s:54:\"/interactive-geo-maps/assets/public/map-service/app.js\";i:4;s:9:\"iMapsData\";i:5;s:21:\"cdn.amcharts.com/lib/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:45:\"interactive-geo-maps/interactive-geo-maps.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"cf650ca3-afa0-4a13-9e4f-f7cca19abac6\";O:8:\"stdClass\":8:{s:5:\"title\";s:12:\"Ivory Search\";s:9:\"condition\";s:41:\"add-search-to-menu/add-search-to-menu.php\";s:10:\"exclusions\";a:2:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:49:\"/add-search-to-menu/public/js/ivory-search.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:7430e9d2c985ae0a3339a7b7e1acc318\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1677852711;}s:36:\"17a5dd54-1f5e-4d57-a56d-a8a970651954\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:1c8a1e1ba89a601f88654f094139b469\";s:5:\"title\";s:9:\"JetBlocks\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:39:\"/jet-blocks/assets/js/jet-blocks.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:25:\"jet-blocks/jet-blocks.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"b6f78c90-9823-459a-8dc1-1257e5f0d4e3\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:dac9ec782180f33d0fcc7c4e0e569b9d\";s:5:\"title\";s:7:\"JetBlog\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:8:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:15:\"/elementor-pro/\";i:3;s:11:\"/elementor/\";i:4;s:10:\"/jet-blog/\";i:5;s:26:\"ElementorProFrontendConfig\";i:6;s:23:\"elementorFrontendConfig\";i:7;s:18:\"hasJetBlogPlaylist\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:21:\"jet-blog/jet-blog.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"e17173d8-6ef8-4e27-ba0f-379c9aea7eda\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:0fe8895d1da5247b73a5d0b482df4ac4\";s:5:\"title\";s:11:\"JetElements\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:10:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:26:\"ElementorProFrontendConfig\";i:5;s:23:\"elementorFrontendConfig\";i:6;s:14:\"/jet-elements/\";i:7;s:18:\"hasJetBlogPlaylist\";i:8;s:11:\"jetElements\";i:9;s:26:\"/wp-includes/js/jquery/ui/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:29:\"jet-elements/jet-elements.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"cfd77501-9c9e-4f11-b994-0178a592fc08\";O:8:\"stdClass\":8:{s:5:\"title\";s:9:\"JetEngine\";s:9:\"condition\";s:25:\"jet-engine/jet-engine.php\";s:10:\"exclusions\";a:1:{i:0;s:12:\"/jet-engine/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:bc998e71546860c8c7f70c45a6c18972\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1686208296;}s:36:\"36fed829-a2d9-41b5-94f6-2c3b9f07a94e\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:433a3173f2d06f7d02c7b91c06ed215d\";s:5:\"title\";s:7:\"JetMenu\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:13:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:15:\"/elementor-pro/\";i:3;s:11:\"/elementor/\";i:4;s:42:\"/jet-blog/assets/js/lib/slick/slick.min.js\";i:5;s:14:\"/jet-elements/\";i:6;s:10:\"/jet-menu/\";i:7;s:23:\"elementorFrontendConfig\";i:8;s:26:\"ElementorProFrontendConfig\";i:9;s:18:\"hasJetBlogPlaylist\";i:10;s:17:\"JetEngineSettings\";i:11;s:21:\"jetMenuPublicSettings\";i:12;s:37:\"/jet-reviews/assets/js/lib/vue.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:21:\"jet-menu/jet-menu.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"580cfed7-f034-4e39-bc7a-cdd01923ce87\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:51714cfdb43f231a1c93e7cffb1007ab\";s:5:\"title\";s:8:\"JetPopup\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:46:\"/jet-popup/assets/js/lib/anime-js/anime.min.js\";i:1;s:42:\"/jet-popup/assets/js/jet-popup-frontend.js\";i:2;s:17:\"/jet-woo-builder/\";i:3;s:16:\"var jetPopupData\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:23:\"jet-popup/jet-popup.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"d9cd2730-12e2-42d7-a082-6f0efcd466cc\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:df3bc4b6a8a9f28a5ba24cb7496bbc72\";s:5:\"title\";s:17:\"JetProductGallery\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:56:\"/jet-woo-product-gallery/assets/lib/swiper/swiper.min.js\";i:3;s:65:\"/jet-woo-product-gallery/assets/js/jet-woo-product-gallery.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:51:\"jet-woo-product-gallery/jet-woo-product-gallery.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"544aa37b-4d52-4182-99e8-abe23585da14\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:5921fc95965ac7fccb7296957bd9abff\";s:5:\"title\";s:10:\"JetReviews\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:46:\"/jet-reviews/assets/js/jet-reviews-frontend.js\";i:3;s:37:\"/jet-reviews/assets/js/lib/vue.min.js\";i:4;s:16:\"jetReviewsWidget\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:27:\"jet-reviews/jet-reviews.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"963c7804-eede-4570-bd63-67066588b758\";O:8:\"stdClass\":8:{s:5:\"title\";s:32:\"JetSearch - Search results popup\";s:9:\"condition\";s:25:\"jet-search/jet-search.php\";s:10:\"exclusions\";a:4:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:50:\"/jet-search/assets/lib/chosen/chosen.jquery.min.js\";i:2;s:35:\"/jet-search/assets/js/jet-search.js\";i:3;s:49:\"/jet-search/assets/lib/jet-plugins/jet-plugins.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:13e8760379022187de982df2226a5be4\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1708541675;}s:36:\"a8460089-34b4-4f8f-8694-5d92fa48aa82\";O:8:\"stdClass\":8:{s:5:\"title\";s:15:\"JetSmartFilters\";s:9:\"condition\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:10:\"exclusions\";a:1:{i:0;s:23:\"jetOffcanvasInitialized\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:0cd63a514de1f1acb88e2bde65c4bc8d\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1694447256;}s:36:\"fe3c4915-6f8b-49b7-aa9c-c97b264d9f12\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:a346b60514ef52afeffc6e2ef2793da3\";s:5:\"title\";s:9:\"JetSticky\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:25:\"/jetsticky-for-elementor/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:51:\"jetsticky-for-elementor/jetsticky-for-elementor.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"853479dc-fff5-47cf-9a60-bf9b00f71fc4\";O:8:\"stdClass\":8:{s:5:\"title\";s:21:\"JetTabs for Elementor\";s:9:\"condition\";s:21:\"jet-tabs/jet-tabs.php\";s:10:\"exclusions\";a:7:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:11:\"/elementor/\";i:2;s:15:\"/elementor-pro/\";i:3;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:4;s:26:\"ElementorProFrontendConfig\";i:5;s:23:\"elementorFrontendConfig\";i:6;s:63:\"/wp-content/plugins/jet-tabs/assets/js/jet-tabs-frontend.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:d887a6ffea25d759e8aecdb6b78917f7\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1697130971;}s:36:\"b7f89562-230c-4f63-8360-7aad6df31e02\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:829272546b040d5aaeeeaf976b6cd4ec\";s:5:\"title\";s:9:\"JetTricks\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:12:\"/jet-tricks/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:25:\"jet-tricks/jet-tricks.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"90451e2a-553a-4496-9fa4-cffedbe69d43\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:f44f3dbd09149f57db370e4132b057db\";s:5:\"title\";s:28:\"JetWoo Widgets For Elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:10:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:26:\"ElementorProFrontendConfig\";i:5;s:23:\"elementorFrontendConfig\";i:6;s:58:\"/jetwoo-widgets-for-elementor/assets/js/jet-woo-widgets.js\";i:7;s:49:\"/jet-woo-builder/assets/js/jet-woo-builder.min.js\";i:8;s:42:\"/jet-woo-builder/assets/js/frontend.min.js\";i:9;s:35:\"/wp-includes/js/imagesloaded.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:35:\"jet-woo-builder/jet-woo-builder.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"944718c2-48c6-4f53-aaa2-460d07e033cc\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:ed318a971f8a047bed5b02ad546a9c18\";s:5:\"title\";s:13:\"JetWooBuilder\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:11:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:33:\"/wp-includes/js/dist/hooks.min.js\";i:3;s:32:\"/wp-includes/js/dist/i18n.min.js\";i:4;s:15:\"/elementor-pro/\";i:5;s:11:\"/elementor/\";i:6;s:23:\"elementorFrontendConfig\";i:7;s:26:\"ElementorProFrontendConfig\";i:8;s:17:\"JetEngineSettings\";i:9;s:17:\"/jet-woo-builder/\";i:10;s:65:\"/jet-woo-builder-custom-quantity-selectors-main/assets/js/main.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:35:\"jet-woo-builder/jet-woo-builder.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"f5b62f59-1dae-4cdf-ac3f-f5e846fc9918\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:9562e253cd4ac2b1e1f70e32cb4e32dc\";s:5:\"title\";s:12:\"Layer Slider\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:62:\"/LayerSlider/assets/static/layerslider/js/layerslider.utils.js\";i:3;s:77:\"/LayerSlider/assets/static/layerslider/js/layerslider.kreaturamedia.jquery.js\";i:4;s:68:\"/LayerSlider/assets/static/layerslider/js/layerslider.transitions.js\";i:5;s:15:\"initLayerSlider\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:27:\"LayerSlider/layerslider.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"e2be718d-83a2-4fa0-bc98-f0df52be3dc1\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:1425e2735306796fe1539d9184a77e10\";s:5:\"title\";s:14:\"LoftLoader Pro\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:17:\"loftloader.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:33:\"loftloader-pro/loftloader-pro.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"cfa18552-656e-453c-9e14-c07522dc6598\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:0bf67b8ba84771e1a367fe24590ef09c\";s:5:\"title\";s:20:\"MailUp for WordPress\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:73:\"/mailup-email-and-newsletter-subscription-form/public/js/mailup-public.js\";i:1;s:15:\"mailup-js-extra\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:56:\"mailup-email-and-newsletter-subscription-form/mailup.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"c5330c66-ba7b-45b1-87e4-ce590ab005dd\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:10d0de28911c5f66463b9c8783f8148a\";s:5:\"title\";s:11:\"Maintenance\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:13:\"/maintenance/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:27:\"maintenance/maintenance.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"62f6663a-a15f-4bca-b9b5-79f1770e2c5a\";O:8:\"stdClass\":8:{s:5:\"title\";s:33:\"MapifyLite- Show map on page load\";s:9:\"condition\";s:26:\"mapifylite/mapify_lite.php\";s:10:\"exclusions\";a:7:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:58:\"/plugins/mapifylite/assets/vendor/leaflet-1.7.1/leaflet.js\";i:2;s:80:\"/plugins/mapifylite/assets/vendor/leaflet/markercluster/leaflet.markercluster.js\";i:3;s:79:\"/plugins/mapifylite/assets/vendor/leaflet/locatecontrol/L.Control.Locate.min.js\";i:4;s:44:\"/plugins/mapifylite/assets/vendor/tooltip.js\";i:5;s:44:\"/plugins/mapifylite/assets/js/dist/bundle.js\";i:6;s:7:\"var map\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:48c30c0f37b64accf88126d4ef58e17b\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1720028033;}s:36:\"267aef71-afa0-4848-b6f8-3e1ca15c3a23\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:9460789bdfe77425c895f130991a4cb4\";s:5:\"title\";s:15:\"Maps Marker Pro\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:36:\"/maps-marker-pro/js/mapsmarkerpro.js\";i:1;s:17:\"var mapsMarkerPro\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:35:\"maps-marker-pro/maps-marker-pro.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"b5a88b63-e906-49b3-8134-420139915ea6\";O:8:\"stdClass\":8:{s:5:\"title\";s:13:\"Master Popups\";s:9:\"condition\";s:31:\"master-popups/master-popups.php\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:65:\"/plugins/master-popups/assets/public/js/master-popups-libs.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:8fd7bd2c8b0a33e62798573abd12be63\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1681305305;}s:36:\"4be41549-bf4d-4c49-8346-0f8a3b88fdba\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:de888634cc4bd51576eed319d5a528fd\";s:5:\"title\";s:13:\"Master Slider\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:12:\"masterslider\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:31:\"master-slider/master-slider.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"087bee18-7cd1-4c10-8acc-19e1b7c4f4cd\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:b71309a89bf3c8b558b6fca5d6531919\";s:5:\"title\";s:13:\"Max Mega Menu\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:34:\"/wp-includes/js/hoverIntent.min.js\";i:3;s:27:\"/megamenu/js/maxmegamenu.js\";i:4;s:12:\"var megamenu\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:21:\"megamenu/megamenu.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"cf22f0b9-01f4-409e-8a93-ad6743095abd\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:94a7bae84ef2816494be4af66c577bfc\";s:5:\"title\";s:11:\"Meta Slider\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/ml-slider/\";i:3;s:14:\"var metaslider\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:23:\"ml-slider/ml-slider.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"bb2cbc0d-20da-415e-8218-c17f1db53579\";O:8:\"stdClass\":8:{s:5:\"title\";s:7:\"Monarch\";s:9:\"condition\";s:19:\"monarch/monarch.php\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:22:\"dt-place-monarch-icons\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:b7335d6d6d5c5134ea10ac2d9b04226c\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1677853476;}s:36:\"a98d6a80-4610-4ede-bd33-c3e15bed0a95\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:4f8651262425ef6d7c223c68a2ec2063\";s:5:\"title\";s:16:\"Monster Insights\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:13:\"__gtagTracker\";i:1;s:24:\"monsterinsights_frontend\";i:2;s:62:\"/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"26e1a36e-7a03-449e-8ecc-e42c41ca291c\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:f8fc66b302dec2327bdec0434a3b275b\";s:5:\"title\";s:11:\"Motion.page\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:40:\"/motionpage/core/includes/assets/js/(.*)\";i:1;s:45:\"/motionpage/core/includes/assets/js/gsap/(.*)\";i:2;s:26:\"/motionpage/assets/js/(.*)\";i:3;s:31:\"/motionpage/assets/js/gsap/(.*)\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:25:\"motionpage/motionpage.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"459fd663-7f80-45fd-8308-d3484981e161\";O:8:\"stdClass\":8:{s:5:\"title\";s:11:\"Ninja Forms\";s:9:\"condition\";s:27:\"ninja-forms/ninja-forms.php\";s:10:\"exclusions\";a:8:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:33:\"/wp-includes/js/underscore.min.js\";i:3;s:31:\"/wp-includes/js/backbone.min.js\";i:4;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";i:5;s:44:\"/ninja-forms/assets/js/min/front-end-deps.js\";i:6;s:39:\"/ninja-forms/assets/js/min/front-end.js\";i:7;s:3:\"nf-\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:1d3ae9c1a96d5062616968b81eef319d\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1703190792;}s:36:\"c97440dd-7592-40e7-8c98-dac20d39808f\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:723a588dcd49285ea9f7404e2379b47f\";s:5:\"title\";s:12:\"Ninja Tables\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:8:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:25:\"/ninja-tables(.*)/assets/\";i:3;s:25:\"/ninja-tables(.*)/public/\";i:4;s:41:\"/wp-includes/js/dist/vendor/moment.min.js\";i:5;s:21:\"ninja_table_instance_\";i:6;s:13:\"ninja_filter_\";i:7;s:31:\"ninja_table_ready_init_table_id\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:29:\"ninja-tables/ninja-tables.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"ebc01f06-8c35-47fa-9c63-8959c5cbd915\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:f41a52ab1dd50a81cd3a5e341af0007c\";s:5:\"title\";s:13:\"NotificationX\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:39:\"/notificationx/assets/public/js/(.*).js\";i:3;s:16:\"notificationXArr\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:31:\"notificationx/notificationx.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"3aaf4a1b-591a-48b7-8d60-e6d65c0f94c9\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:be8fc72a8b8e8eb5958be13737cff47c\";s:5:\"title\";s:23:\"Ocean Elementor Widgets\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:26:\"ElementorProFrontendConfig\";i:5;s:23:\"elementorFrontendConfig\";i:6;s:25:\"/ocean-elementor-widgets/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:51:\"ocean-elementor-widgets/ocean-elementor-widgets.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"f053a7d3-62b0-4312-b0ca-6ff63380eb0b\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:1a14afe852fefe7b22ccad3893672a29\";s:5:\"title\";s:23:\"One Click Accessibility\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:40:\"/pojo-accessibility/assets/js/app.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:41:\"pojo-accessibility/pojo-accessibility.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"61e11800-48a9-4354-8a4c-ac9a2b4b033a\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:b9ed0fe6f2cdbd305691a6b857f4b3dc\";s:5:\"title\";s:30:\"OoohBoi Steroids for Elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:26:\"ElementorProFrontendConfig\";i:5;s:23:\"elementorFrontendConfig\";i:6;s:32:\"/ooohboi-steroids-for-elementor/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:51:\"ooohboi-steroids-for-elementor/ooohboi-steroids.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"560b78a2-f051-490b-9dc6-a602dece0d81\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:f1ff18a3e04c4e0995fca9cabffe57a7\";s:5:\"title\";s:8:\"Optimole\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:12:\"optimoleData\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:27:\"optimole-wp/optimole-wp.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"b0fda458-4bf2-41e9-a159-60d4bb6102a6\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:48ec18bd3f59772d98f85dddab75e305\";s:5:\"title\";s:19:\"OSM - OpenStreetMap\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/osm/js/OL/\";i:3;s:28:\"/osm/js/osm-v3-plugin-lib.js\";i:4;s:7:\"vectorM\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:11:\"osm/osm.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"3743ed67-e0d1-4243-bb1f-ee48a445dd10\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:9eacf0b76484af0259cd788f4923f20c\";s:5:\"title\";s:9:\"OxyExtras\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:4:\"vime\";i:1;s:11:\"vime.esm.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:20:\"oxyextras/plugin.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"52a21e27-af5b-4476-8d6d-54c323fd1443\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:e852555c4b4789d78a96d76f503b3262\";s:5:\"title\";s:14:\"Oxygen Builder\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:8:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:38:\"/component-framework/vendor/aos/aos.js\";i:3;s:8:\"AOS.init\";i:4;s:20:\"oxygen_init_pro_menu\";i:5;s:26:\"oxy-pro-menu-show-dropdown\";i:6;s:17:\"oxy-shape-divider\";i:7;s:21:\"oxygenVSBInitToggleJs\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:20:\"oxygen/functions.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"ebd282b9-e175-4b83-90a2-fe12389ccd11\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:6f9419e58ec86c94e7698aaaaf9dc715\";s:5:\"title\";s:21:\"PageLoader by Bonfire\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:36:\"/pageloader-by-bonfire/pageloader.js\";i:3;s:26:\"bonfire-pageloader-overlay\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:47:\"pageloader-by-bonfire/pageloader-by-bonfire.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"0baf6353-aa70-41a9-a3bc-d89870a5839b\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:3a4c4518eb0f60108ab4934fab27d335\";s:5:\"title\";s:12:\"PDF Embedder\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:24:\"/pdf-embedder/js/(.*).js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:29:\"pdf-embedder/pdf_embedder.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"cba51ec1-87cc-44eb-b12b-d652e3446507\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:4f90aca5957cccbf623e3bbc31afa204\";s:5:\"title\";s:30:\"Perfect Brands for WooCommerce\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:57:\"/perfect-woocommerce-brands/assets/lib/slick/slick.min.js\";i:3;s:63:\"/perfect-woocommerce-brands/assets/js/functions-frontend.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:57:\"perfect-woocommerce-brands/perfect-woocommerce-brands.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"808e7a4e-025c-4fae-bf82-de3716e5eb0d\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:84fe214646388d7c021dda25003ac165\";s:5:\"title\";s:8:\"Photonic\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:65:\"/photonic/include/js/front-end/module/photonic-baguettebox.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:21:\"photonic/photonic.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"936aff7d-a8ac-4473-a7b5-4b1611b6c557\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:6838be282f853f71be282783cb1c162b\";s:5:\"title\";s:13:\"Pixel Caffein\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:33:\"/pixel-caffeine/build/frontend.js\";i:2;s:10:\"aepc_pixel\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:33:\"pixel-caffeine/pixel-caffeine.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"ab3a4ef5-2732-4b46-a7c3-17b4e9405cd1\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:afe0eb7c64d4556a7111c56dd8c4d307\";s:5:\"title\";s:29:\"Pixel Manager for WooCommerce\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:41:\"/woocommerce-pixel-manager-pro/js/public/\";i:2;s:3:\"wpm\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:59:\"woocommerce-pixel-manager-pro/woocommerce-pixel-manager.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"2774f964-50b2-425e-8a30-0a02f421b7e4\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:38d4b2986868f543639cd1ebc3e510aa\";s:5:\"title\";s:13:\"Popup Builder\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:32:\"/popup-builder/public/js/(.*).js\";i:3;s:57:\"/popupbuilder-exit-intent/public/javascript/ExitIntent.js\";i:4;s:17:\"var sgpbPublicUrl\";i:5;s:17:\"SGPB_POPUP_PARAMS\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:31:\"popup-builder/popup-builder.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"82dbb1e5-31f9-43d7-b522-52819aa49ba5\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:786717922362642f34a7ff58e919bd95\";s:5:\"title\";s:11:\"Popup Maker\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";i:3;s:24:\"/pum/pum-site-scripts.js\";i:4;s:3:\"pum\";i:5;s:42:\"/plugins/popup-maker/assets/js/site.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:27:\"popup-maker/popup-maker.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"48e08305-1f1c-4ef4-9f13-24af1b155abc\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:17831cbb64e469c7f66224c8c63d0a58\";s:5:\"title\";s:30:\"PowerPack Addons for Elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:59:\"/powerpack-lite-for-elementor/assets/js/min/frontend.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:57:\"powerpack-lite-for-elementor/powerpack-lite-elementor.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"e037ae2f-e36b-4f1a-ada8-eb8fde6746f2\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:80e1283ea1afead3ca904fad792643c5\";s:5:\"title\";s:14:\"Preloader Plus\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:20:\"/preloader-plus/(.*)\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:33:\"preloader-plus/preloader-plus.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"90fed478-e89a-455c-8371-836bee58fb81\";O:8:\"stdClass\":8:{s:5:\"title\";s:28:\"Premium Addons for Elementor\";s:9:\"condition\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:10:\"exclusions\";a:10:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:74:\"/premium-addons-for-elementor/assets/frontend/min-js/premium-addons.min.js\";i:3;s:67:\"/premium-addons-for-elementor/assets/frontend/min-js/isotope.min.js\";i:4;s:49:\"/premium-addons-elementor/pa-frontend-(.*).min.js\";i:5;s:65:\"/premium-addons-for-elementor/assets/frontend/min-js/slick.min.js\";i:6;s:61:\"/premium-addons-pro/assets/frontend/min-js/tooltipster.min.js\";i:7;s:19:\"window.scopes_array\";i:8;s:13:\"lottie.min.js\";i:9;s:76:\"/premium-addons-for-elementor/assets/frontend/min-js/premium-nav-menu.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:debbfbbcbdf9ffb465bbc40008d99f02\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1693315214;}s:36:\"7e43c261-77be-48fc-b25a-8953a654ae85\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:100a0382fcf3d1b6b22da928bce46ea8\";s:5:\"title\";s:13:\"Presto Player\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:7:{i:0;s:54:\"/wp-includes/js/dist/vendor/regenerator-runtime.min.js\";i:1;s:67:\"/presto-player/dist/components/web-components/web-components.esm.js\";i:2;s:42:\"/presto-player/src/player/player-static.js\";i:3;s:10:\"var player\";i:4;s:37:\"/wp-includes/js/dist/api-fetch.min.js\";i:5;s:33:\"/wp-includes/js/dist/hooks.min.js\";i:6;s:32:\"/wp-includes/js/dist/i18n.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:31:\"presto-player/presto-player.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"3d6f509f-d040-4279-9a2f-a4e6eae1e9df\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:c0fce700121492b566517e68301db382\";s:5:\"title\";s:42:\"Price Based on Country for WooCommerce Pro\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:79:\"/woocommerce-product-price-based-on-countries/assets/js/ajax-geolocation.min.js\";i:1;s:77:\"/woocommerce-price-based-country-pro-addon/assets/js/currency-switcher.min.js\";i:2;s:18:\"add-to-cart.min.js\";i:3;s:21:\"cart-fragments.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:87:\"woocommerce-price-based-country-pro-addon/woocommerce-price-based-country-pro-addon.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"b970bc8a-bcbe-4d08-8ac0-a6853ab3f036\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:f1ecfe258440b371124999ca3bfbfff3\";s:5:\"title\";s:12:\"Prime Slider\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:62:\"/plugins/bdthemes-prime-slider-lite/assets/js/bdt-uikit.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:52:\"bdthemes-prime-slider-lite/bdthemes-prime-slider.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"e5458963-f167-4b68-88e4-77dd39af2842\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:29ea8f4dd72f5a5c5927917fb0665a05\";s:5:\"title\";s:12:\"PRO Elements\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:14:\"/pro-elements/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:29:\"pro-elements/pro-elements.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"b119ad72-f498-4576-bb71-9e6d8c37b68f\";O:8:\"stdClass\":8:{s:5:\"title\";s:39:\"Product Filter by WBW (for WooCommerce)\";s:9:\"condition\";s:41:\"woo-product-filter/woo-product-filter.php\";s:10:\"exclusions\";a:6:{i:0;s:55:\"/jquery-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?$\";i:1;s:55:\"/jquery-migrate(.*)(.min|.slim|.slim.min)?.js(\\?(.*))?$\";i:2;s:83:\"/wp-content/plugins/woo-product-filter/modules/woofilters/js/frontend.woofilters.js\";i:3;s:38:\"/wp-includes/js/jquery/ui/mouse.min.js\";i:4;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";i:5;s:39:\"/wp-includes/js/jquery/ui/slider.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:e57ad91e0d94fab011353af544873743\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1685686062;}s:36:\"7b779aca-e497-4da3-8e51-fa12837d15ab\";O:8:\"stdClass\":8:{s:5:\"title\";s:31:\"Product Filters for WooCommerce\";s:9:\"condition\";s:59:\"woocommerce-product-filters/woocommerce-product-filters.php\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:29:\"/woocommerce-product-filters/\";i:3;s:51:\"/woocommerce/assets/js/accounting/accounting.min.js\";i:4;s:26:\"/wp-includes/js/jquery/ui/\";i:5;s:17:\"wcpf-load-project\";i:6;s:8:\"WCPFData\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:719469f1c977f7109d3d6ee21ecd5a16\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1691235154;}s:36:\"2b2a51f2-bd47-4591-92d8-4a690bce5d99\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:a898898b2b0ea2cd82e20a6d3a3aa47b\";s:5:\"title\";s:38:\"Product Gallery Slider for WooCommerce\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:29:\"/twist/assets/js/slick.min.js\";i:3;s:20:\"wpgs-public-js-after\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:15:\"twist/twist.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"062c5be3-e5ea-4958-9619-44e3410f237e\";O:8:\"stdClass\":8:{s:5:\"title\";s:37:\"Product Video Gallery for Woocommerce\";s:9:\"condition\";s:93:\"product-video-gallery-slider-for-woocommerce/product-video-gallery-slider-for-woocommerce.php\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:70:\"/product-video-gallery-slider-for-woocommerce/public/js/nickx.front.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:bbc653a91f0635cd2edb0b741aa62b85\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1693512477;}s:36:\"34d225a4-688c-476b-846b-420774160d6b\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:e0b123d324c6fc85b8682660c34f8829\";s:5:\"title\";s:13:\"Rank Math SEO\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:11:\"local_ga_js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:30:\"seo-by-rank-math/rank-math.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"02305ca0-2c2a-4eef-a802-b8a942771ecc\";O:8:\"stdClass\":8:{s:5:\"title\";s:9:\"Retainful\";s:9:\"condition\";s:91:\"retainful-next-order-coupon-for-woocommerce/retainful-next-order-coupon-for-woocommerce.php\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:83:\"/retainful-next-order-coupon-for-woocommerce/src/premium/assets/js/atc-popup.min.js\";i:3;s:87:\"/retainful-next-order-coupon-for-woocommerce/src/premium/assets/js/exit-intent-popup.js\";i:4;s:13:\"retainful.com\";i:5;s:26:\"rnoc-add-to-cart-js-before\";i:6;s:26:\"rnoc_redirect_coupon_popup\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:f9fdee19ba6aed961d96d86e1521a761\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679331508;}s:36:\"b4055250-5813-400f-b663-d390fee989e4\";O:8:\"stdClass\":8:{s:5:\"title\";s:17:\"Revolution Slider\";s:9:\"condition\";s:23:\"revslider/revslider.php\";s:10:\"exclusions\";a:12:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:28:\"/revslider/public/assets/js/\";i:3;s:25:\"/revslider/sr6/assets/js/\";i:4;s:22:\"/revslider-(.*)-addon/\";i:5;s:15:\"setREVStartSize\";i:6;s:11:\"rev_slider_\";i:7;s:10:\"revslider_\";i:8;s:17:\"window.RS_MODULES\";i:9;s:36:\"/revslider/public/js/libs/tptools.js\";i:10;s:27:\"/revslider/public/js/sr7.js\";i:11;s:3:\"SR7\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:d6a4d07d1b4022d886df52322dcd8a6f\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1714049967;}s:36:\"0b4e061a-b366-4d5a-a00e-bded4b107133\";O:8:\"stdClass\":8:{s:5:\"title\";s:22:\"Royal Elementor Addons\";s:9:\"condition\";s:37:\"royal-elementor-addons/wpr-addons.php\";s:10:\"exclusions\";a:3:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:49:\"/royal-elementor-addons/assets/js/frontend.min.js\";i:2;s:62:\"/royal-elementor-addons/assets/js/lib/jarallax/jarallax.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:c4b464373716d7ac8e3cfb019aaa6102\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1688124503;}s:36:\"1b19ec89-171a-4f85-8c4b-b1bcfc6b1433\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:5e3f85d8c82cc184b945415d1a862601\";s:5:\"title\";s:18:\"Sassy Social Share\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:58:\"/sassy-social-share/public/js/sassy-social-share-public.js\";i:3;s:19:\"heateorSssLoadEvent\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:41:\"sassy-social-share/sassy-social-share.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"f5899925-2ab7-43b6-abc4-51b76d664ca6\";O:8:\"stdClass\":8:{s:5:\"title\";s:14:\"Scrollsequence\";s:9:\"condition\";s:41:\"scrollsequence-pro/scrollsequence-pro.php\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:51:\"/scrollsequence-pro/public/js/gsap__premium_only.js\";i:3;s:65:\"/scrollsequence-pro/public/js/gsap-scrolltrigger__premium_only.js\";i:4;s:54:\"/scrollsequence-pro/public/js/ssq-lib__premium_only.js\";i:5;s:27:\"scrollsequence-input-script\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:3df51830b6b80668fc342c8dcea495cf\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1678111131;}s:36:\"043827fc-3df8-45d6-9cd2-14fbe962987a\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:9d60b5d2de4d828b78c7b088024377d6\";s:5:\"title\";s:37:\"ShiftNav Pro - Responsive Mobile Menu\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:39:\"/shiftnav-pro/assets/js/shiftnav(.*).js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:25:\"shiftnav-pro/shiftnav.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"bcbaf240-e76f-4620-b7d5-4852c46d4be7\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:56279bd768c8f27ad1972b6774738bcf\";s:5:\"title\";s:35:\"ShiftNav â€“ Responsive Mobile Menu\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:33:\"/shiftnav-responsive-mobile-menu/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:67:\"shiftnav-responsive-mobile-menu/shiftnav-responsive-mobile-menu.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"bbe0543b-b5af-467b-a90d-e2975d892d8d\";O:8:\"stdClass\":8:{s:5:\"title\";s:26:\"Short Pixel Adaptive Image\";s:9:\"condition\";s:45:\"shortpixel-adaptive-images/short-pixel-ai.php\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:51:\"/shortpixel-adaptive-images/assets/js/ai(.*).min.js\";i:3;s:13:\"spai_settings\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:1bc7ac87d8ab2301a1b904919dc7a798\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704734942;}s:36:\"543ab43a-6bd3-4948-a09e-3b95e7c9209d\";O:8:\"stdClass\":8:{s:5:\"title\";s:12:\"Showcase IDX\";s:9:\"condition\";s:28:\"showcase-idx/showcaseidx.php\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:4:\"SIDX\";i:3;s:37:\"search.showcaseidx.com/js/app-(.*).js\";i:4;s:17:\"cdn.shortpixel.ai\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:ce4dea8ddc3caa8d00e95cec3202d32a\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704734988;}s:36:\"a16bcab7-1169-46b9-a425-b091478d8312\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:3ea7d9f75ad03620b0bce2517bd5b8d1\";s:5:\"title\";s:21:\"Side Cart WooCommerce\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:61:\"/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js\";i:3;s:58:\"/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js\";i:4;s:67:\"/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js\";i:5;s:57:\"/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:38:\"side-cart-woocommerce/xoo-wsc-main.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"521f748e-cf09-4019-bd28-b52daef5f16f\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:7843983bf90dbae16c6e889382c71b23\";s:5:\"title\";s:13:\"Simple Banner\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:36:\"/wp-includes/js/jquery/jquery.min.js\";i:1;s:15:\"/simple-banner/\";i:2;s:24:\"simpleBannerScriptParams\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:31:\"simple-banner/simple-banner.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"76026e82-d9cf-482c-b480-55c57693a184\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:b6825f971d35a5515d095564a2e40936\";s:5:\"title\";s:18:\"Site Kit by Google\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:33:\"google-analytics.com/analytics.js\";i:1;s:6:\"ga\\( \'\";i:2;s:5:\"ga\\(\'\";i:3;s:8:\"/gtag/js\";i:4;s:6:\"gtag\\(\";i:5;s:7:\"/gtm.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:35:\"google-site-kit/google-site-kit.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"4f9be7dd-fa19-401c-a5a5-81654990f9c4\";O:8:\"stdClass\":8:{s:5:\"title\";s:39:\"SiteOrigin Widgets Bundle - Load images\";s:9:\"condition\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:10:\"exclusions\";a:9:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:49:\"/so-widgets-bundle/js/slider/jquery.slider.min.js\";i:2;s:41:\"/so-widgets-bundle/js/jquery.cycle.min.js\";i:3;s:47:\"/so-widgets-bundle/js/jquery.cycle.swipe.min.js\";i:4;s:47:\"/so-widgets-bundle/js/sow.jquery.fittext.min.js\";i:5;s:47:\"/so-widgets-bundle/js/lib/jquery.fitvids.min.js\";i:6;s:36:\"/siteorigin-panels/js/styling.min.js\";i:7;s:27:\"siteorigin-panels-before-js\";i:8;s:7:\"page_id\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:3968480c93d7f92ed1cb78a54b47fc9f\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1716234178;}s:36:\"79c458d7-f7f7-4072-919d-ad337bde6ae3\";O:8:\"stdClass\":8:{s:5:\"title\";s:10:\"Slick Menu\";s:9:\"condition\";s:25:\"slick-menu/slick-menu.php\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:12:\"/slick-menu/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:5ce5dfecdc9d3292c69a1413bbd17d3c\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704735027;}s:36:\"99cf4942-49ea-4687-b156-405ed1ce1cfa\";O:8:\"stdClass\":8:{s:5:\"title\";s:14:\"Slide Anything\";s:9:\"condition\";s:33:\"slide-anything/slide-anything.php\";s:10:\"exclusions\";a:3:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:48:\"/slide-anything/owl-carousel/owl.carousel.min.js\";i:2;s:16:\"owl_goto.trigger\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:fff874cc48b80940210228c975df395c\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1702907355;}s:36:\"dd0ea584-0c99-4c30-b46d-da35b94c9f0a\";O:8:\"stdClass\":8:{s:5:\"title\";s:19:\"Slider by Soliloquy\";s:9:\"condition\";s:33:\"soliloquy-lite/soliloquy-lite.php\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:16:\"soliloquy-min.js\";i:3;s:16:\"soliloquy_slider\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:ffb5f8cc0ea17886dbd05f601ca3eec0\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704735068;}s:36:\"ecb2fffc-d289-4f68-ae94-71131f17deee\";O:8:\"stdClass\":8:{s:5:\"title\";s:14:\"Smart Slider 3\";s:9:\"condition\";s:33:\"smart-slider-3/smart-slider-3.php\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:23:\"/smart-slider-3/(.*).js\";i:3;s:3:\"_N2\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:2f373822dceb191c31c8ad2183d51869\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704735119;}s:36:\"284ede43-bf80-419e-8414-46c26cb746f0\";O:8:\"stdClass\":8:{s:5:\"title\";s:18:\"Smart Slider 3 Pro\";s:9:\"condition\";s:55:\"nextend-smart-slider3-pro/nextend-smart-slider3-pro.php\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:21:\"/SmartSlider3/(.*).js\";i:3;s:3:\"_N2\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:720ec9fbbd8a52ce525959a68a5310b3\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704735152;}s:36:\"be70034f-def5-4771-9b3f-662eb218da2a\";O:8:\"stdClass\":8:{s:5:\"title\";s:28:\"Spectra - Show Slider Images\";s:9:\"condition\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:10:\"exclusions\";a:7:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:66:\"/ultimate-addons-for-gutenberg/assets/js/spectra-animations.min.js\";i:2;s:52:\"/ultimate-addons-for-gutenberg/assets/js/post.min.js\";i:3;s:51:\"/ultimate-addons-for-gutenberg/assets/js/aos.min.js\";i:4;s:13:\"/slick.min.js\";i:5;s:20:\"/imagesloaded.min.js\";i:6;s:16:\"UAGBPostCarousel\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:af16af31f83a874b9d0a9570d9c15ff7\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1706824485;}s:36:\"c3334c29-4160-42df-a1ce-f8aeeaee8668\";O:8:\"stdClass\":8:{s:5:\"title\";s:16:\"Super Socializer\";s:9:\"condition\";s:37:\"super-socializer/super_socializer.php\";s:10:\"exclusions\";a:3:{i:0;s:8:\"theChamp\";i:1;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:2;s:25:\"/jquery-migrate(.min)?.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:660defe26748470c3a47366cd4012579\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1677853633;}s:36:\"f18b4242-fe3f-4e2b-bfc9-ac2fb3939a90\";O:8:\"stdClass\":8:{s:5:\"title\";s:13:\"Superfly Menu\";s:9:\"condition\";s:22:\"superfly-menu/main.php\";s:10:\"exclusions\";a:8:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:33:\"/jquery-migrate((.*?)(.min?)?).js\";i:2;s:67:\"/superfly-menu/includes/vendor/looks_awesome/icon_manager/js/md5.js\";i:3;s:68:\"/superfly-menu/includes/vendor/looks_awesome/icon_manager/js/util.js\";i:4;s:31:\"/superfly-menu/js/public.min.js\";i:5;s:20:\"window.SFM_is_mobile\";i:6;s:21:\"var SFM_skew_disabled\";i:7;s:16:\"var SFM_template\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:ccb15175093bc6c437b78797f0698a7b\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1684301673;}s:36:\"1a05c00a-8562-45bc-80e8-987a4574b1c9\";O:8:\"stdClass\":8:{s:5:\"title\";s:10:\"Symplr Ads\";s:9:\"condition\";s:28:\"symplr-ads/symplr-plugin.php\";s:10:\"exclusions\";a:2:{i:0;s:12:\"/symplr-ads/\";i:1;s:14:\"cdns.symplr.de\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:3b6d39e28a87e86c4659491e2368ff61\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1692199959;}s:36:\"858d2d7f-bdac-4d27-ba26-baa9ace96ba4\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:7d93008296bb5c7c43d4cba185ed2632\";s:5:\"title\";s:21:\"Tabby Responsive Tabs\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:34:\"/tabby-responsive-tabs/js/tabby.js\";i:3;s:12:\"RESPONSIVEUI\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:47:\"tabby-responsive-tabs/tabby-responsive-tabs.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"e44a5c93-bb77-4624-a121-d846905137ea\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:2f563bbb7e92363ec3fb2989a1c7dffe\";s:5:\"title\";s:29:\"The Plus Addons for Elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:20:\"/theplus-addons/(.*)\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:70:\"the-plus-addons-for-elementor-page-builder/theplus_elementor_addon.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"2bbac961-b000-4802-ae97-d52472ec6750\";O:8:\"stdClass\":8:{s:5:\"title\";s:37:\"The Plus Addons for Elementor Premium\";s:9:\"condition\";s:51:\"theplus_elementor_addon/theplus_elementor_addon.php\";s:10:\"exclusions\";a:7:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:44:\"/wp-content/plugins/theplus_elementor_addon/\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:5;s:26:\"ElementorProFrontendConfig\";i:6;s:23:\"elementorFrontendConfig\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:6e127deaaeefbe57ff945b1f9e274518\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1688143611;}s:36:\"c3b5d7fd-a1e0-4aca-a0b6-405018a37266\";O:8:\"stdClass\":8:{s:5:\"title\";s:13:\"The Post Grid\";s:9:\"condition\";s:14:\"the-post-grid/\";s:10:\"exclusions\";a:2:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:13:\"the-post-grid\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:93c3354976453458cf67f8ec0fdfce5a\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1721070241;}s:36:\"666b45e8-749c-4140-bd17-e1cd589e03ee\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:b9c418b47c986935a1151ab9b42f8971\";s:5:\"title\";s:15:\"ThemeREX Addons\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:32:\"/trx_addons/js/__scripts-full.js\";i:3;s:67:\"/trx_addons/components/cpt/layouts/shortcodes/menu/superfish.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:25:\"trx_addons/trx_addons.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"a750cada-eb58-4df4-9966-21c8a69332ba\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:75af9efe22c5cc776636266feb55adf1\";s:5:\"title\";s:16:\"Thrive Architect\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:45:\"thrive-visual-editor/thrive-visual-editor.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"13714cde-680e-4ca4-8607-c35952d6a5f2\";O:8:\"stdClass\":8:{s:5:\"title\";s:15:\"Thrive Comments\";s:9:\"condition\";s:35:\"thrive-comments/thrive-comments.php\";s:10:\"exclusions\";a:9:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:14:\"/thrive-leads/\";i:3;s:15:\"window.TL_Const\";i:4;s:7:\"var ml=\";i:5;s:27:\"/thrive-comments/assets/js/\";i:6;s:14:\"ThriveComments\";i:7;s:33:\"/wp-includes/js/underscore.min.js\";i:8;s:31:\"/wp-includes/js/backbone.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:6a72d06ca2f6a888b0d9d5ea93af2edc\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1677852974;}s:36:\"aa7ca898-499f-4f04-b419-3de199996969\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:b84d82c02cade64ade00712b9c5652aa\";s:5:\"title\";s:12:\"Thrive Leads\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:9:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:14:\"/thrive-leads/\";i:3;s:15:\"window.TL_Const\";i:4;s:7:\"var ml=\";i:5;s:27:\"/thrive-comments/assets/js/\";i:6;s:14:\"ThriveComments\";i:7;s:33:\"/wp-includes/js/underscore.min.js\";i:8;s:31:\"/wp-includes/js/backbone.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:29:\"thrive-leads/thrive-leads.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"9eee297a-8241-4ef2-af97-46074bd0898c\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:5bb61b0559b0a3fd578315b553451327\";s:5:\"title\";s:19:\"Thrive Quiz Builder\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:43:\"thrive-quiz-builder/thrive-quiz-builder.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"c2f3ec2a-5b09-4845-aa95-84841783fbfc\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:a7f3e5206abff19ca7cf142260181738\";s:5:\"title\";s:16:\"Thrive Ultimatum\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:18:\"/thrive-ultimatum/\";i:3;s:12:\"var TVE_Ult_\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:37:\"thrive-ultimatum/thrive-ultimatum.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"d48b8d2f-e071-4a30-840a-306154a115a0\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:f57be2014b6a489d053f8367fa6c0f9f\";s:5:\"title\";s:10:\"Tidio Chat\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:22:\"document.tidioChatCode\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:34:\"tidio-live-chat/tidio-elements.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"cb6d33ed-7eb4-4ff9-9ad0-7fc54fbecf6f\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:c9e0485ec256d4a6a8d92a98c18d76fc\";s:5:\"title\";s:14:\"Toolset Blocks\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:8:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:26:\"toolsetCommonEs.fontToHead\";i:3;s:27:\"toolsetCommonEs.styleToHead\";i:4;s:59:\"/toolset-blocks/vendor/toolset/blocks/public/js/frontend.js\";i:5;s:77:\"/toolset-blocks/vendor/toolset/common-es/public/toolset-common-es-frontend.js\";i:6;s:43:\"/toolset-blocks/public/js/views-frontend.js\";i:7;s:33:\"/wp-includes/js/underscore.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:27:\"toolset-blocks/wp-views.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"4bac6350-0925-49fb-904a-372f22fd6baf\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:71beda322b37f7fc7d456822493cb972\";s:5:\"title\";s:11:\"Top Bar Pro\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:40:\"/plugins/topbar-pro/js/tpbr_front.min.js\";i:3;s:39:\"/plugins/topbar-pro/js/jquery.cookie.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:25:\"topbar-pro/topbar_pro.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"033486e7-0ddc-4915-a848-31504d00448e\";O:8:\"stdClass\":8:{s:5:\"title\";s:27:\"Twenty20 Image Before-After\";s:9:\"condition\";s:20:\"twenty20/ttwenty.php\";s:10:\"exclusions\";a:4:{i:0;s:27:\"/twenty20/assets/js/(.*).js\";i:1;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:2;s:25:\"/jquery-migrate(.min)?.js\";i:3;s:22:\"twentytwenty-container\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:23441bba9d3602bc932d697c7cb8aa1f\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1677858089;}s:36:\"bef2147e-2d0b-431d-ac29-5e8430c0d809\";O:8:\"stdClass\":8:{s:5:\"title\";s:13:\"Typing Effect\";s:9:\"condition\";s:39:\"animated-typing-effect/typingeffect.php\";s:10:\"exclusions\";a:3:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:50:\"/plugins/animated-typing-effect/assets/js/typed.js\";i:2;s:53:\"/plugins/animated-typing-effect/assets/js/typed.fe.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:e4e1a3e63d09a28dcb20577efbcb5a48\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1711400446;}s:36:\"7675a34d-006e-4672-99d5-a81e1b8e47f9\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:3d59cc34167a7f8123e66b627148e0b7\";s:5:\"title\";s:8:\"UberMenu\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:35:\"/ubermenu/assets/js/ubermenu.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:21:\"ubermenu/ubermenu.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"8233178a-e7b3-43ce-b193-bd0d9c960933\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:86424c46157c1c7e2e1571055813beee\";s:5:\"title\";s:29:\"Ultimate Addons for Elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:17:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:49:\"/ultimate-elementor/assets/lib/slick/slick.min.js\";i:3;s:54:\"/ultimate-elementor/assets/min-js/uael-frontend.min.js\";i:4;s:53:\"/ultimate-elementor/assets/lib/isotope/isotope.min.js\";i:5;s:73:\"/ultimate-elementor/assets/lib/jquery-element-resize/jquery_resize.min.js\";i:6;s:62:\"/ultimate-elementor/assets/lib/fancybox/jquery_fancybox.min.js\";i:7;s:71:\"/ultimate-elementor/assets/lib/justifiedgallery/justifiedgallery.min.js\";i:8;s:40:\"/elementor-pro/assets/js/frontend.min.js\";i:9;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:10;s:52:\"/js_composer/assets/js/dist/js_composer_front.min.js\";i:11;s:42:\"/elementor/assets/lib/swiper/swiper.min.js\";i:12;s:44:\"/nasa-core/assets/js/min/jquery.slick.min.js\";i:13;s:11:\"/elementor/\";i:14;s:15:\"/elementor-pro/\";i:15;s:26:\"ElementorProFrontendConfig\";i:16;s:23:\"elementorFrontendConfig\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"8bddf484-6c78-4147-a4e6-d3039904e5f6\";O:8:\"stdClass\":8:{s:5:\"title\";s:43:\"Ultimate Addons for Elementor - Mobile Menu\";s:9:\"condition\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:10:\"exclusions\";a:4:{i:0;s:55:\"/jquery-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?$\";i:1;s:55:\"/jquery-migrate(.*)(.min|.slim|.slim.min)?.js(\\?(.*))?$\";i:2;s:46:\"/ultimate-elementor/assets/js/uael-nav-menu.js\";i:3;s:54:\"/ultimate-elementor/assets/min-js/uael-nav-menu.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:70cfade3a7adbb54196f6acccc5a176f\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1694771327;}s:36:\"028504f7-b1cd-4318-8a6d-ce186197e89d\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:0f0a91f0c454021a5ff9fc25c3ed419f\";s:5:\"title\";s:41:\"Ultimate Addons for WPBakery Page Builder\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:27:\"/Ultimate_VC_Addons/assets/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"5754af3d-a6af-49eb-b731-bdd82f26dc4e\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:34db8636812bad84c8aea037c2ddc8c2\";s:5:\"title\";s:32:\"Ultimate Responsive Image Slider\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:9:\"sliderPro\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:69:\"ultimate-responsive-image-slider/ultimate-responsive-image-slider.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"78ae882d-ae31-4179-b677-8893814938c7\";O:8:\"stdClass\":8:{s:5:\"title\";s:49:\"Unlimited Elements for Elementor Premium - Slider\";s:9:\"condition\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";s:10:\"exclusions\";a:8:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:26:\"ElementorProFrontendConfig\";i:5;s:23:\"elementorFrontendConfig\";i:6;s:42:\"/unlimited-elements-for-elementor-premium/\";i:7;s:3:\"uc_\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:17260bc347b8c29bee0010e9ec164184\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1683270377;}s:36:\"051cbfbb-7ad2-4f06-a493-3cf423a80904\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:6717ef5673a956bc08ca4a5117065d53\";s:5:\"title\";s:34:\"Variation Swatches for WooCommerce\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/jquery/ui/\";i:3;s:24:\"/woo-variation-swatches/\";i:4;s:28:\"/woo-variation-swatches-pro/\";i:5;s:17:\"underscore.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:49:\"woo-variation-swatches/woo-variation-swatches.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"6879caba-7224-4eca-bcb2-370785b495ea\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:57597b7683e01892932083413f085134\";s:5:\"title\";s:30:\"Web Accessibility By accessiBe\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/accessibe/\";i:3;s:6:\"acsbJS\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:24:\"accessibe/accessiebe.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"bd6732fe-4c2b-40a1-9035-8464057e2da5\";O:8:\"stdClass\":8:{s:5:\"title\";s:28:\"WooCommerce - Cart Fragments\";s:9:\"condition\";s:27:\"woocommerce/woocommerce.php\";s:10:\"exclusions\";a:3:{i:0;s:36:\"/wp-includes/js/jquery/jquery.min.js\";i:1;s:53:\"/woocommerce/assets/js/frontend/cart-fragments.min.js\";i:2;s:49:\"/woocommerce/assets/js/js-cookie/js.cookie.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:201de694c6fc28c8d580a3b2ca484218\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1680937567;}s:36:\"d044900d-07e1-4533-9516-33106efcb259\";O:8:\"stdClass\":8:{s:5:\"title\";s:33:\"WooCommerce - Product description\";s:9:\"condition\";s:27:\"woocommerce/woocommerce.php\";s:10:\"exclusions\";a:3:{i:0;s:61:\"/plugins/woocommerce/assets/js/frontend/single-product.min.js\";i:1;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:2;s:25:\"/jquery-migrate(.min)?.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:a82644b4c9417ea3a240939a73344700\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679309756;}s:36:\"bff953b1-2213-4666-8112-76a84a3cc207\";O:8:\"stdClass\":8:{s:5:\"title\";s:29:\"WooCommerce - Product Gallery\";s:9:\"condition\";s:27:\"woocommerce/woocommerce.php\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:55:\"/woocommerce/?(.*)/assets/js/zoom/jquery.zoom(.min)?.js\";i:3;s:40:\"/woocommerce/?(.*)/assets/js/photoswipe/\";i:4;s:67:\"/woocommerce/?(.*)/assets/js/flexslider/jquery.flexslider(.min)?.js\";i:5;s:62:\"/woocommerce/?(.*)/assets/js/frontend/single-product(.min)?.js\";i:6;s:24:\"wc_single_product_params\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:7665868ff97c265628f376523a4f9ecc\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1686579689;}s:36:\"016e6ddf-c6e7-49ec-bd3f-2585d9e45895\";O:8:\"stdClass\":8:{s:5:\"title\";s:29:\"WooCommerce - Select2 library\";s:9:\"condition\";s:27:\"woocommerce/woocommerce.php\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:45:\"/woocommerce/assets/js/select2/select2(.*).js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:4bca670bd5d55dd24b17fb0193b0891e\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1681459540;}s:36:\"b9b2c6d7-944f-4ae3-ae04-c9e2204b9dab\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:9165c768e978d6ad3f696db8c78ccbb2\";s:5:\"title\";s:30:\"WooCommerce Attribute Swatches\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:69:\"/iconic-woo-attribute-swatches-premium/assets/frontend/js/main.min.js\";i:3;s:82:\"/iconic-woo-attribute-swatches-premium/assets/vendor/flickity/flickity.pkgd.min.js\";i:4;s:15:\"iconic_was_vars\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:71:\"iconic-woo-attribute-swatches-premium/iconic-woo-attribute-swatches.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"4506c5e9-7349-44c9-9967-34370c83facb\";O:8:\"stdClass\":8:{s:5:\"title\";s:20:\"WooCommerce Bookings\";s:9:\"condition\";s:45:\"woocommerce-bookings/woocommerce-bookings.php\";s:10:\"exclusions\";a:9:{i:0;s:36:\"/wp-includes/js/jquery/jquery.min.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:38:\"/woocommerce-bookings/dist/frontend.js\";i:3;s:32:\"/wp-includes/js/dist/date.min.js\";i:4;s:41:\"/wp-includes/js/dist/vendor/moment.min.js\";i:5;s:43:\"/wp-includes/js/jquery/ui/datepicker.min.js\";i:6;s:33:\"/wp-includes/js/underscore.min.js\";i:7;s:59:\"/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js\";i:8;s:33:\"/wp-includes/js/dist/hooks.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:14dec6d289b9977fa3a74116feecebcc\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1693998405;}s:36:\"fec9cd04-c358-45da-a1a8-1668b964016b\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:456f3b849ba3b6647246aca9d7cdaed5\";s:5:\"title\";s:31:\"WooCommerce Product Reviews Pro\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:22:\"wc_product_reviews_pro\";i:3;s:90:\"/woocommerce-product-reviews-pro/assets/js/frontend/wc-product-reviews-pro-frontend.min.js\";i:4;s:57:\"/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:67:\"woocommerce-product-reviews-pro/woocommerce-product-reviews-pro.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"551a9399-627f-4978-9bae-5cc8e0aefc82\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:c8577e74eef3b082fb6403760d53f68c\";s:5:\"title\";s:36:\"WooCommerce TM Extra Product Options\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:10:{i:0;s:58:\"/woocommerce-tm-extra-product-options/assets/js/epo.min.js\";i:1;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:2;s:25:\"/jquery-migrate(.min)?.js\";i:3;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";i:4;s:38:\"/wp-includes/js/jquery/ui/mouse.min.js\";i:5;s:39:\"/wp-includes/js/jquery/ui/slider.min.js\";i:6;s:33:\"/wp-includes/js/underscore.min.js\";i:7;s:30:\"/wp-includes/js/wp-util.min.js\";i:8;s:29:\"/wp-includes/js/dist/hooks.js\";i:9;s:28:\"/wp-includes/js/dist/i18n.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:69:\"woocommerce-tm-extra-product-options/tm-woo-extra-product-options.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"3cac4650-6a52-448e-8e48-e99a772a59a2\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:c6e6cab8c80fa3fe57d609f72d2d5c56\";s:5:\"title\";s:9:\"WooLentor\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:50:\"/woolementor/assets/third-party/slick/slick.min.js\";i:1;s:17:\"/woolentor-addons\";i:2;s:16:\"woolentor_addons\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:47:\"woolentor-addons/woolentor_addons_elementor.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"21af073d-d2ec-4d46-bbda-2c69f87f3f98\";O:8:\"stdClass\":8:{s:5:\"title\";s:31:\"Woolentor - Fix product gallery\";s:9:\"condition\";s:47:\"woolentor-addons/woolentor_addons_elementor.php\";s:10:\"exclusions\";a:4:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:20:\".woolentor-learg-img\";i:2;s:40:\"/woolentor-addons/assets/js/slick.min.js\";i:3;s:48:\"/woolentor-addons-pro/assets/lib/js/tippy.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:c5315e06dfc353cd57f85a60abe4e320\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1700061004;}s:36:\"67aeb4cb-1a00-4d10-a00c-34888b4c0dba\";O:8:\"stdClass\":8:{s:5:\"title\";s:25:\"WooThumbs for WooCommerce\";s:9:\"condition\";s:39:\"woothumbs-premium/woothumbs-premium.php\";s:10:\"exclusions\";a:5:{i:0;s:33:\"/wp-includes/js/dist/hooks.min.js\";i:1;s:33:\"/wp-includes/js/underscore.min.js\";i:2;s:31:\"/wp-includes/js/wp-embed.min.js\";i:3;s:30:\"/wp-includes/js/wp-util.min.js\";i:4;s:23:\"/woothumbs-premium/(.*)\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:b97b1d3f627769e1dd8305aa25af993c\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679065404;}s:36:\"c7a14763-88d0-4344-a6af-e0a8dc5fa8d5\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:31b9e812a025e5750a6ef0980ee7d2db\";s:5:\"title\";s:32:\"WordPress Mega Menu â€“ QuadMenu\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:9:\"/quadmenu\";i:3;s:13:\"#private-menu\";i:4;s:12:\"#public-menu\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:21:\"quadmenu/quadmenu.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"f699fdbd-84a7-4f24-b729-3e4a4f83a4dd\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:601f8fc7d10cad1c2ec2949c0d9b1651\";s:5:\"title\";s:9:\"WP Armour\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:28:\"/honeypot/includes/js/wpa.js\";i:3;s:39:\"/wp-armour-extended/includes/js/wpae.js\";i:4;s:16:\"wpa_hidden_field\";i:5;s:12:\"wpa_add_test\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:41:\"wp-armour-extended/wp-armour-extended.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"697239fe-74f5-42a4-a504-97ee85bf43ff\";O:8:\"stdClass\":8:{s:5:\"title\";s:19:\"WP Booking Calendar\";s:9:\"condition\";s:25:\"booking/wpdev-booking.php\";s:10:\"exclusions\";a:11:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:58:\"/wp-content/plugins/booking(.*)/_dist/all/_out/wpbc_all.js\";i:2;s:71:\"/wp-content/plugins/booking(.*)/js/datepick/jquery.datepick.wpbc.9.0.js\";i:3;s:56:\"/wp-content/plugins/booking(.*)/js/wpbc_time-selector.js\";i:4;s:52:\"/wp-content/plugins/booking(.*)/assets/libs/tippy.js\";i:5;s:60:\"/wp-content/plugins/booking(.*)/assets/libs/popper/popper.js\";i:6;s:15:\"wpbc_init__head\";i:7;s:13:\"wpbc_url_ajax\";i:8;s:31:\"booking_max_monthes_in_calendar\";i:9;s:25:\"wpbc_define_tippy_popover\";i:10;s:21:\"flex_tl_table_loading\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:fdaf786c076fa0f17eec1e321fee0b3f\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1720571754;}s:36:\"6a28aae5-ef91-43fc-8204-92e3a25642b4\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:5728f3b9856dfe37a36ab15b0a637198\";s:5:\"title\";s:10:\"WP Go Maps\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:19:\"maps.googleapis.com\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:31:\"wp-google-maps/wpGoogleMaps.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"c9b991d1-a653-404b-be85-e276b1814e7d\";O:8:\"stdClass\":8:{s:5:\"title\";s:17:\"WP Google Map Pro\";s:9:\"condition\";s:41:\"wp-google-map-gold/wp-google-map-gold.php\";s:10:\"exclusions\";a:5:{i:0;s:36:\"/wp-includes/js/jquery/jquery.min.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:27:\"maps.google.com/maps/api/js\";i:3;s:30:\"/wp-includes/js/masonry.min.js\";i:4;s:24:\"/wp-google-map-gold/(.*)\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:dc12a9b7b9c4c7ce3c532b6b377739f2\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1677858391;}s:36:\"1f8f9fbf-fbf0-4e3a-b77c-af0fa47e950d\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:87f572f5f0ec143a8fceba77d0616197\";s:5:\"title\";s:18:\"WP Google Maps Pro\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:19:\"/wp-google-maps(.*)\";i:3;s:19:\"maps.googleapis.com\";i:4;s:4:\"mgl_\";i:5;s:6:\"wpgmza\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:41:\"wp-google-maps-pro/wp-google-maps-pro.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"41e4b98c-e63f-4800-a478-02592562322b\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:3735ca768ede98b25795f4cb057ff4ed\";s:5:\"title\";s:20:\"WP iCal Availability\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:41:\"/wp-ical-availability/js/custom-select.js\";i:1;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:2;s:25:\"/jquery-migrate(.min)?.js\";i:3;s:22:\"/wp-ical-availability/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:45:\"wp-ical-availability/wp-ical-availability.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"2b06c5b8-dc32-4bb0-8504-3a9f1c3a1ec0\";O:8:\"stdClass\":8:{s:5:\"title\";s:8:\"WP MapIt\";s:9:\"condition\";s:21:\"wp-mapit/wp_mapit.php\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:32:\"/wp-mapit/wp_mapit/js/leaflet.js\";i:3;s:42:\"/wp-mapit/wp_mapit/js/wp_mapit_multipin.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:ba8d1c7f294a3f5b593556eb3b0bc7d9\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679331261;}s:36:\"2039eafd-1c11-4e21-a61b-30857f291ae3\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:927b8bf7806f2d287559b86a0b455a59\";s:5:\"title\";s:18:\"WP Responsive Menu\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:24:\"/wp-responsive-menu/(.*)\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:41:\"wp-responsive-menu/wp-responsive-menu.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"e06be942-cccd-4b2d-a268-06dc78f0b820\";O:8:\"stdClass\":8:{s:5:\"title\";s:22:\"WP Search with Algolia\";s:9:\"condition\";s:34:\"wp-search-with-algolia/algolia.php\";s:10:\"exclusions\";a:4:{i:0;s:71:\"/wp-search-with-algolia/js/algoliasearch/dist/algoliasearch-lite.umd.js\";i:1;s:53:\"/wp-search-with-algolia/js/autocomplete-noconflict.js\";i:2;s:67:\"/wp-search-with-algolia/js/autocomplete.js/dist/autocomplete.min.js\";i:3;s:11:\"var algolia\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:43267e659d599fbb6b42c719b49bb7a7\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1677857180;}s:36:\"4fc2a7ae-b9e6-410e-93cf-e6d1962add6a\";O:8:\"stdClass\":8:{s:5:\"title\";s:18:\"WP Smart Preloader\";s:9:\"condition\";s:35:\"wp-smart-preloader/wp-preloader.php\";s:10:\"exclusions\";a:2:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:55:\"/wp-smart-preloader/assets/js/wsp-main-script(.min)?.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:4fb90fc73fc2b5d1e37ea2dadfd3cef3\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1711125833;}s:36:\"7ecf40ce-2bcd-412c-bb01-9e71fecf6be8\";O:8:\"stdClass\":8:{s:5:\"title\";s:16:\"WP Store Locator\";s:9:\"condition\";s:37:\"wp-store-locator/wp-store-locator.php\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:18:\"/wp-store-locator/\";i:3;s:33:\"/wp-includes/js/underscore.min.js\";i:4;s:15:\"maps.google.com\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:d37bb5054a24471ca1675d9ab49d01b0\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704735183;}s:36:\"7a1d19a2-3a48-40ab-8051-f642fc63ce2d\";O:8:\"stdClass\":8:{s:5:\"title\";s:21:\"WP Ultimate Post Grid\";s:9:\"condition\";s:47:\"wp-ultimate-post-grid/wp-ultimate-post-grid.php\";s:10:\"exclusions\";a:4:{i:0;s:67:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?$\";i:1;s:37:\"/wp-ultimate-post-grid/dist/public.js\";i:2;s:53:\"/wp-ultimate-post-grid-premium/dist/public-premium.js\";i:3;s:15:\"wpupg_grid_args\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:e24341fef49bd64b89682d583218c108\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1686597940;}s:36:\"76c86163-ddf3-4113-b620-de9d5058f505\";O:8:\"stdClass\":8:{s:5:\"title\";s:21:\"WPBakery Page Builder\";s:9:\"condition\";s:27:\"js_composer/js_composer.php\";s:10:\"exclusions\";a:2:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:52:\"/js_composer/assets/js/dist/js_composer_front.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:517d7d24da9a7072ed389d0fb30374a0\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704404852;}s:36:\"0b8ff2c0-c3cd-4ec1-b7f5-c7751de6101b\";O:8:\"stdClass\":8:{s:5:\"title\";s:32:\"WPBakery Page Builder - Carousel\";s:9:\"condition\";s:27:\"js_composer/js_composer.php\";s:10:\"exclusions\";a:2:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:57:\"/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:76336ed3f04df091e669f89d908ef2ed\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704405212;}s:36:\"4f5e5b98-c326-4b9f-9ada-3b257862132c\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:1ec7138c950c355e7af60d49c81139fc\";s:5:\"title\";s:12:\"wpDataTables\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:14:\"/wpdatatables/\";i:3;s:10:\"highcharts\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:29:\"wpdatatables/wpdatatables.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"18be1b8c-0bc4-4a01-abc6-a127aff380c6\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:c62ca58ea081c1271de8dadfa7daac69\";s:5:\"title\";s:7:\"WPForms\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:61:\"/wpforms-offline-forms/assets/js/wpforms-offline-forms.min.js\";i:1;s:30:\"wpforms-offline-forms-js-extra\";i:2;s:20:\"wpformsRecaptchaLoad\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:19:\"wpforms/wpforms.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"138b2894-25d2-47ce-b33d-cbf1256d8f45\";O:8:\"stdClass\":8:{s:5:\"title\";s:20:\"WPForms - Loader GIF\";s:9:\"condition\";s:19:\"wpforms/wpforms.php\";s:10:\"exclusions\";a:2:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:71:\"/wpforms-conversational-forms/assets/js/conversational-forms.es5.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:03dc6ae2848dd60e1d4f4f86015c22f0\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1715863299;}s:36:\"8a3cacb6-81bd-456a-a1cc-a4025f8e5234\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:0992ac952c0a05bb35e18b1d5744d346\";s:5:\"title\";s:12:\"WPForms Lite\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:20:\"wpformsRecaptchaLoad\";i:1;s:61:\"/wpforms-offline-forms/assets/js/wpforms-offline-forms.min.js\";i:2;s:30:\"wpforms-offline-forms-js-extra\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:24:\"wpforms-lite/wpforms.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"98bbd410-5b01-4244-a8eb-715765180328\";O:8:\"stdClass\":8:{s:5:\"title\";s:29:\"XL WooCommerce Sales Triggers\";s:9:\"condition\";s:63:\"xl-woocommerce-sales-triggers/xl-woocommerce-sales-triggers.php\";s:10:\"exclusions\";a:3:{i:0;s:61:\"/xl-woocommerce-sales-triggers/assets/js/wcst_combined.min.js\";i:1;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:2;s:25:\"/jquery-migrate(.min)?.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:ba9e526ddb0157e69757530c6b18b714\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1677856813;}s:36:\"bf9f9620-dd0e-4e6f-9a45-4eb78a148f42\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:58663fc781232169e865f6fe7cf1afaa\";s:5:\"title\";s:36:\"YITH WooCommerce Ajax Product Filter\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:71:\"/yith-woocommerce-ajax-navigation/assets/js/yith-wcan-shortcodes.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:41:\"yith-woocommerce-ajax-navigation/init.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"b053279d-e07c-438c-bb3e-3a1f4f5d7c5e\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"plugin:68b637fd247e40c8e135e4771d739b07\";s:5:\"title\";s:44:\"YITH WooCommerce AJAX Product Filter Premium\";s:4:\"type\";s:6:\"plugin\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:83:\"/yith-woocommerce-ajax-product-filter-premium/assets/js/yith-wcan-shortcodes.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:53:\"yith-woocommerce-ajax-product-filter-premium/init.php\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"62056165-8bd9-4ff0-b21f-e4ed0ae45fae\";O:8:\"stdClass\":8:{s:5:\"title\";s:35:\"YITH WooCommerce Points and Rewards\";s:9:\"condition\";s:52:\"yith-woocommerce-points-and-rewards-premium/init.php\";s:10:\"exclusions\";a:3:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:70:\"/yith-woocommerce-points-and-rewards-premium/assets/js/frontend.min.js\";i:2;s:66:\"/woo-variation-swatches-pro/assets/js/add-to-cart-variation.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:4acc87d4eb72c86cdea76d180b61a098\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1709917756;}s:36:\"d94dbbf3-bcab-4e47-9fbb-6b3a7cf92787\";O:8:\"stdClass\":8:{s:5:\"title\";s:36:\"Yotpo Social Reviews for Woocommerce\";s:9:\"condition\";s:49:\"yotpo-social-reviews-for-woocommerce/wc_yotpo.php\";s:10:\"exclusions\";a:1:{i:0;s:63:\"/yotpo-social-reviews-for-woocommerce/assets/js/headerScript.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:45ab742b3fccbd04d7bc973c8582be87\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1680686421;}s:36:\"51dccf53-5cc7-4283-9ab1-01d34c6cce22\";O:8:\"stdClass\":8:{s:5:\"title\";s:12:\"Zoho SalesIQ\";s:9:\"condition\";s:22:\"zoho-salesiq/index.php\";s:10:\"exclusions\";a:1:{i:0;s:12:\"zoho.salesiq\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:39:\"plugin:b96c3865575068aac82c973eb3e3c52a\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1713536671;}}s:6:\"themes\";O:8:\"stdClass\":130:{s:36:\"9aeea459-91d3-44b6-8a26-b883dca8b402\";O:8:\"stdClass\":8:{s:5:\"title\";s:43:\"Agensy - Load page without User Interaction\";s:9:\"condition\";s:6:\"agensy\";s:10:\"exclusions\";a:8:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:28:\"/themes/agensy/js/scripts.js\";i:2;s:35:\"/themes/agensy/js/scripts-single.js\";i:3;s:28:\"/themes/agensy/js/wow.min.js\";i:4;s:33:\"/themes/agensy/js/TweenMax.min.js\";i:5;s:31:\"/themes/agensy/js/swiper.min.js\";i:6;s:73:\"/plugins/visualcomposer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js\";i:7;s:35:\"/wp-includes/js/imagesloaded.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:7ab7dfeb0db9c0c74c020be318c2e6d9\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1707317936;}s:36:\"9c623554-5834-4669-9e96-1b894c1939b2\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:0193ea55fce2ada93b262f2824008c0f\";s:5:\"title\";s:7:\"Andaman\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:19:\"/andaman/assets/js/\";i:3;s:41:\"/wp-andaman-plugins/shortcodes/vc_extend/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:7:\"andaman\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"7374c5a5-69f8-460f-b44f-dee884a824cd\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:24cbda63f1b898ade5562ab4ec6d97a5\";s:5:\"title\";s:6:\"Artale\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:6:{i:0;s:40:\"/artale-elementor/assets/js/modulobox.js\";i:1;s:47:\"/artale-elementor/assets/js/artale-elementor.js\";i:2;s:28:\"/artale/js/jquery-stellar.js\";i:3;s:33:\"/artale/js/core/artale-plugins.js\";i:4;s:32:\"/artale/js/core/artale-custom.js\";i:5;s:10:\"var loader\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:6:\"artale\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"23b01203-2a70-4394-9326-d59824def2d7\";O:8:\"stdClass\":8:{s:5:\"title\";s:16:\"Ashe Pro Premium\";s:9:\"condition\";s:16:\"ashe-pro-premium\";s:10:\"exclusions\";a:2:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:18:\"/ashe-pro-premium/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:4791da3cbbd1ed86253a087f0287aeb4\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704912793;}s:36:\"03a9cc62-c167-447d-beb2-65c76c96b056\";O:8:\"stdClass\":8:{s:5:\"title\";s:5:\"Astra\";s:9:\"condition\";s:5:\"astra\";s:10:\"exclusions\";a:2:{i:0;s:41:\"/astra/assets/js/minified/frontend.min.js\";i:1;s:29:\"replace\\(/woocommerce-no-js/,\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:3cce5f3eaf76e098ba8e28f7bbba3f92\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1712608792;}s:36:\"2a2b54cb-8e1d-49d2-bfca-93eee231e470\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:72a8d63e59c10bdf512a62b862d143a7\";s:5:\"title\";s:16:\"Astra - Carousel\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:9:\"var astra\";i:1;s:38:\"/astra/assets/js/minified/style.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:5:\"astra\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"7783361f-66fc-4d95-a054-4e9545bb5b48\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"Auteur\";s:9:\"condition\";s:13:\"g5plus-auteur\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:36:\"/g5plus-auteur/assets/js/core.min.js\";i:3;s:30:\"/g5plus-auteur/assets/vendors/\";i:4;s:106:\"/auteur-framework/libs/smart-framework/assets/vendors/perfect-scrollbar/js/perfect-scrollbar.jquery.min.js\";i:5;s:35:\"/wp-includes/js/imagesloaded.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:6207fe478e269e7547bda70a46607a49\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737107;}s:36:\"4c618038-8fc7-4d48-8d41-a32da14e5c1e\";O:8:\"stdClass\":8:{s:5:\"title\";s:10:\"AutoTrader\";s:9:\"condition\";s:10:\"autotrader\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:19:\"/autotrader/(.*).js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:046dfeee2b77390c53e0e7f93b6a3792\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679736741;}s:36:\"18f04f23-35a0-4c45-8cb6-a91d57ca1790\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:835da12f43373029659f766920e81b47\";s:5:\"title\";s:44:\"Avada - Animations & mobile-specific actions\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:31:\"/uploads/fusion-scripts/(.*).js\";i:3;s:18:\"window.off_canvas_\";i:4;s:24:\"/plugins/fusion-builder/\";i:5;s:21:\"/plugins/fusion-core/\";i:6;s:16:\"/Avada/includes/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:5:\"Avada\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"90135867-1b95-498b-80d6-f5dbf2f6b318\";O:8:\"stdClass\":8:{s:5:\"title\";s:21:\"Avada - FAQ shortcode\";s:9:\"condition\";s:5:\"Avada\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:41:\"/plugins/fusion-core/js/min/avada-faqs.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:b084708c80d8582546e5430219aa4670\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1678277160;}s:36:\"d23b5bb1-1d7f-4109-bf69-b20a2be2d337\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:5e7a2248e1a53d9bb27b187deb541248\";s:5:\"title\";s:23:\"Avada - Fusion carousel\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:58:\"/includes/lib/assets/min/js/library/jquery.carouFredSel.js\";i:3;s:54:\"/includes/lib/assets/min/js/general/fusion-carousel.js\";i:4;s:18:\"fusionCarouselVars\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:5:\"Avada\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"98dfa8c1-e72a-4cef-a0b2-8f0c322490fc\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:f16fb109027f4994a7649a8b1663e6f7\";s:5:\"title\";s:19:\"Avada - Fusion form\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:52:\"/fusion-builder/assets/js/min/general/fusion-form.js\";i:3;s:59:\"/fusion-builder/assets/js/min/general/fusion-form-logics.js\";i:4;s:44:\"/includes/lib/assets/min/js/library/cssua.js\";i:5;s:45:\"/includes/lib/assets/min/js/general/fusion.js\";i:6;s:48:\"/includes/lib/assets/min/js/library/modernizr.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:5:\"Avada\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"026801fa-af67-47ba-b966-347693f0585f\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:33f50696d353d8bd4eb59ff6e8f44c97\";s:5:\"title\";s:27:\"Avada - Fusion grid gallery\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:55:\"/fusion-builder/assets/js/min/general/fusion-gallery.js\";i:3;s:51:\"/includes/lib/assets/min/js/library/imagesLoaded.js\";i:4;s:46:\"/includes/lib/assets/min/js/library/isotope.js\";i:5;s:46:\"/includes/lib/assets/min/js/library/packery.js\";i:6;s:48:\"/includes/lib/assets/min/js/library/lazysizes.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:5:\"Avada\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"c8349314-15a3-481e-973b-e4d936e4420e\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:56fa9993a573540c83eda9c49fae5e3c\";s:5:\"title\";s:21:\"Avada - Fusion slider\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:42:\"/fusion-core/js/min/avada-fusion-slider.js\";i:3;s:16:\"/Avada/includes/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:5:\"Avada\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"7a04bc85-0fec-4487-ae05-bb2e5d8d0420\";O:8:\"stdClass\":8:{s:5:\"title\";s:34:\"Avada - Load Portfolio on pageload\";s:9:\"condition\";s:5:\"Avada\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:19:\"/library/packery.js\";i:3;s:19:\"/library/isotope.js\";i:4;s:24:\"/library/imagesLoaded.js\";i:5;s:27:\"/general/fusion-lightbox.js\";i:6;s:38:\"/fusion-core/js/min/avada-portfolio.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:c3f0ed4d94499b68c77d95db37d1d399\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1696601814;}s:36:\"55bd510c-78aa-49d5-8304-8be2ee2ab0da\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:2189c1c769d65cfc2182e4822847071b\";s:5:\"title\";s:19:\"Avada - Mobile menu\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:36:\"/assets/min/js/general/avada-menu.js\";i:3;s:48:\"/includes/lib/assets/min/js/library/modernizr.js\";i:4;s:52:\"/includes/lib/assets/min/js/library/jquery.easing.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:5:\"Avada\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"ddf00672-c35c-4b68-aeca-925e68bf12b2\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:97a185f08af70c39c7e221faab0f73eb\";s:5:\"title\";s:17:\"Avada - OffCanvas\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:35:\"/uploads/fusion-scripts/(.*).min.js\";i:3;s:18:\"window.off_canvas_\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:5:\"Avada\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"17544cc3-9d3a-4611-bc5d-44d04e2786fa\";O:8:\"stdClass\":8:{s:5:\"title\";s:44:\"Avada - Show the Portfolio grid on page load\";s:9:\"condition\";s:5:\"Avada\";s:10:\"exclusions\";a:9:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:51:\"/includes/lib/assets/min/js/library/imagesLoaded.js\";i:3;s:46:\"/includes/lib/assets/min/js/library/isotope.js\";i:4;s:48:\"/includes/lib/assets/min/js/library/lazysizes.js\";i:5;s:48:\"/includes/lib/assets/min/js/library/modernizr.js\";i:6;s:46:\"/includes/lib/assets/min/js/library/packery.js\";i:7;s:38:\"/fusion-core/js/min/avada-portfolio.js\";i:8;s:18:\"avadaPortfolioVars\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:9d1a9b0c2ca20fca764a82f197b962fd\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1696601823;}s:36:\"c6c3347c-14e0-4766-afa5-df33a47f5a5a\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:3ff44421b404c5efffa25e78e479e4ea\";s:5:\"title\";s:19:\"Avada - Sticky menu\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:42:\"/Avada/assets/min/js/general/avada-menu.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:5:\"Avada\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"232596c1-6a6a-4fe8-a5c3-a60fa74a9456\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:0d727d80bb132f17c737e55883fe4be0\";s:5:\"title\";s:35:\"Avada - WooCommerce product gallery\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:50:\"/assets/min/js/general/avada-woo-product-images.js\";i:3;s:56:\"/includes/lib/assets/min/js/library/jquery.flexslider.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:5:\"Avada\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"95ece7e4-3b19-45e5-aa28-14f833c9afca\";O:8:\"stdClass\":8:{s:5:\"title\";s:5:\"Avesa\";s:9:\"condition\";s:5:\"avesa\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:17:\"/avesa/js/main.js\";i:3;s:20:\"/avesa/js/isotope.js\";i:4;s:24:\"/sw_core/js/slick.min.js\";i:5;s:41:\"/avesa/js/bootstrap-datetimepicker.min.js\";i:6;s:26:\"/avesa/js/bootstrap.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:aad8bfcc594eec02e3b0d635198dee5e\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737993;}s:36:\"f2bfe477-4e45-4e52-a7d9-4d0ba3a92258\";O:8:\"stdClass\":8:{s:5:\"title\";s:4:\"Besa\";s:9:\"condition\";s:4:\"besa\";s:10:\"exclusions\";a:2:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:9:\"/besa/js/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:c238e89523c46ca28b08e401f42f6ccc\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738204;}s:36:\"bd94908c-8138-4995-986b-47ec66494bdd\";O:8:\"stdClass\":8:{s:5:\"title\";s:7:\"BeTheme\";s:9:\"condition\";s:7:\"betheme\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:9:\"/betheme/\";i:2;s:3:\"mfn\";i:3;s:37:\"/wp-includes/js/jquery/ui/tabs.min.js\";i:4;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:b99156eb9eeb357c0a70bd3bda6861cc\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738639;}s:36:\"190d2f1a-72a6-40ca-b08a-5c7ee7b0a6a5\";O:8:\"stdClass\":8:{s:5:\"title\";s:54:\"Bosa Online Education - Fixes animations and preloader\";s:9:\"condition\";s:21:\"bosa-online-education\";s:10:\"exclusions\";a:6:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:38:\"/bosa/assets/js/jquery.slicknav.min.js\";i:2;s:31:\"/bosa/assets/slick/slick.min.js\";i:3;s:29:\"/bosa/assets/js/navigation.js\";i:4;s:29:\"/bosa/assets/js/custom.min.js\";i:5;s:43:\"/bosa/assets/js/theia-sticky-sidebar.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:5430bf7b83c83a3687b3b7b437e961b0\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1708371742;}s:36:\"6fb2b9d7-6ecc-4260-999c-938fbebdbf01\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:de8504b73ea228d0ea9bbce69752092e\";s:5:\"title\";s:6:\"Bridge\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:27:\"/bridge-creative/bridge/js/\";i:2;s:16:\"/wp-includes/js/\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:6:\"bridge\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"1dd63427-b4c9-4596-b952-ac711e3637f9\";O:8:\"stdClass\":8:{s:5:\"title\";s:47:\"Bridge - Load elements without user interaction\";s:9:\"condition\";s:6:\"bridge\";s:10:\"exclusions\";a:5:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:43:\"/wp-content/themes/bridge/js/default.min.js\";i:2;s:39:\"/wp-content/themes/bridge/js/plugins.js\";i:3;s:47:\"/wp-content/themes/bridge/js/default_dynamic.js\";i:4;s:53:\"/wp-content/themes/bridge/js/jquery.touchSwipe.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:ad9b810efd365ad9a27987d2912b94cd\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1710252260;}s:36:\"65698b6b-85dd-41ef-8fd7-718f1e983dba\";O:8:\"stdClass\":8:{s:5:\"title\";s:10:\"Car Dealer\";s:9:\"condition\";s:9:\"cardealer\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:27:\"/wp-includes/js/jquery/(.*)\";i:3;s:18:\"/cardealer/js/(.*)\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:b1111424fff61af8d1e152dcdd6810f6\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737517;}s:36:\"3927d724-5a0a-402b-a838-858d30b54ea9\";O:8:\"stdClass\":8:{s:5:\"title\";s:34:\"Cardea - Show Page Content on Load\";s:9:\"condition\";s:9:\"cardea-wp\";s:10:\"exclusions\";a:5:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:28:\"/themes/cardea-wp/js/main.js\";i:2;s:37:\"/themes/cardea-wp/js/jquery.sticky.js\";i:3;s:38:\"/themes/cardea-wp/js/jquery.fitvids.js\";i:4;s:45:\"/themes/cardea-wp/js/jquery.smartmenus.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:d65d1a8303b0c7508278884520e4bec7\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1698677525;}s:36:\"087fb457-a09d-4140-84bd-c9bc1e8195b7\";O:8:\"stdClass\":8:{s:5:\"title\";s:7:\"CheerUp\";s:9:\"condition\";s:7:\"cheerup\";s:10:\"exclusions\";a:9:{i:0;s:36:\"/cheerup/js/jquery.sticky-sidebar.js\";i:1;s:32:\"/cheerup/js/object-fit-images.js\";i:2;s:29:\"/cheerup/js/jquery.fitvids.js\";i:3;s:34:\"/cheerup/js/jquery.mfp-lightbox.js\";i:4;s:27:\"/cheerup/js/ie-polyfills.js\";i:5;s:20:\"/cheerup/js/theme.js\";i:6;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:7;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:8;s:36:\"/wp-includes/js/jquery/jquery.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:13bcf562f45afb245dc4f76fecfba6d6\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1696429398;}s:36:\"eb86aedb-91e6-480c-b76c-756ac1da41be\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"Clover\";s:9:\"condition\";s:12:\"clover-theme\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:14:\"/clover-theme/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:89372f3d9321ae09c94488592084da29\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738878;}s:36:\"6e90b649-5736-497f-9bc6-515900cfea8a\";O:8:\"stdClass\":8:{s:5:\"title\";s:17:\"Divi - Animations\";s:9:\"condition\";s:4:\"Divi\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:29:\".dipi_preloader_wrapper_outer\";i:3;s:23:\"/Divi/js/scripts.min.js\";i:4;s:26:\"/Divi/js/custom.unified.js\";i:5;s:21:\"/js/magnific-popup.js\";i:6;s:8:\"var DIVI\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:c0abf30dba4ff13db836d1b01685953a\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737389;}s:36:\"70916c43-4e02-4932-b6aa-91a1815bc755\";O:8:\"stdClass\":8:{s:5:\"title\";s:23:\"Divi - Background video\";s:9:\"condition\";s:4:\"Divi\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:22:\"/jquery-migrate.min.js\";i:2;s:26:\"/Divi/js/custom.unified.js\";i:3;s:21:\"/js/mediaelement/(.*)\";i:4;s:4:\"mejs\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:c7edea41ae6716291e2d32a2ab429209\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738240;}s:36:\"08531785-9818-4e30-903e-564637a2ad7a\";O:8:\"stdClass\":8:{s:5:\"title\";s:21:\"Divi - Counter module\";s:9:\"condition\";s:4:\"Divi\";s:10:\"exclusions\";a:8:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:29:\".dipi_preloader_wrapper_outer\";i:3;s:23:\"/Divi/js/scripts.min.js\";i:4;s:26:\"/Divi/js/custom.unified.js\";i:5;s:21:\"/js/magnific-popup.js\";i:6;s:8:\"var DIVI\";i:7;s:71:\"/Divi/includes/builder/feature/dynamic-assets/assets/js/easypiechart.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:2c46b9f5a770f260c3f7115bb330b2d5\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679736810;}s:36:\"1d63dd7c-7bc7-4629-b03d-0437e177af32\";O:8:\"stdClass\":8:{s:5:\"title\";s:42:\"Divi - Load Animated Elements on Page Load\";s:9:\"condition\";s:4:\"Divi\";s:10:\"exclusions\";a:4:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:23:\"/Divi/js/scripts.min.js\";i:2;s:71:\"/Divi/includes/builder/feature/dynamic-assets/assets/js/easypiechart.js\";i:3;s:69:\"/Divi/includes/builder/feature/dynamic-assets/assets/js/salvattore.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:5df38c80278da90f725c16d68ea25aa1\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1719498170;}s:36:\"b996762a-84ef-440d-a089-73a187936fbf\";O:8:\"stdClass\":8:{s:5:\"title\";s:18:\"Divi - Mobile menu\";s:9:\"condition\";s:4:\"Divi\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:22:\"/jquery-migrate.min.js\";i:2;s:23:\"/Divi/js/scripts.min.js\";i:3;s:26:\"/Divi/js/custom.unified.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:b9116994f4e4b9b9fa574440c00d2f0d\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738580;}s:36:\"ae096e1e-9c36-46ad-a3d1-c26ea507276b\";O:8:\"stdClass\":8:{s:5:\"title\";s:22:\"Divi - Sticky elements\";s:9:\"condition\";s:4:\"Divi\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:29:\".dipi_preloader_wrapper_outer\";i:3;s:23:\"/Divi/js/scripts.min.js\";i:4;s:74:\"/Divi/includes/builder/feature/dynamic-assets/assets/js/sticky-elements.js\";i:5;s:8:\"var DIVI\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:8b62db03c90245f3e690335b079b05dc\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737191;}s:36:\"349f31f0-dd10-41d3-b0a4-9c5df64879f8\";O:8:\"stdClass\":8:{s:5:\"title\";s:18:\"Divi - Sticky menu\";s:9:\"condition\";s:4:\"Divi\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:32:\"/js/jquery/jquery-migrate.min.js\";i:2;s:23:\"/Divi/js/scripts.min.js\";i:3;s:73:\"/Divi/includes/builder/feature/dynamic-assets/assets/js/magnific-popup.js\";i:4;s:12:\"jqueryParams\";i:5;s:11:\"firstHeader\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:b7b84aca0f0dc6a1ced31d38626c50ea\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738821;}s:36:\"59563458-5f04-4959-b3e2-53e49e169d67\";O:8:\"stdClass\":8:{s:5:\"title\";s:40:\"Divi - WooCommerce Single Product Images\";s:9:\"condition\";s:4:\"Divi\";s:10:\"exclusions\";a:1:{i:0;s:23:\"/Divi/js/scripts.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:f9c5bdba8b39fc877b41dea00fa756f9\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1684342262;}s:36:\"6426539e-4e43-4fef-ab5a-3eb7b2a8b057\";O:8:\"stdClass\":8:{s:5:\"title\";s:5:\"Eikra\";s:9:\"condition\";s:5:\"eikra\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:22:\"/jquery-migrate.min.js\";i:2;s:17:\"/eikra/assets/js/\";i:3;s:8:\"EikraObj\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:55d2581ad975eb6325bc97fc3d3b0cb8\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738450;}s:36:\"59020bd6-069f-4f2d-afa2-fbdefa03211c\";O:8:\"stdClass\":8:{s:5:\"title\";s:4:\"Ekko\";s:9:\"condition\";s:4:\"ekko\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:6:\"/ekko/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:2c06f4a1949f8ba4e77042a47674fd9e\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737803;}s:36:\"d82f5cdd-c5d3-4596-94dc-1e25aaff2083\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"Elessi\";s:9:\"condition\";s:12:\"elessi-theme\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:44:\"/elessi-theme/assets/js/min/functions.min.js\";i:3;s:39:\"/elessi-theme/assets/js/min/main.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:d5d2b7fda7b8a2b5b91d430f7602e230\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737773;}s:36:\"f0587c21-54d0-429d-8efe-18a93dacb18d\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:5fc04cc678cb54567aedb51027933002\";s:5:\"title\";s:6:\"Enfold\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:41:\"/dynamic_avia/avia-footer-scripts-(.*).js\";i:3;s:18:\"var avia_is_mobile\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:6:\"enfold\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"c93ee1ee-3956-4278-9ee9-1a0968753e86\";O:8:\"stdClass\":8:{s:5:\"title\";s:27:\"Enfold - Fix hamburger menu\";s:9:\"condition\";s:6:\"enfold\";s:10:\"exclusions\";a:5:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:41:\"/enfold/js/avia-snippet-hamburger-menu.js\";i:2;s:18:\"/enfold/js/avia.js\";i:3;s:24:\"/enfold/js/shortcodes.js\";i:4;s:33:\"/enfold/js/waypoints/waypoints.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:2b0c22c5169b94c2eabb125d18915246\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1715090218;}s:36:\"cc0550cb-918e-419d-b4f2-1809cf666dbb\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:eb759a03d0ca292c948f09d004a2963f\";s:5:\"title\";s:20:\"Enfold - LayerSlider\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"layerslider\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:6:\"enfold\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"ec883654-4f63-4fae-a3ef-923dcbc2426d\";O:8:\"stdClass\":8:{s:5:\"title\";s:19:\"Enfold - Shortcodes\";s:9:\"condition\";s:6:\"enfold\";s:10:\"exclusions\";a:10:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:25:\"/enfold/js/avia(.min)?.js\";i:3;s:31:\"/enfold/js/shortcodes(.min)?.js\";i:4;s:47:\"/enfold/config-templatebuilder/avia-shortcodes/\";i:5;s:32:\"/enfold/js/avia-compat(.min)?.js\";i:6;s:37:\"/enfold/js/waypoints/waypoints.min.js\";i:7;s:31:\"/enfold/js/avia-snippet-(.*).js\";i:8;s:28:\"/enfold/js/avia-js(.min)?.js\";i:9;s:52:\"/enfold/js/aviapopup/jquery.magnific-popup(.min)?.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:072fc4077d7071791d774d6ddbf5dc2a\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1712954619;}s:36:\"fe3546f0-be3e-4173-8992-a7f6f203b82f\";O:8:\"stdClass\":8:{s:5:\"title\";s:8:\"Envision\";s:9:\"condition\";s:8:\"envision\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:27:\"/envision/lib/js/app.min.js\";i:3;s:13:\"var CloudFwOp\";}s:10:\"is_default\";i:1;s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:fc5f7d69b646ed95835badc0fc23bc11\";s:10:\"created_at\";i:1679737494;}s:36:\"d997b942-19de-4710-9c81-79d3c65cbd76\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:047f009f2a1f4cdf2088c46be47e385b\";s:5:\"title\";s:6:\"Ewebot\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:17:\"/gt3-themes-core/\";i:3;s:27:\"/uploads/gt3-assets/js/(.*)\";i:4;s:35:\"/wp-includes/js/imagesloaded.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:6:\"ewebot\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"53d29aec-8ae4-4273-b748-f5bd52dfe177\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"Farvis\";s:9:\"condition\";s:6:\"farvis\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:8:\"/farvis/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:26bff2f3a6ff6347d35edf5c77a35687\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737972;}s:36:\"fb01246b-a5f8-4021-b514-c02cf55e80bd\";O:8:\"stdClass\":8:{s:5:\"title\";s:8:\"Flatsome\";s:9:\"condition\";s:8:\"flatsome\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:31:\"/flatsome/assets/js/flatsome.js\";i:3;s:41:\"/flatsome/assets/libs/packery.pkgd.min.js\";i:4;s:34:\"/flatsome/assets/js/woocommerce.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:26fb1cf80f074ca199d8a7e94c5fc796\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738732;}s:36:\"4d65dc12-9ce7-4171-94a7-9821fd95240e\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:28a6f8b3319c107a34603be0f01a4bcf\";s:5:\"title\";s:21:\"Flatsome - Google map\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:19:\"maps.googleapis.com\";i:3;s:18:\"google.maps.LatLng\";i:4;s:34:\"/wp-includes/js/hoverIntent.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:8:\"flatsome\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"890e15b6-c66b-4a9e-9b7d-55417df94916\";O:8:\"stdClass\":8:{s:5:\"title\";s:17:\"Flatsome - Images\";s:9:\"condition\";s:8:\"flatsome\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:58:\"/flatsome/inc/integrations/wp-rocket/flatsome-wp-rocket.js\";i:3;s:31:\"/flatsome/assets/js/flatsome.js\";i:4;s:65:\"/flatsome/inc/extensions/flatsome-lazy-load/flatsome-lazy-load.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:f2d60aad9f2f5395e3e145cf8f8ab165\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737691;}s:36:\"cb54d070-8ee0-4c35-9fa9-b2bac73ccf39\";O:8:\"stdClass\":8:{s:5:\"title\";s:5:\"Frida\";s:9:\"condition\";s:5:\"frida\";s:10:\"exclusions\";a:3:{i:0;s:36:\"/wp-includes/js/jquery/jquery.min.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:7:\"/frida/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:109ddf56796a5133e12279f3daa5ff62\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738013;}s:36:\"435fe79f-47ba-422e-aca6-cea566f6b8a1\";O:8:\"stdClass\":8:{s:5:\"title\";s:13:\"Gardena Theme\";s:9:\"condition\";s:7:\"gardena\";s:10:\"exclusions\";a:2:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:9:\"/gardena/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:993e6f0fc44b9e55c0a565b84a449340\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1713905793;}s:36:\"9e78539a-03d9-442b-ab94-dd3b7a9658e4\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:80a330247d61d729fcd78dc01de6ed2f\";s:5:\"title\";s:27:\"GeneratePress - Mobile menu\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:36:\"/generatepress/assets/js/menu.min.js\";i:1;s:17:\"generatepressMenu\";i:2;s:49:\"/gp-premium/menu-plus/functions/js/offside.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:13:\"generatepress\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"02d47d01-56f5-4801-b319-cff1707dd59d\";O:8:\"stdClass\":8:{s:5:\"title\";s:37:\"Harmuny - Modern WordPress Blog Theme\";s:9:\"condition\";s:7:\"harmuny\";s:10:\"exclusions\";a:2:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:9:\"/harmuny/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:1ff9662c2a3e3221052cbe229feed18c\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1712153245;}s:36:\"6373bbb2-877c-4075-b6e4-7c58d686b25c\";O:8:\"stdClass\":8:{s:5:\"title\";s:36:\"HealthFirst - Prevent console errors\";s:9:\"condition\";s:11:\"healthfirst\";s:10:\"exclusions\";a:7:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:34:\"/wp-includes/js/hoverIntent.min.js\";i:2;s:70:\"/wp-content/plugins/healthfirst-core/assets/js/healthfirst-core.min.js\";i:3;s:74:\"/wp-content/plugins/healthfirst-core/assets/plugins/modernizr/modernizr.js\";i:4;s:101:\"/wp-content/plugins/healthfirst-core/assets/plugins/perfect-scrollbar/perfect-scrollbar.jquery.min.js\";i:5;s:52:\"/wp-content/themes/healthfirst/assets/js/main.min.js\";i:6;s:83:\"/wp-content/themes/healthfirst/assets/plugins/waitforimages/jquery.waitforimages.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:d244b3c692f8d023048207dbe9eb84da\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1699370973;}s:36:\"2c72e7e6-cb77-44e9-af87-d5c42ae6db52\";O:8:\"stdClass\":8:{s:5:\"title\";s:20:\"Honor - WPBakery fix\";s:9:\"condition\";s:5:\"honor\";s:10:\"exclusions\";a:3:{i:0;s:22:\"/honor/js/__scripts.js\";i:1;s:13:\"HONOR_STORAGE\";i:2;s:13:\"/js_composer/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:9f228373ff4d172655dbf5cb3b1bc23a\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679736895;}s:36:\"9309d1d3-1035-4a2c-8ced-075bc3ff9957\";O:8:\"stdClass\":8:{s:5:\"title\";s:11:\"HotelMaster\";s:9:\"condition\";s:11:\"hotelmaster\";s:10:\"exclusions\";a:7:{i:0;s:36:\"/wp-includes/js/jquery/jquery.min.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:38:\"/hotelmaster/javascript/gdlr-script.js\";i:3;s:48:\"/hotelmaster/plugins/dl-menu/modernizr.custom.js\";i:4;s:45:\"/hotelmaster/plugins/dl-menu/jquery.dlmenu.js\";i:5;s:46:\"/hotelmaster/plugins/superfish/js/superfish.js\";i:6;s:37:\"/hotelmaster/plugins/jquery.easing.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:978eaddad3b1047e479407b6d92197aa\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738595;}s:36:\"4a09f745-cbb1-47c8-b50a-c8014d5d1335\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:e813a548bceac6765a1cdf2316f1a6ab\";s:5:\"title\";s:18:\"HotelMaster - Blog\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:30:\"/wp-includes/js/masonry.min.js\";i:1;s:44:\"/gp-premium/blog/functions/js/scripts.min.js\";i:2;s:35:\"/wp-includes/js/imagesloaded.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:11:\"hotelmaster\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"f2d8f704-ec68-4278-9ca2-885daa0c1ce5\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:398a264e302e42640553681e8759cd07\";s:5:\"title\";s:21:\"HotelMaster - Masonry\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:49:\"/gp-premium/menu-plus/functions/js/offside.min.js\";i:1;s:7:\"offSide\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:11:\"hotelmaster\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"92b2e258-1f44-41c1-b1bd-f117f61ee49d\";O:8:\"stdClass\":8:{s:5:\"title\";s:31:\"Jannah Theme - Fix masonry grid\";s:9:\"condition\";s:6:\"jannah\";s:10:\"exclusions\";a:4:{i:0;s:36:\"/wp-includes/js/jquery/jquery.min.js\";i:1;s:30:\"/wp-includes/js/masonry.min.js\";i:2;s:44:\"/wp-includes/js/jquery/jquery.masonry.min.js\";i:3;s:4:\"tie-\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:35f7f183089309f52046377ca65e905a\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1699642920;}s:36:\"df52436c-53d6-461a-b81a-cd0b21680524\";O:8:\"stdClass\":8:{s:5:\"title\";s:5:\"JNews\";s:9:\"condition\";s:5:\"jnews\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:22:\"/jquery-migrate.min.js\";i:2;s:17:\"/jnews/assets/js/\";i:3;s:5:\"jnews\";i:4;s:4:\"jfla\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:5d90e451984f9d894b1aabb0d00f30a2\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738860;}s:36:\"87ed69a2-3295-4fad-a82e-eeb02925a5dc\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"Jobify\";s:9:\"condition\";s:6:\"jobify\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:24:\"/jobify/js/jobify.min.js\";i:3;s:30:\"/jobify/js/select2.full.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:592006aa4562a6915e344e5e2a09e5ee\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704735224;}s:36:\"28a0b1ea-8d2f-4931-a48a-166b8df8a773\";O:8:\"stdClass\":8:{s:5:\"title\";s:4:\"JOYN\";s:9:\"condition\";s:4:\"joyn\";s:10:\"exclusions\";a:9:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:81:\"/swift-framework/includes/page-builder/frontend-assets/js/lib/modernizr-custom.js\";i:3;s:78:\"/swift-framework/includes/page-builder/frontend-assets/js/spb-functions.min.js\";i:4;s:68:\"/swift-framework/includes/swift-slider/assets/js/swift-slider.min.js\";i:5;s:55:\"/swift-framework/public/js/lib/imagesloaded.pkgd.min.js\";i:6;s:28:\"/joyn/js/owl.carousel.min.js\";i:7;s:25:\"/joyn/js/theme-scripts.js\";i:8;s:21:\"/joyn/js/functions.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:c395470ad2d4d681836cd942bbb03120\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738527;}s:36:\"542be60a-2346-4740-9a41-8a580c4f013c\";O:8:\"stdClass\":8:{s:5:\"title\";s:9:\"Juno Toys\";s:9:\"condition\";s:8:\"junotoys\";s:10:\"exclusions\";a:8:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:22:\"/jquery-migrate.min.js\";i:2;s:28:\"/junotoys/fw/js/core.init.js\";i:3;s:29:\"/junotoys/fw/js/core.utils.js\";i:4;s:28:\"/junotoys/fw/js/superfish.js\";i:5;s:32:\"/junotoys/fw/js/swiper/swiper.js\";i:6;s:41:\"/trx_utils/shortcodes/theme.shortcodes.js\";i:7;s:30:\"/wp-includes/js/jquery/ui/(.*)\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:2acab38e8356d36355bb81d931e7fba4\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737788;}s:36:\"06167710-10c7-446e-a08b-ce676e444102\";O:8:\"stdClass\":8:{s:5:\"title\";s:7:\"Jupiter\";s:9:\"condition\";s:7:\"jupiter\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:9:\"/jupiter/\";i:3;s:33:\"/wp-includes/js/underscore.min.js\";i:4;s:12:\"WebFont.load\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:89c5c30498c2989611f9044be006197c\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738430;}s:36:\"5d042e1f-7e62-4ec4-ba31-30d396004522\";O:8:\"stdClass\":8:{s:5:\"title\";s:8:\"JupiterX\";s:9:\"condition\";s:8:\"jupiterx\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:17:\"/jupiterx/(.*).js\";i:3;s:33:\"/wp-includes/js/underscore.min.js\";i:4;s:12:\"WebFont.load\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:b06632962a4948d4944fd8d79ffbfceb\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737312;}s:36:\"c4b030ea-66a1-4729-85bf-a484e373a316\";O:8:\"stdClass\":8:{s:5:\"title\";s:7:\"Kadence\";s:9:\"condition\";s:7:\"kadence\";s:10:\"exclusions\";a:3:{i:0;s:36:\"/kadence/assets/js/navigation.min.js\";i:1;s:22:\"mobile_menu_breakpoint\";i:2;s:13:\"kadenceConfig\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:4b7907ee68218db279648da9bf7102d1\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704735260;}s:36:\"20c605b4-3e3a-4bb0-a5e5-a08e2cb0f31f\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"Kalium\";s:9:\"condition\";s:6:\"kalium\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:29:\"/kalium/assets/js/main.min.js\";i:3;s:22:\"mobile_menu_breakpoint\";i:4;s:6:\"var _k\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:1fcb99a1ab06e1e36635365ed3e59ce5\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737406;}s:36:\"e1e04a7d-635a-4e28-83d9-e345ce40e354\";O:8:\"stdClass\":8:{s:5:\"title\";s:4:\"Kava\";s:9:\"condition\";s:4:\"kava\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:31:\"/kava/assets/js/theme-script.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:359d67efbf530c998245225dd3245a88\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738609;}s:36:\"e833c36e-ee89-4924-b608-3f28327c2f85\";O:8:\"stdClass\":8:{s:5:\"title\";s:3:\"Lay\";s:9:\"condition\";s:3:\"lay\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:31:\"/wp-includes/js/backbone.min.js\";i:2;s:33:\"/wp-includes/js/underscore.min.js\";i:3;s:5:\"/lay/\";i:4;s:19:\"/laytheme-carousel/\";i:5;s:15:\"window.laytheme\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:7c718c6da874ea6e4b27c6d70bc4e7e8\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737453;}s:36:\"2df2ef47-a833-4711-ba54-48dc62586f37\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:85d9922ac61ed833fd047a67029df8e5\";s:5:\"title\";s:8:\"LazaNews\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:17:\"/jquery.custom.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:8:\"lazanews\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"9443304a-34e9-4700-a03a-5f8f62f83ed1\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"Listeo\";s:9:\"condition\";s:6:\"listeo\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/listeo/js/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:db7da585545001f5ae614a2810f08f3a\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737244;}s:36:\"77afa73c-c4a8-42a8-aaee-43f6a761364e\";O:8:\"stdClass\":8:{s:5:\"title\";s:10:\"ListingPro\";s:9:\"condition\";s:10:\"listingpro\";s:10:\"exclusions\";a:13:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:62:\"/listingpro/assets/lib/jquerym.menu/js/jquery.mmenu.min.all.js\";i:3;s:73:\"/listingpro/assets/lib/Magnific-Popup-master/jquery.magnific-popup.min.js\";i:4;s:41:\"/listingpro/assets/js/select2.full.min.js\";i:5;s:49:\"/listingpro/assets/js/jquery.city-autocomplete.js\";i:6;s:42:\"/listingpro/assets/js/chosen.jquery.min.js\";i:7;s:55:\"/listingpro/assets/lib/bootstrap/js/bootstrap-slider.js\";i:8;s:34:\"/listingpro/assets/js/jquery-ui.js\";i:9;s:31:\"/listingpro/assets/js/mapbox.js\";i:10;s:29:\"/listingpro/assets/js/main.js\";i:11;s:46:\"/listingpro/assets/js/leaflet.markercluster.js\";i:12;s:4:\"maps\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:0b365e43dfc65d2b1b70fac6510c7c9c\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737938;}s:36:\"01b369b5-b578-4314-8e95-40b67a41d75a\";O:8:\"stdClass\":8:{s:5:\"title\";s:12:\"Master Study\";s:9:\"condition\";s:11:\"masterstudy\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:32:\"/masterstudy/assets/js/custom.js\";i:3;s:50:\"/masterstudy/assets/vendors/jquery.fancybox.min.js\";i:4;s:42:\"/masterstudy/assets/js/select2.full.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:0ee224c20e4ef7d546733d933db598f2\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704735299;}s:36:\"6b000cc7-d33b-4109-9c39-6119a5d81cde\";O:8:\"stdClass\":8:{s:5:\"title\";s:4:\"Maya\";s:9:\"condition\";s:4:\"maya\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:29:\"/maya/js/jquery.mobilemenu.js\";i:3;s:25:\"/maya/js/jquery.custom.js\";i:4;s:38:\"/maya/core/includes/js/jquery.tipsy.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:719fe28004fcdd81a820602924aa8074\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737916;}s:36:\"ef3c76d6-1041-473d-81ea-a5a6e8c86735\";O:8:\"stdClass\":8:{s:5:\"title\";s:11:\"MH Magazine\";s:9:\"condition\";s:11:\"mh-magazine\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:13:\"/mh-magazine/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:2a0cd6efc2f46be69de61712729a2ec9\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737743;}s:36:\"9cbb2777-5524-43b8-af36-692b27452c0d\";O:8:\"stdClass\":8:{s:5:\"title\";s:7:\"Minimog\";s:9:\"condition\";s:7:\"minimog\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:9:\"/minimog/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:61c0c235042359ee7d2a9035e79a7da2\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738135;}s:36:\"7eb81c74-8062-4a6c-bf66-b7c5bc160141\";O:8:\"stdClass\":8:{s:5:\"title\";s:15:\"Moozo Elementor\";s:9:\"condition\";s:15:\"moozo-elementor\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:39:\"/moozo-elementor/assets/js/countdown.js\";i:3;s:57:\"/moozo-elementor/assets/vendor/countdown/countdown.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:2ddb538c8e6b6c766fffd0d5c861fd82\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738623;}s:36:\"e90b7bfa-9ff6-4e1a-bf29-6207d55fdd39\";O:8:\"stdClass\":8:{s:5:\"title\";s:5:\"Motor\";s:9:\"condition\";s:5:\"motor\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:10:\"/motor/js/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:b33538179f5661a86cbe327a1793e199\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1683973354;}s:36:\"445e625a-f955-41fa-84de-65d9ea19be07\";O:8:\"stdClass\":8:{s:5:\"title\";s:10:\"My Listing\";s:9:\"condition\";s:10:\"my-listing\";s:10:\"exclusions\";a:7:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:19:\"/my-listing/assets/\";i:3;s:41:\"/wp-includes/js/dist/vendor/moment.min.js\";i:4;s:19:\"maps.googleapis.com\";i:5;s:9:\"MyListing\";i:6;s:17:\"_Explore_Settings\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:afacb777229ddf5cabceacc64948057d\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737725;}s:36:\"00b8cd2d-2781-4fbb-ac5d-00750ba94ac9\";O:8:\"stdClass\":8:{s:5:\"title\";s:18:\"Neve - Mobile menu\";s:9:\"condition\";s:4:\"neve\";s:10:\"exclusions\";a:1:{i:0;s:40:\"/neve/assets/js/build/modern/frontend.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:5ae731cc06dd9284f8172675a6fe81ab\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738714;}s:36:\"483abc54-f1fc-47dc-bfc1-a269c7d1c849\";O:8:\"stdClass\":8:{s:5:\"title\";s:18:\"Newspaper - Images\";s:9:\"condition\";s:9:\"Newspaper\";s:10:\"exclusions\";a:10:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:19:\"tagdiv_theme.min.js\";i:3;s:13:\"tdBlocksArray\";i:4;s:33:\"/wp-includes/js/underscore.min.js\";i:5;s:28:\"/td-cloud-library/assets/js/\";i:6;s:44:\"/npm/slick-carousel@1.8.1/slick/slick.min.js\";i:7;s:16:\"tdb-gallery-wrap\";i:8;s:13:\"tdBlocksArray\";i:9;s:4:\"tdb_\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:649ff22527bac2b1c8e0115cd3851d53\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1695805761;}s:36:\"50db8d14-d421-4237-be14-a6f7b5c11ec5\";O:8:\"stdClass\":8:{s:5:\"title\";s:28:\"Newspaper - Slider & YouTube\";s:9:\"condition\";s:9:\"Newspaper\";s:10:\"exclusions\";a:14:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:19:\"tagdiv_theme.min.js\";i:3;s:13:\"tdBlocksArray\";i:4;s:11:\"tdb_globals\";i:5;s:19:\"td_youtube_list_ids\";i:6;s:9:\"iosSlider\";i:7;s:53:\"/td-cloud-library/assets/js/js_files_for_front.min.js\";i:8;s:33:\"/wp-includes/js/underscore.min.js\";i:9;s:28:\"/td-cloud-library/assets/js/\";i:10;s:44:\"/npm/slick-carousel@1.8.1/slick/slick.min.js\";i:11;s:16:\"tdb-gallery-wrap\";i:12;s:13:\"tdBlocksArray\";i:13;s:4:\"tdb_\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:7e2eeee57ae458c5959342eda6526bf1\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1695805747;}s:36:\"514f4c30-2b67-4648-960e-dfe1cc401ca5\";O:8:\"stdClass\":8:{s:5:\"title\";s:4:\"Niva\";s:9:\"condition\";s:4:\"niva\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:9:\"/niva/js/\";i:3;s:26:\"/sweetthemes-framework/js/\";i:4;s:8:\"mt_typed\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:c4838f73a344b829ed626635e210dcf4\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738256;}s:36:\"e67ee504-c3b1-455e-88ab-1fae8c830652\";O:8:\"stdClass\":8:{s:5:\"title\";s:7:\"OceanWP\";s:9:\"condition\";s:7:\"oceanwp\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:9:\"/oceanwp/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:db37af4b7d12695d37d9256313a5f37a\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737552;}s:36:\"e44e240a-8765-4f4f-b67e-d54e4b727506\";O:8:\"stdClass\":8:{s:5:\"title\";s:21:\"OceanWP - Mobile menu\";s:9:\"condition\";s:7:\"oceanwp\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:45:\"/ocean-side-panel/assets/js/side-panel.min.js\";i:3;s:39:\"/oceanwp/assets/js/theme.vanilla.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:9babbcd52b2ce558d299a06cd1130a11\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738463;}s:36:\"897b0100-958d-4a02-b6b2-1e753e9869f4\";O:8:\"stdClass\":8:{s:5:\"title\";s:7:\"PenNews\";s:9:\"condition\";s:7:\"pennews\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:25:\"/pennews/js/script.min.js\";i:3;s:29:\"/pennews/js/script.lib.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:02811fa00bc1471bb5be0457ce0ee005\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704735339;}s:36:\"edd3ba03-e0fd-4b6e-911b-60b29f3471bf\";O:8:\"stdClass\":8:{s:5:\"title\";s:15:\"Pharmacy Mentor\";s:9:\"condition\";s:14:\"pharmacymentor\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:16:\"/pharmacymentor/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:3188aaf1ef2c39937450f2a14ebb1174\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738214;}s:36:\"725415ff-cc76-45cc-a131-3170e5aa30fc\";O:8:\"stdClass\":8:{s:5:\"title\";s:5:\"Porto\";s:9:\"condition\";s:5:\"porto\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:26:\"/wp-includes/js/jquery/ui/\";i:3;s:18:\"/porto/js/theme.js\";i:4;s:22:\"/porto/js/theme.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:8493f398f200c8dffe60d46439dd3360\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737758;}s:36:\"2c19bcec-f3ff-4873-bfd7-db6bc0f6433c\";O:8:\"stdClass\":8:{s:5:\"title\";s:20:\"Porto - Owl Carousel\";s:9:\"condition\";s:5:\"porto\";s:10:\"exclusions\";a:6:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:26:\"/wp-includes/js/jquery/ui/\";i:2;s:25:\"/porto/js/theme(|.min).js\";i:3;s:37:\"/porto/js/libs/owl.carousel(|.min).js\";i:4;s:31:\"/porto/js/theme-async(|.min).js\";i:5;s:41:\"/prettyPhoto/jquery.prettyPhoto(|.min).js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:f34f5199fb7fca78852cd3fb7758f178\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1687527252;}s:36:\"5b11ec89-1cb2-4793-8b77-79e917e810a0\";O:8:\"stdClass\":8:{s:5:\"title\";s:35:\"Pro Theme - Fix menu and accordions\";s:9:\"condition\";s:3:\"pro\";s:10:\"exclusions\";a:2:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:50:\"/pro/cornerstone/assets/js/site/cs-classic.(.*).js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:8f30d70dd2d9a0386445aef8fdd534a9\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1708100602;}s:36:\"31347ccb-f69e-4cd3-bd47-b80ce14ac76e\";O:8:\"stdClass\":8:{s:5:\"title\";s:8:\"ProPhoto\";s:9:\"condition\";s:9:\"prophoto7\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:29:\"/prophoto7/js/bundle.front.js\";i:2;s:33:\"/wp-includes/js/underscore.min.js\";i:3;s:8:\"PROPHOTO\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:a5836a56c4472fade4dc6ebfe2281554\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737425;}s:36:\"a8208c04-865c-49aa-ab96-41e378d391c8\";O:8:\"stdClass\":8:{s:5:\"title\";s:9:\"Publisher\";s:9:\"condition\";s:9:\"publisher\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:14:\"/publisher/js/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:32c73be0cb175da278c8e2af0811b0d1\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738169;}s:36:\"a0d69f3d-1356-4a1d-a600-2f2f788b8a9a\";O:8:\"stdClass\":8:{s:5:\"title\";s:5:\"REHub\";s:9:\"condition\";s:11:\"rehub-theme\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:36:\"/rehub-theme/js/custom_floatpanel.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:321af1febb74f488cf911380893739b2\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738502;}s:36:\"8b74bbe5-7f32-42df-908f-78c99a8cad82\";O:8:\"stdClass\":8:{s:5:\"title\";s:3:\"Rey\";s:9:\"condition\";s:3:\"rey\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:20:\"/rey/scripts-(.*).js\";i:3;s:20:\"/rey-core/assets/js/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:e46567cd0f3ec9b37e7230dc87eac367\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737011;}s:36:\"5c9115d3-bcbd-49d6-8feb-4880d2b82bfe\";O:8:\"stdClass\":8:{s:5:\"title\";s:9:\"Rife Free\";s:9:\"condition\";s:9:\"rife-free\";s:10:\"exclusions\";a:5:{i:0;s:27:\"/rife-free/js/script.min.js\";i:1;s:33:\"/rife-free/js/isotope.pkgd.min.js\";i:2;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:3;s:25:\"/jquery-migrate(.min)?.js\";i:4;s:8:\"var reJS\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:74a449954de79625eccc6750e87af8f6\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738107;}s:36:\"6542b2fd-1f91-4862-aa18-11eecc02faaf\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"Roisin\";s:9:\"condition\";s:6:\"roisin\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:36:\"/themes/roisin/assets/js/main.min.js\";i:3;s:49:\"/plugins/roisin-core/assets/js/roisin-core.min.js\";i:4;s:34:\"/wp-includes/js/hoverIntent.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:8f38fe58034772931110930b91cb6797\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1685964523;}s:36:\"5a192ad9-d150-4aa0-8efc-d68131cb7a37\";O:8:\"stdClass\":8:{s:5:\"title\";s:20:\"Sahifa - Mobile Menu\";s:9:\"condition\";s:6:\"sahifa\";s:10:\"exclusions\";a:3:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:37:\"/themes/sahifa/js/ilightbox.packed.js\";i:2;s:23:\"/translate_a/element.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:06ebe49f4c1e5b04cece831f8bb198a3\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1687540363;}s:36:\"7ae9d978-d63c-4a58-beb3-418bebb5b23c\";O:8:\"stdClass\":8:{s:5:\"title\";s:7:\"Salient\";s:9:\"condition\";s:7:\"salient\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:9:\"/salient/\";i:3;s:12:\"winW > bodyW\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:b3e12d57ac23897be1bb2c673e3fc761\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704735382;}s:36:\"35aaa6c5-4a37-4161-b504-fb3ebc4b1148\";O:8:\"stdClass\":8:{s:5:\"title\";s:23:\"Salient - Nectar slider\";s:9:\"condition\";s:7:\"salient\";s:10:\"exclusions\";a:3:{i:0;s:42:\"/salient-nectar-slider/js/nectar-slider.js\";i:1;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:2;s:25:\"/jquery-migrate(.min)?.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:d612db1dd8dc76faa6a36a9ebfd336dc\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704735415;}s:36:\"84c95206-3e59-4eb3-a0c9-e2231a1c0a48\";O:8:\"stdClass\":8:{s:5:\"title\";s:10:\"SEO Lounge\";s:9:\"condition\";s:9:\"seolounge\";s:10:\"exclusions\";a:4:{i:0;s:67:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?$\";i:1;s:52:\"/js_composer/assets/js/dist/js_composer_front.min.js\";i:2;s:37:\"/seolounge/js/radiantthemes-custom.js\";i:3;s:39:\"/seolounge/js/radiantthemes-core.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:3d72b779d9c4ba6b51cc5b245b141433\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1691695809;}s:36:\"cd44aa56-088a-40dd-bf1e-f835efa68626\";O:8:\"stdClass\":8:{s:5:\"title\";s:11:\"Shoptimizer\";s:9:\"condition\";s:11:\"shoptimizer\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:37:\"/shoptimizer/assets/js/lazyload-bg.js\";i:3;s:34:\"/shoptimizer/assets/js/main.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:6c32b43f4da639e5901574fac6b7d387\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737143;}s:36:\"d2c48a48-430a-4eea-bc05-99b66f1f6a7b\";O:8:\"stdClass\":8:{s:5:\"title\";s:8:\"SmartMag\";s:9:\"condition\";s:9:\"smart-mag\";s:10:\"exclusions\";a:1:{i:0;s:25:\"/smart-mag/js/lazyload.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:23d6b7878bd0087addb067db3fa39864\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738490;}s:36:\"dd0d9133-ef17-4dac-b174-9f25d535838f\";O:8:\"stdClass\":8:{s:5:\"title\";s:7:\"Soledad\";s:9:\"condition\";s:7:\"soledad\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:19:\"/soledad/js/main.js\";i:3;s:24:\"/soledad/js/more-post.js\";i:4;s:30:\"/soledad/js/libs-script.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:d3f78b26c2d11c99230171cc6378d06e\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737664;}s:36:\"3b85dd6e-9534-477e-9b15-940d0e155c8d\";O:8:\"stdClass\":8:{s:5:\"title\";s:22:\"Spacious - Mobile Menu\";s:9:\"condition\";s:8:\"spacious\";s:10:\"exclusions\";a:2:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:26:\"/spacious/js/navigation.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:d423c1f002b10b8682ee24d616b19c9c\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1703192854;}s:36:\"d657dc56-5c04-439a-8987-401f89a65bf9\";O:8:\"stdClass\":8:{s:5:\"title\";s:9:\"Stockholm\";s:9:\"condition\";s:9:\"stockholm\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:14:\"/stockholm/js/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:fcfff492e00727b63cf5dff9f59bc2a4\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738378;}s:36:\"121f9b1b-d3cd-4dde-915e-0b348abf6687\";O:8:\"stdClass\":8:{s:5:\"title\";s:10:\"Storefront\";s:9:\"condition\";s:10:\"storefront\";s:10:\"exclusions\";a:1:{i:0;s:39:\"/storefront/assets/js/navigation.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:f0dca7e4eaedf573d4664be249845942\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738793;}s:36:\"41cfc83f-ff02-4a35-a3b7-e92db213b224\";O:8:\"stdClass\":8:{s:5:\"title\";s:10:\"StreamTube\";s:9:\"condition\";s:10:\"streamtube\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:12:\"/streamtube/\";i:3;s:17:\"/streamtube-core/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:9772ccddd470688f6bc6aee86e34d29b\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679331431;}s:36:\"c31366fe-9045-4767-a405-52a11e08b82e\";O:8:\"stdClass\":8:{s:5:\"title\";s:35:\"Sydney - Load elements on page load\";s:9:\"condition\";s:13:\"sydney-pro-ii\";s:10:\"exclusions\";a:6:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:46:\"/wp-content/themes/sydney-pro-ii/js/scripts.js\";i:2;s:52:\"/wp-content/themes/sydney-pro-ii/js/functions.min.js\";i:3;s:48:\"/wp-content/themes/sydney-pro-ii/js/elementor.js\";i:4;s:50:\"/wp-content/themes/sydney-pro-ii/js/hero-slider.js\";i:5;s:45:\"/wp-content/plugins/sydney-toolbox/js/main.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:1fb15693856451537e331adeaf2c7d6f\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1711977131;}s:36:\"aec0a548-4c6b-400a-80ed-19a49e0faef0\";O:8:\"stdClass\":8:{s:5:\"title\";s:4:\"The7\";s:9:\"condition\";s:7:\"dt-the7\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:2;s:14:\"loader-removed\";i:3;s:34:\"/Ultimate_VC_Addons/assets/min-js/\";i:4;s:9:\"/dt-the7/\";i:5;s:13:\"/js_composer/\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:7934c689fd20e30b6bfc69bb9d46cb63\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737892;}s:36:\"538354ff-d69f-40be-b0cc-df3790599dd2\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"TheGem\";s:9:\"condition\";s:6:\"thegem\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/thegem/js/\";i:3;s:11:\"gemSettings\";i:4;s:15:\"thegemSlideshow\";i:5;s:19:\"tgpLazyItemsOptions\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:153c54fe73897da838ce39152b1db5a8\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738477;}s:36:\"84d95a79-270c-4223-b459-bb49c6acfaf1\";O:8:\"stdClass\":8:{s:5:\"title\";s:29:\"Theme Electiman - Mobile Menu\";s:9:\"condition\";s:9:\"electiman\";s:10:\"exclusions\";a:8:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:41:\"/themes/electiman/assets/js/navigation.js\";i:2;s:45:\"/themes/electiman/assets/js/theme-pluginjs.js\";i:3;s:36:\"/themes/electiman/assets/js/theme.js\";i:4;s:40:\"/themes/electiman/assets/js/slick.min.js\";i:5;s:40:\"/themes/electiman/venobox/venobox.min.js\";i:6;s:47:\"/themes/electiman/assets/js/owl.carousel.min.js\";i:7;s:35:\"/wp-includes/js/imagesloaded.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:a59c888391c869ed4f3417c02d71fe15\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1702923332;}s:36:\"3a59bf59-4fe5-4690-8ab7-33e6a976e2e3\";O:8:\"stdClass\":8:{s:5:\"title\";s:20:\"Thrive Theme Builder\";s:9:\"condition\";s:12:\"thrive-theme\";s:10:\"exclusions\";a:12:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:52:\"/thrive-visual-editor/editor/js/dist/modules/(.*).js\";i:3;s:38:\"TVE_Event_Manager_Registered_Callbacks\";i:4;s:12:\"ThriveGlobal\";i:5;s:9:\"TCB_Front\";i:6;s:8:\"TL_Front\";i:7;s:7:\"TVE_Ult\";i:8;s:7:\"thrive-\";i:9;s:7:\"thrive_\";i:10;s:4:\"tve_\";i:11;s:4:\"tve-\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:7492fc8f8a90ad7ef680d9c560da2b0f\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1710767440;}s:36:\"68f2de3b-e2b8-4edf-b82f-93fd7834c65f\";O:8:\"stdClass\":8:{s:5:\"title\";s:5:\"Total\";s:9:\"condition\";s:5:\"Total\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:29:\"/Total/assets/js/total.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:96b0141273eabab320119c467cdcaf17\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737571;}s:36:\"6dc1cb35-6b50-4da0-9834-dddf169edaa6\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:7c37c885d7fecf788f635734f99e8610\";s:5:\"title\";s:7:\"Townhub\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:5:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:31:\"/townhub-add-ons/assets/js/(.*)\";i:3;s:36:\"/wp-includes/js/dist/vendor/react.js\";i:4;s:40:\"/wp-includes/js/dist/vendor/react-dom.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:7:\"townhub\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"f484f86b-e316-4871-9322-dee3925349fe\";O:8:\"stdClass\":8:{s:5:\"title\";s:29:\"Travel Monster - Owl Carousel\";s:9:\"condition\";s:14:\"travel-monster\";s:10:\"exclusions\";a:3:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:87:\"/wp-content/plugins/wp-travel-engine/assets/lib/owl-carousel(.*)/owl.carousel(|.min).js\";i:2;s:9:\"var isRtl\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:d3e8da87b3affd399205438fbc8a4f05\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1690822771;}s:36:\"3ec96c3f-a6bf-4748-9b7e-78864bd24add\";O:8:\"stdClass\":8:{s:5:\"title\";s:21:\"uDesign - Mobile Menu\";s:9:\"condition\";s:8:\"u-design\";s:10:\"exclusions\";a:4:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:50:\"/wp-content/themes/u-design/assets/js/theme.min.js\";i:2;s:64:\"/wp-content/themes/u-design/framework/assets/js/framework.min.js\";i:3;s:70:\"/wp-content/themes/u-design/framework/assets/js/framework-async.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:31ce70b0a02f8720a86d993816676943\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1699292981;}s:36:\"cb523239-27cc-461e-973d-c984a83223ac\";O:8:\"stdClass\":8:{s:5:\"title\";s:35:\"uDesign - Show Page Content on Load\";s:9:\"condition\";s:8:\"u-design\";s:10:\"exclusions\";a:3:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:50:\"/wp-content/themes/u-design/assets/js/theme.min.js\";i:2;s:64:\"/wp-content/themes/u-design/framework/assets/js/framework.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:c55edd40ad3f9321da577dad70bb130c\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1698778683;}s:36:\"14cb0a85-8bee-491e-99d7-5f20a07f4bdd\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"Uncode\";s:9:\"condition\";s:6:\"uncode\";s:10:\"exclusions\";a:11:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:33:\"/uncode/library/js/init(.min)?.js\";i:3;s:36:\"/uncode/library/js/plugins(.min)?.js\";i:4;s:32:\"/uncode/library/js/app(.min)?.js\";i:5;s:47:\"/uncode/library/js/woocommerce-uncode(.min)?.js\";i:6;s:59:\"/wp-includes/js/mediaelement/mediaelement-and-player.min.js\";i:7;s:10:\"initHeader\";i:8;s:7:\"initBox\";i:9;s:13:\"fixMenuHeight\";i:10;s:7:\"initRow\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:18ba19b98aefbb6c0fde6c6bf92e9cfc\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738154;}s:36:\"96aa49eb-6372-4b4c-b70d-f29dede8a8f2\";O:8:\"stdClass\":8:{s:5:\"title\";s:31:\"Utouch - Load menu on page load\";s:9:\"condition\";s:6:\"utouch\";s:10:\"exclusions\";a:7:{i:0;s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";i:1;s:36:\"/wp-includes/js/jquery/jquery.min.js\";i:2;s:18:\"/utouch/js/main.js\";i:3;s:31:\"/utouch/js/swiper.jquery.min.js\";i:4;s:21:\"/utouch/js/fitvids.js\";i:5;s:27:\"/utouch/js/theme-plugins.js\";i:6;s:28:\"/utouch/js/crum-mega-menu.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:18284bf26abf49a1d5d60b3fb34e4c2d\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1714156159;}s:36:\"a1fbf155-720a-4704-9794-d6749ad6df59\";O:8:\"stdClass\":8:{s:5:\"title\";s:27:\"Vivo theme - Fix blank page\";s:9:\"condition\";s:4:\"vivo\";s:10:\"exclusions\";a:2:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:46:\"/vivo/framework/assets/js/bt_framework_misc.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:a140e640fed504586e24e7c0df30376b\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1704308662;}s:36:\"5acb5d19-caa6-4deb-b7db-0051df4c3c3b\";O:8:\"stdClass\":8:{s:5:\"title\";s:11:\"Voxel Theme\";s:9:\"condition\";s:5:\"voxel\";s:10:\"exclusions\";a:7:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:7:\"/voxel/\";i:2;s:11:\"/elementor/\";i:3;s:15:\"/elementor-pro/\";i:4;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:5;s:26:\"ElementorProFrontendConfig\";i:6;s:23:\"elementorFrontendConfig\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:240a2be0a2b66b01f83abdcd83da7c7c\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1720444241;}s:36:\"88e96479-1aa2-4adc-8f07-20bc0368a63f\";O:8:\"stdClass\":8:{s:5:\"title\";s:9:\"Werkstatt\";s:9:\"condition\";s:9:\"werkstatt\";s:10:\"exclusions\";a:6:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:21:\"/js/underscore.min.js\";i:3;s:34:\"/werkstatt/assets/js/vendor.min.js\";i:4;s:38:\"/werkstatt/assets/js/fullscreen.min.js\";i:5;s:31:\"/werkstatt/assets/js/app.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:38faa29db5a07b8fef6aee9cc11cafec\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737639;}s:36:\"60c4110b-a960-4d44-b619-6d79514dbf75\";O:8:\"stdClass\":8:{s:5:\"title\";s:8:\"Woodmart\";s:9:\"condition\";s:8:\"woodmart\";s:10:\"exclusions\";a:9:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:3;s:24:\"/woodmart/js/scripts/wc/\";i:4;s:28:\"/woodmart/js/scripts/global/\";i:5;s:37:\"/woodmart/js/libs/owl.carousel.min.js\";i:6;s:33:\"/woodmart/js/libs/owl.carousel.js\";i:7;s:26:\"/woodmart/js/libs/slick.js\";i:8;s:37:\"/woodmart/js/libs/autocomplete.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:06338f13cb89e5309ad2eb7e4d457be4\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1695633901;}s:36:\"a4547b5b-10ab-407c-969c-269fddec07b8\";O:8:\"stdClass\":8:{s:5:\"title\";s:25:\"Woodmart - Cart Fragments\";s:9:\"condition\";s:8:\"woodmart\";s:10:\"exclusions\";a:4:{i:0;s:75:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>)\";i:1;s:53:\"/woocommerce/assets/js/frontend/cart-fragments.min.js\";i:2;s:49:\"/woocommerce/assets/js/js-cookie/js.cookie.min.js\";i:3;s:49:\"/woodmart/js/scripts/wc/updateCartFragmentsFix.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:591f4f1b2e86b1e987cd8789df3ffce3\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1700584689;}s:36:\"97066e39-027a-4cd6-9152-7b6b53f365f5\";O:8:\"stdClass\":8:{s:5:\"title\";s:22:\"Woodmart - Mobile Menu\";s:9:\"condition\";s:8:\"woodmart\";s:10:\"exclusions\";a:3:{i:0;s:77:\"\\/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\\?(.*))?( |\'|\"|>|$)\";i:1;s:56:\"/themes/woodmart/js/scripts/menu/mobileNavigation.min.js\";i:2;s:49:\"/themes/woodmart/js/scripts/global/helpers.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:d79a3941e2f12fb93ffc980ebeb1d7f4\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1711745013;}s:36:\"119ebd1c-6b46-4f07-8d6a-3498d9c8814f\";O:8:\"stdClass\":8:{s:5:\"title\";s:6:\"XStore\";s:9:\"condition\";s:6:\"xstore\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:11:\"/xstore/js/\";i:3;s:66:\"/et-core-plugin/packages/st-woo-swatches/public/js/frontend.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:3de9d9ba385200548f177d9c704ae92a\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679738190;}s:36:\"9a7a548c-07a1-4dff-93fc-6e8230b67853\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"theme:119d329456073aa10969d7cbd9760f28\";s:5:\"title\";s:12:\"YOOtheme Pro\";s:4:\"type\";s:5:\"theme\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:3:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:12:\"uikit.min.js\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:8:\"yootheme\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:17.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"f74c499e-b7d9-4590-8671-379f51f468c8\";O:8:\"stdClass\":8:{s:5:\"title\";s:4:\"Zeen\";s:9:\"condition\";s:4:\"zeen\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:16:\"/zeen/assets/js/\";i:3;s:17:\"/js.cookie.min.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:2:\"id\";s:38:\"theme:acb52844f996627788836366404a3245\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1679737859;}}s:7:\"scripts\";O:8:\"stdClass\":17:{s:36:\"dd0c5a5b-ec56-49f9-9aa4-89e1e3a6a28a\";O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"Amazon Ads\";s:10:\"exclusions\";a:1:{i:0;s:19:\"amazon-adsystem.com\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:b82a5936d8ea0745016caeb71629ae5d\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1681390276;}s:36:\"980edf32-c64b-4370-bf23-c62b079e71c3\";O:8:\"stdClass\":7:{s:5:\"title\";s:14:\"Google AdSense\";s:10:\"exclusions\";a:1:{i:0;s:11:\"adsbygoogle\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:0206e6040c8ff64b8d6ee5fef2ce1c90\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1681377840;}s:36:\"2499bb90-0753-4b2b-9bd4-1525f94c7437\";O:8:\"stdClass\":7:{s:5:\"title\";s:16:\"Google Analytics\";s:10:\"exclusions\";a:3:{i:0;s:33:\"google-analytics.com/analytics.js\";i:1;s:6:\"ga\\( \'\";i:2;s:5:\"ga\\(\'\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:d86cf69a8b82547a94ca3f6a307cf9a6\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1681388311;}s:36:\"6f460036-3106-4b8c-9951-d32de9b1258f\";O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Google Maps\";s:10:\"exclusions\";a:2:{i:0;s:19:\"maps.googleapis.com\";i:1;s:15:\"maps.google.com\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:4d60ab2c6d11d753267484006c23e54c\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1681390259;}s:36:\"ac2d5720-9418-468c-80a0-3874ee743c0f\";O:8:\"stdClass\":7:{s:5:\"title\";s:15:\"Google Optimize\";s:10:\"exclusions\";a:3:{i:0;s:17:\"a,s,y,n,c,h,i,d,e\";i:1;s:30:\"googleoptimize.com/optimize.js\";i:2;s:10:\"async-hide\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:031a0cece38c4739df67f910dcabf1bd\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1681390261;}s:36:\"122e6ebb-51fd-477f-97fb-559593f1a48b\";O:8:\"stdClass\":7:{s:5:\"title\";s:16:\"Google Recaptcha\";s:10:\"exclusions\";a:1:{i:0;s:9:\"recaptcha\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:032cb16577cbf07bc7c02bac83bd936d\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1681390264;}s:36:\"219277ae-b2ac-4d42-913d-eaea40985295\";O:8:\"stdClass\":7:{s:5:\"title\";s:18:\"Google Tag Manager\";s:10:\"exclusions\";a:4:{i:0;s:8:\"/gtag/js\";i:1;s:6:\"gtag\\(\";i:2;s:7:\"/gtm.js\";i:3;s:10:\"async-hide\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:1d3c65b2b03ef35e14df6b163ea3a1f6\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1681390266;}s:36:\"f632e3f4-20e6-471e-a78d-86afbea63586\";O:8:\"stdClass\":7:{s:5:\"title\";s:7:\"HubSpot\";s:10:\"exclusions\";a:4:{i:0;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:1;s:25:\"/jquery-migrate(.min)?.js\";i:2;s:18:\"js(.*).hsforms.net\";i:3;s:18:\"hbspt.forms.create\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:de4bd8ef4675ebb85a055955de76d0ee\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1713282413;}s:36:\"5d606add-ffb8-4a06-b295-5f722710fbfd\";O:8:\"stdClass\":7:{s:5:\"title\";s:6:\"Refari\";s:10:\"exclusions\";a:2:{i:0;s:16:\"widget.refari.co\";i:1;s:6:\"refari\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:a705e197b13b47e72a105c923e044358\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1683797056;}s:36:\"742ec14a-27a1-4789-b9c8-a9c3a3cf7042\";O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"Reviews.io\";s:10:\"exclusions\";a:2:{i:0;s:35:\"/carousel-inline-iframeless/dist.js\";i:1;s:20:\"carouselInlineWidget\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:4df445c576f45889506ba175a4c39fdc\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1684389426;}s:36:\"05d3eb78-f574-49be-95e1-3f11714005d1\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"script:ce7566d1d08cc094b74cf283cf9c56a5\";s:5:\"title\";s:6:\"Stripe\";s:4:\"type\";s:6:\"script\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:1:{i:0;s:13:\"js.stripe.com\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:0:\"\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}s:36:\"0a37e528-8718-49f7-a26d-059aa29f867d\";O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"Trustindex\";s:10:\"exclusions\";a:2:{i:0;s:27:\"cdn.trustindex.io/loader.js\";i:1;s:32:\"cdn.trustindex.io/loader-cert.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:1d38d6195597e8bb81966870f0a4f939\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1713359486;}s:36:\"ce9a3865-9efa-4e98-ae10-4f842a4ecc22\";O:8:\"stdClass\":7:{s:5:\"title\";s:8:\"Typeform\";s:10:\"exclusions\";a:1:{i:0;s:14:\"/next/embed.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:cd3889ae3b96f891186ae270dbbcc9bb\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1709838856;}s:36:\"b56bf06c-2f8c-4757-b536-a689fb0e75f9\";O:8:\"stdClass\":7:{s:5:\"title\";s:7:\"Typekit\";s:10:\"exclusions\";a:1:{i:0;s:7:\"typekit\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:7815e38b93e3b500a632681bd594bd61\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1681390268;}s:36:\"49c38c0a-43b9-4237-88cb-57ddd519f0ad\";O:8:\"stdClass\":7:{s:5:\"title\";s:13:\"Venatus Media\";s:10:\"exclusions\";a:2:{i:0;s:18:\"/ad-manager.min.js\";i:1;s:8:\"__vm_add\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:abe11528732aed9a19a97e73b242faa5\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1681390272;}s:36:\"2c1d0998-8ab5-478c-8eb9-9e375b46363e\";O:8:\"stdClass\":7:{s:5:\"title\";s:6:\"Wistia\";s:10:\"exclusions\";a:2:{i:0;s:15:\"fast.wistia.com\";i:1;s:24:\"/assets/external/E-v1.js\";}s:8:\"icon_url\";s:0:\"\";s:4:\"type\";s:6:\"script\";s:2:\"id\";s:39:\"script:9a0111f8c3186c1cb3113587c660c041\";s:10:\"is_default\";i:0;s:10:\"created_at\";i:1711395219;}s:36:\"0627fe24-7e9d-400f-b064-d98bec2ba85e\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"script:dbd1875130c71eb4b2ef768ad18d820c\";s:5:\"title\";s:10:\"Yandex Ads\";s:4:\"type\";s:6:\"script\";s:4:\"icon\";s:0:\"\";s:10:\"exclusions\";a:2:{i:0;s:9:\"yandex.ru\";i:1;s:18:\"window.yaContextCb\";}s:10:\"is_default\";i:0;s:9:\"condition\";s:0:\"\";s:10:\"created_at\";i:1676435704;s:10:\"updated_at\";s:27:\"2023-02-15T04:32:16.000000Z\";s:8:\"icon_url\";s:0:\"\";}}}','off'),(14373,'_transient_timeout_rocket_imagify_plugin_data','1725884514','off'),(14374,'_transient_rocket_imagify_plugin_data','O:8:\"stdClass\":14:{s:4:\"name\";s:82:\"Imagify â€“ Optimize Images &amp; Convert WebP &amp; AVIF | Compress Images Easily\";s:4:\"slug\";s:7:\"imagify\";s:7:\"version\";s:5:\"2.2.2\";s:6:\"author\";s:101:\"<a href=\"https://imagify.io\">Imagify Image Optimization â€“ Optimize Images & Convert WebP & Avif</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/wp_media/\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:86;s:7:\"ratings\";a:5:{i:5;i:1161;i:4;i:57;i:3;i:25;i:2;i:40;i:1;i:190;}s:11:\"num_ratings\";i:1473;s:15:\"support_threads\";i:19;s:24:\"support_threads_resolved\";i:18;s:15:\"active_installs\";i:900000;s:13:\"download_link\";s:56:\"https://downloads.wordpress.org/plugin/imagify.2.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/imagify/assets/icon.svg?rev=2833113\";s:3:\"svg\";s:52:\"https://ps.w.org/imagify/assets/icon.svg?rev=2833113\";}}','off'),(14390,'_transient_timeout_rocket_cloudflare_is_api_keys_valid','1726489490','off'),(14391,'_transient_rocket_cloudflare_is_api_keys_valid','O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:21:\"cloudflare_no_zone_id\";a:1:{i:0;s:252:\"Missing Cloudflare Zone ID. Read the <a href=\"https://docs.wp-rocket.me/article/18-using-wp-rocket-with-cloudflare/?utm_source=wp_plugin&#038;utm_medium=wp_rocket#add-on\" rel=\"noopener noreferrer\" target=\"_blank\">documentation</a> for further guidance.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}','off'),(14597,'wpforms_email_summaries_info_blocks_sent','a:1:{i:0;i:521223;}','auto'),(14638,'action_scheduler_migration_status','complete','auto'),(14751,'wpcode_settings','a:11:{s:21:\"facebook_pixel_events\";a:5:{s:9:\"page_view\";i:1;s:11:\"add_to_cart\";i:1;s:12:\"view_content\";i:1;s:14:\"begin_checkout\";i:1;s:8:\"purchase\";i:1;}s:19:\"google_pixel_events\";a:6:{s:9:\"page_view\";i:1;s:11:\"add_to_cart\";i:1;s:9:\"view_item\";i:1;s:14:\"begin_checkout\";i:1;s:8:\"purchase\";i:1;s:10:\"conversion\";i:1;}s:22:\"pinterest_pixel_events\";a:4:{s:17:\"pagevisit_product\";i:1;s:14:\"begin_checkout\";i:1;s:11:\"add_to_cart\";i:1;s:8:\"purchase\";i:1;}s:19:\"tiktok_pixel_events\";a:4:{s:12:\"view_content\";i:1;s:11:\"add_to_cart\";i:1;s:14:\"begin_checkout\";i:1;s:8:\"purchase\";i:1;}s:20:\"headers_footers_mode\";b:1;s:18:\"editor_height_auto\";b:0;s:13:\"editor_height\";i:300;s:14:\"usage_tracking\";b:0;s:14:\"admin_bar_info\";b:1;s:9:\"dark_mode\";b:0;s:14:\"uninstall_data\";b:0;}','auto'),(15161,'_wpforms_transient_wpforms_/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1725349837;s:5:\"ctime\";i:1725349837;}','on'),(15283,'_site_transient_timeout_php_check_d876ede602bb9ac9456a7d884ebdc1f3','1725963454','off'),(15284,'_site_transient_php_check_d876ede602bb9ac9456a7d884ebdc1f3','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(15360,'_elementor_global_css','a:7:{s:4:\"time\";i:1725359587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}','auto');
INSERT INTO `wpau_options` VALUES (15364,'_elementor_assets_data','a:2:{s:3:\"css\";a:1:{s:7:\"widgets\";a:20:{s:16:\"houzez_site_menu\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:4:\"html\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:6:\"spacer\";a:2:{s:7:\"content\";s:1379:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:7:\"divider\";a:2:{s:7:\"content\";s:4311:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:8:\"icon-box\";a:2:{s:7:\"content\";s:119:\"<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\";s:7:\"version\";s:6:\"3.23.4\";}s:14:\"image-carousel\";a:2:{s:7:\"content\";s:555:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:30:\"houzez_elementor_section_title\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:7:\"wpforms\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:25:\"houzez_elementor_icon_box\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:27:\"houzez_elementor_blog_posts\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:13:\"image-gallery\";a:2:{s:7:\"content\";s:2474:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:26:\"houzez-property-breadcrumb\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:11:\"google_maps\";a:2:{s:7:\"content\";s:247:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:4:\"icon\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:5051:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:119:\"<link rel=\"stylesheet\" href=\"http://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.23.4\";}}}s:3:\"svg\";a:1:{s:9:\"font-icon\";a:9:{s:26:\"far-arrow-alt-circle-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:308:\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\";s:3:\"key\";s:26:\"far-arrow-alt-circle-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"eicon-chevron-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\";s:3:\"key\";s:18:\"eicon-chevron-left\";}s:7:\"version\";s:6:\"5.13.0\";}s:19:\"eicon-chevron-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\";s:3:\"key\";s:19:\"eicon-chevron-right\";}s:7:\"version\";s:6:\"5.13.0\";}s:11:\"far-comment\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:438:\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\";s:3:\"key\";s:11:\"far-comment\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fas-phone-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\";s:3:\"key\";s:13:\"fas-phone-alt\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fas-envelope\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:464:\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\";s:3:\"key\";s:12:\"fas-envelope\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fab-facebook\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\";s:3:\"key\";s:12:\"fab-facebook\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-instagram\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:922:\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\";s:3:\"key\";s:13:\"fab-instagram\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fab-linkedin\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:424:\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\";s:3:\"key\";s:12:\"fab-linkedin\";}s:7:\"version\";s:6:\"5.15.3\";}}}}','auto'),(15365,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1725532909;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:10:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.23.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.gif?rev=3128648\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.gif?rev=3128648\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=2506685\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=2506685\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=2506685\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=2506685\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/redux-framework\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:6:\"4.4.18\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/redux-framework.4.4.18.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";s:3:\"svg\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/redux-framework/assets/banner-772x250.png?rev=2889347\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:35:\"google-site-kit/google-site-kit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/google-site-kit\";s:4:\"slug\";s:15:\"google-site-kit\";s:6:\"plugin\";s:35:\"google-site-kit/google-site-kit.php\";s:11:\"new_version\";s:7:\"1.134.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/google-site-kit/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/google-site-kit.1.134.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-256x256.png?rev=3141863\";s:2:\"1x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-128x128.png?rev=3141863\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/google-site-kit/assets/banner-1544x500.png?rev=3141863\";s:2:\"1x\";s:70:\"https://ps.w.org/google-site-kit/assets/banner-772x250.png?rev=3141863\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:6:\"1.24.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/updraftplus.1.24.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:6:\"7.11.7\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wordfence.7.11.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.2.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=2758516\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/insert-headers-and-footers/assets/banner-1544x500.png?rev=2758516\";s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=2758516\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:33:\"wp-consent-api/wp-consent-api.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/wp-consent-api\";s:4:\"slug\";s:14:\"wp-consent-api\";s:6:\"plugin\";s:33:\"wp-consent-api/wp-consent-api.php\";s:11:\"new_version\";s:5:\"1.0.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-consent-api/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-consent-api.1.0.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-consent-api/assets/icon-256x256.png?rev=2239568\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-consent-api/assets/icon-128x128.png?rev=2239568\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-consent-api/assets/banner-1544x500.png?rev=2239568\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-consent-api/assets/banner-772x250.png?rev=2239568\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.9.0.4\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.9.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=3091364\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=3091364\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=3091364\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=3091364\";}s:8:\"requires\";s:3:\"5.5\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"23.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.23.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3112542\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3112542\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.4\";}}s:7:\"checked\";a:18:{s:23:\"elementor/elementor.php\";s:6:\"3.23.4\";s:43:\"favethemes-insights/favethemes-insights.php\";s:5:\"1.2.9\";s:25:\"houzez-crm/houzez-crm.php\";s:5:\"1.4.3\";s:47:\"houzez-login-register/houzez-login-register.php\";s:5:\"3.2.1\";s:31:\"houzez-studio/houzez-studio.php\";s:5:\"1.0.2\";s:57:\"houzez-theme-functionality/houzez-theme-functionality.php\";s:5:\"3.2.3\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"3.2.1\";s:35:\"redux-framework/redux-framework.php\";s:6:\"4.4.18\";s:35:\"google-site-kit/google-site-kit.php\";s:7:\"1.134.0\";s:23:\"revslider/revslider.php\";s:6:\"6.7.15\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:6:\"3.14.7\";s:27:\"updraftplus/updraftplus.php\";s:6:\"1.24.4\";s:23:\"wordfence/wordfence.php\";s:6:\"7.11.7\";s:35:\"insert-headers-and-footers/ihaf.php\";s:5:\"2.2.1\";s:33:\"wp-consent-api/wp-consent-api.php\";s:5:\"1.0.7\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.9.0.4\";s:23:\"wp-rocket/wp-rocket.php\";s:6:\"3.16.3\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"23.4\";}}','off'),(15879,'_site_transient_timeout_browser_e8db1a910ee088b469ecfd2b6a9b9da5','1726032487','off'),(15880,'_site_transient_browser_e8db1a910ee088b469ecfd2b6a9b9da5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"128.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),(15893,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1725470892','off'),(16109,'_transient_timeout_nfd_data_wb_patterns_b574f5d1af229b31825f020b69e0688c','1725534365','off'),(16110,'_transient_timeout_nfd_data_wb_categories_82d933c851569ad9b6bd74872ad8810b','1725534365','off'),(16111,'_transient_nfd_data_wb_categories_82d933c851569ad9b6bd74872ad8810b','a:17:{i:0;a:6:{s:2:\"id\";s:36:\"9ac51f05-fbbd-4633-834d-0af87746ad7a\";s:5:\"title\";s:6:\"header\";s:5:\"label\";s:6:\"Header\";s:11:\"description\";s:6:\"header\";s:5:\"count\";i:19;s:5:\"order\";i:10;}i:1;a:6:{s:2:\"id\";s:36:\"9ac51f07-3850-46e5-b4e1-f6ac7fb51e85\";s:5:\"title\";s:4:\"hero\";s:5:\"label\";s:4:\"Hero\";s:11:\"description\";s:141:\"Hero patterns are typically the first pattern after the website navigation. They are frequent on home pages and rare on any additional pages.\";s:5:\"count\";i:15;s:5:\"order\";i:20;}i:2;a:6:{s:2:\"id\";s:36:\"9ac51f04-17ae-4f1e-bfbe-6af49d0df64c\";s:5:\"title\";s:8:\"features\";s:5:\"label\";s:8:\"Features\";s:11:\"description\";s:103:\"Patterns that summarize or highlight features, functionality, quality, or other highlight worthy items.\";s:5:\"count\";i:50;s:5:\"order\";i:30;}i:3;a:6:{s:2:\"id\";s:36:\"9bf2d8a8-94cf-4c79-a7ad-ccff1d1d8dc3\";s:5:\"title\";s:5:\"forms\";s:5:\"label\";s:5:\"Forms\";s:11:\"description\";s:5:\"forms\";s:5:\"count\";i:5;s:5:\"order\";i:40;}i:4;a:6:{s:2:\"id\";s:36:\"9b73e2e7-1df7-424b-84a5-7cbfd044e47c\";s:5:\"title\";s:8:\"products\";s:5:\"label\";s:8:\"Products\";s:11:\"description\";s:8:\"products\";s:5:\"count\";i:3;s:5:\"order\";i:50;}i:5;a:6:{s:2:\"id\";s:36:\"9ac51f05-b655-4db5-bf20-60a5a02f2a0f\";s:5:\"title\";s:7:\"gallery\";s:5:\"label\";s:7:\"Gallery\";s:11:\"description\";s:7:\"gallery\";s:5:\"count\";i:8;s:5:\"order\";i:60;}i:6;a:6:{s:2:\"id\";s:36:\"9ac51f03-0e4b-45a4-8310-2a9f6a0cda32\";s:5:\"title\";s:14:\"call-to-action\";s:5:\"label\";s:14:\"Call To Action\";s:11:\"description\";s:154:\"Patterns that may have images and content with intentional layouts to drive the reader to take the desired action such as sign up, learn more, or buy now.\";s:5:\"count\";i:27;s:5:\"order\";i:70;}i:7;a:6:{s:2:\"id\";s:36:\"9bd0ae6a-75c5-420e-815d-1d284a0007c1\";s:5:\"title\";s:4:\"text\";s:5:\"label\";s:4:\"Text\";s:11:\"description\";s:4:\"text\";s:5:\"count\";i:40;s:5:\"order\";i:80;}i:8;a:6:{s:2:\"id\";s:36:\"9ac51f08-22e3-4dfa-96b4-e1866f76b08e\";s:5:\"title\";s:12:\"testimonials\";s:5:\"label\";s:12:\"Testimonials\";s:11:\"description\";s:111:\"Collection of content praising the quality of the service that was received by the customer in their own words.\";s:5:\"count\";i:13;s:5:\"order\";i:90;}i:9;a:6:{s:2:\"id\";s:36:\"9ac51f03-da40-42b4-bfd8-9a1c80d67939\";s:5:\"title\";s:3:\"faq\";s:5:\"label\";s:3:\"Faq\";s:11:\"description\";s:95:\"Patterns that have between two and ten sets of questions and answers that are frequently asked.\";s:5:\"count\";i:7;s:5:\"order\";i:100;}i:10;a:6:{s:2:\"id\";s:36:\"9ac51f06-8063-405a-9586-50193709779f\";s:5:\"title\";s:8:\"headings\";s:5:\"label\";s:8:\"Headings\";s:11:\"description\";s:64:\"Patterns that have headings to open the next section of content.\";s:5:\"count\";i:23;s:5:\"order\";i:110;}i:11;a:6:{s:2:\"id\";s:36:\"9ac51f07-ddb2-47dd-aa91-a799f2d61593\";s:5:\"title\";s:4:\"team\";s:5:\"label\";s:4:\"Team\";s:11:\"description\";s:4:\"team\";s:5:\"count\";i:8;s:5:\"order\";i:120;}i:12;a:6:{s:2:\"id\";s:36:\"9bf2d8a9-cfdb-45ba-b0e2-64b627bcecda\";s:5:\"title\";s:4:\"menu\";s:5:\"label\";s:4:\"Menu\";s:11:\"description\";s:4:\"menu\";s:5:\"count\";i:8;s:5:\"order\";i:130;}i:13;a:6:{s:2:\"id\";s:36:\"9ac51f07-9e70-4e5a-b6e7-8050b6fbb691\";s:5:\"title\";s:13:\"pricing-table\";s:5:\"label\";s:13:\"Pricing Table\";s:11:\"description\";s:144:\"Pricing tables show two to four tiers of offers. They are frequent for subscriptions and consulting packages but rare for retail or restaurants.\";s:5:\"count\";i:7;s:5:\"order\";i:140;}i:14;a:6:{s:2:\"id\";s:36:\"9ac51f02-9d3d-4812-9d28-8616ee30163e\";s:5:\"title\";s:4:\"blog\";s:5:\"label\";s:4:\"Blog\";s:11:\"description\";s:109:\"Patterns that display between one and five blog posts from a collection such as recent, popular, or featured.\";s:5:\"count\";i:11;s:5:\"order\";i:150;}i:15;a:6:{s:2:\"id\";s:36:\"9ac51f05-0f94-4809-9f42-e33e9cda814a\";s:5:\"title\";s:6:\"footer\";s:5:\"label\";s:6:\"Footer\";s:11:\"description\";s:6:\"footer\";s:5:\"count\";i:17;s:5:\"order\";i:160;}i:16;a:6:{s:2:\"id\";s:36:\"9c9b94ce-a70c-483c-81f9-f576c3c58fca\";s:5:\"title\";s:12:\"media-embeds\";s:5:\"label\";s:12:\"Media Embeds\";s:11:\"description\";s:12:\"media-embeds\";s:5:\"count\";i:18;s:5:\"order\";N;}}','off'),(16138,'_transient_timeout_wpseo-statistics-totals','1725538875','off'),(16139,'_transient_wpseo-statistics-totals','a:1:{i:4;a:2:{s:6:\"scores\";a:1:{i:0;a:4:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"label\";s:48:\"Posts <strong>without</strong> a focus keyphrase\";s:5:\"count\";i:3;s:4:\"link\";s:101:\"https://point2listing.ca/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=na\";}}s:8:\"division\";a:5:{s:3:\"bad\";i:0;s:2:\"ok\";i:0;s:4:\"good\";i:0;s:2:\"na\";i:1;s:7:\"noindex\";i:0;}}}','off'),(16226,'_transient_houzez_category_count','1','on'),(16359,'_site_transient_timeout_wp_rocket_update_data','1725534827','off'),(16360,'_site_transient_wp_rocket_update_data','O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"rocket_update_failed\";a:1:{i:0;s:245:\"An unexpected error occurred. Something may be wrong with WP-Rocket.me or this server&#8217;s configuration. If you continue to have problems, <a href=\"https://wp-rocket.me/support/?utm_source=wp_plugin&utm_medium=wp_rocket\">contact support</a>.\";}}s:10:\"error_data\";a:1:{s:20:\"rocket_update_failed\";a:1:{s:8:\"response\";s:6:\"NULLED\";}}s:18:\"\0*\0additional_data\";a:0:{}}','off'),(16516,'_transient_timeout_rocket_preload_check_duration','1725533905','off'),(16517,'_transient_rocket_preload_check_duration','1.4970090389252','off'),(16524,'_transient_doing_cron','1726044603.3212730884552001953125','on'),(16535,'_transient_sso_token','MWNiZDQ2NTJjYjQxMjkzYWFkMDNjODU3ZjgyOGRiNjNhNDc1NWQ1ZGUxNDA3YTcx','yes'),(16536,'_transient_timeout_sso_token','1725540644','yes'),(16620,'_site_transient_timeout_wp_theme_files_patterns-0e89a75f60544a3d77667ecd1c89eb1c','1725608439','off'),(16621,'_site_transient_wp_theme_files_patterns-0e89a75f60544a3d77667ecd1c89eb1c','a:2:{s:7:\"version\";b:0;s:8:\"patterns\";a:0:{}}','off'),(16622,'_site_transient_timeout_wp_theme_files_patterns-751cc12985494c448f5868e57cc3995a','1725608448','off'),(16623,'_site_transient_wp_theme_files_patterns-751cc12985494c448f5868e57cc3995a','a:2:{s:7:\"version\";b:0;s:8:\"patterns\";a:0:{}}','off'),(17025,'_transient_timeout_elementor_remote_info_api_data_3.23.4','1726046752','off'),(17026,'_transient_elementor_remote_info_api_data_3.23.4','a:4:{s:9:\"timestamp\";s:10:\"1726002536\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(17050,'_transient_timeout_wp_plugin_update_bluehost-wordpress-plugin','1726041304','off'),(17051,'_transient_wp_plugin_update_bluehost-wordpress-plugin','O:8:\"stdClass\":22:{s:6:\"author\";s:43:\"<a href=\"https://bluehost.com\">Bluehost</a>\";s:11:\"author_name\";s:8:\"Bluehost\";s:10:\"author_uri\";s:20:\"https://bluehost.com\";s:11:\"description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";s:13:\"download_link\";s:108:\"https://github.com/bluehost/bluehost-wordpress-plugin/releases/download/3.14.8/bluehost-wordpress-plugin.zip\";s:8:\"homepage\";s:20:\"https://bluehost.com\";s:2:\"id\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:12:\"last_updated\";s:20:\"2024-09-04T19:15:54Z\";s:4:\"name\";s:19:\"The Bluehost Plugin\";s:6:\"plugin\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.3\";s:8:\"sections\";a:1:{s:11:\"description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";}s:17:\"short_description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";s:4:\"slug\";s:25:\"bluehost-wordpress-plugin\";s:6:\"tested\";s:5:\"6.6.1\";s:7:\"version\";s:6:\"3.14.8\";s:7:\"banners\";a:4:{s:2:\"2x\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";s:2:\"1x\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";s:4:\"high\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";s:3:\"low\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";}s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-icon.svg\";s:2:\"1x\";s:68:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-icon.svg\";}s:11:\"new_version\";s:6:\"3.14.8\";s:7:\"package\";s:108:\"https://github.com/bluehost/bluehost-wordpress-plugin/releases/download/3.14.8/bluehost-wordpress-plugin.zip\";s:3:\"url\";s:20:\"https://bluehost.com\";}','off'),(17056,'_site_transient_timeout_theme_roots','1726025533','off'),(17057,'_site_transient_theme_roots','a:6:{s:6:\"houzez\";s:7:\"/themes\";s:7:\"sinatra\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";s:11:\"yith-wonder\";s:7:\"/themes\";}','off'),(17062,'_site_transient_timeout_wp_theme_files_patterns-e01331509064b17dab84f06f5f75d736','1726030211','off'),(17063,'_site_transient_wp_theme_files_patterns-e01331509064b17dab84f06f5f75d736','a:2:{s:7:\"version\";s:5:\"3.2.5\";s:8:\"patterns\";a:0:{}}','off'),(17067,'_transient_timeout_wp_rocket_pricing','1726076047','off'),(17068,'_transient_wp_rocket_pricing','O:8:\"stdClass\":3:{s:8:\"licenses\";O:8:\"stdClass\":3:{s:6:\"single\";O:8:\"stdClass\":2:{s:6:\"prices\";O:8:\"stdClass\":3:{s:7:\"regular\";i:59;s:4:\"sale\";d:44.25;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:47.2000000000000028421709430404007434844970703125;s:14:\"is_grandmother\";i:59;s:15:\"not_grandfather\";i:59;s:10:\"is_expired\";i:59;}}s:8:\"websites\";i:1;}s:4:\"plus\";O:8:\"stdClass\":2:{s:6:\"prices\";O:8:\"stdClass\":4:{s:7:\"regular\";i:119;s:4:\"sale\";d:89.25;s:11:\"from_single\";O:8:\"stdClass\":2:{s:7:\"regular\";i:60;s:4:\"sale\";i:45;}s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:95.2000000000000028421709430404007434844970703125;s:14:\"is_grandmother\";i:119;s:15:\"not_grandfather\";i:119;s:10:\"is_expired\";i:119;}}s:8:\"websites\";i:3;}s:8:\"infinite\";O:8:\"stdClass\":2:{s:6:\"prices\";O:8:\"stdClass\":5:{s:7:\"regular\";i:299;s:4:\"sale\";d:224.25;s:11:\"from_single\";O:8:\"stdClass\":2:{s:7:\"regular\";i:240;s:4:\"sale\";i:180;}s:9:\"from_plus\";O:8:\"stdClass\":2:{s:7:\"regular\";i:180;s:4:\"sale\";i:135;}s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:239.19999999999998863131622783839702606201171875;s:14:\"is_grandmother\";i:299;s:15:\"not_grandfather\";i:299;s:10:\"is_expired\";i:299;}}s:8:\"websites\";s:9:\"unlimited\";}}s:8:\"renewals\";O:8:\"stdClass\":4:{s:10:\"extra_days\";i:15;s:16:\"grandfather_date\";i:1640995200;s:16:\"grandmother_date\";i:315532800;s:16:\"discount_percent\";O:8:\"stdClass\":3:{s:14:\"is_grandfather\";i:20;s:15:\"not_grandfather\";i:0;s:10:\"is_expired\";i:0;}}s:5:\"promo\";O:8:\"stdClass\":4:{s:4:\"name\";s:11:\"Anniversary\";s:16:\"discount_percent\";i:25;s:10:\"start_date\";i:1719273600;s:8:\"end_date\";i:1719964799;}}','off'),(17069,'_transient_timeout_nfd_site_capabilities','1726047248','off'),(17070,'_transient_nfd_site_capabilities','a:11:{s:11:\"canAccessAI\";b:1;s:18:\"canAccessGlobalCTB\";b:1;s:19:\"canAccessHelpCenter\";b:1;s:11:\"hasEcomdash\";b:0;s:15:\"hasYithExtended\";b:0;s:11:\"isEcommerce\";b:0;s:8:\"isJarvis\";b:1;s:14:\"canMigrateSite\";b:1;s:24:\"abTestCustomerCardExpiry\";b:0;s:12:\"hasAISiteGen\";b:1;s:20:\"abTestShowMyProducts\";b:0;}','off'),(17075,'_site_transient_timeout_wp_theme_files_patterns-9469b41f41190dc1aca61ee69d2d7b67','1726045884','off'),(17076,'_site_transient_wp_theme_files_patterns-9469b41f41190dc1aca61ee69d2d7b67','a:2:{s:7:\"version\";s:5:\"3.2.5\";s:8:\"patterns\";a:0:{}}','off');
/*!40000 ALTER TABLE `wpau_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_postmeta`
--

DROP TABLE IF EXISTS `wpau_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=14078 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_postmeta`
--

LOCK TABLES `wpau_postmeta` WRITE;
/*!40000 ALTER TABLE `wpau_postmeta` DISABLE KEYS */;
INSERT INTO `wpau_postmeta` VALUES (5,6,'_elementor_edit_mode','builder'),(6,6,'_elementor_template_type','kit'),(7,8,'_wp_attached_file','2024/08/log_file_2024-08-15__11-20-07.txt'),(8,40,'_wp_attached_file','2020/09/house-model-1.jpg'),(9,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:25:\"2020/09/house-model-1.jpg\";s:8:\"filesize\";i:419240;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"house-model-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91219;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"house-model-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:885359;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"house-model-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37243;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"house-model-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:525908;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"house-model-1-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1122944;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:25:\"house-model-1-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:361490;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:25:\"house-model-1-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:566013;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:25:\"house-model-1-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:352167;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:25:\"house-model-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:706372;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:24:\"house-model-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19520;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:25:\"house-model-1-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:233600;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10,41,'_wp_attached_file','2020/09/house-model-2.jpg'),(11,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:25:\"2020/09/house-model-2.jpg\";s:8:\"filesize\";i:545259;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"house-model-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94936;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"house-model-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1037952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"house-model-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38258;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"house-model-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:595017;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"house-model-2-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1335671;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:25:\"house-model-2-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:406658;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:25:\"house-model-2-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:653270;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:25:\"house-model-2-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:393318;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:25:\"house-model-2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:813830;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:24:\"house-model-2-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19910;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:25:\"house-model-2-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254053;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12,42,'_wp_attached_file','2020/09/house-model-3.jpg'),(13,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:25:\"2020/09/house-model-3.jpg\";s:8:\"filesize\";i:448694;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"house-model-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88705;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"house-model-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:870370;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"house-model-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33824;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"house-model-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:513016;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"house-model-3-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1108240;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:25:\"house-model-3-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:341873;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:25:\"house-model-3-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:537164;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:25:\"house-model-3-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332149;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:25:\"house-model-3-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:691566;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:24:\"house-model-3-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18324;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:25:\"house-model-3-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14,43,'_wp_attached_file','2020/09/house-model-4.jpg'),(15,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:25:\"2020/09/house-model-4.jpg\";s:8:\"filesize\";i:290329;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"house-model-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72796;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"house-model-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:651718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"house-model-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28826;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"house-model-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:391250;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"house-model-4-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:822063;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:25:\"house-model-4-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263710;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:25:\"house-model-4-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:407375;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:25:\"house-model-4-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256054;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:25:\"house-model-4-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:523579;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:24:\"house-model-4-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16115;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:25:\"house-model-4-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16,45,'_wp_attached_file','2020/09/cozy-1.jpg'),(17,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:18:\"2020/09/cozy-1.jpg\";s:8:\"filesize\";i:200979;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"cozy-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61634;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"cozy-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:493183;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"cozy-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24952;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"cozy-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:305541;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:19:\"cozy-1-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:612800;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:18:\"cozy-1-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216762;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:18:\"cozy-1-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:325349;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:18:\"cozy-1-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210447;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:18:\"cozy-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:400419;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:17:\"cozy-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14333;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:18:\"cozy-1-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147910;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18,64,'_wp_attached_file','2020/09/logo-houzez-color-1.png'),(19,64,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:127;s:6:\"height\";i:24;s:4:\"file\";s:31:\"2020/09/logo-houzez-color-1.png\";s:8:\"filesize\";i:1658;s:5:\"sizes\";a:1:{s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:30:\"logo-houzez-color-1-120x24.png\";s:5:\"width\";i:120;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2117;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20,65,'_wp_attached_file','2020/09/logo-houzez-color@2x-1.png'),(21,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:254;s:6:\"height\";i:48;s:4:\"file\";s:34:\"2020/09/logo-houzez-color@2x-1.png\";s:8:\"filesize\";i:3361;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"logo-houzez-color@2x-1-150x48.png\";s:5:\"width\";i:150;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1621;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:33:\"logo-houzez-color@2x-1-120x48.png\";s:5:\"width\";i:120;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1293;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22,71,'_wp_attached_file','2020/09/image-1.jpg'),(23,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2020/09/image-1.jpg\";s:8:\"filesize\";i:139339;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53658;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:394511;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25688;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247764;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:20:\"image-1-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:491090;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:19:\"image-1-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181240;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:19:\"image-1-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269354;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:19:\"image-1-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176628;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"image-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323946;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:18:\"image-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13651;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:19:\"image-1-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122146;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25,73,'_wp_attached_file','2020/09/image-2.jpg'),(26,73,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2020/09/image-2.jpg\";s:8:\"filesize\";i:111820;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40801;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:308561;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18873;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187401;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:20:\"image-2-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:387820;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:19:\"image-2-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132664;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:19:\"image-2-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201032;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:19:\"image-2-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129052;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"image-2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247498;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:18:\"image-2-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11592;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:19:\"image-2-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89536;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28,74,'_wp_attached_file','2020/09/image-3.jpg'),(29,74,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2020/09/image-3.jpg\";s:8:\"filesize\";i:422296;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97101;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:877343;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38246;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:533991;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:20:\"image-3-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1105469;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:19:\"image-3-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:376283;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:19:\"image-3-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:577299;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:19:\"image-3-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366899;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"image-3-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:708253;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:18:\"image-3-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19306;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:19:\"image-3-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247595;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31,75,'_wp_attached_file','2020/09/image-4.jpg'),(32,75,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2020/09/image-4.jpg\";s:8:\"filesize\";i:278790;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74502;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:657049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29119;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:397819;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:20:\"image-4-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:827349;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:19:\"image-4-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276310;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:19:\"image-4-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:424762;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:19:\"image-4-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269192;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"image-4-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:529827;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:18:\"image-4-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16484;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:19:\"image-4-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184456;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34,77,'_wp_attached_file','2020/09/image-5.jpg'),(35,77,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2020/09/image-5.jpg\";s:8:\"filesize\";i:168594;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51482;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:405041;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21733;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249787;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:20:\"image-5-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:504150;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:19:\"image-5-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173224;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:19:\"image-5-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261925;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:19:\"image-5-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169209;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"image-5-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:329108;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:18:\"image-5-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12808;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:19:\"image-5-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120270;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(37,90,'_wp_attached_file','2020/09/partner-01-e1582734705113.jpg'),(38,90,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:60;s:4:\"file\";s:37:\"2020/09/partner-01-e1582734705113.jpg\";s:8:\"filesize\";i:4251;s:5:\"sizes\";a:1:{s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:36:\"partner-01-e1582734705113-120x60.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4158;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40,93,'_wp_attached_file','2020/09/partner-02-e1582734691936.jpg'),(41,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:60;s:4:\"file\";s:37:\"2020/09/partner-02-e1582734691936.jpg\";s:8:\"filesize\";i:4122;s:5:\"sizes\";a:1:{s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:36:\"partner-02-e1582734691936-120x60.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4020;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(43,96,'_wp_attached_file','2020/09/partner-03-e1582734671602.jpg'),(44,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:60;s:4:\"file\";s:37:\"2020/09/partner-03-e1582734671602.jpg\";s:8:\"filesize\";i:5837;s:5:\"sizes\";a:1:{s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:36:\"partner-03-e1582734671602-120x60.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5526;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(46,99,'_wp_attached_file','2020/09/partner-04-e1582734649458.jpg'),(47,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:60;s:4:\"file\";s:37:\"2020/09/partner-04-e1582734649458.jpg\";s:8:\"filesize\";i:5322;s:5:\"sizes\";a:1:{s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:36:\"partner-04-e1582734649458-120x60.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5146;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(49,102,'_wp_attached_file','2020/09/partner-05-e1582734603812.jpg'),(50,102,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:60;s:4:\"file\";s:37:\"2020/09/partner-05-e1582734603812.jpg\";s:8:\"filesize\";i:4760;s:5:\"sizes\";a:1:{s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:36:\"partner-05-e1582734603812-120x60.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4455;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(52,106,'_wp_attached_file','2020/09/image-6.jpg'),(53,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2020/09/image-6.jpg\";s:8:\"filesize\";i:422321;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107846;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:965823;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42037;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:595724;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:20:\"image-6-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1215256;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:19:\"image-6-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:413192;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:19:\"image-6-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:631082;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:19:\"image-6-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:402847;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"image-6-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:786172;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:18:\"image-6-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21154;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:19:\"image-6-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275108;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(55,113,'_wp_attached_file','2020/09/streamline-icon-real-estate-deal-key-1@64x64.svg'),(56,113,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:1334;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(59,114,'_wp_attached_file','2020/09/streamline-icon-ecology-leaf@64x64.svg'),(60,114,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:679;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(63,115,'_wp_attached_file','2020/09/streamline-icon-armchair-modern-1@64x64.svg'),(64,115,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:1169;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(67,123,'_wp_attached_file','2020/09/image-7.jpg'),(68,123,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2020/09/image-7.jpg\";s:8:\"filesize\";i:275611;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71338;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:611059;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31995;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:369398;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:20:\"image-7-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:770165;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:19:\"image-7-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265572;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:19:\"image-7-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:406772;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:19:\"image-7-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260019;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"image-7-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:489820;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:18:\"image-7-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16974;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:19:\"image-7-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(70,130,'_wp_attached_file','2020/09/streamline-icon-common-file-award@64x64.svg'),(71,130,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:907;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(74,131,'_wp_attached_file','2020/09/streamline-icon-school-book-trophy@64x64.svg'),(75,131,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:2018;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(78,134,'_wp_attached_file','2020/09/streamline-icon-study-light-idea@140x140.svg'),(79,134,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:1670;s:5:\"width\";i:140;s:6:\"height\";i:140;}'),(82,140,'_wp_attached_file','2020/09/image-8.jpg'),(83,140,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2020/09/image-8.jpg\";s:8:\"filesize\";i:173919;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56075;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:428645;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23986;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-8-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265603;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:20:\"image-8-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:534098;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:19:\"image-8-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189830;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:19:\"image-8-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:284408;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:19:\"image-8-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184910;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"image-8-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:348347;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:18:\"image-8-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14013;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:19:\"image-8-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129915;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(85,1263,'_wp_attached_file','2020/09/streamline-icon-phone-actions-ring@64x64.svg'),(86,1263,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:1090;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(89,1264,'_wp_attached_file','2020/09/streamline-icon-read-email-at@64x64.svg'),(90,1264,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:584;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(93,1265,'_wp_attached_file','2020/09/streamline-icon-style-one-pin-check@64x64.svg'),(94,1265,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:567;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(97,1273,'_wp_attached_file','2020/09/Combined-Shape.png'),(98,1273,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:446;s:6:\"height\";i:967;s:4:\"file\";s:26:\"2020/09/Combined-Shape.png\";s:8:\"filesize\";i:6715;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Combined-Shape-138x300.png\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6043;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Combined-Shape-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3124;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"Combined-Shape-446x785.png\";s:5:\"width\";i:446;s:6:\"height\";i:785;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14144;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:26:\"Combined-Shape-446x444.png\";s:5:\"width\";i:446;s:6:\"height\";i:444;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8456;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:26:\"Combined-Shape-446x564.png\";s:5:\"width\";i:446;s:6:\"height\";i:564;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10463;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:26:\"Combined-Shape-446x438.png\";s:5:\"width\";i:446;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8357;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:26:\"Combined-Shape-277x600.png\";s:5:\"width\";i:277;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14111;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:25:\"Combined-Shape-120x90.png\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1737;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(99,1273,'_elementor_source_image_hash','19bd1af5e9402fbfd2ef69d8fda894e9c3ddf203'),(100,1274,'_wp_attached_file','2020/09/slider1.jpg'),(101,1274,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2020/09/slider1.jpg\";s:8:\"filesize\";i:161669;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"slider1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62702;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"slider1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:461810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28202;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"slider1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:292058;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:20:\"slider1-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:575844;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:19:\"slider1-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214407;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:19:\"slider1-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:318508;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:19:\"slider1-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:209338;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"slider1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:380432;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:18:\"slider1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15649;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:19:\"slider1-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142533;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(102,1274,'_elementor_source_image_hash','44a0d81cdee17bf51beac43529a2e0489844d801'),(103,1293,'_wp_attached_file','2020/09/streamline-icon-project-blueprint-idea@64x64.svg'),(104,1293,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:2142;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(107,1295,'_wp_attached_file','2020/09/streamline-icon-heavy-equipment-hook@64x64.svg'),(108,1295,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:1374;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(111,1296,'_wp_attached_file','2020/09/streamline-icon-construction-paint@64x64.svg'),(112,1296,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:1406;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(115,1297,'_wp_attached_file','2020/09/streamline-icon-construction-pipe@64x64.svg'),(116,1297,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:1527;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(119,1298,'_wp_attached_file','2020/09/streamline-icon-construction-brick@64x64.svg'),(120,1298,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:2250;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(123,1299,'_wp_attached_file','2020/09/streamline-icon-construction-fence@64x64.svg'),(124,1299,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:1422;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(127,1300,'_wp_attached_file','2020/09/streamline-icon-project-blueprint-buildings@64x64.svg'),(128,1300,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:1445;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(131,1301,'_wp_attached_file','2020/09/streamline-icon-house-modern@64x64.svg'),(132,1301,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:1968;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),(135,1333,'_wp_attached_file','2020/09/gallery-1.jpg'),(136,1333,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2020/09/gallery-1.jpg\";s:8:\"filesize\";i:195743;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"gallery-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60587;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"gallery-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:496302;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24531;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"gallery-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:305055;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:22:\"gallery-1-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:619510;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:21:\"gallery-1-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218316;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:21:\"gallery-1-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:331259;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:21:\"gallery-1-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211976;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:21:\"gallery-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:403792;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:20:\"gallery-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14566;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:21:\"gallery-1-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146793;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(138,1334,'_wp_attached_file','2020/09/gallery-2.jpg'),(139,1334,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2020/09/gallery-2.jpg\";s:8:\"filesize\";i:153644;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"gallery-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36932;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"gallery-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:342622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19045;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"gallery-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207429;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:22:\"gallery-2-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:434336;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:21:\"gallery-2-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151298;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:21:\"gallery-2-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234336;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:21:\"gallery-2-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146971;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:21:\"gallery-2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276124;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:20:\"gallery-2-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9609;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:21:\"gallery-2-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91621;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(141,1335,'_wp_attached_file','2020/09/gallery-3.jpg'),(142,1335,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2020/09/gallery-3.jpg\";s:8:\"filesize\";i:155736;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"gallery-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52401;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"gallery-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:399880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22155;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"gallery-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250439;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:22:\"gallery-3-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:497074;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:21:\"gallery-3-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175781;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:21:\"gallery-3-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:262100;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:21:\"gallery-3-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171280;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:21:\"gallery-3-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:328949;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:20:\"gallery-3-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12730;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:21:\"gallery-3-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120755;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:73:\"elementor/thumbs/gallery-3-qsn677yupjtls6ldfyuuff8s1fh0xarb77y8f9ch8g.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(144,1336,'_wp_attached_file','2020/09/gallery-4.jpg'),(145,1336,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2020/09/gallery-4.jpg\";s:8:\"filesize\";i:202346;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"gallery-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61522;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"gallery-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:518440;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24676;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"gallery-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:315287;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:22:\"gallery-4-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:649996;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:21:\"gallery-4-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217143;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:21:\"gallery-4-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:331335;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:21:\"gallery-4-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210467;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:21:\"gallery-4-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:419629;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:20:\"gallery-4-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14139;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:21:\"gallery-4-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148309;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(147,1337,'_wp_attached_file','2020/09/gallery-5.jpg'),(148,1337,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2020/09/gallery-5.jpg\";s:8:\"filesize\";i:159920;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"gallery-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43637;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"gallery-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19062;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"gallery-5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224600;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:22:\"gallery-5-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:462408;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:21:\"gallery-5-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157062;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:21:\"gallery-5-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:240640;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:21:\"gallery-5-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153078;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:21:\"gallery-5-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297267;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:20:\"gallery-5-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10506;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:21:\"gallery-5-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(150,1338,'_wp_attached_file','2020/09/gallery-6.jpg'),(151,1338,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2020/09/gallery-6.jpg\";s:8:\"filesize\";i:250049;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"gallery-6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61362;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"gallery-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:551131;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25649;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"gallery-6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:334557;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:22:\"gallery-6-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:696473;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:21:\"gallery-6-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234010;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:21:\"gallery-6-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:362252;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:21:\"gallery-6-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228421;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:21:\"gallery-6-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:446634;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:20:\"gallery-6-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13524;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:21:\"gallery-6-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152464;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(153,1339,'_wp_attached_file','2020/09/gallery-7.jpg'),(154,1339,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2020/09/gallery-7.jpg\";s:8:\"filesize\";i:175124;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"gallery-7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48125;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"gallery-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:407800;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gallery-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21005;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"gallery-7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248361;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:22:\"gallery-7-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:512445;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:21:\"gallery-7-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174432;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:21:\"gallery-7-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266087;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:21:\"gallery-7-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168909;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:21:\"gallery-7-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332089;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:20:\"gallery-7-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11703;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:21:\"gallery-7-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115849;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(156,1345,'_wp_attached_file','2020/09/streamline-icon-kitchen-counter-1@24x24.png'),(157,1345,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:51:\"2020/09/streamline-icon-kitchen-counter-1@24x24.png\";s:8:\"filesize\";i:321;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(158,1370,'_wp_attached_file','2020/09/streamline-icon-real-estate-dimensions-block@25x25-1.svg'),(159,1370,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:2048;s:5:\"width\";i:25;s:6:\"height\";i:25;}'),(162,1376,'_wp_attached_file','2020/09/plan-1.jpg'),(163,1376,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:896;s:4:\"file\";s:18:\"2020/09/plan-1.jpg\";s:8:\"filesize\";i:87491;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"plan-1-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23577;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"plan-1-1024x784.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153401;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"plan-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10626;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"plan-1-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99129;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:19:\"plan-1-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174720;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:18:\"plan-1-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65810;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:18:\"plan-1-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96462;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:18:\"plan-1-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64807;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:18:\"plan-1-783x600.jpg\";s:5:\"width\";i:783;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103231;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:17:\"plan-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5938;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:18:\"plan-1-496x380.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52047;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(165,1377,'_wp_attached_file','2020/09/plan-2.jpg'),(166,1377,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:896;s:4:\"file\";s:18:\"2020/09/plan-2.jpg\";s:8:\"filesize\";i:99835;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"plan-2-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23631;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"plan-2-1024x784.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177221;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"plan-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11029;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"plan-2-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106682;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:19:\"plan-2-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205552;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:18:\"plan-2-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68538;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:18:\"plan-2-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103280;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:18:\"plan-2-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67458;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:18:\"plan-2-783x600.jpg\";s:5:\"width\";i:783;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113490;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:17:\"plan-2-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5512;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:18:\"plan-2-496x380.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52082;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168,1455,'_wp_attached_file','2020/09/Artboard-4team.jpg'),(169,1455,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1188;s:4:\"file\";s:26:\"2020/09/Artboard-4team.jpg\";s:8:\"filesize\";i:266047;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Artboard-4team-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76883;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Artboard-4team-690x1024.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:732212;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Artboard-4team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31809;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Artboard-4team-768x1140.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:885252;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"Artboard-4team-800x785.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:684587;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:26:\"Artboard-4team-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332474;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:26:\"Artboard-4team-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:510616;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:26:\"Artboard-4team-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:322827;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:26:\"Artboard-4team-404x600.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:277966;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:25:\"Artboard-4team-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16767;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:26:\"Artboard-4team-496x737.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:405330;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(171,1456,'_wp_attached_file','2020/09/Artboard-2team.jpg'),(172,1456,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1188;s:4:\"file\";s:26:\"2020/09/Artboard-2team.jpg\";s:8:\"filesize\";i:580057;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Artboard-2team-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55432;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Artboard-2team-690x1024.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:598374;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Artboard-2team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24594;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Artboard-2team-768x1140.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:736135;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"Artboard-2team-800x785.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:629526;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:26:\"Artboard-2team-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248844;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:26:\"Artboard-2team-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:404382;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:26:\"Artboard-2team-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241462;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:26:\"Artboard-2team-404x600.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204852;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:25:\"Artboard-2team-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13266;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:26:\"Artboard-2team-496x737.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:309074;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(174,1457,'_wp_attached_file','2020/09/Artboard-1team.jpg'),(175,1457,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1188;s:4:\"file\";s:26:\"2020/09/Artboard-1team.jpg\";s:8:\"filesize\";i:359144;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Artboard-1team-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46950;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Artboard-1team-690x1024.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:401016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Artboard-1team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20650;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Artboard-1team-768x1140.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:481294;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"Artboard-1team-800x785.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:378062;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:26:\"Artboard-1team-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162317;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:26:\"Artboard-1team-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246980;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:26:\"Artboard-1team-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158120;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:26:\"Artboard-1team-404x600.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154268;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:25:\"Artboard-1team-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11103;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:26:\"Artboard-1team-496x737.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:223691;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(177,1458,'_wp_attached_file','2020/09/Artboard-3team.jpg'),(178,1458,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1188;s:4:\"file\";s:26:\"2020/09/Artboard-3team.jpg\";s:8:\"filesize\";i:594820;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Artboard-3team-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63996;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Artboard-3team-690x1024.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:670538;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Artboard-3team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25428;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Artboard-3team-768x1140.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:813209;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"Artboard-3team-800x785.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:610700;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:26:\"Artboard-3team-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254469;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:26:\"Artboard-3team-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:398572;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:26:\"Artboard-3team-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247056;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:26:\"Artboard-3team-404x600.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241171;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:25:\"Artboard-3team-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13180;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:26:\"Artboard-3team-496x737.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:358820;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(180,1461,'_wp_attached_file','2020/09/image-9.jpg'),(181,1461,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2020/09/image-9.jpg\";s:8:\"filesize\";i:412703;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83113;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:813431;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33405;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-9-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:479827;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:20:\"image-9-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1039765;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:19:\"image-9-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:327195;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:19:\"image-9-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:514658;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:19:\"image-9-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:318893;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"image-9-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:646138;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:18:\"image-9-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17466;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:19:\"image-9-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212990;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(183,1464,'_wp_attached_file','2020/09/image-12.jpg'),(184,1464,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2020/09/image-12.jpg\";s:8:\"filesize\";i:278938;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-12-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71282;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-12-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:608115;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29934;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-12-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:369218;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:21:\"image-12-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:761812;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:20:\"image-12-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245237;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:20:\"image-12-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:371734;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:20:\"image-12-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238270;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:20:\"image-12-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:490203;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"image-12-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15882;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:20:\"image-12-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173930;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(185,1465,'_wp_attached_file','2020/09/image-11.jpg'),(186,1465,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2020/09/image-11.jpg\";s:8:\"filesize\";i:362868;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90047;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-11-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:834780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37148;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-11-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:498929;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:21:\"image-11-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1052606;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:20:\"image-11-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:342989;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:20:\"image-11-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:530035;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:20:\"image-11-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332787;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:20:\"image-11-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:667514;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"image-11-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19838;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:20:\"image-11-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(187,1466,'_wp_attached_file','2020/09/image-10.jpg'),(188,1466,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2020/09/image-10.jpg\";s:8:\"filesize\";i:223615;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71669;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:585998;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31954;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-10-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363381;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:21:\"image-10-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:735471;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:20:\"image-10-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264641;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:20:\"image-10-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:401171;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:20:\"image-10-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:259147;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:20:\"image-10-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:476682;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"image-10-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16647;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:20:\"image-10-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173525;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(189,1470,'_wp_attached_file','2020/09/image-13.jpg'),(190,1470,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2020/09/image-13.jpg\";s:8:\"filesize\";i:141737;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46561;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-13-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363639;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-13-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225118;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:21:\"image-13-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:453282;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:20:\"image-13-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155490;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:20:\"image-13-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:232251;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:20:\"image-13-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149728;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:20:\"image-13-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:293965;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"image-13-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11177;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:20:\"image-13-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109187;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(192,1541,'_wp_attached_file','2020/09/Artboard-2team-1.jpg'),(193,1541,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1188;s:4:\"file\";s:28:\"2020/09/Artboard-2team-1.jpg\";s:8:\"filesize\";i:580057;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Artboard-2team-1-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55432;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Artboard-2team-1-690x1024.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:598374;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Artboard-2team-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24594;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Artboard-2team-1-768x1140.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:736135;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:28:\"Artboard-2team-1-800x785.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:629526;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:28:\"Artboard-2team-1-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248844;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:28:\"Artboard-2team-1-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:404382;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:28:\"Artboard-2team-1-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241462;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:28:\"Artboard-2team-1-404x600.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204852;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:27:\"Artboard-2team-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13266;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:28:\"Artboard-2team-1-496x737.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:309074;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194,12,'_elementor_edit_mode','builder'),(195,12,'_elementor_template_type','kit'),(196,12,'_wp_page_template','default'),(197,12,'_elementor_page_settings','a:21:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#00233D\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Muli\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Darker Grotesque\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:7:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Darker Grotesque\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:3:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Muli\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-2;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b625d56\";s:5:\"title\";s:6:\"Titles\";}i:1;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Muli\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"145722e\";s:5:\"title\";s:8:\"Title H3\";}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Muli\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-2;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"e393649\";s:5:\"title\";s:9:\"Mid Title\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:6:\"Houzez\";s:16:\"site_description\";s:47:\"Highly Customizable Real Estate WordPress Theme\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"__globals__\";a:4:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:0:\"\";s:17:\"link_normal_color\";s:0:\"\";s:33:\"link_normal_typography_typography\";s:0:\"\";}s:10:\"body_color\";s:7:\"#00233D\";s:27:\"body_typography_font_family\";s:16:\"Darker Grotesque\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:27:\"body_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_family\";s:16:\"Darker Grotesque\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_weight\";s:3:\"400\";s:34:\"link_normal_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(198,12,'_elementor_data','[]'),(199,12,'_elementor_version','3.2.2'),(200,1259,'_elementor_edit_mode','builder'),(201,1259,'_elementor_template_type','page'),(202,1259,'_elementor_version','3.0.7'),(203,1259,'_elementor_data','[{\"id\":\"7bf4a71a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b52c1b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48582471\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"houzez_elementor_space\"},{\"id\":\"5d48672d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":20,\"blur\":40,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69aae90b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4651cb8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Custom Inquiry Form<\\/h3><p>The Inquiry Form widget allows you to design unique forms to capture your leads. This form automatically connects with the integrated Houzez CRM and your email inbox to keep everything on track.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a53788c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"enquiry_type\",\"field_label\":\"Inquiry Type\",\"placeholder\":\"Select\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"ba6c34c\",\"validation_message\":\"\"},{\"field_type\":\"user_type\",\"field_label\":\"Information\",\"placeholder\":\"I\'m a \",\"required\":\"true\",\"field_options\":\"I\'m a real estate agent\\nI\'m a property owner\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"b7fe77d\",\"validation_message\":\"\"},{\"field_type\":\"first_name\",\"field_label\":\"\",\"placeholder\":\"First Name\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"cc6b92f\",\"validation_message\":\"\"},{\"field_type\":\"last_name\",\"field_label\":\"\",\"placeholder\":\"Last Name\",\"required\":\"\",\"field_options\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"3cc124e\",\"validation_message\":\"\"},{\"field_type\":\"email\",\"field_label\":\"\",\"placeholder\":\"Email Address\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"932d82c\",\"validation_message\":\"\"},{\"field_type\":\"mobile\",\"field_label\":\"\",\"placeholder\":\"Mobile\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"304b68f\",\"validation_message\":\"\"},{\"field_type\":\"e_meta[city]\",\"field_label\":\"Location\",\"placeholder\":\"Select City\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"bf1d035\",\"validation_message\":\"\"},{\"field_type\":\"e_meta[area]\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Select Area\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"d2cd125\",\"validation_message\":\"\"},{\"field_type\":\"e_meta[state]\",\"field_label\":\"&nbsp;\",\"placeholder\":\"Select State\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"33\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"9ed83fe\",\"validation_message\":\"\"},{\"field_type\":\"e_meta[country]\",\"field_label\":\"\",\"placeholder\":\"Select Country\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"28a8adb\",\"validation_message\":\"\"},{\"field_type\":\"e_meta[zipcode]\",\"field_label\":\"\",\"placeholder\":\"Zip Code\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"f0ee6fc\",\"validation_message\":\"\"},{\"field_type\":\"e_meta[property_type]\",\"field_label\":\"Property\",\"placeholder\":\"Select type\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"3180222\",\"validation_message\":\"\"},{\"field_type\":\"e_meta[price]\",\"field_label\":\"\",\"placeholder\":\"Max price\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"c549d17\",\"validation_message\":\"\"},{\"field_type\":\"e_meta[area-size]\",\"field_label\":\"\",\"placeholder\":\"Minimum size (Sq Ft)\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"e08cbcb\",\"validation_message\":\"\"},{\"field_type\":\"e_meta[beds]\",\"field_label\":\"\",\"placeholder\":\"Number of beds\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"66cc0de\",\"validation_message\":\"\"},{\"field_type\":\"e_meta[baths]\",\"field_label\":\"\",\"placeholder\":\"Number of baths\",\"required\":\"true\",\"field_options\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"dea086f\",\"validation_message\":\"\"},{\"field_type\":\"message\",\"field_label\":\"Message\",\"placeholder\":\"\",\"required\":\"\",\"field_options\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"_id\":\"95c61a9\",\"validation_message\":\"\"}],\"input_size\":\"md\",\"button_text\":\"Submit\",\"button_size\":\"md\",\"email_to\":\"hello@favethemes.com\",\"email_subject\":\"New message from &quot;Houzez 01&quot;\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_background_color\":\"#FFFFFF\",\"gdpr_agreement\":\"yes\",\"gdpr_label\":\"GDPR Agreement\",\"gdpr_text\":\"I consent to having this website store my submitted information\",\"gdpr_required\":\"true\",\"con_google_recaptcha\":\"yes\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"houzez_elementor_inquiry_form\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1a40efce\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(204,1259,'_elementor_controls_usage','a:6:{s:22:\"houzez_elementor_space\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:29:\"houzez_elementor_inquiry_form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:7:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:14:\"gdpr_agreement\";i:1;s:10:\"gdpr_label\";i:1;s:9:\"gdpr_text\";i:1;s:13:\"gdpr_required\";i:1;s:20:\"con_google_recaptcha\";i:1;}s:21:\"section_submit_button\";a:1:{s:11:\"button_size\";i:1;}s:22:\"section_email_settings\";a:1:{s:13:\"email_subject\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_field_style\";a:1:{s:18:\"field_border_width\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(205,1418,'_elementor_edit_mode','builder'),(206,1418,'_elementor_template_type','page'),(207,1418,'_elementor_version','3.0.8'),(208,1418,'_wp_page_template','default'),(209,1418,'_elementor_data','[{\"id\":\"3edcfb90\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c41a0d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"2f4b81c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"57c6476f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"31d5e9d2\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=94007d2\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"771532b3\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#00233D94\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"47f17921\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=94007d2\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"50d40d7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"27aed08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"17946b34\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"10a96198\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"74bb9e23\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23194841\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home\",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"globals\\/colors?id=c61532d\",\"box_background_color\":\"globals\\/colors?id=94007d2\",\"meta_label_color\":\"globals\\/colors?id=text\",\"meta_data_color\":\"globals\\/colors?id=c61532d\",\"sec_title_color\":\"globals\\/colors?id=c61532d\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d1ae0e6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"66ba8a5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba8acae\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12169ae9\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"globals\\/colors?id=text\",\"meta_value_color\":\"globals\\/colors?id=text\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"globals\\/colors?id=9b7f964\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"5bbbeaa9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e6e0858\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f06c4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"40acc169\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5462aa0d\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"71b4ddad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"7d8f02e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"50d438d2\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"3e139e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2544ca5e\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"3b7a8df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f479f91\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c7fe3df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb3675\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"1ef0452c\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"7ded33ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"1856a66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6234092d\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"globals\\/colors?id=text\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c2408ab\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2296a2d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5c950d37\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3228925\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"5ed0515f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"1bdab32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5dbf598f\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\"},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d4f0701\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"16614a38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"75d7bee4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4370ab7\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"60025c82\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"globals\\/colors?id=c61532d\",\"np_border_color\":\"globals\\/colors?id=c61532d\",\"price_color\":\"globals\\/colors?id=text\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"12118c1c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3197951b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"41d8ff6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3176fa24\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"58640671\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(210,1418,'_elementor_controls_usage','a:17:{s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:19:\"_inline_size_tablet\";i:13;s:21:\"space_between_widgets\";i:2;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:4:\"size\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:4;s:12:\"space_mobile\";i:4;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:6:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:16:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:3:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:6:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}}}}'),(212,1521,'_elementor_edit_mode','builder'),(213,1521,'_elementor_template_type','page'),(214,1521,'_elementor_version','3.0.8.1'),(215,1521,'_wp_page_template','default'),(216,1521,'_elementor_data','[{\"id\":\"55aa2d7d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"110a6649\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"68c11ebe\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"6082b502\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"132d9053\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"14983b18\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"28371285\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"375d479a\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"7f36adda\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"73310fc6\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d8ebb18\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=94007d2\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"528458b8\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"2b24ded3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"495300a2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"68235829\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a1c3691\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home\",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"globals\\/colors?id=c61532d\",\"box_background_color\":\"globals\\/colors?id=94007d2\",\"meta_label_color\":\"globals\\/colors?id=text\",\"meta_data_color\":\"globals\\/colors?id=c61532d\",\"sec_title_color\":\"globals\\/colors?id=c61532d\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64d8f1a6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"152136a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dc59a64\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6653467b\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"globals\\/colors?id=text\",\"meta_value_color\":\"globals\\/colors?id=text\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"globals\\/colors?id=9b7f964\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"b1fdddc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"108297b\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f7282f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2ddff59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"801fbe4\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"17b7f02e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"440d04ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"75a4b4f8\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"4f483a9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"27dba155\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"22e909bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2befa38e\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f0f9b11\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"42cb7786\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"251c9207\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"472d4b7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"14ca14b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59fb84c5\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"globals\\/colors?id=text\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"602f7fd9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cfbe9ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7bbc4ea5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1828fbf5\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"54b8aa67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"6a7ea7b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67dfa05d\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\"},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b522b5d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"70f54e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d7d53d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7a799ca1\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"99cdc70\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"globals\\/colors?id=c61532d\",\"np_border_color\":\"globals\\/colors?id=c61532d\",\"price_color\":\"globals\\/colors?id=text\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"591174a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"763cdacb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"3a1896cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6330719e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"518c30ce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(217,1521,'_elementor_controls_usage','a:17:{s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:13;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:6;s:5:\"space\";i:5;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:4:\"size\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:6:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:17:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;s:21:\"grid_v3_height_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:3:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:6:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}}}}'),(219,1530,'_elementor_edit_mode','builder'),(220,1530,'_elementor_template_type','page'),(221,1530,'_elementor_version','3.0.8.1'),(222,1530,'_wp_page_template','default'),(223,1530,'_elementor_data','[{\"id\":\"5e6cd577\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b13b694\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d122690\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"7339cbf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"30bece95\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"47344e48\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59d7b311\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"58ca73f2\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"42b6227d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65320772\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a0af558\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=94007d2\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1f79524d\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"63891c96\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"21b7cb6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"aedc36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40e0b899\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home\",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"globals\\/colors?id=c61532d\",\"box_background_color\":\"globals\\/colors?id=94007d2\",\"meta_label_color\":\"globals\\/colors?id=text\",\"meta_data_color\":\"globals\\/colors?id=c61532d\",\"sec_title_color\":\"globals\\/colors?id=c61532d\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"387a8eb4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c88fdc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"12e670fd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7847f1d3\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"globals\\/colors?id=text\",\"meta_value_color\":\"globals\\/colors?id=text\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"globals\\/colors?id=9b7f964\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"1986c6a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e7cc447\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"71c8c029\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"72fd6449\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36cacd42\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"7c1ad256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"70e15889\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4296e711\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"51f10f9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4420e1cf\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"28cc4570\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"66476beb\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":800,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b399fab\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c47ba8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"27816096\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"3a019ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"273b0807\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"678feecf\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"globals\\/colors?id=text\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17f6cfa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c332cf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4761ee37\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ef67483\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"359ef961\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"7f9c7fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"737f3da1\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53e0b5a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"76ed0082\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3121268e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7b01e0c4\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"1eb8c54a\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"globals\\/colors?id=c61532d\",\"np_border_color\":\"globals\\/colors?id=c61532d\",\"price_color\":\"globals\\/colors?id=text\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"6ae5354b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61a64493\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"69847a5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fd0627f\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"68b45461\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(224,1530,'_elementor_controls_usage','a:17:{s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:13;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:6;s:5:\"space\";i:5;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:2;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:7:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;s:9:\"more_link\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:17:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;s:21:\"grid_v3_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:3:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:6:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(226,1542,'_wp_attached_file','2020/09/agent.jpg'),(227,1542,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:795;s:6:\"height\";i:795;s:4:\"file\";s:17:\"2020/09/agent.jpg\";s:8:\"filesize\";i:152586;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"agent-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55288;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"agent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16629;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"agent-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:316198;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:17:\"agent-795x785.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:358620;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:17:\"agent-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150107;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:17:\"agent-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237304;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:17:\"agent-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146303;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:17:\"agent-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200733;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:16:\"agent-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9090;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:17:\"agent-496x496.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140067;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(228,1560,'_wp_attached_file','2020/09/image-14.jpg'),(229,1560,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2020/09/image-14.jpg\";s:8:\"filesize\";i:142688;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64874;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-14-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:438557;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27479;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-14-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:281304;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:21:\"image-14-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:540026;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:20:\"image-14-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194986;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:20:\"image-14-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:284323;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:20:\"image-14-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190081;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:20:\"image-14-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:362801;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"image-14-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15620;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:20:\"image-14-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142255;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:72:\"elementor/thumbs/image-14-qsn67xchu2schnkibrtrsqu82tzxp4k2apkcdqaukg.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(231,1562,'_wp_attached_file','2020/09/image-16.jpg'),(232,1562,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2020/09/image-16.jpg\";s:8:\"filesize\";i:122377;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-16-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56969;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-16-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:393078;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27974;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-16-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250797;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:21:\"image-16-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:486995;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:20:\"image-16-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188855;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:20:\"image-16-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276272;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:20:\"image-16-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184600;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:20:\"image-16-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324190;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"image-16-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15490;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:20:\"image-16-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125935;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:72:\"elementor/thumbs/image-16-qsn67yac0wtmt9j56a8ed8loo7vawtnsmu7tv09ge8.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Â© URBAN ANGLES All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(234,1610,'_wp_attached_file','2020/10/HomeyHost08.jpg'),(235,1610,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2020/10/HomeyHost08.jpg\";s:8:\"filesize\";i:41486;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"HomeyHost08-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95892;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HomeyHost08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29087;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:22:\"HomeyHost08-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14805;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(236,1611,'_wp_attached_file','2020/10/HomeyHost19.jpg'),(237,1611,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2020/10/HomeyHost19.jpg\";s:8:\"filesize\";i:25518;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"HomeyHost19-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72391;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HomeyHost19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21767;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:22:\"HomeyHost19-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12132;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(238,1612,'_wp_attached_file','2020/10/HomeyRenter04.jpg'),(239,1612,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:421;s:6:\"height\";i:421;s:4:\"file\";s:25:\"2020/10/HomeyRenter04.jpg\";s:8:\"filesize\";i:26916;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"HomeyRenter04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"HomeyRenter04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20891;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:24:\"HomeyRenter04-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11740;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(240,1672,'_elementor_edit_mode','builder'),(241,1672,'_elementor_template_type','page'),(242,1672,'_elementor_version','3.0.13'),(243,1672,'_wp_page_template','default'),(244,1672,'_elementor_data','[{\"id\":\"6ceaaace\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":1461,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-9.jpg\"},{\"id\":123,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-7.jpg\"},{\"id\":1464,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-12.jpg\"},{\"id\":1466,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg\"}],\"structure\":\"22\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_slideshow_background_position\":\"center center\",\"background_slideshow_ken_burns\":\"yes\",\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":530,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e9a302\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":46.308,\"space_between_widgets\":0,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"2b055b61\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We have been building houses for over 150 years\",\"hz_section_subtitle\":\"This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_subtitle_typography_font_weight\":\"400\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"section_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"section_subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"section_subtitle_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"51059410\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request our brochure\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"5ebcf28d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":53.024},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a3d3aa2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb62b52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":81},\"elements\":[{\"id\":\"365822c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"177c8bad\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why our company is  the perfect partner for you? \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"6681e0a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4f3583d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"4ada7dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.624,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"42afd3cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"33dcd975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32d90783\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-deal-key-1@64x64.svg\",\"id\":113},\"library\":\"svg\"},\"title_text\":\"Turnkey delivery\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6bd20b6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"194927bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"library\":\"svg\"},\"title_text\":\"Eco-friendly\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"596b4835\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"829778c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-armchair-modern-1@64x64.svg\",\"id\":115},\"library\":\"svg\"},\"title_text\":\"High-end materials\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e47dcb0\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"3006461d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"12461e21\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-study-light-idea@140x140.svg\",\"id\":134},\"library\":\"svg\"},\"title_text\":\"Top know-how\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5b797132\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6c638f49\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"library\":\"svg\"},\"title_text\":\"Awarded company\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"32c75fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3571d96f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-common-file-award@64x64.svg\",\"id\":130},\"library\":\"svg\"},\"title_text\":\"Certifications\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32ac6898\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"custom_height\":{\"unit\":\"px\",\"size\":860,\"sizes\":[]},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"shape_divider_bottom_color\":\"globals\\/colors?id=text\"},\"animation\":\"none\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"shape_divider_bottom_above_content\":\"yes\"},\"elements\":[{\"id\":\"3a934272\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-8.jpg\",\"id\":140},\"background_position\":\"center right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"79723e56\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"463a6ce6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.924,\"_inline_size_tablet\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"721d56bb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"21179a3f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":688,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeInRight\",\"z_index\":2},\"elements\":[{\"id\":\"3feba20d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\"},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true}},\"elements\":[{\"id\":\"e073d27\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You dream your house, we make it real \",\"hz_section_subtitle\":\"This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"globals\\/typography?id=e393649\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\",\"_background_color\":\"\"},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\"},\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"47429811\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request our brochure\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=94007d2\",\"button_text_color\":\"globals\\/colors?id=c61532d\",\"button_background_hover_color\":\"\",\"border_color\":\"globals\\/colors?id=c61532d\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBF\",\"button_background_hover_color\":\"#FFFFFF21\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3357f0da\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"background_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=c61532d\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color\":\"#00233D\",\"background_color_b\":\"#003A65\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":190,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"642d8071\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"78b2e944\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"638d4137\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"structure\":\"22\",\"content_position\":\"bottom\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7eb31451\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4f4c12b3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=94007d2\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"35e34177\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Discover our <span class=\\\"primary-text\\\">prefab<\\/span> solutions\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"globals\\/typography?id=e393649\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"houzez_section_title_align\":\"left\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"houzez_section_title_align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"6dfc0a2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ff3e2ce\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1bf2b999\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1080,\"sizes\":[]},\"layout\":\"full_width\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"30cb7a1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"459114ae\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":40,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"globals\\/colors?id=c61532d\",\"np_border_color\":\"globals\\/colors?id=c61532d\",\"price_color\":\"globals\\/colors?id=text\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c9ff5ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c2239ac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]}},\"elements\":[{\"id\":\"26f3d155\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"10e681fe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"structure\":\"34\"},\"elements\":[{\"id\":\"3dac6b11\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.139},\"elements\":[{\"id\":\"1426347a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"45893788\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":68.144,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2356de8d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"10e1bc32\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=94007d2\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"158ab34c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"How we create our <span class=\\\"primary-text\\\">prefab<\\/span> homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"39bbe0b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":15.06},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"77b82061\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"5341525f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"6ba5cbf6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-13.jpg\",\"id\":1470},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5749fbff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design quality\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=145722e\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ab0a023\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b0d6f73\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7a1b335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"42579c41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-1.jpg\",\"id\":71},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a47c170\",\"elType\":\"widget\",\"settings\":{\"title\":\"Energy efficiency\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=145722e\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c3d9999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper, pulvinar dapibus leo.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"43ce154d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6b1dc4c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"33d42e5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1.jpg\",\"id\":45},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"20924b39\",\"elType\":\"widget\",\"settings\":{\"title\":\"High comfort\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=145722e\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77336912\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dafbd1a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7529fb92\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1044b12a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":860,\"sizes\":[]},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22e5d3f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6dad1440\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"3d9aefa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":20},\"elements\":[],\"isInner\":true},{\"id\":\"672b80eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"81\",\"right\":\"81\",\"bottom\":\"81\",\"left\":\"81\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"animation\":\"none\",\"space_between_widgets\":0,\"_inline_size_tablet\":60,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"663e0cfc\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Only high-end quality materials\",\"hz_section_subtitle\":\"This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"6a56404a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request our brochure\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c21dc4d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]}},\"elements\":[{\"id\":\"1e0189bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c00328f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d519963\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"62b50047\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7759a0e8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=94007d2\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72cdb826\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Testimonials & Partners\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"31f0d518\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4bdf30ab\",\"elType\":\"widget\",\"settings\":{\"testimonials_type\":\"grid_3cols\"},\"elements\":[],\"widgetType\":\"houzez_elementor_testimonials\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c2483a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7caf8a59\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5254d9c3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"\"},\"layout\":\"full_width\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7EDF3\"},\"elements\":[{\"id\":\"31a63773\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"53e5c933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-02-e1582734691936.jpg\",\"id\":93}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e806bdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"20a9bf18\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-01-e1582734705113.jpg\",\"id\":90}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7f7a3d39\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"6fcbf231\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-03-e1582734671602.jpg\",\"id\":96}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d352314\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"632aad16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-05-e1582734603812.jpg\",\"id\":102}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54560b3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"53defccf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-04-e1582734649458.jpg\",\"id\":99}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80c5571\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"424223db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"396ee35f\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"124084b0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(245,1672,'_elementor_controls_usage','a:12:{s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:8;s:19:\"hz_section_subtitle\";i:6;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:22:{s:26:\"houzez_section_title_align\";i:5;s:35:\"section_title_typography_typography\";i:7;s:36:\"section_title_typography_font_family\";i:7;s:34:\"section_title_typography_font_size\";i:7;s:36:\"section_title_typography_font_weight\";i:7;s:36:\"section_title_typography_line_height\";i:7;s:39:\"section_title_typography_letter_spacing\";i:7;s:38:\"section_subtitle_typography_typography\";i:8;s:37:\"section_subtitle_typography_font_size\";i:8;s:26:\"houzez_section_title_color\";i:7;s:29:\"houzez_section_subtitle_color\";i:7;s:24:\"homey_main_title_spacing\";i:8;s:39:\"section_subtitle_typography_font_family\";i:8;s:42:\"section_subtitle_typography_letter_spacing\";i:8;s:22:\"homey_subtitle_spacing\";i:8;s:34:\"houzez_section_title_margin_bottom\";i:8;s:39:\"section_subtitle_typography_font_weight\";i:1;s:41:\"section_title_typography_font_size_tablet\";i:2;s:41:\"section_title_typography_font_size_mobile\";i:1;s:44:\"section_subtitle_typography_font_size_mobile\";i:1;s:46:\"section_subtitle_typography_line_height_mobile\";i:1;s:33:\"houzez_section_title_align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:1;}s:17:\"_section_position\";a:1:{s:21:\"_element_custom_width\";i:1;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:25:\"typography_letter_spacing\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:12:\"border_width\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:19:\"text_padding_mobile\";i:2;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:36;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:10;s:28:\"space_between_widgets_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:27:\"background_hover_background\";i:3;s:27:\"background_hover_transition\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"height\";i:2;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:11;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:5;s:6:\"layout\";i:6;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:10;s:28:\"background_slideshow_gallery\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:45:\"background_slideshow_ken_burns_zoom_direction\";i:1;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:16:\"background_color\";i:2;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:9:{s:20:\"shape_divider_bottom\";i:2;s:27:\"shape_divider_bottom_height\";i:3;s:29:\"shape_divider_bottom_negative\";i:2;s:26:\"shape_divider_bottom_width\";i:2;s:34:\"shape_divider_bottom_above_content\";i:2;s:25:\"shape_divider_bottom_flip\";i:1;s:22:\"shape_divider_top_flip\";i:2;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:5;s:7:\"padding\";i:3;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:15:\"animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;s:4:\"link\";i:4;s:8:\"position\";i:4;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:10;s:10:\"icon_space\";i:4;}s:21:\"section_style_content\";a:9:{s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;s:18:\"title_bottom_space\";i:10;s:27:\"title_typography_typography\";i:10;s:28:\"title_typography_font_family\";i:10;s:26:\"title_typography_font_size\";i:10;s:28:\"title_typography_font_weight\";i:10;s:28:\"title_typography_line_height\";i:10;s:31:\"title_typography_text_transform\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:3;s:12:\"align_tablet\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:6:\"weight\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:8;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:3;s:27:\"image_box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;s:4:\"link\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}s:29:\"houzez_elementor_testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:17:\"testimonials_type\";i:1;}}}}}'),(247,1675,'_elementor_edit_mode','builder'),(248,1675,'_elementor_template_type','page'),(249,1675,'_elementor_version','3.0.13'),(250,1675,'_wp_page_template','default'),(251,1675,'_elementor_data','[{\"id\":\"6b25a34\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg\",\"id\":1466},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"5ac675af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"574eec92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=c61532d\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=94007d2\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"56049f94\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Darker Grotesque\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"__globals__\":{\"text_typography_typography\":\"\",\"link_color\":\"\",\"text_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-breadcrumb\"}],\"isInner\":false},{\"id\":\"57829800\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d8fe17a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7f336df\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"171a325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"title_color\":\"#00233D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2261693c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh aliquam neque porta tempor. Vivamus eu sem vehicula, commodo massa at, elementum ex. Suspendisse feugiat dapibus ullamcorper. Nulla augue turpis, posuere in maximus quis.<\\/p>\",\"_animation\":\"fadeIn\",\"text_color\":\"#54595F\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5af4ccd4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2f200b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"7ef6d0a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.624,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2bfa9883\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"704b3490\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"371eeda5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-project-blueprint-idea@64x64.svg\",\"id\":1293},\"library\":\"svg\"},\"title_text\":\"Project Design\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1426d2df\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"70e1999e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-heavy-equipment-hook@64x64.svg\",\"id\":1295},\"library\":\"svg\"},\"title_text\":\"Development\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"528ec7dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f67dd9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-project-blueprint-buildings@64x64.svg\",\"id\":1300},\"library\":\"svg\"},\"title_text\":\"Contractor Services\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6b011602\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"2fb46334\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14920394\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-construction-paint@64x64.svg\",\"id\":1296},\"library\":\"svg\"},\"title_text\":\"Interior Painting\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5af9fedc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"983ace3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"library\":\"svg\"},\"title_text\":\"Electrical\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"9cd7273\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"389b9c23\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-construction-pipe@64x64.svg\",\"id\":1297},\"library\":\"svg\"},\"title_text\":\"Plumbing\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"597a860b\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"45aba18e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c5a780b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-construction-brick@64x64.svg\",\"id\":1298},\"library\":\"svg\"},\"title_text\":\"Carpentry\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4a417537\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"52341cb8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-construction-fence@64x64.svg\",\"id\":1299},\"library\":\"svg\"},\"title_text\":\"Flooring\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"9a8c0c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"23c385f1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-house-modern@64x64.svg\",\"id\":1301},\"library\":\"svg\"},\"title_text\":\"Renovations\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"406d48a6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[{\"id\":\"755836cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ce6bf7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"48c41bae\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8e8df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"47687058\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-14.jpg\",\"id\":1560},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"rgba(22.000000000000032, 191.00000000000006, 191.00000000000006, 0.37)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"187adbf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"29a6b581\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=94007d2\",\"typography_typography\":\"\"},\"header_size\":\"div\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e4e325a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a561b29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b957d36\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"207f9640\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"69995383\",\"elType\":\"widget\",\"settings\":{\"title\":\"Production\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=94007d2\",\"typography_typography\":\"\"},\"header_size\":\"div\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d16f53\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Sed vitae nibh aliquam neque porta tempor\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"houzez_section_title_align\":\"right\",\"houzez_section_title_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"1bf465fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"27e6d004\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":50,\"blur\":0,\"spread\":0,\"color\":\"rgba(22.000000000000032, 191.00000000000006, 191.00000000000006, 0.37)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b089e2f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a538a5a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"46ef5014\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"77dd8cf4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-16.jpg\",\"id\":1562},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":50,\"blur\":0,\"spread\":0,\"color\":\"rgba(22.000000000000032, 191.00000000000006, 191.00000000000006, 0.37)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5db65f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"61631e12\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delivery\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=94007d2\",\"typography_typography\":\"\"},\"header_size\":\"div\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21e3b099\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Vivamus eu sem vehicula, commodo massa at\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d0e4ffd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":930,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ae85898\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"122637c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5dcbaadd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7a1b7e8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6eaf3280\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked questions\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=e393649\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"494fec85\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4f1e23bf\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Lorem ipsum dolor sit amet?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"06bf475\"},{\"tab_title\":\"Aenean elit sem, feugiat dapibus tincidunt sapien?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"41943b9\"},{\"tab_title\":\"Nunc maximus faucibus elit in dictum?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"1e23ed4\"},{\"tab_title\":\"Donec commodo dui id fringilla consectetur?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"9a6c71b\"},{\"tab_title\":\"Aenean quam libero, pretium?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"78012a8\"}],\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"content_color\":\"\",\"border_color\":\"globals\\/colors?id=ee27511\",\"icon_active_color\":\"globals\\/colors?id=text\",\"icon_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"\",\"content_typography_typography\":\"globals\\/typography?id=text\"},\"content_color\":\"#92A3AA\",\"icon_align\":\"right\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_color\":\"#00233D\",\"icon_active_color\":\"#00233D\"},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"260b05e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b707050\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"8aa3c8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"487e268d\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"5c36c8e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(252,1675,'_elementor_controls_usage','a:11:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:6;s:11:\"header_size\";i:4;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:5;s:25:\"typography_letter_spacing\";i:2;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:5:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"content_width\";i:8;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:7;s:16:\"content_position\";i:5;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:8;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:6:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:7;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:5;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;s:4:\"link\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:10;s:10:\"icon_space\";i:1;}s:21:\"section_style_content\";a:8:{s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;s:18:\"title_bottom_space\";i:10;s:27:\"title_typography_typography\";i:10;s:28:\"title_typography_font_family\";i:10;s:26:\"title_typography_font_size\";i:10;s:28:\"title_typography_font_weight\";i:10;s:28:\"title_typography_line_height\";i:10;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:22:\"image_custom_dimension\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:3;s:22:\"_box_shadow_box_shadow\";i:3;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:4;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:17:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;s:33:\"houzez_section_title_align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:6:\"toggle\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:3:{s:4:\"tabs\";i:1;s:13:\"selected_icon\";i:1;s:20:\"selected_active_icon\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_toggle_style\";a:1:{s:12:\"border_width\";i:1;}s:26:\"section_toggle_style_title\";a:6:{s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:13:\"title_padding\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_line_height\";i:1;}s:28:\"section_toggle_style_content\";a:1:{s:13:\"content_color\";i:1;}s:25:\"section_toggle_style_icon\";a:3:{s:10:\"icon_align\";i:1;s:10:\"icon_color\";i:1;s:17:\"icon_active_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(253,1675,'_wxr_import_has_attachment_refs','1'),(254,1679,'_elementor_edit_mode','builder'),(255,1679,'_elementor_template_type','page'),(256,1679,'_elementor_version','3.0.13'),(257,1679,'_wp_page_template','default'),(258,1679,'_elementor_data','[{\"id\":\"46590d53\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-2.jpg\",\"id\":73},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"b0b69f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"3475dab\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=c61532d\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=94007d2\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fbef19c\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Darker Grotesque\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"__globals__\":{\"text_typography_typography\":\"\",\"link_color\":\"\",\"text_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-breadcrumb\"}],\"isInner\":false},{\"id\":\"47f4b0cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dedc285\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"4a677df1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ef4bca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=94007d2\"},\"align\":\"center\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1b315802\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We have been building houses for over 150 years\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"663b835\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2936743b\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus. Nullam lacus enim, venenatis at enim et, fringilla sodales odio. Donec nec erat ac elit blandit facilisis dictum a neque. Vestibulum sem lectus, aliquet semper erat at, elementum congue mauris. Phasellus non rhoncus justo. Aliquam id porttitor massa. Vestibulum ornare ornare arcu, eget convallis nisl fringilla non.<\\/p><p>Cras cursus est a leo volutpat, vitae convallis mauris bibendum. In vel ante nec lectus posuere blandit. Fusce suscipit pellentesque quam, nec consectetur orci molestie eu. Nunc ultricies erat ac erat aliquet, a consectetur dui mollis. Donec ut ex tellus. Donec commodo consectetur massa nec laoreet. Duis enim est, hendrerit in odio nec, venenatis fermentum nunc. Nulla egestas magna non lorem sollicitudin, eu pharetra sem convallis.\\u00a0<\\/p>\",\"text_columns\":\"2\",\"column_gap\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f4184be\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"317f009c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5457f97d\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Realized Projects\",\"number_color\":\"#00233D\",\"title_color\":\"#16BFBF\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Darker Grotesque\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"number_color\":\"globals\\/colors?id=text\",\"title_color\":\"globals\\/colors?id=94007d2\",\"typography_title_typography\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"4c5501fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"773187c6\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Staff Members\",\"number_color\":\"#00233D\",\"title_color\":\"#16BFBF\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Darker Grotesque\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"number_color\":\"globals\\/colors?id=text\",\"title_color\":\"globals\\/colors?id=94007d2\",\"typography_title_typography\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"1a62ae35\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1b1af402\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"+\",\"title\":\"Offices\",\"number_color\":\"#00233D\",\"title_color\":\"#16BFBF\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Darker Grotesque\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"number_color\":\"globals\\/colors?id=text\",\"title_color\":\"globals\\/colors?id=94007d2\",\"typography_title_typography\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"4ed4ceda\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"79a83efd\",\"elType\":\"widget\",\"settings\":{\"ending_number\":450,\"suffix\":\"+\",\"title\":\"Local Experts\",\"number_color\":\"#00233D\",\"title_color\":\"#16BFBF\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Darker Grotesque\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"number_color\":\"globals\\/colors?id=text\",\"title_color\":\"globals\\/colors?id=94007d2\",\"typography_title_typography\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c97255f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"196cfb20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a250a8c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our values\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"2a978f96\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4da6f2ee\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"796e29e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ad37974\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-armchair-modern-1@64x64.svg\",\"id\":115},\"title\":\"Quality\",\"text\":\"\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida efficitur tellus.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"title\":\"Teamwork\",\"text\":\"\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida efficitur tellus.\",\"_id\":\"d17522d\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"title\":\"Innovative\",\"text\":\"\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida efficitur tellus.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-common-file-award@64x64.svg\",\"id\":130},\"title\":\"Respect\",\"text\":\"\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida efficitur tellus.\",\"_id\":\"3d8d3d9\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-style-one-pin-check@64x64.svg\",\"id\":1265},\"title\":\"Trust\",\"text\":\"\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida efficitur tellus.\",\"_id\":\"962ada3\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-deal-key-1@64x64.svg\",\"id\":113},\"title\":\"Gratitude\",\"text\":\"\\n\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida efficitur tellus.\",\"_id\":\"0006b35\"}],\"icon_boxes_style\":\"style3\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"globals\\/typography?id=145722e\",\"description_typography_a_typography\":\"globals\\/typography?id=text\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2540b7e5\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"5437ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"279603da\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=94007d2\"},\"align\":\"left\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5669fcf7\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our team\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"44485293\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41b4357\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"783cf5dd\",\"elType\":\"widget\",\"settings\":{\"team_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/Artboard-1team.jpg\",\"id\":1457},\"team_name\":\"Shea Pike\",\"team_position\":\"Executive Director\",\"team_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_team_member\"},{\"id\":\"5565e8cc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(987) 305 5487\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"a9d95cd\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Shea Pike\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"d6ad128\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"icon_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_align\":\"left\",\"icon_color\":\"#16BFBF\",\"text_color\":\"#00233D\",\"icon_typography_font_family\":\"Darker Grotesque\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"view\":\"inline\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1d79ad45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6da7aa0b\",\"elType\":\"widget\",\"settings\":{\"team_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/Artboard-3team.jpg\",\"id\":1458},\"team_name\":\"Lee Mackay\",\"team_position\":\"Manager\",\"team_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_team_member\"},{\"id\":\"4728f48d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(987) 784 1234\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"a9d95cd\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Lee Mackay\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"d6ad128\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"icon_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_align\":\"left\",\"icon_color\":\"#16BFBF\",\"text_color\":\"#00233D\",\"icon_typography_font_family\":\"Darker Grotesque\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"view\":\"inline\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"689a77c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a343ac4\",\"elType\":\"widget\",\"settings\":{\"team_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/Artboard-2team.jpg\",\"id\":1456},\"team_name\":\"Kacy Ashton\",\"team_position\":\"Designer\",\"team_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_team_member\"},{\"id\":\"41ef0756\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(658) 234 8796\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"a9d95cd\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Kacy Ashton\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"d6ad128\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"icon_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_align\":\"left\",\"icon_color\":\"#16BFBF\",\"text_color\":\"#00233D\",\"icon_typography_font_family\":\"Darker Grotesque\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"view\":\"inline\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"48ca57dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"55c96f5e\",\"elType\":\"widget\",\"settings\":{\"team_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/Artboard-4team.jpg\",\"id\":1455},\"team_name\":\"Markus Rangel\",\"team_position\":\"Marketing\",\"team_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_team_member\"},{\"id\":\"e04b0ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(874) 243 1323\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"a9d95cd\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Markus Rangel\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"d6ad128\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"icon_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_align\":\"left\",\"icon_color\":\"#16BFBF\",\"text_color\":\"#00233D\",\"icon_typography_font_family\":\"Darker Grotesque\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"view\":\"inline\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"216439a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]}},\"elements\":[{\"id\":\"5f208fe6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b5ad1dc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"568a38db\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"49af0d92\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f5ac0d9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=94007d2\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"21\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1d2964c8\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Read from our blog\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"55296fa0\",\"elType\":\"widget\",\"settings\":{\"posts_limit\":\"4\",\"show_author\":\"\",\"box_padding_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_margin\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Darker Grotesque\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"content_color\":\"#00233D\",\"content_typo_typography\":\"custom\",\"content_typo_font_family\":\"Darker Grotesque\",\"content_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typo_font_weight\":\"400\",\"content_typo_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"postmeta_color\":\"#00233D\",\"postmeta_typo_typography\":\"custom\",\"postmeta_typo_font_family\":\"Darker Grotesque\",\"postmeta_typo_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"postmeta_typo_font_weight\":\"400\",\"postmeta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"postmeta_margin_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"postmeta_margin_bottom\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"box_bg_color\":\"globals\\/colors?id=c61532d\",\"title_typo_typography\":\"\",\"content_typo_typography\":\"\",\"content_color\":\"globals\\/colors?id=text\",\"postmeta_color\":\"globals\\/colors?id=text\",\"postmeta_typo_typography\":\"\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_blog_posts\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6013bc6f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c2a35eb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"2084e57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"375e1a6e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"4f301003\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(259,1679,'_elementor_controls_usage','a:14:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:5:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:17;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:7;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:4;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:6:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:9:\"animation\";i:3;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:6:\"weight\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:5;s:19:\"hz_section_subtitle\";i:1;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:5;s:39:\"section_subtitle_typography_font_family\";i:5;s:37:\"section_subtitle_typography_font_size\";i:5;s:42:\"section_subtitle_typography_letter_spacing\";i:5;s:24:\"homey_main_title_spacing\";i:5;s:22:\"homey_subtitle_spacing\";i:5;s:34:\"houzez_section_title_margin_bottom\";i:5;s:35:\"section_title_typography_typography\";i:5;s:36:\"section_title_typography_font_family\";i:5;s:34:\"section_title_typography_font_size\";i:5;s:36:\"section_title_typography_font_weight\";i:5;s:36:\"section_title_typography_line_height\";i:5;s:39:\"section_title_typography_letter_spacing\";i:5;s:26:\"houzez_section_title_color\";i:5;s:29:\"houzez_section_subtitle_color\";i:5;s:26:\"houzez_section_title_align\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:5;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:1;s:12:\"text_columns\";i:1;s:10:\"column_gap\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:28:\"typography_title_line_height\";i:4;}}}}s:25:\"houzez_elementor_icon_box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:10:\"icon_boxes\";i:1;}s:24:\"content_section_settings\";a:1:{s:16:\"icon_boxes_style\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_iconbox_style\";a:1:{s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:28:\"houzez_elementor_team_member\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:4:{s:10:\"team_image\";i:4;s:9:\"team_name\";i:4;s:13:\"team_position\";i:4;s:16:\"team_description\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:4;s:4:\"view\";i:4;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:4;s:10:\"icon_color\";i:4;}s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:4;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:4;s:27:\"icon_typography_font_family\";i:4;s:25:\"icon_typography_font_size\";i:4;s:27:\"icon_typography_font_weight\";i:4;s:27:\"icon_typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:27:\"houzez_elementor_blog_posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:11:\"posts_limit\";i:1;}s:16:\"showhide_section\";a:1:{s:11:\"show_author\";i:1;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:24:{s:15:\"box_padding_top\";i:1;s:18:\"box_padding_bottom\";i:1;s:17:\"box_margin_bottom\";i:1;s:12:\"image_margin\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:16:\"title_margin_top\";i:1;s:13:\"content_color\";i:1;s:23:\"content_typo_typography\";i:1;s:24:\"content_typo_font_family\";i:1;s:22:\"content_typo_font_size\";i:1;s:24:\"content_typo_font_weight\";i:1;s:24:\"content_typo_line_height\";i:1;s:14:\"postmeta_color\";i:1;s:24:\"postmeta_typo_typography\";i:1;s:25:\"postmeta_typo_font_family\";i:1;s:23:\"postmeta_typo_font_size\";i:1;s:25:\"postmeta_typo_font_weight\";i:1;s:25:\"postmeta_typo_line_height\";i:1;s:19:\"postmeta_margin_top\";i:1;s:22:\"postmeta_margin_bottom\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(261,1682,'_elementor_edit_mode','builder'),(262,1682,'_elementor_template_type','page'),(263,1682,'_elementor_version','3.0.13'),(264,1682,'_wp_page_template','default'),(265,1682,'_elementor_data','[{\"id\":\"758c0e15\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-14.jpg\",\"id\":1560},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"427c4e5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"337d91b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=c61532d\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=94007d2\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e563f89\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Darker Grotesque\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"__globals__\":{\"text_typography_typography\":\"\",\"link_color\":\"\",\"text_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-breadcrumb\"}],\"isInner\":false},{\"id\":\"7a492706\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c30d3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"198f3518\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c497f4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"houzez_elementor_space\"},{\"id\":\"2f0f857\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":20,\"blur\":40,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"73390718\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"354cfd26\",\"elType\":\"widget\",\"settings\":{\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"The Inquiry Form widget allows you to design unique forms to capture your leads. This form automatically connects with the integrated Houzez CRM and your email inbox to keep everything on track.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"5d681ee7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"field_type\":\"user_type\",\"field_label\":\"Information\",\"placeholder\":\"I\'m a \",\"required\":\"true\",\"field_options\":\"I\'m a real estate agent\\nI\'m a property owner\",\"_id\":\"b7fe77d\"},{\"field_type\":\"first_name\",\"placeholder\":\"First Name\",\"required\":\"true\",\"width\":\"50\",\"_id\":\"cc6b92f\"},{\"field_type\":\"last_name\",\"placeholder\":\"Last Name\",\"width\":\"50\",\"_id\":\"3cc124e\"},{\"field_type\":\"email\",\"placeholder\":\"Email Address\",\"required\":\"true\",\"width\":\"50\",\"_id\":\"932d82c\"},{\"field_type\":\"mobile\",\"placeholder\":\"Mobile\",\"required\":\"true\",\"width\":\"50\",\"_id\":\"304b68f\"},{\"field_type\":\"e_meta[property_type]\",\"field_label\":\"Property\",\"placeholder\":\"Select type\",\"required\":\"true\",\"_id\":\"3180222\"},{\"field_type\":\"e_meta[price]\",\"placeholder\":\"Your budget\",\"required\":\"true\",\"_id\":\"c549d17\"},{\"field_type\":\"e_meta[beds]\",\"placeholder\":\"Number of beds\",\"required\":\"true\",\"width\":\"50\",\"_id\":\"66cc0de\"},{\"field_type\":\"e_meta[baths]\",\"placeholder\":\"Number of baths\",\"required\":\"true\",\"width\":\"50\",\"_id\":\"dea086f\"},{\"field_type\":\"message\",\"field_label\":\"Message\",\"_id\":\"95c61a9\"}],\"input_size\":\"lg\",\"button_text\":\"Submit\",\"button_size\":\"md\",\"email_to\":\"hello@favethemes.com\",\"email_subject\":\"New message from &quot;Houzez 01&quot;\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_background_color\":\"#FFFFFF\",\"gdpr_agreement\":\"yes\",\"gdpr_label\":\"GDPR Agreement\",\"gdpr_text\":\"I consent to having this website store my submitted information\",\"gdpr_required\":\"true\",\"con_google_recaptcha\":\"yes\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Darker Grotesque\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_line_height\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"field_text_color\":\"#00233D\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Darker Grotesque\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_background_color\":\"#16BFBFC7\",\"button_background_hover_color\":\"#16BFBF\",\"__globals__\":{\"field_typography_typography\":\"globals\\/typography?id=text\",\"field_text_color\":\"globals\\/colors?id=text\",\"label_typography_typography\":\"\",\"button_background_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=94007d2\",\"button_typography_typography\":\"\"},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Darker Grotesque\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"button_typography_font_weight\":\"600\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_inquiry_form\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"24c0b33f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"619e0081\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"773b494a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ee8fb1d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-phone-actions-ring@64x64.svg\",\"id\":1263},\"library\":\"svg\"},\"title_text\":\"Call\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=145722e\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"76c87bbb\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit.\\u00a0<\\/p><p><strong><a href=\\\"#\\\">+1 (987) 654 3210<\\/a><\\/strong><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2cb0a709\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"38f9076\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-read-email-at@64x64.svg\",\"id\":1264},\"library\":\"svg\"},\"title_text\":\"Email\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=145722e\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2436806b\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit.\\u00a0<\\/p><p><strong><a href=\\\"#\\\">developer@houzez.co<\\/a><\\/strong><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"198f6ed8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5df477\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-style-one-pin-check@64x64.svg\",\"id\":1265},\"library\":\"svg\"},\"title_text\":\"Address\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=145722e\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"188b3e9c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>1298 Nice Boulevard Suite 305, Miami Beach FL 33139<\\/p><p><strong><a href=\\\"#\\\">Find directions<\\/a><\\/strong><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e59934b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"shape_divider_top_color\":\"#F9F9F9\"},\"elements\":[{\"id\":\"19f48288\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(266,1682,'_elementor_controls_usage','a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:5:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:3;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:7:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;s:23:\"shape_divider_top_color\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_radius\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}}}s:22:\"houzez_elementor_space\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:1;s:39:\"section_subtitle_typography_font_family\";i:1;s:37:\"section_subtitle_typography_font_size\";i:1;s:42:\"section_subtitle_typography_letter_spacing\";i:1;s:24:\"homey_main_title_spacing\";i:1;s:22:\"homey_subtitle_spacing\";i:1;s:34:\"houzez_section_title_margin_bottom\";i:1;s:35:\"section_title_typography_typography\";i:1;s:36:\"section_title_typography_font_family\";i:1;s:34:\"section_title_typography_font_size\";i:1;s:36:\"section_title_typography_font_weight\";i:1;s:36:\"section_title_typography_line_height\";i:1;s:39:\"section_title_typography_letter_spacing\";i:1;s:26:\"houzez_section_title_color\";i:1;s:29:\"houzez_section_subtitle_color\";i:1;s:26:\"houzez_section_title_align\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:19:\"hz_section_subtitle\";i:1;}}}}s:29:\"houzez_elementor_inquiry_form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:7:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:14:\"gdpr_agreement\";i:1;s:10:\"gdpr_label\";i:1;s:9:\"gdpr_text\";i:1;s:13:\"gdpr_required\";i:1;s:20:\"con_google_recaptcha\";i:1;}s:21:\"section_submit_button\";a:1:{s:11:\"button_size\";i:1;}s:22:\"section_email_settings\";a:1:{s:13:\"email_subject\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_field_style\";a:7:{s:18:\"field_border_width\";i:1;s:16:\"field_text_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:26:\"field_typography_font_size\";i:1;s:28:\"field_typography_font_weight\";i:1;s:28:\"field_typography_line_height\";i:1;}s:18:\"section_form_style\";a:5:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:28:\"label_typography_line_height\";i:1;}s:20:\"section_button_style\";a:7:{s:23:\"button_background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:1:{s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:3:{s:10:\"text_align\";i:3;s:26:\"content_vertical_alignment\";i:3;s:18:\"title_bottom_space\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(267,1685,'_elementor_edit_mode','builder'),(268,1685,'_elementor_template_type','page'),(269,1685,'_elementor_version','3.0.13'),(270,1685,'_wp_page_template','default'),(271,1685,'_elementor_data','[{\"id\":\"39c8abdc\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":1461,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-9.jpg\"},{\"id\":123,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-7.jpg\"},{\"id\":1464,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-12.jpg\"},{\"id\":1466,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg\"}],\"structure\":\"22\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_slideshow_background_position\":\"center center\",\"background_slideshow_ken_burns\":\"yes\",\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":530,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7c2a8e12\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":46.308,\"space_between_widgets\":0,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"683c0d9b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We have been building houses for over 150 years\",\"hz_section_subtitle\":\"This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_subtitle_typography_font_weight\":\"400\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"section_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"section_subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"section_subtitle_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"519e65a5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request our brochure\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"cb50923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":53.024},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ec567ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"35f7b775\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":81},\"elements\":[{\"id\":\"43a26ad0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"24e24c05\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why our company is  the perfect partner for you? \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"6a35920d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"790bdce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"1844b00e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.624,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ad7d02e\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"29fb719f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1ec33951\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-deal-key-1@64x64.svg\",\"id\":113},\"library\":\"svg\"},\"title_text\":\"Turnkey delivery\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"10cb7c76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5d0738be\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"library\":\"svg\"},\"title_text\":\"Eco-friendly\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"776333aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a7b40fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-armchair-modern-1@64x64.svg\",\"id\":115},\"library\":\"svg\"},\"title_text\":\"High-end materials\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fbe0e32\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"57de293c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2dbec8f4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-study-light-idea@140x140.svg\",\"id\":134},\"library\":\"svg\"},\"title_text\":\"Top know-how\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2d15c8c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"298e698a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"library\":\"svg\"},\"title_text\":\"Awarded company\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2c3b4d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5629c72c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-common-file-award@64x64.svg\",\"id\":130},\"library\":\"svg\"},\"title_text\":\"Certifications\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3eff3a1a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"custom_height\":{\"unit\":\"px\",\"size\":860,\"sizes\":[]},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"shape_divider_bottom_color\":\"globals\\/colors?id=text\"},\"animation\":\"none\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"shape_divider_bottom_above_content\":\"yes\"},\"elements\":[{\"id\":\"2d8d11ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-8.jpg\",\"id\":140},\"background_position\":\"center right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3e4f86e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"421146a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.924,\"_inline_size_tablet\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"5a2db26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c763829\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":688,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeInRight\",\"z_index\":2},\"elements\":[{\"id\":\"4d58a4a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\"},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true}},\"elements\":[{\"id\":\"7a68ce5c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You dream your house, we make it real \",\"hz_section_subtitle\":\"This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"globals\\/typography?id=e393649\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\",\"_background_color\":\"\"},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\"},\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"42f095\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request our brochure\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=94007d2\",\"button_text_color\":\"globals\\/colors?id=c61532d\",\"button_background_hover_color\":\"\",\"border_color\":\"globals\\/colors?id=c61532d\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBF\",\"button_background_hover_color\":\"#FFFFFF21\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c617aeb\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"background_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=c61532d\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color\":\"#00233D\",\"background_color_b\":\"#003A65\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":190,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"75efbba3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48d94737\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f122a69\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"structure\":\"22\",\"content_position\":\"bottom\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7d915931\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"560b479e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=94007d2\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"32b3df2e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Discover our <span class=\\\"primary-text\\\">prefab<\\/span> solutions\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"globals\\/typography?id=e393649\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"houzez_section_title_align\":\"left\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"houzez_section_title_align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"8b3b3ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"30f32f62\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5f352a73\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1080,\"sizes\":[]},\"layout\":\"full_width\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4275f8d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac40574\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":40,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"globals\\/colors?id=c61532d\",\"np_border_color\":\"globals\\/colors?id=c61532d\",\"price_color\":\"globals\\/colors?id=text\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"591f7843\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ad99fae\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]}},\"elements\":[{\"id\":\"3ce9025d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6f8a1843\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"structure\":\"34\"},\"elements\":[{\"id\":\"3d353df8\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.139},\"elements\":[{\"id\":\"178785f5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"71748ead\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":68.144,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"31f91e5d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f0034f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=94007d2\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1684ebb3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"How we create our <span class=\\\"primary-text\\\">prefab<\\/span> homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"32e63439\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":15.06},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"47d34a45\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"5478a365\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"2f9f99a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-13.jpg\",\"id\":1470},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f00033a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design quality\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=145722e\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47445d42\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"616aedf4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4e07c6c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"4160f39e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-1.jpg\",\"id\":71},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"442471d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Energy efficiency\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=145722e\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a95ff84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper, pulvinar dapibus leo.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7285aad2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3d044096\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"1d3c41a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1.jpg\",\"id\":45},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"337e6462\",\"elType\":\"widget\",\"settings\":{\"title\":\"High comfort\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=145722e\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4df2d31b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b58e311\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7837e52f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3287ac36\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":860,\"sizes\":[]},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6fe66467\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1706243a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"3cde70ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":20},\"elements\":[],\"isInner\":true},{\"id\":\"54a60dad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"81\",\"right\":\"81\",\"bottom\":\"81\",\"left\":\"81\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"animation\":\"none\",\"space_between_widgets\":0,\"_inline_size_tablet\":60,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"4d4cbf2a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Only high-end quality materials\",\"hz_section_subtitle\":\"This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"1133a794\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request our brochure\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"792c4aaa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]}},\"elements\":[{\"id\":\"178b89fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"387f19f2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"155d677a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2c1148d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e747697\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=94007d2\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"440559cf\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Testimonials & Partners\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"21e21764\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"18e009fe\",\"elType\":\"widget\",\"settings\":{\"testimonials_type\":\"grid_3cols\"},\"elements\":[],\"widgetType\":\"houzez_elementor_testimonials\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"20e528bf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"742368c7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18ef1082\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"\"},\"layout\":\"full_width\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7EDF3\"},\"elements\":[{\"id\":\"44af6d74\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"20d9f16e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-02-e1582734691936.jpg\",\"id\":93}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3297591\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"3694dcdc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-01-e1582734705113.jpg\",\"id\":90}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"54ebcfff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"122691ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-03-e1582734671602.jpg\",\"id\":96}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4fc88820\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"111a15c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-05-e1582734603812.jpg\",\"id\":102}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"40eb39eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"5314d563\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-04-e1582734649458.jpg\",\"id\":99}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"137438bb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"34159f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"10175dfd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"50f7331e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(272,1685,'_elementor_controls_usage','a:12:{s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:8;s:19:\"hz_section_subtitle\";i:6;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:22:{s:26:\"houzez_section_title_align\";i:5;s:35:\"section_title_typography_typography\";i:7;s:36:\"section_title_typography_font_family\";i:7;s:34:\"section_title_typography_font_size\";i:7;s:36:\"section_title_typography_font_weight\";i:7;s:36:\"section_title_typography_line_height\";i:7;s:39:\"section_title_typography_letter_spacing\";i:7;s:38:\"section_subtitle_typography_typography\";i:8;s:37:\"section_subtitle_typography_font_size\";i:8;s:26:\"houzez_section_title_color\";i:7;s:29:\"houzez_section_subtitle_color\";i:7;s:24:\"homey_main_title_spacing\";i:8;s:39:\"section_subtitle_typography_font_family\";i:8;s:42:\"section_subtitle_typography_letter_spacing\";i:8;s:22:\"homey_subtitle_spacing\";i:8;s:34:\"houzez_section_title_margin_bottom\";i:8;s:39:\"section_subtitle_typography_font_weight\";i:1;s:41:\"section_title_typography_font_size_tablet\";i:2;s:41:\"section_title_typography_font_size_mobile\";i:1;s:44:\"section_subtitle_typography_font_size_mobile\";i:1;s:46:\"section_subtitle_typography_line_height_mobile\";i:1;s:33:\"houzez_section_title_align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:1;}s:17:\"_section_position\";a:1:{s:21:\"_element_custom_width\";i:1;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:25:\"typography_letter_spacing\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:12:\"border_width\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:19:\"text_padding_mobile\";i:2;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:36;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:10;s:28:\"space_between_widgets_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:27:\"background_hover_background\";i:3;s:27:\"background_hover_transition\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"height\";i:2;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:11;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:5;s:6:\"layout\";i:6;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:10;s:28:\"background_slideshow_gallery\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:45:\"background_slideshow_ken_burns_zoom_direction\";i:1;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:16:\"background_color\";i:2;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:9:{s:20:\"shape_divider_bottom\";i:2;s:27:\"shape_divider_bottom_height\";i:3;s:29:\"shape_divider_bottom_negative\";i:2;s:26:\"shape_divider_bottom_width\";i:2;s:34:\"shape_divider_bottom_above_content\";i:2;s:25:\"shape_divider_bottom_flip\";i:1;s:22:\"shape_divider_top_flip\";i:2;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:5;s:7:\"padding\";i:3;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:15:\"animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;s:4:\"link\";i:4;s:8:\"position\";i:4;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:10;s:10:\"icon_space\";i:4;}s:21:\"section_style_content\";a:9:{s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;s:18:\"title_bottom_space\";i:10;s:27:\"title_typography_typography\";i:10;s:28:\"title_typography_font_family\";i:10;s:26:\"title_typography_font_size\";i:10;s:28:\"title_typography_font_weight\";i:10;s:28:\"title_typography_line_height\";i:10;s:31:\"title_typography_text_transform\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:3;s:12:\"align_tablet\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:6:\"weight\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:8;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:3;s:27:\"image_box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;s:4:\"link\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}s:29:\"houzez_elementor_testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:17:\"testimonials_type\";i:1;}}}}}'),(274,1688,'_elementor_edit_mode','builder'),(275,1688,'_elementor_template_type','page'),(276,1688,'_elementor_version','3.0.13'),(277,1688,'_wp_page_template','default'),(278,1688,'_elementor_data','[{\"id\":\"7749edea\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"69f6c201\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1a76a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Portfolio\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=c61532d\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=94007d2\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24edfaa0\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Darker Grotesque\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"__globals__\":{\"text_typography_typography\":\"\",\"link_color\":\"\",\"text_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-breadcrumb\"}],\"isInner\":false},{\"id\":\"702864ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"383137b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[{\"id\":\"751a1037\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60d5bf90\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"79c1f50e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"af9ebf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7273722a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Exterior design projects\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"3fadb9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":true},{\"id\":\"5bcbdb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.666,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"57824c88\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":1461,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-9.jpg\"},{\"id\":42,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/house-model-3.jpg\"},{\"id\":43,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/house-model-4.jpg\"},{\"id\":1465,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-11.jpg\"},{\"id\":40,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/house-model-1.jpg\"},{\"id\":41,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/house-model-2.jpg\"},{\"id\":1464,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-12.jpg\"},{\"id\":75,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-4.jpg\"},{\"id\":74,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-3.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow\":{\"horizontal\":7,\"vertical\":100,\"blur\":0,\"spread\":93,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"68f4bfee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33377eda\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[{\"id\":\"47dd8852\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ba3d41d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1f148250\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"structure\":\"30\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"1bf3116a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.666,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"670ae36d\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":1335,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\"},{\"id\":123,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-7.jpg\"},{\"id\":45,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1.jpg\"},{\"id\":1333,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-1.jpg\"},{\"id\":1336,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-4.jpg\"},{\"id\":1338,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-6.jpg\"},{\"id\":1339,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\"},{\"id\":1337,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-5.jpg\"},{\"id\":1466,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":true},{\"id\":\"694ca194\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":true},{\"id\":\"4c905361\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6478b880\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Interior design projects\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"56775769\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37605b4c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4f8a0837\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"56041470\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"1a9cd12f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(279,1688,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:5:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:11;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:4;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:2;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:6:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:4;s:12:\"space_tablet\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:3;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:3;s:39:\"section_subtitle_typography_font_family\";i:3;s:37:\"section_subtitle_typography_font_size\";i:3;s:42:\"section_subtitle_typography_letter_spacing\";i:3;s:24:\"homey_main_title_spacing\";i:3;s:22:\"homey_subtitle_spacing\";i:3;s:34:\"houzez_section_title_margin_bottom\";i:3;s:35:\"section_title_typography_typography\";i:3;s:36:\"section_title_typography_font_family\";i:3;s:34:\"section_title_typography_font_size\";i:3;s:36:\"section_title_typography_font_weight\";i:3;s:36:\"section_title_typography_line_height\";i:3;s:39:\"section_title_typography_letter_spacing\";i:3;s:26:\"houzez_section_title_color\";i:3;s:29:\"houzez_section_subtitle_color\";i:3;s:26:\"houzez_section_title_align\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:14:\"_section_style\";a:2:{s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:4:{s:10:\"wp_gallery\";i:2;s:14:\"thumbnail_size\";i:2;s:15:\"gallery_columns\";i:2;s:13:\"open_lightbox\";i:2;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:3:{s:13:\"image_spacing\";i:2;s:20:\"image_spacing_custom\";i:2;s:19:\"image_border_radius\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(281,1691,'_elementor_edit_mode','builder'),(282,1691,'_elementor_template_type','page'),(283,1691,'_elementor_version','3.0.13'),(284,1691,'_wp_page_template','default'),(285,1691,'_elementor_data','[{\"id\":\"f715170\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg\",\"id\":1466},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"26af8609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"6452d7ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=c61532d\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=94007d2\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a6d66bb\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Darker Grotesque\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"__globals__\":{\"text_typography_typography\":\"\",\"link_color\":\"\",\"text_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-breadcrumb\"}],\"isInner\":false},{\"id\":\"4fdefbb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"376dff6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1aa478f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"254070c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"title_color\":\"#00233D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3303d74a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh aliquam neque porta tempor. Vivamus eu sem vehicula, commodo massa at, elementum ex. Suspendisse feugiat dapibus ullamcorper. Nulla augue turpis, posuere in maximus quis.<\\/p>\",\"_animation\":\"fadeIn\",\"text_color\":\"#54595F\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31385c38\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4e6c402\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"701e47e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.624,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5d56edf2\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"216df316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3c9b0d31\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-project-blueprint-idea@64x64.svg\",\"id\":1293},\"library\":\"svg\"},\"title_text\":\"Project Design\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4e441cb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"38fd6e00\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-heavy-equipment-hook@64x64.svg\",\"id\":1295},\"library\":\"svg\"},\"title_text\":\"Development\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74844e98\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3a4571b5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-project-blueprint-buildings@64x64.svg\",\"id\":1300},\"library\":\"svg\"},\"title_text\":\"Contractor Services\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dee834d\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"5933f28a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4d3c21f1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-construction-paint@64x64.svg\",\"id\":1296},\"library\":\"svg\"},\"title_text\":\"Interior Painting\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"60cc0060\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ab7adbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"library\":\"svg\"},\"title_text\":\"Electrical\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2815d9d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1ae5b4ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-construction-pipe@64x64.svg\",\"id\":1297},\"library\":\"svg\"},\"title_text\":\"Plumbing\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72582ed9\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"12c01044\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4ed331e5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-construction-brick@64x64.svg\",\"id\":1298},\"library\":\"svg\"},\"title_text\":\"Carpentry\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7889895a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fb5c7b2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-construction-fence@64x64.svg\",\"id\":1299},\"library\":\"svg\"},\"title_text\":\"Flooring\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5100181a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4212ed9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-house-modern@64x64.svg\",\"id\":1301},\"library\":\"svg\"},\"title_text\":\"Renovations\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55b9314f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[{\"id\":\"d1961a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2e513184\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e0d2014\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"132bdfb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4941f831\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-14.jpg\",\"id\":1560},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"rgba(22.000000000000032, 191.00000000000006, 191.00000000000006, 0.37)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48c24020\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"20ec8022\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=94007d2\",\"typography_typography\":\"\"},\"header_size\":\"div\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c4762b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c3cedf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"118a88d2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"69278654\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"de910f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Production\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=94007d2\",\"typography_typography\":\"\"},\"header_size\":\"div\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76583ef9\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Sed vitae nibh aliquam neque porta tempor\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"houzez_section_title_align\":\"right\",\"houzez_section_title_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"59a4466d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5b86bf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":50,\"blur\":0,\"spread\":0,\"color\":\"rgba(22.000000000000032, 191.00000000000006, 191.00000000000006, 0.37)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"16b02cad\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6824df5e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"292e97ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"275ee76e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-16.jpg\",\"id\":1562},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":50,\"blur\":0,\"spread\":0,\"color\":\"rgba(22.000000000000032, 191.00000000000006, 191.00000000000006, 0.37)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"70cd4f71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"308976d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delivery\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=94007d2\",\"typography_typography\":\"\"},\"header_size\":\"div\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76387979\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Vivamus eu sem vehicula, commodo massa at\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d102465\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":930,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5fcb0a49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6de7735d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"3e0b7b6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47966eb5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69c0cdfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked questions\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=e393649\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fc541dc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2aac5f32\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Lorem ipsum dolor sit amet?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"06bf475\"},{\"tab_title\":\"Aenean elit sem, feugiat dapibus tincidunt sapien?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"41943b9\"},{\"tab_title\":\"Nunc maximus faucibus elit in dictum?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"1e23ed4\"},{\"tab_title\":\"Donec commodo dui id fringilla consectetur?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"9a6c71b\"},{\"tab_title\":\"Aenean quam libero, pretium?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"78012a8\"}],\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"content_color\":\"\",\"border_color\":\"globals\\/colors?id=ee27511\",\"icon_active_color\":\"globals\\/colors?id=text\",\"icon_color\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"\",\"content_typography_typography\":\"globals\\/typography?id=text\"},\"content_color\":\"#92A3AA\",\"icon_align\":\"right\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_color\":\"#00233D\",\"icon_active_color\":\"#00233D\"},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"5bc2950f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"393fef71\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"78ad37b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70cc7575\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"4d2106f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(286,1691,'_elementor_controls_usage','a:11:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:6;s:11:\"header_size\";i:4;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:5;s:25:\"typography_letter_spacing\";i:2;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:5:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"content_width\";i:8;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:7;s:16:\"content_position\";i:5;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:8;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:6:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:7;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:5;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;s:4:\"link\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:10;s:10:\"icon_space\";i:1;}s:21:\"section_style_content\";a:8:{s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;s:18:\"title_bottom_space\";i:10;s:27:\"title_typography_typography\";i:10;s:28:\"title_typography_font_family\";i:10;s:26:\"title_typography_font_size\";i:10;s:28:\"title_typography_font_weight\";i:10;s:28:\"title_typography_line_height\";i:10;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:22:\"image_custom_dimension\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:3;s:22:\"_box_shadow_box_shadow\";i:3;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:4;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:17:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;s:33:\"houzez_section_title_align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:6:\"toggle\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:3:{s:4:\"tabs\";i:1;s:13:\"selected_icon\";i:1;s:20:\"selected_active_icon\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_toggle_style\";a:1:{s:12:\"border_width\";i:1;}s:26:\"section_toggle_style_title\";a:6:{s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:13:\"title_padding\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_line_height\";i:1;}s:28:\"section_toggle_style_content\";a:1:{s:13:\"content_color\";i:1;}s:25:\"section_toggle_style_icon\";a:3:{s:10:\"icon_align\";i:1;s:10:\"icon_color\";i:1;s:17:\"icon_active_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(287,1691,'_wxr_import_has_attachment_refs','1'),(288,1694,'_elementor_edit_mode','builder'),(289,1694,'_elementor_template_type','page'),(290,1694,'_elementor_version','3.0.13'),(291,1694,'_wp_page_template','default'),(292,1694,'_elementor_data','[{\"id\":\"3ec94284\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-7.jpg\",\"id\":123},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"371231ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2f01e3e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Solutions\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=c61532d\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=94007d2\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d8b671c\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Darker Grotesque\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"__globals__\":{\"text_typography_typography\":\"\",\"link_color\":\"\",\"text_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-breadcrumb\"}],\"isInner\":false},{\"id\":\"6a93a858\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"214c8a99\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\",\"background_overlay_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":220,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.86,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4274bb02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"59358a0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"40\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"4f092de7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":45.547,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"335666d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-deal-key-1@64x64.svg\",\"id\":113},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1a1d6416\",\"elType\":\"widget\",\"settings\":{\"title\":\"The reason why  the house of your dreams is here\",\"title_color\":\"#00233D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a2542ab\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh aliquam neque porta tempor. Vivamus eu sem vehicula, commodo massa at, elementum ex. Suspendisse feugiat dapibus ullamcorper. Nulla augue turpis, posuere in maximus quis.<\\/p>\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1df6f206\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"High-end materials\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"a9d95cd\"},{\"text\":\"Turnkey delivery\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"d6ad128\"},{\"text\":\"Eco-friendly\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"a6f5d04\"}],\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=94007d2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_color\":\"#16BFBF\",\"text_color\":\"#00233D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Darker Grotesque\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7c535440\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":4.688,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true},{\"id\":\"4b5eaa04\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.922,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"6e7536c9\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"More Details\",\"more_text_d\":\"More Details\",\"properties_text\":\"Properties\",\"property_text\":\"Property\",\"grid_type\":\"grid-item-v2\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-9.jpg\",\"id\":1461},\"grid_title\":\"Turnkey delivery\\u200b\",\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_subtitle\":\"Solutions\",\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"grid_v2_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"},{\"id\":\"30b618a3\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"More Details\",\"more_text_d\":\"More Details\",\"properties_text\":\"Properties\",\"property_text\":\"Property\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"High-end materials\",\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_subtitle\":\"Production\",\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"2756fb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.823,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"7d615bab\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"More Details\",\"more_text_d\":\"More Details\",\"properties_text\":\"Properties\",\"property_text\":\"Property\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg\",\"id\":1466},\"grid_title\":\"Quality Design\",\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_subtitle\":\"Concept\",\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"},{\"id\":\"59cf28a\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"More Details\",\"more_text_d\":\"More Details\",\"properties_text\":\"Properties\",\"property_text\":\"Property\",\"grid_type\":\"grid-item-v2\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1.jpg\",\"id\":45},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_title\":\"High Confort\",\"grid_subtitle\":\"Concept\",\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"436ba95\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7bb0d71a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24bef816\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"bottom\",\"structure\":\"34\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"14eddf00\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true},{\"id\":\"772cf1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24e55965\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Discover our <span class=\\\"primary-text\\\">solutions<\\/span> for your new home\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"207a583f\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"_inline_size_tablet\":99},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"33adefe9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb89966\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"structure\":\"20\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"53567238\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":320,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=94007d2\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30c2ceec\",\"elType\":\"widget\",\"settings\":{\"prop_grid_style\":\"v_3\",\"property_id\":\"149\",\"hide_favorite\":\"none\",\"hide_status\":\"none\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"hz_item_price_font_weight\":\"600\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"hz_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hz_address_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hz_meta_icons\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":80,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"},\"__globals__\":{\"hz_property_title_typography\":\"\",\"hz_item_price_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"price_color\":\"globals\\/colors?id=c61532d\"},\"hide_compare\":\"none\",\"hide_preview\":\"none\"},\"elements\":[],\"widgetType\":\"houzez_elementor_property_by_id\"}],\"isInner\":true},{\"id\":\"1295d701\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59826bd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Single Family Home\",\"title_color\":\"#00233D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=145722e\"},\"_animation\":\"fadeIn\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/project\\/solution-1\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h3\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23b4e198\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lorem ipsum dolor sit amet\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"a9d95cd\"},{\"text\":\"Pellentesque id leo placerat nibh semper \",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"d6ad128\"},{\"text\":\"Suspendisse laoreet purus\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"a6f5d04\"}],\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_align\":\"left\",\"icon_color\":\"#16BFBF\",\"text_color\":\"#00233D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Darker Grotesque\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1598207b\",\"elType\":\"widget\",\"settings\":{\"text\":\"More details\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/project\\/solution-1\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"xs\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e4e095f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4f4bf392\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"structure\":\"20\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"animation\":\"fadeIn\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"238706b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index_mobile\":1},\"elements\":[{\"id\":\"370e3734\",\"elType\":\"widget\",\"settings\":{\"title\":\"Standard Modern Villa\",\"title_color\":\"#00233D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=145722e\"},\"_animation\":\"fadeIn\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/project\\/solution-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h3\",\"align\":\"right\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28af0add\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lorem ipsum dolor sit amet\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"a9d95cd\"},{\"text\":\"Pellentesque id leo placerat nibh semper \",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"d6ad128\"},{\"text\":\"Suspendisse laoreet purus\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"a6f5d04\"}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=94007d2\"},\"icon_align\":\"right\",\"icon_align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5a0220a6\",\"elType\":\"widget\",\"settings\":{\"text\":\"More details\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/project\\/solution-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"size\":\"xs\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1487f071\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=94007d2\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f9642b3\",\"elType\":\"widget\",\"settings\":{\"prop_grid_style\":\"v_3\",\"property_id\":\"151\",\"hide_favorite\":\"none\",\"hide_status\":\"none\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"hz_item_price_font_weight\":\"600\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"hz_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hz_address_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hz_meta_icons\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":80,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"},\"__globals__\":{\"hz_property_title_typography\":\"\",\"hz_item_price_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"price_color\":\"globals\\/colors?id=c61532d\"},\"hide_compare\":\"none\",\"hide_preview\":\"none\"},\"elements\":[],\"widgetType\":\"houzez_elementor_property_by_id\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32ce7c4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"62be3239\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"structure\":\"20\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"15f7439b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":320,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=94007d2\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c218562\",\"elType\":\"widget\",\"settings\":{\"prop_grid_style\":\"v_3\",\"property_id\":\"153\",\"hide_favorite\":\"none\",\"hide_status\":\"none\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"hz_item_price_font_weight\":\"600\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"hz_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hz_address_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hz_meta_icons\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":80,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"},\"__globals__\":{\"hz_property_title_typography\":\"\",\"hz_item_price_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"price_color\":\"globals\\/colors?id=c61532d\"},\"hide_compare\":\"none\",\"hide_preview\":\"none\"},\"elements\":[],\"widgetType\":\"houzez_elementor_property_by_id\"}],\"isInner\":true},{\"id\":\"13442c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68ab62b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Large Luxury Villa\",\"title_color\":\"#00233D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=145722e\"},\"_animation\":\"fadeIn\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/project\\/solution-3\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6915cf1c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lorem ipsum dolor sit amet\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"a9d95cd\"},{\"text\":\"Pellentesque id leo placerat nibh semper \",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"d6ad128\"},{\"text\":\"Suspendisse laoreet purus\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"a6f5d04\"}],\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=94007d2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"85b8b39\",\"elType\":\"widget\",\"settings\":{\"text\":\"More details\",\"link\":{\"url\":\"Large Luxury Villa\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"xs\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6920322a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"71efada4\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"structure\":\"20\",\"layout\":\"full_width\",\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=94007d2\"},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"34d4b270\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index_mobile\":1},\"elements\":[{\"id\":\"311e4013\",\"elType\":\"widget\",\"settings\":{\"title\":\"Superior Villa\",\"title_color\":\"#00233D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=145722e\"},\"_animation\":\"fadeIn\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/project\\/solution-4\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h3\",\"align\":\"right\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c4fddb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lorem ipsum dolor sit amet\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"a9d95cd\"},{\"text\":\"Pellentesque id leo placerat nibh semper \",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"d6ad128\"},{\"text\":\"Suspendisse laoreet purus\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"_id\":\"a6f5d04\"}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=94007d2\"},\"icon_align\":\"right\",\"icon_align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7db4632\",\"elType\":\"widget\",\"settings\":{\"text\":\"More details\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/project\\/solution-4\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"size\":\"xs\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2a9ee23f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=94007d2\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38606024\",\"elType\":\"widget\",\"settings\":{\"prop_grid_style\":\"v_3\",\"property_id\":\"155\",\"hide_favorite\":\"none\",\"hide_status\":\"none\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"hz_item_price_font_weight\":\"600\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"hz_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hz_address_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hz_meta_icons\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":80,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"},\"__globals__\":{\"hz_property_title_typography\":\"\",\"hz_item_price_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"price_color\":\"globals\\/colors?id=c61532d\"},\"hide_compare\":\"none\",\"hide_preview\":\"none\"},\"elements\":[],\"widgetType\":\"houzez_elementor_property_by_id\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f5e414d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"5b71ffae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"769f53f0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"317e4ed6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(293,1694,'_elementor_controls_usage','a:12:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:6;s:11:\"header_size\";i:5;s:4:\"link\";i:4;s:5:\"align\";i:3;s:12:\"align_tablet\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:5;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:2;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:5:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:20;s:21:\"space_between_widgets\";i:5;s:19:\"_inline_size_tablet\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"background_color_stop\";i:3;s:23:\"background_color_b_stop\";i:4;s:25:\"background_gradient_angle\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_mobile\";i:4;s:13:\"margin_mobile\";i:4;s:14:\"z_index_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:1;s:13:\"content_width\";i:5;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:5;s:16:\"content_position\";i:9;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:11:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:21:\"background_color_stop\";i:3;s:23:\"background_color_b_stop\";i:3;s:25:\"background_gradient_angle\";i:3;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_opacity\";i:4;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:6:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:3;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:4;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:2;s:20:\"reverse_order_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:3;s:10:\"icon_color\";i:2;}s:18:\"section_text_style\";a:6:{s:10:\"text_color\";i:2;s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_font_family\";i:2;s:25:\"icon_typography_font_size\";i:2;s:27:\"icon_typography_font_weight\";i:2;s:27:\"icon_typography_line_height\";i:2;}s:17:\"section_icon_list\";a:2:{s:10:\"icon_align\";i:3;s:17:\"icon_align_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:18:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:4;s:16:\"grid_item_margin\";i:4;s:32:\"grid_title_typography_typography\";i:4;s:33:\"grid_title_typography_font_family\";i:4;s:31:\"grid_title_typography_font_size\";i:4;s:33:\"grid_title_typography_font_weight\";i:4;s:33:\"grid_title_typography_line_height\";i:4;s:36:\"grid_title_typography_letter_spacing\";i:4;s:35:\"grid_subtitle_typography_typography\";i:4;s:36:\"grid_subtitle_typography_font_family\";i:4;s:34:\"grid_subtitle_typography_font_size\";i:4;s:36:\"grid_subtitle_typography_font_weight\";i:4;s:36:\"grid_subtitle_typography_line_height\";i:4;s:16:\"grid_title_color\";i:4;s:19:\"grid_subtitle_color\";i:4;s:14:\"grid_v2_height\";i:1;s:6:\"radius\";i:1;}}s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:4:{s:5:\"image\";i:4;s:10:\"grid_title\";i:4;s:13:\"grid_subtitle\";i:4;s:9:\"more_link\";i:4;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:4;s:22:\"_box_shadow_box_shadow\";i:4;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:2;s:19:\"hz_section_subtitle\";i:2;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:15:{s:38:\"section_subtitle_typography_typography\";i:2;s:39:\"section_subtitle_typography_font_family\";i:2;s:37:\"section_subtitle_typography_font_size\";i:2;s:42:\"section_subtitle_typography_letter_spacing\";i:2;s:24:\"homey_main_title_spacing\";i:2;s:22:\"homey_subtitle_spacing\";i:2;s:34:\"houzez_section_title_margin_bottom\";i:2;s:35:\"section_title_typography_typography\";i:2;s:36:\"section_title_typography_font_family\";i:2;s:34:\"section_title_typography_font_size\";i:2;s:36:\"section_title_typography_font_weight\";i:2;s:36:\"section_title_typography_line_height\";i:2;s:39:\"section_title_typography_letter_spacing\";i:2;s:26:\"houzez_section_title_color\";i:2;s:29:\"houzez_section_subtitle_color\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:1;s:12:\"space_tablet\";i:1;}}}}s:31:\"houzez_elementor_property_by_id\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"content_section\";a:2:{s:15:\"prop_grid_style\";i:4;s:11:\"property_id\";i:4;}s:17:\"hide_show_section\";a:4:{s:13:\"hide_favorite\";i:4;s:11:\"hide_status\";i:4;s:12:\"hide_compare\";i:4;s:12:\"hide_preview\";i:4;}}s:5:\"style\";a:3:{s:18:\"typography_section\";a:11:{s:28:\"hz_property_title_typography\";i:4;s:29:\"hz_property_title_font_family\";i:4;s:27:\"hz_property_title_font_size\";i:4;s:29:\"hz_property_title_font_weight\";i:4;s:29:\"hz_property_title_line_height\";i:4;s:32:\"hz_property_title_letter_spacing\";i:4;s:24:\"hz_item_price_typography\";i:4;s:25:\"hz_item_price_font_family\";i:4;s:23:\"hz_item_price_font_size\";i:4;s:25:\"hz_item_price_font_weight\";i:4;s:25:\"hz_item_price_line_height\";i:4;}s:25:\"hz_spacing_margin_section\";a:3:{s:22:\"hz_title_margin_bottom\";i:4;s:24:\"hz_address_margin_bottom\";i:4;s:13:\"hz_meta_icons\";i:4;}s:18:\"hz_grid_box_shadow\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:5;s:4:\"link\";i:5;s:5:\"align\";i:5;s:4:\"size\";i:5;s:10:\"icon_align\";i:4;s:11:\"icon_indent\";i:4;s:12:\"align_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:4;s:25:\"typography_letter_spacing\";i:5;s:17:\"button_text_color\";i:5;s:29:\"button_background_hover_color\";i:5;s:12:\"border_width\";i:5;s:13:\"border_radius\";i:4;s:25:\"typography_text_transform\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:5;}}}}}'),(295,1697,'_elementor_edit_mode','builder'),(296,1697,'_elementor_template_type','page'),(297,1697,'_elementor_version','3.0.13'),(298,1697,'_wp_page_template','default'),(299,1697,'_elementor_data','[{\"id\":\"4a8778df\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":1461,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-9.jpg\"},{\"id\":123,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-7.jpg\"},{\"id\":1464,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-12.jpg\"},{\"id\":1466,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg\"}],\"structure\":\"22\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_slideshow_background_position\":\"center center\",\"background_slideshow_ken_burns\":\"yes\",\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":530,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"32f07d84\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":46.308,\"space_between_widgets\":0,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"40fb6ebb\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We have been building houses for over 150 years\",\"hz_section_subtitle\":\"This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_subtitle_typography_font_weight\":\"400\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"section_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"section_subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"section_subtitle_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"745e9ddf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request our brochure\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1b2babe7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":53.024},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"523c5cad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"22777bcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":81},\"elements\":[{\"id\":\"35a8c32d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2fda6aa0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why our company is  the perfect partner for you? \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"75d89356\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"46ee581c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"5a261c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.624,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ca55225\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"16fb0e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"581d29d8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-deal-key-1@64x64.svg\",\"id\":113},\"library\":\"svg\"},\"title_text\":\"Turnkey delivery\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3f166774\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"73d7fbe3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"library\":\"svg\"},\"title_text\":\"Eco-friendly\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7c99b8d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"778d9f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-armchair-modern-1@64x64.svg\",\"id\":115},\"library\":\"svg\"},\"title_text\":\"High-end materials\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d589\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"5517a42a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"256f6bdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-study-light-idea@140x140.svg\",\"id\":134},\"library\":\"svg\"},\"title_text\":\"Top know-how\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6b148a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15ca107d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"library\":\"svg\"},\"title_text\":\"Awarded company\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"783d5ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4789de01\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-common-file-award@64x64.svg\",\"id\":130},\"library\":\"svg\"},\"title_text\":\"Certifications\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbeafdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"custom_height\":{\"unit\":\"px\",\"size\":860,\"sizes\":[]},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"shape_divider_bottom_color\":\"globals\\/colors?id=text\"},\"animation\":\"none\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"shape_divider_bottom_above_content\":\"yes\"},\"elements\":[{\"id\":\"3ace522c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-8.jpg\",\"id\":140},\"background_position\":\"center right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1d8ea403\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1f336ada\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.924,\"_inline_size_tablet\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"58fc317a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c8f1374\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":688,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeInRight\",\"z_index\":2},\"elements\":[{\"id\":\"471487a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\"},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true}},\"elements\":[{\"id\":\"e1c2a55\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You dream your house, we make it real \",\"hz_section_subtitle\":\"This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"globals\\/typography?id=e393649\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\",\"_background_color\":\"\"},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\"},\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"6700b5a6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request our brochure\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=94007d2\",\"button_text_color\":\"globals\\/colors?id=c61532d\",\"button_background_hover_color\":\"\",\"border_color\":\"globals\\/colors?id=c61532d\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBF\",\"button_background_hover_color\":\"#FFFFFF21\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14be401b\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\",\"background_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=c61532d\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color\":\"#00233D\",\"background_color_b\":\"#003A65\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":190,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6f87ca0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a930e81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"562cccd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"structure\":\"22\",\"content_position\":\"bottom\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"68866866\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"64a05813\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=94007d2\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"69661ad9\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Discover our <span class=\\\"primary-text\\\">prefab<\\/span> solutions\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"globals\\/typography?id=e393649\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"houzez_section_title_align\":\"left\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"houzez_section_title_align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"6a28b1c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1fc427ae\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2e4b3c5b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1080,\"sizes\":[]},\"layout\":\"full_width\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2313d4da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ea76db9\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":40,\"blur\":40,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"globals\\/colors?id=c61532d\",\"np_border_color\":\"globals\\/colors?id=c61532d\",\"price_color\":\"globals\\/colors?id=text\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"11830f26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fb15ee\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]}},\"elements\":[{\"id\":\"1e8ce17b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"64ccc7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"structure\":\"34\"},\"elements\":[{\"id\":\"4bfea154\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.139},\"elements\":[{\"id\":\"1dde069f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1faffbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":68.144,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"414504d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d7ba8b8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=94007d2\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1cc459f4\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"How we create our <span class=\\\"primary-text\\\">prefab<\\/span> homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"1a811095\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":15.06},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"11353a84\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"507a3297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"602a8b2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-13.jpg\",\"id\":1470},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"77f80944\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design quality\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=145722e\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d473df1\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15aed035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"29635725\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"3f0c6d2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-1.jpg\",\"id\":71},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7410ae39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Energy efficiency\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=145722e\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d63d75d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper, pulvinar dapibus leo.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97a0d24\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7e6672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"5e69aeea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1.jpg\",\"id\":45},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c19c00e\",\"elType\":\"widget\",\"settings\":{\"title\":\"High comfort\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=145722e\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"728df55f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2fb47b62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=94007d2\",\"title_color\":\"globals\\/colors?id=94007d2\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6bc4f5db\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4126d146\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":860,\"sizes\":[]},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"26582fa6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"516ddc32\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"62276927\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":20},\"elements\":[],\"isInner\":true},{\"id\":\"7ae38e41\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"81\",\"right\":\"81\",\"bottom\":\"81\",\"left\":\"81\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"animation\":\"none\",\"space_between_widgets\":0,\"_inline_size_tablet\":60,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2c68f643\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Only high-end quality materials\",\"hz_section_subtitle\":\"This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"3f151a28\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request our brochure\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"504614f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]}},\"elements\":[{\"id\":\"da034cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b8e4479\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ee27d2f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"24585c3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"300ce142\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=94007d2\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"25038649\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Testimonials & Partners\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"11753823\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ad21785\",\"elType\":\"widget\",\"settings\":{\"testimonials_type\":\"grid_3cols\"},\"elements\":[],\"widgetType\":\"houzez_elementor_testimonials\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3bea66d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"791a89ee\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36879165\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"\"},\"layout\":\"full_width\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7EDF3\"},\"elements\":[{\"id\":\"63c2d72f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"735859cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-02-e1582734691936.jpg\",\"id\":93}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1a83d3a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"1466d88a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-01-e1582734705113.jpg\",\"id\":90}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"63805afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"1f61101d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-03-e1582734671602.jpg\",\"id\":96}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39a75666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"19416663\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-05-e1582734603812.jpg\",\"id\":102}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5f179899\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"7cbc4939\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-04-e1582734649458.jpg\",\"id\":99}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34f99624\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"39f54977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"28d02530\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"49b11da1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(300,1697,'_elementor_controls_usage','a:12:{s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:8;s:19:\"hz_section_subtitle\";i:6;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:22:{s:26:\"houzez_section_title_align\";i:5;s:35:\"section_title_typography_typography\";i:7;s:36:\"section_title_typography_font_family\";i:7;s:34:\"section_title_typography_font_size\";i:7;s:36:\"section_title_typography_font_weight\";i:7;s:36:\"section_title_typography_line_height\";i:7;s:39:\"section_title_typography_letter_spacing\";i:7;s:38:\"section_subtitle_typography_typography\";i:8;s:37:\"section_subtitle_typography_font_size\";i:8;s:26:\"houzez_section_title_color\";i:7;s:29:\"houzez_section_subtitle_color\";i:7;s:24:\"homey_main_title_spacing\";i:8;s:39:\"section_subtitle_typography_font_family\";i:8;s:42:\"section_subtitle_typography_letter_spacing\";i:8;s:22:\"homey_subtitle_spacing\";i:8;s:34:\"houzez_section_title_margin_bottom\";i:8;s:39:\"section_subtitle_typography_font_weight\";i:1;s:41:\"section_title_typography_font_size_tablet\";i:2;s:41:\"section_title_typography_font_size_mobile\";i:1;s:44:\"section_subtitle_typography_font_size_mobile\";i:1;s:46:\"section_subtitle_typography_line_height_mobile\";i:1;s:33:\"houzez_section_title_align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:1;}s:17:\"_section_position\";a:1:{s:21:\"_element_custom_width\";i:1;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:25:\"typography_letter_spacing\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:12:\"border_width\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:19:\"text_padding_mobile\";i:2;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:36;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:10;s:28:\"space_between_widgets_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:27:\"background_hover_background\";i:3;s:27:\"background_hover_transition\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"height\";i:2;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:11;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:5;s:6:\"layout\";i:6;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:10;s:28:\"background_slideshow_gallery\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:45:\"background_slideshow_ken_burns_zoom_direction\";i:1;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:16:\"background_color\";i:2;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:9:{s:20:\"shape_divider_bottom\";i:2;s:27:\"shape_divider_bottom_height\";i:3;s:29:\"shape_divider_bottom_negative\";i:2;s:26:\"shape_divider_bottom_width\";i:2;s:34:\"shape_divider_bottom_above_content\";i:2;s:25:\"shape_divider_bottom_flip\";i:1;s:22:\"shape_divider_top_flip\";i:2;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:5;s:7:\"padding\";i:3;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:15:\"animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;s:4:\"link\";i:4;s:8:\"position\";i:4;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:10;s:10:\"icon_space\";i:4;}s:21:\"section_style_content\";a:9:{s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;s:18:\"title_bottom_space\";i:10;s:27:\"title_typography_typography\";i:10;s:28:\"title_typography_font_family\";i:10;s:26:\"title_typography_font_size\";i:10;s:28:\"title_typography_font_weight\";i:10;s:28:\"title_typography_line_height\";i:10;s:31:\"title_typography_text_transform\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:3;s:12:\"align_tablet\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:6:\"weight\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:8;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:3;s:27:\"image_box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;s:4:\"link\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}s:29:\"houzez_elementor_testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:17:\"testimonials_type\";i:1;}}}}}'),(302,15,'_menu_item_type','post_type'),(303,15,'_menu_item_menu_item_parent','0'),(304,15,'_menu_item_object_id','10'),(305,15,'_menu_item_object','page'),(306,15,'_menu_item_target',''),(307,15,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(308,15,'_menu_item_xfn',''),(309,15,'_menu_item_url',''),(311,26,'_menu_item_type','post_type'),(312,26,'_menu_item_menu_item_parent','0'),(313,26,'_menu_item_object_id','24'),(314,26,'_menu_item_object','page'),(315,26,'_menu_item_target',''),(316,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(317,26,'_menu_item_xfn',''),(318,26,'_menu_item_url',''),(320,27,'_menu_item_type','post_type'),(321,27,'_menu_item_menu_item_parent','0'),(322,27,'_menu_item_object_id','22'),(323,27,'_menu_item_object','page'),(324,27,'_menu_item_target',''),(325,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(326,27,'_menu_item_xfn',''),(327,27,'_menu_item_url',''),(356,89,'_thumbnail_id','90'),(357,89,'slide_template',''),(358,89,'rs_page_bg_color',''),(359,89,'fave_partner_website','https://houzez.co/'),(360,92,'_thumbnail_id','93'),(361,92,'slide_template',''),(362,92,'rs_page_bg_color',''),(363,92,'fave_partner_website','https://houzez.co/'),(364,95,'_thumbnail_id','96'),(365,95,'slide_template',''),(366,95,'rs_page_bg_color',''),(367,95,'fave_partner_website','https://houzez.co/'),(368,98,'_thumbnail_id','99'),(369,98,'slide_template',''),(370,98,'rs_page_bg_color',''),(371,98,'fave_partner_website','https://houzez.co/'),(372,101,'_thumbnail_id','102'),(373,101,'slide_template',''),(374,101,'rs_page_bg_color',''),(375,101,'fave_partner_website','https://houzez.co/'),(376,1249,'_menu_item_type','post_type'),(377,1249,'_menu_item_menu_item_parent','0'),(378,1249,'_menu_item_object_id','24'),(379,1249,'_menu_item_object','page'),(380,1249,'_menu_item_target',''),(381,1249,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(382,1249,'_menu_item_xfn',''),(383,1249,'_menu_item_url',''),(385,1250,'_menu_item_type','post_type'),(386,1250,'_menu_item_menu_item_parent','0'),(387,1250,'_menu_item_object_id','20'),(388,1250,'_menu_item_object','page'),(389,1250,'_menu_item_target',''),(390,1250,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(391,1250,'_menu_item_xfn',''),(392,1250,'_menu_item_url',''),(412,1608,'_wp_page_template','default'),(415,1608,'fave_testi_text','Point 2 Listings delivers! Their Real Estate Lead Generation service is a game-changer. Quality leads, quick results. Highly recommended!'),(416,1608,'fave_testi_name','Mike Sandoval'),(417,1608,'fave_testi_position','Marketing Director'),(420,1614,'_wp_page_template','default'),(423,1614,'fave_testi_text','Their strategies catapulted our online presence, driving impressive results. Kudos to the team for their expertise and dedication. Highly recommend'),(424,1614,'fave_testi_name','Sam Peterson'),(425,1614,'fave_testi_position','Digital Marketing Manager'),(428,1616,'_wp_page_template','default'),(431,1616,'fave_testi_text','The engaging content they create has significantly boosted our online presence. Results speak for themselves. Highly recommended!'),(432,1616,'fave_testi_name','Kenya Soval'),(433,1616,'fave_testi_position','Marketing Coordinator'),(436,1733,'_elementor_edit_mode','builder'),(437,1733,'_elementor_template_type','page'),(438,1733,'_elementor_version','3.1.4'),(439,1733,'_wp_page_template','default'),(440,1733,'_elementor_data','[{\"id\":\"50af3f50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ce3f847\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"47776351\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"11e3a25c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"255ac1df\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b5e6540\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"173f021\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"c666c12\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"15e2f5be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"121224dc\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.<\\/strong> \\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"206a4a6f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"452f22f5\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"66d88460\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dc80bd9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"18898f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ffe5365\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home \",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"globals\\/colors?id=c61532d\",\"box_background_color\":\"globals\\/colors?id=94007d2\",\"meta_label_color\":\"globals\\/colors?id=text\",\"meta_data_color\":\"globals\\/colors?id=c61532d\",\"sec_title_color\":\"globals\\/colors?id=c61532d\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5dcc6c0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2aaf50f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c9ed524\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34570e18\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"globals\\/colors?id=text\",\"meta_value_color\":\"globals\\/colors?id=text\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"globals\\/colors?id=9b7f964\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"195b8ba1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a18824d\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e29d5cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"42f2b4e2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"635e8d5a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"3b539e78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"15a436a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"35fe013a\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"302fd1b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ef7baaa\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"3b11619d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"173fe0fa\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":800,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"624dcd55\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"463fa94b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"672edea3\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"16fda8c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"13e18d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"69455c60\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"globals\\/colors?id=text\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\",\"fp_meta_typo_typography\":\"\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sec_title_color\":\"#00233D\",\"fp_meta_typo_typography\":\"custom\",\"fp_meta_typo_font_family\":\"Darker Grotesque\",\"fp_meta_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"fp_meta_typo_font_weight\":\"400\",\"fp_meta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b467a74\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5961b5d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e15517\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5231698a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"3f4d1a69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32b2d71e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59c215b8\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"77a545e0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4cf517c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3a3e0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"13697b93\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"26909b22\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"globals\\/colors?id=c61532d\",\"np_border_color\":\"globals\\/colors?id=c61532d\",\"price_color\":\"globals\\/colors?id=text\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"6c47b483\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c93a4ff\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"6484823\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2501d3f3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"6e8c7b79\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(441,1733,'_elementor_controls_usage','a:17:{s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:13;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:6;s:5:\"space\";i:5;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:3:{s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:7:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;s:9:\"more_link\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:17:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;s:21:\"grid_v3_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:4:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:15:\"sec_title_color\";i:1;}s:19:\"floorplanmeta_style\";a:5:{s:23:\"fp_meta_typo_typography\";i:1;s:24:\"fp_meta_typo_font_family\";i:1;s:22:\"fp_meta_typo_font_size\";i:1;s:24:\"fp_meta_typo_font_weight\";i:1;s:24:\"fp_meta_typo_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(443,1736,'_elementor_edit_mode','builder'),(444,1736,'_elementor_template_type','page'),(445,1736,'_elementor_version','3.1.4'),(446,1736,'_wp_page_template','default'),(447,1736,'_elementor_data','[{\"id\":\"82aae7f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f0c67aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4352944\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"645fe720\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"5e1eef3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6427043f\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1adede9e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"1b28024e\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"6c284a7e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239969d9\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.<\\/strong> \\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7819006\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2aed18f1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4aeb75c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"822f168\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"330475fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6963fc71\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home \",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"globals\\/colors?id=c61532d\",\"box_background_color\":\"globals\\/colors?id=94007d2\",\"meta_label_color\":\"globals\\/colors?id=text\",\"meta_data_color\":\"globals\\/colors?id=c61532d\",\"sec_title_color\":\"globals\\/colors?id=c61532d\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"234fbb66\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"42ccbcc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"21299172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7782e8d7\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"globals\\/colors?id=text\",\"meta_value_color\":\"globals\\/colors?id=text\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"globals\\/colors?id=9b7f964\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"492dad78\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ffee08b\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1acd2b87\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67effc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5b9e0a53\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"ac2a72c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"5251c0d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7cf36065\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"61f1f074\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"605977af\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"25164559\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"53dcff2b\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":800,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"be6bd39\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c4df9aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"27bb9df0\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"6308e810\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"7d592bdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"535f7652\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"globals\\/colors?id=text\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\",\"fp_meta_typo_typography\":\"\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sec_title_color\":\"#00233D\",\"fp_meta_typo_typography\":\"custom\",\"fp_meta_typo_font_family\":\"Darker Grotesque\",\"fp_meta_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"fp_meta_typo_font_weight\":\"400\",\"fp_meta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f1b7620\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"48f171a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"44d90c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1592cd3b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"51a2ecaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"1570453c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6fd5a184\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4904c2c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7868978e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dfd8607\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"74fb0648\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"166f8a2a\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"globals\\/colors?id=c61532d\",\"np_border_color\":\"globals\\/colors?id=c61532d\",\"price_color\":\"globals\\/colors?id=text\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"752864ac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"750e1701\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"1821e82c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"52ae404e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"1e284f27\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(448,1736,'_elementor_controls_usage','a:17:{s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:13;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:6;s:5:\"space\";i:5;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:3:{s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:7:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;s:9:\"more_link\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:17:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;s:21:\"grid_v3_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:4:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:15:\"sec_title_color\";i:1;}s:19:\"floorplanmeta_style\";a:5:{s:23:\"fp_meta_typo_typography\";i:1;s:24:\"fp_meta_typo_font_family\";i:1;s:22:\"fp_meta_typo_font_size\";i:1;s:24:\"fp_meta_typo_font_weight\";i:1;s:24:\"fp_meta_typo_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(451,10,'_wp_page_template','template/template-homepage.php'),(452,10,'fave_listing_page_content_area','0'),(453,10,'fave_prop_no','9'),(454,10,'fave_properties_sort','d_date'),(455,10,'fave_listings_tabs','disable'),(456,10,'fave_properties_min_beds','0'),(457,10,'fave_properties_min_baths','0'),(458,10,'fave_agency_orderby','none'),(459,10,'fave_agency_order','ASC'),(460,10,'fave_agent_orderby','none'),(461,10,'fave_agent_order','ASC'),(462,10,'fave_header_type','elementor'),(463,10,'fave_page_header_image_opacity','0.35'),(464,10,'fave_page_header_search','0'),(465,10,'fave_header_full_screen','0'),(466,10,'fave_adv_search_enable','global'),(467,10,'fave_adv_search','hide'),(468,10,'fave_adv_search_pos','under_menu'),(469,10,'fave_page_title','show'),(470,10,'fave_page_breadcrumb','show'),(471,10,'fave_page_sidebar','right_sidebar'),(472,10,'fave_page_background','yes'),(473,10,'fave_main_menu_trans','no'),(474,10,'slide_template','default'),(475,10,'rs_page_bg_color','#ffffff'),(476,10,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(477,10,'_elementor_edit_mode','builder'),(478,10,'_elementor_template_type','wp-page'),(479,10,'_elementor_version','3.23.4'),(480,10,'_elementor_data','[{\"id\":\"0a581ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"gradient\",\"background_overlay_background\":\"classic\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"shape_divider_bottom_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_background_position\":\"center center\",\"background_overlay_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_slideshow_background_size\":\"cover\",\"html_tag\":\"div\",\"background_slideshow_lazyload\":\"yes\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":167,\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"grad\"},\"background_gradient_angle_mobile\":{\"unit\":\"grad\"}},\"elements\":[{\"id\":\"63463f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9ec40fe\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"hz_section_title\":\"Real Estate Leads & Digital Marketing Solutions\",\"hz_section_subtitle\":\"Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services in Canada.\",\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"section_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"section_subtitle_typography_font_weight\":\"400\",\"section_subtitle_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"houzez_section_title_align\":\"left\",\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"__globals__\":{\"section_title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"23687fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"content_width\":\"full\",\"background_color\":\"#CE8516\",\"button_background_hover_color\":\"#8D5B10\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"542b1a5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"1a7ee94\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#CE851640\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"0995a6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47633ef\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFF\",\"labelSublabelColor\":\"#221603\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFF\\\",\\\"labelSublabelColor\\\":\\\"#221603\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b1a1bff\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"shape_divider_bottom_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":190,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_color_b\":\"#CE8516\"},\"elements\":[{\"id\":\"1df4edd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3d062b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fdd4601\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"structure\":\"20\",\"content_position\":\"bottom\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"aee61e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d8bf9b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6719231\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Experience the Power of Targeted Real Estate Marketing for Generating Leads in Canada.\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"houzez_section_title_align\":\"left\",\"hz_section_subtitle\":\"Unlock the potential of your real estate business with our comprehensive, full-service marketing expertise. We specialize in crafting customized strategies that establish and elevate your presence in the competitive Canadian market.\\n<br><br>Our team of seasoned professionals excels in every facet of real estate marketing, including advanced search engine optimization (SEO), strategic social media campaigns, compelling content creation, precision-targeted email marketing, and high-impact paid advertising. We focus on driving results that matter\\u2014boosting your visibility, attracting qualified leads, and ultimately closing more deals.\",\"houzez_section_title_align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"b830c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"none\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"2d3687c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/buy-property.webp\",\"id\":3084,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"houzez-item-image-6\",\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3548136\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c1e4942\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-2.jpg\",\"id\":2300,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/rm218batch7-aum-03-1024x682.jpg\",\"id\":2521,\"size\":\"large\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"_title\":\"service\"},\"elements\":[{\"id\":\"5ead936\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"css_classes\":\".custom-column\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"e2d5d2f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_color\":\"#00000000\"},\"elements\":[{\"id\":\"34bf931\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9b957a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4399c3d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"19ef558\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"We are committed to delivering top-notch solutions that cater to your unique needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_subtitle_typography_font_weight\":\"400\",\"houzez_section_subtitle_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dac5f50\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7513f96\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8ee5f44\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc13644\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38733ed\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54b3356\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c13e315\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"dfb4aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d1c466\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89e4c0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8ee78b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af0d8bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"dd88f91\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ef3a493\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378fd00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"783e2d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dcb7dd2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2636430\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"6321573\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d4b605\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd92ad8\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f63e13\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"40f49b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"1b8264c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dbb2950\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af0d1cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0522b0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"77952bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"e568112\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc15e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"498f872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d08337b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9671a01\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8ce50d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"6e085ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"92666ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5022b55\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f23d7c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d2b08ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8b901b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7298d05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dcc9b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee8a4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de96981\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"898ce81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e2b807\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Leads Filtration Process\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"8774bcc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d30dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f593ab4\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Collection.webp\",\"id\":2464,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Lead Collection\",\"text\":\"The lead collection step involves gathering potential leads from various sources like online forms, trade shows, and social media. Essential details such as contact information, company size, and industry are collected. This data forms the basis for further qualification and enrichment.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Initial-Qualification.webp\",\"id\":2463,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Initial Qualification\",\"text\":\"Initial qualification assesses whether each lead meets key criteria relevant to the company\\u2019s target audience. This includes evaluating industry relevance, company size, and geographic location, as well as job title. Leads are scored to prioritize those with a higher potential for conversion.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Enrichment.webp\",\"id\":2465,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Lead Enrichment\",\"text\":\"Lead enrichment enhances data by adding details such as company revenue or recent activities. This provides a comprehensive view of each lead, allowing for better segmentation and targeted engagement. Enriched leads are categorized based on their fit with the ideal customer profile.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Sales-Readiness.webp\",\"id\":2466,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Sales Readiness\",\"text\":\"Sales readiness determines if a lead is ready to be passed to the sales team. Criteria such as budget, authority, need, and timing are thoroughly evaluated to assess readiness. Qualified leads are handed off with detailed information and a follow-up strategy to effectively nurture them through the sales funnel.\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75c72dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":9},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"02c37fa\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\",\"_flex_align_self\":\"center\",\"_title\":\"Section Title\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"7d5b2c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\"},\"elements\":[{\"id\":\"a9b9afa\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"bf6ce2d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"8ee452f\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"ed85ac2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"bf4f8fd\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"8017cba\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"41f598a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6592e0d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"cfbd45d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"7beb73a\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"95717e4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"b93366a\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"6fcf948\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36eaff1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":9},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c46c838\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\",\"_flex_align_self\":\"center\",\"_title\":\"Section Title\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"c521f26\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\"},\"elements\":[{\"id\":\"8b20e11\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"baa399e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"1ec6aa5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"6759f38\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d40310\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"355bd2e\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"2240c6f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"397ec63\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"71be7ac\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b77e02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29c538c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"5007701\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"a5e22db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"2356b9a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"775825f2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"080\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aeba4b3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Partners\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"c62a95a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"carousel\":[{\"id\":3291,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Homelife-1.webp\"},{\"id\":3290,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Expo-reality-1.webp\"},{\"id\":3289,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/CIR-1.webp\"},{\"id\":3288,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/2reality-1.webp\"},{\"id\":3287,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/sothebys-1.webp\"},{\"id\":3286,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Royal-lpage-1.webp\"},{\"id\":3285,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Remax-1.webp\"}],\"slides_to_show\":\"4\",\"navigation\":\"none\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"speed\":1000},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false},{\"id\":\"0cb6dd0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"275c52b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a133f6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b7ac744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6bb05fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"21\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"038947b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Read from our blog\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d26a8f7\",\"elType\":\"widget\",\"settings\":{\"posts_limit\":3,\"show_author\":\"\",\"box_padding_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_margin\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Darker Grotesque\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"content_typo_typography\":\"custom\",\"content_typo_font_family\":\"Darker Grotesque\",\"content_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typo_font_weight\":\"400\",\"content_typo_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"postmeta_typo_typography\":\"custom\",\"postmeta_typo_font_family\":\"Darker Grotesque\",\"postmeta_typo_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"postmeta_typo_font_weight\":\"400\",\"postmeta_margin_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"postmeta_margin_bottom\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"box_bg_color\":\"\",\"title_typo_typography\":\"\",\"content_typo_typography\":\"\",\"content_color\":\"globals\\/colors?id=secondary\",\"postmeta_color\":\"globals\\/colors?id=secondary\",\"postmeta_typo_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeIn\",\"box_bg_color\":\"#FFFFFF\",\"posts_row\":\"col-lg-4 col-md-6\",\"show_date\":\"\",\"show_cat\":\"\"},\"elements\":[],\"widgetType\":\"houzez_elementor_blog_posts\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6515136\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"008b9b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"0405f1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1caf7c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"2517978\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(481,10,'fave_listings_tab_1','for-sale'),(482,10,'fave_listings_tab_2','for-sale'),(483,10,'_elementor_controls_usage','a:12:{s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:8;s:19:\"hz_section_subtitle\";i:6;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:22:{s:26:\"houzez_section_title_align\";i:5;s:35:\"section_title_typography_typography\";i:8;s:36:\"section_title_typography_font_family\";i:8;s:34:\"section_title_typography_font_size\";i:8;s:36:\"section_title_typography_font_weight\";i:8;s:36:\"section_title_typography_line_height\";i:8;s:39:\"section_title_typography_letter_spacing\";i:8;s:38:\"section_subtitle_typography_typography\";i:8;s:37:\"section_subtitle_typography_font_size\";i:8;s:26:\"houzez_section_title_color\";i:8;s:29:\"houzez_section_subtitle_color\";i:8;s:24:\"homey_main_title_spacing\";i:8;s:39:\"section_subtitle_typography_font_family\";i:8;s:42:\"section_subtitle_typography_letter_spacing\";i:8;s:22:\"homey_subtitle_spacing\";i:8;s:34:\"houzez_section_title_margin_bottom\";i:8;s:39:\"section_subtitle_typography_font_weight\";i:2;s:41:\"section_title_typography_font_size_tablet\";i:1;s:41:\"section_title_typography_font_size_mobile\";i:1;s:44:\"section_subtitle_typography_font_size_mobile\";i:1;s:46:\"section_subtitle_typography_line_height_mobile\";i:1;s:33:\"houzez_section_title_align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:1;}s:17:\"_section_position\";a:1:{s:21:\"_element_custom_width\";i:1;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:25:\"typography_letter_spacing\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:12:\"border_width\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:19:\"text_padding_mobile\";i:2;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:36;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:10;s:28:\"space_between_widgets_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:2;s:27:\"background_hover_background\";i:3;s:27:\"background_hover_transition\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"height\";i:2;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:11;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:5;s:6:\"layout\";i:6;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:10;s:28:\"background_slideshow_gallery\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:45:\"background_slideshow_ken_burns_zoom_direction\";i:1;s:16:\"background_color\";i:6;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:10:{s:20:\"shape_divider_bottom\";i:2;s:27:\"shape_divider_bottom_height\";i:3;s:29:\"shape_divider_bottom_negative\";i:2;s:26:\"shape_divider_bottom_width\";i:2;s:34:\"shape_divider_bottom_above_content\";i:2;s:26:\"shape_divider_bottom_color\";i:1;s:25:\"shape_divider_bottom_flip\";i:1;s:22:\"shape_divider_top_flip\";i:2;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:5;s:7:\"padding\";i:3;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:15:\"animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;s:4:\"link\";i:4;s:8:\"position\";i:4;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:9:\"icon_size\";i:10;s:10:\"icon_space\";i:4;s:13:\"primary_color\";i:4;}s:21:\"section_style_content\";a:10:{s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;s:18:\"title_bottom_space\";i:10;s:27:\"title_typography_typography\";i:10;s:28:\"title_typography_font_family\";i:10;s:26:\"title_typography_font_size\";i:10;s:28:\"title_typography_font_weight\";i:10;s:28:\"title_typography_line_height\";i:10;s:11:\"title_color\";i:4;s:31:\"title_typography_text_transform\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:3;s:12:\"align_tablet\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:5:\"color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:8;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:3;s:27:\"image_box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:25:\"typography_letter_spacing\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;}}}}s:29:\"houzez_elementor_testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:17:\"testimonials_type\";i:1;}}}}}'),(553,20,'_wp_page_template','template/template-homepage.php'),(554,20,'fave_listing_page_content_area','0'),(555,20,'fave_prop_no','9'),(556,20,'fave_properties_sort','d_date'),(557,20,'fave_listings_tabs','disable'),(558,20,'fave_properties_min_beds','0'),(559,20,'fave_properties_min_baths','0'),(560,20,'fave_agency_orderby','None'),(561,20,'fave_agency_order','ASC'),(562,20,'fave_agent_orderby','None'),(563,20,'fave_agent_order','ASC'),(564,20,'fave_header_type','none'),(565,20,'fave_page_header_image_opacity','0.35'),(566,20,'fave_page_header_search','0'),(567,20,'fave_header_full_screen','0'),(568,20,'fave_adv_search_enable','global'),(569,20,'fave_adv_search','hide'),(570,20,'fave_adv_search_pos','under_menu'),(571,20,'fave_page_title','show'),(572,20,'fave_page_breadcrumb','show'),(573,20,'fave_page_sidebar','right_sidebar'),(574,20,'fave_page_background','yes'),(575,20,'fave_main_menu_trans','no'),(576,20,'slide_template','default'),(577,20,'rs_page_bg_color','#ffffff'),(578,20,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(579,20,'fave_listings_tab_1','for-sale'),(580,20,'fave_listings_tab_2','for-sale'),(581,20,'_elementor_edit_mode','builder'),(582,20,'_elementor_template_type','wp-page'),(583,20,'_elementor_version','3.2.2'),(584,20,'_elementor_data','[{\"id\":\"63c97c2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"e1a6a8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5cd37bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Portfolio\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=94007d2\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"356dd51\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Darker Grotesque\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"__globals__\":{\"text_typography_typography\":\"\",\"link_color\":\"\",\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"houzez-property-breadcrumb\"}],\"isInner\":false},{\"id\":\"a602899\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"de4f357\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"71b9235\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b2927cb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ce6c3cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"510a53d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"eb1fb3b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Exterior design projects\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"36c6bdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":true},{\"id\":\"894e6a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.666,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"55b8bd4\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":1461,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-9.jpg\"},{\"id\":42,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/house-model-3.jpg\"},{\"id\":43,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/house-model-4.jpg\"},{\"id\":1465,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-11.jpg\"},{\"id\":40,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/house-model-1.jpg\"},{\"id\":41,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/house-model-2.jpg\"},{\"id\":1464,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-12.jpg\"},{\"id\":75,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-4.jpg\"},{\"id\":74,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-3.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow\":{\"horizontal\":7,\"vertical\":100,\"blur\":0,\"spread\":93,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6316633\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1b1ac7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"861312b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f92a17b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9f8d54\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"structure\":\"30\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"fa4257c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.666,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2f1241b\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":1335,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\"},{\"id\":123,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-7.jpg\"},{\"id\":45,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1.jpg\"},{\"id\":1333,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-1.jpg\"},{\"id\":1336,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-4.jpg\"},{\"id\":1338,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-6.jpg\"},{\"id\":1339,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\"},{\"id\":1337,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-5.jpg\"},{\"id\":1466,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":true},{\"id\":\"a21d3af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":true},{\"id\":\"66d2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"b872220\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Interior design projects\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"812d9ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10e0a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"341ab5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec518e3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"9dd1cc8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(585,20,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:11;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:4;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:2;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:6:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:4;s:12:\"space_tablet\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:3;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:3;s:39:\"section_subtitle_typography_font_family\";i:3;s:37:\"section_subtitle_typography_font_size\";i:3;s:42:\"section_subtitle_typography_letter_spacing\";i:3;s:24:\"homey_main_title_spacing\";i:3;s:22:\"homey_subtitle_spacing\";i:3;s:34:\"houzez_section_title_margin_bottom\";i:3;s:35:\"section_title_typography_typography\";i:3;s:36:\"section_title_typography_font_family\";i:3;s:34:\"section_title_typography_font_size\";i:3;s:36:\"section_title_typography_font_weight\";i:3;s:36:\"section_title_typography_line_height\";i:3;s:39:\"section_title_typography_letter_spacing\";i:3;s:26:\"houzez_section_title_color\";i:3;s:29:\"houzez_section_subtitle_color\";i:3;s:26:\"houzez_section_title_align\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:14:\"_section_style\";a:2:{s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:4:{s:10:\"wp_gallery\";i:2;s:14:\"thumbnail_size\";i:2;s:15:\"gallery_columns\";i:2;s:13:\"open_lightbox\";i:2;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:3:{s:13:\"image_spacing\";i:2;s:20:\"image_spacing_custom\";i:2;s:19:\"image_border_radius\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:1:{s:22:\"_box_shadow_box_shadow\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(587,22,'_wp_page_template','template/template-homepage.php'),(588,22,'fave_listing_page_content_area','0'),(589,22,'fave_prop_no','9'),(590,22,'fave_properties_sort','d_date'),(591,22,'fave_listings_tabs','disable'),(592,22,'fave_properties_min_beds','0'),(593,22,'fave_properties_min_baths','0'),(594,22,'fave_agency_orderby','None'),(595,22,'fave_agency_order','ASC'),(596,22,'fave_agent_orderby','None'),(597,22,'fave_agent_order','ASC'),(598,22,'fave_header_type','none'),(599,22,'fave_page_header_image_opacity','0.35'),(600,22,'fave_page_header_search','0'),(601,22,'fave_header_full_screen','0'),(602,22,'fave_adv_search_enable','global'),(603,22,'fave_adv_search','hide'),(604,22,'fave_adv_search_pos','under_menu'),(605,22,'fave_page_title','show'),(606,22,'fave_page_breadcrumb','show'),(607,22,'fave_page_sidebar','right_sidebar'),(608,22,'fave_page_background','yes'),(609,22,'fave_main_menu_trans','no'),(610,22,'slide_template','default'),(611,22,'rs_page_bg_color','#ffffff'),(612,22,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(613,22,'fave_listings_tab_1','for-sale'),(614,22,'fave_listings_tab_2','for-sale'),(615,22,'_elementor_edit_mode','builder'),(616,22,'_elementor_template_type','wp-page'),(617,22,'_elementor_version','3.23.4'),(618,22,'_elementor_data','[{\"id\":\"435637f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/stylish-business-team-three-scaled-1-copy.webp\",\"id\":3122,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"afa2d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"none\"},\"elements\":[{\"id\":\"c9cc224\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6098129\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8a7861b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38ead9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c36546e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"About Point2listing\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"1df8c96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth. Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e59edb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our team of professional realtors is dedicated to offering expert guidance at every step of the process.Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1afe877\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"9973815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8e51fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Path To Success: Guiding Principles For Growth\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"373a5ed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"8d44ea5\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"f127511\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fc5aa90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"63438cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1886,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.32)\"},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"577945e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"977f2d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b05a44e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"bdcb253\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(619,22,'_elementor_controls_usage','a:14:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:17;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:7;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:4;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:6:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:9:\"animation\";i:3;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:5:\"color\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:5;s:19:\"hz_section_subtitle\";i:1;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:5;s:39:\"section_subtitle_typography_font_family\";i:5;s:37:\"section_subtitle_typography_font_size\";i:5;s:42:\"section_subtitle_typography_letter_spacing\";i:5;s:24:\"homey_main_title_spacing\";i:5;s:22:\"homey_subtitle_spacing\";i:5;s:34:\"houzez_section_title_margin_bottom\";i:5;s:35:\"section_title_typography_typography\";i:5;s:36:\"section_title_typography_font_family\";i:5;s:34:\"section_title_typography_font_size\";i:5;s:36:\"section_title_typography_font_weight\";i:5;s:36:\"section_title_typography_line_height\";i:5;s:39:\"section_title_typography_letter_spacing\";i:5;s:26:\"houzez_section_title_color\";i:5;s:29:\"houzez_section_subtitle_color\";i:5;s:26:\"houzez_section_title_align\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:5;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:1;s:12:\"text_columns\";i:1;s:10:\"column_gap\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:28:\"typography_title_line_height\";i:4;}}}}s:25:\"houzez_elementor_icon_box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:10:\"icon_boxes\";i:1;}s:24:\"content_section_settings\";a:1:{s:16:\"icon_boxes_style\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_iconbox_style\";a:12:{s:9:\"icon_size\";i:1;s:29:\"title_typography_a_typography\";i:1;s:30:\"title_typography_a_font_family\";i:1;s:28:\"title_typography_a_font_size\";i:1;s:30:\"title_typography_a_font_weight\";i:1;s:30:\"title_typography_a_line_height\";i:1;s:33:\"title_typography_a_letter_spacing\";i:1;s:35:\"description_typography_a_typography\";i:1;s:36:\"description_typography_a_font_family\";i:1;s:34:\"description_typography_a_font_size\";i:1;s:36:\"description_typography_a_font_weight\";i:1;s:36:\"description_typography_a_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:28:\"houzez_elementor_team_member\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:4:{s:10:\"team_image\";i:4;s:9:\"team_name\";i:4;s:13:\"team_position\";i:4;s:16:\"team_description\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:4;s:4:\"view\";i:4;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:4;s:10:\"icon_color\";i:4;}s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:4;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:4;s:27:\"icon_typography_font_family\";i:4;s:25:\"icon_typography_font_size\";i:4;s:27:\"icon_typography_font_weight\";i:4;s:27:\"icon_typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:27:\"houzez_elementor_blog_posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:11:\"posts_limit\";i:1;}s:16:\"showhide_section\";a:1:{s:11:\"show_author\";i:1;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:25:{s:15:\"box_padding_top\";i:1;s:18:\"box_padding_bottom\";i:1;s:17:\"box_margin_bottom\";i:1;s:12:\"image_margin\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:16:\"title_margin_top\";i:1;s:13:\"content_color\";i:1;s:23:\"content_typo_typography\";i:1;s:24:\"content_typo_font_family\";i:1;s:22:\"content_typo_font_size\";i:1;s:24:\"content_typo_font_weight\";i:1;s:24:\"content_typo_line_height\";i:1;s:14:\"postmeta_color\";i:1;s:24:\"postmeta_typo_typography\";i:1;s:25:\"postmeta_typo_font_family\";i:1;s:23:\"postmeta_typo_font_size\";i:1;s:25:\"postmeta_typo_font_weight\";i:1;s:25:\"postmeta_typo_line_height\";i:1;s:19:\"postmeta_margin_top\";i:1;s:22:\"postmeta_margin_bottom\";i:1;s:12:\"box_bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(621,24,'_wp_page_template','template/template-homepage.php'),(622,24,'fave_listing_page_content_area','0'),(623,24,'fave_prop_no','9'),(624,24,'fave_properties_sort','d_date'),(625,24,'fave_listings_tabs','disable'),(626,24,'fave_properties_min_beds','0'),(627,24,'fave_properties_min_baths','0'),(628,24,'fave_agency_orderby','none'),(629,24,'fave_agency_order','ASC'),(630,24,'fave_agent_orderby','none'),(631,24,'fave_agent_order','ASC'),(632,24,'fave_header_type','none'),(633,24,'fave_page_header_image_opacity','0.35'),(634,24,'fave_page_header_search','0'),(635,24,'fave_header_full_screen','0'),(636,24,'fave_adv_search_enable','global'),(637,24,'fave_adv_search','hide'),(638,24,'fave_adv_search_pos','under_menu'),(639,24,'fave_page_title','show'),(640,24,'fave_page_breadcrumb','show'),(641,24,'fave_page_sidebar','right_sidebar'),(642,24,'fave_page_background','yes'),(643,24,'fave_main_menu_trans','no'),(644,24,'slide_template','default'),(645,24,'rs_page_bg_color','#ffffff'),(646,24,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(647,24,'_elementor_edit_mode','builder'),(648,24,'_elementor_template_type','wp-page'),(649,24,'_elementor_version','3.23.4');
INSERT INTO `wpau_postmeta` VALUES (650,24,'_elementor_data','[{\"id\":\"b80851c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/contact-1-1024x683.webp\",\"id\":3228,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"10cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8dedb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d6bdcae\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78571c51\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"fb82865\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8aef63\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Fill out this form and one of our agents will be in touch with you soon<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3a12e7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#FFFFFF00\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFF\",\"labelSublabelColor\":\"#00000000\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#FFFFFF00\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFF\\\",\\\"labelSublabelColor\\\":\\\"#00000000\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81.3949999999999960209606797434389591217041015625},\"_flex_size\":\"none\",\"__globals__\":{\"buttonBackgroundColor\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true},{\"id\":\"cf3f003\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"63557a15\",\"elType\":\"container\",\"settings\":{\"_flex_align_self\":\"center\",\"min_height\":{\"unit\":\"px\",\"size\":692,\"sizes\":[]}},\"elements\":[{\"id\":\"65241c2b\",\"elType\":\"widget\",\"settings\":{\"address\":\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\",\"height\":{\"unit\":\"px\",\"size\":699,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43386e8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bd5a267\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"7f41aa7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"Call\",\"description_text\":\"(888) 876-1054\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"tel:(888) 876-1054\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"9972668\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"3283224\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Email\",\"description_text\":\"info@point2listing.ca\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"mailto:info@point2listings.ca\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2991867\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"fdeaeff\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Address\",\"description_text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(651,24,'_elementor_controls_usage','a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:3;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:7:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;s:23:\"shape_divider_top_color\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_radius\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}}}s:22:\"houzez_elementor_space\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:1;s:39:\"section_subtitle_typography_font_family\";i:1;s:37:\"section_subtitle_typography_font_size\";i:1;s:42:\"section_subtitle_typography_letter_spacing\";i:1;s:24:\"homey_main_title_spacing\";i:1;s:22:\"homey_subtitle_spacing\";i:1;s:34:\"houzez_section_title_margin_bottom\";i:1;s:35:\"section_title_typography_typography\";i:1;s:36:\"section_title_typography_font_family\";i:1;s:34:\"section_title_typography_font_size\";i:1;s:36:\"section_title_typography_font_weight\";i:1;s:36:\"section_title_typography_line_height\";i:1;s:39:\"section_title_typography_letter_spacing\";i:1;s:26:\"houzez_section_title_color\";i:1;s:29:\"houzez_section_subtitle_color\";i:1;s:26:\"houzez_section_title_align\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:19:\"hz_section_subtitle\";i:1;}}}}s:29:\"houzez_elementor_inquiry_form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:7:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:14:\"gdpr_agreement\";i:1;s:10:\"gdpr_label\";i:1;s:9:\"gdpr_text\";i:1;s:13:\"gdpr_required\";i:1;s:20:\"con_google_recaptcha\";i:1;}s:21:\"section_submit_button\";a:1:{s:11:\"button_size\";i:1;}s:22:\"section_email_settings\";a:1:{s:13:\"email_subject\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_field_style\";a:7:{s:18:\"field_border_width\";i:1;s:16:\"field_text_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:26:\"field_typography_font_size\";i:1;s:28:\"field_typography_font_weight\";i:1;s:28:\"field_typography_line_height\";i:1;}s:18:\"section_form_style\";a:5:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:28:\"label_typography_line_height\";i:1;}s:20:\"section_button_style\";a:7:{s:23:\"button_background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:1:{s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:9:{s:10:\"text_align\";i:3;s:26:\"content_vertical_alignment\";i:3;s:18:\"title_bottom_space\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:31:\"title_typography_letter_spacing\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;}}}}}'),(746,1320,'fave_listing_page_content_area','0'),(747,1320,'fave_prop_no','9'),(748,1320,'fave_properties_sort','d_date'),(749,1320,'fave_listings_tabs','disable'),(750,1320,'fave_listings_tab_1','for-sale'),(751,1320,'fave_listings_tab_2','for-sale'),(752,1320,'fave_properties_min_beds','0'),(753,1320,'fave_properties_min_baths','0'),(754,1320,'fave_agency_orderby','None'),(755,1320,'fave_agency_order','ASC'),(756,1320,'fave_agent_orderby','None'),(757,1320,'fave_agent_order','ASC'),(758,1320,'fave_header_type','none'),(759,1320,'fave_page_header_image_opacity','0.35'),(760,1320,'fave_page_header_search','0'),(761,1320,'fave_header_full_screen','0'),(762,1320,'fave_adv_search_enable','global'),(763,1320,'fave_adv_search','hide'),(764,1320,'fave_adv_search_pos','under_menu'),(765,1320,'fave_page_title','show'),(766,1320,'fave_page_breadcrumb','show'),(767,1320,'fave_page_sidebar','right_sidebar'),(768,1320,'fave_page_background','yes'),(769,1320,'fave_main_menu_trans','no'),(770,1320,'slide_template','default'),(771,1320,'rs_page_bg_color','#ffffff'),(772,1320,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(773,1320,'_wp_page_template',''),(774,1320,'_elementor_template_type','wp-page'),(775,1320,'_elementor_version','3.0.8'),(784,1539,'_wp_page_template','template/user_dashboard_profile.php'),(785,1539,'fave_listing_page_content_area','0'),(786,1539,'fave_prop_no','9'),(787,1539,'fave_properties_sort','d_date'),(788,1539,'fave_listings_tabs','disable'),(789,1539,'fave_listings_tab_1','for-sale'),(790,1539,'fave_listings_tab_2','for-sale'),(791,1539,'fave_properties_min_beds','0'),(792,1539,'fave_properties_min_baths','0'),(793,1539,'fave_agency_orderby','None'),(794,1539,'fave_agency_order','ASC'),(795,1539,'fave_agent_orderby','None'),(796,1539,'fave_agent_order','ASC'),(797,1539,'fave_header_type','none'),(798,1539,'fave_page_header_image_opacity','0.35'),(799,1539,'fave_page_header_search','0'),(800,1539,'fave_header_full_screen','0'),(801,1539,'fave_adv_search_enable','global'),(802,1539,'fave_adv_search','hide'),(803,1539,'fave_adv_search_pos','under_menu'),(804,1539,'fave_page_title','show'),(805,1539,'fave_page_breadcrumb','show'),(806,1539,'fave_page_sidebar','right_sidebar'),(807,1539,'fave_page_background','yes'),(808,1539,'fave_main_menu_trans','no'),(809,1539,'slide_template','default'),(810,1539,'rs_page_bg_color','#ffffff'),(811,1539,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(844,149,'_thumbnail_id','40'),(845,149,'fave_property_price','250000'),(846,149,'fave_property_price_prefix','Starting'),(847,149,'fave_property_map','1'),(848,149,'fave_property_location','25.68654,-80.431345,15'),(849,149,'houzez_geolocation_lat','25.68654'),(850,149,'houzez_geolocation_long','-80.431345'),(851,149,'houzez_geolocation_lat','25.68654'),(852,149,'houzez_geolocation_long','-80.431345'),(853,149,'fave_property_map_street_view','hide'),(854,149,'fave_featured','0'),(855,149,'houzez_featured_listing_date',''),(856,149,'fave_loggedintoview','0'),(857,149,'fave_agent_display_option','author_info'),(858,149,'fave_agents','-1'),(859,149,'fave_property_agency','-1'),(860,149,'fave_prop_homeslider','no'),(861,149,'fave_single_top_area','global'),(862,149,'fave_single_content_area','global'),(863,149,'slide_template',''),(864,149,'rs_page_bg_color',''),(865,149,'houzez_manual_expire','0'),(866,149,'_houzez_expiration_date_status','saved'),(867,149,'fave_property_size','2900'),(868,149,'fave_property_size_prefix','Sq Ft'),(869,149,'fave_property_bedrooms','3'),(870,149,'fave_property_rooms','6'),(871,149,'fave_property_bathrooms','2.5'),(872,149,'fave_property_garage','1'),(873,149,'fave_property_garage_size','330 Sq Ft'),(874,149,'houzez_total_property_views','2290'),(875,149,'houzez_views_by_date','a:61:{s:10:\"03-08-2021\";i:8;s:10:\"03-09-2021\";i:12;s:10:\"03-10-2021\";i:13;s:10:\"03-11-2021\";i:7;s:10:\"03-12-2021\";i:3;s:10:\"03-13-2021\";i:12;s:10:\"03-14-2021\";i:11;s:10:\"03-15-2021\";i:9;s:10:\"03-16-2021\";i:13;s:10:\"03-17-2021\";i:36;s:10:\"03-18-2021\";i:21;s:10:\"03-19-2021\";i:11;s:10:\"03-20-2021\";i:14;s:10:\"03-21-2021\";i:10;s:10:\"03-22-2021\";i:9;s:10:\"03-23-2021\";i:17;s:10:\"03-24-2021\";i:15;s:10:\"03-25-2021\";i:19;s:10:\"03-26-2021\";i:10;s:10:\"03-27-2021\";i:9;s:10:\"03-28-2021\";i:13;s:10:\"03-29-2021\";i:10;s:10:\"03-30-2021\";i:6;s:10:\"03-31-2021\";i:17;s:10:\"04-01-2021\";i:11;s:10:\"04-02-2021\";i:13;s:10:\"04-03-2021\";i:8;s:10:\"04-04-2021\";i:5;s:10:\"04-05-2021\";i:13;s:10:\"04-06-2021\";i:21;s:10:\"04-07-2021\";i:14;s:10:\"04-08-2021\";i:21;s:10:\"04-09-2021\";i:14;s:10:\"04-10-2021\";i:12;s:10:\"04-11-2021\";i:3;s:10:\"04-12-2021\";i:18;s:10:\"04-13-2021\";i:27;s:10:\"04-14-2021\";i:19;s:10:\"04-15-2021\";i:21;s:10:\"04-16-2021\";i:20;s:10:\"04-17-2021\";i:15;s:10:\"04-18-2021\";i:30;s:10:\"04-19-2021\";i:26;s:10:\"04-20-2021\";i:29;s:10:\"04-21-2021\";i:19;s:10:\"04-22-2021\";i:19;s:10:\"04-23-2021\";i:24;s:10:\"04-24-2021\";i:14;s:10:\"04-25-2021\";i:17;s:10:\"04-26-2021\";i:11;s:10:\"04-27-2021\";i:14;s:10:\"04-28-2021\";i:13;s:10:\"04-29-2021\";i:13;s:10:\"04-30-2021\";i:8;s:10:\"05-01-2021\";i:4;s:10:\"05-02-2021\";i:5;s:10:\"05-03-2021\";i:3;s:10:\"05-04-2021\";i:7;s:10:\"08-27-2024\";i:3;s:10:\"08-28-2024\";i:13;s:10:\"09-02-2024\";i:8;}'),(876,149,'houzez_recently_viewed','2024-09-02 14:34:39'),(877,149,'_elementor_edit_mode','builder'),(878,149,'_elementor_template_type','wp-post'),(879,149,'_elementor_version','3.2.2'),(880,149,'_wp_page_template','default'),(881,149,'_elementor_data','[{\"id\":\"6758653f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fe751cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"63a9bb93\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"2810832b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"4f1f4ab9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"12ac230f\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e21d2d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"6f9f9522\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"b8dec45\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2736d6a7\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.<\\/strong> \\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f40a0f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#16BFBF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2598a1b9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"46293310\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5dbdb5c1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_color\":\"#16BFBF\"},\"elements\":[{\"id\":\"31249b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eda4b72\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home \",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"\",\"box_background_color\":\"\",\"meta_label_color\":\"\",\"meta_data_color\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#FFFFFF\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dc51a61\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6a95b9ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b921cfe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"49532ae9\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"\",\"meta_value_color\":\"\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"57350198\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c9d7e48\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a01b0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6a491cec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1dfda9d2\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"666d3259\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"4f62aa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"61c514bb\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"ebc71a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"110e760d\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"4fc3594b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"47c287c7\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":800,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18b176c5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFFFFF\"},\"elements\":[{\"id\":\"179182c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7762a486\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"718763bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"3b7c71e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"21679202\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"\",\"fp_meta_typo_typography\":\"\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sec_title_color\":\"#00233D\",\"fp_meta_typo_typography\":\"custom\",\"fp_meta_typo_font_family\":\"Darker Grotesque\",\"fp_meta_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"fp_meta_typo_font_weight\":\"400\",\"fp_meta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55f2a91b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f9bb010\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f3c3a03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"407b80fe\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"15b89ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"445a5557\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ebfa571\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be5c71d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"283e845d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"61b5bd44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d479e82\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"716c75fd\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"\",\"np_border_color\":\"\",\"price_color\":\"\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"786edde1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8535aad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"1accffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8078083\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"f58efed\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(882,149,'floor_plans',''),(883,149,'fave_width','31\''),(884,149,'fave_depth','36\''),(885,149,'fave_energy_class','A+'),(886,149,'fave_energy_global_index','92.42 kWh / mÂ²a'),(887,149,'fave_renewable_energy_global_index','00.00 kWh / mÂ²a'),(888,149,'fave_exterior-features','Brick'),(889,149,'fave_exterior-features','Wood'),(890,149,'fave_roof','Concrete tile'),(891,149,'fave_roof','Wood'),(892,149,'fave_yard','Patio'),(893,149,'fave_types-of-rooms','Loft'),(894,149,'fave_types-of-rooms','Den'),(895,149,'fave_types-of-rooms','Home office area'),(896,149,'fave_flooring','Wood'),(897,149,'fave_flooring','Tile'),(898,149,'fave_kitchen','Appliances'),(899,149,'fave_kitchen','Counters'),(900,149,'fave_dining','Dining'),(901,149,'fave_master-suite','Balcony'),(902,149,'fave_master-suite','Outside access'),(903,149,'fave_bathroom','Built-in dressing vanities'),(904,149,'fave_bathroom','Heated floors'),(905,149,'fave_property_images','40'),(906,149,'fave_property_images','1335'),(907,149,'fave_property_images','123'),(908,149,'fave_property_images','1333'),(909,149,'fave_property_images','1339'),(910,149,'fave_property_images','1337'),(911,149,'fave_property_images','1336'),(912,149,'fave_property_images','74'),(913,149,'fave_property_images','1338'),(914,149,'fave_property_images','106'),(915,149,'_elementor_controls_usage','a:17:{s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:13;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:6;s:5:\"space\";i:5;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:11:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:16:\"background_color\";i:3;s:18:\"background_color_b\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:3:{s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:7:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;s:9:\"more_link\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:17:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;s:21:\"grid_v3_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:4:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:15:\"sec_title_color\";i:1;}s:19:\"floorplanmeta_style\";a:5:{s:23:\"fp_meta_typo_typography\";i:1;s:24:\"fp_meta_typo_font_family\";i:1;s:22:\"fp_meta_typo_font_size\";i:1;s:24:\"fp_meta_typo_font_weight\";i:1;s:24:\"fp_meta_typo_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(917,151,'_thumbnail_id','41'),(918,151,'fave_property_price','350000'),(919,151,'fave_property_price_prefix','Starting'),(920,151,'fave_property_map','1'),(921,151,'fave_property_location','25.68654,-80.431345,15'),(922,151,'houzez_geolocation_lat','25.68654'),(923,151,'houzez_geolocation_long','-80.431345'),(924,151,'houzez_geolocation_lat','25.68654'),(925,151,'houzez_geolocation_long','-80.431345'),(926,151,'fave_property_map_street_view','hide'),(927,151,'fave_featured','0'),(928,151,'houzez_featured_listing_date',''),(929,151,'fave_loggedintoview','0'),(930,151,'fave_agent_display_option','author_info'),(931,151,'fave_agents','-1'),(932,151,'fave_property_agency','-1'),(933,151,'fave_prop_homeslider','no'),(934,151,'fave_single_top_area','global'),(935,151,'fave_single_content_area','global'),(936,151,'slide_template',''),(937,151,'rs_page_bg_color',''),(938,151,'houzez_manual_expire','0'),(939,151,'_houzez_expiration_date_status','saved'),(940,151,'fave_property_size','3500'),(941,151,'fave_property_size_prefix','Sq Ft'),(942,151,'fave_property_bedrooms','5'),(943,151,'fave_property_rooms','10'),(944,151,'fave_property_bathrooms','3'),(945,151,'fave_property_garage','1'),(946,151,'fave_property_garage_size','380 Sq Ft'),(947,151,'houzez_total_property_views','1828'),(948,151,'houzez_views_by_date','a:61:{s:10:\"03-08-2021\";i:10;s:10:\"03-09-2021\";i:10;s:10:\"03-10-2021\";i:9;s:10:\"03-11-2021\";i:9;s:10:\"03-12-2021\";i:5;s:10:\"03-13-2021\";i:3;s:10:\"03-14-2021\";i:11;s:10:\"03-15-2021\";i:8;s:10:\"03-16-2021\";i:5;s:10:\"03-17-2021\";i:12;s:10:\"03-18-2021\";i:8;s:10:\"03-19-2021\";i:7;s:10:\"03-20-2021\";i:8;s:10:\"03-21-2021\";i:5;s:10:\"03-22-2021\";i:8;s:10:\"03-23-2021\";i:6;s:10:\"03-24-2021\";i:10;s:10:\"03-25-2021\";i:11;s:10:\"03-26-2021\";i:10;s:10:\"03-27-2021\";i:8;s:10:\"03-28-2021\";i:7;s:10:\"03-29-2021\";i:12;s:10:\"03-30-2021\";i:3;s:10:\"03-31-2021\";i:9;s:10:\"04-01-2021\";i:7;s:10:\"04-02-2021\";i:12;s:10:\"04-03-2021\";i:7;s:10:\"04-04-2021\";i:4;s:10:\"04-05-2021\";i:3;s:10:\"04-06-2021\";i:12;s:10:\"04-07-2021\";i:7;s:10:\"04-08-2021\";i:8;s:10:\"04-09-2021\";i:7;s:10:\"04-10-2021\";i:7;s:10:\"04-11-2021\";i:7;s:10:\"04-12-2021\";i:17;s:10:\"04-13-2021\";i:15;s:10:\"04-14-2021\";i:14;s:10:\"04-15-2021\";i:6;s:10:\"04-16-2021\";i:14;s:10:\"04-17-2021\";i:4;s:10:\"04-18-2021\";i:5;s:10:\"04-19-2021\";i:8;s:10:\"04-20-2021\";i:11;s:10:\"04-21-2021\";i:9;s:10:\"04-22-2021\";i:2;s:10:\"04-23-2021\";i:12;s:10:\"04-24-2021\";i:2;s:10:\"04-25-2021\";i:2;s:10:\"04-26-2021\";i:7;s:10:\"04-27-2021\";i:7;s:10:\"04-28-2021\";i:13;s:10:\"04-29-2021\";i:5;s:10:\"04-30-2021\";i:3;s:10:\"05-01-2021\";i:4;s:10:\"05-02-2021\";i:6;s:10:\"05-03-2021\";i:5;s:10:\"05-04-2021\";i:4;s:10:\"08-27-2024\";i:3;s:10:\"08-28-2024\";i:13;s:10:\"09-02-2024\";i:6;}'),(949,151,'houzez_recently_viewed','2024-09-02 14:24:24'),(950,151,'fave_energy_class','A+'),(951,151,'fave_energy_global_index','55.87 kWh / mÂ²a'),(952,151,'fave_renewable_energy_global_index','00.00 kWh / mÂ²a'),(953,151,'fave_epc_current_rating','A'),(954,151,'floor_plans','a:2:{i:0;a:6:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:10:\"2 Bedrooms\";s:19:\"fave_plan_bathrooms\";s:11:\"2 Bathrooms\";s:14:\"fave_plan_size\";s:10:\"1470 Sq FT\";s:15:\"fave_plan_image\";s:62:\"https://demo18.houzez.co/wp-content/uploads/2020/09/plan-2.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:6:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:10:\"4 Bedrooms\";s:19:\"fave_plan_bathrooms\";s:11:\"4 Bathrooms\";s:14:\"fave_plan_size\";s:10:\"1789 Sq FT\";s:15:\"fave_plan_image\";s:62:\"https://demo18.houzez.co/wp-content/uploads/2020/09/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}}'),(955,151,'_elementor_edit_mode','builder'),(956,151,'_elementor_template_type','wp-post'),(957,151,'_elementor_version','3.2.2'),(958,151,'_wp_page_template','default'),(959,151,'_elementor_data','[{\"id\":\"782bfb9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FFFFFF\",\"border_color\":\"#DCE0E0\"},\"elements\":[{\"id\":\"7e5dc6e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e78870d\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"211d778b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"5ed26d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"43b3a3d3\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8f36e2\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"2f0f4215\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"628da1e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4639f9cb\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.<\\/strong>\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45ee41b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#16BFBF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"26f1302\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"30cc5743\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d58fa0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_color\":\"#16BFBF\"},\"elements\":[{\"id\":\"429fdda2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e47926d\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home\",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"\",\"box_background_color\":\"\",\"meta_label_color\":\"\",\"meta_data_color\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#FFFFFF\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d147e12\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"53260345\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d80e26d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"70148389\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"\",\"meta_value_color\":\"\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"67f120a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c50dd1d\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d63a7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"47c633d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"694af4c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"24286861\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"44299ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"298edcf9\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"32b854fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"13f1e005\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"65310bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2837fb3c\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":800,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636e6530\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFFFFF\"},\"elements\":[{\"id\":\"66ef0b7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"3870eba8\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"2e0624b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"6e30e79f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4c6ac415\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"\",\"fp_meta_typo_typography\":\"\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sec_title_color\":\"#00233D\",\"fp_meta_typo_typography\":\"custom\",\"fp_meta_typo_font_family\":\"Darker Grotesque\",\"fp_meta_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"fp_meta_typo_font_weight\":\"400\",\"fp_meta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ac36fac\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"79cdb61e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"10b8465d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5446ef2b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"3560e52b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"4748cc7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2cb60caa\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50c8a99d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2ec258e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77089c92\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1f895661\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"7fb2d21\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"\",\"np_border_color\":\"\",\"price_color\":\"\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"1ab44ce5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"380b61a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"47b4092\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d4a0e0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"90f9b75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(960,151,'fave_width','36\''),(961,151,'fave_depth','41\''),(962,151,'fave_exterior-features','Wood'),(963,151,'fave_exterior-features','Brick'),(964,151,'fave_roof','Concrete tile'),(965,151,'fave_roof','Wood'),(966,151,'fave_yard','Gardens'),(967,151,'fave_types-of-rooms','Loft'),(968,151,'fave_types-of-rooms','Media room'),(969,151,'fave_types-of-rooms','Home office area'),(970,151,'fave_types-of-rooms','Den'),(971,151,'fave_flooring','Marble'),(972,151,'fave_flooring','Wood'),(973,151,'fave_kitchen','Appliances'),(974,151,'fave_kitchen','Counters'),(975,151,'fave_kitchen','Wine refrigerators'),(976,151,'fave_dining','Space in kitchen'),(977,151,'fave_dining','Breakfast nook'),(978,151,'fave_dining','Dining'),(979,151,'fave_master-suite','Balcony'),(980,151,'fave_master-suite','Outside access'),(981,151,'fave_master-suite','Dual walk-in closets'),(982,151,'fave_bathroom','Built-in dressing vanities'),(983,151,'fave_bathroom','Stone or tile surfaces'),(984,151,'fave_bathroom','Heated floors'),(985,151,'fave_property_images','41'),(986,151,'fave_property_images','1335'),(987,151,'fave_property_images','45'),(988,151,'fave_property_images','1339'),(989,151,'fave_property_images','1338'),(990,151,'fave_property_images','1337'),(991,151,'fave_property_images','1336'),(992,151,'fave_property_images','1333'),(993,151,'fave_property_images','123'),(994,151,'fave_property_images','77'),(995,151,'fave_property_images','74'),(996,151,'_elementor_controls_usage','a:17:{s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:13;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:6;s:5:\"space\";i:5;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:11:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:16:\"background_color\";i:5;s:18:\"background_color_b\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;s:12:\"border_color\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:3:{s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:7:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;s:9:\"more_link\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:17:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;s:21:\"grid_v3_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:4:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:15:\"sec_title_color\";i:1;}s:19:\"floorplanmeta_style\";a:5:{s:23:\"fp_meta_typo_typography\";i:1;s:24:\"fp_meta_typo_font_family\";i:1;s:22:\"fp_meta_typo_font_size\";i:1;s:24:\"fp_meta_typo_font_weight\";i:1;s:24:\"fp_meta_typo_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(998,153,'_thumbnail_id','42'),(999,153,'fave_property_price','550000'),(1000,153,'fave_property_price_prefix','Starting'),(1001,153,'fave_property_map','1'),(1002,153,'fave_property_location','25.68654,-80.431345,15'),(1003,153,'houzez_geolocation_lat','25.68654'),(1004,153,'houzez_geolocation_long','-80.431345'),(1005,153,'houzez_geolocation_lat','25.68654'),(1006,153,'houzez_geolocation_long','-80.431345'),(1007,153,'fave_property_map_street_view','hide'),(1008,153,'fave_featured','0'),(1009,153,'houzez_featured_listing_date',''),(1010,153,'fave_loggedintoview','0'),(1011,153,'fave_agent_display_option','author_info'),(1012,153,'fave_agents','-1'),(1013,153,'fave_property_agency','-1'),(1014,153,'fave_prop_homeslider','no'),(1015,153,'fave_single_top_area','global'),(1016,153,'fave_single_content_area','global'),(1017,153,'slide_template',''),(1018,153,'rs_page_bg_color',''),(1019,153,'houzez_manual_expire','0'),(1020,153,'_houzez_expiration_date_status','saved'),(1021,153,'fave_property_size','9800'),(1022,153,'fave_property_size_prefix','Sq Ft'),(1023,153,'fave_property_bedrooms','6'),(1024,153,'fave_property_rooms','15'),(1025,153,'fave_property_bathrooms','3'),(1026,153,'fave_property_garage','2'),(1027,153,'fave_property_garage_size','650 Sq Ft'),(1028,153,'fave_width','56\''),(1029,153,'fave_depth','68\''),(1030,153,'floor_plans','a:2:{i:0;a:6:{s:15:\"fave_plan_title\";s:11:\"First Floor\";s:15:\"fave_plan_rooms\";s:7:\"7 Rooms\";s:19:\"fave_plan_bathrooms\";s:11:\"4 Bathrooms\";s:14:\"fave_plan_size\";s:10:\"2870 Sq Ft\";s:15:\"fave_plan_image\";s:62:\"https://demo18.houzez.co/wp-content/uploads/2020/09/plan-1.jpg\";s:21:\"fave_plan_description\";s:290:\"Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";}i:1;a:5:{s:15:\"fave_plan_title\";s:12:\"Second Floor\";s:15:\"fave_plan_rooms\";s:10:\"5 Bedrooms\";s:19:\"fave_plan_bathrooms\";s:11:\"5 Bathrooms\";s:14:\"fave_plan_size\";s:10:\"2890 Sq Ft\";s:15:\"fave_plan_image\";s:62:\"https://demo18.houzez.co/wp-content/uploads/2020/09/plan-2.jpg\";}}'),(1031,153,'fave_energy_class','A+'),(1032,153,'fave_energy_global_index','55.87 kWh / mÂ²a'),(1033,153,'fave_renewable_energy_global_index','00.00 kWh / mÂ²a'),(1034,153,'fave_epc_current_rating','A'),(1035,153,'_elementor_edit_mode','builder'),(1036,153,'_elementor_template_type','wp-post'),(1037,153,'_elementor_version','3.2.2'),(1038,153,'houzez_total_property_views','1430'),(1039,153,'houzez_views_by_date','a:61:{s:10:\"03-08-2021\";i:9;s:10:\"03-09-2021\";i:9;s:10:\"03-10-2021\";i:10;s:10:\"03-11-2021\";i:12;s:10:\"03-12-2021\";i:2;s:10:\"03-13-2021\";i:9;s:10:\"03-14-2021\";i:11;s:10:\"03-15-2021\";i:5;s:10:\"03-16-2021\";i:5;s:10:\"03-17-2021\";i:7;s:10:\"03-18-2021\";i:15;s:10:\"03-19-2021\";i:11;s:10:\"03-20-2021\";i:11;s:10:\"03-21-2021\";i:11;s:10:\"03-22-2021\";i:7;s:10:\"03-23-2021\";i:8;s:10:\"03-24-2021\";i:9;s:10:\"03-25-2021\";i:11;s:10:\"03-26-2021\";i:6;s:10:\"03-27-2021\";i:7;s:10:\"03-28-2021\";i:9;s:10:\"03-29-2021\";i:5;s:10:\"03-30-2021\";i:5;s:10:\"03-31-2021\";i:13;s:10:\"04-01-2021\";i:7;s:10:\"04-02-2021\";i:9;s:10:\"04-03-2021\";i:5;s:10:\"04-04-2021\";i:2;s:10:\"04-05-2021\";i:5;s:10:\"04-06-2021\";i:11;s:10:\"04-07-2021\";i:6;s:10:\"04-08-2021\";i:4;s:10:\"04-09-2021\";i:5;s:10:\"04-10-2021\";i:3;s:10:\"04-11-2021\";i:2;s:10:\"04-12-2021\";i:12;s:10:\"04-13-2021\";i:10;s:10:\"04-14-2021\";i:12;s:10:\"04-15-2021\";i:2;s:10:\"04-16-2021\";i:6;s:10:\"04-17-2021\";i:2;s:10:\"04-18-2021\";i:2;s:10:\"04-19-2021\";i:9;s:10:\"04-20-2021\";i:6;s:10:\"04-21-2021\";i:5;s:10:\"04-22-2021\";i:4;s:10:\"04-23-2021\";i:5;s:10:\"04-24-2021\";i:2;s:10:\"04-25-2021\";i:4;s:10:\"04-26-2021\";i:8;s:10:\"04-27-2021\";i:3;s:10:\"04-28-2021\";i:6;s:10:\"04-29-2021\";i:3;s:10:\"04-30-2021\";i:4;s:10:\"05-01-2021\";i:8;s:10:\"05-02-2021\";i:5;s:10:\"05-03-2021\";i:1;s:10:\"05-04-2021\";i:4;s:10:\"08-27-2024\";i:3;s:10:\"08-28-2024\";i:13;s:10:\"09-02-2024\";i:6;}'),(1040,153,'houzez_recently_viewed','2024-09-02 14:24:27'),(1041,153,'_wp_page_template','default'),(1042,153,'_elementor_data','[{\"id\":\"6c6bcdcf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FFFFFF\",\"border_color\":\"#DCE0E0\"},\"elements\":[{\"id\":\"6310c230\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e51411e\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"7d58c8ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"926458c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6eaea622\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"794bb4f2\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"3680fcb7\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"f2f1d5d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"56835870\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.<\\/strong>\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"104f62d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#16BFBF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"42476065\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"485b5a59\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"227ac9ce\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_color\":\"#16BFBF\"},\"elements\":[{\"id\":\"1caa937c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b0cf1e6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home\",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"\",\"box_background_color\":\"\",\"meta_label_color\":\"\",\"meta_data_color\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#FFFFFF\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"77652455\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"75e272e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7716d294\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12f7b8f4\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"\",\"meta_value_color\":\"\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"609a9035\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b626690\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f9e2c61\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"601438ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d7252d8\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"6bfde610\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"45b7ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"692336ee\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"60301b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"35efa792\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"1598ec9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"512a9114\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68982561\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f7841d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"507625bc\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"1842a092\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"2e02bcd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"56450061\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"\",\"fp_meta_typo_typography\":\"\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sec_title_color\":\"#00233D\",\"fp_meta_typo_typography\":\"custom\",\"fp_meta_typo_font_family\":\"Darker Grotesque\",\"fp_meta_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"fp_meta_typo_font_weight\":\"400\",\"fp_meta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2145d5d3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"572103d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7886911e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"62a036b4\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"5c07bac4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"49cadca3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3e9153c5\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26ca5e53\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"49bffb02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c140953\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c9d5fda\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"4870809e\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"\",\"np_border_color\":\"\",\"price_color\":\"\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"6023ea98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62c50019\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"64293169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"505c3359\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"4b6736f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1043,153,'fave_exterior-features','Brick'),(1044,153,'fave_exterior-features','Wood'),(1045,153,'fave_exterior-features','Stone'),(1046,153,'fave_exterior-features','Stucco'),(1047,153,'fave_roof','Concrete tile'),(1048,153,'fave_roof','Wood'),(1049,153,'fave_yard','Gardens'),(1050,153,'fave_yard','Swimming pool'),(1051,153,'fave_yard','Deck'),(1052,153,'fave_yard','Patio'),(1053,153,'fave_types-of-rooms','Loft'),(1054,153,'fave_types-of-rooms','Media room'),(1055,153,'fave_types-of-rooms','Den'),(1056,153,'fave_types-of-rooms','Home office area'),(1057,153,'fave_types-of-rooms','Wine storage'),(1058,153,'fave_types-of-rooms','Library'),(1059,153,'fave_flooring','Carpeting'),(1060,153,'fave_flooring','Wood'),(1061,153,'fave_flooring','Marble'),(1062,153,'fave_flooring','Concrete'),(1063,153,'fave_flooring','Stone'),(1064,153,'fave_kitchen',''),(1065,153,'fave_kitchen','Counters'),(1066,153,'fave_kitchen','Warming drawers'),(1067,153,'fave_kitchen','Dining bars'),(1068,153,'fave_kitchen','Appliances'),(1069,153,'fave_dining','Space in kitchen'),(1070,153,'fave_dining','Breakfast nook'),(1071,153,'fave_dining','Formal dining room'),(1072,153,'fave_dining','Dining'),(1073,153,'fave_master-suite','Balcony'),(1074,153,'fave_master-suite','Outside access'),(1075,153,'fave_master-suite','Private patio'),(1076,153,'fave_master-suite','Surround sound'),(1077,153,'fave_master-suite','Dual walk-in closets'),(1078,153,'fave_bathroom','Built-in dressing vanities'),(1079,153,'fave_bathroom','Separate shower'),(1080,153,'fave_bathroom','Stone or tile surfaces'),(1081,153,'fave_bathroom','Heated floors'),(1082,153,'fave_property_images','42'),(1083,153,'fave_property_images','75'),(1084,153,'fave_property_images','1335'),(1085,153,'fave_property_images','1337'),(1086,153,'fave_property_images','1339'),(1087,153,'fave_property_images','1338'),(1088,153,'fave_property_images','1333'),(1089,153,'fave_property_images','1336'),(1090,153,'fave_property_images','74'),(1091,153,'fave_property_images','77'),(1092,153,'fave_property_images','106'),(1093,153,'_elementor_controls_usage','a:17:{s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:13;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:6;s:5:\"space\";i:5;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:2;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:11:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:16:\"background_color\";i:3;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;s:12:\"border_color\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:7:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;s:9:\"more_link\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:17:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;s:21:\"grid_v3_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:4:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:15:\"sec_title_color\";i:1;}s:19:\"floorplanmeta_style\";a:5:{s:23:\"fp_meta_typo_typography\";i:1;s:24:\"fp_meta_typo_font_family\";i:1;s:22:\"fp_meta_typo_font_size\";i:1;s:24:\"fp_meta_typo_font_weight\";i:1;s:24:\"fp_meta_typo_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(1095,155,'_thumbnail_id','43'),(1096,155,'fave_property_price','990000'),(1097,155,'fave_property_price_prefix','Starting'),(1098,155,'fave_property_map','1'),(1099,155,'fave_property_location','25.68654,-80.431345,15'),(1100,155,'houzez_geolocation_lat','25.68654'),(1101,155,'houzez_geolocation_long','-80.431345'),(1102,155,'houzez_geolocation_lat','25.68654'),(1103,155,'houzez_geolocation_long','-80.431345'),(1104,155,'fave_property_map_street_view','hide'),(1105,155,'fave_featured','0'),(1106,155,'houzez_featured_listing_date',''),(1107,155,'fave_loggedintoview','0'),(1108,155,'fave_agent_display_option','author_info'),(1109,155,'fave_agents','-1'),(1110,155,'fave_property_agency','-1'),(1111,155,'fave_prop_homeslider','no'),(1112,155,'fave_single_top_area','global'),(1113,155,'fave_single_content_area','global'),(1114,155,'slide_template',''),(1115,155,'rs_page_bg_color',''),(1116,155,'houzez_manual_expire','0'),(1117,155,'_houzez_expiration_date_status','saved'),(1118,155,'fave_property_size','13000'),(1119,155,'fave_property_size_prefix','Sq Ft'),(1120,155,'fave_property_bedrooms','7'),(1121,155,'fave_property_rooms','22'),(1122,155,'fave_property_bathrooms','7'),(1123,155,'fave_property_garage','3'),(1124,155,'fave_property_garage_size','850 Sq Ft'),(1125,155,'houzez_total_property_views','1449'),(1126,155,'houzez_views_by_date','a:61:{s:10:\"03-08-2021\";i:12;s:10:\"03-09-2021\";i:6;s:10:\"03-10-2021\";i:11;s:10:\"03-11-2021\";i:10;s:10:\"03-12-2021\";i:4;s:10:\"03-13-2021\";i:4;s:10:\"03-14-2021\";i:10;s:10:\"03-15-2021\";i:5;s:10:\"03-16-2021\";i:7;s:10:\"03-17-2021\";i:6;s:10:\"03-18-2021\";i:12;s:10:\"03-19-2021\";i:4;s:10:\"03-20-2021\";i:8;s:10:\"03-21-2021\";i:10;s:10:\"03-22-2021\";i:4;s:10:\"03-23-2021\";i:13;s:10:\"03-24-2021\";i:8;s:10:\"03-25-2021\";i:11;s:10:\"03-26-2021\";i:6;s:10:\"03-27-2021\";i:4;s:10:\"03-28-2021\";i:6;s:10:\"03-29-2021\";i:7;s:10:\"03-30-2021\";i:4;s:10:\"03-31-2021\";i:9;s:10:\"04-01-2021\";i:7;s:10:\"04-02-2021\";i:6;s:10:\"04-03-2021\";i:7;s:10:\"04-04-2021\";i:1;s:10:\"04-05-2021\";i:4;s:10:\"04-06-2021\";i:7;s:10:\"04-07-2021\";i:10;s:10:\"04-08-2021\";i:8;s:10:\"04-09-2021\";i:3;s:10:\"04-10-2021\";i:6;s:10:\"04-11-2021\";i:3;s:10:\"04-12-2021\";i:8;s:10:\"04-13-2021\";i:20;s:10:\"04-14-2021\";i:10;s:10:\"04-15-2021\";i:17;s:10:\"04-16-2021\";i:16;s:10:\"04-17-2021\";i:3;s:10:\"04-18-2021\";i:12;s:10:\"04-19-2021\";i:17;s:10:\"04-20-2021\";i:10;s:10:\"04-21-2021\";i:5;s:10:\"04-22-2021\";i:5;s:10:\"04-23-2021\";i:6;s:10:\"04-24-2021\";i:1;s:10:\"04-25-2021\";i:4;s:10:\"04-26-2021\";i:6;s:10:\"04-27-2021\";i:5;s:10:\"04-28-2021\";i:7;s:10:\"04-29-2021\";i:4;s:10:\"04-30-2021\";i:5;s:10:\"05-01-2021\";i:7;s:10:\"05-02-2021\";i:2;s:10:\"05-03-2021\";i:6;s:10:\"05-04-2021\";i:3;s:10:\"08-27-2024\";i:3;s:10:\"08-28-2024\";i:13;s:10:\"09-02-2024\";i:7;}'),(1127,155,'houzez_recently_viewed','2024-09-02 14:33:57'),(1128,155,'floor_plans',''),(1129,155,'fave_energy_class','A+'),(1130,155,'fave_energy_global_index','96.87 kWh / mÂ²a'),(1131,155,'fave_renewable_energy_global_index','00.00 kWh / mÂ²a'),(1132,155,'fave_epc_current_rating','A'),(1133,155,'_elementor_edit_mode','builder'),(1134,155,'_elementor_template_type','wp-post'),(1135,155,'_elementor_version','3.2.2'),(1136,155,'_wp_page_template','default'),(1137,155,'_elementor_data','[{\"id\":\"49a3b7c3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e394815\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fcb46c6\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"35cf803d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"979971b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"255f471d\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75ed362c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"55eead58\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"335d8b4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75118ea7\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.<\\/strong>\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"148f4ae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#16BFBF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"63551f36\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"6bf1694\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e6ee89a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_color\":\"#16BFBF\"},\"elements\":[{\"id\":\"186e0005\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"653f4921\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home\",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"\",\"box_background_color\":\"\",\"meta_label_color\":\"\",\"meta_data_color\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#FFFFFF\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"549a5982\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"14986b4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"27e7df3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8dbec1\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"\",\"meta_value_color\":\"\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"64f98478\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d1ce9af\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"21b10921\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3583cc7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28276a79\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"21d8aae9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"238252e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"404480d\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6b955c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"64111101\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"72eb6db9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fa04e37\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1522e9c3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFFFFF\"},\"elements\":[{\"id\":\"c149cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"467e0b77\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"2a055800\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"6d4e40b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18ec062\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"\",\"fp_meta_typo_typography\":\"\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sec_title_color\":\"#00233D\",\"fp_meta_typo_typography\":\"custom\",\"fp_meta_typo_font_family\":\"Darker Grotesque\",\"fp_meta_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"fp_meta_typo_font_weight\":\"400\",\"fp_meta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61bc51d4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cbcece3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5af8e823\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"10f38d0c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"7261f6b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"2a7984f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"16db245d\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1486602a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6a1f0630\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b31d93f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50cca295\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"62c6fa29\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"\",\"np_border_color\":\"\",\"price_color\":\"\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"5e69d6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d10758d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"55e5f220\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5083f8b0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"2a3522de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1138,155,'fave_exterior-features','Brick'),(1139,155,'fave_exterior-features','Wood'),(1140,155,'fave_exterior-features','Concrete block'),(1141,155,'fave_exterior-features','Stucco'),(1142,155,'fave_exterior-features','Stone'),(1143,155,'fave_roof','Wood'),(1144,155,'fave_roof','Concrete tile'),(1145,155,'fave_yard','Gardens'),(1146,155,'fave_yard','Swimming pool'),(1147,155,'fave_yard','Deck'),(1148,155,'fave_yard','Outdoor kitchen'),(1149,155,'fave_yard','Patio'),(1150,155,'fave_types-of-rooms','Loft'),(1151,155,'fave_types-of-rooms','Home office area'),(1152,155,'fave_types-of-rooms','Media room'),(1153,155,'fave_types-of-rooms','Library'),(1154,155,'fave_types-of-rooms','Den'),(1155,155,'fave_types-of-rooms','Wine storage'),(1156,155,'fave_types-of-rooms','Guest quarters'),(1157,155,'fave_types-of-rooms','Workout room'),(1158,155,'fave_flooring','Carpeting'),(1159,155,'fave_flooring','Concrete'),(1160,155,'fave_flooring','Marble'),(1161,155,'fave_flooring','Stone'),(1162,155,'fave_flooring','Bamboo'),(1163,155,'fave_kitchen','Appliances'),(1164,155,'fave_kitchen','Islands and wet bars'),(1165,155,'fave_kitchen','Dining bars'),(1166,155,'fave_kitchen','Warming drawers'),(1167,155,'fave_kitchen','Wine refrigerators'),(1168,155,'fave_kitchen','Under-cabinet lighting'),(1169,155,'fave_dining','Space in kitchen'),(1170,155,'fave_dining','Formal dining room'),(1171,155,'fave_dining','Outdoor kitchen'),(1172,155,'fave_dining','Breakfast nook'),(1173,155,'fave_dining','Dining'),(1174,155,'fave_master-suite','Balcony'),(1175,155,'fave_master-suite','Outside access'),(1176,155,'fave_master-suite','Private patio'),(1177,155,'fave_master-suite','Surround sound'),(1178,155,'fave_master-suite','Wet bar'),(1179,155,'fave_master-suite','Dual walk-in closets'),(1180,155,'fave_master-suite','Fireplace'),(1181,155,'fave_bathroom','Built-in dressing vanities'),(1182,155,'fave_bathroom','Separate shower'),(1183,155,'fave_bathroom','Rainshower heads'),(1184,155,'fave_bathroom','Heated floors'),(1185,155,'fave_bathroom','Stone or tile surfaces'),(1186,155,'fave_width','64\''),(1187,155,'fave_depth','72\''),(1188,155,'fave_property_images','43'),(1189,155,'fave_property_images','75'),(1190,155,'fave_property_images','1335'),(1191,155,'fave_property_images','77'),(1192,155,'fave_property_images','1339'),(1193,155,'fave_property_images','73'),(1194,155,'fave_property_images','1337'),(1195,155,'fave_property_images','1336'),(1196,155,'fave_property_images','1333'),(1197,155,'fave_property_images','1338'),(1198,155,'fave_property_images','106'),(1199,155,'fave_property_images','123'),(1200,155,'fave_property_images','74'),(1201,155,'_elementor_controls_usage','a:17:{s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:13;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:6;s:5:\"space\";i:5;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:2;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:11:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:16:\"background_color\";i:4;s:18:\"background_color_b\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:7:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;s:9:\"more_link\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:17:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;s:21:\"grid_v3_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:4:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:15:\"sec_title_color\";i:1;}s:19:\"floorplanmeta_style\";a:5:{s:23:\"fp_meta_typo_typography\";i:1;s:24:\"fp_meta_typo_font_family\";i:1;s:22:\"fp_meta_typo_font_size\";i:1;s:24:\"fp_meta_typo_font_weight\";i:1;s:24:\"fp_meta_typo_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(1319,1719,'fave_roof',''),(1320,1719,'fave_yard',''),(1321,1719,'fave_kitchen',''),(1322,1719,'fave_property_map','1'),(1323,1719,'fave_property_location','25.68654,-80.431345,15'),(1324,1719,'houzez_geolocation_lat','25.68654'),(1325,1719,'houzez_geolocation_long','-80.431345'),(1326,1719,'houzez_geolocation_lat','25.68654'),(1327,1719,'houzez_geolocation_long','-80.431345'),(1328,1719,'fave_property_map_street_view','hide'),(1329,1719,'fave_featured','0'),(1330,1719,'houzez_featured_listing_date',''),(1331,1719,'fave_loggedintoview','0'),(1332,1719,'fave_agent_display_option','author_info'),(1333,1719,'fave_agents','-1'),(1334,1719,'fave_property_agency','-1'),(1335,1719,'fave_prop_homeslider','no'),(1336,1719,'fave_single_top_area','global'),(1337,1719,'fave_single_content_area','global'),(1338,1719,'slide_template',''),(1339,1719,'rs_page_bg_color',''),(1340,1719,'houzez_manual_expire','0'),(1341,1719,'_houzez_expiration_date_status','saved'),(1342,1719,'_elementor_edit_mode','builder'),(1343,1719,'_elementor_template_type','wp-post'),(1344,1719,'_elementor_version','3.1.4'),(1345,1719,'houzez_total_property_views','2'),(1346,1719,'houzez_views_by_date','a:1:{s:10:\"03-17-2021\";i:2;}'),(1347,1719,'houzez_recently_viewed','2021-03-17 13:31:50'),(1348,1719,'_wp_page_template','default'),(1349,1719,'_elementor_data','[{\"id\":\"40c1e0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"79c1d942\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"46f2edf4\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"749cc31f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"7d2e39e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fc745a5\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d2e8832\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"3b9d2f76\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"2ea5a060\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c8ad9d\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.<\\/strong>\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"78e92c01\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=94007d2\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"691cf8d9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"6b5cfbd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"16e35102\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"73dd73af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc80823\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home\",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"globals\\/colors?id=c61532d\",\"box_background_color\":\"globals\\/colors?id=94007d2\",\"meta_label_color\":\"globals\\/colors?id=text\",\"meta_data_color\":\"globals\\/colors?id=c61532d\",\"sec_title_color\":\"globals\\/colors?id=c61532d\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a6691fd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c0ac944\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18cf42dc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ff75b0c\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"globals\\/colors?id=text\",\"meta_value_color\":\"globals\\/colors?id=text\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"globals\\/colors?id=9b7f964\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"5535464b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e8d064a\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"68d388eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ddcd114\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25af2b30\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"6244961d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"51de8e58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59ad99cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"7159e3ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5089b44c\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"677f37fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"568bc513\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":800,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6dab24e9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ebf0c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"48ec5354\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"78727cf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"2b1b5b7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"498541f5\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"globals\\/colors?id=text\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\",\"fp_meta_typo_typography\":\"\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sec_title_color\":\"#00233D\",\"fp_meta_typo_typography\":\"custom\",\"fp_meta_typo_font_family\":\"Darker Grotesque\",\"fp_meta_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"fp_meta_typo_font_weight\":\"400\",\"fp_meta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a7c7a56\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2efb2538\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5ed812c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e74a82b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"17750129\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"3d52beb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3e10b814\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3254a48b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"50cecf44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"672fdb87\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"63312dd1\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"6031c7a4\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"globals\\/colors?id=c61532d\",\"np_border_color\":\"globals\\/colors?id=c61532d\",\"price_color\":\"globals\\/colors?id=text\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"785da2bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e980fa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"1a3c2425\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8d626\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"5f4a471d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1418,10,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1438,20,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1448,22,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1458,149,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1469,151,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1480,153,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1491,155,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1508,10,'_edit_lock','1725455295:4'),(1539,10,'_yoast_wpseo_content_score','60'),(1540,10,'_yoast_wpseo_estimated-reading-time-minutes','13'),(1542,1761,'_wp_attached_file','2024/08/content-marketing.webp'),(1543,1761,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2024/08/content-marketing.webp\";s:8:\"filesize\";i:74216;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"content-marketing-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31142;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"content-marketing-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:199978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"content-marketing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15534;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"content-marketing-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130250;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"content-marketing-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:353878;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:31:\"content-marketing-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:255306;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:30:\"content-marketing-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101196;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:30:\"content-marketing-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145670;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:30:\"content-marketing-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100252;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:31:\"content-marketing-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:213444;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:29:\"content-marketing-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8606;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:30:\"content-marketing-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67490;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1544,1762,'_wp_attached_file','2024/08/digital-marketing.webp'),(1545,1762,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2024/08/digital-marketing.webp\";s:8:\"filesize\";i:82258;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"digital-marketing-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31206;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"digital-marketing-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:205600;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"digital-marketing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"digital-marketing-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:134248;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"digital-marketing-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:363330;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:31:\"digital-marketing-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:287850;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:30:\"digital-marketing-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111888;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:30:\"digital-marketing-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163448;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:30:\"digital-marketing-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111288;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:31:\"digital-marketing-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:219844;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:29:\"digital-marketing-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8590;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:30:\"digital-marketing-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69524;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1546,1763,'_wp_attached_file','2024/08/email-marketing.webp'),(1547,1763,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2024/08/email-marketing.webp\";s:8:\"filesize\";i:63532;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"email-marketing-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24480;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"email-marketing-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"email-marketing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14492;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"email-marketing-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106694;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"email-marketing-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:290112;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:29:\"email-marketing-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:236092;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:28:\"email-marketing-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95762;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:28:\"email-marketing-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138914;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:28:\"email-marketing-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94782;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:29:\"email-marketing-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:174796;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:27:\"email-marketing-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7588;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:28:\"email-marketing-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54438;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1548,1764,'_wp_attached_file','2024/08/lead-generation.webp'),(1549,1764,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2024/08/lead-generation.webp\";s:8:\"filesize\";i:64284;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lead-generation-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31086;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"lead-generation-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:190738;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lead-generation-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17328;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lead-generation-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:126776;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"lead-generation-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:331378;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:29:\"lead-generation-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:267934;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:28:\"lead-generation-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110776;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:28:\"lead-generation-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:157770;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:28:\"lead-generation-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109102;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:29:\"lead-generation-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:203866;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:27:\"lead-generation-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9526;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:28:\"lead-generation-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67590;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1550,1765,'_wp_attached_file','2024/08/ppc-advertising.webp'),(1551,1765,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2024/08/ppc-advertising.webp\";s:8:\"filesize\";i:39682;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"ppc-advertising-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25298;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"ppc-advertising-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143926;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"ppc-advertising-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12810;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"ppc-advertising-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95306;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"ppc-advertising-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:249244;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:29:\"ppc-advertising-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:192430;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:28:\"ppc-advertising-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78256;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:28:\"ppc-advertising-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110894;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:28:\"ppc-advertising-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76870;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:29:\"ppc-advertising-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:152708;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:27:\"ppc-advertising-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7826;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:28:\"ppc-advertising-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1552,1766,'_wp_attached_file','2024/08/seo.webp'),(1553,1766,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2024/08/seo.webp\";s:8:\"filesize\";i:48190;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"seo-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18886;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"seo-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116982;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"seo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"seo-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76578;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"seo-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:212270;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:17:\"seo-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:171514;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:16:\"seo-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66944;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:16:\"seo-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:98390;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:16:\"seo-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66714;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:17:\"seo-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:126704;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:15:\"seo-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5746;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:16:\"seo-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40336;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1554,1767,'_wp_attached_file','2024/08/social-media-marketing.webp'),(1555,1767,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2024/08/social-media-marketing.webp\";s:8:\"filesize\";i:56522;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"social-media-marketing-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27132;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"social-media-marketing-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160708;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"social-media-marketing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14810;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"social-media-marketing-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106392;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"social-media-marketing-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:282114;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:36:\"social-media-marketing-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:226464;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:35:\"social-media-marketing-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93322;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:35:\"social-media-marketing-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132844;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:35:\"social-media-marketing-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92496;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:36:\"social-media-marketing-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:172042;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:34:\"social-media-marketing-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8168;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:35:\"social-media-marketing-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56900;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1556,1768,'_wp_attached_file','2024/08/web-development.webp'),(1557,1768,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2024/08/web-development.webp\";s:8:\"filesize\";i:82888;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"web-development-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26998;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"web-development-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:186484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"web-development-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"web-development-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122416;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"web-development-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:330010;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:29:\"web-development-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:259096;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:28:\"web-development-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102246;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:28:\"web-development-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148482;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:28:\"web-development-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101834;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:29:\"web-development-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:199024;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:27:\"web-development-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8030;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:28:\"web-development-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63846;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1585,22,'_edit_lock','1725343584:1'),(1635,1777,'_wp_attached_file','2024/08/QUEBIC.webp'),(1636,1777,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:19:\"2024/08/QUEBIC.webp\";s:8:\"filesize\";i:108082;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"QUEBIC-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38546;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"QUEBIC-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:320672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"QUEBIC-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16444;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"QUEBIC-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:201992;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"QUEBIC-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:591898;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"QUEBIC-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:897814;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:20:\"QUEBIC-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:399302;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:19:\"QUEBIC-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:144342;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:19:\"QUEBIC-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:217620;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:19:\"QUEBIC-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:142952;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"QUEBIC-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:264596;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:18:\"QUEBIC-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8434;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:19:\"QUEBIC-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97422;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1637,1777,'_elementor_source_image_hash','9a835fa8d93c82059174a6e9008eefe3e9e4c436'),(1638,1778,'_wp_attached_file','2024/08/Ontario.webp'),(1639,1778,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:20:\"2024/08/Ontario.webp\";s:8:\"filesize\";i:136110;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Ontario-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39176;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Ontario-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:321328;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Ontario-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16178;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Ontario-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:197922;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Ontario-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:620322;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"Ontario-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:969636;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:21:\"Ontario-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:405266;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:20:\"Ontario-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136082;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:20:\"Ontario-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:209262;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:20:\"Ontario-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:135656;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:20:\"Ontario-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:261226;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"Ontario-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8938;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:20:\"Ontario-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92752;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1640,1778,'_elementor_source_image_hash','1704e05961fd2ff990461849d402aac534744c3c'),(1641,1779,'_wp_attached_file','2024/08/Alberta.webp'),(1642,1779,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:20:\"2024/08/Alberta.webp\";s:8:\"filesize\";i:73360;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Alberta-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36294;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Alberta-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:248506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Alberta-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15558;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Alberta-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163124;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Alberta-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:438532;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"Alberta-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:643710;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:21:\"Alberta-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:304226;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:20:\"Alberta-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117250;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:20:\"Alberta-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:171594;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:20:\"Alberta-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116568;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:20:\"Alberta-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:208342;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"Alberta-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8006;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:20:\"Alberta-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83024;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1643,1779,'_elementor_source_image_hash','b705347e34ce246b7c14d0577a0dfba404cb84ff'),(1644,1780,'_wp_attached_file','2024/08/British-colambia.webp'),(1645,1780,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:29:\"2024/08/British-colambia.webp\";s:8:\"filesize\";i:126004;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"British-colambia-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39982;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"British-colambia-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:334718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"British-colambia-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16548;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"British-colambia-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:211982;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"British-colambia-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:622374;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"British-colambia-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:941812;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:30:\"British-colambia-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:416878;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:29:\"British-colambia-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146784;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:29:\"British-colambia-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:221234;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:29:\"British-colambia-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145270;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:29:\"British-colambia-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:276830;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:28:\"British-colambia-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8784;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:29:\"British-colambia-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97156;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1646,1780,'_elementor_source_image_hash','07d70023aa7cd3ad2c8b75314f03b02c47be26d4'),(1647,1781,'_wp_attached_file','2024/08/Nova-scotia.webp'),(1648,1781,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:24:\"2024/08/Nova-scotia.webp\";s:8:\"filesize\";i:99234;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Nova-scotia-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39112;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Nova-scotia-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:294222;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Nova-scotia-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16390;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Nova-scotia-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:187842;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Nova-scotia-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:537712;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"Nova-scotia-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:810906;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:25:\"Nova-scotia-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:365124;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:24:\"Nova-scotia-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:134272;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:24:\"Nova-scotia-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:199882;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:24:\"Nova-scotia-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132928;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:24:\"Nova-scotia-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:244424;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:23:\"Nova-scotia-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8804;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:24:\"Nova-scotia-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92404;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1649,1781,'_elementor_source_image_hash','a0d6d3b207a4da4fb29a957da4fc30a5c7b1a3fe'),(1650,1782,'_wp_attached_file','2024/08/Saskatchawan.webp'),(1651,1782,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:25:\"2024/08/Saskatchawan.webp\";s:8:\"filesize\";i:56644;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Saskatchawan-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32240;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Saskatchawan-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:213308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Saskatchawan-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14160;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Saskatchawan-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141678;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"Saskatchawan-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:374402;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"Saskatchawan-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:551386;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"Saskatchawan-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:260112;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:25:\"Saskatchawan-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103262;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:25:\"Saskatchawan-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:149438;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:25:\"Saskatchawan-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102004;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:25:\"Saskatchawan-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:179260;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:24:\"Saskatchawan-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7696;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:25:\"Saskatchawan-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72796;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1652,1782,'_elementor_source_image_hash','cb0e62e89b6ea2d855bf9c9d3ded547f265bda76'),(1799,1798,'_wp_attached_file','2024/08/logo.webp'),(1800,1798,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:127;s:6:\"height\";i:124;s:4:\"file\";s:17:\"2024/08/logo.webp\";s:8:\"filesize\";i:2340;s:5:\"sizes\";a:1:{s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:16:\"logo-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2684;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1801,1799,'_elementor_edit_mode','builder'),(1802,1799,'_elementor_template_type','page'),(1803,1799,'_elementor_version','3.23.4'),(1807,1799,'_wp_page_template','default'),(1808,1799,'_elementor_data','[{\"id\":\"197c7a68\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg\",\"id\":1466},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"46b47e94\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716deaba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a7d3ba7\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Darker Grotesque\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"__globals__\":{\"text_typography_typography\":\"\",\"link_color\":\"\",\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"houzez-property-breadcrumb\"}],\"isInner\":false},{\"id\":\"3de41b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"10bc8cfb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2dae947e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"22de40f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"title_color\":\"#00233D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6749bdfe\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh aliquam neque porta tempor. Vivamus eu sem vehicula, commodo massa at, elementum ex. Suspendisse feugiat dapibus ullamcorper. Nulla augue turpis, posuere in maximus quis.<\\/p>\",\"_animation\":\"fadeIn\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13625c9c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"primary_color\":\"#16BFBF\",\"title_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"5d9261ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"211d25f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3e5c3088\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"299d642\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b90fe75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-project-blueprint-idea@64x64.svg\",\"id\":1293},\"library\":\"svg\"},\"title_text\":\"Project Design\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"53e639f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cc2a45a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-heavy-equipment-hook@64x64.svg\",\"id\":1295},\"library\":\"svg\"},\"title_text\":\"Development\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"570f2642\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"da8a706\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-project-blueprint-buildings@64x64.svg\",\"id\":1300},\"library\":\"svg\"},\"title_text\":\"Contractor Services\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"33ce8936\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"2e458739\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"48adca31\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-construction-paint@64x64.svg\",\"id\":1296},\"library\":\"svg\"},\"title_text\":\"Interior Painting\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7155c64e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6acee763\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"library\":\"svg\"},\"title_text\":\"Electrical\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5ca82999\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"88e07ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-construction-pipe@64x64.svg\",\"id\":1297},\"library\":\"svg\"},\"title_text\":\"Plumbing\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"31a08969\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"6d7f25d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25768264\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-construction-brick@64x64.svg\",\"id\":1298},\"library\":\"svg\"},\"title_text\":\"Carpentry\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"765a095a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d4ddf9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-construction-fence@64x64.svg\",\"id\":1299},\"library\":\"svg\"},\"title_text\":\"Flooring\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1adc626e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6ca8a576\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-house-modern@64x64.svg\",\"id\":1301},\"library\":\"svg\"},\"title_text\":\"Renovations\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a6c8d81\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"77bb7507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a8bd42\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3dda0fc5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"498791d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"43a91253\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-14.jpg\",\"id\":1560},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"rgba(22.000000000000032, 191.00000000000006, 191.00000000000006, 0.37)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"46f438bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"341d0b0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"header_size\":\"div\",\"title_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c248a1\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"77d14965\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e68d421\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"7382b5e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"10b9dce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Production\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"header_size\":\"div\",\"align_mobile\":\"left\",\"title_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31c03693\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Sed vitae nibh aliquam neque porta tempor\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"houzez_section_title_align\":\"right\",\"houzez_section_title_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"122a808\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"437fe993\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":50,\"blur\":0,\"spread\":0,\"color\":\"rgba(22.000000000000032, 191.00000000000006, 191.00000000000006, 0.37)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5eb5935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1370e0f5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1720dfc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"13c28db8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-16.jpg\",\"id\":1562},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":50,\"blur\":0,\"spread\":0,\"color\":\"rgba(22.000000000000032, 191.00000000000006, 191.00000000000006, 0.37)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48084b55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"45d14d00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delivery\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"header_size\":\"div\",\"title_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164ccaed\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Vivamus eu sem vehicula, commodo massa at\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5faa3caf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":930,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"7f8aa87f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"779d6c48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"491d5846\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39b37264\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"25aa35cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked questions\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"538dcd3a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5731f502\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Lorem ipsum dolor sit amet?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"06bf475\"},{\"tab_title\":\"Aenean elit sem, feugiat dapibus tincidunt sapien?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"41943b9\"},{\"tab_title\":\"Nunc maximus faucibus elit in dictum?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"1e23ed4\"},{\"tab_title\":\"Donec commodo dui id fringilla consectetur?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"9a6c71b\"},{\"tab_title\":\"Aenean quam libero, pretium?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"78012a8\"}],\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"content_color\":\"\",\"border_color\":\"\",\"icon_active_color\":\"\",\"icon_color\":\"\",\"title_typography_typography\":\"\",\"content_typography_typography\":\"\"},\"content_color\":\"#92A3AA\",\"icon_align\":\"right\",\"title_typography_font_family\":\"Darker Grotesque\",\"icon_color\":\"#00233D\",\"icon_active_color\":\"#00233D\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Darker Grotesque\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"content_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"6063ff0e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27cef5d6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"7dd3987c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fb25f02\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"44e05fb2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1814,1799,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1857,1808,'_wp_attached_file','2024/08/logo-1.webp'),(1858,1808,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:120;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2024/08/logo-1.webp\";s:8:\"filesize\";i:2330;s:5:\"sizes\";a:1:{s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:18:\"logo-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2210;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1859,1809,'_edit_lock','1725447965:4'),(1861,1809,'_edit_last','3'),(1862,1809,'fave_listing_page_content_area','0'),(1863,1809,'fave_prop_no','9'),(1864,1809,'fave_properties_sort','d_date'),(1865,1809,'fave_listings_tabs','disable'),(1866,1809,'fave_listings_tab_1','for-sale'),(1867,1809,'fave_listings_tab_2','for-sale'),(1868,1809,'fave_properties_min_beds','0'),(1869,1809,'fave_properties_min_baths','0'),(1870,1809,'fave_agency_orderby','none'),(1871,1809,'fave_agency_order','ASC'),(1872,1809,'fave_agent_orderby','none'),(1873,1809,'fave_agent_order','ASC'),(1874,1809,'fave_header_type','none'),(1875,1809,'fave_page_header_image_opacity','0.35'),(1876,1809,'fave_page_header_search','0'),(1877,1809,'fave_header_full_screen','0'),(1878,1809,'fave_adv_search_enable','global'),(1879,1809,'fave_adv_search','hide'),(1880,1809,'fave_adv_search_pos','under_menu'),(1881,1809,'fave_page_title','show'),(1882,1809,'fave_page_breadcrumb','show'),(1883,1809,'fave_page_sidebar','right_sidebar'),(1884,1809,'fave_page_background','yes'),(1885,1809,'fave_main_menu_trans','no'),(1886,1809,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(1887,1809,'_yoast_wpseo_estimated-reading-time-minutes','4'),(1888,1809,'_elementor_edit_mode','builder'),(1889,1809,'_elementor_template_type','wp-page'),(1890,1809,'_elementor_version','3.23.4'),(1891,1809,'_wp_page_template','elementor_header_footer'),(1892,1809,'_elementor_data','[{\"id\":\"a83e2d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1024x576.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"d910eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"05eb42a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation Services in Canada\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f69c96\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f6d7379\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"88ab7bc\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f4adfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f036\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56a3cfc3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"330b2703\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6c8449c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Point2 Listing?\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7233c4b9\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1546aa87\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\",\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"356fca97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"15d09870\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"a46dc58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1.webp\",\"id\":2377,\"size\":\"\",\"alt\":\"Real estate Lead Generation\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45f83188\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3a8995a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1dd3d217\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7bc32692\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"30cff9b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2ec49ca1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy.webp\",\"id\":1814,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"388b8504\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"316fc24d\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Estate Lead Generation ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Real Estate lead generation Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\\n\\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60eb7f25\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44db4c5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1b83e24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddf9bb0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"df20892\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cedc29c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6bf316f\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Sales-and-revenue.webp\",\"id\":2017,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Sales And Revenue\",\"text\":\"Increased sales and revenue: By generating high-quality leads, you can build a strong client base and increase your sales and <br>revenue.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Efficiency-and-productvity.webp\",\"id\":2016,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Efficiency And Productivity\",\"text\":\"Increased efficiency and productivity: Our data-driven approach allows you to focus your efforts on the most promising leads\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Trust-and-creadibity.webp\",\"id\":2019,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Trust And Credibility\",\"text\":\"Establish yourself as an expert: Effective lead generation can help you establish yourself as an expert in the industry, helping you build trust \",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Targeted.webp\",\"id\":2018,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Targeted Marketing\",\"text\":\"Real estate lead generation allows agents to target their marketing efforts towards specific demographics or geographic areas. This helps them reach potential clients\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61898ae\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"27\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"994b7f8\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Strategies\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"91f9aad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"06482aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"bbbbedc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.\\u00a0<\\/p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4211e3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"67b5189\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Marketing-1.webp\",\"id\":3338,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"300\"},\"_background_background\":\"classic\",\"_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":50,\"blur\":0,\"spread\":-24,\"color\":\"#FFBA4D\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7278869\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\",\"__globals__\":{\"border_color\":\"\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c288f4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50.667000000000001591615728102624416351318359375},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3df39a7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Strategies-1.webp\",\"id\":3339,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"300\"},\"_background_background\":\"classic\",\"_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":50,\"blur\":0,\"spread\":-24,\"color\":\"#FFBA4D\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"61965d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c3b7a9a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.<\\/p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b71a07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\",\"__globals__\":{\"border_color\":\"\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"2318fe8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"206cc5a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.<\\/p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6c4237\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50.667000000000001591615728102624416351318359375},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d1ef66d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Strategies-1.webp\",\"id\":3339,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"300\"},\"_background_background\":\"classic\",\"_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":50,\"blur\":0,\"spread\":-24,\"color\":\"#FFBA4D\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d929776\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"6e47309\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#949494\"},\"elements\":[{\"id\":\"d0dc14c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d01c4cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1893,1809,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1894,1812,'_wp_attached_file','2024/08/250-250.webp'),(1895,1812,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:20:\"2024/08/250-250.webp\";s:8:\"filesize\";i:4128;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"250-250-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2956;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"250-250-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2212;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1896,1813,'_wp_attached_file','2024/08/512-512.webp'),(1897,1813,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:20:\"2024/08/512-512.webp\";s:8:\"filesize\";i:8096;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"512-512-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5860;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"512-512-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2536;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:20:\"512-512-512x444.webp\";s:5:\"width\";i:512;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9018;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:20:\"512-512-512x438.webp\";s:5:\"width\";i:512;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9056;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"512-512-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1936;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:20:\"512-512-496x496.webp\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11154;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1898,1814,'_wp_attached_file','2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy.webp'),(1899,1814,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:60:\"2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy.webp\";s:8:\"filesize\";i:40770;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27978;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:162692;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14200;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109578;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:281880;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:62:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:414878;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:61:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:197474;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:60:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:84950;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:60:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120772;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:60:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:84366;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:60:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136994;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:59:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7660;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:60:\"What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59280;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:112:\"elementor/thumbs/What-Is-Real-Estate-Lead-Generation-scaled-copy-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1920,1809,'_yoast_wpseo_content_score','90'),(1956,6,'_wp_page_template','default'),(1957,6,'_elementor_page_settings','a:12:{s:9:\"site_name\";s:14:\"Point2 Listing\";s:16:\"site_description\";s:27:\"Real Estate Lead Generation\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#CE8516\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#221603\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(1958,6,'_edit_lock','1723786554:1'),(1964,6,'_elementor_data','[]'),(1971,6,'_elementor_page_assets','a:0:{}'),(1972,6,'_elementor_version','3.23.4'),(2019,1828,'_edit_lock','1724757712:1'),(2020,1828,'_edit_last','1'),(2021,1828,'_elementor_edit_mode','builder'),(2022,1828,'_elementor_template_type','wp-post'),(2023,1828,'_elementor_version','3.23.4'),(2038,1831,'_wp_attached_file','2024/08/Amplifying-Visibility-In-The-Digital-Realm.webp'),(2039,1831,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:55:\"2024/08/Amplifying-Visibility-In-The-Digital-Realm.webp\";s:8:\"filesize\";i:1356;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2040,1832,'_wp_attached_file','2024/08/Elevating-Recognition-And-Influence.webp'),(2041,1832,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:48:\"2024/08/Elevating-Recognition-And-Influence.webp\";s:8:\"filesize\";i:1812;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2042,1833,'_wp_attached_file','2024/08/target.webp'),(2043,1833,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:19:\"2024/08/target.webp\";s:8:\"filesize\";i:1540;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2044,1834,'_wp_attached_file','2024/08/Tracking.webp'),(2045,1834,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:21:\"2024/08/Tracking.webp\";s:8:\"filesize\";i:736;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2110,1841,'_wp_attached_file','2024/08/Point2-Listing-logo-all-brown.png'),(2111,1841,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:41:\"2024/08/Point2-Listing-logo-all-brown.png\";s:8:\"filesize\";i:25938;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Point2-Listing-logo-all-brown-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11724;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Point2-Listing-logo-all-brown-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Point2-Listing-logo-all-brown-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5447;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"Point2-Listing-logo-all-brown-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29671;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:42:\"Point2-Listing-logo-all-brown-1080x785.png\";s:5:\"width\";i:1080;s:6:\"height\";i:785;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27444;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:41:\"Point2-Listing-logo-all-brown-592x444.png\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22266;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:41:\"Point2-Listing-logo-all-brown-758x564.png\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28401;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:41:\"Point2-Listing-logo-all-brown-584x438.png\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22018;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:41:\"Point2-Listing-logo-all-brown-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23411;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:40:\"Point2-Listing-logo-all-brown-120x90.png\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4193;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:41:\"Point2-Listing-logo-all-brown-496x496.png\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19097;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2118,1828,'_wp_page_template','default');
INSERT INTO `wpau_postmeta` VALUES (2119,1828,'_elementor_data','[{\"id\":\"8848ac6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"container_add_particles_color\":\"#fe4c1c,#00c3ff,#0160e7\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"container_particles_class\":\"\",\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_trigger\":\"load\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_global_divider_sw\":\"\",\"premium_shapes_data\":{\"shape1\":{\"title\":\"Shape 1\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 283.5 27.8\' preserveAspectRatio=\'xMidYMax slice\'><path class=\'elementor-shape-fill\' d=\'M265.8 3.5c-10.9 0-15.9 6.2-15.9 6.2s-3.6-3.5-9.2-.9c-9.1 4.1-4.4 13.4-4.4 13.4s-1.2.2-1.9.9c-.6.7-.5 1.9-.5 1.9s-1-.5-2.3-.2c-1.3.3-1.6 1.4-1.6 1.4s.4-3.4-1.5-5c-3.9-3.4-8.3-.2-8.3-.2s-.6-.7-.9-.9c-.4-.2-1.2-.2-1.2-.2s-4.4-3.6-11.5-2.6-10.4 7.9-10.4 7.9-.5-3.3-3.9-4.9c-4.8-2.4-7.4 0-7.4 0s2.4-4.1-1.9-6.4-6.2 1.2-6.2 1.2-.9-.5-2.1-.5-2.3 1.1-2.3 1.1.1-.7-1.1-1.1c-1.2-.4-2 0-2 0s3.6-6.8-3.5-8.9c-6-1.8-7.9 2.6-8.4 4-.1-.3-.4-.7-.9-1.1-1-.7-1.3-.5-1.3-.5s1-4-1.7-5.2c-2.7-1.2-4.2 1.1-4.2 1.1s-3.1-1-5.7 1.4-2.1 5.5-2.1 5.5-.9 0-2.1.7-1.4 1.7-1.4 1.7-1.7-1.2-4.3-1.2c-2.6 0-4.5 1.2-4.5 1.2s-.7-1.5-2.8-2.4c-2.1-.9-4 0-4 0s2.6-5.9-4.7-9c-7.3-3.1-12.6 3.3-12.6 3.3s-.9 0-1.9.2c-.9.2-1.5.9-1.5.9S99.4 3 94.9 3.9c-4.5.9-5.7 5.7-5.7 5.7s-2.8-5-12.3-3.9-11.1 6-11.1 6-1.2-1.4-4-.7c-.8.2-1.3.5-1.8.9-.9-2.1-2.7-4.9-6.2-4.4-3.2.4-4 2.2-4 2.2s-.5-.7-1.2-.7h-1.4s-.5-.9-1.7-1.4-2.4 0-2.4 0-2.4-1.2-4.7 0-3.1 4.1-3.1 4.1-1.7-1.4-3.6-.7c-1.9.7-1.9 2.8-1.9 2.8s-.5-.5-1.7-.2c-1.2.2-1.4.7-1.4.7s-.7-2.3-2.8-2.8c-2.1-.5-4.3.2-4.3.2s-1.7-5-11.1-6c-3.8-.4-6.6.2-8.5 1v21.2h283.5V11.1c-.9.2-1.6.4-1.6.4s-5.2-8-16.1-8z\'\\/><\\/svg>\"},\"shape2\":{\"title\":\"Shape 2\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 320\'><path d=\'M0 298.992c15.313-52.905 61.648-93.749 119.782-99.266l728.025-69.099c75.962-7.21 143.486 48.608 150.696 124.569l1.497 15.77V320H0v-21.008z\'\\/><\\/svg>\"},\"shape3\":{\"title\":\"Shape 3\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 320\'><path d=\'M1000 0s-1.148 150.944-120 220C729.547 307.416 0 300 0 300v20h1000V0z\'\\/><\\/svg>\"},\"shape4\":{\"title\":\"Shape 4\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M806,94.7C619.5,90,500,20.3,500,1.7c-1,18.6-117.5,88.3-306,93C92,97.2,0,97.9,0,97.9v-0l0,0v2.3h1000v-2.3 C1000,97.7,920.3,97.6,806,94.7z M350,65.1L350,65.1L350,65.1L350,65.1z\'\\/><\\/svg>\"},\"shape5\":{\"title\":\"Shape 5\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' width=\'1000\' height=\'100\' preserveAspectRatio=\'none\' viewBox=\'0 0 1000 100\'><defs><style>.premium-sh-cls-2{opacity:.33;}.premium-sh-cls-2,.premium-sh-cls-3{isolation:isolate;}.premium-sh-cls-3{opacity:.66;}<\\/style><\\/defs><path class=\'premium-sh-cls-2\' d=\'m527,32.7c203.9-88.3,263.1,34,320.3,0,86.7-51.8,152.7,7.6,152.7,7.6v59.7H0v-59.7S62.1,14.2,94.9,11c32.8-3.3,62.8,12.3,75.8,22.1,23.3,17.3,84,58.2,134.4,62.2s202.5-54.3,221.9-62.6Z\'\\/><path class=\'premium-sh-cls-3\' d=\'m266,32.7c45.5,0,77.2,23.2,129.1,39.1,28.6,8.7,150.3,10.1,254-39.1,103.7-49.2,91.7,34.4,149.2,0,86-51,201.7,27.5,201.7,27.5v39.8H0v-36.5s28.2,18.5,92.1,18.5c97.7-.1,132.2-49.3,173.9-49.3Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m233.9,71.1c200,57.5,266-65.5,395.1-19.5,129,46.6,129,43,186.2,27.8,56.8-15.2,52.5-24.3,94.9-31.9,61.3-11.2,89.9,52.5,89.9,52.5H0s9.9-40.9,83.6-48.1,86.8,1.1,150.3,19.2Z\'\\/><\\/svg>\"},\"shape6\":{\"title\":\"Shape 6\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 70.8\' preserveAspectRatio=\'none\'><path  d=\'M400,68c0,0-7.1-0.8-7.1-8.5s6.4-22.1,0-26s-7.3,2.6-6,6.5c1.3,3.9,6.2,14.5-2.6,14.8  c-6.3,0.2-0.8-8.3-7.4-10.2c-3.7-1.1-2,4.6-6.3,4.8c-6.3,0.4-7.8-10.1-7.8-12.4c0-2.3,1.9-28.7,0-32.9c-1.9-4.2-3.6-4.5-5.3-3.7  c-1.7,0.7-4.6,2.5-2,11.2c2.7,8.7,3.4,26,3.8,29.5c0.4,3.6,0.2,8.9-5.3,8.3c-5.6-0.6-0.9-16.1-6.6-15.7c-5.7,0.4-0.6,9-6.5,11.2  s-7.6,0.2-8-4.2c-0.3-4.4-5.9-5-8.6,6c-2.7,11-10.5,9-11.4,0.4s3.6-22.9-4.3-21.9s-3.6,11.9-2.2,14.4s6.3,22.2-6,27.3  c-12.3,5.1-1.7-33.5-10.4-32.9c-8.7,0.7,2.7,24.4-7.5,27.2c-10.2,2.8,0-15.1-7.1-17.6c-7.1-2.5,3.7,10.7-4.1,13.4  c-7.9,2.7-6.6-26.4-6.6-26.4s2.9-14.9-3.2-13.9c-6.1,1-1.7,14.7-0.7,18.6c0.9,3.9,1.7,22.2-7.4,22.5c-12.2,0.4-2.4-23.9-12.2-23.1  c-9.8,0.7,0.2,11.1-8.5,15.2c-2.5,1.2-5.6-5.9-8.7-4.9c-3.2,1-4.2,10.9-9.2,10.1c-5-0.7-4.4-11.5-4.3-18.7c0.1-7.1-3.9-7.9-3.7-2.4  c0.2,5,2.5,16.2-0.2,20.6c-0.5,0.7-1.4,1-2.2,0.5c-1.4-0.8-2.1-1.6-1.9,2.6c0.2,4.9-1.5,7.4-3.7,8c-0.3,0.1-0.6,0.1-0.9,0.1l0,0  c-0.6,0-1.2-0.1-1.8-0.3c-1.4-0.5-3.5-2-3.4-6c0.2-7.6,6.4-22.1,0-26c-6.4-3.9-7.3,2.6-6,6.5s6.2,14.5-2.6,14.8  c-6.3,0.2-0.8-8.3-7.4-10.2c-3.7-1.1-2,4.6-6.3,4.8c-6.3,0.4-7.8-10.1-7.8-12.4c0-2.3,1.9-28.7,0-32.9s-3.6-4.5-5.3-3.7  s-4.6,2.5-2,11.2c2.7,8.7,3.4,26,3.8,29.5c0.4,3.6,0.2,8.9-5.3,8.3c-5.6-0.6-0.9-16.1-6.6-15.7c-5.7,0.4-0.6,9-6.5,11.2  c-5.9,2.2-7.6,0.2-8-4.2s-5.9-5-8.6,6c-2.7,11-10.5,9-11.4,0.4c-0.8-8.6,3.6-22.9-4.3-21.9s-2.7,11.6-2.2,14.4  c0.9,4.8,2.7,25.8-5.4,24.6c-13.1-2-2.2-30.8-11-30.2c-8.7,0.7,2.7,24.4-7.5,27.2C72.5,64,83,41.9,75.6,43.6  C69.9,45,79.4,54.3,71.5,57c-7.9,2.7-6.6-26.4-6.6-26.4s2.9-14.9-3.2-13.9S60.1,31.4,61,35.3s1.7,22.2-7.4,22.5  c-12.2,0.4-2.4-23.9-12.2-23.1c-9.8,0.7,0.8,14.8-8.4,17.4c-7.9,2.3-3.6-10.5-9.5-10.1c-4,0.3,2.9,13.9-8.5,13  c-5-0.4-4.4-11.5-4.3-18.7c0.1-7.1-3.9-7.9-3.7-2.4c0.2,5.5,3,18.5-1.2,21.7c-2.2-0.6-3.4-3.2-3.2,2.1S2,67,0,68v2.8h400V68z\'\\/><\\/svg>\"},\"shape7\":{\"title\":\"Shape 7\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 50\' preserveAspectRatio=\'none\'><g><path  d=\'M158.3,19.5c2.6,0.3,1.2-4.2-0.5-2C157.1,18.3,157.4,19.4,158.3,19.5z\'\\/><path  d=\'M157.2,8.9c-0.8-0.7-1.8,1.1-1.7,1.4C156.2,11.4,158,9.6,157.2,8.9z\'\\/><path  d=\'M171.8,19.1c2.2-0.6,1.1-3.2-0.6-1.3C170.7,18.6,170.9,19.4,171.8,19.1z\'\\/><path  d=\'M154,23.1c0.9-0.1,1.2-1.2,0.5-2C152.8,18.9,151.4,23.4,154,23.1z\'\\/><path  d=\'M140.5,22.7c0.8,0.2,1.1-0.6,0.6-1.3C139.4,19.6,138.3,22.1,140.5,22.7z\'\\/><path  d=\'M140.5,26.9c-1.8,1.9,3.9,2,1.6,0.3C141.7,26.9,140.9,26.5,140.5,26.9z\'\\/><path  d=\'M350.3,37.3c-0.1-0.1-0.1-0.2-0.2-0.3c-1-1.3-0.3-3-3.6-3.5c-1.9-0.4-5.3,0.3-7.2,0.7c-3,1-4.3,2.5-7.7,3   c-3.2,0.5-7,0.7-10.3,0.9c-2.8,0.1-5.4,0.1-7.4-1.2c-1.9-1.1-1.7-2.5-4-3.3c-9.3-3.1-15.9,2.9-23.9,4.9c-1.9-1.1-0.2-2.4-0.1-3.6   c-0.3-5-7.3-0.3-10.6,1c-1.7,0.7-3,1-4,1c-0.5-0.1-0.9-0.2-1.4-0.2c-1.7-0.6-2.4-2.3-3.6-3.7c1-0.4,2.1-0.7,2.9-1.4   c1-0.9,0.8-2.2-0.7-2.2c-1.1,0-2.6,1.4-3.3,2c-0.1,0.1-0.2,0.2-0.3,0.4c-2-1.2-5.1-1.4-8.2-0.6c0.5-1.1,1-2.2,0.4-2.8   c-1.1-1.1-3.2,0.6-4.4-0.2c-1.7-1.1,4.7-4.4-0.6-4.7c-1.1,0-2.8,0.3-2.6-1.2c0.1-1.1,2-1,2.2-2.3c0.1-1.4-2.2-1.1-1.1-3   c0.7-1,2.7-1.4,3-2.6c0.3-1.7-1.4-1-2.2-0.5c-1.2,0.8-1.9,2.7-3.3,3.4c-1.1,0.7-2.3,0.2-3,1.8c-0.3,0.8,0.1,3-1,3.4   c-2.4,0.8,0.8-6.1-2.5-4.7c-1.8,0.9-1,4.7-1.7,6.1c-0.5,0.9-1.4,2.6-2.7,2c-0.3-0.2-0.4-0.4-0.5-0.6c0-0.1,0-0.3,0-0.4   c0.1-0.7,0.5-1.5-0.2-1.9c-0.7-0.5-1.8,0.4-2.5,1.2c-0.1,0.1-0.2,0.1-0.2,0.2c-0.1,0.2-0.2,0.3-0.3,0.4c-1.4,1.7-1.1,4.9-3.1,6.8   c-0.6,0.6-2.5,2.1-3.5,1.4c-0.9,2.1-1.6,4.3-2.2,6.6c-0.4,0.3-0.9,0.6-1.4,0.9c-0.9-0.8-1.5-1.9-1.6-3   c-0.4-5.6,11.4-12.7,11.2-16.2c0,0-0.2-0.8-0.2-1.4c-0.3-4.7,6.6-8.2,6.9-9.7c0.1-0.5-0.6-1.2-2.1-1.1c-7.1,0.5-10.1,13-12.6,13.2   c-0.7,0.1-1.7-0.8-1.8-2.2c-0.1-1.4,0.7-2.8,0.6-4.3c-0.1-1.1-0.7-1.1-1.3-1.1c-3.2,0.2-4,13.6-11.1,14.1c-8.7,0.6-5-14-9.5-13.7   c-2.3,0.2-5.4,4-6.1,4.1c-1.9,0.1-0.6-4.3-5.5-4c-0.8,0.1-1.8,0.3-1.8,0.3c-1.8,0.1-0.8-2.9-2.5-2.8c-0.5,0-0.9,0.4-1.4,0.5   c-1.3,0.1-3.6-3-5.8-2.8c-0.9,0.1-2.3,0.8-2.2,2.2c0.2,3.1,5.3,0.9,7.2,5.5c0.7,1.8,0.3,4.4,2.1,5.8c2.2,1.7,10.8,9.5,11.1,13.1   c0.1,1.6-0.1,3.1-0.6,4.2c-0.2,0-0.3,0-0.5,0c-0.2-0.1-0.5-0.2-0.7-0.3c-1.2-2.8-2.5-5.5-4-8.1c-0.9,0.8-3-0.4-3.7-0.9   c-2.2-1.6-2.4-4.8-4-6.3c-0.5-0.6-2.5-2.2-3.3-1.4c-0.9,0.8,0.9,2.2-0.3,3c-1.3,0.8-2.4-0.8-3-1.6c-0.9-1.4-0.6-5.2-2.5-5.8   c-3.5-1,0.6,5.4-1.8,5c-0.3-0.1-0.5-0.3-0.7-0.6c0.6-0.2,0.9-0.7,0.3-1.4c-0.2-0.2-0.5-0.2-0.7-0.1c-0.1-0.5-0.2-0.9-0.3-1.2   c-0.9-1.5-2-0.9-3.2-1.4c-1.4-0.5-2.4-2.3-3.7-2.9c-0.9-0.5-2.6-0.9-2.1,0.8c0.4,1.2,2.5,1.3,3.3,2.2c1.3,1.7-1,1.7-0.7,3.1   c0.3,1.2,2.2,0.8,2.5,1.9c0.4,1.5-1.3,1.4-2.4,1.6c-5.1,1,1.6,3.3,0.1,4.7c-0.6,0.5-1.4,0.4-2.2,0.3c-0.3-0.2-0.8-0.4-1.3-0.6   c-3.7-1.2-7.6-0.9-9.6,0.7c-1,0.8-1.6,2-2.3,2.9c0,0-0.1,0-0.1,0c-0.9,0.1-1.3,0.7-1.1,1.2c-0.2,0.1-0.5,0.3-0.7,0.4   c-0.5,0.1-0.9,0.1-1.4,0.2c-1,0-2.3-0.3-4-1c-3.3-1.3-10.3-6-10.6-1c0.2,1.2,1.8,2.5-0.1,3.6c-8-2-14.7-8-23.9-4.9   c-2.4,0.9-2.1,2.3-4,3.3c-2,1.3-4.6,1.3-7.4,1.2c-3.3-0.2-7.1-0.4-10.3-0.9c-3.4-0.5-4.7-2-7.7-3c-1.9-0.5-5.3-1.1-7.2-0.7   c-3.3,0.5-2.6,2.2-3.6,3.5c-0.3,0.3-0.5,0.7-0.9,0.9c-43.7-2.6-66-5.7-66-5.7V50h400V32.3C400,32.3,385.5,34.9,350.3,37.3z\'\\/><path  d=\'M237.9,15c-0.3,0-0.4,0.3-0.4,0.6c0,0.5,0.7,0.9,1.2,0.8c0.4,0,0.6-0.3,0.6-0.7C239.4,15.2,238.5,15,237.9,15z   \'\\/><path  d=\'M232.2,9.1c0.7-0.6,1-1.1,1.8-1.4c2.4-1,2.9-2.5,2.8-3c0-0.6-0.5-0.7-1.4-0.6c-2.3,0.2-4,2.2-4.3,3.9   C230.9,9.1,231.4,9.8,232.2,9.1z\'\\/><path  d=\'M228.5,5.5c0.4,0,1.5-1.1,1.4-2.5c-0.1-0.7-0.4-1.4-1.1-1.4c-0.6,0-1.6,0.7-1.5,1.7   C227.4,4.4,227.9,5.6,228.5,5.5z\'\\/><path  d=\'M222.7,11.8c0.8-0.1,1.6-1.4,1.6-2.2c-0.1-0.8-0.6-1.2-1-1.2c-0.5,0-1.3,0.6-1.2,2   C222,10.7,222.2,11.8,222.7,11.8z\'\\/><path  d=\'M196.8,13c0.2-0.2,0.3-0.5,0.2-0.8c0-0.3-1.8-5.6-2.5-5.5c-0.9,0.1-1.3,0.9-1.2,1.8   C193.4,9.4,196.4,13.5,196.8,13z\'\\/><path  d=\'M184,11.2c0.3,0,1.1-1,1-2c-0.1-1-0.8-1.6-1.4-1.5c-0.5,0-0.8,1.3-0.7,2C183,10.7,183.6,11.2,184,11.2z\'\\/><path  d=\'M178.5,8.7c0.5,0,0.9-0.1,0.9-0.7c-0.1-0.9-0.8-1.9-1.6-1.8c-0.6,0-0.7,0.3-0.7,0.8   C177.1,7.9,177.6,8.8,178.5,8.7z\'\\/><path  d=\'M174.4,14.3c0.3-0.1,0.2-0.4,0.2-0.7c0-0.6-0.6-1-1.1-1C172.3,12.8,173.4,14.6,174.4,14.3z\'\\/><path  d=\'M202.1,10.7c0.7,0.2,0.7-1.1,0.6-1.6c-0.1-1.3-1.7-2.8-1.6-1.2C201.2,8.6,201.3,10.6,202.1,10.7z\'\\/><path  d=\'M203.1,4.1c0,0,0.8,0,0.7-0.7c0-0.4-0.7-1.1-1.2-1.1c-0.3,0-0.5,0.3-0.5,0.7C202.1,3.5,202.5,4,203.1,4.1z\'\\/><path  d=\'M227.2,15.6c0.7,0.1,1.6-1.1,1.5-2.3c0-0.5-0.2-0.5-0.5-0.5c-0.8,0.1-1.4,0.8-1.4,1.5   C226.8,14.6,227,15.6,227.2,15.6z\'\\/><\\/g><\\/svg>\"},\"shape8\":{\"title\":\"Shape 8\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 61.7\' preserveAspectRatio=\'none\'><path  d=\'M400,61.7V17.9c-0.1-1.1-0.4-3.5-0.4-3.5c0-0.4-4-1.2-4,1.2c0,1.3-3.9,1.7-3.9,3.1c0-1-5.1-0.5-5.1,0  c0,0.1-4,2.6-4,2.7c0-0.6-4.8,2.1-4.8,0.9c0-1.3-5,0-5,0.2c0,0.8-3.8,2.6-3.8,3.3c0,0.3-4.7,0.5-4.7,1c0-1.1-3.9,3.4-3.9,2.9  c0-0.2-5.1-0.4-5.1,0.1c0-1.1-4.4,1.1-4.4,1.6c0,2.3-4.3,2.6-4.3,3.4c0,0.8-5.3-2.8-5.3-2.1c0-1.2-5.3-0.6-5.3,0.2  c0-0.4-5.1,2.8-5.1,1.8c0,0.6-4.7-0.1-4.7,0.6c0,0.9-3.4,3-3.4,2.9c0,0.2-3.4,2.4-3.4,2.8c0,1.2-4.8,0.3-4.8,0.1  c0-0.5-4.5,0.5-4.5,0.4c0-0.3-4.6,2.7-4.6,3c0-0.5-4.7-1.4-4.7-2c0,1-4.6,2-4.6,0.9c0,1-4.7,0.8-4.7-0.7c0,0-4.7-0.8-4.7,0.1  c0-0.2-4.6,2.1-4.6,2.2c0-0.1-4.6-0.7-4.6,0.5c0,0.3-4.3-1-4.3-0.6c0-0.1-3.9-2.8-3.9-1.9c0-0.5-3.9-2.1-3.9-2.7c0,0.8-3-3.4-3-3.7  c0,0.1-3.9-1.1-3.9-2.7c0-0.2-4.6-0.2-4.6-0.9c0-0.4-5.1-0.5-5.1-0.7c0-0.2-3.7,3.5-3.7,3.8c0-1.4-3.9,3.1-3.9,2.8  c0-1-4.7,0.5-4.7,1.7c0,0.5-4,0.5-4,1.7c0,0.1-3.6,3.3-3.6,2.9c0-1.3-4.4-0.2-4.4,0.9c0,0.7-4.6-1.2-4.6-0.1c0-1.2-4.1,1.4-4.1,1.7  c0,0.9-4.5-1.6-4.5-0.9c0,1.1-4.1,3.2-4.1,2.7c0-0.1-4.4,1.1-4.4,0.7c0,0.6-4.4,0.1-4.4-0.9c0,1.6-4.4-2.1-4.4-1.8  c0,1.2-4.3,3.9-4.3,2.9c0,0.1-4.3-1.3-4.3-0.6c0,2.1-4.4,0.8-4.4,0.4c0-0.7-3.8-4-3.8-3.4c0-1.7-3.6-2.5-3.6-2.1  c0-0.3-4.2-1.4-4.2-1c0-0.4-4.1,0.4-4.1-1.5c0-1.1-4.6,0.8-4.6-0.6c0,0.2-3.1-3.9-3.1-4c0,0.7-4.4-2.2-4.4-1.6c0,1-4.4-1.6-4.4-1.6  c0-0.4-4.9,0.8-4.9,0.3c0,0.7-4.6-0.2-4.6-0.3c0,0.3-4.4-0.6-4.4-1.4c0-0.4-4.6-1.7-4.6-1.8c0,0.4-4.7,0.6-4.7,0.9  c0,0-4.5,3-4.5,1.4c0,1.9-4.4,0.9-4.4,1.4c0-0.2-5.2-2-5.2-1.8c0,0.6-4.2,2.5-4.2,2.2c0,1.2-3.7,3.9-3.7,3.5c0-0.2-4.4,0.9-4.4,1.6  c0,0.8-5.1-0.2-5.1-0.8c0,0.4-4.5,1.5-4.5,1.5c0,0.7-4.7-0.9-4.7-0.8c0,0.3-4.4-0.7-4.4-1.4c0-0.8-4.7-0.9-4.7-0.1  c0-0.1-4.4-2.5-4.4-1.4c0-0.3-5.1,2-5.1,0.9c0-1.3-4.1-2.5-4.1-2.5c0,0.1-4.5-1.3-4.5-2.5c0-0.6-4.8,3.5-4.8,2.2  c0-0.9-4.3,2.5-4.3,2.4c0-0.6-5.4-1.1-5.4-1.8c0-1.3-4.1,4.2-4.1,3c0-0.2-5.1-0.5-5.1-0.7c0-0.5-3.9,1.2-3.9,1.3  c0-0.3-4.1-0.6-4.1-0.3c0-0.4-4.3,1.3-4.3,1c0,0.2-4.6,0.8-4.6-0.2c0-0.1-2.8-2.7-2.8-3.8c0-2-4.3-0.8-4.3-2c0,0.6-4.5,0.8-4.5-1.6  c0,0.2-2.6-5.2-2.6-4.7c0,1-1.9,0.1-3.2-0.5l0,33.9H400z\'\\/><\\/svg>\"},\"shape9\":{\"title\":\"Shape 9\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' width=\'4080.2\' height=\'394.6\' viewBox=\'0 0 4080.2 394.6\'><defs><style>..premium-sh-cls-2{opacity:.2;}.premium-sh-cls-2,.premium-sh-cls-3{isolation:isolate;}.premium-sh-cls-3{opacity:.5;}<\\/style><\\/defs><path class=\'premium-sh-cls-2 pr-path\' d=\'m4080.2,394.6v-181.3c-9.9-5.5-24.8-19.8-34.1-62.3-9.3-42.4-49-72.2-49-72.2,24.2,32,34.1,103.6,0,104.7s-23-40.2-23-40.2c-15.5,11.6-9.9,42.4-9.9,42.4-28.5-24.8-14.9-64.5-14.9-64.5-13,17.1-18.6,38-6.8,82.1s-65,62.3-70.7,25.9c-5.1-32.8,18-36.4,26.7-68.9s-32.3-53.5-32.3-53.5c20.5,51.8-18.6,70-18.6,70-1.9-25.4-24.8-38.6-24.8-38.6,13.6,24.3-.7,50-16.7,54-15.7,3.9-45.3-.6-36-38.6s-4.3-60.6-4.3-60.6c1.2,18.7-11.2,32-11.2,32,2.5-35.8-3.7-41.3-17.4-62.3-13.6-20.9,0-43.5,0-43.5-81.3,27-66.4,106.4-66.4,106.4-31-28.1-6.2-72.8-6.2-72.8-26.7,20.4-29.2,43-21.7,105.8,7.4,62.8-27.9,60.6-27.9,60.6,13-63.9-40.3-86-40.3-86,42.2,42.4,6.2,90.9-21.1,90.9s-37.9-19.8-37.8-46.3c0-29.2-24.2-39.1-24.2-39.1,10.5,10.5,18.6,57.3-10.5,55.7-29.2-1.7-14.9-48,.6-86.5,15.5-38.6-23-63.9-23-63.9,0,0,40.3,61.7-9.9,59.5s-19-78.3-19-78.3c-43.8,48-17.6,93.7-6.5,116.3,11.2,22.6,13,93.7-37.8,93.7s-50.2-68.9-44-91.5-8.7-39.1-8.7-39.1c9.3,27-14.9,43-32.9,16.5s-1.9-78.3-1.9-78.3c-45.3,49.6-4.3,100.3,4.3,125.1,8.7,24.8-3.1,55.1-26.7,55.1s-34.7-14.9-30.4-34.7-6.8-35.3-6.8-35.3c2.5,8.8-.6,39.1-20.5,39.1s-32.3-23.7-23-59.5c9.3-35.8.6-45.7-16.7-67.8s12.4-50.2,12.4-50.2c0,0-38.5,17.6-65.1,46.8-26.7,29.2,9.3,73.3,8.1,97-1.2,23.7-22.3,24.3-34.7,3.3s5-55.7,5-55.7c-15.5,9.4-23,33.6-18,60.1s-6.5,49.6-21.7,49.6c-13.9,0-24.8-6.6-27.3-29.8-2.5-23.1-30.4-35.8-30.4-35.8,25.4,38,.4,54-13,54-12.4,0-22.3-11-22.3-32.5s14.9-40.4,29.8-63-12.4-40-12.4-40c19.2,38.6-25.4,58.4-45.3,30.9-19.9-27.6-5.6-70-5.6-70-31,36.9-4.3,75,6.8,99.2,11.2,24.3,3.1,59.5-27.3,54s-15.5-44.1-15.5-44.1c0,0-19.9,14.3-13.6,56.2s-57.7,52.4-54.6,25.4c3.1-27-10.5-39.1-10.5-39.1,4.3,27-11.8,35.8-11.8,35.8,5.6-33.6-18.6-52.4-18.6-52.4,13.6,23.7-1.2,46.3-16.1,46.3s-28.5-5-34.1-17.6c-5.6-12.7-3.7-28.7,11.2-61.2,15-32.5-.1-52.9-.1-52.9,1.2,14.3-14.3,29.8-14.3,29.8,1.2-36.4-17.4-46.8-37.2-62.3-19.9-15.4-10.5-46.3-10.5-46.3-69.5,32.5-27.9,117.4-27.9,117.4-34.1-22-35.4-71.1-35.4-71.1-14.9,41.3,1.9,68.3,16.7,95.3,14.9,27,5,52.9-3.7,62.8s-40.3,14.3-44.7-12.7c-4.3-27,16.1-49.6,16.1-49.6-14.1,3.3-27.3,19.7-27.3,41.3s-3.1,39.1-20.5,39.1-27.9-9.9-22.3-40.2-17.4-46.3-17.4-46.3c10.5,39.1-33.5,22-45.3-9.4s13.6-71.1,13.6-71.1c-27.9,6.6-29.2,33.1-29.2,33.1-29.8-29.8-18.7-68.9-18.7-68.9-29.9,25.9-5.4,77.2-2.3,86.5,3.1,9.4,8.7,56.8-26.1,55.1-34.7-1.7-25.4-44.1-12.4-69.4-31.6,20.4-22,62.8-22,62.8-12.7-5.5-20.8-32.5-20.8-32.5-5,20.4,1.2,28.7,16.1,61.2s-9.3,50.2-21.7,50.2-36.6-1.1-29.8-39.7-27.9-50.2-27.9-50.2c42.2,45.2-9.9,79.9-32.5,61.5-40.5-33,1.5-89,1.5-89-26.1,11-33.5,31.4-32.9,62.8.6,31.4-15.5,46.3-45.9,46.3s-36-34.7-21.7-70c14.3-35.3-4.3-60.1-4.3-60.1.6,29.2-19.2,43.3-19.2,43.3-9.3-64.2-58.9-82.9-58.9-82.9,56.5,120.2,9.3,165.4-13,165.9-31.3.7-56.1-28.7-65.4-71.1-9.3-42.4-49-72.2-49-72.2,24.2,32,34.1,103.6,0,104.7-34.1,1.1-23-40.2-23-40.2-15.5,11.6-9.9,42.4-9.9,42.4-28.5-24.8-14.9-64.5-14.9-64.5-13,17.1-18.6,38-6.8,82.1s-65,62.3-70.7,25.9c-5.1-32.8,18-36.4,26.7-68.9s-32.3-53.5-32.3-53.5c20.5,51.8-18.6,70-18.6,70-1.9-25.4-24.8-38.6-24.8-38.6,13.6,24.3-.7,50-16.7,54-15.7,3.9-45.3-.6-36-38.6s-4.3-60.6-4.3-60.6c1.2,18.7-11.2,32-11.2,32,2.5-35.8-3.7-41.3-17.4-62.3s0-43.5,0-43.5c-81.3,27-66.4,106.4-66.4,106.4-31-28.1-6.2-72.8-6.2-72.8-26.7,20.4-29.2,43-21.7,105.8,7.4,62.8-27.9,60.6-27.9,60.6,13-63.9-40.3-86-40.3-86,42.2,42.4,6.2,90.9-21.1,90.9s-37.9-19.8-37.8-46.3c0-29.2-24.2-39.1-24.2-39.1,10.5,10.5,18.6,57.3-10.5,55.7-29.2-1.7-14.9-48,.6-86.5,15.5-38.6-23-63.9-23-63.9,0,0,40.3,61.7-9.9,59.5s-19-78.3-19-78.3c-43.8,48-17.6,93.7-6.5,116.3,11.2,22.6,13,93.7-37.8,93.7s-50.2-68.9-44-91.5-8.7-39.1-8.7-39.1c9.3,27-14.9,43-32.9,16.5s-1.9-78.3-1.9-78.3c-45.3,49.6-4.3,100.3,4.3,125.1,8.7,24.8-3.1,55.1-26.7,55.1s-34.7-14.9-30.4-34.7-6.8-35.3-6.8-35.3c2.5,8.8-.6,39.1-20.5,39.1s-32.3-23.7-23-59.5c9.3-35.8.6-45.7-16.7-67.8s12.4-50.2,12.4-50.2c0,0-38.5,17.6-65.1,46.8-26.7,29.2,9.3,73.3,8.1,97-1.2,23.7-22.3,24.3-34.7,3.3s5-55.7,5-55.7c-15.5,9.4-23,33.6-18,60.1s-6.5,49.6-21.7,49.6c-13.9,0-24.8-6.6-27.3-29.8-2.5-23.1-30.4-35.8-30.4-35.8,25.4,38,.4,54-13,54-12.4,0-22.3-11-22.3-32.5s14.9-40.4,29.8-63c14.9-22.6-12.4-40-12.4-40,19.2,38.6-25.4,58.4-45.3,30.9-19.9-27.6-5.6-70-5.6-70-31,36.9-4.3,75,6.8,99.2,11.2,24.3,3.1,59.5-27.3,54-30.4-5.5-15.5-44.1-15.5-44.1,0,0-19.9,14.3-13.6,56.2,6.2,41.9-57.7,52.4-54.6,25.4,3.1-27-10.5-39.1-10.5-39.1,4.3,27-11.8,35.8-11.8,35.8,5.6-33.6-18.6-52.4-18.6-52.4,13.6,23.7-1.2,46.3-16.1,46.3s-28.5-5-34.1-17.6c-5.6-12.7-3.7-28.7,11.2-61.2,15-32.5-.1-52.9-.1-52.9,1.2,14.3-14.3,29.8-14.3,29.8,1.2-36.4-17.4-46.8-37.2-62.3-19.9-15.4-10.5-46.3-10.5-46.3-69.5,32.5-27.9,117.4-27.9,117.4-34.1-22-35.4-71.1-35.4-71.1-14.9,41.3,1.9,68.3,16.8,95.3,14.9,27,5,52.9-3.7,62.8s-40.3,14.3-44.7-12.7c-4.3-27,16.1-49.6,16.1-49.6-14.1,3.3-27.3,19.7-27.3,41.3s-3.1,39.1-20.5,39.1-27.9-9.9-22.3-40.2-17.4-46.3-17.4-46.3c10.5,39.1-33.5,22-45.3-9.4s13.6-71.1,13.6-71.1c-27.9,6.6-29.2,33.1-29.2,33.1-29.8-29.8-18.7-68.9-18.7-68.9-29.9,25.9-5.4,77.2-2.3,86.5,3.1,9.4,8.7,56.8-26.1,55.1-34.7-1.7-25.4-44.1-12.4-69.4-31.6,20.4-22,62.8-22,62.8-12.7-5.5-20.8-32.5-20.8-32.5-5,20.4,1.2,28.7,16.1,61.2,14.9,32.5-9.3,50.2-21.7,50.2s-36.6-1.1-29.8-39.7-27.9-50.2-27.9-50.2c42.2,45.2-9.9,79.9-32.5,61.5-40.5-33,1.5-89,1.5-89-26.1,11-33.5,31.4-32.9,62.8.6,31.4-15.5,46.3-45.9,46.3s-36-34.7-21.7-70c14.3-35.3-4.3-60.1-4.3-60.1.6,29.2-19.2,43.3-19.2,43.3-9.3-64.2-58.9-82.9-58.9-82.9,56.5,120.2,9.3,165.9-13,165.9S.7,212.7.7,212.7v181.9h4079.5Z\'\\/><path class=\'premium-sh-cls-3\' d=\'m4080.2,394.6v-118.9s-29.4-14-33.8-39.7c-4.4-25.7,11.3-46.4-13.2-68.8h0c0,.1,9.4,43.1-27.7,54.3-37.1,11.2-47.2-21.3-47.2-21.3,0,0,12,48.7-18.3,71-30.2,22.4-83.1,28-83.7-22.9h0c-19.5,25.2-32.7,13.4-30.8-6.7,1.9-20.1,17.9-19.5,18.9-47.5,0,0-32.1,20.1-63.6,19s-50.4-36.4-52.9-62.6c-2.5-26.3-6.3-39.7-12.6-50.3-6.3-10.6-5-33,3.1-48.1,0,0-20.8,17.3-16.4,52,4.4,34.7-6.9,46.4-21.4,47.5s-23.9-12.3-23.9-12.3c0,0,1.3,20.9,5,30.6,3.8,9.7,10.7,50.5-17.6,70.1-28.3,19.6-57.7,8.3-46.6-33h0c-24.5,22.4-19.4,50.3-47.8,56.5-24,5.2-52.2-9.5-52.2-29.6s10.8-15.8,6.3-47h0c-12.6,26.8-28.1,28.9-40.3,20.1-16.9-12.3,2.5-61-33.4-82.2,0,0,30.2,67.1,0,107.9-30.2,40.8-79.9,29.6-93.8,7.3-13.8-22.4,3.1-35.8-17-64.9h0c0,.2,11.3,63.2-37.8,69.9s-49.1-35.8-48.5-44.7c0,0-12,16.2-34.6,10.1s-28.3-28-26.4-44.2c1.9-16.2,4.5-52.3-6.9-71.6-14.1-23.9-3.8-50.9-3.8-50.9,0,0-33.4,22.4-21.4,62.6,12,40.3,21.9,79.9-2.6,90.3-24.5,10.4-38.3.3-41.5-8.1-3.1,14.5,7,49.7-18.9,59.3-19.9,7.4-39.3,2.3-44.7-16.8-4.8-17.2-8.9-21.9-15.1-27.4,0,0,12,43.6-21.4,54.8-33.4,11.2-49.1-11.2-46.6-33.6,2.5-22.4,10.7-47,10.7-47,0,0-19.5,16.2-23.9,36.9s-39.7,19.6-42.2-2.8h0c-.6,28.5-18.1,56.2-53.5,53.1-39.1-3.4-52.2-29.6-52.2-29.6,0,0-17.6,16.8-42.8,3.9-25.2-12.9-22-40.8-19.5-54.3s12-52.6-5-69.4c-17-16.8-33.4-27.4-35.9-63.2,0,0-8.8,36.4,6.9,58.7,15.7,22.4,27.1,51.5,1.9,62.6-25.2,11.2-36.5-44.2-36.5-44.2h0s-2.1,21.4,5.3,38.6c14,32.6-19.1,113.5-66.3,73.2,0,0-18.3,30.2-51,20.7s-35.9-31.3-33.4-48.7,13.8-22.4,9.4-43.6c0,0-11.3,14.5-30.8,10.1-19.5-4.5-12.6-28-12-35.2.6-7.3-4.4-16.8-17-26.8-12.6-10.1-7.6-27.4-7.6-27.4,0,0-10.8,20,5.7,45.3,17.3,26.5-19.5,76.7-57.3,47.5,0,0,43.6,98.6-32.1,104.2-40.8,3-44.1-44.4-65.5-58.3,0,0,.3,41.1-28.7,33.8-29-7.3-12.9-36.6-32.4-50,0,0,13.8,55.4-23.9,69.4-37.8,14-69.9-2.2-76.2-27.4-6.3-25.2,17-71,0-100.1,0,0,3.8,26.8-11.3,41.6,0,0-6.2-9.9-14.5-14.8,8.4,36.9-12.2,113.4-74.5,94.9-1.9-.6-3.8-1.4-5.6-2.4-7.4-4.2-27.5-17.3-31.1-38.3-4.4-25.7,11.3-46.4-13.2-68.8h0c0,.1,9.4,43.1-27.7,54.3-37.1,11.2-47.2-21.3-47.2-21.3,0,0,12,48.7-18.3,71-30.2,22.4-83.1,28-83.7-22.9h0c-19.5,25.2-32.7,13.4-30.8-6.7,1.9-20.1,17.9-19.5,18.9-47.5,0,0-32.1,20.1-63.6,19s-50.4-36.4-52.9-62.6c-2.5-26.3-6.3-39.7-12.6-50.3-6.3-10.6-5-33,3.1-48.1,0,0-20.8,17.3-16.4,52,4.4,34.7-6.9,46.4-21.4,47.5s-23.9-12.3-23.9-12.3c0,0,1.3,20.9,5,30.6,3.8,9.7,10.7,50.5-17.6,70.1-28.3,19.6-57.7,8.3-46.6-33h0c-24.5,22.4-19.4,50.3-47.8,56.5-24,5.2-52.2-9.5-52.2-29.6s10.8-15.8,6.3-47h0c-12.6,26.8-28.1,28.9-40.3,20.1-16.9-12.3,2.5-61-33.4-82.2,0,0,30.2,67.1,0,107.9-30.2,40.8-79.9,29.6-93.8,7.3-13.8-22.4,3.1-35.8-17-64.9h0c0,.2,11.3,63.2-37.8,69.9s-49.1-35.8-48.5-44.7c0,0-12,16.2-34.6,10.1-22.7-6.2-28.3-28-26.4-44.2,1.9-16.2,4.5-52.3-6.9-71.6-14.1-23.9-3.8-50.9-3.8-50.9,0,0-33.4,22.4-21.4,62.6s21.9,79.9-2.6,90.3c-24.5,10.4-38.3.3-41.5-8.1-3.1,14.5,7,49.7-18.9,59.3-19.9,7.4-39.3,2.3-44.7-16.8-4.8-17.2-8.9-21.9-15.1-27.4,0,0,12,43.6-21.4,54.8-33.4,11.2-49.1-11.2-46.6-33.6,2.5-22.4,10.7-47,10.7-47,0,0-19.5,16.2-23.9,36.9s-39.7,19.6-42.2-2.8h0c-.6,28.5-18.1,56.2-53.5,53.1-39.1-3.4-52.2-29.6-52.2-29.6,0,0-17.6,16.8-42.8,3.9-25.2-12.9-22-40.8-19.5-54.3s12-52.6-5-69.4c-17-16.8-33.4-27.4-35.9-63.2,0,0-8.8,36.4,6.9,58.7,15.7,22.4,27.1,51.5,1.9,62.6-25.2,11.2-36.5-44.2-36.5-44.2h0s-2.1,21.4,5.3,38.6c14,32.6-19.1,113.5-66.3,73.2,0,0-18.3,30.2-51,20.7s-35.9-31.3-33.4-48.7,13.8-22.4,9.4-43.6c0,0-11.3,14.5-30.8,10.1-19.5-4.5-12.6-28-12-35.2.6-7.3-4.4-16.8-17-26.8-12.6-10.1-7.6-27.4-7.6-27.4,0,0-10.8,20,5.7,45.3,17.3,26.5-19.5,76.7-57.3,47.5,0,0,43.6,98.6-32.1,104.2-40.8,3-44.1-44.4-65.5-58.3,0,0,.3,41.1-28.7,33.8-29-7.3-12.9-36.6-32.4-50h0s13.8,55.4-23.9,69.4c-37.8,14-69.9-2.2-76.2-27.4-6.3-25.2,17-71,0-100.1,0,0,3.8,26.8-11.3,41.6,0,0-6.2-9.9-14.5-14.8,8.5,37.5-12.8,115.8-77.4,94v119.2h4080.2Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m4080.2,394.6v-53.2s-45.6-9-39.5-48.1c6.1-39.1-23-58.3-23-58.3,19.6,25.9,16.9,59.5-14.2,59.5s-25.7-45.5-25.7-45.5c-40.6,18.2-2,85.2-66.3,85.2s-73.1-48.1-73.1-48.1c-60.9,4.2-38.6-55.3-38.6-55.3-17.6,1.8-16.9,33.7-20.3,46.9-3.4,13.2-12.9,26.5-34.5,24.7-21.7-1.8-25.7-17.4-16.9-70.3,8.8-52.9-14.2-90.8-14.2-90.8,12.3,42.1,5.4,76.9-12.2,76.9s-16.2-26.4-16.2-26.4c-14.1,11.4-10.2,33.1-2.8,45.1,7.4,12,2,55.9-42,55.9s-45.3-42.1-45.3-42.1c-14.7,2.6-16.2,18.6-21,36.7-4.7,18-18.9,28.9-18.9,28.9,7.4-17.4-8.1-39.1-8.1-39.1,0,0,2.7,54.1-35.9,45.7-38.6-8.4-18.3-80.6-18.3-80.6-23,5.4-25,45.1-25,45.1-16.9-29.5,8.8-66.1,8.8-66.1-30.5,13.8-29.1,45.1-27.1,77.6,2,32.5-37.2,39.1-38.6,16.2-1.4-22.8-20.3-35.5-20.3-35.5,0,0,7.4,54.7-29.1,49.9-36.5-4.8-14.9-37.9-29.1-52.9-14.2-15-6.8-33.7-6.8-33.7-29.1,7.8-28.4,60.1-28.4,60.1-6.8-4.2-8.8-27.1-8.8-27.1-23.7,18.6,6.6,51.4-33,46.4-48-6-29.3-94.5-29.3-94.5,0,0-13,.1-18.4,32.5s-49.2,15.6-45.2-12.7c4-28.3-6.1-54.1-6.1-54.1-4.1,58.9-45.3,28.3-45.3,28.3,24.8,90.5-21.9,116.2-51.3,115.3-7.3-.2-19.7-3.6-26.5-31.3-6.8-27.7-32.5-38.6-32.5-38.6,14.2,14.9,11.5,66.3-14.2,66.3s-33.8-52.9-33.8-52.9c-8.9,24.1,0,56.5,0,56.5-40.6-27.7-21.7-92.6-21.7-92.6-33.2,6.6-34.5,60.1-34.5,60.1-16.9-7.2-12.9-31.3-12.9-31.3-29.8,9-23.2,53.8-36.5,61.3-19.9,11.2-47,2.7-49.4-20.4-2.2-21.3-13.5-36.7-13.5-36.7-8.1,76.8-56.2,49.3-79.2.6s7.4-100.4,7.4-100.4c-39.9,17.4-31.1,46.3-38.6,87.2-7.4,40.9-53.1,54.4-53.1,54.4,6.8-38.8-24-53.2-24-53.2,11.8,12.8,12.8,50.1,1.8,55-40.5,18-45.8-43.1-45.8-43.1-30.8,28.1,31.5,63.3-13.9,60.3-45.3-3-42.6-42.9-42.6-73.6,0-40.4-33.6-65.3-33.6-65.3,0,0,37.3,91.6-.5,91.5-45.7-.1-24.2-59.9-24.2-59.9-24.4,16.5-17.3,43.9-17.9,67.3-.7,23.4-9.6,44.6-29.1,53.7-17.9,8.3-102.5,18.3-98.5-20.3,3.1-29.6-6.8-42.1-6.8-42.1,1.4,30.1-18.9,46.3-18.9,46.3,8.8-44.8-15.2-70-15.2-70,0,0,.7,45.4-43.3,64s-76.2-2.7-82.2-27.1c-4.8-19.4,10.5-40.3,10.5-40.3-47.7,19.5-32.1,72.1-32.1,72.1-34.9-5.7-21.7-38.9-21.7-38.9-23.3,6-18.8,16.6-18.8,30.1,0,25.4-69.8,6.5-63.7-32.6,6.1-39.1-23-58.3-23-58.3,19.6,25.9,16.9,59.5-14.2,59.5s-25.7-45.5-25.7-45.5c-40.6,18.2-2,85.2-66.3,85.2s-73.1-48.1-73.1-48.1c-60.9,4.2-38.6-55.3-38.6-55.3-17.6,1.8-16.9,33.7-20.3,46.9s-12.9,26.5-34.5,24.7c-21.7-1.8-25.7-17.4-16.9-70.3,8.8-52.9-14.2-90.8-14.2-90.8,12.3,42.1,5.4,76.9-12.2,76.9s-16.2-26.4-16.2-26.4c-14.1,11.4-10.2,33.1-2.8,45.1s2,55.9-42,55.9-45.3-42.1-45.3-42.1c-14.7,2.6-16.2,18.6-21,36.7-4.7,18-18.9,28.9-18.9,28.9,7.4-17.4-8.1-39.1-8.1-39.1,0,0,2.7,54.1-35.9,45.7-38.6-8.4-18.3-80.6-18.3-80.6-23,5.4-25,45.1-25,45.1-16.9-29.5,8.8-66.1,8.8-66.1-30.5,13.8-29.1,45.1-27.1,77.6,2,32.5-37.2,39.1-38.6,16.2-1.4-22.8-20.3-35.5-20.3-35.5,0,0,7.4,54.7-29.1,49.9-36.5-4.8-14.9-37.9-29.1-52.9-14.2-15-6.8-33.7-6.8-33.7-29.1,7.8-28.4,60.1-28.4,60.1-6.8-4.2-8.8-27.1-8.8-27.1-23.7,18.6,6.6,51.4-33,46.4-48-6-29.3-94.5-29.3-94.5,0,0-13,.1-18.4,32.5s-49.2,15.6-45.2-12.7c4-28.3-6.1-54.1-6.1-54.1-4.1,58.9-45.3,28.3-45.3,28.3,24.7,90.6-21.9,116.3-51.3,115.4-7.3-.2-19.7-3.6-26.5-31.3s-32.5-38.6-32.5-38.6c14.2,14.9,11.5,66.3-14.2,66.3s-33.8-52.9-33.8-52.9c-8.9,24.1,0,56.5,0,56.5-40.6-27.7-21.7-92.6-21.7-92.6-33.2,6.6-34.5,60.1-34.5,60.1-16.9-7.2-12.9-31.3-12.9-31.3-29.8,9-23.2,53.8-36.5,61.3-19.9,11.2-47,2.7-49.4-20.4-2.2-21.3-13.5-36.7-13.5-36.7-8.1,76.8-56.2,49.3-79.2.6s7.4-100.4,7.4-100.4c-39.9,17.4-31.1,46.3-38.6,87.2-7.4,40.9-53.1,54.4-53.1,54.4,6.8-38.8-24-53.2-24-53.2,11.8,12.8,12.8,50.1,1.8,55-40.5,18-45.8-43.1-45.8-43.1-30.8,28.1,31.5,63.3-13.9,60.3-45.3-3-42.6-42.9-42.6-73.6,0-40.4-33.6-65.3-33.6-65.3,0,0,37.3,91.6-.5,91.5-45.7-.1-24.2-59.9-24.2-59.9-24.4,16.5-17.3,43.9-17.9,67.3-.7,23.4-9.6,44.6-29.1,53.7-17.9,8.3-102.5,18.3-98.5-20.3,3.1-29.6-6.8-42.1-6.8-42.1,1.4,30.1-18.9,46.3-18.9,46.3,8.8-44.8-15.2-70-15.2-70,0,0,.7,45.4-43.3,64s-76.2-2.7-82.2-27.1c-4.8-19.4,10.5-40.3,10.5-40.3-47.7,19.5-32.1,72.1-32.1,72.1-34.9-5.7-21.7-38.9-21.7-38.9-23.3,6-18.8,16.6-18.8,30.1,0,25.4-24.2,15.4-24.2,15.4v53.4h4080Z\'\\/><\\/svg>\"},\"shape10\":{\"title\":\"Shape 10\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 35\'><path d=\'M1000 5S822.877 3.636 700 3.93c-18.088.043-36.002 10.945-51 11.07-21.081.175-37.54-10.382-49-10-20.98.7-33.333 17.5-50 15S516.667 0 500 0s-33.333 17.5-50 20-29.02-14.3-50-15c-11.645-.388-29.453 10.167-51 9.992-15.016-.122-30.925-11.022-49-11.064C176.964 3.644 0 5 0 5v30h1000V5z\'\\/><\\/svg>\"},\"shape11\":{\"title\":\"Shape 11\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 60\'><path d=\'M1000 20L700 40l-50-20-50 20L500 0 400 40l-50-20-50 20L0 20v40h1000V20z\'\\/><\\/svg>\"},\"shape12\":{\"title\":\"Shape 12\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1047.1 3.61\' preserveAspectRatio=\'none\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m1041.9,3.61v-1.2c-2,1.1-2.6-.4-2.6-.4,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.2-.6-4.4,1.5-5.7,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.7-1.7-1.6-1.9-2.1-.6-4.4,1.5-5.8,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.2-.6-4.4,1.5-5.7,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9C6.1-.49,3.9,1.61,2.7,2.31c-2.1,1.2-2.7-.3-2.7-.3v1.6h1047.1-5.2ZM2.5,2.41h0Zm.3-.3s0,.1-.1.1q.1,0,.1-.1Z\'\\/><\\/svg>\"},\"shape13\":{\"title\":\"Shape 13\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M761.9,40.6L643.1,24L333.9,93.8L0.1,1H0v99h1000V1\'\\/><\\/svg>\"},\"shape14\":{\"title\":\"Shape 14\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 2600 130.1\'><defs><style>.premium-sh-cls-1 {  opacity: .5;}.premium-sh-cls-1, .premium-sh-cls-2 {  isolation: isolate;}.premium-sh-cls-1, .premium-sh-cls-2, .premium-sh-cls-3 {  stroke-width: 0px;}.premium-sh-cls-2 {  opacity: .25;}<\\/style><\\/defs><path class=\'premium-sh-cls-3\' d=\'m2600,61v69.1H0S2600,61,2600,61Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m0,61h2600v69.1H0V61Z\'\\/><path class=\'premium-sh-cls-2\' d=\'m2600,61L0,0v130.1s2600,0,2600,0V61Z\'\\/><\\/svg>\"},\"shape15\":{\"title\":\"Shape 15\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 283.5 18.8\'><defs><style>.premium-sh-cls-1 {  isolation: isolate;  opacity: .33;}.premium-sh-cls-1, .premium-sh-cls-2 {  stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8V0l-141.7,14.7L0,0v18.8h283.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8V6.2l-141.7,8.6L0,6.2v12.6h283.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8v-6.4l-141.7,2.4L0,12.4v6.4h283.5Z\'\\/><path class=\'premium-sh-cls-2\' d=\'m283.5,18.8v-1.2l-141.7-2.8L0,17.6v1.2h283.5Z\'\\/><\\/svg>\"},\"shape16\":{\"title\":\"Shape 16\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 283.5 27.22\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m0,17.52s7.3-4.3,14-4.6c6.8-.3,12.6,0,20.9,1.5,11.3,2,33.1,10.1,44.7,5.7s12.1-4.6,18-7.4c6.6-3.2,20-9.6,36.6-9.3,17.7.3,49.8,16.6,63,15.8,1.4-.1,6.6-.8,10.5-2,3.8-1.2,9.4-3.8,17-4.7,3.2-.4,8.3-1.1,14.2-.9,1.5.1,6.3.4,12,1.6,5.7,1.2,11,3.1,15.8,3.7,10.3,1.1,16.8-.5,16.8-.5v10.8H0v-9.7Zm22.7-1.6c.7,1,2,.4,4.3.4s6.1,1.2,5.8,1.1c-.3-.1-3.1-1.5-6-1.9-3-.5-4.7-.6-4.1.4Zm18.4,2.7s2.4.2,5.6.9c3.2.8,10.3,2.8,15.1,3.5,8.2,1.1,15.8,0,15.1-.1-.8-.1-9.6.6-17.6-1.1-3.3-.7-9.3-2.2-12.4-2.7-3.3-.6-5.8-.5-5.8-.5Zm57.2.1c-1.7.7,13.3-4.7,18.5-6.1,2.1-.6,6.2-1.6,10-2,3.9-.4,8.9-.4,8.8-.5,0-.2-5.8-.8-11.2,0s-5.2,1.1-7.6,1.6c-3.8.8-16.8,6.3-18.5,7Zm-13.9,1.6c-.2,0,.8.4,4.8-1.1s6.7-3.5,6.9-3.7c.2-.1-3.5,1.8-6.6,3-3,1.2-5,1.8-5.1,1.8ZM.5,21.22c.1-.1,1.9-1.1,4.8-2.5,2.9-1.4,6.9-2.8,6.7-2.7-.2,0-3.5.6-7.4,2.5S.4,21.32.5,21.22Zm251.7-5.6c-.1.2,1.9.2,4.5,1.2s5.4,1.6,7.8,2c4,.8,11.7-.1,11.3-.2-.3-.1-8.2.3-12.5-.7-2.2-.5-2.4-.5-5.7-1.6s-5.3-1-5.4-.7Zm-41.7,2.4c-.4.1-3.5,1.6-8.4,2.6-4.9,1.1-8.9.5-8.9.8s1,.9,6.2.3,11.5-3.8,11.1-3.7Zm1.4,2.5c-.2-.1-3.4,1.3-5.7,1.7-2.3.3-1.9.5-1.9.6s1.1.2,2.7-.2c1.7-.5,5.1-2,4.9-2.1Zm-22,2.3c-.1-.2-3.5-.8-5.6-1.8-2.1-1-1.8-.6-1.9-.5s.8.8,2.4,1.3c1.6.6,5.2,1.2,5.1,1Zm28.2-6.7c.1-.3-.3-.5-1.9.2s-2.6,1.3-2.2,1.2.9-.4,2.5-.8c1.7-.4,1.5-.3,1.6-.6Zm30.9-1.3c.2,0-2.1-.8-3.3-.9-1.2-.1-2-.1-2,.2s.1.5,1.6.4c1.6-.1,3.5.3,3.7.3Zm-117.7-8.7c.1-.1,2.4.3,7.5.3s13.6,2.4,17.2,3.5c3.6,1.1-10-3.9-16.5-4.1-6.5-.2-8.3.4-8.2.3Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m13.9,9.22c.1.1,4.6-.3,7.2,0,7.3.7,17,3.2,16.6,2.9s-13.7-3.1-17-3.3c-4.9-.4-6.9.4-6.8.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m56.1,17.42c.2.1,4.5,1,9.5,1.2s12.7-.6,12.3-.5c-.3.1-5.9,1.8-13.3,1.2s-8.7-2-8.5-1.9Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m79,13.82c.1.1-2,1-3.2,1.1s-2,0-2-.3.1-.5,1.6-.4c1.7.1,3.5-.5,3.6-.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m82.5,16.62c0,.1,4.4-1.2,6.3-2.2,1.9-.9,6.2-3.1,6.1-3.1-.1-.1-4.2,1.6-6.3,2.6s-6.1,2.6-6.1,2.7Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m129,.52c.1.1,4.6-.3,7.2,0,7.3.7,17,3.2,16.6,2.9-.4-.3-13.7-3.1-17-3.3-4.9-.4-6.9.3-6.8.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m241.6,7.92s-1.2.3-2.9.1c-1.7-.2-5.8-.9-8.2-.7-4.2.4-7.4,2.7-7,2.6.4,0,4.3-2.2,8.6-1.9,1.8.1,5.1.5,6.7.4s2.8-.5,2.8-.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m208,14.62c-.2-.1-2,.8-4.3,1.1-2.3.2-2.1.3-2.1.5,0,.1,1.8.4,3.4,0,1.6-.5,3.2-1.5,3-1.6Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m267.9,14.02c0,.1-4.3,0-6.7-.5-2.4-.5-5-1.9-5-2s2.7.8,5.1,1.4c2.3.6,6.5,1,6.6,1.1Z\'\\/><\\/svg>\"},\"shape17\":{\"title\":\"Shape 17\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1800.2 5.8\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;  }<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m0,0v5.8h1800.2V0l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3L255.6.1l-5.5,5.3-5.6-5.4h-.2l-5.5,5.4L233.2.1l-5.4,5.3L222.2.1l-5.5,5.3L211.1.1l-5.5,5.3-5.6-5.4h-.2l-5.4,5.4L188.7.1l-5.4,5.3L177.7.1l-5.5,5.3L166.6.1l-5.4,5.3L155.5.1l-5.4,5.3-5.6-5.4h-.2l-5.5,5.4L133.2.1l-5.5,5.3L122.1.1l-5.4,5.3L111.1.1l-5.5,5.3-5.6-5.4h-.2l-5.5,5.4L88.7.1l-5.4,5.3L77.7.1l-5.5,5.3L66.6.1l-5.5,5.3L55.5.1l-5.4,5.3-5.7-5.4h-.1l-5.5,5.4L33.2.1l-5.5,5.3L22.1.1l-5.4,5.3L11,.1l-5.4,5.3L0,0Z\'\\/><\\/svg>\"},\"shape18\":{\"title\":\"Shape 18\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 700 10\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M360 0L350 9.9 340 0 0 0 0 10 700 10 700 0\'\\/><\\/svg>\"},\"shape19\":{\"title\":\"Shape 19\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 20\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M519.8,0.2c-11,0-19.8,8.5-19.8,19c0-10.4-8.8-19-19.8-19L0,0v20h1000V0.2H519.8z\'\\/><\\/svg>\"},\"shape20\":{\"title\":\"Shape 20\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z\' fill=\'%23fbd8c2\'\\/><path d=\'M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z\' opacity=\'.5\' fill=\'%23fbd8c2\'\\/><path d=\'M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z\' opacity=\'.5\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape21\":{\"title\":\"Shape 21\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape22\":{\"title\":\"Shape 22\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg class= xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape23\":{\"title\":\"Shape 23\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.1 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape24\":{\"title\":\"Shape 24\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.6 2003.4 89.5\'><g fill=\'%23fbd8c2\'><path d=\'M2001 42l-12-21-12-21-12 21-12 21-4 6-8 14-6 11-6-11-12-20-12-21-12-21-12 21-12 21-8 14-4 7-8 13-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 6-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 20-8 14-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-8 14-4 6-8 14-8-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 21-8 13-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-12 21-7 13-8-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21-13 21-8 13-7-14-12-20-12-21-12-21-12 21-12 21h-1l-12 21-5 10-6-11-12-20-12-21-13-21-12 21-12 21-4 7-8 13-8 14-7-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21h-1l-12 21-7 13-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 7-6 10-6-11-12-20-12-21-12-21-12 21-12 21-4 7-8 13-8 14-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-8 13-4 7-8 14-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 6-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 20-8 14-8-14-12-20-12-21L86 0 74 21 62 42 50 63l-6 10-6-11-12-20-12-21L2 42l12 20-4-7-5-8-3-5 12-21L2 0 0 3v80h2003V46zM6 76l1-2 2-3 2-3-5 8zm252-34l8-14-8 14-12 20zm947 0l8-14-8 14-12 20zm344 0l7-14-7 14-12 20z\' opacity=\'.5\'\\/><path d=\'M1991 69l-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-10 16-2 4-8 13-7-13-13-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-7-13-12-20-12-21-12-20-12 20-12 21h-1l-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-3 4-9 16-6 10-6-10-12-20-12-21-13-20-12 20-12 21-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21h-1l-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-3 4-9 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-10 16-2 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-2 4-10 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-10 16-2 4-8 13-8-13-12-20-12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-9 16-3 4-8 13-7-13-12-20-13-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-7-13-12-20-12-21L65 8 53 28 41 49h-1L28 69l-6 10-6-10-1-3-3-4v-1l-2-3-4-7-2-2-1-3-3-5v48h2003l-12-20z\' opacity=\'.75\'\\/><path d=\'M1999 10l-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-8 14-7-14-12-21-12-20-13-21-12 21-12 20v1l-4 6-8 14-6 11-6-11-12-21-12-20-12-21-12 21-12 20-8 14-4 7-8 14-7-14-12-21-12-20-12-21-12 21-12 20-8 14-5 7-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-7 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-13 21-12 20-8 14-4 7-7 14-8-14-12-21-12-20-12 20-12 21 12-21 12-20-12-21-12 21-12 20-8 14-4 7-6 11-6-11-12-21-12-20-12-21-12 21-12 20-1 1-12 20-7 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12 20-12 21 12-21 12-20-12-21-12 21-12 20-8 14-4 7-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 7-8 13-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-4 7-8 13-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20-8 14-4 7-6 11-6-11-12-21-12-20-12-21-12 21L0 51l9 16-5-8-2-5-2-3v38h2l1-1-1 1h2001V17l-4-7z\' opacity=\'.7\'\\/><path d=\'M1995 49l-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-21-12-20-12-20-12 20-12 20v1l-2 4-10 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-21-12-20-12-20-12 20-12 20-9 17-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-8-13-12-21-12-20-12-20-12 20-12 20v1l-2 4-10 16-6 10-6-10-12-21-12-20-12-20-12 20-12 20-9 17-3 4-8 13-8-13-12-21-12-20-12-20-12 20-12 20-9 17-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-7-13-12-21-12-20-12-20-12 20-12 20v1l-13 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-9 16-3 4-8 13-7-13-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-13 20-5 10-6-10-12-20-12-21-12-20-12 20-12 21h-1l-2 4-10 16-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-13 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-2 4-10 16-6 10-6-10-12-20-12-21L44 8 32 28 20 49 8 69l-1 2H6l-4 7-2 4v7h20l-1-1 1 1h1975v-1h8V34l-8 15zM9 71l-1-1 1 2zm1983 14l-9-16z\'\\/><\\/g><\\/svg>\"},\"shape25\":{\"title\":\"Shape 25\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.4 78.7\'><g fill=\'%23fbd8c2\'><path d=\'M2000 20v59H0V18c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 91-4 10-7 19-15 29-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 014 0c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 92-4 9-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 015 0c11 0 22 6 32 12 10 7 19 15 30 21 28 15 64 14 91-4 10-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 19 14 29 21 26 18 63 19 91 4 10-6 19-14 29-21l6-3c8-5 18-9 28-9a33 33 0 014 0c12 0 23 6 32 12l30 21 3 1a87 87 0 0035 9 90 90 0 0043-8 81 81 0 0010-6l9-6c6-5 12-11 19-15a80 80 0 0168-8 80 80 0 0169 8l20 15 8 6a82 82 0 0011 6 90 90 0 0043 8 87 87 0 0035-9l2-1 30-21a79 79 0 0120-10z\' opacity=\'.75\'\\/><path d=\'M478 79H23a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 24 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M504 79H0V65c6-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 7-7 15-14 23-19a43 43 0 017-3c14-5 29-1 42 5 11 5 22 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 42-8l4-2c11-6 21-13 33-18 13-6 28-10 41-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-5 31 5 35 19v7z\'\\/><circle cx=\'59.8\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'159.2\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'375.8\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'435.9\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'106.4\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'321.2\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'250.3\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M982 79H527a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0113 4l12 5c11 6 23 12 35 16 15 6 31 8 46 4l4-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 015 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M1009 79H504V65c7-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 8-7 15-14 24-19a43 43 0 017-3c13-5 28-1 41 5 12 5 22 12 33 18l4 2c13 7 28 11 42 8 13 3 28-1 41-8l5-2c10-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c8 5 16 12 23 19 10 8 23 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-4 31 5 35 19l1 7z\'\\/><circle cx=\'564\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'663.5\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'880.1\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'940.2\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'610.6\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'825.5\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'754.6\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M1486 79h-454a33 33 0 0116-20l2-1a33 33 0 0122-1 22 22 0 0116-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0114 4l11 5c12 6 23 12 35 16 15 6 31 8 46 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 45-4 13-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 016 6 22 22 0 0116 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M1513 79h-504V65c6-10 20-16 31-12a37 37 0 0110 5c7 6 14 13 24 16 12 3 24-4 34-12 8-7 15-14 24-19a43 43 0 017-3c14-5 29-1 42 5 11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 28-1 41-8l5-2c11-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 34 12 10-3 16-10 24-16a37 37 0 0110-5c14-4 31 5 34 19l1 7z\'\\/><circle cx=\'1068.3\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'1167.8\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1384.4\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1444.5\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'1114.9\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1329.8\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1258.9\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M1990 79h-454a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 23 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 46-4 12-4 23-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0116 20z\' opacity=\'.5\'\\/><path d=\'M2000 54v25h-487V65c6-10 20-16 31-12a37 37 0 0110 5c8 6 15 13 24 16 12 3 25-4 34-12l1-1 23-18a43 43 0 017-3c10-3 21-2 32 1a84 84 0 0110 4c11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 41-8l5-2c11-6 21-13 33-18a83 83 0 019-4c10-3 22-5 32-1a43 43 0 017 3c9 5 16 12 23 18l1 1c10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5 26 26 0 0118 1z\'\\/><circle cx=\'1572.6\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'1672.1\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1888.7\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1948.8\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'1619.2\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1834.1\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1763.2\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><\\/g><\\/svg>\"},\"shape26\":{\"title\":\"Shape 26\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.2 2000.4 84.2\'><g fill=\'%23fbd8c2\'><circle cx=\'1334.4\' cy=\'40.4\' r=\'14\'\\/><circle cx=\'1867.7\' cy=\'40\' r=\'14\'\\/><path d=\'M1748 30l6-11-6-11h-13l-7 11 7 11h13zM1628 23l4-6-4-7h-7l-4 7 4 6h7zM1978 18l5-8-5-8h-8l-5 8 5 8h8zM1412 23l6-9-6-10h-11l-5 10 5 9h11zM783 52a9 9 0 10-9-9 9 9 0 009 9zM1160 26l7-11-7-12h-13l-6 12 6 11h13zM1040 19l4-6-4-7h-7l-4 7 4 6h7zM825 19l5-9-5-10h-11l-6 10 6 9h11zM697 16l4-6-4-7h-7l-4 7 4 6h7z\'\\/><path d=\'M83 84h1917V35c-10-8-25-12-40-10a32 32 0 00-11-3c-12-1-15 1-18 2-18 4-24 19-38 32-9 7-17 15-28 15-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-12 9-10 30-23 37a15 15 0 01-1 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-46-14c-6 0-13 0-19 5a12 12 0 00-4 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12h-1c-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-11 9-10 28-21 36a16 16 0 01-2 1c-6 3-14 3-20 0a50 50 0 01-6-3l-12-8a93 93 0 00-46-14c-5 0-11 0-15 3-5 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-13 4c-19 10-19 16-35 23-12 5-27 4-40 4s-28 1-41-4c-15-7-16-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-3-9-7-11-5-3-11-3-16-3a93 93 0 00-45 14l-13 8a50 50 0 01-6 3c-6 3-14 3-20 0a16 16 0 01-2-1c-10-8-9-27-20-36-10-8-26-3-35 7s-13 22-20 33-18 21-31 20a17 17 0 01-15-12 11 11 0 011-9c2-3 5-7 5-11a12 12 0 00-4-11c-5-5-12-5-19-5a93 93 0 00-46 14l-9 6a58 58 0 01-9 5c-6 2-13 3-18 1a15 15 0 01-2-1c-13-7-11-28-22-37-11-8-26-3-35 7s-13 22-20 33-18 21-31 20a24 24 0 01-4 0c-9-3-16-9-23-15-14-12-21-28-39-32l-4-1-3 1c-18 4-25 20-39 32-7 6-14 12-23 15a24 24 0 01-4 0c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 30-22 37a15 15 0 01-2 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-45-14c-7 0-14 0-19 5a12 12 0 00-5 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 28-21 36a16 16 0 01-1 1c-6 3-14 3-21 0a50 50 0 01-5-3l-13-8a93 93 0 00-45-14c-6 0-11 0-16 3-4 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-12 4c-19 10-20 16-35 23-13 5-27 4-41 4s-28 1-40-4c-16-7-17-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-4-9-8-11-5-3-10-3-16-3H0v61z\'\\/><circle cx=\'125.9\' cy=\'40.4\' r=\'14\'\\/><circle cx=\'659.1\' cy=\'40\' r=\'14\'\\/><path d=\'M539 30l7-11-7-11h-13l-6 11 6 11h13zM42 21l5-8-6-8h-9l-5 9 6 8 9-1zM770 18l4-8-4-8h-9l-4 8 4 8h9zM927 30l4-8-4-7h-9l-5 7 5 8h9zM204 23l5-9-5-10h-11l-6 10 6 9h11z\'\\/><\\/g><\\/svg>\"},\"shape27\":{\"title\":\"Shape 27\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.8 81.8\'><g fill=\'%23fbd8c2\'><path d=\'M71 82H0V53a28 28 0 005-2c5-4 8-9 12-14l3-4c12-13 33-17 49-9l15 9H68a24 24 0 00-20 9 23 23 0 00-4 12 23 23 0 004 15c5 7 13 12 23 13zM193 71v1a25 25 0 01-2 10H80c13-2 25-9 36-17l2-1 3-2c11-7 22-14 35-16a37 37 0 015 0 39 39 0 0110 1c9 2 16 7 20 14a21 21 0 011 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M302 82H191a25 25 0 01-3-11v-2a21 21 0 011-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c9 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM421 82H311c11-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 8 11 13 15a32 32 0 007 3l9 3a49 49 0 0112 7 54 54 0 0112 11l2 3v1l2 3z\'\\/><path d=\'M206 82H0V31l3 1a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0011 7l5 2c15 5 32 5 48 3l8-1 11-1a233 233 0 0125-2l8 1a80 80 0 0128 6 37 37 0 015 3l2 1 3 2a48 48 0 018 7z\' opacity=\'.5\'\\/><path d=\'M590 82H174a51 51 0 0114-11l2-1 1-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 26 26 0 017 0h3a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0011 7l5 2c15 5 32 5 48 3h8l11-2a233 233 0 0125-2l8 1a80 80 0 0128 6 37 37 0 015 3l2 1 3 2a48 48 0 018 7z\' opacity=\'.5\'\\/><path d=\'M429 82H0V71a186 186 0 0019-7l25-10a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0013-4 50 50 0 0016-11l3-4h1a82 82 0 007-11 11 11 0 0118 0 82 82 0 008 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 17-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a173 173 0 0026 10 143 143 0 0025 4h13c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M202 82H6c15-2 28-7 42-13l9-5 3-1 27-14a166 166 0 0119-7c13-4 28-6 41-2a61 61 0 0114 6l7 5a251 251 0 0123 18l2 2a60 60 0 015 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M389 82H193a47 47 0 015-6v-1a90 90 0 0112-11l6-5 1-1a176 176 0 0115-10 64 64 0 0116-8c13-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h1a165 165 0 0051 18zM444 82h-38a66 66 0 0013-3l3-1a58 58 0 009-4l3-2c6-3 8-2 9 7l1 3z\' opacity=\'.5\'\\/><circle cx=\'78.7\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'188.3\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'305.9\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M443 79a38 38 0 0012 3h-71V53a28 28 0 005-2c5-4 8-9 12-14l3-4c12-13 32-17 49-9l15 9h-17a24 24 0 00-19 9 23 23 0 00-4 12 23 23 0 004 15 25 25 0 002 3 30 30 0 009 7zM577 71v1a25 25 0 01-2 10H464c13-2 25-9 36-17l2-1 3-2c11-7 23-14 35-16a37 37 0 015 0 39 39 0 0110 1c9 2 16 7 20 14a21 21 0 011 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M686 82H574a25 25 0 01-2-11v-2a21 21 0 011-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c9 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM805 82H695c11-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 8 11 13 15a29 29 0 005 3l11 3a49 49 0 0111 6 55 55 0 0112 12l3 3v1l2 3z\'\\/><path d=\'M972 82H558a51 51 0 0114-11l2-1 1-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 25 25 0 0111 0 23 23 0 013 1 50 50 0 018 4 112 112 0 0113 8l14 9a87 87 0 0012 7l5 2c15 5 31 5 47 3l9-1 10-1a233 233 0 0126-2l8 1a80 80 0 0128 6l1 1 4 2 2 1 3 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M813 82H384V71a186 186 0 0019-7l2-1 23-9a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0015-11l4-4a82 82 0 007-11 11 11 0 0118 0 82 82 0 008 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 17-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a174 174 0 0024 9 141 141 0 0026 5h14c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M586 82H390a104 104 0 0019-4 142 142 0 0023-9l9-5 3-1 27-14a166 166 0 0119-7c13-4 28-6 41-2a61 61 0 0114 6l7 5a251 251 0 0123 18l2 2a60 60 0 015 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M773 82H577a47 47 0 015-6v-1a90 90 0 0112-11l6-5 1-1a176 176 0 0115-10 64 64 0 0116-8c13-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h1c14 7 29 14 44 17l7 1zM828 82h-38a66 66 0 0013-3l2-1a58 58 0 0010-4l2-1c7-4 9-4 10 6l1 3z\' opacity=\'.5\'\\/><circle cx=\'462.7\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'572.2\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'689.9\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M827 79a38 38 0 0010 3h-71V53a28 28 0 005-2c5-4 9-9 12-14l3-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 4 31 31 0 0010 6zM960 71v1a25 25 0 01-3 10H846c13-2 25-9 37-17l1-1 3-2c11-7 23-14 36-16a37 37 0 014 0 39 39 0 0111 1c8 2 15 7 19 14a21 21 0 011 3 21 21 0 011 4 22 22 0 011 3z\'\\/><path d=\'M1068 82H957a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c10 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM1187 82h-110c12-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-4-14 24 24 0 00-20-9h-16l15-9a43 43 0 0151 12c4 5 8 11 13 15a32 32 0 007 3l10 3a49 49 0 0111 7 55 55 0 0112 11l2 3v1l2 3z\'\\/><path d=\'M1356 82H940a51 51 0 0115-11l1-1 2-1 1-1a76 76 0 0118-4 89 89 0 018-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 26 26 0 017 0h3a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0012 7l4 2c15 5 32 5 48 4l9-1 10-2a233 233 0 0126-1h8a80 80 0 0128 6l1 1 4 2 1 1 4 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M1195 82H766V71a186 186 0 0019-7l3-1 22-9a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 007-11 11 11 0 0119 0 82 82 0 007 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 18-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a173 173 0 0026 10 143 143 0 0026 4h12c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M968 82H772h1a104 104 0 0019-4 132 132 0 0022-9l9-4 4-2 27-14a166 166 0 0118-7c13-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1155 82H960a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h2a165 165 0 0050 18zM1210 82h-37a66 66 0 0012-3l3-1a58 58 0 009-4l3-2c6-3 8-2 10 7v3z\' opacity=\'.5\'\\/><circle cx=\'845\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'954.5\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1072.2\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1210 79a37 37 0 0011 3h-71V53a28 28 0 005-2c5-4 8-9 12-14l2-2 1-2a38 38 0 016-5c12-9 29-11 43-4l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 002 3 30 30 0 0010 7zM1344 71v1a25 25 0 01-3 10h-111c13-2 25-9 37-17l1-1 3-2c11-7 23-14 36-16a37 37 0 014 0 39 39 0 0111 1c8 2 15 7 19 14a21 21 0 011 3 21 21 0 011 4 22 22 0 011 3z\'\\/><path d=\'M1452 82h-111a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c10 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM1571 82h-110c12-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-4-14 24 24 0 00-20-9h-16l15-9a43 43 0 0151 12c4 5 8 11 13 15a29 29 0 006 3l11 3a48 48 0 0110 6 54 54 0 0112 12l3 3v1l2 3z\'\\/><path d=\'M1738 82h-414a51 51 0 0115-11l1-1 2-1 1-1a76 76 0 0118-4 89 89 0 018-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 25 25 0 0114 1 58 58 0 019 4 112 112 0 0112 8l14 9a87 87 0 0012 7l5 2c15 5 31 5 47 3h9l10-2a233 233 0 0126-2l8 1a80 80 0 0128 6l1 1 4 2 2 1 3 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M1579 82h-429V71a186 186 0 0019-7h2l23-10a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 007-11 11 11 0 0119 0 82 82 0 007 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3l27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a175 175 0 0025 9 141 141 0 0025 5h14c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M1352 82h-196a104 104 0 0020-4 142 142 0 0022-9l9-5 4-1 27-14a166 166 0 0118-7c13-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1539 82h-195a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h2c14 7 28 14 44 17l6 1zM1594 82h-37a66 66 0 0012-3l3-1a58 58 0 009-4l2-1c7-4 9-4 11 6v3z\' opacity=\'.5\'\\/><circle cx=\'1229\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'1338.5\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1456.2\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1594 79a38 38 0 009 3h-70V53a28 28 0 004-2l13-14 2-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 4 31 31 0 0011 6zM1726 71v1a25 25 0 01-2 10h-112c14-2 26-9 37-17l2-1 3-2c11-7 22-14 35-16a37 37 0 014 0 39 39 0 0111 1c8 2 16 7 19 14a21 21 0 012 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M1835 82h-112a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c4-6 9-10 16-13a39 39 0 0119-2 50 50 0 016 2c10 2 19 8 27 13l5 3 2 2c12 7 23 14 37 16zM1953 82h-110c12-2 23-8 26-18l1-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 7 11 13 15a32 32 0 007 3l9 3a49 49 0 0111 6 55 55 0 0112 12l2 3 1 1 1 3z\'\\/><path d=\'M2000 67v15h-294a51 51 0 0115-11l1-1 2-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0126 2l15 2h7a103 103 0 0055-7l7-4 3-2 12-8a105 105 0 0115-9 51 51 0 0112-4 26 26 0 018 0h2a52 52 0 0115 5 112 112 0 0112 8l9 5 5 4a87 87 0 0012 7l5 2a83 83 0 0023 4z\' opacity=\'.5\'\\/><path d=\'M1961 82h-428V71a186 186 0 0018-7l3-1 22-9a84 84 0 0147-4c11 3 20 9 31 12l5 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 008-11 11 11 0 0118 0 82 82 0 007 11l2 1a55 55 0 0010 10 46 46 0 008 4 36 36 0 0013 4 41 41 0 0013-2 73 73 0 008-3c9-4 18-9 27-11a62 62 0 0120-2 108 108 0 0133 8l19 8a173 173 0 0026 10 143 143 0 0026 4h12c6 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M1734 82h-195a104 104 0 0019-4l8-3 14-6 9-4 4-2 27-14a166 166 0 0118-7c14-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1922 82h-196a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 29-2 42 2a160 160 0 0116 6l22 11 9 5h2a165 165 0 0051 18zM1976 82h-37a66 66 0 0013-3l2-1a58 58 0 0010-4l3-2c5-3 7-2 9 7v3z\' opacity=\'.5\'\\/><circle cx=\'1611.3\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'1720.8\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1838.5\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1976 79a37 37 0 0011 3h-70V53a28 28 0 004-2l13-14 2-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 3 30 30 0 009 7zM2000 81v1h-4l4-1z\'\\/><path d=\'M2000 49v33h-83V71a186 186 0 0018-7l2-1 18-7 5-2c14-4 27-7 40-5z\' opacity=\'.75\'\\/><path d=\'M2000 51v31h-77a104 104 0 0019-4 139 139 0 0022-9l9-5 4-1 23-12z\' opacity=\'.5\'\\/><circle cx=\'1988.2\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'118.4\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'133\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'249.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'264.6\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'381.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'396.2\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'513.1\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'527.8\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'644.7\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'659.3\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'776.3\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'790.9\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'907.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'922.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1039.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1054.1\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1171.1\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1185.7\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1302.6\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1317.3\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1434.2\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1448.9\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1565.8\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1580.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1660.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1675.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1788.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1803.2\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1960.6\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1952.7\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><\\/g><\\/svg>\"},\"shape28\":{\"title\":\"Shape 28\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.4 78\'><g fill=\'%23fbd8c2\'><path d=\'M215 78H89c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-19 7-25 14H0v-2a44 44 0 012-13c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 12 11 20v1a36 36 0 01-1 15z\'\\/><path d=\'M428 78H303c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15v-1c4-13 14-24 25-29 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M642 78H517c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M856 78H730c-10-5-21-10-32-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c4-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M1070 78H944c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-25 14h-3a44 44 0 012-15c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 31 7s24-8 24-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M1283 78h-125c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 78 3l44 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1497 78h-125c-11-5-21-10-33-13a62 62 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-9 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 77 3l45 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1711 78h-125c-11-5-22-10-33-13a63 63 0 00-12-2 58 58 0 00-7 0 62 62 0 00-9 1c-9 2-20 7-26 14h-2a44 44 0 012-15c4-13 14-25 25-30 26-11 56-5 78 3l44 18c11 4 21 8 32 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1925 78h-125c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15c4-13 13-25 25-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M2000 28v44a121 121 0 00-19-7 63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 15-7 32-7 48-5z\'\\/><path d=\'M3 63h1997v15H3z\'\\/><circle cx=\'174.3\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'21.3\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'90.7\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'389.6\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'236.6\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'306.1\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'605\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'452\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'521.4\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'818.4\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'667.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'736.8\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1033.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'882.7\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'952.1\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1242.7\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1098.1\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1167.5\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1458.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1313.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1382.9\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1673.4\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1528.8\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1598.2\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1889.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1744.1\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1813.6\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1959.5\' cy=\'10.9\' r=\'10.9\'\\/><\\/g><\\/svg>\"},\"shape29\":{\"title\":\"Shape 29\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 73\'><g fill=\'%23fbd8c2\'><path d=\'M2000 73V28l-10-6a37 37 0 00-30-2c-14 6-23 19-37 23-12 3-24-1-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-7-18-27-11-35-20-22-24-47-43-79-26l-31 20a57 57 0 01-34 7c-15-2-17-4-31-5-12-1-28 13-35 21-7-8-23-22-34-21-15 1-17 3-31 5a57 57 0 01-35-7l-31-20c-31-17-56 2-79 26-8 9-28 2-34 20-7-18-27-11-35-20-23-24-48-43-79-26l-31 20c-11 6-23 10-35 7-13-4-23-17-36-23a37 37 0 00-31 2l-8 5-8-5a37 37 0 00-30-2c-14 6-23 19-37 23-12 3-24-1-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-6-18-27-11-35-20-22-24-47-43-79-26l-31 20a57 57 0 01-34 7c-14-2-17-4-31-5-12-1-28 13-35 21-7-8-23-22-34-21-15 1-17 3-31 5a57 57 0 01-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-7-18-27-11-35-20-22-24-47-43-79-26l-31 20c-11 6-23 10-34 7-14-4-24-17-37-23a37 37 0 00-30 2L0 28v45z\' opacity=\'.75\'\\/><path d=\'M2000 73V43a106 106 0 00-19 3h-1c-12 3-25 8-36 1-7-5-11-13-17-19a20 20 0 00-5-4c-8-4-17-1-25 1-6 2-12 3-18 2a35 35 0 01-9-4l-5-3c-5-2-10-4-15-2-5 3-7 7-10 12a40 40 0 01-4 8c-7 7-18 9-28 8-7-1-15-3-22-2a34 34 0 00-8 1 30 30 0 00-16 11 30 30 0 00-16-11c-6-2-12-1-18-1l-12 2c-9 1-21-1-27-8l-7-13-7-7c-5-2-11 0-15 2l-12 6a22 22 0 01-3 1c-8 2-17-2-26-4-5-1-11-2-16 1-4 1-6 4-9 7-4 6-8 12-14 16-11 7-25 2-37-1l-8-2a109 109 0 00-24-1 109 109 0 00-33 3c-13 3-27 8-37 1-7-4-11-13-16-18a21 21 0 00-7-5c-7-3-15-1-23 1-6 2-13 4-19 2a31 31 0 01-8-3l-7-4c-4-2-10-4-15-2-4 2-7 7-9 11l-5 9c-6 7-18 9-28 8l-19-2a37 37 0 00-10 1 30 30 0 00-16 11 30 30 0 00-17-11c-5-2-10-2-16-1l-13 2c-10 1-21-1-28-8l-7-12c-1-3-3-6-7-8-5-2-10 0-15 2l-11 6a24 24 0 01-3 1c-8 2-17-1-25-3-6-2-12-3-18 0a24 24 0 00-8 7c-5 5-8 12-14 16-11 7-25 2-38-1l-6-2a108 108 0 00-27-1 109 109 0 00-30 2l-4 1c-12 3-26 8-37 1-6-4-10-11-15-17a23 23 0 00-7-6c-7-3-14-2-20 0-8 2-15 5-23 3a26 26 0 01-5-2l-9-5c-5-2-11-4-15-2s-6 5-8 9l-6 11c-7 7-18 9-28 8l-16-2a41 41 0 00-14 1 30 30 0 00-16 11 30 30 0 00-16-11 40 40 0 00-12-1l-18 2c-9 1-21-1-27-8-3-3-4-7-6-10-2-4-4-8-8-10-5-2-11 0-15 2l-8 5a28 28 0 01-7 2c-7 2-14-1-21-2s-14-4-21-1a22 22 0 00-8 6c-5 5-8 13-15 17-11 7-25 2-37-1l-2-1a110 110 0 00-28-2 110 110 0 00-29 2l-2 1c-12 3-26 8-37 1-7-4-10-12-15-18a22 22 0 00-8-5c-6-3-14-1-21 1s-14 4-21 2a29 29 0 01-7-3l-7-4c-5-2-11-4-16-2-4 2-6 6-8 10s-3 7-6 10c-6 7-17 9-27 8l-18-2a38 38 0 00-12 1 30 30 0 00-16 11 30 30 0 00-16-11 43 43 0 00-15-1l-15 2c-10 1-21-1-27-8l-7-11c-2-4-4-7-7-9-5-2-11 0-16 2l-9 5a25 25 0 01-5 2c-8 2-15-1-23-3-7-2-13-3-19 0a23 23 0 00-8 6c-5 6-9 13-15 17-11 7-25 2-37-1l-5-1a108 108 0 00-30-2v30z\' opacity=\'.5\'\\/><path d=\'M2000 73V59c-6 0-11-2-16-7a48 48 0 01-4-6 46 46 0 00-3-4c-3-3-6-6-10-5l-12 3c-4 0-6-4-8-8s-5-7-8-8c-4-1-8 2-12 4l-2 1a23 23 0 01-14 3 29 29 0 01-14-7l-3-2-12-15c-4 6-7 11-12 15-5 5-11 8-17 9a23 23 0 01-13-2v-1c-5-2-10-6-15-5-3 1-6 5-8 8s-4 7-8 8-8-3-11-3c-5-1-8 2-11 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-6 0-13-2-17-7-3-2-4-5-6-8l-2-2c-2-3-6-6-10-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8a10 10 0 00-6 1l-8 4a23 23 0 01-13 3 29 29 0 01-13-6 38 38 0 01-4-3c-5-4-9-9-13-15-3 6-7 11-12 15-5 5-10 8-17 9a23 23 0 01-13-3c-5-2-9-6-14-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-2 2c-2 3-3 6-6 8-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7a52 52 0 01-5-6l-2-4c-3-3-7-6-11-5-4 0-7 3-11 3s-6-4-9-8-4-7-8-8-8 2-12 5h-2a23 23 0 01-13 3 30 30 0 01-15-7l-2-2c-5-4-9-9-12-15-4 6-8 11-13 15v1c-5 4-10 7-17 8a23 23 0 01-13-3h-1c-4-2-8-6-13-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-1 2-7 8c-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7l-6-8-1-2c-3-3-7-6-11-5-3 0-7 3-11 3s-6-4-8-8-5-7-8-8l-9 2-6 3a23 23 0 01-13 3 29 29 0 01-14-6 41 41 0 01-3-3c-5-4-8-9-12-15l-12 15-1 1c-4 4-10 7-16 8a23 23 0 01-10-1 22 22 0 01-4-2c-4-2-9-6-14-5-3 1-6 5-8 8s-5 7-8 8-8-3-11-3c-5-1-8 2-11 5l-2 2a70 70 0 01-5 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-7 0-13-2-18-7a62 62 0 01-5-7l-2-3c-2-3-6-6-10-5-4 0-8 3-11 3s-7-4-9-8-4-7-8-8c-5-1-10 3-14 5l-2 1a23 23 0 01-12 2 30 30 0 01-17-9L879 8a92 92 0 01-14 17 30 30 0 01-15 7 23 23 0 01-13-3l-4-2c-4-2-7-4-10-3-4 1-6 5-9 8s-4 7-8 8-7-3-11-3c-4-1-8 2-11 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-6 0-13-2-17-7-3-2-4-5-6-8l-2-2c-2-3-6-6-10-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8-7 2-11 4l-3 1a23 23 0 01-13 3 30 30 0 01-16-7l-1-2c-5-4-9-9-13-15-3 6-7 11-12 15l-1 2c-5 3-10 6-16 7a23 23 0 01-13-2v-1c-5-2-9-6-14-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-11 5l-2 3a58 58 0 01-5 7c-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7a56 56 0 01-5-7l-2-3c-3-3-7-6-11-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8c-5-1-9 3-14 5a23 23 0 01-13 3 30 30 0 01-15-7l-2-2c-5-4-8-9-12-15l-12 15-2 1c-4 4-10 7-15 8a23 23 0 01-14-3l-2-1c-4-2-8-5-12-4s-6 5-8 8-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7l-6-8-1-2c-3-3-6-6-10-5l-12 3c-4 0-6-4-8-8s-4-7-8-8-7 1-10 3l-4 2a23 23 0 01-14 3 29 29 0 01-14-7l-3-2-12-15c-4 6-7 11-12 15l-1 1c-5 4-10 7-16 8a23 23 0 01-11-2l-2-1c-5-2-10-6-15-5-3 1-6 5-8 8s-4 7-8 8-7-3-11-3c-4-1-8 2-11 5l-2 3a65 65 0 01-5 7c-5 5-11 7-18 7l-7 1v13z\'\\/><circle cx=\'57.7\' cy=\'13.1\' r=\'8.1\'\\/><circle cx=\'81.7\' cy=\'8.3\' r=\'4.9\'\\/><circle cx=\'253.4\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'285.3\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'1257.5\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'1289.4\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'751.1\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'783.1\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'594.6\' cy=\'9.6\' r=\'6\'\\/><circle cx=\'501.9\' cy=\'22.7\' r=\'10.9\'\\/><circle cx=\'475.1\' cy=\'16.8\' r=\'5\'\\/><circle cx=\'1089.2\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1062.4\' cy=\'5\' r=\'5\'\\/><circle cx=\'1715.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1688.6\' cy=\'5\' r=\'5\'\\/><circle cx=\'1496.2\' cy=\'21.8\' r=\'15.7\'\\/><circle cx=\'1758.5\' cy=\'29.2\' r=\'11.4\'\\/><circle cx=\'1901.9\' cy=\'10.9\' r=\'5.9\'\\/><circle cx=\'1928.2\' cy=\'10.9\' r=\'8.5\'\\/><\\/g><\\/svg>\"},\"shape30\":{\"title\":\"Shape 30\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 73\'><g fill=\'%23fbd8c2\'><path d=\'M0 73V60c6-1 12-2 16-7a48 48 0 005-6 46 46 0 012-4c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8 7 1 11 4l3 1a23 23 0 0013 2 29 29 0 0014-6l3-2c5-4 9-10 12-15l12 15h1c4 4 10 8 17 9a23 23 0 0012-2l1-1c4-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l1 1 6 9c5 5 11 7 18 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-8 1-2c3-3 6-6 11-6 3 1 7 4 11 3s6-4 8-7 5-7 8-8a10 10 0 017 1l7 4a23 23 0 0014 2 29 29 0 0013-5 38 38 0 004-3l12-15c4 5 7 11 12 15s11 8 17 8a23 23 0 0013-2c5-2 10-6 15-5 3 1 6 5 8 8s4 7 8 7 8-2 11-3c5 0 8 3 11 6l1 2 6 8c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c7 0 13-2 18-7a52 52 0 004-7l3-3c2-3 6-6 10-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c5-1 9 2 13 4l1 1a23 23 0 0014 2 30 30 0 0014-6l2-2c5-4 9-10 13-15 3 5 7 11 12 15l1 1c4 4 10 7 16 8a23 23 0 0013-3h1c4-3 9-6 13-5s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 11 6l1 1 6 9c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c6 0 13-2 17-7 3-2 4-5 6-8l1-2c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c3-1 5 0 8 2l6 3a23 23 0 0013 3 29 29 0 0014-6 41 41 0 003-3c5-4 9-10 12-15 4 5 8 11 13 15 5 5 10 8 17 9a23 23 0 0010-1 22 22 0 003-2c5-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l2 2a70 70 0 006 8c4 5 11 7 17 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7a62 62 0 005-7l2-3c3-3 7-6 11-6 4 1 7 4 11 3s6-4 8-7 5-7 8-8c5-1 10 3 15 5l1 1a23 23 0 0012 1 30 30 0 0017-8c5-4 8-10 12-15l12 15 3 2a30 30 0 0014 6 23 23 0 0014-2l4-2c3-2 6-4 10-3s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 10 6l1 2 6 8c5 5 11 7 18 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-9 1-1c3-3 6-6 11-6 3 1 7 4 11 3s6-4 8-7 5-7 8-8 8 1 12 3l2 2a23 23 0 0014 2 30 30 0 0015-7l2-1 12-15c4 5 7 11 12 15l2 1c4 4 9 7 15 7a23 23 0 0013-2c5-2 10-6 15-5 3 1 6 5 8 8s4 7 8 7 7-2 11-3c4 0 8 3 11 6l2 3a58 58 0 005 7c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c6 0 13-2 17-7a56 56 0 005-7l3-3c2-3 6-6 10-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c5-1 9 3 14 5a23 23 0 0013 3 30 30 0 0016-8l1-1c5-4 9-10 13-15 3 5 7 11 12 15l1 1c5 4 10 7 16 8a23 23 0 0013-3l2-1c4-2 8-5 12-4s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 11 6l1 2 6 8c4 5 11 7 17 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-8 1-2c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c3-1 6 1 9 3l5 2a23 23 0 0013 3 29 29 0 0015-7l2-2c5-4 9-10 12-15 4 5 8 11 13 15v1c5 4 11 7 16 8a23 23 0 0012-2l2-1c4-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l2 2a65 65 0 005 8c5 5 11 7 18 7l7 1v12z\'\\/><path d=\'M714 9l-8 6 3 10h10l3-10-8-6zM746 20l-14 10 5 16h17l5-16-13-10zM462 9l-9 6 4 10h10l3-10-8-6zM589 3l-11 8 4 12h13l5-12-11-8zM494 20l-14 10 5 16h17l5-16-13-10zM212 6l-8 6 3 9h10l3-9-8-6zM333 4l-8 6 3 10h10l4-10-9-6zM244 17l-14 9 5 16h17l5-16-13-9zM147 3l-8 6 3 10h10l3-10-8-6zM88 0L76 9l5 14h15l4-14-12-9zM938 1l8 6-3 10h-10l-3-10 8-6zM995 31l10 7-4 12h-12l-4-12 10-7zM1045 12l7 5-2 9h-9l-3-9 7-5zM903 3l11 8-4 13h-14l-4-13 11-8zM1275 11l8 6-3 10h-10l-3-10 8-6zM1150 4l8 6-3 10h-10l-3-10 8-6zM1247 27l11 8-4 13h-14l-4-13 11-8zM1526 8l8 6-3 10h-10l-3-10 8-6zM1402 3l8 6-3 9h-10l-3-9 8-6zM1498 24l12 8-5 14h-14l-4-14 11-8zM1719 8l-8 6 3 9h10l4-9-9-6zM1747 23l-11 8 4 14h14l5-14-12-8zM1903 3l-6 5 2 7h8l3-7-7-5zM1951 12l-9 6 4 11h11l4-11-10-6z\'\\/><\\/g><\\/svg>\"},\"shape31\":{\"title\":\"Shape 31\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 56\'><g fill=\'%23fbd8c2\'><circle cx=\'133.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 117 29)\'\\/><circle cx=\'298.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 282 29)\'\\/><circle cx=\'168.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'242.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 216 21)\'\\/><circle cx=\'89\' cy=\'13.3\' r=\'5.3\'\\/><circle cx=\'457.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 441 29)\'\\/><circle cx=\'622.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 606 29)\'\\/><circle cx=\'492.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'566.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 540 21)\'\\/><circle cx=\'413\' cy=\'13.3\' r=\'5.3\'\\/><circle cx=\'781.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 765 29)\'\\/><circle cx=\'946.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 930 29)\'\\/><circle cx=\'816.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'890.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 864 21)\'\\/><circle cx=\'737\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1111 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1270.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1254 29)\'\\/><circle cx=\'1140.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1214.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1061\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1435 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1594.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1578 29)\'\\/><circle cx=\'1464.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1538.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1385\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1759 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1918.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1902 29)\'\\/><circle cx=\'1788.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1862.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1709\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M2000 42h-14c0-5 7-5 14-6v-4c-16 1-33 0-33 10h-8c0-14 20-14 41-14v-8c-29-1-55-3-56 24v2h-10 1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v3h-10l1-1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-3 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v3h-10l1-1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-3 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 11-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 4h-23c0-9 19-4 27-12-19 3-46-2-46 11h-8c0-26 68-4 92-23-40 11-105-17-107 25v3h-10l1-1c6-9 7-19 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 11-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 4h-31c0-9 19-4 27-12-19 3-46-2-46 11h-8c0-26 68-4 92-23-40 11-107-18-107 27h-7c6-9 7-19 6-26-2-9-8-17-16-18-10-3-19 6-17 14 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v2h-10 1c6-9 6-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v2h-10 1c6-9 6-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-13 10 20 20 0 00-1 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3H42c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24C67 30 2 2 0 44v12h2000zM110 41c-5 7-23-1-35 3 0-14 21-4 35-3zm167 0c-5 7-23-1-36 3 0-14 21-4 36-3zm159 0c-5 7-23-1-35 3 0-14 21-4 35-3zm165 0c-5 7-23-1-36 3 0-14 22-4 36-3zm158 0c-6 7-24-1-36 3 0-14 21-4 36-3zm165 0c-5 7-23-1-35 3 0-14 21-4 35-3zm160 0c-5 7-23-1-36 3 1-14 22-4 36-3zm163 0c-5 7-23-1-36 3 0-14 21-4 36-3zm160 0c-6 7-24-1-36 3 0-14 21-4 36-3zm165 0c-5 7-23-1-36 3 0-14 21-4 36-3zm160 1c-5 7-23 0-35 3 0-14 21-4 35-3zm166-1c-5 7-23-1-35 3 0-14 21-4 35-3z\'\\/><\\/g><\\/svg>\"},\"shape32\":{\"title\":\"Shape 32\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.37 57.18\'><g fill=\'%23fbd8c2\'><circle cx=\'95.95\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-13.28 6.3215 25.724)\'\\/><circle cx=\'162.68\' cy=\'29.2\' r=\'5.1\' transform=\'rotate(-9.22 33.1869 18.7783)\'\\/><circle cx=\'13.83\' cy=\'49.12\' r=\'4.92\' transform=\'rotate(-9.22 -115.5848 38.6747)\'\\/><path d=\'M42.17 6.82A3.41 3.41 0 1039 3.23a3.42 3.42 0 003.17 3.59zM282.82 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59z\'\\/><circle cx=\'229.4\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-13.28 139.7893 27.6352)\'\\/><circle cx=\'362.1\' cy=\'15.29\' r=\'6.96\'\\/><circle cx=\'428.82\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M308.31 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM549 6.82a3.41 3.41 0 10-3.22-3.59A3.42 3.42 0 00549 6.82z\'\\/><circle cx=\'495.54\' cy=\'17.21\' r=\'6.96\'\\/><circle cx=\'628.24\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-13.28 538.6904 25.7066)\'\\/><circle cx=\'694.96\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M574.46 6.82a3.41 3.41 0 10-3.23-3.59 3.41 3.41 0 003.23 3.59zM815.1 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59z\'\\/><circle cx=\'761.68\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-45 736.4826 27.649)\'\\/><circle cx=\'894.38\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-45 869.1844 25.722)\'\\/><circle cx=\'961.1\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M840.6 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59zM1081.25 6.82a3.41 3.41 0 10-3.25-3.59 3.41 3.41 0 003.25 3.59z\'\\/><circle cx=\'1027.83\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-7.02 857.3593 27.6327)\'\\/><path d=\'M1160.53 22.25a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1227.25\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M1106.74 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1347.39 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1294 24.18a7 7 0 10-7-7 7 7 0 007 7zM1426.67 22.25a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1493.39\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M1372.88 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1613.53 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1560.11 24.18a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1692.81\' cy=\'15.29\' r=\'6.96\'\\/><path d=\'M1759.53 13.43a5.1 5.1 0 10-5.1-5.1 5.1 5.1 0 005.1 5.1zM1639 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59zM1879.68 6.82a3.41 3.41 0 10-3.23-3.59 3.41 3.41 0 003.23 3.59z\'\\/><circle cx=\'1826.25\' cy=\'17.21\' r=\'6.96\'\\/><path d=\'M2000 25.01a3.89 3.89 0 01.42-.19V5.06a8.15 8.15 0 00-3.3 2.57c-1.63 2.15-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a112.19 112.19 0 00-29.63 4.51l1.27-1.85c1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.84 97.84 0 00-29.8 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.78 97.78 0 00-29.79 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4.7 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75l1.46-2.1c1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.61-5.07 3.83 3.83 0 00-4.05 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.58 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.79 97.79 0 00-29.8 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71A6 6 0 00447 9.35a13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4.05-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4.05 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75c.48-.69.95-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4.05-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2A16.23 16.23 0 0155 25.01c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09S44 26.3 42 25.62s-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62A95.61 95.61 0 000 44.13v13h2000.37v-25a3.83 3.83 0 01-3-2.9c-.37-1.69.98-3.4 2.63-4.22z\'\\/><path d=\'M1959 22.25a7 7 0 10-7-7 7 7 0 007 7zM1905.17 6.82a3.41 3.41 0 10-3.17-3.59 3.42 3.42 0 003.17 3.59z\'\\/><\\/g><\\/svg>\"},\"shape33\":{\"title\":\"Shape 33\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 10 1\' preserveAspectRatio=\'none\'><path d=\'M0 1l5-1 5 1z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape34\":{\"title\":\"Shape 34\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 773.74 154.98\'><g fill=\'%23fbd8c2\'><path d=\'M773.74 154.98H0L386.87 77.5Z\'\\/><path d=\'M773.74 154.98 386.87 0 0 154.98Z\' opacity=\'.66\'\\/><\\/g><\\/svg>\"},\"shape35\":{\"title\":\"Shape 35\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1134.63 158.42\'><g fill=\'%23fbd8c2\'><path d=\'M1134.63 158.42H0L569.46 47.1Z\'\\/><path d=\'M1134.63 158.42v-51.38L569.46 0 0 115.6v42.82Z\' opacity=\'.66\'\\/><\\/g><\\/svg>\"},\"shape36\":{\"title\":\"Shape 36\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 10 2\' preserveAspectRatio=\'none\'><path d=\'M0 2q5-4 10 0z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape37\":{\"title\":\"Shape 37\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1007.63 112.41\'><path fill=\'%23fbd8c2\' d=\'M1007.63 112.4v-11.5c-167.94-33.54-503.8 0-503.8-100.9 0 100.9-335.9 67.36-503.83 100.9v11.5z\'\\/><\\/svg>\"},\"shape38\":{\"title\":\"Shape 38\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 33.87 1.72\' preserveAspectRatio=\'none\'><g fill=\'%23fbd8c2\'><path d=\'m 0,0 a 2.5,2.5 0 0 0 5,0 1.5,1.5 0 0 0 3,0 2,2 0 0 0 4,0 1.5,1.5 0 0 0 3,0 1,1 0 0 0 2,0 2.5,2.5 0 0 0 5,0 3.5,3.5 0 0 0 7,0 2.5,2.5 0 0 0 5,0 5,5 0 0 0 10,0 2.5,2.5 0 0 0 5,0 4,4 0 0 0 8,0 2.5,2.5 0 0 0 5,0 3,3 0 0 0 6,0 2.5,2.5 0 0 0 5,0 5.5,5.5 0 0 0 11,0 2.5,2.5 0 0 0 5,0 4,4 0 0 0 8,0 3,3 0 0 0 6,0 4,4 0 0 0 8,0 5,5 0 0 0 10,0 3.5,3.5 0 0 0 7,0 z\' transform=\'matrix(-.26458 0 0 -.26458 33.87 1.72)\'\\/><path d=\'m 0,0 a 3.5,3.5 0 0 0 7,0 5,5 0 0 0 10,0 4,4 0 0 0 8,0 5.5,5.5 0 0 0 11,0 6.5,6.5 0 0 0 13,0 5,5 0 0 0 10,0 6,6 0 0 0 12,0 6.5,6.5 0 0 0 13,0 5.5,5.5 0 0 0 11,0 4.5,4.5 0 0 0 9,0 6,6 0 0 0 12,0 6,6 0 0 0 12,0 z\' opacity=\'.66\' transform=\'matrix(-.26458 0 0 -.26458 33.87 1.72)\'\\/><\\/g><\\/svg>\"},\"shape39\":{\"title\":\"Shape 39\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 100.8 22\' preserveAspectRatio=\'none\'><path fill=\'%23fbd8c2\' d=\'M0 0l7 15L17 4l8 12 9-9 7 14 9-17 9 16 8-9 9-11 8 20 8-13 9-7v22H0z\'\\/><\\/svg>\"},\"shape40\":{\"title\":\"Shape 40\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 476.62 100.69\'><path fill=\'%23fbd8c2\' d=\'M476.62 100.69V0l-238.3 95.47L0 0v100.69Z\'\\/><\\/svg>\"},\"shape41\":{\"title\":\"Shape 41\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 8 1\' preserveAspectRatio=\'none\'><path d=\'M0 0v1h10z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape42\":{\"title\":\"Shape 42\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 381 77.25\' preserveAspectRatio=\'none\'><g fill=\'%23fbd8c2\'><path d=\'M0 68.78l381-33.86v42.33H0z\'\\/><path d=\'M0 43.38l381-25.4v59.27H0z\' opacity=\'.33\'\\/><path d=\'M0 17.98L381 0v77.25H0z\' opacity=\'.33\'\\/><\\/g><\\/svg>\"},\"shape43\":{\"title\":\"Shape 43\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1440 320\' preserveAspectRatio=\'none\'><path fill=\'%23fbd8c2\' d=\'M0 288l1440-128v160H0z\'\\/><path fill=\'%23fbd8c2\' opacity=\'.66\' d=\'M0 192l1440-96v224H0z\'\\/><\\/svg>\"},\"shape44\":{\"title\":\"Shape 44\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1440 320\' preserveAspectRatio=\'none\'><path fill=\'%23000000\' d=\'M0 32l48 32c48 32 144 96 240 106.7 96 10.3 192-31.7 288-21.4 96 10.7 192 74.7 288 69.4 96-5.7 192-79.7 288-106.7s192-5 240 5.3l48 10.7v192H0z\'><\\/path><path fill=\'%23000000\' opacity=\'.66\' d=\'M0 64l48 16c48 16 144 48 240 48s192-32 288-26.7C672 107 768 149 864 144s192-59 288-80 192-11 240-5.3l48 5.3v256H0z\'><\\/path><\\/svg>\"},\"shape45\":{\"title\":\"Shape 45\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.278 3.527\' preserveAspectRatio=\'none\'><path d=\'M35.278 2.463v-.125A82.946 82.946 0 000 2.345v.125a82.783 82.783 0 0135.278-.007m0 .615v-.25A83.105 83.105 0 000 2.835v.25a82.777 82.777 0 0135.278-.007m-33.252.45a82.855 82.855 0 0131.26 0h1.992v-.093A83.44 83.44 0 000 3.442v.085zm10.8 0h-8.84a84.249 84.249 0 0127.339 0h-8.839zM35.278 1.97v-.075A82.878 82.878 0 000 1.902v.075a82.771 82.771 0 0135.278-.007\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape46\":{\"title\":\"Shape 46\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.278 3.52\' preserveAspectRatio=\'none\'><path d=\'M0 3.528S27.04 3.352 35.278 0v3.528z\' opacity=\'.2\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.528S27.04 3.374 35.278.425v3.103z\' opacity=\'.2\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.528S27.04 3.396 35.278.882v2.646z\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.527h35.278v.092H0z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape47\":{\"title\":\"Shape 47\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 100.86 4.15\'><path fill=\'%23fbd8c2\' d=\'M100.86 4.15V.65a9.07 9.07 0 0 0-9.37 1.67 9.07 9.07 0 0 0-12.1 0 9.07 9.07 0 0 0-12.11 0 9.07 9.07 0 0 0-12.06 0 9.07 9.07 0 0 0-12.11 0 9.07 9.07 0 0 0-12.09 0 9.07 9.07 0 0 0-12.08 0 9.07 9.07 0 0 0-12.08 0A9.07 9.07 0 0 0 0 .04v4.1z\'\\/><\\/svg>\"},\"shape48\":{\"title\":\"Shape 48\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path opacity=\'.5\' d=\'M0 51v15l724-43L0 51z\'><\\/path><path opacity=\'.3\' d=\'M0 0v51l600-23L0 0z\'><\\/path><path d=\'M0 65v38l1000-3V0L0 65z\'><\\/path><\\/g><\\/svg>\"},\"shape49\":{\"title\":\"Shape 49\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path d=\'M1000 100V89S823 4 500 4 0 88 0 88v12z\' opacity=\'.3\'><\\/path><path d=\'M1000 101S823 11 500 11 0 100 0 100z\' opacity=\'.5\'><\\/path><path d=\'M1000 100V88S823 25 500 25 0 87 0 87v13z\'><\\/path><\\/g><\\/svg>\"},\"shape50\":{\"title\":\"Shape 50\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path d=\'M1003 104.7H-1v-34a875.1 875.1 0 01178.7-17.8c68.9.4 106.3 8.9 150.6 14 172.1 19.7 238-35.3 411.7-34.2A860 860 0 011003 77\'><\\/path><path d=\'M1003 98.9H-1v-31c57.7-13 118-26 178.7-25.8 69 .4 106.3 9.8 150.6 15.3C500.4 79 566.3 18.7 740 20c60.6.4 151.5 15 263 54.8\' opacity=\'.5\'><\\/path><path d=\'M509.4 3.7a442.8 442.8 0 01-233 4c-3.8-1 1.3 2.9 2 3.3a36.4 36.4 0 0011.6 6.1 447.2 447.2 0 00236-3.7c.6-.2-6.9-5.6-7.5-6-2-1.2-6.5-4.4-9-3.7z\' opacity=\'.5\'><\\/path><path d=\'M302.5 36.1a336.2 336.2 0 00181 5.9c2-.5-4.3-4.5-4.8-4.8-2-1.3-8-5.8-10.8-5.1A332.4 332.4 0 01289 26.7c-3.8-1.2 1.4 3 2 3.3a40.8 40.8 0 0011.5 6.1z\'><\\/path><\\/g><\\/svg>\"},\"shape51\":{\"title\":\"Shape 51\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23fbd8c2\'><path d=\'M998 29c-4-3-11-3-15 0-3 4-5 9-9 11-5 2-12 0-16-3l-5-7a18 18 0 00-6-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-5-4-7-6-7-7-17-2-21 6-2 3-5 6-8 5a7 7 0 01-5-3c0-3-2-7-5-9-5-2-12-3-16 1-3 3-5 8-9 10-5 2-11 0-15-3l-5-7a19 19 0 00-7-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-2-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-7c-6-1-9 6-11 9-5 6-10 0-13-4s-11-4-14 0c-2 2-2 5-3 7-6 7-12-10-15-12-4-5-9-6-14-2-4 2-6 8-8 12-2 2-4 5-7 4l-6-7a19 19 0 00-5-8c-4-3-11-3-15 1-4 3-5 8-10 10s-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 3-3 9-8 8-3-1-4-4-6-6-7-6-18-2-22 6-1 3-4 6-8 5s-5-4-6-7a13 13 0 00-8-6c-6-2-8 5-11 9-5 5-9 0-12-5-3-3-11-4-15 0-1 2-1 5-3 7-6 7-12-9-14-12-4-4-9-6-14-2-4 3-6 8-9 12-4 7-9 0-13-4-3-8-13-13-20-6-3 3-5 8-9 10-5 2-12 0-16-3l-5-7a19 19 0 00-6-3 12 12 0 00-13 3c-2 3-4 9-8 8-3-1-5-4-7-6-7-6-17-1-21 6-2 3-5 6-8 5s-6-4-7-7a13 13 0 00-8-6c-6-2-8 5-11 9-5 5-9 0-12-4s-11-5-14-1l-4 7c-6 7-11-9-14-12-4-4-9-5-14-2-4 3-6 8-8 12-2 2-4 6-7 4l-6-6a19 19 0 00-5-9c-4-3-12-3-15 1-4 3-6 8-10 10-5 2-11 0-15-3l-5-7a18 18 0 00-7-3 12 12 0 00-13 3c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-1-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-6c-6-2-8 5-11 9-5 5-9 0-13-4-3-4-11-5-14-1-2 2-2 5-3 7-6 7-12-9-15-12-4-4-9-5-14-2-4 3-6 8-8 12-4 6-11 1-14-3-1-2-3-3-5-3s-6 3-6 6v12c0-3 4-6 6-7s4 2 5 4c3 4 10 9 14 3 2-5 4-10 8-12 5-4 11-3 14 2 3 2 9 19 15 12 1-2 1-5 3-7 3-4 11-4 14 0 4 4 8 10 13 4 3-3 5-10 11-9a13 13 0 017 7c2 3 3 6 7 7s6-2 8-5c4-8 14-12 22-6 2 2 3 5 6 6 4 1 6-5 8-8a12 12 0 0113-4 18 18 0 017 4l5 7c4 3 10 5 15 3 4-2 6-7 10-10 4-4 11-5 15-1a19 19 0 015 8c1 3 3 5 6 7 3 1 5-2 7-4 2-5 4-10 8-12 5-4 10-3 14 2 3 2 8 19 14 12l4-7c3-4 11-4 14 0s7 10 12 4c3-3 5-10 11-9a13 13 0 018 7c1 3 3 6 7 7s6-2 8-5c4-8 14-13 21-6 2 2 4 5 7 6 4 1 6-5 8-8a12 12 0 0113-4 19 19 0 016 4l5 7c4 3 11 5 16 3 4-2 6-7 9-11 7-6 17-1 20 7 4 4 9 11 13 4 3-5 5-10 9-12 5-4 10-3 14 1 2 3 8 20 14 12l3-6c4-4 12-4 15 0s7 10 12 4c3-3 5-10 11-9a13 13 0 018 7c1 2 3 6 6 7s7-3 8-5c4-8 15-13 22-6 2 2 3 5 6 6 5 1 6-5 8-8a12 12 0 0113-4 18 18 0 017 4l5 7c4 3 10 5 15 3s6-7 10-11c4-3 11-4 15 0a19 19 0 015 8c2 3 3 5 6 6 3 2 6-1 7-3 2-5 4-10 8-12 5-4 10-3 14 1 3 3 9 20 15 12l3-6c3-4 11-4 14 0s8 10 13 4c2-3 5-10 11-9a13 13 0 017 7c2 2 3 6 7 7s6-3 8-5c4-8 14-13 22-6 2 2 3 5 6 6 4 1 6-6 8-8a12 12 0 0113-4 19 19 0 017 4l5 7c4 3 10 5 15 3 4-2 6-7 10-11 3-3 10-3 15 0 3 2 5 5 5 9a7 7 0 005 3c3 1 6-2 8-5 4-8 14-13 21-6 2 2 4 5 7 6 4 1 6-6 8-8a12 12 0 0113-4 18 18 0 016 4l5 7c4 3 11 5 16 3 4-2 6-7 9-11 4-3 11-3 15 0 4 2 6 6 6 10v-8c0-5-1-11-6-14z\' opacity=\'.3\'\\/><path d=\'M998 41c-4-3-11-4-15 0-3 3-5 9-9 11-5 2-12 0-16-3l-5-7a18 18 0 00-6-4 12 12 0 00-13 4c-2 2-4 9-8 8-3-1-5-4-7-6-7-7-17-2-22 6-1 3-4 6-7 5a7 7 0 01-5-3c0-4-2-7-5-9-5-3-12-3-16 0-3 3-5 9-9 10-5 3-12 1-15-3l-5-6a19 19 0 00-7-4 12 12 0 00-13 4c-2 2-4 9-8 8-3-1-4-4-6-6-8-7-18-2-22 6-2 2-4 6-8 5s-5-5-7-8a13 13 0 00-8-6c-5-1-8 6-11 9-4 6-9 0-12-4s-11-4-14 0l-3 6c-7 8-12-9-15-12-4-4-9-5-14-2-4 3-6 8-8 12-2 3-4 6-7 4-3-1-4-3-6-6a19 19 0 00-5-8c-4-4-11-3-15 0-4 4-5 9-10 11s-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 2-3 9-8 8-3-1-4-4-6-6-7-7-18-2-22 6-1 3-4 6-8 5s-5-4-6-7a13 13 0 00-8-7c-6-1-8 6-11 9-5 6-9 0-12-4s-11-4-15 0c-1 2-1 5-3 7-6 7-12-10-14-12-4-5-9-6-14-2-4 2-6 7-9 12-4 7-9 0-13-4-3-8-13-13-20-6-3 3-5 8-9 10-5 2-12 0-16-3l-5-7a19 19 0 00-6-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-5-4-7-6-7-6-17-2-21 6-2 3-5 6-8 5s-6-4-7-7a13 13 0 00-8-7c-6-1-8 6-11 9-5 6-9 0-12-4s-11-4-14 0l-4 7c-6 7-11-10-14-12-4-5-9-6-14-2-4 2-6 8-8 12-2 2-4 5-7 4-3-2-5-4-6-7a19 19 0 00-5-8c-4-3-12-3-15 1-4 3-6 8-10 10-5 2-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-2-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-7c-6-1-8 6-11 9-5 6-9 0-13-4-3-4-11-4-14 0-2 2-2 5-3 7-6 7-12-10-15-12-4-5-9-6-14-2-4 2-6 7-8 12-4 6-11 1-14-3-1-2-3-4-5-4s-6 4-6 7v50h1006v-5-25-19c0-4-2-8-6-10z\'\\/><\\/g><\\/svg>\"}},\"premium_gdivider_source\":\"default\",\"premium_gdivider_defaults\":\"shape22\",\"premium_gdivider_pos\":\"bottom\",\"premium_gdivider_pos_tablet\":\"\",\"premium_gdivider_pos_mobile\":\"\",\"premium_gdivider_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"premium_gdivider_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_gdivider_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_scale\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"premium_gdivider_scale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_scale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_animate\":\"yes\",\"premium_gdivider_no_stretch\":\"yes\",\"premium_gdivider_anime_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"premium_gdivider_anime_speed_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_anime_speed_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_anime_dir\":\"alternate\",\"premium_gdivider_flip\":\"\",\"premium_gdivider_flip_x\":\"\",\"premium_gdivider_hide\":[],\"premium_gdivider_bg_type\":\"color\",\"premium_gdivider_fill\":\"#afafaf\",\"premium_gdivider_stroke_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke\":\"\",\"premium_gdivider_opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"premium_gdivider_opacity_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_opacity_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"9bc4b10\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_add_particles_color\":\"#fe4c1c,#00c3ff,#0160e7\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"flex_justify_content_mobile\":\"flex-start\",\"container_particles_class\":\"\",\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_trigger\":\"load\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_global_divider_sw\":\"\",\"premium_shapes_data\":{\"shape1\":{\"title\":\"Shape 1\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 283.5 27.8\' preserveAspectRatio=\'xMidYMax slice\'><path class=\'elementor-shape-fill\' d=\'M265.8 3.5c-10.9 0-15.9 6.2-15.9 6.2s-3.6-3.5-9.2-.9c-9.1 4.1-4.4 13.4-4.4 13.4s-1.2.2-1.9.9c-.6.7-.5 1.9-.5 1.9s-1-.5-2.3-.2c-1.3.3-1.6 1.4-1.6 1.4s.4-3.4-1.5-5c-3.9-3.4-8.3-.2-8.3-.2s-.6-.7-.9-.9c-.4-.2-1.2-.2-1.2-.2s-4.4-3.6-11.5-2.6-10.4 7.9-10.4 7.9-.5-3.3-3.9-4.9c-4.8-2.4-7.4 0-7.4 0s2.4-4.1-1.9-6.4-6.2 1.2-6.2 1.2-.9-.5-2.1-.5-2.3 1.1-2.3 1.1.1-.7-1.1-1.1c-1.2-.4-2 0-2 0s3.6-6.8-3.5-8.9c-6-1.8-7.9 2.6-8.4 4-.1-.3-.4-.7-.9-1.1-1-.7-1.3-.5-1.3-.5s1-4-1.7-5.2c-2.7-1.2-4.2 1.1-4.2 1.1s-3.1-1-5.7 1.4-2.1 5.5-2.1 5.5-.9 0-2.1.7-1.4 1.7-1.4 1.7-1.7-1.2-4.3-1.2c-2.6 0-4.5 1.2-4.5 1.2s-.7-1.5-2.8-2.4c-2.1-.9-4 0-4 0s2.6-5.9-4.7-9c-7.3-3.1-12.6 3.3-12.6 3.3s-.9 0-1.9.2c-.9.2-1.5.9-1.5.9S99.4 3 94.9 3.9c-4.5.9-5.7 5.7-5.7 5.7s-2.8-5-12.3-3.9-11.1 6-11.1 6-1.2-1.4-4-.7c-.8.2-1.3.5-1.8.9-.9-2.1-2.7-4.9-6.2-4.4-3.2.4-4 2.2-4 2.2s-.5-.7-1.2-.7h-1.4s-.5-.9-1.7-1.4-2.4 0-2.4 0-2.4-1.2-4.7 0-3.1 4.1-3.1 4.1-1.7-1.4-3.6-.7c-1.9.7-1.9 2.8-1.9 2.8s-.5-.5-1.7-.2c-1.2.2-1.4.7-1.4.7s-.7-2.3-2.8-2.8c-2.1-.5-4.3.2-4.3.2s-1.7-5-11.1-6c-3.8-.4-6.6.2-8.5 1v21.2h283.5V11.1c-.9.2-1.6.4-1.6.4s-5.2-8-16.1-8z\'\\/><\\/svg>\"},\"shape2\":{\"title\":\"Shape 2\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 320\'><path d=\'M0 298.992c15.313-52.905 61.648-93.749 119.782-99.266l728.025-69.099c75.962-7.21 143.486 48.608 150.696 124.569l1.497 15.77V320H0v-21.008z\'\\/><\\/svg>\"},\"shape3\":{\"title\":\"Shape 3\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 320\'><path d=\'M1000 0s-1.148 150.944-120 220C729.547 307.416 0 300 0 300v20h1000V0z\'\\/><\\/svg>\"},\"shape4\":{\"title\":\"Shape 4\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M806,94.7C619.5,90,500,20.3,500,1.7c-1,18.6-117.5,88.3-306,93C92,97.2,0,97.9,0,97.9v-0l0,0v2.3h1000v-2.3 C1000,97.7,920.3,97.6,806,94.7z M350,65.1L350,65.1L350,65.1L350,65.1z\'\\/><\\/svg>\"},\"shape5\":{\"title\":\"Shape 5\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' width=\'1000\' height=\'100\' preserveAspectRatio=\'none\' viewBox=\'0 0 1000 100\'><defs><style>.premium-sh-cls-2{opacity:.33;}.premium-sh-cls-2,.premium-sh-cls-3{isolation:isolate;}.premium-sh-cls-3{opacity:.66;}<\\/style><\\/defs><path class=\'premium-sh-cls-2\' d=\'m527,32.7c203.9-88.3,263.1,34,320.3,0,86.7-51.8,152.7,7.6,152.7,7.6v59.7H0v-59.7S62.1,14.2,94.9,11c32.8-3.3,62.8,12.3,75.8,22.1,23.3,17.3,84,58.2,134.4,62.2s202.5-54.3,221.9-62.6Z\'\\/><path class=\'premium-sh-cls-3\' d=\'m266,32.7c45.5,0,77.2,23.2,129.1,39.1,28.6,8.7,150.3,10.1,254-39.1,103.7-49.2,91.7,34.4,149.2,0,86-51,201.7,27.5,201.7,27.5v39.8H0v-36.5s28.2,18.5,92.1,18.5c97.7-.1,132.2-49.3,173.9-49.3Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m233.9,71.1c200,57.5,266-65.5,395.1-19.5,129,46.6,129,43,186.2,27.8,56.8-15.2,52.5-24.3,94.9-31.9,61.3-11.2,89.9,52.5,89.9,52.5H0s9.9-40.9,83.6-48.1,86.8,1.1,150.3,19.2Z\'\\/><\\/svg>\"},\"shape6\":{\"title\":\"Shape 6\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 70.8\' preserveAspectRatio=\'none\'><path  d=\'M400,68c0,0-7.1-0.8-7.1-8.5s6.4-22.1,0-26s-7.3,2.6-6,6.5c1.3,3.9,6.2,14.5-2.6,14.8  c-6.3,0.2-0.8-8.3-7.4-10.2c-3.7-1.1-2,4.6-6.3,4.8c-6.3,0.4-7.8-10.1-7.8-12.4c0-2.3,1.9-28.7,0-32.9c-1.9-4.2-3.6-4.5-5.3-3.7  c-1.7,0.7-4.6,2.5-2,11.2c2.7,8.7,3.4,26,3.8,29.5c0.4,3.6,0.2,8.9-5.3,8.3c-5.6-0.6-0.9-16.1-6.6-15.7c-5.7,0.4-0.6,9-6.5,11.2  s-7.6,0.2-8-4.2c-0.3-4.4-5.9-5-8.6,6c-2.7,11-10.5,9-11.4,0.4s3.6-22.9-4.3-21.9s-3.6,11.9-2.2,14.4s6.3,22.2-6,27.3  c-12.3,5.1-1.7-33.5-10.4-32.9c-8.7,0.7,2.7,24.4-7.5,27.2c-10.2,2.8,0-15.1-7.1-17.6c-7.1-2.5,3.7,10.7-4.1,13.4  c-7.9,2.7-6.6-26.4-6.6-26.4s2.9-14.9-3.2-13.9c-6.1,1-1.7,14.7-0.7,18.6c0.9,3.9,1.7,22.2-7.4,22.5c-12.2,0.4-2.4-23.9-12.2-23.1  c-9.8,0.7,0.2,11.1-8.5,15.2c-2.5,1.2-5.6-5.9-8.7-4.9c-3.2,1-4.2,10.9-9.2,10.1c-5-0.7-4.4-11.5-4.3-18.7c0.1-7.1-3.9-7.9-3.7-2.4  c0.2,5,2.5,16.2-0.2,20.6c-0.5,0.7-1.4,1-2.2,0.5c-1.4-0.8-2.1-1.6-1.9,2.6c0.2,4.9-1.5,7.4-3.7,8c-0.3,0.1-0.6,0.1-0.9,0.1l0,0  c-0.6,0-1.2-0.1-1.8-0.3c-1.4-0.5-3.5-2-3.4-6c0.2-7.6,6.4-22.1,0-26c-6.4-3.9-7.3,2.6-6,6.5s6.2,14.5-2.6,14.8  c-6.3,0.2-0.8-8.3-7.4-10.2c-3.7-1.1-2,4.6-6.3,4.8c-6.3,0.4-7.8-10.1-7.8-12.4c0-2.3,1.9-28.7,0-32.9s-3.6-4.5-5.3-3.7  s-4.6,2.5-2,11.2c2.7,8.7,3.4,26,3.8,29.5c0.4,3.6,0.2,8.9-5.3,8.3c-5.6-0.6-0.9-16.1-6.6-15.7c-5.7,0.4-0.6,9-6.5,11.2  c-5.9,2.2-7.6,0.2-8-4.2s-5.9-5-8.6,6c-2.7,11-10.5,9-11.4,0.4c-0.8-8.6,3.6-22.9-4.3-21.9s-2.7,11.6-2.2,14.4  c0.9,4.8,2.7,25.8-5.4,24.6c-13.1-2-2.2-30.8-11-30.2c-8.7,0.7,2.7,24.4-7.5,27.2C72.5,64,83,41.9,75.6,43.6  C69.9,45,79.4,54.3,71.5,57c-7.9,2.7-6.6-26.4-6.6-26.4s2.9-14.9-3.2-13.9S60.1,31.4,61,35.3s1.7,22.2-7.4,22.5  c-12.2,0.4-2.4-23.9-12.2-23.1c-9.8,0.7,0.8,14.8-8.4,17.4c-7.9,2.3-3.6-10.5-9.5-10.1c-4,0.3,2.9,13.9-8.5,13  c-5-0.4-4.4-11.5-4.3-18.7c0.1-7.1-3.9-7.9-3.7-2.4c0.2,5.5,3,18.5-1.2,21.7c-2.2-0.6-3.4-3.2-3.2,2.1S2,67,0,68v2.8h400V68z\'\\/><\\/svg>\"},\"shape7\":{\"title\":\"Shape 7\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 50\' preserveAspectRatio=\'none\'><g><path  d=\'M158.3,19.5c2.6,0.3,1.2-4.2-0.5-2C157.1,18.3,157.4,19.4,158.3,19.5z\'\\/><path  d=\'M157.2,8.9c-0.8-0.7-1.8,1.1-1.7,1.4C156.2,11.4,158,9.6,157.2,8.9z\'\\/><path  d=\'M171.8,19.1c2.2-0.6,1.1-3.2-0.6-1.3C170.7,18.6,170.9,19.4,171.8,19.1z\'\\/><path  d=\'M154,23.1c0.9-0.1,1.2-1.2,0.5-2C152.8,18.9,151.4,23.4,154,23.1z\'\\/><path  d=\'M140.5,22.7c0.8,0.2,1.1-0.6,0.6-1.3C139.4,19.6,138.3,22.1,140.5,22.7z\'\\/><path  d=\'M140.5,26.9c-1.8,1.9,3.9,2,1.6,0.3C141.7,26.9,140.9,26.5,140.5,26.9z\'\\/><path  d=\'M350.3,37.3c-0.1-0.1-0.1-0.2-0.2-0.3c-1-1.3-0.3-3-3.6-3.5c-1.9-0.4-5.3,0.3-7.2,0.7c-3,1-4.3,2.5-7.7,3   c-3.2,0.5-7,0.7-10.3,0.9c-2.8,0.1-5.4,0.1-7.4-1.2c-1.9-1.1-1.7-2.5-4-3.3c-9.3-3.1-15.9,2.9-23.9,4.9c-1.9-1.1-0.2-2.4-0.1-3.6   c-0.3-5-7.3-0.3-10.6,1c-1.7,0.7-3,1-4,1c-0.5-0.1-0.9-0.2-1.4-0.2c-1.7-0.6-2.4-2.3-3.6-3.7c1-0.4,2.1-0.7,2.9-1.4   c1-0.9,0.8-2.2-0.7-2.2c-1.1,0-2.6,1.4-3.3,2c-0.1,0.1-0.2,0.2-0.3,0.4c-2-1.2-5.1-1.4-8.2-0.6c0.5-1.1,1-2.2,0.4-2.8   c-1.1-1.1-3.2,0.6-4.4-0.2c-1.7-1.1,4.7-4.4-0.6-4.7c-1.1,0-2.8,0.3-2.6-1.2c0.1-1.1,2-1,2.2-2.3c0.1-1.4-2.2-1.1-1.1-3   c0.7-1,2.7-1.4,3-2.6c0.3-1.7-1.4-1-2.2-0.5c-1.2,0.8-1.9,2.7-3.3,3.4c-1.1,0.7-2.3,0.2-3,1.8c-0.3,0.8,0.1,3-1,3.4   c-2.4,0.8,0.8-6.1-2.5-4.7c-1.8,0.9-1,4.7-1.7,6.1c-0.5,0.9-1.4,2.6-2.7,2c-0.3-0.2-0.4-0.4-0.5-0.6c0-0.1,0-0.3,0-0.4   c0.1-0.7,0.5-1.5-0.2-1.9c-0.7-0.5-1.8,0.4-2.5,1.2c-0.1,0.1-0.2,0.1-0.2,0.2c-0.1,0.2-0.2,0.3-0.3,0.4c-1.4,1.7-1.1,4.9-3.1,6.8   c-0.6,0.6-2.5,2.1-3.5,1.4c-0.9,2.1-1.6,4.3-2.2,6.6c-0.4,0.3-0.9,0.6-1.4,0.9c-0.9-0.8-1.5-1.9-1.6-3   c-0.4-5.6,11.4-12.7,11.2-16.2c0,0-0.2-0.8-0.2-1.4c-0.3-4.7,6.6-8.2,6.9-9.7c0.1-0.5-0.6-1.2-2.1-1.1c-7.1,0.5-10.1,13-12.6,13.2   c-0.7,0.1-1.7-0.8-1.8-2.2c-0.1-1.4,0.7-2.8,0.6-4.3c-0.1-1.1-0.7-1.1-1.3-1.1c-3.2,0.2-4,13.6-11.1,14.1c-8.7,0.6-5-14-9.5-13.7   c-2.3,0.2-5.4,4-6.1,4.1c-1.9,0.1-0.6-4.3-5.5-4c-0.8,0.1-1.8,0.3-1.8,0.3c-1.8,0.1-0.8-2.9-2.5-2.8c-0.5,0-0.9,0.4-1.4,0.5   c-1.3,0.1-3.6-3-5.8-2.8c-0.9,0.1-2.3,0.8-2.2,2.2c0.2,3.1,5.3,0.9,7.2,5.5c0.7,1.8,0.3,4.4,2.1,5.8c2.2,1.7,10.8,9.5,11.1,13.1   c0.1,1.6-0.1,3.1-0.6,4.2c-0.2,0-0.3,0-0.5,0c-0.2-0.1-0.5-0.2-0.7-0.3c-1.2-2.8-2.5-5.5-4-8.1c-0.9,0.8-3-0.4-3.7-0.9   c-2.2-1.6-2.4-4.8-4-6.3c-0.5-0.6-2.5-2.2-3.3-1.4c-0.9,0.8,0.9,2.2-0.3,3c-1.3,0.8-2.4-0.8-3-1.6c-0.9-1.4-0.6-5.2-2.5-5.8   c-3.5-1,0.6,5.4-1.8,5c-0.3-0.1-0.5-0.3-0.7-0.6c0.6-0.2,0.9-0.7,0.3-1.4c-0.2-0.2-0.5-0.2-0.7-0.1c-0.1-0.5-0.2-0.9-0.3-1.2   c-0.9-1.5-2-0.9-3.2-1.4c-1.4-0.5-2.4-2.3-3.7-2.9c-0.9-0.5-2.6-0.9-2.1,0.8c0.4,1.2,2.5,1.3,3.3,2.2c1.3,1.7-1,1.7-0.7,3.1   c0.3,1.2,2.2,0.8,2.5,1.9c0.4,1.5-1.3,1.4-2.4,1.6c-5.1,1,1.6,3.3,0.1,4.7c-0.6,0.5-1.4,0.4-2.2,0.3c-0.3-0.2-0.8-0.4-1.3-0.6   c-3.7-1.2-7.6-0.9-9.6,0.7c-1,0.8-1.6,2-2.3,2.9c0,0-0.1,0-0.1,0c-0.9,0.1-1.3,0.7-1.1,1.2c-0.2,0.1-0.5,0.3-0.7,0.4   c-0.5,0.1-0.9,0.1-1.4,0.2c-1,0-2.3-0.3-4-1c-3.3-1.3-10.3-6-10.6-1c0.2,1.2,1.8,2.5-0.1,3.6c-8-2-14.7-8-23.9-4.9   c-2.4,0.9-2.1,2.3-4,3.3c-2,1.3-4.6,1.3-7.4,1.2c-3.3-0.2-7.1-0.4-10.3-0.9c-3.4-0.5-4.7-2-7.7-3c-1.9-0.5-5.3-1.1-7.2-0.7   c-3.3,0.5-2.6,2.2-3.6,3.5c-0.3,0.3-0.5,0.7-0.9,0.9c-43.7-2.6-66-5.7-66-5.7V50h400V32.3C400,32.3,385.5,34.9,350.3,37.3z\'\\/><path  d=\'M237.9,15c-0.3,0-0.4,0.3-0.4,0.6c0,0.5,0.7,0.9,1.2,0.8c0.4,0,0.6-0.3,0.6-0.7C239.4,15.2,238.5,15,237.9,15z   \'\\/><path  d=\'M232.2,9.1c0.7-0.6,1-1.1,1.8-1.4c2.4-1,2.9-2.5,2.8-3c0-0.6-0.5-0.7-1.4-0.6c-2.3,0.2-4,2.2-4.3,3.9   C230.9,9.1,231.4,9.8,232.2,9.1z\'\\/><path  d=\'M228.5,5.5c0.4,0,1.5-1.1,1.4-2.5c-0.1-0.7-0.4-1.4-1.1-1.4c-0.6,0-1.6,0.7-1.5,1.7   C227.4,4.4,227.9,5.6,228.5,5.5z\'\\/><path  d=\'M222.7,11.8c0.8-0.1,1.6-1.4,1.6-2.2c-0.1-0.8-0.6-1.2-1-1.2c-0.5,0-1.3,0.6-1.2,2   C222,10.7,222.2,11.8,222.7,11.8z\'\\/><path  d=\'M196.8,13c0.2-0.2,0.3-0.5,0.2-0.8c0-0.3-1.8-5.6-2.5-5.5c-0.9,0.1-1.3,0.9-1.2,1.8   C193.4,9.4,196.4,13.5,196.8,13z\'\\/><path  d=\'M184,11.2c0.3,0,1.1-1,1-2c-0.1-1-0.8-1.6-1.4-1.5c-0.5,0-0.8,1.3-0.7,2C183,10.7,183.6,11.2,184,11.2z\'\\/><path  d=\'M178.5,8.7c0.5,0,0.9-0.1,0.9-0.7c-0.1-0.9-0.8-1.9-1.6-1.8c-0.6,0-0.7,0.3-0.7,0.8   C177.1,7.9,177.6,8.8,178.5,8.7z\'\\/><path  d=\'M174.4,14.3c0.3-0.1,0.2-0.4,0.2-0.7c0-0.6-0.6-1-1.1-1C172.3,12.8,173.4,14.6,174.4,14.3z\'\\/><path  d=\'M202.1,10.7c0.7,0.2,0.7-1.1,0.6-1.6c-0.1-1.3-1.7-2.8-1.6-1.2C201.2,8.6,201.3,10.6,202.1,10.7z\'\\/><path  d=\'M203.1,4.1c0,0,0.8,0,0.7-0.7c0-0.4-0.7-1.1-1.2-1.1c-0.3,0-0.5,0.3-0.5,0.7C202.1,3.5,202.5,4,203.1,4.1z\'\\/><path  d=\'M227.2,15.6c0.7,0.1,1.6-1.1,1.5-2.3c0-0.5-0.2-0.5-0.5-0.5c-0.8,0.1-1.4,0.8-1.4,1.5   C226.8,14.6,227,15.6,227.2,15.6z\'\\/><\\/g><\\/svg>\"},\"shape8\":{\"title\":\"Shape 8\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 61.7\' preserveAspectRatio=\'none\'><path  d=\'M400,61.7V17.9c-0.1-1.1-0.4-3.5-0.4-3.5c0-0.4-4-1.2-4,1.2c0,1.3-3.9,1.7-3.9,3.1c0-1-5.1-0.5-5.1,0  c0,0.1-4,2.6-4,2.7c0-0.6-4.8,2.1-4.8,0.9c0-1.3-5,0-5,0.2c0,0.8-3.8,2.6-3.8,3.3c0,0.3-4.7,0.5-4.7,1c0-1.1-3.9,3.4-3.9,2.9  c0-0.2-5.1-0.4-5.1,0.1c0-1.1-4.4,1.1-4.4,1.6c0,2.3-4.3,2.6-4.3,3.4c0,0.8-5.3-2.8-5.3-2.1c0-1.2-5.3-0.6-5.3,0.2  c0-0.4-5.1,2.8-5.1,1.8c0,0.6-4.7-0.1-4.7,0.6c0,0.9-3.4,3-3.4,2.9c0,0.2-3.4,2.4-3.4,2.8c0,1.2-4.8,0.3-4.8,0.1  c0-0.5-4.5,0.5-4.5,0.4c0-0.3-4.6,2.7-4.6,3c0-0.5-4.7-1.4-4.7-2c0,1-4.6,2-4.6,0.9c0,1-4.7,0.8-4.7-0.7c0,0-4.7-0.8-4.7,0.1  c0-0.2-4.6,2.1-4.6,2.2c0-0.1-4.6-0.7-4.6,0.5c0,0.3-4.3-1-4.3-0.6c0-0.1-3.9-2.8-3.9-1.9c0-0.5-3.9-2.1-3.9-2.7c0,0.8-3-3.4-3-3.7  c0,0.1-3.9-1.1-3.9-2.7c0-0.2-4.6-0.2-4.6-0.9c0-0.4-5.1-0.5-5.1-0.7c0-0.2-3.7,3.5-3.7,3.8c0-1.4-3.9,3.1-3.9,2.8  c0-1-4.7,0.5-4.7,1.7c0,0.5-4,0.5-4,1.7c0,0.1-3.6,3.3-3.6,2.9c0-1.3-4.4-0.2-4.4,0.9c0,0.7-4.6-1.2-4.6-0.1c0-1.2-4.1,1.4-4.1,1.7  c0,0.9-4.5-1.6-4.5-0.9c0,1.1-4.1,3.2-4.1,2.7c0-0.1-4.4,1.1-4.4,0.7c0,0.6-4.4,0.1-4.4-0.9c0,1.6-4.4-2.1-4.4-1.8  c0,1.2-4.3,3.9-4.3,2.9c0,0.1-4.3-1.3-4.3-0.6c0,2.1-4.4,0.8-4.4,0.4c0-0.7-3.8-4-3.8-3.4c0-1.7-3.6-2.5-3.6-2.1  c0-0.3-4.2-1.4-4.2-1c0-0.4-4.1,0.4-4.1-1.5c0-1.1-4.6,0.8-4.6-0.6c0,0.2-3.1-3.9-3.1-4c0,0.7-4.4-2.2-4.4-1.6c0,1-4.4-1.6-4.4-1.6  c0-0.4-4.9,0.8-4.9,0.3c0,0.7-4.6-0.2-4.6-0.3c0,0.3-4.4-0.6-4.4-1.4c0-0.4-4.6-1.7-4.6-1.8c0,0.4-4.7,0.6-4.7,0.9  c0,0-4.5,3-4.5,1.4c0,1.9-4.4,0.9-4.4,1.4c0-0.2-5.2-2-5.2-1.8c0,0.6-4.2,2.5-4.2,2.2c0,1.2-3.7,3.9-3.7,3.5c0-0.2-4.4,0.9-4.4,1.6  c0,0.8-5.1-0.2-5.1-0.8c0,0.4-4.5,1.5-4.5,1.5c0,0.7-4.7-0.9-4.7-0.8c0,0.3-4.4-0.7-4.4-1.4c0-0.8-4.7-0.9-4.7-0.1  c0-0.1-4.4-2.5-4.4-1.4c0-0.3-5.1,2-5.1,0.9c0-1.3-4.1-2.5-4.1-2.5c0,0.1-4.5-1.3-4.5-2.5c0-0.6-4.8,3.5-4.8,2.2  c0-0.9-4.3,2.5-4.3,2.4c0-0.6-5.4-1.1-5.4-1.8c0-1.3-4.1,4.2-4.1,3c0-0.2-5.1-0.5-5.1-0.7c0-0.5-3.9,1.2-3.9,1.3  c0-0.3-4.1-0.6-4.1-0.3c0-0.4-4.3,1.3-4.3,1c0,0.2-4.6,0.8-4.6-0.2c0-0.1-2.8-2.7-2.8-3.8c0-2-4.3-0.8-4.3-2c0,0.6-4.5,0.8-4.5-1.6  c0,0.2-2.6-5.2-2.6-4.7c0,1-1.9,0.1-3.2-0.5l0,33.9H400z\'\\/><\\/svg>\"},\"shape9\":{\"title\":\"Shape 9\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' width=\'4080.2\' height=\'394.6\' viewBox=\'0 0 4080.2 394.6\'><defs><style>..premium-sh-cls-2{opacity:.2;}.premium-sh-cls-2,.premium-sh-cls-3{isolation:isolate;}.premium-sh-cls-3{opacity:.5;}<\\/style><\\/defs><path class=\'premium-sh-cls-2 pr-path\' d=\'m4080.2,394.6v-181.3c-9.9-5.5-24.8-19.8-34.1-62.3-9.3-42.4-49-72.2-49-72.2,24.2,32,34.1,103.6,0,104.7s-23-40.2-23-40.2c-15.5,11.6-9.9,42.4-9.9,42.4-28.5-24.8-14.9-64.5-14.9-64.5-13,17.1-18.6,38-6.8,82.1s-65,62.3-70.7,25.9c-5.1-32.8,18-36.4,26.7-68.9s-32.3-53.5-32.3-53.5c20.5,51.8-18.6,70-18.6,70-1.9-25.4-24.8-38.6-24.8-38.6,13.6,24.3-.7,50-16.7,54-15.7,3.9-45.3-.6-36-38.6s-4.3-60.6-4.3-60.6c1.2,18.7-11.2,32-11.2,32,2.5-35.8-3.7-41.3-17.4-62.3-13.6-20.9,0-43.5,0-43.5-81.3,27-66.4,106.4-66.4,106.4-31-28.1-6.2-72.8-6.2-72.8-26.7,20.4-29.2,43-21.7,105.8,7.4,62.8-27.9,60.6-27.9,60.6,13-63.9-40.3-86-40.3-86,42.2,42.4,6.2,90.9-21.1,90.9s-37.9-19.8-37.8-46.3c0-29.2-24.2-39.1-24.2-39.1,10.5,10.5,18.6,57.3-10.5,55.7-29.2-1.7-14.9-48,.6-86.5,15.5-38.6-23-63.9-23-63.9,0,0,40.3,61.7-9.9,59.5s-19-78.3-19-78.3c-43.8,48-17.6,93.7-6.5,116.3,11.2,22.6,13,93.7-37.8,93.7s-50.2-68.9-44-91.5-8.7-39.1-8.7-39.1c9.3,27-14.9,43-32.9,16.5s-1.9-78.3-1.9-78.3c-45.3,49.6-4.3,100.3,4.3,125.1,8.7,24.8-3.1,55.1-26.7,55.1s-34.7-14.9-30.4-34.7-6.8-35.3-6.8-35.3c2.5,8.8-.6,39.1-20.5,39.1s-32.3-23.7-23-59.5c9.3-35.8.6-45.7-16.7-67.8s12.4-50.2,12.4-50.2c0,0-38.5,17.6-65.1,46.8-26.7,29.2,9.3,73.3,8.1,97-1.2,23.7-22.3,24.3-34.7,3.3s5-55.7,5-55.7c-15.5,9.4-23,33.6-18,60.1s-6.5,49.6-21.7,49.6c-13.9,0-24.8-6.6-27.3-29.8-2.5-23.1-30.4-35.8-30.4-35.8,25.4,38,.4,54-13,54-12.4,0-22.3-11-22.3-32.5s14.9-40.4,29.8-63-12.4-40-12.4-40c19.2,38.6-25.4,58.4-45.3,30.9-19.9-27.6-5.6-70-5.6-70-31,36.9-4.3,75,6.8,99.2,11.2,24.3,3.1,59.5-27.3,54s-15.5-44.1-15.5-44.1c0,0-19.9,14.3-13.6,56.2s-57.7,52.4-54.6,25.4c3.1-27-10.5-39.1-10.5-39.1,4.3,27-11.8,35.8-11.8,35.8,5.6-33.6-18.6-52.4-18.6-52.4,13.6,23.7-1.2,46.3-16.1,46.3s-28.5-5-34.1-17.6c-5.6-12.7-3.7-28.7,11.2-61.2,15-32.5-.1-52.9-.1-52.9,1.2,14.3-14.3,29.8-14.3,29.8,1.2-36.4-17.4-46.8-37.2-62.3-19.9-15.4-10.5-46.3-10.5-46.3-69.5,32.5-27.9,117.4-27.9,117.4-34.1-22-35.4-71.1-35.4-71.1-14.9,41.3,1.9,68.3,16.7,95.3,14.9,27,5,52.9-3.7,62.8s-40.3,14.3-44.7-12.7c-4.3-27,16.1-49.6,16.1-49.6-14.1,3.3-27.3,19.7-27.3,41.3s-3.1,39.1-20.5,39.1-27.9-9.9-22.3-40.2-17.4-46.3-17.4-46.3c10.5,39.1-33.5,22-45.3-9.4s13.6-71.1,13.6-71.1c-27.9,6.6-29.2,33.1-29.2,33.1-29.8-29.8-18.7-68.9-18.7-68.9-29.9,25.9-5.4,77.2-2.3,86.5,3.1,9.4,8.7,56.8-26.1,55.1-34.7-1.7-25.4-44.1-12.4-69.4-31.6,20.4-22,62.8-22,62.8-12.7-5.5-20.8-32.5-20.8-32.5-5,20.4,1.2,28.7,16.1,61.2s-9.3,50.2-21.7,50.2-36.6-1.1-29.8-39.7-27.9-50.2-27.9-50.2c42.2,45.2-9.9,79.9-32.5,61.5-40.5-33,1.5-89,1.5-89-26.1,11-33.5,31.4-32.9,62.8.6,31.4-15.5,46.3-45.9,46.3s-36-34.7-21.7-70c14.3-35.3-4.3-60.1-4.3-60.1.6,29.2-19.2,43.3-19.2,43.3-9.3-64.2-58.9-82.9-58.9-82.9,56.5,120.2,9.3,165.4-13,165.9-31.3.7-56.1-28.7-65.4-71.1-9.3-42.4-49-72.2-49-72.2,24.2,32,34.1,103.6,0,104.7-34.1,1.1-23-40.2-23-40.2-15.5,11.6-9.9,42.4-9.9,42.4-28.5-24.8-14.9-64.5-14.9-64.5-13,17.1-18.6,38-6.8,82.1s-65,62.3-70.7,25.9c-5.1-32.8,18-36.4,26.7-68.9s-32.3-53.5-32.3-53.5c20.5,51.8-18.6,70-18.6,70-1.9-25.4-24.8-38.6-24.8-38.6,13.6,24.3-.7,50-16.7,54-15.7,3.9-45.3-.6-36-38.6s-4.3-60.6-4.3-60.6c1.2,18.7-11.2,32-11.2,32,2.5-35.8-3.7-41.3-17.4-62.3s0-43.5,0-43.5c-81.3,27-66.4,106.4-66.4,106.4-31-28.1-6.2-72.8-6.2-72.8-26.7,20.4-29.2,43-21.7,105.8,7.4,62.8-27.9,60.6-27.9,60.6,13-63.9-40.3-86-40.3-86,42.2,42.4,6.2,90.9-21.1,90.9s-37.9-19.8-37.8-46.3c0-29.2-24.2-39.1-24.2-39.1,10.5,10.5,18.6,57.3-10.5,55.7-29.2-1.7-14.9-48,.6-86.5,15.5-38.6-23-63.9-23-63.9,0,0,40.3,61.7-9.9,59.5s-19-78.3-19-78.3c-43.8,48-17.6,93.7-6.5,116.3,11.2,22.6,13,93.7-37.8,93.7s-50.2-68.9-44-91.5-8.7-39.1-8.7-39.1c9.3,27-14.9,43-32.9,16.5s-1.9-78.3-1.9-78.3c-45.3,49.6-4.3,100.3,4.3,125.1,8.7,24.8-3.1,55.1-26.7,55.1s-34.7-14.9-30.4-34.7-6.8-35.3-6.8-35.3c2.5,8.8-.6,39.1-20.5,39.1s-32.3-23.7-23-59.5c9.3-35.8.6-45.7-16.7-67.8s12.4-50.2,12.4-50.2c0,0-38.5,17.6-65.1,46.8-26.7,29.2,9.3,73.3,8.1,97-1.2,23.7-22.3,24.3-34.7,3.3s5-55.7,5-55.7c-15.5,9.4-23,33.6-18,60.1s-6.5,49.6-21.7,49.6c-13.9,0-24.8-6.6-27.3-29.8-2.5-23.1-30.4-35.8-30.4-35.8,25.4,38,.4,54-13,54-12.4,0-22.3-11-22.3-32.5s14.9-40.4,29.8-63c14.9-22.6-12.4-40-12.4-40,19.2,38.6-25.4,58.4-45.3,30.9-19.9-27.6-5.6-70-5.6-70-31,36.9-4.3,75,6.8,99.2,11.2,24.3,3.1,59.5-27.3,54-30.4-5.5-15.5-44.1-15.5-44.1,0,0-19.9,14.3-13.6,56.2,6.2,41.9-57.7,52.4-54.6,25.4,3.1-27-10.5-39.1-10.5-39.1,4.3,27-11.8,35.8-11.8,35.8,5.6-33.6-18.6-52.4-18.6-52.4,13.6,23.7-1.2,46.3-16.1,46.3s-28.5-5-34.1-17.6c-5.6-12.7-3.7-28.7,11.2-61.2,15-32.5-.1-52.9-.1-52.9,1.2,14.3-14.3,29.8-14.3,29.8,1.2-36.4-17.4-46.8-37.2-62.3-19.9-15.4-10.5-46.3-10.5-46.3-69.5,32.5-27.9,117.4-27.9,117.4-34.1-22-35.4-71.1-35.4-71.1-14.9,41.3,1.9,68.3,16.8,95.3,14.9,27,5,52.9-3.7,62.8s-40.3,14.3-44.7-12.7c-4.3-27,16.1-49.6,16.1-49.6-14.1,3.3-27.3,19.7-27.3,41.3s-3.1,39.1-20.5,39.1-27.9-9.9-22.3-40.2-17.4-46.3-17.4-46.3c10.5,39.1-33.5,22-45.3-9.4s13.6-71.1,13.6-71.1c-27.9,6.6-29.2,33.1-29.2,33.1-29.8-29.8-18.7-68.9-18.7-68.9-29.9,25.9-5.4,77.2-2.3,86.5,3.1,9.4,8.7,56.8-26.1,55.1-34.7-1.7-25.4-44.1-12.4-69.4-31.6,20.4-22,62.8-22,62.8-12.7-5.5-20.8-32.5-20.8-32.5-5,20.4,1.2,28.7,16.1,61.2,14.9,32.5-9.3,50.2-21.7,50.2s-36.6-1.1-29.8-39.7-27.9-50.2-27.9-50.2c42.2,45.2-9.9,79.9-32.5,61.5-40.5-33,1.5-89,1.5-89-26.1,11-33.5,31.4-32.9,62.8.6,31.4-15.5,46.3-45.9,46.3s-36-34.7-21.7-70c14.3-35.3-4.3-60.1-4.3-60.1.6,29.2-19.2,43.3-19.2,43.3-9.3-64.2-58.9-82.9-58.9-82.9,56.5,120.2,9.3,165.9-13,165.9S.7,212.7.7,212.7v181.9h4079.5Z\'\\/><path class=\'premium-sh-cls-3\' d=\'m4080.2,394.6v-118.9s-29.4-14-33.8-39.7c-4.4-25.7,11.3-46.4-13.2-68.8h0c0,.1,9.4,43.1-27.7,54.3-37.1,11.2-47.2-21.3-47.2-21.3,0,0,12,48.7-18.3,71-30.2,22.4-83.1,28-83.7-22.9h0c-19.5,25.2-32.7,13.4-30.8-6.7,1.9-20.1,17.9-19.5,18.9-47.5,0,0-32.1,20.1-63.6,19s-50.4-36.4-52.9-62.6c-2.5-26.3-6.3-39.7-12.6-50.3-6.3-10.6-5-33,3.1-48.1,0,0-20.8,17.3-16.4,52,4.4,34.7-6.9,46.4-21.4,47.5s-23.9-12.3-23.9-12.3c0,0,1.3,20.9,5,30.6,3.8,9.7,10.7,50.5-17.6,70.1-28.3,19.6-57.7,8.3-46.6-33h0c-24.5,22.4-19.4,50.3-47.8,56.5-24,5.2-52.2-9.5-52.2-29.6s10.8-15.8,6.3-47h0c-12.6,26.8-28.1,28.9-40.3,20.1-16.9-12.3,2.5-61-33.4-82.2,0,0,30.2,67.1,0,107.9-30.2,40.8-79.9,29.6-93.8,7.3-13.8-22.4,3.1-35.8-17-64.9h0c0,.2,11.3,63.2-37.8,69.9s-49.1-35.8-48.5-44.7c0,0-12,16.2-34.6,10.1s-28.3-28-26.4-44.2c1.9-16.2,4.5-52.3-6.9-71.6-14.1-23.9-3.8-50.9-3.8-50.9,0,0-33.4,22.4-21.4,62.6,12,40.3,21.9,79.9-2.6,90.3-24.5,10.4-38.3.3-41.5-8.1-3.1,14.5,7,49.7-18.9,59.3-19.9,7.4-39.3,2.3-44.7-16.8-4.8-17.2-8.9-21.9-15.1-27.4,0,0,12,43.6-21.4,54.8-33.4,11.2-49.1-11.2-46.6-33.6,2.5-22.4,10.7-47,10.7-47,0,0-19.5,16.2-23.9,36.9s-39.7,19.6-42.2-2.8h0c-.6,28.5-18.1,56.2-53.5,53.1-39.1-3.4-52.2-29.6-52.2-29.6,0,0-17.6,16.8-42.8,3.9-25.2-12.9-22-40.8-19.5-54.3s12-52.6-5-69.4c-17-16.8-33.4-27.4-35.9-63.2,0,0-8.8,36.4,6.9,58.7,15.7,22.4,27.1,51.5,1.9,62.6-25.2,11.2-36.5-44.2-36.5-44.2h0s-2.1,21.4,5.3,38.6c14,32.6-19.1,113.5-66.3,73.2,0,0-18.3,30.2-51,20.7s-35.9-31.3-33.4-48.7,13.8-22.4,9.4-43.6c0,0-11.3,14.5-30.8,10.1-19.5-4.5-12.6-28-12-35.2.6-7.3-4.4-16.8-17-26.8-12.6-10.1-7.6-27.4-7.6-27.4,0,0-10.8,20,5.7,45.3,17.3,26.5-19.5,76.7-57.3,47.5,0,0,43.6,98.6-32.1,104.2-40.8,3-44.1-44.4-65.5-58.3,0,0,.3,41.1-28.7,33.8-29-7.3-12.9-36.6-32.4-50,0,0,13.8,55.4-23.9,69.4-37.8,14-69.9-2.2-76.2-27.4-6.3-25.2,17-71,0-100.1,0,0,3.8,26.8-11.3,41.6,0,0-6.2-9.9-14.5-14.8,8.4,36.9-12.2,113.4-74.5,94.9-1.9-.6-3.8-1.4-5.6-2.4-7.4-4.2-27.5-17.3-31.1-38.3-4.4-25.7,11.3-46.4-13.2-68.8h0c0,.1,9.4,43.1-27.7,54.3-37.1,11.2-47.2-21.3-47.2-21.3,0,0,12,48.7-18.3,71-30.2,22.4-83.1,28-83.7-22.9h0c-19.5,25.2-32.7,13.4-30.8-6.7,1.9-20.1,17.9-19.5,18.9-47.5,0,0-32.1,20.1-63.6,19s-50.4-36.4-52.9-62.6c-2.5-26.3-6.3-39.7-12.6-50.3-6.3-10.6-5-33,3.1-48.1,0,0-20.8,17.3-16.4,52,4.4,34.7-6.9,46.4-21.4,47.5s-23.9-12.3-23.9-12.3c0,0,1.3,20.9,5,30.6,3.8,9.7,10.7,50.5-17.6,70.1-28.3,19.6-57.7,8.3-46.6-33h0c-24.5,22.4-19.4,50.3-47.8,56.5-24,5.2-52.2-9.5-52.2-29.6s10.8-15.8,6.3-47h0c-12.6,26.8-28.1,28.9-40.3,20.1-16.9-12.3,2.5-61-33.4-82.2,0,0,30.2,67.1,0,107.9-30.2,40.8-79.9,29.6-93.8,7.3-13.8-22.4,3.1-35.8-17-64.9h0c0,.2,11.3,63.2-37.8,69.9s-49.1-35.8-48.5-44.7c0,0-12,16.2-34.6,10.1-22.7-6.2-28.3-28-26.4-44.2,1.9-16.2,4.5-52.3-6.9-71.6-14.1-23.9-3.8-50.9-3.8-50.9,0,0-33.4,22.4-21.4,62.6s21.9,79.9-2.6,90.3c-24.5,10.4-38.3.3-41.5-8.1-3.1,14.5,7,49.7-18.9,59.3-19.9,7.4-39.3,2.3-44.7-16.8-4.8-17.2-8.9-21.9-15.1-27.4,0,0,12,43.6-21.4,54.8-33.4,11.2-49.1-11.2-46.6-33.6,2.5-22.4,10.7-47,10.7-47,0,0-19.5,16.2-23.9,36.9s-39.7,19.6-42.2-2.8h0c-.6,28.5-18.1,56.2-53.5,53.1-39.1-3.4-52.2-29.6-52.2-29.6,0,0-17.6,16.8-42.8,3.9-25.2-12.9-22-40.8-19.5-54.3s12-52.6-5-69.4c-17-16.8-33.4-27.4-35.9-63.2,0,0-8.8,36.4,6.9,58.7,15.7,22.4,27.1,51.5,1.9,62.6-25.2,11.2-36.5-44.2-36.5-44.2h0s-2.1,21.4,5.3,38.6c14,32.6-19.1,113.5-66.3,73.2,0,0-18.3,30.2-51,20.7s-35.9-31.3-33.4-48.7,13.8-22.4,9.4-43.6c0,0-11.3,14.5-30.8,10.1-19.5-4.5-12.6-28-12-35.2.6-7.3-4.4-16.8-17-26.8-12.6-10.1-7.6-27.4-7.6-27.4,0,0-10.8,20,5.7,45.3,17.3,26.5-19.5,76.7-57.3,47.5,0,0,43.6,98.6-32.1,104.2-40.8,3-44.1-44.4-65.5-58.3,0,0,.3,41.1-28.7,33.8-29-7.3-12.9-36.6-32.4-50h0s13.8,55.4-23.9,69.4c-37.8,14-69.9-2.2-76.2-27.4-6.3-25.2,17-71,0-100.1,0,0,3.8,26.8-11.3,41.6,0,0-6.2-9.9-14.5-14.8,8.5,37.5-12.8,115.8-77.4,94v119.2h4080.2Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m4080.2,394.6v-53.2s-45.6-9-39.5-48.1c6.1-39.1-23-58.3-23-58.3,19.6,25.9,16.9,59.5-14.2,59.5s-25.7-45.5-25.7-45.5c-40.6,18.2-2,85.2-66.3,85.2s-73.1-48.1-73.1-48.1c-60.9,4.2-38.6-55.3-38.6-55.3-17.6,1.8-16.9,33.7-20.3,46.9-3.4,13.2-12.9,26.5-34.5,24.7-21.7-1.8-25.7-17.4-16.9-70.3,8.8-52.9-14.2-90.8-14.2-90.8,12.3,42.1,5.4,76.9-12.2,76.9s-16.2-26.4-16.2-26.4c-14.1,11.4-10.2,33.1-2.8,45.1,7.4,12,2,55.9-42,55.9s-45.3-42.1-45.3-42.1c-14.7,2.6-16.2,18.6-21,36.7-4.7,18-18.9,28.9-18.9,28.9,7.4-17.4-8.1-39.1-8.1-39.1,0,0,2.7,54.1-35.9,45.7-38.6-8.4-18.3-80.6-18.3-80.6-23,5.4-25,45.1-25,45.1-16.9-29.5,8.8-66.1,8.8-66.1-30.5,13.8-29.1,45.1-27.1,77.6,2,32.5-37.2,39.1-38.6,16.2-1.4-22.8-20.3-35.5-20.3-35.5,0,0,7.4,54.7-29.1,49.9-36.5-4.8-14.9-37.9-29.1-52.9-14.2-15-6.8-33.7-6.8-33.7-29.1,7.8-28.4,60.1-28.4,60.1-6.8-4.2-8.8-27.1-8.8-27.1-23.7,18.6,6.6,51.4-33,46.4-48-6-29.3-94.5-29.3-94.5,0,0-13,.1-18.4,32.5s-49.2,15.6-45.2-12.7c4-28.3-6.1-54.1-6.1-54.1-4.1,58.9-45.3,28.3-45.3,28.3,24.8,90.5-21.9,116.2-51.3,115.3-7.3-.2-19.7-3.6-26.5-31.3-6.8-27.7-32.5-38.6-32.5-38.6,14.2,14.9,11.5,66.3-14.2,66.3s-33.8-52.9-33.8-52.9c-8.9,24.1,0,56.5,0,56.5-40.6-27.7-21.7-92.6-21.7-92.6-33.2,6.6-34.5,60.1-34.5,60.1-16.9-7.2-12.9-31.3-12.9-31.3-29.8,9-23.2,53.8-36.5,61.3-19.9,11.2-47,2.7-49.4-20.4-2.2-21.3-13.5-36.7-13.5-36.7-8.1,76.8-56.2,49.3-79.2.6s7.4-100.4,7.4-100.4c-39.9,17.4-31.1,46.3-38.6,87.2-7.4,40.9-53.1,54.4-53.1,54.4,6.8-38.8-24-53.2-24-53.2,11.8,12.8,12.8,50.1,1.8,55-40.5,18-45.8-43.1-45.8-43.1-30.8,28.1,31.5,63.3-13.9,60.3-45.3-3-42.6-42.9-42.6-73.6,0-40.4-33.6-65.3-33.6-65.3,0,0,37.3,91.6-.5,91.5-45.7-.1-24.2-59.9-24.2-59.9-24.4,16.5-17.3,43.9-17.9,67.3-.7,23.4-9.6,44.6-29.1,53.7-17.9,8.3-102.5,18.3-98.5-20.3,3.1-29.6-6.8-42.1-6.8-42.1,1.4,30.1-18.9,46.3-18.9,46.3,8.8-44.8-15.2-70-15.2-70,0,0,.7,45.4-43.3,64s-76.2-2.7-82.2-27.1c-4.8-19.4,10.5-40.3,10.5-40.3-47.7,19.5-32.1,72.1-32.1,72.1-34.9-5.7-21.7-38.9-21.7-38.9-23.3,6-18.8,16.6-18.8,30.1,0,25.4-69.8,6.5-63.7-32.6,6.1-39.1-23-58.3-23-58.3,19.6,25.9,16.9,59.5-14.2,59.5s-25.7-45.5-25.7-45.5c-40.6,18.2-2,85.2-66.3,85.2s-73.1-48.1-73.1-48.1c-60.9,4.2-38.6-55.3-38.6-55.3-17.6,1.8-16.9,33.7-20.3,46.9s-12.9,26.5-34.5,24.7c-21.7-1.8-25.7-17.4-16.9-70.3,8.8-52.9-14.2-90.8-14.2-90.8,12.3,42.1,5.4,76.9-12.2,76.9s-16.2-26.4-16.2-26.4c-14.1,11.4-10.2,33.1-2.8,45.1s2,55.9-42,55.9-45.3-42.1-45.3-42.1c-14.7,2.6-16.2,18.6-21,36.7-4.7,18-18.9,28.9-18.9,28.9,7.4-17.4-8.1-39.1-8.1-39.1,0,0,2.7,54.1-35.9,45.7-38.6-8.4-18.3-80.6-18.3-80.6-23,5.4-25,45.1-25,45.1-16.9-29.5,8.8-66.1,8.8-66.1-30.5,13.8-29.1,45.1-27.1,77.6,2,32.5-37.2,39.1-38.6,16.2-1.4-22.8-20.3-35.5-20.3-35.5,0,0,7.4,54.7-29.1,49.9-36.5-4.8-14.9-37.9-29.1-52.9-14.2-15-6.8-33.7-6.8-33.7-29.1,7.8-28.4,60.1-28.4,60.1-6.8-4.2-8.8-27.1-8.8-27.1-23.7,18.6,6.6,51.4-33,46.4-48-6-29.3-94.5-29.3-94.5,0,0-13,.1-18.4,32.5s-49.2,15.6-45.2-12.7c4-28.3-6.1-54.1-6.1-54.1-4.1,58.9-45.3,28.3-45.3,28.3,24.7,90.6-21.9,116.3-51.3,115.4-7.3-.2-19.7-3.6-26.5-31.3s-32.5-38.6-32.5-38.6c14.2,14.9,11.5,66.3-14.2,66.3s-33.8-52.9-33.8-52.9c-8.9,24.1,0,56.5,0,56.5-40.6-27.7-21.7-92.6-21.7-92.6-33.2,6.6-34.5,60.1-34.5,60.1-16.9-7.2-12.9-31.3-12.9-31.3-29.8,9-23.2,53.8-36.5,61.3-19.9,11.2-47,2.7-49.4-20.4-2.2-21.3-13.5-36.7-13.5-36.7-8.1,76.8-56.2,49.3-79.2.6s7.4-100.4,7.4-100.4c-39.9,17.4-31.1,46.3-38.6,87.2-7.4,40.9-53.1,54.4-53.1,54.4,6.8-38.8-24-53.2-24-53.2,11.8,12.8,12.8,50.1,1.8,55-40.5,18-45.8-43.1-45.8-43.1-30.8,28.1,31.5,63.3-13.9,60.3-45.3-3-42.6-42.9-42.6-73.6,0-40.4-33.6-65.3-33.6-65.3,0,0,37.3,91.6-.5,91.5-45.7-.1-24.2-59.9-24.2-59.9-24.4,16.5-17.3,43.9-17.9,67.3-.7,23.4-9.6,44.6-29.1,53.7-17.9,8.3-102.5,18.3-98.5-20.3,3.1-29.6-6.8-42.1-6.8-42.1,1.4,30.1-18.9,46.3-18.9,46.3,8.8-44.8-15.2-70-15.2-70,0,0,.7,45.4-43.3,64s-76.2-2.7-82.2-27.1c-4.8-19.4,10.5-40.3,10.5-40.3-47.7,19.5-32.1,72.1-32.1,72.1-34.9-5.7-21.7-38.9-21.7-38.9-23.3,6-18.8,16.6-18.8,30.1,0,25.4-24.2,15.4-24.2,15.4v53.4h4080Z\'\\/><\\/svg>\"},\"shape10\":{\"title\":\"Shape 10\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 35\'><path d=\'M1000 5S822.877 3.636 700 3.93c-18.088.043-36.002 10.945-51 11.07-21.081.175-37.54-10.382-49-10-20.98.7-33.333 17.5-50 15S516.667 0 500 0s-33.333 17.5-50 20-29.02-14.3-50-15c-11.645-.388-29.453 10.167-51 9.992-15.016-.122-30.925-11.022-49-11.064C176.964 3.644 0 5 0 5v30h1000V5z\'\\/><\\/svg>\"},\"shape11\":{\"title\":\"Shape 11\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 60\'><path d=\'M1000 20L700 40l-50-20-50 20L500 0 400 40l-50-20-50 20L0 20v40h1000V20z\'\\/><\\/svg>\"},\"shape12\":{\"title\":\"Shape 12\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1047.1 3.61\' preserveAspectRatio=\'none\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m1041.9,3.61v-1.2c-2,1.1-2.6-.4-2.6-.4,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.2-.6-4.4,1.5-5.7,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.7-1.7-1.6-1.9-2.1-.6-4.4,1.5-5.8,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.2-.6-4.4,1.5-5.7,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9C6.1-.49,3.9,1.61,2.7,2.31c-2.1,1.2-2.7-.3-2.7-.3v1.6h1047.1-5.2ZM2.5,2.41h0Zm.3-.3s0,.1-.1.1q.1,0,.1-.1Z\'\\/><\\/svg>\"},\"shape13\":{\"title\":\"Shape 13\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M761.9,40.6L643.1,24L333.9,93.8L0.1,1H0v99h1000V1\'\\/><\\/svg>\"},\"shape14\":{\"title\":\"Shape 14\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 2600 130.1\'><defs><style>.premium-sh-cls-1 {  opacity: .5;}.premium-sh-cls-1, .premium-sh-cls-2 {  isolation: isolate;}.premium-sh-cls-1, .premium-sh-cls-2, .premium-sh-cls-3 {  stroke-width: 0px;}.premium-sh-cls-2 {  opacity: .25;}<\\/style><\\/defs><path class=\'premium-sh-cls-3\' d=\'m2600,61v69.1H0S2600,61,2600,61Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m0,61h2600v69.1H0V61Z\'\\/><path class=\'premium-sh-cls-2\' d=\'m2600,61L0,0v130.1s2600,0,2600,0V61Z\'\\/><\\/svg>\"},\"shape15\":{\"title\":\"Shape 15\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 283.5 18.8\'><defs><style>.premium-sh-cls-1 {  isolation: isolate;  opacity: .33;}.premium-sh-cls-1, .premium-sh-cls-2 {  stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8V0l-141.7,14.7L0,0v18.8h283.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8V6.2l-141.7,8.6L0,6.2v12.6h283.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8v-6.4l-141.7,2.4L0,12.4v6.4h283.5Z\'\\/><path class=\'premium-sh-cls-2\' d=\'m283.5,18.8v-1.2l-141.7-2.8L0,17.6v1.2h283.5Z\'\\/><\\/svg>\"},\"shape16\":{\"title\":\"Shape 16\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 283.5 27.22\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m0,17.52s7.3-4.3,14-4.6c6.8-.3,12.6,0,20.9,1.5,11.3,2,33.1,10.1,44.7,5.7s12.1-4.6,18-7.4c6.6-3.2,20-9.6,36.6-9.3,17.7.3,49.8,16.6,63,15.8,1.4-.1,6.6-.8,10.5-2,3.8-1.2,9.4-3.8,17-4.7,3.2-.4,8.3-1.1,14.2-.9,1.5.1,6.3.4,12,1.6,5.7,1.2,11,3.1,15.8,3.7,10.3,1.1,16.8-.5,16.8-.5v10.8H0v-9.7Zm22.7-1.6c.7,1,2,.4,4.3.4s6.1,1.2,5.8,1.1c-.3-.1-3.1-1.5-6-1.9-3-.5-4.7-.6-4.1.4Zm18.4,2.7s2.4.2,5.6.9c3.2.8,10.3,2.8,15.1,3.5,8.2,1.1,15.8,0,15.1-.1-.8-.1-9.6.6-17.6-1.1-3.3-.7-9.3-2.2-12.4-2.7-3.3-.6-5.8-.5-5.8-.5Zm57.2.1c-1.7.7,13.3-4.7,18.5-6.1,2.1-.6,6.2-1.6,10-2,3.9-.4,8.9-.4,8.8-.5,0-.2-5.8-.8-11.2,0s-5.2,1.1-7.6,1.6c-3.8.8-16.8,6.3-18.5,7Zm-13.9,1.6c-.2,0,.8.4,4.8-1.1s6.7-3.5,6.9-3.7c.2-.1-3.5,1.8-6.6,3-3,1.2-5,1.8-5.1,1.8ZM.5,21.22c.1-.1,1.9-1.1,4.8-2.5,2.9-1.4,6.9-2.8,6.7-2.7-.2,0-3.5.6-7.4,2.5S.4,21.32.5,21.22Zm251.7-5.6c-.1.2,1.9.2,4.5,1.2s5.4,1.6,7.8,2c4,.8,11.7-.1,11.3-.2-.3-.1-8.2.3-12.5-.7-2.2-.5-2.4-.5-5.7-1.6s-5.3-1-5.4-.7Zm-41.7,2.4c-.4.1-3.5,1.6-8.4,2.6-4.9,1.1-8.9.5-8.9.8s1,.9,6.2.3,11.5-3.8,11.1-3.7Zm1.4,2.5c-.2-.1-3.4,1.3-5.7,1.7-2.3.3-1.9.5-1.9.6s1.1.2,2.7-.2c1.7-.5,5.1-2,4.9-2.1Zm-22,2.3c-.1-.2-3.5-.8-5.6-1.8-2.1-1-1.8-.6-1.9-.5s.8.8,2.4,1.3c1.6.6,5.2,1.2,5.1,1Zm28.2-6.7c.1-.3-.3-.5-1.9.2s-2.6,1.3-2.2,1.2.9-.4,2.5-.8c1.7-.4,1.5-.3,1.6-.6Zm30.9-1.3c.2,0-2.1-.8-3.3-.9-1.2-.1-2-.1-2,.2s.1.5,1.6.4c1.6-.1,3.5.3,3.7.3Zm-117.7-8.7c.1-.1,2.4.3,7.5.3s13.6,2.4,17.2,3.5c3.6,1.1-10-3.9-16.5-4.1-6.5-.2-8.3.4-8.2.3Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m13.9,9.22c.1.1,4.6-.3,7.2,0,7.3.7,17,3.2,16.6,2.9s-13.7-3.1-17-3.3c-4.9-.4-6.9.4-6.8.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m56.1,17.42c.2.1,4.5,1,9.5,1.2s12.7-.6,12.3-.5c-.3.1-5.9,1.8-13.3,1.2s-8.7-2-8.5-1.9Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m79,13.82c.1.1-2,1-3.2,1.1s-2,0-2-.3.1-.5,1.6-.4c1.7.1,3.5-.5,3.6-.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m82.5,16.62c0,.1,4.4-1.2,6.3-2.2,1.9-.9,6.2-3.1,6.1-3.1-.1-.1-4.2,1.6-6.3,2.6s-6.1,2.6-6.1,2.7Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m129,.52c.1.1,4.6-.3,7.2,0,7.3.7,17,3.2,16.6,2.9-.4-.3-13.7-3.1-17-3.3-4.9-.4-6.9.3-6.8.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m241.6,7.92s-1.2.3-2.9.1c-1.7-.2-5.8-.9-8.2-.7-4.2.4-7.4,2.7-7,2.6.4,0,4.3-2.2,8.6-1.9,1.8.1,5.1.5,6.7.4s2.8-.5,2.8-.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m208,14.62c-.2-.1-2,.8-4.3,1.1-2.3.2-2.1.3-2.1.5,0,.1,1.8.4,3.4,0,1.6-.5,3.2-1.5,3-1.6Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m267.9,14.02c0,.1-4.3,0-6.7-.5-2.4-.5-5-1.9-5-2s2.7.8,5.1,1.4c2.3.6,6.5,1,6.6,1.1Z\'\\/><\\/svg>\"},\"shape17\":{\"title\":\"Shape 17\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1800.2 5.8\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;  }<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m0,0v5.8h1800.2V0l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3L255.6.1l-5.5,5.3-5.6-5.4h-.2l-5.5,5.4L233.2.1l-5.4,5.3L222.2.1l-5.5,5.3L211.1.1l-5.5,5.3-5.6-5.4h-.2l-5.4,5.4L188.7.1l-5.4,5.3L177.7.1l-5.5,5.3L166.6.1l-5.4,5.3L155.5.1l-5.4,5.3-5.6-5.4h-.2l-5.5,5.4L133.2.1l-5.5,5.3L122.1.1l-5.4,5.3L111.1.1l-5.5,5.3-5.6-5.4h-.2l-5.5,5.4L88.7.1l-5.4,5.3L77.7.1l-5.5,5.3L66.6.1l-5.5,5.3L55.5.1l-5.4,5.3-5.7-5.4h-.1l-5.5,5.4L33.2.1l-5.5,5.3L22.1.1l-5.4,5.3L11,.1l-5.4,5.3L0,0Z\'\\/><\\/svg>\"},\"shape18\":{\"title\":\"Shape 18\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 700 10\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M360 0L350 9.9 340 0 0 0 0 10 700 10 700 0\'\\/><\\/svg>\"},\"shape19\":{\"title\":\"Shape 19\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 20\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M519.8,0.2c-11,0-19.8,8.5-19.8,19c0-10.4-8.8-19-19.8-19L0,0v20h1000V0.2H519.8z\'\\/><\\/svg>\"},\"shape20\":{\"title\":\"Shape 20\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z\' fill=\'%23fbd8c2\'\\/><path d=\'M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z\' opacity=\'.5\' fill=\'%23fbd8c2\'\\/><path d=\'M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z\' opacity=\'.5\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape21\":{\"title\":\"Shape 21\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape22\":{\"title\":\"Shape 22\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg class= xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape23\":{\"title\":\"Shape 23\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.1 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape24\":{\"title\":\"Shape 24\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.6 2003.4 89.5\'><g fill=\'%23fbd8c2\'><path d=\'M2001 42l-12-21-12-21-12 21-12 21-4 6-8 14-6 11-6-11-12-20-12-21-12-21-12 21-12 21-8 14-4 7-8 13-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 6-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 20-8 14-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-8 14-4 6-8 14-8-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 21-8 13-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-12 21-7 13-8-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21-13 21-8 13-7-14-12-20-12-21-12-21-12 21-12 21h-1l-12 21-5 10-6-11-12-20-12-21-13-21-12 21-12 21-4 7-8 13-8 14-7-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21h-1l-12 21-7 13-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 7-6 10-6-11-12-20-12-21-12-21-12 21-12 21-4 7-8 13-8 14-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-8 13-4 7-8 14-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 6-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 20-8 14-8-14-12-20-12-21L86 0 74 21 62 42 50 63l-6 10-6-11-12-20-12-21L2 42l12 20-4-7-5-8-3-5 12-21L2 0 0 3v80h2003V46zM6 76l1-2 2-3 2-3-5 8zm252-34l8-14-8 14-12 20zm947 0l8-14-8 14-12 20zm344 0l7-14-7 14-12 20z\' opacity=\'.5\'\\/><path d=\'M1991 69l-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-10 16-2 4-8 13-7-13-13-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-7-13-12-20-12-21-12-20-12 20-12 21h-1l-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-3 4-9 16-6 10-6-10-12-20-12-21-13-20-12 20-12 21-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21h-1l-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-3 4-9 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-10 16-2 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-2 4-10 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-10 16-2 4-8 13-8-13-12-20-12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-9 16-3 4-8 13-7-13-12-20-13-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-7-13-12-20-12-21L65 8 53 28 41 49h-1L28 69l-6 10-6-10-1-3-3-4v-1l-2-3-4-7-2-2-1-3-3-5v48h2003l-12-20z\' opacity=\'.75\'\\/><path d=\'M1999 10l-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-8 14-7-14-12-21-12-20-13-21-12 21-12 20v1l-4 6-8 14-6 11-6-11-12-21-12-20-12-21-12 21-12 20-8 14-4 7-8 14-7-14-12-21-12-20-12-21-12 21-12 20-8 14-5 7-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-7 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-13 21-12 20-8 14-4 7-7 14-8-14-12-21-12-20-12 20-12 21 12-21 12-20-12-21-12 21-12 20-8 14-4 7-6 11-6-11-12-21-12-20-12-21-12 21-12 20-1 1-12 20-7 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12 20-12 21 12-21 12-20-12-21-12 21-12 20-8 14-4 7-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 7-8 13-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-4 7-8 13-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20-8 14-4 7-6 11-6-11-12-21-12-20-12-21-12 21L0 51l9 16-5-8-2-5-2-3v38h2l1-1-1 1h2001V17l-4-7z\' opacity=\'.7\'\\/><path d=\'M1995 49l-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-21-12-20-12-20-12 20-12 20v1l-2 4-10 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-21-12-20-12-20-12 20-12 20-9 17-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-8-13-12-21-12-20-12-20-12 20-12 20v1l-2 4-10 16-6 10-6-10-12-21-12-20-12-20-12 20-12 20-9 17-3 4-8 13-8-13-12-21-12-20-12-20-12 20-12 20-9 17-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-7-13-12-21-12-20-12-20-12 20-12 20v1l-13 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-9 16-3 4-8 13-7-13-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-13 20-5 10-6-10-12-20-12-21-12-20-12 20-12 21h-1l-2 4-10 16-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-13 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-2 4-10 16-6 10-6-10-12-20-12-21L44 8 32 28 20 49 8 69l-1 2H6l-4 7-2 4v7h20l-1-1 1 1h1975v-1h8V34l-8 15zM9 71l-1-1 1 2zm1983 14l-9-16z\'\\/><\\/g><\\/svg>\"},\"shape25\":{\"title\":\"Shape 25\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.4 78.7\'><g fill=\'%23fbd8c2\'><path d=\'M2000 20v59H0V18c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 91-4 10-7 19-15 29-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 014 0c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 92-4 9-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 015 0c11 0 22 6 32 12 10 7 19 15 30 21 28 15 64 14 91-4 10-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 19 14 29 21 26 18 63 19 91 4 10-6 19-14 29-21l6-3c8-5 18-9 28-9a33 33 0 014 0c12 0 23 6 32 12l30 21 3 1a87 87 0 0035 9 90 90 0 0043-8 81 81 0 0010-6l9-6c6-5 12-11 19-15a80 80 0 0168-8 80 80 0 0169 8l20 15 8 6a82 82 0 0011 6 90 90 0 0043 8 87 87 0 0035-9l2-1 30-21a79 79 0 0120-10z\' opacity=\'.75\'\\/><path d=\'M478 79H23a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 24 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M504 79H0V65c6-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 7-7 15-14 23-19a43 43 0 017-3c14-5 29-1 42 5 11 5 22 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 42-8l4-2c11-6 21-13 33-18 13-6 28-10 41-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-5 31 5 35 19v7z\'\\/><circle cx=\'59.8\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'159.2\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'375.8\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'435.9\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'106.4\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'321.2\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'250.3\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M982 79H527a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0113 4l12 5c11 6 23 12 35 16 15 6 31 8 46 4l4-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 015 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M1009 79H504V65c7-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 8-7 15-14 24-19a43 43 0 017-3c13-5 28-1 41 5 12 5 22 12 33 18l4 2c13 7 28 11 42 8 13 3 28-1 41-8l5-2c10-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c8 5 16 12 23 19 10 8 23 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-4 31 5 35 19l1 7z\'\\/><circle cx=\'564\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'663.5\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'880.1\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'940.2\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'610.6\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'825.5\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'754.6\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M1486 79h-454a33 33 0 0116-20l2-1a33 33 0 0122-1 22 22 0 0116-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0114 4l11 5c12 6 23 12 35 16 15 6 31 8 46 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 45-4 13-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 016 6 22 22 0 0116 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M1513 79h-504V65c6-10 20-16 31-12a37 37 0 0110 5c7 6 14 13 24 16 12 3 24-4 34-12 8-7 15-14 24-19a43 43 0 017-3c14-5 29-1 42 5 11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 28-1 41-8l5-2c11-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 34 12 10-3 16-10 24-16a37 37 0 0110-5c14-4 31 5 34 19l1 7z\'\\/><circle cx=\'1068.3\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'1167.8\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1384.4\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1444.5\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'1114.9\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1329.8\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1258.9\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M1990 79h-454a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 23 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 46-4 12-4 23-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0116 20z\' opacity=\'.5\'\\/><path d=\'M2000 54v25h-487V65c6-10 20-16 31-12a37 37 0 0110 5c8 6 15 13 24 16 12 3 25-4 34-12l1-1 23-18a43 43 0 017-3c10-3 21-2 32 1a84 84 0 0110 4c11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 41-8l5-2c11-6 21-13 33-18a83 83 0 019-4c10-3 22-5 32-1a43 43 0 017 3c9 5 16 12 23 18l1 1c10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5 26 26 0 0118 1z\'\\/><circle cx=\'1572.6\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'1672.1\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1888.7\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1948.8\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'1619.2\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1834.1\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1763.2\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><\\/g><\\/svg>\"},\"shape26\":{\"title\":\"Shape 26\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.2 2000.4 84.2\'><g fill=\'%23fbd8c2\'><circle cx=\'1334.4\' cy=\'40.4\' r=\'14\'\\/><circle cx=\'1867.7\' cy=\'40\' r=\'14\'\\/><path d=\'M1748 30l6-11-6-11h-13l-7 11 7 11h13zM1628 23l4-6-4-7h-7l-4 7 4 6h7zM1978 18l5-8-5-8h-8l-5 8 5 8h8zM1412 23l6-9-6-10h-11l-5 10 5 9h11zM783 52a9 9 0 10-9-9 9 9 0 009 9zM1160 26l7-11-7-12h-13l-6 12 6 11h13zM1040 19l4-6-4-7h-7l-4 7 4 6h7zM825 19l5-9-5-10h-11l-6 10 6 9h11zM697 16l4-6-4-7h-7l-4 7 4 6h7z\'\\/><path d=\'M83 84h1917V35c-10-8-25-12-40-10a32 32 0 00-11-3c-12-1-15 1-18 2-18 4-24 19-38 32-9 7-17 15-28 15-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-12 9-10 30-23 37a15 15 0 01-1 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-46-14c-6 0-13 0-19 5a12 12 0 00-4 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12h-1c-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-11 9-10 28-21 36a16 16 0 01-2 1c-6 3-14 3-20 0a50 50 0 01-6-3l-12-8a93 93 0 00-46-14c-5 0-11 0-15 3-5 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-13 4c-19 10-19 16-35 23-12 5-27 4-40 4s-28 1-41-4c-15-7-16-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-3-9-7-11-5-3-11-3-16-3a93 93 0 00-45 14l-13 8a50 50 0 01-6 3c-6 3-14 3-20 0a16 16 0 01-2-1c-10-8-9-27-20-36-10-8-26-3-35 7s-13 22-20 33-18 21-31 20a17 17 0 01-15-12 11 11 0 011-9c2-3 5-7 5-11a12 12 0 00-4-11c-5-5-12-5-19-5a93 93 0 00-46 14l-9 6a58 58 0 01-9 5c-6 2-13 3-18 1a15 15 0 01-2-1c-13-7-11-28-22-37-11-8-26-3-35 7s-13 22-20 33-18 21-31 20a24 24 0 01-4 0c-9-3-16-9-23-15-14-12-21-28-39-32l-4-1-3 1c-18 4-25 20-39 32-7 6-14 12-23 15a24 24 0 01-4 0c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 30-22 37a15 15 0 01-2 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-45-14c-7 0-14 0-19 5a12 12 0 00-5 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 28-21 36a16 16 0 01-1 1c-6 3-14 3-21 0a50 50 0 01-5-3l-13-8a93 93 0 00-45-14c-6 0-11 0-16 3-4 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-12 4c-19 10-20 16-35 23-13 5-27 4-41 4s-28 1-40-4c-16-7-17-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-4-9-8-11-5-3-10-3-16-3H0v61z\'\\/><circle cx=\'125.9\' cy=\'40.4\' r=\'14\'\\/><circle cx=\'659.1\' cy=\'40\' r=\'14\'\\/><path d=\'M539 30l7-11-7-11h-13l-6 11 6 11h13zM42 21l5-8-6-8h-9l-5 9 6 8 9-1zM770 18l4-8-4-8h-9l-4 8 4 8h9zM927 30l4-8-4-7h-9l-5 7 5 8h9zM204 23l5-9-5-10h-11l-6 10 6 9h11z\'\\/><\\/g><\\/svg>\"},\"shape27\":{\"title\":\"Shape 27\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.8 81.8\'><g fill=\'%23fbd8c2\'><path d=\'M71 82H0V53a28 28 0 005-2c5-4 8-9 12-14l3-4c12-13 33-17 49-9l15 9H68a24 24 0 00-20 9 23 23 0 00-4 12 23 23 0 004 15c5 7 13 12 23 13zM193 71v1a25 25 0 01-2 10H80c13-2 25-9 36-17l2-1 3-2c11-7 22-14 35-16a37 37 0 015 0 39 39 0 0110 1c9 2 16 7 20 14a21 21 0 011 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M302 82H191a25 25 0 01-3-11v-2a21 21 0 011-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c9 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM421 82H311c11-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 8 11 13 15a32 32 0 007 3l9 3a49 49 0 0112 7 54 54 0 0112 11l2 3v1l2 3z\'\\/><path d=\'M206 82H0V31l3 1a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0011 7l5 2c15 5 32 5 48 3l8-1 11-1a233 233 0 0125-2l8 1a80 80 0 0128 6 37 37 0 015 3l2 1 3 2a48 48 0 018 7z\' opacity=\'.5\'\\/><path d=\'M590 82H174a51 51 0 0114-11l2-1 1-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 26 26 0 017 0h3a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0011 7l5 2c15 5 32 5 48 3h8l11-2a233 233 0 0125-2l8 1a80 80 0 0128 6 37 37 0 015 3l2 1 3 2a48 48 0 018 7z\' opacity=\'.5\'\\/><path d=\'M429 82H0V71a186 186 0 0019-7l25-10a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0013-4 50 50 0 0016-11l3-4h1a82 82 0 007-11 11 11 0 0118 0 82 82 0 008 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 17-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a173 173 0 0026 10 143 143 0 0025 4h13c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M202 82H6c15-2 28-7 42-13l9-5 3-1 27-14a166 166 0 0119-7c13-4 28-6 41-2a61 61 0 0114 6l7 5a251 251 0 0123 18l2 2a60 60 0 015 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M389 82H193a47 47 0 015-6v-1a90 90 0 0112-11l6-5 1-1a176 176 0 0115-10 64 64 0 0116-8c13-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h1a165 165 0 0051 18zM444 82h-38a66 66 0 0013-3l3-1a58 58 0 009-4l3-2c6-3 8-2 9 7l1 3z\' opacity=\'.5\'\\/><circle cx=\'78.7\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'188.3\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'305.9\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M443 79a38 38 0 0012 3h-71V53a28 28 0 005-2c5-4 8-9 12-14l3-4c12-13 32-17 49-9l15 9h-17a24 24 0 00-19 9 23 23 0 00-4 12 23 23 0 004 15 25 25 0 002 3 30 30 0 009 7zM577 71v1a25 25 0 01-2 10H464c13-2 25-9 36-17l2-1 3-2c11-7 23-14 35-16a37 37 0 015 0 39 39 0 0110 1c9 2 16 7 20 14a21 21 0 011 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M686 82H574a25 25 0 01-2-11v-2a21 21 0 011-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c9 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM805 82H695c11-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 8 11 13 15a29 29 0 005 3l11 3a49 49 0 0111 6 55 55 0 0112 12l3 3v1l2 3z\'\\/><path d=\'M972 82H558a51 51 0 0114-11l2-1 1-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 25 25 0 0111 0 23 23 0 013 1 50 50 0 018 4 112 112 0 0113 8l14 9a87 87 0 0012 7l5 2c15 5 31 5 47 3l9-1 10-1a233 233 0 0126-2l8 1a80 80 0 0128 6l1 1 4 2 2 1 3 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M813 82H384V71a186 186 0 0019-7l2-1 23-9a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0015-11l4-4a82 82 0 007-11 11 11 0 0118 0 82 82 0 008 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 17-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a174 174 0 0024 9 141 141 0 0026 5h14c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M586 82H390a104 104 0 0019-4 142 142 0 0023-9l9-5 3-1 27-14a166 166 0 0119-7c13-4 28-6 41-2a61 61 0 0114 6l7 5a251 251 0 0123 18l2 2a60 60 0 015 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M773 82H577a47 47 0 015-6v-1a90 90 0 0112-11l6-5 1-1a176 176 0 0115-10 64 64 0 0116-8c13-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h1c14 7 29 14 44 17l7 1zM828 82h-38a66 66 0 0013-3l2-1a58 58 0 0010-4l2-1c7-4 9-4 10 6l1 3z\' opacity=\'.5\'\\/><circle cx=\'462.7\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'572.2\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'689.9\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M827 79a38 38 0 0010 3h-71V53a28 28 0 005-2c5-4 9-9 12-14l3-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 4 31 31 0 0010 6zM960 71v1a25 25 0 01-3 10H846c13-2 25-9 37-17l1-1 3-2c11-7 23-14 36-16a37 37 0 014 0 39 39 0 0111 1c8 2 15 7 19 14a21 21 0 011 3 21 21 0 011 4 22 22 0 011 3z\'\\/><path d=\'M1068 82H957a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c10 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM1187 82h-110c12-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-4-14 24 24 0 00-20-9h-16l15-9a43 43 0 0151 12c4 5 8 11 13 15a32 32 0 007 3l10 3a49 49 0 0111 7 55 55 0 0112 11l2 3v1l2 3z\'\\/><path d=\'M1356 82H940a51 51 0 0115-11l1-1 2-1 1-1a76 76 0 0118-4 89 89 0 018-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 26 26 0 017 0h3a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0012 7l4 2c15 5 32 5 48 4l9-1 10-2a233 233 0 0126-1h8a80 80 0 0128 6l1 1 4 2 1 1 4 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M1195 82H766V71a186 186 0 0019-7l3-1 22-9a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 007-11 11 11 0 0119 0 82 82 0 007 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 18-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a173 173 0 0026 10 143 143 0 0026 4h12c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M968 82H772h1a104 104 0 0019-4 132 132 0 0022-9l9-4 4-2 27-14a166 166 0 0118-7c13-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1155 82H960a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h2a165 165 0 0050 18zM1210 82h-37a66 66 0 0012-3l3-1a58 58 0 009-4l3-2c6-3 8-2 10 7v3z\' opacity=\'.5\'\\/><circle cx=\'845\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'954.5\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1072.2\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1210 79a37 37 0 0011 3h-71V53a28 28 0 005-2c5-4 8-9 12-14l2-2 1-2a38 38 0 016-5c12-9 29-11 43-4l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 002 3 30 30 0 0010 7zM1344 71v1a25 25 0 01-3 10h-111c13-2 25-9 37-17l1-1 3-2c11-7 23-14 36-16a37 37 0 014 0 39 39 0 0111 1c8 2 15 7 19 14a21 21 0 011 3 21 21 0 011 4 22 22 0 011 3z\'\\/><path d=\'M1452 82h-111a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c10 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM1571 82h-110c12-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-4-14 24 24 0 00-20-9h-16l15-9a43 43 0 0151 12c4 5 8 11 13 15a29 29 0 006 3l11 3a48 48 0 0110 6 54 54 0 0112 12l3 3v1l2 3z\'\\/><path d=\'M1738 82h-414a51 51 0 0115-11l1-1 2-1 1-1a76 76 0 0118-4 89 89 0 018-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 25 25 0 0114 1 58 58 0 019 4 112 112 0 0112 8l14 9a87 87 0 0012 7l5 2c15 5 31 5 47 3h9l10-2a233 233 0 0126-2l8 1a80 80 0 0128 6l1 1 4 2 2 1 3 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M1579 82h-429V71a186 186 0 0019-7h2l23-10a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 007-11 11 11 0 0119 0 82 82 0 007 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3l27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a175 175 0 0025 9 141 141 0 0025 5h14c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M1352 82h-196a104 104 0 0020-4 142 142 0 0022-9l9-5 4-1 27-14a166 166 0 0118-7c13-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1539 82h-195a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h2c14 7 28 14 44 17l6 1zM1594 82h-37a66 66 0 0012-3l3-1a58 58 0 009-4l2-1c7-4 9-4 11 6v3z\' opacity=\'.5\'\\/><circle cx=\'1229\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'1338.5\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1456.2\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1594 79a38 38 0 009 3h-70V53a28 28 0 004-2l13-14 2-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 4 31 31 0 0011 6zM1726 71v1a25 25 0 01-2 10h-112c14-2 26-9 37-17l2-1 3-2c11-7 22-14 35-16a37 37 0 014 0 39 39 0 0111 1c8 2 16 7 19 14a21 21 0 012 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M1835 82h-112a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c4-6 9-10 16-13a39 39 0 0119-2 50 50 0 016 2c10 2 19 8 27 13l5 3 2 2c12 7 23 14 37 16zM1953 82h-110c12-2 23-8 26-18l1-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 7 11 13 15a32 32 0 007 3l9 3a49 49 0 0111 6 55 55 0 0112 12l2 3 1 1 1 3z\'\\/><path d=\'M2000 67v15h-294a51 51 0 0115-11l1-1 2-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0126 2l15 2h7a103 103 0 0055-7l7-4 3-2 12-8a105 105 0 0115-9 51 51 0 0112-4 26 26 0 018 0h2a52 52 0 0115 5 112 112 0 0112 8l9 5 5 4a87 87 0 0012 7l5 2a83 83 0 0023 4z\' opacity=\'.5\'\\/><path d=\'M1961 82h-428V71a186 186 0 0018-7l3-1 22-9a84 84 0 0147-4c11 3 20 9 31 12l5 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 008-11 11 11 0 0118 0 82 82 0 007 11l2 1a55 55 0 0010 10 46 46 0 008 4 36 36 0 0013 4 41 41 0 0013-2 73 73 0 008-3c9-4 18-9 27-11a62 62 0 0120-2 108 108 0 0133 8l19 8a173 173 0 0026 10 143 143 0 0026 4h12c6 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M1734 82h-195a104 104 0 0019-4l8-3 14-6 9-4 4-2 27-14a166 166 0 0118-7c14-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1922 82h-196a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 29-2 42 2a160 160 0 0116 6l22 11 9 5h2a165 165 0 0051 18zM1976 82h-37a66 66 0 0013-3l2-1a58 58 0 0010-4l3-2c5-3 7-2 9 7v3z\' opacity=\'.5\'\\/><circle cx=\'1611.3\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'1720.8\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1838.5\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1976 79a37 37 0 0011 3h-70V53a28 28 0 004-2l13-14 2-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 3 30 30 0 009 7zM2000 81v1h-4l4-1z\'\\/><path d=\'M2000 49v33h-83V71a186 186 0 0018-7l2-1 18-7 5-2c14-4 27-7 40-5z\' opacity=\'.75\'\\/><path d=\'M2000 51v31h-77a104 104 0 0019-4 139 139 0 0022-9l9-5 4-1 23-12z\' opacity=\'.5\'\\/><circle cx=\'1988.2\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'118.4\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'133\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'249.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'264.6\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'381.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'396.2\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'513.1\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'527.8\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'644.7\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'659.3\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'776.3\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'790.9\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'907.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'922.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1039.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1054.1\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1171.1\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1185.7\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1302.6\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1317.3\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1434.2\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1448.9\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1565.8\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1580.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1660.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1675.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1788.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1803.2\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1960.6\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1952.7\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><\\/g><\\/svg>\"},\"shape28\":{\"title\":\"Shape 28\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.4 78\'><g fill=\'%23fbd8c2\'><path d=\'M215 78H89c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-19 7-25 14H0v-2a44 44 0 012-13c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 12 11 20v1a36 36 0 01-1 15z\'\\/><path d=\'M428 78H303c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15v-1c4-13 14-24 25-29 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M642 78H517c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M856 78H730c-10-5-21-10-32-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c4-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M1070 78H944c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-25 14h-3a44 44 0 012-15c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 31 7s24-8 24-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M1283 78h-125c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 78 3l44 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1497 78h-125c-11-5-21-10-33-13a62 62 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-9 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 77 3l45 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1711 78h-125c-11-5-22-10-33-13a63 63 0 00-12-2 58 58 0 00-7 0 62 62 0 00-9 1c-9 2-20 7-26 14h-2a44 44 0 012-15c4-13 14-25 25-30 26-11 56-5 78 3l44 18c11 4 21 8 32 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1925 78h-125c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15c4-13 13-25 25-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M2000 28v44a121 121 0 00-19-7 63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 15-7 32-7 48-5z\'\\/><path d=\'M3 63h1997v15H3z\'\\/><circle cx=\'174.3\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'21.3\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'90.7\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'389.6\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'236.6\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'306.1\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'605\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'452\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'521.4\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'818.4\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'667.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'736.8\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1033.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'882.7\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'952.1\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1242.7\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1098.1\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1167.5\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1458.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1313.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1382.9\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1673.4\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1528.8\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1598.2\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1889.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1744.1\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1813.6\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1959.5\' cy=\'10.9\' r=\'10.9\'\\/><\\/g><\\/svg>\"},\"shape29\":{\"title\":\"Shape 29\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 73\'><g fill=\'%23fbd8c2\'><path d=\'M2000 73V28l-10-6a37 37 0 00-30-2c-14 6-23 19-37 23-12 3-24-1-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-7-18-27-11-35-20-22-24-47-43-79-26l-31 20a57 57 0 01-34 7c-15-2-17-4-31-5-12-1-28 13-35 21-7-8-23-22-34-21-15 1-17 3-31 5a57 57 0 01-35-7l-31-20c-31-17-56 2-79 26-8 9-28 2-34 20-7-18-27-11-35-20-23-24-48-43-79-26l-31 20c-11 6-23 10-35 7-13-4-23-17-36-23a37 37 0 00-31 2l-8 5-8-5a37 37 0 00-30-2c-14 6-23 19-37 23-12 3-24-1-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-6-18-27-11-35-20-22-24-47-43-79-26l-31 20a57 57 0 01-34 7c-14-2-17-4-31-5-12-1-28 13-35 21-7-8-23-22-34-21-15 1-17 3-31 5a57 57 0 01-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-7-18-27-11-35-20-22-24-47-43-79-26l-31 20c-11 6-23 10-34 7-14-4-24-17-37-23a37 37 0 00-30 2L0 28v45z\' opacity=\'.75\'\\/><path d=\'M2000 73V43a106 106 0 00-19 3h-1c-12 3-25 8-36 1-7-5-11-13-17-19a20 20 0 00-5-4c-8-4-17-1-25 1-6 2-12 3-18 2a35 35 0 01-9-4l-5-3c-5-2-10-4-15-2-5 3-7 7-10 12a40 40 0 01-4 8c-7 7-18 9-28 8-7-1-15-3-22-2a34 34 0 00-8 1 30 30 0 00-16 11 30 30 0 00-16-11c-6-2-12-1-18-1l-12 2c-9 1-21-1-27-8l-7-13-7-7c-5-2-11 0-15 2l-12 6a22 22 0 01-3 1c-8 2-17-2-26-4-5-1-11-2-16 1-4 1-6 4-9 7-4 6-8 12-14 16-11 7-25 2-37-1l-8-2a109 109 0 00-24-1 109 109 0 00-33 3c-13 3-27 8-37 1-7-4-11-13-16-18a21 21 0 00-7-5c-7-3-15-1-23 1-6 2-13 4-19 2a31 31 0 01-8-3l-7-4c-4-2-10-4-15-2-4 2-7 7-9 11l-5 9c-6 7-18 9-28 8l-19-2a37 37 0 00-10 1 30 30 0 00-16 11 30 30 0 00-17-11c-5-2-10-2-16-1l-13 2c-10 1-21-1-28-8l-7-12c-1-3-3-6-7-8-5-2-10 0-15 2l-11 6a24 24 0 01-3 1c-8 2-17-1-25-3-6-2-12-3-18 0a24 24 0 00-8 7c-5 5-8 12-14 16-11 7-25 2-38-1l-6-2a108 108 0 00-27-1 109 109 0 00-30 2l-4 1c-12 3-26 8-37 1-6-4-10-11-15-17a23 23 0 00-7-6c-7-3-14-2-20 0-8 2-15 5-23 3a26 26 0 01-5-2l-9-5c-5-2-11-4-15-2s-6 5-8 9l-6 11c-7 7-18 9-28 8l-16-2a41 41 0 00-14 1 30 30 0 00-16 11 30 30 0 00-16-11 40 40 0 00-12-1l-18 2c-9 1-21-1-27-8-3-3-4-7-6-10-2-4-4-8-8-10-5-2-11 0-15 2l-8 5a28 28 0 01-7 2c-7 2-14-1-21-2s-14-4-21-1a22 22 0 00-8 6c-5 5-8 13-15 17-11 7-25 2-37-1l-2-1a110 110 0 00-28-2 110 110 0 00-29 2l-2 1c-12 3-26 8-37 1-7-4-10-12-15-18a22 22 0 00-8-5c-6-3-14-1-21 1s-14 4-21 2a29 29 0 01-7-3l-7-4c-5-2-11-4-16-2-4 2-6 6-8 10s-3 7-6 10c-6 7-17 9-27 8l-18-2a38 38 0 00-12 1 30 30 0 00-16 11 30 30 0 00-16-11 43 43 0 00-15-1l-15 2c-10 1-21-1-27-8l-7-11c-2-4-4-7-7-9-5-2-11 0-16 2l-9 5a25 25 0 01-5 2c-8 2-15-1-23-3-7-2-13-3-19 0a23 23 0 00-8 6c-5 6-9 13-15 17-11 7-25 2-37-1l-5-1a108 108 0 00-30-2v30z\' opacity=\'.5\'\\/><path d=\'M2000 73V59c-6 0-11-2-16-7a48 48 0 01-4-6 46 46 0 00-3-4c-3-3-6-6-10-5l-12 3c-4 0-6-4-8-8s-5-7-8-8c-4-1-8 2-12 4l-2 1a23 23 0 01-14 3 29 29 0 01-14-7l-3-2-12-15c-4 6-7 11-12 15-5 5-11 8-17 9a23 23 0 01-13-2v-1c-5-2-10-6-15-5-3 1-6 5-8 8s-4 7-8 8-8-3-11-3c-5-1-8 2-11 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-6 0-13-2-17-7-3-2-4-5-6-8l-2-2c-2-3-6-6-10-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8a10 10 0 00-6 1l-8 4a23 23 0 01-13 3 29 29 0 01-13-6 38 38 0 01-4-3c-5-4-9-9-13-15-3 6-7 11-12 15-5 5-10 8-17 9a23 23 0 01-13-3c-5-2-9-6-14-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-2 2c-2 3-3 6-6 8-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7a52 52 0 01-5-6l-2-4c-3-3-7-6-11-5-4 0-7 3-11 3s-6-4-9-8-4-7-8-8-8 2-12 5h-2a23 23 0 01-13 3 30 30 0 01-15-7l-2-2c-5-4-9-9-12-15-4 6-8 11-13 15v1c-5 4-10 7-17 8a23 23 0 01-13-3h-1c-4-2-8-6-13-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-1 2-7 8c-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7l-6-8-1-2c-3-3-7-6-11-5-3 0-7 3-11 3s-6-4-8-8-5-7-8-8l-9 2-6 3a23 23 0 01-13 3 29 29 0 01-14-6 41 41 0 01-3-3c-5-4-8-9-12-15l-12 15-1 1c-4 4-10 7-16 8a23 23 0 01-10-1 22 22 0 01-4-2c-4-2-9-6-14-5-3 1-6 5-8 8s-5 7-8 8-8-3-11-3c-5-1-8 2-11 5l-2 2a70 70 0 01-5 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-7 0-13-2-18-7a62 62 0 01-5-7l-2-3c-2-3-6-6-10-5-4 0-8 3-11 3s-7-4-9-8-4-7-8-8c-5-1-10 3-14 5l-2 1a23 23 0 01-12 2 30 30 0 01-17-9L879 8a92 92 0 01-14 17 30 30 0 01-15 7 23 23 0 01-13-3l-4-2c-4-2-7-4-10-3-4 1-6 5-9 8s-4 7-8 8-7-3-11-3c-4-1-8 2-11 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-6 0-13-2-17-7-3-2-4-5-6-8l-2-2c-2-3-6-6-10-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8-7 2-11 4l-3 1a23 23 0 01-13 3 30 30 0 01-16-7l-1-2c-5-4-9-9-13-15-3 6-7 11-12 15l-1 2c-5 3-10 6-16 7a23 23 0 01-13-2v-1c-5-2-9-6-14-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-11 5l-2 3a58 58 0 01-5 7c-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7a56 56 0 01-5-7l-2-3c-3-3-7-6-11-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8c-5-1-9 3-14 5a23 23 0 01-13 3 30 30 0 01-15-7l-2-2c-5-4-8-9-12-15l-12 15-2 1c-4 4-10 7-15 8a23 23 0 01-14-3l-2-1c-4-2-8-5-12-4s-6 5-8 8-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7l-6-8-1-2c-3-3-6-6-10-5l-12 3c-4 0-6-4-8-8s-4-7-8-8-7 1-10 3l-4 2a23 23 0 01-14 3 29 29 0 01-14-7l-3-2-12-15c-4 6-7 11-12 15l-1 1c-5 4-10 7-16 8a23 23 0 01-11-2l-2-1c-5-2-10-6-15-5-3 1-6 5-8 8s-4 7-8 8-7-3-11-3c-4-1-8 2-11 5l-2 3a65 65 0 01-5 7c-5 5-11 7-18 7l-7 1v13z\'\\/><circle cx=\'57.7\' cy=\'13.1\' r=\'8.1\'\\/><circle cx=\'81.7\' cy=\'8.3\' r=\'4.9\'\\/><circle cx=\'253.4\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'285.3\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'1257.5\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'1289.4\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'751.1\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'783.1\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'594.6\' cy=\'9.6\' r=\'6\'\\/><circle cx=\'501.9\' cy=\'22.7\' r=\'10.9\'\\/><circle cx=\'475.1\' cy=\'16.8\' r=\'5\'\\/><circle cx=\'1089.2\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1062.4\' cy=\'5\' r=\'5\'\\/><circle cx=\'1715.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1688.6\' cy=\'5\' r=\'5\'\\/><circle cx=\'1496.2\' cy=\'21.8\' r=\'15.7\'\\/><circle cx=\'1758.5\' cy=\'29.2\' r=\'11.4\'\\/><circle cx=\'1901.9\' cy=\'10.9\' r=\'5.9\'\\/><circle cx=\'1928.2\' cy=\'10.9\' r=\'8.5\'\\/><\\/g><\\/svg>\"},\"shape30\":{\"title\":\"Shape 30\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 73\'><g fill=\'%23fbd8c2\'><path d=\'M0 73V60c6-1 12-2 16-7a48 48 0 005-6 46 46 0 012-4c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8 7 1 11 4l3 1a23 23 0 0013 2 29 29 0 0014-6l3-2c5-4 9-10 12-15l12 15h1c4 4 10 8 17 9a23 23 0 0012-2l1-1c4-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l1 1 6 9c5 5 11 7 18 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-8 1-2c3-3 6-6 11-6 3 1 7 4 11 3s6-4 8-7 5-7 8-8a10 10 0 017 1l7 4a23 23 0 0014 2 29 29 0 0013-5 38 38 0 004-3l12-15c4 5 7 11 12 15s11 8 17 8a23 23 0 0013-2c5-2 10-6 15-5 3 1 6 5 8 8s4 7 8 7 8-2 11-3c5 0 8 3 11 6l1 2 6 8c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c7 0 13-2 18-7a52 52 0 004-7l3-3c2-3 6-6 10-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c5-1 9 2 13 4l1 1a23 23 0 0014 2 30 30 0 0014-6l2-2c5-4 9-10 13-15 3 5 7 11 12 15l1 1c4 4 10 7 16 8a23 23 0 0013-3h1c4-3 9-6 13-5s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 11 6l1 1 6 9c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c6 0 13-2 17-7 3-2 4-5 6-8l1-2c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c3-1 5 0 8 2l6 3a23 23 0 0013 3 29 29 0 0014-6 41 41 0 003-3c5-4 9-10 12-15 4 5 8 11 13 15 5 5 10 8 17 9a23 23 0 0010-1 22 22 0 003-2c5-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l2 2a70 70 0 006 8c4 5 11 7 17 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7a62 62 0 005-7l2-3c3-3 7-6 11-6 4 1 7 4 11 3s6-4 8-7 5-7 8-8c5-1 10 3 15 5l1 1a23 23 0 0012 1 30 30 0 0017-8c5-4 8-10 12-15l12 15 3 2a30 30 0 0014 6 23 23 0 0014-2l4-2c3-2 6-4 10-3s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 10 6l1 2 6 8c5 5 11 7 18 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-9 1-1c3-3 6-6 11-6 3 1 7 4 11 3s6-4 8-7 5-7 8-8 8 1 12 3l2 2a23 23 0 0014 2 30 30 0 0015-7l2-1 12-15c4 5 7 11 12 15l2 1c4 4 9 7 15 7a23 23 0 0013-2c5-2 10-6 15-5 3 1 6 5 8 8s4 7 8 7 7-2 11-3c4 0 8 3 11 6l2 3a58 58 0 005 7c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c6 0 13-2 17-7a56 56 0 005-7l3-3c2-3 6-6 10-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c5-1 9 3 14 5a23 23 0 0013 3 30 30 0 0016-8l1-1c5-4 9-10 13-15 3 5 7 11 12 15l1 1c5 4 10 7 16 8a23 23 0 0013-3l2-1c4-2 8-5 12-4s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 11 6l1 2 6 8c4 5 11 7 17 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-8 1-2c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c3-1 6 1 9 3l5 2a23 23 0 0013 3 29 29 0 0015-7l2-2c5-4 9-10 12-15 4 5 8 11 13 15v1c5 4 11 7 16 8a23 23 0 0012-2l2-1c4-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l2 2a65 65 0 005 8c5 5 11 7 18 7l7 1v12z\'\\/><path d=\'M714 9l-8 6 3 10h10l3-10-8-6zM746 20l-14 10 5 16h17l5-16-13-10zM462 9l-9 6 4 10h10l3-10-8-6zM589 3l-11 8 4 12h13l5-12-11-8zM494 20l-14 10 5 16h17l5-16-13-10zM212 6l-8 6 3 9h10l3-9-8-6zM333 4l-8 6 3 10h10l4-10-9-6zM244 17l-14 9 5 16h17l5-16-13-9zM147 3l-8 6 3 10h10l3-10-8-6zM88 0L76 9l5 14h15l4-14-12-9zM938 1l8 6-3 10h-10l-3-10 8-6zM995 31l10 7-4 12h-12l-4-12 10-7zM1045 12l7 5-2 9h-9l-3-9 7-5zM903 3l11 8-4 13h-14l-4-13 11-8zM1275 11l8 6-3 10h-10l-3-10 8-6zM1150 4l8 6-3 10h-10l-3-10 8-6zM1247 27l11 8-4 13h-14l-4-13 11-8zM1526 8l8 6-3 10h-10l-3-10 8-6zM1402 3l8 6-3 9h-10l-3-9 8-6zM1498 24l12 8-5 14h-14l-4-14 11-8zM1719 8l-8 6 3 9h10l4-9-9-6zM1747 23l-11 8 4 14h14l5-14-12-8zM1903 3l-6 5 2 7h8l3-7-7-5zM1951 12l-9 6 4 11h11l4-11-10-6z\'\\/><\\/g><\\/svg>\"},\"shape31\":{\"title\":\"Shape 31\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 56\'><g fill=\'%23fbd8c2\'><circle cx=\'133.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 117 29)\'\\/><circle cx=\'298.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 282 29)\'\\/><circle cx=\'168.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'242.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 216 21)\'\\/><circle cx=\'89\' cy=\'13.3\' r=\'5.3\'\\/><circle cx=\'457.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 441 29)\'\\/><circle cx=\'622.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 606 29)\'\\/><circle cx=\'492.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'566.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 540 21)\'\\/><circle cx=\'413\' cy=\'13.3\' r=\'5.3\'\\/><circle cx=\'781.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 765 29)\'\\/><circle cx=\'946.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 930 29)\'\\/><circle cx=\'816.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'890.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 864 21)\'\\/><circle cx=\'737\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1111 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1270.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1254 29)\'\\/><circle cx=\'1140.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1214.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1061\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1435 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1594.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1578 29)\'\\/><circle cx=\'1464.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1538.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1385\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1759 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1918.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1902 29)\'\\/><circle cx=\'1788.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1862.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1709\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M2000 42h-14c0-5 7-5 14-6v-4c-16 1-33 0-33 10h-8c0-14 20-14 41-14v-8c-29-1-55-3-56 24v2h-10 1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v3h-10l1-1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-3 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v3h-10l1-1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-3 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 11-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 4h-23c0-9 19-4 27-12-19 3-46-2-46 11h-8c0-26 68-4 92-23-40 11-105-17-107 25v3h-10l1-1c6-9 7-19 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 11-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 4h-31c0-9 19-4 27-12-19 3-46-2-46 11h-8c0-26 68-4 92-23-40 11-107-18-107 27h-7c6-9 7-19 6-26-2-9-8-17-16-18-10-3-19 6-17 14 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v2h-10 1c6-9 6-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v2h-10 1c6-9 6-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-13 10 20 20 0 00-1 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3H42c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24C67 30 2 2 0 44v12h2000zM110 41c-5 7-23-1-35 3 0-14 21-4 35-3zm167 0c-5 7-23-1-36 3 0-14 21-4 36-3zm159 0c-5 7-23-1-35 3 0-14 21-4 35-3zm165 0c-5 7-23-1-36 3 0-14 22-4 36-3zm158 0c-6 7-24-1-36 3 0-14 21-4 36-3zm165 0c-5 7-23-1-35 3 0-14 21-4 35-3zm160 0c-5 7-23-1-36 3 1-14 22-4 36-3zm163 0c-5 7-23-1-36 3 0-14 21-4 36-3zm160 0c-6 7-24-1-36 3 0-14 21-4 36-3zm165 0c-5 7-23-1-36 3 0-14 21-4 36-3zm160 1c-5 7-23 0-35 3 0-14 21-4 35-3zm166-1c-5 7-23-1-35 3 0-14 21-4 35-3z\'\\/><\\/g><\\/svg>\"},\"shape32\":{\"title\":\"Shape 32\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.37 57.18\'><g fill=\'%23fbd8c2\'><circle cx=\'95.95\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-13.28 6.3215 25.724)\'\\/><circle cx=\'162.68\' cy=\'29.2\' r=\'5.1\' transform=\'rotate(-9.22 33.1869 18.7783)\'\\/><circle cx=\'13.83\' cy=\'49.12\' r=\'4.92\' transform=\'rotate(-9.22 -115.5848 38.6747)\'\\/><path d=\'M42.17 6.82A3.41 3.41 0 1039 3.23a3.42 3.42 0 003.17 3.59zM282.82 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59z\'\\/><circle cx=\'229.4\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-13.28 139.7893 27.6352)\'\\/><circle cx=\'362.1\' cy=\'15.29\' r=\'6.96\'\\/><circle cx=\'428.82\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M308.31 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM549 6.82a3.41 3.41 0 10-3.22-3.59A3.42 3.42 0 00549 6.82z\'\\/><circle cx=\'495.54\' cy=\'17.21\' r=\'6.96\'\\/><circle cx=\'628.24\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-13.28 538.6904 25.7066)\'\\/><circle cx=\'694.96\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M574.46 6.82a3.41 3.41 0 10-3.23-3.59 3.41 3.41 0 003.23 3.59zM815.1 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59z\'\\/><circle cx=\'761.68\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-45 736.4826 27.649)\'\\/><circle cx=\'894.38\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-45 869.1844 25.722)\'\\/><circle cx=\'961.1\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M840.6 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59zM1081.25 6.82a3.41 3.41 0 10-3.25-3.59 3.41 3.41 0 003.25 3.59z\'\\/><circle cx=\'1027.83\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-7.02 857.3593 27.6327)\'\\/><path d=\'M1160.53 22.25a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1227.25\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M1106.74 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1347.39 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1294 24.18a7 7 0 10-7-7 7 7 0 007 7zM1426.67 22.25a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1493.39\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M1372.88 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1613.53 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1560.11 24.18a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1692.81\' cy=\'15.29\' r=\'6.96\'\\/><path d=\'M1759.53 13.43a5.1 5.1 0 10-5.1-5.1 5.1 5.1 0 005.1 5.1zM1639 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59zM1879.68 6.82a3.41 3.41 0 10-3.23-3.59 3.41 3.41 0 003.23 3.59z\'\\/><circle cx=\'1826.25\' cy=\'17.21\' r=\'6.96\'\\/><path d=\'M2000 25.01a3.89 3.89 0 01.42-.19V5.06a8.15 8.15 0 00-3.3 2.57c-1.63 2.15-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a112.19 112.19 0 00-29.63 4.51l1.27-1.85c1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.84 97.84 0 00-29.8 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.78 97.78 0 00-29.79 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4.7 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75l1.46-2.1c1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.61-5.07 3.83 3.83 0 00-4.05 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.58 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.79 97.79 0 00-29.8 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71A6 6 0 00447 9.35a13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4.05-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4.05 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75c.48-.69.95-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4.05-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2A16.23 16.23 0 0155 25.01c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09S44 26.3 42 25.62s-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62A95.61 95.61 0 000 44.13v13h2000.37v-25a3.83 3.83 0 01-3-2.9c-.37-1.69.98-3.4 2.63-4.22z\'\\/><path d=\'M1959 22.25a7 7 0 10-7-7 7 7 0 007 7zM1905.17 6.82a3.41 3.41 0 10-3.17-3.59 3.42 3.42 0 003.17 3.59z\'\\/><\\/g><\\/svg>\"},\"shape33\":{\"title\":\"Shape 33\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 10 1\' preserveAspectRatio=\'none\'><path d=\'M0 1l5-1 5 1z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape34\":{\"title\":\"Shape 34\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 773.74 154.98\'><g fill=\'%23fbd8c2\'><path d=\'M773.74 154.98H0L386.87 77.5Z\'\\/><path d=\'M773.74 154.98 386.87 0 0 154.98Z\' opacity=\'.66\'\\/><\\/g><\\/svg>\"},\"shape35\":{\"title\":\"Shape 35\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1134.63 158.42\'><g fill=\'%23fbd8c2\'><path d=\'M1134.63 158.42H0L569.46 47.1Z\'\\/><path d=\'M1134.63 158.42v-51.38L569.46 0 0 115.6v42.82Z\' opacity=\'.66\'\\/><\\/g><\\/svg>\"},\"shape36\":{\"title\":\"Shape 36\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 10 2\' preserveAspectRatio=\'none\'><path d=\'M0 2q5-4 10 0z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape37\":{\"title\":\"Shape 37\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1007.63 112.41\'><path fill=\'%23fbd8c2\' d=\'M1007.63 112.4v-11.5c-167.94-33.54-503.8 0-503.8-100.9 0 100.9-335.9 67.36-503.83 100.9v11.5z\'\\/><\\/svg>\"},\"shape38\":{\"title\":\"Shape 38\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 33.87 1.72\' preserveAspectRatio=\'none\'><g fill=\'%23fbd8c2\'><path d=\'m 0,0 a 2.5,2.5 0 0 0 5,0 1.5,1.5 0 0 0 3,0 2,2 0 0 0 4,0 1.5,1.5 0 0 0 3,0 1,1 0 0 0 2,0 2.5,2.5 0 0 0 5,0 3.5,3.5 0 0 0 7,0 2.5,2.5 0 0 0 5,0 5,5 0 0 0 10,0 2.5,2.5 0 0 0 5,0 4,4 0 0 0 8,0 2.5,2.5 0 0 0 5,0 3,3 0 0 0 6,0 2.5,2.5 0 0 0 5,0 5.5,5.5 0 0 0 11,0 2.5,2.5 0 0 0 5,0 4,4 0 0 0 8,0 3,3 0 0 0 6,0 4,4 0 0 0 8,0 5,5 0 0 0 10,0 3.5,3.5 0 0 0 7,0 z\' transform=\'matrix(-.26458 0 0 -.26458 33.87 1.72)\'\\/><path d=\'m 0,0 a 3.5,3.5 0 0 0 7,0 5,5 0 0 0 10,0 4,4 0 0 0 8,0 5.5,5.5 0 0 0 11,0 6.5,6.5 0 0 0 13,0 5,5 0 0 0 10,0 6,6 0 0 0 12,0 6.5,6.5 0 0 0 13,0 5.5,5.5 0 0 0 11,0 4.5,4.5 0 0 0 9,0 6,6 0 0 0 12,0 6,6 0 0 0 12,0 z\' opacity=\'.66\' transform=\'matrix(-.26458 0 0 -.26458 33.87 1.72)\'\\/><\\/g><\\/svg>\"},\"shape39\":{\"title\":\"Shape 39\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 100.8 22\' preserveAspectRatio=\'none\'><path fill=\'%23fbd8c2\' d=\'M0 0l7 15L17 4l8 12 9-9 7 14 9-17 9 16 8-9 9-11 8 20 8-13 9-7v22H0z\'\\/><\\/svg>\"},\"shape40\":{\"title\":\"Shape 40\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 476.62 100.69\'><path fill=\'%23fbd8c2\' d=\'M476.62 100.69V0l-238.3 95.47L0 0v100.69Z\'\\/><\\/svg>\"},\"shape41\":{\"title\":\"Shape 41\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 8 1\' preserveAspectRatio=\'none\'><path d=\'M0 0v1h10z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape42\":{\"title\":\"Shape 42\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 381 77.25\' preserveAspectRatio=\'none\'><g fill=\'%23fbd8c2\'><path d=\'M0 68.78l381-33.86v42.33H0z\'\\/><path d=\'M0 43.38l381-25.4v59.27H0z\' opacity=\'.33\'\\/><path d=\'M0 17.98L381 0v77.25H0z\' opacity=\'.33\'\\/><\\/g><\\/svg>\"},\"shape43\":{\"title\":\"Shape 43\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1440 320\' preserveAspectRatio=\'none\'><path fill=\'%23fbd8c2\' d=\'M0 288l1440-128v160H0z\'\\/><path fill=\'%23fbd8c2\' opacity=\'.66\' d=\'M0 192l1440-96v224H0z\'\\/><\\/svg>\"},\"shape44\":{\"title\":\"Shape 44\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1440 320\' preserveAspectRatio=\'none\'><path fill=\'%23000000\' d=\'M0 32l48 32c48 32 144 96 240 106.7 96 10.3 192-31.7 288-21.4 96 10.7 192 74.7 288 69.4 96-5.7 192-79.7 288-106.7s192-5 240 5.3l48 10.7v192H0z\'><\\/path><path fill=\'%23000000\' opacity=\'.66\' d=\'M0 64l48 16c48 16 144 48 240 48s192-32 288-26.7C672 107 768 149 864 144s192-59 288-80 192-11 240-5.3l48 5.3v256H0z\'><\\/path><\\/svg>\"},\"shape45\":{\"title\":\"Shape 45\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.278 3.527\' preserveAspectRatio=\'none\'><path d=\'M35.278 2.463v-.125A82.946 82.946 0 000 2.345v.125a82.783 82.783 0 0135.278-.007m0 .615v-.25A83.105 83.105 0 000 2.835v.25a82.777 82.777 0 0135.278-.007m-33.252.45a82.855 82.855 0 0131.26 0h1.992v-.093A83.44 83.44 0 000 3.442v.085zm10.8 0h-8.84a84.249 84.249 0 0127.339 0h-8.839zM35.278 1.97v-.075A82.878 82.878 0 000 1.902v.075a82.771 82.771 0 0135.278-.007\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape46\":{\"title\":\"Shape 46\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.278 3.52\' preserveAspectRatio=\'none\'><path d=\'M0 3.528S27.04 3.352 35.278 0v3.528z\' opacity=\'.2\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.528S27.04 3.374 35.278.425v3.103z\' opacity=\'.2\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.528S27.04 3.396 35.278.882v2.646z\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.527h35.278v.092H0z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape47\":{\"title\":\"Shape 47\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 100.86 4.15\'><path fill=\'%23fbd8c2\' d=\'M100.86 4.15V.65a9.07 9.07 0 0 0-9.37 1.67 9.07 9.07 0 0 0-12.1 0 9.07 9.07 0 0 0-12.11 0 9.07 9.07 0 0 0-12.06 0 9.07 9.07 0 0 0-12.11 0 9.07 9.07 0 0 0-12.09 0 9.07 9.07 0 0 0-12.08 0 9.07 9.07 0 0 0-12.08 0A9.07 9.07 0 0 0 0 .04v4.1z\'\\/><\\/svg>\"},\"shape48\":{\"title\":\"Shape 48\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path opacity=\'.5\' d=\'M0 51v15l724-43L0 51z\'><\\/path><path opacity=\'.3\' d=\'M0 0v51l600-23L0 0z\'><\\/path><path d=\'M0 65v38l1000-3V0L0 65z\'><\\/path><\\/g><\\/svg>\"},\"shape49\":{\"title\":\"Shape 49\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path d=\'M1000 100V89S823 4 500 4 0 88 0 88v12z\' opacity=\'.3\'><\\/path><path d=\'M1000 101S823 11 500 11 0 100 0 100z\' opacity=\'.5\'><\\/path><path d=\'M1000 100V88S823 25 500 25 0 87 0 87v13z\'><\\/path><\\/g><\\/svg>\"},\"shape50\":{\"title\":\"Shape 50\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path d=\'M1003 104.7H-1v-34a875.1 875.1 0 01178.7-17.8c68.9.4 106.3 8.9 150.6 14 172.1 19.7 238-35.3 411.7-34.2A860 860 0 011003 77\'><\\/path><path d=\'M1003 98.9H-1v-31c57.7-13 118-26 178.7-25.8 69 .4 106.3 9.8 150.6 15.3C500.4 79 566.3 18.7 740 20c60.6.4 151.5 15 263 54.8\' opacity=\'.5\'><\\/path><path d=\'M509.4 3.7a442.8 442.8 0 01-233 4c-3.8-1 1.3 2.9 2 3.3a36.4 36.4 0 0011.6 6.1 447.2 447.2 0 00236-3.7c.6-.2-6.9-5.6-7.5-6-2-1.2-6.5-4.4-9-3.7z\' opacity=\'.5\'><\\/path><path d=\'M302.5 36.1a336.2 336.2 0 00181 5.9c2-.5-4.3-4.5-4.8-4.8-2-1.3-8-5.8-10.8-5.1A332.4 332.4 0 01289 26.7c-3.8-1.2 1.4 3 2 3.3a40.8 40.8 0 0011.5 6.1z\'><\\/path><\\/g><\\/svg>\"},\"shape51\":{\"title\":\"Shape 51\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23fbd8c2\'><path d=\'M998 29c-4-3-11-3-15 0-3 4-5 9-9 11-5 2-12 0-16-3l-5-7a18 18 0 00-6-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-5-4-7-6-7-7-17-2-21 6-2 3-5 6-8 5a7 7 0 01-5-3c0-3-2-7-5-9-5-2-12-3-16 1-3 3-5 8-9 10-5 2-11 0-15-3l-5-7a19 19 0 00-7-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-2-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-7c-6-1-9 6-11 9-5 6-10 0-13-4s-11-4-14 0c-2 2-2 5-3 7-6 7-12-10-15-12-4-5-9-6-14-2-4 2-6 8-8 12-2 2-4 5-7 4l-6-7a19 19 0 00-5-8c-4-3-11-3-15 1-4 3-5 8-10 10s-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 3-3 9-8 8-3-1-4-4-6-6-7-6-18-2-22 6-1 3-4 6-8 5s-5-4-6-7a13 13 0 00-8-6c-6-2-8 5-11 9-5 5-9 0-12-5-3-3-11-4-15 0-1 2-1 5-3 7-6 7-12-9-14-12-4-4-9-6-14-2-4 3-6 8-9 12-4 7-9 0-13-4-3-8-13-13-20-6-3 3-5 8-9 10-5 2-12 0-16-3l-5-7a19 19 0 00-6-3 12 12 0 00-13 3c-2 3-4 9-8 8-3-1-5-4-7-6-7-6-17-1-21 6-2 3-5 6-8 5s-6-4-7-7a13 13 0 00-8-6c-6-2-8 5-11 9-5 5-9 0-12-4s-11-5-14-1l-4 7c-6 7-11-9-14-12-4-4-9-5-14-2-4 3-6 8-8 12-2 2-4 6-7 4l-6-6a19 19 0 00-5-9c-4-3-12-3-15 1-4 3-6 8-10 10-5 2-11 0-15-3l-5-7a18 18 0 00-7-3 12 12 0 00-13 3c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-1-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-6c-6-2-8 5-11 9-5 5-9 0-13-4-3-4-11-5-14-1-2 2-2 5-3 7-6 7-12-9-15-12-4-4-9-5-14-2-4 3-6 8-8 12-4 6-11 1-14-3-1-2-3-3-5-3s-6 3-6 6v12c0-3 4-6 6-7s4 2 5 4c3 4 10 9 14 3 2-5 4-10 8-12 5-4 11-3 14 2 3 2 9 19 15 12 1-2 1-5 3-7 3-4 11-4 14 0 4 4 8 10 13 4 3-3 5-10 11-9a13 13 0 017 7c2 3 3 6 7 7s6-2 8-5c4-8 14-12 22-6 2 2 3 5 6 6 4 1 6-5 8-8a12 12 0 0113-4 18 18 0 017 4l5 7c4 3 10 5 15 3 4-2 6-7 10-10 4-4 11-5 15-1a19 19 0 015 8c1 3 3 5 6 7 3 1 5-2 7-4 2-5 4-10 8-12 5-4 10-3 14 2 3 2 8 19 14 12l4-7c3-4 11-4 14 0s7 10 12 4c3-3 5-10 11-9a13 13 0 018 7c1 3 3 6 7 7s6-2 8-5c4-8 14-13 21-6 2 2 4 5 7 6 4 1 6-5 8-8a12 12 0 0113-4 19 19 0 016 4l5 7c4 3 11 5 16 3 4-2 6-7 9-11 7-6 17-1 20 7 4 4 9 11 13 4 3-5 5-10 9-12 5-4 10-3 14 1 2 3 8 20 14 12l3-6c4-4 12-4 15 0s7 10 12 4c3-3 5-10 11-9a13 13 0 018 7c1 2 3 6 6 7s7-3 8-5c4-8 15-13 22-6 2 2 3 5 6 6 5 1 6-5 8-8a12 12 0 0113-4 18 18 0 017 4l5 7c4 3 10 5 15 3s6-7 10-11c4-3 11-4 15 0a19 19 0 015 8c2 3 3 5 6 6 3 2 6-1 7-3 2-5 4-10 8-12 5-4 10-3 14 1 3 3 9 20 15 12l3-6c3-4 11-4 14 0s8 10 13 4c2-3 5-10 11-9a13 13 0 017 7c2 2 3 6 7 7s6-3 8-5c4-8 14-13 22-6 2 2 3 5 6 6 4 1 6-6 8-8a12 12 0 0113-4 19 19 0 017 4l5 7c4 3 10 5 15 3 4-2 6-7 10-11 3-3 10-3 15 0 3 2 5 5 5 9a7 7 0 005 3c3 1 6-2 8-5 4-8 14-13 21-6 2 2 4 5 7 6 4 1 6-6 8-8a12 12 0 0113-4 18 18 0 016 4l5 7c4 3 11 5 16 3 4-2 6-7 9-11 4-3 11-3 15 0 4 2 6 6 6 10v-8c0-5-1-11-6-14z\' opacity=\'.3\'\\/><path d=\'M998 41c-4-3-11-4-15 0-3 3-5 9-9 11-5 2-12 0-16-3l-5-7a18 18 0 00-6-4 12 12 0 00-13 4c-2 2-4 9-8 8-3-1-5-4-7-6-7-7-17-2-22 6-1 3-4 6-7 5a7 7 0 01-5-3c0-4-2-7-5-9-5-3-12-3-16 0-3 3-5 9-9 10-5 3-12 1-15-3l-5-6a19 19 0 00-7-4 12 12 0 00-13 4c-2 2-4 9-8 8-3-1-4-4-6-6-8-7-18-2-22 6-2 2-4 6-8 5s-5-5-7-8a13 13 0 00-8-6c-5-1-8 6-11 9-4 6-9 0-12-4s-11-4-14 0l-3 6c-7 8-12-9-15-12-4-4-9-5-14-2-4 3-6 8-8 12-2 3-4 6-7 4-3-1-4-3-6-6a19 19 0 00-5-8c-4-4-11-3-15 0-4 4-5 9-10 11s-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 2-3 9-8 8-3-1-4-4-6-6-7-7-18-2-22 6-1 3-4 6-8 5s-5-4-6-7a13 13 0 00-8-7c-6-1-8 6-11 9-5 6-9 0-12-4s-11-4-15 0c-1 2-1 5-3 7-6 7-12-10-14-12-4-5-9-6-14-2-4 2-6 7-9 12-4 7-9 0-13-4-3-8-13-13-20-6-3 3-5 8-9 10-5 2-12 0-16-3l-5-7a19 19 0 00-6-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-5-4-7-6-7-6-17-2-21 6-2 3-5 6-8 5s-6-4-7-7a13 13 0 00-8-7c-6-1-8 6-11 9-5 6-9 0-12-4s-11-4-14 0l-4 7c-6 7-11-10-14-12-4-5-9-6-14-2-4 2-6 8-8 12-2 2-4 5-7 4-3-2-5-4-6-7a19 19 0 00-5-8c-4-3-12-3-15 1-4 3-6 8-10 10-5 2-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-2-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-7c-6-1-8 6-11 9-5 6-9 0-13-4-3-4-11-4-14 0-2 2-2 5-3 7-6 7-12-10-15-12-4-5-9-6-14-2-4 2-6 7-8 12-4 6-11 1-14-3-1-2-3-4-5-4s-6 4-6 7v50h1006v-5-25-19c0-4-2-8-6-10z\'\\/><\\/g><\\/svg>\"}},\"premium_gdivider_source\":\"default\",\"premium_gdivider_defaults\":\"shape22\",\"premium_gdivider_pos\":\"bottom\",\"premium_gdivider_pos_tablet\":\"\",\"premium_gdivider_pos_mobile\":\"\",\"premium_gdivider_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"premium_gdivider_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_gdivider_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_scale\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"premium_gdivider_scale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_scale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_animate\":\"yes\",\"premium_gdivider_no_stretch\":\"yes\",\"premium_gdivider_anime_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"premium_gdivider_anime_speed_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_anime_speed_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_anime_dir\":\"alternate\",\"premium_gdivider_flip\":\"\",\"premium_gdivider_flip_x\":\"\",\"premium_gdivider_hide\":[],\"premium_gdivider_bg_type\":\"color\",\"premium_gdivider_fill\":\"#afafaf\",\"premium_gdivider_stroke_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke\":\"\",\"premium_gdivider_opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"premium_gdivider_opacity_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_opacity_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[{\"id\":\"0aa560a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown.png\",\"id\":1841,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae551eb\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.<\\/p>\",\"text_color\":\"#FFFFFF\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c60fb3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"acf612a\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0eb1e74\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f6ba29\"},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"b2a1b7a\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"_id\":\"42f07a2\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"117b1dc\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"row_gap_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"37bf738\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_add_particles_color\":\"#fe4c1c,#00c3ff,#0160e7\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"container_particles_class\":\"\",\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_trigger\":\"load\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_global_divider_sw\":\"\",\"premium_shapes_data\":{\"shape1\":{\"title\":\"Shape 1\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 283.5 27.8\' preserveAspectRatio=\'xMidYMax slice\'><path class=\'elementor-shape-fill\' d=\'M265.8 3.5c-10.9 0-15.9 6.2-15.9 6.2s-3.6-3.5-9.2-.9c-9.1 4.1-4.4 13.4-4.4 13.4s-1.2.2-1.9.9c-.6.7-.5 1.9-.5 1.9s-1-.5-2.3-.2c-1.3.3-1.6 1.4-1.6 1.4s.4-3.4-1.5-5c-3.9-3.4-8.3-.2-8.3-.2s-.6-.7-.9-.9c-.4-.2-1.2-.2-1.2-.2s-4.4-3.6-11.5-2.6-10.4 7.9-10.4 7.9-.5-3.3-3.9-4.9c-4.8-2.4-7.4 0-7.4 0s2.4-4.1-1.9-6.4-6.2 1.2-6.2 1.2-.9-.5-2.1-.5-2.3 1.1-2.3 1.1.1-.7-1.1-1.1c-1.2-.4-2 0-2 0s3.6-6.8-3.5-8.9c-6-1.8-7.9 2.6-8.4 4-.1-.3-.4-.7-.9-1.1-1-.7-1.3-.5-1.3-.5s1-4-1.7-5.2c-2.7-1.2-4.2 1.1-4.2 1.1s-3.1-1-5.7 1.4-2.1 5.5-2.1 5.5-.9 0-2.1.7-1.4 1.7-1.4 1.7-1.7-1.2-4.3-1.2c-2.6 0-4.5 1.2-4.5 1.2s-.7-1.5-2.8-2.4c-2.1-.9-4 0-4 0s2.6-5.9-4.7-9c-7.3-3.1-12.6 3.3-12.6 3.3s-.9 0-1.9.2c-.9.2-1.5.9-1.5.9S99.4 3 94.9 3.9c-4.5.9-5.7 5.7-5.7 5.7s-2.8-5-12.3-3.9-11.1 6-11.1 6-1.2-1.4-4-.7c-.8.2-1.3.5-1.8.9-.9-2.1-2.7-4.9-6.2-4.4-3.2.4-4 2.2-4 2.2s-.5-.7-1.2-.7h-1.4s-.5-.9-1.7-1.4-2.4 0-2.4 0-2.4-1.2-4.7 0-3.1 4.1-3.1 4.1-1.7-1.4-3.6-.7c-1.9.7-1.9 2.8-1.9 2.8s-.5-.5-1.7-.2c-1.2.2-1.4.7-1.4.7s-.7-2.3-2.8-2.8c-2.1-.5-4.3.2-4.3.2s-1.7-5-11.1-6c-3.8-.4-6.6.2-8.5 1v21.2h283.5V11.1c-.9.2-1.6.4-1.6.4s-5.2-8-16.1-8z\'\\/><\\/svg>\"},\"shape2\":{\"title\":\"Shape 2\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 320\'><path d=\'M0 298.992c15.313-52.905 61.648-93.749 119.782-99.266l728.025-69.099c75.962-7.21 143.486 48.608 150.696 124.569l1.497 15.77V320H0v-21.008z\'\\/><\\/svg>\"},\"shape3\":{\"title\":\"Shape 3\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 320\'><path d=\'M1000 0s-1.148 150.944-120 220C729.547 307.416 0 300 0 300v20h1000V0z\'\\/><\\/svg>\"},\"shape4\":{\"title\":\"Shape 4\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M806,94.7C619.5,90,500,20.3,500,1.7c-1,18.6-117.5,88.3-306,93C92,97.2,0,97.9,0,97.9v-0l0,0v2.3h1000v-2.3 C1000,97.7,920.3,97.6,806,94.7z M350,65.1L350,65.1L350,65.1L350,65.1z\'\\/><\\/svg>\"},\"shape5\":{\"title\":\"Shape 5\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' width=\'1000\' height=\'100\' preserveAspectRatio=\'none\' viewBox=\'0 0 1000 100\'><defs><style>.premium-sh-cls-2{opacity:.33;}.premium-sh-cls-2,.premium-sh-cls-3{isolation:isolate;}.premium-sh-cls-3{opacity:.66;}<\\/style><\\/defs><path class=\'premium-sh-cls-2\' d=\'m527,32.7c203.9-88.3,263.1,34,320.3,0,86.7-51.8,152.7,7.6,152.7,7.6v59.7H0v-59.7S62.1,14.2,94.9,11c32.8-3.3,62.8,12.3,75.8,22.1,23.3,17.3,84,58.2,134.4,62.2s202.5-54.3,221.9-62.6Z\'\\/><path class=\'premium-sh-cls-3\' d=\'m266,32.7c45.5,0,77.2,23.2,129.1,39.1,28.6,8.7,150.3,10.1,254-39.1,103.7-49.2,91.7,34.4,149.2,0,86-51,201.7,27.5,201.7,27.5v39.8H0v-36.5s28.2,18.5,92.1,18.5c97.7-.1,132.2-49.3,173.9-49.3Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m233.9,71.1c200,57.5,266-65.5,395.1-19.5,129,46.6,129,43,186.2,27.8,56.8-15.2,52.5-24.3,94.9-31.9,61.3-11.2,89.9,52.5,89.9,52.5H0s9.9-40.9,83.6-48.1,86.8,1.1,150.3,19.2Z\'\\/><\\/svg>\"},\"shape6\":{\"title\":\"Shape 6\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 70.8\' preserveAspectRatio=\'none\'><path  d=\'M400,68c0,0-7.1-0.8-7.1-8.5s6.4-22.1,0-26s-7.3,2.6-6,6.5c1.3,3.9,6.2,14.5-2.6,14.8  c-6.3,0.2-0.8-8.3-7.4-10.2c-3.7-1.1-2,4.6-6.3,4.8c-6.3,0.4-7.8-10.1-7.8-12.4c0-2.3,1.9-28.7,0-32.9c-1.9-4.2-3.6-4.5-5.3-3.7  c-1.7,0.7-4.6,2.5-2,11.2c2.7,8.7,3.4,26,3.8,29.5c0.4,3.6,0.2,8.9-5.3,8.3c-5.6-0.6-0.9-16.1-6.6-15.7c-5.7,0.4-0.6,9-6.5,11.2  s-7.6,0.2-8-4.2c-0.3-4.4-5.9-5-8.6,6c-2.7,11-10.5,9-11.4,0.4s3.6-22.9-4.3-21.9s-3.6,11.9-2.2,14.4s6.3,22.2-6,27.3  c-12.3,5.1-1.7-33.5-10.4-32.9c-8.7,0.7,2.7,24.4-7.5,27.2c-10.2,2.8,0-15.1-7.1-17.6c-7.1-2.5,3.7,10.7-4.1,13.4  c-7.9,2.7-6.6-26.4-6.6-26.4s2.9-14.9-3.2-13.9c-6.1,1-1.7,14.7-0.7,18.6c0.9,3.9,1.7,22.2-7.4,22.5c-12.2,0.4-2.4-23.9-12.2-23.1  c-9.8,0.7,0.2,11.1-8.5,15.2c-2.5,1.2-5.6-5.9-8.7-4.9c-3.2,1-4.2,10.9-9.2,10.1c-5-0.7-4.4-11.5-4.3-18.7c0.1-7.1-3.9-7.9-3.7-2.4  c0.2,5,2.5,16.2-0.2,20.6c-0.5,0.7-1.4,1-2.2,0.5c-1.4-0.8-2.1-1.6-1.9,2.6c0.2,4.9-1.5,7.4-3.7,8c-0.3,0.1-0.6,0.1-0.9,0.1l0,0  c-0.6,0-1.2-0.1-1.8-0.3c-1.4-0.5-3.5-2-3.4-6c0.2-7.6,6.4-22.1,0-26c-6.4-3.9-7.3,2.6-6,6.5s6.2,14.5-2.6,14.8  c-6.3,0.2-0.8-8.3-7.4-10.2c-3.7-1.1-2,4.6-6.3,4.8c-6.3,0.4-7.8-10.1-7.8-12.4c0-2.3,1.9-28.7,0-32.9s-3.6-4.5-5.3-3.7  s-4.6,2.5-2,11.2c2.7,8.7,3.4,26,3.8,29.5c0.4,3.6,0.2,8.9-5.3,8.3c-5.6-0.6-0.9-16.1-6.6-15.7c-5.7,0.4-0.6,9-6.5,11.2  c-5.9,2.2-7.6,0.2-8-4.2s-5.9-5-8.6,6c-2.7,11-10.5,9-11.4,0.4c-0.8-8.6,3.6-22.9-4.3-21.9s-2.7,11.6-2.2,14.4  c0.9,4.8,2.7,25.8-5.4,24.6c-13.1-2-2.2-30.8-11-30.2c-8.7,0.7,2.7,24.4-7.5,27.2C72.5,64,83,41.9,75.6,43.6  C69.9,45,79.4,54.3,71.5,57c-7.9,2.7-6.6-26.4-6.6-26.4s2.9-14.9-3.2-13.9S60.1,31.4,61,35.3s1.7,22.2-7.4,22.5  c-12.2,0.4-2.4-23.9-12.2-23.1c-9.8,0.7,0.8,14.8-8.4,17.4c-7.9,2.3-3.6-10.5-9.5-10.1c-4,0.3,2.9,13.9-8.5,13  c-5-0.4-4.4-11.5-4.3-18.7c0.1-7.1-3.9-7.9-3.7-2.4c0.2,5.5,3,18.5-1.2,21.7c-2.2-0.6-3.4-3.2-3.2,2.1S2,67,0,68v2.8h400V68z\'\\/><\\/svg>\"},\"shape7\":{\"title\":\"Shape 7\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 50\' preserveAspectRatio=\'none\'><g><path  d=\'M158.3,19.5c2.6,0.3,1.2-4.2-0.5-2C157.1,18.3,157.4,19.4,158.3,19.5z\'\\/><path  d=\'M157.2,8.9c-0.8-0.7-1.8,1.1-1.7,1.4C156.2,11.4,158,9.6,157.2,8.9z\'\\/><path  d=\'M171.8,19.1c2.2-0.6,1.1-3.2-0.6-1.3C170.7,18.6,170.9,19.4,171.8,19.1z\'\\/><path  d=\'M154,23.1c0.9-0.1,1.2-1.2,0.5-2C152.8,18.9,151.4,23.4,154,23.1z\'\\/><path  d=\'M140.5,22.7c0.8,0.2,1.1-0.6,0.6-1.3C139.4,19.6,138.3,22.1,140.5,22.7z\'\\/><path  d=\'M140.5,26.9c-1.8,1.9,3.9,2,1.6,0.3C141.7,26.9,140.9,26.5,140.5,26.9z\'\\/><path  d=\'M350.3,37.3c-0.1-0.1-0.1-0.2-0.2-0.3c-1-1.3-0.3-3-3.6-3.5c-1.9-0.4-5.3,0.3-7.2,0.7c-3,1-4.3,2.5-7.7,3   c-3.2,0.5-7,0.7-10.3,0.9c-2.8,0.1-5.4,0.1-7.4-1.2c-1.9-1.1-1.7-2.5-4-3.3c-9.3-3.1-15.9,2.9-23.9,4.9c-1.9-1.1-0.2-2.4-0.1-3.6   c-0.3-5-7.3-0.3-10.6,1c-1.7,0.7-3,1-4,1c-0.5-0.1-0.9-0.2-1.4-0.2c-1.7-0.6-2.4-2.3-3.6-3.7c1-0.4,2.1-0.7,2.9-1.4   c1-0.9,0.8-2.2-0.7-2.2c-1.1,0-2.6,1.4-3.3,2c-0.1,0.1-0.2,0.2-0.3,0.4c-2-1.2-5.1-1.4-8.2-0.6c0.5-1.1,1-2.2,0.4-2.8   c-1.1-1.1-3.2,0.6-4.4-0.2c-1.7-1.1,4.7-4.4-0.6-4.7c-1.1,0-2.8,0.3-2.6-1.2c0.1-1.1,2-1,2.2-2.3c0.1-1.4-2.2-1.1-1.1-3   c0.7-1,2.7-1.4,3-2.6c0.3-1.7-1.4-1-2.2-0.5c-1.2,0.8-1.9,2.7-3.3,3.4c-1.1,0.7-2.3,0.2-3,1.8c-0.3,0.8,0.1,3-1,3.4   c-2.4,0.8,0.8-6.1-2.5-4.7c-1.8,0.9-1,4.7-1.7,6.1c-0.5,0.9-1.4,2.6-2.7,2c-0.3-0.2-0.4-0.4-0.5-0.6c0-0.1,0-0.3,0-0.4   c0.1-0.7,0.5-1.5-0.2-1.9c-0.7-0.5-1.8,0.4-2.5,1.2c-0.1,0.1-0.2,0.1-0.2,0.2c-0.1,0.2-0.2,0.3-0.3,0.4c-1.4,1.7-1.1,4.9-3.1,6.8   c-0.6,0.6-2.5,2.1-3.5,1.4c-0.9,2.1-1.6,4.3-2.2,6.6c-0.4,0.3-0.9,0.6-1.4,0.9c-0.9-0.8-1.5-1.9-1.6-3   c-0.4-5.6,11.4-12.7,11.2-16.2c0,0-0.2-0.8-0.2-1.4c-0.3-4.7,6.6-8.2,6.9-9.7c0.1-0.5-0.6-1.2-2.1-1.1c-7.1,0.5-10.1,13-12.6,13.2   c-0.7,0.1-1.7-0.8-1.8-2.2c-0.1-1.4,0.7-2.8,0.6-4.3c-0.1-1.1-0.7-1.1-1.3-1.1c-3.2,0.2-4,13.6-11.1,14.1c-8.7,0.6-5-14-9.5-13.7   c-2.3,0.2-5.4,4-6.1,4.1c-1.9,0.1-0.6-4.3-5.5-4c-0.8,0.1-1.8,0.3-1.8,0.3c-1.8,0.1-0.8-2.9-2.5-2.8c-0.5,0-0.9,0.4-1.4,0.5   c-1.3,0.1-3.6-3-5.8-2.8c-0.9,0.1-2.3,0.8-2.2,2.2c0.2,3.1,5.3,0.9,7.2,5.5c0.7,1.8,0.3,4.4,2.1,5.8c2.2,1.7,10.8,9.5,11.1,13.1   c0.1,1.6-0.1,3.1-0.6,4.2c-0.2,0-0.3,0-0.5,0c-0.2-0.1-0.5-0.2-0.7-0.3c-1.2-2.8-2.5-5.5-4-8.1c-0.9,0.8-3-0.4-3.7-0.9   c-2.2-1.6-2.4-4.8-4-6.3c-0.5-0.6-2.5-2.2-3.3-1.4c-0.9,0.8,0.9,2.2-0.3,3c-1.3,0.8-2.4-0.8-3-1.6c-0.9-1.4-0.6-5.2-2.5-5.8   c-3.5-1,0.6,5.4-1.8,5c-0.3-0.1-0.5-0.3-0.7-0.6c0.6-0.2,0.9-0.7,0.3-1.4c-0.2-0.2-0.5-0.2-0.7-0.1c-0.1-0.5-0.2-0.9-0.3-1.2   c-0.9-1.5-2-0.9-3.2-1.4c-1.4-0.5-2.4-2.3-3.7-2.9c-0.9-0.5-2.6-0.9-2.1,0.8c0.4,1.2,2.5,1.3,3.3,2.2c1.3,1.7-1,1.7-0.7,3.1   c0.3,1.2,2.2,0.8,2.5,1.9c0.4,1.5-1.3,1.4-2.4,1.6c-5.1,1,1.6,3.3,0.1,4.7c-0.6,0.5-1.4,0.4-2.2,0.3c-0.3-0.2-0.8-0.4-1.3-0.6   c-3.7-1.2-7.6-0.9-9.6,0.7c-1,0.8-1.6,2-2.3,2.9c0,0-0.1,0-0.1,0c-0.9,0.1-1.3,0.7-1.1,1.2c-0.2,0.1-0.5,0.3-0.7,0.4   c-0.5,0.1-0.9,0.1-1.4,0.2c-1,0-2.3-0.3-4-1c-3.3-1.3-10.3-6-10.6-1c0.2,1.2,1.8,2.5-0.1,3.6c-8-2-14.7-8-23.9-4.9   c-2.4,0.9-2.1,2.3-4,3.3c-2,1.3-4.6,1.3-7.4,1.2c-3.3-0.2-7.1-0.4-10.3-0.9c-3.4-0.5-4.7-2-7.7-3c-1.9-0.5-5.3-1.1-7.2-0.7   c-3.3,0.5-2.6,2.2-3.6,3.5c-0.3,0.3-0.5,0.7-0.9,0.9c-43.7-2.6-66-5.7-66-5.7V50h400V32.3C400,32.3,385.5,34.9,350.3,37.3z\'\\/><path  d=\'M237.9,15c-0.3,0-0.4,0.3-0.4,0.6c0,0.5,0.7,0.9,1.2,0.8c0.4,0,0.6-0.3,0.6-0.7C239.4,15.2,238.5,15,237.9,15z   \'\\/><path  d=\'M232.2,9.1c0.7-0.6,1-1.1,1.8-1.4c2.4-1,2.9-2.5,2.8-3c0-0.6-0.5-0.7-1.4-0.6c-2.3,0.2-4,2.2-4.3,3.9   C230.9,9.1,231.4,9.8,232.2,9.1z\'\\/><path  d=\'M228.5,5.5c0.4,0,1.5-1.1,1.4-2.5c-0.1-0.7-0.4-1.4-1.1-1.4c-0.6,0-1.6,0.7-1.5,1.7   C227.4,4.4,227.9,5.6,228.5,5.5z\'\\/><path  d=\'M222.7,11.8c0.8-0.1,1.6-1.4,1.6-2.2c-0.1-0.8-0.6-1.2-1-1.2c-0.5,0-1.3,0.6-1.2,2   C222,10.7,222.2,11.8,222.7,11.8z\'\\/><path  d=\'M196.8,13c0.2-0.2,0.3-0.5,0.2-0.8c0-0.3-1.8-5.6-2.5-5.5c-0.9,0.1-1.3,0.9-1.2,1.8   C193.4,9.4,196.4,13.5,196.8,13z\'\\/><path  d=\'M184,11.2c0.3,0,1.1-1,1-2c-0.1-1-0.8-1.6-1.4-1.5c-0.5,0-0.8,1.3-0.7,2C183,10.7,183.6,11.2,184,11.2z\'\\/><path  d=\'M178.5,8.7c0.5,0,0.9-0.1,0.9-0.7c-0.1-0.9-0.8-1.9-1.6-1.8c-0.6,0-0.7,0.3-0.7,0.8   C177.1,7.9,177.6,8.8,178.5,8.7z\'\\/><path  d=\'M174.4,14.3c0.3-0.1,0.2-0.4,0.2-0.7c0-0.6-0.6-1-1.1-1C172.3,12.8,173.4,14.6,174.4,14.3z\'\\/><path  d=\'M202.1,10.7c0.7,0.2,0.7-1.1,0.6-1.6c-0.1-1.3-1.7-2.8-1.6-1.2C201.2,8.6,201.3,10.6,202.1,10.7z\'\\/><path  d=\'M203.1,4.1c0,0,0.8,0,0.7-0.7c0-0.4-0.7-1.1-1.2-1.1c-0.3,0-0.5,0.3-0.5,0.7C202.1,3.5,202.5,4,203.1,4.1z\'\\/><path  d=\'M227.2,15.6c0.7,0.1,1.6-1.1,1.5-2.3c0-0.5-0.2-0.5-0.5-0.5c-0.8,0.1-1.4,0.8-1.4,1.5   C226.8,14.6,227,15.6,227.2,15.6z\'\\/><\\/g><\\/svg>\"},\"shape8\":{\"title\":\"Shape 8\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 61.7\' preserveAspectRatio=\'none\'><path  d=\'M400,61.7V17.9c-0.1-1.1-0.4-3.5-0.4-3.5c0-0.4-4-1.2-4,1.2c0,1.3-3.9,1.7-3.9,3.1c0-1-5.1-0.5-5.1,0  c0,0.1-4,2.6-4,2.7c0-0.6-4.8,2.1-4.8,0.9c0-1.3-5,0-5,0.2c0,0.8-3.8,2.6-3.8,3.3c0,0.3-4.7,0.5-4.7,1c0-1.1-3.9,3.4-3.9,2.9  c0-0.2-5.1-0.4-5.1,0.1c0-1.1-4.4,1.1-4.4,1.6c0,2.3-4.3,2.6-4.3,3.4c0,0.8-5.3-2.8-5.3-2.1c0-1.2-5.3-0.6-5.3,0.2  c0-0.4-5.1,2.8-5.1,1.8c0,0.6-4.7-0.1-4.7,0.6c0,0.9-3.4,3-3.4,2.9c0,0.2-3.4,2.4-3.4,2.8c0,1.2-4.8,0.3-4.8,0.1  c0-0.5-4.5,0.5-4.5,0.4c0-0.3-4.6,2.7-4.6,3c0-0.5-4.7-1.4-4.7-2c0,1-4.6,2-4.6,0.9c0,1-4.7,0.8-4.7-0.7c0,0-4.7-0.8-4.7,0.1  c0-0.2-4.6,2.1-4.6,2.2c0-0.1-4.6-0.7-4.6,0.5c0,0.3-4.3-1-4.3-0.6c0-0.1-3.9-2.8-3.9-1.9c0-0.5-3.9-2.1-3.9-2.7c0,0.8-3-3.4-3-3.7  c0,0.1-3.9-1.1-3.9-2.7c0-0.2-4.6-0.2-4.6-0.9c0-0.4-5.1-0.5-5.1-0.7c0-0.2-3.7,3.5-3.7,3.8c0-1.4-3.9,3.1-3.9,2.8  c0-1-4.7,0.5-4.7,1.7c0,0.5-4,0.5-4,1.7c0,0.1-3.6,3.3-3.6,2.9c0-1.3-4.4-0.2-4.4,0.9c0,0.7-4.6-1.2-4.6-0.1c0-1.2-4.1,1.4-4.1,1.7  c0,0.9-4.5-1.6-4.5-0.9c0,1.1-4.1,3.2-4.1,2.7c0-0.1-4.4,1.1-4.4,0.7c0,0.6-4.4,0.1-4.4-0.9c0,1.6-4.4-2.1-4.4-1.8  c0,1.2-4.3,3.9-4.3,2.9c0,0.1-4.3-1.3-4.3-0.6c0,2.1-4.4,0.8-4.4,0.4c0-0.7-3.8-4-3.8-3.4c0-1.7-3.6-2.5-3.6-2.1  c0-0.3-4.2-1.4-4.2-1c0-0.4-4.1,0.4-4.1-1.5c0-1.1-4.6,0.8-4.6-0.6c0,0.2-3.1-3.9-3.1-4c0,0.7-4.4-2.2-4.4-1.6c0,1-4.4-1.6-4.4-1.6  c0-0.4-4.9,0.8-4.9,0.3c0,0.7-4.6-0.2-4.6-0.3c0,0.3-4.4-0.6-4.4-1.4c0-0.4-4.6-1.7-4.6-1.8c0,0.4-4.7,0.6-4.7,0.9  c0,0-4.5,3-4.5,1.4c0,1.9-4.4,0.9-4.4,1.4c0-0.2-5.2-2-5.2-1.8c0,0.6-4.2,2.5-4.2,2.2c0,1.2-3.7,3.9-3.7,3.5c0-0.2-4.4,0.9-4.4,1.6  c0,0.8-5.1-0.2-5.1-0.8c0,0.4-4.5,1.5-4.5,1.5c0,0.7-4.7-0.9-4.7-0.8c0,0.3-4.4-0.7-4.4-1.4c0-0.8-4.7-0.9-4.7-0.1  c0-0.1-4.4-2.5-4.4-1.4c0-0.3-5.1,2-5.1,0.9c0-1.3-4.1-2.5-4.1-2.5c0,0.1-4.5-1.3-4.5-2.5c0-0.6-4.8,3.5-4.8,2.2  c0-0.9-4.3,2.5-4.3,2.4c0-0.6-5.4-1.1-5.4-1.8c0-1.3-4.1,4.2-4.1,3c0-0.2-5.1-0.5-5.1-0.7c0-0.5-3.9,1.2-3.9,1.3  c0-0.3-4.1-0.6-4.1-0.3c0-0.4-4.3,1.3-4.3,1c0,0.2-4.6,0.8-4.6-0.2c0-0.1-2.8-2.7-2.8-3.8c0-2-4.3-0.8-4.3-2c0,0.6-4.5,0.8-4.5-1.6  c0,0.2-2.6-5.2-2.6-4.7c0,1-1.9,0.1-3.2-0.5l0,33.9H400z\'\\/><\\/svg>\"},\"shape9\":{\"title\":\"Shape 9\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' width=\'4080.2\' height=\'394.6\' viewBox=\'0 0 4080.2 394.6\'><defs><style>..premium-sh-cls-2{opacity:.2;}.premium-sh-cls-2,.premium-sh-cls-3{isolation:isolate;}.premium-sh-cls-3{opacity:.5;}<\\/style><\\/defs><path class=\'premium-sh-cls-2 pr-path\' d=\'m4080.2,394.6v-181.3c-9.9-5.5-24.8-19.8-34.1-62.3-9.3-42.4-49-72.2-49-72.2,24.2,32,34.1,103.6,0,104.7s-23-40.2-23-40.2c-15.5,11.6-9.9,42.4-9.9,42.4-28.5-24.8-14.9-64.5-14.9-64.5-13,17.1-18.6,38-6.8,82.1s-65,62.3-70.7,25.9c-5.1-32.8,18-36.4,26.7-68.9s-32.3-53.5-32.3-53.5c20.5,51.8-18.6,70-18.6,70-1.9-25.4-24.8-38.6-24.8-38.6,13.6,24.3-.7,50-16.7,54-15.7,3.9-45.3-.6-36-38.6s-4.3-60.6-4.3-60.6c1.2,18.7-11.2,32-11.2,32,2.5-35.8-3.7-41.3-17.4-62.3-13.6-20.9,0-43.5,0-43.5-81.3,27-66.4,106.4-66.4,106.4-31-28.1-6.2-72.8-6.2-72.8-26.7,20.4-29.2,43-21.7,105.8,7.4,62.8-27.9,60.6-27.9,60.6,13-63.9-40.3-86-40.3-86,42.2,42.4,6.2,90.9-21.1,90.9s-37.9-19.8-37.8-46.3c0-29.2-24.2-39.1-24.2-39.1,10.5,10.5,18.6,57.3-10.5,55.7-29.2-1.7-14.9-48,.6-86.5,15.5-38.6-23-63.9-23-63.9,0,0,40.3,61.7-9.9,59.5s-19-78.3-19-78.3c-43.8,48-17.6,93.7-6.5,116.3,11.2,22.6,13,93.7-37.8,93.7s-50.2-68.9-44-91.5-8.7-39.1-8.7-39.1c9.3,27-14.9,43-32.9,16.5s-1.9-78.3-1.9-78.3c-45.3,49.6-4.3,100.3,4.3,125.1,8.7,24.8-3.1,55.1-26.7,55.1s-34.7-14.9-30.4-34.7-6.8-35.3-6.8-35.3c2.5,8.8-.6,39.1-20.5,39.1s-32.3-23.7-23-59.5c9.3-35.8.6-45.7-16.7-67.8s12.4-50.2,12.4-50.2c0,0-38.5,17.6-65.1,46.8-26.7,29.2,9.3,73.3,8.1,97-1.2,23.7-22.3,24.3-34.7,3.3s5-55.7,5-55.7c-15.5,9.4-23,33.6-18,60.1s-6.5,49.6-21.7,49.6c-13.9,0-24.8-6.6-27.3-29.8-2.5-23.1-30.4-35.8-30.4-35.8,25.4,38,.4,54-13,54-12.4,0-22.3-11-22.3-32.5s14.9-40.4,29.8-63-12.4-40-12.4-40c19.2,38.6-25.4,58.4-45.3,30.9-19.9-27.6-5.6-70-5.6-70-31,36.9-4.3,75,6.8,99.2,11.2,24.3,3.1,59.5-27.3,54s-15.5-44.1-15.5-44.1c0,0-19.9,14.3-13.6,56.2s-57.7,52.4-54.6,25.4c3.1-27-10.5-39.1-10.5-39.1,4.3,27-11.8,35.8-11.8,35.8,5.6-33.6-18.6-52.4-18.6-52.4,13.6,23.7-1.2,46.3-16.1,46.3s-28.5-5-34.1-17.6c-5.6-12.7-3.7-28.7,11.2-61.2,15-32.5-.1-52.9-.1-52.9,1.2,14.3-14.3,29.8-14.3,29.8,1.2-36.4-17.4-46.8-37.2-62.3-19.9-15.4-10.5-46.3-10.5-46.3-69.5,32.5-27.9,117.4-27.9,117.4-34.1-22-35.4-71.1-35.4-71.1-14.9,41.3,1.9,68.3,16.7,95.3,14.9,27,5,52.9-3.7,62.8s-40.3,14.3-44.7-12.7c-4.3-27,16.1-49.6,16.1-49.6-14.1,3.3-27.3,19.7-27.3,41.3s-3.1,39.1-20.5,39.1-27.9-9.9-22.3-40.2-17.4-46.3-17.4-46.3c10.5,39.1-33.5,22-45.3-9.4s13.6-71.1,13.6-71.1c-27.9,6.6-29.2,33.1-29.2,33.1-29.8-29.8-18.7-68.9-18.7-68.9-29.9,25.9-5.4,77.2-2.3,86.5,3.1,9.4,8.7,56.8-26.1,55.1-34.7-1.7-25.4-44.1-12.4-69.4-31.6,20.4-22,62.8-22,62.8-12.7-5.5-20.8-32.5-20.8-32.5-5,20.4,1.2,28.7,16.1,61.2s-9.3,50.2-21.7,50.2-36.6-1.1-29.8-39.7-27.9-50.2-27.9-50.2c42.2,45.2-9.9,79.9-32.5,61.5-40.5-33,1.5-89,1.5-89-26.1,11-33.5,31.4-32.9,62.8.6,31.4-15.5,46.3-45.9,46.3s-36-34.7-21.7-70c14.3-35.3-4.3-60.1-4.3-60.1.6,29.2-19.2,43.3-19.2,43.3-9.3-64.2-58.9-82.9-58.9-82.9,56.5,120.2,9.3,165.4-13,165.9-31.3.7-56.1-28.7-65.4-71.1-9.3-42.4-49-72.2-49-72.2,24.2,32,34.1,103.6,0,104.7-34.1,1.1-23-40.2-23-40.2-15.5,11.6-9.9,42.4-9.9,42.4-28.5-24.8-14.9-64.5-14.9-64.5-13,17.1-18.6,38-6.8,82.1s-65,62.3-70.7,25.9c-5.1-32.8,18-36.4,26.7-68.9s-32.3-53.5-32.3-53.5c20.5,51.8-18.6,70-18.6,70-1.9-25.4-24.8-38.6-24.8-38.6,13.6,24.3-.7,50-16.7,54-15.7,3.9-45.3-.6-36-38.6s-4.3-60.6-4.3-60.6c1.2,18.7-11.2,32-11.2,32,2.5-35.8-3.7-41.3-17.4-62.3s0-43.5,0-43.5c-81.3,27-66.4,106.4-66.4,106.4-31-28.1-6.2-72.8-6.2-72.8-26.7,20.4-29.2,43-21.7,105.8,7.4,62.8-27.9,60.6-27.9,60.6,13-63.9-40.3-86-40.3-86,42.2,42.4,6.2,90.9-21.1,90.9s-37.9-19.8-37.8-46.3c0-29.2-24.2-39.1-24.2-39.1,10.5,10.5,18.6,57.3-10.5,55.7-29.2-1.7-14.9-48,.6-86.5,15.5-38.6-23-63.9-23-63.9,0,0,40.3,61.7-9.9,59.5s-19-78.3-19-78.3c-43.8,48-17.6,93.7-6.5,116.3,11.2,22.6,13,93.7-37.8,93.7s-50.2-68.9-44-91.5-8.7-39.1-8.7-39.1c9.3,27-14.9,43-32.9,16.5s-1.9-78.3-1.9-78.3c-45.3,49.6-4.3,100.3,4.3,125.1,8.7,24.8-3.1,55.1-26.7,55.1s-34.7-14.9-30.4-34.7-6.8-35.3-6.8-35.3c2.5,8.8-.6,39.1-20.5,39.1s-32.3-23.7-23-59.5c9.3-35.8.6-45.7-16.7-67.8s12.4-50.2,12.4-50.2c0,0-38.5,17.6-65.1,46.8-26.7,29.2,9.3,73.3,8.1,97-1.2,23.7-22.3,24.3-34.7,3.3s5-55.7,5-55.7c-15.5,9.4-23,33.6-18,60.1s-6.5,49.6-21.7,49.6c-13.9,0-24.8-6.6-27.3-29.8-2.5-23.1-30.4-35.8-30.4-35.8,25.4,38,.4,54-13,54-12.4,0-22.3-11-22.3-32.5s14.9-40.4,29.8-63c14.9-22.6-12.4-40-12.4-40,19.2,38.6-25.4,58.4-45.3,30.9-19.9-27.6-5.6-70-5.6-70-31,36.9-4.3,75,6.8,99.2,11.2,24.3,3.1,59.5-27.3,54-30.4-5.5-15.5-44.1-15.5-44.1,0,0-19.9,14.3-13.6,56.2,6.2,41.9-57.7,52.4-54.6,25.4,3.1-27-10.5-39.1-10.5-39.1,4.3,27-11.8,35.8-11.8,35.8,5.6-33.6-18.6-52.4-18.6-52.4,13.6,23.7-1.2,46.3-16.1,46.3s-28.5-5-34.1-17.6c-5.6-12.7-3.7-28.7,11.2-61.2,15-32.5-.1-52.9-.1-52.9,1.2,14.3-14.3,29.8-14.3,29.8,1.2-36.4-17.4-46.8-37.2-62.3-19.9-15.4-10.5-46.3-10.5-46.3-69.5,32.5-27.9,117.4-27.9,117.4-34.1-22-35.4-71.1-35.4-71.1-14.9,41.3,1.9,68.3,16.8,95.3,14.9,27,5,52.9-3.7,62.8s-40.3,14.3-44.7-12.7c-4.3-27,16.1-49.6,16.1-49.6-14.1,3.3-27.3,19.7-27.3,41.3s-3.1,39.1-20.5,39.1-27.9-9.9-22.3-40.2-17.4-46.3-17.4-46.3c10.5,39.1-33.5,22-45.3-9.4s13.6-71.1,13.6-71.1c-27.9,6.6-29.2,33.1-29.2,33.1-29.8-29.8-18.7-68.9-18.7-68.9-29.9,25.9-5.4,77.2-2.3,86.5,3.1,9.4,8.7,56.8-26.1,55.1-34.7-1.7-25.4-44.1-12.4-69.4-31.6,20.4-22,62.8-22,62.8-12.7-5.5-20.8-32.5-20.8-32.5-5,20.4,1.2,28.7,16.1,61.2,14.9,32.5-9.3,50.2-21.7,50.2s-36.6-1.1-29.8-39.7-27.9-50.2-27.9-50.2c42.2,45.2-9.9,79.9-32.5,61.5-40.5-33,1.5-89,1.5-89-26.1,11-33.5,31.4-32.9,62.8.6,31.4-15.5,46.3-45.9,46.3s-36-34.7-21.7-70c14.3-35.3-4.3-60.1-4.3-60.1.6,29.2-19.2,43.3-19.2,43.3-9.3-64.2-58.9-82.9-58.9-82.9,56.5,120.2,9.3,165.9-13,165.9S.7,212.7.7,212.7v181.9h4079.5Z\'\\/><path class=\'premium-sh-cls-3\' d=\'m4080.2,394.6v-118.9s-29.4-14-33.8-39.7c-4.4-25.7,11.3-46.4-13.2-68.8h0c0,.1,9.4,43.1-27.7,54.3-37.1,11.2-47.2-21.3-47.2-21.3,0,0,12,48.7-18.3,71-30.2,22.4-83.1,28-83.7-22.9h0c-19.5,25.2-32.7,13.4-30.8-6.7,1.9-20.1,17.9-19.5,18.9-47.5,0,0-32.1,20.1-63.6,19s-50.4-36.4-52.9-62.6c-2.5-26.3-6.3-39.7-12.6-50.3-6.3-10.6-5-33,3.1-48.1,0,0-20.8,17.3-16.4,52,4.4,34.7-6.9,46.4-21.4,47.5s-23.9-12.3-23.9-12.3c0,0,1.3,20.9,5,30.6,3.8,9.7,10.7,50.5-17.6,70.1-28.3,19.6-57.7,8.3-46.6-33h0c-24.5,22.4-19.4,50.3-47.8,56.5-24,5.2-52.2-9.5-52.2-29.6s10.8-15.8,6.3-47h0c-12.6,26.8-28.1,28.9-40.3,20.1-16.9-12.3,2.5-61-33.4-82.2,0,0,30.2,67.1,0,107.9-30.2,40.8-79.9,29.6-93.8,7.3-13.8-22.4,3.1-35.8-17-64.9h0c0,.2,11.3,63.2-37.8,69.9s-49.1-35.8-48.5-44.7c0,0-12,16.2-34.6,10.1s-28.3-28-26.4-44.2c1.9-16.2,4.5-52.3-6.9-71.6-14.1-23.9-3.8-50.9-3.8-50.9,0,0-33.4,22.4-21.4,62.6,12,40.3,21.9,79.9-2.6,90.3-24.5,10.4-38.3.3-41.5-8.1-3.1,14.5,7,49.7-18.9,59.3-19.9,7.4-39.3,2.3-44.7-16.8-4.8-17.2-8.9-21.9-15.1-27.4,0,0,12,43.6-21.4,54.8-33.4,11.2-49.1-11.2-46.6-33.6,2.5-22.4,10.7-47,10.7-47,0,0-19.5,16.2-23.9,36.9s-39.7,19.6-42.2-2.8h0c-.6,28.5-18.1,56.2-53.5,53.1-39.1-3.4-52.2-29.6-52.2-29.6,0,0-17.6,16.8-42.8,3.9-25.2-12.9-22-40.8-19.5-54.3s12-52.6-5-69.4c-17-16.8-33.4-27.4-35.9-63.2,0,0-8.8,36.4,6.9,58.7,15.7,22.4,27.1,51.5,1.9,62.6-25.2,11.2-36.5-44.2-36.5-44.2h0s-2.1,21.4,5.3,38.6c14,32.6-19.1,113.5-66.3,73.2,0,0-18.3,30.2-51,20.7s-35.9-31.3-33.4-48.7,13.8-22.4,9.4-43.6c0,0-11.3,14.5-30.8,10.1-19.5-4.5-12.6-28-12-35.2.6-7.3-4.4-16.8-17-26.8-12.6-10.1-7.6-27.4-7.6-27.4,0,0-10.8,20,5.7,45.3,17.3,26.5-19.5,76.7-57.3,47.5,0,0,43.6,98.6-32.1,104.2-40.8,3-44.1-44.4-65.5-58.3,0,0,.3,41.1-28.7,33.8-29-7.3-12.9-36.6-32.4-50,0,0,13.8,55.4-23.9,69.4-37.8,14-69.9-2.2-76.2-27.4-6.3-25.2,17-71,0-100.1,0,0,3.8,26.8-11.3,41.6,0,0-6.2-9.9-14.5-14.8,8.4,36.9-12.2,113.4-74.5,94.9-1.9-.6-3.8-1.4-5.6-2.4-7.4-4.2-27.5-17.3-31.1-38.3-4.4-25.7,11.3-46.4-13.2-68.8h0c0,.1,9.4,43.1-27.7,54.3-37.1,11.2-47.2-21.3-47.2-21.3,0,0,12,48.7-18.3,71-30.2,22.4-83.1,28-83.7-22.9h0c-19.5,25.2-32.7,13.4-30.8-6.7,1.9-20.1,17.9-19.5,18.9-47.5,0,0-32.1,20.1-63.6,19s-50.4-36.4-52.9-62.6c-2.5-26.3-6.3-39.7-12.6-50.3-6.3-10.6-5-33,3.1-48.1,0,0-20.8,17.3-16.4,52,4.4,34.7-6.9,46.4-21.4,47.5s-23.9-12.3-23.9-12.3c0,0,1.3,20.9,5,30.6,3.8,9.7,10.7,50.5-17.6,70.1-28.3,19.6-57.7,8.3-46.6-33h0c-24.5,22.4-19.4,50.3-47.8,56.5-24,5.2-52.2-9.5-52.2-29.6s10.8-15.8,6.3-47h0c-12.6,26.8-28.1,28.9-40.3,20.1-16.9-12.3,2.5-61-33.4-82.2,0,0,30.2,67.1,0,107.9-30.2,40.8-79.9,29.6-93.8,7.3-13.8-22.4,3.1-35.8-17-64.9h0c0,.2,11.3,63.2-37.8,69.9s-49.1-35.8-48.5-44.7c0,0-12,16.2-34.6,10.1-22.7-6.2-28.3-28-26.4-44.2,1.9-16.2,4.5-52.3-6.9-71.6-14.1-23.9-3.8-50.9-3.8-50.9,0,0-33.4,22.4-21.4,62.6s21.9,79.9-2.6,90.3c-24.5,10.4-38.3.3-41.5-8.1-3.1,14.5,7,49.7-18.9,59.3-19.9,7.4-39.3,2.3-44.7-16.8-4.8-17.2-8.9-21.9-15.1-27.4,0,0,12,43.6-21.4,54.8-33.4,11.2-49.1-11.2-46.6-33.6,2.5-22.4,10.7-47,10.7-47,0,0-19.5,16.2-23.9,36.9s-39.7,19.6-42.2-2.8h0c-.6,28.5-18.1,56.2-53.5,53.1-39.1-3.4-52.2-29.6-52.2-29.6,0,0-17.6,16.8-42.8,3.9-25.2-12.9-22-40.8-19.5-54.3s12-52.6-5-69.4c-17-16.8-33.4-27.4-35.9-63.2,0,0-8.8,36.4,6.9,58.7,15.7,22.4,27.1,51.5,1.9,62.6-25.2,11.2-36.5-44.2-36.5-44.2h0s-2.1,21.4,5.3,38.6c14,32.6-19.1,113.5-66.3,73.2,0,0-18.3,30.2-51,20.7s-35.9-31.3-33.4-48.7,13.8-22.4,9.4-43.6c0,0-11.3,14.5-30.8,10.1-19.5-4.5-12.6-28-12-35.2.6-7.3-4.4-16.8-17-26.8-12.6-10.1-7.6-27.4-7.6-27.4,0,0-10.8,20,5.7,45.3,17.3,26.5-19.5,76.7-57.3,47.5,0,0,43.6,98.6-32.1,104.2-40.8,3-44.1-44.4-65.5-58.3,0,0,.3,41.1-28.7,33.8-29-7.3-12.9-36.6-32.4-50h0s13.8,55.4-23.9,69.4c-37.8,14-69.9-2.2-76.2-27.4-6.3-25.2,17-71,0-100.1,0,0,3.8,26.8-11.3,41.6,0,0-6.2-9.9-14.5-14.8,8.5,37.5-12.8,115.8-77.4,94v119.2h4080.2Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m4080.2,394.6v-53.2s-45.6-9-39.5-48.1c6.1-39.1-23-58.3-23-58.3,19.6,25.9,16.9,59.5-14.2,59.5s-25.7-45.5-25.7-45.5c-40.6,18.2-2,85.2-66.3,85.2s-73.1-48.1-73.1-48.1c-60.9,4.2-38.6-55.3-38.6-55.3-17.6,1.8-16.9,33.7-20.3,46.9-3.4,13.2-12.9,26.5-34.5,24.7-21.7-1.8-25.7-17.4-16.9-70.3,8.8-52.9-14.2-90.8-14.2-90.8,12.3,42.1,5.4,76.9-12.2,76.9s-16.2-26.4-16.2-26.4c-14.1,11.4-10.2,33.1-2.8,45.1,7.4,12,2,55.9-42,55.9s-45.3-42.1-45.3-42.1c-14.7,2.6-16.2,18.6-21,36.7-4.7,18-18.9,28.9-18.9,28.9,7.4-17.4-8.1-39.1-8.1-39.1,0,0,2.7,54.1-35.9,45.7-38.6-8.4-18.3-80.6-18.3-80.6-23,5.4-25,45.1-25,45.1-16.9-29.5,8.8-66.1,8.8-66.1-30.5,13.8-29.1,45.1-27.1,77.6,2,32.5-37.2,39.1-38.6,16.2-1.4-22.8-20.3-35.5-20.3-35.5,0,0,7.4,54.7-29.1,49.9-36.5-4.8-14.9-37.9-29.1-52.9-14.2-15-6.8-33.7-6.8-33.7-29.1,7.8-28.4,60.1-28.4,60.1-6.8-4.2-8.8-27.1-8.8-27.1-23.7,18.6,6.6,51.4-33,46.4-48-6-29.3-94.5-29.3-94.5,0,0-13,.1-18.4,32.5s-49.2,15.6-45.2-12.7c4-28.3-6.1-54.1-6.1-54.1-4.1,58.9-45.3,28.3-45.3,28.3,24.8,90.5-21.9,116.2-51.3,115.3-7.3-.2-19.7-3.6-26.5-31.3-6.8-27.7-32.5-38.6-32.5-38.6,14.2,14.9,11.5,66.3-14.2,66.3s-33.8-52.9-33.8-52.9c-8.9,24.1,0,56.5,0,56.5-40.6-27.7-21.7-92.6-21.7-92.6-33.2,6.6-34.5,60.1-34.5,60.1-16.9-7.2-12.9-31.3-12.9-31.3-29.8,9-23.2,53.8-36.5,61.3-19.9,11.2-47,2.7-49.4-20.4-2.2-21.3-13.5-36.7-13.5-36.7-8.1,76.8-56.2,49.3-79.2.6s7.4-100.4,7.4-100.4c-39.9,17.4-31.1,46.3-38.6,87.2-7.4,40.9-53.1,54.4-53.1,54.4,6.8-38.8-24-53.2-24-53.2,11.8,12.8,12.8,50.1,1.8,55-40.5,18-45.8-43.1-45.8-43.1-30.8,28.1,31.5,63.3-13.9,60.3-45.3-3-42.6-42.9-42.6-73.6,0-40.4-33.6-65.3-33.6-65.3,0,0,37.3,91.6-.5,91.5-45.7-.1-24.2-59.9-24.2-59.9-24.4,16.5-17.3,43.9-17.9,67.3-.7,23.4-9.6,44.6-29.1,53.7-17.9,8.3-102.5,18.3-98.5-20.3,3.1-29.6-6.8-42.1-6.8-42.1,1.4,30.1-18.9,46.3-18.9,46.3,8.8-44.8-15.2-70-15.2-70,0,0,.7,45.4-43.3,64s-76.2-2.7-82.2-27.1c-4.8-19.4,10.5-40.3,10.5-40.3-47.7,19.5-32.1,72.1-32.1,72.1-34.9-5.7-21.7-38.9-21.7-38.9-23.3,6-18.8,16.6-18.8,30.1,0,25.4-69.8,6.5-63.7-32.6,6.1-39.1-23-58.3-23-58.3,19.6,25.9,16.9,59.5-14.2,59.5s-25.7-45.5-25.7-45.5c-40.6,18.2-2,85.2-66.3,85.2s-73.1-48.1-73.1-48.1c-60.9,4.2-38.6-55.3-38.6-55.3-17.6,1.8-16.9,33.7-20.3,46.9s-12.9,26.5-34.5,24.7c-21.7-1.8-25.7-17.4-16.9-70.3,8.8-52.9-14.2-90.8-14.2-90.8,12.3,42.1,5.4,76.9-12.2,76.9s-16.2-26.4-16.2-26.4c-14.1,11.4-10.2,33.1-2.8,45.1s2,55.9-42,55.9-45.3-42.1-45.3-42.1c-14.7,2.6-16.2,18.6-21,36.7-4.7,18-18.9,28.9-18.9,28.9,7.4-17.4-8.1-39.1-8.1-39.1,0,0,2.7,54.1-35.9,45.7-38.6-8.4-18.3-80.6-18.3-80.6-23,5.4-25,45.1-25,45.1-16.9-29.5,8.8-66.1,8.8-66.1-30.5,13.8-29.1,45.1-27.1,77.6,2,32.5-37.2,39.1-38.6,16.2-1.4-22.8-20.3-35.5-20.3-35.5,0,0,7.4,54.7-29.1,49.9-36.5-4.8-14.9-37.9-29.1-52.9-14.2-15-6.8-33.7-6.8-33.7-29.1,7.8-28.4,60.1-28.4,60.1-6.8-4.2-8.8-27.1-8.8-27.1-23.7,18.6,6.6,51.4-33,46.4-48-6-29.3-94.5-29.3-94.5,0,0-13,.1-18.4,32.5s-49.2,15.6-45.2-12.7c4-28.3-6.1-54.1-6.1-54.1-4.1,58.9-45.3,28.3-45.3,28.3,24.7,90.6-21.9,116.3-51.3,115.4-7.3-.2-19.7-3.6-26.5-31.3s-32.5-38.6-32.5-38.6c14.2,14.9,11.5,66.3-14.2,66.3s-33.8-52.9-33.8-52.9c-8.9,24.1,0,56.5,0,56.5-40.6-27.7-21.7-92.6-21.7-92.6-33.2,6.6-34.5,60.1-34.5,60.1-16.9-7.2-12.9-31.3-12.9-31.3-29.8,9-23.2,53.8-36.5,61.3-19.9,11.2-47,2.7-49.4-20.4-2.2-21.3-13.5-36.7-13.5-36.7-8.1,76.8-56.2,49.3-79.2.6s7.4-100.4,7.4-100.4c-39.9,17.4-31.1,46.3-38.6,87.2-7.4,40.9-53.1,54.4-53.1,54.4,6.8-38.8-24-53.2-24-53.2,11.8,12.8,12.8,50.1,1.8,55-40.5,18-45.8-43.1-45.8-43.1-30.8,28.1,31.5,63.3-13.9,60.3-45.3-3-42.6-42.9-42.6-73.6,0-40.4-33.6-65.3-33.6-65.3,0,0,37.3,91.6-.5,91.5-45.7-.1-24.2-59.9-24.2-59.9-24.4,16.5-17.3,43.9-17.9,67.3-.7,23.4-9.6,44.6-29.1,53.7-17.9,8.3-102.5,18.3-98.5-20.3,3.1-29.6-6.8-42.1-6.8-42.1,1.4,30.1-18.9,46.3-18.9,46.3,8.8-44.8-15.2-70-15.2-70,0,0,.7,45.4-43.3,64s-76.2-2.7-82.2-27.1c-4.8-19.4,10.5-40.3,10.5-40.3-47.7,19.5-32.1,72.1-32.1,72.1-34.9-5.7-21.7-38.9-21.7-38.9-23.3,6-18.8,16.6-18.8,30.1,0,25.4-24.2,15.4-24.2,15.4v53.4h4080Z\'\\/><\\/svg>\"},\"shape10\":{\"title\":\"Shape 10\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 35\'><path d=\'M1000 5S822.877 3.636 700 3.93c-18.088.043-36.002 10.945-51 11.07-21.081.175-37.54-10.382-49-10-20.98.7-33.333 17.5-50 15S516.667 0 500 0s-33.333 17.5-50 20-29.02-14.3-50-15c-11.645-.388-29.453 10.167-51 9.992-15.016-.122-30.925-11.022-49-11.064C176.964 3.644 0 5 0 5v30h1000V5z\'\\/><\\/svg>\"},\"shape11\":{\"title\":\"Shape 11\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 60\'><path d=\'M1000 20L700 40l-50-20-50 20L500 0 400 40l-50-20-50 20L0 20v40h1000V20z\'\\/><\\/svg>\"},\"shape12\":{\"title\":\"Shape 12\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1047.1 3.61\' preserveAspectRatio=\'none\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m1041.9,3.61v-1.2c-2,1.1-2.6-.4-2.6-.4,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.2-.6-4.4,1.5-5.7,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.7-1.7-1.6-1.9-2.1-.6-4.4,1.5-5.8,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.2-.6-4.4,1.5-5.7,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9C6.1-.49,3.9,1.61,2.7,2.31c-2.1,1.2-2.7-.3-2.7-.3v1.6h1047.1-5.2ZM2.5,2.41h0Zm.3-.3s0,.1-.1.1q.1,0,.1-.1Z\'\\/><\\/svg>\"},\"shape13\":{\"title\":\"Shape 13\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M761.9,40.6L643.1,24L333.9,93.8L0.1,1H0v99h1000V1\'\\/><\\/svg>\"},\"shape14\":{\"title\":\"Shape 14\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 2600 130.1\'><defs><style>.premium-sh-cls-1 {  opacity: .5;}.premium-sh-cls-1, .premium-sh-cls-2 {  isolation: isolate;}.premium-sh-cls-1, .premium-sh-cls-2, .premium-sh-cls-3 {  stroke-width: 0px;}.premium-sh-cls-2 {  opacity: .25;}<\\/style><\\/defs><path class=\'premium-sh-cls-3\' d=\'m2600,61v69.1H0S2600,61,2600,61Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m0,61h2600v69.1H0V61Z\'\\/><path class=\'premium-sh-cls-2\' d=\'m2600,61L0,0v130.1s2600,0,2600,0V61Z\'\\/><\\/svg>\"},\"shape15\":{\"title\":\"Shape 15\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 283.5 18.8\'><defs><style>.premium-sh-cls-1 {  isolation: isolate;  opacity: .33;}.premium-sh-cls-1, .premium-sh-cls-2 {  stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8V0l-141.7,14.7L0,0v18.8h283.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8V6.2l-141.7,8.6L0,6.2v12.6h283.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8v-6.4l-141.7,2.4L0,12.4v6.4h283.5Z\'\\/><path class=\'premium-sh-cls-2\' d=\'m283.5,18.8v-1.2l-141.7-2.8L0,17.6v1.2h283.5Z\'\\/><\\/svg>\"},\"shape16\":{\"title\":\"Shape 16\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 283.5 27.22\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m0,17.52s7.3-4.3,14-4.6c6.8-.3,12.6,0,20.9,1.5,11.3,2,33.1,10.1,44.7,5.7s12.1-4.6,18-7.4c6.6-3.2,20-9.6,36.6-9.3,17.7.3,49.8,16.6,63,15.8,1.4-.1,6.6-.8,10.5-2,3.8-1.2,9.4-3.8,17-4.7,3.2-.4,8.3-1.1,14.2-.9,1.5.1,6.3.4,12,1.6,5.7,1.2,11,3.1,15.8,3.7,10.3,1.1,16.8-.5,16.8-.5v10.8H0v-9.7Zm22.7-1.6c.7,1,2,.4,4.3.4s6.1,1.2,5.8,1.1c-.3-.1-3.1-1.5-6-1.9-3-.5-4.7-.6-4.1.4Zm18.4,2.7s2.4.2,5.6.9c3.2.8,10.3,2.8,15.1,3.5,8.2,1.1,15.8,0,15.1-.1-.8-.1-9.6.6-17.6-1.1-3.3-.7-9.3-2.2-12.4-2.7-3.3-.6-5.8-.5-5.8-.5Zm57.2.1c-1.7.7,13.3-4.7,18.5-6.1,2.1-.6,6.2-1.6,10-2,3.9-.4,8.9-.4,8.8-.5,0-.2-5.8-.8-11.2,0s-5.2,1.1-7.6,1.6c-3.8.8-16.8,6.3-18.5,7Zm-13.9,1.6c-.2,0,.8.4,4.8-1.1s6.7-3.5,6.9-3.7c.2-.1-3.5,1.8-6.6,3-3,1.2-5,1.8-5.1,1.8ZM.5,21.22c.1-.1,1.9-1.1,4.8-2.5,2.9-1.4,6.9-2.8,6.7-2.7-.2,0-3.5.6-7.4,2.5S.4,21.32.5,21.22Zm251.7-5.6c-.1.2,1.9.2,4.5,1.2s5.4,1.6,7.8,2c4,.8,11.7-.1,11.3-.2-.3-.1-8.2.3-12.5-.7-2.2-.5-2.4-.5-5.7-1.6s-5.3-1-5.4-.7Zm-41.7,2.4c-.4.1-3.5,1.6-8.4,2.6-4.9,1.1-8.9.5-8.9.8s1,.9,6.2.3,11.5-3.8,11.1-3.7Zm1.4,2.5c-.2-.1-3.4,1.3-5.7,1.7-2.3.3-1.9.5-1.9.6s1.1.2,2.7-.2c1.7-.5,5.1-2,4.9-2.1Zm-22,2.3c-.1-.2-3.5-.8-5.6-1.8-2.1-1-1.8-.6-1.9-.5s.8.8,2.4,1.3c1.6.6,5.2,1.2,5.1,1Zm28.2-6.7c.1-.3-.3-.5-1.9.2s-2.6,1.3-2.2,1.2.9-.4,2.5-.8c1.7-.4,1.5-.3,1.6-.6Zm30.9-1.3c.2,0-2.1-.8-3.3-.9-1.2-.1-2-.1-2,.2s.1.5,1.6.4c1.6-.1,3.5.3,3.7.3Zm-117.7-8.7c.1-.1,2.4.3,7.5.3s13.6,2.4,17.2,3.5c3.6,1.1-10-3.9-16.5-4.1-6.5-.2-8.3.4-8.2.3Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m13.9,9.22c.1.1,4.6-.3,7.2,0,7.3.7,17,3.2,16.6,2.9s-13.7-3.1-17-3.3c-4.9-.4-6.9.4-6.8.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m56.1,17.42c.2.1,4.5,1,9.5,1.2s12.7-.6,12.3-.5c-.3.1-5.9,1.8-13.3,1.2s-8.7-2-8.5-1.9Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m79,13.82c.1.1-2,1-3.2,1.1s-2,0-2-.3.1-.5,1.6-.4c1.7.1,3.5-.5,3.6-.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m82.5,16.62c0,.1,4.4-1.2,6.3-2.2,1.9-.9,6.2-3.1,6.1-3.1-.1-.1-4.2,1.6-6.3,2.6s-6.1,2.6-6.1,2.7Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m129,.52c.1.1,4.6-.3,7.2,0,7.3.7,17,3.2,16.6,2.9-.4-.3-13.7-3.1-17-3.3-4.9-.4-6.9.3-6.8.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m241.6,7.92s-1.2.3-2.9.1c-1.7-.2-5.8-.9-8.2-.7-4.2.4-7.4,2.7-7,2.6.4,0,4.3-2.2,8.6-1.9,1.8.1,5.1.5,6.7.4s2.8-.5,2.8-.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m208,14.62c-.2-.1-2,.8-4.3,1.1-2.3.2-2.1.3-2.1.5,0,.1,1.8.4,3.4,0,1.6-.5,3.2-1.5,3-1.6Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m267.9,14.02c0,.1-4.3,0-6.7-.5-2.4-.5-5-1.9-5-2s2.7.8,5.1,1.4c2.3.6,6.5,1,6.6,1.1Z\'\\/><\\/svg>\"},\"shape17\":{\"title\":\"Shape 17\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1800.2 5.8\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;  }<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m0,0v5.8h1800.2V0l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3L255.6.1l-5.5,5.3-5.6-5.4h-.2l-5.5,5.4L233.2.1l-5.4,5.3L222.2.1l-5.5,5.3L211.1.1l-5.5,5.3-5.6-5.4h-.2l-5.4,5.4L188.7.1l-5.4,5.3L177.7.1l-5.5,5.3L166.6.1l-5.4,5.3L155.5.1l-5.4,5.3-5.6-5.4h-.2l-5.5,5.4L133.2.1l-5.5,5.3L122.1.1l-5.4,5.3L111.1.1l-5.5,5.3-5.6-5.4h-.2l-5.5,5.4L88.7.1l-5.4,5.3L77.7.1l-5.5,5.3L66.6.1l-5.5,5.3L55.5.1l-5.4,5.3-5.7-5.4h-.1l-5.5,5.4L33.2.1l-5.5,5.3L22.1.1l-5.4,5.3L11,.1l-5.4,5.3L0,0Z\'\\/><\\/svg>\"},\"shape18\":{\"title\":\"Shape 18\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 700 10\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M360 0L350 9.9 340 0 0 0 0 10 700 10 700 0\'\\/><\\/svg>\"},\"shape19\":{\"title\":\"Shape 19\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 20\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M519.8,0.2c-11,0-19.8,8.5-19.8,19c0-10.4-8.8-19-19.8-19L0,0v20h1000V0.2H519.8z\'\\/><\\/svg>\"},\"shape20\":{\"title\":\"Shape 20\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z\' fill=\'%23fbd8c2\'\\/><path d=\'M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z\' opacity=\'.5\' fill=\'%23fbd8c2\'\\/><path d=\'M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z\' opacity=\'.5\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape21\":{\"title\":\"Shape 21\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape22\":{\"title\":\"Shape 22\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg class= xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape23\":{\"title\":\"Shape 23\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.1 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape24\":{\"title\":\"Shape 24\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.6 2003.4 89.5\'><g fill=\'%23fbd8c2\'><path d=\'M2001 42l-12-21-12-21-12 21-12 21-4 6-8 14-6 11-6-11-12-20-12-21-12-21-12 21-12 21-8 14-4 7-8 13-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 6-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 20-8 14-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-8 14-4 6-8 14-8-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 21-8 13-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-12 21-7 13-8-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21-13 21-8 13-7-14-12-20-12-21-12-21-12 21-12 21h-1l-12 21-5 10-6-11-12-20-12-21-13-21-12 21-12 21-4 7-8 13-8 14-7-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21h-1l-12 21-7 13-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 7-6 10-6-11-12-20-12-21-12-21-12 21-12 21-4 7-8 13-8 14-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-8 13-4 7-8 14-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 6-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 20-8 14-8-14-12-20-12-21L86 0 74 21 62 42 50 63l-6 10-6-11-12-20-12-21L2 42l12 20-4-7-5-8-3-5 12-21L2 0 0 3v80h2003V46zM6 76l1-2 2-3 2-3-5 8zm252-34l8-14-8 14-12 20zm947 0l8-14-8 14-12 20zm344 0l7-14-7 14-12 20z\' opacity=\'.5\'\\/><path d=\'M1991 69l-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-10 16-2 4-8 13-7-13-13-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-7-13-12-20-12-21-12-20-12 20-12 21h-1l-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-3 4-9 16-6 10-6-10-12-20-12-21-13-20-12 20-12 21-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21h-1l-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-3 4-9 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-10 16-2 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-2 4-10 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-10 16-2 4-8 13-8-13-12-20-12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-9 16-3 4-8 13-7-13-12-20-13-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-7-13-12-20-12-21L65 8 53 28 41 49h-1L28 69l-6 10-6-10-1-3-3-4v-1l-2-3-4-7-2-2-1-3-3-5v48h2003l-12-20z\' opacity=\'.75\'\\/><path d=\'M1999 10l-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-8 14-7-14-12-21-12-20-13-21-12 21-12 20v1l-4 6-8 14-6 11-6-11-12-21-12-20-12-21-12 21-12 20-8 14-4 7-8 14-7-14-12-21-12-20-12-21-12 21-12 20-8 14-5 7-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-7 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-13 21-12 20-8 14-4 7-7 14-8-14-12-21-12-20-12 20-12 21 12-21 12-20-12-21-12 21-12 20-8 14-4 7-6 11-6-11-12-21-12-20-12-21-12 21-12 20-1 1-12 20-7 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12 20-12 21 12-21 12-20-12-21-12 21-12 20-8 14-4 7-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 7-8 13-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-4 7-8 13-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20-8 14-4 7-6 11-6-11-12-21-12-20-12-21-12 21L0 51l9 16-5-8-2-5-2-3v38h2l1-1-1 1h2001V17l-4-7z\' opacity=\'.7\'\\/><path d=\'M1995 49l-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-21-12-20-12-20-12 20-12 20v1l-2 4-10 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-21-12-20-12-20-12 20-12 20-9 17-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-8-13-12-21-12-20-12-20-12 20-12 20v1l-2 4-10 16-6 10-6-10-12-21-12-20-12-20-12 20-12 20-9 17-3 4-8 13-8-13-12-21-12-20-12-20-12 20-12 20-9 17-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-7-13-12-21-12-20-12-20-12 20-12 20v1l-13 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-9 16-3 4-8 13-7-13-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-13 20-5 10-6-10-12-20-12-21-12-20-12 20-12 21h-1l-2 4-10 16-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-13 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-2 4-10 16-6 10-6-10-12-20-12-21L44 8 32 28 20 49 8 69l-1 2H6l-4 7-2 4v7h20l-1-1 1 1h1975v-1h8V34l-8 15zM9 71l-1-1 1 2zm1983 14l-9-16z\'\\/><\\/g><\\/svg>\"},\"shape25\":{\"title\":\"Shape 25\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.4 78.7\'><g fill=\'%23fbd8c2\'><path d=\'M2000 20v59H0V18c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 91-4 10-7 19-15 29-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 014 0c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 92-4 9-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 015 0c11 0 22 6 32 12 10 7 19 15 30 21 28 15 64 14 91-4 10-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 19 14 29 21 26 18 63 19 91 4 10-6 19-14 29-21l6-3c8-5 18-9 28-9a33 33 0 014 0c12 0 23 6 32 12l30 21 3 1a87 87 0 0035 9 90 90 0 0043-8 81 81 0 0010-6l9-6c6-5 12-11 19-15a80 80 0 0168-8 80 80 0 0169 8l20 15 8 6a82 82 0 0011 6 90 90 0 0043 8 87 87 0 0035-9l2-1 30-21a79 79 0 0120-10z\' opacity=\'.75\'\\/><path d=\'M478 79H23a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 24 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M504 79H0V65c6-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 7-7 15-14 23-19a43 43 0 017-3c14-5 29-1 42 5 11 5 22 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 42-8l4-2c11-6 21-13 33-18 13-6 28-10 41-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-5 31 5 35 19v7z\'\\/><circle cx=\'59.8\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'159.2\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'375.8\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'435.9\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'106.4\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'321.2\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'250.3\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M982 79H527a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0113 4l12 5c11 6 23 12 35 16 15 6 31 8 46 4l4-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 015 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M1009 79H504V65c7-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 8-7 15-14 24-19a43 43 0 017-3c13-5 28-1 41 5 12 5 22 12 33 18l4 2c13 7 28 11 42 8 13 3 28-1 41-8l5-2c10-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c8 5 16 12 23 19 10 8 23 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-4 31 5 35 19l1 7z\'\\/><circle cx=\'564\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'663.5\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'880.1\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'940.2\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'610.6\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'825.5\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'754.6\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M1486 79h-454a33 33 0 0116-20l2-1a33 33 0 0122-1 22 22 0 0116-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0114 4l11 5c12 6 23 12 35 16 15 6 31 8 46 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 45-4 13-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 016 6 22 22 0 0116 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M1513 79h-504V65c6-10 20-16 31-12a37 37 0 0110 5c7 6 14 13 24 16 12 3 24-4 34-12 8-7 15-14 24-19a43 43 0 017-3c14-5 29-1 42 5 11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 28-1 41-8l5-2c11-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 34 12 10-3 16-10 24-16a37 37 0 0110-5c14-4 31 5 34 19l1 7z\'\\/><circle cx=\'1068.3\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'1167.8\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1384.4\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1444.5\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'1114.9\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1329.8\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1258.9\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M1990 79h-454a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 23 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 46-4 12-4 23-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0116 20z\' opacity=\'.5\'\\/><path d=\'M2000 54v25h-487V65c6-10 20-16 31-12a37 37 0 0110 5c8 6 15 13 24 16 12 3 25-4 34-12l1-1 23-18a43 43 0 017-3c10-3 21-2 32 1a84 84 0 0110 4c11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 41-8l5-2c11-6 21-13 33-18a83 83 0 019-4c10-3 22-5 32-1a43 43 0 017 3c9 5 16 12 23 18l1 1c10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5 26 26 0 0118 1z\'\\/><circle cx=\'1572.6\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'1672.1\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1888.7\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1948.8\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'1619.2\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1834.1\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1763.2\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><\\/g><\\/svg>\"},\"shape26\":{\"title\":\"Shape 26\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.2 2000.4 84.2\'><g fill=\'%23fbd8c2\'><circle cx=\'1334.4\' cy=\'40.4\' r=\'14\'\\/><circle cx=\'1867.7\' cy=\'40\' r=\'14\'\\/><path d=\'M1748 30l6-11-6-11h-13l-7 11 7 11h13zM1628 23l4-6-4-7h-7l-4 7 4 6h7zM1978 18l5-8-5-8h-8l-5 8 5 8h8zM1412 23l6-9-6-10h-11l-5 10 5 9h11zM783 52a9 9 0 10-9-9 9 9 0 009 9zM1160 26l7-11-7-12h-13l-6 12 6 11h13zM1040 19l4-6-4-7h-7l-4 7 4 6h7zM825 19l5-9-5-10h-11l-6 10 6 9h11zM697 16l4-6-4-7h-7l-4 7 4 6h7z\'\\/><path d=\'M83 84h1917V35c-10-8-25-12-40-10a32 32 0 00-11-3c-12-1-15 1-18 2-18 4-24 19-38 32-9 7-17 15-28 15-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-12 9-10 30-23 37a15 15 0 01-1 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-46-14c-6 0-13 0-19 5a12 12 0 00-4 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12h-1c-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-11 9-10 28-21 36a16 16 0 01-2 1c-6 3-14 3-20 0a50 50 0 01-6-3l-12-8a93 93 0 00-46-14c-5 0-11 0-15 3-5 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-13 4c-19 10-19 16-35 23-12 5-27 4-40 4s-28 1-41-4c-15-7-16-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-3-9-7-11-5-3-11-3-16-3a93 93 0 00-45 14l-13 8a50 50 0 01-6 3c-6 3-14 3-20 0a16 16 0 01-2-1c-10-8-9-27-20-36-10-8-26-3-35 7s-13 22-20 33-18 21-31 20a17 17 0 01-15-12 11 11 0 011-9c2-3 5-7 5-11a12 12 0 00-4-11c-5-5-12-5-19-5a93 93 0 00-46 14l-9 6a58 58 0 01-9 5c-6 2-13 3-18 1a15 15 0 01-2-1c-13-7-11-28-22-37-11-8-26-3-35 7s-13 22-20 33-18 21-31 20a24 24 0 01-4 0c-9-3-16-9-23-15-14-12-21-28-39-32l-4-1-3 1c-18 4-25 20-39 32-7 6-14 12-23 15a24 24 0 01-4 0c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 30-22 37a15 15 0 01-2 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-45-14c-7 0-14 0-19 5a12 12 0 00-5 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 28-21 36a16 16 0 01-1 1c-6 3-14 3-21 0a50 50 0 01-5-3l-13-8a93 93 0 00-45-14c-6 0-11 0-16 3-4 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-12 4c-19 10-20 16-35 23-13 5-27 4-41 4s-28 1-40-4c-16-7-17-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-4-9-8-11-5-3-10-3-16-3H0v61z\'\\/><circle cx=\'125.9\' cy=\'40.4\' r=\'14\'\\/><circle cx=\'659.1\' cy=\'40\' r=\'14\'\\/><path d=\'M539 30l7-11-7-11h-13l-6 11 6 11h13zM42 21l5-8-6-8h-9l-5 9 6 8 9-1zM770 18l4-8-4-8h-9l-4 8 4 8h9zM927 30l4-8-4-7h-9l-5 7 5 8h9zM204 23l5-9-5-10h-11l-6 10 6 9h11z\'\\/><\\/g><\\/svg>\"},\"shape27\":{\"title\":\"Shape 27\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.8 81.8\'><g fill=\'%23fbd8c2\'><path d=\'M71 82H0V53a28 28 0 005-2c5-4 8-9 12-14l3-4c12-13 33-17 49-9l15 9H68a24 24 0 00-20 9 23 23 0 00-4 12 23 23 0 004 15c5 7 13 12 23 13zM193 71v1a25 25 0 01-2 10H80c13-2 25-9 36-17l2-1 3-2c11-7 22-14 35-16a37 37 0 015 0 39 39 0 0110 1c9 2 16 7 20 14a21 21 0 011 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M302 82H191a25 25 0 01-3-11v-2a21 21 0 011-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c9 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM421 82H311c11-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 8 11 13 15a32 32 0 007 3l9 3a49 49 0 0112 7 54 54 0 0112 11l2 3v1l2 3z\'\\/><path d=\'M206 82H0V31l3 1a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0011 7l5 2c15 5 32 5 48 3l8-1 11-1a233 233 0 0125-2l8 1a80 80 0 0128 6 37 37 0 015 3l2 1 3 2a48 48 0 018 7z\' opacity=\'.5\'\\/><path d=\'M590 82H174a51 51 0 0114-11l2-1 1-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 26 26 0 017 0h3a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0011 7l5 2c15 5 32 5 48 3h8l11-2a233 233 0 0125-2l8 1a80 80 0 0128 6 37 37 0 015 3l2 1 3 2a48 48 0 018 7z\' opacity=\'.5\'\\/><path d=\'M429 82H0V71a186 186 0 0019-7l25-10a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0013-4 50 50 0 0016-11l3-4h1a82 82 0 007-11 11 11 0 0118 0 82 82 0 008 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 17-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a173 173 0 0026 10 143 143 0 0025 4h13c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M202 82H6c15-2 28-7 42-13l9-5 3-1 27-14a166 166 0 0119-7c13-4 28-6 41-2a61 61 0 0114 6l7 5a251 251 0 0123 18l2 2a60 60 0 015 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M389 82H193a47 47 0 015-6v-1a90 90 0 0112-11l6-5 1-1a176 176 0 0115-10 64 64 0 0116-8c13-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h1a165 165 0 0051 18zM444 82h-38a66 66 0 0013-3l3-1a58 58 0 009-4l3-2c6-3 8-2 9 7l1 3z\' opacity=\'.5\'\\/><circle cx=\'78.7\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'188.3\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'305.9\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M443 79a38 38 0 0012 3h-71V53a28 28 0 005-2c5-4 8-9 12-14l3-4c12-13 32-17 49-9l15 9h-17a24 24 0 00-19 9 23 23 0 00-4 12 23 23 0 004 15 25 25 0 002 3 30 30 0 009 7zM577 71v1a25 25 0 01-2 10H464c13-2 25-9 36-17l2-1 3-2c11-7 23-14 35-16a37 37 0 015 0 39 39 0 0110 1c9 2 16 7 20 14a21 21 0 011 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M686 82H574a25 25 0 01-2-11v-2a21 21 0 011-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c9 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM805 82H695c11-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 8 11 13 15a29 29 0 005 3l11 3a49 49 0 0111 6 55 55 0 0112 12l3 3v1l2 3z\'\\/><path d=\'M972 82H558a51 51 0 0114-11l2-1 1-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 25 25 0 0111 0 23 23 0 013 1 50 50 0 018 4 112 112 0 0113 8l14 9a87 87 0 0012 7l5 2c15 5 31 5 47 3l9-1 10-1a233 233 0 0126-2l8 1a80 80 0 0128 6l1 1 4 2 2 1 3 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M813 82H384V71a186 186 0 0019-7l2-1 23-9a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0015-11l4-4a82 82 0 007-11 11 11 0 0118 0 82 82 0 008 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 17-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a174 174 0 0024 9 141 141 0 0026 5h14c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M586 82H390a104 104 0 0019-4 142 142 0 0023-9l9-5 3-1 27-14a166 166 0 0119-7c13-4 28-6 41-2a61 61 0 0114 6l7 5a251 251 0 0123 18l2 2a60 60 0 015 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M773 82H577a47 47 0 015-6v-1a90 90 0 0112-11l6-5 1-1a176 176 0 0115-10 64 64 0 0116-8c13-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h1c14 7 29 14 44 17l7 1zM828 82h-38a66 66 0 0013-3l2-1a58 58 0 0010-4l2-1c7-4 9-4 10 6l1 3z\' opacity=\'.5\'\\/><circle cx=\'462.7\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'572.2\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'689.9\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M827 79a38 38 0 0010 3h-71V53a28 28 0 005-2c5-4 9-9 12-14l3-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 4 31 31 0 0010 6zM960 71v1a25 25 0 01-3 10H846c13-2 25-9 37-17l1-1 3-2c11-7 23-14 36-16a37 37 0 014 0 39 39 0 0111 1c8 2 15 7 19 14a21 21 0 011 3 21 21 0 011 4 22 22 0 011 3z\'\\/><path d=\'M1068 82H957a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c10 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM1187 82h-110c12-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-4-14 24 24 0 00-20-9h-16l15-9a43 43 0 0151 12c4 5 8 11 13 15a32 32 0 007 3l10 3a49 49 0 0111 7 55 55 0 0112 11l2 3v1l2 3z\'\\/><path d=\'M1356 82H940a51 51 0 0115-11l1-1 2-1 1-1a76 76 0 0118-4 89 89 0 018-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 26 26 0 017 0h3a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0012 7l4 2c15 5 32 5 48 4l9-1 10-2a233 233 0 0126-1h8a80 80 0 0128 6l1 1 4 2 1 1 4 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M1195 82H766V71a186 186 0 0019-7l3-1 22-9a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 007-11 11 11 0 0119 0 82 82 0 007 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 18-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a173 173 0 0026 10 143 143 0 0026 4h12c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M968 82H772h1a104 104 0 0019-4 132 132 0 0022-9l9-4 4-2 27-14a166 166 0 0118-7c13-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1155 82H960a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h2a165 165 0 0050 18zM1210 82h-37a66 66 0 0012-3l3-1a58 58 0 009-4l3-2c6-3 8-2 10 7v3z\' opacity=\'.5\'\\/><circle cx=\'845\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'954.5\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1072.2\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1210 79a37 37 0 0011 3h-71V53a28 28 0 005-2c5-4 8-9 12-14l2-2 1-2a38 38 0 016-5c12-9 29-11 43-4l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 002 3 30 30 0 0010 7zM1344 71v1a25 25 0 01-3 10h-111c13-2 25-9 37-17l1-1 3-2c11-7 23-14 36-16a37 37 0 014 0 39 39 0 0111 1c8 2 15 7 19 14a21 21 0 011 3 21 21 0 011 4 22 22 0 011 3z\'\\/><path d=\'M1452 82h-111a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c10 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM1571 82h-110c12-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-4-14 24 24 0 00-20-9h-16l15-9a43 43 0 0151 12c4 5 8 11 13 15a29 29 0 006 3l11 3a48 48 0 0110 6 54 54 0 0112 12l3 3v1l2 3z\'\\/><path d=\'M1738 82h-414a51 51 0 0115-11l1-1 2-1 1-1a76 76 0 0118-4 89 89 0 018-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 25 25 0 0114 1 58 58 0 019 4 112 112 0 0112 8l14 9a87 87 0 0012 7l5 2c15 5 31 5 47 3h9l10-2a233 233 0 0126-2l8 1a80 80 0 0128 6l1 1 4 2 2 1 3 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M1579 82h-429V71a186 186 0 0019-7h2l23-10a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 007-11 11 11 0 0119 0 82 82 0 007 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3l27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a175 175 0 0025 9 141 141 0 0025 5h14c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M1352 82h-196a104 104 0 0020-4 142 142 0 0022-9l9-5 4-1 27-14a166 166 0 0118-7c13-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1539 82h-195a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h2c14 7 28 14 44 17l6 1zM1594 82h-37a66 66 0 0012-3l3-1a58 58 0 009-4l2-1c7-4 9-4 11 6v3z\' opacity=\'.5\'\\/><circle cx=\'1229\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'1338.5\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1456.2\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1594 79a38 38 0 009 3h-70V53a28 28 0 004-2l13-14 2-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 4 31 31 0 0011 6zM1726 71v1a25 25 0 01-2 10h-112c14-2 26-9 37-17l2-1 3-2c11-7 22-14 35-16a37 37 0 014 0 39 39 0 0111 1c8 2 16 7 19 14a21 21 0 012 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M1835 82h-112a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c4-6 9-10 16-13a39 39 0 0119-2 50 50 0 016 2c10 2 19 8 27 13l5 3 2 2c12 7 23 14 37 16zM1953 82h-110c12-2 23-8 26-18l1-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 7 11 13 15a32 32 0 007 3l9 3a49 49 0 0111 6 55 55 0 0112 12l2 3 1 1 1 3z\'\\/><path d=\'M2000 67v15h-294a51 51 0 0115-11l1-1 2-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0126 2l15 2h7a103 103 0 0055-7l7-4 3-2 12-8a105 105 0 0115-9 51 51 0 0112-4 26 26 0 018 0h2a52 52 0 0115 5 112 112 0 0112 8l9 5 5 4a87 87 0 0012 7l5 2a83 83 0 0023 4z\' opacity=\'.5\'\\/><path d=\'M1961 82h-428V71a186 186 0 0018-7l3-1 22-9a84 84 0 0147-4c11 3 20 9 31 12l5 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 008-11 11 11 0 0118 0 82 82 0 007 11l2 1a55 55 0 0010 10 46 46 0 008 4 36 36 0 0013 4 41 41 0 0013-2 73 73 0 008-3c9-4 18-9 27-11a62 62 0 0120-2 108 108 0 0133 8l19 8a173 173 0 0026 10 143 143 0 0026 4h12c6 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M1734 82h-195a104 104 0 0019-4l8-3 14-6 9-4 4-2 27-14a166 166 0 0118-7c14-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1922 82h-196a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 29-2 42 2a160 160 0 0116 6l22 11 9 5h2a165 165 0 0051 18zM1976 82h-37a66 66 0 0013-3l2-1a58 58 0 0010-4l3-2c5-3 7-2 9 7v3z\' opacity=\'.5\'\\/><circle cx=\'1611.3\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'1720.8\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1838.5\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1976 79a37 37 0 0011 3h-70V53a28 28 0 004-2l13-14 2-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 3 30 30 0 009 7zM2000 81v1h-4l4-1z\'\\/><path d=\'M2000 49v33h-83V71a186 186 0 0018-7l2-1 18-7 5-2c14-4 27-7 40-5z\' opacity=\'.75\'\\/><path d=\'M2000 51v31h-77a104 104 0 0019-4 139 139 0 0022-9l9-5 4-1 23-12z\' opacity=\'.5\'\\/><circle cx=\'1988.2\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'118.4\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'133\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'249.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'264.6\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'381.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'396.2\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'513.1\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'527.8\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'644.7\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'659.3\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'776.3\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'790.9\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'907.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'922.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1039.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1054.1\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1171.1\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1185.7\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1302.6\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1317.3\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1434.2\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1448.9\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1565.8\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1580.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1660.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1675.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1788.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1803.2\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1960.6\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1952.7\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><\\/g><\\/svg>\"},\"shape28\":{\"title\":\"Shape 28\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.4 78\'><g fill=\'%23fbd8c2\'><path d=\'M215 78H89c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-19 7-25 14H0v-2a44 44 0 012-13c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 12 11 20v1a36 36 0 01-1 15z\'\\/><path d=\'M428 78H303c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15v-1c4-13 14-24 25-29 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M642 78H517c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M856 78H730c-10-5-21-10-32-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c4-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M1070 78H944c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-25 14h-3a44 44 0 012-15c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 31 7s24-8 24-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M1283 78h-125c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 78 3l44 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1497 78h-125c-11-5-21-10-33-13a62 62 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-9 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 77 3l45 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1711 78h-125c-11-5-22-10-33-13a63 63 0 00-12-2 58 58 0 00-7 0 62 62 0 00-9 1c-9 2-20 7-26 14h-2a44 44 0 012-15c4-13 14-25 25-30 26-11 56-5 78 3l44 18c11 4 21 8 32 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1925 78h-125c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15c4-13 13-25 25-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M2000 28v44a121 121 0 00-19-7 63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 15-7 32-7 48-5z\'\\/><path d=\'M3 63h1997v15H3z\'\\/><circle cx=\'174.3\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'21.3\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'90.7\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'389.6\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'236.6\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'306.1\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'605\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'452\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'521.4\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'818.4\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'667.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'736.8\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1033.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'882.7\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'952.1\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1242.7\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1098.1\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1167.5\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1458.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1313.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1382.9\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1673.4\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1528.8\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1598.2\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1889.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1744.1\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1813.6\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1959.5\' cy=\'10.9\' r=\'10.9\'\\/><\\/g><\\/svg>\"},\"shape29\":{\"title\":\"Shape 29\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 73\'><g fill=\'%23fbd8c2\'><path d=\'M2000 73V28l-10-6a37 37 0 00-30-2c-14 6-23 19-37 23-12 3-24-1-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-7-18-27-11-35-20-22-24-47-43-79-26l-31 20a57 57 0 01-34 7c-15-2-17-4-31-5-12-1-28 13-35 21-7-8-23-22-34-21-15 1-17 3-31 5a57 57 0 01-35-7l-31-20c-31-17-56 2-79 26-8 9-28 2-34 20-7-18-27-11-35-20-23-24-48-43-79-26l-31 20c-11 6-23 10-35 7-13-4-23-17-36-23a37 37 0 00-31 2l-8 5-8-5a37 37 0 00-30-2c-14 6-23 19-37 23-12 3-24-1-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-6-18-27-11-35-20-22-24-47-43-79-26l-31 20a57 57 0 01-34 7c-14-2-17-4-31-5-12-1-28 13-35 21-7-8-23-22-34-21-15 1-17 3-31 5a57 57 0 01-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-7-18-27-11-35-20-22-24-47-43-79-26l-31 20c-11 6-23 10-34 7-14-4-24-17-37-23a37 37 0 00-30 2L0 28v45z\' opacity=\'.75\'\\/><path d=\'M2000 73V43a106 106 0 00-19 3h-1c-12 3-25 8-36 1-7-5-11-13-17-19a20 20 0 00-5-4c-8-4-17-1-25 1-6 2-12 3-18 2a35 35 0 01-9-4l-5-3c-5-2-10-4-15-2-5 3-7 7-10 12a40 40 0 01-4 8c-7 7-18 9-28 8-7-1-15-3-22-2a34 34 0 00-8 1 30 30 0 00-16 11 30 30 0 00-16-11c-6-2-12-1-18-1l-12 2c-9 1-21-1-27-8l-7-13-7-7c-5-2-11 0-15 2l-12 6a22 22 0 01-3 1c-8 2-17-2-26-4-5-1-11-2-16 1-4 1-6 4-9 7-4 6-8 12-14 16-11 7-25 2-37-1l-8-2a109 109 0 00-24-1 109 109 0 00-33 3c-13 3-27 8-37 1-7-4-11-13-16-18a21 21 0 00-7-5c-7-3-15-1-23 1-6 2-13 4-19 2a31 31 0 01-8-3l-7-4c-4-2-10-4-15-2-4 2-7 7-9 11l-5 9c-6 7-18 9-28 8l-19-2a37 37 0 00-10 1 30 30 0 00-16 11 30 30 0 00-17-11c-5-2-10-2-16-1l-13 2c-10 1-21-1-28-8l-7-12c-1-3-3-6-7-8-5-2-10 0-15 2l-11 6a24 24 0 01-3 1c-8 2-17-1-25-3-6-2-12-3-18 0a24 24 0 00-8 7c-5 5-8 12-14 16-11 7-25 2-38-1l-6-2a108 108 0 00-27-1 109 109 0 00-30 2l-4 1c-12 3-26 8-37 1-6-4-10-11-15-17a23 23 0 00-7-6c-7-3-14-2-20 0-8 2-15 5-23 3a26 26 0 01-5-2l-9-5c-5-2-11-4-15-2s-6 5-8 9l-6 11c-7 7-18 9-28 8l-16-2a41 41 0 00-14 1 30 30 0 00-16 11 30 30 0 00-16-11 40 40 0 00-12-1l-18 2c-9 1-21-1-27-8-3-3-4-7-6-10-2-4-4-8-8-10-5-2-11 0-15 2l-8 5a28 28 0 01-7 2c-7 2-14-1-21-2s-14-4-21-1a22 22 0 00-8 6c-5 5-8 13-15 17-11 7-25 2-37-1l-2-1a110 110 0 00-28-2 110 110 0 00-29 2l-2 1c-12 3-26 8-37 1-7-4-10-12-15-18a22 22 0 00-8-5c-6-3-14-1-21 1s-14 4-21 2a29 29 0 01-7-3l-7-4c-5-2-11-4-16-2-4 2-6 6-8 10s-3 7-6 10c-6 7-17 9-27 8l-18-2a38 38 0 00-12 1 30 30 0 00-16 11 30 30 0 00-16-11 43 43 0 00-15-1l-15 2c-10 1-21-1-27-8l-7-11c-2-4-4-7-7-9-5-2-11 0-16 2l-9 5a25 25 0 01-5 2c-8 2-15-1-23-3-7-2-13-3-19 0a23 23 0 00-8 6c-5 6-9 13-15 17-11 7-25 2-37-1l-5-1a108 108 0 00-30-2v30z\' opacity=\'.5\'\\/><path d=\'M2000 73V59c-6 0-11-2-16-7a48 48 0 01-4-6 46 46 0 00-3-4c-3-3-6-6-10-5l-12 3c-4 0-6-4-8-8s-5-7-8-8c-4-1-8 2-12 4l-2 1a23 23 0 01-14 3 29 29 0 01-14-7l-3-2-12-15c-4 6-7 11-12 15-5 5-11 8-17 9a23 23 0 01-13-2v-1c-5-2-10-6-15-5-3 1-6 5-8 8s-4 7-8 8-8-3-11-3c-5-1-8 2-11 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-6 0-13-2-17-7-3-2-4-5-6-8l-2-2c-2-3-6-6-10-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8a10 10 0 00-6 1l-8 4a23 23 0 01-13 3 29 29 0 01-13-6 38 38 0 01-4-3c-5-4-9-9-13-15-3 6-7 11-12 15-5 5-10 8-17 9a23 23 0 01-13-3c-5-2-9-6-14-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-2 2c-2 3-3 6-6 8-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7a52 52 0 01-5-6l-2-4c-3-3-7-6-11-5-4 0-7 3-11 3s-6-4-9-8-4-7-8-8-8 2-12 5h-2a23 23 0 01-13 3 30 30 0 01-15-7l-2-2c-5-4-9-9-12-15-4 6-8 11-13 15v1c-5 4-10 7-17 8a23 23 0 01-13-3h-1c-4-2-8-6-13-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-1 2-7 8c-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7l-6-8-1-2c-3-3-7-6-11-5-3 0-7 3-11 3s-6-4-8-8-5-7-8-8l-9 2-6 3a23 23 0 01-13 3 29 29 0 01-14-6 41 41 0 01-3-3c-5-4-8-9-12-15l-12 15-1 1c-4 4-10 7-16 8a23 23 0 01-10-1 22 22 0 01-4-2c-4-2-9-6-14-5-3 1-6 5-8 8s-5 7-8 8-8-3-11-3c-5-1-8 2-11 5l-2 2a70 70 0 01-5 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-7 0-13-2-18-7a62 62 0 01-5-7l-2-3c-2-3-6-6-10-5-4 0-8 3-11 3s-7-4-9-8-4-7-8-8c-5-1-10 3-14 5l-2 1a23 23 0 01-12 2 30 30 0 01-17-9L879 8a92 92 0 01-14 17 30 30 0 01-15 7 23 23 0 01-13-3l-4-2c-4-2-7-4-10-3-4 1-6 5-9 8s-4 7-8 8-7-3-11-3c-4-1-8 2-11 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-6 0-13-2-17-7-3-2-4-5-6-8l-2-2c-2-3-6-6-10-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8-7 2-11 4l-3 1a23 23 0 01-13 3 30 30 0 01-16-7l-1-2c-5-4-9-9-13-15-3 6-7 11-12 15l-1 2c-5 3-10 6-16 7a23 23 0 01-13-2v-1c-5-2-9-6-14-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-11 5l-2 3a58 58 0 01-5 7c-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7a56 56 0 01-5-7l-2-3c-3-3-7-6-11-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8c-5-1-9 3-14 5a23 23 0 01-13 3 30 30 0 01-15-7l-2-2c-5-4-8-9-12-15l-12 15-2 1c-4 4-10 7-15 8a23 23 0 01-14-3l-2-1c-4-2-8-5-12-4s-6 5-8 8-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7l-6-8-1-2c-3-3-6-6-10-5l-12 3c-4 0-6-4-8-8s-4-7-8-8-7 1-10 3l-4 2a23 23 0 01-14 3 29 29 0 01-14-7l-3-2-12-15c-4 6-7 11-12 15l-1 1c-5 4-10 7-16 8a23 23 0 01-11-2l-2-1c-5-2-10-6-15-5-3 1-6 5-8 8s-4 7-8 8-7-3-11-3c-4-1-8 2-11 5l-2 3a65 65 0 01-5 7c-5 5-11 7-18 7l-7 1v13z\'\\/><circle cx=\'57.7\' cy=\'13.1\' r=\'8.1\'\\/><circle cx=\'81.7\' cy=\'8.3\' r=\'4.9\'\\/><circle cx=\'253.4\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'285.3\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'1257.5\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'1289.4\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'751.1\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'783.1\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'594.6\' cy=\'9.6\' r=\'6\'\\/><circle cx=\'501.9\' cy=\'22.7\' r=\'10.9\'\\/><circle cx=\'475.1\' cy=\'16.8\' r=\'5\'\\/><circle cx=\'1089.2\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1062.4\' cy=\'5\' r=\'5\'\\/><circle cx=\'1715.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1688.6\' cy=\'5\' r=\'5\'\\/><circle cx=\'1496.2\' cy=\'21.8\' r=\'15.7\'\\/><circle cx=\'1758.5\' cy=\'29.2\' r=\'11.4\'\\/><circle cx=\'1901.9\' cy=\'10.9\' r=\'5.9\'\\/><circle cx=\'1928.2\' cy=\'10.9\' r=\'8.5\'\\/><\\/g><\\/svg>\"},\"shape30\":{\"title\":\"Shape 30\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 73\'><g fill=\'%23fbd8c2\'><path d=\'M0 73V60c6-1 12-2 16-7a48 48 0 005-6 46 46 0 012-4c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8 7 1 11 4l3 1a23 23 0 0013 2 29 29 0 0014-6l3-2c5-4 9-10 12-15l12 15h1c4 4 10 8 17 9a23 23 0 0012-2l1-1c4-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l1 1 6 9c5 5 11 7 18 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-8 1-2c3-3 6-6 11-6 3 1 7 4 11 3s6-4 8-7 5-7 8-8a10 10 0 017 1l7 4a23 23 0 0014 2 29 29 0 0013-5 38 38 0 004-3l12-15c4 5 7 11 12 15s11 8 17 8a23 23 0 0013-2c5-2 10-6 15-5 3 1 6 5 8 8s4 7 8 7 8-2 11-3c5 0 8 3 11 6l1 2 6 8c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c7 0 13-2 18-7a52 52 0 004-7l3-3c2-3 6-6 10-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c5-1 9 2 13 4l1 1a23 23 0 0014 2 30 30 0 0014-6l2-2c5-4 9-10 13-15 3 5 7 11 12 15l1 1c4 4 10 7 16 8a23 23 0 0013-3h1c4-3 9-6 13-5s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 11 6l1 1 6 9c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c6 0 13-2 17-7 3-2 4-5 6-8l1-2c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c3-1 5 0 8 2l6 3a23 23 0 0013 3 29 29 0 0014-6 41 41 0 003-3c5-4 9-10 12-15 4 5 8 11 13 15 5 5 10 8 17 9a23 23 0 0010-1 22 22 0 003-2c5-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l2 2a70 70 0 006 8c4 5 11 7 17 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7a62 62 0 005-7l2-3c3-3 7-6 11-6 4 1 7 4 11 3s6-4 8-7 5-7 8-8c5-1 10 3 15 5l1 1a23 23 0 0012 1 30 30 0 0017-8c5-4 8-10 12-15l12 15 3 2a30 30 0 0014 6 23 23 0 0014-2l4-2c3-2 6-4 10-3s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 10 6l1 2 6 8c5 5 11 7 18 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-9 1-1c3-3 6-6 11-6 3 1 7 4 11 3s6-4 8-7 5-7 8-8 8 1 12 3l2 2a23 23 0 0014 2 30 30 0 0015-7l2-1 12-15c4 5 7 11 12 15l2 1c4 4 9 7 15 7a23 23 0 0013-2c5-2 10-6 15-5 3 1 6 5 8 8s4 7 8 7 7-2 11-3c4 0 8 3 11 6l2 3a58 58 0 005 7c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c6 0 13-2 17-7a56 56 0 005-7l3-3c2-3 6-6 10-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c5-1 9 3 14 5a23 23 0 0013 3 30 30 0 0016-8l1-1c5-4 9-10 13-15 3 5 7 11 12 15l1 1c5 4 10 7 16 8a23 23 0 0013-3l2-1c4-2 8-5 12-4s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 11 6l1 2 6 8c4 5 11 7 17 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-8 1-2c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c3-1 6 1 9 3l5 2a23 23 0 0013 3 29 29 0 0015-7l2-2c5-4 9-10 12-15 4 5 8 11 13 15v1c5 4 11 7 16 8a23 23 0 0012-2l2-1c4-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l2 2a65 65 0 005 8c5 5 11 7 18 7l7 1v12z\'\\/><path d=\'M714 9l-8 6 3 10h10l3-10-8-6zM746 20l-14 10 5 16h17l5-16-13-10zM462 9l-9 6 4 10h10l3-10-8-6zM589 3l-11 8 4 12h13l5-12-11-8zM494 20l-14 10 5 16h17l5-16-13-10zM212 6l-8 6 3 9h10l3-9-8-6zM333 4l-8 6 3 10h10l4-10-9-6zM244 17l-14 9 5 16h17l5-16-13-9zM147 3l-8 6 3 10h10l3-10-8-6zM88 0L76 9l5 14h15l4-14-12-9zM938 1l8 6-3 10h-10l-3-10 8-6zM995 31l10 7-4 12h-12l-4-12 10-7zM1045 12l7 5-2 9h-9l-3-9 7-5zM903 3l11 8-4 13h-14l-4-13 11-8zM1275 11l8 6-3 10h-10l-3-10 8-6zM1150 4l8 6-3 10h-10l-3-10 8-6zM1247 27l11 8-4 13h-14l-4-13 11-8zM1526 8l8 6-3 10h-10l-3-10 8-6zM1402 3l8 6-3 9h-10l-3-9 8-6zM1498 24l12 8-5 14h-14l-4-14 11-8zM1719 8l-8 6 3 9h10l4-9-9-6zM1747 23l-11 8 4 14h14l5-14-12-8zM1903 3l-6 5 2 7h8l3-7-7-5zM1951 12l-9 6 4 11h11l4-11-10-6z\'\\/><\\/g><\\/svg>\"},\"shape31\":{\"title\":\"Shape 31\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 56\'><g fill=\'%23fbd8c2\'><circle cx=\'133.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 117 29)\'\\/><circle cx=\'298.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 282 29)\'\\/><circle cx=\'168.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'242.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 216 21)\'\\/><circle cx=\'89\' cy=\'13.3\' r=\'5.3\'\\/><circle cx=\'457.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 441 29)\'\\/><circle cx=\'622.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 606 29)\'\\/><circle cx=\'492.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'566.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 540 21)\'\\/><circle cx=\'413\' cy=\'13.3\' r=\'5.3\'\\/><circle cx=\'781.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 765 29)\'\\/><circle cx=\'946.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 930 29)\'\\/><circle cx=\'816.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'890.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 864 21)\'\\/><circle cx=\'737\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1111 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1270.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1254 29)\'\\/><circle cx=\'1140.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1214.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1061\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1435 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1594.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1578 29)\'\\/><circle cx=\'1464.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1538.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1385\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1759 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1918.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1902 29)\'\\/><circle cx=\'1788.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1862.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1709\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M2000 42h-14c0-5 7-5 14-6v-4c-16 1-33 0-33 10h-8c0-14 20-14 41-14v-8c-29-1-55-3-56 24v2h-10 1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v3h-10l1-1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-3 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v3h-10l1-1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-3 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 11-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 4h-23c0-9 19-4 27-12-19 3-46-2-46 11h-8c0-26 68-4 92-23-40 11-105-17-107 25v3h-10l1-1c6-9 7-19 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 11-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 4h-31c0-9 19-4 27-12-19 3-46-2-46 11h-8c0-26 68-4 92-23-40 11-107-18-107 27h-7c6-9 7-19 6-26-2-9-8-17-16-18-10-3-19 6-17 14 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v2h-10 1c6-9 6-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v2h-10 1c6-9 6-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-13 10 20 20 0 00-1 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3H42c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24C67 30 2 2 0 44v12h2000zM110 41c-5 7-23-1-35 3 0-14 21-4 35-3zm167 0c-5 7-23-1-36 3 0-14 21-4 36-3zm159 0c-5 7-23-1-35 3 0-14 21-4 35-3zm165 0c-5 7-23-1-36 3 0-14 22-4 36-3zm158 0c-6 7-24-1-36 3 0-14 21-4 36-3zm165 0c-5 7-23-1-35 3 0-14 21-4 35-3zm160 0c-5 7-23-1-36 3 1-14 22-4 36-3zm163 0c-5 7-23-1-36 3 0-14 21-4 36-3zm160 0c-6 7-24-1-36 3 0-14 21-4 36-3zm165 0c-5 7-23-1-36 3 0-14 21-4 36-3zm160 1c-5 7-23 0-35 3 0-14 21-4 35-3zm166-1c-5 7-23-1-35 3 0-14 21-4 35-3z\'\\/><\\/g><\\/svg>\"},\"shape32\":{\"title\":\"Shape 32\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.37 57.18\'><g fill=\'%23fbd8c2\'><circle cx=\'95.95\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-13.28 6.3215 25.724)\'\\/><circle cx=\'162.68\' cy=\'29.2\' r=\'5.1\' transform=\'rotate(-9.22 33.1869 18.7783)\'\\/><circle cx=\'13.83\' cy=\'49.12\' r=\'4.92\' transform=\'rotate(-9.22 -115.5848 38.6747)\'\\/><path d=\'M42.17 6.82A3.41 3.41 0 1039 3.23a3.42 3.42 0 003.17 3.59zM282.82 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59z\'\\/><circle cx=\'229.4\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-13.28 139.7893 27.6352)\'\\/><circle cx=\'362.1\' cy=\'15.29\' r=\'6.96\'\\/><circle cx=\'428.82\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M308.31 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM549 6.82a3.41 3.41 0 10-3.22-3.59A3.42 3.42 0 00549 6.82z\'\\/><circle cx=\'495.54\' cy=\'17.21\' r=\'6.96\'\\/><circle cx=\'628.24\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-13.28 538.6904 25.7066)\'\\/><circle cx=\'694.96\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M574.46 6.82a3.41 3.41 0 10-3.23-3.59 3.41 3.41 0 003.23 3.59zM815.1 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59z\'\\/><circle cx=\'761.68\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-45 736.4826 27.649)\'\\/><circle cx=\'894.38\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-45 869.1844 25.722)\'\\/><circle cx=\'961.1\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M840.6 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59zM1081.25 6.82a3.41 3.41 0 10-3.25-3.59 3.41 3.41 0 003.25 3.59z\'\\/><circle cx=\'1027.83\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-7.02 857.3593 27.6327)\'\\/><path d=\'M1160.53 22.25a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1227.25\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M1106.74 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1347.39 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1294 24.18a7 7 0 10-7-7 7 7 0 007 7zM1426.67 22.25a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1493.39\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M1372.88 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1613.53 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1560.11 24.18a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1692.81\' cy=\'15.29\' r=\'6.96\'\\/><path d=\'M1759.53 13.43a5.1 5.1 0 10-5.1-5.1 5.1 5.1 0 005.1 5.1zM1639 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59zM1879.68 6.82a3.41 3.41 0 10-3.23-3.59 3.41 3.41 0 003.23 3.59z\'\\/><circle cx=\'1826.25\' cy=\'17.21\' r=\'6.96\'\\/><path d=\'M2000 25.01a3.89 3.89 0 01.42-.19V5.06a8.15 8.15 0 00-3.3 2.57c-1.63 2.15-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a112.19 112.19 0 00-29.63 4.51l1.27-1.85c1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.84 97.84 0 00-29.8 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.78 97.78 0 00-29.79 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4.7 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75l1.46-2.1c1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.61-5.07 3.83 3.83 0 00-4.05 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.58 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.79 97.79 0 00-29.8 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71A6 6 0 00447 9.35a13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4.05-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4.05 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75c.48-.69.95-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4.05-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2A16.23 16.23 0 0155 25.01c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09S44 26.3 42 25.62s-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62A95.61 95.61 0 000 44.13v13h2000.37v-25a3.83 3.83 0 01-3-2.9c-.37-1.69.98-3.4 2.63-4.22z\'\\/><path d=\'M1959 22.25a7 7 0 10-7-7 7 7 0 007 7zM1905.17 6.82a3.41 3.41 0 10-3.17-3.59 3.42 3.42 0 003.17 3.59z\'\\/><\\/g><\\/svg>\"},\"shape33\":{\"title\":\"Shape 33\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 10 1\' preserveAspectRatio=\'none\'><path d=\'M0 1l5-1 5 1z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape34\":{\"title\":\"Shape 34\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 773.74 154.98\'><g fill=\'%23fbd8c2\'><path d=\'M773.74 154.98H0L386.87 77.5Z\'\\/><path d=\'M773.74 154.98 386.87 0 0 154.98Z\' opacity=\'.66\'\\/><\\/g><\\/svg>\"},\"shape35\":{\"title\":\"Shape 35\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1134.63 158.42\'><g fill=\'%23fbd8c2\'><path d=\'M1134.63 158.42H0L569.46 47.1Z\'\\/><path d=\'M1134.63 158.42v-51.38L569.46 0 0 115.6v42.82Z\' opacity=\'.66\'\\/><\\/g><\\/svg>\"},\"shape36\":{\"title\":\"Shape 36\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 10 2\' preserveAspectRatio=\'none\'><path d=\'M0 2q5-4 10 0z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape37\":{\"title\":\"Shape 37\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1007.63 112.41\'><path fill=\'%23fbd8c2\' d=\'M1007.63 112.4v-11.5c-167.94-33.54-503.8 0-503.8-100.9 0 100.9-335.9 67.36-503.83 100.9v11.5z\'\\/><\\/svg>\"},\"shape38\":{\"title\":\"Shape 38\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 33.87 1.72\' preserveAspectRatio=\'none\'><g fill=\'%23fbd8c2\'><path d=\'m 0,0 a 2.5,2.5 0 0 0 5,0 1.5,1.5 0 0 0 3,0 2,2 0 0 0 4,0 1.5,1.5 0 0 0 3,0 1,1 0 0 0 2,0 2.5,2.5 0 0 0 5,0 3.5,3.5 0 0 0 7,0 2.5,2.5 0 0 0 5,0 5,5 0 0 0 10,0 2.5,2.5 0 0 0 5,0 4,4 0 0 0 8,0 2.5,2.5 0 0 0 5,0 3,3 0 0 0 6,0 2.5,2.5 0 0 0 5,0 5.5,5.5 0 0 0 11,0 2.5,2.5 0 0 0 5,0 4,4 0 0 0 8,0 3,3 0 0 0 6,0 4,4 0 0 0 8,0 5,5 0 0 0 10,0 3.5,3.5 0 0 0 7,0 z\' transform=\'matrix(-.26458 0 0 -.26458 33.87 1.72)\'\\/><path d=\'m 0,0 a 3.5,3.5 0 0 0 7,0 5,5 0 0 0 10,0 4,4 0 0 0 8,0 5.5,5.5 0 0 0 11,0 6.5,6.5 0 0 0 13,0 5,5 0 0 0 10,0 6,6 0 0 0 12,0 6.5,6.5 0 0 0 13,0 5.5,5.5 0 0 0 11,0 4.5,4.5 0 0 0 9,0 6,6 0 0 0 12,0 6,6 0 0 0 12,0 z\' opacity=\'.66\' transform=\'matrix(-.26458 0 0 -.26458 33.87 1.72)\'\\/><\\/g><\\/svg>\"},\"shape39\":{\"title\":\"Shape 39\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 100.8 22\' preserveAspectRatio=\'none\'><path fill=\'%23fbd8c2\' d=\'M0 0l7 15L17 4l8 12 9-9 7 14 9-17 9 16 8-9 9-11 8 20 8-13 9-7v22H0z\'\\/><\\/svg>\"},\"shape40\":{\"title\":\"Shape 40\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 476.62 100.69\'><path fill=\'%23fbd8c2\' d=\'M476.62 100.69V0l-238.3 95.47L0 0v100.69Z\'\\/><\\/svg>\"},\"shape41\":{\"title\":\"Shape 41\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 8 1\' preserveAspectRatio=\'none\'><path d=\'M0 0v1h10z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape42\":{\"title\":\"Shape 42\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 381 77.25\' preserveAspectRatio=\'none\'><g fill=\'%23fbd8c2\'><path d=\'M0 68.78l381-33.86v42.33H0z\'\\/><path d=\'M0 43.38l381-25.4v59.27H0z\' opacity=\'.33\'\\/><path d=\'M0 17.98L381 0v77.25H0z\' opacity=\'.33\'\\/><\\/g><\\/svg>\"},\"shape43\":{\"title\":\"Shape 43\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1440 320\' preserveAspectRatio=\'none\'><path fill=\'%23fbd8c2\' d=\'M0 288l1440-128v160H0z\'\\/><path fill=\'%23fbd8c2\' opacity=\'.66\' d=\'M0 192l1440-96v224H0z\'\\/><\\/svg>\"},\"shape44\":{\"title\":\"Shape 44\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1440 320\' preserveAspectRatio=\'none\'><path fill=\'%23000000\' d=\'M0 32l48 32c48 32 144 96 240 106.7 96 10.3 192-31.7 288-21.4 96 10.7 192 74.7 288 69.4 96-5.7 192-79.7 288-106.7s192-5 240 5.3l48 10.7v192H0z\'><\\/path><path fill=\'%23000000\' opacity=\'.66\' d=\'M0 64l48 16c48 16 144 48 240 48s192-32 288-26.7C672 107 768 149 864 144s192-59 288-80 192-11 240-5.3l48 5.3v256H0z\'><\\/path><\\/svg>\"},\"shape45\":{\"title\":\"Shape 45\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.278 3.527\' preserveAspectRatio=\'none\'><path d=\'M35.278 2.463v-.125A82.946 82.946 0 000 2.345v.125a82.783 82.783 0 0135.278-.007m0 .615v-.25A83.105 83.105 0 000 2.835v.25a82.777 82.777 0 0135.278-.007m-33.252.45a82.855 82.855 0 0131.26 0h1.992v-.093A83.44 83.44 0 000 3.442v.085zm10.8 0h-8.84a84.249 84.249 0 0127.339 0h-8.839zM35.278 1.97v-.075A82.878 82.878 0 000 1.902v.075a82.771 82.771 0 0135.278-.007\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape46\":{\"title\":\"Shape 46\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.278 3.52\' preserveAspectRatio=\'none\'><path d=\'M0 3.528S27.04 3.352 35.278 0v3.528z\' opacity=\'.2\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.528S27.04 3.374 35.278.425v3.103z\' opacity=\'.2\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.528S27.04 3.396 35.278.882v2.646z\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.527h35.278v.092H0z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape47\":{\"title\":\"Shape 47\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 100.86 4.15\'><path fill=\'%23fbd8c2\' d=\'M100.86 4.15V.65a9.07 9.07 0 0 0-9.37 1.67 9.07 9.07 0 0 0-12.1 0 9.07 9.07 0 0 0-12.11 0 9.07 9.07 0 0 0-12.06 0 9.07 9.07 0 0 0-12.11 0 9.07 9.07 0 0 0-12.09 0 9.07 9.07 0 0 0-12.08 0 9.07 9.07 0 0 0-12.08 0A9.07 9.07 0 0 0 0 .04v4.1z\'\\/><\\/svg>\"},\"shape48\":{\"title\":\"Shape 48\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path opacity=\'.5\' d=\'M0 51v15l724-43L0 51z\'><\\/path><path opacity=\'.3\' d=\'M0 0v51l600-23L0 0z\'><\\/path><path d=\'M0 65v38l1000-3V0L0 65z\'><\\/path><\\/g><\\/svg>\"},\"shape49\":{\"title\":\"Shape 49\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path d=\'M1000 100V89S823 4 500 4 0 88 0 88v12z\' opacity=\'.3\'><\\/path><path d=\'M1000 101S823 11 500 11 0 100 0 100z\' opacity=\'.5\'><\\/path><path d=\'M1000 100V88S823 25 500 25 0 87 0 87v13z\'><\\/path><\\/g><\\/svg>\"},\"shape50\":{\"title\":\"Shape 50\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path d=\'M1003 104.7H-1v-34a875.1 875.1 0 01178.7-17.8c68.9.4 106.3 8.9 150.6 14 172.1 19.7 238-35.3 411.7-34.2A860 860 0 011003 77\'><\\/path><path d=\'M1003 98.9H-1v-31c57.7-13 118-26 178.7-25.8 69 .4 106.3 9.8 150.6 15.3C500.4 79 566.3 18.7 740 20c60.6.4 151.5 15 263 54.8\' opacity=\'.5\'><\\/path><path d=\'M509.4 3.7a442.8 442.8 0 01-233 4c-3.8-1 1.3 2.9 2 3.3a36.4 36.4 0 0011.6 6.1 447.2 447.2 0 00236-3.7c.6-.2-6.9-5.6-7.5-6-2-1.2-6.5-4.4-9-3.7z\' opacity=\'.5\'><\\/path><path d=\'M302.5 36.1a336.2 336.2 0 00181 5.9c2-.5-4.3-4.5-4.8-4.8-2-1.3-8-5.8-10.8-5.1A332.4 332.4 0 01289 26.7c-3.8-1.2 1.4 3 2 3.3a40.8 40.8 0 0011.5 6.1z\'><\\/path><\\/g><\\/svg>\"},\"shape51\":{\"title\":\"Shape 51\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23fbd8c2\'><path d=\'M998 29c-4-3-11-3-15 0-3 4-5 9-9 11-5 2-12 0-16-3l-5-7a18 18 0 00-6-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-5-4-7-6-7-7-17-2-21 6-2 3-5 6-8 5a7 7 0 01-5-3c0-3-2-7-5-9-5-2-12-3-16 1-3 3-5 8-9 10-5 2-11 0-15-3l-5-7a19 19 0 00-7-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-2-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-7c-6-1-9 6-11 9-5 6-10 0-13-4s-11-4-14 0c-2 2-2 5-3 7-6 7-12-10-15-12-4-5-9-6-14-2-4 2-6 8-8 12-2 2-4 5-7 4l-6-7a19 19 0 00-5-8c-4-3-11-3-15 1-4 3-5 8-10 10s-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 3-3 9-8 8-3-1-4-4-6-6-7-6-18-2-22 6-1 3-4 6-8 5s-5-4-6-7a13 13 0 00-8-6c-6-2-8 5-11 9-5 5-9 0-12-5-3-3-11-4-15 0-1 2-1 5-3 7-6 7-12-9-14-12-4-4-9-6-14-2-4 3-6 8-9 12-4 7-9 0-13-4-3-8-13-13-20-6-3 3-5 8-9 10-5 2-12 0-16-3l-5-7a19 19 0 00-6-3 12 12 0 00-13 3c-2 3-4 9-8 8-3-1-5-4-7-6-7-6-17-1-21 6-2 3-5 6-8 5s-6-4-7-7a13 13 0 00-8-6c-6-2-8 5-11 9-5 5-9 0-12-4s-11-5-14-1l-4 7c-6 7-11-9-14-12-4-4-9-5-14-2-4 3-6 8-8 12-2 2-4 6-7 4l-6-6a19 19 0 00-5-9c-4-3-12-3-15 1-4 3-6 8-10 10-5 2-11 0-15-3l-5-7a18 18 0 00-7-3 12 12 0 00-13 3c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-1-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-6c-6-2-8 5-11 9-5 5-9 0-13-4-3-4-11-5-14-1-2 2-2 5-3 7-6 7-12-9-15-12-4-4-9-5-14-2-4 3-6 8-8 12-4 6-11 1-14-3-1-2-3-3-5-3s-6 3-6 6v12c0-3 4-6 6-7s4 2 5 4c3 4 10 9 14 3 2-5 4-10 8-12 5-4 11-3 14 2 3 2 9 19 15 12 1-2 1-5 3-7 3-4 11-4 14 0 4 4 8 10 13 4 3-3 5-10 11-9a13 13 0 017 7c2 3 3 6 7 7s6-2 8-5c4-8 14-12 22-6 2 2 3 5 6 6 4 1 6-5 8-8a12 12 0 0113-4 18 18 0 017 4l5 7c4 3 10 5 15 3 4-2 6-7 10-10 4-4 11-5 15-1a19 19 0 015 8c1 3 3 5 6 7 3 1 5-2 7-4 2-5 4-10 8-12 5-4 10-3 14 2 3 2 8 19 14 12l4-7c3-4 11-4 14 0s7 10 12 4c3-3 5-10 11-9a13 13 0 018 7c1 3 3 6 7 7s6-2 8-5c4-8 14-13 21-6 2 2 4 5 7 6 4 1 6-5 8-8a12 12 0 0113-4 19 19 0 016 4l5 7c4 3 11 5 16 3 4-2 6-7 9-11 7-6 17-1 20 7 4 4 9 11 13 4 3-5 5-10 9-12 5-4 10-3 14 1 2 3 8 20 14 12l3-6c4-4 12-4 15 0s7 10 12 4c3-3 5-10 11-9a13 13 0 018 7c1 2 3 6 6 7s7-3 8-5c4-8 15-13 22-6 2 2 3 5 6 6 5 1 6-5 8-8a12 12 0 0113-4 18 18 0 017 4l5 7c4 3 10 5 15 3s6-7 10-11c4-3 11-4 15 0a19 19 0 015 8c2 3 3 5 6 6 3 2 6-1 7-3 2-5 4-10 8-12 5-4 10-3 14 1 3 3 9 20 15 12l3-6c3-4 11-4 14 0s8 10 13 4c2-3 5-10 11-9a13 13 0 017 7c2 2 3 6 7 7s6-3 8-5c4-8 14-13 22-6 2 2 3 5 6 6 4 1 6-6 8-8a12 12 0 0113-4 19 19 0 017 4l5 7c4 3 10 5 15 3 4-2 6-7 10-11 3-3 10-3 15 0 3 2 5 5 5 9a7 7 0 005 3c3 1 6-2 8-5 4-8 14-13 21-6 2 2 4 5 7 6 4 1 6-6 8-8a12 12 0 0113-4 18 18 0 016 4l5 7c4 3 11 5 16 3 4-2 6-7 9-11 4-3 11-3 15 0 4 2 6 6 6 10v-8c0-5-1-11-6-14z\' opacity=\'.3\'\\/><path d=\'M998 41c-4-3-11-4-15 0-3 3-5 9-9 11-5 2-12 0-16-3l-5-7a18 18 0 00-6-4 12 12 0 00-13 4c-2 2-4 9-8 8-3-1-5-4-7-6-7-7-17-2-22 6-1 3-4 6-7 5a7 7 0 01-5-3c0-4-2-7-5-9-5-3-12-3-16 0-3 3-5 9-9 10-5 3-12 1-15-3l-5-6a19 19 0 00-7-4 12 12 0 00-13 4c-2 2-4 9-8 8-3-1-4-4-6-6-8-7-18-2-22 6-2 2-4 6-8 5s-5-5-7-8a13 13 0 00-8-6c-5-1-8 6-11 9-4 6-9 0-12-4s-11-4-14 0l-3 6c-7 8-12-9-15-12-4-4-9-5-14-2-4 3-6 8-8 12-2 3-4 6-7 4-3-1-4-3-6-6a19 19 0 00-5-8c-4-4-11-3-15 0-4 4-5 9-10 11s-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 2-3 9-8 8-3-1-4-4-6-6-7-7-18-2-22 6-1 3-4 6-8 5s-5-4-6-7a13 13 0 00-8-7c-6-1-8 6-11 9-5 6-9 0-12-4s-11-4-15 0c-1 2-1 5-3 7-6 7-12-10-14-12-4-5-9-6-14-2-4 2-6 7-9 12-4 7-9 0-13-4-3-8-13-13-20-6-3 3-5 8-9 10-5 2-12 0-16-3l-5-7a19 19 0 00-6-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-5-4-7-6-7-6-17-2-21 6-2 3-5 6-8 5s-6-4-7-7a13 13 0 00-8-7c-6-1-8 6-11 9-5 6-9 0-12-4s-11-4-14 0l-4 7c-6 7-11-10-14-12-4-5-9-6-14-2-4 2-6 8-8 12-2 2-4 5-7 4-3-2-5-4-6-7a19 19 0 00-5-8c-4-3-12-3-15 1-4 3-6 8-10 10-5 2-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-2-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-7c-6-1-8 6-11 9-5 6-9 0-13-4-3-4-11-4-14 0-2 2-2 5-3 7-6 7-12-10-15-12-4-5-9-6-14-2-4 2-6 7-8 12-4 6-11 1-14-3-1-2-3-4-5-4s-6 4-6 7v50h1006v-5-25-19c0-4-2-8-6-10z\'\\/><\\/g><\\/svg>\"}},\"premium_gdivider_source\":\"default\",\"premium_gdivider_defaults\":\"shape22\",\"premium_gdivider_pos\":\"bottom\",\"premium_gdivider_pos_tablet\":\"\",\"premium_gdivider_pos_mobile\":\"\",\"premium_gdivider_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"premium_gdivider_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_gdivider_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_scale\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"premium_gdivider_scale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_scale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_animate\":\"yes\",\"premium_gdivider_no_stretch\":\"yes\",\"premium_gdivider_anime_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"premium_gdivider_anime_speed_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_anime_speed_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_anime_dir\":\"alternate\",\"premium_gdivider_flip\":\"\",\"premium_gdivider_flip_x\":\"\",\"premium_gdivider_hide\":[],\"premium_gdivider_bg_type\":\"color\",\"premium_gdivider_fill\":\"#afafaf\",\"premium_gdivider_stroke_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke\":\"\",\"premium_gdivider_opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"premium_gdivider_opacity_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_opacity_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[{\"id\":\"ec45830\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Company\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acd3ece\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"29cb3a3\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"566350a\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0ba2484\"},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"894ce8d\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9b879db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_add_particles_color\":\"#fe4c1c,#00c3ff,#0160e7\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"container_particles_class\":\"\",\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_trigger\":\"load\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_global_divider_sw\":\"\",\"premium_shapes_data\":{\"shape1\":{\"title\":\"Shape 1\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 283.5 27.8\' preserveAspectRatio=\'xMidYMax slice\'><path class=\'elementor-shape-fill\' d=\'M265.8 3.5c-10.9 0-15.9 6.2-15.9 6.2s-3.6-3.5-9.2-.9c-9.1 4.1-4.4 13.4-4.4 13.4s-1.2.2-1.9.9c-.6.7-.5 1.9-.5 1.9s-1-.5-2.3-.2c-1.3.3-1.6 1.4-1.6 1.4s.4-3.4-1.5-5c-3.9-3.4-8.3-.2-8.3-.2s-.6-.7-.9-.9c-.4-.2-1.2-.2-1.2-.2s-4.4-3.6-11.5-2.6-10.4 7.9-10.4 7.9-.5-3.3-3.9-4.9c-4.8-2.4-7.4 0-7.4 0s2.4-4.1-1.9-6.4-6.2 1.2-6.2 1.2-.9-.5-2.1-.5-2.3 1.1-2.3 1.1.1-.7-1.1-1.1c-1.2-.4-2 0-2 0s3.6-6.8-3.5-8.9c-6-1.8-7.9 2.6-8.4 4-.1-.3-.4-.7-.9-1.1-1-.7-1.3-.5-1.3-.5s1-4-1.7-5.2c-2.7-1.2-4.2 1.1-4.2 1.1s-3.1-1-5.7 1.4-2.1 5.5-2.1 5.5-.9 0-2.1.7-1.4 1.7-1.4 1.7-1.7-1.2-4.3-1.2c-2.6 0-4.5 1.2-4.5 1.2s-.7-1.5-2.8-2.4c-2.1-.9-4 0-4 0s2.6-5.9-4.7-9c-7.3-3.1-12.6 3.3-12.6 3.3s-.9 0-1.9.2c-.9.2-1.5.9-1.5.9S99.4 3 94.9 3.9c-4.5.9-5.7 5.7-5.7 5.7s-2.8-5-12.3-3.9-11.1 6-11.1 6-1.2-1.4-4-.7c-.8.2-1.3.5-1.8.9-.9-2.1-2.7-4.9-6.2-4.4-3.2.4-4 2.2-4 2.2s-.5-.7-1.2-.7h-1.4s-.5-.9-1.7-1.4-2.4 0-2.4 0-2.4-1.2-4.7 0-3.1 4.1-3.1 4.1-1.7-1.4-3.6-.7c-1.9.7-1.9 2.8-1.9 2.8s-.5-.5-1.7-.2c-1.2.2-1.4.7-1.4.7s-.7-2.3-2.8-2.8c-2.1-.5-4.3.2-4.3.2s-1.7-5-11.1-6c-3.8-.4-6.6.2-8.5 1v21.2h283.5V11.1c-.9.2-1.6.4-1.6.4s-5.2-8-16.1-8z\'\\/><\\/svg>\"},\"shape2\":{\"title\":\"Shape 2\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 320\'><path d=\'M0 298.992c15.313-52.905 61.648-93.749 119.782-99.266l728.025-69.099c75.962-7.21 143.486 48.608 150.696 124.569l1.497 15.77V320H0v-21.008z\'\\/><\\/svg>\"},\"shape3\":{\"title\":\"Shape 3\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 320\'><path d=\'M1000 0s-1.148 150.944-120 220C729.547 307.416 0 300 0 300v20h1000V0z\'\\/><\\/svg>\"},\"shape4\":{\"title\":\"Shape 4\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M806,94.7C619.5,90,500,20.3,500,1.7c-1,18.6-117.5,88.3-306,93C92,97.2,0,97.9,0,97.9v-0l0,0v2.3h1000v-2.3 C1000,97.7,920.3,97.6,806,94.7z M350,65.1L350,65.1L350,65.1L350,65.1z\'\\/><\\/svg>\"},\"shape5\":{\"title\":\"Shape 5\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' width=\'1000\' height=\'100\' preserveAspectRatio=\'none\' viewBox=\'0 0 1000 100\'><defs><style>.premium-sh-cls-2{opacity:.33;}.premium-sh-cls-2,.premium-sh-cls-3{isolation:isolate;}.premium-sh-cls-3{opacity:.66;}<\\/style><\\/defs><path class=\'premium-sh-cls-2\' d=\'m527,32.7c203.9-88.3,263.1,34,320.3,0,86.7-51.8,152.7,7.6,152.7,7.6v59.7H0v-59.7S62.1,14.2,94.9,11c32.8-3.3,62.8,12.3,75.8,22.1,23.3,17.3,84,58.2,134.4,62.2s202.5-54.3,221.9-62.6Z\'\\/><path class=\'premium-sh-cls-3\' d=\'m266,32.7c45.5,0,77.2,23.2,129.1,39.1,28.6,8.7,150.3,10.1,254-39.1,103.7-49.2,91.7,34.4,149.2,0,86-51,201.7,27.5,201.7,27.5v39.8H0v-36.5s28.2,18.5,92.1,18.5c97.7-.1,132.2-49.3,173.9-49.3Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m233.9,71.1c200,57.5,266-65.5,395.1-19.5,129,46.6,129,43,186.2,27.8,56.8-15.2,52.5-24.3,94.9-31.9,61.3-11.2,89.9,52.5,89.9,52.5H0s9.9-40.9,83.6-48.1,86.8,1.1,150.3,19.2Z\'\\/><\\/svg>\"},\"shape6\":{\"title\":\"Shape 6\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 70.8\' preserveAspectRatio=\'none\'><path  d=\'M400,68c0,0-7.1-0.8-7.1-8.5s6.4-22.1,0-26s-7.3,2.6-6,6.5c1.3,3.9,6.2,14.5-2.6,14.8  c-6.3,0.2-0.8-8.3-7.4-10.2c-3.7-1.1-2,4.6-6.3,4.8c-6.3,0.4-7.8-10.1-7.8-12.4c0-2.3,1.9-28.7,0-32.9c-1.9-4.2-3.6-4.5-5.3-3.7  c-1.7,0.7-4.6,2.5-2,11.2c2.7,8.7,3.4,26,3.8,29.5c0.4,3.6,0.2,8.9-5.3,8.3c-5.6-0.6-0.9-16.1-6.6-15.7c-5.7,0.4-0.6,9-6.5,11.2  s-7.6,0.2-8-4.2c-0.3-4.4-5.9-5-8.6,6c-2.7,11-10.5,9-11.4,0.4s3.6-22.9-4.3-21.9s-3.6,11.9-2.2,14.4s6.3,22.2-6,27.3  c-12.3,5.1-1.7-33.5-10.4-32.9c-8.7,0.7,2.7,24.4-7.5,27.2c-10.2,2.8,0-15.1-7.1-17.6c-7.1-2.5,3.7,10.7-4.1,13.4  c-7.9,2.7-6.6-26.4-6.6-26.4s2.9-14.9-3.2-13.9c-6.1,1-1.7,14.7-0.7,18.6c0.9,3.9,1.7,22.2-7.4,22.5c-12.2,0.4-2.4-23.9-12.2-23.1  c-9.8,0.7,0.2,11.1-8.5,15.2c-2.5,1.2-5.6-5.9-8.7-4.9c-3.2,1-4.2,10.9-9.2,10.1c-5-0.7-4.4-11.5-4.3-18.7c0.1-7.1-3.9-7.9-3.7-2.4  c0.2,5,2.5,16.2-0.2,20.6c-0.5,0.7-1.4,1-2.2,0.5c-1.4-0.8-2.1-1.6-1.9,2.6c0.2,4.9-1.5,7.4-3.7,8c-0.3,0.1-0.6,0.1-0.9,0.1l0,0  c-0.6,0-1.2-0.1-1.8-0.3c-1.4-0.5-3.5-2-3.4-6c0.2-7.6,6.4-22.1,0-26c-6.4-3.9-7.3,2.6-6,6.5s6.2,14.5-2.6,14.8  c-6.3,0.2-0.8-8.3-7.4-10.2c-3.7-1.1-2,4.6-6.3,4.8c-6.3,0.4-7.8-10.1-7.8-12.4c0-2.3,1.9-28.7,0-32.9s-3.6-4.5-5.3-3.7  s-4.6,2.5-2,11.2c2.7,8.7,3.4,26,3.8,29.5c0.4,3.6,0.2,8.9-5.3,8.3c-5.6-0.6-0.9-16.1-6.6-15.7c-5.7,0.4-0.6,9-6.5,11.2  c-5.9,2.2-7.6,0.2-8-4.2s-5.9-5-8.6,6c-2.7,11-10.5,9-11.4,0.4c-0.8-8.6,3.6-22.9-4.3-21.9s-2.7,11.6-2.2,14.4  c0.9,4.8,2.7,25.8-5.4,24.6c-13.1-2-2.2-30.8-11-30.2c-8.7,0.7,2.7,24.4-7.5,27.2C72.5,64,83,41.9,75.6,43.6  C69.9,45,79.4,54.3,71.5,57c-7.9,2.7-6.6-26.4-6.6-26.4s2.9-14.9-3.2-13.9S60.1,31.4,61,35.3s1.7,22.2-7.4,22.5  c-12.2,0.4-2.4-23.9-12.2-23.1c-9.8,0.7,0.8,14.8-8.4,17.4c-7.9,2.3-3.6-10.5-9.5-10.1c-4,0.3,2.9,13.9-8.5,13  c-5-0.4-4.4-11.5-4.3-18.7c0.1-7.1-3.9-7.9-3.7-2.4c0.2,5.5,3,18.5-1.2,21.7c-2.2-0.6-3.4-3.2-3.2,2.1S2,67,0,68v2.8h400V68z\'\\/><\\/svg>\"},\"shape7\":{\"title\":\"Shape 7\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 50\' preserveAspectRatio=\'none\'><g><path  d=\'M158.3,19.5c2.6,0.3,1.2-4.2-0.5-2C157.1,18.3,157.4,19.4,158.3,19.5z\'\\/><path  d=\'M157.2,8.9c-0.8-0.7-1.8,1.1-1.7,1.4C156.2,11.4,158,9.6,157.2,8.9z\'\\/><path  d=\'M171.8,19.1c2.2-0.6,1.1-3.2-0.6-1.3C170.7,18.6,170.9,19.4,171.8,19.1z\'\\/><path  d=\'M154,23.1c0.9-0.1,1.2-1.2,0.5-2C152.8,18.9,151.4,23.4,154,23.1z\'\\/><path  d=\'M140.5,22.7c0.8,0.2,1.1-0.6,0.6-1.3C139.4,19.6,138.3,22.1,140.5,22.7z\'\\/><path  d=\'M140.5,26.9c-1.8,1.9,3.9,2,1.6,0.3C141.7,26.9,140.9,26.5,140.5,26.9z\'\\/><path  d=\'M350.3,37.3c-0.1-0.1-0.1-0.2-0.2-0.3c-1-1.3-0.3-3-3.6-3.5c-1.9-0.4-5.3,0.3-7.2,0.7c-3,1-4.3,2.5-7.7,3   c-3.2,0.5-7,0.7-10.3,0.9c-2.8,0.1-5.4,0.1-7.4-1.2c-1.9-1.1-1.7-2.5-4-3.3c-9.3-3.1-15.9,2.9-23.9,4.9c-1.9-1.1-0.2-2.4-0.1-3.6   c-0.3-5-7.3-0.3-10.6,1c-1.7,0.7-3,1-4,1c-0.5-0.1-0.9-0.2-1.4-0.2c-1.7-0.6-2.4-2.3-3.6-3.7c1-0.4,2.1-0.7,2.9-1.4   c1-0.9,0.8-2.2-0.7-2.2c-1.1,0-2.6,1.4-3.3,2c-0.1,0.1-0.2,0.2-0.3,0.4c-2-1.2-5.1-1.4-8.2-0.6c0.5-1.1,1-2.2,0.4-2.8   c-1.1-1.1-3.2,0.6-4.4-0.2c-1.7-1.1,4.7-4.4-0.6-4.7c-1.1,0-2.8,0.3-2.6-1.2c0.1-1.1,2-1,2.2-2.3c0.1-1.4-2.2-1.1-1.1-3   c0.7-1,2.7-1.4,3-2.6c0.3-1.7-1.4-1-2.2-0.5c-1.2,0.8-1.9,2.7-3.3,3.4c-1.1,0.7-2.3,0.2-3,1.8c-0.3,0.8,0.1,3-1,3.4   c-2.4,0.8,0.8-6.1-2.5-4.7c-1.8,0.9-1,4.7-1.7,6.1c-0.5,0.9-1.4,2.6-2.7,2c-0.3-0.2-0.4-0.4-0.5-0.6c0-0.1,0-0.3,0-0.4   c0.1-0.7,0.5-1.5-0.2-1.9c-0.7-0.5-1.8,0.4-2.5,1.2c-0.1,0.1-0.2,0.1-0.2,0.2c-0.1,0.2-0.2,0.3-0.3,0.4c-1.4,1.7-1.1,4.9-3.1,6.8   c-0.6,0.6-2.5,2.1-3.5,1.4c-0.9,2.1-1.6,4.3-2.2,6.6c-0.4,0.3-0.9,0.6-1.4,0.9c-0.9-0.8-1.5-1.9-1.6-3   c-0.4-5.6,11.4-12.7,11.2-16.2c0,0-0.2-0.8-0.2-1.4c-0.3-4.7,6.6-8.2,6.9-9.7c0.1-0.5-0.6-1.2-2.1-1.1c-7.1,0.5-10.1,13-12.6,13.2   c-0.7,0.1-1.7-0.8-1.8-2.2c-0.1-1.4,0.7-2.8,0.6-4.3c-0.1-1.1-0.7-1.1-1.3-1.1c-3.2,0.2-4,13.6-11.1,14.1c-8.7,0.6-5-14-9.5-13.7   c-2.3,0.2-5.4,4-6.1,4.1c-1.9,0.1-0.6-4.3-5.5-4c-0.8,0.1-1.8,0.3-1.8,0.3c-1.8,0.1-0.8-2.9-2.5-2.8c-0.5,0-0.9,0.4-1.4,0.5   c-1.3,0.1-3.6-3-5.8-2.8c-0.9,0.1-2.3,0.8-2.2,2.2c0.2,3.1,5.3,0.9,7.2,5.5c0.7,1.8,0.3,4.4,2.1,5.8c2.2,1.7,10.8,9.5,11.1,13.1   c0.1,1.6-0.1,3.1-0.6,4.2c-0.2,0-0.3,0-0.5,0c-0.2-0.1-0.5-0.2-0.7-0.3c-1.2-2.8-2.5-5.5-4-8.1c-0.9,0.8-3-0.4-3.7-0.9   c-2.2-1.6-2.4-4.8-4-6.3c-0.5-0.6-2.5-2.2-3.3-1.4c-0.9,0.8,0.9,2.2-0.3,3c-1.3,0.8-2.4-0.8-3-1.6c-0.9-1.4-0.6-5.2-2.5-5.8   c-3.5-1,0.6,5.4-1.8,5c-0.3-0.1-0.5-0.3-0.7-0.6c0.6-0.2,0.9-0.7,0.3-1.4c-0.2-0.2-0.5-0.2-0.7-0.1c-0.1-0.5-0.2-0.9-0.3-1.2   c-0.9-1.5-2-0.9-3.2-1.4c-1.4-0.5-2.4-2.3-3.7-2.9c-0.9-0.5-2.6-0.9-2.1,0.8c0.4,1.2,2.5,1.3,3.3,2.2c1.3,1.7-1,1.7-0.7,3.1   c0.3,1.2,2.2,0.8,2.5,1.9c0.4,1.5-1.3,1.4-2.4,1.6c-5.1,1,1.6,3.3,0.1,4.7c-0.6,0.5-1.4,0.4-2.2,0.3c-0.3-0.2-0.8-0.4-1.3-0.6   c-3.7-1.2-7.6-0.9-9.6,0.7c-1,0.8-1.6,2-2.3,2.9c0,0-0.1,0-0.1,0c-0.9,0.1-1.3,0.7-1.1,1.2c-0.2,0.1-0.5,0.3-0.7,0.4   c-0.5,0.1-0.9,0.1-1.4,0.2c-1,0-2.3-0.3-4-1c-3.3-1.3-10.3-6-10.6-1c0.2,1.2,1.8,2.5-0.1,3.6c-8-2-14.7-8-23.9-4.9   c-2.4,0.9-2.1,2.3-4,3.3c-2,1.3-4.6,1.3-7.4,1.2c-3.3-0.2-7.1-0.4-10.3-0.9c-3.4-0.5-4.7-2-7.7-3c-1.9-0.5-5.3-1.1-7.2-0.7   c-3.3,0.5-2.6,2.2-3.6,3.5c-0.3,0.3-0.5,0.7-0.9,0.9c-43.7-2.6-66-5.7-66-5.7V50h400V32.3C400,32.3,385.5,34.9,350.3,37.3z\'\\/><path  d=\'M237.9,15c-0.3,0-0.4,0.3-0.4,0.6c0,0.5,0.7,0.9,1.2,0.8c0.4,0,0.6-0.3,0.6-0.7C239.4,15.2,238.5,15,237.9,15z   \'\\/><path  d=\'M232.2,9.1c0.7-0.6,1-1.1,1.8-1.4c2.4-1,2.9-2.5,2.8-3c0-0.6-0.5-0.7-1.4-0.6c-2.3,0.2-4,2.2-4.3,3.9   C230.9,9.1,231.4,9.8,232.2,9.1z\'\\/><path  d=\'M228.5,5.5c0.4,0,1.5-1.1,1.4-2.5c-0.1-0.7-0.4-1.4-1.1-1.4c-0.6,0-1.6,0.7-1.5,1.7   C227.4,4.4,227.9,5.6,228.5,5.5z\'\\/><path  d=\'M222.7,11.8c0.8-0.1,1.6-1.4,1.6-2.2c-0.1-0.8-0.6-1.2-1-1.2c-0.5,0-1.3,0.6-1.2,2   C222,10.7,222.2,11.8,222.7,11.8z\'\\/><path  d=\'M196.8,13c0.2-0.2,0.3-0.5,0.2-0.8c0-0.3-1.8-5.6-2.5-5.5c-0.9,0.1-1.3,0.9-1.2,1.8   C193.4,9.4,196.4,13.5,196.8,13z\'\\/><path  d=\'M184,11.2c0.3,0,1.1-1,1-2c-0.1-1-0.8-1.6-1.4-1.5c-0.5,0-0.8,1.3-0.7,2C183,10.7,183.6,11.2,184,11.2z\'\\/><path  d=\'M178.5,8.7c0.5,0,0.9-0.1,0.9-0.7c-0.1-0.9-0.8-1.9-1.6-1.8c-0.6,0-0.7,0.3-0.7,0.8   C177.1,7.9,177.6,8.8,178.5,8.7z\'\\/><path  d=\'M174.4,14.3c0.3-0.1,0.2-0.4,0.2-0.7c0-0.6-0.6-1-1.1-1C172.3,12.8,173.4,14.6,174.4,14.3z\'\\/><path  d=\'M202.1,10.7c0.7,0.2,0.7-1.1,0.6-1.6c-0.1-1.3-1.7-2.8-1.6-1.2C201.2,8.6,201.3,10.6,202.1,10.7z\'\\/><path  d=\'M203.1,4.1c0,0,0.8,0,0.7-0.7c0-0.4-0.7-1.1-1.2-1.1c-0.3,0-0.5,0.3-0.5,0.7C202.1,3.5,202.5,4,203.1,4.1z\'\\/><path  d=\'M227.2,15.6c0.7,0.1,1.6-1.1,1.5-2.3c0-0.5-0.2-0.5-0.5-0.5c-0.8,0.1-1.4,0.8-1.4,1.5   C226.8,14.6,227,15.6,227.2,15.6z\'\\/><\\/g><\\/svg>\"},\"shape8\":{\"title\":\"Shape 8\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 61.7\' preserveAspectRatio=\'none\'><path  d=\'M400,61.7V17.9c-0.1-1.1-0.4-3.5-0.4-3.5c0-0.4-4-1.2-4,1.2c0,1.3-3.9,1.7-3.9,3.1c0-1-5.1-0.5-5.1,0  c0,0.1-4,2.6-4,2.7c0-0.6-4.8,2.1-4.8,0.9c0-1.3-5,0-5,0.2c0,0.8-3.8,2.6-3.8,3.3c0,0.3-4.7,0.5-4.7,1c0-1.1-3.9,3.4-3.9,2.9  c0-0.2-5.1-0.4-5.1,0.1c0-1.1-4.4,1.1-4.4,1.6c0,2.3-4.3,2.6-4.3,3.4c0,0.8-5.3-2.8-5.3-2.1c0-1.2-5.3-0.6-5.3,0.2  c0-0.4-5.1,2.8-5.1,1.8c0,0.6-4.7-0.1-4.7,0.6c0,0.9-3.4,3-3.4,2.9c0,0.2-3.4,2.4-3.4,2.8c0,1.2-4.8,0.3-4.8,0.1  c0-0.5-4.5,0.5-4.5,0.4c0-0.3-4.6,2.7-4.6,3c0-0.5-4.7-1.4-4.7-2c0,1-4.6,2-4.6,0.9c0,1-4.7,0.8-4.7-0.7c0,0-4.7-0.8-4.7,0.1  c0-0.2-4.6,2.1-4.6,2.2c0-0.1-4.6-0.7-4.6,0.5c0,0.3-4.3-1-4.3-0.6c0-0.1-3.9-2.8-3.9-1.9c0-0.5-3.9-2.1-3.9-2.7c0,0.8-3-3.4-3-3.7  c0,0.1-3.9-1.1-3.9-2.7c0-0.2-4.6-0.2-4.6-0.9c0-0.4-5.1-0.5-5.1-0.7c0-0.2-3.7,3.5-3.7,3.8c0-1.4-3.9,3.1-3.9,2.8  c0-1-4.7,0.5-4.7,1.7c0,0.5-4,0.5-4,1.7c0,0.1-3.6,3.3-3.6,2.9c0-1.3-4.4-0.2-4.4,0.9c0,0.7-4.6-1.2-4.6-0.1c0-1.2-4.1,1.4-4.1,1.7  c0,0.9-4.5-1.6-4.5-0.9c0,1.1-4.1,3.2-4.1,2.7c0-0.1-4.4,1.1-4.4,0.7c0,0.6-4.4,0.1-4.4-0.9c0,1.6-4.4-2.1-4.4-1.8  c0,1.2-4.3,3.9-4.3,2.9c0,0.1-4.3-1.3-4.3-0.6c0,2.1-4.4,0.8-4.4,0.4c0-0.7-3.8-4-3.8-3.4c0-1.7-3.6-2.5-3.6-2.1  c0-0.3-4.2-1.4-4.2-1c0-0.4-4.1,0.4-4.1-1.5c0-1.1-4.6,0.8-4.6-0.6c0,0.2-3.1-3.9-3.1-4c0,0.7-4.4-2.2-4.4-1.6c0,1-4.4-1.6-4.4-1.6  c0-0.4-4.9,0.8-4.9,0.3c0,0.7-4.6-0.2-4.6-0.3c0,0.3-4.4-0.6-4.4-1.4c0-0.4-4.6-1.7-4.6-1.8c0,0.4-4.7,0.6-4.7,0.9  c0,0-4.5,3-4.5,1.4c0,1.9-4.4,0.9-4.4,1.4c0-0.2-5.2-2-5.2-1.8c0,0.6-4.2,2.5-4.2,2.2c0,1.2-3.7,3.9-3.7,3.5c0-0.2-4.4,0.9-4.4,1.6  c0,0.8-5.1-0.2-5.1-0.8c0,0.4-4.5,1.5-4.5,1.5c0,0.7-4.7-0.9-4.7-0.8c0,0.3-4.4-0.7-4.4-1.4c0-0.8-4.7-0.9-4.7-0.1  c0-0.1-4.4-2.5-4.4-1.4c0-0.3-5.1,2-5.1,0.9c0-1.3-4.1-2.5-4.1-2.5c0,0.1-4.5-1.3-4.5-2.5c0-0.6-4.8,3.5-4.8,2.2  c0-0.9-4.3,2.5-4.3,2.4c0-0.6-5.4-1.1-5.4-1.8c0-1.3-4.1,4.2-4.1,3c0-0.2-5.1-0.5-5.1-0.7c0-0.5-3.9,1.2-3.9,1.3  c0-0.3-4.1-0.6-4.1-0.3c0-0.4-4.3,1.3-4.3,1c0,0.2-4.6,0.8-4.6-0.2c0-0.1-2.8-2.7-2.8-3.8c0-2-4.3-0.8-4.3-2c0,0.6-4.5,0.8-4.5-1.6  c0,0.2-2.6-5.2-2.6-4.7c0,1-1.9,0.1-3.2-0.5l0,33.9H400z\'\\/><\\/svg>\"},\"shape9\":{\"title\":\"Shape 9\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' width=\'4080.2\' height=\'394.6\' viewBox=\'0 0 4080.2 394.6\'><defs><style>..premium-sh-cls-2{opacity:.2;}.premium-sh-cls-2,.premium-sh-cls-3{isolation:isolate;}.premium-sh-cls-3{opacity:.5;}<\\/style><\\/defs><path class=\'premium-sh-cls-2 pr-path\' d=\'m4080.2,394.6v-181.3c-9.9-5.5-24.8-19.8-34.1-62.3-9.3-42.4-49-72.2-49-72.2,24.2,32,34.1,103.6,0,104.7s-23-40.2-23-40.2c-15.5,11.6-9.9,42.4-9.9,42.4-28.5-24.8-14.9-64.5-14.9-64.5-13,17.1-18.6,38-6.8,82.1s-65,62.3-70.7,25.9c-5.1-32.8,18-36.4,26.7-68.9s-32.3-53.5-32.3-53.5c20.5,51.8-18.6,70-18.6,70-1.9-25.4-24.8-38.6-24.8-38.6,13.6,24.3-.7,50-16.7,54-15.7,3.9-45.3-.6-36-38.6s-4.3-60.6-4.3-60.6c1.2,18.7-11.2,32-11.2,32,2.5-35.8-3.7-41.3-17.4-62.3-13.6-20.9,0-43.5,0-43.5-81.3,27-66.4,106.4-66.4,106.4-31-28.1-6.2-72.8-6.2-72.8-26.7,20.4-29.2,43-21.7,105.8,7.4,62.8-27.9,60.6-27.9,60.6,13-63.9-40.3-86-40.3-86,42.2,42.4,6.2,90.9-21.1,90.9s-37.9-19.8-37.8-46.3c0-29.2-24.2-39.1-24.2-39.1,10.5,10.5,18.6,57.3-10.5,55.7-29.2-1.7-14.9-48,.6-86.5,15.5-38.6-23-63.9-23-63.9,0,0,40.3,61.7-9.9,59.5s-19-78.3-19-78.3c-43.8,48-17.6,93.7-6.5,116.3,11.2,22.6,13,93.7-37.8,93.7s-50.2-68.9-44-91.5-8.7-39.1-8.7-39.1c9.3,27-14.9,43-32.9,16.5s-1.9-78.3-1.9-78.3c-45.3,49.6-4.3,100.3,4.3,125.1,8.7,24.8-3.1,55.1-26.7,55.1s-34.7-14.9-30.4-34.7-6.8-35.3-6.8-35.3c2.5,8.8-.6,39.1-20.5,39.1s-32.3-23.7-23-59.5c9.3-35.8.6-45.7-16.7-67.8s12.4-50.2,12.4-50.2c0,0-38.5,17.6-65.1,46.8-26.7,29.2,9.3,73.3,8.1,97-1.2,23.7-22.3,24.3-34.7,3.3s5-55.7,5-55.7c-15.5,9.4-23,33.6-18,60.1s-6.5,49.6-21.7,49.6c-13.9,0-24.8-6.6-27.3-29.8-2.5-23.1-30.4-35.8-30.4-35.8,25.4,38,.4,54-13,54-12.4,0-22.3-11-22.3-32.5s14.9-40.4,29.8-63-12.4-40-12.4-40c19.2,38.6-25.4,58.4-45.3,30.9-19.9-27.6-5.6-70-5.6-70-31,36.9-4.3,75,6.8,99.2,11.2,24.3,3.1,59.5-27.3,54s-15.5-44.1-15.5-44.1c0,0-19.9,14.3-13.6,56.2s-57.7,52.4-54.6,25.4c3.1-27-10.5-39.1-10.5-39.1,4.3,27-11.8,35.8-11.8,35.8,5.6-33.6-18.6-52.4-18.6-52.4,13.6,23.7-1.2,46.3-16.1,46.3s-28.5-5-34.1-17.6c-5.6-12.7-3.7-28.7,11.2-61.2,15-32.5-.1-52.9-.1-52.9,1.2,14.3-14.3,29.8-14.3,29.8,1.2-36.4-17.4-46.8-37.2-62.3-19.9-15.4-10.5-46.3-10.5-46.3-69.5,32.5-27.9,117.4-27.9,117.4-34.1-22-35.4-71.1-35.4-71.1-14.9,41.3,1.9,68.3,16.7,95.3,14.9,27,5,52.9-3.7,62.8s-40.3,14.3-44.7-12.7c-4.3-27,16.1-49.6,16.1-49.6-14.1,3.3-27.3,19.7-27.3,41.3s-3.1,39.1-20.5,39.1-27.9-9.9-22.3-40.2-17.4-46.3-17.4-46.3c10.5,39.1-33.5,22-45.3-9.4s13.6-71.1,13.6-71.1c-27.9,6.6-29.2,33.1-29.2,33.1-29.8-29.8-18.7-68.9-18.7-68.9-29.9,25.9-5.4,77.2-2.3,86.5,3.1,9.4,8.7,56.8-26.1,55.1-34.7-1.7-25.4-44.1-12.4-69.4-31.6,20.4-22,62.8-22,62.8-12.7-5.5-20.8-32.5-20.8-32.5-5,20.4,1.2,28.7,16.1,61.2s-9.3,50.2-21.7,50.2-36.6-1.1-29.8-39.7-27.9-50.2-27.9-50.2c42.2,45.2-9.9,79.9-32.5,61.5-40.5-33,1.5-89,1.5-89-26.1,11-33.5,31.4-32.9,62.8.6,31.4-15.5,46.3-45.9,46.3s-36-34.7-21.7-70c14.3-35.3-4.3-60.1-4.3-60.1.6,29.2-19.2,43.3-19.2,43.3-9.3-64.2-58.9-82.9-58.9-82.9,56.5,120.2,9.3,165.4-13,165.9-31.3.7-56.1-28.7-65.4-71.1-9.3-42.4-49-72.2-49-72.2,24.2,32,34.1,103.6,0,104.7-34.1,1.1-23-40.2-23-40.2-15.5,11.6-9.9,42.4-9.9,42.4-28.5-24.8-14.9-64.5-14.9-64.5-13,17.1-18.6,38-6.8,82.1s-65,62.3-70.7,25.9c-5.1-32.8,18-36.4,26.7-68.9s-32.3-53.5-32.3-53.5c20.5,51.8-18.6,70-18.6,70-1.9-25.4-24.8-38.6-24.8-38.6,13.6,24.3-.7,50-16.7,54-15.7,3.9-45.3-.6-36-38.6s-4.3-60.6-4.3-60.6c1.2,18.7-11.2,32-11.2,32,2.5-35.8-3.7-41.3-17.4-62.3s0-43.5,0-43.5c-81.3,27-66.4,106.4-66.4,106.4-31-28.1-6.2-72.8-6.2-72.8-26.7,20.4-29.2,43-21.7,105.8,7.4,62.8-27.9,60.6-27.9,60.6,13-63.9-40.3-86-40.3-86,42.2,42.4,6.2,90.9-21.1,90.9s-37.9-19.8-37.8-46.3c0-29.2-24.2-39.1-24.2-39.1,10.5,10.5,18.6,57.3-10.5,55.7-29.2-1.7-14.9-48,.6-86.5,15.5-38.6-23-63.9-23-63.9,0,0,40.3,61.7-9.9,59.5s-19-78.3-19-78.3c-43.8,48-17.6,93.7-6.5,116.3,11.2,22.6,13,93.7-37.8,93.7s-50.2-68.9-44-91.5-8.7-39.1-8.7-39.1c9.3,27-14.9,43-32.9,16.5s-1.9-78.3-1.9-78.3c-45.3,49.6-4.3,100.3,4.3,125.1,8.7,24.8-3.1,55.1-26.7,55.1s-34.7-14.9-30.4-34.7-6.8-35.3-6.8-35.3c2.5,8.8-.6,39.1-20.5,39.1s-32.3-23.7-23-59.5c9.3-35.8.6-45.7-16.7-67.8s12.4-50.2,12.4-50.2c0,0-38.5,17.6-65.1,46.8-26.7,29.2,9.3,73.3,8.1,97-1.2,23.7-22.3,24.3-34.7,3.3s5-55.7,5-55.7c-15.5,9.4-23,33.6-18,60.1s-6.5,49.6-21.7,49.6c-13.9,0-24.8-6.6-27.3-29.8-2.5-23.1-30.4-35.8-30.4-35.8,25.4,38,.4,54-13,54-12.4,0-22.3-11-22.3-32.5s14.9-40.4,29.8-63c14.9-22.6-12.4-40-12.4-40,19.2,38.6-25.4,58.4-45.3,30.9-19.9-27.6-5.6-70-5.6-70-31,36.9-4.3,75,6.8,99.2,11.2,24.3,3.1,59.5-27.3,54-30.4-5.5-15.5-44.1-15.5-44.1,0,0-19.9,14.3-13.6,56.2,6.2,41.9-57.7,52.4-54.6,25.4,3.1-27-10.5-39.1-10.5-39.1,4.3,27-11.8,35.8-11.8,35.8,5.6-33.6-18.6-52.4-18.6-52.4,13.6,23.7-1.2,46.3-16.1,46.3s-28.5-5-34.1-17.6c-5.6-12.7-3.7-28.7,11.2-61.2,15-32.5-.1-52.9-.1-52.9,1.2,14.3-14.3,29.8-14.3,29.8,1.2-36.4-17.4-46.8-37.2-62.3-19.9-15.4-10.5-46.3-10.5-46.3-69.5,32.5-27.9,117.4-27.9,117.4-34.1-22-35.4-71.1-35.4-71.1-14.9,41.3,1.9,68.3,16.8,95.3,14.9,27,5,52.9-3.7,62.8s-40.3,14.3-44.7-12.7c-4.3-27,16.1-49.6,16.1-49.6-14.1,3.3-27.3,19.7-27.3,41.3s-3.1,39.1-20.5,39.1-27.9-9.9-22.3-40.2-17.4-46.3-17.4-46.3c10.5,39.1-33.5,22-45.3-9.4s13.6-71.1,13.6-71.1c-27.9,6.6-29.2,33.1-29.2,33.1-29.8-29.8-18.7-68.9-18.7-68.9-29.9,25.9-5.4,77.2-2.3,86.5,3.1,9.4,8.7,56.8-26.1,55.1-34.7-1.7-25.4-44.1-12.4-69.4-31.6,20.4-22,62.8-22,62.8-12.7-5.5-20.8-32.5-20.8-32.5-5,20.4,1.2,28.7,16.1,61.2,14.9,32.5-9.3,50.2-21.7,50.2s-36.6-1.1-29.8-39.7-27.9-50.2-27.9-50.2c42.2,45.2-9.9,79.9-32.5,61.5-40.5-33,1.5-89,1.5-89-26.1,11-33.5,31.4-32.9,62.8.6,31.4-15.5,46.3-45.9,46.3s-36-34.7-21.7-70c14.3-35.3-4.3-60.1-4.3-60.1.6,29.2-19.2,43.3-19.2,43.3-9.3-64.2-58.9-82.9-58.9-82.9,56.5,120.2,9.3,165.9-13,165.9S.7,212.7.7,212.7v181.9h4079.5Z\'\\/><path class=\'premium-sh-cls-3\' d=\'m4080.2,394.6v-118.9s-29.4-14-33.8-39.7c-4.4-25.7,11.3-46.4-13.2-68.8h0c0,.1,9.4,43.1-27.7,54.3-37.1,11.2-47.2-21.3-47.2-21.3,0,0,12,48.7-18.3,71-30.2,22.4-83.1,28-83.7-22.9h0c-19.5,25.2-32.7,13.4-30.8-6.7,1.9-20.1,17.9-19.5,18.9-47.5,0,0-32.1,20.1-63.6,19s-50.4-36.4-52.9-62.6c-2.5-26.3-6.3-39.7-12.6-50.3-6.3-10.6-5-33,3.1-48.1,0,0-20.8,17.3-16.4,52,4.4,34.7-6.9,46.4-21.4,47.5s-23.9-12.3-23.9-12.3c0,0,1.3,20.9,5,30.6,3.8,9.7,10.7,50.5-17.6,70.1-28.3,19.6-57.7,8.3-46.6-33h0c-24.5,22.4-19.4,50.3-47.8,56.5-24,5.2-52.2-9.5-52.2-29.6s10.8-15.8,6.3-47h0c-12.6,26.8-28.1,28.9-40.3,20.1-16.9-12.3,2.5-61-33.4-82.2,0,0,30.2,67.1,0,107.9-30.2,40.8-79.9,29.6-93.8,7.3-13.8-22.4,3.1-35.8-17-64.9h0c0,.2,11.3,63.2-37.8,69.9s-49.1-35.8-48.5-44.7c0,0-12,16.2-34.6,10.1s-28.3-28-26.4-44.2c1.9-16.2,4.5-52.3-6.9-71.6-14.1-23.9-3.8-50.9-3.8-50.9,0,0-33.4,22.4-21.4,62.6,12,40.3,21.9,79.9-2.6,90.3-24.5,10.4-38.3.3-41.5-8.1-3.1,14.5,7,49.7-18.9,59.3-19.9,7.4-39.3,2.3-44.7-16.8-4.8-17.2-8.9-21.9-15.1-27.4,0,0,12,43.6-21.4,54.8-33.4,11.2-49.1-11.2-46.6-33.6,2.5-22.4,10.7-47,10.7-47,0,0-19.5,16.2-23.9,36.9s-39.7,19.6-42.2-2.8h0c-.6,28.5-18.1,56.2-53.5,53.1-39.1-3.4-52.2-29.6-52.2-29.6,0,0-17.6,16.8-42.8,3.9-25.2-12.9-22-40.8-19.5-54.3s12-52.6-5-69.4c-17-16.8-33.4-27.4-35.9-63.2,0,0-8.8,36.4,6.9,58.7,15.7,22.4,27.1,51.5,1.9,62.6-25.2,11.2-36.5-44.2-36.5-44.2h0s-2.1,21.4,5.3,38.6c14,32.6-19.1,113.5-66.3,73.2,0,0-18.3,30.2-51,20.7s-35.9-31.3-33.4-48.7,13.8-22.4,9.4-43.6c0,0-11.3,14.5-30.8,10.1-19.5-4.5-12.6-28-12-35.2.6-7.3-4.4-16.8-17-26.8-12.6-10.1-7.6-27.4-7.6-27.4,0,0-10.8,20,5.7,45.3,17.3,26.5-19.5,76.7-57.3,47.5,0,0,43.6,98.6-32.1,104.2-40.8,3-44.1-44.4-65.5-58.3,0,0,.3,41.1-28.7,33.8-29-7.3-12.9-36.6-32.4-50,0,0,13.8,55.4-23.9,69.4-37.8,14-69.9-2.2-76.2-27.4-6.3-25.2,17-71,0-100.1,0,0,3.8,26.8-11.3,41.6,0,0-6.2-9.9-14.5-14.8,8.4,36.9-12.2,113.4-74.5,94.9-1.9-.6-3.8-1.4-5.6-2.4-7.4-4.2-27.5-17.3-31.1-38.3-4.4-25.7,11.3-46.4-13.2-68.8h0c0,.1,9.4,43.1-27.7,54.3-37.1,11.2-47.2-21.3-47.2-21.3,0,0,12,48.7-18.3,71-30.2,22.4-83.1,28-83.7-22.9h0c-19.5,25.2-32.7,13.4-30.8-6.7,1.9-20.1,17.9-19.5,18.9-47.5,0,0-32.1,20.1-63.6,19s-50.4-36.4-52.9-62.6c-2.5-26.3-6.3-39.7-12.6-50.3-6.3-10.6-5-33,3.1-48.1,0,0-20.8,17.3-16.4,52,4.4,34.7-6.9,46.4-21.4,47.5s-23.9-12.3-23.9-12.3c0,0,1.3,20.9,5,30.6,3.8,9.7,10.7,50.5-17.6,70.1-28.3,19.6-57.7,8.3-46.6-33h0c-24.5,22.4-19.4,50.3-47.8,56.5-24,5.2-52.2-9.5-52.2-29.6s10.8-15.8,6.3-47h0c-12.6,26.8-28.1,28.9-40.3,20.1-16.9-12.3,2.5-61-33.4-82.2,0,0,30.2,67.1,0,107.9-30.2,40.8-79.9,29.6-93.8,7.3-13.8-22.4,3.1-35.8-17-64.9h0c0,.2,11.3,63.2-37.8,69.9s-49.1-35.8-48.5-44.7c0,0-12,16.2-34.6,10.1-22.7-6.2-28.3-28-26.4-44.2,1.9-16.2,4.5-52.3-6.9-71.6-14.1-23.9-3.8-50.9-3.8-50.9,0,0-33.4,22.4-21.4,62.6s21.9,79.9-2.6,90.3c-24.5,10.4-38.3.3-41.5-8.1-3.1,14.5,7,49.7-18.9,59.3-19.9,7.4-39.3,2.3-44.7-16.8-4.8-17.2-8.9-21.9-15.1-27.4,0,0,12,43.6-21.4,54.8-33.4,11.2-49.1-11.2-46.6-33.6,2.5-22.4,10.7-47,10.7-47,0,0-19.5,16.2-23.9,36.9s-39.7,19.6-42.2-2.8h0c-.6,28.5-18.1,56.2-53.5,53.1-39.1-3.4-52.2-29.6-52.2-29.6,0,0-17.6,16.8-42.8,3.9-25.2-12.9-22-40.8-19.5-54.3s12-52.6-5-69.4c-17-16.8-33.4-27.4-35.9-63.2,0,0-8.8,36.4,6.9,58.7,15.7,22.4,27.1,51.5,1.9,62.6-25.2,11.2-36.5-44.2-36.5-44.2h0s-2.1,21.4,5.3,38.6c14,32.6-19.1,113.5-66.3,73.2,0,0-18.3,30.2-51,20.7s-35.9-31.3-33.4-48.7,13.8-22.4,9.4-43.6c0,0-11.3,14.5-30.8,10.1-19.5-4.5-12.6-28-12-35.2.6-7.3-4.4-16.8-17-26.8-12.6-10.1-7.6-27.4-7.6-27.4,0,0-10.8,20,5.7,45.3,17.3,26.5-19.5,76.7-57.3,47.5,0,0,43.6,98.6-32.1,104.2-40.8,3-44.1-44.4-65.5-58.3,0,0,.3,41.1-28.7,33.8-29-7.3-12.9-36.6-32.4-50h0s13.8,55.4-23.9,69.4c-37.8,14-69.9-2.2-76.2-27.4-6.3-25.2,17-71,0-100.1,0,0,3.8,26.8-11.3,41.6,0,0-6.2-9.9-14.5-14.8,8.5,37.5-12.8,115.8-77.4,94v119.2h4080.2Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m4080.2,394.6v-53.2s-45.6-9-39.5-48.1c6.1-39.1-23-58.3-23-58.3,19.6,25.9,16.9,59.5-14.2,59.5s-25.7-45.5-25.7-45.5c-40.6,18.2-2,85.2-66.3,85.2s-73.1-48.1-73.1-48.1c-60.9,4.2-38.6-55.3-38.6-55.3-17.6,1.8-16.9,33.7-20.3,46.9-3.4,13.2-12.9,26.5-34.5,24.7-21.7-1.8-25.7-17.4-16.9-70.3,8.8-52.9-14.2-90.8-14.2-90.8,12.3,42.1,5.4,76.9-12.2,76.9s-16.2-26.4-16.2-26.4c-14.1,11.4-10.2,33.1-2.8,45.1,7.4,12,2,55.9-42,55.9s-45.3-42.1-45.3-42.1c-14.7,2.6-16.2,18.6-21,36.7-4.7,18-18.9,28.9-18.9,28.9,7.4-17.4-8.1-39.1-8.1-39.1,0,0,2.7,54.1-35.9,45.7-38.6-8.4-18.3-80.6-18.3-80.6-23,5.4-25,45.1-25,45.1-16.9-29.5,8.8-66.1,8.8-66.1-30.5,13.8-29.1,45.1-27.1,77.6,2,32.5-37.2,39.1-38.6,16.2-1.4-22.8-20.3-35.5-20.3-35.5,0,0,7.4,54.7-29.1,49.9-36.5-4.8-14.9-37.9-29.1-52.9-14.2-15-6.8-33.7-6.8-33.7-29.1,7.8-28.4,60.1-28.4,60.1-6.8-4.2-8.8-27.1-8.8-27.1-23.7,18.6,6.6,51.4-33,46.4-48-6-29.3-94.5-29.3-94.5,0,0-13,.1-18.4,32.5s-49.2,15.6-45.2-12.7c4-28.3-6.1-54.1-6.1-54.1-4.1,58.9-45.3,28.3-45.3,28.3,24.8,90.5-21.9,116.2-51.3,115.3-7.3-.2-19.7-3.6-26.5-31.3-6.8-27.7-32.5-38.6-32.5-38.6,14.2,14.9,11.5,66.3-14.2,66.3s-33.8-52.9-33.8-52.9c-8.9,24.1,0,56.5,0,56.5-40.6-27.7-21.7-92.6-21.7-92.6-33.2,6.6-34.5,60.1-34.5,60.1-16.9-7.2-12.9-31.3-12.9-31.3-29.8,9-23.2,53.8-36.5,61.3-19.9,11.2-47,2.7-49.4-20.4-2.2-21.3-13.5-36.7-13.5-36.7-8.1,76.8-56.2,49.3-79.2.6s7.4-100.4,7.4-100.4c-39.9,17.4-31.1,46.3-38.6,87.2-7.4,40.9-53.1,54.4-53.1,54.4,6.8-38.8-24-53.2-24-53.2,11.8,12.8,12.8,50.1,1.8,55-40.5,18-45.8-43.1-45.8-43.1-30.8,28.1,31.5,63.3-13.9,60.3-45.3-3-42.6-42.9-42.6-73.6,0-40.4-33.6-65.3-33.6-65.3,0,0,37.3,91.6-.5,91.5-45.7-.1-24.2-59.9-24.2-59.9-24.4,16.5-17.3,43.9-17.9,67.3-.7,23.4-9.6,44.6-29.1,53.7-17.9,8.3-102.5,18.3-98.5-20.3,3.1-29.6-6.8-42.1-6.8-42.1,1.4,30.1-18.9,46.3-18.9,46.3,8.8-44.8-15.2-70-15.2-70,0,0,.7,45.4-43.3,64s-76.2-2.7-82.2-27.1c-4.8-19.4,10.5-40.3,10.5-40.3-47.7,19.5-32.1,72.1-32.1,72.1-34.9-5.7-21.7-38.9-21.7-38.9-23.3,6-18.8,16.6-18.8,30.1,0,25.4-69.8,6.5-63.7-32.6,6.1-39.1-23-58.3-23-58.3,19.6,25.9,16.9,59.5-14.2,59.5s-25.7-45.5-25.7-45.5c-40.6,18.2-2,85.2-66.3,85.2s-73.1-48.1-73.1-48.1c-60.9,4.2-38.6-55.3-38.6-55.3-17.6,1.8-16.9,33.7-20.3,46.9s-12.9,26.5-34.5,24.7c-21.7-1.8-25.7-17.4-16.9-70.3,8.8-52.9-14.2-90.8-14.2-90.8,12.3,42.1,5.4,76.9-12.2,76.9s-16.2-26.4-16.2-26.4c-14.1,11.4-10.2,33.1-2.8,45.1s2,55.9-42,55.9-45.3-42.1-45.3-42.1c-14.7,2.6-16.2,18.6-21,36.7-4.7,18-18.9,28.9-18.9,28.9,7.4-17.4-8.1-39.1-8.1-39.1,0,0,2.7,54.1-35.9,45.7-38.6-8.4-18.3-80.6-18.3-80.6-23,5.4-25,45.1-25,45.1-16.9-29.5,8.8-66.1,8.8-66.1-30.5,13.8-29.1,45.1-27.1,77.6,2,32.5-37.2,39.1-38.6,16.2-1.4-22.8-20.3-35.5-20.3-35.5,0,0,7.4,54.7-29.1,49.9-36.5-4.8-14.9-37.9-29.1-52.9-14.2-15-6.8-33.7-6.8-33.7-29.1,7.8-28.4,60.1-28.4,60.1-6.8-4.2-8.8-27.1-8.8-27.1-23.7,18.6,6.6,51.4-33,46.4-48-6-29.3-94.5-29.3-94.5,0,0-13,.1-18.4,32.5s-49.2,15.6-45.2-12.7c4-28.3-6.1-54.1-6.1-54.1-4.1,58.9-45.3,28.3-45.3,28.3,24.7,90.6-21.9,116.3-51.3,115.4-7.3-.2-19.7-3.6-26.5-31.3s-32.5-38.6-32.5-38.6c14.2,14.9,11.5,66.3-14.2,66.3s-33.8-52.9-33.8-52.9c-8.9,24.1,0,56.5,0,56.5-40.6-27.7-21.7-92.6-21.7-92.6-33.2,6.6-34.5,60.1-34.5,60.1-16.9-7.2-12.9-31.3-12.9-31.3-29.8,9-23.2,53.8-36.5,61.3-19.9,11.2-47,2.7-49.4-20.4-2.2-21.3-13.5-36.7-13.5-36.7-8.1,76.8-56.2,49.3-79.2.6s7.4-100.4,7.4-100.4c-39.9,17.4-31.1,46.3-38.6,87.2-7.4,40.9-53.1,54.4-53.1,54.4,6.8-38.8-24-53.2-24-53.2,11.8,12.8,12.8,50.1,1.8,55-40.5,18-45.8-43.1-45.8-43.1-30.8,28.1,31.5,63.3-13.9,60.3-45.3-3-42.6-42.9-42.6-73.6,0-40.4-33.6-65.3-33.6-65.3,0,0,37.3,91.6-.5,91.5-45.7-.1-24.2-59.9-24.2-59.9-24.4,16.5-17.3,43.9-17.9,67.3-.7,23.4-9.6,44.6-29.1,53.7-17.9,8.3-102.5,18.3-98.5-20.3,3.1-29.6-6.8-42.1-6.8-42.1,1.4,30.1-18.9,46.3-18.9,46.3,8.8-44.8-15.2-70-15.2-70,0,0,.7,45.4-43.3,64s-76.2-2.7-82.2-27.1c-4.8-19.4,10.5-40.3,10.5-40.3-47.7,19.5-32.1,72.1-32.1,72.1-34.9-5.7-21.7-38.9-21.7-38.9-23.3,6-18.8,16.6-18.8,30.1,0,25.4-24.2,15.4-24.2,15.4v53.4h4080Z\'\\/><\\/svg>\"},\"shape10\":{\"title\":\"Shape 10\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 35\'><path d=\'M1000 5S822.877 3.636 700 3.93c-18.088.043-36.002 10.945-51 11.07-21.081.175-37.54-10.382-49-10-20.98.7-33.333 17.5-50 15S516.667 0 500 0s-33.333 17.5-50 20-29.02-14.3-50-15c-11.645-.388-29.453 10.167-51 9.992-15.016-.122-30.925-11.022-49-11.064C176.964 3.644 0 5 0 5v30h1000V5z\'\\/><\\/svg>\"},\"shape11\":{\"title\":\"Shape 11\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 60\'><path d=\'M1000 20L700 40l-50-20-50 20L500 0 400 40l-50-20-50 20L0 20v40h1000V20z\'\\/><\\/svg>\"},\"shape12\":{\"title\":\"Shape 12\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1047.1 3.61\' preserveAspectRatio=\'none\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m1041.9,3.61v-1.2c-2,1.1-2.6-.4-2.6-.4,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.2-.6-4.4,1.5-5.7,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.7-1.7-1.6-1.9-2.1-.6-4.4,1.5-5.8,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.2-.6-4.4,1.5-5.7,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9C6.1-.49,3.9,1.61,2.7,2.31c-2.1,1.2-2.7-.3-2.7-.3v1.6h1047.1-5.2ZM2.5,2.41h0Zm.3-.3s0,.1-.1.1q.1,0,.1-.1Z\'\\/><\\/svg>\"},\"shape13\":{\"title\":\"Shape 13\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M761.9,40.6L643.1,24L333.9,93.8L0.1,1H0v99h1000V1\'\\/><\\/svg>\"},\"shape14\":{\"title\":\"Shape 14\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 2600 130.1\'><defs><style>.premium-sh-cls-1 {  opacity: .5;}.premium-sh-cls-1, .premium-sh-cls-2 {  isolation: isolate;}.premium-sh-cls-1, .premium-sh-cls-2, .premium-sh-cls-3 {  stroke-width: 0px;}.premium-sh-cls-2 {  opacity: .25;}<\\/style><\\/defs><path class=\'premium-sh-cls-3\' d=\'m2600,61v69.1H0S2600,61,2600,61Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m0,61h2600v69.1H0V61Z\'\\/><path class=\'premium-sh-cls-2\' d=\'m2600,61L0,0v130.1s2600,0,2600,0V61Z\'\\/><\\/svg>\"},\"shape15\":{\"title\":\"Shape 15\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 283.5 18.8\'><defs><style>.premium-sh-cls-1 {  isolation: isolate;  opacity: .33;}.premium-sh-cls-1, .premium-sh-cls-2 {  stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8V0l-141.7,14.7L0,0v18.8h283.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8V6.2l-141.7,8.6L0,6.2v12.6h283.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8v-6.4l-141.7,2.4L0,12.4v6.4h283.5Z\'\\/><path class=\'premium-sh-cls-2\' d=\'m283.5,18.8v-1.2l-141.7-2.8L0,17.6v1.2h283.5Z\'\\/><\\/svg>\"},\"shape16\":{\"title\":\"Shape 16\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 283.5 27.22\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m0,17.52s7.3-4.3,14-4.6c6.8-.3,12.6,0,20.9,1.5,11.3,2,33.1,10.1,44.7,5.7s12.1-4.6,18-7.4c6.6-3.2,20-9.6,36.6-9.3,17.7.3,49.8,16.6,63,15.8,1.4-.1,6.6-.8,10.5-2,3.8-1.2,9.4-3.8,17-4.7,3.2-.4,8.3-1.1,14.2-.9,1.5.1,6.3.4,12,1.6,5.7,1.2,11,3.1,15.8,3.7,10.3,1.1,16.8-.5,16.8-.5v10.8H0v-9.7Zm22.7-1.6c.7,1,2,.4,4.3.4s6.1,1.2,5.8,1.1c-.3-.1-3.1-1.5-6-1.9-3-.5-4.7-.6-4.1.4Zm18.4,2.7s2.4.2,5.6.9c3.2.8,10.3,2.8,15.1,3.5,8.2,1.1,15.8,0,15.1-.1-.8-.1-9.6.6-17.6-1.1-3.3-.7-9.3-2.2-12.4-2.7-3.3-.6-5.8-.5-5.8-.5Zm57.2.1c-1.7.7,13.3-4.7,18.5-6.1,2.1-.6,6.2-1.6,10-2,3.9-.4,8.9-.4,8.8-.5,0-.2-5.8-.8-11.2,0s-5.2,1.1-7.6,1.6c-3.8.8-16.8,6.3-18.5,7Zm-13.9,1.6c-.2,0,.8.4,4.8-1.1s6.7-3.5,6.9-3.7c.2-.1-3.5,1.8-6.6,3-3,1.2-5,1.8-5.1,1.8ZM.5,21.22c.1-.1,1.9-1.1,4.8-2.5,2.9-1.4,6.9-2.8,6.7-2.7-.2,0-3.5.6-7.4,2.5S.4,21.32.5,21.22Zm251.7-5.6c-.1.2,1.9.2,4.5,1.2s5.4,1.6,7.8,2c4,.8,11.7-.1,11.3-.2-.3-.1-8.2.3-12.5-.7-2.2-.5-2.4-.5-5.7-1.6s-5.3-1-5.4-.7Zm-41.7,2.4c-.4.1-3.5,1.6-8.4,2.6-4.9,1.1-8.9.5-8.9.8s1,.9,6.2.3,11.5-3.8,11.1-3.7Zm1.4,2.5c-.2-.1-3.4,1.3-5.7,1.7-2.3.3-1.9.5-1.9.6s1.1.2,2.7-.2c1.7-.5,5.1-2,4.9-2.1Zm-22,2.3c-.1-.2-3.5-.8-5.6-1.8-2.1-1-1.8-.6-1.9-.5s.8.8,2.4,1.3c1.6.6,5.2,1.2,5.1,1Zm28.2-6.7c.1-.3-.3-.5-1.9.2s-2.6,1.3-2.2,1.2.9-.4,2.5-.8c1.7-.4,1.5-.3,1.6-.6Zm30.9-1.3c.2,0-2.1-.8-3.3-.9-1.2-.1-2-.1-2,.2s.1.5,1.6.4c1.6-.1,3.5.3,3.7.3Zm-117.7-8.7c.1-.1,2.4.3,7.5.3s13.6,2.4,17.2,3.5c3.6,1.1-10-3.9-16.5-4.1-6.5-.2-8.3.4-8.2.3Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m13.9,9.22c.1.1,4.6-.3,7.2,0,7.3.7,17,3.2,16.6,2.9s-13.7-3.1-17-3.3c-4.9-.4-6.9.4-6.8.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m56.1,17.42c.2.1,4.5,1,9.5,1.2s12.7-.6,12.3-.5c-.3.1-5.9,1.8-13.3,1.2s-8.7-2-8.5-1.9Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m79,13.82c.1.1-2,1-3.2,1.1s-2,0-2-.3.1-.5,1.6-.4c1.7.1,3.5-.5,3.6-.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m82.5,16.62c0,.1,4.4-1.2,6.3-2.2,1.9-.9,6.2-3.1,6.1-3.1-.1-.1-4.2,1.6-6.3,2.6s-6.1,2.6-6.1,2.7Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m129,.52c.1.1,4.6-.3,7.2,0,7.3.7,17,3.2,16.6,2.9-.4-.3-13.7-3.1-17-3.3-4.9-.4-6.9.3-6.8.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m241.6,7.92s-1.2.3-2.9.1c-1.7-.2-5.8-.9-8.2-.7-4.2.4-7.4,2.7-7,2.6.4,0,4.3-2.2,8.6-1.9,1.8.1,5.1.5,6.7.4s2.8-.5,2.8-.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m208,14.62c-.2-.1-2,.8-4.3,1.1-2.3.2-2.1.3-2.1.5,0,.1,1.8.4,3.4,0,1.6-.5,3.2-1.5,3-1.6Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m267.9,14.02c0,.1-4.3,0-6.7-.5-2.4-.5-5-1.9-5-2s2.7.8,5.1,1.4c2.3.6,6.5,1,6.6,1.1Z\'\\/><\\/svg>\"},\"shape17\":{\"title\":\"Shape 17\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1800.2 5.8\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;  }<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m0,0v5.8h1800.2V0l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3L255.6.1l-5.5,5.3-5.6-5.4h-.2l-5.5,5.4L233.2.1l-5.4,5.3L222.2.1l-5.5,5.3L211.1.1l-5.5,5.3-5.6-5.4h-.2l-5.4,5.4L188.7.1l-5.4,5.3L177.7.1l-5.5,5.3L166.6.1l-5.4,5.3L155.5.1l-5.4,5.3-5.6-5.4h-.2l-5.5,5.4L133.2.1l-5.5,5.3L122.1.1l-5.4,5.3L111.1.1l-5.5,5.3-5.6-5.4h-.2l-5.5,5.4L88.7.1l-5.4,5.3L77.7.1l-5.5,5.3L66.6.1l-5.5,5.3L55.5.1l-5.4,5.3-5.7-5.4h-.1l-5.5,5.4L33.2.1l-5.5,5.3L22.1.1l-5.4,5.3L11,.1l-5.4,5.3L0,0Z\'\\/><\\/svg>\"},\"shape18\":{\"title\":\"Shape 18\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 700 10\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M360 0L350 9.9 340 0 0 0 0 10 700 10 700 0\'\\/><\\/svg>\"},\"shape19\":{\"title\":\"Shape 19\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 20\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M519.8,0.2c-11,0-19.8,8.5-19.8,19c0-10.4-8.8-19-19.8-19L0,0v20h1000V0.2H519.8z\'\\/><\\/svg>\"},\"shape20\":{\"title\":\"Shape 20\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z\' fill=\'%23fbd8c2\'\\/><path d=\'M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z\' opacity=\'.5\' fill=\'%23fbd8c2\'\\/><path d=\'M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z\' opacity=\'.5\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape21\":{\"title\":\"Shape 21\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape22\":{\"title\":\"Shape 22\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg class= xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape23\":{\"title\":\"Shape 23\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.1 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape24\":{\"title\":\"Shape 24\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.6 2003.4 89.5\'><g fill=\'%23fbd8c2\'><path d=\'M2001 42l-12-21-12-21-12 21-12 21-4 6-8 14-6 11-6-11-12-20-12-21-12-21-12 21-12 21-8 14-4 7-8 13-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 6-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 20-8 14-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-8 14-4 6-8 14-8-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 21-8 13-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-12 21-7 13-8-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21-13 21-8 13-7-14-12-20-12-21-12-21-12 21-12 21h-1l-12 21-5 10-6-11-12-20-12-21-13-21-12 21-12 21-4 7-8 13-8 14-7-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21h-1l-12 21-7 13-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 7-6 10-6-11-12-20-12-21-12-21-12 21-12 21-4 7-8 13-8 14-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-8 13-4 7-8 14-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 6-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 20-8 14-8-14-12-20-12-21L86 0 74 21 62 42 50 63l-6 10-6-11-12-20-12-21L2 42l12 20-4-7-5-8-3-5 12-21L2 0 0 3v80h2003V46zM6 76l1-2 2-3 2-3-5 8zm252-34l8-14-8 14-12 20zm947 0l8-14-8 14-12 20zm344 0l7-14-7 14-12 20z\' opacity=\'.5\'\\/><path d=\'M1991 69l-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-10 16-2 4-8 13-7-13-13-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-7-13-12-20-12-21-12-20-12 20-12 21h-1l-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-3 4-9 16-6 10-6-10-12-20-12-21-13-20-12 20-12 21-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21h-1l-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-3 4-9 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-10 16-2 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-2 4-10 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-10 16-2 4-8 13-8-13-12-20-12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-9 16-3 4-8 13-7-13-12-20-13-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-7-13-12-20-12-21L65 8 53 28 41 49h-1L28 69l-6 10-6-10-1-3-3-4v-1l-2-3-4-7-2-2-1-3-3-5v48h2003l-12-20z\' opacity=\'.75\'\\/><path d=\'M1999 10l-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-8 14-7-14-12-21-12-20-13-21-12 21-12 20v1l-4 6-8 14-6 11-6-11-12-21-12-20-12-21-12 21-12 20-8 14-4 7-8 14-7-14-12-21-12-20-12-21-12 21-12 20-8 14-5 7-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-7 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-13 21-12 20-8 14-4 7-7 14-8-14-12-21-12-20-12 20-12 21 12-21 12-20-12-21-12 21-12 20-8 14-4 7-6 11-6-11-12-21-12-20-12-21-12 21-12 20-1 1-12 20-7 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12 20-12 21 12-21 12-20-12-21-12 21-12 20-8 14-4 7-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 7-8 13-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-4 7-8 13-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20-8 14-4 7-6 11-6-11-12-21-12-20-12-21-12 21L0 51l9 16-5-8-2-5-2-3v38h2l1-1-1 1h2001V17l-4-7z\' opacity=\'.7\'\\/><path d=\'M1995 49l-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-21-12-20-12-20-12 20-12 20v1l-2 4-10 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-21-12-20-12-20-12 20-12 20-9 17-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-8-13-12-21-12-20-12-20-12 20-12 20v1l-2 4-10 16-6 10-6-10-12-21-12-20-12-20-12 20-12 20-9 17-3 4-8 13-8-13-12-21-12-20-12-20-12 20-12 20-9 17-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-7-13-12-21-12-20-12-20-12 20-12 20v1l-13 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-9 16-3 4-8 13-7-13-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-13 20-5 10-6-10-12-20-12-21-12-20-12 20-12 21h-1l-2 4-10 16-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-13 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-2 4-10 16-6 10-6-10-12-20-12-21L44 8 32 28 20 49 8 69l-1 2H6l-4 7-2 4v7h20l-1-1 1 1h1975v-1h8V34l-8 15zM9 71l-1-1 1 2zm1983 14l-9-16z\'\\/><\\/g><\\/svg>\"},\"shape25\":{\"title\":\"Shape 25\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.4 78.7\'><g fill=\'%23fbd8c2\'><path d=\'M2000 20v59H0V18c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 91-4 10-7 19-15 29-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 014 0c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 92-4 9-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 015 0c11 0 22 6 32 12 10 7 19 15 30 21 28 15 64 14 91-4 10-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 19 14 29 21 26 18 63 19 91 4 10-6 19-14 29-21l6-3c8-5 18-9 28-9a33 33 0 014 0c12 0 23 6 32 12l30 21 3 1a87 87 0 0035 9 90 90 0 0043-8 81 81 0 0010-6l9-6c6-5 12-11 19-15a80 80 0 0168-8 80 80 0 0169 8l20 15 8 6a82 82 0 0011 6 90 90 0 0043 8 87 87 0 0035-9l2-1 30-21a79 79 0 0120-10z\' opacity=\'.75\'\\/><path d=\'M478 79H23a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 24 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M504 79H0V65c6-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 7-7 15-14 23-19a43 43 0 017-3c14-5 29-1 42 5 11 5 22 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 42-8l4-2c11-6 21-13 33-18 13-6 28-10 41-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-5 31 5 35 19v7z\'\\/><circle cx=\'59.8\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'159.2\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'375.8\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'435.9\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'106.4\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'321.2\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'250.3\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M982 79H527a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0113 4l12 5c11 6 23 12 35 16 15 6 31 8 46 4l4-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 015 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M1009 79H504V65c7-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 8-7 15-14 24-19a43 43 0 017-3c13-5 28-1 41 5 12 5 22 12 33 18l4 2c13 7 28 11 42 8 13 3 28-1 41-8l5-2c10-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c8 5 16 12 23 19 10 8 23 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-4 31 5 35 19l1 7z\'\\/><circle cx=\'564\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'663.5\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'880.1\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'940.2\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'610.6\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'825.5\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'754.6\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M1486 79h-454a33 33 0 0116-20l2-1a33 33 0 0122-1 22 22 0 0116-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0114 4l11 5c12 6 23 12 35 16 15 6 31 8 46 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 45-4 13-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 016 6 22 22 0 0116 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M1513 79h-504V65c6-10 20-16 31-12a37 37 0 0110 5c7 6 14 13 24 16 12 3 24-4 34-12 8-7 15-14 24-19a43 43 0 017-3c14-5 29-1 42 5 11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 28-1 41-8l5-2c11-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 34 12 10-3 16-10 24-16a37 37 0 0110-5c14-4 31 5 34 19l1 7z\'\\/><circle cx=\'1068.3\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'1167.8\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1384.4\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1444.5\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'1114.9\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1329.8\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1258.9\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M1990 79h-454a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 23 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 46-4 12-4 23-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0116 20z\' opacity=\'.5\'\\/><path d=\'M2000 54v25h-487V65c6-10 20-16 31-12a37 37 0 0110 5c8 6 15 13 24 16 12 3 25-4 34-12l1-1 23-18a43 43 0 017-3c10-3 21-2 32 1a84 84 0 0110 4c11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 41-8l5-2c11-6 21-13 33-18a83 83 0 019-4c10-3 22-5 32-1a43 43 0 017 3c9 5 16 12 23 18l1 1c10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5 26 26 0 0118 1z\'\\/><circle cx=\'1572.6\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'1672.1\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1888.7\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1948.8\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'1619.2\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1834.1\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1763.2\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><\\/g><\\/svg>\"},\"shape26\":{\"title\":\"Shape 26\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.2 2000.4 84.2\'><g fill=\'%23fbd8c2\'><circle cx=\'1334.4\' cy=\'40.4\' r=\'14\'\\/><circle cx=\'1867.7\' cy=\'40\' r=\'14\'\\/><path d=\'M1748 30l6-11-6-11h-13l-7 11 7 11h13zM1628 23l4-6-4-7h-7l-4 7 4 6h7zM1978 18l5-8-5-8h-8l-5 8 5 8h8zM1412 23l6-9-6-10h-11l-5 10 5 9h11zM783 52a9 9 0 10-9-9 9 9 0 009 9zM1160 26l7-11-7-12h-13l-6 12 6 11h13zM1040 19l4-6-4-7h-7l-4 7 4 6h7zM825 19l5-9-5-10h-11l-6 10 6 9h11zM697 16l4-6-4-7h-7l-4 7 4 6h7z\'\\/><path d=\'M83 84h1917V35c-10-8-25-12-40-10a32 32 0 00-11-3c-12-1-15 1-18 2-18 4-24 19-38 32-9 7-17 15-28 15-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-12 9-10 30-23 37a15 15 0 01-1 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-46-14c-6 0-13 0-19 5a12 12 0 00-4 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12h-1c-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-11 9-10 28-21 36a16 16 0 01-2 1c-6 3-14 3-20 0a50 50 0 01-6-3l-12-8a93 93 0 00-46-14c-5 0-11 0-15 3-5 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-13 4c-19 10-19 16-35 23-12 5-27 4-40 4s-28 1-41-4c-15-7-16-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-3-9-7-11-5-3-11-3-16-3a93 93 0 00-45 14l-13 8a50 50 0 01-6 3c-6 3-14 3-20 0a16 16 0 01-2-1c-10-8-9-27-20-36-10-8-26-3-35 7s-13 22-20 33-18 21-31 20a17 17 0 01-15-12 11 11 0 011-9c2-3 5-7 5-11a12 12 0 00-4-11c-5-5-12-5-19-5a93 93 0 00-46 14l-9 6a58 58 0 01-9 5c-6 2-13 3-18 1a15 15 0 01-2-1c-13-7-11-28-22-37-11-8-26-3-35 7s-13 22-20 33-18 21-31 20a24 24 0 01-4 0c-9-3-16-9-23-15-14-12-21-28-39-32l-4-1-3 1c-18 4-25 20-39 32-7 6-14 12-23 15a24 24 0 01-4 0c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 30-22 37a15 15 0 01-2 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-45-14c-7 0-14 0-19 5a12 12 0 00-5 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 28-21 36a16 16 0 01-1 1c-6 3-14 3-21 0a50 50 0 01-5-3l-13-8a93 93 0 00-45-14c-6 0-11 0-16 3-4 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-12 4c-19 10-20 16-35 23-13 5-27 4-41 4s-28 1-40-4c-16-7-17-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-4-9-8-11-5-3-10-3-16-3H0v61z\'\\/><circle cx=\'125.9\' cy=\'40.4\' r=\'14\'\\/><circle cx=\'659.1\' cy=\'40\' r=\'14\'\\/><path d=\'M539 30l7-11-7-11h-13l-6 11 6 11h13zM42 21l5-8-6-8h-9l-5 9 6 8 9-1zM770 18l4-8-4-8h-9l-4 8 4 8h9zM927 30l4-8-4-7h-9l-5 7 5 8h9zM204 23l5-9-5-10h-11l-6 10 6 9h11z\'\\/><\\/g><\\/svg>\"},\"shape27\":{\"title\":\"Shape 27\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.8 81.8\'><g fill=\'%23fbd8c2\'><path d=\'M71 82H0V53a28 28 0 005-2c5-4 8-9 12-14l3-4c12-13 33-17 49-9l15 9H68a24 24 0 00-20 9 23 23 0 00-4 12 23 23 0 004 15c5 7 13 12 23 13zM193 71v1a25 25 0 01-2 10H80c13-2 25-9 36-17l2-1 3-2c11-7 22-14 35-16a37 37 0 015 0 39 39 0 0110 1c9 2 16 7 20 14a21 21 0 011 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M302 82H191a25 25 0 01-3-11v-2a21 21 0 011-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c9 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM421 82H311c11-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 8 11 13 15a32 32 0 007 3l9 3a49 49 0 0112 7 54 54 0 0112 11l2 3v1l2 3z\'\\/><path d=\'M206 82H0V31l3 1a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0011 7l5 2c15 5 32 5 48 3l8-1 11-1a233 233 0 0125-2l8 1a80 80 0 0128 6 37 37 0 015 3l2 1 3 2a48 48 0 018 7z\' opacity=\'.5\'\\/><path d=\'M590 82H174a51 51 0 0114-11l2-1 1-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 26 26 0 017 0h3a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0011 7l5 2c15 5 32 5 48 3h8l11-2a233 233 0 0125-2l8 1a80 80 0 0128 6 37 37 0 015 3l2 1 3 2a48 48 0 018 7z\' opacity=\'.5\'\\/><path d=\'M429 82H0V71a186 186 0 0019-7l25-10a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0013-4 50 50 0 0016-11l3-4h1a82 82 0 007-11 11 11 0 0118 0 82 82 0 008 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 17-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a173 173 0 0026 10 143 143 0 0025 4h13c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M202 82H6c15-2 28-7 42-13l9-5 3-1 27-14a166 166 0 0119-7c13-4 28-6 41-2a61 61 0 0114 6l7 5a251 251 0 0123 18l2 2a60 60 0 015 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M389 82H193a47 47 0 015-6v-1a90 90 0 0112-11l6-5 1-1a176 176 0 0115-10 64 64 0 0116-8c13-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h1a165 165 0 0051 18zM444 82h-38a66 66 0 0013-3l3-1a58 58 0 009-4l3-2c6-3 8-2 9 7l1 3z\' opacity=\'.5\'\\/><circle cx=\'78.7\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'188.3\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'305.9\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M443 79a38 38 0 0012 3h-71V53a28 28 0 005-2c5-4 8-9 12-14l3-4c12-13 32-17 49-9l15 9h-17a24 24 0 00-19 9 23 23 0 00-4 12 23 23 0 004 15 25 25 0 002 3 30 30 0 009 7zM577 71v1a25 25 0 01-2 10H464c13-2 25-9 36-17l2-1 3-2c11-7 23-14 35-16a37 37 0 015 0 39 39 0 0110 1c9 2 16 7 20 14a21 21 0 011 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M686 82H574a25 25 0 01-2-11v-2a21 21 0 011-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c9 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM805 82H695c11-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 8 11 13 15a29 29 0 005 3l11 3a49 49 0 0111 6 55 55 0 0112 12l3 3v1l2 3z\'\\/><path d=\'M972 82H558a51 51 0 0114-11l2-1 1-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 25 25 0 0111 0 23 23 0 013 1 50 50 0 018 4 112 112 0 0113 8l14 9a87 87 0 0012 7l5 2c15 5 31 5 47 3l9-1 10-1a233 233 0 0126-2l8 1a80 80 0 0128 6l1 1 4 2 2 1 3 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M813 82H384V71a186 186 0 0019-7l2-1 23-9a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0015-11l4-4a82 82 0 007-11 11 11 0 0118 0 82 82 0 008 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 17-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a174 174 0 0024 9 141 141 0 0026 5h14c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M586 82H390a104 104 0 0019-4 142 142 0 0023-9l9-5 3-1 27-14a166 166 0 0119-7c13-4 28-6 41-2a61 61 0 0114 6l7 5a251 251 0 0123 18l2 2a60 60 0 015 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M773 82H577a47 47 0 015-6v-1a90 90 0 0112-11l6-5 1-1a176 176 0 0115-10 64 64 0 0116-8c13-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h1c14 7 29 14 44 17l7 1zM828 82h-38a66 66 0 0013-3l2-1a58 58 0 0010-4l2-1c7-4 9-4 10 6l1 3z\' opacity=\'.5\'\\/><circle cx=\'462.7\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'572.2\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'689.9\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M827 79a38 38 0 0010 3h-71V53a28 28 0 005-2c5-4 9-9 12-14l3-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 4 31 31 0 0010 6zM960 71v1a25 25 0 01-3 10H846c13-2 25-9 37-17l1-1 3-2c11-7 23-14 36-16a37 37 0 014 0 39 39 0 0111 1c8 2 15 7 19 14a21 21 0 011 3 21 21 0 011 4 22 22 0 011 3z\'\\/><path d=\'M1068 82H957a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c10 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM1187 82h-110c12-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-4-14 24 24 0 00-20-9h-16l15-9a43 43 0 0151 12c4 5 8 11 13 15a32 32 0 007 3l10 3a49 49 0 0111 7 55 55 0 0112 11l2 3v1l2 3z\'\\/><path d=\'M1356 82H940a51 51 0 0115-11l1-1 2-1 1-1a76 76 0 0118-4 89 89 0 018-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 26 26 0 017 0h3a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0012 7l4 2c15 5 32 5 48 4l9-1 10-2a233 233 0 0126-1h8a80 80 0 0128 6l1 1 4 2 1 1 4 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M1195 82H766V71a186 186 0 0019-7l3-1 22-9a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 007-11 11 11 0 0119 0 82 82 0 007 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 18-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a173 173 0 0026 10 143 143 0 0026 4h12c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M968 82H772h1a104 104 0 0019-4 132 132 0 0022-9l9-4 4-2 27-14a166 166 0 0118-7c13-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1155 82H960a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h2a165 165 0 0050 18zM1210 82h-37a66 66 0 0012-3l3-1a58 58 0 009-4l3-2c6-3 8-2 10 7v3z\' opacity=\'.5\'\\/><circle cx=\'845\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'954.5\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1072.2\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1210 79a37 37 0 0011 3h-71V53a28 28 0 005-2c5-4 8-9 12-14l2-2 1-2a38 38 0 016-5c12-9 29-11 43-4l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 002 3 30 30 0 0010 7zM1344 71v1a25 25 0 01-3 10h-111c13-2 25-9 37-17l1-1 3-2c11-7 23-14 36-16a37 37 0 014 0 39 39 0 0111 1c8 2 15 7 19 14a21 21 0 011 3 21 21 0 011 4 22 22 0 011 3z\'\\/><path d=\'M1452 82h-111a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c10 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM1571 82h-110c12-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-4-14 24 24 0 00-20-9h-16l15-9a43 43 0 0151 12c4 5 8 11 13 15a29 29 0 006 3l11 3a48 48 0 0110 6 54 54 0 0112 12l3 3v1l2 3z\'\\/><path d=\'M1738 82h-414a51 51 0 0115-11l1-1 2-1 1-1a76 76 0 0118-4 89 89 0 018-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 25 25 0 0114 1 58 58 0 019 4 112 112 0 0112 8l14 9a87 87 0 0012 7l5 2c15 5 31 5 47 3h9l10-2a233 233 0 0126-2l8 1a80 80 0 0128 6l1 1 4 2 2 1 3 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M1579 82h-429V71a186 186 0 0019-7h2l23-10a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 007-11 11 11 0 0119 0 82 82 0 007 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3l27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a175 175 0 0025 9 141 141 0 0025 5h14c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M1352 82h-196a104 104 0 0020-4 142 142 0 0022-9l9-5 4-1 27-14a166 166 0 0118-7c13-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1539 82h-195a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h2c14 7 28 14 44 17l6 1zM1594 82h-37a66 66 0 0012-3l3-1a58 58 0 009-4l2-1c7-4 9-4 11 6v3z\' opacity=\'.5\'\\/><circle cx=\'1229\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'1338.5\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1456.2\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1594 79a38 38 0 009 3h-70V53a28 28 0 004-2l13-14 2-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 4 31 31 0 0011 6zM1726 71v1a25 25 0 01-2 10h-112c14-2 26-9 37-17l2-1 3-2c11-7 22-14 35-16a37 37 0 014 0 39 39 0 0111 1c8 2 16 7 19 14a21 21 0 012 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M1835 82h-112a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c4-6 9-10 16-13a39 39 0 0119-2 50 50 0 016 2c10 2 19 8 27 13l5 3 2 2c12 7 23 14 37 16zM1953 82h-110c12-2 23-8 26-18l1-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 7 11 13 15a32 32 0 007 3l9 3a49 49 0 0111 6 55 55 0 0112 12l2 3 1 1 1 3z\'\\/><path d=\'M2000 67v15h-294a51 51 0 0115-11l1-1 2-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0126 2l15 2h7a103 103 0 0055-7l7-4 3-2 12-8a105 105 0 0115-9 51 51 0 0112-4 26 26 0 018 0h2a52 52 0 0115 5 112 112 0 0112 8l9 5 5 4a87 87 0 0012 7l5 2a83 83 0 0023 4z\' opacity=\'.5\'\\/><path d=\'M1961 82h-428V71a186 186 0 0018-7l3-1 22-9a84 84 0 0147-4c11 3 20 9 31 12l5 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 008-11 11 11 0 0118 0 82 82 0 007 11l2 1a55 55 0 0010 10 46 46 0 008 4 36 36 0 0013 4 41 41 0 0013-2 73 73 0 008-3c9-4 18-9 27-11a62 62 0 0120-2 108 108 0 0133 8l19 8a173 173 0 0026 10 143 143 0 0026 4h12c6 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M1734 82h-195a104 104 0 0019-4l8-3 14-6 9-4 4-2 27-14a166 166 0 0118-7c14-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1922 82h-196a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 29-2 42 2a160 160 0 0116 6l22 11 9 5h2a165 165 0 0051 18zM1976 82h-37a66 66 0 0013-3l2-1a58 58 0 0010-4l3-2c5-3 7-2 9 7v3z\' opacity=\'.5\'\\/><circle cx=\'1611.3\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'1720.8\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1838.5\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1976 79a37 37 0 0011 3h-70V53a28 28 0 004-2l13-14 2-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 3 30 30 0 009 7zM2000 81v1h-4l4-1z\'\\/><path d=\'M2000 49v33h-83V71a186 186 0 0018-7l2-1 18-7 5-2c14-4 27-7 40-5z\' opacity=\'.75\'\\/><path d=\'M2000 51v31h-77a104 104 0 0019-4 139 139 0 0022-9l9-5 4-1 23-12z\' opacity=\'.5\'\\/><circle cx=\'1988.2\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'118.4\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'133\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'249.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'264.6\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'381.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'396.2\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'513.1\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'527.8\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'644.7\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'659.3\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'776.3\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'790.9\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'907.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'922.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1039.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1054.1\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1171.1\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1185.7\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1302.6\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1317.3\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1434.2\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1448.9\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1565.8\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1580.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1660.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1675.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1788.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1803.2\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1960.6\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1952.7\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><\\/g><\\/svg>\"},\"shape28\":{\"title\":\"Shape 28\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.4 78\'><g fill=\'%23fbd8c2\'><path d=\'M215 78H89c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-19 7-25 14H0v-2a44 44 0 012-13c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 12 11 20v1a36 36 0 01-1 15z\'\\/><path d=\'M428 78H303c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15v-1c4-13 14-24 25-29 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M642 78H517c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M856 78H730c-10-5-21-10-32-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c4-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M1070 78H944c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-25 14h-3a44 44 0 012-15c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 31 7s24-8 24-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M1283 78h-125c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 78 3l44 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1497 78h-125c-11-5-21-10-33-13a62 62 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-9 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 77 3l45 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1711 78h-125c-11-5-22-10-33-13a63 63 0 00-12-2 58 58 0 00-7 0 62 62 0 00-9 1c-9 2-20 7-26 14h-2a44 44 0 012-15c4-13 14-25 25-30 26-11 56-5 78 3l44 18c11 4 21 8 32 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1925 78h-125c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15c4-13 13-25 25-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M2000 28v44a121 121 0 00-19-7 63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 15-7 32-7 48-5z\'\\/><path d=\'M3 63h1997v15H3z\'\\/><circle cx=\'174.3\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'21.3\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'90.7\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'389.6\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'236.6\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'306.1\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'605\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'452\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'521.4\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'818.4\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'667.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'736.8\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1033.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'882.7\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'952.1\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1242.7\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1098.1\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1167.5\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1458.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1313.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1382.9\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1673.4\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1528.8\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1598.2\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1889.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1744.1\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1813.6\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1959.5\' cy=\'10.9\' r=\'10.9\'\\/><\\/g><\\/svg>\"},\"shape29\":{\"title\":\"Shape 29\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 73\'><g fill=\'%23fbd8c2\'><path d=\'M2000 73V28l-10-6a37 37 0 00-30-2c-14 6-23 19-37 23-12 3-24-1-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-7-18-27-11-35-20-22-24-47-43-79-26l-31 20a57 57 0 01-34 7c-15-2-17-4-31-5-12-1-28 13-35 21-7-8-23-22-34-21-15 1-17 3-31 5a57 57 0 01-35-7l-31-20c-31-17-56 2-79 26-8 9-28 2-34 20-7-18-27-11-35-20-23-24-48-43-79-26l-31 20c-11 6-23 10-35 7-13-4-23-17-36-23a37 37 0 00-31 2l-8 5-8-5a37 37 0 00-30-2c-14 6-23 19-37 23-12 3-24-1-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-6-18-27-11-35-20-22-24-47-43-79-26l-31 20a57 57 0 01-34 7c-14-2-17-4-31-5-12-1-28 13-35 21-7-8-23-22-34-21-15 1-17 3-31 5a57 57 0 01-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-7-18-27-11-35-20-22-24-47-43-79-26l-31 20c-11 6-23 10-34 7-14-4-24-17-37-23a37 37 0 00-30 2L0 28v45z\' opacity=\'.75\'\\/><path d=\'M2000 73V43a106 106 0 00-19 3h-1c-12 3-25 8-36 1-7-5-11-13-17-19a20 20 0 00-5-4c-8-4-17-1-25 1-6 2-12 3-18 2a35 35 0 01-9-4l-5-3c-5-2-10-4-15-2-5 3-7 7-10 12a40 40 0 01-4 8c-7 7-18 9-28 8-7-1-15-3-22-2a34 34 0 00-8 1 30 30 0 00-16 11 30 30 0 00-16-11c-6-2-12-1-18-1l-12 2c-9 1-21-1-27-8l-7-13-7-7c-5-2-11 0-15 2l-12 6a22 22 0 01-3 1c-8 2-17-2-26-4-5-1-11-2-16 1-4 1-6 4-9 7-4 6-8 12-14 16-11 7-25 2-37-1l-8-2a109 109 0 00-24-1 109 109 0 00-33 3c-13 3-27 8-37 1-7-4-11-13-16-18a21 21 0 00-7-5c-7-3-15-1-23 1-6 2-13 4-19 2a31 31 0 01-8-3l-7-4c-4-2-10-4-15-2-4 2-7 7-9 11l-5 9c-6 7-18 9-28 8l-19-2a37 37 0 00-10 1 30 30 0 00-16 11 30 30 0 00-17-11c-5-2-10-2-16-1l-13 2c-10 1-21-1-28-8l-7-12c-1-3-3-6-7-8-5-2-10 0-15 2l-11 6a24 24 0 01-3 1c-8 2-17-1-25-3-6-2-12-3-18 0a24 24 0 00-8 7c-5 5-8 12-14 16-11 7-25 2-38-1l-6-2a108 108 0 00-27-1 109 109 0 00-30 2l-4 1c-12 3-26 8-37 1-6-4-10-11-15-17a23 23 0 00-7-6c-7-3-14-2-20 0-8 2-15 5-23 3a26 26 0 01-5-2l-9-5c-5-2-11-4-15-2s-6 5-8 9l-6 11c-7 7-18 9-28 8l-16-2a41 41 0 00-14 1 30 30 0 00-16 11 30 30 0 00-16-11 40 40 0 00-12-1l-18 2c-9 1-21-1-27-8-3-3-4-7-6-10-2-4-4-8-8-10-5-2-11 0-15 2l-8 5a28 28 0 01-7 2c-7 2-14-1-21-2s-14-4-21-1a22 22 0 00-8 6c-5 5-8 13-15 17-11 7-25 2-37-1l-2-1a110 110 0 00-28-2 110 110 0 00-29 2l-2 1c-12 3-26 8-37 1-7-4-10-12-15-18a22 22 0 00-8-5c-6-3-14-1-21 1s-14 4-21 2a29 29 0 01-7-3l-7-4c-5-2-11-4-16-2-4 2-6 6-8 10s-3 7-6 10c-6 7-17 9-27 8l-18-2a38 38 0 00-12 1 30 30 0 00-16 11 30 30 0 00-16-11 43 43 0 00-15-1l-15 2c-10 1-21-1-27-8l-7-11c-2-4-4-7-7-9-5-2-11 0-16 2l-9 5a25 25 0 01-5 2c-8 2-15-1-23-3-7-2-13-3-19 0a23 23 0 00-8 6c-5 6-9 13-15 17-11 7-25 2-37-1l-5-1a108 108 0 00-30-2v30z\' opacity=\'.5\'\\/><path d=\'M2000 73V59c-6 0-11-2-16-7a48 48 0 01-4-6 46 46 0 00-3-4c-3-3-6-6-10-5l-12 3c-4 0-6-4-8-8s-5-7-8-8c-4-1-8 2-12 4l-2 1a23 23 0 01-14 3 29 29 0 01-14-7l-3-2-12-15c-4 6-7 11-12 15-5 5-11 8-17 9a23 23 0 01-13-2v-1c-5-2-10-6-15-5-3 1-6 5-8 8s-4 7-8 8-8-3-11-3c-5-1-8 2-11 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-6 0-13-2-17-7-3-2-4-5-6-8l-2-2c-2-3-6-6-10-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8a10 10 0 00-6 1l-8 4a23 23 0 01-13 3 29 29 0 01-13-6 38 38 0 01-4-3c-5-4-9-9-13-15-3 6-7 11-12 15-5 5-10 8-17 9a23 23 0 01-13-3c-5-2-9-6-14-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-2 2c-2 3-3 6-6 8-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7a52 52 0 01-5-6l-2-4c-3-3-7-6-11-5-4 0-7 3-11 3s-6-4-9-8-4-7-8-8-8 2-12 5h-2a23 23 0 01-13 3 30 30 0 01-15-7l-2-2c-5-4-9-9-12-15-4 6-8 11-13 15v1c-5 4-10 7-17 8a23 23 0 01-13-3h-1c-4-2-8-6-13-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-1 2-7 8c-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7l-6-8-1-2c-3-3-7-6-11-5-3 0-7 3-11 3s-6-4-8-8-5-7-8-8l-9 2-6 3a23 23 0 01-13 3 29 29 0 01-14-6 41 41 0 01-3-3c-5-4-8-9-12-15l-12 15-1 1c-4 4-10 7-16 8a23 23 0 01-10-1 22 22 0 01-4-2c-4-2-9-6-14-5-3 1-6 5-8 8s-5 7-8 8-8-3-11-3c-5-1-8 2-11 5l-2 2a70 70 0 01-5 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-7 0-13-2-18-7a62 62 0 01-5-7l-2-3c-2-3-6-6-10-5-4 0-8 3-11 3s-7-4-9-8-4-7-8-8c-5-1-10 3-14 5l-2 1a23 23 0 01-12 2 30 30 0 01-17-9L879 8a92 92 0 01-14 17 30 30 0 01-15 7 23 23 0 01-13-3l-4-2c-4-2-7-4-10-3-4 1-6 5-9 8s-4 7-8 8-7-3-11-3c-4-1-8 2-11 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-6 0-13-2-17-7-3-2-4-5-6-8l-2-2c-2-3-6-6-10-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8-7 2-11 4l-3 1a23 23 0 01-13 3 30 30 0 01-16-7l-1-2c-5-4-9-9-13-15-3 6-7 11-12 15l-1 2c-5 3-10 6-16 7a23 23 0 01-13-2v-1c-5-2-9-6-14-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-11 5l-2 3a58 58 0 01-5 7c-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7a56 56 0 01-5-7l-2-3c-3-3-7-6-11-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8c-5-1-9 3-14 5a23 23 0 01-13 3 30 30 0 01-15-7l-2-2c-5-4-8-9-12-15l-12 15-2 1c-4 4-10 7-15 8a23 23 0 01-14-3l-2-1c-4-2-8-5-12-4s-6 5-8 8-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7l-6-8-1-2c-3-3-6-6-10-5l-12 3c-4 0-6-4-8-8s-4-7-8-8-7 1-10 3l-4 2a23 23 0 01-14 3 29 29 0 01-14-7l-3-2-12-15c-4 6-7 11-12 15l-1 1c-5 4-10 7-16 8a23 23 0 01-11-2l-2-1c-5-2-10-6-15-5-3 1-6 5-8 8s-4 7-8 8-7-3-11-3c-4-1-8 2-11 5l-2 3a65 65 0 01-5 7c-5 5-11 7-18 7l-7 1v13z\'\\/><circle cx=\'57.7\' cy=\'13.1\' r=\'8.1\'\\/><circle cx=\'81.7\' cy=\'8.3\' r=\'4.9\'\\/><circle cx=\'253.4\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'285.3\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'1257.5\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'1289.4\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'751.1\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'783.1\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'594.6\' cy=\'9.6\' r=\'6\'\\/><circle cx=\'501.9\' cy=\'22.7\' r=\'10.9\'\\/><circle cx=\'475.1\' cy=\'16.8\' r=\'5\'\\/><circle cx=\'1089.2\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1062.4\' cy=\'5\' r=\'5\'\\/><circle cx=\'1715.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1688.6\' cy=\'5\' r=\'5\'\\/><circle cx=\'1496.2\' cy=\'21.8\' r=\'15.7\'\\/><circle cx=\'1758.5\' cy=\'29.2\' r=\'11.4\'\\/><circle cx=\'1901.9\' cy=\'10.9\' r=\'5.9\'\\/><circle cx=\'1928.2\' cy=\'10.9\' r=\'8.5\'\\/><\\/g><\\/svg>\"},\"shape30\":{\"title\":\"Shape 30\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 73\'><g fill=\'%23fbd8c2\'><path d=\'M0 73V60c6-1 12-2 16-7a48 48 0 005-6 46 46 0 012-4c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8 7 1 11 4l3 1a23 23 0 0013 2 29 29 0 0014-6l3-2c5-4 9-10 12-15l12 15h1c4 4 10 8 17 9a23 23 0 0012-2l1-1c4-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l1 1 6 9c5 5 11 7 18 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-8 1-2c3-3 6-6 11-6 3 1 7 4 11 3s6-4 8-7 5-7 8-8a10 10 0 017 1l7 4a23 23 0 0014 2 29 29 0 0013-5 38 38 0 004-3l12-15c4 5 7 11 12 15s11 8 17 8a23 23 0 0013-2c5-2 10-6 15-5 3 1 6 5 8 8s4 7 8 7 8-2 11-3c5 0 8 3 11 6l1 2 6 8c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c7 0 13-2 18-7a52 52 0 004-7l3-3c2-3 6-6 10-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c5-1 9 2 13 4l1 1a23 23 0 0014 2 30 30 0 0014-6l2-2c5-4 9-10 13-15 3 5 7 11 12 15l1 1c4 4 10 7 16 8a23 23 0 0013-3h1c4-3 9-6 13-5s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 11 6l1 1 6 9c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c6 0 13-2 17-7 3-2 4-5 6-8l1-2c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c3-1 5 0 8 2l6 3a23 23 0 0013 3 29 29 0 0014-6 41 41 0 003-3c5-4 9-10 12-15 4 5 8 11 13 15 5 5 10 8 17 9a23 23 0 0010-1 22 22 0 003-2c5-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l2 2a70 70 0 006 8c4 5 11 7 17 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7a62 62 0 005-7l2-3c3-3 7-6 11-6 4 1 7 4 11 3s6-4 8-7 5-7 8-8c5-1 10 3 15 5l1 1a23 23 0 0012 1 30 30 0 0017-8c5-4 8-10 12-15l12 15 3 2a30 30 0 0014 6 23 23 0 0014-2l4-2c3-2 6-4 10-3s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 10 6l1 2 6 8c5 5 11 7 18 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-9 1-1c3-3 6-6 11-6 3 1 7 4 11 3s6-4 8-7 5-7 8-8 8 1 12 3l2 2a23 23 0 0014 2 30 30 0 0015-7l2-1 12-15c4 5 7 11 12 15l2 1c4 4 9 7 15 7a23 23 0 0013-2c5-2 10-6 15-5 3 1 6 5 8 8s4 7 8 7 7-2 11-3c4 0 8 3 11 6l2 3a58 58 0 005 7c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c6 0 13-2 17-7a56 56 0 005-7l3-3c2-3 6-6 10-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c5-1 9 3 14 5a23 23 0 0013 3 30 30 0 0016-8l1-1c5-4 9-10 13-15 3 5 7 11 12 15l1 1c5 4 10 7 16 8a23 23 0 0013-3l2-1c4-2 8-5 12-4s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 11 6l1 2 6 8c4 5 11 7 17 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-8 1-2c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c3-1 6 1 9 3l5 2a23 23 0 0013 3 29 29 0 0015-7l2-2c5-4 9-10 12-15 4 5 8 11 13 15v1c5 4 11 7 16 8a23 23 0 0012-2l2-1c4-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l2 2a65 65 0 005 8c5 5 11 7 18 7l7 1v12z\'\\/><path d=\'M714 9l-8 6 3 10h10l3-10-8-6zM746 20l-14 10 5 16h17l5-16-13-10zM462 9l-9 6 4 10h10l3-10-8-6zM589 3l-11 8 4 12h13l5-12-11-8zM494 20l-14 10 5 16h17l5-16-13-10zM212 6l-8 6 3 9h10l3-9-8-6zM333 4l-8 6 3 10h10l4-10-9-6zM244 17l-14 9 5 16h17l5-16-13-9zM147 3l-8 6 3 10h10l3-10-8-6zM88 0L76 9l5 14h15l4-14-12-9zM938 1l8 6-3 10h-10l-3-10 8-6zM995 31l10 7-4 12h-12l-4-12 10-7zM1045 12l7 5-2 9h-9l-3-9 7-5zM903 3l11 8-4 13h-14l-4-13 11-8zM1275 11l8 6-3 10h-10l-3-10 8-6zM1150 4l8 6-3 10h-10l-3-10 8-6zM1247 27l11 8-4 13h-14l-4-13 11-8zM1526 8l8 6-3 10h-10l-3-10 8-6zM1402 3l8 6-3 9h-10l-3-9 8-6zM1498 24l12 8-5 14h-14l-4-14 11-8zM1719 8l-8 6 3 9h10l4-9-9-6zM1747 23l-11 8 4 14h14l5-14-12-8zM1903 3l-6 5 2 7h8l3-7-7-5zM1951 12l-9 6 4 11h11l4-11-10-6z\'\\/><\\/g><\\/svg>\"},\"shape31\":{\"title\":\"Shape 31\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 56\'><g fill=\'%23fbd8c2\'><circle cx=\'133.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 117 29)\'\\/><circle cx=\'298.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 282 29)\'\\/><circle cx=\'168.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'242.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 216 21)\'\\/><circle cx=\'89\' cy=\'13.3\' r=\'5.3\'\\/><circle cx=\'457.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 441 29)\'\\/><circle cx=\'622.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 606 29)\'\\/><circle cx=\'492.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'566.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 540 21)\'\\/><circle cx=\'413\' cy=\'13.3\' r=\'5.3\'\\/><circle cx=\'781.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 765 29)\'\\/><circle cx=\'946.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 930 29)\'\\/><circle cx=\'816.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'890.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 864 21)\'\\/><circle cx=\'737\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1111 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1270.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1254 29)\'\\/><circle cx=\'1140.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1214.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1061\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1435 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1594.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1578 29)\'\\/><circle cx=\'1464.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1538.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1385\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1759 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1918.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1902 29)\'\\/><circle cx=\'1788.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1862.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1709\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M2000 42h-14c0-5 7-5 14-6v-4c-16 1-33 0-33 10h-8c0-14 20-14 41-14v-8c-29-1-55-3-56 24v2h-10 1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v3h-10l1-1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-3 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v3h-10l1-1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-3 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 11-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 4h-23c0-9 19-4 27-12-19 3-46-2-46 11h-8c0-26 68-4 92-23-40 11-105-17-107 25v3h-10l1-1c6-9 7-19 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 11-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 4h-31c0-9 19-4 27-12-19 3-46-2-46 11h-8c0-26 68-4 92-23-40 11-107-18-107 27h-7c6-9 7-19 6-26-2-9-8-17-16-18-10-3-19 6-17 14 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v2h-10 1c6-9 6-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v2h-10 1c6-9 6-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-13 10 20 20 0 00-1 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3H42c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24C67 30 2 2 0 44v12h2000zM110 41c-5 7-23-1-35 3 0-14 21-4 35-3zm167 0c-5 7-23-1-36 3 0-14 21-4 36-3zm159 0c-5 7-23-1-35 3 0-14 21-4 35-3zm165 0c-5 7-23-1-36 3 0-14 22-4 36-3zm158 0c-6 7-24-1-36 3 0-14 21-4 36-3zm165 0c-5 7-23-1-35 3 0-14 21-4 35-3zm160 0c-5 7-23-1-36 3 1-14 22-4 36-3zm163 0c-5 7-23-1-36 3 0-14 21-4 36-3zm160 0c-6 7-24-1-36 3 0-14 21-4 36-3zm165 0c-5 7-23-1-36 3 0-14 21-4 36-3zm160 1c-5 7-23 0-35 3 0-14 21-4 35-3zm166-1c-5 7-23-1-35 3 0-14 21-4 35-3z\'\\/><\\/g><\\/svg>\"},\"shape32\":{\"title\":\"Shape 32\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.37 57.18\'><g fill=\'%23fbd8c2\'><circle cx=\'95.95\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-13.28 6.3215 25.724)\'\\/><circle cx=\'162.68\' cy=\'29.2\' r=\'5.1\' transform=\'rotate(-9.22 33.1869 18.7783)\'\\/><circle cx=\'13.83\' cy=\'49.12\' r=\'4.92\' transform=\'rotate(-9.22 -115.5848 38.6747)\'\\/><path d=\'M42.17 6.82A3.41 3.41 0 1039 3.23a3.42 3.42 0 003.17 3.59zM282.82 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59z\'\\/><circle cx=\'229.4\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-13.28 139.7893 27.6352)\'\\/><circle cx=\'362.1\' cy=\'15.29\' r=\'6.96\'\\/><circle cx=\'428.82\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M308.31 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM549 6.82a3.41 3.41 0 10-3.22-3.59A3.42 3.42 0 00549 6.82z\'\\/><circle cx=\'495.54\' cy=\'17.21\' r=\'6.96\'\\/><circle cx=\'628.24\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-13.28 538.6904 25.7066)\'\\/><circle cx=\'694.96\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M574.46 6.82a3.41 3.41 0 10-3.23-3.59 3.41 3.41 0 003.23 3.59zM815.1 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59z\'\\/><circle cx=\'761.68\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-45 736.4826 27.649)\'\\/><circle cx=\'894.38\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-45 869.1844 25.722)\'\\/><circle cx=\'961.1\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M840.6 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59zM1081.25 6.82a3.41 3.41 0 10-3.25-3.59 3.41 3.41 0 003.25 3.59z\'\\/><circle cx=\'1027.83\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-7.02 857.3593 27.6327)\'\\/><path d=\'M1160.53 22.25a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1227.25\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M1106.74 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1347.39 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1294 24.18a7 7 0 10-7-7 7 7 0 007 7zM1426.67 22.25a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1493.39\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M1372.88 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1613.53 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1560.11 24.18a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1692.81\' cy=\'15.29\' r=\'6.96\'\\/><path d=\'M1759.53 13.43a5.1 5.1 0 10-5.1-5.1 5.1 5.1 0 005.1 5.1zM1639 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59zM1879.68 6.82a3.41 3.41 0 10-3.23-3.59 3.41 3.41 0 003.23 3.59z\'\\/><circle cx=\'1826.25\' cy=\'17.21\' r=\'6.96\'\\/><path d=\'M2000 25.01a3.89 3.89 0 01.42-.19V5.06a8.15 8.15 0 00-3.3 2.57c-1.63 2.15-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a112.19 112.19 0 00-29.63 4.51l1.27-1.85c1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.84 97.84 0 00-29.8 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.78 97.78 0 00-29.79 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4.7 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75l1.46-2.1c1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.61-5.07 3.83 3.83 0 00-4.05 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.58 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.79 97.79 0 00-29.8 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71A6 6 0 00447 9.35a13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4.05-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4.05 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75c.48-.69.95-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4.05-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2A16.23 16.23 0 0155 25.01c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09S44 26.3 42 25.62s-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62A95.61 95.61 0 000 44.13v13h2000.37v-25a3.83 3.83 0 01-3-2.9c-.37-1.69.98-3.4 2.63-4.22z\'\\/><path d=\'M1959 22.25a7 7 0 10-7-7 7 7 0 007 7zM1905.17 6.82a3.41 3.41 0 10-3.17-3.59 3.42 3.42 0 003.17 3.59z\'\\/><\\/g><\\/svg>\"},\"shape33\":{\"title\":\"Shape 33\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 10 1\' preserveAspectRatio=\'none\'><path d=\'M0 1l5-1 5 1z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape34\":{\"title\":\"Shape 34\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 773.74 154.98\'><g fill=\'%23fbd8c2\'><path d=\'M773.74 154.98H0L386.87 77.5Z\'\\/><path d=\'M773.74 154.98 386.87 0 0 154.98Z\' opacity=\'.66\'\\/><\\/g><\\/svg>\"},\"shape35\":{\"title\":\"Shape 35\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1134.63 158.42\'><g fill=\'%23fbd8c2\'><path d=\'M1134.63 158.42H0L569.46 47.1Z\'\\/><path d=\'M1134.63 158.42v-51.38L569.46 0 0 115.6v42.82Z\' opacity=\'.66\'\\/><\\/g><\\/svg>\"},\"shape36\":{\"title\":\"Shape 36\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 10 2\' preserveAspectRatio=\'none\'><path d=\'M0 2q5-4 10 0z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape37\":{\"title\":\"Shape 37\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1007.63 112.41\'><path fill=\'%23fbd8c2\' d=\'M1007.63 112.4v-11.5c-167.94-33.54-503.8 0-503.8-100.9 0 100.9-335.9 67.36-503.83 100.9v11.5z\'\\/><\\/svg>\"},\"shape38\":{\"title\":\"Shape 38\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 33.87 1.72\' preserveAspectRatio=\'none\'><g fill=\'%23fbd8c2\'><path d=\'m 0,0 a 2.5,2.5 0 0 0 5,0 1.5,1.5 0 0 0 3,0 2,2 0 0 0 4,0 1.5,1.5 0 0 0 3,0 1,1 0 0 0 2,0 2.5,2.5 0 0 0 5,0 3.5,3.5 0 0 0 7,0 2.5,2.5 0 0 0 5,0 5,5 0 0 0 10,0 2.5,2.5 0 0 0 5,0 4,4 0 0 0 8,0 2.5,2.5 0 0 0 5,0 3,3 0 0 0 6,0 2.5,2.5 0 0 0 5,0 5.5,5.5 0 0 0 11,0 2.5,2.5 0 0 0 5,0 4,4 0 0 0 8,0 3,3 0 0 0 6,0 4,4 0 0 0 8,0 5,5 0 0 0 10,0 3.5,3.5 0 0 0 7,0 z\' transform=\'matrix(-.26458 0 0 -.26458 33.87 1.72)\'\\/><path d=\'m 0,0 a 3.5,3.5 0 0 0 7,0 5,5 0 0 0 10,0 4,4 0 0 0 8,0 5.5,5.5 0 0 0 11,0 6.5,6.5 0 0 0 13,0 5,5 0 0 0 10,0 6,6 0 0 0 12,0 6.5,6.5 0 0 0 13,0 5.5,5.5 0 0 0 11,0 4.5,4.5 0 0 0 9,0 6,6 0 0 0 12,0 6,6 0 0 0 12,0 z\' opacity=\'.66\' transform=\'matrix(-.26458 0 0 -.26458 33.87 1.72)\'\\/><\\/g><\\/svg>\"},\"shape39\":{\"title\":\"Shape 39\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 100.8 22\' preserveAspectRatio=\'none\'><path fill=\'%23fbd8c2\' d=\'M0 0l7 15L17 4l8 12 9-9 7 14 9-17 9 16 8-9 9-11 8 20 8-13 9-7v22H0z\'\\/><\\/svg>\"},\"shape40\":{\"title\":\"Shape 40\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 476.62 100.69\'><path fill=\'%23fbd8c2\' d=\'M476.62 100.69V0l-238.3 95.47L0 0v100.69Z\'\\/><\\/svg>\"},\"shape41\":{\"title\":\"Shape 41\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 8 1\' preserveAspectRatio=\'none\'><path d=\'M0 0v1h10z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape42\":{\"title\":\"Shape 42\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 381 77.25\' preserveAspectRatio=\'none\'><g fill=\'%23fbd8c2\'><path d=\'M0 68.78l381-33.86v42.33H0z\'\\/><path d=\'M0 43.38l381-25.4v59.27H0z\' opacity=\'.33\'\\/><path d=\'M0 17.98L381 0v77.25H0z\' opacity=\'.33\'\\/><\\/g><\\/svg>\"},\"shape43\":{\"title\":\"Shape 43\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1440 320\' preserveAspectRatio=\'none\'><path fill=\'%23fbd8c2\' d=\'M0 288l1440-128v160H0z\'\\/><path fill=\'%23fbd8c2\' opacity=\'.66\' d=\'M0 192l1440-96v224H0z\'\\/><\\/svg>\"},\"shape44\":{\"title\":\"Shape 44\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1440 320\' preserveAspectRatio=\'none\'><path fill=\'%23000000\' d=\'M0 32l48 32c48 32 144 96 240 106.7 96 10.3 192-31.7 288-21.4 96 10.7 192 74.7 288 69.4 96-5.7 192-79.7 288-106.7s192-5 240 5.3l48 10.7v192H0z\'><\\/path><path fill=\'%23000000\' opacity=\'.66\' d=\'M0 64l48 16c48 16 144 48 240 48s192-32 288-26.7C672 107 768 149 864 144s192-59 288-80 192-11 240-5.3l48 5.3v256H0z\'><\\/path><\\/svg>\"},\"shape45\":{\"title\":\"Shape 45\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.278 3.527\' preserveAspectRatio=\'none\'><path d=\'M35.278 2.463v-.125A82.946 82.946 0 000 2.345v.125a82.783 82.783 0 0135.278-.007m0 .615v-.25A83.105 83.105 0 000 2.835v.25a82.777 82.777 0 0135.278-.007m-33.252.45a82.855 82.855 0 0131.26 0h1.992v-.093A83.44 83.44 0 000 3.442v.085zm10.8 0h-8.84a84.249 84.249 0 0127.339 0h-8.839zM35.278 1.97v-.075A82.878 82.878 0 000 1.902v.075a82.771 82.771 0 0135.278-.007\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape46\":{\"title\":\"Shape 46\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.278 3.52\' preserveAspectRatio=\'none\'><path d=\'M0 3.528S27.04 3.352 35.278 0v3.528z\' opacity=\'.2\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.528S27.04 3.374 35.278.425v3.103z\' opacity=\'.2\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.528S27.04 3.396 35.278.882v2.646z\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.527h35.278v.092H0z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape47\":{\"title\":\"Shape 47\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 100.86 4.15\'><path fill=\'%23fbd8c2\' d=\'M100.86 4.15V.65a9.07 9.07 0 0 0-9.37 1.67 9.07 9.07 0 0 0-12.1 0 9.07 9.07 0 0 0-12.11 0 9.07 9.07 0 0 0-12.06 0 9.07 9.07 0 0 0-12.11 0 9.07 9.07 0 0 0-12.09 0 9.07 9.07 0 0 0-12.08 0 9.07 9.07 0 0 0-12.08 0A9.07 9.07 0 0 0 0 .04v4.1z\'\\/><\\/svg>\"},\"shape48\":{\"title\":\"Shape 48\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path opacity=\'.5\' d=\'M0 51v15l724-43L0 51z\'><\\/path><path opacity=\'.3\' d=\'M0 0v51l600-23L0 0z\'><\\/path><path d=\'M0 65v38l1000-3V0L0 65z\'><\\/path><\\/g><\\/svg>\"},\"shape49\":{\"title\":\"Shape 49\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path d=\'M1000 100V89S823 4 500 4 0 88 0 88v12z\' opacity=\'.3\'><\\/path><path d=\'M1000 101S823 11 500 11 0 100 0 100z\' opacity=\'.5\'><\\/path><path d=\'M1000 100V88S823 25 500 25 0 87 0 87v13z\'><\\/path><\\/g><\\/svg>\"},\"shape50\":{\"title\":\"Shape 50\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path d=\'M1003 104.7H-1v-34a875.1 875.1 0 01178.7-17.8c68.9.4 106.3 8.9 150.6 14 172.1 19.7 238-35.3 411.7-34.2A860 860 0 011003 77\'><\\/path><path d=\'M1003 98.9H-1v-31c57.7-13 118-26 178.7-25.8 69 .4 106.3 9.8 150.6 15.3C500.4 79 566.3 18.7 740 20c60.6.4 151.5 15 263 54.8\' opacity=\'.5\'><\\/path><path d=\'M509.4 3.7a442.8 442.8 0 01-233 4c-3.8-1 1.3 2.9 2 3.3a36.4 36.4 0 0011.6 6.1 447.2 447.2 0 00236-3.7c.6-.2-6.9-5.6-7.5-6-2-1.2-6.5-4.4-9-3.7z\' opacity=\'.5\'><\\/path><path d=\'M302.5 36.1a336.2 336.2 0 00181 5.9c2-.5-4.3-4.5-4.8-4.8-2-1.3-8-5.8-10.8-5.1A332.4 332.4 0 01289 26.7c-3.8-1.2 1.4 3 2 3.3a40.8 40.8 0 0011.5 6.1z\'><\\/path><\\/g><\\/svg>\"},\"shape51\":{\"title\":\"Shape 51\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23fbd8c2\'><path d=\'M998 29c-4-3-11-3-15 0-3 4-5 9-9 11-5 2-12 0-16-3l-5-7a18 18 0 00-6-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-5-4-7-6-7-7-17-2-21 6-2 3-5 6-8 5a7 7 0 01-5-3c0-3-2-7-5-9-5-2-12-3-16 1-3 3-5 8-9 10-5 2-11 0-15-3l-5-7a19 19 0 00-7-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-2-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-7c-6-1-9 6-11 9-5 6-10 0-13-4s-11-4-14 0c-2 2-2 5-3 7-6 7-12-10-15-12-4-5-9-6-14-2-4 2-6 8-8 12-2 2-4 5-7 4l-6-7a19 19 0 00-5-8c-4-3-11-3-15 1-4 3-5 8-10 10s-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 3-3 9-8 8-3-1-4-4-6-6-7-6-18-2-22 6-1 3-4 6-8 5s-5-4-6-7a13 13 0 00-8-6c-6-2-8 5-11 9-5 5-9 0-12-5-3-3-11-4-15 0-1 2-1 5-3 7-6 7-12-9-14-12-4-4-9-6-14-2-4 3-6 8-9 12-4 7-9 0-13-4-3-8-13-13-20-6-3 3-5 8-9 10-5 2-12 0-16-3l-5-7a19 19 0 00-6-3 12 12 0 00-13 3c-2 3-4 9-8 8-3-1-5-4-7-6-7-6-17-1-21 6-2 3-5 6-8 5s-6-4-7-7a13 13 0 00-8-6c-6-2-8 5-11 9-5 5-9 0-12-4s-11-5-14-1l-4 7c-6 7-11-9-14-12-4-4-9-5-14-2-4 3-6 8-8 12-2 2-4 6-7 4l-6-6a19 19 0 00-5-9c-4-3-12-3-15 1-4 3-6 8-10 10-5 2-11 0-15-3l-5-7a18 18 0 00-7-3 12 12 0 00-13 3c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-1-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-6c-6-2-8 5-11 9-5 5-9 0-13-4-3-4-11-5-14-1-2 2-2 5-3 7-6 7-12-9-15-12-4-4-9-5-14-2-4 3-6 8-8 12-4 6-11 1-14-3-1-2-3-3-5-3s-6 3-6 6v12c0-3 4-6 6-7s4 2 5 4c3 4 10 9 14 3 2-5 4-10 8-12 5-4 11-3 14 2 3 2 9 19 15 12 1-2 1-5 3-7 3-4 11-4 14 0 4 4 8 10 13 4 3-3 5-10 11-9a13 13 0 017 7c2 3 3 6 7 7s6-2 8-5c4-8 14-12 22-6 2 2 3 5 6 6 4 1 6-5 8-8a12 12 0 0113-4 18 18 0 017 4l5 7c4 3 10 5 15 3 4-2 6-7 10-10 4-4 11-5 15-1a19 19 0 015 8c1 3 3 5 6 7 3 1 5-2 7-4 2-5 4-10 8-12 5-4 10-3 14 2 3 2 8 19 14 12l4-7c3-4 11-4 14 0s7 10 12 4c3-3 5-10 11-9a13 13 0 018 7c1 3 3 6 7 7s6-2 8-5c4-8 14-13 21-6 2 2 4 5 7 6 4 1 6-5 8-8a12 12 0 0113-4 19 19 0 016 4l5 7c4 3 11 5 16 3 4-2 6-7 9-11 7-6 17-1 20 7 4 4 9 11 13 4 3-5 5-10 9-12 5-4 10-3 14 1 2 3 8 20 14 12l3-6c4-4 12-4 15 0s7 10 12 4c3-3 5-10 11-9a13 13 0 018 7c1 2 3 6 6 7s7-3 8-5c4-8 15-13 22-6 2 2 3 5 6 6 5 1 6-5 8-8a12 12 0 0113-4 18 18 0 017 4l5 7c4 3 10 5 15 3s6-7 10-11c4-3 11-4 15 0a19 19 0 015 8c2 3 3 5 6 6 3 2 6-1 7-3 2-5 4-10 8-12 5-4 10-3 14 1 3 3 9 20 15 12l3-6c3-4 11-4 14 0s8 10 13 4c2-3 5-10 11-9a13 13 0 017 7c2 2 3 6 7 7s6-3 8-5c4-8 14-13 22-6 2 2 3 5 6 6 4 1 6-6 8-8a12 12 0 0113-4 19 19 0 017 4l5 7c4 3 10 5 15 3 4-2 6-7 10-11 3-3 10-3 15 0 3 2 5 5 5 9a7 7 0 005 3c3 1 6-2 8-5 4-8 14-13 21-6 2 2 4 5 7 6 4 1 6-6 8-8a12 12 0 0113-4 18 18 0 016 4l5 7c4 3 11 5 16 3 4-2 6-7 9-11 4-3 11-3 15 0 4 2 6 6 6 10v-8c0-5-1-11-6-14z\' opacity=\'.3\'\\/><path d=\'M998 41c-4-3-11-4-15 0-3 3-5 9-9 11-5 2-12 0-16-3l-5-7a18 18 0 00-6-4 12 12 0 00-13 4c-2 2-4 9-8 8-3-1-5-4-7-6-7-7-17-2-22 6-1 3-4 6-7 5a7 7 0 01-5-3c0-4-2-7-5-9-5-3-12-3-16 0-3 3-5 9-9 10-5 3-12 1-15-3l-5-6a19 19 0 00-7-4 12 12 0 00-13 4c-2 2-4 9-8 8-3-1-4-4-6-6-8-7-18-2-22 6-2 2-4 6-8 5s-5-5-7-8a13 13 0 00-8-6c-5-1-8 6-11 9-4 6-9 0-12-4s-11-4-14 0l-3 6c-7 8-12-9-15-12-4-4-9-5-14-2-4 3-6 8-8 12-2 3-4 6-7 4-3-1-4-3-6-6a19 19 0 00-5-8c-4-4-11-3-15 0-4 4-5 9-10 11s-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 2-3 9-8 8-3-1-4-4-6-6-7-7-18-2-22 6-1 3-4 6-8 5s-5-4-6-7a13 13 0 00-8-7c-6-1-8 6-11 9-5 6-9 0-12-4s-11-4-15 0c-1 2-1 5-3 7-6 7-12-10-14-12-4-5-9-6-14-2-4 2-6 7-9 12-4 7-9 0-13-4-3-8-13-13-20-6-3 3-5 8-9 10-5 2-12 0-16-3l-5-7a19 19 0 00-6-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-5-4-7-6-7-6-17-2-21 6-2 3-5 6-8 5s-6-4-7-7a13 13 0 00-8-7c-6-1-8 6-11 9-5 6-9 0-12-4s-11-4-14 0l-4 7c-6 7-11-10-14-12-4-5-9-6-14-2-4 2-6 8-8 12-2 2-4 5-7 4-3-2-5-4-6-7a19 19 0 00-5-8c-4-3-12-3-15 1-4 3-6 8-10 10-5 2-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-2-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-7c-6-1-8 6-11 9-5 6-9 0-13-4-3-4-11-4-14 0-2 2-2 5-3 7-6 7-12-10-15-12-4-5-9-6-14-2-4 2-6 7-8 12-4 6-11 1-14-3-1-2-3-4-5-4s-6 4-6 7v50h1006v-5-25-19c0-4-2-8-6-10z\'\\/><\\/g><\\/svg>\"}},\"premium_gdivider_source\":\"default\",\"premium_gdivider_defaults\":\"shape22\",\"premium_gdivider_pos\":\"bottom\",\"premium_gdivider_pos_tablet\":\"\",\"premium_gdivider_pos_mobile\":\"\",\"premium_gdivider_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"premium_gdivider_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_gdivider_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_scale\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"premium_gdivider_scale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_scale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_animate\":\"yes\",\"premium_gdivider_no_stretch\":\"yes\",\"premium_gdivider_anime_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"premium_gdivider_anime_speed_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_anime_speed_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_anime_dir\":\"alternate\",\"premium_gdivider_flip\":\"\",\"premium_gdivider_flip_x\":\"\",\"premium_gdivider_hide\":[],\"premium_gdivider_bg_type\":\"color\",\"premium_gdivider_fill\":\"#afafaf\",\"premium_gdivider_stroke_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke\":\"\",\"premium_gdivider_opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"premium_gdivider_opacity_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_opacity_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[{\"id\":\"df608fd\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Services\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70621e6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"Digital Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"29cb3a3\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"SEO Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2a14b5d\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Social Media Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"566350a\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Real Estate Lead Generation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"946f0a5\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Content Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b2574ce\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"PPC Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0ba2484\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Web Development\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"69d91ab\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Email Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b81ded0\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7f7807a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_add_particles_color\":\"#fe4c1c,#00c3ff,#0160e7\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"container_particles_class\":\"\",\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_trigger\":\"load\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_global_divider_sw\":\"\",\"premium_shapes_data\":{\"shape1\":{\"title\":\"Shape 1\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 283.5 27.8\' preserveAspectRatio=\'xMidYMax slice\'><path class=\'elementor-shape-fill\' d=\'M265.8 3.5c-10.9 0-15.9 6.2-15.9 6.2s-3.6-3.5-9.2-.9c-9.1 4.1-4.4 13.4-4.4 13.4s-1.2.2-1.9.9c-.6.7-.5 1.9-.5 1.9s-1-.5-2.3-.2c-1.3.3-1.6 1.4-1.6 1.4s.4-3.4-1.5-5c-3.9-3.4-8.3-.2-8.3-.2s-.6-.7-.9-.9c-.4-.2-1.2-.2-1.2-.2s-4.4-3.6-11.5-2.6-10.4 7.9-10.4 7.9-.5-3.3-3.9-4.9c-4.8-2.4-7.4 0-7.4 0s2.4-4.1-1.9-6.4-6.2 1.2-6.2 1.2-.9-.5-2.1-.5-2.3 1.1-2.3 1.1.1-.7-1.1-1.1c-1.2-.4-2 0-2 0s3.6-6.8-3.5-8.9c-6-1.8-7.9 2.6-8.4 4-.1-.3-.4-.7-.9-1.1-1-.7-1.3-.5-1.3-.5s1-4-1.7-5.2c-2.7-1.2-4.2 1.1-4.2 1.1s-3.1-1-5.7 1.4-2.1 5.5-2.1 5.5-.9 0-2.1.7-1.4 1.7-1.4 1.7-1.7-1.2-4.3-1.2c-2.6 0-4.5 1.2-4.5 1.2s-.7-1.5-2.8-2.4c-2.1-.9-4 0-4 0s2.6-5.9-4.7-9c-7.3-3.1-12.6 3.3-12.6 3.3s-.9 0-1.9.2c-.9.2-1.5.9-1.5.9S99.4 3 94.9 3.9c-4.5.9-5.7 5.7-5.7 5.7s-2.8-5-12.3-3.9-11.1 6-11.1 6-1.2-1.4-4-.7c-.8.2-1.3.5-1.8.9-.9-2.1-2.7-4.9-6.2-4.4-3.2.4-4 2.2-4 2.2s-.5-.7-1.2-.7h-1.4s-.5-.9-1.7-1.4-2.4 0-2.4 0-2.4-1.2-4.7 0-3.1 4.1-3.1 4.1-1.7-1.4-3.6-.7c-1.9.7-1.9 2.8-1.9 2.8s-.5-.5-1.7-.2c-1.2.2-1.4.7-1.4.7s-.7-2.3-2.8-2.8c-2.1-.5-4.3.2-4.3.2s-1.7-5-11.1-6c-3.8-.4-6.6.2-8.5 1v21.2h283.5V11.1c-.9.2-1.6.4-1.6.4s-5.2-8-16.1-8z\'\\/><\\/svg>\"},\"shape2\":{\"title\":\"Shape 2\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 320\'><path d=\'M0 298.992c15.313-52.905 61.648-93.749 119.782-99.266l728.025-69.099c75.962-7.21 143.486 48.608 150.696 124.569l1.497 15.77V320H0v-21.008z\'\\/><\\/svg>\"},\"shape3\":{\"title\":\"Shape 3\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 320\'><path d=\'M1000 0s-1.148 150.944-120 220C729.547 307.416 0 300 0 300v20h1000V0z\'\\/><\\/svg>\"},\"shape4\":{\"title\":\"Shape 4\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M806,94.7C619.5,90,500,20.3,500,1.7c-1,18.6-117.5,88.3-306,93C92,97.2,0,97.9,0,97.9v-0l0,0v2.3h1000v-2.3 C1000,97.7,920.3,97.6,806,94.7z M350,65.1L350,65.1L350,65.1L350,65.1z\'\\/><\\/svg>\"},\"shape5\":{\"title\":\"Shape 5\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' width=\'1000\' height=\'100\' preserveAspectRatio=\'none\' viewBox=\'0 0 1000 100\'><defs><style>.premium-sh-cls-2{opacity:.33;}.premium-sh-cls-2,.premium-sh-cls-3{isolation:isolate;}.premium-sh-cls-3{opacity:.66;}<\\/style><\\/defs><path class=\'premium-sh-cls-2\' d=\'m527,32.7c203.9-88.3,263.1,34,320.3,0,86.7-51.8,152.7,7.6,152.7,7.6v59.7H0v-59.7S62.1,14.2,94.9,11c32.8-3.3,62.8,12.3,75.8,22.1,23.3,17.3,84,58.2,134.4,62.2s202.5-54.3,221.9-62.6Z\'\\/><path class=\'premium-sh-cls-3\' d=\'m266,32.7c45.5,0,77.2,23.2,129.1,39.1,28.6,8.7,150.3,10.1,254-39.1,103.7-49.2,91.7,34.4,149.2,0,86-51,201.7,27.5,201.7,27.5v39.8H0v-36.5s28.2,18.5,92.1,18.5c97.7-.1,132.2-49.3,173.9-49.3Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m233.9,71.1c200,57.5,266-65.5,395.1-19.5,129,46.6,129,43,186.2,27.8,56.8-15.2,52.5-24.3,94.9-31.9,61.3-11.2,89.9,52.5,89.9,52.5H0s9.9-40.9,83.6-48.1,86.8,1.1,150.3,19.2Z\'\\/><\\/svg>\"},\"shape6\":{\"title\":\"Shape 6\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 70.8\' preserveAspectRatio=\'none\'><path  d=\'M400,68c0,0-7.1-0.8-7.1-8.5s6.4-22.1,0-26s-7.3,2.6-6,6.5c1.3,3.9,6.2,14.5-2.6,14.8  c-6.3,0.2-0.8-8.3-7.4-10.2c-3.7-1.1-2,4.6-6.3,4.8c-6.3,0.4-7.8-10.1-7.8-12.4c0-2.3,1.9-28.7,0-32.9c-1.9-4.2-3.6-4.5-5.3-3.7  c-1.7,0.7-4.6,2.5-2,11.2c2.7,8.7,3.4,26,3.8,29.5c0.4,3.6,0.2,8.9-5.3,8.3c-5.6-0.6-0.9-16.1-6.6-15.7c-5.7,0.4-0.6,9-6.5,11.2  s-7.6,0.2-8-4.2c-0.3-4.4-5.9-5-8.6,6c-2.7,11-10.5,9-11.4,0.4s3.6-22.9-4.3-21.9s-3.6,11.9-2.2,14.4s6.3,22.2-6,27.3  c-12.3,5.1-1.7-33.5-10.4-32.9c-8.7,0.7,2.7,24.4-7.5,27.2c-10.2,2.8,0-15.1-7.1-17.6c-7.1-2.5,3.7,10.7-4.1,13.4  c-7.9,2.7-6.6-26.4-6.6-26.4s2.9-14.9-3.2-13.9c-6.1,1-1.7,14.7-0.7,18.6c0.9,3.9,1.7,22.2-7.4,22.5c-12.2,0.4-2.4-23.9-12.2-23.1  c-9.8,0.7,0.2,11.1-8.5,15.2c-2.5,1.2-5.6-5.9-8.7-4.9c-3.2,1-4.2,10.9-9.2,10.1c-5-0.7-4.4-11.5-4.3-18.7c0.1-7.1-3.9-7.9-3.7-2.4  c0.2,5,2.5,16.2-0.2,20.6c-0.5,0.7-1.4,1-2.2,0.5c-1.4-0.8-2.1-1.6-1.9,2.6c0.2,4.9-1.5,7.4-3.7,8c-0.3,0.1-0.6,0.1-0.9,0.1l0,0  c-0.6,0-1.2-0.1-1.8-0.3c-1.4-0.5-3.5-2-3.4-6c0.2-7.6,6.4-22.1,0-26c-6.4-3.9-7.3,2.6-6,6.5s6.2,14.5-2.6,14.8  c-6.3,0.2-0.8-8.3-7.4-10.2c-3.7-1.1-2,4.6-6.3,4.8c-6.3,0.4-7.8-10.1-7.8-12.4c0-2.3,1.9-28.7,0-32.9s-3.6-4.5-5.3-3.7  s-4.6,2.5-2,11.2c2.7,8.7,3.4,26,3.8,29.5c0.4,3.6,0.2,8.9-5.3,8.3c-5.6-0.6-0.9-16.1-6.6-15.7c-5.7,0.4-0.6,9-6.5,11.2  c-5.9,2.2-7.6,0.2-8-4.2s-5.9-5-8.6,6c-2.7,11-10.5,9-11.4,0.4c-0.8-8.6,3.6-22.9-4.3-21.9s-2.7,11.6-2.2,14.4  c0.9,4.8,2.7,25.8-5.4,24.6c-13.1-2-2.2-30.8-11-30.2c-8.7,0.7,2.7,24.4-7.5,27.2C72.5,64,83,41.9,75.6,43.6  C69.9,45,79.4,54.3,71.5,57c-7.9,2.7-6.6-26.4-6.6-26.4s2.9-14.9-3.2-13.9S60.1,31.4,61,35.3s1.7,22.2-7.4,22.5  c-12.2,0.4-2.4-23.9-12.2-23.1c-9.8,0.7,0.8,14.8-8.4,17.4c-7.9,2.3-3.6-10.5-9.5-10.1c-4,0.3,2.9,13.9-8.5,13  c-5-0.4-4.4-11.5-4.3-18.7c0.1-7.1-3.9-7.9-3.7-2.4c0.2,5.5,3,18.5-1.2,21.7c-2.2-0.6-3.4-3.2-3.2,2.1S2,67,0,68v2.8h400V68z\'\\/><\\/svg>\"},\"shape7\":{\"title\":\"Shape 7\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 50\' preserveAspectRatio=\'none\'><g><path  d=\'M158.3,19.5c2.6,0.3,1.2-4.2-0.5-2C157.1,18.3,157.4,19.4,158.3,19.5z\'\\/><path  d=\'M157.2,8.9c-0.8-0.7-1.8,1.1-1.7,1.4C156.2,11.4,158,9.6,157.2,8.9z\'\\/><path  d=\'M171.8,19.1c2.2-0.6,1.1-3.2-0.6-1.3C170.7,18.6,170.9,19.4,171.8,19.1z\'\\/><path  d=\'M154,23.1c0.9-0.1,1.2-1.2,0.5-2C152.8,18.9,151.4,23.4,154,23.1z\'\\/><path  d=\'M140.5,22.7c0.8,0.2,1.1-0.6,0.6-1.3C139.4,19.6,138.3,22.1,140.5,22.7z\'\\/><path  d=\'M140.5,26.9c-1.8,1.9,3.9,2,1.6,0.3C141.7,26.9,140.9,26.5,140.5,26.9z\'\\/><path  d=\'M350.3,37.3c-0.1-0.1-0.1-0.2-0.2-0.3c-1-1.3-0.3-3-3.6-3.5c-1.9-0.4-5.3,0.3-7.2,0.7c-3,1-4.3,2.5-7.7,3   c-3.2,0.5-7,0.7-10.3,0.9c-2.8,0.1-5.4,0.1-7.4-1.2c-1.9-1.1-1.7-2.5-4-3.3c-9.3-3.1-15.9,2.9-23.9,4.9c-1.9-1.1-0.2-2.4-0.1-3.6   c-0.3-5-7.3-0.3-10.6,1c-1.7,0.7-3,1-4,1c-0.5-0.1-0.9-0.2-1.4-0.2c-1.7-0.6-2.4-2.3-3.6-3.7c1-0.4,2.1-0.7,2.9-1.4   c1-0.9,0.8-2.2-0.7-2.2c-1.1,0-2.6,1.4-3.3,2c-0.1,0.1-0.2,0.2-0.3,0.4c-2-1.2-5.1-1.4-8.2-0.6c0.5-1.1,1-2.2,0.4-2.8   c-1.1-1.1-3.2,0.6-4.4-0.2c-1.7-1.1,4.7-4.4-0.6-4.7c-1.1,0-2.8,0.3-2.6-1.2c0.1-1.1,2-1,2.2-2.3c0.1-1.4-2.2-1.1-1.1-3   c0.7-1,2.7-1.4,3-2.6c0.3-1.7-1.4-1-2.2-0.5c-1.2,0.8-1.9,2.7-3.3,3.4c-1.1,0.7-2.3,0.2-3,1.8c-0.3,0.8,0.1,3-1,3.4   c-2.4,0.8,0.8-6.1-2.5-4.7c-1.8,0.9-1,4.7-1.7,6.1c-0.5,0.9-1.4,2.6-2.7,2c-0.3-0.2-0.4-0.4-0.5-0.6c0-0.1,0-0.3,0-0.4   c0.1-0.7,0.5-1.5-0.2-1.9c-0.7-0.5-1.8,0.4-2.5,1.2c-0.1,0.1-0.2,0.1-0.2,0.2c-0.1,0.2-0.2,0.3-0.3,0.4c-1.4,1.7-1.1,4.9-3.1,6.8   c-0.6,0.6-2.5,2.1-3.5,1.4c-0.9,2.1-1.6,4.3-2.2,6.6c-0.4,0.3-0.9,0.6-1.4,0.9c-0.9-0.8-1.5-1.9-1.6-3   c-0.4-5.6,11.4-12.7,11.2-16.2c0,0-0.2-0.8-0.2-1.4c-0.3-4.7,6.6-8.2,6.9-9.7c0.1-0.5-0.6-1.2-2.1-1.1c-7.1,0.5-10.1,13-12.6,13.2   c-0.7,0.1-1.7-0.8-1.8-2.2c-0.1-1.4,0.7-2.8,0.6-4.3c-0.1-1.1-0.7-1.1-1.3-1.1c-3.2,0.2-4,13.6-11.1,14.1c-8.7,0.6-5-14-9.5-13.7   c-2.3,0.2-5.4,4-6.1,4.1c-1.9,0.1-0.6-4.3-5.5-4c-0.8,0.1-1.8,0.3-1.8,0.3c-1.8,0.1-0.8-2.9-2.5-2.8c-0.5,0-0.9,0.4-1.4,0.5   c-1.3,0.1-3.6-3-5.8-2.8c-0.9,0.1-2.3,0.8-2.2,2.2c0.2,3.1,5.3,0.9,7.2,5.5c0.7,1.8,0.3,4.4,2.1,5.8c2.2,1.7,10.8,9.5,11.1,13.1   c0.1,1.6-0.1,3.1-0.6,4.2c-0.2,0-0.3,0-0.5,0c-0.2-0.1-0.5-0.2-0.7-0.3c-1.2-2.8-2.5-5.5-4-8.1c-0.9,0.8-3-0.4-3.7-0.9   c-2.2-1.6-2.4-4.8-4-6.3c-0.5-0.6-2.5-2.2-3.3-1.4c-0.9,0.8,0.9,2.2-0.3,3c-1.3,0.8-2.4-0.8-3-1.6c-0.9-1.4-0.6-5.2-2.5-5.8   c-3.5-1,0.6,5.4-1.8,5c-0.3-0.1-0.5-0.3-0.7-0.6c0.6-0.2,0.9-0.7,0.3-1.4c-0.2-0.2-0.5-0.2-0.7-0.1c-0.1-0.5-0.2-0.9-0.3-1.2   c-0.9-1.5-2-0.9-3.2-1.4c-1.4-0.5-2.4-2.3-3.7-2.9c-0.9-0.5-2.6-0.9-2.1,0.8c0.4,1.2,2.5,1.3,3.3,2.2c1.3,1.7-1,1.7-0.7,3.1   c0.3,1.2,2.2,0.8,2.5,1.9c0.4,1.5-1.3,1.4-2.4,1.6c-5.1,1,1.6,3.3,0.1,4.7c-0.6,0.5-1.4,0.4-2.2,0.3c-0.3-0.2-0.8-0.4-1.3-0.6   c-3.7-1.2-7.6-0.9-9.6,0.7c-1,0.8-1.6,2-2.3,2.9c0,0-0.1,0-0.1,0c-0.9,0.1-1.3,0.7-1.1,1.2c-0.2,0.1-0.5,0.3-0.7,0.4   c-0.5,0.1-0.9,0.1-1.4,0.2c-1,0-2.3-0.3-4-1c-3.3-1.3-10.3-6-10.6-1c0.2,1.2,1.8,2.5-0.1,3.6c-8-2-14.7-8-23.9-4.9   c-2.4,0.9-2.1,2.3-4,3.3c-2,1.3-4.6,1.3-7.4,1.2c-3.3-0.2-7.1-0.4-10.3-0.9c-3.4-0.5-4.7-2-7.7-3c-1.9-0.5-5.3-1.1-7.2-0.7   c-3.3,0.5-2.6,2.2-3.6,3.5c-0.3,0.3-0.5,0.7-0.9,0.9c-43.7-2.6-66-5.7-66-5.7V50h400V32.3C400,32.3,385.5,34.9,350.3,37.3z\'\\/><path  d=\'M237.9,15c-0.3,0-0.4,0.3-0.4,0.6c0,0.5,0.7,0.9,1.2,0.8c0.4,0,0.6-0.3,0.6-0.7C239.4,15.2,238.5,15,237.9,15z   \'\\/><path  d=\'M232.2,9.1c0.7-0.6,1-1.1,1.8-1.4c2.4-1,2.9-2.5,2.8-3c0-0.6-0.5-0.7-1.4-0.6c-2.3,0.2-4,2.2-4.3,3.9   C230.9,9.1,231.4,9.8,232.2,9.1z\'\\/><path  d=\'M228.5,5.5c0.4,0,1.5-1.1,1.4-2.5c-0.1-0.7-0.4-1.4-1.1-1.4c-0.6,0-1.6,0.7-1.5,1.7   C227.4,4.4,227.9,5.6,228.5,5.5z\'\\/><path  d=\'M222.7,11.8c0.8-0.1,1.6-1.4,1.6-2.2c-0.1-0.8-0.6-1.2-1-1.2c-0.5,0-1.3,0.6-1.2,2   C222,10.7,222.2,11.8,222.7,11.8z\'\\/><path  d=\'M196.8,13c0.2-0.2,0.3-0.5,0.2-0.8c0-0.3-1.8-5.6-2.5-5.5c-0.9,0.1-1.3,0.9-1.2,1.8   C193.4,9.4,196.4,13.5,196.8,13z\'\\/><path  d=\'M184,11.2c0.3,0,1.1-1,1-2c-0.1-1-0.8-1.6-1.4-1.5c-0.5,0-0.8,1.3-0.7,2C183,10.7,183.6,11.2,184,11.2z\'\\/><path  d=\'M178.5,8.7c0.5,0,0.9-0.1,0.9-0.7c-0.1-0.9-0.8-1.9-1.6-1.8c-0.6,0-0.7,0.3-0.7,0.8   C177.1,7.9,177.6,8.8,178.5,8.7z\'\\/><path  d=\'M174.4,14.3c0.3-0.1,0.2-0.4,0.2-0.7c0-0.6-0.6-1-1.1-1C172.3,12.8,173.4,14.6,174.4,14.3z\'\\/><path  d=\'M202.1,10.7c0.7,0.2,0.7-1.1,0.6-1.6c-0.1-1.3-1.7-2.8-1.6-1.2C201.2,8.6,201.3,10.6,202.1,10.7z\'\\/><path  d=\'M203.1,4.1c0,0,0.8,0,0.7-0.7c0-0.4-0.7-1.1-1.2-1.1c-0.3,0-0.5,0.3-0.5,0.7C202.1,3.5,202.5,4,203.1,4.1z\'\\/><path  d=\'M227.2,15.6c0.7,0.1,1.6-1.1,1.5-2.3c0-0.5-0.2-0.5-0.5-0.5c-0.8,0.1-1.4,0.8-1.4,1.5   C226.8,14.6,227,15.6,227.2,15.6z\'\\/><\\/g><\\/svg>\"},\"shape8\":{\"title\":\"Shape 8\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 61.7\' preserveAspectRatio=\'none\'><path  d=\'M400,61.7V17.9c-0.1-1.1-0.4-3.5-0.4-3.5c0-0.4-4-1.2-4,1.2c0,1.3-3.9,1.7-3.9,3.1c0-1-5.1-0.5-5.1,0  c0,0.1-4,2.6-4,2.7c0-0.6-4.8,2.1-4.8,0.9c0-1.3-5,0-5,0.2c0,0.8-3.8,2.6-3.8,3.3c0,0.3-4.7,0.5-4.7,1c0-1.1-3.9,3.4-3.9,2.9  c0-0.2-5.1-0.4-5.1,0.1c0-1.1-4.4,1.1-4.4,1.6c0,2.3-4.3,2.6-4.3,3.4c0,0.8-5.3-2.8-5.3-2.1c0-1.2-5.3-0.6-5.3,0.2  c0-0.4-5.1,2.8-5.1,1.8c0,0.6-4.7-0.1-4.7,0.6c0,0.9-3.4,3-3.4,2.9c0,0.2-3.4,2.4-3.4,2.8c0,1.2-4.8,0.3-4.8,0.1  c0-0.5-4.5,0.5-4.5,0.4c0-0.3-4.6,2.7-4.6,3c0-0.5-4.7-1.4-4.7-2c0,1-4.6,2-4.6,0.9c0,1-4.7,0.8-4.7-0.7c0,0-4.7-0.8-4.7,0.1  c0-0.2-4.6,2.1-4.6,2.2c0-0.1-4.6-0.7-4.6,0.5c0,0.3-4.3-1-4.3-0.6c0-0.1-3.9-2.8-3.9-1.9c0-0.5-3.9-2.1-3.9-2.7c0,0.8-3-3.4-3-3.7  c0,0.1-3.9-1.1-3.9-2.7c0-0.2-4.6-0.2-4.6-0.9c0-0.4-5.1-0.5-5.1-0.7c0-0.2-3.7,3.5-3.7,3.8c0-1.4-3.9,3.1-3.9,2.8  c0-1-4.7,0.5-4.7,1.7c0,0.5-4,0.5-4,1.7c0,0.1-3.6,3.3-3.6,2.9c0-1.3-4.4-0.2-4.4,0.9c0,0.7-4.6-1.2-4.6-0.1c0-1.2-4.1,1.4-4.1,1.7  c0,0.9-4.5-1.6-4.5-0.9c0,1.1-4.1,3.2-4.1,2.7c0-0.1-4.4,1.1-4.4,0.7c0,0.6-4.4,0.1-4.4-0.9c0,1.6-4.4-2.1-4.4-1.8  c0,1.2-4.3,3.9-4.3,2.9c0,0.1-4.3-1.3-4.3-0.6c0,2.1-4.4,0.8-4.4,0.4c0-0.7-3.8-4-3.8-3.4c0-1.7-3.6-2.5-3.6-2.1  c0-0.3-4.2-1.4-4.2-1c0-0.4-4.1,0.4-4.1-1.5c0-1.1-4.6,0.8-4.6-0.6c0,0.2-3.1-3.9-3.1-4c0,0.7-4.4-2.2-4.4-1.6c0,1-4.4-1.6-4.4-1.6  c0-0.4-4.9,0.8-4.9,0.3c0,0.7-4.6-0.2-4.6-0.3c0,0.3-4.4-0.6-4.4-1.4c0-0.4-4.6-1.7-4.6-1.8c0,0.4-4.7,0.6-4.7,0.9  c0,0-4.5,3-4.5,1.4c0,1.9-4.4,0.9-4.4,1.4c0-0.2-5.2-2-5.2-1.8c0,0.6-4.2,2.5-4.2,2.2c0,1.2-3.7,3.9-3.7,3.5c0-0.2-4.4,0.9-4.4,1.6  c0,0.8-5.1-0.2-5.1-0.8c0,0.4-4.5,1.5-4.5,1.5c0,0.7-4.7-0.9-4.7-0.8c0,0.3-4.4-0.7-4.4-1.4c0-0.8-4.7-0.9-4.7-0.1  c0-0.1-4.4-2.5-4.4-1.4c0-0.3-5.1,2-5.1,0.9c0-1.3-4.1-2.5-4.1-2.5c0,0.1-4.5-1.3-4.5-2.5c0-0.6-4.8,3.5-4.8,2.2  c0-0.9-4.3,2.5-4.3,2.4c0-0.6-5.4-1.1-5.4-1.8c0-1.3-4.1,4.2-4.1,3c0-0.2-5.1-0.5-5.1-0.7c0-0.5-3.9,1.2-3.9,1.3  c0-0.3-4.1-0.6-4.1-0.3c0-0.4-4.3,1.3-4.3,1c0,0.2-4.6,0.8-4.6-0.2c0-0.1-2.8-2.7-2.8-3.8c0-2-4.3-0.8-4.3-2c0,0.6-4.5,0.8-4.5-1.6  c0,0.2-2.6-5.2-2.6-4.7c0,1-1.9,0.1-3.2-0.5l0,33.9H400z\'\\/><\\/svg>\"},\"shape9\":{\"title\":\"Shape 9\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' width=\'4080.2\' height=\'394.6\' viewBox=\'0 0 4080.2 394.6\'><defs><style>..premium-sh-cls-2{opacity:.2;}.premium-sh-cls-2,.premium-sh-cls-3{isolation:isolate;}.premium-sh-cls-3{opacity:.5;}<\\/style><\\/defs><path class=\'premium-sh-cls-2 pr-path\' d=\'m4080.2,394.6v-181.3c-9.9-5.5-24.8-19.8-34.1-62.3-9.3-42.4-49-72.2-49-72.2,24.2,32,34.1,103.6,0,104.7s-23-40.2-23-40.2c-15.5,11.6-9.9,42.4-9.9,42.4-28.5-24.8-14.9-64.5-14.9-64.5-13,17.1-18.6,38-6.8,82.1s-65,62.3-70.7,25.9c-5.1-32.8,18-36.4,26.7-68.9s-32.3-53.5-32.3-53.5c20.5,51.8-18.6,70-18.6,70-1.9-25.4-24.8-38.6-24.8-38.6,13.6,24.3-.7,50-16.7,54-15.7,3.9-45.3-.6-36-38.6s-4.3-60.6-4.3-60.6c1.2,18.7-11.2,32-11.2,32,2.5-35.8-3.7-41.3-17.4-62.3-13.6-20.9,0-43.5,0-43.5-81.3,27-66.4,106.4-66.4,106.4-31-28.1-6.2-72.8-6.2-72.8-26.7,20.4-29.2,43-21.7,105.8,7.4,62.8-27.9,60.6-27.9,60.6,13-63.9-40.3-86-40.3-86,42.2,42.4,6.2,90.9-21.1,90.9s-37.9-19.8-37.8-46.3c0-29.2-24.2-39.1-24.2-39.1,10.5,10.5,18.6,57.3-10.5,55.7-29.2-1.7-14.9-48,.6-86.5,15.5-38.6-23-63.9-23-63.9,0,0,40.3,61.7-9.9,59.5s-19-78.3-19-78.3c-43.8,48-17.6,93.7-6.5,116.3,11.2,22.6,13,93.7-37.8,93.7s-50.2-68.9-44-91.5-8.7-39.1-8.7-39.1c9.3,27-14.9,43-32.9,16.5s-1.9-78.3-1.9-78.3c-45.3,49.6-4.3,100.3,4.3,125.1,8.7,24.8-3.1,55.1-26.7,55.1s-34.7-14.9-30.4-34.7-6.8-35.3-6.8-35.3c2.5,8.8-.6,39.1-20.5,39.1s-32.3-23.7-23-59.5c9.3-35.8.6-45.7-16.7-67.8s12.4-50.2,12.4-50.2c0,0-38.5,17.6-65.1,46.8-26.7,29.2,9.3,73.3,8.1,97-1.2,23.7-22.3,24.3-34.7,3.3s5-55.7,5-55.7c-15.5,9.4-23,33.6-18,60.1s-6.5,49.6-21.7,49.6c-13.9,0-24.8-6.6-27.3-29.8-2.5-23.1-30.4-35.8-30.4-35.8,25.4,38,.4,54-13,54-12.4,0-22.3-11-22.3-32.5s14.9-40.4,29.8-63-12.4-40-12.4-40c19.2,38.6-25.4,58.4-45.3,30.9-19.9-27.6-5.6-70-5.6-70-31,36.9-4.3,75,6.8,99.2,11.2,24.3,3.1,59.5-27.3,54s-15.5-44.1-15.5-44.1c0,0-19.9,14.3-13.6,56.2s-57.7,52.4-54.6,25.4c3.1-27-10.5-39.1-10.5-39.1,4.3,27-11.8,35.8-11.8,35.8,5.6-33.6-18.6-52.4-18.6-52.4,13.6,23.7-1.2,46.3-16.1,46.3s-28.5-5-34.1-17.6c-5.6-12.7-3.7-28.7,11.2-61.2,15-32.5-.1-52.9-.1-52.9,1.2,14.3-14.3,29.8-14.3,29.8,1.2-36.4-17.4-46.8-37.2-62.3-19.9-15.4-10.5-46.3-10.5-46.3-69.5,32.5-27.9,117.4-27.9,117.4-34.1-22-35.4-71.1-35.4-71.1-14.9,41.3,1.9,68.3,16.7,95.3,14.9,27,5,52.9-3.7,62.8s-40.3,14.3-44.7-12.7c-4.3-27,16.1-49.6,16.1-49.6-14.1,3.3-27.3,19.7-27.3,41.3s-3.1,39.1-20.5,39.1-27.9-9.9-22.3-40.2-17.4-46.3-17.4-46.3c10.5,39.1-33.5,22-45.3-9.4s13.6-71.1,13.6-71.1c-27.9,6.6-29.2,33.1-29.2,33.1-29.8-29.8-18.7-68.9-18.7-68.9-29.9,25.9-5.4,77.2-2.3,86.5,3.1,9.4,8.7,56.8-26.1,55.1-34.7-1.7-25.4-44.1-12.4-69.4-31.6,20.4-22,62.8-22,62.8-12.7-5.5-20.8-32.5-20.8-32.5-5,20.4,1.2,28.7,16.1,61.2s-9.3,50.2-21.7,50.2-36.6-1.1-29.8-39.7-27.9-50.2-27.9-50.2c42.2,45.2-9.9,79.9-32.5,61.5-40.5-33,1.5-89,1.5-89-26.1,11-33.5,31.4-32.9,62.8.6,31.4-15.5,46.3-45.9,46.3s-36-34.7-21.7-70c14.3-35.3-4.3-60.1-4.3-60.1.6,29.2-19.2,43.3-19.2,43.3-9.3-64.2-58.9-82.9-58.9-82.9,56.5,120.2,9.3,165.4-13,165.9-31.3.7-56.1-28.7-65.4-71.1-9.3-42.4-49-72.2-49-72.2,24.2,32,34.1,103.6,0,104.7-34.1,1.1-23-40.2-23-40.2-15.5,11.6-9.9,42.4-9.9,42.4-28.5-24.8-14.9-64.5-14.9-64.5-13,17.1-18.6,38-6.8,82.1s-65,62.3-70.7,25.9c-5.1-32.8,18-36.4,26.7-68.9s-32.3-53.5-32.3-53.5c20.5,51.8-18.6,70-18.6,70-1.9-25.4-24.8-38.6-24.8-38.6,13.6,24.3-.7,50-16.7,54-15.7,3.9-45.3-.6-36-38.6s-4.3-60.6-4.3-60.6c1.2,18.7-11.2,32-11.2,32,2.5-35.8-3.7-41.3-17.4-62.3s0-43.5,0-43.5c-81.3,27-66.4,106.4-66.4,106.4-31-28.1-6.2-72.8-6.2-72.8-26.7,20.4-29.2,43-21.7,105.8,7.4,62.8-27.9,60.6-27.9,60.6,13-63.9-40.3-86-40.3-86,42.2,42.4,6.2,90.9-21.1,90.9s-37.9-19.8-37.8-46.3c0-29.2-24.2-39.1-24.2-39.1,10.5,10.5,18.6,57.3-10.5,55.7-29.2-1.7-14.9-48,.6-86.5,15.5-38.6-23-63.9-23-63.9,0,0,40.3,61.7-9.9,59.5s-19-78.3-19-78.3c-43.8,48-17.6,93.7-6.5,116.3,11.2,22.6,13,93.7-37.8,93.7s-50.2-68.9-44-91.5-8.7-39.1-8.7-39.1c9.3,27-14.9,43-32.9,16.5s-1.9-78.3-1.9-78.3c-45.3,49.6-4.3,100.3,4.3,125.1,8.7,24.8-3.1,55.1-26.7,55.1s-34.7-14.9-30.4-34.7-6.8-35.3-6.8-35.3c2.5,8.8-.6,39.1-20.5,39.1s-32.3-23.7-23-59.5c9.3-35.8.6-45.7-16.7-67.8s12.4-50.2,12.4-50.2c0,0-38.5,17.6-65.1,46.8-26.7,29.2,9.3,73.3,8.1,97-1.2,23.7-22.3,24.3-34.7,3.3s5-55.7,5-55.7c-15.5,9.4-23,33.6-18,60.1s-6.5,49.6-21.7,49.6c-13.9,0-24.8-6.6-27.3-29.8-2.5-23.1-30.4-35.8-30.4-35.8,25.4,38,.4,54-13,54-12.4,0-22.3-11-22.3-32.5s14.9-40.4,29.8-63c14.9-22.6-12.4-40-12.4-40,19.2,38.6-25.4,58.4-45.3,30.9-19.9-27.6-5.6-70-5.6-70-31,36.9-4.3,75,6.8,99.2,11.2,24.3,3.1,59.5-27.3,54-30.4-5.5-15.5-44.1-15.5-44.1,0,0-19.9,14.3-13.6,56.2,6.2,41.9-57.7,52.4-54.6,25.4,3.1-27-10.5-39.1-10.5-39.1,4.3,27-11.8,35.8-11.8,35.8,5.6-33.6-18.6-52.4-18.6-52.4,13.6,23.7-1.2,46.3-16.1,46.3s-28.5-5-34.1-17.6c-5.6-12.7-3.7-28.7,11.2-61.2,15-32.5-.1-52.9-.1-52.9,1.2,14.3-14.3,29.8-14.3,29.8,1.2-36.4-17.4-46.8-37.2-62.3-19.9-15.4-10.5-46.3-10.5-46.3-69.5,32.5-27.9,117.4-27.9,117.4-34.1-22-35.4-71.1-35.4-71.1-14.9,41.3,1.9,68.3,16.8,95.3,14.9,27,5,52.9-3.7,62.8s-40.3,14.3-44.7-12.7c-4.3-27,16.1-49.6,16.1-49.6-14.1,3.3-27.3,19.7-27.3,41.3s-3.1,39.1-20.5,39.1-27.9-9.9-22.3-40.2-17.4-46.3-17.4-46.3c10.5,39.1-33.5,22-45.3-9.4s13.6-71.1,13.6-71.1c-27.9,6.6-29.2,33.1-29.2,33.1-29.8-29.8-18.7-68.9-18.7-68.9-29.9,25.9-5.4,77.2-2.3,86.5,3.1,9.4,8.7,56.8-26.1,55.1-34.7-1.7-25.4-44.1-12.4-69.4-31.6,20.4-22,62.8-22,62.8-12.7-5.5-20.8-32.5-20.8-32.5-5,20.4,1.2,28.7,16.1,61.2,14.9,32.5-9.3,50.2-21.7,50.2s-36.6-1.1-29.8-39.7-27.9-50.2-27.9-50.2c42.2,45.2-9.9,79.9-32.5,61.5-40.5-33,1.5-89,1.5-89-26.1,11-33.5,31.4-32.9,62.8.6,31.4-15.5,46.3-45.9,46.3s-36-34.7-21.7-70c14.3-35.3-4.3-60.1-4.3-60.1.6,29.2-19.2,43.3-19.2,43.3-9.3-64.2-58.9-82.9-58.9-82.9,56.5,120.2,9.3,165.9-13,165.9S.7,212.7.7,212.7v181.9h4079.5Z\'\\/><path class=\'premium-sh-cls-3\' d=\'m4080.2,394.6v-118.9s-29.4-14-33.8-39.7c-4.4-25.7,11.3-46.4-13.2-68.8h0c0,.1,9.4,43.1-27.7,54.3-37.1,11.2-47.2-21.3-47.2-21.3,0,0,12,48.7-18.3,71-30.2,22.4-83.1,28-83.7-22.9h0c-19.5,25.2-32.7,13.4-30.8-6.7,1.9-20.1,17.9-19.5,18.9-47.5,0,0-32.1,20.1-63.6,19s-50.4-36.4-52.9-62.6c-2.5-26.3-6.3-39.7-12.6-50.3-6.3-10.6-5-33,3.1-48.1,0,0-20.8,17.3-16.4,52,4.4,34.7-6.9,46.4-21.4,47.5s-23.9-12.3-23.9-12.3c0,0,1.3,20.9,5,30.6,3.8,9.7,10.7,50.5-17.6,70.1-28.3,19.6-57.7,8.3-46.6-33h0c-24.5,22.4-19.4,50.3-47.8,56.5-24,5.2-52.2-9.5-52.2-29.6s10.8-15.8,6.3-47h0c-12.6,26.8-28.1,28.9-40.3,20.1-16.9-12.3,2.5-61-33.4-82.2,0,0,30.2,67.1,0,107.9-30.2,40.8-79.9,29.6-93.8,7.3-13.8-22.4,3.1-35.8-17-64.9h0c0,.2,11.3,63.2-37.8,69.9s-49.1-35.8-48.5-44.7c0,0-12,16.2-34.6,10.1s-28.3-28-26.4-44.2c1.9-16.2,4.5-52.3-6.9-71.6-14.1-23.9-3.8-50.9-3.8-50.9,0,0-33.4,22.4-21.4,62.6,12,40.3,21.9,79.9-2.6,90.3-24.5,10.4-38.3.3-41.5-8.1-3.1,14.5,7,49.7-18.9,59.3-19.9,7.4-39.3,2.3-44.7-16.8-4.8-17.2-8.9-21.9-15.1-27.4,0,0,12,43.6-21.4,54.8-33.4,11.2-49.1-11.2-46.6-33.6,2.5-22.4,10.7-47,10.7-47,0,0-19.5,16.2-23.9,36.9s-39.7,19.6-42.2-2.8h0c-.6,28.5-18.1,56.2-53.5,53.1-39.1-3.4-52.2-29.6-52.2-29.6,0,0-17.6,16.8-42.8,3.9-25.2-12.9-22-40.8-19.5-54.3s12-52.6-5-69.4c-17-16.8-33.4-27.4-35.9-63.2,0,0-8.8,36.4,6.9,58.7,15.7,22.4,27.1,51.5,1.9,62.6-25.2,11.2-36.5-44.2-36.5-44.2h0s-2.1,21.4,5.3,38.6c14,32.6-19.1,113.5-66.3,73.2,0,0-18.3,30.2-51,20.7s-35.9-31.3-33.4-48.7,13.8-22.4,9.4-43.6c0,0-11.3,14.5-30.8,10.1-19.5-4.5-12.6-28-12-35.2.6-7.3-4.4-16.8-17-26.8-12.6-10.1-7.6-27.4-7.6-27.4,0,0-10.8,20,5.7,45.3,17.3,26.5-19.5,76.7-57.3,47.5,0,0,43.6,98.6-32.1,104.2-40.8,3-44.1-44.4-65.5-58.3,0,0,.3,41.1-28.7,33.8-29-7.3-12.9-36.6-32.4-50,0,0,13.8,55.4-23.9,69.4-37.8,14-69.9-2.2-76.2-27.4-6.3-25.2,17-71,0-100.1,0,0,3.8,26.8-11.3,41.6,0,0-6.2-9.9-14.5-14.8,8.4,36.9-12.2,113.4-74.5,94.9-1.9-.6-3.8-1.4-5.6-2.4-7.4-4.2-27.5-17.3-31.1-38.3-4.4-25.7,11.3-46.4-13.2-68.8h0c0,.1,9.4,43.1-27.7,54.3-37.1,11.2-47.2-21.3-47.2-21.3,0,0,12,48.7-18.3,71-30.2,22.4-83.1,28-83.7-22.9h0c-19.5,25.2-32.7,13.4-30.8-6.7,1.9-20.1,17.9-19.5,18.9-47.5,0,0-32.1,20.1-63.6,19s-50.4-36.4-52.9-62.6c-2.5-26.3-6.3-39.7-12.6-50.3-6.3-10.6-5-33,3.1-48.1,0,0-20.8,17.3-16.4,52,4.4,34.7-6.9,46.4-21.4,47.5s-23.9-12.3-23.9-12.3c0,0,1.3,20.9,5,30.6,3.8,9.7,10.7,50.5-17.6,70.1-28.3,19.6-57.7,8.3-46.6-33h0c-24.5,22.4-19.4,50.3-47.8,56.5-24,5.2-52.2-9.5-52.2-29.6s10.8-15.8,6.3-47h0c-12.6,26.8-28.1,28.9-40.3,20.1-16.9-12.3,2.5-61-33.4-82.2,0,0,30.2,67.1,0,107.9-30.2,40.8-79.9,29.6-93.8,7.3-13.8-22.4,3.1-35.8-17-64.9h0c0,.2,11.3,63.2-37.8,69.9s-49.1-35.8-48.5-44.7c0,0-12,16.2-34.6,10.1-22.7-6.2-28.3-28-26.4-44.2,1.9-16.2,4.5-52.3-6.9-71.6-14.1-23.9-3.8-50.9-3.8-50.9,0,0-33.4,22.4-21.4,62.6s21.9,79.9-2.6,90.3c-24.5,10.4-38.3.3-41.5-8.1-3.1,14.5,7,49.7-18.9,59.3-19.9,7.4-39.3,2.3-44.7-16.8-4.8-17.2-8.9-21.9-15.1-27.4,0,0,12,43.6-21.4,54.8-33.4,11.2-49.1-11.2-46.6-33.6,2.5-22.4,10.7-47,10.7-47,0,0-19.5,16.2-23.9,36.9s-39.7,19.6-42.2-2.8h0c-.6,28.5-18.1,56.2-53.5,53.1-39.1-3.4-52.2-29.6-52.2-29.6,0,0-17.6,16.8-42.8,3.9-25.2-12.9-22-40.8-19.5-54.3s12-52.6-5-69.4c-17-16.8-33.4-27.4-35.9-63.2,0,0-8.8,36.4,6.9,58.7,15.7,22.4,27.1,51.5,1.9,62.6-25.2,11.2-36.5-44.2-36.5-44.2h0s-2.1,21.4,5.3,38.6c14,32.6-19.1,113.5-66.3,73.2,0,0-18.3,30.2-51,20.7s-35.9-31.3-33.4-48.7,13.8-22.4,9.4-43.6c0,0-11.3,14.5-30.8,10.1-19.5-4.5-12.6-28-12-35.2.6-7.3-4.4-16.8-17-26.8-12.6-10.1-7.6-27.4-7.6-27.4,0,0-10.8,20,5.7,45.3,17.3,26.5-19.5,76.7-57.3,47.5,0,0,43.6,98.6-32.1,104.2-40.8,3-44.1-44.4-65.5-58.3,0,0,.3,41.1-28.7,33.8-29-7.3-12.9-36.6-32.4-50h0s13.8,55.4-23.9,69.4c-37.8,14-69.9-2.2-76.2-27.4-6.3-25.2,17-71,0-100.1,0,0,3.8,26.8-11.3,41.6,0,0-6.2-9.9-14.5-14.8,8.5,37.5-12.8,115.8-77.4,94v119.2h4080.2Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m4080.2,394.6v-53.2s-45.6-9-39.5-48.1c6.1-39.1-23-58.3-23-58.3,19.6,25.9,16.9,59.5-14.2,59.5s-25.7-45.5-25.7-45.5c-40.6,18.2-2,85.2-66.3,85.2s-73.1-48.1-73.1-48.1c-60.9,4.2-38.6-55.3-38.6-55.3-17.6,1.8-16.9,33.7-20.3,46.9-3.4,13.2-12.9,26.5-34.5,24.7-21.7-1.8-25.7-17.4-16.9-70.3,8.8-52.9-14.2-90.8-14.2-90.8,12.3,42.1,5.4,76.9-12.2,76.9s-16.2-26.4-16.2-26.4c-14.1,11.4-10.2,33.1-2.8,45.1,7.4,12,2,55.9-42,55.9s-45.3-42.1-45.3-42.1c-14.7,2.6-16.2,18.6-21,36.7-4.7,18-18.9,28.9-18.9,28.9,7.4-17.4-8.1-39.1-8.1-39.1,0,0,2.7,54.1-35.9,45.7-38.6-8.4-18.3-80.6-18.3-80.6-23,5.4-25,45.1-25,45.1-16.9-29.5,8.8-66.1,8.8-66.1-30.5,13.8-29.1,45.1-27.1,77.6,2,32.5-37.2,39.1-38.6,16.2-1.4-22.8-20.3-35.5-20.3-35.5,0,0,7.4,54.7-29.1,49.9-36.5-4.8-14.9-37.9-29.1-52.9-14.2-15-6.8-33.7-6.8-33.7-29.1,7.8-28.4,60.1-28.4,60.1-6.8-4.2-8.8-27.1-8.8-27.1-23.7,18.6,6.6,51.4-33,46.4-48-6-29.3-94.5-29.3-94.5,0,0-13,.1-18.4,32.5s-49.2,15.6-45.2-12.7c4-28.3-6.1-54.1-6.1-54.1-4.1,58.9-45.3,28.3-45.3,28.3,24.8,90.5-21.9,116.2-51.3,115.3-7.3-.2-19.7-3.6-26.5-31.3-6.8-27.7-32.5-38.6-32.5-38.6,14.2,14.9,11.5,66.3-14.2,66.3s-33.8-52.9-33.8-52.9c-8.9,24.1,0,56.5,0,56.5-40.6-27.7-21.7-92.6-21.7-92.6-33.2,6.6-34.5,60.1-34.5,60.1-16.9-7.2-12.9-31.3-12.9-31.3-29.8,9-23.2,53.8-36.5,61.3-19.9,11.2-47,2.7-49.4-20.4-2.2-21.3-13.5-36.7-13.5-36.7-8.1,76.8-56.2,49.3-79.2.6s7.4-100.4,7.4-100.4c-39.9,17.4-31.1,46.3-38.6,87.2-7.4,40.9-53.1,54.4-53.1,54.4,6.8-38.8-24-53.2-24-53.2,11.8,12.8,12.8,50.1,1.8,55-40.5,18-45.8-43.1-45.8-43.1-30.8,28.1,31.5,63.3-13.9,60.3-45.3-3-42.6-42.9-42.6-73.6,0-40.4-33.6-65.3-33.6-65.3,0,0,37.3,91.6-.5,91.5-45.7-.1-24.2-59.9-24.2-59.9-24.4,16.5-17.3,43.9-17.9,67.3-.7,23.4-9.6,44.6-29.1,53.7-17.9,8.3-102.5,18.3-98.5-20.3,3.1-29.6-6.8-42.1-6.8-42.1,1.4,30.1-18.9,46.3-18.9,46.3,8.8-44.8-15.2-70-15.2-70,0,0,.7,45.4-43.3,64s-76.2-2.7-82.2-27.1c-4.8-19.4,10.5-40.3,10.5-40.3-47.7,19.5-32.1,72.1-32.1,72.1-34.9-5.7-21.7-38.9-21.7-38.9-23.3,6-18.8,16.6-18.8,30.1,0,25.4-69.8,6.5-63.7-32.6,6.1-39.1-23-58.3-23-58.3,19.6,25.9,16.9,59.5-14.2,59.5s-25.7-45.5-25.7-45.5c-40.6,18.2-2,85.2-66.3,85.2s-73.1-48.1-73.1-48.1c-60.9,4.2-38.6-55.3-38.6-55.3-17.6,1.8-16.9,33.7-20.3,46.9s-12.9,26.5-34.5,24.7c-21.7-1.8-25.7-17.4-16.9-70.3,8.8-52.9-14.2-90.8-14.2-90.8,12.3,42.1,5.4,76.9-12.2,76.9s-16.2-26.4-16.2-26.4c-14.1,11.4-10.2,33.1-2.8,45.1s2,55.9-42,55.9-45.3-42.1-45.3-42.1c-14.7,2.6-16.2,18.6-21,36.7-4.7,18-18.9,28.9-18.9,28.9,7.4-17.4-8.1-39.1-8.1-39.1,0,0,2.7,54.1-35.9,45.7-38.6-8.4-18.3-80.6-18.3-80.6-23,5.4-25,45.1-25,45.1-16.9-29.5,8.8-66.1,8.8-66.1-30.5,13.8-29.1,45.1-27.1,77.6,2,32.5-37.2,39.1-38.6,16.2-1.4-22.8-20.3-35.5-20.3-35.5,0,0,7.4,54.7-29.1,49.9-36.5-4.8-14.9-37.9-29.1-52.9-14.2-15-6.8-33.7-6.8-33.7-29.1,7.8-28.4,60.1-28.4,60.1-6.8-4.2-8.8-27.1-8.8-27.1-23.7,18.6,6.6,51.4-33,46.4-48-6-29.3-94.5-29.3-94.5,0,0-13,.1-18.4,32.5s-49.2,15.6-45.2-12.7c4-28.3-6.1-54.1-6.1-54.1-4.1,58.9-45.3,28.3-45.3,28.3,24.7,90.6-21.9,116.3-51.3,115.4-7.3-.2-19.7-3.6-26.5-31.3s-32.5-38.6-32.5-38.6c14.2,14.9,11.5,66.3-14.2,66.3s-33.8-52.9-33.8-52.9c-8.9,24.1,0,56.5,0,56.5-40.6-27.7-21.7-92.6-21.7-92.6-33.2,6.6-34.5,60.1-34.5,60.1-16.9-7.2-12.9-31.3-12.9-31.3-29.8,9-23.2,53.8-36.5,61.3-19.9,11.2-47,2.7-49.4-20.4-2.2-21.3-13.5-36.7-13.5-36.7-8.1,76.8-56.2,49.3-79.2.6s7.4-100.4,7.4-100.4c-39.9,17.4-31.1,46.3-38.6,87.2-7.4,40.9-53.1,54.4-53.1,54.4,6.8-38.8-24-53.2-24-53.2,11.8,12.8,12.8,50.1,1.8,55-40.5,18-45.8-43.1-45.8-43.1-30.8,28.1,31.5,63.3-13.9,60.3-45.3-3-42.6-42.9-42.6-73.6,0-40.4-33.6-65.3-33.6-65.3,0,0,37.3,91.6-.5,91.5-45.7-.1-24.2-59.9-24.2-59.9-24.4,16.5-17.3,43.9-17.9,67.3-.7,23.4-9.6,44.6-29.1,53.7-17.9,8.3-102.5,18.3-98.5-20.3,3.1-29.6-6.8-42.1-6.8-42.1,1.4,30.1-18.9,46.3-18.9,46.3,8.8-44.8-15.2-70-15.2-70,0,0,.7,45.4-43.3,64s-76.2-2.7-82.2-27.1c-4.8-19.4,10.5-40.3,10.5-40.3-47.7,19.5-32.1,72.1-32.1,72.1-34.9-5.7-21.7-38.9-21.7-38.9-23.3,6-18.8,16.6-18.8,30.1,0,25.4-24.2,15.4-24.2,15.4v53.4h4080Z\'\\/><\\/svg>\"},\"shape10\":{\"title\":\"Shape 10\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 35\'><path d=\'M1000 5S822.877 3.636 700 3.93c-18.088.043-36.002 10.945-51 11.07-21.081.175-37.54-10.382-49-10-20.98.7-33.333 17.5-50 15S516.667 0 500 0s-33.333 17.5-50 20-29.02-14.3-50-15c-11.645-.388-29.453 10.167-51 9.992-15.016-.122-30.925-11.022-49-11.064C176.964 3.644 0 5 0 5v30h1000V5z\'\\/><\\/svg>\"},\"shape11\":{\"title\":\"Shape 11\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 60\'><path d=\'M1000 20L700 40l-50-20-50 20L500 0 400 40l-50-20-50 20L0 20v40h1000V20z\'\\/><\\/svg>\"},\"shape12\":{\"title\":\"Shape 12\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1047.1 3.61\' preserveAspectRatio=\'none\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m1041.9,3.61v-1.2c-2,1.1-2.6-.4-2.6-.4,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.2-.6-4.4,1.5-5.7,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.7-1.7-1.6-1.9-2.1-.6-4.4,1.5-5.8,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.2-.6-4.4,1.5-5.7,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9C6.1-.49,3.9,1.61,2.7,2.31c-2.1,1.2-2.7-.3-2.7-.3v1.6h1047.1-5.2ZM2.5,2.41h0Zm.3-.3s0,.1-.1.1q.1,0,.1-.1Z\'\\/><\\/svg>\"},\"shape13\":{\"title\":\"Shape 13\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M761.9,40.6L643.1,24L333.9,93.8L0.1,1H0v99h1000V1\'\\/><\\/svg>\"},\"shape14\":{\"title\":\"Shape 14\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 2600 130.1\'><defs><style>.premium-sh-cls-1 {  opacity: .5;}.premium-sh-cls-1, .premium-sh-cls-2 {  isolation: isolate;}.premium-sh-cls-1, .premium-sh-cls-2, .premium-sh-cls-3 {  stroke-width: 0px;}.premium-sh-cls-2 {  opacity: .25;}<\\/style><\\/defs><path class=\'premium-sh-cls-3\' d=\'m2600,61v69.1H0S2600,61,2600,61Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m0,61h2600v69.1H0V61Z\'\\/><path class=\'premium-sh-cls-2\' d=\'m2600,61L0,0v130.1s2600,0,2600,0V61Z\'\\/><\\/svg>\"},\"shape15\":{\"title\":\"Shape 15\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 283.5 18.8\'><defs><style>.premium-sh-cls-1 {  isolation: isolate;  opacity: .33;}.premium-sh-cls-1, .premium-sh-cls-2 {  stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8V0l-141.7,14.7L0,0v18.8h283.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8V6.2l-141.7,8.6L0,6.2v12.6h283.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8v-6.4l-141.7,2.4L0,12.4v6.4h283.5Z\'\\/><path class=\'premium-sh-cls-2\' d=\'m283.5,18.8v-1.2l-141.7-2.8L0,17.6v1.2h283.5Z\'\\/><\\/svg>\"},\"shape16\":{\"title\":\"Shape 16\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 283.5 27.22\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m0,17.52s7.3-4.3,14-4.6c6.8-.3,12.6,0,20.9,1.5,11.3,2,33.1,10.1,44.7,5.7s12.1-4.6,18-7.4c6.6-3.2,20-9.6,36.6-9.3,17.7.3,49.8,16.6,63,15.8,1.4-.1,6.6-.8,10.5-2,3.8-1.2,9.4-3.8,17-4.7,3.2-.4,8.3-1.1,14.2-.9,1.5.1,6.3.4,12,1.6,5.7,1.2,11,3.1,15.8,3.7,10.3,1.1,16.8-.5,16.8-.5v10.8H0v-9.7Zm22.7-1.6c.7,1,2,.4,4.3.4s6.1,1.2,5.8,1.1c-.3-.1-3.1-1.5-6-1.9-3-.5-4.7-.6-4.1.4Zm18.4,2.7s2.4.2,5.6.9c3.2.8,10.3,2.8,15.1,3.5,8.2,1.1,15.8,0,15.1-.1-.8-.1-9.6.6-17.6-1.1-3.3-.7-9.3-2.2-12.4-2.7-3.3-.6-5.8-.5-5.8-.5Zm57.2.1c-1.7.7,13.3-4.7,18.5-6.1,2.1-.6,6.2-1.6,10-2,3.9-.4,8.9-.4,8.8-.5,0-.2-5.8-.8-11.2,0s-5.2,1.1-7.6,1.6c-3.8.8-16.8,6.3-18.5,7Zm-13.9,1.6c-.2,0,.8.4,4.8-1.1s6.7-3.5,6.9-3.7c.2-.1-3.5,1.8-6.6,3-3,1.2-5,1.8-5.1,1.8ZM.5,21.22c.1-.1,1.9-1.1,4.8-2.5,2.9-1.4,6.9-2.8,6.7-2.7-.2,0-3.5.6-7.4,2.5S.4,21.32.5,21.22Zm251.7-5.6c-.1.2,1.9.2,4.5,1.2s5.4,1.6,7.8,2c4,.8,11.7-.1,11.3-.2-.3-.1-8.2.3-12.5-.7-2.2-.5-2.4-.5-5.7-1.6s-5.3-1-5.4-.7Zm-41.7,2.4c-.4.1-3.5,1.6-8.4,2.6-4.9,1.1-8.9.5-8.9.8s1,.9,6.2.3,11.5-3.8,11.1-3.7Zm1.4,2.5c-.2-.1-3.4,1.3-5.7,1.7-2.3.3-1.9.5-1.9.6s1.1.2,2.7-.2c1.7-.5,5.1-2,4.9-2.1Zm-22,2.3c-.1-.2-3.5-.8-5.6-1.8-2.1-1-1.8-.6-1.9-.5s.8.8,2.4,1.3c1.6.6,5.2,1.2,5.1,1Zm28.2-6.7c.1-.3-.3-.5-1.9.2s-2.6,1.3-2.2,1.2.9-.4,2.5-.8c1.7-.4,1.5-.3,1.6-.6Zm30.9-1.3c.2,0-2.1-.8-3.3-.9-1.2-.1-2-.1-2,.2s.1.5,1.6.4c1.6-.1,3.5.3,3.7.3Zm-117.7-8.7c.1-.1,2.4.3,7.5.3s13.6,2.4,17.2,3.5c3.6,1.1-10-3.9-16.5-4.1-6.5-.2-8.3.4-8.2.3Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m13.9,9.22c.1.1,4.6-.3,7.2,0,7.3.7,17,3.2,16.6,2.9s-13.7-3.1-17-3.3c-4.9-.4-6.9.4-6.8.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m56.1,17.42c.2.1,4.5,1,9.5,1.2s12.7-.6,12.3-.5c-.3.1-5.9,1.8-13.3,1.2s-8.7-2-8.5-1.9Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m79,13.82c.1.1-2,1-3.2,1.1s-2,0-2-.3.1-.5,1.6-.4c1.7.1,3.5-.5,3.6-.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m82.5,16.62c0,.1,4.4-1.2,6.3-2.2,1.9-.9,6.2-3.1,6.1-3.1-.1-.1-4.2,1.6-6.3,2.6s-6.1,2.6-6.1,2.7Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m129,.52c.1.1,4.6-.3,7.2,0,7.3.7,17,3.2,16.6,2.9-.4-.3-13.7-3.1-17-3.3-4.9-.4-6.9.3-6.8.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m241.6,7.92s-1.2.3-2.9.1c-1.7-.2-5.8-.9-8.2-.7-4.2.4-7.4,2.7-7,2.6.4,0,4.3-2.2,8.6-1.9,1.8.1,5.1.5,6.7.4s2.8-.5,2.8-.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m208,14.62c-.2-.1-2,.8-4.3,1.1-2.3.2-2.1.3-2.1.5,0,.1,1.8.4,3.4,0,1.6-.5,3.2-1.5,3-1.6Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m267.9,14.02c0,.1-4.3,0-6.7-.5-2.4-.5-5-1.9-5-2s2.7.8,5.1,1.4c2.3.6,6.5,1,6.6,1.1Z\'\\/><\\/svg>\"},\"shape17\":{\"title\":\"Shape 17\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1800.2 5.8\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;  }<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m0,0v5.8h1800.2V0l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3L255.6.1l-5.5,5.3-5.6-5.4h-.2l-5.5,5.4L233.2.1l-5.4,5.3L222.2.1l-5.5,5.3L211.1.1l-5.5,5.3-5.6-5.4h-.2l-5.4,5.4L188.7.1l-5.4,5.3L177.7.1l-5.5,5.3L166.6.1l-5.4,5.3L155.5.1l-5.4,5.3-5.6-5.4h-.2l-5.5,5.4L133.2.1l-5.5,5.3L122.1.1l-5.4,5.3L111.1.1l-5.5,5.3-5.6-5.4h-.2l-5.5,5.4L88.7.1l-5.4,5.3L77.7.1l-5.5,5.3L66.6.1l-5.5,5.3L55.5.1l-5.4,5.3-5.7-5.4h-.1l-5.5,5.4L33.2.1l-5.5,5.3L22.1.1l-5.4,5.3L11,.1l-5.4,5.3L0,0Z\'\\/><\\/svg>\"},\"shape18\":{\"title\":\"Shape 18\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 700 10\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M360 0L350 9.9 340 0 0 0 0 10 700 10 700 0\'\\/><\\/svg>\"},\"shape19\":{\"title\":\"Shape 19\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 20\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M519.8,0.2c-11,0-19.8,8.5-19.8,19c0-10.4-8.8-19-19.8-19L0,0v20h1000V0.2H519.8z\'\\/><\\/svg>\"},\"shape20\":{\"title\":\"Shape 20\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z\' fill=\'%23fbd8c2\'\\/><path d=\'M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z\' opacity=\'.5\' fill=\'%23fbd8c2\'\\/><path d=\'M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z\' opacity=\'.5\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape21\":{\"title\":\"Shape 21\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape22\":{\"title\":\"Shape 22\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg class= xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape23\":{\"title\":\"Shape 23\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.1 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape24\":{\"title\":\"Shape 24\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.6 2003.4 89.5\'><g fill=\'%23fbd8c2\'><path d=\'M2001 42l-12-21-12-21-12 21-12 21-4 6-8 14-6 11-6-11-12-20-12-21-12-21-12 21-12 21-8 14-4 7-8 13-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 6-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 20-8 14-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-8 14-4 6-8 14-8-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 21-8 13-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-12 21-7 13-8-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21-13 21-8 13-7-14-12-20-12-21-12-21-12 21-12 21h-1l-12 21-5 10-6-11-12-20-12-21-13-21-12 21-12 21-4 7-8 13-8 14-7-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21h-1l-12 21-7 13-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 7-6 10-6-11-12-20-12-21-12-21-12 21-12 21-4 7-8 13-8 14-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-8 13-4 7-8 14-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 6-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 20-8 14-8-14-12-20-12-21L86 0 74 21 62 42 50 63l-6 10-6-11-12-20-12-21L2 42l12 20-4-7-5-8-3-5 12-21L2 0 0 3v80h2003V46zM6 76l1-2 2-3 2-3-5 8zm252-34l8-14-8 14-12 20zm947 0l8-14-8 14-12 20zm344 0l7-14-7 14-12 20z\' opacity=\'.5\'\\/><path d=\'M1991 69l-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-10 16-2 4-8 13-7-13-13-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-7-13-12-20-12-21-12-20-12 20-12 21h-1l-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-3 4-9 16-6 10-6-10-12-20-12-21-13-20-12 20-12 21-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21h-1l-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-3 4-9 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-10 16-2 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-2 4-10 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-10 16-2 4-8 13-8-13-12-20-12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-9 16-3 4-8 13-7-13-12-20-13-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-7-13-12-20-12-21L65 8 53 28 41 49h-1L28 69l-6 10-6-10-1-3-3-4v-1l-2-3-4-7-2-2-1-3-3-5v48h2003l-12-20z\' opacity=\'.75\'\\/><path d=\'M1999 10l-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-8 14-7-14-12-21-12-20-13-21-12 21-12 20v1l-4 6-8 14-6 11-6-11-12-21-12-20-12-21-12 21-12 20-8 14-4 7-8 14-7-14-12-21-12-20-12-21-12 21-12 20-8 14-5 7-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-7 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-13 21-12 20-8 14-4 7-7 14-8-14-12-21-12-20-12 20-12 21 12-21 12-20-12-21-12 21-12 20-8 14-4 7-6 11-6-11-12-21-12-20-12-21-12 21-12 20-1 1-12 20-7 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12 20-12 21 12-21 12-20-12-21-12 21-12 20-8 14-4 7-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 7-8 13-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-4 7-8 13-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20-8 14-4 7-6 11-6-11-12-21-12-20-12-21-12 21L0 51l9 16-5-8-2-5-2-3v38h2l1-1-1 1h2001V17l-4-7z\' opacity=\'.7\'\\/><path d=\'M1995 49l-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-21-12-20-12-20-12 20-12 20v1l-2 4-10 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-21-12-20-12-20-12 20-12 20-9 17-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-8-13-12-21-12-20-12-20-12 20-12 20v1l-2 4-10 16-6 10-6-10-12-21-12-20-12-20-12 20-12 20-9 17-3 4-8 13-8-13-12-21-12-20-12-20-12 20-12 20-9 17-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-7-13-12-21-12-20-12-20-12 20-12 20v1l-13 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-9 16-3 4-8 13-7-13-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-13 20-5 10-6-10-12-20-12-21-12-20-12 20-12 21h-1l-2 4-10 16-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-13 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-2 4-10 16-6 10-6-10-12-20-12-21L44 8 32 28 20 49 8 69l-1 2H6l-4 7-2 4v7h20l-1-1 1 1h1975v-1h8V34l-8 15zM9 71l-1-1 1 2zm1983 14l-9-16z\'\\/><\\/g><\\/svg>\"},\"shape25\":{\"title\":\"Shape 25\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.4 78.7\'><g fill=\'%23fbd8c2\'><path d=\'M2000 20v59H0V18c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 91-4 10-7 19-15 29-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 014 0c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 92-4 9-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 015 0c11 0 22 6 32 12 10 7 19 15 30 21 28 15 64 14 91-4 10-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 19 14 29 21 26 18 63 19 91 4 10-6 19-14 29-21l6-3c8-5 18-9 28-9a33 33 0 014 0c12 0 23 6 32 12l30 21 3 1a87 87 0 0035 9 90 90 0 0043-8 81 81 0 0010-6l9-6c6-5 12-11 19-15a80 80 0 0168-8 80 80 0 0169 8l20 15 8 6a82 82 0 0011 6 90 90 0 0043 8 87 87 0 0035-9l2-1 30-21a79 79 0 0120-10z\' opacity=\'.75\'\\/><path d=\'M478 79H23a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 24 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M504 79H0V65c6-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 7-7 15-14 23-19a43 43 0 017-3c14-5 29-1 42 5 11 5 22 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 42-8l4-2c11-6 21-13 33-18 13-6 28-10 41-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-5 31 5 35 19v7z\'\\/><circle cx=\'59.8\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'159.2\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'375.8\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'435.9\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'106.4\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'321.2\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'250.3\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M982 79H527a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0113 4l12 5c11 6 23 12 35 16 15 6 31 8 46 4l4-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 015 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M1009 79H504V65c7-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 8-7 15-14 24-19a43 43 0 017-3c13-5 28-1 41 5 12 5 22 12 33 18l4 2c13 7 28 11 42 8 13 3 28-1 41-8l5-2c10-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c8 5 16 12 23 19 10 8 23 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-4 31 5 35 19l1 7z\'\\/><circle cx=\'564\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'663.5\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'880.1\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'940.2\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'610.6\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'825.5\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'754.6\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M1486 79h-454a33 33 0 0116-20l2-1a33 33 0 0122-1 22 22 0 0116-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0114 4l11 5c12 6 23 12 35 16 15 6 31 8 46 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 45-4 13-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 016 6 22 22 0 0116 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M1513 79h-504V65c6-10 20-16 31-12a37 37 0 0110 5c7 6 14 13 24 16 12 3 24-4 34-12 8-7 15-14 24-19a43 43 0 017-3c14-5 29-1 42 5 11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 28-1 41-8l5-2c11-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 34 12 10-3 16-10 24-16a37 37 0 0110-5c14-4 31 5 34 19l1 7z\'\\/><circle cx=\'1068.3\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'1167.8\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1384.4\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1444.5\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'1114.9\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1329.8\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1258.9\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M1990 79h-454a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 23 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 46-4 12-4 23-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0116 20z\' opacity=\'.5\'\\/><path d=\'M2000 54v25h-487V65c6-10 20-16 31-12a37 37 0 0110 5c8 6 15 13 24 16 12 3 25-4 34-12l1-1 23-18a43 43 0 017-3c10-3 21-2 32 1a84 84 0 0110 4c11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 41-8l5-2c11-6 21-13 33-18a83 83 0 019-4c10-3 22-5 32-1a43 43 0 017 3c9 5 16 12 23 18l1 1c10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5 26 26 0 0118 1z\'\\/><circle cx=\'1572.6\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'1672.1\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1888.7\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1948.8\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'1619.2\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1834.1\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1763.2\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><\\/g><\\/svg>\"},\"shape26\":{\"title\":\"Shape 26\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.2 2000.4 84.2\'><g fill=\'%23fbd8c2\'><circle cx=\'1334.4\' cy=\'40.4\' r=\'14\'\\/><circle cx=\'1867.7\' cy=\'40\' r=\'14\'\\/><path d=\'M1748 30l6-11-6-11h-13l-7 11 7 11h13zM1628 23l4-6-4-7h-7l-4 7 4 6h7zM1978 18l5-8-5-8h-8l-5 8 5 8h8zM1412 23l6-9-6-10h-11l-5 10 5 9h11zM783 52a9 9 0 10-9-9 9 9 0 009 9zM1160 26l7-11-7-12h-13l-6 12 6 11h13zM1040 19l4-6-4-7h-7l-4 7 4 6h7zM825 19l5-9-5-10h-11l-6 10 6 9h11zM697 16l4-6-4-7h-7l-4 7 4 6h7z\'\\/><path d=\'M83 84h1917V35c-10-8-25-12-40-10a32 32 0 00-11-3c-12-1-15 1-18 2-18 4-24 19-38 32-9 7-17 15-28 15-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-12 9-10 30-23 37a15 15 0 01-1 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-46-14c-6 0-13 0-19 5a12 12 0 00-4 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12h-1c-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-11 9-10 28-21 36a16 16 0 01-2 1c-6 3-14 3-20 0a50 50 0 01-6-3l-12-8a93 93 0 00-46-14c-5 0-11 0-15 3-5 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-13 4c-19 10-19 16-35 23-12 5-27 4-40 4s-28 1-41-4c-15-7-16-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-3-9-7-11-5-3-11-3-16-3a93 93 0 00-45 14l-13 8a50 50 0 01-6 3c-6 3-14 3-20 0a16 16 0 01-2-1c-10-8-9-27-20-36-10-8-26-3-35 7s-13 22-20 33-18 21-31 20a17 17 0 01-15-12 11 11 0 011-9c2-3 5-7 5-11a12 12 0 00-4-11c-5-5-12-5-19-5a93 93 0 00-46 14l-9 6a58 58 0 01-9 5c-6 2-13 3-18 1a15 15 0 01-2-1c-13-7-11-28-22-37-11-8-26-3-35 7s-13 22-20 33-18 21-31 20a24 24 0 01-4 0c-9-3-16-9-23-15-14-12-21-28-39-32l-4-1-3 1c-18 4-25 20-39 32-7 6-14 12-23 15a24 24 0 01-4 0c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 30-22 37a15 15 0 01-2 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-45-14c-7 0-14 0-19 5a12 12 0 00-5 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 28-21 36a16 16 0 01-1 1c-6 3-14 3-21 0a50 50 0 01-5-3l-13-8a93 93 0 00-45-14c-6 0-11 0-16 3-4 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-12 4c-19 10-20 16-35 23-13 5-27 4-41 4s-28 1-40-4c-16-7-17-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-4-9-8-11-5-3-10-3-16-3H0v61z\'\\/><circle cx=\'125.9\' cy=\'40.4\' r=\'14\'\\/><circle cx=\'659.1\' cy=\'40\' r=\'14\'\\/><path d=\'M539 30l7-11-7-11h-13l-6 11 6 11h13zM42 21l5-8-6-8h-9l-5 9 6 8 9-1zM770 18l4-8-4-8h-9l-4 8 4 8h9zM927 30l4-8-4-7h-9l-5 7 5 8h9zM204 23l5-9-5-10h-11l-6 10 6 9h11z\'\\/><\\/g><\\/svg>\"},\"shape27\":{\"title\":\"Shape 27\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.8 81.8\'><g fill=\'%23fbd8c2\'><path d=\'M71 82H0V53a28 28 0 005-2c5-4 8-9 12-14l3-4c12-13 33-17 49-9l15 9H68a24 24 0 00-20 9 23 23 0 00-4 12 23 23 0 004 15c5 7 13 12 23 13zM193 71v1a25 25 0 01-2 10H80c13-2 25-9 36-17l2-1 3-2c11-7 22-14 35-16a37 37 0 015 0 39 39 0 0110 1c9 2 16 7 20 14a21 21 0 011 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M302 82H191a25 25 0 01-3-11v-2a21 21 0 011-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c9 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM421 82H311c11-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 8 11 13 15a32 32 0 007 3l9 3a49 49 0 0112 7 54 54 0 0112 11l2 3v1l2 3z\'\\/><path d=\'M206 82H0V31l3 1a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0011 7l5 2c15 5 32 5 48 3l8-1 11-1a233 233 0 0125-2l8 1a80 80 0 0128 6 37 37 0 015 3l2 1 3 2a48 48 0 018 7z\' opacity=\'.5\'\\/><path d=\'M590 82H174a51 51 0 0114-11l2-1 1-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 26 26 0 017 0h3a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0011 7l5 2c15 5 32 5 48 3h8l11-2a233 233 0 0125-2l8 1a80 80 0 0128 6 37 37 0 015 3l2 1 3 2a48 48 0 018 7z\' opacity=\'.5\'\\/><path d=\'M429 82H0V71a186 186 0 0019-7l25-10a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0013-4 50 50 0 0016-11l3-4h1a82 82 0 007-11 11 11 0 0118 0 82 82 0 008 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 17-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a173 173 0 0026 10 143 143 0 0025 4h13c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M202 82H6c15-2 28-7 42-13l9-5 3-1 27-14a166 166 0 0119-7c13-4 28-6 41-2a61 61 0 0114 6l7 5a251 251 0 0123 18l2 2a60 60 0 015 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M389 82H193a47 47 0 015-6v-1a90 90 0 0112-11l6-5 1-1a176 176 0 0115-10 64 64 0 0116-8c13-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h1a165 165 0 0051 18zM444 82h-38a66 66 0 0013-3l3-1a58 58 0 009-4l3-2c6-3 8-2 9 7l1 3z\' opacity=\'.5\'\\/><circle cx=\'78.7\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'188.3\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'305.9\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M443 79a38 38 0 0012 3h-71V53a28 28 0 005-2c5-4 8-9 12-14l3-4c12-13 32-17 49-9l15 9h-17a24 24 0 00-19 9 23 23 0 00-4 12 23 23 0 004 15 25 25 0 002 3 30 30 0 009 7zM577 71v1a25 25 0 01-2 10H464c13-2 25-9 36-17l2-1 3-2c11-7 23-14 35-16a37 37 0 015 0 39 39 0 0110 1c9 2 16 7 20 14a21 21 0 011 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M686 82H574a25 25 0 01-2-11v-2a21 21 0 011-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c9 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM805 82H695c11-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 8 11 13 15a29 29 0 005 3l11 3a49 49 0 0111 6 55 55 0 0112 12l3 3v1l2 3z\'\\/><path d=\'M972 82H558a51 51 0 0114-11l2-1 1-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 25 25 0 0111 0 23 23 0 013 1 50 50 0 018 4 112 112 0 0113 8l14 9a87 87 0 0012 7l5 2c15 5 31 5 47 3l9-1 10-1a233 233 0 0126-2l8 1a80 80 0 0128 6l1 1 4 2 2 1 3 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M813 82H384V71a186 186 0 0019-7l2-1 23-9a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0015-11l4-4a82 82 0 007-11 11 11 0 0118 0 82 82 0 008 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 17-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a174 174 0 0024 9 141 141 0 0026 5h14c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M586 82H390a104 104 0 0019-4 142 142 0 0023-9l9-5 3-1 27-14a166 166 0 0119-7c13-4 28-6 41-2a61 61 0 0114 6l7 5a251 251 0 0123 18l2 2a60 60 0 015 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M773 82H577a47 47 0 015-6v-1a90 90 0 0112-11l6-5 1-1a176 176 0 0115-10 64 64 0 0116-8c13-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h1c14 7 29 14 44 17l7 1zM828 82h-38a66 66 0 0013-3l2-1a58 58 0 0010-4l2-1c7-4 9-4 10 6l1 3z\' opacity=\'.5\'\\/><circle cx=\'462.7\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'572.2\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'689.9\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M827 79a38 38 0 0010 3h-71V53a28 28 0 005-2c5-4 9-9 12-14l3-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 4 31 31 0 0010 6zM960 71v1a25 25 0 01-3 10H846c13-2 25-9 37-17l1-1 3-2c11-7 23-14 36-16a37 37 0 014 0 39 39 0 0111 1c8 2 15 7 19 14a21 21 0 011 3 21 21 0 011 4 22 22 0 011 3z\'\\/><path d=\'M1068 82H957a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c10 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM1187 82h-110c12-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-4-14 24 24 0 00-20-9h-16l15-9a43 43 0 0151 12c4 5 8 11 13 15a32 32 0 007 3l10 3a49 49 0 0111 7 55 55 0 0112 11l2 3v1l2 3z\'\\/><path d=\'M1356 82H940a51 51 0 0115-11l1-1 2-1 1-1a76 76 0 0118-4 89 89 0 018-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 26 26 0 017 0h3a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0012 7l4 2c15 5 32 5 48 4l9-1 10-2a233 233 0 0126-1h8a80 80 0 0128 6l1 1 4 2 1 1 4 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M1195 82H766V71a186 186 0 0019-7l3-1 22-9a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 007-11 11 11 0 0119 0 82 82 0 007 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 18-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a173 173 0 0026 10 143 143 0 0026 4h12c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M968 82H772h1a104 104 0 0019-4 132 132 0 0022-9l9-4 4-2 27-14a166 166 0 0118-7c13-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1155 82H960a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h2a165 165 0 0050 18zM1210 82h-37a66 66 0 0012-3l3-1a58 58 0 009-4l3-2c6-3 8-2 10 7v3z\' opacity=\'.5\'\\/><circle cx=\'845\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'954.5\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1072.2\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1210 79a37 37 0 0011 3h-71V53a28 28 0 005-2c5-4 8-9 12-14l2-2 1-2a38 38 0 016-5c12-9 29-11 43-4l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 002 3 30 30 0 0010 7zM1344 71v1a25 25 0 01-3 10h-111c13-2 25-9 37-17l1-1 3-2c11-7 23-14 36-16a37 37 0 014 0 39 39 0 0111 1c8 2 15 7 19 14a21 21 0 011 3 21 21 0 011 4 22 22 0 011 3z\'\\/><path d=\'M1452 82h-111a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c10 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM1571 82h-110c12-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-4-14 24 24 0 00-20-9h-16l15-9a43 43 0 0151 12c4 5 8 11 13 15a29 29 0 006 3l11 3a48 48 0 0110 6 54 54 0 0112 12l3 3v1l2 3z\'\\/><path d=\'M1738 82h-414a51 51 0 0115-11l1-1 2-1 1-1a76 76 0 0118-4 89 89 0 018-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 25 25 0 0114 1 58 58 0 019 4 112 112 0 0112 8l14 9a87 87 0 0012 7l5 2c15 5 31 5 47 3h9l10-2a233 233 0 0126-2l8 1a80 80 0 0128 6l1 1 4 2 2 1 3 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M1579 82h-429V71a186 186 0 0019-7h2l23-10a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 007-11 11 11 0 0119 0 82 82 0 007 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3l27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a175 175 0 0025 9 141 141 0 0025 5h14c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M1352 82h-196a104 104 0 0020-4 142 142 0 0022-9l9-5 4-1 27-14a166 166 0 0118-7c13-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1539 82h-195a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h2c14 7 28 14 44 17l6 1zM1594 82h-37a66 66 0 0012-3l3-1a58 58 0 009-4l2-1c7-4 9-4 11 6v3z\' opacity=\'.5\'\\/><circle cx=\'1229\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'1338.5\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1456.2\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1594 79a38 38 0 009 3h-70V53a28 28 0 004-2l13-14 2-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 4 31 31 0 0011 6zM1726 71v1a25 25 0 01-2 10h-112c14-2 26-9 37-17l2-1 3-2c11-7 22-14 35-16a37 37 0 014 0 39 39 0 0111 1c8 2 16 7 19 14a21 21 0 012 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M1835 82h-112a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c4-6 9-10 16-13a39 39 0 0119-2 50 50 0 016 2c10 2 19 8 27 13l5 3 2 2c12 7 23 14 37 16zM1953 82h-110c12-2 23-8 26-18l1-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 7 11 13 15a32 32 0 007 3l9 3a49 49 0 0111 6 55 55 0 0112 12l2 3 1 1 1 3z\'\\/><path d=\'M2000 67v15h-294a51 51 0 0115-11l1-1 2-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0126 2l15 2h7a103 103 0 0055-7l7-4 3-2 12-8a105 105 0 0115-9 51 51 0 0112-4 26 26 0 018 0h2a52 52 0 0115 5 112 112 0 0112 8l9 5 5 4a87 87 0 0012 7l5 2a83 83 0 0023 4z\' opacity=\'.5\'\\/><path d=\'M1961 82h-428V71a186 186 0 0018-7l3-1 22-9a84 84 0 0147-4c11 3 20 9 31 12l5 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 008-11 11 11 0 0118 0 82 82 0 007 11l2 1a55 55 0 0010 10 46 46 0 008 4 36 36 0 0013 4 41 41 0 0013-2 73 73 0 008-3c9-4 18-9 27-11a62 62 0 0120-2 108 108 0 0133 8l19 8a173 173 0 0026 10 143 143 0 0026 4h12c6 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M1734 82h-195a104 104 0 0019-4l8-3 14-6 9-4 4-2 27-14a166 166 0 0118-7c14-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1922 82h-196a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 29-2 42 2a160 160 0 0116 6l22 11 9 5h2a165 165 0 0051 18zM1976 82h-37a66 66 0 0013-3l2-1a58 58 0 0010-4l3-2c5-3 7-2 9 7v3z\' opacity=\'.5\'\\/><circle cx=\'1611.3\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'1720.8\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1838.5\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1976 79a37 37 0 0011 3h-70V53a28 28 0 004-2l13-14 2-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 3 30 30 0 009 7zM2000 81v1h-4l4-1z\'\\/><path d=\'M2000 49v33h-83V71a186 186 0 0018-7l2-1 18-7 5-2c14-4 27-7 40-5z\' opacity=\'.75\'\\/><path d=\'M2000 51v31h-77a104 104 0 0019-4 139 139 0 0022-9l9-5 4-1 23-12z\' opacity=\'.5\'\\/><circle cx=\'1988.2\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'118.4\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'133\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'249.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'264.6\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'381.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'396.2\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'513.1\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'527.8\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'644.7\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'659.3\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'776.3\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'790.9\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'907.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'922.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1039.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1054.1\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1171.1\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1185.7\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1302.6\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1317.3\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1434.2\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1448.9\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1565.8\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1580.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1660.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1675.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1788.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1803.2\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1960.6\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1952.7\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><\\/g><\\/svg>\"},\"shape28\":{\"title\":\"Shape 28\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.4 78\'><g fill=\'%23fbd8c2\'><path d=\'M215 78H89c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-19 7-25 14H0v-2a44 44 0 012-13c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 12 11 20v1a36 36 0 01-1 15z\'\\/><path d=\'M428 78H303c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15v-1c4-13 14-24 25-29 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M642 78H517c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M856 78H730c-10-5-21-10-32-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c4-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M1070 78H944c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-25 14h-3a44 44 0 012-15c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 31 7s24-8 24-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M1283 78h-125c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 78 3l44 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1497 78h-125c-11-5-21-10-33-13a62 62 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-9 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 77 3l45 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1711 78h-125c-11-5-22-10-33-13a63 63 0 00-12-2 58 58 0 00-7 0 62 62 0 00-9 1c-9 2-20 7-26 14h-2a44 44 0 012-15c4-13 14-25 25-30 26-11 56-5 78 3l44 18c11 4 21 8 32 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1925 78h-125c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15c4-13 13-25 25-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M2000 28v44a121 121 0 00-19-7 63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 15-7 32-7 48-5z\'\\/><path d=\'M3 63h1997v15H3z\'\\/><circle cx=\'174.3\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'21.3\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'90.7\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'389.6\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'236.6\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'306.1\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'605\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'452\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'521.4\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'818.4\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'667.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'736.8\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1033.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'882.7\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'952.1\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1242.7\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1098.1\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1167.5\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1458.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1313.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1382.9\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1673.4\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1528.8\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1598.2\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1889.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1744.1\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1813.6\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1959.5\' cy=\'10.9\' r=\'10.9\'\\/><\\/g><\\/svg>\"},\"shape29\":{\"title\":\"Shape 29\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 73\'><g fill=\'%23fbd8c2\'><path d=\'M2000 73V28l-10-6a37 37 0 00-30-2c-14 6-23 19-37 23-12 3-24-1-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-7-18-27-11-35-20-22-24-47-43-79-26l-31 20a57 57 0 01-34 7c-15-2-17-4-31-5-12-1-28 13-35 21-7-8-23-22-34-21-15 1-17 3-31 5a57 57 0 01-35-7l-31-20c-31-17-56 2-79 26-8 9-28 2-34 20-7-18-27-11-35-20-23-24-48-43-79-26l-31 20c-11 6-23 10-35 7-13-4-23-17-36-23a37 37 0 00-31 2l-8 5-8-5a37 37 0 00-30-2c-14 6-23 19-37 23-12 3-24-1-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-6-18-27-11-35-20-22-24-47-43-79-26l-31 20a57 57 0 01-34 7c-14-2-17-4-31-5-12-1-28 13-35 21-7-8-23-22-34-21-15 1-17 3-31 5a57 57 0 01-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-7-18-27-11-35-20-22-24-47-43-79-26l-31 20c-11 6-23 10-34 7-14-4-24-17-37-23a37 37 0 00-30 2L0 28v45z\' opacity=\'.75\'\\/><path d=\'M2000 73V43a106 106 0 00-19 3h-1c-12 3-25 8-36 1-7-5-11-13-17-19a20 20 0 00-5-4c-8-4-17-1-25 1-6 2-12 3-18 2a35 35 0 01-9-4l-5-3c-5-2-10-4-15-2-5 3-7 7-10 12a40 40 0 01-4 8c-7 7-18 9-28 8-7-1-15-3-22-2a34 34 0 00-8 1 30 30 0 00-16 11 30 30 0 00-16-11c-6-2-12-1-18-1l-12 2c-9 1-21-1-27-8l-7-13-7-7c-5-2-11 0-15 2l-12 6a22 22 0 01-3 1c-8 2-17-2-26-4-5-1-11-2-16 1-4 1-6 4-9 7-4 6-8 12-14 16-11 7-25 2-37-1l-8-2a109 109 0 00-24-1 109 109 0 00-33 3c-13 3-27 8-37 1-7-4-11-13-16-18a21 21 0 00-7-5c-7-3-15-1-23 1-6 2-13 4-19 2a31 31 0 01-8-3l-7-4c-4-2-10-4-15-2-4 2-7 7-9 11l-5 9c-6 7-18 9-28 8l-19-2a37 37 0 00-10 1 30 30 0 00-16 11 30 30 0 00-17-11c-5-2-10-2-16-1l-13 2c-10 1-21-1-28-8l-7-12c-1-3-3-6-7-8-5-2-10 0-15 2l-11 6a24 24 0 01-3 1c-8 2-17-1-25-3-6-2-12-3-18 0a24 24 0 00-8 7c-5 5-8 12-14 16-11 7-25 2-38-1l-6-2a108 108 0 00-27-1 109 109 0 00-30 2l-4 1c-12 3-26 8-37 1-6-4-10-11-15-17a23 23 0 00-7-6c-7-3-14-2-20 0-8 2-15 5-23 3a26 26 0 01-5-2l-9-5c-5-2-11-4-15-2s-6 5-8 9l-6 11c-7 7-18 9-28 8l-16-2a41 41 0 00-14 1 30 30 0 00-16 11 30 30 0 00-16-11 40 40 0 00-12-1l-18 2c-9 1-21-1-27-8-3-3-4-7-6-10-2-4-4-8-8-10-5-2-11 0-15 2l-8 5a28 28 0 01-7 2c-7 2-14-1-21-2s-14-4-21-1a22 22 0 00-8 6c-5 5-8 13-15 17-11 7-25 2-37-1l-2-1a110 110 0 00-28-2 110 110 0 00-29 2l-2 1c-12 3-26 8-37 1-7-4-10-12-15-18a22 22 0 00-8-5c-6-3-14-1-21 1s-14 4-21 2a29 29 0 01-7-3l-7-4c-5-2-11-4-16-2-4 2-6 6-8 10s-3 7-6 10c-6 7-17 9-27 8l-18-2a38 38 0 00-12 1 30 30 0 00-16 11 30 30 0 00-16-11 43 43 0 00-15-1l-15 2c-10 1-21-1-27-8l-7-11c-2-4-4-7-7-9-5-2-11 0-16 2l-9 5a25 25 0 01-5 2c-8 2-15-1-23-3-7-2-13-3-19 0a23 23 0 00-8 6c-5 6-9 13-15 17-11 7-25 2-37-1l-5-1a108 108 0 00-30-2v30z\' opacity=\'.5\'\\/><path d=\'M2000 73V59c-6 0-11-2-16-7a48 48 0 01-4-6 46 46 0 00-3-4c-3-3-6-6-10-5l-12 3c-4 0-6-4-8-8s-5-7-8-8c-4-1-8 2-12 4l-2 1a23 23 0 01-14 3 29 29 0 01-14-7l-3-2-12-15c-4 6-7 11-12 15-5 5-11 8-17 9a23 23 0 01-13-2v-1c-5-2-10-6-15-5-3 1-6 5-8 8s-4 7-8 8-8-3-11-3c-5-1-8 2-11 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-6 0-13-2-17-7-3-2-4-5-6-8l-2-2c-2-3-6-6-10-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8a10 10 0 00-6 1l-8 4a23 23 0 01-13 3 29 29 0 01-13-6 38 38 0 01-4-3c-5-4-9-9-13-15-3 6-7 11-12 15-5 5-10 8-17 9a23 23 0 01-13-3c-5-2-9-6-14-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-2 2c-2 3-3 6-6 8-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7a52 52 0 01-5-6l-2-4c-3-3-7-6-11-5-4 0-7 3-11 3s-6-4-9-8-4-7-8-8-8 2-12 5h-2a23 23 0 01-13 3 30 30 0 01-15-7l-2-2c-5-4-9-9-12-15-4 6-8 11-13 15v1c-5 4-10 7-17 8a23 23 0 01-13-3h-1c-4-2-8-6-13-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-1 2-7 8c-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7l-6-8-1-2c-3-3-7-6-11-5-3 0-7 3-11 3s-6-4-8-8-5-7-8-8l-9 2-6 3a23 23 0 01-13 3 29 29 0 01-14-6 41 41 0 01-3-3c-5-4-8-9-12-15l-12 15-1 1c-4 4-10 7-16 8a23 23 0 01-10-1 22 22 0 01-4-2c-4-2-9-6-14-5-3 1-6 5-8 8s-5 7-8 8-8-3-11-3c-5-1-8 2-11 5l-2 2a70 70 0 01-5 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-7 0-13-2-18-7a62 62 0 01-5-7l-2-3c-2-3-6-6-10-5-4 0-8 3-11 3s-7-4-9-8-4-7-8-8c-5-1-10 3-14 5l-2 1a23 23 0 01-12 2 30 30 0 01-17-9L879 8a92 92 0 01-14 17 30 30 0 01-15 7 23 23 0 01-13-3l-4-2c-4-2-7-4-10-3-4 1-6 5-9 8s-4 7-8 8-7-3-11-3c-4-1-8 2-11 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-6 0-13-2-17-7-3-2-4-5-6-8l-2-2c-2-3-6-6-10-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8-7 2-11 4l-3 1a23 23 0 01-13 3 30 30 0 01-16-7l-1-2c-5-4-9-9-13-15-3 6-7 11-12 15l-1 2c-5 3-10 6-16 7a23 23 0 01-13-2v-1c-5-2-9-6-14-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-11 5l-2 3a58 58 0 01-5 7c-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7a56 56 0 01-5-7l-2-3c-3-3-7-6-11-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8c-5-1-9 3-14 5a23 23 0 01-13 3 30 30 0 01-15-7l-2-2c-5-4-8-9-12-15l-12 15-2 1c-4 4-10 7-15 8a23 23 0 01-14-3l-2-1c-4-2-8-5-12-4s-6 5-8 8-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7l-6-8-1-2c-3-3-6-6-10-5l-12 3c-4 0-6-4-8-8s-4-7-8-8-7 1-10 3l-4 2a23 23 0 01-14 3 29 29 0 01-14-7l-3-2-12-15c-4 6-7 11-12 15l-1 1c-5 4-10 7-16 8a23 23 0 01-11-2l-2-1c-5-2-10-6-15-5-3 1-6 5-8 8s-4 7-8 8-7-3-11-3c-4-1-8 2-11 5l-2 3a65 65 0 01-5 7c-5 5-11 7-18 7l-7 1v13z\'\\/><circle cx=\'57.7\' cy=\'13.1\' r=\'8.1\'\\/><circle cx=\'81.7\' cy=\'8.3\' r=\'4.9\'\\/><circle cx=\'253.4\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'285.3\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'1257.5\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'1289.4\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'751.1\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'783.1\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'594.6\' cy=\'9.6\' r=\'6\'\\/><circle cx=\'501.9\' cy=\'22.7\' r=\'10.9\'\\/><circle cx=\'475.1\' cy=\'16.8\' r=\'5\'\\/><circle cx=\'1089.2\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1062.4\' cy=\'5\' r=\'5\'\\/><circle cx=\'1715.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1688.6\' cy=\'5\' r=\'5\'\\/><circle cx=\'1496.2\' cy=\'21.8\' r=\'15.7\'\\/><circle cx=\'1758.5\' cy=\'29.2\' r=\'11.4\'\\/><circle cx=\'1901.9\' cy=\'10.9\' r=\'5.9\'\\/><circle cx=\'1928.2\' cy=\'10.9\' r=\'8.5\'\\/><\\/g><\\/svg>\"},\"shape30\":{\"title\":\"Shape 30\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 73\'><g fill=\'%23fbd8c2\'><path d=\'M0 73V60c6-1 12-2 16-7a48 48 0 005-6 46 46 0 012-4c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8 7 1 11 4l3 1a23 23 0 0013 2 29 29 0 0014-6l3-2c5-4 9-10 12-15l12 15h1c4 4 10 8 17 9a23 23 0 0012-2l1-1c4-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l1 1 6 9c5 5 11 7 18 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-8 1-2c3-3 6-6 11-6 3 1 7 4 11 3s6-4 8-7 5-7 8-8a10 10 0 017 1l7 4a23 23 0 0014 2 29 29 0 0013-5 38 38 0 004-3l12-15c4 5 7 11 12 15s11 8 17 8a23 23 0 0013-2c5-2 10-6 15-5 3 1 6 5 8 8s4 7 8 7 8-2 11-3c5 0 8 3 11 6l1 2 6 8c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c7 0 13-2 18-7a52 52 0 004-7l3-3c2-3 6-6 10-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c5-1 9 2 13 4l1 1a23 23 0 0014 2 30 30 0 0014-6l2-2c5-4 9-10 13-15 3 5 7 11 12 15l1 1c4 4 10 7 16 8a23 23 0 0013-3h1c4-3 9-6 13-5s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 11 6l1 1 6 9c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c6 0 13-2 17-7 3-2 4-5 6-8l1-2c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c3-1 5 0 8 2l6 3a23 23 0 0013 3 29 29 0 0014-6 41 41 0 003-3c5-4 9-10 12-15 4 5 8 11 13 15 5 5 10 8 17 9a23 23 0 0010-1 22 22 0 003-2c5-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l2 2a70 70 0 006 8c4 5 11 7 17 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7a62 62 0 005-7l2-3c3-3 7-6 11-6 4 1 7 4 11 3s6-4 8-7 5-7 8-8c5-1 10 3 15 5l1 1a23 23 0 0012 1 30 30 0 0017-8c5-4 8-10 12-15l12 15 3 2a30 30 0 0014 6 23 23 0 0014-2l4-2c3-2 6-4 10-3s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 10 6l1 2 6 8c5 5 11 7 18 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-9 1-1c3-3 6-6 11-6 3 1 7 4 11 3s6-4 8-7 5-7 8-8 8 1 12 3l2 2a23 23 0 0014 2 30 30 0 0015-7l2-1 12-15c4 5 7 11 12 15l2 1c4 4 9 7 15 7a23 23 0 0013-2c5-2 10-6 15-5 3 1 6 5 8 8s4 7 8 7 7-2 11-3c4 0 8 3 11 6l2 3a58 58 0 005 7c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c6 0 13-2 17-7a56 56 0 005-7l3-3c2-3 6-6 10-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c5-1 9 3 14 5a23 23 0 0013 3 30 30 0 0016-8l1-1c5-4 9-10 13-15 3 5 7 11 12 15l1 1c5 4 10 7 16 8a23 23 0 0013-3l2-1c4-2 8-5 12-4s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 11 6l1 2 6 8c4 5 11 7 17 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-8 1-2c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c3-1 6 1 9 3l5 2a23 23 0 0013 3 29 29 0 0015-7l2-2c5-4 9-10 12-15 4 5 8 11 13 15v1c5 4 11 7 16 8a23 23 0 0012-2l2-1c4-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l2 2a65 65 0 005 8c5 5 11 7 18 7l7 1v12z\'\\/><path d=\'M714 9l-8 6 3 10h10l3-10-8-6zM746 20l-14 10 5 16h17l5-16-13-10zM462 9l-9 6 4 10h10l3-10-8-6zM589 3l-11 8 4 12h13l5-12-11-8zM494 20l-14 10 5 16h17l5-16-13-10zM212 6l-8 6 3 9h10l3-9-8-6zM333 4l-8 6 3 10h10l4-10-9-6zM244 17l-14 9 5 16h17l5-16-13-9zM147 3l-8 6 3 10h10l3-10-8-6zM88 0L76 9l5 14h15l4-14-12-9zM938 1l8 6-3 10h-10l-3-10 8-6zM995 31l10 7-4 12h-12l-4-12 10-7zM1045 12l7 5-2 9h-9l-3-9 7-5zM903 3l11 8-4 13h-14l-4-13 11-8zM1275 11l8 6-3 10h-10l-3-10 8-6zM1150 4l8 6-3 10h-10l-3-10 8-6zM1247 27l11 8-4 13h-14l-4-13 11-8zM1526 8l8 6-3 10h-10l-3-10 8-6zM1402 3l8 6-3 9h-10l-3-9 8-6zM1498 24l12 8-5 14h-14l-4-14 11-8zM1719 8l-8 6 3 9h10l4-9-9-6zM1747 23l-11 8 4 14h14l5-14-12-8zM1903 3l-6 5 2 7h8l3-7-7-5zM1951 12l-9 6 4 11h11l4-11-10-6z\'\\/><\\/g><\\/svg>\"},\"shape31\":{\"title\":\"Shape 31\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 56\'><g fill=\'%23fbd8c2\'><circle cx=\'133.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 117 29)\'\\/><circle cx=\'298.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 282 29)\'\\/><circle cx=\'168.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'242.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 216 21)\'\\/><circle cx=\'89\' cy=\'13.3\' r=\'5.3\'\\/><circle cx=\'457.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 441 29)\'\\/><circle cx=\'622.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 606 29)\'\\/><circle cx=\'492.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'566.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 540 21)\'\\/><circle cx=\'413\' cy=\'13.3\' r=\'5.3\'\\/><circle cx=\'781.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 765 29)\'\\/><circle cx=\'946.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 930 29)\'\\/><circle cx=\'816.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'890.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 864 21)\'\\/><circle cx=\'737\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1111 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1270.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1254 29)\'\\/><circle cx=\'1140.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1214.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1061\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1435 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1594.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1578 29)\'\\/><circle cx=\'1464.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1538.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1385\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1759 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1918.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1902 29)\'\\/><circle cx=\'1788.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1862.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1709\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M2000 42h-14c0-5 7-5 14-6v-4c-16 1-33 0-33 10h-8c0-14 20-14 41-14v-8c-29-1-55-3-56 24v2h-10 1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v3h-10l1-1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-3 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v3h-10l1-1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-3 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 11-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 4h-23c0-9 19-4 27-12-19 3-46-2-46 11h-8c0-26 68-4 92-23-40 11-105-17-107 25v3h-10l1-1c6-9 7-19 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 11-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 4h-31c0-9 19-4 27-12-19 3-46-2-46 11h-8c0-26 68-4 92-23-40 11-107-18-107 27h-7c6-9 7-19 6-26-2-9-8-17-16-18-10-3-19 6-17 14 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v2h-10 1c6-9 6-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v2h-10 1c6-9 6-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-13 10 20 20 0 00-1 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3H42c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24C67 30 2 2 0 44v12h2000zM110 41c-5 7-23-1-35 3 0-14 21-4 35-3zm167 0c-5 7-23-1-36 3 0-14 21-4 36-3zm159 0c-5 7-23-1-35 3 0-14 21-4 35-3zm165 0c-5 7-23-1-36 3 0-14 22-4 36-3zm158 0c-6 7-24-1-36 3 0-14 21-4 36-3zm165 0c-5 7-23-1-35 3 0-14 21-4 35-3zm160 0c-5 7-23-1-36 3 1-14 22-4 36-3zm163 0c-5 7-23-1-36 3 0-14 21-4 36-3zm160 0c-6 7-24-1-36 3 0-14 21-4 36-3zm165 0c-5 7-23-1-36 3 0-14 21-4 36-3zm160 1c-5 7-23 0-35 3 0-14 21-4 35-3zm166-1c-5 7-23-1-35 3 0-14 21-4 35-3z\'\\/><\\/g><\\/svg>\"},\"shape32\":{\"title\":\"Shape 32\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.37 57.18\'><g fill=\'%23fbd8c2\'><circle cx=\'95.95\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-13.28 6.3215 25.724)\'\\/><circle cx=\'162.68\' cy=\'29.2\' r=\'5.1\' transform=\'rotate(-9.22 33.1869 18.7783)\'\\/><circle cx=\'13.83\' cy=\'49.12\' r=\'4.92\' transform=\'rotate(-9.22 -115.5848 38.6747)\'\\/><path d=\'M42.17 6.82A3.41 3.41 0 1039 3.23a3.42 3.42 0 003.17 3.59zM282.82 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59z\'\\/><circle cx=\'229.4\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-13.28 139.7893 27.6352)\'\\/><circle cx=\'362.1\' cy=\'15.29\' r=\'6.96\'\\/><circle cx=\'428.82\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M308.31 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM549 6.82a3.41 3.41 0 10-3.22-3.59A3.42 3.42 0 00549 6.82z\'\\/><circle cx=\'495.54\' cy=\'17.21\' r=\'6.96\'\\/><circle cx=\'628.24\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-13.28 538.6904 25.7066)\'\\/><circle cx=\'694.96\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M574.46 6.82a3.41 3.41 0 10-3.23-3.59 3.41 3.41 0 003.23 3.59zM815.1 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59z\'\\/><circle cx=\'761.68\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-45 736.4826 27.649)\'\\/><circle cx=\'894.38\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-45 869.1844 25.722)\'\\/><circle cx=\'961.1\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M840.6 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59zM1081.25 6.82a3.41 3.41 0 10-3.25-3.59 3.41 3.41 0 003.25 3.59z\'\\/><circle cx=\'1027.83\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-7.02 857.3593 27.6327)\'\\/><path d=\'M1160.53 22.25a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1227.25\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M1106.74 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1347.39 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1294 24.18a7 7 0 10-7-7 7 7 0 007 7zM1426.67 22.25a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1493.39\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M1372.88 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1613.53 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1560.11 24.18a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1692.81\' cy=\'15.29\' r=\'6.96\'\\/><path d=\'M1759.53 13.43a5.1 5.1 0 10-5.1-5.1 5.1 5.1 0 005.1 5.1zM1639 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59zM1879.68 6.82a3.41 3.41 0 10-3.23-3.59 3.41 3.41 0 003.23 3.59z\'\\/><circle cx=\'1826.25\' cy=\'17.21\' r=\'6.96\'\\/><path d=\'M2000 25.01a3.89 3.89 0 01.42-.19V5.06a8.15 8.15 0 00-3.3 2.57c-1.63 2.15-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a112.19 112.19 0 00-29.63 4.51l1.27-1.85c1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.84 97.84 0 00-29.8 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.78 97.78 0 00-29.79 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4.7 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75l1.46-2.1c1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.61-5.07 3.83 3.83 0 00-4.05 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.58 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.79 97.79 0 00-29.8 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71A6 6 0 00447 9.35a13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4.05-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4.05 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75c.48-.69.95-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4.05-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2A16.23 16.23 0 0155 25.01c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09S44 26.3 42 25.62s-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62A95.61 95.61 0 000 44.13v13h2000.37v-25a3.83 3.83 0 01-3-2.9c-.37-1.69.98-3.4 2.63-4.22z\'\\/><path d=\'M1959 22.25a7 7 0 10-7-7 7 7 0 007 7zM1905.17 6.82a3.41 3.41 0 10-3.17-3.59 3.42 3.42 0 003.17 3.59z\'\\/><\\/g><\\/svg>\"},\"shape33\":{\"title\":\"Shape 33\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 10 1\' preserveAspectRatio=\'none\'><path d=\'M0 1l5-1 5 1z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape34\":{\"title\":\"Shape 34\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 773.74 154.98\'><g fill=\'%23fbd8c2\'><path d=\'M773.74 154.98H0L386.87 77.5Z\'\\/><path d=\'M773.74 154.98 386.87 0 0 154.98Z\' opacity=\'.66\'\\/><\\/g><\\/svg>\"},\"shape35\":{\"title\":\"Shape 35\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1134.63 158.42\'><g fill=\'%23fbd8c2\'><path d=\'M1134.63 158.42H0L569.46 47.1Z\'\\/><path d=\'M1134.63 158.42v-51.38L569.46 0 0 115.6v42.82Z\' opacity=\'.66\'\\/><\\/g><\\/svg>\"},\"shape36\":{\"title\":\"Shape 36\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 10 2\' preserveAspectRatio=\'none\'><path d=\'M0 2q5-4 10 0z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape37\":{\"title\":\"Shape 37\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1007.63 112.41\'><path fill=\'%23fbd8c2\' d=\'M1007.63 112.4v-11.5c-167.94-33.54-503.8 0-503.8-100.9 0 100.9-335.9 67.36-503.83 100.9v11.5z\'\\/><\\/svg>\"},\"shape38\":{\"title\":\"Shape 38\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 33.87 1.72\' preserveAspectRatio=\'none\'><g fill=\'%23fbd8c2\'><path d=\'m 0,0 a 2.5,2.5 0 0 0 5,0 1.5,1.5 0 0 0 3,0 2,2 0 0 0 4,0 1.5,1.5 0 0 0 3,0 1,1 0 0 0 2,0 2.5,2.5 0 0 0 5,0 3.5,3.5 0 0 0 7,0 2.5,2.5 0 0 0 5,0 5,5 0 0 0 10,0 2.5,2.5 0 0 0 5,0 4,4 0 0 0 8,0 2.5,2.5 0 0 0 5,0 3,3 0 0 0 6,0 2.5,2.5 0 0 0 5,0 5.5,5.5 0 0 0 11,0 2.5,2.5 0 0 0 5,0 4,4 0 0 0 8,0 3,3 0 0 0 6,0 4,4 0 0 0 8,0 5,5 0 0 0 10,0 3.5,3.5 0 0 0 7,0 z\' transform=\'matrix(-.26458 0 0 -.26458 33.87 1.72)\'\\/><path d=\'m 0,0 a 3.5,3.5 0 0 0 7,0 5,5 0 0 0 10,0 4,4 0 0 0 8,0 5.5,5.5 0 0 0 11,0 6.5,6.5 0 0 0 13,0 5,5 0 0 0 10,0 6,6 0 0 0 12,0 6.5,6.5 0 0 0 13,0 5.5,5.5 0 0 0 11,0 4.5,4.5 0 0 0 9,0 6,6 0 0 0 12,0 6,6 0 0 0 12,0 z\' opacity=\'.66\' transform=\'matrix(-.26458 0 0 -.26458 33.87 1.72)\'\\/><\\/g><\\/svg>\"},\"shape39\":{\"title\":\"Shape 39\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 100.8 22\' preserveAspectRatio=\'none\'><path fill=\'%23fbd8c2\' d=\'M0 0l7 15L17 4l8 12 9-9 7 14 9-17 9 16 8-9 9-11 8 20 8-13 9-7v22H0z\'\\/><\\/svg>\"},\"shape40\":{\"title\":\"Shape 40\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 476.62 100.69\'><path fill=\'%23fbd8c2\' d=\'M476.62 100.69V0l-238.3 95.47L0 0v100.69Z\'\\/><\\/svg>\"},\"shape41\":{\"title\":\"Shape 41\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 8 1\' preserveAspectRatio=\'none\'><path d=\'M0 0v1h10z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape42\":{\"title\":\"Shape 42\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 381 77.25\' preserveAspectRatio=\'none\'><g fill=\'%23fbd8c2\'><path d=\'M0 68.78l381-33.86v42.33H0z\'\\/><path d=\'M0 43.38l381-25.4v59.27H0z\' opacity=\'.33\'\\/><path d=\'M0 17.98L381 0v77.25H0z\' opacity=\'.33\'\\/><\\/g><\\/svg>\"},\"shape43\":{\"title\":\"Shape 43\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1440 320\' preserveAspectRatio=\'none\'><path fill=\'%23fbd8c2\' d=\'M0 288l1440-128v160H0z\'\\/><path fill=\'%23fbd8c2\' opacity=\'.66\' d=\'M0 192l1440-96v224H0z\'\\/><\\/svg>\"},\"shape44\":{\"title\":\"Shape 44\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1440 320\' preserveAspectRatio=\'none\'><path fill=\'%23000000\' d=\'M0 32l48 32c48 32 144 96 240 106.7 96 10.3 192-31.7 288-21.4 96 10.7 192 74.7 288 69.4 96-5.7 192-79.7 288-106.7s192-5 240 5.3l48 10.7v192H0z\'><\\/path><path fill=\'%23000000\' opacity=\'.66\' d=\'M0 64l48 16c48 16 144 48 240 48s192-32 288-26.7C672 107 768 149 864 144s192-59 288-80 192-11 240-5.3l48 5.3v256H0z\'><\\/path><\\/svg>\"},\"shape45\":{\"title\":\"Shape 45\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.278 3.527\' preserveAspectRatio=\'none\'><path d=\'M35.278 2.463v-.125A82.946 82.946 0 000 2.345v.125a82.783 82.783 0 0135.278-.007m0 .615v-.25A83.105 83.105 0 000 2.835v.25a82.777 82.777 0 0135.278-.007m-33.252.45a82.855 82.855 0 0131.26 0h1.992v-.093A83.44 83.44 0 000 3.442v.085zm10.8 0h-8.84a84.249 84.249 0 0127.339 0h-8.839zM35.278 1.97v-.075A82.878 82.878 0 000 1.902v.075a82.771 82.771 0 0135.278-.007\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape46\":{\"title\":\"Shape 46\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.278 3.52\' preserveAspectRatio=\'none\'><path d=\'M0 3.528S27.04 3.352 35.278 0v3.528z\' opacity=\'.2\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.528S27.04 3.374 35.278.425v3.103z\' opacity=\'.2\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.528S27.04 3.396 35.278.882v2.646z\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.527h35.278v.092H0z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape47\":{\"title\":\"Shape 47\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 100.86 4.15\'><path fill=\'%23fbd8c2\' d=\'M100.86 4.15V.65a9.07 9.07 0 0 0-9.37 1.67 9.07 9.07 0 0 0-12.1 0 9.07 9.07 0 0 0-12.11 0 9.07 9.07 0 0 0-12.06 0 9.07 9.07 0 0 0-12.11 0 9.07 9.07 0 0 0-12.09 0 9.07 9.07 0 0 0-12.08 0 9.07 9.07 0 0 0-12.08 0A9.07 9.07 0 0 0 0 .04v4.1z\'\\/><\\/svg>\"},\"shape48\":{\"title\":\"Shape 48\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path opacity=\'.5\' d=\'M0 51v15l724-43L0 51z\'><\\/path><path opacity=\'.3\' d=\'M0 0v51l600-23L0 0z\'><\\/path><path d=\'M0 65v38l1000-3V0L0 65z\'><\\/path><\\/g><\\/svg>\"},\"shape49\":{\"title\":\"Shape 49\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path d=\'M1000 100V89S823 4 500 4 0 88 0 88v12z\' opacity=\'.3\'><\\/path><path d=\'M1000 101S823 11 500 11 0 100 0 100z\' opacity=\'.5\'><\\/path><path d=\'M1000 100V88S823 25 500 25 0 87 0 87v13z\'><\\/path><\\/g><\\/svg>\"},\"shape50\":{\"title\":\"Shape 50\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path d=\'M1003 104.7H-1v-34a875.1 875.1 0 01178.7-17.8c68.9.4 106.3 8.9 150.6 14 172.1 19.7 238-35.3 411.7-34.2A860 860 0 011003 77\'><\\/path><path d=\'M1003 98.9H-1v-31c57.7-13 118-26 178.7-25.8 69 .4 106.3 9.8 150.6 15.3C500.4 79 566.3 18.7 740 20c60.6.4 151.5 15 263 54.8\' opacity=\'.5\'><\\/path><path d=\'M509.4 3.7a442.8 442.8 0 01-233 4c-3.8-1 1.3 2.9 2 3.3a36.4 36.4 0 0011.6 6.1 447.2 447.2 0 00236-3.7c.6-.2-6.9-5.6-7.5-6-2-1.2-6.5-4.4-9-3.7z\' opacity=\'.5\'><\\/path><path d=\'M302.5 36.1a336.2 336.2 0 00181 5.9c2-.5-4.3-4.5-4.8-4.8-2-1.3-8-5.8-10.8-5.1A332.4 332.4 0 01289 26.7c-3.8-1.2 1.4 3 2 3.3a40.8 40.8 0 0011.5 6.1z\'><\\/path><\\/g><\\/svg>\"},\"shape51\":{\"title\":\"Shape 51\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23fbd8c2\'><path d=\'M998 29c-4-3-11-3-15 0-3 4-5 9-9 11-5 2-12 0-16-3l-5-7a18 18 0 00-6-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-5-4-7-6-7-7-17-2-21 6-2 3-5 6-8 5a7 7 0 01-5-3c0-3-2-7-5-9-5-2-12-3-16 1-3 3-5 8-9 10-5 2-11 0-15-3l-5-7a19 19 0 00-7-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-2-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-7c-6-1-9 6-11 9-5 6-10 0-13-4s-11-4-14 0c-2 2-2 5-3 7-6 7-12-10-15-12-4-5-9-6-14-2-4 2-6 8-8 12-2 2-4 5-7 4l-6-7a19 19 0 00-5-8c-4-3-11-3-15 1-4 3-5 8-10 10s-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 3-3 9-8 8-3-1-4-4-6-6-7-6-18-2-22 6-1 3-4 6-8 5s-5-4-6-7a13 13 0 00-8-6c-6-2-8 5-11 9-5 5-9 0-12-5-3-3-11-4-15 0-1 2-1 5-3 7-6 7-12-9-14-12-4-4-9-6-14-2-4 3-6 8-9 12-4 7-9 0-13-4-3-8-13-13-20-6-3 3-5 8-9 10-5 2-12 0-16-3l-5-7a19 19 0 00-6-3 12 12 0 00-13 3c-2 3-4 9-8 8-3-1-5-4-7-6-7-6-17-1-21 6-2 3-5 6-8 5s-6-4-7-7a13 13 0 00-8-6c-6-2-8 5-11 9-5 5-9 0-12-4s-11-5-14-1l-4 7c-6 7-11-9-14-12-4-4-9-5-14-2-4 3-6 8-8 12-2 2-4 6-7 4l-6-6a19 19 0 00-5-9c-4-3-12-3-15 1-4 3-6 8-10 10-5 2-11 0-15-3l-5-7a18 18 0 00-7-3 12 12 0 00-13 3c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-1-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-6c-6-2-8 5-11 9-5 5-9 0-13-4-3-4-11-5-14-1-2 2-2 5-3 7-6 7-12-9-15-12-4-4-9-5-14-2-4 3-6 8-8 12-4 6-11 1-14-3-1-2-3-3-5-3s-6 3-6 6v12c0-3 4-6 6-7s4 2 5 4c3 4 10 9 14 3 2-5 4-10 8-12 5-4 11-3 14 2 3 2 9 19 15 12 1-2 1-5 3-7 3-4 11-4 14 0 4 4 8 10 13 4 3-3 5-10 11-9a13 13 0 017 7c2 3 3 6 7 7s6-2 8-5c4-8 14-12 22-6 2 2 3 5 6 6 4 1 6-5 8-8a12 12 0 0113-4 18 18 0 017 4l5 7c4 3 10 5 15 3 4-2 6-7 10-10 4-4 11-5 15-1a19 19 0 015 8c1 3 3 5 6 7 3 1 5-2 7-4 2-5 4-10 8-12 5-4 10-3 14 2 3 2 8 19 14 12l4-7c3-4 11-4 14 0s7 10 12 4c3-3 5-10 11-9a13 13 0 018 7c1 3 3 6 7 7s6-2 8-5c4-8 14-13 21-6 2 2 4 5 7 6 4 1 6-5 8-8a12 12 0 0113-4 19 19 0 016 4l5 7c4 3 11 5 16 3 4-2 6-7 9-11 7-6 17-1 20 7 4 4 9 11 13 4 3-5 5-10 9-12 5-4 10-3 14 1 2 3 8 20 14 12l3-6c4-4 12-4 15 0s7 10 12 4c3-3 5-10 11-9a13 13 0 018 7c1 2 3 6 6 7s7-3 8-5c4-8 15-13 22-6 2 2 3 5 6 6 5 1 6-5 8-8a12 12 0 0113-4 18 18 0 017 4l5 7c4 3 10 5 15 3s6-7 10-11c4-3 11-4 15 0a19 19 0 015 8c2 3 3 5 6 6 3 2 6-1 7-3 2-5 4-10 8-12 5-4 10-3 14 1 3 3 9 20 15 12l3-6c3-4 11-4 14 0s8 10 13 4c2-3 5-10 11-9a13 13 0 017 7c2 2 3 6 7 7s6-3 8-5c4-8 14-13 22-6 2 2 3 5 6 6 4 1 6-6 8-8a12 12 0 0113-4 19 19 0 017 4l5 7c4 3 10 5 15 3 4-2 6-7 10-11 3-3 10-3 15 0 3 2 5 5 5 9a7 7 0 005 3c3 1 6-2 8-5 4-8 14-13 21-6 2 2 4 5 7 6 4 1 6-6 8-8a12 12 0 0113-4 18 18 0 016 4l5 7c4 3 11 5 16 3 4-2 6-7 9-11 4-3 11-3 15 0 4 2 6 6 6 10v-8c0-5-1-11-6-14z\' opacity=\'.3\'\\/><path d=\'M998 41c-4-3-11-4-15 0-3 3-5 9-9 11-5 2-12 0-16-3l-5-7a18 18 0 00-6-4 12 12 0 00-13 4c-2 2-4 9-8 8-3-1-5-4-7-6-7-7-17-2-22 6-1 3-4 6-7 5a7 7 0 01-5-3c0-4-2-7-5-9-5-3-12-3-16 0-3 3-5 9-9 10-5 3-12 1-15-3l-5-6a19 19 0 00-7-4 12 12 0 00-13 4c-2 2-4 9-8 8-3-1-4-4-6-6-8-7-18-2-22 6-2 2-4 6-8 5s-5-5-7-8a13 13 0 00-8-6c-5-1-8 6-11 9-4 6-9 0-12-4s-11-4-14 0l-3 6c-7 8-12-9-15-12-4-4-9-5-14-2-4 3-6 8-8 12-2 3-4 6-7 4-3-1-4-3-6-6a19 19 0 00-5-8c-4-4-11-3-15 0-4 4-5 9-10 11s-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 2-3 9-8 8-3-1-4-4-6-6-7-7-18-2-22 6-1 3-4 6-8 5s-5-4-6-7a13 13 0 00-8-7c-6-1-8 6-11 9-5 6-9 0-12-4s-11-4-15 0c-1 2-1 5-3 7-6 7-12-10-14-12-4-5-9-6-14-2-4 2-6 7-9 12-4 7-9 0-13-4-3-8-13-13-20-6-3 3-5 8-9 10-5 2-12 0-16-3l-5-7a19 19 0 00-6-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-5-4-7-6-7-6-17-2-21 6-2 3-5 6-8 5s-6-4-7-7a13 13 0 00-8-7c-6-1-8 6-11 9-5 6-9 0-12-4s-11-4-14 0l-4 7c-6 7-11-10-14-12-4-5-9-6-14-2-4 2-6 8-8 12-2 2-4 5-7 4-3-2-5-4-6-7a19 19 0 00-5-8c-4-3-12-3-15 1-4 3-6 8-10 10-5 2-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-2-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-7c-6-1-8 6-11 9-5 6-9 0-13-4-3-4-11-4-14 0-2 2-2 5-3 7-6 7-12-10-15-12-4-5-9-6-14-2-4 2-6 7-8 12-4 6-11 1-14-3-1-2-3-4-5-4s-6 4-6 7v50h1006v-5-25-19c0-4-2-8-6-10z\'\\/><\\/g><\\/svg>\"}},\"premium_gdivider_source\":\"default\",\"premium_gdivider_defaults\":\"shape22\",\"premium_gdivider_pos\":\"bottom\",\"premium_gdivider_pos_tablet\":\"\",\"premium_gdivider_pos_mobile\":\"\",\"premium_gdivider_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"premium_gdivider_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_gdivider_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_scale\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"premium_gdivider_scale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_scale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_animate\":\"yes\",\"premium_gdivider_no_stretch\":\"yes\",\"premium_gdivider_anime_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"premium_gdivider_anime_speed_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_anime_speed_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_anime_dir\":\"alternate\",\"premium_gdivider_flip\":\"\",\"premium_gdivider_flip_x\":\"\",\"premium_gdivider_hide\":[],\"premium_gdivider_bg_type\":\"color\",\"premium_gdivider_fill\":\"#afafaf\",\"premium_gdivider_stroke_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke\":\"\",\"premium_gdivider_opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"premium_gdivider_opacity_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_opacity_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[{\"id\":\"daaaa7a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Contacts\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07f02b4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Address\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"027\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0dd197a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"content_width\":\"full\",\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d6b1ac\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Phone\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"050702c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"(888) 876-1054\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"e05fe54\",\"link\":{\"url\":\"tel:+(888) 876-1054\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_align\":\"right\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"text_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"67f25c1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Email\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ea6463\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"info@point2listings.ca contact@point2listings.ca\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"e05fe54\",\"link\":{\"url\":\"tel:+92 333 1522577\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_align\":\"right\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"text_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fea6f21\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"container_add_particles_color\":\"#fe4c1c,#00c3ff,#0160e7\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_particles_class\":\"\",\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_trigger\":\"load\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_global_divider_sw\":\"\",\"premium_shapes_data\":{\"shape1\":{\"title\":\"Shape 1\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 283.5 27.8\' preserveAspectRatio=\'xMidYMax slice\'><path class=\'elementor-shape-fill\' d=\'M265.8 3.5c-10.9 0-15.9 6.2-15.9 6.2s-3.6-3.5-9.2-.9c-9.1 4.1-4.4 13.4-4.4 13.4s-1.2.2-1.9.9c-.6.7-.5 1.9-.5 1.9s-1-.5-2.3-.2c-1.3.3-1.6 1.4-1.6 1.4s.4-3.4-1.5-5c-3.9-3.4-8.3-.2-8.3-.2s-.6-.7-.9-.9c-.4-.2-1.2-.2-1.2-.2s-4.4-3.6-11.5-2.6-10.4 7.9-10.4 7.9-.5-3.3-3.9-4.9c-4.8-2.4-7.4 0-7.4 0s2.4-4.1-1.9-6.4-6.2 1.2-6.2 1.2-.9-.5-2.1-.5-2.3 1.1-2.3 1.1.1-.7-1.1-1.1c-1.2-.4-2 0-2 0s3.6-6.8-3.5-8.9c-6-1.8-7.9 2.6-8.4 4-.1-.3-.4-.7-.9-1.1-1-.7-1.3-.5-1.3-.5s1-4-1.7-5.2c-2.7-1.2-4.2 1.1-4.2 1.1s-3.1-1-5.7 1.4-2.1 5.5-2.1 5.5-.9 0-2.1.7-1.4 1.7-1.4 1.7-1.7-1.2-4.3-1.2c-2.6 0-4.5 1.2-4.5 1.2s-.7-1.5-2.8-2.4c-2.1-.9-4 0-4 0s2.6-5.9-4.7-9c-7.3-3.1-12.6 3.3-12.6 3.3s-.9 0-1.9.2c-.9.2-1.5.9-1.5.9S99.4 3 94.9 3.9c-4.5.9-5.7 5.7-5.7 5.7s-2.8-5-12.3-3.9-11.1 6-11.1 6-1.2-1.4-4-.7c-.8.2-1.3.5-1.8.9-.9-2.1-2.7-4.9-6.2-4.4-3.2.4-4 2.2-4 2.2s-.5-.7-1.2-.7h-1.4s-.5-.9-1.7-1.4-2.4 0-2.4 0-2.4-1.2-4.7 0-3.1 4.1-3.1 4.1-1.7-1.4-3.6-.7c-1.9.7-1.9 2.8-1.9 2.8s-.5-.5-1.7-.2c-1.2.2-1.4.7-1.4.7s-.7-2.3-2.8-2.8c-2.1-.5-4.3.2-4.3.2s-1.7-5-11.1-6c-3.8-.4-6.6.2-8.5 1v21.2h283.5V11.1c-.9.2-1.6.4-1.6.4s-5.2-8-16.1-8z\'\\/><\\/svg>\"},\"shape2\":{\"title\":\"Shape 2\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 320\'><path d=\'M0 298.992c15.313-52.905 61.648-93.749 119.782-99.266l728.025-69.099c75.962-7.21 143.486 48.608 150.696 124.569l1.497 15.77V320H0v-21.008z\'\\/><\\/svg>\"},\"shape3\":{\"title\":\"Shape 3\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 320\'><path d=\'M1000 0s-1.148 150.944-120 220C729.547 307.416 0 300 0 300v20h1000V0z\'\\/><\\/svg>\"},\"shape4\":{\"title\":\"Shape 4\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M806,94.7C619.5,90,500,20.3,500,1.7c-1,18.6-117.5,88.3-306,93C92,97.2,0,97.9,0,97.9v-0l0,0v2.3h1000v-2.3 C1000,97.7,920.3,97.6,806,94.7z M350,65.1L350,65.1L350,65.1L350,65.1z\'\\/><\\/svg>\"},\"shape5\":{\"title\":\"Shape 5\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' width=\'1000\' height=\'100\' preserveAspectRatio=\'none\' viewBox=\'0 0 1000 100\'><defs><style>.premium-sh-cls-2{opacity:.33;}.premium-sh-cls-2,.premium-sh-cls-3{isolation:isolate;}.premium-sh-cls-3{opacity:.66;}<\\/style><\\/defs><path class=\'premium-sh-cls-2\' d=\'m527,32.7c203.9-88.3,263.1,34,320.3,0,86.7-51.8,152.7,7.6,152.7,7.6v59.7H0v-59.7S62.1,14.2,94.9,11c32.8-3.3,62.8,12.3,75.8,22.1,23.3,17.3,84,58.2,134.4,62.2s202.5-54.3,221.9-62.6Z\'\\/><path class=\'premium-sh-cls-3\' d=\'m266,32.7c45.5,0,77.2,23.2,129.1,39.1,28.6,8.7,150.3,10.1,254-39.1,103.7-49.2,91.7,34.4,149.2,0,86-51,201.7,27.5,201.7,27.5v39.8H0v-36.5s28.2,18.5,92.1,18.5c97.7-.1,132.2-49.3,173.9-49.3Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m233.9,71.1c200,57.5,266-65.5,395.1-19.5,129,46.6,129,43,186.2,27.8,56.8-15.2,52.5-24.3,94.9-31.9,61.3-11.2,89.9,52.5,89.9,52.5H0s9.9-40.9,83.6-48.1,86.8,1.1,150.3,19.2Z\'\\/><\\/svg>\"},\"shape6\":{\"title\":\"Shape 6\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 70.8\' preserveAspectRatio=\'none\'><path  d=\'M400,68c0,0-7.1-0.8-7.1-8.5s6.4-22.1,0-26s-7.3,2.6-6,6.5c1.3,3.9,6.2,14.5-2.6,14.8  c-6.3,0.2-0.8-8.3-7.4-10.2c-3.7-1.1-2,4.6-6.3,4.8c-6.3,0.4-7.8-10.1-7.8-12.4c0-2.3,1.9-28.7,0-32.9c-1.9-4.2-3.6-4.5-5.3-3.7  c-1.7,0.7-4.6,2.5-2,11.2c2.7,8.7,3.4,26,3.8,29.5c0.4,3.6,0.2,8.9-5.3,8.3c-5.6-0.6-0.9-16.1-6.6-15.7c-5.7,0.4-0.6,9-6.5,11.2  s-7.6,0.2-8-4.2c-0.3-4.4-5.9-5-8.6,6c-2.7,11-10.5,9-11.4,0.4s3.6-22.9-4.3-21.9s-3.6,11.9-2.2,14.4s6.3,22.2-6,27.3  c-12.3,5.1-1.7-33.5-10.4-32.9c-8.7,0.7,2.7,24.4-7.5,27.2c-10.2,2.8,0-15.1-7.1-17.6c-7.1-2.5,3.7,10.7-4.1,13.4  c-7.9,2.7-6.6-26.4-6.6-26.4s2.9-14.9-3.2-13.9c-6.1,1-1.7,14.7-0.7,18.6c0.9,3.9,1.7,22.2-7.4,22.5c-12.2,0.4-2.4-23.9-12.2-23.1  c-9.8,0.7,0.2,11.1-8.5,15.2c-2.5,1.2-5.6-5.9-8.7-4.9c-3.2,1-4.2,10.9-9.2,10.1c-5-0.7-4.4-11.5-4.3-18.7c0.1-7.1-3.9-7.9-3.7-2.4  c0.2,5,2.5,16.2-0.2,20.6c-0.5,0.7-1.4,1-2.2,0.5c-1.4-0.8-2.1-1.6-1.9,2.6c0.2,4.9-1.5,7.4-3.7,8c-0.3,0.1-0.6,0.1-0.9,0.1l0,0  c-0.6,0-1.2-0.1-1.8-0.3c-1.4-0.5-3.5-2-3.4-6c0.2-7.6,6.4-22.1,0-26c-6.4-3.9-7.3,2.6-6,6.5s6.2,14.5-2.6,14.8  c-6.3,0.2-0.8-8.3-7.4-10.2c-3.7-1.1-2,4.6-6.3,4.8c-6.3,0.4-7.8-10.1-7.8-12.4c0-2.3,1.9-28.7,0-32.9s-3.6-4.5-5.3-3.7  s-4.6,2.5-2,11.2c2.7,8.7,3.4,26,3.8,29.5c0.4,3.6,0.2,8.9-5.3,8.3c-5.6-0.6-0.9-16.1-6.6-15.7c-5.7,0.4-0.6,9-6.5,11.2  c-5.9,2.2-7.6,0.2-8-4.2s-5.9-5-8.6,6c-2.7,11-10.5,9-11.4,0.4c-0.8-8.6,3.6-22.9-4.3-21.9s-2.7,11.6-2.2,14.4  c0.9,4.8,2.7,25.8-5.4,24.6c-13.1-2-2.2-30.8-11-30.2c-8.7,0.7,2.7,24.4-7.5,27.2C72.5,64,83,41.9,75.6,43.6  C69.9,45,79.4,54.3,71.5,57c-7.9,2.7-6.6-26.4-6.6-26.4s2.9-14.9-3.2-13.9S60.1,31.4,61,35.3s1.7,22.2-7.4,22.5  c-12.2,0.4-2.4-23.9-12.2-23.1c-9.8,0.7,0.8,14.8-8.4,17.4c-7.9,2.3-3.6-10.5-9.5-10.1c-4,0.3,2.9,13.9-8.5,13  c-5-0.4-4.4-11.5-4.3-18.7c0.1-7.1-3.9-7.9-3.7-2.4c0.2,5.5,3,18.5-1.2,21.7c-2.2-0.6-3.4-3.2-3.2,2.1S2,67,0,68v2.8h400V68z\'\\/><\\/svg>\"},\"shape7\":{\"title\":\"Shape 7\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 50\' preserveAspectRatio=\'none\'><g><path  d=\'M158.3,19.5c2.6,0.3,1.2-4.2-0.5-2C157.1,18.3,157.4,19.4,158.3,19.5z\'\\/><path  d=\'M157.2,8.9c-0.8-0.7-1.8,1.1-1.7,1.4C156.2,11.4,158,9.6,157.2,8.9z\'\\/><path  d=\'M171.8,19.1c2.2-0.6,1.1-3.2-0.6-1.3C170.7,18.6,170.9,19.4,171.8,19.1z\'\\/><path  d=\'M154,23.1c0.9-0.1,1.2-1.2,0.5-2C152.8,18.9,151.4,23.4,154,23.1z\'\\/><path  d=\'M140.5,22.7c0.8,0.2,1.1-0.6,0.6-1.3C139.4,19.6,138.3,22.1,140.5,22.7z\'\\/><path  d=\'M140.5,26.9c-1.8,1.9,3.9,2,1.6,0.3C141.7,26.9,140.9,26.5,140.5,26.9z\'\\/><path  d=\'M350.3,37.3c-0.1-0.1-0.1-0.2-0.2-0.3c-1-1.3-0.3-3-3.6-3.5c-1.9-0.4-5.3,0.3-7.2,0.7c-3,1-4.3,2.5-7.7,3   c-3.2,0.5-7,0.7-10.3,0.9c-2.8,0.1-5.4,0.1-7.4-1.2c-1.9-1.1-1.7-2.5-4-3.3c-9.3-3.1-15.9,2.9-23.9,4.9c-1.9-1.1-0.2-2.4-0.1-3.6   c-0.3-5-7.3-0.3-10.6,1c-1.7,0.7-3,1-4,1c-0.5-0.1-0.9-0.2-1.4-0.2c-1.7-0.6-2.4-2.3-3.6-3.7c1-0.4,2.1-0.7,2.9-1.4   c1-0.9,0.8-2.2-0.7-2.2c-1.1,0-2.6,1.4-3.3,2c-0.1,0.1-0.2,0.2-0.3,0.4c-2-1.2-5.1-1.4-8.2-0.6c0.5-1.1,1-2.2,0.4-2.8   c-1.1-1.1-3.2,0.6-4.4-0.2c-1.7-1.1,4.7-4.4-0.6-4.7c-1.1,0-2.8,0.3-2.6-1.2c0.1-1.1,2-1,2.2-2.3c0.1-1.4-2.2-1.1-1.1-3   c0.7-1,2.7-1.4,3-2.6c0.3-1.7-1.4-1-2.2-0.5c-1.2,0.8-1.9,2.7-3.3,3.4c-1.1,0.7-2.3,0.2-3,1.8c-0.3,0.8,0.1,3-1,3.4   c-2.4,0.8,0.8-6.1-2.5-4.7c-1.8,0.9-1,4.7-1.7,6.1c-0.5,0.9-1.4,2.6-2.7,2c-0.3-0.2-0.4-0.4-0.5-0.6c0-0.1,0-0.3,0-0.4   c0.1-0.7,0.5-1.5-0.2-1.9c-0.7-0.5-1.8,0.4-2.5,1.2c-0.1,0.1-0.2,0.1-0.2,0.2c-0.1,0.2-0.2,0.3-0.3,0.4c-1.4,1.7-1.1,4.9-3.1,6.8   c-0.6,0.6-2.5,2.1-3.5,1.4c-0.9,2.1-1.6,4.3-2.2,6.6c-0.4,0.3-0.9,0.6-1.4,0.9c-0.9-0.8-1.5-1.9-1.6-3   c-0.4-5.6,11.4-12.7,11.2-16.2c0,0-0.2-0.8-0.2-1.4c-0.3-4.7,6.6-8.2,6.9-9.7c0.1-0.5-0.6-1.2-2.1-1.1c-7.1,0.5-10.1,13-12.6,13.2   c-0.7,0.1-1.7-0.8-1.8-2.2c-0.1-1.4,0.7-2.8,0.6-4.3c-0.1-1.1-0.7-1.1-1.3-1.1c-3.2,0.2-4,13.6-11.1,14.1c-8.7,0.6-5-14-9.5-13.7   c-2.3,0.2-5.4,4-6.1,4.1c-1.9,0.1-0.6-4.3-5.5-4c-0.8,0.1-1.8,0.3-1.8,0.3c-1.8,0.1-0.8-2.9-2.5-2.8c-0.5,0-0.9,0.4-1.4,0.5   c-1.3,0.1-3.6-3-5.8-2.8c-0.9,0.1-2.3,0.8-2.2,2.2c0.2,3.1,5.3,0.9,7.2,5.5c0.7,1.8,0.3,4.4,2.1,5.8c2.2,1.7,10.8,9.5,11.1,13.1   c0.1,1.6-0.1,3.1-0.6,4.2c-0.2,0-0.3,0-0.5,0c-0.2-0.1-0.5-0.2-0.7-0.3c-1.2-2.8-2.5-5.5-4-8.1c-0.9,0.8-3-0.4-3.7-0.9   c-2.2-1.6-2.4-4.8-4-6.3c-0.5-0.6-2.5-2.2-3.3-1.4c-0.9,0.8,0.9,2.2-0.3,3c-1.3,0.8-2.4-0.8-3-1.6c-0.9-1.4-0.6-5.2-2.5-5.8   c-3.5-1,0.6,5.4-1.8,5c-0.3-0.1-0.5-0.3-0.7-0.6c0.6-0.2,0.9-0.7,0.3-1.4c-0.2-0.2-0.5-0.2-0.7-0.1c-0.1-0.5-0.2-0.9-0.3-1.2   c-0.9-1.5-2-0.9-3.2-1.4c-1.4-0.5-2.4-2.3-3.7-2.9c-0.9-0.5-2.6-0.9-2.1,0.8c0.4,1.2,2.5,1.3,3.3,2.2c1.3,1.7-1,1.7-0.7,3.1   c0.3,1.2,2.2,0.8,2.5,1.9c0.4,1.5-1.3,1.4-2.4,1.6c-5.1,1,1.6,3.3,0.1,4.7c-0.6,0.5-1.4,0.4-2.2,0.3c-0.3-0.2-0.8-0.4-1.3-0.6   c-3.7-1.2-7.6-0.9-9.6,0.7c-1,0.8-1.6,2-2.3,2.9c0,0-0.1,0-0.1,0c-0.9,0.1-1.3,0.7-1.1,1.2c-0.2,0.1-0.5,0.3-0.7,0.4   c-0.5,0.1-0.9,0.1-1.4,0.2c-1,0-2.3-0.3-4-1c-3.3-1.3-10.3-6-10.6-1c0.2,1.2,1.8,2.5-0.1,3.6c-8-2-14.7-8-23.9-4.9   c-2.4,0.9-2.1,2.3-4,3.3c-2,1.3-4.6,1.3-7.4,1.2c-3.3-0.2-7.1-0.4-10.3-0.9c-3.4-0.5-4.7-2-7.7-3c-1.9-0.5-5.3-1.1-7.2-0.7   c-3.3,0.5-2.6,2.2-3.6,3.5c-0.3,0.3-0.5,0.7-0.9,0.9c-43.7-2.6-66-5.7-66-5.7V50h400V32.3C400,32.3,385.5,34.9,350.3,37.3z\'\\/><path  d=\'M237.9,15c-0.3,0-0.4,0.3-0.4,0.6c0,0.5,0.7,0.9,1.2,0.8c0.4,0,0.6-0.3,0.6-0.7C239.4,15.2,238.5,15,237.9,15z   \'\\/><path  d=\'M232.2,9.1c0.7-0.6,1-1.1,1.8-1.4c2.4-1,2.9-2.5,2.8-3c0-0.6-0.5-0.7-1.4-0.6c-2.3,0.2-4,2.2-4.3,3.9   C230.9,9.1,231.4,9.8,232.2,9.1z\'\\/><path  d=\'M228.5,5.5c0.4,0,1.5-1.1,1.4-2.5c-0.1-0.7-0.4-1.4-1.1-1.4c-0.6,0-1.6,0.7-1.5,1.7   C227.4,4.4,227.9,5.6,228.5,5.5z\'\\/><path  d=\'M222.7,11.8c0.8-0.1,1.6-1.4,1.6-2.2c-0.1-0.8-0.6-1.2-1-1.2c-0.5,0-1.3,0.6-1.2,2   C222,10.7,222.2,11.8,222.7,11.8z\'\\/><path  d=\'M196.8,13c0.2-0.2,0.3-0.5,0.2-0.8c0-0.3-1.8-5.6-2.5-5.5c-0.9,0.1-1.3,0.9-1.2,1.8   C193.4,9.4,196.4,13.5,196.8,13z\'\\/><path  d=\'M184,11.2c0.3,0,1.1-1,1-2c-0.1-1-0.8-1.6-1.4-1.5c-0.5,0-0.8,1.3-0.7,2C183,10.7,183.6,11.2,184,11.2z\'\\/><path  d=\'M178.5,8.7c0.5,0,0.9-0.1,0.9-0.7c-0.1-0.9-0.8-1.9-1.6-1.8c-0.6,0-0.7,0.3-0.7,0.8   C177.1,7.9,177.6,8.8,178.5,8.7z\'\\/><path  d=\'M174.4,14.3c0.3-0.1,0.2-0.4,0.2-0.7c0-0.6-0.6-1-1.1-1C172.3,12.8,173.4,14.6,174.4,14.3z\'\\/><path  d=\'M202.1,10.7c0.7,0.2,0.7-1.1,0.6-1.6c-0.1-1.3-1.7-2.8-1.6-1.2C201.2,8.6,201.3,10.6,202.1,10.7z\'\\/><path  d=\'M203.1,4.1c0,0,0.8,0,0.7-0.7c0-0.4-0.7-1.1-1.2-1.1c-0.3,0-0.5,0.3-0.5,0.7C202.1,3.5,202.5,4,203.1,4.1z\'\\/><path  d=\'M227.2,15.6c0.7,0.1,1.6-1.1,1.5-2.3c0-0.5-0.2-0.5-0.5-0.5c-0.8,0.1-1.4,0.8-1.4,1.5   C226.8,14.6,227,15.6,227.2,15.6z\'\\/><\\/g><\\/svg>\"},\"shape8\":{\"title\":\"Shape 8\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 400 61.7\' preserveAspectRatio=\'none\'><path  d=\'M400,61.7V17.9c-0.1-1.1-0.4-3.5-0.4-3.5c0-0.4-4-1.2-4,1.2c0,1.3-3.9,1.7-3.9,3.1c0-1-5.1-0.5-5.1,0  c0,0.1-4,2.6-4,2.7c0-0.6-4.8,2.1-4.8,0.9c0-1.3-5,0-5,0.2c0,0.8-3.8,2.6-3.8,3.3c0,0.3-4.7,0.5-4.7,1c0-1.1-3.9,3.4-3.9,2.9  c0-0.2-5.1-0.4-5.1,0.1c0-1.1-4.4,1.1-4.4,1.6c0,2.3-4.3,2.6-4.3,3.4c0,0.8-5.3-2.8-5.3-2.1c0-1.2-5.3-0.6-5.3,0.2  c0-0.4-5.1,2.8-5.1,1.8c0,0.6-4.7-0.1-4.7,0.6c0,0.9-3.4,3-3.4,2.9c0,0.2-3.4,2.4-3.4,2.8c0,1.2-4.8,0.3-4.8,0.1  c0-0.5-4.5,0.5-4.5,0.4c0-0.3-4.6,2.7-4.6,3c0-0.5-4.7-1.4-4.7-2c0,1-4.6,2-4.6,0.9c0,1-4.7,0.8-4.7-0.7c0,0-4.7-0.8-4.7,0.1  c0-0.2-4.6,2.1-4.6,2.2c0-0.1-4.6-0.7-4.6,0.5c0,0.3-4.3-1-4.3-0.6c0-0.1-3.9-2.8-3.9-1.9c0-0.5-3.9-2.1-3.9-2.7c0,0.8-3-3.4-3-3.7  c0,0.1-3.9-1.1-3.9-2.7c0-0.2-4.6-0.2-4.6-0.9c0-0.4-5.1-0.5-5.1-0.7c0-0.2-3.7,3.5-3.7,3.8c0-1.4-3.9,3.1-3.9,2.8  c0-1-4.7,0.5-4.7,1.7c0,0.5-4,0.5-4,1.7c0,0.1-3.6,3.3-3.6,2.9c0-1.3-4.4-0.2-4.4,0.9c0,0.7-4.6-1.2-4.6-0.1c0-1.2-4.1,1.4-4.1,1.7  c0,0.9-4.5-1.6-4.5-0.9c0,1.1-4.1,3.2-4.1,2.7c0-0.1-4.4,1.1-4.4,0.7c0,0.6-4.4,0.1-4.4-0.9c0,1.6-4.4-2.1-4.4-1.8  c0,1.2-4.3,3.9-4.3,2.9c0,0.1-4.3-1.3-4.3-0.6c0,2.1-4.4,0.8-4.4,0.4c0-0.7-3.8-4-3.8-3.4c0-1.7-3.6-2.5-3.6-2.1  c0-0.3-4.2-1.4-4.2-1c0-0.4-4.1,0.4-4.1-1.5c0-1.1-4.6,0.8-4.6-0.6c0,0.2-3.1-3.9-3.1-4c0,0.7-4.4-2.2-4.4-1.6c0,1-4.4-1.6-4.4-1.6  c0-0.4-4.9,0.8-4.9,0.3c0,0.7-4.6-0.2-4.6-0.3c0,0.3-4.4-0.6-4.4-1.4c0-0.4-4.6-1.7-4.6-1.8c0,0.4-4.7,0.6-4.7,0.9  c0,0-4.5,3-4.5,1.4c0,1.9-4.4,0.9-4.4,1.4c0-0.2-5.2-2-5.2-1.8c0,0.6-4.2,2.5-4.2,2.2c0,1.2-3.7,3.9-3.7,3.5c0-0.2-4.4,0.9-4.4,1.6  c0,0.8-5.1-0.2-5.1-0.8c0,0.4-4.5,1.5-4.5,1.5c0,0.7-4.7-0.9-4.7-0.8c0,0.3-4.4-0.7-4.4-1.4c0-0.8-4.7-0.9-4.7-0.1  c0-0.1-4.4-2.5-4.4-1.4c0-0.3-5.1,2-5.1,0.9c0-1.3-4.1-2.5-4.1-2.5c0,0.1-4.5-1.3-4.5-2.5c0-0.6-4.8,3.5-4.8,2.2  c0-0.9-4.3,2.5-4.3,2.4c0-0.6-5.4-1.1-5.4-1.8c0-1.3-4.1,4.2-4.1,3c0-0.2-5.1-0.5-5.1-0.7c0-0.5-3.9,1.2-3.9,1.3  c0-0.3-4.1-0.6-4.1-0.3c0-0.4-4.3,1.3-4.3,1c0,0.2-4.6,0.8-4.6-0.2c0-0.1-2.8-2.7-2.8-3.8c0-2-4.3-0.8-4.3-2c0,0.6-4.5,0.8-4.5-1.6  c0,0.2-2.6-5.2-2.6-4.7c0,1-1.9,0.1-3.2-0.5l0,33.9H400z\'\\/><\\/svg>\"},\"shape9\":{\"title\":\"Shape 9\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' width=\'4080.2\' height=\'394.6\' viewBox=\'0 0 4080.2 394.6\'><defs><style>..premium-sh-cls-2{opacity:.2;}.premium-sh-cls-2,.premium-sh-cls-3{isolation:isolate;}.premium-sh-cls-3{opacity:.5;}<\\/style><\\/defs><path class=\'premium-sh-cls-2 pr-path\' d=\'m4080.2,394.6v-181.3c-9.9-5.5-24.8-19.8-34.1-62.3-9.3-42.4-49-72.2-49-72.2,24.2,32,34.1,103.6,0,104.7s-23-40.2-23-40.2c-15.5,11.6-9.9,42.4-9.9,42.4-28.5-24.8-14.9-64.5-14.9-64.5-13,17.1-18.6,38-6.8,82.1s-65,62.3-70.7,25.9c-5.1-32.8,18-36.4,26.7-68.9s-32.3-53.5-32.3-53.5c20.5,51.8-18.6,70-18.6,70-1.9-25.4-24.8-38.6-24.8-38.6,13.6,24.3-.7,50-16.7,54-15.7,3.9-45.3-.6-36-38.6s-4.3-60.6-4.3-60.6c1.2,18.7-11.2,32-11.2,32,2.5-35.8-3.7-41.3-17.4-62.3-13.6-20.9,0-43.5,0-43.5-81.3,27-66.4,106.4-66.4,106.4-31-28.1-6.2-72.8-6.2-72.8-26.7,20.4-29.2,43-21.7,105.8,7.4,62.8-27.9,60.6-27.9,60.6,13-63.9-40.3-86-40.3-86,42.2,42.4,6.2,90.9-21.1,90.9s-37.9-19.8-37.8-46.3c0-29.2-24.2-39.1-24.2-39.1,10.5,10.5,18.6,57.3-10.5,55.7-29.2-1.7-14.9-48,.6-86.5,15.5-38.6-23-63.9-23-63.9,0,0,40.3,61.7-9.9,59.5s-19-78.3-19-78.3c-43.8,48-17.6,93.7-6.5,116.3,11.2,22.6,13,93.7-37.8,93.7s-50.2-68.9-44-91.5-8.7-39.1-8.7-39.1c9.3,27-14.9,43-32.9,16.5s-1.9-78.3-1.9-78.3c-45.3,49.6-4.3,100.3,4.3,125.1,8.7,24.8-3.1,55.1-26.7,55.1s-34.7-14.9-30.4-34.7-6.8-35.3-6.8-35.3c2.5,8.8-.6,39.1-20.5,39.1s-32.3-23.7-23-59.5c9.3-35.8.6-45.7-16.7-67.8s12.4-50.2,12.4-50.2c0,0-38.5,17.6-65.1,46.8-26.7,29.2,9.3,73.3,8.1,97-1.2,23.7-22.3,24.3-34.7,3.3s5-55.7,5-55.7c-15.5,9.4-23,33.6-18,60.1s-6.5,49.6-21.7,49.6c-13.9,0-24.8-6.6-27.3-29.8-2.5-23.1-30.4-35.8-30.4-35.8,25.4,38,.4,54-13,54-12.4,0-22.3-11-22.3-32.5s14.9-40.4,29.8-63-12.4-40-12.4-40c19.2,38.6-25.4,58.4-45.3,30.9-19.9-27.6-5.6-70-5.6-70-31,36.9-4.3,75,6.8,99.2,11.2,24.3,3.1,59.5-27.3,54s-15.5-44.1-15.5-44.1c0,0-19.9,14.3-13.6,56.2s-57.7,52.4-54.6,25.4c3.1-27-10.5-39.1-10.5-39.1,4.3,27-11.8,35.8-11.8,35.8,5.6-33.6-18.6-52.4-18.6-52.4,13.6,23.7-1.2,46.3-16.1,46.3s-28.5-5-34.1-17.6c-5.6-12.7-3.7-28.7,11.2-61.2,15-32.5-.1-52.9-.1-52.9,1.2,14.3-14.3,29.8-14.3,29.8,1.2-36.4-17.4-46.8-37.2-62.3-19.9-15.4-10.5-46.3-10.5-46.3-69.5,32.5-27.9,117.4-27.9,117.4-34.1-22-35.4-71.1-35.4-71.1-14.9,41.3,1.9,68.3,16.7,95.3,14.9,27,5,52.9-3.7,62.8s-40.3,14.3-44.7-12.7c-4.3-27,16.1-49.6,16.1-49.6-14.1,3.3-27.3,19.7-27.3,41.3s-3.1,39.1-20.5,39.1-27.9-9.9-22.3-40.2-17.4-46.3-17.4-46.3c10.5,39.1-33.5,22-45.3-9.4s13.6-71.1,13.6-71.1c-27.9,6.6-29.2,33.1-29.2,33.1-29.8-29.8-18.7-68.9-18.7-68.9-29.9,25.9-5.4,77.2-2.3,86.5,3.1,9.4,8.7,56.8-26.1,55.1-34.7-1.7-25.4-44.1-12.4-69.4-31.6,20.4-22,62.8-22,62.8-12.7-5.5-20.8-32.5-20.8-32.5-5,20.4,1.2,28.7,16.1,61.2s-9.3,50.2-21.7,50.2-36.6-1.1-29.8-39.7-27.9-50.2-27.9-50.2c42.2,45.2-9.9,79.9-32.5,61.5-40.5-33,1.5-89,1.5-89-26.1,11-33.5,31.4-32.9,62.8.6,31.4-15.5,46.3-45.9,46.3s-36-34.7-21.7-70c14.3-35.3-4.3-60.1-4.3-60.1.6,29.2-19.2,43.3-19.2,43.3-9.3-64.2-58.9-82.9-58.9-82.9,56.5,120.2,9.3,165.4-13,165.9-31.3.7-56.1-28.7-65.4-71.1-9.3-42.4-49-72.2-49-72.2,24.2,32,34.1,103.6,0,104.7-34.1,1.1-23-40.2-23-40.2-15.5,11.6-9.9,42.4-9.9,42.4-28.5-24.8-14.9-64.5-14.9-64.5-13,17.1-18.6,38-6.8,82.1s-65,62.3-70.7,25.9c-5.1-32.8,18-36.4,26.7-68.9s-32.3-53.5-32.3-53.5c20.5,51.8-18.6,70-18.6,70-1.9-25.4-24.8-38.6-24.8-38.6,13.6,24.3-.7,50-16.7,54-15.7,3.9-45.3-.6-36-38.6s-4.3-60.6-4.3-60.6c1.2,18.7-11.2,32-11.2,32,2.5-35.8-3.7-41.3-17.4-62.3s0-43.5,0-43.5c-81.3,27-66.4,106.4-66.4,106.4-31-28.1-6.2-72.8-6.2-72.8-26.7,20.4-29.2,43-21.7,105.8,7.4,62.8-27.9,60.6-27.9,60.6,13-63.9-40.3-86-40.3-86,42.2,42.4,6.2,90.9-21.1,90.9s-37.9-19.8-37.8-46.3c0-29.2-24.2-39.1-24.2-39.1,10.5,10.5,18.6,57.3-10.5,55.7-29.2-1.7-14.9-48,.6-86.5,15.5-38.6-23-63.9-23-63.9,0,0,40.3,61.7-9.9,59.5s-19-78.3-19-78.3c-43.8,48-17.6,93.7-6.5,116.3,11.2,22.6,13,93.7-37.8,93.7s-50.2-68.9-44-91.5-8.7-39.1-8.7-39.1c9.3,27-14.9,43-32.9,16.5s-1.9-78.3-1.9-78.3c-45.3,49.6-4.3,100.3,4.3,125.1,8.7,24.8-3.1,55.1-26.7,55.1s-34.7-14.9-30.4-34.7-6.8-35.3-6.8-35.3c2.5,8.8-.6,39.1-20.5,39.1s-32.3-23.7-23-59.5c9.3-35.8.6-45.7-16.7-67.8s12.4-50.2,12.4-50.2c0,0-38.5,17.6-65.1,46.8-26.7,29.2,9.3,73.3,8.1,97-1.2,23.7-22.3,24.3-34.7,3.3s5-55.7,5-55.7c-15.5,9.4-23,33.6-18,60.1s-6.5,49.6-21.7,49.6c-13.9,0-24.8-6.6-27.3-29.8-2.5-23.1-30.4-35.8-30.4-35.8,25.4,38,.4,54-13,54-12.4,0-22.3-11-22.3-32.5s14.9-40.4,29.8-63c14.9-22.6-12.4-40-12.4-40,19.2,38.6-25.4,58.4-45.3,30.9-19.9-27.6-5.6-70-5.6-70-31,36.9-4.3,75,6.8,99.2,11.2,24.3,3.1,59.5-27.3,54-30.4-5.5-15.5-44.1-15.5-44.1,0,0-19.9,14.3-13.6,56.2,6.2,41.9-57.7,52.4-54.6,25.4,3.1-27-10.5-39.1-10.5-39.1,4.3,27-11.8,35.8-11.8,35.8,5.6-33.6-18.6-52.4-18.6-52.4,13.6,23.7-1.2,46.3-16.1,46.3s-28.5-5-34.1-17.6c-5.6-12.7-3.7-28.7,11.2-61.2,15-32.5-.1-52.9-.1-52.9,1.2,14.3-14.3,29.8-14.3,29.8,1.2-36.4-17.4-46.8-37.2-62.3-19.9-15.4-10.5-46.3-10.5-46.3-69.5,32.5-27.9,117.4-27.9,117.4-34.1-22-35.4-71.1-35.4-71.1-14.9,41.3,1.9,68.3,16.8,95.3,14.9,27,5,52.9-3.7,62.8s-40.3,14.3-44.7-12.7c-4.3-27,16.1-49.6,16.1-49.6-14.1,3.3-27.3,19.7-27.3,41.3s-3.1,39.1-20.5,39.1-27.9-9.9-22.3-40.2-17.4-46.3-17.4-46.3c10.5,39.1-33.5,22-45.3-9.4s13.6-71.1,13.6-71.1c-27.9,6.6-29.2,33.1-29.2,33.1-29.8-29.8-18.7-68.9-18.7-68.9-29.9,25.9-5.4,77.2-2.3,86.5,3.1,9.4,8.7,56.8-26.1,55.1-34.7-1.7-25.4-44.1-12.4-69.4-31.6,20.4-22,62.8-22,62.8-12.7-5.5-20.8-32.5-20.8-32.5-5,20.4,1.2,28.7,16.1,61.2,14.9,32.5-9.3,50.2-21.7,50.2s-36.6-1.1-29.8-39.7-27.9-50.2-27.9-50.2c42.2,45.2-9.9,79.9-32.5,61.5-40.5-33,1.5-89,1.5-89-26.1,11-33.5,31.4-32.9,62.8.6,31.4-15.5,46.3-45.9,46.3s-36-34.7-21.7-70c14.3-35.3-4.3-60.1-4.3-60.1.6,29.2-19.2,43.3-19.2,43.3-9.3-64.2-58.9-82.9-58.9-82.9,56.5,120.2,9.3,165.9-13,165.9S.7,212.7.7,212.7v181.9h4079.5Z\'\\/><path class=\'premium-sh-cls-3\' d=\'m4080.2,394.6v-118.9s-29.4-14-33.8-39.7c-4.4-25.7,11.3-46.4-13.2-68.8h0c0,.1,9.4,43.1-27.7,54.3-37.1,11.2-47.2-21.3-47.2-21.3,0,0,12,48.7-18.3,71-30.2,22.4-83.1,28-83.7-22.9h0c-19.5,25.2-32.7,13.4-30.8-6.7,1.9-20.1,17.9-19.5,18.9-47.5,0,0-32.1,20.1-63.6,19s-50.4-36.4-52.9-62.6c-2.5-26.3-6.3-39.7-12.6-50.3-6.3-10.6-5-33,3.1-48.1,0,0-20.8,17.3-16.4,52,4.4,34.7-6.9,46.4-21.4,47.5s-23.9-12.3-23.9-12.3c0,0,1.3,20.9,5,30.6,3.8,9.7,10.7,50.5-17.6,70.1-28.3,19.6-57.7,8.3-46.6-33h0c-24.5,22.4-19.4,50.3-47.8,56.5-24,5.2-52.2-9.5-52.2-29.6s10.8-15.8,6.3-47h0c-12.6,26.8-28.1,28.9-40.3,20.1-16.9-12.3,2.5-61-33.4-82.2,0,0,30.2,67.1,0,107.9-30.2,40.8-79.9,29.6-93.8,7.3-13.8-22.4,3.1-35.8-17-64.9h0c0,.2,11.3,63.2-37.8,69.9s-49.1-35.8-48.5-44.7c0,0-12,16.2-34.6,10.1s-28.3-28-26.4-44.2c1.9-16.2,4.5-52.3-6.9-71.6-14.1-23.9-3.8-50.9-3.8-50.9,0,0-33.4,22.4-21.4,62.6,12,40.3,21.9,79.9-2.6,90.3-24.5,10.4-38.3.3-41.5-8.1-3.1,14.5,7,49.7-18.9,59.3-19.9,7.4-39.3,2.3-44.7-16.8-4.8-17.2-8.9-21.9-15.1-27.4,0,0,12,43.6-21.4,54.8-33.4,11.2-49.1-11.2-46.6-33.6,2.5-22.4,10.7-47,10.7-47,0,0-19.5,16.2-23.9,36.9s-39.7,19.6-42.2-2.8h0c-.6,28.5-18.1,56.2-53.5,53.1-39.1-3.4-52.2-29.6-52.2-29.6,0,0-17.6,16.8-42.8,3.9-25.2-12.9-22-40.8-19.5-54.3s12-52.6-5-69.4c-17-16.8-33.4-27.4-35.9-63.2,0,0-8.8,36.4,6.9,58.7,15.7,22.4,27.1,51.5,1.9,62.6-25.2,11.2-36.5-44.2-36.5-44.2h0s-2.1,21.4,5.3,38.6c14,32.6-19.1,113.5-66.3,73.2,0,0-18.3,30.2-51,20.7s-35.9-31.3-33.4-48.7,13.8-22.4,9.4-43.6c0,0-11.3,14.5-30.8,10.1-19.5-4.5-12.6-28-12-35.2.6-7.3-4.4-16.8-17-26.8-12.6-10.1-7.6-27.4-7.6-27.4,0,0-10.8,20,5.7,45.3,17.3,26.5-19.5,76.7-57.3,47.5,0,0,43.6,98.6-32.1,104.2-40.8,3-44.1-44.4-65.5-58.3,0,0,.3,41.1-28.7,33.8-29-7.3-12.9-36.6-32.4-50,0,0,13.8,55.4-23.9,69.4-37.8,14-69.9-2.2-76.2-27.4-6.3-25.2,17-71,0-100.1,0,0,3.8,26.8-11.3,41.6,0,0-6.2-9.9-14.5-14.8,8.4,36.9-12.2,113.4-74.5,94.9-1.9-.6-3.8-1.4-5.6-2.4-7.4-4.2-27.5-17.3-31.1-38.3-4.4-25.7,11.3-46.4-13.2-68.8h0c0,.1,9.4,43.1-27.7,54.3-37.1,11.2-47.2-21.3-47.2-21.3,0,0,12,48.7-18.3,71-30.2,22.4-83.1,28-83.7-22.9h0c-19.5,25.2-32.7,13.4-30.8-6.7,1.9-20.1,17.9-19.5,18.9-47.5,0,0-32.1,20.1-63.6,19s-50.4-36.4-52.9-62.6c-2.5-26.3-6.3-39.7-12.6-50.3-6.3-10.6-5-33,3.1-48.1,0,0-20.8,17.3-16.4,52,4.4,34.7-6.9,46.4-21.4,47.5s-23.9-12.3-23.9-12.3c0,0,1.3,20.9,5,30.6,3.8,9.7,10.7,50.5-17.6,70.1-28.3,19.6-57.7,8.3-46.6-33h0c-24.5,22.4-19.4,50.3-47.8,56.5-24,5.2-52.2-9.5-52.2-29.6s10.8-15.8,6.3-47h0c-12.6,26.8-28.1,28.9-40.3,20.1-16.9-12.3,2.5-61-33.4-82.2,0,0,30.2,67.1,0,107.9-30.2,40.8-79.9,29.6-93.8,7.3-13.8-22.4,3.1-35.8-17-64.9h0c0,.2,11.3,63.2-37.8,69.9s-49.1-35.8-48.5-44.7c0,0-12,16.2-34.6,10.1-22.7-6.2-28.3-28-26.4-44.2,1.9-16.2,4.5-52.3-6.9-71.6-14.1-23.9-3.8-50.9-3.8-50.9,0,0-33.4,22.4-21.4,62.6s21.9,79.9-2.6,90.3c-24.5,10.4-38.3.3-41.5-8.1-3.1,14.5,7,49.7-18.9,59.3-19.9,7.4-39.3,2.3-44.7-16.8-4.8-17.2-8.9-21.9-15.1-27.4,0,0,12,43.6-21.4,54.8-33.4,11.2-49.1-11.2-46.6-33.6,2.5-22.4,10.7-47,10.7-47,0,0-19.5,16.2-23.9,36.9s-39.7,19.6-42.2-2.8h0c-.6,28.5-18.1,56.2-53.5,53.1-39.1-3.4-52.2-29.6-52.2-29.6,0,0-17.6,16.8-42.8,3.9-25.2-12.9-22-40.8-19.5-54.3s12-52.6-5-69.4c-17-16.8-33.4-27.4-35.9-63.2,0,0-8.8,36.4,6.9,58.7,15.7,22.4,27.1,51.5,1.9,62.6-25.2,11.2-36.5-44.2-36.5-44.2h0s-2.1,21.4,5.3,38.6c14,32.6-19.1,113.5-66.3,73.2,0,0-18.3,30.2-51,20.7s-35.9-31.3-33.4-48.7,13.8-22.4,9.4-43.6c0,0-11.3,14.5-30.8,10.1-19.5-4.5-12.6-28-12-35.2.6-7.3-4.4-16.8-17-26.8-12.6-10.1-7.6-27.4-7.6-27.4,0,0-10.8,20,5.7,45.3,17.3,26.5-19.5,76.7-57.3,47.5,0,0,43.6,98.6-32.1,104.2-40.8,3-44.1-44.4-65.5-58.3,0,0,.3,41.1-28.7,33.8-29-7.3-12.9-36.6-32.4-50h0s13.8,55.4-23.9,69.4c-37.8,14-69.9-2.2-76.2-27.4-6.3-25.2,17-71,0-100.1,0,0,3.8,26.8-11.3,41.6,0,0-6.2-9.9-14.5-14.8,8.5,37.5-12.8,115.8-77.4,94v119.2h4080.2Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m4080.2,394.6v-53.2s-45.6-9-39.5-48.1c6.1-39.1-23-58.3-23-58.3,19.6,25.9,16.9,59.5-14.2,59.5s-25.7-45.5-25.7-45.5c-40.6,18.2-2,85.2-66.3,85.2s-73.1-48.1-73.1-48.1c-60.9,4.2-38.6-55.3-38.6-55.3-17.6,1.8-16.9,33.7-20.3,46.9-3.4,13.2-12.9,26.5-34.5,24.7-21.7-1.8-25.7-17.4-16.9-70.3,8.8-52.9-14.2-90.8-14.2-90.8,12.3,42.1,5.4,76.9-12.2,76.9s-16.2-26.4-16.2-26.4c-14.1,11.4-10.2,33.1-2.8,45.1,7.4,12,2,55.9-42,55.9s-45.3-42.1-45.3-42.1c-14.7,2.6-16.2,18.6-21,36.7-4.7,18-18.9,28.9-18.9,28.9,7.4-17.4-8.1-39.1-8.1-39.1,0,0,2.7,54.1-35.9,45.7-38.6-8.4-18.3-80.6-18.3-80.6-23,5.4-25,45.1-25,45.1-16.9-29.5,8.8-66.1,8.8-66.1-30.5,13.8-29.1,45.1-27.1,77.6,2,32.5-37.2,39.1-38.6,16.2-1.4-22.8-20.3-35.5-20.3-35.5,0,0,7.4,54.7-29.1,49.9-36.5-4.8-14.9-37.9-29.1-52.9-14.2-15-6.8-33.7-6.8-33.7-29.1,7.8-28.4,60.1-28.4,60.1-6.8-4.2-8.8-27.1-8.8-27.1-23.7,18.6,6.6,51.4-33,46.4-48-6-29.3-94.5-29.3-94.5,0,0-13,.1-18.4,32.5s-49.2,15.6-45.2-12.7c4-28.3-6.1-54.1-6.1-54.1-4.1,58.9-45.3,28.3-45.3,28.3,24.8,90.5-21.9,116.2-51.3,115.3-7.3-.2-19.7-3.6-26.5-31.3-6.8-27.7-32.5-38.6-32.5-38.6,14.2,14.9,11.5,66.3-14.2,66.3s-33.8-52.9-33.8-52.9c-8.9,24.1,0,56.5,0,56.5-40.6-27.7-21.7-92.6-21.7-92.6-33.2,6.6-34.5,60.1-34.5,60.1-16.9-7.2-12.9-31.3-12.9-31.3-29.8,9-23.2,53.8-36.5,61.3-19.9,11.2-47,2.7-49.4-20.4-2.2-21.3-13.5-36.7-13.5-36.7-8.1,76.8-56.2,49.3-79.2.6s7.4-100.4,7.4-100.4c-39.9,17.4-31.1,46.3-38.6,87.2-7.4,40.9-53.1,54.4-53.1,54.4,6.8-38.8-24-53.2-24-53.2,11.8,12.8,12.8,50.1,1.8,55-40.5,18-45.8-43.1-45.8-43.1-30.8,28.1,31.5,63.3-13.9,60.3-45.3-3-42.6-42.9-42.6-73.6,0-40.4-33.6-65.3-33.6-65.3,0,0,37.3,91.6-.5,91.5-45.7-.1-24.2-59.9-24.2-59.9-24.4,16.5-17.3,43.9-17.9,67.3-.7,23.4-9.6,44.6-29.1,53.7-17.9,8.3-102.5,18.3-98.5-20.3,3.1-29.6-6.8-42.1-6.8-42.1,1.4,30.1-18.9,46.3-18.9,46.3,8.8-44.8-15.2-70-15.2-70,0,0,.7,45.4-43.3,64s-76.2-2.7-82.2-27.1c-4.8-19.4,10.5-40.3,10.5-40.3-47.7,19.5-32.1,72.1-32.1,72.1-34.9-5.7-21.7-38.9-21.7-38.9-23.3,6-18.8,16.6-18.8,30.1,0,25.4-69.8,6.5-63.7-32.6,6.1-39.1-23-58.3-23-58.3,19.6,25.9,16.9,59.5-14.2,59.5s-25.7-45.5-25.7-45.5c-40.6,18.2-2,85.2-66.3,85.2s-73.1-48.1-73.1-48.1c-60.9,4.2-38.6-55.3-38.6-55.3-17.6,1.8-16.9,33.7-20.3,46.9s-12.9,26.5-34.5,24.7c-21.7-1.8-25.7-17.4-16.9-70.3,8.8-52.9-14.2-90.8-14.2-90.8,12.3,42.1,5.4,76.9-12.2,76.9s-16.2-26.4-16.2-26.4c-14.1,11.4-10.2,33.1-2.8,45.1s2,55.9-42,55.9-45.3-42.1-45.3-42.1c-14.7,2.6-16.2,18.6-21,36.7-4.7,18-18.9,28.9-18.9,28.9,7.4-17.4-8.1-39.1-8.1-39.1,0,0,2.7,54.1-35.9,45.7-38.6-8.4-18.3-80.6-18.3-80.6-23,5.4-25,45.1-25,45.1-16.9-29.5,8.8-66.1,8.8-66.1-30.5,13.8-29.1,45.1-27.1,77.6,2,32.5-37.2,39.1-38.6,16.2-1.4-22.8-20.3-35.5-20.3-35.5,0,0,7.4,54.7-29.1,49.9-36.5-4.8-14.9-37.9-29.1-52.9-14.2-15-6.8-33.7-6.8-33.7-29.1,7.8-28.4,60.1-28.4,60.1-6.8-4.2-8.8-27.1-8.8-27.1-23.7,18.6,6.6,51.4-33,46.4-48-6-29.3-94.5-29.3-94.5,0,0-13,.1-18.4,32.5s-49.2,15.6-45.2-12.7c4-28.3-6.1-54.1-6.1-54.1-4.1,58.9-45.3,28.3-45.3,28.3,24.7,90.6-21.9,116.3-51.3,115.4-7.3-.2-19.7-3.6-26.5-31.3s-32.5-38.6-32.5-38.6c14.2,14.9,11.5,66.3-14.2,66.3s-33.8-52.9-33.8-52.9c-8.9,24.1,0,56.5,0,56.5-40.6-27.7-21.7-92.6-21.7-92.6-33.2,6.6-34.5,60.1-34.5,60.1-16.9-7.2-12.9-31.3-12.9-31.3-29.8,9-23.2,53.8-36.5,61.3-19.9,11.2-47,2.7-49.4-20.4-2.2-21.3-13.5-36.7-13.5-36.7-8.1,76.8-56.2,49.3-79.2.6s7.4-100.4,7.4-100.4c-39.9,17.4-31.1,46.3-38.6,87.2-7.4,40.9-53.1,54.4-53.1,54.4,6.8-38.8-24-53.2-24-53.2,11.8,12.8,12.8,50.1,1.8,55-40.5,18-45.8-43.1-45.8-43.1-30.8,28.1,31.5,63.3-13.9,60.3-45.3-3-42.6-42.9-42.6-73.6,0-40.4-33.6-65.3-33.6-65.3,0,0,37.3,91.6-.5,91.5-45.7-.1-24.2-59.9-24.2-59.9-24.4,16.5-17.3,43.9-17.9,67.3-.7,23.4-9.6,44.6-29.1,53.7-17.9,8.3-102.5,18.3-98.5-20.3,3.1-29.6-6.8-42.1-6.8-42.1,1.4,30.1-18.9,46.3-18.9,46.3,8.8-44.8-15.2-70-15.2-70,0,0,.7,45.4-43.3,64s-76.2-2.7-82.2-27.1c-4.8-19.4,10.5-40.3,10.5-40.3-47.7,19.5-32.1,72.1-32.1,72.1-34.9-5.7-21.7-38.9-21.7-38.9-23.3,6-18.8,16.6-18.8,30.1,0,25.4-24.2,15.4-24.2,15.4v53.4h4080Z\'\\/><\\/svg>\"},\"shape10\":{\"title\":\"Shape 10\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 35\'><path d=\'M1000 5S822.877 3.636 700 3.93c-18.088.043-36.002 10.945-51 11.07-21.081.175-37.54-10.382-49-10-20.98.7-33.333 17.5-50 15S516.667 0 500 0s-33.333 17.5-50 20-29.02-14.3-50-15c-11.645-.388-29.453 10.167-51 9.992-15.016-.122-30.925-11.022-49-11.064C176.964 3.644 0 5 0 5v30h1000V5z\'\\/><\\/svg>\"},\"shape11\":{\"title\":\"Shape 11\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' fill=\'currentColor\' fill-rule=\'evenodd\' viewBox=\'0 0 1000 60\'><path d=\'M1000 20L700 40l-50-20-50 20L500 0 400 40l-50-20-50 20L0 20v40h1000V20z\'\\/><\\/svg>\"},\"shape12\":{\"title\":\"Shape 12\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1047.1 3.61\' preserveAspectRatio=\'none\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m1041.9,3.61v-1.2c-2,1.1-2.6-.4-2.6-.4,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.2-.6-4.4,1.5-5.7,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.7-1.7-1.6-1.9-2.1-.6-4.4,1.5-5.8,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.1-.6-4.4,1.5-5.6,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9-2.2-.6-4.4,1.5-5.7,2.2-2.1,1.2-2.7-.3-2.7-.3,0,0-.6-1.7-1.5-1.9C6.1-.49,3.9,1.61,2.7,2.31c-2.1,1.2-2.7-.3-2.7-.3v1.6h1047.1-5.2ZM2.5,2.41h0Zm.3-.3s0,.1-.1.1q.1,0,.1-.1Z\'\\/><\\/svg>\"},\"shape13\":{\"title\":\"Shape 13\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M761.9,40.6L643.1,24L333.9,93.8L0.1,1H0v99h1000V1\'\\/><\\/svg>\"},\"shape14\":{\"title\":\"Shape 14\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 2600 130.1\'><defs><style>.premium-sh-cls-1 {  opacity: .5;}.premium-sh-cls-1, .premium-sh-cls-2 {  isolation: isolate;}.premium-sh-cls-1, .premium-sh-cls-2, .premium-sh-cls-3 {  stroke-width: 0px;}.premium-sh-cls-2 {  opacity: .25;}<\\/style><\\/defs><path class=\'premium-sh-cls-3\' d=\'m2600,61v69.1H0S2600,61,2600,61Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m0,61h2600v69.1H0V61Z\'\\/><path class=\'premium-sh-cls-2\' d=\'m2600,61L0,0v130.1s2600,0,2600,0V61Z\'\\/><\\/svg>\"},\"shape15\":{\"title\":\"Shape 15\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 283.5 18.8\'><defs><style>.premium-sh-cls-1 {  isolation: isolate;  opacity: .33;}.premium-sh-cls-1, .premium-sh-cls-2 {  stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8V0l-141.7,14.7L0,0v18.8h283.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8V6.2l-141.7,8.6L0,6.2v12.6h283.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m283.5,18.8v-6.4l-141.7,2.4L0,12.4v6.4h283.5Z\'\\/><path class=\'premium-sh-cls-2\' d=\'m283.5,18.8v-1.2l-141.7-2.8L0,17.6v1.2h283.5Z\'\\/><\\/svg>\"},\"shape16\":{\"title\":\"Shape 16\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 283.5 27.22\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;}<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m0,17.52s7.3-4.3,14-4.6c6.8-.3,12.6,0,20.9,1.5,11.3,2,33.1,10.1,44.7,5.7s12.1-4.6,18-7.4c6.6-3.2,20-9.6,36.6-9.3,17.7.3,49.8,16.6,63,15.8,1.4-.1,6.6-.8,10.5-2,3.8-1.2,9.4-3.8,17-4.7,3.2-.4,8.3-1.1,14.2-.9,1.5.1,6.3.4,12,1.6,5.7,1.2,11,3.1,15.8,3.7,10.3,1.1,16.8-.5,16.8-.5v10.8H0v-9.7Zm22.7-1.6c.7,1,2,.4,4.3.4s6.1,1.2,5.8,1.1c-.3-.1-3.1-1.5-6-1.9-3-.5-4.7-.6-4.1.4Zm18.4,2.7s2.4.2,5.6.9c3.2.8,10.3,2.8,15.1,3.5,8.2,1.1,15.8,0,15.1-.1-.8-.1-9.6.6-17.6-1.1-3.3-.7-9.3-2.2-12.4-2.7-3.3-.6-5.8-.5-5.8-.5Zm57.2.1c-1.7.7,13.3-4.7,18.5-6.1,2.1-.6,6.2-1.6,10-2,3.9-.4,8.9-.4,8.8-.5,0-.2-5.8-.8-11.2,0s-5.2,1.1-7.6,1.6c-3.8.8-16.8,6.3-18.5,7Zm-13.9,1.6c-.2,0,.8.4,4.8-1.1s6.7-3.5,6.9-3.7c.2-.1-3.5,1.8-6.6,3-3,1.2-5,1.8-5.1,1.8ZM.5,21.22c.1-.1,1.9-1.1,4.8-2.5,2.9-1.4,6.9-2.8,6.7-2.7-.2,0-3.5.6-7.4,2.5S.4,21.32.5,21.22Zm251.7-5.6c-.1.2,1.9.2,4.5,1.2s5.4,1.6,7.8,2c4,.8,11.7-.1,11.3-.2-.3-.1-8.2.3-12.5-.7-2.2-.5-2.4-.5-5.7-1.6s-5.3-1-5.4-.7Zm-41.7,2.4c-.4.1-3.5,1.6-8.4,2.6-4.9,1.1-8.9.5-8.9.8s1,.9,6.2.3,11.5-3.8,11.1-3.7Zm1.4,2.5c-.2-.1-3.4,1.3-5.7,1.7-2.3.3-1.9.5-1.9.6s1.1.2,2.7-.2c1.7-.5,5.1-2,4.9-2.1Zm-22,2.3c-.1-.2-3.5-.8-5.6-1.8-2.1-1-1.8-.6-1.9-.5s.8.8,2.4,1.3c1.6.6,5.2,1.2,5.1,1Zm28.2-6.7c.1-.3-.3-.5-1.9.2s-2.6,1.3-2.2,1.2.9-.4,2.5-.8c1.7-.4,1.5-.3,1.6-.6Zm30.9-1.3c.2,0-2.1-.8-3.3-.9-1.2-.1-2-.1-2,.2s.1.5,1.6.4c1.6-.1,3.5.3,3.7.3Zm-117.7-8.7c.1-.1,2.4.3,7.5.3s13.6,2.4,17.2,3.5c3.6,1.1-10-3.9-16.5-4.1-6.5-.2-8.3.4-8.2.3Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m13.9,9.22c.1.1,4.6-.3,7.2,0,7.3.7,17,3.2,16.6,2.9s-13.7-3.1-17-3.3c-4.9-.4-6.9.4-6.8.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m56.1,17.42c.2.1,4.5,1,9.5,1.2s12.7-.6,12.3-.5c-.3.1-5.9,1.8-13.3,1.2s-8.7-2-8.5-1.9Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m79,13.82c.1.1-2,1-3.2,1.1s-2,0-2-.3.1-.5,1.6-.4c1.7.1,3.5-.5,3.6-.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m82.5,16.62c0,.1,4.4-1.2,6.3-2.2,1.9-.9,6.2-3.1,6.1-3.1-.1-.1-4.2,1.6-6.3,2.6s-6.1,2.6-6.1,2.7Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m129,.52c.1.1,4.6-.3,7.2,0,7.3.7,17,3.2,16.6,2.9-.4-.3-13.7-3.1-17-3.3-4.9-.4-6.9.3-6.8.4Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m241.6,7.92s-1.2.3-2.9.1c-1.7-.2-5.8-.9-8.2-.7-4.2.4-7.4,2.7-7,2.6.4,0,4.3-2.2,8.6-1.9,1.8.1,5.1.5,6.7.4s2.8-.5,2.8-.5Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m208,14.62c-.2-.1-2,.8-4.3,1.1-2.3.2-2.1.3-2.1.5,0,.1,1.8.4,3.4,0,1.6-.5,3.2-1.5,3-1.6Z\'\\/><path class=\'premium-sh-cls-1\' d=\'m267.9,14.02c0,.1-4.3,0-6.7-.5-2.4-.5-5-1.9-5-2s2.7.8,5.1,1.4c2.3.6,6.5,1,6.6,1.1Z\'\\/><\\/svg>\"},\"shape17\":{\"title\":\"Shape 17\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg id=\'Layer_1\' data-name=\'Layer 1\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1800.2 5.8\'><defs><style>.premium-sh-cls-1 {stroke-width: 0px;  }<\\/style><\\/defs><path class=\'premium-sh-cls-1\' d=\'m0,0v5.8h1800.2V0l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.5,5.4-5.6-5.3-5.4,5.3-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.4h-.2l-5.4,5.4-5.7-5.3-5.4,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3-5.7-5.4h-.1l-5.5,5.4-5.6-5.3-5.5,5.3-5.6-5.3-5.5,5.3-5.6-5.3-5.4,5.3L255.6.1l-5.5,5.3-5.6-5.4h-.2l-5.5,5.4L233.2.1l-5.4,5.3L222.2.1l-5.5,5.3L211.1.1l-5.5,5.3-5.6-5.4h-.2l-5.4,5.4L188.7.1l-5.4,5.3L177.7.1l-5.5,5.3L166.6.1l-5.4,5.3L155.5.1l-5.4,5.3-5.6-5.4h-.2l-5.5,5.4L133.2.1l-5.5,5.3L122.1.1l-5.4,5.3L111.1.1l-5.5,5.3-5.6-5.4h-.2l-5.5,5.4L88.7.1l-5.4,5.3L77.7.1l-5.5,5.3L66.6.1l-5.5,5.3L55.5.1l-5.4,5.3-5.7-5.4h-.1l-5.5,5.4L33.2.1l-5.5,5.3L22.1.1l-5.4,5.3L11,.1l-5.4,5.3L0,0Z\'\\/><\\/svg>\"},\"shape18\":{\"title\":\"Shape 18\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 700 10\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M360 0L350 9.9 340 0 0 0 0 10 700 10 700 0\'\\/><\\/svg>\"},\"shape19\":{\"title\":\"Shape 19\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 20\' preserveAspectRatio=\'none\'><path class=\'elementor-shape-fill\' d=\'M519.8,0.2c-11,0-19.8,8.5-19.8,19c0-10.4-8.8-19-19.8-19L0,0v20h1000V0.2H519.8z\'\\/><\\/svg>\"},\"shape20\":{\"title\":\"Shape 20\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z\' fill=\'%23fbd8c2\'\\/><path d=\'M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z\' opacity=\'.5\' fill=\'%23fbd8c2\'\\/><path d=\'M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z\' opacity=\'.5\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape21\":{\"title\":\"Shape 21\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape22\":{\"title\":\"Shape 22\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg class= xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape23\":{\"title\":\"Shape 23\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.1 35.28 2.17\' preserveAspectRatio=\'none\'><path d=\'M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape24\":{\"title\":\"Shape 24\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.6 2003.4 89.5\'><g fill=\'%23fbd8c2\'><path d=\'M2001 42l-12-21-12-21-12 21-12 21-4 6-8 14-6 11-6-11-12-20-12-21-12-21-12 21-12 21-8 14-4 7-8 13-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 6-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 20-8 14-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-8 14-4 6-8 14-8-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 21-8 13-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-12 21-7 13-8-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21-13 21-8 13-7-14-12-20-12-21-12-21-12 21-12 21h-1l-12 21-5 10-6-11-12-20-12-21-13-21-12 21-12 21-4 7-8 13-8 14-7-14-12-20-12-21-12-21-12 21-12 21-4 7-8 13-6 11-6-11-12-20-12-21-12-21-12 21-12 21h-1l-12 21-7 13-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 7-6 10-6-11-12-20-12-21-12-21-12 21-12 21-4 7-8 13-8 14-8-14-12-20-12-21-12-21-12 21-12 21-12 21-6 10-6-11-12-20-12-21-12-21-12 21-12 21-8 13-4 7-8 14-8-14-12-20-12-21-12-21-12 21-12 21-8 14-4 6-6 11-6-11-12-20-12-21-12-21-12 21-12 21-12 20-8 14-8-14-12-20-12-21L86 0 74 21 62 42 50 63l-6 10-6-11-12-20-12-21L2 42l12 20-4-7-5-8-3-5 12-21L2 0 0 3v80h2003V46zM6 76l1-2 2-3 2-3-5 8zm252-34l8-14-8 14-12 20zm947 0l8-14-8 14-12 20zm344 0l7-14-7 14-12 20z\' opacity=\'.5\'\\/><path d=\'M1991 69l-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-10 16-2 4-8 13-7-13-13-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-7-13-12-20-12-21-12-20-12 20-12 21h-1l-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-3 4-9 16-6 10-6-10-12-20-12-21-13-20-12 20-12 21-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21h-1l-12 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-3 4-9 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-10 16-2 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-2 4-10 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-10 16-2 4-8 13-8-13-12-20-12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-9 16-3 4-8 13-7-13-12-20-13-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-9 16-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-7-13-12-20-12-21L65 8 53 28 41 49h-1L28 69l-6 10-6-10-1-3-3-4v-1l-2-3-4-7-2-2-1-3-3-5v48h2003l-12-20z\' opacity=\'.75\'\\/><path d=\'M1999 10l-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 6-8 14-8 14-7-14-12-21-12-20-13-21-12 21-12 20v1l-4 6-8 14-6 11-6-11-12-21-12-20-12-21-12 21-12 20-8 14-4 7-8 14-7-14-12-21-12-20-12-21-12 21-12 20-8 14-5 7-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-7 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-13 21-12 20-8 14-4 7-7 14-8-14-12-21-12-20-12 20-12 21 12-21 12-20-12-21-12 21-12 20-8 14-4 7-6 11-6-11-12-21-12-20-12-21-12 21-12 20-1 1-12 20-7 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12 20-12 21 12-21 12-20-12-21-12 21-12 20-8 14-4 7-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-12 20-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-4 7-8 13-8 14-8-14-12-21-12-20-12-21-12 21-12 20v1l-4 7-8 13-6 11-6-11-12-21-12-20-12-21-12 21-12 20v1l-12 20-8 14-8-14-12-21-12-20-12-21-12 21-12 20-8 14-4 7-6 11-6-11-12-21-12-20-12-21-12 21L0 51l9 16-5-8-2-5-2-3v38h2l1-1-1 1h2001V17l-4-7z\' opacity=\'.7\'\\/><path d=\'M1995 49l-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-21-12-20-12-20-12 20-12 20v1l-2 4-10 16-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-21-12-20-12-20-12 20-12 20-9 17-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-8-13-12-21-12-20-12-20-12 20-12 20v1l-2 4-10 16-6 10-6-10-12-21-12-20-12-20-12 20-12 20-9 17-3 4-8 13-8-13-12-21-12-20-12-20-12 20-12 20-9 17-3 4-6 10-6-10-12-20-12-21-12-20-12 20-12 21-2 4-10 16-8 13-7-13-12-21-12-20-12-20-12 20-12 20v1l-13 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-9 16-3 4-8 13-7-13-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-13 20-5 10-6-10-12-20-12-21-12-20-12 20-12 21h-1l-2 4-10 16-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-13 20-7 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12-20-12 20-12 21-12 20-8 13-8-13-12-20-12-21-12-20-12 20-12 21-12 20-6 10-6-10-12-20-12-21-12 21-12 20 12-20 12-21-12-20-12 20-12 21-3 4-9 16-8 13-8-13-12-20-12-21-12-20-12 20-12 21-2 4-10 16-6 10-6-10-12-20-12-21L44 8 32 28 20 49 8 69l-1 2H6l-4 7-2 4v7h20l-1-1 1 1h1975v-1h8V34l-8 15zM9 71l-1-1 1 2zm1983 14l-9-16z\'\\/><\\/g><\\/svg>\"},\"shape25\":{\"title\":\"Shape 25\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.4 78.7\'><g fill=\'%23fbd8c2\'><path d=\'M2000 20v59H0V18c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 91-4 10-7 19-15 29-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 014 0c12 0 23 6 33 12 10 7 19 15 29 21 28 15 65 14 92-4 9-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 18 14 28 21 27 18 63 19 91 4 11-6 20-14 30-21s21-12 33-12a33 33 0 015 0c11 0 22 6 32 12 10 7 19 15 30 21 28 15 64 14 91-4 10-7 18-15 28-21a80 80 0 0168-8 80 80 0 0168 8c10 6 19 14 29 21 26 18 63 19 91 4 10-6 19-14 29-21l6-3c8-5 18-9 28-9a33 33 0 014 0c12 0 23 6 32 12l30 21 3 1a87 87 0 0035 9 90 90 0 0043-8 81 81 0 0010-6l9-6c6-5 12-11 19-15a80 80 0 0168-8 80 80 0 0169 8l20 15 8 6a82 82 0 0011 6 90 90 0 0043 8 87 87 0 0035-9l2-1 30-21a79 79 0 0120-10z\' opacity=\'.75\'\\/><path d=\'M478 79H23a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 24 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M504 79H0V65c6-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 7-7 15-14 23-19a43 43 0 017-3c14-5 29-1 42 5 11 5 22 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 42-8l4-2c11-6 21-13 33-18 13-6 28-10 41-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-5 31 5 35 19v7z\'\\/><circle cx=\'59.8\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'159.2\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'375.8\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'435.9\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'106.4\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'321.2\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'250.3\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M982 79H527a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0113 4l12 5c11 6 23 12 35 16 15 6 31 8 46 4l4-2a157 157 0 0041-26 151 151 0 0046 28c15 4 31 2 46-4 12-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 015 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M1009 79H504V65c7-10 20-16 32-12a37 37 0 019 5c8 6 15 13 24 16 12 3 25-4 35-12 8-7 15-14 24-19a43 43 0 017-3c13-5 28-1 41 5 12 5 22 12 33 18l4 2c13 7 28 11 42 8 13 3 28-1 41-8l5-2c10-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c8 5 16 12 23 19 10 8 23 15 35 12 9-3 16-10 24-16a37 37 0 019-5c14-4 31 5 35 19l1 7z\'\\/><circle cx=\'564\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'663.5\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'880.1\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'940.2\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'610.6\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'825.5\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'754.6\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M1486 79h-454a33 33 0 0116-20l2-1a33 33 0 0122-1 22 22 0 0116-15 15 15 0 016-6 22 22 0 0113-2 52 52 0 0114 4l11 5c12 6 23 12 35 16 15 6 31 8 46 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 45-4 13-4 24-10 36-16l11-5a52 52 0 0113-4 22 22 0 0114 2 15 15 0 016 6 22 22 0 0116 15 33 33 0 0122 1l1 1a33 33 0 0117 20z\' opacity=\'.5\'\\/><path d=\'M1513 79h-504V65c6-10 20-16 31-12a37 37 0 0110 5c7 6 14 13 24 16 12 3 24-4 34-12 8-7 15-14 24-19a43 43 0 017-3c14-5 29-1 42 5 11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 28-1 41-8l5-2c11-6 21-13 32-18 13-6 28-10 42-5a43 43 0 017 3c9 5 16 12 24 19 10 8 22 15 34 12 10-3 16-10 24-16a37 37 0 0110-5c14-4 31 5 34 19l1 7z\'\\/><circle cx=\'1068.3\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'1167.8\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1384.4\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1444.5\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'1114.9\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1329.8\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1258.9\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><path d=\'M1990 79h-454a33 33 0 0117-20l1-1a33 33 0 0122-1 22 22 0 0117-15 15 15 0 015-6 22 22 0 0114-2 52 52 0 0113 4l11 5c12 6 23 12 36 16 14 6 31 8 45 4l5-2a157 157 0 0041-27 151 151 0 0046 29c15 4 31 2 46-4 12-4 23-10 35-16l11-5a52 52 0 0114-4 22 22 0 0113 2 15 15 0 016 6 22 22 0 0117 15 33 33 0 0122 1l1 1a33 33 0 0116 20z\' opacity=\'.5\'\\/><path d=\'M2000 54v25h-487V65c6-10 20-16 31-12a37 37 0 0110 5c8 6 15 13 24 16 12 3 25-4 34-12l1-1 23-18a43 43 0 017-3c10-3 21-2 32 1a84 84 0 0110 4c11 5 21 12 32 18l5 2c13 7 27 11 41 8 14 3 29-1 41-8l5-2c11-6 21-13 33-18a83 83 0 019-4c10-3 22-5 32-1a43 43 0 017 3c9 5 16 12 23 18l1 1c10 8 22 15 35 12 9-3 16-10 24-16a37 37 0 019-5 26 26 0 0118 1z\'\\/><circle cx=\'1572.6\' cy=\'29.3\' r=\'8.5\'\\/><circle cx=\'1672.1\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1888.7\' cy=\'32.6\' r=\'5.2\'\\/><circle cx=\'1948.8\' cy=\'36.6\' r=\'7.3\'\\/><circle cx=\'1619.2\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1834.1\' cy=\'5.8\' r=\'5.8\' opacity=\'.5\'\\/><circle cx=\'1763.2\' cy=\'5.8\' r=\'2.8\' opacity=\'.75\'\\/><\\/g><\\/svg>\"},\"shape26\":{\"title\":\"Shape 26\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 -0.2 2000.4 84.2\'><g fill=\'%23fbd8c2\'><circle cx=\'1334.4\' cy=\'40.4\' r=\'14\'\\/><circle cx=\'1867.7\' cy=\'40\' r=\'14\'\\/><path d=\'M1748 30l6-11-6-11h-13l-7 11 7 11h13zM1628 23l4-6-4-7h-7l-4 7 4 6h7zM1978 18l5-8-5-8h-8l-5 8 5 8h8zM1412 23l6-9-6-10h-11l-5 10 5 9h11zM783 52a9 9 0 10-9-9 9 9 0 009 9zM1160 26l7-11-7-12h-13l-6 12 6 11h13zM1040 19l4-6-4-7h-7l-4 7 4 6h7zM825 19l5-9-5-10h-11l-6 10 6 9h11zM697 16l4-6-4-7h-7l-4 7 4 6h7z\'\\/><path d=\'M83 84h1917V35c-10-8-25-12-40-10a32 32 0 00-11-3c-12-1-15 1-18 2-18 4-24 19-38 32-9 7-17 15-28 15-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-12 9-10 30-23 37a15 15 0 01-1 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-46-14c-6 0-13 0-19 5a12 12 0 00-4 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12h-1c-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-11 9-10 28-21 36a16 16 0 01-2 1c-6 3-14 3-20 0a50 50 0 01-6-3l-12-8a93 93 0 00-46-14c-5 0-11 0-15 3-5 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-13 4c-19 10-19 16-35 23-12 5-27 4-40 4s-28 1-41-4c-15-7-16-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-3-9-7-11-5-3-11-3-16-3a93 93 0 00-45 14l-13 8a50 50 0 01-6 3c-6 3-14 3-20 0a16 16 0 01-2-1c-10-8-9-27-20-36-10-8-26-3-35 7s-13 22-20 33-18 21-31 20a17 17 0 01-15-12 11 11 0 011-9c2-3 5-7 5-11a12 12 0 00-4-11c-5-5-12-5-19-5a93 93 0 00-46 14l-9 6a58 58 0 01-9 5c-6 2-13 3-18 1a15 15 0 01-2-1c-13-7-11-28-22-37-11-8-26-3-35 7s-13 22-20 33-18 21-31 20a24 24 0 01-4 0c-9-3-16-9-23-15-14-12-21-28-39-32l-4-1-3 1c-18 4-25 20-39 32-7 6-14 12-23 15a24 24 0 01-4 0c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 30-22 37a15 15 0 01-2 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-45-14c-7 0-14 0-19 5a12 12 0 00-5 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 28-21 36a16 16 0 01-1 1c-6 3-14 3-21 0a50 50 0 01-5-3l-13-8a93 93 0 00-45-14c-6 0-11 0-16 3-4 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-12 4c-19 10-20 16-35 23-13 5-27 4-41 4s-28 1-40-4c-16-7-17-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-4-9-8-11-5-3-10-3-16-3H0v61z\'\\/><circle cx=\'125.9\' cy=\'40.4\' r=\'14\'\\/><circle cx=\'659.1\' cy=\'40\' r=\'14\'\\/><path d=\'M539 30l7-11-7-11h-13l-6 11 6 11h13zM42 21l5-8-6-8h-9l-5 9 6 8 9-1zM770 18l4-8-4-8h-9l-4 8 4 8h9zM927 30l4-8-4-7h-9l-5 7 5 8h9zM204 23l5-9-5-10h-11l-6 10 6 9h11z\'\\/><\\/g><\\/svg>\"},\"shape27\":{\"title\":\"Shape 27\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.8 81.8\'><g fill=\'%23fbd8c2\'><path d=\'M71 82H0V53a28 28 0 005-2c5-4 8-9 12-14l3-4c12-13 33-17 49-9l15 9H68a24 24 0 00-20 9 23 23 0 00-4 12 23 23 0 004 15c5 7 13 12 23 13zM193 71v1a25 25 0 01-2 10H80c13-2 25-9 36-17l2-1 3-2c11-7 22-14 35-16a37 37 0 015 0 39 39 0 0110 1c9 2 16 7 20 14a21 21 0 011 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M302 82H191a25 25 0 01-3-11v-2a21 21 0 011-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c9 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM421 82H311c11-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 8 11 13 15a32 32 0 007 3l9 3a49 49 0 0112 7 54 54 0 0112 11l2 3v1l2 3z\'\\/><path d=\'M206 82H0V31l3 1a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0011 7l5 2c15 5 32 5 48 3l8-1 11-1a233 233 0 0125-2l8 1a80 80 0 0128 6 37 37 0 015 3l2 1 3 2a48 48 0 018 7z\' opacity=\'.5\'\\/><path d=\'M590 82H174a51 51 0 0114-11l2-1 1-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 26 26 0 017 0h3a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0011 7l5 2c15 5 32 5 48 3h8l11-2a233 233 0 0125-2l8 1a80 80 0 0128 6 37 37 0 015 3l2 1 3 2a48 48 0 018 7z\' opacity=\'.5\'\\/><path d=\'M429 82H0V71a186 186 0 0019-7l25-10a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0013-4 50 50 0 0016-11l3-4h1a82 82 0 007-11 11 11 0 0118 0 82 82 0 008 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 17-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a173 173 0 0026 10 143 143 0 0025 4h13c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M202 82H6c15-2 28-7 42-13l9-5 3-1 27-14a166 166 0 0119-7c13-4 28-6 41-2a61 61 0 0114 6l7 5a251 251 0 0123 18l2 2a60 60 0 015 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M389 82H193a47 47 0 015-6v-1a90 90 0 0112-11l6-5 1-1a176 176 0 0115-10 64 64 0 0116-8c13-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h1a165 165 0 0051 18zM444 82h-38a66 66 0 0013-3l3-1a58 58 0 009-4l3-2c6-3 8-2 9 7l1 3z\' opacity=\'.5\'\\/><circle cx=\'78.7\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'188.3\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'305.9\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M443 79a38 38 0 0012 3h-71V53a28 28 0 005-2c5-4 8-9 12-14l3-4c12-13 32-17 49-9l15 9h-17a24 24 0 00-19 9 23 23 0 00-4 12 23 23 0 004 15 25 25 0 002 3 30 30 0 009 7zM577 71v1a25 25 0 01-2 10H464c13-2 25-9 36-17l2-1 3-2c11-7 23-14 35-16a37 37 0 015 0 39 39 0 0110 1c9 2 16 7 20 14a21 21 0 011 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M686 82H574a25 25 0 01-2-11v-2a21 21 0 011-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c9 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM805 82H695c11-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 8 11 13 15a29 29 0 005 3l11 3a49 49 0 0111 6 55 55 0 0112 12l3 3v1l2 3z\'\\/><path d=\'M972 82H558a51 51 0 0114-11l2-1 1-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 25 25 0 0111 0 23 23 0 013 1 50 50 0 018 4 112 112 0 0113 8l14 9a87 87 0 0012 7l5 2c15 5 31 5 47 3l9-1 10-1a233 233 0 0126-2l8 1a80 80 0 0128 6l1 1 4 2 2 1 3 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M813 82H384V71a186 186 0 0019-7l2-1 23-9a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0015-11l4-4a82 82 0 007-11 11 11 0 0118 0 82 82 0 008 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 17-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a174 174 0 0024 9 141 141 0 0026 5h14c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M586 82H390a104 104 0 0019-4 142 142 0 0023-9l9-5 3-1 27-14a166 166 0 0119-7c13-4 28-6 41-2a61 61 0 0114 6l7 5a251 251 0 0123 18l2 2a60 60 0 015 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M773 82H577a47 47 0 015-6v-1a90 90 0 0112-11l6-5 1-1a176 176 0 0115-10 64 64 0 0116-8c13-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h1c14 7 29 14 44 17l7 1zM828 82h-38a66 66 0 0013-3l2-1a58 58 0 0010-4l2-1c7-4 9-4 10 6l1 3z\' opacity=\'.5\'\\/><circle cx=\'462.7\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'572.2\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'689.9\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M827 79a38 38 0 0010 3h-71V53a28 28 0 005-2c5-4 9-9 12-14l3-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 4 31 31 0 0010 6zM960 71v1a25 25 0 01-3 10H846c13-2 25-9 37-17l1-1 3-2c11-7 23-14 36-16a37 37 0 014 0 39 39 0 0111 1c8 2 15 7 19 14a21 21 0 011 3 21 21 0 011 4 22 22 0 011 3z\'\\/><path d=\'M1068 82H957a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c10 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM1187 82h-110c12-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-4-14 24 24 0 00-20-9h-16l15-9a43 43 0 0151 12c4 5 8 11 13 15a32 32 0 007 3l10 3a49 49 0 0111 7 55 55 0 0112 11l2 3v1l2 3z\'\\/><path d=\'M1356 82H940a51 51 0 0115-11l1-1 2-1 1-1a76 76 0 0118-4 89 89 0 018-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 26 26 0 017 0h3a52 52 0 0114 5 112 112 0 0113 8l14 9a87 87 0 0012 7l4 2c15 5 32 5 48 4l9-1 10-2a233 233 0 0126-1h8a80 80 0 0128 6l1 1 4 2 1 1 4 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M1195 82H766V71a186 186 0 0019-7l3-1 22-9a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 007-11 11 11 0 0119 0 82 82 0 007 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3c9-4 18-9 27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a173 173 0 0026 10 143 143 0 0026 4h12c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M968 82H772h1a104 104 0 0019-4 132 132 0 0022-9l9-4 4-2 27-14a166 166 0 0118-7c13-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1155 82H960a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h2a165 165 0 0050 18zM1210 82h-37a66 66 0 0012-3l3-1a58 58 0 009-4l3-2c6-3 8-2 10 7v3z\' opacity=\'.5\'\\/><circle cx=\'845\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'954.5\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1072.2\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1210 79a37 37 0 0011 3h-71V53a28 28 0 005-2c5-4 8-9 12-14l2-2 1-2a38 38 0 016-5c12-9 29-11 43-4l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 002 3 30 30 0 0010 7zM1344 71v1a25 25 0 01-3 10h-111c13-2 25-9 37-17l1-1 3-2c11-7 23-14 36-16a37 37 0 014 0 39 39 0 0111 1c8 2 15 7 19 14a21 21 0 011 3 21 21 0 011 4 22 22 0 011 3z\'\\/><path d=\'M1452 82h-111a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c3-6 9-10 15-13a39 39 0 0119-2 50 50 0 017 2c10 2 18 8 27 13l5 3 2 2c11 7 23 14 36 16zM1571 82h-110c12-2 22-8 26-18v-1a23 23 0 001-7 24 24 0 00-4-14 24 24 0 00-20-9h-16l15-9a43 43 0 0151 12c4 5 8 11 13 15a29 29 0 006 3l11 3a48 48 0 0110 6 54 54 0 0112 12l3 3v1l2 3z\'\\/><path d=\'M1738 82h-414a51 51 0 0115-11l1-1 2-1 1-1a76 76 0 0118-4 89 89 0 018-1l5-1a203 203 0 0127 2l15 2h6a103 103 0 0056-7l7-4 3-2 12-8a105 105 0 0114-9 51 51 0 0113-4 25 25 0 0114 1 58 58 0 019 4 112 112 0 0112 8l14 9a87 87 0 0012 7l5 2c15 5 31 5 47 3h9l10-2a233 233 0 0126-2l8 1a80 80 0 0128 6l1 1 4 2 2 1 3 2a48 48 0 017 7z\' opacity=\'.5\'\\/><path d=\'M1579 82h-429V71a186 186 0 0019-7h2l23-10a84 84 0 0147-4l30 12 6 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 007-11 11 11 0 0119 0 82 82 0 007 11l1 1a55 55 0 0011 10 46 46 0 007 4 36 36 0 0014 4 41 41 0 0013-2 73 73 0 008-3l27-11a62 62 0 0120-2 108 108 0 0132 8l20 8a175 175 0 0025 9 141 141 0 0025 5h14c5 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M1352 82h-196a104 104 0 0020-4 142 142 0 0022-9l9-5 4-1 27-14a166 166 0 0118-7c13-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1539 82h-195a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 28-2 42 2a160 160 0 0116 6l22 11 9 5h2c14 7 28 14 44 17l6 1zM1594 82h-37a66 66 0 0012-3l3-1a58 58 0 009-4l2-1c7-4 9-4 11 6v3z\' opacity=\'.5\'\\/><circle cx=\'1229\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'1338.5\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1456.2\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1594 79a38 38 0 009 3h-70V53a28 28 0 004-2l13-14 2-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 4 31 31 0 0011 6zM1726 71v1a25 25 0 01-2 10h-112c14-2 26-9 37-17l2-1 3-2c11-7 22-14 35-16a37 37 0 014 0 39 39 0 0111 1c8 2 16 7 19 14a21 21 0 012 3 21 21 0 011 4 22 22 0 010 3z\'\\/><path d=\'M1835 82h-112a25 25 0 01-2-11v-2a21 21 0 010-2 20 20 0 011-3 22 22 0 011-3c4-6 9-10 16-13a39 39 0 0119-2 50 50 0 016 2c10 2 19 8 27 13l5 3 2 2c12 7 23 14 37 16zM1953 82h-110c12-2 23-8 26-18l1-1a23 23 0 001-7 24 24 0 00-5-14 24 24 0 00-19-9h-17l16-9a43 43 0 0151 12c4 5 7 11 13 15a32 32 0 007 3l9 3a49 49 0 0111 6 55 55 0 0112 12l2 3 1 1 1 3z\'\\/><path d=\'M2000 67v15h-294a51 51 0 0115-11l1-1 2-1 2-1a76 76 0 0117-4 89 89 0 019-1l5-1a203 203 0 0126 2l15 2h7a103 103 0 0055-7l7-4 3-2 12-8a105 105 0 0115-9 51 51 0 0112-4 26 26 0 018 0h2a52 52 0 0115 5 112 112 0 0112 8l9 5 5 4a87 87 0 0012 7l5 2a83 83 0 0023 4z\' opacity=\'.5\'\\/><path d=\'M1961 82h-428V71a186 186 0 0018-7l3-1 22-9a84 84 0 0147-4c11 3 20 9 31 12l5 2a41 41 0 0012 2 36 36 0 0014-4 50 50 0 0016-11l3-4a82 82 0 008-11 11 11 0 0118 0 82 82 0 007 11l2 1a55 55 0 0010 10 46 46 0 008 4 36 36 0 0013 4 41 41 0 0013-2 73 73 0 008-3c9-4 18-9 27-11a62 62 0 0120-2 108 108 0 0133 8l19 8a173 173 0 0026 10 143 143 0 0026 4h12c6 0 6 0 7 4z\' opacity=\'.75\'\\/><path d=\'M1734 82h-195a104 104 0 0019-4l8-3 14-6 9-4 4-2 27-14a166 166 0 0118-7c14-4 28-6 42-2a61 61 0 0113 6l8 5a251 251 0 0123 18l2 2a60 60 0 014 5 46 46 0 014 6z\' opacity=\'.5\'\\/><path d=\'M1922 82h-196a47 47 0 014-6l1-1a90 90 0 0112-11l5-5 1-1a176 176 0 0115-10 64 64 0 0116-8c14-4 29-2 42 2a160 160 0 0116 6l22 11 9 5h2a165 165 0 0051 18zM1976 82h-37a66 66 0 0013-3l2-1a58 58 0 0010-4l3-2c5-3 7-2 9 7v3z\' opacity=\'.5\'\\/><circle cx=\'1611.3\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'1720.8\' cy=\'13.4\' r=\'6.2\' opacity=\'0.8\'\\/><circle cx=\'1838.5\' cy=\'10.7\' r=\'10.7\' opacity=\'0.8\'\\/><path d=\'M1976 79a37 37 0 0011 3h-70V53a28 28 0 004-2l13-14 2-4c12-13 33-17 49-9l16 9h-17a24 24 0 00-19 9 23 23 0 00-5 12 23 23 0 004 15 25 25 0 003 3 30 30 0 009 7zM2000 81v1h-4l4-1z\'\\/><path d=\'M2000 49v33h-83V71a186 186 0 0018-7l2-1 18-7 5-2c14-4 27-7 40-5z\' opacity=\'.75\'\\/><path d=\'M2000 51v31h-77a104 104 0 0019-4 139 139 0 0022-9l9-5 4-1 23-12z\' opacity=\'.5\'\\/><circle cx=\'1988.2\' cy=\'10.7\' r=\'9.2\' opacity=\'0.8\'\\/><circle cx=\'118.4\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'133\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'249.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'264.6\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'381.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'396.2\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'513.1\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'527.8\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'644.7\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'659.3\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'776.3\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'790.9\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'907.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'922.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1039.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1054.1\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1171.1\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1185.7\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1302.6\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1317.3\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1434.2\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1448.9\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1565.8\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1580.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1660.9\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1675.5\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1788.5\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1803.2\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><circle cx=\'1960.6\' cy=\'30.1\' r=\'4.8\' opacity=\'0.8\'\\/><circle cx=\'1952.7\' cy=\'14.2\' r=\'3.5\' opacity=\'0.8\'\\/><\\/g><\\/svg>\"},\"shape28\":{\"title\":\"Shape 28\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.4 78\'><g fill=\'%23fbd8c2\'><path d=\'M215 78H89c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-19 7-25 14H0v-2a44 44 0 012-13c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 12 11 20v1a36 36 0 01-1 15z\'\\/><path d=\'M428 78H303c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15v-1c4-13 14-24 25-29 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M642 78H517c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M856 78H730c-10-5-21-10-32-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c4-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M1070 78H944c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-25 14h-3a44 44 0 012-15c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 31 7s24-8 24-19c6 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M1283 78h-125c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 78 3l44 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1497 78h-125c-11-5-21-10-33-13a62 62 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-9 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 77 3l45 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1711 78h-125c-11-5-22-10-33-13a63 63 0 00-12-2 58 58 0 00-7 0 62 62 0 00-9 1c-9 2-20 7-26 14h-2a44 44 0 012-15c4-13 14-25 25-30 26-11 56-5 78 3l44 18c11 4 21 8 32 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z\'\\/><path d=\'M1925 78h-125c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15c4-13 13-25 25-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z\'\\/><path d=\'M2000 28v44a121 121 0 00-19-7 63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 15-7 32-7 48-5z\'\\/><path d=\'M3 63h1997v15H3z\'\\/><circle cx=\'174.3\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'21.3\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'90.7\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'389.6\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'236.6\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'306.1\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'605\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'452\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'521.4\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'818.4\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'667.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'736.8\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1033.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'882.7\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'952.1\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1242.7\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1098.1\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1167.5\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1458.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1313.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1382.9\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1673.4\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1528.8\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1598.2\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1889.1\' cy=\'33.9\' r=\'14.3\'\\/><circle cx=\'1744.1\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1813.6\' cy=\'14.1\' r=\'6.4\'\\/><circle cx=\'1959.5\' cy=\'10.9\' r=\'10.9\'\\/><\\/g><\\/svg>\"},\"shape29\":{\"title\":\"Shape 29\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 73\'><g fill=\'%23fbd8c2\'><path d=\'M2000 73V28l-10-6a37 37 0 00-30-2c-14 6-23 19-37 23-12 3-24-1-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-7-18-27-11-35-20-22-24-47-43-79-26l-31 20a57 57 0 01-34 7c-15-2-17-4-31-5-12-1-28 13-35 21-7-8-23-22-34-21-15 1-17 3-31 5a57 57 0 01-35-7l-31-20c-31-17-56 2-79 26-8 9-28 2-34 20-7-18-27-11-35-20-23-24-48-43-79-26l-31 20c-11 6-23 10-35 7-13-4-23-17-36-23a37 37 0 00-31 2l-8 5-8-5a37 37 0 00-30-2c-14 6-23 19-37 23-12 3-24-1-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-6-18-27-11-35-20-22-24-47-43-79-26l-31 20a57 57 0 01-34 7c-14-2-17-4-31-5-12-1-28 13-35 21-7-8-23-22-34-21-15 1-17 3-31 5a57 57 0 01-35-7l-30-20c-32-17-57 2-79 26-8 9-29 2-35 20-7-18-27-11-35-20-22-24-47-43-79-26l-31 20c-11 6-23 10-34 7-14-4-24-17-37-23a37 37 0 00-30 2L0 28v45z\' opacity=\'.75\'\\/><path d=\'M2000 73V43a106 106 0 00-19 3h-1c-12 3-25 8-36 1-7-5-11-13-17-19a20 20 0 00-5-4c-8-4-17-1-25 1-6 2-12 3-18 2a35 35 0 01-9-4l-5-3c-5-2-10-4-15-2-5 3-7 7-10 12a40 40 0 01-4 8c-7 7-18 9-28 8-7-1-15-3-22-2a34 34 0 00-8 1 30 30 0 00-16 11 30 30 0 00-16-11c-6-2-12-1-18-1l-12 2c-9 1-21-1-27-8l-7-13-7-7c-5-2-11 0-15 2l-12 6a22 22 0 01-3 1c-8 2-17-2-26-4-5-1-11-2-16 1-4 1-6 4-9 7-4 6-8 12-14 16-11 7-25 2-37-1l-8-2a109 109 0 00-24-1 109 109 0 00-33 3c-13 3-27 8-37 1-7-4-11-13-16-18a21 21 0 00-7-5c-7-3-15-1-23 1-6 2-13 4-19 2a31 31 0 01-8-3l-7-4c-4-2-10-4-15-2-4 2-7 7-9 11l-5 9c-6 7-18 9-28 8l-19-2a37 37 0 00-10 1 30 30 0 00-16 11 30 30 0 00-17-11c-5-2-10-2-16-1l-13 2c-10 1-21-1-28-8l-7-12c-1-3-3-6-7-8-5-2-10 0-15 2l-11 6a24 24 0 01-3 1c-8 2-17-1-25-3-6-2-12-3-18 0a24 24 0 00-8 7c-5 5-8 12-14 16-11 7-25 2-38-1l-6-2a108 108 0 00-27-1 109 109 0 00-30 2l-4 1c-12 3-26 8-37 1-6-4-10-11-15-17a23 23 0 00-7-6c-7-3-14-2-20 0-8 2-15 5-23 3a26 26 0 01-5-2l-9-5c-5-2-11-4-15-2s-6 5-8 9l-6 11c-7 7-18 9-28 8l-16-2a41 41 0 00-14 1 30 30 0 00-16 11 30 30 0 00-16-11 40 40 0 00-12-1l-18 2c-9 1-21-1-27-8-3-3-4-7-6-10-2-4-4-8-8-10-5-2-11 0-15 2l-8 5a28 28 0 01-7 2c-7 2-14-1-21-2s-14-4-21-1a22 22 0 00-8 6c-5 5-8 13-15 17-11 7-25 2-37-1l-2-1a110 110 0 00-28-2 110 110 0 00-29 2l-2 1c-12 3-26 8-37 1-7-4-10-12-15-18a22 22 0 00-8-5c-6-3-14-1-21 1s-14 4-21 2a29 29 0 01-7-3l-7-4c-5-2-11-4-16-2-4 2-6 6-8 10s-3 7-6 10c-6 7-17 9-27 8l-18-2a38 38 0 00-12 1 30 30 0 00-16 11 30 30 0 00-16-11 43 43 0 00-15-1l-15 2c-10 1-21-1-27-8l-7-11c-2-4-4-7-7-9-5-2-11 0-16 2l-9 5a25 25 0 01-5 2c-8 2-15-1-23-3-7-2-13-3-19 0a23 23 0 00-8 6c-5 6-9 13-15 17-11 7-25 2-37-1l-5-1a108 108 0 00-30-2v30z\' opacity=\'.5\'\\/><path d=\'M2000 73V59c-6 0-11-2-16-7a48 48 0 01-4-6 46 46 0 00-3-4c-3-3-6-6-10-5l-12 3c-4 0-6-4-8-8s-5-7-8-8c-4-1-8 2-12 4l-2 1a23 23 0 01-14 3 29 29 0 01-14-7l-3-2-12-15c-4 6-7 11-12 15-5 5-11 8-17 9a23 23 0 01-13-2v-1c-5-2-10-6-15-5-3 1-6 5-8 8s-4 7-8 8-8-3-11-3c-5-1-8 2-11 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-6 0-13-2-17-7-3-2-4-5-6-8l-2-2c-2-3-6-6-10-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8a10 10 0 00-6 1l-8 4a23 23 0 01-13 3 29 29 0 01-13-6 38 38 0 01-4-3c-5-4-9-9-13-15-3 6-7 11-12 15-5 5-10 8-17 9a23 23 0 01-13-3c-5-2-9-6-14-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-2 2c-2 3-3 6-6 8-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7a52 52 0 01-5-6l-2-4c-3-3-7-6-11-5-4 0-7 3-11 3s-6-4-9-8-4-7-8-8-8 2-12 5h-2a23 23 0 01-13 3 30 30 0 01-15-7l-2-2c-5-4-9-9-12-15-4 6-8 11-13 15v1c-5 4-10 7-17 8a23 23 0 01-13-3h-1c-4-2-8-6-13-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-1 2-7 8c-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7l-6-8-1-2c-3-3-7-6-11-5-3 0-7 3-11 3s-6-4-8-8-5-7-8-8l-9 2-6 3a23 23 0 01-13 3 29 29 0 01-14-6 41 41 0 01-3-3c-5-4-8-9-12-15l-12 15-1 1c-4 4-10 7-16 8a23 23 0 01-10-1 22 22 0 01-4-2c-4-2-9-6-14-5-3 1-6 5-8 8s-5 7-8 8-8-3-11-3c-5-1-8 2-11 5l-2 2a70 70 0 01-5 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-7 0-13-2-18-7a62 62 0 01-5-7l-2-3c-2-3-6-6-10-5-4 0-8 3-11 3s-7-4-9-8-4-7-8-8c-5-1-10 3-14 5l-2 1a23 23 0 01-12 2 30 30 0 01-17-9L879 8a92 92 0 01-14 17 30 30 0 01-15 7 23 23 0 01-13-3l-4-2c-4-2-7-4-10-3-4 1-6 5-9 8s-4 7-8 8-7-3-11-3c-4-1-8 2-11 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-5 0 27 27 0 00-6 0c-6 0-13-2-17-7-3-2-4-5-6-8l-2-2c-2-3-6-6-10-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8-7 2-11 4l-3 1a23 23 0 01-13 3 30 30 0 01-16-7l-1-2c-5-4-9-9-13-15-3 6-7 11-12 15l-1 2c-5 3-10 6-16 7a23 23 0 01-13-2v-1c-5-2-9-6-14-5-4 1-6 5-8 8s-5 7-9 8-7-3-11-3c-4-1-8 2-11 5l-2 3a58 58 0 01-5 7c-4 5-11 7-17 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7a56 56 0 01-5-7l-2-3c-3-3-7-6-11-5-4 0-7 3-11 3s-7-4-9-8-4-7-8-8c-5-1-9 3-14 5a23 23 0 01-13 3 30 30 0 01-15-7l-2-2c-5-4-8-9-12-15l-12 15-2 1c-4 4-10 7-15 8a23 23 0 01-14-3l-2-1c-4-2-8-5-12-4s-6 5-8 8-5 7-9 8-7-3-11-3c-4-1-8 2-10 5l-1 2-6 8c-5 5-11 7-18 7a26 26 0 00-6 0 27 27 0 00-5 0c-7 0-13-2-18-7l-6-8-1-2c-3-3-6-6-10-5l-12 3c-4 0-6-4-8-8s-4-7-8-8-7 1-10 3l-4 2a23 23 0 01-14 3 29 29 0 01-14-7l-3-2-12-15c-4 6-7 11-12 15l-1 1c-5 4-10 7-16 8a23 23 0 01-11-2l-2-1c-5-2-10-6-15-5-3 1-6 5-8 8s-4 7-8 8-7-3-11-3c-4-1-8 2-11 5l-2 3a65 65 0 01-5 7c-5 5-11 7-18 7l-7 1v13z\'\\/><circle cx=\'57.7\' cy=\'13.1\' r=\'8.1\'\\/><circle cx=\'81.7\' cy=\'8.3\' r=\'4.9\'\\/><circle cx=\'253.4\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'285.3\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'1257.5\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'1289.4\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'751.1\' cy=\'24.8\' r=\'12.9\'\\/><circle cx=\'783.1\' cy=\'17.8\' r=\'6\'\\/><circle cx=\'594.6\' cy=\'9.6\' r=\'6\'\\/><circle cx=\'501.9\' cy=\'22.7\' r=\'10.9\'\\/><circle cx=\'475.1\' cy=\'16.8\' r=\'5\'\\/><circle cx=\'1089.2\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1062.4\' cy=\'5\' r=\'5\'\\/><circle cx=\'1715.4\' cy=\'10.9\' r=\'10.9\'\\/><circle cx=\'1688.6\' cy=\'5\' r=\'5\'\\/><circle cx=\'1496.2\' cy=\'21.8\' r=\'15.7\'\\/><circle cx=\'1758.5\' cy=\'29.2\' r=\'11.4\'\\/><circle cx=\'1901.9\' cy=\'10.9\' r=\'5.9\'\\/><circle cx=\'1928.2\' cy=\'10.9\' r=\'8.5\'\\/><\\/g><\\/svg>\"},\"shape30\":{\"title\":\"Shape 30\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 73\'><g fill=\'%23fbd8c2\'><path d=\'M0 73V60c6-1 12-2 16-7a48 48 0 005-6 46 46 0 012-4c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8 7 1 11 4l3 1a23 23 0 0013 2 29 29 0 0014-6l3-2c5-4 9-10 12-15l12 15h1c4 4 10 8 17 9a23 23 0 0012-2l1-1c4-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l1 1 6 9c5 5 11 7 18 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-8 1-2c3-3 6-6 11-6 3 1 7 4 11 3s6-4 8-7 5-7 8-8a10 10 0 017 1l7 4a23 23 0 0014 2 29 29 0 0013-5 38 38 0 004-3l12-15c4 5 7 11 12 15s11 8 17 8a23 23 0 0013-2c5-2 10-6 15-5 3 1 6 5 8 8s4 7 8 7 8-2 11-3c5 0 8 3 11 6l1 2 6 8c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c7 0 13-2 18-7a52 52 0 004-7l3-3c2-3 6-6 10-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c5-1 9 2 13 4l1 1a23 23 0 0014 2 30 30 0 0014-6l2-2c5-4 9-10 13-15 3 5 7 11 12 15l1 1c4 4 10 7 16 8a23 23 0 0013-3h1c4-3 9-6 13-5s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 11 6l1 1 6 9c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c6 0 13-2 17-7 3-2 4-5 6-8l1-2c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c3-1 5 0 8 2l6 3a23 23 0 0013 3 29 29 0 0014-6 41 41 0 003-3c5-4 9-10 12-15 4 5 8 11 13 15 5 5 10 8 17 9a23 23 0 0010-1 22 22 0 003-2c5-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l2 2a70 70 0 006 8c4 5 11 7 17 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7a62 62 0 005-7l2-3c3-3 7-6 11-6 4 1 7 4 11 3s6-4 8-7 5-7 8-8c5-1 10 3 15 5l1 1a23 23 0 0012 1 30 30 0 0017-8c5-4 8-10 12-15l12 15 3 2a30 30 0 0014 6 23 23 0 0014-2l4-2c3-2 6-4 10-3s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 10 6l1 2 6 8c5 5 11 7 18 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-9 1-1c3-3 6-6 11-6 3 1 7 4 11 3s6-4 8-7 5-7 8-8 8 1 12 3l2 2a23 23 0 0014 2 30 30 0 0015-7l2-1 12-15c4 5 7 11 12 15l2 1c4 4 9 7 15 7a23 23 0 0013-2c5-2 10-6 15-5 3 1 6 5 8 8s4 7 8 7 7-2 11-3c4 0 8 3 11 6l2 3a58 58 0 005 7c5 5 11 7 18 7a26 26 0 015 0 27 27 0 016 0c6 0 13-2 17-7a56 56 0 005-7l3-3c2-3 6-6 10-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c5-1 9 3 14 5a23 23 0 0013 3 30 30 0 0016-8l1-1c5-4 9-10 13-15 3 5 7 11 12 15l1 1c5 4 10 7 16 8a23 23 0 0013-3l2-1c4-2 8-5 12-4s6 5 8 8 5 7 9 7 7-2 11-3c4 0 8 3 11 6l1 2 6 8c4 5 11 7 17 7a26 26 0 016 0 27 27 0 015 0c7 0 13-2 18-7l6-8 1-2c3-3 7-6 11-6 4 1 7 4 11 3s7-4 9-7 4-7 8-8c3-1 6 1 9 3l5 2a23 23 0 0013 3 29 29 0 0015-7l2-2c5-4 9-10 12-15 4 5 8 11 13 15v1c5 4 11 7 16 8a23 23 0 0012-2l2-1c4-2 9-6 14-5 4 1 6 5 8 8s5 7 9 7 7-2 11-3c4 0 8 3 10 6l2 2a65 65 0 005 8c5 5 11 7 18 7l7 1v12z\'\\/><path d=\'M714 9l-8 6 3 10h10l3-10-8-6zM746 20l-14 10 5 16h17l5-16-13-10zM462 9l-9 6 4 10h10l3-10-8-6zM589 3l-11 8 4 12h13l5-12-11-8zM494 20l-14 10 5 16h17l5-16-13-10zM212 6l-8 6 3 9h10l3-9-8-6zM333 4l-8 6 3 10h10l4-10-9-6zM244 17l-14 9 5 16h17l5-16-13-9zM147 3l-8 6 3 10h10l3-10-8-6zM88 0L76 9l5 14h15l4-14-12-9zM938 1l8 6-3 10h-10l-3-10 8-6zM995 31l10 7-4 12h-12l-4-12 10-7zM1045 12l7 5-2 9h-9l-3-9 7-5zM903 3l11 8-4 13h-14l-4-13 11-8zM1275 11l8 6-3 10h-10l-3-10 8-6zM1150 4l8 6-3 10h-10l-3-10 8-6zM1247 27l11 8-4 13h-14l-4-13 11-8zM1526 8l8 6-3 10h-10l-3-10 8-6zM1402 3l8 6-3 9h-10l-3-9 8-6zM1498 24l12 8-5 14h-14l-4-14 11-8zM1719 8l-8 6 3 9h10l4-9-9-6zM1747 23l-11 8 4 14h14l5-14-12-8zM1903 3l-6 5 2 7h8l3-7-7-5zM1951 12l-9 6 4 11h11l4-11-10-6z\'\\/><\\/g><\\/svg>\"},\"shape31\":{\"title\":\"Shape 31\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000 56\'><g fill=\'%23fbd8c2\'><circle cx=\'133.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 117 29)\'\\/><circle cx=\'298.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 282 29)\'\\/><circle cx=\'168.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'242.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 216 21)\'\\/><circle cx=\'89\' cy=\'13.3\' r=\'5.3\'\\/><circle cx=\'457.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 441 29)\'\\/><circle cx=\'622.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 606 29)\'\\/><circle cx=\'492.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'566.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 540 21)\'\\/><circle cx=\'413\' cy=\'13.3\' r=\'5.3\'\\/><circle cx=\'781.2\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 765 29)\'\\/><circle cx=\'946.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 930 29)\'\\/><circle cx=\'816.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'890.8\' cy=\'32\' r=\'5.3\' transform=\'rotate(-45 864 21)\'\\/><circle cx=\'737\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1111 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1270.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1254 29)\'\\/><circle cx=\'1140.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1214.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1061\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1435 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1594.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1578 29)\'\\/><circle cx=\'1464.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1538.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1385\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M1759 18a6 6 0 10-6 6 6 6 0 006-6z\'\\/><circle cx=\'1918.1\' cy=\'40.2\' r=\'6\' transform=\'rotate(-68 1902 29)\'\\/><circle cx=\'1788.4\' cy=\'7.7\' r=\'7.7\'\\/><circle cx=\'1862.8\' cy=\'10.1\' r=\'5.3\'\\/><circle cx=\'1709\' cy=\'13.3\' r=\'5.3\'\\/><path d=\'M2000 42h-14c0-5 7-5 14-6v-4c-16 1-33 0-33 10h-8c0-14 20-14 41-14v-8c-29-1-55-3-56 24v2h-10 1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v3h-10l1-1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-3 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v3h-10l1-1c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-3 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 11-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 4h-23c0-9 19-4 27-12-19 3-46-2-46 11h-8c0-26 68-4 92-23-40 11-105-17-107 25v3h-10l1-1c6-9 7-19 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 11-5 14a24 24 0 01-14 6 49 49 0 01-16-1c-10-3-20-8-30-6a17 17 0 00-12 10 20 20 0 00-2 4h-31c0-9 19-4 27-12-19 3-46-2-46 11h-8c0-26 68-4 92-23-40 11-107-18-107 27h-7c6-9 7-19 6-26-2-9-8-17-16-18-10-3-19 6-17 14 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v2h-10 1c6-9 6-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3h-23c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-105-16-107 26v2h-10 1c6-9 6-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 4 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-13 10 20 20 0 00-1 3h-31c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24-40 12-107-17-107 28h-7c6-9 7-20 6-26-2-9-8-17-16-19-10-2-19 7-17 15 0-5 5-10 10-10s10 5 11 10-1 10-5 14a24 24 0 01-14 6 49 49 0 01-16-2c-10-2-20-7-30-5a17 17 0 00-12 10 20 20 0 00-2 3H42c0-8 19-4 27-11-19 3-46-2-46 11h-8c0-26 68-4 92-24C67 30 2 2 0 44v12h2000zM110 41c-5 7-23-1-35 3 0-14 21-4 35-3zm167 0c-5 7-23-1-36 3 0-14 21-4 36-3zm159 0c-5 7-23-1-35 3 0-14 21-4 35-3zm165 0c-5 7-23-1-36 3 0-14 22-4 36-3zm158 0c-6 7-24-1-36 3 0-14 21-4 36-3zm165 0c-5 7-23-1-35 3 0-14 21-4 35-3zm160 0c-5 7-23-1-36 3 1-14 22-4 36-3zm163 0c-5 7-23-1-36 3 0-14 21-4 36-3zm160 0c-6 7-24-1-36 3 0-14 21-4 36-3zm165 0c-5 7-23-1-36 3 0-14 21-4 36-3zm160 1c-5 7-23 0-35 3 0-14 21-4 35-3zm166-1c-5 7-23-1-35 3 0-14 21-4 35-3z\'\\/><\\/g><\\/svg>\"},\"shape32\":{\"title\":\"Shape 32\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'xMidYMin slice\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 2000.37 57.18\'><g fill=\'%23fbd8c2\'><circle cx=\'95.95\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-13.28 6.3215 25.724)\'\\/><circle cx=\'162.68\' cy=\'29.2\' r=\'5.1\' transform=\'rotate(-9.22 33.1869 18.7783)\'\\/><circle cx=\'13.83\' cy=\'49.12\' r=\'4.92\' transform=\'rotate(-9.22 -115.5848 38.6747)\'\\/><path d=\'M42.17 6.82A3.41 3.41 0 1039 3.23a3.42 3.42 0 003.17 3.59zM282.82 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59z\'\\/><circle cx=\'229.4\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-13.28 139.7893 27.6352)\'\\/><circle cx=\'362.1\' cy=\'15.29\' r=\'6.96\'\\/><circle cx=\'428.82\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M308.31 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM549 6.82a3.41 3.41 0 10-3.22-3.59A3.42 3.42 0 00549 6.82z\'\\/><circle cx=\'495.54\' cy=\'17.21\' r=\'6.96\'\\/><circle cx=\'628.24\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-13.28 538.6904 25.7066)\'\\/><circle cx=\'694.96\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M574.46 6.82a3.41 3.41 0 10-3.23-3.59 3.41 3.41 0 003.23 3.59zM815.1 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59z\'\\/><circle cx=\'761.68\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-45 736.4826 27.649)\'\\/><circle cx=\'894.38\' cy=\'36.16\' r=\'6.96\' transform=\'rotate(-45 869.1844 25.722)\'\\/><circle cx=\'961.1\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M840.6 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59zM1081.25 6.82a3.41 3.41 0 10-3.25-3.59 3.41 3.41 0 003.25 3.59z\'\\/><circle cx=\'1027.83\' cy=\'38.09\' r=\'6.96\' transform=\'rotate(-7.02 857.3593 27.6327)\'\\/><path d=\'M1160.53 22.25a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1227.25\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M1106.74 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1347.39 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1294 24.18a7 7 0 10-7-7 7 7 0 007 7zM1426.67 22.25a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1493.39\' cy=\'8.33\' r=\'5.1\'\\/><path d=\'M1372.88 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1613.53 6.82a3.41 3.41 0 10-3.22-3.59 3.42 3.42 0 003.22 3.59zM1560.11 24.18a7 7 0 10-7-7 7 7 0 007 7z\'\\/><circle cx=\'1692.81\' cy=\'15.29\' r=\'6.96\'\\/><path d=\'M1759.53 13.43a5.1 5.1 0 10-5.1-5.1 5.1 5.1 0 005.1 5.1zM1639 6.82a3.41 3.41 0 10-3.22-3.59 3.41 3.41 0 003.22 3.59zM1879.68 6.82a3.41 3.41 0 10-3.23-3.59 3.41 3.41 0 003.23 3.59z\'\\/><circle cx=\'1826.25\' cy=\'17.21\' r=\'6.96\'\\/><path d=\'M2000 25.01a3.89 3.89 0 01.42-.19V5.06a8.15 8.15 0 00-3.3 2.57c-1.63 2.15-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a112.19 112.19 0 00-29.63 4.51l1.27-1.85c1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.84 97.84 0 00-29.8 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.78 97.78 0 00-29.79 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4.7 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75l1.46-2.1c1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.61-5.07 3.83 3.83 0 00-4.05 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.58 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.79 97.79 0 00-29.8 4.75c.48-.69 1-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71A6 6 0 00447 9.35a13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4.05-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4.05 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2 16.23 16.23 0 015.24 1.21c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62a97.73 97.73 0 00-29.79 4.75c.48-.69.95-1.39 1.43-2.09 1.77-2.6 3.13-2.23 5.94-3.28 2.48-.93 5.13-3.86 3.53-6.65-1.07-1.85-3.66-2.3-5.68-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.57-.9-4.92-3c-.29-1.78 1-3.49 2.64-4.31a16.23 16.23 0 015.24-1.21 16.07 16.07 0 006.41-2 7.37 7.37 0 003.6-5.45 4.84 4.84 0 00-3.54-5.08 3.84 3.84 0 00-4.06 2.26 13.42 13.42 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.43 25.43 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.55.07-.56-.07c-2.7-.21-5.37.63-8.05 1a25.45 25.45 0 01-26-14c-1.13-2.44-1.89-5.1-3.52-7.25s-4.5-3.68-7-2.71a6 6 0 00-3.38 4.43 13.74 13.74 0 00-.14 4.15 3.83 3.83 0 00-4.05-2.26 4.82 4.82 0 00-3.54 5.08 7.35 7.35 0 003.6 5.45 16.07 16.07 0 006.41 2 16.35 16.35 0 015.24 1.21c1.6.82 2.92 2.53 2.63 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09-3.2-2.93-5.22-3.61-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.53 6.65 2 .75 3.28.78 4.49 1.7a100.44 100.44 0 00-30.36.15c1.27-1.07 2.57-1.06 4.69-1.85 2.48-.93 5.13-3.86 3.52-6.65-1.06-1.85-3.65-2.3-5.67-1.62s-3.62 2.2-5.22 3.61-3.37 2.79-5.48 3.09-4.58-.9-4.92-3c-.29-1.78 1-3.49 2.63-4.31a16.35 16.35 0 015.25-1.21 16.17 16.17 0 006.41-2 7.4 7.4 0 003.6-5.45 4.84 4.84 0 00-3.55-5.08 3.83 3.83 0 00-4 2.26 13.74 13.74 0 00-.14-4.15 6 6 0 00-3.38-4.43c-2.51-1-5.39.57-7 2.71s-2.38 4.81-3.52 7.25a25.44 25.44 0 01-26 14c-2.69-.39-5.35-1.23-8.06-1l-.56.07-.55-.07c-2.71-.21-5.37.63-8.06 1a25.44 25.44 0 01-26-14c-1.14-2.44-1.89-5.1-3.52-7.25s-4.51-3.68-7-2.71a6 6 0 00-3.38 4.43 13.42 13.42 0 00-.14 4.15 3.83 3.83 0 00-4.06-2.26 4.84 4.84 0 00-3.54 5.08 7.37 7.37 0 003.6 5.45 16.17 16.17 0 006.41 2A16.23 16.23 0 0155 25.01c1.61.82 2.93 2.53 2.64 4.31-.34 2.1-2.81 3.31-4.92 3s-3.88-1.69-5.48-3.09S44 26.3 42 25.62s-4.61-.23-5.67 1.62c-1.61 2.79 1 5.72 3.52 6.65.76.28 1.41.46 2 .62A95.61 95.61 0 000 44.13v13h2000.37v-25a3.83 3.83 0 01-3-2.9c-.37-1.69.98-3.4 2.63-4.22z\'\\/><path d=\'M1959 22.25a7 7 0 10-7-7 7 7 0 007 7zM1905.17 6.82a3.41 3.41 0 10-3.17-3.59 3.42 3.42 0 003.17 3.59z\'\\/><\\/g><\\/svg>\"},\"shape33\":{\"title\":\"Shape 33\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 10 1\' preserveAspectRatio=\'none\'><path d=\'M0 1l5-1 5 1z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape34\":{\"title\":\"Shape 34\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 773.74 154.98\'><g fill=\'%23fbd8c2\'><path d=\'M773.74 154.98H0L386.87 77.5Z\'\\/><path d=\'M773.74 154.98 386.87 0 0 154.98Z\' opacity=\'.66\'\\/><\\/g><\\/svg>\"},\"shape35\":{\"title\":\"Shape 35\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1134.63 158.42\'><g fill=\'%23fbd8c2\'><path d=\'M1134.63 158.42H0L569.46 47.1Z\'\\/><path d=\'M1134.63 158.42v-51.38L569.46 0 0 115.6v42.82Z\' opacity=\'.66\'\\/><\\/g><\\/svg>\"},\"shape36\":{\"title\":\"Shape 36\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 10 2\' preserveAspectRatio=\'none\'><path d=\'M0 2q5-4 10 0z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape37\":{\"title\":\"Shape 37\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 1007.63 112.41\'><path fill=\'%23fbd8c2\' d=\'M1007.63 112.4v-11.5c-167.94-33.54-503.8 0-503.8-100.9 0 100.9-335.9 67.36-503.83 100.9v11.5z\'\\/><\\/svg>\"},\"shape38\":{\"title\":\"Shape 38\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 33.87 1.72\' preserveAspectRatio=\'none\'><g fill=\'%23fbd8c2\'><path d=\'m 0,0 a 2.5,2.5 0 0 0 5,0 1.5,1.5 0 0 0 3,0 2,2 0 0 0 4,0 1.5,1.5 0 0 0 3,0 1,1 0 0 0 2,0 2.5,2.5 0 0 0 5,0 3.5,3.5 0 0 0 7,0 2.5,2.5 0 0 0 5,0 5,5 0 0 0 10,0 2.5,2.5 0 0 0 5,0 4,4 0 0 0 8,0 2.5,2.5 0 0 0 5,0 3,3 0 0 0 6,0 2.5,2.5 0 0 0 5,0 5.5,5.5 0 0 0 11,0 2.5,2.5 0 0 0 5,0 4,4 0 0 0 8,0 3,3 0 0 0 6,0 4,4 0 0 0 8,0 5,5 0 0 0 10,0 3.5,3.5 0 0 0 7,0 z\' transform=\'matrix(-.26458 0 0 -.26458 33.87 1.72)\'\\/><path d=\'m 0,0 a 3.5,3.5 0 0 0 7,0 5,5 0 0 0 10,0 4,4 0 0 0 8,0 5.5,5.5 0 0 0 11,0 6.5,6.5 0 0 0 13,0 5,5 0 0 0 10,0 6,6 0 0 0 12,0 6.5,6.5 0 0 0 13,0 5.5,5.5 0 0 0 11,0 4.5,4.5 0 0 0 9,0 6,6 0 0 0 12,0 6,6 0 0 0 12,0 z\' opacity=\'.66\' transform=\'matrix(-.26458 0 0 -.26458 33.87 1.72)\'\\/><\\/g><\\/svg>\"},\"shape39\":{\"title\":\"Shape 39\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 100.8 22\' preserveAspectRatio=\'none\'><path fill=\'%23fbd8c2\' d=\'M0 0l7 15L17 4l8 12 9-9 7 14 9-17 9 16 8-9 9-11 8 20 8-13 9-7v22H0z\'\\/><\\/svg>\"},\"shape40\":{\"title\":\"Shape 40\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 476.62 100.69\'><path fill=\'%23fbd8c2\' d=\'M476.62 100.69V0l-238.3 95.47L0 0v100.69Z\'\\/><\\/svg>\"},\"shape41\":{\"title\":\"Shape 41\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 8 1\' preserveAspectRatio=\'none\'><path d=\'M0 0v1h10z\' fill=\'%23000000\'><\\/path><\\/svg>\"},\"shape42\":{\"title\":\"Shape 42\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 381 77.25\' preserveAspectRatio=\'none\'><g fill=\'%23fbd8c2\'><path d=\'M0 68.78l381-33.86v42.33H0z\'\\/><path d=\'M0 43.38l381-25.4v59.27H0z\' opacity=\'.33\'\\/><path d=\'M0 17.98L381 0v77.25H0z\' opacity=\'.33\'\\/><\\/g><\\/svg>\"},\"shape43\":{\"title\":\"Shape 43\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1440 320\' preserveAspectRatio=\'none\'><path fill=\'%23fbd8c2\' d=\'M0 288l1440-128v160H0z\'\\/><path fill=\'%23fbd8c2\' opacity=\'.66\' d=\'M0 192l1440-96v224H0z\'\\/><\\/svg>\"},\"shape44\":{\"title\":\"Shape 44\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1440 320\' preserveAspectRatio=\'none\'><path fill=\'%23000000\' d=\'M0 32l48 32c48 32 144 96 240 106.7 96 10.3 192-31.7 288-21.4 96 10.7 192 74.7 288 69.4 96-5.7 192-79.7 288-106.7s192-5 240 5.3l48 10.7v192H0z\'><\\/path><path fill=\'%23000000\' opacity=\'.66\' d=\'M0 64l48 16c48 16 144 48 240 48s192-32 288-26.7C672 107 768 149 864 144s192-59 288-80 192-11 240-5.3l48 5.3v256H0z\'><\\/path><\\/svg>\"},\"shape45\":{\"title\":\"Shape 45\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.278 3.527\' preserveAspectRatio=\'none\'><path d=\'M35.278 2.463v-.125A82.946 82.946 0 000 2.345v.125a82.783 82.783 0 0135.278-.007m0 .615v-.25A83.105 83.105 0 000 2.835v.25a82.777 82.777 0 0135.278-.007m-33.252.45a82.855 82.855 0 0131.26 0h1.992v-.093A83.44 83.44 0 000 3.442v.085zm10.8 0h-8.84a84.249 84.249 0 0127.339 0h-8.839zM35.278 1.97v-.075A82.878 82.878 0 000 1.902v.075a82.771 82.771 0 0135.278-.007\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape46\":{\"title\":\"Shape 46\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 35.278 3.52\' preserveAspectRatio=\'none\'><path d=\'M0 3.528S27.04 3.352 35.278 0v3.528z\' opacity=\'.2\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.528S27.04 3.374 35.278.425v3.103z\' opacity=\'.2\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.528S27.04 3.396 35.278.882v2.646z\' fill=\'%23fbd8c2\'\\/><path d=\'M0 3.527h35.278v.092H0z\' fill=\'%23fbd8c2\'\\/><\\/svg>\"},\"shape47\":{\"title\":\"Shape 47\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' preserveAspectRatio=\'none\' viewBox=\'0 0 100.86 4.15\'><path fill=\'%23fbd8c2\' d=\'M100.86 4.15V.65a9.07 9.07 0 0 0-9.37 1.67 9.07 9.07 0 0 0-12.1 0 9.07 9.07 0 0 0-12.11 0 9.07 9.07 0 0 0-12.06 0 9.07 9.07 0 0 0-12.11 0 9.07 9.07 0 0 0-12.09 0 9.07 9.07 0 0 0-12.08 0 9.07 9.07 0 0 0-12.08 0A9.07 9.07 0 0 0 0 .04v4.1z\'\\/><\\/svg>\"},\"shape48\":{\"title\":\"Shape 48\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path opacity=\'.5\' d=\'M0 51v15l724-43L0 51z\'><\\/path><path opacity=\'.3\' d=\'M0 0v51l600-23L0 0z\'><\\/path><path d=\'M0 65v38l1000-3V0L0 65z\'><\\/path><\\/g><\\/svg>\"},\"shape49\":{\"title\":\"Shape 49\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path d=\'M1000 100V89S823 4 500 4 0 88 0 88v12z\' opacity=\'.3\'><\\/path><path d=\'M1000 101S823 11 500 11 0 100 0 100z\' opacity=\'.5\'><\\/path><path d=\'M1000 100V88S823 25 500 25 0 87 0 87v13z\'><\\/path><\\/g><\\/svg>\"},\"shape50\":{\"title\":\"Shape 50\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23000000\'><path d=\'M1003 104.7H-1v-34a875.1 875.1 0 01178.7-17.8c68.9.4 106.3 8.9 150.6 14 172.1 19.7 238-35.3 411.7-34.2A860 860 0 011003 77\'><\\/path><path d=\'M1003 98.9H-1v-31c57.7-13 118-26 178.7-25.8 69 .4 106.3 9.8 150.6 15.3C500.4 79 566.3 18.7 740 20c60.6.4 151.5 15 263 54.8\' opacity=\'.5\'><\\/path><path d=\'M509.4 3.7a442.8 442.8 0 01-233 4c-3.8-1 1.3 2.9 2 3.3a36.4 36.4 0 0011.6 6.1 447.2 447.2 0 00236-3.7c.6-.2-6.9-5.6-7.5-6-2-1.2-6.5-4.4-9-3.7z\' opacity=\'.5\'><\\/path><path d=\'M302.5 36.1a336.2 336.2 0 00181 5.9c2-.5-4.3-4.5-4.8-4.8-2-1.3-8-5.8-10.8-5.1A332.4 332.4 0 01289 26.7c-3.8-1.2 1.4 3 2 3.3a40.8 40.8 0 0011.5 6.1z\'><\\/path><\\/g><\\/svg>\"},\"shape51\":{\"title\":\"Shape 51\",\"width\":\"50%\",\"imagesmallheight\":\"50px\",\"isDivider\":true,\"imagesmall\":\"<svg preserveAspectRatio=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\' viewBox=\'0 0 1000 100\'><g fill=\'%23fbd8c2\'><path d=\'M998 29c-4-3-11-3-15 0-3 4-5 9-9 11-5 2-12 0-16-3l-5-7a18 18 0 00-6-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-5-4-7-6-7-7-17-2-21 6-2 3-5 6-8 5a7 7 0 01-5-3c0-3-2-7-5-9-5-2-12-3-16 1-3 3-5 8-9 10-5 2-11 0-15-3l-5-7a19 19 0 00-7-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-2-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-7c-6-1-9 6-11 9-5 6-10 0-13-4s-11-4-14 0c-2 2-2 5-3 7-6 7-12-10-15-12-4-5-9-6-14-2-4 2-6 8-8 12-2 2-4 5-7 4l-6-7a19 19 0 00-5-8c-4-3-11-3-15 1-4 3-5 8-10 10s-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 3-3 9-8 8-3-1-4-4-6-6-7-6-18-2-22 6-1 3-4 6-8 5s-5-4-6-7a13 13 0 00-8-6c-6-2-8 5-11 9-5 5-9 0-12-5-3-3-11-4-15 0-1 2-1 5-3 7-6 7-12-9-14-12-4-4-9-6-14-2-4 3-6 8-9 12-4 7-9 0-13-4-3-8-13-13-20-6-3 3-5 8-9 10-5 2-12 0-16-3l-5-7a19 19 0 00-6-3 12 12 0 00-13 3c-2 3-4 9-8 8-3-1-5-4-7-6-7-6-17-1-21 6-2 3-5 6-8 5s-6-4-7-7a13 13 0 00-8-6c-6-2-8 5-11 9-5 5-9 0-12-4s-11-5-14-1l-4 7c-6 7-11-9-14-12-4-4-9-5-14-2-4 3-6 8-8 12-2 2-4 6-7 4l-6-6a19 19 0 00-5-9c-4-3-12-3-15 1-4 3-6 8-10 10-5 2-11 0-15-3l-5-7a18 18 0 00-7-3 12 12 0 00-13 3c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-1-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-6c-6-2-8 5-11 9-5 5-9 0-13-4-3-4-11-5-14-1-2 2-2 5-3 7-6 7-12-9-15-12-4-4-9-5-14-2-4 3-6 8-8 12-4 6-11 1-14-3-1-2-3-3-5-3s-6 3-6 6v12c0-3 4-6 6-7s4 2 5 4c3 4 10 9 14 3 2-5 4-10 8-12 5-4 11-3 14 2 3 2 9 19 15 12 1-2 1-5 3-7 3-4 11-4 14 0 4 4 8 10 13 4 3-3 5-10 11-9a13 13 0 017 7c2 3 3 6 7 7s6-2 8-5c4-8 14-12 22-6 2 2 3 5 6 6 4 1 6-5 8-8a12 12 0 0113-4 18 18 0 017 4l5 7c4 3 10 5 15 3 4-2 6-7 10-10 4-4 11-5 15-1a19 19 0 015 8c1 3 3 5 6 7 3 1 5-2 7-4 2-5 4-10 8-12 5-4 10-3 14 2 3 2 8 19 14 12l4-7c3-4 11-4 14 0s7 10 12 4c3-3 5-10 11-9a13 13 0 018 7c1 3 3 6 7 7s6-2 8-5c4-8 14-13 21-6 2 2 4 5 7 6 4 1 6-5 8-8a12 12 0 0113-4 19 19 0 016 4l5 7c4 3 11 5 16 3 4-2 6-7 9-11 7-6 17-1 20 7 4 4 9 11 13 4 3-5 5-10 9-12 5-4 10-3 14 1 2 3 8 20 14 12l3-6c4-4 12-4 15 0s7 10 12 4c3-3 5-10 11-9a13 13 0 018 7c1 2 3 6 6 7s7-3 8-5c4-8 15-13 22-6 2 2 3 5 6 6 5 1 6-5 8-8a12 12 0 0113-4 18 18 0 017 4l5 7c4 3 10 5 15 3s6-7 10-11c4-3 11-4 15 0a19 19 0 015 8c2 3 3 5 6 6 3 2 6-1 7-3 2-5 4-10 8-12 5-4 10-3 14 1 3 3 9 20 15 12l3-6c3-4 11-4 14 0s8 10 13 4c2-3 5-10 11-9a13 13 0 017 7c2 2 3 6 7 7s6-3 8-5c4-8 14-13 22-6 2 2 3 5 6 6 4 1 6-6 8-8a12 12 0 0113-4 19 19 0 017 4l5 7c4 3 10 5 15 3 4-2 6-7 10-11 3-3 10-3 15 0 3 2 5 5 5 9a7 7 0 005 3c3 1 6-2 8-5 4-8 14-13 21-6 2 2 4 5 7 6 4 1 6-6 8-8a12 12 0 0113-4 18 18 0 016 4l5 7c4 3 11 5 16 3 4-2 6-7 9-11 4-3 11-3 15 0 4 2 6 6 6 10v-8c0-5-1-11-6-14z\' opacity=\'.3\'\\/><path d=\'M998 41c-4-3-11-4-15 0-3 3-5 9-9 11-5 2-12 0-16-3l-5-7a18 18 0 00-6-4 12 12 0 00-13 4c-2 2-4 9-8 8-3-1-5-4-7-6-7-7-17-2-22 6-1 3-4 6-7 5a7 7 0 01-5-3c0-4-2-7-5-9-5-3-12-3-16 0-3 3-5 9-9 10-5 3-12 1-15-3l-5-6a19 19 0 00-7-4 12 12 0 00-13 4c-2 2-4 9-8 8-3-1-4-4-6-6-8-7-18-2-22 6-2 2-4 6-8 5s-5-5-7-8a13 13 0 00-8-6c-5-1-8 6-11 9-4 6-9 0-12-4s-11-4-14 0l-3 6c-7 8-12-9-15-12-4-4-9-5-14-2-4 3-6 8-8 12-2 3-4 6-7 4-3-1-4-3-6-6a19 19 0 00-5-8c-4-4-11-3-15 0-4 4-5 9-10 11s-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 2-3 9-8 8-3-1-4-4-6-6-7-7-18-2-22 6-1 3-4 6-8 5s-5-4-6-7a13 13 0 00-8-7c-6-1-8 6-11 9-5 6-9 0-12-4s-11-4-15 0c-1 2-1 5-3 7-6 7-12-10-14-12-4-5-9-6-14-2-4 2-6 7-9 12-4 7-9 0-13-4-3-8-13-13-20-6-3 3-5 8-9 10-5 2-12 0-16-3l-5-7a19 19 0 00-6-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-5-4-7-6-7-6-17-2-21 6-2 3-5 6-8 5s-6-4-7-7a13 13 0 00-8-7c-6-1-8 6-11 9-5 6-9 0-12-4s-11-4-14 0l-4 7c-6 7-11-10-14-12-4-5-9-6-14-2-4 2-6 8-8 12-2 2-4 5-7 4-3-2-5-4-6-7a19 19 0 00-5-8c-4-3-12-3-15 1-4 3-6 8-10 10-5 2-11 0-15-3l-5-7a18 18 0 00-7-4 12 12 0 00-13 4c-2 3-4 9-8 8-3-1-4-4-6-6-8-6-18-2-22 6-2 3-4 6-8 5s-5-4-7-7a13 13 0 00-7-7c-6-1-8 6-11 9-5 6-9 0-13-4-3-4-11-4-14 0-2 2-2 5-3 7-6 7-12-10-15-12-4-5-9-6-14-2-4 2-6 7-8 12-4 6-11 1-14-3-1-2-3-4-5-4s-6 4-6 7v50h1006v-5-25-19c0-4-2-8-6-10z\'\\/><\\/g><\\/svg>\"}},\"premium_gdivider_source\":\"default\",\"premium_gdivider_defaults\":\"shape22\",\"premium_gdivider_pos\":\"bottom\",\"premium_gdivider_pos_tablet\":\"\",\"premium_gdivider_pos_mobile\":\"\",\"premium_gdivider_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"premium_gdivider_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_gdivider_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_scale\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"premium_gdivider_scale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_scale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_offset_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_animate\":\"yes\",\"premium_gdivider_no_stretch\":\"yes\",\"premium_gdivider_anime_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"premium_gdivider_anime_speed_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_anime_speed_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_anime_dir\":\"alternate\",\"premium_gdivider_flip\":\"\",\"premium_gdivider_flip_x\":\"\",\"premium_gdivider_hide\":[],\"premium_gdivider_bg_type\":\"color\",\"premium_gdivider_fill\":\"#afafaf\",\"premium_gdivider_stroke_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_stroke\":\"\",\"premium_gdivider_opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"premium_gdivider_opacity_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_opacity_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_gdivider_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"8b6209e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"Copyright \\u00a9 2024 by <a style=\\\"color:white\\\" href=\\\"https:\\/\\/rankray.us\\/\\\">Rank Ray<\\/a>. All Rights Reserved.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.1999999999999999555910790149937383830547332763671875}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\",\"premium_tooltip_switcher\":\"\",\"pa_tooltip_target\":\"\",\"premium_tooltip_type\":\"text\",\"premium_tooltip_icon_switcher\":\"\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_lottie_url\":\"\",\"premium_tooltip_lottie_loop\":\"true\",\"premium_tooltip_lottie_reverse\":\"\",\"hide_tooltip_on\":[],\"premium_tooltip_text_color\":\"\",\"premium_tooltip_text_typo_typography\":\"\",\"premium_tooltip_text_typo_font_family\":\"\",\"premium_tooltip_text_typo_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_font_weight\":\"\",\"premium_tooltip_text_typo_text_transform\":\"\",\"premium_tooltip_text_typo_font_style\":\"\",\"premium_tooltip_text_typo_text_decoration\":\"\",\"premium_tooltip_text_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_typo_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text_shadow_text_shadow_type\":\"\",\"premium_tooltip_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_icon_color\":\"\",\"premium_tooltip_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_icon_shadow_text_shadow_type\":\"\",\"premium_tooltip_icon_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"premium_tooltip_img_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"premium_tooltip_img_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_img_fit\":\"cover\",\"premium_tooltip_img_fit_tablet\":\"\",\"premium_tooltip_img_fit_mobile\":\"\",\"premium_tooltip_container_bg_background\":\"\",\"premium_tooltip_container_bg_color\":\"\",\"premium_tooltip_container_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_color_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b\":\"#f2295b\",\"premium_tooltip_container_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"premium_tooltip_container_bg_gradient_type\":\"linear\",\"premium_tooltip_container_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"premium_tooltip_container_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"premium_tooltip_container_bg_gradient_position\":\"center center\",\"premium_tooltip_container_bg_gradient_position_tablet\":\"\",\"premium_tooltip_container_bg_gradient_position_mobile\":\"\",\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_position\":\"\",\"premium_tooltip_container_bg_position_tablet\":\"\",\"premium_tooltip_container_bg_position_mobile\":\"\",\"premium_tooltip_container_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_container_bg_attachment\":\"\",\"premium_tooltip_container_bg_repeat\":\"\",\"premium_tooltip_container_bg_repeat_tablet\":\"\",\"premium_tooltip_container_bg_repeat_mobile\":\"\",\"premium_tooltip_container_bg_size\":\"\",\"premium_tooltip_container_bg_size_tablet\":\"\",\"premium_tooltip_container_bg_size_mobile\":\"\",\"premium_tooltip_container_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_bg_video_link\":\"\",\"premium_tooltip_container_bg_video_start\":\"\",\"premium_tooltip_container_bg_video_end\":\"\",\"premium_tooltip_container_bg_play_once\":\"\",\"premium_tooltip_container_bg_play_on_mobile\":\"\",\"premium_tooltip_container_bg_privacy_mode\":\"\",\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_tooltip_container_bg_slideshow_loop\":\"yes\",\"premium_tooltip_container_bg_slideshow_slide_duration\":5000,\"premium_tooltip_container_bg_slideshow_slide_transition\":\"fade\",\"premium_tooltip_container_bg_slideshow_transition_duration\":500,\"premium_tooltip_container_bg_slideshow_background_size\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_size_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_background_position\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_tablet\":\"\",\"premium_tooltip_container_bg_slideshow_background_position_mobile\":\"\",\"premium_tooltip_container_bg_slideshow_lazyload\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns\":\"\",\"premium_tooltip_container_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"premium_tooltip_container_border_border\":\"\",\"premium_tooltip_container_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_border_color\":\"\",\"premium_tooltip_container_border_radius\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_container_box_shadow_box_shadow_type\":\"\",\"premium_tooltip_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"premium_tooltip_container_box_shadow_box_shadow_position\":\" \",\"premium_tooltip_container_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_container_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_arrow_color\":\"\",\"premium_tooltip_mouse_follow\":\"\",\"premium_tooltip_interactive\":\"yes\",\"premium_tooltip_arrow\":\"\",\"premium_tooltip_trigger\":\"hover\",\"premium_tooltip_distance_position\":6,\"premium_tooltip_min_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_anime\":\"fade\",\"premium_tooltip_anime_dur\":350,\"premium_tooltip_delay\":10,\"pa_tooltip_zindex\":\"\",\"premium_wrapper_link_selection\":\"url\",\"premium_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"premium_wrapper_existing_link\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(2121,1828,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2130,1828,'_yoast_wpseo_estimated-reading-time-minutes','1'),(2132,1828,'_monsterinsights_sitenote_active','0'),(2133,1828,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(2134,1828,'ehf_target_exclude_locations','a:0:{}'),(2135,1828,'ehf_target_user_roles','a:1:{i:0;s:0:\"\";}'),(2136,1828,'ehf_template_type','type_footer'),(2137,1828,'om_disable_all_campaigns',''),(2139,1845,'_elementor_edit_mode','builder'),(2140,1845,'_elementor_template_type','page'),(2141,1845,'_elementor_version','3.23.4'),(2145,1845,'_wp_page_template','default');
INSERT INTO `wpau_postmeta` VALUES (2146,1845,'_elementor_data','[{\"id\":\"1d72d6d8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":1461,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-9.jpg\"},{\"id\":123,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-7.jpg\"},{\"id\":1464,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-12.jpg\"},{\"id\":1466,\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg\"}],\"structure\":\"22\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_slideshow_background_position\":\"center center\",\"background_slideshow_ken_burns\":\"yes\",\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":530,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"527a3290\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":46.30799999999999982946974341757595539093017578125,\"space_between_widgets\":0,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"1113a862\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Real Estate Prospecting & Digital Advertising Solutions\",\"hz_section_subtitle\":\"Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services.\",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_subtitle_typography_font_weight\":\"400\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"section_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"section_subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"section_subtitle_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"70e091c5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"477919a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":53.0240000000000009094947017729282379150390625},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"30768578\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2d96c9aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":81},\"elements\":[{\"id\":\"7bcc0f71\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4c328692\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why our company is  the perfect partner for you? \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"4524eb98\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"primary_color\":\"#16BFBF\",\"title_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4d85bd9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"36de60f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7c7e1c6c\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"30841751\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"64589705\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-deal-key-1@64x64.svg\",\"id\":113},\"library\":\"svg\"},\"title_text\":\"Turnkey delivery\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1e3b5345\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2736d846\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"library\":\"svg\"},\"title_text\":\"Eco-friendly\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"49477473\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4dcccbd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-armchair-modern-1@64x64.svg\",\"id\":115},\"library\":\"svg\"},\"title_text\":\"High-end materials\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"64266808\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"1fcb29b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2834190c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-study-light-idea@140x140.svg\",\"id\":134},\"library\":\"svg\"},\"title_text\":\"Top know-how\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6dfc8fdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a4fab8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"library\":\"svg\"},\"title_text\":\"Awarded company\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"16d6de18\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56f107ad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-common-file-award@64x64.svg\",\"id\":130},\"library\":\"svg\"},\"title_text\":\"Certifications\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7014d94b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"custom_height\":{\"unit\":\"px\",\"size\":860,\"sizes\":[]},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=text\"},\"animation\":\"none\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"shape_divider_bottom_above_content\":\"yes\",\"background_color\":\"#FFFFFF\",\"shape_divider_bottom_color\":\"#00233D\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4cd4aea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-8.jpg\",\"id\":140},\"background_position\":\"center right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4cddcfab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4639f60c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.92399999999999948840923025272786617279052734375,\"_inline_size_tablet\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"623a548\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9674cb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":688,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeInRight\",\"z_index\":2},\"elements\":[{\"id\":\"4253372\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-100\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"background_color\":\"#16BFBF\"},\"elements\":[{\"id\":\"7e37a847\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You dream your house, we make it real \",\"hz_section_subtitle\":\"This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\",\"_background_color\":\"\"},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"\"},\"section_subtitle_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"f3cbcf7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request our brochure\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBF\",\"button_background_hover_color\":\"#FFFFFF21\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5fb7c012\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"background_color_b\":\"globals\\/colors?id=primary\",\"shape_divider_bottom_color\":\"globals\\/colors?id=c61532d\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color\":\"#22160300\",\"background_color_b\":\"#CE8516\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":190,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"24221357\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4770a5ba\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6433c00c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"structure\":\"20\",\"content_position\":\"bottom\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"52d2a5f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2f8aec2f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a46e717\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Experience the Power of Comprehensive <span class=\\\"primary-text\\\">Digital Marketing Solutions<\\/span> or Your Business. \",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"houzez_section_title_align\":\"left\",\"hz_section_subtitle\":\"Harness the Power of Comprehensive Digital Marketing Solutions for Your Business Success With our full-service digital marketing expertise, businesses gain access to a wide range of services designed to establish and maintain a strong online presence. Our team of experienced professionals specializes in various aspects of digital marketing, including search engine optimization, social media marketing, content creation, email marketing, and paid advertising. By adopting an integrated approach, we help businesses develop a comprehensive marketing strategy that effectively targets their audience, boosts their visibility, and drives sales. Our tailored approach ensures maximum return on investment (ROI) and guarantees that every marketing effort is efficient and effective. Partner with us today and experience the transformative impact of our full-service digital marketing expertise on your business growth.\",\"houzez_section_title_align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"52241437\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2020\\/09\\/image-11.jpg\",\"id\":1465,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"514732b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce3c56f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a0e294e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c197495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"structure\":\"34\"},\"elements\":[{\"id\":\"49cb6d98\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":15.138999999999999346300683100707828998565673828125},\"elements\":[{\"id\":\"2472e906\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"17e2079\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":68.144000000000005456968210637569427490234375,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2de6c9b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"28dfd940\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54d7504c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"We are committed to delivering top-notch solutions that cater to your unique needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"75215f38\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":15.0600000000000004973799150320701301097869873046875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"28010eb0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"5599ceb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"28d4bf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"291ad530\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7e8e63\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a439907\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2e736c5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"64962f81\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/digital-marketing.webp\",\"id\":1762,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6527f493\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21b4d61e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68c8f8bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"402f6bd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"5af68267\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/web-development.webp\",\"id\":1768,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d809327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79f989bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"30ec6844\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22432bf7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"4a0f22bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"3b4a33c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing.webp\",\"id\":1761,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d439e78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"448d8c50\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5878c507\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"22a50b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"6fd986ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo.webp\",\"id\":1766,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f1888bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"325dc1d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23fffcc9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3dd34c35\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"6d44a8c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6cc40384\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2362f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3665952c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3acb5afb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"61827e9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"358ab5d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/social-media-marketing.webp\",\"id\":1767,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1eb0efec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7138a4\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"66bea22d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"62bcef52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":800},\"elements\":[{\"id\":\"3561138b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/email-marketing.webp\",\"id\":1763,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a441d3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65ef5090\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"226a3cb1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4c980785\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":1200,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"6803d200\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1.jpg\",\"id\":45},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61cb7c44\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a33be84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552e879d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"primary_color\":\"#16BFBF\",\"title_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23c156f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"24be943e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"679bf878\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our values\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"6ccf4162\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"775324f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3bcff627\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Amplifying-Visibility-In-The-Digital-Realm.webp\",\"id\":1831,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Amplifying Visibility In The Digital Realm\",\"text\":\"Amplify Your Online Visibility. Discover strategies to elevate your presence across digital channels, engage your target audience, and achieve increased visibility in the competitive online landscape.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Elevating-Recognition-And-Influence.webp\",\"id\":1832,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Acquiring Targeted Prospects\",\"text\":\"Strategic Lead Generation: Focus on acquiring prospects that align with your target audience. Implement targeted marketing strategies to attract and engage potential customers.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Tracking.webp\",\"id\":1834,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Elevating Recognition and Influence\",\"text\":\"Building Brand Authority: Establish your brand as an industry leader, enhancing recognition and influence. Cultivate a strong brand identity, engage with your audience.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/target.webp\",\"id\":1833,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Tracking and Measuring Results\",\"text\":\" Measure and track the results of your marketing efforts. Implement analytics and tracking mechanisms to gain valuable insights and make data-driven decisions for achieving measurable results.\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec70374\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"2d31ce07\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"16468ee6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"74102e62\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1777,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2800000000000000266453525910037569701671600341796875,\"sizes\":[]},\"css_classes\":\"container\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.1600000000000000033306690738754696212708950042724609375,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"},\"html_tag\":\"a\",\"link\":{\"url\":\"https:\\/\\/dev.rankray.com\\/quebec\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"67990209\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>QUEBEC<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"462fedf8\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1778,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2800000000000000266453525910037569701671600341796875,\"sizes\":[]},\"css_classes\":\"container\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.1600000000000000033306690738754696212708950042724609375,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"},\"html_tag\":\"a\",\"link\":{\"url\":\"https:\\/\\/dev.rankray.com\\/ontario\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"3bfb9352\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ONTARIO<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"67215dad\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1779,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2800000000000000266453525910037569701671600341796875,\"sizes\":[]},\"css_classes\":\"container\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.1600000000000000033306690738754696212708950042724609375,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"},\"html_tag\":\"a\",\"link\":{\"url\":\"https:\\/\\/dev.rankray.com\\/alberta\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"3a826ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ALBERTA<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198efab2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1828499b\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1780,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2800000000000000266453525910037569701671600341796875,\"sizes\":[]},\"css_classes\":\"container\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.1600000000000000033306690738754696212708950042724609375,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"},\"html_tag\":\"a\",\"link\":{\"url\":\"https:\\/\\/dev.rankray.com\\/british-columbia\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"2198c68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BRITSH<br \\/>COLUMBIA<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"554c8d40\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1781,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2800000000000000266453525910037569701671600341796875,\"sizes\":[]},\"css_classes\":\"container\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.1600000000000000033306690738754696212708950042724609375,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"},\"html_tag\":\"a\",\"link\":{\"url\":\"https:\\/\\/dev.rankray.com\\/nova-scotia\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"6b46af25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nova<br \\/>Scotia<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2fe34a7a\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1782,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2800000000000000266453525910037569701671600341796875,\"sizes\":[]},\"css_classes\":\"container\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.1600000000000000033306690738754696212708950042724609375,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.24)\"},\"html_tag\":\"a\",\"link\":{\"url\":\"https:\\/\\/dev.rankray.com\\/saskatchewan\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"718d6fb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Saskatchewan<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"28b0aaca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":860,\"sizes\":[]},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"_title\":\"q\"},\"elements\":[{\"id\":\"14246a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18e81946\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4f6e1813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":20},\"elements\":[],\"isInner\":true},{\"id\":\"4dcd323f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"81\",\"right\":\"81\",\"bottom\":\"81\",\"left\":\"81\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"none\",\"space_between_widgets\":0,\"_inline_size_tablet\":60,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"46b6a210\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Only high-end quality materials\",\"hz_section_subtitle\":\"This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features \",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"5f72e18e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request our brochure\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53b9d603\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"56f38152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4e669e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a89156f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7b021d46\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1336be5a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"39c295ba\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Testimonials & Partners\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=primary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"511a6fdb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"538d8e7e\",\"elType\":\"widget\",\"settings\":{\"testimonials_type\":\"grid_3cols\"},\"elements\":[],\"widgetType\":\"houzez_elementor_testimonials\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e0b27dd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4105419e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b6a76\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"27c54c7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"79921754\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"70de062d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"51792519\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"462d5a1d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"21\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d6ef4b7\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Read from our blog\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"2eb9daf8\",\"elType\":\"widget\",\"settings\":{\"posts_limit\":\"4\",\"show_author\":\"\",\"box_padding_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_margin\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Darker Grotesque\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"content_typo_typography\":\"custom\",\"content_typo_font_family\":\"Darker Grotesque\",\"content_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typo_font_weight\":\"400\",\"content_typo_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"postmeta_typo_typography\":\"custom\",\"postmeta_typo_font_family\":\"Darker Grotesque\",\"postmeta_typo_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"postmeta_typo_font_weight\":\"400\",\"postmeta_margin_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"postmeta_margin_bottom\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"box_bg_color\":\"\",\"title_typo_typography\":\"\",\"content_typo_typography\":\"\",\"content_color\":\"globals\\/colors?id=secondary\",\"postmeta_color\":\"globals\\/colors?id=secondary\",\"postmeta_typo_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeIn\",\"box_bg_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"houzez_elementor_blog_posts\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50df0387\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4777cc63\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"layout\":\"full_width\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7EDF3\"},\"elements\":[{\"id\":\"4b5dab01\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"2699b931\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-02-e1582734691936.jpg\",\"id\":93}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"49fd06b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"3ba3f3df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-01-e1582734705113.jpg\",\"id\":90}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3d25757f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"2333293c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-03-e1582734671602.jpg\",\"id\":96}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"61360e5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"212c0e1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-05-e1582734603812.jpg\",\"id\":102}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2af6a20e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"799f1413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/partner-04-e1582734649458.jpg\",\"id\":99}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"189f9423\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"7422fff8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"470c5a25\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"470fae84\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2152,1845,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2177,1849,'_edit_lock','1724756957:4'),(2178,1849,'_edit_last','1'),(2179,1849,'_wp_page_template','default'),(2180,1849,'_monsterinsights_sitenote_active','0'),(2181,1849,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(2182,1849,'ehf_target_exclude_locations','a:0:{}'),(2183,1849,'ehf_target_user_roles','a:1:{i:0;s:0:\"\";}'),(2184,1849,'ehf_template_type','type_header'),(2185,1849,'om_disable_all_campaigns',''),(2186,1849,'_yoast_wpseo_estimated-reading-time-minutes','1'),(2187,1849,'_elementor_edit_mode','builder'),(2188,1849,'_elementor_template_type','wp-post'),(2189,1849,'_elementor_version','3.23.4'),(2214,1849,'_elementor_data','[{\"id\":\"43ebd40\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap_mobile\":\"nowrap\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"2847988\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"html_tag\":\"a\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"b864f44\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown.png\",\"id\":1841,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2678672\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"439cbd1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"menu_slug\":\"main-menu\",\"align_items\":\"right\",\"mdropdown-margin-top_mobile\":{\"unit\":\"px\",\"size\":66,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pointer_color_menu_item_hover\":\"#CE8516\",\"color_menu_item_active\":\"#FFFFFF\",\"color_dropdown_item\":\"#CE8516\",\"background_color_dropdown_item\":\"#221603\",\"background_color_dropdown_item_hover\":\"#CE851687\",\"dropdown_typography_typography\":\"custom\",\"toggle_color\":\"#CE8516\",\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=primary\",\"color_menu_item\":\"\",\"toggle_color\":\"globals\\/colors?id=primary\",\"toggle_color_hover\":\"\",\"toggle_background_color_hover\":\"\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"background_color_dropdown_item\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item_hover\":\"\"}},\"elements\":[],\"widgetType\":\"houzez_site_menu\"}],\"isInner\":true}],\"isInner\":false}]'),(2216,1849,'_elementor_page_assets','a:0:{}'),(2224,1849,'_yoast_wpseo_content_score','90'),(2341,1870,'_elementor_edit_mode','builder'),(2342,1870,'_elementor_template_type','page'),(2343,1870,'_elementor_version','3.23.4'),(2347,1870,'_wp_page_template','elementor_header_footer'),(2348,1870,'_elementor_data','[{\"id\":\"cfa6304\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"692e2444\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"630bb310\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"79e234f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"130aa97e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"277a0edd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4ba2aaf9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7278b700\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>we believe that success lies in the details. Our highly qualified team is dedicated to managing every aspect of your project with precision and care. From the initial planning stages to the final execution, we ensure that each element is meticulously handled to meet your specific requirements. You can trust us to deliver a seamless and stress-free experience, allowing you to focus on your core business while we bring your vision to life.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"139eb265\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"28695963\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"7a5e68a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"9547f89\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"6d0c5b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59016406\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"25db017c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2dafed1d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"532008f2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"17a8e296\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"305a3e60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy.webp\",\"id\":1814,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5fea488b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d97fa87\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Estate Lead Generation ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lead Generation Real Estate Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\\n\\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"79f0ed0b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200c3469\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6ecf1bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41dd111e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"2e72eb98\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"40642268\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47cb74c2\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Amplifying-Visibility-In-The-Digital-Realm.webp\",\"id\":1831,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Amplifying Visibility In The Digital Realm\",\"text\":\"Amplify Your Online Visibility. Discover strategies to elevate your presence across digital channels, engage your target audience, and achieve increased visibility in the competitive online landscape.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Elevating-Recognition-And-Influence.webp\",\"id\":1832,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Acquiring Targeted Prospects\",\"text\":\"Strategic Lead Generation: Focus on acquiring prospects that align with your target audience. Implement targeted marketing strategies to attract and engage potential customers.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Tracking.webp\",\"id\":1834,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Elevating Recognition and Influence\",\"text\":\"Building Brand Authority: Establish your brand as an industry leader, enhancing recognition and influence. Cultivate a strong brand identity, engage with your audience.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/target.webp\",\"id\":1833,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Tracking and Measuring Results\",\"text\":\" Measure and track the results of your marketing efforts. Implement analytics and tracking mechanisms to gain valuable insights and make data-driven decisions for achieving measurable results.\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"256e6458\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"79532c1\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Strategies\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"3dff954c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2952969e\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"_transform_scale_popover_hover\":\"transform\",\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":1.0500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_transform_scaleX_effect_hover\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_transform_scaleY_effect_hover\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_color\":\"#FFBA4D\",\"background_hover_color\":\"#FFBA4D9E\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"58699ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.\\u00a0<\\/p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_family\":\"Montserrat\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"12c856ac\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"_transform_scale_popover_hover\":\"transform\",\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":1.0500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_transform_scaleX_effect_hover\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_transform_scaleY_effect_hover\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_color\":\"#FFBA4D\",\"background_hover_color\":\"#FFBA4D9E\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"5f053a90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.<\\/p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_family\":\"Montserrat\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"68a170ef\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":930,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"61447548\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20bd0af4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2271ead0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3cec7aae\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4b5efd4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked questions\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"348e0c12\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"43a20f46\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Lorem ipsum dolor sit amet?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"06bf475\"},{\"tab_title\":\"Aenean elit sem, feugiat dapibus tincidunt sapien?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"41943b9\"},{\"tab_title\":\"Nunc maximus faucibus elit in dictum?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"1e23ed4\"},{\"tab_title\":\"Donec commodo dui id fringilla consectetur?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"9a6c71b\"},{\"tab_title\":\"Aenean quam libero, pretium?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"78012a8\"}],\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"content_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"\",\"icon_active_color\":\"\",\"icon_color\":\"\",\"title_typography_typography\":\"\",\"content_typography_typography\":\"\",\"content_background_color\":\"\"},\"icon_align\":\"right\",\"title_typography_font_family\":\"Darker Grotesque\",\"icon_color\":\"#00233D\",\"icon_active_color\":\"#00233D\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Darker Grotesque\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"content_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"102ff464\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51a91f7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"18af1069\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13e3f83c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"29622642\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2354,1870,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2455,1885,'_wp_attached_file','2024/08/stylish-business-team-three-scaled-1.jpg'),(2456,1885,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:48:\"2024/08/stylish-business-team-three-scaled-1.jpg\";s:8:\"filesize\";i:455830;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"stylish-business-team-three-scaled-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90340;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"stylish-business-team-three-scaled-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:536047;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"stylish-business-team-three-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50928;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"stylish-business-team-three-scaled-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:346897;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"stylish-business-team-three-scaled-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:995612;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:50:\"stylish-business-team-three-scaled-1-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1543985;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:49:\"stylish-business-team-three-scaled-1-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:667904;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:48:\"stylish-business-team-three-scaled-1-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260636;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:48:\"stylish-business-team-three-scaled-1-780x780.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:502795;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:48:\"stylish-business-team-three-scaled-1-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:374953;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:48:\"stylish-business-team-three-scaled-1-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254193;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:48:\"stylish-business-team-three-scaled-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:441165;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:47:\"stylish-business-team-three-scaled-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35503;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:48:\"stylish-business-team-three-scaled-1-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182913;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1507740521\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2457,1886,'_wp_attached_file','2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp'),(2458,1886,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:70:\"2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\";s:8:\"filesize\";i:16112;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"hand-presenting-model-house-home-loan-campaign-1024x683-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13936;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"hand-presenting-model-house-home-loan-campaign-1024x683-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7394;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"hand-presenting-model-house-home-loan-campaign-1024x683-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55158;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:70:\"hand-presenting-model-house-home-loan-campaign-1024x683-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42996;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:70:\"hand-presenting-model-house-home-loan-campaign-1024x683-1-780x683.webp\";s:5:\"width\";i:780;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74050;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:70:\"hand-presenting-model-house-home-loan-campaign-1024x683-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61316;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:70:\"hand-presenting-model-house-home-loan-campaign-1024x683-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42320;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:70:\"hand-presenting-model-house-home-loan-campaign-1024x683-1-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70786;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:69:\"hand-presenting-model-house-home-loan-campaign-1024x683-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3972;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:70:\"hand-presenting-model-house-home-loan-campaign-1024x683-1-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29758;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2459,1886,'_elementor_source_image_hash','138753dd71729a7fefd890f6a1dea960a4fd56d3'),(2487,22,'_yoast_wpseo_content_score','30'),(2488,22,'_yoast_wpseo_estimated-reading-time-minutes','2'),(2491,24,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2518,24,'_edit_lock','1725281695:1'),(2546,24,'_yoast_wpseo_content_score','90'),(2547,24,'_yoast_wpseo_estimated-reading-time-minutes','1'),(2622,1905,'_elementor_edit_mode','builder'),(2623,1905,'_elementor_template_type','page'),(2624,1905,'_elementor_version','3.23.4'),(2628,1905,'_wp_page_template','elementor_header_footer'),(2629,1905,'_elementor_data','[{\"id\":\"2656aa3f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"5e196d5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"182be79c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5b53860\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"66fa67e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f48d7b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"37212e0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41092e81\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>we believe that success lies in the details. Our highly qualified team is dedicated to managing every aspect of your project with precision and care. From the initial planning stages to the final execution, we ensure that each element is meticulously handled to meet your specific requirements. You can trust us to deliver a seamless and stress-free experience, allowing you to focus on your core business while we bring your vision to life.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ebef732\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/index.php\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"60ad96cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"67f80c12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"30c75c82\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"2fa8afb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72d0296b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"7ae4affe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"66898888\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"490ce35\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5cf7553\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4417d799\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy.webp\",\"id\":1814,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"10260c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2fc3faa2\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Estate Lead Generation ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lead Generation Real Estate Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\\n\\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"600dde75\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"565e6b93\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"5902acae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a613b34\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"62b4f463\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7b5fd517\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5240de48\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Amplifying-Visibility-In-The-Digital-Realm.webp\",\"id\":1831,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Amplifying Visibility In The Digital Realm\",\"text\":\"Amplify Your Online Visibility. Discover strategies to elevate your presence across digital channels, engage your target audience, and achieve increased visibility in the competitive online landscape.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Elevating-Recognition-And-Influence.webp\",\"id\":1832,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Acquiring Targeted Prospects\",\"text\":\"Strategic Lead Generation: Focus on acquiring prospects that align with your target audience. Implement targeted marketing strategies to attract and engage potential customers.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Tracking.webp\",\"id\":1834,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Elevating Recognition and Influence\",\"text\":\"Building Brand Authority: Establish your brand as an industry leader, enhancing recognition and influence. Cultivate a strong brand identity, engage with your audience.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/target.webp\",\"id\":1833,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Tracking and Measuring Results\",\"text\":\" Measure and track the results of your marketing efforts. Implement analytics and tracking mechanisms to gain valuable insights and make data-driven decisions for achieving measurable results.\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51ea9171\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"5bf2636e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Strategies\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"7679c9a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"78243515\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"_transform_scale_popover_hover\":\"transform\",\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":1.0500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_transform_scaleX_effect_hover\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_transform_scaleY_effect_hover\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_color\":\"#FFBA4D\",\"background_hover_color\":\"#FFBA4D9E\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"ef9cab5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.\\u00a0<\\/p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_family\":\"Montserrat\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5b0bf3eb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"_transform_scale_popover_hover\":\"transform\",\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":1.0500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_transform_scaleX_effect_hover\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_transform_scaleY_effect_hover\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_color\":\"#FFBA4D\",\"background_hover_color\":\"#FFBA4D9E\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"4f0e779e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.<\\/p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_family\":\"Montserrat\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"28c3c562\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"1e46f3da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"52eb90ea\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"779095dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2635,1905,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2646,1909,'_edit_lock','1725281044:1'),(2670,1909,'_edit_last','3'),(2671,1909,'fave_listing_page_content_area','0'),(2672,1909,'fave_prop_no','9'),(2673,1909,'fave_properties_sort','d_date'),(2674,1909,'fave_listings_tabs','disable'),(2675,1909,'fave_listings_tab_1','for-sale'),(2676,1909,'fave_listings_tab_2','for-sale'),(2677,1909,'fave_properties_min_beds','0'),(2678,1909,'fave_properties_min_baths','0'),(2679,1909,'fave_agency_orderby','none'),(2680,1909,'fave_agency_order','ASC'),(2681,1909,'fave_agent_orderby','none'),(2682,1909,'fave_agent_order','ASC'),(2683,1909,'fave_header_type','none'),(2684,1909,'fave_page_header_image_opacity','0.35'),(2685,1909,'fave_page_header_search','0'),(2686,1909,'fave_header_full_screen','0'),(2687,1909,'fave_adv_search_enable','global'),(2688,1909,'fave_adv_search','hide'),(2689,1909,'fave_adv_search_pos','under_menu'),(2690,1909,'fave_page_title','show'),(2691,1909,'fave_page_breadcrumb','show'),(2692,1909,'fave_page_sidebar','right_sidebar'),(2693,1909,'fave_page_background','yes'),(2694,1909,'fave_main_menu_trans','no'),(2695,1909,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(2696,1909,'_yoast_wpseo_estimated-reading-time-minutes','3'),(2697,1909,'_elementor_edit_mode','builder'),(2698,1909,'_elementor_template_type','wp-page'),(2699,1909,'_elementor_version','3.23.4'),(2700,1909,'_wp_page_template','elementor_header_footer'),(2701,1909,'_elementor_data','[{\"id\":\"228cfbc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"ab73353\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"0934b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"108e370\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"409a17c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"a37fb9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378a819\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2229778d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"548ebe22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"38a596a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4b53b7\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unleash explosive growth with our\\u00a0<span data-sheets-root=\\\"1\\\" data-sheets-value=\\\"{&quot;1&quot;:2,&quot;2&quot;:&quot;best digital marketing agency canada&quot;}\\\" data-sheets-userformat=\\\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\\\">best digital marketing agency Canada<\\/span><\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-fe8e4a0 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"fe8e4a0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Digital marketing has become increasingly important in today\\u2019s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"558ba4c9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"29ee6906\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"5c3950\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"57c22d3d\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"2839569f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d28311b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy.webp\",\"id\":3180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25a0677\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"74331874\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4447ef85\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22be1d04\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4d836d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"16954510\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3181,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f1ab3a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4fc49dc0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Digital Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in today\\u2019s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15a99cc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5bb777\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"596f160a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"125a3aca\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"5a46858f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"6aefbdd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e25838a\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-2.webp\",\"id\":2027,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Search Engine Optimization (SEO)\",\"text\":\"SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-marketing-icon.webp\",\"id\":2467,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Marketing\",\"text\":\"Content marketing involves creating and sharing valuable content to attract and engage a target audience, build brand authority, and drive profitable customer actions.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-marketing-2.webp\",\"id\":2026,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Marketing\",\"text\":\"Social media marketing involves using social media platforms, such as Facebook, Twitter, etc to promote a brand or product.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/email-marketing-2.webp\",\"id\":2025,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Marketing\",\"text\":\"Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74cbad91\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"236f6f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d239d4a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"64276cf5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2702,1909,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2703,1909,'_yoast_wpseo_content_score','90'),(2710,1916,'_wp_attached_file','2024/08/digital-marketing-1.webp'),(2711,1916,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2024/08/digital-marketing-1.webp\";s:8:\"filesize\";i:674720;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"digital-marketing-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31816;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"digital-marketing-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:249182;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"digital-marketing-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15864;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"digital-marketing-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:152042;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"digital-marketing-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:500270;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:33:\"digital-marketing-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:377574;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:32:\"digital-marketing-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:125640;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:32:\"digital-marketing-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:244436;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:32:\"digital-marketing-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:193360;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:32:\"digital-marketing-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124034;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:33:\"digital-marketing-1-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:270248;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:31:\"digital-marketing-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8622;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:32:\"digital-marketing-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73196;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2712,1917,'_wp_attached_file','2024/08/What-Is-Digital-Marketing-scaled-1.webp'),(2713,1917,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:47:\"2024/08/What-Is-Digital-Marketing-scaled-1.webp\";s:8:\"filesize\";i:1049136;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"What-Is-Digital-Marketing-scaled-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35290;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"What-Is-Digital-Marketing-scaled-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:277524;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"What-Is-Digital-Marketing-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16876;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"What-Is-Digital-Marketing-scaled-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:176614;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"What-Is-Digital-Marketing-scaled-1-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:503024;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"What-Is-Digital-Marketing-scaled-1-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:752000;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:48:\"What-Is-Digital-Marketing-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:342666;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:47:\"What-Is-Digital-Marketing-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133004;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:47:\"What-Is-Digital-Marketing-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:266862;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:47:\"What-Is-Digital-Marketing-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:197354;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:47:\"What-Is-Digital-Marketing-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131514;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:47:\"What-Is-Digital-Marketing-scaled-1-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:228732;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:46:\"What-Is-Digital-Marketing-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8674;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:47:\"What-Is-Digital-Marketing-scaled-1-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87546;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:99:\"elementor/thumbs/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2737,1921,'_elementor_edit_mode','builder'),(2738,1921,'_elementor_template_type','page'),(2739,1921,'_elementor_version','3.23.4'),(2743,1921,'_wp_page_template','elementor_header_footer'),(2744,1921,'_elementor_data','[{\"id\":\"4184baa5\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/digital-marketing-1.webp\",\"id\":1916,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"8617f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"6185f1cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3758bb0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"17d5646d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6f00031d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"445a823f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3690d10f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unleash explosive growth with our\\u00a0<span data-sheets-root=\\\"1\\\" data-sheets-value=\\\"{&quot;1&quot;:2,&quot;2&quot;:&quot;best digital marketing agency canada&quot;}\\\" data-sheets-userformat=\\\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\\\">best digital marketing agency Canada<\\/span><\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-fe8e4a0 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"fe8e4a0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Digital marketing has become increasingly important in today\\u2019s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c46f3d2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"3db70d37\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"59c5d922\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/digital-marketing-1.webp\",\"id\":1916,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"5dc06e29\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"2eea8473\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3180ef69\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"7c6ca0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"192679f4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"100336c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3865cf06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"528feac8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Digital-Marketing-scaled-1.webp\",\"id\":1917,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"78f93484\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"58f812ab\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Estate Lead Generation ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in today\\u2019s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"61ecace0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b1bf265\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"62dfdb77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"669d6f4\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"45457007\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"6dc31a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"27f32f77\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Amplifying-Visibility-In-The-Digital-Realm.webp\",\"id\":1831,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Search Engine Optimization (SEO)\",\"text\":\"SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Elevating-Recognition-And-Influence.webp\",\"id\":1832,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Marketing\",\"text\":\"Content marketing involves creating and sharing valuable content to attract and engage a target audience.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Tracking.webp\",\"id\":1834,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Marketing\",\"text\":\"Social media marketing involves using social media platforms, such as Facebook, Twitter, LinkedIn, and Instagram, to promote a brand or product.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/target.webp\",\"id\":1833,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Marketing\",\"text\":\"Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cad64f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"1486f126\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e2d75b4\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"2683ef47\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2750,1921,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2756,1925,'_edit_lock','1725281044:1'),(2760,1925,'_edit_last','1'),(2761,1925,'fave_listing_page_content_area','0'),(2762,1925,'fave_prop_no','9'),(2763,1925,'fave_properties_sort','d_date'),(2764,1925,'fave_listings_tabs','disable'),(2765,1925,'fave_listings_tab_1','for-sale'),(2766,1925,'fave_listings_tab_2','for-sale'),(2767,1925,'fave_properties_min_beds','0'),(2768,1925,'fave_properties_min_baths','0'),(2769,1925,'fave_agency_orderby','none'),(2770,1925,'fave_agency_order','ASC'),(2771,1925,'fave_agent_orderby','none'),(2772,1925,'fave_agent_order','ASC'),(2773,1925,'fave_header_type','none'),(2774,1925,'fave_page_header_image_opacity','0.35'),(2775,1925,'fave_page_header_search','0'),(2776,1925,'fave_header_full_screen','0'),(2777,1925,'fave_adv_search_enable','global'),(2778,1925,'fave_adv_search','hide'),(2779,1925,'fave_adv_search_pos','under_menu'),(2780,1925,'fave_page_title','show'),(2781,1925,'fave_page_breadcrumb','show'),(2782,1925,'fave_page_sidebar','right_sidebar'),(2783,1925,'fave_page_background','yes'),(2784,1925,'fave_main_menu_trans','no'),(2785,1925,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(2786,1925,'_yoast_wpseo_estimated-reading-time-minutes','4'),(2787,1925,'_elementor_edit_mode','builder'),(2788,1925,'_elementor_template_type','wp-page'),(2789,1925,'_elementor_version','3.23.4'),(2790,1925,'_wp_page_template','elementor_header_footer'),(2791,1925,'_elementor_data','[{\"id\":\"e006acd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-1024x576.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"75c98c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"e51196e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a05691a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"434e5da\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c5dbe7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0448794\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"67a70bd7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"608c1ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1a2afc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46ceb73b\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>A wide range of skills and disciplines<\\/p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. That\\u2019s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52263f86\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"46602773\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"4a47b332\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"40126736\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"53960024\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b92ac8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2.webp\",\"id\":2383,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5fe2bee8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"10dbe48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"63145e11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"781d698a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"238ebc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dce0522\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy.webp\",\"id\":1929,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6737e1e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1023c6b1\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Web Development ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Web development refers to the process of creating websites and web applications that are accessible on the internet. It involves a range of technical skills and knowledge, including coding, web design, server management, database management, and software development.\\n\\n Web development is an essential component of modern business and communication, as it allows businesses and individuals to create an online presence and connect with others around the world. From e-commerce websites that enable online shopping to social networking platforms that connect people with similar interests, web development has transformed the way we interact with each other and the world around us.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d0b552c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e70b75b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"5b90825e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab9a38\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Web Development Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"462cebaf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"28de8b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f424e86\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Mobile-app-development.webp\",\"id\":2033,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Mobile App Development\",\"text\":\"We offer mobile app development services for businesses that want to expand their reach and connect with their customers on mobile devices. We\\u2019ll create a mobile app that is user-friendly and visually appealing\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Custom-web-application.webp\",\"id\":2031,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Custom Web Applications\",\"text\":\"Our custom web application development services are designed to help businesses streamline their processes and improve efficiency. We\\u2019ll work with you to identify your business needs and develop a custom web application that meets those needs.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ecommerce-development.webp\",\"id\":2032,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"E-Commerce Development\",\"text\":\"Our e-commerce development services are designed to help businesses of all sizes sell products and services online. We\\u2019ll create an e-commerce website that is easy to navigate, secure, and optimized for search engines.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Website-development.webp\",\"id\":2034,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Website Design And Development\",\"text\":\"We offer custom website design and development services to meet the unique needs of each of our clients. Our team of experienced web developers will work with you to create a website that is visually appealing and user-friendly\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50481ea4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"55aba806\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5cb84b18\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"34d3aff1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2792,1925,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2793,1929,'_wp_attached_file','2024/08/What-Is-Web-Development-scaled-copy.webp'),(2794,1929,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:48:\"2024/08/What-Is-Web-Development-scaled-copy.webp\";s:8:\"filesize\";i:37706;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"What-Is-Web-Development-scaled-copy-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21562;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"What-Is-Web-Development-scaled-copy-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:125458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"What-Is-Web-Development-scaled-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11298;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"What-Is-Web-Development-scaled-copy-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83940;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"What-Is-Web-Development-scaled-copy-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:215374;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:50:\"What-Is-Web-Development-scaled-copy-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:318004;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:49:\"What-Is-Web-Development-scaled-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:151346;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:48:\"What-Is-Web-Development-scaled-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65588;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:48:\"What-Is-Web-Development-scaled-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122596;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:48:\"What-Is-Web-Development-scaled-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93218;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:48:\"What-Is-Web-Development-scaled-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65410;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:48:\"What-Is-Web-Development-scaled-copy-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106222;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:47:\"What-Is-Web-Development-scaled-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5478;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:48:\"What-Is-Web-Development-scaled-copy-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45658;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:100:\"elementor/thumbs/What-Is-Web-Development-scaled-copy-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2795,1930,'_wp_attached_file','2024/08/web-development-1.webp'),(2796,1930,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2024/08/web-development-1.webp\";s:8:\"filesize\";i:514316;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"web-development-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27570;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"web-development-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:211356;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"web-development-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14560;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"web-development-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132504;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"web-development-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:402830;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:31:\"web-development-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:307702;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:30:\"web-development-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110218;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:30:\"web-development-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:215510;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:30:\"web-development-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:165536;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:30:\"web-development-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109362;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:31:\"web-development-1-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:227636;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:29:\"web-development-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8056;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:30:\"web-development-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66364;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2817,1925,'_yoast_wpseo_content_score','90'),(2841,1937,'_edit_lock','1725281043:1'),(2843,1937,'_edit_last','1'),(2844,1937,'fave_listing_page_content_area','0'),(2845,1937,'fave_prop_no','9'),(2846,1937,'fave_properties_sort','d_date'),(2847,1937,'fave_listings_tabs','disable'),(2848,1937,'fave_listings_tab_1','for-sale'),(2849,1937,'fave_listings_tab_2','for-sale'),(2850,1937,'fave_properties_min_beds','0'),(2851,1937,'fave_properties_min_baths','0'),(2852,1937,'fave_agency_orderby','none'),(2853,1937,'fave_agency_order','ASC'),(2854,1937,'fave_agent_orderby','none'),(2855,1937,'fave_agent_order','ASC'),(2856,1937,'fave_header_type','none'),(2857,1937,'fave_page_header_image_opacity','0.35'),(2858,1937,'fave_page_header_search','0'),(2859,1937,'fave_header_full_screen','0'),(2860,1937,'fave_adv_search_enable','global'),(2861,1937,'fave_adv_search','hide'),(2862,1937,'fave_adv_search_pos','under_menu'),(2863,1937,'fave_page_title','show'),(2864,1937,'fave_page_breadcrumb','show'),(2865,1937,'fave_page_sidebar','right_sidebar'),(2866,1937,'fave_page_background','yes'),(2867,1937,'fave_main_menu_trans','no'),(2868,1937,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(2869,1937,'_yoast_wpseo_estimated-reading-time-minutes','4'),(2870,1940,'_edit_lock','1725281041:1'),(2871,1937,'_elementor_edit_mode','builder'),(2872,1937,'_elementor_template_type','wp-page'),(2873,1937,'_elementor_version','3.23.4'),(2875,1940,'_edit_last','1'),(2876,1940,'fave_listing_page_content_area','0'),(2877,1940,'fave_prop_no','9'),(2878,1940,'fave_properties_sort','d_date'),(2879,1940,'fave_listings_tabs','disable'),(2880,1940,'fave_listings_tab_1','for-sale'),(2881,1940,'fave_listings_tab_2','for-sale'),(2882,1940,'fave_properties_min_beds','0'),(2883,1940,'fave_properties_min_baths','0'),(2884,1940,'fave_agency_orderby','none'),(2885,1940,'fave_agency_order','ASC'),(2886,1940,'fave_agent_orderby','none'),(2887,1940,'fave_agent_order','ASC'),(2888,1940,'fave_header_type','none'),(2889,1940,'fave_page_header_image_opacity','0.35'),(2890,1940,'fave_page_header_search','0'),(2891,1940,'fave_header_full_screen','0'),(2892,1940,'fave_adv_search_enable','global'),(2893,1940,'fave_adv_search','hide'),(2894,1940,'fave_adv_search_pos','under_menu'),(2895,1940,'fave_page_title','show'),(2896,1940,'fave_page_breadcrumb','show'),(2897,1940,'fave_page_sidebar','right_sidebar'),(2898,1940,'fave_page_background','yes'),(2899,1940,'fave_main_menu_trans','no'),(2900,1940,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(2901,1940,'_yoast_wpseo_estimated-reading-time-minutes','4'),(2902,1937,'_wp_page_template','elementor_header_footer'),(2903,1937,'_elementor_data','[{\"id\":\"be3aa4e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"8885f45\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"beb99d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marekting\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d5e7302\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8cf61d7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"93767b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b8caa1\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29b5554c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"496991c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ec2cec7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b8299e2\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-element elementor-element-21386454 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"21386454\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unlocking the Power of Content Marketing Services In Canada<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-5e7a8595 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5e7a8595\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clients\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25881f73\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"192ae26a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"363d5378\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"d93d8d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3.webp\",\"id\":2384,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eb86d47\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1689647a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"10f355a6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e6df83\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"329a86d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d36f6a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3167,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51213cc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6e77af\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Content Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Content marketing is a strategic marketing approach that focuses on creating valuable, informative, and engaging content that is designed to attract and retain a specific target audience. Content marketing can take many forms, including blog posts, videos, social media updates, e-books, and more.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c1b4a77\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6746418\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2c9ecde2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7a134b10\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Content Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"68b8f167\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"10e0b097\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36386b0\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-promotion.webp\",\"id\":2041,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Promotion\",\"text\":\"We\\u2019ll promote your content on social media channels and other relevant platforms to help you reach a wider audience and drive more traffic to your website\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-analytics.webp\",\"id\":2038,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Analytics\",\"text\":\"We\\u2019ll provide you with detailed analytics reports that track the performance of your content. This will help you identify which types of content are resonating\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-creation.webp\",\"id\":2039,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Creation\",\"text\":\"Our team of experienced writers and content creators will develop high-quality, engaging content that is designed to attract and retain your target audience.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-optimization.webp\",\"id\":2040,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Optimization\",\"text\":\"We\\u2019ll help you optimize your content for search engines by incorporating relevant keywords and meta tags. This will help your content rank higher on search engine\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0864b98\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0cb58e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c21ac3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22333a6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7b10f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fbd498\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3168,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"183eabf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2844975\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is Content Marketing Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"In today\\u2019s digital world, content is king. By creating high-quality, engaging content that resonates with your target audience, you can build a strong online presence, establish yourself as an authority in your industry, and drive more traffic to your website. Effective content marketing can also help you generate more leads, increase your conversion rates, and boost your revenue.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0980867\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c82f1d8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"8f5ef1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3e0bbec8\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"64ddc4b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2904,1937,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2905,1940,'_elementor_edit_mode','builder'),(2906,1940,'_elementor_template_type','wp-page'),(2907,1940,'_elementor_version','3.23.4'),(2908,1940,'_wp_page_template','elementor_header_footer'),(2909,1940,'_elementor_data','[{\"id\":\"c445dd9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-1024x576.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"background_image_tablet\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-1.webp\",\"id\":1954,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"f82986c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c8d743e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Search Engine Optimzation\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"90cd5c6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"b09bfd0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9b3636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2d5302\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c1baf23\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"655211b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"61d1fc31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ec00cd\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>In today\\u2019s digital landscape, a stunning website isn\\u2019t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. That\\u2019s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cb25cad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2dd9885\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"61220043\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"aaea173\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3.webp\",\"id\":2381,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"512fe088\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"26e9b08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2675a43b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"45f07f1a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6af315f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6846a22d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3146,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569575b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"746c2f72\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Search Engine Optimization (SEO)?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"SEO is a set of techniques and strategies that are used to improve the visibility and ranking of a website in search engine results pages. Local SEO agency in Canada involves optimizing a website\\u2019s content, structure, and code to make it more attractive to search engines like Google and Bing\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"616a6376\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7517eaeb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"348ae22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3047202a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our SEO Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"37754e61\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"70318d77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"75ba9be1\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Off-page-seo.webp\",\"id\":2057,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Off-Page Optimization\",\"text\":\"We\\u2019ll help you build high-quality backlinks to your website from reputable sources to improve your search engine rankings\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Local-seo.webp\",\"id\":2056,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Local SEO\",\"text\":\"If you have a local business, we\\u2019ll help you optimize your website for local search results to help you attract more customers in your area.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/on-page-seo.webp\",\"id\":2058,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"On-Page Optimization\",\"text\":\"We\\u2019ll optimize your website\\u2019s content, structure, and code to make it <br>more attractive to search <br>engines.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Keyword-Research.webp\",\"id\":2055,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Keyword Research\",\"text\":\"We\\u2019ll conduct in-depth keyword research to identify the keywords and phrases that your target audience is using to find the products\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97b67a9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad733d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb51b78\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"31c272c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3af523\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"28f0659\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3145,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d0cb005\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"629f7d3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is SEO Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"In today\\u2019s digital world, most consumers turn to search engines to find the products and services they need. By optimizing your website for search engines, you can increase your visibility and attract more targeted traffic to your website. This can lead to more leads, conversions, and revenue for your business.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1654314\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11f31410\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"499e0df5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8d3f58\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"40184adb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2910,1940,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2911,1943,'_wp_attached_file','2024/08/Why-Is-Content-Marketing-Important-scaled-1.webp'),(2912,1943,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:56:\"2024/08/Why-Is-Content-Marketing-Important-scaled-1.webp\";s:8:\"filesize\";i:522144;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"Why-Is-Content-Marketing-Important-scaled-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25406;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"Why-Is-Content-Marketing-Important-scaled-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"Why-Is-Content-Marketing-Important-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"Why-Is-Content-Marketing-Important-scaled-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96958;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:58:\"Why-Is-Content-Marketing-Important-scaled-1-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:260138;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:58:\"Why-Is-Content-Marketing-Important-scaled-1-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:390174;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:57:\"Why-Is-Content-Marketing-Important-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:178666;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:56:\"Why-Is-Content-Marketing-Important-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71698;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:56:\"Why-Is-Content-Marketing-Important-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:123988;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:56:\"Why-Is-Content-Marketing-Important-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102840;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:56:\"Why-Is-Content-Marketing-Important-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70744;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:56:\"Why-Is-Content-Marketing-Important-scaled-1-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122684;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:55:\"Why-Is-Content-Marketing-Important-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7108;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:56:\"Why-Is-Content-Marketing-Important-scaled-1-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51632;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:108:\"elementor/thumbs/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2913,1944,'_wp_attached_file','2024/08/what-is-content-marketing-scaled-1.webp'),(2914,1944,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:47:\"2024/08/what-is-content-marketing-scaled-1.webp\";s:8:\"filesize\";i:804508;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"what-is-content-marketing-scaled-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34914;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"what-is-content-marketing-scaled-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:221360;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"what-is-content-marketing-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16778;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"what-is-content-marketing-scaled-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145440;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"what-is-content-marketing-scaled-1-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:394414;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"what-is-content-marketing-scaled-1-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:586330;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:48:\"what-is-content-marketing-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:272350;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:47:\"what-is-content-marketing-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110728;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:47:\"what-is-content-marketing-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:199764;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:47:\"what-is-content-marketing-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160464;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:47:\"what-is-content-marketing-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109176;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:47:\"what-is-content-marketing-scaled-1-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:185674;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:46:\"what-is-content-marketing-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8678;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:47:\"what-is-content-marketing-scaled-1-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75692;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:99:\"elementor/thumbs/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2915,1945,'_wp_attached_file','2024/08/content-marketing-1.webp'),(2916,1945,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2024/08/content-marketing-1.webp\";s:8:\"filesize\";i:739356;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"content-marketing-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31856;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"content-marketing-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:251610;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"content-marketing-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15774;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"content-marketing-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:151094;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"content-marketing-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:511724;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:33:\"content-marketing-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:357838;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:32:\"content-marketing-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117174;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:32:\"content-marketing-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:232582;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:32:\"content-marketing-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:181640;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:32:\"content-marketing-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115614;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:33:\"content-marketing-1-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:272826;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:31:\"content-marketing-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8668;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:32:\"content-marketing-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72124;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2937,1937,'_yoast_wpseo_content_score','90'),(2939,1949,'_edit_lock','1725281043:1'),(2941,1949,'_edit_last','1'),(2942,1949,'fave_listing_page_content_area','0'),(2943,1949,'fave_prop_no','9'),(2944,1949,'fave_properties_sort','d_date'),(2945,1949,'fave_listings_tabs','disable'),(2946,1949,'fave_listings_tab_1','for-sale'),(2947,1949,'fave_listings_tab_2','for-sale'),(2948,1949,'fave_properties_min_beds','0'),(2949,1949,'fave_properties_min_baths','0'),(2950,1949,'fave_agency_orderby','none'),(2951,1949,'fave_agency_order','ASC'),(2952,1949,'fave_agent_orderby','none'),(2953,1949,'fave_agent_order','ASC'),(2954,1949,'fave_header_type','none'),(2955,1949,'fave_page_header_image_opacity','0.35'),(2956,1949,'fave_page_header_search','0'),(2957,1949,'fave_header_full_screen','0'),(2958,1949,'fave_adv_search_enable','global'),(2959,1949,'fave_adv_search','hide'),(2960,1949,'fave_adv_search_pos','under_menu'),(2961,1949,'fave_page_title','show'),(2962,1949,'fave_page_breadcrumb','show'),(2963,1949,'fave_page_sidebar','right_sidebar'),(2964,1949,'fave_page_background','yes'),(2965,1949,'fave_main_menu_trans','no'),(2966,1949,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(2967,1949,'_yoast_wpseo_estimated-reading-time-minutes','4'),(2968,1949,'_elementor_edit_mode','builder'),(2969,1949,'_elementor_template_type','wp-page'),(2970,1949,'_elementor_version','3.23.4'),(2971,1952,'_wp_attached_file','2024/08/seo-is-important-scaled-1.webp'),(2972,1952,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:38:\"2024/08/seo-is-important-scaled-1.webp\";s:8:\"filesize\";i:634224;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seo-is-important-scaled-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29244;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"seo-is-important-scaled-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:177494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seo-is-important-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14378;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"seo-is-important-scaled-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117982;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"seo-is-important-scaled-1-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:313990;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:40:\"seo-is-important-scaled-1-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:466964;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:39:\"seo-is-important-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:217280;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:38:\"seo-is-important-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88544;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:38:\"seo-is-important-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160238;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:38:\"seo-is-important-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:126694;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:38:\"seo-is-important-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87342;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:38:\"seo-is-important-scaled-1-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148922;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:37:\"seo-is-important-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8066;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:38:\"seo-is-important-scaled-1-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62560;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:90:\"elementor/thumbs/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2973,1953,'_wp_attached_file','2024/08/what-is-seo-scaled-1.webp'),(2974,1953,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:33:\"2024/08/what-is-seo-scaled-1.webp\";s:8:\"filesize\";i:460856;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"what-is-seo-scaled-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22470;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"what-is-seo-scaled-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"what-is-seo-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11718;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"what-is-seo-scaled-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87430;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"what-is-seo-scaled-1-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:230870;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"what-is-seo-scaled-1-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:345130;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:34:\"what-is-seo-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:159574;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:33:\"what-is-seo-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66464;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:33:\"what-is-seo-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124086;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:33:\"what-is-seo-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94762;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:33:\"what-is-seo-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65388;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:33:\"what-is-seo-scaled-1-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109988;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:32:\"what-is-seo-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6634;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:33:\"what-is-seo-scaled-1-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46474;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:85:\"elementor/thumbs/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2975,1954,'_wp_attached_file','2024/08/seo-1.webp'),(2976,1954,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2024/08/seo-1.webp\";s:8:\"filesize\";i:582602;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"seo-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20076;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"seo-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:176024;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"seo-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10522;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"seo-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102398;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"seo-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:380582;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:19:\"seo-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:281894;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:18:\"seo-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85442;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:18:\"seo-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:206912;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:18:\"seo-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138832;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:18:\"seo-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85266;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"seo-1-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:193278;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:17:\"seo-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5766;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:18:\"seo-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46766;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:70:\"elementor/thumbs/seo-1-qsu71b6cptw9gbaumw9nt1jo4ufmquf6adnfw3l6io.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2977,1949,'_wp_page_template','elementor_header_footer'),(2978,1949,'_elementor_data','[{\"id\":\"d98d9f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/ppc-advertising-1-copy-1024x576.webp\",\"id\":3152,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5209f8e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"5c27bba\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"090af06\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"787d72e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"0eb5465\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebad0a0\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"78f6bdfa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f386deb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1671590a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38faa637\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>If you\\u2019re looking for PPC services in Canada, it\\u2019s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.\\u00a0<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ae4dbbf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"417b7b82\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"85dfb1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f95057f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2.webp\",\"id\":2378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533d3fb6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"49c204c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72a494e0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4639e4d5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"486c3f0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7ad34b05\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3154,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f331b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1eec972e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is PPC Campaign Canada?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"PPC Campaign Canada is a form of digital marketing that involves placing ads on search engine results pages, social media platforms, and other relevant websites. Advertisers only pay when someone clicks on their ad, which means that PPC Advertising can be a cost-effective way to reach a specific target audience and generate more leads and sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5583ac01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7eb336a7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"139550b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"198aa7f9\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our  Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"37f7dfff\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"513a1597\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13d9d9d\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Increased-online-visibility.webp\",\"id\":2051,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Increased Online Visibility\",\"text\":\"Quickly get your business in front of potential customers who are actively searching for your products or services. By bidding on relevant keywords, your ads can appear on search engine results pages.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Cost-effective.webp\",\"id\":2050,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Cost<br> Effective\",\"text\":\"With PPC, you only pay when someone clicks on your ad, which means you\\u2019re not wasting money on impressions or clicks from people who aren\\u2019t interested in your business. \",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Measurable-result.webp\",\"id\":2048,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Measurable <br>Results\",\"text\":\"PPC advertising provides detailed data on how your campaigns are performing, including the number of clicks, impressions, and conversions. This data can help you optimize your campaigns\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/PPC-strategy-development.webp\",\"id\":2049,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"PPC Strategy Development\",\"text\":\"Develop a customized PPC Advertising strategy that is tailored to your business goals and target audience. Identify the best platforms to advertise on and target specific keywords\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ce68a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bd85a53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0ee829\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9e06fd8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d41c215\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1bf892a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3153,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9e28cca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"27c5854\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is PPC Advertising Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"PPC Management Canada is an important component of any digital marketing strategy because it allows businesses to reach their target audiences in a highly targeted and cost-effective way. With PPC Advertising, businesses can control their ad spend, target specific keywords and demographics, and track their ad performance in real-time.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"edbfe2a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19bff1a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4c23b5ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2be0194c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"ee35cbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2979,1949,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(3000,1940,'_yoast_wpseo_content_score','90'),(3002,1958,'_wp_attached_file','2024/08/Ppc-important-scaled-1.webp'),(3003,1958,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:35:\"2024/08/Ppc-important-scaled-1.webp\";s:8:\"filesize\";i:712324;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Ppc-important-scaled-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33364;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Ppc-important-scaled-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:204562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Ppc-important-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14746;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Ppc-important-scaled-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:134620;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"Ppc-important-scaled-1-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:357142;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"Ppc-important-scaled-1-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:520522;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:36:\"Ppc-important-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:249624;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:35:\"Ppc-important-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97570;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:35:\"Ppc-important-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:169278;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:35:\"Ppc-important-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140944;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:35:\"Ppc-important-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97000;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:35:\"Ppc-important-scaled-1-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:172082;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:34:\"Ppc-important-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8376;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:35:\"Ppc-important-scaled-1-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71170;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:87:\"elementor/thumbs/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3004,1959,'_wp_attached_file','2024/08/What-Is-PPC-Campaign-scaled-1.webp'),(3005,1959,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:42:\"2024/08/What-Is-PPC-Campaign-scaled-1.webp\";s:8:\"filesize\";i:715560;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"What-Is-PPC-Campaign-scaled-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35112;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"What-Is-PPC-Campaign-scaled-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:207596;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"What-Is-PPC-Campaign-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15700;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"What-Is-PPC-Campaign-scaled-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:139432;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"What-Is-PPC-Campaign-scaled-1-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:361576;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:44:\"What-Is-PPC-Campaign-scaled-1-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:527942;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:43:\"What-Is-PPC-Campaign-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:252842;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:42:\"What-Is-PPC-Campaign-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102740;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:42:\"What-Is-PPC-Campaign-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:165124;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:42:\"What-Is-PPC-Campaign-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146512;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:42:\"What-Is-PPC-Campaign-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101954;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:42:\"What-Is-PPC-Campaign-scaled-1-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:175480;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:41:\"What-Is-PPC-Campaign-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8954;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:42:\"What-Is-PPC-Campaign-scaled-1-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74208;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:94:\"elementor/thumbs/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3006,1960,'_wp_attached_file','2024/08/ppc-advertising-1.webp'),(3007,1960,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2024/08/ppc-advertising-1.webp\";s:8:\"filesize\";i:307222;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"ppc-advertising-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25680;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"ppc-advertising-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:158266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ppc-advertising-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13028;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"ppc-advertising-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101544;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"ppc-advertising-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:288058;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:31:\"ppc-advertising-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:220510;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:30:\"ppc-advertising-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82728;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:30:\"ppc-advertising-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:149360;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:30:\"ppc-advertising-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:121566;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:30:\"ppc-advertising-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82256;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:31:\"ppc-advertising-1-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:169128;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:29:\"ppc-advertising-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7938;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:30:\"ppc-advertising-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3028,1949,'_yoast_wpseo_content_score','90'),(3056,1972,'_edit_lock','1725281042:1'),(3058,1972,'_edit_last','1'),(3059,1972,'fave_listing_page_content_area','0'),(3060,1972,'fave_prop_no','9'),(3061,1972,'fave_properties_sort','d_date'),(3062,1972,'fave_listings_tabs','disable'),(3063,1972,'fave_listings_tab_1','for-sale'),(3064,1972,'fave_listings_tab_2','for-sale'),(3065,1972,'fave_properties_min_beds','0'),(3066,1972,'fave_properties_min_baths','0'),(3067,1972,'fave_agency_orderby','none'),(3068,1972,'fave_agency_order','ASC'),(3069,1972,'fave_agent_orderby','none'),(3070,1972,'fave_agent_order','ASC'),(3071,1972,'fave_header_type','none'),(3072,1972,'fave_page_header_image_opacity','0.35'),(3073,1972,'fave_page_header_search','0'),(3074,1972,'fave_header_full_screen','0'),(3075,1972,'fave_adv_search_enable','global'),(3076,1972,'fave_adv_search','hide'),(3077,1972,'fave_adv_search_pos','under_menu'),(3078,1972,'fave_page_title','show'),(3079,1972,'fave_page_breadcrumb','show'),(3080,1972,'fave_page_sidebar','right_sidebar'),(3081,1972,'fave_page_background','yes'),(3082,1972,'fave_main_menu_trans','no'),(3083,1972,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(3084,1972,'_yoast_wpseo_estimated-reading-time-minutes','3'),(3085,1972,'_elementor_edit_mode','builder'),(3086,1972,'_elementor_template_type','wp-page'),(3087,1972,'_elementor_version','3.23.4'),(3088,1972,'_wp_page_template','elementor_header_footer'),(3089,1972,'_elementor_data','[{\"id\":\"33ddb2e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-1024x576.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6730c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4c44d13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"22a80e1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"e6d7989\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4ef8cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4168bd7\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4c43b4dc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"253c4afa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"becdb8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b91f75f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>We help businesses create and implement social media strategies that align with their goals and objectives.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29429a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6d51e933\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"6f2a7478\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"eebaef1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1.webp\",\"id\":2382,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"590e0ee2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"555dadf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"787fc4e3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"57f5d4a2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9d8955e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6491f4c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3162,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"372892b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"10f052fa\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Social Media Marketing Services ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Social media marketing services Canada are a type of digital marketing that leverage the power of social media platforms to connect businesses with their target audience, build brand awareness, and ultimately drive conversions. Think of it as building a bridge between a brand and its ideal customers on platforms like Facebook, Instagram, Twitter, TikTok, and more.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"534412b0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efcb69e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29f32bc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2989607\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"43131c6a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"4ec127ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4f412238\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-strategy.webp\",\"id\":2069,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Strategy\",\"text\":\"Our team of experts will work with you to develop a comprehensive social media strategy that aligns with your business objectives. We\\u2019ll conduct a thorough analysis of your industry, competition, and target audience to identify the most effective social media platforms\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-manegment.webp\",\"id\":2072,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Management\",\"text\":\"Managing social media accounts can be time-consuming, but it\\u2019s crucial to stay active and engage with your audience regularly. Our team can handle all aspects of social media management, including content creation, scheduling, community management, and more\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-audit.webp\",\"id\":2071,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Audits\",\"text\":\" This service involves reviewing the social media presence of the business and identifying areas of improvement. The audit includes analyzing the content, engagement, follower growth, and more, to develop a plan for improving the social media presence\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-creation-1.webp\",\"id\":2070,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Creation\",\"text\":\"Creating high-quality and engaging content is key to success on social media platforms. Our team of content creators can develop various types of content, including images, videos, infographics, and more, to keep your social media presence fresh\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58b12253\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4f4c5e61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2728c455\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"1ffbc967\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#CE8516\",\"button_background_hover_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3090,1972,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(3091,1975,'_edit_lock','1725281042:1'),(3102,1975,'_edit_last','1'),(3103,1975,'fave_listing_page_content_area','0'),(3104,1975,'fave_prop_no','9'),(3105,1975,'fave_properties_sort','d_date'),(3106,1975,'fave_listings_tabs','disable'),(3107,1975,'fave_listings_tab_1','for-sale'),(3108,1975,'fave_listings_tab_2','for-sale'),(3109,1975,'fave_properties_min_beds','0'),(3110,1975,'fave_properties_min_baths','0'),(3111,1975,'fave_agency_orderby','none'),(3112,1975,'fave_agency_order','ASC'),(3113,1975,'fave_agent_orderby','none'),(3114,1975,'fave_agent_order','ASC'),(3115,1975,'fave_header_type','none'),(3116,1975,'fave_page_header_image_opacity','0.35'),(3117,1975,'fave_page_header_search','0'),(3118,1975,'fave_header_full_screen','0'),(3119,1975,'fave_adv_search_enable','global'),(3120,1975,'fave_adv_search','hide'),(3121,1975,'fave_adv_search_pos','under_menu'),(3122,1975,'fave_page_title','show'),(3123,1975,'fave_page_breadcrumb','show'),(3124,1975,'fave_page_sidebar','right_sidebar'),(3125,1975,'fave_page_background','yes'),(3126,1975,'fave_main_menu_trans','no'),(3127,1975,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(3128,1975,'_yoast_wpseo_estimated-reading-time-minutes','4'),(3129,1979,'_wp_attached_file','2024/08/What-Is-Social-Media-Marketing-Services-scaled-1.webp'),(3130,1979,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:61:\"2024/08/What-Is-Social-Media-Marketing-Services-scaled-1.webp\";s:8:\"filesize\";i:881650;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"What-Is-Social-Media-Marketing-Services-scaled-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34282;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"What-Is-Social-Media-Marketing-Services-scaled-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:239638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"What-Is-Social-Media-Marketing-Services-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16124;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"What-Is-Social-Media-Marketing-Services-scaled-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155448;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"What-Is-Social-Media-Marketing-Services-scaled-1-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:427284;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:63:\"What-Is-Social-Media-Marketing-Services-scaled-1-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:637060;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:62:\"What-Is-Social-Media-Marketing-Services-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:293798;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:61:\"What-Is-Social-Media-Marketing-Services-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117022;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:61:\"What-Is-Social-Media-Marketing-Services-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:221742;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:61:\"What-Is-Social-Media-Marketing-Services-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:171212;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:61:\"What-Is-Social-Media-Marketing-Services-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115946;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:61:\"What-Is-Social-Media-Marketing-Services-scaled-1-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:198408;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:60:\"What-Is-Social-Media-Marketing-Services-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8460;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:61:\"What-Is-Social-Media-Marketing-Services-scaled-1-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80184;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:113:\"elementor/thumbs/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3131,1975,'_elementor_edit_mode','builder'),(3132,1975,'_elementor_template_type','wp-page'),(3133,1975,'_elementor_version','3.23.4'),(3134,1980,'_wp_attached_file','2024/08/social-media-marketing-1.webp'),(3135,1980,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2024/08/social-media-marketing-1.webp\";s:8:\"filesize\";i:540326;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"social-media-marketing-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27434;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"social-media-marketing-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:189958;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"social-media-marketing-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"social-media-marketing-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117274;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"social-media-marketing-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:372660;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:38:\"social-media-marketing-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:282208;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:37:\"social-media-marketing-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100570;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:37:\"social-media-marketing-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:203940;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:37:\"social-media-marketing-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:151616;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:37:\"social-media-marketing-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99628;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:38:\"social-media-marketing-1-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:204966;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:36:\"social-media-marketing-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8126;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:37:\"social-media-marketing-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59148;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3156,1972,'_yoast_wpseo_content_score','90'),(3160,1975,'_wp_page_template','elementor_header_footer'),(3161,1975,'_elementor_data','[{\"id\":\"88edfd7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-1024x576.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"background_image_tablet\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2520daf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"33e0a83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db879b6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"35afa24\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d6e04d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c4ccce\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3b38a92d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"43c24a8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"39acd6ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aaf9d9f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d6d40b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"7a5f05e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"55df462f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f5af737\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3.webp\",\"id\":2376,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5099cd31\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3a348f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"292d3642\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5f7631c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"778d5efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"674a64a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\",\"id\":3134,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1148c6e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4fdac5dd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Email Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Email marketing is a cost-effective and powerful way to reach your target audience and drive business growth. Email Marketing in Canada enables businesses to communicate with their customers directly and personalize their messaging to increase engagement and conversions.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"360a3df7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2073a2c8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"744d629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2da6ae5f\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"3c5ee873\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26dd2f21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2dbcff77\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-campaign-strategy.webp\",\"id\":2063,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Campaign Strategy\",\"text\":\"Our team of experts will work with you to develop a comprehensive email campaign strategy that aligns with your business objectives. We\\u2019ll identify the most effective email types\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-list-building.webp\",\"id\":2065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email List Building\",\"text\":\"Building a high-quality email list is essential for a successful email marketing campaign. Our team can help you build and grow your email list using various tactics, including lead magnets, sign-up forms, and more\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-design-development.webp\",\"id\":2064,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Design And Development\",\"text\":\"Creating visually appealing and engaging email templates is key to driving engagement and conversions. Our team of designers and developers can create custom email templates that align with your brand\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-Automation.webp\",\"id\":2062,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Automation\",\"text\":\"Automated email campaigns can save time and increase engagement by sending personalized messages based on user behavior or demographics. We can help you set up and manage  email automation campaigns \",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c605e2d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"89c0bf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d20e733\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a97ef9e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fe1ea6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bd60ecb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3135,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"67391f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"332f3bd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Email Marketing Is Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Email marketing Canada is an important tool for businesses to reach and engage with their target audience. Here are a few reasons why email marketing is crucial for the success of any business\\n\\n\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"aca393f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21483b7d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"5d858dc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a1a3f10\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"619f928\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3162,1975,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(3163,1986,'_wp_attached_file','2024/08/email-marketing-1.webp'),(3164,1986,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2024/08/email-marketing-1.webp\";s:8:\"filesize\";i:724194;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"email-marketing-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25494;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"email-marketing-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:245384;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"email-marketing-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14860;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"email-marketing-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:142536;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"email-marketing-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:512762;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:31:\"email-marketing-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:388062;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:30:\"email-marketing-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:123170;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:30:\"email-marketing-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:279248;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:30:\"email-marketing-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:196460;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:30:\"email-marketing-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:121724;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:31:\"email-marketing-1-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:267750;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:29:\"email-marketing-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7716;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:30:\"email-marketing-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62520;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3165,1987,'_wp_attached_file','2024/08/Why-Email-Marketing-Is-Important-scaled-1.webp'),(3166,1987,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:54:\"2024/08/Why-Email-Marketing-Is-Important-scaled-1.webp\";s:8:\"filesize\";i:510640;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"Why-Email-Marketing-Is-Important-scaled-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24558;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"Why-Email-Marketing-Is-Important-scaled-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"Why-Email-Marketing-Is-Important-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12628;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"Why-Email-Marketing-Is-Important-scaled-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95782;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"Why-Email-Marketing-Is-Important-scaled-1-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:253822;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:56:\"Why-Email-Marketing-Is-Important-scaled-1-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:376258;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:55:\"Why-Email-Marketing-Is-Important-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:174628;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:54:\"Why-Email-Marketing-Is-Important-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72908;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:54:\"Why-Email-Marketing-Is-Important-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136856;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:54:\"Why-Email-Marketing-Is-Important-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102836;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:54:\"Why-Email-Marketing-Is-Important-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71308;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:54:\"Why-Email-Marketing-Is-Important-scaled-1-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120228;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:53:\"Why-Email-Marketing-Is-Important-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6814;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:54:\"Why-Email-Marketing-Is-Important-scaled-1-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51188;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:106:\"elementor/thumbs/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3167,1988,'_wp_attached_file','2024/08/What-Is-Email-Marketing-scaled-1.webp'),(3168,1988,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:45:\"2024/08/What-Is-Email-Marketing-scaled-1.webp\";s:8:\"filesize\";i:629648;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"What-Is-Email-Marketing-scaled-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27746;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"What-Is-Email-Marketing-scaled-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:174944;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"What-Is-Email-Marketing-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13888;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"What-Is-Email-Marketing-scaled-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:114084;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"What-Is-Email-Marketing-scaled-1-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:312068;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:47:\"What-Is-Email-Marketing-scaled-1-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:466196;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:46:\"What-Is-Email-Marketing-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:214036;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:45:\"What-Is-Email-Marketing-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85462;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:45:\"What-Is-Email-Marketing-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160380;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:45:\"What-Is-Email-Marketing-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124238;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:45:\"What-Is-Email-Marketing-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:84662;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:45:\"What-Is-Email-Marketing-scaled-1-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145816;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:44:\"What-Is-Email-Marketing-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7594;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:45:\"What-Is-Email-Marketing-scaled-1-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59152;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:97:\"elementor/thumbs/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3181,15,'_wp_old_date','2020-09-10'),(3182,15,'_menu_item_design','default'),(3183,15,'_menu_item_width',''),(3184,15,'_menu_item_html_block',''),(3185,27,'_wp_old_date','2020-09-10'),(3186,27,'_menu_item_design','default'),(3187,27,'_menu_item_width',''),(3188,27,'_menu_item_html_block',''),(3189,26,'_wp_old_date','2020-09-10'),(3190,26,'_menu_item_design','default'),(3191,26,'_menu_item_width',''),(3192,26,'_menu_item_html_block',''),(3226,1975,'_yoast_wpseo_content_score','90'),(3228,1995,'_menu_item_type','post_type'),(3229,1995,'_menu_item_menu_item_parent','2786'),(3230,1995,'_menu_item_object_id','1975'),(3231,1995,'_menu_item_object','page'),(3232,1995,'_menu_item_target',''),(3233,1995,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3234,1995,'_menu_item_xfn',''),(3235,1995,'_menu_item_url',''),(3237,1996,'_menu_item_type','post_type'),(3238,1996,'_menu_item_menu_item_parent','2786'),(3239,1996,'_menu_item_object_id','1972'),(3240,1996,'_menu_item_object','page'),(3241,1996,'_menu_item_target',''),(3242,1996,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3243,1996,'_menu_item_xfn',''),(3244,1996,'_menu_item_url',''),(3246,1997,'_menu_item_type','post_type'),(3247,1997,'_menu_item_menu_item_parent','2786'),(3248,1997,'_menu_item_object_id','1949'),(3249,1997,'_menu_item_object','page'),(3250,1997,'_menu_item_target',''),(3251,1997,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3252,1997,'_menu_item_xfn',''),(3253,1997,'_menu_item_url',''),(3255,1998,'_menu_item_type','post_type'),(3256,1998,'_menu_item_menu_item_parent','2786'),(3257,1998,'_menu_item_object_id','1940'),(3258,1998,'_menu_item_object','page'),(3259,1998,'_menu_item_target',''),(3260,1998,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3261,1998,'_menu_item_xfn',''),(3262,1998,'_menu_item_url',''),(3264,1999,'_menu_item_type','post_type'),(3265,1999,'_menu_item_menu_item_parent','2786'),(3266,1999,'_menu_item_object_id','1937'),(3267,1999,'_menu_item_object','page'),(3268,1999,'_menu_item_target',''),(3269,1999,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3270,1999,'_menu_item_xfn',''),(3271,1999,'_menu_item_url',''),(3273,2000,'_menu_item_type','post_type'),(3274,2000,'_menu_item_menu_item_parent','2786'),(3275,2000,'_menu_item_object_id','1925'),(3276,2000,'_menu_item_object','page'),(3277,2000,'_menu_item_target',''),(3278,2000,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3279,2000,'_menu_item_xfn',''),(3280,2000,'_menu_item_url',''),(3282,2001,'_menu_item_type','post_type'),(3283,2001,'_menu_item_menu_item_parent','2786'),(3284,2001,'_menu_item_object_id','1909'),(3285,2001,'_menu_item_object','page'),(3286,2001,'_menu_item_target',''),(3287,2001,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3288,2001,'_menu_item_xfn',''),(3289,2001,'_menu_item_url',''),(3291,2002,'_menu_item_type','post_type'),(3292,2002,'_menu_item_menu_item_parent','2786'),(3293,2002,'_menu_item_object_id','1809'),(3294,2002,'_menu_item_object','page'),(3295,2002,'_menu_item_target',''),(3296,2002,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3297,2002,'_menu_item_xfn',''),(3298,2002,'_menu_item_url',''),(3300,2002,'_menu_item_design','default'),(3301,2002,'_menu_item_width',''),(3302,2002,'_menu_item_html_block',''),(3303,1998,'_menu_item_design','default'),(3304,1998,'_menu_item_width',''),(3305,1998,'_menu_item_html_block',''),(3306,1995,'_menu_item_design','default'),(3307,1995,'_menu_item_width',''),(3308,1995,'_menu_item_html_block',''),(3309,1996,'_menu_item_design','default'),(3310,1996,'_menu_item_width',''),(3311,1996,'_menu_item_html_block',''),(3312,1997,'_menu_item_design','default'),(3313,1997,'_menu_item_width',''),(3314,1997,'_menu_item_html_block',''),(3315,1999,'_menu_item_design','default'),(3316,1999,'_menu_item_width',''),(3317,1999,'_menu_item_html_block',''),(3318,2000,'_menu_item_design','default'),(3319,2000,'_menu_item_width',''),(3320,2000,'_menu_item_html_block',''),(3321,2001,'_menu_item_design','default'),(3322,2001,'_menu_item_width',''),(3323,2001,'_menu_item_html_block',''),(3409,1828,'_yoast_wpseo_content_score','90'),(3436,2016,'_wp_attached_file','2024/08/Efficiency-and-productvity.webp'),(3437,2016,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:39:\"2024/08/Efficiency-and-productvity.webp\";s:8:\"filesize\";i:1392;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3438,2017,'_wp_attached_file','2024/08/Sales-and-revenue.webp'),(3439,2017,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:30:\"2024/08/Sales-and-revenue.webp\";s:8:\"filesize\";i:1412;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3440,2018,'_wp_attached_file','2024/08/Targeted.webp'),(3441,2018,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:21:\"2024/08/Targeted.webp\";s:8:\"filesize\";i:1526;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3442,2019,'_wp_attached_file','2024/08/Trust-and-creadibity.webp'),(3443,2019,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:33:\"2024/08/Trust-and-creadibity.webp\";s:8:\"filesize\";i:1692;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3478,2024,'_wp_attached_file','2024/08/Content-marketing-2.webp'),(3479,2024,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:32:\"2024/08/Content-marketing-2.webp\";s:8:\"filesize\";i:1178;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3480,2025,'_wp_attached_file','2024/08/email-marketing-2.webp'),(3481,2025,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:30:\"2024/08/email-marketing-2.webp\";s:8:\"filesize\";i:1450;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3482,2026,'_wp_attached_file','2024/08/Social-media-marketing-2.webp'),(3483,2026,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:37:\"2024/08/Social-media-marketing-2.webp\";s:8:\"filesize\";i:1142;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3484,2027,'_wp_attached_file','2024/08/seo-2.webp'),(3485,2027,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:18:\"2024/08/seo-2.webp\";s:8:\"filesize\";i:1164;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3511,2031,'_wp_attached_file','2024/08/Custom-web-application.webp'),(3512,2031,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:35:\"2024/08/Custom-web-application.webp\";s:8:\"filesize\";i:888;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3513,2032,'_wp_attached_file','2024/08/ecommerce-development.webp'),(3514,2032,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:34:\"2024/08/ecommerce-development.webp\";s:8:\"filesize\";i:1060;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3515,2033,'_wp_attached_file','2024/08/Mobile-app-development.webp'),(3516,2033,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:35:\"2024/08/Mobile-app-development.webp\";s:8:\"filesize\";i:1362;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3517,2034,'_wp_attached_file','2024/08/Website-development.webp'),(3518,2034,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:32:\"2024/08/Website-development.webp\";s:8:\"filesize\";i:1258;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3544,2038,'_wp_attached_file','2024/08/Content-analytics.webp'),(3545,2038,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:30:\"2024/08/Content-analytics.webp\";s:8:\"filesize\";i:806;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3546,2039,'_wp_attached_file','2024/08/Content-creation.webp'),(3547,2039,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:29:\"2024/08/Content-creation.webp\";s:8:\"filesize\";i:1542;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3548,2040,'_wp_attached_file','2024/08/Content-optimization.webp'),(3549,2040,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:33:\"2024/08/Content-optimization.webp\";s:8:\"filesize\";i:1266;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3550,2041,'_wp_attached_file','2024/08/Content-promotion.webp'),(3551,2041,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:30:\"2024/08/Content-promotion.webp\";s:8:\"filesize\";i:1620;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3602,2048,'_wp_attached_file','2024/08/Measurable-result.webp'),(3603,2048,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:30:\"2024/08/Measurable-result.webp\";s:8:\"filesize\";i:1150;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3604,2049,'_wp_attached_file','2024/08/PPC-strategy-development.webp'),(3605,2049,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:37:\"2024/08/PPC-strategy-development.webp\";s:8:\"filesize\";i:1640;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3606,2050,'_wp_attached_file','2024/08/Cost-effective.webp'),(3607,2050,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:27:\"2024/08/Cost-effective.webp\";s:8:\"filesize\";i:1340;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3608,2051,'_wp_attached_file','2024/08/Increased-online-visibility.webp'),(3609,2051,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:40:\"2024/08/Increased-online-visibility.webp\";s:8:\"filesize\";i:1060;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3634,2055,'_wp_attached_file','2024/08/Keyword-Research.webp'),(3635,2055,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:29:\"2024/08/Keyword-Research.webp\";s:8:\"filesize\";i:1414;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3636,2056,'_wp_attached_file','2024/08/Local-seo.webp'),(3637,2056,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:22:\"2024/08/Local-seo.webp\";s:8:\"filesize\";i:1192;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3638,2057,'_wp_attached_file','2024/08/Off-page-seo.webp'),(3639,2057,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:25:\"2024/08/Off-page-seo.webp\";s:8:\"filesize\";i:936;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3640,2058,'_wp_attached_file','2024/08/on-page-seo.webp'),(3641,2058,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:24:\"2024/08/on-page-seo.webp\";s:8:\"filesize\";i:1168;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3669,2062,'_wp_attached_file','2024/08/Email-Automation.webp'),(3670,2062,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:29:\"2024/08/Email-Automation.webp\";s:8:\"filesize\";i:1002;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3671,2063,'_wp_attached_file','2024/08/Email-campaign-strategy.webp'),(3672,2063,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:36:\"2024/08/Email-campaign-strategy.webp\";s:8:\"filesize\";i:1450;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3673,2064,'_wp_attached_file','2024/08/Email-design-development.webp'),(3674,2064,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:37:\"2024/08/Email-design-development.webp\";s:8:\"filesize\";i:1668;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3675,2065,'_wp_attached_file','2024/08/Email-list-building.webp'),(3676,2065,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:32:\"2024/08/Email-list-building.webp\";s:8:\"filesize\";i:1048;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3701,2069,'_wp_attached_file','2024/08/Social-media-strategy.webp'),(3702,2069,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:34:\"2024/08/Social-media-strategy.webp\";s:8:\"filesize\";i:1620;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3703,2070,'_wp_attached_file','2024/08/Content-creation-1.webp'),(3704,2070,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:31:\"2024/08/Content-creation-1.webp\";s:8:\"filesize\";i:904;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3705,2071,'_wp_attached_file','2024/08/Social-media-audit.webp'),(3706,2071,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:31:\"2024/08/Social-media-audit.webp\";s:8:\"filesize\";i:1194;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3707,2072,'_wp_attached_file','2024/08/Social-media-manegment.webp'),(3708,2072,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:35:\"2024/08/Social-media-manegment.webp\";s:8:\"filesize\";i:1762;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3736,2076,'_edit_lock','1724315137:1'),(3738,2076,'_edit_last','1'),(3739,2076,'fave_listing_page_content_area','0'),(3740,2076,'fave_prop_no','9'),(3741,2076,'fave_properties_sort','d_date'),(3742,2076,'fave_listings_tabs','disable'),(3743,2076,'fave_listings_tab_1','for-sale'),(3744,2076,'fave_listings_tab_2','for-sale'),(3745,2076,'fave_properties_min_beds','0'),(3746,2076,'fave_properties_min_baths','0'),(3747,2076,'fave_agency_orderby','none'),(3748,2076,'fave_agency_order','ASC'),(3749,2076,'fave_agent_orderby','none'),(3750,2076,'fave_agent_order','ASC'),(3751,2076,'fave_header_type','none'),(3752,2076,'fave_page_header_image_opacity','0.35'),(3753,2076,'fave_page_header_search','0'),(3754,2076,'fave_header_full_screen','0'),(3755,2076,'fave_adv_search_enable','global'),(3756,2076,'fave_adv_search','hide'),(3757,2076,'fave_adv_search_pos','under_menu'),(3758,2076,'fave_page_title','show'),(3759,2076,'fave_page_breadcrumb','show'),(3760,2076,'fave_page_sidebar','right_sidebar'),(3761,2076,'fave_page_background','yes'),(3762,2076,'fave_main_menu_trans','no'),(3763,2076,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(3764,2076,'_yoast_wpseo_estimated-reading-time-minutes','3'),(3765,2076,'_elementor_edit_mode','builder'),(3766,2076,'_elementor_template_type','wp-page'),(3767,2076,'_elementor_version','3.23.4'),(3768,2076,'_wp_page_template','elementor_header_footer'),(3769,2076,'_elementor_data','[{\"id\":\"1b193797\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":2079,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/quebec-.webp\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false},{\"id\":\"6ff5af06\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d66f6f\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"696f91a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Old Quebec City \",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6093fe97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The historic heart of Quebec City, Old Quebec is a UNESCO World Heritage Site renowned for its charming cobblestone streets, 17th-century architecture, and iconic landmarks such as the Ch\\u00e2teau Frontenac. Visitors can explore its quaint shops, cafes, and museums while immersing themselves in the city\'s French heritage.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a1769bb\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"624b8822\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2210,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Old-Quebec-City-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43cc442e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1dee0f82\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d74324f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2208,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Montmorency-Falls-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41e52438\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"10df2c4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Montmorency Falls\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"caa9547\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located just outside Quebec City, Montmorency Falls is a breathtaking natural wonder standing taller than Niagara Falls. Visitors can admire the waterfall from various viewpoints, take a cable car ride to the top for panoramic views, or even zip-line across the falls for an adrenaline rush.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4093b4bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"4a8cc186\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"683e065d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Montmorency Falls\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6dabb810\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located just outside Quebec City, Montmorency Falls is a breathtaking natural wonder standing taller than Niagara Falls. Visitors can admire the waterfall from various viewpoints, take a cable car ride to the top for panoramic views, or even zip-line across the falls for an adrenaline rush.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5d6ca46a\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"471694c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2209,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50c72c90\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"674eabac\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"d384021\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mont-Tremblant\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32d48a76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A popular destination for outdoor enthusiasts, Mont-Tremblant is a picturesque resort town nestled in the Laurentian Mountains. In winter, it offers world-class skiing and snowboarding opportunities, while in summer, visitors can enjoy hiking, mountain biking, golfing, and water sports on Lake Tremblant.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57abdd54\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"543b246e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2209,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8f1c7ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"11963436\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"21fe89d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2211,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41fd9365\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"58cd6f95\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plains of Abraham\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57e5107e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7dde0f82\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"a37b8b0\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"2a929f56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plains of Abraham\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21ea7307\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1e819075\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"475f2490\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2211,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),(3770,2076,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(3771,2079,'_wp_attached_file','2024/08/quebec-.webp'),(3772,2079,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:20:\"2024/08/quebec-.webp\";s:8:\"filesize\";i:512266;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"quebec--300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39264;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"quebec--1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:377180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"quebec--150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16516;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"quebec--768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:224380;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"quebec--1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:765292;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"quebec--2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1242400;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:21:\"quebec--1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:484514;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:20:\"quebec--592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:156496;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:20:\"quebec--780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:332766;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:20:\"quebec--758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:245772;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:20:\"quebec--584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:154780;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:20:\"quebec--903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:302354;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"quebec--120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8440;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:20:\"quebec--496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102024;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3773,2079,'_elementor_source_image_hash','14a91a42268d638cd31d0555e1541bd9224c5bb3'),(3774,2080,'_elementor_edit_mode','builder'),(3775,2080,'_elementor_template_type','page'),(3776,2080,'_elementor_version','3.23.4'),(3780,2080,'_wp_page_template','default'),(3781,2080,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3782,2080,'_elementor_data','[{\"id\":\"6f6083a8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":2079,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/quebec-.webp\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"748cdb7e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1647197e\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ce3b692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Old Quebec City \",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3617cb78\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The historic heart of Quebec City, Old Quebec is a UNESCO World Heritage Site renowned for its charming cobblestone streets, 17th-century architecture, and iconic landmarks such as the Ch\\u00e2teau Frontenac. Visitors can explore its quaint shops, cafes, and museums while immersing themselves in the city\'s French heritage.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6c104cd7\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20efbf7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"309f50a6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"220c2fe9\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67457edf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"370f5972\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"485fee75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Montmorency Falls\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a814af3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located just outside Quebec City, Montmorency Falls is a breathtaking natural wonder standing taller than Niagara Falls. Visitors can admire the waterfall from various viewpoints, take a cable car ride to the top for panoramic views, or even zip-line across the falls for an adrenaline rush.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7bb78656\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33d79c60\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55eb4db8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Montmorency Falls\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76436e5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located just outside Quebec City, Montmorency Falls is a breathtaking natural wonder standing taller than Niagara Falls. Visitors can admire the waterfall from various viewpoints, take a cable car ride to the top for panoramic views, or even zip-line across the falls for an adrenaline rush.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"496261fa\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61c8ebe7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"62ef1c9c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1802425e\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"346ec9d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mont-Tremblant\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bf367d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A popular destination for outdoor enthusiasts, Mont-Tremblant is a picturesque resort town nestled in the Laurentian Mountains. In winter, it offers world-class skiing and snowboarding opportunities, while in summer, visitors can enjoy hiking, mountain biking, golfing, and water sports on Lake Tremblant.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5b2f3b58\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9c607a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"249dfb35\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b294479\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"127fa918\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e4f2db6\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"587ebb08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plains of Abraham\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2de93fe1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7f423f0e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ca01664\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25755745\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plains of Abraham\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ec1474d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4d834989\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5fb7063a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),(3789,2080,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(3808,2076,'_yoast_wpseo_content_score','60'),(3809,2086,'_edit_lock','1724147571:1'),(3868,1608,'_edit_lock','1724148355:1'),(3917,1608,'_edit_last','1'),(3918,1608,'fave_testi_photo','1611'),(3919,1608,'_monsterinsights_sitenote_active','0'),(3924,1616,'_edit_lock','1724148266:1'),(3925,1614,'_edit_lock','1724148697:1'),(3926,1616,'_edit_last','1'),(3927,1616,'fave_testi_photo','1612'),(3928,1616,'_monsterinsights_sitenote_active','0'),(3929,1614,'_edit_last','1'),(3930,1614,'fave_testi_photo','1610'),(3931,1614,'_monsterinsights_sitenote_active','0'),(4055,2115,'_elementor_edit_mode','builder'),(4056,2115,'_elementor_template_type','container'),(4057,2115,'_elementor_version','3.23.4'),(4061,2115,'_wp_page_template','default'),(4062,2115,'_elementor_page_settings','a:3:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4063,2115,'_elementor_data','[{\"id\":\"57bda33\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66c26c2b\",\"elType\":\"widget\",\"settings\":{\"carousel\":[],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":3000,\"speed\":1000,\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}]'),(4070,2115,'_elementor_page_assets','a:0:{}'),(4073,2118,'_wp_attached_file','2024/08/Kw.webp'),(4074,2118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:15:\"2024/08/Kw.webp\";s:8:\"filesize\";i:2398;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"Kw-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4958;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:14:\"Kw-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3782;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4075,2119,'_wp_attached_file','2024/08/Homelife.webp'),(4076,2119,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2024/08/Homelife.webp\";s:8:\"filesize\";i:3418;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Homelife-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6376;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:20:\"Homelife-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4834;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4077,2120,'_wp_attached_file','2024/08/Expo-reality.webp'),(4078,2120,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2024/08/Expo-reality.webp\";s:8:\"filesize\";i:2820;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Expo-reality-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6348;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:24:\"Expo-reality-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4572;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4079,2121,'_wp_attached_file','2024/08/Coldwell-banker.webp'),(4080,2121,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2024/08/Coldwell-banker.webp\";s:8:\"filesize\";i:1584;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Coldwell-banker-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2874;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:27:\"Coldwell-banker-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2198;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4081,2122,'_wp_attached_file','2024/08/CIR.webp'),(4082,2122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2024/08/CIR.webp\";s:8:\"filesize\";i:3232;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"CIR-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7026;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:15:\"CIR-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5096;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4083,2123,'_wp_attached_file','2024/08/Century-21.webp'),(4084,2123,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2024/08/Century-21.webp\";s:8:\"filesize\";i:1296;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Century-21-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2772;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:22:\"Century-21-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4085,2124,'_wp_attached_file','2024/08/2reality.webp'),(4086,2124,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2024/08/2reality.webp\";s:8:\"filesize\";i:3272;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"2reality-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6556;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:20:\"2reality-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4087,2125,'_wp_attached_file','2024/08/Urban-reality.webp'),(4088,2125,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2024/08/Urban-reality.webp\";s:8:\"filesize\";i:7422;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Urban-reality-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12836;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:25:\"Urban-reality-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7320;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4089,2126,'_wp_attached_file','2024/08/sothebys.webp'),(4090,2126,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2024/08/sothebys.webp\";s:8:\"filesize\";i:3124;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"sothebys-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6866;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:20:\"sothebys-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4912;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4091,2127,'_wp_attached_file','2024/08/Royal-lpage.webp'),(4092,2127,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2024/08/Royal-lpage.webp\";s:8:\"filesize\";i:1630;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Royal-lpage-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3932;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:23:\"Royal-lpage-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4093,2128,'_wp_attached_file','2024/08/Remax.webp'),(4094,2128,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2024/08/Remax.webp\";s:8:\"filesize\";i:1674;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Remax-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3726;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:17:\"Remax-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2662;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4195,2132,'_wp_attached_file','2024/08/Email-marketing-2.webp'),(4196,2132,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2024/08/Email-marketing-2.webp\";s:8:\"filesize\";i:50600;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Email-marketing-2-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27460;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Email-marketing-2-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:159552;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Email-marketing-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14470;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Email-marketing-2-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105608;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Email-marketing-2-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:275802;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:31:\"Email-marketing-2-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:213342;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:30:\"Email-marketing-2-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87888;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:30:\"Email-marketing-2-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:153236;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:30:\"Email-marketing-2-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:125038;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:30:\"Email-marketing-2-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87854;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:31:\"Email-marketing-2-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:169486;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:29:\"Email-marketing-2-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8228;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:30:\"Email-marketing-2-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4197,2133,'_wp_attached_file','2024/08/Social-media.webp'),(4198,2133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2024/08/Social-media.webp\";s:8:\"filesize\";i:94528;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Social-media-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33938;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Social-media-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:226086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Social-media-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16734;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Social-media-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148818;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Social-media-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:397520;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"Social-media-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:310018;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:25:\"Social-media-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120644;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:25:\"Social-media-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:206556;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:25:\"Social-media-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:174016;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:25:\"Social-media-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:119368;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:26:\"Social-media-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:242144;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:24:\"Social-media-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9506;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:25:\"Social-media-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77754;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4199,2134,'_wp_attached_file','2024/08/Content-marketing-2.webp'),(4200,2134,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2024/08/Content-marketing-2.webp\";s:8:\"filesize\";i:95930;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Content-marketing-2-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29352;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Content-marketing-2-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:180582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Content-marketing-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15896;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Content-marketing-2-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118574;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"Content-marketing-2-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:319348;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:33:\"Content-marketing-2-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:252840;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:32:\"Content-marketing-2-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101962;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:32:\"Content-marketing-2-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:181876;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:32:\"Content-marketing-2-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147666;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:32:\"Content-marketing-2-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101108;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:33:\"Content-marketing-2-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:193010;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:31:\"Content-marketing-2-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8754;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:32:\"Content-marketing-2-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62868;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4230,2138,'_elementor_edit_mode','builder'),(4231,2138,'_elementor_template_type','container'),(4232,2138,'_elementor_version','3.23.4'),(4236,2138,'_wp_page_template','default'),(4237,2138,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4238,2138,'_elementor_data','[{\"id\":\"31db577\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4aaa5687\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"6300d966\",\"elType\":\"container\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bd3ee1\",\"elType\":\"widget\",\"settings\":{\"address\":\"canada\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"ce9ab2a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(888) 876-1054\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"82f980f\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"0a68384\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@point2listing.ca<br> contact@point2listing.ca\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"f1ef659\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\",\"text_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),(4245,2138,'_elementor_page_assets','a:0:{}'),(4803,2208,'_wp_attached_file','2024/08/Montmorency-Falls-copy.webp'),(4804,2208,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2024/08/Montmorency-Falls-copy.webp\";s:8:\"filesize\";i:31604;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Montmorency-Falls-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32692;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Montmorency-Falls-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:216318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Montmorency-Falls-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16676;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Montmorency-Falls-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:142202;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"Montmorency-Falls-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:381372;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:36:\"Montmorency-Falls-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:301956;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:35:\"Montmorency-Falls-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:119856;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:35:\"Montmorency-Falls-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:209830;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:35:\"Montmorency-Falls-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:173316;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:35:\"Montmorency-Falls-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118662;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:36:\"Montmorency-Falls-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:231012;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:34:\"Montmorency-Falls-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8920;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:35:\"Montmorency-Falls-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4805,2209,'_wp_attached_file','2024/08/Mont-Tremblant-1-copy.webp'),(4806,2209,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2024/08/Mont-Tremblant-1-copy.webp\";s:8:\"filesize\";i:61860;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Mont-Tremblant-1-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37068;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Mont-Tremblant-1-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:283708;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Mont-Tremblant-1-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17678;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Mont-Tremblant-1-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:182912;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Mont-Tremblant-1-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:509652;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:35:\"Mont-Tremblant-1-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:389086;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:34:\"Mont-Tremblant-1-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147310;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:34:\"Mont-Tremblant-1-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:258114;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:34:\"Mont-Tremblant-1-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:216776;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:34:\"Mont-Tremblant-1-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145616;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:35:\"Mont-Tremblant-1-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:304096;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:33:\"Mont-Tremblant-1-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9350;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:34:\"Mont-Tremblant-1-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91402;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4807,2210,'_wp_attached_file','2024/08/Old-Quebec-City-copy.webp'),(4808,2210,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2024/08/Old-Quebec-City-copy.webp\";s:8:\"filesize\";i:45926;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Old-Quebec-City-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41802;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"Old-Quebec-City-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:324188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Old-Quebec-City-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20136;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"Old-Quebec-City-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:211292;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"Old-Quebec-City-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:575492;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:34:\"Old-Quebec-City-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:449850;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:33:\"Old-Quebec-City-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:171826;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:33:\"Old-Quebec-City-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:300762;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:33:\"Old-Quebec-City-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:251332;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:33:\"Old-Quebec-City-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170062;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:34:\"Old-Quebec-City-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:347196;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:32:\"Old-Quebec-City-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10320;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:33:\"Old-Quebec-City-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101998;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4809,2211,'_wp_attached_file','2024/08/Plains-of-Abraham-copy.webp'),(4810,2211,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2024/08/Plains-of-Abraham-copy.webp\";s:8:\"filesize\";i:39410;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Plains-of-Abraham-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36090;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Plains-of-Abraham-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:270738;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Plains-of-Abraham-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17058;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Plains-of-Abraham-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:174422;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"Plains-of-Abraham-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:487062;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:36:\"Plains-of-Abraham-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:366814;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:35:\"Plains-of-Abraham-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:137980;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:35:\"Plains-of-Abraham-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:243144;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:35:\"Plains-of-Abraham-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:203914;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:35:\"Plains-of-Abraham-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136614;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:36:\"Plains-of-Abraham-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:290714;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:34:\"Plains-of-Abraham-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8924;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:35:\"Plains-of-Abraham-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:86478;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4811,2212,'_wp_attached_file','2024/08/quebec-copy.webp'),(4812,2212,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:24:\"2024/08/quebec-copy.webp\";s:8:\"filesize\";i:58270;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"quebec-copy-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41256;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"quebec-copy-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:289300;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"quebec-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16814;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"quebec-copy-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:188614;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"quebec-copy-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:511662;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"quebec-copy-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:759676;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:25:\"quebec-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:354210;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:24:\"quebec-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:137416;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:24:\"quebec-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:245316;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:24:\"quebec-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:201536;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:24:\"quebec-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136082;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:24:\"quebec-copy-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:242442;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:23:\"quebec-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8566;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:24:\"quebec-copy-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95552;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4831,2216,'_edit_lock','1724315677:1'),(4833,2216,'_edit_last','1'),(4834,2216,'fave_listing_page_content_area','0'),(4835,2216,'fave_prop_no','9'),(4836,2216,'fave_properties_sort','d_date'),(4837,2216,'fave_listings_tabs','disable'),(4838,2216,'fave_listings_tab_1','for-sale'),(4839,2216,'fave_listings_tab_2','for-sale'),(4840,2216,'fave_properties_min_beds','0'),(4841,2216,'fave_properties_min_baths','0'),(4842,2216,'fave_agency_orderby','none'),(4843,2216,'fave_agency_order','ASC'),(4844,2216,'fave_agent_orderby','none'),(4845,2216,'fave_agent_order','ASC'),(4846,2216,'fave_header_type','none'),(4847,2216,'fave_page_header_image_opacity','0.35'),(4848,2216,'fave_page_header_search','0'),(4849,2216,'fave_header_full_screen','0'),(4850,2216,'fave_adv_search_enable','global'),(4851,2216,'fave_adv_search','hide'),(4852,2216,'fave_adv_search_pos','under_menu'),(4853,2216,'fave_page_title','show'),(4854,2216,'fave_page_breadcrumb','show'),(4855,2216,'fave_page_sidebar','right_sidebar'),(4856,2216,'fave_page_background','yes'),(4857,2216,'fave_main_menu_trans','no'),(4858,2216,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(4859,2216,'_elementor_edit_mode','builder'),(4860,2216,'_elementor_template_type','wp-page'),(4861,2216,'_elementor_version','3.23.4'),(4862,2216,'_wp_page_template','elementor_header_footer'),(4863,2216,'_elementor_data','[{\"id\":\"4bc33c80\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":2219,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Ontario-scaled-1.webp\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false},{\"id\":\"ebeb44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be3d748\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"4d27a2c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Niagara Falls\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2ebf3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of the most iconic natural wonders in the world, Niagara Falls straddles the border between Ontario and New York State. Visitors can experience the awe-inspiring power of the falls up close through boat tours, observation decks, or even helicopter rides. The surrounding area also offers attractions such as the Niagara Parks Butterfly Conservatory and the Niagara SkyWheel.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2dcf56de\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"455fef7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2243,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-Falls-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"65224fb7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"c8c4113\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"5b61a723\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thounsand Islands\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1240c27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Situated between Ontario and New York State, the Thousand Islands region is characterized by its picturesque islands, crystal-clear waters, and historic waterfront communities. Visitors can take boat tours, go kayaking or paddleboarding, or explore charming towns like Gananoque and Kingston.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"64b54b81\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c50d9f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2247,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"24edbb34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a0ae717\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563c4c67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2247,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6ca9c6e\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"1f04676b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thounsand Islands\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c05e275\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Situated between Ontario and New York State, the Thousand Islands region is characterized by its picturesque islands, crystal-clear waters, and historic waterfront communities. Visitors can take boat tours, go kayaking or paddleboarding, or explore charming towns like Gananoque and Kingston.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5a79dec8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"556bc55c\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"5366b59d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bruce Peninsula National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6fff807d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A popular destination for outdoor enthusiasts, Mont-Tremblant is a picturesque resort town nestled in the Laurentian Mountains. In winter, it offers world-class skiing and snowboarding opportunities, while in summer, visitors can enjoy hiking, mountain biking, golfing, and water sports on Lake Tremblant.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"53de4dc3\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3409b17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2242,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Algonquin-Provincial-Park-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"73c1eadf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"662521d1\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6832778a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2244,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cd2f53b\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"4e33d89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Niagara-on-the-Lake\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13521559\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3c30fae0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"46b47526\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"7833335\",\"elType\":\"widget\",\"settings\":{\"title\":\"Niagara-on-the-Lake\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"477e183f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5f9fcc11\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35625479\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2244,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),(4864,2216,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(4865,2219,'_wp_attached_file','2024/08/Ontario-scaled-1.webp'),(4866,2219,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:29:\"2024/08/Ontario-scaled-1.webp\";s:8:\"filesize\";i:1941962;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Ontario-scaled-1-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40422;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Ontario-scaled-1-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:374550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Ontario-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16404;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Ontario-scaled-1-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:220506;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Ontario-scaled-1-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:770696;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"Ontario-scaled-1-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1241860;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:30:\"Ontario-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:484212;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:29:\"Ontario-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148662;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:29:\"Ontario-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:300480;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:29:\"Ontario-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:236000;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:29:\"Ontario-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147354;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:29:\"Ontario-scaled-1-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:299110;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:28:\"Ontario-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9036;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:29:\"Ontario-scaled-1-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:98608;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4867,2219,'_elementor_source_image_hash','f809784f0551754d870e778cc0fe32a12adc7a57'),(4868,2220,'_elementor_edit_mode','builder'),(4869,2220,'_elementor_template_type','page'),(4870,2220,'_elementor_version','3.23.4'),(4874,2220,'_wp_page_template','default'),(4875,2220,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4876,2220,'_elementor_data','[{\"id\":\"5ca62fbc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":2219,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Ontario-scaled-1.webp\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"be8fb2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f05620e\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67ad0260\",\"elType\":\"widget\",\"settings\":{\"title\":\"Niagara Falls\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a82e3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of the most iconic natural wonders in the world, Niagara Falls straddles the border between Ontario and New York State. Visitors can experience the awe-inspiring power of the falls up close through boat tours, observation decks, or even helicopter rides. The surrounding area also offers attractions such as the Niagara Parks Butterfly Conservatory and the Niagara SkyWheel.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1293539\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34c17c98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1945e057\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c8340a4\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b1056ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thounsand Islands\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c44173a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Situated between Ontario and New York State, the Thousand Islands region is characterized by its picturesque islands, crystal-clear waters, and historic waterfront communities. Visitors can take boat tours, go kayaking or paddleboarding, or explore charming towns like Gananoque and Kingston.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"443b335a\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3df5e6c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2e20ee57\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f2cecc\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ec2d81e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"55191ef8\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65d2404d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thounsand Islands\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"596548bf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Situated between Ontario and New York State, the Thousand Islands region is characterized by its picturesque islands, crystal-clear waters, and historic waterfront communities. Visitors can take boat tours, go kayaking or paddleboarding, or explore charming towns like Gananoque and Kingston.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c33d8d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c67fbaa\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"278511f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bruce Peninsula National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fceb0e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A popular destination for outdoor enthusiasts, Mont-Tremblant is a picturesque resort town nestled in the Laurentian Mountains. In winter, it offers world-class skiing and snowboarding opportunities, while in summer, visitors can enjoy hiking, mountain biking, golfing, and water sports on Lake Tremblant.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"36933a0d\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"717f0a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dfc3a94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c6bc357\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a2540a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3a37e5e4\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"312a2763\",\"elType\":\"widget\",\"settings\":{\"title\":\"Niagara-on-the-Lake\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"289002c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c9452f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d053f0d\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38cdfd26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Niagara-on-the-Lake\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69eb6b2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5addd72d\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d832dd9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),(4883,2220,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(4884,2223,'_wp_attached_file','2024/08/alberta-scaled-1.webp'),(4885,2223,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:29:\"2024/08/alberta-scaled-1.webp\";s:8:\"filesize\";i:446610;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"alberta-scaled-1-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37196;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"alberta-scaled-1-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:290238;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"alberta-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15708;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"alberta-scaled-1-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:181924;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"alberta-scaled-1-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:539616;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"alberta-scaled-1-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:812242;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:30:\"alberta-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:362514;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:29:\"alberta-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128582;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:29:\"alberta-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:243998;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:29:\"alberta-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:194216;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:29:\"alberta-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127286;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:29:\"alberta-scaled-1-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:238752;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:28:\"alberta-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7896;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:29:\"alberta-scaled-1-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87744;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4886,2223,'_elementor_source_image_hash','ad9faf7dd88ec11362760e5645b1ad986138bc40'),(4887,2224,'_elementor_edit_mode','builder'),(4888,2224,'_elementor_template_type','page'),(4889,2224,'_elementor_version','3.23.4'),(4893,2224,'_wp_page_template','default'),(4894,2224,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4895,2224,'_elementor_data','[{\"id\":\"695a4174\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":2223,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/alberta-scaled-1.webp\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"6ab322a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e6aa8f4\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17e8b6eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banff National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e7a235c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Situated in the heart of the Canadian Rockies, Banff National Park is renowned for its majestic mountain landscapes, turquoise lakes, and abundant wildlife. Visitors can explore iconic attractions such as Lake Louise, Moraine Lake, and the town of Banff, as well as enjoy outdoor activities such as hiking, skiing, and wildlife viewing.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6aeabb33\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e999fe7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e9c7868\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39e770b9\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"497efd77\",\"elType\":\"widget\",\"settings\":{\"title\":\"Calgary Stampede\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"606a8aa8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Known as \\\"The Greatest Outdoor Show on Earth,\\\" the Calgary Stampede is an annual event held in Calgary that celebrates western heritage and culture. Highlights include rodeo competitions, chuckwagon races, live music, and carnival rides, attracting visitors from around the world.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c3a6319\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e28e975\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e586b02\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e783555\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a5512d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6ff121ae\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62790642\",\"elType\":\"widget\",\"settings\":{\"title\":\"Calgary Stampede\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a847c8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Known as \\\"The Greatest Outdoor Show on Earth,\\\" the Calgary Stampede is an annual event held in Calgary that celebrates western heritage and culture. Highlights include rodeo competitions, chuckwagon races, live music, and carnival rides, attracting visitors from around the world.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5f0caba3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5102ba91\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34dadd09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Drumheller\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d6fa07a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located in the heart of the Canadian Badlands, Drumheller is famous for its rich paleontological history and unique landscapes. Visitors can explore the Royal Tyrrell Museum, which houses one of the world\'s largest collections of dinosaur fossils, as well as scenic attractions such as the Hoodoos and the Atlas Coal Mine.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4ee99bce\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58154060\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7298e252\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e4b0bc4\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"784fd53c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasper National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c3e26b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Adjacent to Banff National Park, Jasper National Park is another stunning natural playground characterized by rugged mountains, glaciers, and deep river valleys. Highlights include the Columbia Icefield, Athabasca Falls, and the scenic Icefields Parkway, one of the most scenic drives in the world.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"730d6313\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ae6946a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"62de8832\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"111e174b\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2551826b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"730bec4e\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a86ba06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasper National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65ecdabf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Adjacent to Banff National Park, Jasper National Park is another stunning natural playground characterized by rugged mountains, glaciers, and deep river valleys. Highlights include the Columbia Icefield, Athabasca Falls, and the scenic Icefields Parkway, one of the most scenic drives in the world.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(4902,2224,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(4903,2227,'_wp_attached_file','2024/08/British-Columbia-scaled-1.webp'),(4904,2227,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:38:\"2024/08/British-Columbia-scaled-1.webp\";s:8:\"filesize\";i:614400;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"British-Columbia-scaled-1-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40570;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"British-Columbia-scaled-1-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:377532;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"British-Columbia-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16638;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"British-Columbia-scaled-1-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:218888;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"British-Columbia-scaled-1-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:734302;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:40:\"British-Columbia-scaled-1-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1144022;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:39:\"British-Columbia-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:478076;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:38:\"British-Columbia-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:149572;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:38:\"British-Columbia-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:308448;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:38:\"British-Columbia-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:243004;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:38:\"British-Columbia-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147738;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:38:\"British-Columbia-scaled-1-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:306654;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:37:\"British-Columbia-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8750;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:38:\"British-Columbia-scaled-1-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100018;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4905,2227,'_elementor_source_image_hash','04521d9326644d7620077c11985373ee30dc5ec3'),(4906,2228,'_elementor_edit_mode','builder'),(4907,2228,'_elementor_template_type','page'),(4908,2228,'_elementor_version','3.23.4'),(4912,2228,'_wp_page_template','default'),(4913,2228,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4914,2228,'_elementor_data','[{\"id\":\"1c57aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":2227,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/British-Columbia-scaled-1.webp\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"71b60fbe\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57cb3f2d\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"183cf4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Okanagan Valley\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"typography_typography\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"382376f8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Situated in the interior of British Columbia, the Okanagan Valley is renowned for its picturesque vineyards, orchards, and lakes. Visitors can enjoy wine tasting tours, outdoor activities such as boating and hiking, and exploring charming towns like Kelowna and Penticton.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"22625b39\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d57f675\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3cc188c1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51204996\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"596662a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glacier National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59b69bf9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located in the Selkirk Mountains of eastern British Columbia, Glacier National Park is a rugged wilderness area known for its towering peaks, ancient glaciers, and pristine alpine lakes. Visitors can explore hiking trails, go backcountry camping, and marvel at the park\'s stunning scenery.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"46e345c7\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30e6c0b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"68f34ad2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2bde327e\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4704f3d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"47d72bc9\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"180d7b30\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glacier National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16e60d08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located in the Selkirk Mountains of eastern British Columbia, Glacier National Park is a rugged wilderness area known for its towering peaks, ancient glaciers, and pristine alpine lakes. Visitors can explore hiking trails, go backcountry camping, and marvel at the park\'s stunning scenery.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5b8251b3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d21e2cd\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"703948a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haida Gwaii\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48737f40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Formerly known as the Queen Charlotte Islands, Haida Gwaii is an archipelago off the northern coast of British Columbia known for its rich Indigenous culture, ancient totem poles, and stunning natural beauty. Visitors can explore the Gwaii Haanas National Park Reserve, visit traditional Haida villages, and experience the unique ecosystem of these remote islands.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7db458f8\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12007ef9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36482e4b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10666042\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57f85aaf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Great Bear Rainforest\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e700cc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of the largest temperate rainforests in the world, the Great Bear Rainforest is located along British Columbia\'s central and northern coast. This pristine wilderness area is home to diverse wildlife, including the rare Kermode bear (Spirit bear), as well as stunning fjords, waterfalls, and ancient forests.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4f8902e1\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e5b2037\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"15d7eabe\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7cf25f7f\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b2e21c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"13beadbd\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2cd8e417\",\"elType\":\"widget\",\"settings\":{\"title\":\"Great Bear Rainforest\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58c7d52e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of the largest temperate rainforests in the world, the Great Bear Rainforest is located along British Columbia\'s central and northern coast. This pristine wilderness area is home to diverse wildlife, including the rare Kermode bear (Spirit bear), as well as stunning fjords, waterfalls, and ancient forests.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(4921,2228,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(4922,2231,'_wp_attached_file','2024/08/Nova-Scotia-scaled-1.webp'),(4923,2231,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:33:\"2024/08/Nova-Scotia-scaled-1.webp\";s:8:\"filesize\";i:494920;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Nova-Scotia-scaled-1-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40156;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"Nova-Scotia-scaled-1-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:334682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Nova-Scotia-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16724;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"Nova-Scotia-scaled-1-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:205598;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Nova-Scotia-scaled-1-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:649024;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"Nova-Scotia-scaled-1-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1009806;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:34:\"Nova-Scotia-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:424820;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:33:\"Nova-Scotia-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:144386;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:33:\"Nova-Scotia-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:284536;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:33:\"Nova-Scotia-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:222088;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:33:\"Nova-Scotia-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:142472;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:33:\"Nova-Scotia-scaled-1-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:273454;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:32:\"Nova-Scotia-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8826;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:33:\"Nova-Scotia-scaled-1-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96642;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4924,2231,'_elementor_source_image_hash','80f148a78b286c7b4c9d3c86565d0ba5be93e029'),(4925,2232,'_elementor_edit_mode','builder'),(4926,2232,'_elementor_template_type','page'),(4927,2232,'_elementor_version','3.23.4'),(4931,2232,'_wp_page_template','default'),(4932,2232,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4933,2232,'_elementor_data','[{\"id\":\"34148d61\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":2231,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Nova-Scotia-scaled-1.webp\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"6a46a7c4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"695f3719\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1676485d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Peggy\'s Cove\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d2e631\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of Nova Scotia\'s most iconic landmarks, Peggy\'s Cove is a picturesque fishing village known for its charming lighthouse, rugged granite coastline, and stunning ocean views. Visitors can explore the village, visit local art galleries, and capture breathtaking photos of the scenic surroundings.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"11804351\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11e9938a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"27ae389f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b1d878d\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43696375\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cabot Trail\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d84ba8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Considered one of the most scenic drives in the world, the Cabot Trail is a 298-kilometer loop that winds through Cape Breton Highlands National Park, offering stunning views of rugged coastlines, towering cliffs, and lush forests. Visitors can enjoy hiking, wildlife watching, and exploring charming coastal villages along the route.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"131007c5\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2cdd2c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"228247bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56701873\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"579941c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ab86f66\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d58fae4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cabot Trail\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74e936e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Considered one of the most scenic drives in the world, the Cabot Trail is a 298-kilometer loop that winds through Cape Breton Highlands National Park, offering stunning views of rugged coastlines, towering cliffs, and lush forests. Visitors can enjoy hiking, wildlife watching, and exploring charming coastal villages along the route.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7a108153\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16ae39a\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"653c9576\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lunenburg\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d71543d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A UNESCO World Heritage Site, Lunenburg is a charming seaside town known for its colorful historic buildings, quaint shops, and bustling waterfront. Visitors can explore attractions such as the Fisheries Museum of the Atlantic, take a guided walking tour, or go sailing in the picturesque harbor.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5019a375\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d0d3900\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2591eef8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a6f815f\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c6407\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37e0c64\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ebc62b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Halifax\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0c2910\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nova Scotia\'s capital city, Halifax is a vibrant urban center with a rich maritime heritage. Visitors can explore historic sites such as the Halifax Citadel National Historic Site, visit the Maritime Museum of the Atlantic, and stroll along the scenic waterfront boardwalk.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"75b0c13d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"613ba6f1\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59a498f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Halifax\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f07df42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nova Scotia\'s capital city, Halifax is a vibrant urban center with a rich maritime heritage. Visitors can explore historic sites such as the Halifax Citadel National Historic Site, visit the Maritime Museum of the Atlantic, and stroll along the scenic waterfront boardwalk.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"142838\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38734016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),(4940,2232,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(4941,2235,'_wp_attached_file','2024/08/Saskatchewan-scaled-1.webp'),(4942,2235,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:34:\"2024/08/Saskatchewan-scaled-1.webp\";s:8:\"filesize\";i:526578;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Saskatchewan-scaled-1-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33792;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Saskatchewan-scaled-1-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:273988;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Saskatchewan-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14644;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Saskatchewan-scaled-1-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:169928;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"Saskatchewan-scaled-1-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:520594;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:36:\"Saskatchewan-scaled-1-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:793996;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:35:\"Saskatchewan-scaled-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:344102;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:34:\"Saskatchewan-scaled-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120566;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:34:\"Saskatchewan-scaled-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:232672;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:34:\"Saskatchewan-scaled-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:183370;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:34:\"Saskatchewan-scaled-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:119184;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:34:\"Saskatchewan-scaled-1-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:223734;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:33:\"Saskatchewan-scaled-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7812;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:34:\"Saskatchewan-scaled-1-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4943,2235,'_elementor_source_image_hash','fb57b32bf9cd98709de1964d3aff73409a29a48f'),(4944,2236,'_elementor_edit_mode','builder'),(4945,2236,'_elementor_template_type','page'),(4946,2236,'_elementor_version','3.23.4'),(4950,2236,'_wp_page_template','default'),(4951,2236,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4952,2236,'_elementor_data','[{\"id\":\"2666d5ec\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":2235,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchewan-scaled-1.webp\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"7c3877d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3cc6644f\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ee1daeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanuskewin Heritage Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7153e7e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located just outside Saskatoon, Wanuskewin Heritage Park is a UNESCO World Heritage Site that celebrates the Indigenous cultures of the Northern Plains. Visitors can learn about Indigenous history, culture, and traditions through interpretive exhibits, guided tours, and cultural performances.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3d0c6762\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b4e765\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3ae14c96\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d99e665\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d6326dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1cdb440c\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a411c54\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regina\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6171a131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Saskatchewan\'s capital city, Regina is known for its rich cultural heritage, historic landmarks, and vibrant arts scene. Visitors can explore attractions such as the Royal Saskatchewan Museum, the Saskatchewan Legislative Building, and the lively Regina Farmers\' Market.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69eec675\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"583623e9\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55a769b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regina\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b48f3c7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Saskatchewan\'s capital city, Regina is known for its rich cultural heritage, historic landmarks, and vibrant arts scene. Visitors can explore attractions such as the Royal Saskatchewan Museum, the Saskatchewan Legislative Building, and the lively Regina Farmers\' Market.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1977c9ad\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53cb7af0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"699ca7f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f292722\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7687c1a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prince Albert National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48d8118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Situated in central Saskatchewan, Prince Albert National Park is a picturesque wilderness area known for its boreal forests, crystal-clear lakes, and diverse wildlife. Visitors can enjoy outdoor activities such as hiking, canoeing, fishing, and wildlife viewing.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"272cbcf0\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3abfdff5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f7c84aa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"428ab97b\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f6902d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11adcb7d\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a550533\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grasslands National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24408d62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located in southern Saskatchewan, Grasslands National Park is a protected area known for its rugged badlands, unique prairie landscapes, and abundant wildlife. Visitors can explore hiking trails, go camping, and experience the park\'s dark sky preserve, perfect for stargazing.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3216ec67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"324b7936\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2da542b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grasslands National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ba2e8b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located in southern Saskatchewan, Grasslands National Park is a protected area known for its rugged badlands, unique prairie landscapes, and abundant wildlife. Visitors can explore hiking trails, go camping, and experience the park\'s dark sky preserve, perfect for stargazing.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"41b8ca70\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2471e8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),(4959,2236,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(4960,2239,'_edit_lock','1724315818:1'),(4962,2239,'_edit_last','1'),(4963,2239,'fave_listing_page_content_area','0'),(4964,2239,'fave_prop_no','9'),(4965,2239,'fave_properties_sort','d_date'),(4966,2239,'fave_listings_tabs','disable'),(4967,2239,'fave_listings_tab_1','for-sale'),(4968,2239,'fave_listings_tab_2','for-sale'),(4969,2239,'fave_properties_min_beds','0'),(4970,2239,'fave_properties_min_baths','0'),(4971,2239,'fave_agency_orderby','none'),(4972,2239,'fave_agency_order','ASC'),(4973,2239,'fave_agent_orderby','none'),(4974,2239,'fave_agent_order','ASC'),(4975,2239,'fave_header_type','none'),(4976,2239,'fave_page_header_image_opacity','0.35'),(4977,2239,'fave_page_header_search','0'),(4978,2239,'fave_header_full_screen','0'),(4979,2239,'fave_adv_search_enable','global'),(4980,2239,'fave_adv_search','hide'),(4981,2239,'fave_adv_search_pos','under_menu'),(4982,2239,'fave_page_title','show'),(4983,2239,'fave_page_breadcrumb','show'),(4984,2239,'fave_page_sidebar','right_sidebar'),(4985,2239,'fave_page_background','yes'),(4986,2239,'fave_main_menu_trans','no'),(4987,2239,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(4988,2239,'_elementor_edit_mode','builder'),(4989,2239,'_elementor_template_type','wp-page'),(4990,2239,'_elementor_version','3.23.4'),(4991,2242,'_wp_attached_file','2024/08/Algonquin-Provincial-Park-copy.webp'),(4992,2242,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:43:\"2024/08/Algonquin-Provincial-Park-copy.webp\";s:8:\"filesize\";i:68500;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Algonquin-Provincial-Park-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42154;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Algonquin-Provincial-Park-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:369006;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Algonquin-Provincial-Park-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20272;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"Algonquin-Provincial-Park-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:227800;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"Algonquin-Provincial-Park-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:707436;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:44:\"Algonquin-Provincial-Park-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:517894;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:43:\"Algonquin-Provincial-Park-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:178986;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:43:\"Algonquin-Provincial-Park-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:337758;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:43:\"Algonquin-Provincial-Park-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:272452;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:43:\"Algonquin-Provincial-Park-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:176572;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:44:\"Algonquin-Provincial-Park-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:397796;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:42:\"Algonquin-Provincial-Park-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10260;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:43:\"Algonquin-Provincial-Park-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106150;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4993,2243,'_wp_attached_file','2024/08/Niagara-Falls-copy.webp'),(4994,2243,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2024/08/Niagara-Falls-copy.webp\";s:8:\"filesize\";i:33322;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Niagara-Falls-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31830;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"Niagara-Falls-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:214728;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Niagara-Falls-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"Niagara-Falls-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140298;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"Niagara-Falls-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:385462;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:32:\"Niagara-Falls-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:293726;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:31:\"Niagara-Falls-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111376;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:31:\"Niagara-Falls-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:195610;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:31:\"Niagara-Falls-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:162984;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:31:\"Niagara-Falls-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110520;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:32:\"Niagara-Falls-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:229980;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:30:\"Niagara-Falls-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8318;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:31:\"Niagara-Falls-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4995,2239,'_wp_page_template','elementor_header_footer'),(4996,2239,'_elementor_data','[{\"id\":\"17c16dfd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":2223,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/alberta-scaled-1.webp\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false},{\"id\":\"16f45117\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7445dcb8\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"6e6a25d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Banff National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb041e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Situated in the heart of the Canadian Rockies, Banff National Park is renowned for its majestic mountain landscapes, turquoise lakes, and abundant wildlife. Visitors can explore iconic attractions such as Lake Louise, Moraine Lake, and the town of Banff, as well as enjoy outdoor activities such as hiking, skiing, and wildlife viewing.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2a0fe4f7\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25037b8d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2253,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Banff-National-Park-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e884cc7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"3f6ca021\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"147e6d89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Calgary Stampede\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70259d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Known as \\\"The Greatest Outdoor Show on Earth,\\\" the Calgary Stampede is an annual event held in Calgary that celebrates western heritage and culture. Highlights include rodeo competitions, chuckwagon races, live music, and carnival rides, attracting visitors from around the world.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3190293\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"77ad877b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2254,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54de1428\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"6711fbf3\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13f28591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2254,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4734312f\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"7fb170b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Calgary Stampede\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5519f836\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Known as \\\"The Greatest Outdoor Show on Earth,\\\" the Calgary Stampede is an annual event held in Calgary that celebrates western heritage and culture. Highlights include rodeo competitions, chuckwagon races, live music, and carnival rides, attracting visitors from around the world.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"64897936\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51bc1b63\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"755f34a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Drumheller\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b90c408\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located in the heart of the Canadian Badlands, Drumheller is famous for its rich paleontological history and unique landscapes. Visitors can explore the Royal Tyrrell Museum, which houses one of the world\'s largest collections of dinosaur fossils, as well as scenic attractions such as the Hoodoos and the Atlas Coal Mine.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"37736308\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76c86647\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2255,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Drumheller-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"389a2579\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"5cb2c3c9\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"2536e02c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasper National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52827bdf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Adjacent to Banff National Park, Jasper National Park is another stunning natural playground characterized by rugged mountains, glaciers, and deep river valleys. Highlights include the Columbia Icefield, Athabasca Falls, and the scenic Icefields Parkway, one of the most scenic drives in the world.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"45adb45e\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"452658af\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2258,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"397b989d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1cabcd39\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55ad3545\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2258,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"86fe414\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"48ecb7ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasper National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f0827c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Adjacent to Banff National Park, Jasper National Park is another stunning natural playground characterized by rugged mountains, glaciers, and deep river valleys. Highlights include the Columbia Icefield, Athabasca Falls, and the scenic Icefields Parkway, one of the most scenic drives in the world.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(4997,2239,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(4998,2244,'_wp_attached_file','2024/08/Niagara-on-the-Lake-copy.webp'),(4999,2244,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2024/08/Niagara-on-the-Lake-copy.webp\";s:8:\"filesize\";i:47420;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Niagara-on-the-Lake-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27372;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Niagara-on-the-Lake-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:183552;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Niagara-on-the-Lake-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14272;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Niagara-on-the-Lake-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120878;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"Niagara-on-the-Lake-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:322386;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:38:\"Niagara-on-the-Lake-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:250080;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:37:\"Niagara-on-the-Lake-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99094;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:37:\"Niagara-on-the-Lake-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:179406;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:37:\"Niagara-on-the-Lake-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143412;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:37:\"Niagara-on-the-Lake-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:98002;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:38:\"Niagara-on-the-Lake-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:196920;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:36:\"Niagara-on-the-Lake-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7474;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:37:\"Niagara-on-the-Lake-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62286;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5000,2245,'_wp_attached_file','2024/08/Ontario-scaled-copy.webp'),(5001,2245,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:32:\"2024/08/Ontario-scaled-copy.webp\";s:8:\"filesize\";i:65826;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Ontario-scaled-copy-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38982;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Ontario-scaled-copy-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:291668;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Ontario-scaled-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16168;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Ontario-scaled-copy-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:185670;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"Ontario-scaled-copy-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:540344;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:34:\"Ontario-scaled-copy-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:826966;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:33:\"Ontario-scaled-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:361914;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:32:\"Ontario-scaled-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130788;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:32:\"Ontario-scaled-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:226176;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:32:\"Ontario-scaled-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:195392;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:32:\"Ontario-scaled-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129588;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:32:\"Ontario-scaled-copy-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:240840;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:31:\"Ontario-scaled-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8920;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:32:\"Ontario-scaled-copy-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91240;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5002,2246,'_edit_lock','1724316740:1'),(5003,2247,'_wp_attached_file','2024/08/Thousand-Islands-copy.webp'),(5004,2247,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2024/08/Thousand-Islands-copy.webp\";s:8:\"filesize\";i:43468;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Thousand-Islands-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31732;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Thousand-Islands-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:236114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Thousand-Islands-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15156;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Thousand-Islands-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:152918;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Thousand-Islands-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:421030;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:35:\"Thousand-Islands-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:319496;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:34:\"Thousand-Islands-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:121110;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:34:\"Thousand-Islands-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:211246;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:34:\"Thousand-Islands-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:176764;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:34:\"Thousand-Islands-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:119528;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:35:\"Thousand-Islands-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:252042;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:33:\"Thousand-Islands-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7954;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:34:\"Thousand-Islands-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5006,2246,'_edit_last','1'),(5007,2246,'fave_listing_page_content_area','0'),(5008,2246,'fave_prop_no','9'),(5009,2246,'fave_properties_sort','d_date'),(5010,2246,'fave_listings_tabs','disable'),(5011,2246,'fave_listings_tab_1','for-sale'),(5012,2246,'fave_listings_tab_2','for-sale'),(5013,2246,'fave_properties_min_beds','0'),(5014,2246,'fave_properties_min_baths','0'),(5015,2246,'fave_agency_orderby','none'),(5016,2246,'fave_agency_order','ASC'),(5017,2246,'fave_agent_orderby','none'),(5018,2246,'fave_agent_order','ASC'),(5019,2246,'fave_header_type','none'),(5020,2246,'fave_page_header_image_opacity','0.35'),(5021,2246,'fave_page_header_search','0'),(5022,2246,'fave_header_full_screen','0'),(5023,2246,'fave_adv_search_enable','global'),(5024,2246,'fave_adv_search','hide'),(5025,2246,'fave_adv_search_pos','under_menu'),(5026,2246,'fave_page_title','show'),(5027,2246,'fave_page_breadcrumb','show'),(5028,2246,'fave_page_sidebar','right_sidebar'),(5029,2246,'fave_page_background','yes'),(5030,2246,'fave_main_menu_trans','no'),(5031,2246,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(5032,2246,'_elementor_edit_mode','builder'),(5033,2246,'_elementor_template_type','wp-page'),(5034,2246,'_elementor_version','3.23.4'),(5053,2253,'_wp_attached_file','2024/08/Banff-National-Park-copy.webp'),(5054,2253,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2024/08/Banff-National-Park-copy.webp\";s:8:\"filesize\";i:34470;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Banff-National-Park-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35616;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Banff-National-Park-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:258952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Banff-National-Park-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17226;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Banff-National-Park-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170770;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"Banff-National-Park-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:453718;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:38:\"Banff-National-Park-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:339276;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:37:\"Banff-National-Park-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133612;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:37:\"Banff-National-Park-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:221180;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:37:\"Banff-National-Park-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:192262;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:37:\"Banff-National-Park-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132252;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:38:\"Banff-National-Park-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:277802;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:36:\"Banff-National-Park-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8958;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:37:\"Banff-National-Park-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88272;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5055,2254,'_wp_attached_file','2024/08/Calgary-Stampede-copy.webp'),(5056,2254,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2024/08/Calgary-Stampede-copy.webp\";s:8:\"filesize\";i:29504;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Calgary-Stampede-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29814;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Calgary-Stampede-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:194434;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Calgary-Stampede-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14420;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Calgary-Stampede-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127998;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Calgary-Stampede-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:343944;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:35:\"Calgary-Stampede-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:260832;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:34:\"Calgary-Stampede-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101368;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:34:\"Calgary-Stampede-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:169874;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:34:\"Calgary-Stampede-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146378;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:34:\"Calgary-Stampede-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100402;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:35:\"Calgary-Stampede-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:207142;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:33:\"Calgary-Stampede-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7980;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:34:\"Calgary-Stampede-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67154;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5057,2246,'_wp_page_template','elementor_header_footer'),(5058,2246,'_elementor_data','[{\"id\":\"557264bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":2227,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/British-Columbia-scaled-1.webp\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false},{\"id\":\"7850d63f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4882fdc3\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"4c755d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Okanagan Valley\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62a87042\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Situated in the interior of British Columbia, the Okanagan Valley is renowned for its picturesque vineyards, orchards, and lakes. Visitors can enjoy wine tasting tours, outdoor activities such as boating and hiking, and exploring charming towns like Kelowna and Penticton.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2a2218f9\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0a001d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2268,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Okanagan-Valley-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4e8feb53\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"4feff210\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"361cd705\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glacier National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f7af93c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located in the Selkirk Mountains of eastern British Columbia, Glacier National Park is a rugged wilderness area known for its towering peaks, ancient glaciers, and pristine alpine lakes. Visitors can explore hiking trails, go backcountry camping, and marvel at the park\'s stunning scenery.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5241fa42\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"7aeb520a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2263,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"774bb134\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"11459536\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dbd852c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2263,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"529ff806\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"331d7a22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glacier National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ce0d1ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located in the Selkirk Mountains of eastern British Columbia, Glacier National Park is a rugged wilderness area known for its towering peaks, ancient glaciers, and pristine alpine lakes. Visitors can explore hiking trails, go backcountry camping, and marvel at the park\'s stunning scenery.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3ec46e46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"5b5a92c9\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"41f24ba6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haida Gwaii\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6055a8d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Formerly known as the Queen Charlotte Islands, Haida Gwaii is an archipelago off the northern coast of British Columbia known for its rich Indigenous culture, ancient totem poles, and stunning natural beauty. Visitors can explore the Gwaii Haanas National Park Reserve, visit traditional Haida villages, and experience the unique ecosystem of these remote islands.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"218e537b\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"38d79c79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2265,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Haida-Gwaii-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"22f9409d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"4e6749\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"1879a80b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Great Bear Rainforest\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6edc6f1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of the largest temperate rainforests in the world, the Great Bear Rainforest is located along British Columbia\'s central and northern coast. This pristine wilderness area is home to diverse wildlife, including the rare Kermode bear (Spirit bear), as well as stunning fjords, waterfalls, and ancient forests.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"319bcd0f\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"508fdc21\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2264,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7069d665\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"73d0ad3a\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e5274ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2264,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"189897b5\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"7df2f175\",\"elType\":\"widget\",\"settings\":{\"title\":\"Great Bear Rainforest\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d16030f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of the largest temperate rainforests in the world, the Great Bear Rainforest is located along British Columbia\'s central and northern coast. This pristine wilderness area is home to diverse wildlife, including the rare Kermode bear (Spirit bear), as well as stunning fjords, waterfalls, and ancient forests.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(5059,2255,'_wp_attached_file','2024/08/Drumheller-copy.webp'),(5060,2255,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2024/08/Drumheller-copy.webp\";s:8:\"filesize\";i:18090;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Drumheller-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27548;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Drumheller-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:153272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Drumheller-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13580;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Drumheller-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104428;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Drumheller-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:259790;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:29:\"Drumheller-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:199680;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:28:\"Drumheller-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83034;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:28:\"Drumheller-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131608;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:28:\"Drumheller-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116178;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:28:\"Drumheller-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82698;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:29:\"Drumheller-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163182;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:27:\"Drumheller-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7666;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:28:\"Drumheller-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58562;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5061,2246,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5062,2256,'_edit_lock','1724316863:1'),(5063,2258,'_wp_attached_file','2024/08/Jasper-National-Park-copy.webp'),(5064,2258,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:38:\"2024/08/Jasper-National-Park-copy.webp\";s:8:\"filesize\";i:71444;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Jasper-National-Park-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40228;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Jasper-National-Park-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:352150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Jasper-National-Park-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20226;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Jasper-National-Park-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:218176;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"Jasper-National-Park-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:676858;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:39:\"Jasper-National-Park-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:491658;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:38:\"Jasper-National-Park-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:171526;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:38:\"Jasper-National-Park-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:325644;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:38:\"Jasper-National-Park-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:259656;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:38:\"Jasper-National-Park-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170324;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:39:\"Jasper-National-Park-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:381764;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:37:\"Jasper-National-Park-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9828;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:38:\"Jasper-National-Park-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103982;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5066,2256,'_edit_last','1'),(5067,2256,'fave_listing_page_content_area','0'),(5068,2256,'fave_prop_no','9'),(5069,2256,'fave_properties_sort','d_date'),(5070,2256,'fave_listings_tabs','disable'),(5071,2256,'fave_listings_tab_1','for-sale'),(5072,2256,'fave_listings_tab_2','for-sale'),(5073,2256,'fave_properties_min_beds','0'),(5074,2256,'fave_properties_min_baths','0'),(5075,2256,'fave_agency_orderby','none'),(5076,2256,'fave_agency_order','ASC'),(5077,2256,'fave_agent_orderby','none'),(5078,2256,'fave_agent_order','ASC'),(5079,2256,'fave_header_type','none'),(5080,2256,'fave_page_header_image_opacity','0.35'),(5081,2256,'fave_page_header_search','0'),(5082,2256,'fave_header_full_screen','0'),(5083,2256,'fave_adv_search_enable','global'),(5084,2256,'fave_adv_search','hide'),(5085,2256,'fave_adv_search_pos','under_menu'),(5086,2256,'fave_page_title','show'),(5087,2256,'fave_page_breadcrumb','show'),(5088,2256,'fave_page_sidebar','right_sidebar'),(5089,2256,'fave_page_background','yes'),(5090,2256,'fave_main_menu_trans','no'),(5091,2256,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(5092,2256,'_elementor_edit_mode','builder'),(5093,2256,'_elementor_template_type','wp-page'),(5094,2256,'_elementor_version','3.23.4'),(5113,2263,'_wp_attached_file','2024/08/Glacier-National-copy.webp'),(5114,2263,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2024/08/Glacier-National-copy.webp\";s:8:\"filesize\";i:56844;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Glacier-National-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31596;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Glacier-National-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:228442;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Glacier-National-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Glacier-National-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147136;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Glacier-National-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:406926;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:35:\"Glacier-National-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:325656;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:34:\"Glacier-National-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:125680;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:34:\"Glacier-National-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:233088;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:34:\"Glacier-National-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:185294;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:34:\"Glacier-National-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124784;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:35:\"Glacier-National-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:245008;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:33:\"Glacier-National-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8816;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:34:\"Glacier-National-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74136;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5115,2264,'_wp_attached_file','2024/08/Great-Bear-Rainforest-copy.webp'),(5116,2264,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:39:\"2024/08/Great-Bear-Rainforest-copy.webp\";s:8:\"filesize\";i:20048;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Great-Bear-Rainforest-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31858;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Great-Bear-Rainforest-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:179682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Great-Bear-Rainforest-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16158;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"Great-Bear-Rainforest-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:121726;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"Great-Bear-Rainforest-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:308138;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:40:\"Great-Bear-Rainforest-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:239354;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:39:\"Great-Bear-Rainforest-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:98032;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:39:\"Great-Bear-Rainforest-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:164784;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:39:\"Great-Bear-Rainforest-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138792;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:39:\"Great-Bear-Rainforest-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97916;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:40:\"Great-Bear-Rainforest-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:192638;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:38:\"Great-Bear-Rainforest-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9000;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:39:\"Great-Bear-Rainforest-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68092;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5117,2256,'_wp_page_template','elementor_header_footer'),(5118,2256,'_elementor_data','[{\"id\":\"3fa5c1f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":2231,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Nova-Scotia-scaled-1.webp\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false},{\"id\":\"772edc63\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"504881a9\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"3719cee8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Peggy\'s Cove\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65dd6afa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of Nova Scotia\'s most iconic landmarks, Peggy\'s Cove is a picturesque fishing village known for its charming lighthouse, rugged granite coastline, and stunning ocean views. Visitors can explore the village, visit local art galleries, and capture breathtaking photos of the scenic surroundings.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"11a84e96\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14349547\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2276,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Peggys-Cove-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ed9cbf1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"3a292ebb\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"70cf9640\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cabot Trail\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57bbb538\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Considered one of the most scenic drives in the world, the Cabot Trail is a 298-kilometer loop that winds through Cape Breton Highlands National Park, offering stunning views of rugged coastlines, towering cliffs, and lush forests. Visitors can enjoy hiking, wildlife watching, and exploring charming coastal villages along the route.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3055fd72\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"2aac7447\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2277,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2a861935\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"54de81aa\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36b18ee3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2277,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"24e0fdfc\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"7db01d58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cabot Trail\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70eb60a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Considered one of the most scenic drives in the world, the Cabot Trail is a 298-kilometer loop that winds through Cape Breton Highlands National Park, offering stunning views of rugged coastlines, towering cliffs, and lush forests. Visitors can enjoy hiking, wildlife watching, and exploring charming coastal villages along the route.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6ccba761\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"60abd25b\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"318fc8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lunenburg\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61956013\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A UNESCO World Heritage Site, Lunenburg is a charming seaside town known for its colorful historic buildings, quaint shops, and bustling waterfront. Visitors can explore attractions such as the Fisheries Museum of the Atlantic, take a guided walking tour, or go sailing in the picturesque harbor.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"43ede119\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"19402067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2275,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Lunenburg-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6eda052\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"50e41371\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec6394a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2274,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2af5b1b6\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"501f51ba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Halifax\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f723d62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nova Scotia\'s capital city, Halifax is a vibrant urban center with a rich maritime heritage. Visitors can explore historic sites such as the Halifax Citadel National Historic Site, visit the Maritime Museum of the Atlantic, and stroll along the scenic waterfront boardwalk.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"27a99043\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"96a5070\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"7d9b2938\",\"elType\":\"widget\",\"settings\":{\"title\":\"Halifax\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7879f0e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nova Scotia\'s capital city, Halifax is a vibrant urban center with a rich maritime heritage. Visitors can explore historic sites such as the Halifax Citadel National Historic Site, visit the Maritime Museum of the Atlantic, and stroll along the scenic waterfront boardwalk.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"34ae7a31\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"4b8bce74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2274,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),(5119,2256,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5120,2265,'_wp_attached_file','2024/08/Haida-Gwaii-copy.webp'),(5121,2265,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2024/08/Haida-Gwaii-copy.webp\";s:8:\"filesize\";i:37712;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Haida-Gwaii-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37798;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Haida-Gwaii-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:264318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Haida-Gwaii-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19484;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Haida-Gwaii-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:172626;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"Haida-Gwaii-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:467656;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:30:\"Haida-Gwaii-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:373050;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:29:\"Haida-Gwaii-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147298;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:29:\"Haida-Gwaii-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:268874;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:29:\"Haida-Gwaii-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:214244;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:29:\"Haida-Gwaii-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145694;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:30:\"Haida-Gwaii-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:282232;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:28:\"Haida-Gwaii-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10168;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:29:\"Haida-Gwaii-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87830;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5122,2266,'_edit_lock','1724316745:1'),(5124,2268,'_wp_attached_file','2024/08/Okanagan-Valley-copy.webp'),(5125,2268,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2024/08/Okanagan-Valley-copy.webp\";s:8:\"filesize\";i:26314;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Okanagan-Valley-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34414;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"Okanagan-Valley-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:214370;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Okanagan-Valley-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16924;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"Okanagan-Valley-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143618;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"Okanagan-Valley-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:368246;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:34:\"Okanagan-Valley-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:282298;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:33:\"Okanagan-Valley-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:114014;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:33:\"Okanagan-Valley-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:187230;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:33:\"Okanagan-Valley-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:162134;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:33:\"Okanagan-Valley-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:113510;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:34:\"Okanagan-Valley-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:228266;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:32:\"Okanagan-Valley-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8820;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:33:\"Okanagan-Valley-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77092;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5126,2266,'_edit_last','1'),(5127,2266,'fave_listing_page_content_area','0'),(5128,2266,'fave_prop_no','9'),(5129,2266,'fave_properties_sort','d_date'),(5130,2266,'fave_listings_tabs','disable'),(5131,2266,'fave_listings_tab_1','for-sale'),(5132,2266,'fave_listings_tab_2','for-sale'),(5133,2266,'fave_properties_min_beds','0'),(5134,2266,'fave_properties_min_baths','0'),(5135,2266,'fave_agency_orderby','none'),(5136,2266,'fave_agency_order','ASC'),(5137,2266,'fave_agent_orderby','none'),(5138,2266,'fave_agent_order','ASC'),(5139,2266,'fave_header_type','none'),(5140,2266,'fave_page_header_image_opacity','0.35'),(5141,2266,'fave_page_header_search','0'),(5142,2266,'fave_header_full_screen','0'),(5143,2266,'fave_adv_search_enable','global'),(5144,2266,'fave_adv_search','hide'),(5145,2266,'fave_adv_search_pos','under_menu'),(5146,2266,'fave_page_title','show'),(5147,2266,'fave_page_breadcrumb','show'),(5148,2266,'fave_page_sidebar','right_sidebar'),(5149,2266,'fave_page_background','yes'),(5150,2266,'fave_main_menu_trans','no'),(5151,2266,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(5152,2266,'_elementor_edit_mode','builder'),(5153,2266,'_elementor_template_type','wp-page'),(5154,2266,'_elementor_version','3.23.4'),(5173,2266,'_wp_page_template','elementor_header_footer'),(5174,2266,'_elementor_data','[{\"id\":\"5ab4605c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":2235,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchewan-scaled-1.webp\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false},{\"id\":\"65f7c869\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77879759\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"379845dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wanuskewin Heritage Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"745ec67d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located just outside Saskatoon, Wanuskewin Heritage Park is a UNESCO World Heritage Site that celebrates the Indigenous cultures of the Northern Plains. Visitors can learn about Indigenous history, culture, and traditions through interpretive exhibits, guided tours, and cultural performances.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f1bbcf7\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"614b156c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2281,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Wanuskewin-Heritage-Park-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.47)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2714eb8f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1c85dc77\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"504e33be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2280,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15606b01\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"3094eeb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regina\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b5792f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Saskatchewan\'s capital city, Regina is known for its rich cultural heritage, historic landmarks, and vibrant arts scene. Visitors can explore attractions such as the Royal Saskatchewan Museum, the Saskatchewan Legislative Building, and the lively Regina Farmers\' Market.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"23adafc5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"f5a6755\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"4aa8fdec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regina\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73514b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Saskatchewan\'s capital city, Regina is known for its rich cultural heritage, historic landmarks, and vibrant arts scene. Visitors can explore attractions such as the Royal Saskatchewan Museum, the Saskatchewan Legislative Building, and the lively Regina Farmers\' Market.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"63334188\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"755105a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2280,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21893c7d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bbd3c64\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"612bdd7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prince Albert National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68b77c42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Situated in central Saskatchewan, Prince Albert National Park is a picturesque wilderness area known for its boreal forests, crystal-clear lakes, and diverse wildlife. Visitors can enjoy outdoor activities such as hiking, canoeing, fishing, and wildlife viewing.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"14e553fc\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1865c600\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2279,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Prince-Albert-National-Park-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3ebf3f5e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"432511f6\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c82caf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2278,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4e412aa\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"47bf86\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grasslands National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d8236c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located in southern Saskatchewan, Grasslands National Park is a protected area known for its rugged badlands, unique prairie landscapes, and abundant wildlife. Visitors can explore hiking trails, go camping, and experience the park\'s dark sky preserve, perfect for stargazing.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6146101e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"37294a1e\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"59\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"7ff380e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grasslands National Park\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224225fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Located in southern Saskatchewan, Grasslands National Park is a protected area known for its rugged badlands, unique prairie landscapes, and abundant wildlife. Visitors can explore hiking trails, go camping, and experience the park\'s dark sky preserve, perfect for stargazing.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"341dea3d\",\"elType\":\"container\",\"settings\":{\"animation\":\"fadeInRight\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b83a639\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":2278,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.34)\"},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),(5175,2266,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5176,2273,'_wp_attached_file','2024/08/Halifax-copy.webp'),(5177,2273,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2024/08/Halifax-copy.webp\";s:8:\"filesize\";i:35782;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Halifax-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31394;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Halifax-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:222028;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Halifax-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Halifax-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143162;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Halifax-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:403054;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"Halifax-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:299702;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:25:\"Halifax-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111240;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:25:\"Halifax-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:199390;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:25:\"Halifax-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163224;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:25:\"Halifax-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110238;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:26:\"Halifax-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:238248;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:24:\"Halifax-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8222;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:25:\"Halifax-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72228;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5178,2274,'_wp_attached_file','2024/08/Halifax-copy-1.webp'),(5179,2274,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2024/08/Halifax-copy-1.webp\";s:8:\"filesize\";i:35782;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Halifax-copy-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31394;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Halifax-copy-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:222028;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Halifax-copy-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Halifax-copy-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143162;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"Halifax-copy-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:403054;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:28:\"Halifax-copy-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:299702;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:27:\"Halifax-copy-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111240;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:27:\"Halifax-copy-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:199390;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:27:\"Halifax-copy-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163224;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:27:\"Halifax-copy-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110238;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:28:\"Halifax-copy-1-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:238248;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:26:\"Halifax-copy-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8222;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:27:\"Halifax-copy-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72228;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5180,2275,'_wp_attached_file','2024/08/Lunenburg-copy.webp'),(5181,2275,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2024/08/Lunenburg-copy.webp\";s:8:\"filesize\";i:59192;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Lunenburg-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29152;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Lunenburg-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:204302;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Lunenburg-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13930;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Lunenburg-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131576;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"Lunenburg-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:371028;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:28:\"Lunenburg-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:275172;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:27:\"Lunenburg-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102972;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:27:\"Lunenburg-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:180108;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:27:\"Lunenburg-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:151176;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:27:\"Lunenburg-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101808;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:28:\"Lunenburg-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:218686;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:26:\"Lunenburg-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7484;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:27:\"Lunenburg-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66202;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5182,2276,'_wp_attached_file','2024/08/Peggys-Cove-copy.webp'),(5183,2276,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2024/08/Peggys-Cove-copy.webp\";s:8:\"filesize\";i:31400;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Peggys-Cove-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31932;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Peggys-Cove-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:204768;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Peggys-Cove-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16006;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Peggys-Cove-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136228;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"Peggys-Cove-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:355600;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:30:\"Peggys-Cove-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:271908;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:29:\"Peggys-Cove-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109068;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:29:\"Peggys-Cove-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:182412;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:29:\"Peggys-Cove-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155948;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:29:\"Peggys-Cove-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:108308;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:30:\"Peggys-Cove-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:219206;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:28:\"Peggys-Cove-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8708;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:29:\"Peggys-Cove-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72290;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5184,2277,'_wp_attached_file','2024/08/Cabot-Trail-copy.webp'),(5185,2277,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2024/08/Cabot-Trail-copy.webp\";s:8:\"filesize\";i:23804;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Cabot-Trail-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28974;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Cabot-Trail-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:175012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Cabot-Trail-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13990;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Cabot-Trail-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116950;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"Cabot-Trail-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:302530;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:30:\"Cabot-Trail-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:227450;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:29:\"Cabot-Trail-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90550;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:29:\"Cabot-Trail-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:144974;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:29:\"Cabot-Trail-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128164;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:29:\"Cabot-Trail-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89750;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:30:\"Cabot-Trail-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:187270;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:28:\"Cabot-Trail-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7844;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:29:\"Cabot-Trail-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63446;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5186,2278,'_wp_attached_file','2024/08/Grasslands-National-Park-copy.webp'),(5187,2278,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:42:\"2024/08/Grasslands-National-Park-copy.webp\";s:8:\"filesize\";i:18324;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Grasslands-National-Park-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29370;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Grasslands-National-Park-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:162882;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Grasslands-National-Park-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14674;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Grasslands-National-Park-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111394;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"Grasslands-National-Park-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:276450;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:43:\"Grasslands-National-Park-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:210878;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:42:\"Grasslands-National-Park-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87844;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:42:\"Grasslands-National-Park-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141230;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:42:\"Grasslands-National-Park-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:123466;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:42:\"Grasslands-National-Park-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87310;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:43:\"Grasslands-National-Park-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:173844;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:41:\"Grasslands-National-Park-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8228;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:42:\"Grasslands-National-Park-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62622;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5188,2279,'_wp_attached_file','2024/08/Prince-Albert-National-Park-copy.webp'),(5189,2279,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:45:\"2024/08/Prince-Albert-National-Park-copy.webp\";s:8:\"filesize\";i:35614;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Prince-Albert-National-Park-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37698;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Prince-Albert-National-Park-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:259834;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Prince-Albert-National-Park-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17404;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Prince-Albert-National-Park-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170430;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"Prince-Albert-National-Park-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:456560;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:46:\"Prince-Albert-National-Park-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:352442;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:45:\"Prince-Albert-National-Park-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138378;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:45:\"Prince-Albert-National-Park-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:240378;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:45:\"Prince-Albert-National-Park-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:200312;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:45:\"Prince-Albert-National-Park-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:137190;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:46:\"Prince-Albert-National-Park-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:277334;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:44:\"Prince-Albert-National-Park-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9080;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:45:\"Prince-Albert-National-Park-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87424;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5190,2280,'_wp_attached_file','2024/08/Regina-copy.webp'),(5191,2280,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2024/08/Regina-copy.webp\";s:8:\"filesize\";i:29474;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Regina-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33426;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Regina-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:219908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Regina-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17444;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Regina-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146690;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"Regina-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:382972;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:25:\"Regina-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:301472;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:24:\"Regina-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122468;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:24:\"Regina-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:218474;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:24:\"Regina-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:176070;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:24:\"Regina-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122092;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:25:\"Regina-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:235494;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:23:\"Regina-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9208;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:24:\"Regina-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78814;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5192,2281,'_wp_attached_file','2024/08/Wanuskewin-Heritage-Park-copy.webp'),(5193,2281,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:42:\"2024/08/Wanuskewin-Heritage-Park-copy.webp\";s:8:\"filesize\";i:26950;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Wanuskewin-Heritage-Park-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30750;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Wanuskewin-Heritage-Park-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:200228;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Wanuskewin-Heritage-Park-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14666;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Wanuskewin-Heritage-Park-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133426;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"Wanuskewin-Heritage-Park-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:349926;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:43:\"Wanuskewin-Heritage-Park-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:258420;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:42:\"Wanuskewin-Heritage-Park-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100840;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:42:\"Wanuskewin-Heritage-Park-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:166600;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:42:\"Wanuskewin-Heritage-Park-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:144634;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:42:\"Wanuskewin-Heritage-Park-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100804;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:43:\"Wanuskewin-Heritage-Park-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:214820;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:41:\"Wanuskewin-Heritage-Park-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8050;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:42:\"Wanuskewin-Heritage-Park-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70280;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5327,2297,'_wp_attached_file','2024/08/Untitled-.webp'),(5328,2297,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2024/08/Untitled-.webp\";s:8:\"filesize\";i:168656;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Untitled--300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44446;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Untitled--1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:419864;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Untitled--150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20726;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Untitled--768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:256110;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Untitled--1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:812162;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:23:\"Untitled--1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:593026;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:22:\"Untitled--592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:199890;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:22:\"Untitled--780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:384688;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:22:\"Untitled--758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:308180;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:22:\"Untitled--584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:197872;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:23:\"Untitled--1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:454724;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:21:\"Untitled--120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10600;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:22:\"Untitled--496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:113506;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5329,2298,'_wp_attached_file','2024/08/Untitled-3.webp'),(5330,2298,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2024/08/Untitled-3.webp\";s:8:\"filesize\";i:30760;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Untitled-3-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24338;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Untitled-3-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Untitled-3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15130;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Untitled-3-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92220;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Untitled-3-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:233630;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:24:\"Untitled-3-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:200342;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:23:\"Untitled-3-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87480;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:23:\"Untitled-3-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155698;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:23:\"Untitled-3-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122596;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:23:\"Untitled-3-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:86318;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:24:\"Untitled-3-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145114;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:22:\"Untitled-3-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8222;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:23:\"Untitled-3-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51048;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5340,2300,'_wp_attached_file','2024/08/Untitled-2.jpg'),(5341,2300,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2024/08/Untitled-2.jpg\";s:8:\"filesize\";i:390960;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Untitled-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24920;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Untitled-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161618;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Untitled-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12595;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Untitled-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105286;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Untitled-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:288139;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:23:\"Untitled-2-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218176;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:22:\"Untitled-2-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85549;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:22:\"Untitled-2-780x780.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149295;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:22:\"Untitled-2-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123397;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:22:\"Untitled-2-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83992;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:23:\"Untitled-2-1067x600.jpg\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172375;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:21:\"Untitled-2-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7199;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:22:\"Untitled-2-496x279.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5593,2337,'_elementor_edit_mode','builder'),(5594,2337,'_elementor_template_type','section'),(5595,2337,'_elementor_version','3.23.4'),(5599,2337,'_wp_page_template','default'),(5600,2337,'_elementor_data','[{\"id\":\"452cab46\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":1461,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2020\\/09\\/image-9.jpg\"},{\"id\":123,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2020\\/09\\/image-7.jpg\"},{\"id\":1464,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2020\\/09\\/image-12.jpg\"},{\"id\":2297,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-.webp\"}],\"structure\":\"22\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"__globals__\":{\"background_overlay_color\":\"\"},\"background_slideshow_background_position\":\"center center\",\"background_slideshow_ken_burns\":\"yes\",\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":530,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"5441ddde\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.33200000000000073896444519050419330596923828125,\"space_between_widgets\":0,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"338c30de\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Real Estate Prospecting & Digital Advertising Solutions\",\"hz_section_subtitle\":\"Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services.\",\"houzez_section_title_align\":\"left\",\"__globals__\":{\"section_title_typography_typography\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"section_subtitle_typography_font_weight\":\"400\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"section_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"section_subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"section_subtitle_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"684faf0f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"6c388c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"background_background\":\"classic\",\"background_color\":\"#22160399\",\"border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"34\",\"bottom\":\"34\",\"left\":\"34\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"45da2ae4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"327e7b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out this form and one of our agents will be in touch with you soon<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"30f2a840\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"name\",\"field_type\":\"name\",\"placeholder\":\"Name\",\"required\":\"true\"},{\"_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"placeholder\":\"Email\",\"width\":\"50\"},{\"field_type\":\"mobile\",\"required\":\"true\",\"placeholder\":\"Phone\",\"width\":\"50\",\"_id\":\"87f1542\"},{\"field_type\":\"message\",\"placeholder\":\"Message\",\"_id\":\"4e3b81f\",\"required\":\"true\"}],\"button_text\":\"Submit\",\"email_to\":\"admin@listings.arxacommunications.com\",\"email_subject\":\"New message from &quot;Point 2 Lisitng&quot;\",\"label_color\":\"#FFFFFF\",\"field_text_color\":\"#FFFFFF\",\"field_background_color\":\"#02010100\",\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"mark_required\":\"yes\",\"con_google_recaptcha\":\"yes\"},\"elements\":[],\"widgetType\":\"houzez_elementor_contact_form\"}],\"isInner\":false}],\"isInner\":false}]'),(5606,2337,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5866,2376,'_wp_attached_file','2024/08/Email-marketing-3.webp'),(5867,2376,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2024/08/Email-marketing-3.webp\";s:8:\"filesize\";i:23618;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Email-marketing-3-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25186;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Email-marketing-3-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133246;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Email-marketing-3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14238;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Email-marketing-3-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91244;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Email-marketing-3-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:224972;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:31:\"Email-marketing-3-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:177214;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:30:\"Email-marketing-3-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76284;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:30:\"Email-marketing-3-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:134270;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:30:\"Email-marketing-3-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106418;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:30:\"Email-marketing-3-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75636;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:31:\"Email-marketing-3-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141888;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:29:\"Email-marketing-3-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7756;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:30:\"Email-marketing-3-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51140;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5868,2377,'_wp_attached_file','2024/08/Lead-Generation-1.webp'),(5869,2377,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2024/08/Lead-Generation-1.webp\";s:8:\"filesize\";i:45710;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Lead-Generation-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30708;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Lead-Generation-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:198858;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Lead-Generation-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14736;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Lead-Generation-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132068;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Lead-Generation-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:344974;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:31:\"Lead-Generation-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:260228;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:30:\"Lead-Generation-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101510;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:30:\"Lead-Generation-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:166250;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:30:\"Lead-Generation-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146176;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:30:\"Lead-Generation-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101010;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:31:\"Lead-Generation-1-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:213112;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:29:\"Lead-Generation-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8478;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:30:\"Lead-Generation-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69454;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5870,2378,'_wp_attached_file','2024/08/Ppc-2.webp'),(5871,2378,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2024/08/Ppc-2.webp\";s:8:\"filesize\";i:34144;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Ppc-2-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28588;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Ppc-2-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:161778;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Ppc-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14614;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Ppc-2-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109128;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"Ppc-2-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:275582;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:19:\"Ppc-2-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:218584;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:18:\"Ppc-2-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90238;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:18:\"Ppc-2-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146340;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:18:\"Ppc-2-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127970;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:18:\"Ppc-2-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89498;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"Ppc-2-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:171806;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:17:\"Ppc-2-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8180;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:18:\"Ppc-2-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5872,2379,'_wp_attached_file','2024/08/Ppc.webp'),(5873,2379,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2024/08/Ppc.webp\";s:8:\"filesize\";i:32402;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"Ppc-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31052;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"Ppc-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:182972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"Ppc-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15890;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"Ppc-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122384;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"Ppc-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:317202;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:17:\"Ppc-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:241926;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:16:\"Ppc-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99118;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:16:\"Ppc-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160850;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:16:\"Ppc-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140150;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:16:\"Ppc-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:98116;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:17:\"Ppc-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:195858;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:15:\"Ppc-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9118;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:16:\"Ppc-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66288;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5874,2380,'_wp_attached_file','2024/08/SEO-2.webp'),(5875,2380,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2024/08/SEO-2.webp\";s:8:\"filesize\";i:21190;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"SEO-2-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20902;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"SEO-2-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:112550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"SEO-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12010;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"SEO-2-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76550;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"SEO-2-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:192954;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:19:\"SEO-2-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155802;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:18:\"SEO-2-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66274;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:18:\"SEO-2-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116456;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:18:\"SEO-2-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92808;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:18:\"SEO-2-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66024;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"SEO-2-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120330;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:17:\"SEO-2-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6952;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:18:\"SEO-2-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42710;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5876,2381,'_wp_attached_file','2024/08/SEo-3.webp'),(5877,2381,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2024/08/SEo-3.webp\";s:8:\"filesize\";i:33836;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"SEo-3-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28896;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"SEo-3-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160102;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"SEo-3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15248;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"SEo-3-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:108538;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"SEo-3-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:272420;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:19:\"SEo-3-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:217266;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:18:\"SEo-3-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92860;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:18:\"SEo-3-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:159864;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:18:\"SEo-3-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130456;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:18:\"SEo-3-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92550;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:19:\"SEo-3-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170450;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:17:\"SEo-3-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8374;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:18:\"SEo-3-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60028;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5878,2382,'_wp_attached_file','2024/08/Social-media-1.webp'),(5879,2382,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2024/08/Social-media-1.webp\";s:8:\"filesize\";i:31818;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Social-media-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26508;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Social-media-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:156910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Social-media-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14588;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Social-media-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106840;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"Social-media-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:265166;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:28:\"Social-media-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:212322;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:27:\"Social-media-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90846;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:27:\"Social-media-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:157184;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:27:\"Social-media-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127462;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:27:\"Social-media-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90788;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:28:\"Social-media-1-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:166680;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:26:\"Social-media-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8394;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:27:\"Social-media-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5880,2383,'_wp_attached_file','2024/08/Web-development-2.webp'),(5881,2383,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2024/08/Web-development-2.webp\";s:8:\"filesize\";i:34172;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Web-development-2-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26170;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Web-development-2-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:156924;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Web-development-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14566;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Web-development-2-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105212;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Web-development-2-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:272276;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:31:\"Web-development-2-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:218244;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:30:\"Web-development-2-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90982;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:30:\"Web-development-2-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160806;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:30:\"Web-development-2-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129580;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:30:\"Web-development-2-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89884;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:31:\"Web-development-2-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:168422;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:29:\"Web-development-2-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7954;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:30:\"Web-development-2-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56260;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5882,2384,'_wp_attached_file','2024/08/content-marketing-3.webp'),(5883,2384,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2024/08/content-marketing-3.webp\";s:8:\"filesize\";i:34324;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"content-marketing-3-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30842;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"content-marketing-3-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:174198;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"content-marketing-3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16082;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"content-marketing-3-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117774;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"content-marketing-3-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:296438;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:33:\"content-marketing-3-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:237248;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:32:\"content-marketing-3-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97488;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:32:\"content-marketing-3-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:156458;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:32:\"content-marketing-3-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138016;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:32:\"content-marketing-3-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97272;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:33:\"content-marketing-3-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:185438;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:31:\"content-marketing-3-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9442;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:32:\"content-marketing-3-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64370;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5884,2385,'_wp_attached_file','2024/08/Digital-marketing-2.webp'),(5885,2385,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2024/08/Digital-marketing-2.webp\";s:8:\"filesize\";i:68868;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Digital-marketing-2-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38292;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Digital-marketing-2-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:252080;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Digital-marketing-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19214;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Digital-marketing-2-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:164794;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"Digital-marketing-2-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:444078;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:33:\"Digital-marketing-2-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:340076;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:32:\"Digital-marketing-2-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133416;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:32:\"Digital-marketing-2-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:235892;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:32:\"Digital-marketing-2-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:192488;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:32:\"Digital-marketing-2-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131924;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:33:\"Digital-marketing-2-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:269154;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:31:\"Digital-marketing-2-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10506;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:32:\"Digital-marketing-2-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6432,2463,'_wp_attached_file','2024/08/Initial-Qualification.webp'),(6433,2463,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:34:\"2024/08/Initial-Qualification.webp\";s:8:\"filesize\";i:1496;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6434,2464,'_wp_attached_file','2024/08/Lead-Collection.webp'),(6435,2464,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:28:\"2024/08/Lead-Collection.webp\";s:8:\"filesize\";i:1216;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6436,2465,'_wp_attached_file','2024/08/Lead-Enrichment.webp'),(6437,2465,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:28:\"2024/08/Lead-Enrichment.webp\";s:8:\"filesize\";i:1234;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6438,2466,'_wp_attached_file','2024/08/Sales-Readiness.webp'),(6439,2466,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:28:\"2024/08/Sales-Readiness.webp\";s:8:\"filesize\";i:1496;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6440,2467,'_wp_attached_file','2024/08/Content-marketing-icon.webp'),(6441,2467,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:35:\"2024/08/Content-marketing-icon.webp\";s:8:\"filesize\";i:1182;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6517,2474,'_edit_lock','1725300737:7'),(6518,2474,'_edit_last','1'),(6519,2474,'_elementor_edit_mode','builder'),(6520,2474,'_elementor_template_type','wp-post'),(6521,2474,'_elementor_version','3.23.4'),(6528,2474,'_wp_page_template','default');
INSERT INTO `wpau_postmeta` VALUES (6529,2474,'_elementor_data','[{\"id\":\"78a7704\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"46\",\"bottom\":\"46\",\"left\":\"46\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"8b430bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"26f89c9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown.png\",\"id\":1841,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":138,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"577dcb0\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>At Point2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d42f0cc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ddddeb0\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/point2listing\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2579fc8\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/point2listing\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"_id\":\"b035e2c\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"76777be\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"d3936fd\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Company\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e0d11\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"01bf7f0\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/privacy-policy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ed92e55\",\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2ceb441\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"404dd9c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Services\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"938937f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"Digital Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"SEO Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Social Media Marekting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ed92e55\",\"text\":\"Real Estate Lead Generation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Content Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4f191b\"},{\"text\":\"PPC Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"17725ae\"},{\"text\":\"Web Development\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5ed3672\"},{\"text\":\"Email Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2327330\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"b728e70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e24305\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Contacts\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0dfe80d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Address\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb51f48\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ce23a36\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Phone\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e1e4d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"(888) 876-1054\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0d8a6d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Email\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66968d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"info@point2listing.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"},{\"text\":\"contact@point2listing.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"319bddd\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6d0ac80\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e82a3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Copyright \\u00a9 Point2 Listing 2024. All Rights Reserved. Designed by <a style=\\\"color: white;\\\" href=\\\"https:\\/\\/rankray.us\\/\\\">Rank Ray<\\/a>.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0015\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(6535,2474,'_elementor_page_assets','a:0:{}'),(6545,2474,'fts_included_options','a:2:{s:4:\"rule\";a:1:{i:0;s:15:\"standard-global\";}s:8:\"specific\";a:0:{}}'),(6546,2474,'fts_excluded_options','a:0:{}'),(6547,2474,'fts_template_type','tmp_footer'),(6577,2482,'_edit_lock','1725455226:4'),(6578,2482,'_edit_last','1'),(6579,2482,'_elementor_edit_mode','builder'),(6580,2482,'_elementor_template_type','wp-post'),(6581,2482,'_elementor_version','3.23.4'),(6582,2484,'_elementor_edit_mode','builder'),(6583,2484,'_elementor_template_type','container'),(6584,2484,'_elementor_version','3.23.4'),(6588,2484,'_wp_page_template','default'),(6589,2484,'_elementor_data','[{\"id\":\"461d7eae\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"46\",\"bottom\":\"46\",\"left\":\"46\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"6b6754d6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"350cfd7b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown.png\",\"id\":1841,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":138,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13dafa0d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>At Point2listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7361c382\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ddddeb0\",\"link\":{\"url\":\"https \\/\\/www.facebook.com\\/point2listing\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2579fc8\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"75e848aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"a31f758\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Company\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66a96a7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\"},{\"_id\":\"ed92e55\",\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"629b8bbb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5da6854\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Services\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d94c87b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"Digital Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"SEO Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Social Media Marekting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\"},{\"_id\":\"ed92e55\",\"text\":\"Real Estate Lead Generation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Content Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4f191b\"},{\"text\":\"PPC Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"17725ae\"},{\"text\":\"Web Development\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5ed3672\"},{\"text\":\"Email Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2327330\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"57c93d66\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5bd06e3b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Contacts\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"538d1a09\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Contacts\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f461698\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1fceb2da\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Phone\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c33ed21\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"(888) 876-1054\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"66f7bc25\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Email\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68fb34ab\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"info@point2listings.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"},{\"text\":\"contact@point2listings.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"319bddd\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),(6595,2484,'_elementor_page_assets','a:0:{}'),(6602,2482,'_wp_page_template','default'),(6603,2482,'_elementor_data','[{\"id\":\"67f0199\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"flex_wrap_mobile\":\"nowrap\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2007f01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33.9609999999999985220711096189916133880615234375},\"width_tablet\":{\"unit\":\"px\",\"size\":253.30000000000001136868377216160297393798828125},\"width_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8d0ff51\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2Listing-V3.svg\",\"id\":3080},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"beb9ba2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content_tablet\":\"flex-end\",\"_flex_order\":\"end\"},\"elements\":[{\"id\":\"282e7a7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"menu_slug\":\"main-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"background_color_dropdown_item\":\"#221603\",\"background_color_dropdown_item_hover\":\"#CE85164D\",\"color_dropdown_item_active\":\"#FFFFFF\",\"_flex_align_self\":\"flex-end\",\"__globals__\":{\"background_color_dropdown_item\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=primary\",\"background_color_dropdown_item_hover\":\"\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=primary\",\"color_menu_item\":\"globals\\/colors?id=secondary\",\"color_menu_item_hover\":\"\"},\"mobile_toggle_align\":\"center\",\"mdropdown-margin-top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"mdropdown-margin-top_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_site_menu\"}],\"isInner\":true}],\"isInner\":false}]'),(6609,2482,'_elementor_page_assets','a:0:{}'),(6610,2482,'fts_included_options','a:2:{s:4:\"rule\";a:1:{i:0;s:15:\"standard-global\";}s:8:\"specific\";a:0:{}}'),(6611,2482,'fts_excluded_options','a:0:{}'),(6612,2482,'fts_template_type','tmp_header'),(6685,2499,'_elementor_edit_mode','builder'),(6686,2499,'_elementor_template_type','container'),(6687,2499,'_elementor_version','3.23.4'),(6691,2499,'_wp_page_template','default'),(6692,2499,'_elementor_data','[{\"id\":\"37c69af1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"flex_wrap_mobile\":\"nowrap\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"4099f326\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22.367999999999998550492819049395620822906494140625},\"width_tablet\":{\"unit\":\"px\",\"size\":253.30000000000001136868377216160297393798828125},\"width_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"27a34e06\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown.png\",\"id\":1841,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"left\",\"space\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11c35fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"16d2ce0a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"menu_slug\":\"main-menu\",\"align_items\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"background_color_dropdown_item\":\"#221603\",\"background_color_dropdown_item_hover\":\"#CE85164D\",\"color_dropdown_item_active\":\"#FFFFFF\",\"_flex_align_self\":\"flex-end\",\"__globals__\":{\"background_color_dropdown_item\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=primary\",\"background_color_dropdown_item_hover\":\"\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"houzez_site_menu\"}],\"isInner\":true}],\"isInner\":false}]'),(6698,2499,'_elementor_page_assets','a:0:{}'),(6701,1879,'wpforms_entries_count','55'),(6706,2509,'_edit_lock','1724849728:4'),(6708,2512,'_edit_lock','1724849704:4'),(6711,2516,'_edit_lock','1724848185:4'),(6726,2520,'_wp_attached_file','2024/08/5430475-scaled.jpg'),(6727,2520,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:26:\"2024/08/5430475-scaled.jpg\";s:8:\"filesize\";i:660057;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"5430475-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45470;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"5430475-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218772;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"5430475-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23389;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"5430475-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153929;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"5430475-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359961;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:38:\"Freepik Company S.L. - www.freepik.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"5430475.jpg\";}'),(6730,2521,'_wp_attached_file','2024/08/rm218batch7-aum-03-scaled.jpg'),(6731,2521,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:37:\"2024/08/rm218batch7-aum-03-scaled.jpg\";s:8:\"filesize\";i:280866;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"rm218batch7-aum-03-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23075;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"rm218batch7-aum-03-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"rm218batch7-aum-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17216;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"rm218batch7-aum-03-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56285;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"rm218batch7-aum-03-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136882;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"rm218batch7-aum-03-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204469;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:31:\"rm218batch7-aum-03-1170x785.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95724;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:30:\"rm218batch7-aum-03-592x444.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45030;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:30:\"rm218batch7-aum-03-780x780.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68467;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:30:\"rm218batch7-aum-03-758x564.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59486;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:30:\"rm218batch7-aum-03-584x438.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44382;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:30:\"rm218batch7-aum-03-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67980;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:29:\"rm218batch7-aum-03-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15341;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:30:\"rm218batch7-aum-03-496x331.jpg\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35110;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:18:\"rawpixel.com / Aum\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:41:\"Shooting star patterned background vector\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:3:\"Web\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:69:{i:0;s:8:\"abstract\";i:1;s:20:\"abstract backgrounds\";i:2;s:10:\"background\";i:3;s:17:\"background design\";i:4;s:18:\"background graphic\";i:5;s:16:\"background image\";i:6;s:17:\"background images\";i:7;s:19:\"background patterns\";i:8;s:15:\"background pics\";i:9;s:18:\"background picture\";i:10;s:19:\"background pictures\";i:11;s:17:\"background vector\";i:12;s:20:\"background wallpaper\";i:13;s:11:\"backgrounds\";i:14;s:15:\"black and white\";i:15;s:26:\"black and white background\";i:16;s:25:\"black and white wallpaper\";i:17;s:11:\"blank space\";i:18;s:10:\"copy space\";i:19;s:6:\"design\";i:20;s:17:\"design background\";i:21;s:14:\"design element\";i:22;s:12:\"design space\";i:23;s:12:\"falling star\";i:24;s:23:\"falling star background\";i:25;s:20:\"falling star pattern\";i:26;s:6:\"galaxy\";i:27;s:17:\"galaxy background\";i:28;s:18:\"galaxy backgrounds\";i:29;s:7:\"glitter\";i:30;s:18:\"glitter background\";i:31;s:19:\"glitter backgrounds\";i:32;s:19:\"glittery background\";i:33;s:20:\"glittery backgrounds\";i:34;s:7:\"graphic\";i:35;s:15:\"gray background\";i:36;s:9:\"grayscale\";i:37;s:20:\"grayscale background\";i:38;s:19:\"grayscale wallpaper\";i:39;s:16:\"image background\";i:40;s:17:\"images background\";i:41;s:20:\"lens flares graphics\";i:42;s:6:\"meteor\";i:43;s:17:\"meteor background\";i:44;s:14:\"meteor pattern\";i:45;s:9:\"meteoroid\";i:46;s:8:\"monotone\";i:47;s:19:\"monotone background\";i:48;s:18:\"monotone wallpaper\";i:49;s:6:\"nature\";i:50;s:17:\"nature background\";i:51;s:21:\"patterned backgrounds\";i:52;s:13:\"shooting star\";i:53;s:24:\"shooting star background\";i:54;s:21:\"shooting star pattern\";i:55;s:32:\"shooting star pattern background\";i:56;s:3:\"sky\";i:57;s:14:\"sky background\";i:58;s:16:\"space background\";i:59;s:18:\"sparkle background\";i:60;s:4:\"star\";i:61;s:8:\"template\";i:62;s:15:\"template vector\";i:63;s:10:\"text space\";i:64;s:6:\"vector\";i:65;s:17:\"vector background\";i:66;s:15:\"vector template\";i:67;s:9:\"wallpaper\";i:68;s:20:\"wallpaper background\";}}s:14:\"original_image\";s:22:\"rm218batch7-aum-03.jpg\";}'),(6965,1841,'_wp_attachment_image_alt','Point 2 Lisiting logo'),(6969,2555,'_wp_attachment_image_alt','Point 2 Lisiting logo'),(6970,2555,'_wp_attached_file','2024/08/cropped-Point2-Listing-logo-all-brown.png'),(6971,2555,'_wp_attachment_context','site-icon'),(6972,2555,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:49:\"2024/08/cropped-Point2-Listing-logo-all-brown.png\";s:8:\"filesize\";i:19832;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"cropped-Point2-Listing-logo-all-brown-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12568;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"cropped-Point2-Listing-logo-all-brown-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5786;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:49:\"cropped-Point2-Listing-logo-all-brown-512x444.png\";s:5:\"width\";i:512;s:6:\"height\";i:444;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23009;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:49:\"cropped-Point2-Listing-logo-all-brown-512x438.png\";s:5:\"width\";i:512;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22985;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:48:\"cropped-Point2-Listing-logo-all-brown-120x90.png\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4462;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:49:\"cropped-Point2-Listing-logo-all-brown-496x496.png\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22569;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:49:\"cropped-Point2-Listing-logo-all-brown-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11129;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:49:\"cropped-Point2-Listing-logo-all-brown-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7553;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:49:\"cropped-Point2-Listing-logo-all-brown-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7057;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:47:\"cropped-Point2-Listing-logo-all-brown-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:881;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7009,2555,'_oembed_35d3de46eea5dd427cdfbe9249a587f7','{{unknown}}'),(7101,2482,'_yoast_wpseo_content_score','90'),(7102,2482,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7244,10,'_edit_last','1'),(7245,10,'_yoast_wpseo_title','Point2 Listing | Lead Generation and Digital Marketing Services'),(7246,10,'_yoast_wpseo_metadesc','Get the best real estate lead generation and digital marketing services in Canada. We help realtors get the premium leads.'),(7271,2474,'_yoast_wpseo_content_score','90'),(7272,2474,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7275,2580,'_edit_lock','1725277283:1'),(7277,2580,'_edit_last','4'),(7278,2580,'fave_listing_page_content_area','0'),(7279,2580,'fave_prop_no','9'),(7280,2580,'fave_properties_sort','d_date'),(7281,2580,'fave_listings_tabs','disable'),(7282,2580,'fave_listings_tab_1','for-sale'),(7283,2580,'fave_listings_tab_2','for-sale'),(7284,2580,'fave_properties_min_beds','0'),(7285,2580,'fave_properties_min_baths','0'),(7286,2580,'fave_agency_orderby','none'),(7287,2580,'fave_agency_order','ASC'),(7288,2580,'fave_agent_orderby','none'),(7289,2580,'fave_agent_order','ASC'),(7290,2580,'fave_header_type','none'),(7291,2580,'fave_page_header_image_opacity','0.35'),(7292,2580,'fave_page_header_search','0'),(7293,2580,'fave_header_full_screen','0'),(7294,2580,'fave_adv_search_enable','global'),(7295,2580,'fave_adv_search','hide'),(7296,2580,'fave_adv_search_pos','under_menu'),(7297,2580,'fave_page_title','show'),(7298,2580,'fave_page_breadcrumb','show'),(7299,2580,'fave_page_sidebar','right_sidebar'),(7300,2580,'fave_page_background','yes'),(7301,2580,'fave_main_menu_trans','no'),(7302,2580,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(7303,2580,'_yoast_wpseo_estimated-reading-time-minutes','10'),(7304,2580,'_elementor_edit_mode','builder'),(7305,2580,'_elementor_template_type','wp-page'),(7306,2580,'_elementor_version','3.23.4'),(7315,2580,'_wp_page_template','elementor_header_footer'),(7316,2580,'_elementor_data','[{\"id\":\"f5e3166\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bdb6f8\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Privacy Policy\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a3d186\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>At point2listing, accessible from https:\\/\\/point2listing.ca\\/, one of our main priorities is the privacy of our clients. This Privacy Policy document contains types of information that is collected and recorded by point2listing and how we use it.<\\/p><p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.<\\/p><p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and\\/or collect in point2listing. This policy is not applicable to any information collected offline or via channels other than this website.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f646e0d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Consent\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ed401c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-9af058d elementor-widget elementor-widget-heading\\\" data-id=\\\"9af058d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e1a327\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Information we collect\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19088c7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.<\\/p><p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and\\/or attachments you may send us, and any other information you may choose to provide.<\\/p><p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb2ce4f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"How we use your information\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a46fc4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We use the information we collect in various ways, including to:<\\/p><ul><li>Provide, operate, and maintain our website<\\/li><li>Improve, personalize, and expand our website<\\/li><li>Understand and analyze how you use our website<\\/li><li>Develop new products, services, features, and functionality<\\/li><li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes<\\/li><li>Send you emails<\\/li><li>Find and prevent fraud<\\/li><\\/ul><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92026a5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Log Files\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"023a485\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services\\u2019 analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring\\/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users\\u2019 movement on the website, and gathering demographic information.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4193193\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Advertising Partners Privacy Policies\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e3c6ca\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>You may consult this list to find the Privacy Policy for each of the advertising partners of point2listing.<\\/p><p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on point2listing, which are sent directly to users\\u2019 browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and\\/or to personalize the advertising content that you see on websites that you visit.<\\/p><p>Note that point2listing has no access to or control over these cookies that are used by third-party advertisers.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7904cd3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Third Party Privacy Policies\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34dec68\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing\\u2019s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.<\\/p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\\u2019 respective websites.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b4636c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Third Party Privacy Policies\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a3fbe1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing\\u2019s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.<\\/p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\\u2019 respective websites.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"942625b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"CCPA Privacy Rights (Do Not Sell My Personal Information)\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9011d1e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Under the CCPA, among other rights, California consumers have the right to:<\\/p><p>Request that a business that collects a consumer\\u2019s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.<\\/p><p>Request that a business delete any personal data about the consumer that a business has collected.<\\/p><p>Request that a business that sells a consumer\\u2019s personal data, not sell the consumer\\u2019s personal data.<\\/p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3ec405\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"GDPR Data Protection Rights\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b119e0c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:<\\/p><p>The right to access \\u2013 You have the right to request copies of your personal data. We may charge you a small fee for this service.<\\/p><p>The right to rectification \\u2013 You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.<\\/p><p>The right to erasure \\u2013 You have the right to request that we erase your personal data, under certain conditions.<\\/p><p>The right to restrict processing \\u2013 You have the right to request that we restrict the processing of your personal data, under certain conditions.<\\/p><p>The right to object to processing \\u2013 You have the right to object to our processing of your personal data, under certain conditions.<\\/p><p>The right to data portability \\u2013 You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.<\\/p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d471d64\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Children\'s Information\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5513a73\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n<div class=\\\"elementor-widget-container\\\">\\n<p>Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and\\/or monitor and guide their online activity.<\\/p>\\n<p>point2listing does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.<\\/p>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e34b697\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Changes to This Privacy Policy\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b35b76c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately, after they are posted on this page.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(7317,2580,'_elementor_page_assets','a:0:{}'),(7391,2580,'_yoast_wpseo_content_score','30'),(7403,2595,'_edit_lock','1725277397:1'),(7405,2595,'_edit_last','4'),(7406,2595,'fave_listing_page_content_area','0'),(7407,2595,'fave_prop_no','9'),(7408,2595,'fave_properties_sort','d_date'),(7409,2595,'fave_listings_tabs','disable'),(7410,2595,'fave_listings_tab_1','for-sale'),(7411,2595,'fave_listings_tab_2','for-sale'),(7412,2595,'fave_properties_min_beds','0'),(7413,2595,'fave_properties_min_baths','0'),(7414,2595,'fave_agency_orderby','none'),(7415,2595,'fave_agency_order','ASC'),(7416,2595,'fave_agent_orderby','none'),(7417,2595,'fave_agent_order','ASC'),(7418,2595,'fave_header_type','none'),(7419,2595,'fave_page_header_image_opacity','0.35'),(7420,2595,'fave_page_header_search','0'),(7421,2595,'fave_header_full_screen','0'),(7422,2595,'fave_adv_search_enable','global'),(7423,2595,'fave_adv_search','hide'),(7424,2595,'fave_adv_search_pos','under_menu'),(7425,2595,'fave_page_title','show'),(7426,2595,'fave_page_breadcrumb','show'),(7427,2595,'fave_page_sidebar','right_sidebar'),(7428,2595,'fave_page_background','yes'),(7429,2595,'fave_main_menu_trans','no'),(7430,2595,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(7431,2595,'_yoast_wpseo_estimated-reading-time-minutes','12'),(7432,2595,'_elementor_edit_mode','builder'),(7433,2595,'_elementor_template_type','wp-page'),(7434,2595,'_elementor_version','3.23.4'),(7435,2595,'_wp_page_template','elementor_header_footer'),(7436,2595,'_elementor_data','[{\"id\":\"7210851\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c97f8e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Terms and Conditions\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94e8dbe\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Welcome to Point2listing!<\\/p><p>These terms and conditions outline the rules and regulations for using the Point2 Listing Website, located at https:\\/\\/point2listing.ca\\/.<\\/p><p>By accessing this website we assume you accept these terms and conditions. Do not continue to use Point2 Listing if you do not agree to take all of the terms and conditions stated on this page.<\\/p><p>The following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice, and all Agreements: \\u201cClient\\u201d, \\u201cYou\\u201d and \\u201cYour\\u201d refers to you, the person log on this website and compliant to the Company\\u2019s terms and conditions. \\u201cThe Company\\u201d, \\u201cOurselves\\u201d, \\u201cWe\\u201d, \\u201cOur\\u201d and \\u201cUs\\u201d, refers to our Company. \\u201cParty\\u201d, \\u201cParties\\u201d, or \\u201cUs\\u201d, refers to both the Client and ourselves. All terms refer to the offer, acceptance, and consideration of payment necessary to undertake the process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Client\\u2019s needs in respect of the provision of the Company\\u2019s stated services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization and\\/or he\\/she or they, are taken as interchangeable and therefore as referring to same.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3cb89cd\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Cookies\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f6dcf3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>We employ the use of cookies. By accessing Point2 Listing, you agreed to use cookies in agreement with the Point2 Listing Privacy Policy.<\\/p><p>Most interactive websites use cookies to let us retrieve the user\\u2019s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate\\/advertising partners may also use cookies.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fed658d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"License\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44f52aa\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Unless otherwise stated, Point2 Listing and\\/or its licensors own the intellectual property rights for all material on Point2 Listing. All intellectual property rights are reserved. You may access this from point2listing for your own personal use subjected to restrictions set in these terms and conditions.<\\/p><p>You must not:<\\/p><ul><li>Republish material from Point2 Listing<\\/li><li>Sell, rent or sub-license material from Point2 Listing<\\/li><li>Reproduce, duplicate or copy material from Point2 Listing<\\/li><li>Redistribute content from Point2 Listing<\\/li><\\/ul><p>Parts of this website offer an opportunity for users to post and exchange opinions and information in certain areas of the website. Point2 Listing does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views and opinions of point2listing,its agents and\\/or affiliates. Comments reflect the views and opinions of the person who post their views and opinions. To the extent permitted by applicable laws, point2listing shall not be liable for the Comments or for any liability, damages or expenses caused and\\/or suffered as a result of any use of and\\/or posting of and\\/or appearance of the Comments on this website.<\\/p><p>Point2 Listing reserves the right to monitor all Comments and to remove any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.<\\/p><p>You warrant and represent that:<\\/p><ul><li>You are entitled to post the Comments on our website and have all necessary licenses and consents to do so;<\\/li><li>The Comments do not invade any intellectual property right, including without limitation copyright, patent or trademark of any third party;<\\/li><li>The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material which is an invasion of privacy<\\/li><li>The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity.<\\/li><\\/ul><p>You hereby grant Point2 Listing a non-exclusive license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04ffa94\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Hyperlinking to our Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85c99d7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>The following organizations may link to our Website without prior written approval:<\\/p><ul><li>Government agencies;<\\/li><li>Search engines;<\\/li><li>News organizations;<\\/li><li>Online directory distributors may link to our Website in the same manner as they hyperlink to the Websites of other listed businesses; and<\\/li><li>System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site.<\\/li><\\/ul><p>These organizations may link to our home page, to publications or to other Website information so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products and\\/or services; and (c) fits within the context of the linking party\\u2019s site.<\\/p><p>We may consider and approve other link requests from the following types of organizations:<\\/p><ul><li>commonly-known consumer and\\/or business information sources;<\\/li><li>dot.com community sites;<\\/li><li>associations or other groups representing charities;<\\/li><li>online directory distributors;<\\/li><li>internet portals;<\\/li><li>accounting, law and consulting firms; and<\\/li><li>educational institutions and trade associations.<\\/li><\\/ul><p>We will approve link requests from these organizations if we decide that: (a) the link would not make us look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any negative records with us; (c) the benefit to us from the visibility of the hyperlink compensates the absence of Point2 Listing; and (d) the link is in the context of general resource information.<\\/p><p>These organizations may link to our home page so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking party\\u2019s site.<\\/p><p>If you are one of the organizations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to Point2 Listing. Please include your name, your organization name, contact information as well as the URL of your site, a list of any URLs from which you intend to link to our Website, and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks for a response.<\\/p><p>Approved organizations may hyperlink to our Website as follows:<\\/p><ul><li>By use of our corporate name; or<\\/li><li>By use of the uniform resource locator being linked to; or<\\/li><li>By use of any other description of our Website being linked to that makes sense within the context and format of content on the linking party\\u2019s site.<\\/li><\\/ul><p>No use of Point2 Listing logo or other artwork will be allowed for linking absent a trademark license agreement.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4cdbc2d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"iFrames\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9a35cf\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Without prior approval and written permission, you may not create frames around our Webpages that alter in any way the visual presentation or appearance of our Website.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8fdd442\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Content Liability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64128d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>We shall not be hold responsible for any content that appears on your Website. You agree to protect and defend us against all claims that is rising on your Website. No link(s) should appear on any Website that may be interpreted as libelous, obscene or criminal, or which infringes, otherwise violates, or advocates the infringement or other violation of, any third party rights.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"983e45a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Your Privacy\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9eaad6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Please read Privacy Policy<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"968814c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Reservation of Rights\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14eae10\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>We reserve the right to request that you remove all links or any particular link to our Website. You approve to immediately remove all links to our Website upon request. We also reserve the right to amen these terms and conditions and it\\u2019s linking policy at any time. By continuously linking to our Website, you agree to be bound to and follow these linking terms and conditions.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d89c4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Removal of links from our website\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86d8092\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>If you find any link on our Website that is offensive for any reason, you are free to contact and inform us any moment. We will consider requests to remove links but we are not obligated to or so or to respond to you directly.<\\/p><p>We do not ensure that the information on this website is correct, we do not warrant its completeness or accuracy; nor do we promise to ensure that the website remains available or that the material on the website is kept up to date.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e1eb084\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Disclaimer\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4db3257\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>To the maximum extent permitted by applicable law, we exclude all representations, warranties and conditions relating to our website and the use of this website. Nothing in this disclaimer will:<\\/p><ul><li>limit or exclude our or your liability for death or personal injury;<\\/li><li>limit or exclude our or your liability for fraud or fraudulent misrepresentation;<\\/li><li>limit any of our or your liabilities in any way that is not permitted under applicable law; or<\\/li><li>exclude any of our or your liabilities that may not be excluded under applicable law.<\\/li><\\/ul><p>The limitations and prohibitions of liability set in this Section and elsewhere in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer, including liabilities arising in contract, in tort and for breach of statutory duty.<\\/p><p>As long as the website and the information and services on the website are provided free of charge, we will not be liable for any loss or damage of any nature.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18bf173\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Return and Refund Policy\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e49047\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Interpretation\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e7359b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The words of which the initial letter is capitalized have meanings defined<br \\/>under the following conditions. The following definitions shall have the same<br \\/>meaning regardless of whether they appear in singular or in plural.<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-d8a774b elementor-widget elementor-widget-heading\\\" data-id=\\\"d8a774b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7218696\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Definitions\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fe16cf\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>For the purposes of this Return and Refund Policy:<\\/p><p>* Company (referred to as either \\u201cthe Company\\u201d, \\u201cWe\\u201d, \\u201cUs\\u201d or \\u201cOur\\u201d in this<br \\/>Agreement) refers to Point2Listing, 135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2<\\/p><p>* Goods refer to the items offered for sale on the Service.<\\/p><p>* Orders mean a request by You to purchase Goods from Us.<\\/p><p>* Service refers to the Website.<\\/p><p>* Website refers to Point2Listing, accessible from<br \\/>&lt;https:\\/\\/point2listing.ca\\/&gt;<\\/p><p>* You means the individual accessing or using the Service, or the company,<br \\/>or other legal entity on behalf of which such individual is accessing or<br \\/>using the Service, as applicable.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39edd9c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Your Order Cancellation Rights\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"235eecc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>You are entitled to cancel Your Order within 14 days without giving any reason<br \\/>for doing so.<\\/p><p>The deadline for cancelling an Order is 14 days from the date on which You<br \\/>received the Goods or on which a third party you have appointed, who is not<br \\/>the carrier, takes possession of the product delivered.<\\/p><p>In order to exercise Your right of cancellation, You must inform Us of your<br \\/>decision by means of a clear statement. You can inform us of your decision by:<\\/p><p>* By email: contact@point2listing.ca<\\/p><p>We will reimburse You no later than 14 days from the day on which We receive<br \\/>the returned Goods. We will use the same means of payment as You used for the<br \\/>Order, and You will not incur any fees for such reimbursement.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8386dae\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Conditions for Returns\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8aeaa5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The Refund Policy for 3 month services has 60 days time. If you haven\\u2019t received quality and promised quantity of listing appointments within the service period of 3 months then, you can claim full refund after 3 months from your account manager by phone, email or through text. He\\/she will forward your refund request to a higher authority, they will\\u00a0review all your leads, agreement, leads feedback and within one week they will update you about the refund.<\\/p><ol><li>If we are unable to satisfy you with in the service period, then there will be two options for you:<\\/li><li>1st option: You can claim a full refund.<\\/li><li>2nd option: If you still want to work with us after 3 months, but if you have some issues\\/concerns with the quality or the quantity then, we will run your campaign. over 2 months and replace some leads to retain you for the long term.<\\/li><\\/ol><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d796396\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Returning Goods\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e4113f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n<div class=\\\"elementor-widget-container\\\">\\n<div class=\\\"elementor-element elementor-element-3405fb8 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"3405fb8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n<div class=\\\"elementor-widget-container\\\">\\n<p>You are responsible for the cost and risk of returning the Goods to Us. You<br>should send the Goods at the following address<\\/p>\\n<p>Point2listing.ca<\\/p>\\n<p>We cannot be held responsible for Goods damaged or lost in return shipment.<br>Therefore, We recommend an insured and trackable mail service. We are unable<br>to issue a refund without actual receipt of the Goods or proof of received<br>return delivery.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"elementor-element elementor-element-4143f57 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"4143f57\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n<div class=\\\"elementor-widget-container\\\">\\n<div class=\\\"elementor-button-wrapper\\\">&nbsp;<\\/div>\\n<\\/div>\\n<\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(7437,2595,'_elementor_page_assets','a:0:{}'),(7438,2595,'_yoast_wpseo_content_score','30'),(8000,2664,'_wp_attached_file','2024/08/Content-marketing-2-1024x576-1.webp'),(8001,2664,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:43:\"2024/08/Content-marketing-2-1024x576-1.webp\";s:8:\"filesize\";i:180582;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Content-marketing-2-1024x576-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28926;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Content-marketing-2-1024x576-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"Content-marketing-2-1024x576-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115816;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:43:\"Content-marketing-2-1024x576-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97796;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:43:\"Content-marketing-2-1024x576-1-780x576.webp\";s:5:\"width\";i:780;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:152828;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:43:\"Content-marketing-2-1024x576-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:139734;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:43:\"Content-marketing-2-1024x576-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96970;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:42:\"Content-marketing-2-1024x576-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8722;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:43:\"Content-marketing-2-1024x576-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61422;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8602,2732,'_edit_lock','1725281496:1'),(8604,2732,'_edit_last','1'),(8605,2732,'fave_listing_page_content_area','0'),(8606,2732,'fave_prop_no','9'),(8607,2732,'fave_properties_sort','d_date'),(8608,2732,'fave_listings_tabs','disable'),(8609,2732,'fave_listings_tab_1','for-sale'),(8610,2732,'fave_listings_tab_2','for-sale'),(8611,2732,'fave_properties_min_beds','0'),(8612,2732,'fave_properties_min_baths','0'),(8613,2732,'fave_agency_orderby','none'),(8614,2732,'fave_agency_order','ASC'),(8615,2732,'fave_agent_orderby','none'),(8616,2732,'fave_agent_order','ASC'),(8617,2732,'fave_header_type','none'),(8618,2732,'fave_page_header_image_opacity','0.35'),(8619,2732,'fave_page_header_search','0'),(8620,2732,'fave_header_full_screen','0'),(8621,2732,'fave_adv_search_enable','global'),(8622,2732,'fave_adv_search','hide'),(8623,2732,'fave_adv_search_pos','under_menu'),(8624,2732,'fave_page_title','show'),(8625,2732,'fave_page_breadcrumb','show'),(8626,2732,'fave_page_sidebar','right_sidebar'),(8627,2732,'fave_page_background','yes'),(8628,2732,'fave_main_menu_trans','no'),(8629,2732,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(8630,2732,'_yoast_wpseo_estimated-reading-time-minutes','3'),(8631,2732,'_elementor_edit_mode','builder'),(8632,2732,'_elementor_template_type','wp-page'),(8633,2732,'_elementor_version','3.23.4'),(8634,2732,'_wp_page_template','elementor_header_footer'),(8635,2732,'_elementor_data','[{\"id\":\"194e979\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Our-Services-copy-1024x576.webp\",\"id\":3224,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"c423e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7d3efb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b23a1c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c45c10f\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-2.jpg\",\"id\":2300,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"large\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"3b4c46c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"css_classes\":\".custom-column\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"28b381a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_color\":\"#00000000\"},\"elements\":[{\"id\":\"3372744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"73b864d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ae6a07\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8db19d0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Our real estate lead generation and digital marketing services help real estate agents and brokers to increase their online presence, generate leads, and grow their business. We use a variety of digital marketing techniques, including SEO, PPC advertising, and social media marketing, to reach and engage with potential clients.\\n\\nFollowing are the services we provide\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_subtitle_typography_font_weight\":\"400\",\"houzez_section_subtitle_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"340b058\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1926ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"028a9c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2c44166\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29c5000\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cd97699\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"01e177c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"3b1c5fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"33f5201\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f854c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da4473a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c329284\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8a6d572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2e1d2ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73044da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d05eab1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ebd299\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"9cdd7a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"acaaceb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60900ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31cfa7f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ce2ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"b1bc6f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"fd8caef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"066f149\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9925aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d06458\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"80e6e88\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"efd3780\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ddd2756\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d197ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ab92f9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"29f43db\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"ad9be5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"1985ab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc12a1e\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96fec8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6345926\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"b0c224f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a89b4cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"361a205\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7159c9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89fa225\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"3bc7d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8907727\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"9226f64\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8636,2732,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(8666,2732,'_yoast_wpseo_content_score','90'),(9014,2778,'_wp_attached_file','2024/08/Our-Services.webp'),(9015,2778,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2024/08/Our-Services.webp\";s:8:\"filesize\";i:98192;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Our-Services-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29676;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Our-Services-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:221332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Our-Services-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15596;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Our-Services-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140228;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Our-Services-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:407274;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"Our-Services-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:307344;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:25:\"Our-Services-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:113892;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:25:\"Our-Services-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:221764;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:25:\"Our-Services-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:169826;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:25:\"Our-Services-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:113240;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:26:\"Our-Services-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:238020;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:24:\"Our-Services-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8342;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:25:\"Our-Services-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69418;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9080,2786,'_menu_item_type','post_type'),(9081,2786,'_menu_item_menu_item_parent','0'),(9082,2786,'_menu_item_object_id','2732'),(9083,2786,'_menu_item_object','page'),(9084,2786,'_menu_item_target',''),(9085,2786,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9086,2786,'_menu_item_xfn',''),(9087,2786,'_menu_item_url',''),(9089,15,'_wp_old_date','2024-08-19'),(9090,27,'_wp_old_date','2024-08-19'),(9091,2786,'_menu_item_design','default'),(9092,2786,'_menu_item_width',''),(9093,2786,'_menu_item_html_block',''),(9094,2002,'_wp_old_date','2024-08-19'),(9095,1998,'_wp_old_date','2024-08-19'),(9096,1995,'_wp_old_date','2024-08-19'),(9097,1996,'_wp_old_date','2024-08-19'),(9098,1997,'_wp_old_date','2024-08-19'),(9099,1999,'_wp_old_date','2024-08-19'),(9100,2000,'_wp_old_date','2024-08-19'),(9101,2001,'_wp_old_date','2024-08-19'),(9102,26,'_wp_old_date','2024-08-19'),(9618,2846,'_wp_attached_file','2024/08/QUEBIC-1.webp'),(9619,2846,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:21:\"2024/08/QUEBIC-1.webp\";s:8:\"filesize\";i:108082;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"QUEBIC-1-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38546;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"QUEBIC-1-1024x680.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:320672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"QUEBIC-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16444;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"QUEBIC-1-768x510.webp\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:201992;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"QUEBIC-1-1536x1021.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:591898;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"QUEBIC-1-2048x1361.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:897814;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:22:\"QUEBIC-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:399302;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:21:\"QUEBIC-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:144342;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:21:\"QUEBIC-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:274620;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:21:\"QUEBIC-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:217620;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:21:\"QUEBIC-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:142952;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:21:\"QUEBIC-1-903x600.webp\";s:5:\"width\";i:903;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:264596;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:20:\"QUEBIC-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8434;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:21:\"QUEBIC-1-496x330.webp\";s:5:\"width\";i:496;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97422;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9620,2377,'_wp_attachment_image_alt','Real estate Lead Generation'),(9671,1809,'_yoast_wpseo_focuskw','Real Estate Lead Generation'),(9672,1809,'_yoast_wpseo_linkdex','57'),(9675,1809,'_yoast_wpseo_title','Real Estate Lead Generation | %%sitename%%'),(9676,1809,'_yoast_wpseo_metadesc','Leading real estate lead generation services across Canada. Enhance visibility, attract quality leads, and increase sales with our marketing strategies.'),(9821,2872,'_wpcode_auto_insert','1'),(9822,2872,'_wpcode_auto_insert_number','1'),(9823,2873,'_wpcode_auto_insert','1'),(9824,2873,'_wpcode_library_id','12'),(9856,2874,'_wpcode_auto_insert','1'),(9857,2874,'_wpcode_auto_insert_number','1'),(9858,2874,'_wpcode_conditional_logic_enabled',''),(9859,2874,'_wpcode_priority','10'),(9860,2874,'_wpcode_note',''),(9861,2874,'_wpcode_location_extra',''),(9862,2874,'_wpcode_shortcode_attributes','a:0:{}'),(9863,2874,'_edit_lock','1724846075:1'),(9873,2874,'_wpcode_conditional_logic','a:0:{}'),(9892,2509,'_wp_old_date','2024-08-27'),(9893,2509,'_edit_last','4'),(9894,2509,'_yoast_wpseo_primary_category',''),(9895,2509,'_yoast_wpseo_content_score','90'),(9896,2509,'_yoast_wpseo_estimated-reading-time-minutes','7'),(10076,2512,'_wp_old_date','2024-08-27'),(10077,2512,'_edit_last','4'),(10080,2512,'_yoast_wpseo_primary_category',''),(10081,2512,'_yoast_wpseo_content_score','60'),(10082,2512,'_yoast_wpseo_estimated-reading-time-minutes','7'),(10114,2516,'_wp_old_date','2024-08-27'),(10115,2516,'_edit_last','3'),(10118,2516,'_yoast_wpseo_primary_category',''),(10119,2516,'_yoast_wpseo_content_score','90'),(10120,2516,'_yoast_wpseo_estimated-reading-time-minutes','10'),(10121,2905,'_edit_lock','1724845476:1'),(10159,2912,'_edit_lock','1724847207:1'),(10161,2912,'_edit_last','1'),(10162,2912,'fave_listing_page_content_area','0'),(10163,2912,'fave_prop_no','9'),(10164,2912,'fave_properties_sort','d_date'),(10165,2912,'fave_listings_tabs','disable'),(10166,2912,'fave_listings_tab_1','for-sale'),(10167,2912,'fave_listings_tab_2','for-sale'),(10168,2912,'fave_properties_min_beds','0'),(10169,2912,'fave_properties_min_baths','0'),(10170,2912,'fave_agency_orderby','none'),(10171,2912,'fave_agency_order','ASC'),(10172,2912,'fave_agent_orderby','none'),(10173,2912,'fave_agent_order','ASC'),(10174,2912,'fave_header_type','none'),(10175,2912,'fave_page_header_image_opacity','0.35'),(10176,2912,'fave_page_header_search','0'),(10177,2912,'fave_header_full_screen','0'),(10178,2912,'fave_adv_search_enable','global'),(10179,2912,'fave_adv_search','hide'),(10180,2912,'fave_adv_search_pos','under_menu'),(10181,2912,'fave_page_title','show'),(10182,2912,'fave_page_breadcrumb','show'),(10183,2912,'fave_page_sidebar','right_sidebar'),(10184,2912,'fave_page_background','yes'),(10185,2912,'fave_main_menu_trans','no'),(10186,2912,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(10187,2912,'_yoast_wpseo_estimated-reading-time-minutes','0'),(10188,2916,'_menu_item_type','post_type'),(10189,2916,'_menu_item_menu_item_parent','0'),(10190,2916,'_menu_item_object_id','2912'),(10191,2916,'_menu_item_object','page'),(10192,2916,'_menu_item_target',''),(10193,2916,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10194,2916,'_menu_item_xfn',''),(10195,2916,'_menu_item_url',''),(10197,2916,'_menu_item_design','default'),(10198,2916,'_menu_item_width',''),(10199,2916,'_menu_item_html_block',''),(10302,2926,'_wp_attached_file','2024/08/Real-Estate-Lead-Generator.webp'),(10303,2926,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2024/08/Real-Estate-Lead-Generator.webp\";s:8:\"filesize\";i:32044;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Real-Estate-Lead-Generator-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24266;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Real-Estate-Lead-Generator-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:135808;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Real-Estate-Lead-Generator-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13684;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"Real-Estate-Lead-Generator-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90920;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"Real-Estate-Lead-Generator-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:234744;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:40:\"Real-Estate-Lead-Generator-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:186288;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:39:\"Real-Estate-Lead-Generator-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77142;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:39:\"Real-Estate-Lead-Generator-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136456;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:39:\"Real-Estate-Lead-Generator-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109710;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:39:\"Real-Estate-Lead-Generator-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76672;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:40:\"Real-Estate-Lead-Generator-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143038;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:38:\"Real-Estate-Lead-Generator-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7908;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:39:\"Real-Estate-Lead-Generator-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49996;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10304,2926,'_wp_attachment_image_alt','Real Estate Lead Generation'),(10305,2927,'_wp_attached_file','2024/08/Benefits-for-Real-Estate-Agents.webp'),(10306,2927,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:44:\"2024/08/Benefits-for-Real-Estate-Agents.webp\";s:8:\"filesize\";i:31654;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Benefits-for-Real-Estate-Agents-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24914;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"Benefits-for-Real-Estate-Agents-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:139082;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Benefits-for-Real-Estate-Agents-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14296;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"Benefits-for-Real-Estate-Agents-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94134;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"Benefits-for-Real-Estate-Agents-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:235798;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:45:\"Benefits-for-Real-Estate-Agents-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:190040;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:44:\"Benefits-for-Real-Estate-Agents-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82480;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:44:\"Benefits-for-Real-Estate-Agents-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:139786;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:44:\"Benefits-for-Real-Estate-Agents-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115304;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:44:\"Benefits-for-Real-Estate-Agents-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81582;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:45:\"Benefits-for-Real-Estate-Agents-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147022;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:43:\"Benefits-for-Real-Estate-Agents-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8102;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:44:\"Benefits-for-Real-Estate-Agents-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51846;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10307,2928,'_wp_attached_file','2024/08/Real-Estate-Lead-Generation.webp'),(10308,2928,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:40:\"2024/08/Real-Estate-Lead-Generation.webp\";s:8:\"filesize\";i:60952;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Real-Estate-Lead-Generation-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34344;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Real-Estate-Lead-Generation-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:201742;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Real-Estate-Lead-Generation-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17818;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"Real-Estate-Lead-Generation-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:135236;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"Real-Estate-Lead-Generation-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:346944;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:41:\"Real-Estate-Lead-Generation-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:271670;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:40:\"Real-Estate-Lead-Generation-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111054;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:40:\"Real-Estate-Lead-Generation-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:189394;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:40:\"Real-Estate-Lead-Generation-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:157654;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:40:\"Real-Estate-Lead-Generation-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110352;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:41:\"Real-Estate-Lead-Generation-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:215664;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:39:\"Real-Estate-Lead-Generation-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9962;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:40:\"Real-Estate-Lead-Generation-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10309,2929,'_wp_attached_file','2024/08/Benefits-for-Real-Estate-Agents-1.webp'),(10310,2929,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:46:\"2024/08/Benefits-for-Real-Estate-Agents-1.webp\";s:8:\"filesize\";i:31654;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Benefits-for-Real-Estate-Agents-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24914;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"Benefits-for-Real-Estate-Agents-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:139082;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Benefits-for-Real-Estate-Agents-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14296;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Benefits-for-Real-Estate-Agents-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94134;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"Benefits-for-Real-Estate-Agents-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:235798;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:47:\"Benefits-for-Real-Estate-Agents-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:190040;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:46:\"Benefits-for-Real-Estate-Agents-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82480;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:46:\"Benefits-for-Real-Estate-Agents-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:139786;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:46:\"Benefits-for-Real-Estate-Agents-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115304;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:46:\"Benefits-for-Real-Estate-Agents-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81582;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:47:\"Benefits-for-Real-Estate-Agents-1-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147022;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:45:\"Benefits-for-Real-Estate-Agents-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8102;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:46:\"Benefits-for-Real-Estate-Agents-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51846;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10313,2516,'_thumbnail_id','2926'),(10469,2946,'_wp_attached_file','2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results.webp'),(10470,2946,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:65:\"2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results.webp\";s:8:\"filesize\";i:45274;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26110;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:161420;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13574;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107194;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:280178;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:66:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:219166;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:65:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88642;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:65:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148084;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:65:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:126962;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:65:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87854;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:66:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:172136;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:64:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8044;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:65:\"7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10471,2946,'_wp_attachment_image_alt','7 Real Estate Lead Generation Tips for Quick Results'),(10472,2947,'_wp_attached_file','2024/08/Real-Estate-Lead-Generation-1.webp'),(10473,2947,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:42:\"2024/08/Real-Estate-Lead-Generation-1.webp\";s:8:\"filesize\";i:37690;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24676;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Real-Estate-Lead-Generation-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:150354;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12976;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99126;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"Real-Estate-Lead-Generation-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:268086;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:43:\"Real-Estate-Lead-Generation-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:203572;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81958;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147474;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117176;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80088;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:43:\"Real-Estate-Lead-Generation-1-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:158768;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:41:\"Real-Estate-Lead-Generation-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7610;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-1-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:52230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10474,2948,'_wp_attached_file','2024/08/Update-Your-Website-Content.webp'),(10475,2948,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2024/08/Update-Your-Website-Content.webp\";s:8:\"filesize\";i:60584;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Update-Your-Website-Content-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28750;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Update-Your-Website-Content-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:175806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Update-Your-Website-Content-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15876;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"Update-Your-Website-Content-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115684;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"Update-Your-Website-Content-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:310914;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:41:\"Update-Your-Website-Content-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:245948;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:40:\"Update-Your-Website-Content-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100772;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:40:\"Update-Your-Website-Content-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:179622;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:40:\"Update-Your-Website-Content-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145152;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:40:\"Update-Your-Website-Content-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99712;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:41:\"Update-Your-Website-Content-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:186078;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:39:\"Update-Your-Website-Content-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8582;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:40:\"Update-Your-Website-Content-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61680;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10476,2949,'_wp_attached_file','2024/08/Real-Estate-Lead-Generation-2.webp'),(10477,2949,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:42:\"2024/08/Real-Estate-Lead-Generation-2.webp\";s:8:\"filesize\";i:37690;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-2-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24676;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Real-Estate-Lead-Generation-2-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:150354;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12976;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-2-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99126;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"Real-Estate-Lead-Generation-2-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:268086;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:43:\"Real-Estate-Lead-Generation-2-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:203572;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-2-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81958;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-2-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147474;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-2-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117176;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-2-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80088;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:43:\"Real-Estate-Lead-Generation-2-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:158768;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:41:\"Real-Estate-Lead-Generation-2-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7610;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:42:\"Real-Estate-Lead-Generation-2-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:52230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10480,2512,'_thumbnail_id','2946'),(10483,2951,'_wp_attached_file','2024/08/Feature-image.webp'),(10484,2951,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2024/08/Feature-image.webp\";s:8:\"filesize\";i:38000;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Feature-image-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26376;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Feature-image-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Feature-image-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14620;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Feature-image-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:98466;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"Feature-image-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:249882;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:27:\"Feature-image-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:196432;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:26:\"Feature-image-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82088;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:26:\"Feature-image-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145660;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:26:\"Feature-image-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116566;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:26:\"Feature-image-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81840;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:27:\"Feature-image-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155454;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:25:\"Feature-image-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8246;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:26:\"Feature-image-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53914;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10485,2952,'_wp_attached_file','2024/08/Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents.webp'),(10486,2952,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:67:\"2024/08/Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents.webp\";s:8:\"filesize\";i:85260;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38286;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:264886;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18678;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:172882;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:68:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:468058;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:68:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:367256;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:67:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146576;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:67:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:257750;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:67:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:213084;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:67:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:144952;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:68:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:281538;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:66:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9778;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:67:\"Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10487,2953,'_wp_attached_file','2024/08/Lead-Nurturing-Strategies-for-Real-Estate-Agents.webp'),(10488,2953,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:61:\"2024/08/Lead-Nurturing-Strategies-for-Real-Estate-Agents.webp\";s:8:\"filesize\";i:50600;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29156;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:192096;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16428;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127332;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:335290;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:62:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:265030;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:61:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106782;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:61:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:184386;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:61:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:153322;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:61:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105636;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:62:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:203024;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:60:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8684;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:61:\"Lead-Nurturing-Strategies-for-Real-Estate-Agents-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67468;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10491,2509,'_thumbnail_id','2951'),(10550,2509,'_pingme','1'),(10551,2509,'_encloseme','1'),(10691,24,'_edit_last','3'),(10692,24,'fave_listings_tab_1','for-sale'),(10693,24,'fave_listings_tab_2','for-sale'),(10694,24,'_yoast_wpseo_metadesc','Contact Point2 Listing for queries related to our services. Get real estate leads in Canada with digital marketing services.'),(11067,3023,'_edit_lock','1724929567:4'),(11068,2872,'_wp_desired_post_slug',''),(11069,2873,'_wp_desired_post_slug',''),(11070,3024,'_wpcode_auto_insert','1'),(11071,3024,'_wpcode_auto_insert_number','1'),(11072,3024,'_wpcode_conditional_logic_enabled',''),(11073,3024,'_wpcode_priority','10'),(11074,3024,'_wpcode_note',''),(11075,3024,'_wpcode_location_extra',''),(11076,3024,'_wpcode_shortcode_attributes','a:0:{}'),(11077,3024,'_edit_lock','1724930636:4'),(11078,3024,'_wpcode_conditional_logic','a:0:{}'),(11135,3023,'_wp_trash_meta_status','publish'),(11136,3023,'_wp_trash_meta_time','1724929594'),(11195,3038,'_wp_trash_meta_status','publish'),(11196,3038,'_wp_trash_meta_time','1724929721'),(11226,3043,'_wp_trash_meta_status','publish'),(11227,3043,'_wp_trash_meta_time','1724930054'),(11230,3045,'_wp_trash_meta_status','publish'),(11231,3045,'_wp_trash_meta_time','1724930283'),(11616,3080,'_wp_attached_file','2024/08/Point2Listing-V3.svg'),(11617,3080,'_wp_attachment_metadata','a:3:{s:8:\"filesize\";i:4872;s:5:\"width\";i:100;s:6:\"height\";i:100;}'),(11645,3084,'_wp_attached_file','2024/08/buy-property.webp'),(11646,3084,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:25:\"2024/08/buy-property.webp\";s:8:\"filesize\";i:69768;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"buy-property-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39052;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"buy-property-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:278514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"buy-property-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16982;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"buy-property-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:180752;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:26:\"buy-property-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:339766;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:25:\"buy-property-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129822;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:25:\"buy-property-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:231090;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:25:\"buy-property-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:189124;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:25:\"buy-property-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128780;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:25:\"buy-property-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:231590;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:24:\"buy-property-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9076;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:25:\"buy-property-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92648;}s:21:\"elementor_custom_500x\";a:4:{s:4:\"file\";s:77:\"elementor/thumbs/buy-property-qtbmt7u1sz0m38ho4pwn09kbplhckgyg6pzyqqeu4i.webp\";s:5:\"width\";i:500;s:6:\"height\";i:0;s:9:\"mime-type\";s:10:\"image/webp\";}s:21:\"elementor_custom_600x\";a:4:{s:4:\"file\";s:77:\"elementor/thumbs/buy-property-qtbmt7u30tsh8nb47k3cl8kod38ryc6zh13av6d3mo.webp\";s:5:\"width\";i:600;s:6:\"height\";i:0;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11647,3085,'_wp_attached_file','2024/08/digital-marketing-.webp'),(11648,3085,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:31:\"2024/08/digital-marketing-.webp\";s:8:\"filesize\";i:81080;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"digital-marketing--300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38616;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"digital-marketing--1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:329262;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"digital-marketing--150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16290;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"digital-marketing--768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:200870;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:32:\"digital-marketing--1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:413834;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:31:\"digital-marketing--592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141092;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:31:\"digital-marketing--780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:273240;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:31:\"digital-marketing--758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:216358;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:31:\"digital-marketing--584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138890;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:31:\"digital-marketing--900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:266576;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:30:\"digital-marketing--120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8740;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:31:\"digital-marketing--496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93948;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11649,3086,'_wp_attached_file','2024/08/real-estate.webp'),(11650,3086,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:24:\"2024/08/real-estate.webp\";s:8:\"filesize\";i:76322;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"real-estate-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33648;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"real-estate-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:255744;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"real-estate-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15740;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"real-estate-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160010;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:25:\"real-estate-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:318288;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:24:\"real-estate-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117632;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:24:\"real-estate-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:231278;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:24:\"real-estate-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:176608;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:24:\"real-estate-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116470;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:24:\"real-estate-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:208706;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:23:\"real-estate-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8102;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:24:\"real-estate-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77954;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11651,3087,'_wp_attached_file','2024/08/realtor.webp'),(11652,3087,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2024/08/realtor.webp\";s:8:\"filesize\";i:139688;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"realtor-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49086;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"realtor-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:424606;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"realtor-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"realtor-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:266794;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:21:\"realtor-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:526760;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:20:\"realtor-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:187812;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:20:\"realtor-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:353058;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:20:\"realtor-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:284086;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:20:\"realtor-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:185884;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:20:\"realtor-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:349694;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"realtor-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10602;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:20:\"realtor-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:121314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11653,3088,'_wp_attached_file','2024/08/sell-property.webp'),(11654,3088,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:26:\"2024/08/sell-property.webp\";s:8:\"filesize\";i:78674;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"sell-property-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35286;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"sell-property-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:258088;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"sell-property-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"sell-property-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:161872;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:27:\"sell-property-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:317950;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:26:\"sell-property-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109868;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:26:\"sell-property-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:197484;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:26:\"sell-property-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163056;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:26:\"sell-property-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:108912;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:26:\"sell-property-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:211542;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:25:\"sell-property-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8562;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:26:\"sell-property-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80830;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11696,3093,'_edit_lock','1725021893:4'),(11697,3094,'_edit_lock','1725021355:4'),(11698,3093,'_edit_last','4'),(11699,3093,'fave_listing_page_content_area','0'),(11700,3093,'fave_prop_no','9'),(11701,3093,'fave_properties_sort','d_date'),(11702,3093,'fave_listings_tabs','disable'),(11703,3093,'fave_listings_tab_1','for-sale'),(11704,3093,'fave_listings_tab_2','for-sale'),(11705,3093,'fave_properties_min_beds','0'),(11706,3093,'fave_properties_min_baths','0'),(11707,3093,'fave_agency_orderby','none'),(11708,3093,'fave_agency_order','ASC'),(11709,3093,'fave_agent_orderby','none'),(11710,3093,'fave_agent_order','ASC'),(11711,3093,'fave_header_type','none'),(11712,3093,'fave_page_header_image_opacity','0.35'),(11713,3093,'fave_page_header_search','0'),(11714,3093,'fave_header_full_screen','0'),(11715,3093,'fave_adv_search_enable','global'),(11716,3093,'fave_adv_search','hide'),(11717,3093,'fave_adv_search_pos','under_menu'),(11718,3093,'fave_page_title','show'),(11719,3093,'fave_page_breadcrumb','show'),(11720,3093,'fave_page_sidebar','right_sidebar'),(11721,3093,'fave_page_background','yes'),(11722,3093,'fave_main_menu_trans','no'),(11723,3093,'_houzez_sidebar_meta','a:2:{s:16:\"specific_sidebar\";s:2:\"no\";s:16:\"selected_sidebar\";s:15:\"default-sidebar\";}'),(11724,3093,'_yoast_wpseo_estimated-reading-time-minutes','1'),(11725,3093,'_elementor_edit_mode','builder'),(11726,3093,'_elementor_template_type','wp-page'),(11727,3093,'_elementor_version','3.23.4'),(11728,3093,'_wp_page_template','elementor_header_footer'),(11729,3093,'_elementor_data','[{\"id\":\"25a37d3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-14.jpg\",\"id\":1560},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"76c7a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"107dec8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5361433\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3911186\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#221603\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3dc3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11bd082\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true},{\"id\":\"149b620\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d74f09d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"address\":\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\",\"height\":{\"unit\":\"px\",\"size\":640,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"503a4f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca97d98\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.22)\"}},\"elements\":[{\"id\":\"caca159\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"Call\",\"description_text\":\"(888) 876-1054\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"80b5e34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.22)\"}},\"elements\":[{\"id\":\"ff19b07\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Email\",\"description_text\":\"info@point2listings.ca\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"923f177\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.22)\"}},\"elements\":[{\"id\":\"b8c08f3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-map-pin\",\"library\":\"fa-solid\"},\"title_text\":\"Address\",\"description_text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(11730,3093,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(11732,3096,'_elementor_edit_mode','builder'),(11733,3096,'_elementor_template_type','wp-page'),(11734,3096,'_elementor_version','3.23.4'),(11735,3096,'_wp_page_template','elementor_header_footer'),(11736,3096,'_elementor_data','[]'),(11737,3096,'_elementor_page_assets','a:0:{}'),(11738,3097,'_elementor_edit_mode','builder'),(11739,3097,'_elementor_template_type','wp-page'),(11740,3097,'_elementor_version','3.23.4'),(11741,3097,'_wp_page_template','elementor_header_footer'),(11742,3097,'_elementor_data','[]'),(11743,3097,'_elementor_page_assets','a:0:{}'),(11745,3098,'_elementor_edit_mode','builder'),(11746,3098,'_elementor_template_type','wp-page'),(11747,3098,'_elementor_version','3.23.4'),(11748,3098,'_wp_page_template','elementor_header_footer'),(11749,3098,'_elementor_data','[{\"id\":\"25a37d3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-14.jpg\",\"id\":1560},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"76c7a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"107dec8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5361433\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3911186\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#221603\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3dc3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11bd082\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true},{\"id\":\"149b620\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d74f09d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"address\":\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\",\"height\":{\"unit\":\"px\",\"size\":640,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"503a4f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca97d98\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.22)\"}},\"elements\":[{\"id\":\"caca159\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"Call\",\"description_text\":\"(888) 876-1054\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"80b5e34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.22)\"}},\"elements\":[{\"id\":\"ff19b07\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Email\",\"description_text\":\"info@point2listings.ca\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"923f177\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.22)\"}},\"elements\":[{\"id\":\"b8c08f3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-map-pin\",\"library\":\"fa-solid\"},\"title_text\":\"Address\",\"description_text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(11750,3098,'_elementor_page_assets','a:0:{}'),(11752,3093,'_yoast_wpseo_content_score','90'),(11785,3093,'_wp_trash_meta_status','publish'),(11786,3093,'_wp_trash_meta_time','1725022388'),(11787,3093,'_wp_desired_post_slug','contact'),(11806,1879,'wpforms_entries_count_previous_week','a:3:{i:0;i:47;i:1;i:47;i:2;i:47;}'),(11882,3106,'_elementor_edit_mode','builder'),(11883,3106,'_elementor_template_type','wp-post'),(11884,3106,'_elementor_version','3.23.4'),(11885,3106,'_wp_page_template','default'),(11886,3106,'_elementor_data','[{\"id\":\"78a7704\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"46\",\"bottom\":\"46\",\"left\":\"46\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"8b430bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"26f89c9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown.png\",\"id\":1841,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":138,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"577dcb0\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>At Point2listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d42f0cc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ddddeb0\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/point2listing\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2579fc8\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/point2listing\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"_id\":\"b035e2c\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"76777be\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"d3936fd\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Company\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e0d11\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"01bf7f0\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/privacy-policy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ed92e55\",\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2ceb441\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"404dd9c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Services\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"938937f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"Digital Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"SEO Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Social Media Marekting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ed92e55\",\"text\":\"Real Estate Lead Generation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Content Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4f191b\"},{\"text\":\"PPC Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"17725ae\"},{\"text\":\"Web Development\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5ed3672\"},{\"text\":\"Email Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2327330\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"b728e70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e24305\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Contacts\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0dfe80d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Address\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb51f48\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ce23a36\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Phone\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e1e4d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"(888) 876-1054\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0d8a6d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Email\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66968d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"info@point2listings.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"},{\"text\":\"contact@point2listings.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"319bddd\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6d0ac80\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e82a3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Copyright \\u00a9 Point2 Listing 2024. All Rights Reserved. Designed by <a style=\\\"color: white;\\\" href=\\\"https:\\/\\/rankray.us\\/\\\">Rank Ray<\\/a>.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0015\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(11887,3106,'_elementor_page_assets','a:0:{}'),(11890,3107,'_elementor_edit_mode','builder'),(11891,3107,'_elementor_template_type','wp-post'),(11892,3107,'_elementor_version','3.23.4'),(11893,3107,'_wp_page_template','default'),(11894,3107,'_elementor_data','[{\"id\":\"78a7704\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"46\",\"bottom\":\"46\",\"left\":\"46\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"8b430bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"26f89c9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown.png\",\"id\":1841,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":138,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"577dcb0\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>At Point2listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d42f0cc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ddddeb0\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/point2listing\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2579fc8\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/point2listing\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"_id\":\"b035e2c\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"76777be\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"d3936fd\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Company\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e0d11\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"01bf7f0\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/privacy-policy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ed92e55\",\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2ceb441\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"404dd9c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Services\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"938937f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"Digital Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"SEO Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Social Media Marekting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ed92e55\",\"text\":\"Real Estate Lead Generation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Content Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4f191b\"},{\"text\":\"PPC Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"17725ae\"},{\"text\":\"Web Development\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5ed3672\"},{\"text\":\"Email Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2327330\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"b728e70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e24305\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Contacts\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0dfe80d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Address\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb51f48\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ce23a36\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Phone\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e1e4d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"(888) 876-1054\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0d8a6d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Email\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66968d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"info@point2listing.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"},{\"text\":\"contact@point2listing.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"319bddd\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6d0ac80\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e82a3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Copyright \\u00a9 Point2Listing 2024. All Rights Reserved. Designed by <a style=\\\"color: white;\\\" href=\\\"https:\\/\\/rankray.us\\/\\\">Rank Ray<\\/a>.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0015\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(11895,3107,'_elementor_page_assets','a:0:{}'),(11960,3115,'_elementor_edit_mode','builder'),(11961,3115,'_elementor_template_type','wp-page'),(11962,3115,'_elementor_version','3.23.4'),(11963,3115,'_wp_page_template','elementor_header_footer'),(11964,3115,'_elementor_data','[{\"id\":\"f5e3166\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bdb6f8\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Privacy Policy\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a3d186\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>At point2listings, accessible from https:\\/\\/point2listing.ca\\/, one of our main priorities is the privacy of our clients. This Privacy Policy document contains types of information that is collected and recorded by point2listings and how we use it.<\\/p><p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.<\\/p><p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and\\/or collect in point2listings. This policy is not applicable to any information collected offline or via channels other than this website.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f646e0d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Consent\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ed401c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-9af058d elementor-widget elementor-widget-heading\\\" data-id=\\\"9af058d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e1a327\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Information we collect\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19088c7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.<\\/p><p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and\\/or attachments you may send us, and any other information you may choose to provide.<\\/p><p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb2ce4f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"How we use your information\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a46fc4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We use the information we collect in various ways, including to:<\\/p><ul><li>Provide, operate, and maintain our website<\\/li><li>Improve, personalize, and expand our website<\\/li><li>Understand and analyze how you use our website<\\/li><li>Develop new products, services, features, and functionality<\\/li><li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes<\\/li><li>Send you emails<\\/li><li>Find and prevent fraud<\\/li><\\/ul><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92026a5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Log Files\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"023a485\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listings follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services\\u2019 analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring\\/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users\\u2019 movement on the website, and gathering demographic information.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4193193\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Advertising Partners Privacy Policies\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e3c6ca\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>You may consult this list to find the Privacy Policy for each of the advertising partners of point2listings.<\\/p><p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on point2listings, which are sent directly to users\\u2019 browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and\\/or to personalize the advertising content that you see on websites that you visit.<\\/p><p>Note that point2listings has no access to or control over these cookies that are used by third-party advertisers.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7904cd3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Third Party Privacy Policies\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34dec68\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing\\u2019s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.<\\/p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\\u2019 respective websites.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b4636c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Third Party Privacy Policies\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a3fbe1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing\\u2019s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.<\\/p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\\u2019 respective websites.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"942625b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"CCPA Privacy Rights (Do Not Sell My Personal Information)\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9011d1e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Under the CCPA, among other rights, California consumers have the right to:<\\/p><p>Request that a business that collects a consumer\\u2019s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.<\\/p><p>Request that a business delete any personal data about the consumer that a business has collected.<\\/p><p>Request that a business that sells a consumer\\u2019s personal data, not sell the consumer\\u2019s personal data.<\\/p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3ec405\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"GDPR Data Protection Rights\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b119e0c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:<\\/p><p>The right to access \\u2013 You have the right to request copies of your personal data. We may charge you a small fee for this service.<\\/p><p>The right to rectification \\u2013 You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.<\\/p><p>The right to erasure \\u2013 You have the right to request that we erase your personal data, under certain conditions.<\\/p><p>The right to restrict processing \\u2013 You have the right to request that we restrict the processing of your personal data, under certain conditions.<\\/p><p>The right to object to processing \\u2013 You have the right to object to our processing of your personal data, under certain conditions.<\\/p><p>The right to data portability \\u2013 You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.<\\/p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d471d64\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Children\'s Information\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5513a73\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and\\/or monitor and guide their online activity.<\\/p><p>point2listings does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e34b697\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Changes to This Privacy Policy\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b35b76c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately, after they are posted on this page.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(11965,3115,'_elementor_page_assets','a:0:{}'),(11968,3116,'_elementor_edit_mode','builder'),(11969,3116,'_elementor_template_type','wp-page'),(11970,3116,'_elementor_version','3.23.4'),(11971,3116,'_wp_page_template','elementor_header_footer'),(11972,3116,'_elementor_data','[{\"id\":\"f5e3166\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bdb6f8\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Privacy Policy\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a3d186\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>At point2listings, accessible from https:\\/\\/point2listing.ca\\/, one of our main priorities is the privacy of our clients. This Privacy Policy document contains types of information that is collected and recorded by point2listings and how we use it.<\\/p><p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.<\\/p><p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and\\/or collect in point2listings. This policy is not applicable to any information collected offline or via channels other than this website.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f646e0d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Consent\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ed401c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-9af058d elementor-widget elementor-widget-heading\\\" data-id=\\\"9af058d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e1a327\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Information we collect\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19088c7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.<\\/p><p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and\\/or attachments you may send us, and any other information you may choose to provide.<\\/p><p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb2ce4f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"How we use your information\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a46fc4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We use the information we collect in various ways, including to:<\\/p><ul><li>Provide, operate, and maintain our website<\\/li><li>Improve, personalize, and expand our website<\\/li><li>Understand and analyze how you use our website<\\/li><li>Develop new products, services, features, and functionality<\\/li><li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes<\\/li><li>Send you emails<\\/li><li>Find and prevent fraud<\\/li><\\/ul><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92026a5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Log Files\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"023a485\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listings follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services\\u2019 analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring\\/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users\\u2019 movement on the website, and gathering demographic information.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4193193\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Advertising Partners Privacy Policies\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e3c6ca\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>You may consult this list to find the Privacy Policy for each of the advertising partners of point2listings.<\\/p><p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on point2listings, which are sent directly to users\\u2019 browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and\\/or to personalize the advertising content that you see on websites that you visit.<\\/p><p>Note that point2listings has no access to or control over these cookies that are used by third-party advertisers.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7904cd3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Third Party Privacy Policies\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34dec68\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing\\u2019s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.<\\/p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\\u2019 respective websites.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b4636c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Third Party Privacy Policies\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a3fbe1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing\\u2019s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.<\\/p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\\u2019 respective websites.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"942625b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"CCPA Privacy Rights (Do Not Sell My Personal Information)\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9011d1e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Under the CCPA, among other rights, California consumers have the right to:<\\/p><p>Request that a business that collects a consumer\\u2019s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.<\\/p><p>Request that a business delete any personal data about the consumer that a business has collected.<\\/p><p>Request that a business that sells a consumer\\u2019s personal data, not sell the consumer\\u2019s personal data.<\\/p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3ec405\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"GDPR Data Protection Rights\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b119e0c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:<\\/p><p>The right to access \\u2013 You have the right to request copies of your personal data. We may charge you a small fee for this service.<\\/p><p>The right to rectification \\u2013 You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.<\\/p><p>The right to erasure \\u2013 You have the right to request that we erase your personal data, under certain conditions.<\\/p><p>The right to restrict processing \\u2013 You have the right to request that we restrict the processing of your personal data, under certain conditions.<\\/p><p>The right to object to processing \\u2013 You have the right to object to our processing of your personal data, under certain conditions.<\\/p><p>The right to data portability \\u2013 You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.<\\/p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d471d64\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Children\'s Information\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5513a73\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and\\/or monitor and guide their online activity.<\\/p><p>point2listings does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e34b697\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Changes to This Privacy Policy\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b35b76c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately, after they are posted on this page.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(11973,3116,'_elementor_page_assets','a:0:{}'),(11976,3117,'_elementor_edit_mode','builder'),(11977,3117,'_elementor_template_type','wp-page'),(11978,3117,'_elementor_version','3.23.4'),(11979,3117,'_wp_page_template','elementor_header_footer'),(11980,3117,'_elementor_data','[{\"id\":\"f5e3166\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bdb6f8\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Privacy Policy\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a3d186\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>At point2listing, accessible from https:\\/\\/point2listing.ca\\/, one of our main priorities is the privacy of our clients. This Privacy Policy document contains types of information that is collected and recorded by point2listing and how we use it.<\\/p><p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.<\\/p><p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and\\/or collect in point2listing. This policy is not applicable to any information collected offline or via channels other than this website.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f646e0d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Consent\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ed401c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-9af058d elementor-widget elementor-widget-heading\\\" data-id=\\\"9af058d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e1a327\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Information we collect\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19088c7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.<\\/p><p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and\\/or attachments you may send us, and any other information you may choose to provide.<\\/p><p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb2ce4f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"How we use your information\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a46fc4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We use the information we collect in various ways, including to:<\\/p><ul><li>Provide, operate, and maintain our website<\\/li><li>Improve, personalize, and expand our website<\\/li><li>Understand and analyze how you use our website<\\/li><li>Develop new products, services, features, and functionality<\\/li><li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes<\\/li><li>Send you emails<\\/li><li>Find and prevent fraud<\\/li><\\/ul><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92026a5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Log Files\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"023a485\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services\\u2019 analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring\\/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users\\u2019 movement on the website, and gathering demographic information.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4193193\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Advertising Partners Privacy Policies\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e3c6ca\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>You may consult this list to find the Privacy Policy for each of the advertising partners of point2listing.<\\/p><p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on point2listing, which are sent directly to users\\u2019 browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and\\/or to personalize the advertising content that you see on websites that you visit.<\\/p><p>Note that point2listing has no access to or control over these cookies that are used by third-party advertisers.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7904cd3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Third Party Privacy Policies\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34dec68\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing\\u2019s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.<\\/p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\\u2019 respective websites.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b4636c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Third Party Privacy Policies\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a3fbe1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing\\u2019s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.<\\/p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\\u2019 respective websites.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"942625b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"CCPA Privacy Rights (Do Not Sell My Personal Information)\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9011d1e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Under the CCPA, among other rights, California consumers have the right to:<\\/p><p>Request that a business that collects a consumer\\u2019s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.<\\/p><p>Request that a business delete any personal data about the consumer that a business has collected.<\\/p><p>Request that a business that sells a consumer\\u2019s personal data, not sell the consumer\\u2019s personal data.<\\/p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3ec405\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"GDPR Data Protection Rights\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b119e0c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:<\\/p><p>The right to access \\u2013 You have the right to request copies of your personal data. We may charge you a small fee for this service.<\\/p><p>The right to rectification \\u2013 You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.<\\/p><p>The right to erasure \\u2013 You have the right to request that we erase your personal data, under certain conditions.<\\/p><p>The right to restrict processing \\u2013 You have the right to request that we restrict the processing of your personal data, under certain conditions.<\\/p><p>The right to object to processing \\u2013 You have the right to object to our processing of your personal data, under certain conditions.<\\/p><p>The right to data portability \\u2013 You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.<\\/p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d471d64\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Children\'s Information\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5513a73\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n<div class=\\\"elementor-widget-container\\\">\\n<p>Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and\\/or monitor and guide their online activity.<\\/p>\\n<p>point2listing does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.<\\/p>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e34b697\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Changes to This Privacy Policy\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b35b76c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately, after they are posted on this page.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(11981,3117,'_elementor_page_assets','a:0:{}'),(11986,3118,'_elementor_edit_mode','builder'),(11987,3118,'_elementor_template_type','wp-page'),(11988,3118,'_elementor_version','3.23.4'),(11989,3118,'_wp_page_template','elementor_header_footer'),(11990,3118,'_elementor_data','[{\"id\":\"7210851\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c97f8e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Terms and Conditions\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94e8dbe\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Welcome to Point2 Listing!<\\/p><p>These terms and conditions outline the rules and regulations for using the Point2 Listing Website, located at https:\\/\\/point2listing.ca\\/.<\\/p><p>By accessing this website we assume you accept these terms and conditions. Do not continue to use Point2 Listing if you do not agree to take all of the terms and conditions stated on this page.<\\/p><p>The following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice, and all Agreements: \\u201cClient\\u201d, \\u201cYou\\u201d and \\u201cYour\\u201d refers to you, the person log on this website and compliant to the Company\\u2019s terms and conditions. \\u201cThe Company\\u201d, \\u201cOurselves\\u201d, \\u201cWe\\u201d, \\u201cOur\\u201d and \\u201cUs\\u201d, refers to our Company. \\u201cParty\\u201d, \\u201cParties\\u201d, or \\u201cUs\\u201d, refers to both the Client and ourselves. All terms refer to the offer, acceptance, and consideration of payment necessary to undertake the process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Client\\u2019s needs in respect of the provision of the Company\\u2019s stated services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization and\\/or he\\/she or they, are taken as interchangeable and therefore as referring to same.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3cb89cd\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Cookies\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f6dcf3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>We employ the use of cookies. By accessing Point2 Listing, you agreed to use cookies in agreement with the Point2 Listing Privacy Policy.<\\/p><p>Most interactive websites use cookies to let us retrieve the user\\u2019s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate\\/advertising partners may also use cookies.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fed658d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"License\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44f52aa\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Unless otherwise stated, Point2 Listing and\\/or its licensors own the intellectual property rights for all material on Point2 Listing. All intellectual property rights are reserved. You may access this from point2listing for your own personal use subjected to restrictions set in these terms and conditions.<\\/p><p>You must not:<\\/p><ul><li>Republish material from Point2 Listing<\\/li><li>Sell, rent or sub-license material from Point2 Listing<\\/li><li>Reproduce, duplicate or copy material from Point2 Listing<\\/li><li>Redistribute content from Point2 Listing<\\/li><\\/ul><p>Parts of this website offer an opportunity for users to post and exchange opinions and information in certain areas of the website. Point2 Listing does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views and opinions of point2listing,its agents and\\/or affiliates. Comments reflect the views and opinions of the person who post their views and opinions. To the extent permitted by applicable laws, point2listing shall not be liable for the Comments or for any liability, damages or expenses caused and\\/or suffered as a result of any use of and\\/or posting of and\\/or appearance of the Comments on this website.<\\/p><p>Point2 Listing reserves the right to monitor all Comments and to remove any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.<\\/p><p>You warrant and represent that:<\\/p><ul><li>You are entitled to post the Comments on our website and have all necessary licenses and consents to do so;<\\/li><li>The Comments do not invade any intellectual property right, including without limitation copyright, patent or trademark of any third party;<\\/li><li>The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material which is an invasion of privacy<\\/li><li>The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity.<\\/li><\\/ul><p>You hereby grant Point2 Listing a non-exclusive license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04ffa94\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Hyperlinking to our Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85c99d7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>The following organizations may link to our Website without prior written approval:<\\/p><ul><li>Government agencies;<\\/li><li>Search engines;<\\/li><li>News organizations;<\\/li><li>Online directory distributors may link to our Website in the same manner as they hyperlink to the Websites of other listed businesses; and<\\/li><li>System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site.<\\/li><\\/ul><p>These organizations may link to our home page, to publications or to other Website information so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products and\\/or services; and (c) fits within the context of the linking party\\u2019s site.<\\/p><p>We may consider and approve other link requests from the following types of organizations:<\\/p><ul><li>commonly-known consumer and\\/or business information sources;<\\/li><li>dot.com community sites;<\\/li><li>associations or other groups representing charities;<\\/li><li>online directory distributors;<\\/li><li>internet portals;<\\/li><li>accounting, law and consulting firms; and<\\/li><li>educational institutions and trade associations.<\\/li><\\/ul><p>We will approve link requests from these organizations if we decide that: (a) the link would not make us look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any negative records with us; (c) the benefit to us from the visibility of the hyperlink compensates the absence of Point2 Listing; and (d) the link is in the context of general resource information.<\\/p><p>These organizations may link to our home page so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking party\\u2019s site.<\\/p><p>If you are one of the organizations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to Point2 Listing. Please include your name, your organization name, contact information as well as the URL of your site, a list of any URLs from which you intend to link to our Website, and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks for a response.<\\/p><p>Approved organizations may hyperlink to our Website as follows:<\\/p><ul><li>By use of our corporate name; or<\\/li><li>By use of the uniform resource locator being linked to; or<\\/li><li>By use of any other description of our Website being linked to that makes sense within the context and format of content on the linking party\\u2019s site.<\\/li><\\/ul><p>No use of Point2 Listing logo or other artwork will be allowed for linking absent a trademark license agreement.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4cdbc2d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"iFrames\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9a35cf\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Without prior approval and written permission, you may not create frames around our Webpages that alter in any way the visual presentation or appearance of our Website.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8fdd442\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Content Liability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64128d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>We shall not be hold responsible for any content that appears on your Website. You agree to protect and defend us against all claims that is rising on your Website. No link(s) should appear on any Website that may be interpreted as libelous, obscene or criminal, or which infringes, otherwise violates, or advocates the infringement or other violation of, any third party rights.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"983e45a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Your Privacy\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9eaad6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Please read Privacy Policy<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"968814c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Reservation of Rights\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14eae10\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>We reserve the right to request that you remove all links or any particular link to our Website. You approve to immediately remove all links to our Website upon request. We also reserve the right to amen these terms and conditions and it\\u2019s linking policy at any time. By continuously linking to our Website, you agree to be bound to and follow these linking terms and conditions.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d89c4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Removal of links from our website\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86d8092\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>If you find any link on our Website that is offensive for any reason, you are free to contact and inform us any moment. We will consider requests to remove links but we are not obligated to or so or to respond to you directly.<\\/p><p>We do not ensure that the information on this website is correct, we do not warrant its completeness or accuracy; nor do we promise to ensure that the website remains available or that the material on the website is kept up to date.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e1eb084\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Disclaimer\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4db3257\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>To the maximum extent permitted by applicable law, we exclude all representations, warranties and conditions relating to our website and the use of this website. Nothing in this disclaimer will:<\\/p><ul><li>limit or exclude our or your liability for death or personal injury;<\\/li><li>limit or exclude our or your liability for fraud or fraudulent misrepresentation;<\\/li><li>limit any of our or your liabilities in any way that is not permitted under applicable law; or<\\/li><li>exclude any of our or your liabilities that may not be excluded under applicable law.<\\/li><\\/ul><p>The limitations and prohibitions of liability set in this Section and elsewhere in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer, including liabilities arising in contract, in tort and for breach of statutory duty.<\\/p><p>As long as the website and the information and services on the website are provided free of charge, we will not be liable for any loss or damage of any nature.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18bf173\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Return and Refund Policy\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e49047\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Interpretation\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e7359b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The words of which the initial letter is capitalized have meanings defined<br \\/>under the following conditions. The following definitions shall have the same<br \\/>meaning regardless of whether they appear in singular or in plural.<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-d8a774b elementor-widget elementor-widget-heading\\\" data-id=\\\"d8a774b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7218696\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Definitions\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fe16cf\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>For the purposes of this Return and Refund Policy:<\\/p><p>* Company (referred to as either \\u201cthe Company\\u201d, \\u201cWe\\u201d, \\u201cUs\\u201d or \\u201cOur\\u201d in this<br \\/>Agreement) refers to Point2Listing, 135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2<\\/p><p>* Goods refer to the items offered for sale on the Service.<\\/p><p>* Orders mean a request by You to purchase Goods from Us.<\\/p><p>* Service refers to the Website.<\\/p><p>* Website refers to Point2Listing, accessible from<br \\/>&lt;https:\\/\\/point2listing.ca\\/&gt;<\\/p><p>* You means the individual accessing or using the Service, or the company,<br \\/>or other legal entity on behalf of which such individual is accessing or<br \\/>using the Service, as applicable.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39edd9c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Your Order Cancellation Rights\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"235eecc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>You are entitled to cancel Your Order within 14 days without giving any reason<br \\/>for doing so.<\\/p><p>The deadline for cancelling an Order is 14 days from the date on which You<br \\/>received the Goods or on which a third party you have appointed, who is not<br \\/>the carrier, takes possession of the product delivered.<\\/p><p>In order to exercise Your right of cancellation, You must inform Us of your<br \\/>decision by means of a clear statement. You can inform us of your decision by:<\\/p><p>* By email: contact@point2listings.ca<\\/p><p>We will reimburse You no later than 14 days from the day on which We receive<br \\/>the returned Goods. We will use the same means of payment as You used for the<br \\/>Order, and You will not incur any fees for such reimbursement.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8386dae\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Conditions for Returns\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8aeaa5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The Refund Policy for 3 month services has 60 days time. If you haven\\u2019t received quality and promised quantity of listing appointments within the service period of 3 months then, you can claim full refund after 3 months from your account manager by phone, email or through text. He\\/she will forward your refund request to a higher authority, they will\\u00a0review all your leads, agreement, leads feedback and within one week they will update you about the refund.<\\/p><ol><li>If we are unable to satisfy you with in the service period, then there will be two options for you:<\\/li><li>1st option: You can claim a full refund.<\\/li><li>2nd option: If you still want to work with us after 3 months, but if you have some issues\\/concerns with the quality or the quantity then, we will run your campaign. over 2 months and replace some leads to retain you for the long term.<\\/li><\\/ol><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d796396\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Returning Goods\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e4113f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-element elementor-element-3405fb8 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"3405fb8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>You are responsible for the cost and risk of returning the Goods to Us. You<br \\/>should send the Goods at the following address<\\/p><p>Point2listings.ca<\\/p><p>We cannot be held responsible for Goods damaged or lost in return shipment.<br \\/>Therefore, We recommend an insured and trackable mail service. We are unable<br \\/>to issue a refund without actual receipt of the Goods or proof of received<br \\/>return delivery.<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-4143f57 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"4143f57\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-button-wrapper\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(11991,3118,'_elementor_page_assets','a:0:{}'),(11994,3119,'_elementor_edit_mode','builder'),(11995,3119,'_elementor_template_type','wp-page'),(11996,3119,'_elementor_version','3.23.4'),(11997,3119,'_wp_page_template','elementor_header_footer'),(11998,3119,'_elementor_data','[{\"id\":\"7210851\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c97f8e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Terms and Conditions\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94e8dbe\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Welcome to Point2 Listing!<\\/p><p>These terms and conditions outline the rules and regulations for using the Point2 Listing Website, located at https:\\/\\/point2listing.ca\\/.<\\/p><p>By accessing this website we assume you accept these terms and conditions. Do not continue to use Point2 Listing if you do not agree to take all of the terms and conditions stated on this page.<\\/p><p>The following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice, and all Agreements: \\u201cClient\\u201d, \\u201cYou\\u201d and \\u201cYour\\u201d refers to you, the person log on this website and compliant to the Company\\u2019s terms and conditions. \\u201cThe Company\\u201d, \\u201cOurselves\\u201d, \\u201cWe\\u201d, \\u201cOur\\u201d and \\u201cUs\\u201d, refers to our Company. \\u201cParty\\u201d, \\u201cParties\\u201d, or \\u201cUs\\u201d, refers to both the Client and ourselves. All terms refer to the offer, acceptance, and consideration of payment necessary to undertake the process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Client\\u2019s needs in respect of the provision of the Company\\u2019s stated services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization and\\/or he\\/she or they, are taken as interchangeable and therefore as referring to same.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3cb89cd\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Cookies\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f6dcf3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>We employ the use of cookies. By accessing Point2 Listing, you agreed to use cookies in agreement with the Point2 Listing Privacy Policy.<\\/p><p>Most interactive websites use cookies to let us retrieve the user\\u2019s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate\\/advertising partners may also use cookies.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fed658d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"License\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44f52aa\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Unless otherwise stated, Point2 Listing and\\/or its licensors own the intellectual property rights for all material on Point2 Listing. All intellectual property rights are reserved. You may access this from point2listing for your own personal use subjected to restrictions set in these terms and conditions.<\\/p><p>You must not:<\\/p><ul><li>Republish material from Point2 Listing<\\/li><li>Sell, rent or sub-license material from Point2 Listing<\\/li><li>Reproduce, duplicate or copy material from Point2 Listing<\\/li><li>Redistribute content from Point2 Listing<\\/li><\\/ul><p>Parts of this website offer an opportunity for users to post and exchange opinions and information in certain areas of the website. Point2 Listing does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views and opinions of point2listing,its agents and\\/or affiliates. Comments reflect the views and opinions of the person who post their views and opinions. To the extent permitted by applicable laws, point2listing shall not be liable for the Comments or for any liability, damages or expenses caused and\\/or suffered as a result of any use of and\\/or posting of and\\/or appearance of the Comments on this website.<\\/p><p>Point2 Listing reserves the right to monitor all Comments and to remove any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.<\\/p><p>You warrant and represent that:<\\/p><ul><li>You are entitled to post the Comments on our website and have all necessary licenses and consents to do so;<\\/li><li>The Comments do not invade any intellectual property right, including without limitation copyright, patent or trademark of any third party;<\\/li><li>The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material which is an invasion of privacy<\\/li><li>The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity.<\\/li><\\/ul><p>You hereby grant Point2 Listing a non-exclusive license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04ffa94\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Hyperlinking to our Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85c99d7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>The following organizations may link to our Website without prior written approval:<\\/p><ul><li>Government agencies;<\\/li><li>Search engines;<\\/li><li>News organizations;<\\/li><li>Online directory distributors may link to our Website in the same manner as they hyperlink to the Websites of other listed businesses; and<\\/li><li>System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site.<\\/li><\\/ul><p>These organizations may link to our home page, to publications or to other Website information so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products and\\/or services; and (c) fits within the context of the linking party\\u2019s site.<\\/p><p>We may consider and approve other link requests from the following types of organizations:<\\/p><ul><li>commonly-known consumer and\\/or business information sources;<\\/li><li>dot.com community sites;<\\/li><li>associations or other groups representing charities;<\\/li><li>online directory distributors;<\\/li><li>internet portals;<\\/li><li>accounting, law and consulting firms; and<\\/li><li>educational institutions and trade associations.<\\/li><\\/ul><p>We will approve link requests from these organizations if we decide that: (a) the link would not make us look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any negative records with us; (c) the benefit to us from the visibility of the hyperlink compensates the absence of Point2 Listing; and (d) the link is in the context of general resource information.<\\/p><p>These organizations may link to our home page so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking party\\u2019s site.<\\/p><p>If you are one of the organizations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to Point2 Listing. Please include your name, your organization name, contact information as well as the URL of your site, a list of any URLs from which you intend to link to our Website, and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks for a response.<\\/p><p>Approved organizations may hyperlink to our Website as follows:<\\/p><ul><li>By use of our corporate name; or<\\/li><li>By use of the uniform resource locator being linked to; or<\\/li><li>By use of any other description of our Website being linked to that makes sense within the context and format of content on the linking party\\u2019s site.<\\/li><\\/ul><p>No use of Point2 Listing logo or other artwork will be allowed for linking absent a trademark license agreement.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4cdbc2d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"iFrames\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9a35cf\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Without prior approval and written permission, you may not create frames around our Webpages that alter in any way the visual presentation or appearance of our Website.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8fdd442\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Content Liability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64128d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>We shall not be hold responsible for any content that appears on your Website. You agree to protect and defend us against all claims that is rising on your Website. No link(s) should appear on any Website that may be interpreted as libelous, obscene or criminal, or which infringes, otherwise violates, or advocates the infringement or other violation of, any third party rights.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"983e45a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Your Privacy\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9eaad6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Please read Privacy Policy<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"968814c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Reservation of Rights\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14eae10\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>We reserve the right to request that you remove all links or any particular link to our Website. You approve to immediately remove all links to our Website upon request. We also reserve the right to amen these terms and conditions and it\\u2019s linking policy at any time. By continuously linking to our Website, you agree to be bound to and follow these linking terms and conditions.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d89c4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Removal of links from our website\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86d8092\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>If you find any link on our Website that is offensive for any reason, you are free to contact and inform us any moment. We will consider requests to remove links but we are not obligated to or so or to respond to you directly.<\\/p><p>We do not ensure that the information on this website is correct, we do not warrant its completeness or accuracy; nor do we promise to ensure that the website remains available or that the material on the website is kept up to date.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e1eb084\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Disclaimer\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4db3257\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>To the maximum extent permitted by applicable law, we exclude all representations, warranties and conditions relating to our website and the use of this website. Nothing in this disclaimer will:<\\/p><ul><li>limit or exclude our or your liability for death or personal injury;<\\/li><li>limit or exclude our or your liability for fraud or fraudulent misrepresentation;<\\/li><li>limit any of our or your liabilities in any way that is not permitted under applicable law; or<\\/li><li>exclude any of our or your liabilities that may not be excluded under applicable law.<\\/li><\\/ul><p>The limitations and prohibitions of liability set in this Section and elsewhere in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer, including liabilities arising in contract, in tort and for breach of statutory duty.<\\/p><p>As long as the website and the information and services on the website are provided free of charge, we will not be liable for any loss or damage of any nature.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18bf173\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Return and Refund Policy\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e49047\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Interpretation\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e7359b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The words of which the initial letter is capitalized have meanings defined<br \\/>under the following conditions. The following definitions shall have the same<br \\/>meaning regardless of whether they appear in singular or in plural.<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-d8a774b elementor-widget elementor-widget-heading\\\" data-id=\\\"d8a774b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7218696\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Definitions\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fe16cf\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>For the purposes of this Return and Refund Policy:<\\/p><p>* Company (referred to as either \\u201cthe Company\\u201d, \\u201cWe\\u201d, \\u201cUs\\u201d or \\u201cOur\\u201d in this<br \\/>Agreement) refers to Point2Listing, 135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2<\\/p><p>* Goods refer to the items offered for sale on the Service.<\\/p><p>* Orders mean a request by You to purchase Goods from Us.<\\/p><p>* Service refers to the Website.<\\/p><p>* Website refers to Point2Listing, accessible from<br \\/>&lt;https:\\/\\/point2listing.ca\\/&gt;<\\/p><p>* You means the individual accessing or using the Service, or the company,<br \\/>or other legal entity on behalf of which such individual is accessing or<br \\/>using the Service, as applicable.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39edd9c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Your Order Cancellation Rights\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"235eecc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>You are entitled to cancel Your Order within 14 days without giving any reason<br \\/>for doing so.<\\/p><p>The deadline for cancelling an Order is 14 days from the date on which You<br \\/>received the Goods or on which a third party you have appointed, who is not<br \\/>the carrier, takes possession of the product delivered.<\\/p><p>In order to exercise Your right of cancellation, You must inform Us of your<br \\/>decision by means of a clear statement. You can inform us of your decision by:<\\/p><p>* By email: contact@point2listings.ca<\\/p><p>We will reimburse You no later than 14 days from the day on which We receive<br \\/>the returned Goods. We will use the same means of payment as You used for the<br \\/>Order, and You will not incur any fees for such reimbursement.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8386dae\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Conditions for Returns\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8aeaa5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The Refund Policy for 3 month services has 60 days time. If you haven\\u2019t received quality and promised quantity of listing appointments within the service period of 3 months then, you can claim full refund after 3 months from your account manager by phone, email or through text. He\\/she will forward your refund request to a higher authority, they will\\u00a0review all your leads, agreement, leads feedback and within one week they will update you about the refund.<\\/p><ol><li>If we are unable to satisfy you with in the service period, then there will be two options for you:<\\/li><li>1st option: You can claim a full refund.<\\/li><li>2nd option: If you still want to work with us after 3 months, but if you have some issues\\/concerns with the quality or the quantity then, we will run your campaign. over 2 months and replace some leads to retain you for the long term.<\\/li><\\/ol><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d796396\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Returning Goods\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e4113f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-element elementor-element-3405fb8 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"3405fb8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>You are responsible for the cost and risk of returning the Goods to Us. You<br \\/>should send the Goods at the following address<\\/p><p>Point2listings.ca<\\/p><p>We cannot be held responsible for Goods damaged or lost in return shipment.<br \\/>Therefore, We recommend an insured and trackable mail service. We are unable<br \\/>to issue a refund without actual receipt of the Goods or proof of received<br \\/>return delivery.<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-4143f57 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"4143f57\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-button-wrapper\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(11999,3119,'_elementor_page_assets','a:0:{}'),(12002,3120,'_elementor_edit_mode','builder'),(12003,3120,'_elementor_template_type','wp-page'),(12004,3120,'_elementor_version','3.23.4'),(12005,3120,'_wp_page_template','elementor_header_footer'),(12006,3120,'_elementor_data','[{\"id\":\"7210851\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c97f8e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Terms and Conditions\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94e8dbe\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Welcome to Point2listing!<\\/p><p>These terms and conditions outline the rules and regulations for using the Point2 Listing Website, located at https:\\/\\/point2listing.ca\\/.<\\/p><p>By accessing this website we assume you accept these terms and conditions. Do not continue to use Point2 Listing if you do not agree to take all of the terms and conditions stated on this page.<\\/p><p>The following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice, and all Agreements: \\u201cClient\\u201d, \\u201cYou\\u201d and \\u201cYour\\u201d refers to you, the person log on this website and compliant to the Company\\u2019s terms and conditions. \\u201cThe Company\\u201d, \\u201cOurselves\\u201d, \\u201cWe\\u201d, \\u201cOur\\u201d and \\u201cUs\\u201d, refers to our Company. \\u201cParty\\u201d, \\u201cParties\\u201d, or \\u201cUs\\u201d, refers to both the Client and ourselves. All terms refer to the offer, acceptance, and consideration of payment necessary to undertake the process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Client\\u2019s needs in respect of the provision of the Company\\u2019s stated services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization and\\/or he\\/she or they, are taken as interchangeable and therefore as referring to same.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3cb89cd\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Cookies\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f6dcf3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>We employ the use of cookies. By accessing Point2 Listing, you agreed to use cookies in agreement with the Point2 Listing Privacy Policy.<\\/p><p>Most interactive websites use cookies to let us retrieve the user\\u2019s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate\\/advertising partners may also use cookies.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fed658d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"License\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44f52aa\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Unless otherwise stated, Point2 Listing and\\/or its licensors own the intellectual property rights for all material on Point2 Listing. All intellectual property rights are reserved. You may access this from point2listing for your own personal use subjected to restrictions set in these terms and conditions.<\\/p><p>You must not:<\\/p><ul><li>Republish material from Point2 Listing<\\/li><li>Sell, rent or sub-license material from Point2 Listing<\\/li><li>Reproduce, duplicate or copy material from Point2 Listing<\\/li><li>Redistribute content from Point2 Listing<\\/li><\\/ul><p>Parts of this website offer an opportunity for users to post and exchange opinions and information in certain areas of the website. Point2 Listing does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views and opinions of point2listing,its agents and\\/or affiliates. Comments reflect the views and opinions of the person who post their views and opinions. To the extent permitted by applicable laws, point2listing shall not be liable for the Comments or for any liability, damages or expenses caused and\\/or suffered as a result of any use of and\\/or posting of and\\/or appearance of the Comments on this website.<\\/p><p>Point2 Listing reserves the right to monitor all Comments and to remove any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.<\\/p><p>You warrant and represent that:<\\/p><ul><li>You are entitled to post the Comments on our website and have all necessary licenses and consents to do so;<\\/li><li>The Comments do not invade any intellectual property right, including without limitation copyright, patent or trademark of any third party;<\\/li><li>The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material which is an invasion of privacy<\\/li><li>The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity.<\\/li><\\/ul><p>You hereby grant Point2 Listing a non-exclusive license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04ffa94\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Hyperlinking to our Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85c99d7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>The following organizations may link to our Website without prior written approval:<\\/p><ul><li>Government agencies;<\\/li><li>Search engines;<\\/li><li>News organizations;<\\/li><li>Online directory distributors may link to our Website in the same manner as they hyperlink to the Websites of other listed businesses; and<\\/li><li>System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site.<\\/li><\\/ul><p>These organizations may link to our home page, to publications or to other Website information so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products and\\/or services; and (c) fits within the context of the linking party\\u2019s site.<\\/p><p>We may consider and approve other link requests from the following types of organizations:<\\/p><ul><li>commonly-known consumer and\\/or business information sources;<\\/li><li>dot.com community sites;<\\/li><li>associations or other groups representing charities;<\\/li><li>online directory distributors;<\\/li><li>internet portals;<\\/li><li>accounting, law and consulting firms; and<\\/li><li>educational institutions and trade associations.<\\/li><\\/ul><p>We will approve link requests from these organizations if we decide that: (a) the link would not make us look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any negative records with us; (c) the benefit to us from the visibility of the hyperlink compensates the absence of Point2 Listing; and (d) the link is in the context of general resource information.<\\/p><p>These organizations may link to our home page so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking party\\u2019s site.<\\/p><p>If you are one of the organizations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to Point2 Listing. Please include your name, your organization name, contact information as well as the URL of your site, a list of any URLs from which you intend to link to our Website, and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks for a response.<\\/p><p>Approved organizations may hyperlink to our Website as follows:<\\/p><ul><li>By use of our corporate name; or<\\/li><li>By use of the uniform resource locator being linked to; or<\\/li><li>By use of any other description of our Website being linked to that makes sense within the context and format of content on the linking party\\u2019s site.<\\/li><\\/ul><p>No use of Point2 Listing logo or other artwork will be allowed for linking absent a trademark license agreement.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4cdbc2d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"iFrames\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9a35cf\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Without prior approval and written permission, you may not create frames around our Webpages that alter in any way the visual presentation or appearance of our Website.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8fdd442\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Content Liability\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64128d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>We shall not be hold responsible for any content that appears on your Website. You agree to protect and defend us against all claims that is rising on your Website. No link(s) should appear on any Website that may be interpreted as libelous, obscene or criminal, or which infringes, otherwise violates, or advocates the infringement or other violation of, any third party rights.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"983e45a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Your Privacy\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9eaad6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Please read Privacy Policy<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"968814c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Reservation of Rights\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14eae10\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>We reserve the right to request that you remove all links or any particular link to our Website. You approve to immediately remove all links to our Website upon request. We also reserve the right to amen these terms and conditions and it\\u2019s linking policy at any time. By continuously linking to our Website, you agree to be bound to and follow these linking terms and conditions.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95d89c4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Removal of links from our website\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86d8092\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>If you find any link on our Website that is offensive for any reason, you are free to contact and inform us any moment. We will consider requests to remove links but we are not obligated to or so or to respond to you directly.<\\/p><p>We do not ensure that the information on this website is correct, we do not warrant its completeness or accuracy; nor do we promise to ensure that the website remains available or that the material on the website is kept up to date.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e1eb084\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Disclaimer\\n\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4db3257\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>To the maximum extent permitted by applicable law, we exclude all representations, warranties and conditions relating to our website and the use of this website. Nothing in this disclaimer will:<\\/p><ul><li>limit or exclude our or your liability for death or personal injury;<\\/li><li>limit or exclude our or your liability for fraud or fraudulent misrepresentation;<\\/li><li>limit any of our or your liabilities in any way that is not permitted under applicable law; or<\\/li><li>exclude any of our or your liabilities that may not be excluded under applicable law.<\\/li><\\/ul><p>The limitations and prohibitions of liability set in this Section and elsewhere in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer, including liabilities arising in contract, in tort and for breach of statutory duty.<\\/p><p>As long as the website and the information and services on the website are provided free of charge, we will not be liable for any loss or damage of any nature.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18bf173\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Return and Refund Policy\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e49047\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Interpretation\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e7359b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The words of which the initial letter is capitalized have meanings defined<br \\/>under the following conditions. The following definitions shall have the same<br \\/>meaning regardless of whether they appear in singular or in plural.<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-d8a774b elementor-widget elementor-widget-heading\\\" data-id=\\\"d8a774b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7218696\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Definitions\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fe16cf\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>For the purposes of this Return and Refund Policy:<\\/p><p>* Company (referred to as either \\u201cthe Company\\u201d, \\u201cWe\\u201d, \\u201cUs\\u201d or \\u201cOur\\u201d in this<br \\/>Agreement) refers to Point2Listing, 135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2<\\/p><p>* Goods refer to the items offered for sale on the Service.<\\/p><p>* Orders mean a request by You to purchase Goods from Us.<\\/p><p>* Service refers to the Website.<\\/p><p>* Website refers to Point2Listing, accessible from<br \\/>&lt;https:\\/\\/point2listing.ca\\/&gt;<\\/p><p>* You means the individual accessing or using the Service, or the company,<br \\/>or other legal entity on behalf of which such individual is accessing or<br \\/>using the Service, as applicable.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39edd9c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Your Order Cancellation Rights\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"235eecc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>You are entitled to cancel Your Order within 14 days without giving any reason<br \\/>for doing so.<\\/p><p>The deadline for cancelling an Order is 14 days from the date on which You<br \\/>received the Goods or on which a third party you have appointed, who is not<br \\/>the carrier, takes possession of the product delivered.<\\/p><p>In order to exercise Your right of cancellation, You must inform Us of your<br \\/>decision by means of a clear statement. You can inform us of your decision by:<\\/p><p>* By email: contact@point2listing.ca<\\/p><p>We will reimburse You no later than 14 days from the day on which We receive<br \\/>the returned Goods. We will use the same means of payment as You used for the<br \\/>Order, and You will not incur any fees for such reimbursement.<\\/p><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8386dae\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Conditions for Returns\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8aeaa5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The Refund Policy for 3 month services has 60 days time. If you haven\\u2019t received quality and promised quantity of listing appointments within the service period of 3 months then, you can claim full refund after 3 months from your account manager by phone, email or through text. He\\/she will forward your refund request to a higher authority, they will\\u00a0review all your leads, agreement, leads feedback and within one week they will update you about the refund.<\\/p><ol><li>If we are unable to satisfy you with in the service period, then there will be two options for you:<\\/li><li>1st option: You can claim a full refund.<\\/li><li>2nd option: If you still want to work with us after 3 months, but if you have some issues\\/concerns with the quality or the quantity then, we will run your campaign. over 2 months and replace some leads to retain you for the long term.<\\/li><\\/ol><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d796396\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Returning Goods\\n\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e4113f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n<div class=\\\"elementor-widget-container\\\">\\n<div class=\\\"elementor-element elementor-element-3405fb8 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"3405fb8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n<div class=\\\"elementor-widget-container\\\">\\n<p>You are responsible for the cost and risk of returning the Goods to Us. You<br>should send the Goods at the following address<\\/p>\\n<p>Point2listing.ca<\\/p>\\n<p>We cannot be held responsible for Goods damaged or lost in return shipment.<br>Therefore, We recommend an insured and trackable mail service. We are unable<br>to issue a refund without actual receipt of the Goods or proof of received<br>return delivery.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"elementor-element elementor-element-4143f57 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"4143f57\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n<div class=\\\"elementor-widget-container\\\">\\n<div class=\\\"elementor-button-wrapper\\\">&nbsp;<\\/div>\\n<\\/div>\\n<\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(12007,3120,'_elementor_page_assets','a:0:{}'),(12012,3121,'_wp_attached_file','2024/09/Contact.webp'),(12013,3121,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2024/09/Contact.webp\";s:8:\"filesize\";i:54204;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Contact-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49398;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Contact-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:359418;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Contact-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20298;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Contact-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:231806;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:21:\"Contact-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:440704;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:20:\"Contact-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:165584;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:20:\"Contact-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:293626;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:20:\"Contact-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:244030;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:20:\"Contact-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:164036;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:20:\"Contact-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:299550;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"Contact-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10524;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:20:\"Contact-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12014,3122,'_wp_attached_file','2024/09/stylish-business-team-three-scaled-1-copy.webp'),(12015,3122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:54:\"2024/09/stylish-business-team-three-scaled-1-copy.webp\";s:8:\"filesize\";i:59724;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"stylish-business-team-three-scaled-1-copy-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33684;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"stylish-business-team-three-scaled-1-copy-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:200332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"stylish-business-team-three-scaled-1-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16194;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"stylish-business-team-three-scaled-1-copy-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:135046;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"stylish-business-team-three-scaled-1-copy-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:342902;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:56:\"stylish-business-team-three-scaled-1-copy-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:498306;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:55:\"stylish-business-team-three-scaled-1-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:241442;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:54:\"stylish-business-team-three-scaled-1-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101670;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:54:\"stylish-business-team-three-scaled-1-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:181818;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:54:\"stylish-business-team-three-scaled-1-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143924;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:54:\"stylish-business-team-three-scaled-1-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100640;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:54:\"stylish-business-team-three-scaled-1-copy-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:168746;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:53:\"stylish-business-team-three-scaled-1-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8634;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:54:\"stylish-business-team-three-scaled-1-copy-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72532;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12078,3130,'_wp_page_template','template/template-homepage.php'),(12079,3130,'_elementor_edit_mode','builder'),(12080,3130,'_elementor_template_type','wp-page'),(12081,3130,'_elementor_version','3.23.4'),(12082,3130,'_elementor_data','[{\"id\":\"435637f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/stylish-business-team-three-scaled-1-copy.webp\",\"id\":3122,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"afa2d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"none\"},\"elements\":[{\"id\":\"c9cc224\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6098129\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8a7861b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38ead9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c36546e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"About Point2listing\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d76e6f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98f66c5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p style=\\\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\\\">At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth.<\\/p><p style=\\\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\\\">Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence. Our team of professional realtors is dedicated to offering expert guidance at every step of the process.<\\/p><p style=\\\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\\\">Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.<\\/p>\",\"text_columns\":\"2\",\"column_gap\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1afe877\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"9973815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8e51fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Path To Success: Guiding Principles For Growth\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"373a5ed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"8d44ea5\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"f127511\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fc5aa90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"63438cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1886,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.32)\"},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"577945e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"977f2d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b05a44e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"bdcb253\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12083,3130,'_elementor_controls_usage','a:14:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:17;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:7;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:4;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:6:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:9:\"animation\";i:3;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:5:\"color\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:5;s:19:\"hz_section_subtitle\";i:1;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:5;s:39:\"section_subtitle_typography_font_family\";i:5;s:37:\"section_subtitle_typography_font_size\";i:5;s:42:\"section_subtitle_typography_letter_spacing\";i:5;s:24:\"homey_main_title_spacing\";i:5;s:22:\"homey_subtitle_spacing\";i:5;s:34:\"houzez_section_title_margin_bottom\";i:5;s:35:\"section_title_typography_typography\";i:5;s:36:\"section_title_typography_font_family\";i:5;s:34:\"section_title_typography_font_size\";i:5;s:36:\"section_title_typography_font_weight\";i:5;s:36:\"section_title_typography_line_height\";i:5;s:39:\"section_title_typography_letter_spacing\";i:5;s:26:\"houzez_section_title_color\";i:5;s:29:\"houzez_section_subtitle_color\";i:5;s:26:\"houzez_section_title_align\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:5;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:1;s:12:\"text_columns\";i:1;s:10:\"column_gap\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:28:\"typography_title_line_height\";i:4;}}}}s:25:\"houzez_elementor_icon_box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:10:\"icon_boxes\";i:1;}s:24:\"content_section_settings\";a:1:{s:16:\"icon_boxes_style\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_iconbox_style\";a:12:{s:9:\"icon_size\";i:1;s:29:\"title_typography_a_typography\";i:1;s:30:\"title_typography_a_font_family\";i:1;s:28:\"title_typography_a_font_size\";i:1;s:30:\"title_typography_a_font_weight\";i:1;s:30:\"title_typography_a_line_height\";i:1;s:33:\"title_typography_a_letter_spacing\";i:1;s:35:\"description_typography_a_typography\";i:1;s:36:\"description_typography_a_font_family\";i:1;s:34:\"description_typography_a_font_size\";i:1;s:36:\"description_typography_a_font_weight\";i:1;s:36:\"description_typography_a_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:28:\"houzez_elementor_team_member\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:4:{s:10:\"team_image\";i:4;s:9:\"team_name\";i:4;s:13:\"team_position\";i:4;s:16:\"team_description\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:4;s:4:\"view\";i:4;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:4;s:10:\"icon_color\";i:4;}s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:4;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:4;s:27:\"icon_typography_font_family\";i:4;s:25:\"icon_typography_font_size\";i:4;s:27:\"icon_typography_font_weight\";i:4;s:27:\"icon_typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:27:\"houzez_elementor_blog_posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:11:\"posts_limit\";i:1;}s:16:\"showhide_section\";a:1:{s:11:\"show_author\";i:1;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:25:{s:15:\"box_padding_top\";i:1;s:18:\"box_padding_bottom\";i:1;s:17:\"box_margin_bottom\";i:1;s:12:\"image_margin\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:16:\"title_margin_top\";i:1;s:13:\"content_color\";i:1;s:23:\"content_typo_typography\";i:1;s:24:\"content_typo_font_family\";i:1;s:22:\"content_typo_font_size\";i:1;s:24:\"content_typo_font_weight\";i:1;s:24:\"content_typo_line_height\";i:1;s:14:\"postmeta_color\";i:1;s:24:\"postmeta_typo_typography\";i:1;s:25:\"postmeta_typo_font_family\";i:1;s:23:\"postmeta_typo_font_size\";i:1;s:25:\"postmeta_typo_font_weight\";i:1;s:25:\"postmeta_typo_line_height\";i:1;s:19:\"postmeta_margin_top\";i:1;s:22:\"postmeta_margin_bottom\";i:1;s:12:\"box_bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(12084,3130,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12087,3131,'_wp_page_template','template/template-homepage.php'),(12088,3131,'_elementor_edit_mode','builder'),(12089,3131,'_elementor_template_type','wp-page'),(12090,3131,'_elementor_version','3.23.4'),(12091,3131,'_elementor_data','[{\"id\":\"435637f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/stylish-business-team-three-scaled-1-copy.webp\",\"id\":3122,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"afa2d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"none\"},\"elements\":[{\"id\":\"c9cc224\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6098129\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8a7861b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38ead9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c36546e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"About Point2listing\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d76e6f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98f66c5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p style=\\\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\\\">At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth.<\\/p><p style=\\\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\\\">Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence. Our team of professional realtors is dedicated to offering expert guidance at every step of the process.<\\/p><p style=\\\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\\\">Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.<\\/p>\",\"text_columns\":\"2\",\"column_gap\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1afe877\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"9973815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8e51fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Path To Success: Guiding Principles For Growth\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"373a5ed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"8d44ea5\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"f127511\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fc5aa90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"63438cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1886,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.32)\"},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"577945e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"977f2d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b05a44e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"bdcb253\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12092,3131,'_elementor_controls_usage','a:14:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:17;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:7;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:4;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:6:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:9:\"animation\";i:3;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:5:\"color\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:5;s:19:\"hz_section_subtitle\";i:1;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:5;s:39:\"section_subtitle_typography_font_family\";i:5;s:37:\"section_subtitle_typography_font_size\";i:5;s:42:\"section_subtitle_typography_letter_spacing\";i:5;s:24:\"homey_main_title_spacing\";i:5;s:22:\"homey_subtitle_spacing\";i:5;s:34:\"houzez_section_title_margin_bottom\";i:5;s:35:\"section_title_typography_typography\";i:5;s:36:\"section_title_typography_font_family\";i:5;s:34:\"section_title_typography_font_size\";i:5;s:36:\"section_title_typography_font_weight\";i:5;s:36:\"section_title_typography_line_height\";i:5;s:39:\"section_title_typography_letter_spacing\";i:5;s:26:\"houzez_section_title_color\";i:5;s:29:\"houzez_section_subtitle_color\";i:5;s:26:\"houzez_section_title_align\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:5;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:1;s:12:\"text_columns\";i:1;s:10:\"column_gap\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:28:\"typography_title_line_height\";i:4;}}}}s:25:\"houzez_elementor_icon_box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:10:\"icon_boxes\";i:1;}s:24:\"content_section_settings\";a:1:{s:16:\"icon_boxes_style\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_iconbox_style\";a:12:{s:9:\"icon_size\";i:1;s:29:\"title_typography_a_typography\";i:1;s:30:\"title_typography_a_font_family\";i:1;s:28:\"title_typography_a_font_size\";i:1;s:30:\"title_typography_a_font_weight\";i:1;s:30:\"title_typography_a_line_height\";i:1;s:33:\"title_typography_a_letter_spacing\";i:1;s:35:\"description_typography_a_typography\";i:1;s:36:\"description_typography_a_font_family\";i:1;s:34:\"description_typography_a_font_size\";i:1;s:36:\"description_typography_a_font_weight\";i:1;s:36:\"description_typography_a_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:28:\"houzez_elementor_team_member\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:4:{s:10:\"team_image\";i:4;s:9:\"team_name\";i:4;s:13:\"team_position\";i:4;s:16:\"team_description\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:4;s:4:\"view\";i:4;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:4;s:10:\"icon_color\";i:4;}s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:4;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:4;s:27:\"icon_typography_font_family\";i:4;s:25:\"icon_typography_font_size\";i:4;s:27:\"icon_typography_font_weight\";i:4;s:27:\"icon_typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:27:\"houzez_elementor_blog_posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:11:\"posts_limit\";i:1;}s:16:\"showhide_section\";a:1:{s:11:\"show_author\";i:1;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:25:{s:15:\"box_padding_top\";i:1;s:18:\"box_padding_bottom\";i:1;s:17:\"box_margin_bottom\";i:1;s:12:\"image_margin\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:16:\"title_margin_top\";i:1;s:13:\"content_color\";i:1;s:23:\"content_typo_typography\";i:1;s:24:\"content_typo_font_family\";i:1;s:22:\"content_typo_font_size\";i:1;s:24:\"content_typo_font_weight\";i:1;s:24:\"content_typo_line_height\";i:1;s:14:\"postmeta_color\";i:1;s:24:\"postmeta_typo_typography\";i:1;s:25:\"postmeta_typo_font_family\";i:1;s:23:\"postmeta_typo_font_size\";i:1;s:25:\"postmeta_typo_font_weight\";i:1;s:25:\"postmeta_typo_line_height\";i:1;s:19:\"postmeta_margin_top\";i:1;s:22:\"postmeta_margin_bottom\";i:1;s:12:\"box_bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(12093,3131,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12104,3133,'_wp_attached_file','2024/09/seo-1-copy.webp'),(12105,3133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2024/09/seo-1-copy.webp\";s:8:\"filesize\";i:23516;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"seo-1-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18822;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"seo-1-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105776;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"seo-1-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10992;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"seo-1-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71116;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"seo-1-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:182682;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:24:\"seo-1-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148836;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:23:\"seo-1-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61720;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:23:\"seo-1-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:114442;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:23:\"seo-1-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88194;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:23:\"seo-1-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61782;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:24:\"seo-1-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:112962;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:22:\"seo-1-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5744;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:23:\"seo-1-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38856;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12110,3134,'_wp_attached_file','2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp'),(12111,3134,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:88:\"2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\";s:8:\"filesize\";i:12288;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:88:\"What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37642;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:88:\"What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13860;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:88:\"What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:137396;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:88:\"What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-800x785.webp\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:150910;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:88:\"What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83234;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:88:\"What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141458;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:88:\"What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118030;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:88:\"What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82470;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:88:\"What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99392;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:87:\"What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7618;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:88:\"What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-496x496.webp\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74574;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:140:\"elementor/thumbs/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-qtik6y0d8xaotn0xfi37zjbvg0alcdfv55o5met79c.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12112,3135,'_wp_attached_file','2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp'),(12113,3135,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:102:\"2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\";s:8:\"filesize\";i:10104;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:102:\"Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:102:\"Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12528;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:102:\"Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118302;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:102:\"Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-800x785.webp\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129704;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:102:\"Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72218;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:102:\"Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:121348;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:102:\"Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100118;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:102:\"Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70606;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:102:\"Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85968;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:101:\"Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7618;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:102:\"Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66262;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:154:\"elementor/thumbs/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-qtik76gwyfm9q4on23qv3z70sh4w9ndg6bjixwgnpc.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12190,3145,'_wp_attached_file','2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp'),(12191,3145,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:86:\"2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\";s:8:\"filesize\";i:11340;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:86:\"seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36092;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:86:\"seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13580;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:86:\"seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:126494;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:86:\"seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-800x785.webp\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:139224;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:86:\"seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71748;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:86:\"seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129952;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:86:\"seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99822;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:86:\"seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70654;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:86:\"seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92554;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:85:\"seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7664;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:86:\"seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70346;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:138:\"elementor/thumbs/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-qtikawvu3qq9ud9e97uiij9xqkqdud72cstykgxczk.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12192,3146,'_wp_attached_file','2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp'),(12193,3146,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:81:\"2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\";s:8:\"filesize\";i:8442;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101868;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:81:\"what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-800x785.webp\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109420;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:81:\"what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61604;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:81:\"what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103824;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:81:\"what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85414;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:81:\"what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60528;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:81:\"what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74514;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:80:\"what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6796;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:81:\"what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56830;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12203,3148,'_elementor_edit_mode','builder'),(12204,3148,'_elementor_template_type','wp-page'),(12205,3148,'_elementor_version','3.23.4'),(12206,3148,'_wp_page_template','elementor_header_footer'),(12207,3148,'_elementor_data','[{\"id\":\"c445dd9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-1.webp\",\"id\":1954,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"background_image_tablet\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-1.webp\",\"id\":1954,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"f82986c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c8d743e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Search Engine Optimzation\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"90cd5c6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"b09bfd0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9b3636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2d5302\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c1baf23\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"655211b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"61d1fc31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ec00cd\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>In today\\u2019s digital landscape, a stunning website isn\\u2019t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. That\\u2019s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cb25cad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2dd9885\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"61220043\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"aaea173\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3.webp\",\"id\":2381,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"512fe088\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"26e9b08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2675a43b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"45f07f1a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6af315f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6846a22d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/what-is-seo-scaled-1.webp\",\"id\":1953,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569575b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"746c2f72\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Search Engine Optimization (SEO)?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"SEO is a set of techniques and strategies that are used to improve the visibility and ranking of a website in search engine results pages. Local SEO agency in Canada involves optimizing a website\\u2019s content, structure, and code to make it more attractive to search engines like Google and Bing\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"616a6376\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7517eaeb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"348ae22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3047202a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our SEO Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"37754e61\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"70318d77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"75ba9be1\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Off-page-seo.webp\",\"id\":2057,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Off-Page Optimization\",\"text\":\"We\\u2019ll help you build high-quality backlinks to your website from reputable sources to improve your search engine rankings\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Local-seo.webp\",\"id\":2056,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Local SEO\",\"text\":\"If you have a local business, we\\u2019ll help you optimize your website for local search results to help you attract more customers in your area.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/on-page-seo.webp\",\"id\":2058,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"On-Page Optimization\",\"text\":\"We\\u2019ll optimize your website\\u2019s content, structure, and code to make it <br>more attractive to search <br>engines.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Keyword-Research.webp\",\"id\":2055,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Keyword Research\",\"text\":\"We\\u2019ll conduct in-depth keyword research to identify the keywords and phrases that your target audience is using to find the products\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97b67a9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad733d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb51b78\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"31c272c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3af523\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"28f0659\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-is-important-scaled-1.webp\",\"id\":1952,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d0cb005\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"629f7d3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is SEO Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"In today\\u2019s digital world, most consumers turn to search engines to find the products and services they need. By optimizing your website for search engines, you can increase your visibility and attract more targeted traffic to your website. This can lead to more leads, conversions, and revenue for your business.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1654314\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11f31410\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"499e0df5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8d3f58\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"40184adb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12208,3148,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12211,3149,'_elementor_edit_mode','builder'),(12212,3149,'_elementor_template_type','wp-page'),(12213,3149,'_elementor_version','3.23.4'),(12214,3149,'_wp_page_template','elementor_header_footer'),(12215,3149,'_elementor_data','[{\"id\":\"c445dd9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"background_image_tablet\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-1.webp\",\"id\":1954,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"f82986c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c8d743e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Search Engine Optimzation\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"90cd5c6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"b09bfd0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9b3636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2d5302\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c1baf23\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"655211b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"61d1fc31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ec00cd\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>In today\\u2019s digital landscape, a stunning website isn\\u2019t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. That\\u2019s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cb25cad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2dd9885\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"61220043\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"aaea173\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3.webp\",\"id\":2381,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"512fe088\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"26e9b08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2675a43b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"45f07f1a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6af315f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6846a22d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3146,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569575b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"746c2f72\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Search Engine Optimization (SEO)?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"SEO is a set of techniques and strategies that are used to improve the visibility and ranking of a website in search engine results pages. Local SEO agency in Canada involves optimizing a website\\u2019s content, structure, and code to make it more attractive to search engines like Google and Bing\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"616a6376\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7517eaeb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"348ae22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3047202a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our SEO Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"37754e61\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"70318d77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"75ba9be1\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Off-page-seo.webp\",\"id\":2057,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Off-Page Optimization\",\"text\":\"We\\u2019ll help you build high-quality backlinks to your website from reputable sources to improve your search engine rankings\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Local-seo.webp\",\"id\":2056,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Local SEO\",\"text\":\"If you have a local business, we\\u2019ll help you optimize your website for local search results to help you attract more customers in your area.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/on-page-seo.webp\",\"id\":2058,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"On-Page Optimization\",\"text\":\"We\\u2019ll optimize your website\\u2019s content, structure, and code to make it <br>more attractive to search <br>engines.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Keyword-Research.webp\",\"id\":2055,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Keyword Research\",\"text\":\"We\\u2019ll conduct in-depth keyword research to identify the keywords and phrases that your target audience is using to find the products\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97b67a9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad733d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb51b78\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"31c272c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3af523\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"28f0659\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3145,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d0cb005\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"629f7d3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is SEO Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"In today\\u2019s digital world, most consumers turn to search engines to find the products and services they need. By optimizing your website for search engines, you can increase your visibility and attract more targeted traffic to your website. This can lead to more leads, conversions, and revenue for your business.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1654314\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11f31410\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"499e0df5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8d3f58\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"40184adb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12216,3149,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12259,3152,'_wp_attached_file','2024/09/ppc-advertising-1-copy.webp'),(12260,3152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2024/09/ppc-advertising-1-copy.webp\";s:8:\"filesize\";i:49924;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"ppc-advertising-1-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25236;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"ppc-advertising-1-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:144496;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"ppc-advertising-1-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12850;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"ppc-advertising-1-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96582;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"ppc-advertising-1-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:252870;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:36:\"ppc-advertising-1-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:195472;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:35:\"ppc-advertising-1-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78120;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:35:\"ppc-advertising-1-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129820;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:35:\"ppc-advertising-1-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111738;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:35:\"ppc-advertising-1-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77686;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:36:\"ppc-advertising-1-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:154326;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:34:\"ppc-advertising-1-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7820;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:35:\"ppc-advertising-1-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51730;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12261,3153,'_wp_attached_file','2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp'),(12262,3153,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:83:\"2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\";s:8:\"filesize\";i:13868;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:83:\"Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:83:\"Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15182;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:83:\"Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136666;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:83:\"Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-800x785.webp\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148108;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:83:\"Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66442;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:83:\"Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140218;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:83:\"Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91170;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:83:\"Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66508;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:83:\"Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100652;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:82:\"Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7850;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:83:\"Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76940;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12263,3154,'_wp_attached_file','2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp'),(12264,3154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:90:\"2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\";s:8:\"filesize\";i:13382;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:90:\"What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:90:\"What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15488;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:90:\"What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:142364;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:90:\"What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-800x785.webp\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:153276;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:90:\"What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79690;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:90:\"What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146454;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:90:\"What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111332;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:90:\"What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79276;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:90:\"What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104820;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:89:\"What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8716;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:90:\"What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79928;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12335,3161,'_wp_attached_file','2024/09/Social-media-copy.webp'),(12336,3161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2024/09/Social-media-copy.webp\";s:8:\"filesize\";i:51140;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Social-media-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33050;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Social-media-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:207486;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Social-media-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16324;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Social-media-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:137606;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Social-media-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:359858;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:31:\"Social-media-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:283436;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:30:\"Social-media-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:112392;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:30:\"Social-media-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:189114;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:30:\"Social-media-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160328;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:30:\"Social-media-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111748;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:31:\"Social-media-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:221022;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:29:\"Social-media-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9366;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:30:\"Social-media-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74172;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12337,3162,'_wp_attached_file','2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp'),(12338,3162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:109:\"2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\";s:8:\"filesize\";i:18838;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:109:\"What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:109:\"What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15626;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:109:\"What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:177448;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:109:\"What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-800x785.webp\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:195930;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:109:\"What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100604;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:109:\"What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:182306;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:109:\"What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141936;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:109:\"What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99612;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:109:\"What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127840;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:108:\"What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8584;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:109:\"What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96642;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12363,3164,'_elementor_edit_mode','builder'),(12364,3164,'_elementor_template_type','wp-page'),(12365,3164,'_elementor_version','3.23.4'),(12366,3164,'_wp_page_template','elementor_header_footer'),(12367,3164,'_elementor_data','[{\"id\":\"33ddb2e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media.webp\",\"id\":2133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6730c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4c44d13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"22a80e1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"e6d7989\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4ef8cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4168bd7\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4c43b4dc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"253c4afa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"becdb8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b91f75f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>We help businesses create and implement social media strategies that align with their goals and objectives.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29429a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6d51e933\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"6f2a7478\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"eebaef1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1.webp\",\"id\":2382,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"590e0ee2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"555dadf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"787fc4e3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"57f5d4a2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9d8955e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6491f4c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Social-Media-Marketing-Services-scaled-1.webp\",\"id\":1979,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"372892b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"10f052fa\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Social Media Marketing Services ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Social media marketing services Canada are a type of digital marketing that leverage the power of social media platforms to connect businesses with their target audience, build brand awareness, and ultimately drive conversions. Think of it as building a bridge between a brand and its ideal customers on platforms like Facebook, Instagram, Twitter, TikTok, and more.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"534412b0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efcb69e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29f32bc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2989607\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"43131c6a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"4ec127ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4f412238\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-strategy.webp\",\"id\":2069,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Strategy\",\"text\":\"Our team of experts will work with you to develop a comprehensive social media strategy that aligns with your business objectives. We\\u2019ll conduct a thorough analysis of your industry, competition, and target audience to identify the most effective social media platforms\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-manegment.webp\",\"id\":2072,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Management\",\"text\":\"Managing social media accounts can be time-consuming, but it\\u2019s crucial to stay active and engage with your audience regularly. Our team can handle all aspects of social media management, including content creation, scheduling, community management, and more\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-audit.webp\",\"id\":2071,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Audits\",\"text\":\" This service involves reviewing the social media presence of the business and identifying areas of improvement. The audit includes analyzing the content, engagement, follower growth, and more, to develop a plan for improving the social media presence\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-creation-1.webp\",\"id\":2070,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Creation\",\"text\":\"Creating high-quality and engaging content is key to success on social media platforms. Our team of content creators can develop various types of content, including images, videos, infographics, and more, to keep your social media presence fresh\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58b12253\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4f4c5e61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2728c455\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"1ffbc967\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12368,3164,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12371,3165,'_elementor_edit_mode','builder'),(12372,3165,'_elementor_template_type','wp-page'),(12373,3165,'_elementor_version','3.23.4'),(12374,3165,'_wp_page_template','elementor_header_footer'),(12375,3165,'_elementor_data','[{\"id\":\"33ddb2e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6730c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4c44d13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"22a80e1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"e6d7989\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4ef8cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4168bd7\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4c43b4dc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"253c4afa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"becdb8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b91f75f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>We help businesses create and implement social media strategies that align with their goals and objectives.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29429a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6d51e933\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"6f2a7478\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"eebaef1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1.webp\",\"id\":2382,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"590e0ee2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"555dadf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"787fc4e3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"57f5d4a2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9d8955e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6491f4c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3162,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"372892b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"10f052fa\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Social Media Marketing Services ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Social media marketing services Canada are a type of digital marketing that leverage the power of social media platforms to connect businesses with their target audience, build brand awareness, and ultimately drive conversions. Think of it as building a bridge between a brand and its ideal customers on platforms like Facebook, Instagram, Twitter, TikTok, and more.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"534412b0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efcb69e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29f32bc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2989607\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"43131c6a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"4ec127ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4f412238\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-strategy.webp\",\"id\":2069,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Strategy\",\"text\":\"Our team of experts will work with you to develop a comprehensive social media strategy that aligns with your business objectives. We\\u2019ll conduct a thorough analysis of your industry, competition, and target audience to identify the most effective social media platforms\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-manegment.webp\",\"id\":2072,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Management\",\"text\":\"Managing social media accounts can be time-consuming, but it\\u2019s crucial to stay active and engage with your audience regularly. Our team can handle all aspects of social media management, including content creation, scheduling, community management, and more\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-audit.webp\",\"id\":2071,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Audits\",\"text\":\" This service involves reviewing the social media presence of the business and identifying areas of improvement. The audit includes analyzing the content, engagement, follower growth, and more, to develop a plan for improving the social media presence\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-creation-1.webp\",\"id\":2070,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Creation\",\"text\":\"Creating high-quality and engaging content is key to success on social media platforms. Our team of content creators can develop various types of content, including images, videos, infographics, and more, to keep your social media presence fresh\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58b12253\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4f4c5e61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2728c455\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"1ffbc967\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#CE8516\",\"button_background_hover_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12376,3165,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12390,3166,'_wp_attached_file','2024/09/Content-marketing-2-1024x576-1-copy.webp'),(12391,3166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:48:\"2024/09/Content-marketing-2-1024x576-1-copy.webp\";s:8:\"filesize\";i:38540;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Content-marketing-2-1024x576-1-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28020;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Content-marketing-2-1024x576-1-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15682;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Content-marketing-2-1024x576-1-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109536;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:48:\"Content-marketing-2-1024x576-1-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95468;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:48:\"Content-marketing-2-1024x576-1-copy-780x576.webp\";s:5:\"width\";i:780;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143646;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:48:\"Content-marketing-2-1024x576-1-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136134;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:48:\"Content-marketing-2-1024x576-1-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94396;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:47:\"Content-marketing-2-1024x576-1-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8598;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:48:\"Content-marketing-2-1024x576-1-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58672;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12392,3167,'_wp_attached_file','2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp'),(12393,3167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:95:\"2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\";s:8:\"filesize\";i:16950;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:95:\"what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44102;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:95:\"what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15912;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:95:\"what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:159396;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:95:\"what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-800x785.webp\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:174722;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:95:\"what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92386;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:95:\"what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163664;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:95:\"what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129664;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:95:\"what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91958;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:95:\"what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115558;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:94:\"what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8596;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:95:\"what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87706;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:147:\"elementor/thumbs/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-qtil7qeyqhnp87l5lwkk2r4cfwyrlwhnv8vata9hq8.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12394,3168,'_wp_attached_file','2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp'),(12395,3168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:104:\"2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\";s:8:\"filesize\";i:9330;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:104:\"Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:104:\"Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12186;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:104:\"Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107618;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:104:\"Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-800x785.webp\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116518;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:104:\"Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63952;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:104:\"Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110544;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:104:\"Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89532;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:104:\"Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64146;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:104:\"Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78702;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:103:\"Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7036;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:104:\"Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60686;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:156:\"elementor/thumbs/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-qtil7w1zvhvf5vcyoz0bhpp4086yw341w0s7oy14ow.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12404,3170,'_elementor_edit_mode','builder'),(12405,3170,'_elementor_template_type','wp-page'),(12406,3170,'_elementor_version','3.23.4'),(12407,3170,'_wp_page_template','elementor_header_footer'),(12408,3170,'_elementor_data','[{\"id\":\"be3aa4e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Content-marketing-2-1024x576-1.webp\",\"id\":2664,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"8885f45\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"beb99d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marekting\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d5e7302\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8cf61d7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"93767b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b8caa1\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29b5554c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"496991c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ec2cec7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b8299e2\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-element elementor-element-21386454 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"21386454\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unlocking the Power of Content Marketing Services In Canada<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-5e7a8595 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5e7a8595\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clients\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25881f73\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"192ae26a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"363d5378\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"d93d8d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3.webp\",\"id\":2384,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eb86d47\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1689647a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"10f355a6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e6df83\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"329a86d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d36f6a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/what-is-content-marketing-scaled-1.webp\",\"id\":1944,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51213cc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6e77af\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Content Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Content marketing is a strategic marketing approach that focuses on creating valuable, informative, and engaging content that is designed to attract and retain a specific target audience. Content marketing can take many forms, including blog posts, videos, social media updates, e-books, and more.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c1b4a77\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6746418\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2c9ecde2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7a134b10\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Content Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"68b8f167\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"10e0b097\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36386b0\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-promotion.webp\",\"id\":2041,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Promotion\",\"text\":\"We\\u2019ll promote your content on social media channels and other relevant platforms to help you reach a wider audience and drive more traffic to your website\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-analytics.webp\",\"id\":2038,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Analytics\",\"text\":\"We\\u2019ll provide you with detailed analytics reports that track the performance of your content. This will help you identify which types of content are resonating\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-creation.webp\",\"id\":2039,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Creation\",\"text\":\"Our team of experienced writers and content creators will develop high-quality, engaging content that is designed to attract and retain your target audience.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-optimization.webp\",\"id\":2040,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Optimization\",\"text\":\"We\\u2019ll help you optimize your content for search engines by incorporating relevant keywords and meta tags. This will help your content rank higher on search engine\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0864b98\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0cb58e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c21ac3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22333a6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7b10f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fbd498\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Why-Is-Content-Marketing-Important-scaled-1.webp\",\"id\":1943,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"183eabf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2844975\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is Content Marketing Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"In today\\u2019s digital world, content is king. By creating high-quality, engaging content that resonates with your target audience, you can build a strong online presence, establish yourself as an authority in your industry, and drive more traffic to your website. Effective content marketing can also help you generate more leads, increase your conversion rates, and boost your revenue.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0980867\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c82f1d8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"8f5ef1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3e0bbec8\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"64ddc4b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12409,3170,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12412,3171,'_elementor_edit_mode','builder'),(12413,3171,'_elementor_template_type','wp-page'),(12414,3171,'_elementor_version','3.23.4'),(12415,3171,'_wp_page_template','elementor_header_footer'),(12416,3171,'_elementor_data','[{\"id\":\"be3aa4e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"8885f45\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"beb99d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marekting\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d5e7302\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8cf61d7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"93767b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b8caa1\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29b5554c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"496991c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ec2cec7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b8299e2\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-element elementor-element-21386454 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"21386454\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unlocking the Power of Content Marketing Services In Canada<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-5e7a8595 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5e7a8595\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clients\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25881f73\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"192ae26a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"363d5378\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"d93d8d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3.webp\",\"id\":2384,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eb86d47\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1689647a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"10f355a6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e6df83\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"329a86d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d36f6a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3167,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51213cc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6e77af\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Content Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Content marketing is a strategic marketing approach that focuses on creating valuable, informative, and engaging content that is designed to attract and retain a specific target audience. Content marketing can take many forms, including blog posts, videos, social media updates, e-books, and more.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c1b4a77\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6746418\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2c9ecde2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7a134b10\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Content Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"68b8f167\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"10e0b097\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36386b0\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-promotion.webp\",\"id\":2041,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Promotion\",\"text\":\"We\\u2019ll promote your content on social media channels and other relevant platforms to help you reach a wider audience and drive more traffic to your website\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-analytics.webp\",\"id\":2038,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Analytics\",\"text\":\"We\\u2019ll provide you with detailed analytics reports that track the performance of your content. This will help you identify which types of content are resonating\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-creation.webp\",\"id\":2039,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Creation\",\"text\":\"Our team of experienced writers and content creators will develop high-quality, engaging content that is designed to attract and retain your target audience.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-optimization.webp\",\"id\":2040,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Optimization\",\"text\":\"We\\u2019ll help you optimize your content for search engines by incorporating relevant keywords and meta tags. This will help your content rank higher on search engine\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0864b98\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0cb58e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c21ac3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22333a6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7b10f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fbd498\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3168,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"183eabf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2844975\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is Content Marketing Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"In today\\u2019s digital world, content is king. By creating high-quality, engaging content that resonates with your target audience, you can build a strong online presence, establish yourself as an authority in your industry, and drive more traffic to your website. Effective content marketing can also help you generate more leads, increase your conversion rates, and boost your revenue.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0980867\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c82f1d8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"8f5ef1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3e0bbec8\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"64ddc4b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12417,3171,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12422,3172,'_wp_attached_file','2024/09/web-development-1-copy.webp'),(12423,3172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2024/09/web-development-1-copy.webp\";s:8:\"filesize\";i:58702;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"web-development-1-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26884;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"web-development-1-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:182506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"web-development-1-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14490;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"web-development-1-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120586;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"web-development-1-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:321466;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:36:\"web-development-1-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:254140;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:35:\"web-development-1-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100862;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:35:\"web-development-1-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:181352;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:35:\"web-development-1-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145464;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:35:\"web-development-1-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100114;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:36:\"web-development-1-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:195734;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:34:\"web-development-1-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7950;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:35:\"web-development-1-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12432,3174,'_elementor_edit_mode','builder'),(12433,3174,'_elementor_template_type','wp-page'),(12434,3174,'_elementor_version','3.23.4'),(12435,3174,'_wp_page_template','elementor_header_footer'),(12436,3174,'_elementor_data','[{\"id\":\"e006acd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/web-development-1.webp\",\"id\":1930,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"75c98c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"e51196e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a05691a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"434e5da\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c5dbe7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0448794\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"67a70bd7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"608c1ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1a2afc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46ceb73b\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>A wide range of skills and disciplines<\\/p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. That\\u2019s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52263f86\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"46602773\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"4a47b332\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"40126736\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"53960024\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b92ac8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2.webp\",\"id\":2383,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5fe2bee8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"10dbe48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"63145e11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"781d698a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"238ebc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dce0522\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy.webp\",\"id\":1929,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6737e1e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1023c6b1\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Web Development ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Web development refers to the process of creating websites and web applications that are accessible on the internet. It involves a range of technical skills and knowledge, including coding, web design, server management, database management, and software development.\\n\\n Web development is an essential component of modern business and communication, as it allows businesses and individuals to create an online presence and connect with others around the world. From e-commerce websites that enable online shopping to social networking platforms that connect people with similar interests, web development has transformed the way we interact with each other and the world around us.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d0b552c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e70b75b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"5b90825e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab9a38\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Web Development Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"462cebaf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"28de8b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f424e86\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Mobile-app-development.webp\",\"id\":2033,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Mobile App Development\",\"text\":\"We offer mobile app development services for businesses that want to expand their reach and connect with their customers on mobile devices. We\\u2019ll create a mobile app that is user-friendly and visually appealing\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Custom-web-application.webp\",\"id\":2031,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Custom Web Applications\",\"text\":\"Our custom web application development services are designed to help businesses streamline their processes and improve efficiency. We\\u2019ll work with you to identify your business needs and develop a custom web application that meets those needs.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ecommerce-development.webp\",\"id\":2032,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"E-Commerce Development\",\"text\":\"Our e-commerce development services are designed to help businesses of all sizes sell products and services online. We\\u2019ll create an e-commerce website that is easy to navigate, secure, and optimized for search engines.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Website-development.webp\",\"id\":2034,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Website Design And Development\",\"text\":\"We offer custom website design and development services to meet the unique needs of each of our clients. Our team of experienced web developers will work with you to create a website that is visually appealing and user-friendly\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50481ea4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"55aba806\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5cb84b18\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"34d3aff1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12437,3174,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12440,3175,'_elementor_edit_mode','builder'),(12441,3175,'_elementor_template_type','wp-page'),(12442,3175,'_elementor_version','3.23.4'),(12443,3175,'_wp_page_template','elementor_header_footer'),(12444,3175,'_elementor_data','[{\"id\":\"e006acd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"75c98c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"e51196e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a05691a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"434e5da\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c5dbe7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0448794\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"67a70bd7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"608c1ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1a2afc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46ceb73b\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>A wide range of skills and disciplines<\\/p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. That\\u2019s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52263f86\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"46602773\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"4a47b332\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"40126736\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"53960024\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b92ac8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2.webp\",\"id\":2383,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5fe2bee8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"10dbe48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"63145e11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"781d698a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"238ebc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dce0522\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy.webp\",\"id\":1929,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6737e1e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1023c6b1\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Web Development ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Web development refers to the process of creating websites and web applications that are accessible on the internet. It involves a range of technical skills and knowledge, including coding, web design, server management, database management, and software development.\\n\\n Web development is an essential component of modern business and communication, as it allows businesses and individuals to create an online presence and connect with others around the world. From e-commerce websites that enable online shopping to social networking platforms that connect people with similar interests, web development has transformed the way we interact with each other and the world around us.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d0b552c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e70b75b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"5b90825e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab9a38\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Web Development Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"462cebaf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"28de8b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f424e86\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Mobile-app-development.webp\",\"id\":2033,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Mobile App Development\",\"text\":\"We offer mobile app development services for businesses that want to expand their reach and connect with their customers on mobile devices. We\\u2019ll create a mobile app that is user-friendly and visually appealing\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Custom-web-application.webp\",\"id\":2031,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Custom Web Applications\",\"text\":\"Our custom web application development services are designed to help businesses streamline their processes and improve efficiency. We\\u2019ll work with you to identify your business needs and develop a custom web application that meets those needs.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ecommerce-development.webp\",\"id\":2032,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"E-Commerce Development\",\"text\":\"Our e-commerce development services are designed to help businesses of all sizes sell products and services online. We\\u2019ll create an e-commerce website that is easy to navigate, secure, and optimized for search engines.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Website-development.webp\",\"id\":2034,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Website Design And Development\",\"text\":\"We offer custom website design and development services to meet the unique needs of each of our clients. Our team of experienced web developers will work with you to create a website that is visually appealing and user-friendly\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50481ea4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"55aba806\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5cb84b18\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"34d3aff1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12445,3175,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12479,3179,'_wp_attached_file','2024/09/digital-marketing-1-copy.webp'),(12480,3179,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2024/09/digital-marketing-1-copy.webp\";s:8:\"filesize\";i:59132;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"digital-marketing-1-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31114;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"digital-marketing-1-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:197718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"digital-marketing-1-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15596;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"digital-marketing-1-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130714;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"digital-marketing-1-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:347778;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:38:\"digital-marketing-1-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:275662;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:37:\"digital-marketing-1-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109060;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:37:\"digital-marketing-1-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:179618;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:37:\"digital-marketing-1-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:157726;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:37:\"digital-marketing-1-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:108400;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:38:\"digital-marketing-1-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:212002;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:36:\"digital-marketing-1-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8664;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:37:\"digital-marketing-1-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68282;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12481,3180,'_wp_attached_file','2024/09/Digital-marketing-2-1024x576-copy.webp'),(12482,3180,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:46:\"2024/09/Digital-marketing-2-1024x576-copy.webp\";s:8:\"filesize\";i:21686;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Digital-marketing-2-1024x576-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Digital-marketing-2-1024x576-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18178;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Digital-marketing-2-1024x576-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143968;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:46:\"Digital-marketing-2-1024x576-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:114864;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:46:\"Digital-marketing-2-1024x576-copy-780x576.webp\";s:5:\"width\";i:780;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:173162;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:46:\"Digital-marketing-2-1024x576-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:162578;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:46:\"Digital-marketing-2-1024x576-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:113516;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:45:\"Digital-marketing-2-1024x576-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10266;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:46:\"Digital-marketing-2-1024x576-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12483,3181,'_wp_attached_file','2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp'),(12484,3181,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:95:\"2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\";s:8:\"filesize\";i:20204;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:95:\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:95:\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16384;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:95:\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:200596;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:95:\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-800x785.webp\";s:5:\"width\";i:800;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:222616;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:95:\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:119260;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:95:\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:206228;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:95:\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:169406;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:95:\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117516;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:95:\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:144682;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:94:\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9288;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:95:\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:108202;}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:147:\"elementor/thumbs/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-qtilflcdvmf0au66psv9f9q38w88ysova58g9klzpc.webp\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12493,3183,'_elementor_edit_mode','builder'),(12494,3183,'_elementor_template_type','wp-page'),(12495,3183,'_elementor_version','3.23.4'),(12496,3183,'_wp_page_template','elementor_header_footer'),(12497,3183,'_elementor_data','[{\"id\":\"228cfbc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/digital-marketing-1.webp\",\"id\":1916,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"ab73353\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"0934b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"108e370\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"409a17c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"a37fb9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378a819\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2229778d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"548ebe22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"38a596a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4b53b7\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unleash explosive growth with our\\u00a0<span data-sheets-root=\\\"1\\\" data-sheets-value=\\\"{&quot;1&quot;:2,&quot;2&quot;:&quot;best digital marketing agency canada&quot;}\\\" data-sheets-userformat=\\\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\\\">best digital marketing agency Canada<\\/span><\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-fe8e4a0 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"fe8e4a0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Digital marketing has become increasingly important in today\\u2019s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"558ba4c9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"29ee6906\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"5c3950\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"57c22d3d\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"2839569f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d28311b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Digital-marketing-2.webp\",\"id\":2385,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25a0677\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"74331874\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4447ef85\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22be1d04\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4d836d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"16954510\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Digital-Marketing-scaled-1.webp\",\"id\":1917,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f1ab3a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4fc49dc0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Digital Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in today\\u2019s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15a99cc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5bb777\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"596f160a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"125a3aca\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"5a46858f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"6aefbdd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e25838a\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-2.webp\",\"id\":2027,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Search Engine Optimization (SEO)\",\"text\":\"SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-marketing-icon.webp\",\"id\":2467,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Marketing\",\"text\":\"Content marketing involves creating and sharing valuable content to attract and engage a target audience, build brand authority, and drive profitable customer actions.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-marketing-2.webp\",\"id\":2026,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Marketing\",\"text\":\"Social media marketing involves using social media platforms, such as Facebook, Twitter, etc to promote a brand or product.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/email-marketing-2.webp\",\"id\":2025,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Marketing\",\"text\":\"Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74cbad91\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"236f6f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d239d4a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"64276cf5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12498,3183,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12501,3184,'_elementor_edit_mode','builder'),(12502,3184,'_elementor_template_type','wp-page'),(12503,3184,'_elementor_version','3.23.4'),(12504,3184,'_wp_page_template','elementor_header_footer'),(12505,3184,'_elementor_data','[{\"id\":\"228cfbc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"ab73353\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"0934b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"108e370\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"409a17c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"a37fb9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378a819\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2229778d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"548ebe22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"38a596a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4b53b7\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unleash explosive growth with our\\u00a0<span data-sheets-root=\\\"1\\\" data-sheets-value=\\\"{&quot;1&quot;:2,&quot;2&quot;:&quot;best digital marketing agency canada&quot;}\\\" data-sheets-userformat=\\\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\\\">best digital marketing agency Canada<\\/span><\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-fe8e4a0 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"fe8e4a0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Digital marketing has become increasingly important in today\\u2019s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"558ba4c9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"29ee6906\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"5c3950\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"57c22d3d\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"2839569f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d28311b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy.webp\",\"id\":3180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25a0677\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"74331874\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4447ef85\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22be1d04\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4d836d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"16954510\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3181,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f1ab3a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4fc49dc0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Digital Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in today\\u2019s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15a99cc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5bb777\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"596f160a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"125a3aca\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"5a46858f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"6aefbdd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e25838a\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-2.webp\",\"id\":2027,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Search Engine Optimization (SEO)\",\"text\":\"SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-marketing-icon.webp\",\"id\":2467,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Marketing\",\"text\":\"Content marketing involves creating and sharing valuable content to attract and engage a target audience, build brand authority, and drive profitable customer actions.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-marketing-2.webp\",\"id\":2026,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Marketing\",\"text\":\"Social media marketing involves using social media platforms, such as Facebook, Twitter, etc to promote a brand or product.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/email-marketing-2.webp\",\"id\":2025,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Marketing\",\"text\":\"Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74cbad91\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"236f6f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d239d4a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"64276cf5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12506,3184,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12566,3191,'_elementor_edit_mode','builder'),(12567,3191,'_elementor_template_type','wp-page'),(12568,3191,'_elementor_version','3.23.4'),(12569,3191,'_wp_page_template','elementor_header_footer'),(12570,3191,'_elementor_data','[{\"id\":\"c445dd9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"background_image_tablet\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-1.webp\",\"id\":1954,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"f82986c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c8d743e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Search Engine Optimzation\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"90cd5c6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"b09bfd0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9b3636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2d5302\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c1baf23\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"655211b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"61d1fc31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ec00cd\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>In today\\u2019s digital landscape, a stunning website isn\\u2019t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. That\\u2019s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cb25cad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2dd9885\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"61220043\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"aaea173\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3.webp\",\"id\":2381,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"512fe088\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"26e9b08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2675a43b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"45f07f1a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6af315f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6846a22d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3146,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569575b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"746c2f72\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Search Engine Optimization (SEO)?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"SEO is a set of techniques and strategies that are used to improve the visibility and ranking of a website in search engine results pages. Local SEO agency in Canada involves optimizing a website\\u2019s content, structure, and code to make it more attractive to search engines like Google and Bing\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"616a6376\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7517eaeb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"348ae22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3047202a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our SEO Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"37754e61\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"70318d77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"75ba9be1\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Off-page-seo.webp\",\"id\":2057,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Off-Page Optimization\",\"text\":\"We\\u2019ll help you build high-quality backlinks to your website from reputable sources to improve your search engine rankings\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Local-seo.webp\",\"id\":2056,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Local SEO\",\"text\":\"If you have a local business, we\\u2019ll help you optimize your website for local search results to help you attract more customers in your area.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/on-page-seo.webp\",\"id\":2058,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"On-Page Optimization\",\"text\":\"We\\u2019ll optimize your website\\u2019s content, structure, and code to make it <br>more attractive to search <br>engines.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Keyword-Research.webp\",\"id\":2055,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Keyword Research\",\"text\":\"We\\u2019ll conduct in-depth keyword research to identify the keywords and phrases that your target audience is using to find the products\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97b67a9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad733d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb51b78\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"31c272c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3af523\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"28f0659\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3145,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d0cb005\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"629f7d3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is SEO Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"In today\\u2019s digital world, most consumers turn to search engines to find the products and services they need. By optimizing your website for search engines, you can increase your visibility and attract more targeted traffic to your website. This can lead to more leads, conversions, and revenue for your business.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1654314\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11f31410\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"499e0df5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8d3f58\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"40184adb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12571,3191,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12574,3192,'_elementor_edit_mode','builder'),(12575,3192,'_elementor_template_type','wp-page'),(12576,3192,'_elementor_version','3.23.4'),(12577,3192,'_wp_page_template','elementor_header_footer'),(12578,3192,'_elementor_data','[{\"id\":\"c445dd9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"background_image_tablet\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-1.webp\",\"id\":1954,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"f82986c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c8d743e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Search Engine Optimzation\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"90cd5c6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"b09bfd0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9b3636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2d5302\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c1baf23\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"655211b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"61d1fc31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ec00cd\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>In today\\u2019s digital landscape, a stunning website isn\\u2019t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. That\\u2019s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cb25cad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2dd9885\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"61220043\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"aaea173\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3.webp\",\"id\":2381,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"512fe088\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"26e9b08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2675a43b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"45f07f1a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6af315f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6846a22d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3146,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569575b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"746c2f72\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Search Engine Optimization (SEO)?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"SEO is a set of techniques and strategies that are used to improve the visibility and ranking of a website in search engine results pages. Local SEO agency in Canada involves optimizing a website\\u2019s content, structure, and code to make it more attractive to search engines like Google and Bing\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"616a6376\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7517eaeb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"348ae22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3047202a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our SEO Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"37754e61\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"70318d77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"75ba9be1\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Off-page-seo.webp\",\"id\":2057,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Off-Page Optimization\",\"text\":\"We\\u2019ll help you build high-quality backlinks to your website from reputable sources to improve your search engine rankings\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Local-seo.webp\",\"id\":2056,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Local SEO\",\"text\":\"If you have a local business, we\\u2019ll help you optimize your website for local search results to help you attract more customers in your area.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/on-page-seo.webp\",\"id\":2058,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"On-Page Optimization\",\"text\":\"We\\u2019ll optimize your website\\u2019s content, structure, and code to make it <br>more attractive to search <br>engines.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Keyword-Research.webp\",\"id\":2055,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Keyword Research\",\"text\":\"We\\u2019ll conduct in-depth keyword research to identify the keywords and phrases that your target audience is using to find the products\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97b67a9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad733d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb51b78\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"31c272c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3af523\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"28f0659\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3145,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d0cb005\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"629f7d3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is SEO Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"In today\\u2019s digital world, most consumers turn to search engines to find the products and services they need. By optimizing your website for search engines, you can increase your visibility and attract more targeted traffic to your website. This can lead to more leads, conversions, and revenue for your business.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1654314\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11f31410\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"499e0df5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8d3f58\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"40184adb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12579,3192,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12582,3193,'_elementor_edit_mode','builder'),(12583,3193,'_elementor_template_type','wp-page'),(12584,3193,'_elementor_version','3.23.4'),(12585,3193,'_wp_page_template','elementor_header_footer'),(12586,3193,'_elementor_data','[{\"id\":\"c445dd9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-1024x576.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"background_image_tablet\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-1.webp\",\"id\":1954,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"f82986c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c8d743e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Search Engine Optimzation\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"90cd5c6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"b09bfd0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9b3636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2d5302\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c1baf23\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"655211b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"61d1fc31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ec00cd\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>In today\\u2019s digital landscape, a stunning website isn\\u2019t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. That\\u2019s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cb25cad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2dd9885\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"61220043\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"aaea173\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3.webp\",\"id\":2381,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"512fe088\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"26e9b08a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2675a43b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"45f07f1a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6af315f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6846a22d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3146,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569575b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"746c2f72\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Search Engine Optimization (SEO)?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"SEO is a set of techniques and strategies that are used to improve the visibility and ranking of a website in search engine results pages. Local SEO agency in Canada involves optimizing a website\\u2019s content, structure, and code to make it more attractive to search engines like Google and Bing\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"616a6376\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7517eaeb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"348ae22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3047202a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our SEO Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"37754e61\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"70318d77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"75ba9be1\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Off-page-seo.webp\",\"id\":2057,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Off-Page Optimization\",\"text\":\"We\\u2019ll help you build high-quality backlinks to your website from reputable sources to improve your search engine rankings\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Local-seo.webp\",\"id\":2056,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Local SEO\",\"text\":\"If you have a local business, we\\u2019ll help you optimize your website for local search results to help you attract more customers in your area.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/on-page-seo.webp\",\"id\":2058,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"On-Page Optimization\",\"text\":\"We\\u2019ll optimize your website\\u2019s content, structure, and code to make it <br>more attractive to search <br>engines.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Keyword-Research.webp\",\"id\":2055,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Keyword Research\",\"text\":\"We\\u2019ll conduct in-depth keyword research to identify the keywords and phrases that your target audience is using to find the products\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97b67a9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad733d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb51b78\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"31c272c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3af523\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"28f0659\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3145,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d0cb005\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"629f7d3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is SEO Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"In today\\u2019s digital world, most consumers turn to search engines to find the products and services they need. By optimizing your website for search engines, you can increase your visibility and attract more targeted traffic to your website. This can lead to more leads, conversions, and revenue for your business.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1654314\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11f31410\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"499e0df5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8d3f58\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"40184adb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12587,3193,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12598,3195,'_elementor_edit_mode','builder'),(12599,3195,'_elementor_template_type','wp-page'),(12600,3195,'_elementor_version','3.23.4'),(12601,3195,'_wp_page_template','elementor_header_footer'),(12602,3195,'_elementor_data','[{\"id\":\"88edfd7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"background_image_tablet\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2520daf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"33e0a83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db879b6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"35afa24\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d6e04d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c4ccce\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3b38a92d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"43c24a8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"39acd6ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aaf9d9f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d6d40b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"7a5f05e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"55df462f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f5af737\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3.webp\",\"id\":2376,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5099cd31\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3a348f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"292d3642\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5f7631c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"778d5efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"674a64a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\",\"id\":3134,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1148c6e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4fdac5dd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Email Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Email marketing is a cost-effective and powerful way to reach your target audience and drive business growth. Email Marketing in Canada enables businesses to communicate with their customers directly and personalize their messaging to increase engagement and conversions.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"360a3df7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2073a2c8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"744d629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2da6ae5f\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"3c5ee873\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26dd2f21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2dbcff77\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-campaign-strategy.webp\",\"id\":2063,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Campaign Strategy\",\"text\":\"Our team of experts will work with you to develop a comprehensive email campaign strategy that aligns with your business objectives. We\\u2019ll identify the most effective email types\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-list-building.webp\",\"id\":2065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email List Building\",\"text\":\"Building a high-quality email list is essential for a successful email marketing campaign. Our team can help you build and grow your email list using various tactics, including lead magnets, sign-up forms, and more\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-design-development.webp\",\"id\":2064,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Design And Development\",\"text\":\"Creating visually appealing and engaging email templates is key to driving engagement and conversions. Our team of designers and developers can create custom email templates that align with your brand\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-Automation.webp\",\"id\":2062,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Automation\",\"text\":\"Automated email campaigns can save time and increase engagement by sending personalized messages based on user behavior or demographics. We can help you set up and manage  email automation campaigns \",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c605e2d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"89c0bf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d20e733\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a97ef9e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fe1ea6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bd60ecb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3135,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"67391f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"332f3bd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Email Marketing Is Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Email marketing Canada is an important tool for businesses to reach and engage with their target audience. Here are a few reasons why email marketing is crucial for the success of any business\\n\\n\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"aca393f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21483b7d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"5d858dc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a1a3f10\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"619f928\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12603,3195,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12606,3196,'_elementor_edit_mode','builder'),(12607,3196,'_elementor_template_type','wp-page'),(12608,3196,'_elementor_version','3.23.4'),(12609,3196,'_wp_page_template','elementor_header_footer'),(12610,3196,'_elementor_data','[{\"id\":\"88edfd7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"background_image_tablet\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2520daf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"33e0a83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db879b6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"35afa24\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d6e04d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c4ccce\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3b38a92d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"43c24a8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"39acd6ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aaf9d9f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d6d40b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"7a5f05e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"55df462f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f5af737\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3.webp\",\"id\":2376,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5099cd31\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3a348f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"292d3642\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5f7631c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"778d5efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"674a64a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\",\"id\":3134,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1148c6e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4fdac5dd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Email Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Email marketing is a cost-effective and powerful way to reach your target audience and drive business growth. Email Marketing in Canada enables businesses to communicate with their customers directly and personalize their messaging to increase engagement and conversions.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"360a3df7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2073a2c8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"744d629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2da6ae5f\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"3c5ee873\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26dd2f21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2dbcff77\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-campaign-strategy.webp\",\"id\":2063,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Campaign Strategy\",\"text\":\"Our team of experts will work with you to develop a comprehensive email campaign strategy that aligns with your business objectives. We\\u2019ll identify the most effective email types\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-list-building.webp\",\"id\":2065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email List Building\",\"text\":\"Building a high-quality email list is essential for a successful email marketing campaign. Our team can help you build and grow your email list using various tactics, including lead magnets, sign-up forms, and more\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-design-development.webp\",\"id\":2064,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Design And Development\",\"text\":\"Creating visually appealing and engaging email templates is key to driving engagement and conversions. Our team of designers and developers can create custom email templates that align with your brand\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-Automation.webp\",\"id\":2062,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Automation\",\"text\":\"Automated email campaigns can save time and increase engagement by sending personalized messages based on user behavior or demographics. We can help you set up and manage  email automation campaigns \",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c605e2d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"89c0bf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d20e733\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a97ef9e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fe1ea6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bd60ecb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3135,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"67391f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"332f3bd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Email Marketing Is Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Email marketing Canada is an important tool for businesses to reach and engage with their target audience. Here are a few reasons why email marketing is crucial for the success of any business\\n\\n\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"aca393f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21483b7d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"5d858dc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a1a3f10\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"619f928\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12611,3196,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12616,3197,'_elementor_edit_mode','builder'),(12617,3197,'_elementor_template_type','wp-page'),(12618,3197,'_elementor_version','3.23.4'),(12619,3197,'_wp_page_template','elementor_header_footer'),(12620,3197,'_elementor_data','[{\"id\":\"33ddb2e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6730c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4c44d13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"22a80e1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"e6d7989\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4ef8cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4168bd7\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4c43b4dc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"253c4afa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"becdb8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b91f75f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>We help businesses create and implement social media strategies that align with their goals and objectives.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29429a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6d51e933\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"6f2a7478\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"eebaef1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1.webp\",\"id\":2382,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"590e0ee2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"555dadf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"787fc4e3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"57f5d4a2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9d8955e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6491f4c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3162,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"372892b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"10f052fa\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Social Media Marketing Services ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Social media marketing services Canada are a type of digital marketing that leverage the power of social media platforms to connect businesses with their target audience, build brand awareness, and ultimately drive conversions. Think of it as building a bridge between a brand and its ideal customers on platforms like Facebook, Instagram, Twitter, TikTok, and more.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"534412b0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efcb69e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29f32bc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2989607\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"43131c6a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"4ec127ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4f412238\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-strategy.webp\",\"id\":2069,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Strategy\",\"text\":\"Our team of experts will work with you to develop a comprehensive social media strategy that aligns with your business objectives. We\\u2019ll conduct a thorough analysis of your industry, competition, and target audience to identify the most effective social media platforms\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-manegment.webp\",\"id\":2072,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Management\",\"text\":\"Managing social media accounts can be time-consuming, but it\\u2019s crucial to stay active and engage with your audience regularly. Our team can handle all aspects of social media management, including content creation, scheduling, community management, and more\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-audit.webp\",\"id\":2071,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Audits\",\"text\":\" This service involves reviewing the social media presence of the business and identifying areas of improvement. The audit includes analyzing the content, engagement, follower growth, and more, to develop a plan for improving the social media presence\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-creation-1.webp\",\"id\":2070,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Creation\",\"text\":\"Creating high-quality and engaging content is key to success on social media platforms. Our team of content creators can develop various types of content, including images, videos, infographics, and more, to keep your social media presence fresh\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58b12253\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4f4c5e61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2728c455\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"1ffbc967\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#CE8516\",\"button_background_hover_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12621,3197,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12624,3198,'_elementor_edit_mode','builder'),(12625,3198,'_elementor_template_type','wp-page'),(12626,3198,'_elementor_version','3.23.4'),(12627,3198,'_wp_page_template','elementor_header_footer'),(12628,3198,'_elementor_data','[{\"id\":\"33ddb2e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6730c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4c44d13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"22a80e1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"e6d7989\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4ef8cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4168bd7\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4c43b4dc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"253c4afa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"becdb8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b91f75f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>We help businesses create and implement social media strategies that align with their goals and objectives.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29429a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6d51e933\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"6f2a7478\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"eebaef1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1.webp\",\"id\":2382,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"590e0ee2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"555dadf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"787fc4e3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"57f5d4a2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9d8955e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6491f4c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3162,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"372892b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"10f052fa\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Social Media Marketing Services ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Social media marketing services Canada are a type of digital marketing that leverage the power of social media platforms to connect businesses with their target audience, build brand awareness, and ultimately drive conversions. Think of it as building a bridge between a brand and its ideal customers on platforms like Facebook, Instagram, Twitter, TikTok, and more.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"534412b0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efcb69e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29f32bc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2989607\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"43131c6a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"4ec127ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4f412238\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-strategy.webp\",\"id\":2069,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Strategy\",\"text\":\"Our team of experts will work with you to develop a comprehensive social media strategy that aligns with your business objectives. We\\u2019ll conduct a thorough analysis of your industry, competition, and target audience to identify the most effective social media platforms\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-manegment.webp\",\"id\":2072,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Management\",\"text\":\"Managing social media accounts can be time-consuming, but it\\u2019s crucial to stay active and engage with your audience regularly. Our team can handle all aspects of social media management, including content creation, scheduling, community management, and more\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-audit.webp\",\"id\":2071,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Audits\",\"text\":\" This service involves reviewing the social media presence of the business and identifying areas of improvement. The audit includes analyzing the content, engagement, follower growth, and more, to develop a plan for improving the social media presence\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-creation-1.webp\",\"id\":2070,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Creation\",\"text\":\"Creating high-quality and engaging content is key to success on social media platforms. Our team of content creators can develop various types of content, including images, videos, infographics, and more, to keep your social media presence fresh\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58b12253\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4f4c5e61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2728c455\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"1ffbc967\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#CE8516\",\"button_background_hover_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12629,3198,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12632,3199,'_elementor_edit_mode','builder'),(12633,3199,'_elementor_template_type','wp-page'),(12634,3199,'_elementor_version','3.23.4'),(12635,3199,'_wp_page_template','elementor_header_footer'),(12636,3199,'_elementor_data','[{\"id\":\"33ddb2e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-1024x576.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"e6730c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4c44d13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"22a80e1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"e6d7989\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4ef8cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4168bd7\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4c43b4dc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"253c4afa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"becdb8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b91f75f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>We help businesses create and implement social media strategies that align with their goals and objectives.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29429a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6d51e933\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"6f2a7478\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"eebaef1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1.webp\",\"id\":2382,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"590e0ee2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"555dadf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"787fc4e3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"57f5d4a2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9d8955e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6491f4c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3162,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"372892b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"10f052fa\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Social Media Marketing Services ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Social media marketing services Canada are a type of digital marketing that leverage the power of social media platforms to connect businesses with their target audience, build brand awareness, and ultimately drive conversions. Think of it as building a bridge between a brand and its ideal customers on platforms like Facebook, Instagram, Twitter, TikTok, and more.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"534412b0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efcb69e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29f32bc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2989607\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"43131c6a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"4ec127ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4f412238\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-strategy.webp\",\"id\":2069,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Strategy\",\"text\":\"Our team of experts will work with you to develop a comprehensive social media strategy that aligns with your business objectives. We\\u2019ll conduct a thorough analysis of your industry, competition, and target audience to identify the most effective social media platforms\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-manegment.webp\",\"id\":2072,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Management\",\"text\":\"Managing social media accounts can be time-consuming, but it\\u2019s crucial to stay active and engage with your audience regularly. Our team can handle all aspects of social media management, including content creation, scheduling, community management, and more\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-audit.webp\",\"id\":2071,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Audits\",\"text\":\" This service involves reviewing the social media presence of the business and identifying areas of improvement. The audit includes analyzing the content, engagement, follower growth, and more, to develop a plan for improving the social media presence\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-creation-1.webp\",\"id\":2070,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Creation\",\"text\":\"Creating high-quality and engaging content is key to success on social media platforms. Our team of content creators can develop various types of content, including images, videos, infographics, and more, to keep your social media presence fresh\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58b12253\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4f4c5e61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2728c455\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"1ffbc967\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#CE8516\",\"button_background_hover_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12637,3199,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12640,3200,'_elementor_edit_mode','builder'),(12641,3200,'_elementor_template_type','wp-page'),(12642,3200,'_elementor_version','3.23.4'),(12643,3200,'_wp_page_template','elementor_header_footer'),(12644,3200,'_elementor_data','[{\"id\":\"88edfd7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"background_image_tablet\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2520daf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"33e0a83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db879b6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"35afa24\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d6e04d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c4ccce\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3b38a92d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"43c24a8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"39acd6ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aaf9d9f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d6d40b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"7a5f05e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"55df462f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f5af737\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3.webp\",\"id\":2376,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5099cd31\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3a348f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"292d3642\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5f7631c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"778d5efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"674a64a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\",\"id\":3134,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1148c6e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4fdac5dd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Email Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Email marketing is a cost-effective and powerful way to reach your target audience and drive business growth. Email Marketing in Canada enables businesses to communicate with their customers directly and personalize their messaging to increase engagement and conversions.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"360a3df7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2073a2c8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"744d629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2da6ae5f\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"3c5ee873\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26dd2f21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2dbcff77\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-campaign-strategy.webp\",\"id\":2063,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Campaign Strategy\",\"text\":\"Our team of experts will work with you to develop a comprehensive email campaign strategy that aligns with your business objectives. We\\u2019ll identify the most effective email types\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-list-building.webp\",\"id\":2065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email List Building\",\"text\":\"Building a high-quality email list is essential for a successful email marketing campaign. Our team can help you build and grow your email list using various tactics, including lead magnets, sign-up forms, and more\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-design-development.webp\",\"id\":2064,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Design And Development\",\"text\":\"Creating visually appealing and engaging email templates is key to driving engagement and conversions. Our team of designers and developers can create custom email templates that align with your brand\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-Automation.webp\",\"id\":2062,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Automation\",\"text\":\"Automated email campaigns can save time and increase engagement by sending personalized messages based on user behavior or demographics. We can help you set up and manage  email automation campaigns \",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c605e2d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"89c0bf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d20e733\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a97ef9e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fe1ea6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bd60ecb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3135,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"67391f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"332f3bd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Email Marketing Is Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Email marketing Canada is an important tool for businesses to reach and engage with their target audience. Here are a few reasons why email marketing is crucial for the success of any business\\n\\n\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"aca393f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21483b7d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"5d858dc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a1a3f10\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"619f928\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12645,3200,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12648,3201,'_elementor_edit_mode','builder'),(12649,3201,'_elementor_template_type','wp-page'),(12650,3201,'_elementor_version','3.23.4'),(12651,3201,'_wp_page_template','elementor_header_footer'),(12652,3201,'_elementor_data','[{\"id\":\"88edfd7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"background_image_tablet\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2520daf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"33e0a83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db879b6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"35afa24\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d6e04d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c4ccce\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3b38a92d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"43c24a8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"39acd6ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aaf9d9f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d6d40b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"7a5f05e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"55df462f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f5af737\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3.webp\",\"id\":2376,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5099cd31\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3a348f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"292d3642\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5f7631c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"778d5efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"674a64a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\",\"id\":3134,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1148c6e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4fdac5dd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Email Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Email marketing is a cost-effective and powerful way to reach your target audience and drive business growth. Email Marketing in Canada enables businesses to communicate with their customers directly and personalize their messaging to increase engagement and conversions.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"360a3df7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2073a2c8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"744d629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2da6ae5f\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"3c5ee873\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26dd2f21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2dbcff77\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-campaign-strategy.webp\",\"id\":2063,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Campaign Strategy\",\"text\":\"Our team of experts will work with you to develop a comprehensive email campaign strategy that aligns with your business objectives. We\\u2019ll identify the most effective email types\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-list-building.webp\",\"id\":2065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email List Building\",\"text\":\"Building a high-quality email list is essential for a successful email marketing campaign. Our team can help you build and grow your email list using various tactics, including lead magnets, sign-up forms, and more\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-design-development.webp\",\"id\":2064,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Design And Development\",\"text\":\"Creating visually appealing and engaging email templates is key to driving engagement and conversions. Our team of designers and developers can create custom email templates that align with your brand\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-Automation.webp\",\"id\":2062,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Automation\",\"text\":\"Automated email campaigns can save time and increase engagement by sending personalized messages based on user behavior or demographics. We can help you set up and manage  email automation campaigns \",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c605e2d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"89c0bf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d20e733\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a97ef9e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fe1ea6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bd60ecb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3135,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"67391f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"332f3bd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Email Marketing Is Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Email marketing Canada is an important tool for businesses to reach and engage with their target audience. Here are a few reasons why email marketing is crucial for the success of any business\\n\\n\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"aca393f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21483b7d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"5d858dc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a1a3f10\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"619f928\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12653,3201,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12656,3202,'_elementor_edit_mode','builder'),(12657,3202,'_elementor_template_type','wp-page'),(12658,3202,'_elementor_version','3.23.4'),(12659,3202,'_wp_page_template','elementor_header_footer'),(12660,3202,'_elementor_data','[{\"id\":\"88edfd7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-1024x576.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"background_image_tablet\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2520daf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"33e0a83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"db879b6\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"35afa24\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d6e04d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c4ccce\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3b38a92d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"43c24a8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"39acd6ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aaf9d9f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d6d40b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"7a5f05e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"55df462f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f5af737\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3.webp\",\"id\":2376,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5099cd31\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3a348f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"292d3642\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5f7631c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"778d5efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"674a64a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\",\"id\":3134,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1148c6e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4fdac5dd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Email Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Email marketing is a cost-effective and powerful way to reach your target audience and drive business growth. Email Marketing in Canada enables businesses to communicate with their customers directly and personalize their messaging to increase engagement and conversions.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"360a3df7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2073a2c8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"744d629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2da6ae5f\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"3c5ee873\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"26dd2f21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2dbcff77\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-campaign-strategy.webp\",\"id\":2063,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Campaign Strategy\",\"text\":\"Our team of experts will work with you to develop a comprehensive email campaign strategy that aligns with your business objectives. We\\u2019ll identify the most effective email types\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-list-building.webp\",\"id\":2065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email List Building\",\"text\":\"Building a high-quality email list is essential for a successful email marketing campaign. Our team can help you build and grow your email list using various tactics, including lead magnets, sign-up forms, and more\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-design-development.webp\",\"id\":2064,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Design And Development\",\"text\":\"Creating visually appealing and engaging email templates is key to driving engagement and conversions. Our team of designers and developers can create custom email templates that align with your brand\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-Automation.webp\",\"id\":2062,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Automation\",\"text\":\"Automated email campaigns can save time and increase engagement by sending personalized messages based on user behavior or demographics. We can help you set up and manage  email automation campaigns \",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c605e2d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"89c0bf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d20e733\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a97ef9e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fe1ea6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bd60ecb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3135,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"67391f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"332f3bd\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Email Marketing Is Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Email marketing Canada is an important tool for businesses to reach and engage with their target audience. Here are a few reasons why email marketing is crucial for the success of any business\\n\\n\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"aca393f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21483b7d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"5d858dc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a1a3f10\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"619f928\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12661,3202,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12678,3204,'_elementor_edit_mode','builder'),(12679,3204,'_elementor_template_type','wp-page'),(12680,3204,'_elementor_version','3.23.4'),(12681,3204,'_wp_page_template','elementor_header_footer');
INSERT INTO `wpau_postmeta` VALUES (12682,3204,'_elementor_data','[{\"id\":\"d98d9f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/ppc-advertising-1-copy.webp\",\"id\":3152,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5209f8e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"5c27bba\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"090af06\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"787d72e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"0eb5465\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebad0a0\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"78f6bdfa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f386deb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1671590a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38faa637\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>If you\\u2019re looking for PPC services in Canada, it\\u2019s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.\\u00a0<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ae4dbbf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"417b7b82\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"85dfb1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f95057f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2.webp\",\"id\":2378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533d3fb6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"49c204c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72a494e0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4639e4d5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"486c3f0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7ad34b05\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3154,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f331b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1eec972e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is PPC Campaign Canada?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"PPC Campaign Canada is a form of digital marketing that involves placing ads on search engine results pages, social media platforms, and other relevant websites. Advertisers only pay when someone clicks on their ad, which means that PPC Advertising can be a cost-effective way to reach a specific target audience and generate more leads and sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5583ac01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7eb336a7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"139550b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"198aa7f9\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our  Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"37f7dfff\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"513a1597\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13d9d9d\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Increased-online-visibility.webp\",\"id\":2051,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Increased Online Visibility\",\"text\":\"Quickly get your business in front of potential customers who are actively searching for your products or services. By bidding on relevant keywords, your ads can appear on search engine results pages.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Cost-effective.webp\",\"id\":2050,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Cost<br> Effective\",\"text\":\"With PPC, you only pay when someone clicks on your ad, which means you\\u2019re not wasting money on impressions or clicks from people who aren\\u2019t interested in your business. \",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Measurable-result.webp\",\"id\":2048,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Measurable <br>Results\",\"text\":\"PPC advertising provides detailed data on how your campaigns are performing, including the number of clicks, impressions, and conversions. This data can help you optimize your campaigns\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/PPC-strategy-development.webp\",\"id\":2049,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"PPC Strategy Development\",\"text\":\"Develop a customized PPC Advertising strategy that is tailored to your business goals and target audience. Identify the best platforms to advertise on and target specific keywords\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ce68a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bd85a53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0ee829\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9e06fd8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d41c215\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1bf892a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3153,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9e28cca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"27c5854\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is PPC Advertising Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"PPC Management Canada is an important component of any digital marketing strategy because it allows businesses to reach their target audiences in a highly targeted and cost-effective way. With PPC Advertising, businesses can control their ad spend, target specific keywords and demographics, and track their ad performance in real-time.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"edbfe2a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19bff1a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4c23b5ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2be0194c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"ee35cbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12683,3204,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12686,3205,'_elementor_edit_mode','builder'),(12687,3205,'_elementor_template_type','wp-page'),(12688,3205,'_elementor_version','3.23.4'),(12689,3205,'_wp_page_template','elementor_header_footer'),(12690,3205,'_elementor_data','[{\"id\":\"d98d9f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/ppc-advertising-1-copy-1024x576.webp\",\"id\":3152,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5209f8e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"5c27bba\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"090af06\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"787d72e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"0eb5465\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebad0a0\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"78f6bdfa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f386deb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1671590a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38faa637\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>If you\\u2019re looking for PPC services in Canada, it\\u2019s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.\\u00a0<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ae4dbbf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"417b7b82\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"85dfb1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f95057f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2.webp\",\"id\":2378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533d3fb6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"49c204c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72a494e0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4639e4d5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"486c3f0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7ad34b05\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3154,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f331b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1eec972e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is PPC Campaign Canada?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"PPC Campaign Canada is a form of digital marketing that involves placing ads on search engine results pages, social media platforms, and other relevant websites. Advertisers only pay when someone clicks on their ad, which means that PPC Advertising can be a cost-effective way to reach a specific target audience and generate more leads and sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5583ac01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7eb336a7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"139550b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"198aa7f9\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our  Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"37f7dfff\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"513a1597\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13d9d9d\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Increased-online-visibility.webp\",\"id\":2051,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Increased Online Visibility\",\"text\":\"Quickly get your business in front of potential customers who are actively searching for your products or services. By bidding on relevant keywords, your ads can appear on search engine results pages.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Cost-effective.webp\",\"id\":2050,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Cost<br> Effective\",\"text\":\"With PPC, you only pay when someone clicks on your ad, which means you\\u2019re not wasting money on impressions or clicks from people who aren\\u2019t interested in your business. \",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Measurable-result.webp\",\"id\":2048,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Measurable <br>Results\",\"text\":\"PPC advertising provides detailed data on how your campaigns are performing, including the number of clicks, impressions, and conversions. This data can help you optimize your campaigns\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/PPC-strategy-development.webp\",\"id\":2049,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"PPC Strategy Development\",\"text\":\"Develop a customized PPC Advertising strategy that is tailored to your business goals and target audience. Identify the best platforms to advertise on and target specific keywords\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ce68a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bd85a53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0ee829\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9e06fd8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d41c215\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1bf892a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3153,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9e28cca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"27c5854\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is PPC Advertising Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"PPC Management Canada is an important component of any digital marketing strategy because it allows businesses to reach their target audiences in a highly targeted and cost-effective way. With PPC Advertising, businesses can control their ad spend, target specific keywords and demographics, and track their ad performance in real-time.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"edbfe2a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19bff1a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4c23b5ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2be0194c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"ee35cbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12691,3205,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12696,3206,'_elementor_edit_mode','builder'),(12697,3206,'_elementor_template_type','wp-page'),(12698,3206,'_elementor_version','3.23.4'),(12699,3206,'_wp_page_template','elementor_header_footer'),(12700,3206,'_elementor_data','[{\"id\":\"d98d9f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/ppc-advertising-1-copy-1024x576.webp\",\"id\":3152,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5209f8e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"5c27bba\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"090af06\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"787d72e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"0eb5465\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebad0a0\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"78f6bdfa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f386deb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1671590a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38faa637\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>If you\\u2019re looking for PPC services in Canada, it\\u2019s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.\\u00a0<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ae4dbbf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"417b7b82\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"85dfb1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f95057f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2.webp\",\"id\":2378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533d3fb6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"49c204c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72a494e0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4639e4d5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"486c3f0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7ad34b05\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3154,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f331b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1eec972e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is PPC Campaign Canada?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"PPC Campaign Canada is a form of digital marketing that involves placing ads on search engine results pages, social media platforms, and other relevant websites. Advertisers only pay when someone clicks on their ad, which means that PPC Advertising can be a cost-effective way to reach a specific target audience and generate more leads and sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5583ac01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7eb336a7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"139550b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"198aa7f9\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our  Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"37f7dfff\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"513a1597\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13d9d9d\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Increased-online-visibility.webp\",\"id\":2051,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Increased Online Visibility\",\"text\":\"Quickly get your business in front of potential customers who are actively searching for your products or services. By bidding on relevant keywords, your ads can appear on search engine results pages.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Cost-effective.webp\",\"id\":2050,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Cost<br> Effective\",\"text\":\"With PPC, you only pay when someone clicks on your ad, which means you\\u2019re not wasting money on impressions or clicks from people who aren\\u2019t interested in your business. \",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Measurable-result.webp\",\"id\":2048,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Measurable <br>Results\",\"text\":\"PPC advertising provides detailed data on how your campaigns are performing, including the number of clicks, impressions, and conversions. This data can help you optimize your campaigns\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/PPC-strategy-development.webp\",\"id\":2049,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"PPC Strategy Development\",\"text\":\"Develop a customized PPC Advertising strategy that is tailored to your business goals and target audience. Identify the best platforms to advertise on and target specific keywords\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ce68a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bd85a53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0ee829\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9e06fd8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d41c215\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1bf892a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3153,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9e28cca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"27c5854\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is PPC Advertising Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"PPC Management Canada is an important component of any digital marketing strategy because it allows businesses to reach their target audiences in a highly targeted and cost-effective way. With PPC Advertising, businesses can control their ad spend, target specific keywords and demographics, and track their ad performance in real-time.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"edbfe2a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19bff1a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4c23b5ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2be0194c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"ee35cbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12701,3206,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12704,3207,'_elementor_edit_mode','builder'),(12705,3207,'_elementor_template_type','wp-page'),(12706,3207,'_elementor_version','3.23.4'),(12707,3207,'_wp_page_template','elementor_header_footer'),(12708,3207,'_elementor_data','[{\"id\":\"d98d9f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/ppc-advertising-1-copy-1024x576.webp\",\"id\":3152,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5209f8e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"5c27bba\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"090af06\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"787d72e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"0eb5465\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebad0a0\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"78f6bdfa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f386deb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1671590a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38faa637\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>If you\\u2019re looking for PPC services in Canada, it\\u2019s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.\\u00a0<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ae4dbbf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"417b7b82\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"85dfb1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f95057f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2.webp\",\"id\":2378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533d3fb6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"49c204c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72a494e0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4639e4d5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"486c3f0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7ad34b05\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3154,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f331b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1eec972e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is PPC Campaign Canada?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"PPC Campaign Canada is a form of digital marketing that involves placing ads on search engine results pages, social media platforms, and other relevant websites. Advertisers only pay when someone clicks on their ad, which means that PPC Advertising can be a cost-effective way to reach a specific target audience and generate more leads and sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5583ac01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7eb336a7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"139550b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"198aa7f9\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our  Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"37f7dfff\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"513a1597\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13d9d9d\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Increased-online-visibility.webp\",\"id\":2051,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Increased Online Visibility\",\"text\":\"Quickly get your business in front of potential customers who are actively searching for your products or services. By bidding on relevant keywords, your ads can appear on search engine results pages.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Cost-effective.webp\",\"id\":2050,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Cost<br> Effective\",\"text\":\"With PPC, you only pay when someone clicks on your ad, which means you\\u2019re not wasting money on impressions or clicks from people who aren\\u2019t interested in your business. \",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Measurable-result.webp\",\"id\":2048,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Measurable <br>Results\",\"text\":\"PPC advertising provides detailed data on how your campaigns are performing, including the number of clicks, impressions, and conversions. This data can help you optimize your campaigns\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/PPC-strategy-development.webp\",\"id\":2049,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"PPC Strategy Development\",\"text\":\"Develop a customized PPC Advertising strategy that is tailored to your business goals and target audience. Identify the best platforms to advertise on and target specific keywords\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ce68a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bd85a53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0ee829\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9e06fd8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d41c215\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1bf892a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3153,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9e28cca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"27c5854\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is PPC Advertising Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"PPC Management Canada is an important component of any digital marketing strategy because it allows businesses to reach their target audiences in a highly targeted and cost-effective way. With PPC Advertising, businesses can control their ad spend, target specific keywords and demographics, and track their ad performance in real-time.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"edbfe2a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19bff1a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4c23b5ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2be0194c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"ee35cbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12709,3207,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12712,3208,'_elementor_edit_mode','builder'),(12713,3208,'_elementor_template_type','wp-page'),(12714,3208,'_elementor_version','3.23.4'),(12715,3208,'_wp_page_template','elementor_header_footer'),(12716,3208,'_elementor_data','[{\"id\":\"d98d9f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/ppc-advertising-1-copy-1024x576.webp\",\"id\":3152,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5209f8e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"5c27bba\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"090af06\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"787d72e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"0eb5465\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ebad0a0\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"78f6bdfa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f386deb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1671590a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38faa637\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>If you\\u2019re looking for PPC services in Canada, it\\u2019s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.\\u00a0<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ae4dbbf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"417b7b82\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"85dfb1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f95057f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2.webp\",\"id\":2378,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533d3fb6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"49c204c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72a494e0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4639e4d5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"486c3f0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7ad34b05\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3154,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f331b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1eec972e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is PPC Campaign Canada?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"PPC Campaign Canada is a form of digital marketing that involves placing ads on search engine results pages, social media platforms, and other relevant websites. Advertisers only pay when someone clicks on their ad, which means that PPC Advertising can be a cost-effective way to reach a specific target audience and generate more leads and sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5583ac01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7eb336a7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"139550b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"198aa7f9\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our  Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"37f7dfff\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"513a1597\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13d9d9d\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Increased-online-visibility.webp\",\"id\":2051,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Increased Online Visibility\",\"text\":\"Quickly get your business in front of potential customers who are actively searching for your products or services. By bidding on relevant keywords, your ads can appear on search engine results pages.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Cost-effective.webp\",\"id\":2050,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Cost<br> Effective\",\"text\":\"With PPC, you only pay when someone clicks on your ad, which means you\\u2019re not wasting money on impressions or clicks from people who aren\\u2019t interested in your business. \",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Measurable-result.webp\",\"id\":2048,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Measurable <br>Results\",\"text\":\"PPC advertising provides detailed data on how your campaigns are performing, including the number of clicks, impressions, and conversions. This data can help you optimize your campaigns\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/PPC-strategy-development.webp\",\"id\":2049,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"PPC Strategy Development\",\"text\":\"Develop a customized PPC Advertising strategy that is tailored to your business goals and target audience. Identify the best platforms to advertise on and target specific keywords\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ce68a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bd85a53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0ee829\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9e06fd8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d41c215\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1bf892a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3153,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9e28cca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"27c5854\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is PPC Advertising Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"PPC Management Canada is an important component of any digital marketing strategy because it allows businesses to reach their target audiences in a highly targeted and cost-effective way. With PPC Advertising, businesses can control their ad spend, target specific keywords and demographics, and track their ad performance in real-time.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"edbfe2a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19bff1a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"4c23b5ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2be0194c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"ee35cbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12717,3208,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12720,3209,'_elementor_edit_mode','builder'),(12721,3209,'_elementor_template_type','wp-page'),(12722,3209,'_elementor_version','3.23.4'),(12723,3209,'_wp_page_template','elementor_header_footer'),(12724,3209,'_elementor_data','[{\"id\":\"be3aa4e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"8885f45\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"beb99d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marekting\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d5e7302\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8cf61d7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"93767b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b8caa1\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29b5554c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"496991c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ec2cec7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b8299e2\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-element elementor-element-21386454 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"21386454\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unlocking the Power of Content Marketing Services In Canada<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-5e7a8595 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5e7a8595\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clients\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25881f73\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"192ae26a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"363d5378\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"d93d8d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3.webp\",\"id\":2384,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eb86d47\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1689647a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"10f355a6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e6df83\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"329a86d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d36f6a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3167,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51213cc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6e77af\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Content Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Content marketing is a strategic marketing approach that focuses on creating valuable, informative, and engaging content that is designed to attract and retain a specific target audience. Content marketing can take many forms, including blog posts, videos, social media updates, e-books, and more.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c1b4a77\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6746418\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2c9ecde2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7a134b10\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Content Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"68b8f167\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"10e0b097\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36386b0\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-promotion.webp\",\"id\":2041,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Promotion\",\"text\":\"We\\u2019ll promote your content on social media channels and other relevant platforms to help you reach a wider audience and drive more traffic to your website\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-analytics.webp\",\"id\":2038,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Analytics\",\"text\":\"We\\u2019ll provide you with detailed analytics reports that track the performance of your content. This will help you identify which types of content are resonating\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-creation.webp\",\"id\":2039,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Creation\",\"text\":\"Our team of experienced writers and content creators will develop high-quality, engaging content that is designed to attract and retain your target audience.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-optimization.webp\",\"id\":2040,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Optimization\",\"text\":\"We\\u2019ll help you optimize your content for search engines by incorporating relevant keywords and meta tags. This will help your content rank higher on search engine\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0864b98\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0cb58e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c21ac3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22333a6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7b10f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fbd498\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3168,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"183eabf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2844975\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is Content Marketing Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"In today\\u2019s digital world, content is king. By creating high-quality, engaging content that resonates with your target audience, you can build a strong online presence, establish yourself as an authority in your industry, and drive more traffic to your website. Effective content marketing can also help you generate more leads, increase your conversion rates, and boost your revenue.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0980867\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c82f1d8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"8f5ef1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3e0bbec8\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"64ddc4b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12725,3209,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12728,3210,'_elementor_edit_mode','builder'),(12729,3210,'_elementor_template_type','wp-page'),(12730,3210,'_elementor_version','3.23.4'),(12731,3210,'_wp_page_template','elementor_header_footer'),(12732,3210,'_elementor_data','[{\"id\":\"be3aa4e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"8885f45\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"beb99d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marekting\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d5e7302\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8cf61d7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"93767b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b8caa1\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29b5554c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"496991c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ec2cec7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b8299e2\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-element elementor-element-21386454 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"21386454\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unlocking the Power of Content Marketing Services In Canada<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-5e7a8595 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5e7a8595\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clients\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25881f73\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"192ae26a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"363d5378\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"d93d8d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3.webp\",\"id\":2384,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eb86d47\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1689647a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"10f355a6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e6df83\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"329a86d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d36f6a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3167,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51213cc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6e77af\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Content Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Content marketing is a strategic marketing approach that focuses on creating valuable, informative, and engaging content that is designed to attract and retain a specific target audience. Content marketing can take many forms, including blog posts, videos, social media updates, e-books, and more.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c1b4a77\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6746418\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2c9ecde2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7a134b10\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Content Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"68b8f167\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"10e0b097\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36386b0\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-promotion.webp\",\"id\":2041,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Promotion\",\"text\":\"We\\u2019ll promote your content on social media channels and other relevant platforms to help you reach a wider audience and drive more traffic to your website\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-analytics.webp\",\"id\":2038,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Analytics\",\"text\":\"We\\u2019ll provide you with detailed analytics reports that track the performance of your content. This will help you identify which types of content are resonating\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-creation.webp\",\"id\":2039,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Creation\",\"text\":\"Our team of experienced writers and content creators will develop high-quality, engaging content that is designed to attract and retain your target audience.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-optimization.webp\",\"id\":2040,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Optimization\",\"text\":\"We\\u2019ll help you optimize your content for search engines by incorporating relevant keywords and meta tags. This will help your content rank higher on search engine\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0864b98\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0cb58e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c21ac3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22333a6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7b10f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fbd498\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3168,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"183eabf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2844975\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is Content Marketing Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"In today\\u2019s digital world, content is king. By creating high-quality, engaging content that resonates with your target audience, you can build a strong online presence, establish yourself as an authority in your industry, and drive more traffic to your website. Effective content marketing can also help you generate more leads, increase your conversion rates, and boost your revenue.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0980867\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c82f1d8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"8f5ef1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3e0bbec8\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"64ddc4b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12733,3210,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12736,3211,'_elementor_edit_mode','builder'),(12737,3211,'_elementor_template_type','wp-page'),(12738,3211,'_elementor_version','3.23.4'),(12739,3211,'_wp_page_template','elementor_header_footer'),(12740,3211,'_elementor_data','[{\"id\":\"be3aa4e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"8885f45\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"beb99d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marekting\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d5e7302\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8cf61d7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"93767b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b8caa1\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29b5554c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"496991c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ec2cec7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b8299e2\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-element elementor-element-21386454 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"21386454\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unlocking the Power of Content Marketing Services In Canada<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-5e7a8595 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5e7a8595\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clients\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25881f73\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"192ae26a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"363d5378\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"d93d8d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3.webp\",\"id\":2384,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eb86d47\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1689647a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"10f355a6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e6df83\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"329a86d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d36f6a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3167,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51213cc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6e77af\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Content Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Content marketing is a strategic marketing approach that focuses on creating valuable, informative, and engaging content that is designed to attract and retain a specific target audience. Content marketing can take many forms, including blog posts, videos, social media updates, e-books, and more.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c1b4a77\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6746418\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2c9ecde2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7a134b10\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Content Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"68b8f167\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"10e0b097\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"36386b0\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-promotion.webp\",\"id\":2041,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Promotion\",\"text\":\"We\\u2019ll promote your content on social media channels and other relevant platforms to help you reach a wider audience and drive more traffic to your website\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-analytics.webp\",\"id\":2038,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Analytics\",\"text\":\"We\\u2019ll provide you with detailed analytics reports that track the performance of your content. This will help you identify which types of content are resonating\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-creation.webp\",\"id\":2039,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Creation\",\"text\":\"Our team of experienced writers and content creators will develop high-quality, engaging content that is designed to attract and retain your target audience.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-optimization.webp\",\"id\":2040,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Optimization\",\"text\":\"We\\u2019ll help you optimize your content for search engines by incorporating relevant keywords and meta tags. This will help your content rank higher on search engine\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0864b98\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0cb58e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c21ac3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22333a6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7b10f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fbd498\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\",\"id\":3168,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"183eabf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2844975\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Why Is Content Marketing Important?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"In today\\u2019s digital world, content is king. By creating high-quality, engaging content that resonates with your target audience, you can build a strong online presence, establish yourself as an authority in your industry, and drive more traffic to your website. Effective content marketing can also help you generate more leads, increase your conversion rates, and boost your revenue.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0980867\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c82f1d8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"8f5ef1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3e0bbec8\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"64ddc4b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12741,3211,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12748,3212,'_elementor_edit_mode','builder'),(12749,3212,'_elementor_template_type','wp-page'),(12750,3212,'_elementor_version','3.23.4'),(12751,3212,'_wp_page_template','elementor_header_footer'),(12752,3212,'_elementor_data','[{\"id\":\"e006acd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"75c98c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"e51196e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a05691a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"434e5da\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c5dbe7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0448794\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"67a70bd7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"608c1ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1a2afc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46ceb73b\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>A wide range of skills and disciplines<\\/p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. That\\u2019s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52263f86\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"46602773\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"4a47b332\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"40126736\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"53960024\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b92ac8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2.webp\",\"id\":2383,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5fe2bee8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"10dbe48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"63145e11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"781d698a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"238ebc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dce0522\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy.webp\",\"id\":1929,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6737e1e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1023c6b1\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Web Development ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Web development refers to the process of creating websites and web applications that are accessible on the internet. It involves a range of technical skills and knowledge, including coding, web design, server management, database management, and software development.\\n\\n Web development is an essential component of modern business and communication, as it allows businesses and individuals to create an online presence and connect with others around the world. From e-commerce websites that enable online shopping to social networking platforms that connect people with similar interests, web development has transformed the way we interact with each other and the world around us.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d0b552c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e70b75b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"5b90825e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab9a38\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Web Development Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"462cebaf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"28de8b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f424e86\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Mobile-app-development.webp\",\"id\":2033,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Mobile App Development\",\"text\":\"We offer mobile app development services for businesses that want to expand their reach and connect with their customers on mobile devices. We\\u2019ll create a mobile app that is user-friendly and visually appealing\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Custom-web-application.webp\",\"id\":2031,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Custom Web Applications\",\"text\":\"Our custom web application development services are designed to help businesses streamline their processes and improve efficiency. We\\u2019ll work with you to identify your business needs and develop a custom web application that meets those needs.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ecommerce-development.webp\",\"id\":2032,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"E-Commerce Development\",\"text\":\"Our e-commerce development services are designed to help businesses of all sizes sell products and services online. We\\u2019ll create an e-commerce website that is easy to navigate, secure, and optimized for search engines.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Website-development.webp\",\"id\":2034,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Website Design And Development\",\"text\":\"We offer custom website design and development services to meet the unique needs of each of our clients. Our team of experienced web developers will work with you to create a website that is visually appealing and user-friendly\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50481ea4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"55aba806\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5cb84b18\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"34d3aff1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12753,3212,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12756,3213,'_elementor_edit_mode','builder'),(12757,3213,'_elementor_template_type','wp-page'),(12758,3213,'_elementor_version','3.23.4'),(12759,3213,'_wp_page_template','elementor_header_footer'),(12760,3213,'_elementor_data','[{\"id\":\"e006acd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"75c98c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"e51196e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a05691a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"434e5da\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c5dbe7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0448794\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"67a70bd7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"608c1ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1a2afc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46ceb73b\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>A wide range of skills and disciplines<\\/p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. That\\u2019s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52263f86\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"46602773\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"4a47b332\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"40126736\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"53960024\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b92ac8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2.webp\",\"id\":2383,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5fe2bee8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"10dbe48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"63145e11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"781d698a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"238ebc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dce0522\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy.webp\",\"id\":1929,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6737e1e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1023c6b1\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Web Development ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Web development refers to the process of creating websites and web applications that are accessible on the internet. It involves a range of technical skills and knowledge, including coding, web design, server management, database management, and software development.\\n\\n Web development is an essential component of modern business and communication, as it allows businesses and individuals to create an online presence and connect with others around the world. From e-commerce websites that enable online shopping to social networking platforms that connect people with similar interests, web development has transformed the way we interact with each other and the world around us.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d0b552c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e70b75b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"5b90825e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab9a38\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Web Development Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"462cebaf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"28de8b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f424e86\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Mobile-app-development.webp\",\"id\":2033,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Mobile App Development\",\"text\":\"We offer mobile app development services for businesses that want to expand their reach and connect with their customers on mobile devices. We\\u2019ll create a mobile app that is user-friendly and visually appealing\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Custom-web-application.webp\",\"id\":2031,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Custom Web Applications\",\"text\":\"Our custom web application development services are designed to help businesses streamline their processes and improve efficiency. We\\u2019ll work with you to identify your business needs and develop a custom web application that meets those needs.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ecommerce-development.webp\",\"id\":2032,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"E-Commerce Development\",\"text\":\"Our e-commerce development services are designed to help businesses of all sizes sell products and services online. We\\u2019ll create an e-commerce website that is easy to navigate, secure, and optimized for search engines.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Website-development.webp\",\"id\":2034,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Website Design And Development\",\"text\":\"We offer custom website design and development services to meet the unique needs of each of our clients. Our team of experienced web developers will work with you to create a website that is visually appealing and user-friendly\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50481ea4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"55aba806\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5cb84b18\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"34d3aff1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12761,3213,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12764,3214,'_elementor_edit_mode','builder'),(12765,3214,'_elementor_template_type','wp-page'),(12766,3214,'_elementor_version','3.23.4'),(12767,3214,'_wp_page_template','elementor_header_footer'),(12768,3214,'_elementor_data','[{\"id\":\"e006acd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-1024x576.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"75c98c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"e51196e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a05691a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"434e5da\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c5dbe7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0448794\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"67a70bd7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"608c1ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1a2afc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46ceb73b\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>A wide range of skills and disciplines<\\/p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. That\\u2019s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52263f86\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"46602773\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"4a47b332\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"40126736\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"53960024\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b92ac8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2.webp\",\"id\":2383,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5fe2bee8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"10dbe48b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"63145e11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"781d698a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"238ebc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dce0522\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy.webp\",\"id\":1929,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6737e1e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1023c6b1\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Web Development ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Web development refers to the process of creating websites and web applications that are accessible on the internet. It involves a range of technical skills and knowledge, including coding, web design, server management, database management, and software development.\\n\\n Web development is an essential component of modern business and communication, as it allows businesses and individuals to create an online presence and connect with others around the world. From e-commerce websites that enable online shopping to social networking platforms that connect people with similar interests, web development has transformed the way we interact with each other and the world around us.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d0b552c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e70b75b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"5b90825e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab9a38\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Web Development Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"462cebaf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"28de8b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f424e86\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Mobile-app-development.webp\",\"id\":2033,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Mobile App Development\",\"text\":\"We offer mobile app development services for businesses that want to expand their reach and connect with their customers on mobile devices. We\\u2019ll create a mobile app that is user-friendly and visually appealing\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Custom-web-application.webp\",\"id\":2031,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Custom Web Applications\",\"text\":\"Our custom web application development services are designed to help businesses streamline their processes and improve efficiency. We\\u2019ll work with you to identify your business needs and develop a custom web application that meets those needs.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ecommerce-development.webp\",\"id\":2032,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"E-Commerce Development\",\"text\":\"Our e-commerce development services are designed to help businesses of all sizes sell products and services online. We\\u2019ll create an e-commerce website that is easy to navigate, secure, and optimized for search engines.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Website-development.webp\",\"id\":2034,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Website Design And Development\",\"text\":\"We offer custom website design and development services to meet the unique needs of each of our clients. Our team of experienced web developers will work with you to create a website that is visually appealing and user-friendly\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50481ea4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"55aba806\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5cb84b18\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"34d3aff1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12769,3214,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12772,3215,'_elementor_edit_mode','builder'),(12773,3215,'_elementor_template_type','wp-page'),(12774,3215,'_elementor_version','3.23.4'),(12775,3215,'_wp_page_template','elementor_header_footer'),(12776,3215,'_elementor_data','[{\"id\":\"228cfbc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"ab73353\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"0934b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"108e370\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"409a17c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"a37fb9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378a819\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2229778d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"548ebe22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"38a596a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4b53b7\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unleash explosive growth with our\\u00a0<span data-sheets-root=\\\"1\\\" data-sheets-value=\\\"{&quot;1&quot;:2,&quot;2&quot;:&quot;best digital marketing agency canada&quot;}\\\" data-sheets-userformat=\\\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\\\">best digital marketing agency Canada<\\/span><\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-fe8e4a0 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"fe8e4a0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Digital marketing has become increasingly important in today\\u2019s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"558ba4c9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"29ee6906\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"5c3950\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"57c22d3d\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"2839569f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d28311b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy.webp\",\"id\":3180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25a0677\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"74331874\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4447ef85\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22be1d04\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4d836d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"16954510\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3181,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f1ab3a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4fc49dc0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Digital Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in today\\u2019s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15a99cc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5bb777\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"596f160a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"125a3aca\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"5a46858f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"6aefbdd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e25838a\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-2.webp\",\"id\":2027,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Search Engine Optimization (SEO)\",\"text\":\"SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-marketing-icon.webp\",\"id\":2467,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Marketing\",\"text\":\"Content marketing involves creating and sharing valuable content to attract and engage a target audience, build brand authority, and drive profitable customer actions.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-marketing-2.webp\",\"id\":2026,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Marketing\",\"text\":\"Social media marketing involves using social media platforms, such as Facebook, Twitter, etc to promote a brand or product.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/email-marketing-2.webp\",\"id\":2025,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Marketing\",\"text\":\"Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74cbad91\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"236f6f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d239d4a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"64276cf5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12777,3215,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12780,3216,'_elementor_edit_mode','builder'),(12781,3216,'_elementor_template_type','wp-page'),(12782,3216,'_elementor_version','3.23.4'),(12783,3216,'_wp_page_template','elementor_header_footer'),(12784,3216,'_elementor_data','[{\"id\":\"228cfbc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"ab73353\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"0934b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"108e370\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"409a17c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"a37fb9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378a819\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2229778d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"548ebe22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"38a596a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4b53b7\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unleash explosive growth with our\\u00a0<span data-sheets-root=\\\"1\\\" data-sheets-value=\\\"{&quot;1&quot;:2,&quot;2&quot;:&quot;best digital marketing agency canada&quot;}\\\" data-sheets-userformat=\\\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\\\">best digital marketing agency Canada<\\/span><\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-fe8e4a0 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"fe8e4a0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Digital marketing has become increasingly important in today\\u2019s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"558ba4c9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"29ee6906\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"5c3950\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"57c22d3d\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"2839569f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d28311b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy.webp\",\"id\":3180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25a0677\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"74331874\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4447ef85\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22be1d04\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4d836d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"16954510\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3181,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f1ab3a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4fc49dc0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Digital Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in today\\u2019s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15a99cc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5bb777\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"596f160a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"125a3aca\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"5a46858f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"6aefbdd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e25838a\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-2.webp\",\"id\":2027,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Search Engine Optimization (SEO)\",\"text\":\"SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-marketing-icon.webp\",\"id\":2467,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Marketing\",\"text\":\"Content marketing involves creating and sharing valuable content to attract and engage a target audience, build brand authority, and drive profitable customer actions.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-marketing-2.webp\",\"id\":2026,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Marketing\",\"text\":\"Social media marketing involves using social media platforms, such as Facebook, Twitter, etc to promote a brand or product.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/email-marketing-2.webp\",\"id\":2025,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Marketing\",\"text\":\"Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74cbad91\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"236f6f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d239d4a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"64276cf5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12785,3216,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12788,3217,'_elementor_edit_mode','builder'),(12789,3217,'_elementor_template_type','wp-page'),(12790,3217,'_elementor_version','3.23.4'),(12791,3217,'_wp_page_template','elementor_header_footer'),(12792,3217,'_elementor_data','[{\"id\":\"228cfbc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"ab73353\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"0934b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"108e370\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"409a17c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"a37fb9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378a819\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2229778d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"548ebe22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"38a596a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our qualified team will take care of every detail of your project\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4b53b7\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unleash explosive growth with our\\u00a0<span data-sheets-root=\\\"1\\\" data-sheets-value=\\\"{&quot;1&quot;:2,&quot;2&quot;:&quot;best digital marketing agency canada&quot;}\\\" data-sheets-userformat=\\\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\\\">best digital marketing agency Canada<\\/span><\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-fe8e4a0 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"fe8e4a0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Digital marketing has become increasingly important in today\\u2019s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.<\\/p><\\/div><\\/div>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"558ba4c9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"29ee6906\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"5c3950\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"57c22d3d\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"animation\":\"fadeIn\",\"animation_delay\":1200},\"elements\":[{\"id\":\"2839569f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d28311b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy.webp\",\"id\":3180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25a0677\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"74331874\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4447ef85\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22be1d04\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4d836d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"16954510\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\",\"id\":3181,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f1ab3a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4fc49dc0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Digital Marketing?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in today\\u2019s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15a99cc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5bb777\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"596f160a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"125a3aca\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Digital Marketing Services\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"5a46858f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"6aefbdd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e25838a\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo-2.webp\",\"id\":2027,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Search Engine Optimization (SEO)\",\"text\":\"SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-marketing-icon.webp\",\"id\":2467,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Content Marketing\",\"text\":\"Content marketing involves creating and sharing valuable content to attract and engage a target audience, build brand authority, and drive profitable customer actions.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-marketing-2.webp\",\"id\":2026,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Social Media Marketing\",\"text\":\"Social media marketing involves using social media platforms, such as Facebook, Twitter, etc to promote a brand or product.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/email-marketing-2.webp\",\"id\":2025,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Email Marketing\",\"text\":\"Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74cbad91\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"236f6f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d239d4a\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"64276cf5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12793,3217,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12858,3224,'_wp_attached_file','2024/09/Our-Services-copy.webp'),(12859,3224,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2024/09/Our-Services-copy.webp\";s:8:\"filesize\";i:50974;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Our-Services-copy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29160;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Our-Services-copy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:197898;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Our-Services-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15330;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Our-Services-copy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128572;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Our-Services-copy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:353772;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:31:\"Our-Services-copy-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:269678;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:30:\"Our-Services-copy-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104232;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:30:\"Our-Services-copy-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:195340;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:30:\"Our-Services-copy-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:152696;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:30:\"Our-Services-copy-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103634;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:31:\"Our-Services-copy-1067x600.webp\";s:5:\"width\";i:1067;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:212316;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:29:\"Our-Services-copy-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8270;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:30:\"Our-Services-copy-496x279.webp\";s:5:\"width\";i:496;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66150;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12868,3226,'_elementor_edit_mode','builder'),(12869,3226,'_elementor_template_type','wp-page'),(12870,3226,'_elementor_version','3.23.4'),(12871,3226,'_wp_page_template','elementor_header_footer'),(12872,3226,'_elementor_data','[{\"id\":\"194e979\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Our-Services.webp\",\"id\":2778,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"c423e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7d3efb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b23a1c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c45c10f\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-2.jpg\",\"id\":2300,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"large\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"3b4c46c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"css_classes\":\".custom-column\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"28b381a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_color\":\"#00000000\"},\"elements\":[{\"id\":\"3372744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"73b864d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ae6a07\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8db19d0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Our real estate lead generation and digital marketing services help real estate agents and brokers to increase their online presence, generate leads, and grow their business. We use a variety of digital marketing techniques, including SEO, PPC advertising, and social media marketing, to reach and engage with potential clients.\\n\\nFollowing are the services we provide\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_subtitle_typography_font_weight\":\"400\",\"houzez_section_subtitle_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"340b058\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1926ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"028a9c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2c44166\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29c5000\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cd97699\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"01e177c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"3b1c5fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/digital-marketing.webp\",\"id\":1762,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"33f5201\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f854c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da4473a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c329284\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8a6d572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/web-development.webp\",\"id\":1768,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2e1d2ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73044da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d05eab1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ebd299\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"9cdd7a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"acaaceb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Content-marketing-2.webp\",\"id\":2134,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60900ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31cfa7f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ce2ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"b1bc6f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"fd8caef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/seo.webp\",\"id\":1766,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"066f149\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9925aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d06458\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"80e6e88\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"efd3780\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ddd2756\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d197ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ab92f9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"29f43db\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"ad9be5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"1985ab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Social-media.webp\",\"id\":2133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc12a1e\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96fec8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6345926\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"b0c224f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a89b4cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"361a205\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7159c9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89fa225\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"3bc7d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8907727\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"9226f64\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12873,3226,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12876,3227,'_elementor_edit_mode','builder'),(12877,3227,'_elementor_template_type','wp-page'),(12878,3227,'_elementor_version','3.23.4'),(12879,3227,'_wp_page_template','elementor_header_footer'),(12880,3227,'_elementor_data','[{\"id\":\"194e979\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Our-Services-copy.webp\",\"id\":3224,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"c423e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7d3efb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b23a1c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c45c10f\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-2.jpg\",\"id\":2300,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"large\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"3b4c46c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"css_classes\":\".custom-column\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"28b381a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_color\":\"#00000000\"},\"elements\":[{\"id\":\"3372744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"73b864d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ae6a07\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8db19d0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Our real estate lead generation and digital marketing services help real estate agents and brokers to increase their online presence, generate leads, and grow their business. We use a variety of digital marketing techniques, including SEO, PPC advertising, and social media marketing, to reach and engage with potential clients.\\n\\nFollowing are the services we provide\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_subtitle_typography_font_weight\":\"400\",\"houzez_section_subtitle_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"340b058\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1926ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"028a9c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2c44166\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29c5000\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cd97699\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"01e177c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"3b1c5fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"33f5201\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f854c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da4473a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c329284\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8a6d572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2e1d2ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73044da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d05eab1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ebd299\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"9cdd7a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"acaaceb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60900ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31cfa7f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ce2ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"b1bc6f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"fd8caef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"066f149\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9925aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d06458\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"80e6e88\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"efd3780\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ddd2756\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d197ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ab92f9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"29f43db\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"ad9be5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"1985ab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc12a1e\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96fec8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6345926\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"b0c224f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a89b4cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"361a205\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7159c9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89fa225\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"3bc7d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8907727\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"9226f64\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12881,3227,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12884,3228,'_wp_attached_file','2024/09/contact-1.webp'),(12885,3228,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:22:\"2024/09/contact-1.webp\";s:8:\"filesize\";i:44120;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"contact-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30442;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"contact-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:174144;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"contact-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13556;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"contact-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116424;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:23:\"contact-1-1170x785.webp\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:209668;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:22:\"contact-1-592x444.webp\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83426;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:22:\"contact-1-780x780.webp\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136302;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:22:\"contact-1-758x564.webp\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117100;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:22:\"contact-1-584x438.webp\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82214;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:22:\"contact-1-900x600.webp\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147168;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:21:\"contact-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8018;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:22:\"contact-1-496x331.webp\";s:5:\"width\";i:496;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62848;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12895,3230,'_wp_page_template','template/template-homepage.php'),(12896,3230,'_elementor_edit_mode','builder'),(12897,3230,'_elementor_template_type','wp-page'),(12898,3230,'_elementor_version','3.23.4'),(12899,3230,'_elementor_data','[{\"id\":\"b80851c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-14.jpg\",\"id\":1560},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"10cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8dedb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d6bdcae\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78571c51\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"fb82865\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8aef63\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Fill out this form and one of our agents will be in touch with you soon<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3a12e7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#FFFFFF00\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFF\",\"labelSublabelColor\":\"#00000000\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#FFFFFF00\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFF\\\",\\\"labelSublabelColor\\\":\\\"#00000000\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81.3949999999999960209606797434389591217041015625},\"_flex_size\":\"none\",\"__globals__\":{\"buttonBackgroundColor\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true},{\"id\":\"cf3f003\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"63557a15\",\"elType\":\"container\",\"settings\":{\"_flex_align_self\":\"center\",\"min_height\":{\"unit\":\"px\",\"size\":692,\"sizes\":[]}},\"elements\":[{\"id\":\"65241c2b\",\"elType\":\"widget\",\"settings\":{\"address\":\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\",\"height\":{\"unit\":\"px\",\"size\":699,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43386e8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bd5a267\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"7f41aa7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"Call\",\"description_text\":\"(888) 876-1054\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"tel:(888) 876-1054\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"9972668\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"3283224\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Email\",\"description_text\":\"info@point2listing.ca\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"mailto:info@point2listings.ca\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2991867\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"fdeaeff\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Address\",\"description_text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(12900,3230,'_elementor_controls_usage','a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:3;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:7:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;s:23:\"shape_divider_top_color\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_radius\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}}}s:22:\"houzez_elementor_space\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:1;s:39:\"section_subtitle_typography_font_family\";i:1;s:37:\"section_subtitle_typography_font_size\";i:1;s:42:\"section_subtitle_typography_letter_spacing\";i:1;s:24:\"homey_main_title_spacing\";i:1;s:22:\"homey_subtitle_spacing\";i:1;s:34:\"houzez_section_title_margin_bottom\";i:1;s:35:\"section_title_typography_typography\";i:1;s:36:\"section_title_typography_font_family\";i:1;s:34:\"section_title_typography_font_size\";i:1;s:36:\"section_title_typography_font_weight\";i:1;s:36:\"section_title_typography_line_height\";i:1;s:39:\"section_title_typography_letter_spacing\";i:1;s:26:\"houzez_section_title_color\";i:1;s:29:\"houzez_section_subtitle_color\";i:1;s:26:\"houzez_section_title_align\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:19:\"hz_section_subtitle\";i:1;}}}}s:29:\"houzez_elementor_inquiry_form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:7:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:14:\"gdpr_agreement\";i:1;s:10:\"gdpr_label\";i:1;s:9:\"gdpr_text\";i:1;s:13:\"gdpr_required\";i:1;s:20:\"con_google_recaptcha\";i:1;}s:21:\"section_submit_button\";a:1:{s:11:\"button_size\";i:1;}s:22:\"section_email_settings\";a:1:{s:13:\"email_subject\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_field_style\";a:7:{s:18:\"field_border_width\";i:1;s:16:\"field_text_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:26:\"field_typography_font_size\";i:1;s:28:\"field_typography_font_weight\";i:1;s:28:\"field_typography_line_height\";i:1;}s:18:\"section_form_style\";a:5:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:28:\"label_typography_line_height\";i:1;}s:20:\"section_button_style\";a:7:{s:23:\"button_background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:1:{s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:9:{s:10:\"text_align\";i:3;s:26:\"content_vertical_alignment\";i:3;s:18:\"title_bottom_space\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:31:\"title_typography_letter_spacing\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;}}}}}'),(12901,3230,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12904,3231,'_wp_page_template','template/template-homepage.php'),(12905,3231,'_elementor_edit_mode','builder'),(12906,3231,'_elementor_template_type','wp-page'),(12907,3231,'_elementor_version','3.23.4'),(12908,3231,'_elementor_data','[{\"id\":\"b80851c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/contact-1.webp\",\"id\":3228,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"10cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8dedb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d6bdcae\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78571c51\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"fb82865\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8aef63\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Fill out this form and one of our agents will be in touch with you soon<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3a12e7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#FFFFFF00\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFF\",\"labelSublabelColor\":\"#00000000\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#FFFFFF00\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFF\\\",\\\"labelSublabelColor\\\":\\\"#00000000\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81.3949999999999960209606797434389591217041015625},\"_flex_size\":\"none\",\"__globals__\":{\"buttonBackgroundColor\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true},{\"id\":\"cf3f003\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"63557a15\",\"elType\":\"container\",\"settings\":{\"_flex_align_self\":\"center\",\"min_height\":{\"unit\":\"px\",\"size\":692,\"sizes\":[]}},\"elements\":[{\"id\":\"65241c2b\",\"elType\":\"widget\",\"settings\":{\"address\":\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\",\"height\":{\"unit\":\"px\",\"size\":699,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43386e8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bd5a267\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"7f41aa7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"Call\",\"description_text\":\"(888) 876-1054\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"tel:(888) 876-1054\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"9972668\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"3283224\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Email\",\"description_text\":\"info@point2listing.ca\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"mailto:info@point2listings.ca\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2991867\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"fdeaeff\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Address\",\"description_text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(12909,3231,'_elementor_controls_usage','a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:3;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:7:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;s:23:\"shape_divider_top_color\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_radius\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}}}s:22:\"houzez_elementor_space\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:1;s:39:\"section_subtitle_typography_font_family\";i:1;s:37:\"section_subtitle_typography_font_size\";i:1;s:42:\"section_subtitle_typography_letter_spacing\";i:1;s:24:\"homey_main_title_spacing\";i:1;s:22:\"homey_subtitle_spacing\";i:1;s:34:\"houzez_section_title_margin_bottom\";i:1;s:35:\"section_title_typography_typography\";i:1;s:36:\"section_title_typography_font_family\";i:1;s:34:\"section_title_typography_font_size\";i:1;s:36:\"section_title_typography_font_weight\";i:1;s:36:\"section_title_typography_line_height\";i:1;s:39:\"section_title_typography_letter_spacing\";i:1;s:26:\"houzez_section_title_color\";i:1;s:29:\"houzez_section_subtitle_color\";i:1;s:26:\"houzez_section_title_align\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:19:\"hz_section_subtitle\";i:1;}}}}s:29:\"houzez_elementor_inquiry_form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:7:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:14:\"gdpr_agreement\";i:1;s:10:\"gdpr_label\";i:1;s:9:\"gdpr_text\";i:1;s:13:\"gdpr_required\";i:1;s:20:\"con_google_recaptcha\";i:1;}s:21:\"section_submit_button\";a:1:{s:11:\"button_size\";i:1;}s:22:\"section_email_settings\";a:1:{s:13:\"email_subject\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_field_style\";a:7:{s:18:\"field_border_width\";i:1;s:16:\"field_text_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:26:\"field_typography_font_size\";i:1;s:28:\"field_typography_font_weight\";i:1;s:28:\"field_typography_line_height\";i:1;}s:18:\"section_form_style\";a:5:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:28:\"label_typography_line_height\";i:1;}s:20:\"section_button_style\";a:7:{s:23:\"button_background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:1:{s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:9:{s:10:\"text_align\";i:3;s:26:\"content_vertical_alignment\";i:3;s:18:\"title_bottom_space\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:31:\"title_typography_letter_spacing\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;}}}}}'),(12910,3231,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12917,3232,'_elementor_edit_mode','builder'),(12918,3232,'_elementor_template_type','wp-page'),(12919,3232,'_elementor_version','3.23.4'),(12920,3232,'_wp_page_template','elementor_header_footer'),(12921,3232,'_elementor_data','[{\"id\":\"194e979\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Our-Services-copy.webp\",\"id\":3224,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"c423e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7d3efb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b23a1c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c45c10f\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-2.jpg\",\"id\":2300,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"large\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"3b4c46c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"css_classes\":\".custom-column\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"28b381a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_color\":\"#00000000\"},\"elements\":[{\"id\":\"3372744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"73b864d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ae6a07\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8db19d0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Our real estate lead generation and digital marketing services help real estate agents and brokers to increase their online presence, generate leads, and grow their business. We use a variety of digital marketing techniques, including SEO, PPC advertising, and social media marketing, to reach and engage with potential clients.\\n\\nFollowing are the services we provide\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_subtitle_typography_font_weight\":\"400\",\"houzez_section_subtitle_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"340b058\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1926ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"028a9c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2c44166\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29c5000\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cd97699\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"01e177c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"3b1c5fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"33f5201\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f854c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da4473a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c329284\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8a6d572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2e1d2ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73044da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d05eab1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ebd299\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"9cdd7a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"acaaceb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60900ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31cfa7f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ce2ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"b1bc6f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"fd8caef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"066f149\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9925aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d06458\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"80e6e88\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"efd3780\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ddd2756\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d197ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ab92f9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"29f43db\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"ad9be5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"1985ab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc12a1e\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96fec8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6345926\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"b0c224f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a89b4cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"361a205\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7159c9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89fa225\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"3bc7d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8907727\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"9226f64\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12922,3232,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12925,3233,'_elementor_edit_mode','builder'),(12926,3233,'_elementor_template_type','wp-page'),(12927,3233,'_elementor_version','3.23.4'),(12928,3233,'_wp_page_template','elementor_header_footer'),(12929,3233,'_elementor_data','[{\"id\":\"194e979\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Our-Services-copy.webp\",\"id\":3224,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"c423e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7d3efb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b23a1c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c45c10f\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-2.jpg\",\"id\":2300,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"large\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"3b4c46c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"css_classes\":\".custom-column\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"28b381a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_color\":\"#00000000\"},\"elements\":[{\"id\":\"3372744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"73b864d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ae6a07\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8db19d0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Our real estate lead generation and digital marketing services help real estate agents and brokers to increase their online presence, generate leads, and grow their business. We use a variety of digital marketing techniques, including SEO, PPC advertising, and social media marketing, to reach and engage with potential clients.\\n\\nFollowing are the services we provide\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_subtitle_typography_font_weight\":\"400\",\"houzez_section_subtitle_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"340b058\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1926ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"028a9c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2c44166\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29c5000\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cd97699\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"01e177c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"3b1c5fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"33f5201\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f854c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da4473a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c329284\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8a6d572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2e1d2ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73044da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d05eab1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ebd299\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"9cdd7a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"acaaceb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60900ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31cfa7f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ce2ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"b1bc6f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"fd8caef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"066f149\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9925aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d06458\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"80e6e88\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"efd3780\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ddd2756\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d197ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ab92f9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"29f43db\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"ad9be5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"1985ab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc12a1e\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96fec8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6345926\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"b0c224f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a89b4cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"361a205\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7159c9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89fa225\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"3bc7d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8907727\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"9226f64\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12930,3233,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12933,3234,'_elementor_edit_mode','builder'),(12934,3234,'_elementor_template_type','wp-page'),(12935,3234,'_elementor_version','3.23.4'),(12936,3234,'_wp_page_template','elementor_header_footer'),(12937,3234,'_elementor_data','[{\"id\":\"194e979\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Our-Services-copy-1024x576.webp\",\"id\":3224,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"c423e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7d3efb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b23a1c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c45c10f\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-2.jpg\",\"id\":2300,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"large\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"3b4c46c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"css_classes\":\".custom-column\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"28b381a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_color\":\"#00000000\"},\"elements\":[{\"id\":\"3372744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"73b864d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ae6a07\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8db19d0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Our real estate lead generation and digital marketing services help real estate agents and brokers to increase their online presence, generate leads, and grow their business. We use a variety of digital marketing techniques, including SEO, PPC advertising, and social media marketing, to reach and engage with potential clients.\\n\\nFollowing are the services we provide\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_subtitle_typography_font_weight\":\"400\",\"houzez_section_subtitle_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"340b058\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1926ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"028a9c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2c44166\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29c5000\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cd97699\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"01e177c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"3b1c5fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"33f5201\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f854c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da4473a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c329284\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8a6d572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2e1d2ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73044da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d05eab1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ebd299\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"9cdd7a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"acaaceb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60900ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31cfa7f\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ce2ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"b1bc6f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"fd8caef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"066f149\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9925aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d06458\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"80e6e88\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"efd3780\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ddd2756\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d197ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ab92f9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"29f43db\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"ad9be5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"1985ab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f794\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc12a1e\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a96fec8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6345926\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"b0c224f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a89b4cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"361a205\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7159c9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89fa225\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"3bc7d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8907727\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"9226f64\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12938,3234,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12941,3235,'_wp_page_template','template/template-homepage.php'),(12942,3235,'_elementor_edit_mode','builder'),(12943,3235,'_elementor_template_type','wp-page'),(12944,3235,'_elementor_version','3.23.4'),(12945,3235,'_elementor_data','[{\"id\":\"b80851c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/contact-1.webp\",\"id\":3228,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"10cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8dedb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d6bdcae\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78571c51\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"fb82865\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8aef63\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Fill out this form and one of our agents will be in touch with you soon<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3a12e7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#FFFFFF00\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFF\",\"labelSublabelColor\":\"#00000000\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#FFFFFF00\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFF\\\",\\\"labelSublabelColor\\\":\\\"#00000000\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81.3949999999999960209606797434389591217041015625},\"_flex_size\":\"none\",\"__globals__\":{\"buttonBackgroundColor\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true},{\"id\":\"cf3f003\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"63557a15\",\"elType\":\"container\",\"settings\":{\"_flex_align_self\":\"center\",\"min_height\":{\"unit\":\"px\",\"size\":692,\"sizes\":[]}},\"elements\":[{\"id\":\"65241c2b\",\"elType\":\"widget\",\"settings\":{\"address\":\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\",\"height\":{\"unit\":\"px\",\"size\":699,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43386e8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bd5a267\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"7f41aa7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"Call\",\"description_text\":\"(888) 876-1054\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"tel:(888) 876-1054\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"9972668\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"3283224\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Email\",\"description_text\":\"info@point2listing.ca\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"mailto:info@point2listings.ca\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2991867\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"fdeaeff\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Address\",\"description_text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(12946,3235,'_elementor_controls_usage','a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:3;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:7:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;s:23:\"shape_divider_top_color\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_radius\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}}}s:22:\"houzez_elementor_space\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:1;s:39:\"section_subtitle_typography_font_family\";i:1;s:37:\"section_subtitle_typography_font_size\";i:1;s:42:\"section_subtitle_typography_letter_spacing\";i:1;s:24:\"homey_main_title_spacing\";i:1;s:22:\"homey_subtitle_spacing\";i:1;s:34:\"houzez_section_title_margin_bottom\";i:1;s:35:\"section_title_typography_typography\";i:1;s:36:\"section_title_typography_font_family\";i:1;s:34:\"section_title_typography_font_size\";i:1;s:36:\"section_title_typography_font_weight\";i:1;s:36:\"section_title_typography_line_height\";i:1;s:39:\"section_title_typography_letter_spacing\";i:1;s:26:\"houzez_section_title_color\";i:1;s:29:\"houzez_section_subtitle_color\";i:1;s:26:\"houzez_section_title_align\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:19:\"hz_section_subtitle\";i:1;}}}}s:29:\"houzez_elementor_inquiry_form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:7:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:14:\"gdpr_agreement\";i:1;s:10:\"gdpr_label\";i:1;s:9:\"gdpr_text\";i:1;s:13:\"gdpr_required\";i:1;s:20:\"con_google_recaptcha\";i:1;}s:21:\"section_submit_button\";a:1:{s:11:\"button_size\";i:1;}s:22:\"section_email_settings\";a:1:{s:13:\"email_subject\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_field_style\";a:7:{s:18:\"field_border_width\";i:1;s:16:\"field_text_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:26:\"field_typography_font_size\";i:1;s:28:\"field_typography_font_weight\";i:1;s:28:\"field_typography_line_height\";i:1;}s:18:\"section_form_style\";a:5:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:28:\"label_typography_line_height\";i:1;}s:20:\"section_button_style\";a:7:{s:23:\"button_background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:1:{s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:9:{s:10:\"text_align\";i:3;s:26:\"content_vertical_alignment\";i:3;s:18:\"title_bottom_space\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:31:\"title_typography_letter_spacing\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;}}}}}'),(12947,3235,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12950,3236,'_wp_page_template','template/template-homepage.php'),(12951,3236,'_elementor_edit_mode','builder'),(12952,3236,'_elementor_template_type','wp-page'),(12953,3236,'_elementor_version','3.23.4'),(12954,3236,'_elementor_data','[{\"id\":\"b80851c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/contact-1.webp\",\"id\":3228,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"10cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8dedb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d6bdcae\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78571c51\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"fb82865\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8aef63\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Fill out this form and one of our agents will be in touch with you soon<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3a12e7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#FFFFFF00\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFF\",\"labelSublabelColor\":\"#00000000\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#FFFFFF00\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFF\\\",\\\"labelSublabelColor\\\":\\\"#00000000\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81.3949999999999960209606797434389591217041015625},\"_flex_size\":\"none\",\"__globals__\":{\"buttonBackgroundColor\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true},{\"id\":\"cf3f003\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"63557a15\",\"elType\":\"container\",\"settings\":{\"_flex_align_self\":\"center\",\"min_height\":{\"unit\":\"px\",\"size\":692,\"sizes\":[]}},\"elements\":[{\"id\":\"65241c2b\",\"elType\":\"widget\",\"settings\":{\"address\":\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\",\"height\":{\"unit\":\"px\",\"size\":699,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43386e8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bd5a267\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"7f41aa7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"Call\",\"description_text\":\"(888) 876-1054\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"tel:(888) 876-1054\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"9972668\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"3283224\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Email\",\"description_text\":\"info@point2listing.ca\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"mailto:info@point2listings.ca\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2991867\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"fdeaeff\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Address\",\"description_text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(12955,3236,'_elementor_controls_usage','a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:3;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:7:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;s:23:\"shape_divider_top_color\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_radius\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}}}s:22:\"houzez_elementor_space\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:1;s:39:\"section_subtitle_typography_font_family\";i:1;s:37:\"section_subtitle_typography_font_size\";i:1;s:42:\"section_subtitle_typography_letter_spacing\";i:1;s:24:\"homey_main_title_spacing\";i:1;s:22:\"homey_subtitle_spacing\";i:1;s:34:\"houzez_section_title_margin_bottom\";i:1;s:35:\"section_title_typography_typography\";i:1;s:36:\"section_title_typography_font_family\";i:1;s:34:\"section_title_typography_font_size\";i:1;s:36:\"section_title_typography_font_weight\";i:1;s:36:\"section_title_typography_line_height\";i:1;s:39:\"section_title_typography_letter_spacing\";i:1;s:26:\"houzez_section_title_color\";i:1;s:29:\"houzez_section_subtitle_color\";i:1;s:26:\"houzez_section_title_align\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:19:\"hz_section_subtitle\";i:1;}}}}s:29:\"houzez_elementor_inquiry_form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:7:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:14:\"gdpr_agreement\";i:1;s:10:\"gdpr_label\";i:1;s:9:\"gdpr_text\";i:1;s:13:\"gdpr_required\";i:1;s:20:\"con_google_recaptcha\";i:1;}s:21:\"section_submit_button\";a:1:{s:11:\"button_size\";i:1;}s:22:\"section_email_settings\";a:1:{s:13:\"email_subject\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_field_style\";a:7:{s:18:\"field_border_width\";i:1;s:16:\"field_text_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:26:\"field_typography_font_size\";i:1;s:28:\"field_typography_font_weight\";i:1;s:28:\"field_typography_line_height\";i:1;}s:18:\"section_form_style\";a:5:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:28:\"label_typography_line_height\";i:1;}s:20:\"section_button_style\";a:7:{s:23:\"button_background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:1:{s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:9:{s:10:\"text_align\";i:3;s:26:\"content_vertical_alignment\";i:3;s:18:\"title_bottom_space\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:31:\"title_typography_letter_spacing\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;}}}}}'),(12956,3236,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12959,3237,'_wp_page_template','template/template-homepage.php'),(12960,3237,'_elementor_edit_mode','builder'),(12961,3237,'_elementor_template_type','wp-page'),(12962,3237,'_elementor_version','3.23.4'),(12963,3237,'_elementor_data','[{\"id\":\"b80851c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/contact-1-1024x683.webp\",\"id\":3228,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"10cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"8dedb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"_border_color\":\"#16BFBF\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d6bdcae\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78571c51\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"fb82865\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8aef63\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Fill out this form and one of our agents will be in touch with you soon<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3a12e7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#FFFFFF00\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFF\",\"labelSublabelColor\":\"#00000000\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#FFFFFF00\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFF\\\",\\\"labelSublabelColor\\\":\\\"#00000000\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81.3949999999999960209606797434389591217041015625},\"_flex_size\":\"none\",\"__globals__\":{\"buttonBackgroundColor\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true},{\"id\":\"cf3f003\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"63557a15\",\"elType\":\"container\",\"settings\":{\"_flex_align_self\":\"center\",\"min_height\":{\"unit\":\"px\",\"size\":692,\"sizes\":[]}},\"elements\":[{\"id\":\"65241c2b\",\"elType\":\"widget\",\"settings\":{\"address\":\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\",\"height\":{\"unit\":\"px\",\"size\":699,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43386e8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bd5a267\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"7f41aa7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"Call\",\"description_text\":\"(888) 876-1054\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"tel:(888) 876-1054\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"9972668\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"3283224\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Email\",\"description_text\":\"info@point2listing.ca\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"mailto:info@point2listings.ca\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2991867\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"}},\"elements\":[{\"id\":\"fdeaeff\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"title_text\":\"Address\",\"description_text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),(12964,3237,'_elementor_controls_usage','a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:3;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:7:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;s:23:\"shape_divider_top_color\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_radius\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}}}s:22:\"houzez_elementor_space\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:1;s:39:\"section_subtitle_typography_font_family\";i:1;s:37:\"section_subtitle_typography_font_size\";i:1;s:42:\"section_subtitle_typography_letter_spacing\";i:1;s:24:\"homey_main_title_spacing\";i:1;s:22:\"homey_subtitle_spacing\";i:1;s:34:\"houzez_section_title_margin_bottom\";i:1;s:35:\"section_title_typography_typography\";i:1;s:36:\"section_title_typography_font_family\";i:1;s:34:\"section_title_typography_font_size\";i:1;s:36:\"section_title_typography_font_weight\";i:1;s:36:\"section_title_typography_line_height\";i:1;s:39:\"section_title_typography_letter_spacing\";i:1;s:26:\"houzez_section_title_color\";i:1;s:29:\"houzez_section_subtitle_color\";i:1;s:26:\"houzez_section_title_align\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:19:\"hz_section_subtitle\";i:1;}}}}s:29:\"houzez_elementor_inquiry_form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:7:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:14:\"gdpr_agreement\";i:1;s:10:\"gdpr_label\";i:1;s:9:\"gdpr_text\";i:1;s:13:\"gdpr_required\";i:1;s:20:\"con_google_recaptcha\";i:1;}s:21:\"section_submit_button\";a:1:{s:11:\"button_size\";i:1;}s:22:\"section_email_settings\";a:1:{s:13:\"email_subject\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_field_style\";a:7:{s:18:\"field_border_width\";i:1;s:16:\"field_text_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:26:\"field_typography_font_size\";i:1;s:28:\"field_typography_font_weight\";i:1;s:28:\"field_typography_line_height\";i:1;}s:18:\"section_form_style\";a:5:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:28:\"label_typography_line_height\";i:1;}s:20:\"section_button_style\";a:7:{s:23:\"button_background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:1:{s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:9:{s:10:\"text_align\";i:3;s:26:\"content_vertical_alignment\";i:3;s:18:\"title_bottom_space\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:31:\"title_typography_letter_spacing\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;}}}}}'),(12965,3237,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(12972,3238,'_edit_lock','1725281564:1'),(12982,3085,'_wp_attachment_image_alt','digital marketing - Point2 Listing Lead Generation Agency'),(12983,3086,'_wp_attachment_image_alt','Real estate Lead Generation'),(12984,3088,'_wp_attachment_image_alt','Point2 Listing Lead Generation Agency'),(13100,3080,'_wp_attachment_image_alt','Point2Listing LOGO'),(13101,1719,'_wp_trash_meta_status','draft'),(13102,1719,'_wp_trash_meta_time','1725287617'),(13103,1719,'_wp_desired_post_slug',''),(13104,3246,'_elementor_edit_mode','builder'),(13105,3246,'_elementor_template_type','wp-post'),(13106,3246,'_elementor_version','3.1.4'),(13107,3246,'_wp_page_template','default'),(13108,3246,'_elementor_data','[{\"id\":\"40c1e0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"79c1d942\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"46f2edf4\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"749cc31f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"7d2e39e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4fc745a5\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d2e8832\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"3b9d2f76\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"2ea5a060\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c8ad9d\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.<\\/strong>\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"78e92c01\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=94007d2\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"691cf8d9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"6b5cfbd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"16e35102\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"73dd73af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc80823\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home\",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"globals\\/colors?id=c61532d\",\"box_background_color\":\"globals\\/colors?id=94007d2\",\"meta_label_color\":\"globals\\/colors?id=text\",\"meta_data_color\":\"globals\\/colors?id=c61532d\",\"sec_title_color\":\"globals\\/colors?id=c61532d\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a6691fd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c0ac944\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18cf42dc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ff75b0c\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"globals\\/colors?id=text\",\"meta_value_color\":\"globals\\/colors?id=text\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"globals\\/colors?id=9b7f964\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"5535464b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e8d064a\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"68d388eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ddcd114\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25af2b30\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"6244961d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"51de8e58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"59ad99cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"7159e3ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5089b44c\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"677f37fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"568bc513\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"globals\\/typography?id=text\",\"grid_title_color\":\"globals\\/colors?id=c61532d\",\"grid_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":800,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6dab24e9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ebf0c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"48ec5354\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"78727cf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"2b1b5b7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"498541f5\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"globals\\/colors?id=text\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"globals\\/colors?id=text\",\"fp_meta_typo_typography\":\"\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sec_title_color\":\"#00233D\",\"fp_meta_typo_typography\":\"custom\",\"fp_meta_typo_font_family\":\"Darker Grotesque\",\"fp_meta_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"fp_meta_typo_font_weight\":\"400\",\"fp_meta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a7c7a56\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2efb2538\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5ed812c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e74a82b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"17750129\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"3d52beb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3e10b814\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"globals\\/colors?id=text\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3254a48b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"50cecf44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"672fdb87\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"63312dd1\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=text\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=text\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"6031c7a4\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"globals\\/colors?id=c61532d\",\"np_border_color\":\"globals\\/colors?id=c61532d\",\"price_color\":\"globals\\/colors?id=text\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"globals\\/typography?id=text\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"785da2bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e980fa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"1a3c2425\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8d626\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=c61532d\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=c61532d\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"5f4a471d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13109,3247,'_thumbnail_id','43'),(13110,3247,'_elementor_edit_mode','builder'),(13111,3247,'_elementor_template_type','wp-post'),(13112,3247,'_elementor_version','3.2.2'),(13113,3247,'_wp_page_template','default'),(13114,3247,'_elementor_data','[{\"id\":\"49a3b7c3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e394815\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fcb46c6\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"35cf803d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"979971b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"255f471d\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75ed362c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"55eead58\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"335d8b4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75118ea7\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.<\\/strong>\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"148f4ae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#16BFBF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"63551f36\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"6bf1694\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e6ee89a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_color\":\"#16BFBF\"},\"elements\":[{\"id\":\"186e0005\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"653f4921\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home\",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"\",\"box_background_color\":\"\",\"meta_label_color\":\"\",\"meta_data_color\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#FFFFFF\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"549a5982\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"14986b4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"27e7df3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8dbec1\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"\",\"meta_value_color\":\"\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"64f98478\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d1ce9af\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"21b10921\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3583cc7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28276a79\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"21d8aae9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"238252e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"404480d\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6b955c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"64111101\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"72eb6db9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fa04e37\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1522e9c3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFFFFF\"},\"elements\":[{\"id\":\"c149cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"467e0b77\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"2a055800\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"6d4e40b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18ec062\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"\",\"fp_meta_typo_typography\":\"\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sec_title_color\":\"#00233D\",\"fp_meta_typo_typography\":\"custom\",\"fp_meta_typo_font_family\":\"Darker Grotesque\",\"fp_meta_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"fp_meta_typo_font_weight\":\"400\",\"fp_meta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61bc51d4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cbcece3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5af8e823\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"10f38d0c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"7261f6b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"2a7984f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"16db245d\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1486602a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6a1f0630\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b31d93f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50cca295\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"62c6fa29\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"\",\"np_border_color\":\"\",\"price_color\":\"\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"5e69d6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d10758d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"55e5f220\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5083f8b0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"2a3522de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13115,3247,'_elementor_controls_usage','a:17:{s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:13;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:6;s:5:\"space\";i:5;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:2;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:11:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:16:\"background_color\";i:4;s:18:\"background_color_b\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:7:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;s:9:\"more_link\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:17:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;s:21:\"grid_v3_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:4:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:15:\"sec_title_color\";i:1;}s:19:\"floorplanmeta_style\";a:5:{s:23:\"fp_meta_typo_typography\";i:1;s:24:\"fp_meta_typo_font_family\";i:1;s:22:\"fp_meta_typo_font_size\";i:1;s:24:\"fp_meta_typo_font_weight\";i:1;s:24:\"fp_meta_typo_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(13116,3247,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(13119,155,'_edit_last','1'),(13120,3248,'_thumbnail_id','42'),(13121,3248,'_elementor_edit_mode','builder'),(13122,3248,'_elementor_template_type','wp-post'),(13123,3248,'_elementor_version','3.2.2'),(13124,3248,'_wp_page_template','default'),(13125,3248,'_elementor_data','[{\"id\":\"6c6bcdcf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FFFFFF\",\"border_color\":\"#DCE0E0\"},\"elements\":[{\"id\":\"6310c230\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e51411e\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"7d58c8ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"926458c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6eaea622\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"794bb4f2\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"3680fcb7\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"f2f1d5d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"56835870\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.<\\/strong>\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"104f62d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#16BFBF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"42476065\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"485b5a59\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"227ac9ce\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_color\":\"#16BFBF\"},\"elements\":[{\"id\":\"1caa937c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b0cf1e6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home\",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"\",\"box_background_color\":\"\",\"meta_label_color\":\"\",\"meta_data_color\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#FFFFFF\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"77652455\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"75e272e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7716d294\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12f7b8f4\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"\",\"meta_value_color\":\"\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"609a9035\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b626690\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f9e2c61\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"601438ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d7252d8\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"6bfde610\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"45b7ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"692336ee\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"60301b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"35efa792\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"1598ec9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"512a9114\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68982561\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f7841d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"507625bc\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"1842a092\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"2e02bcd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"56450061\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"\",\"fp_meta_typo_typography\":\"\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sec_title_color\":\"#00233D\",\"fp_meta_typo_typography\":\"custom\",\"fp_meta_typo_font_family\":\"Darker Grotesque\",\"fp_meta_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"fp_meta_typo_font_weight\":\"400\",\"fp_meta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2145d5d3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"572103d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7886911e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"62a036b4\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"5c07bac4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"49cadca3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3e9153c5\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26ca5e53\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"49bffb02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c140953\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c9d5fda\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"4870809e\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"\",\"np_border_color\":\"\",\"price_color\":\"\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"6023ea98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62c50019\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"64293169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"505c3359\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"4b6736f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13126,3248,'_elementor_controls_usage','a:17:{s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:13;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:6;s:5:\"space\";i:5;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:2;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:11:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:16:\"background_color\";i:3;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;s:12:\"border_color\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:7:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;s:9:\"more_link\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:17:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;s:21:\"grid_v3_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:4:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:15:\"sec_title_color\";i:1;}s:19:\"floorplanmeta_style\";a:5:{s:23:\"fp_meta_typo_typography\";i:1;s:24:\"fp_meta_typo_font_family\";i:1;s:22:\"fp_meta_typo_font_size\";i:1;s:24:\"fp_meta_typo_font_weight\";i:1;s:24:\"fp_meta_typo_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(13127,3248,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(13130,153,'_edit_last','1'),(13131,3249,'_thumbnail_id','41'),(13132,3249,'_elementor_edit_mode','builder'),(13133,3249,'_elementor_template_type','wp-post'),(13134,3249,'_elementor_version','3.2.2'),(13135,3249,'_wp_page_template','default'),(13136,3249,'_elementor_data','[{\"id\":\"782bfb9b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FFFFFF\",\"border_color\":\"#DCE0E0\"},\"elements\":[{\"id\":\"7e5dc6e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e78870d\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"211d778b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"5ed26d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"43b3a3d3\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b8f36e2\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"2f0f4215\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"628da1e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4639f9cb\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.<\\/strong>\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45ee41b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#16BFBF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"26f1302\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"30cc5743\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d58fa0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_color\":\"#16BFBF\"},\"elements\":[{\"id\":\"429fdda2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e47926d\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home\",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"\",\"box_background_color\":\"\",\"meta_label_color\":\"\",\"meta_data_color\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#FFFFFF\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d147e12\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"53260345\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d80e26d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"70148389\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"\",\"meta_value_color\":\"\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"67f120a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c50dd1d\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d63a7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"47c633d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"694af4c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"24286861\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"44299ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"298edcf9\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"32b854fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"13f1e005\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"65310bee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2837fb3c\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":800,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636e6530\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFFFFF\"},\"elements\":[{\"id\":\"66ef0b7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"3870eba8\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"2e0624b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"6e30e79f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4c6ac415\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"\",\"fp_meta_typo_typography\":\"\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sec_title_color\":\"#00233D\",\"fp_meta_typo_typography\":\"custom\",\"fp_meta_typo_font_family\":\"Darker Grotesque\",\"fp_meta_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"fp_meta_typo_font_weight\":\"400\",\"fp_meta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ac36fac\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"79cdb61e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"10b8465d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5446ef2b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"3560e52b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"4748cc7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2cb60caa\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50c8a99d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2ec258e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77089c92\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1f895661\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"7fb2d21\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"\",\"np_border_color\":\"\",\"price_color\":\"\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"1ab44ce5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"380b61a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"47b4092\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d4a0e0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"90f9b75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13137,3249,'_elementor_controls_usage','a:17:{s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:13;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:6;s:5:\"space\";i:5;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:11:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:16:\"background_color\";i:5;s:18:\"background_color_b\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;s:12:\"border_color\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:3:{s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:7:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;s:9:\"more_link\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:17:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;s:21:\"grid_v3_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:4:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:15:\"sec_title_color\";i:1;}s:19:\"floorplanmeta_style\";a:5:{s:23:\"fp_meta_typo_typography\";i:1;s:24:\"fp_meta_typo_font_family\";i:1;s:22:\"fp_meta_typo_font_size\";i:1;s:24:\"fp_meta_typo_font_weight\";i:1;s:24:\"fp_meta_typo_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(13138,3249,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(13141,151,'_edit_last','1'),(13142,3250,'_thumbnail_id','40'),(13143,3250,'_elementor_edit_mode','builder'),(13144,3250,'_elementor_template_type','wp-post'),(13145,3250,'_elementor_version','3.2.2'),(13146,3250,'_wp_page_template','default'),(13147,3250,'_elementor_data','[{\"id\":\"6758653f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"border_color\":\"globals\\/colors?id=9b7f964\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"box_shadow_box_shadow_position\":\"inset\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1fe751cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"63a9bb93\",\"elType\":\"widget\",\"settings\":{\"visible_images\":9,\"popup_type\":\"houzez\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=c61532d\"}},\"elements\":[],\"widgetType\":\"houzez-property-section-block-gallery\"}],\"isInner\":false},{\"id\":\"2810832b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false},{\"id\":\"4f1f4ab9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":30,\"space_between_widgets\":0,\"_inline_size_tablet\":80,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"12ac230f\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e21d2d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"houzez-property-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-title\"},{\"id\":\"6f9f9522\",\"elType\":\"widget\",\"settings\":{\"item_price_align\":\"left\",\"__globals__\":{\"item_price_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\",\"_border_color\":\"\"},\"item_price_color\":\"#00233D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"item_price_top\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"item_price_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-price\"},{\"id\":\"b8dec45\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2736d6a7\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"editor\":\"<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.<\\/strong> \\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f40a0f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"left\",\"align_mobile\":\"justify\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#16BFBF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2598a1b9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"46293310\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5dbdb5c1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_color\":\"#16BFBF\"},\"elements\":[{\"id\":\"31249b19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eda4b72\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"About this home \",\"data_type\":\"custom\",\"overview_fields\":[{\"_id\":\"property_bedrooms\",\"field_type\":\"property_bedrooms\",\"label_singular\":\"Bedroom\",\"label_plural\":\"Bedrooms\"},{\"_id\":\"property_bathrooms\",\"field_type\":\"property_bathrooms\",\"label_singular\":\"Bathroom\",\"label_plural\":\"Bathrooms\"},{\"_id\":\"property_garage\",\"field_type\":\"property_garage\",\"label_singular\":\"Garage\",\"label_plural\":\"Garages\"},{\"_id\":\"property_size\",\"field_type\":\"property_size\",\"label_singular\":\"Area Size\"},{\"_id\":\"8de4ddd\",\"field_type\":\"width\",\"label_singular\":\"Width\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}},{\"_id\":\"cb9b8fa\",\"field_type\":\"depth\",\"label_singular\":\"Depth\",\"icon_type\":\"custom\",\"meta_icon\":{\"value\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-real-estate-dimensions-block@25x25-1.svg\",\"id\":1370},\"library\":\"svg\"}}],\"box_background_background\":\"classic\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_margin_bottom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_label_typo_typography\":\"custom\",\"meta_label_typo_font_family\":\"Darker Grotesque\",\"meta_label_typo_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"meta_label_typo_font_weight\":\"500\",\"meta_label_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_data_typo_typography\":\"custom\",\"meta_data_typo_font_family\":\"Darker Grotesque\",\"meta_data_typo_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"meta_data_typo_font_weight\":\"500\",\"meta_data_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_color\":\"#FFFFFF\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"meta_label_typo_typography\":\"\",\"meta_data_typo_typography\":\"\",\"meta_icon_color\":\"\",\"box_background_color\":\"\",\"meta_label_color\":\"\",\"meta_data_color\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\"},\"box_background_color\":\"#16BFBF\",\"sec_title_color\":\"#FFFFFF\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"meta_label_color\":\"#00233D\",\"meta_data_color\":\"#FFFFFF\",\"meta_label_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_data_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"meta_icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-overview\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dc51a61\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6a95b9ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b921cfe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"49532ae9\",\"elType\":\"widget\",\"settings\":{\"id_title\":\"Property ID\",\"price_title\":\"Price\",\"size_title\":\"Property Size\",\"land_title\":\"Land Area\",\"bedroom_title\":\"Bedroom\",\"bedrooms_title\":\"Bedrooms\",\"bathroom_title\":\"Bathroom\",\"bathrooms_title\":\"Bathrooms\",\"garage_title\":\"Garage\",\"garages_title\":\"Garages\",\"garage_size_title\":\"Garage Size\",\"year_title\":\"Year Built\",\"type_title\":\"Property Type\",\"status_title\":\"Property Status\",\"houzez_details_sort\":\"property_id,property_price,property_size,property_land,property_bedrooms,property_bathrooms,property_garage,property_garage_size,property_year,property_status,property_type,exterior-features,roof,yard,types-of-rooms,flooring,kitchen,dining,master-suite,bathroom\",\"section_title_border\":\"none\",\"detail_box_background_background\":\"classic\",\"details_box_border\":\"none\",\"__globals__\":{\"detail_box_background_color\":\"\",\"meta_title_color\":\"\",\"meta_value_color\":\"\",\"meta_value_typo_typography\":\"\",\"meta_title_typo_typography\":\"\",\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_meta_border_color\":\"\",\"box_background_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"detail_box_background_color\":\"#FFFFFF00\",\"details_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"meta_title_color\":\"#00233D\",\"meta_value_color\":\"#00233D\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"box_meta_border_color\":\"#DCE0E0\",\"section_title\":\"Project Details\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-section-details\"},{\"id\":\"57350198\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c9d7e48\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a01b0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.308,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6a491cec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-school-book-trophy@64x64.svg\",\"id\":131},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1dfda9d2\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our qualified team will take care of every detail of your project\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"666d3259\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"4f62aa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.025,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"61c514bb\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"structure\":\"20\"},\"elements\":[{\"id\":\"ebc71a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"110e760d\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\",\"id\":1335},\"grid_title\":\"Kitchens\",\"grid_subtitle\":\"High quality\",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true},{\"id\":\"4fc3594b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"47c287c7\",\"elType\":\"widget\",\"settings\":{\"more_text\":\"&nbsp;\",\"more_text_d\":\"More Details\",\"properties_text\":\"\",\"property_text\":\"\",\"grid_type\":\"grid-item-v3\",\"grid_v3_height\":{\"unit\":\"%\",\"size\":152,\"sizes\":[]},\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\",\"id\":1339},\"grid_title\":\"Bathrooms\",\"grid_subtitle\":\"Modern \",\"__globals__\":{\"grid_title_typography_typography\":\"\",\"grid_subtitle_typography_typography\":\"\",\"grid_title_color\":\"\",\"grid_subtitle_color\":\"\"},\"grid_item_margin\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"grid_title_typography_typography\":\"custom\",\"grid_title_typography_font_family\":\"Muli\",\"grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"grid_title_typography_font_weight\":\"500\",\"grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"grid_subtitle_typography_typography\":\"custom\",\"grid_subtitle_typography_font_family\":\"Darker Grotesque\",\"grid_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"grid_subtitle_typography_font_weight\":\"400\",\"grid_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"grid_title_color\":\"#FFFFFF\",\"grid_subtitle_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"grid_v3_height_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":800,\"more_link\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/services\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"Houzez_elementor_grid_builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18b176c5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFFFFF\"},\"elements\":[{\"id\":\"179182c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7762a486\",\"elType\":\"widget\",\"settings\":{\"listing_thumb_size\":\"medium_large\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":30,\"blur\":100,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"_background_background\":\"classic\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez-property-image\"}],\"isInner\":false},{\"id\":\"718763bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5.846,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"3b7c71e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60.191,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"21679202\",\"elType\":\"widget\",\"settings\":{\"show_open\":\"\",\"fp_title_color\":\"#00233D\",\"fp_title_typo_typography\":\"custom\",\"fp_title_typo_font_family\":\"Darker Grotesque\",\"fp_title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"fp_title_typo_font_weight\":\"600\",\"fp_title_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"fp_title_color\":\"\",\"fp_title_typo_typography\":\"\",\"title_typo_typography\":\"\",\"sec_title_color\":\"\",\"fp_meta_typo_typography\":\"\"},\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"fp_title_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sec_title_color\":\"#00233D\",\"fp_meta_typo_typography\":\"custom\",\"fp_meta_typo_font_family\":\"Darker Grotesque\",\"fp_meta_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"fp_meta_typo_font_weight\":\"400\",\"fp_meta_typo_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez-property-section-floorplan\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55f2a91b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=94007d2\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#16BFBF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f9bb010\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":43.538,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f3c3a03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/streamline-icon-ecology-leaf@64x64.svg\",\"id\":114},\"align\":\"left\",\"image_size\":\"full\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"407b80fe\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"We build eco-friendly homes with a high energy efficiency\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.\\u00a0\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":false},{\"id\":\"15b89ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":6,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"445a5557\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.499,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6ebfa571\",\"elType\":\"widget\",\"settings\":{\"box_background_background\":\"classic\",\"box_background_color\":\"#FFFFFF00\",\"section_title_border\":\"none\",\"section_margin_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sec_title_color\":\"#00233D\",\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Muli\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typo_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"__globals__\":{\"sec_title_color\":\"\",\"title_typo_typography\":\"\",\"box_background_color\":\"\"},\"section_header\":\"\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"houzez-property-section-energy-class\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be5c71d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=c61532d\",\"background_color_b\":\"globals\\/colors?id=c61532d\"},\"background_color_b\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"283e845d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"61b5bd44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d479e82\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"You may also like other homes\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#00233D\",\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"716c75fd\",\"elType\":\"widget\",\"settings\":{\"auto_speed\":\"3000\",\"slide_dots\":\"true\",\"hz_property_title_typography\":\"custom\",\"hz_property_title_font_family\":\"Muli\",\"hz_property_title_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hz_property_title_font_weight\":\"700\",\"hz_property_title_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"hz_property_title_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"price_color\":\"#00233D\",\"np_color\":\"#FFFFFF\",\"np_border_color\":\"#FFFFFF\",\"__globals__\":{\"np_color\":\"\",\"np_border_color\":\"\",\"price_color\":\"\",\"hz_property_title_typography\":\"\",\"hz_meta_figure_typography\":\"\",\"hz_item_price_typography\":\"\"},\"sort_by\":\"d_price\",\"slide_auto\":\"true\",\"navigation\":\"false\",\"hide_favorite\":\"none\",\"hz_meta_figure_typography\":\"custom\",\"hz_meta_figure_font_family\":\"Darker Grotesque\",\"hz_meta_figure_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_meta_figure_font_weight\":\"400\",\"hz_meta_figure_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hz_item_price_typography\":\"custom\",\"hz_item_price_font_family\":\"Darker Grotesque\",\"hz_item_price_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hz_item_price_font_weight\":\"500\",\"hz_item_price_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_properties_carousel_v6\"},{\"id\":\"786edde1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8535aad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/demo18.houzez.co\\/wp-content\\/uploads\\/2020\\/09\\/image-6.jpg\",\"id\":106},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00233DDE\",\"background_overlay_color_b\":\"#00233D\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"1accffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8078083\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"f58efed\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#16BFBFB3\",\"button_background_hover_color\":\"#16BFBF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13148,3250,'_elementor_controls_usage','a:17:{s:37:\"houzez-property-section-block-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"visible_images\";i:1;s:10:\"popup_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:13;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:6;s:5:\"space\";i:5;}}}}s:21:\"houzez-property-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:21:\"houzez-property-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_price_content\";a:1:{s:16:\"item_price_align\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_item_price_style\";a:10:{s:16:\"item_price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:14:\"item_price_top\";i:1;s:17:\"item_price_bottom\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"border_width\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:8;s:16:\"content_position\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:11:{s:21:\"background_background\";i:6;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:7;s:25:\"background_gradient_angle\";i:7;s:16:\"background_color\";i:3;s:18:\"background_color_b\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:30:\"box_shadow_box_shadow_position\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:3:{s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:8;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:5;}}}}s:24:\"houzez-property-overview\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"overview_content\";a:3:{s:13:\"section_title\";i:1;s:9:\"data_type\";i:1;s:15:\"overview_fields\";i:1;}}s:5:\"style\";a:2:{s:14:\"overview_style\";a:7:{s:25:\"box_background_background\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:19:\"title_margin_bottom\";i:1;s:7:\"padding\";i:1;s:20:\"box_background_color\";i:1;}s:13:\"content_style\";a:24:{s:26:\"meta_label_typo_typography\";i:1;s:27:\"meta_label_typo_font_family\";i:1;s:25:\"meta_label_typo_font_size\";i:1;s:27:\"meta_label_typo_font_weight\";i:1;s:27:\"meta_label_typo_line_height\";i:1;s:25:\"meta_data_typo_typography\";i:1;s:26:\"meta_data_typo_font_family\";i:1;s:24:\"meta_data_typo_font_size\";i:1;s:26:\"meta_data_typo_font_weight\";i:1;s:26:\"meta_data_typo_line_height\";i:1;s:15:\"meta_icon_color\";i:1;s:14:\"meta_icon_size\";i:1;s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:16:\"meta_label_color\";i:1;s:15:\"meta_data_color\";i:1;s:32:\"meta_label_typo_font_size_tablet\";i:1;s:31:\"meta_data_typo_font_size_tablet\";i:1;s:21:\"meta_icon_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:31:\"houzez-property-section-details\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:6:{s:9:\"box_style\";a:6:{s:20:\"section_title_border\";i:1;s:7:\"padding\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;}s:17:\"box_details_style\";a:4:{s:32:\"detail_box_background_background\";i:1;s:18:\"details_box_border\";i:1;s:27:\"detail_box_background_color\";i:1;s:19:\"details_box_padding\";i:1;}s:17:\"meta_titles_style\";a:1:{s:16:\"meta_title_color\";i:1;}s:17:\"meta_values_style\";a:1:{s:16:\"meta_value_color\";i:1;}s:15:\"sec_title_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}s:12:\"border_style\";a:1:{s:21:\"box_meta_border_color\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:13:\"section_title\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:5:\"align\";i:2;s:10:\"image_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:4;s:19:\"hz_section_subtitle\";i:3;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:4;s:39:\"section_subtitle_typography_font_family\";i:4;s:37:\"section_subtitle_typography_font_size\";i:4;s:42:\"section_subtitle_typography_letter_spacing\";i:4;s:24:\"homey_main_title_spacing\";i:4;s:22:\"homey_subtitle_spacing\";i:4;s:34:\"houzez_section_title_margin_bottom\";i:4;s:35:\"section_title_typography_typography\";i:4;s:36:\"section_title_typography_font_family\";i:4;s:34:\"section_title_typography_font_size\";i:4;s:36:\"section_title_typography_font_weight\";i:4;s:36:\"section_title_typography_line_height\";i:4;s:39:\"section_title_typography_letter_spacing\";i:4;s:26:\"houzez_section_title_color\";i:4;s:29:\"houzez_section_subtitle_color\";i:4;s:26:\"houzez_section_title_align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:29:\"Houzez_elementor_grid_builder\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"houzez_grid_builder_content\";a:7:{s:9:\"more_text\";i:2;s:15:\"properties_text\";i:2;s:13:\"property_text\";i:2;s:5:\"image\";i:2;s:10:\"grid_title\";i:2;s:13:\"grid_subtitle\";i:2;s:9:\"more_link\";i:2;}}s:5:\"style\";a:1:{s:29:\"homey_section_titles_spacings\";a:17:{s:9:\"grid_type\";i:2;s:14:\"grid_v3_height\";i:2;s:16:\"grid_item_margin\";i:2;s:32:\"grid_title_typography_typography\";i:2;s:33:\"grid_title_typography_font_family\";i:2;s:31:\"grid_title_typography_font_size\";i:2;s:33:\"grid_title_typography_font_weight\";i:2;s:33:\"grid_title_typography_line_height\";i:2;s:36:\"grid_title_typography_letter_spacing\";i:2;s:35:\"grid_subtitle_typography_typography\";i:2;s:36:\"grid_subtitle_typography_font_family\";i:2;s:34:\"grid_subtitle_typography_font_size\";i:2;s:36:\"grid_subtitle_typography_font_weight\";i:2;s:36:\"grid_subtitle_typography_line_height\";i:2;s:16:\"grid_title_color\";i:2;s:19:\"grid_subtitle_color\";i:2;s:21:\"grid_v3_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:21:\"houzez-property-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:18:\"listing_thumb_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:33:\"houzez-property-section-floorplan\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:9:\"show_open\";i:1;}}s:5:\"style\";a:4:{s:15:\"floorplan_style\";a:7:{s:14:\"fp_title_color\";i:1;s:24:\"fp_title_typo_typography\";i:1;s:25:\"fp_title_typo_font_family\";i:1;s:23:\"fp_title_typo_font_size\";i:1;s:25:\"fp_title_typo_font_weight\";i:1;s:25:\"fp_title_typo_line_height\";i:1;s:30:\"fp_title_typo_font_size_mobile\";i:1;}s:9:\"box_style\";a:4:{s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;s:15:\"sec_title_color\";i:1;}s:19:\"floorplanmeta_style\";a:5:{s:23:\"fp_meta_typo_typography\";i:1;s:24:\"fp_meta_typo_font_family\";i:1;s:22:\"fp_meta_typo_font_size\";i:1;s:24:\"fp_meta_typo_font_weight\";i:1;s:24:\"fp_meta_typo_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:36:\"houzez-property-section-energy-class\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:9:\"sec_style\";a:6:{s:25:\"box_background_background\";i:1;s:20:\"box_background_color\";i:1;s:20:\"section_title_border\";i:1;s:18:\"section_margin_top\";i:1;s:20:\"title_padding_bottom\";i:1;s:7:\"padding\";i:1;}s:13:\"content_style\";a:7:{s:15:\"sec_title_color\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:25:\"title_typo_letter_spacing\";i:1;}}s:7:\"content\";a:1:{s:15:\"engergy_content\";a:1:{s:14:\"section_header\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(13149,3250,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(13152,149,'_edit_last','1'),(13182,101,'_edit_last','1'),(13183,98,'_edit_last','1'),(13184,95,'_edit_last','1'),(13185,92,'_edit_last','1'),(13186,89,'_edit_last','1'),(13187,3260,'_edit_lock','1725300490:7'),(13188,3261,'_elementor_edit_mode','builder'),(13189,3261,'_elementor_template_type','wp-post'),(13190,3261,'_elementor_version','3.23.4'),(13191,3261,'_wp_page_template','default'),(13192,3261,'_elementor_data','[{\"id\":\"78a7704\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"46\",\"bottom\":\"46\",\"left\":\"46\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"8b430bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"26f89c9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown.png\",\"id\":1841,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":138,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"577dcb0\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>At Point2listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d42f0cc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ddddeb0\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/point2listing\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2579fc8\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/point2listing\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"_id\":\"b035e2c\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"76777be\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"d3936fd\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Company\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e0d11\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"01bf7f0\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/privacy-policy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ed92e55\",\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2ceb441\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"404dd9c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Services\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"938937f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"Digital Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"SEO Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Social Media Marekting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ed92e55\",\"text\":\"Real Estate Lead Generation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Content Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4f191b\"},{\"text\":\"PPC Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"17725ae\"},{\"text\":\"Web Development\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5ed3672\"},{\"text\":\"Email Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2327330\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"b728e70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e24305\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Contacts\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0dfe80d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Address\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb51f48\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ce23a36\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Phone\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e1e4d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"(888) 876-1054\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0d8a6d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Email\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66968d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"info@point2listing.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"},{\"text\":\"contact@point2listing.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"319bddd\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6d0ac80\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e82a3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Copyright \\u00a9 Point2Listing 2024. All Rights Reserved. Designed by <a style=\\\"color: white;\\\" href=\\\"https:\\/\\/rankray.us\\/\\\">Rank Ray<\\/a>.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0015\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(13193,3261,'_elementor_page_assets','a:0:{}'),(13196,3262,'_elementor_edit_mode','builder'),(13197,3262,'_elementor_template_type','wp-post'),(13198,3262,'_elementor_version','3.23.4'),(13199,3262,'_wp_page_template','default'),(13200,3262,'_elementor_data','[{\"id\":\"78a7704\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"46\",\"bottom\":\"46\",\"left\":\"46\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"8b430bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"26f89c9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown.png\",\"id\":1841,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":138,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"577dcb0\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>At Point2listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d42f0cc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ddddeb0\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/point2listing\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2579fc8\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/point2listing\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"_id\":\"b035e2c\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"76777be\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"d3936fd\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Company\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e0d11\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"01bf7f0\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/privacy-policy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ed92e55\",\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2ceb441\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"404dd9c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Services\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"938937f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"Digital Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"SEO Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Social Media Marekting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ed92e55\",\"text\":\"Real Estate Lead Generation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Content Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4f191b\"},{\"text\":\"PPC Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"17725ae\"},{\"text\":\"Web Development\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5ed3672\"},{\"text\":\"Email Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2327330\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"b728e70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e24305\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Contacts\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0dfe80d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Address\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb51f48\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ce23a36\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Phone\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e1e4d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"(888) 876-1054\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0d8a6d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Email\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66968d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"info@point2listing.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"},{\"text\":\"contact@point2listing.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"319bddd\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6d0ac80\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e82a3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Copyright \\u00a9 Point2Listing 2024. All Rights Reserved. Designed by <a style=\\\"color: white;\\\" href=\\\"https:\\/\\/rankray.us\\/\\\">Rank Ray<\\/a>.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0015\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(13201,3262,'_elementor_page_assets','a:0:{}'),(13204,3263,'_elementor_edit_mode','builder'),(13205,3263,'_elementor_template_type','wp-post'),(13206,3263,'_elementor_version','3.23.4'),(13207,3263,'_wp_page_template','default'),(13208,3263,'_elementor_data','[{\"id\":\"78a7704\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"46\",\"bottom\":\"46\",\"left\":\"46\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"8b430bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"26f89c9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown.png\",\"id\":1841,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":138,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"577dcb0\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>At Point2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d42f0cc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ddddeb0\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/point2listing\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2579fc8\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/point2listing\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"_id\":\"b035e2c\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"76777be\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"d3936fd\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Company\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e0d11\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"01bf7f0\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/privacy-policy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ed92e55\",\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2ceb441\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"404dd9c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Services\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"938937f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"Digital Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"SEO Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5170682\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Social Media Marekting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"247de6d\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"ed92e55\",\"text\":\"Real Estate Lead Generation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Content Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4f191b\"},{\"text\":\"PPC Management\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"17725ae\"},{\"text\":\"Web Development\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5ed3672\"},{\"text\":\"Email Marketing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2327330\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"600\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"b728e70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e24305\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Contacts\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0dfe80d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Address\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb51f48\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ce23a36\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Phone\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e1e4d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"(888) 876-1054\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0d8a6d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Email\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66968d2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"icon_list\":[{\"text\":\"info@point2listing.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"19c7d2b\"},{\"text\":\"contact@point2listing.ca\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"319bddd\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6d0ac80\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e82a3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Copyright \\u00a9 Point2 Listing 2024. All Rights Reserved. Designed by <a style=\\\"color: white;\\\" href=\\\"https:\\/\\/rankray.us\\/\\\">Rank Ray<\\/a>.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0015\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(13209,3263,'_elementor_page_assets','a:0:{}'),(13214,3264,'_edit_lock','1725300746:7'),(13288,3268,'_wp_page_template','template/template-homepage.php'),(13289,3268,'_elementor_edit_mode','builder'),(13290,3268,'_elementor_template_type','wp-page'),(13291,3268,'_elementor_version','3.23.4'),(13292,3268,'_elementor_data','[{\"id\":\"435637f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/stylish-business-team-three-scaled-1-copy.webp\",\"id\":3122,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"afa2d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"none\"},\"elements\":[{\"id\":\"c9cc224\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6098129\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8a7861b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38ead9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c36546e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"About Point2listing\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d76e6f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98f66c5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p style=\\\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\\\">At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth.<\\/p><p style=\\\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\\\">Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence. Our team of professional realtors is dedicated to offering expert guidance at every step of the process.<\\/p><p style=\\\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\\\">Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.<\\/p>\",\"text_columns\":\"2\",\"column_gap\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1afe877\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"9973815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8e51fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Path To Success: Guiding Principles For Growth\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"373a5ed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"8d44ea5\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"f127511\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fc5aa90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"63438cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1886,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.32)\"},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"577945e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"977f2d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b05a44e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"bdcb253\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13293,3268,'_elementor_controls_usage','a:14:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:17;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:7;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:4;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:6:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:9:\"animation\";i:3;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:5:\"color\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:5;s:19:\"hz_section_subtitle\";i:1;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:5;s:39:\"section_subtitle_typography_font_family\";i:5;s:37:\"section_subtitle_typography_font_size\";i:5;s:42:\"section_subtitle_typography_letter_spacing\";i:5;s:24:\"homey_main_title_spacing\";i:5;s:22:\"homey_subtitle_spacing\";i:5;s:34:\"houzez_section_title_margin_bottom\";i:5;s:35:\"section_title_typography_typography\";i:5;s:36:\"section_title_typography_font_family\";i:5;s:34:\"section_title_typography_font_size\";i:5;s:36:\"section_title_typography_font_weight\";i:5;s:36:\"section_title_typography_line_height\";i:5;s:39:\"section_title_typography_letter_spacing\";i:5;s:26:\"houzez_section_title_color\";i:5;s:29:\"houzez_section_subtitle_color\";i:5;s:26:\"houzez_section_title_align\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:5;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:1;s:12:\"text_columns\";i:1;s:10:\"column_gap\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:28:\"typography_title_line_height\";i:4;}}}}s:25:\"houzez_elementor_icon_box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:10:\"icon_boxes\";i:1;}s:24:\"content_section_settings\";a:1:{s:16:\"icon_boxes_style\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_iconbox_style\";a:12:{s:9:\"icon_size\";i:1;s:29:\"title_typography_a_typography\";i:1;s:30:\"title_typography_a_font_family\";i:1;s:28:\"title_typography_a_font_size\";i:1;s:30:\"title_typography_a_font_weight\";i:1;s:30:\"title_typography_a_line_height\";i:1;s:33:\"title_typography_a_letter_spacing\";i:1;s:35:\"description_typography_a_typography\";i:1;s:36:\"description_typography_a_font_family\";i:1;s:34:\"description_typography_a_font_size\";i:1;s:36:\"description_typography_a_font_weight\";i:1;s:36:\"description_typography_a_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:28:\"houzez_elementor_team_member\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:4:{s:10:\"team_image\";i:4;s:9:\"team_name\";i:4;s:13:\"team_position\";i:4;s:16:\"team_description\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:4;s:4:\"view\";i:4;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:4;s:10:\"icon_color\";i:4;}s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:4;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:4;s:27:\"icon_typography_font_family\";i:4;s:25:\"icon_typography_font_size\";i:4;s:27:\"icon_typography_font_weight\";i:4;s:27:\"icon_typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:27:\"houzez_elementor_blog_posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:11:\"posts_limit\";i:1;}s:16:\"showhide_section\";a:1:{s:11:\"show_author\";i:1;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:25:{s:15:\"box_padding_top\";i:1;s:18:\"box_padding_bottom\";i:1;s:17:\"box_margin_bottom\";i:1;s:12:\"image_margin\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:16:\"title_margin_top\";i:1;s:13:\"content_color\";i:1;s:23:\"content_typo_typography\";i:1;s:24:\"content_typo_font_family\";i:1;s:22:\"content_typo_font_size\";i:1;s:24:\"content_typo_font_weight\";i:1;s:24:\"content_typo_line_height\";i:1;s:14:\"postmeta_color\";i:1;s:24:\"postmeta_typo_typography\";i:1;s:25:\"postmeta_typo_font_family\";i:1;s:23:\"postmeta_typo_font_size\";i:1;s:25:\"postmeta_typo_font_weight\";i:1;s:25:\"postmeta_typo_line_height\";i:1;s:19:\"postmeta_margin_top\";i:1;s:22:\"postmeta_margin_bottom\";i:1;s:12:\"box_bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(13294,3268,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(13297,3269,'_wp_page_template','template/template-homepage.php'),(13298,3269,'_elementor_edit_mode','builder'),(13299,3269,'_elementor_template_type','wp-page'),(13300,3269,'_elementor_version','3.23.4'),(13301,3269,'_elementor_data','[{\"id\":\"435637f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/stylish-business-team-three-scaled-1-copy.webp\",\"id\":3122,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"afa2d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"none\"},\"elements\":[{\"id\":\"c9cc224\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6098129\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8a7861b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38ead9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c36546e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"About Point2listing\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d76e6f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98f66c5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p style=\\\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\\\">At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth.<\\/p><p style=\\\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\\\">Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence. Our team of professional realtors is dedicated to offering expert guidance at every step of the process.<\\/p><p style=\\\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\\\">Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.<\\/p>\",\"text_columns\":\"2\",\"column_gap\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1afe877\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"9973815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8e51fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Path To Success: Guiding Principles For Growth\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"373a5ed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"8d44ea5\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"f127511\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fc5aa90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"63438cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1886,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.32)\"},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"577945e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"977f2d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b05a44e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"bdcb253\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13302,3269,'_elementor_controls_usage','a:14:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:17;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:7;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:4;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:6:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:9:\"animation\";i:3;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:5:\"color\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:5;s:19:\"hz_section_subtitle\";i:1;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:5;s:39:\"section_subtitle_typography_font_family\";i:5;s:37:\"section_subtitle_typography_font_size\";i:5;s:42:\"section_subtitle_typography_letter_spacing\";i:5;s:24:\"homey_main_title_spacing\";i:5;s:22:\"homey_subtitle_spacing\";i:5;s:34:\"houzez_section_title_margin_bottom\";i:5;s:35:\"section_title_typography_typography\";i:5;s:36:\"section_title_typography_font_family\";i:5;s:34:\"section_title_typography_font_size\";i:5;s:36:\"section_title_typography_font_weight\";i:5;s:36:\"section_title_typography_line_height\";i:5;s:39:\"section_title_typography_letter_spacing\";i:5;s:26:\"houzez_section_title_color\";i:5;s:29:\"houzez_section_subtitle_color\";i:5;s:26:\"houzez_section_title_align\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:5;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:1;s:12:\"text_columns\";i:1;s:10:\"column_gap\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:28:\"typography_title_line_height\";i:4;}}}}s:25:\"houzez_elementor_icon_box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:10:\"icon_boxes\";i:1;}s:24:\"content_section_settings\";a:1:{s:16:\"icon_boxes_style\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_iconbox_style\";a:12:{s:9:\"icon_size\";i:1;s:29:\"title_typography_a_typography\";i:1;s:30:\"title_typography_a_font_family\";i:1;s:28:\"title_typography_a_font_size\";i:1;s:30:\"title_typography_a_font_weight\";i:1;s:30:\"title_typography_a_line_height\";i:1;s:33:\"title_typography_a_letter_spacing\";i:1;s:35:\"description_typography_a_typography\";i:1;s:36:\"description_typography_a_font_family\";i:1;s:34:\"description_typography_a_font_size\";i:1;s:36:\"description_typography_a_font_weight\";i:1;s:36:\"description_typography_a_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:28:\"houzez_elementor_team_member\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:4:{s:10:\"team_image\";i:4;s:9:\"team_name\";i:4;s:13:\"team_position\";i:4;s:16:\"team_description\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:4;s:4:\"view\";i:4;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:4;s:10:\"icon_color\";i:4;}s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:4;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:4;s:27:\"icon_typography_font_family\";i:4;s:25:\"icon_typography_font_size\";i:4;s:27:\"icon_typography_font_weight\";i:4;s:27:\"icon_typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:27:\"houzez_elementor_blog_posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:11:\"posts_limit\";i:1;}s:16:\"showhide_section\";a:1:{s:11:\"show_author\";i:1;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:25:{s:15:\"box_padding_top\";i:1;s:18:\"box_padding_bottom\";i:1;s:17:\"box_margin_bottom\";i:1;s:12:\"image_margin\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:16:\"title_margin_top\";i:1;s:13:\"content_color\";i:1;s:23:\"content_typo_typography\";i:1;s:24:\"content_typo_font_family\";i:1;s:22:\"content_typo_font_size\";i:1;s:24:\"content_typo_font_weight\";i:1;s:24:\"content_typo_line_height\";i:1;s:14:\"postmeta_color\";i:1;s:24:\"postmeta_typo_typography\";i:1;s:25:\"postmeta_typo_font_family\";i:1;s:23:\"postmeta_typo_font_size\";i:1;s:25:\"postmeta_typo_font_weight\";i:1;s:25:\"postmeta_typo_line_height\";i:1;s:19:\"postmeta_margin_top\";i:1;s:22:\"postmeta_margin_bottom\";i:1;s:12:\"box_bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(13303,3269,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(13306,3270,'_wp_page_template','template/template-homepage.php'),(13307,3270,'_elementor_edit_mode','builder'),(13308,3270,'_elementor_template_type','wp-page'),(13309,3270,'_elementor_version','3.23.4');
INSERT INTO `wpau_postmeta` VALUES (13310,3270,'_elementor_data','[{\"id\":\"435637f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/stylish-business-team-three-scaled-1-copy.webp\",\"id\":3122,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"shape_divider_bottom\":\"waves\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"afa2d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"none\"},\"elements\":[{\"id\":\"c9cc224\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6098129\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8a7861b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38ead9b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c36546e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"About Point2listing\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"1df8c96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth. Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e59edb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our team of professional realtors is dedicated to offering expert guidance at every step of the process.Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1afe877\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"9973815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8e51fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Path To Success: Guiding Principles For Growth\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"373a5ed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"8d44ea5\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"f127511\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fc5aa90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"63438cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1886,\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.32)\"},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"577945e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"977f2d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b05a44e\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"bdcb253\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13311,3270,'_elementor_controls_usage','a:14:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;}}}}s:26:\"houzez-property-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:17;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"content_width\";i:7;s:20:\"custom_height_mobile\";i:1;s:6:\"layout\";i:4;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;}s:21:\"section_shape_divider\";a:6:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:9:\"animation\";i:3;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:5:\"color\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:5;s:19:\"hz_section_subtitle\";i:1;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:16:{s:38:\"section_subtitle_typography_typography\";i:5;s:39:\"section_subtitle_typography_font_family\";i:5;s:37:\"section_subtitle_typography_font_size\";i:5;s:42:\"section_subtitle_typography_letter_spacing\";i:5;s:24:\"homey_main_title_spacing\";i:5;s:22:\"homey_subtitle_spacing\";i:5;s:34:\"houzez_section_title_margin_bottom\";i:5;s:35:\"section_title_typography_typography\";i:5;s:36:\"section_title_typography_font_family\";i:5;s:34:\"section_title_typography_font_size\";i:5;s:36:\"section_title_typography_font_weight\";i:5;s:36:\"section_title_typography_line_height\";i:5;s:39:\"section_title_typography_letter_spacing\";i:5;s:26:\"houzez_section_title_color\";i:5;s:29:\"houzez_section_subtitle_color\";i:5;s:26:\"houzez_section_title_align\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:5;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:1;s:12:\"text_columns\";i:1;s:10:\"column_gap\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:4;s:6:\"suffix\";i:4;s:5:\"title\";i:4;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:28:\"typography_title_line_height\";i:4;}}}}s:25:\"houzez_elementor_icon_box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:10:\"icon_boxes\";i:1;}s:24:\"content_section_settings\";a:1:{s:16:\"icon_boxes_style\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_iconbox_style\";a:12:{s:9:\"icon_size\";i:1;s:29:\"title_typography_a_typography\";i:1;s:30:\"title_typography_a_font_family\";i:1;s:28:\"title_typography_a_font_size\";i:1;s:30:\"title_typography_a_font_weight\";i:1;s:30:\"title_typography_a_line_height\";i:1;s:33:\"title_typography_a_letter_spacing\";i:1;s:35:\"description_typography_a_typography\";i:1;s:36:\"description_typography_a_font_family\";i:1;s:34:\"description_typography_a_font_size\";i:1;s:36:\"description_typography_a_font_weight\";i:1;s:36:\"description_typography_a_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:28:\"houzez_elementor_team_member\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:4:{s:10:\"team_image\";i:4;s:9:\"team_name\";i:4;s:13:\"team_position\";i:4;s:16:\"team_description\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:4;s:4:\"view\";i:4;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:4;s:10:\"icon_color\";i:4;}s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:4;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:4;s:27:\"icon_typography_font_family\";i:4;s:25:\"icon_typography_font_size\";i:4;s:27:\"icon_typography_font_weight\";i:4;s:27:\"icon_typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:27:\"houzez_elementor_blog_posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:11:\"posts_limit\";i:1;}s:16:\"showhide_section\";a:1:{s:11:\"show_author\";i:1;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:25:{s:15:\"box_padding_top\";i:1;s:18:\"box_padding_bottom\";i:1;s:17:\"box_margin_bottom\";i:1;s:12:\"image_margin\";i:1;s:21:\"title_typo_typography\";i:1;s:22:\"title_typo_font_family\";i:1;s:20:\"title_typo_font_size\";i:1;s:22:\"title_typo_font_weight\";i:1;s:22:\"title_typo_line_height\";i:1;s:16:\"title_margin_top\";i:1;s:13:\"content_color\";i:1;s:23:\"content_typo_typography\";i:1;s:24:\"content_typo_font_family\";i:1;s:22:\"content_typo_font_size\";i:1;s:24:\"content_typo_font_weight\";i:1;s:24:\"content_typo_line_height\";i:1;s:14:\"postmeta_color\";i:1;s:24:\"postmeta_typo_typography\";i:1;s:25:\"postmeta_typo_font_family\";i:1;s:23:\"postmeta_typo_font_size\";i:1;s:25:\"postmeta_typo_font_weight\";i:1;s:25:\"postmeta_typo_line_height\";i:1;s:19:\"postmeta_margin_top\";i:1;s:22:\"postmeta_margin_bottom\";i:1;s:12:\"box_bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(13312,3270,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(13327,3272,'_wp_attached_file','2024/09/57691-scaled.jpg'),(13328,3272,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:24:\"2024/09/57691-scaled.jpg\";s:8:\"filesize\";i:580211;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"57691-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81854;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"57691-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221946;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"57691-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54936;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"57691-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171850;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:62:\"puzzle pieces with target and arrow vector illustration design\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:35:\"puzzle pieces with target and arrow\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:30:{i:0;s:6:\"puzzle\";i:1;s:6:\"pieces\";i:2;s:8:\"strategy\";i:3;s:5:\"arrow\";i:4;s:6:\"target\";i:5;s:5:\"icons\";i:6;s:6:\"object\";i:7;s:8:\"teamwork\";i:8;s:6:\"global\";i:9;s:7:\"success\";i:10;s:9:\"invention\";i:11;s:12:\"organization\";i:12;s:9:\"resources\";i:13;s:7:\"finance\";i:14;s:12:\"illustration\";i:15;s:5:\"media\";i:16;s:7:\"process\";i:17;s:6:\"design\";i:18;s:6:\"vector\";i:19;s:11:\"achievement\";i:20;s:8:\"decision\";i:21;s:13:\"opportunities\";i:22;s:13:\"communication\";i:23;s:10:\"investment\";i:24;s:6:\"office\";i:25;s:11:\"partnership\";i:26;s:8:\"planning\";i:27;s:9:\"solutions\";i:28;s:7:\"achieve\";i:29;s:4:\"icon\";}}s:14:\"original_image\";s:9:\"57691.jpg\";}'),(13356,3278,'_wp_attached_file','2024/09/57691-Converted.png'),(13357,3278,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2122;s:6:\"height\";i:2122;s:4:\"file\";s:27:\"2024/09/57691-Converted.png\";s:8:\"filesize\";i:112123;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"57691-Converted-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23372;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"57691-Converted-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"57691-Converted-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11270;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"57691-Converted-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65432;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"57691-Converted-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145060;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"57691-Converted-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198327;}s:14:\"houzez-gallery\";a:5:{s:4:\"file\";s:28:\"57691-Converted-1170x785.png\";s:5:\"width\";i:1170;s:6:\"height\";i:785;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101184;}s:19:\"houzez-item-image-1\";a:5:{s:4:\"file\";s:27:\"57691-Converted-592x444.png\";s:5:\"width\";i:592;s:6:\"height\";i:444;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48107;}s:13:\"houzez-top-v7\";a:5:{s:4:\"file\";s:27:\"57691-Converted-780x780.png\";s:5:\"width\";i:780;s:6:\"height\";i:780;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66596;}s:19:\"houzez-item-image-4\";a:5:{s:4:\"file\";s:27:\"57691-Converted-758x564.png\";s:5:\"width\";i:758;s:6:\"height\";i:564;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63475;}s:19:\"houzez-item-image-6\";a:5:{s:4:\"file\";s:27:\"57691-Converted-584x438.png\";s:5:\"width\";i:584;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47216;}s:23:\"houzez-variable-gallery\";a:5:{s:4:\"file\";s:27:\"57691-Converted-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50382;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:26:\"57691-Converted-120x90.png\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8612;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:27:\"57691-Converted-496x496.png\";s:5:\"width\";i:496;s:6:\"height\";i:496;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40642;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13431,3285,'_wp_attached_file','2024/09/Remax-1.webp'),(13432,3285,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2024/09/Remax-1.webp\";s:8:\"filesize\";i:1674;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Remax-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3726;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:19:\"Remax-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2662;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13433,3286,'_wp_attached_file','2024/09/Royal-lpage-1.webp'),(13434,3286,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2024/09/Royal-lpage-1.webp\";s:8:\"filesize\";i:1630;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Royal-lpage-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3932;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:25:\"Royal-lpage-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13435,3287,'_wp_attached_file','2024/09/sothebys-1.webp'),(13436,3287,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2024/09/sothebys-1.webp\";s:8:\"filesize\";i:3124;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"sothebys-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6866;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:22:\"sothebys-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4912;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13437,3288,'_wp_attached_file','2024/09/2reality-1.webp'),(13438,3288,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2024/09/2reality-1.webp\";s:8:\"filesize\";i:3272;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"2reality-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6556;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:22:\"2reality-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13439,3289,'_wp_attached_file','2024/09/CIR-1.webp'),(13440,3289,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2024/09/CIR-1.webp\";s:8:\"filesize\";i:3232;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"CIR-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7026;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:17:\"CIR-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5096;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13441,3290,'_wp_attached_file','2024/09/Expo-reality-1.webp'),(13442,3290,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2024/09/Expo-reality-1.webp\";s:8:\"filesize\";i:2820;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Expo-reality-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6348;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:26:\"Expo-reality-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4572;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13443,3291,'_wp_attached_file','2024/09/Homelife-1.webp'),(13444,3291,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2024/09/Homelife-1.webp\";s:8:\"filesize\";i:3418;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Homelife-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6376;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:22:\"Homelife-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4834;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13590,6,'_elementor_css','a:6:{s:4:\"time\";i:1725359587;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13592,2474,'_elementor_css','a:6:{s:4:\"time\";i:1725359587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13593,3080,'_elementor_inline_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><style type=\"text/css\">	.st0{fill:#E7A23B;}	.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}</style><g>	<g>		<g>			<g>				<path class=\"st0\" d=\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\"></path>			</g>			<g>				<g>					<path class=\"st0\" d=\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\"></path>				</g>			</g>		</g>	</g>	<path class=\"st0\" d=\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\"></path>	<polygon class=\"st0\" points=\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \"></polygon>	<rect x=\"67.56\" y=\"58.8\" class=\"st0\" width=\"3.98\" height=\"20.74\"></rect>	<path class=\"st0\" d=\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\"></path>	<path class=\"st0\" d=\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\"></path>	<path class=\"st0\" d=\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\"></path>	<polygon class=\"st0\" points=\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \"></polygon>	<polygon class=\"st0\" points=\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \"></polygon>	<path class=\"st0\" d=\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\"></path>	<path class=\"st0\" d=\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\"></path>	<path class=\"st0\" d=\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\"></path></g><path class=\"st1\" d=\"M87.12,54.82h-43.1H87.12z\"></path></svg>'),(13595,2474,'_elementor_element_cache','{\"timeout\":1726089952,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-78a7704 e-con-full e-flex e-con e-parent\\\" data-id=\\\"78a7704\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-8b430bc e-con-full e-flex e-con e-child\\\" data-id=\\\"8b430bc\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-26f89c9 elementor-widget elementor-widget-image\\\" data-id=\\\"26f89c9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"300\\\" height=\\\"300\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-300x300.png\\\" class=\\\"attachment-medium size-medium wp-image-1841\\\" alt=\\\"Point 2 Lisiting logo\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-300x300.png 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-1024x1024.png 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-150x150.png 150w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-768x768.png 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-600x600.png 600w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-496x496.png 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown.png 1080w\\\" sizes=\\\"(max-width: 300px) 100vw, 300px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-577dcb0 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"577dcb0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>At Point2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d42f0cc elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\\\" data-id=\\\"d42f0cc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}<\\/style>\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-ddddeb0\\\" href=\\\"https:\\/\\/www.facebook.com\\/point2listing\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-facebook\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-2579fc8\\\" href=\\\"https:\\/\\/www.instagram.com\\/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-b035e2c\\\" href=\\\"https:\\/\\/www.linkedin.com\\/company\\/point2listing\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Linkedin<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-linkedin\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-76777be e-con-full e-flex e-con e-child\\\" data-id=\\\"76777be\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d3936fd elementor-widget elementor-widget-heading\\\" data-id=\\\"d3936fd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h2 class=\\\"elementor-heading-title elementor-size-default\\\">Company<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-59e0d11 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"59e0d11\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"http:\\/\\/point2listing.ca\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/widget-icon-list.min.css\\\">\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/about-us\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">About Us<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Contact<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/blog\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Blog<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/privacy-policy\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Privacy Policy<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/terms-and-conditions\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Terms & Conditions<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2ceb441 e-con-full e-flex e-con e-child\\\" data-id=\\\"2ceb441\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-404dd9c elementor-widget elementor-widget-heading\\\" data-id=\\\"404dd9c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Services<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-938937f elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"938937f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Digital Marketing<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/seo\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">SEO Services<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Social Media Marekting<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/lead-generation\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Real Estate Lead Generation<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/content-marketing\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Content Marketing<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/ppc\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">PPC Management<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/web-development\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Web Development<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/email-marketing\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Email Marketing<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b728e70 e-con-full e-flex e-con e-child\\\" data-id=\\\"b728e70\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3e24305 elementor-widget elementor-widget-heading\\\" data-id=\\\"3e24305\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Contacts<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0dfe80d elementor-widget elementor-widget-heading\\\" data-id=\\\"0dfe80d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Address<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cb51f48 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"cb51f48\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ce23a36 elementor-widget elementor-widget-heading\\\" data-id=\\\"ce23a36\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Phone<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-77e1e4d elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"77e1e4d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">(888) 876-1054<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0d8a6d2 elementor-widget elementor-widget-heading\\\" data-id=\\\"0d8a6d2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Email<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-66968d2 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"66968d2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">info@point2listing.ca<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">contact@point2listing.ca<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6d0ac80 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"6d0ac80\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b9e82a3 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"b9e82a3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Copyright \\u00a9 Point2 Listing 2024. All Rights Reserved. Designed by <a style=\\\"color: white;\\\" href=\\\"https:\\/\\/rankray.us\\/\\\">Rank Ray<\\/a>.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(13598,20,'_elementor_css','a:6:{s:4:\"time\";i:1725359662;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:1;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13599,20,'_elementor_element_cache','{\"timeout\":1725538988,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-63c97c2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\\\" data-id=\\\"63c97c2\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;waves&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-bottom\\\" data-negative=\\\"true\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M790.5,93.1c-59.3-5.3-116.8-18-192.6-50c-29.6-12.7-76.9-31-100.5-35.9c-23.6-4.9-52.6-7.8-75.5-5.3\\n\\tc-10.2,1.1-22.6,1.4-50.1,7.4c-27.2,6.3-58.2,16.6-79.4,24.7c-41.3,15.9-94.9,21.9-134,22.6C72,58.2,0,25.8,0,25.8V100h1000V65.3\\n\\tc0,0-51.5,19.4-106.2,25.7C839.5,97,814.1,95.2,790.5,93.1z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e1a6a8e\\\" data-id=\\\"e1a6a8e\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5cd37bb elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"5cd37bb\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h1 class=\\\"elementor-heading-title elementor-size-default\\\">Portfolio<\\/h1>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjM1NmRkNTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXh0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRleHRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjM0IiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsidGV4dF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJsaW5rX2NvbG9yIjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXotcHJvcGVydHktYnJlYWRjcnVtYiJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a602899\\\" data-id=\\\"a602899\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-de4f357 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"de4f357\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-71b9235\\\" data-id=\\\"71b9235\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b2927cb elementor-widget elementor-widget-spacer\\\" data-id=\\\"b2927cb\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\\/style>\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-ce6c3cc elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"ce6c3cc\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-510a53d\\\" data-id=\\\"510a53d\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6ImViMWZiM2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiRXh0ZXJpb3IgZGVzaWduIHByb2plY3RzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIzAwMjMzRCIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIzAwMjMzRCIsIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gRHVpcyBtb2xsaXMgZXQgc2VtIHNlZCBzb2xsaWNpdHVkaW4uIERvbmVjIG5vbiBvZGlvIG5lcXVlLiIsIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-36c6bdd\\\" data-id=\\\"36c6bdd\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-894e6a2\\\" data-id=\\\"894e6a2\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-55b8bd4 gallery-spacing-custom elementor-widget elementor-widget-image-gallery\\\" data-id=\\\"55b8bd4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-gallery.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}<\\/style>\\t\\t<div class=\\\"elementor-image-gallery\\\">\\n\\t\\t\\t<div id=\'gallery-1\' class=\'gallery galleryid-20 gallery-columns-3 gallery-size-full\'><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"55b8bd4\\\" data-elementor-lightbox-title=\\\"image-9\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ2MSwidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA5XC9pbWFnZS05LmpwZyIsInNsaWRlc2hvdyI6IjU1YjhiZDQifQ%3D%3D\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-9.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-9.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-9.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-9-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-9-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-9-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-9-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-9-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"55b8bd4\\\" data-elementor-lightbox-title=\\\"house-model-3\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDIsInVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIwXC8wOVwvaG91c2UtbW9kZWwtMy5qcGciLCJzbGlkZXNob3ciOiI1NWI4YmQ0In0%3D\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-3.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-3.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-3.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-3-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-3-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-3-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-3-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-3-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"55b8bd4\\\" data-elementor-lightbox-title=\\\"house-model-4\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDMsInVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIwXC8wOVwvaG91c2UtbW9kZWwtNC5qcGciLCJzbGlkZXNob3ciOiI1NWI4YmQ0In0%3D\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-4.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-4.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-4.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-4-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-4-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-4-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-4-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-4-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"55b8bd4\\\" data-elementor-lightbox-title=\\\"image-11\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ2NSwidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA5XC9pbWFnZS0xMS5qcGciLCJzbGlkZXNob3ciOiI1NWI4YmQ0In0%3D\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-11.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-11.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-11.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-11-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-11-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-11-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-11-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-11-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"55b8bd4\\\" data-elementor-lightbox-title=\\\"house-model-1\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDAsInVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIwXC8wOVwvaG91c2UtbW9kZWwtMS5qcGciLCJzbGlkZXNob3ciOiI1NWI4YmQ0In0%3D\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-1.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-1.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-1.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-1-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-1-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-1-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-1-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-1-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"55b8bd4\\\" data-elementor-lightbox-title=\\\"house-model-2\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEsInVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIwXC8wOVwvaG91c2UtbW9kZWwtMi5qcGciLCJzbGlkZXNob3ciOiI1NWI4YmQ0In0%3D\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-2.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-2.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-2.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-2-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-2-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-2-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-2-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/house-model-2-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"55b8bd4\\\" data-elementor-lightbox-title=\\\"image-12\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA5XC9pbWFnZS0xMi5qcGciLCJzbGlkZXNob3ciOiI1NWI4YmQ0In0%3D\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-12.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-12.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-12.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-12-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-12-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-12-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-12-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-12-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"55b8bd4\\\" data-elementor-lightbox-title=\\\"image-4\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzUsInVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIwXC8wOVwvaW1hZ2UtNC5qcGciLCJzbGlkZXNob3ciOiI1NWI4YmQ0In0%3D\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-4.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-4.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-4.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-4-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-4-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-4-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-4-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-4-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"55b8bd4\\\" data-elementor-lightbox-title=\\\"image-3\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzQsInVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIwXC8wOVwvaW1hZ2UtMy5qcGciLCJzbGlkZXNob3ciOiI1NWI4YmQ0In0%3D\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-3.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-3.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-3.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-3-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-3-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-3-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-3-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-3-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure>\\n\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6316633 elementor-widget elementor-widget-spacer\\\" data-id=\\\"6316633\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-a1b1ac7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"a1b1ac7\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-861312b\\\" data-id=\\\"861312b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f92a17b elementor-widget elementor-widget-spacer\\\" data-id=\\\"f92a17b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-d9f8d54 elementor-section-full_width elementor-section-content-middle elementor-reverse-tablet elementor-reverse-mobile elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"d9f8d54\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-fa4257c\\\" data-id=\\\"fa4257c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2f1241b gallery-spacing-custom elementor-invisible elementor-widget elementor-widget-image-gallery\\\" data-id=\\\"2f1241b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image-gallery.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-gallery\\\">\\n\\t\\t\\t<div id=\'gallery-2\' class=\'gallery galleryid-20 gallery-columns-3 gallery-size-full\'><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"2f1241b\\\" data-elementor-lightbox-title=\\\"gallery-3\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNSwidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA5XC9nYWxsZXJ5LTMuanBnIiwic2xpZGVzaG93IjoiMmYxMjQxYiJ9\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-3-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"2f1241b\\\" data-elementor-lightbox-title=\\\"image-7\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTIzLCJ1cmwiOiJodHRwczpcL1wvcG9pbnQybGlzdGluZy5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyMFwvMDlcL2ltYWdlLTcuanBnIiwic2xpZGVzaG93IjoiMmYxMjQxYiJ9\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-7.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-7.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-7.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-7-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-7-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-7-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-7-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-7-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"2f1241b\\\" data-elementor-lightbox-title=\\\"cozy-1\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUsInVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIwXC8wOVwvY296eS0xLmpwZyIsInNsaWRlc2hvdyI6IjJmMTI0MWIifQ%3D%3D\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/cozy-1-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"2f1241b\\\" data-elementor-lightbox-title=\\\"gallery-1\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzMywidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA5XC9nYWxsZXJ5LTEuanBnIiwic2xpZGVzaG93IjoiMmYxMjQxYiJ9\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-1.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-1.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-1.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-1-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-1-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-1-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-1-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-1-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"2f1241b\\\" data-elementor-lightbox-title=\\\"gallery-4\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNiwidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA5XC9nYWxsZXJ5LTQuanBnIiwic2xpZGVzaG93IjoiMmYxMjQxYiJ9\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-4.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-4.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-4.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-4-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-4-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-4-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-4-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-4-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"2f1241b\\\" data-elementor-lightbox-title=\\\"gallery-6\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzOCwidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA5XC9nYWxsZXJ5LTYuanBnIiwic2xpZGVzaG93IjoiMmYxMjQxYiJ9\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-6.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-6.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-6.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-6-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-6-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-6-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-6-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-6-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"2f1241b\\\" data-elementor-lightbox-title=\\\"gallery-7\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzOSwidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA5XC9nYWxsZXJ5LTcuanBnIiwic2xpZGVzaG93IjoiMmYxMjQxYiJ9\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-7-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"2f1241b\\\" data-elementor-lightbox-title=\\\"gallery-5\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTMzNywidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA5XC9nYWxsZXJ5LTUuanBnIiwic2xpZGVzaG93IjoiMmYxMjQxYiJ9\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-5.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-5.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-5.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-5-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-5-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-5-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-5-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/gallery-5-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"2f1241b\\\" data-elementor-lightbox-title=\\\"image-10\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ2NiwidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA5XC9pbWFnZS0xMC5qcGciLCJzbGlkZXNob3ciOiIyZjEyNDFiIn0%3D\\\" href=\'https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg\'><img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg\\\" class=\\\"attachment-full size-full\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-10.jpg 1440w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-10-300x200.jpg 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-10-1024x683.jpg 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-10-768x512.jpg 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-10-900x600.jpg 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2020\\/09\\/image-10-496x331.jpg 496w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure>\\n\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a21d3af\\\" data-id=\\\"a21d3af\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-66d2368\\\" data-id=\\\"66d2368\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6ImI4NzIyMjAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiSW50ZXJpb3IgZGVzaWduIHByb2plY3RzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIzAwMjMzRCIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIzAwMjMzRCIsIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gRHVpcyBtb2xsaXMgZXQgc2VtIHNlZCBzb2xsaWNpdHVkaW4uIERvbmVjIG5vbiBvZGlvIG5lcXVlLiIsIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-812d9ab elementor-widget elementor-widget-spacer\\\" data-id=\\\"812d9ab\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-c10e0a6 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"c10e0a6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\\n\\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\\n\\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-341ab5d\\\" data-id=\\\"341ab5d\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6ImVjNTE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ\\/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBEdWlzIG1vbGxpcyBldCBzZW0gc2VkIHNvbGxpY2l0dWRpbi4gRG9uZWMgbm9uIG9kaW8gbmVxdWUuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-9dd1cc8 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"9dd1cc8\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/demo18.houzez.co\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a consultation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13600,2076,'_elementor_css','a:6:{s:4:\"time\";i:1725359666;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13601,2076,'_elementor_element_cache','{\"timeout\":1725631056,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-1b193797 e-con-full e-flex e-con e-parent\\\" data-id=\\\"1b193797\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6ff5af06 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"6ff5af06\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4d66f6f e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"4d66f6f\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-696f91a4 elementor-widget elementor-widget-heading\\\" data-id=\\\"696f91a4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h2 class=\\\"elementor-heading-title elementor-size-default\\\">Old Quebec City <\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6093fe97 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"6093fe97\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>The historic heart of Quebec City, Old Quebec is a UNESCO World Heritage Site renowned for its charming cobblestone streets, 17th-century architecture, and iconic landmarks such as the Ch\\u00e2teau Frontenac. Visitors can explore its quaint shops, cafes, and museums while immersing themselves in the city&#8217;s French heritage.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-a1769bb e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"a1769bb\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-624b8822 elementor-widget elementor-widget-image\\\" data-id=\\\"624b8822\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Old-Quebec-City-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2210\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Old-Quebec-City-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Old-Quebec-City-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Old-Quebec-City-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Old-Quebec-City-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Old-Quebec-City-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Old-Quebec-City-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Old-Quebec-City-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-43cc442e elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"43cc442e\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-1dee0f82 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"1dee0f82\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6d74324f elementor-widget elementor-widget-image\\\" data-id=\\\"6d74324f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Montmorency-Falls-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2208\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Montmorency-Falls-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Montmorency-Falls-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Montmorency-Falls-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Montmorency-Falls-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Montmorency-Falls-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Montmorency-Falls-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Montmorency-Falls-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-41e52438 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"41e52438\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-10df2c4e elementor-widget elementor-widget-heading\\\" data-id=\\\"10df2c4e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Montmorency Falls<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-caa9547 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"caa9547\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Located just outside Quebec City, Montmorency Falls is a breathtaking natural wonder standing taller than Niagara Falls. Visitors can admire the waterfall from various viewpoints, take a cable car ride to the top for panoramic views, or even zip-line across the falls for an adrenaline rush.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-4093b4bf elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"4093b4bf\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4a8cc186 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"4a8cc186\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-683e065d elementor-widget elementor-widget-heading\\\" data-id=\\\"683e065d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Montmorency Falls<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6dabb810 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"6dabb810\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Located just outside Quebec City, Montmorency Falls is a breathtaking natural wonder standing taller than Niagara Falls. Visitors can admire the waterfall from various viewpoints, take a cable car ride to the top for panoramic views, or even zip-line across the falls for an adrenaline rush.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-5d6ca46a e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"5d6ca46a\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-471694c0 elementor-widget elementor-widget-image\\\" data-id=\\\"471694c0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2209\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-50c72c90 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"50c72c90\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-674eabac e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"674eabac\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d384021 elementor-widget elementor-widget-heading\\\" data-id=\\\"d384021\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Mont-Tremblant<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-32d48a76 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"32d48a76\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>A popular destination for outdoor enthusiasts, Mont-Tremblant is a picturesque resort town nestled in the Laurentian Mountains. In winter, it offers world-class skiing and snowboarding opportunities, while in summer, visitors can enjoy hiking, mountain biking, golfing, and water sports on Lake Tremblant.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-57abdd54 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"57abdd54\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-543b246e elementor-widget elementor-widget-image\\\" data-id=\\\"543b246e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2209\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Mont-Tremblant-1-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-8f1c7ce elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"8f1c7ce\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-11963436 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"11963436\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-21fe89d5 elementor-widget elementor-widget-image\\\" data-id=\\\"21fe89d5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2211\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-41fd9365 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"41fd9365\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-58cd6f95 elementor-widget elementor-widget-heading\\\" data-id=\\\"58cd6f95\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Plains of Abraham<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-57e5107e elementor-widget elementor-widget-text-editor\\\" data-id=\\\"57e5107e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it&#8217;s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7dde0f82 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"7dde0f82\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-a37b8b0 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"a37b8b0\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2a929f56 elementor-widget elementor-widget-heading\\\" data-id=\\\"2a929f56\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Plains of Abraham<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-21ea7307 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"21ea7307\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it&#8217;s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1e819075 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"1e819075\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-475f2490 elementor-widget elementor-widget-image\\\" data-id=\\\"475f2490\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2211\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Plains-of-Abraham-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13602,2216,'_elementor_css','a:6:{s:4:\"time\";i:1725359668;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13603,2216,'_elementor_element_cache','{\"timeout\":1725538993,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-4bc33c80 e-con-full e-flex e-con e-parent\\\" data-id=\\\"4bc33c80\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-ebeb44 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"ebeb44\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4be3d748 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"4be3d748\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4d27a2c3 elementor-widget elementor-widget-heading\\\" data-id=\\\"4d27a2c3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h2 class=\\\"elementor-heading-title elementor-size-default\\\">Niagara Falls<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c2ebf3e elementor-widget elementor-widget-text-editor\\\" data-id=\\\"c2ebf3e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>One of the most iconic natural wonders in the world, Niagara Falls straddles the border between Ontario and New York State. Visitors can experience the awe-inspiring power of the falls up close through boat tours, observation decks, or even helicopter rides. The surrounding area also offers attractions such as the Niagara Parks Butterfly Conservatory and the Niagara SkyWheel.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2dcf56de e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"2dcf56de\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-455fef7c elementor-widget elementor-widget-image\\\" data-id=\\\"455fef7c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-Falls-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2243\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-Falls-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-Falls-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-Falls-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-Falls-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-Falls-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-Falls-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-Falls-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-65224fb7 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"65224fb7\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c8c4113 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"c8c4113\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5b61a723 elementor-widget elementor-widget-heading\\\" data-id=\\\"5b61a723\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Thounsand Islands<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1240c27 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1240c27\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Situated between Ontario and New York State, the Thousand Islands region is characterized by its picturesque islands, crystal-clear waters, and historic waterfront communities. Visitors can take boat tours, go kayaking or paddleboarding, or explore charming towns like Gananoque and Kingston.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-64b54b81 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"64b54b81\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c50d9f4 elementor-widget elementor-widget-image\\\" data-id=\\\"c50d9f4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2247\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-24edbb34 elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"24edbb34\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-1a0ae717 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"1a0ae717\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-563c4c67 elementor-widget elementor-widget-image\\\" data-id=\\\"563c4c67\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2247\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Thousand-Islands-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6ca9c6e e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"6ca9c6e\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1f04676b elementor-widget elementor-widget-heading\\\" data-id=\\\"1f04676b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Thounsand Islands<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6c05e275 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"6c05e275\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Situated between Ontario and New York State, the Thousand Islands region is characterized by its picturesque islands, crystal-clear waters, and historic waterfront communities. Visitors can take boat tours, go kayaking or paddleboarding, or explore charming towns like Gananoque and Kingston.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-5a79dec8 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"5a79dec8\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-556bc55c e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"556bc55c\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5366b59d elementor-widget elementor-widget-heading\\\" data-id=\\\"5366b59d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Bruce Peninsula National Park<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6fff807d elementor-widget elementor-widget-text-editor\\\" data-id=\\\"6fff807d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>A popular destination for outdoor enthusiasts, Mont-Tremblant is a picturesque resort town nestled in the Laurentian Mountains. In winter, it offers world-class skiing and snowboarding opportunities, while in summer, visitors can enjoy hiking, mountain biking, golfing, and water sports on Lake Tremblant.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-53de4dc3 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"53de4dc3\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3409b17 elementor-widget elementor-widget-image\\\" data-id=\\\"3409b17\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Algonquin-Provincial-Park-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2242\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Algonquin-Provincial-Park-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Algonquin-Provincial-Park-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Algonquin-Provincial-Park-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Algonquin-Provincial-Park-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Algonquin-Provincial-Park-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Algonquin-Provincial-Park-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Algonquin-Provincial-Park-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-73c1eadf elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"73c1eadf\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-662521d1 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"662521d1\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6832778a elementor-widget elementor-widget-image\\\" data-id=\\\"6832778a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2244\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3cd2f53b e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"3cd2f53b\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4e33d89 elementor-widget elementor-widget-heading\\\" data-id=\\\"4e33d89\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Niagara-on-the-Lake<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-13521559 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"13521559\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it&#8217;s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3c30fae0 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"3c30fae0\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-46b47526 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"46b47526\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7833335 elementor-widget elementor-widget-heading\\\" data-id=\\\"7833335\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Niagara-on-the-Lake<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-477e183f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"477e183f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it&#8217;s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-5f9fcc11 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"5f9fcc11\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-35625479 elementor-widget elementor-widget-image\\\" data-id=\\\"35625479\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2244\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Niagara-on-the-Lake-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13604,2239,'_elementor_css','a:6:{s:4:\"time\";i:1725359671;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13605,2239,'_elementor_element_cache','{\"timeout\":1726064754,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-17c16dfd e-con-full e-flex e-con e-parent\\\" data-id=\\\"17c16dfd\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-16f45117 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"16f45117\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-7445dcb8 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"7445dcb8\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6e6a25d7 elementor-widget elementor-widget-heading\\\" data-id=\\\"6e6a25d7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h2 class=\\\"elementor-heading-title elementor-size-default\\\">Banff National Park<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-eb041e6 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb041e6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>Situated in the heart of the Canadian Rockies, Banff National Park is renowned for its majestic mountain landscapes, turquoise lakes, and abundant wildlife. Visitors can explore iconic attractions such as Lake Louise, Moraine Lake, and the town of Banff, as well as enjoy outdoor activities such as hiking, skiing, and wildlife viewing.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2a0fe4f7 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"2a0fe4f7\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-25037b8d elementor-widget elementor-widget-image\\\" data-id=\\\"25037b8d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Banff-National-Park-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2253\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Banff-National-Park-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Banff-National-Park-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Banff-National-Park-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Banff-National-Park-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Banff-National-Park-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Banff-National-Park-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Banff-National-Park-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7e884cc7 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"7e884cc7\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-3f6ca021 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"3f6ca021\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-147e6d89 elementor-widget elementor-widget-heading\\\" data-id=\\\"147e6d89\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Calgary Stampede<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-70259d1 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"70259d1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Known as &#8220;The Greatest Outdoor Show on Earth,&#8221; the Calgary Stampede is an annual event held in Calgary that celebrates western heritage and culture. Highlights include rodeo competitions, chuckwagon races, live music, and carnival rides, attracting visitors from around the world.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3190293 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"3190293\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-77ad877b elementor-widget elementor-widget-image\\\" data-id=\\\"77ad877b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2254\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-54de1428 elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"54de1428\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-6711fbf3 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"6711fbf3\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-13f28591 elementor-widget elementor-widget-image\\\" data-id=\\\"13f28591\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2254\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Calgary-Stampede-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-4734312f e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"4734312f\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7fb170b2 elementor-widget elementor-widget-heading\\\" data-id=\\\"7fb170b2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Calgary Stampede<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5519f836 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5519f836\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Known as &#8220;The Greatest Outdoor Show on Earth,&#8221; the Calgary Stampede is an annual event held in Calgary that celebrates western heritage and culture. Highlights include rodeo competitions, chuckwagon races, live music, and carnival rides, attracting visitors from around the world.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-64897936 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"64897936\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-51bc1b63 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"51bc1b63\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-755f34a9 elementor-widget elementor-widget-heading\\\" data-id=\\\"755f34a9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Drumheller<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4b90c408 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"4b90c408\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Located in the heart of the Canadian Badlands, Drumheller is famous for its rich paleontological history and unique landscapes. Visitors can explore the Royal Tyrrell Museum, which houses one of the world&#8217;s largest collections of dinosaur fossils, as well as scenic attractions such as the Hoodoos and the Atlas Coal Mine.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-37736308 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"37736308\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-76c86647 elementor-widget elementor-widget-image\\\" data-id=\\\"76c86647\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Drumheller-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2255\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Drumheller-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Drumheller-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Drumheller-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Drumheller-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Drumheller-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Drumheller-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Drumheller-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-389a2579 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"389a2579\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-5cb2c3c9 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"5cb2c3c9\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2536e02c elementor-widget elementor-widget-heading\\\" data-id=\\\"2536e02c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Jasper National Park<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-52827bdf elementor-widget elementor-widget-text-editor\\\" data-id=\\\"52827bdf\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Adjacent to Banff National Park, Jasper National Park is another stunning natural playground characterized by rugged mountains, glaciers, and deep river valleys. Highlights include the Columbia Icefield, Athabasca Falls, and the scenic Icefields Parkway, one of the most scenic drives in the world.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-45adb45e e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"45adb45e\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-452658af elementor-widget elementor-widget-image\\\" data-id=\\\"452658af\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2258\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-397b989d elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"397b989d\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-1cabcd39 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"1cabcd39\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-55ad3545 elementor-widget elementor-widget-image\\\" data-id=\\\"55ad3545\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2258\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Jasper-National-Park-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-86fe414 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"86fe414\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-48ecb7ee elementor-widget elementor-widget-heading\\\" data-id=\\\"48ecb7ee\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Jasper National Park<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4f0827c2 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"4f0827c2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Adjacent to Banff National Park, Jasper National Park is another stunning natural playground characterized by rugged mountains, glaciers, and deep river valleys. Highlights include the Columbia Icefield, Athabasca Falls, and the scenic Icefields Parkway, one of the most scenic drives in the world.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13606,2246,'_elementor_css','a:6:{s:4:\"time\";i:1725359685;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13607,2246,'_elementor_element_cache','{\"timeout\":1726104197,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-557264bd e-con-full e-flex e-con e-parent\\\" data-id=\\\"557264bd\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7850d63f e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"7850d63f\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4882fdc3 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"4882fdc3\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4c755d7 elementor-widget elementor-widget-heading\\\" data-id=\\\"4c755d7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h2 class=\\\"elementor-heading-title elementor-size-default\\\">Okanagan Valley<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-62a87042 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"62a87042\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>Situated in the interior of British Columbia, the Okanagan Valley is renowned for its picturesque vineyards, orchards, and lakes. Visitors can enjoy wine tasting tours, outdoor activities such as boating and hiking, and exploring charming towns like Kelowna and Penticton.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2a2218f9 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"2a2218f9\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4e0a001d elementor-widget elementor-widget-image\\\" data-id=\\\"4e0a001d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Okanagan-Valley-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2268\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Okanagan-Valley-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Okanagan-Valley-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Okanagan-Valley-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Okanagan-Valley-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Okanagan-Valley-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Okanagan-Valley-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Okanagan-Valley-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-4e8feb53 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"4e8feb53\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4feff210 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"4feff210\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-361cd705 elementor-widget elementor-widget-heading\\\" data-id=\\\"361cd705\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Glacier National Park<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6f7af93c elementor-widget elementor-widget-text-editor\\\" data-id=\\\"6f7af93c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Located in the Selkirk Mountains of eastern British Columbia, Glacier National Park is a rugged wilderness area known for its towering peaks, ancient glaciers, and pristine alpine lakes. Visitors can explore hiking trails, go backcountry camping, and marvel at the park&#8217;s stunning scenery.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-5241fa42 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"5241fa42\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7aeb520a elementor-widget elementor-widget-image\\\" data-id=\\\"7aeb520a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2263\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-774bb134 elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"774bb134\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-11459536 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"11459536\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dbd852c elementor-widget elementor-widget-image\\\" data-id=\\\"dbd852c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2263\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Glacier-National-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-529ff806 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"529ff806\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-331d7a22 elementor-widget elementor-widget-heading\\\" data-id=\\\"331d7a22\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Glacier National Park<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6ce0d1ff elementor-widget elementor-widget-text-editor\\\" data-id=\\\"6ce0d1ff\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Located in the Selkirk Mountains of eastern British Columbia, Glacier National Park is a rugged wilderness area known for its towering peaks, ancient glaciers, and pristine alpine lakes. Visitors can explore hiking trails, go backcountry camping, and marvel at the park&#8217;s stunning scenery.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3ec46e46 elementor-hidden-desktop e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"3ec46e46\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-5b5a92c9 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"5b5a92c9\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-41f24ba6 elementor-widget elementor-widget-heading\\\" data-id=\\\"41f24ba6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Haida Gwaii<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6055a8d6 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"6055a8d6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Formerly known as the Queen Charlotte Islands, Haida Gwaii is an archipelago off the northern coast of British Columbia known for its rich Indigenous culture, ancient totem poles, and stunning natural beauty. Visitors can explore the Gwaii Haanas National Park Reserve, visit traditional Haida villages, and experience the unique ecosystem of these remote islands.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-218e537b e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"218e537b\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-38d79c79 elementor-widget elementor-widget-image\\\" data-id=\\\"38d79c79\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Haida-Gwaii-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2265\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Haida-Gwaii-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Haida-Gwaii-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Haida-Gwaii-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Haida-Gwaii-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Haida-Gwaii-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Haida-Gwaii-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Haida-Gwaii-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-22f9409d elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"22f9409d\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4e6749 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"4e6749\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1879a80b elementor-widget elementor-widget-heading\\\" data-id=\\\"1879a80b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Great Bear Rainforest<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6edc6f1e elementor-widget elementor-widget-text-editor\\\" data-id=\\\"6edc6f1e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>One of the largest temperate rainforests in the world, the Great Bear Rainforest is located along British Columbia&#8217;s central and northern coast. This pristine wilderness area is home to diverse wildlife, including the rare Kermode bear (Spirit bear), as well as stunning fjords, waterfalls, and ancient forests.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-319bcd0f e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"319bcd0f\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-508fdc21 elementor-widget elementor-widget-image\\\" data-id=\\\"508fdc21\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2264\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7069d665 elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"7069d665\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-73d0ad3a e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"73d0ad3a\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3e5274ed elementor-widget elementor-widget-image\\\" data-id=\\\"3e5274ed\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2264\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Great-Bear-Rainforest-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-189897b5 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"189897b5\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7df2f175 elementor-widget elementor-widget-heading\\\" data-id=\\\"7df2f175\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Great Bear Rainforest<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5d16030f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5d16030f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>One of the largest temperate rainforests in the world, the Great Bear Rainforest is located along British Columbia&#8217;s central and northern coast. This pristine wilderness area is home to diverse wildlife, including the rare Kermode bear (Spirit bear), as well as stunning fjords, waterfalls, and ancient forests.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13608,2266,'_elementor_css','a:6:{s:4:\"time\";i:1725359688;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13609,2266,'_elementor_element_cache','{\"timeout\":1725993298,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-5ab4605c e-con-full e-flex e-con e-parent\\\" data-id=\\\"5ab4605c\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-65f7c869 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"65f7c869\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-77879759 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"77879759\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-379845dd elementor-widget elementor-widget-heading\\\" data-id=\\\"379845dd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h2 class=\\\"elementor-heading-title elementor-size-default\\\">Wanuskewin Heritage Park<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-745ec67d elementor-widget elementor-widget-text-editor\\\" data-id=\\\"745ec67d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>Located just outside Saskatoon, Wanuskewin Heritage Park is a UNESCO World Heritage Site that celebrates the Indigenous cultures of the Northern Plains. Visitors can learn about Indigenous history, culture, and traditions through interpretive exhibits, guided tours, and cultural performances.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f1bbcf7 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"f1bbcf7\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-614b156c elementor-widget elementor-widget-image\\\" data-id=\\\"614b156c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Wanuskewin-Heritage-Park-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2281\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Wanuskewin-Heritage-Park-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Wanuskewin-Heritage-Park-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Wanuskewin-Heritage-Park-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Wanuskewin-Heritage-Park-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Wanuskewin-Heritage-Park-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Wanuskewin-Heritage-Park-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Wanuskewin-Heritage-Park-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2714eb8f elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"2714eb8f\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-1c85dc77 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"1c85dc77\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-504e33be elementor-widget elementor-widget-image\\\" data-id=\\\"504e33be\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2280\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-15606b01 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"15606b01\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3094eeb8 elementor-widget elementor-widget-heading\\\" data-id=\\\"3094eeb8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Regina<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7b5792f9 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"7b5792f9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Saskatchewan&#8217;s capital city, Regina is known for its rich cultural heritage, historic landmarks, and vibrant arts scene. Visitors can explore attractions such as the Royal Saskatchewan Museum, the Saskatchewan Legislative Building, and the lively Regina Farmers&#8217; Market.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-23adafc5 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"23adafc5\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-f5a6755 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"f5a6755\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4aa8fdec elementor-widget elementor-widget-heading\\\" data-id=\\\"4aa8fdec\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Regina<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-73514b6d elementor-widget elementor-widget-text-editor\\\" data-id=\\\"73514b6d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Saskatchewan&#8217;s capital city, Regina is known for its rich cultural heritage, historic landmarks, and vibrant arts scene. Visitors can explore attractions such as the Royal Saskatchewan Museum, the Saskatchewan Legislative Building, and the lively Regina Farmers&#8217; Market.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-63334188 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"63334188\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-755105a2 elementor-widget elementor-widget-image\\\" data-id=\\\"755105a2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2280\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Regina-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-21893c7d e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"21893c7d\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-2bbd3c64 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"2bbd3c64\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-612bdd7b elementor-widget elementor-widget-heading\\\" data-id=\\\"612bdd7b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Prince Albert National Park<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-68b77c42 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"68b77c42\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Situated in central Saskatchewan, Prince Albert National Park is a picturesque wilderness area known for its boreal forests, crystal-clear lakes, and diverse wildlife. Visitors can enjoy outdoor activities such as hiking, canoeing, fishing, and wildlife viewing.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-14e553fc e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"14e553fc\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1865c600 elementor-widget elementor-widget-image\\\" data-id=\\\"1865c600\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Prince-Albert-National-Park-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2279\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Prince-Albert-National-Park-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Prince-Albert-National-Park-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Prince-Albert-National-Park-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Prince-Albert-National-Park-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Prince-Albert-National-Park-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Prince-Albert-National-Park-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Prince-Albert-National-Park-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3ebf3f5e elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"3ebf3f5e\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-432511f6 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"432511f6\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6c82caf9 elementor-widget elementor-widget-image\\\" data-id=\\\"6c82caf9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2278\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-4e412aa e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"4e412aa\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-47bf86 elementor-widget elementor-widget-heading\\\" data-id=\\\"47bf86\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Grasslands National Park<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7d8236c0 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"7d8236c0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Located in southern Saskatchewan, Grasslands National Park is a protected area known for its rugged badlands, unique prairie landscapes, and abundant wildlife. Visitors can explore hiking trails, go camping, and experience the park&#8217;s dark sky preserve, perfect for stargazing.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6146101e elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"6146101e\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-37294a1e e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"37294a1e\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7ff380e2 elementor-widget elementor-widget-heading\\\" data-id=\\\"7ff380e2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Grasslands National Park<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-224225fb elementor-widget elementor-widget-text-editor\\\" data-id=\\\"224225fb\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Located in southern Saskatchewan, Grasslands National Park is a protected area known for its rugged badlands, unique prairie landscapes, and abundant wildlife. Visitors can explore hiking trails, go camping, and experience the park&#8217;s dark sky preserve, perfect for stargazing.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-341dea3d e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"341dea3d\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1b83a639 elementor-widget elementor-widget-image\\\" data-id=\\\"1b83a639\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2278\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Grasslands-National-Park-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13610,2256,'_elementor_css','a:6:{s:4:\"time\";i:1725359690;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13611,2256,'_elementor_element_cache','{\"timeout\":1725713264,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-3fa5c1f5 e-con-full e-flex e-con e-parent\\\" data-id=\\\"3fa5c1f5\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-772edc63 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"772edc63\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-504881a9 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"504881a9\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3719cee8 elementor-widget elementor-widget-heading\\\" data-id=\\\"3719cee8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h2 class=\\\"elementor-heading-title elementor-size-default\\\">Peggy\'s Cove<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-65dd6afa elementor-widget elementor-widget-text-editor\\\" data-id=\\\"65dd6afa\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>One of Nova Scotia&#8217;s most iconic landmarks, Peggy&#8217;s Cove is a picturesque fishing village known for its charming lighthouse, rugged granite coastline, and stunning ocean views. Visitors can explore the village, visit local art galleries, and capture breathtaking photos of the scenic surroundings.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-11a84e96 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"11a84e96\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-14349547 elementor-widget elementor-widget-image\\\" data-id=\\\"14349547\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Peggys-Cove-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2276\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Peggys-Cove-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Peggys-Cove-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Peggys-Cove-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Peggys-Cove-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Peggys-Cove-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Peggys-Cove-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Peggys-Cove-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-5ed9cbf1 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"5ed9cbf1\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-3a292ebb e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"3a292ebb\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-70cf9640 elementor-widget elementor-widget-heading\\\" data-id=\\\"70cf9640\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Cabot Trail<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-57bbb538 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"57bbb538\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Considered one of the most scenic drives in the world, the Cabot Trail is a 298-kilometer loop that winds through Cape Breton Highlands National Park, offering stunning views of rugged coastlines, towering cliffs, and lush forests. Visitors can enjoy hiking, wildlife watching, and exploring charming coastal villages along the route.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3055fd72 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"3055fd72\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2aac7447 elementor-widget elementor-widget-image\\\" data-id=\\\"2aac7447\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2277\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2a861935 elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"2a861935\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-54de81aa e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"54de81aa\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-36b18ee3 elementor-widget elementor-widget-image\\\" data-id=\\\"36b18ee3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2277\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Cabot-Trail-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-24e0fdfc e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"24e0fdfc\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7db01d58 elementor-widget elementor-widget-heading\\\" data-id=\\\"7db01d58\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Cabot Trail<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-70eb60a8 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"70eb60a8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Considered one of the most scenic drives in the world, the Cabot Trail is a 298-kilometer loop that winds through Cape Breton Highlands National Park, offering stunning views of rugged coastlines, towering cliffs, and lush forests. Visitors can enjoy hiking, wildlife watching, and exploring charming coastal villages along the route.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6ccba761 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"6ccba761\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-60abd25b e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"60abd25b\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-318fc8e elementor-widget elementor-widget-heading\\\" data-id=\\\"318fc8e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Lunenburg<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-61956013 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"61956013\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>A UNESCO World Heritage Site, Lunenburg is a charming seaside town known for its colorful historic buildings, quaint shops, and bustling waterfront. Visitors can explore attractions such as the Fisheries Museum of the Atlantic, take a guided walking tour, or go sailing in the picturesque harbor.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-43ede119 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"43ede119\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-19402067 elementor-widget elementor-widget-image\\\" data-id=\\\"19402067\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lunenburg-copy.webp\\\" class=\\\"attachment-full size-full wp-image-2275\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lunenburg-copy.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lunenburg-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lunenburg-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lunenburg-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lunenburg-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lunenburg-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lunenburg-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6eda052 elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"6eda052\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-50e41371 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"50e41371\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5ec6394a elementor-widget elementor-widget-image\\\" data-id=\\\"5ec6394a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1.webp\\\" class=\\\"attachment-full size-full wp-image-2274\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2af5b1b6 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"2af5b1b6\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-501f51ba elementor-widget elementor-widget-heading\\\" data-id=\\\"501f51ba\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Halifax<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7f723d62 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"7f723d62\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Nova Scotia&#8217;s capital city, Halifax is a vibrant urban center with a rich maritime heritage. Visitors can explore historic sites such as the Halifax Citadel National Historic Site, visit the Maritime Museum of the Atlantic, and stroll along the scenic waterfront boardwalk.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-27a99043 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"27a99043\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-96a5070 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"96a5070\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7d9b2938 elementor-widget elementor-widget-heading\\\" data-id=\\\"7d9b2938\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Halifax<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7879f0e4 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"7879f0e4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Nova Scotia&#8217;s capital city, Halifax is a vibrant urban center with a rich maritime heritage. Visitors can explore historic sites such as the Halifax Citadel National Historic Site, visit the Maritime Museum of the Atlantic, and stroll along the scenic waterfront boardwalk.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-34ae7a31 e-flex e-con-boxed elementor-invisible e-con e-child\\\" data-id=\\\"34ae7a31\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4b8bce74 elementor-widget elementor-widget-image\\\" data-id=\\\"4b8bce74\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1.webp\\\" class=\\\"attachment-full size-full wp-image-2274\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1.webp 1920w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Halifax-copy-1-496x279.webp 496w\\\" sizes=\\\"(max-width: 1920px) 100vw, 1920px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13612,2732,'_elementor_css','a:6:{s:4:\"time\";i:1725359693;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:8;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13613,2732,'_elementor_element_cache','{\"timeout\":1726015759,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-194e979 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\\\" data-id=\\\"194e979\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;waves&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-bottom\\\" data-negative=\\\"true\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M790.5,93.1c-59.3-5.3-116.8-18-192.6-50c-29.6-12.7-76.9-31-100.5-35.9c-23.6-4.9-52.6-7.8-75.5-5.3\\n\\tc-10.2,1.1-22.6,1.4-50.1,7.4c-27.2,6.3-58.2,16.6-79.4,24.7c-41.3,15.9-94.9,21.9-134,22.6C72,58.2,0,25.8,0,25.8V100h1000V65.3\\n\\tc0,0-51.5,19.4-106.2,25.7C839.5,97,814.1,95.2,790.5,93.1z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c423e8b\\\" data-id=\\\"c423e8b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7d3efb4 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7d3efb4\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h1 class=\\\"elementor-heading-title elementor-size-default\\\">Services<\\/h1>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b23a1c1\\\" data-id=\\\"b23a1c1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-c45c10f elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"c45c10f\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3b4c46c .custom-column\\\" data-id=\\\"3b4c46c\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-28b381a elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"28b381a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3372744\\\" data-id=\\\"3372744\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-73b864d elementor-widget elementor-widget-spacer\\\" data-id=\\\"73b864d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\\/style>\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7ae6a07 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"7ae6a07\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\\\"\\\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}<\\/style>\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjhkYjE5ZDAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+U2VydmljZXM8XC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6Ik91ciByZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gYW5kIGRpZ2l0YWwgbWFya2V0aW5nIHNlcnZpY2VzIGhlbHAgcmVhbCBlc3RhdGUgYWdlbnRzIGFuZCBicm9rZXJzIHRvIGluY3JlYXNlIHRoZWlyIG9ubGluZSBwcmVzZW5jZSwgZ2VuZXJhdGUgbGVhZHMsIGFuZCBncm93IHRoZWlyIGJ1c2luZXNzLiBXZSB1c2UgYSB2YXJpZXR5IG9mIGRpZ2l0YWwgbWFya2V0aW5nIHRlY2huaXF1ZXMsIGluY2x1ZGluZyBTRU8sIFBQQyBhZHZlcnRpc2luZywgYW5kIHNvY2lhbCBtZWRpYSBtYXJrZXRpbmcsIHRvIHJlYWNoIGFuZCBlbmdhZ2Ugd2l0aCBwb3RlbnRpYWwgY2xpZW50cy5cblxuRm9sbG93aW5nIGFyZSB0aGUgc2VydmljZXMgd2UgcHJvdmlkZSIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTciLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIzAwMDAwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-340b058 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"340b058\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1926ed4 custom-column elementor-invisible\\\" data-id=\\\"1926ed4\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-028a9c5 elementor-widget elementor-widget-image\\\" data-id=\\\"028a9c5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/lead-generation\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-1764\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2c44166 elementor-widget elementor-widget-heading\\\" data-id=\\\"2c44166\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\\\">Real Estate Lead Generation<\\/a><\\/h3>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-29c5000 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"29c5000\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cd97699 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"cd97699\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/widget-icon-box.min.css\\\">\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/lead-generation\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/lead-generation\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-01e177c custom-column elementor-invisible\\\" data-id=\\\"01e177c\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3b1c5fe elementor-widget elementor-widget-image\\\" data-id=\\\"3b1c5fe\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-3179\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-33f5201 elementor-widget elementor-widget-heading\\\" data-id=\\\"33f5201\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\\\">Digital Marketing<\\/a><\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3f854c6 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"3f854c6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-da4473a elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"da4473a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c329284 custom-column elementor-invisible\\\" data-id=\\\"c329284\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8a6d572 elementor-widget elementor-widget-image\\\" data-id=\\\"8a6d572\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/web-development\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-3172\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2e1d2ec elementor-widget elementor-widget-heading\\\" data-id=\\\"2e1d2ec\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/web-development\\/\\\">Web Development<\\/a><\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-73044da elementor-widget elementor-widget-text-editor\\\" data-id=\\\"73044da\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d05eab1 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"d05eab1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/web-development\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/web-development\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-6ebd299 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"6ebd299\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-9cdd7a4 custom-column elementor-invisible\\\" data-id=\\\"9cdd7a4\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-acaaceb elementor-widget elementor-widget-image\\\" data-id=\\\"acaaceb\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/content-marketing\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\\\" class=\\\"attachment-large size-large wp-image-3166\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-60900ca elementor-widget elementor-widget-heading\\\" data-id=\\\"60900ca\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/content-marketing\\/\\\">Content Marketing<\\/a><\\/h3>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-31cfa7f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"31cfa7f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-35ce2ac elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"35ce2ac\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/content-marketing\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/content-marketing\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-b1bc6f6 custom-column elementor-invisible\\\" data-id=\\\"b1bc6f6\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fd8caef elementor-widget elementor-widget-image\\\" data-id=\\\"fd8caef\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/seo\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-3133\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-066f149 elementor-widget elementor-widget-heading\\\" data-id=\\\"066f149\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/seo\\/\\\">SEO<\\/a><\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a9925aa elementor-widget elementor-widget-text-editor\\\" data-id=\\\"a9925aa\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6d06458 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"6d06458\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/seo\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/seo\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-80e6e88 custom-column elementor-invisible\\\" data-id=\\\"80e6e88\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-efd3780 elementor-widget elementor-widget-image\\\" data-id=\\\"efd3780\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/ppc\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-1765\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ddd2756 elementor-widget elementor-widget-heading\\\" data-id=\\\"ddd2756\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/ppc\\/\\\">PPC<\\/a><\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4d197ef elementor-widget elementor-widget-text-editor\\\" data-id=\\\"4d197ef\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5ab92f9 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"5ab92f9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/ppc\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/ppc\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-29f43db elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"29f43db\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ad9be5b custom-column elementor-invisible\\\" data-id=\\\"ad9be5b\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1985ab3 elementor-widget elementor-widget-image\\\" data-id=\\\"1985ab3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-3161\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-134f794 elementor-widget elementor-widget-heading\\\" data-id=\\\"134f794\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/listings.arxacommunications.com\\/social-media-marketing\\/\\\">Social Media Marketing<\\/a><\\/h3>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fc12a1e elementor-widget elementor-widget-text-editor\\\" data-id=\\\"fc12a1e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a96fec8 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"a96fec8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6345926 custom-column elementor-invisible\\\" data-id=\\\"6345926\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b0c224f elementor-widget elementor-widget-image\\\" data-id=\\\"b0c224f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/listings.arxacommunications.com\\/email-marketing\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-2132\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a89b4cf elementor-widget elementor-widget-heading\\\" data-id=\\\"a89b4cf\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/email-marketing\\/\\\">Email Marketing<\\/a><\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-361a205 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"361a205\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7159c9d elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"7159c9d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/email-marketing\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/email-marketing\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-89fa225 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"89fa225\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\\n\\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\\n\\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3bc7d32\\\" data-id=\\\"3bc7d32\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6Ijg5MDc3MjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ\\/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-9226f64 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"9226f64\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a consultation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13614,1972,'_elementor_css','a:6:{s:4:\"time\";i:1725359695;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13615,1972,'_elementor_element_cache','{\"timeout\":1725739696,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-33ddb2e e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"33ddb2e\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-e6730c6 e-con-full e-flex e-con e-child\\\" data-id=\\\"e6730c6\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4c44d13 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"4c44d13\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h1 class=\\\"elementor-heading-title elementor-size-default\\\">Social Media Marketing<\\/h1>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-22a80e1 elementor-widget elementor-widget-html\\\" data-id=\\\"22a80e1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e6d7989 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"e6d7989\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c4ef8cd elementor-widget elementor-widget-heading\\\" data-id=\\\"c4ef8cd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get In Touch<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjQxNjhiZDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-4c43b4dc elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"4c43b4dc\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-253c4afa\\\" data-id=\\\"253c4afa\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-becdb8b elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"becdb8b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our qualified team will take care of every detail of your project<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1b91f75f elementor-invisible elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1b91f75f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>We help businesses create and implement social media strategies that align with their goals and objectives.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-29429a elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-mobile-position-right elementor-view-default elementor-invisible elementor-widget elementor-widget-icon-box\\\" data-id=\\\"29429a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/widget-icon-box.min.css\\\">\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-comment\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tTalk to an expert\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6d51e933\\\" data-id=\\\"6d51e933\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6f2a7478\\\" data-id=\\\"6f2a7478\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-eebaef1 elementor-widget elementor-widget-image\\\" data-id=\\\"eebaef1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-2382\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Social-media-1.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-590e0ee2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"590e0ee2\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-555dadf1\\\" data-id=\\\"555dadf1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-787fc4e3 elementor-widget elementor-widget-spacer\\\" data-id=\\\"787fc4e3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\\/style>\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-57f5d4a2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"57f5d4a2\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9d8955e\\\" data-id=\\\"9d8955e\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6491f4c8 elementor-widget elementor-widget-image\\\" data-id=\\\"6491f4c8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"800\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\\\" class=\\\"attachment-large size-large wp-image-3162\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-372892b9\\\" data-id=\\\"372892b9\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjEwZjA1MmZhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgU29jaWFsIE1lZGlhIE1hcmtldGluZyBTZXJ2aWNlcyA\\/Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM2LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiU29jaWFsIG1lZGlhIG1hcmtldGluZyBzZXJ2aWNlcyBDYW5hZGEgYXJlIGEgdHlwZSBvZiBkaWdpdGFsIG1hcmtldGluZyB0aGF0IGxldmVyYWdlIHRoZSBwb3dlciBvZiBzb2NpYWwgbWVkaWEgcGxhdGZvcm1zIHRvIGNvbm5lY3QgYnVzaW5lc3NlcyB3aXRoIHRoZWlyIHRhcmdldCBhdWRpZW5jZSwgYnVpbGQgYnJhbmQgYXdhcmVuZXNzLCBhbmQgdWx0aW1hdGVseSBkcml2ZSBjb252ZXJzaW9ucy4gVGhpbmsgb2YgaXQgYXMgYnVpbGRpbmcgYSBicmlkZ2UgYmV0d2VlbiBhIGJyYW5kIGFuZCBpdHMgaWRlYWwgY3VzdG9tZXJzIG9uIHBsYXRmb3JtcyBsaWtlIEZhY2Vib29rLCBJbnN0YWdyYW0sIFR3aXR0ZXIsIFRpa1RvaywgYW5kIG1vcmUuIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ24iOiJsZWZ0In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-534412b0 elementor-widget elementor-widget-spacer\\\" data-id=\\\"534412b0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-efcb69e elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"efcb69e\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29f32bc5\\\" data-id=\\\"29f32bc5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjI5ODk2MDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIEJlbmVmaXRzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\\\"]\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-43131c6a elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"43131c6a\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4ec127ad\\\" data-id=\\\"4ec127ad\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjRmNDEyMjM4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaWNvbl9ib3hlcyI6W3siaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1NvY2lhbC1tZWRpYS1zdHJhdGVneS53ZWJwIiwiaWQiOjIwNjksImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU29jaWFsIE1lZGlhIFN0cmF0ZWd5IiwidGV4dCI6Ik91ciB0ZWFtIG9mIGV4cGVydHMgd2lsbCB3b3JrIHdpdGggeW91IHRvIGRldmVsb3AgYSBjb21wcmVoZW5zaXZlIHNvY2lhbCBtZWRpYSBzdHJhdGVneSB0aGF0IGFsaWducyB3aXRoIHlvdXIgYnVzaW5lc3Mgb2JqZWN0aXZlcy4gV2VcdTIwMTlsbCBjb25kdWN0IGEgdGhvcm91Z2ggYW5hbHlzaXMgb2YgeW91ciBpbmR1c3RyeSwgY29tcGV0aXRpb24sIGFuZCB0YXJnZXQgYXVkaWVuY2UgdG8gaWRlbnRpZnkgdGhlIG1vc3QgZWZmZWN0aXZlIHNvY2lhbCBtZWRpYSBwbGF0Zm9ybXMiLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvU29jaWFsLW1lZGlhLW1hbmVnbWVudC53ZWJwIiwiaWQiOjIwNzIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU29jaWFsIE1lZGlhIE1hbmFnZW1lbnQiLCJ0ZXh0IjoiTWFuYWdpbmcgc29jaWFsIG1lZGlhIGFjY291bnRzIGNhbiBiZSB0aW1lLWNvbnN1bWluZywgYnV0IGl0XHUyMDE5cyBjcnVjaWFsIHRvIHN0YXkgYWN0aXZlIGFuZCBlbmdhZ2Ugd2l0aCB5b3VyIGF1ZGllbmNlIHJlZ3VsYXJseS4gT3VyIHRlYW0gY2FuIGhhbmRsZSBhbGwgYXNwZWN0cyBvZiBzb2NpYWwgbWVkaWEgbWFuYWdlbWVudCwgaW5jbHVkaW5nIGNvbnRlbnQgY3JlYXRpb24sIHNjaGVkdWxpbmcsIGNvbW11bml0eSBtYW5hZ2VtZW50LCBhbmQgbW9yZSIsIl9pZCI6IjAwMDZiMzUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9Tb2NpYWwtbWVkaWEtYXVkaXQud2VicCIsImlkIjoyMDcxLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlNvY2lhbCBNZWRpYSBBdWRpdHMiLCJ0ZXh0IjoiIFRoaXMgc2VydmljZSBpbnZvbHZlcyByZXZpZXdpbmcgdGhlIHNvY2lhbCBtZWRpYSBwcmVzZW5jZSBvZiB0aGUgYnVzaW5lc3MgYW5kIGlkZW50aWZ5aW5nIGFyZWFzIG9mIGltcHJvdmVtZW50LiBUaGUgYXVkaXQgaW5jbHVkZXMgYW5hbHl6aW5nIHRoZSBjb250ZW50LCBlbmdhZ2VtZW50LCBmb2xsb3dlciBncm93dGgsIGFuZCBtb3JlLCB0byBkZXZlbG9wIGEgcGxhbiBmb3IgaW1wcm92aW5nIHRoZSBzb2NpYWwgbWVkaWEgcHJlc2VuY2UiLCJfaWQiOiIzMWQyNmQ4In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvQ29udGVudC1jcmVhdGlvbi0xLndlYnAiLCJpZCI6MjA3MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJDb250ZW50IENyZWF0aW9uIiwidGV4dCI6IkNyZWF0aW5nIGhpZ2gtcXVhbGl0eSBhbmQgZW5nYWdpbmcgY29udGVudCBpcyBrZXkgdG8gc3VjY2VzcyBvbiBzb2NpYWwgbWVkaWEgcGxhdGZvcm1zLiBPdXIgdGVhbSBvZiBjb250ZW50IGNyZWF0b3JzIGNhbiBkZXZlbG9wIHZhcmlvdXMgdHlwZXMgb2YgY29udGVudCwgaW5jbHVkaW5nIGltYWdlcywgdmlkZW9zLCBpbmZvZ3JhcGhpY3MsIGFuZCBtb3JlLCB0byBrZWVwIHlvdXIgc29jaWFsIG1lZGlhIHByZXNlbmNlIGZyZXNoIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfYV9jb2xvciI6IiIsInRpdGxlX2NvbG9yX2EiOiIifSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsInRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiTXVsaSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjcwMCIsInRpdGxlX3R5cG9ncmFwaHlfYV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEwMDAwMDAwMDAwMDAwMDA4ODgxNzg0MTk3MDAxMjUyMzIzMzg5MDUzMzQ0NzI2NTYyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-58b12253 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"58b12253\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\\n\\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\\n\\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4f4c5e61\\\" data-id=\\\"4f4c5e61\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjI3MjhjNDU1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldvdWxkIHlvdSBsaWtlIHRvIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+c3BlYWsgdG8gYW4gZXhwZXJ0PzxcL3NwYW4+Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiSWYgeW91IGhhdmUgcXVlc3Rpb25zLCBuZWVkIGd1aWRhbmNlLCBvciB3YW50IHRvIGRpc2N1c3MgeW91ciBwcm9qZWN0IGluIGRldGFpbCwgb3VyIHRlYW0gb2YgZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscyBpcyBoZXJlIHRvIGhlbHAuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-1ffbc967 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"1ffbc967\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a consultation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13616,1937,'_elementor_css','a:6:{s:4:\"time\";i:1725359698;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13617,1937,'_elementor_element_cache','{\"timeout\":1725539020,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-be3aa4e e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"be3aa4e\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-8885f45 e-con-full e-flex e-con e-child\\\" data-id=\\\"8885f45\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-beb99d1 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"beb99d1\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h1 class=\\\"elementor-heading-title elementor-size-default\\\">Content Marekting<\\/h1>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d5e7302 elementor-widget elementor-widget-html\\\" data-id=\\\"d5e7302\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-8cf61d7 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"8cf61d7\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-93767b4 elementor-widget elementor-widget-heading\\\" data-id=\\\"93767b4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get In Touch<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjJiOGNhYTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-29b5554c elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"29b5554c\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-496991c\\\" data-id=\\\"496991c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6ec2cec7 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"6ec2cec7\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our qualified team will take care of every detail of your project<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6b8299e2 elementor-invisible elementor-widget elementor-widget-text-editor\\\" data-id=\\\"6b8299e2\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-element elementor-element-21386454 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"21386454\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unlocking the Power of Content Marketing Services In Canada<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-5e7a8595 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5e7a8595\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clients\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-25881f73 elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-view-default elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\\\" data-id=\\\"25881f73\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/widget-icon-box.min.css\\\">\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-comment\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tTalk to an expert\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-192ae26a\\\" data-id=\\\"192ae26a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-363d5378\\\" data-id=\\\"363d5378\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d93d8d9 elementor-widget elementor-widget-image\\\" data-id=\\\"d93d8d9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-2384\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2eb86d47 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2eb86d47\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1689647a\\\" data-id=\\\"1689647a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-10f355a6 elementor-widget elementor-widget-spacer\\\" data-id=\\\"10f355a6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\\/style>\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-64e6df83 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"64e6df83\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-329a86d7\\\" data-id=\\\"329a86d7\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d36f6a9 elementor-widget elementor-widget-image\\\" data-id=\\\"d36f6a9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"800\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\\\" class=\\\"attachment-large size-large wp-image-3167\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-51213cc5\\\" data-id=\\\"51213cc5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjNmNmU3N2FmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgQ29udGVudCBNYXJrZXRpbmc\\/Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM2LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiQ29udGVudCBtYXJrZXRpbmcgaXMgYSBzdHJhdGVnaWMgbWFya2V0aW5nIGFwcHJvYWNoIHRoYXQgZm9jdXNlcyBvbiBjcmVhdGluZyB2YWx1YWJsZSwgaW5mb3JtYXRpdmUsIGFuZCBlbmdhZ2luZyBjb250ZW50IHRoYXQgaXMgZGVzaWduZWQgdG8gYXR0cmFjdCBhbmQgcmV0YWluIGEgc3BlY2lmaWMgdGFyZ2V0IGF1ZGllbmNlLiBDb250ZW50IG1hcmtldGluZyBjYW4gdGFrZSBtYW55IGZvcm1zLCBpbmNsdWRpbmcgYmxvZyBwb3N0cywgdmlkZW9zLCBzb2NpYWwgbWVkaWEgdXBkYXRlcywgZS1ib29rcywgYW5kIG1vcmUuIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ24iOiJsZWZ0In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2c1b4a77 elementor-widget elementor-widget-spacer\\\" data-id=\\\"2c1b4a77\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-6746418 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"6746418\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2c9ecde2\\\" data-id=\\\"2c9ecde2\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjdhMTM0YjEwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciBDb250ZW50IE1hcmtldGluZyBTZXJ2aWNlcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIzAwMjMzRCIsIl9hbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-68b8f167 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"68b8f167\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-10e0b097\\\" data-id=\\\"10e0b097\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjM2Mzg2YjAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvQ29udGVudC1wcm9tb3Rpb24ud2VicCIsImlkIjoyMDQxLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkNvbnRlbnQgUHJvbW90aW9uIiwidGV4dCI6IldlXHUyMDE5bGwgcHJvbW90ZSB5b3VyIGNvbnRlbnQgb24gc29jaWFsIG1lZGlhIGNoYW5uZWxzIGFuZCBvdGhlciByZWxldmFudCBwbGF0Zm9ybXMgdG8gaGVscCB5b3UgcmVhY2ggYSB3aWRlciBhdWRpZW5jZSBhbmQgZHJpdmUgbW9yZSB0cmFmZmljIHRvIHlvdXIgd2Vic2l0ZSIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9Db250ZW50LWFuYWx5dGljcy53ZWJwIiwiaWQiOjIwMzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiQ29udGVudCBBbmFseXRpY3MiLCJ0ZXh0IjoiV2VcdTIwMTlsbCBwcm92aWRlIHlvdSB3aXRoIGRldGFpbGVkIGFuYWx5dGljcyByZXBvcnRzIHRoYXQgdHJhY2sgdGhlIHBlcmZvcm1hbmNlIG9mIHlvdXIgY29udGVudC4gVGhpcyB3aWxsIGhlbHAgeW91IGlkZW50aWZ5IHdoaWNoIHR5cGVzIG9mIGNvbnRlbnQgYXJlIHJlc29uYXRpbmciLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvQ29udGVudC1jcmVhdGlvbi53ZWJwIiwiaWQiOjIwMzksImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiQ29udGVudCBDcmVhdGlvbiIsInRleHQiOiJPdXIgdGVhbSBvZiBleHBlcmllbmNlZCB3cml0ZXJzIGFuZCBjb250ZW50IGNyZWF0b3JzIHdpbGwgZGV2ZWxvcCBoaWdoLXF1YWxpdHksIGVuZ2FnaW5nIGNvbnRlbnQgdGhhdCBpcyBkZXNpZ25lZCB0byBhdHRyYWN0IGFuZCByZXRhaW4geW91ciB0YXJnZXQgYXVkaWVuY2UuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL0NvbnRlbnQtb3B0aW1pemF0aW9uLndlYnAiLCJpZCI6MjA0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJDb250ZW50IE9wdGltaXphdGlvbiIsInRleHQiOiJXZVx1MjAxOWxsIGhlbHAgeW91IG9wdGltaXplIHlvdXIgY29udGVudCBmb3Igc2VhcmNoIGVuZ2luZXMgYnkgaW5jb3Jwb3JhdGluZyByZWxldmFudCBrZXl3b3JkcyBhbmQgbWV0YSB0YWdzLiBUaGlzIHdpbGwgaGVscCB5b3VyIGNvbnRlbnQgcmFuayBoaWdoZXIgb24gc2VhcmNoIGVuZ2luZSIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-0864b98 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"0864b98\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0cb58e6\\\" data-id=\\\"0cb58e6\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1c21ac3 elementor-widget elementor-widget-spacer\\\" data-id=\\\"1c21ac3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-22333a6 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"22333a6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7b10f28\\\" data-id=\\\"7b10f28\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9fbd498 elementor-widget elementor-widget-image\\\" data-id=\\\"9fbd498\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"800\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\\\" class=\\\"attachment-large size-large wp-image-3168\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-183eabf\\\" data-id=\\\"183eabf\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjI4NDQ5NzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV2h5IElzIENvbnRlbnQgTWFya2V0aW5nIEltcG9ydGFudD8iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzYsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJbiB0b2RheVx1MjAxOXMgZGlnaXRhbCB3b3JsZCwgY29udGVudCBpcyBraW5nLiBCeSBjcmVhdGluZyBoaWdoLXF1YWxpdHksIGVuZ2FnaW5nIGNvbnRlbnQgdGhhdCByZXNvbmF0ZXMgd2l0aCB5b3VyIHRhcmdldCBhdWRpZW5jZSwgeW91IGNhbiBidWlsZCBhIHN0cm9uZyBvbmxpbmUgcHJlc2VuY2UsIGVzdGFibGlzaCB5b3Vyc2VsZiBhcyBhbiBhdXRob3JpdHkgaW4geW91ciBpbmR1c3RyeSwgYW5kIGRyaXZlIG1vcmUgdHJhZmZpYyB0byB5b3VyIHdlYnNpdGUuIEVmZmVjdGl2ZSBjb250ZW50IG1hcmtldGluZyBjYW4gYWxzbyBoZWxwIHlvdSBnZW5lcmF0ZSBtb3JlIGxlYWRzLCBpbmNyZWFzZSB5b3VyIGNvbnZlcnNpb24gcmF0ZXMsIGFuZCBib29zdCB5b3VyIHJldmVudWUuIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ24iOiJsZWZ0In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0980867 elementor-widget elementor-widget-spacer\\\" data-id=\\\"0980867\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5c82f1d8 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5c82f1d8\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\\n\\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\\n\\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f5ef1e\\\" data-id=\\\"8f5ef1e\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjNlMGJiZWM4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldvdWxkIHlvdSBsaWtlIHRvIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+c3BlYWsgdG8gYW4gZXhwZXJ0PzxcL3NwYW4+Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiSWYgeW91IGhhdmUgcXVlc3Rpb25zLCBuZWVkIGd1aWRhbmNlLCBvciB3YW50IHRvIGRpc2N1c3MgeW91ciBwcm9qZWN0IGluIGRldGFpbCwgb3VyIHRlYW0gb2YgZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscyBpcyBoZXJlIHRvIGhlbHAuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-64ddc4b5 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"64ddc4b5\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a consultation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13618,1925,'_elementor_css','a:6:{s:4:\"time\";i:1725359701;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13619,1925,'_elementor_element_cache','{\"timeout\":1725746453,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-e006acd e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"e006acd\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-75c98c1 e-con-full e-flex e-con e-child\\\" data-id=\\\"75c98c1\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e51196e elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"e51196e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h1 class=\\\"elementor-heading-title elementor-size-default\\\">Web Development<\\/h1>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a05691a elementor-widget elementor-widget-html\\\" data-id=\\\"a05691a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-434e5da e-flex e-con-boxed e-con e-child\\\" data-id=\\\"434e5da\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9c5dbe7 elementor-widget elementor-widget-heading\\\" data-id=\\\"9c5dbe7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get In Touch<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjA0NDg3OTQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-67a70bd7 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"67a70bd7\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-608c1ecf\\\" data-id=\\\"608c1ecf\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1a2afc1 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"1a2afc1\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our qualified team will take care of every detail of your project<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-46ceb73b elementor-invisible elementor-widget elementor-widget-text-editor\\\" data-id=\\\"46ceb73b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>A wide range of skills and disciplines<\\/p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. That\\u2019s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-52263f86 elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-mobile-position-right elementor-view-default elementor-invisible elementor-widget elementor-widget-icon-box\\\" data-id=\\\"52263f86\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/widget-icon-box.min.css\\\">\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-comment\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tTalk to an expert\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-46602773\\\" data-id=\\\"46602773\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4a47b332\\\" data-id=\\\"4a47b332\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-40126736 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"40126736\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1200}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wide\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-53960024\\\" data-id=\\\"53960024\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b92ac8b elementor-widget elementor-widget-image\\\" data-id=\\\"b92ac8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-2383\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Web-development-2.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5fe2bee8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5fe2bee8\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-10dbe48b\\\" data-id=\\\"10dbe48b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-63145e11 elementor-widget elementor-widget-spacer\\\" data-id=\\\"63145e11\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\\/style>\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-781d698a elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"781d698a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-238ebc37\\\" data-id=\\\"238ebc37\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dce0522 elementor-widget elementor-widget-image\\\" data-id=\\\"dce0522\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"683\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy-1024x683.webp\\\" class=\\\"attachment-large size-large wp-image-1929\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy-1024x683.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy-300x200.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy-768x512.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy-1536x1024.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy-2048x1366.webp 2048w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy-900x600.webp 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Web-Development-scaled-copy-496x331.webp 496w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6737e1e7\\\" data-id=\\\"6737e1e7\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjEwMjNjNmIxIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgV2ViIERldmVsb3BtZW50ID8iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzYsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJXZWIgZGV2ZWxvcG1lbnQgcmVmZXJzIHRvIHRoZSBwcm9jZXNzIG9mIGNyZWF0aW5nIHdlYnNpdGVzIGFuZCB3ZWIgYXBwbGljYXRpb25zIHRoYXQgYXJlIGFjY2Vzc2libGUgb24gdGhlIGludGVybmV0LiBJdCBpbnZvbHZlcyBhIHJhbmdlIG9mIHRlY2huaWNhbCBza2lsbHMgYW5kIGtub3dsZWRnZSwgaW5jbHVkaW5nIGNvZGluZywgd2ViIGRlc2lnbiwgc2VydmVyIG1hbmFnZW1lbnQsIGRhdGFiYXNlIG1hbmFnZW1lbnQsIGFuZCBzb2Z0d2FyZSBkZXZlbG9wbWVudC5cblxuIFdlYiBkZXZlbG9wbWVudCBpcyBhbiBlc3NlbnRpYWwgY29tcG9uZW50IG9mIG1vZGVybiBidXNpbmVzcyBhbmQgY29tbXVuaWNhdGlvbiwgYXMgaXQgYWxsb3dzIGJ1c2luZXNzZXMgYW5kIGluZGl2aWR1YWxzIHRvIGNyZWF0ZSBhbiBvbmxpbmUgcHJlc2VuY2UgYW5kIGNvbm5lY3Qgd2l0aCBvdGhlcnMgYXJvdW5kIHRoZSB3b3JsZC4gRnJvbSBlLWNvbW1lcmNlIHdlYnNpdGVzIHRoYXQgZW5hYmxlIG9ubGluZSBzaG9wcGluZyB0byBzb2NpYWwgbmV0d29ya2luZyBwbGF0Zm9ybXMgdGhhdCBjb25uZWN0IHBlb3BsZSB3aXRoIHNpbWlsYXIgaW50ZXJlc3RzLCB3ZWIgZGV2ZWxvcG1lbnQgaGFzIHRyYW5zZm9ybWVkIHRoZSB3YXkgd2UgaW50ZXJhY3Qgd2l0aCBlYWNoIG90aGVyIGFuZCB0aGUgd29ybGQgYXJvdW5kIHVzLiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4d0b552c elementor-widget elementor-widget-spacer\\\" data-id=\\\"4d0b552c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-1e70b75b elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"1e70b75b\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5b90825e\\\" data-id=\\\"5b90825e\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjVhYjlhMzgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFdlYiBEZXZlbG9wbWVudCBTZXJ2aWNlcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIzAwMjMzRCIsIl9hbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-462cebaf elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"462cebaf\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-28de8b73\\\" data-id=\\\"28de8b73\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjFmNDI0ZTg2IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaWNvbl9ib3hlcyI6W3siaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL01vYmlsZS1hcHAtZGV2ZWxvcG1lbnQud2VicCIsImlkIjoyMDMzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6Ik1vYmlsZSBBcHAgRGV2ZWxvcG1lbnQiLCJ0ZXh0IjoiV2Ugb2ZmZXIgbW9iaWxlIGFwcCBkZXZlbG9wbWVudCBzZXJ2aWNlcyBmb3IgYnVzaW5lc3NlcyB0aGF0IHdhbnQgdG8gZXhwYW5kIHRoZWlyIHJlYWNoIGFuZCBjb25uZWN0IHdpdGggdGhlaXIgY3VzdG9tZXJzIG9uIG1vYmlsZSBkZXZpY2VzLiBXZVx1MjAxOWxsIGNyZWF0ZSBhIG1vYmlsZSBhcHAgdGhhdCBpcyB1c2VyLWZyaWVuZGx5IGFuZCB2aXN1YWxseSBhcHBlYWxpbmciLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvQ3VzdG9tLXdlYi1hcHBsaWNhdGlvbi53ZWJwIiwiaWQiOjIwMzEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiQ3VzdG9tIFdlYiBBcHBsaWNhdGlvbnMiLCJ0ZXh0IjoiT3VyIGN1c3RvbSB3ZWIgYXBwbGljYXRpb24gZGV2ZWxvcG1lbnQgc2VydmljZXMgYXJlIGRlc2lnbmVkIHRvIGhlbHAgYnVzaW5lc3NlcyBzdHJlYW1saW5lIHRoZWlyIHByb2Nlc3NlcyBhbmQgaW1wcm92ZSBlZmZpY2llbmN5LiBXZVx1MjAxOWxsIHdvcmsgd2l0aCB5b3UgdG8gaWRlbnRpZnkgeW91ciBidXNpbmVzcyBuZWVkcyBhbmQgZGV2ZWxvcCBhIGN1c3RvbSB3ZWIgYXBwbGljYXRpb24gdGhhdCBtZWV0cyB0aG9zZSBuZWVkcy4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvZWNvbW1lcmNlLWRldmVsb3BtZW50LndlYnAiLCJpZCI6MjAzMiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJFLUNvbW1lcmNlIERldmVsb3BtZW50IiwidGV4dCI6Ik91ciBlLWNvbW1lcmNlIGRldmVsb3BtZW50IHNlcnZpY2VzIGFyZSBkZXNpZ25lZCB0byBoZWxwIGJ1c2luZXNzZXMgb2YgYWxsIHNpemVzIHNlbGwgcHJvZHVjdHMgYW5kIHNlcnZpY2VzIG9ubGluZS4gV2VcdTIwMTlsbCBjcmVhdGUgYW4gZS1jb21tZXJjZSB3ZWJzaXRlIHRoYXQgaXMgZWFzeSB0byBuYXZpZ2F0ZSwgc2VjdXJlLCBhbmQgb3B0aW1pemVkIGZvciBzZWFyY2ggZW5naW5lcy4iLCJfaWQiOiIzMWQyNmQ4In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvV2Vic2l0ZS1kZXZlbG9wbWVudC53ZWJwIiwiaWQiOjIwMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiV2Vic2l0ZSBEZXNpZ24gQW5kIERldmVsb3BtZW50IiwidGV4dCI6IldlIG9mZmVyIGN1c3RvbSB3ZWJzaXRlIGRlc2lnbiBhbmQgZGV2ZWxvcG1lbnQgc2VydmljZXMgdG8gbWVldCB0aGUgdW5pcXVlIG5lZWRzIG9mIGVhY2ggb2Ygb3VyIGNsaWVudHMuIE91ciB0ZWFtIG9mIGV4cGVyaWVuY2VkIHdlYiBkZXZlbG9wZXJzIHdpbGwgd29yayB3aXRoIHlvdSB0byBjcmVhdGUgYSB3ZWJzaXRlIHRoYXQgaXMgdmlzdWFsbHkgYXBwZWFsaW5nIGFuZCB1c2VyLWZyaWVuZGx5IiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfYV9jb2xvciI6IiIsInRpdGxlX2NvbG9yX2EiOiIifSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsInRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiTXVsaSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjcwMCIsInRpdGxlX3R5cG9ncmFwaHlfYV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEwMDAwMDAwMDAwMDAwMDA4ODgxNzg0MTk3MDAxMjUyMzIzMzg5MDUzMzQ0NzI2NTYyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-50481ea4 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"50481ea4\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\\n\\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\\n\\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-55aba806\\\" data-id=\\\"55aba806\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjVjYjg0YjE4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldvdWxkIHlvdSBsaWtlIHRvIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+c3BlYWsgdG8gYW4gZXhwZXJ0PzxcL3NwYW4+Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiSWYgeW91IGhhdmUgcXVlc3Rpb25zLCBuZWVkIGd1aWRhbmNlLCBvciB3YW50IHRvIGRpc2N1c3MgeW91ciBwcm9qZWN0IGluIGRldGFpbCwgb3VyIHRlYW0gb2YgZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscyBpcyBoZXJlIHRvIGhlbHAuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-34d3aff1 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"34d3aff1\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a consultation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13620,1909,'_elementor_css','a:6:{s:4:\"time\";i:1725359704;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13621,1909,'_elementor_element_cache','{\"timeout\":1725738840,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-228cfbc e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"228cfbc\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-ab73353 e-con-full e-flex e-con e-child\\\" data-id=\\\"ab73353\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0934b10 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"0934b10\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h1 class=\\\"elementor-heading-title elementor-size-default\\\">Digital Marketing<\\/h1>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-108e370 elementor-widget elementor-widget-html\\\" data-id=\\\"108e370\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-409a17c e-flex e-con-boxed e-con e-child\\\" data-id=\\\"409a17c\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a37fb9d elementor-widget elementor-widget-heading\\\" data-id=\\\"a37fb9d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get In Touch<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjM3OGE4MTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2229778d elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2229778d\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-548ebe22\\\" data-id=\\\"548ebe22\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-38a596a9 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"38a596a9\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our qualified team will take care of every detail of your project<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6f4b53b7 elementor-invisible elementor-widget elementor-widget-text-editor\\\" data-id=\\\"6f4b53b7\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Unleash explosive growth with our\\u00a0<span data-sheets-root=\\\"1\\\" data-sheets-value=\\\"{&quot;1&quot;:2,&quot;2&quot;:&quot;best digital marketing agency canada&quot;}\\\" data-sheets-userformat=\\\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\\\">best digital marketing agency Canada<\\/span><\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-fe8e4a0 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"fe8e4a0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Digital marketing has become increasingly important in today\\u2019s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-558ba4c9 elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-mobile-position-right elementor-view-default elementor-invisible elementor-widget elementor-widget-icon-box\\\" data-id=\\\"558ba4c9\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/widget-icon-box.min.css\\\">\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-comment\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tTalk to an expert\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-29ee6906\\\" data-id=\\\"29ee6906\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5c3950\\\" data-id=\\\"5c3950\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-57c22d3d elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"57c22d3d\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1200}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wide\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2839569f\\\" data-id=\\\"2839569f\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d28311b elementor-widget elementor-widget-image\\\" data-id=\\\"d28311b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy.webp\\\" class=\\\"attachment-large size-large wp-image-3180\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-25a0677 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"25a0677\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-74331874\\\" data-id=\\\"74331874\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4447ef85 elementor-widget elementor-widget-spacer\\\" data-id=\\\"4447ef85\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\\/style>\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-22be1d04 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"22be1d04\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4d836d5f\\\" data-id=\\\"4d836d5f\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-16954510 elementor-widget elementor-widget-image\\\" data-id=\\\"16954510\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"800\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\\\" class=\\\"attachment-large size-large wp-image-3181\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3f1ab3a7\\\" data-id=\\\"3f1ab3a7\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjRmYzQ5ZGMwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgUmVhbCBEaWdpdGFsIE1hcmtldGluZz8iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzYsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJEaWdpdGFsIG1hcmtldGluZyBpcyBhIHJhcGlkbHkgZ3Jvd2luZyBmaWVsZCB0aGF0IGhhcyBiZWNvbWUgZXNzZW50aWFsIGZvciBidXNpbmVzc2VzIG9mIGFsbCBzaXplcyB0byBzdWNjZWVkIGluIHRvZGF5XHUyMDE5cyBkaWdpdGFsIGFnZS4gSXQgaW52b2x2ZXMgdGhlIHVzZSBvZiB2YXJpb3VzIGRpZ2l0YWwgY2hhbm5lbHMgdG8gcHJvbW90ZSBwcm9kdWN0cyBhbmQgc2VydmljZXMsIGVuZ2FnZSB3aXRoIGN1c3RvbWVycywgYW5kIGJ1aWxkIGJyYW5kIGF3YXJlbmVzcy4gSXQgYWxsb3dzIGJ1c2luZXNzZXMgdG8gcmVhY2ggYSB3aWRlciBhdWRpZW5jZSB0aGFuIHRyYWRpdGlvbmFsIG1hcmtldGluZyBtZXRob2RzLiBCeSBsZXZlcmFnaW5nIHRoZSBwb3dlciBvZiB0aGUgaW50ZXJuZXQsIGJ1c2luZXNzZXMgY2FuIGNvbm5lY3Qgd2l0aCBwb3RlbnRpYWwgY3VzdG9tZXJzIGZyb20gYWxsIG92ZXIgdGhlIHdvcmxkLCByZWdhcmRsZXNzIG9mIHRoZWlyIGdlb2dyYXBoaWMgbG9jYXRpb24uIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ24iOiJsZWZ0In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-15a99cc8 elementor-widget elementor-widget-spacer\\\" data-id=\\\"15a99cc8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-c5bb777 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"c5bb777\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-596f160a\\\" data-id=\\\"596f160a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjEyNWEzYWNhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIzAwMjMzRCIsIl9hbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-5a46858f elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5a46858f\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6aefbdd0\\\" data-id=\\\"6aefbdd0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjRlMjU4MzhhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaWNvbl9ib3hlcyI6W3siaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL3Nlby0yLndlYnAiLCJpZCI6MjAyNywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTZWFyY2ggRW5naW5lIE9wdGltaXphdGlvbiAoU0VPKSIsInRleHQiOiJTRU8gaXMgdGhlIHByb2Nlc3Mgb2Ygb3B0aW1pemluZyBhIHdlYnNpdGUgdG8gaW1wcm92ZSBpdHMgdmlzaWJpbGl0eSBhbmQgcmFua2luZyBpbiBzZWFyY2ggZW5naW5lIHJlc3VsdHMgcGFnZXMgKFNFUlBzKS4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvQ29udGVudC1tYXJrZXRpbmctaWNvbi53ZWJwIiwiaWQiOjI0NjcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiQ29udGVudCBNYXJrZXRpbmciLCJ0ZXh0IjoiQ29udGVudCBtYXJrZXRpbmcgaW52b2x2ZXMgY3JlYXRpbmcgYW5kIHNoYXJpbmcgdmFsdWFibGUgY29udGVudCB0byBhdHRyYWN0IGFuZCBlbmdhZ2UgYSB0YXJnZXQgYXVkaWVuY2UsIGJ1aWxkIGJyYW5kIGF1dGhvcml0eSwgYW5kIGRyaXZlIHByb2ZpdGFibGUgY3VzdG9tZXIgYWN0aW9ucy4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvU29jaWFsLW1lZGlhLW1hcmtldGluZy0yLndlYnAiLCJpZCI6MjAyNiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwidGV4dCI6IlNvY2lhbCBtZWRpYSBtYXJrZXRpbmcgaW52b2x2ZXMgdXNpbmcgc29jaWFsIG1lZGlhIHBsYXRmb3Jtcywgc3VjaCBhcyBGYWNlYm9vaywgVHdpdHRlciwgZXRjIHRvIHByb21vdGUgYSBicmFuZCBvciBwcm9kdWN0LiIsIl9pZCI6IjMxZDI2ZDgifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9lbWFpbC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIwMjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwidGV4dCI6IkVtYWlsIG1hcmtldGluZyBpbnZvbHZlcyBzZW5kaW5nIHByb21vdGlvbmFsIGVtYWlscyB0byBhIGxpc3Qgb2Ygc3Vic2NyaWJlcnMuIFRoaXMgY2FuIGluY2x1ZGUgbmV3c2xldHRlcnMsIHByb21vdGlvbmFsIG9mZmVycywgYW5kIG90aGVyIHR5cGVzIG9mIGNvbnRlbnQiLCJfaWQiOiIzZDhkM2Q5In1dLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6Niwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImljb25fcHJpbWFyeV9jb2xvciI6IiIsImRlc2NyaXB0aW9uX2NvbG9yX2EiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTAwMDAwMDAwMDAwMDAwMDg4ODE3ODQxOTcwMDEyNTIzMjMzODkwNTMzNDQ3MjY1NjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX0sImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjQwMCIsImljb25fYm94ZXNfY29sdW1ucyI6ImZvdXJfY29sdW1ucyIsImJhY2tncm91bmRfYV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfYV9jb2xvciI6IiNGRkJBNEQiLCJ0aXRsZV9jb2xvcl9hIjoiIzIyMTYwMyIsImRlc2NyaXB0aW9uX2NvbG9yX2EiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3JfaWNvbl9ib3gifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-74cbad91 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"74cbad91\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\\n\\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\\n\\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-236f6f0d\\\" data-id=\\\"236f6f0d\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjRkMjM5ZDRhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldvdWxkIHlvdSBsaWtlIHRvIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+c3BlYWsgdG8gYW4gZXhwZXJ0PzxcL3NwYW4+Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiSWYgeW91IGhhdmUgcXVlc3Rpb25zLCBuZWVkIGd1aWRhbmNlLCBvciB3YW50IHRvIGRpc2N1c3MgeW91ciBwcm9qZWN0IGluIGRldGFpbCwgb3VyIHRlYW0gb2YgZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscyBpcyBoZXJlIHRvIGhlbHAuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-64276cf5 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"64276cf5\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a consultation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13622,24,'_elementor_css','a:6:{s:4:\"time\";i:1725359706;s:5:\"fonts\";a:1:{i:0;s:4:\"Muli\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13650,24,'_elementor_element_cache','{\"timeout\":1725539029,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-b80851c elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\\\" data-id=\\\"b80851c\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;waves&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-bottom\\\" data-negative=\\\"true\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M790.5,93.1c-59.3-5.3-116.8-18-192.6-50c-29.6-12.7-76.9-31-100.5-35.9c-23.6-4.9-52.6-7.8-75.5-5.3\\n\\tc-10.2,1.1-22.6,1.4-50.1,7.4c-27.2,6.3-58.2,16.6-79.4,24.7c-41.3,15.9-94.9,21.9-134,22.6C72,58.2,0,25.8,0,25.8V100h1000V65.3\\n\\tc0,0-51.5,19.4-106.2,25.7C839.5,97,814.1,95.2,790.5,93.1z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-10cd9e8\\\" data-id=\\\"10cd9e8\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8dedb24 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"8dedb24\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h1 class=\\\"elementor-heading-title elementor-size-default\\\">Contact us<\\/h1>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3d6bdcae e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"3d6bdcae\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-78571c51 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"78571c51\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fb82865 elementor-widget elementor-widget-heading\\\" data-id=\\\"fb82865\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get In Touch<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f8aef63 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"f8aef63\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>Fill out this form and one of our agents will be in touch with you soon<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImQzYTEyZTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImZvcm1faWQiOiIxODc5IiwiZmllbGRCYWNrZ3JvdW5kQ29sb3IiOiIjRkZGRkZGMDAiLCJmaWVsZEJvcmRlckNvbG9yIjoiI0ZGRkZGRiIsImZpZWxkVGV4dENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsQ29sb3IiOiIjRkZGRkZGIiwibGFiZWxTdWJsYWJlbENvbG9yIjoiIzAwMDAwMDAwIiwiY29weVBhc3RlSnNvblZhbHVlIjoie1wiZmllbGRTaXplXCI6XCJtZWRpdW1cIixcImZpZWxkQm9yZGVyUmFkaXVzXCI6XCIzXCIsXCJmaWVsZEJhY2tncm91bmRDb2xvclwiOlwiI0ZGRkZGRjAwXCIsXCJmaWVsZEJvcmRlckNvbG9yXCI6XCIjRkZGRkZGXCIsXCJmaWVsZFRleHRDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxTaXplXCI6XCJtZWRpdW1cIixcImxhYmVsQ29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiIzAwMDAwMDAwXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6XCIzXCIsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjgxLjM5NDk5OTk5OTk5OTk5NjAyMDk2MDY3OTc0MzQzODk1OTEyMTcwNDEwMTU2MjV9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7ImJ1dHRvbkJhY2tncm91bmRDb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5In19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cGZvcm1zIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cf3f003 elementor-widget elementor-widget-html\\\" data-id=\\\"cf3f003\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-63557a15 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"63557a15\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-65241c2b elementor-widget elementor-widget-google_maps\\\" data-id=\\\"65241c2b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"google_maps.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}<\\/style>\\t\\t<div class=\\\"elementor-custom-embed\\\">\\n\\t\\t\\t<iframe loading=\\\"lazy\\\"\\n\\t\\t\\t\\t\\tsrc=\\\"https:\\/\\/maps.google.com\\/maps?q=135%20Laurier%20Avenue%20West%20Ste%20461%20Ottawa%20ON%20K1P%205J2&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\\\"\\n\\t\\t\\t\\t\\ttitle=\\\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\\\"\\n\\t\\t\\t\\t\\taria-label=\\\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\\\"\\n\\t\\t\\t><\\/iframe>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-43386e8 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"43386e8\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-bd5a267 e-con-full e-flex e-con e-child\\\" data-id=\\\"bd5a267\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7f41aa7 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"7f41aa7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/widget-icon-box.min.css\\\">\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"tel:(888)%20876-1054\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-phone-alt\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"tel:(888)%20876-1054\\\" >\\n\\t\\t\\t\\t\\t\\t\\tCall\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\t(888) 876-1054\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-9972668 e-con-full e-flex e-con e-child\\\" data-id=\\\"9972668\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3283224 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"3283224\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"mailto:info@point2listings.ca\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-envelope\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"mailto:info@point2listings.ca\\\" >\\n\\t\\t\\t\\t\\t\\t\\tEmail\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tinfo@point2listing.ca\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2991867 e-con-full e-flex e-con e-child\\\" data-id=\\\"2991867\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fdeaeff elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"fdeaeff\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon elementor-animation-\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-envelope\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tAddress\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\t135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13653,2580,'_elementor_css','a:6:{s:4:\"time\";i:1725359715;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13654,2580,'_elementor_element_cache','{\"timeout\":1726130486,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-f5e3166 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"f5e3166\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1bdb6f8 elementor-widget elementor-widget-heading\\\" data-id=\\\"1bdb6f8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h2 class=\\\"elementor-heading-title elementor-size-default\\\">Privacy Policy<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3a3d186 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"3a3d186\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>At point2listing, accessible from https:\\/\\/point2listing.ca\\/, one of our main priorities is the privacy of our clients. This Privacy Policy document contains types of information that is collected and recorded by point2listing and how we use it.<\\/p><p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.<\\/p><p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and\\/or collect in point2listing. This policy is not applicable to any information collected offline or via channels other than this website.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f646e0d elementor-widget elementor-widget-heading\\\" data-id=\\\"f646e0d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Consent<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6ed401c elementor-widget elementor-widget-text-editor\\\" data-id=\\\"6ed401c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-9af058d elementor-widget elementor-widget-heading\\\" data-id=\\\"9af058d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9e1a327 elementor-widget elementor-widget-heading\\\" data-id=\\\"9e1a327\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Information we collect\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-19088c7 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"19088c7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.<\\/p><p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and\\/or attachments you may send us, and any other information you may choose to provide.<\\/p><p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bb2ce4f elementor-widget elementor-widget-heading\\\" data-id=\\\"bb2ce4f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">How we use your information\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3a46fc4 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"3a46fc4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We use the information we collect in various ways, including to:<\\/p><ul><li>Provide, operate, and maintain our website<\\/li><li>Improve, personalize, and expand our website<\\/li><li>Understand and analyze how you use our website<\\/li><li>Develop new products, services, features, and functionality<\\/li><li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes<\\/li><li>Send you emails<\\/li><li>Find and prevent fraud<\\/li><\\/ul><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-92026a5 elementor-widget elementor-widget-heading\\\" data-id=\\\"92026a5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Log Files<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-023a485 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"023a485\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services\\u2019 analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring\\/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users\\u2019 movement on the website, and gathering demographic information.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4193193 elementor-widget elementor-widget-heading\\\" data-id=\\\"4193193\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Advertising Partners Privacy Policies<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e3c6ca elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e3c6ca\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>You may consult this list to find the Privacy Policy for each of the advertising partners of point2listing.<\\/p><p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on point2listing, which are sent directly to users\\u2019 browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and\\/or to personalize the advertising content that you see on websites that you visit.<\\/p><p>Note that point2listing has no access to or control over these cookies that are used by third-party advertisers.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7904cd3 elementor-widget elementor-widget-heading\\\" data-id=\\\"7904cd3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Third Party Privacy Policies<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-34dec68 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"34dec68\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing\\u2019s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.<\\/p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\\u2019 respective websites.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4b4636c elementor-widget elementor-widget-heading\\\" data-id=\\\"4b4636c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Third Party Privacy Policies<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2a3fbe1 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"2a3fbe1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>point2listing\\u2019s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.<\\/p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\\u2019 respective websites.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-942625b elementor-widget elementor-widget-heading\\\" data-id=\\\"942625b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">CCPA Privacy Rights (Do Not Sell My Personal Information)\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9011d1e elementor-widget elementor-widget-text-editor\\\" data-id=\\\"9011d1e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Under the CCPA, among other rights, California consumers have the right to:<\\/p><p>Request that a business that collects a consumer\\u2019s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.<\\/p><p>Request that a business delete any personal data about the consumer that a business has collected.<\\/p><p>Request that a business that sells a consumer\\u2019s personal data, not sell the consumer\\u2019s personal data.<\\/p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e3ec405 elementor-widget elementor-widget-heading\\\" data-id=\\\"e3ec405\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">GDPR Data Protection Rights<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b119e0c elementor-widget elementor-widget-text-editor\\\" data-id=\\\"b119e0c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:<\\/p><p>The right to access \\u2013 You have the right to request copies of your personal data. We may charge you a small fee for this service.<\\/p><p>The right to rectification \\u2013 You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.<\\/p><p>The right to erasure \\u2013 You have the right to request that we erase your personal data, under certain conditions.<\\/p><p>The right to restrict processing \\u2013 You have the right to request that we restrict the processing of your personal data, under certain conditions.<\\/p><p>The right to object to processing \\u2013 You have the right to object to our processing of your personal data, under certain conditions.<\\/p><p>The right to data portability \\u2013 You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.<\\/p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d471d64 elementor-widget elementor-widget-heading\\\" data-id=\\\"d471d64\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Children\'s Information\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5513a73 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5513a73\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n<div class=\\\"elementor-widget-container\\\">\\n<p>Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and\\/or monitor and guide their online activity.<\\/p>\\n<p>point2listing does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.<\\/p>\\n<\\/div>\\n<\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e34b697 elementor-widget elementor-widget-heading\\\" data-id=\\\"e34b697\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Changes to This Privacy Policy\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b35b76c elementor-widget elementor-widget-text-editor\\\" data-id=\\\"b35b76c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e756c78 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e756c78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately, after they are posted on this page.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(13655,2595,'_elementor_css','a:6:{s:4:\"time\";i:1725359717;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13656,2595,'_elementor_element_cache','{\"timeout\":1726104186,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-7210851 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"7210851\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8c97f8e elementor-widget elementor-widget-heading\\\" data-id=\\\"8c97f8e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h2 class=\\\"elementor-heading-title elementor-size-default\\\">Terms and Conditions\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-94e8dbe elementor-widget elementor-widget-text-editor\\\" data-id=\\\"94e8dbe\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>Welcome to Point2listing!<\\/p><p>These terms and conditions outline the rules and regulations for using the Point2 Listing Website, located at https:\\/\\/point2listing.ca\\/.<\\/p><p>By accessing this website we assume you accept these terms and conditions. Do not continue to use Point2 Listing if you do not agree to take all of the terms and conditions stated on this page.<\\/p><p>The following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice, and all Agreements: \\u201cClient\\u201d, \\u201cYou\\u201d and \\u201cYour\\u201d refers to you, the person log on this website and compliant to the Company\\u2019s terms and conditions. \\u201cThe Company\\u201d, \\u201cOurselves\\u201d, \\u201cWe\\u201d, \\u201cOur\\u201d and \\u201cUs\\u201d, refers to our Company. \\u201cParty\\u201d, \\u201cParties\\u201d, or \\u201cUs\\u201d, refers to both the Client and ourselves. All terms refer to the offer, acceptance, and consideration of payment necessary to undertake the process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Client\\u2019s needs in respect of the provision of the Company\\u2019s stated services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization and\\/or he\\/she or they, are taken as interchangeable and therefore as referring to same.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3cb89cd elementor-widget elementor-widget-heading\\\" data-id=\\\"3cb89cd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Cookies\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4f6dcf3 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"4f6dcf3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>We employ the use of cookies. By accessing Point2 Listing, you agreed to use cookies in agreement with the Point2 Listing Privacy Policy.<\\/p><p>Most interactive websites use cookies to let us retrieve the user\\u2019s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate\\/advertising partners may also use cookies.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fed658d elementor-widget elementor-widget-heading\\\" data-id=\\\"fed658d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">License<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-44f52aa elementor-widget elementor-widget-text-editor\\\" data-id=\\\"44f52aa\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Unless otherwise stated, Point2 Listing and\\/or its licensors own the intellectual property rights for all material on Point2 Listing. All intellectual property rights are reserved. You may access this from point2listing for your own personal use subjected to restrictions set in these terms and conditions.<\\/p><p>You must not:<\\/p><ul><li>Republish material from Point2 Listing<\\/li><li>Sell, rent or sub-license material from Point2 Listing<\\/li><li>Reproduce, duplicate or copy material from Point2 Listing<\\/li><li>Redistribute content from Point2 Listing<\\/li><\\/ul><p>Parts of this website offer an opportunity for users to post and exchange opinions and information in certain areas of the website. Point2 Listing does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views and opinions of point2listing,its agents and\\/or affiliates. Comments reflect the views and opinions of the person who post their views and opinions. To the extent permitted by applicable laws, point2listing shall not be liable for the Comments or for any liability, damages or expenses caused and\\/or suffered as a result of any use of and\\/or posting of and\\/or appearance of the Comments on this website.<\\/p><p>Point2 Listing reserves the right to monitor all Comments and to remove any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.<\\/p><p>You warrant and represent that:<\\/p><ul><li>You are entitled to post the Comments on our website and have all necessary licenses and consents to do so;<\\/li><li>The Comments do not invade any intellectual property right, including without limitation copyright, patent or trademark of any third party;<\\/li><li>The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material which is an invasion of privacy<\\/li><li>The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity.<\\/li><\\/ul><p>You hereby grant Point2 Listing a non-exclusive license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-04ffa94 elementor-widget elementor-widget-heading\\\" data-id=\\\"04ffa94\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Hyperlinking to our Content<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-85c99d7 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"85c99d7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>The following organizations may link to our Website without prior written approval:<\\/p><ul><li>Government agencies;<\\/li><li>Search engines;<\\/li><li>News organizations;<\\/li><li>Online directory distributors may link to our Website in the same manner as they hyperlink to the Websites of other listed businesses; and<\\/li><li>System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site.<\\/li><\\/ul><p>These organizations may link to our home page, to publications or to other Website information so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products and\\/or services; and (c) fits within the context of the linking party\\u2019s site.<\\/p><p>We may consider and approve other link requests from the following types of organizations:<\\/p><ul><li>commonly-known consumer and\\/or business information sources;<\\/li><li>dot.com community sites;<\\/li><li>associations or other groups representing charities;<\\/li><li>online directory distributors;<\\/li><li>internet portals;<\\/li><li>accounting, law and consulting firms; and<\\/li><li>educational institutions and trade associations.<\\/li><\\/ul><p>We will approve link requests from these organizations if we decide that: (a) the link would not make us look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any negative records with us; (c) the benefit to us from the visibility of the hyperlink compensates the absence of Point2 Listing; and (d) the link is in the context of general resource information.<\\/p><p>These organizations may link to our home page so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking party\\u2019s site.<\\/p><p>If you are one of the organizations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to Point2 Listing. Please include your name, your organization name, contact information as well as the URL of your site, a list of any URLs from which you intend to link to our Website, and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks for a response.<\\/p><p>Approved organizations may hyperlink to our Website as follows:<\\/p><ul><li>By use of our corporate name; or<\\/li><li>By use of the uniform resource locator being linked to; or<\\/li><li>By use of any other description of our Website being linked to that makes sense within the context and format of content on the linking party\\u2019s site.<\\/li><\\/ul><p>No use of Point2 Listing logo or other artwork will be allowed for linking absent a trademark license agreement.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4cdbc2d elementor-widget elementor-widget-heading\\\" data-id=\\\"4cdbc2d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">iFrames\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f9a35cf elementor-widget elementor-widget-text-editor\\\" data-id=\\\"f9a35cf\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Without prior approval and written permission, you may not create frames around our Webpages that alter in any way the visual presentation or appearance of our Website.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8fdd442 elementor-widget elementor-widget-heading\\\" data-id=\\\"8fdd442\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Content Liability\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-64128d2 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"64128d2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>We shall not be hold responsible for any content that appears on your Website. You agree to protect and defend us against all claims that is rising on your Website. No link(s) should appear on any Website that may be interpreted as libelous, obscene or criminal, or which infringes, otherwise violates, or advocates the infringement or other violation of, any third party rights.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-983e45a elementor-widget elementor-widget-heading\\\" data-id=\\\"983e45a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Your Privacy\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e9eaad6 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e9eaad6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Please read Privacy Policy<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-968814c elementor-widget elementor-widget-heading\\\" data-id=\\\"968814c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Reservation of Rights\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-14eae10 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"14eae10\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>We reserve the right to request that you remove all links or any particular link to our Website. You approve to immediately remove all links to our Website upon request. We also reserve the right to amen these terms and conditions and it\\u2019s linking policy at any time. By continuously linking to our Website, you agree to be bound to and follow these linking terms and conditions.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-95d89c4 elementor-widget elementor-widget-heading\\\" data-id=\\\"95d89c4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Removal of links from our website\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-86d8092 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"86d8092\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>If you find any link on our Website that is offensive for any reason, you are free to contact and inform us any moment. We will consider requests to remove links but we are not obligated to or so or to respond to you directly.<\\/p><p>We do not ensure that the information on this website is correct, we do not warrant its completeness or accuracy; nor do we promise to ensure that the website remains available or that the material on the website is kept up to date.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e1eb084 elementor-widget elementor-widget-heading\\\" data-id=\\\"e1eb084\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Disclaimer\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4db3257 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"4db3257\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>To the maximum extent permitted by applicable law, we exclude all representations, warranties and conditions relating to our website and the use of this website. Nothing in this disclaimer will:<\\/p><ul><li>limit or exclude our or your liability for death or personal injury;<\\/li><li>limit or exclude our or your liability for fraud or fraudulent misrepresentation;<\\/li><li>limit any of our or your liabilities in any way that is not permitted under applicable law; or<\\/li><li>exclude any of our or your liabilities that may not be excluded under applicable law.<\\/li><\\/ul><p>The limitations and prohibitions of liability set in this Section and elsewhere in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer, including liabilities arising in contract, in tort and for breach of statutory duty.<\\/p><p>As long as the website and the information and services on the website are provided free of charge, we will not be liable for any loss or damage of any nature.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-18bf173 elementor-widget elementor-widget-heading\\\" data-id=\\\"18bf173\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Return and Refund Policy\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0e49047 elementor-widget elementor-widget-heading\\\" data-id=\\\"0e49047\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Interpretation\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8e7359b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"8e7359b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The words of which the initial letter is capitalized have meanings defined<br \\/>under the following conditions. The following definitions shall have the same<br \\/>meaning regardless of whether they appear in singular or in plural.<\\/p><\\/div><\\/div><div class=\\\"elementor-element elementor-element-d8a774b elementor-widget elementor-widget-heading\\\" data-id=\\\"d8a774b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7218696 elementor-widget elementor-widget-heading\\\" data-id=\\\"7218696\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Definitions<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7fe16cf elementor-widget elementor-widget-text-editor\\\" data-id=\\\"7fe16cf\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>For the purposes of this Return and Refund Policy:<\\/p><p>* Company (referred to as either \\u201cthe Company\\u201d, \\u201cWe\\u201d, \\u201cUs\\u201d or \\u201cOur\\u201d in this<br \\/>Agreement) refers to Point2Listing, 135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2<\\/p><p>* Goods refer to the items offered for sale on the Service.<\\/p><p>* Orders mean a request by You to purchase Goods from Us.<\\/p><p>* Service refers to the Website.<\\/p><p>* Website refers to Point2Listing, accessible from<br \\/>&lt;https:\\/\\/point2listing.ca\\/&gt;<\\/p><p>* You means the individual accessing or using the Service, or the company,<br \\/>or other legal entity on behalf of which such individual is accessing or<br \\/>using the Service, as applicable.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-39edd9c elementor-widget elementor-widget-heading\\\" data-id=\\\"39edd9c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Your Order Cancellation Rights\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-235eecc elementor-widget elementor-widget-text-editor\\\" data-id=\\\"235eecc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>You are entitled to cancel Your Order within 14 days without giving any reason<br \\/>for doing so.<\\/p><p>The deadline for cancelling an Order is 14 days from the date on which You<br \\/>received the Goods or on which a third party you have appointed, who is not<br \\/>the carrier, takes possession of the product delivered.<\\/p><p>In order to exercise Your right of cancellation, You must inform Us of your<br \\/>decision by means of a clear statement. You can inform us of your decision by:<\\/p><p>* By email: contact@point2listing.ca<\\/p><p>We will reimburse You no later than 14 days from the day on which We receive<br \\/>the returned Goods. We will use the same means of payment as You used for the<br \\/>Order, and You will not incur any fees for such reimbursement.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8386dae elementor-widget elementor-widget-heading\\\" data-id=\\\"8386dae\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Conditions for Returns\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e8aeaa5 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e8aeaa5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>The Refund Policy for 3 month services has 60 days time. If you haven\\u2019t received quality and promised quantity of listing appointments within the service period of 3 months then, you can claim full refund after 3 months from your account manager by phone, email or through text. He\\/she will forward your refund request to a higher authority, they will\\u00a0review all your leads, agreement, leads feedback and within one week they will update you about the refund.<\\/p><ol><li>If we are unable to satisfy you with in the service period, then there will be two options for you:<\\/li><li>1st option: You can claim a full refund.<\\/li><li>2nd option: If you still want to work with us after 3 months, but if you have some issues\\/concerns with the quality or the quantity then, we will run your campaign. over 2 months and replace some leads to retain you for the long term.<\\/li><\\/ol><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d796396 elementor-widget elementor-widget-heading\\\" data-id=\\\"d796396\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Returning Goods\\n<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2e4113f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"2e4113f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-eb86a8b elementor-widget elementor-widget-text-editor\\\" data-id=\\\"eb86a8b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n<div class=\\\"elementor-widget-container\\\">\\n<div class=\\\"elementor-element elementor-element-3405fb8 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"3405fb8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n<div class=\\\"elementor-widget-container\\\">\\n<p>You are responsible for the cost and risk of returning the Goods to Us. You<br>should send the Goods at the following address<\\/p>\\n<p>Point2listing.ca<\\/p>\\n<p>We cannot be held responsible for Goods damaged or lost in return shipment.<br>Therefore, We recommend an insured and trackable mail service. We are unable<br>to issue a refund without actual receipt of the Goods or proof of received<br>return delivery.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"elementor-element elementor-element-4143f57 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"4143f57\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n<div class=\\\"elementor-widget-container\\\">\\n<div class=\\\"elementor-button-wrapper\\\">&nbsp;<\\/div>\\n<\\/div>\\n<\\/div>\\n<\\/div>\\n<\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(13659,22,'_elementor_css','a:6:{s:4:\"time\";i:1725359723;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13660,22,'_elementor_element_cache','{\"timeout\":1725539047,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-435637f elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\\\" data-id=\\\"435637f\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;waves&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-bottom\\\" data-negative=\\\"true\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M790.5,93.1c-59.3-5.3-116.8-18-192.6-50c-29.6-12.7-76.9-31-100.5-35.9c-23.6-4.9-52.6-7.8-75.5-5.3\\n\\tc-10.2,1.1-22.6,1.4-50.1,7.4c-27.2,6.3-58.2,16.6-79.4,24.7c-41.3,15.9-94.9,21.9-134,22.6C72,58.2,0,25.8,0,25.8V100h1000V65.3\\n\\tc0,0-51.5,19.4-106.2,25.7C839.5,97,814.1,95.2,790.5,93.1z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-afa2d6a\\\" data-id=\\\"afa2d6a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c9cc224 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"c9cc224\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h1 class=\\\"elementor-heading-title elementor-size-default\\\">About us<\\/h1>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-6098129 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"6098129\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8a7861b\\\" data-id=\\\"8a7861b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-38ead9b elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\\\" data-id=\\\"38ead9b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\\\"\\\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}<\\/style>\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImMzNjU0NmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQWJvdXQgUG9pbnQybGlzdGluZyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQ1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIzAwMjMzRCIsIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-1df8c96 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1df8c96\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth. Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e59edb elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e59edb\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\tOur team of professional realtors is dedicated to offering expert guidance at every step of the process.Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1afe877 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"1afe877\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-9973815 e-con-full e-flex e-con e-child\\\" data-id=\\\"9973815\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8e51fa6 elementor-widget elementor-widget-heading\\\" data-id=\\\"8e51fa6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our Path To Success: Guiding Principles For Growth<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-373a5ed e-con-full e-flex e-con e-child\\\" data-id=\\\"373a5ed\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-8d44ea5 e-con-full e-flex e-con e-child\\\" data-id=\\\"8d44ea5\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f127511 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"f127511\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-fc5aa90 e-con-full e-flex e-con e-child\\\" data-id=\\\"fc5aa90\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-63438cd elementor-widget elementor-widget-image\\\" data-id=\\\"63438cd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"683\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\\\" class=\\\"attachment-large size-large wp-image-1886\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/hand-presenting-model-house-home-loan-campaign-1024x683-1-300x200.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/hand-presenting-model-house-home-loan-campaign-1024x683-1-768x512.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/hand-presenting-model-house-home-loan-campaign-1024x683-1-900x600.webp 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/hand-presenting-model-house-home-loan-campaign-1024x683-1-496x331.webp 496w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-577945e elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"577945e\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\\n\\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\\n\\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-977f2d1\\\" data-id=\\\"977f2d1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6ImIwNWE0NGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ\\/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-bdcb253 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"bdcb253\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a consultation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13661,1975,'_elementor_css','a:6:{s:4:\"time\";i:1725359726;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13662,1975,'_elementor_element_cache','{\"timeout\":1725539053,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-88edfd7 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"88edfd7\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-2520daf e-con-full e-flex e-con e-child\\\" data-id=\\\"2520daf\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-33e0a83 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"33e0a83\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h1 class=\\\"elementor-heading-title elementor-size-default\\\">Email Marketing<\\/h1>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-db879b6 elementor-widget elementor-widget-html\\\" data-id=\\\"db879b6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-35afa24 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"35afa24\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6d6e04d elementor-widget elementor-widget-heading\\\" data-id=\\\"6d6e04d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get In Touch<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjJjNGNjY2UiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3b38a92d elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3b38a92d\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-43c24a8f\\\" data-id=\\\"43c24a8f\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-39acd6ef elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"39acd6ef\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our qualified team will take care of every detail of your project<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2aaf9d9f elementor-invisible elementor-widget elementor-widget-text-editor\\\" data-id=\\\"2aaf9d9f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4d6d40b1 elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-mobile-position-right elementor-view-default elementor-invisible elementor-widget elementor-widget-icon-box\\\" data-id=\\\"4d6d40b1\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/widget-icon-box.min.css\\\">\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-comment\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tTalk to an expert\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7a5f05e6\\\" data-id=\\\"7a5f05e6\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-55df462f\\\" data-id=\\\"55df462f\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f5af737 elementor-widget elementor-widget-image\\\" data-id=\\\"f5af737\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-2376\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-3.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5099cd31 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5099cd31\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3a348f7\\\" data-id=\\\"3a348f7\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-292d3642 elementor-widget elementor-widget-spacer\\\" data-id=\\\"292d3642\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\\/style>\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-5f7631c6 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"5f7631c6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-778d5efc\\\" data-id=\\\"778d5efc\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-674a64a7 elementor-widget elementor-widget-image\\\" data-id=\\\"674a64a7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"800\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\\\" class=\\\"attachment-large size-large wp-image-3134\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp 800w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-300x300.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-150x150.webp 150w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-768x768.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-780x780.webp 780w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-600x600.webp 600w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-496x496.webp 496w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1148c6e4\\\" data-id=\\\"1148c6e4\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjRmZGFjNWRkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgRW1haWwgTWFya2V0aW5nPyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjozNiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtYWlsIG1hcmtldGluZyBpcyBhIGNvc3QtZWZmZWN0aXZlIGFuZCBwb3dlcmZ1bCB3YXkgdG8gcmVhY2ggeW91ciB0YXJnZXQgYXVkaWVuY2UgYW5kIGRyaXZlIGJ1c2luZXNzIGdyb3d0aC4gRW1haWwgTWFya2V0aW5nIGluIENhbmFkYSBlbmFibGVzIGJ1c2luZXNzZXMgdG8gY29tbXVuaWNhdGUgd2l0aCB0aGVpciBjdXN0b21lcnMgZGlyZWN0bHkgYW5kIHBlcnNvbmFsaXplIHRoZWlyIG1lc3NhZ2luZyB0byBpbmNyZWFzZSBlbmdhZ2VtZW50IGFuZCBjb252ZXJzaW9ucy4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-360a3df7 elementor-widget elementor-widget-spacer\\\" data-id=\\\"360a3df7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2073a2c8 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2073a2c8\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-744d629\\\" data-id=\\\"744d629\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjJkYTZhZTVmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIzAwMjMzRCIsIl9hbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-3c5ee873 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3c5ee873\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-26dd2f21\\\" data-id=\\\"26dd2f21\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjJkYmNmZjc3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaWNvbl9ib3hlcyI6W3siaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL0VtYWlsLWNhbXBhaWduLXN0cmF0ZWd5LndlYnAiLCJpZCI6MjA2MywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJFbWFpbCBDYW1wYWlnbiBTdHJhdGVneSIsInRleHQiOiJPdXIgdGVhbSBvZiBleHBlcnRzIHdpbGwgd29yayB3aXRoIHlvdSB0byBkZXZlbG9wIGEgY29tcHJlaGVuc2l2ZSBlbWFpbCBjYW1wYWlnbiBzdHJhdGVneSB0aGF0IGFsaWducyB3aXRoIHlvdXIgYnVzaW5lc3Mgb2JqZWN0aXZlcy4gV2VcdTIwMTlsbCBpZGVudGlmeSB0aGUgbW9zdCBlZmZlY3RpdmUgZW1haWwgdHlwZXMiLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvRW1haWwtbGlzdC1idWlsZGluZy53ZWJwIiwiaWQiOjIwNjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiRW1haWwgTGlzdCBCdWlsZGluZyIsInRleHQiOiJCdWlsZGluZyBhIGhpZ2gtcXVhbGl0eSBlbWFpbCBsaXN0IGlzIGVzc2VudGlhbCBmb3IgYSBzdWNjZXNzZnVsIGVtYWlsIG1hcmtldGluZyBjYW1wYWlnbi4gT3VyIHRlYW0gY2FuIGhlbHAgeW91IGJ1aWxkIGFuZCBncm93IHlvdXIgZW1haWwgbGlzdCB1c2luZyB2YXJpb3VzIHRhY3RpY3MsIGluY2x1ZGluZyBsZWFkIG1hZ25ldHMsIHNpZ24tdXAgZm9ybXMsIGFuZCBtb3JlIiwiX2lkIjoiMDAwNmIzNSJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL0VtYWlsLWRlc2lnbi1kZXZlbG9wbWVudC53ZWJwIiwiaWQiOjIwNjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiRW1haWwgRGVzaWduIEFuZCBEZXZlbG9wbWVudCIsInRleHQiOiJDcmVhdGluZyB2aXN1YWxseSBhcHBlYWxpbmcgYW5kIGVuZ2FnaW5nIGVtYWlsIHRlbXBsYXRlcyBpcyBrZXkgdG8gZHJpdmluZyBlbmdhZ2VtZW50IGFuZCBjb252ZXJzaW9ucy4gT3VyIHRlYW0gb2YgZGVzaWduZXJzIGFuZCBkZXZlbG9wZXJzIGNhbiBjcmVhdGUgY3VzdG9tIGVtYWlsIHRlbXBsYXRlcyB0aGF0IGFsaWduIHdpdGggeW91ciBicmFuZCIsIl9pZCI6IjMxZDI2ZDgifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9FbWFpbC1BdXRvbWF0aW9uLndlYnAiLCJpZCI6MjA2MiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJFbWFpbCBBdXRvbWF0aW9uIiwidGV4dCI6IkF1dG9tYXRlZCBlbWFpbCBjYW1wYWlnbnMgY2FuIHNhdmUgdGltZSBhbmQgaW5jcmVhc2UgZW5nYWdlbWVudCBieSBzZW5kaW5nIHBlcnNvbmFsaXplZCBtZXNzYWdlcyBiYXNlZCBvbiB1c2VyIGJlaGF2aW9yIG9yIGRlbW9ncmFwaGljcy4gV2UgY2FuIGhlbHAgeW91IHNldCB1cCBhbmQgbWFuYWdlICBlbWFpbCBhdXRvbWF0aW9uIGNhbXBhaWducyAiLCJfaWQiOiIzZDhkM2Q5In1dLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6Niwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImljb25fcHJpbWFyeV9jb2xvciI6IiIsImRlc2NyaXB0aW9uX2NvbG9yX2EiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTAwMDAwMDAwMDAwMDAwMDg4ODE3ODQxOTcwMDEyNTIzMjMzODkwNTMzNDQ3MjY1NjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX0sImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjQwMCIsImljb25fYm94ZXNfY29sdW1ucyI6ImZvdXJfY29sdW1ucyIsImJhY2tncm91bmRfYV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfYV9jb2xvciI6IiNGRkJBNEQiLCJ0aXRsZV9jb2xvcl9hIjoiIzIyMTYwMyIsImRlc2NyaXB0aW9uX2NvbG9yX2EiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3JfaWNvbl9ib3gifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-c605e2d elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"c605e2d\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89c0bf0\\\" data-id=\\\"89c0bf0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d20e733 elementor-widget elementor-widget-spacer\\\" data-id=\\\"d20e733\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-a97ef9e elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"a97ef9e\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4fe1ea6\\\" data-id=\\\"4fe1ea6\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bd60ecb elementor-widget elementor-widget-image\\\" data-id=\\\"bd60ecb\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"800\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\\\" class=\\\"attachment-large size-large wp-image-3135\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-67391f2\\\" data-id=\\\"67391f2\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjMzMmYzYmQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV2h5IEVtYWlsIE1hcmtldGluZyBJcyBJbXBvcnRhbnQ\\/Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM2LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiRW1haWwgbWFya2V0aW5nIENhbmFkYSBpcyBhbiBpbXBvcnRhbnQgdG9vbCBmb3IgYnVzaW5lc3NlcyB0byByZWFjaCBhbmQgZW5nYWdlIHdpdGggdGhlaXIgdGFyZ2V0IGF1ZGllbmNlLiBIZXJlIGFyZSBhIGZldyByZWFzb25zIHdoeSBlbWFpbCBtYXJrZXRpbmcgaXMgY3J1Y2lhbCBmb3IgdGhlIHN1Y2Nlc3Mgb2YgYW55IGJ1c2luZXNzXG5cbiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-aca393f elementor-widget elementor-widget-spacer\\\" data-id=\\\"aca393f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-21483b7d elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"21483b7d\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\\n\\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\\n\\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5d858dc6\\\" data-id=\\\"5d858dc6\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjZhMWEzZjEwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldvdWxkIHlvdSBsaWtlIHRvIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+c3BlYWsgdG8gYW4gZXhwZXJ0PzxcL3NwYW4+Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiSWYgeW91IGhhdmUgcXVlc3Rpb25zLCBuZWVkIGd1aWRhbmNlLCBvciB3YW50IHRvIGRpc2N1c3MgeW91ciBwcm9qZWN0IGluIGRldGFpbCwgb3VyIHRlYW0gb2YgZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscyBpcyBoZXJlIHRvIGhlbHAuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-619f928 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"619f928\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a consultation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13663,1940,'_elementor_css','a:6:{s:4:\"time\";i:1725359728;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13664,1940,'_elementor_element_cache','{\"timeout\":1726054372,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-c445dd9 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"c445dd9\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-f82986c e-con-full e-flex e-con e-child\\\" data-id=\\\"f82986c\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c8d743e elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"c8d743e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h1 class=\\\"elementor-heading-title elementor-size-default\\\">Search Engine Optimzation<\\/h1>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-90cd5c6 elementor-widget elementor-widget-html\\\" data-id=\\\"90cd5c6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b09bfd0 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"b09bfd0\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c9b3636 elementor-widget elementor-widget-heading\\\" data-id=\\\"c9b3636\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get In Touch<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImEyZDUzMDIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-c1baf23 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"c1baf23\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-655211b9\\\" data-id=\\\"655211b9\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-61d1fc31 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"61d1fc31\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our qualified team will take care of every detail of your project<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5ec00cd elementor-invisible elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5ec00cd\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>In today\\u2019s digital landscape, a stunning website isn\\u2019t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. That\\u2019s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2cb25cad elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-mobile-position-right elementor-view-default elementor-invisible elementor-widget elementor-widget-icon-box\\\" data-id=\\\"2cb25cad\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/widget-icon-box.min.css\\\">\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-comment\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tTalk to an expert\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2dd9885\\\" data-id=\\\"2dd9885\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-61220043\\\" data-id=\\\"61220043\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-aaea173 elementor-widget elementor-widget-image\\\" data-id=\\\"aaea173\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-2381\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/SEo-3.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-512fe088 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"512fe088\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-26e9b08a\\\" data-id=\\\"26e9b08a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2675a43b elementor-widget elementor-widget-spacer\\\" data-id=\\\"2675a43b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\\/style>\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-45f07f1a elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"45f07f1a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6af315f5\\\" data-id=\\\"6af315f5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6846a22d elementor-widget elementor-widget-image\\\" data-id=\\\"6846a22d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"800\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\\\" class=\\\"attachment-large size-large wp-image-3146\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-569575b2\\\" data-id=\\\"569575b2\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6Ijc0NmMyZjcyIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgU2VhcmNoIEVuZ2luZSBPcHRpbWl6YXRpb24gKFNFTyk\\/Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM2LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiU0VPIGlzIGEgc2V0IG9mIHRlY2huaXF1ZXMgYW5kIHN0cmF0ZWdpZXMgdGhhdCBhcmUgdXNlZCB0byBpbXByb3ZlIHRoZSB2aXNpYmlsaXR5IGFuZCByYW5raW5nIG9mIGEgd2Vic2l0ZSBpbiBzZWFyY2ggZW5naW5lIHJlc3VsdHMgcGFnZXMuIExvY2FsIFNFTyBhZ2VuY3kgaW4gQ2FuYWRhIGludm9sdmVzIG9wdGltaXppbmcgYSB3ZWJzaXRlXHUyMDE5cyBjb250ZW50LCBzdHJ1Y3R1cmUsIGFuZCBjb2RlIHRvIG1ha2UgaXQgbW9yZSBhdHRyYWN0aXZlIHRvIHNlYXJjaCBlbmdpbmVzIGxpa2UgR29vZ2xlIGFuZCBCaW5nIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ24iOiJsZWZ0In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-616a6376 elementor-widget elementor-widget-spacer\\\" data-id=\\\"616a6376\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-7517eaeb elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"7517eaeb\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-348ae22e\\\" data-id=\\\"348ae22e\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjMwNDcyMDJhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciBTRU8gU2VydmljZXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiMwMDIzM0QiLCJfYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-37754e61 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"37754e61\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-70318d77\\\" data-id=\\\"70318d77\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6Ijc1YmE5YmUxIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaWNvbl9ib3hlcyI6W3siaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL09mZi1wYWdlLXNlby53ZWJwIiwiaWQiOjIwNTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiT2ZmLVBhZ2UgT3B0aW1pemF0aW9uIiwidGV4dCI6IldlXHUyMDE5bGwgaGVscCB5b3UgYnVpbGQgaGlnaC1xdWFsaXR5IGJhY2tsaW5rcyB0byB5b3VyIHdlYnNpdGUgZnJvbSByZXB1dGFibGUgc291cmNlcyB0byBpbXByb3ZlIHlvdXIgc2VhcmNoIGVuZ2luZSByYW5raW5ncyIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9Mb2NhbC1zZW8ud2VicCIsImlkIjoyMDU2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxvY2FsIFNFTyIsInRleHQiOiJJZiB5b3UgaGF2ZSBhIGxvY2FsIGJ1c2luZXNzLCB3ZVx1MjAxOWxsIGhlbHAgeW91IG9wdGltaXplIHlvdXIgd2Vic2l0ZSBmb3IgbG9jYWwgc2VhcmNoIHJlc3VsdHMgdG8gaGVscCB5b3UgYXR0cmFjdCBtb3JlIGN1c3RvbWVycyBpbiB5b3VyIGFyZWEuIiwiX2lkIjoiMDAwNmIzNSJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL29uLXBhZ2Utc2VvLndlYnAiLCJpZCI6MjA1OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJPbi1QYWdlIE9wdGltaXphdGlvbiIsInRleHQiOiJXZVx1MjAxOWxsIG9wdGltaXplIHlvdXIgd2Vic2l0ZVx1MjAxOXMgY29udGVudCwgc3RydWN0dXJlLCBhbmQgY29kZSB0byBtYWtlIGl0IDxicj5tb3JlIGF0dHJhY3RpdmUgdG8gc2VhcmNoIDxicj5lbmdpbmVzLiIsIl9pZCI6IjMxZDI2ZDgifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9LZXl3b3JkLVJlc2VhcmNoLndlYnAiLCJpZCI6MjA1NSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJLZXl3b3JkIFJlc2VhcmNoIiwidGV4dCI6IldlXHUyMDE5bGwgY29uZHVjdCBpbi1kZXB0aCBrZXl3b3JkIHJlc2VhcmNoIHRvIGlkZW50aWZ5IHRoZSBrZXl3b3JkcyBhbmQgcGhyYXNlcyB0aGF0IHlvdXIgdGFyZ2V0IGF1ZGllbmNlIGlzIHVzaW5nIHRvIGZpbmQgdGhlIHByb2R1Y3RzIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfYV9jb2xvciI6IiIsInRpdGxlX2NvbG9yX2EiOiIifSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsInRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiTXVsaSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjcwMCIsInRpdGxlX3R5cG9ncmFwaHlfYV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEwMDAwMDAwMDAwMDAwMDA4ODgxNzg0MTk3MDAxMjUyMzIzMzg5MDUzMzQ0NzI2NTYyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-97b67a9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"97b67a9\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ad733d8\\\" data-id=\\\"ad733d8\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fb51b78 elementor-widget elementor-widget-spacer\\\" data-id=\\\"fb51b78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-31c272c elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"31c272c\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d3af523\\\" data-id=\\\"d3af523\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-28f0659 elementor-widget elementor-widget-image\\\" data-id=\\\"28f0659\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"800\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\\\" class=\\\"attachment-large size-large wp-image-3145\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d0cb005\\\" data-id=\\\"d0cb005\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjYyOWY3ZDMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV2h5IElzIFNFTyBJbXBvcnRhbnQ\\/Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM2LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiSW4gdG9kYXlcdTIwMTlzIGRpZ2l0YWwgd29ybGQsIG1vc3QgY29uc3VtZXJzIHR1cm4gdG8gc2VhcmNoIGVuZ2luZXMgdG8gZmluZCB0aGUgcHJvZHVjdHMgYW5kIHNlcnZpY2VzIHRoZXkgbmVlZC4gQnkgb3B0aW1pemluZyB5b3VyIHdlYnNpdGUgZm9yIHNlYXJjaCBlbmdpbmVzLCB5b3UgY2FuIGluY3JlYXNlIHlvdXIgdmlzaWJpbGl0eSBhbmQgYXR0cmFjdCBtb3JlIHRhcmdldGVkIHRyYWZmaWMgdG8geW91ciB3ZWJzaXRlLiBUaGlzIGNhbiBsZWFkIHRvIG1vcmUgbGVhZHMsIGNvbnZlcnNpb25zLCBhbmQgcmV2ZW51ZSBmb3IgeW91ciBidXNpbmVzcy4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1654314 elementor-widget elementor-widget-spacer\\\" data-id=\\\"1654314\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-11f31410 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"11f31410\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\\n\\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\\n\\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-499e0df5\\\" data-id=\\\"499e0df5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjhkM2Y1OCIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJXb3VsZCB5b3UgbGlrZSB0byA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPnNwZWFrIHRvIGFuIGV4cGVydD88XC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IklmIHlvdSBoYXZlIHF1ZXN0aW9ucywgbmVlZCBndWlkYW5jZSwgb3Igd2FudCB0byBkaXNjdXNzIHlvdXIgcHJvamVjdCBpbiBkZXRhaWwsIG91ciB0ZWFtIG9mIGV4cGVyaWVuY2VkIHByb2Zlc3Npb25hbHMgaXMgaGVyZSB0byBoZWxwLiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-40184adb elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"40184adb\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a consultation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13665,1949,'_elementor_css','a:6:{s:4:\"time\";i:1725359731;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13666,1949,'_elementor_element_cache','{\"timeout\":1725739789,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-d98d9f6 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"d98d9f6\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-5209f8e e-con-full e-flex e-con e-child\\\" data-id=\\\"5209f8e\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5c27bba elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"5c27bba\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h1 class=\\\"elementor-heading-title elementor-size-default\\\">PPC<\\/h1>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-090af06 elementor-widget elementor-widget-html\\\" data-id=\\\"090af06\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-787d72e e-flex e-con-boxed e-con e-child\\\" data-id=\\\"787d72e\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0eb5465 elementor-widget elementor-widget-heading\\\" data-id=\\\"0eb5465\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get In Touch<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImViYWQwYTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-78f6bdfa elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"78f6bdfa\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2f386deb\\\" data-id=\\\"2f386deb\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1671590a elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"1671590a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our qualified team will take care of every detail of your project<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-38faa637 elementor-invisible elementor-widget elementor-widget-text-editor\\\" data-id=\\\"38faa637\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e13657f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e13657f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>If you\\u2019re looking for PPC services in Canada, it\\u2019s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.\\u00a0<\\/p><\\/div><\\/div>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5ae4dbbf elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-mobile-position-right elementor-view-default elementor-invisible elementor-widget elementor-widget-icon-box\\\" data-id=\\\"5ae4dbbf\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/widget-icon-box.min.css\\\">\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-comment\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tTalk to an expert\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-417b7b82\\\" data-id=\\\"417b7b82\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-85dfb1a\\\" data-id=\\\"85dfb1a\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f95057f elementor-widget elementor-widget-image\\\" data-id=\\\"f95057f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-2378\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ppc-2.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-533d3fb6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"533d3fb6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-49c204c0\\\" data-id=\\\"49c204c0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-72a494e0 elementor-widget elementor-widget-spacer\\\" data-id=\\\"72a494e0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\\/style>\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-4639e4d5 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"4639e4d5\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-486c3f0c\\\" data-id=\\\"486c3f0c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7ad34b05 elementor-widget elementor-widget-image\\\" data-id=\\\"7ad34b05\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"800\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\\\" class=\\\"attachment-large size-large wp-image-3154\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3f331b14\\\" data-id=\\\"3f331b14\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjFlZWM5NzJlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgUFBDIENhbXBhaWduIENhbmFkYT8iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzYsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJQUEMgQ2FtcGFpZ24gQ2FuYWRhIGlzIGEgZm9ybSBvZiBkaWdpdGFsIG1hcmtldGluZyB0aGF0IGludm9sdmVzIHBsYWNpbmcgYWRzIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcywgc29jaWFsIG1lZGlhIHBsYXRmb3JtcywgYW5kIG90aGVyIHJlbGV2YW50IHdlYnNpdGVzLiBBZHZlcnRpc2VycyBvbmx5IHBheSB3aGVuIHNvbWVvbmUgY2xpY2tzIG9uIHRoZWlyIGFkLCB3aGljaCBtZWFucyB0aGF0IFBQQyBBZHZlcnRpc2luZyBjYW4gYmUgYSBjb3N0LWVmZmVjdGl2ZSB3YXkgdG8gcmVhY2ggYSBzcGVjaWZpYyB0YXJnZXQgYXVkaWVuY2UgYW5kIGdlbmVyYXRlIG1vcmUgbGVhZHMgYW5kIHNhbGVzLiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5583ac01 elementor-widget elementor-widget-spacer\\\" data-id=\\\"5583ac01\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-7eb336a7 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"7eb336a7\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-139550b1\\\" data-id=\\\"139550b1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjE5OGFhN2Y5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciAgU2VydmljZXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiMwMDIzM0QiLCJfYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-37f7dfff elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"37f7dfff\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-513a1597\\\" data-id=\\\"513a1597\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjEzZDlkOWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvSW5jcmVhc2VkLW9ubGluZS12aXNpYmlsaXR5LndlYnAiLCJpZCI6MjA1MSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJJbmNyZWFzZWQgT25saW5lIFZpc2liaWxpdHkiLCJ0ZXh0IjoiUXVpY2tseSBnZXQgeW91ciBidXNpbmVzcyBpbiBmcm9udCBvZiBwb3RlbnRpYWwgY3VzdG9tZXJzIHdobyBhcmUgYWN0aXZlbHkgc2VhcmNoaW5nIGZvciB5b3VyIHByb2R1Y3RzIG9yIHNlcnZpY2VzLiBCeSBiaWRkaW5nIG9uIHJlbGV2YW50IGtleXdvcmRzLCB5b3VyIGFkcyBjYW4gYXBwZWFyIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvQ29zdC1lZmZlY3RpdmUud2VicCIsImlkIjoyMDUwLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkNvc3Q8YnI+IEVmZmVjdGl2ZSIsInRleHQiOiJXaXRoIFBQQywgeW91IG9ubHkgcGF5IHdoZW4gc29tZW9uZSBjbGlja3Mgb24geW91ciBhZCwgd2hpY2ggbWVhbnMgeW91XHUyMDE5cmUgbm90IHdhc3RpbmcgbW9uZXkgb24gaW1wcmVzc2lvbnMgb3IgY2xpY2tzIGZyb20gcGVvcGxlIHdobyBhcmVuXHUyMDE5dCBpbnRlcmVzdGVkIGluIHlvdXIgYnVzaW5lc3MuICIsIl9pZCI6IjAwMDZiMzUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9NZWFzdXJhYmxlLXJlc3VsdC53ZWJwIiwiaWQiOjIwNDgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiTWVhc3VyYWJsZSA8YnI+UmVzdWx0cyIsInRleHQiOiJQUEMgYWR2ZXJ0aXNpbmcgcHJvdmlkZXMgZGV0YWlsZWQgZGF0YSBvbiBob3cgeW91ciBjYW1wYWlnbnMgYXJlIHBlcmZvcm1pbmcsIGluY2x1ZGluZyB0aGUgbnVtYmVyIG9mIGNsaWNrcywgaW1wcmVzc2lvbnMsIGFuZCBjb252ZXJzaW9ucy4gVGhpcyBkYXRhIGNhbiBoZWxwIHlvdSBvcHRpbWl6ZSB5b3VyIGNhbXBhaWducyIsIl9pZCI6IjMxZDI2ZDgifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9QUEMtc3RyYXRlZ3ktZGV2ZWxvcG1lbnQud2VicCIsImlkIjoyMDQ5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlBQQyBTdHJhdGVneSBEZXZlbG9wbWVudCIsInRleHQiOiJEZXZlbG9wIGEgY3VzdG9taXplZCBQUEMgQWR2ZXJ0aXNpbmcgc3RyYXRlZ3kgdGhhdCBpcyB0YWlsb3JlZCB0byB5b3VyIGJ1c2luZXNzIGdvYWxzIGFuZCB0YXJnZXQgYXVkaWVuY2UuIElkZW50aWZ5IHRoZSBiZXN0IHBsYXRmb3JtcyB0byBhZHZlcnRpc2Ugb24gYW5kIHRhcmdldCBzcGVjaWZpYyBrZXl3b3JkcyIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-14ce68a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"14ce68a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bd85a53\\\" data-id=\\\"bd85a53\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e0ee829 elementor-widget elementor-widget-spacer\\\" data-id=\\\"e0ee829\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-9e06fd8 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"9e06fd8\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d41c215\\\" data-id=\\\"d41c215\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1bf892a elementor-widget elementor-widget-image\\\" data-id=\\\"1bf892a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"800\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\\\" class=\\\"attachment-large size-large wp-image-3153\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9e28cca\\\" data-id=\\\"9e28cca\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjI3YzU4NTQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV2h5IElzIFBQQyBBZHZlcnRpc2luZyBJbXBvcnRhbnQ\\/Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM2LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiUFBDIE1hbmFnZW1lbnQgQ2FuYWRhIGlzIGFuIGltcG9ydGFudCBjb21wb25lbnQgb2YgYW55IGRpZ2l0YWwgbWFya2V0aW5nIHN0cmF0ZWd5IGJlY2F1c2UgaXQgYWxsb3dzIGJ1c2luZXNzZXMgdG8gcmVhY2ggdGhlaXIgdGFyZ2V0IGF1ZGllbmNlcyBpbiBhIGhpZ2hseSB0YXJnZXRlZCBhbmQgY29zdC1lZmZlY3RpdmUgd2F5LiBXaXRoIFBQQyBBZHZlcnRpc2luZywgYnVzaW5lc3NlcyBjYW4gY29udHJvbCB0aGVpciBhZCBzcGVuZCwgdGFyZ2V0IHNwZWNpZmljIGtleXdvcmRzIGFuZCBkZW1vZ3JhcGhpY3MsIGFuZCB0cmFjayB0aGVpciBhZCBwZXJmb3JtYW5jZSBpbiByZWFsLXRpbWUuIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ24iOiJsZWZ0In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-edbfe2a elementor-widget elementor-widget-spacer\\\" data-id=\\\"edbfe2a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-19bff1a6 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"19bff1a6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\\n\\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\\n\\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4c23b5ac\\\" data-id=\\\"4c23b5ac\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjJiZTAxOTRjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldvdWxkIHlvdSBsaWtlIHRvIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+c3BlYWsgdG8gYW4gZXhwZXJ0PzxcL3NwYW4+Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiSWYgeW91IGhhdmUgcXVlc3Rpb25zLCBuZWVkIGd1aWRhbmNlLCBvciB3YW50IHRvIGRpc2N1c3MgeW91ciBwcm9qZWN0IGluIGRldGFpbCwgb3VyIHRlYW0gb2YgZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscyBpcyBoZXJlIHRvIGhlbHAuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-ee35cbf elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"ee35cbf\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a consultation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13730,3317,'_elementor_edit_mode','builder'),(13731,3317,'_elementor_template_type','wp-page'),(13732,3317,'_elementor_version','3.23.4'),(13733,3317,'_wp_page_template','elementor_header_footer'),(13734,3317,'_elementor_data','[{\"id\":\"a83e2d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1024x576.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"d910eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"05eb42a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation Services in Canada\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f69c96\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f6d7379\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"88ab7bc\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f4adfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f036\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56a3cfc3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"330b2703\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6c8449c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Point2 Listing?\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7233c4b9\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1546aa87\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\",\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"356fca97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"15d09870\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"a46dc58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1.webp\",\"id\":2377,\"size\":\"\",\"alt\":\"Real estate Lead Generation\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45f83188\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3a8995a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1dd3d217\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7bc32692\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"30cff9b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2ec49ca1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy.webp\",\"id\":1814,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"388b8504\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"316fc24d\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Estate Lead Generation ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Real Estate lead generation Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\\n\\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60eb7f25\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44db4c5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1b83e24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddf9bb0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"df20892\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cedc29c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6bf316f\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Sales-and-revenue.webp\",\"id\":2017,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Sales And Revenue\",\"text\":\"Increased sales and revenue: By generating high-quality leads, you can build a strong client base and increase your sales and <br>revenue.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Efficiency-and-productvity.webp\",\"id\":2016,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Efficiency And Productivity\",\"text\":\"Increased efficiency and productivity: Our data-driven approach allows you to focus your efforts on the most promising leads\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Trust-and-creadibity.webp\",\"id\":2019,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Trust And Credibility\",\"text\":\"Establish yourself as an expert: Effective lead generation can help you establish yourself as an expert in the industry, helping you build trust \",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Targeted.webp\",\"id\":2018,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Targeted Marketing\",\"text\":\"Real estate lead generation allows agents to target their marketing efforts towards specific demographics or geographic areas. This helps them reach potential clients\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddc47ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"aa711c4\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Strategies\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"f0de3d0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\",\"border_border\":\"dashed\"},\"elements\":[{\"id\":\"a0f50c9\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"_transform_scale_popover_hover\":\"transform\",\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":1.0500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_transform_scaleX_effect_hover\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_transform_scaleY_effect_hover\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_color\":\"#FFBA4D\",\"background_hover_color\":\"#FFBA4D9E\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f6c2a36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.\\u00a0<\\/p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_family\":\"Montserrat\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9dbc0d6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2049cc3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/57691-Converted.png\",\"id\":3278,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_css_classes\":\"floating-image\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"02884a1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"_transform_scale_popover_hover\":\"transform\",\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":1.0500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_transform_scaleX_effect_hover\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_transform_scaleY_effect_hover\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_color\":\"#FFBA4D\",\"background_hover_color\":\"#FFBA4D9E\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"975cc33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.<\\/p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_family\":\"Montserrat\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d929776\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"6e47309\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#949494\"},\"elements\":[{\"id\":\"d0dc14c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d01c4cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13735,3317,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(13736,3317,'_elementor_css','a:6:{s:4:\"time\";i:1725359913;s:5:\"fonts\";a:3:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";i:12;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13737,3317,'_elementor_element_cache','{\"timeout\":1725446348,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-a83e2d6 e-flex e-con-boxed e-con e-parent\" data-id=\"a83e2d6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-d910eb1 e-con-full e-flex e-con e-child\" data-id=\"d910eb1\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-05eb42a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"05eb42a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1 class=\"elementor-heading-title elementor-size-default\">Real Estate Lead Generation Services in Canada</h1>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3f69c96 elementor-widget elementor-widget-text-editor\" data-id=\"3f69c96\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>tttt<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.</p>tttttt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f6d7379 elementor-widget elementor-widget-html\" data-id=\"f6d7379\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<div id=\"loading-message\" style=\"height: 100px; width: 100%;\"></div>rn<div id=\"form-container\" style=\"display: none;\">rn    [wpforms id=\"your-form-id\"]rn</div>rntt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-88ab7bc e-flex e-con-boxed e-con e-child\" data-id=\"88ab7bc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-1f4adfc elementor-widget elementor-widget-heading\" data-id=\"1f4adfc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h2>tt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjU4MWYwMzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-56a3cfc3 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"56a3cfc3\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-330b2703\" data-id=\"330b2703\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6c8449c8 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6c8449c8\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\">Why Choose Point2 Listing?</h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7233c4b9 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7233c4b9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-1546aa87 elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-mobile-position-right elementor-view-default elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"1546aa87\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttt<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">tt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/contact-us/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-comment\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h3 class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/contact-us/\" >ntttttttTalk to an experttttttt</a>nttttt</h3>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-356fca97\" data-id=\"356fca97\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-15d09870\" data-id=\"15d09870\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-a46dc58 elementor-widget elementor-widget-image\" data-id=\"a46dc58\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>tttttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp\" class=\"attachment-large size-large wp-image-2377\" alt=\"Real estate Lead Generation\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-45f83188 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"45f83188\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3a8995a2\" data-id=\"3a8995a2\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1dd3d217 elementor-widget elementor-widget-spacer\" data-id=\"1dd3d217\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>tt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7bc32692 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"7bc32692\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-30cff9b5\" data-id=\"30cff9b5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2ec49ca1 elementor-widget elementor-widget-image\" data-id=\"2ec49ca1\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttttttttttttt<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\" class=\"attachment-large size-large wp-image-1814\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-388b8504\" data-id=\"388b8504\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjMxNmZjMjRkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uID8iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzYsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJSZWFsIEVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gQ2FuYWRhIGlzIHRoZSBwcmFjdGljZSBvZiBpZGVudGlmeWluZyBhbmQgYXR0cmFjdGluZyBwb3RlbnRpYWwgY2xpZW50cyBpbnRlcmVzdGVkIGluIGJ1eWluZywgc2VsbGluZywgb3IgcmVudGluZyBwcm9wZXJ0aWVzLiBJdCBpbnZvbHZlcyB2YXJpb3VzIHN0cmF0ZWdpZXMsIGluY2x1ZGluZyBvbmxpbmUgYW5kIG9mZmxpbmUgbWFya2V0aW5nIHRlY2huaXF1ZXMsIHRvIGdlbmVyYXRlIGxlYWRzIHRoYXQgY2FuIGJlIGNvbnZlcnRlZCBpbnRvIGNsaWVudHMuXG5cbkVmZmVjdGl2ZSBsZWFkIGdlbmVyYXRpb24gaXMgY3J1Y2lhbCBmb3Igc3VjY2VzcyBpbiB0aGUgaGlnaGx5IGNvbXBldGl0aXZlIHJlYWwgZXN0YXRlIG1hcmtldCwgYXMgaXQgaGVscHMgYWdlbnRzIGFuZCBicm9rZXJzIGJ1aWxkIGEgc3Ryb25nIGNsaWVudCBiYXNlIGFuZCBpbmNyZWFzZSBzYWxlcy4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-60eb7f25 elementor-widget elementor-widget-spacer\" data-id=\"60eb7f25\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-44db4c5 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"44db4c5\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1b83e24\" data-id=\"1b83e24\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImRkZjliYjAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIEJlbmVmaXRzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-df20892 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"df20892\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cedc29c\" data-id=\"cedc29c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjZiZjMxNmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvU2FsZXMtYW5kLXJldmVudWUud2VicCIsImlkIjoyMDE3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlNhbGVzIEFuZCBSZXZlbnVlIiwidGV4dCI6IkluY3JlYXNlZCBzYWxlcyBhbmQgcmV2ZW51ZTogQnkgZ2VuZXJhdGluZyBoaWdoLXF1YWxpdHkgbGVhZHMsIHlvdSBjYW4gYnVpbGQgYSBzdHJvbmcgY2xpZW50IGJhc2UgYW5kIGluY3JlYXNlIHlvdXIgc2FsZXMgYW5kIDxicj5yZXZlbnVlLiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9FZmZpY2llbmN5LWFuZC1wcm9kdWN0dml0eS53ZWJwIiwiaWQiOjIwMTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiRWZmaWNpZW5jeSBBbmQgUHJvZHVjdGl2aXR5IiwidGV4dCI6IkluY3JlYXNlZCBlZmZpY2llbmN5IGFuZCBwcm9kdWN0aXZpdHk6IE91ciBkYXRhLWRyaXZlbiBhcHByb2FjaCBhbGxvd3MgeW91IHRvIGZvY3VzIHlvdXIgZWZmb3J0cyBvbiB0aGUgbW9zdCBwcm9taXNpbmcgbGVhZHMiLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvVHJ1c3QtYW5kLWNyZWFkaWJpdHkud2VicCIsImlkIjoyMDE5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlRydXN0IEFuZCBDcmVkaWJpbGl0eSIsInRleHQiOiJFc3RhYmxpc2ggeW91cnNlbGYgYXMgYW4gZXhwZXJ0OiBFZmZlY3RpdmUgbGVhZCBnZW5lcmF0aW9uIGNhbiBoZWxwIHlvdSBlc3RhYmxpc2ggeW91cnNlbGYgYXMgYW4gZXhwZXJ0IGluIHRoZSBpbmR1c3RyeSwgaGVscGluZyB5b3UgYnVpbGQgdHJ1c3QgIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1RhcmdldGVkLndlYnAiLCJpZCI6MjAxOCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJUYXJnZXRlZCBNYXJrZXRpbmciLCJ0ZXh0IjoiUmVhbCBlc3RhdGUgbGVhZCBnZW5lcmF0aW9uIGFsbG93cyBhZ2VudHMgdG8gdGFyZ2V0IHRoZWlyIG1hcmtldGluZyBlZmZvcnRzIHRvd2FyZHMgc3BlY2lmaWMgZGVtb2dyYXBoaWNzIG9yIGdlb2dyYXBoaWMgYXJlYXMuIFRoaXMgaGVscHMgdGhlbSByZWFjaCBwb3RlbnRpYWwgY2xpZW50cyIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt<div class=\"elementor-element elementor-element-ddc47ce e-flex e-con-boxed e-con e-parent\" data-id=\"ddc47ce\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImFhNzExYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFN0cmF0ZWdpZXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiMwMDIzM0QiLCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-f0de3d0 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"f0de3d0\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntt<div class=\"elementor-element elementor-element-a0f50c9 e-transform e-con-full e-flex e-con e-child\" data-id=\"a0f50c9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.0500000000000000444089209850062616169452667236328125,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">ntttt<div class=\"elementor-element elementor-element-f6c2a36 elementor-widget elementor-widget-text-editor\" data-id=\"f6c2a36\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.u00a0</p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p>tttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-9dbc0d6 e-con-full e-flex e-con e-child\" data-id=\"9dbc0d6\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2049cc3 floating-image elementor-widget elementor-widget-image\" data-id=\"2049cc3\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png\" class=\"attachment-large size-large wp-image-3278\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1536x1536.png 1536w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-2048x2048.png 2048w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-780x780.png 780w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-496x496.png 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-02884a1 e-transform e-con-full e-flex e-con e-child\" data-id=\"02884a1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.0500000000000000444089209850062616169452667236328125,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">ntttt<div class=\"elementor-element elementor-element-975cc33 elementor-widget elementor-widget-text-editor\" data-id=\"975cc33\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>tttttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d929776 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d929776\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\">nttttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">nt<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7ntc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4ntc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"/>n</svg>tt</div>nttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6e47309\" data-id=\"6e47309\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImQwZGMxNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-d01c4cd elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"d01c4cd\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a consultation</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13738,3318,'_elementor_edit_mode','builder'),(13739,3318,'_elementor_template_type','wp-page'),(13740,3318,'_elementor_version','3.23.4'),(13741,3318,'_wp_page_template','elementor_header_footer'),(13742,3318,'_elementor_data','[{\"id\":\"a83e2d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1024x576.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"d910eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"05eb42a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation Services in Canada\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f69c96\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f6d7379\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"88ab7bc\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f4adfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f036\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56a3cfc3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"330b2703\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6c8449c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Point2 Listing?\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7233c4b9\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1546aa87\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\",\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"356fca97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"15d09870\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"a46dc58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1.webp\",\"id\":2377,\"size\":\"\",\"alt\":\"Real estate Lead Generation\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45f83188\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3a8995a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1dd3d217\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7bc32692\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"30cff9b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2ec49ca1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy.webp\",\"id\":1814,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"388b8504\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"316fc24d\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Estate Lead Generation ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Real Estate lead generation Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\\n\\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60eb7f25\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44db4c5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1b83e24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddf9bb0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"df20892\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cedc29c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6bf316f\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Sales-and-revenue.webp\",\"id\":2017,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Sales And Revenue\",\"text\":\"Increased sales and revenue: By generating high-quality leads, you can build a strong client base and increase your sales and <br>revenue.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Efficiency-and-productvity.webp\",\"id\":2016,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Efficiency And Productivity\",\"text\":\"Increased efficiency and productivity: Our data-driven approach allows you to focus your efforts on the most promising leads\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Trust-and-creadibity.webp\",\"id\":2019,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Trust And Credibility\",\"text\":\"Establish yourself as an expert: Effective lead generation can help you establish yourself as an expert in the industry, helping you build trust \",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Targeted.webp\",\"id\":2018,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Targeted Marketing\",\"text\":\"Real estate lead generation allows agents to target their marketing efforts towards specific demographics or geographic areas. This helps them reach potential clients\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddc47ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"aa711c4\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Strategies\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"f0de3d0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"a0f50c9\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"_transform_scale_popover_hover\":\"transform\",\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":1.0500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_transform_scaleX_effect_hover\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_transform_scaleY_effect_hover\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_color\":\"#FFBA4D\",\"background_hover_color\":\"#FFBA4D9E\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f6c2a36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.\\u00a0<\\/p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_family\":\"Montserrat\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9dbc0d6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2049cc3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/57691-Converted.png\",\"id\":3278,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_css_classes\":\"floating-image\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"02884a1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"_transform_scale_popover_hover\":\"transform\",\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":1.0500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_transform_scaleX_effect_hover\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_transform_scaleY_effect_hover\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_color\":\"#FFBA4D\",\"background_hover_color\":\"#FFBA4D9E\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"975cc33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.<\\/p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_family\":\"Montserrat\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d929776\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"6e47309\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#949494\"},\"elements\":[{\"id\":\"d0dc14c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d01c4cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13743,3318,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(13744,3318,'_elementor_css','a:6:{s:4:\"time\";i:1725359913;s:5:\"fonts\";a:3:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";i:12;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13745,3318,'_elementor_element_cache','{\"timeout\":1725446348,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-a83e2d6 e-flex e-con-boxed e-con e-parent\" data-id=\"a83e2d6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-d910eb1 e-con-full e-flex e-con e-child\" data-id=\"d910eb1\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-05eb42a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"05eb42a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1 class=\"elementor-heading-title elementor-size-default\">Real Estate Lead Generation Services in Canada</h1>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3f69c96 elementor-widget elementor-widget-text-editor\" data-id=\"3f69c96\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>tttt<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.</p>tttttt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f6d7379 elementor-widget elementor-widget-html\" data-id=\"f6d7379\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<div id=\"loading-message\" style=\"height: 100px; width: 100%;\"></div>rn<div id=\"form-container\" style=\"display: none;\">rn    [wpforms id=\"your-form-id\"]rn</div>rntt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-88ab7bc e-flex e-con-boxed e-con e-child\" data-id=\"88ab7bc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-1f4adfc elementor-widget elementor-widget-heading\" data-id=\"1f4adfc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h2>tt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjU4MWYwMzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-56a3cfc3 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"56a3cfc3\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-330b2703\" data-id=\"330b2703\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6c8449c8 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6c8449c8\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\">Why Choose Point2 Listing?</h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7233c4b9 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7233c4b9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-1546aa87 elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-mobile-position-right elementor-view-default elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"1546aa87\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttt<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">tt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/contact-us/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-comment\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h3 class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/contact-us/\" >ntttttttTalk to an experttttttt</a>nttttt</h3>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-356fca97\" data-id=\"356fca97\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-15d09870\" data-id=\"15d09870\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-a46dc58 elementor-widget elementor-widget-image\" data-id=\"a46dc58\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>tttttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp\" class=\"attachment-large size-large wp-image-2377\" alt=\"Real estate Lead Generation\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-45f83188 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"45f83188\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3a8995a2\" data-id=\"3a8995a2\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1dd3d217 elementor-widget elementor-widget-spacer\" data-id=\"1dd3d217\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>tt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7bc32692 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"7bc32692\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-30cff9b5\" data-id=\"30cff9b5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2ec49ca1 elementor-widget elementor-widget-image\" data-id=\"2ec49ca1\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttttttttttttt<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\" class=\"attachment-large size-large wp-image-1814\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-388b8504\" data-id=\"388b8504\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjMxNmZjMjRkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uID8iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzYsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJSZWFsIEVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gQ2FuYWRhIGlzIHRoZSBwcmFjdGljZSBvZiBpZGVudGlmeWluZyBhbmQgYXR0cmFjdGluZyBwb3RlbnRpYWwgY2xpZW50cyBpbnRlcmVzdGVkIGluIGJ1eWluZywgc2VsbGluZywgb3IgcmVudGluZyBwcm9wZXJ0aWVzLiBJdCBpbnZvbHZlcyB2YXJpb3VzIHN0cmF0ZWdpZXMsIGluY2x1ZGluZyBvbmxpbmUgYW5kIG9mZmxpbmUgbWFya2V0aW5nIHRlY2huaXF1ZXMsIHRvIGdlbmVyYXRlIGxlYWRzIHRoYXQgY2FuIGJlIGNvbnZlcnRlZCBpbnRvIGNsaWVudHMuXG5cbkVmZmVjdGl2ZSBsZWFkIGdlbmVyYXRpb24gaXMgY3J1Y2lhbCBmb3Igc3VjY2VzcyBpbiB0aGUgaGlnaGx5IGNvbXBldGl0aXZlIHJlYWwgZXN0YXRlIG1hcmtldCwgYXMgaXQgaGVscHMgYWdlbnRzIGFuZCBicm9rZXJzIGJ1aWxkIGEgc3Ryb25nIGNsaWVudCBiYXNlIGFuZCBpbmNyZWFzZSBzYWxlcy4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-60eb7f25 elementor-widget elementor-widget-spacer\" data-id=\"60eb7f25\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-44db4c5 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"44db4c5\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1b83e24\" data-id=\"1b83e24\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImRkZjliYjAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIEJlbmVmaXRzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-df20892 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"df20892\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cedc29c\" data-id=\"cedc29c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjZiZjMxNmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvU2FsZXMtYW5kLXJldmVudWUud2VicCIsImlkIjoyMDE3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlNhbGVzIEFuZCBSZXZlbnVlIiwidGV4dCI6IkluY3JlYXNlZCBzYWxlcyBhbmQgcmV2ZW51ZTogQnkgZ2VuZXJhdGluZyBoaWdoLXF1YWxpdHkgbGVhZHMsIHlvdSBjYW4gYnVpbGQgYSBzdHJvbmcgY2xpZW50IGJhc2UgYW5kIGluY3JlYXNlIHlvdXIgc2FsZXMgYW5kIDxicj5yZXZlbnVlLiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9FZmZpY2llbmN5LWFuZC1wcm9kdWN0dml0eS53ZWJwIiwiaWQiOjIwMTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiRWZmaWNpZW5jeSBBbmQgUHJvZHVjdGl2aXR5IiwidGV4dCI6IkluY3JlYXNlZCBlZmZpY2llbmN5IGFuZCBwcm9kdWN0aXZpdHk6IE91ciBkYXRhLWRyaXZlbiBhcHByb2FjaCBhbGxvd3MgeW91IHRvIGZvY3VzIHlvdXIgZWZmb3J0cyBvbiB0aGUgbW9zdCBwcm9taXNpbmcgbGVhZHMiLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvVHJ1c3QtYW5kLWNyZWFkaWJpdHkud2VicCIsImlkIjoyMDE5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlRydXN0IEFuZCBDcmVkaWJpbGl0eSIsInRleHQiOiJFc3RhYmxpc2ggeW91cnNlbGYgYXMgYW4gZXhwZXJ0OiBFZmZlY3RpdmUgbGVhZCBnZW5lcmF0aW9uIGNhbiBoZWxwIHlvdSBlc3RhYmxpc2ggeW91cnNlbGYgYXMgYW4gZXhwZXJ0IGluIHRoZSBpbmR1c3RyeSwgaGVscGluZyB5b3UgYnVpbGQgdHJ1c3QgIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1RhcmdldGVkLndlYnAiLCJpZCI6MjAxOCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJUYXJnZXRlZCBNYXJrZXRpbmciLCJ0ZXh0IjoiUmVhbCBlc3RhdGUgbGVhZCBnZW5lcmF0aW9uIGFsbG93cyBhZ2VudHMgdG8gdGFyZ2V0IHRoZWlyIG1hcmtldGluZyBlZmZvcnRzIHRvd2FyZHMgc3BlY2lmaWMgZGVtb2dyYXBoaWNzIG9yIGdlb2dyYXBoaWMgYXJlYXMuIFRoaXMgaGVscHMgdGhlbSByZWFjaCBwb3RlbnRpYWwgY2xpZW50cyIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt<div class=\"elementor-element elementor-element-ddc47ce e-flex e-con-boxed e-con e-parent\" data-id=\"ddc47ce\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImFhNzExYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFN0cmF0ZWdpZXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiMwMDIzM0QiLCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-f0de3d0 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"f0de3d0\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntt<div class=\"elementor-element elementor-element-a0f50c9 e-transform e-con-full e-flex e-con e-child\" data-id=\"a0f50c9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.0500000000000000444089209850062616169452667236328125,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">ntttt<div class=\"elementor-element elementor-element-f6c2a36 elementor-widget elementor-widget-text-editor\" data-id=\"f6c2a36\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.u00a0</p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p>tttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-9dbc0d6 e-con-full e-flex e-con e-child\" data-id=\"9dbc0d6\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2049cc3 floating-image elementor-widget elementor-widget-image\" data-id=\"2049cc3\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png\" class=\"attachment-large size-large wp-image-3278\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1536x1536.png 1536w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-2048x2048.png 2048w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-780x780.png 780w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-496x496.png 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-02884a1 e-transform e-con-full e-flex e-con e-child\" data-id=\"02884a1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.0500000000000000444089209850062616169452667236328125,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">ntttt<div class=\"elementor-element elementor-element-975cc33 elementor-widget elementor-widget-text-editor\" data-id=\"975cc33\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>tttttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d929776 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d929776\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\">nttttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">nt<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7ntc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4ntc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"/>n</svg>tt</div>nttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6e47309\" data-id=\"6e47309\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImQwZGMxNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-d01c4cd elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"d01c4cd\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a consultation</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13777,3322,'_edit_lock','1725368793:1'),(13894,3335,'_edit_lock','1725428074:4'),(13899,3338,'_wp_attached_file','2024/09/Marketing-1.webp'),(13900,3338,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2024/09/Marketing-1.webp\";s:8:\"filesize\";i:4830;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Marketing-1-300x180.webp\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20734;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Marketing-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11184;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:23:\"Marketing-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6766;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:24:\"Marketing-1-496x298.webp\";s:5:\"width\";i:496;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40482;}s:24:\"elementor_custom_500x300\";a:4:{s:4:\"file\";s:76:\"elementor/thumbs/Marketing-1-qtllvxii46rdhzqq7l39yko00qpgzd1lwgxyitqhhc.webp\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13901,3339,'_wp_attached_file','2024/09/Strategies-1.webp'),(13902,3339,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2024/09/Strategies-1.webp\";s:8:\"filesize\";i:6846;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Strategies-1-300x180.webp\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Strategies-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14614;}s:15:\"houzez-map-info\";a:5:{s:4:\"file\";s:24:\"Strategies-1-120x90.webp\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8092;}s:20:\"houzez-image_masonry\";a:5:{s:4:\"file\";s:25:\"Strategies-1-496x298.webp\";s:5:\"width\";i:496;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55306;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13903,3340,'_elementor_edit_mode','builder'),(13904,3340,'_elementor_template_type','wp-page'),(13905,3340,'_elementor_version','3.23.4'),(13906,3340,'_wp_page_template','elementor_header_footer'),(13907,3340,'_elementor_data','[{\"id\":\"a83e2d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1024x576.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"d910eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"05eb42a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation Services in Canada\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f69c96\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f6d7379\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"88ab7bc\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f4adfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f036\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56a3cfc3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"330b2703\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6c8449c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Point2 Listing?\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7233c4b9\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1546aa87\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\",\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"356fca97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"15d09870\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"a46dc58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1.webp\",\"id\":2377,\"size\":\"\",\"alt\":\"Real estate Lead Generation\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45f83188\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3a8995a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1dd3d217\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7bc32692\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"30cff9b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2ec49ca1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy.webp\",\"id\":1814,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"388b8504\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"316fc24d\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Estate Lead Generation ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Real Estate lead generation Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\\n\\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60eb7f25\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44db4c5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1b83e24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddf9bb0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"df20892\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cedc29c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6bf316f\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Sales-and-revenue.webp\",\"id\":2017,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Sales And Revenue\",\"text\":\"Increased sales and revenue: By generating high-quality leads, you can build a strong client base and increase your sales and <br>revenue.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Efficiency-and-productvity.webp\",\"id\":2016,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Efficiency And Productivity\",\"text\":\"Increased efficiency and productivity: Our data-driven approach allows you to focus your efforts on the most promising leads\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Trust-and-creadibity.webp\",\"id\":2019,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Trust And Credibility\",\"text\":\"Establish yourself as an expert: Effective lead generation can help you establish yourself as an expert in the industry, helping you build trust \",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Targeted.webp\",\"id\":2018,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Targeted Marketing\",\"text\":\"Real estate lead generation allows agents to target their marketing efforts towards specific demographics or geographic areas. This helps them reach potential clients\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddc47ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"aa711c4\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Strategies\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"f0de3d0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"a0f50c9\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"_transform_scale_popover_hover\":\"transform\",\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":1.0500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_transform_scaleX_effect_hover\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_transform_scaleY_effect_hover\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_color\":\"#FFBA4D\",\"background_hover_color\":\"#FFBA4D9E\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f6c2a36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.\\u00a0<\\/p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_family\":\"Montserrat\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9dbc0d6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2049cc3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/57691-Converted.png\",\"id\":3278,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_css_classes\":\"floating-image\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"02884a1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"_transform_scale_popover_hover\":\"transform\",\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":1.0500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_transform_scaleX_effect_hover\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_transform_scaleY_effect_hover\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_color\":\"#FFBA4D\",\"background_hover_color\":\"#FFBA4D9E\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"975cc33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.<\\/p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_family\":\"Montserrat\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d929776\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"6e47309\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#949494\"},\"elements\":[{\"id\":\"d0dc14c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d01c4cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13908,3340,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(13909,3340,'_elementor_css','a:6:{s:4:\"time\";i:1725360022;s:5:\"fonts\";a:3:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";i:12;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13910,3340,'_elementor_element_cache','{\"timeout\":1725446422,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-a83e2d6 e-flex e-con-boxed e-con e-parent\" data-id=\"a83e2d6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-d910eb1 e-con-full e-flex e-con e-child\" data-id=\"d910eb1\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-05eb42a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"05eb42a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1 class=\"elementor-heading-title elementor-size-default\">Real Estate Lead Generation Services in Canada</h1>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3f69c96 elementor-widget elementor-widget-text-editor\" data-id=\"3f69c96\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>tttt<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.</p>tttttt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f6d7379 elementor-widget elementor-widget-html\" data-id=\"f6d7379\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<div id=\"loading-message\" style=\"height: 100px; width: 100%;\"></div>rn<div id=\"form-container\" style=\"display: none;\">rn    [wpforms id=\"your-form-id\"]rn</div>rntt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-88ab7bc e-flex e-con-boxed e-con e-child\" data-id=\"88ab7bc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-1f4adfc elementor-widget elementor-widget-heading\" data-id=\"1f4adfc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h2>tt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjU4MWYwMzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-56a3cfc3 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"56a3cfc3\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-330b2703\" data-id=\"330b2703\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6c8449c8 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6c8449c8\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\">Why Choose Point2 Listing?</h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7233c4b9 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7233c4b9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-1546aa87 elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-mobile-position-right elementor-view-default elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"1546aa87\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttt<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">tt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/contact-us/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-comment\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h3 class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/contact-us/\" >ntttttttTalk to an experttttttt</a>nttttt</h3>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-356fca97\" data-id=\"356fca97\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-15d09870\" data-id=\"15d09870\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-a46dc58 elementor-widget elementor-widget-image\" data-id=\"a46dc58\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>tttttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp\" class=\"attachment-large size-large wp-image-2377\" alt=\"Real estate Lead Generation\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-45f83188 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"45f83188\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3a8995a2\" data-id=\"3a8995a2\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1dd3d217 elementor-widget elementor-widget-spacer\" data-id=\"1dd3d217\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>tt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7bc32692 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"7bc32692\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-30cff9b5\" data-id=\"30cff9b5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2ec49ca1 elementor-widget elementor-widget-image\" data-id=\"2ec49ca1\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttttttttttttt<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\" class=\"attachment-large size-large wp-image-1814\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-388b8504\" data-id=\"388b8504\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjMxNmZjMjRkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uID8iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzYsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJSZWFsIEVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gQ2FuYWRhIGlzIHRoZSBwcmFjdGljZSBvZiBpZGVudGlmeWluZyBhbmQgYXR0cmFjdGluZyBwb3RlbnRpYWwgY2xpZW50cyBpbnRlcmVzdGVkIGluIGJ1eWluZywgc2VsbGluZywgb3IgcmVudGluZyBwcm9wZXJ0aWVzLiBJdCBpbnZvbHZlcyB2YXJpb3VzIHN0cmF0ZWdpZXMsIGluY2x1ZGluZyBvbmxpbmUgYW5kIG9mZmxpbmUgbWFya2V0aW5nIHRlY2huaXF1ZXMsIHRvIGdlbmVyYXRlIGxlYWRzIHRoYXQgY2FuIGJlIGNvbnZlcnRlZCBpbnRvIGNsaWVudHMuXG5cbkVmZmVjdGl2ZSBsZWFkIGdlbmVyYXRpb24gaXMgY3J1Y2lhbCBmb3Igc3VjY2VzcyBpbiB0aGUgaGlnaGx5IGNvbXBldGl0aXZlIHJlYWwgZXN0YXRlIG1hcmtldCwgYXMgaXQgaGVscHMgYWdlbnRzIGFuZCBicm9rZXJzIGJ1aWxkIGEgc3Ryb25nIGNsaWVudCBiYXNlIGFuZCBpbmNyZWFzZSBzYWxlcy4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-60eb7f25 elementor-widget elementor-widget-spacer\" data-id=\"60eb7f25\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-44db4c5 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"44db4c5\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1b83e24\" data-id=\"1b83e24\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImRkZjliYjAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIEJlbmVmaXRzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-df20892 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"df20892\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cedc29c\" data-id=\"cedc29c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjZiZjMxNmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvU2FsZXMtYW5kLXJldmVudWUud2VicCIsImlkIjoyMDE3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlNhbGVzIEFuZCBSZXZlbnVlIiwidGV4dCI6IkluY3JlYXNlZCBzYWxlcyBhbmQgcmV2ZW51ZTogQnkgZ2VuZXJhdGluZyBoaWdoLXF1YWxpdHkgbGVhZHMsIHlvdSBjYW4gYnVpbGQgYSBzdHJvbmcgY2xpZW50IGJhc2UgYW5kIGluY3JlYXNlIHlvdXIgc2FsZXMgYW5kIDxicj5yZXZlbnVlLiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9FZmZpY2llbmN5LWFuZC1wcm9kdWN0dml0eS53ZWJwIiwiaWQiOjIwMTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiRWZmaWNpZW5jeSBBbmQgUHJvZHVjdGl2aXR5IiwidGV4dCI6IkluY3JlYXNlZCBlZmZpY2llbmN5IGFuZCBwcm9kdWN0aXZpdHk6IE91ciBkYXRhLWRyaXZlbiBhcHByb2FjaCBhbGxvd3MgeW91IHRvIGZvY3VzIHlvdXIgZWZmb3J0cyBvbiB0aGUgbW9zdCBwcm9taXNpbmcgbGVhZHMiLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvVHJ1c3QtYW5kLWNyZWFkaWJpdHkud2VicCIsImlkIjoyMDE5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlRydXN0IEFuZCBDcmVkaWJpbGl0eSIsInRleHQiOiJFc3RhYmxpc2ggeW91cnNlbGYgYXMgYW4gZXhwZXJ0OiBFZmZlY3RpdmUgbGVhZCBnZW5lcmF0aW9uIGNhbiBoZWxwIHlvdSBlc3RhYmxpc2ggeW91cnNlbGYgYXMgYW4gZXhwZXJ0IGluIHRoZSBpbmR1c3RyeSwgaGVscGluZyB5b3UgYnVpbGQgdHJ1c3QgIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1RhcmdldGVkLndlYnAiLCJpZCI6MjAxOCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJUYXJnZXRlZCBNYXJrZXRpbmciLCJ0ZXh0IjoiUmVhbCBlc3RhdGUgbGVhZCBnZW5lcmF0aW9uIGFsbG93cyBhZ2VudHMgdG8gdGFyZ2V0IHRoZWlyIG1hcmtldGluZyBlZmZvcnRzIHRvd2FyZHMgc3BlY2lmaWMgZGVtb2dyYXBoaWNzIG9yIGdlb2dyYXBoaWMgYXJlYXMuIFRoaXMgaGVscHMgdGhlbSByZWFjaCBwb3RlbnRpYWwgY2xpZW50cyIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt<div class=\"elementor-element elementor-element-ddc47ce e-flex e-con-boxed e-con e-parent\" data-id=\"ddc47ce\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImFhNzExYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFN0cmF0ZWdpZXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiMwMDIzM0QiLCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-f0de3d0 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"f0de3d0\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntt<div class=\"elementor-element elementor-element-a0f50c9 e-transform e-con-full e-flex e-con e-child\" data-id=\"a0f50c9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.0500000000000000444089209850062616169452667236328125,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">ntttt<div class=\"elementor-element elementor-element-f6c2a36 elementor-widget elementor-widget-text-editor\" data-id=\"f6c2a36\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.u00a0</p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p>tttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-9dbc0d6 e-con-full e-flex e-con e-child\" data-id=\"9dbc0d6\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2049cc3 floating-image elementor-widget elementor-widget-image\" data-id=\"2049cc3\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png\" class=\"attachment-large size-large wp-image-3278\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1536x1536.png 1536w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-2048x2048.png 2048w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-780x780.png 780w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-496x496.png 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-02884a1 e-transform e-con-full e-flex e-con e-child\" data-id=\"02884a1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.0500000000000000444089209850062616169452667236328125,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">ntttt<div class=\"elementor-element elementor-element-975cc33 elementor-widget elementor-widget-text-editor\" data-id=\"975cc33\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>tttttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d929776 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d929776\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\">nttttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">nt<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7ntc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4ntc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"/>n</svg>tt</div>nttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6e47309\" data-id=\"6e47309\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImQwZGMxNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-d01c4cd elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"d01c4cd\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a consultation</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13911,3341,'_elementor_edit_mode','builder'),(13912,3341,'_elementor_template_type','wp-page'),(13913,3341,'_elementor_version','3.23.4'),(13914,3341,'_wp_page_template','elementor_header_footer'),(13915,3341,'_elementor_data','[{\"id\":\"a83e2d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1024x576.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"d910eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"05eb42a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation Services in Canada\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f69c96\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f6d7379\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"88ab7bc\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f4adfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f036\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56a3cfc3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"330b2703\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6c8449c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Point2 Listing?\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7233c4b9\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1546aa87\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\",\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"356fca97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"15d09870\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"a46dc58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1.webp\",\"id\":2377,\"size\":\"\",\"alt\":\"Real estate Lead Generation\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45f83188\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3a8995a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1dd3d217\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7bc32692\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"30cff9b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2ec49ca1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy.webp\",\"id\":1814,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"388b8504\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"316fc24d\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Estate Lead Generation ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Real Estate lead generation Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\\n\\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60eb7f25\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44db4c5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1b83e24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddf9bb0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"df20892\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cedc29c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6bf316f\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Sales-and-revenue.webp\",\"id\":2017,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Sales And Revenue\",\"text\":\"Increased sales and revenue: By generating high-quality leads, you can build a strong client base and increase your sales and <br>revenue.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Efficiency-and-productvity.webp\",\"id\":2016,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Efficiency And Productivity\",\"text\":\"Increased efficiency and productivity: Our data-driven approach allows you to focus your efforts on the most promising leads\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Trust-and-creadibity.webp\",\"id\":2019,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Trust And Credibility\",\"text\":\"Establish yourself as an expert: Effective lead generation can help you establish yourself as an expert in the industry, helping you build trust \",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Targeted.webp\",\"id\":2018,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Targeted Marketing\",\"text\":\"Real estate lead generation allows agents to target their marketing efforts towards specific demographics or geographic areas. This helps them reach potential clients\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddc47ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"aa711c4\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Strategies\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"f0de3d0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"a0f50c9\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"_transform_scale_popover_hover\":\"transform\",\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":1.0500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_transform_scaleX_effect_hover\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_transform_scaleY_effect_hover\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_color\":\"#FFBA4D\",\"background_hover_color\":\"#FFBA4D9E\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f6c2a36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.\\u00a0<\\/p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_family\":\"Montserrat\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9dbc0d6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2049cc3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/57691-Converted.png\",\"id\":3278,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_css_classes\":\"floating-image\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"02884a1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"_transform_scale_popover_hover\":\"transform\",\"_transform_scale_effect_hover\":{\"unit\":\"px\",\"size\":1.0500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_transform_scaleX_effect_hover\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_transform_scaleY_effect_hover\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_transform_skewX_effect_hover\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_color\":\"#FFBA4D\",\"background_hover_color\":\"#FFBA4D9E\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"975cc33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.<\\/p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_family\":\"Montserrat\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_hover_effect_switch\":\"\",\"eael_hover_effect_enable_live_changes\":\"\",\"eael_hover_effect_opacity_popover\":\"\",\"eael_hover_effect_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"eael_hover_effect_filter_popover\":\"\",\"eael_hover_effect_blur_is_on\":\"\",\"eael_hover_effect_blur\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_contrast_is_on\":\"\",\"eael_hover_effect_contrast\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_hover_effect_grayscale_is_on\":\"\",\"eael_hover_effect_grayscal\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_hover_effect_invert_is_on\":\"\",\"eael_hover_effect_invert\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"eael_hover_effect_saturate_is_on\":\"\",\"eael_hover_effect_saturate\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_sepia_is_on\":\"\",\"eael_hover_effect_sepia\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_hover_effect_offset_popover\":\"\",\"eael_hover_effect_offset_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_offset_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_popover\":\"\",\"eael_hover_effect_rotate_is_on\":\"\",\"eael_hover_effect_transform_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_is_on\":\"\",\"eael_hover_effect_transform_scalex\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"eael_hover_effect_transform_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_is_on\":\"\",\"eael_hover_effect_transform_skewx\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_hover_effect_transform_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_easing\":\"ease\",\"eael_hover_effect_opacity_popover_hover\":\"\",\"eael_hover_effect_opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_filter_hover_popover\":\"\",\"eael_hover_effect_blur_hover_is_on\":\"\",\"eael_hover_effect_blur_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_contrast_hover_is_on\":\"\",\"eael_hover_effect_contrast_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_grayscale_hover_is_on\":\"\",\"eael_hover_effect_grayscal_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_invert_hover_is_on\":\"\",\"eael_hover_effect_invert_hover\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_saturate_hover_is_on\":\"\",\"eael_hover_effect_saturate_hover\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_hover_effect_sepia_hover_is_on\":\"\",\"eael_hover_effect_sepia_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_offset_hover_popover\":\"\",\"eael_hover_effect_offset_hover_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_offset_hover_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_offset_hover_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_popover\":\"\",\"eael_hover_effect_rotate_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_rotatex\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatey_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_rotatez_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_scale_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_scalex\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scalex_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_scaley_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_skew_hover_is_on\":\"\",\"eael_hover_effect_transform_hover_skewx\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewx_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_transform_hover_skewy_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"eael_hover_effect_general_settings_hover_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_hover_effect_general_settings_hover_easing\":\"ease\",\"eael_hover_effect_hover_tilt\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d929776\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"6e47309\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#949494\"},\"elements\":[{\"id\":\"d0dc14c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d01c4cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13916,3341,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(13917,3341,'_elementor_css','a:6:{s:4:\"time\";i:1725360022;s:5:\"fonts\";a:3:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";i:12;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13918,3341,'_elementor_element_cache','{\"timeout\":1725446422,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-a83e2d6 e-flex e-con-boxed e-con e-parent\" data-id=\"a83e2d6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-d910eb1 e-con-full e-flex e-con e-child\" data-id=\"d910eb1\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-05eb42a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"05eb42a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1 class=\"elementor-heading-title elementor-size-default\">Real Estate Lead Generation Services in Canada</h1>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3f69c96 elementor-widget elementor-widget-text-editor\" data-id=\"3f69c96\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>tttt<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.</p>tttttt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f6d7379 elementor-widget elementor-widget-html\" data-id=\"f6d7379\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<div id=\"loading-message\" style=\"height: 100px; width: 100%;\"></div>rn<div id=\"form-container\" style=\"display: none;\">rn    [wpforms id=\"your-form-id\"]rn</div>rntt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-88ab7bc e-flex e-con-boxed e-con e-child\" data-id=\"88ab7bc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-1f4adfc elementor-widget elementor-widget-heading\" data-id=\"1f4adfc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h2>tt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjU4MWYwMzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-56a3cfc3 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"56a3cfc3\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-330b2703\" data-id=\"330b2703\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6c8449c8 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6c8449c8\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\">Why Choose Point2 Listing?</h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7233c4b9 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7233c4b9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-1546aa87 elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-mobile-position-right elementor-view-default elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"1546aa87\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttt<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">tt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/contact-us/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-comment\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h3 class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/contact-us/\" >ntttttttTalk to an experttttttt</a>nttttt</h3>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-356fca97\" data-id=\"356fca97\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-15d09870\" data-id=\"15d09870\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-a46dc58 elementor-widget elementor-widget-image\" data-id=\"a46dc58\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>tttttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp\" class=\"attachment-large size-large wp-image-2377\" alt=\"Real estate Lead Generation\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-45f83188 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"45f83188\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3a8995a2\" data-id=\"3a8995a2\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1dd3d217 elementor-widget elementor-widget-spacer\" data-id=\"1dd3d217\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>tt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7bc32692 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"7bc32692\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-30cff9b5\" data-id=\"30cff9b5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2ec49ca1 elementor-widget elementor-widget-image\" data-id=\"2ec49ca1\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttttttttttttt<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\" class=\"attachment-large size-large wp-image-1814\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-388b8504\" data-id=\"388b8504\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjMxNmZjMjRkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uID8iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzYsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJSZWFsIEVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gQ2FuYWRhIGlzIHRoZSBwcmFjdGljZSBvZiBpZGVudGlmeWluZyBhbmQgYXR0cmFjdGluZyBwb3RlbnRpYWwgY2xpZW50cyBpbnRlcmVzdGVkIGluIGJ1eWluZywgc2VsbGluZywgb3IgcmVudGluZyBwcm9wZXJ0aWVzLiBJdCBpbnZvbHZlcyB2YXJpb3VzIHN0cmF0ZWdpZXMsIGluY2x1ZGluZyBvbmxpbmUgYW5kIG9mZmxpbmUgbWFya2V0aW5nIHRlY2huaXF1ZXMsIHRvIGdlbmVyYXRlIGxlYWRzIHRoYXQgY2FuIGJlIGNvbnZlcnRlZCBpbnRvIGNsaWVudHMuXG5cbkVmZmVjdGl2ZSBsZWFkIGdlbmVyYXRpb24gaXMgY3J1Y2lhbCBmb3Igc3VjY2VzcyBpbiB0aGUgaGlnaGx5IGNvbXBldGl0aXZlIHJlYWwgZXN0YXRlIG1hcmtldCwgYXMgaXQgaGVscHMgYWdlbnRzIGFuZCBicm9rZXJzIGJ1aWxkIGEgc3Ryb25nIGNsaWVudCBiYXNlIGFuZCBpbmNyZWFzZSBzYWxlcy4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-60eb7f25 elementor-widget elementor-widget-spacer\" data-id=\"60eb7f25\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-44db4c5 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"44db4c5\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1b83e24\" data-id=\"1b83e24\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImRkZjliYjAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIEJlbmVmaXRzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-df20892 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"df20892\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cedc29c\" data-id=\"cedc29c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjZiZjMxNmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvU2FsZXMtYW5kLXJldmVudWUud2VicCIsImlkIjoyMDE3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlNhbGVzIEFuZCBSZXZlbnVlIiwidGV4dCI6IkluY3JlYXNlZCBzYWxlcyBhbmQgcmV2ZW51ZTogQnkgZ2VuZXJhdGluZyBoaWdoLXF1YWxpdHkgbGVhZHMsIHlvdSBjYW4gYnVpbGQgYSBzdHJvbmcgY2xpZW50IGJhc2UgYW5kIGluY3JlYXNlIHlvdXIgc2FsZXMgYW5kIDxicj5yZXZlbnVlLiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9FZmZpY2llbmN5LWFuZC1wcm9kdWN0dml0eS53ZWJwIiwiaWQiOjIwMTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiRWZmaWNpZW5jeSBBbmQgUHJvZHVjdGl2aXR5IiwidGV4dCI6IkluY3JlYXNlZCBlZmZpY2llbmN5IGFuZCBwcm9kdWN0aXZpdHk6IE91ciBkYXRhLWRyaXZlbiBhcHByb2FjaCBhbGxvd3MgeW91IHRvIGZvY3VzIHlvdXIgZWZmb3J0cyBvbiB0aGUgbW9zdCBwcm9taXNpbmcgbGVhZHMiLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvVHJ1c3QtYW5kLWNyZWFkaWJpdHkud2VicCIsImlkIjoyMDE5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlRydXN0IEFuZCBDcmVkaWJpbGl0eSIsInRleHQiOiJFc3RhYmxpc2ggeW91cnNlbGYgYXMgYW4gZXhwZXJ0OiBFZmZlY3RpdmUgbGVhZCBnZW5lcmF0aW9uIGNhbiBoZWxwIHlvdSBlc3RhYmxpc2ggeW91cnNlbGYgYXMgYW4gZXhwZXJ0IGluIHRoZSBpbmR1c3RyeSwgaGVscGluZyB5b3UgYnVpbGQgdHJ1c3QgIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1RhcmdldGVkLndlYnAiLCJpZCI6MjAxOCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJUYXJnZXRlZCBNYXJrZXRpbmciLCJ0ZXh0IjoiUmVhbCBlc3RhdGUgbGVhZCBnZW5lcmF0aW9uIGFsbG93cyBhZ2VudHMgdG8gdGFyZ2V0IHRoZWlyIG1hcmtldGluZyBlZmZvcnRzIHRvd2FyZHMgc3BlY2lmaWMgZGVtb2dyYXBoaWNzIG9yIGdlb2dyYXBoaWMgYXJlYXMuIFRoaXMgaGVscHMgdGhlbSByZWFjaCBwb3RlbnRpYWwgY2xpZW50cyIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt<div class=\"elementor-element elementor-element-ddc47ce e-flex e-con-boxed e-con e-parent\" data-id=\"ddc47ce\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImFhNzExYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFN0cmF0ZWdpZXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiMwMDIzM0QiLCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-f0de3d0 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"f0de3d0\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntt<div class=\"elementor-element elementor-element-a0f50c9 e-transform e-con-full e-flex e-con e-child\" data-id=\"a0f50c9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.0500000000000000444089209850062616169452667236328125,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">ntttt<div class=\"elementor-element elementor-element-f6c2a36 elementor-widget elementor-widget-text-editor\" data-id=\"f6c2a36\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.u00a0</p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p>tttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-9dbc0d6 e-con-full e-flex e-con e-child\" data-id=\"9dbc0d6\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2049cc3 floating-image elementor-widget elementor-widget-image\" data-id=\"2049cc3\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png\" class=\"attachment-large size-large wp-image-3278\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1536x1536.png 1536w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-2048x2048.png 2048w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-780x780.png 780w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-496x496.png 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-02884a1 e-transform e-con-full e-flex e-con e-child\" data-id=\"02884a1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.0500000000000000444089209850062616169452667236328125,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">ntttt<div class=\"elementor-element elementor-element-975cc33 elementor-widget elementor-widget-text-editor\" data-id=\"975cc33\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>tttttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d929776 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d929776\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\">nttttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">nt<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7ntc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4ntc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"/>n</svg>tt</div>nttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6e47309\" data-id=\"6e47309\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImQwZGMxNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-d01c4cd elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"d01c4cd\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a consultation</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13919,3342,'_elementor_edit_mode','builder'),(13920,3342,'_elementor_template_type','wp-page'),(13921,3342,'_elementor_version','3.23.4'),(13922,3342,'_wp_page_template','elementor_header_footer'),(13923,3342,'_elementor_data','[{\"id\":\"a83e2d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1024x576.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"d910eb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"05eb42a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation Services in Canada\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeIn\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"27\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f69c96\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f6d7379\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"88ab7bc\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000CF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"-0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f4adfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f036\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFFD9\",\"labelSublabelColor\":\"#FFFFFF\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFFD9\\\",\\\"labelSublabelColor\\\":\\\"#FFFFFF\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56a3cfc3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"330b2703\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6c8449c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Point2 Listing?\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7233c4b9\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"editor\":\"<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.<\\/p>\",\"_animation\":\"fadeIn\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1546aa87\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment\",\"library\":\"fa-regular\"},\"title_text\":\"Talk to an expert\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_element_width\":\"auto\",\"position_mobile\":\"right\",\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"356fca97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":5},\"elements\":[],\"isInner\":false},{\"id\":\"15d09870\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.62400000000000233058017329312860965728759765625,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"a46dc58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1.webp\",\"id\":2377,\"size\":\"\",\"alt\":\"Real estate Lead Generation\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45f83188\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3a8995a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1dd3d217\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7bc32692\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"wider\",\"content_position\":\"middle\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"30cff9b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2ec49ca1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy.webp\",\"id\":1814,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"800\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-50,\"vertical\":-50,\"blur\":0,\"spread\":0,\"color\":\"#FFBA4D\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"388b8504\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"316fc24d\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"What Is Real Estate Lead Generation ?\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"Real Estate lead generation Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\\n\\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.\",\"houzez_section_title_align\":\"left\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60eb7f25\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44db4c5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1b83e24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddf9bb0\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Benefits\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"df20892\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"cedc29c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6bf316f\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Sales-and-revenue.webp\",\"id\":2017,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Sales And Revenue\",\"text\":\"Increased sales and revenue: By generating high-quality leads, you can build a strong client base and increase your sales and <br>revenue.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Efficiency-and-productvity.webp\",\"id\":2016,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Efficiency And Productivity\",\"text\":\"Increased efficiency and productivity: Our data-driven approach allows you to focus your efforts on the most promising leads\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Trust-and-creadibity.webp\",\"id\":2019,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Trust And Credibility\",\"text\":\"Establish yourself as an expert: Effective lead generation can help you establish yourself as an expert in the industry, helping you build trust \",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Targeted.webp\",\"id\":2018,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Targeted Marketing\",\"text\":\"Real estate lead generation allows agents to target their marketing efforts towards specific demographics or geographic areas. This helps them reach potential clients\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61898ae\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"27\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"994b7f8\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Strategies\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"91f9aad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"06482aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"bbbbedc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.\\u00a0<\\/p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4211e3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"67b5189\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Marketing-1.webp\",\"id\":3338,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"300\"},\"_background_background\":\"classic\",\"_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":50,\"blur\":0,\"spread\":-24,\"color\":\"#FFBA4D\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7278869\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\",\"__globals__\":{\"border_color\":\"\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c288f4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50.667000000000001591615728102624416351318359375},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3df39a7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Strategies-1.webp\",\"id\":3339,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"300\"},\"_background_background\":\"classic\",\"_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":50,\"blur\":0,\"spread\":-24,\"color\":\"#FFBA4D\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"61965d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c3b7a9a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.<\\/p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b71a07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"animation\":\"fadeIn\",\"__globals__\":{\"border_color\":\"\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"2318fe8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"206cc5a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.<\\/p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b6c4237\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50.667000000000001591615728102624416351318359375},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d1ef66d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Strategies-1.webp\",\"id\":3339,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"300\"},\"_background_background\":\"classic\",\"_box_shadow_box_shadow\":{\"horizontal\":50,\"vertical\":50,\"blur\":0,\"spread\":-24,\"color\":\"#FFBA4D\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d929776\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact-1024x683.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"large\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"6e47309\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#949494\"},\"elements\":[{\"id\":\"d0dc14c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d01c4cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13924,3342,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(13925,3342,'_elementor_css','a:6:{s:4:\"time\";i:1725360022;s:5:\"fonts\";a:3:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";i:12;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wpau_postmeta` VALUES (13926,3342,'_elementor_element_cache','{\"timeout\":1725446422,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-a83e2d6 e-flex e-con-boxed e-con e-parent\" data-id=\"a83e2d6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-d910eb1 e-con-full e-flex e-con e-child\" data-id=\"d910eb1\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-05eb42a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"05eb42a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1 class=\"elementor-heading-title elementor-size-default\">Real Estate Lead Generation Services in Canada</h1>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3f69c96 elementor-widget elementor-widget-text-editor\" data-id=\"3f69c96\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>tttt<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.</p>tttttt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f6d7379 elementor-widget elementor-widget-html\" data-id=\"f6d7379\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<div id=\"loading-message\" style=\"height: 100px; width: 100%;\"></div>rn<div id=\"form-container\" style=\"display: none;\">rn    [wpforms id=\"your-form-id\"]rn</div>rntt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-88ab7bc e-flex e-con-boxed e-con e-child\" data-id=\"88ab7bc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-1f4adfc elementor-widget elementor-widget-heading\" data-id=\"1f4adfc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h2>tt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjU4MWYwMzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-56a3cfc3 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"56a3cfc3\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-330b2703\" data-id=\"330b2703\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6c8449c8 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6c8449c8\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\">Why Choose Point2 Listing?</h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7233c4b9 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7233c4b9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-1546aa87 elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-mobile-position-right elementor-view-default elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"1546aa87\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttt<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">tt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/contact-us/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-comment\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h3 class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/contact-us/\" >ntttttttTalk to an experttttttt</a>nttttt</h3>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-356fca97\" data-id=\"356fca97\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-15d09870\" data-id=\"15d09870\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-a46dc58 elementor-widget elementor-widget-image\" data-id=\"a46dc58\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>tttttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp\" class=\"attachment-large size-large wp-image-2377\" alt=\"Real estate Lead Generation\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-45f83188 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"45f83188\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3a8995a2\" data-id=\"3a8995a2\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1dd3d217 elementor-widget elementor-widget-spacer\" data-id=\"1dd3d217\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>tt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7bc32692 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"7bc32692\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-30cff9b5\" data-id=\"30cff9b5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2ec49ca1 elementor-widget elementor-widget-image\" data-id=\"2ec49ca1\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttttttttttttt<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\" class=\"attachment-large size-large wp-image-1814\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-388b8504\" data-id=\"388b8504\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjMxNmZjMjRkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uID8iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzYsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJSZWFsIEVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gQ2FuYWRhIGlzIHRoZSBwcmFjdGljZSBvZiBpZGVudGlmeWluZyBhbmQgYXR0cmFjdGluZyBwb3RlbnRpYWwgY2xpZW50cyBpbnRlcmVzdGVkIGluIGJ1eWluZywgc2VsbGluZywgb3IgcmVudGluZyBwcm9wZXJ0aWVzLiBJdCBpbnZvbHZlcyB2YXJpb3VzIHN0cmF0ZWdpZXMsIGluY2x1ZGluZyBvbmxpbmUgYW5kIG9mZmxpbmUgbWFya2V0aW5nIHRlY2huaXF1ZXMsIHRvIGdlbmVyYXRlIGxlYWRzIHRoYXQgY2FuIGJlIGNvbnZlcnRlZCBpbnRvIGNsaWVudHMuXG5cbkVmZmVjdGl2ZSBsZWFkIGdlbmVyYXRpb24gaXMgY3J1Y2lhbCBmb3Igc3VjY2VzcyBpbiB0aGUgaGlnaGx5IGNvbXBldGl0aXZlIHJlYWwgZXN0YXRlIG1hcmtldCwgYXMgaXQgaGVscHMgYWdlbnRzIGFuZCBicm9rZXJzIGJ1aWxkIGEgc3Ryb25nIGNsaWVudCBiYXNlIGFuZCBpbmNyZWFzZSBzYWxlcy4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-60eb7f25 elementor-widget elementor-widget-spacer\" data-id=\"60eb7f25\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-44db4c5 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"44db4c5\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1b83e24\" data-id=\"1b83e24\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImRkZjliYjAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIEJlbmVmaXRzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-df20892 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"df20892\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cedc29c\" data-id=\"cedc29c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjZiZjMxNmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvU2FsZXMtYW5kLXJldmVudWUud2VicCIsImlkIjoyMDE3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlNhbGVzIEFuZCBSZXZlbnVlIiwidGV4dCI6IkluY3JlYXNlZCBzYWxlcyBhbmQgcmV2ZW51ZTogQnkgZ2VuZXJhdGluZyBoaWdoLXF1YWxpdHkgbGVhZHMsIHlvdSBjYW4gYnVpbGQgYSBzdHJvbmcgY2xpZW50IGJhc2UgYW5kIGluY3JlYXNlIHlvdXIgc2FsZXMgYW5kIDxicj5yZXZlbnVlLiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9FZmZpY2llbmN5LWFuZC1wcm9kdWN0dml0eS53ZWJwIiwiaWQiOjIwMTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiRWZmaWNpZW5jeSBBbmQgUHJvZHVjdGl2aXR5IiwidGV4dCI6IkluY3JlYXNlZCBlZmZpY2llbmN5IGFuZCBwcm9kdWN0aXZpdHk6IE91ciBkYXRhLWRyaXZlbiBhcHByb2FjaCBhbGxvd3MgeW91IHRvIGZvY3VzIHlvdXIgZWZmb3J0cyBvbiB0aGUgbW9zdCBwcm9taXNpbmcgbGVhZHMiLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvVHJ1c3QtYW5kLWNyZWFkaWJpdHkud2VicCIsImlkIjoyMDE5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlRydXN0IEFuZCBDcmVkaWJpbGl0eSIsInRleHQiOiJFc3RhYmxpc2ggeW91cnNlbGYgYXMgYW4gZXhwZXJ0OiBFZmZlY3RpdmUgbGVhZCBnZW5lcmF0aW9uIGNhbiBoZWxwIHlvdSBlc3RhYmxpc2ggeW91cnNlbGYgYXMgYW4gZXhwZXJ0IGluIHRoZSBpbmR1c3RyeSwgaGVscGluZyB5b3UgYnVpbGQgdHJ1c3QgIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1RhcmdldGVkLndlYnAiLCJpZCI6MjAxOCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJUYXJnZXRlZCBNYXJrZXRpbmciLCJ0ZXh0IjoiUmVhbCBlc3RhdGUgbGVhZCBnZW5lcmF0aW9uIGFsbG93cyBhZ2VudHMgdG8gdGFyZ2V0IHRoZWlyIG1hcmtldGluZyBlZmZvcnRzIHRvd2FyZHMgc3BlY2lmaWMgZGVtb2dyYXBoaWNzIG9yIGdlb2dyYXBoaWMgYXJlYXMuIFRoaXMgaGVscHMgdGhlbSByZWFjaCBwb3RlbnRpYWwgY2xpZW50cyIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt<div class=\"elementor-element elementor-element-ddc47ce e-flex e-con-boxed e-con e-parent\" data-id=\"ddc47ce\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImFhNzExYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFN0cmF0ZWdpZXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiMwMDIzM0QiLCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-f0de3d0 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"f0de3d0\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntt<div class=\"elementor-element elementor-element-a0f50c9 e-transform e-con-full e-flex e-con e-child\" data-id=\"a0f50c9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.0500000000000000444089209850062616169452667236328125,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">ntttt<div class=\"elementor-element elementor-element-f6c2a36 elementor-widget elementor-widget-text-editor\" data-id=\"f6c2a36\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.u00a0</p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p>tttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-9dbc0d6 e-con-full e-flex e-con e-child\" data-id=\"9dbc0d6\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2049cc3 floating-image elementor-widget elementor-widget-image\" data-id=\"2049cc3\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png\" class=\"attachment-large size-large wp-image-3278\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1536x1536.png 1536w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-2048x2048.png 2048w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-780x780.png 780w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-496x496.png 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-02884a1 e-transform e-con-full e-flex e-con e-child\" data-id=\"02884a1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.0500000000000000444089209850062616169452667236328125,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">ntttt<div class=\"elementor-element elementor-element-975cc33 elementor-widget elementor-widget-text-editor\" data-id=\"975cc33\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>tttttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d929776 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d929776\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\">nttttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">nt<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7ntc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4ntc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"/>n</svg>tt</div>nttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6e47309\" data-id=\"6e47309\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImQwZGMxNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-d01c4cd elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"d01c4cd\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a consultation</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13927,1809,'_elementor_css','a:6:{s:4:\"time\";i:1725430357;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:2;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13928,1809,'_elementor_element_cache','{\"timeout\":1726102131,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-a83e2d6 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"a83e2d6\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-d910eb1 e-con-full e-flex e-con e-child\\\" data-id=\\\"d910eb1\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-05eb42a elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"05eb42a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h1 class=\\\"elementor-heading-title elementor-size-default\\\">Real Estate Lead Generation Services in Canada<\\/h1>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3f69c96 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"3f69c96\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f6d7379 elementor-widget elementor-widget-html\\\" data-id=\\\"f6d7379\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-88ab7bc e-flex e-con-boxed e-con e-child\\\" data-id=\\\"88ab7bc\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1f4adfc elementor-widget elementor-widget-heading\\\" data-id=\\\"1f4adfc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get In Touch<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjU4MWYwMzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-56a3cfc3 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"56a3cfc3\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-330b2703\\\" data-id=\\\"330b2703\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6c8449c8 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"6c8449c8\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Why Choose Point2 Listing?<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7233c4b9 elementor-invisible elementor-widget elementor-widget-text-editor\\\" data-id=\\\"7233c4b9\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1546aa87 elementor-vertical-align-middle elementor-position-right elementor-widget__width-auto elementor-mobile-position-right elementor-view-default elementor-invisible elementor-widget elementor-widget-icon-box\\\" data-id=\\\"1546aa87\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/widget-icon-box.min.css\\\">\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-comment\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tTalk to an expert\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-356fca97\\\" data-id=\\\"356fca97\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-15d09870\\\" data-id=\\\"15d09870\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a46dc58 elementor-widget elementor-widget-image\\\" data-id=\\\"a46dc58\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-2377\\\" alt=\\\"Real estate Lead Generation\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Generation-1.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-45f83188 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"45f83188\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3a8995a2\\\" data-id=\\\"3a8995a2\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1dd3d217 elementor-widget elementor-widget-spacer\\\" data-id=\\\"1dd3d217\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\\/style>\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-7bc32692 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"7bc32692\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-30cff9b5\\\" data-id=\\\"30cff9b5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2ec49ca1 elementor-widget elementor-widget-image\\\" data-id=\\\"2ec49ca1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"683\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\\\" class=\\\"attachment-large size-large wp-image-1814\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp 2048w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp 900w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp 496w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-388b8504\\\" data-id=\\\"388b8504\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjMxNmZjMjRkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IldoYXQgSXMgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uID8iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzYsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJSZWFsIEVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gQ2FuYWRhIGlzIHRoZSBwcmFjdGljZSBvZiBpZGVudGlmeWluZyBhbmQgYXR0cmFjdGluZyBwb3RlbnRpYWwgY2xpZW50cyBpbnRlcmVzdGVkIGluIGJ1eWluZywgc2VsbGluZywgb3IgcmVudGluZyBwcm9wZXJ0aWVzLiBJdCBpbnZvbHZlcyB2YXJpb3VzIHN0cmF0ZWdpZXMsIGluY2x1ZGluZyBvbmxpbmUgYW5kIG9mZmxpbmUgbWFya2V0aW5nIHRlY2huaXF1ZXMsIHRvIGdlbmVyYXRlIGxlYWRzIHRoYXQgY2FuIGJlIGNvbnZlcnRlZCBpbnRvIGNsaWVudHMuXG5cbkVmZmVjdGl2ZSBsZWFkIGdlbmVyYXRpb24gaXMgY3J1Y2lhbCBmb3Igc3VjY2VzcyBpbiB0aGUgaGlnaGx5IGNvbXBldGl0aXZlIHJlYWwgZXN0YXRlIG1hcmtldCwgYXMgaXQgaGVscHMgYWdlbnRzIGFuZCBicm9rZXJzIGJ1aWxkIGEgc3Ryb25nIGNsaWVudCBiYXNlIGFuZCBpbmNyZWFzZSBzYWxlcy4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-60eb7f25 elementor-widget elementor-widget-spacer\\\" data-id=\\\"60eb7f25\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-44db4c5 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"44db4c5\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1b83e24\\\" data-id=\\\"1b83e24\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6ImRkZjliYjAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIEJlbmVmaXRzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\\\"]\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-df20892 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"df20892\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cedc29c\\\" data-id=\\\"cedc29c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjZiZjMxNmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvU2FsZXMtYW5kLXJldmVudWUud2VicCIsImlkIjoyMDE3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlNhbGVzIEFuZCBSZXZlbnVlIiwidGV4dCI6IkluY3JlYXNlZCBzYWxlcyBhbmQgcmV2ZW51ZTogQnkgZ2VuZXJhdGluZyBoaWdoLXF1YWxpdHkgbGVhZHMsIHlvdSBjYW4gYnVpbGQgYSBzdHJvbmcgY2xpZW50IGJhc2UgYW5kIGluY3JlYXNlIHlvdXIgc2FsZXMgYW5kIDxicj5yZXZlbnVlLiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9FZmZpY2llbmN5LWFuZC1wcm9kdWN0dml0eS53ZWJwIiwiaWQiOjIwMTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiRWZmaWNpZW5jeSBBbmQgUHJvZHVjdGl2aXR5IiwidGV4dCI6IkluY3JlYXNlZCBlZmZpY2llbmN5IGFuZCBwcm9kdWN0aXZpdHk6IE91ciBkYXRhLWRyaXZlbiBhcHByb2FjaCBhbGxvd3MgeW91IHRvIGZvY3VzIHlvdXIgZWZmb3J0cyBvbiB0aGUgbW9zdCBwcm9taXNpbmcgbGVhZHMiLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvVHJ1c3QtYW5kLWNyZWFkaWJpdHkud2VicCIsImlkIjoyMDE5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlRydXN0IEFuZCBDcmVkaWJpbGl0eSIsInRleHQiOiJFc3RhYmxpc2ggeW91cnNlbGYgYXMgYW4gZXhwZXJ0OiBFZmZlY3RpdmUgbGVhZCBnZW5lcmF0aW9uIGNhbiBoZWxwIHlvdSBlc3RhYmxpc2ggeW91cnNlbGYgYXMgYW4gZXhwZXJ0IGluIHRoZSBpbmR1c3RyeSwgaGVscGluZyB5b3UgYnVpbGQgdHJ1c3QgIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1RhcmdldGVkLndlYnAiLCJpZCI6MjAxOCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJUYXJnZXRlZCBNYXJrZXRpbmciLCJ0ZXh0IjoiUmVhbCBlc3RhdGUgbGVhZCBnZW5lcmF0aW9uIGFsbG93cyBhZ2VudHMgdG8gdGFyZ2V0IHRoZWlyIG1hcmtldGluZyBlZmZvcnRzIHRvd2FyZHMgc3BlY2lmaWMgZGVtb2dyYXBoaWNzIG9yIGdlb2dyYXBoaWMgYXJlYXMuIFRoaXMgaGVscHMgdGhlbSByZWFjaCBwb3RlbnRpYWwgY2xpZW50cyIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t<div class=\\\"elementor-element elementor-element-61898ae e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"61898ae\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6Ijk5NGI3ZjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFN0cmF0ZWdpZXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiMwMDIzM0QiLCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]<div class=\\\"elementor-element elementor-element-91f9aad e-con-full e-flex elementor-invisible e-con e-child\\\" data-id=\\\"91f9aad\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-06482aa e-con-full e-flex e-con e-child\\\" data-id=\\\"06482aa\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bbbbedc elementor-widget elementor-widget-text-editor\\\" data-id=\\\"bbbbedc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.\\u00a0<\\/p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-4211e3b e-con-full e-flex e-con e-child\\\" data-id=\\\"4211e3b\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-67b5189 elementor-widget elementor-widget-image\\\" data-id=\\\"67b5189\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"500\\\" height=\\\"300\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Marketing-1.webp\\\" class=\\\"attachment-large size-large wp-image-3338\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Marketing-1.webp 500w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Marketing-1-300x180.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Marketing-1-496x298.webp 496w\\\" sizes=\\\"(max-width: 500px) 100vw, 500px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7278869 e-con-full elementor-hidden-mobile e-flex elementor-invisible e-con e-child\\\" data-id=\\\"7278869\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c288f4c e-con-full e-flex e-con e-child\\\" data-id=\\\"c288f4c\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3df39a7 elementor-widget elementor-widget-image\\\" data-id=\\\"3df39a7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"500\\\" height=\\\"300\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Strategies-1.webp\\\" class=\\\"attachment-large size-large wp-image-3339\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Strategies-1.webp 500w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Strategies-1-300x180.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Strategies-1-496x298.webp 496w\\\" sizes=\\\"(max-width: 500px) 100vw, 500px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-61965d2 e-con-full e-flex e-con e-child\\\" data-id=\\\"61965d2\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c3b7a9a elementor-widget elementor-widget-text-editor\\\" data-id=\\\"c3b7a9a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.<\\/p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0b71a07 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex elementor-invisible e-con e-child\\\" data-id=\\\"0b71a07\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-2318fe8 e-con-full e-flex e-con e-child\\\" data-id=\\\"2318fe8\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-206cc5a elementor-widget elementor-widget-text-editor\\\" data-id=\\\"206cc5a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.<\\/p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b6c4237 e-con-full e-flex e-con e-child\\\" data-id=\\\"b6c4237\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d1ef66d elementor-widget elementor-widget-image\\\" data-id=\\\"d1ef66d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"500\\\" height=\\\"300\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Strategies-1.webp\\\" class=\\\"attachment-large size-large wp-image-3339\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Strategies-1.webp 500w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Strategies-1-300x180.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Strategies-1-496x298.webp 496w\\\" sizes=\\\"(max-width: 500px) 100vw, 500px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-d929776 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"d929776\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\\n\\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\\n\\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6e47309\\\" data-id=\\\"6e47309\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6ImQwZGMxNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ\\/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-d01c4cd elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"d01c4cd\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a consultation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(13976,3348,'_elementor_edit_mode','builder'),(13977,3348,'_elementor_template_type','wp-post'),(13978,3348,'_elementor_version','3.23.4'),(13979,3348,'_wp_page_template','default'),(13980,3348,'_elementor_data','[{\"id\":\"67f0199\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"flex_wrap_mobile\":\"nowrap\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"2007f01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33.9609999999999985220711096189916133880615234375},\"width_tablet\":{\"unit\":\"px\",\"size\":253.30000000000001136868377216160297393798828125},\"width_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8d0ff51\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2Listing-V3.svg\",\"id\":3080},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"beb9ba2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content_tablet\":\"flex-end\",\"_flex_order\":\"end\"},\"elements\":[{\"id\":\"282e7a7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"menu_slug\":\"main-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"background_color_dropdown_item\":\"#221603\",\"background_color_dropdown_item_hover\":\"#CE85164D\",\"color_dropdown_item_active\":\"#FFFFFF\",\"_flex_align_self\":\"flex-end\",\"__globals__\":{\"background_color_dropdown_item\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=primary\",\"background_color_dropdown_item_hover\":\"\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=primary\"},\"color_menu_item_hover\":\"#FFFFFF\",\"mobile_toggle_align\":\"center\",\"mdropdown-margin-top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_site_menu\"}],\"isInner\":true}],\"isInner\":false}]'),(13981,3348,'_elementor_page_assets','a:0:{}'),(13982,3348,'_elementor_css','a:6:{s:4:\"time\";i:1725359587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:3:\"svg\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13983,3348,'_elementor_element_cache','{\"timeout\":1725532433,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-67f0199 e-con-full e-flex e-con e-parent\" data-id=\"67f0199\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntt<div class=\"elementor-element elementor-element-2007f01 e-con-full e-flex e-con e-child\" data-id=\"2007f01\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8d0ff51 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"8d0ff51\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><style type=\"text/css\">t.st0{fill:#E7A23B;}t.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}</style><g>t<g>tt<g>ttt<g>tttt<path class=\"st0\" d=\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\"></path>ttt</g>ttt<g>tttt<g>ttttt<path class=\"st0\" d=\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\"></path>tttt</g>ttt</g>tt</g>t</g>t<path class=\"st0\" d=\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\"></path>t<polygon class=\"st0\" points=\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \"></polygon>t<rect x=\"67.56\" y=\"58.8\" class=\"st0\" width=\"3.98\" height=\"20.74\"></rect>t<path class=\"st0\" d=\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\"></path>t<path class=\"st0\" d=\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\"></path>t<path class=\"st0\" d=\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\"></path>t<polygon class=\"st0\" points=\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \"></polygon>t<polygon class=\"st0\" points=\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \"></polygon>t<path class=\"st0\" d=\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\"></path>t<path class=\"st0\" d=\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\"></path>t<path class=\"st0\" d=\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\"></path></g><path class=\"st1\" d=\"M87.12,54.82h-43.1H87.12z\"></path></svg>ttt</div>ntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-beb9ba2 e-flex e-con-boxed e-con e-child\" data-id=\"beb9ba2\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6IjI4MmU3YTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsIm1lbnVfc2x1ZyI6Im1haW4tbWVudSIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzIyMTYwMyIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiNDRTg1MTY0RCIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsIl9mbGV4X2FsaWduX3NlbGYiOiJmbGV4LWVuZCIsIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIiLCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJ0b2dnbGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkifSwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsIm1vYmlsZV90b2dnbGVfYWxpZ24iOiJjZW50ZXIiLCJtZHJvcGRvd24tbWFyZ2luLXRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoiY2VudGVyIiwicG9pbnRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoyLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X3NpdGVfbWVudSJ9\"]ttt</div>ntttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),(13984,3349,'_elementor_edit_mode','builder'),(13985,3349,'_elementor_template_type','wp-post'),(13986,3349,'_elementor_version','3.23.4'),(13987,3349,'_wp_page_template','default'),(13988,3349,'_elementor_data','[{\"id\":\"67f0199\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"flex_wrap_mobile\":\"nowrap\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2007f01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33.9609999999999985220711096189916133880615234375},\"width_tablet\":{\"unit\":\"px\",\"size\":253.30000000000001136868377216160297393798828125},\"width_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8d0ff51\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2Listing-V3.svg\",\"id\":3080},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"beb9ba2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content_tablet\":\"flex-end\",\"_flex_order\":\"end\"},\"elements\":[{\"id\":\"282e7a7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"menu_slug\":\"main-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"background_color_dropdown_item\":\"#221603\",\"background_color_dropdown_item_hover\":\"#CE85164D\",\"color_dropdown_item_active\":\"#FFFFFF\",\"_flex_align_self\":\"flex-end\",\"__globals__\":{\"background_color_dropdown_item\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=primary\",\"background_color_dropdown_item_hover\":\"\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=primary\"},\"color_menu_item_hover\":\"#FFFFFF\",\"mobile_toggle_align\":\"center\",\"mdropdown-margin-top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_site_menu\"}],\"isInner\":true}],\"isInner\":false}]'),(13989,3349,'_elementor_page_assets','a:0:{}'),(13990,3349,'_elementor_css','a:6:{s:4:\"time\";i:1725359587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:3:\"svg\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(13991,3349,'_elementor_element_cache','{\"timeout\":1725532433,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-67f0199 e-con-full e-flex e-con e-parent\" data-id=\"67f0199\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntt<div class=\"elementor-element elementor-element-2007f01 e-con-full e-flex e-con e-child\" data-id=\"2007f01\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8d0ff51 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"8d0ff51\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><style type=\"text/css\">t.st0{fill:#E7A23B;}t.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}</style><g>t<g>tt<g>ttt<g>tttt<path class=\"st0\" d=\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\"></path>ttt</g>ttt<g>tttt<g>ttttt<path class=\"st0\" d=\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\"></path>tttt</g>ttt</g>tt</g>t</g>t<path class=\"st0\" d=\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\"></path>t<polygon class=\"st0\" points=\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \"></polygon>t<rect x=\"67.56\" y=\"58.8\" class=\"st0\" width=\"3.98\" height=\"20.74\"></rect>t<path class=\"st0\" d=\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\"></path>t<path class=\"st0\" d=\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\"></path>t<path class=\"st0\" d=\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\"></path>t<polygon class=\"st0\" points=\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \"></polygon>t<polygon class=\"st0\" points=\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \"></polygon>t<path class=\"st0\" d=\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\"></path>t<path class=\"st0\" d=\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\"></path>t<path class=\"st0\" d=\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\"></path></g><path class=\"st1\" d=\"M87.12,54.82h-43.1H87.12z\"></path></svg>ttt</div>ntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-beb9ba2 e-flex e-con-boxed e-con e-child\" data-id=\"beb9ba2\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6IjI4MmU3YTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsIm1lbnVfc2x1ZyI6Im1haW4tbWVudSIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzIyMTYwMyIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiNDRTg1MTY0RCIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsIl9mbGV4X2FsaWduX3NlbGYiOiJmbGV4LWVuZCIsIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIiLCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJ0b2dnbGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkifSwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsIm1vYmlsZV90b2dnbGVfYWxpZ24iOiJjZW50ZXIiLCJtZHJvcGRvd24tbWFyZ2luLXRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoiY2VudGVyIiwicG9pbnRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoyLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X3NpdGVfbWVudSJ9\"]ttt</div>ntttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),(13994,3350,'_elementor_edit_mode','builder'),(13995,3350,'_elementor_template_type','wp-post'),(13996,3350,'_elementor_version','3.23.4'),(13997,3350,'_wp_page_template','default'),(13998,3350,'_elementor_data','[{\"id\":\"67f0199\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"flex_wrap_mobile\":\"nowrap\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2007f01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33.9609999999999985220711096189916133880615234375},\"width_tablet\":{\"unit\":\"px\",\"size\":253.30000000000001136868377216160297393798828125},\"width_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8d0ff51\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2Listing-V3.svg\",\"id\":3080},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"beb9ba2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content_tablet\":\"flex-end\",\"_flex_order\":\"end\"},\"elements\":[{\"id\":\"282e7a7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"menu_slug\":\"main-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"background_color_dropdown_item\":\"#221603\",\"background_color_dropdown_item_hover\":\"#CE85164D\",\"color_dropdown_item_active\":\"#FFFFFF\",\"_flex_align_self\":\"flex-end\",\"__globals__\":{\"background_color_dropdown_item\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=primary\",\"background_color_dropdown_item_hover\":\"\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=primary\"},\"color_menu_item_hover\":\"#FFFFFF\",\"mobile_toggle_align\":\"center\",\"mdropdown-margin-top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_site_menu\"}],\"isInner\":true}],\"isInner\":false}]'),(13999,3350,'_elementor_page_assets','a:0:{}'),(14000,3350,'_elementor_css','a:6:{s:4:\"time\";i:1725453847;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:3:\"svg\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14001,3350,'_elementor_element_cache','{\"timeout\":1725540248,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-67f0199 e-con-full e-flex e-con e-parent\" data-id=\"67f0199\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntt<div class=\"elementor-element elementor-element-2007f01 e-con-full e-flex e-con e-child\" data-id=\"2007f01\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8d0ff51 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"8d0ff51\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><style type=\"text/css\">t.st0{fill:#E7A23B;}t.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}</style><g>t<g>tt<g>ttt<g>tttt<path class=\"st0\" d=\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\"></path>ttt</g>ttt<g>tttt<g>ttttt<path class=\"st0\" d=\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\"></path>tttt</g>ttt</g>tt</g>t</g>t<path class=\"st0\" d=\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\"></path>t<polygon class=\"st0\" points=\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \"></polygon>t<rect x=\"67.56\" y=\"58.8\" class=\"st0\" width=\"3.98\" height=\"20.74\"></rect>t<path class=\"st0\" d=\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\"></path>t<path class=\"st0\" d=\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\"></path>t<path class=\"st0\" d=\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\"></path>t<polygon class=\"st0\" points=\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \"></polygon>t<polygon class=\"st0\" points=\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \"></polygon>t<path class=\"st0\" d=\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\"></path>t<path class=\"st0\" d=\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\"></path>t<path class=\"st0\" d=\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\"></path></g><path class=\"st1\" d=\"M87.12,54.82h-43.1H87.12z\"></path></svg>ttt</div>ntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-beb9ba2 e-flex e-con-boxed e-con e-child\" data-id=\"beb9ba2\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6IjI4MmU3YTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsIm1lbnVfc2x1ZyI6Im1haW4tbWVudSIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzIyMTYwMyIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiNDRTg1MTY0RCIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsIl9mbGV4X2FsaWduX3NlbGYiOiJmbGV4LWVuZCIsIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIiLCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJ0b2dnbGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkifSwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsIm1vYmlsZV90b2dnbGVfYWxpZ24iOiJjZW50ZXIiLCJtZHJvcGRvd24tbWFyZ2luLXRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoiY2VudGVyIiwicG9pbnRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoyLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X3NpdGVfbWVudSJ9\"]ttt</div>ntttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),(14002,3351,'_elementor_edit_mode','builder'),(14003,3351,'_elementor_template_type','wp-post'),(14004,3351,'_elementor_version','3.23.4'),(14005,3351,'_wp_page_template','default'),(14006,3351,'_elementor_data','[{\"id\":\"67f0199\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"flex_wrap_mobile\":\"nowrap\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2007f01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33.9609999999999985220711096189916133880615234375},\"width_tablet\":{\"unit\":\"px\",\"size\":253.30000000000001136868377216160297393798828125},\"width_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8d0ff51\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2Listing-V3.svg\",\"id\":3080},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"beb9ba2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content_tablet\":\"flex-end\",\"_flex_order\":\"end\"},\"elements\":[{\"id\":\"282e7a7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"menu_slug\":\"main-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"background_color_dropdown_item\":\"#221603\",\"background_color_dropdown_item_hover\":\"#CE85164D\",\"color_dropdown_item_active\":\"#FFFFFF\",\"_flex_align_self\":\"flex-end\",\"__globals__\":{\"background_color_dropdown_item\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=primary\",\"background_color_dropdown_item_hover\":\"\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=primary\"},\"color_menu_item_hover\":\"#FFFFFF\",\"mobile_toggle_align\":\"center\",\"mdropdown-margin-top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_site_menu\"}],\"isInner\":true}],\"isInner\":false}]'),(14007,3351,'_elementor_page_assets','a:0:{}'),(14008,3351,'_elementor_css','a:6:{s:4:\"time\";i:1725453847;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:3:\"svg\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14009,3351,'_elementor_element_cache','{\"timeout\":1725540248,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-67f0199 e-con-full e-flex e-con e-parent\" data-id=\"67f0199\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntt<div class=\"elementor-element elementor-element-2007f01 e-con-full e-flex e-con e-child\" data-id=\"2007f01\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8d0ff51 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"8d0ff51\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><style type=\"text/css\">t.st0{fill:#E7A23B;}t.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}</style><g>t<g>tt<g>ttt<g>tttt<path class=\"st0\" d=\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\"></path>ttt</g>ttt<g>tttt<g>ttttt<path class=\"st0\" d=\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\"></path>tttt</g>ttt</g>tt</g>t</g>t<path class=\"st0\" d=\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\"></path>t<polygon class=\"st0\" points=\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \"></polygon>t<rect x=\"67.56\" y=\"58.8\" class=\"st0\" width=\"3.98\" height=\"20.74\"></rect>t<path class=\"st0\" d=\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\"></path>t<path class=\"st0\" d=\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\"></path>t<path class=\"st0\" d=\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\"></path>t<polygon class=\"st0\" points=\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \"></polygon>t<polygon class=\"st0\" points=\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \"></polygon>t<path class=\"st0\" d=\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\"></path>t<path class=\"st0\" d=\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\"></path>t<path class=\"st0\" d=\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\"></path></g><path class=\"st1\" d=\"M87.12,54.82h-43.1H87.12z\"></path></svg>ttt</div>ntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-beb9ba2 e-flex e-con-boxed e-con e-child\" data-id=\"beb9ba2\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6IjI4MmU3YTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsIm1lbnVfc2x1ZyI6Im1haW4tbWVudSIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzIyMTYwMyIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiNDRTg1MTY0RCIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsIl9mbGV4X2FsaWduX3NlbGYiOiJmbGV4LWVuZCIsIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIiLCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJ0b2dnbGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkifSwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsIm1vYmlsZV90b2dnbGVfYWxpZ24iOiJjZW50ZXIiLCJtZHJvcGRvd24tbWFyZ2luLXRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoiY2VudGVyIiwicG9pbnRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoyLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X3NpdGVfbWVudSJ9\"]ttt</div>ntttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),(14010,3352,'_elementor_edit_mode','builder'),(14011,3352,'_elementor_template_type','wp-post'),(14012,3352,'_elementor_version','3.23.4'),(14013,3352,'_wp_page_template','default'),(14014,3352,'_elementor_data','[{\"id\":\"67f0199\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"flex_wrap_mobile\":\"nowrap\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2007f01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33.9609999999999985220711096189916133880615234375},\"width_tablet\":{\"unit\":\"px\",\"size\":253.30000000000001136868377216160297393798828125},\"width_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8d0ff51\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2Listing-V3.svg\",\"id\":3080},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"beb9ba2\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content_tablet\":\"flex-end\",\"_flex_order\":\"end\"},\"elements\":[{\"id\":\"282e7a7\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"menu_slug\":\"main-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"background_color_dropdown_item\":\"#221603\",\"background_color_dropdown_item_hover\":\"#CE85164D\",\"color_dropdown_item_active\":\"#FFFFFF\",\"_flex_align_self\":\"flex-end\",\"__globals__\":{\"background_color_dropdown_item\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=primary\",\"background_color_dropdown_item_hover\":\"\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=primary\",\"color_menu_item\":\"globals\\/colors?id=secondary\",\"color_menu_item_hover\":\"\"},\"mobile_toggle_align\":\"center\",\"mdropdown-margin-top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"pointer_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"mdropdown-margin-top_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_site_menu\"}],\"isInner\":true}],\"isInner\":false}]'),(14015,3352,'_elementor_page_assets','a:0:{}'),(14016,3352,'_elementor_css','a:6:{s:4:\"time\";i:1725453847;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:3:\"svg\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14017,3352,'_elementor_element_cache','{\"timeout\":1725540248,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-67f0199 e-con-full e-flex e-con e-parent\" data-id=\"67f0199\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntt<div class=\"elementor-element elementor-element-2007f01 e-con-full e-flex e-con e-child\" data-id=\"2007f01\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8d0ff51 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"8d0ff51\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><style type=\"text/css\">t.st0{fill:#E7A23B;}t.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}</style><g>t<g>tt<g>ttt<g>tttt<path class=\"st0\" d=\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\"></path>ttt</g>ttt<g>tttt<g>ttttt<path class=\"st0\" d=\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\"></path>tttt</g>ttt</g>tt</g>t</g>t<path class=\"st0\" d=\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\"></path>t<polygon class=\"st0\" points=\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \"></polygon>t<rect x=\"67.56\" y=\"58.8\" class=\"st0\" width=\"3.98\" height=\"20.74\"></rect>t<path class=\"st0\" d=\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\"></path>t<path class=\"st0\" d=\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\"></path>t<path class=\"st0\" d=\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\"></path>t<polygon class=\"st0\" points=\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \"></polygon>t<polygon class=\"st0\" points=\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \"></polygon>t<path class=\"st0\" d=\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\"></path>t<path class=\"st0\" d=\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\"></path>t<path class=\"st0\" d=\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\"></path></g><path class=\"st1\" d=\"M87.12,54.82h-43.1H87.12z\"></path></svg>ttt</div>ntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-beb9ba2 e-flex e-con-boxed e-con e-child\" data-id=\"beb9ba2\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6IjI4MmU3YTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsIm1lbnVfc2x1ZyI6Im1haW4tbWVudSIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzIyMTYwMyIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiNDRTg1MTY0RCIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsIl9mbGV4X2FsaWduX3NlbGYiOiJmbGV4LWVuZCIsIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIiLCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJ0b2dnbGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkifSwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsIm1vYmlsZV90b2dnbGVfYWxpZ24iOiJjZW50ZXIiLCJtZHJvcGRvd24tbWFyZ2luLXRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoiY2VudGVyIiwicG9pbnRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoyLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X3NpdGVfbWVudSJ9\"]ttt</div>ntttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),(14018,2482,'_elementor_css','a:6:{s:4:\"time\";i:1725454020;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:3:\"svg\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14019,2482,'_elementor_element_cache','{\"timeout\":1726089952,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-67f0199 e-con-full e-flex e-con e-parent\\\" data-id=\\\"67f0199\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-2007f01 e-con-full e-flex e-con e-child\\\" data-id=\\\"2007f01\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8d0ff51 elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"8d0ff51\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" id=\\\"Layer_1\\\" x=\\\"0px\\\" y=\\\"0px\\\" viewBox=\\\"0 0 100 100\\\" style=\\\"enable-background:new 0 0 100 100;\\\" xml:space=\\\"preserve\\\"><style type=\\\"text\\/css\\\">\\t.st0{fill:#E7A23B;}\\t.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}<\\/style><g>\\t<g>\\t\\t<g>\\t\\t\\t<g>\\t\\t\\t\\t<path class=\\\"st0\\\" d=\\\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\\\"><\\/path>\\t\\t\\t<\\/g>\\t\\t\\t<g>\\t\\t\\t\\t<g>\\t\\t\\t\\t\\t<path class=\\\"st0\\\" d=\\\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\\\"><\\/path>\\t\\t\\t\\t<\\/g>\\t\\t\\t<\\/g>\\t\\t<\\/g>\\t<\\/g>\\t<path class=\\\"st0\\\" d=\\\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\\\"><\\/path>\\t<polygon class=\\\"st0\\\" points=\\\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \\\"><\\/polygon>\\t<rect x=\\\"67.56\\\" y=\\\"58.8\\\" class=\\\"st0\\\" width=\\\"3.98\\\" height=\\\"20.74\\\"><\\/rect>\\t<path class=\\\"st0\\\" d=\\\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\\\"><\\/path>\\t<path class=\\\"st0\\\" d=\\\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\\\"><\\/path>\\t<path class=\\\"st0\\\" d=\\\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\\\"><\\/path>\\t<polygon class=\\\"st0\\\" points=\\\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \\\"><\\/polygon>\\t<polygon class=\\\"st0\\\" points=\\\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \\\"><\\/polygon>\\t<path class=\\\"st0\\\" d=\\\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\\\"><\\/path>\\t<path class=\\\"st0\\\" d=\\\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\\\"><\\/path>\\t<path class=\\\"st0\\\" d=\\\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\\\"><\\/path><\\/g><path class=\\\"st1\\\" d=\\\"M87.12,54.82h-43.1H87.12z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-beb9ba2 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"beb9ba2\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjI4MmU3YTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsIm1lbnVfc2x1ZyI6Im1haW4tbWVudSIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzIyMTYwMyIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiNDRTg1MTY0RCIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsIl9mbGV4X2FsaWduX3NlbGYiOiJmbGV4LWVuZCIsIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIiLCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJ0b2dnbGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJjb2xvcl9tZW51X2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5IiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIn0sIm1vYmlsZV90b2dnbGVfYWxpZ24iOiJjZW50ZXIiLCJtZHJvcGRvd24tbWFyZ2luLXRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoiY2VudGVyIiwicG9pbnRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoyLCJzaXplcyI6W119LCJtZHJvcGRvd24tbWFyZ2luLXRvcF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NzAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfc2l0ZV9tZW51In0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(14029,3354,'_wp_page_template','template/template-homepage.php'),(14030,3354,'_elementor_edit_mode','builder'),(14031,3354,'_elementor_template_type','wp-page'),(14032,3354,'_elementor_version','3.23.4'),(14033,3354,'_elementor_data','[{\"id\":\"0a581ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"gradient\",\"background_overlay_background\":\"classic\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"shape_divider_bottom_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_background_position\":\"center center\",\"background_overlay_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_slideshow_background_size\":\"cover\",\"html_tag\":\"div\",\"background_slideshow_lazyload\":\"yes\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":167,\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"grad\"},\"background_gradient_angle_mobile\":{\"unit\":\"grad\"}},\"elements\":[{\"id\":\"63463f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9ec40fe\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"hz_section_title\":\"Real Estate Leads & Digital Marketing Solutions\",\"hz_section_subtitle\":\"Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services in Canada.\",\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"section_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"section_subtitle_typography_font_weight\":\"400\",\"section_subtitle_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"houzez_section_title_align\":\"left\",\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"__globals__\":{\"section_title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"23687fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"content_width\":\"full\",\"background_color\":\"#CE8516\",\"button_background_hover_color\":\"#8D5B10\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"542b1a5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"1a7ee94\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#CE851640\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"0995a6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47633ef\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFF\",\"labelSublabelColor\":\"#221603\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFF\\\",\\\"labelSublabelColor\\\":\\\"#221603\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b1a1bff\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"shape_divider_bottom_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":190,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_color_b\":\"#CE8516\"},\"elements\":[{\"id\":\"1df4edd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3d062b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fdd4601\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"structure\":\"20\",\"content_position\":\"bottom\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"aee61e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d8bf9b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6719231\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Experience the Power of Targeted Real Estate Marketing for Generating Leads in Canada.\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"houzez_section_title_align\":\"left\",\"hz_section_subtitle\":\"Unlock the potential of your real estate business with our comprehensive, full-service marketing expertise. We specialize in crafting customized strategies that establish and elevate your presence in the competitive Canadian market.\\n<br><br>Our team of seasoned professionals excels in every facet of real estate marketing, including advanced search engine optimization (SEO), strategic social media campaigns, compelling content creation, precision-targeted email marketing, and high-impact paid advertising. We focus on driving results that matter\\u2014boosting your visibility, attracting qualified leads, and ultimately closing more deals.\",\"houzez_section_title_align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"b830c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"none\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"2d3687c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/buy-property.webp\",\"id\":3084,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"houzez-item-image-6\",\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3548136\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c1e4942\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-2.jpg\",\"id\":2300,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/rm218batch7-aum-03-1024x682.jpg\",\"id\":2521,\"size\":\"large\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"_title\":\"service\"},\"elements\":[{\"id\":\"5ead936\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"css_classes\":\".custom-column\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"e2d5d2f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_color\":\"#00000000\"},\"elements\":[{\"id\":\"34bf931\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9b957a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4399c3d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"19ef558\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"We are committed to delivering top-notch solutions that cater to your unique needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_subtitle_typography_font_weight\":\"400\",\"houzez_section_subtitle_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dac5f50\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7513f96\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8ee5f44\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc13644\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38733ed\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54b3356\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c13e315\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"dfb4aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d1c466\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89e4c0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8ee78b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af0d8bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"dd88f91\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ef3a493\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378fd00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"783e2d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dcb7dd2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2636430\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"6321573\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d4b605\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd92ad8\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f63e13\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"40f49b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"1b8264c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dbb2950\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af0d1cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0522b0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"77952bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"e568112\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc15e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"498f872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d08337b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9671a01\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8ce50d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"6e085ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"92666ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5022b55\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f23d7c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d2b08ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8b901b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7298d05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dcc9b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee8a4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de96981\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"898ce81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e2b807\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Leads Filtration Process\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"8774bcc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d30dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f593ab4\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Collection.webp\",\"id\":2464,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Lead Collection\",\"text\":\"The lead collection step involves gathering potential leads from various sources like online forms, trade shows, and social media. Essential details such as contact information, company size, and industry are collected. This data forms the basis for further qualification and enrichment.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Initial-Qualification.webp\",\"id\":2463,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Initial Qualification\",\"text\":\"Initial qualification assesses whether each lead meets key criteria relevant to the company\\u2019s target audience. This includes evaluating industry relevance, company size, and geographic location, as well as job title. Leads are scored to prioritize those with a higher potential for conversion.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Enrichment.webp\",\"id\":2465,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Lead Enrichment\",\"text\":\"Lead enrichment enhances data by adding details such as company revenue or recent activities. This provides a comprehensive view of each lead, allowing for better segmentation and targeted engagement. Enriched leads are categorized based on their fit with the ideal customer profile.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Sales-Readiness.webp\",\"id\":2466,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Sales Readiness\",\"text\":\"Sales readiness determines if a lead is ready to be passed to the sales team. Criteria such as budget, authority, need, and timing are thoroughly evaluated to assess readiness. Qualified leads are handed off with detailed information and a follow-up strategy to effectively nurture them through the sales funnel.\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75c72dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":9},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"02c37fa\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\",\"_flex_align_self\":\"center\",\"_title\":\"Section Title\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"7d5b2c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\"},\"elements\":[{\"id\":\"a9b9afa\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"bf6ce2d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"8ee452f\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"ed85ac2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"bf4f8fd\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"8017cba\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"41f598a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6592e0d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"cfbd45d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"7beb73a\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"95717e4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"b93366a\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"6fcf948\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36eaff1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":9},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c46c838\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\",\"_flex_align_self\":\"center\",\"_title\":\"Section Title\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"c521f26\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\"},\"elements\":[{\"id\":\"8b20e11\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"baa399e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"1ec6aa5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"6759f38\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d40310\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"355bd2e\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"2240c6f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"397ec63\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"71be7ac\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b77e02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29c538c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"5007701\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"a5e22db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"2356b9a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"775825f2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"080\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aeba4b3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Partners\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"c62a95a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"carousel\":[{\"id\":3291,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Homelife-1.webp\"},{\"id\":3290,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Expo-reality-1.webp\"},{\"id\":3289,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/CIR-1.webp\"},{\"id\":3288,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/2reality-1.webp\"},{\"id\":3287,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/sothebys-1.webp\"},{\"id\":3286,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Royal-lpage-1.webp\"},{\"id\":3285,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Remax-1.webp\"}],\"slides_to_show\":\"4\",\"navigation\":\"none\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"speed\":1000},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false},{\"id\":\"0cb6dd0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"275c52b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a133f6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b7ac744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6bb05fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"21\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"038947b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Read from our blog\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d26a8f7\",\"elType\":\"widget\",\"settings\":{\"posts_limit\":3,\"show_author\":\"\",\"box_padding_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_margin\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Darker Grotesque\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"content_typo_typography\":\"custom\",\"content_typo_font_family\":\"Darker Grotesque\",\"content_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typo_font_weight\":\"400\",\"content_typo_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"postmeta_typo_typography\":\"custom\",\"postmeta_typo_font_family\":\"Darker Grotesque\",\"postmeta_typo_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"postmeta_typo_font_weight\":\"400\",\"postmeta_margin_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"postmeta_margin_bottom\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"box_bg_color\":\"\",\"title_typo_typography\":\"\",\"content_typo_typography\":\"\",\"content_color\":\"globals\\/colors?id=secondary\",\"postmeta_color\":\"globals\\/colors?id=secondary\",\"postmeta_typo_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeIn\",\"box_bg_color\":\"#FFFFFF\",\"posts_row\":\"col-lg-4 col-md-6\",\"show_date\":\"\",\"show_cat\":\"\"},\"elements\":[],\"widgetType\":\"houzez_elementor_blog_posts\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6515136\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"008b9b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"0405f1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1caf7c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"2517978\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(14034,3354,'_elementor_controls_usage','a:12:{s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:8;s:19:\"hz_section_subtitle\";i:6;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:22:{s:26:\"houzez_section_title_align\";i:5;s:35:\"section_title_typography_typography\";i:8;s:36:\"section_title_typography_font_family\";i:8;s:34:\"section_title_typography_font_size\";i:8;s:36:\"section_title_typography_font_weight\";i:8;s:36:\"section_title_typography_line_height\";i:8;s:39:\"section_title_typography_letter_spacing\";i:8;s:38:\"section_subtitle_typography_typography\";i:8;s:37:\"section_subtitle_typography_font_size\";i:8;s:26:\"houzez_section_title_color\";i:8;s:29:\"houzez_section_subtitle_color\";i:8;s:24:\"homey_main_title_spacing\";i:8;s:39:\"section_subtitle_typography_font_family\";i:8;s:42:\"section_subtitle_typography_letter_spacing\";i:8;s:22:\"homey_subtitle_spacing\";i:8;s:34:\"houzez_section_title_margin_bottom\";i:8;s:39:\"section_subtitle_typography_font_weight\";i:2;s:41:\"section_title_typography_font_size_tablet\";i:1;s:41:\"section_title_typography_font_size_mobile\";i:1;s:44:\"section_subtitle_typography_font_size_mobile\";i:1;s:46:\"section_subtitle_typography_line_height_mobile\";i:1;s:33:\"houzez_section_title_align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:1;}s:17:\"_section_position\";a:1:{s:21:\"_element_custom_width\";i:1;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:25:\"typography_letter_spacing\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:12:\"border_width\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:19:\"text_padding_mobile\";i:2;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:36;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:10;s:28:\"space_between_widgets_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:2;s:27:\"background_hover_background\";i:3;s:27:\"background_hover_transition\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"height\";i:2;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:11;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:5;s:6:\"layout\";i:6;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:10;s:28:\"background_slideshow_gallery\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:45:\"background_slideshow_ken_burns_zoom_direction\";i:1;s:16:\"background_color\";i:6;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:10:{s:20:\"shape_divider_bottom\";i:2;s:27:\"shape_divider_bottom_height\";i:3;s:29:\"shape_divider_bottom_negative\";i:2;s:26:\"shape_divider_bottom_width\";i:2;s:34:\"shape_divider_bottom_above_content\";i:2;s:26:\"shape_divider_bottom_color\";i:1;s:25:\"shape_divider_bottom_flip\";i:1;s:22:\"shape_divider_top_flip\";i:2;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:5;s:7:\"padding\";i:3;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:15:\"animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;s:4:\"link\";i:4;s:8:\"position\";i:4;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:9:\"icon_size\";i:10;s:10:\"icon_space\";i:4;s:13:\"primary_color\";i:4;}s:21:\"section_style_content\";a:10:{s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;s:18:\"title_bottom_space\";i:10;s:27:\"title_typography_typography\";i:10;s:28:\"title_typography_font_family\";i:10;s:26:\"title_typography_font_size\";i:10;s:28:\"title_typography_font_weight\";i:10;s:28:\"title_typography_line_height\";i:10;s:11:\"title_color\";i:4;s:31:\"title_typography_text_transform\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:3;s:12:\"align_tablet\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:5:\"color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:8;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:3;s:27:\"image_box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:25:\"typography_letter_spacing\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;}}}}s:29:\"houzez_elementor_testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:17:\"testimonials_type\";i:1;}}}}}'),(14035,3354,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(14036,3354,'_elementor_css','a:6:{s:4:\"time\";i:1725453618;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:1;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14037,3354,'_elementor_element_cache','{\"timeout\":1725540018,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-0a581ed e-flex e-con-boxed e-con e-parent\" data-id=\"0a581ed\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-63463f3 e-con-full e-flex e-con e-child\" data-id=\"63463f3\" data-element_type=\"container\">ntt[elementor-element data=\"eyJpZCI6IjllYzQwZmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkcyAmIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJFbXBvd2VyaW5nIFJlYWx0b3JzIHdpdGggQ3V0dGluZy1FZGdlIFJlYWwgRXN0YXRlIExlYWQgR2VuZXJhdGlvbiBhbmQgRGlnaXRhbCBNYXJrZXRpbmcgU2VydmljZXMgaW4gQ2FuYWRhLiIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjUwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozNSwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2FuaW1hdGlvbl9kZWxheSI6NDAwLCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-23687fb elementor-invisible elementor-widget elementor-widget-button\" data-id=\"23687fb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-542b1a5 elementor-widget elementor-widget-html\" data-id=\"542b1a5\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<div id=\"loading-message\" style=\"height: 100px; width: 100%;\"></div>rn<div id=\"form-container\" style=\"display: none;\">rn    [wpforms id=\"your-form-id\"]rn</div>rntt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1a7ee94 e-flex e-con-boxed e-con e-child\" data-id=\"1a7ee94\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-0995a6a elementor-widget elementor-widget-heading\" data-id=\"0995a6a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h2>tt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjQ3NjMzZWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU3VibGFiZWxDb2xvciI6IiMyMjE2MDMiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjMjIxNjAzXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cGZvcm1zIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b1a1bff elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b1a1bff\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1df4edd\" data-id=\"1df4edd\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-f3d062b elementor-widget elementor-widget-spacer\" data-id=\"f3d062b\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>tt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fdd4601 elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"fdd4601\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-aee61e9\" data-id=\"aee61e9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-d8bf9b9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d8bf9b9\" data-element_type=\"widget\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>tt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjY3MTkyMzEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiRXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgVGFyZ2V0ZWQgUmVhbCBFc3RhdGUgTWFya2V0aW5nIGZvciBHZW5lcmF0aW5nIExlYWRzIGluIENhbmFkYS4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJVbmxvY2sgdGhlIHBvdGVudGlhbCBvZiB5b3VyIHJlYWwgZXN0YXRlIGJ1c2luZXNzIHdpdGggb3VyIGNvbXByZWhlbnNpdmUsIGZ1bGwtc2VydmljZSBtYXJrZXRpbmcgZXhwZXJ0aXNlLiBXZSBzcGVjaWFsaXplIGluIGNyYWZ0aW5nIGN1c3RvbWl6ZWQgc3RyYXRlZ2llcyB0aGF0IGVzdGFibGlzaCBhbmQgZWxldmF0ZSB5b3VyIHByZXNlbmNlIGluIHRoZSBjb21wZXRpdGl2ZSBDYW5hZGlhbiBtYXJrZXQuXG48YnI+PGJyPk91ciB0ZWFtIG9mIHNlYXNvbmVkIHByb2Zlc3Npb25hbHMgZXhjZWxzIGluIGV2ZXJ5IGZhY2V0IG9mIHJlYWwgZXN0YXRlIG1hcmtldGluZywgaW5jbHVkaW5nIGFkdmFuY2VkIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uIChTRU8pLCBzdHJhdGVnaWMgc29jaWFsIG1lZGlhIGNhbXBhaWducywgY29tcGVsbGluZyBjb250ZW50IGNyZWF0aW9uLCBwcmVjaXNpb24tdGFyZ2V0ZWQgZW1haWwgbWFya2V0aW5nLCBhbmQgaGlnaC1pbXBhY3QgcGFpZCBhZHZlcnRpc2luZy4gV2UgZm9jdXMgb24gZHJpdmluZyByZXN1bHRzIHRoYXQgbWF0dGVyXHUyMDE0Ym9vc3RpbmcgeW91ciB2aXNpYmlsaXR5LCBhdHRyYWN0aW5nIHF1YWxpZmllZCBsZWFkcywgYW5kIHVsdGltYXRlbHkgY2xvc2luZyBtb3JlIGRlYWxzLiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduX3RhYmxldCI6ImNlbnRlciIsIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMDQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b830c7f\" data-id=\"b830c7f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2d3687c elementor-widget elementor-widget-image\" data-id=\"2d3687c\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>tttttttttt<img width=\"584\" height=\"438\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp\" class=\"attachment-houzez-item-image-6 size-houzez-item-image-6 wp-image-3084\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-120x90.webp 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-3548136 elementor-widget elementor-widget-spacer\" data-id=\"3548136\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c1e4942 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c1e4942\" data-element_type=\"section\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5ead936 .custom-column\" data-id=\"5ead936\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e2d5d2f elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"e2d5d2f\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-34bf931\" data-id=\"34bf931\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-9b957a9 elementor-widget elementor-widget-spacer\" data-id=\"9b957a9\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-4399c3d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4399c3d\" data-element_type=\"widget\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjE5ZWY1NTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+U2VydmljZXM8XC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAwMDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dac5f50 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"dac5f50\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7513f96 custom-column elementor-invisible\" data-id=\"7513f96\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-8ee5f44 elementor-widget elementor-widget-image\" data-id=\"8ee5f44\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/lead-generation/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" class=\"attachment-large size-large wp-image-1764\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dc13644 elementor-widget elementor-widget-heading\" data-id=\"dc13644\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-38733ed elementor-widget elementor-widget-text-editor\" data-id=\"38733ed\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>tttt<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-54b3356 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"54b3356\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttt<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">tt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/lead-generation/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/lead-generation/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c13e315 custom-column elementor-invisible\" data-id=\"c13e315\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-dfb4aa9 elementor-widget elementor-widget-image\" data-id=\"dfb4aa9\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/digital-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3179\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-2d1c466 elementor-widget elementor-widget-heading\" data-id=\"2d1c466\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-89e4c0f elementor-widget elementor-widget-text-editor\" data-id=\"89e4c0f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.u00a0</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f8ee78b elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"f8ee78b\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/digital-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/digital-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-af0d8bb custom-column elementor-invisible\" data-id=\"af0d8bb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-dd88f91 elementor-widget elementor-widget-image\" data-id=\"dd88f91\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/web-development/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3172\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-ef3a493 elementor-widget elementor-widget-heading\" data-id=\"ef3a493\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-378fd00 elementor-widget elementor-widget-text-editor\" data-id=\"378fd00\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-783e2d4 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"783e2d4\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/web-development/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/web-development/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dcb7dd2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"dcb7dd2\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2636430 custom-column elementor-invisible\" data-id=\"2636430\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6321573 elementor-widget elementor-widget-image\" data-id=\"6321573\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/content-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" class=\"attachment-large size-large wp-image-3166\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-6d4b605 elementor-widget elementor-widget-heading\" data-id=\"6d4b605\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-cd92ad8 elementor-widget elementor-widget-text-editor\" data-id=\"cd92ad8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3f63e13 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"3f63e13\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/content-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/content-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-40f49b6 custom-column elementor-invisible\" data-id=\"40f49b6\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1b8264c elementor-widget elementor-widget-image\" data-id=\"1b8264c\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/seo/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3133\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dbb2950 elementor-widget elementor-widget-heading\" data-id=\"dbb2950\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-af0d1cd elementor-widget elementor-widget-text-editor\" data-id=\"af0d1cd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Optimize your websiteu2019s structure and learn how to improve your websiteu2019s ranking on search engine results pages.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-0522b0e elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"0522b0e\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/seo/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/seo/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-77952bb custom-column elementor-invisible\" data-id=\"77952bb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-e568112 elementor-widget elementor-widget-image\" data-id=\"e568112\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/ppc/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" class=\"attachment-large size-large wp-image-1765\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dc15e49 elementor-widget elementor-widget-heading\" data-id=\"dc15e49\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-498f872 elementor-widget elementor-widget-text-editor\" data-id=\"498f872\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-d08337b elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"d08337b\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/ppc/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/ppc/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9671a01 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9671a01\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8ce50d9 custom-column elementor-invisible\" data-id=\"8ce50d9\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6e085ce elementor-widget elementor-widget-image\" data-id=\"6e085ce\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/social-media-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3161\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-92666ae elementor-widget elementor-widget-heading\" data-id=\"92666ae\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-5022b55 elementor-widget elementor-widget-text-editor\" data-id=\"5022b55\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f23d7c6 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"f23d7c6\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/social-media-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/social-media-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d2b08ae custom-column elementor-invisible\" data-id=\"d2b08ae\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-8b901b5 elementor-widget elementor-widget-image\" data-id=\"8b901b5\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/email-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" class=\"attachment-large size-large wp-image-2132\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7298d05 elementor-widget elementor-widget-heading\" data-id=\"7298d05\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7dcc9b0 elementor-widget elementor-widget-text-editor\" data-id=\"7dcc9b0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-5ee8a4a elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"5ee8a4a\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/email-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/email-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-de96981 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"de96981\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-898ce81\" data-id=\"898ce81\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjZlMmI4MDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiTGVhZHMgRmlsdHJhdGlvbiBQcm9jZXNzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-8774bcc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"8774bcc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d30dec7\" data-id=\"d30dec7\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImY1OTNhYjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvTGVhZC1Db2xsZWN0aW9uLndlYnAiLCJpZCI6MjQ2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIENvbGxlY3Rpb24iLCJ0ZXh0IjoiVGhlIGxlYWQgY29sbGVjdGlvbiBzdGVwIGludm9sdmVzIGdhdGhlcmluZyBwb3RlbnRpYWwgbGVhZHMgZnJvbSB2YXJpb3VzIHNvdXJjZXMgbGlrZSBvbmxpbmUgZm9ybXMsIHRyYWRlIHNob3dzLCBhbmQgc29jaWFsIG1lZGlhLiBFc3NlbnRpYWwgZGV0YWlscyBzdWNoIGFzIGNvbnRhY3QgaW5mb3JtYXRpb24sIGNvbXBhbnkgc2l6ZSwgYW5kIGluZHVzdHJ5IGFyZSBjb2xsZWN0ZWQuIFRoaXMgZGF0YSBmb3JtcyB0aGUgYmFzaXMgZm9yIGZ1cnRoZXIgcXVhbGlmaWNhdGlvbiBhbmQgZW5yaWNobWVudC4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvSW5pdGlhbC1RdWFsaWZpY2F0aW9uLndlYnAiLCJpZCI6MjQ2MywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJJbml0aWFsIFF1YWxpZmljYXRpb24iLCJ0ZXh0IjoiSW5pdGlhbCBxdWFsaWZpY2F0aW9uIGFzc2Vzc2VzIHdoZXRoZXIgZWFjaCBsZWFkIG1lZXRzIGtleSBjcml0ZXJpYSByZWxldmFudCB0byB0aGUgY29tcGFueVx1MjAxOXMgdGFyZ2V0IGF1ZGllbmNlLiBUaGlzIGluY2x1ZGVzIGV2YWx1YXRpbmcgaW5kdXN0cnkgcmVsZXZhbmNlLCBjb21wYW55IHNpemUsIGFuZCBnZW9ncmFwaGljIGxvY2F0aW9uLCBhcyB3ZWxsIGFzIGpvYiB0aXRsZS4gTGVhZHMgYXJlIHNjb3JlZCB0byBwcmlvcml0aXplIHRob3NlIHdpdGggYSBoaWdoZXIgcG90ZW50aWFsIGZvciBjb252ZXJzaW9uLiIsIl9pZCI6IjAwMDZiMzUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvcG9pbnQybGlzdGluZy5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1NhbGVzLVJlYWRpbmVzcy53ZWJwIiwiaWQiOjI0NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU2FsZXMgUmVhZGluZXNzIiwidGV4dCI6IlNhbGVzIHJlYWRpbmVzcyBkZXRlcm1pbmVzIGlmIGEgbGVhZCBpcyByZWFkeSB0byBiZSBwYXNzZWQgdG8gdGhlIHNhbGVzIHRlYW0uIENyaXRlcmlhIHN1Y2ggYXMgYnVkZ2V0LCBhdXRob3JpdHksIG5lZWQsIGFuZCB0aW1pbmcgYXJlIHRob3JvdWdobHkgZXZhbHVhdGVkIHRvIGFzc2VzcyByZWFkaW5lc3MuIFF1YWxpZmllZCBsZWFkcyBhcmUgaGFuZGVkIG9mZiB3aXRoIGRldGFpbGVkIGluZm9ybWF0aW9uIGFuZCBhIGZvbGxvdy11cCBzdHJhdGVneSB0byBlZmZlY3RpdmVseSBudXJ0dXJlIHRoZW0gdGhyb3VnaCB0aGUgc2FsZXMgZnVubmVsLiIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt<div class=\"elementor-element elementor-element-75c72dc elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"75c72dc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6IjAyYzM3ZmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-7d5b2c1 e-con-full e-flex e-con e-child\" data-id=\"7d5b2c1\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-a9b9afa e-flex e-con-boxed e-con e-child\" data-id=\"a9b9afa\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-bf6ce2d elementor-widget elementor-widget-html\" data-id=\"bf6ce2d\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>QUEBEC</h2>rn                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-8ee452f e-con-full e-flex e-con e-child\" data-id=\"8ee452f\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-ed85ac2 elementor-widget elementor-widget-html\" data-id=\"ed85ac2\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ONTARIO</h2>rn                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>rn                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-bf4f8fd e-con-full e-flex e-con e-child\" data-id=\"bf4f8fd\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8017cba elementor-widget elementor-widget-html\" data-id=\"8017cba\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ALBERTA</h2>rn                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-41f598a e-con-full e-flex e-con e-child\" data-id=\"41f598a\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6592e0d e-flex e-con-boxed e-con e-child\" data-id=\"6592e0d\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-cfbd45d elementor-widget elementor-widget-html\" data-id=\"cfbd45d\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>BRITISH COLUMBIA</h2>rn                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-7beb73a e-con-full e-flex e-con e-child\" data-id=\"7beb73a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-95717e4 elementor-widget elementor-widget-html\" data-id=\"95717e4\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                   <h2>NOVA SCOTIA</h2>rn                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-b93366a e-con-full e-flex e-con e-child\" data-id=\"b93366a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-6fcf948 elementor-widget elementor-widget-html\" data-id=\"6fcf948\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                 <h2>SASKATCHEWAN</h2>rn                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-36eaff1 elementor-hidden-desktop elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"36eaff1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImM0NmM4MzgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-c521f26 e-con-full e-flex e-con e-child\" data-id=\"c521f26\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-8b20e11 e-flex e-con-boxed e-con e-child\" data-id=\"8b20e11\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-baa399e elementor-widget elementor-widget-html\" data-id=\"baa399e\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>QUEBEC</h2>rn                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1ec6aa5 e-con-full e-flex e-con e-child\" data-id=\"1ec6aa5\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-6759f38 elementor-widget elementor-widget-html\" data-id=\"6759f38\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ONTARIO</h2>rn                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>rn                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0d40310 e-con-full e-flex e-con e-child\" data-id=\"0d40310\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-355bd2e e-con-full e-flex e-con e-child\" data-id=\"355bd2e\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2240c6f elementor-widget elementor-widget-html\" data-id=\"2240c6f\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ALBERTA</h2>rn                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-397ec63 e-con-full e-flex e-con e-child\" data-id=\"397ec63\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71be7ac elementor-widget elementor-widget-html\" data-id=\"71be7ac\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>BRITISH COLUMBIA</h2>rn                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2b77e02 e-con-full e-flex e-con e-child\" data-id=\"2b77e02\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-29c538c e-con-full e-flex e-con e-child\" data-id=\"29c538c\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-5007701 elementor-widget elementor-widget-html\" data-id=\"5007701\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                   <h2>NOVA SCOTIA</h2>rn                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-a5e22db e-con-full e-flex e-con e-child\" data-id=\"a5e22db\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2356b9a elementor-widget elementor-widget-html\" data-id=\"2356b9a\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                 <h2>SASKATCHEWAN</h2>rn                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-775825f2 e-flex e-con-boxed e-con e-parent\" data-id=\"775825f2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImFlYmE0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFBhcnRuZXJzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<div class=\"elementor-element elementor-element-c62a95a elementor-widget elementor-widget-image-carousel\" data-id=\"c62a95a\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;speed&quot;:1000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;}\" data-widget_type=\"image-carousel.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>tt<div class=\"elementor-image-carousel-wrapper swiper\" dir=\"ltr\">nttt<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">ntttttttt<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1-150x150.webp\" alt=\"Homelife (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1-150x150.webp\" alt=\"Expo-reality (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/CIR-1-150x150.webp\" alt=\"CIR (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/2reality-1-150x150.webp\" alt=\"2reality (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1-150x150.webp\" alt=\"sothebys (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1-150x150.webp\" alt=\"Royal-lpage (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Remax-1-150x150.webp\" alt=\"Remax (1)\" /></figure></div>ttt</div>ntttttttnttttttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0cb6dd0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0cb6dd0\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-275c52b\" data-id=\"275c52b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3a133f6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"3a133f6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b7ac744\" data-id=\"b7ac744\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6bb05fc elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6bb05fc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjAzODk0N2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiUmVhZCBmcm9tIG91ciBibG9nIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTgiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"][elementor-element data=\"eyJpZCI6ImQyNmE4ZjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwb3N0c19saW1pdCI6Mywic2hvd19hdXRob3IiOiIiLCJib3hfcGFkZGluZ190b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYm94X3BhZGRpbmdfYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJveF9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJpbWFnZV9tYXJnaW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInRpdGxlX3R5cG9fdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9fZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInRpdGxlX3R5cG9fZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzk5OTk5OTk5OTk5OTk5OTExMTgyMTU4MDI5OTg3NDc2NzY2MTA5NDY2NTUyNzM0Mzc1LCJzaXplcyI6W119LCJ0aXRsZV9tYXJnaW5fdG9wIjp7InVuaXQiOiJweCIsInNpemUiOjksInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb190eXBvZ3JhcGh5IjoiY3VzdG9tIiwiY29udGVudF90eXBvX2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsImNvbnRlbnRfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb19mb250X3dlaWdodCI6IjQwMCIsImNvbnRlbnRfdHlwb19saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMwMDAwMDAwMDAwMDAwMDA0NDQwODkyMDk4NTAwNjI2MTYxNjk0NTI2NjcyMzYzMjgxMjUsInNpemVzIjpbXX0sInBvc3RtZXRhX3R5cG9fdHlwb2dyYXBoeSI6ImN1c3RvbSIsInBvc3RtZXRhX3R5cG9fZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwicG9zdG1ldGFfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInBvc3RtZXRhX3R5cG9fZm9udF93ZWlnaHQiOiI0MDAiLCJwb3N0bWV0YV9tYXJnaW5fdG9wIjp7InVuaXQiOiJweCIsInNpemUiOjUsInNpemVzIjpbXX0sInBvc3RtZXRhX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6Niwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYm94X2JnX2NvbG9yIjoiIiwidGl0bGVfdHlwb190eXBvZ3JhcGh5IjoiIiwiY29udGVudF90eXBvX3R5cG9ncmFwaHkiOiIiLCJjb250ZW50X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsInBvc3RtZXRhX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsInBvc3RtZXRhX3R5cG9fdHlwb2dyYXBoeSI6IiIsInRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYm94X2JnX2NvbG9yIjoiI0ZGRkZGRiIsInBvc3RzX3JvdyI6ImNvbC1sZy00IGNvbC1tZC02Iiwic2hvd19kYXRlIjoiIiwic2hvd19jYXQiOiIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9ibG9nX3Bvc3RzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-6515136 elementor-widget elementor-widget-spacer\" data-id=\"6515136\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-008b9b8 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"008b9b8\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\">nttttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">nt<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7ntc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4ntc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"/>n</svg>tt</div>nttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0405f1d\" data-id=\"0405f1d\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImUxY2FmN2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-2517978 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"2517978\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a consultation</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(14038,3355,'_wp_page_template','template/template-homepage.php'),(14039,3355,'_elementor_edit_mode','builder'),(14040,3355,'_elementor_template_type','wp-page'),(14041,3355,'_elementor_version','3.23.4'),(14042,3355,'_elementor_data','[{\"id\":\"0a581ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"shape_divider_bottom_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_background_position\":\"center center\",\"background_overlay_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_slideshow_background_size\":\"cover\",\"html_tag\":\"div\",\"background_slideshow_lazyload\":\"yes\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":167,\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"grad\"},\"background_gradient_angle_mobile\":{\"unit\":\"grad\"}},\"elements\":[{\"id\":\"63463f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9ec40fe\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"hz_section_title\":\"Real Estate Leads & Digital Marketing Solutions\",\"hz_section_subtitle\":\"Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services in Canada.\",\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"section_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"section_subtitle_typography_font_weight\":\"400\",\"section_subtitle_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"houzez_section_title_align\":\"left\",\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"__globals__\":{\"section_title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"23687fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"content_width\":\"full\",\"background_color\":\"#CE8516\",\"button_background_hover_color\":\"#8D5B10\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"542b1a5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"1a7ee94\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#CE851640\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"0995a6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47633ef\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFF\",\"labelSublabelColor\":\"#221603\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFF\\\",\\\"labelSublabelColor\\\":\\\"#221603\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b1a1bff\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"shape_divider_bottom_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":190,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_color_b\":\"#CE8516\"},\"elements\":[{\"id\":\"1df4edd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3d062b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fdd4601\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"structure\":\"20\",\"content_position\":\"bottom\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"aee61e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d8bf9b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6719231\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Experience the Power of Targeted Real Estate Marketing for Generating Leads in Canada.\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"houzez_section_title_align\":\"left\",\"hz_section_subtitle\":\"Unlock the potential of your real estate business with our comprehensive, full-service marketing expertise. We specialize in crafting customized strategies that establish and elevate your presence in the competitive Canadian market.\\n<br><br>Our team of seasoned professionals excels in every facet of real estate marketing, including advanced search engine optimization (SEO), strategic social media campaigns, compelling content creation, precision-targeted email marketing, and high-impact paid advertising. We focus on driving results that matter\\u2014boosting your visibility, attracting qualified leads, and ultimately closing more deals.\",\"houzez_section_title_align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"b830c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"none\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"2d3687c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/buy-property.webp\",\"id\":3084,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"houzez-item-image-6\",\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3548136\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c1e4942\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-2.jpg\",\"id\":2300,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/rm218batch7-aum-03-1024x682.jpg\",\"id\":2521,\"size\":\"large\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"_title\":\"service\"},\"elements\":[{\"id\":\"5ead936\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"css_classes\":\".custom-column\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"e2d5d2f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_color\":\"#00000000\"},\"elements\":[{\"id\":\"34bf931\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9b957a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4399c3d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"19ef558\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"We are committed to delivering top-notch solutions that cater to your unique needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_subtitle_typography_font_weight\":\"400\",\"houzez_section_subtitle_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dac5f50\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7513f96\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8ee5f44\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc13644\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38733ed\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54b3356\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c13e315\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"dfb4aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d1c466\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89e4c0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8ee78b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af0d8bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"dd88f91\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ef3a493\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378fd00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"783e2d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dcb7dd2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2636430\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"6321573\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d4b605\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd92ad8\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f63e13\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"40f49b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"1b8264c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dbb2950\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af0d1cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0522b0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"77952bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"e568112\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc15e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"498f872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d08337b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9671a01\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8ce50d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"6e085ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"92666ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5022b55\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f23d7c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d2b08ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8b901b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7298d05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dcc9b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee8a4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de96981\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"898ce81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e2b807\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Leads Filtration Process\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"8774bcc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d30dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f593ab4\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Collection.webp\",\"id\":2464,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Lead Collection\",\"text\":\"The lead collection step involves gathering potential leads from various sources like online forms, trade shows, and social media. Essential details such as contact information, company size, and industry are collected. This data forms the basis for further qualification and enrichment.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Initial-Qualification.webp\",\"id\":2463,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Initial Qualification\",\"text\":\"Initial qualification assesses whether each lead meets key criteria relevant to the company\\u2019s target audience. This includes evaluating industry relevance, company size, and geographic location, as well as job title. Leads are scored to prioritize those with a higher potential for conversion.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Enrichment.webp\",\"id\":2465,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Lead Enrichment\",\"text\":\"Lead enrichment enhances data by adding details such as company revenue or recent activities. This provides a comprehensive view of each lead, allowing for better segmentation and targeted engagement. Enriched leads are categorized based on their fit with the ideal customer profile.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Sales-Readiness.webp\",\"id\":2466,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Sales Readiness\",\"text\":\"Sales readiness determines if a lead is ready to be passed to the sales team. Criteria such as budget, authority, need, and timing are thoroughly evaluated to assess readiness. Qualified leads are handed off with detailed information and a follow-up strategy to effectively nurture them through the sales funnel.\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75c72dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":9},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"02c37fa\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\",\"_flex_align_self\":\"center\",\"_title\":\"Section Title\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"7d5b2c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\"},\"elements\":[{\"id\":\"a9b9afa\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"bf6ce2d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"8ee452f\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"ed85ac2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"bf4f8fd\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"8017cba\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"41f598a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6592e0d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"cfbd45d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"7beb73a\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"95717e4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"b93366a\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"6fcf948\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36eaff1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":9},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c46c838\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\",\"_flex_align_self\":\"center\",\"_title\":\"Section Title\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"c521f26\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\"},\"elements\":[{\"id\":\"8b20e11\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"baa399e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"1ec6aa5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"6759f38\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d40310\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"355bd2e\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"2240c6f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"397ec63\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"71be7ac\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b77e02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29c538c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"5007701\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"a5e22db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"2356b9a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"775825f2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"080\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aeba4b3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Partners\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"c62a95a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"carousel\":[{\"id\":3291,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Homelife-1.webp\"},{\"id\":3290,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Expo-reality-1.webp\"},{\"id\":3289,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/CIR-1.webp\"},{\"id\":3288,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/2reality-1.webp\"},{\"id\":3287,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/sothebys-1.webp\"},{\"id\":3286,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Royal-lpage-1.webp\"},{\"id\":3285,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Remax-1.webp\"}],\"slides_to_show\":\"4\",\"navigation\":\"none\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"speed\":1000},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false},{\"id\":\"0cb6dd0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"275c52b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a133f6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b7ac744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6bb05fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"21\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"038947b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Read from our blog\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d26a8f7\",\"elType\":\"widget\",\"settings\":{\"posts_limit\":3,\"show_author\":\"\",\"box_padding_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_margin\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Darker Grotesque\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"content_typo_typography\":\"custom\",\"content_typo_font_family\":\"Darker Grotesque\",\"content_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typo_font_weight\":\"400\",\"content_typo_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"postmeta_typo_typography\":\"custom\",\"postmeta_typo_font_family\":\"Darker Grotesque\",\"postmeta_typo_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"postmeta_typo_font_weight\":\"400\",\"postmeta_margin_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"postmeta_margin_bottom\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"box_bg_color\":\"\",\"title_typo_typography\":\"\",\"content_typo_typography\":\"\",\"content_color\":\"globals\\/colors?id=secondary\",\"postmeta_color\":\"globals\\/colors?id=secondary\",\"postmeta_typo_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeIn\",\"box_bg_color\":\"#FFFFFF\",\"posts_row\":\"col-lg-4 col-md-6\",\"show_date\":\"\",\"show_cat\":\"\"},\"elements\":[],\"widgetType\":\"houzez_elementor_blog_posts\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6515136\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"008b9b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"0405f1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1caf7c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"2517978\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(14043,3355,'_elementor_controls_usage','a:12:{s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:8;s:19:\"hz_section_subtitle\";i:6;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:22:{s:26:\"houzez_section_title_align\";i:5;s:35:\"section_title_typography_typography\";i:8;s:36:\"section_title_typography_font_family\";i:8;s:34:\"section_title_typography_font_size\";i:8;s:36:\"section_title_typography_font_weight\";i:8;s:36:\"section_title_typography_line_height\";i:8;s:39:\"section_title_typography_letter_spacing\";i:8;s:38:\"section_subtitle_typography_typography\";i:8;s:37:\"section_subtitle_typography_font_size\";i:8;s:26:\"houzez_section_title_color\";i:8;s:29:\"houzez_section_subtitle_color\";i:8;s:24:\"homey_main_title_spacing\";i:8;s:39:\"section_subtitle_typography_font_family\";i:8;s:42:\"section_subtitle_typography_letter_spacing\";i:8;s:22:\"homey_subtitle_spacing\";i:8;s:34:\"houzez_section_title_margin_bottom\";i:8;s:39:\"section_subtitle_typography_font_weight\";i:2;s:41:\"section_title_typography_font_size_tablet\";i:1;s:41:\"section_title_typography_font_size_mobile\";i:1;s:44:\"section_subtitle_typography_font_size_mobile\";i:1;s:46:\"section_subtitle_typography_line_height_mobile\";i:1;s:33:\"houzez_section_title_align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:1;}s:17:\"_section_position\";a:1:{s:21:\"_element_custom_width\";i:1;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:25:\"typography_letter_spacing\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:12:\"border_width\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:19:\"text_padding_mobile\";i:2;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:36;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:10;s:28:\"space_between_widgets_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:2;s:27:\"background_hover_background\";i:3;s:27:\"background_hover_transition\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"height\";i:2;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:11;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:5;s:6:\"layout\";i:6;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:10;s:28:\"background_slideshow_gallery\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:45:\"background_slideshow_ken_burns_zoom_direction\";i:1;s:16:\"background_color\";i:6;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:10:{s:20:\"shape_divider_bottom\";i:2;s:27:\"shape_divider_bottom_height\";i:3;s:29:\"shape_divider_bottom_negative\";i:2;s:26:\"shape_divider_bottom_width\";i:2;s:34:\"shape_divider_bottom_above_content\";i:2;s:26:\"shape_divider_bottom_color\";i:1;s:25:\"shape_divider_bottom_flip\";i:1;s:22:\"shape_divider_top_flip\";i:2;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:5;s:7:\"padding\";i:3;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:15:\"animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;s:4:\"link\";i:4;s:8:\"position\";i:4;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:9:\"icon_size\";i:10;s:10:\"icon_space\";i:4;s:13:\"primary_color\";i:4;}s:21:\"section_style_content\";a:10:{s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;s:18:\"title_bottom_space\";i:10;s:27:\"title_typography_typography\";i:10;s:28:\"title_typography_font_family\";i:10;s:26:\"title_typography_font_size\";i:10;s:28:\"title_typography_font_weight\";i:10;s:28:\"title_typography_line_height\";i:10;s:11:\"title_color\";i:4;s:31:\"title_typography_text_transform\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:3;s:12:\"align_tablet\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:5:\"color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:8;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:3;s:27:\"image_box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:25:\"typography_letter_spacing\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;}}}}s:29:\"houzez_elementor_testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:17:\"testimonials_type\";i:1;}}}}}'),(14044,3355,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(14045,3355,'_elementor_css','a:6:{s:4:\"time\";i:1725453618;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:1;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14046,3355,'_elementor_element_cache','{\"timeout\":1725540018,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-0a581ed e-flex e-con-boxed e-con e-parent\" data-id=\"0a581ed\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-63463f3 e-con-full e-flex e-con e-child\" data-id=\"63463f3\" data-element_type=\"container\">ntt[elementor-element data=\"eyJpZCI6IjllYzQwZmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkcyAmIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJFbXBvd2VyaW5nIFJlYWx0b3JzIHdpdGggQ3V0dGluZy1FZGdlIFJlYWwgRXN0YXRlIExlYWQgR2VuZXJhdGlvbiBhbmQgRGlnaXRhbCBNYXJrZXRpbmcgU2VydmljZXMgaW4gQ2FuYWRhLiIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjUwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozNSwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2FuaW1hdGlvbl9kZWxheSI6NDAwLCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-23687fb elementor-invisible elementor-widget elementor-widget-button\" data-id=\"23687fb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-542b1a5 elementor-widget elementor-widget-html\" data-id=\"542b1a5\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<div id=\"loading-message\" style=\"height: 100px; width: 100%;\"></div>rn<div id=\"form-container\" style=\"display: none;\">rn    [wpforms id=\"your-form-id\"]rn</div>rntt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1a7ee94 e-flex e-con-boxed e-con e-child\" data-id=\"1a7ee94\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-0995a6a elementor-widget elementor-widget-heading\" data-id=\"0995a6a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h2>tt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjQ3NjMzZWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU3VibGFiZWxDb2xvciI6IiMyMjE2MDMiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjMjIxNjAzXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cGZvcm1zIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b1a1bff elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b1a1bff\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1df4edd\" data-id=\"1df4edd\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-f3d062b elementor-widget elementor-widget-spacer\" data-id=\"f3d062b\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>tt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fdd4601 elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"fdd4601\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-aee61e9\" data-id=\"aee61e9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-d8bf9b9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d8bf9b9\" data-element_type=\"widget\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>tt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjY3MTkyMzEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiRXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgVGFyZ2V0ZWQgUmVhbCBFc3RhdGUgTWFya2V0aW5nIGZvciBHZW5lcmF0aW5nIExlYWRzIGluIENhbmFkYS4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJVbmxvY2sgdGhlIHBvdGVudGlhbCBvZiB5b3VyIHJlYWwgZXN0YXRlIGJ1c2luZXNzIHdpdGggb3VyIGNvbXByZWhlbnNpdmUsIGZ1bGwtc2VydmljZSBtYXJrZXRpbmcgZXhwZXJ0aXNlLiBXZSBzcGVjaWFsaXplIGluIGNyYWZ0aW5nIGN1c3RvbWl6ZWQgc3RyYXRlZ2llcyB0aGF0IGVzdGFibGlzaCBhbmQgZWxldmF0ZSB5b3VyIHByZXNlbmNlIGluIHRoZSBjb21wZXRpdGl2ZSBDYW5hZGlhbiBtYXJrZXQuXG48YnI+PGJyPk91ciB0ZWFtIG9mIHNlYXNvbmVkIHByb2Zlc3Npb25hbHMgZXhjZWxzIGluIGV2ZXJ5IGZhY2V0IG9mIHJlYWwgZXN0YXRlIG1hcmtldGluZywgaW5jbHVkaW5nIGFkdmFuY2VkIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uIChTRU8pLCBzdHJhdGVnaWMgc29jaWFsIG1lZGlhIGNhbXBhaWducywgY29tcGVsbGluZyBjb250ZW50IGNyZWF0aW9uLCBwcmVjaXNpb24tdGFyZ2V0ZWQgZW1haWwgbWFya2V0aW5nLCBhbmQgaGlnaC1pbXBhY3QgcGFpZCBhZHZlcnRpc2luZy4gV2UgZm9jdXMgb24gZHJpdmluZyByZXN1bHRzIHRoYXQgbWF0dGVyXHUyMDE0Ym9vc3RpbmcgeW91ciB2aXNpYmlsaXR5LCBhdHRyYWN0aW5nIHF1YWxpZmllZCBsZWFkcywgYW5kIHVsdGltYXRlbHkgY2xvc2luZyBtb3JlIGRlYWxzLiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduX3RhYmxldCI6ImNlbnRlciIsIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMDQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b830c7f\" data-id=\"b830c7f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2d3687c elementor-widget elementor-widget-image\" data-id=\"2d3687c\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>tttttttttt<img width=\"584\" height=\"438\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp\" class=\"attachment-houzez-item-image-6 size-houzez-item-image-6 wp-image-3084\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-120x90.webp 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-3548136 elementor-widget elementor-widget-spacer\" data-id=\"3548136\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c1e4942 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c1e4942\" data-element_type=\"section\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5ead936 .custom-column\" data-id=\"5ead936\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e2d5d2f elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"e2d5d2f\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-34bf931\" data-id=\"34bf931\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-9b957a9 elementor-widget elementor-widget-spacer\" data-id=\"9b957a9\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-4399c3d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4399c3d\" data-element_type=\"widget\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjE5ZWY1NTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+U2VydmljZXM8XC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAwMDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dac5f50 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"dac5f50\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7513f96 custom-column elementor-invisible\" data-id=\"7513f96\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-8ee5f44 elementor-widget elementor-widget-image\" data-id=\"8ee5f44\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/lead-generation/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" class=\"attachment-large size-large wp-image-1764\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dc13644 elementor-widget elementor-widget-heading\" data-id=\"dc13644\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-38733ed elementor-widget elementor-widget-text-editor\" data-id=\"38733ed\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>tttt<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-54b3356 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"54b3356\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttt<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">tt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/lead-generation/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/lead-generation/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c13e315 custom-column elementor-invisible\" data-id=\"c13e315\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-dfb4aa9 elementor-widget elementor-widget-image\" data-id=\"dfb4aa9\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/digital-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3179\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-2d1c466 elementor-widget elementor-widget-heading\" data-id=\"2d1c466\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-89e4c0f elementor-widget elementor-widget-text-editor\" data-id=\"89e4c0f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.u00a0</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f8ee78b elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"f8ee78b\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/digital-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/digital-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-af0d8bb custom-column elementor-invisible\" data-id=\"af0d8bb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-dd88f91 elementor-widget elementor-widget-image\" data-id=\"dd88f91\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/web-development/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3172\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-ef3a493 elementor-widget elementor-widget-heading\" data-id=\"ef3a493\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-378fd00 elementor-widget elementor-widget-text-editor\" data-id=\"378fd00\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-783e2d4 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"783e2d4\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/web-development/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/web-development/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dcb7dd2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"dcb7dd2\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2636430 custom-column elementor-invisible\" data-id=\"2636430\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6321573 elementor-widget elementor-widget-image\" data-id=\"6321573\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/content-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" class=\"attachment-large size-large wp-image-3166\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-6d4b605 elementor-widget elementor-widget-heading\" data-id=\"6d4b605\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-cd92ad8 elementor-widget elementor-widget-text-editor\" data-id=\"cd92ad8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3f63e13 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"3f63e13\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/content-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/content-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-40f49b6 custom-column elementor-invisible\" data-id=\"40f49b6\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1b8264c elementor-widget elementor-widget-image\" data-id=\"1b8264c\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/seo/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3133\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dbb2950 elementor-widget elementor-widget-heading\" data-id=\"dbb2950\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-af0d1cd elementor-widget elementor-widget-text-editor\" data-id=\"af0d1cd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Optimize your websiteu2019s structure and learn how to improve your websiteu2019s ranking on search engine results pages.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-0522b0e elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"0522b0e\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/seo/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/seo/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-77952bb custom-column elementor-invisible\" data-id=\"77952bb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-e568112 elementor-widget elementor-widget-image\" data-id=\"e568112\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/ppc/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" class=\"attachment-large size-large wp-image-1765\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dc15e49 elementor-widget elementor-widget-heading\" data-id=\"dc15e49\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-498f872 elementor-widget elementor-widget-text-editor\" data-id=\"498f872\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-d08337b elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"d08337b\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/ppc/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/ppc/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9671a01 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9671a01\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8ce50d9 custom-column elementor-invisible\" data-id=\"8ce50d9\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6e085ce elementor-widget elementor-widget-image\" data-id=\"6e085ce\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/social-media-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3161\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-92666ae elementor-widget elementor-widget-heading\" data-id=\"92666ae\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-5022b55 elementor-widget elementor-widget-text-editor\" data-id=\"5022b55\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f23d7c6 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"f23d7c6\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/social-media-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/social-media-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d2b08ae custom-column elementor-invisible\" data-id=\"d2b08ae\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-8b901b5 elementor-widget elementor-widget-image\" data-id=\"8b901b5\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/email-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" class=\"attachment-large size-large wp-image-2132\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7298d05 elementor-widget elementor-widget-heading\" data-id=\"7298d05\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7dcc9b0 elementor-widget elementor-widget-text-editor\" data-id=\"7dcc9b0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-5ee8a4a elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"5ee8a4a\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/email-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/email-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-de96981 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"de96981\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-898ce81\" data-id=\"898ce81\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjZlMmI4MDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiTGVhZHMgRmlsdHJhdGlvbiBQcm9jZXNzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-8774bcc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"8774bcc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d30dec7\" data-id=\"d30dec7\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImY1OTNhYjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvTGVhZC1Db2xsZWN0aW9uLndlYnAiLCJpZCI6MjQ2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIENvbGxlY3Rpb24iLCJ0ZXh0IjoiVGhlIGxlYWQgY29sbGVjdGlvbiBzdGVwIGludm9sdmVzIGdhdGhlcmluZyBwb3RlbnRpYWwgbGVhZHMgZnJvbSB2YXJpb3VzIHNvdXJjZXMgbGlrZSBvbmxpbmUgZm9ybXMsIHRyYWRlIHNob3dzLCBhbmQgc29jaWFsIG1lZGlhLiBFc3NlbnRpYWwgZGV0YWlscyBzdWNoIGFzIGNvbnRhY3QgaW5mb3JtYXRpb24sIGNvbXBhbnkgc2l6ZSwgYW5kIGluZHVzdHJ5IGFyZSBjb2xsZWN0ZWQuIFRoaXMgZGF0YSBmb3JtcyB0aGUgYmFzaXMgZm9yIGZ1cnRoZXIgcXVhbGlmaWNhdGlvbiBhbmQgZW5yaWNobWVudC4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvSW5pdGlhbC1RdWFsaWZpY2F0aW9uLndlYnAiLCJpZCI6MjQ2MywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJJbml0aWFsIFF1YWxpZmljYXRpb24iLCJ0ZXh0IjoiSW5pdGlhbCBxdWFsaWZpY2F0aW9uIGFzc2Vzc2VzIHdoZXRoZXIgZWFjaCBsZWFkIG1lZXRzIGtleSBjcml0ZXJpYSByZWxldmFudCB0byB0aGUgY29tcGFueVx1MjAxOXMgdGFyZ2V0IGF1ZGllbmNlLiBUaGlzIGluY2x1ZGVzIGV2YWx1YXRpbmcgaW5kdXN0cnkgcmVsZXZhbmNlLCBjb21wYW55IHNpemUsIGFuZCBnZW9ncmFwaGljIGxvY2F0aW9uLCBhcyB3ZWxsIGFzIGpvYiB0aXRsZS4gTGVhZHMgYXJlIHNjb3JlZCB0byBwcmlvcml0aXplIHRob3NlIHdpdGggYSBoaWdoZXIgcG90ZW50aWFsIGZvciBjb252ZXJzaW9uLiIsIl9pZCI6IjAwMDZiMzUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvcG9pbnQybGlzdGluZy5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1NhbGVzLVJlYWRpbmVzcy53ZWJwIiwiaWQiOjI0NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU2FsZXMgUmVhZGluZXNzIiwidGV4dCI6IlNhbGVzIHJlYWRpbmVzcyBkZXRlcm1pbmVzIGlmIGEgbGVhZCBpcyByZWFkeSB0byBiZSBwYXNzZWQgdG8gdGhlIHNhbGVzIHRlYW0uIENyaXRlcmlhIHN1Y2ggYXMgYnVkZ2V0LCBhdXRob3JpdHksIG5lZWQsIGFuZCB0aW1pbmcgYXJlIHRob3JvdWdobHkgZXZhbHVhdGVkIHRvIGFzc2VzcyByZWFkaW5lc3MuIFF1YWxpZmllZCBsZWFkcyBhcmUgaGFuZGVkIG9mZiB3aXRoIGRldGFpbGVkIGluZm9ybWF0aW9uIGFuZCBhIGZvbGxvdy11cCBzdHJhdGVneSB0byBlZmZlY3RpdmVseSBudXJ0dXJlIHRoZW0gdGhyb3VnaCB0aGUgc2FsZXMgZnVubmVsLiIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt<div class=\"elementor-element elementor-element-75c72dc elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"75c72dc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6IjAyYzM3ZmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-7d5b2c1 e-con-full e-flex e-con e-child\" data-id=\"7d5b2c1\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-a9b9afa e-flex e-con-boxed e-con e-child\" data-id=\"a9b9afa\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-bf6ce2d elementor-widget elementor-widget-html\" data-id=\"bf6ce2d\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>QUEBEC</h2>rn                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-8ee452f e-con-full e-flex e-con e-child\" data-id=\"8ee452f\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-ed85ac2 elementor-widget elementor-widget-html\" data-id=\"ed85ac2\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ONTARIO</h2>rn                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>rn                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-bf4f8fd e-con-full e-flex e-con e-child\" data-id=\"bf4f8fd\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8017cba elementor-widget elementor-widget-html\" data-id=\"8017cba\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ALBERTA</h2>rn                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-41f598a e-con-full e-flex e-con e-child\" data-id=\"41f598a\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6592e0d e-flex e-con-boxed e-con e-child\" data-id=\"6592e0d\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-cfbd45d elementor-widget elementor-widget-html\" data-id=\"cfbd45d\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>BRITISH COLUMBIA</h2>rn                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-7beb73a e-con-full e-flex e-con e-child\" data-id=\"7beb73a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-95717e4 elementor-widget elementor-widget-html\" data-id=\"95717e4\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                   <h2>NOVA SCOTIA</h2>rn                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-b93366a e-con-full e-flex e-con e-child\" data-id=\"b93366a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-6fcf948 elementor-widget elementor-widget-html\" data-id=\"6fcf948\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                 <h2>SASKATCHEWAN</h2>rn                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-36eaff1 elementor-hidden-desktop elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"36eaff1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImM0NmM4MzgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-c521f26 e-con-full e-flex e-con e-child\" data-id=\"c521f26\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-8b20e11 e-flex e-con-boxed e-con e-child\" data-id=\"8b20e11\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-baa399e elementor-widget elementor-widget-html\" data-id=\"baa399e\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>QUEBEC</h2>rn                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1ec6aa5 e-con-full e-flex e-con e-child\" data-id=\"1ec6aa5\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-6759f38 elementor-widget elementor-widget-html\" data-id=\"6759f38\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ONTARIO</h2>rn                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>rn                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0d40310 e-con-full e-flex e-con e-child\" data-id=\"0d40310\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-355bd2e e-con-full e-flex e-con e-child\" data-id=\"355bd2e\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2240c6f elementor-widget elementor-widget-html\" data-id=\"2240c6f\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ALBERTA</h2>rn                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-397ec63 e-con-full e-flex e-con e-child\" data-id=\"397ec63\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71be7ac elementor-widget elementor-widget-html\" data-id=\"71be7ac\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>BRITISH COLUMBIA</h2>rn                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2b77e02 e-con-full e-flex e-con e-child\" data-id=\"2b77e02\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-29c538c e-con-full e-flex e-con e-child\" data-id=\"29c538c\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-5007701 elementor-widget elementor-widget-html\" data-id=\"5007701\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                   <h2>NOVA SCOTIA</h2>rn                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-a5e22db e-con-full e-flex e-con e-child\" data-id=\"a5e22db\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2356b9a elementor-widget elementor-widget-html\" data-id=\"2356b9a\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                 <h2>SASKATCHEWAN</h2>rn                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-775825f2 e-flex e-con-boxed e-con e-parent\" data-id=\"775825f2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImFlYmE0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFBhcnRuZXJzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<div class=\"elementor-element elementor-element-c62a95a elementor-widget elementor-widget-image-carousel\" data-id=\"c62a95a\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;speed&quot;:1000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;}\" data-widget_type=\"image-carousel.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>tt<div class=\"elementor-image-carousel-wrapper swiper\" dir=\"ltr\">nttt<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">ntttttttt<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1-150x150.webp\" alt=\"Homelife (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1-150x150.webp\" alt=\"Expo-reality (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/CIR-1-150x150.webp\" alt=\"CIR (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/2reality-1-150x150.webp\" alt=\"2reality (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1-150x150.webp\" alt=\"sothebys (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1-150x150.webp\" alt=\"Royal-lpage (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Remax-1-150x150.webp\" alt=\"Remax (1)\" /></figure></div>ttt</div>ntttttttnttttttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0cb6dd0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0cb6dd0\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-275c52b\" data-id=\"275c52b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3a133f6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"3a133f6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b7ac744\" data-id=\"b7ac744\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6bb05fc elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6bb05fc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjAzODk0N2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiUmVhZCBmcm9tIG91ciBibG9nIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTgiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"][elementor-element data=\"eyJpZCI6ImQyNmE4ZjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwb3N0c19saW1pdCI6Mywic2hvd19hdXRob3IiOiIiLCJib3hfcGFkZGluZ190b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYm94X3BhZGRpbmdfYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJveF9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJpbWFnZV9tYXJnaW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInRpdGxlX3R5cG9fdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9fZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInRpdGxlX3R5cG9fZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzk5OTk5OTk5OTk5OTk5OTExMTgyMTU4MDI5OTg3NDc2NzY2MTA5NDY2NTUyNzM0Mzc1LCJzaXplcyI6W119LCJ0aXRsZV9tYXJnaW5fdG9wIjp7InVuaXQiOiJweCIsInNpemUiOjksInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb190eXBvZ3JhcGh5IjoiY3VzdG9tIiwiY29udGVudF90eXBvX2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsImNvbnRlbnRfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb19mb250X3dlaWdodCI6IjQwMCIsImNvbnRlbnRfdHlwb19saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMwMDAwMDAwMDAwMDAwMDA0NDQwODkyMDk4NTAwNjI2MTYxNjk0NTI2NjcyMzYzMjgxMjUsInNpemVzIjpbXX0sInBvc3RtZXRhX3R5cG9fdHlwb2dyYXBoeSI6ImN1c3RvbSIsInBvc3RtZXRhX3R5cG9fZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwicG9zdG1ldGFfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInBvc3RtZXRhX3R5cG9fZm9udF93ZWlnaHQiOiI0MDAiLCJwb3N0bWV0YV9tYXJnaW5fdG9wIjp7InVuaXQiOiJweCIsInNpemUiOjUsInNpemVzIjpbXX0sInBvc3RtZXRhX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6Niwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYm94X2JnX2NvbG9yIjoiIiwidGl0bGVfdHlwb190eXBvZ3JhcGh5IjoiIiwiY29udGVudF90eXBvX3R5cG9ncmFwaHkiOiIiLCJjb250ZW50X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsInBvc3RtZXRhX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsInBvc3RtZXRhX3R5cG9fdHlwb2dyYXBoeSI6IiIsInRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYm94X2JnX2NvbG9yIjoiI0ZGRkZGRiIsInBvc3RzX3JvdyI6ImNvbC1sZy00IGNvbC1tZC02Iiwic2hvd19kYXRlIjoiIiwic2hvd19jYXQiOiIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9ibG9nX3Bvc3RzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-6515136 elementor-widget elementor-widget-spacer\" data-id=\"6515136\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-008b9b8 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"008b9b8\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\">nttttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">nt<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7ntc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4ntc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"/>n</svg>tt</div>nttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0405f1d\" data-id=\"0405f1d\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImUxY2FmN2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-2517978 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"2517978\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a consultation</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(14049,3356,'_wp_page_template','template/template-homepage.php'),(14050,3356,'_elementor_edit_mode','builder'),(14051,3356,'_elementor_template_type','wp-page'),(14052,3356,'_elementor_version','3.23.4'),(14053,3356,'_elementor_data','[{\"id\":\"0a581ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"shape_divider_bottom_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_background_position\":\"center center\",\"background_overlay_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_slideshow_background_size\":\"cover\",\"html_tag\":\"div\",\"background_slideshow_lazyload\":\"yes\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":167,\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"grad\"},\"background_gradient_angle_mobile\":{\"unit\":\"grad\"}},\"elements\":[{\"id\":\"63463f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9ec40fe\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"hz_section_title\":\"Real Estate Leads & Digital Marketing Solutions\",\"hz_section_subtitle\":\"Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services in Canada.\",\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"section_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"section_subtitle_typography_font_weight\":\"400\",\"section_subtitle_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"houzez_section_title_align\":\"left\",\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"__globals__\":{\"section_title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"23687fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"content_width\":\"full\",\"background_color\":\"#CE8516\",\"button_background_hover_color\":\"#8D5B10\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"542b1a5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"1a7ee94\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#CE851640\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"0995a6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47633ef\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFF\",\"labelSublabelColor\":\"#221603\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFF\\\",\\\"labelSublabelColor\\\":\\\"#221603\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b1a1bff\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"shape_divider_bottom_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":190,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_color_b\":\"#CE8516\"},\"elements\":[{\"id\":\"1df4edd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3d062b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fdd4601\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"structure\":\"20\",\"content_position\":\"bottom\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"aee61e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d8bf9b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6719231\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Experience the Power of Targeted Real Estate Marketing for Generating Leads in Canada.\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"houzez_section_title_align\":\"left\",\"hz_section_subtitle\":\"Unlock the potential of your real estate business with our comprehensive, full-service marketing expertise. We specialize in crafting customized strategies that establish and elevate your presence in the competitive Canadian market.\\n<br><br>Our team of seasoned professionals excels in every facet of real estate marketing, including advanced search engine optimization (SEO), strategic social media campaigns, compelling content creation, precision-targeted email marketing, and high-impact paid advertising. We focus on driving results that matter\\u2014boosting your visibility, attracting qualified leads, and ultimately closing more deals.\",\"houzez_section_title_align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"b830c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"none\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"2d3687c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/buy-property.webp\",\"id\":3084,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"houzez-item-image-6\",\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3548136\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c1e4942\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-2.jpg\",\"id\":2300,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/rm218batch7-aum-03-1024x682.jpg\",\"id\":2521,\"size\":\"large\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"_title\":\"service\"},\"elements\":[{\"id\":\"5ead936\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"css_classes\":\".custom-column\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"e2d5d2f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_color\":\"#00000000\"},\"elements\":[{\"id\":\"34bf931\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9b957a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4399c3d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"19ef558\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"We are committed to delivering top-notch solutions that cater to your unique needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_subtitle_typography_font_weight\":\"400\",\"houzez_section_subtitle_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dac5f50\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7513f96\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8ee5f44\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc13644\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38733ed\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54b3356\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c13e315\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"dfb4aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d1c466\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89e4c0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8ee78b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af0d8bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"dd88f91\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ef3a493\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378fd00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"783e2d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dcb7dd2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2636430\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"6321573\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d4b605\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd92ad8\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f63e13\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"40f49b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"1b8264c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dbb2950\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af0d1cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0522b0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"77952bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"e568112\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc15e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"498f872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d08337b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9671a01\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8ce50d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"6e085ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"92666ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5022b55\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f23d7c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d2b08ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8b901b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7298d05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dcc9b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee8a4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de96981\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"898ce81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e2b807\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Leads Filtration Process\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"8774bcc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d30dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f593ab4\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Collection.webp\",\"id\":2464,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Lead Collection\",\"text\":\"The lead collection step involves gathering potential leads from various sources like online forms, trade shows, and social media. Essential details such as contact information, company size, and industry are collected. This data forms the basis for further qualification and enrichment.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Initial-Qualification.webp\",\"id\":2463,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Initial Qualification\",\"text\":\"Initial qualification assesses whether each lead meets key criteria relevant to the company\\u2019s target audience. This includes evaluating industry relevance, company size, and geographic location, as well as job title. Leads are scored to prioritize those with a higher potential for conversion.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Enrichment.webp\",\"id\":2465,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Lead Enrichment\",\"text\":\"Lead enrichment enhances data by adding details such as company revenue or recent activities. This provides a comprehensive view of each lead, allowing for better segmentation and targeted engagement. Enriched leads are categorized based on their fit with the ideal customer profile.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Sales-Readiness.webp\",\"id\":2466,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Sales Readiness\",\"text\":\"Sales readiness determines if a lead is ready to be passed to the sales team. Criteria such as budget, authority, need, and timing are thoroughly evaluated to assess readiness. Qualified leads are handed off with detailed information and a follow-up strategy to effectively nurture them through the sales funnel.\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75c72dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":9},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"02c37fa\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\",\"_flex_align_self\":\"center\",\"_title\":\"Section Title\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"7d5b2c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\"},\"elements\":[{\"id\":\"a9b9afa\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"bf6ce2d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"8ee452f\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"ed85ac2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"bf4f8fd\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"8017cba\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"41f598a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6592e0d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"cfbd45d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"7beb73a\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"95717e4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"b93366a\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"6fcf948\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36eaff1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":9},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c46c838\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\",\"_flex_align_self\":\"center\",\"_title\":\"Section Title\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"c521f26\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\"},\"elements\":[{\"id\":\"8b20e11\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"baa399e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"1ec6aa5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"6759f38\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d40310\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"355bd2e\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"2240c6f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"397ec63\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"71be7ac\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b77e02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29c538c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"5007701\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"a5e22db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"2356b9a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"775825f2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"080\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aeba4b3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Partners\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"c62a95a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"carousel\":[{\"id\":3291,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Homelife-1.webp\"},{\"id\":3290,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Expo-reality-1.webp\"},{\"id\":3289,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/CIR-1.webp\"},{\"id\":3288,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/2reality-1.webp\"},{\"id\":3287,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/sothebys-1.webp\"},{\"id\":3286,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Royal-lpage-1.webp\"},{\"id\":3285,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Remax-1.webp\"}],\"slides_to_show\":\"4\",\"navigation\":\"none\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"speed\":1000},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false},{\"id\":\"0cb6dd0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"275c52b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a133f6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b7ac744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6bb05fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"21\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"038947b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Read from our blog\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d26a8f7\",\"elType\":\"widget\",\"settings\":{\"posts_limit\":3,\"show_author\":\"\",\"box_padding_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_margin\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Darker Grotesque\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"content_typo_typography\":\"custom\",\"content_typo_font_family\":\"Darker Grotesque\",\"content_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typo_font_weight\":\"400\",\"content_typo_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"postmeta_typo_typography\":\"custom\",\"postmeta_typo_font_family\":\"Darker Grotesque\",\"postmeta_typo_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"postmeta_typo_font_weight\":\"400\",\"postmeta_margin_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"postmeta_margin_bottom\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"box_bg_color\":\"\",\"title_typo_typography\":\"\",\"content_typo_typography\":\"\",\"content_color\":\"globals\\/colors?id=secondary\",\"postmeta_color\":\"globals\\/colors?id=secondary\",\"postmeta_typo_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeIn\",\"box_bg_color\":\"#FFFFFF\",\"posts_row\":\"col-lg-4 col-md-6\",\"show_date\":\"\",\"show_cat\":\"\"},\"elements\":[],\"widgetType\":\"houzez_elementor_blog_posts\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6515136\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"008b9b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"0405f1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1caf7c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"2517978\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(14054,3356,'_elementor_controls_usage','a:12:{s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:8;s:19:\"hz_section_subtitle\";i:6;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:22:{s:26:\"houzez_section_title_align\";i:5;s:35:\"section_title_typography_typography\";i:8;s:36:\"section_title_typography_font_family\";i:8;s:34:\"section_title_typography_font_size\";i:8;s:36:\"section_title_typography_font_weight\";i:8;s:36:\"section_title_typography_line_height\";i:8;s:39:\"section_title_typography_letter_spacing\";i:8;s:38:\"section_subtitle_typography_typography\";i:8;s:37:\"section_subtitle_typography_font_size\";i:8;s:26:\"houzez_section_title_color\";i:8;s:29:\"houzez_section_subtitle_color\";i:8;s:24:\"homey_main_title_spacing\";i:8;s:39:\"section_subtitle_typography_font_family\";i:8;s:42:\"section_subtitle_typography_letter_spacing\";i:8;s:22:\"homey_subtitle_spacing\";i:8;s:34:\"houzez_section_title_margin_bottom\";i:8;s:39:\"section_subtitle_typography_font_weight\";i:2;s:41:\"section_title_typography_font_size_tablet\";i:1;s:41:\"section_title_typography_font_size_mobile\";i:1;s:44:\"section_subtitle_typography_font_size_mobile\";i:1;s:46:\"section_subtitle_typography_line_height_mobile\";i:1;s:33:\"houzez_section_title_align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:1;}s:17:\"_section_position\";a:1:{s:21:\"_element_custom_width\";i:1;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:25:\"typography_letter_spacing\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:12:\"border_width\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:19:\"text_padding_mobile\";i:2;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:36;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:10;s:28:\"space_between_widgets_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:2;s:27:\"background_hover_background\";i:3;s:27:\"background_hover_transition\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"height\";i:2;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:11;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:5;s:6:\"layout\";i:6;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:10;s:28:\"background_slideshow_gallery\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:45:\"background_slideshow_ken_burns_zoom_direction\";i:1;s:16:\"background_color\";i:6;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:10:{s:20:\"shape_divider_bottom\";i:2;s:27:\"shape_divider_bottom_height\";i:3;s:29:\"shape_divider_bottom_negative\";i:2;s:26:\"shape_divider_bottom_width\";i:2;s:34:\"shape_divider_bottom_above_content\";i:2;s:26:\"shape_divider_bottom_color\";i:1;s:25:\"shape_divider_bottom_flip\";i:1;s:22:\"shape_divider_top_flip\";i:2;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:5;s:7:\"padding\";i:3;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:15:\"animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;s:4:\"link\";i:4;s:8:\"position\";i:4;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:9:\"icon_size\";i:10;s:10:\"icon_space\";i:4;s:13:\"primary_color\";i:4;}s:21:\"section_style_content\";a:10:{s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;s:18:\"title_bottom_space\";i:10;s:27:\"title_typography_typography\";i:10;s:28:\"title_typography_font_family\";i:10;s:26:\"title_typography_font_size\";i:10;s:28:\"title_typography_font_weight\";i:10;s:28:\"title_typography_line_height\";i:10;s:11:\"title_color\";i:4;s:31:\"title_typography_text_transform\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:3;s:12:\"align_tablet\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:5:\"color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:8;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:3;s:27:\"image_box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:25:\"typography_letter_spacing\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;}}}}s:29:\"houzez_elementor_testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:17:\"testimonials_type\";i:1;}}}}}'),(14055,3356,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(14056,3356,'_elementor_css','a:6:{s:4:\"time\";i:1725454141;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:1;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14057,3356,'_elementor_element_cache','{\"timeout\":1725540541,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-0a581ed e-flex e-con-boxed e-con e-parent\" data-id=\"0a581ed\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-63463f3 e-con-full e-flex e-con e-child\" data-id=\"63463f3\" data-element_type=\"container\">ntt[elementor-element data=\"eyJpZCI6IjllYzQwZmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkcyAmIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJFbXBvd2VyaW5nIFJlYWx0b3JzIHdpdGggQ3V0dGluZy1FZGdlIFJlYWwgRXN0YXRlIExlYWQgR2VuZXJhdGlvbiBhbmQgRGlnaXRhbCBNYXJrZXRpbmcgU2VydmljZXMgaW4gQ2FuYWRhLiIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjUwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozNSwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2FuaW1hdGlvbl9kZWxheSI6NDAwLCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-23687fb elementor-invisible elementor-widget elementor-widget-button\" data-id=\"23687fb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-542b1a5 elementor-widget elementor-widget-html\" data-id=\"542b1a5\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<div id=\"loading-message\" style=\"height: 100px; width: 100%;\"></div>rn<div id=\"form-container\" style=\"display: none;\">rn    [wpforms id=\"your-form-id\"]rn</div>rntt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1a7ee94 e-flex e-con-boxed e-con e-child\" data-id=\"1a7ee94\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-0995a6a elementor-widget elementor-widget-heading\" data-id=\"0995a6a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h2>tt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjQ3NjMzZWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU3VibGFiZWxDb2xvciI6IiMyMjE2MDMiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjMjIxNjAzXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cGZvcm1zIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b1a1bff elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b1a1bff\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1df4edd\" data-id=\"1df4edd\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-f3d062b elementor-widget elementor-widget-spacer\" data-id=\"f3d062b\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>tt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fdd4601 elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"fdd4601\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-aee61e9\" data-id=\"aee61e9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-d8bf9b9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d8bf9b9\" data-element_type=\"widget\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>tt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjY3MTkyMzEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiRXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgVGFyZ2V0ZWQgUmVhbCBFc3RhdGUgTWFya2V0aW5nIGZvciBHZW5lcmF0aW5nIExlYWRzIGluIENhbmFkYS4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJVbmxvY2sgdGhlIHBvdGVudGlhbCBvZiB5b3VyIHJlYWwgZXN0YXRlIGJ1c2luZXNzIHdpdGggb3VyIGNvbXByZWhlbnNpdmUsIGZ1bGwtc2VydmljZSBtYXJrZXRpbmcgZXhwZXJ0aXNlLiBXZSBzcGVjaWFsaXplIGluIGNyYWZ0aW5nIGN1c3RvbWl6ZWQgc3RyYXRlZ2llcyB0aGF0IGVzdGFibGlzaCBhbmQgZWxldmF0ZSB5b3VyIHByZXNlbmNlIGluIHRoZSBjb21wZXRpdGl2ZSBDYW5hZGlhbiBtYXJrZXQuXG48YnI+PGJyPk91ciB0ZWFtIG9mIHNlYXNvbmVkIHByb2Zlc3Npb25hbHMgZXhjZWxzIGluIGV2ZXJ5IGZhY2V0IG9mIHJlYWwgZXN0YXRlIG1hcmtldGluZywgaW5jbHVkaW5nIGFkdmFuY2VkIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uIChTRU8pLCBzdHJhdGVnaWMgc29jaWFsIG1lZGlhIGNhbXBhaWducywgY29tcGVsbGluZyBjb250ZW50IGNyZWF0aW9uLCBwcmVjaXNpb24tdGFyZ2V0ZWQgZW1haWwgbWFya2V0aW5nLCBhbmQgaGlnaC1pbXBhY3QgcGFpZCBhZHZlcnRpc2luZy4gV2UgZm9jdXMgb24gZHJpdmluZyByZXN1bHRzIHRoYXQgbWF0dGVyXHUyMDE0Ym9vc3RpbmcgeW91ciB2aXNpYmlsaXR5LCBhdHRyYWN0aW5nIHF1YWxpZmllZCBsZWFkcywgYW5kIHVsdGltYXRlbHkgY2xvc2luZyBtb3JlIGRlYWxzLiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduX3RhYmxldCI6ImNlbnRlciIsIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMDQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b830c7f\" data-id=\"b830c7f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2d3687c elementor-widget elementor-widget-image\" data-id=\"2d3687c\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>tttttttttt<img width=\"584\" height=\"438\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp\" class=\"attachment-houzez-item-image-6 size-houzez-item-image-6 wp-image-3084\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-120x90.webp 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-3548136 elementor-widget elementor-widget-spacer\" data-id=\"3548136\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c1e4942 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c1e4942\" data-element_type=\"section\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5ead936 .custom-column\" data-id=\"5ead936\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e2d5d2f elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"e2d5d2f\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-34bf931\" data-id=\"34bf931\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-9b957a9 elementor-widget elementor-widget-spacer\" data-id=\"9b957a9\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-4399c3d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4399c3d\" data-element_type=\"widget\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjE5ZWY1NTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+U2VydmljZXM8XC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAwMDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dac5f50 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"dac5f50\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7513f96 custom-column elementor-invisible\" data-id=\"7513f96\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-8ee5f44 elementor-widget elementor-widget-image\" data-id=\"8ee5f44\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/lead-generation/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" class=\"attachment-large size-large wp-image-1764\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dc13644 elementor-widget elementor-widget-heading\" data-id=\"dc13644\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-38733ed elementor-widget elementor-widget-text-editor\" data-id=\"38733ed\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>tttt<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-54b3356 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"54b3356\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttt<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">tt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/lead-generation/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/lead-generation/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c13e315 custom-column elementor-invisible\" data-id=\"c13e315\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-dfb4aa9 elementor-widget elementor-widget-image\" data-id=\"dfb4aa9\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/digital-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3179\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-2d1c466 elementor-widget elementor-widget-heading\" data-id=\"2d1c466\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-89e4c0f elementor-widget elementor-widget-text-editor\" data-id=\"89e4c0f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.u00a0</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f8ee78b elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"f8ee78b\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/digital-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/digital-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-af0d8bb custom-column elementor-invisible\" data-id=\"af0d8bb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-dd88f91 elementor-widget elementor-widget-image\" data-id=\"dd88f91\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/web-development/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3172\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-ef3a493 elementor-widget elementor-widget-heading\" data-id=\"ef3a493\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-378fd00 elementor-widget elementor-widget-text-editor\" data-id=\"378fd00\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-783e2d4 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"783e2d4\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/web-development/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/web-development/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dcb7dd2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"dcb7dd2\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2636430 custom-column elementor-invisible\" data-id=\"2636430\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6321573 elementor-widget elementor-widget-image\" data-id=\"6321573\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/content-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" class=\"attachment-large size-large wp-image-3166\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-6d4b605 elementor-widget elementor-widget-heading\" data-id=\"6d4b605\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-cd92ad8 elementor-widget elementor-widget-text-editor\" data-id=\"cd92ad8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3f63e13 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"3f63e13\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/content-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/content-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-40f49b6 custom-column elementor-invisible\" data-id=\"40f49b6\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1b8264c elementor-widget elementor-widget-image\" data-id=\"1b8264c\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/seo/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3133\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dbb2950 elementor-widget elementor-widget-heading\" data-id=\"dbb2950\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-af0d1cd elementor-widget elementor-widget-text-editor\" data-id=\"af0d1cd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Optimize your websiteu2019s structure and learn how to improve your websiteu2019s ranking on search engine results pages.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-0522b0e elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"0522b0e\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/seo/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/seo/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-77952bb custom-column elementor-invisible\" data-id=\"77952bb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-e568112 elementor-widget elementor-widget-image\" data-id=\"e568112\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/ppc/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" class=\"attachment-large size-large wp-image-1765\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dc15e49 elementor-widget elementor-widget-heading\" data-id=\"dc15e49\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-498f872 elementor-widget elementor-widget-text-editor\" data-id=\"498f872\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-d08337b elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"d08337b\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/ppc/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/ppc/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9671a01 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9671a01\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8ce50d9 custom-column elementor-invisible\" data-id=\"8ce50d9\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6e085ce elementor-widget elementor-widget-image\" data-id=\"6e085ce\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/social-media-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3161\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-92666ae elementor-widget elementor-widget-heading\" data-id=\"92666ae\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-5022b55 elementor-widget elementor-widget-text-editor\" data-id=\"5022b55\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f23d7c6 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"f23d7c6\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/social-media-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/social-media-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d2b08ae custom-column elementor-invisible\" data-id=\"d2b08ae\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-8b901b5 elementor-widget elementor-widget-image\" data-id=\"8b901b5\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/email-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" class=\"attachment-large size-large wp-image-2132\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7298d05 elementor-widget elementor-widget-heading\" data-id=\"7298d05\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7dcc9b0 elementor-widget elementor-widget-text-editor\" data-id=\"7dcc9b0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-5ee8a4a elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"5ee8a4a\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/email-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/email-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-de96981 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"de96981\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-898ce81\" data-id=\"898ce81\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjZlMmI4MDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiTGVhZHMgRmlsdHJhdGlvbiBQcm9jZXNzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-8774bcc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"8774bcc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d30dec7\" data-id=\"d30dec7\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImY1OTNhYjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvTGVhZC1Db2xsZWN0aW9uLndlYnAiLCJpZCI6MjQ2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIENvbGxlY3Rpb24iLCJ0ZXh0IjoiVGhlIGxlYWQgY29sbGVjdGlvbiBzdGVwIGludm9sdmVzIGdhdGhlcmluZyBwb3RlbnRpYWwgbGVhZHMgZnJvbSB2YXJpb3VzIHNvdXJjZXMgbGlrZSBvbmxpbmUgZm9ybXMsIHRyYWRlIHNob3dzLCBhbmQgc29jaWFsIG1lZGlhLiBFc3NlbnRpYWwgZGV0YWlscyBzdWNoIGFzIGNvbnRhY3QgaW5mb3JtYXRpb24sIGNvbXBhbnkgc2l6ZSwgYW5kIGluZHVzdHJ5IGFyZSBjb2xsZWN0ZWQuIFRoaXMgZGF0YSBmb3JtcyB0aGUgYmFzaXMgZm9yIGZ1cnRoZXIgcXVhbGlmaWNhdGlvbiBhbmQgZW5yaWNobWVudC4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvSW5pdGlhbC1RdWFsaWZpY2F0aW9uLndlYnAiLCJpZCI6MjQ2MywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJJbml0aWFsIFF1YWxpZmljYXRpb24iLCJ0ZXh0IjoiSW5pdGlhbCBxdWFsaWZpY2F0aW9uIGFzc2Vzc2VzIHdoZXRoZXIgZWFjaCBsZWFkIG1lZXRzIGtleSBjcml0ZXJpYSByZWxldmFudCB0byB0aGUgY29tcGFueVx1MjAxOXMgdGFyZ2V0IGF1ZGllbmNlLiBUaGlzIGluY2x1ZGVzIGV2YWx1YXRpbmcgaW5kdXN0cnkgcmVsZXZhbmNlLCBjb21wYW55IHNpemUsIGFuZCBnZW9ncmFwaGljIGxvY2F0aW9uLCBhcyB3ZWxsIGFzIGpvYiB0aXRsZS4gTGVhZHMgYXJlIHNjb3JlZCB0byBwcmlvcml0aXplIHRob3NlIHdpdGggYSBoaWdoZXIgcG90ZW50aWFsIGZvciBjb252ZXJzaW9uLiIsIl9pZCI6IjAwMDZiMzUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvcG9pbnQybGlzdGluZy5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1NhbGVzLVJlYWRpbmVzcy53ZWJwIiwiaWQiOjI0NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU2FsZXMgUmVhZGluZXNzIiwidGV4dCI6IlNhbGVzIHJlYWRpbmVzcyBkZXRlcm1pbmVzIGlmIGEgbGVhZCBpcyByZWFkeSB0byBiZSBwYXNzZWQgdG8gdGhlIHNhbGVzIHRlYW0uIENyaXRlcmlhIHN1Y2ggYXMgYnVkZ2V0LCBhdXRob3JpdHksIG5lZWQsIGFuZCB0aW1pbmcgYXJlIHRob3JvdWdobHkgZXZhbHVhdGVkIHRvIGFzc2VzcyByZWFkaW5lc3MuIFF1YWxpZmllZCBsZWFkcyBhcmUgaGFuZGVkIG9mZiB3aXRoIGRldGFpbGVkIGluZm9ybWF0aW9uIGFuZCBhIGZvbGxvdy11cCBzdHJhdGVneSB0byBlZmZlY3RpdmVseSBudXJ0dXJlIHRoZW0gdGhyb3VnaCB0aGUgc2FsZXMgZnVubmVsLiIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt<div class=\"elementor-element elementor-element-75c72dc elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"75c72dc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6IjAyYzM3ZmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-7d5b2c1 e-con-full e-flex e-con e-child\" data-id=\"7d5b2c1\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-a9b9afa e-flex e-con-boxed e-con e-child\" data-id=\"a9b9afa\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-bf6ce2d elementor-widget elementor-widget-html\" data-id=\"bf6ce2d\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>QUEBEC</h2>rn                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-8ee452f e-con-full e-flex e-con e-child\" data-id=\"8ee452f\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-ed85ac2 elementor-widget elementor-widget-html\" data-id=\"ed85ac2\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ONTARIO</h2>rn                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>rn                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-bf4f8fd e-con-full e-flex e-con e-child\" data-id=\"bf4f8fd\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8017cba elementor-widget elementor-widget-html\" data-id=\"8017cba\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ALBERTA</h2>rn                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-41f598a e-con-full e-flex e-con e-child\" data-id=\"41f598a\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6592e0d e-flex e-con-boxed e-con e-child\" data-id=\"6592e0d\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-cfbd45d elementor-widget elementor-widget-html\" data-id=\"cfbd45d\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>BRITISH COLUMBIA</h2>rn                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-7beb73a e-con-full e-flex e-con e-child\" data-id=\"7beb73a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-95717e4 elementor-widget elementor-widget-html\" data-id=\"95717e4\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                   <h2>NOVA SCOTIA</h2>rn                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-b93366a e-con-full e-flex e-con e-child\" data-id=\"b93366a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-6fcf948 elementor-widget elementor-widget-html\" data-id=\"6fcf948\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                 <h2>SASKATCHEWAN</h2>rn                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-36eaff1 elementor-hidden-desktop elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"36eaff1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImM0NmM4MzgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-c521f26 e-con-full e-flex e-con e-child\" data-id=\"c521f26\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-8b20e11 e-flex e-con-boxed e-con e-child\" data-id=\"8b20e11\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-baa399e elementor-widget elementor-widget-html\" data-id=\"baa399e\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>QUEBEC</h2>rn                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1ec6aa5 e-con-full e-flex e-con e-child\" data-id=\"1ec6aa5\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-6759f38 elementor-widget elementor-widget-html\" data-id=\"6759f38\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ONTARIO</h2>rn                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>rn                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0d40310 e-con-full e-flex e-con e-child\" data-id=\"0d40310\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-355bd2e e-con-full e-flex e-con e-child\" data-id=\"355bd2e\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2240c6f elementor-widget elementor-widget-html\" data-id=\"2240c6f\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ALBERTA</h2>rn                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-397ec63 e-con-full e-flex e-con e-child\" data-id=\"397ec63\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71be7ac elementor-widget elementor-widget-html\" data-id=\"71be7ac\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>BRITISH COLUMBIA</h2>rn                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2b77e02 e-con-full e-flex e-con e-child\" data-id=\"2b77e02\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-29c538c e-con-full e-flex e-con e-child\" data-id=\"29c538c\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-5007701 elementor-widget elementor-widget-html\" data-id=\"5007701\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                   <h2>NOVA SCOTIA</h2>rn                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-a5e22db e-con-full e-flex e-con e-child\" data-id=\"a5e22db\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2356b9a elementor-widget elementor-widget-html\" data-id=\"2356b9a\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                 <h2>SASKATCHEWAN</h2>rn                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-775825f2 e-flex e-con-boxed e-con e-parent\" data-id=\"775825f2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImFlYmE0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFBhcnRuZXJzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<div class=\"elementor-element elementor-element-c62a95a elementor-widget elementor-widget-image-carousel\" data-id=\"c62a95a\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;speed&quot;:1000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;}\" data-widget_type=\"image-carousel.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>tt<div class=\"elementor-image-carousel-wrapper swiper\" dir=\"ltr\">nttt<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">ntttttttt<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1-150x150.webp\" alt=\"Homelife (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1-150x150.webp\" alt=\"Expo-reality (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/CIR-1-150x150.webp\" alt=\"CIR (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/2reality-1-150x150.webp\" alt=\"2reality (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1-150x150.webp\" alt=\"sothebys (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1-150x150.webp\" alt=\"Royal-lpage (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Remax-1-150x150.webp\" alt=\"Remax (1)\" /></figure></div>ttt</div>ntttttttnttttttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0cb6dd0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0cb6dd0\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-275c52b\" data-id=\"275c52b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3a133f6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"3a133f6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b7ac744\" data-id=\"b7ac744\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6bb05fc elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6bb05fc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjAzODk0N2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiUmVhZCBmcm9tIG91ciBibG9nIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTgiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"][elementor-element data=\"eyJpZCI6ImQyNmE4ZjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwb3N0c19saW1pdCI6Mywic2hvd19hdXRob3IiOiIiLCJib3hfcGFkZGluZ190b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYm94X3BhZGRpbmdfYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJveF9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJpbWFnZV9tYXJnaW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInRpdGxlX3R5cG9fdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9fZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInRpdGxlX3R5cG9fZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzk5OTk5OTk5OTk5OTk5OTExMTgyMTU4MDI5OTg3NDc2NzY2MTA5NDY2NTUyNzM0Mzc1LCJzaXplcyI6W119LCJ0aXRsZV9tYXJnaW5fdG9wIjp7InVuaXQiOiJweCIsInNpemUiOjksInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb190eXBvZ3JhcGh5IjoiY3VzdG9tIiwiY29udGVudF90eXBvX2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsImNvbnRlbnRfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb19mb250X3dlaWdodCI6IjQwMCIsImNvbnRlbnRfdHlwb19saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMwMDAwMDAwMDAwMDAwMDA0NDQwODkyMDk4NTAwNjI2MTYxNjk0NTI2NjcyMzYzMjgxMjUsInNpemVzIjpbXX0sInBvc3RtZXRhX3R5cG9fdHlwb2dyYXBoeSI6ImN1c3RvbSIsInBvc3RtZXRhX3R5cG9fZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwicG9zdG1ldGFfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInBvc3RtZXRhX3R5cG9fZm9udF93ZWlnaHQiOiI0MDAiLCJwb3N0bWV0YV9tYXJnaW5fdG9wIjp7InVuaXQiOiJweCIsInNpemUiOjUsInNpemVzIjpbXX0sInBvc3RtZXRhX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6Niwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYm94X2JnX2NvbG9yIjoiIiwidGl0bGVfdHlwb190eXBvZ3JhcGh5IjoiIiwiY29udGVudF90eXBvX3R5cG9ncmFwaHkiOiIiLCJjb250ZW50X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsInBvc3RtZXRhX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsInBvc3RtZXRhX3R5cG9fdHlwb2dyYXBoeSI6IiIsInRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYm94X2JnX2NvbG9yIjoiI0ZGRkZGRiIsInBvc3RzX3JvdyI6ImNvbC1sZy00IGNvbC1tZC02Iiwic2hvd19kYXRlIjoiIiwic2hvd19jYXQiOiIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9ibG9nX3Bvc3RzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-6515136 elementor-widget elementor-widget-spacer\" data-id=\"6515136\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-008b9b8 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"008b9b8\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\">nttttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">nt<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7ntc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4ntc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"/>n</svg>tt</div>nttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0405f1d\" data-id=\"0405f1d\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImUxY2FmN2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-2517978 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"2517978\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a consultation</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(14058,3357,'_wp_page_template','template/template-homepage.php'),(14059,3357,'_elementor_edit_mode','builder'),(14060,3357,'_elementor_template_type','wp-page'),(14061,3357,'_elementor_version','3.23.4');
INSERT INTO `wpau_postmeta` VALUES (14062,3357,'_elementor_data','[{\"id\":\"0a581ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"shape_divider_bottom_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_background_position\":\"center center\",\"background_overlay_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_slideshow_background_size\":\"cover\",\"html_tag\":\"div\",\"background_slideshow_lazyload\":\"yes\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":167,\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"grad\"},\"background_gradient_angle_mobile\":{\"unit\":\"grad\"}},\"elements\":[{\"id\":\"63463f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9ec40fe\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"hz_section_title\":\"Real Estate Leads & Digital Marketing Solutions\",\"hz_section_subtitle\":\"Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services in Canada.\",\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"section_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"section_subtitle_typography_font_weight\":\"400\",\"section_subtitle_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"houzez_section_title_align\":\"left\",\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"__globals__\":{\"section_title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"23687fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"content_width\":\"full\",\"background_color\":\"#CE8516\",\"button_background_hover_color\":\"#8D5B10\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"542b1a5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"1a7ee94\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#CE851640\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"0995a6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47633ef\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFF\",\"labelSublabelColor\":\"#221603\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFF\\\",\\\"labelSublabelColor\\\":\\\"#221603\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b1a1bff\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"shape_divider_bottom_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":190,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_color_b\":\"#CE8516\"},\"elements\":[{\"id\":\"1df4edd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3d062b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fdd4601\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"structure\":\"20\",\"content_position\":\"bottom\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"aee61e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d8bf9b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6719231\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Experience the Power of Targeted Real Estate Marketing for Generating Leads in Canada.\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"houzez_section_title_align\":\"left\",\"hz_section_subtitle\":\"Unlock the potential of your real estate business with our comprehensive, full-service marketing expertise. We specialize in crafting customized strategies that establish and elevate your presence in the competitive Canadian market.\\n<br><br>Our team of seasoned professionals excels in every facet of real estate marketing, including advanced search engine optimization (SEO), strategic social media campaigns, compelling content creation, precision-targeted email marketing, and high-impact paid advertising. We focus on driving results that matter\\u2014boosting your visibility, attracting qualified leads, and ultimately closing more deals.\",\"houzez_section_title_align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"b830c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"none\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"2d3687c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/buy-property.webp\",\"id\":3084,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"houzez-item-image-6\",\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3548136\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c1e4942\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-2.jpg\",\"id\":2300,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/rm218batch7-aum-03-1024x682.jpg\",\"id\":2521,\"size\":\"large\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"_title\":\"service\"},\"elements\":[{\"id\":\"5ead936\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"css_classes\":\".custom-column\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"e2d5d2f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_color\":\"#00000000\"},\"elements\":[{\"id\":\"34bf931\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9b957a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4399c3d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"19ef558\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"We are committed to delivering top-notch solutions that cater to your unique needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_subtitle_typography_font_weight\":\"400\",\"houzez_section_subtitle_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dac5f50\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7513f96\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8ee5f44\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc13644\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38733ed\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54b3356\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c13e315\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"dfb4aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d1c466\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89e4c0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8ee78b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af0d8bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"dd88f91\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ef3a493\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378fd00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"783e2d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dcb7dd2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2636430\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"6321573\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d4b605\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd92ad8\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f63e13\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"40f49b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"1b8264c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dbb2950\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af0d1cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0522b0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"77952bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"e568112\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc15e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"498f872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d08337b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9671a01\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8ce50d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"6e085ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"92666ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5022b55\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f23d7c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d2b08ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8b901b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7298d05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dcc9b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee8a4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de96981\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"898ce81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e2b807\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Leads Filtration Process\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"8774bcc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d30dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f593ab4\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Collection.webp\",\"id\":2464,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Lead Collection\",\"text\":\"The lead collection step involves gathering potential leads from various sources like online forms, trade shows, and social media. Essential details such as contact information, company size, and industry are collected. This data forms the basis for further qualification and enrichment.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Initial-Qualification.webp\",\"id\":2463,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Initial Qualification\",\"text\":\"Initial qualification assesses whether each lead meets key criteria relevant to the company\\u2019s target audience. This includes evaluating industry relevance, company size, and geographic location, as well as job title. Leads are scored to prioritize those with a higher potential for conversion.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Enrichment.webp\",\"id\":2465,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Lead Enrichment\",\"text\":\"Lead enrichment enhances data by adding details such as company revenue or recent activities. This provides a comprehensive view of each lead, allowing for better segmentation and targeted engagement. Enriched leads are categorized based on their fit with the ideal customer profile.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Sales-Readiness.webp\",\"id\":2466,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Sales Readiness\",\"text\":\"Sales readiness determines if a lead is ready to be passed to the sales team. Criteria such as budget, authority, need, and timing are thoroughly evaluated to assess readiness. Qualified leads are handed off with detailed information and a follow-up strategy to effectively nurture them through the sales funnel.\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75c72dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":9},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"02c37fa\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\",\"_flex_align_self\":\"center\",\"_title\":\"Section Title\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"7d5b2c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\"},\"elements\":[{\"id\":\"a9b9afa\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"bf6ce2d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"8ee452f\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"ed85ac2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"bf4f8fd\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"8017cba\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"41f598a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6592e0d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"cfbd45d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"7beb73a\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"95717e4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"b93366a\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"6fcf948\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36eaff1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":9},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c46c838\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\",\"_flex_align_self\":\"center\",\"_title\":\"Section Title\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"c521f26\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\"},\"elements\":[{\"id\":\"8b20e11\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"baa399e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"1ec6aa5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"6759f38\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d40310\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"355bd2e\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"2240c6f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"397ec63\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"71be7ac\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b77e02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29c538c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"5007701\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"a5e22db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"2356b9a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"775825f2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"080\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aeba4b3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Partners\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"c62a95a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"carousel\":[{\"id\":3291,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Homelife-1.webp\"},{\"id\":3290,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Expo-reality-1.webp\"},{\"id\":3289,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/CIR-1.webp\"},{\"id\":3288,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/2reality-1.webp\"},{\"id\":3287,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/sothebys-1.webp\"},{\"id\":3286,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Royal-lpage-1.webp\"},{\"id\":3285,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Remax-1.webp\"}],\"slides_to_show\":\"4\",\"navigation\":\"none\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"speed\":1000},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false},{\"id\":\"0cb6dd0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"275c52b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a133f6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b7ac744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6bb05fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"21\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"038947b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Read from our blog\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d26a8f7\",\"elType\":\"widget\",\"settings\":{\"posts_limit\":3,\"show_author\":\"\",\"box_padding_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_margin\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Darker Grotesque\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"content_typo_typography\":\"custom\",\"content_typo_font_family\":\"Darker Grotesque\",\"content_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typo_font_weight\":\"400\",\"content_typo_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"postmeta_typo_typography\":\"custom\",\"postmeta_typo_font_family\":\"Darker Grotesque\",\"postmeta_typo_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"postmeta_typo_font_weight\":\"400\",\"postmeta_margin_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"postmeta_margin_bottom\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"box_bg_color\":\"\",\"title_typo_typography\":\"\",\"content_typo_typography\":\"\",\"content_color\":\"globals\\/colors?id=secondary\",\"postmeta_color\":\"globals\\/colors?id=secondary\",\"postmeta_typo_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeIn\",\"box_bg_color\":\"#FFFFFF\",\"posts_row\":\"col-lg-4 col-md-6\",\"show_date\":\"\",\"show_cat\":\"\"},\"elements\":[],\"widgetType\":\"houzez_elementor_blog_posts\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6515136\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"008b9b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"0405f1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1caf7c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"2517978\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(14063,3357,'_elementor_controls_usage','a:12:{s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:8;s:19:\"hz_section_subtitle\";i:6;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:22:{s:26:\"houzez_section_title_align\";i:5;s:35:\"section_title_typography_typography\";i:8;s:36:\"section_title_typography_font_family\";i:8;s:34:\"section_title_typography_font_size\";i:8;s:36:\"section_title_typography_font_weight\";i:8;s:36:\"section_title_typography_line_height\";i:8;s:39:\"section_title_typography_letter_spacing\";i:8;s:38:\"section_subtitle_typography_typography\";i:8;s:37:\"section_subtitle_typography_font_size\";i:8;s:26:\"houzez_section_title_color\";i:8;s:29:\"houzez_section_subtitle_color\";i:8;s:24:\"homey_main_title_spacing\";i:8;s:39:\"section_subtitle_typography_font_family\";i:8;s:42:\"section_subtitle_typography_letter_spacing\";i:8;s:22:\"homey_subtitle_spacing\";i:8;s:34:\"houzez_section_title_margin_bottom\";i:8;s:39:\"section_subtitle_typography_font_weight\";i:2;s:41:\"section_title_typography_font_size_tablet\";i:1;s:41:\"section_title_typography_font_size_mobile\";i:1;s:44:\"section_subtitle_typography_font_size_mobile\";i:1;s:46:\"section_subtitle_typography_line_height_mobile\";i:1;s:33:\"houzez_section_title_align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:1;}s:17:\"_section_position\";a:1:{s:21:\"_element_custom_width\";i:1;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:25:\"typography_letter_spacing\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:12:\"border_width\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:19:\"text_padding_mobile\";i:2;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:36;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:10;s:28:\"space_between_widgets_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:2;s:27:\"background_hover_background\";i:3;s:27:\"background_hover_transition\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"height\";i:2;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:11;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:5;s:6:\"layout\";i:6;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:10;s:28:\"background_slideshow_gallery\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:45:\"background_slideshow_ken_burns_zoom_direction\";i:1;s:16:\"background_color\";i:6;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:10:{s:20:\"shape_divider_bottom\";i:2;s:27:\"shape_divider_bottom_height\";i:3;s:29:\"shape_divider_bottom_negative\";i:2;s:26:\"shape_divider_bottom_width\";i:2;s:34:\"shape_divider_bottom_above_content\";i:2;s:26:\"shape_divider_bottom_color\";i:1;s:25:\"shape_divider_bottom_flip\";i:1;s:22:\"shape_divider_top_flip\";i:2;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:5;s:7:\"padding\";i:3;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:15:\"animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;s:4:\"link\";i:4;s:8:\"position\";i:4;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:9:\"icon_size\";i:10;s:10:\"icon_space\";i:4;s:13:\"primary_color\";i:4;}s:21:\"section_style_content\";a:10:{s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;s:18:\"title_bottom_space\";i:10;s:27:\"title_typography_typography\";i:10;s:28:\"title_typography_font_family\";i:10;s:26:\"title_typography_font_size\";i:10;s:28:\"title_typography_font_weight\";i:10;s:28:\"title_typography_line_height\";i:10;s:11:\"title_color\";i:4;s:31:\"title_typography_text_transform\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:3;s:12:\"align_tablet\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:5:\"color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:8;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:3;s:27:\"image_box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:25:\"typography_letter_spacing\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;}}}}s:29:\"houzez_elementor_testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:17:\"testimonials_type\";i:1;}}}}}'),(14064,3357,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(14065,3357,'_elementor_css','a:6:{s:4:\"time\";i:1725454141;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:1;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14066,3357,'_elementor_element_cache','{\"timeout\":1725540541,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-0a581ed e-flex e-con-boxed e-con e-parent\" data-id=\"0a581ed\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-63463f3 e-con-full e-flex e-con e-child\" data-id=\"63463f3\" data-element_type=\"container\">ntt[elementor-element data=\"eyJpZCI6IjllYzQwZmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkcyAmIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJFbXBvd2VyaW5nIFJlYWx0b3JzIHdpdGggQ3V0dGluZy1FZGdlIFJlYWwgRXN0YXRlIExlYWQgR2VuZXJhdGlvbiBhbmQgRGlnaXRhbCBNYXJrZXRpbmcgU2VydmljZXMgaW4gQ2FuYWRhLiIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjUwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozNSwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2FuaW1hdGlvbl9kZWxheSI6NDAwLCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-23687fb elementor-invisible elementor-widget elementor-widget-button\" data-id=\"23687fb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-542b1a5 elementor-widget elementor-widget-html\" data-id=\"542b1a5\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<div id=\"loading-message\" style=\"height: 100px; width: 100%;\"></div>rn<div id=\"form-container\" style=\"display: none;\">rn    [wpforms id=\"your-form-id\"]rn</div>rntt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1a7ee94 e-flex e-con-boxed e-con e-child\" data-id=\"1a7ee94\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-0995a6a elementor-widget elementor-widget-heading\" data-id=\"0995a6a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h2>tt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjQ3NjMzZWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU3VibGFiZWxDb2xvciI6IiMyMjE2MDMiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjMjIxNjAzXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cGZvcm1zIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b1a1bff elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b1a1bff\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1df4edd\" data-id=\"1df4edd\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-f3d062b elementor-widget elementor-widget-spacer\" data-id=\"f3d062b\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>tt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fdd4601 elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"fdd4601\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-aee61e9\" data-id=\"aee61e9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-d8bf9b9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d8bf9b9\" data-element_type=\"widget\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>tt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjY3MTkyMzEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiRXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgVGFyZ2V0ZWQgUmVhbCBFc3RhdGUgTWFya2V0aW5nIGZvciBHZW5lcmF0aW5nIExlYWRzIGluIENhbmFkYS4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJVbmxvY2sgdGhlIHBvdGVudGlhbCBvZiB5b3VyIHJlYWwgZXN0YXRlIGJ1c2luZXNzIHdpdGggb3VyIGNvbXByZWhlbnNpdmUsIGZ1bGwtc2VydmljZSBtYXJrZXRpbmcgZXhwZXJ0aXNlLiBXZSBzcGVjaWFsaXplIGluIGNyYWZ0aW5nIGN1c3RvbWl6ZWQgc3RyYXRlZ2llcyB0aGF0IGVzdGFibGlzaCBhbmQgZWxldmF0ZSB5b3VyIHByZXNlbmNlIGluIHRoZSBjb21wZXRpdGl2ZSBDYW5hZGlhbiBtYXJrZXQuXG48YnI+PGJyPk91ciB0ZWFtIG9mIHNlYXNvbmVkIHByb2Zlc3Npb25hbHMgZXhjZWxzIGluIGV2ZXJ5IGZhY2V0IG9mIHJlYWwgZXN0YXRlIG1hcmtldGluZywgaW5jbHVkaW5nIGFkdmFuY2VkIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uIChTRU8pLCBzdHJhdGVnaWMgc29jaWFsIG1lZGlhIGNhbXBhaWducywgY29tcGVsbGluZyBjb250ZW50IGNyZWF0aW9uLCBwcmVjaXNpb24tdGFyZ2V0ZWQgZW1haWwgbWFya2V0aW5nLCBhbmQgaGlnaC1pbXBhY3QgcGFpZCBhZHZlcnRpc2luZy4gV2UgZm9jdXMgb24gZHJpdmluZyByZXN1bHRzIHRoYXQgbWF0dGVyXHUyMDE0Ym9vc3RpbmcgeW91ciB2aXNpYmlsaXR5LCBhdHRyYWN0aW5nIHF1YWxpZmllZCBsZWFkcywgYW5kIHVsdGltYXRlbHkgY2xvc2luZyBtb3JlIGRlYWxzLiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduX3RhYmxldCI6ImNlbnRlciIsIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMDQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b830c7f\" data-id=\"b830c7f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2d3687c elementor-widget elementor-widget-image\" data-id=\"2d3687c\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>tttttttttt<img width=\"584\" height=\"438\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp\" class=\"attachment-houzez-item-image-6 size-houzez-item-image-6 wp-image-3084\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-120x90.webp 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-3548136 elementor-widget elementor-widget-spacer\" data-id=\"3548136\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c1e4942 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c1e4942\" data-element_type=\"section\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5ead936 .custom-column\" data-id=\"5ead936\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e2d5d2f elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"e2d5d2f\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-34bf931\" data-id=\"34bf931\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-9b957a9 elementor-widget elementor-widget-spacer\" data-id=\"9b957a9\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-4399c3d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4399c3d\" data-element_type=\"widget\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjE5ZWY1NTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+U2VydmljZXM8XC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAwMDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dac5f50 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"dac5f50\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7513f96 custom-column elementor-invisible\" data-id=\"7513f96\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-8ee5f44 elementor-widget elementor-widget-image\" data-id=\"8ee5f44\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/lead-generation/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" class=\"attachment-large size-large wp-image-1764\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dc13644 elementor-widget elementor-widget-heading\" data-id=\"dc13644\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-38733ed elementor-widget elementor-widget-text-editor\" data-id=\"38733ed\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>tttt<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-54b3356 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"54b3356\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttt<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">tt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/lead-generation/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/lead-generation/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c13e315 custom-column elementor-invisible\" data-id=\"c13e315\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-dfb4aa9 elementor-widget elementor-widget-image\" data-id=\"dfb4aa9\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/digital-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3179\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-2d1c466 elementor-widget elementor-widget-heading\" data-id=\"2d1c466\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-89e4c0f elementor-widget elementor-widget-text-editor\" data-id=\"89e4c0f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.u00a0</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f8ee78b elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"f8ee78b\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/digital-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/digital-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-af0d8bb custom-column elementor-invisible\" data-id=\"af0d8bb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-dd88f91 elementor-widget elementor-widget-image\" data-id=\"dd88f91\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/web-development/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3172\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-ef3a493 elementor-widget elementor-widget-heading\" data-id=\"ef3a493\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-378fd00 elementor-widget elementor-widget-text-editor\" data-id=\"378fd00\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-783e2d4 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"783e2d4\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/web-development/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/web-development/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dcb7dd2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"dcb7dd2\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2636430 custom-column elementor-invisible\" data-id=\"2636430\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6321573 elementor-widget elementor-widget-image\" data-id=\"6321573\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/content-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" class=\"attachment-large size-large wp-image-3166\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-6d4b605 elementor-widget elementor-widget-heading\" data-id=\"6d4b605\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-cd92ad8 elementor-widget elementor-widget-text-editor\" data-id=\"cd92ad8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3f63e13 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"3f63e13\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/content-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/content-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-40f49b6 custom-column elementor-invisible\" data-id=\"40f49b6\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1b8264c elementor-widget elementor-widget-image\" data-id=\"1b8264c\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/seo/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3133\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dbb2950 elementor-widget elementor-widget-heading\" data-id=\"dbb2950\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-af0d1cd elementor-widget elementor-widget-text-editor\" data-id=\"af0d1cd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Optimize your websiteu2019s structure and learn how to improve your websiteu2019s ranking on search engine results pages.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-0522b0e elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"0522b0e\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/seo/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/seo/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-77952bb custom-column elementor-invisible\" data-id=\"77952bb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-e568112 elementor-widget elementor-widget-image\" data-id=\"e568112\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/ppc/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" class=\"attachment-large size-large wp-image-1765\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dc15e49 elementor-widget elementor-widget-heading\" data-id=\"dc15e49\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-498f872 elementor-widget elementor-widget-text-editor\" data-id=\"498f872\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-d08337b elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"d08337b\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/ppc/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/ppc/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9671a01 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9671a01\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8ce50d9 custom-column elementor-invisible\" data-id=\"8ce50d9\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6e085ce elementor-widget elementor-widget-image\" data-id=\"6e085ce\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/social-media-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3161\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-92666ae elementor-widget elementor-widget-heading\" data-id=\"92666ae\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-5022b55 elementor-widget elementor-widget-text-editor\" data-id=\"5022b55\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f23d7c6 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"f23d7c6\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/social-media-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/social-media-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d2b08ae custom-column elementor-invisible\" data-id=\"d2b08ae\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-8b901b5 elementor-widget elementor-widget-image\" data-id=\"8b901b5\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/email-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" class=\"attachment-large size-large wp-image-2132\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7298d05 elementor-widget elementor-widget-heading\" data-id=\"7298d05\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7dcc9b0 elementor-widget elementor-widget-text-editor\" data-id=\"7dcc9b0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-5ee8a4a elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"5ee8a4a\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/email-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/email-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-de96981 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"de96981\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-898ce81\" data-id=\"898ce81\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjZlMmI4MDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiTGVhZHMgRmlsdHJhdGlvbiBQcm9jZXNzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-8774bcc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"8774bcc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d30dec7\" data-id=\"d30dec7\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImY1OTNhYjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvTGVhZC1Db2xsZWN0aW9uLndlYnAiLCJpZCI6MjQ2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIENvbGxlY3Rpb24iLCJ0ZXh0IjoiVGhlIGxlYWQgY29sbGVjdGlvbiBzdGVwIGludm9sdmVzIGdhdGhlcmluZyBwb3RlbnRpYWwgbGVhZHMgZnJvbSB2YXJpb3VzIHNvdXJjZXMgbGlrZSBvbmxpbmUgZm9ybXMsIHRyYWRlIHNob3dzLCBhbmQgc29jaWFsIG1lZGlhLiBFc3NlbnRpYWwgZGV0YWlscyBzdWNoIGFzIGNvbnRhY3QgaW5mb3JtYXRpb24sIGNvbXBhbnkgc2l6ZSwgYW5kIGluZHVzdHJ5IGFyZSBjb2xsZWN0ZWQuIFRoaXMgZGF0YSBmb3JtcyB0aGUgYmFzaXMgZm9yIGZ1cnRoZXIgcXVhbGlmaWNhdGlvbiBhbmQgZW5yaWNobWVudC4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvSW5pdGlhbC1RdWFsaWZpY2F0aW9uLndlYnAiLCJpZCI6MjQ2MywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJJbml0aWFsIFF1YWxpZmljYXRpb24iLCJ0ZXh0IjoiSW5pdGlhbCBxdWFsaWZpY2F0aW9uIGFzc2Vzc2VzIHdoZXRoZXIgZWFjaCBsZWFkIG1lZXRzIGtleSBjcml0ZXJpYSByZWxldmFudCB0byB0aGUgY29tcGFueVx1MjAxOXMgdGFyZ2V0IGF1ZGllbmNlLiBUaGlzIGluY2x1ZGVzIGV2YWx1YXRpbmcgaW5kdXN0cnkgcmVsZXZhbmNlLCBjb21wYW55IHNpemUsIGFuZCBnZW9ncmFwaGljIGxvY2F0aW9uLCBhcyB3ZWxsIGFzIGpvYiB0aXRsZS4gTGVhZHMgYXJlIHNjb3JlZCB0byBwcmlvcml0aXplIHRob3NlIHdpdGggYSBoaWdoZXIgcG90ZW50aWFsIGZvciBjb252ZXJzaW9uLiIsIl9pZCI6IjAwMDZiMzUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvcG9pbnQybGlzdGluZy5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1NhbGVzLVJlYWRpbmVzcy53ZWJwIiwiaWQiOjI0NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU2FsZXMgUmVhZGluZXNzIiwidGV4dCI6IlNhbGVzIHJlYWRpbmVzcyBkZXRlcm1pbmVzIGlmIGEgbGVhZCBpcyByZWFkeSB0byBiZSBwYXNzZWQgdG8gdGhlIHNhbGVzIHRlYW0uIENyaXRlcmlhIHN1Y2ggYXMgYnVkZ2V0LCBhdXRob3JpdHksIG5lZWQsIGFuZCB0aW1pbmcgYXJlIHRob3JvdWdobHkgZXZhbHVhdGVkIHRvIGFzc2VzcyByZWFkaW5lc3MuIFF1YWxpZmllZCBsZWFkcyBhcmUgaGFuZGVkIG9mZiB3aXRoIGRldGFpbGVkIGluZm9ybWF0aW9uIGFuZCBhIGZvbGxvdy11cCBzdHJhdGVneSB0byBlZmZlY3RpdmVseSBudXJ0dXJlIHRoZW0gdGhyb3VnaCB0aGUgc2FsZXMgZnVubmVsLiIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt<div class=\"elementor-element elementor-element-75c72dc elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"75c72dc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6IjAyYzM3ZmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-7d5b2c1 e-con-full e-flex e-con e-child\" data-id=\"7d5b2c1\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-a9b9afa e-flex e-con-boxed e-con e-child\" data-id=\"a9b9afa\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-bf6ce2d elementor-widget elementor-widget-html\" data-id=\"bf6ce2d\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>QUEBEC</h2>rn                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-8ee452f e-con-full e-flex e-con e-child\" data-id=\"8ee452f\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-ed85ac2 elementor-widget elementor-widget-html\" data-id=\"ed85ac2\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ONTARIO</h2>rn                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>rn                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-bf4f8fd e-con-full e-flex e-con e-child\" data-id=\"bf4f8fd\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8017cba elementor-widget elementor-widget-html\" data-id=\"8017cba\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ALBERTA</h2>rn                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-41f598a e-con-full e-flex e-con e-child\" data-id=\"41f598a\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6592e0d e-flex e-con-boxed e-con e-child\" data-id=\"6592e0d\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-cfbd45d elementor-widget elementor-widget-html\" data-id=\"cfbd45d\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>BRITISH COLUMBIA</h2>rn                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-7beb73a e-con-full e-flex e-con e-child\" data-id=\"7beb73a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-95717e4 elementor-widget elementor-widget-html\" data-id=\"95717e4\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                   <h2>NOVA SCOTIA</h2>rn                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-b93366a e-con-full e-flex e-con e-child\" data-id=\"b93366a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-6fcf948 elementor-widget elementor-widget-html\" data-id=\"6fcf948\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                 <h2>SASKATCHEWAN</h2>rn                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-36eaff1 elementor-hidden-desktop elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"36eaff1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImM0NmM4MzgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-c521f26 e-con-full e-flex e-con e-child\" data-id=\"c521f26\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-8b20e11 e-flex e-con-boxed e-con e-child\" data-id=\"8b20e11\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-baa399e elementor-widget elementor-widget-html\" data-id=\"baa399e\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>QUEBEC</h2>rn                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1ec6aa5 e-con-full e-flex e-con e-child\" data-id=\"1ec6aa5\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-6759f38 elementor-widget elementor-widget-html\" data-id=\"6759f38\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ONTARIO</h2>rn                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>rn                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0d40310 e-con-full e-flex e-con e-child\" data-id=\"0d40310\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-355bd2e e-con-full e-flex e-con e-child\" data-id=\"355bd2e\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2240c6f elementor-widget elementor-widget-html\" data-id=\"2240c6f\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ALBERTA</h2>rn                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-397ec63 e-con-full e-flex e-con e-child\" data-id=\"397ec63\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71be7ac elementor-widget elementor-widget-html\" data-id=\"71be7ac\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>BRITISH COLUMBIA</h2>rn                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2b77e02 e-con-full e-flex e-con e-child\" data-id=\"2b77e02\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-29c538c e-con-full e-flex e-con e-child\" data-id=\"29c538c\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-5007701 elementor-widget elementor-widget-html\" data-id=\"5007701\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                   <h2>NOVA SCOTIA</h2>rn                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-a5e22db e-con-full e-flex e-con e-child\" data-id=\"a5e22db\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2356b9a elementor-widget elementor-widget-html\" data-id=\"2356b9a\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                 <h2>SASKATCHEWAN</h2>rn                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-775825f2 e-flex e-con-boxed e-con e-parent\" data-id=\"775825f2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImFlYmE0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFBhcnRuZXJzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<div class=\"elementor-element elementor-element-c62a95a elementor-widget elementor-widget-image-carousel\" data-id=\"c62a95a\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;speed&quot;:1000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;}\" data-widget_type=\"image-carousel.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>tt<div class=\"elementor-image-carousel-wrapper swiper\" dir=\"ltr\">nttt<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">ntttttttt<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1-150x150.webp\" alt=\"Homelife (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1-150x150.webp\" alt=\"Expo-reality (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/CIR-1-150x150.webp\" alt=\"CIR (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/2reality-1-150x150.webp\" alt=\"2reality (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1-150x150.webp\" alt=\"sothebys (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1-150x150.webp\" alt=\"Royal-lpage (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Remax-1-150x150.webp\" alt=\"Remax (1)\" /></figure></div>ttt</div>ntttttttnttttttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0cb6dd0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0cb6dd0\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-275c52b\" data-id=\"275c52b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3a133f6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"3a133f6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b7ac744\" data-id=\"b7ac744\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6bb05fc elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6bb05fc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjAzODk0N2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiUmVhZCBmcm9tIG91ciBibG9nIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTgiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"][elementor-element data=\"eyJpZCI6ImQyNmE4ZjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwb3N0c19saW1pdCI6Mywic2hvd19hdXRob3IiOiIiLCJib3hfcGFkZGluZ190b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYm94X3BhZGRpbmdfYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJveF9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJpbWFnZV9tYXJnaW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInRpdGxlX3R5cG9fdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9fZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInRpdGxlX3R5cG9fZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzk5OTk5OTk5OTk5OTk5OTExMTgyMTU4MDI5OTg3NDc2NzY2MTA5NDY2NTUyNzM0Mzc1LCJzaXplcyI6W119LCJ0aXRsZV9tYXJnaW5fdG9wIjp7InVuaXQiOiJweCIsInNpemUiOjksInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb190eXBvZ3JhcGh5IjoiY3VzdG9tIiwiY29udGVudF90eXBvX2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsImNvbnRlbnRfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb19mb250X3dlaWdodCI6IjQwMCIsImNvbnRlbnRfdHlwb19saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMwMDAwMDAwMDAwMDAwMDA0NDQwODkyMDk4NTAwNjI2MTYxNjk0NTI2NjcyMzYzMjgxMjUsInNpemVzIjpbXX0sInBvc3RtZXRhX3R5cG9fdHlwb2dyYXBoeSI6ImN1c3RvbSIsInBvc3RtZXRhX3R5cG9fZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwicG9zdG1ldGFfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInBvc3RtZXRhX3R5cG9fZm9udF93ZWlnaHQiOiI0MDAiLCJwb3N0bWV0YV9tYXJnaW5fdG9wIjp7InVuaXQiOiJweCIsInNpemUiOjUsInNpemVzIjpbXX0sInBvc3RtZXRhX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6Niwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYm94X2JnX2NvbG9yIjoiIiwidGl0bGVfdHlwb190eXBvZ3JhcGh5IjoiIiwiY29udGVudF90eXBvX3R5cG9ncmFwaHkiOiIiLCJjb250ZW50X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsInBvc3RtZXRhX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsInBvc3RtZXRhX3R5cG9fdHlwb2dyYXBoeSI6IiIsInRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYm94X2JnX2NvbG9yIjoiI0ZGRkZGRiIsInBvc3RzX3JvdyI6ImNvbC1sZy00IGNvbC1tZC02Iiwic2hvd19kYXRlIjoiIiwic2hvd19jYXQiOiIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9ibG9nX3Bvc3RzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-6515136 elementor-widget elementor-widget-spacer\" data-id=\"6515136\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-008b9b8 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"008b9b8\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\">nttttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">nt<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7ntc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4ntc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"/>n</svg>tt</div>nttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0405f1d\" data-id=\"0405f1d\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImUxY2FmN2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-2517978 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"2517978\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a consultation</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(14067,3358,'_wp_page_template','template/template-homepage.php'),(14068,3358,'_elementor_edit_mode','builder'),(14069,3358,'_elementor_template_type','wp-page'),(14070,3358,'_elementor_version','3.23.4'),(14071,3358,'_elementor_data','[{\"id\":\"0a581ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"gradient\",\"background_overlay_background\":\"classic\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"shape_divider_bottom_color\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_background_position\":\"center center\",\"background_overlay_color\":\"#000000\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_slideshow_background_size\":\"cover\",\"html_tag\":\"div\",\"background_slideshow_lazyload\":\"yes\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":167,\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"grad\"},\"background_gradient_angle_mobile\":{\"unit\":\"grad\"}},\"elements\":[{\"id\":\"63463f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9ec40fe\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"hz_section_title\":\"Real Estate Leads & Digital Marketing Solutions\",\"hz_section_subtitle\":\"Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services in Canada.\",\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"section_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"section_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"section_subtitle_typography_font_weight\":\"400\",\"section_subtitle_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"houzez_section_title_align\":\"left\",\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"__globals__\":{\"section_title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"23687fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"content_width\":\"full\",\"background_color\":\"#CE8516\",\"button_background_hover_color\":\"#8D5B10\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"542b1a5\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"1a7ee94\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":935,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#CE851640\",\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"0995a6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"content_width\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47633ef\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"1879\",\"fieldBackgroundColor\":\"#CE851600\",\"fieldBorderColor\":\"#FFFFFF\",\"fieldTextColor\":\"#FFFFFF\",\"labelColor\":\"#FFFFFF\",\"labelSublabelColor\":\"#221603\",\"buttonBorderRadius\":3,\"buttonBackgroundColor\":\"#CE8516\",\"copyPasteJsonValue\":\"{\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBackgroundColor\\\":\\\"#CE851600\\\",\\\"fieldBorderColor\\\":\\\"#FFFFFF\\\",\\\"fieldTextColor\\\":\\\"#FFFFFF\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"#FFFFFF\\\",\\\"labelSublabelColor\\\":\\\"#221603\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderRadius\\\":3,\\\"buttonBackgroundColor\\\":\\\"#CE8516\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\"}\",\"__globals__\":[],\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b1a1bff\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"shape_divider_bottom_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":190,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_negative\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_color_b\":\"#CE8516\"},\"elements\":[{\"id\":\"1df4edd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3d062b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fdd4601\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"structure\":\"20\",\"content_position\":\"bottom\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"aee61e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d8bf9b9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6719231\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Experience the Power of Targeted Real Estate Marketing for Generating Leads in Canada.\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"houzez_section_title_align\":\"left\",\"hz_section_subtitle\":\"Unlock the potential of your real estate business with our comprehensive, full-service marketing expertise. We specialize in crafting customized strategies that establish and elevate your presence in the competitive Canadian market.\\n<br><br>Our team of seasoned professionals excels in every facet of real estate marketing, including advanced search engine optimization (SEO), strategic social media campaigns, compelling content creation, precision-targeted email marketing, and high-impact paid advertising. We focus on driving results that matter\\u2014boosting your visibility, attracting qualified leads, and ultimately closing more deals.\",\"houzez_section_title_align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"040\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true},{\"id\":\"b830c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"none\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"2d3687c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/buy-property.webp\",\"id\":3084,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"houzez-item-image-6\",\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3548136\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c1e4942\",\"elType\":\"section\",\"settings\":{\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Untitled-2.jpg\",\"id\":2300,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/rm218batch7-aum-03-1024x682.jpg\",\"id\":2521,\"size\":\"large\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"_title\":\"service\"},\"elements\":[{\"id\":\"5ead936\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"css_classes\":\".custom-column\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"e2d5d2f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeIn\",\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_color\":\"#00000000\"},\"elements\":[{\"id\":\"34bf931\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9b957a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4399c3d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"19ef558\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our <span class=\\\"primary-text\\\">Services<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"We are committed to delivering top-notch solutions that cater to your unique needs.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"section_subtitle_typography_font_weight\":\"400\",\"houzez_section_subtitle_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dac5f50\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7513f96\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8ee5f44\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp\",\"id\":1764,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc13644\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Lead Generation\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38733ed\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#221603\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54b3356\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/lead-generation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c13e315\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"dfb4aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\",\"id\":3179,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d1c466\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89e4c0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8ee78b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af0d8bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"dd88f91\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp\",\"id\":3172,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ef3a493\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378fd00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"783e2d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/web-development\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dcb7dd2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2636430\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"6321573\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\",\"id\":3166,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d4b605\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd92ad8\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f63e13\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/content-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"40f49b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"1b8264c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp\",\"id\":3133,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dbb2950\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af0d1cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0522b0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/seo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"77952bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"e568112\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp\",\"id\":1765,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dc15e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"PPC\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"498f872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d08337b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/ppc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9671a01\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"wider\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8ce50d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"6e085ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp\",\"id\":3161,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"92666ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5022b55\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"editor\":\"<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\",\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f23d7c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d2b08ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"css_classes\":\"custom-column\",\"background_color\":\"#FFFFFFB0\"},\"elements\":[{\"id\":\"8b901b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/listings.arxacommunications.com\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp\",\"id\":2132,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":50,\"blur\":50,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7298d05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dcc9b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee8a4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"title_text\":\"Find more\",\"description_text\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Darker Grotesque\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"__globals__\":{\"title_typography_typography\":\"\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_color\":\"\"},\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/email-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_size\":\"div\",\"title_typography_text_transform\":\"uppercase\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de96981\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"898ce81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e2b807\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Leads Filtration Process\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"8774bcc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d30dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f593ab4\",\"elType\":\"widget\",\"settings\":{\"icon_boxes\":[{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Collection.webp\",\"id\":2464,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Lead Collection\",\"text\":\"The lead collection step involves gathering potential leads from various sources like online forms, trade shows, and social media. Essential details such as contact information, company size, and industry are collected. This data forms the basis for further qualification and enrichment.\",\"_id\":\"354ebee\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Initial-Qualification.webp\",\"id\":2463,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Initial Qualification\",\"text\":\"Initial qualification assesses whether each lead meets key criteria relevant to the company\\u2019s target audience. This includes evaluating industry relevance, company size, and geographic location, as well as job title. Leads are scored to prioritize those with a higher potential for conversion.\",\"_id\":\"0006b35\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Lead-Enrichment.webp\",\"id\":2465,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Lead Enrichment\",\"text\":\"Lead enrichment enhances data by adding details such as company revenue or recent activities. This provides a comprehensive view of each lead, allowing for better segmentation and targeted engagement. Enriched leads are categorized based on their fit with the ideal customer profile.\",\"_id\":\"31d26d8\"},{\"icon_type\":\"custom_icon\",\"custom_icon\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Sales-Readiness.webp\",\"id\":2466,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title\":\"Sales Readiness\",\"text\":\"Sales readiness determines if a lead is ready to be passed to the sales team. Criteria such as budget, authority, need, and timing are thoroughly evaluated to assess readiness. Qualified leads are handed off with detailed information and a follow-up strategy to effectively nurture them through the sales funnel.\",\"_id\":\"3d8d3d9\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"title_typography_a_typography\":\"\",\"description_typography_a_typography\":\"\",\"icon_primary_color\":\"\",\"description_color_a\":\"globals\\/colors?id=secondary\",\"background_a_color\":\"\",\"title_color_a\":\"\"},\"_animation\":\"fadeIn\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Muli\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_typography_a_font_weight\":\"700\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Darker Grotesque\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_a_font_weight\":\"400\",\"icon_boxes_columns\":\"four_columns\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FFBA4D\",\"title_color_a\":\"#221603\",\"description_color_a\":\"#221603\"},\"elements\":[],\"widgetType\":\"houzez_elementor_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75c72dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":9},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"02c37fa\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\",\"_flex_align_self\":\"center\",\"_title\":\"Section Title\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"7d5b2c1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\"},\"elements\":[{\"id\":\"a9b9afa\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"bf6ce2d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"8ee452f\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"ed85ac2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"bf4f8fd\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"8017cba\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"41f598a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6592e0d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"cfbd45d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"7beb73a\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"95717e4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"b93366a\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"6fcf948\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36eaff1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":9},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c46c838\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Areas\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\",\"_flex_align_self\":\"center\",\"_title\":\"Section Title\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"c521f26\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\"},\"elements\":[{\"id\":\"8b20e11\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"baa399e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"1ec6aa5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"6759f38\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d40310\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"355bd2e\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"2240c6f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"397ec63\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"71be7ac\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b77e02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_mobile\":\"column\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29c538c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"5007701\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"a5e22db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width\":\"full\",\"flex_justify_content_mobile\":\"center\"},\"elements\":[{\"id\":\"2356b9a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"775825f2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"080\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aeba4b3\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Our Partners\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"globals\\/colors?id=secondary\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"c62a95a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"carousel\":[{\"id\":3291,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Homelife-1.webp\"},{\"id\":3290,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Expo-reality-1.webp\"},{\"id\":3289,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/CIR-1.webp\"},{\"id\":3288,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/2reality-1.webp\"},{\"id\":3287,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/sothebys-1.webp\"},{\"id\":3286,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Royal-lpage-1.webp\"},{\"id\":3285,\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Remax-1.webp\"}],\"slides_to_show\":\"4\",\"navigation\":\"none\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"speed\":1000},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false},{\"id\":\"0cb6dd0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"275c52b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a133f6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b7ac744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6bb05fc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"21\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"038947b\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Read from our blog\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"globals\\/colors?id=primary\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_subtitle_color\":\"#00233D\",\"_animation\":\"fadeIn\",\"houzez_section_title_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"d26a8f7\",\"elType\":\"widget\",\"settings\":{\"posts_limit\":3,\"show_author\":\"\",\"box_padding_top\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_padding_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_margin_bottom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_margin\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typo_typography\":\"custom\",\"title_typo_font_family\":\"Darker Grotesque\",\"title_typo_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typo_font_weight\":\"700\",\"title_typo_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"title_margin_top\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"content_typo_typography\":\"custom\",\"content_typo_font_family\":\"Darker Grotesque\",\"content_typo_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typo_font_weight\":\"400\",\"content_typo_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"postmeta_typo_typography\":\"custom\",\"postmeta_typo_font_family\":\"Darker Grotesque\",\"postmeta_typo_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"postmeta_typo_font_weight\":\"400\",\"postmeta_margin_top\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"postmeta_margin_bottom\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"box_bg_color\":\"\",\"title_typo_typography\":\"\",\"content_typo_typography\":\"\",\"content_color\":\"globals\\/colors?id=secondary\",\"postmeta_color\":\"globals\\/colors?id=secondary\",\"postmeta_typo_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeIn\",\"box_bg_color\":\"#FFFFFF\",\"posts_row\":\"col-lg-4 col-md-6\",\"show_date\":\"\",\"show_cat\":\"\"},\"elements\":[],\"widgetType\":\"houzez_elementor_blog_posts\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6515136\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"008b9b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":819,\"sizes\":[]},\"content_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Contact.webp\",\"id\":3121,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#CE851694\",\"background_overlay_color_b\":\"#221603\",\"background_overlay_position\":\"center center\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"shape_divider_top\":\"waves\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\"},\"elements\":[{\"id\":\"0405f1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1caf7c\",\"elType\":\"widget\",\"settings\":{\"hz_section_title\":\"Would you like to <span class=\\\"primary-text\\\">speak to an expert?<\\/span>\",\"section_subtitle_typography_typography\":\"custom\",\"section_subtitle_typography_font_family\":\"Darker Grotesque\",\"section_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"section_subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"homey_main_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"homey_subtitle_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"houzez_section_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"section_title_typography_typography\":\"\",\"houzez_section_title_color\":\"\",\"houzez_section_subtitle_color\":\"\"},\"section_title_typography_typography\":\"custom\",\"section_title_typography_font_family\":\"Muli\",\"section_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"section_title_typography_font_weight\":\"700\",\"section_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"section_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"houzez_section_title_color\":\"#FFFFFF\",\"houzez_section_subtitle_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"hz_section_subtitle\":\"If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.\"},\"elements\":[],\"widgetType\":\"houzez_elementor_section_title\"},{\"id\":\"2517978\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a consultation\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Darker Grotesque\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/point2listing.ca\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(14072,3358,'_elementor_controls_usage','a:12:{s:30:\"houzez_elementor_section_title\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:16:\"hz_section_title\";i:8;s:19:\"hz_section_subtitle\";i:6;}}s:5:\"style\";a:1:{s:25:\"houzez_section_typography\";a:22:{s:26:\"houzez_section_title_align\";i:5;s:35:\"section_title_typography_typography\";i:8;s:36:\"section_title_typography_font_family\";i:8;s:34:\"section_title_typography_font_size\";i:8;s:36:\"section_title_typography_font_weight\";i:8;s:36:\"section_title_typography_line_height\";i:8;s:39:\"section_title_typography_letter_spacing\";i:8;s:38:\"section_subtitle_typography_typography\";i:8;s:37:\"section_subtitle_typography_font_size\";i:8;s:26:\"houzez_section_title_color\";i:8;s:29:\"houzez_section_subtitle_color\";i:8;s:24:\"homey_main_title_spacing\";i:8;s:39:\"section_subtitle_typography_font_family\";i:8;s:42:\"section_subtitle_typography_letter_spacing\";i:8;s:22:\"homey_subtitle_spacing\";i:8;s:34:\"houzez_section_title_margin_bottom\";i:8;s:39:\"section_subtitle_typography_font_weight\";i:2;s:41:\"section_title_typography_font_size_tablet\";i:1;s:41:\"section_title_typography_font_size_mobile\";i:1;s:44:\"section_subtitle_typography_font_size_mobile\";i:1;s:46:\"section_subtitle_typography_line_height_mobile\";i:1;s:33:\"houzez_section_title_align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:1;}s:17:\"_section_position\";a:1:{s:21:\"_element_custom_width\";i:1;}s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:25:\"typography_letter_spacing\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:12:\"border_width\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:19:\"text_padding_mobile\";i:2;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:36;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:10;s:28:\"space_between_widgets_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:2;s:27:\"background_hover_background\";i:3;s:27:\"background_hover_transition\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:6:\"height\";i:2;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:11;s:20:\"custom_height_mobile\";i:1;s:3:\"gap\";i:5;s:6:\"layout\";i:6;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:10;s:28:\"background_slideshow_gallery\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:45:\"background_slideshow_ken_burns_zoom_direction\";i:1;s:16:\"background_color\";i:6;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:10:{s:20:\"shape_divider_bottom\";i:2;s:27:\"shape_divider_bottom_height\";i:3;s:29:\"shape_divider_bottom_negative\";i:2;s:26:\"shape_divider_bottom_width\";i:2;s:34:\"shape_divider_bottom_above_content\";i:2;s:26:\"shape_divider_bottom_color\";i:1;s:25:\"shape_divider_bottom_flip\";i:1;s:22:\"shape_divider_top_flip\";i:2;s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:5;s:7:\"padding\";i:3;s:7:\"z_index\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:15:\"animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:10;s:12:\"space_tablet\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;s:4:\"link\";i:4;s:8:\"position\";i:4;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:9:\"icon_size\";i:10;s:10:\"icon_space\";i:4;s:13:\"primary_color\";i:4;}s:21:\"section_style_content\";a:10:{s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;s:18:\"title_bottom_space\";i:10;s:27:\"title_typography_typography\";i:10;s:28:\"title_typography_font_family\";i:10;s:26:\"title_typography_font_size\";i:10;s:28:\"title_typography_font_weight\";i:10;s:28:\"title_typography_line_height\";i:10;s:11:\"title_color\";i:4;s:31:\"title_typography_text_transform\";i:3;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:3;s:12:\"align_tablet\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:5:\"color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:39:\"houzez_elementor_properties_carousel_v6\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"filters_section\";a:3:{s:10:\"slide_dots\";i:1;s:10:\"slide_auto\";i:1;s:10:\"navigation\";i:1;}s:15:\"content_section\";a:1:{s:7:\"sort_by\";i:1;}s:17:\"hide_show_section\";a:1:{s:13:\"hide_favorite\";i:1;}}s:5:\"style\";a:4:{s:18:\"typography_section\";a:16:{s:28:\"hz_property_title_typography\";i:1;s:29:\"hz_property_title_font_family\";i:1;s:27:\"hz_property_title_font_size\";i:1;s:29:\"hz_property_title_font_weight\";i:1;s:29:\"hz_property_title_line_height\";i:1;s:32:\"hz_property_title_letter_spacing\";i:1;s:25:\"hz_meta_figure_typography\";i:1;s:26:\"hz_meta_figure_font_family\";i:1;s:24:\"hz_meta_figure_font_size\";i:1;s:26:\"hz_meta_figure_font_weight\";i:1;s:26:\"hz_meta_figure_line_height\";i:1;s:24:\"hz_item_price_typography\";i:1;s:25:\"hz_item_price_font_family\";i:1;s:23:\"hz_item_price_font_size\";i:1;s:25:\"hz_item_price_font_weight\";i:1;s:25:\"hz_item_price_line_height\";i:1;}s:18:\"hz_grid_box_shadow\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}s:14:\"hz_grid_colors\";a:1:{s:11:\"price_color\";i:1;}s:12:\"hz_next_prev\";a:2:{s:8:\"np_color\";i:1;s:15:\"np_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:8;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:32:\"image_box_shadow_box_shadow_type\";i:3;s:27:\"image_box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:25:\"typography_letter_spacing\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;}}}}s:29:\"houzez_elementor_testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:17:\"testimonials_type\";i:1;}}}}}'),(14073,3358,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(14074,3358,'_elementor_css','a:6:{s:4:\"time\";i:1725454141;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:1;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14075,3358,'_elementor_element_cache','{\"timeout\":1725540541,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-0a581ed e-flex e-con-boxed e-con e-parent\" data-id=\"0a581ed\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-63463f3 e-con-full e-flex e-con e-child\" data-id=\"63463f3\" data-element_type=\"container\">ntt[elementor-element data=\"eyJpZCI6IjllYzQwZmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkcyAmIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJFbXBvd2VyaW5nIFJlYWx0b3JzIHdpdGggQ3V0dGluZy1FZGdlIFJlYWwgRXN0YXRlIExlYWQgR2VuZXJhdGlvbiBhbmQgRGlnaXRhbCBNYXJrZXRpbmcgU2VydmljZXMgaW4gQ2FuYWRhLiIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjUwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozNSwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2FuaW1hdGlvbl9kZWxheSI6NDAwLCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-23687fb elementor-invisible elementor-widget elementor-widget-button\" data-id=\"23687fb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-542b1a5 elementor-widget elementor-widget-html\" data-id=\"542b1a5\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<div id=\"loading-message\" style=\"height: 100px; width: 100%;\"></div>rn<div id=\"form-container\" style=\"display: none;\">rn    [wpforms id=\"your-form-id\"]rn</div>rntt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1a7ee94 e-flex e-con-boxed e-con e-child\" data-id=\"1a7ee94\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-0995a6a elementor-widget elementor-widget-heading\" data-id=\"0995a6a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h2>tt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjQ3NjMzZWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU3VibGFiZWxDb2xvciI6IiMyMjE2MDMiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjMjIxNjAzXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cGZvcm1zIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b1a1bff elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b1a1bff\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1df4edd\" data-id=\"1df4edd\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-f3d062b elementor-widget elementor-widget-spacer\" data-id=\"f3d062b\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>tt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fdd4601 elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"fdd4601\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-aee61e9\" data-id=\"aee61e9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-d8bf9b9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d8bf9b9\" data-element_type=\"widget\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>tt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjY3MTkyMzEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiRXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgVGFyZ2V0ZWQgUmVhbCBFc3RhdGUgTWFya2V0aW5nIGZvciBHZW5lcmF0aW5nIExlYWRzIGluIENhbmFkYS4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJVbmxvY2sgdGhlIHBvdGVudGlhbCBvZiB5b3VyIHJlYWwgZXN0YXRlIGJ1c2luZXNzIHdpdGggb3VyIGNvbXByZWhlbnNpdmUsIGZ1bGwtc2VydmljZSBtYXJrZXRpbmcgZXhwZXJ0aXNlLiBXZSBzcGVjaWFsaXplIGluIGNyYWZ0aW5nIGN1c3RvbWl6ZWQgc3RyYXRlZ2llcyB0aGF0IGVzdGFibGlzaCBhbmQgZWxldmF0ZSB5b3VyIHByZXNlbmNlIGluIHRoZSBjb21wZXRpdGl2ZSBDYW5hZGlhbiBtYXJrZXQuXG48YnI+PGJyPk91ciB0ZWFtIG9mIHNlYXNvbmVkIHByb2Zlc3Npb25hbHMgZXhjZWxzIGluIGV2ZXJ5IGZhY2V0IG9mIHJlYWwgZXN0YXRlIG1hcmtldGluZywgaW5jbHVkaW5nIGFkdmFuY2VkIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uIChTRU8pLCBzdHJhdGVnaWMgc29jaWFsIG1lZGlhIGNhbXBhaWducywgY29tcGVsbGluZyBjb250ZW50IGNyZWF0aW9uLCBwcmVjaXNpb24tdGFyZ2V0ZWQgZW1haWwgbWFya2V0aW5nLCBhbmQgaGlnaC1pbXBhY3QgcGFpZCBhZHZlcnRpc2luZy4gV2UgZm9jdXMgb24gZHJpdmluZyByZXN1bHRzIHRoYXQgbWF0dGVyXHUyMDE0Ym9vc3RpbmcgeW91ciB2aXNpYmlsaXR5LCBhdHRyYWN0aW5nIHF1YWxpZmllZCBsZWFkcywgYW5kIHVsdGltYXRlbHkgY2xvc2luZyBtb3JlIGRlYWxzLiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduX3RhYmxldCI6ImNlbnRlciIsIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMDQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b830c7f\" data-id=\"b830c7f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2d3687c elementor-widget elementor-widget-image\" data-id=\"2d3687c\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>tttttttttt<img width=\"584\" height=\"438\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp\" class=\"attachment-houzez-item-image-6 size-houzez-item-image-6 wp-image-3084\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-120x90.webp 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />ttttttttttttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-3548136 elementor-widget elementor-widget-spacer\" data-id=\"3548136\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c1e4942 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c1e4942\" data-element_type=\"section\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5ead936 .custom-column\" data-id=\"5ead936\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e2d5d2f elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"e2d5d2f\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-34bf931\" data-id=\"34bf931\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-9b957a9 elementor-widget elementor-widget-spacer\" data-id=\"9b957a9\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-4399c3d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4399c3d\" data-element_type=\"widget\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjE5ZWY1NTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+U2VydmljZXM8XC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAwMDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dac5f50 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"dac5f50\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7513f96 custom-column elementor-invisible\" data-id=\"7513f96\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-8ee5f44 elementor-widget elementor-widget-image\" data-id=\"8ee5f44\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/lead-generation/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" class=\"attachment-large size-large wp-image-1764\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dc13644 elementor-widget elementor-widget-heading\" data-id=\"dc13644\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-38733ed elementor-widget elementor-widget-text-editor\" data-id=\"38733ed\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>tttt<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-54b3356 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"54b3356\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttt<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">tt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/lead-generation/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/lead-generation/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c13e315 custom-column elementor-invisible\" data-id=\"c13e315\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-dfb4aa9 elementor-widget elementor-widget-image\" data-id=\"dfb4aa9\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/digital-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3179\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-2d1c466 elementor-widget elementor-widget-heading\" data-id=\"2d1c466\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-89e4c0f elementor-widget elementor-widget-text-editor\" data-id=\"89e4c0f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.u00a0</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f8ee78b elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"f8ee78b\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/digital-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/digital-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-af0d8bb custom-column elementor-invisible\" data-id=\"af0d8bb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-dd88f91 elementor-widget elementor-widget-image\" data-id=\"dd88f91\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/web-development/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3172\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-ef3a493 elementor-widget elementor-widget-heading\" data-id=\"ef3a493\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-378fd00 elementor-widget elementor-widget-text-editor\" data-id=\"378fd00\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-783e2d4 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"783e2d4\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/web-development/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/web-development/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dcb7dd2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"dcb7dd2\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2636430 custom-column elementor-invisible\" data-id=\"2636430\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6321573 elementor-widget elementor-widget-image\" data-id=\"6321573\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/content-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" class=\"attachment-large size-large wp-image-3166\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-6d4b605 elementor-widget elementor-widget-heading\" data-id=\"6d4b605\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-cd92ad8 elementor-widget elementor-widget-text-editor\" data-id=\"cd92ad8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3f63e13 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"3f63e13\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/content-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/content-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-40f49b6 custom-column elementor-invisible\" data-id=\"40f49b6\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1b8264c elementor-widget elementor-widget-image\" data-id=\"1b8264c\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/seo/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3133\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dbb2950 elementor-widget elementor-widget-heading\" data-id=\"dbb2950\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-af0d1cd elementor-widget elementor-widget-text-editor\" data-id=\"af0d1cd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Optimize your websiteu2019s structure and learn how to improve your websiteu2019s ranking on search engine results pages.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-0522b0e elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"0522b0e\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/seo/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/seo/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-77952bb custom-column elementor-invisible\" data-id=\"77952bb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-e568112 elementor-widget elementor-widget-image\" data-id=\"e568112\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/ppc/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" class=\"attachment-large size-large wp-image-1765\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-dc15e49 elementor-widget elementor-widget-heading\" data-id=\"dc15e49\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-498f872 elementor-widget elementor-widget-text-editor\" data-id=\"498f872\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-d08337b elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"d08337b\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/ppc/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/ppc/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9671a01 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9671a01\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-wider\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8ce50d9 custom-column elementor-invisible\" data-id=\"8ce50d9\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6e085ce elementor-widget elementor-widget-image\" data-id=\"6e085ce\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/social-media-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" class=\"attachment-large size-large wp-image-3161\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-92666ae elementor-widget elementor-widget-heading\" data-id=\"92666ae\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a></h3>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-5022b55 elementor-widget elementor-widget-text-editor\" data-id=\"5022b55\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f23d7c6 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"f23d7c6\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/social-media-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/social-media-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d2b08ae custom-column elementor-invisible\" data-id=\"d2b08ae\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-8b901b5 elementor-widget elementor-widget-image\" data-id=\"8b901b5\" data-element_type=\"widget\" data-widget_type=\"image.default\">ntttt<div class=\"elementor-widget-container\">ntttttttttttttt<a href=\"https://point2listing.ca/email-marketing/\">nttttttt<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" class=\"attachment-large size-large wp-image-2132\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />tttttttt</a>nttttttttttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7298d05 elementor-widget elementor-widget-heading\" data-id=\"7298d05\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttt<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>tt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-7dcc9b0 elementor-widget elementor-widget-text-editor\" data-id=\"7dcc9b0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>tttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-5ee8a4a elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"5ee8a4a\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<a href=\"https://point2listing.ca/email-marketing/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>tttt</a>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<a href=\"https://point2listing.ca/email-marketing/\" >ntttttttFind moretttttt</a>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-de96981 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"de96981\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-898ce81\" data-id=\"898ce81\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6IjZlMmI4MDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiTGVhZHMgRmlsdHJhdGlvbiBQcm9jZXNzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-8774bcc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"8774bcc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d30dec7\" data-id=\"d30dec7\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImY1OTNhYjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvTGVhZC1Db2xsZWN0aW9uLndlYnAiLCJpZCI6MjQ2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIENvbGxlY3Rpb24iLCJ0ZXh0IjoiVGhlIGxlYWQgY29sbGVjdGlvbiBzdGVwIGludm9sdmVzIGdhdGhlcmluZyBwb3RlbnRpYWwgbGVhZHMgZnJvbSB2YXJpb3VzIHNvdXJjZXMgbGlrZSBvbmxpbmUgZm9ybXMsIHRyYWRlIHNob3dzLCBhbmQgc29jaWFsIG1lZGlhLiBFc3NlbnRpYWwgZGV0YWlscyBzdWNoIGFzIGNvbnRhY3QgaW5mb3JtYXRpb24sIGNvbXBhbnkgc2l6ZSwgYW5kIGluZHVzdHJ5IGFyZSBjb2xsZWN0ZWQuIFRoaXMgZGF0YSBmb3JtcyB0aGUgYmFzaXMgZm9yIGZ1cnRoZXIgcXVhbGlmaWNhdGlvbiBhbmQgZW5yaWNobWVudC4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvSW5pdGlhbC1RdWFsaWZpY2F0aW9uLndlYnAiLCJpZCI6MjQ2MywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJJbml0aWFsIFF1YWxpZmljYXRpb24iLCJ0ZXh0IjoiSW5pdGlhbCBxdWFsaWZpY2F0aW9uIGFzc2Vzc2VzIHdoZXRoZXIgZWFjaCBsZWFkIG1lZXRzIGtleSBjcml0ZXJpYSByZWxldmFudCB0byB0aGUgY29tcGFueVx1MjAxOXMgdGFyZ2V0IGF1ZGllbmNlLiBUaGlzIGluY2x1ZGVzIGV2YWx1YXRpbmcgaW5kdXN0cnkgcmVsZXZhbmNlLCBjb21wYW55IHNpemUsIGFuZCBnZW9ncmFwaGljIGxvY2F0aW9uLCBhcyB3ZWxsIGFzIGpvYiB0aXRsZS4gTGVhZHMgYXJlIHNjb3JlZCB0byBwcmlvcml0aXplIHRob3NlIHdpdGggYSBoaWdoZXIgcG90ZW50aWFsIGZvciBjb252ZXJzaW9uLiIsIl9pZCI6IjAwMDZiMzUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvcG9pbnQybGlzdGluZy5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1NhbGVzLVJlYWRpbmVzcy53ZWJwIiwiaWQiOjI0NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU2FsZXMgUmVhZGluZXNzIiwidGV4dCI6IlNhbGVzIHJlYWRpbmVzcyBkZXRlcm1pbmVzIGlmIGEgbGVhZCBpcyByZWFkeSB0byBiZSBwYXNzZWQgdG8gdGhlIHNhbGVzIHRlYW0uIENyaXRlcmlhIHN1Y2ggYXMgYnVkZ2V0LCBhdXRob3JpdHksIG5lZWQsIGFuZCB0aW1pbmcgYXJlIHRob3JvdWdobHkgZXZhbHVhdGVkIHRvIGFzc2VzcyByZWFkaW5lc3MuIFF1YWxpZmllZCBsZWFkcyBhcmUgaGFuZGVkIG9mZiB3aXRoIGRldGFpbGVkIGluZm9ybWF0aW9uIGFuZCBhIGZvbGxvdy11cCBzdHJhdGVneSB0byBlZmZlY3RpdmVseSBudXJ0dXJlIHRoZW0gdGhyb3VnaCB0aGUgc2FsZXMgZnVubmVsLiIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt<div class=\"elementor-element elementor-element-75c72dc elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"75c72dc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6IjAyYzM3ZmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-7d5b2c1 e-con-full e-flex e-con e-child\" data-id=\"7d5b2c1\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-a9b9afa e-flex e-con-boxed e-con e-child\" data-id=\"a9b9afa\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-bf6ce2d elementor-widget elementor-widget-html\" data-id=\"bf6ce2d\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>QUEBEC</h2>rn                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-8ee452f e-con-full e-flex e-con e-child\" data-id=\"8ee452f\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-ed85ac2 elementor-widget elementor-widget-html\" data-id=\"ed85ac2\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ONTARIO</h2>rn                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>rn                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-bf4f8fd e-con-full e-flex e-con e-child\" data-id=\"bf4f8fd\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8017cba elementor-widget elementor-widget-html\" data-id=\"8017cba\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ALBERTA</h2>rn                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-41f598a e-con-full e-flex e-con e-child\" data-id=\"41f598a\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6592e0d e-flex e-con-boxed e-con e-child\" data-id=\"6592e0d\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-cfbd45d elementor-widget elementor-widget-html\" data-id=\"cfbd45d\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>BRITISH COLUMBIA</h2>rn                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-7beb73a e-con-full e-flex e-con e-child\" data-id=\"7beb73a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-95717e4 elementor-widget elementor-widget-html\" data-id=\"95717e4\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                   <h2>NOVA SCOTIA</h2>rn                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-b93366a e-con-full e-flex e-con e-child\" data-id=\"b93366a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-6fcf948 elementor-widget elementor-widget-html\" data-id=\"6fcf948\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                 <h2>SASKATCHEWAN</h2>rn                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-36eaff1 elementor-hidden-desktop elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"36eaff1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImM0NmM4MzgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]<div class=\"elementor-element elementor-element-c521f26 e-con-full e-flex e-con e-child\" data-id=\"c521f26\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-8b20e11 e-flex e-con-boxed e-con e-child\" data-id=\"8b20e11\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-baa399e elementor-widget elementor-widget-html\" data-id=\"baa399e\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>QUEBEC</h2>rn                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1ec6aa5 e-con-full e-flex e-con e-child\" data-id=\"1ec6aa5\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-6759f38 elementor-widget elementor-widget-html\" data-id=\"6759f38\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ONTARIO</h2>rn                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>rn                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0d40310 e-con-full e-flex e-con e-child\" data-id=\"0d40310\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-355bd2e e-con-full e-flex e-con e-child\" data-id=\"355bd2e\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2240c6f elementor-widget elementor-widget-html\" data-id=\"2240c6f\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>ALBERTA</h2>rn                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-397ec63 e-con-full e-flex e-con e-child\" data-id=\"397ec63\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71be7ac elementor-widget elementor-widget-html\" data-id=\"71be7ac\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                <h2>BRITISH COLUMBIA</h2>rn                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>rn                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2b77e02 e-con-full e-flex e-con e-child\" data-id=\"2b77e02\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-29c538c e-con-full e-flex e-con e-child\" data-id=\"29c538c\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-5007701 elementor-widget elementor-widget-html\" data-id=\"5007701\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                   <h2>NOVA SCOTIA</h2>rn                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-a5e22db e-con-full e-flex e-con e-child\" data-id=\"a5e22db\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-2356b9a elementor-widget elementor-widget-html\" data-id=\"2356b9a\" data-element_type=\"widget\" data-widget_type=\"html.default\">ntttt<div class=\"elementor-widget-container\">nttt<!DOCTYPE html>rn<html lang=\"en\">rn<head>rn    <meta charset=\"UTF-8\">rn    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">rn    <title>Flip Card Example</title>rn    <style>rn        /* Container for the entire flip card */rn        .flip-card {rn    width: 100%; /* Set width to 100% for responsiveness */rn    max-width: 350px; /* Set a maximum width */rn    height: 280px; /* Default height */rn    margin: auto; /* Center the card horizontally */rn}rnrnrn        /* Container for the inner flip mechanism */rn        .flip-card-inner {rn            position: relative;rn            width: 100%;rn            height: 100%;rn            text-align: center;rn            transition: transform 0.6s;rn            transform-style: preserve-3d;rn        }rnrn        /* Trigger the flip on hover */rn        .flip-card:hover .flip-card-inner {rn            transform: rotateX(180deg);rn        }rnrn        /* Front side of the card */rn        .flip-card-front, .flip-card-back {rn            position: absolute;rn            width: 100%;rn            height: 100%;rn            backface-visibility: hidden; /* Hides the back side when front is visible */rn            top: 0;rn            left: 0;rn        }rnrn        /* Specific styles for the front side */rn        .flip-card-front {rn            z-index: 2;rn            transform: rotateX(0deg); /* No rotation on the front side */rn        }rnrn        /* Specific styles for the back side */rn        .flip-card-back {rn            background-color: #CE8516; /* Background color for the back side */rn            color: white; /* Text color */rn            transform: rotateX(180deg); /* Flips the back side */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            flex-direction: column; /* For vertical stacking of content */rn            padding: 20px; /* Optional: Adds padding to the back side */rn            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */rn        }rnrn        /* Center the text and add opacity to the front side */rn        .flip-card-front img {rn            width: 100%;rn            height: 100%;rn            object-fit: cover;rn        }rnrn        .flip-card-front h2 {rn            color: white;rn            opacity: 0.8; /* Adjust as needed */rn            margin: 0;rn            font-size: 24px; /* Adjust as needed */rn            display: flex;rn            align-items: center;rn            justify-content: center;rn            height: 100%;rn        }rnrn        /* Button styling on the back side */rn        .flip-card-back button {rn            background-color: #211604; /* Button background color */rn            color: white; /* Button text color */rn            border: none; /* Remove default border */rn            border-radius: 12px; /* Rounded corners */rn            padding: 10px 20px; /* Adjust padding as needed */rn            margin-top: 20px; /* Space above the button */rn            cursor: pointer; /* Pointer cursor on hover */rn            font-size: 16px; /* Adjust font size as needed */rn            transition: background-color 0.3s; /* Smooth background color transition */rn        }rnrn        .flip-card-back button:hover {rn            background-color: #1a1208; /* Darker color on hover */rn        }rn        rn    @media (max-width: 768px) {rn    .flip-card-back h2 {rn        font-size: 18px; /* Adjusted heading size for tablets */rn    }rnrn    .flip-card-back p {rn        font-size: 14px; /* Adjusted text size for tablets */rn    }rn}rnrn@media (max-width: 480px) {rn    .flip-card-back h2 {rn        font-size: 25px; /* Adjusted heading size for mobile phones */rn    }rnrn    .flip-card-back p {rn        font-size: 16px; /* Adjusted text size for mobile phones */rn    }rn}rnrnrnrnrn    </style>rn</head>rn<body>rn    <div class=\"flip-card\">rn        <div class=\"flip-card-inner\">rn            <div class=\"flip-card-front\">rn                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">rn                <h2>QUEBEC</h2> <!-- Added title on the front side -->rn            </div>rn            <div class=\"flip-card-back\">rn                 <h2>SASKATCHEWAN</h2>rn                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>rn                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> rn                <!-- Added button -->rn            </div>rn        </div>rn    </div>rn</body>rn</html>rntt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-775825f2 e-flex e-con-boxed e-con e-parent\" data-id=\"775825f2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt[elementor-element data=\"eyJpZCI6ImFlYmE0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFBhcnRuZXJzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\"]tt<div class=\"elementor-element elementor-element-c62a95a elementor-widget elementor-widget-image-carousel\" data-id=\"c62a95a\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;speed&quot;:1000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;}\" data-widget_type=\"image-carousel.default\">ntttt<div class=\"elementor-widget-container\">nttt<style>/*! elementor - v3.23.0 - 05-08-2024 */n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>tt<div class=\"elementor-image-carousel-wrapper swiper\" dir=\"ltr\">nttt<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">ntttttttt<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1-150x150.webp\" alt=\"Homelife (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1-150x150.webp\" alt=\"Expo-reality (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/CIR-1-150x150.webp\" alt=\"CIR (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/2reality-1-150x150.webp\" alt=\"2reality (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1-150x150.webp\" alt=\"sothebys (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1-150x150.webp\" alt=\"Royal-lpage (1)\" /></figure></div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 7\"><figure class=\"swiper-slide-inner\"><img class=\"swiper-slide-image\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Remax-1-150x150.webp\" alt=\"Remax (1)\" /></figure></div>ttt</div>ntttttttnttttttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0cb6dd0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0cb6dd0\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-275c52b\" data-id=\"275c52b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3a133f6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"3a133f6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b7ac744\" data-id=\"b7ac744\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-6bb05fc elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6bb05fc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttt</div>ntttt</div>ntt[elementor-element data=\"eyJpZCI6IjAzODk0N2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiUmVhZCBmcm9tIG91ciBibG9nIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTgiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"][elementor-element data=\"eyJpZCI6ImQyNmE4ZjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwb3N0c19saW1pdCI6Mywic2hvd19hdXRob3IiOiIiLCJib3hfcGFkZGluZ190b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYm94X3BhZGRpbmdfYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJveF9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJpbWFnZV9tYXJnaW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInRpdGxlX3R5cG9fdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9fZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInRpdGxlX3R5cG9fZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzk5OTk5OTk5OTk5OTk5OTExMTgyMTU4MDI5OTg3NDc2NzY2MTA5NDY2NTUyNzM0Mzc1LCJzaXplcyI6W119LCJ0aXRsZV9tYXJnaW5fdG9wIjp7InVuaXQiOiJweCIsInNpemUiOjksInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb190eXBvZ3JhcGh5IjoiY3VzdG9tIiwiY29udGVudF90eXBvX2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsImNvbnRlbnRfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb19mb250X3dlaWdodCI6IjQwMCIsImNvbnRlbnRfdHlwb19saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMwMDAwMDAwMDAwMDAwMDA0NDQwODkyMDk4NTAwNjI2MTYxNjk0NTI2NjcyMzYzMjgxMjUsInNpemVzIjpbXX0sInBvc3RtZXRhX3R5cG9fdHlwb2dyYXBoeSI6ImN1c3RvbSIsInBvc3RtZXRhX3R5cG9fZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwicG9zdG1ldGFfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInBvc3RtZXRhX3R5cG9fZm9udF93ZWlnaHQiOiI0MDAiLCJwb3N0bWV0YV9tYXJnaW5fdG9wIjp7InVuaXQiOiJweCIsInNpemUiOjUsInNpemVzIjpbXX0sInBvc3RtZXRhX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6Niwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYm94X2JnX2NvbG9yIjoiIiwidGl0bGVfdHlwb190eXBvZ3JhcGh5IjoiIiwiY29udGVudF90eXBvX3R5cG9ncmFwaHkiOiIiLCJjb250ZW50X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsInBvc3RtZXRhX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsInBvc3RtZXRhX3R5cG9fdHlwb2dyYXBoeSI6IiIsInRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYm94X2JnX2NvbG9yIjoiI0ZGRkZGRiIsInBvc3RzX3JvdyI6ImNvbC1sZy00IGNvbC1tZC02Iiwic2hvd19kYXRlIjoiIiwic2hvd19jYXQiOiIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9ibG9nX3Bvc3RzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<div class=\"elementor-element elementor-element-6515136 elementor-widget elementor-widget-spacer\" data-id=\"6515136\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-spacer\">nttt<div class=\"elementor-spacer-inner\"></div>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-008b9b8 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"008b9b8\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\">nttttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">nttt<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">nt<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7ntc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4ntc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"/>n</svg>tt</div>nttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0405f1d\" data-id=\"0405f1d\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element data=\"eyJpZCI6ImUxY2FmN2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\"]tt<div class=\"elementor-element elementor-element-2517978 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"2517978\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttt<div class=\"elementor-widget-container\">nttttt<div class=\"elementor-button-wrapper\">nttt<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https://point2listing.ca/contact-us/\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a consultation</span>nttttt</span>nttttt</a>ntt</div>ntttt</div>ntttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animations\"]}}'),(14076,10,'_elementor_css','a:6:{s:4:\"time\";i:1725454182;s:5:\"fonts\";a:2:{i:0;s:4:\"Muli\";i:1;s:16:\"Darker Grotesque\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14077,10,'_elementor_element_cache','{\"timeout\":1726065719,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-0a581ed e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"0a581ed\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-63463f3 e-con-full e-flex e-con e-child\\\" data-id=\\\"63463f3\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjllYzQwZmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkcyAmIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJFbXBvd2VyaW5nIFJlYWx0b3JzIHdpdGggQ3V0dGluZy1FZGdlIFJlYWwgRXN0YXRlIExlYWQgR2VuZXJhdGlvbiBhbmQgRGlnaXRhbCBNYXJrZXRpbmcgU2VydmljZXMgaW4gQ2FuYWRhLiIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjUwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozNSwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2FuaW1hdGlvbl9kZWxheSI6NDAwLCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-23687fb elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"23687fb\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Contact Us<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-542b1a5 elementor-widget elementor-widget-html\\\" data-id=\\\"542b1a5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<div id=\\\"loading-message\\\" style=\\\"height: 100px; width: 100%;\\\"><\\/div>\\r\\n<div id=\\\"form-container\\\" style=\\\"display: none;\\\">\\r\\n    [wpforms id=\\\"your-form-id\\\"]\\r\\n<\\/div>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1a7ee94 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"1a7ee94\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0995a6a elementor-widget elementor-widget-heading\\\" data-id=\\\"0995a6a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\\/style><h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get In Touch<\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjQ3NjMzZWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU3VibGFiZWxDb2xvciI6IiMyMjE2MDMiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjMjIxNjAzXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cGZvcm1zIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-b1a1bff elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"b1a1bff\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1df4edd\\\" data-id=\\\"1df4edd\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f3d062b elementor-widget elementor-widget-spacer\\\" data-id=\\\"f3d062b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\\/style>\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-fdd4601 elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"fdd4601\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-aee61e9\\\" data-id=\\\"aee61e9\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d8bf9b9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"d8bf9b9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\\\"\\\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}<\\/style>\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjY3MTkyMzEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiRXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgVGFyZ2V0ZWQgUmVhbCBFc3RhdGUgTWFya2V0aW5nIGZvciBHZW5lcmF0aW5nIExlYWRzIGluIENhbmFkYS4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5In0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJVbmxvY2sgdGhlIHBvdGVudGlhbCBvZiB5b3VyIHJlYWwgZXN0YXRlIGJ1c2luZXNzIHdpdGggb3VyIGNvbXByZWhlbnNpdmUsIGZ1bGwtc2VydmljZSBtYXJrZXRpbmcgZXhwZXJ0aXNlLiBXZSBzcGVjaWFsaXplIGluIGNyYWZ0aW5nIGN1c3RvbWl6ZWQgc3RyYXRlZ2llcyB0aGF0IGVzdGFibGlzaCBhbmQgZWxldmF0ZSB5b3VyIHByZXNlbmNlIGluIHRoZSBjb21wZXRpdGl2ZSBDYW5hZGlhbiBtYXJrZXQuXG48YnI+PGJyPk91ciB0ZWFtIG9mIHNlYXNvbmVkIHByb2Zlc3Npb25hbHMgZXhjZWxzIGluIGV2ZXJ5IGZhY2V0IG9mIHJlYWwgZXN0YXRlIG1hcmtldGluZywgaW5jbHVkaW5nIGFkdmFuY2VkIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uIChTRU8pLCBzdHJhdGVnaWMgc29jaWFsIG1lZGlhIGNhbXBhaWducywgY29tcGVsbGluZyBjb250ZW50IGNyZWF0aW9uLCBwcmVjaXNpb24tdGFyZ2V0ZWQgZW1haWwgbWFya2V0aW5nLCBhbmQgaGlnaC1pbXBhY3QgcGFpZCBhZHZlcnRpc2luZy4gV2UgZm9jdXMgb24gZHJpdmluZyByZXN1bHRzIHRoYXQgbWF0dGVyXHUyMDE0Ym9vc3RpbmcgeW91ciB2aXNpYmlsaXR5LCBhdHRyYWN0aW5nIHF1YWxpZmllZCBsZWFkcywgYW5kIHVsdGltYXRlbHkgY2xvc2luZyBtb3JlIGRlYWxzLiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduX3RhYmxldCI6ImNlbnRlciIsIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMDQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b830c7f\\\" data-id=\\\"b830c7f\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2d3687c elementor-widget elementor-widget-image\\\" data-id=\\\"2d3687c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\\\".svg\\\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\\/style>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"584\\\" height=\\\"438\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/buy-property-584x438.webp\\\" class=\\\"attachment-houzez-item-image-6 size-houzez-item-image-6 wp-image-3084\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/buy-property-584x438.webp 584w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/buy-property-592x444.webp 592w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/buy-property-120x90.webp 120w\\\" sizes=\\\"(max-width: 584px) 100vw, 584px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3548136 elementor-widget elementor-widget-spacer\\\" data-id=\\\"3548136\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-c1e4942 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"c1e4942\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5ead936 .custom-column\\\" data-id=\\\"5ead936\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-e2d5d2f elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"e2d5d2f\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-34bf931\\\" data-id=\\\"34bf931\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9b957a9 elementor-widget elementor-widget-spacer\\\" data-id=\\\"9b957a9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4399c3d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"4399c3d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjE5ZWY1NTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+U2VydmljZXM8XC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTk5OTk5OTk5OTk5OTk5OTU1NTkxMDc5MDE0OTkzNzM4MzgzMDU0NzMzMjc2MzY3MTg3NSwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAwMDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-dac5f50 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"dac5f50\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7513f96 custom-column elementor-invisible\\\" data-id=\\\"7513f96\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8ee5f44 elementor-widget elementor-widget-image\\\" data-id=\\\"8ee5f44\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/lead-generation\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-1764\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/lead-generation.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dc13644 elementor-widget elementor-widget-heading\\\" data-id=\\\"dc13644\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/\\/lead-generation\\/\\\">Real Estate Lead Generation<\\/a><\\/h3>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-38733ed elementor-widget elementor-widget-text-editor\\\" data-id=\\\"38733ed\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\\/style>\\t\\t\\t\\t<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-54b3356 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"54b3356\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/widget-icon-box.min.css\\\">\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/lead-generation\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/lead-generation\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c13e315 custom-column elementor-invisible\\\" data-id=\\\"c13e315\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dfb4aa9 elementor-widget elementor-widget-image\\\" data-id=\\\"dfb4aa9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-3179\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2d1c466 elementor-widget elementor-widget-heading\\\" data-id=\\\"2d1c466\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\\\">Digital Marketing<\\/a><\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-89e4c0f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"89e4c0f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.\\u00a0<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f8ee78b elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"f8ee78b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/digital-marketing\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-af0d8bb custom-column elementor-invisible\\\" data-id=\\\"af0d8bb\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dd88f91 elementor-widget elementor-widget-image\\\" data-id=\\\"dd88f91\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/web-development\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-3172\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/web-development-1-copy.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ef3a493 elementor-widget elementor-widget-heading\\\" data-id=\\\"ef3a493\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/web-development\\/\\\">Web Development<\\/a><\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-378fd00 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"378fd00\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Dive into the world of web development and learn the skills to create captivating online experiences.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-783e2d4 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"783e2d4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/web-development\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/web-development\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-dcb7dd2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"dcb7dd2\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2636430 custom-column elementor-invisible\\\" data-id=\\\"2636430\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6321573 elementor-widget elementor-widget-image\\\" data-id=\\\"6321573\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/content-marketing\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\\\" class=\\\"attachment-large size-large wp-image-3166\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6d4b605 elementor-widget elementor-widget-heading\\\" data-id=\\\"6d4b605\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/content-marketing\\/\\\">Content Marketing<\\/a><\\/h3>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cd92ad8 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"cd92ad8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3f63e13 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"3f63e13\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/content-marketing\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/content-marketing\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-40f49b6 custom-column elementor-invisible\\\" data-id=\\\"40f49b6\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1b8264c elementor-widget elementor-widget-image\\\" data-id=\\\"1b8264c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/seo\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-3133\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/seo-1-copy.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dbb2950 elementor-widget elementor-widget-heading\\\" data-id=\\\"dbb2950\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/seo\\/\\\">SEO<\\/a><\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-af0d1cd elementor-widget elementor-widget-text-editor\\\" data-id=\\\"af0d1cd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Optimize your website\\u2019s structure and learn how to improve your website\\u2019s ranking on search engine results pages.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0522b0e elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"0522b0e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/seo\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/seo\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-77952bb custom-column elementor-invisible\\\" data-id=\\\"77952bb\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e568112 elementor-widget elementor-widget-image\\\" data-id=\\\"e568112\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/ppc\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-1765\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/ppc-advertising.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dc15e49 elementor-widget elementor-widget-heading\\\" data-id=\\\"dc15e49\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/ppc\\/\\\">PPC<\\/a><\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-498f872 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"498f872\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d08337b elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"d08337b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/ppc\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/ppc\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-9671a01 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"9671a01\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wider\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8ce50d9 custom-column elementor-invisible\\\" data-id=\\\"8ce50d9\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6e085ce elementor-widget elementor-widget-image\\\" data-id=\\\"6e085ce\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-3161\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Social-media-copy.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-92666ae elementor-widget elementor-widget-heading\\\" data-id=\\\"92666ae\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\\\">Social Media Marketing<\\/a><\\/h3>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5022b55 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5022b55\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f23d7c6 elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"f23d7c6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/social-media-marketing\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d2b08ae custom-column elementor-invisible\\\" data-id=\\\"d2b08ae\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8b901b5 elementor-widget elementor-widget-image\\\" data-id=\\\"8b901b5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/email-marketing\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-1024x576.webp\\\" class=\\\"attachment-large size-large wp-image-2132\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2.webp 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7298d05 elementor-widget elementor-widget-heading\\\" data-id=\\\"7298d05\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/point2listing.ca\\/email-marketing\\/\\\">Email Marketing<\\/a><\\/h2>\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7dcc9b0 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"7dcc9b0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5ee8a4a elementor-vertical-align-middle elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"5ee8a4a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/email-marketing\\/\\\" class=\\\"elementor-icon elementor-animation-\\\" tabindex=\\\"-1\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-arrow-alt-circle-right\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/point2listing.ca\\/email-marketing\\/\\\" >\\n\\t\\t\\t\\t\\t\\t\\tFind more\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-de96981 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"de96981\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-898ce81\\\" data-id=\\\"898ce81\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjZlMmI4MDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiTGVhZHMgRmlsdHJhdGlvbiBQcm9jZXNzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\\\"]\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-8774bcc elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"8774bcc\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d30dec7\\\" data-id=\\\"d30dec7\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6ImY1OTNhYjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvTGVhZC1Db2xsZWN0aW9uLndlYnAiLCJpZCI6MjQ2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIENvbGxlY3Rpb24iLCJ0ZXh0IjoiVGhlIGxlYWQgY29sbGVjdGlvbiBzdGVwIGludm9sdmVzIGdhdGhlcmluZyBwb3RlbnRpYWwgbGVhZHMgZnJvbSB2YXJpb3VzIHNvdXJjZXMgbGlrZSBvbmxpbmUgZm9ybXMsIHRyYWRlIHNob3dzLCBhbmQgc29jaWFsIG1lZGlhLiBFc3NlbnRpYWwgZGV0YWlscyBzdWNoIGFzIGNvbnRhY3QgaW5mb3JtYXRpb24sIGNvbXBhbnkgc2l6ZSwgYW5kIGluZHVzdHJ5IGFyZSBjb2xsZWN0ZWQuIFRoaXMgZGF0YSBmb3JtcyB0aGUgYmFzaXMgZm9yIGZ1cnRoZXIgcXVhbGlmaWNhdGlvbiBhbmQgZW5yaWNobWVudC4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOlwvXC9wb2ludDJsaXN0aW5nLmNhXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvSW5pdGlhbC1RdWFsaWZpY2F0aW9uLndlYnAiLCJpZCI6MjQ2MywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJJbml0aWFsIFF1YWxpZmljYXRpb24iLCJ0ZXh0IjoiSW5pdGlhbCBxdWFsaWZpY2F0aW9uIGFzc2Vzc2VzIHdoZXRoZXIgZWFjaCBsZWFkIG1lZXRzIGtleSBjcml0ZXJpYSByZWxldmFudCB0byB0aGUgY29tcGFueVx1MjAxOXMgdGFyZ2V0IGF1ZGllbmNlLiBUaGlzIGluY2x1ZGVzIGV2YWx1YXRpbmcgaW5kdXN0cnkgcmVsZXZhbmNlLCBjb21wYW55IHNpemUsIGFuZCBnZW9ncmFwaGljIGxvY2F0aW9uLCBhcyB3ZWxsIGFzIGpvYiB0aXRsZS4gTGVhZHMgYXJlIHNjb3JlZCB0byBwcmlvcml0aXplIHRob3NlIHdpdGggYSBoaWdoZXIgcG90ZW50aWFsIGZvciBjb252ZXJzaW9uLiIsIl9pZCI6IjAwMDZiMzUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6XC9cL3BvaW50Mmxpc3RpbmcuY2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA4XC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczpcL1wvcG9pbnQybGlzdGluZy5jYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDhcL1NhbGVzLVJlYWRpbmVzcy53ZWJwIiwiaWQiOjI0NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU2FsZXMgUmVhZGluZXNzIiwidGV4dCI6IlNhbGVzIHJlYWRpbmVzcyBkZXRlcm1pbmVzIGlmIGEgbGVhZCBpcyByZWFkeSB0byBiZSBwYXNzZWQgdG8gdGhlIHNhbGVzIHRlYW0uIENyaXRlcmlhIHN1Y2ggYXMgYnVkZ2V0LCBhdXRob3JpdHksIG5lZWQsIGFuZCB0aW1pbmcgYXJlIHRob3JvdWdobHkgZXZhbHVhdGVkIHRvIGFzc2VzcyByZWFkaW5lc3MuIFF1YWxpZmllZCBsZWFkcyBhcmUgaGFuZGVkIG9mZiB3aXRoIGRldGFpbGVkIGluZm9ybWF0aW9uIGFuZCBhIGZvbGxvdy11cCBzdHJhdGVneSB0byBlZmZlY3RpdmVseSBudXJ0dXJlIHRoZW0gdGhyb3VnaCB0aGUgc2FsZXMgZnVubmVsLiIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAwODg4MTc4NDE5NzAwMTI1MjMyMzM4OTA1MzM0NDcyNjU2MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t<div class=\\\"elementor-element elementor-element-75c72dc elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"75c72dc\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjAyYzM3ZmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]<div class=\\\"elementor-element elementor-element-7d5b2c1 e-con-full e-flex e-con e-child\\\" data-id=\\\"7d5b2c1\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-a9b9afa e-flex e-con-boxed e-con e-child\\\" data-id=\\\"a9b9afa\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bf6ce2d elementor-widget elementor-widget-html\\\" data-id=\\\"bf6ce2d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-8ee452f e-con-full e-flex e-con e-child\\\" data-id=\\\"8ee452f\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ed85ac2 elementor-widget elementor-widget-html\\\" data-id=\\\"ed85ac2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-bf4f8fd e-con-full e-flex e-con e-child\\\" data-id=\\\"bf4f8fd\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8017cba elementor-widget elementor-widget-html\\\" data-id=\\\"8017cba\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-41f598a e-con-full e-flex e-con e-child\\\" data-id=\\\"41f598a\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-6592e0d e-flex e-con-boxed e-con e-child\\\" data-id=\\\"6592e0d\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cfbd45d elementor-widget elementor-widget-html\\\" data-id=\\\"cfbd45d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7beb73a e-con-full e-flex e-con e-child\\\" data-id=\\\"7beb73a\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-95717e4 elementor-widget elementor-widget-html\\\" data-id=\\\"95717e4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b93366a e-con-full e-flex e-con e-child\\\" data-id=\\\"b93366a\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6fcf948 elementor-widget elementor-widget-html\\\" data-id=\\\"6fcf948\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-36eaff1 elementor-hidden-desktop elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"36eaff1\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImM0NmM4MzgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]<div class=\\\"elementor-element elementor-element-c521f26 e-con-full e-flex e-con e-child\\\" data-id=\\\"c521f26\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-8b20e11 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"8b20e11\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-baa399e elementor-widget elementor-widget-html\\\" data-id=\\\"baa399e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/QUEBIC.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>QUEBEC<\\/h2>\\r\\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/quebec\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1ec6aa5 e-con-full e-flex e-con e-child\\\" data-id=\\\"1ec6aa5\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6759f38 elementor-widget elementor-widget-html\\\" data-id=\\\"6759f38\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Ontario.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ONTARIO<\\/h2>\\r\\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays<\\/p>\\r\\n                  <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/ontario\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0d40310 e-con-full e-flex e-con e-child\\\" data-id=\\\"0d40310\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-355bd2e e-con-full e-flex e-con e-child\\\" data-id=\\\"355bd2e\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2240c6f elementor-widget elementor-widget-html\\\" data-id=\\\"2240c6f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n               <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Alberta.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>ALBERTA<\\/h2>\\r\\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/alberta\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-397ec63 e-con-full e-flex e-con e-child\\\" data-id=\\\"397ec63\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-71be7ac elementor-widget elementor-widget-html\\\" data-id=\\\"71be7ac\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/British-colambia.webp\\\" alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                <h2>BRITISH COLUMBIA<\\/h2>\\r\\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta<\\/p>\\r\\n                 <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/british-columbia\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2b77e02 e-con-full e-flex e-con e-child\\\" data-id=\\\"2b77e02\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-29c538c e-con-full e-flex e-con e-child\\\" data-id=\\\"29c538c\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5007701 elementor-widget elementor-widget-html\\\" data-id=\\\"5007701\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                 <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Nova-scotia.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                   <h2>NOVA SCOTIA<\\/h2>\\r\\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/nova-scotia\\/\';\\\">Learn More<\\/button>\\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-a5e22db e-con-full e-flex e-con e-child\\\" data-id=\\\"a5e22db\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2356b9a elementor-widget elementor-widget-html\\\" data-id=\\\"2356b9a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n    <meta charset=\\\"UTF-8\\\">\\r\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n    <title>Flip Card Example<\\/title>\\r\\n    <style>\\r\\n        \\/* Container for the entire flip card *\\/\\r\\n        .flip-card {\\r\\n    width: 100%; \\/* Set width to 100% for responsiveness *\\/\\r\\n    max-width: 350px; \\/* Set a maximum width *\\/\\r\\n    height: 280px; \\/* Default height *\\/\\r\\n    margin: auto; \\/* Center the card horizontally *\\/\\r\\n}\\r\\n\\r\\n\\r\\n        \\/* Container for the inner flip mechanism *\\/\\r\\n        .flip-card-inner {\\r\\n            position: relative;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            text-align: center;\\r\\n            transition: transform 0.6s;\\r\\n            transform-style: preserve-3d;\\r\\n        }\\r\\n\\r\\n        \\/* Trigger the flip on hover *\\/\\r\\n        .flip-card:hover .flip-card-inner {\\r\\n            transform: rotateX(180deg);\\r\\n        }\\r\\n\\r\\n        \\/* Front side of the card *\\/\\r\\n        .flip-card-front, .flip-card-back {\\r\\n            position: absolute;\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            backface-visibility: hidden; \\/* Hides the back side when front is visible *\\/\\r\\n            top: 0;\\r\\n            left: 0;\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the front side *\\/\\r\\n        .flip-card-front {\\r\\n            z-index: 2;\\r\\n            transform: rotateX(0deg); \\/* No rotation on the front side *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Specific styles for the back side *\\/\\r\\n        .flip-card-back {\\r\\n            background-color: #CE8516; \\/* Background color for the back side *\\/\\r\\n            color: white; \\/* Text color *\\/\\r\\n            transform: rotateX(180deg); \\/* Flips the back side *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            flex-direction: column; \\/* For vertical stacking of content *\\/\\r\\n            padding: 20px; \\/* Optional: Adds padding to the back side *\\/\\r\\n            box-sizing: border-box; \\/* Ensures padding is included in the height\\/width calculation *\\/\\r\\n        }\\r\\n\\r\\n        \\/* Center the text and add opacity to the front side *\\/\\r\\n        .flip-card-front img {\\r\\n            width: 100%;\\r\\n            height: 100%;\\r\\n            object-fit: cover;\\r\\n        }\\r\\n\\r\\n        .flip-card-front h2 {\\r\\n            color: white;\\r\\n            opacity: 0.8; \\/* Adjust as needed *\\/\\r\\n            margin: 0;\\r\\n            font-size: 24px; \\/* Adjust as needed *\\/\\r\\n            display: flex;\\r\\n            align-items: center;\\r\\n            justify-content: center;\\r\\n            height: 100%;\\r\\n        }\\r\\n\\r\\n        \\/* Button styling on the back side *\\/\\r\\n        .flip-card-back button {\\r\\n            background-color: #211604; \\/* Button background color *\\/\\r\\n            color: white; \\/* Button text color *\\/\\r\\n            border: none; \\/* Remove default border *\\/\\r\\n            border-radius: 12px; \\/* Rounded corners *\\/\\r\\n            padding: 10px 20px; \\/* Adjust padding as needed *\\/\\r\\n            margin-top: 20px; \\/* Space above the button *\\/\\r\\n            cursor: pointer; \\/* Pointer cursor on hover *\\/\\r\\n            font-size: 16px; \\/* Adjust font size as needed *\\/\\r\\n            transition: background-color 0.3s; \\/* Smooth background color transition *\\/\\r\\n        }\\r\\n\\r\\n        .flip-card-back button:hover {\\r\\n            background-color: #1a1208; \\/* Darker color on hover *\\/\\r\\n        }\\r\\n        \\r\\n    @media (max-width: 768px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 18px; \\/* Adjusted heading size for tablets *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 14px; \\/* Adjusted text size for tablets *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n    .flip-card-back h2 {\\r\\n        font-size: 25px; \\/* Adjusted heading size for mobile phones *\\/\\r\\n    }\\r\\n\\r\\n    .flip-card-back p {\\r\\n        font-size: 16px; \\/* Adjusted text size for mobile phones *\\/\\r\\n    }\\r\\n}\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n    <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n    <div class=\\\"flip-card\\\">\\r\\n        <div class=\\\"flip-card-inner\\\">\\r\\n            <div class=\\\"flip-card-front\\\">\\r\\n                <img src=https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Saskatchawan.webp alt=\\\"Front Image\\\">\\r\\n                <h2>QUEBEC<\\/h2> <!-- Added title on the front side -->\\r\\n            <\\/div>\\r\\n            <div class=\\\"flip-card-back\\\">\\r\\n                 <h2>SASKATCHEWAN<\\/h2>\\r\\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare<\\/p>\\r\\n                <button onclick=\\\"window.location.href=\'https:\\/\\/point2listing.ca\\/saskatchewan\\/\';\\\">Learn More<\\/button> \\r\\n                <!-- Added button -->\\r\\n            <\\/div>\\r\\n        <\\/div>\\r\\n    <\\/div>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-775825f2 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"775825f2\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImFlYmE0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIFBhcnRuZXJzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xOTk5OTk5OTk5OTk5OTk5NTU1OTEwNzkwMTQ5OTM3MzgzODMwNTQ3MzMyNzYzNjcxODc1LCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-c62a95a elementor-widget elementor-widget-image-carousel\\\" data-id=\\\"c62a95a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;speed&quot;:1000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;}\\\" data-widget_type=\\\"image-carousel.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t<style>\\/*! elementor - v3.23.0 - 05-08-2024 *\\/\\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% \\/ var(--e-image-carousel-slides-to-show, 3))}<\\/style>\\t\\t<div class=\\\"elementor-image-carousel-wrapper swiper\\\" dir=\\\"ltr\\\">\\n\\t\\t\\t<div class=\\\"elementor-image-carousel swiper-wrapper\\\" aria-live=\\\"off\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"1 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Homelife-1-150x150.webp\\\" alt=\\\"Homelife (1)\\\" \\/><\\/figure><\\/div><div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"2 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Expo-reality-1-150x150.webp\\\" alt=\\\"Expo-reality (1)\\\" \\/><\\/figure><\\/div><div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"3 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/CIR-1-150x150.webp\\\" alt=\\\"CIR (1)\\\" \\/><\\/figure><\\/div><div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"4 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/2reality-1-150x150.webp\\\" alt=\\\"2reality (1)\\\" \\/><\\/figure><\\/div><div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"5 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/sothebys-1-150x150.webp\\\" alt=\\\"sothebys (1)\\\" \\/><\\/figure><\\/div><div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"6 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Royal-lpage-1-150x150.webp\\\" alt=\\\"Royal-lpage (1)\\\" \\/><\\/figure><\\/div><div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"7 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Remax-1-150x150.webp\\\" alt=\\\"Remax (1)\\\" \\/><\\/figure><\\/div>\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-0cb6dd0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"0cb6dd0\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-275c52b\\\" data-id=\\\"275c52b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-3a133f6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"3a133f6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b7ac744\\\" data-id=\\\"b7ac744\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6bb05fc elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\\\" data-id=\\\"6bb05fc\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjAzODk0N2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiUmVhZCBmcm9tIG91ciBibG9nIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAyMzNEIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTgiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"][elementor-element data=\\\"eyJpZCI6ImQyNmE4ZjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwb3N0c19saW1pdCI6Mywic2hvd19hdXRob3IiOiIiLCJib3hfcGFkZGluZ190b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYm94X3BhZGRpbmdfYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJveF9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJpbWFnZV9tYXJnaW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInRpdGxlX3R5cG9fdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9fZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInRpdGxlX3R5cG9fZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzk5OTk5OTk5OTk5OTk5OTExMTgyMTU4MDI5OTg3NDc2NzY2MTA5NDY2NTUyNzM0Mzc1LCJzaXplcyI6W119LCJ0aXRsZV9tYXJnaW5fdG9wIjp7InVuaXQiOiJweCIsInNpemUiOjksInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb190eXBvZ3JhcGh5IjoiY3VzdG9tIiwiY29udGVudF90eXBvX2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsImNvbnRlbnRfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb19mb250X3dlaWdodCI6IjQwMCIsImNvbnRlbnRfdHlwb19saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMwMDAwMDAwMDAwMDAwMDA0NDQwODkyMDk4NTAwNjI2MTYxNjk0NTI2NjcyMzYzMjgxMjUsInNpemVzIjpbXX0sInBvc3RtZXRhX3R5cG9fdHlwb2dyYXBoeSI6ImN1c3RvbSIsInBvc3RtZXRhX3R5cG9fZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwicG9zdG1ldGFfdHlwb19mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInBvc3RtZXRhX3R5cG9fZm9udF93ZWlnaHQiOiI0MDAiLCJwb3N0bWV0YV9tYXJnaW5fdG9wIjp7InVuaXQiOiJweCIsInNpemUiOjUsInNpemVzIjpbXX0sInBvc3RtZXRhX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6Niwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYm94X2JnX2NvbG9yIjoiIiwidGl0bGVfdHlwb190eXBvZ3JhcGh5IjoiIiwiY29udGVudF90eXBvX3R5cG9ncmFwaHkiOiIiLCJjb250ZW50X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsInBvc3RtZXRhX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsInBvc3RtZXRhX3R5cG9fdHlwb2dyYXBoeSI6IiIsInRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYm94X2JnX2NvbG9yIjoiI0ZGRkZGRiIsInBvc3RzX3JvdyI6ImNvbC1sZy00IGNvbC1tZC02Iiwic2hvd19kYXRlIjoiIiwic2hvd19jYXQiOiIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9ibG9nX3Bvc3RzIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6515136 elementor-widget elementor-widget-spacer\\\" data-id=\\\"6515136\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-008b9b8 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"008b9b8\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1000 100\\\" preserveAspectRatio=\\\"none\\\">\\n\\t<path class=\\\"elementor-shape-fill\\\" d=\\\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\\n\\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\\n\\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0405f1d\\\" data-id=\\\"0405f1d\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6ImUxY2FmN2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiV291bGQgeW91IGxpa2UgdG8gPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5zcGVhayB0byBhbiBleHBlcnQ\\/PFwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJJZiB5b3UgaGF2ZSBxdWVzdGlvbnMsIG5lZWQgZ3VpZGFuY2UsIG9yIHdhbnQgdG8gZGlzY3VzcyB5b3VyIHByb2plY3QgaW4gZGV0YWlsLCBvdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIGlzIGhlcmUgdG8gaGVscC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-2517978 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"2517978\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-lg\\\" href=\\\"https:\\/\\/point2listing.ca\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a consultation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animations\"]}}');
/*!40000 ALTER TABLE `wpau_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_posts`
--

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

--
-- Dumping data for table `wpau_posts`
--

LOCK TABLES `wpau_posts` WRITE;
/*!40000 ALTER TABLE `wpau_posts` DISABLE KEYS */;
INSERT INTO `wpau_posts` VALUES (4,1,'2024-08-15 10:00:50','2024-08-15 10:00:50','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-08-15 10:00:50','2024-08-15 10:00:50','',0,'https://listings.arxacommunications.com/navigation/',0,'wp_navigation','',0),(6,1,'2024-08-15 10:51:40','2024-08-15 10:51:40','','Default Kit','','publish','closed','closed','','default-kit','','','2024-08-28 09:21:46','2024-08-28 09:21:46','',0,'https://listings.arxacommunications.com/?p=6',0,'elementor_library','',0),(8,1,'2024-08-15 11:20:07','2024-08-15 11:20:07','','One Click Demo Import - log_file_2024-08-15__11-20-07','','inherit','open','closed','','one-click-demo-import-log_file_2024-08-15__11-20-07','','','2024-08-15 11:20:07','2024-08-15 11:20:07','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/log_file_2024-08-15__11-20-07.txt',0,'attachment','text/plain',0),(10,1,'2020-09-10 14:24:31','2020-09-10 14:24:31','<h2>Real Estate Leads & Digital Marketing Solutions</h2>\n                                    <p>Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services in Canada.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Contact Us\n					</a>\n    [wpforms id=\"your-form-id\"]\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"2dc89a574eb97dfc9a2b77e62195a56a\" data-token-time=\"1725454178\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"74d18b6d98\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Experience the Power of Targeted Real Estate Marketing for Generating Leads in Canada.</h2>\n                                    <p>Unlock the potential of your real estate business with our comprehensive, full-service marketing expertise. We specialize in crafting customized strategies that establish and elevate your presence in the competitive Canadian market.\n<br><br>Our team of seasoned professionals excels in every facet of real estate marketing, including advanced search engine optimization (SEO), strategic social media campaigns, compelling content creation, precision-targeted email marketing, and high-impact paid advertising. We focus on driving results that matterâ€”boosting your visibility, attracting qualified leads, and ultimately closing more deals.</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"584\" height=\"438\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-120x90.webp 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />													\n                                    <h2>Our Services</h2>\n                                    <p>We are committed to delivering top-notch solutions that cater to your unique needs.</p>\n														<a href=\"https://point2listing.ca/lead-generation/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/lead-generation/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/lead-generation/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/digital-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://point2listing.ca/digital-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/digital-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/web-development/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://point2listing.ca/web-development/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/web-development/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/content-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://point2listing.ca/content-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/content-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/seo/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://point2listing.ca/seo/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/seo/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/ppc/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://point2listing.ca/ppc/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/ppc/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/social-media-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://point2listing.ca/social-media-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/social-media-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/email-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://point2listing.ca/email-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/email-marketing/\" >\n							Find more						</a>\n                                    <h2>Leads Filtration Process</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Collection.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Lead Collection</strong>\n                                <!-- text-with-icon-title -->\n                                    The lead collection step involves gathering potential leads from various sources like online forms, trade shows, and social media. Essential details such as contact information, company size, and industry are collected. This data forms the basis for further qualification and enrichment.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Initial-Qualification.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Initial Qualification</strong>\n                                <!-- text-with-icon-title -->\n                                    Initial qualification assesses whether each lead meets key criteria relevant to the companyâ€™s target audience. This includes evaluating industry relevance, company size, and geographic location, as well as job title. Leads are scored to prioritize those with a higher potential for conversion.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Enrichment.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Lead Enrichment</strong>\n                                <!-- text-with-icon-title -->\n                                    Lead enrichment enhances data by adding details such as company revenue or recent activities. This provides a comprehensive view of each lead, allowing for better segmentation and targeted engagement. Enriched leads are categorized based on their fit with the ideal customer profile.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Sales-Readiness.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Sales Readiness</strong>\n                                <!-- text-with-icon-title -->\n                                    Sales readiness determines if a lead is ready to be passed to the sales team. Criteria such as budget, authority, need, and timing are thoroughly evaluated to assess readiness. Qualified leads are handed off with detailed information and a follow-up strategy to effectively nurture them through the sales funnel.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Areas</h2>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>QUEBEC</h2>\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ONTARIO</h2>\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>\n                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ALBERTA</h2>\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>BRITISH COLUMBIA</h2>\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                   <h2>NOVA SCOTIA</h2>\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                 <h2>SASKATCHEWAN</h2>\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n                                    <h2>Areas</h2>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>QUEBEC</h2>\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ONTARIO</h2>\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>\n                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ALBERTA</h2>\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>BRITISH COLUMBIA</h2>\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                   <h2>NOVA SCOTIA</h2>\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                 <h2>SASKATCHEWAN</h2>\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n                                    <h2>Our Partners</h2>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1-150x150.webp\" alt=\"Homelife (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1-150x150.webp\" alt=\"Expo-reality (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/CIR-1-150x150.webp\" alt=\"CIR (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/2reality-1-150x150.webp\" alt=\"2reality (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1-150x150.webp\" alt=\"sothebys (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1-150x150.webp\" alt=\"Royal-lpage (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Remax-1-150x150.webp\" alt=\"Remax (1)\" /></figure>			\n                                    <h2>Read from our blog</h2>\n		<a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp\" alt=\"Real Estate Lead Generation\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">The Best Real Estate Lead Generation Companies of 2024</a></h3>\n		<!-- blog-post-title -->\n			Looking for a shortcut to real estate success? Look no further than the best lead generation...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp\" alt=\"7 Real Estate Lead Generation Tips for Quick Results\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">7 Real Estate Lead Generation Tips for Quick Results</a></h3>\n		<!-- blog-post-title -->\n			In the fast-moving world of real estate, finding potential customers is important for success,...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp\" alt=\"\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">What Are The Benefits Of Real Estate Lead Generation?</a></h3>\n		<!-- blog-post-title -->\n			Real estate agents know that finding new clients is key to growing their business. Lead generation...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Homepage - Point2 Lisiting','','publish','closed','closed','','homepage','','','2024-09-04 12:49:38','2024-09-04 12:49:38','',0,'https://demo18.houzez.co/?page_id=10',0,'page','',0),(12,1,'2020-09-10 14:28:40','2020-09-10 14:28:40','','Default Kit','','publish','closed','closed','','default-kit-2','','','2020-09-10 14:28:40','2020-09-10 14:28:40','',0,'https://demo18.houzez.co/?elementor_library=default-kit',0,'elementor_library','',0),(15,1,'2024-08-28 11:55:12','2020-09-10 14:34:44','','Home','','publish','closed','closed','','home','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://demo18.houzez.co/?p=15',1,'nav_menu_item','',0),(20,1,'2020-09-10 14:42:23','2020-09-10 14:42:23','<h1>Portfolio</h1>		\n                                    <h2>Exterior design projects</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"55b8bd4\" data-elementor-lightbox-title=\"image-9\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-9.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-9.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-9.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-9-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-9-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-9-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-9-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-9-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"55b8bd4\" data-elementor-lightbox-title=\"house-model-3\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"55b8bd4\" data-elementor-lightbox-title=\"house-model-4\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"55b8bd4\" data-elementor-lightbox-title=\"image-11\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-11.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-11.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-11.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-11-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-11-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-11-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-11-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-11-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"55b8bd4\" data-elementor-lightbox-title=\"house-model-1\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"55b8bd4\" data-elementor-lightbox-title=\"house-model-2\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"55b8bd4\" data-elementor-lightbox-title=\"image-12\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-12.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-12.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-12.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-12-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-12-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-12-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-12-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-12-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"55b8bd4\" data-elementor-lightbox-title=\"image-4\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-4.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-4.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-4.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"55b8bd4\" data-elementor-lightbox-title=\"image-3\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-3.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-3.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f1241b\" data-elementor-lightbox-title=\"gallery-3\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f1241b\" data-elementor-lightbox-title=\"image-7\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f1241b\" data-elementor-lightbox-title=\"cozy-1\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f1241b\" data-elementor-lightbox-title=\"gallery-1\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-1.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-1.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f1241b\" data-elementor-lightbox-title=\"gallery-4\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-4.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-4.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-4.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f1241b\" data-elementor-lightbox-title=\"gallery-6\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-6.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-6.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f1241b\" data-elementor-lightbox-title=\"gallery-7\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-7.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-7.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-7.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f1241b\" data-elementor-lightbox-title=\"gallery-5\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-5.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-5.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f1241b\" data-elementor-lightbox-title=\"image-10\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-10.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-10.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-10.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-10-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-10-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-10-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-10-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-10-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure>\n                                    <h2>Interior design projects</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','Portfolio','','publish','closed','closed','','portfolio','','','2024-08-15 11:23:06','2024-08-15 11:23:06','',0,'https://demo18.houzez.co/?page_id=20',0,'page','',0),(22,1,'2020-09-10 14:42:45','2020-09-10 14:42:45','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>About us</h1>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>About Point2listing</h2>\n		<p>At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth. Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence.</p>Our team of professional realtors is dedicated to offering expert guidance at every step of the process.Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.		\n			<h2>Our Path To Success: Guiding Principles For Growth</h2>		\n		<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','About us','','publish','closed','closed','','about-us','','','2024-09-03 06:03:04','2024-09-03 06:03:04','',0,'https://demo18.houzez.co/?page_id=22',0,'page','',0),(24,1,'2020-09-10 14:43:11','2020-09-10 14:43:11','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact us</h1>		\n			<h2>Get In Touch</h2>		\n		<p>Fill out this form and one of our agents will be in touch with you soon</p><form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725281505\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/contact-us/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n    [wpforms id=\"your-form-id\"]\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=135%20Laurier%20Avenue%20West%20Ste%20461%20Ottawa%20ON%20K1P%205J2&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n					aria-label=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n			></iframe>\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"tel:(888)%20876-1054\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h3>\n						<a href=\"tel:(888)%20876-1054\" >\n							Call						</a>\n					</h3>\n									<p>\n						(888) 876-1054					</p>\n				<a href=\"mailto:info@point2listings.ca\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				</a>\n									<h3>\n						<a href=\"mailto:info@point2listings.ca\" >\n							Email						</a>\n					</h3>\n									<p>\n						info@point2listing.ca					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				\n									<h3>\n							Address						\n					</h3>\n									<p>\n						135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2					</p>','Contact us','','publish','closed','closed','','contact-us','','','2024-09-02 12:51:45','2024-09-02 12:51:45','',0,'https://demo18.houzez.co/?page_id=24',0,'page','',0),(26,1,'2024-08-28 11:55:12','2020-09-10 14:43:38',' ','','','publish','closed','closed','','26','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://demo18.houzez.co/?p=26',13,'nav_menu_item','',0),(27,1,'2024-08-28 11:55:12','2020-09-10 14:43:38','','About','','publish','closed','closed','','about','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://demo18.houzez.co/?p=27',2,'nav_menu_item','',0),(40,1,'2020-09-10 16:20:06','2020-09-10 16:20:06','','house-model-1','','inherit','open','closed','','house-model-1','','','2020-09-10 16:20:06','2020-09-10 16:20:06','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1.jpg',0,'attachment','image/jpeg',0),(41,1,'2020-09-10 16:20:17','2020-09-10 16:20:17','','house-model-2','','inherit','open','closed','','house-model-2','','','2020-09-10 16:20:17','2020-09-10 16:20:17','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2.jpg',0,'attachment','image/jpeg',0),(42,1,'2020-09-10 16:20:24','2020-09-10 16:20:24','','house-model-3','','inherit','open','closed','','house-model-3','','','2020-09-10 16:20:24','2020-09-10 16:20:24','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3.jpg',0,'attachment','image/jpeg',0),(43,1,'2020-09-10 16:20:31','2020-09-10 16:20:31','','house-model-4','','inherit','open','closed','','house-model-4','','','2020-09-10 16:20:31','2020-09-10 16:20:31','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4.jpg',0,'attachment','image/jpeg',0),(45,1,'2020-09-10 16:25:42','2020-09-10 16:25:42','','cozy-1','','inherit','open','closed','','cozy-1','','','2020-09-10 16:25:42','2020-09-10 16:25:42','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1.jpg',0,'attachment','image/jpeg',0),(64,1,'2020-09-10 16:49:01','2020-09-10 16:49:01','','logo-houzez-color-1','','inherit','open','closed','','logo-houzez-color-1','','','2020-09-10 16:49:01','2020-09-10 16:49:01','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/logo-houzez-color-1.png',0,'attachment','image/png',0),(65,1,'2020-09-10 16:49:02','2020-09-10 16:49:02','','logo-houzez-color@2x-1','','inherit','open','closed','','logo-houzez-color2x-1','','','2020-09-10 16:49:02','2020-09-10 16:49:02','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/logo-houzez-color@2x-1.png',0,'attachment','image/png',0),(71,1,'2020-09-10 17:12:14','2020-09-10 17:12:14','','image-1','','inherit','open','closed','','image-1','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-1.jpg',0,'attachment','image/jpeg',0),(73,1,'2020-09-10 17:13:02','2020-09-10 17:13:02','','image-2','','inherit','open','closed','','image-2','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-2.jpg',0,'attachment','image/jpeg',0),(74,1,'2020-09-10 17:18:42','2020-09-10 17:18:42','','image-3','','inherit','open','closed','','image-3','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-3.jpg',0,'attachment','image/jpeg',0),(75,1,'2020-09-10 17:21:08','2020-09-10 17:21:08','','image-4','','inherit','open','closed','','image-4','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-4.jpg',0,'attachment','image/jpeg',0),(77,1,'2020-09-10 17:23:17','2020-09-10 17:23:17','','image-5','','inherit','open','closed','','image-5','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-5.jpg',0,'attachment','image/jpeg',0),(89,1,'2020-09-10 18:21:00','2020-09-10 18:21:00','','Partner 01','','draft','closed','closed','','partner-01','','','2024-09-02 14:41:56','2024-09-02 14:41:56','',0,'https://demo18.houzez.co/?post_type=houzez_partner&#038;p=89',0,'houzez_partner','',0),(90,1,'2020-09-10 18:20:55','2020-09-10 18:20:55','','partner-01-e1582734705113','','inherit','open','closed','','partner-01-e1582734705113','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',89,'https://demo18.houzez.co/wp-content/uploads/2020/09/partner-01-e1582734705113.jpg',0,'attachment','image/jpeg',0),(92,1,'2020-09-10 18:21:25','2020-09-10 18:21:25','','Partner 02','','draft','closed','closed','','partner-02','','','2024-09-02 14:41:56','2024-09-02 14:41:56','',0,'https://demo18.houzez.co/?post_type=houzez_partner&#038;p=92',0,'houzez_partner','',0),(93,1,'2020-09-10 18:21:21','2020-09-10 18:21:21','','partner-02-e1582734691936','','inherit','open','closed','','partner-02-e1582734691936','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',92,'https://demo18.houzez.co/wp-content/uploads/2020/09/partner-02-e1582734691936.jpg',0,'attachment','image/jpeg',0),(95,1,'2020-09-10 18:22:17','2020-09-10 18:22:17','','Partner 03','','draft','closed','closed','','partner-03','','','2024-09-02 14:41:56','2024-09-02 14:41:56','',0,'https://demo18.houzez.co/?post_type=houzez_partner&#038;p=95',0,'houzez_partner','',0),(96,1,'2020-09-10 18:22:08','2020-09-10 18:22:08','','partner-03-e1582734671602','','inherit','open','closed','','partner-03-e1582734671602','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',95,'https://demo18.houzez.co/wp-content/uploads/2020/09/partner-03-e1582734671602.jpg',0,'attachment','image/jpeg',0),(98,1,'2020-09-10 18:22:54','2020-09-10 18:22:54','','Partner 04','','draft','closed','closed','','partner-04','','','2024-09-02 14:41:56','2024-09-02 14:41:56','',0,'https://demo18.houzez.co/?post_type=houzez_partner&#038;p=98',0,'houzez_partner','',0),(99,1,'2020-09-10 18:22:49','2020-09-10 18:22:49','','partner-04-e1582734649458','','inherit','open','closed','','partner-04-e1582734649458','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',98,'https://demo18.houzez.co/wp-content/uploads/2020/09/partner-04-e1582734649458.jpg',0,'attachment','image/jpeg',0),(101,1,'2020-09-10 18:23:23','2020-09-10 18:23:23','','Partner 05','','draft','closed','closed','','partner-05','','','2024-09-02 14:41:56','2024-09-02 14:41:56','',0,'https://demo18.houzez.co/?post_type=houzez_partner&#038;p=101',0,'houzez_partner','',0),(102,1,'2020-09-10 18:23:16','2020-09-10 18:23:16','','partner-05-e1582734603812','','inherit','open','closed','','partner-05-e1582734603812','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',101,'https://demo18.houzez.co/wp-content/uploads/2020/09/partner-05-e1582734603812.jpg',0,'attachment','image/jpeg',0),(106,1,'2020-09-10 18:30:57','2020-09-10 18:30:57','','image-6','','inherit','open','closed','','image-6','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-6.jpg',0,'attachment','image/jpeg',0),(113,1,'2020-09-10 18:56:47','2020-09-10 18:56:47','','streamline-icon-real-estate-deal-key-1@64x64','','inherit','open','closed','','streamline-icon-real-estate-deal-key-164x64','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-real-estate-deal-key-1@64x64.svg',0,'attachment','image/svg+xml',0),(114,1,'2020-09-10 19:01:09','2020-09-10 19:01:09','','streamline-icon-ecology-leaf@64x64','','inherit','open','closed','','streamline-icon-ecology-leaf64x64','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg',0,'attachment','image/svg+xml',0),(115,1,'2020-09-10 19:07:48','2020-09-10 19:07:48','','streamline-icon-armchair-modern-1@64x64','','inherit','open','closed','','streamline-icon-armchair-modern-164x64','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-armchair-modern-1@64x64.svg',0,'attachment','image/svg+xml',0),(123,1,'2020-09-10 19:20:52','2020-09-10 19:20:52','','image-7','','inherit','open','closed','','image-7','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-7.jpg',0,'attachment','image/jpeg',0),(130,1,'2020-09-10 19:29:30','2020-09-10 19:29:30','','streamline-icon-common-file-award@64x64','','inherit','open','closed','','streamline-icon-common-file-award64x64','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-common-file-award@64x64.svg',0,'attachment','image/svg+xml',0),(131,1,'2020-09-10 19:32:07','2020-09-10 19:32:07','','streamline-icon-school-book-trophy@64x64','','inherit','open','closed','','streamline-icon-school-book-trophy64x64','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg',0,'attachment','image/svg+xml',0),(134,1,'2020-09-10 20:31:05','2020-09-10 20:31:05','','streamline-icon-study-light-idea@140x140','','inherit','open','closed','','streamline-icon-study-light-idea140x140','','','2024-08-15 11:23:03','2024-08-15 11:23:03','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-study-light-idea@140x140.svg',0,'attachment','image/svg+xml',0),(140,1,'2020-09-10 20:43:35','2020-09-10 20:43:35','','image-8','','inherit','open','closed','','image-8','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-8.jpg',0,'attachment','image/jpeg',0),(149,1,'2020-09-10 21:18:32','2020-09-10 21:18:32','<a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    1+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-6-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n		<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.</strong> Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home </h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>3</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>2.5</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>1</strong> </li><li>Garage</li></ul><ul><li> <strong>2900</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>31&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>36&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $250,000\n        </li><li>\n            <strong>Property Size</strong> \n            2900 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            3\n        </li><li>\n            <strong>Bathrooms</strong> \n            2.5\n        </li><li>\n            <strong>Garage</strong> \n            1\n        </li><li>\n            <strong>Garage Size</strong> \n            330 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li><strong>Exterior Features</strong> Brick, Wood</li><li><strong>Roof</strong> Concrete tile, Wood</li><li><strong>Yard</strong> Patio</li><li><strong>Types of Rooms</strong> Loft, Den, Home office area</li><li><strong>Flooring</strong> Wood, Tile</li><li><strong>Kitchen</strong> Appliances, Counters</li><li><strong>Dining</strong> Dining</li><li><strong>Master Suite</strong> Balcony, Outside access</li><li><strong>Bathroom</strong> Built-in dressing vanities, Heated floors</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 560 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1 Bedroom</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1 Bathroom</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 980 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>2 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1.5 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		92.42 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n	</ul>\n<ul>\n	<li>\n	            92.42 kWh / mÂ²a | Energy class A+\n	            A+\n	        </li><li>\n	            A\n	        </li><li>\n	            B\n	        </li><li>\n	            C\n	        </li><li>\n	            D\n	        </li><li>\n	            E\n	        </li><li>\n	            F\n	        </li><li>\n	            G\n	        </li><li>\n	            H\n	        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-4/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-3/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-2/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-1/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>','Single Family Home','','draft','closed','closed','','solution-1','','','2024-09-02 14:34:38','2024-09-02 14:34:38','',0,'https://demo18.houzez.co/?post_type=property&#038;p=149',0,'property','',0),(151,1,'2020-09-10 21:19:32','2020-09-10 21:19:32','<a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    2+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n		<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.</strong>Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home</h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>5</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>3</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>1</strong> </li><li>Garage</li></ul><ul><li> <strong>3500</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>36&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>41&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $350,000\n        </li><li>\n            <strong>Property Size</strong> \n            3500 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            5\n        </li><li>\n            <strong>Bathrooms</strong> \n            3\n        </li><li>\n            <strong>Garage</strong> \n            1\n        </li><li>\n            <strong>Garage Size</strong> \n            380 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li><strong>Exterior Features</strong> Wood, Brick</li><li><strong>Roof</strong> Concrete tile, Wood</li><li><strong>Yard</strong> Gardens</li><li><strong>Types of Rooms</strong> Loft, Media room, Home office area, Den</li><li><strong>Flooring</strong> Marble, Wood</li><li><strong>Kitchen</strong> Appliances, Counters, Wine refrigerators</li><li><strong>Dining</strong> Space in kitchen, Breakfast nook, Dining</li><li><strong>Master Suite</strong> Balcony, Outside access, Dual walk-in closets</li><li><strong>Bathroom</strong> Built-in dressing vanities, Stone or tile surfaces, Heated floors</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 1470 Sq FT</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>2 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>2 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 1789 Sq FT</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>4 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>4 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		55.87 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>EPC Current Rating:</strong> \n		A\n	</li>\n	</ul>\n<ul>\n	<li>\n	            55.87 kWh / mÂ²a | Energy class A+\n	            A+\n	        </li><li>\n	            A\n	        </li><li>\n	            B\n	        </li><li>\n	            C\n	        </li><li>\n	            D\n	        </li><li>\n	            E\n	        </li><li>\n	            F\n	        </li><li>\n	            G\n	        </li><li>\n	            H\n	        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-4/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-3/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-2/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-1/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>','Standard Modern Villa','','draft','closed','closed','','solution-2','','','2024-09-02 14:34:29','2024-09-02 14:34:29','',0,'https://demo18.houzez.co/?post_type=property&#038;p=151',0,'property','',0),(153,1,'2020-09-10 21:20:11','2020-09-10 21:20:11','<a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    2+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-6-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n		<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.</strong>Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home</h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>6</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>3</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>2</strong> </li><li>Garages</li></ul><ul><li> <strong>9800</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>56&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>68&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $550,000\n        </li><li>\n            <strong>Property Size</strong> \n            9800 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            6\n        </li><li>\n            <strong>Bathrooms</strong> \n            3\n        </li><li>\n            <strong>Garages</strong> \n            2\n        </li><li>\n            <strong>Garage Size</strong> \n            650 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li><strong>Exterior Features</strong> Brick, Wood, Stone, Stucco</li><li><strong>Roof</strong> Concrete tile, Wood</li><li><strong>Yard</strong> Gardens, Swimming pool, Deck, Patio</li><li><strong>Types of Rooms</strong> Loft, Media room, Den, Home office area, Wine storage, Library</li><li><strong>Flooring</strong> Carpeting, Wood, Marble, Concrete, Stone</li><li><strong>Kitchen</strong> , Counters, Warming drawers, Dining bars, Appliances</li><li><strong>Dining</strong> Space in kitchen, Breakfast nook, Formal dining room, Dining</li><li><strong>Master Suite</strong> Balcony, Outside access, Private patio, Surround sound, Dual walk-in closets</li><li><strong>Bathroom</strong> Built-in dressing vanities, Separate shower, Stone or tile surfaces, Heated floors</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 2870 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>7 Rooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>4 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 2890 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>5 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>5 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n																	</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		55.87 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>EPC Current Rating:</strong> \n		A\n	</li>\n	</ul>\n<ul>\n	<li>\n	            55.87 kWh / mÂ²a | Energy class A+\n	            A+\n	        </li><li>\n	            A\n	        </li><li>\n	            B\n	        </li><li>\n	            C\n	        </li><li>\n	            D\n	        </li><li>\n	            E\n	        </li><li>\n	            F\n	        </li><li>\n	            G\n	        </li><li>\n	            H\n	        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-4/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-3/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-2/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-1/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','Large Luxury Villa','','draft','closed','closed','','solution-3','','','2024-09-02 14:34:18','2024-09-02 14:34:18','',0,'https://demo18.houzez.co/?post_type=property&#038;p=153',0,'property','',0),(155,1,'2020-09-10 21:20:52','2020-09-10 21:20:52','<a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-2-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    4+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n		<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.</strong>Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home</h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>7</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>7</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>3</strong> </li><li>Garages</li></ul><ul><li> <strong>13000</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>64&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>72&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $990,000\n        </li><li>\n            <strong>Property Size</strong> \n            13000 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            7\n        </li><li>\n            <strong>Bathrooms</strong> \n            7\n        </li><li>\n            <strong>Garages</strong> \n            3\n        </li><li>\n            <strong>Garage Size</strong> \n            850 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li><strong>Exterior Features</strong> Brick, Wood, Concrete block, Stucco, Stone</li><li><strong>Roof</strong> Wood, Concrete tile</li><li><strong>Yard</strong> Gardens, Swimming pool, Deck, Outdoor kitchen, Patio</li><li><strong>Types of Rooms</strong> Loft, Home office area, Media room, Library, Den, Wine storage, Guest quarters, Workout room</li><li><strong>Flooring</strong> Carpeting, Concrete, Marble, Stone, Bamboo</li><li><strong>Kitchen</strong> Appliances, Islands and wet bars, Dining bars, Warming drawers, Wine refrigerators, Under-cabinet lighting</li><li><strong>Dining</strong> Space in kitchen, Formal dining room, Outdoor kitchen, Breakfast nook, Dining</li><li><strong>Master Suite</strong> Balcony, Outside access, Private patio, Surround sound, Wet bar, Dual walk-in closets, Fireplace</li><li><strong>Bathroom</strong> Built-in dressing vanities, Separate shower, Rainshower heads, Heated floors, Stone or tile surfaces</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 3590 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>12 Rooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>4 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 3140 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>8 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>8 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		96.87 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>EPC Current Rating:</strong> \n		A\n	</li>\n	</ul>\n<ul>\n	<li>\n	            96.87 kWh / mÂ²a | Energy class A+\n	            A+\n	        </li><li>\n	            A\n	        </li><li>\n	            B\n	        </li><li>\n	            C\n	        </li><li>\n	            D\n	        </li><li>\n	            E\n	        </li><li>\n	            F\n	        </li><li>\n	            G\n	        </li><li>\n	            H\n	        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-4/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-3/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-2/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-1/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','Superior Villa','','draft','closed','closed','','solution-4','','','2024-09-02 14:33:53','2024-09-02 14:33:53','',0,'https://demo18.houzez.co/?post_type=property&#038;p=155',0,'property','',0),(1249,1,'2020-09-11 14:49:50','2020-09-11 14:49:50',' ','','','publish','closed','closed','','1249','','','2020-09-11 14:49:50','2020-09-11 14:49:50','',0,'https://demo18.houzez.co/?p=1249',4,'nav_menu_item','',0),(1250,1,'2020-09-11 14:49:50','2020-09-11 14:49:50',' ','','','publish','closed','closed','','1250','','','2020-09-11 14:49:50','2020-09-11 14:49:50','',0,'https://demo18.houzez.co/?p=1250',3,'nav_menu_item','',0),(1259,1,'2020-09-11 18:03:14','2020-09-11 18:03:14','<h3>Custom Inquiry Form</h3><p>The Inquiry Form widget allows you to design unique forms to capture your leads. This form automatically connects with the integrated Houzez CRM and your email inbox to keep everything on track.</p>		\n			Please install and activate Houzez CRM plugin.','Demo 01 &#8211; Inquiry form','','publish','closed','closed','','demo-01-inquiry-form','','','2020-09-11 18:03:14','2020-09-11 18:03:14','',0,'https://demo18.houzez.co/?elementor_library=demo-01-inquiry-form',0,'elementor_library','',0),(1263,1,'2020-09-11 18:22:46','2020-09-11 18:22:46','','streamline-icon-phone-actions-ring@64x64','','inherit','open','closed','','streamline-icon-phone-actions-ring64x64','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',24,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-phone-actions-ring@64x64.svg',0,'attachment','image/svg+xml',0),(1264,1,'2020-09-11 18:25:13','2020-09-11 18:25:13','','streamline-icon-read-email-at@64x64','','inherit','open','closed','','streamline-icon-read-email-at64x64','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',24,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-read-email-at@64x64.svg',0,'attachment','image/svg+xml',0),(1265,1,'2020-09-11 18:26:00','2020-09-11 18:26:00','','streamline-icon-style-one-pin-check@64x64','','inherit','open','closed','','streamline-icon-style-one-pin-check64x64','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',24,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-style-one-pin-check@64x64.svg',0,'attachment','image/svg+xml',0),(1273,1,'2020-09-11 20:00:55','2020-09-11 20:00:55','','Combined-Shape.png','','inherit','open','closed','','combined-shape-png','','','2020-09-11 20:00:55','2020-09-11 20:00:55','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/Combined-Shape.png',0,'attachment','image/png',0),(1274,1,'2020-09-11 20:00:56','2020-09-11 20:00:56','','slider1.jpg','','inherit','open','closed','','slider1-jpg','','','2020-09-11 20:00:56','2020-09-11 20:00:56','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/slider1.jpg',0,'attachment','image/jpeg',0),(1293,1,'2020-09-14 17:28:40','2020-09-14 17:28:40','','streamline-icon-project-blueprint-idea@64x64','','inherit','open','closed','','streamline-icon-project-blueprint-idea64x64','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-project-blueprint-idea@64x64.svg',0,'attachment','image/svg+xml',0),(1295,1,'2020-09-14 17:29:48','2020-09-14 17:29:48','','streamline-icon-heavy-equipment-hook@64x64','','inherit','open','closed','','streamline-icon-heavy-equipment-hook64x64','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-heavy-equipment-hook@64x64.svg',0,'attachment','image/svg+xml',0),(1296,1,'2020-09-14 17:30:20','2020-09-14 17:30:20','','streamline-icon-construction-paint@64x64','','inherit','open','closed','','streamline-icon-construction-paint64x64','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-construction-paint@64x64.svg',0,'attachment','image/svg+xml',0),(1297,1,'2020-09-14 17:31:02','2020-09-14 17:31:02','','streamline-icon-construction-pipe@64x64','','inherit','open','closed','','streamline-icon-construction-pipe64x64','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-construction-pipe@64x64.svg',0,'attachment','image/svg+xml',0),(1298,1,'2020-09-14 17:31:20','2020-09-14 17:31:20','','streamline-icon-construction-brick@64x64','','inherit','open','closed','','streamline-icon-construction-brick64x64','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-construction-brick@64x64.svg',0,'attachment','image/svg+xml',0),(1299,1,'2020-09-14 17:31:40','2020-09-14 17:31:40','','streamline-icon-construction-fence@64x64','','inherit','open','closed','','streamline-icon-construction-fence64x64','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-construction-fence@64x64.svg',0,'attachment','image/svg+xml',0),(1300,1,'2020-09-14 17:32:37','2020-09-14 17:32:37','','streamline-icon-project-blueprint-buildings@64x64','','inherit','open','closed','','streamline-icon-project-blueprint-buildings64x64','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-project-blueprint-buildings@64x64.svg',0,'attachment','image/svg+xml',0),(1301,1,'2020-09-14 17:33:07','2020-09-14 17:33:07','','streamline-icon-house-modern@64x64','','inherit','open','closed','','streamline-icon-house-modern64x64','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-house-modern@64x64.svg',0,'attachment','image/svg+xml',0),(1320,1,'2020-09-14 18:49:06','2020-09-14 18:49:06','','News','','publish','closed','closed','','news','','','2020-09-14 18:49:06','2020-09-14 18:49:06','',0,'https://demo18.houzez.co/?page_id=1320',0,'page','',0),(1333,1,'2020-09-14 19:27:23','2020-09-14 19:27:23','','gallery-1','','inherit','open','closed','','gallery-1','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',149,'https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1.jpg',0,'attachment','image/jpeg',0),(1334,1,'2020-09-14 19:27:26','2020-09-14 19:27:26','','gallery-2','','inherit','open','closed','','gallery-2','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',149,'https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-2.jpg',0,'attachment','image/jpeg',0),(1335,1,'2020-09-14 19:27:29','2020-09-14 19:27:29','','gallery-3','','inherit','open','closed','','gallery-3','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',149,'https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3.jpg',0,'attachment','image/jpeg',0),(1336,1,'2020-09-14 19:27:33','2020-09-14 19:27:33','','gallery-4','','inherit','open','closed','','gallery-4','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',149,'https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4.jpg',0,'attachment','image/jpeg',0),(1337,1,'2020-09-14 19:27:38','2020-09-14 19:27:38','','gallery-5','','inherit','open','closed','','gallery-5','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',149,'https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5.jpg',0,'attachment','image/jpeg',0),(1338,1,'2020-09-14 19:27:42','2020-09-14 19:27:42','','gallery-6','','inherit','open','closed','','gallery-6','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',149,'https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6.jpg',0,'attachment','image/jpeg',0),(1339,1,'2020-09-14 19:27:45','2020-09-14 19:27:45','','gallery-7','','inherit','open','closed','','gallery-7','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',149,'https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7.jpg',0,'attachment','image/jpeg',0),(1345,1,'2020-09-14 20:20:08','2020-09-14 20:20:08','','streamline-icon-kitchen-counter-1@24x24','','inherit','open','closed','','streamline-icon-kitchen-counter-124x24','','','2020-09-14 20:20:08','2020-09-14 20:20:08','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-kitchen-counter-1@24x24.png',0,'attachment','image/png',0),(1370,1,'2020-09-15 17:00:21','2020-09-15 17:00:21','','streamline-icon-real-estate-dimensions-block@25x25 (1)','','inherit','open','closed','','streamline-icon-real-estate-dimensions-block25x25-1','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',149,'https://demo18.houzez.co/wp-content/uploads/2020/09/streamline-icon-real-estate-dimensions-block@25x25-1.svg',0,'attachment','image/svg+xml',0),(1376,1,'2020-09-15 17:46:59','2020-09-15 17:46:59','','plan-1','','inherit','open','closed','','plan-1','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',149,'https://demo18.houzez.co/wp-content/uploads/2020/09/plan-1.jpg',0,'attachment','image/jpeg',0),(1377,1,'2020-09-15 17:48:11','2020-09-15 17:48:11','','plan-2','','inherit','open','closed','','plan-2','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',149,'https://demo18.houzez.co/wp-content/uploads/2020/09/plan-2.jpg',0,'attachment','image/jpeg',0),(1418,1,'2020-09-15 20:35:01','2020-09-15 20:35:01','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>		\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    1+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-6-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n						<h2>About this home</h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>3</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>2.5</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>1</strong> </li><li>Garage</li></ul><ul><li> <strong>2900</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>31&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>36&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $250,000\n        </li><li>\n            <strong>Property Size</strong> \n            2900 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            3\n        </li><li>\n            <strong>Bathrooms</strong> \n            2.5\n        </li><li>\n            <strong>Garage</strong> \n            1\n        </li><li>\n            <strong>Garage Size</strong> \n            330 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li>\n            <strong>Property Type</strong> \n            Single Family Home\n        </li><li><strong>Exterior Features</strong> Brick, Wood</li><li><strong>Roof</strong> Concrete tile, Wood</li><li><strong>Yard</strong> Patio</li><li><strong>Types of Rooms</strong> Loft, Den, Home office area</li><li><strong>Flooring</strong> Wood, Tile</li><li><strong>Kitchen</strong> Appliances, Counters</li><li><strong>Dining</strong> Dining</li><li><strong>Master Suite</strong> Balcony, Outside access</li><li><strong>Bathroom</strong> Built-in dressing vanities, Heated floors</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"\" rel=\"noopener noreferrer\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"\" rel=\"noopener noreferrer\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 560 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1 Bedroom</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1 Bathroom</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 980 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>2 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1.5 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		92.42 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n	</ul>\n<ul>\n	<li>\n            92.42 kWh / mÂ²a | Energy class A+\n            A+\n        </li><li>\n            A\n        </li><li>\n            B\n        </li><li>\n            C\n        </li><li>\n            D\n        </li><li>\n            E\n        </li><li>\n            F\n        </li><li>\n            G\n        </li><li>\n            H\n        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-4/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Solution 4</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-3/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Solution 3</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-2/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Solution 2</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-1/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>','Single Property','','publish','closed','closed','','single-property','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/?elementor_library=single-property',0,'elementor_library','',0),(1455,1,'2020-09-16 16:38:14','2020-09-16 16:38:14','','Artboard-4team','','inherit','open','closed','','artboard-4team','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',22,'https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-4team.jpg',0,'attachment','image/jpeg',0),(1456,1,'2020-09-16 16:38:23','2020-09-16 16:38:23','','Artboard-2team','','inherit','open','closed','','artboard-2team','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',22,'https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-2team.jpg',0,'attachment','image/jpeg',0),(1457,1,'2020-09-16 16:38:30','2020-09-16 16:38:30','','Artboard-1team','','inherit','open','closed','','artboard-1team','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',22,'https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-1team.jpg',0,'attachment','image/jpeg',0),(1458,1,'2020-09-16 16:38:40','2020-09-16 16:38:40','','Artboard-3team','','inherit','open','closed','','artboard-3team','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',22,'https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-3team.jpg',0,'attachment','image/jpeg',0),(1461,1,'2020-09-16 20:14:39','2020-09-16 20:14:39','','image-9','','inherit','open','closed','','image-9','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',22,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-9.jpg',0,'attachment','image/jpeg',0),(1464,1,'2020-09-16 20:19:46','2020-09-16 20:19:46','','image-12','','inherit','open','closed','','image-12','','','2020-09-16 20:19:46','2020-09-16 20:19:46','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-12.jpg',0,'attachment','image/jpeg',0),(1465,1,'2020-09-16 20:19:52','2020-09-16 20:19:52','','image-11','','inherit','open','closed','','image-11','','','2020-09-16 20:19:52','2020-09-16 20:19:52','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-11.jpg',0,'attachment','image/jpeg',0),(1466,1,'2020-09-16 20:19:56','2020-09-16 20:19:56','','image-10','','inherit','open','closed','','image-10','','','2020-09-16 20:19:56','2020-09-16 20:19:56','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-10.jpg',0,'attachment','image/jpeg',0),(1470,1,'2020-09-16 20:24:55','2020-09-16 20:24:55','','image-13','','inherit','open','closed','','image-13','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',10,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-13.jpg',0,'attachment','image/jpeg',0),(1521,1,'2020-09-17 15:16:37','2020-09-17 15:16:37','<a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    1+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-6-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>		\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home</h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>3</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>2.5</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>1</strong> </li><li>Garage</li></ul><ul><li> <strong>2900</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>31&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>36&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $250,000\n        </li><li>\n            <strong>Property Size</strong> \n            2900 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            3\n        </li><li>\n            <strong>Bathrooms</strong> \n            2.5\n        </li><li>\n            <strong>Garage</strong> \n            1\n        </li><li>\n            <strong>Garage Size</strong> \n            330 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li>\n            <strong>Property Type</strong> \n            Single Family Home\n        </li><li><strong>Exterior Features</strong> Brick, Wood</li><li><strong>Roof</strong> Concrete tile, Wood</li><li><strong>Yard</strong> Patio</li><li><strong>Types of Rooms</strong> Loft, Den, Home office area</li><li><strong>Flooring</strong> Wood, Tile</li><li><strong>Kitchen</strong> Appliances, Counters</li><li><strong>Dining</strong> Dining</li><li><strong>Master Suite</strong> Balcony, Outside access</li><li><strong>Bathroom</strong> Built-in dressing vanities, Heated floors</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"\" rel=\"noopener noreferrer\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"\" rel=\"noopener noreferrer\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 560 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1 Bedroom</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1 Bathroom</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 980 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>2 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1.5 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		92.42 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n	</ul>\n<ul>\n	<li>\n            92.42 kWh / mÂ²a | Energy class A+\n            A+\n        </li><li>\n            A\n        </li><li>\n            B\n        </li><li>\n            C\n        </li><li>\n            D\n        </li><li>\n            E\n        </li><li>\n            F\n        </li><li>\n            G\n        </li><li>\n            H\n        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-4/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-3/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-2/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-1/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>','Single Project Page','','publish','closed','closed','','single-project-page','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/?elementor_library=single-project-page',0,'elementor_library','',0),(1530,1,'2020-09-17 15:25:04','2020-09-17 15:25:04','<a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-2-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    4+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home</h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>7</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>7</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>3</strong> </li><li>Garages</li></ul><ul><li> <strong>13000</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>64&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>72&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $990,000\n        </li><li>\n            <strong>Property Size</strong> \n            13000 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            7\n        </li><li>\n            <strong>Bathrooms</strong> \n            7\n        </li><li>\n            <strong>Garages</strong> \n            3\n        </li><li>\n            <strong>Garage Size</strong> \n            850 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li>\n            <strong>Property Type</strong> \n            Villa\n        </li><li><strong>Exterior Features</strong> Brick, Wood, Concrete block, Stucco, Stone</li><li><strong>Roof</strong> Wood, Concrete tile</li><li><strong>Yard</strong> Gardens, Swimming pool, Deck, Outdoor kitchen, Patio</li><li><strong>Types of Rooms</strong> Loft, Home office area, Media room, Library, Den, Wine storage, Guest quarters, Workout room</li><li><strong>Flooring</strong> Carpeting, Concrete, Marble, Stone, Bamboo</li><li><strong>Kitchen</strong> Appliances, Islands and wet bars, Dining bars, Warming drawers, Wine refrigerators, Under-cabinet lighting</li><li><strong>Dining</strong> Space in kitchen, Formal dining room, Outdoor kitchen, Breakfast nook, Dining</li><li><strong>Master Suite</strong> Balcony, Outside access, Private patio, Surround sound, Wet bar, Dual walk-in closets, Fireplace</li><li><strong>Bathroom</strong> Built-in dressing vanities, Separate shower, Rainshower heads, Heated floors, Stone or tile surfaces</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener noreferrer\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener noreferrer\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 3590 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>12 Rooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>4 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 3140 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>8 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>8 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		96.87 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>EPC Current Rating:</strong> \n		A\n	</li>\n	</ul>\n<ul>\n	<li>\n            96.87 kWh / mÂ²a | Energy class A+\n            A+\n        </li><li>\n            A\n        </li><li>\n            B\n        </li><li>\n            C\n        </li><li>\n            D\n        </li><li>\n            E\n        </li><li>\n            F\n        </li><li>\n            G\n        </li><li>\n            H\n        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-4/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-3/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-2/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-1/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','Single Project Page 01','','publish','closed','closed','','single-project-page-01','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/?elementor_library=single-project-page-01',0,'elementor_library','',0),(1539,1,'2020-09-17 16:12:13','2020-09-17 16:12:13','','Profile','','publish','closed','closed','','profile','','','2020-09-17 16:12:13','2020-09-17 16:12:13','',0,'https://demo18.houzez.co/?page_id=1539',0,'page','',0),(1541,1,'2020-09-17 16:12:42','2020-09-17 16:12:42','','Artboard-2team','','inherit','open','closed','','artboard-2team-2','','','2020-09-17 16:12:42','2020-09-17 16:12:42','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-2team-1.jpg',0,'attachment','image/jpeg',0),(1542,1,'2020-09-17 16:38:12','2020-09-17 16:38:12','','agent','','inherit','open','closed','','agent','','','2020-09-17 16:38:12','2020-09-17 16:38:12','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/agent.jpg',0,'attachment','image/jpeg',0),(1560,1,'2020-09-17 17:39:39','2020-09-17 17:39:39','','image-14','','inherit','open','closed','','image-14','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-14.jpg',0,'attachment','image/jpeg',0),(1562,1,'2020-09-17 17:43:55','2020-09-17 17:43:55','','image-16','','inherit','open','closed','','image-16','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/wp-content/uploads/2020/09/image-16.jpg',0,'attachment','image/jpeg',0),(1608,1,'2020-10-12 14:34:45','2020-10-12 14:34:45','','Kelly Sandoval','','publish','closed','closed','','kelly-sandoval','','','2024-08-20 10:05:49','2024-08-20 10:05:49','',0,'https://demo18.houzez.co/?post_type=houzez_testimonials&#038;p=1608',0,'houzez_testimonials','',0),(1610,1,'2020-10-12 14:34:31','2020-10-12 14:34:31','','HomeyHost08','','inherit','open','closed','','homeyhost08','','','2020-10-12 14:34:31','2020-10-12 14:34:31','',1614,'https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost08.jpg',0,'attachment','image/jpeg',0),(1611,1,'2020-10-12 14:34:32','2020-10-12 14:34:32','','HomeyHost19','','inherit','open','closed','','homeyhost19','','','2020-10-12 14:34:32','2020-10-12 14:34:32','',1608,'https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost19.jpg',0,'attachment','image/jpeg',0),(1612,1,'2020-10-12 14:34:33','2020-10-12 14:34:33','','HomeyRenter04','','inherit','open','closed','','homeyrenter04','','','2020-10-12 14:34:33','2020-10-12 14:34:33','',1616,'https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyRenter04.jpg',0,'attachment','image/jpeg',0),(1614,1,'2020-10-12 14:35:30','2020-10-12 14:35:30','','Sam Peterson','','publish','closed','closed','','sam-peterson','','','2024-08-20 10:06:43','2024-08-20 10:06:43','',0,'https://demo18.houzez.co/?post_type=houzez_testimonials&#038;p=1614',0,'houzez_testimonials','',0),(1616,1,'2020-10-12 14:36:08','2020-10-12 14:36:08','','Kenya Soval','','publish','closed','closed','','1616-2','','','2024-08-20 10:06:25','2024-08-20 10:06:25','',0,'https://demo18.houzez.co/?post_type=houzez_testimonials&#038;p=1616',0,'houzez_testimonials','',0),(1672,1,'2020-11-25 18:21:52','2020-11-25 18:21:52','<h2>We have been building houses for over 150 years</h2>\n                                    <p>This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features </p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request our brochure\n					</a>\n                                    <h2>Why our company is  the perfect partner for you? </h2>\n				<a href=\"https://demo18.houzez.co/index.php/contact-us/\">\n								</a>\n				<h3>\n					<a href=\"https://demo18.houzez.co/index.php/contact-us/\">Talk to an expert</a>\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M11.379 5.871L2.893 14.357 0.772 12.235\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M2.893 10.114L5.015 12.235\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.5,6.75a3,3,0,1,1,2.123-5.121,3.029,3.029,0,0,1,.478.621\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25,18v3.75a1.5,1.5,0,0,0,1.5,1.5h6a1.5,1.5,0,0,0,1.5-1.5V18\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25,17.25l-6.5-5.847a1.5,1.5,0,0,0-2.006,0L8.25,17.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21.75 15.9L21.75 12\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.5,3.75h0A2.25,2.25,0,0,1,15.75,6v9\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Turnkey delivery\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M10.248,21.1a7.532,7.532,0,0,1-7.531-7.532C2.717,2.645,15.861,8.252,22.189,3a.466.466,0,0,1,.479-.048.5.5,0,0,1,.3.378C24.9,14.643,16.572,21.1,10.248,21.1Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.261,11.554A24.984,24.984,0,0,0,4.652,15.84L.75,19.17\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Eco-friendly\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M19.025,15.375a9,9,0,0,0-14.05,0\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3.000 9.750 A9.000 9.000 0 1 0 21.000 9.750 A9.000 9.000 0 1 0 3.000 9.750 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 18.75L12 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 23.25L16.5 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5,13.205V7a3.006,3.006,0,0,0-.6-1.8L5.582,3.443\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.5,13.205V7a3.006,3.006,0,0,1,.6-1.8l1.319-1.757\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					High-end materials\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 140 140\" width=\"140\" height=\"140\"><g transform=\"matrix(5.833333333333333,0,0,5.833333333333333,0,0)\"><path d=\"M12 2.251L12 0.751\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.364 4.888L19.425 3.827\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 11.251L22.5 11.251\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.364 17.615L19.425 18.676\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.636 4.888L4.575 3.827\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 11.251L1.5 11.251\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.636 17.615L4.575 18.676\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9,16.449v2.3a3,3,0,0,0,6,0v-2.3\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.000 11.251 A6.000 6.000 0 1 0 18.000 11.251 A6.000 6.000 0 1 0 6.000 11.251 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 21.751L12 23.251\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Top know-how\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M.75,23.25H5.571a1.966,1.966,0,0,0,1.929-2v-2a1.966,1.966,0,0,0-1.929-2H.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.641,23.25H21.75a1.5,1.5,0,0,0,1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5H5.641\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 17.25L20.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 17.25L17.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M14.25 17.25L14.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25 17.25L11.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 20.25L0.75 20.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.2,17.25V16a.549.549,0,0,0-.388-.513A3.743,3.743,0,0,1,13.2,11.75c0-3.789,4.651.945,4.8-10.435A.586.586,0,0,0,17.4.75H6.6a.586.586,0,0,0-.6.565c.148,11.38,4.8,6.646,4.8,10.435a3.743,3.743,0,0,1-2.614,3.741A.548.548,0,0,0,7.8,16V17.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.023,2.25H3.55A.536.536,0,0,0,3,2.826c.131,1.379.774,4.752,3.925,4.673\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.977,2.25h2.542a.535.535,0,0,1,.547.576c-.132,1.389-.783,4.8-3.992,4.67\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Awarded company\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M14.96,17.22l-.633,5.241a.666.666,0,0,0,1.127.591l1.823-1.822L19.1,23.052a.667.667,0,0,0,1.128-.591l-.641-5.277\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.500 14.250 A3.750 3.750 0 1 0 21.000 14.250 A3.750 3.750 0 1 0 13.500 14.250 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M10.5,20.25h-6A1.5,1.5,0,0,1,3,18.75V2.25A1.5,1.5,0,0,1,4.5.75H15.129a1.5,1.5,0,0,1,1.06.439l2.872,2.872a1.5,1.5,0,0,1,.439,1.06V8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Certifications\n				</h3>\n                                    <h2>You dream your house, we make it real </h2>\n                                    <p>This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features </p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request our brochure\n					</a>\n                                    <h2>Discover our prefab solutions</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-4/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-3/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-2/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-1/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>How we create our prefab homes</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n											<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"683\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-13.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://demo18.houzez.co/index.php/services/\">Design quality</a></h3>		\n		<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\">\n								</a>\n					<a href=\"https://demo18.houzez.co/index.php/services/\">Find more</a>\n											<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"683\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-1.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://demo18.houzez.co/index.php/services/\">Energy efficiency</a></h2>		\n		<p>Lorem ipsum dolor sit, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper, pulvinar dapibus leo.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\">\n								</a>\n					<a href=\"https://demo18.houzez.co/index.php/services/\">Find more</a>\n											<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"683\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://demo18.houzez.co/index.php/services/\">High comfort</a></h2>		\n		<p>Lorem ipsum dolor sit amet, adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\">\n								</a>\n					<a href=\"https://demo18.houzez.co/index.php/services/\">Find more</a>\n                                    <h2>Only high-end quality materials</h2>\n                                    <p>This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features </p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request our brochure\n					</a>\n                                    <h2>Testimonials & Partners</h2>\n            <img width=\"150\" height=\"150\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost19-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost19-150x150.jpg 150w, https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost19-300x300.jpg 300w, https://listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost19.jpg 400w\" sizes=\"(max-width: 150px) 100vw, 150px\" />        \n		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus	<!-- testimonial-body -->\n		 <strong>Mike Sandoval</strong><br>\n		<em>\n			Project Manager, Constructions Inc.		</em>\n	<!-- testimonial-info -->\n<!-- testimonial-item -->                            \n            <img width=\"150\" height=\"150\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost08-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost08-150x150.jpg 150w, https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost08-300x300.jpg 300w, https://listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost08.jpg 400w\" sizes=\"(max-width: 150px) 100vw, 150px\" />        \n		Nullam lacus enim, venenatis at enim et, fringilla sodales odio. Donec nec erat ac elit blandit facilisis dictum a neque.	<!-- testimonial-body -->\n		 <strong>Sam Peterson</strong><br>\n		<em>\n			Manager, Company Inc.		</em>\n	<!-- testimonial-info -->\n<!-- testimonial-item -->                            \n            <img width=\"150\" height=\"150\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyRenter04-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyRenter04-150x150.jpg 150w, https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyRenter04-300x300.jpg 300w, https://listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyRenter04.jpg 421w\" sizes=\"(max-width: 150px) 100vw, 150px\" />        \n		Vestibulum sem lectus, aliquet semper erat at, elementum congue mauris. Phasellus non rhoncus justo. Aliquam id porttitor massa.	<!-- testimonial-body -->\n		 <strong>Kenya Soval</strong><br>\n		<em>\n			Manager, Buildings Inc.		</em>\n	<!-- testimonial-info -->\n<!-- testimonial-item -->                            \n            <!-- testimonials-module -->\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-02-e1582734691936.jpg\" alt=\"\" loading=\"lazy\" />											\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-01-e1582734705113.jpg\" alt=\"\" loading=\"lazy\" />											\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-03-e1582734671602.jpg\" alt=\"\" loading=\"lazy\" />											\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-05-e1582734603812.jpg\" alt=\"\" loading=\"lazy\" />											\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-04-e1582734649458.jpg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','Demo 18 - Homepage','','publish','closed','closed','','demo-18-homepage','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/?elementor_library=demo-18-homepage',0,'elementor_library','',0),(1675,1,'2020-11-25 18:23:18','2020-11-25 18:23:18','<h1>Services</h1>		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh aliquam neque porta tempor. Vivamus eu sem vehicula, commodo massa at, elementum ex. Suspendisse feugiat dapibus ullamcorper. Nulla augue turpis, posuere in maximus quis.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/contact-us/\">\n								</a>\n				<h3>\n					<a href=\"https://demo18.houzez.co/index.php/contact-us/\">Talk to an expert</a>\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M5.25,6.75h-3a1.5,1.5,0,0,0-1.5,1.5v13.5a1.5,1.5,0,0,0,1.5,1.5h18a1.5,1.5,0,0,0,1.5-1.5V12\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 11.25L3.75 11.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 18.75L6 18.75 6 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 18.75L21.75 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 15L9.75 15 9.75 17.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.75 20.25L9.75 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.75 13.5L15.75 15.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M19.5,8.25a3.75,3.75,0,1,0-5.25,3.437V13.5h3V11.687A3.751,3.751,0,0,0,19.5,8.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.75 0.75L15.75 2.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21.053 2.947L19.993 4.007\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 8.25L21.75 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M10.447 2.947L11.507 4.007\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 8.25L9.75 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Project Design\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M18,13.5a2.25,2.25,0,1,0,3.15-2.063,1.5,1.5,0,0,1-.9-1.375V6.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 6.75L0.75 6.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3,6.75,9.347.939a.752.752,0,0,1,.871-.09L20.25,6.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 6.75L4.5 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9 6.75L9 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 23.25L12.75 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 8.25L9 14.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9 15.75L4.5 21.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Development\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M0.750 20.250 A3.000 3.000 0 1 0 6.750 20.250 A3.000 3.000 0 1 0 0.750 20.250 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M.75,20.25V3.75a3,3,0,0,1,6,0v16.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3.75,23.25h18a1.5,1.5,0,0,0,1.5-1.5V6a1.5,1.5,0,0,0-1.5-1.5h-15\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12,18.75h6V9a.75.75,0,0,0-.75-.75h-4.5A.75.75,0,0,0,12,9Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 12L18 12\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 15L18 15\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M19.5 18.75L18 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 18.75L10.5 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Contractor Services\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M9.75,15.656V13.5A1.506,1.506,0,0,0,8.25,12H3.375a2.625,2.625,0,0,1,0-5.25H3.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.75,23.25a1.5,1.5,0,0,1-1.5-1.5v-4.5a1.5,1.5,0,0,1,3,0v4.5A1.5,1.5,0,0,1,9.75,23.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3.750 4.500 L15.750 4.500 L15.750 9.000 L3.750 9.000 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M.75.75h21a1.5,1.5,0,0,1,1.5,1.5v19.5a1.5,1.5,0,0,1-1.5,1.5h-7.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 23.25L1.5 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75.75v15a3,3,0,0,1-3,3h-1.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25,18.75A2.25,2.25,0,0,1,3,16.5V15\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Interior Painting\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M.75,23.25H5.571a1.966,1.966,0,0,0,1.929-2v-2a1.966,1.966,0,0,0-1.929-2H.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.641,23.25H21.75a1.5,1.5,0,0,0,1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5H5.641\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 17.25L20.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 17.25L17.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M14.25 17.25L14.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25 17.25L11.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 20.25L0.75 20.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.2,17.25V16a.549.549,0,0,0-.388-.513A3.743,3.743,0,0,1,13.2,11.75c0-3.789,4.651.945,4.8-10.435A.586.586,0,0,0,17.4.75H6.6a.586.586,0,0,0-.6.565c.148,11.38,4.8,6.646,4.8,10.435a3.743,3.743,0,0,1-2.614,3.741A.548.548,0,0,0,7.8,16V17.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.023,2.25H3.55A.536.536,0,0,0,3,2.826c.131,1.379.774,4.752,3.925,4.673\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.977,2.25h2.542a.535.535,0,0,1,.547.576c-.132,1.389-.783,4.8-3.992,4.67\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Electrical\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M21 19.5L21 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9,6.75H8.25a2.25,2.25,0,0,0,0,4.5H13.5a7.513,7.513,0,0,1,7.155,5.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 6.75L12 6.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 2.25L20.25 2.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.482,16.5a2.985,2.985,0,0,0-1.982-.75H8.25a6.75,6.75,0,0,1,0-13.5H9\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.5 23.25L16.5 19.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 0.75L20.25 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9 0.75L9 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 19.5L22.5 19.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Plumbing\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M0.75 18.75L8.25 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 18.75L23.25 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 14.25L8.25 14.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 9.75L11.25 9.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.75,5.25H2.25a1.5,1.5,0,0,0-1.5,1.5v15a1.5,1.5,0,0,0,1.5,1.5h21\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.718 0.407 L21.718 0.407 L21.718 7.157 L18.718 7.157 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" transform=\"translate(31.841 20.752) rotate(-135)\"></path><path d=\"M17.3,13.062l2.652-2.651a1.5,1.5,0,0,0,0-2.122L17.832,6.168\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.58,17.81a.75.75,0,0,0,.974.974l6.981-2.775a1.5,1.5,0,0,0,.418-2.416l-3.182-3.182a1.5,1.5,0,0,0-2.416.418Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 14.25L5.25 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.75 9.75L6.75 14.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.75 5.25L9.75 9.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.75 18.75L6.75 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 20.25L17.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Carpentry\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M2.25,2.25a1.5,1.5,0,0,0-1.5,1.5v18a1.5,1.5,0,0,0,1.5,1.5h19.5a1.5,1.5,0,0,0,1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5H14.871a1.5,1.5,0,0,1-1.06-.439l-3.622-3.622a1.5,1.5,0,0,1-.439-1.06V9.75a1.5,1.5,0,0,0-1.5-1.5H6.75a1.5,1.5,0,0,1-1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 3.75L23.25 3.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.75 8.25L23.25 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.5 12.75L23.25 12.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.75 0.75L9.75 5.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M14.25 0.75L14.25 12.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 0.75L18.75 17.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Flooring\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M0.788 20.571L23.25 20.571\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.773 20.571L2.286 20.571 2.286 10.838 9.773 9.341 9.773 20.571z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21.753 20.571L9.773 20.571 9.773 4.101 21.753 9.341 21.753 20.571z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.768,8.967a.374.374,0,0,1,.374.374\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.393,9.341a.375.375,0,0,1,.375-.374\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.768,9.716a.375.375,0,0,1-.375-.375\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.142,9.341a.374.374,0,0,1-.374.375\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.758,20.571h-5.99V16.079a1.5,1.5,0,0,1,1.5-1.5h3a1.5,1.5,0,0,1,1.5,1.5Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 11.146L9.773 9.341\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.238 3.429L23.246 9.994\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.758 8.022L18.758 4.101 21.753 4.101 21.753 9.341\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Renovations\n				</h3>\n										<img src=\"https://demo18.houzez.co/wp-content/uploads/elementor/thumbs/image-14-ovlybm96lfqpjhmpwlmp835quzmmuwwwzi4qlq9g00.jpg\" title=\"image-14\" alt=\"image-14\" />											\n			Design		\n                                    <h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			Production		\n                                    <h2>Sed vitae nibh aliquam neque porta tempor</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n										<img src=\"https://demo18.houzez.co/wp-content/uploads/elementor/thumbs/gallery-3-ovgv0urxx0j618pb1qyucrggly3cpza4qnoeu0bbk0.jpg\" title=\"gallery-3\" alt=\"gallery-3\" />											\n										<img src=\"https://demo18.houzez.co/wp-content/uploads/elementor/thumbs/image-16-ovlyiavv70w43nx6vhn6yefqxmollfg78l51gkcnr4.jpg\" title=\"image-16\" alt=\"image-16\" />											\n			Delivery		\n                                    <h2>Vivamus eu sem vehicula, commodo massa at</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<h2>Frequently asked questions</h2>		\n												<a href=\"\">Lorem ipsum dolor sit amet?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Aenean elit sem, feugiat dapibus tincidunt sapien?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Nunc maximus faucibus elit in dictum?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Donec commodo dui id fringilla consectetur?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Aenean quam libero, pretium?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','Demo 18 - Services','','publish','closed','closed','','demo-18-services','','','2020-11-25 18:23:18','2020-11-25 18:23:18','',0,'https://demo18.houzez.co/?elementor_library=demo-18-services',0,'elementor_library','',0),(1679,1,'2021-02-04 14:17:31','2021-02-04 14:17:31','<h1>About us</h1>		\n                                    <h2>We have been building houses for over 150 years</h2>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus. Nullam lacus enim, venenatis at enim et, fringilla sodales odio. Donec nec erat ac elit blandit facilisis dictum a neque. Vestibulum sem lectus, aliquet semper erat at, elementum congue mauris. Phasellus non rhoncus justo. Aliquam id porttitor massa. Vestibulum ornare ornare arcu, eget convallis nisl fringilla non.</p><p>Cras cursus est a leo volutpat, vitae convallis mauris bibendum. In vel ante nec lectus posuere blandit. Fusce suscipit pellentesque quam, nec consectetur orci molestie eu. Nunc ultricies erat ac erat aliquet, a consectetur dui mollis. Donec ut ex tellus. Donec commodo consectetur massa nec laoreet. Duis enim est, hendrerit in odio nec, venenatis fermentum nunc. Nulla egestas magna non lorem sollicitudin, eu pharetra sem convallis.Â </p>		\n				0\n				+\n							Realized Projects\n				0\n				+\n							Staff Members\n				0\n				+\n							Offices\n				0\n				+\n							Local Experts\n                                    <h2>Our values</h2>\n                                <img width=\"1\" height=\"1\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-armchair-modern-1@64x64.svg\" alt=\"\" loading=\"lazy\" />                            <!-- icon-thumb -->\n                                        <strong>Quality</strong>\n                                    <!-- text-with-icon-title -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida efficitur tellus.                                    <!-- text-with-icon-body -->\n                                <!-- text-with-icon-info -->\n                            <!-- text-with-icon-content-wrap -->\n                        <!-- d-flex -->\n                    <!-- text-with-icon-item  -->\n                                <img width=\"1\" height=\"1\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />                            <!-- icon-thumb -->\n                                        <strong>Teamwork</strong>\n                                    <!-- text-with-icon-title -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida efficitur tellus.                                    <!-- text-with-icon-body -->\n                                <!-- text-with-icon-info -->\n                            <!-- text-with-icon-content-wrap -->\n                        <!-- d-flex -->\n                    <!-- text-with-icon-item  -->\n                                <img width=\"1\" height=\"1\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />                            <!-- icon-thumb -->\n                                        <strong>Innovative</strong>\n                                    <!-- text-with-icon-title -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida efficitur tellus.                                    <!-- text-with-icon-body -->\n                                <!-- text-with-icon-info -->\n                            <!-- text-with-icon-content-wrap -->\n                        <!-- d-flex -->\n                    <!-- text-with-icon-item  -->\n                                <img width=\"1\" height=\"1\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-common-file-award@64x64.svg\" alt=\"\" loading=\"lazy\" />                            <!-- icon-thumb -->\n                                        <strong>Respect</strong>\n                                    <!-- text-with-icon-title -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida efficitur tellus.                                    <!-- text-with-icon-body -->\n                                <!-- text-with-icon-info -->\n                            <!-- text-with-icon-content-wrap -->\n                        <!-- d-flex -->\n                    <!-- text-with-icon-item  -->\n                                <img width=\"1\" height=\"1\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-style-one-pin-check@64x64.svg\" alt=\"\" loading=\"lazy\" />                            <!-- icon-thumb -->\n                                        <strong>Trust</strong>\n                                    <!-- text-with-icon-title -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida efficitur tellus.                                    <!-- text-with-icon-body -->\n                                <!-- text-with-icon-info -->\n                            <!-- text-with-icon-content-wrap -->\n                        <!-- d-flex -->\n                    <!-- text-with-icon-item  -->\n                                <img width=\"1\" height=\"1\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-real-estate-deal-key-1@64x64.svg\" alt=\"\" loading=\"lazy\" />                            <!-- icon-thumb -->\n                                        <strong>Gratitude</strong>\n                                    <!-- text-with-icon-title -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida efficitur tellus.                                    <!-- text-with-icon-body -->\n                                <!-- text-with-icon-info -->\n                            <!-- text-with-icon-content-wrap -->\n                        <!-- d-flex -->\n                    <!-- text-with-icon-item  -->\n                                    <h2>Our team</h2>\n                                <img width=\"800\" height=\"1188\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/Artboard-1team.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/Artboard-1team.jpg 800w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-1team-202x300.jpg 202w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-1team-690x1024.jpg 690w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-1team-768x1140.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-1team-404x600.jpg 404w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-1team-496x737.jpg 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                            <strong>Shea Pike</strong>\n                        <!-- team-name -->\n                            Executive Director                        <!-- team-name -->\n                    <!-- team-content -->\n                <!-- team-content-wrap -->\n                            <strong>Shea Pike</strong>\n                        <!-- team-name -->\n                            Executive Director                        <!-- team-name -->\n                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus.                        <!-- team-description -->\n                    <!-- team-content -->\n                <!-- team-content-wrap -->\n            <!-- taxonomy-grids-module -->\n					<ul>\n							<li>\n					<a href=\"#\">						\n										(987) 305 5487\n											</a>\n									</li>\n								<li>\n					<a href=\"#\">						\n										Shea Pike\n											</a>\n									</li>\n						</ul>\n                                <img width=\"800\" height=\"1188\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/Artboard-3team.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/Artboard-3team.jpg 800w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-3team-202x300.jpg 202w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-3team-690x1024.jpg 690w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-3team-768x1140.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-3team-404x600.jpg 404w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-3team-496x737.jpg 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                            <strong>Lee Mackay</strong>\n                        <!-- team-name -->\n                            Manager                        <!-- team-name -->\n                    <!-- team-content -->\n                <!-- team-content-wrap -->\n                            <strong>Lee Mackay</strong>\n                        <!-- team-name -->\n                            Manager                        <!-- team-name -->\n                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus.                        <!-- team-description -->\n                    <!-- team-content -->\n                <!-- team-content-wrap -->\n            <!-- taxonomy-grids-module -->\n					<ul>\n							<li>\n					<a href=\"#\">						\n										(987) 784 1234\n											</a>\n									</li>\n								<li>\n					<a href=\"#\">						\n										Lee Mackay\n											</a>\n									</li>\n						</ul>\n                                <img width=\"800\" height=\"1188\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/Artboard-2team.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/Artboard-2team.jpg 800w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-2team-202x300.jpg 202w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-2team-690x1024.jpg 690w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-2team-768x1140.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-2team-404x600.jpg 404w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-2team-496x737.jpg 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                            <strong>Kacy Ashton</strong>\n                        <!-- team-name -->\n                            Designer                        <!-- team-name -->\n                    <!-- team-content -->\n                <!-- team-content-wrap -->\n                            <strong>Kacy Ashton</strong>\n                        <!-- team-name -->\n                            Designer                        <!-- team-name -->\n                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus.                        <!-- team-description -->\n                    <!-- team-content -->\n                <!-- team-content-wrap -->\n            <!-- taxonomy-grids-module -->\n					<ul>\n							<li>\n					<a href=\"#\">						\n										(658) 234 8796\n											</a>\n									</li>\n								<li>\n					<a href=\"#\">						\n										Kacy Ashton\n											</a>\n									</li>\n						</ul>\n                                <img width=\"800\" height=\"1188\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/Artboard-4team.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/Artboard-4team.jpg 800w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-4team-202x300.jpg 202w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-4team-690x1024.jpg 690w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-4team-768x1140.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-4team-404x600.jpg 404w, https://demo18.houzez.co/wp-content/uploads/2020/09/Artboard-4team-496x737.jpg 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                            <strong>Markus Rangel</strong>\n                        <!-- team-name -->\n                            Marketing                        <!-- team-name -->\n                    <!-- team-content -->\n                <!-- team-content-wrap -->\n                            <strong>Markus Rangel</strong>\n                        <!-- team-name -->\n                            Marketing                        <!-- team-name -->\n                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus.                        <!-- team-description -->\n                    <!-- team-content -->\n                <!-- team-content-wrap -->\n            <!-- taxonomy-grids-module -->\n					<ul>\n							<li>\n					<a href=\"#\">						\n										(874) 243 1323\n											</a>\n									</li>\n								<li>\n					<a href=\"#\">						\n										Markus Rangel\n											</a>\n									</li>\n						</ul>\n                                    <h2>Read from our blog</h2>\n		<a href=\"https://demo18.houzez.co/skills-that-you-can-learn-in-the-real-estate-market/\">\n			<img width=\"592\" height=\"444\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-120x90.jpg 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n								<li>\n					<time datetime=\"March 9, 2016\"> March 9, 2016</time>\n				</li>\n								<li>\n					 <a href=\"https://demo18.houzez.co/category/business/\" rel=\"category tag\">Business</a>				</li>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://demo18.houzez.co/skills-that-you-can-learn-in-the-real-estate-market/\">Skills That You Can Learn In The Real Estate Market</a></h3>\n		<!-- blog-post-title -->\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec...		<!-- blog-post-body -->\n			<a href=\"https://demo18.houzez.co/skills-that-you-can-learn-in-the-real-estate-market/\"></a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://demo18.houzez.co/learn-the-truth-about-real-estate-industry/\">\n			<img width=\"592\" height=\"444\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-592x444.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-120x90.jpg 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n								<li>\n					<time datetime=\"March 9, 2016\"> March 9, 2016</time>\n				</li>\n								<li>\n					 <a href=\"https://demo18.houzez.co/category/construction/\" rel=\"category tag\">Construction</a>				</li>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://demo18.houzez.co/learn-the-truth-about-real-estate-industry/\">Learn The Truth About Real Estate Industry</a></h3>\n		<!-- blog-post-title -->\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec...		<!-- blog-post-body -->\n			<a href=\"https://demo18.houzez.co/learn-the-truth-about-real-estate-industry/\"></a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://demo18.houzez.co/10-quick-tips-about-business-development/\">\n			<img width=\"592\" height=\"444\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-120x90.jpg 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n								<li>\n					<time datetime=\"March 9, 2016\"> March 9, 2016</time>\n				</li>\n								<li>\n					 <a href=\"https://demo18.houzez.co/category/real-estate/\" rel=\"category tag\">Real Estate</a>				</li>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://demo18.houzez.co/10-quick-tips-about-business-development/\">10 Quick Tips About Business Development</a></h3>\n		<!-- blog-post-title -->\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec...		<!-- blog-post-body -->\n			<a href=\"https://demo18.houzez.co/10-quick-tips-about-business-development/\"></a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://demo18.houzez.co/14-common-misconceptions-about-business-development/\">\n			<img width=\"592\" height=\"444\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-2-592x444.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-2-120x90.jpg 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n								<li>\n					<time datetime=\"March 9, 2016\"> March 9, 2016</time>\n				</li>\n								<li>\n					 <a href=\"https://demo18.houzez.co/category/real-estate/\" rel=\"category tag\">Real Estate</a>				</li>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://demo18.houzez.co/14-common-misconceptions-about-business-development/\">14 Common Misconceptions About Business Development</a></h3>\n		<!-- blog-post-title -->\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec...		<!-- blog-post-body -->\n			<a href=\"https://demo18.houzez.co/14-common-misconceptions-about-business-development/\"></a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>','About us 2021','','publish','closed','closed','','about-us-2021','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/?elementor_library=about-us-2021',0,'elementor_library','',0),(1682,1,'2021-02-04 14:18:37','2021-02-04 14:18:37','<h1>Contact us</h1>		\n                                    <p>The Inquiry Form widget allows you to design unique forms to capture your leads. This form automatically connects with the integrated Houzez CRM and your email inbox to keep everything on track.</p>\n        <form id=\"houzez-form-5d681ee7\" method=\"post\" name=\"New Form\" action=\"https://demo18.houzez.co/wp-admin/admin-ajax.php\">\n            <input type=\"hidden\" name=\"form_id\" value=\"5d681ee7\"/>\n            <input type=\"hidden\" name=\"action\" value=\"houzez_ele_inquiry_form\" />\n            <input type=\"hidden\" name=\"source_link\" value=\"https://demo18.houzez.co/contact-us/\" />\n            <input type=\"hidden\" name=\"lead_page_id\" value=\"24\" />\n            <input type=\"hidden\" name=\"is_estimation\" value=\"yes\" />\n            <input type=\"hidden\" name=\"email_to\" value=\"hello@favethemes.com\" />\n            <input type=\"hidden\" name=\"email_subject\" value=\"New message from &quot;Houzez 01&quot;\" />\n            <input type=\"hidden\" name=\"email_to_cc\" value=\"\" />\n            <input type=\"hidden\" name=\"email_to_bcc\" value=\"\" />\n            <input type=\"hidden\" name=\"redirect_to\" value=\"\" />\n                    <label for=\"form-field-b7fe77d\">Information</label>        \n            <select name=\"user_type\" id=\"form-field-b7fe77d\" required=\"required\" title=\"* Information\">\n                <option value=\"\">I&#039;m a </option><option value=\"I&#039;m a real estate agent\">I&#039;m a real estate agent</option><option value=\"I&#039;m a property owner\">I&#039;m a property owner</option>            </select>\n                    <input type=\"text\" name=\"first_name\" id=\"form-field-cc6b92f\" placeholder=\"First Name\" title=\"* First Name\" required=\"required\">                    \n                    <input type=\"text\" name=\"last_name\" id=\"form-field-3cc124e\" placeholder=\"Last Name\" title=\"* Last Name\">                    \n                    <input type=\"email\" name=\"email\" id=\"form-field-932d82c\" placeholder=\"Email Address\" title=\"* Email Address\" required=\"required\">                    \n                    <input type=\"text\" name=\"mobile\" id=\"form-field-304b68f\" placeholder=\"Mobile\" title=\"* Mobile\" required=\"required\">                    \n                    <label for=\"form-field-3180222\">Property</label>        \n            <select name=\"e_meta[property_type]\" id=\"form-field-3180222\" required=\"required\" title=\"* Property\">\n                <option value=\"\">Select type</option><option value=\"large-luxury-villa\"> Large Luxury Villa</option><option value=\"single-family-home\"> Single Family Home</option><option value=\"standard-modern-villa\"> Standard Modern Villa</option><option value=\"superior-villa\"> Superior Villa</option>            </select>\n                    <input type=\"number\" name=\"e_meta[price]\" id=\"form-field-c549d17\" placeholder=\"Your budget\" title=\"* Your budget\" required=\"required\">                    \n                    <input type=\"number\" name=\"e_meta[beds]\" id=\"form-field-66cc0de\" placeholder=\"Number of beds\" title=\"* Number of beds\" required=\"required\">                    \n                    <input type=\"number\" name=\"e_meta[baths]\" id=\"form-field-dea086f\" placeholder=\"Number of baths\" title=\"* Number of baths\" required=\"required\">                    \n                    <label for=\"form-field-95c61a9\">Message</label><textarea name=\"message\" id=\"form-field-95c61a9\" rows=\"4\"></textarea>                    \n                        <label for=\"gdpr_agreement\">GDPR Agreement</label>\n                                <label for=\"gdpr_agreement\">\n                                    <input required type=\"checkbox\" title=\"* GDPR Agreement\" name=\"gdpr_agreement\" id=\"gdpr_agreement\">  I consent to having this website store my submitted information                                </label>\n                    <button type=\"submit\">\n                                                    Submit                                            </button>\n            <!-- End wrapper-->\n            <br/>\n        </form>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M12.37,22.54l.01.007a4.5,4.5,0,0,0,5.6-.615l.629-.629a1.5,1.5,0,0,0,0-2.122L15.956,16.53a1.5,1.5,0,0,0-2.122,0h0a1.5,1.5,0,0,1-2.121,0L7.471,12.287a1.5,1.5,0,0,1,0-2.121h0a1.5,1.5,0,0,0,0-2.122L4.819,5.393a1.5,1.5,0,0,0-2.121,0l-.63.629a4.5,4.5,0,0,0-.614,5.6l.006.01A40.606,40.606,0,0,0,12.37,22.54Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25,8.25a4.5,4.5,0,0,1,4.5,4.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25,4.5a8.25,8.25,0,0,1,8.25,8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25.75a12,12,0,0,1,12,12\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Call\n				</h3>\n		<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit.Â </p><p><strong><a href=\"#\">+1 (987) 654 3210</a></strong></p>		\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M17.25,12A5.25,5.25,0,1,1,12,6.75,5.25,5.25,0,0,1,17.25,12Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25,12v2.25a3,3,0,0,0,6,0V12a11.249,11.249,0,1,0-4.5,9\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Email\n				</h3>\n		<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit.Â </p><p><strong><a href=\"#\">developer@houzez.co</a></strong></p>		\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M16 6.75L11.5 12.75 8.5 9.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21.25,9.75a9,9,0,1,0-10.8,8.82l1.8,4.68,1.8-4.68A9,9,0,0,0,21.25,9.75Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Address\n				</h3>\n		<p>1298 Nice Boulevard Suite 305, Miami Beach FL 33139</p><p><strong><a href=\"#\">Find directions</a></strong></p>','Contact us 2021','','publish','closed','closed','','contact-us-2021','','','2021-02-04 14:18:37','2021-02-04 14:18:37','',0,'https://demo18.houzez.co/?elementor_library=contact-us-2021',0,'elementor_library','',0),(1685,1,'2021-02-04 14:19:15','2021-02-04 14:19:15','<h2>We have been building houses for over 150 years</h2>\n                                    <p>This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features </p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request our brochure\n					</a>\n                                    <h2>Why our company is  the perfect partner for you? </h2>\n				<a href=\"https://demo18.houzez.co/index.php/contact-us/\">\n								</a>\n				<h3>\n					<a href=\"https://demo18.houzez.co/index.php/contact-us/\">Talk to an expert</a>\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M11.379 5.871L2.893 14.357 0.772 12.235\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M2.893 10.114L5.015 12.235\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.5,6.75a3,3,0,1,1,2.123-5.121,3.029,3.029,0,0,1,.478.621\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25,18v3.75a1.5,1.5,0,0,0,1.5,1.5h6a1.5,1.5,0,0,0,1.5-1.5V18\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25,17.25l-6.5-5.847a1.5,1.5,0,0,0-2.006,0L8.25,17.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21.75 15.9L21.75 12\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.5,3.75h0A2.25,2.25,0,0,1,15.75,6v9\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Turnkey delivery\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M10.248,21.1a7.532,7.532,0,0,1-7.531-7.532C2.717,2.645,15.861,8.252,22.189,3a.466.466,0,0,1,.479-.048.5.5,0,0,1,.3.378C24.9,14.643,16.572,21.1,10.248,21.1Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.261,11.554A24.984,24.984,0,0,0,4.652,15.84L.75,19.17\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Eco-friendly\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M19.025,15.375a9,9,0,0,0-14.05,0\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3.000 9.750 A9.000 9.000 0 1 0 21.000 9.750 A9.000 9.000 0 1 0 3.000 9.750 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 18.75L12 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 23.25L16.5 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5,13.205V7a3.006,3.006,0,0,0-.6-1.8L5.582,3.443\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.5,13.205V7a3.006,3.006,0,0,1,.6-1.8l1.319-1.757\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					High-end materials\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 140 140\" width=\"140\" height=\"140\"><g transform=\"matrix(5.833333333333333,0,0,5.833333333333333,0,0)\"><path d=\"M12 2.251L12 0.751\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.364 4.888L19.425 3.827\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 11.251L22.5 11.251\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.364 17.615L19.425 18.676\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.636 4.888L4.575 3.827\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 11.251L1.5 11.251\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.636 17.615L4.575 18.676\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9,16.449v2.3a3,3,0,0,0,6,0v-2.3\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.000 11.251 A6.000 6.000 0 1 0 18.000 11.251 A6.000 6.000 0 1 0 6.000 11.251 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 21.751L12 23.251\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Top know-how\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M.75,23.25H5.571a1.966,1.966,0,0,0,1.929-2v-2a1.966,1.966,0,0,0-1.929-2H.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.641,23.25H21.75a1.5,1.5,0,0,0,1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5H5.641\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 17.25L20.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 17.25L17.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M14.25 17.25L14.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25 17.25L11.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 20.25L0.75 20.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.2,17.25V16a.549.549,0,0,0-.388-.513A3.743,3.743,0,0,1,13.2,11.75c0-3.789,4.651.945,4.8-10.435A.586.586,0,0,0,17.4.75H6.6a.586.586,0,0,0-.6.565c.148,11.38,4.8,6.646,4.8,10.435a3.743,3.743,0,0,1-2.614,3.741A.548.548,0,0,0,7.8,16V17.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.023,2.25H3.55A.536.536,0,0,0,3,2.826c.131,1.379.774,4.752,3.925,4.673\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.977,2.25h2.542a.535.535,0,0,1,.547.576c-.132,1.389-.783,4.8-3.992,4.67\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Awarded company\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M14.96,17.22l-.633,5.241a.666.666,0,0,0,1.127.591l1.823-1.822L19.1,23.052a.667.667,0,0,0,1.128-.591l-.641-5.277\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.500 14.250 A3.750 3.750 0 1 0 21.000 14.250 A3.750 3.750 0 1 0 13.500 14.250 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M10.5,20.25h-6A1.5,1.5,0,0,1,3,18.75V2.25A1.5,1.5,0,0,1,4.5.75H15.129a1.5,1.5,0,0,1,1.06.439l2.872,2.872a1.5,1.5,0,0,1,.439,1.06V8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Certifications\n				</h3>\n                                    <h2>You dream your house, we make it real </h2>\n                                    <p>This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features </p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request our brochure\n					</a>\n                                    <h2>Discover our prefab solutions</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-4/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-3/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-2/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-1/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>How we create our prefab homes</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n											<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"683\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-13.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://demo18.houzez.co/index.php/services/\">Design quality</a></h3>		\n		<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\">\n								</a>\n					<a href=\"https://demo18.houzez.co/index.php/services/\">Find more</a>\n											<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"683\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-1.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://demo18.houzez.co/index.php/services/\">Energy efficiency</a></h2>		\n		<p>Lorem ipsum dolor sit, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper, pulvinar dapibus leo.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\">\n								</a>\n					<a href=\"https://demo18.houzez.co/index.php/services/\">Find more</a>\n											<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"683\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://demo18.houzez.co/index.php/services/\">High comfort</a></h2>		\n		<p>Lorem ipsum dolor sit amet, adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\">\n								</a>\n					<a href=\"https://demo18.houzez.co/index.php/services/\">Find more</a>\n                                    <h2>Only high-end quality materials</h2>\n                                    <p>This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features </p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request our brochure\n					</a>\n                                    <h2>Testimonials & Partners</h2>\n            <img width=\"150\" height=\"150\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost19-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost19-150x150.jpg 150w, https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost19-300x300.jpg 300w, https://listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost19.jpg 400w\" sizes=\"(max-width: 150px) 100vw, 150px\" />        \n		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus	<!-- testimonial-body -->\n		 <strong>Mike Sandoval</strong><br>\n		<em>\n			Project Manager, Constructions Inc.		</em>\n	<!-- testimonial-info -->\n<!-- testimonial-item -->                            \n            <img width=\"150\" height=\"150\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost08-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost08-150x150.jpg 150w, https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost08-300x300.jpg 300w, https://listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost08.jpg 400w\" sizes=\"(max-width: 150px) 100vw, 150px\" />        \n		Nullam lacus enim, venenatis at enim et, fringilla sodales odio. Donec nec erat ac elit blandit facilisis dictum a neque.	<!-- testimonial-body -->\n		 <strong>Sam Peterson</strong><br>\n		<em>\n			Manager, Company Inc.		</em>\n	<!-- testimonial-info -->\n<!-- testimonial-item -->                            \n            <img width=\"150\" height=\"150\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyRenter04-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyRenter04-150x150.jpg 150w, https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyRenter04-300x300.jpg 300w, https://listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyRenter04.jpg 421w\" sizes=\"(max-width: 150px) 100vw, 150px\" />        \n		Vestibulum sem lectus, aliquet semper erat at, elementum congue mauris. Phasellus non rhoncus justo. Aliquam id porttitor massa.	<!-- testimonial-body -->\n		 <strong>Kenya Soval</strong><br>\n		<em>\n			Manager, Buildings Inc.		</em>\n	<!-- testimonial-info -->\n<!-- testimonial-item -->                            \n            <!-- testimonials-module -->\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-02-e1582734691936.jpg\" alt=\"\" loading=\"lazy\" />											\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-01-e1582734705113.jpg\" alt=\"\" loading=\"lazy\" />											\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-03-e1582734671602.jpg\" alt=\"\" loading=\"lazy\" />											\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-05-e1582734603812.jpg\" alt=\"\" loading=\"lazy\" />											\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-04-e1582734649458.jpg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','Homepage 2021','','publish','closed','closed','','homepage-2021','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/?elementor_library=homepage-2021',0,'elementor_library','',0),(1688,1,'2021-02-04 14:19:50','2021-02-04 14:19:50','<h1>Portfolio</h1>		\n                                    <h2>Exterior design projects</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"57824c88\" data-elementor-lightbox-title=\"image-9\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-9.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-9.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-9.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-9-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-9-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-9-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-9-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-9-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"57824c88\" data-elementor-lightbox-title=\"house-model-3\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"57824c88\" data-elementor-lightbox-title=\"house-model-4\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"57824c88\" data-elementor-lightbox-title=\"image-11\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-11.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-11.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-11.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-11-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-11-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-11-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-11-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-11-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"57824c88\" data-elementor-lightbox-title=\"house-model-1\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"57824c88\" data-elementor-lightbox-title=\"house-model-2\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"57824c88\" data-elementor-lightbox-title=\"image-12\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-12.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-12.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-12.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-12-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-12-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-12-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-12-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-12-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"57824c88\" data-elementor-lightbox-title=\"image-4\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-4.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-4.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-4.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"57824c88\" data-elementor-lightbox-title=\"image-3\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-3.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-3.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"670ae36d\" data-elementor-lightbox-title=\"gallery-3\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"670ae36d\" data-elementor-lightbox-title=\"image-7\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"670ae36d\" data-elementor-lightbox-title=\"cozy-1\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"670ae36d\" data-elementor-lightbox-title=\"gallery-1\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-1.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-1.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"670ae36d\" data-elementor-lightbox-title=\"gallery-4\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-4.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-4.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-4.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"670ae36d\" data-elementor-lightbox-title=\"gallery-6\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-6.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-6.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"670ae36d\" data-elementor-lightbox-title=\"gallery-7\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-7.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-7.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-7.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"670ae36d\" data-elementor-lightbox-title=\"gallery-5\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-5.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-5.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"670ae36d\" data-elementor-lightbox-title=\"image-10\" href=\'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-10.jpg\'><img width=\"1440\" height=\"960\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-10.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-10.jpg 1440w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-10-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-10-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-10-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-10-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-10-496x331.jpg 496w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /></a>\n			</figure>\n                                    <h2>Interior design projects</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','Portfolio 2021','','publish','closed','closed','','portfolio-2021','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/?elementor_library=portfolio-2021',0,'elementor_library','',0),(1691,1,'2021-02-04 14:20:30','2021-02-04 14:20:30','<h1>Services</h1>		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh aliquam neque porta tempor. Vivamus eu sem vehicula, commodo massa at, elementum ex. Suspendisse feugiat dapibus ullamcorper. Nulla augue turpis, posuere in maximus quis.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/contact-us/\">\n								</a>\n				<h3>\n					<a href=\"https://demo18.houzez.co/index.php/contact-us/\">Talk to an expert</a>\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M5.25,6.75h-3a1.5,1.5,0,0,0-1.5,1.5v13.5a1.5,1.5,0,0,0,1.5,1.5h18a1.5,1.5,0,0,0,1.5-1.5V12\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 11.25L3.75 11.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 18.75L6 18.75 6 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 18.75L21.75 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 15L9.75 15 9.75 17.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.75 20.25L9.75 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.75 13.5L15.75 15.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M19.5,8.25a3.75,3.75,0,1,0-5.25,3.437V13.5h3V11.687A3.751,3.751,0,0,0,19.5,8.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.75 0.75L15.75 2.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21.053 2.947L19.993 4.007\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 8.25L21.75 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M10.447 2.947L11.507 4.007\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 8.25L9.75 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Project Design\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M18,13.5a2.25,2.25,0,1,0,3.15-2.063,1.5,1.5,0,0,1-.9-1.375V6.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 6.75L0.75 6.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3,6.75,9.347.939a.752.752,0,0,1,.871-.09L20.25,6.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 6.75L4.5 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9 6.75L9 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 23.25L12.75 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 8.25L9 14.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9 15.75L4.5 21.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Development\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M0.750 20.250 A3.000 3.000 0 1 0 6.750 20.250 A3.000 3.000 0 1 0 0.750 20.250 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M.75,20.25V3.75a3,3,0,0,1,6,0v16.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3.75,23.25h18a1.5,1.5,0,0,0,1.5-1.5V6a1.5,1.5,0,0,0-1.5-1.5h-15\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12,18.75h6V9a.75.75,0,0,0-.75-.75h-4.5A.75.75,0,0,0,12,9Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 12L18 12\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 15L18 15\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M19.5 18.75L18 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 18.75L10.5 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Contractor Services\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M9.75,15.656V13.5A1.506,1.506,0,0,0,8.25,12H3.375a2.625,2.625,0,0,1,0-5.25H3.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.75,23.25a1.5,1.5,0,0,1-1.5-1.5v-4.5a1.5,1.5,0,0,1,3,0v4.5A1.5,1.5,0,0,1,9.75,23.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3.750 4.500 L15.750 4.500 L15.750 9.000 L3.750 9.000 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M.75.75h21a1.5,1.5,0,0,1,1.5,1.5v19.5a1.5,1.5,0,0,1-1.5,1.5h-7.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 23.25L1.5 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75.75v15a3,3,0,0,1-3,3h-1.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25,18.75A2.25,2.25,0,0,1,3,16.5V15\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Interior Painting\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M.75,23.25H5.571a1.966,1.966,0,0,0,1.929-2v-2a1.966,1.966,0,0,0-1.929-2H.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.641,23.25H21.75a1.5,1.5,0,0,0,1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5H5.641\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 17.25L20.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 17.25L17.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M14.25 17.25L14.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25 17.25L11.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 20.25L0.75 20.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.2,17.25V16a.549.549,0,0,0-.388-.513A3.743,3.743,0,0,1,13.2,11.75c0-3.789,4.651.945,4.8-10.435A.586.586,0,0,0,17.4.75H6.6a.586.586,0,0,0-.6.565c.148,11.38,4.8,6.646,4.8,10.435a3.743,3.743,0,0,1-2.614,3.741A.548.548,0,0,0,7.8,16V17.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.023,2.25H3.55A.536.536,0,0,0,3,2.826c.131,1.379.774,4.752,3.925,4.673\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.977,2.25h2.542a.535.535,0,0,1,.547.576c-.132,1.389-.783,4.8-3.992,4.67\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Electrical\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M21 19.5L21 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9,6.75H8.25a2.25,2.25,0,0,0,0,4.5H13.5a7.513,7.513,0,0,1,7.155,5.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 6.75L12 6.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 2.25L20.25 2.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.482,16.5a2.985,2.985,0,0,0-1.982-.75H8.25a6.75,6.75,0,0,1,0-13.5H9\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.5 23.25L16.5 19.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 0.75L20.25 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9 0.75L9 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 19.5L22.5 19.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Plumbing\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M0.75 18.75L8.25 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 18.75L23.25 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 14.25L8.25 14.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 9.75L11.25 9.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.75,5.25H2.25a1.5,1.5,0,0,0-1.5,1.5v15a1.5,1.5,0,0,0,1.5,1.5h21\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.718 0.407 L21.718 0.407 L21.718 7.157 L18.718 7.157 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" transform=\"translate(31.841 20.752) rotate(-135)\"></path><path d=\"M17.3,13.062l2.652-2.651a1.5,1.5,0,0,0,0-2.122L17.832,6.168\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.58,17.81a.75.75,0,0,0,.974.974l6.981-2.775a1.5,1.5,0,0,0,.418-2.416l-3.182-3.182a1.5,1.5,0,0,0-2.416.418Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 14.25L5.25 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.75 9.75L6.75 14.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.75 5.25L9.75 9.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.75 18.75L6.75 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 20.25L17.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Carpentry\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M2.25,2.25a1.5,1.5,0,0,0-1.5,1.5v18a1.5,1.5,0,0,0,1.5,1.5h19.5a1.5,1.5,0,0,0,1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5H14.871a1.5,1.5,0,0,1-1.06-.439l-3.622-3.622a1.5,1.5,0,0,1-.439-1.06V9.75a1.5,1.5,0,0,0-1.5-1.5H6.75a1.5,1.5,0,0,1-1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 3.75L23.25 3.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.75 8.25L23.25 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.5 12.75L23.25 12.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.75 0.75L9.75 5.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M14.25 0.75L14.25 12.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 0.75L18.75 17.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Flooring\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M0.788 20.571L23.25 20.571\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.773 20.571L2.286 20.571 2.286 10.838 9.773 9.341 9.773 20.571z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21.753 20.571L9.773 20.571 9.773 4.101 21.753 9.341 21.753 20.571z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.768,8.967a.374.374,0,0,1,.374.374\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.393,9.341a.375.375,0,0,1,.375-.374\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.768,9.716a.375.375,0,0,1-.375-.375\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.142,9.341a.374.374,0,0,1-.374.375\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.758,20.571h-5.99V16.079a1.5,1.5,0,0,1,1.5-1.5h3a1.5,1.5,0,0,1,1.5,1.5Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 11.146L9.773 9.341\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.238 3.429L23.246 9.994\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.758 8.022L18.758 4.101 21.753 4.101 21.753 9.341\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Renovations\n				</h3>\n										<img src=\"https://demo18.houzez.co/wp-content/uploads/elementor/thumbs/image-14-ovlybm96lfqpjhmpwlmp835quzmmuwwwzi4qlq9g00.jpg\" title=\"image-14\" alt=\"image-14\" />											\n			Design		\n                                    <h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			Production		\n                                    <h2>Sed vitae nibh aliquam neque porta tempor</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n										<img src=\"https://demo18.houzez.co/wp-content/uploads/elementor/thumbs/gallery-3-ovgv0urxx0j618pb1qyucrggly3cpza4qnoeu0bbk0.jpg\" title=\"gallery-3\" alt=\"gallery-3\" />											\n										<img src=\"https://demo18.houzez.co/wp-content/uploads/elementor/thumbs/image-16-ovlyiavv70w43nx6vhn6yefqxmollfg78l51gkcnr4.jpg\" title=\"image-16\" alt=\"image-16\" />											\n			Delivery		\n                                    <h2>Vivamus eu sem vehicula, commodo massa at</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<h2>Frequently asked questions</h2>		\n												<a href=\"\">Lorem ipsum dolor sit amet?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a href=\"\">Aenean elit sem, feugiat dapibus tincidunt sapien?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Nunc maximus faucibus elit in dictum?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Donec commodo dui id fringilla consectetur?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Aenean quam libero, pretium?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','services 2021','','publish','closed','closed','','services-2021','','','2021-02-04 14:20:30','2021-02-04 14:20:30','',0,'https://demo18.houzez.co/?elementor_library=services-2021',0,'elementor_library','',0),(1694,1,'2021-02-04 14:21:01','2021-02-04 14:21:01','<h1>Solutions</h1>		\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-real-estate-deal-key-1@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n			<h2>The reason why  the house of your dreams is here</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh aliquam neque porta tempor. Vivamus eu sem vehicula, commodo massa at, elementum ex. Suspendisse feugiat dapibus ullamcorper. Nulla augue turpis, posuere in maximus quis.</p>		\n					<ul>\n							<li>\n										High-end materials\n									</li>\n								<li>\n										Turnkey delivery\n									</li>\n								<li>\n										Eco-friendly\n									</li>\n						</ul>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/contact-us/\" rel=\"noopener noreferrer\">\n                                        Solutions\n                                        Turnkey deliveryâ€‹\n                                            More Details\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/contact-us/\" rel=\"noopener noreferrer\">\n                                        Production\n                                        High-end materials\n                                            More Details\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/contact-us/\" rel=\"noopener noreferrer\">\n                                        Concept\n                                        Quality Design\n                                            More Details\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/contact-us/\" rel=\"noopener noreferrer\">\n                                        Concept\n                                        High Confort\n                                            More Details\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n                                    <h2>Discover our solutions for your new home</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n		<a href=\"https://demo18.houzez.co/project/solution-1/\">\n	<img width=\"592\" height=\"444\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" /></a><!-- hover-effect -->\n		<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->		<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>		<ul>\n	<li>Starting $250,000</li></ul>		 \n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->            <!-- listing-view -->\n        <!-- property-by-is-module -->\n			<h3><a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a></h3>		\n					<ul>\n							<li>\n										Lorem ipsum dolor sit amet\n									</li>\n								<li>\n										Pellentesque id leo placerat nibh semper \n									</li>\n								<li>\n										Suspendisse laoreet purus\n									</li>\n						</ul>\n			<a href=\"https://demo18.houzez.co/project/solution-1/\" role=\"button\">\n						More details\n					</a>\n			<h3><a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a></h3>		\n					<ul>\n							<li>\n										Lorem ipsum dolor sit amet\n									</li>\n								<li>\n										Pellentesque id leo placerat nibh semper \n									</li>\n								<li>\n										Suspendisse laoreet purus\n									</li>\n						</ul>\n			<a href=\"https://demo18.houzez.co/project/solution-2/\" role=\"button\">\n						More details\n					</a>\n		<a href=\"https://demo18.houzez.co/project/solution-2/\">\n	<img width=\"592\" height=\"444\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" /></a><!-- hover-effect -->\n		<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->		<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>		<ul>\n	<li>Starting $350,000</li></ul>		 \n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->            <!-- listing-view -->\n        <!-- property-by-is-module -->\n		<a href=\"https://demo18.houzez.co/project/solution-3/\">\n	<img width=\"592\" height=\"444\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" /></a><!-- hover-effect -->\n		<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->		<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>		<ul>\n	<li>Starting $550,000</li></ul>		 \n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->            <!-- listing-view -->\n        <!-- property-by-is-module -->\n			<h3><a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a></h3>		\n					<ul>\n							<li>\n										Lorem ipsum dolor sit amet\n									</li>\n								<li>\n										Pellentesque id leo placerat nibh semper \n									</li>\n								<li>\n										Suspendisse laoreet purus\n									</li>\n						</ul>\n			<a href=\"http://Large%20Luxury%20Villa\" role=\"button\">\n						More details\n					</a>\n			<h3><a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a></h3>		\n					<ul>\n							<li>\n										Lorem ipsum dolor sit amet\n									</li>\n								<li>\n										Pellentesque id leo placerat nibh semper \n									</li>\n								<li>\n										Suspendisse laoreet purus\n									</li>\n						</ul>\n			<a href=\"https://demo18.houzez.co/project/solution-4/\" role=\"button\">\n						More details\n					</a>\n		<a href=\"https://demo18.houzez.co/project/solution-4/\">\n	<img width=\"592\" height=\"444\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" /></a><!-- hover-effect -->\n		<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->		<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>		<ul>\n	<li>Starting $990,000</li></ul>		 \n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->            <!-- listing-view -->\n        <!-- property-by-is-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','solutions 2021','','publish','closed','closed','','solutions-2021','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/?elementor_library=solutions-2021',0,'elementor_library','',0),(1697,1,'2021-02-04 17:51:24','2021-02-04 17:51:24','<h2>We have been building houses for over 150 years</h2>\n                                    <p>This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features </p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request our brochure\n					</a>\n                                    <h2>Why our company is  the perfect partner for you? </h2>\n				<a href=\"https://demo18.houzez.co/index.php/contact-us/\">\n								</a>\n				<h3>\n					<a href=\"https://demo18.houzez.co/index.php/contact-us/\">Talk to an expert</a>\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M11.379 5.871L2.893 14.357 0.772 12.235\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M2.893 10.114L5.015 12.235\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.5,6.75a3,3,0,1,1,2.123-5.121,3.029,3.029,0,0,1,.478.621\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25,18v3.75a1.5,1.5,0,0,0,1.5,1.5h6a1.5,1.5,0,0,0,1.5-1.5V18\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25,17.25l-6.5-5.847a1.5,1.5,0,0,0-2.006,0L8.25,17.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21.75 15.9L21.75 12\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.5,3.75h0A2.25,2.25,0,0,1,15.75,6v9\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Turnkey delivery\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M10.248,21.1a7.532,7.532,0,0,1-7.531-7.532C2.717,2.645,15.861,8.252,22.189,3a.466.466,0,0,1,.479-.048.5.5,0,0,1,.3.378C24.9,14.643,16.572,21.1,10.248,21.1Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.261,11.554A24.984,24.984,0,0,0,4.652,15.84L.75,19.17\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Eco-friendly\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M19.025,15.375a9,9,0,0,0-14.05,0\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3.000 9.750 A9.000 9.000 0 1 0 21.000 9.750 A9.000 9.000 0 1 0 3.000 9.750 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 18.75L12 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 23.25L16.5 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5,13.205V7a3.006,3.006,0,0,0-.6-1.8L5.582,3.443\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.5,13.205V7a3.006,3.006,0,0,1,.6-1.8l1.319-1.757\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					High-end materials\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 140 140\" width=\"140\" height=\"140\"><g transform=\"matrix(5.833333333333333,0,0,5.833333333333333,0,0)\"><path d=\"M12 2.251L12 0.751\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.364 4.888L19.425 3.827\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 11.251L22.5 11.251\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.364 17.615L19.425 18.676\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.636 4.888L4.575 3.827\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 11.251L1.5 11.251\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.636 17.615L4.575 18.676\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9,16.449v2.3a3,3,0,0,0,6,0v-2.3\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.000 11.251 A6.000 6.000 0 1 0 18.000 11.251 A6.000 6.000 0 1 0 6.000 11.251 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 21.751L12 23.251\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Top know-how\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M.75,23.25H5.571a1.966,1.966,0,0,0,1.929-2v-2a1.966,1.966,0,0,0-1.929-2H.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.641,23.25H21.75a1.5,1.5,0,0,0,1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5H5.641\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 17.25L20.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 17.25L17.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M14.25 17.25L14.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25 17.25L11.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 20.25L0.75 20.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.2,17.25V16a.549.549,0,0,0-.388-.513A3.743,3.743,0,0,1,13.2,11.75c0-3.789,4.651.945,4.8-10.435A.586.586,0,0,0,17.4.75H6.6a.586.586,0,0,0-.6.565c.148,11.38,4.8,6.646,4.8,10.435a3.743,3.743,0,0,1-2.614,3.741A.548.548,0,0,0,7.8,16V17.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.023,2.25H3.55A.536.536,0,0,0,3,2.826c.131,1.379.774,4.752,3.925,4.673\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.977,2.25h2.542a.535.535,0,0,1,.547.576c-.132,1.389-.783,4.8-3.992,4.67\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Awarded company\n				</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M14.96,17.22l-.633,5.241a.666.666,0,0,0,1.127.591l1.823-1.822L19.1,23.052a.667.667,0,0,0,1.128-.591l-.641-5.277\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.500 14.250 A3.750 3.750 0 1 0 21.000 14.250 A3.750 3.750 0 1 0 13.500 14.250 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M10.5,20.25h-6A1.5,1.5,0,0,1,3,18.75V2.25A1.5,1.5,0,0,1,4.5.75H15.129a1.5,1.5,0,0,1,1.06.439l2.872,2.872a1.5,1.5,0,0,1,.439,1.06V8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n				<h3>\n					Certifications\n				</h3>\n                                    <h2>You dream your house, we make it real </h2>\n                                    <p>This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features </p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request our brochure\n					</a>\n                                    <h2>Discover our prefab solutions</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-4/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-3/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-2/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-1/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>How we create our prefab homes</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n											<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"683\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-13-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-13.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://demo18.houzez.co/index.php/services/\">Design quality</a></h3>		\n		<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\">\n								</a>\n					<a href=\"https://demo18.houzez.co/index.php/services/\">Find more</a>\n											<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"683\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/image-1-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-1.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://demo18.houzez.co/index.php/services/\">Energy efficiency</a></h2>		\n		<p>Lorem ipsum dolor sit, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper, pulvinar dapibus leo.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\">\n								</a>\n					<a href=\"https://demo18.houzez.co/index.php/services/\">Find more</a>\n											<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"683\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://demo18.houzez.co/index.php/services/\">High comfort</a></h2>		\n		<p>Lorem ipsum dolor sit amet, adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\">\n								</a>\n					<a href=\"https://demo18.houzez.co/index.php/services/\">Find more</a>\n                                    <h2>Only high-end quality materials</h2>\n                                    <p>This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features </p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request our brochure\n					</a>\n                                    <h2>Testimonials & Partners</h2>\n            <img width=\"150\" height=\"150\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost19-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost19-150x150.jpg 150w, https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost19-300x300.jpg 300w, https://listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost19.jpg 400w\" sizes=\"(max-width: 150px) 100vw, 150px\" />        \n		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus	<!-- testimonial-body -->\n		 <strong>Mike Sandoval</strong><br>\n		<em>\n			Project Manager, Constructions Inc.		</em>\n	<!-- testimonial-info -->\n<!-- testimonial-item -->                            \n            <img width=\"150\" height=\"150\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost08-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost08-150x150.jpg 150w, https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyHost08-300x300.jpg 300w, https://listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost08.jpg 400w\" sizes=\"(max-width: 150px) 100vw, 150px\" />        \n		Nullam lacus enim, venenatis at enim et, fringilla sodales odio. Donec nec erat ac elit blandit facilisis dictum a neque.	<!-- testimonial-body -->\n		 <strong>Sam Peterson</strong><br>\n		<em>\n			Manager, Company Inc.		</em>\n	<!-- testimonial-info -->\n<!-- testimonial-item -->                            \n            <img width=\"150\" height=\"150\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyRenter04-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyRenter04-150x150.jpg 150w, https://demo18.houzez.co/wp-content/uploads/2020/10/HomeyRenter04-300x300.jpg 300w, https://listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyRenter04.jpg 421w\" sizes=\"(max-width: 150px) 100vw, 150px\" />        \n		Vestibulum sem lectus, aliquet semper erat at, elementum congue mauris. Phasellus non rhoncus justo. Aliquam id porttitor massa.	<!-- testimonial-body -->\n		 <strong>Kenya Soval</strong><br>\n		<em>\n			Manager, Buildings Inc.		</em>\n	<!-- testimonial-info -->\n<!-- testimonial-item -->                            \n            <!-- testimonials-module -->\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-02-e1582734691936.jpg\" alt=\"\" loading=\"lazy\" />											\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-01-e1582734705113.jpg\" alt=\"\" loading=\"lazy\" />											\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-03-e1582734671602.jpg\" alt=\"\" loading=\"lazy\" />											\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-05-e1582734603812.jpg\" alt=\"\" loading=\"lazy\" />											\n										<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-04-e1582734649458.jpg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','Demo 18 - Homepage - 2021','','publish','closed','closed','','demo-18-homepage-2021','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/?elementor_library=demo-18-homepage-2021',0,'elementor_library','',0),(1719,1,'2024-09-02 14:33:37','2024-09-02 14:33:37','<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.</strong>Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home</h2>\n					<!-- block-title-wrap -->\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-4/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-3/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-2/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-1/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>','Test Property','','trash','closed','closed','','__trashed','','','2024-09-02 14:33:37','2024-09-02 14:33:37','',0,'https://demo18.houzez.co/?post_type=property&#038;p=1719',0,'property','',0),(1733,1,'2021-03-17 13:40:50','2021-03-17 13:40:50','<a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    1+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-6-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n		<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.</strong> Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home </h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>3</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>2.5</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>1</strong> </li><li>Garage</li></ul><ul><li> <strong>2900</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>31&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>36&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $250,000\n        </li><li>\n            <strong>Property Size</strong> \n            2900 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            3\n        </li><li>\n            <strong>Bathrooms</strong> \n            2.5\n        </li><li>\n            <strong>Garage</strong> \n            1\n        </li><li>\n            <strong>Garage Size</strong> \n            330 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li><strong>Exterior Features</strong> Brick, Wood</li><li><strong>Roof</strong> Concrete tile, Wood</li><li><strong>Yard</strong> Patio</li><li><strong>Types of Rooms</strong> Loft, Den, Home office area</li><li><strong>Flooring</strong> Wood, Tile</li><li><strong>Kitchen</strong> Appliances, Counters</li><li><strong>Dining</strong> Dining</li><li><strong>Master Suite</strong> Balcony, Outside access</li><li><strong>Bathroom</strong> Built-in dressing vanities, Heated floors</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 560 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1 Bedroom</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1 Bathroom</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 980 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>2 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1.5 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		92.42 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n	</ul>\n<ul>\n	<li>\n            92.42 kWh / mÂ²a | Energy class A+\n            A+\n        </li><li>\n            A\n        </li><li>\n            B\n        </li><li>\n            C\n        </li><li>\n            D\n        </li><li>\n            E\n        </li><li>\n            F\n        </li><li>\n            G\n        </li><li>\n            H\n        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-4/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-3/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-2/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-1/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>','New test','','publish','closed','closed','','new-test','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/?elementor_library=new-test',0,'elementor_library','',0),(1736,1,'2021-03-17 13:50:26','2021-03-17 13:50:26','<a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    1+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-6-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n		<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.</strong> Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home </h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>3</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>2.5</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>1</strong> </li><li>Garage</li></ul><ul><li> <strong>2900</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>31&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>36&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $250,000\n        </li><li>\n            <strong>Property Size</strong> \n            2900 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            3\n        </li><li>\n            <strong>Bathrooms</strong> \n            2.5\n        </li><li>\n            <strong>Garage</strong> \n            1\n        </li><li>\n            <strong>Garage Size</strong> \n            330 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li><strong>Exterior Features</strong> Brick, Wood</li><li><strong>Roof</strong> Concrete tile, Wood</li><li><strong>Yard</strong> Patio</li><li><strong>Types of Rooms</strong> Loft, Den, Home office area</li><li><strong>Flooring</strong> Wood, Tile</li><li><strong>Kitchen</strong> Appliances, Counters</li><li><strong>Dining</strong> Dining</li><li><strong>Master Suite</strong> Balcony, Outside access</li><li><strong>Bathroom</strong> Built-in dressing vanities, Heated floors</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 560 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1 Bedroom</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1 Bathroom</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 980 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>2 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1.5 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		92.42 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n	</ul>\n<ul>\n	<li>\n            92.42 kWh / mÂ²a | Energy class A+\n            A+\n        </li><li>\n            A\n        </li><li>\n            B\n        </li><li>\n            C\n        </li><li>\n            D\n        </li><li>\n            E\n        </li><li>\n            F\n        </li><li>\n            G\n        </li><li>\n            H\n        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-4/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-3/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-2/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-1/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>','updated','','publish','closed','closed','','updated','','','2024-08-15 11:23:04','2024-08-15 11:23:04','',0,'https://demo18.houzez.co/?elementor_library=updated',0,'elementor_library','',0),(1761,1,'2024-08-15 12:40:05','2024-08-15 12:40:05','','content-marketing','','inherit','open','closed','','content-marketing','','','2024-08-15 12:40:05','2024-08-15 12:40:05','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/content-marketing.webp',0,'attachment','image/webp',0),(1762,1,'2024-08-15 12:40:10','2024-08-15 12:40:10','','digital-marketing','','inherit','open','closed','','digital-marketing','','','2024-08-15 12:40:10','2024-08-15 12:40:10','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/digital-marketing.webp',0,'attachment','image/webp',0),(1763,1,'2024-08-15 12:40:14','2024-08-15 12:40:14','','email-marketing','','inherit','open','closed','','email-marketing','','','2024-08-15 12:40:14','2024-08-15 12:40:14','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/email-marketing.webp',0,'attachment','image/webp',0),(1764,1,'2024-08-15 12:40:18','2024-08-15 12:40:18','','lead-generation','','inherit','open','closed','','lead-generation','','','2024-08-15 12:40:18','2024-08-15 12:40:18','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/lead-generation.webp',0,'attachment','image/webp',0),(1765,1,'2024-08-15 12:40:22','2024-08-15 12:40:22','','ppc-advertising','','inherit','open','closed','','ppc-advertising','','','2024-08-15 12:40:22','2024-08-15 12:40:22','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/ppc-advertising.webp',0,'attachment','image/webp',0),(1766,1,'2024-08-15 12:40:27','2024-08-15 12:40:27','','seo','','inherit','open','closed','','seo','','','2024-08-15 12:40:27','2024-08-15 12:40:27','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/seo.webp',0,'attachment','image/webp',0),(1767,1,'2024-08-15 12:40:31','2024-08-15 12:40:31','','social-media-marketing','','inherit','open','closed','','social-media-marketing','','','2024-08-15 12:40:31','2024-08-15 12:40:31','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/social-media-marketing.webp',0,'attachment','image/webp',0),(1768,1,'2024-08-15 12:40:40','2024-08-15 12:40:40','','web-development','','inherit','open','closed','','web-development','','','2024-08-15 12:40:40','2024-08-15 12:40:40','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/web-development.webp',0,'attachment','image/webp',0),(1777,1,'2024-08-15 13:26:31','2024-08-15 13:26:31','','QUEBIC.webp','','inherit','open','closed','','quebic-webp','','','2024-08-15 13:26:31','2024-08-15 13:26:31','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/QUEBIC.webp',0,'attachment','image/webp',0),(1778,1,'2024-08-15 13:26:39','2024-08-15 13:26:39','','Ontario.webp','','inherit','open','closed','','ontario-webp','','','2024-08-15 13:26:39','2024-08-15 13:26:39','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Ontario.webp',0,'attachment','image/webp',0),(1779,1,'2024-08-15 13:26:46','2024-08-15 13:26:46','','Alberta.webp','','inherit','open','closed','','alberta-webp','','','2024-08-15 13:26:46','2024-08-15 13:26:46','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Alberta.webp',0,'attachment','image/webp',0),(1780,1,'2024-08-15 13:28:14','2024-08-15 13:28:14','','British-colambia.webp','','inherit','open','closed','','british-colambia-webp','','','2024-08-15 13:28:14','2024-08-15 13:28:14','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/British-colambia.webp',0,'attachment','image/webp',0),(1781,1,'2024-08-15 13:28:22','2024-08-15 13:28:22','','Nova-scotia.webp','','inherit','open','closed','','nova-scotia-webp','','','2024-08-15 13:28:22','2024-08-15 13:28:22','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Nova-scotia.webp',0,'attachment','image/webp',0),(1782,1,'2024-08-15 13:28:29','2024-08-15 13:28:29','','Saskatchawan.webp','','inherit','open','closed','','saskatchawan-webp','','','2024-08-15 13:28:29','2024-08-15 13:28:29','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Saskatchawan.webp',0,'attachment','image/webp',0),(1798,1,'2024-08-15 14:01:42','2024-08-15 14:01:42','','logo','','inherit','open','closed','','logo','','','2024-08-15 14:01:42','2024-08-15 14:01:42','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/logo.webp',0,'attachment','image/webp',0),(1799,1,'2024-08-15 14:04:51','2024-08-15 14:04:51','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Services</h1>		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh aliquam neque porta tempor. Vivamus eu sem vehicula, commodo massa at, elementum ex. Suspendisse feugiat dapibus ullamcorper. Nulla augue turpis, posuere in maximus quis.</p>		\n			<link rel=\"stylesheet\" href=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://demo18.houzez.co/index.php/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://demo18.houzez.co/index.php/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M5.25,6.75h-3a1.5,1.5,0,0,0-1.5,1.5v13.5a1.5,1.5,0,0,0,1.5,1.5h18a1.5,1.5,0,0,0,1.5-1.5V12\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 11.25L3.75 11.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 18.75L6 18.75 6 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 18.75L21.75 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 15L9.75 15 9.75 17.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.75 20.25L9.75 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.75 13.5L15.75 15.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M19.5,8.25a3.75,3.75,0,1,0-5.25,3.437V13.5h3V11.687A3.751,3.751,0,0,0,19.5,8.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.75 0.75L15.75 2.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21.053 2.947L19.993 4.007\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 8.25L21.75 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M10.447 2.947L11.507 4.007\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 8.25L9.75 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Project Design						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M18,13.5a2.25,2.25,0,1,0,3.15-2.063,1.5,1.5,0,0,1-.9-1.375V6.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 6.75L0.75 6.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3,6.75,9.347.939a.752.752,0,0,1,.871-.09L20.25,6.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 6.75L4.5 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9 6.75L9 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 23.25L12.75 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 8.25L9 14.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9 15.75L4.5 21.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Development						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M0.750 20.250 A3.000 3.000 0 1 0 6.750 20.250 A3.000 3.000 0 1 0 0.750 20.250 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M.75,20.25V3.75a3,3,0,0,1,6,0v16.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3.75,23.25h18a1.5,1.5,0,0,0,1.5-1.5V6a1.5,1.5,0,0,0-1.5-1.5h-15\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12,18.75h6V9a.75.75,0,0,0-.75-.75h-4.5A.75.75,0,0,0,12,9Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 12L18 12\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 15L18 15\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M19.5 18.75L18 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 18.75L10.5 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Contractor Services						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M9.75,15.656V13.5A1.506,1.506,0,0,0,8.25,12H3.375a2.625,2.625,0,0,1,0-5.25H3.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.75,23.25a1.5,1.5,0,0,1-1.5-1.5v-4.5a1.5,1.5,0,0,1,3,0v4.5A1.5,1.5,0,0,1,9.75,23.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3.750 4.500 L15.750 4.500 L15.750 9.000 L3.750 9.000 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M.75.75h21a1.5,1.5,0,0,1,1.5,1.5v19.5a1.5,1.5,0,0,1-1.5,1.5h-7.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 23.25L1.5 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75.75v15a3,3,0,0,1-3,3h-1.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25,18.75A2.25,2.25,0,0,1,3,16.5V15\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Interior Painting						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M.75,23.25H5.571a1.966,1.966,0,0,0,1.929-2v-2a1.966,1.966,0,0,0-1.929-2H.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.641,23.25H21.75a1.5,1.5,0,0,0,1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5H5.641\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 17.25L20.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 17.25L17.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M14.25 17.25L14.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25 17.25L11.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 20.25L0.75 20.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.2,17.25V16a.549.549,0,0,0-.388-.513A3.743,3.743,0,0,1,13.2,11.75c0-3.789,4.651.945,4.8-10.435A.586.586,0,0,0,17.4.75H6.6a.586.586,0,0,0-.6.565c.148,11.38,4.8,6.646,4.8,10.435a3.743,3.743,0,0,1-2.614,3.741A.548.548,0,0,0,7.8,16V17.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.023,2.25H3.55A.536.536,0,0,0,3,2.826c.131,1.379.774,4.752,3.925,4.673\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.977,2.25h2.542a.535.535,0,0,1,.547.576c-.132,1.389-.783,4.8-3.992,4.67\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Electrical						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M21 19.5L21 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9,6.75H8.25a2.25,2.25,0,0,0,0,4.5H13.5a7.513,7.513,0,0,1,7.155,5.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 6.75L12 6.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 2.25L20.25 2.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.482,16.5a2.985,2.985,0,0,0-1.982-.75H8.25a6.75,6.75,0,0,1,0-13.5H9\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.5 23.25L16.5 19.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 0.75L20.25 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9 0.75L9 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 19.5L22.5 19.5\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Plumbing						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M0.75 18.75L8.25 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 18.75L23.25 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 14.25L8.25 14.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 9.75L11.25 9.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.75,5.25H2.25a1.5,1.5,0,0,0-1.5,1.5v15a1.5,1.5,0,0,0,1.5,1.5h21\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.718 0.407 L21.718 0.407 L21.718 7.157 L18.718 7.157 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" transform=\"translate(31.841 20.752) rotate(-135)\"></path><path d=\"M17.3,13.062l2.652-2.651a1.5,1.5,0,0,0,0-2.122L17.832,6.168\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.58,17.81a.75.75,0,0,0,.974.974l6.981-2.775a1.5,1.5,0,0,0,.418-2.416l-3.182-3.182a1.5,1.5,0,0,0-2.416.418Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 14.25L5.25 18.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.75 9.75L6.75 14.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.75 5.25L9.75 9.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.75 18.75L6.75 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 20.25L17.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Carpentry						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M2.25,2.25a1.5,1.5,0,0,0-1.5,1.5v18a1.5,1.5,0,0,0,1.5,1.5h19.5a1.5,1.5,0,0,0,1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5H14.871a1.5,1.5,0,0,1-1.06-.439l-3.622-3.622a1.5,1.5,0,0,1-.439-1.06V9.75a1.5,1.5,0,0,0-1.5-1.5H6.75a1.5,1.5,0,0,1-1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 3.75L23.25 3.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.75 8.25L23.25 8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.5 12.75L23.25 12.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.75 0.75L9.75 5.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M14.25 0.75L14.25 12.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 0.75L18.75 17.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Flooring						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M0.788 20.571L23.25 20.571\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.773 20.571L2.286 20.571 2.286 10.838 9.773 9.341 9.773 20.571z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21.753 20.571L9.773 20.571 9.773 4.101 21.753 9.341 21.753 20.571z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.768,8.967a.374.374,0,0,1,.374.374\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.393,9.341a.375.375,0,0,1,.375-.374\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.768,9.716a.375.375,0,0,1-.375-.375\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.142,9.341a.374.374,0,0,1-.374.375\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.758,20.571h-5.99V16.079a1.5,1.5,0,0,1,1.5-1.5h3a1.5,1.5,0,0,1,1.5,1.5Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 11.146L9.773 9.341\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.238 3.429L23.246 9.994\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.758 8.022L18.758 4.101 21.753 4.101 21.753 9.341\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Renovations						\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/elementor/thumbs/image-14-qsn67xchu2schnkibrtrsqu82tzxp4k2apkcdqaukg.jpg\" title=\"image-14\" alt=\"image-14\" loading=\"lazy\" />													\n			Design		\n                                    <h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			Production		\n                                    <h2>Sed vitae nibh aliquam neque porta tempor</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n													<img src=\"https://listings.arxacommunications.com/wp-content/uploads/elementor/thumbs/gallery-3-qsn677yupjtls6ldfyuuff8s1fh0xarb77y8f9ch8g.jpg\" title=\"gallery-3\" alt=\"gallery-3\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/uploads/elementor/thumbs/image-16-qsn67yac0wtmt9j56a8ed8loo7vawtnsmu7tv09ge8.jpg\" title=\"image-16\" alt=\"image-16\" loading=\"lazy\" />													\n			Delivery		\n                                    <h2>Vivamus eu sem vehicula, commodo massa at</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<h2>Frequently asked questions</h2>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-toggle{text-align:start}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n															<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n												<a tabindex=\"0\">Lorem ipsum dolor sit amet?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n															<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n												<a tabindex=\"0\">Aenean elit sem, feugiat dapibus tincidunt sapien?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n															<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n												<a tabindex=\"0\">Nunc maximus faucibus elit in dictum?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n															<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n												<a tabindex=\"0\">Donec commodo dui id fringilla consectetur?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n															<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n												<a tabindex=\"0\">Aenean quam libero, pretium?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\">\n									Request a consultation\n					</a>','service','','publish','closed','closed','','service','','','2024-08-15 14:04:52','2024-08-15 14:04:52','',0,'https://listings.arxacommunications.com/?elementor_library=service',0,'elementor_library','',0),(1808,1,'2024-08-15 14:08:08','2024-08-15 14:08:08','','logo','','inherit','open','closed','','logo-2','','','2024-08-15 14:08:08','2024-08-15 14:08:08','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/logo-1.webp',0,'attachment','image/webp',0),(1809,1,'2024-08-15 14:11:25','2024-08-15 14:11:25','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Real Estate Lead Generation Services in Canada</h1>		\n		<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.</p>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"2dc89a574eb97dfc9a2b77e62195a56a\" data-token-time=\"1725430356\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"8230535030\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/lead-generation/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Why Choose Point2 Listing?</h2>		\n		<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp\" alt=\"Real estate Lead Generation\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>What Is Real Estate Lead Generation ?</h2>\n                                    <p>Real Estate lead generation Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Sales-and-revenue.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Sales And Revenue</strong>\n                                <!-- text-with-icon-title -->\n                                    Increased sales and revenue: By generating high-quality leads, you can build a strong client base and increase your sales and <br>revenue.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Efficiency-and-productvity.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Efficiency And Productivity</strong>\n                                <!-- text-with-icon-title -->\n                                    Increased efficiency and productivity: Our data-driven approach allows you to focus your efforts on the most promising leads                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Trust-and-creadibity.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Trust And Credibility</strong>\n                                <!-- text-with-icon-title -->\n                                    Establish yourself as an expert: Effective lead generation can help you establish yourself as an expert in the industry, helping you build trust                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Targeted.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Targeted Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Real estate lead generation allows agents to target their marketing efforts towards specific demographics or geographic areas. This helps them reach potential clients                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Our Strategies</h2>\n		<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.Â </p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p>		\n													<img width=\"500\" height=\"300\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Marketing-1.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Marketing-1.webp 500w, https://point2listing.ca/wp-content/uploads/2024/09/Marketing-1-300x180.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Marketing-1-496x298.webp 496w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n													<img width=\"500\" height=\"300\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1.webp 500w, https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1-300x180.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1-496x298.webp 496w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n		<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p><p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>		\n													<img width=\"500\" height=\"300\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1.webp 500w, https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1-300x180.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1-496x298.webp 496w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Real Estate Lead Generation','','publish','closed','closed','','lead-generation','','','2024-09-04 06:12:36','2024-09-04 06:12:36','',0,'https://listings.arxacommunications.com/?page_id=1809',0,'page','',0),(1812,1,'2024-08-15 14:15:59','2024-08-15 14:15:59','','250-250','','inherit','open','closed','','250-250','','','2024-08-15 14:15:59','2024-08-15 14:15:59','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/250-250.webp',0,'attachment','image/webp',0),(1813,1,'2024-08-15 14:16:04','2024-08-15 14:16:04','','512-512','','inherit','open','closed','','512-512','','','2024-08-15 14:16:04','2024-08-15 14:16:04','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/512-512.webp',0,'attachment','image/webp',0),(1814,1,'2024-08-15 14:19:56','2024-08-15 14:19:56','','What-Is-Real-Estate-Lead-Generation-scaled-copy','','inherit','open','closed','','what-is-real-estate-lead-generation-scaled-copy','','','2024-08-15 14:19:56','2024-08-15 14:19:56','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy.webp',0,'attachment','image/webp',0),(1828,1,'2024-08-16 06:02:27','2024-08-16 06:02:27','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"1024\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-1024x1024.png\" alt=\"\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?resize=600%2C600&amp;ssl=1 600w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?resize=496%2C496&amp;ssl=1 496w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?w=1080&amp;ssl=1 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n		<p>At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						X-twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Pinterest\n						<svg viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Company</h2>		\n			<link rel=\"stylesheet\" href=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Contact\n									</li>\n								<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms & Conditions\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n											<a href=\"https://listings.arxacommunications.com/digital-marketing/\">\n											Digital Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/seo/\">\n											SEO Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/social-media-marketing/\">\n											Social Media Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/lead-generation/\">\n											Real Estate Lead Generation\n											</a>\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/content-marketing/\">\n											Content Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/ppc/\">\n											PPC Management\n											</a>\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/web-development/\">\n											Web Development\n											</a>\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/email-marketing/\">\n											Email Marketing\n											</a>\n									</li>\n						</ul>\n			<h2>Contacts</h2>		\n			<h2>Address</h2>		\n		<p>135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2</p>		\n			<h2>Phone</h2>		\n					<ul>\n							<li>\n											<a href=\"tel:+(888)%20876-1054\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(888) 876-1054\n											</a>\n									</li>\n						</ul>\n			<h2>Email</h2>		\n					<ul>\n							<li>\n											<a href=\"tel:+92%20333%201522577\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										info@point2listings.ca contact@point2listings.ca\n											</a>\n									</li>\n						</ul>\n		Copyright Â© 2024 by <a style=\"color:white\" href=\"https://rankray.us/\">Rank Ray</a>. All Rights Reserved.','footer','','publish','closed','closed','','footer','','','2024-08-20 10:04:30','2024-08-20 10:04:30','',0,'https://listings.arxacommunications.com/?post_type=elementor-hf&#038;p=1828',0,'elementor-hf','',0),(1831,1,'2024-08-16 06:09:21','2024-08-16 06:09:21','','Amplifying Visibility In The Digital Realm','','inherit','open','closed','','amplifying-visibility-in-the-digital-realm','','','2024-08-16 06:09:21','2024-08-16 06:09:21','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Amplifying-Visibility-In-The-Digital-Realm.webp',0,'attachment','image/webp',0),(1832,1,'2024-08-16 06:09:23','2024-08-16 06:09:23','','Elevating Recognition And Influence','','inherit','open','closed','','elevating-recognition-and-influence','','','2024-08-16 06:09:23','2024-08-16 06:09:23','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Elevating-Recognition-And-Influence.webp',0,'attachment','image/webp',0),(1833,1,'2024-08-16 06:09:26','2024-08-16 06:09:26','','target','','inherit','open','closed','','target','','','2024-08-16 06:09:26','2024-08-16 06:09:26','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/target.webp',0,'attachment','image/webp',0),(1834,1,'2024-08-16 06:09:28','2024-08-16 06:09:28','','Tracking','','inherit','open','closed','','tracking','','','2024-08-16 06:09:28','2024-08-16 06:09:28','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Tracking.webp',0,'attachment','image/webp',0),(1841,1,'2024-08-16 12:11:47','2024-08-16 12:11:47','','Point 2 Lisiting logo','','inherit','open','closed','','point2-listing-logo-all-brown','','','2024-08-27 15:33:38','2024-08-27 15:33:38','',1828,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png',0,'attachment','image/png',0),(1845,1,'2024-08-16 12:28:51','2024-08-16 12:28:51','<h2>Real Estate Prospecting & Digital Advertising Solutions</h2>\n                                    <p>Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\">\n									Contact Us\n					</a>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n                                    <h2>Why our company is  the perfect partner for you? </h2>\n			<link rel=\"stylesheet\" href=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://demo18.houzez.co/index.php/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://demo18.houzez.co/index.php/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M11.379 5.871L2.893 14.357 0.772 12.235\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M2.893 10.114L5.015 12.235\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.5,6.75a3,3,0,1,1,2.123-5.121,3.029,3.029,0,0,1,.478.621\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25,18v3.75a1.5,1.5,0,0,0,1.5,1.5h6a1.5,1.5,0,0,0,1.5-1.5V18\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25,17.25l-6.5-5.847a1.5,1.5,0,0,0-2.006,0L8.25,17.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21.75 15.9L21.75 12\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.5,3.75h0A2.25,2.25,0,0,1,15.75,6v9\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Turnkey delivery						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M10.248,21.1a7.532,7.532,0,0,1-7.531-7.532C2.717,2.645,15.861,8.252,22.189,3a.466.466,0,0,1,.479-.048.5.5,0,0,1,.3.378C24.9,14.643,16.572,21.1,10.248,21.1Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.261,11.554A24.984,24.984,0,0,0,4.652,15.84L.75,19.17\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Eco-friendly						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M19.025,15.375a9,9,0,0,0-14.05,0\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3.000 9.750 A9.000 9.000 0 1 0 21.000 9.750 A9.000 9.000 0 1 0 3.000 9.750 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 18.75L12 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 23.25L16.5 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5,13.205V7a3.006,3.006,0,0,0-.6-1.8L5.582,3.443\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.5,13.205V7a3.006,3.006,0,0,1,.6-1.8l1.319-1.757\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							High-end materials						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 140 140\" width=\"140\" height=\"140\"><g transform=\"matrix(5.833333333333333,0,0,5.833333333333333,0,0)\"><path d=\"M12 2.251L12 0.751\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.364 4.888L19.425 3.827\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 11.251L22.5 11.251\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.364 17.615L19.425 18.676\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.636 4.888L4.575 3.827\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 11.251L1.5 11.251\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.636 17.615L4.575 18.676\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9,16.449v2.3a3,3,0,0,0,6,0v-2.3\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.000 11.251 A6.000 6.000 0 1 0 18.000 11.251 A6.000 6.000 0 1 0 6.000 11.251 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12 21.751L12 23.251\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Top know-how						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M.75,23.25H5.571a1.966,1.966,0,0,0,1.929-2v-2a1.966,1.966,0,0,0-1.929-2H.75\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.641,23.25H21.75a1.5,1.5,0,0,0,1.5-1.5v-3a1.5,1.5,0,0,0-1.5-1.5H5.641\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M20.25 17.25L20.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25 17.25L17.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M14.25 17.25L14.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.25 17.25L11.25 23.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.5 20.25L0.75 20.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M16.2,17.25V16a.549.549,0,0,0-.388-.513A3.743,3.743,0,0,1,13.2,11.75c0-3.789,4.651.945,4.8-10.435A.586.586,0,0,0,17.4.75H6.6a.586.586,0,0,0-.6.565c.148,11.38,4.8,6.646,4.8,10.435a3.743,3.743,0,0,1-2.614,3.741A.548.548,0,0,0,7.8,16V17.25Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.023,2.25H3.55A.536.536,0,0,0,3,2.826c.131,1.379.774,4.752,3.925,4.673\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.977,2.25h2.542a.535.535,0,0,1,.547.576c-.132,1.389-.783,4.8-3.992,4.67\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Awarded company						\n					</h3>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 64 64\" width=\"64\" height=\"64\"><g transform=\"matrix(2.6666666666666665,0,0,2.6666666666666665,0,0)\"><path d=\"M14.96,17.22l-.633,5.241a.666.666,0,0,0,1.127.591l1.823-1.822L19.1,23.052a.667.667,0,0,0,1.128-.591l-.641-5.277\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.500 14.250 A3.750 3.750 0 1 0 21.000 14.250 A3.750 3.750 0 1 0 13.500 14.250 Z\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M10.5,20.25h-6A1.5,1.5,0,0,1,3,18.75V2.25A1.5,1.5,0,0,1,4.5.75H15.129a1.5,1.5,0,0,1,1.06.439l2.872,2.872a1.5,1.5,0,0,1,.439,1.06V8.25\" fill=\"none\" stroke=\"#16bfbf\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg>				\n									<h3>\n							Certifications						\n					</h3>\n                                    <h2>You dream your house, we make it real </h2>\n                                    <p>This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features </p>\n			<a href=\"https://demo18.houzez.co/contact-us/\">\n									Request our brochure\n					</a>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Experience the Power of Comprehensive Digital Marketing Solutions or Your Business. </h2>\n                                    <p>Harness the Power of Comprehensive Digital Marketing Solutions for Your Business Success With our full-service digital marketing expertise, businesses gain access to a wide range of services designed to establish and maintain a strong online presence. Our team of experienced professionals specializes in various aspects of digital marketing, including search engine optimization, social media marketing, content creation, email marketing, and paid advertising. By adopting an integrated approach, we help businesses develop a comprehensive marketing strategy that effectively targets their audience, boosts their visibility, and drives sales. Our tailored approach ensures maximum return on investment (ROI) and guarantees that every marketing effort is efficient and effective. Partner with us today and experience the transformative impact of our full-service digital marketing expertise on your business growth.</p>\n                                    <h2>Our Services</h2>\n                                    <p>We are committed to delivering top-notch solutions that cater to your unique needs.</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>											<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"576\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/lead-generation.webp?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/lead-generation.webp?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/lead-generation.webp?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/lead-generation.webp?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/lead-generation.webp?resize=1067%2C600&amp;ssl=1 1067w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/lead-generation.webp?resize=496%2C279&amp;ssl=1 496w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/lead-generation.webp?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3><a href=\"https://demo18.houzez.co/index.php/services/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://demo18.houzez.co/index.php/services/\" >\n							Find more						</a>\n														<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"576\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/digital-marketing-1024x576.webp\" alt=\"\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/digital-marketing.webp?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/digital-marketing.webp?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/digital-marketing.webp?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/digital-marketing.webp?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/digital-marketing.webp?resize=1067%2C600&amp;ssl=1 1067w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/digital-marketing.webp?resize=496%2C279&amp;ssl=1 496w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/digital-marketing.webp?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://demo18.houzez.co/index.php/services/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://demo18.houzez.co/index.php/services/\" >\n							Find more						</a>\n														<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"576\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/web-development-1024x576.webp\" alt=\"\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/web-development.webp?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/web-development.webp?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/web-development.webp?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/web-development.webp?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/web-development.webp?resize=1067%2C600&amp;ssl=1 1067w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/web-development.webp?resize=496%2C279&amp;ssl=1 496w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/web-development.webp?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://demo18.houzez.co/index.php/services/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://demo18.houzez.co/index.php/services/\" >\n							Find more						</a>\n														<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"576\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/content-marketing-1024x576.webp\" alt=\"\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/content-marketing.webp?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/content-marketing.webp?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/content-marketing.webp?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/content-marketing.webp?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/content-marketing.webp?resize=1067%2C600&amp;ssl=1 1067w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/content-marketing.webp?resize=496%2C279&amp;ssl=1 496w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/content-marketing.webp?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://demo18.houzez.co/index.php/services/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://demo18.houzez.co/index.php/services/\" >\n							Find more						</a>\n														<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"576\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/seo-1024x576.webp\" alt=\"\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/seo.webp?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/seo.webp?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/seo.webp?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/seo.webp?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/seo.webp?resize=1067%2C600&amp;ssl=1 1067w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/seo.webp?resize=496%2C279&amp;ssl=1 496w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/seo.webp?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://demo18.houzez.co/index.php/services/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://demo18.houzez.co/index.php/services/\" >\n							Find more						</a>\n														<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"576\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/ppc-advertising.webp?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/ppc-advertising.webp?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/ppc-advertising.webp?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/ppc-advertising.webp?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/ppc-advertising.webp?resize=1067%2C600&amp;ssl=1 1067w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/ppc-advertising.webp?resize=496%2C279&amp;ssl=1 496w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/ppc-advertising.webp?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://demo18.houzez.co/index.php/services/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://demo18.houzez.co/index.php/services/\" >\n							Find more						</a>\n														<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"576\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/social-media-marketing-1024x576.webp\" alt=\"\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/social-media-marketing.webp?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/social-media-marketing.webp?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/social-media-marketing.webp?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/social-media-marketing.webp?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/social-media-marketing.webp?resize=1067%2C600&amp;ssl=1 1067w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/social-media-marketing.webp?resize=496%2C279&amp;ssl=1 496w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/social-media-marketing.webp?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://demo18.houzez.co/index.php/services/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://demo18.houzez.co/index.php/services/\" >\n							Find more						</a>\n														<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"576\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/email-marketing-1024x576.webp\" alt=\"\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/email-marketing.webp?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/email-marketing.webp?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/email-marketing.webp?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/email-marketing.webp?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/email-marketing.webp?resize=1067%2C600&amp;ssl=1 1067w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/email-marketing.webp?resize=496%2C279&amp;ssl=1 496w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/email-marketing.webp?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://demo18.houzez.co/index.php/services/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://demo18.houzez.co/index.php/services/\" >\n							Find more						</a>\n														<a href=\"https://demo18.houzez.co/index.php/services/\">\n							<img width=\"1024\" height=\"683\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1-1024x683.jpg\" alt=\"\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?resize=900%2C600&amp;ssl=1 900w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?resize=496%2C331&amp;ssl=1 496w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?w=1440&amp;ssl=1 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://demo18.houzez.co/index.php/services/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://demo18.houzez.co/index.php/services/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://demo18.houzez.co/index.php/services/\" >\n							Find more						</a>\n                                    <h2>Our values</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Amplifying-Visibility-In-The-Digital-Realm.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Amplifying Visibility In The Digital Realm</strong>\n                                <!-- text-with-icon-title -->\n                                    Amplify Your Online Visibility. Discover strategies to elevate your presence across digital channels, engage your target audience, and achieve increased visibility in the competitive online landscape.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Elevating-Recognition-And-Influence.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Acquiring Targeted Prospects</strong>\n                                <!-- text-with-icon-title -->\n                                    Strategic Lead Generation: Focus on acquiring prospects that align with your target audience. Implement targeted marketing strategies to attract and engage potential customers.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Tracking.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Elevating Recognition and Influence</strong>\n                                <!-- text-with-icon-title -->\n                                    Building Brand Authority: Establish your brand as an industry leader, enhancing recognition and influence. Cultivate a strong brand identity, engage with your audience.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/target.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Tracking and Measuring Results</strong>\n                                <!-- text-with-icon-title -->\n                                     Measure and track the results of your marketing efforts. Implement analytics and tracking mechanisms to gain valuable insights and make data-driven decisions for achieving measurable results.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Areas</h2>\n		<p><strong>QUEBEC</strong></p><p><strong>ONTARIO</strong></p><p><strong>ALBERTA</strong></p><p><strong>BRITSH<br />COLUMBIA</strong></p><p><strong>Nova<br />Scotia</strong></p><p><strong>Saskatchewan</strong></p>		\n                                    <h2>Only high-end quality materials</h2>\n                                    <p>This demo can be used by developer companies which want to present their real estate projects taking advantage of the Houzez features </p>\n			<a href=\"https://demo18.houzez.co/contact-us/\">\n									Request our brochure\n					</a>\n                                    <h2>Testimonials & Partners</h2>\n            <img width=\"150\" height=\"150\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost19-150x150.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost19.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost19.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost19.jpg?w=400&amp;ssl=1 400w\" sizes=\"(max-width: 150px) 100vw, 150px\" />        \n		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa purus, bibendum gravida orci nec, porta efficitur tellus	<!-- testimonial-body -->\n		by <strong>Mike Sandoval</strong><br>\n		<em>\n			Project Manager, Constructions Inc.		</em>\n	<!-- testimonial-info -->\n<!-- testimonial-item -->                            \n            <img width=\"150\" height=\"150\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost08-150x150.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost08.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost08.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyHost08.jpg?w=400&amp;ssl=1 400w\" sizes=\"(max-width: 150px) 100vw, 150px\" />        \n		Nullam lacus enim, venenatis at enim et, fringilla sodales odio. Donec nec erat ac elit blandit facilisis dictum a neque.	<!-- testimonial-body -->\n		by <strong>Sam Peterson</strong><br>\n		<em>\n			Manager, Company Inc.		</em>\n	<!-- testimonial-info -->\n<!-- testimonial-item -->                            \n            <img width=\"150\" height=\"150\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyRenter04-150x150.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyRenter04.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyRenter04.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/10/HomeyRenter04.jpg?w=421&amp;ssl=1 421w\" sizes=\"(max-width: 150px) 100vw, 150px\" />        \n		Vestibulum sem lectus, aliquet semper erat at, elementum congue mauris. Phasellus non rhoncus justo. Aliquam id porttitor massa.	<!-- testimonial-body -->\n		by <strong>Kenya Soval</strong><br>\n		<em>\n			Manager, Buildings Inc.		</em>\n	<!-- testimonial-info -->\n<!-- testimonial-item -->                            \n            <!-- testimonials-module -->\n                                    <h2>Read from our blog</h2>\n			<ul>\n								<li>\n					<time datetime=\"August 9, 2024\"> August 9, 2024</time>\n				</li>\n								<li>\n					 <a href=\"https://listings.arxacommunications.com/category/uncategorized/\" rel=\"category tag\">Uncategorized</a>				</li>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://listings.arxacommunications.com/hello-world/\">Hello world!</a></h3>\n		<!-- blog-post-title -->\n			Welcome to WordPress. This is your first post. Edit or delete it, then start...		<!-- blog-post-body -->\n			<a href=\"https://listings.arxacommunications.com/hello-world/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://listings.arxacommunications.com/skills-that-you-can-learn-in-the-real-estate-market/\">\n			<img width=\"592\" height=\"444\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg?resize=592%2C444&amp;ssl=1 592w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg?resize=584%2C438&amp;ssl=1 584w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg?resize=120%2C90&amp;ssl=1 120w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg?zoom=2&amp;resize=592%2C444&amp;ssl=1 1184w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n								<li>\n					<time datetime=\"March 9, 2016\"> March 9, 2016</time>\n				</li>\n								<li>\n					 <a href=\"https://listings.arxacommunications.com/category/business/\" rel=\"category tag\">Business</a>				</li>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://listings.arxacommunications.com/skills-that-you-can-learn-in-the-real-estate-market/\">Skills That You Can Learn In The Real Estate Market</a></h3>\n		<!-- blog-post-title -->\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec...		<!-- blog-post-body -->\n			<a href=\"https://listings.arxacommunications.com/skills-that-you-can-learn-in-the-real-estate-market/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://listings.arxacommunications.com/learn-the-truth-about-real-estate-industry/\">\n			<img width=\"592\" height=\"444\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1-592x444.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?resize=592%2C444&amp;ssl=1 592w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?resize=584%2C438&amp;ssl=1 584w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?resize=120%2C90&amp;ssl=1 120w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?zoom=2&amp;resize=592%2C444&amp;ssl=1 1184w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n								<li>\n					<time datetime=\"March 9, 2016\"> March 9, 2016</time>\n				</li>\n								<li>\n					 <a href=\"https://listings.arxacommunications.com/category/construction/\" rel=\"category tag\">Construction</a>				</li>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://listings.arxacommunications.com/learn-the-truth-about-real-estate-industry/\">Learn The Truth About Real Estate Industry</a></h3>\n		<!-- blog-post-title -->\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec...		<!-- blog-post-body -->\n			<a href=\"https://listings.arxacommunications.com/learn-the-truth-about-real-estate-industry/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://listings.arxacommunications.com/10-quick-tips-about-business-development/\">\n			<img width=\"592\" height=\"444\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg?resize=592%2C444&amp;ssl=1 592w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg?resize=584%2C438&amp;ssl=1 584w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg?resize=120%2C90&amp;ssl=1 120w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg?zoom=2&amp;resize=592%2C444&amp;ssl=1 1184w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n								<li>\n					<time datetime=\"March 9, 2016\"> March 9, 2016</time>\n				</li>\n								<li>\n					 <a href=\"https://listings.arxacommunications.com/category/real-estate/\" rel=\"category tag\">Real Estate</a>				</li>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://listings.arxacommunications.com/10-quick-tips-about-business-development/\">10 Quick Tips About Business Development</a></h3>\n		<!-- blog-post-title -->\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec...		<!-- blog-post-body -->\n			<a href=\"https://listings.arxacommunications.com/10-quick-tips-about-business-development/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n													<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-02-e1582734691936.jpg\" alt=\"\" />													\n													<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-01-e1582734705113.jpg\" alt=\"\" />													\n													<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-03-e1582734671602.jpg\" alt=\"\" />													\n													<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-05-e1582734603812.jpg\" alt=\"\" />													\n													<img width=\"150\" height=\"60\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/partner-04-e1582734649458.jpg\" alt=\"\" />													\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\">\n									Request a consultation\n					</a>','homepage listing','','publish','closed','closed','','homepage-listing','','','2024-08-16 12:28:52','2024-08-16 12:28:52','',0,'https://listings.arxacommunications.com/?elementor_library=homepage-listing',0,'elementor_library','',0),(1849,1,'2024-08-17 10:33:31','2024-08-17 10:33:31','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"150\" height=\"150\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png\" alt=\"\" srcset=\"https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?resize=600%2C600&amp;ssl=1 600w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?resize=496%2C496&amp;ssl=1 496w, https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png?w=1080&amp;ssl=1 1080w\" sizes=\"(max-width: 150px) 100vw, 150px\" />													\n	    	<nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-nav-439cbd1\"><li><a  href=\"https://listings.arxacommunications.com/\">Home</a> </li>\n<li><a  href=\"https://listings.arxacommunications.com/about-us/\">About</a> </li>\n<li><a  href=\"#\">Services</a> \n<ul>\n	<li><a  href=\"https://listings.arxacommunications.com/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/seo/\">SEO</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://listings.arxacommunications.com/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-desktop-wrap -->\n		    <nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-mobile-nav-439cbd1\"><li><a  href=\"https://listings.arxacommunications.com/\">Home</a> </li>\n<li><a  href=\"https://listings.arxacommunications.com/about-us/\">About</a> </li>\n<li><a  href=\"#\">Services</a> \n<ul>\n	<li><a  href=\"https://listings.arxacommunications.com/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/seo/\">SEO</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://listings.arxacommunications.com/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-mobile-wrap -->','header','','publish','closed','closed','','header','','','2024-08-20 10:05:10','2024-08-20 10:05:10','',0,'https://listings.arxacommunications.com/?post_type=elementor-hf&#038;p=1849',0,'elementor-hf','',0),(1870,1,'2024-08-19 06:13:03','2024-08-19 06:13:03','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Lead Generation</h1>		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>we believe that success lies in the details. Our highly qualified team is dedicated to managing every aspect of your project with precision and care. From the initial planning stages to the final execution, we ensure that each element is meticulously handled to meet your specific requirements. You can trust us to deliver a seamless and stress-free experience, allowing you to focus on your core business while we bring your vision to life.</p>		\n			<link rel=\"stylesheet\" href=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://demo18.houzez.co/index.php/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://demo18.houzez.co/index.php/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/elementor/thumbs/What-Is-Real-Estate-Lead-Generation-scaled-copy-qsndy4multmiqtgqtizna1iljcruw4027omwszt2yo.webp\" title=\"What-Is-Real-Estate-Lead-Generation-scaled-copy\" alt=\"What-Is-Real-Estate-Lead-Generation-scaled-copy\" loading=\"lazy\" />													\n                                    <h2>What Is Real Estate Lead Generation ?</h2>\n                                    <p>Lead Generation Real Estate Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Amplifying-Visibility-In-The-Digital-Realm.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Amplifying Visibility In The Digital Realm</strong>\n                                <!-- text-with-icon-title -->\n                                    Amplify Your Online Visibility. Discover strategies to elevate your presence across digital channels, engage your target audience, and achieve increased visibility in the competitive online landscape.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Elevating-Recognition-And-Influence.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Acquiring Targeted Prospects</strong>\n                                <!-- text-with-icon-title -->\n                                    Strategic Lead Generation: Focus on acquiring prospects that align with your target audience. Implement targeted marketing strategies to attract and engage potential customers.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Tracking.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Elevating Recognition and Influence</strong>\n                                <!-- text-with-icon-title -->\n                                    Building Brand Authority: Establish your brand as an industry leader, enhancing recognition and influence. Cultivate a strong brand identity, engage with your audience.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/target.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Tracking and Measuring Results</strong>\n                                <!-- text-with-icon-title -->\n                                     Measure and track the results of your marketing efforts. Implement analytics and tracking mechanisms to gain valuable insights and make data-driven decisions for achieving measurable results.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Our Strategies</h2>\n		<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.Â </p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p><p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>		\n			<h2>Frequently asked questions</h2>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-toggle{text-align:start}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n															<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n												<a tabindex=\"0\">Lorem ipsum dolor sit amet?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n															<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n												<a tabindex=\"0\">Aenean elit sem, feugiat dapibus tincidunt sapien?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n															<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n												<a tabindex=\"0\">Nunc maximus faucibus elit in dictum?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n															<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n												<a tabindex=\"0\">Donec commodo dui id fringilla consectetur?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n															<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n												<a tabindex=\"0\">Aenean quam libero, pretium?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\">\n									Request a consultation\n					</a>','service page','','publish','closed','closed','','service-page','','','2024-08-19 06:13:05','2024-08-19 06:13:05','',0,'https://listings.arxacommunications.com/?elementor_library=service-page',0,'elementor_library','',0),(1879,1,'2024-08-19 11:07:29','2024-08-19 11:07:29','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Name\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Name\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Phone\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"9\":{\"id\":\"9\",\"type\":\"radio\",\"label\":\"Are you?\",\"choices\":{\"3\":{\"label\":\"Realtor\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"1\":{\"label\":\"Buyer\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Seller\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"3\",\"dynamic_choices\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"Message\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"Page URL\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"1879\",\"field_id\":11,\"settings\":{\"form_title\":\"Real Estate Lead Gen page\",\"form_desc\":\"Real Estate Lead Gen page\",\"form_tags\":[\"lead generation\"],\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@point2listing.ca\",\"subject\":\"Poin2listing form\",\"sender_name\":\"Point 2 Lisitng\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"22\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"}},\"recaptcha\":\"1\",\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Real Estate Lead Gen page','Real Estate Lead Gen page','publish','closed','closed','','blank-form','','','2024-09-02 09:04:39','2024-09-02 09:04:39','',0,'https://listings.arxacommunications.com/?post_type=wpforms&#038;p=1879',0,'wpforms','',0),(1885,1,'2024-08-19 11:25:01','2024-08-19 11:25:01','','stylish-business-team-three-scaled','','inherit','open','closed','','stylish-business-team-three-scaled','','','2024-08-19 11:25:01','2024-08-19 11:25:01','',22,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/stylish-business-team-three-scaled-1.jpg',0,'attachment','image/jpeg',0),(1886,1,'2024-08-19 11:26:37','2024-08-19 11:26:37','','hand-presenting-model-house-home-loan-campaign-1024x683-1.webp','','inherit','open','closed','','hand-presenting-model-house-home-loan-campaign-1024x683-1-webp','','','2024-08-19 11:26:37','2024-08-19 11:26:37','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp',0,'attachment','image/webp',0),(1905,1,'2024-08-19 11:45:18','2024-08-19 11:45:18','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Lead Generation</h1>		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>we believe that success lies in the details. Our highly qualified team is dedicated to managing every aspect of your project with precision and care. From the initial planning stages to the final execution, we ensure that each element is meticulously handled to meet your specific requirements. You can trust us to deliver a seamless and stress-free experience, allowing you to focus on your core business while we bring your vision to life.</p>		\n			<link rel=\"stylesheet\" href=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://demo18.houzez.co/index.php/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://demo18.houzez.co/index.php/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/elementor/thumbs/What-Is-Real-Estate-Lead-Generation-scaled-copy-qsndy4multmiqtgqtizna1iljcruw4027omwszt2yo.webp\" title=\"What-Is-Real-Estate-Lead-Generation-scaled-copy\" alt=\"What-Is-Real-Estate-Lead-Generation-scaled-copy\" loading=\"lazy\" />													\n                                    <h2>What Is Real Estate Lead Generation ?</h2>\n                                    <p>Lead Generation Real Estate Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Amplifying-Visibility-In-The-Digital-Realm.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Amplifying Visibility In The Digital Realm</strong>\n                                <!-- text-with-icon-title -->\n                                    Amplify Your Online Visibility. Discover strategies to elevate your presence across digital channels, engage your target audience, and achieve increased visibility in the competitive online landscape.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Elevating-Recognition-And-Influence.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Acquiring Targeted Prospects</strong>\n                                <!-- text-with-icon-title -->\n                                    Strategic Lead Generation: Focus on acquiring prospects that align with your target audience. Implement targeted marketing strategies to attract and engage potential customers.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Tracking.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Elevating Recognition and Influence</strong>\n                                <!-- text-with-icon-title -->\n                                    Building Brand Authority: Establish your brand as an industry leader, enhancing recognition and influence. Cultivate a strong brand identity, engage with your audience.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/target.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Tracking and Measuring Results</strong>\n                                <!-- text-with-icon-title -->\n                                     Measure and track the results of your marketing efforts. Implement analytics and tracking mechanisms to gain valuable insights and make data-driven decisions for achieving measurable results.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Our Strategies</h2>\n		<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.Â </p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p><p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>		\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://listings.arxacommunications.com/contact-us/\">\n									Request a consultation\n					</a>','service page F','','publish','closed','closed','','service-page-f','','','2024-08-19 11:45:19','2024-08-19 11:45:19','',0,'https://listings.arxacommunications.com/?elementor_library=service-page-f',0,'elementor_library','',0),(1909,1,'2024-08-19 11:49:46','2024-08-19 11:49:46','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Digital Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280906\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/digital-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unleash explosive growth with ourÂ best digital marketing agency Canada</p><p>Digital marketing has become increasingly important in todayâ€™s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Real Digital Marketing?</h2>\n                                    <p>Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in todayâ€™s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/seo-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Search Engine Optimization (SEO)</strong>\n                                <!-- text-with-icon-title -->\n                                    SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-icon.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Content marketing involves creating and sharing valuable content to attract and engage a target audience, build brand authority, and drive profitable customer actions.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-marketing-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Social media marketing involves using social media platforms, such as Facebook, Twitter, etc to promote a brand or product.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/email-marketing-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Digital Marketing','','publish','closed','closed','','digital-marketing','','','2024-09-02 12:41:46','2024-09-02 12:41:46','',0,'https://listings.arxacommunications.com/?page_id=1909',0,'page','',0),(1916,1,'2024-08-19 11:50:29','2024-08-19 11:50:29','','digital-marketing','','inherit','open','closed','','digital-marketing-2','','','2024-08-19 11:50:29','2024-08-19 11:50:29','',1909,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/digital-marketing-1.webp',0,'attachment','image/webp',0),(1917,1,'2024-08-19 11:50:38','2024-08-19 11:50:38','','What-Is-Digital-Marketing-scaled','','inherit','open','closed','','what-is-digital-marketing-scaled','','','2024-08-19 11:50:38','2024-08-19 11:50:38','',1909,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/What-Is-Digital-Marketing-scaled-1.webp',0,'attachment','image/webp',0),(1921,1,'2024-08-19 11:54:29','2024-08-19 11:54:29','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Digital Marketing</h1>		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unleash explosive growth with ourÂ best digital marketing agency Canada</p><p>Digital marketing has become increasingly important in todayâ€™s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://listings.arxacommunications.com/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://listings.arxacommunications.com/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/elementor/thumbs/What-Is-Digital-Marketing-scaled-1-qsu63v33j23ybtvuxxskkze769afukn0otyg4n6hxc.webp\" title=\"What-Is-Digital-Marketing-scaled\" alt=\"What-Is-Digital-Marketing-scaled\" loading=\"lazy\" />													\n                                    <h2>What Is Real Estate Lead Generation ?</h2>\n                                    <p>Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in todayâ€™s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Amplifying-Visibility-In-The-Digital-Realm.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Search Engine Optimization (SEO)</strong>\n                                <!-- text-with-icon-title -->\n                                    SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Elevating-Recognition-And-Influence.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Content marketing involves creating and sharing valuable content to attract and engage a target audience.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Tracking.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Social media marketing involves using social media platforms, such as Facebook, Twitter, LinkedIn, and Instagram, to promote a brand or product.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/target.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://listings.arxacommunications.com/contact-us/\">\n									Request a consultation\n					</a>','servce F','','publish','closed','closed','','servce-f','','','2024-08-19 11:54:30','2024-08-19 11:54:30','',0,'https://listings.arxacommunications.com/?elementor_library=servce-f',0,'elementor_library','',0),(1925,1,'2024-08-19 11:59:06','2024-08-19 11:59:06','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Web Development</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280881\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/web-development/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>A wide range of skills and disciplines</p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. Thatâ€™s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1024x683.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>What Is Web Development ?</h2>\n                                    <p>Web development refers to the process of creating websites and web applications that are accessible on the internet. It involves a range of technical skills and knowledge, including coding, web design, server management, database management, and software development.\n Web development is an essential component of modern business and communication, as it allows businesses and individuals to create an online presence and connect with others around the world. From e-commerce websites that enable online shopping to social networking platforms that connect people with similar interests, web development has transformed the way we interact with each other and the world around us.</p>\n                                    <h2>Our Web Development Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Mobile-app-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Mobile App Development</strong>\n                                <!-- text-with-icon-title -->\n                                    We offer mobile app development services for businesses that want to expand their reach and connect with their customers on mobile devices. Weâ€™ll create a mobile app that is user-friendly and visually appealing                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Custom-web-application.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Custom Web Applications</strong>\n                                <!-- text-with-icon-title -->\n                                    Our custom web application development services are designed to help businesses streamline their processes and improve efficiency. Weâ€™ll work with you to identify your business needs and develop a custom web application that meets those needs.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ecommerce-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>E-Commerce Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Our e-commerce development services are designed to help businesses of all sizes sell products and services online. Weâ€™ll create an e-commerce website that is easy to navigate, secure, and optimized for search engines.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Website-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Website Design And Development</strong>\n                                <!-- text-with-icon-title -->\n                                    We offer custom website design and development services to meet the unique needs of each of our clients. Our team of experienced web developers will work with you to create a website that is visually appealing and user-friendly                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Web Development','','publish','closed','closed','','web-development','','','2024-09-02 12:41:21','2024-09-02 12:41:21','',0,'https://listings.arxacommunications.com/?page_id=1925',0,'page','',0),(1929,1,'2024-08-19 11:59:43','2024-08-19 11:59:43','','What-Is-Web-Development-scaled-copy','','inherit','open','closed','','what-is-web-development-scaled-copy','','','2024-08-19 11:59:43','2024-08-19 11:59:43','',1925,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy.webp',0,'attachment','image/webp',0),(1930,1,'2024-08-19 11:59:53','2024-08-19 11:59:53','','web-development','','inherit','open','closed','','web-development-2','','','2024-08-19 11:59:53','2024-08-19 11:59:53','',1925,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/web-development-1.webp',0,'attachment','image/webp',0),(1937,1,'2024-08-19 12:06:05','2024-08-19 12:06:05','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Content Marekting</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280858\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/content-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unlocking the Power of Content Marketing Services In Canada</p><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clientsÂ </p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Content Marketing?</h2>\n                                    <p>Content marketing is a strategic marketing approach that focuses on creating valuable, informative, and engaging content that is designed to attract and retain a specific target audience. Content marketing can take many forms, including blog posts, videos, social media updates, e-books, and more.</p>\n                                    <h2>Our Content Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-promotion.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Promotion</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll promote your content on social media channels and other relevant platforms to help you reach a wider audience and drive more traffic to your website                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-analytics.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Analytics</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll provide you with detailed analytics reports that track the performance of your content. This will help you identify which types of content are resonating                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-creation.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Creation</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experienced writers and content creators will develop high-quality, engaging content that is designed to attract and retain your target audience.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-optimization.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll help you optimize your content for search engines by incorporating relevant keywords and meta tags. This will help your content rank higher on search engine                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is Content Marketing Important?</h2>\n                                    <p>In todayâ€™s digital world, content is king. By creating high-quality, engaging content that resonates with your target audience, you can build a strong online presence, establish yourself as an authority in your industry, and drive more traffic to your website. Effective content marketing can also help you generate more leads, increase your conversion rates, and boost your revenue.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','content marketing','','publish','closed','closed','','content-marketing','','','2024-09-02 12:40:58','2024-09-02 12:40:58','',0,'https://listings.arxacommunications.com/?page_id=1937',0,'page','',0),(1940,1,'2024-08-19 12:06:29','2024-08-19 12:06:29','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Search Engine Optimzation</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280766\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/seo/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>In todayâ€™s digital landscape, a stunning website isnâ€™t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. Thatâ€™s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Search Engine Optimization (SEO)?</h2>\n                                    <p>SEO is a set of techniques and strategies that are used to improve the visibility and ranking of a website in search engine results pages. Local SEO agency in Canada involves optimizing a websiteâ€™s content, structure, and code to make it more attractive to search engines like Google and Bing</p>\n                                    <h2>Our SEO Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Off-page-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Off-Page Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll help you build high-quality backlinks to your website from reputable sources to improve your search engine rankings                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Local-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Local SEO</strong>\n                                <!-- text-with-icon-title -->\n                                    If you have a local business, weâ€™ll help you optimize your website for local search results to help you attract more customers in your area.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/on-page-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>On-Page Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll optimize your websiteâ€™s content, structure, and code to make it <br>more attractive to search <br>engines.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Keyword-Research.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Keyword Research</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll conduct in-depth keyword research to identify the keywords and phrases that your target audience is using to find the products                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is SEO Important?</h2>\n                                    <p>In todayâ€™s digital world, most consumers turn to search engines to find the products and services they need. By optimizing your website for search engines, you can increase your visibility and attract more targeted traffic to your website. This can lead to more leads, conversions, and revenue for your business.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','seo','','publish','closed','closed','','seo','','','2024-09-02 12:39:26','2024-09-02 12:39:26','',0,'https://listings.arxacommunications.com/?page_id=1940',0,'page','',0),(1943,1,'2024-08-19 12:07:18','2024-08-19 12:07:18','','Why-Is-Content-Marketing-Important-scaled','','inherit','open','closed','','why-is-content-marketing-important-scaled','','','2024-08-19 12:07:18','2024-08-19 12:07:18','',1937,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Why-Is-Content-Marketing-Important-scaled-1.webp',0,'attachment','image/webp',0),(1944,1,'2024-08-19 12:07:29','2024-08-19 12:07:29','','what-is-content-marketing-scaled','','inherit','open','closed','','what-is-content-marketing-scaled','','','2024-08-19 12:07:29','2024-08-19 12:07:29','',1937,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/what-is-content-marketing-scaled-1.webp',0,'attachment','image/webp',0),(1945,1,'2024-08-19 12:07:39','2024-08-19 12:07:39','','content-marketing','','inherit','open','closed','','content-marketing-2','','','2024-08-19 12:07:39','2024-08-19 12:07:39','',1937,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/content-marketing-1.webp',0,'attachment','image/webp',0),(1949,1,'2024-08-19 12:12:02','2024-08-19 12:12:02','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>PPC</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280845\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/ppc/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>If youâ€™re looking for PPC services in Canada, itâ€™s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.Â </p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is PPC Campaign Canada?</h2>\n                                    <p>PPC Campaign Canada is a form of digital marketing that involves placing ads on search engine results pages, social media platforms, and other relevant websites. Advertisers only pay when someone clicks on their ad, which means that PPC Advertising can be a cost-effective way to reach a specific target audience and generate more leads and sales.</p>\n                                    <h2>Our  Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Increased-online-visibility.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Increased Online Visibility</strong>\n                                <!-- text-with-icon-title -->\n                                    Quickly get your business in front of potential customers who are actively searching for your products or services. By bidding on relevant keywords, your ads can appear on search engine results pages.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Cost-effective.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Cost<br> Effective</strong>\n                                <!-- text-with-icon-title -->\n                                    With PPC, you only pay when someone clicks on your ad, which means youâ€™re not wasting money on impressions or clicks from people who arenâ€™t interested in your business.                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Measurable-result.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Measurable <br>Results</strong>\n                                <!-- text-with-icon-title -->\n                                    PPC advertising provides detailed data on how your campaigns are performing, including the number of clicks, impressions, and conversions. This data can help you optimize your campaigns                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/PPC-strategy-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>PPC Strategy Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Develop a customized PPC Advertising strategy that is tailored to your business goals and target audience. Identify the best platforms to advertise on and target specific keywords                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is PPC Advertising Important?</h2>\n                                    <p>PPC Management Canada is an important component of any digital marketing strategy because it allows businesses to reach their target audiences in a highly targeted and cost-effective way. With PPC Advertising, businesses can control their ad spend, target specific keywords and demographics, and track their ad performance in real-time.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','PPC','','publish','closed','closed','','ppc','','','2024-09-02 12:40:45','2024-09-02 12:40:45','',0,'https://listings.arxacommunications.com/?page_id=1949',0,'page','',0),(1952,1,'2024-08-19 12:11:41','2024-08-19 12:11:41','','seo-is-important-scaled','','inherit','open','closed','','seo-is-important-scaled','','','2024-08-19 12:11:41','2024-08-19 12:11:41','',1940,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/seo-is-important-scaled-1.webp',0,'attachment','image/webp',0),(1953,1,'2024-08-19 12:11:49','2024-08-19 12:11:49','','what-is-seo-scaled','','inherit','open','closed','','what-is-seo-scaled','','','2024-08-19 12:11:49','2024-08-19 12:11:49','',1940,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/what-is-seo-scaled-1.webp',0,'attachment','image/webp',0),(1954,1,'2024-08-19 12:11:59','2024-08-19 12:11:59','','seo','','inherit','open','closed','','seo-2','','','2024-08-19 12:11:59','2024-08-19 12:11:59','',1940,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/seo-1.webp',0,'attachment','image/webp',0),(1958,1,'2024-08-19 12:16:55','2024-08-19 12:16:55','','Ppc-important-scaled','','inherit','open','closed','','ppc-important-scaled','','','2024-08-19 12:16:55','2024-08-19 12:16:55','',1949,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Ppc-important-scaled-1.webp',0,'attachment','image/webp',0),(1959,1,'2024-08-19 12:17:08','2024-08-19 12:17:08','','What-Is-PPC-Campaign-scaled','','inherit','open','closed','','what-is-ppc-campaign-scaled','','','2024-08-19 12:17:08','2024-08-19 12:17:08','',1949,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/What-Is-PPC-Campaign-scaled-1.webp',0,'attachment','image/webp',0),(1960,1,'2024-08-19 12:17:17','2024-08-19 12:17:17','','ppc-advertising','','inherit','open','closed','','ppc-advertising-2','','','2024-08-19 12:17:17','2024-08-19 12:17:17','',1949,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/ppc-advertising-1.webp',0,'attachment','image/webp',0),(1972,1,'2024-08-19 12:32:58','2024-08-19 12:32:58','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Social Media Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280800\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/social-media-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>We help businesses create and implement social media strategies that align with their goals and objectives.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Social Media Marketing Services ?</h2>\n                                    <p>Social media marketing services Canada are a type of digital marketing that leverage the power of social media platforms to connect businesses with their target audience, build brand awareness, and ultimately drive conversions. Think of it as building a bridge between a brand and its ideal customers on platforms like Facebook, Instagram, Twitter, TikTok, and more.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-strategy.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Strategy</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experts will work with you to develop a comprehensive social media strategy that aligns with your business objectives. Weâ€™ll conduct a thorough analysis of your industry, competition, and target audience to identify the most effective social media platforms                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-manegment.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Management</strong>\n                                <!-- text-with-icon-title -->\n                                    Managing social media accounts can be time-consuming, but itâ€™s crucial to stay active and engage with your audience regularly. Our team can handle all aspects of social media management, including content creation, scheduling, community management, and more                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-audit.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Audits</strong>\n                                <!-- text-with-icon-title -->\n                                     This service involves reviewing the social media presence of the business and identifying areas of improvement. The audit includes analyzing the content, engagement, follower growth, and more, to develop a plan for improving the social media presence                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-creation-1.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Creation</strong>\n                                <!-- text-with-icon-title -->\n                                    Creating high-quality and engaging content is key to success on social media platforms. Our team of content creators can develop various types of content, including images, videos, infographics, and more, to keep your social media presence fresh                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Social Media Marketing','','publish','closed','closed','','social-media-marketing','','','2024-09-02 12:40:00','2024-09-02 12:40:00','',0,'https://listings.arxacommunications.com/?page_id=1972',0,'page','',0),(1975,1,'2024-08-19 12:38:26','2024-08-19 12:38:26','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Email Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280805\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/email-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Email Marketing?</h2>\n                                    <p>Email marketing is a cost-effective and powerful way to reach your target audience and drive business growth. Email Marketing in Canada enables businesses to communicate with their customers directly and personalize their messaging to increase engagement and conversions.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-campaign-strategy.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Campaign Strategy</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experts will work with you to develop a comprehensive email campaign strategy that aligns with your business objectives. Weâ€™ll identify the most effective email types                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-list-building.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email List Building</strong>\n                                <!-- text-with-icon-title -->\n                                    Building a high-quality email list is essential for a successful email marketing campaign. Our team can help you build and grow your email list using various tactics, including lead magnets, sign-up forms, and more                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-design-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Design And Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Creating visually appealing and engaging email templates is key to driving engagement and conversions. Our team of designers and developers can create custom email templates that align with your brand                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-Automation.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Automation</strong>\n                                <!-- text-with-icon-title -->\n                                    Automated email campaigns can save time and increase engagement by sending personalized messages based on user behavior or demographics. We can help you set up and manage  email automation campaigns                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Email Marketing Is Important?</h2>\n                                    <p>Email marketing Canada is an important tool for businesses to reach and engage with their target audience. Here are a few reasons why email marketing is crucial for the success of any business\n</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Email Marketing','','publish','closed','closed','','email-marketing','','','2024-09-02 12:40:05','2024-09-02 12:40:05','',0,'https://listings.arxacommunications.com/?page_id=1975',0,'page','',0),(1979,1,'2024-08-19 12:36:13','2024-08-19 12:36:13','','What-Is-Social-Media-Marketing-Services-scaled','','inherit','open','closed','','what-is-social-media-marketing-services-scaled','','','2024-08-19 12:36:13','2024-08-19 12:36:13','',1972,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/What-Is-Social-Media-Marketing-Services-scaled-1.webp',0,'attachment','image/webp',0),(1980,1,'2024-08-19 12:36:24','2024-08-19 12:36:24','','social-media-marketing','','inherit','open','closed','','social-media-marketing-2','','','2024-08-19 12:36:24','2024-08-19 12:36:24','',1972,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/social-media-marketing-1.webp',0,'attachment','image/webp',0),(1986,1,'2024-08-19 12:39:55','2024-08-19 12:39:55','','email-marketing','','inherit','open','closed','','email-marketing-2','','','2024-08-19 12:39:55','2024-08-19 12:39:55','',1975,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/email-marketing-1.webp',0,'attachment','image/webp',0),(1987,1,'2024-08-19 12:40:08','2024-08-19 12:40:08','','Why-Email-Marketing-Is-Important-scaled','','inherit','open','closed','','why-email-marketing-is-important-scaled','','','2024-08-19 12:40:08','2024-08-19 12:40:08','',1975,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Why-Email-Marketing-Is-Important-scaled-1.webp',0,'attachment','image/webp',0),(1988,1,'2024-08-19 12:40:23','2024-08-19 12:40:23','','What-Is-Email-Marketing-scaled','','inherit','open','closed','','what-is-email-marketing-scaled','','','2024-08-19 12:40:23','2024-08-19 12:40:23','',1975,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/What-Is-Email-Marketing-scaled-1.webp',0,'attachment','image/webp',0),(1995,1,'2024-08-28 11:55:12','2024-08-19 12:46:12',' ','','','publish','closed','closed','','1995','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://listings.arxacommunications.com/?p=1995',6,'nav_menu_item','',0),(1996,1,'2024-08-28 11:55:12','2024-08-19 12:46:12',' ','','','publish','closed','closed','','1996','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://listings.arxacommunications.com/?p=1996',7,'nav_menu_item','',0),(1997,1,'2024-08-28 11:55:12','2024-08-19 12:46:12',' ','','','publish','closed','closed','','1997','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://listings.arxacommunications.com/?p=1997',8,'nav_menu_item','',0),(1998,1,'2024-08-28 11:55:12','2024-08-19 12:46:12','','SEO','','publish','closed','closed','','seo','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://listings.arxacommunications.com/?p=1998',5,'nav_menu_item','',0),(1999,1,'2024-08-28 11:55:12','2024-08-19 12:46:12','','Content Marketing','','publish','closed','closed','','content-marketing','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://listings.arxacommunications.com/?p=1999',9,'nav_menu_item','',0),(2000,1,'2024-08-28 11:55:12','2024-08-19 12:46:12',' ','','','publish','closed','closed','','2000','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://listings.arxacommunications.com/?p=2000',10,'nav_menu_item','',0),(2001,1,'2024-08-28 11:55:12','2024-08-19 12:46:12',' ','','','publish','closed','closed','','digital-marketing','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://listings.arxacommunications.com/?p=2001',11,'nav_menu_item','',0),(2002,1,'2024-08-28 11:55:12','2024-08-19 12:46:12','','Lead Generation','','publish','closed','closed','','lead-generation','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://listings.arxacommunications.com/?p=2002',4,'nav_menu_item','',0),(2016,1,'2024-08-20 08:47:32','2024-08-20 08:47:32','','Efficiency and productvity','','inherit','open','closed','','efficiency-and-productvity','','','2024-08-20 08:47:32','2024-08-20 08:47:32','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Efficiency-and-productvity.webp',0,'attachment','image/webp',0),(2017,1,'2024-08-20 08:47:34','2024-08-20 08:47:34','','Sales and revenue','','inherit','open','closed','','sales-and-revenue','','','2024-08-20 08:47:34','2024-08-20 08:47:34','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Sales-and-revenue.webp',0,'attachment','image/webp',0),(2018,1,'2024-08-20 08:47:37','2024-08-20 08:47:37','','Targeted','','inherit','open','closed','','targeted','','','2024-08-20 08:47:37','2024-08-20 08:47:37','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Targeted.webp',0,'attachment','image/webp',0),(2019,1,'2024-08-20 08:47:40','2024-08-20 08:47:40','','Trust and creadibity','','inherit','open','closed','','trust-and-creadibity','','','2024-08-20 08:47:40','2024-08-20 08:47:40','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Trust-and-creadibity.webp',0,'attachment','image/webp',0),(2024,1,'2024-08-20 09:20:34','2024-08-20 09:20:34','','Content marketing','','inherit','open','closed','','content-marketing-3','','','2024-08-20 09:20:34','2024-08-20 09:20:34','',1909,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Content-marketing-2.webp',0,'attachment','image/webp',0),(2025,1,'2024-08-20 09:20:37','2024-08-20 09:20:37','','email marketing','','inherit','open','closed','','email-marketing-3','','','2024-08-20 09:20:37','2024-08-20 09:20:37','',1909,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/email-marketing-2.webp',0,'attachment','image/webp',0),(2026,1,'2024-08-20 09:20:39','2024-08-20 09:20:39','','Social media marketing','','inherit','open','closed','','social-media-marketing-3','','','2024-08-20 09:20:39','2024-08-20 09:20:39','',1909,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Social-media-marketing-2.webp',0,'attachment','image/webp',0),(2027,1,'2024-08-20 09:20:42','2024-08-20 09:20:42','','seo','','inherit','open','closed','','seo-3','','','2024-08-20 09:20:42','2024-08-20 09:20:42','',1909,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/seo-2.webp',0,'attachment','image/webp',0),(2031,1,'2024-08-20 09:21:46','2024-08-20 09:21:46','','Custom web application','','inherit','open','closed','','custom-web-application','','','2024-08-20 09:21:46','2024-08-20 09:21:46','',1925,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Custom-web-application.webp',0,'attachment','image/webp',0),(2032,1,'2024-08-20 09:21:49','2024-08-20 09:21:49','','ecommerce development','','inherit','open','closed','','ecommerce-development','','','2024-08-20 09:21:49','2024-08-20 09:21:49','',1925,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/ecommerce-development.webp',0,'attachment','image/webp',0),(2033,1,'2024-08-20 09:21:51','2024-08-20 09:21:51','','Mobile app development','','inherit','open','closed','','mobile-app-development','','','2024-08-20 09:21:51','2024-08-20 09:21:51','',1925,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mobile-app-development.webp',0,'attachment','image/webp',0),(2034,1,'2024-08-20 09:21:53','2024-08-20 09:21:53','','Website development','','inherit','open','closed','','website-development','','','2024-08-20 09:21:53','2024-08-20 09:21:53','',1925,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Website-development.webp',0,'attachment','image/webp',0),(2038,1,'2024-08-20 09:23:55','2024-08-20 09:23:55','','Content analytics','','inherit','open','closed','','content-analytics','','','2024-08-20 09:23:55','2024-08-20 09:23:55','',1937,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Content-analytics.webp',0,'attachment','image/webp',0),(2039,1,'2024-08-20 09:23:58','2024-08-20 09:23:58','','Content creation','','inherit','open','closed','','content-creation','','','2024-08-20 09:23:58','2024-08-20 09:23:58','',1937,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Content-creation.webp',0,'attachment','image/webp',0),(2040,1,'2024-08-20 09:24:01','2024-08-20 09:24:01','','Content optimization','','inherit','open','closed','','content-optimization','','','2024-08-20 09:24:01','2024-08-20 09:24:01','',1937,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Content-optimization.webp',0,'attachment','image/webp',0),(2041,1,'2024-08-20 09:24:04','2024-08-20 09:24:04','','Content promotion','','inherit','open','closed','','content-promotion','','','2024-08-20 09:24:04','2024-08-20 09:24:04','',1937,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Content-promotion.webp',0,'attachment','image/webp',0),(2048,1,'2024-08-20 09:32:23','2024-08-20 09:32:23','','Measurable result','','inherit','open','closed','','measurable-result','','','2024-08-20 09:32:23','2024-08-20 09:32:23','',1949,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Measurable-result.webp',0,'attachment','image/webp',0),(2049,1,'2024-08-20 09:32:26','2024-08-20 09:32:26','','PPC strategy development','','inherit','open','closed','','ppc-strategy-development','','','2024-08-20 09:32:26','2024-08-20 09:32:26','',1949,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/PPC-strategy-development.webp',0,'attachment','image/webp',0),(2050,1,'2024-08-20 09:32:28','2024-08-20 09:32:28','','Cost effective','','inherit','open','closed','','cost-effective','','','2024-08-20 09:32:28','2024-08-20 09:32:28','',1949,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cost-effective.webp',0,'attachment','image/webp',0),(2051,1,'2024-08-20 09:32:31','2024-08-20 09:32:31','','Increased online visibility','','inherit','open','closed','','increased-online-visibility','','','2024-08-20 09:32:31','2024-08-20 09:32:31','',1949,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Increased-online-visibility.webp',0,'attachment','image/webp',0),(2055,1,'2024-08-20 09:33:14','2024-08-20 09:33:14','','Keyword Research','','inherit','open','closed','','keyword-research','','','2024-08-20 09:33:14','2024-08-20 09:33:14','',1940,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Keyword-Research.webp',0,'attachment','image/webp',0),(2056,1,'2024-08-20 09:33:17','2024-08-20 09:33:17','','Local seo','','inherit','open','closed','','local-seo','','','2024-08-20 09:33:17','2024-08-20 09:33:17','',1940,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Local-seo.webp',0,'attachment','image/webp',0),(2057,1,'2024-08-20 09:33:19','2024-08-20 09:33:19','','Off page seo','','inherit','open','closed','','off-page-seo','','','2024-08-20 09:33:19','2024-08-20 09:33:19','',1940,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Off-page-seo.webp',0,'attachment','image/webp',0),(2058,1,'2024-08-20 09:33:21','2024-08-20 09:33:21','','on page seo','','inherit','open','closed','','on-page-seo','','','2024-08-20 09:33:21','2024-08-20 09:33:21','',1940,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/on-page-seo.webp',0,'attachment','image/webp',0),(2062,1,'2024-08-20 09:35:23','2024-08-20 09:35:23','','Email Automation','','inherit','open','closed','','email-automation','','','2024-08-20 09:35:23','2024-08-20 09:35:23','',1975,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Email-Automation.webp',0,'attachment','image/webp',0),(2063,1,'2024-08-20 09:35:25','2024-08-20 09:35:25','','Email campaign strategy','','inherit','open','closed','','email-campaign-strategy','','','2024-08-20 09:35:25','2024-08-20 09:35:25','',1975,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Email-campaign-strategy.webp',0,'attachment','image/webp',0),(2064,1,'2024-08-20 09:35:27','2024-08-20 09:35:27','','Email design development','','inherit','open','closed','','email-design-development','','','2024-08-20 09:35:27','2024-08-20 09:35:27','',1975,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Email-design-development.webp',0,'attachment','image/webp',0),(2065,1,'2024-08-20 09:35:29','2024-08-20 09:35:29','','Email list building','','inherit','open','closed','','email-list-building','','','2024-08-20 09:35:29','2024-08-20 09:35:29','',1975,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Email-list-building.webp',0,'attachment','image/webp',0),(2069,1,'2024-08-20 09:37:39','2024-08-20 09:37:39','','Social media strategy','','inherit','open','closed','','social-media-strategy','','','2024-08-20 09:37:39','2024-08-20 09:37:39','',1972,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Social-media-strategy.webp',0,'attachment','image/webp',0),(2070,1,'2024-08-20 09:37:42','2024-08-20 09:37:42','','Content creation','','inherit','open','closed','','content-creation-2','','','2024-08-20 09:37:42','2024-08-20 09:37:42','',1972,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Content-creation-1.webp',0,'attachment','image/webp',0),(2071,1,'2024-08-20 09:37:45','2024-08-20 09:37:45','','Social media audit','','inherit','open','closed','','social-media-audit','','','2024-08-20 09:37:45','2024-08-20 09:37:45','',1972,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Social-media-audit.webp',0,'attachment','image/webp',0),(2072,1,'2024-08-20 09:37:48','2024-08-20 09:37:48','','Social media manegment','','inherit','open','closed','','social-media-manegment','','','2024-08-20 09:37:48','2024-08-20 09:37:48','',1972,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Social-media-manegment.webp',0,'attachment','image/webp',0),(2076,1,'2024-08-20 09:49:24','2024-08-20 09:49:24','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Old Quebec City </h2>		\n		<p>The historic heart of Quebec City, Old Quebec is a UNESCO World Heritage Site renowned for its charming cobblestone streets, 17th-century architecture, and iconic landmarks such as the ChÃ¢teau Frontenac. Visitors can explore its quaint shops, cafes, and museums while immersing themselves in the city\'s French heritage.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Old-Quebec-City-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Old-Quebec-City-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Old-Quebec-City-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Old-Quebec-City-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Old-Quebec-City-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Old-Quebec-City-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Old-Quebec-City-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Old-Quebec-City-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Montmorency-Falls-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Montmorency-Falls-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Montmorency-Falls-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Montmorency-Falls-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Montmorency-Falls-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Montmorency-Falls-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Montmorency-Falls-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Montmorency-Falls-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Montmorency Falls</h2>		\n		<p>Located just outside Quebec City, Montmorency Falls is a breathtaking natural wonder standing taller than Niagara Falls. Visitors can admire the waterfall from various viewpoints, take a cable car ride to the top for panoramic views, or even zip-line across the falls for an adrenaline rush.</p>		\n			<h2>Montmorency Falls</h2>		\n		<p>Located just outside Quebec City, Montmorency Falls is a breathtaking natural wonder standing taller than Niagara Falls. Visitors can admire the waterfall from various viewpoints, take a cable car ride to the top for panoramic views, or even zip-line across the falls for an adrenaline rush.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Mont-Tremblant</h2>		\n		<p>A popular destination for outdoor enthusiasts, Mont-Tremblant is a picturesque resort town nestled in the Laurentian Mountains. In winter, it offers world-class skiing and snowboarding opportunities, while in summer, visitors can enjoy hiking, mountain biking, golfing, and water sports on Lake Tremblant.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Plains of Abraham</h2>		\n		<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.</p>		\n			<h2>Plains of Abraham</h2>		\n		<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />','Quebec','','publish','closed','closed','','quebec','','','2024-08-22 08:23:05','2024-08-22 08:23:05','',0,'https://listings.arxacommunications.com/?page_id=2076',0,'page','',0),(2079,1,'2024-08-20 09:45:12','2024-08-20 09:45:12','','quebec-.webp','','inherit','open','closed','','quebec-webp','','','2024-08-20 09:45:12','2024-08-20 09:45:12','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/quebec-.webp',0,'attachment','image/webp',0),(2080,1,'2024-08-20 09:45:19','2024-08-20 09:45:19','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Old Quebec City </h2>		\n		<p>The historic heart of Quebec City, Old Quebec is a UNESCO World Heritage Site renowned for its charming cobblestone streets, 17th-century architecture, and iconic landmarks such as the ChÃ¢teau Frontenac. Visitors can explore its quaint shops, cafes, and museums while immersing themselves in the city\'s French heritage.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Montmorency Falls</h2>		\n		<p>Located just outside Quebec City, Montmorency Falls is a breathtaking natural wonder standing taller than Niagara Falls. Visitors can admire the waterfall from various viewpoints, take a cable car ride to the top for panoramic views, or even zip-line across the falls for an adrenaline rush.</p>		\n			<h2>Montmorency Falls</h2>		\n		<p>Located just outside Quebec City, Montmorency Falls is a breathtaking natural wonder standing taller than Niagara Falls. Visitors can admire the waterfall from various viewpoints, take a cable car ride to the top for panoramic views, or even zip-line across the falls for an adrenaline rush.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Mont-Tremblant</h2>		\n		<p>A popular destination for outdoor enthusiasts, Mont-Tremblant is a picturesque resort town nestled in the Laurentian Mountains. In winter, it offers world-class skiing and snowboarding opportunities, while in summer, visitors can enjoy hiking, mountain biking, golfing, and water sports on Lake Tremblant.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Plains of Abraham</h2>		\n		<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.</p>		\n			<h2>Plains of Abraham</h2>		\n		<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />','quebec F','','publish','closed','closed','','quebec-f','','','2024-08-20 09:45:19','2024-08-20 09:45:19','',0,'https://listings.arxacommunications.com/?elementor_library=quebec-f',0,'elementor_library','',0),(2086,1,'2024-08-20 09:53:48','2024-08-20 09:53:48','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the container hover effect */\\n.container {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.container:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* You can change the color to your preference */\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-20 09:52:47\"\n    }\n}','','','publish','closed','closed','','40888301-a552-4998-bdda-8beb25d935a8','','','2024-08-20 09:53:48','2024-08-20 09:53:48','',0,'https://listings.arxacommunications.com/?p=2086',0,'customize_changeset','',0),(2087,1,'2024-08-20 09:53:48','2024-08-20 09:53:48','/* CSS for the custom column hover effect in Elementor */\n.custom-column {\n    transition: all 0.3s ease-in-out;\n}\n\n.custom-column:hover {\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\n    transform: translateY(-5px);\n    border: 2px solid #cccccc; /* Adjust the border color */\n}\n\n\n#wpforms-1879-field_10 {\n    display: none !important;\n}\n#houzez_contact-1 {\n    display: none !important;\n}\n#archives-1 {\n    display: none !important;\n}\n\n.post-content-wrap {\n  color: black;\n}\n\n\n#loading-message {\n    display: block;\n    background-color: transparent;\n    /* You can add a spinner or leave it blank */\n}\n\n#form-container {\n    display: none; /* Keep form hidden initially */\n}\n/* Define the floating animation */\n@keyframes float {\n  0% {\n    transform: translateY(0);\n  }\n  50% {\n    transform: translateY(-10px); /* Adjust the distance as needed */\n  }\n  100% {\n    transform: translateY(0);\n  }\n}\n\n/* Apply the animation to the image */\n.floating-image {\n  animation: float 3s ease-in-out infinite; /* Adjust duration and easing as needed */\n}\n\n','houzez','','publish','closed','closed','','houzez','','','2024-09-03 10:17:53','2024-09-03 10:17:53','',0,'https://listings.arxacommunications.com/houzez/',0,'custom_css','',0),(2089,1,'2024-08-20 09:54:11','2024-08-20 09:54:11','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the column hover effect */\\n.column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color to fit your design */\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-20 09:54:11\"\n    }\n}','','','publish','closed','closed','','902228a8-7ed5-4c7c-b239-decb6b7ac162','','','2024-08-20 09:54:11','2024-08-20 09:54:11','',0,'https://listings.arxacommunications.com/902228a8-7ed5-4c7c-b239-decb6b7ac162/',0,'customize_changeset','',0),(2091,1,'2024-08-20 09:57:05','2024-08-20 09:57:05','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the custom column hover effect */\\n.custom-column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.custom-column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color to match your design */\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-20 09:57:05\"\n    }\n}','','','publish','closed','closed','','a8a3e3bf-b0a0-4b09-a9fb-776ddfc7085c','','','2024-08-20 09:57:05','2024-08-20 09:57:05','',0,'https://listings.arxacommunications.com/a8a3e3bf-b0a0-4b09-a9fb-776ddfc7085c/',0,'customize_changeset','',0),(2093,1,'2024-08-20 10:01:08','2024-08-20 10:01:08','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the custom column hover effect in Elementor */\\n.custom-column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.custom-column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color */\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-20 10:01:08\"\n    }\n}','','','publish','closed','closed','','3ea27961-768c-4294-9619-314ead9da6b7','','','2024-08-20 10:01:08','2024-08-20 10:01:08','',0,'https://listings.arxacommunications.com/3ea27961-768c-4294-9619-314ead9da6b7/',0,'customize_changeset','',0),(2115,1,'2024-08-21 05:47:36','2024-08-21 05:47:36','','partners','','publish','closed','closed','','partners','','','2024-08-21 05:47:36','2024-08-21 05:47:36','',0,'https://listings.arxacommunications.com/?elementor_library=partners',0,'elementor_library','',0),(2118,1,'2024-08-21 05:49:43','2024-08-21 05:49:43','','Kw','','inherit','open','closed','','kw','','','2024-08-21 05:49:43','2024-08-21 05:49:43','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Kw.webp',0,'attachment','image/webp',0),(2119,1,'2024-08-21 05:49:45','2024-08-21 05:49:45','','Homelife','','inherit','open','closed','','homelife','','','2024-08-21 05:49:45','2024-08-21 05:49:45','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Homelife.webp',0,'attachment','image/webp',0),(2120,1,'2024-08-21 05:49:46','2024-08-21 05:49:46','','Expo-reality','','inherit','open','closed','','expo-reality','','','2024-08-21 05:49:46','2024-08-21 05:49:46','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Expo-reality.webp',0,'attachment','image/webp',0),(2121,1,'2024-08-21 05:49:48','2024-08-21 05:49:48','','Coldwell-banker','','inherit','open','closed','','coldwell-banker','','','2024-08-21 05:49:48','2024-08-21 05:49:48','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Coldwell-banker.webp',0,'attachment','image/webp',0),(2122,1,'2024-08-21 05:49:50','2024-08-21 05:49:50','','CIR','','inherit','open','closed','','cir','','','2024-08-21 05:49:50','2024-08-21 05:49:50','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/CIR.webp',0,'attachment','image/webp',0),(2123,1,'2024-08-21 05:49:51','2024-08-21 05:49:51','','Century-21','','inherit','open','closed','','century-21','','','2024-08-21 05:49:51','2024-08-21 05:49:51','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Century-21.webp',0,'attachment','image/webp',0),(2124,1,'2024-08-21 05:49:53','2024-08-21 05:49:53','','2reality','','inherit','open','closed','','2reality','','','2024-08-21 05:49:53','2024-08-21 05:49:53','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/2reality.webp',0,'attachment','image/webp',0),(2125,1,'2024-08-21 05:49:54','2024-08-21 05:49:54','','Urban-reality','','inherit','open','closed','','urban-reality','','','2024-08-21 05:49:54','2024-08-21 05:49:54','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Urban-reality.webp',0,'attachment','image/webp',0),(2126,1,'2024-08-21 05:49:56','2024-08-21 05:49:56','','sothebys','','inherit','open','closed','','sothebys','','','2024-08-21 05:49:56','2024-08-21 05:49:56','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/sothebys.webp',0,'attachment','image/webp',0),(2127,1,'2024-08-21 05:49:58','2024-08-21 05:49:58','','Royal-lpage','','inherit','open','closed','','royal-lpage','','','2024-08-21 05:49:58','2024-08-21 05:49:58','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Royal-lpage.webp',0,'attachment','image/webp',0),(2128,1,'2024-08-21 05:49:59','2024-08-21 05:49:59','','Remax','','inherit','open','closed','','remax','','','2024-08-21 05:49:59','2024-08-21 05:49:59','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Remax.webp',0,'attachment','image/webp',0),(2132,1,'2024-08-21 06:05:40','2024-08-21 06:05:40','','Email marketing','','inherit','open','closed','','email-marketing-4','','','2024-08-21 06:05:40','2024-08-21 06:05:40','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Email-marketing-2.webp',0,'attachment','image/webp',0),(2133,1,'2024-08-21 06:05:45','2024-08-21 06:05:45','','Social media','','inherit','open','closed','','social-media','','','2024-08-21 06:05:45','2024-08-21 06:05:45','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Social-media.webp',0,'attachment','image/webp',0),(2134,1,'2024-08-21 06:05:50','2024-08-21 06:05:50','','Content marketing','','inherit','open','closed','','content-marketing-4','','','2024-08-21 06:05:50','2024-08-21 06:05:50','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Content-marketing-2.webp',0,'attachment','image/webp',0),(2138,1,'2024-08-21 06:09:23','2024-08-21 06:09:23','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=canada&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"canada\"\n					aria-label=\"canada\"\n			></iframe>\n			<link rel=\"stylesheet\" href=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(888) 876-1054\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										info@point2listing.ca<br> contact@point2listing.ca\n									</li>\n						</ul>','contact','','publish','closed','closed','','contact','','','2024-08-21 06:09:23','2024-08-21 06:09:23','',0,'https://listings.arxacommunications.com/?elementor_library=contact',0,'elementor_library','',0),(2208,1,'2024-08-22 08:21:10','2024-08-22 08:21:10','','Montmorency-Falls copy','','inherit','open','closed','','montmorency-falls-copy','','','2024-08-22 08:21:10','2024-08-22 08:21:10','',2076,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Montmorency-Falls-copy.webp',0,'attachment','image/webp',0),(2209,1,'2024-08-22 08:21:14','2024-08-22 08:21:14','','Mont-Tremblant-1 copy','','inherit','open','closed','','mont-tremblant-1-copy','','','2024-08-22 08:21:14','2024-08-22 08:21:14','',2076,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy.webp',0,'attachment','image/webp',0),(2210,1,'2024-08-22 08:21:19','2024-08-22 08:21:19','','Old-Quebec-City copy','','inherit','open','closed','','old-quebec-city-copy','','','2024-08-22 08:21:19','2024-08-22 08:21:19','',2076,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Old-Quebec-City-copy.webp',0,'attachment','image/webp',0),(2211,1,'2024-08-22 08:21:23','2024-08-22 08:21:23','','Plains-of-Abraham copy','','inherit','open','closed','','plains-of-abraham-copy','','','2024-08-22 08:21:23','2024-08-22 08:21:23','',2076,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy.webp',0,'attachment','image/webp',0),(2212,1,'2024-08-22 08:21:27','2024-08-22 08:21:27','','quebec- copy','','inherit','open','closed','','quebec-copy','','','2024-08-22 08:21:27','2024-08-22 08:21:27','',2076,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/quebec-copy.webp',0,'attachment','image/webp',0),(2216,1,'2024-08-22 08:31:06','2024-08-22 08:31:06','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Niagara Falls</h2>		\n		<p>One of the most iconic natural wonders in the world, Niagara Falls straddles the border between Ontario and New York State. Visitors can experience the awe-inspiring power of the falls up close through boat tours, observation decks, or even helicopter rides. The surrounding area also offers attractions such as the Niagara Parks Butterfly Conservatory and the Niagara SkyWheel.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-Falls-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-Falls-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-Falls-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-Falls-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-Falls-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-Falls-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-Falls-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-Falls-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Thounsand Islands</h2>		\n		<p>Situated between Ontario and New York State, the Thousand Islands region is characterized by its picturesque islands, crystal-clear waters, and historic waterfront communities. Visitors can take boat tours, go kayaking or paddleboarding, or explore charming towns like Gananoque and Kingston.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Thounsand Islands</h2>		\n		<p>Situated between Ontario and New York State, the Thousand Islands region is characterized by its picturesque islands, crystal-clear waters, and historic waterfront communities. Visitors can take boat tours, go kayaking or paddleboarding, or explore charming towns like Gananoque and Kingston.</p>		\n			<h2>Bruce Peninsula National Park</h2>		\n		<p>A popular destination for outdoor enthusiasts, Mont-Tremblant is a picturesque resort town nestled in the Laurentian Mountains. In winter, it offers world-class skiing and snowboarding opportunities, while in summer, visitors can enjoy hiking, mountain biking, golfing, and water sports on Lake Tremblant.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Algonquin-Provincial-Park-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Algonquin-Provincial-Park-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Algonquin-Provincial-Park-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Algonquin-Provincial-Park-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Algonquin-Provincial-Park-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Algonquin-Provincial-Park-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Algonquin-Provincial-Park-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Algonquin-Provincial-Park-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Niagara-on-the-Lake</h2>		\n		<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.</p>		\n			<h2>Niagara-on-the-Lake</h2>		\n		<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />','Ontario','','publish','closed','closed','','ontario','','','2024-08-22 08:34:13','2024-08-22 08:34:13','',0,'https://listings.arxacommunications.com/?page_id=2216',0,'page','',0),(2219,1,'2024-08-22 08:28:22','2024-08-22 08:28:22','','Ontario-scaled.webp','','inherit','open','closed','','ontario-scaled-webp','','','2024-08-22 08:28:22','2024-08-22 08:28:22','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Ontario-scaled-1.webp',0,'attachment','image/webp',0),(2220,1,'2024-08-22 08:28:29','2024-08-22 08:28:29','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Niagara Falls</h2>		\n		<p>One of the most iconic natural wonders in the world, Niagara Falls straddles the border between Ontario and New York State. Visitors can experience the awe-inspiring power of the falls up close through boat tours, observation decks, or even helicopter rides. The surrounding area also offers attractions such as the Niagara Parks Butterfly Conservatory and the Niagara SkyWheel.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Thounsand Islands</h2>		\n		<p>Situated between Ontario and New York State, the Thousand Islands region is characterized by its picturesque islands, crystal-clear waters, and historic waterfront communities. Visitors can take boat tours, go kayaking or paddleboarding, or explore charming towns like Gananoque and Kingston.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Thounsand Islands</h2>		\n		<p>Situated between Ontario and New York State, the Thousand Islands region is characterized by its picturesque islands, crystal-clear waters, and historic waterfront communities. Visitors can take boat tours, go kayaking or paddleboarding, or explore charming towns like Gananoque and Kingston.</p>		\n			<h2>Bruce Peninsula National Park</h2>		\n		<p>A popular destination for outdoor enthusiasts, Mont-Tremblant is a picturesque resort town nestled in the Laurentian Mountains. In winter, it offers world-class skiing and snowboarding opportunities, while in summer, visitors can enjoy hiking, mountain biking, golfing, and water sports on Lake Tremblant.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Niagara-on-the-Lake</h2>		\n		<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.</p>		\n			<h2>Niagara-on-the-Lake</h2>		\n		<p>A historic battlefield turned urban park, the Plains of Abraham is a significant site in Canadian history. Today, it\'s a popular spot for outdoor activities such as walking, jogging, and cross-country skiing, as well as cultural events and festivals.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />','onatrio f','','publish','closed','closed','','onatrio-f','','','2024-08-22 08:28:29','2024-08-22 08:28:29','',0,'https://listings.arxacommunications.com/?elementor_library=onatrio-f',0,'elementor_library','',0),(2223,1,'2024-08-22 08:29:19','2024-08-22 08:29:19','','alberta-scaled-1.webp','','inherit','open','closed','','alberta-scaled-1-webp','','','2024-08-22 08:29:19','2024-08-22 08:29:19','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/alberta-scaled-1.webp',0,'attachment','image/webp',0),(2224,1,'2024-08-22 08:29:26','2024-08-22 08:29:26','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Banff National Park</h2>		\n		<p>Situated in the heart of the Canadian Rockies, Banff National Park is renowned for its majestic mountain landscapes, turquoise lakes, and abundant wildlife. Visitors can explore iconic attractions such as Lake Louise, Moraine Lake, and the town of Banff, as well as enjoy outdoor activities such as hiking, skiing, and wildlife viewing.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Calgary Stampede</h2>		\n		<p>Known as \"The Greatest Outdoor Show on Earth,\" the Calgary Stampede is an annual event held in Calgary that celebrates western heritage and culture. Highlights include rodeo competitions, chuckwagon races, live music, and carnival rides, attracting visitors from around the world.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Calgary Stampede</h2>		\n		<p>Known as \"The Greatest Outdoor Show on Earth,\" the Calgary Stampede is an annual event held in Calgary that celebrates western heritage and culture. Highlights include rodeo competitions, chuckwagon races, live music, and carnival rides, attracting visitors from around the world.</p>		\n			<h2>Drumheller</h2>		\n		<p>Located in the heart of the Canadian Badlands, Drumheller is famous for its rich paleontological history and unique landscapes. Visitors can explore the Royal Tyrrell Museum, which houses one of the world\'s largest collections of dinosaur fossils, as well as scenic attractions such as the Hoodoos and the Atlas Coal Mine.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Jasper National Park</h2>		\n		<p>Adjacent to Banff National Park, Jasper National Park is another stunning natural playground characterized by rugged mountains, glaciers, and deep river valleys. Highlights include the Columbia Icefield, Athabasca Falls, and the scenic Icefields Parkway, one of the most scenic drives in the world.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Jasper National Park</h2>		\n		<p>Adjacent to Banff National Park, Jasper National Park is another stunning natural playground characterized by rugged mountains, glaciers, and deep river valleys. Highlights include the Columbia Icefield, Athabasca Falls, and the scenic Icefields Parkway, one of the most scenic drives in the world.</p>','alberta','','publish','closed','closed','','alberta','','','2024-08-22 08:29:26','2024-08-22 08:29:26','',0,'https://listings.arxacommunications.com/?elementor_library=alberta',0,'elementor_library','',0),(2227,1,'2024-08-22 08:29:47','2024-08-22 08:29:47','','British-Columbia-scaled-1.webp','','inherit','open','closed','','british-columbia-scaled-1-webp','','','2024-08-22 08:29:47','2024-08-22 08:29:47','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/British-Columbia-scaled-1.webp',0,'attachment','image/webp',0),(2228,1,'2024-08-22 08:29:55','2024-08-22 08:29:55','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Okanagan Valley</h2>		\n		<p>Situated in the interior of British Columbia, the Okanagan Valley is renowned for its picturesque vineyards, orchards, and lakes. Visitors can enjoy wine tasting tours, outdoor activities such as boating and hiking, and exploring charming towns like Kelowna and Penticton.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Glacier National Park</h2>		\n		<p>Located in the Selkirk Mountains of eastern British Columbia, Glacier National Park is a rugged wilderness area known for its towering peaks, ancient glaciers, and pristine alpine lakes. Visitors can explore hiking trails, go backcountry camping, and marvel at the park\'s stunning scenery.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Glacier National Park</h2>		\n		<p>Located in the Selkirk Mountains of eastern British Columbia, Glacier National Park is a rugged wilderness area known for its towering peaks, ancient glaciers, and pristine alpine lakes. Visitors can explore hiking trails, go backcountry camping, and marvel at the park\'s stunning scenery.</p>		\n			<h2>Haida Gwaii</h2>		\n		<p>Formerly known as the Queen Charlotte Islands, Haida Gwaii is an archipelago off the northern coast of British Columbia known for its rich Indigenous culture, ancient totem poles, and stunning natural beauty. Visitors can explore the Gwaii Haanas National Park Reserve, visit traditional Haida villages, and experience the unique ecosystem of these remote islands.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Great Bear Rainforest</h2>		\n		<p>One of the largest temperate rainforests in the world, the Great Bear Rainforest is located along British Columbia\'s central and northern coast. This pristine wilderness area is home to diverse wildlife, including the rare Kermode bear (Spirit bear), as well as stunning fjords, waterfalls, and ancient forests.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Great Bear Rainforest</h2>		\n		<p>One of the largest temperate rainforests in the world, the Great Bear Rainforest is located along British Columbia\'s central and northern coast. This pristine wilderness area is home to diverse wildlife, including the rare Kermode bear (Spirit bear), as well as stunning fjords, waterfalls, and ancient forests.</p>','british','','publish','closed','closed','','british','','','2024-08-22 08:29:55','2024-08-22 08:29:55','',0,'https://listings.arxacommunications.com/?elementor_library=british',0,'elementor_library','',0),(2231,1,'2024-08-22 08:30:18','2024-08-22 08:30:18','','Nova-Scotia-scaled-1.webp','','inherit','open','closed','','nova-scotia-scaled-1-webp','','','2024-08-22 08:30:18','2024-08-22 08:30:18','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Nova-Scotia-scaled-1.webp',0,'attachment','image/webp',0),(2232,1,'2024-08-22 08:30:25','2024-08-22 08:30:25','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Peggy\'s Cove</h2>		\n		<p>One of Nova Scotia\'s most iconic landmarks, Peggy\'s Cove is a picturesque fishing village known for its charming lighthouse, rugged granite coastline, and stunning ocean views. Visitors can explore the village, visit local art galleries, and capture breathtaking photos of the scenic surroundings.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Cabot Trail</h2>		\n		<p>Considered one of the most scenic drives in the world, the Cabot Trail is a 298-kilometer loop that winds through Cape Breton Highlands National Park, offering stunning views of rugged coastlines, towering cliffs, and lush forests. Visitors can enjoy hiking, wildlife watching, and exploring charming coastal villages along the route.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Cabot Trail</h2>		\n		<p>Considered one of the most scenic drives in the world, the Cabot Trail is a 298-kilometer loop that winds through Cape Breton Highlands National Park, offering stunning views of rugged coastlines, towering cliffs, and lush forests. Visitors can enjoy hiking, wildlife watching, and exploring charming coastal villages along the route.</p>		\n			<h2>Lunenburg</h2>		\n		<p>A UNESCO World Heritage Site, Lunenburg is a charming seaside town known for its colorful historic buildings, quaint shops, and bustling waterfront. Visitors can explore attractions such as the Fisheries Museum of the Atlantic, take a guided walking tour, or go sailing in the picturesque harbor.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Halifax</h2>		\n		<p>Nova Scotia\'s capital city, Halifax is a vibrant urban center with a rich maritime heritage. Visitors can explore historic sites such as the Halifax Citadel National Historic Site, visit the Maritime Museum of the Atlantic, and stroll along the scenic waterfront boardwalk.</p>		\n			<h2>Halifax</h2>		\n		<p>Nova Scotia\'s capital city, Halifax is a vibrant urban center with a rich maritime heritage. Visitors can explore historic sites such as the Halifax Citadel National Historic Site, visit the Maritime Museum of the Atlantic, and stroll along the scenic waterfront boardwalk.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />','noca','','publish','closed','closed','','noca','','','2024-08-22 08:30:26','2024-08-22 08:30:26','',0,'https://listings.arxacommunications.com/?elementor_library=noca',0,'elementor_library','',0),(2235,1,'2024-08-22 08:31:12','2024-08-22 08:31:12','','Saskatchewan-scaled-1.webp','','inherit','open','closed','','saskatchewan-scaled-1-webp','','','2024-08-22 08:31:12','2024-08-22 08:31:12','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Saskatchewan-scaled-1.webp',0,'attachment','image/webp',0),(2236,1,'2024-08-22 08:31:18','2024-08-22 08:31:18','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Wanuskewin Heritage Park</h2>		\n		<p>Located just outside Saskatoon, Wanuskewin Heritage Park is a UNESCO World Heritage Site that celebrates the Indigenous cultures of the Northern Plains. Visitors can learn about Indigenous history, culture, and traditions through interpretive exhibits, guided tours, and cultural performances.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Regina</h2>		\n		<p>Saskatchewan\'s capital city, Regina is known for its rich cultural heritage, historic landmarks, and vibrant arts scene. Visitors can explore attractions such as the Royal Saskatchewan Museum, the Saskatchewan Legislative Building, and the lively Regina Farmers\' Market.</p>		\n			<h2>Regina</h2>		\n		<p>Saskatchewan\'s capital city, Regina is known for its rich cultural heritage, historic landmarks, and vibrant arts scene. Visitors can explore attractions such as the Royal Saskatchewan Museum, the Saskatchewan Legislative Building, and the lively Regina Farmers\' Market.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Prince Albert National Park</h2>		\n		<p>Situated in central Saskatchewan, Prince Albert National Park is a picturesque wilderness area known for its boreal forests, crystal-clear lakes, and diverse wildlife. Visitors can enjoy outdoor activities such as hiking, canoeing, fishing, and wildlife viewing.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n			<h2>Grasslands National Park</h2>		\n		<p>Located in southern Saskatchewan, Grasslands National Park is a protected area known for its rugged badlands, unique prairie landscapes, and abundant wildlife. Visitors can explore hiking trails, go camping, and experience the park\'s dark sky preserve, perfect for stargazing.</p>		\n			<h2>Grasslands National Park</h2>		\n		<p>Located in southern Saskatchewan, Grasslands National Park is a protected area known for its rugged badlands, unique prairie landscapes, and abundant wildlife. Visitors can explore hiking trails, go camping, and experience the park\'s dark sky preserve, perfect for stargazing.</p>		\n													<img src=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />','sach','','publish','closed','closed','','sach','','','2024-08-22 08:31:19','2024-08-22 08:31:19','',0,'https://listings.arxacommunications.com/?elementor_library=sach',0,'elementor_library','',0),(2239,1,'2024-08-22 08:32:36','2024-08-22 08:32:36','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Banff National Park</h2>		\n		<p>Situated in the heart of the Canadian Rockies, Banff National Park is renowned for its majestic mountain landscapes, turquoise lakes, and abundant wildlife. Visitors can explore iconic attractions such as Lake Louise, Moraine Lake, and the town of Banff, as well as enjoy outdoor activities such as hiking, skiing, and wildlife viewing.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Banff-National-Park-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Banff-National-Park-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Banff-National-Park-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Banff-National-Park-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Banff-National-Park-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Banff-National-Park-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Banff-National-Park-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Banff-National-Park-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Calgary Stampede</h2>		\n		<p>Known as \"The Greatest Outdoor Show on Earth,\" the Calgary Stampede is an annual event held in Calgary that celebrates western heritage and culture. Highlights include rodeo competitions, chuckwagon races, live music, and carnival rides, attracting visitors from around the world.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Calgary Stampede</h2>		\n		<p>Known as \"The Greatest Outdoor Show on Earth,\" the Calgary Stampede is an annual event held in Calgary that celebrates western heritage and culture. Highlights include rodeo competitions, chuckwagon races, live music, and carnival rides, attracting visitors from around the world.</p>		\n			<h2>Drumheller</h2>		\n		<p>Located in the heart of the Canadian Badlands, Drumheller is famous for its rich paleontological history and unique landscapes. Visitors can explore the Royal Tyrrell Museum, which houses one of the world\'s largest collections of dinosaur fossils, as well as scenic attractions such as the Hoodoos and the Atlas Coal Mine.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Drumheller-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Drumheller-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Drumheller-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Drumheller-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Drumheller-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Drumheller-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Drumheller-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Drumheller-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Jasper National Park</h2>		\n		<p>Adjacent to Banff National Park, Jasper National Park is another stunning natural playground characterized by rugged mountains, glaciers, and deep river valleys. Highlights include the Columbia Icefield, Athabasca Falls, and the scenic Icefields Parkway, one of the most scenic drives in the world.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Jasper National Park</h2>		\n		<p>Adjacent to Banff National Park, Jasper National Park is another stunning natural playground characterized by rugged mountains, glaciers, and deep river valleys. Highlights include the Columbia Icefield, Athabasca Falls, and the scenic Icefields Parkway, one of the most scenic drives in the world.</p>','Alberta','','publish','closed','closed','','alberta','','','2024-08-22 08:36:33','2024-08-22 08:36:33','',0,'https://listings.arxacommunications.com/?page_id=2239',0,'page','',0),(2242,1,'2024-08-22 08:32:29','2024-08-22 08:32:29','','Algonquin-Provincial-Park copy','','inherit','open','closed','','algonquin-provincial-park-copy','','','2024-08-22 08:32:29','2024-08-22 08:32:29','',2216,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Algonquin-Provincial-Park-copy.webp',0,'attachment','image/webp',0),(2243,1,'2024-08-22 08:32:35','2024-08-22 08:32:35','','Niagara-Falls copy','','inherit','open','closed','','niagara-falls-copy','','','2024-08-22 08:32:35','2024-08-22 08:32:35','',2216,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-Falls-copy.webp',0,'attachment','image/webp',0),(2244,1,'2024-08-22 08:32:41','2024-08-22 08:32:41','','Niagara-on-the-Lake copy','','inherit','open','closed','','niagara-on-the-lake-copy','','','2024-08-22 08:32:41','2024-08-22 08:32:41','',2216,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy.webp',0,'attachment','image/webp',0),(2245,1,'2024-08-22 08:32:46','2024-08-22 08:32:46','','Ontario-scaled copy','','inherit','open','closed','','ontario-scaled-copy','','','2024-08-22 08:32:46','2024-08-22 08:32:46','',2216,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Ontario-scaled-copy.webp',0,'attachment','image/webp',0),(2246,1,'2024-08-22 08:34:51','2024-08-22 08:34:51','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Okanagan Valley</h2>		\n		<p>Situated in the interior of British Columbia, the Okanagan Valley is renowned for its picturesque vineyards, orchards, and lakes. Visitors can enjoy wine tasting tours, outdoor activities such as boating and hiking, and exploring charming towns like Kelowna and Penticton.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Okanagan-Valley-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Okanagan-Valley-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Okanagan-Valley-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Okanagan-Valley-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Okanagan-Valley-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Okanagan-Valley-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Okanagan-Valley-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Okanagan-Valley-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Glacier National Park</h2>		\n		<p>Located in the Selkirk Mountains of eastern British Columbia, Glacier National Park is a rugged wilderness area known for its towering peaks, ancient glaciers, and pristine alpine lakes. Visitors can explore hiking trails, go backcountry camping, and marvel at the park\'s stunning scenery.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Glacier National Park</h2>		\n		<p>Located in the Selkirk Mountains of eastern British Columbia, Glacier National Park is a rugged wilderness area known for its towering peaks, ancient glaciers, and pristine alpine lakes. Visitors can explore hiking trails, go backcountry camping, and marvel at the park\'s stunning scenery.</p>		\n			<h2>Haida Gwaii</h2>		\n		<p>Formerly known as the Queen Charlotte Islands, Haida Gwaii is an archipelago off the northern coast of British Columbia known for its rich Indigenous culture, ancient totem poles, and stunning natural beauty. Visitors can explore the Gwaii Haanas National Park Reserve, visit traditional Haida villages, and experience the unique ecosystem of these remote islands.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Haida-Gwaii-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Haida-Gwaii-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Haida-Gwaii-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Haida-Gwaii-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Haida-Gwaii-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Haida-Gwaii-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Haida-Gwaii-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Haida-Gwaii-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Great Bear Rainforest</h2>		\n		<p>One of the largest temperate rainforests in the world, the Great Bear Rainforest is located along British Columbia\'s central and northern coast. This pristine wilderness area is home to diverse wildlife, including the rare Kermode bear (Spirit bear), as well as stunning fjords, waterfalls, and ancient forests.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Great Bear Rainforest</h2>		\n		<p>One of the largest temperate rainforests in the world, the Great Bear Rainforest is located along British Columbia\'s central and northern coast. This pristine wilderness area is home to diverse wildlife, including the rare Kermode bear (Spirit bear), as well as stunning fjords, waterfalls, and ancient forests.</p>','British Columbia','','publish','closed','closed','','british-columbia','','','2024-08-22 08:39:08','2024-08-22 08:39:08','',0,'https://listings.arxacommunications.com/?page_id=2246',0,'page','',0),(2247,1,'2024-08-22 08:32:54','2024-08-22 08:32:54','','Thousand-Islands copy','','inherit','open','closed','','thousand-islands-copy','','','2024-08-22 08:32:54','2024-08-22 08:32:54','',2216,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy.webp',0,'attachment','image/webp',0),(2253,1,'2024-08-22 08:34:36','2024-08-22 08:34:36','','Banff-National-Park copy','','inherit','open','closed','','banff-national-park-copy','','','2024-08-22 08:34:36','2024-08-22 08:34:36','',2239,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Banff-National-Park-copy.webp',0,'attachment','image/webp',0),(2254,1,'2024-08-22 08:34:42','2024-08-22 08:34:42','','Calgary-Stampede copy','','inherit','open','closed','','calgary-stampede-copy','','','2024-08-22 08:34:42','2024-08-22 08:34:42','',2239,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy.webp',0,'attachment','image/webp',0),(2255,1,'2024-08-22 08:34:51','2024-08-22 08:34:51','','Drumheller copy','','inherit','open','closed','','drumheller-copy','','','2024-08-22 08:34:51','2024-08-22 08:34:51','',2239,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Drumheller-copy.webp',0,'attachment','image/webp',0),(2256,1,'2024-08-22 08:36:58','2024-08-22 08:36:58','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Peggy\'s Cove</h2>		\n		<p>One of Nova Scotia\'s most iconic landmarks, Peggy\'s Cove is a picturesque fishing village known for its charming lighthouse, rugged granite coastline, and stunning ocean views. Visitors can explore the village, visit local art galleries, and capture breathtaking photos of the scenic surroundings.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Peggys-Cove-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Peggys-Cove-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Peggys-Cove-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Peggys-Cove-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Peggys-Cove-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Peggys-Cove-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Peggys-Cove-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Peggys-Cove-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Cabot Trail</h2>		\n		<p>Considered one of the most scenic drives in the world, the Cabot Trail is a 298-kilometer loop that winds through Cape Breton Highlands National Park, offering stunning views of rugged coastlines, towering cliffs, and lush forests. Visitors can enjoy hiking, wildlife watching, and exploring charming coastal villages along the route.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Cabot Trail</h2>		\n		<p>Considered one of the most scenic drives in the world, the Cabot Trail is a 298-kilometer loop that winds through Cape Breton Highlands National Park, offering stunning views of rugged coastlines, towering cliffs, and lush forests. Visitors can enjoy hiking, wildlife watching, and exploring charming coastal villages along the route.</p>		\n			<h2>Lunenburg</h2>		\n		<p>A UNESCO World Heritage Site, Lunenburg is a charming seaside town known for its colorful historic buildings, quaint shops, and bustling waterfront. Visitors can explore attractions such as the Fisheries Museum of the Atlantic, take a guided walking tour, or go sailing in the picturesque harbor.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lunenburg-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lunenburg-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lunenburg-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lunenburg-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lunenburg-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lunenburg-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lunenburg-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lunenburg-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Halifax</h2>		\n		<p>Nova Scotia\'s capital city, Halifax is a vibrant urban center with a rich maritime heritage. Visitors can explore historic sites such as the Halifax Citadel National Historic Site, visit the Maritime Museum of the Atlantic, and stroll along the scenic waterfront boardwalk.</p>		\n			<h2>Halifax</h2>		\n		<p>Nova Scotia\'s capital city, Halifax is a vibrant urban center with a rich maritime heritage. Visitors can explore historic sites such as the Halifax Citadel National Historic Site, visit the Maritime Museum of the Atlantic, and stroll along the scenic waterfront boardwalk.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />','Nova Scotia','','publish','closed','closed','','nova-scotia','','','2024-08-22 08:54:19','2024-08-22 08:54:19','',0,'https://listings.arxacommunications.com/?page_id=2256',0,'page','',0),(2258,1,'2024-08-22 08:34:59','2024-08-22 08:34:59','','Jasper-National-Park copy','','inherit','open','closed','','jasper-national-park-copy','','','2024-08-22 08:34:59','2024-08-22 08:34:59','',2239,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy.webp',0,'attachment','image/webp',0),(2263,1,'2024-08-22 08:36:51','2024-08-22 08:36:51','','Glacier-National copy','','inherit','open','closed','','glacier-national-copy','','','2024-08-22 08:36:51','2024-08-22 08:36:51','',2246,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy.webp',0,'attachment','image/webp',0),(2264,1,'2024-08-22 08:36:57','2024-08-22 08:36:57','','Great-Bear-Rainforest copy','','inherit','open','closed','','great-bear-rainforest-copy','','','2024-08-22 08:36:57','2024-08-22 08:36:57','',2246,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy.webp',0,'attachment','image/webp',0),(2265,1,'2024-08-22 08:37:03','2024-08-22 08:37:03','','Haida-Gwaii copy','','inherit','open','closed','','haida-gwaii-copy','','','2024-08-22 08:37:03','2024-08-22 08:37:03','',2246,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Haida-Gwaii-copy.webp',0,'attachment','image/webp',0),(2266,1,'2024-08-22 08:39:35','2024-08-22 08:39:35','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Wanuskewin Heritage Park</h2>		\n		<p>Located just outside Saskatoon, Wanuskewin Heritage Park is a UNESCO World Heritage Site that celebrates the Indigenous cultures of the Northern Plains. Visitors can learn about Indigenous history, culture, and traditions through interpretive exhibits, guided tours, and cultural performances.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Wanuskewin-Heritage-Park-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Wanuskewin-Heritage-Park-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Wanuskewin-Heritage-Park-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Wanuskewin-Heritage-Park-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Wanuskewin-Heritage-Park-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Wanuskewin-Heritage-Park-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Wanuskewin-Heritage-Park-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Wanuskewin-Heritage-Park-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Regina</h2>		\n		<p>Saskatchewan\'s capital city, Regina is known for its rich cultural heritage, historic landmarks, and vibrant arts scene. Visitors can explore attractions such as the Royal Saskatchewan Museum, the Saskatchewan Legislative Building, and the lively Regina Farmers\' Market.</p>		\n			<h2>Regina</h2>		\n		<p>Saskatchewan\'s capital city, Regina is known for its rich cultural heritage, historic landmarks, and vibrant arts scene. Visitors can explore attractions such as the Royal Saskatchewan Museum, the Saskatchewan Legislative Building, and the lively Regina Farmers\' Market.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Prince Albert National Park</h2>		\n		<p>Situated in central Saskatchewan, Prince Albert National Park is a picturesque wilderness area known for its boreal forests, crystal-clear lakes, and diverse wildlife. Visitors can enjoy outdoor activities such as hiking, canoeing, fishing, and wildlife viewing.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Prince-Albert-National-Park-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Prince-Albert-National-Park-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Prince-Albert-National-Park-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Prince-Albert-National-Park-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Prince-Albert-National-Park-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Prince-Albert-National-Park-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Prince-Albert-National-Park-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Prince-Albert-National-Park-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />													\n			<h2>Grasslands National Park</h2>		\n		<p>Located in southern Saskatchewan, Grasslands National Park is a protected area known for its rugged badlands, unique prairie landscapes, and abundant wildlife. Visitors can explore hiking trails, go camping, and experience the park\'s dark sky preserve, perfect for stargazing.</p>		\n			<h2>Grasslands National Park</h2>		\n		<p>Located in southern Saskatchewan, Grasslands National Park is a protected area known for its rugged badlands, unique prairie landscapes, and abundant wildlife. Visitors can explore hiking trails, go camping, and experience the park\'s dark sky preserve, perfect for stargazing.</p>		\n													<img width=\"1920\" height=\"1080\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy.webp\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy.webp 1920w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy-300x169.webp 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy-1024x576.webp 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy-768x432.webp 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy-1536x864.webp 1536w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy-1067x600.webp 1067w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy-496x279.webp 496w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />','Saskatchewan','','publish','closed','closed','','saskatchewan','','','2024-08-22 08:52:14','2024-08-22 08:52:14','',0,'https://listings.arxacommunications.com/?page_id=2266',0,'page','',0),(2268,1,'2024-08-22 08:37:08','2024-08-22 08:37:08','','Okanagan-Valley copy','','inherit','open','closed','','okanagan-valley-copy','','','2024-08-22 08:37:08','2024-08-22 08:37:08','',2246,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Okanagan-Valley-copy.webp',0,'attachment','image/webp',0),(2273,1,'2024-08-22 08:40:22','2024-08-22 08:40:22','','Halifax copy','','inherit','open','closed','','halifax-copy','','','2024-08-22 08:40:22','2024-08-22 08:40:22','',2256,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy.webp',0,'attachment','image/webp',0),(2274,1,'2024-08-22 08:40:40','2024-08-22 08:40:40','','Halifax copy','','inherit','open','closed','','halifax-copy-2','','','2024-08-22 08:40:40','2024-08-22 08:40:40','',2256,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1.webp',0,'attachment','image/webp',0),(2275,1,'2024-08-22 08:40:45','2024-08-22 08:40:45','','Lunenburg copy','','inherit','open','closed','','lunenburg-copy','','','2024-08-22 08:40:45','2024-08-22 08:40:45','',2256,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lunenburg-copy.webp',0,'attachment','image/webp',0),(2276,1,'2024-08-22 08:40:49','2024-08-22 08:40:49','','Peggys-Cove copy','','inherit','open','closed','','peggys-cove-copy','','','2024-08-22 08:40:49','2024-08-22 08:40:49','',2256,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Peggys-Cove-copy.webp',0,'attachment','image/webp',0),(2277,1,'2024-08-22 08:41:22','2024-08-22 08:41:22','','Cabot-Trail copy','','inherit','open','closed','','cabot-trail-copy','','','2024-08-22 08:41:22','2024-08-22 08:41:22','',2256,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy.webp',0,'attachment','image/webp',0),(2278,1,'2024-08-22 08:41:50','2024-08-22 08:41:50','','Grasslands-National-Park copy','','inherit','open','closed','','grasslands-national-park-copy','','','2024-08-22 08:41:50','2024-08-22 08:41:50','',2266,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy.webp',0,'attachment','image/webp',0),(2279,1,'2024-08-22 08:41:55','2024-08-22 08:41:55','','Prince-Albert-National-Park copy','','inherit','open','closed','','prince-albert-national-park-copy','','','2024-08-22 08:41:55','2024-08-22 08:41:55','',2266,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Prince-Albert-National-Park-copy.webp',0,'attachment','image/webp',0),(2280,1,'2024-08-22 08:42:37','2024-08-22 08:42:37','','Regina copy','','inherit','open','closed','','regina-copy','','','2024-08-22 08:42:37','2024-08-22 08:42:37','',2266,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy.webp',0,'attachment','image/webp',0),(2281,1,'2024-08-22 08:43:26','2024-08-22 08:43:26','','Wanuskewin-Heritage-Park copy','','inherit','open','closed','','wanuskewin-heritage-park-copy','','','2024-08-22 08:43:26','2024-08-22 08:43:26','',2266,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Wanuskewin-Heritage-Park-copy.webp',0,'attachment','image/webp',0),(2297,1,'2024-08-22 09:08:30','2024-08-22 09:08:30','','Untitled-','','inherit','open','closed','','untitled','','','2024-08-22 09:08:30','2024-08-22 09:08:30','',0,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Untitled-.webp',0,'attachment','image/webp',0),(2298,1,'2024-08-22 09:10:32','2024-08-22 09:10:32','','Untitled-3','','inherit','open','closed','','untitled-3','','','2024-08-22 09:10:32','2024-08-22 09:10:32','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Untitled-3.webp',0,'attachment','image/webp',0),(2300,1,'2024-08-22 09:30:11','2024-08-22 09:30:11','','Untitled-2','','inherit','open','closed','','untitled-2','','','2024-08-22 09:30:11','2024-08-22 09:30:11','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Untitled-2.jpg',0,'attachment','image/jpeg',0),(2337,1,'2024-08-27 08:19:37','2024-08-27 08:19:37','<h2>Real Estate Prospecting & Digital Advertising Solutions</h2>\n                                    <p>Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\">\n									Contact Us\n					</a>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Get In Touch</h2>		\n		<p>Fill out this form and one of our agents will be in touch with you soon</p>		\n        <form id=\"houzez-form-30f2a840\" method=\"post\" name=\"New Form\" action=\"https://listings.arxacommunications.com/wp-admin/admin-ajax.php\">\n            <input type=\"hidden\" name=\"form_id\" value=\"30f2a840\"/>\n            <input type=\"hidden\" name=\"houzez_contact_form\" value=\"yes\"/>\n            <input type=\"hidden\" name=\"action\" value=\"houzez_ele_contact_form\" />\n            <input type=\"hidden\" name=\"source_link\" value=\"https://listings.arxacommunications.com/\" />\n            <input type=\"hidden\" name=\"lead_page_id\" value=\"10\" />\n            <input type=\"hidden\" name=\"email_to\" value=\"admin@listings.arxacommunications.com\" />\n            <input type=\"hidden\" name=\"email_subject\" value=\"New message from &quot;Point 2 Lisitng&quot;\" />\n            <input type=\"hidden\" name=\"email_to_cc\" value=\"\" />\n            <input type=\"hidden\" name=\"email_to_bcc\" value=\"\" />\n            <input type=\"hidden\" name=\"webhook\" value=\"false\" />\n            <input type=\"hidden\" name=\"webhook_url\" value=\"\" />\n            <input type=\"hidden\" name=\"redirect_to\" value=\"\" />\n            <input type=\"hidden\" name=\"google_recaptcha\" value=\"yes\" />\n                    <input type=\"text\" name=\"name\" id=\"form-field-name\" placeholder=\"Name\" title=\"* Name\" required=\"required\">                    \n                    <input type=\"email\" name=\"email\" id=\"form-field-email\" placeholder=\"Email\" title=\"* Email\" required=\"required\">                    \n                    <input type=\"text\" name=\"mobile\" id=\"form-field-87f1542\" placeholder=\"Phone\" title=\"* Phone\" required=\"required\">                    \n                    <textarea name=\"message\" id=\"form-field-4e3b81f\" rows=\"4\" placeholder=\"Message\" required=\"required\" title=\"* Message\"></textarea>                    \n                    <button type=\"submit\">\n                                                    Submit                                            </button>\n            <!-- End wrapper-->\n            <br/>\n        </form>','form','','publish','closed','closed','','form','','','2024-08-27 08:19:37','2024-08-27 08:19:37','',0,'https://listings.arxacommunications.com/?elementor_library=form',0,'elementor_library','',0),(2376,1,'2024-08-27 09:08:59','2024-08-27 09:08:59','','Email marketing','','inherit','open','closed','','email-marketing-5','','','2024-08-27 09:08:59','2024-08-27 09:08:59','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Email-marketing-3.webp',0,'attachment','image/webp',0),(2377,1,'2024-08-27 09:09:04','2024-08-27 09:09:04','','Real estate Lead Generation','','inherit','open','closed','','lead-generation-2','','','2024-08-28 09:52:47','2024-08-28 09:52:47','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lead-Generation-1.webp',0,'attachment','image/webp',0),(2378,1,'2024-08-27 09:09:08','2024-08-27 09:09:08','','Ppc 2','','inherit','open','closed','','ppc-2','','','2024-08-27 09:09:08','2024-08-27 09:09:08','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Ppc-2.webp',0,'attachment','image/webp',0),(2379,1,'2024-08-27 09:09:12','2024-08-27 09:09:12','','Ppc','','inherit','open','closed','','ppc-3','','','2024-08-27 09:09:12','2024-08-27 09:09:12','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Ppc.webp',0,'attachment','image/webp',0),(2380,1,'2024-08-27 09:09:16','2024-08-27 09:09:16','','SEO 2','','inherit','open','closed','','seo-2-2','','','2024-08-27 09:09:16','2024-08-27 09:09:16','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/SEO-2.webp',0,'attachment','image/webp',0),(2381,1,'2024-08-27 09:09:20','2024-08-27 09:09:20','','SEo','','inherit','open','closed','','seo-4','','','2024-08-27 09:09:20','2024-08-27 09:09:20','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/SEo-3.webp',0,'attachment','image/webp',0),(2382,1,'2024-08-27 09:09:24','2024-08-27 09:09:24','','Social media','','inherit','open','closed','','social-media-2','','','2024-08-27 09:09:24','2024-08-27 09:09:24','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Social-media-1.webp',0,'attachment','image/webp',0),(2383,1,'2024-08-27 09:09:28','2024-08-27 09:09:28','','Web development','','inherit','open','closed','','web-development-3','','','2024-08-27 09:09:28','2024-08-27 09:09:28','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Web-development-2.webp',0,'attachment','image/webp',0),(2384,1,'2024-08-27 09:09:32','2024-08-27 09:09:32','','content marketing','','inherit','open','closed','','content-marketing-5','','','2024-08-27 09:09:32','2024-08-27 09:09:32','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/content-marketing-3.webp',0,'attachment','image/webp',0),(2385,1,'2024-08-27 09:09:36','2024-08-27 09:09:36','','Digital marketing','','inherit','open','closed','','digital-marketing-3','','','2024-08-27 09:09:36','2024-08-27 09:09:36','',1809,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Digital-marketing-2.webp',0,'attachment','image/webp',0),(2463,1,'2024-08-27 11:14:28','2024-08-27 11:14:28','','Initial Qualification','','inherit','open','closed','','initial-qualification','','','2024-08-27 11:14:28','2024-08-27 11:14:28','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Initial-Qualification.webp',0,'attachment','image/webp',0),(2464,1,'2024-08-27 11:14:29','2024-08-27 11:14:29','','Lead Collection','','inherit','open','closed','','lead-collection','','','2024-08-27 11:14:29','2024-08-27 11:14:29','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lead-Collection.webp',0,'attachment','image/webp',0),(2465,1,'2024-08-27 11:14:30','2024-08-27 11:14:30','','Lead Enrichment','','inherit','open','closed','','lead-enrichment','','','2024-08-27 11:14:30','2024-08-27 11:14:30','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lead-Enrichment.webp',0,'attachment','image/webp',0),(2466,1,'2024-08-27 11:14:31','2024-08-27 11:14:31','','Sales Readiness','','inherit','open','closed','','sales-readiness','','','2024-08-27 11:14:31','2024-08-27 11:14:31','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Sales-Readiness.webp',0,'attachment','image/webp',0),(2467,1,'2024-08-27 11:14:32','2024-08-27 11:14:32','','Content marketing icon','','inherit','open','closed','','content-marketing-icon','','','2024-08-27 11:14:32','2024-08-27 11:14:32','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Content-marketing-icon.webp',0,'attachment','image/webp',0),(2474,1,'2024-08-27 11:18:37','2024-08-27 11:18:37','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"300\" height=\"300\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png\" alt=\"Point 2 Lisiting logo\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-496x496.png 496w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" />													\n		<p>At Point2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"https://www.facebook.com/point2listing/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://www.linkedin.com/company/point2listing\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Company</h2>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://point2listing.ca/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/contact-us/\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/blog/\">\n											Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/privacy-policy/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n											<a href=\"https://point2listing.ca/digital-marketing/\">\n											Digital Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/seo/\">\n											SEO Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/social-media-marketing/\">\n											Social Media Marekting\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/lead-generation/\">\n											Real Estate Lead Generation\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/content-marketing/\">\n											Content Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/ppc/\">\n											PPC Management\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/web-development/\">\n											Web Development\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/email-marketing/\">\n											Email Marketing\n											</a>\n									</li>\n						</ul>\n			<h2>Contacts</h2>		\n			<h2>Address</h2>		\n					<ul>\n							<li>\n										135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\n									</li>\n						</ul>\n			<h2>Phone</h2>		\n					<ul>\n							<li>\n										(888) 876-1054\n									</li>\n						</ul>\n			<h2>Email</h2>		\n					<ul>\n							<li>\n										info@point2listing.ca\n									</li>\n								<li>\n										contact@point2listing.ca\n									</li>\n						</ul>\n		<p>Copyright Â© Point2 Listing 2024. All Rights Reserved. Designed by <a style=\"color: white;\" href=\"https://rankray.us/\">Rank Ray</a>.</p>','Footer','','publish','closed','closed','','footer','','','2024-09-02 18:11:29','2024-09-02 18:11:29','',0,'https://listings.arxacommunications.com/?post_type=fts_builder&#038;p=2474',0,'fts_builder','',0),(2482,1,'2024-08-27 11:38:21','2024-08-27 11:38:21','<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><style type=\"text/css\">	.st0{fill:#E7A23B;}	.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}</style><g>	<g>		<g>			<g>				<path d=\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\"></path>			</g>			<g>				<g>					<path d=\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\"></path>				</g>			</g>		</g>	</g>	<path d=\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\"></path>	<polygon points=\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \"></polygon>	<rect x=\"67.56\" y=\"58.8\" width=\"3.98\" height=\"20.74\"></rect>	<path d=\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\"></path>	<path d=\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\"></path>	<path d=\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\"></path>	<polygon points=\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \"></polygon>	<polygon points=\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \"></polygon>	<path d=\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\"></path>	<path d=\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\"></path>	<path d=\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\"></path></g><path d=\"M87.12,54.82h-43.1H87.12z\"></path></svg>			\n	    	<nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-nav-282e7a7\"><li><a  href=\"https://point2listing.ca/\">Home</a> </li>\n<li><a  href=\"https://point2listing.ca/about-us/\">About</a> </li>\n<li><a  href=\"https://point2listing.ca/service/\">Services</a> \n<ul>\n	<li><a  href=\"https://point2listing.ca/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://point2listing.ca/seo/\">SEO</a> </li>\n	<li><a  href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://point2listing.ca/blog/\">Blog</a> </li>\n<li><a  href=\"https://point2listing.ca/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-desktop-wrap -->\n		    <nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-mobile-nav-282e7a7\"><li><a  href=\"https://point2listing.ca/\">Home</a> </li>\n<li><a  href=\"https://point2listing.ca/about-us/\">About</a> </li>\n<li><a  href=\"https://point2listing.ca/service/\">Services</a> \n<ul>\n	<li><a  href=\"https://point2listing.ca/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://point2listing.ca/seo/\">SEO</a> </li>\n	<li><a  href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://point2listing.ca/blog/\">Blog</a> </li>\n<li><a  href=\"https://point2listing.ca/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-mobile-wrap -->','Header','','publish','closed','closed','','header','','','2024-09-04 12:46:24','2024-09-04 12:46:24','',0,'https://listings.arxacommunications.com/?post_type=fts_builder&#038;p=2482',0,'fts_builder','',0),(2484,1,'2024-08-27 11:38:43','2024-08-27 11:38:43','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"300\" height=\"300\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-1024x1024.png 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png 150w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-768x768.png 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-600x600.png 600w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-496x496.png 496w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" />													\n		<p>At Point2listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"http://https%20//www.facebook.com/point2listing\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Company</h2>		\n			<link rel=\"stylesheet\" href=\"https://listings.arxacommunications.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Contact\n									</li>\n								<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms & Conditions\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n											<a href=\"https://listings.arxacommunications.com/digital-marketing/\">\n											Digital Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/seo/\">\n											SEO Services\n											</a>\n									</li>\n								<li>\n										Social Media Marekting\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/lead-generation/\">\n											Real Estate Lead Generation\n											</a>\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/content-marketing/\">\n											Content Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/ppc/\">\n											PPC Management\n											</a>\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/web-development/\">\n											Web Development\n											</a>\n									</li>\n								<li>\n											<a href=\"https://listings.arxacommunications.com/email-marketing/\">\n											Email Marketing\n											</a>\n									</li>\n						</ul>\n			<h2>Contacts</h2>		\n			<h2>Contacts</h2>		\n					<ul>\n							<li>\n										135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\n									</li>\n						</ul>\n			<h2>Phone</h2>		\n					<ul>\n							<li>\n										(888) 876-1054\n									</li>\n						</ul>\n			<h2>Email</h2>		\n					<ul>\n							<li>\n										info@point2listings.ca\n									</li>\n								<li>\n										contact@point2listings.ca\n									</li>\n						</ul>','footer','','publish','closed','closed','','footer','','','2024-08-27 11:38:43','2024-08-27 11:38:43','',0,'https://listings.arxacommunications.com/?elementor_library=footer',0,'elementor_library','',0),(2499,1,'2024-08-27 11:47:34','2024-08-27 11:47:34','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>											<a href=\"https://listings.arxacommunications.com/\">\n							<img width=\"1024\" height=\"1024\" src=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-1024x1024.png\" alt=\"\" srcset=\"https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-1024x1024.png 1024w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png 300w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png 150w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-768x768.png 768w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-600x600.png 600w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-496x496.png 496w, https://listings.arxacommunications.com/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n	    	<nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-nav-16d2ce0a\"><li id=\"menu-item-15\"><a  href=\"https://listings.arxacommunications.com/\">Home</a> </li>\n<li id=\"menu-item-27\"><a  href=\"https://listings.arxacommunications.com/about-us/\">About</a> </li>\n<li id=\"menu-item-1976\"><a  href=\"#\">Services</a> \n<ul>\n	<li id=\"menu-item-2002\"><a  href=\"https://listings.arxacommunications.com/lead-generation/\">Lead Generation</a> </li>\n	<li id=\"menu-item-1998\"><a  href=\"https://listings.arxacommunications.com/seo/\">SEO</a> </li>\n	<li id=\"menu-item-1995\"><a  href=\"https://listings.arxacommunications.com/email-marketing/\">Email Marketing</a> </li>\n	<li id=\"menu-item-1996\"><a  href=\"https://listings.arxacommunications.com/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li id=\"menu-item-1997\"><a  href=\"https://listings.arxacommunications.com/ppc/\">PPC</a> </li>\n	<li id=\"menu-item-1999\"><a  href=\"https://listings.arxacommunications.com/content-marketing/\">Content Marketing</a> </li>\n	<li id=\"menu-item-2000\"><a  href=\"https://listings.arxacommunications.com/web-development/\">Web Development</a> </li>\n	<li id=\"menu-item-2001\"><a  href=\"https://listings.arxacommunications.com/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li id=\"menu-item-26\"><a  href=\"https://listings.arxacommunications.com/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-desktop-wrap -->\n		    <nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-mobile-nav-16d2ce0a\"><li><a  href=\"https://listings.arxacommunications.com/\">Home</a> </li>\n<li><a  href=\"https://listings.arxacommunications.com/about-us/\">About</a> </li>\n<li><a  href=\"#\">Services</a> \n<ul>\n	<li><a  href=\"https://listings.arxacommunications.com/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/seo/\">SEO</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://listings.arxacommunications.com/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://listings.arxacommunications.com/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-mobile-wrap -->','header','','publish','closed','closed','','header','','','2024-08-27 11:47:35','2024-08-27 11:47:35','',0,'https://listings.arxacommunications.com/?elementor_library=header',0,'elementor_library','',0),(2509,6,'2024-08-10 12:07:00','2024-08-10 12:07:00','<!-- wp:paragraph -->\n<p class=\"\">Real estate agents know that finding new clients is key to growing their business. Lead generation is the process of identifying and acquiring potential customers for your real estate services. An effective lead generation strategy can provide a constant stream of promising leads and help you build your client base.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">In this article, we will explore some of the key benefits of implementing a real estate lead generation plan. Digital marketing, networking events, referral programs, and public relations are proven tactics for generating more leads. With a strong lead generation approach, you can increase your listings, transactions and commissions.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We will also discuss how to qualify and nurture leads to convert them into satisfied, long-term clients. Use this article as your guide to maximizing lead generation and driving your real estate career to the next level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>What Is Real Estate Lead Generation?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Real estate lead generation involves generating interest from potential clients in the properties and services offered by real estate agents and brokers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Prospecting Methods</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">There are several common prospecting methods used for <a href=\"https://point2listing.ca/services/real-estate-lead-generation/\">real estate lead generation</a>. Cold calling involves contacting leads who have expressed interest in buying or selling properties over the phone. Direct mail campaigns send marketing materials to targeted lists of potential leads. Online real estate lead generation uses websites, social media, and digital ads to capture information from interested parties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Advantage of Real Estate Lead Generation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Real estate lead generation provides several benefits for agents and brokers. It helps to build a pipeline of potential clients interested in buying or selling properties. Turning these leads over time using marketing campaigns increases the chance of converting them into actual clients. Real estate lead generation also allows agents and brokers to focus their time and resources on the most promising leads. Overall, real estate lead generation helps to drive business growth in a targeted, efficient manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Top Benefits of Lead Generation for Real Estate Agents</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Generating leads offers real estate agents numerous advantages, including an increased client base, higher chances of closing deals, and enhanced business growth opportunities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2952,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-1024x576.webp\" alt=\"\" class=\"wp-image-2952\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Increased Efficiency and Productivity</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Lead generation allows real estate agents to focus their efforts on the most promising leads. By qualifying leads, agents can determine the level of interest and motivation, allowing them to prioritize and follow up appropriately. This results in less time wasted and higher productivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Enhanced Customer Relationship Management</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">A strong lead generation process includes a customer relationship management (CRM) system to help agents keep track of leads and stay in touch. Agents can log details about each lead including contact information, property interests, and notes from previous interactions. The CRM then prompts the agent with timely follow-ups to advance the lead through the sales funnel. This consistent communication builds familiarity and trust between the agent and the lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Improved Conversion Rates</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">With a steady flow of high-quality leads, agents have more opportunities to convert prospects into clients. Lead generation helps agents identify leads that are closest to a transaction, allowing them to focus their efforts where they will have the biggest effect. The result is higher conversion rates and increased sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Lead generation boosts productivity, strengthens customer relationships, and directly contributes to an agent\'s bottom line through improved conversion of leads to sales. For real estate agents, a strategic lead-generation process is invaluable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>How to Generate Quality Real Estate Leads</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Generating quality real estate leads requires strategic marketing tactics such as using social media, optimizing websites for search engines, and networking with local businesses and community members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Focus on Lead Quality, Not Quantity</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The key to successful real estate lead generation is producing high-quality leads. Identify your target audience and focus your lead generation efforts on reaching those most likely to require your services. For example, if you specialize in luxury properties, promote your services in wealthy neighbourhoods and to clients with a proven ability to purchase high-end real estate. Quality leads are more likely to convert to sales, saving you time and money.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Choose the Right Lead Generation Strategies</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Use a multi-channel approach by using a combination of online and offline lead generation strategies. Useful options for real estate include search engine optimization, social media marketing, email marketing, hosting open houses, networking, and joining your local chamber of commerce. Choose strategies that align with your target audience and play to your strengths. For example, if technology is not your thing, focus on in-person lead generation through networking and open houses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Provide Value and Build Trust</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">High-quality leads are more likely to convert when you prove yourself as a valuable resource. Publish content on your website and social media that provides helpful information for homebuyers and sellers. Be active in your local community by sponsoring events or volunteering your time. When interacting with leads, focus on listening to their needs and educating them. Build trust by being transparent, responsive, and following through on your promises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Stay in Regular Contact</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Maintain your leads through consistent communication to keep your services top of mind for when they are ready to buy or sell. Send a welcome email introducing yourself, then follow up with a newsletter, social media messages, and the occasional phone call. Provide updates on new listings, market trends, and other helpful information. Staying in regular contact will establish you as a reliable source and increase the likelihood of your leads choosing to work with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Lead Nurturing Strategies for Real Estate Agents</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a real estate agent, you should implement efficient lead-nurturing strategies to convert potential leads into loyal clients. You should focus on building relationships with leads through consistent communication and providing value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2953,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Nurturing-Strategies-for-Real-Estate-Agents-1024x576.webp\" alt=\"\" class=\"wp-image-2953\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Maintain Regular Communication</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Reach out to new leads regularly through phone calls, emails and social media messages. Let the leads know you are interested in helping them with their real estate needs. Provide relevant information and updates on the local housing market. Consistent communication will build familiarity and trust with the leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Offer Free Resources</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Provide free resources such as home buying and selling guides, neighbourhood information and market reports to leads. This shows your expertise and proves your credibility. When the leads are ready, they will likely contact you for help. Offering value with no strings attached is a key strategy for successful lead nurturing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Automate and Personalize</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Use marketing automation tools to send personalized emails and messages to leads. Provide targeted content based on a leadâ€™s interests and needs. For example, send information on family-friendly neighbourhoods to leads with children. Personalization and targeting will make your communications more relevant and effective. Automation also allows you to stay in contact with a large number of leads efficiently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Meet in Person</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Try to meet qualified leads in person when possible. Face-to-face interaction is the best way to build connections and gain their trust and loyalty. Discuss their needs, priorities and concerns to gain a better understanding of how you can help them. An in-person meeting may motivate leads to start working with you sooner to achieve their real estate goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Through consistent communication, providing value, personalizing your outreach and meeting with leads, you can implement a successful lead-nurturing strategy. With time and patience, many of your leads will become long-term clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Conclusion</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a real estate agent, executing effective lead-generation strategies is important for growing your business. Lead generation requires a long-term approach if you want to build a strong pipeline of prospects and consistently meet your sales targets. While it does require an investment of time, money, and effort, the long-term payoff makes it well worth it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By working on high-quality leads, you can gain trust and credibility with potential clients. This gives you a competitive advantage in an increasingly saturated industry. With determination and consistency, a sound lead generation strategy will generate rewards for your real estate career. The key is finding the right tactics that match your business objectives and market.</p>\n<!-- /wp:paragraph -->','What Are The Benefits Of Real Estate Lead Generation?','','publish','closed','open','','what-are-the-benefits-of-real-estate-lead-generation','','','2024-08-28 12:55:19','2024-08-28 12:55:19','',0,'https://listings.arxacommunications.com/?p=2509',0,'post','',0),(2512,6,'2024-08-15 12:08:00','2024-08-15 12:08:00','<!-- wp:paragraph -->\n<p class=\"\">In the fast-moving world of real estate, finding potential customers is important for success, just like how humans need oxygen to survive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Without a consistent flow of good leads from effective digital and traditional marketing methods, growing a real estate business can be really challenging. If you\'re a real estate agent feeling overwhelmed by all the different marketing options out there, don\'t worry. We\'re here to simplify lead generation for real estate professionals by providing them with the top 7 real estate lead generation tips for better and quicker results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We\'ll share 7 proven strategies for finding new clients that have helped agents like you succeed in this competitive market for years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>7 Real Estate Lead Generation Tips To Get You Started</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">A real estate business <a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">needs to generate leads</a>. Here are the best ways to do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #1: Take Advantage of Social Media</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Social media platforms are great platforms for generating real estate leads. The more you promote a listing and engage with followers, the more visibility you get over the various platforms. Besides, replying to comments and messages often seems to build trust and rapport with the service you offer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Paid ads can be effectively published on social media platforms since they allow for targeted approaches to those really in search of properties. --- boost high-performing organic posts --- or you can also consider promoting listings on neighborhood-specific groups and hashtags.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Cross-promote on all platforms, monitor your online reviews, and keep your branding consistent. All help to reinforce your professional image. An active, optimized social media presence is invaluable for today\'s real estate industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #2: Host Events and Open Houses</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The second one in the top real estate lead generation tips list is to hold events and open houses. It is rated as one of the best means of building new real estate leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">You can invite past and future clients into an open house with the view of seeing some of your new listings or featured properties in the spotlight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">These events serve as good opportunities to meet up with clients in person, establish a relationship, and understand each of their tastes and needs individually in searching for a new home. This in-person approach may help in fostering stronger relationships and a better understanding of how to service your clients best.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #3: Focus on Past Clients and Referrals</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Focusing your lead generation efforts on past clients and referrals is an excellent strategy for generating high-quality leads. Your past clients already have a positive impression of your work, and they are more likely to engage in repeat business or recommend your services to others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By maintaining regular communication with past clients through methods such as newsletters, emails, or social media, you can ensure that your services remain top of mind for them.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Offering incentives for referrals can effectively encourage satisfied clients to share information about your services with their networks, further expanding your reach and potential customer base.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2948,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Update-Your-Website-Content-1024x576.webp\" alt=\"\" class=\"wp-image-2948\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #4: Update Your Website Content</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Make sure that your website content is consistently adding value to the visitor in property lead generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">A real estate professional has to post informative content, starting from local market updates to deep community profiles and helpful home tips that may guide buyers and sellers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">It\'s necessary to refresh your listings and sales data at least quarterly so that potential clients have access to the most up-to-date information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Publish blog posts that dig deep into your recent transactions, and new listings available, and provide useful insights into the micro-markets it\'s possible in your area. Share your advanced knowledge of focused, high-value content to have an increase in website visits and effectively capture the maximum number of leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">When used, this approach establishes your credibility and sets you apart as a trusted resource in your local real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #5: Advertise in Targeted Places</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Advertising your real estate business in strategic locations where potential clients actively search for properties is necessary for reaching your target audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">It\'s important to focus your advertising efforts on platforms that homebuyers and sellers frequently visit. This includes real estate listing sites like <a href=\"https://www.zillow.com/\">Zillow</a>, <a href=\"https://www.realtor.com/\">Realtor.com</a>, and <a href=\"https://www.trulia.com/\">Trulia</a>, as well as local <a href=\"https://www.facebook.com/marketplace/\">Facebook Marketplace</a> groups.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Also, consider running targeted social media ads to reach those interested in real estate in your specific area. You can also sponsor relevant podcasts, blogs, and YouTube channels that cater to individuals interested in real estate or home improvement.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Another effective strategy is to promote your open houses on neighborhood-specific Facebook groups and platforms like NextDoor, which can help you reach local residents who may be interested in buying or selling in their area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #6: Network Consistently and Follow Up</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Building a strong network is important in real estate. Connect with neighbors, attend local events, volunteer, send networking emails, or simply reach out to prospects by phone. Don\'t overlook your existing relationships either; family and friends trust you, so they\'re great potential clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Here\'s how to make networking work for you:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Have a professional website: </strong>Your website represents your brand, so make sure it looks polished and informative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Engage in the community:</strong> Attend small business events, volunteer locally, and participate in career days at schools to meet potential clients and build relationships beyond professional conferences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #7: Stay on Top of Market Trends</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Market trends directly impact the real estate industry, so staying up-to-date with the latest trends is key to lead generation success. Monitor statistics on inventory, days on the market, and sales volume to identify shifts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Track interest rates, employment rates, and migration patterns as well. Knowledge of trends will allow you to tailor your lead generation to match what buyers and sellers want.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">For example, if there is low inventory, focus on finding more listings. If interest rates drop, promote refinancing options. Adapt your messaging and outreach to align with trends for the best results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2949,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generation-2-1024x576.webp\" alt=\"Lead Generation Tip\" class=\"wp-image-2949\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Considerations for Real Estate Lead Generation</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">When you\'re getting into <a href=\"https://point2listing.ca/services/real-estate-lead-generation/\">real estate lead generation</a>, there are a few important things to keep in mind that can help shape your strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Real Estateâ€™s Unique Approach</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Real estate isnâ€™t like other industries that can rely entirely on online interactions. Unlike e-commerce or digital services, real estate is based on personal connections and face-to-face meetings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Your success often depends on building trust and strong relationships with clients through direct communication. While the internet is useful, the personal touch remains a key part of this field.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Balancing Efficiency with a Personal Touch</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a real estate agent, your time is extremely valuable. With the many tasks you juggleâ€”online work, phone calls, and property visitsâ€”itâ€™s important to find a balance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Youâ€™ll want to find ways to make your lead generation process smoother without losing the personal connection that makes you stand out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Whether it\'s using automation for routine tasks or improving your follow-up methods, the aim is to work smarter, not harder, while still offering the great service your clients expect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Making Your Workflow Smoother</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Look into tools and methods that can help you manage your work more easily. For example, customer relationship management (CRM) systems can handle follow-ups automatically, while email templates can save you time without losing that personal touch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The idea is to make these tools a part of your daily work so you can focus more on the face-to-face interactions that lead to closing deals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By keeping these points in mind, you can develop a lead generation strategy that is effective and long-lasting, helping you stay efficient while maintaining the personal touch that is so important in real estate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">To wrap things up, by using these seven real estate lead generation tips, you\'ll be on the path to creating a steady flow of interested buyers and sellers. With regular effort and dedication, the strategies mentioned will help grow your real estate business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The most important thing now is to take action. Start with one or two methods and fully commit to them. As you start to see progress, you can add more techniques.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Focus on offering value, building strong relationships, and using technology to keep leads interested over time. With the right attitude and approach, you\'ll start to see more leads coming in and enjoy the benefits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Now is the perfect time to start applying these real estate lead generation tips --- so you can reach your real estate goals more quickly.</p>\n<!-- /wp:paragraph -->','7 Real Estate Lead Generation Tips for Quick Results','','publish','closed','open','','7-real-estate-lead-generation-tips-for-quick-results','','','2024-08-28 12:44:49','2024-08-28 12:44:49','',0,'https://listings.arxacommunications.com/?p=2512',0,'post','',0),(2516,6,'2024-08-20 12:09:00','2024-08-20 12:09:00','<!-- wp:paragraph -->\n<p class=\"\">Looking for a shortcut to real estate success? Look no further than the best lead generation companies of 2024! In today\'s fast-paced market, these firms act as the turbochargers you need to drive your business forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Your business growth depends upon reaching out to motivated buyers and sellers precisely when they\'re ready. While finding leads can eat up valuable time, teaming up with the right real estate lead company grants you access to a broader pool of prospects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">In this article, we evaluate the best real estate lead generation companies that deliver results in 2024. Discover which providers truly understand your local market and utilize the latest technology to facilitate high-quality relationships.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>What Are Real Estate Lead Generation Companies?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Companies that focus on real estate lead generation specialize in creating leads for agents and brokers in the real estate industry. They utilize various <a href=\"https://point2listing.ca/services/digital-marketing-canada/\">digital marketing strategies</a> such as search engine optimization, pay-per-click advertising, and social media marketing to increase website traffic and generate leads from future home buyers and sellers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>How Do They Generate Leads?</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Lead generation companies draw the leads in many ways such as optimizing real estate agent websites so that they can rank higher in search engines like Google, placing ads on search engines as well as social media platforms to enhance visibility, and also creating content for the blog posts, videos and images which leads to build authority and engagement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">A user who clicks an ad or content is taken to the landing page, where they fill out their contact information in return for valuable items such as home valuation, a handbook on ways of selling a home, or a list of houses available in the vicinity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Such data is afterward sent to the real estate agents as a cold lead that they need to follow up on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Benefits for Real Estate Agents</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">For real estate agents, working with a lead generation company provides several benefits:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">It allows them to focus on helping clients buy, sell, or rent properties instead of spending time on digital marketing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It gives them a steady stream of new leads to contact which can lead to new clients and sales.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It increases their online visibility and exposure to more potential clients.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It provides insights into which marketing techniques are most effective for their target audience. Agents can then optimize their marketing based on these insights.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It is often more affordable than an agent handling all their digital marketing. Lead generation companies already have the expertise and resources to run effective campaigns.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It introduces agents to prospective clients they may not have reached on their own. New leads mean new business opportunities.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It helps agents build their online authority through published content optimized for search rankings and engagement.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It provides a measurable return on investment so agents know exactly how much business the leads are generating.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":2929,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Benefits-for-Real-Estate-Agents-1-1024x576.webp\" alt=\"Benefits of real estate lead generation\" class=\"wp-image-2929\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>The Best Real Estate Lead Generation Companies of 2024</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">In 2024, the real estate industry is competitive. Many lead generation companies have emerged, offering new solutions to help agents and brokers succeed.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Check out the top real estate lead generation companies of the year and what sets them apart in this fast-paced market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Market Leader: Best Overall</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://www.marketleader.com/\">Market Leader</a> genuinely stands above its peers when a high standard of lead generation is called for. Given the smart algorithms, they connect buyers and sellers with certain agents that meet their requirements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">With their lead management and nurturing system as well as marketing services, the agents can use these to convert more leads into real clients. Market Leader makes lead generation easy and stress-free so that agents can spend more time building their interpersonal relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Market Leader empowers real estate agents with the tools that do the tasks of getting more leads easily by automating lead management, social media integration, customizable reporting, and targeted ad campaigns for lead generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Their system makes it easy to handle leads, communicate with social media users, and get useful reports so they can know what is effective.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">With<a href=\"https://www.marketleader.com/products/real-estate-leads/network-boost-facebook-instagram-leads/\"> Network Boost</a>, you can browse many leads through ads online on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Through <a href=\"https://www.housevalues.com/\">HouseValues</a>, agents can target particular neighbourhoods and Leads Direct effectively runs ads that people click on. Overall this gives more opportunities for agents to cater to new clients and sell more houses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Zurple: Best for Automation</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://zurple.com/\">Zurple</a> integrates AI and computerized processes so that agents can promote their leads to potential customers. Lead management software used by their platform identifies leads that are most likely to convert and automatically engages them through email drip campaigns, social media, and any other tools.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">With the automation feature of Zurple, agents are now able to use the power of their lead generation and get to spend more time servicing their clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Zurple delivers personalized and timely engagement with leads sourced from Zurple and other channels. It provides branded landing pages featuring an MLS listings feed tailored to your target market, with tracking of lead behaviors both online and offline.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Zurple uses behavioral-based communications and builds trust with the leads by engaging them at crucial stages in the lead\'s journey. It supplies both video marketing and social media marketing apps for that purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Zillow: Best for Finding Buyers Efficiently</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As the largest real estate marketplace, <a href=\"https://www.zillow.com/\">Zillow</a> is unmatched for connecting agents with motivated buyers. Zillowâ€™s lead generation products, like Premier Agent, help agents advertise their services to local home shoppers and generate buyer leads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">While Zillow leads usually yield lower conversion rates, the sheer volume of leads makes Zillow a great option for agents looking to build their buyer pipeline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Zillow simplifies lead management with automatic placement in its CRM system. Users enjoy priority status when claiming properties on the platform, providing quick access to coveted listings. Zillow also simplifies lead conversion through easy automation of follow-up processes, improving efficiency and effectiveness in closing deals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>CINC: Best for Hyperlocal Leads</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://www.cincpro.com/\">CINC</a> uses predictive analytics to help agents target leads in their immediate neighborhood. Their hyperlocal lead generation and nurturing solutions, like Neighbourhood Marketing and Listing Alerts, enable agents to reach leads near recent sales or their listings.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">For agents focused on a specific area, CINC provides a tailored approach to lead generation that drives business where they want it most.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">CINC provides a range of features to help agents succeed. It offers exclusive access to high-quality leads for both buyers and sellers. The advertising strategy focuses on attracting motivated clients.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The platform is suitable for individual agents and large brokerages and includes well-designed websites. CINC also offers cutting-edge CRM and AI nurturing tools to help agents simplify their workflow and effectively nurture leads toward conversion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>smartzip: Best for Seller Leads</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://smartzip.com/\">smartzip</a> specializes in helping agents generate seller leads through predictive analytics and marketing automation. By identifying homeowners likely to sell soon, smartzip provides agents with warm seller leads and the tools to nurture them into clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">For agents looking to boost their listings, smartzip offers an innovative approach to lead generation that can make a real impact on an agentâ€™s business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">SmartZip is changing the industry with a complete set of tools. By using predictive analytics, SmartZip helps users predict market trends and make smart decisions. Its Smart CRM works well with other features, making lead management efficient.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">SmartZip helps with targeted outreach through direct mail campaigns and home valuation landing pages to maximize engagement. The CMA tool provides useful insights for accurate property valuation. The CheckIn app improves client interactions, and local trend reports offer important market intelligence for strategic planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>zBuyer: Best for Customer Service</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://zbuyer.com/\">zBuyer</a> sets itself apart through a commitment to world-class customer service for agents. Their team provides hands-on support to help agents implement effective lead-generation strategies and get the most out of zBuyerâ€™s solutions.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">zBuyer offers a full range of lead products for buyers, sellers, and renters, but its greatest strength is customer service. zBuyer is perfect for agents looking for a lead generation partner that feels like an extension of their team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">zBuyer is designed to meet the needs of agents with unique features. Joining its industry mastermind group provides valuable networking opportunities and insights. Agents can choose customizable lead packages that match their target market and goals.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">zBuyer also guarantees quality leads through its lead replacement policy. Its integration with HousingNow.com expands agents\' reach and visibility, improving their chances of success in the competitive real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2928,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generation-1024x576.webp\" alt=\"\" class=\"wp-image-2928\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>How To Choose a Real Estate Lead Generator</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Choosing a <a href=\"https://point2listing.ca/services/real-estate-lead-generation/\">real estate lead generator</a> might feel overwhelming, but it doesn\'t have to be! Just focus on what your business needs, your budget, and what features matter most to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Research Their Specialization and Experience</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">First, consider the area of specialization and years of experience when looking to buy leads from any real estate lead generation company. Companies that have been in business for several years must have built a record of success and laid a framework of experience in the industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">They should also specialize in residential or commercial real estate lead generation, whatever your focus is. Ask about their typical clients and case studies to see if they have experience with your business model and target customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Review Their Lead Generation Techniques</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Next, the lead generation techniques and sources the companies use should be analyzed. Common techniques include <a href=\"https://point2listing.ca/services/search-engine-optimization/\">search engine optimization (SEO)</a>, <a href=\"https://point2listing.ca/services/ppc-advertising/\">pay-per-click (PPC)</a> advertising, social media marketing, email marketing, and content creation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The company should utilize multiple techniques and have data on their lead conversion rates from each source. Some lead generators rely primarily on online marketing, while others use a combination of online and offline marketing. Choose a company whose techniques align with your overall marketing strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Evaluate Their Lead Qualification Process</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">A good lead generation company should implement the course of lead qualification and verification to guarantee that high-quality leads come through. They need to look at a lot of factorsâ€”such as location, timeframe to buy or sell, must-haves, budget, and level of motivationâ€”before passing on a lead to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Inquire about specific qualification questions and minimum standards they require for lead verification. Highly qualified leads tend to close at a higher rate, so this step is very important.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Request Pricing and Contract Details</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Finally, pricing and contracts between different real estate lead generation companies will be compared. Pricing is often based on the number and type of leads generated. Be wary of companies offering leads at an extremely low price, as this could indicate lower quality.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Review the details of potential contracts to understand cancellation policies, hidden fees, and other terms before signing. The right company for your business will provide a fair pricing structure and straightforward contract.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Select a Company That Fits Your Needs</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The above mentioned steps will help real estate agents evaluate lead generation companies and find one suitable for their needs. Look for a reputable company with experience in similar projects, with effective techniques, a strong lead qualification process, and the most important thing â€” fair pricing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">When you find the right lead generation partner with the right blend of factors, your real estate business will thrive on a never-ending flow of high-quality leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">These above-named real estate companies receive highly favorable reviews, especially when it comes to creative ways of connecting motivated clients with real estate agents. Do your analysis on which company or companies best match your unique needs and budget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">With the proper lead generation partner, you will be well on your way to higher levels of productivity and profitability for years to come. The future looks bright for real estate professionals who harness some of these cutting-edge lead generation firms in order to fuel their sales pipeline and continue boosting their bottom line.</p>\n<!-- /wp:paragraph -->','The Best Real Estate Lead Generation Companies of 2024','','publish','closed','open','','the-best-real-estate-lead-generation-companies-of-2024','','','2024-08-28 12:41:50','2024-08-28 12:41:50','',0,'https://listings.arxacommunications.com/?p=2516',0,'post','',0),(2520,1,'2024-08-27 14:29:54','2024-08-27 14:29:54','','5430475','','inherit','open','closed','','5430475','','','2024-08-27 14:29:54','2024-08-27 14:29:54','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/5430475.jpg',0,'attachment','image/jpeg',0),(2521,1,'2024-08-27 14:34:52','2024-08-27 14:34:52','','Web','Shooting star patterned background vector','inherit','open','closed','','web','','','2024-08-27 14:34:52','2024-08-27 14:34:52','',10,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/rm218batch7-aum-03.jpg',0,'attachment','image/jpeg',0),(2555,1,'2024-08-27 15:36:03','2024-08-27 15:36:03','https://listings.arxacommunications.com/wp-content/uploads/2024/08/cropped-Point2-Listing-logo-all-brown.png','Point 2 Lisiting logo','','inherit','open','closed','','point-2-lisiting-logo','','','2024-08-27 15:36:03','2024-08-27 15:36:03','',1841,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/cropped-Point2-Listing-logo-all-brown.png',0,'attachment','image/png',0),(2580,4,'2024-08-28 05:33:02','2024-08-28 05:33:02','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Privacy Policy</h2>		\n		<p>At point2listing, accessible from https://point2listing.ca/, one of our main priorities is the privacy of our clients. This Privacy Policy document contains types of information that is collected and recorded by point2listing and how we use it.</p><p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.</p><p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in point2listing. This policy is not applicable to any information collected offline or via channels other than this website.</p>		\n			<h2>Consent</h2>		\n		<p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.</p>Â 		\n			<h2>Information we collect\n</h2>		\n		<p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.</p><p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.</p><p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.</p>		\n			<h2>How we use your information\n</h2>		\n		<p>We use the information we collect in various ways, including to:</p><ul><li>Provide, operate, and maintain our website</li><li>Improve, personalize, and expand our website</li><li>Understand and analyze how you use our website</li><li>Develop new products, services, features, and functionality</li><li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes</li><li>Send you emails</li><li>Find and prevent fraud</li></ul>		\n			<h2>Log Files</h2>		\n		<p>point2listing follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting servicesâ€™ analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking usersâ€™ movement on the website, and gathering demographic information.</p>		\n			<h2>Advertising Partners Privacy Policies</h2>		\n		<p>You may consult this list to find the Privacy Policy for each of the advertising partners of point2listing.</p><p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on point2listing, which are sent directly to usersâ€™ browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</p><p>Note that point2listing has no access to or control over these cookies that are used by third-party advertisers.</p>		\n			<h2>Third Party Privacy Policies</h2>		\n		<p>point2listingâ€™s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.</p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsersâ€™ respective websites.</p>		\n			<h2>Third Party Privacy Policies</h2>		\n		<p>point2listingâ€™s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.</p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsersâ€™ respective websites.</p>		\n			<h2>CCPA Privacy Rights (Do Not Sell My Personal Information)\n</h2>		\n		<p>Under the CCPA, among other rights, California consumers have the right to:</p><p>Request that a business that collects a consumerâ€™s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.</p><p>Request that a business delete any personal data about the consumer that a business has collected.</p><p>Request that a business that sells a consumerâ€™s personal data, not sell the consumerâ€™s personal data.</p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>		\n			<h2>GDPR Data Protection Rights</h2>		\n		<p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:</p><p>The right to access â€“ You have the right to request copies of your personal data. We may charge you a small fee for this service.</p><p>The right to rectification â€“ You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.</p><p>The right to erasure â€“ You have the right to request that we erase your personal data, under certain conditions.</p><p>The right to restrict processing â€“ You have the right to request that we restrict the processing of your personal data, under certain conditions.</p><p>The right to object to processing â€“ You have the right to object to our processing of your personal data, under certain conditions.</p><p>The right to data portability â€“ You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.</p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>		\n			<h2>Children\'s Information\n</h2>		\n<p>Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.</p>\n<p>point2listing does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.</p>\n			<h2>Changes to This Privacy Policy\n</h2>		\n		<p>We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately, after they are posted on this page.</p>','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2024-09-02 11:40:50','2024-09-02 11:40:50','',0,'https://listings.arxacommunications.com/?page_id=2580',0,'page','',0),(2595,4,'2024-08-28 06:04:05','2024-08-28 06:04:05','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Terms and Conditions\n</h2>		\n		<p>Welcome to Point2listing!</p><p>These terms and conditions outline the rules and regulations for using the Point2 Listing Website, located at https://point2listing.ca/.</p><p>By accessing this website we assume you accept these terms and conditions. Do not continue to use Point2 Listing if you do not agree to take all of the terms and conditions stated on this page.</p><p>The following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice, and all Agreements: â€œClientâ€, â€œYouâ€ and â€œYourâ€ refers to you, the person log on this website and compliant to the Companyâ€™s terms and conditions. â€œThe Companyâ€, â€œOurselvesâ€, â€œWeâ€, â€œOurâ€ and â€œUsâ€, refers to our Company. â€œPartyâ€, â€œPartiesâ€, or â€œUsâ€, refers to both the Client and ourselves. All terms refer to the offer, acceptance, and consideration of payment necessary to undertake the process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Clientâ€™s needs in respect of the provision of the Companyâ€™s stated services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization and/or he/she or they, are taken as interchangeable and therefore as referring to same.</p>		\n			<h2>Cookies\n</h2>		\n		<p>We employ the use of cookies. By accessing Point2 Listing, you agreed to use cookies in agreement with the Point2 Listing Privacy Policy.</p><p>Most interactive websites use cookies to let us retrieve the userâ€™s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate/advertising partners may also use cookies.</p>		\n			<h2>License</h2>		\n		<p>Unless otherwise stated, Point2 Listing and/or its licensors own the intellectual property rights for all material on Point2 Listing. All intellectual property rights are reserved. You may access this from point2listing for your own personal use subjected to restrictions set in these terms and conditions.</p><p>You must not:</p><ul><li>Republish material from Point2 Listing</li><li>Sell, rent or sub-license material from Point2 Listing</li><li>Reproduce, duplicate or copy material from Point2 Listing</li><li>Redistribute content from Point2 Listing</li></ul><p>Parts of this website offer an opportunity for users to post and exchange opinions and information in certain areas of the website. Point2 Listing does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views and opinions of point2listing,its agents and/or affiliates. Comments reflect the views and opinions of the person who post their views and opinions. To the extent permitted by applicable laws, point2listing shall not be liable for the Comments or for any liability, damages or expenses caused and/or suffered as a result of any use of and/or posting of and/or appearance of the Comments on this website.</p><p>Point2 Listing reserves the right to monitor all Comments and to remove any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.</p><p>You warrant and represent that:</p><ul><li>You are entitled to post the Comments on our website and have all necessary licenses and consents to do so;</li><li>The Comments do not invade any intellectual property right, including without limitation copyright, patent or trademark of any third party;</li><li>The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material which is an invasion of privacy</li><li>The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity.</li></ul><p>You hereby grant Point2 Listing a non-exclusive license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.</p>		\n			<h2>Hyperlinking to our Content</h2>		\n		<p>The following organizations may link to our Website without prior written approval:</p><ul><li>Government agencies;</li><li>Search engines;</li><li>News organizations;</li><li>Online directory distributors may link to our Website in the same manner as they hyperlink to the Websites of other listed businesses; and</li><li>System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site.</li></ul><p>These organizations may link to our home page, to publications or to other Website information so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products and/or services; and (c) fits within the context of the linking partyâ€™s site.</p><p>We may consider and approve other link requests from the following types of organizations:</p><ul><li>commonly-known consumer and/or business information sources;</li><li>dot.com community sites;</li><li>associations or other groups representing charities;</li><li>online directory distributors;</li><li>internet portals;</li><li>accounting, law and consulting firms; and</li><li>educational institutions and trade associations.</li></ul><p>We will approve link requests from these organizations if we decide that: (a) the link would not make us look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any negative records with us; (c) the benefit to us from the visibility of the hyperlink compensates the absence of Point2 Listing; and (d) the link is in the context of general resource information.</p><p>These organizations may link to our home page so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking partyâ€™s site.</p><p>If you are one of the organizations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to Point2 Listing. Please include your name, your organization name, contact information as well as the URL of your site, a list of any URLs from which you intend to link to our Website, and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks for a response.</p><p>Approved organizations may hyperlink to our Website as follows:</p><ul><li>By use of our corporate name; or</li><li>By use of the uniform resource locator being linked to; or</li><li>By use of any other description of our Website being linked to that makes sense within the context and format of content on the linking partyâ€™s site.</li></ul><p>No use of Point2 Listing logo or other artwork will be allowed for linking absent a trademark license agreement.</p>		\n			<h2>iFrames\n</h2>		\n		<p>Without prior approval and written permission, you may not create frames around our Webpages that alter in any way the visual presentation or appearance of our Website.</p>		\n			<h2>Content Liability\n</h2>		\n		<p>We shall not be hold responsible for any content that appears on your Website. You agree to protect and defend us against all claims that is rising on your Website. No link(s) should appear on any Website that may be interpreted as libelous, obscene or criminal, or which infringes, otherwise violates, or advocates the infringement or other violation of, any third party rights.</p>		\n			<h2>Your Privacy\n</h2>		\n		<p>Please read Privacy Policy</p>		\n			<h2>Reservation of Rights\n</h2>		\n		<p>We reserve the right to request that you remove all links or any particular link to our Website. You approve to immediately remove all links to our Website upon request. We also reserve the right to amen these terms and conditions and itâ€™s linking policy at any time. By continuously linking to our Website, you agree to be bound to and follow these linking terms and conditions.</p>		\n			<h2>Removal of links from our website\n</h2>		\n		<p>If you find any link on our Website that is offensive for any reason, you are free to contact and inform us any moment. We will consider requests to remove links but we are not obligated to or so or to respond to you directly.</p><p>We do not ensure that the information on this website is correct, we do not warrant its completeness or accuracy; nor do we promise to ensure that the website remains available or that the material on the website is kept up to date.</p>		\n			<h2>Disclaimer\n</h2>		\n		<p>To the maximum extent permitted by applicable law, we exclude all representations, warranties and conditions relating to our website and the use of this website. Nothing in this disclaimer will:</p><ul><li>limit or exclude our or your liability for death or personal injury;</li><li>limit or exclude our or your liability for fraud or fraudulent misrepresentation;</li><li>limit any of our or your liabilities in any way that is not permitted under applicable law; or</li><li>exclude any of our or your liabilities that may not be excluded under applicable law.</li></ul><p>The limitations and prohibitions of liability set in this Section and elsewhere in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer, including liabilities arising in contract, in tort and for breach of statutory duty.</p><p>As long as the website and the information and services on the website are provided free of charge, we will not be liable for any loss or damage of any nature.</p>		\n			<h2>Return and Refund Policy\n</h2>		\n			<h2>Interpretation\n</h2>		\n		<p>The words of which the initial letter is capitalized have meanings defined<br />under the following conditions. The following definitions shall have the same<br />meaning regardless of whether they appear in singular or in plural.</p>Â 		\n			<h2>Definitions</h2>		\n		<p>For the purposes of this Return and Refund Policy:</p><p>* Company (referred to as either â€œthe Companyâ€, â€œWeâ€, â€œUsâ€ or â€œOurâ€ in this<br />Agreement) refers to Point2Listing, 135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2</p><p>* Goods refer to the items offered for sale on the Service.</p><p>* Orders mean a request by You to purchase Goods from Us.</p><p>* Service refers to the Website.</p><p>* Website refers to Point2Listing, accessible from<br />&lt;https://point2listing.ca/&gt;</p><p>* You means the individual accessing or using the Service, or the company,<br />or other legal entity on behalf of which such individual is accessing or<br />using the Service, as applicable.</p>		\n			<h2>Your Order Cancellation Rights\n</h2>		\n		<p>You are entitled to cancel Your Order within 14 days without giving any reason<br />for doing so.</p><p>The deadline for cancelling an Order is 14 days from the date on which You<br />received the Goods or on which a third party you have appointed, who is not<br />the carrier, takes possession of the product delivered.</p><p>In order to exercise Your right of cancellation, You must inform Us of your<br />decision by means of a clear statement. You can inform us of your decision by:</p><p>* By email: contact@point2listing.ca</p><p>We will reimburse You no later than 14 days from the day on which We receive<br />the returned Goods. We will use the same means of payment as You used for the<br />Order, and You will not incur any fees for such reimbursement.</p>		\n			<h2>Conditions for Returns\n</h2>		\n		<p>The Refund Policy for 3 month services has 60 days time. If you havenâ€™t received quality and promised quantity of listing appointments within the service period of 3 months then, you can claim full refund after 3 months from your account manager by phone, email or through text. He/she will forward your refund request to a higher authority, they willÂ review all your leads, agreement, leads feedback and within one week they will update you about the refund.</p><ol><li>If we are unable to satisfy you with in the service period, then there will be two options for you:</li><li>1st option: You can claim a full refund.</li><li>2nd option: If you still want to work with us after 3 months, but if you have some issues/concerns with the quality or the quantity then, we will run your campaign. over 2 months and replace some leads to retain you for the long term.</li></ol>		\n			<h2>Returning Goods\n</h2>		\n<p>You are responsible for the cost and risk of returning the Goods to Us. You<br>should send the Goods at the following address</p>\n<p>Point2listing.ca</p>\n<p>We cannot be held responsible for Goods damaged or lost in return shipment.<br>Therefore, We recommend an insured and trackable mail service. We are unable<br>to issue a refund without actual receipt of the Goods or proof of received<br>return delivery.</p>\n&nbsp;','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2024-09-02 11:43:08','2024-09-02 11:43:08','',0,'https://listings.arxacommunications.com/?page_id=2595',0,'page','',0),(2664,1,'2024-08-28 07:16:22','2024-08-28 07:16:22','','Content-marketing-2-1024x576 (1)','','inherit','open','closed','','content-marketing-2-1024x576-1','','','2024-08-28 07:16:22','2024-08-28 07:16:22','',1937,'https://point2listings.ca/wp-content/uploads/2024/08/Content-marketing-2-1024x576-1.webp',0,'attachment','image/webp',0),(2732,1,'2024-08-28 07:59:25','2024-08-28 07:59:25','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Services</h1>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Our Services</h2>\n                                    <p>Our real estate lead generation and digital marketing services help real estate agents and brokers to increase their online presence, generate leads, and grow their business. We use a variety of digital marketing techniques, including SEO, PPC advertising, and social media marketing, to reach and engage with potential clients.\nFollowing are the services we provide</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>											<a href=\"https://point2listing.ca/lead-generation/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/lead-generation/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/lead-generation/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/digital-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://point2listing.ca/digital-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/digital-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/web-development/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://point2listing.ca/web-development/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/web-development/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/content-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://point2listing.ca/content-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/content-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/seo/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://point2listing.ca/seo/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/seo/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/ppc/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://point2listing.ca/ppc/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/ppc/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/social-media-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://listings.arxacommunications.com/social-media-marketing/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://point2listing.ca/social-media-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/social-media-marketing/\" >\n							Find more						</a>\n														<a href=\"https://listings.arxacommunications.com/email-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://point2listing.ca/email-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/email-marketing/\" >\n							Find more						</a>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Services','','publish','closed','closed','','service','','','2024-09-02 12:51:18','2024-09-02 12:51:18','',0,'https://point2listings.ca/?page_id=2732',0,'page','',0),(2778,1,'2024-08-28 08:14:49','2024-08-28 08:14:49','','Our Services','','inherit','open','closed','','our-services','','','2024-08-28 08:14:49','2024-08-28 08:14:49','',2732,'https://point2listings.ca/wp-content/uploads/2024/08/Our-Services.webp',0,'attachment','image/webp',0),(2786,1,'2024-08-28 11:55:12','2024-08-28 08:20:43',' ','','','publish','closed','closed','','2786','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://point2listings.ca/?p=2786',3,'nav_menu_item','',0),(2826,1,'2024-08-28 08:35:56','2024-08-28 08:35:56','{\n    \"page_on_front\": {\n        \"value\": \"2256\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-28 08:35:56\"\n    }\n}','','','publish','closed','closed','','44f96e37-7270-4d4f-98d7-e94fe2e14845','','','2024-08-28 08:35:56','2024-08-28 08:35:56','',0,'https://point2listings.ca/44f96e37-7270-4d4f-98d7-e94fe2e14845/',0,'customize_changeset','',0),(2842,1,'2024-08-28 08:43:53','2024-08-28 08:43:53','{\n    \"page_on_front\": {\n        \"value\": \"10\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-28 08:43:53\"\n    }\n}','','','publish','closed','closed','','8d2f9693-02be-496b-b795-e74b116826d0','','','2024-08-28 08:43:53','2024-08-28 08:43:53','',0,'https://point2listings.ca/8d2f9693-02be-496b-b795-e74b116826d0/',0,'customize_changeset','',0),(2846,1,'2024-08-28 09:04:41','2024-08-28 09:04:41','','QUEBIC','','inherit','open','closed','','quebic','','','2024-08-28 09:04:41','2024-08-28 09:04:41','',0,'https://point2listings.ca/wp-content/uploads/2024/08/QUEBIC-1.webp',0,'attachment','image/webp',0),(2872,1,'2024-08-29 10:58:10','2024-08-29 10:58:10','Thank you for reading this post, don\'t forget to subscribe!','Display a message after the 1st paragraph of posts','','trash','closed','closed','','__trashed','','','2024-08-29 10:58:10','2024-08-29 10:58:10','',0,'https://point2listings.ca/?post_type=wpcode&#038;p=2872',0,'wpcode','',0),(2873,1,'2024-08-29 10:58:14','2024-08-29 10:58:14','add_action(\'admin_init\', function () {\r\n    // Redirect any user trying to access comments page\r\n    global $pagenow;\r\n    \r\n    if ($pagenow === \'edit-comments.php\') {\r\n        wp_safe_redirect(admin_url());\r\n        exit;\r\n    }\r\n\r\n    // Remove comments metabox from dashboard\r\n    remove_meta_box(\'dashboard_recent_comments\', \'dashboard\', \'normal\');\r\n\r\n    // Disable support for comments and trackbacks in post types\r\n    foreach (get_post_types() as $post_type) {\r\n        if (post_type_supports($post_type, \'comments\')) {\r\n            remove_post_type_support($post_type, \'comments\');\r\n            remove_post_type_support($post_type, \'trackbacks\');\r\n        }\r\n    }\r\n});\r\n\r\n// Close comments on the front-end\r\nadd_filter(\'comments_open\', \'__return_false\', 20, 2);\r\nadd_filter(\'pings_open\', \'__return_false\', 20, 2);\r\n\r\n// Hide existing comments\r\nadd_filter(\'comments_array\', \'__return_empty_array\', 10, 2);\r\n\r\n// Remove comments page in menu\r\nadd_action(\'admin_menu\', function () {\r\n    remove_menu_page(\'edit-comments.php\');\r\n});\r\n\r\n// Remove comments links from admin bar\r\nadd_action(\'init\', function () {\r\n    if (is_admin_bar_showing()) {\r\n        remove_action(\'admin_bar_menu\', \'wp_admin_bar_comments_menu\', 60);\r\n    }\r\n});','Completely Disable Comments','','trash','closed','closed','','__trashed-2','','','2024-08-29 10:58:14','2024-08-29 10:58:14','',0,'https://point2listings.ca/?post_type=wpcode&#038;p=2873',0,'wpcode','',0),(2874,1,'2024-08-28 11:07:49','2024-08-28 11:07:49','document.addEventListener(\'DOMContentLoaded\', function() {\r\n    var urlField = document.querySelector(\'#wpforms-1879-field_10\');\r\n    if (urlField) {\r\n        urlField.value = window.location.href;\r\n    }\r\n});\r\n','From page URL','','publish','closed','closed','','from-page-url','','','2024-08-28 11:07:49','2024-08-28 11:07:49','',0,'https://point2listings.ca/?post_type=wpcode&#038;p=2874',0,'wpcode','',0),(2875,1,'2024-08-28 11:04:24','2024-08-28 11:04:24','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the custom column hover effect in Elementor */\\n.custom-column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.custom-column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color */\\n}\\n\\n\\n.hidden-url {\\n    display: none;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-28 11:04:24\"\n    }\n}','','','publish','closed','closed','','99ac06de-0b6f-4961-8f08-b8462541adaa','','','2024-08-28 11:04:24','2024-08-28 11:04:24','',0,'https://point2listings.ca/99ac06de-0b6f-4961-8f08-b8462541adaa/',0,'customize_changeset','',0),(2877,1,'2024-08-28 11:05:02','2024-08-28 11:05:02','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Name\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Name\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Phone\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"9\":{\"id\":\"9\",\"type\":\"radio\",\"label\":\"Are you?\",\"choices\":{\"3\":{\"label\":\"Realtor\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"1\":{\"label\":\"Buyer\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Seller\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"3\",\"dynamic_choices\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"Message\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"Page URL\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"1879\",\"field_id\":11,\"settings\":{\"form_title\":\"Real Estate Lead Gen page\",\"form_desc\":\"Real Estate Lead Gen page\",\"form_tags\":[\"lead generation\"],\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@point2listings.ca\",\"subject\":\"Poin2listing form\",\"sender_name\":\"Point 2 Lisitng\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"22\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"}},\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Real Estate Lead Gen page','Real Estate Lead Gen page','inherit','closed','closed','','1879-revision-v1','','','2024-08-28 11:05:02','2024-08-28 11:05:02','',1879,'https://point2listings.ca/?p=2877',0,'revision','',0),(2878,1,'2024-08-28 11:05:54','2024-08-28 11:05:54','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the custom column hover effect in Elementor */\\n.custom-column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.custom-column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color */\\n}\\n\\n\\n.wpforms-field.hidden-url {\\n    display: none !important;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-28 11:05:54\"\n    }\n}','','','publish','closed','closed','','94e3b740-1b28-41d1-9686-0057e3eba3c8','','','2024-08-28 11:05:54','2024-08-28 11:05:54','',0,'https://point2listings.ca/94e3b740-1b28-41d1-9686-0057e3eba3c8/',0,'customize_changeset','',0),(2880,1,'2024-08-28 11:07:09','2024-08-28 11:07:09','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the custom column hover effect in Elementor */\\n.custom-column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.custom-column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color */\\n}\\n\\n\\n#wpforms-1879-field_10 {\\n    display: none !important;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-28 11:07:09\"\n    }\n}','','','publish','closed','closed','','184cd810-a431-4bb9-af3e-a608d07d4840','','','2024-08-28 11:07:09','2024-08-28 11:07:09','',0,'https://point2listings.ca/184cd810-a431-4bb9-af3e-a608d07d4840/',0,'customize_changeset','',0),(2882,1,'2024-08-28 11:08:58','2024-08-28 11:08:58','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Name\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Name\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Phone\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"9\":{\"id\":\"9\",\"type\":\"radio\",\"label\":\"Are you?\",\"choices\":{\"3\":{\"label\":\"Realtor\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"1\":{\"label\":\"Buyer\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Seller\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"3\",\"dynamic_choices\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"Message\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"Page URL\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"1879\",\"field_id\":11,\"settings\":{\"form_title\":\"Real Estate Lead Gen page\",\"form_desc\":\"Real Estate Lead Gen page\",\"form_tags\":[\"lead generation\"],\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"fawadwaheed421@gmail.com\",\"subject\":\"Poin2listing form\",\"sender_name\":\"Point 2 Lisitng\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"22\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"}},\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Real Estate Lead Gen page','Real Estate Lead Gen page','inherit','closed','closed','','1879-revision-v1','','','2024-08-28 11:08:58','2024-08-28 11:08:58','',1879,'https://point2listings.ca/?p=2882',0,'revision','',0);
INSERT INTO `wpau_posts` VALUES (2883,1,'2024-08-28 11:15:15','2024-08-28 11:15:15','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Name\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Name\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Phone\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"9\":{\"id\":\"9\",\"type\":\"radio\",\"label\":\"Are you?\",\"choices\":{\"3\":{\"label\":\"Realtor\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"1\":{\"label\":\"Buyer\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Seller\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"3\",\"dynamic_choices\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"Message\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"Page URL\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"1879\",\"field_id\":11,\"settings\":{\"form_title\":\"Real Estate Lead Gen page\",\"form_desc\":\"Real Estate Lead Gen page\",\"form_tags\":[\"lead generation\"],\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@point2listings.ca\",\"subject\":\"Poin2listing form\",\"sender_name\":\"Point 2 Lisitng\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"22\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"}},\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Real Estate Lead Gen page','Real Estate Lead Gen page','inherit','closed','closed','','1879-revision-v1','','','2024-08-28 11:15:15','2024-08-28 11:15:15','',1879,'https://point2listings.ca/?p=2883',0,'revision','',0),(2884,1,'2024-08-28 11:21:54','2024-08-28 11:21:54','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Name\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Name\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Phone\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"9\":{\"id\":\"9\",\"type\":\"radio\",\"label\":\"Are you?\",\"choices\":{\"3\":{\"label\":\"Realtor\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"1\":{\"label\":\"Buyer\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Seller\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"3\",\"dynamic_choices\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"Message\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"Page URL\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"1879\",\"field_id\":11,\"settings\":{\"form_title\":\"Real Estate Lead Gen page\",\"form_desc\":\"Real Estate Lead Gen page\",\"form_tags\":[\"lead generation\"],\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@point2listings.ca\",\"subject\":\"Poin2listing form\",\"sender_name\":\"Point 2 Lisitng\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"22\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"}},\"recaptcha\":\"1\",\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Real Estate Lead Gen page','Real Estate Lead Gen page','inherit','closed','closed','','1879-revision-v1','','','2024-08-28 11:21:54','2024-08-28 11:21:54','',1879,'https://point2listings.ca/?p=2884',0,'revision','',0),(2885,1,'2024-08-28 11:25:59','2024-08-28 11:25:59','<!-- wp:paragraph -->\n<p>Real estate agents know that finding new clients is key to growing their business. Lead generation is the process of identifying and acquiring potential customers for your real estate services. An effective lead generation strategy can provide a constant stream of promising leads and help you build your client base.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this article, we will explore some of the key benefits of implementing a real estate lead generation plan. Digital marketing, networking events, referral programs, and public relations are proven tactics for generating more leads. With a strong lead generation approach, you can increase your listings, transactions and commissions.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We will also discuss how to qualify and nurture leads to convert them into satisfied, long-term clients. Use this article as your guide to maximizing lead generation and driving your real estate career to the next level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>What Is Real Estate Lead Generation?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Real estate lead generation involves generating interest from potential clients in the properties and services offered by real estate agents and brokers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Prospecting Methods</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There are several common prospecting methods used for <a href=\"https://point2listing.ca/services/real-estate-lead-generation/\">real estate lead generation</a>. Cold calling involves contacting leads who have expressed interest in buying or selling properties over the phone. Direct mail campaigns send marketing materials to targeted lists of potential leads. Online real estate lead generation uses websites, social media, and digital ads to capture information from interested parties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Advantage of Real Estate Lead Generation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Real estate lead generation provides several benefits for agents and brokers. It helps to build a pipeline of potential clients interested in buying or selling properties. Turning these leads over time using marketing campaigns increases the chance of converting them into actual clients. Real estate lead generation also allows agents and brokers to focus their time and resources on the most promising leads. Overall, real estate lead generation helps to drive business growth in a targeted, efficient manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Top Benefits of Lead Generation for Real Estate Agents</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Generating leads offers real estate agents numerous advantages, including an increased client base, higher chances of closing deals, and enhanced business growth opportunities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":18876,\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/03/Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents.webp\" alt=\"Top Benefits of Lead Generation for Real Estate Agents\" class=\"wp-image-18876\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Increased Efficiency and Productivity</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lead generation allows real estate agents to focus their efforts on the most promising leads. By qualifying leads, agents can determine the level of interest and motivation, allowing them to prioritize and follow up appropriately. This results in less time wasted and higher productivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Enhanced Customer Relationship Management</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A strong lead generation process includes a customer relationship management (CRM) system to help agents keep track of leads and stay in touch. Agents can log details about each lead including contact information, property interests, and notes from previous interactions. The CRM then prompts the agent with timely follow-ups to advance the lead through the sales funnel. This consistent communication builds familiarity and trust between the agent and the lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Improved Conversion Rates</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With a steady flow of high-quality leads, agents have more opportunities to convert prospects into clients. Lead generation helps agents identify leads that are closest to a transaction, allowing them to focus their efforts where they will have the biggest effect. The result is higher conversion rates and increased sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lead generation boosts productivity, strengthens customer relationships, and directly contributes to an agent\'s bottom line through improved conversion of leads to sales. For real estate agents, a strategic lead-generation process is invaluable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>How to Generate Quality Real Estate Leads</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Generating quality real estate leads requires strategic marketing tactics such as using social media, optimizing websites for search engines, and networking with local businesses and community members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Focus on Lead Quality, Not Quantity</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The key to successful real estate lead generation is producing high-quality leads. Identify your target audience and focus your lead generation efforts on reaching those most likely to require your services. For example, if you specialize in luxury properties, promote your services in wealthy neighbourhoods and to clients with a proven ability to purchase high-end real estate. Quality leads are more likely to convert to sales, saving you time and money.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Choose the Right Lead Generation Strategies</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Use a multi-channel approach by using a combination of online and offline lead generation strategies. Useful options for real estate include search engine optimization, social media marketing, email marketing, hosting open houses, networking, and joining your local chamber of commerce. Choose strategies that align with your target audience and play to your strengths. For example, if technology is not your thing, focus on in-person lead generation through networking and open houses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Provide Value and Build Trust</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>High-quality leads are more likely to convert when you prove yourself as a valuable resource. Publish content on your website and social media that provides helpful information for homebuyers and sellers. Be active in your local community by sponsoring events or volunteering your time. When interacting with leads, focus on listening to their needs and educating them. Build trust by being transparent, responsive, and following through on your promises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Stay in Regular Contact</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Maintain your leads through consistent communication to keep your services top of mind for when they are ready to buy or sell. Send a welcome email introducing yourself, then follow up with a newsletter, social media messages, and the occasional phone call. Provide updates on new listings, market trends, and other helpful information. Staying in regular contact will establish you as a reliable source and increase the likelihood of your leads choosing to work with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Lead Nurturing Strategies for Real Estate Agents</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As a real estate agent, you should implement efficient lead-nurturing strategies to convert potential leads into loyal clients. You should focus on building relationships with leads through consistent communication and providing value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":18874,\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/03/Lead-Nurturing-Strategies-for-Real-Estate-Agents.webp\" alt=\"Lead Nurturing Strategies for Real Estate Agents\" class=\"wp-image-18874\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Maintain Regular Communication</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Reach out to new leads regularly through phone calls, emails and social media messages. Let the leads know you are interested in helping them with their real estate needs. Provide relevant information and updates on the local housing market. Consistent communication will build familiarity and trust with the leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Offer Free Resources</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provide free resources such as home buying and selling guides, neighbourhood information and market reports to leads. This shows your expertise and proves your credibility. When the leads are ready, they will likely contact you for help. Offering value with no strings attached is a key strategy for successful lead nurturing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Automate and Personalize</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Use marketing automation tools to send personalized emails and messages to leads. Provide targeted content based on a leadâ€™s interests and needs. For example, send information on family-friendly neighbourhoods to leads with children. Personalization and targeting will make your communications more relevant and effective. Automation also allows you to stay in contact with a large number of leads efficiently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Meet in Person</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Try to meet qualified leads in person when possible. Face-to-face interaction is the best way to build connections and gain their trust and loyalty. Discuss their needs, priorities and concerns to gain a better understanding of how you can help them. An in-person meeting may motivate leads to start working with you sooner to achieve their real estate goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through consistent communication, providing value, personalizing your outreach and meeting with leads, you can implement a successful lead-nurturing strategy. With time and patience, many of your leads will become long-term clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Conclusion</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As a real estate agent, executing effective lead-generation strategies is important for growing your business. Lead generation requires a long-term approach if you want to build a strong pipeline of prospects and consistently meet your sales targets. While it does require an investment of time, money, and effort, the long-term payoff makes it well worth it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By working on high-quality leads, you can gain trust and credibility with potential clients. This gives you a competitive advantage in an increasingly saturated industry. With determination and consistency, a sound lead generation strategy will generate rewards for your real estate career. The key is finding the right tactics that match your business objectives and market.</p>\n<!-- /wp:paragraph -->','What Are The Benefits Of Real Estate Lead Generation?','','inherit','closed','closed','','2509-revision-v1','','','2024-08-28 11:25:59','2024-08-28 11:25:59','',2509,'https://point2listings.ca/?p=2885',0,'revision','',0),(2900,1,'2024-08-28 11:38:07','2024-08-28 11:38:07','<!-- wp:paragraph -->\n<p>In the fast-moving world of real estate, finding potential customers is important for success, just like how humans need oxygen to survive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Without a consistent flow of good leads from effective digital and traditional marketing methods, growing a real estate business can be really challenging. If you\'re a real estate agent feeling overwhelmed by all the different marketing options out there, don\'t worry. We\'re here to simplify lead generation for real estate professionals by providing them with the top 7 real estate lead generation tips for better and quicker results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We\'ll share 7 proven strategies for finding new clients that have helped agents like you succeed in this competitive market for years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>7 Real Estate Lead Generation Tips To Get You Started</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A real estate business <a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">needs to generate leads</a>. Here are the best ways to do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #1: Take Advantage of Social Media</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Social media platforms are great platforms for generating real estate leads. The more you promote a listing and engage with followers, the more visibility you get over the various platforms. Besides, replying to comments and messages often seems to build trust and rapport with the service you offer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paid ads can be effectively published on social media platforms since they allow for targeted approaches to those really in search of properties. --- boost high-performing organic posts --- or you can also consider promoting listings on neighborhood-specific groups and hashtags.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cross-promote on all platforms, monitor your online reviews, and keep your branding consistent. All help to reinforce your professional image. An active, optimized social media presence is invaluable for today\'s real estate industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #2: Host Events and Open Houses</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The second one in the top real estate lead generation tips list is to hold events and open houses. It is rated as one of the best means of building new real estate leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can invite past and future clients into an open house with the view of seeing some of your new listings or featured properties in the spotlight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These events serve as good opportunities to meet up with clients in person, establish a relationship, and understand each of their tastes and needs individually in searching for a new home. This in-person approach may help in fostering stronger relationships and a better understanding of how to service your clients best.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #3: Focus on Past Clients and Referrals</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Focusing your lead generation efforts on past clients and referrals is an excellent strategy for generating high-quality leads. Your past clients already have a positive impression of your work, and they are more likely to engage in repeat business or recommend your services to others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By maintaining regular communication with past clients through methods such as newsletters, emails, or social media, you can ensure that your services remain top of mind for them.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Offering incentives for referrals can effectively encourage satisfied clients to share information about your services with their networks, further expanding your reach and potential customer base.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":19019,\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Update-Your-Website-Content.webp\" alt=\"Update Your Website Content\" class=\"wp-image-19019\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #4: Update Your Website Content</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Make sure that your website content is consistently adding value to the visitor in property lead generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A real estate professional has to post informative content, starting from local market updates to deep community profiles and helpful home tips that may guide buyers and sellers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s necessary to refresh your listings and sales data at least quarterly so that potential clients have access to the most up-to-date information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Publish blog posts that dig deep into your recent transactions, and new listings available, and provide useful insights into the micro-markets it\'s possible in your area. Share your advanced knowledge of focused, high-value content to have an increase in website visits and effectively capture the maximum number of leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When used, this approach establishes your credibility and sets you apart as a trusted resource in your local real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #5: Advertise in Targeted Places</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Advertising your real estate business in strategic locations where potential clients actively search for properties is necessary for reaching your target audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s important to focus your advertising efforts on platforms that homebuyers and sellers frequently visit. This includes real estate listing sites like <a href=\"https://www.zillow.com/\">Zillow</a>, <a href=\"https://www.realtor.com/\">Realtor.com</a>, and <a href=\"https://www.trulia.com/\">Trulia</a>, as well as local <a href=\"https://www.facebook.com/marketplace/\">Facebook Marketplace</a> groups.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, consider running targeted social media ads to reach those interested in real estate in your specific area. You can also sponsor relevant podcasts, blogs, and YouTube channels that cater to individuals interested in real estate or home improvement.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another effective strategy is to promote your open houses on neighborhood-specific Facebook groups and platforms like NextDoor, which can help you reach local residents who may be interested in buying or selling in their area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #6: Network Consistently and Follow Up</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Building a strong network is important in real estate. Connect with neighbors, attend local events, volunteer, send networking emails, or simply reach out to prospects by phone. Don\'t overlook your existing relationships either; family and friends trust you, so they\'re great potential clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s how to make networking work for you:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Have a professional website: </strong>Your website represents your brand, so make sure it looks polished and informative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Engage in the community:</strong> Attend small business events, volunteer locally, and participate in career days at schools to meet potential clients and build relationships beyond professional conferences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #7: Stay on Top of Market Trends</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Market trends directly impact the real estate industry, so staying up-to-date with the latest trends is key to lead generation success. Monitor statistics on inventory, days on the market, and sales volume to identify shifts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Track interest rates, employment rates, and migration patterns as well. Knowledge of trends will allow you to tailor your lead generation to match what buyers and sellers want.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, if there is low inventory, focus on finding more listings. If interest rates drop, promote refinancing options. Adapt your messaging and outreach to align with trends for the best results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":19018,\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Considerations-for-Real-Estate-Lead-Generation.webp\" alt=\"Considerations for Real Estate Lead Generation\" class=\"wp-image-19018\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Considerations for Real Estate Lead Generation</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When you\'re getting into <a href=\"https://point2listing.ca/services/real-estate-lead-generation/\">real estate lead generation</a>, there are a few important things to keep in mind that can help shape your strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Real Estateâ€™s Unique Approach</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Real estate isnâ€™t like other industries that can rely entirely on online interactions. Unlike e-commerce or digital services, real estate is based on personal connections and face-to-face meetings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your success often depends on building trust and strong relationships with clients through direct communication. While the internet is useful, the personal touch remains a key part of this field.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Balancing Efficiency with a Personal Touch</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As a real estate agent, your time is extremely valuable. With the many tasks you juggleâ€”online work, phone calls, and property visitsâ€”itâ€™s important to find a balance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Youâ€™ll want to find ways to make your lead generation process smoother without losing the personal connection that makes you stand out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether it\'s using automation for routine tasks or improving your follow-up methods, the aim is to work smarter, not harder, while still offering the great service your clients expect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Making Your Workflow Smoother</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Look into tools and methods that can help you manage your work more easily. For example, customer relationship management (CRM) systems can handle follow-ups automatically, while email templates can save you time without losing that personal touch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The idea is to make these tools a part of your daily work so you can focus more on the face-to-face interactions that lead to closing deals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By keeping these points in mind, you can develop a lead generation strategy that is effective and long-lasting, helping you stay efficient while maintaining the personal touch that is so important in real estate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To wrap things up, by using these seven real estate lead generation tips, you\'ll be on the path to creating a steady flow of interested buyers and sellers. With regular effort and dedication, the strategies mentioned will help grow your real estate business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The most important thing now is to take action. Start with one or two methods and fully commit to them. As you start to see progress, you can add more techniques.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Focus on offering value, building strong relationships, and using technology to keep leads interested over time. With the right attitude and approach, you\'ll start to see more leads coming in and enjoy the benefits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now is the perfect time to start applying these real estate lead generation tips --- so you can reach your real estate goals more quickly.</p>\n<!-- /wp:paragraph -->','7 Real Estate Lead Generation Tips for Quick Results','','inherit','closed','closed','','2512-revision-v1','','','2024-08-28 11:38:07','2024-08-28 11:38:07','',2512,'https://point2listings.ca/?p=2900',0,'revision','',0),(2904,1,'2024-08-28 11:41:29','2024-08-28 11:41:29','<!-- wp:paragraph -->\n<p>Looking for a shortcut to real estate success? Look no further than the best lead generation companies of 2024! In today\'s fast-paced market, these firms act as the turbochargers you need to drive your business forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your business growth depends upon reaching out to motivated buyers and sellers precisely when they\'re ready. While finding leads can eat up valuable time, teaming up with the right real estate lead company grants you access to a broader pool of prospects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this article, we evaluate the best real estate lead generation companies that deliver results in 2024. Discover which providers truly understand your local market and utilize the latest technology to facilitate high-quality relationships.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>What Are Real Estate Lead Generation Companies?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Companies that focus on real estate lead generation specialize in creating leads for agents and brokers in the real estate industry. They utilize various <a href=\"https://point2listing.ca/services/digital-marketing-canada/\">digital marketing strategies</a> such as search engine optimization, pay-per-click advertising, and social media marketing to increase website traffic and generate leads from future home buyers and sellers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>How Do They Generate Leads?</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lead generation companies draw the leads in many ways such as optimizing real estate agent websites so that they can rank higher in search engines like Google, placing ads on search engines as well as social media platforms to enhance visibility, and also creating content for the blog posts, videos and images which leads to build authority and engagement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A user who clicks an ad or content is taken to the landing page, where they fill out their contact information in return for valuable items such as home valuation, a handbook on ways of selling a home, or a list of houses available in the vicinity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such data is afterward sent to the real estate agents as a cold lead that they need to follow up on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Benefits for Real Estate Agents</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For real estate agents, working with a lead generation company provides several benefits:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>It allows them to focus on helping clients buy, sell, or rent properties instead of spending time on digital marketing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>It gives them a steady stream of new leads to contact which can lead to new clients and sales.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>It increases their online visibility and exposure to more potential clients.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>It provides insights into which marketing techniques are most effective for their target audience. Agents can then optimize their marketing based on these insights.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>It is often more affordable than an agent handling all their digital marketing. Lead generation companies already have the expertise and resources to run effective campaigns.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>It introduces agents to prospective clients they may not have reached on their own. New leads mean new business opportunities.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>It helps agents build their online authority through published content optimized for search rankings and engagement.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>It provides a measurable return on investment so agents know exactly how much business the leads are generating.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":19013,\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Best-Real-Estate-Lead-Generation-Companies.webp\" alt=\"Best Real Estate Lead Generation Companies\" class=\"wp-image-19013\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>The Best Real Estate Lead Generation Companies of 2024</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In 2024, the real estate industry is competitive. Many lead generation companies have emerged, offering new solutions to help agents and brokers succeed.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out the top real estate lead generation companies of the year and what sets them apart in this fast-paced market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Market Leader: Best Overall</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.marketleader.com/\">Market Leader</a> genuinely stands above its peers when a high standard of lead generation is called for. Given the smart algorithms, they connect buyers and sellers with certain agents that meet their requirements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With their lead management and nurturing system as well as marketing services, the agents can use these to convert more leads into real clients. Market Leader makes lead generation easy and stress-free so that agents can spend more time building their interpersonal relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Market Leader empowers real estate agents with the tools that do the tasks of getting more leads easily by automating lead management, social media integration, customizable reporting, and targeted ad campaigns for lead generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Their system makes it easy to handle leads, communicate with social media users, and get useful reports so they can know what is effective.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With<a href=\"https://www.marketleader.com/products/real-estate-leads/network-boost-facebook-instagram-leads/\"> Network Boost</a>, you can browse many leads through ads online on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through <a href=\"https://www.housevalues.com/\">HouseValues</a>, agents can target particular neighbourhoods and Leads Direct effectively runs ads that people click on. Overall this gives more opportunities for agents to cater to new clients and sell more houses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Zurple: Best for Automation</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://zurple.com/\">Zurple</a> integrates AI and computerized processes so that agents can promote their leads to potential customers. Lead management software used by their platform identifies leads that are most likely to convert and automatically engages them through email drip campaigns, social media, and any other tools.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the automation feature of Zurple, agents are now able to use the power of their lead generation and get to spend more time servicing their clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Zurple delivers personalized and timely engagement with leads sourced from Zurple and other channels. It provides branded landing pages featuring an MLS listings feed tailored to your target market, with tracking of lead behaviors both online and offline.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Zurple uses behavioral-based communications and builds trust with the leads by engaging them at crucial stages in the lead\'s journey. It supplies both video marketing and social media marketing apps for that purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Zillow: Best for Finding Buyers Efficiently</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As the largest real estate marketplace, <a href=\"https://www.zillow.com/\">Zillow</a> is unmatched for connecting agents with motivated buyers. Zillowâ€™s lead generation products, like Premier Agent, help agents advertise their services to local home shoppers and generate buyer leads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Zillow leads usually yield lower conversion rates, the sheer volume of leads makes Zillow a great option for agents looking to build their buyer pipeline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Zillow simplifies lead management with automatic placement in its CRM system. Users enjoy priority status when claiming properties on the platform, providing quick access to coveted listings. Zillow also simplifies lead conversion through easy automation of follow-up processes, improving efficiency and effectiveness in closing deals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>CINC: Best for Hyperlocal Leads</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.cincpro.com/\">CINC</a> uses predictive analytics to help agents target leads in their immediate neighborhood. Their hyperlocal lead generation and nurturing solutions, like Neighbourhood Marketing and Listing Alerts, enable agents to reach leads near recent sales or their listings.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For agents focused on a specific area, CINC provides a tailored approach to lead generation that drives business where they want it most.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>CINC provides a range of features to help agents succeed. It offers exclusive access to high-quality leads for both buyers and sellers. The advertising strategy focuses on attracting motivated clients.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The platform is suitable for individual agents and large brokerages and includes well-designed websites. CINC also offers cutting-edge CRM and AI nurturing tools to help agents simplify their workflow and effectively nurture leads toward conversion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>smartzip: Best for Seller Leads</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://smartzip.com/\">smartzip</a> specializes in helping agents generate seller leads through predictive analytics and marketing automation. By identifying homeowners likely to sell soon, smartzip provides agents with warm seller leads and the tools to nurture them into clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For agents looking to boost their listings, smartzip offers an innovative approach to lead generation that can make a real impact on an agentâ€™s business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>SmartZip is changing the industry with a complete set of tools. By using predictive analytics, SmartZip helps users predict market trends and make smart decisions. Its Smart CRM works well with other features, making lead management efficient.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SmartZip helps with targeted outreach through direct mail campaigns and home valuation landing pages to maximize engagement. The CMA tool provides useful insights for accurate property valuation. The CheckIn app improves client interactions, and local trend reports offer important market intelligence for strategic planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>zBuyer: Best for Customer Service</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://zbuyer.com/\">zBuyer</a> sets itself apart through a commitment to world-class customer service for agents. Their team provides hands-on support to help agents implement effective lead-generation strategies and get the most out of zBuyerâ€™s solutions.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>zBuyer offers a full range of lead products for buyers, sellers, and renters, but its greatest strength is customer service. zBuyer is perfect for agents looking for a lead generation partner that feels like an extension of their team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>zBuyer is designed to meet the needs of agents with unique features. Joining its industry mastermind group provides valuable networking opportunities and insights. Agents can choose customizable lead packages that match their target market and goals.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>zBuyer also guarantees quality leads through its lead replacement policy. Its integration with HousingNow.com expands agents\' reach and visibility, improving their chances of success in the competitive real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":19014,\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/How-To-Choose-a-Real-Estate-Lead-Generator.webp\" alt=\"How To Choose a Real Estate Lead Generator\" class=\"wp-image-19014\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>How To Choose a Real Estate Lead Generator</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Choosing a <a href=\"https://point2listing.ca/services/real-estate-lead-generation/\">real estate lead generator</a> might feel overwhelming, but it doesn\'t have to be! Just focus on what your business needs, your budget, and what features matter most to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Research Their Specialization and Experience</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>First, consider the area of specialization and years of experience when looking to buy leads from any real estate lead generation company. Companies that have been in business for several years must have built a record of success and laid a framework of experience in the industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They should also specialize in residential or commercial real estate lead generation, whatever your focus is. Ask about their typical clients and case studies to see if they have experience with your business model and target customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Review Their Lead Generation Techniques</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Next, the lead generation techniques and sources the companies use should be analyzed. Common techniques include <a href=\"https://point2listing.ca/services/search-engine-optimization/\">search engine optimization (SEO)</a>, <a href=\"https://point2listing.ca/services/ppc-advertising/\">pay-per-click (PPC)</a> advertising, social media marketing, email marketing, and content creation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company should utilize multiple techniques and have data on their lead conversion rates from each source. Some lead generators rely primarily on online marketing, while others use a combination of online and offline marketing. Choose a company whose techniques align with your overall marketing strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Evaluate Their Lead Qualification Process</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A good lead generation company should implement the course of lead qualification and verification to guarantee that high-quality leads come through. They need to look at a lot of factorsâ€”such as location, timeframe to buy or sell, must-haves, budget, and level of motivationâ€”before passing on a lead to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inquire about specific qualification questions and minimum standards they require for lead verification. Highly qualified leads tend to close at a higher rate, so this step is very important.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Request Pricing and Contract Details</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Finally, pricing and contracts between different real estate lead generation companies will be compared. Pricing is often based on the number and type of leads generated. Be wary of companies offering leads at an extremely low price, as this could indicate lower quality.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Review the details of potential contracts to understand cancellation policies, hidden fees, and other terms before signing. The right company for your business will provide a fair pricing structure and straightforward contract.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Select a Company That Fits Your Needs</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The above mentioned steps will help real estate agents evaluate lead generation companies and find one suitable for their needs. Look for a reputable company with experience in similar projects, with effective techniques, a strong lead qualification process, and the most important thing â€” fair pricing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you find the right lead generation partner with the right blend of factors, your real estate business will thrive on a never-ending flow of high-quality leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These above-named real estate companies receive highly favorable reviews, especially when it comes to creative ways of connecting motivated clients with real estate agents. Do your analysis on which company or companies best match your unique needs and budget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the proper lead generation partner, you will be well on your way to higher levels of productivity and profitability for years to come. The future looks bright for real estate professionals who harness some of these cutting-edge lead generation firms in order to fuel their sales pipeline and continue boosting their bottom line.</p>\n<!-- /wp:paragraph -->','The Best Real Estate Lead Generation Companies of 2024','','inherit','closed','closed','','2516-revision-v1','','','2024-08-28 11:41:29','2024-08-28 11:41:29','',2516,'https://point2listings.ca/?p=2904',0,'revision','',0),(2905,1,'2024-08-28 11:45:00','2024-08-28 11:45:00','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the custom column hover effect in Elementor */\\n.custom-column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.custom-column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color */\\n}\\n\\n\\n#wpforms-1879-field_10 {\\n    display: none !important;\\n}\\n#houzez_contact-1 {\\n    display: none !important;\\n}\\n#archives-1 {\\n    display: none !important;\\n}\\n\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-28 11:45:00\"\n    }\n}','','','publish','closed','closed','','9af23c5f-3510-4cad-9933-9fb5f7764bd0','','','2024-08-28 11:45:00','2024-08-28 11:45:00','',0,'https://point2listings.ca/?p=2905',0,'customize_changeset','',0),(2912,1,'2024-08-28 11:50:10','2024-08-28 11:50:10','','Blog','','publish','closed','closed','','blog','','','2024-08-28 11:50:17','2024-08-28 11:50:17','',0,'https://point2listings.ca/?page_id=2912',0,'page','',0),(2914,1,'2024-08-28 11:50:10','2024-08-28 11:50:10','','Blog','','inherit','closed','closed','','2912-revision-v1','','','2024-08-28 11:50:10','2024-08-28 11:50:10','',2912,'https://point2listings.ca/?p=2914',0,'revision','',0),(2915,1,'2024-08-28 11:50:53','2024-08-28 11:50:53','{\n    \"page_for_posts\": {\n        \"value\": \"2912\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-28 11:50:53\"\n    }\n}','','','publish','closed','closed','','9d5a414b-bc98-47be-842b-18d55fcca4e0','','','2024-08-28 11:50:53','2024-08-28 11:50:53','',0,'https://point2listings.ca/9d5a414b-bc98-47be-842b-18d55fcca4e0/',0,'customize_changeset','',0),(2916,1,'2024-08-28 11:55:12','2024-08-28 11:55:06',' ','','','publish','closed','closed','','2916','','','2024-08-28 11:55:12','2024-08-28 11:55:12','',0,'https://point2listings.ca/?p=2916',12,'nav_menu_item','',0),(2926,4,'2024-08-28 12:25:47','2024-08-28 12:25:47','','Real Estate Lead Generator','','inherit','open','closed','','real-estate-lead-generator','','','2024-08-28 12:26:31','2024-08-28 12:26:31','',2516,'https://point2listings.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator.webp',0,'attachment','image/webp',0),(2927,4,'2024-08-28 12:27:28','2024-08-28 12:27:28','','Benefits for Real Estate Agents','','inherit','open','closed','','benefits-for-real-estate-agents','','','2024-08-28 12:27:28','2024-08-28 12:27:28','',2516,'https://point2listings.ca/wp-content/uploads/2024/08/Benefits-for-Real-Estate-Agents.webp',0,'attachment','image/webp',0),(2928,4,'2024-08-28 12:28:12','2024-08-28 12:28:12','','Real Estate Lead Generation','','inherit','open','closed','','real-estate-lead-generation','','','2024-08-28 12:28:12','2024-08-28 12:28:12','',2516,'https://point2listings.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generation.webp',0,'attachment','image/webp',0),(2929,4,'2024-08-28 12:28:48','2024-08-28 12:28:48','','Benefits for Real Estate Agents','','inherit','open','closed','','benefits-for-real-estate-agents-2','','','2024-08-28 12:28:48','2024-08-28 12:28:48','',2516,'https://point2listings.ca/wp-content/uploads/2024/08/Benefits-for-Real-Estate-Agents-1.webp',0,'attachment','image/webp',0),(2930,4,'2024-08-28 12:29:25','2024-08-28 12:29:25','<!-- wp:paragraph -->\n<p class=\"\">Looking for a shortcut to real estate success? Look no further than the best lead generation companies of 2024! In today\'s fast-paced market, these firms act as the turbochargers you need to drive your business forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Your business growth depends upon reaching out to motivated buyers and sellers precisely when they\'re ready. While finding leads can eat up valuable time, teaming up with the right real estate lead company grants you access to a broader pool of prospects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">In this article, we evaluate the best real estate lead generation companies that deliver results in 2024. Discover which providers truly understand your local market and utilize the latest technology to facilitate high-quality relationships.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>What Are Real Estate Lead Generation Companies?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Companies that focus on real estate lead generation specialize in creating leads for agents and brokers in the real estate industry. They utilize various <a href=\"https://point2listing.ca/services/digital-marketing-canada/\">digital marketing strategies</a> such as search engine optimization, pay-per-click advertising, and social media marketing to increase website traffic and generate leads from future home buyers and sellers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>How Do They Generate Leads?</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Lead generation companies draw the leads in many ways such as optimizing real estate agent websites so that they can rank higher in search engines like Google, placing ads on search engines as well as social media platforms to enhance visibility, and also creating content for the blog posts, videos and images which leads to build authority and engagement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">A user who clicks an ad or content is taken to the landing page, where they fill out their contact information in return for valuable items such as home valuation, a handbook on ways of selling a home, or a list of houses available in the vicinity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Such data is afterward sent to the real estate agents as a cold lead that they need to follow up on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Benefits for Real Estate Agents</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">For real estate agents, working with a lead generation company provides several benefits:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">It allows them to focus on helping clients buy, sell, or rent properties instead of spending time on digital marketing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It gives them a steady stream of new leads to contact which can lead to new clients and sales.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It increases their online visibility and exposure to more potential clients.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It provides insights into which marketing techniques are most effective for their target audience. Agents can then optimize their marketing based on these insights.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It is often more affordable than an agent handling all their digital marketing. Lead generation companies already have the expertise and resources to run effective campaigns.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It introduces agents to prospective clients they may not have reached on their own. New leads mean new business opportunities.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It helps agents build their online authority through published content optimized for search rankings and engagement.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">It provides a measurable return on investment so agents know exactly how much business the leads are generating.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":2929,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Benefits-for-Real-Estate-Agents-1-1024x576.webp\" alt=\"Benefits of real estate lead generation\" class=\"wp-image-2929\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>The Best Real Estate Lead Generation Companies of 2024</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">In 2024, the real estate industry is competitive. Many lead generation companies have emerged, offering new solutions to help agents and brokers succeed.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Check out the top real estate lead generation companies of the year and what sets them apart in this fast-paced market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Market Leader: Best Overall</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://www.marketleader.com/\">Market Leader</a> genuinely stands above its peers when a high standard of lead generation is called for. Given the smart algorithms, they connect buyers and sellers with certain agents that meet their requirements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">With their lead management and nurturing system as well as marketing services, the agents can use these to convert more leads into real clients. Market Leader makes lead generation easy and stress-free so that agents can spend more time building their interpersonal relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Market Leader empowers real estate agents with the tools that do the tasks of getting more leads easily by automating lead management, social media integration, customizable reporting, and targeted ad campaigns for lead generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Their system makes it easy to handle leads, communicate with social media users, and get useful reports so they can know what is effective.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">With<a href=\"https://www.marketleader.com/products/real-estate-leads/network-boost-facebook-instagram-leads/\"> Network Boost</a>, you can browse many leads through ads online on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Through <a href=\"https://www.housevalues.com/\">HouseValues</a>, agents can target particular neighbourhoods and Leads Direct effectively runs ads that people click on. Overall this gives more opportunities for agents to cater to new clients and sell more houses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Zurple: Best for Automation</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://zurple.com/\">Zurple</a> integrates AI and computerized processes so that agents can promote their leads to potential customers. Lead management software used by their platform identifies leads that are most likely to convert and automatically engages them through email drip campaigns, social media, and any other tools.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">With the automation feature of Zurple, agents are now able to use the power of their lead generation and get to spend more time servicing their clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Zurple delivers personalized and timely engagement with leads sourced from Zurple and other channels. It provides branded landing pages featuring an MLS listings feed tailored to your target market, with tracking of lead behaviors both online and offline.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Zurple uses behavioral-based communications and builds trust with the leads by engaging them at crucial stages in the lead\'s journey. It supplies both video marketing and social media marketing apps for that purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Zillow: Best for Finding Buyers Efficiently</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As the largest real estate marketplace, <a href=\"https://www.zillow.com/\">Zillow</a> is unmatched for connecting agents with motivated buyers. Zillowâ€™s lead generation products, like Premier Agent, help agents advertise their services to local home shoppers and generate buyer leads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">While Zillow leads usually yield lower conversion rates, the sheer volume of leads makes Zillow a great option for agents looking to build their buyer pipeline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Zillow simplifies lead management with automatic placement in its CRM system. Users enjoy priority status when claiming properties on the platform, providing quick access to coveted listings. Zillow also simplifies lead conversion through easy automation of follow-up processes, improving efficiency and effectiveness in closing deals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>CINC: Best for Hyperlocal Leads</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://www.cincpro.com/\">CINC</a> uses predictive analytics to help agents target leads in their immediate neighborhood. Their hyperlocal lead generation and nurturing solutions, like Neighbourhood Marketing and Listing Alerts, enable agents to reach leads near recent sales or their listings.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">For agents focused on a specific area, CINC provides a tailored approach to lead generation that drives business where they want it most.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">CINC provides a range of features to help agents succeed. It offers exclusive access to high-quality leads for both buyers and sellers. The advertising strategy focuses on attracting motivated clients.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The platform is suitable for individual agents and large brokerages and includes well-designed websites. CINC also offers cutting-edge CRM and AI nurturing tools to help agents simplify their workflow and effectively nurture leads toward conversion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>smartzip: Best for Seller Leads</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://smartzip.com/\">smartzip</a> specializes in helping agents generate seller leads through predictive analytics and marketing automation. By identifying homeowners likely to sell soon, smartzip provides agents with warm seller leads and the tools to nurture them into clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">For agents looking to boost their listings, smartzip offers an innovative approach to lead generation that can make a real impact on an agentâ€™s business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">SmartZip is changing the industry with a complete set of tools. By using predictive analytics, SmartZip helps users predict market trends and make smart decisions. Its Smart CRM works well with other features, making lead management efficient.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">SmartZip helps with targeted outreach through direct mail campaigns and home valuation landing pages to maximize engagement. The CMA tool provides useful insights for accurate property valuation. The CheckIn app improves client interactions, and local trend reports offer important market intelligence for strategic planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>zBuyer: Best for Customer Service</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://zbuyer.com/\">zBuyer</a> sets itself apart through a commitment to world-class customer service for agents. Their team provides hands-on support to help agents implement effective lead-generation strategies and get the most out of zBuyerâ€™s solutions.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">zBuyer offers a full range of lead products for buyers, sellers, and renters, but its greatest strength is customer service. zBuyer is perfect for agents looking for a lead generation partner that feels like an extension of their team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">zBuyer is designed to meet the needs of agents with unique features. Joining its industry mastermind group provides valuable networking opportunities and insights. Agents can choose customizable lead packages that match their target market and goals.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">zBuyer also guarantees quality leads through its lead replacement policy. Its integration with HousingNow.com expands agents\' reach and visibility, improving their chances of success in the competitive real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2928,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generation-1024x576.webp\" alt=\"\" class=\"wp-image-2928\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>How To Choose a Real Estate Lead Generator</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Choosing a <a href=\"https://point2listing.ca/services/real-estate-lead-generation/\">real estate lead generator</a> might feel overwhelming, but it doesn\'t have to be! Just focus on what your business needs, your budget, and what features matter most to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Research Their Specialization and Experience</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">First, consider the area of specialization and years of experience when looking to buy leads from any real estate lead generation company. Companies that have been in business for several years must have built a record of success and laid a framework of experience in the industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">They should also specialize in residential or commercial real estate lead generation, whatever your focus is. Ask about their typical clients and case studies to see if they have experience with your business model and target customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Review Their Lead Generation Techniques</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Next, the lead generation techniques and sources the companies use should be analyzed. Common techniques include <a href=\"https://point2listing.ca/services/search-engine-optimization/\">search engine optimization (SEO)</a>, <a href=\"https://point2listing.ca/services/ppc-advertising/\">pay-per-click (PPC)</a> advertising, social media marketing, email marketing, and content creation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The company should utilize multiple techniques and have data on their lead conversion rates from each source. Some lead generators rely primarily on online marketing, while others use a combination of online and offline marketing. Choose a company whose techniques align with your overall marketing strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Evaluate Their Lead Qualification Process</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">A good lead generation company should implement the course of lead qualification and verification to guarantee that high-quality leads come through. They need to look at a lot of factorsâ€”such as location, timeframe to buy or sell, must-haves, budget, and level of motivationâ€”before passing on a lead to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Inquire about specific qualification questions and minimum standards they require for lead verification. Highly qualified leads tend to close at a higher rate, so this step is very important.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Request Pricing and Contract Details</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Finally, pricing and contracts between different real estate lead generation companies will be compared. Pricing is often based on the number and type of leads generated. Be wary of companies offering leads at an extremely low price, as this could indicate lower quality.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Review the details of potential contracts to understand cancellation policies, hidden fees, and other terms before signing. The right company for your business will provide a fair pricing structure and straightforward contract.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Select a Company That Fits Your Needs</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The above mentioned steps will help real estate agents evaluate lead generation companies and find one suitable for their needs. Look for a reputable company with experience in similar projects, with effective techniques, a strong lead qualification process, and the most important thing â€” fair pricing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">When you find the right lead generation partner with the right blend of factors, your real estate business will thrive on a never-ending flow of high-quality leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">These above-named real estate companies receive highly favorable reviews, especially when it comes to creative ways of connecting motivated clients with real estate agents. Do your analysis on which company or companies best match your unique needs and budget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">With the proper lead generation partner, you will be well on your way to higher levels of productivity and profitability for years to come. The future looks bright for real estate professionals who harness some of these cutting-edge lead generation firms in order to fuel their sales pipeline and continue boosting their bottom line.</p>\n<!-- /wp:paragraph -->','The Best Real Estate Lead Generation Companies of 2024','','inherit','closed','closed','','2516-revision-v1','','','2024-08-28 12:29:25','2024-08-28 12:29:25','',2516,'https://point2listings.ca/?p=2930',0,'revision','',0),(2946,4,'2024-08-28 12:42:37','2024-08-28 12:42:37','','7 Real Estate Lead Generation Tips for Quick Results','','inherit','open','closed','','7-real-estate-lead-generation-tips-for-quick-results-2','','','2024-08-28 12:42:45','2024-08-28 12:42:45','',2512,'https://point2listings.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results.webp',0,'attachment','image/webp',0),(2947,4,'2024-08-28 12:43:19','2024-08-28 12:43:19','','Real Estate Lead Generation','','inherit','open','closed','','real-estate-lead-generation-2','','','2024-08-28 12:43:19','2024-08-28 12:43:19','',2512,'https://point2listings.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generation-1.webp',0,'attachment','image/webp',0),(2948,4,'2024-08-28 12:43:46','2024-08-28 12:43:46','','Update Your Website Content','','inherit','open','closed','','update-your-website-content','','','2024-08-28 12:43:46','2024-08-28 12:43:46','',2512,'https://point2listings.ca/wp-content/uploads/2024/08/Update-Your-Website-Content.webp',0,'attachment','image/webp',0),(2949,4,'2024-08-28 12:44:08','2024-08-28 12:44:08','','Real Estate Lead Generation','','inherit','open','closed','','real-estate-lead-generation-3','','','2024-08-28 12:44:08','2024-08-28 12:44:08','',2512,'https://point2listings.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generation-2.webp',0,'attachment','image/webp',0),(2950,4,'2024-08-28 12:44:22','2024-08-28 12:44:22','<!-- wp:paragraph -->\n<p class=\"\">In the fast-moving world of real estate, finding potential customers is important for success, just like how humans need oxygen to survive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Without a consistent flow of good leads from effective digital and traditional marketing methods, growing a real estate business can be really challenging. If you\'re a real estate agent feeling overwhelmed by all the different marketing options out there, don\'t worry. We\'re here to simplify lead generation for real estate professionals by providing them with the top 7 real estate lead generation tips for better and quicker results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We\'ll share 7 proven strategies for finding new clients that have helped agents like you succeed in this competitive market for years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>7 Real Estate Lead Generation Tips To Get You Started</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">A real estate business <a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">needs to generate leads</a>. Here are the best ways to do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #1: Take Advantage of Social Media</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Social media platforms are great platforms for generating real estate leads. The more you promote a listing and engage with followers, the more visibility you get over the various platforms. Besides, replying to comments and messages often seems to build trust and rapport with the service you offer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Paid ads can be effectively published on social media platforms since they allow for targeted approaches to those really in search of properties. --- boost high-performing organic posts --- or you can also consider promoting listings on neighborhood-specific groups and hashtags.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Cross-promote on all platforms, monitor your online reviews, and keep your branding consistent. All help to reinforce your professional image. An active, optimized social media presence is invaluable for today\'s real estate industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #2: Host Events and Open Houses</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The second one in the top real estate lead generation tips list is to hold events and open houses. It is rated as one of the best means of building new real estate leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">You can invite past and future clients into an open house with the view of seeing some of your new listings or featured properties in the spotlight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">These events serve as good opportunities to meet up with clients in person, establish a relationship, and understand each of their tastes and needs individually in searching for a new home. This in-person approach may help in fostering stronger relationships and a better understanding of how to service your clients best.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #3: Focus on Past Clients and Referrals</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Focusing your lead generation efforts on past clients and referrals is an excellent strategy for generating high-quality leads. Your past clients already have a positive impression of your work, and they are more likely to engage in repeat business or recommend your services to others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By maintaining regular communication with past clients through methods such as newsletters, emails, or social media, you can ensure that your services remain top of mind for them.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Offering incentives for referrals can effectively encourage satisfied clients to share information about your services with their networks, further expanding your reach and potential customer base.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2948,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Update-Your-Website-Content-1024x576.webp\" alt=\"\" class=\"wp-image-2948\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #4: Update Your Website Content</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Make sure that your website content is consistently adding value to the visitor in property lead generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">A real estate professional has to post informative content, starting from local market updates to deep community profiles and helpful home tips that may guide buyers and sellers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">It\'s necessary to refresh your listings and sales data at least quarterly so that potential clients have access to the most up-to-date information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Publish blog posts that dig deep into your recent transactions, and new listings available, and provide useful insights into the micro-markets it\'s possible in your area. Share your advanced knowledge of focused, high-value content to have an increase in website visits and effectively capture the maximum number of leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">When used, this approach establishes your credibility and sets you apart as a trusted resource in your local real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #5: Advertise in Targeted Places</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Advertising your real estate business in strategic locations where potential clients actively search for properties is necessary for reaching your target audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">It\'s important to focus your advertising efforts on platforms that homebuyers and sellers frequently visit. This includes real estate listing sites like <a href=\"https://www.zillow.com/\">Zillow</a>, <a href=\"https://www.realtor.com/\">Realtor.com</a>, and <a href=\"https://www.trulia.com/\">Trulia</a>, as well as local <a href=\"https://www.facebook.com/marketplace/\">Facebook Marketplace</a> groups.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Also, consider running targeted social media ads to reach those interested in real estate in your specific area. You can also sponsor relevant podcasts, blogs, and YouTube channels that cater to individuals interested in real estate or home improvement.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Another effective strategy is to promote your open houses on neighborhood-specific Facebook groups and platforms like NextDoor, which can help you reach local residents who may be interested in buying or selling in their area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #6: Network Consistently and Follow Up</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Building a strong network is important in real estate. Connect with neighbors, attend local events, volunteer, send networking emails, or simply reach out to prospects by phone. Don\'t overlook your existing relationships either; family and friends trust you, so they\'re great potential clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Here\'s how to make networking work for you:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Have a professional website: </strong>Your website represents your brand, so make sure it looks polished and informative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Engage in the community:</strong> Attend small business events, volunteer locally, and participate in career days at schools to meet potential clients and build relationships beyond professional conferences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lead Generation Tip #7: Stay on Top of Market Trends</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Market trends directly impact the real estate industry, so staying up-to-date with the latest trends is key to lead generation success. Monitor statistics on inventory, days on the market, and sales volume to identify shifts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Track interest rates, employment rates, and migration patterns as well. Knowledge of trends will allow you to tailor your lead generation to match what buyers and sellers want.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">For example, if there is low inventory, focus on finding more listings. If interest rates drop, promote refinancing options. Adapt your messaging and outreach to align with trends for the best results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2949,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generation-2-1024x576.webp\" alt=\"Lead Generation Tip\" class=\"wp-image-2949\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Considerations for Real Estate Lead Generation</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">When you\'re getting into <a href=\"https://point2listing.ca/services/real-estate-lead-generation/\">real estate lead generation</a>, there are a few important things to keep in mind that can help shape your strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Real Estateâ€™s Unique Approach</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Real estate isnâ€™t like other industries that can rely entirely on online interactions. Unlike e-commerce or digital services, real estate is based on personal connections and face-to-face meetings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Your success often depends on building trust and strong relationships with clients through direct communication. While the internet is useful, the personal touch remains a key part of this field.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Balancing Efficiency with a Personal Touch</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a real estate agent, your time is extremely valuable. With the many tasks you juggleâ€”online work, phone calls, and property visitsâ€”itâ€™s important to find a balance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Youâ€™ll want to find ways to make your lead generation process smoother without losing the personal connection that makes you stand out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Whether it\'s using automation for routine tasks or improving your follow-up methods, the aim is to work smarter, not harder, while still offering the great service your clients expect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Making Your Workflow Smoother</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Look into tools and methods that can help you manage your work more easily. For example, customer relationship management (CRM) systems can handle follow-ups automatically, while email templates can save you time without losing that personal touch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The idea is to make these tools a part of your daily work so you can focus more on the face-to-face interactions that lead to closing deals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By keeping these points in mind, you can develop a lead generation strategy that is effective and long-lasting, helping you stay efficient while maintaining the personal touch that is so important in real estate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">To wrap things up, by using these seven real estate lead generation tips, you\'ll be on the path to creating a steady flow of interested buyers and sellers. With regular effort and dedication, the strategies mentioned will help grow your real estate business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The most important thing now is to take action. Start with one or two methods and fully commit to them. As you start to see progress, you can add more techniques.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Focus on offering value, building strong relationships, and using technology to keep leads interested over time. With the right attitude and approach, you\'ll start to see more leads coming in and enjoy the benefits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Now is the perfect time to start applying these real estate lead generation tips --- so you can reach your real estate goals more quickly.</p>\n<!-- /wp:paragraph -->','7 Real Estate Lead Generation Tips for Quick Results','','inherit','closed','closed','','2512-revision-v1','','','2024-08-28 12:44:22','2024-08-28 12:44:22','',2512,'https://point2listings.ca/?p=2950',0,'revision','',0),(2951,4,'2024-08-28 12:45:38','2024-08-28 12:45:38','','Feature image','','inherit','open','closed','','feature-image','','','2024-08-28 12:45:38','2024-08-28 12:45:38','',2509,'https://point2listings.ca/wp-content/uploads/2024/08/Feature-image.webp',0,'attachment','image/webp',0),(2952,4,'2024-08-28 12:46:25','2024-08-28 12:46:25','','Top Benefits of Lead Generation for Real Estate Agents','','inherit','open','closed','','top-benefits-of-lead-generation-for-real-estate-agents','','','2024-08-28 12:46:25','2024-08-28 12:46:25','',2509,'https://point2listings.ca/wp-content/uploads/2024/08/Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents.webp',0,'attachment','image/webp',0),(2953,4,'2024-08-28 12:46:28','2024-08-28 12:46:28','','Lead Nurturing Strategies for Real Estate Agents','','inherit','open','closed','','lead-nurturing-strategies-for-real-estate-agents','','','2024-08-28 12:46:28','2024-08-28 12:46:28','',2509,'https://point2listings.ca/wp-content/uploads/2024/08/Lead-Nurturing-Strategies-for-Real-Estate-Agents.webp',0,'attachment','image/webp',0),(2954,4,'2024-08-28 12:46:31','2024-08-28 12:46:31','<!-- wp:paragraph -->\n<p class=\"\">Real estate agents know that finding new clients is key to growing their business. Lead generation is the process of identifying and acquiring potential customers for your real estate services. An effective lead generation strategy can provide a constant stream of promising leads and help you build your client base.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">In this article, we will explore some of the key benefits of implementing a real estate lead generation plan. Digital marketing, networking events, referral programs, and public relations are proven tactics for generating more leads. With a strong lead generation approach, you can increase your listings, transactions and commissions.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We will also discuss how to qualify and nurture leads to convert them into satisfied, long-term clients. Use this article as your guide to maximizing lead generation and driving your real estate career to the next level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>What Is Real Estate Lead Generation?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Real estate lead generation involves generating interest from potential clients in the properties and services offered by real estate agents and brokers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Prospecting Methods</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">There are several common prospecting methods used for <a href=\"https://point2listing.ca/services/real-estate-lead-generation/\">real estate lead generation</a>. Cold calling involves contacting leads who have expressed interest in buying or selling properties over the phone. Direct mail campaigns send marketing materials to targeted lists of potential leads. Online real estate lead generation uses websites, social media, and digital ads to capture information from interested parties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Advantage of Real Estate Lead Generation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Real estate lead generation provides several benefits for agents and brokers. It helps to build a pipeline of potential clients interested in buying or selling properties. Turning these leads over time using marketing campaigns increases the chance of converting them into actual clients. Real estate lead generation also allows agents and brokers to focus their time and resources on the most promising leads. Overall, real estate lead generation helps to drive business growth in a targeted, efficient manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Top Benefits of Lead Generation for Real Estate Agents</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Generating leads offers real estate agents numerous advantages, including an increased client base, higher chances of closing deals, and enhanced business growth opportunities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2952,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-1024x576.webp\" alt=\"\" class=\"wp-image-2952\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Increased Efficiency and Productivity</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Lead generation allows real estate agents to focus their efforts on the most promising leads. By qualifying leads, agents can determine the level of interest and motivation, allowing them to prioritize and follow up appropriately. This results in less time wasted and higher productivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Enhanced Customer Relationship Management</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">A strong lead generation process includes a customer relationship management (CRM) system to help agents keep track of leads and stay in touch. Agents can log details about each lead including contact information, property interests, and notes from previous interactions. The CRM then prompts the agent with timely follow-ups to advance the lead through the sales funnel. This consistent communication builds familiarity and trust between the agent and the lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Improved Conversion Rates</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">With a steady flow of high-quality leads, agents have more opportunities to convert prospects into clients. Lead generation helps agents identify leads that are closest to a transaction, allowing them to focus their efforts where they will have the biggest effect. The result is higher conversion rates and increased sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Lead generation boosts productivity, strengthens customer relationships, and directly contributes to an agent\'s bottom line through improved conversion of leads to sales. For real estate agents, a strategic lead-generation process is invaluable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>How to Generate Quality Real Estate Leads</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Generating quality real estate leads requires strategic marketing tactics such as using social media, optimizing websites for search engines, and networking with local businesses and community members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Focus on Lead Quality, Not Quantity</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The key to successful real estate lead generation is producing high-quality leads. Identify your target audience and focus your lead generation efforts on reaching those most likely to require your services. For example, if you specialize in luxury properties, promote your services in wealthy neighbourhoods and to clients with a proven ability to purchase high-end real estate. Quality leads are more likely to convert to sales, saving you time and money.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Choose the Right Lead Generation Strategies</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Use a multi-channel approach by using a combination of online and offline lead generation strategies. Useful options for real estate include search engine optimization, social media marketing, email marketing, hosting open houses, networking, and joining your local chamber of commerce. Choose strategies that align with your target audience and play to your strengths. For example, if technology is not your thing, focus on in-person lead generation through networking and open houses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Provide Value and Build Trust</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">High-quality leads are more likely to convert when you prove yourself as a valuable resource. Publish content on your website and social media that provides helpful information for homebuyers and sellers. Be active in your local community by sponsoring events or volunteering your time. When interacting with leads, focus on listening to their needs and educating them. Build trust by being transparent, responsive, and following through on your promises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Stay in Regular Contact</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Maintain your leads through consistent communication to keep your services top of mind for when they are ready to buy or sell. Send a welcome email introducing yourself, then follow up with a newsletter, social media messages, and the occasional phone call. Provide updates on new listings, market trends, and other helpful information. Staying in regular contact will establish you as a reliable source and increase the likelihood of your leads choosing to work with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Lead Nurturing Strategies for Real Estate Agents</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a real estate agent, you should implement efficient lead-nurturing strategies to convert potential leads into loyal clients. You should focus on building relationships with leads through consistent communication and providing value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":18874,\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/03/Lead-Nurturing-Strategies-for-Real-Estate-Agents.webp\" alt=\"Lead Nurturing Strategies for Real Estate Agents\" class=\"wp-image-18874\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Maintain Regular Communication</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Reach out to new leads regularly through phone calls, emails and social media messages. Let the leads know you are interested in helping them with their real estate needs. Provide relevant information and updates on the local housing market. Consistent communication will build familiarity and trust with the leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Offer Free Resources</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Provide free resources such as home buying and selling guides, neighbourhood information and market reports to leads. This shows your expertise and proves your credibility. When the leads are ready, they will likely contact you for help. Offering value with no strings attached is a key strategy for successful lead nurturing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Automate and Personalize</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Use marketing automation tools to send personalized emails and messages to leads. Provide targeted content based on a leadâ€™s interests and needs. For example, send information on family-friendly neighbourhoods to leads with children. Personalization and targeting will make your communications more relevant and effective. Automation also allows you to stay in contact with a large number of leads efficiently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Meet in Person</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Try to meet qualified leads in person when possible. Face-to-face interaction is the best way to build connections and gain their trust and loyalty. Discuss their needs, priorities and concerns to gain a better understanding of how you can help them. An in-person meeting may motivate leads to start working with you sooner to achieve their real estate goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Through consistent communication, providing value, personalizing your outreach and meeting with leads, you can implement a successful lead-nurturing strategy. With time and patience, many of your leads will become long-term clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Conclusion</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a real estate agent, executing effective lead-generation strategies is important for growing your business. Lead generation requires a long-term approach if you want to build a strong pipeline of prospects and consistently meet your sales targets. While it does require an investment of time, money, and effort, the long-term payoff makes it well worth it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By working on high-quality leads, you can gain trust and credibility with potential clients. This gives you a competitive advantage in an increasingly saturated industry. With determination and consistency, a sound lead generation strategy will generate rewards for your real estate career. The key is finding the right tactics that match your business objectives and market.</p>\n<!-- /wp:paragraph -->','What Are The Benefits Of Real Estate Lead Generation?','','inherit','closed','closed','','2509-revision-v1','','','2024-08-28 12:46:31','2024-08-28 12:46:31','',2509,'https://point2listings.ca/?p=2954',0,'revision','',0),(2956,4,'2024-08-28 12:50:39','2024-08-28 12:50:39','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the custom column hover effect in Elementor */\\n.custom-column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.custom-column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color */\\n}\\n\\n\\n#wpforms-1879-field_10 {\\n    display: none !important;\\n}\\n#houzez_contact-1 {\\n    display: none !important;\\n}\\n#archives-1 {\\n    display: none !important;\\n}\\n\\n.post-content-wrap {\\n  color: black;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2024-08-28 12:50:39\"\n    }\n}','','','publish','closed','closed','','ed83da7b-36f6-4d62-b059-1ab88c418cb2','','','2024-08-28 12:50:39','2024-08-28 12:50:39','',0,'https://point2listings.ca/ed83da7b-36f6-4d62-b059-1ab88c418cb2/',0,'customize_changeset','',0),(2964,4,'2024-08-28 12:55:09','2024-08-28 12:55:09','<!-- wp:paragraph -->\n<p class=\"\">Real estate agents know that finding new clients is key to growing their business. Lead generation is the process of identifying and acquiring potential customers for your real estate services. An effective lead generation strategy can provide a constant stream of promising leads and help you build your client base.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">In this article, we will explore some of the key benefits of implementing a real estate lead generation plan. Digital marketing, networking events, referral programs, and public relations are proven tactics for generating more leads. With a strong lead generation approach, you can increase your listings, transactions and commissions.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We will also discuss how to qualify and nurture leads to convert them into satisfied, long-term clients. Use this article as your guide to maximizing lead generation and driving your real estate career to the next level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>What Is Real Estate Lead Generation?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Real estate lead generation involves generating interest from potential clients in the properties and services offered by real estate agents and brokers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Prospecting Methods</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">There are several common prospecting methods used for <a href=\"https://point2listing.ca/services/real-estate-lead-generation/\">real estate lead generation</a>. Cold calling involves contacting leads who have expressed interest in buying or selling properties over the phone. Direct mail campaigns send marketing materials to targeted lists of potential leads. Online real estate lead generation uses websites, social media, and digital ads to capture information from interested parties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Advantage of Real Estate Lead Generation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Real estate lead generation provides several benefits for agents and brokers. It helps to build a pipeline of potential clients interested in buying or selling properties. Turning these leads over time using marketing campaigns increases the chance of converting them into actual clients. Real estate lead generation also allows agents and brokers to focus their time and resources on the most promising leads. Overall, real estate lead generation helps to drive business growth in a targeted, efficient manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Top Benefits of Lead Generation for Real Estate Agents</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Generating leads offers real estate agents numerous advantages, including an increased client base, higher chances of closing deals, and enhanced business growth opportunities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2952,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-1024x576.webp\" alt=\"\" class=\"wp-image-2952\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Increased Efficiency and Productivity</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Lead generation allows real estate agents to focus their efforts on the most promising leads. By qualifying leads, agents can determine the level of interest and motivation, allowing them to prioritize and follow up appropriately. This results in less time wasted and higher productivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Enhanced Customer Relationship Management</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">A strong lead generation process includes a customer relationship management (CRM) system to help agents keep track of leads and stay in touch. Agents can log details about each lead including contact information, property interests, and notes from previous interactions. The CRM then prompts the agent with timely follow-ups to advance the lead through the sales funnel. This consistent communication builds familiarity and trust between the agent and the lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Improved Conversion Rates</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">With a steady flow of high-quality leads, agents have more opportunities to convert prospects into clients. Lead generation helps agents identify leads that are closest to a transaction, allowing them to focus their efforts where they will have the biggest effect. The result is higher conversion rates and increased sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Lead generation boosts productivity, strengthens customer relationships, and directly contributes to an agent\'s bottom line through improved conversion of leads to sales. For real estate agents, a strategic lead-generation process is invaluable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>How to Generate Quality Real Estate Leads</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Generating quality real estate leads requires strategic marketing tactics such as using social media, optimizing websites for search engines, and networking with local businesses and community members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Focus on Lead Quality, Not Quantity</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">The key to successful real estate lead generation is producing high-quality leads. Identify your target audience and focus your lead generation efforts on reaching those most likely to require your services. For example, if you specialize in luxury properties, promote your services in wealthy neighbourhoods and to clients with a proven ability to purchase high-end real estate. Quality leads are more likely to convert to sales, saving you time and money.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Choose the Right Lead Generation Strategies</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Use a multi-channel approach by using a combination of online and offline lead generation strategies. Useful options for real estate include search engine optimization, social media marketing, email marketing, hosting open houses, networking, and joining your local chamber of commerce. Choose strategies that align with your target audience and play to your strengths. For example, if technology is not your thing, focus on in-person lead generation through networking and open houses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Provide Value and Build Trust</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">High-quality leads are more likely to convert when you prove yourself as a valuable resource. Publish content on your website and social media that provides helpful information for homebuyers and sellers. Be active in your local community by sponsoring events or volunteering your time. When interacting with leads, focus on listening to their needs and educating them. Build trust by being transparent, responsive, and following through on your promises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Stay in Regular Contact</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Maintain your leads through consistent communication to keep your services top of mind for when they are ready to buy or sell. Send a welcome email introducing yourself, then follow up with a newsletter, social media messages, and the occasional phone call. Provide updates on new listings, market trends, and other helpful information. Staying in regular contact will establish you as a reliable source and increase the likelihood of your leads choosing to work with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Lead Nurturing Strategies for Real Estate Agents</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a real estate agent, you should implement efficient lead-nurturing strategies to convert potential leads into loyal clients. You should focus on building relationships with leads through consistent communication and providing value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2953,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Nurturing-Strategies-for-Real-Estate-Agents-1024x576.webp\" alt=\"\" class=\"wp-image-2953\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Maintain Regular Communication</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Reach out to new leads regularly through phone calls, emails and social media messages. Let the leads know you are interested in helping them with their real estate needs. Provide relevant information and updates on the local housing market. Consistent communication will build familiarity and trust with the leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Offer Free Resources</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Provide free resources such as home buying and selling guides, neighbourhood information and market reports to leads. This shows your expertise and proves your credibility. When the leads are ready, they will likely contact you for help. Offering value with no strings attached is a key strategy for successful lead nurturing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Automate and Personalize</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Use marketing automation tools to send personalized emails and messages to leads. Provide targeted content based on a leadâ€™s interests and needs. For example, send information on family-friendly neighbourhoods to leads with children. Personalization and targeting will make your communications more relevant and effective. Automation also allows you to stay in contact with a large number of leads efficiently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Meet in Person</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Try to meet qualified leads in person when possible. Face-to-face interaction is the best way to build connections and gain their trust and loyalty. Discuss their needs, priorities and concerns to gain a better understanding of how you can help them. An in-person meeting may motivate leads to start working with you sooner to achieve their real estate goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Through consistent communication, providing value, personalizing your outreach and meeting with leads, you can implement a successful lead-nurturing strategy. With time and patience, many of your leads will become long-term clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Conclusion</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a real estate agent, executing effective lead-generation strategies is important for growing your business. Lead generation requires a long-term approach if you want to build a strong pipeline of prospects and consistently meet your sales targets. While it does require an investment of time, money, and effort, the long-term payoff makes it well worth it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By working on high-quality leads, you can gain trust and credibility with potential clients. This gives you a competitive advantage in an increasingly saturated industry. With determination and consistency, a sound lead generation strategy will generate rewards for your real estate career. The key is finding the right tactics that match your business objectives and market.</p>\n<!-- /wp:paragraph -->','What Are The Benefits Of Real Estate Lead Generation?','','inherit','closed','closed','','2509-revision-v1','','','2024-08-28 12:55:09','2024-08-28 12:55:09','',2509,'https://point2listings.ca/?p=2964',0,'revision','',0),(3023,4,'2024-08-29 11:06:34','2024-08-29 11:06:34','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the custom column hover effect in Elementor */\\n.custom-column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.custom-column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color */\\n}\\n\\n\\n#wpforms-1879-field_10 {\\n    display: none !important;\\n}\\n#houzez_contact-1 {\\n    display: none !important;\\n}\\n#archives-1 {\\n    display: none !important;\\n}\\n\\n.post-content-wrap {\\n  color: black;\\n}\\n\\n\\n#wpform-loading-message {\\n    transition: opacity 0.5s ease-out;\\n}\\n\\n.wpforms-container {\\n    opacity: 0;\\n    transition: opacity 0.5s ease-out;\\n}\\n\\n.wpforms-container.loaded {\\n    opacity: 1;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2024-08-29 11:06:34\"\n    }\n}','','','trash','closed','closed','','46039dfc-52f7-42cf-8cb5-a30b60aa9b86','','','2024-08-29 11:06:34','2024-08-29 11:06:34','',0,'https://point2listings.ca/?p=3023',0,'customize_changeset','',0),(3024,4,'2024-08-29 11:06:25','2024-08-29 11:06:25','document.addEventListener(\"DOMContentLoaded\", function() {\r\n    var form = document.getElementById(\'form-container\');\r\n    var loadingMessage = document.getElementById(\'loading-message\');\r\n\r\n    if (form) {\r\n        form.style.display = \'block\';\r\n    }\r\n    \r\n    if (loadingMessage) {\r\n        loadingMessage.style.display = \'none\';\r\n    }\r\n});\r\n','page load after form','','publish','closed','closed','','page-load-after-form','','','2024-08-29 11:18:16','2024-08-29 11:18:16','',0,'https://point2listings.ca/?post_type=wpcode&#038;p=3024',0,'wpcode','',0),(3031,4,'2024-08-29 11:06:34','2024-08-29 11:06:34','/* CSS for the custom column hover effect in Elementor */\n.custom-column {\n    transition: all 0.3s ease-in-out;\n}\n\n.custom-column:hover {\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\n    transform: translateY(-5px);\n    border: 2px solid #cccccc; /* Adjust the border color */\n}\n\n\n#wpforms-1879-field_10 {\n    display: none !important;\n}\n#houzez_contact-1 {\n    display: none !important;\n}\n#archives-1 {\n    display: none !important;\n}\n\n.post-content-wrap {\n  color: black;\n}\n\n\n#wpform-loading-message {\n    transition: opacity 0.5s ease-out;\n}\n\n.wpforms-container {\n    opacity: 0;\n    transition: opacity 0.5s ease-out;\n}\n\n.wpforms-container.loaded {\n    opacity: 1;\n}\n','houzez','','inherit','closed','closed','','2087-revision-v1','','','2024-08-29 11:06:34','2024-08-29 11:06:34','',2087,'https://point2listings.ca/?p=3031',0,'revision','',0),(3038,4,'2024-08-29 11:08:41','2024-08-29 11:08:41','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the custom column hover effect in Elementor */\\n.custom-column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.custom-column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color */\\n}\\n\\n\\n#wpforms-1879-field_10 {\\n    display: none !important;\\n}\\n#houzez_contact-1 {\\n    display: none !important;\\n}\\n#archives-1 {\\n    display: none !important;\\n}\\n\\n.post-content-wrap {\\n  color: black;\\n}\\n\\n\\n#wpform-loading-message {\\n    transition: opacity 0.5s ease-out;\\n}\\n\\n.wpforms-container {\\n    display: none;\\n    transition: opacity 0.5s ease-out;\\n}\\n\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2024-08-29 11:08:41\"\n    }\n}','','','trash','closed','closed','','a0301ff4-f59c-40cf-b18a-a7fa2a299604','','','2024-08-29 11:08:41','2024-08-29 11:08:41','',0,'https://point2listings.ca/a0301ff4-f59c-40cf-b18a-a7fa2a299604/',0,'customize_changeset','',0),(3039,4,'2024-08-29 11:08:41','2024-08-29 11:08:41','/* CSS for the custom column hover effect in Elementor */\n.custom-column {\n    transition: all 0.3s ease-in-out;\n}\n\n.custom-column:hover {\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\n    transform: translateY(-5px);\n    border: 2px solid #cccccc; /* Adjust the border color */\n}\n\n\n#wpforms-1879-field_10 {\n    display: none !important;\n}\n#houzez_contact-1 {\n    display: none !important;\n}\n#archives-1 {\n    display: none !important;\n}\n\n.post-content-wrap {\n  color: black;\n}\n\n\n#wpform-loading-message {\n    transition: opacity 0.5s ease-out;\n}\n\n.wpforms-container {\n    display: none;\n    transition: opacity 0.5s ease-out;\n}\n\n','houzez','','inherit','closed','closed','','2087-revision-v1','','','2024-08-29 11:08:41','2024-08-29 11:08:41','',2087,'https://point2listings.ca/?p=3039',0,'revision','',0),(3043,4,'2024-08-29 11:14:14','2024-08-29 11:14:14','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the custom column hover effect in Elementor */\\n.custom-column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.custom-column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color */\\n}\\n\\n\\n#wpforms-1879-field_10 {\\n    display: none !important;\\n}\\n#houzez_contact-1 {\\n    display: none !important;\\n}\\n#archives-1 {\\n    display: none !important;\\n}\\n\\n.post-content-wrap {\\n  color: black;\\n}\\n\\n\\n#wpform-loading-message {\\n    transition: opacity 0.3s ease-out;\\n}\\n\\n.wpforms-container {\\n    visibility: hidden;\\n    transition: visibility 0.3s ease-out;\\n}\\n\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2024-08-29 11:14:14\"\n    }\n}','','','trash','closed','closed','','431e5b96-c400-40a8-90bb-78d097b16f7d','','','2024-08-29 11:14:14','2024-08-29 11:14:14','',0,'https://point2listings.ca/431e5b96-c400-40a8-90bb-78d097b16f7d/',0,'customize_changeset','',0),(3044,4,'2024-08-29 11:14:14','2024-08-29 11:14:14','/* CSS for the custom column hover effect in Elementor */\n.custom-column {\n    transition: all 0.3s ease-in-out;\n}\n\n.custom-column:hover {\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\n    transform: translateY(-5px);\n    border: 2px solid #cccccc; /* Adjust the border color */\n}\n\n\n#wpforms-1879-field_10 {\n    display: none !important;\n}\n#houzez_contact-1 {\n    display: none !important;\n}\n#archives-1 {\n    display: none !important;\n}\n\n.post-content-wrap {\n  color: black;\n}\n\n\n#wpform-loading-message {\n    transition: opacity 0.3s ease-out;\n}\n\n.wpforms-container {\n    visibility: hidden;\n    transition: visibility 0.3s ease-out;\n}\n\n','houzez','','inherit','closed','closed','','2087-revision-v1','','','2024-08-29 11:14:14','2024-08-29 11:14:14','',2087,'https://point2listings.ca/?p=3044',0,'revision','',0),(3045,4,'2024-08-29 11:18:03','2024-08-29 11:18:03','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the custom column hover effect in Elementor */\\n.custom-column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.custom-column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color */\\n}\\n\\n\\n#wpforms-1879-field_10 {\\n    display: none !important;\\n}\\n#houzez_contact-1 {\\n    display: none !important;\\n}\\n#archives-1 {\\n    display: none !important;\\n}\\n\\n.post-content-wrap {\\n  color: black;\\n}\\n\\n\\n#loading-message {\\n    display: block;\\n    background-color: transparent;\\n    /* You can add a spinner or leave it blank */\\n}\\n\\n#form-container {\\n    display: none; /* Keep form hidden initially */\\n}\\n\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2024-08-29 11:18:03\"\n    }\n}','','','trash','closed','closed','','659cd89d-bb92-4ad4-a743-29af82a29411','','','2024-08-29 11:18:03','2024-08-29 11:18:03','',0,'https://point2listings.ca/659cd89d-bb92-4ad4-a743-29af82a29411/',0,'customize_changeset','',0),(3046,4,'2024-08-29 11:18:03','2024-08-29 11:18:03','/* CSS for the custom column hover effect in Elementor */\n.custom-column {\n    transition: all 0.3s ease-in-out;\n}\n\n.custom-column:hover {\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\n    transform: translateY(-5px);\n    border: 2px solid #cccccc; /* Adjust the border color */\n}\n\n\n#wpforms-1879-field_10 {\n    display: none !important;\n}\n#houzez_contact-1 {\n    display: none !important;\n}\n#archives-1 {\n    display: none !important;\n}\n\n.post-content-wrap {\n  color: black;\n}\n\n\n#loading-message {\n    display: block;\n    background-color: transparent;\n    /* You can add a spinner or leave it blank */\n}\n\n#form-container {\n    display: none; /* Keep form hidden initially */\n}\n\n','houzez','','inherit','closed','closed','','2087-revision-v1','','','2024-08-29 11:18:03','2024-08-29 11:18:03','',2087,'https://point2listings.ca/?p=3046',0,'revision','',0),(3080,4,'2024-08-29 12:34:00','2024-08-29 12:34:00','','Point2Listing LOGO','','inherit','open','closed','','point2listing-v3','','','2024-09-02 14:29:19','2024-09-02 14:29:19','',2482,'https://point2listings.ca/wp-content/uploads/2024/08/Point2Listing-V3.svg',0,'attachment','image/svg+xml',0),(3084,4,'2024-08-29 12:38:03','2024-08-29 12:38:03','','buy property','','inherit','open','closed','','buy-property','','','2024-08-29 12:38:03','2024-08-29 12:38:03','',0,'https://point2listings.ca/wp-content/uploads/2024/08/buy-property.webp',0,'attachment','image/webp',0),(3085,4,'2024-08-29 12:38:07','2024-08-29 12:38:07','','digital marketing - Point2 Listing Lead Generation Agency','','inherit','open','closed','','digital-marketing-4','','','2024-09-02 14:04:16','2024-09-02 14:04:16','',0,'https://point2listings.ca/wp-content/uploads/2024/08/digital-marketing-.webp',0,'attachment','image/webp',0),(3086,4,'2024-08-29 12:38:11','2024-08-29 12:38:11','','Real estate Lead Generation','','inherit','open','closed','','real-estate','','','2024-09-02 14:03:49','2024-09-02 14:03:49','',0,'https://point2listings.ca/wp-content/uploads/2024/08/real-estate.webp',0,'attachment','image/webp',0),(3087,4,'2024-08-29 12:38:15','2024-08-29 12:38:15','','realtor','','inherit','open','closed','','realtor','','','2024-08-29 12:38:15','2024-08-29 12:38:15','',0,'https://point2listings.ca/wp-content/uploads/2024/08/realtor.webp',0,'attachment','image/webp',0),(3088,4,'2024-08-29 12:38:19','2024-08-29 12:38:19','','Point2 Listing Lead Generation Agency','','inherit','open','closed','','sell-property','','','2024-09-02 14:04:05','2024-09-02 14:04:05','',0,'https://point2listings.ca/wp-content/uploads/2024/08/sell-property.webp',0,'attachment','image/webp',0),(3092,5,'2024-08-30 07:02:46','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-08-30 07:02:46','0000-00-00 00:00:00','',0,'https://point2listings.ca/?p=3092',0,'post','',0),(3093,4,'2024-08-30 12:36:51','2024-08-30 12:36:51','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact us</h1>		\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"c68eef530df26398149434e3cf070605\" data-token-time=\"1725021790\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"12fa044abf\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/contact/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=135%20Laurier%20Avenue%20West%20Ste%20461%20Ottawa%20ON%20K1P%205J2&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n					aria-label=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n			></iframe>\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				\n									<h3>\n							Call						\n					</h3>\n									<p>\n						(888) 876-1054					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				\n									<h3>\n							Email						\n					</h3>\n									<p>\n						info@point2listings.ca					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"></path></svg>				\n									<h3>\n							Address						\n					</h3>\n									<p>\n						135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2					</p>','contact','','trash','closed','closed','','contact__trashed','','','2024-08-30 12:53:08','2024-08-30 12:53:08','',0,'https://point2listings.ca/?page_id=3093',0,'page','',0),(3094,4,'2024-08-30 12:35:55','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2024-08-30 12:35:55','0000-00-00 00:00:00','',0,'https://point2listings.ca/?page_id=3094',0,'page','',0),(3095,4,'2024-08-30 12:36:07','2024-08-30 12:36:07','','contact','','inherit','closed','closed','','3093-revision-v1','','','2024-08-30 12:36:07','2024-08-30 12:36:07','',3093,'https://point2listings.ca/?p=3095',0,'revision','',0),(3096,4,'2024-08-30 12:43:01','2024-08-30 12:43:01','','contact','','inherit','closed','closed','','3093-revision-v1','','','2024-08-30 12:43:01','2024-08-30 12:43:01','',3093,'https://point2listings.ca/?p=3096',0,'revision','',0),(3097,4,'2024-08-30 12:43:10','2024-08-30 12:43:10','','contact','','inherit','closed','closed','','3093-revision-v1','','','2024-08-30 12:43:10','2024-08-30 12:43:10','',3093,'https://point2listings.ca/?p=3097',0,'revision','',0),(3098,4,'2024-08-30 12:43:10','2024-08-30 12:43:10','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact us</h1>		\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"c68eef530df26398149434e3cf070605\" data-token-time=\"1725021790\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"12fa044abf\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/contact/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=135%20Laurier%20Avenue%20West%20Ste%20461%20Ottawa%20ON%20K1P%205J2&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n					aria-label=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n			></iframe>\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				\n									<h3>\n							Call						\n					</h3>\n									<p>\n						(888) 876-1054					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				\n									<h3>\n							Email						\n					</h3>\n									<p>\n						info@point2listings.ca					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"></path></svg>				\n									<h3>\n							Address						\n					</h3>\n									<p>\n						135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2					</p>','contact','','inherit','closed','closed','','3093-revision-v1','','','2024-08-30 12:43:10','2024-08-30 12:43:10','',3093,'https://point2listings.ca/?p=3098',0,'revision','',0),(3106,1,'2024-09-02 09:01:34','2024-09-02 09:01:34','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"300\" height=\"300\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png\" alt=\"Point 2 Lisiting logo\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-496x496.png 496w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" />													\n		<p>At Point2listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"https://www.facebook.com/point2listing/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://www.linkedin.com/company/point2listing\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Company</h2>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://point2listing.ca/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/contact-us/\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/blog/\">\n											Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/privacy-policy/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n											<a href=\"https://point2listing.ca/digital-marketing/\">\n											Digital Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/seo/\">\n											SEO Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/social-media-marketing/\">\n											Social Media Marekting\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/lead-generation/\">\n											Real Estate Lead Generation\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/content-marketing/\">\n											Content Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/ppc/\">\n											PPC Management\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/web-development/\">\n											Web Development\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/email-marketing/\">\n											Email Marketing\n											</a>\n									</li>\n						</ul>\n			<h2>Contacts</h2>		\n			<h2>Address</h2>		\n					<ul>\n							<li>\n										135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\n									</li>\n						</ul>\n			<h2>Phone</h2>		\n					<ul>\n							<li>\n										(888) 876-1054\n									</li>\n						</ul>\n			<h2>Email</h2>		\n					<ul>\n							<li>\n										info@point2listings.ca\n									</li>\n								<li>\n										contact@point2listings.ca\n									</li>\n						</ul>\n		<p>Copyright Â© Point2 Listing 2024. All Rights Reserved. Designed by <a style=\"color: white;\" href=\"https://rankray.us/\">Rank Ray</a>.</p>','Footer','','inherit','closed','closed','','2474-revision-v1','','','2024-09-02 09:01:34','2024-09-02 09:01:34','',2474,'https://point2listing.ca/?p=3106',0,'revision','',0),(3107,1,'2024-09-02 09:01:34','2024-09-02 09:01:34','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"300\" height=\"300\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png\" alt=\"Point 2 Lisiting logo\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-496x496.png 496w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" />													\n		<p>At Point2listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"https://www.facebook.com/point2listing/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://www.linkedin.com/company/point2listing\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Company</h2>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://point2listing.ca/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/contact-us/\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/blog/\">\n											Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/privacy-policy/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n											<a href=\"https://point2listing.ca/digital-marketing/\">\n											Digital Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/seo/\">\n											SEO Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/social-media-marketing/\">\n											Social Media Marekting\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/lead-generation/\">\n											Real Estate Lead Generation\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/content-marketing/\">\n											Content Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/ppc/\">\n											PPC Management\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/web-development/\">\n											Web Development\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/email-marketing/\">\n											Email Marketing\n											</a>\n									</li>\n						</ul>\n			<h2>Contacts</h2>		\n			<h2>Address</h2>		\n					<ul>\n							<li>\n										135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\n									</li>\n						</ul>\n			<h2>Phone</h2>		\n					<ul>\n							<li>\n										(888) 876-1054\n									</li>\n						</ul>\n			<h2>Email</h2>		\n					<ul>\n							<li>\n										info@point2listing.ca\n									</li>\n								<li>\n										contact@point2listing.ca\n									</li>\n						</ul>\n		<p>Copyright Â© Point2Listing 2024. All Rights Reserved. Designed by <a style=\"color: white;\" href=\"https://rankray.us/\">Rank Ray</a>.</p>','Footer','','inherit','closed','closed','','2474-revision-v1','','','2024-09-02 09:01:34','2024-09-02 09:01:34','',2474,'https://point2listing.ca/?p=3107',0,'revision','',0),(3111,1,'2024-09-02 09:04:37','2024-09-02 09:04:37','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Name\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Name\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Phone\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"9\":{\"id\":\"9\",\"type\":\"radio\",\"label\":\"Are you?\",\"choices\":{\"3\":{\"label\":\"Realtor\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"1\":{\"label\":\"Buyer\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Seller\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"3\",\"dynamic_choices\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"Message\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"Page URL\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"1879\",\"field_id\":11,\"settings\":{\"form_title\":\"Real Estate Lead Gen page\",\"form_desc\":\"Real Estate Lead Gen page\",\"form_tags\":[\"lead generation\"],\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@point2listing.ca\",\"subject\":\"Poin2listing form\",\"sender_name\":\"Point 2 Lisitng\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"22\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"}},\"recaptcha\":\"1\",\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Real Estate Lead Gen page','Real Estate Lead Gen page','inherit','closed','closed','','1879-revision-v1','','','2024-09-02 09:04:37','2024-09-02 09:04:37','',1879,'https://point2listing.ca/?p=3111',0,'revision','',0),(3115,1,'2024-09-02 11:40:46','2024-09-02 11:40:46','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Privacy Policy</h2>		\n		<p>At point2listings, accessible from https://point2listing.ca/, one of our main priorities is the privacy of our clients. This Privacy Policy document contains types of information that is collected and recorded by point2listings and how we use it.</p><p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.</p><p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in point2listings. This policy is not applicable to any information collected offline or via channels other than this website.</p>		\n			<h2>Consent</h2>		\n		<p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.</p>Â 		\n			<h2>Information we collect\n</h2>		\n		<p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.</p><p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.</p><p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.</p>		\n			<h2>How we use your information\n</h2>		\n		<p>We use the information we collect in various ways, including to:</p><ul><li>Provide, operate, and maintain our website</li><li>Improve, personalize, and expand our website</li><li>Understand and analyze how you use our website</li><li>Develop new products, services, features, and functionality</li><li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes</li><li>Send you emails</li><li>Find and prevent fraud</li></ul>		\n			<h2>Log Files</h2>		\n		<p>point2listings follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting servicesâ€™ analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking usersâ€™ movement on the website, and gathering demographic information.</p>		\n			<h2>Advertising Partners Privacy Policies</h2>		\n		<p>You may consult this list to find the Privacy Policy for each of the advertising partners of point2listings.</p><p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on point2listings, which are sent directly to usersâ€™ browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</p><p>Note that point2listings has no access to or control over these cookies that are used by third-party advertisers.</p>		\n			<h2>Third Party Privacy Policies</h2>		\n		<p>point2listingâ€™s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.</p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsersâ€™ respective websites.</p>		\n			<h2>Third Party Privacy Policies</h2>		\n		<p>point2listingâ€™s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.</p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsersâ€™ respective websites.</p>		\n			<h2>CCPA Privacy Rights (Do Not Sell My Personal Information)\n</h2>		\n		<p>Under the CCPA, among other rights, California consumers have the right to:</p><p>Request that a business that collects a consumerâ€™s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.</p><p>Request that a business delete any personal data about the consumer that a business has collected.</p><p>Request that a business that sells a consumerâ€™s personal data, not sell the consumerâ€™s personal data.</p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>		\n			<h2>GDPR Data Protection Rights</h2>		\n		<p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:</p><p>The right to access â€“ You have the right to request copies of your personal data. We may charge you a small fee for this service.</p><p>The right to rectification â€“ You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.</p><p>The right to erasure â€“ You have the right to request that we erase your personal data, under certain conditions.</p><p>The right to restrict processing â€“ You have the right to request that we restrict the processing of your personal data, under certain conditions.</p><p>The right to object to processing â€“ You have the right to object to our processing of your personal data, under certain conditions.</p><p>The right to data portability â€“ You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.</p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>		\n			<h2>Children\'s Information\n</h2>		\n		<p>Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.</p><p>point2listings does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.</p>		\n			<h2>Changes to This Privacy Policy\n</h2>		\n		<p>We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately, after they are posted on this page.</p>','Privacy Policy','','inherit','closed','closed','','2580-revision-v1','','','2024-09-02 11:40:46','2024-09-02 11:40:46','',2580,'https://point2listing.ca/?p=3115',0,'revision','',0),(3116,1,'2024-09-02 11:40:50','2024-09-02 11:40:50','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Privacy Policy</h2>		\n		<p>At point2listings, accessible from https://point2listing.ca/, one of our main priorities is the privacy of our clients. This Privacy Policy document contains types of information that is collected and recorded by point2listings and how we use it.</p><p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.</p><p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in point2listings. This policy is not applicable to any information collected offline or via channels other than this website.</p>		\n			<h2>Consent</h2>		\n		<p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.</p>Â 		\n			<h2>Information we collect\n</h2>		\n		<p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.</p><p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.</p><p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.</p>		\n			<h2>How we use your information\n</h2>		\n		<p>We use the information we collect in various ways, including to:</p><ul><li>Provide, operate, and maintain our website</li><li>Improve, personalize, and expand our website</li><li>Understand and analyze how you use our website</li><li>Develop new products, services, features, and functionality</li><li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes</li><li>Send you emails</li><li>Find and prevent fraud</li></ul>		\n			<h2>Log Files</h2>		\n		<p>point2listings follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting servicesâ€™ analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking usersâ€™ movement on the website, and gathering demographic information.</p>		\n			<h2>Advertising Partners Privacy Policies</h2>		\n		<p>You may consult this list to find the Privacy Policy for each of the advertising partners of point2listings.</p><p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on point2listings, which are sent directly to usersâ€™ browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</p><p>Note that point2listings has no access to or control over these cookies that are used by third-party advertisers.</p>		\n			<h2>Third Party Privacy Policies</h2>		\n		<p>point2listingâ€™s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.</p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsersâ€™ respective websites.</p>		\n			<h2>Third Party Privacy Policies</h2>		\n		<p>point2listingâ€™s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.</p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsersâ€™ respective websites.</p>		\n			<h2>CCPA Privacy Rights (Do Not Sell My Personal Information)\n</h2>		\n		<p>Under the CCPA, among other rights, California consumers have the right to:</p><p>Request that a business that collects a consumerâ€™s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.</p><p>Request that a business delete any personal data about the consumer that a business has collected.</p><p>Request that a business that sells a consumerâ€™s personal data, not sell the consumerâ€™s personal data.</p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>		\n			<h2>GDPR Data Protection Rights</h2>		\n		<p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:</p><p>The right to access â€“ You have the right to request copies of your personal data. We may charge you a small fee for this service.</p><p>The right to rectification â€“ You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.</p><p>The right to erasure â€“ You have the right to request that we erase your personal data, under certain conditions.</p><p>The right to restrict processing â€“ You have the right to request that we restrict the processing of your personal data, under certain conditions.</p><p>The right to object to processing â€“ You have the right to object to our processing of your personal data, under certain conditions.</p><p>The right to data portability â€“ You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.</p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>		\n			<h2>Children\'s Information\n</h2>		\n		<p>Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.</p><p>point2listings does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.</p>		\n			<h2>Changes to This Privacy Policy\n</h2>		\n		<p>We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately, after they are posted on this page.</p>','Privacy Policy','','inherit','closed','closed','','2580-revision-v1','','','2024-09-02 11:40:50','2024-09-02 11:40:50','',2580,'https://point2listing.ca/?p=3116',0,'revision','',0),(3117,1,'2024-09-02 11:40:50','2024-09-02 11:40:50','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Privacy Policy</h2>		\n		<p>At point2listing, accessible from https://point2listing.ca/, one of our main priorities is the privacy of our clients. This Privacy Policy document contains types of information that is collected and recorded by point2listing and how we use it.</p><p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.</p><p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in point2listing. This policy is not applicable to any information collected offline or via channels other than this website.</p>		\n			<h2>Consent</h2>		\n		<p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.</p>Â 		\n			<h2>Information we collect\n</h2>		\n		<p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.</p><p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.</p><p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.</p>		\n			<h2>How we use your information\n</h2>		\n		<p>We use the information we collect in various ways, including to:</p><ul><li>Provide, operate, and maintain our website</li><li>Improve, personalize, and expand our website</li><li>Understand and analyze how you use our website</li><li>Develop new products, services, features, and functionality</li><li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes</li><li>Send you emails</li><li>Find and prevent fraud</li></ul>		\n			<h2>Log Files</h2>		\n		<p>point2listing follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting servicesâ€™ analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking usersâ€™ movement on the website, and gathering demographic information.</p>		\n			<h2>Advertising Partners Privacy Policies</h2>		\n		<p>You may consult this list to find the Privacy Policy for each of the advertising partners of point2listing.</p><p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on point2listing, which are sent directly to usersâ€™ browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</p><p>Note that point2listing has no access to or control over these cookies that are used by third-party advertisers.</p>		\n			<h2>Third Party Privacy Policies</h2>		\n		<p>point2listingâ€™s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.</p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsersâ€™ respective websites.</p>		\n			<h2>Third Party Privacy Policies</h2>		\n		<p>point2listingâ€™s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.</p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsersâ€™ respective websites.</p>		\n			<h2>CCPA Privacy Rights (Do Not Sell My Personal Information)\n</h2>		\n		<p>Under the CCPA, among other rights, California consumers have the right to:</p><p>Request that a business that collects a consumerâ€™s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.</p><p>Request that a business delete any personal data about the consumer that a business has collected.</p><p>Request that a business that sells a consumerâ€™s personal data, not sell the consumerâ€™s personal data.</p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>		\n			<h2>GDPR Data Protection Rights</h2>		\n		<p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:</p><p>The right to access â€“ You have the right to request copies of your personal data. We may charge you a small fee for this service.</p><p>The right to rectification â€“ You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.</p><p>The right to erasure â€“ You have the right to request that we erase your personal data, under certain conditions.</p><p>The right to restrict processing â€“ You have the right to request that we restrict the processing of your personal data, under certain conditions.</p><p>The right to object to processing â€“ You have the right to object to our processing of your personal data, under certain conditions.</p><p>The right to data portability â€“ You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.</p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>		\n			<h2>Children\'s Information\n</h2>		\n<p>Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.</p>\n<p>point2listing does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.</p>\n			<h2>Changes to This Privacy Policy\n</h2>		\n		<p>We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately, after they are posted on this page.</p>','Privacy Policy','','inherit','closed','closed','','2580-revision-v1','','','2024-09-02 11:40:50','2024-09-02 11:40:50','',2580,'https://point2listing.ca/?p=3117',0,'revision','',0),(3118,1,'2024-09-02 11:43:03','2024-09-02 11:43:03','<h2>Terms and Conditions\n</h2>		\n		<p>Welcome to Point2 Listing!</p><p>These terms and conditions outline the rules and regulations for using the Point2 Listing Website, located at https://point2listing.ca/.</p><p>By accessing this website we assume you accept these terms and conditions. Do not continue to use Point2 Listing if you do not agree to take all of the terms and conditions stated on this page.</p><p>The following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice, and all Agreements: â€œClientâ€, â€œYouâ€ and â€œYourâ€ refers to you, the person log on this website and compliant to the Companyâ€™s terms and conditions. â€œThe Companyâ€, â€œOurselvesâ€, â€œWeâ€, â€œOurâ€ and â€œUsâ€, refers to our Company. â€œPartyâ€, â€œPartiesâ€, or â€œUsâ€, refers to both the Client and ourselves. All terms refer to the offer, acceptance, and consideration of payment necessary to undertake the process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Clientâ€™s needs in respect of the provision of the Companyâ€™s stated services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization and/or he/she or they, are taken as interchangeable and therefore as referring to same.</p>		\n			<h2>Cookies\n</h2>		\n		<p>We employ the use of cookies. By accessing Point2 Listing, you agreed to use cookies in agreement with the Point2 Listing Privacy Policy.</p><p>Most interactive websites use cookies to let us retrieve the userâ€™s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate/advertising partners may also use cookies.</p>		\n			<h2>License</h2>		\n		<p>Unless otherwise stated, Point2 Listing and/or its licensors own the intellectual property rights for all material on Point2 Listing. All intellectual property rights are reserved. You may access this from point2listing for your own personal use subjected to restrictions set in these terms and conditions.</p><p>You must not:</p><ul><li>Republish material from Point2 Listing</li><li>Sell, rent or sub-license material from Point2 Listing</li><li>Reproduce, duplicate or copy material from Point2 Listing</li><li>Redistribute content from Point2 Listing</li></ul><p>Parts of this website offer an opportunity for users to post and exchange opinions and information in certain areas of the website. Point2 Listing does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views and opinions of point2listing,its agents and/or affiliates. Comments reflect the views and opinions of the person who post their views and opinions. To the extent permitted by applicable laws, point2listing shall not be liable for the Comments or for any liability, damages or expenses caused and/or suffered as a result of any use of and/or posting of and/or appearance of the Comments on this website.</p><p>Point2 Listing reserves the right to monitor all Comments and to remove any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.</p><p>You warrant and represent that:</p><ul><li>You are entitled to post the Comments on our website and have all necessary licenses and consents to do so;</li><li>The Comments do not invade any intellectual property right, including without limitation copyright, patent or trademark of any third party;</li><li>The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material which is an invasion of privacy</li><li>The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity.</li></ul><p>You hereby grant Point2 Listing a non-exclusive license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.</p>		\n			<h2>Hyperlinking to our Content</h2>		\n		<p>The following organizations may link to our Website without prior written approval:</p><ul><li>Government agencies;</li><li>Search engines;</li><li>News organizations;</li><li>Online directory distributors may link to our Website in the same manner as they hyperlink to the Websites of other listed businesses; and</li><li>System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site.</li></ul><p>These organizations may link to our home page, to publications or to other Website information so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products and/or services; and (c) fits within the context of the linking partyâ€™s site.</p><p>We may consider and approve other link requests from the following types of organizations:</p><ul><li>commonly-known consumer and/or business information sources;</li><li>dot.com community sites;</li><li>associations or other groups representing charities;</li><li>online directory distributors;</li><li>internet portals;</li><li>accounting, law and consulting firms; and</li><li>educational institutions and trade associations.</li></ul><p>We will approve link requests from these organizations if we decide that: (a) the link would not make us look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any negative records with us; (c) the benefit to us from the visibility of the hyperlink compensates the absence of Point2 Listing; and (d) the link is in the context of general resource information.</p><p>These organizations may link to our home page so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking partyâ€™s site.</p><p>If you are one of the organizations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to Point2 Listing. Please include your name, your organization name, contact information as well as the URL of your site, a list of any URLs from which you intend to link to our Website, and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks for a response.</p><p>Approved organizations may hyperlink to our Website as follows:</p><ul><li>By use of our corporate name; or</li><li>By use of the uniform resource locator being linked to; or</li><li>By use of any other description of our Website being linked to that makes sense within the context and format of content on the linking partyâ€™s site.</li></ul><p>No use of Point2 Listing logo or other artwork will be allowed for linking absent a trademark license agreement.</p>		\n			<h2>iFrames\n</h2>		\n		<p>Without prior approval and written permission, you may not create frames around our Webpages that alter in any way the visual presentation or appearance of our Website.</p>		\n			<h2>Content Liability\n</h2>		\n		<p>We shall not be hold responsible for any content that appears on your Website. You agree to protect and defend us against all claims that is rising on your Website. No link(s) should appear on any Website that may be interpreted as libelous, obscene or criminal, or which infringes, otherwise violates, or advocates the infringement or other violation of, any third party rights.</p>		\n			<h2>Your Privacy\n</h2>		\n		<p>Please read Privacy Policy</p>		\n			<h2>Reservation of Rights\n</h2>		\n		<p>We reserve the right to request that you remove all links or any particular link to our Website. You approve to immediately remove all links to our Website upon request. We also reserve the right to amen these terms and conditions and itâ€™s linking policy at any time. By continuously linking to our Website, you agree to be bound to and follow these linking terms and conditions.</p>		\n			<h2>Removal of links from our website\n</h2>		\n		<p>If you find any link on our Website that is offensive for any reason, you are free to contact and inform us any moment. We will consider requests to remove links but we are not obligated to or so or to respond to you directly.</p><p>We do not ensure that the information on this website is correct, we do not warrant its completeness or accuracy; nor do we promise to ensure that the website remains available or that the material on the website is kept up to date.</p>		\n			<h2>Disclaimer\n</h2>		\n		<p>To the maximum extent permitted by applicable law, we exclude all representations, warranties and conditions relating to our website and the use of this website. Nothing in this disclaimer will:</p><ul><li>limit or exclude our or your liability for death or personal injury;</li><li>limit or exclude our or your liability for fraud or fraudulent misrepresentation;</li><li>limit any of our or your liabilities in any way that is not permitted under applicable law; or</li><li>exclude any of our or your liabilities that may not be excluded under applicable law.</li></ul><p>The limitations and prohibitions of liability set in this Section and elsewhere in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer, including liabilities arising in contract, in tort and for breach of statutory duty.</p><p>As long as the website and the information and services on the website are provided free of charge, we will not be liable for any loss or damage of any nature.</p>		\n			<h2>Return and Refund Policy\n</h2>		\n			<h2>Interpretation\n</h2>		\n		<p>The words of which the initial letter is capitalized have meanings defined<br />under the following conditions. The following definitions shall have the same<br />meaning regardless of whether they appear in singular or in plural.</p>Â 		\n			<h2>Definitions</h2>		\n		<p>For the purposes of this Return and Refund Policy:</p><p>* Company (referred to as either â€œthe Companyâ€, â€œWeâ€, â€œUsâ€ or â€œOurâ€ in this<br />Agreement) refers to Point2Listing, 135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2</p><p>* Goods refer to the items offered for sale on the Service.</p><p>* Orders mean a request by You to purchase Goods from Us.</p><p>* Service refers to the Website.</p><p>* Website refers to Point2Listing, accessible from<br />&lt;https://point2listing.ca/&gt;</p><p>* You means the individual accessing or using the Service, or the company,<br />or other legal entity on behalf of which such individual is accessing or<br />using the Service, as applicable.</p>		\n			<h2>Your Order Cancellation Rights\n</h2>		\n		<p>You are entitled to cancel Your Order within 14 days without giving any reason<br />for doing so.</p><p>The deadline for cancelling an Order is 14 days from the date on which You<br />received the Goods or on which a third party you have appointed, who is not<br />the carrier, takes possession of the product delivered.</p><p>In order to exercise Your right of cancellation, You must inform Us of your<br />decision by means of a clear statement. You can inform us of your decision by:</p><p>* By email: contact@point2listings.ca</p><p>We will reimburse You no later than 14 days from the day on which We receive<br />the returned Goods. We will use the same means of payment as You used for the<br />Order, and You will not incur any fees for such reimbursement.</p>		\n			<h2>Conditions for Returns\n</h2>		\n		<p>The Refund Policy for 3 month services has 60 days time. If you havenâ€™t received quality and promised quantity of listing appointments within the service period of 3 months then, you can claim full refund after 3 months from your account manager by phone, email or through text. He/she will forward your refund request to a higher authority, they willÂ review all your leads, agreement, leads feedback and within one week they will update you about the refund.</p><ol><li>If we are unable to satisfy you with in the service period, then there will be two options for you:</li><li>1st option: You can claim a full refund.</li><li>2nd option: If you still want to work with us after 3 months, but if you have some issues/concerns with the quality or the quantity then, we will run your campaign. over 2 months and replace some leads to retain you for the long term.</li></ol>		\n			<h2>Returning Goods\n</h2>		\n		<p>You are responsible for the cost and risk of returning the Goods to Us. You<br />should send the Goods at the following address</p><p>Point2listings.ca</p><p>We cannot be held responsible for Goods damaged or lost in return shipment.<br />Therefore, We recommend an insured and trackable mail service. We are unable<br />to issue a refund without actual receipt of the Goods or proof of received<br />return delivery.</p>Â ','Terms and Conditions','','inherit','closed','closed','','2595-revision-v1','','','2024-09-02 11:43:03','2024-09-02 11:43:03','',2595,'https://point2listing.ca/?p=3118',0,'revision','',0),(3119,1,'2024-09-02 11:43:08','2024-09-02 11:43:08','<h2>Terms and Conditions\n</h2>		\n		<p>Welcome to Point2 Listing!</p><p>These terms and conditions outline the rules and regulations for using the Point2 Listing Website, located at https://point2listing.ca/.</p><p>By accessing this website we assume you accept these terms and conditions. Do not continue to use Point2 Listing if you do not agree to take all of the terms and conditions stated on this page.</p><p>The following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice, and all Agreements: â€œClientâ€, â€œYouâ€ and â€œYourâ€ refers to you, the person log on this website and compliant to the Companyâ€™s terms and conditions. â€œThe Companyâ€, â€œOurselvesâ€, â€œWeâ€, â€œOurâ€ and â€œUsâ€, refers to our Company. â€œPartyâ€, â€œPartiesâ€, or â€œUsâ€, refers to both the Client and ourselves. All terms refer to the offer, acceptance, and consideration of payment necessary to undertake the process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Clientâ€™s needs in respect of the provision of the Companyâ€™s stated services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization and/or he/she or they, are taken as interchangeable and therefore as referring to same.</p>		\n			<h2>Cookies\n</h2>		\n		<p>We employ the use of cookies. By accessing Point2 Listing, you agreed to use cookies in agreement with the Point2 Listing Privacy Policy.</p><p>Most interactive websites use cookies to let us retrieve the userâ€™s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate/advertising partners may also use cookies.</p>		\n			<h2>License</h2>		\n		<p>Unless otherwise stated, Point2 Listing and/or its licensors own the intellectual property rights for all material on Point2 Listing. All intellectual property rights are reserved. You may access this from point2listing for your own personal use subjected to restrictions set in these terms and conditions.</p><p>You must not:</p><ul><li>Republish material from Point2 Listing</li><li>Sell, rent or sub-license material from Point2 Listing</li><li>Reproduce, duplicate or copy material from Point2 Listing</li><li>Redistribute content from Point2 Listing</li></ul><p>Parts of this website offer an opportunity for users to post and exchange opinions and information in certain areas of the website. Point2 Listing does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views and opinions of point2listing,its agents and/or affiliates. Comments reflect the views and opinions of the person who post their views and opinions. To the extent permitted by applicable laws, point2listing shall not be liable for the Comments or for any liability, damages or expenses caused and/or suffered as a result of any use of and/or posting of and/or appearance of the Comments on this website.</p><p>Point2 Listing reserves the right to monitor all Comments and to remove any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.</p><p>You warrant and represent that:</p><ul><li>You are entitled to post the Comments on our website and have all necessary licenses and consents to do so;</li><li>The Comments do not invade any intellectual property right, including without limitation copyright, patent or trademark of any third party;</li><li>The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material which is an invasion of privacy</li><li>The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity.</li></ul><p>You hereby grant Point2 Listing a non-exclusive license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.</p>		\n			<h2>Hyperlinking to our Content</h2>		\n		<p>The following organizations may link to our Website without prior written approval:</p><ul><li>Government agencies;</li><li>Search engines;</li><li>News organizations;</li><li>Online directory distributors may link to our Website in the same manner as they hyperlink to the Websites of other listed businesses; and</li><li>System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site.</li></ul><p>These organizations may link to our home page, to publications or to other Website information so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products and/or services; and (c) fits within the context of the linking partyâ€™s site.</p><p>We may consider and approve other link requests from the following types of organizations:</p><ul><li>commonly-known consumer and/or business information sources;</li><li>dot.com community sites;</li><li>associations or other groups representing charities;</li><li>online directory distributors;</li><li>internet portals;</li><li>accounting, law and consulting firms; and</li><li>educational institutions and trade associations.</li></ul><p>We will approve link requests from these organizations if we decide that: (a) the link would not make us look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any negative records with us; (c) the benefit to us from the visibility of the hyperlink compensates the absence of Point2 Listing; and (d) the link is in the context of general resource information.</p><p>These organizations may link to our home page so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking partyâ€™s site.</p><p>If you are one of the organizations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to Point2 Listing. Please include your name, your organization name, contact information as well as the URL of your site, a list of any URLs from which you intend to link to our Website, and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks for a response.</p><p>Approved organizations may hyperlink to our Website as follows:</p><ul><li>By use of our corporate name; or</li><li>By use of the uniform resource locator being linked to; or</li><li>By use of any other description of our Website being linked to that makes sense within the context and format of content on the linking partyâ€™s site.</li></ul><p>No use of Point2 Listing logo or other artwork will be allowed for linking absent a trademark license agreement.</p>		\n			<h2>iFrames\n</h2>		\n		<p>Without prior approval and written permission, you may not create frames around our Webpages that alter in any way the visual presentation or appearance of our Website.</p>		\n			<h2>Content Liability\n</h2>		\n		<p>We shall not be hold responsible for any content that appears on your Website. You agree to protect and defend us against all claims that is rising on your Website. No link(s) should appear on any Website that may be interpreted as libelous, obscene or criminal, or which infringes, otherwise violates, or advocates the infringement or other violation of, any third party rights.</p>		\n			<h2>Your Privacy\n</h2>		\n		<p>Please read Privacy Policy</p>		\n			<h2>Reservation of Rights\n</h2>		\n		<p>We reserve the right to request that you remove all links or any particular link to our Website. You approve to immediately remove all links to our Website upon request. We also reserve the right to amen these terms and conditions and itâ€™s linking policy at any time. By continuously linking to our Website, you agree to be bound to and follow these linking terms and conditions.</p>		\n			<h2>Removal of links from our website\n</h2>		\n		<p>If you find any link on our Website that is offensive for any reason, you are free to contact and inform us any moment. We will consider requests to remove links but we are not obligated to or so or to respond to you directly.</p><p>We do not ensure that the information on this website is correct, we do not warrant its completeness or accuracy; nor do we promise to ensure that the website remains available or that the material on the website is kept up to date.</p>		\n			<h2>Disclaimer\n</h2>		\n		<p>To the maximum extent permitted by applicable law, we exclude all representations, warranties and conditions relating to our website and the use of this website. Nothing in this disclaimer will:</p><ul><li>limit or exclude our or your liability for death or personal injury;</li><li>limit or exclude our or your liability for fraud or fraudulent misrepresentation;</li><li>limit any of our or your liabilities in any way that is not permitted under applicable law; or</li><li>exclude any of our or your liabilities that may not be excluded under applicable law.</li></ul><p>The limitations and prohibitions of liability set in this Section and elsewhere in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer, including liabilities arising in contract, in tort and for breach of statutory duty.</p><p>As long as the website and the information and services on the website are provided free of charge, we will not be liable for any loss or damage of any nature.</p>		\n			<h2>Return and Refund Policy\n</h2>		\n			<h2>Interpretation\n</h2>		\n		<p>The words of which the initial letter is capitalized have meanings defined<br />under the following conditions. The following definitions shall have the same<br />meaning regardless of whether they appear in singular or in plural.</p>Â 		\n			<h2>Definitions</h2>		\n		<p>For the purposes of this Return and Refund Policy:</p><p>* Company (referred to as either â€œthe Companyâ€, â€œWeâ€, â€œUsâ€ or â€œOurâ€ in this<br />Agreement) refers to Point2Listing, 135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2</p><p>* Goods refer to the items offered for sale on the Service.</p><p>* Orders mean a request by You to purchase Goods from Us.</p><p>* Service refers to the Website.</p><p>* Website refers to Point2Listing, accessible from<br />&lt;https://point2listing.ca/&gt;</p><p>* You means the individual accessing or using the Service, or the company,<br />or other legal entity on behalf of which such individual is accessing or<br />using the Service, as applicable.</p>		\n			<h2>Your Order Cancellation Rights\n</h2>		\n		<p>You are entitled to cancel Your Order within 14 days without giving any reason<br />for doing so.</p><p>The deadline for cancelling an Order is 14 days from the date on which You<br />received the Goods or on which a third party you have appointed, who is not<br />the carrier, takes possession of the product delivered.</p><p>In order to exercise Your right of cancellation, You must inform Us of your<br />decision by means of a clear statement. You can inform us of your decision by:</p><p>* By email: contact@point2listings.ca</p><p>We will reimburse You no later than 14 days from the day on which We receive<br />the returned Goods. We will use the same means of payment as You used for the<br />Order, and You will not incur any fees for such reimbursement.</p>		\n			<h2>Conditions for Returns\n</h2>		\n		<p>The Refund Policy for 3 month services has 60 days time. If you havenâ€™t received quality and promised quantity of listing appointments within the service period of 3 months then, you can claim full refund after 3 months from your account manager by phone, email or through text. He/she will forward your refund request to a higher authority, they willÂ review all your leads, agreement, leads feedback and within one week they will update you about the refund.</p><ol><li>If we are unable to satisfy you with in the service period, then there will be two options for you:</li><li>1st option: You can claim a full refund.</li><li>2nd option: If you still want to work with us after 3 months, but if you have some issues/concerns with the quality or the quantity then, we will run your campaign. over 2 months and replace some leads to retain you for the long term.</li></ol>		\n			<h2>Returning Goods\n</h2>		\n		<p>You are responsible for the cost and risk of returning the Goods to Us. You<br />should send the Goods at the following address</p><p>Point2listings.ca</p><p>We cannot be held responsible for Goods damaged or lost in return shipment.<br />Therefore, We recommend an insured and trackable mail service. We are unable<br />to issue a refund without actual receipt of the Goods or proof of received<br />return delivery.</p>Â ','Terms and Conditions','','inherit','closed','closed','','2595-revision-v1','','','2024-09-02 11:43:08','2024-09-02 11:43:08','',2595,'https://point2listing.ca/?p=3119',0,'revision','',0),(3120,1,'2024-09-02 11:43:08','2024-09-02 11:43:08','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Terms and Conditions\n</h2>		\n		<p>Welcome to Point2listing!</p><p>These terms and conditions outline the rules and regulations for using the Point2 Listing Website, located at https://point2listing.ca/.</p><p>By accessing this website we assume you accept these terms and conditions. Do not continue to use Point2 Listing if you do not agree to take all of the terms and conditions stated on this page.</p><p>The following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice, and all Agreements: â€œClientâ€, â€œYouâ€ and â€œYourâ€ refers to you, the person log on this website and compliant to the Companyâ€™s terms and conditions. â€œThe Companyâ€, â€œOurselvesâ€, â€œWeâ€, â€œOurâ€ and â€œUsâ€, refers to our Company. â€œPartyâ€, â€œPartiesâ€, or â€œUsâ€, refers to both the Client and ourselves. All terms refer to the offer, acceptance, and consideration of payment necessary to undertake the process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Clientâ€™s needs in respect of the provision of the Companyâ€™s stated services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization and/or he/she or they, are taken as interchangeable and therefore as referring to same.</p>		\n			<h2>Cookies\n</h2>		\n		<p>We employ the use of cookies. By accessing Point2 Listing, you agreed to use cookies in agreement with the Point2 Listing Privacy Policy.</p><p>Most interactive websites use cookies to let us retrieve the userâ€™s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate/advertising partners may also use cookies.</p>		\n			<h2>License</h2>		\n		<p>Unless otherwise stated, Point2 Listing and/or its licensors own the intellectual property rights for all material on Point2 Listing. All intellectual property rights are reserved. You may access this from point2listing for your own personal use subjected to restrictions set in these terms and conditions.</p><p>You must not:</p><ul><li>Republish material from Point2 Listing</li><li>Sell, rent or sub-license material from Point2 Listing</li><li>Reproduce, duplicate or copy material from Point2 Listing</li><li>Redistribute content from Point2 Listing</li></ul><p>Parts of this website offer an opportunity for users to post and exchange opinions and information in certain areas of the website. Point2 Listing does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views and opinions of point2listing,its agents and/or affiliates. Comments reflect the views and opinions of the person who post their views and opinions. To the extent permitted by applicable laws, point2listing shall not be liable for the Comments or for any liability, damages or expenses caused and/or suffered as a result of any use of and/or posting of and/or appearance of the Comments on this website.</p><p>Point2 Listing reserves the right to monitor all Comments and to remove any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.</p><p>You warrant and represent that:</p><ul><li>You are entitled to post the Comments on our website and have all necessary licenses and consents to do so;</li><li>The Comments do not invade any intellectual property right, including without limitation copyright, patent or trademark of any third party;</li><li>The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material which is an invasion of privacy</li><li>The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity.</li></ul><p>You hereby grant Point2 Listing a non-exclusive license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.</p>		\n			<h2>Hyperlinking to our Content</h2>		\n		<p>The following organizations may link to our Website without prior written approval:</p><ul><li>Government agencies;</li><li>Search engines;</li><li>News organizations;</li><li>Online directory distributors may link to our Website in the same manner as they hyperlink to the Websites of other listed businesses; and</li><li>System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site.</li></ul><p>These organizations may link to our home page, to publications or to other Website information so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products and/or services; and (c) fits within the context of the linking partyâ€™s site.</p><p>We may consider and approve other link requests from the following types of organizations:</p><ul><li>commonly-known consumer and/or business information sources;</li><li>dot.com community sites;</li><li>associations or other groups representing charities;</li><li>online directory distributors;</li><li>internet portals;</li><li>accounting, law and consulting firms; and</li><li>educational institutions and trade associations.</li></ul><p>We will approve link requests from these organizations if we decide that: (a) the link would not make us look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any negative records with us; (c) the benefit to us from the visibility of the hyperlink compensates the absence of Point2 Listing; and (d) the link is in the context of general resource information.</p><p>These organizations may link to our home page so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking partyâ€™s site.</p><p>If you are one of the organizations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to Point2 Listing. Please include your name, your organization name, contact information as well as the URL of your site, a list of any URLs from which you intend to link to our Website, and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks for a response.</p><p>Approved organizations may hyperlink to our Website as follows:</p><ul><li>By use of our corporate name; or</li><li>By use of the uniform resource locator being linked to; or</li><li>By use of any other description of our Website being linked to that makes sense within the context and format of content on the linking partyâ€™s site.</li></ul><p>No use of Point2 Listing logo or other artwork will be allowed for linking absent a trademark license agreement.</p>		\n			<h2>iFrames\n</h2>		\n		<p>Without prior approval and written permission, you may not create frames around our Webpages that alter in any way the visual presentation or appearance of our Website.</p>		\n			<h2>Content Liability\n</h2>		\n		<p>We shall not be hold responsible for any content that appears on your Website. You agree to protect and defend us against all claims that is rising on your Website. No link(s) should appear on any Website that may be interpreted as libelous, obscene or criminal, or which infringes, otherwise violates, or advocates the infringement or other violation of, any third party rights.</p>		\n			<h2>Your Privacy\n</h2>		\n		<p>Please read Privacy Policy</p>		\n			<h2>Reservation of Rights\n</h2>		\n		<p>We reserve the right to request that you remove all links or any particular link to our Website. You approve to immediately remove all links to our Website upon request. We also reserve the right to amen these terms and conditions and itâ€™s linking policy at any time. By continuously linking to our Website, you agree to be bound to and follow these linking terms and conditions.</p>		\n			<h2>Removal of links from our website\n</h2>		\n		<p>If you find any link on our Website that is offensive for any reason, you are free to contact and inform us any moment. We will consider requests to remove links but we are not obligated to or so or to respond to you directly.</p><p>We do not ensure that the information on this website is correct, we do not warrant its completeness or accuracy; nor do we promise to ensure that the website remains available or that the material on the website is kept up to date.</p>		\n			<h2>Disclaimer\n</h2>		\n		<p>To the maximum extent permitted by applicable law, we exclude all representations, warranties and conditions relating to our website and the use of this website. Nothing in this disclaimer will:</p><ul><li>limit or exclude our or your liability for death or personal injury;</li><li>limit or exclude our or your liability for fraud or fraudulent misrepresentation;</li><li>limit any of our or your liabilities in any way that is not permitted under applicable law; or</li><li>exclude any of our or your liabilities that may not be excluded under applicable law.</li></ul><p>The limitations and prohibitions of liability set in this Section and elsewhere in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer, including liabilities arising in contract, in tort and for breach of statutory duty.</p><p>As long as the website and the information and services on the website are provided free of charge, we will not be liable for any loss or damage of any nature.</p>		\n			<h2>Return and Refund Policy\n</h2>		\n			<h2>Interpretation\n</h2>		\n		<p>The words of which the initial letter is capitalized have meanings defined<br />under the following conditions. The following definitions shall have the same<br />meaning regardless of whether they appear in singular or in plural.</p>Â 		\n			<h2>Definitions</h2>		\n		<p>For the purposes of this Return and Refund Policy:</p><p>* Company (referred to as either â€œthe Companyâ€, â€œWeâ€, â€œUsâ€ or â€œOurâ€ in this<br />Agreement) refers to Point2Listing, 135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2</p><p>* Goods refer to the items offered for sale on the Service.</p><p>* Orders mean a request by You to purchase Goods from Us.</p><p>* Service refers to the Website.</p><p>* Website refers to Point2Listing, accessible from<br />&lt;https://point2listing.ca/&gt;</p><p>* You means the individual accessing or using the Service, or the company,<br />or other legal entity on behalf of which such individual is accessing or<br />using the Service, as applicable.</p>		\n			<h2>Your Order Cancellation Rights\n</h2>		\n		<p>You are entitled to cancel Your Order within 14 days without giving any reason<br />for doing so.</p><p>The deadline for cancelling an Order is 14 days from the date on which You<br />received the Goods or on which a third party you have appointed, who is not<br />the carrier, takes possession of the product delivered.</p><p>In order to exercise Your right of cancellation, You must inform Us of your<br />decision by means of a clear statement. You can inform us of your decision by:</p><p>* By email: contact@point2listing.ca</p><p>We will reimburse You no later than 14 days from the day on which We receive<br />the returned Goods. We will use the same means of payment as You used for the<br />Order, and You will not incur any fees for such reimbursement.</p>		\n			<h2>Conditions for Returns\n</h2>		\n		<p>The Refund Policy for 3 month services has 60 days time. If you havenâ€™t received quality and promised quantity of listing appointments within the service period of 3 months then, you can claim full refund after 3 months from your account manager by phone, email or through text. He/she will forward your refund request to a higher authority, they willÂ review all your leads, agreement, leads feedback and within one week they will update you about the refund.</p><ol><li>If we are unable to satisfy you with in the service period, then there will be two options for you:</li><li>1st option: You can claim a full refund.</li><li>2nd option: If you still want to work with us after 3 months, but if you have some issues/concerns with the quality or the quantity then, we will run your campaign. over 2 months and replace some leads to retain you for the long term.</li></ol>		\n			<h2>Returning Goods\n</h2>		\n<p>You are responsible for the cost and risk of returning the Goods to Us. You<br>should send the Goods at the following address</p>\n<p>Point2listing.ca</p>\n<p>We cannot be held responsible for Goods damaged or lost in return shipment.<br>Therefore, We recommend an insured and trackable mail service. We are unable<br>to issue a refund without actual receipt of the Goods or proof of received<br>return delivery.</p>\n&nbsp;','Terms and Conditions','','inherit','closed','closed','','2595-revision-v1','','','2024-09-02 11:43:08','2024-09-02 11:43:08','',2595,'https://point2listing.ca/?p=3120',0,'revision','',0),(3121,1,'2024-09-02 11:52:32','2024-09-02 11:52:32','','Contact','','inherit','open','closed','','contact-2','','','2024-09-02 11:52:32','2024-09-02 11:52:32','',1809,'https://point2listing.ca/wp-content/uploads/2024/09/Contact.webp',0,'attachment','image/webp',0),(3122,1,'2024-09-02 11:52:37','2024-09-02 11:52:37','','stylish-business-team-three-scaled-1 copy','','inherit','open','closed','','stylish-business-team-three-scaled-1-copy','','','2024-09-02 11:52:37','2024-09-02 11:52:37','',1809,'https://point2listing.ca/wp-content/uploads/2024/09/stylish-business-team-three-scaled-1-copy.webp',0,'attachment','image/webp',0),(3130,1,'2024-09-02 11:53:39','2024-09-02 11:53:39','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>About us</h1>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>About Point2listing</h2>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n		<p style=\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\">At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth.</p><p style=\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\">Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence. Our team of professional realtors is dedicated to offering expert guidance at every step of the process.</p><p style=\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\">Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.</p>		\n			<h2>Our Path To Success: Guiding Principles For Growth</h2>		\n		<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','About us','','inherit','closed','closed','','22-revision-v1','','','2024-09-02 11:53:39','2024-09-02 11:53:39','',22,'https://point2listing.ca/?p=3130',0,'revision','',0),(3131,1,'2024-09-02 11:53:39','2024-09-02 11:53:39','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>About us</h1>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>About Point2listing</h2>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n		<p style=\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\">At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth.</p><p style=\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\">Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence. Our team of professional realtors is dedicated to offering expert guidance at every step of the process.</p><p style=\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\">Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.</p>		\n			<h2>Our Path To Success: Guiding Principles For Growth</h2>		\n		<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','About us','','inherit','closed','closed','','22-revision-v1','','','2024-09-02 11:53:39','2024-09-02 11:53:39','',22,'https://point2listing.ca/?p=3131',0,'revision','',0),(3133,1,'2024-09-02 12:05:11','2024-09-02 12:05:11','','seo-1 copy','','inherit','open','closed','','seo-1-copy','','','2024-09-02 12:05:11','2024-09-02 12:05:11','',1940,'https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp',0,'attachment','image/webp',0),(3134,1,'2024-09-02 12:08:45','2024-09-02 12:08:45','','What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow','','inherit','open','closed','','what-is-email-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow','','','2024-09-02 12:08:45','2024-09-02 12:08:45','',1975,'https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp',0,'attachment','image/webp',0),(3135,1,'2024-09-02 12:08:54','2024-09-02 12:08:54','','Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio copy','','inherit','open','closed','','why-email-marketing-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy','','','2024-09-02 12:08:54','2024-09-02 12:08:54','',1975,'https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp',0,'attachment','image/webp',0),(3145,1,'2024-09-02 12:11:17','2024-09-02 12:11:17','','seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio copy','','inherit','open','closed','','seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy','','','2024-09-02 12:11:17','2024-09-02 12:11:17','',1940,'https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp',0,'attachment','image/webp',0),(3146,1,'2024-09-02 12:11:20','2024-09-02 12:11:20','','what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio copy','','inherit','open','closed','','what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy','','','2024-09-02 12:11:20','2024-09-02 12:11:20','',1940,'https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp',0,'attachment','image/webp',0),(3148,1,'2024-09-02 12:12:32','2024-09-02 12:12:32','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Search Engine Optimzation</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"c18bc28668c1530c05172b1a8eec6f83\" data-token-time=\"1724931128\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0de9d22b13\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/seo/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>In todayâ€™s digital landscape, a stunning website isnâ€™t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. Thatâ€™s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img src=\"https://point2listing.ca/wp-content/uploads/elementor/thumbs/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio.webp\" title=\"what-is-seo-scaled\" alt=\"what-is-seo-scaled\" loading=\"lazy\" />													\n                                    <h2>What Is Search Engine Optimization (SEO)?</h2>\n                                    <p>SEO is a set of techniques and strategies that are used to improve the visibility and ranking of a website in search engine results pages. Local SEO agency in Canada involves optimizing a websiteâ€™s content, structure, and code to make it more attractive to search engines like Google and Bing</p>\n                                    <h2>Our SEO Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Off-page-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Off-Page Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll help you build high-quality backlinks to your website from reputable sources to improve your search engine rankings                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Local-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Local SEO</strong>\n                                <!-- text-with-icon-title -->\n                                    If you have a local business, weâ€™ll help you optimize your website for local search results to help you attract more customers in your area.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/on-page-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>On-Page Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll optimize your websiteâ€™s content, structure, and code to make it <br>more attractive to search <br>engines.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Keyword-Research.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Keyword Research</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll conduct in-depth keyword research to identify the keywords and phrases that your target audience is using to find the products                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img src=\"https://point2listing.ca/wp-content/uploads/elementor/thumbs/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio.webp\" title=\"seo-is-important-scaled\" alt=\"seo-is-important-scaled\" loading=\"lazy\" />													\n                                    <h2>Why Is SEO Important?</h2>\n                                    <p>In todayâ€™s digital world, most consumers turn to search engines to find the products and services they need. By optimizing your website for search engines, you can increase your visibility and attract more targeted traffic to your website. This can lead to more leads, conversions, and revenue for your business.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','seo','','inherit','closed','closed','','1940-revision-v1','','','2024-09-02 12:12:32','2024-09-02 12:12:32','',1940,'https://point2listing.ca/?p=3148',0,'revision','',0),(3149,1,'2024-09-02 12:12:32','2024-09-02 12:12:32','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Search Engine Optimzation</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725279152\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/seo/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>In todayâ€™s digital landscape, a stunning website isnâ€™t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. Thatâ€™s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Search Engine Optimization (SEO)?</h2>\n                                    <p>SEO is a set of techniques and strategies that are used to improve the visibility and ranking of a website in search engine results pages. Local SEO agency in Canada involves optimizing a websiteâ€™s content, structure, and code to make it more attractive to search engines like Google and Bing</p>\n                                    <h2>Our SEO Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Off-page-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Off-Page Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll help you build high-quality backlinks to your website from reputable sources to improve your search engine rankings                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Local-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Local SEO</strong>\n                                <!-- text-with-icon-title -->\n                                    If you have a local business, weâ€™ll help you optimize your website for local search results to help you attract more customers in your area.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/on-page-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>On-Page Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll optimize your websiteâ€™s content, structure, and code to make it <br>more attractive to search <br>engines.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Keyword-Research.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Keyword Research</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll conduct in-depth keyword research to identify the keywords and phrases that your target audience is using to find the products                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is SEO Important?</h2>\n                                    <p>In todayâ€™s digital world, most consumers turn to search engines to find the products and services they need. By optimizing your website for search engines, you can increase your visibility and attract more targeted traffic to your website. This can lead to more leads, conversions, and revenue for your business.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','seo','','inherit','closed','closed','','1940-revision-v1','','','2024-09-02 12:12:32','2024-09-02 12:12:32','',1940,'https://point2listing.ca/?p=3149',0,'revision','',0),(3152,1,'2024-09-02 12:23:18','2024-09-02 12:23:18','','ppc-advertising-1 copy','','inherit','open','closed','','ppc-advertising-1-copy','','','2024-09-02 12:23:18','2024-09-02 12:23:18','',1949,'https://point2listing.ca/wp-content/uploads/2024/09/ppc-advertising-1-copy.webp',0,'attachment','image/webp',0),(3153,1,'2024-09-02 12:23:22','2024-09-02 12:23:22','','Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow copy','','inherit','open','closed','','ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy','','','2024-09-02 12:23:22','2024-09-02 12:23:22','',1949,'https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp',0,'attachment','image/webp',0),(3154,1,'2024-09-02 12:23:26','2024-09-02 12:23:26','','What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow copy','','inherit','open','closed','','what-is-ppc-campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy','','','2024-09-02 12:23:26','2024-09-02 12:23:26','',1949,'https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp',0,'attachment','image/webp',0),(3161,1,'2024-09-02 12:26:39','2024-09-02 12:26:39','','Social-media copy','','inherit','open','closed','','social-media-copy','','','2024-09-02 12:26:39','2024-09-02 12:26:39','',1972,'https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp',0,'attachment','image/webp',0),(3162,1,'2024-09-02 12:26:43','2024-09-02 12:26:43','','What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow copy','','inherit','open','closed','','what-is-social-media-marketing-services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy','','','2024-09-02 12:26:43','2024-09-02 12:26:43','',1972,'https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp',0,'attachment','image/webp',0),(3164,1,'2024-09-02 12:28:23','2024-09-02 12:28:23','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Social Media Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"c18bc28668c1530c05172b1a8eec6f83\" data-token-time=\"1724931151\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0de9d22b13\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/social-media-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>We help businesses create and implement social media strategies that align with their goals and objectives.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img src=\"https://point2listing.ca/wp-content/uploads/elementor/thumbs/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\" title=\"What-Is-Social-Media-Marketing-Services-scaled\" alt=\"What-Is-Social-Media-Marketing-Services-scaled\" loading=\"lazy\" />													\n                                    <h2>What Is Social Media Marketing Services ?</h2>\n                                    <p>Social media marketing services Canada are a type of digital marketing that leverage the power of social media platforms to connect businesses with their target audience, build brand awareness, and ultimately drive conversions. Think of it as building a bridge between a brand and its ideal customers on platforms like Facebook, Instagram, Twitter, TikTok, and more.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-strategy.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Strategy</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experts will work with you to develop a comprehensive social media strategy that aligns with your business objectives. Weâ€™ll conduct a thorough analysis of your industry, competition, and target audience to identify the most effective social media platforms                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-manegment.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Management</strong>\n                                <!-- text-with-icon-title -->\n                                    Managing social media accounts can be time-consuming, but itâ€™s crucial to stay active and engage with your audience regularly. Our team can handle all aspects of social media management, including content creation, scheduling, community management, and more                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-audit.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Audits</strong>\n                                <!-- text-with-icon-title -->\n                                     This service involves reviewing the social media presence of the business and identifying areas of improvement. The audit includes analyzing the content, engagement, follower growth, and more, to develop a plan for improving the social media presence                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-creation-1.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Creation</strong>\n                                <!-- text-with-icon-title -->\n                                    Creating high-quality and engaging content is key to success on social media platforms. Our team of content creators can develop various types of content, including images, videos, infographics, and more, to keep your social media presence fresh                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Social Media Marketing','','inherit','closed','closed','','1972-revision-v1','','','2024-09-02 12:28:23','2024-09-02 12:28:23','',1972,'https://point2listing.ca/?p=3164',0,'revision','',0),(3165,1,'2024-09-02 12:28:23','2024-09-02 12:28:23','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Social Media Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280103\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/social-media-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>We help businesses create and implement social media strategies that align with their goals and objectives.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Social Media Marketing Services ?</h2>\n                                    <p>Social media marketing services Canada are a type of digital marketing that leverage the power of social media platforms to connect businesses with their target audience, build brand awareness, and ultimately drive conversions. Think of it as building a bridge between a brand and its ideal customers on platforms like Facebook, Instagram, Twitter, TikTok, and more.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-strategy.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Strategy</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experts will work with you to develop a comprehensive social media strategy that aligns with your business objectives. Weâ€™ll conduct a thorough analysis of your industry, competition, and target audience to identify the most effective social media platforms                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-manegment.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Management</strong>\n                                <!-- text-with-icon-title -->\n                                    Managing social media accounts can be time-consuming, but itâ€™s crucial to stay active and engage with your audience regularly. Our team can handle all aspects of social media management, including content creation, scheduling, community management, and more                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-audit.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Audits</strong>\n                                <!-- text-with-icon-title -->\n                                     This service involves reviewing the social media presence of the business and identifying areas of improvement. The audit includes analyzing the content, engagement, follower growth, and more, to develop a plan for improving the social media presence                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-creation-1.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Creation</strong>\n                                <!-- text-with-icon-title -->\n                                    Creating high-quality and engaging content is key to success on social media platforms. Our team of content creators can develop various types of content, including images, videos, infographics, and more, to keep your social media presence fresh                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Social Media Marketing','','inherit','closed','closed','','1972-revision-v1','','','2024-09-02 12:28:23','2024-09-02 12:28:23','',1972,'https://point2listing.ca/?p=3165',0,'revision','',0),(3166,1,'2024-09-02 12:32:12','2024-09-02 12:32:12','','Content-marketing-2-1024x576-1 copy','','inherit','open','closed','','content-marketing-2-1024x576-1-copy','','','2024-09-02 12:32:12','2024-09-02 12:32:12','',1937,'https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp',0,'attachment','image/webp',0),(3167,1,'2024-09-02 12:32:14','2024-09-02 12:32:14','','what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow copy','','inherit','open','closed','','what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy','','','2024-09-02 12:32:14','2024-09-02 12:32:14','',1937,'https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp',0,'attachment','image/webp',0),(3168,1,'2024-09-02 12:32:20','2024-09-02 12:32:20','','Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio copy','','inherit','open','closed','','why-is-content-marketing-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy','','','2024-09-02 12:32:20','2024-09-02 12:32:20','',1937,'https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp',0,'attachment','image/webp',0),(3170,1,'2024-09-02 12:33:08','2024-09-02 12:33:08','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Content Marekting</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"c18bc28668c1530c05172b1a8eec6f83\" data-token-time=\"1724931227\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0de9d22b13\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/content-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unlocking the Power of Content Marketing Services In Canada</p><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clientsÂ </p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img src=\"https://point2listing.ca/wp-content/uploads/elementor/thumbs/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\" title=\"what-is-content-marketing-scaled\" alt=\"what-is-content-marketing-scaled\" loading=\"lazy\" />													\n                                    <h2>What Is Content Marketing?</h2>\n                                    <p>Content marketing is a strategic marketing approach that focuses on creating valuable, informative, and engaging content that is designed to attract and retain a specific target audience. Content marketing can take many forms, including blog posts, videos, social media updates, e-books, and more.</p>\n                                    <h2>Our Content Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-promotion.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Promotion</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll promote your content on social media channels and other relevant platforms to help you reach a wider audience and drive more traffic to your website                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-analytics.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Analytics</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll provide you with detailed analytics reports that track the performance of your content. This will help you identify which types of content are resonating                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-creation.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Creation</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experienced writers and content creators will develop high-quality, engaging content that is designed to attract and retain your target audience.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-optimization.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll help you optimize your content for search engines by incorporating relevant keywords and meta tags. This will help your content rank higher on search engine                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img src=\"https://point2listing.ca/wp-content/uploads/elementor/thumbs/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio.webp\" title=\"Why-Is-Content-Marketing-Important-scaled\" alt=\"Why-Is-Content-Marketing-Important-scaled\" loading=\"lazy\" />													\n                                    <h2>Why Is Content Marketing Important?</h2>\n                                    <p>In todayâ€™s digital world, content is king. By creating high-quality, engaging content that resonates with your target audience, you can build a strong online presence, establish yourself as an authority in your industry, and drive more traffic to your website. Effective content marketing can also help you generate more leads, increase your conversion rates, and boost your revenue.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','content marketing','','inherit','closed','closed','','1937-revision-v1','','','2024-09-02 12:33:08','2024-09-02 12:33:08','',1937,'https://point2listing.ca/?p=3170',0,'revision','',0),(3171,1,'2024-09-02 12:33:08','2024-09-02 12:33:08','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Content Marekting</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280388\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/content-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unlocking the Power of Content Marketing Services In Canada</p><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clientsÂ </p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Content Marketing?</h2>\n                                    <p>Content marketing is a strategic marketing approach that focuses on creating valuable, informative, and engaging content that is designed to attract and retain a specific target audience. Content marketing can take many forms, including blog posts, videos, social media updates, e-books, and more.</p>\n                                    <h2>Our Content Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-promotion.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Promotion</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll promote your content on social media channels and other relevant platforms to help you reach a wider audience and drive more traffic to your website                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-analytics.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Analytics</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll provide you with detailed analytics reports that track the performance of your content. This will help you identify which types of content are resonating                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-creation.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Creation</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experienced writers and content creators will develop high-quality, engaging content that is designed to attract and retain your target audience.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-optimization.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll help you optimize your content for search engines by incorporating relevant keywords and meta tags. This will help your content rank higher on search engine                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is Content Marketing Important?</h2>\n                                    <p>In todayâ€™s digital world, content is king. By creating high-quality, engaging content that resonates with your target audience, you can build a strong online presence, establish yourself as an authority in your industry, and drive more traffic to your website. Effective content marketing can also help you generate more leads, increase your conversion rates, and boost your revenue.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','content marketing','','inherit','closed','closed','','1937-revision-v1','','','2024-09-02 12:33:08','2024-09-02 12:33:08','',1937,'https://point2listing.ca/?p=3171',0,'revision','',0),(3172,1,'2024-09-02 12:34:10','2024-09-02 12:34:10','','web-development-1 copy','','inherit','open','closed','','web-development-1-copy','','','2024-09-02 12:34:10','2024-09-02 12:34:10','',1925,'https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp',0,'attachment','image/webp',0),(3174,1,'2024-09-02 12:34:48','2024-09-02 12:34:48','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Web Development</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"c18bc28668c1530c05172b1a8eec6f83\" data-token-time=\"1724931234\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0de9d22b13\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/web-development/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>A wide range of skills and disciplines</p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. Thatâ€™s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img src=\"https://point2listing.ca/wp-content/uploads/elementor/thumbs/What-Is-Web-Development-scaled-copy-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\" title=\"What-Is-Web-Development-scaled-copy\" alt=\"What-Is-Web-Development-scaled-copy\" loading=\"lazy\" />													\n                                    <h2>What Is Web Development ?</h2>\n                                    <p>Web development refers to the process of creating websites and web applications that are accessible on the internet. It involves a range of technical skills and knowledge, including coding, web design, server management, database management, and software development.\n Web development is an essential component of modern business and communication, as it allows businesses and individuals to create an online presence and connect with others around the world. From e-commerce websites that enable online shopping to social networking platforms that connect people with similar interests, web development has transformed the way we interact with each other and the world around us.</p>\n                                    <h2>Our Web Development Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Mobile-app-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Mobile App Development</strong>\n                                <!-- text-with-icon-title -->\n                                    We offer mobile app development services for businesses that want to expand their reach and connect with their customers on mobile devices. Weâ€™ll create a mobile app that is user-friendly and visually appealing                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Custom-web-application.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Custom Web Applications</strong>\n                                <!-- text-with-icon-title -->\n                                    Our custom web application development services are designed to help businesses streamline their processes and improve efficiency. Weâ€™ll work with you to identify your business needs and develop a custom web application that meets those needs.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ecommerce-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>E-Commerce Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Our e-commerce development services are designed to help businesses of all sizes sell products and services online. Weâ€™ll create an e-commerce website that is easy to navigate, secure, and optimized for search engines.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Website-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Website Design And Development</strong>\n                                <!-- text-with-icon-title -->\n                                    We offer custom website design and development services to meet the unique needs of each of our clients. Our team of experienced web developers will work with you to create a website that is visually appealing and user-friendly                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Web Development','','inherit','closed','closed','','1925-revision-v1','','','2024-09-02 12:34:48','2024-09-02 12:34:48','',1925,'https://point2listing.ca/?p=3174',0,'revision','',0),(3175,1,'2024-09-02 12:34:48','2024-09-02 12:34:48','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Web Development</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280488\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/web-development/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>A wide range of skills and disciplines</p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. Thatâ€™s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1024x683.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>What Is Web Development ?</h2>\n                                    <p>Web development refers to the process of creating websites and web applications that are accessible on the internet. It involves a range of technical skills and knowledge, including coding, web design, server management, database management, and software development.\n Web development is an essential component of modern business and communication, as it allows businesses and individuals to create an online presence and connect with others around the world. From e-commerce websites that enable online shopping to social networking platforms that connect people with similar interests, web development has transformed the way we interact with each other and the world around us.</p>\n                                    <h2>Our Web Development Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Mobile-app-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Mobile App Development</strong>\n                                <!-- text-with-icon-title -->\n                                    We offer mobile app development services for businesses that want to expand their reach and connect with their customers on mobile devices. Weâ€™ll create a mobile app that is user-friendly and visually appealing                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Custom-web-application.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Custom Web Applications</strong>\n                                <!-- text-with-icon-title -->\n                                    Our custom web application development services are designed to help businesses streamline their processes and improve efficiency. Weâ€™ll work with you to identify your business needs and develop a custom web application that meets those needs.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ecommerce-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>E-Commerce Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Our e-commerce development services are designed to help businesses of all sizes sell products and services online. Weâ€™ll create an e-commerce website that is easy to navigate, secure, and optimized for search engines.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Website-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Website Design And Development</strong>\n                                <!-- text-with-icon-title -->\n                                    We offer custom website design and development services to meet the unique needs of each of our clients. Our team of experienced web developers will work with you to create a website that is visually appealing and user-friendly                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Web Development','','inherit','closed','closed','','1925-revision-v1','','','2024-09-02 12:34:48','2024-09-02 12:34:48','',1925,'https://point2listing.ca/?p=3175',0,'revision','',0),(3179,1,'2024-09-02 12:37:08','2024-09-02 12:37:08','','digital-marketing-1 copy','','inherit','open','closed','','digital-marketing-1-copy','','','2024-09-02 12:37:08','2024-09-02 12:37:08','',1909,'https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp',0,'attachment','image/webp',0),(3180,1,'2024-09-02 12:37:12','2024-09-02 12:37:12','','Digital-marketing-2-1024x576 copy','','inherit','open','closed','','digital-marketing-2-1024x576-copy','','','2024-09-02 12:37:12','2024-09-02 12:37:12','',1909,'https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy.webp',0,'attachment','image/webp',0),(3181,1,'2024-09-02 12:37:15','2024-09-02 12:37:15','','What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow copy','','inherit','open','closed','','what-is-digital-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy','','','2024-09-02 12:37:15','2024-09-02 12:37:15','',1909,'https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp',0,'attachment','image/webp',0),(3183,1,'2024-09-02 12:38:08','2024-09-02 12:38:08','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Digital Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"c18bc28668c1530c05172b1a8eec6f83\" data-token-time=\"1724931251\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0de9d22b13\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/digital-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unleash explosive growth with ourÂ best digital marketing agency Canada</p><p>Digital marketing has become increasingly important in todayâ€™s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Digital-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Digital-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Digital-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Digital-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Digital-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Digital-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Digital-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Digital-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img src=\"https://point2listing.ca/wp-content/uploads/elementor/thumbs/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\" title=\"What-Is-Digital-Marketing-scaled\" alt=\"What-Is-Digital-Marketing-scaled\" loading=\"lazy\" />													\n                                    <h2>What Is Real Digital Marketing?</h2>\n                                    <p>Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in todayâ€™s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/seo-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Search Engine Optimization (SEO)</strong>\n                                <!-- text-with-icon-title -->\n                                    SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-icon.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Content marketing involves creating and sharing valuable content to attract and engage a target audience, build brand authority, and drive profitable customer actions.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-marketing-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Social media marketing involves using social media platforms, such as Facebook, Twitter, etc to promote a brand or product.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/email-marketing-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Digital Marketing','','inherit','closed','closed','','1909-revision-v1','','','2024-09-02 12:38:08','2024-09-02 12:38:08','',1909,'https://point2listing.ca/?p=3183',0,'revision','',0),(3184,1,'2024-09-02 12:38:08','2024-09-02 12:38:08','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Digital Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280688\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/digital-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unleash explosive growth with ourÂ best digital marketing agency Canada</p><p>Digital marketing has become increasingly important in todayâ€™s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img src=\"https://point2listing.ca/wp-content/uploads/elementor/thumbs/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-qtilflcdvmf0au66psv9f9q38w88ysova58g9klzpc.webp\" title=\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow copy\" alt=\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow copy\" loading=\"lazy\" />													\n                                    <h2>What Is Real Digital Marketing?</h2>\n                                    <p>Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in todayâ€™s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/seo-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Search Engine Optimization (SEO)</strong>\n                                <!-- text-with-icon-title -->\n                                    SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-icon.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Content marketing involves creating and sharing valuable content to attract and engage a target audience, build brand authority, and drive profitable customer actions.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-marketing-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Social media marketing involves using social media platforms, such as Facebook, Twitter, etc to promote a brand or product.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/email-marketing-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Digital Marketing','','inherit','closed','closed','','1909-revision-v1','','','2024-09-02 12:38:08','2024-09-02 12:38:08','',1909,'https://point2listing.ca/?p=3184',0,'revision','',0),(3191,1,'2024-09-02 12:39:15','2024-09-02 12:39:15','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Search Engine Optimzation</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725279152\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/seo/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>In todayâ€™s digital landscape, a stunning website isnâ€™t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. Thatâ€™s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Search Engine Optimization (SEO)?</h2>\n                                    <p>SEO is a set of techniques and strategies that are used to improve the visibility and ranking of a website in search engine results pages. Local SEO agency in Canada involves optimizing a websiteâ€™s content, structure, and code to make it more attractive to search engines like Google and Bing</p>\n                                    <h2>Our SEO Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Off-page-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Off-Page Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll help you build high-quality backlinks to your website from reputable sources to improve your search engine rankings                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Local-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Local SEO</strong>\n                                <!-- text-with-icon-title -->\n                                    If you have a local business, weâ€™ll help you optimize your website for local search results to help you attract more customers in your area.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/on-page-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>On-Page Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll optimize your websiteâ€™s content, structure, and code to make it <br>more attractive to search <br>engines.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Keyword-Research.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Keyword Research</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll conduct in-depth keyword research to identify the keywords and phrases that your target audience is using to find the products                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is SEO Important?</h2>\n                                    <p>In todayâ€™s digital world, most consumers turn to search engines to find the products and services they need. By optimizing your website for search engines, you can increase your visibility and attract more targeted traffic to your website. This can lead to more leads, conversions, and revenue for your business.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','seo','','inherit','closed','closed','','1940-revision-v1','','','2024-09-02 12:39:15','2024-09-02 12:39:15','',1940,'https://point2listing.ca/?p=3191',0,'revision','',0),(3192,1,'2024-09-02 12:39:26','2024-09-02 12:39:26','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Search Engine Optimzation</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725279152\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/seo/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>In todayâ€™s digital landscape, a stunning website isnâ€™t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. Thatâ€™s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Search Engine Optimization (SEO)?</h2>\n                                    <p>SEO is a set of techniques and strategies that are used to improve the visibility and ranking of a website in search engine results pages. Local SEO agency in Canada involves optimizing a websiteâ€™s content, structure, and code to make it more attractive to search engines like Google and Bing</p>\n                                    <h2>Our SEO Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Off-page-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Off-Page Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll help you build high-quality backlinks to your website from reputable sources to improve your search engine rankings                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Local-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Local SEO</strong>\n                                <!-- text-with-icon-title -->\n                                    If you have a local business, weâ€™ll help you optimize your website for local search results to help you attract more customers in your area.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/on-page-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>On-Page Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll optimize your websiteâ€™s content, structure, and code to make it <br>more attractive to search <br>engines.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Keyword-Research.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Keyword Research</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll conduct in-depth keyword research to identify the keywords and phrases that your target audience is using to find the products                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is SEO Important?</h2>\n                                    <p>In todayâ€™s digital world, most consumers turn to search engines to find the products and services they need. By optimizing your website for search engines, you can increase your visibility and attract more targeted traffic to your website. This can lead to more leads, conversions, and revenue for your business.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','seo','','inherit','closed','closed','','1940-revision-v1','','','2024-09-02 12:39:26','2024-09-02 12:39:26','',1940,'https://point2listing.ca/?p=3192',0,'revision','',0),(3193,1,'2024-09-02 12:39:26','2024-09-02 12:39:26','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Search Engine Optimzation</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280766\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/seo/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>In todayâ€™s digital landscape, a stunning website isnâ€™t enough. You need a search engine powerhouse, a beacon that draws in your target audience and propels your business to new heights. Thatâ€™s where our SEO expertise comes in. We go beyond surface-level aesthetics and delve into the intricate architecture of search engines, crafting strategies that make your website the answer every query craves.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/SEo-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Search Engine Optimization (SEO)?</h2>\n                                    <p>SEO is a set of techniques and strategies that are used to improve the visibility and ranking of a website in search engine results pages. Local SEO agency in Canada involves optimizing a websiteâ€™s content, structure, and code to make it more attractive to search engines like Google and Bing</p>\n                                    <h2>Our SEO Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Off-page-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Off-Page Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll help you build high-quality backlinks to your website from reputable sources to improve your search engine rankings                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Local-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Local SEO</strong>\n                                <!-- text-with-icon-title -->\n                                    If you have a local business, weâ€™ll help you optimize your website for local search results to help you attract more customers in your area.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/on-page-seo.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>On-Page Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll optimize your websiteâ€™s content, structure, and code to make it <br>more attractive to search <br>engines.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Keyword-Research.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Keyword Research</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll conduct in-depth keyword research to identify the keywords and phrases that your target audience is using to find the products                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is SEO Important?</h2>\n                                    <p>In todayâ€™s digital world, most consumers turn to search engines to find the products and services they need. By optimizing your website for search engines, you can increase your visibility and attract more targeted traffic to your website. This can lead to more leads, conversions, and revenue for your business.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','seo','','inherit','closed','closed','','1940-revision-v1','','','2024-09-02 12:39:26','2024-09-02 12:39:26','',1940,'https://point2listing.ca/?p=3193',0,'revision','',0),(3195,1,'2024-09-02 12:39:40','2024-09-02 12:39:40','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Email Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725279007\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/email-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Email Marketing?</h2>\n                                    <p>Email marketing is a cost-effective and powerful way to reach your target audience and drive business growth. Email Marketing in Canada enables businesses to communicate with their customers directly and personalize their messaging to increase engagement and conversions.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-campaign-strategy.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Campaign Strategy</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experts will work with you to develop a comprehensive email campaign strategy that aligns with your business objectives. Weâ€™ll identify the most effective email types                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-list-building.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email List Building</strong>\n                                <!-- text-with-icon-title -->\n                                    Building a high-quality email list is essential for a successful email marketing campaign. Our team can help you build and grow your email list using various tactics, including lead magnets, sign-up forms, and more                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-design-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Design And Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Creating visually appealing and engaging email templates is key to driving engagement and conversions. Our team of designers and developers can create custom email templates that align with your brand                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-Automation.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Automation</strong>\n                                <!-- text-with-icon-title -->\n                                    Automated email campaigns can save time and increase engagement by sending personalized messages based on user behavior or demographics. We can help you set up and manage  email automation campaigns                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Email Marketing Is Important?</h2>\n                                    <p>Email marketing Canada is an important tool for businesses to reach and engage with their target audience. Here are a few reasons why email marketing is crucial for the success of any business\n</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Email Marketing','','inherit','closed','closed','','1975-revision-v1','','','2024-09-02 12:39:40','2024-09-02 12:39:40','',1975,'https://point2listing.ca/?p=3195',0,'revision','',0),(3196,1,'2024-09-02 12:39:40','2024-09-02 12:39:40','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Email Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280780\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/email-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Email Marketing?</h2>\n                                    <p>Email marketing is a cost-effective and powerful way to reach your target audience and drive business growth. Email Marketing in Canada enables businesses to communicate with their customers directly and personalize their messaging to increase engagement and conversions.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-campaign-strategy.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Campaign Strategy</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experts will work with you to develop a comprehensive email campaign strategy that aligns with your business objectives. Weâ€™ll identify the most effective email types                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-list-building.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email List Building</strong>\n                                <!-- text-with-icon-title -->\n                                    Building a high-quality email list is essential for a successful email marketing campaign. Our team can help you build and grow your email list using various tactics, including lead magnets, sign-up forms, and more                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-design-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Design And Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Creating visually appealing and engaging email templates is key to driving engagement and conversions. Our team of designers and developers can create custom email templates that align with your brand                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-Automation.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Automation</strong>\n                                <!-- text-with-icon-title -->\n                                    Automated email campaigns can save time and increase engagement by sending personalized messages based on user behavior or demographics. We can help you set up and manage  email automation campaigns                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Email Marketing Is Important?</h2>\n                                    <p>Email marketing Canada is an important tool for businesses to reach and engage with their target audience. Here are a few reasons why email marketing is crucial for the success of any business\n</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Email Marketing','','inherit','closed','closed','','1975-revision-v1','','','2024-09-02 12:39:40','2024-09-02 12:39:40','',1975,'https://point2listing.ca/?p=3196',0,'revision','',0),(3197,1,'2024-09-02 12:39:49','2024-09-02 12:39:49','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Social Media Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280103\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/social-media-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>We help businesses create and implement social media strategies that align with their goals and objectives.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Social Media Marketing Services ?</h2>\n                                    <p>Social media marketing services Canada are a type of digital marketing that leverage the power of social media platforms to connect businesses with their target audience, build brand awareness, and ultimately drive conversions. Think of it as building a bridge between a brand and its ideal customers on platforms like Facebook, Instagram, Twitter, TikTok, and more.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-strategy.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Strategy</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experts will work with you to develop a comprehensive social media strategy that aligns with your business objectives. Weâ€™ll conduct a thorough analysis of your industry, competition, and target audience to identify the most effective social media platforms                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-manegment.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Management</strong>\n                                <!-- text-with-icon-title -->\n                                    Managing social media accounts can be time-consuming, but itâ€™s crucial to stay active and engage with your audience regularly. Our team can handle all aspects of social media management, including content creation, scheduling, community management, and more                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-audit.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Audits</strong>\n                                <!-- text-with-icon-title -->\n                                     This service involves reviewing the social media presence of the business and identifying areas of improvement. The audit includes analyzing the content, engagement, follower growth, and more, to develop a plan for improving the social media presence                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-creation-1.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Creation</strong>\n                                <!-- text-with-icon-title -->\n                                    Creating high-quality and engaging content is key to success on social media platforms. Our team of content creators can develop various types of content, including images, videos, infographics, and more, to keep your social media presence fresh                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Social Media Marketing','','inherit','closed','closed','','1972-revision-v1','','','2024-09-02 12:39:49','2024-09-02 12:39:49','',1972,'https://point2listing.ca/?p=3197',0,'revision','',0),(3198,1,'2024-09-02 12:40:00','2024-09-02 12:40:00','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Social Media Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280103\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/social-media-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>We help businesses create and implement social media strategies that align with their goals and objectives.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Social Media Marketing Services ?</h2>\n                                    <p>Social media marketing services Canada are a type of digital marketing that leverage the power of social media platforms to connect businesses with their target audience, build brand awareness, and ultimately drive conversions. Think of it as building a bridge between a brand and its ideal customers on platforms like Facebook, Instagram, Twitter, TikTok, and more.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-strategy.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Strategy</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experts will work with you to develop a comprehensive social media strategy that aligns with your business objectives. Weâ€™ll conduct a thorough analysis of your industry, competition, and target audience to identify the most effective social media platforms                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-manegment.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Management</strong>\n                                <!-- text-with-icon-title -->\n                                    Managing social media accounts can be time-consuming, but itâ€™s crucial to stay active and engage with your audience regularly. Our team can handle all aspects of social media management, including content creation, scheduling, community management, and more                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-audit.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Audits</strong>\n                                <!-- text-with-icon-title -->\n                                     This service involves reviewing the social media presence of the business and identifying areas of improvement. The audit includes analyzing the content, engagement, follower growth, and more, to develop a plan for improving the social media presence                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-creation-1.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Creation</strong>\n                                <!-- text-with-icon-title -->\n                                    Creating high-quality and engaging content is key to success on social media platforms. Our team of content creators can develop various types of content, including images, videos, infographics, and more, to keep your social media presence fresh                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Social Media Marketing','','inherit','closed','closed','','1972-revision-v1','','','2024-09-02 12:40:00','2024-09-02 12:40:00','',1972,'https://point2listing.ca/?p=3198',0,'revision','',0),(3199,1,'2024-09-02 12:40:00','2024-09-02 12:40:00','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Social Media Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280800\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/social-media-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>We help businesses create and implement social media strategies that align with their goals and objectives.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Social Media Marketing Services ?</h2>\n                                    <p>Social media marketing services Canada are a type of digital marketing that leverage the power of social media platforms to connect businesses with their target audience, build brand awareness, and ultimately drive conversions. Think of it as building a bridge between a brand and its ideal customers on platforms like Facebook, Instagram, Twitter, TikTok, and more.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-strategy.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Strategy</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experts will work with you to develop a comprehensive social media strategy that aligns with your business objectives. Weâ€™ll conduct a thorough analysis of your industry, competition, and target audience to identify the most effective social media platforms                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-manegment.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Management</strong>\n                                <!-- text-with-icon-title -->\n                                    Managing social media accounts can be time-consuming, but itâ€™s crucial to stay active and engage with your audience regularly. Our team can handle all aspects of social media management, including content creation, scheduling, community management, and more                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-audit.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Audits</strong>\n                                <!-- text-with-icon-title -->\n                                     This service involves reviewing the social media presence of the business and identifying areas of improvement. The audit includes analyzing the content, engagement, follower growth, and more, to develop a plan for improving the social media presence                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-creation-1.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Creation</strong>\n                                <!-- text-with-icon-title -->\n                                    Creating high-quality and engaging content is key to success on social media platforms. Our team of content creators can develop various types of content, including images, videos, infographics, and more, to keep your social media presence fresh                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Social Media Marketing','','inherit','closed','closed','','1972-revision-v1','','','2024-09-02 12:40:00','2024-09-02 12:40:00','',1972,'https://point2listing.ca/?p=3199',0,'revision','',0),(3200,1,'2024-09-02 12:39:53','2024-09-02 12:39:53','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Email Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280780\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/email-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Email Marketing?</h2>\n                                    <p>Email marketing is a cost-effective and powerful way to reach your target audience and drive business growth. Email Marketing in Canada enables businesses to communicate with their customers directly and personalize their messaging to increase engagement and conversions.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-campaign-strategy.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Campaign Strategy</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experts will work with you to develop a comprehensive email campaign strategy that aligns with your business objectives. Weâ€™ll identify the most effective email types                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-list-building.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email List Building</strong>\n                                <!-- text-with-icon-title -->\n                                    Building a high-quality email list is essential for a successful email marketing campaign. Our team can help you build and grow your email list using various tactics, including lead magnets, sign-up forms, and more                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-design-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Design And Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Creating visually appealing and engaging email templates is key to driving engagement and conversions. Our team of designers and developers can create custom email templates that align with your brand                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-Automation.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Automation</strong>\n                                <!-- text-with-icon-title -->\n                                    Automated email campaigns can save time and increase engagement by sending personalized messages based on user behavior or demographics. We can help you set up and manage  email automation campaigns                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Email Marketing Is Important?</h2>\n                                    <p>Email marketing Canada is an important tool for businesses to reach and engage with their target audience. Here are a few reasons why email marketing is crucial for the success of any business\n</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Email Marketing','','inherit','closed','closed','','1975-revision-v1','','','2024-09-02 12:39:53','2024-09-02 12:39:53','',1975,'https://point2listing.ca/?p=3200',0,'revision','',0),(3201,1,'2024-09-02 12:40:05','2024-09-02 12:40:05','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Email Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280780\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/email-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Email Marketing?</h2>\n                                    <p>Email marketing is a cost-effective and powerful way to reach your target audience and drive business growth. Email Marketing in Canada enables businesses to communicate with their customers directly and personalize their messaging to increase engagement and conversions.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-campaign-strategy.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Campaign Strategy</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experts will work with you to develop a comprehensive email campaign strategy that aligns with your business objectives. Weâ€™ll identify the most effective email types                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-list-building.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email List Building</strong>\n                                <!-- text-with-icon-title -->\n                                    Building a high-quality email list is essential for a successful email marketing campaign. Our team can help you build and grow your email list using various tactics, including lead magnets, sign-up forms, and more                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-design-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Design And Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Creating visually appealing and engaging email templates is key to driving engagement and conversions. Our team of designers and developers can create custom email templates that align with your brand                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-Automation.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Automation</strong>\n                                <!-- text-with-icon-title -->\n                                    Automated email campaigns can save time and increase engagement by sending personalized messages based on user behavior or demographics. We can help you set up and manage  email automation campaigns                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Email Marketing Is Important?</h2>\n                                    <p>Email marketing Canada is an important tool for businesses to reach and engage with their target audience. Here are a few reasons why email marketing is crucial for the success of any business\n</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Email Marketing','','inherit','closed','closed','','1975-revision-v1','','','2024-09-02 12:40:05','2024-09-02 12:40:05','',1975,'https://point2listing.ca/?p=3201',0,'revision','',0),(3202,1,'2024-09-02 12:40:05','2024-09-02 12:40:05','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Email Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280805\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/email-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Email marketing is about building relationships and trust with your audience, not just pushing sales. If you focus on providing valuable content and personalized experiences, you can unlock the true potential of this powerful marketing tool.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Email Marketing?</h2>\n                                    <p>Email marketing is a cost-effective and powerful way to reach your target audience and drive business growth. Email Marketing in Canada enables businesses to communicate with their customers directly and personalize their messaging to increase engagement and conversions.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-campaign-strategy.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Campaign Strategy</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experts will work with you to develop a comprehensive email campaign strategy that aligns with your business objectives. Weâ€™ll identify the most effective email types                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-list-building.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email List Building</strong>\n                                <!-- text-with-icon-title -->\n                                    Building a high-quality email list is essential for a successful email marketing campaign. Our team can help you build and grow your email list using various tactics, including lead magnets, sign-up forms, and more                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-design-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Design And Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Creating visually appealing and engaging email templates is key to driving engagement and conversions. Our team of designers and developers can create custom email templates that align with your brand                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-Automation.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Automation</strong>\n                                <!-- text-with-icon-title -->\n                                    Automated email campaigns can save time and increase engagement by sending personalized messages based on user behavior or demographics. We can help you set up and manage  email automation campaigns                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Email Marketing Is Important?</h2>\n                                    <p>Email marketing Canada is an important tool for businesses to reach and engage with their target audience. Here are a few reasons why email marketing is crucial for the success of any business\n</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Email Marketing','','inherit','closed','closed','','1975-revision-v1','','','2024-09-02 12:40:05','2024-09-02 12:40:05','',1975,'https://point2listing.ca/?p=3202',0,'revision','',0),(3204,1,'2024-09-02 12:40:33','2024-09-02 12:40:33','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>PPC</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725279870\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/ppc/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>If youâ€™re looking for PPC services in Canada, itâ€™s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.Â </p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is PPC Campaign Canada?</h2>\n                                    <p>PPC Campaign Canada is a form of digital marketing that involves placing ads on search engine results pages, social media platforms, and other relevant websites. Advertisers only pay when someone clicks on their ad, which means that PPC Advertising can be a cost-effective way to reach a specific target audience and generate more leads and sales.</p>\n                                    <h2>Our  Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Increased-online-visibility.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Increased Online Visibility</strong>\n                                <!-- text-with-icon-title -->\n                                    Quickly get your business in front of potential customers who are actively searching for your products or services. By bidding on relevant keywords, your ads can appear on search engine results pages.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Cost-effective.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Cost<br> Effective</strong>\n                                <!-- text-with-icon-title -->\n                                    With PPC, you only pay when someone clicks on your ad, which means youâ€™re not wasting money on impressions or clicks from people who arenâ€™t interested in your business.                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Measurable-result.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Measurable <br>Results</strong>\n                                <!-- text-with-icon-title -->\n                                    PPC advertising provides detailed data on how your campaigns are performing, including the number of clicks, impressions, and conversions. This data can help you optimize your campaigns                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/PPC-strategy-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>PPC Strategy Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Develop a customized PPC Advertising strategy that is tailored to your business goals and target audience. Identify the best platforms to advertise on and target specific keywords                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is PPC Advertising Important?</h2>\n                                    <p>PPC Management Canada is an important component of any digital marketing strategy because it allows businesses to reach their target audiences in a highly targeted and cost-effective way. With PPC Advertising, businesses can control their ad spend, target specific keywords and demographics, and track their ad performance in real-time.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','PPC','','inherit','closed','closed','','1949-revision-v1','','','2024-09-02 12:40:33','2024-09-02 12:40:33','',1949,'https://point2listing.ca/?p=3204',0,'revision','',0),(3205,1,'2024-09-02 12:40:33','2024-09-02 12:40:33','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>PPC</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280833\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/ppc/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>If youâ€™re looking for PPC services in Canada, itâ€™s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.Â </p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is PPC Campaign Canada?</h2>\n                                    <p>PPC Campaign Canada is a form of digital marketing that involves placing ads on search engine results pages, social media platforms, and other relevant websites. Advertisers only pay when someone clicks on their ad, which means that PPC Advertising can be a cost-effective way to reach a specific target audience and generate more leads and sales.</p>\n                                    <h2>Our  Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Increased-online-visibility.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Increased Online Visibility</strong>\n                                <!-- text-with-icon-title -->\n                                    Quickly get your business in front of potential customers who are actively searching for your products or services. By bidding on relevant keywords, your ads can appear on search engine results pages.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Cost-effective.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Cost<br> Effective</strong>\n                                <!-- text-with-icon-title -->\n                                    With PPC, you only pay when someone clicks on your ad, which means youâ€™re not wasting money on impressions or clicks from people who arenâ€™t interested in your business.                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Measurable-result.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Measurable <br>Results</strong>\n                                <!-- text-with-icon-title -->\n                                    PPC advertising provides detailed data on how your campaigns are performing, including the number of clicks, impressions, and conversions. This data can help you optimize your campaigns                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/PPC-strategy-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>PPC Strategy Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Develop a customized PPC Advertising strategy that is tailored to your business goals and target audience. Identify the best platforms to advertise on and target specific keywords                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is PPC Advertising Important?</h2>\n                                    <p>PPC Management Canada is an important component of any digital marketing strategy because it allows businesses to reach their target audiences in a highly targeted and cost-effective way. With PPC Advertising, businesses can control their ad spend, target specific keywords and demographics, and track their ad performance in real-time.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','PPC','','inherit','closed','closed','','1949-revision-v1','','','2024-09-02 12:40:33','2024-09-02 12:40:33','',1949,'https://point2listing.ca/?p=3205',0,'revision','',0),(3206,1,'2024-09-02 12:40:35','2024-09-02 12:40:35','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>PPC</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280833\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/ppc/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>If youâ€™re looking for PPC services in Canada, itâ€™s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.Â </p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is PPC Campaign Canada?</h2>\n                                    <p>PPC Campaign Canada is a form of digital marketing that involves placing ads on search engine results pages, social media platforms, and other relevant websites. Advertisers only pay when someone clicks on their ad, which means that PPC Advertising can be a cost-effective way to reach a specific target audience and generate more leads and sales.</p>\n                                    <h2>Our  Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Increased-online-visibility.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Increased Online Visibility</strong>\n                                <!-- text-with-icon-title -->\n                                    Quickly get your business in front of potential customers who are actively searching for your products or services. By bidding on relevant keywords, your ads can appear on search engine results pages.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Cost-effective.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Cost<br> Effective</strong>\n                                <!-- text-with-icon-title -->\n                                    With PPC, you only pay when someone clicks on your ad, which means youâ€™re not wasting money on impressions or clicks from people who arenâ€™t interested in your business.                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Measurable-result.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Measurable <br>Results</strong>\n                                <!-- text-with-icon-title -->\n                                    PPC advertising provides detailed data on how your campaigns are performing, including the number of clicks, impressions, and conversions. This data can help you optimize your campaigns                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/PPC-strategy-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>PPC Strategy Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Develop a customized PPC Advertising strategy that is tailored to your business goals and target audience. Identify the best platforms to advertise on and target specific keywords                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is PPC Advertising Important?</h2>\n                                    <p>PPC Management Canada is an important component of any digital marketing strategy because it allows businesses to reach their target audiences in a highly targeted and cost-effective way. With PPC Advertising, businesses can control their ad spend, target specific keywords and demographics, and track their ad performance in real-time.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','PPC','','inherit','closed','closed','','1949-revision-v1','','','2024-09-02 12:40:35','2024-09-02 12:40:35','',1949,'https://point2listing.ca/?p=3206',0,'revision','',0),(3207,1,'2024-09-02 12:40:45','2024-09-02 12:40:45','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>PPC</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280833\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/ppc/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>If youâ€™re looking for PPC services in Canada, itâ€™s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.Â </p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is PPC Campaign Canada?</h2>\n                                    <p>PPC Campaign Canada is a form of digital marketing that involves placing ads on search engine results pages, social media platforms, and other relevant websites. Advertisers only pay when someone clicks on their ad, which means that PPC Advertising can be a cost-effective way to reach a specific target audience and generate more leads and sales.</p>\n                                    <h2>Our  Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Increased-online-visibility.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Increased Online Visibility</strong>\n                                <!-- text-with-icon-title -->\n                                    Quickly get your business in front of potential customers who are actively searching for your products or services. By bidding on relevant keywords, your ads can appear on search engine results pages.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Cost-effective.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Cost<br> Effective</strong>\n                                <!-- text-with-icon-title -->\n                                    With PPC, you only pay when someone clicks on your ad, which means youâ€™re not wasting money on impressions or clicks from people who arenâ€™t interested in your business.                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Measurable-result.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Measurable <br>Results</strong>\n                                <!-- text-with-icon-title -->\n                                    PPC advertising provides detailed data on how your campaigns are performing, including the number of clicks, impressions, and conversions. This data can help you optimize your campaigns                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/PPC-strategy-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>PPC Strategy Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Develop a customized PPC Advertising strategy that is tailored to your business goals and target audience. Identify the best platforms to advertise on and target specific keywords                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is PPC Advertising Important?</h2>\n                                    <p>PPC Management Canada is an important component of any digital marketing strategy because it allows businesses to reach their target audiences in a highly targeted and cost-effective way. With PPC Advertising, businesses can control their ad spend, target specific keywords and demographics, and track their ad performance in real-time.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','PPC','','inherit','closed','closed','','1949-revision-v1','','','2024-09-02 12:40:45','2024-09-02 12:40:45','',1949,'https://point2listing.ca/?p=3207',0,'revision','',0),(3208,1,'2024-09-02 12:40:45','2024-09-02 12:40:45','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>PPC</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280845\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/ppc/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>If youâ€™re looking for PPC services in Canada, itâ€™s important to choose an experienced and reliable agency that can help you create and manage effective campaigns.Â </p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is PPC Campaign Canada?</h2>\n                                    <p>PPC Campaign Canada is a form of digital marketing that involves placing ads on search engine results pages, social media platforms, and other relevant websites. Advertisers only pay when someone clicks on their ad, which means that PPC Advertising can be a cost-effective way to reach a specific target audience and generate more leads and sales.</p>\n                                    <h2>Our  Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Increased-online-visibility.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Increased Online Visibility</strong>\n                                <!-- text-with-icon-title -->\n                                    Quickly get your business in front of potential customers who are actively searching for your products or services. By bidding on relevant keywords, your ads can appear on search engine results pages.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Cost-effective.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Cost<br> Effective</strong>\n                                <!-- text-with-icon-title -->\n                                    With PPC, you only pay when someone clicks on your ad, which means youâ€™re not wasting money on impressions or clicks from people who arenâ€™t interested in your business.                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Measurable-result.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Measurable <br>Results</strong>\n                                <!-- text-with-icon-title -->\n                                    PPC advertising provides detailed data on how your campaigns are performing, including the number of clicks, impressions, and conversions. This data can help you optimize your campaigns                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/PPC-strategy-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>PPC Strategy Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Develop a customized PPC Advertising strategy that is tailored to your business goals and target audience. Identify the best platforms to advertise on and target specific keywords                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is PPC Advertising Important?</h2>\n                                    <p>PPC Management Canada is an important component of any digital marketing strategy because it allows businesses to reach their target audiences in a highly targeted and cost-effective way. With PPC Advertising, businesses can control their ad spend, target specific keywords and demographics, and track their ad performance in real-time.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','PPC','','inherit','closed','closed','','1949-revision-v1','','','2024-09-02 12:40:45','2024-09-02 12:40:45','',1949,'https://point2listing.ca/?p=3208',0,'revision','',0),(3209,1,'2024-09-02 12:40:47','2024-09-02 12:40:47','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Content Marekting</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280388\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/content-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unlocking the Power of Content Marketing Services In Canada</p><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clientsÂ </p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Content Marketing?</h2>\n                                    <p>Content marketing is a strategic marketing approach that focuses on creating valuable, informative, and engaging content that is designed to attract and retain a specific target audience. Content marketing can take many forms, including blog posts, videos, social media updates, e-books, and more.</p>\n                                    <h2>Our Content Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-promotion.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Promotion</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll promote your content on social media channels and other relevant platforms to help you reach a wider audience and drive more traffic to your website                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-analytics.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Analytics</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll provide you with detailed analytics reports that track the performance of your content. This will help you identify which types of content are resonating                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-creation.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Creation</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experienced writers and content creators will develop high-quality, engaging content that is designed to attract and retain your target audience.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-optimization.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll help you optimize your content for search engines by incorporating relevant keywords and meta tags. This will help your content rank higher on search engine                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is Content Marketing Important?</h2>\n                                    <p>In todayâ€™s digital world, content is king. By creating high-quality, engaging content that resonates with your target audience, you can build a strong online presence, establish yourself as an authority in your industry, and drive more traffic to your website. Effective content marketing can also help you generate more leads, increase your conversion rates, and boost your revenue.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','content marketing','','inherit','closed','closed','','1937-revision-v1','','','2024-09-02 12:40:47','2024-09-02 12:40:47','',1937,'https://point2listing.ca/?p=3209',0,'revision','',0),(3210,1,'2024-09-02 12:40:58','2024-09-02 12:40:58','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Content Marekting</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280388\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/content-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unlocking the Power of Content Marketing Services In Canada</p><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clientsÂ </p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Content Marketing?</h2>\n                                    <p>Content marketing is a strategic marketing approach that focuses on creating valuable, informative, and engaging content that is designed to attract and retain a specific target audience. Content marketing can take many forms, including blog posts, videos, social media updates, e-books, and more.</p>\n                                    <h2>Our Content Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-promotion.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Promotion</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll promote your content on social media channels and other relevant platforms to help you reach a wider audience and drive more traffic to your website                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-analytics.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Analytics</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll provide you with detailed analytics reports that track the performance of your content. This will help you identify which types of content are resonating                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-creation.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Creation</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experienced writers and content creators will develop high-quality, engaging content that is designed to attract and retain your target audience.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-optimization.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll help you optimize your content for search engines by incorporating relevant keywords and meta tags. This will help your content rank higher on search engine                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is Content Marketing Important?</h2>\n                                    <p>In todayâ€™s digital world, content is king. By creating high-quality, engaging content that resonates with your target audience, you can build a strong online presence, establish yourself as an authority in your industry, and drive more traffic to your website. Effective content marketing can also help you generate more leads, increase your conversion rates, and boost your revenue.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','content marketing','','inherit','closed','closed','','1937-revision-v1','','','2024-09-02 12:40:58','2024-09-02 12:40:58','',1937,'https://point2listing.ca/?p=3210',0,'revision','',0),(3211,1,'2024-09-02 12:40:58','2024-09-02 12:40:58','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Content Marekting</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280858\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/content-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unlocking the Power of Content Marketing Services In Canada</p><p>We provide market-competitive and SEO-optimized content writing and marketing services to our clients. With years of experience we provide tailored content marketing services according to the requirements to our clientsÂ </p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Content Marketing?</h2>\n                                    <p>Content marketing is a strategic marketing approach that focuses on creating valuable, informative, and engaging content that is designed to attract and retain a specific target audience. Content marketing can take many forms, including blog posts, videos, social media updates, e-books, and more.</p>\n                                    <h2>Our Content Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-promotion.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Promotion</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll promote your content on social media channels and other relevant platforms to help you reach a wider audience and drive more traffic to your website                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-analytics.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Analytics</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll provide you with detailed analytics reports that track the performance of your content. This will help you identify which types of content are resonating                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-creation.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Creation</strong>\n                                <!-- text-with-icon-title -->\n                                    Our team of experienced writers and content creators will develop high-quality, engaging content that is designed to attract and retain your target audience.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-optimization.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Optimization</strong>\n                                <!-- text-with-icon-title -->\n                                    Weâ€™ll help you optimize your content for search engines by incorporating relevant keywords and meta tags. This will help your content rank higher on search engine                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>Why Is Content Marketing Important?</h2>\n                                    <p>In todayâ€™s digital world, content is king. By creating high-quality, engaging content that resonates with your target audience, you can build a strong online presence, establish yourself as an authority in your industry, and drive more traffic to your website. Effective content marketing can also help you generate more leads, increase your conversion rates, and boost your revenue.</p>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','content marketing','','inherit','closed','closed','','1937-revision-v1','','','2024-09-02 12:40:58','2024-09-02 12:40:58','',1937,'https://point2listing.ca/?p=3211',0,'revision','',0),(3212,1,'2024-09-02 12:41:10','2024-09-02 12:41:10','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Web Development</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280488\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/web-development/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>A wide range of skills and disciplines</p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. Thatâ€™s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1024x683.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>What Is Web Development ?</h2>\n                                    <p>Web development refers to the process of creating websites and web applications that are accessible on the internet. It involves a range of technical skills and knowledge, including coding, web design, server management, database management, and software development.\n Web development is an essential component of modern business and communication, as it allows businesses and individuals to create an online presence and connect with others around the world. From e-commerce websites that enable online shopping to social networking platforms that connect people with similar interests, web development has transformed the way we interact with each other and the world around us.</p>\n                                    <h2>Our Web Development Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Mobile-app-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Mobile App Development</strong>\n                                <!-- text-with-icon-title -->\n                                    We offer mobile app development services for businesses that want to expand their reach and connect with their customers on mobile devices. Weâ€™ll create a mobile app that is user-friendly and visually appealing                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Custom-web-application.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Custom Web Applications</strong>\n                                <!-- text-with-icon-title -->\n                                    Our custom web application development services are designed to help businesses streamline their processes and improve efficiency. Weâ€™ll work with you to identify your business needs and develop a custom web application that meets those needs.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ecommerce-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>E-Commerce Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Our e-commerce development services are designed to help businesses of all sizes sell products and services online. Weâ€™ll create an e-commerce website that is easy to navigate, secure, and optimized for search engines.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Website-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Website Design And Development</strong>\n                                <!-- text-with-icon-title -->\n                                    We offer custom website design and development services to meet the unique needs of each of our clients. Our team of experienced web developers will work with you to create a website that is visually appealing and user-friendly                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Web Development','','inherit','closed','closed','','1925-revision-v1','','','2024-09-02 12:41:10','2024-09-02 12:41:10','',1925,'https://point2listing.ca/?p=3212',0,'revision','',0),(3213,1,'2024-09-02 12:41:21','2024-09-02 12:41:21','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Web Development</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280488\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/web-development/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>A wide range of skills and disciplines</p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. Thatâ€™s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1024x683.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>What Is Web Development ?</h2>\n                                    <p>Web development refers to the process of creating websites and web applications that are accessible on the internet. It involves a range of technical skills and knowledge, including coding, web design, server management, database management, and software development.\n Web development is an essential component of modern business and communication, as it allows businesses and individuals to create an online presence and connect with others around the world. From e-commerce websites that enable online shopping to social networking platforms that connect people with similar interests, web development has transformed the way we interact with each other and the world around us.</p>\n                                    <h2>Our Web Development Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Mobile-app-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Mobile App Development</strong>\n                                <!-- text-with-icon-title -->\n                                    We offer mobile app development services for businesses that want to expand their reach and connect with their customers on mobile devices. Weâ€™ll create a mobile app that is user-friendly and visually appealing                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Custom-web-application.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Custom Web Applications</strong>\n                                <!-- text-with-icon-title -->\n                                    Our custom web application development services are designed to help businesses streamline their processes and improve efficiency. Weâ€™ll work with you to identify your business needs and develop a custom web application that meets those needs.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ecommerce-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>E-Commerce Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Our e-commerce development services are designed to help businesses of all sizes sell products and services online. Weâ€™ll create an e-commerce website that is easy to navigate, secure, and optimized for search engines.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Website-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Website Design And Development</strong>\n                                <!-- text-with-icon-title -->\n                                    We offer custom website design and development services to meet the unique needs of each of our clients. Our team of experienced web developers will work with you to create a website that is visually appealing and user-friendly                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Web Development','','inherit','closed','closed','','1925-revision-v1','','','2024-09-02 12:41:21','2024-09-02 12:41:21','',1925,'https://point2listing.ca/?p=3213',0,'revision','',0),(3214,1,'2024-09-02 12:41:21','2024-09-02 12:41:21','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Web Development</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280881\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/web-development/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>A wide range of skills and disciplines</p><p>We understand the importance of having a website that not only looks great but also functions flawlessly. Thatâ€™s why we offer a wide range of web development services Canada to help businesses of all sizes achieve their online goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1024x683.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>What Is Web Development ?</h2>\n                                    <p>Web development refers to the process of creating websites and web applications that are accessible on the internet. It involves a range of technical skills and knowledge, including coding, web design, server management, database management, and software development.\n Web development is an essential component of modern business and communication, as it allows businesses and individuals to create an online presence and connect with others around the world. From e-commerce websites that enable online shopping to social networking platforms that connect people with similar interests, web development has transformed the way we interact with each other and the world around us.</p>\n                                    <h2>Our Web Development Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Mobile-app-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Mobile App Development</strong>\n                                <!-- text-with-icon-title -->\n                                    We offer mobile app development services for businesses that want to expand their reach and connect with their customers on mobile devices. Weâ€™ll create a mobile app that is user-friendly and visually appealing                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Custom-web-application.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Custom Web Applications</strong>\n                                <!-- text-with-icon-title -->\n                                    Our custom web application development services are designed to help businesses streamline their processes and improve efficiency. Weâ€™ll work with you to identify your business needs and develop a custom web application that meets those needs.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ecommerce-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>E-Commerce Development</strong>\n                                <!-- text-with-icon-title -->\n                                    Our e-commerce development services are designed to help businesses of all sizes sell products and services online. Weâ€™ll create an e-commerce website that is easy to navigate, secure, and optimized for search engines.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Website-development.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Website Design And Development</strong>\n                                <!-- text-with-icon-title -->\n                                    We offer custom website design and development services to meet the unique needs of each of our clients. Our team of experienced web developers will work with you to create a website that is visually appealing and user-friendly                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Web Development','','inherit','closed','closed','','1925-revision-v1','','','2024-09-02 12:41:21','2024-09-02 12:41:21','',1925,'https://point2listing.ca/?p=3214',0,'revision','',0),(3215,1,'2024-09-02 12:41:35','2024-09-02 12:41:35','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Digital Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280688\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/digital-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unleash explosive growth with ourÂ best digital marketing agency Canada</p><p>Digital marketing has become increasingly important in todayâ€™s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img src=\"https://point2listing.ca/wp-content/uploads/elementor/thumbs/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-qtilflcdvmf0au66psv9f9q38w88ysova58g9klzpc.webp\" title=\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow copy\" alt=\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow copy\" loading=\"lazy\" />													\n                                    <h2>What Is Real Digital Marketing?</h2>\n                                    <p>Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in todayâ€™s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/seo-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Search Engine Optimization (SEO)</strong>\n                                <!-- text-with-icon-title -->\n                                    SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-icon.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Content marketing involves creating and sharing valuable content to attract and engage a target audience, build brand authority, and drive profitable customer actions.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-marketing-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Social media marketing involves using social media platforms, such as Facebook, Twitter, etc to promote a brand or product.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/email-marketing-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Digital Marketing','','inherit','closed','closed','','1909-revision-v1','','','2024-09-02 12:41:35','2024-09-02 12:41:35','',1909,'https://point2listing.ca/?p=3215',0,'revision','',0),(3216,1,'2024-09-02 12:41:46','2024-09-02 12:41:46','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Digital Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280688\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/digital-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unleash explosive growth with ourÂ best digital marketing agency Canada</p><p>Digital marketing has become increasingly important in todayâ€™s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img src=\"https://point2listing.ca/wp-content/uploads/elementor/thumbs/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-qtilflcdvmf0au66psv9f9q38w88ysova58g9klzpc.webp\" title=\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow copy\" alt=\"What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow copy\" loading=\"lazy\" />													\n                                    <h2>What Is Real Digital Marketing?</h2>\n                                    <p>Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in todayâ€™s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/seo-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Search Engine Optimization (SEO)</strong>\n                                <!-- text-with-icon-title -->\n                                    SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-icon.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Content marketing involves creating and sharing valuable content to attract and engage a target audience, build brand authority, and drive profitable customer actions.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-marketing-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Social media marketing involves using social media platforms, such as Facebook, Twitter, etc to promote a brand or product.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/email-marketing-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Digital Marketing','','inherit','closed','closed','','1909-revision-v1','','','2024-09-02 12:41:46','2024-09-02 12:41:46','',1909,'https://point2listing.ca/?p=3216',0,'revision','',0),(3217,1,'2024-09-02 12:41:46','2024-09-02 12:41:46','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Digital Marketing</h1>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725280906\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/digital-marketing/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Our qualified team will take care of every detail of your project</h2>		\n		<p>Unleash explosive growth with ourÂ best digital marketing agency Canada</p><p>Digital marketing has become increasingly important in todayâ€™s business landscape, as consumers spend more time online and companies look to expand their reach beyond traditional marketing methods. In this page, we will explore the different aspects of digital marketing and the services that can help businesses achieve their marketing goals.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"800\" height=\"800\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp 800w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-300x300.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-150x150.webp 150w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-768x768.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-780x780.webp 780w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-600x600.webp 600w, https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-496x496.webp 496w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n                                    <h2>What Is Real Digital Marketing?</h2>\n                                    <p>Digital marketing is a rapidly growing field that has become essential for businesses of all sizes to succeed in todayâ€™s digital age. It involves the use of various digital channels to promote products and services, engage with customers, and build brand awareness. It allows businesses to reach a wider audience than traditional marketing methods. By leveraging the power of the internet, businesses can connect with potential customers from all over the world, regardless of their geographic location.</p>\n                                    <h2>Our Digital Marketing Services</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/seo-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Search Engine Optimization (SEO)</strong>\n                                <!-- text-with-icon-title -->\n                                    SEO is the process of optimizing a website to improve its visibility and ranking in search engine results pages (SERPs).                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-icon.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Content Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Content marketing involves creating and sharing valuable content to attract and engage a target audience, build brand authority, and drive profitable customer actions.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-marketing-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Social Media Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Social media marketing involves using social media platforms, such as Facebook, Twitter, etc to promote a brand or product.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/email-marketing-2.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Email Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Email marketing involves sending promotional emails to a list of subscribers. This can include newsletters, promotional offers, and other types of content                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Digital Marketing','','inherit','closed','closed','','1909-revision-v1','','','2024-09-02 12:41:46','2024-09-02 12:41:46','',1909,'https://point2listing.ca/?p=3217',0,'revision','',0),(3224,1,'2024-09-02 12:47:57','2024-09-02 12:47:57','','Our-Services copy','','inherit','open','closed','','our-services-copy','','','2024-09-02 12:47:57','2024-09-02 12:47:57','',2732,'https://point2listing.ca/wp-content/uploads/2024/09/Our-Services-copy.webp',0,'attachment','image/webp',0),(3226,1,'2024-09-02 12:50:08','2024-09-02 12:50:08','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Services</h1>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Our Services</h2>\n                                    <p>Our real estate lead generation and digital marketing services help real estate agents and brokers to increase their online presence, generate leads, and grow their business. We use a variety of digital marketing techniques, including SEO, PPC advertising, and social media marketing, to reach and engage with potential clients.\nFollowing are the services we provide</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>											<a href=\"https://point2listing.ca/lead-generation/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/lead-generation/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/lead-generation/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/digital-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/digital-marketing-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/digital-marketing-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/digital-marketing-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/digital-marketing-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/digital-marketing-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/digital-marketing-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/digital-marketing-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/digital-marketing.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://point2listing.ca/digital-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/digital-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/web-development/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/web-development-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/web-development-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/web-development-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/web-development-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/web-development-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/web-development-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/web-development-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/web-development.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://point2listing.ca/web-development/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/web-development/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/content-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://point2listing.ca/content-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/content-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/seo/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/seo-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/seo-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/seo-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/seo-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/seo-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/seo-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/seo-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/seo.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://point2listing.ca/seo/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/seo/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/ppc/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://point2listing.ca/ppc/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/ppc/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/social-media-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Social-media.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://listings.arxacommunications.com/social-media-marketing/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://point2listing.ca/social-media-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/social-media-marketing/\" >\n							Find more						</a>\n														<a href=\"https://listings.arxacommunications.com/email-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://point2listing.ca/email-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/email-marketing/\" >\n							Find more						</a>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Services','','inherit','closed','closed','','2732-revision-v1','','','2024-09-02 12:50:08','2024-09-02 12:50:08','',2732,'https://point2listing.ca/?p=3226',0,'revision','',0),(3227,1,'2024-09-02 12:50:08','2024-09-02 12:50:08','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Services</h1>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Our Services</h2>\n                                    <p>Our real estate lead generation and digital marketing services help real estate agents and brokers to increase their online presence, generate leads, and grow their business. We use a variety of digital marketing techniques, including SEO, PPC advertising, and social media marketing, to reach and engage with potential clients.\nFollowing are the services we provide</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>											<a href=\"https://point2listing.ca/lead-generation/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/lead-generation/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/lead-generation/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/digital-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://point2listing.ca/digital-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/digital-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/web-development/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://point2listing.ca/web-development/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/web-development/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/content-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://point2listing.ca/content-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/content-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/seo/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://point2listing.ca/seo/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/seo/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/ppc/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://point2listing.ca/ppc/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/ppc/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/social-media-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://listings.arxacommunications.com/social-media-marketing/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://point2listing.ca/social-media-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/social-media-marketing/\" >\n							Find more						</a>\n														<a href=\"https://listings.arxacommunications.com/email-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://point2listing.ca/email-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/email-marketing/\" >\n							Find more						</a>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Services','','inherit','closed','closed','','2732-revision-v1','','','2024-09-02 12:50:08','2024-09-02 12:50:08','',2732,'https://point2listing.ca/?p=3227',0,'revision','',0),(3228,1,'2024-09-02 12:50:40','2024-09-02 12:50:40','','contact','','inherit','open','closed','','contact-3','','','2024-09-02 12:50:40','2024-09-02 12:50:40','',24,'https://point2listing.ca/wp-content/uploads/2024/09/contact-1.webp',0,'attachment','image/webp',0),(3230,1,'2024-09-02 12:51:00','2024-09-02 12:51:00','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact us</h1>		\n			<h2>Get In Touch</h2>		\n		<p>Fill out this form and one of our agents will be in touch with you soon</p><form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725267796\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"72225f42e0\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/contact-us/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n    [wpforms id=\"your-form-id\"]\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=135%20Laurier%20Avenue%20West%20Ste%20461%20Ottawa%20ON%20K1P%205J2&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n					aria-label=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n			></iframe>\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"tel:(888)%20876-1054\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h3>\n						<a href=\"tel:(888)%20876-1054\" >\n							Call						</a>\n					</h3>\n									<p>\n						(888) 876-1054					</p>\n				<a href=\"mailto:info@point2listings.ca\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				</a>\n									<h3>\n						<a href=\"mailto:info@point2listings.ca\" >\n							Email						</a>\n					</h3>\n									<p>\n						info@point2listing.ca					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				\n									<h3>\n							Address						\n					</h3>\n									<p>\n						135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2					</p>','Contact us','','inherit','closed','closed','','24-revision-v1','','','2024-09-02 12:51:00','2024-09-02 12:51:00','',24,'https://point2listing.ca/?p=3230',0,'revision','',0),(3231,1,'2024-09-02 12:51:00','2024-09-02 12:51:00','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact us</h1>		\n			<h2>Get In Touch</h2>		\n		<p>Fill out this form and one of our agents will be in touch with you soon</p><form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725281460\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/contact-us/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n    [wpforms id=\"your-form-id\"]\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=135%20Laurier%20Avenue%20West%20Ste%20461%20Ottawa%20ON%20K1P%205J2&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n					aria-label=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n			></iframe>\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"tel:(888)%20876-1054\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h3>\n						<a href=\"tel:(888)%20876-1054\" >\n							Call						</a>\n					</h3>\n									<p>\n						(888) 876-1054					</p>\n				<a href=\"mailto:info@point2listings.ca\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				</a>\n									<h3>\n						<a href=\"mailto:info@point2listings.ca\" >\n							Email						</a>\n					</h3>\n									<p>\n						info@point2listing.ca					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				\n									<h3>\n							Address						\n					</h3>\n									<p>\n						135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2					</p>','Contact us','','inherit','closed','closed','','24-revision-v1','','','2024-09-02 12:51:00','2024-09-02 12:51:00','',24,'https://point2listing.ca/?p=3231',0,'revision','',0),(3232,1,'2024-09-02 12:51:08','2024-09-02 12:51:08','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Services</h1>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Our Services</h2>\n                                    <p>Our real estate lead generation and digital marketing services help real estate agents and brokers to increase their online presence, generate leads, and grow their business. We use a variety of digital marketing techniques, including SEO, PPC advertising, and social media marketing, to reach and engage with potential clients.\nFollowing are the services we provide</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>											<a href=\"https://point2listing.ca/lead-generation/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/lead-generation/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/lead-generation/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/digital-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://point2listing.ca/digital-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/digital-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/web-development/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://point2listing.ca/web-development/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/web-development/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/content-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://point2listing.ca/content-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/content-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/seo/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://point2listing.ca/seo/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/seo/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/ppc/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://point2listing.ca/ppc/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/ppc/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/social-media-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://listings.arxacommunications.com/social-media-marketing/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://point2listing.ca/social-media-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/social-media-marketing/\" >\n							Find more						</a>\n														<a href=\"https://listings.arxacommunications.com/email-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://point2listing.ca/email-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/email-marketing/\" >\n							Find more						</a>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Services','','inherit','closed','closed','','2732-revision-v1','','','2024-09-02 12:51:08','2024-09-02 12:51:08','',2732,'https://point2listing.ca/?p=3232',0,'revision','',0),(3233,1,'2024-09-02 12:51:18','2024-09-02 12:51:18','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Services</h1>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Our Services</h2>\n                                    <p>Our real estate lead generation and digital marketing services help real estate agents and brokers to increase their online presence, generate leads, and grow their business. We use a variety of digital marketing techniques, including SEO, PPC advertising, and social media marketing, to reach and engage with potential clients.\nFollowing are the services we provide</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>											<a href=\"https://point2listing.ca/lead-generation/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/lead-generation/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/lead-generation/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/digital-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://point2listing.ca/digital-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/digital-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/web-development/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://point2listing.ca/web-development/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/web-development/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/content-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://point2listing.ca/content-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/content-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/seo/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://point2listing.ca/seo/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/seo/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/ppc/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://point2listing.ca/ppc/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/ppc/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/social-media-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://listings.arxacommunications.com/social-media-marketing/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://point2listing.ca/social-media-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/social-media-marketing/\" >\n							Find more						</a>\n														<a href=\"https://listings.arxacommunications.com/email-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://point2listing.ca/email-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/email-marketing/\" >\n							Find more						</a>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Services','','inherit','closed','closed','','2732-revision-v1','','','2024-09-02 12:51:18','2024-09-02 12:51:18','',2732,'https://point2listing.ca/?p=3233',0,'revision','',0),(3234,1,'2024-09-02 12:51:18','2024-09-02 12:51:18','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Services</h1>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Our Services</h2>\n                                    <p>Our real estate lead generation and digital marketing services help real estate agents and brokers to increase their online presence, generate leads, and grow their business. We use a variety of digital marketing techniques, including SEO, PPC advertising, and social media marketing, to reach and engage with potential clients.\nFollowing are the services we provide</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>											<a href=\"https://point2listing.ca/lead-generation/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/lead-generation/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/lead-generation/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/digital-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://point2listing.ca/digital-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/digital-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/web-development/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://point2listing.ca/web-development/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/web-development/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/content-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://point2listing.ca/content-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/content-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/seo/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://point2listing.ca/seo/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/seo/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/ppc/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://point2listing.ca/ppc/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/ppc/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/social-media-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://listings.arxacommunications.com/social-media-marketing/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://point2listing.ca/social-media-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/social-media-marketing/\" >\n							Find more						</a>\n														<a href=\"https://listings.arxacommunications.com/email-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://point2listing.ca/email-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/email-marketing/\" >\n							Find more						</a>\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Services','','inherit','closed','closed','','2732-revision-v1','','','2024-09-02 12:51:18','2024-09-02 12:51:18','',2732,'https://point2listing.ca/?p=3234',0,'revision','',0),(3235,1,'2024-09-02 12:51:35','2024-09-02 12:51:35','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact us</h1>		\n			<h2>Get In Touch</h2>		\n		<p>Fill out this form and one of our agents will be in touch with you soon</p><form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725281460\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/contact-us/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n    [wpforms id=\"your-form-id\"]\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=135%20Laurier%20Avenue%20West%20Ste%20461%20Ottawa%20ON%20K1P%205J2&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n					aria-label=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n			></iframe>\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"tel:(888)%20876-1054\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h3>\n						<a href=\"tel:(888)%20876-1054\" >\n							Call						</a>\n					</h3>\n									<p>\n						(888) 876-1054					</p>\n				<a href=\"mailto:info@point2listings.ca\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				</a>\n									<h3>\n						<a href=\"mailto:info@point2listings.ca\" >\n							Email						</a>\n					</h3>\n									<p>\n						info@point2listing.ca					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				\n									<h3>\n							Address						\n					</h3>\n									<p>\n						135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2					</p>','Contact us','','inherit','closed','closed','','24-revision-v1','','','2024-09-02 12:51:35','2024-09-02 12:51:35','',24,'https://point2listing.ca/?p=3235',0,'revision','',0),(3236,1,'2024-09-02 12:51:45','2024-09-02 12:51:45','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact us</h1>		\n			<h2>Get In Touch</h2>		\n		<p>Fill out this form and one of our agents will be in touch with you soon</p><form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725281460\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/contact-us/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n    [wpforms id=\"your-form-id\"]\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=135%20Laurier%20Avenue%20West%20Ste%20461%20Ottawa%20ON%20K1P%205J2&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n					aria-label=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n			></iframe>\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"tel:(888)%20876-1054\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h3>\n						<a href=\"tel:(888)%20876-1054\" >\n							Call						</a>\n					</h3>\n									<p>\n						(888) 876-1054					</p>\n				<a href=\"mailto:info@point2listings.ca\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				</a>\n									<h3>\n						<a href=\"mailto:info@point2listings.ca\" >\n							Email						</a>\n					</h3>\n									<p>\n						info@point2listing.ca					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				\n									<h3>\n							Address						\n					</h3>\n									<p>\n						135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2					</p>','Contact us','','inherit','closed','closed','','24-revision-v1','','','2024-09-02 12:51:45','2024-09-02 12:51:45','',24,'https://point2listing.ca/?p=3236',0,'revision','',0),(3237,1,'2024-09-02 12:51:45','2024-09-02 12:51:45','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact us</h1>		\n			<h2>Get In Touch</h2>		\n		<p>Fill out this form and one of our agents will be in touch with you soon</p><form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"ba003c5416ea3f18a691082cdca47d41\" data-token-time=\"1725281505\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0827cf8dba\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/contact-us/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n    [wpforms id=\"your-form-id\"]\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=135%20Laurier%20Avenue%20West%20Ste%20461%20Ottawa%20ON%20K1P%205J2&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n					aria-label=\"135 Laurier Avenue West Ste 461 Ottawa ON K1P 5J2\"\n			></iframe>\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"tel:(888)%20876-1054\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h3>\n						<a href=\"tel:(888)%20876-1054\" >\n							Call						</a>\n					</h3>\n									<p>\n						(888) 876-1054					</p>\n				<a href=\"mailto:info@point2listings.ca\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				</a>\n									<h3>\n						<a href=\"mailto:info@point2listings.ca\" >\n							Email						</a>\n					</h3>\n									<p>\n						info@point2listing.ca					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>				\n									<h3>\n							Address						\n					</h3>\n									<p>\n						135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2					</p>','Contact us','','inherit','closed','closed','','24-revision-v1','','','2024-09-02 12:51:45','2024-09-02 12:51:45','',24,'https://point2listing.ca/?p=3237',0,'revision','',0),(3238,1,'2024-09-02 12:52:44','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-09-02 12:52:44','0000-00-00 00:00:00','',0,'https://point2listing.ca/?p=3238',0,'post','',0),(3246,1,'2024-09-02 14:33:37','2024-09-02 14:33:37','<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.</strong>Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home</h2>\n					<!-- block-title-wrap -->\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n										<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />											\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-4/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-3/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-2/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n				<a href=\"https://demo18.houzez.co/project/solution-1/\">\n				<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />				</a><!-- hover-effect -->\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>','Test Property','','inherit','closed','closed','','1719-revision-v1','','','2024-09-02 14:33:37','2024-09-02 14:33:37','',1719,'https://point2listing.ca/?p=3246',0,'revision','',0),(3247,1,'2024-09-02 14:33:53','2024-09-02 14:33:53','<a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-2-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    4+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n		<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.</strong>Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home</h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>7</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>7</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>3</strong> </li><li>Garages</li></ul><ul><li> <strong>13000</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>64&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>72&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $990,000\n        </li><li>\n            <strong>Property Size</strong> \n            13000 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            7\n        </li><li>\n            <strong>Bathrooms</strong> \n            7\n        </li><li>\n            <strong>Garages</strong> \n            3\n        </li><li>\n            <strong>Garage Size</strong> \n            850 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li><strong>Exterior Features</strong> Brick, Wood, Concrete block, Stucco, Stone</li><li><strong>Roof</strong> Wood, Concrete tile</li><li><strong>Yard</strong> Gardens, Swimming pool, Deck, Outdoor kitchen, Patio</li><li><strong>Types of Rooms</strong> Loft, Home office area, Media room, Library, Den, Wine storage, Guest quarters, Workout room</li><li><strong>Flooring</strong> Carpeting, Concrete, Marble, Stone, Bamboo</li><li><strong>Kitchen</strong> Appliances, Islands and wet bars, Dining bars, Warming drawers, Wine refrigerators, Under-cabinet lighting</li><li><strong>Dining</strong> Space in kitchen, Formal dining room, Outdoor kitchen, Breakfast nook, Dining</li><li><strong>Master Suite</strong> Balcony, Outside access, Private patio, Surround sound, Wet bar, Dual walk-in closets, Fireplace</li><li><strong>Bathroom</strong> Built-in dressing vanities, Separate shower, Rainshower heads, Heated floors, Stone or tile surfaces</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 3590 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>12 Rooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>4 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 3140 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>8 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>8 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		96.87 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>EPC Current Rating:</strong> \n		A\n	</li>\n	</ul>\n<ul>\n	<li>\n	            96.87 kWh / mÂ²a | Energy class A+\n	            A+\n	        </li><li>\n	            A\n	        </li><li>\n	            B\n	        </li><li>\n	            C\n	        </li><li>\n	            D\n	        </li><li>\n	            E\n	        </li><li>\n	            F\n	        </li><li>\n	            G\n	        </li><li>\n	            H\n	        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-4/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-3/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-2/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-1/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','Superior Villa','','inherit','closed','closed','','155-revision-v1','','','2024-09-02 14:33:53','2024-09-02 14:33:53','',155,'https://point2listing.ca/?p=3247',0,'revision','',0),(3248,1,'2024-09-02 14:34:18','2024-09-02 14:34:18','<a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    2+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-6-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n		<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.</strong>Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home</h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>6</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>3</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>2</strong> </li><li>Garages</li></ul><ul><li> <strong>9800</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>56&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>68&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $550,000\n        </li><li>\n            <strong>Property Size</strong> \n            9800 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            6\n        </li><li>\n            <strong>Bathrooms</strong> \n            3\n        </li><li>\n            <strong>Garages</strong> \n            2\n        </li><li>\n            <strong>Garage Size</strong> \n            650 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li><strong>Exterior Features</strong> Brick, Wood, Stone, Stucco</li><li><strong>Roof</strong> Concrete tile, Wood</li><li><strong>Yard</strong> Gardens, Swimming pool, Deck, Patio</li><li><strong>Types of Rooms</strong> Loft, Media room, Den, Home office area, Wine storage, Library</li><li><strong>Flooring</strong> Carpeting, Wood, Marble, Concrete, Stone</li><li><strong>Kitchen</strong> , Counters, Warming drawers, Dining bars, Appliances</li><li><strong>Dining</strong> Space in kitchen, Breakfast nook, Formal dining room, Dining</li><li><strong>Master Suite</strong> Balcony, Outside access, Private patio, Surround sound, Dual walk-in closets</li><li><strong>Bathroom</strong> Built-in dressing vanities, Separate shower, Stone or tile surfaces, Heated floors</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 2870 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>7 Rooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>4 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 2890 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>5 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>5 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n																	</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		55.87 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>EPC Current Rating:</strong> \n		A\n	</li>\n	</ul>\n<ul>\n	<li>\n	            55.87 kWh / mÂ²a | Energy class A+\n	            A+\n	        </li><li>\n	            A\n	        </li><li>\n	            B\n	        </li><li>\n	            C\n	        </li><li>\n	            D\n	        </li><li>\n	            E\n	        </li><li>\n	            F\n	        </li><li>\n	            G\n	        </li><li>\n	            H\n	        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-4/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-3/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-2/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-1/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>','Large Luxury Villa','','inherit','closed','closed','','153-revision-v1','','','2024-09-02 14:34:18','2024-09-02 14:34:18','',153,'https://point2listing.ca/?p=3248',0,'revision','',0),(3249,1,'2024-09-02 14:34:29','2024-09-02 14:34:29','<a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/cozy-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    2+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n		<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.</strong>Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home</h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>5</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>3</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>1</strong> </li><li>Garage</li></ul><ul><li> <strong>3500</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>36&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>41&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $350,000\n        </li><li>\n            <strong>Property Size</strong> \n            3500 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            5\n        </li><li>\n            <strong>Bathrooms</strong> \n            3\n        </li><li>\n            <strong>Garage</strong> \n            1\n        </li><li>\n            <strong>Garage Size</strong> \n            380 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li><strong>Exterior Features</strong> Wood, Brick</li><li><strong>Roof</strong> Concrete tile, Wood</li><li><strong>Yard</strong> Gardens</li><li><strong>Types of Rooms</strong> Loft, Media room, Home office area, Den</li><li><strong>Flooring</strong> Marble, Wood</li><li><strong>Kitchen</strong> Appliances, Counters, Wine refrigerators</li><li><strong>Dining</strong> Space in kitchen, Breakfast nook, Dining</li><li><strong>Master Suite</strong> Balcony, Outside access, Dual walk-in closets</li><li><strong>Bathroom</strong> Built-in dressing vanities, Stone or tile surfaces, Heated floors</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 1470 Sq FT</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>2 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>2 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 1789 Sq FT</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>4 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>4 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		55.87 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>EPC Current Rating:</strong> \n		A\n	</li>\n	</ul>\n<ul>\n	<li>\n	            55.87 kWh / mÂ²a | Energy class A+\n	            A+\n	        </li><li>\n	            A\n	        </li><li>\n	            B\n	        </li><li>\n	            C\n	        </li><li>\n	            D\n	        </li><li>\n	            E\n	        </li><li>\n	            F\n	        </li><li>\n	            G\n	        </li><li>\n	            H\n	        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-4/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-3/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-2/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-1/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>','Standard Modern Villa','','inherit','closed','closed','','151-revision-v1','','','2024-09-02 14:34:29','2024-09-02 14:34:29','',151,'https://point2listing.ca/?p=3249',0,'revision','',0),(3250,1,'2024-09-02 14:34:38','2024-09-02 14:34:38','<a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-1-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-7-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-5-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-4-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-3-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                    1+                    <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/gallery-6-592x444.jpg\" alt=\"\">\n                </a>\n                                <a  data-toggle=\"modal\" data-target=\"#property-lightbox\">\n                                        <img src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/image-6-592x444.jpg\" alt=\"\">\n                </a>\n        <!-- property-gallery-grid -->\n        <style> \n            .property-gallery-grid .gallery-grid-item {\n                max-width: calc(33.333333333333% - 1px);\n                margin-right: 1px;\n                margin-bottom: 1px;\n            }\n        </style>\n		<p><strong>This property detail page has been fully designed with the Elementor page builder and the features provided with Houzez.</strong> Â </p>		\n			<a href=\"https://demo18.houzez.co/contact-us/\" role=\"button\">\n						Request a consultation\n					</a>\n						<h2>About this home </h2>\n					<!-- block-title-wrap -->\n					<ul><li> <strong>3</strong> </li><li>Bedrooms</li></ul><ul><li> <strong>2.5</strong> </li><li>Bathrooms</li></ul><ul><li> <strong>1</strong> </li><li>Garage</li></ul><ul><li> <strong>2900</strong> </li><li>Sq Ft</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>31&#039;</strong> </li><li>Width</li></ul><ul><li><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:svgjs=\"http://svgjs.com/svgjs\" viewBox=\"0 0 25 25\" width=\"25\" height=\"25\"><g transform=\"matrix(1.0416666666666667,0,0,1.0416666666666667,0,0)\"><path d=\"M8.250 8.250 L23.250 8.250 L23.250 23.250 L8.250 23.250 Z\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 12.75L12 12.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25 20.25L12.75 20.25 12.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 18.75L23.25 18.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 12L18 12 18 8.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15 8.25L15 16.5 11.25 16.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3 5.25L3 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M0.75 21L3 23.25 5.25 21\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25 7.5L3 5.25 0.75 7.5\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M23.25 3L5.25 3\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.5 0.75L5.25 3 7.5 5.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M21 5.25L23.25 3 21 0.75\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M18.75 16.5L18.75 23.25\" fill=\"none\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path></g></svg> <strong>36&#039;</strong> </li><li>Depth</li></ul>\n	            	<!-- property-overview-data -->\n	            <!-- block-wrap -->\n			<!-- property-overview-wrap -->\n			<h2>Project Details</h2>\n		<!-- block-title-wrap -->\n			<ul><li>\n            <strong>Price</strong> \n            Starting $250,000\n        </li><li>\n            <strong>Property Size</strong> \n            2900 Sq Ft\n        </li><li>\n            <strong>Bedrooms</strong> \n            3\n        </li><li>\n            <strong>Bathrooms</strong> \n            2.5\n        </li><li>\n            <strong>Garage</strong> \n            1\n        </li><li>\n            <strong>Garage Size</strong> \n            330 Sq Ft\n        </li><li>\n            <strong>Property Status</strong> \n            For Sale\n        </li><li><strong>Exterior Features</strong> Brick, Wood</li><li><strong>Roof</strong> Concrete tile, Wood</li><li><strong>Yard</strong> Patio</li><li><strong>Types of Rooms</strong> Loft, Den, Home office area</li><li><strong>Flooring</strong> Wood, Tile</li><li><strong>Kitchen</strong> Appliances, Counters</li><li><strong>Dining</strong> Dining</li><li><strong>Master Suite</strong> Balcony, Outside access</li><li><strong>Bathroom</strong> Built-in dressing vanities, Heated floors</li></ul>\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-detail-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>Our qualified team will take care of every detail of your project</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        High quality\n                                        Kitchens\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n            <a target=\"_blank\" href=\"https://demo18.houzez.co/services/\" rel=\"noopener\">\n                                        Modern \n                                        Bathrooms\n                                            &nbsp;\n                                    <!-- taxonomy-text-wrap -->\n            </a>\n			<img width=\"768\" height=\"512\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-768x512.jpg 768w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-300x200.jpg 300w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-1024x683.jpg 1024w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-900x600.jpg 900w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-496x331.jpg 496w, https://listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" />		\n			<h2>Floor Plans</h2>\n		<!-- block-title-wrap -->\n								First Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 560 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1 Bedroom</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1 Bathroom</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-1.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n								Second Floor							<!-- accordion-title -->\n							<ul>\n											                        <li>\n			                            Size: \n			                            <strong> 980 Sq Ft</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>2 Bedrooms</strong>\n			                        </li>\n			                    			                        <li>\n			                        	<strong>1.5 Bathrooms</strong>\n			                        </li>\n			                    							</ul>\n						<!-- d-flex -->\n					<!-- accordion-header -->\n			                        			                        <a href=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" data-lightbox=\"roadtrip\">\n			                            <img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/plan-2.jpg\" alt=\"image\">\n			                        </a>\n								<p><strong>Description:</strong><br>\n									Plan description. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\n								</p>\n							<!-- floor-plan-description -->\n						<!-- accordion-body -->\n					<!-- collapse -->\n				<!-- accordion-tab -->\n							<!-- accordion -->\n		<!-- block-content-wrap -->\n	<!-- block-wrap -->\n<!-- property-floor-plans-wrap -->\n												<img src=\"https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg\" alt=\"\" loading=\"lazy\" />														\n                                    <h2>We build eco-friendly homes with a high energy efficiency</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nibh porta tempor. Vivamus eu sem vehicula, consectetur commodo aliquam neque massa at, feugiat dapibus neque porta tempor vitae elementum.Â </p>\n						<ul>\n	<li>\n		<strong>Energetic class:</strong> \n		A+\n	</li>\n	<li>\n		<strong>Global Energy Performance Index:</strong> \n		92.42 kWh / mÂ²a\n	</li>\n		<li>\n		<strong>Renewable energy performance index:</strong> \n		00.00 kWh / mÂ²a\n	</li>\n	</ul>\n<ul>\n	<li>\n	            92.42 kWh / mÂ²a | Energy class A+\n	            A+\n	        </li><li>\n	            A\n	        </li><li>\n	            B\n	        </li><li>\n	            C\n	        </li><li>\n	            D\n	        </li><li>\n	            E\n	        </li><li>\n	            F\n	        </li><li>\n	            G\n	        </li><li>\n	            H\n	        </li></ul> \n					<!-- block-content-wrap -->\n				<!-- block-wrap -->\n			<!-- property-address-wrap -->\n                                    <h2>You may also like other homes</h2>\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-4/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-4-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-4/\">Superior Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $990,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 7</li><li>Baths: 7</li><li>13000 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-3/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-3-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-3/\">Large Luxury Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $550,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 6</li><li>Baths: 3</li><li>9800 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-2/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-2-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-2/\">Standard Modern Villa</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $350,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 5</li><li>Baths: 3</li><li>3500 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->\n	<a href=\"https://demo18.houzez.co/status/for-sale/\">\n					For Sale\n				</a>       \n						<a href=\"https://demo18.houzez.co/project/solution-1/\">\n						<img width=\"584\" height=\"438\" src=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-584x438.jpg 584w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-592x444.jpg 592w, https://demo18.houzez.co/wp-content/uploads/2020/09/house-model-1-120x90.jpg 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />						</a>\n				<ul>\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-favorite -->\n    </li><!-- item-tool -->\n        <li>\n        <!-- item-tool-compare -->\n    </li><!-- item-tool -->\n    </ul><!-- item-tools -->\n			<!-- item-header -->	\n				<h2>\n	<a href=\"https://demo18.houzez.co/project/solution-1/\">Single Family Home</a>\n</h2><!-- item-title -->\n					<ul>\n						<li>Starting $250,000</li>\n					</ul>\n					<ul>\n	<li>Beds: 3</li><li>Baths: 2.5</li><li>2900 Sq Ft</li></ul>				<!-- d-flex -->\n			<!-- item-body -->\n		<!-- d-flex -->\n	<!-- item-wrap -->\n<!-- item-listing-wrap -->				<!-- testimonials-slider -->\n			<!-- listing-view grid-view -->\n		<!-- testimonials-module -->\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis et sem sed sollicitudin. Donec non odio neque.</p>\n			<a href=\"#\" role=\"button\">\n						Request a consultation\n					</a>','Single Family Home','','inherit','closed','closed','','149-revision-v1','','','2024-09-02 14:34:38','2024-09-02 14:34:38','',149,'https://point2listing.ca/?p=3250',0,'revision','',0),(3254,1,'2024-09-02 14:41:56','2024-09-02 14:41:56','','Partner 05','','inherit','closed','closed','','101-revision-v1','','','2024-09-02 14:41:56','2024-09-02 14:41:56','',101,'https://point2listing.ca/?p=3254',0,'revision','',0),(3255,1,'2024-09-02 14:41:56','2024-09-02 14:41:56','','Partner 04','','inherit','closed','closed','','98-revision-v1','','','2024-09-02 14:41:56','2024-09-02 14:41:56','',98,'https://point2listing.ca/?p=3255',0,'revision','',0),(3256,1,'2024-09-02 14:41:56','2024-09-02 14:41:56','','Partner 03','','inherit','closed','closed','','95-revision-v1','','','2024-09-02 14:41:56','2024-09-02 14:41:56','',95,'https://point2listing.ca/?p=3256',0,'revision','',0),(3257,1,'2024-09-02 14:41:56','2024-09-02 14:41:56','','Partner 02','','inherit','closed','closed','','92-revision-v1','','','2024-09-02 14:41:56','2024-09-02 14:41:56','',92,'https://point2listing.ca/?p=3257',0,'revision','',0),(3258,1,'2024-09-02 14:41:56','2024-09-02 14:41:56','','Partner 01','','inherit','closed','closed','','89-revision-v1','','','2024-09-02 14:41:56','2024-09-02 14:41:56','',89,'https://point2listing.ca/?p=3258',0,'revision','',0),(3259,7,'2024-09-02 18:04:04','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-09-02 18:04:04','0000-00-00 00:00:00','',0,'https://point2listing.ca/?p=3259',0,'post','',0),(3260,7,'2024-09-02 18:08:10','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-09-02 18:08:10','0000-00-00 00:00:00','',0,'https://point2listing.ca/?p=3260',0,'post','',0),(3261,7,'2024-09-02 18:11:18','2024-09-02 18:11:18','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"300\" height=\"300\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png\" alt=\"Point 2 Lisiting logo\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-496x496.png 496w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" />													\n		<p>At Point2listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"https://www.facebook.com/point2listing/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://www.linkedin.com/company/point2listing\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Company</h2>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://point2listing.ca/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/contact-us/\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/blog/\">\n											Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/privacy-policy/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n											<a href=\"https://point2listing.ca/digital-marketing/\">\n											Digital Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/seo/\">\n											SEO Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/social-media-marketing/\">\n											Social Media Marekting\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/lead-generation/\">\n											Real Estate Lead Generation\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/content-marketing/\">\n											Content Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/ppc/\">\n											PPC Management\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/web-development/\">\n											Web Development\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/email-marketing/\">\n											Email Marketing\n											</a>\n									</li>\n						</ul>\n			<h2>Contacts</h2>		\n			<h2>Address</h2>		\n					<ul>\n							<li>\n										135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\n									</li>\n						</ul>\n			<h2>Phone</h2>		\n					<ul>\n							<li>\n										(888) 876-1054\n									</li>\n						</ul>\n			<h2>Email</h2>		\n					<ul>\n							<li>\n										info@point2listing.ca\n									</li>\n								<li>\n										contact@point2listing.ca\n									</li>\n						</ul>\n		<p>Copyright Â© Point2Listing 2024. All Rights Reserved. Designed by <a style=\"color: white;\" href=\"https://rankray.us/\">Rank Ray</a>.</p>','Footer','','inherit','closed','closed','','2474-revision-v1','','','2024-09-02 18:11:18','2024-09-02 18:11:18','',2474,'https://point2listing.ca/?p=3261',0,'revision','',0),(3262,7,'2024-09-02 18:11:28','2024-09-02 18:11:28','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"300\" height=\"300\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png\" alt=\"Point 2 Lisiting logo\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-496x496.png 496w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" />													\n		<p>At Point2listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"https://www.facebook.com/point2listing/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://www.linkedin.com/company/point2listing\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Company</h2>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://point2listing.ca/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/contact-us/\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/blog/\">\n											Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/privacy-policy/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n											<a href=\"https://point2listing.ca/digital-marketing/\">\n											Digital Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/seo/\">\n											SEO Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/social-media-marketing/\">\n											Social Media Marekting\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/lead-generation/\">\n											Real Estate Lead Generation\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/content-marketing/\">\n											Content Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/ppc/\">\n											PPC Management\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/web-development/\">\n											Web Development\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/email-marketing/\">\n											Email Marketing\n											</a>\n									</li>\n						</ul>\n			<h2>Contacts</h2>		\n			<h2>Address</h2>		\n					<ul>\n							<li>\n										135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\n									</li>\n						</ul>\n			<h2>Phone</h2>		\n					<ul>\n							<li>\n										(888) 876-1054\n									</li>\n						</ul>\n			<h2>Email</h2>		\n					<ul>\n							<li>\n										info@point2listing.ca\n									</li>\n								<li>\n										contact@point2listing.ca\n									</li>\n						</ul>\n		<p>Copyright Â© Point2Listing 2024. All Rights Reserved. Designed by <a style=\"color: white;\" href=\"https://rankray.us/\">Rank Ray</a>.</p>','Footer','','inherit','closed','closed','','2474-revision-v1','','','2024-09-02 18:11:28','2024-09-02 18:11:28','',2474,'https://point2listing.ca/?p=3262',0,'revision','',0),(3263,7,'2024-09-02 18:11:29','2024-09-02 18:11:29','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"300\" height=\"300\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png\" alt=\"Point 2 Lisiting logo\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-496x496.png 496w, https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" />													\n		<p>At Point2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals toward increased sales and business growth.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"https://www.facebook.com/point2listing/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/point2listing?igsh=MTRzejZvYmN3bTQzOQ==\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://www.linkedin.com/company/point2listing\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Company</h2>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://point2listing.ca/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/contact-us/\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/blog/\">\n											Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/privacy-policy/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n											<a href=\"https://point2listing.ca/digital-marketing/\">\n											Digital Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/seo/\">\n											SEO Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/social-media-marketing/\">\n											Social Media Marekting\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/lead-generation/\">\n											Real Estate Lead Generation\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/content-marketing/\">\n											Content Marketing\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/ppc/\">\n											PPC Management\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/web-development/\">\n											Web Development\n											</a>\n									</li>\n								<li>\n											<a href=\"https://point2listing.ca/email-marketing/\">\n											Email Marketing\n											</a>\n									</li>\n						</ul>\n			<h2>Contacts</h2>		\n			<h2>Address</h2>		\n					<ul>\n							<li>\n										135 Laurier Avenue West Ste 461 Ottawa ON KIP 5J2\n									</li>\n						</ul>\n			<h2>Phone</h2>		\n					<ul>\n							<li>\n										(888) 876-1054\n									</li>\n						</ul>\n			<h2>Email</h2>		\n					<ul>\n							<li>\n										info@point2listing.ca\n									</li>\n								<li>\n										contact@point2listing.ca\n									</li>\n						</ul>\n		<p>Copyright Â© Point2 Listing 2024. All Rights Reserved. Designed by <a style=\"color: white;\" href=\"https://rankray.us/\">Rank Ray</a>.</p>','Footer','','inherit','closed','closed','','2474-revision-v1','','','2024-09-02 18:11:29','2024-09-02 18:11:29','',2474,'https://point2listing.ca/?p=3263',0,'revision','',0),(3264,7,'2024-09-02 18:12:26','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-09-02 18:12:26','0000-00-00 00:00:00','',0,'https://point2listing.ca/?p=3264',0,'post','',0),(3268,1,'2024-09-03 06:02:56','2024-09-03 06:02:56','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>About us</h1>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>About Point2listing</h2>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n		<p style=\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\">At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth.</p><p style=\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\">Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence. Our team of professional realtors is dedicated to offering expert guidance at every step of the process.</p><p style=\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\">Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.</p>		\n			<h2>Our Path To Success: Guiding Principles For Growth</h2>		\n		<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','About us','','inherit','closed','closed','','22-revision-v1','','','2024-09-03 06:02:56','2024-09-03 06:02:56','',22,'https://point2listing.ca/?p=3268',0,'revision','',0),(3269,1,'2024-09-03 06:03:04','2024-09-03 06:03:04','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>About us</h1>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>About Point2listing</h2>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n		<p style=\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\">At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth.</p><p style=\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\">Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence. Our team of professional realtors is dedicated to offering expert guidance at every step of the process.</p><p style=\"color: #344055; font-family: Montserrat; font-size: 18px; text-align: center;\">Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.</p>		\n			<h2>Our Path To Success: Guiding Principles For Growth</h2>		\n		<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','About us','','inherit','closed','closed','','22-revision-v1','','','2024-09-03 06:03:04','2024-09-03 06:03:04','',22,'https://point2listing.ca/?p=3269',0,'revision','',0);
INSERT INTO `wpau_posts` VALUES (3270,1,'2024-09-03 06:03:04','2024-09-03 06:03:04','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>About us</h1>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>About Point2listing</h2>\n		<p>At Point 2 Listing, we are driven by our commitment to delivering outstanding digital marketing services that drive real estate professionals towards increased sales and business growth. Through our robust online solutions, we empower potential clients to discover exclusive listings while elevating their digital presence.</p>Our team of professional realtors is dedicated to offering expert guidance at every step of the process.Our expertise lies in generating 100% qualified leads for our affiliate realtors, propelling their business growth exponentially. If you are seeking qualified appointments in your area, our extensive range of ready-to-sell properties and our dedication to providing timely and effective solutions make us your ideal partner for all your real estate needs.		\n			<h2>Our Path To Success: Guiding Principles For Growth</h2>		\n		<p>As a leading provider of Real Estate services and digital marketing solutions, we are committed to assisting realtors in boosting their sales and expanding their businesses through innovative digital strategies. By harnessing the power of our robust online solutions and leveraging our industry expertise, we empower our clients to unlock their full potential and gain a competitive edge. At the core of our philosophy lies the belief in delivering exceptional value to our customers. We take pride in our unwavering commitment to excellence, quality, and delivering tangible results.</p>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','About us','','inherit','closed','closed','','22-revision-v1','','','2024-09-03 06:03:04','2024-09-03 06:03:04','',22,'https://point2listing.ca/?p=3270',0,'revision','',0),(3272,1,'2024-09-03 10:15:58','2024-09-03 10:15:58','','puzzle pieces with target and arrow','puzzle pieces with target and arrow vector illustration design','inherit','open','closed','','puzzle-pieces-with-target-and-arrow','','','2024-09-03 10:15:58','2024-09-03 10:15:58','',1809,'https://point2listing.ca/wp-content/uploads/2024/09/57691.jpg',0,'attachment','image/jpeg',0),(3273,1,'2024-09-03 10:17:53','2024-09-03 10:17:53','{\n    \"custom_css[houzez]\": {\n        \"value\": \"/* CSS for the custom column hover effect in Elementor */\\n.custom-column {\\n    transition: all 0.3s ease-in-out;\\n}\\n\\n.custom-column:hover {\\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\\n    transform: translateY(-5px);\\n    border: 2px solid #cccccc; /* Adjust the border color */\\n}\\n\\n\\n#wpforms-1879-field_10 {\\n    display: none !important;\\n}\\n#houzez_contact-1 {\\n    display: none !important;\\n}\\n#archives-1 {\\n    display: none !important;\\n}\\n\\n.post-content-wrap {\\n  color: black;\\n}\\n\\n\\n#loading-message {\\n    display: block;\\n    background-color: transparent;\\n    /* You can add a spinner or leave it blank */\\n}\\n\\n#form-container {\\n    display: none; /* Keep form hidden initially */\\n}\\n/* Define the floating animation */\\n@keyframes float {\\n  0% {\\n    transform: translateY(0);\\n  }\\n  50% {\\n    transform: translateY(-10px); /* Adjust the distance as needed */\\n  }\\n  100% {\\n    transform: translateY(0);\\n  }\\n}\\n\\n/* Apply the animation to the image */\\n.floating-image {\\n  animation: float 3s ease-in-out infinite; /* Adjust duration and easing as needed */\\n}\\n\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-03 10:17:53\"\n    }\n}','','','publish','closed','closed','','ab1dbdfa-3022-4394-a22b-2417192bb01e','','','2024-09-03 10:17:53','2024-09-03 10:17:53','',0,'https://point2listing.ca/ab1dbdfa-3022-4394-a22b-2417192bb01e/',0,'customize_changeset','',0),(3274,1,'2024-09-03 10:17:53','2024-09-03 10:17:53','/* CSS for the custom column hover effect in Elementor */\n.custom-column {\n    transition: all 0.3s ease-in-out;\n}\n\n.custom-column:hover {\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\n    transform: translateY(-5px);\n    border: 2px solid #cccccc; /* Adjust the border color */\n}\n\n\n#wpforms-1879-field_10 {\n    display: none !important;\n}\n#houzez_contact-1 {\n    display: none !important;\n}\n#archives-1 {\n    display: none !important;\n}\n\n.post-content-wrap {\n  color: black;\n}\n\n\n#loading-message {\n    display: block;\n    background-color: transparent;\n    /* You can add a spinner or leave it blank */\n}\n\n#form-container {\n    display: none; /* Keep form hidden initially */\n}\n/* Define the floating animation */\n@keyframes float {\n  0% {\n    transform: translateY(0);\n  }\n  50% {\n    transform: translateY(-10px); /* Adjust the distance as needed */\n  }\n  100% {\n    transform: translateY(0);\n  }\n}\n\n/* Apply the animation to the image */\n.floating-image {\n  animation: float 3s ease-in-out infinite; /* Adjust duration and easing as needed */\n}\n\n','houzez','','inherit','closed','closed','','2087-revision-v1','','','2024-09-03 10:17:53','2024-09-03 10:17:53','',2087,'https://point2listing.ca/?p=3274',0,'revision','',0),(3278,1,'2024-09-03 10:22:31','2024-09-03 10:22:31','','57691-[Converted]','','inherit','open','closed','','57691-converted','','','2024-09-03 10:22:31','2024-09-03 10:22:31','',1809,'https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted.png',0,'attachment','image/png',0),(3285,1,'2024-09-03 10:28:15','2024-09-03 10:28:15','','Remax (1)','','inherit','open','closed','','remax-1','','','2024-09-03 10:28:15','2024-09-03 10:28:15','',0,'https://point2listing.ca/wp-content/uploads/2024/09/Remax-1.webp',0,'attachment','image/webp',0),(3286,1,'2024-09-03 10:28:16','2024-09-03 10:28:16','','Royal-lpage (1)','','inherit','open','closed','','royal-lpage-1','','','2024-09-03 10:28:16','2024-09-03 10:28:16','',0,'https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1.webp',0,'attachment','image/webp',0),(3287,1,'2024-09-03 10:28:17','2024-09-03 10:28:17','','sothebys (1)','','inherit','open','closed','','sothebys-1','','','2024-09-03 10:28:17','2024-09-03 10:28:17','',0,'https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1.webp',0,'attachment','image/webp',0),(3288,1,'2024-09-03 10:28:19','2024-09-03 10:28:19','','2reality (1)','','inherit','open','closed','','2reality-1','','','2024-09-03 10:28:19','2024-09-03 10:28:19','',0,'https://point2listing.ca/wp-content/uploads/2024/09/2reality-1.webp',0,'attachment','image/webp',0),(3289,1,'2024-09-03 10:28:20','2024-09-03 10:28:20','','CIR (1)','','inherit','open','closed','','cir-1','','','2024-09-03 10:28:20','2024-09-03 10:28:20','',0,'https://point2listing.ca/wp-content/uploads/2024/09/CIR-1.webp',0,'attachment','image/webp',0),(3290,1,'2024-09-03 10:28:21','2024-09-03 10:28:21','','Expo-reality (1)','','inherit','open','closed','','expo-reality-1','','','2024-09-03 10:28:21','2024-09-03 10:28:21','',0,'https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1.webp',0,'attachment','image/webp',0),(3291,1,'2024-09-03 10:28:22','2024-09-03 10:28:22','','Homelife (1)','','inherit','open','closed','','homelife-1','','','2024-09-03 10:28:22','2024-09-03 10:28:22','',0,'https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1.webp',0,'attachment','image/webp',0),(3317,1,'2024-09-03 10:39:19','2024-09-03 10:39:19','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Real Estate Lead Generation Services in Canada</h1>		\n		<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.</p>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"a687b736411057141a80409276f9e20b\" data-token-time=\"1725359910\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"7f2243b5ec\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/lead-generation/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Why Choose Point2 Listing?</h2>		\n		<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp\" alt=\"Real estate Lead Generation\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>What Is Real Estate Lead Generation ?</h2>\n                                    <p>Real Estate lead generation Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Sales-and-revenue.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Sales And Revenue</strong>\n                                <!-- text-with-icon-title -->\n                                    Increased sales and revenue: By generating high-quality leads, you can build a strong client base and increase your sales and <br>revenue.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Efficiency-and-productvity.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Efficiency And Productivity</strong>\n                                <!-- text-with-icon-title -->\n                                    Increased efficiency and productivity: Our data-driven approach allows you to focus your efforts on the most promising leads                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Trust-and-creadibity.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Trust And Credibility</strong>\n                                <!-- text-with-icon-title -->\n                                    Establish yourself as an expert: Effective lead generation can help you establish yourself as an expert in the industry, helping you build trust                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Targeted.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Targeted Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Real estate lead generation allows agents to target their marketing efforts towards specific demographics or geographic areas. This helps them reach potential clients                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Our Strategies</h2>\n		<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.Â </p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p>		\n													<img width=\"1024\" height=\"1024\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1536x1536.png 1536w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-2048x2048.png 2048w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-780x780.png 780w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-496x496.png 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n		<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>		\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Real Estate Lead Generation','','inherit','closed','closed','','1809-revision-v1','','','2024-09-03 10:39:19','2024-09-03 10:39:19','',1809,'https://point2listing.ca/?p=3317',0,'revision','',0),(3318,1,'2024-09-03 10:39:19','2024-09-03 10:39:19','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Real Estate Lead Generation Services in Canada</h1>		\n		<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.</p>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"a687b736411057141a80409276f9e20b\" data-token-time=\"1725359959\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"7f2243b5ec\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/lead-generation/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Why Choose Point2 Listing?</h2>		\n		<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp\" alt=\"Real estate Lead Generation\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>What Is Real Estate Lead Generation ?</h2>\n                                    <p>Real Estate lead generation Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Sales-and-revenue.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Sales And Revenue</strong>\n                                <!-- text-with-icon-title -->\n                                    Increased sales and revenue: By generating high-quality leads, you can build a strong client base and increase your sales and <br>revenue.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Efficiency-and-productvity.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Efficiency And Productivity</strong>\n                                <!-- text-with-icon-title -->\n                                    Increased efficiency and productivity: Our data-driven approach allows you to focus your efforts on the most promising leads                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Trust-and-creadibity.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Trust And Credibility</strong>\n                                <!-- text-with-icon-title -->\n                                    Establish yourself as an expert: Effective lead generation can help you establish yourself as an expert in the industry, helping you build trust                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Targeted.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Targeted Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Real estate lead generation allows agents to target their marketing efforts towards specific demographics or geographic areas. This helps them reach potential clients                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Our Strategies</h2>\n		<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.Â </p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p>		\n													<img width=\"1024\" height=\"1024\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1536x1536.png 1536w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-2048x2048.png 2048w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-780x780.png 780w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-496x496.png 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n		<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>		\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Real Estate Lead Generation','','inherit','closed','closed','','1809-revision-v1','','','2024-09-03 10:39:19','2024-09-03 10:39:19','',1809,'https://point2listing.ca/?p=3318',0,'revision','',0),(3322,1,'2024-09-03 13:06:33','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-09-03 13:06:33','0000-00-00 00:00:00','',0,'https://point2listing.ca/?p=3322',0,'post','',0),(3335,4,'2024-09-04 05:34:34','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-09-04 05:34:34','0000-00-00 00:00:00','',0,'https://point2listing.ca/?p=3335',0,'post','',0),(3338,4,'2024-09-04 06:09:29','2024-09-04 06:09:29','','Marketing','','inherit','open','closed','','marketing-2','','','2024-09-04 06:09:29','2024-09-04 06:09:29','',1809,'https://point2listing.ca/wp-content/uploads/2024/09/Marketing-1.webp',0,'attachment','image/webp',0),(3339,4,'2024-09-04 06:09:30','2024-09-04 06:09:30','','Strategies','','inherit','open','closed','','strategies-2','','','2024-09-04 06:09:30','2024-09-04 06:09:30','',1809,'https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1.webp',0,'attachment','image/webp',0),(3340,4,'2024-09-04 06:12:35','2024-09-04 06:12:35','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Real Estate Lead Generation Services in Canada</h1>		\n		<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.</p>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"a687b736411057141a80409276f9e20b\" data-token-time=\"1725359959\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"7f2243b5ec\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/lead-generation/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Why Choose Point2 Listing?</h2>		\n		<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp\" alt=\"Real estate Lead Generation\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>What Is Real Estate Lead Generation ?</h2>\n                                    <p>Real Estate lead generation Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Sales-and-revenue.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Sales And Revenue</strong>\n                                <!-- text-with-icon-title -->\n                                    Increased sales and revenue: By generating high-quality leads, you can build a strong client base and increase your sales and <br>revenue.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Efficiency-and-productvity.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Efficiency And Productivity</strong>\n                                <!-- text-with-icon-title -->\n                                    Increased efficiency and productivity: Our data-driven approach allows you to focus your efforts on the most promising leads                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Trust-and-creadibity.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Trust And Credibility</strong>\n                                <!-- text-with-icon-title -->\n                                    Establish yourself as an expert: Effective lead generation can help you establish yourself as an expert in the industry, helping you build trust                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Targeted.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Targeted Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Real estate lead generation allows agents to target their marketing efforts towards specific demographics or geographic areas. This helps them reach potential clients                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Our Strategies</h2>\n		<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.Â </p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p>		\n													<img width=\"1024\" height=\"1024\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1536x1536.png 1536w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-2048x2048.png 2048w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-780x780.png 780w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-496x496.png 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n		<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>		\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Real Estate Lead Generation','','inherit','closed','closed','','1809-revision-v1','','','2024-09-04 06:12:35','2024-09-04 06:12:35','',1809,'https://point2listing.ca/?p=3340',0,'revision','',0),(3341,4,'2024-09-04 06:12:35','2024-09-04 06:12:35','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Real Estate Lead Generation Services in Canada</h1>		\n		<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.</p>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"a687b736411057141a80409276f9e20b\" data-token-time=\"1725359959\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"7f2243b5ec\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/lead-generation/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Why Choose Point2 Listing?</h2>		\n		<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp\" alt=\"Real estate Lead Generation\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>What Is Real Estate Lead Generation ?</h2>\n                                    <p>Real Estate lead generation Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Sales-and-revenue.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Sales And Revenue</strong>\n                                <!-- text-with-icon-title -->\n                                    Increased sales and revenue: By generating high-quality leads, you can build a strong client base and increase your sales and <br>revenue.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Efficiency-and-productvity.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Efficiency And Productivity</strong>\n                                <!-- text-with-icon-title -->\n                                    Increased efficiency and productivity: Our data-driven approach allows you to focus your efforts on the most promising leads                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Trust-and-creadibity.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Trust And Credibility</strong>\n                                <!-- text-with-icon-title -->\n                                    Establish yourself as an expert: Effective lead generation can help you establish yourself as an expert in the industry, helping you build trust                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Targeted.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Targeted Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Real estate lead generation allows agents to target their marketing efforts towards specific demographics or geographic areas. This helps them reach potential clients                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Our Strategies</h2>\n		<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.Â </p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p>		\n													<img width=\"1024\" height=\"1024\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1024x1024.png 1024w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-300x300.png 300w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-150x150.png 150w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-768x768.png 768w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-1536x1536.png 1536w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-2048x2048.png 2048w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-780x780.png 780w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-600x600.png 600w, https://point2listing.ca/wp-content/uploads/2024/09/57691-Converted-496x496.png 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n		<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>		\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Real Estate Lead Generation','','inherit','closed','closed','','1809-revision-v1','','','2024-09-04 06:12:35','2024-09-04 06:12:35','',1809,'https://point2listing.ca/?p=3341',0,'revision','',0),(3342,4,'2024-09-04 06:12:36','2024-09-04 06:12:36','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Real Estate Lead Generation Services in Canada</h1>		\n		<p>Unlock the full potential of your real estate business with Point2 Listing, the leader in real estate lead generation services across Canada. We specialize in crafting strategic, data-driven campaigns that significantly increase your leads and enhance your market presence.</p>		\n    [wpforms id=\"your-form-id\"]\n			<h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"2dc89a574eb97dfc9a2b77e62195a56a\" data-token-time=\"1725430356\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"8230535030\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/lead-generation/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<h2>Why Choose Point2 Listing?</h2>		\n		<p>Choose Point2 Listing for unparalleled expertise in the Canadian real estate market. Our advanced analytics and tailored strategies ensure you connect with qualified buyers and sellers, boosting your sales and driving your business growth exponentially.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/contact-us/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://point2listing.ca/contact-us/\" >\n							Talk to an expert						</a>\n					</h3>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp\" alt=\"Real estate Lead Generation\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n													<img width=\"1024\" height=\"683\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-300x200.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-768x512.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1536x1024.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-2048x1366.webp 2048w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-900x600.webp 900w, https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-496x331.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />													\n                                    <h2>What Is Real Estate Lead Generation ?</h2>\n                                    <p>Real Estate lead generation Canada is the practice of identifying and attracting potential clients interested in buying, selling, or renting properties. It involves various strategies, including online and offline marketing techniques, to generate leads that can be converted into clients.\nEffective lead generation is crucial for success in the highly competitive real estate market, as it helps agents and brokers build a strong client base and increase sales.</p>\n                                    <h2>Our Benefits</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Sales-and-revenue.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Sales And Revenue</strong>\n                                <!-- text-with-icon-title -->\n                                    Increased sales and revenue: By generating high-quality leads, you can build a strong client base and increase your sales and <br>revenue.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Efficiency-and-productvity.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Efficiency And Productivity</strong>\n                                <!-- text-with-icon-title -->\n                                    Increased efficiency and productivity: Our data-driven approach allows you to focus your efforts on the most promising leads                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Trust-and-creadibity.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Trust And Credibility</strong>\n                                <!-- text-with-icon-title -->\n                                    Establish yourself as an expert: Effective lead generation can help you establish yourself as an expert in the industry, helping you build trust                                 <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Targeted.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Targeted Marketing</strong>\n                                <!-- text-with-icon-title -->\n                                    Real estate lead generation allows agents to target their marketing efforts towards specific demographics or geographic areas. This helps them reach potential clients                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Our Strategies</h2>\n		<p>Our team of experts will work closely with you to understand your unique business goals and develop a customized lead generation strategy that aligns with your specific needs.Â </p><p>We use advanced analytics and data-driven insights to identify the most promising leads, enabling you to focus your efforts on those most likely to convert into clients.</p>		\n													<img width=\"500\" height=\"300\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Marketing-1.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Marketing-1.webp 500w, https://point2listing.ca/wp-content/uploads/2024/09/Marketing-1-300x180.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Marketing-1-496x298.webp 496w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n													<img width=\"500\" height=\"300\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1.webp 500w, https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1-300x180.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1-496x298.webp 496w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n		<p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p><p>Our lead generation strategies are designed to target potential clients who are actively looking to buy, sell or rent properties.</p><p>We use a combination of online and offline marketing techniques to reach potential clients through multiple channels, including social media, email marketing, search engine optimization, and targeted advertising.</p>		\n													<img width=\"500\" height=\"300\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1.webp 500w, https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1-300x180.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1-496x298.webp 496w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Real Estate Lead Generation','','inherit','closed','closed','','1809-revision-v1','','','2024-09-04 06:12:36','2024-09-04 06:12:36','',1809,'https://point2listing.ca/?p=3342',0,'revision','',0),(3348,4,'2024-09-04 12:43:24','2024-09-04 12:43:24','<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><style type=\"text/css\">	.st0{fill:#E7A23B;}	.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}</style><g>	<g>		<g>			<g>				<path d=\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\"></path>			</g>			<g>				<g>					<path d=\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\"></path>				</g>			</g>		</g>	</g>	<path d=\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\"></path>	<polygon points=\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \"></polygon>	<rect x=\"67.56\" y=\"58.8\" width=\"3.98\" height=\"20.74\"></rect>	<path d=\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\"></path>	<path d=\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\"></path>	<path d=\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\"></path>	<polygon points=\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \"></polygon>	<polygon points=\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \"></polygon>	<path d=\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\"></path>	<path d=\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\"></path>	<path d=\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\"></path></g><path d=\"M87.12,54.82h-43.1H87.12z\"></path></svg>			\n	    	<nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-nav-282e7a7\"><li><a  href=\"https://point2listing.ca/\">Home</a> </li>\n<li><a  href=\"https://point2listing.ca/about-us/\">About</a> </li>\n<li><a  href=\"https://point2listing.ca/service/\">Services</a> \n<ul>\n	<li><a  href=\"https://point2listing.ca/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://point2listing.ca/seo/\">SEO</a> </li>\n	<li><a  href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://point2listing.ca/blog/\">Blog</a> </li>\n<li><a  href=\"https://point2listing.ca/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-desktop-wrap -->\n		    <nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-mobile-nav-282e7a7\"><li><a  href=\"https://point2listing.ca/\">Home</a> </li>\n<li><a  href=\"https://point2listing.ca/about-us/\">About</a> </li>\n<li><a  href=\"https://point2listing.ca/service/\">Services</a> \n<ul>\n	<li><a  href=\"https://point2listing.ca/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://point2listing.ca/seo/\">SEO</a> </li>\n	<li><a  href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://point2listing.ca/blog/\">Blog</a> </li>\n<li><a  href=\"https://point2listing.ca/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-mobile-wrap -->','Header','','inherit','closed','closed','','2482-revision-v1','','','2024-09-04 12:43:24','2024-09-04 12:43:24','',2482,'https://point2listing.ca/?p=3348',0,'revision','',0),(3349,4,'2024-09-04 12:43:24','2024-09-04 12:43:24','<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><style type=\"text/css\">	.st0{fill:#E7A23B;}	.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}</style><g>	<g>		<g>			<g>				<path d=\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\"></path>			</g>			<g>				<g>					<path d=\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\"></path>				</g>			</g>		</g>	</g>	<path d=\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\"></path>	<polygon points=\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \"></polygon>	<rect x=\"67.56\" y=\"58.8\" width=\"3.98\" height=\"20.74\"></rect>	<path d=\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\"></path>	<path d=\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\"></path>	<path d=\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\"></path>	<polygon points=\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \"></polygon>	<polygon points=\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \"></polygon>	<path d=\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\"></path>	<path d=\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\"></path>	<path d=\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\"></path></g><path d=\"M87.12,54.82h-43.1H87.12z\"></path></svg>			\n	    	<nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-nav-282e7a7\"><li><a  href=\"https://point2listing.ca/\">Home</a> </li>\n<li><a  href=\"https://point2listing.ca/about-us/\">About</a> </li>\n<li><a  href=\"https://point2listing.ca/service/\">Services</a> \n<ul>\n	<li><a  href=\"https://point2listing.ca/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://point2listing.ca/seo/\">SEO</a> </li>\n	<li><a  href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://point2listing.ca/blog/\">Blog</a> </li>\n<li><a  href=\"https://point2listing.ca/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-desktop-wrap -->\n		    <nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-mobile-nav-282e7a7\"><li><a  href=\"https://point2listing.ca/\">Home</a> </li>\n<li><a  href=\"https://point2listing.ca/about-us/\">About</a> </li>\n<li><a  href=\"https://point2listing.ca/service/\">Services</a> \n<ul>\n	<li><a  href=\"https://point2listing.ca/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://point2listing.ca/seo/\">SEO</a> </li>\n	<li><a  href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://point2listing.ca/blog/\">Blog</a> </li>\n<li><a  href=\"https://point2listing.ca/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-mobile-wrap -->','Header','','inherit','closed','closed','','2482-revision-v1','','','2024-09-04 12:43:24','2024-09-04 12:43:24','',2482,'https://point2listing.ca/?p=3349',0,'revision','',0),(3350,4,'2024-09-04 12:46:08','2024-09-04 12:46:08','<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><style type=\"text/css\">	.st0{fill:#E7A23B;}	.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}</style><g>	<g>		<g>			<g>				<path d=\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\"></path>			</g>			<g>				<g>					<path d=\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\"></path>				</g>			</g>		</g>	</g>	<path d=\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\"></path>	<polygon points=\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \"></polygon>	<rect x=\"67.56\" y=\"58.8\" width=\"3.98\" height=\"20.74\"></rect>	<path d=\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\"></path>	<path d=\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\"></path>	<path d=\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\"></path>	<polygon points=\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \"></polygon>	<polygon points=\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \"></polygon>	<path d=\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\"></path>	<path d=\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\"></path>	<path d=\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\"></path></g><path d=\"M87.12,54.82h-43.1H87.12z\"></path></svg>			\n	    	<nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-nav-282e7a7\"><li><a  href=\"https://point2listing.ca/\">Home</a> </li>\n<li><a  href=\"https://point2listing.ca/about-us/\">About</a> </li>\n<li><a  href=\"https://point2listing.ca/service/\">Services</a> \n<ul>\n	<li><a  href=\"https://point2listing.ca/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://point2listing.ca/seo/\">SEO</a> </li>\n	<li><a  href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://point2listing.ca/blog/\">Blog</a> </li>\n<li><a  href=\"https://point2listing.ca/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-desktop-wrap -->\n		    <nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-mobile-nav-282e7a7\"><li><a  href=\"https://point2listing.ca/\">Home</a> </li>\n<li><a  href=\"https://point2listing.ca/about-us/\">About</a> </li>\n<li><a  href=\"https://point2listing.ca/service/\">Services</a> \n<ul>\n	<li><a  href=\"https://point2listing.ca/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://point2listing.ca/seo/\">SEO</a> </li>\n	<li><a  href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://point2listing.ca/blog/\">Blog</a> </li>\n<li><a  href=\"https://point2listing.ca/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-mobile-wrap -->','Header','','inherit','closed','closed','','2482-revision-v1','','','2024-09-04 12:46:08','2024-09-04 12:46:08','',2482,'https://point2listing.ca/?p=3350',0,'revision','',0),(3351,4,'2024-09-04 12:46:24','2024-09-04 12:46:24','<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><style type=\"text/css\">	.st0{fill:#E7A23B;}	.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}</style><g>	<g>		<g>			<g>				<path d=\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\"></path>			</g>			<g>				<g>					<path d=\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\"></path>				</g>			</g>		</g>	</g>	<path d=\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\"></path>	<polygon points=\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \"></polygon>	<rect x=\"67.56\" y=\"58.8\" width=\"3.98\" height=\"20.74\"></rect>	<path d=\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\"></path>	<path d=\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\"></path>	<path d=\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\"></path>	<polygon points=\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \"></polygon>	<polygon points=\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \"></polygon>	<path d=\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\"></path>	<path d=\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\"></path>	<path d=\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\"></path></g><path d=\"M87.12,54.82h-43.1H87.12z\"></path></svg>			\n	    	<nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-nav-282e7a7\"><li><a  href=\"https://point2listing.ca/\">Home</a> </li>\n<li><a  href=\"https://point2listing.ca/about-us/\">About</a> </li>\n<li><a  href=\"https://point2listing.ca/service/\">Services</a> \n<ul>\n	<li><a  href=\"https://point2listing.ca/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://point2listing.ca/seo/\">SEO</a> </li>\n	<li><a  href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://point2listing.ca/blog/\">Blog</a> </li>\n<li><a  href=\"https://point2listing.ca/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-desktop-wrap -->\n		    <nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-mobile-nav-282e7a7\"><li><a  href=\"https://point2listing.ca/\">Home</a> </li>\n<li><a  href=\"https://point2listing.ca/about-us/\">About</a> </li>\n<li><a  href=\"https://point2listing.ca/service/\">Services</a> \n<ul>\n	<li><a  href=\"https://point2listing.ca/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://point2listing.ca/seo/\">SEO</a> </li>\n	<li><a  href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://point2listing.ca/blog/\">Blog</a> </li>\n<li><a  href=\"https://point2listing.ca/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-mobile-wrap -->','Header','','inherit','closed','closed','','2482-revision-v1','','','2024-09-04 12:46:24','2024-09-04 12:46:24','',2482,'https://point2listing.ca/?p=3351',0,'revision','',0),(3352,4,'2024-09-04 12:46:24','2024-09-04 12:46:24','<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><style type=\"text/css\">	.st0{fill:#E7A23B;}	.st1{fill:none;stroke:#E7A23B;stroke-width:0.25;stroke-miterlimit:10;}</style><g>	<g>		<g>			<g>				<path d=\"M39.38,21.18l-1.44-0.94c-0.38-0.25-0.86,0.03-0.91,0.54c-0.13,1.35-0.36,3.87-0.62,6.91l2.68,0.86v1.05     l-2.76-0.89c-0.05,0.61-0.1,1.24-0.16,1.89l2.92,0.89v1.05l-3-0.91c-0.05,0.63-0.1,1.26-0.15,1.9l3.15,0.9v1.05l-3.22-0.92     c-0.05,0.64-0.09,1.28-0.14,1.92l3.36,0.89v1.04l-3.43-0.91c-0.04,0.65-0.08,1.29-0.12,1.93l3.56,0.87v1.04l-3.62-0.89     c-0.04,0.66-0.07,1.31-0.1,1.94l3.72,0.84v1.03l-3.77-0.85c-0.03,0.68-0.05,1.34-0.07,1.96l3.84,0.79v1.03l-3.87-0.8     c-0.01,0.45-0.01,0.88-0.01,1.28c0,0.22,0,0.46,0,0.7l3.88,0.72v1.03l-3.87-0.72c0,0.62,0.01,1.28,0.02,1.98l3.85,0.64v1.03     l-3.84-0.64c0.01,0.64,0.02,1.3,0.03,1.99l3.81,0.56v1.02l-3.8-0.55c0.01,0.65,0.02,1.31,0.03,1.99l3.76,0.47v1.02l-3.74-0.47     c0.01,0.66,0.02,1.32,0.04,1.99l3.7,0.39v1.02l-3.68-0.39c0.01,0.66,0.03,1.33,0.04,1.99l3.64,0.31v1.02l-3.62-0.31     c0.01,0.67,0.03,1.33,0.04,1.99l3.58,0.23v1.02l-3.56-0.23c0.02,0.67,0.03,1.34,0.04,1.99l3.51,0.15v1.02l-3.49-0.15     c0.02,0.68,0.03,1.35,0.05,1.98l3.44,0.07v1.01l-3.42-0.07c0.02,0.7,0.03,1.37,0.05,1.98h3.37v1.01h-3.34     c0.05,2.09,0.09,3.38,0.09,3.38h4V22.06C39.82,21.69,39.65,21.36,39.38,21.18z\"></path>			</g>			<g>				<g>					<path d=\"M36.51,20.78L34.9,23.7c-0.36,0.66-1.06,0.95-1.7,0.73l-1.98-0.69c-0.39-0.14-0.78,0.2-0.78,0.67v55.44      h4.88c0,0-0.62-23.83-0.62-32.16C34.68,40.5,36.11,24.98,36.51,20.78z M31.73,45.38h-0.48V33.94h0.48V45.38z M32.79,77.9h-0.48      v-8.53h0.48V77.9z M32.79,67.45h-0.48v-9.4h0.48V67.45z M31.73,77.9h-0.48v-8.53h0.48V77.9z M31.73,67.45h-0.48v-9.4h0.48      V67.45z M32.79,56.14h-0.48v-9.4h0.48V56.14z M31.73,56.14h-0.48v-9.4h0.48V56.14z M32.79,45.38h-0.48V33.94h0.48V45.38z       M33.86,77.9h-0.48v-8.53h0.48V77.9z M33.86,67.45h-0.48v-9.4h0.48V67.45z M33.86,56.14h-0.48v-9.4h0.48V56.14z M33.86,45.38      h-0.48V33.94h0.48V45.38z M34.45,32.58h-2.62v-0.56h2.62V32.58z M34.45,30.91h-2.62v-0.56h2.62V30.91z M34.45,29.25h-2.62      v-0.56h2.62V29.25z\"></path>				</g>			</g>		</g>	</g>	<path d=\"M49.45,66.76c-1.72-1.34-1.94-1.95-1.94-3.2c0-1.17,0.24-1.81,0.97-1.81c0.79,0,1,0.62,1,1.88v1.24h3.77v-1.19  c0-2.37-0.62-5.22-4.79-5.22c-3.93,0-4.91,2.73-4.91,5.69c0,3.05,1.2,4.23,3.54,6.21c2.12,1.77,2.49,2.34,2.49,4.3  c0,0.98-0.22,1.92-1.13,1.92c-0.91,0-1.25-0.63-1.25-2v-1.44h-3.91v1.24c0,3.07,1.13,5.46,5.08,5.46c4.12,0,5.23-2.68,5.23-5.92  C53.59,70.51,52.5,69.16,49.45,66.76z\"></path>	<polygon points=\"55.16,62.32 58.18,62.32 58.18,79.53 62.16,79.53 62.16,62.32 65.2,62.32 65.2,58.8 55.16,58.8  \"></polygon>	<rect x=\"67.56\" y=\"58.8\" width=\"3.98\" height=\"20.74\"></rect>	<path d=\"M81.48,62.2c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41v20.74h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V58.8h-3.7V62.2z\"></path>	<path d=\"M92.94,71.05h1.37v2.97c0,1.71-0.33,2.46-1.3,2.46c-0.79,0-1.25-0.52-1.25-1.93V63.92  c0-1.35,0.34-2.02,1.25-2.02c1.11,0,1.23,0.93,1.23,1.94v1.14h4.02v-0.93c0-2.09-0.48-5.57-5.26-5.57c-3.96,0-5.27,2.63-5.27,5.81  v9.76c0,3.39,0.91,5.79,4.14,5.79c1.28,0,2.61-0.39,3.27-1.85c0.03,0.44,0.04,1.54,0.04,1.54h3.15V67.68h-5.38V71.05z\"></path>	<path d=\"M51.07,33.07c0,2.89,0.14,6.67,0.36,9.43h-0.1c-0.16-0.91-2.24-10.3-2.9-12.83h-4.41V50.4h3.64v-3.54  c0-3.26-0.12-7.38-0.28-9.82h0.11c0.13,0.66,2.4,11.39,2.83,13.37h4.45V29.66h-3.7V33.07z\"></path>	<polygon points=\"59.97,50.4 63.96,50.4 63.96,33.19 67,33.19 67,29.66 56.96,29.66 56.96,33.19 59.97,33.19  \"></polygon>	<polygon points=\"22.26,49.24 18.27,49.24 18.27,79.53 27.28,79.53 27.28,76.04 22.26,76.04  \"></polygon>	<path d=\"M25.78,44.83v-9.62c0-4.14-2.16-5.86-5.38-5.86c-3.19,0-5.39,1.75-5.39,5.75v9.77c0,4.03,1.77,5.84,5.21,5.84  C23.85,50.71,25.78,48.95,25.78,44.83z M21.73,45.34c0,1.36-0.42,1.97-1.35,1.97c-0.89,0-1.33-0.67-1.33-1.95v-10.6  c0-1.38,0.47-1.99,1.32-1.99c1,0,1.36,0.66,1.36,1.96V45.34z\"></path>	<path d=\"M72.39,34.7c0-1.2,0.28-1.89,1.12-1.89c0.92,0,1.04,0.76,1.04,2.07c0,2.06-0.38,2.78-2.45,5.82  c-2.31,3.35-3.32,5.35-3.34,9.36v0.35h10.21v-3.39h-5.69c0.13-1.47,1.13-3.01,2.26-4.65c2.28-3.3,3-4.31,3-7.4  c0-2.93-1.07-5.34-4.88-5.34c-4.19,0-4.93,2.85-4.93,5.19v1.22h3.66V34.7z\"></path>	<path d=\"M7,29.66H1.68V50.4h3.99v-8.15h1.17c3.93,0,5.3-2.19,5.3-5.82v-1.27C12.15,31.48,10.44,29.66,7,29.66z   M8.15,36.44c0,1.73-0.32,2.57-1.83,2.57H5.67V32.8h0.84c1.33,0,1.64,0.86,1.64,2.2V36.44z\"></path></g><path d=\"M87.12,54.82h-43.1H87.12z\"></path></svg>			\n	    	<nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-nav-282e7a7\"><li><a  href=\"https://point2listing.ca/\">Home</a> </li>\n<li><a  href=\"https://point2listing.ca/about-us/\">About</a> </li>\n<li><a  href=\"https://point2listing.ca/service/\">Services</a> \n<ul>\n	<li><a  href=\"https://point2listing.ca/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://point2listing.ca/seo/\">SEO</a> </li>\n	<li><a  href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://point2listing.ca/blog/\">Blog</a> </li>\n<li><a  href=\"https://point2listing.ca/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-desktop-wrap -->\n		    <nav role=\"navigation\" aria-hidden=\"false\">\n				<ul id=\"main-mobile-nav-282e7a7\"><li><a  href=\"https://point2listing.ca/\">Home</a> </li>\n<li><a  href=\"https://point2listing.ca/about-us/\">About</a> </li>\n<li><a  href=\"https://point2listing.ca/service/\">Services</a> \n<ul>\n	<li><a  href=\"https://point2listing.ca/lead-generation/\">Lead Generation</a> </li>\n	<li><a  href=\"https://point2listing.ca/seo/\">SEO</a> </li>\n	<li><a  href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/ppc/\">PPC</a> </li>\n	<li><a  href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a> </li>\n	<li><a  href=\"https://point2listing.ca/web-development/\">Web Development</a> </li>\n	<li><a  href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a> </li>\n</ul>\n</li>\n<li><a  href=\"https://point2listing.ca/blog/\">Blog</a> </li>\n<li><a  href=\"https://point2listing.ca/contact-us/\">Contact us</a> </li>\n</ul>			</nav>\n		<!-- houzez-nav-menu-main-mobile-wrap -->','Header','','inherit','closed','closed','','2482-revision-v1','','','2024-09-04 12:46:24','2024-09-04 12:46:24','',2482,'https://point2listing.ca/?p=3352',0,'revision','',0),(3354,4,'2024-09-04 12:48:55','2024-09-04 12:48:55','<h2>Real Estate Leads & Digital Marketing Solutions</h2>\n                                    <p>Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services in Canada.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Contact Us\n					</a>\n    [wpforms id=\"your-form-id\"]\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"2dc89a574eb97dfc9a2b77e62195a56a\" data-token-time=\"1725453614\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"74d18b6d98\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Experience the Power of Targeted Real Estate Marketing for Generating Leads in Canada.</h2>\n                                    <p>Unlock the potential of your real estate business with our comprehensive, full-service marketing expertise. We specialize in crafting customized strategies that establish and elevate your presence in the competitive Canadian market.\n<br><br>Our team of seasoned professionals excels in every facet of real estate marketing, including advanced search engine optimization (SEO), strategic social media campaigns, compelling content creation, precision-targeted email marketing, and high-impact paid advertising. We focus on driving results that matterâ€”boosting your visibility, attracting qualified leads, and ultimately closing more deals.</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"584\" height=\"438\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-120x90.webp 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />													\n                                    <h2>Our Services</h2>\n                                    <p>We are committed to delivering top-notch solutions that cater to your unique needs.</p>\n														<a href=\"https://point2listing.ca/lead-generation/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/lead-generation/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/lead-generation/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/digital-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://point2listing.ca/digital-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/digital-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/web-development/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://point2listing.ca/web-development/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/web-development/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/content-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://point2listing.ca/content-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/content-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/seo/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://point2listing.ca/seo/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/seo/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/ppc/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://point2listing.ca/ppc/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/ppc/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/social-media-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://point2listing.ca/social-media-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/social-media-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/email-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://point2listing.ca/email-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/email-marketing/\" >\n							Find more						</a>\n                                    <h2>Leads Filtration Process</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Collection.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Lead Collection</strong>\n                                <!-- text-with-icon-title -->\n                                    The lead collection step involves gathering potential leads from various sources like online forms, trade shows, and social media. Essential details such as contact information, company size, and industry are collected. This data forms the basis for further qualification and enrichment.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Initial-Qualification.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Initial Qualification</strong>\n                                <!-- text-with-icon-title -->\n                                    Initial qualification assesses whether each lead meets key criteria relevant to the companyâ€™s target audience. This includes evaluating industry relevance, company size, and geographic location, as well as job title. Leads are scored to prioritize those with a higher potential for conversion.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Enrichment.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Lead Enrichment</strong>\n                                <!-- text-with-icon-title -->\n                                    Lead enrichment enhances data by adding details such as company revenue or recent activities. This provides a comprehensive view of each lead, allowing for better segmentation and targeted engagement. Enriched leads are categorized based on their fit with the ideal customer profile.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Sales-Readiness.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Sales Readiness</strong>\n                                <!-- text-with-icon-title -->\n                                    Sales readiness determines if a lead is ready to be passed to the sales team. Criteria such as budget, authority, need, and timing are thoroughly evaluated to assess readiness. Qualified leads are handed off with detailed information and a follow-up strategy to effectively nurture them through the sales funnel.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Areas</h2>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>QUEBEC</h2>\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ONTARIO</h2>\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>\n                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ALBERTA</h2>\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>BRITISH COLUMBIA</h2>\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                   <h2>NOVA SCOTIA</h2>\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                 <h2>SASKATCHEWAN</h2>\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n                                    <h2>Areas</h2>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>QUEBEC</h2>\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ONTARIO</h2>\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>\n                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ALBERTA</h2>\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>BRITISH COLUMBIA</h2>\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                   <h2>NOVA SCOTIA</h2>\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                 <h2>SASKATCHEWAN</h2>\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n                                    <h2>Our Partners</h2>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1-150x150.webp\" alt=\"Homelife (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1-150x150.webp\" alt=\"Expo-reality (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/CIR-1-150x150.webp\" alt=\"CIR (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/2reality-1-150x150.webp\" alt=\"2reality (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1-150x150.webp\" alt=\"sothebys (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1-150x150.webp\" alt=\"Royal-lpage (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Remax-1-150x150.webp\" alt=\"Remax (1)\" /></figure>			\n                                    <h2>Read from our blog</h2>\n		<a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp\" alt=\"Real Estate Lead Generation\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">The Best Real Estate Lead Generation Companies of 2024</a></h3>\n		<!-- blog-post-title -->\n			Looking for a shortcut to real estate success? Look no further than the best lead generation...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp\" alt=\"7 Real Estate Lead Generation Tips for Quick Results\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">7 Real Estate Lead Generation Tips for Quick Results</a></h3>\n		<!-- blog-post-title -->\n			In the fast-moving world of real estate, finding potential customers is important for success,...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp\" alt=\"\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">What Are The Benefits Of Real Estate Lead Generation?</a></h3>\n		<!-- blog-post-title -->\n			Real estate agents know that finding new clients is key to growing their business. Lead generation...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Homepage - Point2 Lisiting','','inherit','closed','closed','','10-revision-v1','','','2024-09-04 12:48:55','2024-09-04 12:48:55','',10,'https://point2listing.ca/?p=3354',0,'revision','',0),(3355,4,'2024-09-04 12:48:56','2024-09-04 12:48:56','<h2>Real Estate Leads & Digital Marketing Solutions</h2>\n                                    <p>Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services in Canada.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Contact Us\n					</a>\n    [wpforms id=\"your-form-id\"]\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"2dc89a574eb97dfc9a2b77e62195a56a\" data-token-time=\"1725454136\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"74d18b6d98\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Experience the Power of Targeted Real Estate Marketing for Generating Leads in Canada.</h2>\n                                    <p>Unlock the potential of your real estate business with our comprehensive, full-service marketing expertise. We specialize in crafting customized strategies that establish and elevate your presence in the competitive Canadian market.\n<br><br>Our team of seasoned professionals excels in every facet of real estate marketing, including advanced search engine optimization (SEO), strategic social media campaigns, compelling content creation, precision-targeted email marketing, and high-impact paid advertising. We focus on driving results that matterâ€”boosting your visibility, attracting qualified leads, and ultimately closing more deals.</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"584\" height=\"438\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-120x90.webp 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />													\n                                    <h2>Our Services</h2>\n                                    <p>We are committed to delivering top-notch solutions that cater to your unique needs.</p>\n														<a href=\"https://point2listing.ca/lead-generation/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/lead-generation/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/lead-generation/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/digital-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://point2listing.ca/digital-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/digital-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/web-development/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://point2listing.ca/web-development/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/web-development/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/content-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://point2listing.ca/content-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/content-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/seo/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://point2listing.ca/seo/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/seo/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/ppc/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://point2listing.ca/ppc/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/ppc/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/social-media-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://point2listing.ca/social-media-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/social-media-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/email-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://point2listing.ca/email-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/email-marketing/\" >\n							Find more						</a>\n                                    <h2>Leads Filtration Process</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Collection.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Lead Collection</strong>\n                                <!-- text-with-icon-title -->\n                                    The lead collection step involves gathering potential leads from various sources like online forms, trade shows, and social media. Essential details such as contact information, company size, and industry are collected. This data forms the basis for further qualification and enrichment.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Initial-Qualification.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Initial Qualification</strong>\n                                <!-- text-with-icon-title -->\n                                    Initial qualification assesses whether each lead meets key criteria relevant to the companyâ€™s target audience. This includes evaluating industry relevance, company size, and geographic location, as well as job title. Leads are scored to prioritize those with a higher potential for conversion.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Enrichment.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Lead Enrichment</strong>\n                                <!-- text-with-icon-title -->\n                                    Lead enrichment enhances data by adding details such as company revenue or recent activities. This provides a comprehensive view of each lead, allowing for better segmentation and targeted engagement. Enriched leads are categorized based on their fit with the ideal customer profile.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Sales-Readiness.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Sales Readiness</strong>\n                                <!-- text-with-icon-title -->\n                                    Sales readiness determines if a lead is ready to be passed to the sales team. Criteria such as budget, authority, need, and timing are thoroughly evaluated to assess readiness. Qualified leads are handed off with detailed information and a follow-up strategy to effectively nurture them through the sales funnel.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Areas</h2>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>QUEBEC</h2>\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ONTARIO</h2>\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>\n                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ALBERTA</h2>\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>BRITISH COLUMBIA</h2>\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                   <h2>NOVA SCOTIA</h2>\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                 <h2>SASKATCHEWAN</h2>\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n                                    <h2>Areas</h2>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>QUEBEC</h2>\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ONTARIO</h2>\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>\n                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ALBERTA</h2>\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>BRITISH COLUMBIA</h2>\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                   <h2>NOVA SCOTIA</h2>\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                 <h2>SASKATCHEWAN</h2>\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n                                    <h2>Our Partners</h2>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1-150x150.webp\" alt=\"Homelife (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1-150x150.webp\" alt=\"Expo-reality (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/CIR-1-150x150.webp\" alt=\"CIR (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/2reality-1-150x150.webp\" alt=\"2reality (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1-150x150.webp\" alt=\"sothebys (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1-150x150.webp\" alt=\"Royal-lpage (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Remax-1-150x150.webp\" alt=\"Remax (1)\" /></figure>			\n                                    <h2>Read from our blog</h2>\n		<a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp\" alt=\"Real Estate Lead Generation\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">The Best Real Estate Lead Generation Companies of 2024</a></h3>\n		<!-- blog-post-title -->\n			Looking for a shortcut to real estate success? Look no further than the best lead generation...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp\" alt=\"7 Real Estate Lead Generation Tips for Quick Results\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">7 Real Estate Lead Generation Tips for Quick Results</a></h3>\n		<!-- blog-post-title -->\n			In the fast-moving world of real estate, finding potential customers is important for success,...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp\" alt=\"\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">What Are The Benefits Of Real Estate Lead Generation?</a></h3>\n		<!-- blog-post-title -->\n			Real estate agents know that finding new clients is key to growing their business. Lead generation...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Homepage - Point2 Lisiting','','inherit','closed','closed','','10-revision-v1','','','2024-09-04 12:48:56','2024-09-04 12:48:56','',10,'https://point2listing.ca/?p=3355',0,'revision','',0),(3356,4,'2024-09-04 12:49:32','2024-09-04 12:49:32','<h2>Real Estate Leads & Digital Marketing Solutions</h2>\n                                    <p>Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services in Canada.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Contact Us\n					</a>\n    [wpforms id=\"your-form-id\"]\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"2dc89a574eb97dfc9a2b77e62195a56a\" data-token-time=\"1725454136\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"74d18b6d98\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Experience the Power of Targeted Real Estate Marketing for Generating Leads in Canada.</h2>\n                                    <p>Unlock the potential of your real estate business with our comprehensive, full-service marketing expertise. We specialize in crafting customized strategies that establish and elevate your presence in the competitive Canadian market.\n<br><br>Our team of seasoned professionals excels in every facet of real estate marketing, including advanced search engine optimization (SEO), strategic social media campaigns, compelling content creation, precision-targeted email marketing, and high-impact paid advertising. We focus on driving results that matterâ€”boosting your visibility, attracting qualified leads, and ultimately closing more deals.</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"584\" height=\"438\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-120x90.webp 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />													\n                                    <h2>Our Services</h2>\n                                    <p>We are committed to delivering top-notch solutions that cater to your unique needs.</p>\n														<a href=\"https://point2listing.ca/lead-generation/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/lead-generation/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/lead-generation/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/digital-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://point2listing.ca/digital-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/digital-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/web-development/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://point2listing.ca/web-development/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/web-development/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/content-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://point2listing.ca/content-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/content-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/seo/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://point2listing.ca/seo/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/seo/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/ppc/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://point2listing.ca/ppc/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/ppc/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/social-media-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://point2listing.ca/social-media-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/social-media-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/email-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://point2listing.ca/email-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/email-marketing/\" >\n							Find more						</a>\n                                    <h2>Leads Filtration Process</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Collection.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Lead Collection</strong>\n                                <!-- text-with-icon-title -->\n                                    The lead collection step involves gathering potential leads from various sources like online forms, trade shows, and social media. Essential details such as contact information, company size, and industry are collected. This data forms the basis for further qualification and enrichment.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Initial-Qualification.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Initial Qualification</strong>\n                                <!-- text-with-icon-title -->\n                                    Initial qualification assesses whether each lead meets key criteria relevant to the companyâ€™s target audience. This includes evaluating industry relevance, company size, and geographic location, as well as job title. Leads are scored to prioritize those with a higher potential for conversion.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Enrichment.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Lead Enrichment</strong>\n                                <!-- text-with-icon-title -->\n                                    Lead enrichment enhances data by adding details such as company revenue or recent activities. This provides a comprehensive view of each lead, allowing for better segmentation and targeted engagement. Enriched leads are categorized based on their fit with the ideal customer profile.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Sales-Readiness.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Sales Readiness</strong>\n                                <!-- text-with-icon-title -->\n                                    Sales readiness determines if a lead is ready to be passed to the sales team. Criteria such as budget, authority, need, and timing are thoroughly evaluated to assess readiness. Qualified leads are handed off with detailed information and a follow-up strategy to effectively nurture them through the sales funnel.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Areas</h2>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>QUEBEC</h2>\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ONTARIO</h2>\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>\n                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ALBERTA</h2>\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>BRITISH COLUMBIA</h2>\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                   <h2>NOVA SCOTIA</h2>\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                 <h2>SASKATCHEWAN</h2>\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n                                    <h2>Areas</h2>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>QUEBEC</h2>\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ONTARIO</h2>\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>\n                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ALBERTA</h2>\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>BRITISH COLUMBIA</h2>\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                   <h2>NOVA SCOTIA</h2>\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                 <h2>SASKATCHEWAN</h2>\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n                                    <h2>Our Partners</h2>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1-150x150.webp\" alt=\"Homelife (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1-150x150.webp\" alt=\"Expo-reality (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/CIR-1-150x150.webp\" alt=\"CIR (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/2reality-1-150x150.webp\" alt=\"2reality (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1-150x150.webp\" alt=\"sothebys (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1-150x150.webp\" alt=\"Royal-lpage (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Remax-1-150x150.webp\" alt=\"Remax (1)\" /></figure>			\n                                    <h2>Read from our blog</h2>\n		<a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp\" alt=\"Real Estate Lead Generation\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">The Best Real Estate Lead Generation Companies of 2024</a></h3>\n		<!-- blog-post-title -->\n			Looking for a shortcut to real estate success? Look no further than the best lead generation...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp\" alt=\"7 Real Estate Lead Generation Tips for Quick Results\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">7 Real Estate Lead Generation Tips for Quick Results</a></h3>\n		<!-- blog-post-title -->\n			In the fast-moving world of real estate, finding potential customers is important for success,...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp\" alt=\"\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">What Are The Benefits Of Real Estate Lead Generation?</a></h3>\n		<!-- blog-post-title -->\n			Real estate agents know that finding new clients is key to growing their business. Lead generation...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Homepage - Point2 Lisiting','','inherit','closed','closed','','10-revision-v1','','','2024-09-04 12:49:32','2024-09-04 12:49:32','',10,'https://point2listing.ca/?p=3356',0,'revision','',0),(3357,4,'2024-09-04 12:49:37','2024-09-04 12:49:37','<h2>Real Estate Leads & Digital Marketing Solutions</h2>\n                                    <p>Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services in Canada.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Contact Us\n					</a>\n    [wpforms id=\"your-form-id\"]\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"2dc89a574eb97dfc9a2b77e62195a56a\" data-token-time=\"1725454136\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"74d18b6d98\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Experience the Power of Targeted Real Estate Marketing for Generating Leads in Canada.</h2>\n                                    <p>Unlock the potential of your real estate business with our comprehensive, full-service marketing expertise. We specialize in crafting customized strategies that establish and elevate your presence in the competitive Canadian market.\n<br><br>Our team of seasoned professionals excels in every facet of real estate marketing, including advanced search engine optimization (SEO), strategic social media campaigns, compelling content creation, precision-targeted email marketing, and high-impact paid advertising. We focus on driving results that matterâ€”boosting your visibility, attracting qualified leads, and ultimately closing more deals.</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"584\" height=\"438\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-120x90.webp 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />													\n                                    <h2>Our Services</h2>\n                                    <p>We are committed to delivering top-notch solutions that cater to your unique needs.</p>\n														<a href=\"https://point2listing.ca/lead-generation/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/lead-generation/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/lead-generation/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/digital-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://point2listing.ca/digital-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/digital-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/web-development/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://point2listing.ca/web-development/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/web-development/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/content-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://point2listing.ca/content-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/content-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/seo/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://point2listing.ca/seo/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/seo/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/ppc/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://point2listing.ca/ppc/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/ppc/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/social-media-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://point2listing.ca/social-media-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/social-media-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/email-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://point2listing.ca/email-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/email-marketing/\" >\n							Find more						</a>\n                                    <h2>Leads Filtration Process</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Collection.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Lead Collection</strong>\n                                <!-- text-with-icon-title -->\n                                    The lead collection step involves gathering potential leads from various sources like online forms, trade shows, and social media. Essential details such as contact information, company size, and industry are collected. This data forms the basis for further qualification and enrichment.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Initial-Qualification.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Initial Qualification</strong>\n                                <!-- text-with-icon-title -->\n                                    Initial qualification assesses whether each lead meets key criteria relevant to the companyâ€™s target audience. This includes evaluating industry relevance, company size, and geographic location, as well as job title. Leads are scored to prioritize those with a higher potential for conversion.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Enrichment.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Lead Enrichment</strong>\n                                <!-- text-with-icon-title -->\n                                    Lead enrichment enhances data by adding details such as company revenue or recent activities. This provides a comprehensive view of each lead, allowing for better segmentation and targeted engagement. Enriched leads are categorized based on their fit with the ideal customer profile.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Sales-Readiness.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Sales Readiness</strong>\n                                <!-- text-with-icon-title -->\n                                    Sales readiness determines if a lead is ready to be passed to the sales team. Criteria such as budget, authority, need, and timing are thoroughly evaluated to assess readiness. Qualified leads are handed off with detailed information and a follow-up strategy to effectively nurture them through the sales funnel.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Areas</h2>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>QUEBEC</h2>\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ONTARIO</h2>\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>\n                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ALBERTA</h2>\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>BRITISH COLUMBIA</h2>\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                   <h2>NOVA SCOTIA</h2>\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                 <h2>SASKATCHEWAN</h2>\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n                                    <h2>Areas</h2>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>QUEBEC</h2>\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ONTARIO</h2>\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>\n                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ALBERTA</h2>\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>BRITISH COLUMBIA</h2>\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                   <h2>NOVA SCOTIA</h2>\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                 <h2>SASKATCHEWAN</h2>\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n                                    <h2>Our Partners</h2>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1-150x150.webp\" alt=\"Homelife (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1-150x150.webp\" alt=\"Expo-reality (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/CIR-1-150x150.webp\" alt=\"CIR (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/2reality-1-150x150.webp\" alt=\"2reality (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1-150x150.webp\" alt=\"sothebys (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1-150x150.webp\" alt=\"Royal-lpage (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Remax-1-150x150.webp\" alt=\"Remax (1)\" /></figure>			\n                                    <h2>Read from our blog</h2>\n		<a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp\" alt=\"Real Estate Lead Generation\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">The Best Real Estate Lead Generation Companies of 2024</a></h3>\n		<!-- blog-post-title -->\n			Looking for a shortcut to real estate success? Look no further than the best lead generation...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp\" alt=\"7 Real Estate Lead Generation Tips for Quick Results\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">7 Real Estate Lead Generation Tips for Quick Results</a></h3>\n		<!-- blog-post-title -->\n			In the fast-moving world of real estate, finding potential customers is important for success,...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp\" alt=\"\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">What Are The Benefits Of Real Estate Lead Generation?</a></h3>\n		<!-- blog-post-title -->\n			Real estate agents know that finding new clients is key to growing their business. Lead generation...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Homepage - Point2 Lisiting','','inherit','closed','closed','','10-revision-v1','','','2024-09-04 12:49:37','2024-09-04 12:49:37','',10,'https://point2listing.ca/?p=3357',0,'revision','',0),(3358,4,'2024-09-04 12:49:38','2024-09-04 12:49:38','<h2>Real Estate Leads & Digital Marketing Solutions</h2>\n                                    <p>Empowering Realtors with Cutting-Edge Real Estate Lead Generation and Digital Marketing Services in Canada.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Contact Us\n					</a>\n    [wpforms id=\"your-form-id\"]\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Get In Touch</h2>		\n		<form id=\"wpforms-form-1879\" data-formid=\"1879\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"2dc89a574eb97dfc9a2b77e62195a56a\" data-token-time=\"1725454178\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript>Please enable JavaScript in your browser to complete this form.<label for=\"wpforms-1879-field_1\" aria-hidden=\"false\">Name *</label><input type=\"text\" id=\"wpforms-1879-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Name\" aria-errormessage=\"wpforms-1879-field_1-error\" required><label for=\"wpforms-1879-field_3\" aria-hidden=\"false\">Email *</label><input type=\"text\" id=\"wpforms-1879-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Email\" aria-errormessage=\"wpforms-1879-field_3-error\" required><label for=\"wpforms-1879-field_2\" aria-hidden=\"false\">Phone *</label><input type=\"text\" id=\"wpforms-1879-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Phone\" aria-errormessage=\"wpforms-1879-field_2-error\" required><fieldset><legend>Are you? *</legend><ul id=\"wpforms-1879-field_9\"><li><input type=\"radio\" id=\"wpforms-1879-field_9_3\" name=\"wpforms[fields][9]\" value=\"Realtor\" aria-errormessage=\"wpforms-1879-field_9_3-error\" required ><label for=\"wpforms-1879-field_9_3\">Realtor</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_1\" name=\"wpforms[fields][9]\" value=\"Buyer\" aria-errormessage=\"wpforms-1879-field_9_1-error\" required ><label for=\"wpforms-1879-field_9_1\">Buyer</label></li><li><input type=\"radio\" id=\"wpforms-1879-field_9_2\" name=\"wpforms[fields][9]\" value=\"Seller\" aria-errormessage=\"wpforms-1879-field_9_2-error\" required ><label for=\"wpforms-1879-field_9_2\">Seller</label></li></ul></fieldset><label for=\"wpforms-1879-field_4\" aria-hidden=\"false\">Message</label><textarea id=\"wpforms-1879-field_4\" name=\"wpforms[fields][4]\" placeholder=\"Message\" aria-errormessage=\"wpforms-1879-field_4-error\" ></textarea><label for=\"wpforms-1879-field_10\" aria-hidden=\"false\">Page URL</label><input type=\"text\" id=\"wpforms-1879-field_10\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-1879-field_10-error\" ><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"1879\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"74d18b6d98\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://point2listing.ca/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1879\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n                                    <h2>Experience the Power of Targeted Real Estate Marketing for Generating Leads in Canada.</h2>\n                                    <p>Unlock the potential of your real estate business with our comprehensive, full-service marketing expertise. We specialize in crafting customized strategies that establish and elevate your presence in the competitive Canadian market.\n<br><br>Our team of seasoned professionals excels in every facet of real estate marketing, including advanced search engine optimization (SEO), strategic social media campaigns, compelling content creation, precision-targeted email marketing, and high-impact paid advertising. We focus on driving results that matterâ€”boosting your visibility, attracting qualified leads, and ultimately closing more deals.</p>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"584\" height=\"438\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/buy-property-120x90.webp 120w\" sizes=\"(max-width: 584px) 100vw, 584px\" />													\n                                    <h2>Our Services</h2>\n                                    <p>We are committed to delivering top-notch solutions that cater to your unique needs.</p>\n														<a href=\"https://point2listing.ca/lead-generation/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/lead-generation.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca//lead-generation/\">Real Estate Lead Generation</a></h3>		\n		<p>Real estate lead generation involves the identification and nurturing of prospective clients interested in property transactions.</p>		\n			<link rel=\"stylesheet\" href=\"https://point2listing.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<a href=\"https://point2listing.ca/lead-generation/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/lead-generation/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/digital-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/digital-marketing/\">Digital Marketing</a></h2>		\n		<p>Create and distribute compelling content across digital channels like social media, search engines, email, and websites.Â </p>		\n				<a href=\"https://point2listing.ca/digital-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/digital-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/web-development/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/web-development/\">Web Development</a></h2>		\n		<p>Dive into the world of web development and learn the skills to create captivating online experiences.</p>		\n				<a href=\"https://point2listing.ca/web-development/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/web-development/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/content-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy-496x279.webp 496w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/content-marketing/\">Content Marketing</a></h3>		\n		<p>From storytelling to strategic distribution, master the art of content marketing to build lasting connections.</p>		\n				<a href=\"https://point2listing.ca/content-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/content-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/seo/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/seo/\">SEO</a></h2>		\n		<p>Optimize your websiteâ€™s structure and learn how to improve your websiteâ€™s ranking on search engine results pages.</p>		\n				<a href=\"https://point2listing.ca/seo/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/seo/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/ppc/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/ppc/\">PPC</a></h2>		\n		<p>Discover the strategies to create compelling ad campaigns, and maximize your return on investment.</p>		\n				<a href=\"https://point2listing.ca/ppc/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/ppc/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/social-media-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h3><a href=\"https://point2listing.ca/social-media-marketing/\">Social Media Marketing</a></h3>		\n		<p>Craft compelling content to engaging with your audience, learn how to use social media platforms to expand your reach,</p>		\n				<a href=\"https://point2listing.ca/social-media-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/social-media-marketing/\" >\n							Find more						</a>\n														<a href=\"https://point2listing.ca/email-marketing/\">\n							<img width=\"1024\" height=\"576\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp\" alt=\"\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp 1024w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-300x169.webp 300w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-768x432.webp 768w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1536x864.webp 1536w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1067x600.webp 1067w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-496x279.webp 496w, https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />								</a>\n			<h2><a href=\"https://point2listing.ca/email-marketing/\">Email Marketing</a></h2>		\n		<p>Learn to create impactful email campaigns, and utilize segmentation to deliver personalized experiences.</p>		\n				<a href=\"https://point2listing.ca/email-marketing/\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"></path></svg>				</a>\n						<a href=\"https://point2listing.ca/email-marketing/\" >\n							Find more						</a>\n                                    <h2>Leads Filtration Process</h2>\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Collection.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Lead Collection</strong>\n                                <!-- text-with-icon-title -->\n                                    The lead collection step involves gathering potential leads from various sources like online forms, trade shows, and social media. Essential details such as contact information, company size, and industry are collected. This data forms the basis for further qualification and enrichment.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Initial-Qualification.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Initial Qualification</strong>\n                                <!-- text-with-icon-title -->\n                                    Initial qualification assesses whether each lead meets key criteria relevant to the companyâ€™s target audience. This includes evaluating industry relevance, company size, and geographic location, as well as job title. Leads are scored to prioritize those with a higher potential for conversion.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Lead-Enrichment.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Lead Enrichment</strong>\n                                <!-- text-with-icon-title -->\n                                    Lead enrichment enhances data by adding details such as company revenue or recent activities. This provides a comprehensive view of each lead, allowing for better segmentation and targeted engagement. Enriched leads are categorized based on their fit with the ideal customer profile.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                <img width=\"64\" height=\"64\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Sales-Readiness.webp\" alt=\"\" decoding=\"async\" />                            <!-- icon-thumb -->\n                                    <strong>Sales Readiness</strong>\n                                <!-- text-with-icon-title -->\n                                    Sales readiness determines if a lead is ready to be passed to the sales team. Criteria such as budget, authority, need, and timing are thoroughly evaluated to assess readiness. Qualified leads are handed off with detailed information and a follow-up strategy to effectively nurture them through the sales funnel.                                <!-- text-with-icon-body -->\n                            <!-- text-with-icon-info -->\n                        <!-- text-with-icon-item  -->\n                                    <h2>Areas</h2>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>QUEBEC</h2>\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ONTARIO</h2>\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>\n                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ALBERTA</h2>\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>BRITISH COLUMBIA</h2>\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                   <h2>NOVA SCOTIA</h2>\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                 <h2>SASKATCHEWAN</h2>\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n                                    <h2>Areas</h2>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>QUEBEC</h2>\n                <p>Quebec is one of the thirteen provinces and territories of Canada. It is the largest province by area and the second-largest by population.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/quebec/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ONTARIO</h2>\n                <p>Ontario, second largest province of Canada in area, after Quebec. It occupies the strip of the Canadian mainland lying between Hudson and James bays</p>\n                  <button onclick=\"window.location.href=\'https://point2listing.ca/ontario/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n               <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>ALBERTA</h2>\n                <p>Alberta is one of the thirteen provinces and territories of Canada. It is a part of Western Canada and is one of the three prairie provinces.</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/alberta/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=\"https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp\" alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                <h2>BRITISH COLUMBIA</h2>\n                <p>British Columbia, Canada\'s westernmost province. It is bounded to the north by Yukon and the Northwest Territories, to the east by the province of Alberta</p>\n                 <button onclick=\"window.location.href=\'https://point2listing.ca/british-columbia/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                 <img src=https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                   <h2>NOVA SCOTIA</h2>\n                <p>Nova Scotia is a province of Canada, located on its east coast. It is one of the three Maritime provinces.</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/nova-scotia/\';\">Learn More</button>\n                <!-- Added button -->\n</body>\n</html>\n			<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Flip Card Example</title>\n    <style>\n        /* Container for the entire flip card */\n        .flip-card {\n    width: 100%; /* Set width to 100% for responsiveness */\n    max-width: 350px; /* Set a maximum width */\n    height: 280px; /* Default height */\n    margin: auto; /* Center the card horizontally */\n}\n        /* Container for the inner flip mechanism */\n        .flip-card-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            text-align: center;\n            transition: transform 0.6s;\n            transform-style: preserve-3d;\n        }\n        /* Trigger the flip on hover */\n        .flip-card:hover .flip-card-inner {\n            transform: rotateX(180deg);\n        }\n        /* Front side of the card */\n        .flip-card-front, .flip-card-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            backface-visibility: hidden; /* Hides the back side when front is visible */\n            top: 0;\n            left: 0;\n        }\n        /* Specific styles for the front side */\n        .flip-card-front {\n            z-index: 2;\n            transform: rotateX(0deg); /* No rotation on the front side */\n        }\n        /* Specific styles for the back side */\n        .flip-card-back {\n            background-color: #CE8516; /* Background color for the back side */\n            color: white; /* Text color */\n            transform: rotateX(180deg); /* Flips the back side */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-direction: column; /* For vertical stacking of content */\n            padding: 20px; /* Optional: Adds padding to the back side */\n            box-sizing: border-box; /* Ensures padding is included in the height/width calculation */\n        }\n        /* Center the text and add opacity to the front side */\n        .flip-card-front img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .flip-card-front h2 {\n            color: white;\n            opacity: 0.8; /* Adjust as needed */\n            margin: 0;\n            font-size: 24px; /* Adjust as needed */\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n        }\n        /* Button styling on the back side */\n        .flip-card-back button {\n            background-color: #211604; /* Button background color */\n            color: white; /* Button text color */\n            border: none; /* Remove default border */\n            border-radius: 12px; /* Rounded corners */\n            padding: 10px 20px; /* Adjust padding as needed */\n            margin-top: 20px; /* Space above the button */\n            cursor: pointer; /* Pointer cursor on hover */\n            font-size: 16px; /* Adjust font size as needed */\n            transition: background-color 0.3s; /* Smooth background color transition */\n        }\n        .flip-card-back button:hover {\n            background-color: #1a1208; /* Darker color on hover */\n        }\n    @media (max-width: 768px) {\n    .flip-card-back h2 {\n        font-size: 18px; /* Adjusted heading size for tablets */\n    }\n    .flip-card-back p {\n        font-size: 14px; /* Adjusted text size for tablets */\n    }\n}\n@media (max-width: 480px) {\n    .flip-card-back h2 {\n        font-size: 25px; /* Adjusted heading size for mobile phones */\n    }\n    .flip-card-back p {\n        font-size: 16px; /* Adjusted text size for mobile phones */\n    }\n}\n    </style>\n</head>\n<body>\n                <img src=https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp alt=\"Front Image\">\n                <h2>QUEBEC</h2> <!-- Added title on the front side -->\n                 <h2>SASKATCHEWAN</h2>\n                <p>Saskatchewan has a vibrant art and culture scene, scenic provincial parks and plenty of sports and recreation opportunities. Known as the birthplace of Medicare</p>\n                <button onclick=\"window.location.href=\'https://point2listing.ca/saskatchewan/\';\">Learn More</button> \n                <!-- Added button -->\n</body>\n</html>\n                                    <h2>Our Partners</h2>\n			<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1-150x150.webp\" alt=\"Homelife (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1-150x150.webp\" alt=\"Expo-reality (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/CIR-1-150x150.webp\" alt=\"CIR (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/2reality-1-150x150.webp\" alt=\"2reality (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1-150x150.webp\" alt=\"sothebys (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1-150x150.webp\" alt=\"Royal-lpage (1)\" /></figure><figure><img src=\"https://point2listing.ca/wp-content/uploads/2024/09/Remax-1-150x150.webp\" alt=\"Remax (1)\" /></figure>			\n                                    <h2>Read from our blog</h2>\n		<a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp\" alt=\"Real Estate Lead Generation\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">The Best Real Estate Lead Generation Companies of 2024</a></h3>\n		<!-- blog-post-title -->\n			Looking for a shortcut to real estate success? Look no further than the best lead generation...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp\" alt=\"7 Real Estate Lead Generation Tips for Quick Results\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">7 Real Estate Lead Generation Tips for Quick Results</a></h3>\n		<!-- blog-post-title -->\n			In the fast-moving world of real estate, finding potential customers is important for success,...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n		<a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">\n			<img width=\"592\" height=\"444\" src=\"https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp\" alt=\"\" decoding=\"async\" srcset=\"https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp 592w, https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-584x438.webp 584w, https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-120x90.webp 120w\" sizes=\"(max-width: 592px) 100vw, 592px\" />		</a>\n	<!-- blog-post-thumb -->\n			<ul>\n			</ul>\n		<!-- blog-post-meta -->\n			<h3><a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">What Are The Benefits Of Real Estate Lead Generation?</a></h3>\n		<!-- blog-post-title -->\n			Real estate agents know that finding new clients is key to growing their business. Lead generation...		<!-- blog-post-body -->\n			<a href=\"https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/\">Continue reading</a>\n		<!-- blog-post-link -->\n	<!-- blog-post-content-wrap -->\n	<!-- blog-post-item -->                    \n                                    <h2>Would you like to speak to an expert?</h2>\n                                    <p>If you have questions, need guidance, or want to discuss your project in detail, our team of experienced professionals is here to help.</p>\n			<a href=\"https://point2listing.ca/contact-us/\">\n									Request a consultation\n					</a>','Homepage - Point2 Lisiting','','inherit','closed','closed','','10-revision-v1','','','2024-09-04 12:49:38','2024-09-04 12:49:38','',10,'https://point2listing.ca/?p=3358',0,'revision','',0);
/*!40000 ALTER TABLE `wpau_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_revslider_css`
--

DROP TABLE IF EXISTS `wpau_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext,
  `hover` longtext,
  `advanced` longtext,
  `params` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `handle_index` (`handle`(64))
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_revslider_css`
--

LOCK TABLES `wpau_revslider_css` WRITE;
/*!40000 ALTER TABLE `wpau_revslider_css` DISABLE KEYS */;
INSERT INTO `wpau_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":[]}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":[]}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":[]}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":[]}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":[]}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":[]}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":[]}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":[]}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"power2.inOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"power3.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"power3.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"back.out\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power2.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
/*!40000 ALTER TABLE `wpau_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wpau_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_revslider_layer_animations`
--

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

--
-- Table structure for table `wpau_revslider_navigations`
--

DROP TABLE IF EXISTS `wpau_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_revslider_navigations`
--

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

--
-- Table structure for table `wpau_revslider_sliders`
--

DROP TABLE IF EXISTS `wpau_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` longtext NOT NULL,
  `settings` text,
  `type` varchar(191) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `type_index` (`type`(8))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_revslider_sliders`
--

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

--
-- Table structure for table `wpau_revslider_sliders7`
--

DROP TABLE IF EXISTS `wpau_revslider_sliders7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_revslider_sliders7` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` longtext NOT NULL,
  `settings` text,
  `type` varchar(191) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `type_index` (`type`(8))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_revslider_sliders7`
--

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

--
-- Table structure for table `wpau_revslider_slides`
--

DROP TABLE IF EXISTS `wpau_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_revslider_slides`
--

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

--
-- Table structure for table `wpau_revslider_slides7`
--

DROP TABLE IF EXISTS `wpau_revslider_slides7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_revslider_slides7` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(11) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  `static` varchar(191) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_revslider_slides7`
--

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

--
-- Table structure for table `wpau_revslider_static_slides`
--

DROP TABLE IF EXISTS `wpau_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_revslider_static_slides`
--

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

--
-- Table structure for table `wpau_term_relationships`
--

DROP TABLE IF EXISTS `wpau_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_term_relationships`
--

LOCK TABLES `wpau_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpau_term_relationships` DISABLE KEYS */;
INSERT INTO `wpau_term_relationships` VALUES (15,28,0),(26,28,0),(27,28,0),(149,17,0),(149,18,0),(151,17,0),(151,18,0),(153,17,0),(153,18,0),(155,17,0),(155,18,0),(1249,27,0),(1250,27,0),(1259,21,0),(1418,21,0),(1521,21,0),(1530,21,0),(1672,21,0),(1675,21,0),(1679,21,0),(1682,21,0),(1685,21,0),(1688,21,0),(1691,21,0),(1694,21,0),(1697,21,0),(1733,21,0),(1736,21,0),(1799,21,0),(1845,21,0),(1870,21,0),(1879,32,0),(1905,21,0),(1921,21,0),(1995,28,0),(1996,28,0),(1997,28,0),(1998,28,0),(1999,28,0),(2000,28,0),(2001,28,0),(2002,28,0),(2080,21,0),(2115,29,0),(2138,29,0),(2220,21,0),(2224,21,0),(2228,21,0),(2232,21,0),(2236,21,0),(2337,30,0),(2484,29,0),(2499,29,0),(2509,1,0),(2512,1,0),(2516,1,0),(2786,28,0),(2872,33,0),(2872,34,0),(2872,35,0),(2872,36,0),(2873,35,0),(2873,37,0),(2873,38,0),(2873,39,0),(2873,40,0),(2874,41,0),(2874,42,0),(2916,28,0),(3024,41,0),(3024,42,0);
/*!40000 ALTER TABLE `wpau_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_term_taxonomy`
--

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

--
-- Dumping data for table `wpau_term_taxonomy`
--

LOCK TABLES `wpau_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpau_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpau_term_taxonomy` VALUES (1,1,'category','',0,3),(2,2,'monsterinsights_note_category','',0,0),(3,3,'monsterinsights_note_category','',0,0),(4,4,'monsterinsights_note_category','',0,0),(8,8,'post_tag','',0,0),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,0),(11,11,'post_tag','',0,0),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,0),(14,14,'property_feature','',0,0),(15,15,'property_feature','',0,0),(16,16,'property_feature','',0,0),(17,17,'property_status','',0,0),(18,18,'property_feature','',0,0),(19,19,'property_type','',0,0),(20,20,'property_feature','',0,0),(21,21,'elementor_library_type','',0,26),(22,22,'property_feature','',0,0),(23,23,'property_type','',0,0),(24,24,'property_type','',0,0),(25,25,'property_type','',0,0),(26,26,'property_feature','',0,0),(27,27,'nav_menu','',0,2),(28,28,'nav_menu','',0,13),(29,29,'elementor_library_type','',0,4),(30,30,'elementor_library_type','',0,1),(31,31,'wpforms_form_tag','',0,0),(32,32,'wpforms_form_tag','',0,1),(33,33,'wpcode_type','',0,0),(34,34,'wpcode_location','',0,0),(35,35,'wpcode_tags','',0,0),(36,36,'wpcode_tags','',0,0),(37,37,'wpcode_type','',0,0),(38,38,'wpcode_location','',0,0),(39,39,'wpcode_tags','',0,0),(40,40,'wpcode_tags','',0,0),(41,41,'wpcode_type','',0,2),(42,42,'wpcode_location','',0,2);
/*!40000 ALTER TABLE `wpau_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_termmeta`
--

DROP TABLE IF EXISTS `wpau_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_termmeta`
--

LOCK TABLES `wpau_termmeta` WRITE;
/*!40000 ALTER TABLE `wpau_termmeta` DISABLE KEYS */;
INSERT INTO `wpau_termmeta` VALUES (1,14,'fave_prop_features_icon',''),(2,15,'fave_prop_features_icon',''),(3,16,'fave_prop_features_icon',''),(4,18,'fave_feature_icon_type','custom'),(5,18,'fave_feature_img_icon','1345'),(6,20,'fave_prop_features_icon',''),(7,22,'fave_prop_features_icon',''),(8,26,'fave_prop_features_icon',''),(9,26,'fave_feature_icon_type','fontawesome');
/*!40000 ALTER TABLE `wpau_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_terms`
--

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

--
-- Dumping data for table `wpau_terms`
--

LOCK TABLES `wpau_terms` WRITE;
/*!40000 ALTER TABLE `wpau_terms` DISABLE KEYS */;
INSERT INTO `wpau_terms` VALUES (1,'Real Estate Lead Generation','real-estate-lead-generation',0),(2,'Website Updates','website-updates',0),(3,'Blog Post','blog-post',0),(4,'Promotion','promotion',0),(8,'Apartment','apartment',0),(9,'Business Development','business-development',0),(10,'House for families','house-for-families',0),(11,'Houzez','houzez',0),(12,'Luxury','luxury',0),(13,'Real Estate','real-estate',0),(14,'Air Conditioning','air-conditioning',0),(15,'Ceiling Fan','ceiling-fan',0),(16,'Exterior Lighting','exterior-lighting',0),(17,'For Sale','for-sale',0),(18,'Kitchen Island','kitchen-island',0),(19,'Large Luxury Villa','large-luxury-villa',0),(20,'Laundry Room','laundry-room',0),(21,'page','page',0),(22,'Patio','patio',0),(23,'Single Family Home','single-family-home',0),(24,'Standard Modern Villa','standard-modern-villa',0),(25,'Superior Villa','superior-villa',0),(26,'Utility Room','utility-room',0),(27,'Company Menu','company-menu',0),(28,'Main Menu','main-menu',0),(29,'container','container',0),(30,'section','section',0),(31,'Home page','home-page',0),(32,'lead generation','lead-generation',0),(33,'text','text',0),(34,'after_paragraph','after_paragraph',0),(35,'sample','sample',0),(36,'message','message',0),(37,'php','php',0),(38,'everywhere','everywhere',0),(39,'disable','disable',0),(40,'comments','comments',0),(41,'js','js',0),(42,'site_wide_header','site_wide_header',0);
/*!40000 ALTER TABLE `wpau_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_usermeta`
--

DROP TABLE IF EXISTS `wpau_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=321 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_usermeta`
--

LOCK TABLES `wpau_usermeta` WRITE;
/*!40000 ALTER TABLE `wpau_usermeta` DISABLE KEYS */;
INSERT INTO `wpau_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpau_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpau_user_level','10'),(14,1,'dismissed_wp_pointers','om-welcome-pointer,omapi_please_connect_notice,theme_editor_notice'),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"4975db6ea18ba39ce992da16ace023bff2a58c231f66c324d1e215d928835675\";a:4:{s:10:\"expiration\";i:1725779439;s:2:\"ip\";s:13:\"14.97.137.114\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";s:5:\"login\";i:1725606639;}}'),(17,1,'my-jetpack-cache-date','1723716052'),(18,1,'my-jetpack-cache','O:8:\"stdClass\":80:{s:15:\"jetpack_premium\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2000;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:15:\"jetpack_premium\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$164.95\";s:21:\"combined_cost_display\";s:7:\"$164.95\";s:4:\"cost\";d:164.94999999999998863131622783839702606201171875;s:18:\"cost_smallest_unit\";i:16495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$13.75\";}s:16:\"jetpack_business\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2001;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:16:\"jetpack_business\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$399.95\";s:21:\"combined_cost_display\";s:7:\"$399.95\";s:4:\"cost\";d:399.94999999999998863131622783839702606201171875;s:18:\"cost_smallest_unit\";i:39995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$33.33\";}s:12:\"jetpack_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2002;s:12:\"product_name\";s:12:\"Jetpack Free\";s:12:\"product_slug\";s:12:\"jetpack_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_premium_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2003;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:23:\"jetpack_premium_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_business_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2004;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:24:\"jetpack_business_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$39.95\";s:21:\"combined_cost_display\";s:6:\"$39.95\";s:4:\"cost\";d:39.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:3995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_personal\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2005;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:16:\"jetpack_personal\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$77.95\";s:21:\"combined_cost_display\";s:6:\"$77.95\";s:4:\"cost\";d:77.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7795;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.50\";}s:24:\"jetpack_personal_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2006;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:24:\"jetpack_personal_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$6.95\";s:21:\"combined_cost_display\";s:5:\"$6.95\";s:4:\"cost\";d:6.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:695;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_security_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2010;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:22:\"jetpack_security_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$299.00\";s:21:\"combined_cost_display\";s:4:\"$299\";s:4:\"cost\";i:299;s:18:\"cost_smallest_unit\";i:29900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:149;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$24.92\";}s:30:\"jetpack_security_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2011;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:30:\"jetpack_security_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$24.95\";s:21:\"combined_cost_display\";s:6:\"$24.95\";s:4:\"cost\";d:24.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_security_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2012;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:25:\"jetpack_security_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$839.00\";s:21:\"combined_cost_display\";s:4:\"$839\";s:4:\"cost\";i:839;s:18:\"cost_smallest_unit\";i:83900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:419;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$69.92\";}s:33:\"jetpack_security_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2013;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:33:\"jetpack_security_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$69.95\";s:21:\"combined_cost_display\";s:6:\"$69.95\";s:4:\"cost\";d:69.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:6995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_complete\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2014;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:16:\"jetpack_complete\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.40\";s:21:\"combined_cost_display\";s:7:\"$599.40\";s:4:\"cost\";d:599.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:59940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:299.3999999999999772626324556767940521240234375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$49.95\";}s:24:\"jetpack_complete_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2015;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:24:\"jetpack_complete_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2016;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:27:\"jetpack_security_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2017;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2019;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$899.40\";s:21:\"combined_cost_display\";s:7:\"$899.40\";s:4:\"cost\";d:899.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:89940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:359.3999999999999772626324556767940521240234375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$74.95\";}s:27:\"jetpack_security_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2020;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_starter_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2030;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:22:\"jetpack_starter_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$71.40\";s:21:\"combined_cost_display\";s:6:\"$71.40\";s:4:\"cost\";d:71.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:7140;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$5.95\";}s:23:\"jetpack_starter_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2031;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:23:\"jetpack_starter_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.95\";s:21:\"combined_cost_display\";s:5:\"$8.95\";s:4:\"cost\";d:8.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:895;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"jetpack_security_t1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2034;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:29:\"jetpack_security_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$478.80\";s:21:\"combined_cost_display\";s:7:\"$478.80\";s:4:\"cost\";d:478.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:47880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.05000000000001136868377216160297393798828125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:26:\"jetpack_complete_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2035;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:26:\"jetpack_complete_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:9:\"$1,198.80\";s:21:\"combined_cost_display\";s:9:\"$1,198.80\";s:4:\"cost\";d:1198.799999999999954525264911353588104248046875;s:18:\"cost_smallest_unit\";i:119880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:719.049999999999954525264911353588104248046875;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$49.95\";}s:23:\"jetpack_boost_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2036;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:23:\"jetpack_boost_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$478.80\";s:21:\"combined_cost_display\";s:7:\"$478.80\";s:4:\"cost\";d:478.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:47880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.05000000000001136868377216160297393798828125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:30:\"jetpack_social_basic_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2037;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:30:\"jetpack_social_basic_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.05000000000001136868377216160297393798828125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:22:\"jetpack_scan_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2038;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:22:\"jetpack_scan_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.05000000000001136868377216160297393798828125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:27:\"jetpack_anti_spam_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2039;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:27:\"jetpack_anti_spam_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.05000000000001136868377216160297393798828125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:41:\"jetpack_backup_addon_storage_10gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2040;s:12:\"product_name\";s:47:\"Jetpack VaultPress Backup Add-on Storage (10GB)\";s:12:\"product_slug\";s:41:\"jetpack_backup_addon_storage_10gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:33:\"jetpack-backup-addon-storage-10gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.95\";s:21:\"combined_cost_display\";s:5:\"$2.95\";s:4:\"cost\";d:2.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:42:\"jetpack_backup_addon_storage_100gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2044;s:12:\"product_name\";s:48:\"Jetpack VaultPress Backup Add-on Storage (100GB)\";s:12:\"product_slug\";s:42:\"jetpack_backup_addon_storage_100gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:34:\"jetpack-backup-addon-storage-100gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$5.95\";s:21:\"combined_cost_display\";s:5:\"$5.95\";s:4:\"cost\";d:5.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:595;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_1tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2048;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (1TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_1tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-1tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_3tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2052;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (3TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_3tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-3tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$19.95\";s:21:\"combined_cost_display\";s:6:\"$19.95\";s:4:\"cost\";d:19.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_5tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2056;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (5TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_5tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-5tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_backup_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2100;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:20:\"jetpack_backup_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.00\";s:21:\"combined_cost_display\";s:4:\"$119\";s:4:\"cost\";i:119;s:18:\"cost_smallest_unit\";i:11900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:59;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.92\";}s:28:\"jetpack_backup_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2101;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:28:\"jetpack_backup_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_backup_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2102;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.00\";s:21:\"combined_cost_display\";s:4:\"$599\";s:4:\"cost\";i:599;s:18:\"cost_smallest_unit\";i:59900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:299;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$49.92\";}s:31:\"jetpack_backup_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2103;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:31:\"jetpack_backup_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$49.95\";s:21:\"combined_cost_display\";s:6:\"$49.95\";s:4:\"cost\";d:49.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:4995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:14:\"jetpack_search\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2104;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:14:\"jetpack_search\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$99.00\";s:21:\"combined_cost_display\";s:3:\"$99\";s:4:\"cost\";i:99;s:18:\"cost_smallest_unit\";i:9900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:9900;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.25\";}s:22:\"jetpack_search_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2105;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:22:\"jetpack_search_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:1495;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:12:\"jetpack_scan\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2106;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:12:\"jetpack_scan\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:20:\"jetpack_scan_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2107;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:20:\"jetpack_scan_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_scan_realtime\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2108;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:21:\"jetpack_scan_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$500.00\";s:21:\"combined_cost_display\";s:4:\"$500\";s:4:\"cost\";i:500;s:18:\"cost_smallest_unit\";i:50000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$41.67\";}s:29:\"jetpack_scan_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2109;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:29:\"jetpack_scan_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$50.00\";s:21:\"combined_cost_display\";s:3:\"$50\";s:4:\"cost\";i:50;s:18:\"cost_smallest_unit\";i:5000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_anti_spam\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2110;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:17:\"jetpack_anti_spam\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_anti_spam_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2111;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:25:\"jetpack_anti_spam_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2112;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_backup_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2113;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2114;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$359.40\";s:21:\"combined_cost_display\";s:7:\"$359.40\";s:4:\"cost\";d:359.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:35940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$29.95\";}s:25:\"jetpack_backup_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2115;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:18:\"jetpack_videopress\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2116;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:18:\"jetpack_videopress\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:26:\"jetpack_videopress_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2117;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:26:\"jetpack_videopress_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"jetpack_videopress_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2119;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:28:\"jetpack_videopress_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.05000000000001136868377216160297393798828125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:24:\"jetpack_backup_t0_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2120;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t0_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$35.88\";s:21:\"combined_cost_display\";s:6:\"$35.88\";s:4:\"cost\";d:35.88000000000000255795384873636066913604736328125;s:18:\"cost_smallest_unit\";i:3588;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$2.99\";}s:25:\"jetpack_backup_t0_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2121;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t0_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.99\";s:21:\"combined_cost_display\";s:5:\"$2.99\";s:4:\"cost\";d:2.9900000000000002131628207280300557613372802734375;s:18:\"cost_smallest_unit\";i:299;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_backup_t1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2123;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_backup_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.05000000000001136868377216160297393798828125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:19:\"jetpack_search_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2130;s:12:\"product_name\";s:19:\"Jetpack Search Free\";s:12:\"product_slug\";s:19:\"jetpack_search_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:19:\"jetpack-search-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_search_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2131;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:24:\"jetpack_search_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$158.40\";s:21:\"combined_cost_display\";s:7:\"$158.40\";s:4:\"cost\";d:158.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:15840;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:15840;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.60\";}s:23:\"jetpack_backup_one_time\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2201;s:12:\"product_name\";s:36:\"Jetpack VaultPress Backup (One-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_one_time\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-one-time\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.99\";s:21:\"combined_cost_display\";s:5:\"$0.99\";s:4:\"cost\";d:0.9899999999999999911182158029987476766109466552734375;s:18:\"cost_smallest_unit\";i:99;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_stats_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2219;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:10000;s:13:\"maximum_price\";i:10000;s:21:\"minimum_price_display\";s:4:\"$100\";s:29:\"minimum_price_monthly_display\";s:5:\"$8.34\";s:21:\"maximum_price_display\";s:4:\"$100\";s:29:\"maximum_price_monthly_display\";s:5:\"$8.34\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:20000;s:13:\"maximum_price\";i:20000;s:21:\"minimum_price_display\";s:4:\"$200\";s:29:\"minimum_price_monthly_display\";s:6:\"$16.67\";s:21:\"maximum_price_display\";s:4:\"$200\";s:29:\"maximum_price_monthly_display\";s:6:\"$16.67\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:30000;s:13:\"maximum_price\";i:30000;s:21:\"minimum_price_display\";s:4:\"$300\";s:29:\"minimum_price_monthly_display\";s:3:\"$25\";s:21:\"maximum_price_display\";s:4:\"$300\";s:29:\"maximum_price_monthly_display\";s:3:\"$25\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:50000;s:13:\"maximum_price\";i:50000;s:21:\"minimum_price_display\";s:4:\"$500\";s:29:\"minimum_price_monthly_display\";s:6:\"$41.67\";s:21:\"maximum_price_display\";s:4:\"$500\";s:29:\"maximum_price_monthly_display\";s:6:\"$41.67\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:70000;s:13:\"maximum_price\";i:70000;s:21:\"minimum_price_display\";s:4:\"$700\";s:29:\"minimum_price_monthly_display\";s:6:\"$58.34\";s:21:\"maximum_price_display\";s:4:\"$700\";s:29:\"maximum_price_monthly_display\";s:6:\"$58.34\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:95000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:45000;s:12:\"per_unit_fee\";i:25000;s:21:\"minimum_price_display\";s:4:\"$950\";s:29:\"minimum_price_monthly_display\";s:6:\"$79.17\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:21:\"jetpack_stats_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2220;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:21:\"jetpack_stats_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:995;s:13:\"maximum_price\";i:995;s:21:\"minimum_price_display\";s:5:\"$9.95\";s:29:\"minimum_price_monthly_display\";s:5:\"$9.95\";s:21:\"maximum_price_display\";s:5:\"$9.95\";s:29:\"maximum_price_monthly_display\";s:5:\"$9.95\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:1995;s:13:\"maximum_price\";i:1995;s:21:\"minimum_price_display\";s:6:\"$19.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$19.95\";s:21:\"maximum_price_display\";s:6:\"$19.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$19.95\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:2995;s:13:\"maximum_price\";i:2995;s:21:\"minimum_price_display\";s:6:\"$29.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$29.95\";s:21:\"maximum_price_display\";s:6:\"$29.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$29.95\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:4995;s:13:\"maximum_price\";i:4995;s:21:\"minimum_price_display\";s:6:\"$49.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$49.95\";s:21:\"maximum_price_display\";s:6:\"$49.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$49.95\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:6995;s:13:\"maximum_price\";i:6995;s:21:\"minimum_price_display\";s:6:\"$69.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$69.95\";s:21:\"maximum_price_display\";s:6:\"$69.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$69.95\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:9490;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:4500;s:12:\"per_unit_fee\";i:2495;s:21:\"minimum_price_display\";s:6:\"$94.90\";s:29:\"minimum_price_monthly_display\";s:6:\"$94.90\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_stats_free_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2221;s:12:\"product_name\";s:43:\"Jetpack Stats (Free non-commercial license)\";s:12:\"product_slug\";s:25:\"jetpack_stats_free_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_free_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:2:\"$0\";}s:25:\"jetpack_stats_pwyw_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2222;s:12:\"product_name\";s:20:\"Jetpack Stats (Paid)\";s:12:\"product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$1.00\";s:21:\"combined_cost_display\";s:2:\"$1\";s:4:\"cost\";i:1;s:18:\"cost_smallest_unit\";i:100;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$0.08\";}s:23:\"jetpack_stats_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2223;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:23:\"jetpack_stats_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$160.00\";s:21:\"combined_cost_display\";s:4:\"$160\";s:4:\"cost\";i:160;s:18:\"cost_smallest_unit\";i:16000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:16000;s:13:\"maximum_price\";i:16000;s:21:\"minimum_price_display\";s:4:\"$160\";s:29:\"minimum_price_monthly_display\";s:6:\"$13.34\";s:21:\"maximum_price_display\";s:4:\"$160\";s:29:\"maximum_price_monthly_display\";s:6:\"$13.34\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:32000;s:13:\"maximum_price\";i:32000;s:21:\"minimum_price_display\";s:4:\"$320\";s:29:\"minimum_price_monthly_display\";s:6:\"$26.67\";s:21:\"maximum_price_display\";s:4:\"$320\";s:29:\"maximum_price_monthly_display\";s:6:\"$26.67\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:48000;s:13:\"maximum_price\";i:48000;s:21:\"minimum_price_display\";s:4:\"$480\";s:29:\"minimum_price_monthly_display\";s:3:\"$40\";s:21:\"maximum_price_display\";s:4:\"$480\";s:29:\"maximum_price_monthly_display\";s:3:\"$40\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:80000;s:13:\"maximum_price\";i:80000;s:21:\"minimum_price_display\";s:4:\"$800\";s:29:\"minimum_price_monthly_display\";s:6:\"$66.67\";s:21:\"maximum_price_display\";s:4:\"$800\";s:29:\"maximum_price_monthly_display\";s:6:\"$66.67\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:112000;s:13:\"maximum_price\";i:112000;s:21:\"minimum_price_display\";s:6:\"$1,120\";s:29:\"minimum_price_monthly_display\";s:6:\"$93.34\";s:21:\"maximum_price_display\";s:6:\"$1,120\";s:29:\"maximum_price_monthly_display\";s:6:\"$93.34\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:152000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:72000;s:12:\"per_unit_fee\";i:40000;s:21:\"minimum_price_display\";s:6:\"$1,520\";s:29:\"minimum_price_monthly_display\";s:7:\"$126.67\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.67\";}s:23:\"jetpack_monitor_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2241;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:23:\"jetpack_monitor_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$1.22\";s:21:\"combined_cost_display\";s:5:\"$1.22\";s:4:\"cost\";d:1.2199999999999999733546474089962430298328399658203125;s:18:\"cost_smallest_unit\";i:122;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_monitor_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2242;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:22:\"jetpack_monitor_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.64\";s:21:\"combined_cost_display\";s:6:\"$14.64\";s:4:\"cost\";d:14.6400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:1464;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$1.22\";}s:21:\"jetpack_boost_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2400;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:21:\"jetpack_boost_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_boost_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2401;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:20:\"jetpack_boost_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:18:\"jetpack_ai_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2450;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:18:\"jetpack_ai_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$11.95\";s:21:\"combined_cost_display\";s:6:\"$11.95\";s:4:\"cost\";d:11.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1195;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:4:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:100;s:13:\"minimum_price\";i:1195;s:13:\"maximum_price\";i:1195;s:21:\"minimum_price_display\";s:6:\"$11.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$11.95\";s:21:\"maximum_price_display\";s:6:\"$11.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$11.95\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:101;s:13:\"maximum_units\";i:200;s:13:\"minimum_price\";i:2395;s:13:\"maximum_price\";i:2395;s:21:\"minimum_price_display\";s:6:\"$23.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$23.95\";s:21:\"maximum_price_display\";s:6:\"$23.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$23.95\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:201;s:13:\"maximum_units\";i:500;s:13:\"minimum_price\";i:3595;s:13:\"maximum_price\";i:3595;s:21:\"minimum_price_display\";s:6:\"$35.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$35.95\";s:21:\"maximum_price_display\";s:6:\"$35.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$35.95\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:501;s:13:\"maximum_units\";i:1000;s:13:\"minimum_price\";i:5995;s:13:\"maximum_price\";i:5995;s:21:\"minimum_price_display\";s:6:\"$59.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$59.95\";s:21:\"maximum_price_display\";s:6:\"$59.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$59.95\";}}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_ai_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2451;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:17:\"jetpack_ai_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:4:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:100;s:13:\"minimum_price\";i:11940;s:13:\"maximum_price\";i:11940;s:21:\"minimum_price_display\";s:7:\"$119.40\";s:29:\"minimum_price_monthly_display\";s:5:\"$9.95\";s:21:\"maximum_price_display\";s:7:\"$119.40\";s:29:\"maximum_price_monthly_display\";s:5:\"$9.95\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:101;s:13:\"maximum_units\";i:200;s:13:\"minimum_price\";i:23940;s:13:\"maximum_price\";i:23940;s:21:\"minimum_price_display\";s:7:\"$239.40\";s:29:\"minimum_price_monthly_display\";s:6:\"$19.95\";s:21:\"maximum_price_display\";s:7:\"$239.40\";s:29:\"maximum_price_monthly_display\";s:6:\"$19.95\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:201;s:13:\"maximum_units\";i:500;s:13:\"minimum_price\";i:35940;s:13:\"maximum_price\";i:35940;s:21:\"minimum_price_display\";s:7:\"$359.40\";s:29:\"minimum_price_monthly_display\";s:6:\"$29.95\";s:21:\"maximum_price_display\";s:7:\"$359.40\";s:29:\"maximum_price_monthly_display\";s:6:\"$29.95\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:501;s:13:\"maximum_units\";i:1000;s:13:\"minimum_price\";i:59940;s:13:\"maximum_price\";i:59940;s:21:\"minimum_price_display\";s:7:\"$599.40\";s:29:\"minimum_price_monthly_display\";s:6:\"$49.95\";s:21:\"maximum_price_display\";s:7:\"$599.40\";s:29:\"maximum_price_monthly_display\";s:6:\"$49.95\";}}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:20:\"jetpack_ai_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2452;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:20:\"jetpack_ai_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:4:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:100;s:13:\"minimum_price\";i:19104;s:13:\"maximum_price\";i:19104;s:21:\"minimum_price_display\";s:7:\"$191.04\";s:29:\"minimum_price_monthly_display\";s:6:\"$15.92\";s:21:\"maximum_price_display\";s:7:\"$191.04\";s:29:\"maximum_price_monthly_display\";s:6:\"$15.92\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:101;s:13:\"maximum_units\";i:200;s:13:\"minimum_price\";i:38304;s:13:\"maximum_price\";i:38304;s:21:\"minimum_price_display\";s:7:\"$383.04\";s:29:\"minimum_price_monthly_display\";s:6:\"$31.92\";s:21:\"maximum_price_display\";s:7:\"$383.04\";s:29:\"maximum_price_monthly_display\";s:6:\"$31.92\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:201;s:13:\"maximum_units\";i:500;s:13:\"minimum_price\";i:57504;s:13:\"maximum_price\";i:57504;s:21:\"minimum_price_display\";s:7:\"$575.04\";s:29:\"minimum_price_monthly_display\";s:6:\"$47.92\";s:21:\"maximum_price_display\";s:7:\"$575.04\";s:29:\"maximum_price_monthly_display\";s:6:\"$47.92\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:501;s:13:\"maximum_units\";i:1000;s:13:\"minimum_price\";i:95904;s:13:\"maximum_price\";i:95904;s:21:\"minimum_price_display\";s:7:\"$959.04\";s:29:\"minimum_price_monthly_display\";s:6:\"$79.92\";s:21:\"maximum_price_display\";s:7:\"$959.04\";s:29:\"maximum_price_monthly_display\";s:6:\"$79.92\";}}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:22:\"jetpack_social_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2500;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:22:\"jetpack_social_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-social\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.00\";s:21:\"combined_cost_display\";s:3:\"$12\";s:4:\"cost\";i:12;s:18:\"cost_smallest_unit\";i:1200;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_basic_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2503;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:27:\"jetpack_social_basic_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:28:\"jetpack_social_basic_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2504;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:28:\"jetpack_social_basic_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"jetpack_social_advanced_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2602;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:30:\"jetpack_social_advanced_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:31:\"jetpack_social_advanced_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2603;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:31:\"jetpack_social_advanced_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:33:\"jetpack_social_advanced_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2604;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:33:\"jetpack_social_advanced_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:24:\"jetpack_social_v1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2605;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:24:\"jetpack_social_v1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_social_v1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2606;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:25:\"jetpack_social_v1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_v1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2607;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:27:\"jetpack_social_v1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.05000000000001136868377216160297393798828125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:23:\"jetpack_creator_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2610;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:23:\"jetpack_creator_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_creator_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2611;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:22:\"jetpack_creator_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:25:\"jetpack_creator_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2612;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:25:\"jetpack_creator_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$478.80\";s:21:\"combined_cost_display\";s:7:\"$478.80\";s:4:\"cost\";d:478.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:47880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.05000000000001136868377216160297393798828125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:29:\"jetpack_golden_token_lifetime\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2900;s:12:\"product_name\";s:20:\"Jetpack Golden Token\";s:12:\"product_slug\";s:29:\"jetpack_golden_token_lifetime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-golden-token\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}}'),(19,1,'jetpack_tracks_anon_id','jetpack:jWo+3nffCYo0bQzMbe1UjG9e'),(21,1,'wpau_user-settings','mfold=o&libraryContent=browse&editor=tinymce'),(22,1,'wpau_user-settings-time','1724847791'),(23,1,'_yoast_wpseo_profile_updated','1723718833'),(24,1,'wpau_dashboard_quick_press_last_post_id','2870'),(25,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"39.58.247.0\";}'),(26,1,'elementor_introduction','a:3:{s:27:\"ai-get-started-announcement\";b:1;s:28:\"yoast-introduction-editor-v2\";b:1;s:20:\"globals_introduction\";b:1;}'),(27,2,'nickname','Tahir'),(28,2,'first_name','Tahir'),(29,2,'last_name',''),(30,2,'description',''),(31,2,'rich_editing','true'),(32,2,'syntax_highlighting','true'),(33,2,'comment_shortcuts','false'),(34,2,'admin_color','fresh'),(35,2,'use_ssl','0'),(36,2,'show_admin_bar_front','true'),(37,2,'locale',''),(38,2,'wpau_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(39,2,'wpau_user_level','10'),(40,2,'_yoast_wpseo_profile_updated','1723723280'),(41,2,'dismissed_wp_pointers','omapi_please_connect_notice'),(42,2,'nfd_sp_last_check','1723723280'),(43,2,'session_tokens','a:2:{s:64:\"51f7b2f2886a9d0a9e97f490dfa1e0c82096bff37577c04bc317579c1b326ebb\";a:4:{s:10:\"expiration\";i:1724933111;s:2:\"ip\";s:14:\"115.186.189.49\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1723723511;}s:64:\"11f56cac06aa8946cc2e6ceeca78f1c5f69705b43d02ea18cc8cb709587d8365\";a:4:{s:10:\"expiration\";i:1723896597;s:2:\"ip\";s:14:\"115.186.189.49\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1723723797;}}'),(44,2,'wfls-last-login','1723723797'),(45,2,'wpau_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:493:\"<p><strong>Huge SEO Issue: You&#039;re blocking access to robots.</strong> If you want search engines to show this site in their results, you must <a href=\"https://listings.arxacommunications.com/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility. <button type=\"button\" id=\"robotsmessage-dismiss-button\" class=\"button-link hide-if-no-js\" data-nonce=\"ae1d933637\">I don&#039;t want this site to show in the search results.</button></p>\";s:7:\"options\";a:10:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-search-engines-discouraged\";s:7:\"user_id\";i:2;s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(47,1,'wpau_persisted_preferences','a:3:{s:4:\"core\";a:2:{s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";}s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-08-15T14:05:54.544Z\";}'),(49,1,'nfd_sp_last_check','1723730754'),(50,1,'wfls-last-login','1725341755'),(52,1,'hfe-popup','dismissed'),(53,1,'header-footer-elementor-rating','delayed-notice'),(56,1,'wpforms_overview_table_columns','a:6:{i:1;s:4:\"name\";i:2;s:4:\"tags\";i:3;s:6:\"author\";i:4;s:9:\"shortcode\";i:5;s:7:\"created\";i:6;s:9:\"locations\";}'),(57,1,'nav_menu_recently_edited','28'),(58,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(59,1,'metaboxhidden_nav-menus','a:16:{i:0;s:32:\"add-post-type-e-floating-buttons\";i:1;s:22:\"add-post-type-property\";i:2;s:27:\"add-post-type-houzez_agency\";i:3;s:26:\"add-post-type-houzez_agent\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:17:\"add-property_type\";i:7;s:19:\"add-property_status\";i:8;s:20:\"add-property_feature\";i:9;s:18:\"add-property_label\";i:10;s:20:\"add-property_country\";i:11;s:18:\"add-property_state\";i:12;s:17:\"add-property_city\";i:13;s:17:\"add-property_area\";i:14;s:18:\"add-agent_category\";i:15;s:14:\"add-agent_city\";}'),(60,1,'elementor_dismissed_editor_notices','a:1:{i:0;s:20:\"image_optimizer_hint\";}'),(84,4,'nickname','fawad'),(85,4,'first_name','Fawad'),(86,4,'last_name','Waheed'),(87,4,'description',''),(88,4,'rich_editing','true'),(89,4,'syntax_highlighting','true'),(90,4,'comment_shortcuts','false'),(91,4,'admin_color','fresh'),(92,4,'use_ssl','0'),(93,4,'show_admin_bar_front','true'),(94,4,'locale',''),(95,4,'wpau_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(96,4,'wpau_user_level','10'),(97,4,'dismissed_wp_pointers','omapi_please_connect_notice,theme_editor_notice'),(98,4,'session_tokens','a:4:{s:64:\"784086d5ddc633098c5f71fe6f0a37c7b0f658a7ebc4f4cde4824e7e37d3d4cd\";a:4:{s:10:\"expiration\";i:1725966502;s:2:\"ip\";s:13:\"154.192.17.40\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0\";s:5:\"login\";i:1724756902;}s:64:\"def68c361dcc22481541b2bfbf67b1ee09ad45326c40b0df688133e0157d6067\";a:4:{s:10:\"expiration\";i:1725977226;s:2:\"ip\";s:15:\"203.215.174.245\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1724767626;}s:64:\"52c7bd6350bcb203a16cc9572e479deb0e24436731e2efd47050271e13ce68e2\";a:4:{s:10:\"expiration\";i:1726057480;s:2:\"ip\";s:13:\"154.192.17.40\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";s:5:\"login\";i:1724847880;}s:64:\"155e2f5084e44ac3e3f6ff1cf3a40a297167cf171a43a05f59748d3507685ce1\";a:4:{s:10:\"expiration\";i:1726637284;s:2:\"ip\";s:13:\"154.192.19.45\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";s:5:\"login\";i:1725427684;}}'),(99,4,'wfls-last-login','1725427684'),(100,4,'elementor_introduction','a:3:{s:27:\"ai-get-started-announcement\";b:1;s:28:\"yoast-introduction-editor-v2\";b:1;s:20:\"globals_introduction\";b:1;}'),(101,4,'wpforms_overview_table_columns','a:6:{i:1;s:4:\"name\";i:2;s:4:\"tags\";i:3;s:6:\"author\";i:4;s:9:\"shortcode\";i:5;s:7:\"created\";i:6;s:9:\"locations\";}'),(102,1,'tgmpa_dismissed_notice_houzez','1'),(103,1,'rocket_boxes','a:1:{i:0;s:34:\"rocket_warning_plugin_modification\";}'),(105,1,'_yoast_wpseo_introductions','a:1:{s:25:\"ai-fix-assessments-upsell\";b:1;}'),(106,4,'_yoast_wpseo_profile_updated','1724772904'),(120,4,'wpau_dashboard_quick_press_last_post_id','2971'),(121,4,'community-events-location','a:1:{s:2:\"ip\";s:12:\"154.192.16.0\";}'),(123,4,'wpau_persisted_preferences','a:3:{s:4:\"core\";a:2:{s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";}s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-08-28T05:22:16.235Z\";}'),(124,4,'nfd_sp_last_check','1724822539'),(125,4,'wpau_user-settings','editor=tinymce&libraryContent=browse'),(126,4,'wpau_user-settings-time','1724848167'),(129,5,'nickname','huma'),(130,5,'first_name','huma'),(131,5,'last_name',''),(132,5,'description',''),(133,5,'rich_editing','true'),(134,5,'syntax_highlighting','true'),(135,5,'comment_shortcuts','false'),(136,5,'admin_color','fresh'),(137,5,'use_ssl','0'),(138,5,'show_admin_bar_front','true'),(139,5,'locale',''),(140,5,'wpau_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(141,5,'wpau_user_level','10'),(142,5,'_yoast_wpseo_profile_updated','1724836883'),(143,5,'dismissed_wp_pointers','omapi_please_connect_notice'),(146,5,'session_tokens','a:2:{s:64:\"4b8cfed453ed9f3ec58179ebbf8f13cf051602281f2f552a657ccfc3f5864eb4\";a:4:{s:10:\"expiration\";i:1726046341;s:2:\"ip\";s:14:\"138.199.53.248\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1724836741;}s:64:\"5ae71cf578c422c9c7ab83177b29f91876ab5eafa3ed7975c88634c4203c63f5\";a:4:{s:10:\"expiration\";i:1726046355;s:2:\"ip\";s:14:\"138.199.53.248\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1724836755;}}'),(147,5,'wfls-last-login','1724836755'),(151,5,'fave_author_title',''),(152,5,'fave_author_agent_id',''),(153,5,'fave_author_tax_no',''),(154,5,'fave_author_license',''),(155,5,'fave_author_agency_id',''),(156,5,'fave_author_language',''),(157,5,'fave_author_company',''),(158,5,'fave_author_phone',''),(159,5,'fave_author_fax',''),(160,5,'fave_author_mobile',''),(161,5,'fave_author_whatsapp',''),(162,5,'fave_author_line_id',''),(163,5,'fave_author_telegram',''),(164,5,'fave_author_skype',''),(165,5,'fave_author_currency',''),(166,5,'fave_author_custom_picture',''),(167,5,'fave_author_service_areas',''),(168,5,'fave_author_specialties',''),(169,5,'fave_author_address',''),(170,5,'package_id',''),(171,5,'package_activation',''),(172,5,'package_listings',''),(173,5,'package_featured_listings',''),(174,5,'fave_paypal_profile',''),(175,5,'fave_stripe_user_profile',''),(176,5,'fave_author_facebook',''),(177,5,'fave_author_linkedin',''),(178,5,'fave_author_twitter',''),(179,5,'fave_author_pinterest',''),(180,5,'fave_author_instagram',''),(181,5,'fave_author_youtube',''),(182,5,'fave_author_tiktok',''),(183,5,'fave_author_vimeo',''),(184,5,'fave_author_zillow',''),(185,5,'fave_author_realtor_com',''),(186,5,'fave_author_googleplus',''),(187,5,'fave_watermark_image',NULL),(188,5,'wpseo_metadesc',''),(189,5,'wpseo_title',''),(190,5,'wpseo_content_analysis_disable',''),(191,5,'wpseo_inclusive_language_analysis_disable',''),(192,5,'wpseo_keyword_analysis_disable',''),(195,5,'wpau_dashboard_quick_press_last_post_id','3092'),(196,5,'community-events-location','a:1:{s:2:\"ip\";s:13:\"217.138.209.0\";}'),(202,1,'wpcode_snippet_activate_notice_shown','1'),(264,6,'nickname','Poin2info'),(265,6,'first_name','Point2'),(266,6,'last_name','Listing'),(267,6,'description',''),(268,6,'rich_editing','true'),(269,6,'syntax_highlighting','true'),(270,6,'comment_shortcuts','false'),(271,6,'admin_color','fresh'),(272,6,'use_ssl','0'),(273,6,'show_admin_bar_front','true'),(274,6,'locale',''),(275,6,'wpau_capabilities','a:1:{s:6:\"author\";b:1;}'),(276,6,'wpau_user_level','2'),(277,6,'_yoast_wpseo_profile_updated','1724848882'),(278,6,'dismissed_wp_pointers',''),(280,5,'wpau_persisted_preferences','a:3:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-08-28T12:53:47.286Z\";}'),(281,5,'nfd_sp_last_check','1724849644'),(282,4,'wpau_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:291:\"<p>Because of a change in your home URL setting, some of your SEO data needs to be reprocessed.</p><p>We estimate this will take less than a minute.</p><a class=\"button\" href=\"https://point2listing.ca/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">Start SEO data optimization</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:7:\"user_id\";i:4;s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(283,4,'wpcode_snippet_activate_notice_shown','1'),(297,7,'nickname','rankray'),(298,7,'first_name','Rank'),(299,7,'last_name','Ray'),(300,7,'description',''),(301,7,'rich_editing','true'),(302,7,'syntax_highlighting','true'),(303,7,'comment_shortcuts','false'),(304,7,'admin_color','fresh'),(305,7,'use_ssl','0'),(306,7,'show_admin_bar_front','true'),(307,7,'locale',''),(308,7,'wpau_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(309,7,'wpau_user_level','10'),(310,7,'_yoast_wpseo_profile_updated','1725279763'),(311,7,'dismissed_wp_pointers','omapi_please_connect_notice'),(312,7,'session_tokens','a:1:{s:64:\"c6496822126922a32c550bbb5f97eccad12b800ff273734be92ac78bcce44972\";a:4:{s:10:\"expiration\";i:1725473041;s:2:\"ip\";s:12:\"39.58.242.94\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";s:5:\"login\";i:1725300241;}}'),(313,7,'nfd_sp_last_check','1725300241'),(314,7,'wfls-last-login','1725300241'),(315,7,'wpau_dashboard_quick_press_last_post_id','3259'),(316,7,'community-events-location','a:1:{s:2:\"ip\";s:11:\"39.58.242.0\";}'),(317,7,'elementor_introduction','a:2:{s:27:\"ai-get-started-announcement\";b:1;s:28:\"yoast-introduction-editor-v2\";b:1;}'),(318,7,'wpau_user-settings','editor=tinymce'),(319,7,'wpau_user-settings-time','1725300689'),(320,4,'rocket_boxes','a:1:{i:0;s:34:\"rocket_warning_plugin_modification\";}');
/*!40000 ALTER TABLE `wpau_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_users`
--

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

--
-- Dumping data for table `wpau_users`
--

LOCK TABLES `wpau_users` WRITE;
/*!40000 ALTER TABLE `wpau_users` DISABLE KEYS */;
INSERT INTO `wpau_users` VALUES (1,'admin','$P$BSr7RBeiwOgSOy85pZn2YTJlk11Ni/0','admin','admin@listings.arxacommunications.com','https://listings.arxacommunications.com','2024-08-09 10:32:59','',0,'admin'),(2,'Tahir','$P$B0mEa7xOJGHAGhy9rIRFywD2ZOjbiY1','tahir','tahirknight@yahoo.com','https://listings.arxacommunications.com/','2024-08-15 12:01:20','',0,'Tahir'),(4,'fawad','$P$BeZYwZlmmluhRPrdL0em4A.PwG3Qft/','fawad','fawadwaheed421@gmail.com','https://listings.arxacommunications.com/','2024-08-27 11:07:52','',0,'Fawad Waheed'),(5,'huma','$P$BzkJImOp45b5XBdq20vZ55JjXkAw/u/','huma','monanawab@gmail.com','https://point2listing.ca/','2024-08-28 09:18:09','',0,'huma'),(6,'Poin2info','$P$BmgrHyE3/fVy8BuA4drvRnJIUpbTv0.','poin2info','info@point2listing.com','https://point2listing.ca/','2024-08-28 12:41:22','',0,'Point2 Listing'),(7,'rankray','$P$B7Leyq9IfXs2VEaA5Ole5mpr31PiI..','rankray','rankrayofficial@gmail.com','http://rankray.com','2024-09-02 12:22:43','',0,'Rank Ray');
/*!40000 ALTER TABLE `wpau_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wfblockediplog`
--

DROP TABLE IF EXISTS `wpau_wfblockediplog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) unsigned NOT NULL DEFAULT '0',
  `unixday` int(10) unsigned NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic',
  PRIMARY KEY (`IP`,`unixday`,`blockType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfblockediplog`
--

LOCK TABLES `wpau_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `wpau_wfblockediplog` DISABLE KEYS */;
INSERT INTO `wpau_wfblockediplog` VALUES (_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ-\×','PL',1,19965,'waf'),(_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡','PK',1,19964,'waf'),(_binary '\0\0\0\0\0\0\0\0\0\0ÿÿš&´8','US',8,19968,'waf'),(_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(','PK',45,19963,'waf'),(_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦øA','SG',2,19966,'waf'),(_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦øA','SG',2,19968,'waf');
/*!40000 ALTER TABLE `wpau_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wfblocks7`
--

DROP TABLE IF EXISTS `wpau_wfblocks7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfblocks7` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` int(10) unsigned NOT NULL DEFAULT '0',
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) unsigned DEFAULT '0',
  `blockedHits` int(10) unsigned DEFAULT '0',
  `expiration` bigint(20) unsigned NOT NULL DEFAULT '0',
  `parameters` text,
  PRIMARY KEY (`id`),
  KEY `type` (`type`),
  KEY `IP` (`IP`),
  KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfblocks7`
--

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

--
-- Table structure for table `wpau_wfconfig`
--

DROP TABLE IF EXISTS `wpau_wfconfig`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfconfig`
--

LOCK TABLES `wpau_wfconfig` WRITE;
/*!40000 ALTER TABLE `wpau_wfconfig` DISABLE KEYS */;
INSERT INTO `wpau_wfconfig` VALUES ('activatingIP',_binary '115.186.189.49','yes'),('actUpdateInterval',_binary '2','yes'),('addCacheComment',_binary '0','yes'),('adminUserList',_binary 'a:6:{i:1;i:1;i:2;i:1;i:3;i:1;i:4;i:1;i:5;i:1;i:7;i:1;}','yes'),('advancedCommentScanning',_binary '1','yes'),('ajaxWatcherDisabled_admin',_binary '0','yes'),('ajaxWatcherDisabled_front',_binary '0','yes'),('alertEmails',_binary 'fawadwaheed421@gmail.com','yes'),('alertOn_adminLogin',_binary '1','yes'),('alertOn_block',_binary '1','yes'),('alertOn_breachLogin',_binary '1','yes'),('alertOn_firstAdminLoginOnly',_binary '0','yes'),('alertOn_firstNonAdminLoginOnly',_binary '0','yes'),('alertOn_loginLockout',_binary '1','yes'),('alertOn_lostPasswdForm',_binary '1','yes'),('alertOn_nonAdminLogin',_binary '0','yes'),('alertOn_scanIssues',_binary '1','yes'),('alertOn_severityLevel',_binary '25','yes'),('alertOn_throttle',_binary '0','yes'),('alertOn_update',_binary '0','yes'),('alertOn_wafDeactivated',_binary '1','yes'),('alertOn_wordfenceDeactivated',_binary '1','yes'),('alert_maxHourly',_binary '0','yes'),('allowed404s',_binary '/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration',_binary '1','yes'),('allowHTTPSCaching',_binary '0','yes'),('allowLegacy2FA',_binary '0','yes'),('allowMySQLi',_binary '1','yes'),('allScansScheduled',_binary 'a:3:{i:0;a:2:{s:9:\"timestamp\";i:1725684000;s:4:\"args\";a:1:{i:0;i:1725684000;}}i:1;a:2:{s:9:\"timestamp\";i:1725943200;s:4:\"args\";a:1:{i:0;i:1725943200;}}i:2;a:2:{s:9:\"timestamp\";i:1726202400;s:4:\"args\";a:1:{i:0;i:1726202400;}}}','yes'),('apiKey',_binary '000b2339c8a2d1a3d201c2bc28e2c87c21e4ac24f1a277717d0629f065cc6f644c34ef9a4e11df29131db1f5c4e9ba79e07a0ddedaaf8dc2b96f057589ad1eb58e8ffd1b0b215ce50681ac5702223c53c0fffe1f4c51b71fd9e66f59647525b6','yes'),('autoBlockScanners',_binary '1','yes'),('autoUpdate',_binary '1','yes'),('autoUpdateAttempts',_binary '0','yes'),('autoUpdateChoice',_binary '1','yes'),('bannedURLs','','yes'),('blockCustomText','','yes'),('blockedTime',_binary '300','yes'),('blocks702Migration',_binary '1','yes'),('cacheType',_binary 'disabled','yes'),('cbl_action',_binary 'block','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassViewURL','','yes'),('cbl_cookieVal',_binary '66bddcd988ddd','yes'),('cbl_loggedInBlocked','','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked',_binary '1','yes'),('checkSpamIP',_binary '1','yes'),('config701Migration',_binary '1','yes'),('config720Migration',_binary '1','yes'),('coreHashes',_binary '‹\0\0\0\0\0\0\0€\èa:2:{s:4:\"hash\";s:64:\"266f54c31ed64713aa695e76a9041b0edd0e3ee756aa2b27c2b098e85d752f2e\";s:6:\"hashes\";s:144640:\"\0­ˆ\ëW7‡Ž±ht#“	²šq¡»)¤ºd\Å\èú$\0\Ð\É\0(\Æë°xJ{\ìh¢Ï®%§\r^²\×:€û(\ã5Á—\0(\Ðœ˜úZúY÷Y˜@\àIq©\î›È—#\á\ÑT»\áù@\04ß—¼t‚\\v¦Q\çüÞ¹¾ô\'_\Ë\á\Âajx\ÊÒ¦\Û\0E=j¶ƒ\ËÈ‹|p8.\æÂ½ÿ÷\ËÖ¤ñóSGp\åƒ\0Eq­x¿ƒ”\ÃPa§ˆ÷>bv\áDª¿o4VŠG;a<±\Þ\0^N\Ùå¼˜aðe|K ·-\à\ÆÜ°\Ò\ÍÉœ=\ç„\0bœ&Fžö˜³ÿ%|w›\í*Qr;|/Š=(A§ó\ä<ü\0…‘¥#\æB\í5\à¿j†ó$#õ\àj!Ÿµþ\ÐbN€ôjö\0Û§ÿ\å4(\ÊK I|Š„¯0º\ìµqD.^¾v¯\0>|\æ;(ß¯\\W*œ7?Œö\n\ØNªÁ2=\Ã7[Uo\0µ\ëi\ä\ÓÖ„\"\Þû\ã\Æ]\Ñ^\è°þXDþ“2](\0¹‡ö/Œ¡o)öô:4]±\ã_\Çø\ß+Ì”\ëŽc½þ\×\0\Ôeµ*\ë@’t„À±\"\é\áƒq	ÈNþ’5÷„H¥\0\ä9\Ûw’i„ó\×\í5‚\ß\Â\Ð“§\Ã}ˆÿ´h\Â\Ì\0\ëüZÌˆ»~\í0±=\ï\èG‡#´C÷ÿZ}\Å* †p\0\íT|Ì…_¬\ÕSò8­´O0Î¼ªÂ¸0ª\Ãª‰6•\0÷ù-bs\èG¨\n(hr\Z.ón\åõù!e\È\×z.Yx€\×U\Ïi\Í5G \è\Ü$P\Âüu\ÍvAT‰‘À´pŸl\çJ¢›}¢‚¶a\Z\È\0VX=:ˆ‚8~\"2ýÊ¦D¶I\èXVªf¸EW£\Ïe“€\ßG§]¸ñ´q)6—\í	\Åj\Ü\í”õnNØ¤^}0[PœKXs“¤+È‰a±w©S‚¶\à[óU`|WS³PD\æ°ç¾ŸNh¬\Èb!•\Æò­#§8i\ß>kq6¿R„Eÿ5ž”:—\"ü…;B­Ži.qXõ\àA4û­\äuUœˆ+×±\Ë…´Ï±„\ç·Tª_^gyªzG‚L\"1°û³U}6:ŸŸl|‡\ì(ãœ¦Á–q{\ÆðVÀ~u\ê<¢Dh¦o*¿¯ŒcÏ¬0\ßñ\ÎÁx¢cl$‡	™4\Ú\Ým•·\ä\Éøo¾¿`vA:§ø™\ìˆ`{rf\ËÁ\ï_ûS3/s\Ùm\Ú?dš^Í”0\ßX0\ã#q–\Â-ml\Ï*€\Ï#TñŒc™ÁxðEµ\ÇÂƒy\îˆÅ©œ\âHœ\à÷\î>\Ì\ã$\É2þ\äŽ]\â’%\Æ\ì*œ6\Þ\\þdpùÛ›!½s%Ÿ\à]Z\×Y\Ço\åŠÝ¿ŸþŸ¥„©‘ô\Ér;G\Ð÷\"Š¥5 ·¡}\ìx(\Ú\Ór\Ü:a,zmKƒH1|/\ã†\Ñ+ò©ñGu÷\É\ß&\Ãw]\ê-H€\rRWý½\\\Ì5õ¦õò\'³Œ=\ÃP–\Å¹\Ü\ÊsZFˆÔ¤oD-x?\ì< u¶ü„qýXQ€7ai\Ì\rIC\ÒpE–K\á\È\Ìð‡y½€kŠÑ©}Ë£œ\\$­p\"·&\Ìp+^„º\Õ\Zõ{©¯Ž\Û\ÌÂ˜¹5ÿ|™f¢ãµ…S\ÍLšo3EýxÀºýÑ¥U\ãÿ°q¨`Žq4u\í¶øZ¢®¹ð°¯[nù8”O£\ìr7‡\Í0H01YL$RRAhJ6´\çM¦w:/ð7š.\ÊÚP”Áƒh.B\ÂU-Ñ—ò\'TsÁªz+p¿›\×pHaœP04•\ÃD\í!\Ì2\å{\ÑF°Í¹|\á©ö¥¤p8$—hû\Â\"dö3ÿ¬ \\•£pY•Q\ëá£Ž›K4Þ—¸ŽØºðþKu³\0M\Ôx>]Z\Ûø\"\Ñz\Ñ8ÅŽ\ÇV\ßMúË»yUL¤…ÁK«ùC\ËWa\å\\°\èË\Ä\nƒ;\è¥0\åÄ \"f«ÐÎŸ\ï\Ò\'\rÍ¤ýD\ÄdM\Å\×\Ùù\Ã÷§s\ËÇ¿‰\ØÚ´ø$2ôj)\Ã,\n²\' #6\ä§9\nø½^\î\Î	ntº\"V8ÁM@õHØŸQ÷¯[S$ü‡\ÏÚ–©õmK\Ø2†e²f\éte¾4ùœš\ZðGG.Àf­±Vy`¸\Éÿ)\".o[`\×Ï\Ý\r\Én”ó\çjn¼viU\n@,›+!%u	re4\Ù+JuP$,–WN\ÙP\Ù2\Ò\"Åž˜,|^\â\å€yÞ²ðñò/\Z(A°1]ü/Æ…­B‘Mój:­\å@Ñ«\ÈG+S\Ûf¶º«ÿ¹dVži‰\n°6W·úÔ‘\\<\çO\ÌEj2¬QòŠ\×\Ö”\rÀ|þX6\Â\ì\Ô\î\Ò/46¤Jò\Õ\É?\Ô\Õ\æX’GX†~†–u™Ÿúic\r\âpª«õ´ûQ\Ö\Çí™œ½÷\r?c˜L\ÙTÓŠ•ù\îqg¦È«?c—r‡È¸¦t­d®¬\æB\rTJ\Â,Q“\Ó$šTDh\×ñ\Ð((Zdz¶¹vOÿ¯¯\Â_•Ÿ;Æ€›³EŒpYö.\Õ&}öº_º	\ÔQ¿\Æ‰\ãoS\ânnûÌµv\êø\0)°ö\Ì\Ó½Sý\ËnRÀ\'÷¢X§^¤ÿ\äkhûº·\ÕÉ‘\Ði\æ7´¿–\ÝÓ¤\å:DILV­\0y\ÅZþˆ)›¾K‰\n\ã…\ËÜ˜D‹~™‰%Roø\ïc‰\Ö7®\r¦ºL»\æ>1ŠÝˆ]š^]¬RÉ¢NF™Mô\âJ\Ì,˜\ï÷i\êI.2 š»>1·Z\Ø;×¨¾‚1Ô$š!¡‡W:	¨Sx\ïDq5º\à/wº\Û_W:œ\Ø+fð1zù¸g¢¦‹\\Yòú\âmõx³GO0\Ç\Î\âjo].ã–½®Bœ=½f~:N¾\Ì¤Fa6¢Õ¡\Ù\nY \Ø\Ó\'º\èiû\Â\ç+­`­\ÂfGYbmŸ\ïUP©™M™J\éÚ¡0€&Cv\Â\èM“$…\Û\èú¶O½·4-K¸	o6\Ûlbö1E\å;±7xù?ð-™Ç±Œ¨Z\ÞzE»Ÿ‰*†nk±»‰E\×m@\ìž\ã\éöŽ\éð1s®­Y•#1$\Ð\é\Z£=I˜ˆŠ¿b£ŽXBr½?Š·\ìÍ¥-ô‚!\Çiº>¡[¿²eøV{\ÐW¢!FµPþb<&Â„AŠ\à\Ðü\Õ8\Ó`\É\å]wB\ËùÎºõ@kp&»›¹h4Ô›µ2¶™ºf\'öG\Ñ\Ó\ÏIS•\æ} }Râ¥…ýJÐ›Z[`\Æöm¦ÿI”$=„­ù¼¹D“‹Ö›&\ÄÇ¾@+Õ¢\Ë\ÐqO.¯Œ…x&Ž®*p§Žö@ýl\ëÁ\Ð\Òþ÷Î’/kz=¬i»\ê\î\Ò Sò¨°\ÔÀý\Z\Z4Ú¶1\é5Áª\Ç2’3\r#?E\ÉQ·\Ë\ØL¶\ÕIm$\ÏZ\Ê\åªB\Z\ï!„\ãœ&šÍ–Ž—Ck†`7‹\Ï\×\'/¹½]\äiª²5 \0¼\Òµ©Š2SC‚\á\Å+2±\Èüf!Og\Ðve½C\Þh\îÿð”\Ö\Î%%\Ö\ì-\Ó\Õ)^\\‰¢\0«t`–k\à²@§ƒ›U\æOÅ”¤cp¦\Ï>\ã!8HB6¥\Ï\à\ã\ì\â=“bñ\Â‰!§ônŠz\0§OS~K\êø\ç|$\Ø\ëö°T¡\ì\ïÁ…\ælJ\ÆøbÿOwŸ\à\Ð\á\Íf\nTÀþ²­Eg\ZU\ê\røŸ£l{\à²SYD7I\Õ.`\è\äµÃ}#Ù§þžôJ4 ¬6éŽ¬½\ìM&ð$!2d<žª\\	|\\—?gü\nKN¢e\éÓŒ»ð&\ÂÐŽuÑ¡Iq™t¼·‹n~T	_j\×-˜›†\É%³¦?ž7¡0i–»\Ë}\Íe\ÝiZ\ÖO™&E+rXŽe{eª½mX\Î\Èö<¼:¦KSy{ ®r·>K^s\âVS2oõHÖ\á_\î\Û)7¡©š\ã\Ðz_oe\ï\ÕýÅ­y§^/?h;@r\âK%\à\áLP…\Çf¨\àc\Ë(|\Õ_] \ÛU\ÌÍ’o~MEÿ\è\ï\×†\Ý‹\Ùs¬ùRp\çd\Õ\ÎF[ÿü\'r\Ý5lþ—¥è”åª€Ž\î”‰X—û¸\Ôec2B…“ZŠ	Qój»h\Ï!>&“þ\Æ´s\èƒò@Z2]¦óºi¾¨¨](J~nø3\ì\àÏ¿Ù€hjóq\Úo\Ñ2±†kLý›JQ§c\0\Ï8|V\Ü\ËA‘üýŠŽNÚº¶)\r\Âm\äMA¼\Ì\æD¾°os,–\Õð\ê$»‹ôgJ	\áÅ–\Ø7l}\Øa¡ñ¾\Ô\ÈÁŠ¯\Ãw|\ÛgRLh!ö°1\ÒRóþ&\'˜ýk±D\':8YÞ¨KAa¬-¿RHöT\Òÿýÿ¥\ÕýŠª»(:ó=ß¤\'\\\Õ\0¨¶¯|\Ç8\Í(´ˆ]x’Z\ä´\ÏvJ+\è~†S‰$Ù‹6\Ï\îvgAÑœÀÊ‹Q?­j¬`J“ñ©Nõ]\î0&–ñb›\0\ëV?9´Áº¶\Ñ\"­.÷I3ô‘2r)rk’+`½NiM\çñ2]<¾	¾h\n\ÚË¥—þO\í€3Œ5Fž\Ð\È\\\Ì\0÷žð“,vS\ç\ç+p\ný.‡§™\é´\r\ÄJ*RT	ü!Œ\æA&–\ÕUóB\ÍtG=_:\\\ê]>iŸ£?Î·@Ú¹\ÜaKÕº\Ú*¿ Ô½+]²€µÒ®gÆ‰^62óG¦ž\rƒS …|±;)¥$=XÁn!\Ãº®‚l=\Ø@õA\Í°\Óñ:\ÞV56U\Æþx5ôPx››\Í&ó¿:V“V\æû\Ú-qX¹\êA9ÀM\ç4\Þ\à†-²°©t\n{\ë\Ñõ†}ÿMI	AE0N\ãö\Ü\Êûµ„\Å.T0b([\Î²\Üžª£õ\íoYd\Ô\Î%\Ü \å+£[»Bº•ð f¶<3)|•žŸy-¯d‚°´\Êô]`,5†\ïl9„o\È¹¤x«œ;‘ˆõ¾xZŸ \Õq@\Éõ¶\ä51a¥Ixˆ»¼MOYÀUò\r‹Z\êtŠKÏ­\éuJOyÅ¹¢&Ò¸ø\Ä*\ë‘Ü²\Æus#‘žt1ð²#4\ç\Íö´\Ãä‚¹\Z€Á\'&\Ý8\Ñ\0\Ãª”¿õ›m9;:\á\ÄÍ¼„f\Â\Æf„)“™¤Iïœ³\Í;ÁþPoi\Ã\ã§\Ú=DáŽ¯\ä¤0Sl\íhsgÜº{”,˜\Ì)\Z|œ\í\Þò¯<„\n“x’¾*\Ô\×óŽý\×i\Äó–\Õ\É`™€hˆÿ`“P¡*Í¤¹!j1m!–~J­Ž\r¦O\Ó]ŽY<yŒ}ƒ\Z»>ÉºH¨¯ðI|\Ü\ÇPô\è±\ß\è®\àBb¥½e\Ô^üšÎˆ;VT1¨\Îcj¨] k^§O\×\ê¤9«A9/\Ø\ZóŒ%˜@b¤.Œ`»ð•š po\ÖÀ\ïdf¹\Æ?»jr£\äY\åe|\ÕHŒ÷h>\Ý,‹ec\Þ¡–Rúes5-“š\àD=\Ç\Äû<ó\Ú:3\ã\ÍÏ©‘M\çñ\Ô>»‹ÿr\î6\ËÔ¤\Ðô%z‹uÛ‡7þ}»F\Ëð˜\Ä[yx±¯]k\á\ÆÝ­÷Yrƒ‡\Ö¼9£IV,C2\"“•\ÉV\Ñl·—pˆ]l2¢P\ïøf>\ìõKp\Ô\ÇÖšJ”¾™bvw°`\î©ªµ*»w\é ó}±\Ëø©¶*Ê˜ñ˜)>2ƒq¤–e¥€^\ÕÀ)ŒP’¦\ÇnûGfRô@Ol,>iv\Ä:°`\ÄtQ\Æ*·8\'¥<“ó\n\ã‹Á’¼ Jò·;“H`÷QØ6pq¾ÿ\Øaó%\ë®ñ\r†\Ø	ü\ì\"…Anˆ3H\ØIs\Ì:Y¥¤aÁe0BÒ²yõPp\nï­¾¯¨™ò\Æ!Î›\Íÿ»\Ù&°\ÖÉ…\'Mº\Ð4\ãšBŸSø\ß\É+\'¥4&¼$Ø¡¡óVgg¤\áo\Îüg~\Ù\ëm/\à¡/&t+\äù\âs\×\ì¾\ä\Ô\"#:Z«Ü¯4ã“‰&_&\Û\Ç\Ç6\"xFð|w`AZ_+vL\r}°ŽN\ßP\å\É\æ6ƒ«¸Š½¢_\ëðÒ°\æÝ¾”ýl2¡bž©¹qÃœ$U„v¡ñ	l,s¨\Å\Ù\"\rûmž\è`»\áY×“¯U”¶X^žMs÷—6RŸH@ñ	&‰å†¾¤B\Çxžö@d\ÆR#U³ôOþPg›žsHüo\è)n\Õ\ÎÿWr\é\ÎtZ\ìMª\Òþ\è?%†\ï¹ˆVú\ÜÀ¢D±°Fv\Ø9´1{|\éö;\é\n$ynÈš’hM‹E\Ô\Ñ:zŸ\Üü\à@¯ˆÁü\Ü*9V›»ŒÎ¼ó[E£¶Bu}<¨î„±\Z#¶d¸4*û?˜œ\å¸dªQ]Bx.|9Døö:h@\Ö\ÂQÿ\Ï/U\0-|_Û¢1ùg-ñ+´­·\Þ}üÔ˜!^iB³\ÐòJü\Õ\\W¤]f§œ@@…w£=	.]¶\íkZ1Ñ™m\ÒGõ‚ý]\Ôx\à0ø\ê•\É	14\"1œIxªõGL¦[	•‚±>(G\áA:Œý\Ç	64µ®ˆ\ç ¹2DM\ÈM\â$\Ë\ræ¾i“\0\Ô¬‹	8\\Å¬\ç®jùA’Ê”5\Ñ+X­œoˆTùm°_|	M\ë°\ìyu$œ1¼ck_‘Kÿo\Ýf\Û\Ïm³…¹%û	g)[.‰r\n\ào”i\×{4Š›Q\n\r8HŒ\rfXðÀ\è	v¶l»´õÙ®\ß÷!ÿð¹ÿP€²mýø•\n6|Ï”K	~\ÐõC\èÈ«™¯7¤\à\Ã:À£s&u\Ë\ä\Ù\ìj\Ô\Ët	©+ö{Rôƒ\ä\ÓÙ„\å\Ô\Ënýt,´Çž¦`µ•\Î|U\î–	­	½œ#t‰Ì¹»\ê«p=¬I\"¼¦˜)F	Ö“\Å\Üñ-Œ\nqU‰\Ëiº\×\Í-›$\àh*\í\Øm™l	\æVh˜\ÐðLC‰Â»>U\Æ8.\Å`\Æ@<K\é\ãh	üÍ¿¸\ÊU%\ÅO¨HÞ¡ñŸ…@¿~x\\6\Î\Ä~\â\n<º:˜X†h\ÇQATºÀ\ï\ì·oŽ\áp2õ¶¹8>ø\n*„²<\×÷ºÓ³³?HM²\'V\Õ\é\èL\î¼\'[R\Û\n\â\Ã\ÔVY\"×³\è\\º\èX’@;t<H\ê\Õûý\\\nð@&\Ø\ê[DqS\ÞÁ\Ê\Óð\ì\àB—\×N#F‰B…\ä\n#\\˜\é,Á-ö-ª*N	VŠÓ»+\ä\Ò:F\ç Ó¸‹\n*An•„¸.]\éB\é\Ätúvƒ!‰WÒ§Mw’9\ÝûF\n+P_tQÿVo\êú©²ª7nÿ\nz#ù8\Íúº\Ò\Û\ßJ\nDfdvPÿfŽOn:ž“˜ªa†\åÐ³Â‘Š„»X\Ý\nGkù ~ng˜–m.\ë3\\–\nð\æ°1i‚\ÔjgÖ¸\Ó\nv­?\Ìu\ì	\Ò\È\Èf\ßh6\Ú2Bþƒ\è?ñ2\03”}¦\nx‰\çm¯«…nV=OD¼“\0T­\Ú\Þ)‰\ÏU\Ü\ã©\n}.¢’†\å\×÷v\æ–e¯\nµ?\æ°.zŸªE…ð»\Ú\Ð+É¡\n‹\\_9(ô)7‚\n—\Ö/õS\æ\à\'\ägßƒ†v•£\Ã\n¡9d£\Ç\ìgð~@–¤®|\ëB-ŸÁ°²œÚý6=£\n¤T\Â[Cp¹±§\â(,¬_V+\äL\rÛ¨I¹ü(.ˆ„\n¥súH\×µÑ‡c \ë-y//ý?‡\r®$MÌ¤j3\n§aqYK´JÒ”Î€pù\ZJüj¯\\P\Ç˜\È\n\Ô\n¶¯Ú·›tnŒ\r‰EanòŽJ;}(\ï\ÒÒ™©ñ\Â.°\Ä9\n¸X:€¼Q\Ø}\×+öO—\\\ß_“	{¼Ü“C\'a\×y:¤\ß\nÁû \ÅW\"\íˆú\ëw†\05\ÑS Nr\Ëý©Š¼šh\n\×C\ã\Ù0\ÄpFdù°‡l•\0¿ž\"u\ê™~2\"õT¯½p\Z\n\èv\É[\0\Çõ‡XZppiý.\Ì¡c¹;~&Œ†\Ýø\n\î·\Î&ª)h4\Ð_`\ÕF\ãL“<—\ã:`#pf¢\ìò\nù˜˜\ÛRW#Þˆ´ \å¦Q¥\ÆÄ“4E[£\'\Äz“\r…“)…ƒk³\ÌŽO\ÜdS0\éX±z¯ú†_ó\È\Þ\Â61k‡K(£\á]1\Èz¯ukpR¶!¢‰³Œ—YC8»³\Õ`dfh–.^8¦\äô\Ê!{\ÊÀ\ÝFüN‘L{\Î\çz\Å)ªú,­\"§w\ÍW\ÏýS²ŒJÇ²þž\ÕÁK­SÁª´Àuá¾’¹Mˆ\Âcc\Ö\Í\ÞcdD™(‹Q±\Ì\\™\raò•[„J?T\Ó\Ðð?\ÑÿúG¼d¡\æ(s†©ª¢\Ô\îtô¦BUI+u›˜ÀC¯\ã\Å¶…R‘Ÿ\ãSF2>\Â3`¥ûv\Éþ\'˜:js(-N\ê§²šÖ ¸\ï–\çN\ç3ƒ\ì•ô:\âVS;\Û\Å\áCT\n€»] þ¥C‡rJ¾2Žª\Ë\Ém5CZ‡\0\Ù/@@1\ß1\ÎD\×Õ®6½¸8g\n)e\Ä\Õ\Úz\éñl¨1ùMH›‘&\Ý\ÆS\îð.>õU‘B|2›üÓœOU}¿\Ú(Ô°¡ýÀzÌ¹\Æ=\êä†€\Ê0j2¡4\n:‡²W“nþ¨”\\C2tc\ç2Á¬Ä’ZV†R\êé¡ƒ[§‚l#4ÿ\Ë»>1Îµ¢´Eþ€\Âl|lh¬®£\Ù\Ê]ýŒ\ä:\ÔYÅˆõ3	š§\Ó\ì\\gmÌ»ñ1)q+#\ã˜ò\Ùb\æ^0rR^º›|\Ã\ë2î¶¥½ZWc\æt ®\ïV¢\ËÁ´Ò°z˜o_Ò²¿ˆYn,ªJš©©½\ÎÍ“T\ÈNBº(\Ù-±§gõ\ê\\ICÚž\×:r\Ãn…Ì¿†>Tw\ØD\n®Q¼!˜@iD\äø\Ãr‚\è´È­!wz÷L{©\ïJ\Ñy7-\Ñm\é\×\á“Gé´žY\âŠ[¨\Íô\ãk\Ê\ÈEn#Xv\Õi‡w÷R»:žM7K¬kRŠ¢D·•¬‘.„ó²© L9Œô%±S÷¨³J*˜À–…n\'Íªt^À\Î\ÐVÉ¹\ÅO‡œ\Æ\Ç\ì*ó(œ˜„·Š7Y‹\î(V\Ýz|%\0\'j·\Õ­lø÷Øµ®$h\çTC\îô\ßÕžNû8köÈº\É™y·*™<I\n\Æ\Õÿ\äª(ø\Èýx€$ÿðC\n\Û¸mœ-B\î©\Ëó\ì›\ìYVAlÍ¼2¾VSü#n\Û\ØòX¼–‹\Õ6÷\ÃX\î”›\âñDU\ÈTö=õ–1O¿@ø,x\Ô\Ïý’ˆ\Ý³\Ù \Ø)®¼\r&\Üd5·s/,—\"\ìd·\ÏNkœ‘N= •\í]˜Ù¤.Ž»£2ŒnKúô\Ö\ái\Ô_\ÈJ½.\Þ\Ù&t8ö&mKX+\ÍC·Æ†\n!‘;[oVùw22³š¹\r»³Þ‰#<*Q\Ðfûš(¥„õ­™\r%¶P¨–˜\ÓùcW\é-:\'2„U\á\'Ft\àÝ©z\r…Š}ÀäŸ¹-V±\Û\ß°\Þ\'eCCÊ…\ãe-2,0\r1?–;IBœ=S±÷\Z“2ÍÖ¥‘&þ×†Z¤B®¬»\r5C\ÝÙ–˜òªN\Ëùs\Å\Økú\×úl›\'t35¿¶°ª\rN\Ó\æI†Y›·½ø™Ô¯!”\Ç\ê6)¬ñI£Y\rQiü^š\ZB|­\äf²‘C‘¿\è-/r±\ÞU\ÇYÙ¢\ÅB\rX·[cdpSs3\Ó%.Xó\å|Aˆº\Äwü˜#(JL\ra‚{p\ë9\Ñ\Ù\åó(A–)Ë¡…Ì®SPV†\Ìs\ë6\ì#i\rnuŠ\î:Ft\Z±¤\"P9ÿµ¸qP¾‰œR¸®PA \r‡¼\Ëk•<vW\àP\äÀœvª\ãg(HÑ‚µ¢cŽ+d7\r”Y\Óøt\ÚW^¤ü¬}rIxÛ¯óºu†$\ç/dMk\Ø\r Uÿò‡:\ïwö\ç\ë\Ô,\È\Ë\ß&\çK…p&\á\Zš\Ñ\rª7GÙ› r\íXyl\Öï³ <U5p8\â­nŽ\èš\rÂ›\Ø\×Xd	D\n\è£\ìñŽ¬q¼bc÷\Zu—\íÀ\rÙ“£\ÒC7,š¾<\Üú\Üp­,\ÏLù\âµ~rYús#€\r\ç\"¾(qqš6\çZN†\è´\Ï\æ–\Éû–\ÕÅŸ&\åh©\Ï\rò\n\Ý\î\Ì*J–\Ô6´¤©¾û”V^±\Ï%W\\Ày¬\0\Ì\ì»@:ƒGC\Ñ)Ì¦Žö|u9 \èZ<Pr?s2\'\íh?I\Æ\ÏI\ë\Â3z(BŸGQ#‰—`p\äS:eJ\Ç&„/–Ê\áaÉ‹¨“`\ï÷þ\nŒ}û\ç\Z\\x\Õ+\ÃG\\%R£µ\ÍO¢¤6³\àû\í}\î°ã•“æ‚«\Ä-ªFúkRV\Ëð£6š·ƒG_e\r­¦\"\ä}\ÕQ^u\â\ÕøÀ¿£YtY®‰sNl\ÉdU|\ß7™‘t\ìU\àFY€›\Ènˆ[\ï\n×§\ZZ\r\n²Â‚\Øñd.¤«ji½!ö¯\ã!a\ÔIWRH\Ûj°wHBB\Ç\í•\Î\íu¤Xp\0b\äUe\Ò$OrÎ°Ye¼JX¥pºW	!\ëL«	o÷Ñ¦Ÿ?Á11\Ê\æ¨]ûQ[¯\Ú7*ûa3\ÞÇ¾\Úh‰‰,¡UúŽªc\\\ë¯kiš² »6uø\àJ\n3*¬“Kv\Êi„\åA&\à4’ú«=‡D\é\Öq!è“¸Ö§f;4“™P\äZµøeµO!˜vx.e\è\Ó8—jY¦»û\ç\ß0\Z¢´€\èP…P1¯\ÔS/À\Þ0?\ëU!õÍˆ¾\ß½¸õò6°??\Ï\ÏöZž‘vˆw=2H:õ)x.°ô®‡³\Éo\\\Å\ÔJ†\Ât®LU\Ë\Õo\íõ\ßñ­L¶¿~Ÿ\Ð)6\ÓK\Ï5S$Ê‚8—\Ç\Ý\×â¡§5gg7ƒ3lsuØ¾«yˆ\Ý\à‹Z¢wÚ ›0YE\0\é\å\Ï£èº«i\\ù\Â\Þ|’¼”˜\Í7‰\Ùwq‰\Ò;,r’\í\äLX\âü†±\ç\È\\35qv.Rß¼h<<\ê\ï«‘t÷hDŠ$Œ\Â\\\ç,ž»t\0_g’X%4.\à¦tPš]\È>ŽJT41l$yˆ,´\ï`p—M¥\Çj]#\ÚW­B‘TmŸþ½¹7gy\Z¤ ]Oý®Y¤T€­óÁb®PÇšæ˜ˆúF\âM…(ñb;ËôK\áó\æ«g«&\nõ-“ûnzEja ¶#‚[ÕYdIdf@\\‚K2o—–Ø‚/*\Ò~\ÛHw\èÿc@\Û2Ž\í,\éò\Óù´¶P±0\ë\íÁº\é¦\Î\ã\îx`Õžˆ\ÚdZvsþ.\Ô\Äk‹’º…\Þ\Z¦5\Å\0«ºyX“§$\Èõjë¤‹ˆ\ÖIˆ\Âö8¢\Ï\Ì@t=\Þ\ä{9v\Ô\Æ>:Ì·M\Z\ÔÏµ‘”±¸\rBt\rð\Ï\×\Ì\Ï3û‚i½„0bn\Â\Ôj:ž$L g\Îƒr´a˜½\å­±‚öš„tõC ÿY£\n™\ÜH\ßú$$ŸTƒÌž}^ñpfO]\ÅÇ­N3­%\r\\Š\à-\ØA¹J²K\ÝªK—\àƒý7P¯xe\æ\'£PHøÿ\åHýP=,»O=šŽ\È\Å+\ËÁg\Øo´Yq¨a|\Þ\nk¨3L§#™¼L‹‹\ëNÁ·}\ïœ\ZøE\åùO\\0¸u\Å\ÊFOR\Z)Ä§\è„;S \'bN<v\ÙwúLSÚ»«sT³\Å|\Ï>Q\ë\Î°\Ïi}\ÚG\åD…£Ž7\á OF5\ì¢B\×Nov\Ù\ß\È:A_-3£ûx\ZJ¼B“@k‡y50\é“\Ï\É\n­\×Q\ã(\çð¯;®4ôÁ.ó¸ò`R‡\Åwô‹!óT“ºuwm¡t5\Éo\n\Ì2A\"k”ßšz­ÿ|lS\ÉPp\Ük\ÔG\ÆM\Ñ8\Çüƒ•¡\ÝÔ¹\Í\ÜöfòE\Ëx;Ë±£\ÉO\Ø[À÷ó\ÌJ`uO\âv&_\Ü\Ù\Ü-]ª›ƒ\ÆE–\ç;|¯µx$ \å\í(˜t`\"ò\íð/\Z=\á`>&\î‡oRŠÖ«\Ùúª	\æÚ²\î\ç}\ÆZ	w\é%þö(ð4)¶;\r\å\í;¢)6qi9Cô\Ü2\é\Üt\Öd64KÕ®\ÚA\ØU)Û³! ž¡Pdlw\ä+´þ¯>\Æ;\ç \ßO¬±-LûhyŠûML)\\VH\Ì\ã3_@AJ!\í_°ªdrN\ßd\ÒG¢;žÏ·ð6Á<³\á°òúº wj›;\ÔV½\Û4dk\ÏÔ·Ü>·D‰Œj\Ã,p„\Æþk~*Šº®\Ýd}\ç¯[¼\Ô\í\çHù?\âiK¶[¼i¾ú/\Û(õ¯‹\â^ž\\‚Œö4¢žc-¡\ÃÈœ¡þ)öÍ—\ÊÛ·õ¢\Ò@c.\ìV_;qö¦ª:uMø­\ÛX®ýœbW…\ìZ`\ï\ÄE²Ø¶\r\ÇS\èñky\í\ì%„/þ-‘Žu_EC©?o\ÍTgûNLC\"M\ï61É¿\ä\\ˆ)®ji®÷\êÁñ]\ãm¥†bŠ#¯™«6ˆ§C2 —\Îao\ß2á¨Fý\Ã\äËL\ØW¡”®%\rVJ~øpŒ\í$¡Á–P(‹ñqŠ\Çú\0„RS\é;\rsò}¼ºo%Š©XOwR	\É\\˜óB\Ð;z\ÜÀ\Òõùñb#\Êqš¾l¦¼EôˆSŒWDò€\æLex\ì\Ýéª´@m!\Ñþ~¶\î§\Ñ|dûET9v,´WÑ‹‚‡\ÜÊ€KK\ì˜\Ñ#\0ª\Êf›ç¾€Gº~µ„p\È\èoPq\ë9¨\Ã\rbL\\9ö2×¬§†n*PP¼\0A¢wƒ:oHðRRˆES\ÌG‰\ÂÊT-\ëa*Qf±,S»7ô\Ïq\ÔÌ“<¦U*\";b¾r’\ê\Û^°&\Â7jùFÅ‘øú‡ÀÒ±y\ÐZA\"\ÊYŒ!•	=¬šxö`Jß©i.¬?w~\ë/\"w¾U{«’\ÒLf×1:Õ¤y;¨&Û†Þ¹[rD«\ÞbóNv•Œã¤„¢\Õ\nÿ\Zwr‰\ÄkHuE¤\ì\ìôNÁ/\ïJY·’þgöSi÷–)”N]oò\ë\Õ}\ß0<Á,\Ä\í\ëeS</öÜ“8C\Ò©T2I†UX\ÐjF\ê¾\rPJ6¬\\\íd$Se=gÁ®˜øÛJÞ°S·0¼£il‰ww®4‹:™ø\Ô\Ú\"D½‹¥€=[•¸Z\Ì\ï\r‹‹\ç#¦A@\Èf3¨1_<\È\Ñ\îv£\Ï\Ëü(QN\Ð\ÜYCwo\é\ÍÀ\Ûô}z\ïö/+x\Ù±—®\Z8\Õ\îû3¤•¯óóÛ€TÁÑ‘/º\Ç*¨2^\ÂoÜ°\ì\n­0üþ\0\Ó\Ï1\îx?F(\É8Ž¯\ÜV\í\é\Å\Ù/`8\ÜùÐ†ÀÂŒ\ã\×t¬2\Ô:²]XK%\×	EL­\Øå„Ÿ\íŽt\é°~¨nF\ç^mº\Ü\ÄKY\ÄN§\Æ\"\ã\è €t\ÛhR\ÏD\é†P\Â>(\ÕF-\Ñ$>Q°ŽA*0l[U[”±µ\ÚA7­E\ÎOxÆŸ±:Y§\Ã{¡ñ ”2gûZÁ“+j{\Üh“øöNž.m·Û©+\Ë6™œr0Á…±jU\Õ\ÊY\r³²\ßÏûF\Ë%\Îù\\‚V[zŒ´7¶\â\Âq´\ãX\Å{4¦a›û©\Ë\ç4½•¿…=P\ÔÒž%^\\$¶ürfš’z˜;@h§¢è¬¬&§f{»Š2ðTˆ€,Jg~\ÄKOb¿‚H\Ö$(ûÀþ\r_®\nt¤l\ì	ó6±\àAx	70)P;\ç¤\01¼«œM{}i\Õ®ƒüE\Ôß\n\ì°}HNfÎ0/Á,u¶\ÞøIøÀ\Æÿò’õ)\æ-[\0ª·=Ö¹?¤+;Q¦…/×¬W/{º˜\ßšlDA£„U\É\êRp½rmm\rF6\í©\ãúŒØ·ˆ¡iŽ(\":ž@Ÿc\à‹·: <R)‚¥%+:Á¼ø¨\ÉG%Cy*\àm?Û´¶/\Ä\r!\Ñÿ\Ì…\æiªAHK2°\ï\Äw:\Û%.ó;j@Û´£)H&\î—R‘×°£\Ä\íR\Ö\ãÿwci”Fô\ìz›þ\r_c;\âQA\Þ\Ð\èJR·Q6}®Œ%™\0\ã’w˜…Q1¦h~\ÇB¸§×ºÊŒˆ„¸Ê¤!\ígÀy£¥\È{\å8\ã\ÄÙ¢÷\à7\n\n\ïQ\èóÀ4Hw@«³8<Sn-G¢aM\ÄRAÓ¯ƒ•¢gT1ü\Û^0>\ìˆ\rŽœŒñåŠ¸Ö¬+)\Þ\×7X[_§u\ÒÛ±H\Ð\Ø]\"¼ª´Â¡`\Änr‹Xa\Õ;\ã?~‘ŠR¹žq3ü¸Ù½¸R ±©\Úa\år\0\Òþ©B<c™=OR“ðÂŠ\Ìv³B¢n|J¼±In²;51VöSK\Â6ÇH°òi\ÔI¥Ÿ (.fO‹\Ódx,¾0Xl¿€\ÜJ\ëú.\Ó*\ÄJsŸ9\Ç\Ë&ž$ƒŸñÀ\È\rN\ÖZ/®aU‰Æ`³dLŒ?\ì>C|\É®\Ê‹^vò…‰s‚_%„W\Ý¸\ï\rJ–\èó*\Äf’zK\à˜Hv®¤M,¿\Ë\Ä,õ\Ûz»¦ã¡«\ì?jkÁº\Ï[\×0}Œ\ÑFW@ñU0\Í\ÇW\ÕgSÀ¬2c\Å\êFFˆ|\Õ2`85’Sb\êG?e?q7ƒ¸¢œ#pjÚ¥|É¨\0Y\å\ï‚\Ü°O|øaV3E‡FW^@l“2þ4K\Â\Ì<\\\Ø/#\Z¾¸²\Ðjp‡ñ!C——B¨\ÎÚ‹TL\åX\Ý6­j\î\áy\Â\Z\n\ê˜Ñ‘\Ö4ºWÁ\\\Z\ÓT\àð¨´\ÓM\\\ÐVûdE\ê\Òà¶¶|@\Ý]Œ)2Ô•iq\Çj¢\ì\'—Vpý,\ä\ßÿœ\è\ÕKº\ÞzMr#»\ë\Ü6h\æôq	:·@\Äß®›\r\Ï\ß\Ê0lÒž„·ÿ\á\Ç\áŠ6\Îj¥¤ñ\ÌøZmŠcúƒÁþ-«“k\Å\Ñ\è­Y£\Æ\ÛxJ\Ý\Ó5\í½ü_\Ö*\Þý–]O\\“”s—M†\Ö\n\ÕTœ”27Œ«\éoÚ C\Þg`cŸ™\ÞË°m\Õupa \\˜|/J\îy§2\åfy2qýt\Ï@WŸk\àmx\ÙG\Ê\Äð°VÍ’´×µ¨\Îpzkðè¨\în!Š\ãò>x›\\½ðh|À,e´0?ˆ†s4n÷,\äLmu™Œ\Z\Ü^Î…hU}1}=\Ùz£\èiÁñy\'\'|K¯²W?[ r(\r\â\Z3ƒ·\Ìz©Ø»\×fW^Pƒ1Y\Ø2&\Ô\ÐÛ‘pAµU\Ø\Þ¢%šõ§\â˜f\Ü¤G<‚+HH4ûywy\éª\'hz²x\áú\"¶v‰\\òp\Ò$»¸boÀ™)cHúvS\Üµn_\ã™ˆ¥(a¤§WcÍ´Aœü\Ï`k\Ô­BÊœÑ®,2£Ž\×÷Sˆ\Ø^ÃºôDñ±\ïõ\ZÑ£0?\ËÞ–¿fót¶ª&\Ý!-U8ö†<’´Gz\ï<3\0R\Ó-k\Ð,šuø×¼)³†\æž\0­²\nù9e\n!I9K˜W÷«\ÜÇ¼?_\ÆIaYOrg÷Y³\Ê\ã\ãñ/’ˆ¿~UJO¤.Å€#µòE\á‹ÿú5´*Š\'C\Åqk?—R³0©ž}<\ÝÌ¤¡\ÜÁ÷ø. ¹¶$^$¾Šm\Û\æwÞ»`.A\Ã_[ò¦rE£\å]þJ®#\é¼\Ù+ß˜£4ÿD½¶,E\ã¹\ëÇ¡Gfóy5ÜŸ@‰ˆnNñ„¡\á«	\Ý36\ÄM‘¬\ï[\Ïy\éFRD\Óm\Ö\ß:„m\â\\\ßû\Ø\ì,T\ê3y\È\Í\Ò?\ÌP¼þ¹Ôˆ+o˜óŠKqra•\àU“Wj÷jˆ:M±\Ú\ÉS\ìó\ïC\0¨\Ç\Ð™EšºpÚŽŒU=\\Ù«2%±ýü\Ê72B¯•9º¾\Ô\ä9k\Ññ\Ï\r?r\Ê\ÇþqQe™-µ=‚ù¿õ\æû\Ç\ÓOzÎ³\Â2z!•—­.‡w\à\ì\ZFPAÀ¦¹SÓƒP‡l–Z\ÅNÀ\é\Ó!&€›Qwô|¾c;\0,2ˆaÚ¢Uø\è§P»\ížrY\Ôo:Wš3§–\"6¬uxh\ê\Þø\ÛS\ÛØ¦®«3)]T•CÁ­ËŽ1B¶‚\"$Ï¤_öY[^¡e\n‡\Þ41¥­L§òHÝ©\âÌ¨ò<ú\à\ÒW`’‚e\í\â½\Ûö	ŽU°&œzøÕ¿RýÿB=P‡KqF–u\ß~•\ãŠ\Z8ˆŒ\Éö\í\Ü\ÞW¦2\0\èþ	\Òeü½`h‹\àp\Ã,\å\ë-nƒù}“;F›õ¥ \Z/q\è@û\ÆQ!XŸw>\ã‹€\Æ7¾.„lû8³\èµòle¹Q,…Àž\Å\×\í	n\ï\Òa‚²TßŒC\ÄÓ€#\Æ\É\ÜŸ•ô\çð6œwú&\Û¢f´U\â¿\n¼ý`’Vr™{¦ôYUš¬\"V1\Ä	\Ç]®98}´.ú@ñ\rf[É–&þ»ó\Ö1^¿¢™õgÂž+fV\èü`6)	ð­5ú½E\Î\ÙSýj–\Í\Éÿ…\ÚrôK\Å\ìñ\åuj\Æ÷\Ø%‰öp\Ø\ÖA“õˆŒ 9Xc<_:\Ñ÷l#¦(\åÇ€v)É£˜,•‚Ä¹¸†v\Ê÷V-¤núžz\âWó¬\è“E\Ò2\âDû½\ßûþ Hþ!~\\ê© FÁg\ë™J\Zop\'ö]Mi@’‚øó÷P;µ›\ÈVKiüùV(\Ô~n’ˆ&^VT\âSn\Ø\Ç\×^ó\àE§½y	\Øuû\0ciñ^Su\Ë%™Dª{o\äx\Õ\\4\'1–0p\é\ÉúG&û¼\Æo\Ê\Ëù¼ÀAM\ãq\É\Û5\Ï@\ì=ˆ\Å ø@¨\ëþ\â3\Ù#\ZÐ¶/*t\r\Î\Û6<X\ïû\rˆIFP\âx\ÇN^\Ô+‡5H9_r ©²\è?\ïMÎ©—Ô´\ÃYµº5D`$BfyÀI\ÓSŸWqØ›\Ç\ë¾r\ÞcùW£òw\Zú“(ò\ä€î‰†&ð=\r™eL\Ð|)¨a¢ój.­¢Vò\ÔC6À•\ï\r³Ÿdþ\n3[@\ï\r\Ö©œÜ„\'Q²\nÅ’©+ NÁAÎ¢¢\ê¤:Wˆ¨¿\é\àöù\ì <\'¦\Ö\ãdÿôý\æ¸’SB³4,\ä\ä¿÷h\Ò\ÉÜŸ+­\ß\È{Ì—r…~aöAÄcŸ\ÅKAj¡TG”•/6\è\Õ\ìþ\n€]\Å<E&@Ç·ò(\0¾\Ëað{|\ï,\é¥@\êhaƒZ\ÇÝ»Œ¹‰”°N/F]\0cOJh\äÃ™L\ÏC„	ù8×«hl\Ä2\ê\"i\r2Ó£-à­\ÂX¡C +›R¾a,¦\æ©f6‡\Ê—!\\©I&Cú#2M\Î8_6ws\ÜEŠûU\í¸øP¢[\ØWÒ‘´\Ï4Lº{4‰\Å\Z \ØUú˜uw—ÀŽ\'çžŸºh¢Q\îiÿŸ³5z\r\Ã&‡Ð‚`~ó­\'\r\ìQ l;4\Û•¬±\ç—\×eóc1bÿ0‘w\ß~Ÿ{÷±wcj¾|m]a_šö¹òdƒ¯õ«¸4Nýœ^÷\\~”¯Ê˜™\×ó\í’ 7q/\"]º\Ô\å$\îù&<Ô¼	¡Q\Û\áY\íž)¶°\ri\0\"4ß•ml\í\É\"W±K‘x§šI0$\r\Ø!L7³®Š\ï›K3@š™\"[qŸ\â\ïË¯v\è1 ©\ÎK&.\Å]\Ðý\Ç\Â0Ö™8ü‘\Êp#ü~†õ\\o±Ó=1³\Õ\Í\îD,\Äðpþ	Ú±4zÎ®)”ˆ\äúõF’\Î\r8x\Ù\Õ\ÏNz$¢wFš\í¼m¯º$\"˜›§®’”»]X°¬¬\Öeõý\"ø?ª|2þY	ÅŒ‘ø¢\Èt¬-	ù¹ú\æà£Ÿv¯T\ÑÕ¨¢\æƒ2H`o\ÞHPOn­uDpRÖ½€\ã’R† nO\È\Æk2Î©@7 \'y·UÙ™K;ø@Iôªù\È:7}\íº.£aò	Ì‘HMÏ©:	qF\çCO´‹„\×úü\å÷ªc#Š²Š\æý y\r\Ý\Å\ì\Æ\éš<Õ¥†l½4\à˜™¤˜Ö¬\á(»\Ö\ïóšw	½]\á\ï\å5\åõ‹Fn?•`\æb8¾)½òk¸ö‡¢\Û\Íš(S;’w\àAq\Ö^\È;ñõT\ÈÎ¹\Ø[—c\ÂöºJD_´–=$x\ÓBó2ëƒ™$5)ÁS¸ž²jrx…VŸ\æIR-[„ÒŸ\é1¹ð.;\"»\é=1\Ü(C]e(½d-|5QC\Ø\Év®œ,\Ñ?\ÉaŠd\ß\Óö\ækVŠl\ÙEWš\ä¶±R*9\Â¸)7”‰\ëmûvÁX­òbÚ·\'†p	Z9@³·S\r0,t`2±pl\êós™÷­W\Óœ¯¼\î)ª0Š8aIpop„AþˆB«\ÙH\ß7¢M™¬¼´)™\Íû Ÿ\áJÿ†Ob\î\0\ê!\ØX£+cÍŽª±º¸òÇ®ô†„Ô‘8\Ð@ÿøœG\Äh…šar6 \Ê\Èr\ÜVB:\ç\'® 4-²µ°\ÈÀI9»\íˆ#\í\"‘\Ä\àiÝ”[«ú-¿l”—À+‹“\ã\'2Y\í\ÉóU‚~nZ™\á„õ¬cÀt\ÄtŠM›h?š\ØDm\Ù%¹ÁÊ‹d\ê]\Ä\Í\Z´\È\Õ	MØµB\Z¾°r»/Ošˆ5’¦†%±NÌ¶\æÀ\Z\n2\ç\è£~—µ\Å\nò\r®\Ôõž=a\Óâ¸¬—]ñ•\×÷7\í½\Z\n²Å¬þª¾W±´O–Oõ€¿,ÔºN‹\ß\ÆE\Ì\Z\r7\ÄhZ›¹\Ë\îBLG¿\Ë+‹ðü\îvòS¨d\Ù\Í2\Ø\Zi\ç˜\r¿°\ë/Žq\Å¡»¢uVc\çx“-l\äl®8\Z˜\É\ìÃšóZÃ¾–üÞ¨6£®¦W2\ÌlI\æ96G\Z¢BúXf\"\ÆÔ­®Ÿ\É\ëœOÝ –%\â¨K3Ñ“93h\Z\Ü4þ2o^iª\È\Ôw\ß$Se(Iª’}P’((ôö\ZQ\n…S›µ³^M\0–Ã™]M\Z”‰`:£˜\áûc\ZTcÏ‚¿6[\æ¡L‰B\Åc¸l\Ý\Î\rx‰\çR()\é\Äa?\Z[Iž¿\ÎÊ™`:—}ž§›V\Z¼‰T\ÕDn¹ý+\á/`{\Z^\\%\í\Ûk÷‡OŠ¯™€­e\Äiø©: i‹\çñ‹\Êo\ZqR\âT‡=—\0\ê´\Ý,\×\ZXDí”š\Ô\Z´h‡÷\Ä\ÌK8h\Zxy7{³\è ²\è\á¦\ÅzQ1+5:#Mu<\â¯\Z…dhˆÆ¨,ÈŠ ™aþ\ì\ÃúÜ‘…†iK¦±#‰A\Zˆtù\ÖY-{RV Û·FRù¹!\ê%8·»`û?O\Z“Iaú^\à’°ñ\ëiJ‹žHŠ:žj\ê:•ºÀb\ÂÂŠ«\Z³ð;4JpRÓ—šõ®ÚŽX\ÄV\\2p&\à\Ò\Ù\ß\n\Zº\ÍmÒ´`Sý\è|û‡•\Ø0	S®sŸŸEA‘L\çö³\Zäœ«\ã\È:û\ÉH2f×[\ÝJm<Œ”ýx\Ã<œ0”\Z\é7¾›\àÛ´½\Ã>\Û0\ÊXõš…‹Ï˜ô\Ø\ZùAS\è\ë[ò[°„kn/§:¿%ˆ\ï>\Z\'†ñŠ_îž¯\ZþšK \ÚG“Umþ0Š;A\ßò³¡†ˆ’-v…n\â\0]‡Ð†´¤{l\ÍûCMv\ãøÉ¾@¨Æ‘T\ï97C¤=y¬Zùÿ„\è3¿óÎ‰¤c3mŽ”!®pr­ƒûðû&,ñ\ÖûY*ž\Él}J\æpx5K²5&\0CRdR5P,Ba#1ƒQf\Z\r\ØÝŠžP[Š\ÙY\ØøfdŠ£fsRt\'/i¯Qf7êœ®\Ú&\'d°W–zÒ“|¶\Ý1ò\ÙÉŽz\"z|õ¦²s\âe\Ð\ÝQ¸gš\êJ\ÑÐ­z-øûX—+¸|¦ó@\ÎV¦\Îc\Îxñ\Éïª¤÷‹s|˜0–ü\àœvÉ¶P§5Tñâ !w\ãRL›\Äj¥Z‡^\'{Ÿ‹»  õ)8m}.\r¢d™¸_®n¼5±i?øW)œ°:\\`´^«V›½=\Ìw=\"\Ë[<ò\ÏUÜ€©œÄµ²\ê9ùYCW£ò\Ç-µ\â™üžGMóŽdz[½Šg½\Êb\î\Ï\åê¤¼\ì&\Ü{7º¿§³37ki\Ö\àÖ5Ñ”3‚¬N0P™®5yŒ}@Ùª\åûº\áb1¯po4\É\ÂA\Ö{†õ/\"\Þñr\Ëu•´0yL³i·(À\âòH¹\'ˆv\Ø-3 *3¼„“™^ü\Óc(^U#µ–\Ãÿg\Éph\Ú\Ûz{:Ž\Û7bc/\ÉL•V9½\ãb»˜\ëa³ò”rñ\ä~D–\à¸,\éú?Ñ \ÞGd)FA‚\ç’u\ç\í`‡`\çÚ¿o±\èÿ¼Û­rÁ•a±\Ðõó\â\Þ\×Ú†c»,=\ísK¤>P×¡®®e\Ú›)9R­ \ÚB£°ž[·\Î\Å|ñ\Ùõ\Ó\Ãüö-s§Œÿ˜1“ÊŽSP¬þ\Ò†\ÔE\ÈGI\ê45\ÕMC\ïgYÿù<¨-b²\êO\î,°‚w[\Æù6eJ¶²G7U]\\™J\æ5\\\ÐN•(-ð\r\ÉXö_\Ïj\r15-Q\äÁ›_\ÆY\ng^ýÊ¸\"|üµ.Y|\Ûb‚\Òþ\åO-\ìb$\×t+¤8j\êK×¹\Z«\×\ÏX#\ì[\Ó\àªwÀš¼\Íwûqüª51¸\èDj\ã‹\è…LH^\é½Ÿt+\Ä?ˆŒ‹–\Zc\Ãiñ\Î{\ÙÃ­®q@:\Ï[¯b\édl9\ÖÖ€,³Ü±\îƒMS,e\ÆlNrœ}\í6¥\ÞnôŽ\0O!\"¯j¦:(££!b*C\r‡z\Ò\"{\ëºt\r —=\ÇI)\é ^«sb\Z§¦¡ŒZŽ\nS­\ra‚ô¢L\Û&¥´ \â­v\î3+kCJ‚\ÅIò\Z< \0øP>± ¬%@5\êvñ%\â(\Ò \äô™òJøù§¯…aI\Ó¸\\Ñ“ˆHŒ¿O\'\nð\×(PùÓ³¤¾\n\Èr\Õ\ä	\Ès°\ÈñJ\æªúbómLhç¬‡û[´£Œ¶±\'{0ˆþ\Ñl\Öu\Ï\æÊ’hk¡‹õ­FNÊ¨\n\É,U|\Ãë¡\â§X\æ\Þ5\Ù)\ÙaT\Ø\Ýð\åÔ© %2•ûýûRy\Â\è‚\êÅ«i*\Ø%h%\æ\Õ\Æ\Õ\á\ç¶$)`v:#f“ª«˜Ÿó,Ÿ\Ç¦°\éhtD\ì)WMF\Ú4€¯»~\r¥•þ.x÷d\nœ˜¹Ž:\ÌxA\ìÿ-\à¦H>ø¸J\ì\Ây;\î\áõ\Å\Ó<žðI8w2A\Ê	\Å‡ƒøÚ¸Øž°0À¿‰2ü–yK°|\ï_’˜\Ñ\â\å%d\ß\Ò`2ö9ª…xm\Âñl’Q€W¯žè–•U=d™¹£Z¡\è¸	«\éÊ’c‘WZ:ÁwP\×ó{6Ly«?Ø·cû\â\Ò\ä\ì\ÜI\nþ¨õ•£ß¾°B2ßµ±»¸zÕ ev\Èz†Œ¶3ñŽÆ˜U€{\î^qa%I™B\ÝÐ›\ÍW\í\ãý<VŸA=\Þl¸\ëL—\Æ^Ÿ<kL¤‹ sj\ÝÒ¥?\íb\ÞÉ–ðÈ’|\è„B\í?-(…ú+xdú6SP\ÑIj‹Ò—©:K­\Ïö\Ñ-œ`UžM\â°\Åu¯nÖ§œ]BeI\×ðY\rfþ6\éýþ·y\Í;Ÿµµ6\r)\Ð\ÌcUÈ«d4¢B”nD\Î\Õ\Â®Qù¶n+R\Â\ÓJ1e„,\ìñP 6;\'—6˜•\"ý\Ö ds´\r\ã=‹\ÊV\à˜’\"n*\áR-ª!\Î\Þ`\ÎCGÖ‹¹Ù…\"¶^\Ýe¤\n|5\ï\Ï.Þ°Š\ã—\Éú\Î8¹!¢9:Ÿ%\î\É±„…¤ö\'&;¶úC¿\×r\ÂAL‹*3q˜ž8“º\ì$\Ç\"\ïnú³ý™$\åFo¤ef$•\ã\îS…4C\ê½;®½w\ÐVýR[û\Þ½h\\o›ñ(»¡5OGŠm\×\0}UJ5}¼\Þ&\ÜJmy\Ä\âNL5¨\Ø\Î\r\Z˜¶0s3\çûu³6!$¾0œKJŽ‚Á¨\r22ñ\Ìß–]ôö€Ã“\'L\0\Æ\Û\ÑñI˜M\Éq\ß2\ØËªã½\Zç‡§»¸\Ûi(\áÀo‡‚\ì)\ÝNÞ¢\ãVB‡\Ò ÁnúL\í\âc\ãˆ\r\Ý\àÊ¿5—»…œ\Ê2ñB\ÖG“3…u‡«²²\Í*\Ó0oýBÇ¯þ\Ú\Ö\Ùh\Ïû\ä\â \Î}C‡\Ê\ëºo€G\Ø}Bd\Þg»DØ‰$\êŸO<L#1£O\ØF14.+\ê¿kcù*‹ø9\'q•.\Â\Ü\Ý;‘F¦\ç›\×\Ãr€P\'óú­\Ýlø—\â1´e^>b6\ØchN\Ê\ì\í¼E4#\\’G¦YúZ>\ÃAQ‡³Žb&µ˜Á‹YZo\áœ>QrŸÍ¡’°˜\íi9\0T9\\>$ˆ2\ÏÂ‚œ\ÏÝ²\Ø\æj\Ë\Ôórþ³whq­¢\ÃM\ëÀTUòúÐ©w‡”Í™CHN\0\ÉI”<\æ—ŒŒ½÷.\ÍO¬˜÷¢žö\ßÆÂ†Í§²\í\ì\Â\Üfh_2E²§_Tþ.Zui\Ï\ÕYþ\Æû\çk.\\{g\á:\í­\Ñô­—«F„hdóòµañ¤ñGóI‘›\0q­×¹a\Z³\"D\'\ï¦Ï°\Z;I>)$\ÂpiŠ\"\Å)¨\Ól±\Ñ}\Õ*\Ö\Í3»yXóZ‰\×\æjoy¸\Æ\\oC\Ø\Õw=°€€usªn@«\è\Î=]N1õ%P0™„\Þ\Ë.\"‰p†¯ŸŽT¥Óœ÷q(%7N¦ª…ò¤˜O\ê2\"hªkUùv¦ˆróÞ´¬°°\Õ\'r\é-…A\ÛDƒ„^EõcZWq”ù8…ˆ5\ãýq\é†r\Æ\Ì\ã@\Îü7VR\ÅÛ˜]¯7Nƒi’\å\ÔjR\"~R\Ú\ØÿO|âº¥f\Â`ôS:\Äö\rŽ\×\å\Ûb-\\³|\ÊÛƒ£ø”9E´\éøg±\è\Òƒf’Ž±]¹Hh~\Ùw†\å\éw\ÛO\0LhD:m	†\Ã3(TN€—\Ú\í\Å\í,ñ·\Å\î‚\ÂøŒj¶p¬Jµ\ÚÁÌº\Ó\Þ\Ó\è\ÈÎ³˜Sy\ï®9s…68r¸M\ÞôÚ ¨c\ä\ä‹\ÛÀ\Ñ4b¬oT“‡Œ¼,ÿ>£\nu‚¯	\ÍU`.9>Y3`yk òŸ\Îš·À6d?j¬¥™/£&b\Ó\"¡ó\n\ã<5.B‹ñz™\Òn\Èó€1YY]}\à\ì{6\Û^œ\r\ß\åoñþÊ aXÜ–^ô\Û	’¤…æ„s0Ÿ\Ä\×É»s¢y0‚\ì1‘\É)f¨x¤Ÿ– ø¾û¤X\à`ø\Ù[Z76\ê\×‘.Ÿ-*\ØP«\Ç—U\î-8m@eù0ðŒ5¤\\¸«wMv\Ô1.²\ÄÊžRûªfq\"^\ähS\Û;Xö¥–~øY\í\íYœ§š^\å«üÏ»›jc¹T\î˜x\àFw7¢?D?ô½¬Fa\0\Ó°ª-\Å@\çh1\è\Ô+þþK(ñ\Ñ\ã\Ña¼\ã\Ù]ñ´DRñ\ß:[‰_I3y€µ\â”\Êwt×Ÿ»#F3÷»µ=2\ç´\Õ2I‹8\Ê\ÛJpLþ] ]}²õ\à0nŽ£¼P\rQ¬¥\Ë\ß\Ò\ÔcJ‹\ÓYBñµ=niQ\Ò=Neð\ÙÕ±unS,Š\Õ\åh\Ê\Ý\Ü\ËXò\Í:ª_\ÙùUŸ\Ç-¸\áJ\ÄrSý5´””¶\ãü¶…ý‘btû½LÈ’¸|\Äð›n 4\0ºÙ’ó\'\Ä/XMK,f\"*Z$\ïí¼„4¸‚» ›%¯-\æb#\Û6u|‘¾Ä–}¡b\æŒJsò6\É \âh%\nf\ÞJ(\ÎU“Z¹þµu\á@¥ˆD«RzC \Ú\ÑoI„\Æü´Úž’\"¾ö÷ò˜÷0\Ò\ë‡4N\ê\ÅÏ¨ž .¥,2F*›\Ï\Ñz&@¤ô;\Ä`x^\Â#.ñ„W(–` :…kýY„Š¥MjxRÖÖ´–P=\ãT\Â_U~\ÞQ\Ê H\ÕÊ±\ày\ê\Þ4ÿBW”@c”\\§¦\Ø\ÈJ\ßŠq\ã\×GC W¡aQ\Ö\×x«õ‚D\Ù2-q%µolþ(\Ñ\î]?A\á kuPŽ–½t¤\ÍÌŠ\Ã\Æz¨\"qg\Ãü\Æ\Ô\âÀ=…(0\× l\Ú\nÂ°&|¥\"\äwK~›€30,Š\àø>³P­¾\é&w mÿ2À•ÿN»\ê8úa—>BdLÁUµoVd^ ‰¤ž\Ùü\í°\'Æ © $n\ÞX±€´37\ÚN²–<¸g ‰\ÜYL«§&‘¯>\â­\Î G\Zu\Û%X‚ö-)Á—\Ò š)—•ü>üÀ\×Q—õ|\Ûú	]v‰ŸC\ê ,ýÿ ›7\ê\ÊÄ‡\êKý4ôýsNs\Ó	QŸ<þsŒð|—\á¥\ï\á ®\n	\ç\Z?`%T€pñ6ô\ØÁ#IR\ë«ù÷lœR„\Ú ÓŒ[*škt\åC¬‘`x¶{c\Ô!Õ™\ZVW\îS\Ù\Ôs\ètŒ \Ô\î\Ä@W4nþ‚·\ï*˜tù˜Q`EJ \Ý)\È)e%C!³Bw\Îí”´‡Q€\r\Zô-……\èý1ð\ËþO²!«\ï—\ÄT¤\á¯õ—v†­\ì\ÛÀ‹‰Î±ûõ\è!Ú¨-\ÏñOh\èc.Ž\ZH6!§\Ùpsü4zQ\É$\0!ð\Ä)u\Ç^Ÿ\Ö)òh\r¿\äÈ±>uOKŽ,hc$œ¸!,“el\Ès\íð\\\Ø÷ù055\ì.fOtÁó³÷ûe¸}!5ARü/œ\Ï{Ca€F9ÿZº_\ît«Œ%8ª,=Û«!?\ÓU!\î\Í)ln\ßUnö(\ZÇ…‰F€Z‡\æ\éÿn!Z\ÜmNxIŽ>W>%ü*\ïr˜ô“^ð±#\\µQD!]Í¯%uO®bû²Œ;\í¦Í°(2[\n\Â—½_!i\î\Ý\\ ²×ŒeQ\0˜rºz.+;\0\Z)‰ªo\Ë5£3¨!ˆ\Þúù\'”¨o\ê]º\ß\ï±ò³t\èJ¯\Æ:soT\ß\Ã!™x¤\Ð6\æ^q»®\Ä>F70žVÖµV–>¯>²\áµ\ë°!ž®¡$ª\æ1Å­9†¼†5\n2d\\a\ÙW—•\Zq°3x !¤:¯qÉ´&¢ôg™zž68Ö›üd\å\É\Ç\Ï;tV;U!©&\Ðx\Ýù”[w¤Àû)¤\ÆÈƒcüN–Sýa\Î!´¥\î>$wÄœ¦ö¡¢Fÿ\n%“`IJ\×M6—o(\Ò–!»bƒ™F\æÞ‰g2o\Ãi\nNl+\ný–™\ßµ£\îb!\Îÿ‹5AÃ \ÇÀ¯\Ð~ùIºüô¿\î \\€ƒv(öc\ÔF!\Üÿ(\'eÐŽ¶\r804@§šd•D\É4þˆKS„kV!\àaÀ”ZU£ž\ï‰/<rg$½R4g\ÍZ\Â0´÷l‘!\ã\å\r;˜m1Ï¼€.\è{r°€6@¶C´\äHc^\"A÷!\ëÄ©tXó\ÅQ™\Î\î\"ú\Þ¾\ÜÑ’m]À\à™\ä2J\"T\âYK‹„ý ±Á°J\Öô,/þ¼\Ô\\/ ûd\"ºh>:\Ä\ê\áQ ù\ê±\Ësik¡ZµØ\ß\èEw}b\"\Ò:¼+\á@\Êb\ê$¾\ÏT¯At\Ë6Œr\Î£\":fnùJ\"²-vS ›´X¾\ï÷¾Àõ\Ù^­\rË #\"JRIxý¬\ï9õŽWÀn\Î\"µð¦‚a\ä¦öÔ™¾†ö§\é\"L0]€˜“û¾Ó†õÙ¥y)UeP\Æ\Â^÷›A\Ø\Î\"S\ã¸.87~96s\Â³yjr\'Œ\å]s\0 “\"\\€¨\Òü\ê\ß&S§–¼¹„“‰^‚\Ò\r xQŒ\Ú\ìfµ\"nN½ñv?\îKƒ¶¸‹g^\å:m¸¶™óBlbðZ\"†½+f5f(gdC“\Î<i\ÕË³]uÆ¨2\ÙõÄ¼\"•’„$l˜}\Öe\é³\æ\É\ëXÁ\\Œ%\È’\'A\å\ÌJ\"•ø	®¿.FÍ¢\ÖY\\õžgFy—Ž2\n\rM†Z’´\"šøG\Ù$@€\ÌùPÄ¹\Z7~Ô§OÆ¦p\ãdb ü\"):ze…0E¹Ž8ý†=!þ–7¡Óº\Öl<“Z½P\" /¸JK»\Õ}µ´u\Æ\Ñv\èa\àHú¦Q˜LE\ÈÁ\"¸½\Í!°zFÛº6Œ\Æþð½‰ü\ë&\ß\n¤§s®|\î\"ÊŠ\îÇ5‰¢\".M\ãp•´¢-zx)Rš.%\Ô.™Á8\"ØŒV2M.\é\\\ë™ûe#øN\Ø\íÈ¡\Ï>\Û.¤ý:¦\àIø\"\Þ_¤\íórª¤Ðü\ÓMüDZN\ÉaŸŠ­\"\ä«2eÜƒA#\Õ\áQö³)\r\åj|™\á\\\érm§=\ÔÁú\"\ëL›p¨6-@³”!#·^kYÚ®XV£FÂ€X\Ü65´\"\ì=óš\r\ÅBŽ¸>ü’\"\ÎH\á÷@Z\æ#X°V¿WÎ«\"õ\è8¿0#>ün\å\àyl¦\Ìvþ´Æ©rK~„8\"ý;z\Ã`‚~g\å¼^¾_\Ö\Ü\ÜR›ö¢5„úÑ‚(ö\Ó#ÄŸ_Üµ?\ÍW\È\Ö/­žC+¹‚ƒ÷ºU\Ò¼KG#…2±\ès\å\Ñ\'|xš—ò,q³™Â´\Û\ÚÞ£¿\\\"\\*dq#ýLj@P\\–EÈ¼õ\é¸nýx\Ë$WÒ«r1Ù¾6}#2;#Á/7\n QrsE&]Àð\ÑÁIe‹Y\ëc\çg#Oyw;p…¹”Ó¿zŸw,!€:;umjõ\ÍŠ¸)#SøR\ïm-\ÎzÅŸQ¶¬\r\Ø\Ç\ä¡: Q\êVÀ¦\×\Ê#fl˜\æ~Fƒ\ØcAmÄ½¦b\rVÖ¯qP9i\ÃÏ¯»#f†\èöW*o–\Ø_\æ\nŸ\ã\æ­\Ç\ÖU8¯_ª¢\rÖ£z#m•«þbŒT¥\á®É¸\Ö=’ø©V\ê“187–>ƒ#ƒµ_Ós(··\Ësxña{\ËÛ{A-\åøô‡##°Ì¨wA\Ì/cò\Ò[\á\â&Ge\Zx%%\ç\Ó=’C[a#±™gó\Ç\ïC\ÃY›<Š\åüb´IóV?¾¿Ji^·aU´B#³®yÄ½ùTf»‡\Ü<½¾,\ï9z\Õ,\îž;ÀP\Ð›¦#Ó™>ho/Á>¦,¾F±±\äªm\èùƒ@`ƒ0š\ï#g#\Ö\06¦”ù|Ð “\ÕYDŠŽ…\ÅÀ›Ì°Ø£wty#\ç¯\ÊM°°+—¶ŒBø*Tv\ÍGÇ’?ªoLJªsù#\èBðoKm±\×\Äuó\Ì\ïq÷³G\ØKLïŠ…\Ò5¦=O\ß#úV}€é©›F\'y½¥#\Åv	×¼\"Ã™’\æ6ð\ÒG\ÎJü#ÿþ¯°\Ëò\Ú]§=\Ùð0ù¬’\n\ršÄž’^\æ\'\ë<$_ü\é\Ù-»\'ò8u\ÐPü\Òc\äÀ6\Ù#	KEum\ç\Ù$\r˜\Ó\ÇÜ·2¢Ý“\ÚÏ¼\Õ+‚B\î\Ãû©É¡Q(-$³Ÿ´F:6~QQ\'\×¦:\ä3~¤\Èó»\ÊÁ§¤U$Eq<‰p Q·(&{=’ùýX\Ët\Ü\Zúñ\'\í\Þ\r½~$#\'òÀ\îb\È}\Ô$X:¶cÄ¾úmý]ˆ\"´V¤$2¯†	½•ªJ8\Ë\Ý+¦n\nbO+9º¬ü2˜\àª\Ëq$?\Â\ZW\ë7\âm\ß(w{K•„¡\\Û¶Ž×®Ž–\Äj„t$Cþ¤r\á{3õ¼;LnŸ,u\Êw`¬°Â‹\á7úùpùE$I\ál;¿û\Æüû_W\ZdÛ©°À§Îˆ\0fm¥\Ö$XA¦8­’8ð\Ê\Ì\ÞÁ3žk.b½4ˆñDZºì¥½$^õW+Nˆ\ÇN§	´¨Ò»@\ÎyA$­\ÏôG\ì¥\ß+Z[($h/\Û\ì*Ã…Z\çOòx+¿ˆ-ë¡–\éHØ©TEÀ\á¿$jš^2	ŒÜ½“4`‚\ÔQü\î•Qœ\ët²yTrŽ\'$l¾°Ûµ	ˆ¬¤n¤ˆs}\ÚZ\å\Æ\×ò¡‡?˜|¼:\í$‡V&´<\î% æ—….\Ã\Ú\ßl‰³\äöøã¹¯û\æž$¨¸E,©_§²wþù¬\ÄMJI:º·”žŽW«~À¶¯$¾…¤š` £ò\å5\ì~VWClZ¾¶‡ÿ–\í²	¡|GN$\ÂÛ±¼\çlÐ¯s†F,žÅ³eIx\Ö\Z:Á\å>ú;\à3$\Ò\Û\æ]\ä:)„~K\×F,B4w÷Ÿ¼•Ù¨/c\Ø,™ºH$Ô‘œ\É\î´<ñ\È*Y»+º\äú`p\Û_—/\ãÈž)Od$\ãö‰„±`¯MHnª#†<K£¶\Þ\ß\è*\r½ÁÁe$\èLÞ°\Ì\æA\ï,\ZÆ»\ß5˜b^ù\×<Œ=ø·¹õS‡%%Ž\ák¶\Älf‡;{Ý…T¥_À\Ï<{x%¥[4d\á%S3BG\n9K¡½\"\àU\ãfºq\×*A›j5\ã\'ÁÏ±%Yžy\ZŠª@\äÚ¤ý~&Ç¨1¯#†2QÀi×®%nMÇ®\èºiñ’D7“@qŠV\â\Ò#v\ÏE©>TCdW%v+ï”4)©%\îOiÿ+a\àdg˜F2!ˆT+\É%„žkñžœr _”›‰\ÐS’µp\Â\ïEµ°†”3±\æ%°›f3´qE\Þb™\Ä<\êór\ë\Ø]B[µþS@k1\'b%¹ó\ë­\"H÷—k\ë,2\Ê °…}ÿ\Öý·Ú—÷E\Ô\å\Ú%¾’>²f“ý\è¹\ã†XJ\Ô&\áÐ–¤\Õ>Z•y2p#\ï%\Æ07¸s‰\0\'zM|\Ë:9#\âh7Àd\ÂJa6÷\×!\\%Æ²ö\ç\Üa\ëU>\È\Í\îZ\æZ\Ó	YD^@N\Ä\ÚøN%š%\â8X_‘Ò²\×§§%$9Ù”…*„_¸À\ê\Ûùó›©ô[%û»\îÜ‰±ù`þú•»³n\Ç\Ü››TK\éxCt•¾&\íX\Ý\ây&Ì·-;×‘Œu¿H\î\ï\î\ä\\s!\Ïù5š\0&\n¤\È\ÈÀµu’Ob&»\"õM¬ùf?û+AT\è±(¤M&\ïp©›\Ø\Õñj—+õÒŠþ%šs<­\\±$&I±¤\Ò\Ñn‡\àô	w²ðòß¬šso/\Ä*®†\é¡øŽA\Ù&Jª Ñ´\ÌO\Þ\á|\æ€dž),\î—)	É°+\Z—t&am{[ó>\ÛBv\\`š\Î :nw\Õc)\Èß—%Z0\ä&vði#\Ë\âyû¦H\Þ?ž\Ó4\Ùû\ßqÁ÷l–,xyC«Œ«&|º€O	gñ)ö2»«*€×«7\Ôo-¸\Ýžró?ø\â\Ä&„[on¹§\Çñ šl–ú\íaÏ³‰t\âWLŠQO²Q\Âcó&Ù–œ`\Ê“\Ôþ¦\äðò#tÞ™,—QµŽ)DŒ9&ž\Ät€\ï\æ*–2Ž¨¤~’|ú1/\ÈU\Þ8ÿVY}$&­¾ø\Èm“4tXûF†þŒ¡@¸Rµ®\ØÊº¹bL&Ó¥Yk\âý\Z nß°X»\ÎO\êõ\ã£Ú±\é¾h\Û\Øb)&ñõ\Úý!„ÿ\âGð\ê\Û\Ë!¶C›\ÊoFûQ`ŸBº\É\îQŸ\'™\×l_J\ÓÿV\Ä\ìSu8VHJ„¦’£\Ù\Ò÷yC\'¼ªDÄ‚\áD1•§ú`Ú¯ \ç/5)ò\Ì\ÍüF1©¸\'»¶®+F».\à}M>W\nwJ½]}&\Æ#V\n\Ó\Ü\'(\Ç\0*ò\ÑPg\Z$—\"PHG!ù»ú‡Žý\Ô‰5ŒjN\'@ðúõ½?B’{´uBt\Ð\Íi¡\'S\ß?\n¶=\ã\ÎPC\Î\'F.¯1\ìE\Ï)•ÁHŽ;\âl”/.nø7\Ó\Ç\Ç|W\ç*\'G¿¦L\àª\Ê\Ïs\rŽŸ\Ù\Ö+\áQ·N*õ+r;_1…\ÃYö\'S{<—?’þ\Ë*\ãf”;°²/\Ã{’\'\êœ\ìv\'k7^¯Y«\Þ\ê\Ð6Ö¨{J\ï\ä/\ÎÕš‚Éº\ÏdN©ó\'€HT*\Ë\ì\é#\â\ß\èM%GLR);þ«\ÎÄªGsˆ\Í:v’\'Œ\ÙQñ_ž\Ã+g®\à*d©œ\írVÇ ·Áû\Å\'*\'«p\îGg\Û_P@EuE-\ïjbc=\çHè •\\M¤\ÞWŠ\'°¡\æ$ƒ1,;\Ôb\ãL\ë(Ë“\ÑÌ°O\Ä\rM•gÐ´\Ð\'\ÃiZ\"Æ®\Óf=ùD\×F•\ÈG¼\ï\éó\n_ÁB>\âqYÞ´\'\Æ*Ç‹w)M¡\Û>\êSY\nöŠSšš4\Ïvn\Úa\Þÿ\é\'\È\È9_e\ÅZ÷\å·ðhZ\ìVaé‡¦Œ¼vu\ê[*S\'\ÏN\à9\á\É\ì¡r¸g_T\ÆÈ»kù‚\Îø–›®Bº\Ñy\'\Õq·ù&1\Ð\ç,ž\ÝS÷Nj64c\ìG\Í&Z_\â\á3j\'Öª•±*	[\0EE*J‹rüV€s\í\æ\Ä\á\ãcž?\'\Û^\Êù°²¤5j%\ÑV–l\Ö\ç{\ç=Š\é\Ê{Ám·@\Ù\ÞÁ\á\'\ßm/¹–lrÀ¿\é\É8\ê\Æ*l	=$æž’\Ó=£h79a\'\æj*\ì,¦A†.ƒ\Éû+…-÷T·¨ï¬²ˆ*\'\í\ãÁ\ä¢ÙN‹f\Ú\î[óOŽg\æ¶\îŸ|\Z\è	ÿ+\'\î´xör²X¸k\ã\É.\Úñ~\â\Åb5·ÇŸ¨<\ÒM\Â\å\Ò(:«ýMQ\ì\ß =ý\ë©ªßªyyL»•Þ¢\çŒ\Ú(Cd?hv“¾\ÝÒºn*Œ÷1\Ô\îZƒˆV„(=X•tw\ìÉ¬D\Ù .=H\ZSñ\Òø¡µ\Z\á»5w\á(?ß¾\Ûn\áT ¤Z«ð¦†½ý \\9ñ\å8vW¹ø\È\Z¥(E\0ù	ö73\Ñ/>ˆu0§·¹\ÂðAH*$\\¡þ\Èõ(\\Ã°w0#r‹Fß¼Ù¥^G‚Acwð¨,t´”Ž©´(a8°\Ü\Äò)€\è~%\ïcG\Ý\Ô:~»\\\0p#t¢‘F?\Å(fp\\3{¬?\"\Ò];>W–¯Š\í·qB\è\Ý\ì5©mo(n\Ù\é\Ðs¿¼sTòj+<$Ÿ|rE÷\Î~\âŒ\é\Ú(y:wj5ƒŒ1ùº»\Z\ç!\Êð`³®<ž¢!_‹(}¸6\é ¾\é‘ÿÿ\ê\ÝÍ›\"»’˜\à¨û\é‚$#¡(€wy‘•e\r…63TñÁQ\Ñ-¾ˆƒY’Tœ=G(•Î˜\\õ‰\Þn \Ülpu¹ê‘&]š°y˜i›J)(®f¤¦–¢qi\èI\Ôp\Þ\Ü²\ã,÷ú\íK˜\ãñ(Ã­\ÑÄ¼\rC	¡üv…™±¡S\æ\ìKO]l]¬t²¿(\Çmÿ}\Â:Öƒ¹{™®Fi\r~^‡ü–ª`·@€2$Œ(Ú®\å­wS4\ÕûB¨l…q`8\Ïz»\áW:5HI)z4ó¸\Éphzi‰þT±v\É\Ð/¡Ô°x¢”³¸)!¤/¿­P²d\Ç\Ã\êtòO\Â;DCá¤‰ú7P5)%^¢–VòtÀ_\î\"L&x?\Ð.\à›¥\Îò«Òª\Ñ*|2OQ))§§n\á\ÃNpiM\ÒO°+\ÌeP *5¦y¹\Äj†Xb\Ö\Ö)JJQ¸%˜\æ„x\Z•ð‡¬ø	€»r\ì]¤(R`Á)N\Î\\nÁ\ËmEÁ\Zk“cúö\ÖQ÷¤¿­(a\Ö\ïô)OyX\ÝK\'µAó\Æû\ÏA}ažŠô’Ì£ÿ‹r-hÄ·)QFÀÞ¶ú\é\Ù\ÐcŽóµBW\Åk¢\Å÷!—ñ)Zô!Y”Ù\Ú\ì¯PA\ä;¾®®šð]nû”‘••)a¡\ÐQOhÐ¡/zÃ \æS\06ñ\Îþ`\ÚŒ\Ê)}´V\ÆO\Çg§-w/¢^°w6!E\ãýˆ\è\è\Ðò~ƒ5On\Ç)¤¡4\"m:D¦[:K~>\å˜ô³‚b\ì1ÁE\Ô©()\Ä!e¡ƒ±£Ð¤RÝ€zg†g6‘Ñlñ¬[²{)\ÔQ1˜Ùª\èp”$«2Ën#[z*/	*?¤|¬)ôX.\rˆ•¹½j…c\Ä\ËT[q’1Ç¿\Ü]M\È:ô½‰«*\Åùý\Ý&—„¿\Í\ØS¤¤‰\ÒÆ½tŽ\Ô0\îž¾™¨õ\î*%Ò¹-ñ\Ëm\\û\Í\Û(«<ø`}yœ \åx‚	ˆ[l* µ\Þjùó\ÏY£„6XAS‚\ìÍ\0t_¦\ášB*0\Ì?¢“\r\Å\ØYoXdø	\Þ:í¾©¥Ž@²\ÎMFI\æ)*Néª±w¸Œ\àjŽ‡u\r\àø§3\Ë\âû¥ô£ðô*P¼|Ë¿(W¯\åa—OB¨§…A€e\×À¾þ¥ÿ:£\Õ+\ë*RNÚ”%>•+£ß®6\Ù\Ò\×\èn^wjþ\È9ý²8\Ü*^\ÑôsJý^1\Æ@E›\åHÙµ5ˆEW6>\íi$«±˜*enŒ©|Ó—\ÛQ›¿DU[M!B\Z\×Xó2ŸUgy¬*j4£œm3: P\Ë\à0ˆ\0\å\0\ïO÷¬\Ë9\ÜÁ`*k /\ÙYlò§I\Ý>CK:\îx\ë\Ú\ß\ÝA§n\í6[*¹\çm\áÒ°\ÑÇ•(\ÖySl™“S\ÇXL£	ý3Qnœ\ÙT*ÁY\Ç\×D>)‘ûk¾\'\äY\ÜO+›j*ü\ßUY\â2µFµ*\Â\×\á\Õ(Ž‡¢9ñ¾ÍŒv\å&5d2|³Ñœo<¯v8*\â®ñnT÷HSaQƒÀ\Ê\Ìp¤þG\Ùeöõ\ë£\Õõ˜gz*\å.C\Ü®ñ\á)\Üi˜±X\Ç\êö\ÖF8Ž9ÑŽ,¯\Ú\ä£*\è½X—\ÐN\ã¢{\å\ß\âD\Õñ–Ýn\Ë\é§$p¸žF•*\îÂ‡\àjlµJƒ[Ä¸Ø¯‘i•u*_ÿ	\çžù·´\Ê*ðwVS°1™Y«‹ƒ¸°\'õ;\În_Žb¿\ã\å\íŸ6ñ+s¾“f\íhIŒ¦µ7\Åö•„ô\Üqó¦ z\ï\Ó}04+‰\ä\Õ%\Û<©“\æ\Òòhò´ý\Ìa\æòt¦>\Õ\ä¼++ð€­BPxP\'\"\à\Ó\âXˆpó\ÐT©\ì‘hw\"e +(Oi~”.I%·Æ¥\î?\"~Yä¹‹ö\ïbüoQ\\\ÜY\Õ+E\ÐËŽþ÷R‡‰ñ9KB‘\Â\âñ\Å$þ\Z\Ê5Þ§°Wd+I°\Ø*¬’¿›› \Ã\"2’\ï\ä­\æ:Gfl”Œp\à=\æ¸+^ˆ\ßH®ÿuß²\ÎÖ¨\ç¼n¢T\ë˜\æ\çZ\Ø\ï7œ\È+ƒúˆ¬u‹ i‡–¯\rn\×Q\\24e\ÐK9tM,ðO\í\Z+œˆ¢òk d\Z\'È\ê,¸G·ww‚\Þ\Ö\ÂqN\Þ+¹ùZP›ý\Ü\Ö\Ü2ô\Ñlv,,\í2\ÍÀR¿V\ê~’I+\à\ë\á\Ó\Ö\Ý\ê±Zr\\a\Ë\ïz\ä\î\ãk\ÖÌ§Î±k+\è\é\èþû±£\ï WqzŽ\"§[× Ë½_\Å{À\Ê,\rNM\ì˜\âd°_“•z_T3$7Xc.ð5A˜X‰\×ý,–þX‰Ù…WvY9\ÉbÔ\'ùò7 …}\n\Ü,#\â|¶x\ËIh‹Üˆ\ÛGò:\â`3\Ð¢{_^ñÿc\á,aY\Ó\à}PR6ƒ\ê\ã`½)K\íüfžism ¸¹\è,h\Âg8ôÕºŸLýÉ‹½Z÷:‡’\Zó\àüÃ­ð>´7,mƒþ\Zr\ßb\ë\Õ\É\È\ÌÀJ|&\\ú¦\"C8)ˆOž\æ\Ó},ŸŸ\Ï~8ù×¿K3k.FP?R()\Ôoò\Èjrt,®\äó1†¦­^®\ê7\r\Õx6$\'\Ö.\Ñ\Í\áò„S\áWF\à,°!\\u|1\íô\Ñ\í;¥8¢}®s–‹¾r›\ãE^ƒ,²ðlTÑ•™½%\ïP\ê~Èœxq\r\Æ\Ú\Ó\ÆÞ¶®‚f\ç\Ç,³S ½\Z\Ç\r’·zËƒ\Ü]Ó¬#‘pD*tX‰k°\î,·g£\åE\ä®^\"\Ç¤5ƒÂ¸ª±\Ú6¦\ä—FO•‡,\ÉÚ€1f,Ms]B„\é#^\Ü\ÚX¬¼«†=ƒd`\ã,Ô€ºJ`\Ôj0¿Að\nüÁ*®L¡\ÛzG,\Ûi\ÚS~?:5^:øb\\BG\ãQ\Ëo—z!‹bv\é\ßE|,ã¯¢ò/z]ö‹\Åò_ù—¼¼›W­˜\Øpd¼´©.f-µ \0´¸&“\Å\ï_K:¬|â–´,Y°È´4UTÄ‘¿-7bkÙšA53¾gFEk|¸^Ú’‘n»^\ê)¹-#;Å¹D ¦\ê\Æ\Ã\ä§oþ¶žIY\ÃMÿAôu»-4aˆkO\Òý67½\åZÞ¡R•)øû\Ò\Ô&¹ð~	\Ù-;i\\3ý .¡\Ï\'=Ï\Års\'ó1•\0„<ª-@Ž‚g %ˆü§†ŒuON\\}@l\à°\Ì¥f\'»\ãó¼-FP“¹\Å9N†¤fš›« ;ª¼î·–h\ç\íl—4E-½H\ÆP{cÜ»:£n{2ùsZ°q:³7\ÊA)l-ÓŒl‡^\ç.Ô«\ê\Ð\È;	>¼½\Í<\äû;Ÿ\ènC\\ñ´-×ª1ý:¿\ÆùcÂ„&h\É\Í	\ÝÖ³±\ë4V°§F½-\é±,h\å8–f»aP¶jgW‚>³qŒþ½\Õ\\œq0­-\í\ß\àk„\Çðyn:ô’ŠQ±2\Û €Š´š—ô?\Ãx\Ý-ð\Üv‰w—\\y\èUô+.$aWˆÝ•2.\ÍF\Í\Þ-÷{­=mMòz\Ø\ÚÊ¶¡K\ÆzŒ¼gR*ƒ\â›(.\Ý\ë(2\çGKzj\"õ\Ê,\è5\ê5+ö%\Ê{	\ÂW.\Ç\ç~\r\ßB|\\\è\Õ­}\î­:tJ‹\Ñ\îsf\ÉZþü\ì.«\ß\É\"\ÙwÂŠ¸k~?š\'¨Lž-\ÞÊ…+\æ?.#©$.Nñ.\Ü\Õ\\\"\ÜÀCuj€%HŠ‰EJÖˆ^a.%%­ØŒŒ÷kÉT³a\ßÀE¾ŒQdu°8¢Ù~\Ö3ð.)¯y\ZôJ\nö*F¼£h,¶†T›T\íuÔƒ\× N.Kð\×n‹G\'¢z\äô=_\å™ð\äÄ¨\ë©K\n\Í¯\áO`r9.d-vŽŠœÛº²Å’\È#u\Ñ7š‘)¸Ò“{µ¦.{¦fZ\Ä%Ÿù{þ34ñ\Ì\í‚`zo<²\":qe5Ab..õ‡I\Ç÷\Ë\Î)6Z©n)ÿ\"6\Z]\r3\ÎCFZžW½.)G]CŒ\â\à{ð”.®=½Cõ+\ã[p\×\Õ-¾R·.šBºøxœ‡~Cd”\Æ\r(olvôÁ½ú\à°+\×Á£k\n.\Ü¢\ãSP*šî¡ƒ6;§]XRC\ÑÉ†\re‰g–fò.\ÞÐ¹h\ÜdBiHÉ€\àn“s·‚ˆ¢á—‹\\±\ÞñöO.ò\Ç\Ä:\ä•%q/“}!’*«\â:r\Z^ÁE\Ý\Çÿ¢¼/¿uÀ¢C;ˆü\Å,!0\ÍAŽA+¦CÇŸg23/\Ìs\æs³¯Z*ºj)i\ßÐ±®e« ôQ¹3>s<ñ/^\âW)H\×\ç\\yÁ=Z3%·1q^Qd\Òa\é¯H/À¿<±EÿŸ=C\Ëû\ì$’xÿ“BHxšƒJ\Ò`Jw/&dx‘G:IVt¤Í†Ÿ\Ø\ËY¶j\á\Ç\ÏM?RŠ\Å\"/#\å×„\Ëö×–ú4û$ŸÇ½ª»\Ø\ï~r>-h%8•X\×/,±b£ÿ•\Õ2Hþ\èø\ã=XÓ²\0Àºóõ\ÔD\ÄN\íb1/.Ù˜š½˜\Ó\îÃ‡ù\àKvý\\–\æ)\×÷w½\ÛS¹/7ý\Úô0/!B¸§sƒ\é\ê\ìÝ’oB\ÜÍ»¥e±}y^/>£\Úwi`\ÞSƒ¾\Ó{¡oF’¡’\ïý†:­£i8/M¶„œ°4ª\êH&¤úo²l=¨|@\ÕuQñD}‚W§p/_¾9^Š`5J—Ò¼,Œ\Ë\Ö\Ú\ßY´\âaj€K\ÙE\Ý\ål\í/o-þ£7`X’\ïfª\Ã$;\à,Œ\ârÓ\ã­oü/v ú\'I5\ßR/^\nBR7¯0Ž1nQ=‰*Q/„™|…wÎ…•±jˆR\×\Ãz·ZHcxS \ÊJb\ËÍŒ¦/…Y\êleŸzIGz¬\Ü\ëzsˆ«¥s=\\ƒ}\æ/Ž\ÍÔ£÷šZµ¡g\0cVðž×¥v\ç\áð¹d›Z¶/™	43s\×ý\Îx\Êñð¯|\"¢@\Æ-8\ã,^F¶/œ–GO%<Ž\"\â\àŠ!5Ä¨®\Ç`0<¹hCJ²¸”±/´\É\0¶‰N\áKoƒ˜Ê©Û­è©¡{¢ngg\Ý\ê/Ÿû|`ý\ÅzÁªZö\0^\n°ˆÍŽ#0÷‡\"”ô\0@žµ\æ/§\çXžŽÅƒ½\âñ\àY]¿– ”øI\ç÷\ØO\Ç/½)ø§ñ\äË²\Ëø\àjtS°+KUV\ÝSƒxš\ï‡\\/¾¼?œ€<@qùŸv\ê¡ö4ù?„r\Õcm‹5õ/\ËFA@T½\ïZ5\Ça¡ )ðLOf\ÐW”»Rl!¶\"tˆš/\Û\ÏJ»tR8·\è\ÔÖ“†9\ÐHòµd³øFØ£8­‘/\é7\0\Øq©e\nO^0£sÔ@\î7À\ÒÿTªŒøy0“!§\ÔQ+7¯\ãó`Gó#ô\rþ)\Õ\ÇS<\Zÿ{b\Ð0úˆ½–C?\ãB\Åk\Õ\0\'Í®<ÿ×’+F/&\ZC\è\Üõ0ó­’o ¤7Ô‚ØÀ^²‘\Zt\ÙU\×:+\ê¡\Ò0\ìCOªÜ¢6Yöy—´þ¸ K8†<”G÷žT¼J‡0&#\Ô\êb”93LC\0‰Œú\á§vX¬ª<cÉ˜½TX0)¬…5¶ü\ÖiKe\Ú\åô£’jÕˆ’\Ê\ÔüTö|¾F$\Ë4t0F€6^Ê¤pƒ	,\Ûw§R}nlD‡o\ïYDÈŒ\Z•0J;;\æQ\ëˆx*„©,U»Š\ÓÄ¾\ì<gþ_;§o-H0X!Þ\nB\"`Ã6ö\èÿ D© û\ÏKP?±\ï°\ä_Š0X¹73S;ø \Ç\03m\ä&)\Ù$K>7wtT´\"µ0[n\ÓÚ•rµw\ëýe&³ý\îE_\ÇJ\ãC\è¡\Ùä’ˆ0i\ÏG/þ+U\î‘W3Iœi\r¨Â·8ˆ”ØµS ¸§8•0s\ÈaÁ±¥…°¦`\"*ºm(|-=©9¿Æ„ú ¤A@0À(\Â\Ë\Ü<\é~U\Ï-t.™&]%/wˆ1…©ŠR¨o0‚iú¦\Z\Ûj¬±Ãˆ™¼~ú3¤¢~ú‡\ÖŸN\ÎU‘0ŒòQ9\'«—j\r\Ü\äp‰WC‚mög0b¨¡õu+ö<0 ¿\Ï\áö¨\èSbŽ€º]‹^Œ\ìD«\ì¤\ÑŸd«\Ü0¥…g¾†\ÒÐº\Ê\å²«}ÿbIYwe–.\êGž\Ñ0©pÊŠR\â^=©úY› ø¼o(\á\ä‡a*¢7Á`Á0¯\Ü,d9É˜ðó„·Gõ\n6ú\êP\Ò\Ç$JC97,n\éH\ç0\èqeRŠ1:\'°“\Â\ãQD‡u\È\ãhV\ã\Ð\ÂwÏ‡0ó\Ì÷ ‚\rXyq\Þ\\d‰ø‚]jÅ‰: +R„(ÿ7Î—0øº?@\Ý\nQ¢›ÆŸ¤¢q0	2¼ˆzúRö•\Ñ\Ëo@0ø\ÉøY–\ìi\ËÑ¾\ë\äc1Ëý\Ê\Z±²³[‡^r0ü\rÁHCxŽ^\n\ê\ë”#ö\çQ\í\Ì\ëY¶4NX…1„!3Q*„\n\ÏôX\Ú}³(\Äb\Çz¥=¥œ.\Åù/1&ZVº0\Ñc;÷»d\ÇClš\Þ\ÙÎ¾P`…–ùŸcý1/pª\ÎJVQƒ§\ì2v…Žþì•€ž]L9\çðe?4J15Vƒ\â\Æ^,û¹‹ŽgK\×\äÿ\é|#¿0£Idµl\áo1E(\Ó|T\æ€Vc»-NÂ¿-\ì\í\Þ¾„~znò\ì}µ.µ1\\ó^¡œ\ã8ˆ¬ò\Ä.\Òl›·j\åÐ…Œ¨\Í4x²]›|1]›T\Ç\Â’\ì2J\\+	\äi¦6SŽv©®S,Eï€´‰1e\êñä…­8o£N\ØT\Ü:ûw8\Ä<¥:\Ú\Õ¨\î1h\n@ú”ÞóEA:ò\"H9¡ú8‚G—\×E¿1‡\Ô\Ëu¾\'ŽY	£ò\Ã\Ê/%ù\Ç¼\0›ˆ\ç¥ñB¸\Â\01Œ-#öó$½ü²„p÷&ºh5h\íJ‰m9³ÿƒm.‚1’\Ê7’õH™}·®­hŸtqŒEÁŠu6\Û\Çx]º1”SP^&!\é £!\r\nOñ¬6\'R˜ €ú6¡a\nµ-1œHŒü\ì\Ñ\"\Øgy\ßüÑ†*\Ù&\Z±\Î\Ïb&fKþ1¡¢¿_¬»«X‡#/I*D¹N\Å|\æqx À]\n±\\t1³ó¢¨f¸@g˜ø\ì<ø÷g—-vI„›P\é\à8\îá³1×‹ÿ\Í0*ºE©3:/’³2p¡\ÔÕ¯ž\0K2^þ(1\ï6s\è4\Ú>gŠøHT\Âúµs„*ŸNV‰Bª\ß\Ó1ò\n	Tk5t\í\×{j°´.\Z \éB½5$ºV¬ò{ò26?Ã´%I8#ƒAaŸ§W‚¼=ñª\ÝûÒ€VONhE\Ï2AñþWB]±¶bž}÷¿cÞ¯B™\Ä\è÷#\É2B·Qb9ñL‚ò†\'Š\Ä\ÈÍ›¢\ä¸ýB¨BTŽ2Dl±y\ì¤O_!€D\åFjF^¸=\Î-\ïv¨Q\"T2v´2Hš˜‡s|k\Ã-ðD`ÂŠñ]^9\Ü÷\âªÁ\Í\Äcõ,2M\Îp=\ÐB£ý¨†\Ô+6¾\Çö©A9ñ†÷ ³=¤\ã)2SL\Ë\Ãbˆ\ì{¼³\äš\Ä\ÑXs\ÓÇ…*ðž@)Q˜2vziò\ÛM%\\\Ô\íXt\â#\Ýîž‡$­žeµ*ƒ¾‹2{yC$%B\ÒE;ù•¨¦ø‹4>©\ê«f–\Ý&b=ô\âr2}©À)vD$t2ù.Pì—³÷·‡2ŒA‡ü\ÚGô½þ8Q2“%b\Â\É÷\ÝS½ƒªOÿ5 ]	LfÇ˜§\n‡£^¼2˜ñÓ†J\áJ™/CC7NÖ×Œ\rª\Èj\Èÿ‹\Ìi2\ÌMm¡\ÊQ´f\Í!\áž=sö*”û™˜2\Óú\ç\"!-\Ò2Ø—§ÄŒ„\Í\Ï_g[)@\æ\æ‰û23>²Œ\Ç,ñ.¼¦2\ì»ÿ-½\å\í¿;/´{Müa¾‘‚Þ†„Ã»\\”uy\ê2óÙ¹\Ô<­\ædI=¥@M8­\Ó>ª4‡c!^i N3fK\ÆfY\Ó8~Dh_\Ö\Üé©ª”\Ç%*&z\çF¸0-\ä3(„\îJ\Ê{´*™€\â\r[óŸ\É\ÚÜ½’}†W33)\"\ÆK\\,\Ü\Üöh+–\î\\\")û`°“/W²\Ú33ˆ9Dk\ÇNd\r\ìF‡›$±O‡2\í>ac™c;™Sö3E”!”›\Ö†ÞƒXO+ó¦–ó¼)ˆ\r^gPÇJ3O¢™€jü}.£ó\Ó\ã\Ãøj	^W/Q(Ï¿Ð¸hBC3Z:\×2$¾Fy\ÓP\â7bØ¡ü: —\äy‡Mú\Ý\ï\í3r­ù=…«	aÔ…šñ\ç6˜~1…´tŸùÁ}‚k3‹i°ŠåˆZ+²+<A&±\Ï\ë\Ün\é\ã?«¼‚%Á3¢J~wUV.gD”¯š%Þ £ó.÷¿P	‚<Q\ï3\Ï7H0\Ï0\ÚÁ\ÚÔ­*:\Þ\Ó>\âñaž_\Ú\î·r`g3Õ¬\ÚKY…C\äX–-¸\îkÿ“\íg9[\Å\ëÛ³µÒ„š4P\ë¢¢\Z\Ú\Ð+Kib\ÇE±WÐ’q`r¹\nQ\ÏL¸4\ržÁ\Å(HO_)‘µy\ÖJ–ñƒw\àL\ã\Åÿ†ó†Áö4¨K\0¬$\Í\Ú\Ã|%Ü°^ñq\ï÷BÛ±&‚¥\ÏK…ô¼4,\Êj´­ò\ÂE6©†\Îþ¢\Üú“\æ@µú\Ë9&–YPdü4-”;*B_|T\ç•Bˆõ \Ù!°\Öþ\'÷o\n\ëQ\Ón4We›.\ße\Ùûþ>uÉ‘±\Îðyƒ\ÃVc\Éý\Ò@ˆ4gÑ“7’¼öG>…\\“óJ¹\Ü\ÖZl®\Ì2ü°\Æ4U¾§Q\r1#_fº­¼¢¢°H¦û’*I\Ñdl¿Ÿ4‘‹Žõ\ÞH}AC{\ÒHh/ù}sùf\Þ\ÑY\Ã\áˆ£4£%\ÞC]\î\Äq@²\à¨ôm7k\êD\èñû¥–W¯\Ü*_4±¶]¯ôŽ]@w:üyÙºX)%Ç€[b›tbs­m/\Ý94»%_^^\å[¾ð\ì£2¶É\âû\Âi¯\Ós.·Çª-‡4ËY\Þ2õ\éË½5MŒ€fÕžv2,\Ë.¼\à‡¶\\~†ý¨4\Ò\Ä\Zr}\ÃM‡\ÈcP\Ï\\\ÃGÏ¢l8\Ô\æ¢\ïEý¥58“\Ø\Òu_#ôgx™»TáŒ·\à7\Üòú#\Õlõ« r5½c\í\Ä[—/8\àÁ\í>ô8g1Z\àn‡\àóBÈ¥gx5IwýN\Òüeó¿zýÕ¾E®s-\ÊM$£\èg$úŽ5#_»÷DØž;}6]þ&ƒ\Óþ]\Ì¶Žü&‰ig\æ>W5$;˜«/¿\Êm\Ñk«\í\Øz —ð³ð™ “pƒþA5*Â¨ÁP\Ä\Ùo;\è,«†£XÈ‹\èy\ÖE[~‰\Ð\Ã5B\Ê`\íú­¿¾D\Ú\×ð’\ÇSx|ð4øq|Ò­^’\í]…5Y\ÝY+þ\ØWý\ï—4ò¹ž~û:j£/:\ÎÙ‘,¦Š–j5o€ƒŠx\Ø\ßùˆ\Ò~\ì,\Ó\Ò\Ê\Z\å±F<”‡H5‹Í±ð°hš\×\çôYó‘I\Ë&\ÛB•\ëiUI­?\ÄÒ‘5–p7’\Ó3Ÿýµ\Æ\èa¨a)¨I\Óö›\â\á\ã>/½@5™	®Xxt\ÅB\Z\æ\Æ}O¥ž²\ã‡ûLŸ =\ró6·µI5¤·<\â£\Ü8SIœóR\rA\Ùs\ë\ï¤\Æsf[HœD£35\îf`dP&ør:\ã]û‚ü\Õ\Úï°»½Óz\ØóW#[\Ä5ó`œ©\ßHº\ê•À\Ú\ç¾\Üø¡Öº>\ÑR5ÁEOI5ýŽô$lB]fùE8f,}pQ¶¬\ï¿\×qtBZ‡1Oû6,:}u4!Z{ÐŠš\ìòw1³&\äv1Æ¯?\ÚN@\Ù\Õ6= ´G!J|Glœ¿\ï¥Ì£¶8(\êxH\ï,\åQ66Gñ\r\ékH:’\r,6œ¡YÕ§j€h½=Q’$rF÷—a6XþW\Ò\Û\r2Ya\n—\ÛN\àƒ‚D;3¿>¡?ÿ)?V\Ö6k>×º£\Ý	Q\Ú\ê\Ú\ÑHa[×‘\é]{°9·À\ÙF¼¢6tªY~\'I…Y+6\ïõ5}’j²g\Øñ\Îh®y\Ó:6ƒR\à\ÃPJÃ’2]b\îD\rµ\0Jó\ÃnòRi’\Ð\ã\æZ\è6Š}Ÿ‘\àñ\å¦\åo\ZƒSu¿\ìS§õ4Ì€n\rhþ6Š½\\\Òæ¥…Tbñ{)p2¡u,®¼Ö…É¥£!wl˜\Öb—6œ]\Ñp\åt=V\Ë\Ùý\ï\ÈXˆÚ¦õ\á­ò¿\âfY\ë6É•I•Ò£Mk\Õa_ù\ë\ßG\Õ#\é1\Ï\à²\Ñm6\êò´\Î\ÏÕ¼|d5lÂ¼g4„0\æ\'ŸB`V\ãŽŽ‡6ð\\\Õ\ntÃ\0€`6Í‹&)ª\án\â—\Äek\"Sü¸h7\ÙIS\ØXŠó\îei¸N\Ø\î‘n˜&\Ëå½¹³þdœay\Ñ7\nŠ@3\çl,\íUl‚\ÄLÔ°XfRuD\ÖYRs\íöm‚7\çMªIî¾Š.\çœô\Úñ›-*“œ\r\Æ‘\æ7È§’\å\\\éÝ±Ñ”@\Í°bü\Öd\àx\ì?…¡\ê7‘—)J2·,\"ÿ\Z\ÅV#¾µb‚¨\Õ{°\Î7€ðõÁ®\Z©\ã\ÆÀð>©Q\ã©;£~oû\àgYF½7]UP®ÿ*2©ˆ ÒªŽ#bò‚\ËV ¨•\ÎE\ÜXj7bŽ1œ€§8\ß!´\ÛU=…¢É€mš¾¨\Ö{YQ‡7m«›¿0\ç äž¤–3Å£›K7–ùò\nFg0\íŒbÝ•W 7nœvŽ\æh\Í–\ØXýd¸\"ƒô\éÍ‰J\èŒñÚˆ7qpÀ.\Ñ}”a \rÀð`7\Ñnšš’sñB\ÜúŒ}@Ó…v7|\n6º3«üÀ«\Ò6¿#6\ÑI\Þ\×\æ?´\È\à ˜7}\á\Í\É\Ùó>«³ž¼²\æ`õJ+iV­ò]£\Ë6¾ª7™Ù‚®·ò\ZEš¬.E{(\ËY\Ñ\ÒKhd`zŒk¶7¼I˜\Öc÷Hƒ\ì<=þü=\"óøF)\0\Í[!X\â\\\æ7\å­ü#q­$‰öT\çT)Foe\'&?Prj%o7û@lD\Ý\é\Þ\ìI¤R*)U†Òµ‘—¥\èR\ä¶&\0e£¨7û|\ì&,S\ÉWÄ¦l~Š°¡ e|T¾5‹—–‚o\Þ\ß8\0ªxqû± ù‹ªrgk*\"@TCRZ=òf’‘¤8K*}\"}u¾a¥Ú©\ß\îþ\Õ\ß\È\ï}›#V^¡\Í\ä}^g8KÇ–Ú´\"-?\Â?,[‹À{/´Ou|ðE\Õ\æpó\â‹8`Ñ°\ÄM‹U8?˜‚i$\ß\î\Å\ë\î›\"³O„{˜\Â8o0\ê\Ë;\ìà§—œ·Pjñë‘ª9I(–\Ý\Ôhm~ÿŸ\Ï8~/ó°Sõ\ï¥ù#WUD~c9u©uT\Ñv8ò÷-%¨©òús\ç`NªŠaøL	óL\ÃMóÊ«\Ã)À8ux:§¡´+H\Z\Õ+¤\ê2\Ä\ïOš)Ú½¼Bñµx8Ú“1Ÿ‹­b;÷ü0eR\Ú ñj\ìuU`\ß` is\Â92g¢\à\Â\æ­\ì\Æ\ÐýÁþK:ûra\ÜW;\'ÓŽ\Þ\Ì\Þ19fG3óC\ësw[<\Ý\Øh\Çû\\ÃŠ¾°;;OA(Ks°9>|€\ßžõyÉ®üŽö¡,Šn¸³a–S­\Ý>\\S9Iª\Ü<R\îa§~\ÒTªeð8JG,d\èò\Ì[…Js29P6’ATa~R,~F\rÖ‰«+\Ìo‡)¢¥\Za0\êp9PÅ `8_\æK#õ£\î\ç,\ÖlS³Vd*6T3-`~9T-¤¢HÈž :9…¦¥˜1\ÜS»\\\rb?FC©\Ó\ä½9Wmˆº\Z X —¨·Q?uM\0Gu\Ì\ë‹7’\ÉnOŽ¥9e\í9‘Dõúg2[Oe‰¥\Ñù\Ä\Ó-ï„¼”DqT†noK-9f`Ewo„œ¼\ß{õš)Q1W¦•<™\Ø\Ì¶É‹9p’m\Ã\ÔRz®\ÖmÀ˜Aq*\è\ÓZƒ3ôŽŽV·\nŸ-9yÔ†&/AX‹Hòi{b»\Ó÷†7f‘¥ýrw’\Ñ\ã=m9Š1»\ÄY±z=&†3–‹.T°\Ôö Q\âA[$…É¤”Zq9™7ŠTñµ™\è\Û\ÅB\ìRœ\Ì#[\rO:„K)÷Ÿ\ÅXý9œ5\ÆV]‡*¦sêˆ»µjòq7«õË¨ð¡\È3\ì\Ò9Ã¦\âÀ%\à!©ºbdV@\ÎO G\ÔaM\Û\Ãã¾¨\nµ{d9\În¥‘\Û~‚A ƒb\ÙHc†\åx;‹\åB®®o>1<9\ÞJœ|UA6@Š)Yº\Ò>$U\ÅÙš\âé§¥6b\"9\áó~%qö¥2^J²ñD3]Z\Ã\ÍÀû4qôƒTõ\ë9ò²\Ä\Æ·]6¤z*6u„jLñ\0ƒ<)¾+\îô\0\å9÷«\Ù\Ô$2©\ã!èº…\Ìu²“\Ä\Û\éÎ™)…\0Ð¯»ð9þ\àžqBYaÙ‡sd¤yþPÃ¹(¹ClŸ;]«¸%\É:Z‚?SjM¥aŒ\0ðùyJ†c/¸Eø#\Î8\Ð\è s:\n\å1\Ñ.¢\Ã\ÕV\Ä\\\ÉÁ\Çd†S=œ\"E,vv0²|“:$€÷U\Òy\Z\n*\â+–\éÿÅ¾+cyª53‰3e\ê3:i\"R\"w`œ›\ÌR\ÑIñœ„X\ÞL‘Í–š\Ì7Û‰†Y¶:k6\çZJ™£Wj?\Ëv\ëA‰¶ˆ^aŸ€-Y\êE\ç\Ï8.,%:k¼\n<(Q\Ç ¦-g¨\Üvv]èš¢\á\Ôi³ý\ÈeU—N:‹\Û\ÅOñŒª3Ö›K\ÍiD\é‰›˜‚\é-‚-\Ì*¯3K/: ¡ˆj\'²}’!ž „}DD·%X\ï\×\á6\âD:¡\'º¢¸Ž\Z\Ý?ð\çD\ß\æ-Sp\'L\ío\Ý\"u¤…\ä`p\Ï:¬›\Ùy8…–{#\ÍÕ¿…m\çúö\Ö6mzø6Y(9:´¶ÿ\ÝÁ‰\Êm\èÿ÷e0i7Y€§,<YÞˆ-|€Áž½:\Ì÷\ÈdŽ\Ñ ÿeU€\ê\ï&¨\0 \ÖW\å\ÅC}>a4§\È:\Ï_ƒll\ß\0€\í|S\ê\nv\Æ\"›2´ \Ü\Õ\ç\ÂÁ$¯‘¯r):\Ïi=£\ZY\äeu\Íó\Â)\Óªmëƒ­}¸\Ús?ù¤:ÿ\n[³v’\Ég%Gp\äa?>Ÿˆ\Ñm“_kÁ„ÿ5:ÿU¥#¹?‡™_jL§2S2\Ôö½ü‰ñ\ãU·ª£H^;RÀ‰\î\Ï^ºy]\ëò¸\ä%a3_)\Î;te\â\é®;JªE\Å]N”\ØjÂ\Ì.‡\Ì\æ1¥*E–—‰\ígWM„‚;WÍ­ÿ ª±%H)wš<~\ÐD|Ÿ7V\È<\Ì\ÈJ\Ü;d÷ ß©„,Z­zñ^u–¦XðÑ˜8ˆ}¶÷l$£Y;g½ŽÁlSÉ¹Á\0G,i8M\ÂŒ‚\0\çý¹©ñóœ;r\ïñš\â\ãt\ïý\Ç\ãh¡š\ï­Ø’ŒVg(eg\Ù1A‰H\â;z¾—m\ÊpúKm\0\']s\Zø)³MR!\\£U<ý\è¿\í;Š\r\0osoþ™B>Ã”]\Í\Ø÷\âuc“ºò rÕ¢T‹;\Ã\Zm}§g\Ï\å\ê\êùO†_t\Ä%n¡È…Û¯‡w®?;¡\è0õNU”-û\n°\È\Äûò$Î¡¾œ\ëJ\ä\ãŒ;ª·Ñ‡\áQ‘ §¹¨Z\Í[\ê•ƒª\í\Æ\Ûh^2u£*;»7\ÕD–nR\ÑW\ÝN4@“´JþsÁ`\ÖIºö¨\ä;\ÈP\Çþ\ÎÖº\îˆv}M¥ZÖµ&•V½¹\Õ\Ê<JS;ÏŸµ›§j\\\Øù%z™všò©”ƒ}dóÿ83eª_;\ê@\ïŠ_–M\Ê-\ç\àÕ…‰\Ç\ï÷\Ý,(gŠB\à\ÞC\Ì\'4/;\ë]A(‚1Œ\çƒx&¢\äšÌ®^»\Øl_\Ük8c<F\Åà ´\0D\É;Pw—Q¸œ\Ðtø\Ös\ÝÏ¯<·5œê©º\äõ½Õºˆ·v€€\Ëñ\"ðÈ˜Úªœ\å\Â<\é¯:G\Ú\ß&D]Ôƒ«\ÍE3 	u\æÝœ\ßtŸž³< `2!l~òsø‘òªDU¬=™¤¤\Ú\ÏTšRý\åœ@I<!{]\Ëwf›\ïô¤ŸÖ°„z=~\îSþôAð>nJ\ê<\' óŽ<\à±\'[Oe€÷ù0Õ\ã\Êüu\Ü!ôX	‹g<7\è…S\ÊdT\ï	{~\Ð\Ó}&(94\ÍY—_¢S#+T\Ë\Z¶<?ni6~’ŽÏŠ\Õzù£›û\Þ\îÓ­Dzm\'={?63T<m†2€Á\èõ\å[\ÈôgŠô\ØCƒ|Ÿ\Ü0™´øÚŒ<q\Í#;•&„p6fÄ‚^½¾ø¯8+\Ô:÷¬\é¡\â\ÑHñ<x:\Èw\ì©\âó\îƒLd\ìd\Î|G%N†\é=©s©<›\0Í  \Ñ\É$\Ú±\Ó5Åµ‹Ç™![•\ÄG7]5+<¨’H.<û1zôff:©/|\Ö5¡FŸ\"©<^õ÷}ú\Ý<ªÿ\ãþ°P,vuS\Ã\ák\È\Ö5ø3lšD ðTZ\ç~O<¸.xnEe\×¿ªj?\'o2•†œ\Ò\Zh<’:-Rr{<Ô«ú!qÀœòŠ\Õ2{Ÿö»Q:œÎ…¹€¥2U†?=\Û>­j\r›;‘\ß\Û\æ|s‡X\ÞRL\Ó7Å¦Ž·S\ì=A@5Ó¾Á²Í¾\"\Ív\ÉkkaÏ›aâµ´.kòg\ç\æE=%x§,\Ç\'}”<\ì*\ép¸ö\ãuX„p\Ðs\ìýˆH#r=Mbþgž`<ÁCó˜ÁòX6¡ûú\Ø.4xÂ§\Ì{=Q\Ès÷f\Ðø#\Í“”1\"C¨–+3b\î“5¥|<P\àC=]óóùm·\'\ÂO¨\ÊP«0;&x\"Î¦•šƒ\Ã\Úe\Ó=š\ãó\êÚ¹¦ý\Èô\\\ë0\äð$\Ö\ì\ä\Ó[¾#üb=Ÿ¯\í±$\ë\ÄH\Ó3•\Ôf4ñD\åü±¡V­rj\Ñ!?ö\Ñ=\Îø—¬.	Û• &\ÔIgCq [O\Ù\ØS„=\Ñdtz\\\àIgN\ì\n´d%­?8­³®e%`s2ûôI>\Z\Ô\×\Û]Æš–BÌXv’Ø°c¯šñ¹\Ó.N2\ÂNÒ¹Ð¯>\"8²ù\â¹*S@-‚öbH°ˆ\Û\"\ËaiŠº›žEx‹>\"eY\×-¦:0¨°ý\Æ37ðùžþ,jÀ³\ÝO\â¬>p\çEÁ;A\n\Û\å\Ô\á\Þ\âõ\ãq\èÝƒ\á¢\á,(2\é	>rf\Æ	/¦lùÙ¸$\ny+b+0ZHª0wb\êVÇ>‡@Z‹HƒÓÇ“’§º9 Ÿ)ŸW\î|„9\ê¤^~ >‘	tN\í}¿ú%\å\Â\Û\Ç\íó¯\Í\Ú\â˜7\â µ\Â6\É>—µ‹¸•º°+1ü˜¡X¹s\Ì\é²V\î\×TC\Ì\æ¬>ÐŽ¤º<\è©g\Í\\^_·¥ù½9ŸKý\åö¥:>\ÒµP\íTÏ»ûŸ±§7r\ï`“üˆK\ÂùË’#žF>\×EoG‡¬ø0W^“ªÚ­>&i®nö\0½†ú\ÎóY9>\àx\ß\Èf?)\Ã\ÏSû‹vRK‡Z¹›ø‰ð„n½ñR>\îÔ¹£\î\ã\Ë\îW\ß^;ž\ï\Þ\è\á\âa*q\âoÿ\áicý½³>ÿ¸G\ãº\æ+›G‰Y/„C­ê•»Ü€6\Ûr\É&¶» ?O>u\Éz·/AõÇš	n5E-ù‘I„\ÆGUhß³?	]„M.Š¦nŠ¸\ä±b4s\ÞÁTô+\ÏHˆ¦?ÚŸ>!©d\ï\Ùù\âÀE_5\ì;$~$¨„§ñ&Æ \rµ?)\ã˜ Š\åwY\Óx†mN#¢\"( 0wiúIÙ¹2Àñi?!a0?+m£!©ZŒ¼½uC¨<:°\Ó\Ñ\Íþ\Í\ä>\íGq÷?\'¬Ð€|8§i\Ç{_\Ðz_)-©2®=wmo½w\ÜÐ¡?,gu§V\à¢\ÉÂ”-Ub\ë\â\Ô\Ä<eA\ÑÇ©KN¡þ?3Í³¦’ ¥Š´\ÓóD[\çqJ•‡ÅŽ‚•g*h¤Y?5KÏ¶®ñjB *Dº¹\Ü\äP¥ú?4žñ^‡”¼?>º\Ðe©\Ñ\àþñ¼cºý2u“ð¯\Õóužöö\Ð?H\'\ÍSüD>\í<56©Ì§5c\á¨#_{8ù‰cf?Q¨O¸\Éx™R”\"\í\Ì&À¨Z-²C¢¦\í¸j\r?_±\Þ6b\Ù%Ÿ£¶ã»§›«\èÖªK\Õ\ç\Ç¯xLžÀbÍŸ? “ú—ªh]ž0\0\Ú	B¢¦™\É‚ˆ\àL¡ J\Ö¿?\Ó\Ï\rÛ´\à<—\è\Ù\ã\ë~÷²Ÿ\ëS\×1.¯\ÞQ±E¾m?\ã\îÿ`\Ñ{\ÔW÷ ‡°e\Þ6•W,„\Ã\'=BÁ“9?\ëõYê¤²¸;Ü®\Â\áS{Bvº,J”{9š±?õ‰W^\Ëz\0¸\ÓY*`\\ÁP·+’\É-Zœ¾\Æ ªlo?ö›E4ó@\æ+œ>¸¢‚²~£_teø\Îýv\nh³@®$†þyZÎ¤T±\Õ+‚¸I\éf¯Ø’c#p Cø@vP…\á\Í\è\Ôo\ê\å4O\ëuº¸öº¦“ŽY7jÑ¤@s\Ñ\'”b \ÓN9E=Ð¾±\ÝS\Ñ0¤V‰\Ì{\ÈK@ˆ\ëk÷„ô¾¤¾\äX$Î©PB	´ò\æ²=P\ÐS@*5­]ýðG¿‹€ô²\Ýû¼\ÄÖ€«\Ü3)A{—Aq@:xÿcŠÃ†PV‹\à\ïqtŠ´(„\×*¤\Ë@CA°RA³5³¯Pü}”§ó%šbI^½C3·®úÿ@Lo˜ÖŸG”²\×j§_x0`\æý8CŸ\ê{\Ïp@`@Z=¹žsX\î/\Ø$Xvó\0¸ÿ¶uy³8=7œ†\ì@^<Û¬\'=\âf©õn+Á~½\äw‚;òü™\0®\Ò@`±7°…ZÇ›ùbvP©‰õ2øt\ï@hl\Èq¸\ÞÒ€@qb®juªO «;…x…\Ù\í¬\æ\Z{%y	\Ì*„ð›]@v³KÞ¨k\ê\Ã%~†|`¼\Ø`„<5P\ë\Û\íŠ\ê.@|IªNÀA½\åY®˜:_Iâ¡¤\Îüa±*„)õg\ÂF@‰~\ÞbR…é’¤\ìZ\Ü^¨\Æg¹£õ4œt\\E[]\Îx.¸@l\×lü4\ÒôwÀ2¿³lª\Îq¦\Î3P±\ä\à\"Ÿñ¾@ž•F3ª¿ò\\;ôe\åˆ0Ûš\Ê\ëN\ÍQP£©\Z@«;„®\ÊE\í \îxS§\r\Ö=\ÎK¦A-\ëõpž\×y@µ@É¦¡  =ôKw€Ù¸\rk¦)\\XsÊ‘•]\Ú Üˆ@¼Q4\Ä¦P¢ñîª±Àl¹NØŒ\Ï\ïF!\Â\ÛK»³¢\å‘A$\ß0©jðºg\0\É3dhfGT\Ý\íGü)Ì·³!A92\Ð!Z9œý^v*¹\0D8\Z=Qµy‚ô\ZAbôAP\nÖ«Tbc)q´—8¤ŒJz•„B·y‘dž?ÿóšMAv¡{/Gªgö^6\Æ~F\Ô\nÄ–\Ã\ÞSA	“½‚»A€¼\è®5\Þ\ÄùNök…j(W\Ü{lü\È\Â9ŽXIk.Q\"#A†²«’‰c¡¼7€\î6\ßQN^ò\"B\Ôz´\ïÍNA«2,™0F\rv< qbš9\×&Ç°\îs\Û&Á/\ãA—´©„Z%\ä†6P\ãÃ™H\ç—û®[h\n@\ï <¦¼A /úõe\ÈÊ£P\êš3ÁsE\ä‚bz\á\Ì\ï%xK\Ä#Tô«AÀjŠÚ±ÿ]½U\æúf\Ý89b•yFvw1¾„\Ì$ˆeôA\ÅN~šúômDD*\ØW Ž\n´e©\Z\×ö^¿Dhu\ß]A\Ó@z¢$zY\â\Ï­um\Ùp¹Ü”õ^¶£6\Â/£b\ÞA\Õ‚¡\Ô8O\æÐ²\ä€\í¼ŽœOzœ»y\ÅK\Zt®\\A\Õ\Üîª‹iß¤^ñ\Ïô\Ûf\ßWÍŠÃŸvº¢#Ÿ\Zg¬aA\Ü\í\ë•\Ù\å\ã)ú6\Ï.k#\Õa\rU¸ˆ²A\Þe[	ŽºŠvÌ›3ø¾¯k\çg\n\"…¥¹®\ï\àÝŒ\èA\ì°tx‰</Y\âù\ÆD\Û\Î\á–:=\Ñóo«\Ê›˜	u…Aÿý\ÊR<K\É\å!t\ïD¶J\áýNðû½]F!Æš|\rjB\0ˆž7r\ï”\n–75š¬ƒ³HŸÏ„K~‹+‚\ÜDBo‡B–ù5¸}\r}dT ý\ä/´Ð¨\îÈØŽÀ\é,BBI\\c±cx|Ÿ¦³c\r\ì”wHN,4ˆ\ß?\Ø\ÒBŒ!!ô½\ä$úã‚±Ö„!¶÷V[Ž®\Ðû¢]Ç\ËòQ\'B&ˆ\ÅJÿP:o†¤ûl\ÊG|P\Ä:q\Õ_pŠ!\Î~¤B*œ/z\â\én¦\ä\ë-‹ðTýfY£\Â\ÄzO|…E\ìVöB\ÞF$b\ß\é²ø\Ô$.…-zFneƒM\Ô*/„\èš\ç¢\ë|B•V\Õ\Åþ\n,°¶\Äî¾£O{Æ‚9õÒ¢™°ýó,ó–BŸMZ\ÜÿrDžgK\Ù÷Z”y³ð{¶!\Èd÷\Í\Äü\ÐVB\Ê<ž= P\'\r³¯Šl\Ýû5hhH@ñCp3\Ï2É­vCcB\ÖR»\Ä*8Å˜¡\Ó\ïT\åðö/]s·.9T(\È\ê¿\ÔBÛ¥D~Ç–Ü¬\ßB>\\_E”ˆq€\É\Ò\çl\ØOxy\na\ÅB\Ü\n\ç™¨Ä¡?}Vx¢¼qA\Û\Ð½a˜³I\ÕwA\'6B\ã¢I˜\èqƒš0úq\Z\Ï* ª\éZ>\Ã\Ç%C\Ø!lC6m\å©è›¥\í\×ml\É ýõ‘\Æ\Ú2‡}$\\A/C>0\í\Ú,c\ï\Ü\ÏJÁvy˜\Èìš“(TÝ„\çžI•CN6\ï\ÔZ:™cz\ç15\êùÁ(Es\ë{(’ùM\×½Cjá¥¥-«DX\rHKÿ®„«\ë\Õq¾M\Ê`o»’ˆCn\âUcœ]üÀ¯\ÊüL\ê\á˜]Ä¢6½ÀC1rþCt‘…¹[–\ÓP9oŽ&Ñ–·cv\ÑCÇ¡\â‚b™²;C‡]ƒó\ÉU½:3µ<\Éøv=\rˆ\\Š\åG\ã)¸\ÍC‰\âv¹m9)Á¶“\Û\æw\Ìl\ç\ÜNdü?¹>o¬C—\å4)\Öø’’“½‚iÇŒŽ<1\Ïu\Ô\ÐŽ¸\Ï\"CœO‚5‡X”þW\Ï	\Ã\ÎNù\î¢\áJ”½\Í6û\åC«]ó×ª.7\íˆ\Úfb\íÊ¹¦šo\Ñ	$»L\á™\Í\æpDCµ\íø3¨ð(`¡\èe#¥½bö3Õ~;o¬‡\Ò\Â4TC\Ò÷ŒjšU#HL¾\\Y%úðý\"\ÜrS\ì{¨õt\ÑÊªCÜ½=#\\‰4Cø.ûðf\Ô\ä>)!\ã\ß\Ê\"\Ög\ÛkC\ÝyÔŠ\ÃJDo H¼yþ\ê¸$õ\Ñ\Ü+ñ|°C\êO¸W%“®¤tß\ÞY\×|\Â\Õ&‹0VÂŒ\Ð\\\ÌCô9–~®‡f~&\ê’ò%{	7ñÈ¡[¿{aOy\í\ÝDg9‹Õ¥\Ô+‹ ›½\Çw\èw\'\Þ\ßYJ\ÄE\ÕD2Pwr8\ÕI—þeW’}þ)Šs\ßn\Ñ\à°ö³\0þÿD?–j^*¾\Î¥{2¹	WÀc|§ ÿ]‹\ÔyütDC…ˆ\\N\ZK`aõ—o¨¡\ì2õL·J\ÄSw5:L»TDHoB\äT\"—Áª/¹T[‚h‡N;\ã\Ö*w´o´©^´°®DLSg\Ñ\Íg¾Ý¨»\Ü? çŒ‘\å\ÍÏž«Y1Ñ› hDW\è¥ún\ÒL°4\É+¤X’«_Š;­¦‚‡Å¥\ÂDX{\æL96E»fÁø=k\è=7:\ì#JY#sòÎ‰eµDk\ä\Ê5ö2øñ\Öü\Òo\Ý\â\ïô…«\è\ä‡+¥×¤I0ð¦Dp\"Šb›P\ÖmEN÷}^¯¹³[\Üú\Ú:¨qþf¾¤D€©i\"ñÁ÷¢ÇžútÛ±ŒR@…8¹\Ú¶\ÊñuvuD‚T\×E™)$Gò\Êet\æsÌ®E\Ù¹¬ª\n­¢\æ\ãD\ß\"ŠKê–ŒT„œ¥+qr\Ë9 šütJ£v!!D£%}³Iƒ\Ú\îm‹\ãF2\ï=(ˆ\'+¥\äA’‘X\ÓD§˜ù\"e\Ï9‹V\ÖýI••m‰425C\Ú¬AóP½%_D´ÆŽ­6\Æ¹S´x\ä«hjï°ŒG­]i\Ï\Òi°‘\Ì_D¶U¼;F=£¹\è½d¦øZŸK/\ì³h-$»\Ý\çX#D\Ç\ä\0w‘\ì\ÄV—\ìvRwo‰–«‰\ï\×~\èMRùD\ÞT\ÕX6•_8T&\ZUc\Z~®Àœ@ªQ’\Â\ß\Ó3góTD\êzý\nr\Æ\Å\Ò\Ö\ä#o8¶­]\ÔqñË©8g¿\Úw–\ÔDù\nDKbu\ç4iQ\'’:\é©-!\êš:	¯ú2\ÎWi\\\ÝDùœ¦N¹™-I0–ÿ\Ì0?‡4\àzfÁ€<\áHn\íE\r\Ù×¢\Ê4¦/¤X!Á3ù\è¬~\0Ÿ¶\Òð\é]ŸE(\Ä\çÚÀ\ÂK\"\Ây¤Œù69=a\Þ1c“3øú0˜mE*\Èñh5|ðy;f\r±kÀ€\Ôa‡í“¤~N\ËrðE0À8\ÖµLó«ý}qe%v·BÀ|:±h¦w†E7·3~\ã¡Kµ\02³ˆò\Ó7r\"Uª%¼-ò_:²E:ú™kf\èdœtps*H@\ëœ+I\Ê35_\ZrŒ3´EG-=ÀŠ¥|\èð†6W ”+xA0õ†Icq_–+EJúVU÷2b7jMy¢ð8]\×nF}°\ÞZ‡²?4\í\ê\ËE`ƒÁf;¿u\í³\'wI÷$Ž0Vžo0H3ûö]E}¢¡œZnÕ.G„¸–{$‹X\Õ\êº(jyq\ê£o=E’ª‡\î6\Üx7\à”›\ån\Ö÷oj a¸úh.¹eŽ\ë5½Eš õ\'\Þ%Xmš-ÿQ»s\Øû\áÄŠKeb«øb©XpbE¨-8\n‘u‡\ÚT/ÀÂ§\ÎÎi\â¿x\äúr&¤ \æ3E¨Q\é¶\Î\Öd¤§8’LÜ®Å¹@ñüª \ì#]s\ï­EÐˆ›\Äø\Z\ëT”•\Ý›¯Ÿý¤×µ„\Ë$\ç\é;±QE\é!¶!‰¾Í¥ü‰ƒ)r;\Ûn6\ê®Ek\êS1þ$`^F Í¥Z©Z(5JC©\Â\åû¡kù¨\"ü«óó|dwqFÇ¾š\'ºT%c\ë*|k¢¨‘Èƒ½\Ó\Óu\Z²™N±ô\çMF´kfS\ÈGK#:\ÈÀ·³Ý’m¸Sk\Ü\Â\Å%\ëF­h\ëÞ™øº\ï«Hm\Îð‘k™\ÈÜ²=\æ¢¯™F÷w•Ø³YÀ\ã=\çõœ!\îB´\r\ØJœ\Å9´F!	úP™ö\r\'ów“¸:(”Q\n’=jlõ\èhj¶¬F+\"º£\àù2|+öFUšÃŠ\Ø;Y¶Iá”}f}|F.¡®Az\É~G-v^t^¹°0ý\r—­6<‡Ð…fhFCöA\Ñý>=²šóh1­ðXJWDX˜4\Ô\"Š=TXFO—¡ÿV3\"øªõœ\ï\Ô¼£ª!k\ÐPòFV›Ñ—±a\è6y±p\'\î3®¥]µ\'†´\î\Óþ,F}&w=4qu®\Z¬\Ûù­X?·F{û©W¥B!½F§¯Š{K\ØP:†iòªgF´\\ö\ÜZ	(\0GpF¨ûø¸\Éþžy½½€\Åý™\ß\é\í\â3nú\Å\àó\Ó#\Ü;F©§ôÀR´<`¿=#i\â¶zAg³Dd)\ÌÀ‹qF¼\Ûz\Îg­\Ùsfý7˜B»÷¹X²ñÐ·Iw±Eñ\ÉF\ã˜tö¢\Ç£vû\Ö\Z¥:\ë;„þ`\ÖjµÊ \ÔB¡G‚›ð^Ð—Î±ñ”›tG¹eø\åš\Í)\×\Ù\í²ú\\G½nŽ“¨U¯ó>)_\Z1¿d†/Ú\Å2¡’\Ò>\Z\ÚJG\'AQh\îM\Í\ÔVí§¶v‰S(˜G¼¬l^~@y\ÝGB\ÇT•‚g‡\×{–yÃˆ·ª¢†C‡”–\Ù\Î\ÙI\éÒ‚\ÙGBð\ì\à\Ò#”(ö>”·‡+:\Ë\áùÔ¾\Zþ\ähþ\Þ/T‚GI}¯‰?\Z\Ü)[>\"n\å`º\Î÷\ÙC’\Ñ\å cf\ã”G]€Ë½{0nÙ‘)m\æwhn\í¸m­«TCñ\Î&G^˜Pÿ[ò\ÙÖ°a+\Ëä‚“\ÞöÝˆm—g\Ï ¢?÷Gsq\"¡÷qk•¶,\Ù&ðu{nºŠi>Ÿ¨\ám\ÓGs}ê£©²¥~V/	Ý­\æ\Ù¤[ö\ë\í:ñY£\×\\Gt_!ó§HX\Íû­«Ð«wc¯q\Ï\ìe\äúþ6\Å>\îTkðG~x%í¾ƒË³ñ\âó>)žµ¾d(\Å\ZBNJ!G…\ë+§\Ú8“v³Í®1g*=^5ŽVøô¿é€…·\n\È\'GŠ@‡PÈƒ\ÃUˆ! 9\ï1XYM“\ÉÿQeˆ \0×`\ÆG´?}\ço>\È\ÇUÎŒÿ5®O*qú&+v‚3\ZRmh@G‘™gr8\É,\ïB\Ì\Þc]u_·a\rÌŠ²\Ð\Ê;˜~\ËG½¦W\rð\Z‡\äG$\é7iD>\Éb‹¤\á^Ï®\È\ï4öGÄ³\Ë—»YqUé„¦´¨´l\â\"	\ì\È,]\âûf§C\"sG\Æö\'”½Y¡¾½7\Ëÿ\é5T¹j\çd5:Â€“\ÙX}{üG\ØH{²p•<Z¼\ßtM¨‡h`\áK\Ð\Ä\ÇAL–¿\ÅGð±¦Ÿc\ë\È`B+91l%S\Â;\à8B!¶\Öº\ÆG÷\Ø\í:—³}ò«›\ç¤\ï\\¯\r¬\Ë÷#}g\àÁÀóu\ëHóAfº%\Ö³1h°*#\ë\ë\Z·UEUhŽ>B=r‡Hp\r³\0V\ÜQ\Î]µ¹%<‹ \Ùÿ	\Ð&si\Z­[•H…\ßHeùQ\Î\Îe	=:¬\æ2sO\Å8\×Oõ½rÈœÅ–\ÒH,\Ïo‹ý¸1ô@O> ã•\ÍR{õ\Æ\â’5k©e•\Ë\ÄH69\ìó—ÃŸÀ$K²¯&úó‰k³­\Ú\áÑ•‘\0ðy}H9m\éPÈ¥\ß\"¦T€žŠ¶\Ëù\ÆÕ©þ\Ö/5\Ê{!\ß#\Ïû^HBÁŸú˜]=|\r\ÓUJÂ¢ \Ñ\èI±Á‰¨­w\Öj ~HN\Ï>\Ù\Ù+fö\ãòVQÑ‰ž2§ž\åð½\ç\Ë^\Í\ÐHYƒ˜fAp²0]ý™OcÂ‹—B §/¢ï¡±$‘g:H`kfN–°Lô\äõh\×`ûˆo\í\è[agvEHa\Ç÷”÷\ÒÀYB¦3GD†«ÛŠ\ìõY¸|\å\å_\â]ÀH{\Ã8;sP‚%;£q‘\Ð9\\š\×}óI€“W—ªH™Ù¤]Ãªù\0\Ø\ë•{/|\È öodl€J/1±H¥©Qïƒ‘¨0z\í/Àt\Ó$\Æ\éÚ\È7\È)\æ\ÌIH¯ˆ Àÿ{ÿ\ä\"!b(\Â\ï\ëArõ\ìD´]\ì\É\ßR;•­H·\ã\ËJ\á²Ÿ¢\Ã ` ¨÷ò…ût¯HV¬{H¿¶\è¹5±\"wqnG8\ÊxC·ˆZš(Ž\î÷«\07ÿ¢H\ÄÆŽù—\Ý\Ë+@µI\ë·\Üb‡š^=¶QvM6_iLH\ä3–:Bk[e<KRƒT6\ë¬uLÁö‘b€Žh\Îñù\ËI‡¥­10—%óV`Þ®f¬aúö¦²8~(\×õ§‹I;BŠô»S¥ó»©\âG¬l¿º”D‰k\Ùl,\0‰\å\ä)IGQp¸œ\Í5u½òŒ\0cÀ{\Â}­\çA\ìð\Â>IN\Ò\ä®ÿE™ç¯j‹4“G\Z\Z}”®«C¿J\ÅC¾IZ¾“4¹ÿ\ÜÖ»{Ò—\×7ta\ÙxÐ’H­1–¢\Æ\ÖðIyñ\Ï\r|­qª›–SAý*†	\ç\Ä}H¿\àPÁ”\æI‰|\á™µ0\Ç\Ý\á¾7a\Òn¹\Òe;\\Uôœ÷\ÚI£>Ù½\â\ï^iliA®$UMÂ™>œ¸ªl¨)£¹$iI¤Àg-¿\ÓÓ®¶P?{\Þu\âOR\ìRr%‹\ë“~\Þ\ÐI®\Ô?Š¾\ÔRñ`#¥\àC\'\'\"·®\Ó\\j\0aR²_\îôI\Î\èP\Õ$\ÐK\Ñ~\á¢P¬«mhf\âñ l<!,%\Þf\äúI\Ï3d7°Z4ŠU\Ø®!V\ÒRü™\"\Æß†Koœd(\â²IøB¾qM 5{s6 li\æY\Ð,žÉ¦d\Ó\Ã\Ùe\Ã\reUIû\Ü?«5j¹\Ín7\à¿+#Ik¥\ÄS¦\Ú\ïð›c‰ˆIþz÷V¡%¾N\Ò)½¡\ÚS\Ê\\²²n«$-/Aˆ@\Ü`JR2\ï›\Î\îñ_¹s{\n/úvgLiòœ›:%¡\ìJˆ¦§œe©N2\0\íY ¥¯by¨_·B‡š\Ôý\éQñJ(|\"ŠD\ç\Öw@Î¢ð–˜w\î\ï§;`®Sþ ¡E\á\'\É]J0^i\æN™\Õé¤¸®y\ÅL\é\Âm¯¿¾ø\ës{ˆ\á(J;?[(\Ó\æ*Qý‚{¥84á…¶AfùU±ùý†ÿ5f;¨JWó\æ\Üeüjù ¯JA¨£\ËU]1‚Ž^s?Z‚\Æ\0JX#j\ÕÀ\Çwö\ÔÓšYûù\æUZ+òõv\ä *+Œ\î·J]²Æ <SMvðidz„\å«\×ý>€à¦…&<d“˜CJj°;þ\Ö\ãKž\ã;s¼\\¢•2\Ç~€\Ú‹4½J~\Ã\Ä=¡;ë…žü”#– \á	\"K\ZE+‡\í½\Æ13°˜J‰3õAZ[‡§;‰`“›´Ÿ³ ¾ƒ3Ë¦\ÄoŸ\×J“4\Ç+`b	\ïˆ\Ñ\0YŸ‘y\Ø¬6WqDÃ…Jš „\Ë\ÃV¡sf™^·”³¥\Ìªôü\çó0G\\Š“J¨Š¬Y™ŽF Á >%•PMF\ê? iºO—\êJ¬‰	p5v…\ã”„v½õ\Þô´ð8Š‰œƒ€( °­Á\ïJ·bjb\î‰4Djw*4ž¾\Ôé±‹p÷-:Vx@óŸ~J¼•÷N¬@—`\Ù¨ý¹P)@-8Y°X\ì-\Ø\ÑJ\Ð6d¢\ãA—\Ël{ÁÐ™\0¶Ÿ›ƒ\ßJ\í¯÷\îhJßÆ}0òÀ\Ë.\Ô\äûpƒ\Îe	G\Î\Ü^—ð~•»QyJ\ã”$§ñE\æ¾!\Z€ó\"\Ô\ÆówŒON\ÕÐ‡Ž«^mJ\ì\íP°\Õ#d	Të¨Ž=\ì†v*Qf§¦tz\n“½±KI³\å1Z\Ä. |¿\Å=ƒ3÷S0\rž÷8]„+K3¹S\Î\ãxF¸Hn¶¹ZDa‹\ÝÛ³\Üðw\ïs)*xK;P\Èasz‘nZ‰ú‹ˆ—£*dWÄ‘\í«j‰]rKPð‡”F1)o\Ñô47\æ\â–@VÿO\ä\çfU5g\Ì\ìKa;¨×¾ð$ù(Ui\éò{i­N)hi\'…ó¶TÍŒY01Kb¡C\r\Êöü·it¥ê…£\Ü\r?\Ö\ZŠ\ä½\á\Ó6·Ke«]\éo\ãüï¢ˆ‰?>ñMŒ‘¢3ö<¯—\îð€XKxd]pÀì”Ÿ\ì6r\îñ€7qŸù7nh»\àXJ!K€Ô´Ë‘‡k\éHV\Ûý\à†\×AZ!Úš¡¿\Ó\Ð\Ð÷\\\ï\ÎKƒõ;„¹.8^\Ò&\Ä\È\Z•\æt\Ý%ªn\âò“|Tº\á\ÈKŠ’šht÷£öµ€Ã¢ÁÂª–xšº\ä\0,\nyw\ÊÂKžz­Í¼3c\Ö\×Þ–22Ž?Cô· ®\Æ@\äb_LK¢;¼zt\å¬uµ\î‘,1}½·V\Z&!…ü5W«ü,(K­k˜$H­\Ó\ít8¡0™%\Z»µ\'‘¡€%Ž  	ujK³O™ÿE®\ên\ÛAFò>®š£Ú’d3ø’\Z_»0D)\'Kû\Ï\naÚ„h)Äˆ#å·†B\ÝP\å¡$û;¦ÀL$Q\ÐöA\Zÿ3­oT\ÐÖŸñx\åp\\‰Cˆ™ñ\Ði­5L&üýz¾ÁŠ„\ÏÖ›Í­+\Õ	\Â*&X»¥ö&R&\ßeL>\Ë\ç\ìS\0\Ô\Ñ}ß”¿\â¹\"².jônÈ¡z%ža |LE\'“²Ž—J€nEý@”»l\Ñr!3Î†”\Â\é·\Ív\rLL¾\Ô)<ñ¶Õ”˜«Àj\ïFÿœWÿ\ê\ìB0–#pm\ÔLOHTcõ¬þK\ã6®„\æ.…e£;ø]ÀAesË¿S ©FLSÀ© #Vˆo€8ki.£e\"k©™«û’£ß¦\Ò\êòpLq4¿\É\ä‘Z“´Õµ†H\0\Åe7f=\ê\çª\r\Þ\nDC>OVLz7\ZUÛ¼x{UW?EQ\äK‚0\à†\Z÷§ù`hl\ÉL(pyp\Ü]\Éó&\Ê8\å¿,\"6»\Í$cM×³Z}uò\ÅL°Y5›\æ{\ÑL\îIl#6M\çXH\ïxP!\'þú+\Îm\"\æôL´f6˜\Ñ\ë=¦([Ñ…€\Åó•`•õ#7~µ(aL\È\êO<«e7¼j}ó;\Üh¯—&K\Ð9ôø<• ‹¨\ÂL\É\ÅÁ&}³†P\Ïð\ïÜ›\Ø¤\Ê|b31Ô\ÒÎ³L\ÌCí•´1%\ÌPÇ­V\î\ç©«q{¤•{r\"H¤.«Q\ÇL\ÌC¨°UÁ\É\ä\ØhU;4\æn}Rm«¤x;\è¨ÄŒ\Ü\ßL\ÓvQ4\Ô\ä±ÀxŒƒ™¡¬\ßA>‡—kr\ík-§\0\àL\Ü:}øŒ%,¤\âƒ\\}£~8\\\Âþ»Oa’ 8\ÊDsX‹LÜ¨\\H»ø=c\Î\Z\ï\âIƒp‹b€x\Æn5¥À¼ÿIL\ä*~Î \à¨E‰x¾¤®\ÊI<¥\'\ÕULhk_‹fÿBLö›\å]E\Ô;B–/y/k]ý®r¯\"›û< H$\É\çLúí¿¯™˜òRH\âx\ßýs\Äq\Ó5]þ\Ö\íM\Ûf9M\nA\'J@c¤V\ëM|)®ª=þü5\â»c[\Ø\Ùÿ™!M\0(¥ÿ@hF(Â¨o\ZB°FœA\r™w•7™–M„\ÇÂ±M\ÞC\Ò\×\Ð-”ù”8Vò]\"®?F\Ï/Ð»‡MV‹€s¥ºõh\ì\É$ôCÚr+B·w\Þ&\Êu&k Mk_!:°Ã³“a‰»‹¿#“ª\Ëþ\Úø\\	^1³\ãM9³9Á„7«\ÎV%l\Üz‰[B6\è\n\Ôq‚Ê•\ç\Ãð\ÌMY~q’¸_$ø19±w\Ù\å\Þ`Œ¯Áñ\Íþ¦\Z\î\ÓM[\Øiö¿%Mª\áAD½.ñ¯l.\Zn\Í ýp´T‹tƒMyL;-˜Ú›%I¶u\\‰K|,Ìž\â\Ãf\íû] ›M;*j‡®h\Ò\04\'\×u\r_–\Ð`\ìt\"ùOÍ–þ4M˜Ä®ü.4jW[\á\äa`Aù¥ù>œ?6eXÁMÀ«q¼\0q\Ý.ˆž2Ý¾šA/^G\Ì\Ù/Qû¾trªœ\êMÓ¬\ïP\×\èð–=ÈM‚\Ó>lw¯\ìÀ›\É—ov†\0M\ì€~\Ð\Å\ËY¡‡kø@Lÿ\"#\"/;c®†vj~\0\ìd\ßMòøô\ßÏ¸\ZP‹\\x\Ò\Õ\ç\09‰F\æ\'?Õ‡·÷\í=MöSp\Ø\á}Tƒ÷.!ÿ©û$|N\ê¿\\µ¸\Å\×\Äü»YN\Ä\âÝEh\Þ\Æ\Í\Þ’\Z\â\Ã\Ý¯¤,P.g\ÜKNmö¢†Šgl‘)¼´¥A“ó¢½„ˆÁ?–‡ üN‚N\ÜegR\ÈwS–n\Í\n¶¯Gû™Ðš‘½Š£¯qN9\Ø“]`\ÈT¥\Þ*L\æ)w\æò\0—…+ø\ÄÃƒ-r]\ç\ËNA;Ö·o•‹\ã5¿9‹Ž0„\Ö6\Ç\îlúÃ†lyz£\ÏNL2¼¤hÚ«F¥$H[=N\ÊRµž2\rQ$\ß{üù„)NU–\Ð\ïš{ö¸‡W\çkz\\ºðm‚˜™½lf\Ç\ë\Î#7N`?g¨\Z\ÓØ‚žË€\Æ\èz±\írz…e=\×s¥\à%Œ>\éNp.jªìƒ£f´7F¥,D\Å\Æ\Û2Ù­:\Ä¤2ð­+,¥Nz\â€—Ò¡r´¹9;\Óô´›,=\Ä\èõä—ˆd†¢GyNÈ©Ÿxƒ=\â.\åŸÛ’¸G¸¤—nø\Îca(N€\"\Â?\ß\ÝX¨\Ñh\ÉLú\æf?e!#+¿ovŽ\Ì`ˆ\Ðn¶NŸ&\Z\Ó\Êc‡²·\n7\à\ë\ÖË¾¤\Zº“Å\Ç6\ì\åüH˜6N¨\×:\ÖûÆŽ°\ê>\Ý%\ç,7\è	\çg\âŽ`e\ézš,N­v²\Ð\êÞ\çLTgwRöö€–\\˜\ÐG\ïh,–´N´€‡\Ñe>h¦\Ì@\ÜJ|jô\Îl÷Å·p>U¸ÐNµj\ß$\È\È-ñGE)€¹ˆ³&J©\Ç4ð\ÑG¿\âêTNº\ÅkŽûÓ²\Ù\ØG\'ƒ:‹¯±˜2]¿üF\Ã+”‹‹\ÞN\îY\ÄGDbþi\Â\\iRL<\Ø&\'?\ÍÿÀ\ã<·þ³U3XNÿ§«WNlN4~˜Œ J& R—\\xdœ×¾tR_\é¢\ã O©	Yÿ@²9ŸP®·-¾¸\íÁ\Å\Ë>ú5ª\ÎUw\n\'OR\Ök\Ôg)¶eFÃ¨°Á¼lõ,Œ›\Ú@\Êô«’OÙ¨›|\áe]|mK¿~\éF¨Ó‚Ë;‹J\"´ª¤ºO(µ\î{\\¯Ç¨U\Þ^DÁ%þ!ä¶£ª†¡X\Þ\ÑXJO:X…Z\É%”\ç§M;Ž—‹‹	;?®™¤Õ—l\æ%¼OCdo^žù¼r²õ•”?žÓ²ždºùô\Î8ú&V®OG¾Þ£Y8+]\Ú^w\ât\æº\Ô\åX]Ý¯“s6QzOV\Ö\çø/Ÿ«½~Z\Ò\Ê<\Ý)\Ïr!h=›þX\Í4´XOeI\ßVi\\q<º:ûm\é´W³DlK‡Í„\Þ\Ú\'B\ÐI„Opb\å6\å<FÏ»«i\Ö\Æä²¯Hp†\08•2¾û£C\î*O„e„/¿<‘\ì\êH\Ä}	\ÊJ¾ƒ¶¨t‹†J‚ý3K\ÃO…\ì%zŽ¸³¾½÷wvœ\ãW8X¯F­ˆ]úÁ¨lUOˆgû6r\rþ\nôp¢»H¼Ì–Ö·Ž—|\ÄO”AR°„`qL®?¯×¬\ËO\È3v\åv\0Uow\Ë\0Kœ½O˜\Åó\âq%s5zût†\ëgùµ’™UUö\î\î\Ç\Çi~~\ïOžu\ì\\\rû\r$\Å-…\×k}’3§\ã`\É\\®kx\ïùO§W\Z‚9\Åa¸q(”Ž: 3¹\Þ+¢*+¾›£ˆ\Òm;\êO\ä~xwU.] bfW\Õ`³h‰šWòƒ\\Ü­¸mP\nkHºž\â6w#rüv{0…õ£=ï«Œ\0\ãi.PzºZ¨¤û©b\ØoBL¹]\Æ\î+n¬@$G\ã*ŸQ\ÑhtP€ü\n„O#~\íõ#•Šü |ö\äŽF:Q>Ý„\äG\ÃPkSþZ\ëz´ƒ½–0«D“\ÖÏ«¡I¹,1h\Æ\á\Ç]jP=\Â\Ùq\Îú\á˜\Î\"\\&\É4\Ä\î¶òo\è“0š©iPBÿ1BÊ8‰aS\ßh@<\í ^!›©”|\n\ã¿\àPB™HŸ\Ñ<þ}ÿF\Ã\ÅJ\ç›\âˆg„­=rv\×ŠúûqPD+Ë¢³RÆ†\Å\Ü\Åƒõ\Ä5BhþX¹\â]l\ÞWP_ÀºMŸ4˜µWûM$\r]¾\n¬\Öý]’”³|°øa*Pk:ES¯\ïv\Z˜L\ÖÁ‚³a¶©\Þ\Þ\"i\0SO2s\á‘=\äP~¹\Û\åØ¤‘X7L¶G¶0©»°†\ÊQ\ËûdkL;\å}P¦¹\ØV\nB§^~ýˆ«Uh ÿy»r\î.F\Ç>6pN›Pps%½\Ã\\*û\áó\Ò #Q=ƒ¼£QCg8ôPƒ1mK¯=\ÊY4\à$\Ì	’r‚Ö¨\Ø\r(|/gË¥$¡P—j\n\n¹hbZ\ïW²>}øùnö»“oFb*Rˆ\ê…P¤Ä½¼7_c¿Zþ\ê\Ñs\Ì82Fù®%\ìª\ZFJ:7PÀP°\í*HÆ²ƒÁŠB?\ÂB\Åðn´ôÆ¤1K ]\ßsgP·‡õ3—\îJFúÃ‘m\Å\è\ß\0‰[l%©ž£\Ö$ÿ\rP¿\ÄK&O˜«\Ú5®\'‚RTË¢\Ï\"L¦rÁ<Ï‘6\Û\ÚP\Ç,–\\§\ï\Ã\×óÁ­\á\ÞZ·ó`\á\ä !þs­º£†3P\ÎW±\à³\ÕJ\î\0w~¡®\ry!R\Z‹[BE&@\Ãù$\r\ãP\åO\Í\r\0\ÐÝ‰\Öð U}$\ïaú\Ü)S~\'\ÃA\\ŽKP÷”©%þ¹?\çkN&\Ñ{(Ž\ÍbGŽ!ã¨œ”¬Q\rLdž^\×!DG4\ÚøgŽt×µ\íÊš¾Hÿ·\"£»QˆAYZb½DeO\×®0Ÿ{òóY›0\èŽ\éXvQ&·»göë“£a¨ƒ©œI¥\Z5ŠEc&#ŽM/Q8¨ƒ.\àf\Z`š>\Ûû”ª\Ëz;öƒ¶™+¢8$3ÿQ>+]Œ«6\'ŸGq™*r-­U¶Z\\±>ö#)\âµMQJrýZ#6\Z\í\ëd&!;]\ÔþsZú¿\ne\Ã\Ù\è\ê7 ûQKP¦;\ËXÓ¦_f)ÓŠü\à\ìCœ?«*ž£®Qj¹\é\Û4bº$V7U\Äô„ƒ\äŒ¨M|RbBth\ÕQtAFB;<b|³»OPó£t\è\ÛgyWŸZ‹\Ï\î‹Q‡ÐœhE»cžN0\Â\ëG\Ç	–7ª=ƒµµm0\é;\Õ]QŠú]\Ù\ÝBá¼ƒ¯\àr4°?N&\Øu°Zs¿”Q¨ ^Q‡JC£˜}f½·ÀLª¢[`%%™¦ËšÅ¿b¹ƒiG¨Qzz·³·u}”Ï˜þÕ¿¹¸ùò¿±>g¸™&9\ä8\ÑQ›ªöH\'\èô<\Å~dhÃ§–øª\Írú$\âuÃ­0Q¡÷!¹\ßt±©L7	Ž\n,N¤§±{Nÿ’\Íw9Q¢\à•Ÿµ[»#³¶T¤Ó¯\Ò`\ì¯0õŽ”QÔŽRŽŽIQ¤N´\\\ÇÀŸsžmG«i\ß&½¸!0‘\'„\ï2òQ¤T¸Ÿ\Z\"™sÔ­Z\'@µ\ÔÂ‘›>=;F\Æsõ\ÇP[QË®5w=\ÛCz\Ë?\r.h\Í+ p‚\rWý4U…F\ë0\ÖQ\Ó~­uRðkH%ö6\â³t–u\ÓY\Ð0¼Š9¤|÷*/ •\ÜQ\í™\nZc\Û\È4Ø…	ðgieû-±\'©\í¬\äkRñ|7¿ª\å5˜÷¢I‚|fš(¼\ï‡ÿ\Øj\0R(ß³\\úß¥H‰£3\âõ\ßð±ù\ÜU= ùN\ÙKóRe£ \Ã{(¿TF\â\á\Ï²Q”…þAð\Û\Å	\ïÇ´Á\ÈNRrú¢ù‡2+P¸•;Ê…r{\0\Ô\ê\ÌL]\ã˜Û‡¯\Õv+ðRu8¯ip=¼J£Žõù”]¼õó”\âwB\Î\à\ÏÂ‚\è¾RÍªÕ›†›2˜ñ—Á$‰!\äˆºF~e\ÞH‰`\ÉUR\îPÁ\æõ¢\"b •M¨\É=\ÑsHm\Óu§–¸/öM®Ròñ\Å\ÞáŸ„\éóa:hx¸–E	ŸgkAù\Ü	+ \ÏS\ÏÖ ÇƒnðD\×JŠH0\Ûh@õ\ëÛ*Nt`¼\ÑJS¼\ì\ÅtBmÛ„4t›\å‘\\\ÊN9¡†Hð„6ÿ§ý\ÛÃ‘SBdžÿq…RV+?\ß\å£\ÇóòŽ»¯¥õ0\éÿ\â®SK\ÃI­r)ƒ},2§\äxq\Ô\ãj¤ø6+­‘ˆ\Äi©D­S^[m‡¯_\Ø\Â\ï\Â,Y\Æù\á%qº[G\à¨\êDý\ç=oS_\ÐR“v­F·¨™F\ì5¼ß³7s\å\"O’\Ùõ\'\ãGSh\Ã\ç\á`.\Ç!‹1e\î\ÓUG19rj<b\Ý4$\×US›,µþo¨5È‹\0ø\Û\'–Y¡\Ãb-XjQ\æ\È(,F\àSµ\é\ß\Ð-\Ây\â\ïq.´/v5ðAª\Õ\Ìó”üt*·S½õ1V\ÖD†›†FE\ÑT4f\È\ÊÛ\Ðó¹ŽN‹§Ž\áS\äþˆ\é„\Î\n@G\Ý\Ã\ãf\ì_`IF¸aQm]-÷<Só­°\í\Â\Â|·\ï ƒŸ\à|ŠI––2¤!Viè¶¦ASõÌŽ²[;¸c¹Ž\Æ\ÃCð\Z•E\Ì\Ò\Ä4­?6ó\ÐS÷A•4c\\D\Ò56-Š\Í#¼¾d*³Ÿ\ÒÒ½Ó¾Rýþ†T	y^\â\n\Î\Ã\\\Çew\Z\ÐK\ÈW\Ü\årN©e/ð{\ß\ÆTƒ³Xù%°—¸\ïNu\Ø©§z~cÆ¢\ä¨C	W[Tz¶º1PW÷j=\Üb·\×Y\'ÇªtNT)è¨“{\'T*\âY\à»n›Zv.\r¿‰\Þ_©\"\Èˆ\n«)j\ÔeT<\Ý!‹M\Ñ\ë,\Åz\ì[†~>V\Ý2ù…#}‘\ÍE)÷˜TTš«2·Ÿ?%\Éi\ËI\Ø	ø`\ÃV-½  ÕŠ˜¬tTV¹‰¶\\\æ-ðOKXÇ¯›\É.Å¹N\Ã\ÝÐ™Žu¡¦1^TY¨ºô£;ŠGVƒ\Î\\7´\åhW~\àO\\Q{¶\"T_þ \Õþ GŽ\ÜôlöyºN\ç2Ni\æ3¥ª\Ëù¤Tge‚\\PM\åŸüø¯wûQ{ki}‹‰\r¶i\ÂT“uõs\Éò)¾m\ë·\è[|l¦ô\ÅIÿ\Þ\\Â³\ZÉ¡mUT¥€Q¤<Jhwøö²ˆ)\àŒþ\n\\ö7<®Ì½¿ó\êG\\T\ÃñÿF´\ÓH‰QX@fS\á…õBŠ©\ÊDh8V÷I?T\í†w¸_±`zz\ÎvŽù5`rP®[ý}~3Àô´UËT\îÏ“©\Æ\Æ0.ºÃ°‘!ô’\î÷h\ËPŸ1s0ƒd¬Tñm9Á\è‹\â\ëŸù\Â¹­†\åv•·\Ý.x¸™•§¯\Ñ9Tú\ã\ï .&\ïú:û\ÓouE²\ï/$&º6$­°Ž–½U\ä9óŒ\îƒÁ\ÕÈ›\ZA\Ó=Cm„Y¡u\Z¯n§\Í\î\ÎU‚\í‘V«Î™õ­pWx\Ô\Â$”õ?»\Ì\äâ‡¼Pð½Uƒ€ôcZ’al(\Û+;ý¯\Z&¸E\"¤H³yµùLU04+@qj?™35\Â\ÑS£r\Ý{õÛˆR\×ú;ÍŽU;S´\È´\ìTS2.\Ë}¸\Æ1X“SH…&ñ\ê¼XÿE6™UKCW\é\ÂÍ¢/‘Z3Œ\Ç\ZÓ¶I²–qœ\î£\îÿ\Êú¿UW&k?u­nù.N±oÁ³\è^\ì\ÓñX®£\ÖÛ…5PUi<¶À§”òT	,sT¸\à¢\Ø\áa\í»6\Â\Ê÷¡VUl\Ò6>8\Ñ\âS\Ôá’»fu8‰º\É	q~À$r\Ã\é‡Um\ØP\Þ\ã\å¬g[6˜m†	e·c\ÛY;\è\â\æU}8\æŸ:l\ãÖ‘‘õ¶Å—™[³\ÎJÒƒ\äƒ\Þ\'™žgU”y‹Bºô\ç\'l;F\Ñ\â‡VÓ¸‰z©`|\nþ¾C1BmU•k\Ú\Z¨\"\Ö4™i`FVm†¹Â¬GXƒÿ˜‘i•EU¡\á\ÖÛ¶B—©?\âwN€ ˆ-ñŸôÄŒóm\ZÕ§•U­ŠM÷: Ý—\ÎL-^š)—¤½§\ã\Æ|\Ö;%õU¿\É\Ë\Ð\Èò•s(»4>\0ƒxŠ}ñŠv‘Xú*WR\0>U\Þ\Ñú\éW¶¾qPu¸U—T‡=?V#\í20\Âf\â~\\U\áˆòêš¬²7ž\é²E™§²EÔ¢n;é­º‡©9\Úô¢kU\æ\Ä\Ê@&?b¶òK»\ÍRŽ[,ø3‚µm\Ô.\ZÑ®bU\é\æ­É§†kñ€)‰©€I)G\é¸55	©‡f\éR7Uð’ƒ”œ`Î›)Í½HE\Úl²#„ez‚\Ç†\í@‘D\ÔUñeDœ\ÞòDk\áX¤5\\h=,\è™U\Z˜ˆ8Zÿ\0\íUý\Þ.‹Š¤Xý\å}\Çb£Á,W²sfyyE•Q\ØF_¸Š[Vn.v&\Î\ãa+’“¯ý8\î³	™Ÿ\ÏÛš²u¯ðA<WV,©{+\ä¹\â¥x}-ø½\n uM8gý>,l»\Ûœ{TVA™\0×“ðÁDN`\n‘)P\Äk9ôWQµ±ŸóÒŒ·Å»>VK¼‰ˆ¸„a¬F\Õq©kùN÷\ÆiÁ\Ê7\Îº¨\å”P\îVX\×òW\ãÔ–\Þx€@*ký‹U?P•\Â6¼Ñ¢\"Œ­5V_Q•Z®ñH\ÎØ›¼N\\\è\è&IU±bóš‚‡\Z|\ã÷} V†¾¦\éxGÙ˜‹o)yõ\é†0\ã¿`c\ÔV‹à¡›\ê›\ËóJ[lu°¿“³Xkû\à·\éUv½\"PV¤¦™Xø\Ì\Ï\ÑQ”3\Ê\Ô\å\â\ÇL!h¼\"i‘\â#:@V¬žÌ²D3\Ä3\Ê˜>/\å\×\ÆQu`Ê¤·R@@V»\nŽÍ³wÿµˆÅ“ga\\\×ï€ˆ~J8w\àú…N:m½N+VÁö\íýEó\âI0uÀX\Ï\È÷­^\Ù@&\Ý2*ÖX\ÑV\ÇbqPJ\ë\Õ\Þ\0ô´¯?\ÕHý÷ð…\ÏY\Ö\î¦ððzVÎª\Z\0¨G7h\"±] c\Â.¿±°µ.Ì­I¶kX\ßV\Ôq]Ž5\Ô ð.]¡@Mù\Ä*\ÒuóÇ°bÊ¶DLJ7V\é*\Ð:ß>¸·I<\ß7\Þò{ºþ+\Ø%\Öô¢¼÷¢Wa¡Vú>\ÖE¬€fw)\\‡Àú\ÔQQ.óH¼º¦z\ØÀ«†\r\ÉVüòk•8v\ä>KP€3‰X{ò\Ö:žlc@W”E&TVþU¸\\O ¡\Â\ë8°NOy¶!b‡¼´y\ïAv\ÇZW\r5’|”±a‚±U‰›‚Íˆ\Êú3(|¯‡\ßÉ“»kŽƒWÖªšø\Ø\ß2\×|\Ï0óN¨ÒµxÇ£YO24pW;ˆ&Žc6\ÇpD\ÂX]`\à¬gˆ—ŒP\Ð\ã×ŒU]!\íW`f¬\ÛE/C2\Ñ\×r)‘\Óù…l£„ô‘PC°ž‰¹Cj?WeÅ½§_õÖÝ²:É}ú—@R\å\é\×W›Ð¸EXúWfC3®\Ð\æKu!\Ô7J!l7Ë¾\ã‹\Äb\êþ\ÈÔ¿£Whø?\áCexl}\Þ$\ÊÓˆOJù›c\Þ ®†_\ÈWsyWh‡aÏµºµ¨:[\"5a‚¸cQQt	€EõWw«£¢•R%\ÇG\Ã`{¹\ì¦\\]†3+ûG]l»-`W„y€Ó€Vª]@ŒaM\Ëò°xezE®h\ÛsQ¾\ågmgW†x\ï¤/4®¬\êŸ÷/\Ñ\'x/\ÇÖ‘ù-©°\Ø\Zzs¹\ÕyWŸ\Èoý5ÒRj\Ï?š˜U·˜£µZ\×(\ìOñ%“zW¦÷x…²·O\ãŠ`5\Ç\Ü\ç$=\á\ÞU>oú´‰„WÑ¾\rÀ%,½Z	A+”»uÿ‚8\Ê\Õ\×\ç2,gL\Ä\Z_\ÝW\Ù\Úw~¸s¨Ró8Q,\Ìq!´\èû\\s†Ÿ÷kM\åWõ9\ï,\ï\ÐP2e\ë!Xµ:™^uIµôVn›\íNY«³´Wû„}ü¿¤‘ 8.t¢f·\Øôò\Ð\Ä˜\í0\'‡\é	±Wû\Å\ê\ÓÁO}¢l‚eVd±\ç“Á`”Š¹1\Ê0bñ¿W@XX\âP\Ú¯Ÿ H\Æ_Ž÷0¾\ãNc\nZ\â¼þ`O\Ü\àðX\Z’¢?yv\Ú}ûÿ•ÿŠ‚hD¤.\Éå¬›M¡v)X\Z›p/}\âÿ\âÕº\à \r_\Â\È<\"ù½Ÿ\Z\Ò!ý}\Ë¥X(è¦”þ˜úù7¯‹™+N\ìb\Ù&1¹Y[; £\á‚X(ó¶fÿ»\â\ë˜\0–¾ 3J\Û\Ë\Ëm\Ý<\n%l\àr½\ÉX8°P©ö\Ô_9õþ®kQ\Åa[\è\ç-mS\'<‘@\Ì!V:XH\íP\ïpE\è%ø\Ð*ƒ+%‰…¼¾Œ¹t\Ô\Ð\×f`\ÆXb²}”Ì¿L‘Š,\ÙgC\Ó\î‘\îy~ý™eb\'ý\n41\íXc\"Œ«hª.½Aõ‹bªq‚œ\ëK¬Ó¹w‘_U@9Xi\ßÿ\éŽcðR²)R\ÝÇ \Î.›#`jjÅ¸3?Xp*-[\ÚDP<—V8±A#¯ñsAgS«»\Ïn‹cÆ½Xˆ\È\ÈÅº=ÿ )e×Ž¾Œ“.\ëx–’¤ipXžL]O}Fù\Èw	Vy\"§ž\ç#aq\Ä\"=º\Ë\ÇûrX¤\Å\Ã–e™$ž<qŽ\Å>”j…M÷\ã˜5Ì¸z>6\çX¶!¿wñ4ö\Ôð-<[\á\ÏE\Èù\ÑA\Ýb¥¤´\Çg\×z­Xº\È“PñŒI\äJµøpe8\ç ,cm‡\éÿ\Ë[›X¾\ä%B{¤0\Üy2³|\íkõTU\Ãgm\ë¸\Æ\Ì#ùYX\Ò}wÉ—\ÜþR6©7\ÛuM·T‚!÷¾ÜŸÊ· ð\r2ö©X\åxE‰¾KÆª.\Ö\Ç,lX>w{oy\ì\ßi‹%UHqAcX\ìÁrƒŒ5…y™…•¥w]jªÎ³Ú¯zÐ¶ƒ\Zô±YV$‰ó\Äÿ/\ï¥Ÿ@=²÷…\Ã\î»V-½\Ødc°Y£Eü»4¥˜¥³eð†V·L\ÊF/”Uk,¡\Æ~¢Y?cÀ*«_\×aµ)‹À\0|\Ùñ4S²tŠƒˆ}¹-\âÊYAD¯ÿ§]Êˆ”€xYN.¡ò\âˆ7l}ežKYBŽ\éRb\Ø-tsxŸcÿo®@\ÒÔ¾Pü\ÈÉ«YCÏ©ÏŸ¡$\ëpË¯=Ÿqj=hs\"\æø(\ZN\î)\äòYtmük9\ÞQÁç…‡0€`ý\ÄõN»š\Úi¬’‹\ïYð“%øFš„V­O«\åÁ‘‡cþ´ª$ûmÿ3½\rY›l5½pY=·«\è!\í\\^ox™>œS\Ñ\É8\äY¦-Y¢µ`x¦^.¹\ÝH#Æ¹/‚2 öÿ\è\Ì\×\Ý4üÄ“\ÊcY¦@µe£?\ÚW\\\'øl¤m\ç^‹9°¯ÄÞ®-›+\ÔY´\Ú=&¢¤\ç—~.Q\ÙLFý\Òõ½øË›ŽÕŸYÁ\Ë\ì\Å\ÏiH\Æ\0¨\ÒU3$LÀž³$•žuñ“H\äsòY\à7É¡Ü¼a/c$Û®Š7\rDr\\½š.˜\ì¦ö\æFE\Ñ\ÎYó1n¥8£\ÆDo³X\äa0É«Á£\Ôq\èžp&E–Z£4r—ƒ½“BÖŽ“\Ùzn—Õ¢>\é \'údR\í\ÎZª›G‹\n+:P\å|>s°Pc^™M\"q\Ç\êÁ¤…\ÇZ%¤·4ù\'“\n\ÔCô\î`\Å\ÚZÃ³\Ë\å4\Ðcj¶/lZ6žr\åU—B÷!³t\éR³ytJû—I0+dI\"\î1\ëZWj\ÕI\Z\Âg*(¨T\Ø\n\\L´€br7tÉ€²\n\ÏEA\æZWr…ó\\#¹Í•	þ!¹^ltœû”\Ë\Ýð|o\ÇC\Ø \ÉlZ^¡\ìx ª «\ê„-–}©:É\\ƒ\ár¶þ\ÝòNZb)\ÎVlJ½…fd¦¾„¡Xò\Ò#lW @ W Z‘\ìS-ù`ó\Ø~­\çnV\ë•ž\"\Ò\ZUM‡T;¿\Âô?ZÓ¦8y\éi\ëŒ\Ã\îkP\Z3\Î\ÊÂ‘è‘Š\ï]›\è¿Z\ÐÖªÁmë–•—\"|O§\í\ÈºJ\×}^·\ê@“Æ»\åZÕ…‰ ú \ë\ÝZ/.\ë)üþ\àw¦\Î}¥·é†¶\Ö\èZ\æ\é-rå»’ö^Ž*`t6‡‘’§/Â“[<\Ïh\é\ïù[\nx…S\ØSYPåž«Bñ\Ï_Xƒ\Þ\ÇK8S\Ûþa#\æ\ê[\n\È*k0\æ5D\ëa˜4\Ì´‰\Öü±\á;\Ð\0/_–7\ãa[•&(Ü‡\0‘\Ò\ÉÎ•l„jüø¬G\Óúùñ·n[\Z$\ÝkË¹þ±\éŒd?‡\\{\Z¿\ÄÝ³g/\ã_,ip<[$ºr(À\ë´Ú›€·\îœ8¦tbMq\0>¦5ðF[5—µ4(KL9\Æ&-k‰ÀGRK$\Ã\Åz,üb6Fpù\â[8sþiõ!Žµ\È@¯ë®{\ÍBŽu$fþ¼‘ò<[B¥ÿ©\Ý\Éû<»s™©*\Ëù;\ÑÕ¹C\Æ]+\áƒ\Æ\ÌSŽs[Dþ\æð\npðh\ÙS\îu¸o9†a`\Ô\0B,\rûi[]\è…9pmm:\ÆM\æ†\ÂÿŽ\Ý\Ã9Bü>ü,A\È2«\Â[e2·<þwöt5¯H\Òø®\ämù|ö\×Û¯x#F\ë\É)=h[e¹‡¾6\ÓS»\ä\ë\"„»“Ã±¦xakAyR[t;}\Ìn[¹¶Z¦VL¬Ÿ[¦¾qT\Ãu!\Í\ï\Ë-.ü\æ[uŽ#º\Ò\'þKF}ˆa~\ZY·	1\á\ÛóžL.¨\Ñpû[[8Œ\æœ\ìaýkI©€¸\ì\é%\'žn©€&\Ôù \éG³[€)ß‹\ìT0\èuDWP\",L”Ç«[­I,Þ²Z²F[–”%y¼KR¨\Ñ\ãb6\Æ=F\\º\Ã\Æad\Âû\ï¿\á[˜\É\ß\ÌU:ËƒVNû:‘Oˆe\àxûÎŠ\ÔJ/Z[¼~œK\ÆXé€‚[\r\"\Z,À3z\Â.\ï‡S\Ì\"¦;r[£\êÀ\n)\Ð>l=\ÑlºøVƒ\Ë;O—w——~ €º[©žó¾f\'TOT¦\Ý\Ìeó¨¦f==º\ãœ&\Ói[\Å6\à\ä\Ò;]‚\É\Ùqd¦\ä\ÝJô\n}Ê‚¸É¥¤D[\Ö\à\äyüV…´ |‹t\r\Z\Ðö/]X\\m$ý’®\ä\Û[\ìÈŠD1V•yEˆM	š¯\âe\Ì\È\n~%U\à,¦+ž\\É­G½Í«…¢FøV6BZµ\å²\ß@Ûª2XŠ4Mw\\Jt.¾Nû\á\Ø4\0ƒ8\Ú\"†\ØÌ¥A;(R[Š“l6\\^;\×ªh±z{‡»\ÅaT¯‹B†©™ó{\í`Èµ\\s\Ìqƒ)“|\Ñ½\ÖIJ<Í§,xLI2[Kö£\Þ0\äPd\\x¶c,û\ÄkŒWbžŸaÌŽ\ß2©\n‘•[e]\r\ÊsJ\\|\æß¯\ìT(tÿ2ý±\Âˆ…Dn\\£‘ý\Æ\à3 \Z# \\ˆ#G7€›‘ø1¥°ð\0nXs°d÷\Æ\ï\É\ÇÁõ¶\\”ô?¾§œ•B\Ú:\ì{Ó–73Âš\ÅL·Î”Jð\ß\\•283=}f.\Ù\Îp{\Ûç£¨Æ­:½¼\Ómd\\ŸA‚RZn\Æ9\î\ìlr(Xùu”O™š\æmC\É\Ù\àœ„C\\«_{ð”\ã[Á‘G\ÛD\Ù%”†¨@Xºo[tOx1¥\\±”ÁHODÄ¨{\Ïd}d2\ës\ÃIƒô1eO:´yÑª€±\\ºWƒÉ¼‰SW\è#6+2º}O}|FT±\\ÁIŠ\r\\\Öµ$ƒ\Ùm]Iù„Eÿ\Ê#¶\Å(\"€\Ôsc­1„.\\\âlCøþv!\Û\Â÷BŠ§wns\îÛ˜%y\Z·©Y(\\\èó±ú\Ú˜=‚0ƒb\Þòœ©²‘2Öšÿ½ ”`sTR<\\óðŠÿ3\í“S\î„R\ã\0»Nò´\ØE‹u=ß˜o\ï\í\\ô®y›T{†\Ì\â³ñ›\ßM\Ú\åP“u|)?\Û\0@\\\Ý\Ñ1B\\ùžU6\ÎÓ¡jÝ€]bzÜŽ6\éx+}\'r\ì\Ë\éÒ™] \Â\Ë|$\ä,bEw³¬¯`&uI\"¹5…\à`a]\ÑF’\Í5&ôŠ\Ù-]Ÿ´¿V4\â\ÉdB@Fõ\ç£])…S¨w\ä\ã\Ý\ÝM\ëUÕX…ú¢Q\Ô=‰X—|ú¸]<r£ºÖ½¯ÿ¼\Î4\Çj\n½¨\ç\ãhNR‹z/ž>Àú\Õ]A.÷É¤…ýô‚\íz\â.\ã\ÒjŽ¸/z»¶µ\Æþ©ù]H½¾B\Ú\Ò\Ü	\Ím3\Í\ÝüùÑh¢ªÜ¯0x!ek¢´-]Jý\Æ\ÄøŒebU«§f\È7b\Ä^p3KOFÜâ¼¶–•\ç]NqýCðN­¥ö\ÚÙ“\ÑÔ}~\î<aõ¢«Áûð¥\Û]`~$‰¯˜\ã¨mg[\ØK\ã5\ÈNœd\ÃjsišR\ÍF]f\Ã\ÝCŠø¦-\\Oa+ë°Ž#i4þ²xš$jK]¤\ÈÉ†\è¸\Èô‹mÿ{ùw\Ç°#ßŸ^\é\É,nŒ¶´µ,>]®£ðFHrP\ç-s“òen|‹¸Xq\r¦mf\Ù`\áyù]²Q\ì€Ë„=PÝµu\ÐQ\ìÁ{>Ï‘¸ó]\Ä\ÚC˜¡Å€ù¹\ÐPy£\É(\Ôò\ìc\Ô:C#òŠ8ö·]ö\à\âvY\Ó\n‚uŽ)Ÿ\ÌSEEõ\\ô>A˜?]L”V]ûµš\è•r¿¿6|©\ÛW©\ä\èŒ„€ùw\'\ÎY]ý\ÐÀ¡øV0¸\Ç5,ùMÎŒ9\Ïn·rDUu\ç7]ÿ%hqO‰¿\ÐšÝ¦ú\ì t\ÞqÀ;+sV1B„\å\Õ]ÿÀØ•¨\ÃYñ\'¾Tƒù\ãÒ¹0­ “P¬=<ûû qš^\ÔÁT\àÈº^\ï†‡Ä·>`}j\ÊNG\Ñ\\\'Ì…^\Í>\"Š5\éJ+f´¯iª7h&CöÏ­X»±2þ\Z¯K^7qü²ô°Ud>©V¹N³ õc§\ÓhaÀ‘p9k<^>\Õör=`œ¾”³·7«\Ê\Z\ë–\å·\è)¥x\Í\å^AG“œ\È^\ÝÀ7 Í¾«\Í6`\Ñü*þ$^¹v„\Ï\é”_^J\ã\åp!ù\É<“ÁÊ›Y\Ç÷–©w²½\nþø)l^Nbu\ZxÀ\'!T¶\èþ¡8\Êo½\Ì	y›Y|‘~•C\'^W;s]\Ø-4§¯\àV€\Þ8´4¦\Æ^ƒÍ¼º\å€,i•\Ñ^g öK‹\Ïc¡Z\Ý0\ì(\Ú!ÿ¹~¾zW\ê\":Nž^mþ\Üm[\Ø(˜²C\í«,m.^ü—v‚D\Ý\ÒG=ms¨v\ã^¦\ßœƒ\Ã\Þ\ÌÎœ\ëºÈœ³5y\\³\Â\ás\ã\Üü–%½˜^« ú\çªq (j— \åª\0Iù–f}\Ñþ\Å\"l\×ü\Zm^·:–U·›\Ûr¯U\ìÐ¬\ËD¿UA6Yf¿ô€Cb^¸•U§jx”·{–Ÿ+\"&?5¹Y‹pÑµÿD?¼\Î\åT^À\Ü€\×\n¯0{zsŒ„>Nz\éœ/\Ù@ó6\×R^ÌŸø¯LG›µZÜ¯Qñ8VŒW—…9\ç\n¡Hb2^\ÍHR7\Ô-ŽIAœ\ÄÃ¿L#\ç~{¼Ú†•ø\ÉUÄ\Ú~\Ù\É^ÝŒ)®n¶T\áh):3\"WjEv9ˆ÷\ÆNnZ-mÑµ\ËK^\äPºK:¹`X‚¾÷\ÂY\Öqp\Ë\ËI»û\Ñ~µ^\éª\íe2¾Œ2eD\Â\Âú\r®ˆ\Åú/Vøñ½q^<,\×\Ù^ú½\Ã\îø.\ß:®%5)4N¨€’c¶j,\Ö¨6|^ý×‹Ü„úyiT­™W\é¬ažŠóD#¶\ÌFu–\å†\æ2_2ö\Þf\nw/Þ©¹} \r¼<º\à\Þ8Zûµœ$„_\ã¯M7°\ÆÄ˜Tf&%Z”©€1€Ÿ\à\ÎS\Å/ð-þv_|B\ØO\Zß­/B\ã‘úlk|™S|dÇˆhe³\ÝP\à_,\î\ç\ÎaLO\Ê0lÓ”B\\ƒU²{ü\ïE¹r§ó‡¹@4_-n\Ü2zYfy…#†à¡–VP· M\È\"~ý_^¦›_=>7b\á™\n’¼6ˆhé¶¨Pj|õ\"ˆx»h\Èy_>Ÿmž“j¥Tð±‰(ø‡\\høˆ3ý-\äQHcE\Ô_?¸,\êþÀI\àˆbe}\é\é8\Æ\\L\ì£asŒ\ã·/_T_:r‚c\Ðöß˜\Òs\ÌN\Ì/\Ý]\é\nð¬{\ìz–J_du\Ü÷A›#fE£*„.\nn9í§žT\Z\èÁ9pYbXˆ_lbò®¥R¸,\Ë\'«´ôI°hže‘œRƒ\â\êD8}H_o½µ°YÙ±\É\ÔRQ™¬_}\ÇGJ1m„ö]\à~ø_8ó»@ô«zdf0p`o\Öqq\Í\×U:¤\Ç_˜\È7Q¿»«0²W“\éƒA‘-@\ZC½§T•M2‘G_ž\Ø½™•37~…œq/j¤ž\n\ï„\ï9»S\Þ#s©_±«Õ”J´\å¨\nü\ÙZ“Dü¾.ªs½A	1ªd Í²_·\å6“4	šƒ\ÔP\í¬K_\ß`¿\ÖIË¨\Ü1?\ä§\ÅL_¸ùû±%M€SK¦9À$yˆ\ï«\Ã¶\îgŠ€„‘_Gÿ_\É$@\"¡4](\ã\ê¥XU¸jÄ³f«´Is¡òŒÒƒ_\ÕY\ÕUsEÆ¹T\Ð4qP˜\î\åŸM¾\áDS\ÚF>Ÿ\ÊC6_\Ö\0ý9z\×ø•·\ì\ÃƒQT.ox\çlI¼ÞÊ„C_\Û×›?&mž½H[¹JðR“¨c#ý ¦\Ùœ¬M6E‚\à_\î,@\Ä\\Sµù7\äl¼o\Ñ\êF\ÏP\ÛþTŽ\ë\ßÞ¨G9_ö3Ì¥\Èþ3ý\ê*m	¡h\Z¾nM·¯² ñ\Ñü\ìñkX\ì`Œž>:‰ª6Ô©f\ï‘™±	øÂµ\ê(õr£\áP`1:	¥\çu\á£\æ3¥4°v»Yðya%Ì¸®\"\ìt\æ`·>PÍˆË™À$I+=¡Æ›0úµt‘W26Sþ_¦<pH`>´ÁNgñ¾–K)\Ò\Ë\ã–Âžˆ¡p&0L@e\ë\Z¬`T¹°.õ|	ÛžÄ‰©[bTœ\Ú\çI¬ùŠŒœ©¥ˆ†÷‚``\íõtD;\Ó\Ðùµ?^+Ê“5m\è\ÑPþ|ó&`{óY\Æñ¤h\ÕuA²lT­\ÈN¥-\ço\Ârg\ê\Ì\ìþ’`‚\nÁÿ\Æ\Í\äùR ]­›s\Â?šI“di#®8Gp`ˆ¦ºhsþ€4DœU\ëž.f«ˆ$™»E¥a\æ<p[\Ò`’\í§\Z»¢\Ó>f”>\à-\n})€\ÙÞž‡®\ÅgGK\Ö!`Ÿ\Ë!\r;^w°®³\ÄjMRU\"&Ý»IžÊi\í<l^H\ï`«=\Ø÷\ÝI xŠü\'\àuÿ\à\Ð|¤\àÎ™K«ˆ!`±dIUgQ|X™!\áfÀ¹~jŸm%‚Zöª\Ð\Äp–`¶r±½{R©.1\çB•iKk)Ž\ß¦5M”²µ®\Õ`ñüS,ÀÐ«…=\ê\Ê3\î R=\àhR1\Â\ZöM\â„$¾a\\C…›\äÒ‚–L\Ï\ÉnôU\Ë[þÜ ý{\'‡Ua\n‰U”\Ø~®šžX‡s˜\Ç\\\r>\ßcf\"òó®a£2>\î\Õb\çÀ[º/Wó‰–tz\rl´yÁoùU€da\'Œ\ÂÉŽ¯D\Úu9MJµú\Ù5u|Cõm¤FhS¤¢00•aC¸\Õ$\å¢qas©²6[`œšuŠ\ËÖ“À@W]-Í§aw\ÌAV\È \Ø>[÷‹GA•§I\Z\ì \Ö\â\êcr\\l\èaœf\ê˜K¿¤†ZX~ºÁýÍº¡¾3ûbŠ]L¸<7a \Ç+J#\àÿ\r/_\Ì\ìT±QP\×ó‰OŒ\Ùl‘é½Žl?a¿²E<2`\rµ_ˆñra€\n²\ä·{!¯’{‘½™QØ¯aÁ²¾µ~Í§•žZBvû˜Lj\Ú*Ahó* ƒbÀa\à\è³\Øó zCå±…ZÝ€œ ¼;\ë4ˆr=“Î˜|­a\îuùYò•]ò˜\äiZÜ¤O”\ç	ò®U\Çh$»\'©aö®\â\ÝDˆ¦Ž¬\ÃmE–˜©RÁBt\Ô\r\Ó?fQb\rÀ“C?ùD†¿÷K}\Òú¿—y¥/„\å;|MñT$\è?ñb-\é“a?Œ<ó\é\Z-·®\Ì\ìr\r$úø¤Z\î…|Y¾\nbGŒ03âŠ¼š\Ò\rQºQÁQ@„vIƒF.3\íMÜ²%U\ábJ’m-ý¬Ê§\èý\Õ5\Ú53P#\ÍA{¸Ž\á\Ö6ýù\r54bO\ÚQ\âwÃ¹\ìLÑ Ã¢þ©¬–™›ƒ9QÀ\ÔlrlbP9\Ð\ê\ÃúÞ¤yP¯\Û\åg\ã\Ñ\"\î¬Ä˜ü‹\"VÀbST2¥Î‘«CCD\Ó\\`Ý®>­E‰ÿ?\ÜJ\Ñ3ª¨bZG~\Þu½™&\rå¯1æ¥ƒ/Ž+/i·½øbgB—xŸ\Ë\ÍÉ–)#\éB•„_ùu®ñõ©¨r\Ýß®+b¹ýW\Ì\æ·(öŽ›: Œ|\ã±\×[\ÚKñ0°bºK\çõs\Ém„Fd\åAÁ\ëÛŒ‹­›R•$¦	ü³b»bµÙ²¥J®4k&rÿ¢hX\Î+\Äv\×ýOt\ß$ô\ìbÀ²0#Ï¦\í–¤˜A*>¸pjqœL*LN*\Z4\Ôb\Ï\Ì\é;•±Ø½\Þ\ìw\"ŸƒS§8\\z‘\æð£©}\ÒN0b\ÛQ†\Z‘\êB£\×ZQXNT‹6\É\Ï\Þ{’¥hB\Üq‰b\é²‹ôˆ€®9©\Ü!½\ÅX±ø€:\r3_:\Æ\É\ãmcbõ’\çq²\áqú[˜°¦\ç\ÓJs\æØ¢_~\Å4/ \É`q\Êb÷pü\Ñd\î^R\n§`	¿=dA«c4´eó\çñs,c#Æˆ|Fúw¡J\0¯`w~Á^vEp\ÙûLÁ••Lcð¾KÍ˜÷G\Ùñ| \á÷ù÷\0\×wO>\ÓW!’¾ c¿\Ùú²Œ‰:¸\Î\åUe¨\ÓH CÁB\")SƒÎµ{\èc&ÿ\ç~L‰Rt j>Ú¯¼¤\Çö\ãñE@>\êðÇ¢`\ÂcIH1Å¨’¥?ª‚\Ê\Ý\"Šû= \ãü\n·³w\"\à{°¢\ÒxcS¦g¡\î±úy(\Î\Å0^£\îðxŸað&[ò5 fcT‡2¡éª˜\ì\ç\'¾Te+b 6;òc¾\Îþyc`G¬‚\Ã\è¶òÙ¥\çT\Üüó­~z¢™F\É+\ÒUÈY\Ú,c¥\ï…udy\ÌOT.þ\Û`\è~üòú<jx\Êù.\ZaÑ”W6c­´OÿŒº`H¸‡\Ä;üÐ³\Ã\Ä\ÒCe\ì\ß]Ï™²T¹c»9®×›ŒaI\âøaX8\rr,Fü\"\Ï¦\×C2Sy‡c\Ñ\Å\Ð^\"†ì¾“\ÏUŸ\ä\Ûa‹?ø»ªWSQgb»É¡\Ò‡c\ÕHo¦›Ô“Ä±ðÀRUó~oš\ÂÏ³,\ÚPÁ)RWF÷c\éª®jÞ¾¨‘?ûl\'ò84\ï\çF=/3;6ª)_q\Û\Øc\ï.sH³\á*\Ù-Ø¨ö_\ê:\Õ\ä€À%–;R\'‹KŽ„\Ñc÷\ä!\Â#B§i*+\"ö\r¹nš÷\çIÆˆ¼XÃ‰ú\Êw\Ùcû\ÃÊ—ú\Ï’ BZ\é†\Ü7\Ã²\ß;_\ÌZ–ev‹²d$G¼™ûjw}XX‰yu2\íZ=ù²Io*\Û6d/e\Ü\\sý\ÃSø:ì§†\Ñø„$fl©²m\Âo\éjd1ú3ù\'mœz\ìU=&Ùª$\Ô\Ù?tõ\Øó×‰$ûh\"wd5[\æ&*%ô\×\r\à\ÛG²Œ\ê8	òpS\Ó-ì©Ÿq`97dBÝ‘\É\\\ÙE©\Õ\ÛgEÿ8\n–·ò¤ŒÆ±z\\\rxñ/§dPâ±±ºø¾©X.]\â\Ìó9\ÉF\ÚPž\áö+‹„zdWŒ\'MJ¹e\É~vx\Îh{\Ès_ª|qúa‘Ý´º\ÆeÍ¬dc\Þ3b½[·]	€¤~?;\\[\ÑXk•™Ð—ºŠ`sdf/–\ÈdBl›\Ñ\â\çÙ‡òPú›Q\Ø=€\Â#djq’ùe^\Â1wK4Iðnt\åfVC2÷¦\çþ2@qòdr\\\ïƒû=\Þy‹Z\Ð\Ä]›‹¯¶ù.\×É±\Æú\Ë d€|I¢m¡\Õ\Ût\åPžòç€¨þº9‹\Ø6\ã£|dƒ¿	Y——\ïƒ@@›“+¡\ÏŒÒ“g\èÊ>$/’\âd‘Ìƒ\Îð\æ‚qx?’\'?lí¹J\ÞkúS\Ð#\ß\î­\ßd¨”ð¾IX&Üš\îs½!µ,\ã\Ë\ç,\ZVwYL\ìd­rSzn<N\Ì{1J\Ý,‹ˆ¦[o6«`\ÜW»o\î\ãd\Ò0\èÀ±(ž\î¸œ…Xð}v–\ï·`ñ\Þ\"d\ä«ôW\îi\Ûö^$À£Ÿ\å\ÌŠ_òµf\ædòri¤\"—fvxœòÊ…Áe¶K­A?Ž²¨S\í2ÿdóNûWN½VSCÆ¨!­\\K;e!£…\×\Ù*T¥\âdüœ·9¬¦œ\Ó0€2‡\Ó\Ëÿh,A*ÿ¦;3OŽA¿e4¤¤ÿc\Òr}šcÙ¸eK¿WC÷s$\äXgŸ\àˆ-e5ˆkyHµ~¢„¥­^}ýô\\ ˆf”‡#´¸6\Õ\×ôe:iKû p[“ó\Ñ\×\Æ8ñqB\åQñÄ›(3”–eTm´?˜Uy7,’K\é\r“ˆpSU\ÈÀ¯n¢8Í·@e`Ý†\à.÷Îƒ:Ž”jEó\Z³Ò° \å\è‚5\ß\Z¨)el%\×\ão™Ñ´m¼3˜V\Ï\åŠÞ¡€¯ó\â\ïØ¨Ss?en±R.	OF\æœOX\ï™Pú\íh“¡\ÜYC>¿W\êe›YöÌ»Lý\Çþ¶s{T¾ª\í=B\êrvIFUK\×:e\ÌEB	ª¥¦Lz®t›¾=\ãFœ,\ìfa§‡Z\Ä\à{­’Ô²e\Ö\ßJ*\Ù\ÌbV†,Cv¬b¢Êƒû™Pµ~…ú‹$eØ“î»¼„\Ôr¯JQ\×(¶O@_\Öy\'§+\Û*&w²\Ð\".e\åþó\çN\í÷×±\Å?$ 5e°Š%¹\éŸ\Í\ç »i3ÿœe÷÷\Ób|(G½\Æòª\ï\Z\ìªrK\Ã\Í<ºœ›7ñ\É\Ç˜f=E\Ä\Ü¨Yñð\nò2ƒ\Õf\ìVšLˆ$/DE±\Ý\×fl/\Èio\Ö\ÃV\ÛL5\ärp¸HÍ…Ñœ5!\Ùfpü0U\Ç~¿‘½Æ‘\Ú\ïœ]\ãf›O#•iU\Ì|dpf1\'¤ó)UŽÉº‹O\Ê+\×pñ\â\æ‚ú‹P\r\ëkšÎ¶\èf?\ä‡sÓŠ\Â1˜˜‰@cd`¹\åûè‹²\Ó÷6ü\ÄfS¾~¯\'h‚,û’P.E1Jþ>3&œú`Bù(ú¬Lfb\"=ü\Âg½.›\ï\ê>ð{aÛ‡aN‡¸l;)\êO&a,Wfh \ÅP1ÂŽ8‘jIUú\Ø?7z\Î“\Æjþuº­+j(>fo\ïr\n&Ù£\Ü/	–E.“F\ÞM\æü¤\â§\Ç_†h‰°fµ9ºª\â\ÈÈ†y‡7”\æ\è,W2ƒ)ú©[\ì\Å*\Êof\éú“¸\Õ ]\ì”õø|i‹\Z’\0\ï\çÖ¶Š^²Û‡´g\äÓ¦\rúW:\íPžy\å\È}p!\î;•\r‚žc	%¸,g-\ïÐ„\Æ\è#h;>–\Þ	Œ|¡„£3\ÍzB\×\ËVøþ\çûg6¤B\ÂNpüúý£&\á\Çþ\Zg¬q:\æs¸d\Ñ\Ú\Õü\Þg;74Ù£·eZ\Æ\É=`7y\Èþœ®´!üuT\é9V\Z…gV¶|ÓºgaWo\ÄE½žÿ\"÷{QùT\Ê\êS{>giI?F]	®{¨°\Õ[¿Î•ù$¹^#Š”\Íž\Õd	g…Aôk\Ð\èD·«	€dB§(9ò\Ñ\Ý\æ\ÂÔ½\â\É&·g‰aóaq®$‚œ+q«0k+&”´\î€;\Z\nl$–hgŽ%b]Zjùd)²¹-³ŸpœF\Ïþú–jŸ 9g›\Ô\Å >º›À0®n)³\á´X2´)‚—\Ê0?8óòy\ígŸ¤\Î\ê\Æ>”º Ù—€\×Y‰— lÁ\r\ï—\n	Pm¶Ag =‡{wu2©œ\áªx„’šµj\ä5\ëˆ?þ¡›ü\Ïg²;a\ÚÂ¿]†X±r\Æ~·\îö\n“t\ÑÂ¹ nø¿29Ž“g\Æ.\Å$óo8qµ§;Z7tz?À‹\Ý\ÎÇ°æ»¬Ú¢\ê+gÎª\î#\Û\ØK„’Q]ˆ¸÷•\n\í44w“ñK£ƒ\äg\Ò\ÑH\ê7\ÝI€ÊŠ—|¯Hi\ÑÅ³lCÞ²\ä¨»g\Ûgñdv|U=ŽD²FB\æ;³~\ìjZ¬f\îœg\àÓ•W–…š\íÑ¦ð\Æ\n[Tù\nuA[z­\âƒGzah\r\ÉÊ’Û©#j¶EÀ;Õ«\å\è\íû}Qe-‚6Ä€ôCh\"“n¿§9ü(a\à›h‡Þ¿\Ç\çŠ[ŠGQúˆ<\"‚h\'€+•:\ê\èu°gƒcYc\Ü\Ùg\Þ\Ü=\Â\Òhh0zN¢™\åW:\Õ\ä\\j\ë\æX½%õ…@\Ìf‰;\ÄhBkD]{•8‹\Ã\Çhªº\á~-2q ®\ï¼Á\àaZ›zhI¯·© x<‡®þ¨ƒ%•\Ûji°\Õ\Â¦˜$h\\´¢¦|qA\"÷®_;^þ¯g‹\à•cw\Ì\Î\ä›\r{Ph‰…\í\ãÁ•¬÷Z}›‡\Û‡\ßb¢„ú¾\äÎ”\ärÓ>\×h–ø†€‚Í¼›˜ð\Ù\ÐÆ¾ek¿ Y€÷\Ý\Zfð²mhºh<g\Ô\Ìs).ª×–¡ª¾ŠW\Ëð0¯xZHCD\Çh¼]3\æÀ…l%Y\æ+¿‰!¨‹†F«o^Œ=•\ähÕ¼o\Ì8u\Zð:\É8úN\ä\î7 IM!\ì\Z·l\Ôjô#7hùp­S€=T_k. \æ>òU\ÕC\Öm\ÞiV½\ïhû–1Ÿ\çp¶\îFº)y­dÊ±¨vNyN/¹¨>\Éu‚i\Ôrõ«\Ù	§!8¥»´©@žD\îa¾E„\Î{i+;Nª\à3\È\ÇÌ–± E†\âÝ¶—Aä¹´¿\Ê½£+i:ˆ¡™;\ÆŽ0™$Pvû‹œú\ÎF\nSpô2\×Ö¹i[-Rÿ[½¬4œ\àœÌ ¸/IwF§\ÑE	U\ãUx«\Êi`W’‰Vdšü\Ì\ägz\0• *\Âœ˜¨Ná·Œ^\à\âeipZ&\Ï\Ðû`Un\Ì$P\é9½xA	‹Ó‰Ä½ü\Õ\0±iyHˆEùÑµ3EŒ\"“÷:\ÞL\ï\rXŠÛ€,$|u\ÄWpi~÷·ô­†::lœ\Ów\ÅË‰Î¤Õ«\â8Qði\Û(½wAi}eP³.P|S§[wˆ\Ê\ë \ÈW¥&w€4ƒŽxi’\æ\ìM\ÆW@žUû}\ßP—O¼õ\ÒO„Jjƒr4\ç\ßM_E{i“\Ô0“yN›¸G\\8\á9ƒ\'¶¯1+8*Hdi£\ê¼iYS’\Ê\'’ëŒµ`R\ë^˜„¸yœg4i±n\"}„VŽ»u©3)!Æ«\è\ÈúZÏ¼~\Õ\\C^&\Î$i²Ê±L.1©j\ÉužÀ‹\Ç\ì\é\Ñ0šuý\å/\Â&ñS0i¸ý¨\áðv\Í*+¸ü&\Ê&@kM&Q„\Ê\ÏÍ’iÒ›o¾\â\ÃõH÷ÓŽ¾J1ü¥½Ž¢À„\ßpµ@ti\ãt.%´-\Åx;\n—>rý#,œ\ìKñ+È·i\äcõ\í\Ã\'Í”Òž»>™\Ï:‚”2n²Q š§n‡^Siøh0=ú£\Ú]8Y«E\n*õÓ½ž¶ºÀns\Ñ\Üˆjh\nÑ˜ \ä(€\á&ƒ„£E¤¸¨eªI\\\Üs`|j¼\Ý\ÎS“\×\Ì=£s\Êòï¼•Ì¼*÷¯a\â	Šñjòb\é±íš„\Ìð^U¨sv8\ÑÂ$b´„M\á3y’j!þi‡¯H4\ÒÁ]ýeL\Â8žð\r«\ÑS™l±\Ècbj0¦‘4\à1@E»\ä©X»<\Ù\0µ\Ò+&ŸYj$6g¶Cj6vtˆ5\år#gAWFÙž\Ú\Å\Ï#ñúY\ë¶\Å …¯~j<öð©	Ñ©*$\Ü°*s£r‡M`¬ôeÒ‹!ƒþj=\å\ë8P\ã™N\Ø\ä˜T\r˜†]L®®\é\Æ\ÙT\ÝC\0\nòjC,\æU”Ma£\ã¦\\kdD\ß\Îwî„i°Û­²jG\Ë\'\æC1´Kðhû‰b¼õ*|¬øü¦YF¹¸jI\n£&U@š—”ý\Â\æ4o=±Ÿ¹ñw|x“Ó¡¨ý^\ÏjPV¢Ÿü]\Õg„Žü2LûRSlwµBq\ÑK¶¢’je+=ËµhO\êd\n:t÷˜©(\Ùþ³„Ž\Òt¤\Æ%¼1¿j|TT˜ *™·ð\Ý/#[¶ý;\ÔU[©B?,žÜ¢`5j‚Ÿ8ÚªN9\Ýq‘¢¾’†› \Ø9\r¼D@ñfTUj‚\Ì\ì\á4ûCu\"\ØB(ò³7\Ù\ã\rX \ÄF4ŸušNc\ÒÃˆj†\á\ÕP©.ƒcHqóI<\Î;wœhB‹Nb8\\8cô\éjŒq¯ˆ[@\è\ÓTa\Ü`¸v\Õ+õsû\Ñ…\Ô\ß\áŒf\ß\î‹j›­	\Ö¶\Î\Ð÷-òŠó%Z²L9I~xmHŒÕƒ\×jo‚9\nÕ ›Î’y\ê‰[²Ž1	\é—ôI\É\Åª€¯jŸ\Z¢p‡£ûISñ\ÅbÊŸ\ÇS}\Â_\ÆVšÂ•Ã¤†j£œ&Z“y\n\ær[¦„!\ÌÄ‘Ö‘Iö\Â\î}	\ÛI+§j¨~Ë´nBA¿\Ã-¢\ÒÔ˜FüO\ÚZ*\Ð\Ô\Õ3yA»^j¾¯`î²+A\å+þ÷9½5·¥¥¥Š SJ:9\ÃrjÖ¯cÁ’Q1\0Fo› fyHŸDö0@)\á„C\Ò\êj\à–]I\Z–\âKxzÕª^«ˆ\ê©!bu™ñ°jûö‘A´\0\ì.\ÆSøhN\ê}×•FŠ|Y\ÌE\Z>\Ñ\ÅN¦\ÈjýSwôK–a^\Ã&œŸ\Ò4	®ú‘\Ü\îtB»Û¬ik¾i8½5{ñ¨?}©\Õù’\"!¼‹AW,@z\àˆUk¹lq\ÇUsþn¶…3\\}%2¶?rz\ÅB‡Ì²ú¡\Ü\Ók2©{z\å…\×\Ð$µ\0+3´›\éQÓ‰X\ÞË¼£ Pþü\ïkH%|¤Qe\ÔH¢z\rY‡o•6Fp“¤i0[²½ç¯€kN¨IPóõ”\Èõ-\Z7}H ‚ŽDCú;®Î®>£Eˆ\ÄkO—­øQ\Åú\Î|6[”ç°®+\ãUÂ›§MT/“2©kUM\à,¹k–EH+‘±y\ë\ÏJvöyöPKÓ¨ó\ËÀ­ƒe*k]°^‰‚=®\Þu\Z\í¶;¾dª\ê2·Žú\ÅkøX\Íóµ\çD\'w\â£÷\â…MõÿC\Þ\náŽº\'k¬‘ñ\æ¾w\Ï6XN\rŸ»—£\ç0\Úc\ç\Ò\Ù\ïÕ–òk¶3/Bþž\Üó	ßª\Z”pó\"\ÖJ¥gžh³•»k\Ó\ä É·dZ¶qNÐ›¯\Z\ç,²F\\\å\È\Z\íD+\ï\Ók\ÛU\ËÛœ[9Ø€jóL\ËÀ2u¦Á9\ì?u»ñ‡£k\Ü]ú\ë70T\Î\Þ­q§½•#¯C\Â\ÃÖ ™Ò²0\äj‘k\â¬Zu”\Ð\Òð¿‘\Í,†¹=\'ž\Èôö®Ð¡Ç—:Ì¨kïŒ›P–;\åòÁ‘’N3p\ì\ã\ê\Zxq‰\ÏRWö¯\Æl„š\åÖ»qS)ö?¦ô\ç¬\ë\Ë\\ZÔ­„”Œ!†?l\Ú¦­”\Ýøñ=•Q¨>|Z\Ø\ÎüÉŠ»ôô>F5Yƒ\Ñl!‹ƒª}[z£móª§¥\ç\Úü£W†\Ö#	±\Ú\ê\ZlLU[«d¿g.\r•\Ä\Í5\Â\îp\rQ±‘€<ø[«vr0l_](7e†/ª\è\Ñ6ü¿d\é\Ú\Î\Ýp\ëÁšk#»lš\ßH¿€\â\ìñÝ‡\r]0\×$õ{ø\å	%O!\Ñ\Ø\Úl¢»!®\Ýö‰¶Oõ¶¯\ïeuyM\ém1«\Ë/³ól­­K$\Çs0FP|P\ê\Ç\\\ÛV¥S\Í&6B«=·úÑ²ŽRl\Æi4ì¿¦¡rnµž±\Â\îu³)K€jð¦5€\æƒW	l\ã\îˆ-¥ùCü\Üj–·Ø’¢g\É\\°rÄ¾Ï¸CI\ËClùaŽ{!h\ÉPw{\æ%&\Þ\Ö\ÊY0\ÆŠÒ’ƒ±|tm\0‚\r>œÈ‘\ÕOv<\È\Úk¡a£e\éCñƒ\È\Ôù@mò\Û\ÏO›]^\Ë-,¥qsr°¤6µVø%F²Ú»\è£\ãmeÑ‡_\îúTG\"^\çjU@ü\Ùs=FÑ†ú5|¦›m\rXC\Ð9S\Éguhö¦~¶\ÞRkYme\è\âý¯mN Œ\Â\Ð\Õ\nTm\Ô\ß\éG#Ð˜·\ã}‹ZšYÕ€\"m9¶­(Ô¼ü“±y[³EA½”óš§IÁ\"Be]ñm;Aý\rd\Ô+\ìõ¹\é„j¨7\á\Ë\ÕýqNý\Óy	Àv\"P÷m`§\Ã6ë½©©\Ï³¼ú®%ô\ÚHj®\äl“Ì¬?™–.ml´’›ò|\à,Cº+\èIbI$Ó¨\é¬\ZH„Î£^\"lQA\ëml\ã§ÔŸ\ÄB:»ú‡,¼%c5iN÷›€9¯Àmnm>ÞŽ\ÙQQ0\Þ504|$8÷\Ò]W¶p_\Ù\ÆLtsm|i)m`mðI}IdKj+ƒ9›VöõÍ€jÁ|,òÄ¥m~<]ŒxLñò´1±‹\äA8•z˜\0†-)@Ê…øm‚£bO-\æ7Â°™O¿a$üLÁw?þJEQU8m–oyfrG\Ý\Þ\ÚT^5\Þ”ó\\kpð\Ð0ˆ[*!\×\èm˜v<\íô.K®“	1\\¸ö§ WPµ\ÏLùˆŒŽ`\Ämš×©\Ùs]S7LAZ&<\ìì„–³vß‚\È\ífP¿F¤mm£G \Õ\ê \ËÂ‹=·Š\Å\âò~\Í5OURD\\Wq–\áe\âm¦ØŠ—„}—ÀùŸ¶\àBP\'|{M2ñ÷g\ê×‘Y\Øm¾­M \ÈÚ½ñÝ©=F§V\Û7­R\îÍ¶}9½dg=m\ÚÓ¥\'“éº™RÒ€ÒŒú*zú#:³\×ö,û`$\âcm\ãú`ek}Ã¢ôˆyF¾[­ÿöu\Î\n€e›˜²²³\Å^m\çÿ¥<F¼h\ävú%EÏ‘1\Ò^A›Ô»\r¡”mð.+‚\î\ÚekÀ$2Š„p&S­`1\Úq…±3mö“%\å™Ê„\\ûˆ\Ë[<˜-N¥Ž–2û\à´ER0mý¯¸ƒ\ÉÀ\è»jš\Ñö8tÉ—\Ó\íKü\r±¶»?\×G*¤znDs&UñC”\Ôƒùn},­\íi\í\0võ•_¿l\r³\än4cyp¶¿}´\í´%4ø¹m‹b&+uvB\Â‰¨n5\Ú\ÐjÂ†Ax3fL•{\Ð\ÃÁ“÷\éiÆŽ9¡nB „%EÂ¶>\é9d[[}·3\ä¹+…hl_›nLÿz\í<\æ\ßk\ÞÉ…7€k-—\ZA\åAD×¤\Ñ`(2nZŠ\rc÷ %\èmG\Ôò\âV–@m\â@vT\àûIJ\æKn\\ ù¸§\ä/J\ß\Ú-+\Ô\Ñ\r\ÎX*JŸ¥„iúHndk\è.\ëCz]\É9fi0\Úñ\ÞjÏ\'Y¦G¯úg>npgœgðûzó gº5\Ìs.n5¢†µLŒW\Â4œ³±nq\Ê0\Ç#†O‚}À\"Š´EŠN„t²ž!ª®©C\énu\àúÐ¹\Öo\ìLÏ³¢óSo\ïcoUFa\ë÷[‰×±\Þe\0\\nð£TÄ‰I\Â\è˜\ê\ïv’\Ü\êyOiÇ’4‰ªMx£Ÿn€\è\Å\è-­\ÇQ1H.x(jÕ«8\ï¯\ÇX\ß\ÊD Ánˆ!¸5]ò\ÐXö¬ë­›ó¾\èS\ã;\Úu<}3U8\Þ\' n”-‡yu_´¾\":~I•8õ\Ï*2«ùY‹rƒü\ã5\än¨\ì;\àN\æ9€@I-\Åz®Ì¹‘¤>\á™\ØôGq\Åü° –n¶0í¼oF!\ÄV_1\'Ÿ¥”x¨\Ähs<z=n¼¯ƒj¸w\Ûc\Ã=\ØÑ˜þZ®7\×Vƒ=urý\Ëhn\ÓG0’%E(G&\ÜWX†Ÿ1tüF!°£\Ð\Ý\ä\Ðnç´U¨\Û\Äú¨Â¢\ÕHü\È\ß¥\ã\×ZO\ç\Ò\çhô?\rnü¤i\ÉL&MÙ˜x=²\ØN“\ãf[¿y=ñ/´So+U\âYûÝµß›r0~x†¹Os¤,2\Ìwo‚°”šh\æõQd¢M\Â\0…Ž;HÕ†úp\ï\Ô7ðCo\0ˆE”\ÏÅ¤üCw\Ê\Êh#9\\é“½¯¯|ö\Ëõ\ÝoýEÂ²tQQbo\n®þº\ïr\î¡Qq\Ú\á\"/±‚Ž…o2\á‘q÷\"\ë,Hf”!O›þ×¦œ\æwZ=P¢Lo5r\áš\Êð \à+£®ö\Ò}¾ô£Šo–38€øJ\Ìo7\\¢j¢\ÂUB/\í÷O©¿\î\é\î…4ûD`0ñ\Ø`/Eo:G$ .¬\Z%\è©Ð‘\ËF›’Fªh‚SÁ§u”<¬oKSñ\Ûc3\ç\Ö÷¿úY¯Wö$\Û\Çy\æ6Vl21@˜\á9Á>ovQ\"û˜„Œ“c4¡…’\ìyI½AR\Ý\éªKSUo‘Qò\Öt\'„\ØF\æOS’Ú˜\Û‹¹U\â.Rúo³›}\nd‰\ÆÖ‘«%?„\ÃþM€ì›ªõ¤ÿ\Ê;”·o\Ë×…¿CH\Ë÷œ€la\èºÕ˜úq\Þn‹F}\Òúuo\ßðüÉ‘E+¿w¾õ\Ð\Ñd™c‹#\Ï{AC\î\Zg·o\ë£Ö‘\çR\à`#\Â:\ÙÖ¥6dÇˆ›8\ïú‚\Ðð\È\Zo\îóxõ\Ô6ú\Û}DPÿ\rM˜b\è\Â1aõ¦»\Ú|i\áN™oñü˜\r1d._¶¹f/\ç7q\ÔAŒE¼•¸’p W|±b†O…<f\Õc\Ê\ë#_V´\È|\ç\\;ùZ½óp\n}\0ª]tt!ù…x° L\'m¾µ,i\Îñ\Çf\ÐK#$sppmµ+\Ú>\ã\\#J2=”)ôÁ\Z\Ø\ÕX\ÓÓ®=P	~rp“%h¬›\ä¤\Ô7¨=\×APº\ÍÁ\Ãc(@Æ¼›p%{ŽerB\Ý\ë\Ú	¼Â…\Ðd>H\ÞK5œ\Íû¬-c1>}p(%\Ýx5IY\éKüƒfM¤Q	÷Ú­£L_:\Ì÷Gp+\Â4\é\ÓN¤d–\ÜJºu\0’5H{\Õ7`S_Fv\Ù\è\Úp7RVŠÄŠ:\Û^L\î©~ôòŠÒ»:\äˆ\ØTW—ŽWp<D¤\Ê9‘ÙŒ\Ç	 Dp›\ëH2†¡•LReGþM«p>2¶\é\Ãûx«ö”tn\è˜tq\Çš\ïº\ß\Æ\Þ©\àbpLdv\ïX3\">\ÎbÇ„„Yó‚_[M€Ïµ\'pó0ð„ŽpTc ŒOj-\åÎ¢	suj®”4û¯IýT\ï\×#°Á‚pkº\æx\èƒÑ¥LÒ—©\í”)òD\î\ÌA‚z‹Y€n±V\î8\Öp‡~ž\çˆ\Ã\äŒ$\ZûtB\Ý@g™Zz^L¦\éÍ¥pšˆyüÁ²\ÊÿJz\\ŠEµòŒHÕ \ëT`\n“ˆ—\Ç\\7p¡£\í½\Ò%‚Ñ˜È®W\Ôz\ì\îÌ€+QSr\ë=«·:À5p©Y˜Ñ¹!eóu0vû\ß?.jú¹\Æ[‚ˆ,Ä¨†!•pÁ\Èm£Ó˜´D\ä\Ö\å\Þ.už“IdnÀ·‚¹ú1wp\Ê=DY\'cq‹Œ\à·Å­gawð OÁa<¤;\Ö9ÿ–p\Ùu\æ-iŽ\ì,\Úð€’pŸñW\Ã\ç¿c}h\ÊøpŒp\èñ\ë\â2\ÜW\Ò|\Ô[MQ\ß\Í\Òõ‘Ww‘v$|­Cpý\Þó+ü¸ˆL\Òú\Ï\ë¼\à,þWyü4m\âŸ|Cü¨q\Ç,–\0\É:\ã>|¡«˜\ÎAC˜z\ß\Â½\Ìlqg›b\Ð\à€a\Ç\Ðñü\Ð\ï\Üÿö,\ÐO\ãð©–%\åV“q(˜—Fl\Ìè‹—njp¡Er-R~\ÂOà¿¾SN+Kq*ˆO\×DžšlªW2a\ë\Þ\\ð,Dû%1<\Â\è–Ü­\ï¥qq.\Z‰kó‘Ø€E…\á¸\Û#\æ\Éô\àq‚Š\Ù£\"š§q=\ë1®‘#ÿ;°¡¹+”²\Ù\\^ƒ‘‰”p°$\ÆùºqYŠ3i\'\Ó\ÚG›±\ã¢C–?o(÷™˜€\0\"+I}lq[8\×òdõƒ¸\èwŒû‰\ßs˜›#­bþj:75\ÊqcO2v\äh¡½ö1(þO2øg	_Xª­\ÄZ\êUqi´´j³j\Öe*Z…µœHG[\Ä?=–?j\ìzÔ„FaFqzLòk\Ã\">\à\ÙEÆ°zºx»\áQ\çe6ú´\ç¹\éqzþ+£k×‰Fzø3“\Ó7-¸R6>‹³\é‘\Ã\Ô#n&q}¤bN‡Š°O\ÂnœžYV8\èYõ¥R3SH‰C\rjq‘¼Ï‘ùþ\0d\Ô@Ð›\íˆ0l»,\ç\ëÿ‘¢Ö¦\ètDq™CP \Î!\Ü3‹\Óü\×\ëÐ°_ d‹	Ç¸uu–…iŠGq» YŒÆ±ñe$\ï£irhNF¶I¥lóŠ´,ùoiqÁ\íÊ£uG(\ëŠaVè…7f\Ì\éz\à£\îñžL¸mÄ³qÃº·Ù«&½õ\ÕUzHk‹o‡–V\ß\È!+lVŒOª–Ÿq\Å\ä\ï\àÎ—vCFñ‡\Â0¼w‡\×/Qc‡˜}/[\Æ q\èþ$\Í\Ñ1WÖ‘û·=–J=<¨À‘\Êù\í-\\#\ÆÁ¯r\ZW\è\å	Ü¿d,ÖˆÿðL_@¼\àJ£JA¨pb\\·©r±<\ÌK§Š\êeûŽ\í2K¿­{EÃ…˜ºóôƒOòr,	RúB—¹“f\æ0ÿz^ðŠ*H§a*\âˆ:r4(^0ò¿\ÍÿF\Ä1°´\È¶s¥t\Ñ\nr´4¹\Îó¶rH\ÜawVm²\Ç7\Ëc­:öÜ\Ëa\á4\å\Û\Ô{+•\ã=[rKX?¢kz^C…\Ìˆ9X\Ze\×ýF»YŽ38‡_ýrV\Ûj•-­jn\Î\Ã[M\Íñw\n=pÉ²²d€4¶\æc\Ú\Ïr_!\Û\á¥LPp\Çf<vs\å\ß$\â\'\âú”\â¤ô\èorl[MÃ‡\'’‹…Á³H«$•\Å\Ý¹§>\ÅQŸ_\ä¹rŒ\àÀ	ŠL\r¸-°\n}^\×\n)÷*\ã´ã€†Ð®\0í¼¼r®\åbðSä¢ˆš\Ã%VŽÈŸV[9šn½®!ž„Ïr¸„\Õ\ÃY\Çò\è\0˜j\å‰ùo;\Ë\Ùq>w\Ð,\Üuž™r\Ìû\ÂùoZ•\æž`°\ïa%\Ò,ü@°¶ûH\"J7¯xr\Óm„\"•]=a\àn$\á\à±7-j\"\Å\Ý\"\Ð4)NMrr\ÙNP_;\æ bˆ»0\Ûf\ÈL\"9u¡\éS‡\Å\å\Ç,r\æ§;´\í\Í/n#\í~Ø†®›—üª\æp…$`Íš¼W}>rõQ[¡\ãûŠOð½\ß\ßGO\Ð€\'Ô˜L‘—®±Ë‡\îrõ]À`²8b«ý@¼\é#T€\ãŽF\è\'w?Ý’6rø´ß‚\ÎCZö\Ü\Ä\èó\îðZ{Á\ÊL†¼!¶(\Ûî’€\Å;s\äµ#a\\±”’\ïûž8Qƒù0²súl\Ê}ß¯]\Ñ6s\Zrµ:³<[\×Rd™}:\ÅYd±y²(‹Ñ©P€\"°\äPs\'ý†j{õFC\äºh™¨\Ì\'G\å\ìM˜g0À®fžs( \Ç8¡(›\äƒ\Z\Î>e6¡Aˆ¨RŸQ!3´¾>Ï†\Ïös+ˆ\rU\02\ä\å³#\×\Z~¼z\ÝÝ€h\èsî˜\Ì«s.CU¨±Û õ½M\Ë^³ðoS\ÌF8\à6E\ï¤ò»ûsN\ÐlD\Z5Ì‚\Â2¿G†\êW©\ÏR½¥«»”F\ÄÕ–sP¶‡\Ô3\ã4«	5©²>Û²#\Ãv\×ñ\ÙG\Ôp”sPû\Ô4ŒÍ®4¥­¼qo\Í\"öF\\	^:QÙ·š\Ñs‡ý#XÛ–+pFXT%?œ?¥¬crS¡yNÎº&Iþ\\’–s ˆ”_£d´Ye‰kžP¶(¬HP\Ý6P´Oûs¨DV‹i\æšß¾ý[žb\Ó*ûa—VaŽý	½ ¬\ëøs²¿U”Œ$$ñ\Þ\æ\ìV\Ëògþ\Ï\Ñ\Èb\"lx°m\Ê\âs\â¬8N\Z\ç0\å‚\ë-º\Í\Î1ö¸\ÉÂ¶M\ä=ü‰1±ú¢©sü2—il)1\äy¼þ\Ýj¤uõHuM\Ôt5(\0€\ïIñ:\ÑE[t\r{\Ökƒ?i\Îk\ä•C\nL\ãðƒ‘b\ïÌ‡\ÝWyt¯*Ì½vdW\ã;1!lH²\Ç\Ð\ì9ƒþ\'<«	C\Ãft›lT›^´\âû7\Ç\å‡?1\Ü	[\à‹]¨øƒ¨#T\Í#t:sr\ã¶9ø\Õ\ë¼ca\Ë>ýS|0õ\àø+/\\3•j@tB»\Ëyüû\ÆiC8Í¿ªžL4›D£Qþ\Ì\î\0½oz¦tG=9’\0»“a·Ê®œ\éb>\Z€O™zò˜cŒ\Ïõ1\Å}tIqó\Ú|\ZG¡wP\Õ8±^6\Âõe…N\Ùc“f	\Ít‰rX#\'…ùXlmRq{ô¿8·\Û8Fù\Üñ€Œ‹t™GV&^`\Æ.^2‰°IX\Ã\Ô&$\ÖG\ë9‰, MB\êtÀ­Š2z\èv´fû#´ \Û\Æ:M´\Ý\â³‘{%t\Å\É\Ø>\Z/A\ã\æ\ØõùöG*¶\Ä6Œe.©‡QitÐ•ºs\Ç)W­j³Dr¼™Dðiº¥<¤Ÿ6\ÉN§\ÃùFt\Öá¸¹\ÚÁ–]Þ¸º®\á«H€ù™ZMm¡\Ø\Üõ‹\Úmu\r}[’µ-·\È™\×B\ÐúU`BE\ÜrZ‚nˆ\ÈZð?*šu«…œ\Èf®K\ì\ÏóM· ]¶\å=_mA98¿\0©u Nr8\Ä\ãö³\r1\í\æ\'„p{ñqbs/þ“¾†¥u#gTdý.C—ü¬­\Øù\æYg Ð‹±UWž\æa{õu)\Ör\×B\æ.\Îp÷óc“=\Ã\Ñt\'\Ù\×s)¹‘\Ó<Iu-Ñ£‘¼ŽAH‡´Z·64Š?²ðÑ§:\á \â¢}u6,]\å³g\Â8M÷\ÄU†d\Í]8µ7\ÌNXÊ¢©‰}Mnu?|ŽP\Ù4¦™TV\ìm+ó\ìs\Ïü¨ù”q‡dm~)u@?\î›Ô’$pû*½%\Ç\Ë\ãº\ër(b=ÏA\é\ê—iò\Ôuƒ€¥\Ã=Û¦µ´„\íRnJ+^\í\ãZ\âš\'=À\Ý\íU\'Œu‰Ÿ‚¹@\Òü\Ýjñh´0/\å \'0O¯MuŒDÎœ\Ê\Ã§‰1ù\Ì1{ƒ‚i›\Z¤-ûj»¿ø˜Ð’uš´ ]‘‰$)\í \Å\È\ßw\Ø\à\î¶5h1#}¾\×8t¼\Zu›;rõŠjùÿJ%©\Ê\Æ0$½«ŸU•C\Ì:õ\ZY!uœ\è˜#eo^3÷“|xˆ¡„\ê½˜\Ä\ïž\ËPœªu	„üx¥\ÓÁ\Ð{	_E\à•Ûd(^\äš6uûõ™H\ß\âU?/:êº¨\äAw\0­¦x2Úš÷p\Æ>Bv\0WbmA¡[¶\ë8i¡E\â\äR¿S0E¬`7d\à~›v\0\Ç\á¹k‘\ÉETv\Ò3dx“eÊ™…–\0z?`•¼œv7cš\0|¼q[j\ëQ‰[&LûÆ—¿P\ÌNú¢lv\Ë9ù\ZR\r…2ôó@¢\ä]3‹˜z#\nò\ï¿q\r3¾v\Ð\'\æ2\ÐY./T¡}™t b³HŠ<6\ÚPy-\Üv\È\Ïxgg\ïgy)Î¦ÿÒ¸s!\ï@XQ¢Rc1ŠFv%\Ê_\Ä\0\Ðb$m‘&`\ëó–\Å(û=™m<\Ðb\Zo0pv.”Î¡W¨Ô»lq¿H\Ñ\Óo‹¬r\'«Jm7\Ïb\åóv26†}Ûž\è\â‡\Z\â\no‹¯g$\ä$¥@[¡C—\\Vv3)<ª‰>÷‘ró¶y(L¼1üyU\é»\n©v\âf\ãav4Z\ß}k¯ \Èj\Åø>X\Ò\ÔËš¹WR/%jð†5t \Äv6œ\\\ã\ÍyvT\\MÁŒò	FQKG€u0ù\íÿ\Üv?Hmˆ®r\Ðq¿\0þLš‘¤\Ü>=e\nS¨óŒòR‹v@n\ÂL†\Ö\î¢!r\ë\ìoó\î\n\å»\îòµÚ·¹¦ÄºvY¢<•\r\ä\Âð4eš6ño™Ž§R¤ù;Õ¯C;\×vŸ\ïŽô!ž³ºþ¥z\Éß¨\ÆA1\Ä \Ãü\Ô`©[Šñ³-v¦\ÓC‡	a\Î\'F\Þ;€øò±z\Ú»”(eJ\í±Lv°;aÿ\'\"\Ís \Ü{„Ct±(~\å+ò~mu\Þ\Â\Ê@v¶|\ËPu<>›n4p\äR.þ\ãõsI<\Ã\Üü›¯Àúv»\Û2\áÏ‚¦¾Zû»ª7»“ºQóù÷¿½XwF€u}v\Þ{_5\Öô[\át\ËZ;a+Ì¤X•\nx\\€õò&v\ë\Ãÿa-iQY½\ÐhJt«	ð\ÏHiƒô”\ç–2&ƒi~vò\ë1R\ÊCÖ…m²\Ú×žR\ÈeV98¤¬\ÌxýÞ§vù¡=}í†­”:vt!)™T‚&”\Óÿ”ò\àš\Æôú4w× `g0O›õù±…!’·£+\ÙU\Z4\ÍÿjV½9woHpõ®¬\åù\ÝÃŽ’ \"M^­Y\"\ÎÿƒùS\Þ\ïˆÕ“§w¸A!\Õ(v\é.Bc?ð[\à\ËD\Z;v…ßE”U¥¨w&C}5QÙ’×¢ÿu\É<\Ø4Uw \Õ+hñ\Ö\Ý\ÞL\ËOŒw0?±pºn~(§3e4«þþB¦!QwÆ»Lb®¸w<[\ËSö%l†n,ó-SÀ~\ê¼]MD¹p\ÂÇŒ\Ãˆµ¨ðw=c^©:\Â^N¾[°Ž \äX“%\Ê%N\Ï,ôw@ò c|\ßh«(\Å\êHz\ÑX[Ÿ_\Æ:€xº0ƒ)KwDiÿg\Åk\Z#¼\ïV\çJ PN]¼»	Y\\8ˆdÊœwHoôÕŒ7\ëÿ9l\í\n!˜{î´ŠO[OÿZøjwM.\ë\ç…#S\Ö{\Ð.¡›íœœ½¡D£G8óq(µF\ÏÀ¦wP±˜:B²!›‹nƒ¨$d\Î2e¸\ã|6Ó¹Ñ®:0²\ÊwS\Ät+°\Zï¬®HH±\ÇÜ·z H„–o\Ëõ\'3{”¢öw]<½	^\ÙJúdOh„¬þYþHª×žñ£t.\ä¬(@,wf\ÆÆ¿to\Û\æ\Ó‚XXGö‘\ì\nFÄœcIs\Þ*ß¤£wl™E\'~\ÜN‘\r4dAËŽ¯@¸7j;\í.¡šW[ðg½‚w„»\àG´’TÄˆ\ãÑ‡_¤|\'K¿\r,½\ã#scw…q\ï•X¦9\ß\0¨¢ª§ýV\\\äÀ•½\é\Ó%\Ç\ÓtwŽ~B¥Í£a\ÂÕ¨1\ÑÔ¡u?n·‘ \Z\Þùö\Æ\Êodw·c4y¡ª\ÍOù.\Ìü\È~H—½{\æ_Ê—†VÐ“¿w\É>Sa¾\Î\Ýð	\Â?½œÌœ™\Õszœ°§¾‰ðiÃ¾w\Ï\Æ\nŒˆ\í~;H4\ÔÇœ\ã/t\Ô\ê«ÿ²_v\îŽi%]\Ów\Ö^q¹ˆ92:\è\â§\×_k\Þ\æ\Ã_]¤z`Šž=*1wß¹x¬€o\0ø\Ù(üü¿+%õ5\ëBœ¶BSrl?!Gw\äŸº \Ð\àQ¶\×~\Êu¨Q’\Ô\Ö4¬1„\nx:óŸw\å/bÝ±\n]\Â\nANŠAº\0¹\Û\ÎvL\Ìƒ¡Gw\çºÃ¼}\Z\ÑO·g\ï\Ç f#\ÜE¹1g=g\ÍRz‹–Fx#oC:[\ÒL6lˆr€z|w´\Ç3\â:«B‚=½¥™x\Z\Û“E…ž¡\\kª!\n\\D‰º6°Rˆ\Í\Ü~—xwØ^˜\ÓtFx{·\ç™Ö¦ó\ê7\ç`­-\Ü\ã¼È†Ž\íx3z	l\ÇrgRMqÀ\è;\çÃ¢¼h»À¤0ü:Ó¶x3‘M\é1«Ÿýw:Ìª‘x\ÐðM(òyð/2ð®\Ë,x5¨Ÿr#Ð‡Xt\Æ%JFCD‡£±û\rÎœ\Ø\0Ÿ\É\ÑxKPƒ\Ó\é\Øù%\ÝL“aÚ¡\Ú\ëU\Ìxÿ\Æ\n¼GŽU\ÄT\äxP1v“£\Ü\Õ\Ë›o©\Ô0{\ÏW\ÃO†I- z²\ïwCE\âxh@j†±AšÎ­‚®Î°\Üh\ÕYò*~it\Í\nŒw\é±\0%x‘Qn¹g¿\ìgW.6£Yš\äõ·z#\ÖIÄ²«x§\Õ$‡\ä•P&\Õ}ô‘`\\QyGpr¥\Ì*}9Y‚xÅ·(í²µ\ïG*&ý\ÈIAvœÑ„_¡R!‡?ˆxÈˆ\'eö\îÅŽª4m#\Å\Û8\â\Õu¨\ÆV‘hþ•û©x\Ío\Û?‘!lN;8g\Ü_€¹[j×œ3&Î‚q°3È¦Qx\ÝTÀ\ß\È±\Ñn¯^\ÇÀJn\rC@ù\ëÔ Gú«\\x\èö•»\ÂS†½\ï‡\Âùn]±\ÞBƒór\æ½/ó\Ýu<\rx\ëR#V\à\à5\è*¡\Î]\â	òŠ$\é,>Tù€xTqHxô—…\âY\ã\Û\Z†>kªŽEº¯­M—R6.‰™\ä\r[¼\îxöl,B\ê³%\æ\\°‡O!šó¾®S<\æ³yð¼¿\ÐR\ÅÀúxùÔ´W%\'7&\\az<’ AK\×o\Ð% |7\ë¯ýKy Ý£¸x#\rö\ëôj\ÙÛ¤£\âE\äT\æCœIf\à›nZy-ó8\Å¼‹<\Û\á¦@<]Je<¿w^Û„\à½CY¢0\æB­y8‹Vüx^„î·¡ˆ\îkú\åj“¶ONl\ì\"3`‡y9\è\Öt­û½º$\ßJˆf³¥ÆŸ»\×\ç\Åú\Ñ\n[d‡w\îyK6³¨h\à„®+>A\î”ÁW[­ñ¡ú\Ü\×,\ï1/\ÏÁy^&	†\ä\r&H\Ú3÷»›\Ô\\ F¸£[5²\0\ê¶/yc\Æ++S&\êa¤1g\ÛÕ­óˆ[yá—ƒÄ©¥Ÿ·nyd-f\Ñr\\\áœ•>X­1¯Ê -Q¨ÿN\Òyr:\'\Ý?e\ÑO–¼ŠF¨Z»©«\Þ\Æô¤è¯®\0ž3¥y—8e„—ûö\Ô\Þ\Ý\Ö\æ(Š´™—¢@\ß$ÿò\á\Þk(\Zõy—ãˆ”‹4\Ét¬F´Kò ö¤\ï¤v9\ßgö>M@€\Ò\Çyž¬„‰Ç§•8=\Úu\ï˜<³&(3‹eŒ¬_\Ü`\0„¶y«Uñb‰\'d04À\êt‰‹o¹/\Z+ˆñ]!\Îó\èd‹:y®\r!²’\r´s|\Ü°k¿F\Í\Ëÿ»a2Ú¼@\Å\î\Zy¼Wÿ@•\ã\Þ\ç\Ã\ïõ]ûa\íÁù¶õX\Ç%©T†y\É\Üu¼~\ìû61ò«ZÉ\\ÿ/[\çl‡ý\Ùü(y\Þ\ÊL$L	rj™kü\àKƒô÷‡\ìô\ÚjVx\0I\Ñs\ßzF\Í+Š1¦@‹\Æ,¦\ã›Œ\ë0ŠC\ÎJ£O\à!\Ôz‹Žñbö¯ª\Û\èø­¯Ö¬Û³yg¾Fb\çeE\Ý=º¼\èzLj³˜\äR3Z\n†\Z\È\Ï\Ó\æÐ“(\ánf\Ò\rô÷¸z$p~ñ»=P\Ûp\'’»\áÿey¹\èK!v^kzP¿*$	ÿõe²(WI!–[(„ôŽÜš>< º‰òzUm{‰Ú¿Y>pŽÀÖ¥x³w\nT\Ïmw\ë\Zõ~\ä\ìIŠz‚÷eˆe `\ä~Žöw€úý\ã‹ò¼G$us4oÅ8z’\Çó$²E†ðg\Ò\ã¶gŠ9šK93)Uó˜¹:\ÔSz¢_\ÒJ¯?Qõ)º”\á\ÐÏ\Ðð¾aL^\ã;V½ðú\æzªr…\ÏOU]¤L\ÝWq$¿»N\ÐôAw¤ ½\Î\ÝN—z\É\"Àö|‚5Ü—§\î:lW8]òPübNþC~z\é-6‚ŸŽ©i	F<>£Á’LO<kÔ¨1\n˜r\\\Äz\í™kùÏ¤c¾Qò=’\ÔoJ)\ç¡\Ö\0.¥e©»2 \Ò,zôHm¬aøµ\ä~B\Ê;@«ûlõ‰\'e\ÍðÛ¼sDÅ‘;{¾3ø™löŽpª^÷3\Ä\Úkº\à;\Ð\Ø\n\ìkÀú\è{÷ 2žwø\rOH\ÜS‚uÜŸn¡±ÓŸÜ¢²»›¥‘{u)˜£x!\âD@Ÿ|ˆH\ÇF\Ñ9\ÝBu2\Í\r<\Õ[?{5úyÈ†dj2&«\î =I\à\âU,qC”<\Âm\ËóU˜œ{@šà¤¨ð$g+ö•E’‹À\äô\èg[r3òüŽ\Ö{E\ØA\n­š­¾\ìþÿ\Æ\ë\ê\Ã\Î\Ã	\Ê«6“Q`U{M\Ï3±#\ãô_B?n\Îýg²\ì\Ñ<\Ûvw-i{\n‘\í©{iŠ;|-#qY\ædð_;¦üQHª\\©µù‘ª§B%º\Õ{saˆÀ¼VmHº»•¢û	Ù±+ôr§<Ä¸T;\ä[‹{™“\rÅ›¢9°\Å11ªT_P,[D\Ò\çý:ó¿\Æùwž{¢n]\Ö\0Öˆ˜\Ýn»\r\Ïµô\É<§wË·X)ƒ\à\Ú:{³„,‚t\ã4S)hùdŽŒ÷\Â;›}K\áƒ\Ñ1\á{Àg/\è\Ï\\\ÌEÇ°\Z\èI|\'á„›D·iû\ê…!H{\ÄO”W\ì=!Ì\ÐW\\\0vRý¿ª&ÿ\Ù~GÊ½\Í\Ð#{Ð©N\ï\äÀ±7¢!QZ\Ã\0E\Ý1\ØÍ¦\Ñû\ÔÚ¤!g\Ô{öªÀ»õxªPž¨\Â *+ª]L‰\â’|p¯¹^=n|‚…˜m\Þ\É{öcD\à1\Ò\×\"D]]=\Ø\Éô-c\\ƒ|]\Ðo”›(jF\'þÀ*À¶´\áÙ¡Æ—\îEF$K#|\åh‚\ÐP\ìœi\Åô>\è‹\ì@ñJ\æ6³\ÐlQŽMãž‚|#•¾˜¡vœ”€¯h`JO™Ax®ÿ\'¼^\Æ|(\\‰¼Q\Ð&j™‹\"†ˆ’·n	ô\nu\Õ\Û\ÜÁÑ |4rc¦È\ËDV*Àµÿ¾¸{’3Fø|E¯d™\Ë\rºq\Ð\È®#ü9¶ž\Ïð\n®J\ì\êt\ï|F¸Y÷c~\'¿B Ž_\ïõ-dl\è¼0h|Q\ìh\Å[s†ob\"ý¶þA ºf/\Ö$÷\å|ýœ|U6\çs\ZJZý\Å\r\à~5\ß\Ü\Æª\Z|º\ß\æ$\Øù¡Ýš|Y\r\é¨:l_žÆ™=§¹Ý¤.M\nð\Ç×º‘*¼|b\à)MGA\0\Ì\Ê3Y\0Ž\ï«ö\ÏQª§ÿ°½yLœ=|m!“5\Ã¢zdlöÚ¯4uOln{+\ÆP\È;©\r|q\Ü7r’œ®ßŸ÷{\Ç,À\'‡ÌŒ\Î\n¾À_\Û\Å|u¼ú¡kp\Ù\îf1\Ú¯\ì\âeO,õ5]vR0\Å=I½`¾|{î¹¨F½\Ã\ë\Z)cŽ	5!q8\ïc\\kpð\åKó>|‚&ë•þ1´`À	••Bò	\ßNt-s¡ó e[|†-²ß‘§:o™‡Ó¶liøÁ<§¬aõ+‡œ“%„ùP|•™\Z$\Ò\"«_w\æB°&i\Øòt\Z|ª³†|›@&o•|\ÇX4Pûu@¦C¬o\Õ\Ù9›RŒ\Ëd³|£zp-€v¼ˆ\Êdü\Ý\Õ.Š,[\Z\È\Â|Q\ëb•F|±\Òuˆ\ß\Ìô\Ä_\íNacýÿ˜µ:-·Ÿ•;|»üpÑ¨²º¹7{Í+¥\ÃôF\í;\Ó\é}\ÊU¤|Êƒ[\ÃÂ„^BcxÍ‚Å\Ê^ˆ @<=ð·£FòD\Ï|Ë†ðÓ°P—À<Õµ>º\ÔDdA.\ÒG}\É\Ê}­_|\Ï…z’\á,\Ðj=g§È·ô	ŽŸ\Ùð\ê²úTF!w¨d|\ÓN!x¨\äV$”W8qIA©öC]1!\Ó’	­±}^\ä¼\Z¥%EòÝ·2=¦›cû\ìÌƒP÷FÙ«\Å\Ö}\ß\Ê_‚\ã˜þ\ç\ÜØ¦b¿qÛŒ(h=\æF\ïÄ¼}CYÒ…³8\Ö#j<¯Á\Ù\ëQ\0Æ˜:\Ü/¸D\Ê}D\Ë	4?¬¼Žþs¼·.M¹\ç*‹£\î{TªÈ‡¸Fd\r‡}c‹ú±[–/\ÒNH\Êjüûnò‘‚\Ã¾\ëL•\ZXm}eExÀ\ê\íI‹\Å<°»gB\Zù9÷skfÿ·þ(hº}yŽ\ì#Å©¢M\ßss˜‘ø®\áðD£°j\"\Ù}{þ€q}•”P•d,\Ø_Pš\Ò9¤1·+Bw•†\ÆFŸ™~M§ù}Êž¯\Õ4!\Ï\ìÊ¨Yô6Y%ûdX‚SÙ»¬\0Gµ‘}\Û\Â-6\×\'°f¦nT Y@©¡y_{|nŽ<\Ç\è\È	}\åm™-\Ö+‘\Ñvi 1¾ûŸs„\nŒª›U¢÷¥‘8u}\è)H@\Ç\ßŸVbR\"\"Í¥\Ø0×¹\ãöoüµk’¨¸}úŒ\Þ	W€¸úb‰2\ácf©HBŽ£y‡\ïuù©P~eý2\èƒ\Ò\çý4x¹`›\ß\é\âQ¦x<C­4\Æ\Ü_¦~\n-5\ÂRT½¥ú¥ø\×w4\Ì\ê„}3“}w3&\Ïy7~\ÃCp†¾V_<r‡Z¢þJ†ý‡GÔ¹?Î¿œ\\~\"=Ž\êB\å\ê»À«Ž\êc¦ °\Z\ì‘\r®z™Œn3^ý~5:ŸÜ™Žµ\äFš\ìÿ“LW\Þÿ¹s@ë†˜\ÓN§\é7‚~>,\äO0F\ç\Üÿ2v\ÆF\r}ª÷Éž“\êÀkTZ;›ªÓ¢~DZS¦TÌµöp-7\êEev_ñQyšm˜K\\¶Œ”)p‹~G¢6œ86\ê*“\Ù\ç£ü\" \â§Œžf\Z¦=^\×\r¬‘~PjgkÎ–	üöf:§‹\"\ÙvE\î¹Áy0\Ñs\Õß¤£d~QoE\Ù3RoJ¨9>\æX£•\è\çÎµ\Ç\"Ø‡\Ü1ƒ~v\Ý~\Ðz´S5„\ÞÈ¢«Œi½yˆ®ŒXñp\ÖðdH~x«\"&/\í\Ð\â\ÛV¤ò¢!¸ c»a\Ý6\Ê¶ft\É^‡\Ø~r §‡ˆ‘Ÿd †KHqŸ\á•#\ê%´Y¿Zê—‰~Še>?I$VÐ©b@‚€\î¤6G: \Ãú\Ëîªø\Æu~£±^4‘\Ç*º*®\Õ:±r´\ÉC\ís\Ìþ%uKhd\ç~¹\ÜE»Ua\áŽqRh}Ÿó\ì\ä?£B@\Ù:¬‘ä°§†~\ÆGl*h$*V«{M¹&Ul\ÄI¾\Z\\\Þz’¨™~\Ô;\ÂYì¤›±N³PŒ\Ç¢±lô\Å&©4\çœ%\0~\à\É)+:ñ\í ™1Å¬Øˆ\"la@M¹¢ŒSÓ½k\Ð\Ã\á~\á·Õ„¦:ˆ\×Ù«\Ò\Ú\r…rq03aÍ½¶\íÿ\ä!{\â-ð~\á¸v—œ\Ô<¹gz_¦\ç\ßÝ‘\á	RC	~ž5B[1E¸\É_õ®\ï\'ƒ\ìÀ¥&xmóò øf\í•R2Ih+Nq$,!%‰>o•5ô&qœ\Ú\ëZ—q-Sœoˆ4¦P\Ò\Ç9\ëu›,›ˆ£ù*\á3‰\æR®“ W®IÀD[1hÑ’\Õ3\ì˜X?\ÓÁ?$\Æg\Æ`\Ä\ÞÀä¶`£ L\r9;`\\tMQþ¬Dj7iÀ®D–\Âfba\ê\Þ9SžÁ%\â,#\ìÌ”¾¤\Ïñ\ëc£~ðrƒ\ÈÀ\Çr\Èw´CpMñ\Å\0©w™º‡d\ÄJª•]@ø\Æ\È\ÝÜ¶¤eu©¶_³¯öŸ(Ÿ\Ü¨uj\çÿø«››³\é\Ð\Çp½P\ÏóœŒ\å5\\†–ðÖŒþ(\×D\Ê\Örüˆñ‡‡\Å\Ò3ñf!UHžŽ\åQ\à^3þ\ì\n“µACª“’«\Ä\ásÿ¤u–<œf•8s\Òó®l‹p\ÝZþ®(Fc1÷\'•æ¿‰\Ç\ã“jò$cFƒePna¼³Þ¦†@ô#‰€\0$6i2\Ôn\ì\Ét™òö_‘o\Ã\ß\Ãv\Íß‰pj\â›\ÞOYv€qQ\ß,|\äa6¸\Ê\í\è-=SÖ¾I‘ªpd\Ö\í€%_#µû\Î\åŸ\ê\ïkCÓ ! …!òns`»)^a€IY\0¹¿ö\Â1sX‘	vaC¬¿H†\â\ÞÞ¯9Î€L\îiký\Ð8>:Gõs ­\à^\êu`\ïJ\Å=T\ÙN¡`\äÂ€Q5cU±¢\ÐFa=\åO\ÈòœÅŒ\èÜ°ÁTõ®\\h€X…8\Ý\Ó\çºGR\0§z_B\Ã?<(ôÐŒeo·€u\É:\Û@Go\ë5 í¼—{`ñ\åºdQðz]À‡<€{#¹G®Œ\ç\æ\æ	;€c¦¦\Â\Æ\\73!\Ò}\Ö\0´20€‡ÍŒš\ã¯B“¤i¿\\5,¦k?øL‰\ÇŠ*_È„\çú€‰\àb\Çu%dN\à¬\âv3\Û tp>?X?\æl:\"€˜€L\áT˜²Ò˜$xDsš^ùh_!kC»\"1\'ü™_Ô€œx\Í9®\à‚lP\îyf¸Iu”‡™&¹p\Ë3œ¡2‡¾Æ€¸ñOk\Ñh£WSŽb\Ü\Þ^S\r )\ï[\Çe÷D<Ý€¿\îg/{>\Ì\\Iš„6\×R÷\à§5.vþß‹º° €\Êf6ˆ¯‘¾*Ÿ#6“\á—\Ú\Ô:\ÄcKx:1#Ù¨\ä³€Ý†=$ñ¼O\è/KfÔº\Å\å–„>·8~3>×‘\ÃÞ€ù©\Æ\rY3¾¡5\é)\×ô\æ\Ø>FS¾‡\Ë=ˆ(ª€ûk)¹Yt×•ä©‹Å¼8¹]c’>%\Ú9\r’\ËÏ¤\Ý\ç€þ–fz»››U\ç¢\â\Ï<\éMhª&E•NŠ+Ñ€Û÷‹ô\Ð“Hü O>\ß06}ÿ#¬ù<Q“¡ýðnºú\àw\ß\Ðö\ÄköVYÔ‡/ @ƒœ‚¦\Ñ\ëò|Û€²ž\'&ZË¥~oÆ—ZÚ–‡ñ\'\ïú6g‚ºi0B±<a 0\Ä²[«™ÿ\0=\É\ÆòUðª0½ \Ó-TK#¥ i¶>\×l¶.¢Z0øKª\á]Œ<Š’l>\æ&Þ‡Cy\Z|W°¢®	Y|z>6ˆ\Û}½¿\\ \Õyñ‘«\\–Fe\ÔS#lt^5:~ˆ/®b]¦©Š{ô©\Êý.\\+úB\á À ¨B„°Z\å\Ç3¨#f4.x\Íi:ˆpY´Ad\àŒB\ÍK\ÒŸ\r!U3JÝnmƒ$]cm\Ð<rž,#œ\Ú\0ƒ!8*J\Ü1ÜŒC“¤bwñ\Ô\×y—‰‰pÃ¸º\0EIntU\æ]×°h‹yR\ï^£ó2\Ìv *§\èPL<\î‹ÿ\ßÅ§\éSÒ™™w8Ø«Ü‡Si.=$#	\Åb»/ð:\ÝLV“¸\çäœ{l©´_§\í3t \ï¯Ány @\ã8\Z½fU¼Œ\é[º%ªµ M‰\Æ\â\íœ;\ZLÒ \á¹j·\n_‚š0\Ç\ß\äY\à<¦™Tý®i\ì¼Ö´	ðJ¾]\ì\Ú8´NøØ»\Ô½,Å¬Á\Ñbf¨†\æ`)A.?qŽ\í¾_L1¶ž£\Ót\Ô\çÿ4mTý\ëñ“d‹6„Wo›kµ\ë,Ó®?a\ËGü£\æËŠ¹B\Ç7J?°­\Únñ)\ép)¤=jk\"/%>‚\Ë;û¹\×\ÚÛ’g%@t\Þlˆs\Å\ÝÀ\î\Ëj\êj…rÆ‚r6yZ¹±û.÷\\þ\ëÎžú\0¯õÀ?©`ðb{C‚»TD.fˆ0‡l©°‹¿¢<\Åxˆˆ\ïCqZ`h‚\"$—v¢¶R‹\âø9\ãy\æ©Û\É\ìo4óh:	\n¡*‚fÆŠ2•\×gn\î…2I\à {C“[HrA\Zb‚‚ý\ÑÛ–÷Ü†lW\ÏGŸñ·Uaò\Ôú¶\ßGþò\èb{\n‚ˆi\áòkTðvQ4\Õ‡¬ú\È\éE\r0E…)l‚Œ`\êŸ&@ò©šºº`ü\'a1Š‰kÌ–VS+\nWy‚ö\î\ÔM‰ö\å9>üþ±Uð:¾\n’´\ÆÕ¢\06‚‘¾\×\r»Q\\¡lz?9y¥˜˜N¹q©ñJf0\Ûî£‚—[\Ü\Ã\Ô;P\0º½¥X-\'*›˜õ\0Ie#\Þü¨‚µ\ÒC\Ñ\ïø¥Á/\ÐMÁ´þ„\Ó\è;\ÛK\nAt/†c‚\åC\n˜]\Ç\\\ëJ\Ã\Þ\ê½\ì\Þ\à=¯°\\\rRqñ¥L ‚è…ªp\ç/ˆ\ÙÄ¤üDQ.¹žG¶\ÒÈ—{õ<)¤\ìMÁP‚\é\Ñ|\ë\ÄúyE\Ô^8²\Û}“\î\ßØšn÷Š¶t²&O˜‚ôø8(dœó56GJ\'C\Û:R,;ˆZ,œ\ZF\ÇB>‚ô\É,\\¤	Xw\ê\Íl4ÿ¥>‘\Ío¬…\à\Z\È[_‚þ6‹.$Kyo_3D\ë&QB²¥¥\é\Û2\Þ\Ï\0Tý\\\'_ƒ©ME\Ãw^¡TŸw[X«j4—™¢s··®\ëG\Úƒ5±h˜)\èp\"K¼4c\í!\Z\Ä\É­\á¸>\Æ÷\Å$\îƒ<\\\Ø&eû\ï¬\nP\Ï\Â\\¥*ûFy´?¡š|\áI‘hƒFIX\ÌF¯‹H\å¿E\Z*9Ý¶×£/B¡‹‰€Fú	\Â>&ÑƒJ\Ú5›4\Ç\É\Ç\ØA6•“#\"b2S\évJ¼\á@\Ë\ä’ò{ƒU­1ØÚ¸>)T}Â…°4¦ù:¶\Ø\î4ûSm\Åþ\åƒVˆ\í½YW\Ø\Ê>\0\0qM[Ol\"o èˆ²3S¥±\r(7ƒ_ \è»Y£o¦$šbµô°Ü¤\ì™r\Þ9‡«2\é4\Õ\Ñ?y\æƒkþF\×Kû¶\ß\ë·O\î	Œt\nPkº \î2úS\Ð\Ó-ûðƒ€i‚¿>~\Åf±½KJú…ƒ` õ\éô\Ú3\è\Ôuxñ”Eƒ…æ¢–^\Õ—\Èc\Ë|§ü\ÜÙž4\ä|c8¬\\Ãž9YƒÛ³%ˆL`N/~sÜ†4ž}?\\Qî†°C\ãþ\î\Û`®ƒ\éÕ¯—&m&=\ÐC}\Ö\Îc¢”S<%ø•`øý	ƒ ¨L$\àk…¶\ßãˆ¼°¬\ç\ìO!F÷øh[õÅšÚŸƒ ¦&ý\ÆI¯›EibÜ±ºlª“@!´\Û\ÜC¦ƒ©\×\'0:¢I\éWU„sA«@;\éÿJ/8\ÔqÚª\ígÃƒ¶›lDA\Ä×‘A“=òþ<ðž¬ñh9)¼Al¾…\ÏtƒÂ©±‚|yg8T:5,uÚ„F…œjðX4Ž\rW<0Y°ƒ\Þ{V9‹\\.\ÌIp?¥H[™sB\ÍHöxGq¤Z\Ø8/Zƒ\ß%¹Fw<\Ê\è+-;\åQn¹gpŠŽ®þÕŒplñVöNƒæµ»w«IK¥`\ä9q8VZgø`<E\î\îô¢\Z£ ƒ\è\ç«f–›VV.|\ÄvX\Óþ•N´°8D×‰\ÇD\áŠG„\\\ß\Ø\Ù\ÖI\ÛP\ØG1hFYŒ‰\Ô:w	\ßbd2Á3Ì‰„g•B@¸]B \Ìyò\Êq +6Æ€=¦’’_€›ñ7„k\Ô\Ãy\Â~»\Óm\èÈ\åÁGú|F©Á¢¦:†9Ÿ4„uZ7>f\à Ø«D„†—\Þi\Ô\ÇUgpþÙ©väª„\Ò{\ë\0÷¿/¦´9\'™™œx~¶\ÅÑ°fú7\ì\ë®Q„–ËŠ\Ïo„ ,«|\ê$ùAßŒÍü`¤\Ø\És\ÕÝ„¦W_øw\Ã\rz]Þ·vÁXÖ„#»b£\ÛxN\Îí„¦£\Öq‰FLþ\Óg~~\ì4øUÚŸ+û\r¦ù  °•„¬™?Î¾z\Ü2l\ãŒ\Êñ=ó€!öß¤$¡x¡”}„º\ÜÜ…öºe(86 6g½PE¦¶tµ\ÃŒ	ús«Yk„¿÷ýœþMc\ÇÇ³o1+Yœðlç’»©V#¼º„õ„\ÏqÏ«\ïp_§j§›f\Ó?8omc5Ö’ü\\PM%½\Å\ÓÕª„\ß	T0Jñ\0\ç™ô\Í(=\ìD\Å*ÁÛ˜\å\åÓµ>ú‰„ö\0\âµZ\Ì\ë(×¯¤Î‚ö| \î\Æ\0‚·#…•Š…\àø‡\×ý§~^y2òcót\è‰Hü&¿DO\rù´ZÏŠ…Å¸\Úl\Õsƒ@0jd2S*\r\ç¬Kƒ§™²³Œˆ¥‰…ŒT(¦³g’.´Ùƒ§óýt¬}	ŒzCSø0\Êj¹…)w\Öd‰\Ï\â\éV\ßåœ¥¶¦1\Ë\ÓJ{ôôhV \æ‚ð\'…J\Ób´-i.9\ÖEAù~Ÿ+|%\0ö…\Â\ìùŠ@\Êm…V‘w\ä\ç%©%\È: 3CQ#+g\Öô›	•–e¹}\×…\Î\ì@%s5FÅ’j¬fpvñÁ\ÄG°¸ñVý\Ûü…ŒMvx\Â\ê\Ð!!ªˆ\à\î\ì90MÖ—‚¥yµ‹-t3o…ŒXD±\Èw\å‘XÁ\â² ¼ \ï‡xTü\éñA]W…¦¾eZ\0—p›ô¡õ7¸\ã\ßg K\ëzðXF¢\êD¢\Èk…©5pB÷Ž€#\íŽƒ\ä:N¿þ\Óp[·\Ï\ÈFd›*n…Á¦7\Ãdë·1\Zh6x:i6“žLf ¤`O÷z…\Õ~¿\Ó\\Œ‰Aj!ž^E¥h©†\Ü\×ú{´RP¢…\á‡hO\ì‹ð	ög\Öpª3°²X|)F}h¾9P¤\á*…ú‰K_	\Ë÷ý&Z2J”i;\és±Àb¸š…~~:¢†~Uw\ÏiÛ«uE™fµIrq\æ\Ò\æp“E\æW?œ†\ë\Ê#ƒÜˆ³*\Ò\\ «ý©f«}·Õª\Ì±mÛ½œ†24ójºi´\Ý(S3ð„¤\r25y\0²2ySÐ¡ŽfU²†N”\É¼JA1\0sP\Ô+?§>°~y\ZYm\Âøžp\à5†\\žŒsöI[\ç(.\Ë\ÙE\Ä5\ÊMh%IÂ…\ÒL*\ß4y@†^xƒ>ÿ\Ô\ëp$\Ö!¿p\éŠ[ör\rf^\ãnœ\×E†dºf¾Œ\Ö3]¡bv<%pIH\Þ:\Êþó™W=\Â®Î†i±\0©\ÂûFs«\ZN–Àþ\Ì\ÜaFRÈ«‰?|Z=«\çp†ƒµþ¹U)®\Z±¯\Ëÿ¼\É!ø›Œ:¾y®4†„ñDY\0ý6\È)°\Ã\â|š\Õ)õ0¸x†;Q[5\æ\ãS†É\Ê\èÈ·¦dTKˆ:o‹\ë¥V\ÓL‹§•E‚\ì”2Ÿ†\Ü\ë¤y\é¡Eùþ6Á_À‚%Xc_\Øñ+˜|V7òT†\ì=ðÕ¸N\É69\Øõ\núpÿ«¦=x/N\îÓ³Fs†\ï/È—\Ü\ZCªþŽeÜ»´Œ½iL$µ@¿V¯_%ÁÅ†õDX\Æ+C\ì]ŽD¯$W+“f\È›yi><†\\Ÿ4ƒ·†÷]\n\êc\È\Ç\å\Î\Üö\rŽ\íº\Æ\æù6\ç¡K\ä¶-¥}\ÑBÁ†þ\Çör\È(\rnð\ç¤b|8\í\Ö\äöŠÒš¢b²‡ú^+\Æò­‘MrVŠ5\Ñ\È-\rñ¤\×\r öJ\Ü<‡$\ÚjŸ¡§Ab×¹¾W\"0AE\ßÿš\É\à=c\âÝ¶•G¶‡/twv„7©\ìKã›´\ÓoGÇ§„v\ç\Ó\æt™\ä¯aAX‡I\ìö©l\éE†K\à°Ñ¦ø¦?Z£0JT¬\Úò‡\â\áU™‡X“”ö²	¶\Þx6R\n‡”aXü‚Ö«5\ÇF\Ý\æ\'ñúÔ‡m¦4\Î@\ßxœ5\Ôg\Ç@\ÅOƒ\Ãs¬t7—z½¿”‹Q\æw‡€Š™¯·\0ý\å,ƒ7‡ x/\Ë@69	­ÐŠ\ÜE¸*#Š‡‡†ó\Ý/p?i\ëQ¿ýk\ÒgÆ±y™\Û\Å {\ß\Û#‡\\o%E9ÁñP\ÊËŽs„¾]¤\ÙhÍ‚R;b¦E:\0‡µ\Ö7\Û&[ˆ/=sšøcÒ´\ÅÀ\ìLúøHòDòl±‡»üC\ãb–\Ì\âºÇ«o·o\ÌMI]2|P^<qD+£‡Àœ_«÷úŸdþ+¸²%nþ\ÐG#HÐ´%Ü˜r„Ÿ\ÏÜ‡\ÊJ<¥\nÓ”—w2´§ö\Ã\Âñ\ç¬{SU%ö’	N3y‡\Êu;°VD\ë™\ÎÁcmWH\ì¶\î\Ñ\É\Ò\'KúgRü\n‡\êÖœ\Î\åƒð#ø](®Q\'n\Þ¢¸y—z¶Ma¿\Í|¢®‡ð\Ï\×ÿZ„83P#\ê\èW\Ñ(P)ö‹\Ó\ç\n¤\ÙôÕœ‡ð\ã£7|š‡#ü«|˜¤‚igû˜Šª™\Å\å´‘‡ù\Ø>³=ƒthº@~1²J³\ÑÀµ#x9QªbvL\n\ê‡ú\'¬\×bþ•rL¼\r8øÖ’\Ø\Ò\\„\ê\Ã\ì’8˜¯c…Iˆ÷\Îòû]uZ\ÏÍ¨[\'i\Î#¡¯3]¼b¾Z\nx„©ˆ…~(0\Ò; ZÅ³‡…4ö\Ç81‚O ikù™ÿž’ˆ(r\éô.PÆŒØ¤ö\Æxº\în±®GAh\ÍY\ÞIå£ˆ0\ãvü¸ž6³°¬-ù€ô£Wk)(yó–jRvˆ5Ó“UþÄ“*\Z™°˜\"\ÂLv\Ñ::	ÿ\ÆÈ”j\ÊF»¯ˆ@V:™2GÛˆ\Í~O\É\Ü_iS\nJ£\ìI>)õD3j\nˆEòšI5xp\Ò*I£\r!£	Pif«Vq\î‹\×lF\äDˆVS³><\ïûÉ§X[\"v-V€¸ö!º¥vŠ[\è8ˆeEÀ:B\É\äÇ‰ñŒ\ê”8!\Þ>E™ÂšaC\Üt\ïˆe©Q‰s›\Ç,Mz™\ÖX{ð®\\[º(HfCP”A´»vˆy5\åª\éÿ\ÒF·\Â\àµ­Y^´ª\Ò\ì\ã4}ù!?ˆƒýøø\è‚\Ú\n—\0÷­\È<–\Â8h,O\Z_°©S\âAáˆ›~nD¸m \ÎnC!Öºù4\åK…™\ã¸)Ý…Œ3€_Êˆ´\àö_¬1\å[“”\ÍÀFŽ*›J‹Œ¾@-©$¥Þˆ\ÃT˜‡€$\ïTD£MR¬ë…¹£~\ÈF-¡š5®é™‚{ˆØª\0†÷Wx&¯_‡	3g_`\ÆB\Æw½iÁ[ú\ß\'ˆ\Û\nT\èT\0¼Œ\"½«-\Þžv	¿žô±‰kþ°ˆ\è¶Y›d4 ‰wº£ñª°‹½ý;/u‹)Ù¢X´\àÀ\rˆ\ìû¤/_o\Ë¡[’¤‰B\Û\Ç\Óó\nKKxm¶|¾\çT*Hˆõ9K@k‘„df«\ÇÿdQ0?\ÐW*ªæ­˜fa9ˆøÙž¤Ú‡š·]\îS³Î…HDWIô\îF\ã~¦\ç„°‰<X1g9]=-\ãÒŒ\é‹ýý>\èÅ¡0Á8(ô¥š‰\r4hþHÅ”\Õ\ÓHøblƒœþ¨X¶T»\n«\0y\"‰aRTf‘þ\ÅB-.\ÄRc/“nµ\ÔMœÀ—,=g‰$§(}óB\âÝ®D–9i¤¤@¡”‚\×]dEÁ\Í^‰CAm”\Ë7ùtb¡vù\á[5\ê\ÔS{G\åR™i®6‰K7ø¡3!˜\Úþsºtˆi‹q)Õ¸J\Î\\(\'UÆ‰LÍ¤¦~¦†™[÷óÙ´‰;R6ž¿‚y\Ø0v ¹)¸d½‰R\Ç\Â/¯\nfJ„\Ãh”vi5ürr¹–\\z\"6¥q%	!‰k˜—ýQ*ú;MŠž\èÁ£°uO*¼§\á-\\jµ‰mkeŽw[pÔ¥1\ã\Ì%œ õ¸7c©p!L—7wg‰~\ë]\' \Î=,7þ9‡v…•\Ü/ü_—¾œ!\ß€P‰°wS5˜ \íb#fJ\îW¾neoRÞ¬´«ôA¤\ïW_fE‰\Â}š÷*B+¼\ä®vÏ˜D-\á@Atw‘›r³¤ôF‹N‰\ÒR_\éþ\\e+›\Å!¿ ho\æ¬\Ê%9Ó­\Ï¬‰Ùƒ\Ì	’–§KW¤e2\ÔP¯\î¾‚–[\ç, G\ì‰\Þ7oˆ\\;›\Ý\ï\Æ’CÁ(Û”ªH\\Ý˜9™\Èfõÿ/‰\å‰V©ú•\Ó|\Ù³\çøiöˆ¥¨3<Pin\Z¾E«O‰\ï¥Vo”Cu	Œ†\ìš17,s\å·u¥Í‰v,±¿²ü‰õKóyJc¹eò\ÅF\ÂG\É\Õ\î\Õü2Ÿu™«]\"\\¤‰ù#3\î\nV\ÜdH-SLö86Ý¶\ÒÀ;¡›6\ß	‰þ\æyO\Â\Ï\ê\Ï=\ÃP\Ï\åoŽ½\ßÐ£?¾”§Š\Ûbu—\êùù\È×”®”­®\0ÿ‘G¨\\%´A\Ì\Ç\èò\ïŠ\"õóû¸^õ\ÐcÎ¯\ãûk™\ÛÜŽo\ÎTŠ+%§\Å$\ç\Ã[Š[\ß/tH/Œ\Ä(ÝŽ2‡Š–°\Ëeq\Ç3ÛžH\ë-X‡Št? ÿL›\ÑA±ý$G¢\í?Cž¤¿Œqêœ†GG\ÚTŠ|\æP\Â:6«¦hL6^‰E„zPu ²–K\Ã;lù)Š™„‰ª¸cÿ\ë<S\"²\ÍU\ÎBIï“—D\nm?‰5øfƒŠ¯ð¥‹¤\"M¶£,\áO=Ÿ\î:“ G\à>êŠ´þ‘¿m‚`!ºl{_,D”‘L–\Î+\Õ2€iþ4Ç„ÊŠÅ…´ô\ë.z;£ý& ¨»\Þq\é±\ç¢Ã»ˆ¯9Š\ÍýÔ€\ÙjÖƒ7\nT¬\ÔtiC\Üb\Ð‰\ÎOKñÌŠã¯¦0NV‰¶É€k\Å\ØbˆX9¡ý´¥\åQ\\ª\\Š\ìmˆ\Ý,z¦oôºF\ÄSI‚aÁ)~óa\ÔF\í=Àö2\å\çŠû\nð)©¾œ\Ðò\á}$\îþ¦\ì‰Á$÷•¹N\Ü)‚”a\ãûŠþd*\'\äI<\Þ}‚ª)Ø»Pª*l¥—\Âw‰ˆKB‹}ÞœõúÁ\Ãs2C`»ÁŸ\Ýh`W\â>¬®‹!•\í\"8zH›0\Ñi¡ ž\ÄV(‰+Àûk§a–Pµ‹)ºø²2\0\äÕ’\Î\0‹¾ý¬\á·Uø\Ò\ä(r\íbwÇ‹9k\"m{\ïR\Ø7\èa%,qºJM0\è˜\Ïw\é)\å^¨¢‹Zª\Ù9\Ð@-ŒõB\ãxi\ã´U\ß\èM?\Âq!À 0µ‹_Î +£\"g%ç”–O0û®[!·<I9\ã\Ã\"¯žN‡E‹hÜ•AOk> f5\Ê\Æ9%,ÿ<±\×\îš9;]9Ë²™‹i©\í0\Õø\ÌIc\Ó;\Æ\åÆŠ\ë\ß@ŸpÐ¥P\r{I\0‰‹‘ÿ(<C„£¿y…µ¡\Ï¦]1Ô£§Ë¿D¥Grcò\nË‹\Ï\ÊpC3Q3®\Æ#9\\\n#I\Õhq24›>šM{‹\Þušs½Š’¹!Rd/ýhZSóC	î›“\ç]_¯‹\îþ‘4&Ú¥ýµ\ï[Nm\ê4ÿöœÄŒx.\\\Z\êõÏ‹ûW¯-{\ÙWFùvòv4[\åi?ir\ËzG\Üöa×Œ/¸\nÙ‰Ÿp ±®R\Æ?61».x¡‡l‘ö\"²>£Œ¼ŽÜ%|o¢Ê®o3ƒú®–d\Ý\ÜlÝˆ\às9Œ?9§\Ü:PŸkZœ‡À¤I%-ö\Ú\äûU¥?œ·÷Mü$ŒL¹eŸâ¢’U_F=\Ð\ç`o^™FpiO@²·^/¦ŒX\røñû\Ñ!\ï¹\Ðh“\æ\Ú6K\Äw?®¡o=—7Œoƒ|<\Ù\ÕÔ›R\éSª\ÊKVQLn­„wŽ—ø©÷\ÎrŒs7gø\ÚxP0¶«™µˆ\Ê\Ê_x_ùûzµÖ“‡ôÉ¥Œzdó\Ö\ê\ä^ŸÐ§G\Â\ÙDC.%\Ì\Í{?_\ï\Îÿ±zñ¹Œ}+\êiU&4cü?=Ý½“òK\èD`‚(\ì$Œ‚(\Î[\Öä… @h9<}\ÖRù=\Â-ô\ï+K…[\ã;E¨xŒž-É©\È\ÛH\0ÿó…9\Ók°]À4:›B’2\æ\Ç6eŒ¸@^\Â\àIÍ®\âs¦“Š´·¯LŠ:}|9óÆ¶¼KXkŒ\å¥,k\Ý x”÷°¸\É~6uz°`ØŠii–7òRµŒú»¡§qø\Û3@\ÍónM\Ü\à©5Ýˆ\ë7¥-7¤Œÿ”#“K…\èT7¹n.…=\Å$·£\ÎqYõ¸\0þ\"M‚ú\å(\nOraŒHQ°ù\è61…¬%ÙºxŒO[A\Í¸ú\ëña\Zð\"`Òƒ\Ý=È±RvH‚m†…‰f`´ü±l¼sžW¿:’ù\Ûuù#£†`\Ì·O¼Ã“z,ö£û\Ðn_­©BB\Ô\Ð\å\Â\nµSd3•–“Wº\çLš+&ùìŒ‘cD`§_«e\ßöd£vJNá•ª¥À>bg2†ŠZ•TH\êF\ÈS}\í\Ò\×!*‚rUj\ß\Ík´¤$4mxY¶J _‚\Ã\r\äð\îkø\Ç@7\ÔWð	\Úñ¤$w(\æ\ÒM€P\ÚX…†pC\ì}\Ë²û˜ù\ãýÝª¨V.¡ŒWPr÷™\Ä\ÖE!\å“oÏ¦¬¿½IŸ]§1PCN9\\¼f1	2³vvm\ê\Ã\Å^L®\ä§\é\Ö\Ð\×yf(¿_<>MÐfv‹€qÁª\r´‡7jZ2¬)i8›&þ\Ë<0~í€t&ubüvüÀ\ËZÑ“¯®\Ûa\æ©\î‘_I\Ó\nBƒ¸cyb€\Ëi¯¢XfK¦×»Z H´\ãWrµRkL\Ò\éCÊÚ›/\Äx\0œ\ës”-QÛ³·¼\è\Î\Å#ø\0\Õn{‡óò]\r\ÃWÀh0\Ù@\î²=\ìrþ\Ø\ÏIKÔ®ˆþ~gÄŸ0\âÈ£)!»Œ„Ñ±\ãK&\Ø@<“\n%	d§>?‰G\Ög\Èt!½3]#Þ³jN7\è£ž|\Ý\Â&?¨Ç°ÿÕ²bš>\Ô\Ê\à\ÂÀY>r]™b¾ƒŒ¨Ï‡3ƒ¢¬õ\Þ´½X\à´>m\Ý>\ÐÃƒOUy‘vò†H\nÀ;\àQÄ±g\"·¢©WAÒ§_g\Ó\Ûs\ìˆ\ëUþ™M’œ-Gm\"¦\Æcµm#{œtµ\Ó##Ÿ‰!\á6­\'D„«óõ!¢õ£\Û\\Ö¡‰q\â<pZò«÷«¤q3þÀglóª™›°#¤i\âU\ËP£¢\Ó(sP°™g°‹´\ãÿ/Dgˆ}‰#÷\Ø&\ëŽH\â3\Ä&XwÒ¼Y»\Ï:z½ q{\ë\ìIŸ†<\îsœ¸­›UxŠtW\ËgAO/©’mÆ°Brbª,\ç\Ì}Ž71‡–­ÿO[¡“§ž\'G\çº\ÖÁ‚d7z\r|¤q-[ŽIvù\Â\Îx»D!\ÅfÏ–\ê\åc\àDFC\Å ]•ñ5\íŽX»Q\nx¹\Ã!§s\Ó\æTªŽ„ô½P\ÄÂ¾\ÚT1¤!Ž`µðB\ÝIò\ÙrQ˜µ¨q\"‡\ã”Z¡F´~Þ¦-\Ãd±õ™ŽlW\ê“]!“r†”t\ÊT\Å$MKP\0â¶žlþ¨O\'džŽ‚]<\ØH\Å\Å\ç\ã²Ý§—‘rø@Xa‘’\â›\Ê\"cÆŽˆ| \ß\ÍW00Rõå¬¶8³¥Nh.¿s)\Ý7\0;XŽ–\\\âtª‘•I7ž\ÒSc4,¢O/`Ò»\ÆŽ¬õ[%pP\Z¦ý›\Ó\ÝcFš\Øò\í~¨c£¹RøË†Ž»Vi\êM\àJ¹\n12\Åô\0\Ý„´\ï¨x1€Xú ØŽ\Ä\r\Ä\îT\é=2&{$©”Æ·`z#?@ø\Ì\\\Å\0uŽ\Ñ5¶t\Ç\Â\éiÿkt„j3\Ø\ró\àh—vacJ\rˆÁŽ\ØFö\ïMG‡z\Ùû\Ñp‚	û\ê(‹_™\ßðvÁ\ÑÂ²„ŽÙ@þøkr\Ç\íy\ß\Ü~¯ˆÄºC9l\Øxu@÷\Ç\Æ\áŽ\áH¬þ\È\Îy\á>7·\ã\ÌH\Öf²\ãF\Û4·«ñ””<\ZÅŽ\é‹]sL\é¢óoxEl!\0œ\Ï\Ïü·gUg¦\ä\nó‚ôGŽð\"\Üú‰¶\ï÷G\Â\ï-¨„OŠŒ\'²\æB\ç© \ã^Žøc~\\fR;¹#„š\Ü¯]•\Æ\ÈÀ1‘@\ÄVk˜h¨@Žú†v\ãžø½\"…@:~‡CGôKE`\Â^-\ÔBÁ\'F*òS1?´||\Çwôº–¥~`Uaüð¼\ê‹=\n3ƒ-‹:o‰RFñ*&ƒ\r\ÃJs\âJ§¤ªˆ\rd^\Éš=P¨šò=Áy\Îp°\èy‚Pôÿ\æ\å*u]ÿõ«ž*hYef\á\Å\Ûm\ÃVr\Î%£\Ï\Ö)Ó‚x	©\ëc\Ý`³9«y\ÅD#\îøo\í˜\×\r…—µ‡\æ\ëp†j@\'û%\Ó÷š(ð±‘¬§ð„\r‹\"`»4¡\ë\Ö-XoœlKùk$\ëÑ¯„fù7yÓ–‰\ëus#\ä†i$	…\\X„i „™</jÕ½\nÚ¦*Ï’\0œ+\èØ”% \ÞVé»‰\êŽyw¬\Z1\ä\ì\Ì1•0+ôÞ ¤\Ù\Ü]ø\ë²  “ö\\¹UC_sð¶ö\è¿\ç±!)\è~Í´Ý­ñ>\Ö\Â\Ë¡Q5·Æ¾œbós\Zp.“(Y*é‡¨u½’%y\Ç\ëy‘eðS¥÷h\'¸:‡‰üx\\\Â\éF`f\è¢s¦\ãBX#\ÄM¬lŸ–\äW\Ê\0\ê’#ó_ó\Ý\â\ÅEÙœ\ëL‘¸‹]Z2Œ}½ ~8fH\Å\ÕÝ§¥„O´wžˆ¹$}\äöjEƒkw$Øþôh|¡\ç\ëaX¥x’NGñZù‹n7\ÂRstÿ\Éðº•Å°\Ôù0¿6<W¡U´.“s:Iù>ýÀT-¦\×6fO°\ïlb]\Æ\â9P…\Âð½…Œ\ç@\Ê1\Åü^xz\ë\ê\ÙoU5¿e2yþü)qŠ ­n +÷£â¯„U\È0i°¡\Ûq¡¼Â ,1Ã¸ÏŽ£\ã,°…¼¹™ã•™£\Ð}@\íLÀ’‰(\ßÍ™VZ—g«­|_}\ÐU)©³87^»*¦S$ @Køò•^/T¢°\Zª\é”2µ\Å\"\n@+øª²\èü\ã\à\nV)-d·˜ Ž¶Cù\Ëâ­›\Åû i\ë{\ÈPA\ÄÍ†k\Îûñúd©¤‡M\n©Œ\×+v«˜®5Æ¿^\Ó54­A\îlƒ°es¬ú¤ú’^Ø×¤š Rú\æc\Óg\ï\ÚÓ€\æQöÛ‹\ì\Øc÷@´y¬‰øA{)pCŒ1°©\â:5\è$¤S{²¥hza‘Ð®*•]a²\Ñ\Õ/¢“>^ôo</º9?ò©¼s‘®‘:\î)\Ù1§\"€{/†\ïpTj\ä®Ù–\É\\û‰\Z\Å?M€‘¡\Ð\ân{1)\nü› „-‘Q\ËG¥\Z?ZŽþ}/3‰‘\'“õ\Òl:\Æ9±w\â):Iõ™)Â‚šÌ’]O£‘C\Â{dv”c^\ÙÌŸ9\Îe³§Q‘\Û_ƒWo{_‘T7\ÕQ\ÌÊ‚…÷\Îwû L.è°‡M ð\Æ\ê=\äBÖ‘’\r\å¬\0AtÈ‘N\ä\r¢ý>§-¦-bmYUMe˜‘¼I†¦_i ¤¥V¶\Ø\ÄHˆY(ñ•o\Ùß œ\î­Á‚‘ÂŠ!°k{ýustÙ¼Æ’‡l|ý\Õazªº4‘\Ìñ¦5š5@	^\Ên4\èk«¸=ú\r	»_\æK–\Þ\"‡\ÞX‘\×]4—\ß@™ð´NS	ª\Ñtžw”Ò ÿ÷aF^ýºû¥‘\ì\Ë\î–˜\î\áE!”\Ôö@Z­[\æ|†\ãi(~‘÷\Ç_M\Ô\á8Uü¼«.pF«÷ù\ÂwŽ:E`ðMB\âü§’LÿiEª ;¿’ŠŠÔŠ\ÔR‡yÑ›jp²]c?\Î\í’\nT°”£MOmK\Ów`J\åúñ€\ç\Ü4/ww-6\ÊÌ’ ž½q¯nJ\Ð0\"dJÝíª»‡R\Z5\Îò,¥jd¯’\'Yˆ²BcH‰7*Œ(ß’,\æ—$Þ©\Ò\Õ\ÏkŒ\àš’3`tmœ«ý5^°7¡}´M\ÒR€`ý-µxñÉ’c‡›r\æ-‘AÀ$\Ú:T¸þ\ï\ÇV¬8&óE\Ã75’g¾o…w\ç¯VÅ»\Ã\êž­–BÑ›V¸„€‘j\Ë\Ì|k’q\Å\ä¨Y\æjY9\è\Ú\ÜM–Hž›®•\îEX¸[X²’›]@Gš3¦¸‡:Omo]?G¡\ï[¶!YŠÖ’œ\áõûSß1Ö“\Ñ}ôd\ÏQ*£t\É/ð‡^RÃ¶Žµb’«=9¯ˆ¹@ˆ\Åd…“£\æ\árŠ 2H4\×ÑŠ’®JMB\ÆòÑ¦«}\ã\í\r™20‰2h\×(G:\è?{’°þr\"¸\0\'5\Èw¸÷Ý³ó™t\Þ3c‘4­Y\0VI:>	’\ÍX\"ôFq³—U¸{–\Þ ¹iM$Ìµ<‘4‹–lûñ’Ø¤í ¶ƒ8¶0”/\n}¶J`3¿cl6\é\ÆH¹W“	’9z^q-ö¦û7žš\ïŠ6,‘s­vÅ„Te}´¾ “5\Ê\Ê;³u\î÷+\Ä,3.¼¥-ŸÃ9š#F\ï\Ì}¢‚E“üjvA\0ý&\Ö\ß5\Åx¢P,šz\r&\â8¹gE\ßÌ“\\c\Ö>k,-—ª\rhiþ\ÞIZ+^ ÀF©Œ”F\ÂV“\'$$˜¾It´üž¥ý÷¯\ë\ã&k\îû -–®8l„Z6“>F\ÔYŠ\\3§œ8\Ã\åfÿG\æO\É\Ãp>úKes!2“B\ÇS\ZBeLÆ“3Ÿ#Ú¾\Ý\Äb‘j52=ÿ<P\Ê3vð“Y¾ù…f«xM—«Àw¦|W$\Ô<‘&h\Òñ•§\ë70€“k7\ï·N2wF™ŠuO4-@c\ët¢É·3´(°ü“k¥Gå¯²\ä\nÎƒCD#¾6\Èu\Z\ëÖ„EÚ£@K1“y\"“/S‡5\à øü¯M3ü8¢i¯)BC[\ïÜš“~”ZW\îÀKŸi7ø‘/ZŠŽ¼\ÉªHz…&‹0,·“ˆ°?R-\â\Æ\Íe\Åj2­#X\íH¶\nd³5\0Â·¿“ˆ\çô¢x¹¿\"}\ïv}¨ñ\Ð\Ð\Ñu0\n\âM\n\×d†¸>¥á“Žƒ@,z\n™Œ¢‘&ˆ\Ò@]\Ö\ÒD\Ý\á6N‡\ïI\"\"{\ç4“–:g¡²þñ\r®¦ŒIýS©\Älž¹Ð£­\Æ\Ö\ï/“¤¶\í¹m~…Yønró87Áð\Ý\ÕEC\Ì\n·j1s\ÕD“­\ã)U\Ç@\Õ3ªkó{];š²\È\ì‚Ä‰·aÕŒ“\à\Ð\ÍQôd\Æÿ³8ý—k5¸ƒòœ5ai\Ç*\äUW—÷s“â‡¸s{q\ÃúœKcB¸Ïˆ*›œ\0\å“&Æ¼\0?w\ío“ýÑ˜SŒŸ®$¤¦€\Ä\Ð\ÔG†í£º\ÆJNglc^”^HHµ\ï^z\ç\ÜS­&^ »žF”ñÞ¿hY;\ÈknÝ”|\ÎTS\ä\ÌO¬cwž\ÜñDÙ›Oei\è\Íj3O\Ð)”½oœ®\Z`N~uÙ©\ÉbžX–\É$öZœÙ˜‰”ÀZÝŸi_ðô›­L\Æ5>©}R%ÁZŸø\ÅA\â>\Í%|”\Ò\Î\í´Á@Ö‚p¨w\Ø\ë^õ\Üo(‰\éfPk\"E”\ãÕº…l5\ÑzƒZ†«8\ìÁ\Ø\à\Ìqªº½}\r\Ï\Ð2”û{\Â$Œ\Ñ7F--sâž›G2³,aýÀ\î?‰\Üd•Iu3„\ím§òôK=ðøž\ëV\\‹±Ô‡\â˜|¾\ÔÞ•6Mj‡	\Öm\Ç\Å9$*x§¶…g´U(xý\å\ä9•9\ÒP¹T—\Ú\ÊnÕ¡c6‚\n\Þ¢‡{z®tŽ˜@•;=¤JMòZ\à\È}`\î¥\èó\áÁ‹‚ùà·¬e÷~v\ïJ•?š\"/†i´\È\r–<H¡i5\×+:~p1K‹G{Æ•`\Ø\ÍÝ¸¼òÂ¹\r?’† y\ît®bg\É=!Ó«¾ò§•ˆQ6À\Ìò9¡…`\"-tPƒ§(cnƒ\×/˜ù¿\æÀ>š•œ)b@HOŽ€?þ¥5>PQ¸\ç	\áµFšç¼ƒ\ì`•ª\'»\à%\ãYˆÀƒ\ê©•\â¸\Ü\ËoÛ°&£d\ÄtQž§•·À½;<v\à£\Ä}\'P[ŠY%/?_@­e¤&«ú›•\Ðý†û¼\'³õGpp2[zDªwN´½\ëžjúÃ•øX\ä=¦Ð§l1Y˜^²2x\ì\ÄO^ú\è\ä¤\ë;–?L\åu5Re\êv¹&\ß\Î-”kUobE³…\ÚÀ–7Ü¼øŽóðzL{·\Ô{·M\ËTG.{©‹}¦)¦cÀüž–I\ë ¼+@\êÿ±>H\ã¦#qL=\ì\ëa\Â.”cU\Ì\Z–Mw‰£¨\æ\íòJ\ÍÃ—¨ ú·õ\'bš\n\È}\Z–Q!£\áx˜‘\r5±\Ù\ÍDQ’U\ä\ÔKÿ€Ü……±§Þ–‚À:(O.Xi\ß+”&	õM\â’E\Þ	¸ˆ¾¬\èzFg–Žùo¢1‹ù:‹Ñ³\Zž\É\é°>A¸\rq–ù7–•0O|Á%6`	‚PIŽY\ã;I (\Ë\Å¦Ï‹Y\ÎÛ–­\å¼uf/\ÝZú¼\r\Ò\åÿ\áGüs<\Öh\ï¬4\Ò\Ñ–»o\ÉWxôª³Ûº!\Ñ\ÙMz0V_.=*ym\0ø–ÁCª{!Y\ÃðR¨†a²\"¥š	`F?Mˆ\ËU‡°Ç­[*–\Îa:\Ñ&·3Ü¸<u\×LJž\ÌP†#\é=9+Fñs–\Ô\Öq\Ñ\ÉIB§¾:®U{G@\ÔBš\í=\Ë\Ç\'\Ø\Ö&È–\ßù‰fC \Ñ~ø.§n,ˆº±1`Ÿªo9]\å¦k\Z±¾–ñq4Ù±x¿ˆr°ó*ø¶Ó¦wŽR–Z\Ò	›Z\ëJ–öh>\ÔE|7´ˆ\è\Üb½{\Ñd±ð8*\Ú\ÍY±\ßyÑ—B.÷ºõ\í*¢ó	òlò2Q­Š“_d_§\ï,6—QñaA[þØ²—¯ý»\æ=¹‰\Ø	2þ\âm…í¼Ÿ—@\ê\ß”>\Ê@ATm~FmÓ “N\Él\ãl>\èõh—IÊ¶\âW\ëƒg€®€vÀZF\êÏœÀ\Ù\Zb7BÂ¤ð÷—I\î\É2Y¿\Ö\Ö!ƒln}¿°1d\åñ¥Z\Ñ\Å\Å×—K´7\çGù¶÷\ß?-U>˜‚»ººƒ\ÑtQ\É+q\íKz:—n\é9>‘j5§\èdñ\ä3\Ëû=\Ç’€˜Y±¡sNqq—p\ëc\×ñ\ÜuÈºtV5\ÆÈ¤m9\Z8Œ°Œ£q}—u}oƒ8>&©VÁ\ï½ý&N\ÛAµ²ò,\r™\ÌjY—‡\Ø\Ñ\ÒnxIv\æIv°òóÔš\Ð\ë!2q#&aˆ“ñ;Lù—ˆÁl¯ð\Ê$\ã®d£š3\Z\å&2\Ô	%¯\r\Ì%~Ž\Ð\×W²—Š\Ö8¼ñhŸñs\ß+d\à°Æƒ¦œ\á°*&\ã9É¯ß—–‹—+n}ˆ\Ò\Å`”ÿ+j‘\Ò	þŽ\ßQø¨C\è——Pf\ÐÔ¥®\ÆE¶†Z\ë‘N%‰\è=\Ð\Ë\è	\î$¬É—œ\Èó\ç\Ø[\"!\Åv\ÕO\r#-óS\ÕZ8(ÉƒA\×Ò·‰\äh—Ÿ\Ù\Ùþ\Ä\á\É/¼°v\à\à.OÁ¼2žW‡¶ðÿ\n—¥9†f/3MM;#GÚªWO&’tSûO\Z±­ÀÆ˜ò—»úd\È*\ÂJƒ?‘^wŽzTŠGÐ§õ,€„\â\ÒÄ—\Í\Ä\n\\yq\Ð\Ý#1­˜\êŽ6¹&Z\n8ûÓŠ´‹ý—\ßUuB\åà©‹‚9úEL\Ôa=\äT\ì/û\Ð8Ž,i?Á—\ß\Ã\ÈDò/½ ¶-\Å &~ô\'É‹‰œÝ±ÙŒ»\äªÀ—þ¿\ç\Ï]‹\ê\Æùÿ…‘œ‚\â¥!zD–W+õ®µjJ˜\ä\Ó(r ]¤\Ê\n=+À’\ÉWU}O/injõ4\Çu˜9“Ï¯\ã\\-£/O²\Ò5dXS^\í`\æM“.˜N\ÐS±I\Æwº*‚/\r\Úiüw\à‡lžüµ%\Ñ7˜R\êc(òZ=m­±ƒ“\ÊÀÛ—šAù\Äñ\'\Ìj;Š§LB\"˜^\Ò/µ±:Ž¿óqQð\ÆoB\ßf õl¿G2ÄœŠ˜h\rô‹=\ç\ÐÉ¬Ë¥¡c¿·µHõw{TRz>ñ=M\ëÆ˜w¬`’wþ²”n\íõN‘¢ÿ3=\ÛÍŸhKr¿rºi˜}I^Lð\\95\äN\ÞY\ï¢…°;\í?z «aE=’˜ŠòJŒ‘8¦[úC=S¹Ñ¡\Êk¤\Ó{£\Ï[„k˜¥\ìF€ô`“Rl>§\Ä)í“†o\É8³07M¥R\×n\Í\Ëï˜˜®}\rÄ¾E~ú¸\ÛóÅ’\r\"\'—ì³“ƒ04¿tbt˜¯w\ã¬\ÕK\Ò\\\ÈiU¬VD}\Ó3yøœ(\å\îsŸ¿$ÿ\í˜\ÊT\ßç±»a‚	A²a½ø| ;žTróÉ¯\Í(£˜˜\×&o{÷©!¥ùû2\ëoÊªŽž\Ò’º\çD^\Ð¯D1˜\ï \n\é\í¬9\æ)Kb}«Sƒp¡\Ê\åŒMcPžAYX˜ñ\Ñ+{^\ÇÙ«X(òß› ‡“«M[\çø>ò\Úm–M˜÷¹C±«°\ÙôoMt\Ë}\ÑqqXA\ÖiYQõ\ÃMÞ˜ú\"#¢¡\ØE©\ÉòJp~&w«¡»¡® \Æ_‚„Ú™6=«\Ç\ïuqùe4_oq–\Ö‹tp^B¥a@^#š™$ªg‰™…Kýd\ãù²/›Ä—5“˜\\H½Rø\Ô]\Ü.™H%Eqùù\ã\à £Æ©cnœ­Œ‰\0»¬µ\Ç\Úü»™QÇ£d3ME\çD\ß\Äv/óZ°_a¯!\Ñ/.\âA1\×\ÔÜ™V®£ñs©þ|\æ\Ì\Ñ\ÂbPo25\é*ŒS\Íæ¤ž6§™i\â,\æ‚\ím»O¬¥#½?Vb\È,‚C-Ü¢cÅ¾\Zh\á™pˆŽ\ZYvœ1]@Ã´©ó¾õø“\Úy—$]‚\Ô6¥ÿ™s&„sQ‡*%¸P+Ý»\Õ\0Š4öÂ“ü²•[_\ÞÝ™y=¦¬Ág\ÎÖ˜þ‡\Å\ß\ÉeŒˆQ›§´b\Öþ\\‹™\ë\ìo~†Ü‡÷] OL÷HP¼xò	\Ý9lK³S§ï™™’#ô¤ün\Ø6¦½@#Gb\×bµ5_\é*BˆpX¹\ã™\ÜrV\Ãw›\rAU(–\r\Øbe\Ë&U6[†¯F‚#`l\Û,™\ê\Ã[u\0T‘9££\ß< 	cò&A\èw¼\Z\íE\ÎN\ê™ñ£Y°—q\Î\Ü\Äžiù¥6§-%1LË­Ý;\Z\Íþ™øò2’\ãuY\ë@\n’¸\âW\èÜ‘Ðº¹\Ö%?¡\í¾òš‘Ÿ–;…`,\è\Ò\ÄCÁÕ‹ñúB\è·xóøŠšVõu(|\ë«/§ó9¬µ´ôJúÛ@û“¤hyš¼½¼(¤¾K\Ë4š\ZU Œ+h÷±A\"ó?ò_6GAmš\ì\Þš\Ì\è€!3¿h\Ü„óþ£\"\ä\ìVj`\Õ’š+\ë*G\Ð6j\Âq`8\î&R1`\Ù\Ïóý\r\Z{\Ûøƒ š5y¨G‰\\ú‚\Úñ0\É\ìM—\áx[\Åø\Å-òýª¸š<P6Y£‘\êE\Å[3oHSVÐ˜\ç E]:S*\ÑËšD€ÿ›\Ï{vJ¯\Ò-C:I\ËJ™*H\Ç]½˜˜9ý[šFŸ\Ã|A9»’x\Â\Ú~·d‚r\ì\ï¦š[;\èŸ#;.\êH™AÛ£¿c…<¿\Ý\ëEp&U\nš‚OþÁKE\ÉrñB\ÉÁ±øÊ³õgU¢\Þ\àa1/•ÀqXš‡ûå¤ž\Ëd°‡9SyrCT\0µÑ«.Í´Yb\ÛjNZ¾Mšº¤\ì<hýÁs±Õ½Iº–\\Œ‰\è5\'Ð›\ßLøIÀxXš\È\çò`ö\ÇE…Ñª\Ð\ÙB+‡A›™p:G¶Á:˜\Þ\å,šÕ›™K{P|«™L/\Ó\Ö\"À³Ež‡l®+«Ü¢GwËšöaù‚E«Vb¾\ÈþUgó£\Évò<\ÂRvô,vwM–\àÏš÷\ê–õ\Îra\ÇH¼\n´\È}`\ÕR¡±N\Ô\è·|\Ç´”:G›w&×³\Ã?/K$^ce?^ZdO#\Ö%¡Xx\æŠÊ†¯¿Æ›-F8\Ú\ãyŠ“d™²\ß]3\Îf^Š\éœ\ë6CøwƒÙ›;eRvªŒZ«ø[2¹ˆ\ÝÐ­µAŠ¬>•¢¿6\ãBVW›?\ì\\v¢¨­Ò§ªx«P\ÃEp\Æ\ç\à…ý\ì§6ô\í!IP›g~xˆ¯\Þ¤¾!\Úª\Ê\È –÷}+¸`¿¸™\Õa›-Ó¬3+¹†À@w\ØFõ\Ý_+xË·Ó€\Î+\'C\Ï\ï`›!V\é\Êú®\Èÿ-OD\â\ÛD‡¥óx\ÃýCa\Ý_-Ö›œ&¥œ\ÍoB”h\à\0”6ÿ„\Êú—6½+£\ìu0†›¢ÿ·\ë\Ì\ç\æ¥2šÔ­p\Z;¤Di¨\Íbi\á\"r\Z@›¥!:»–M\ê\îuüYSê¥¦š%Cp‡¢¯,\"G†ƒEN›¥\èV÷‘‰ È»:ÿ^w\nW\Ä`½\ÖE5xŸUÁ¯#Ó›¦NN\×\ßL/•4\Ñÿ\Þp`\Î‘\á¸\Ø41½úP›«‚c\é\Íqõ\Û27¿í«¹\Ì1\ÜI±»\Ê^ªÐ¦³›¼Dv\ÔnZ\ÍUÿ‡C7Œ¸òôUpx, w´ºŠ\ÇÃ›Í€úvNx\Ìk¡l¢fB2ò€½Q²¬W½kñœ´UÚœ\"**\ëðöR”\èð\ëõ™¢§\Ük˜h\æ\ÏW`­\îÙ­œR|¨5µ\Ò\ç˜\Önu-\\\Å\×:ÔœY\'KöFŒûƒœ\Z1Z¹S%4\ä\éüVb*P†[°±‘™d8geÍ½C\Zœ\ZS\ï­j0–‘13\îÁ¡4]\Í)—½\Õ\é\ÅÎ¶œ\Z]–(\Ê 9Æ¯€Hü¿³x\Ñ&®F\È\è\"§=v.\Ü/|ÑœK0\ÜÒ›z½ú\'u\Âz©¹u÷¦À¿«`Ì¶$Ëœ\"µX\ÐÁ\å•\ê•\ïMN\áÍ†¾&øVª\'#Ç™\ÌO¤‹œ0\Ø-kˆq2w¹Sc¶³š¤?d¬\ßU\È\àõH\nQ7œ3hÊ«\Û\â\æ\Üm<¢\ÅGM]’3¹p+L‚¦—KNÇœHRfžµ$\Ç|\ék´«|s\r\Í\ßúÌ£64\r\ë»IbmœH\æ?ÁC\n\ÇD†\ÞÔˆ\ÝÁt9!¼  ‚\Ãø¢Á\ÒD¯œWò\Ò~šò<~\É\ÄJ€(“\ìuŠâ˜µ\ÎBþ&š\âOÁÁœz³•8Ö…ÜˆÜˆó{sf\Ñ|\Âß¶­\Ü}~ú(=5\æÇœ–‚q!\Â\Éå”ª…·òýY‰~\æ<I­\È\à6½œ\á5œœªç‘Š[m \Ñ¬ž˜¯7§ ƒÀAmÀ¬\Ç\Ø	,œ¥¦„ùL…CTœôNR\×€Ñ‰”@;\êC¼Ou¯Jœ±¥9Ÿõ¨¶˜®\"ƒ\ZO°Ï§Ã‰\á•Æ“‹{OýNrœ·\çX«\ë˜\Î\æUé•œ¤Q\ÓÙ©\n i/$–\Û:t²niœ¾„\ØKSf\é\Ú]\é›c\Ç\äÿX\nn\Z„÷ÀF³œ\ç\î\æ\Ñ\ç÷€ˆp™pJ„\æV™®ð¬ŸA#\\1\æö{A…œð \×Ã»§õ«Í¥J«\ï“OmOš:Ï™\é\ç\Ül˜W–5œüTŒ2³\îƒDB$‹^Vy\Úg¹½É™~ú|§\rU„\ÐtJ\Ö`†g04	n²\ÈÕžF\íLZ³‘ö\Z¾qQIW#(4¿\É\Zòb=9¼úø-C¤/s‘#]®´:œ\áfR-_®\rX›©ñ\'“€\æ\ÛrX4<V;G‹6Ë®…CÛŠ²%G´8µ\ëóq\Ò)Ï¥\Ü\â£vÇ¯j7Z›\í÷\"S\ì\èe\ë(š¨µ«$KVC‚\Ü\äm[\ë;†W8<{b\ç\æ\'\ÊÅ“…\Äq`\n‘3Ÿ\Ýo\ÍÞ³B@8õ†JcÃ½³\Ån&VÉ¹Ÿ”/[©)Û»zƒ¤[Ž\Ò÷gö±E\Ç>b`*\ãe·\Ñ\ÐN¾Ý“¿\r	\é´ûƒh\Ç\Ð\ÊHjø\Ê\ã	g\èQ.Xþ]ñŽz˜Ñ©*gˆ\àw¶€\ã\ã/^xGq1%S9\ëû?RÁ\æ°#¢¨B~²ñ::†\ãXò‹g5[m\Ð\åQÓ¨›CM.C\0\çW{•\â4\\vkÎ©ÀxÁ\Ô\Ø[í¤»%¡º–\í@œ\Üc\Þ\è\Îô©ÁÙ†#\Z>O\æ;\ìjGg\ß¦R0\Æ\ÔGl\àY(\ë\Ë\"y4‚h“/\ØEì‚¡»p°¡4¤3­37¬-sÕ£\Ü+\Íf^\Æ\Í\Þç…™\ä®z\Ï\Ú:³ò…–—¬\ÈF™Í‘–ºÃ\ÔÚ¢b?¯·ù£»@\×ñË¨ÿ]\èrH÷¤!À|ò(µa×«\ÈvC,üö\äT1>K)||yD\á\×pä‚¯\ÇóÀB\Ù\Ü\ç½£× #A.®{Ari=¿M-·þ?\Ú3u;­\ï\\™\Ü\Ý#\Ã\ÇS´†ù\ÎR²\\¹;\ÉY¥¶üßµz„›ŽCFª#L\Ü!N@6¬„9‘žj\Øc@%\à Üž\Ú?LŽ\Ü$bmjT0)±Ÿ\Þåº ô\Î\ã|ýlž¦€`$ \Ö\\{ó›\Ñ\"´º?~cj:‡‘¶\ïÃ¨Æž‡Ç‡ôŸ\0(¥8\à˜ƒGþf \í\ÈWi\âpJ©pMbVgž®C/ŽV!”W\Ñ\ç—3ñ\ßÔ¹i“9±\Ý*m\ÅV wž“©kZŠP[:\Ð\í¸ýUjB¼ÁŽ5†‚E²®“ ž$\í\rˆ(›õÔ‡þ~Y\ïG=C\nw\ê\ê…­9G)Ž\\–Mž0xa$k¸´Ù¥·\ä\Ç4­a&dkGS‚Ž#<›\Ëýx\âž>)\"&%qÿÙ£\íøu4ˆKM¿$\î¡ožºÝ­{\ÂA\ržQI\ç¼Qó\Z\Ó(µB\ß}O\à^Q4…uT\ìv¿û\î\Ö1žƒ•úˆ)\Ó\æ´\\Nz\à\Þo”\Ç\'\n]Ág\Z‡\çuF¹ž­(:\r\á¸\ÎS\Î\ä\à¸\Îl\ßV¥l&\Ñ\×r\Õ\\;;ªPž\ÎtóN\çÉ€\ÝÜ»õ•†HÛ»‘»§\Ü%kH\\¦Zƒ\àžÏ¼¿ƒOa¾Œ¿\Ô\èJ\æ÷\àaE¼Á²7\ìdh|˜ž\àóŽ«qBù\\)6Ñ¾pDÁW{Û“Û¾!$Ê¤5g[9žð\ÚS\í¯\äöZ6Â ž>ÿ),\Ì\É(…Eò\Ã<žý;-›f\ÍNù§I\ã‘Y¨YÚ²»½\íeŠ\Ù\r¤Ÿ––¯~û\É<©‡k¬¾\Ñ\"`	\Ôð¥[Ž\ß¬”Ÿ\Z)^Ktz \â`t^\Úu]\Å5\é8ipvk\ZûÜŸŽ£ª±%T’þŒ”®›1ž\Ó#§WÁõ$\Ð\Û)z/WLŸ-Z‚„E{\Ô\Èð÷ûK\ÊÑ­v\è·_‡§½_\"“l&ÔŸ3\ãI49°q¸\ÎŒ\á\ïøZœY¿FU	-&\"\Æ(¶\Ï6Ÿ:\Õ/óV\\´F‰ñK&§f	:Áüª€7\íú9µ\ZŸ]†•–\'\Ä\Ã:¸‰\áÀ\ËrQýFG‰ßµ™¹‡¢#Ÿb?ù–\ïy\âgñ	Vúi\å”Wÿ’\Ë\Z\ÚX\ÝJxÚµÕŸq*\Ó\×V8ð,x\ÑÒ¸\Ú$­Ý «IBS¥;\Ã É•8ŸŽ1ú°¡¬lL\'\\š¸ud€øú³jœF\Ú×•VQCŸŽ3›x)\Ä!\éTU›33Ws/wÁ˜q·\Æa_KBŸ´\Ó	.A»ô\ê‡\ë·Y\æ\è\ÞDµ–Z<\ÞX´m\ncŸ\Ðh}®ô“‚ô\Õ!\åaX\ÌÉ±\Ñ9ˆ \Ü6ó\ï#ÝŸ\Ø\ÈÁ{m‘]‘RWr‹Þ™”« ò¨V¥ ŸB™a×Ÿç§¦Fz™\ÂþJ³O#\Ë%ÄžI,S«M\ÄûVœ[uŸ÷\r÷uB„—V–\èo\Ê\Ó\Ñ\ê²þ¿\Ñ#\Ê\È\êIv4¯Ÿ÷dª\ï?¹\Ü\ÕîŽ„QƒlHJ\à\Ò6\\2\Äúmeû8(¾ \Ô\Ô\\\á¥0¬\Z%\ëhe€[\í\Â>K5\Z´ ›* VÁº\\”òz%\ÎxÄ¦Y1xYf[F\ãX6cÇ *\ÚÂŽuk…§;•¨)‰ógR‘\ã”Ib~¿\Z 4žV€ +u¨\äŒ÷´crù\è›>\×\0_\ßs ;\ÒÏ¸Œ\Ò\àˆB\áõøs\Ô\Õ1M—+J\Ø5C†$‰r <0”\ß\çÄ É‹[!Í‡é»Ÿ·\\dÁ5crýF‰ M\Ôô=ˆ‹ó]\ï\Ó^¸Ü©ƒ¹	_n=Ã\ã&o\\L P2¢ur±~o‡(\ï„M\à\ÊF\äS\Ç\á\â“*:l\Ø5\Z\Å> Z\åD¹rg\åoµEI\Ü\ÅH¼÷P\é½g÷”^ ]n\Íü0\Í/Ç¬\àˆ÷Ás?ÿ\ÛFü\×ÏŽ\ãI\ï\ìs˜\n4 ^ýT\Ù\éX\Ýr&Ô’l¶\ÙÁ(E\èC4)öö£¯Š\Z rK(‹1ÿ2\Ôe\Ô^Zrð#¹²‹–\ïjŽW \Öy\É5 ˆ-e	G¿_óÿ\åm» \Ðr\íƒ?gW¸¬Õ ³\à‹:5«W«\Äþ\Í\Ýb4#\Ê>)c¡ Su\ï\Þ \ÍÚ ˆñ rš¡2Ñ¥þ\Î@F?š\å&……\Ös¬~¿“Õ ”($öÌ».\è\Ý\Ã\×LxkWNg<ò¿\åöüó ™\\\ÒRgž…_¨ü\Ã1’\É\á3\Û¯)16œŽOûÞƒ¬  ^L³;¹¹Ë‹\ê.#L\è¤ˆI.½§]\æ\ãÿ °+ÿ„ÿ«\Ý\æö\é›\Þ\ÐJp«·(ø9Ù°X\ÃÎŒ\nð \Â\Ò\0’¡ Ÿ*p\É\ÄÌ•\ì^ XE†1¦¯oO÷ŽóôŽ \Å-›\ÈÓ€iþ‡…{=÷\Z]I\ËÓ¸€?•˜x¾_\èM< \Ç3rß ð˜1nv\0j\ÄHÀ\åk7\Èq\Í-\à\Õ;C\Ù9 \Ç\æR\ê\É_\Øi\Ï$ª\ÏÔŠ¡ž¨•6tqm\ä\Ý4_r\ën Õ‰$u·*&?º¬e`=8\Ç\Û\æ”ò9\Çþ=¥\è\0½ \ã\åÜ¥±\ÂEµ\ÚÝ‰\Ê\ÇX8«\ÍYm	»\éãž‰\ÙQ¨­ \èlA¬§\Þ\nÀ!„g\Â\ëúCn|\èI²\âÁ#*\ß0\'p \éò‡Tÿ”,œú\ÅRr¾ºØ¡’¢ A—ö\ãª\î\Í5¤s¡\rýùp>¬\Â*€9wÂ—ƒ’dg_+o\â9\Ò0\Ã\ì¡ÖŠ©soŸÊŠ\Æø\Â/¶]O]\Ë8\0qg_€\Ç\Z«¯^¡“E’6{:,\';ðZ»B \â§c\ßÀ¥ù\å“NØ¡\"Âƒ!gñù¤»´xšu¼Eª\rûÌ‰8òi&F“¡?\åøw[â„Ÿè¿¢Z‘ \Éqü»!\\\äÿ\'-Qx\0L¡D™¿-Z#SÐ¦÷\í[%Éšl“³¡ñz*mÒ¢¡PW\á1ù \\>ÍžuLv\Î}\È:wž\Ñ\çP([f®\ÂÞ¡0÷¡[[¢ÿ\Ù\nudv8\ÔfŒ…\ä¡R»¶Dœlž‚Õ¡e»$š\Ë*}Ö¢Zhý\\w‚OW\ï\Úw\ËSi7¾G™;¡x„…Vù\Ù\"Œ\0’ž·Ý¤ˆÆ«ñ–¸H›\à2ÿ`¡zw›`oi0\æVj\×\0ÙŠ\Ðlj.\Ú…Bõ¢\ìº\'¿¡|Z\Ô\ÞÃ¸sú\æ-p0p@¹\ß[´¤¼ø\êL‹¾\ëf‡¡¿d@\Ä\âa1®‘\ÞkvÁžŠŸ<+r¼	“½H\Ëù¡\ÄbXÒž¯L„¨\ã\æW1&“@þrŽJ\Ö\ÞÚ‡¡Çžsb¿_˜`6K+Á·“lñ¢ù|\âS.£ Pð^¡ól\Ô\ä	l9\Õ/È¬x`\Èó\Þ:eu)‹Ÿn\'»\Zc˜¢E\Ó\\©Áš|–\Ï:Dú\ÌN\Öl,Žl#À“¯C\èD%¢K]¯œú\à¨QÐ ð‰\Ü\ÂLø!ž¥j\ÄR\É\æk‡Á¢V\Ê=~RŠÀ[º\ÎC¼;>\ÔøfM\ÃBòRò+¢mš£vn\ã	tÀ¿;=%J„\áy\ë ¥R%ø0\Ñ\nfþ¢/e÷\ë‚\áÃ–¶IL*ÔŸ\ÎrWtô&BmvWU¢m£\à/y\ÍÐªp!˜Z{¥\ßE\çÙ–\Þ.ZqoB„\rH7¢#wI•†$Š\ÚKlh5ÿb4:\ÎÑ•Wn\àw‚¢3Tg-Z´\ãBF”(O)š\Ù\rf˜zˆ\á?¸ž\×\'€¢=\r‰¢0™C\ìURù\"õ$d¼Ã©6ñ¥¸ù°)¢IS\Æ\Ñ¶—\n\àE]ýmùY5c\rwcD\ç¹\ä4˜Aq‚¢Qòix—Œ–÷¾WD2o\ÙF·¤0ý\Ä+—\åvBJ\àþ¯¢X½“´\0T\ëí«¢±¥PO›]\Z8U\É\í\ËmVqþ¢^o#™Z›Bô‘aCu\ÍwIT-‚$e‚·*1¢g|v…\Ó\Þð\êv	\Ûv…\ÊÄ›W\0\É(\ì‘@j ¹^x\ì¢h\é·)\à­Ù¿“ý\Ò vŸSh_\â­=\ÚXD\Ó\Óp¢iÿ-½›w\ÐF\êa¡\ZPN;\æ«Ë®ž°hƒ·Jû4¢mB¢´\àB;ô3Ó¯ñ\Ï\ÍhP\Ï;\Ê)Ú“Vz\0D¤ó¢r?\Ï{\Ù.‚\Å<ƒ§õün®;  V\è\à.R\ä»\à¢yƒRŸTx»\\Áýh\Üþ~D\Ê@n\\Ç¹”\ßiv•\í¢z\ß{ˆ\Z”]_q­|@\ØT°bs™üBzV&Î¤\ìk<¢‘štûCzô ž¤\Ín`j\r­M\ÍðN\"Agó\×æ¢‘ùx%´&õ–\ï\ëyp¾Á5\à\×L&Á†]\äø[\ÓRÕ¢•Y¼½BÑµ…\0­\É\\4:\r¶a·’™¹—¯o²|(;Ò¢°–¿Ló]ê²€Nj\àù°\ßu\Åza¾\ÈhpF ¢\Â3–‘üHû\ÑO³)-ÿ>!\"\'\Ù$t-}ð\Æ\×Mû¢\Ç61p9“Ç¡©ô¤º\å‰\Ã\Ükþ£\×Tb\Ê:X\Ë%nŠ£¢Ü¢“ÿx²J\Ð; œvww§ |U\Ô-ˆ%=™F\Ì\ìùŒ£ÿ«M\ï¿\ß>gq=÷\ètGˆOwmjdÀ)¹\íß£\0‡¾$QŠ%_\â\î\á\×\Þ\â{¬1\ÍÞŽœ7\ëÚ…£\r\Ä,?·\ì•ñ\ÈzDþx¡•‹&†™ù÷fvõ©£$\ãÁ\ãHK´ôóAh±É†§…r\0\ÙaF1‘mÔ£8P\Æ?³±Alm\è\í ¹Á:2M—\è”\Þm\ÜX:~Ú£8\å ,Ë´ÿ\Ë\í”t»úý©žT^×¢+\0\Â°^£Už\ä`\à<,MW¾\é—\Ât\\œ‚\ã’+ŠTÃ„\"^J%£V\ìŸCy3BVtI\Êpp¼¼F\ïyšð\ß/sÜ®ü£}G\äT@¡\Ï\à!ŽQR\çm`¶ªˆ+Nû*u\Æ6£ŸNƒ\â[ÿs¢<ÄŽ)\à\Ã ºZ\Ã\Þ9QB\Å\æ\ÅŒ¡°£\Êõ\Â\'úG\è,~IœfÅ™À\ÌÖ›·NŸo\îYt¡¿\ê£\Ñ\à8q£\ésM·u•±[\É×¥VW©Ð­4pp7\Î\î\íÔ£\â;Áž³¤\ZÜ•ŽAŠwö\ÔW¡II¡w\Óú	‰†\ì|£\ä¥\îô¸d\Ê2Lu›ŒŸ\Ì\éƒ\í=#\ÏJR9:x\Ý\Z«z¤\'‡\Ó#m:…uZÇ¸\È>8\Ðû¨ü·„|\×\Î{K¤iª²E<\Èþ¤z?eL²<M\\¡}°¤vƒ³6\Äó¤\Z¥8zRv`\Ý\\.€)\ïŠ.ú^À\Â\ËpÄ”·¤/E{~2	Evš“£h:¦mþ\îwµW‚\å\Ãd\ÎÓ¨$¤B|Sž1,¸¢|ñ¢K\ÆY$TTL_\Ì|£h¨@\ß¤P%\ÞHD>í¤¿ó\ÊÙ¿ff?_\Ë2“Y\0d#v¢\Ç\æ¤Tœ„\ÍUùÐ¦\Å[TmGòna\Ð\Èmq\ÝY\nT©orqKK¤crµ <#P5r±hf_‡D«\×mÖ”mNÿ€+™K¢¤w<PBñ®\èZC÷kºSI¾Q!\Ú\n}i¤{÷VO\Úu-Á¿\ÒQd;\Ú++O;vœD\Ì)(žP9Œh¤•]\í,vÉ®v–Àš«±JM\Ê(0(&™#ŒìŸ´>¤š_Q7%\ßl|µ[\ØôŸl°|\É\âß˜A\Ó†–ÁIŠ¼Ž¤y\æ~\èþÁk\'$Ñ‘±\ß\ã\È\è^\ÎY\Ñ\"½ awE.\àë¤®¦\ãª\Ü5þ]‡\ì\Ìû®~¬½o]bT\Ý\Åþ\nñÃ§‡\Ù-¤¯ŒG\Ó\Ü=\Ø\Ã[öŸFJ\Â\Â4\Ù@Å·ž¢´\æqaûb¤¼n d\å«\É\0þ\Øn¿´Xf6?,­¢®=Ê¤¤\Î \×K\'\ß\ë9ˆƒ\Ão—d\Ð?pˆò\àGŸZ{\âe&\"¤\ÓS†¦¿\nT¤k\êN&(uu0\ì!Ï©7Á$šV9Õ¤\Õw\Ï|\ÚN\ZvFd6f~œ–n°d\ÝZ$\Âi*–ö\'lA¤ñ\\`”to\é\ËôG\ß\ã\"©\Ýö\îŸ*°ý+cW d«¤ú€”½+ªÎŠMò?\ZòL š÷ºr¨Z%\0\Ì\"lÓ¥Y\ÎM\å‘2£<\Í\ß	VToÀ^%F\ã”_Dt±!\Éä¥g˜©NQ	µ ¯”Š‹ð/\æ\Ø\Ø	·y5“¯‘¯\êÎ¸c¥i¹´	ˆK\ÆN5ÚˆýGe\äQB²þ•\Z\ï­k`\èÃ¤¥mu¬¤9³u·H|¥Œü —\ØÜ–aQLþ²\ÖU¿ž½¥‡ý0\Zú~{vhœ‹\âÆ‡\çw’RjIyphó¥gs¥Œþs \Ñ&\Ñ:°\×Cã¿©\â\é\r\Öm\Ù9>zo|.\Òó®¥H\àÁ»\Ô\Ì\Æ\Úiž\à\íc÷!§™I).ehˆµ‘¯·‰¥”\rÇ©óP¹\'\âR\ëI\ÑýR›š\0ø¨‘)\Þ$\Åu\Å¥½Œó	µ\ék\Ñ\Ïf]W^\n²< è´¡\Ûýb_ñÄ‡\â¥È¸[G¶ˆü&R9»2\à\Ù&­€DøDcQ¡\âEQ¥Ó‚_Ÿoóù‰fIo	˜}B’3&Y$P’ô¤Ê¥ò¸{\ÚkZxS?\Ît\"Q¬®\ë?™(£n¾r3ýú¥ôŒ½ÁA\Ð\Ìø÷]]\ëhi¼²\È{\Ü Ôƒ‘Æ§c\ÂJñ¥û}|‘\ß\nÍ¯Þ°A\Í(>œµj\Ö2OÆž}V\êO »×¦wD\Ñ{¢so	ˆk\Ð\ßjLA\ÙÁ£¬žRƒ	®˜V¦\Zz¾L0¥´Qwb\Þ\Ã×€Ñ…Áˆ–fR\è¶=k­\Ç\æ¦&©K•¿psÖy\äÿ\Z˜@?7GŸc®#EU›¦)þ\à\Î\àÏµ9ôD[·üý¥.NV\ÔKuZ•\'Þ‚\Õ?©¦0\×¬\á¨’–\çÿ\Ð;J;\0±j=\"(‰\ÕP]<Xõ¦4\Í£m%\ïÌ†\' ¶?\Û2¦[üQè€8/sG¦7m\Â\í\Õw\Þ){¸\\I \'ôQ}mË®$\ÒR4´U¦:k‚$\âGw 1\æ@\ï¼\Éu²iL\Ä0KÄ¸:\ì@¦E^Ø›‰36€v‘\ç¨!l{°PVw¢\éS\á¢!¹n¦H+‹ò\"†\0Ud\à–:¢ž\nõ\ê˜O«˜*”SÐ ¦LùÙ„ýŸ\ì.\r>Ö›n«]\Ð¾öø\Ã9ú^	ºa‚¦Z\Ë_p®ùhRf}¼\ê	PÞ¯šZ™{Ö¢J„ÁZ¼¦b±«\ÍR«u+„$Jp)\Û°#è˜¥Œ>\æXV%¦z_X\Â\í@KOuKMF©øõq:…RSO† ™®uÑ¦|=o%-™“\ã„\Ëþt,už‘·.\ë\à\Ø —\r¦’Hxe¬U›\ç\Ì\Ò\êú¬UHK\Í^\ì\íÇ„_%¶×šù‹*¦¥°¹«À¶\'í»†ü÷Blm&µ\ÙÂš^\Ï/‚\ÆØ±-¦¸ñMp \êó÷#<_\ØË¥d^»\Ê\Æ´\Ô\Ï\ÓÁ5\ç¦ºû\îÄº¶ÌŒ»\ã&Œù¶Ö³–†\Ý4@78\á\íôp¦Ä›\în\å\Æ+\ÜÜ‚\æË¬\ä§\ns5\Ìø\Ü*ƒD^\àkŠ¦\Ê2mi^¸+\ßQfú\'\ÃN,ŠntR&\ï\Ç*‡\r¦\ÕSˆPœKô?x»7\Å.\ÞýÕž\Ý*L\Åu¥KÖ¦ð”\âv2Zg\Ò,z\ê[^¨£×…”ªY\ç¹÷güöv´¦øþýâ­¤YZ¯V%›Is!ÁÐ±©Ÿ\Üj8>\Æ\0Ø¦ü\Õü›Šn\éÿG²UÁvŒ\èi•¥3‘D¼¦CA¦6D\È¦þ¸`\íLs<ò­òŠÅ¢\ì\Û\É\Þt¶E§>Põªô—\ßs§±\n#HNoŽý­œ\ã\î&\í©¢¢\ÔWZ\ê€\ÌMl§2g³@Y°h\\òñ¬]p\Èw1FŽƒº)Q\"@\ÕÈ³\rŒ§5ºýe)qˆoþuvR¯¼\Ú¬¨\Í#‘´\ä[§]\Ñ\'\r\áôqlˆ±ix%ðL\0\Ãè›±V\"„]0db)§qOyŒ4ø`5É¥º\Æ)¾d)\Ì]³\0J©ó—|M¹ô™§s¢`bFœ+¬u\0²¶#¯\r\æŒ Lm\ÓNßŒu®‹\ä\í§uc^=¬Â¡DU{.¡¯öÄ¯.Õ¿¥¬]\Üñ­d0Ó§zEvGL7…t|\Ú%\'Œ§4‘¸%¬\Òf‡p#e§h\Ó-\Ó\ÄÂœ¼hü8q9À¹\Zx\Å	²VG’%%h/%§Rñ/\Æ\äðÎ®q\éòeG±F^6•`v‘BI	ð|2§—PS?šhFÁMa¤À\æ\ÑÈ‚U«E°~z–“Þ§ž#\Æ^8Zõ½€y€©7UÜ²º={ùŒsñ\ä\Î&ˆFW\n§ªR_	Á\'\Þ\×H™˜u)W\ÆC}\ÓD&›7ü,H‚§\Ú)m-\ÈEN\ÓM\ì”A£\ÃûªÍ›	,§_~Y\×µ?ck§\Ú_\0¡Tó0y†k€õ\å\æ\ãM38•WŒ\\\ã\åQ7F’\\§\Ý14g†3\Ñ\Â\'%øL| —ƒ{\íW%\Ù\ê_g	·@M§\Ý\Ð\'ú®F•|S=Õ’\á\ï«\\[8¡(Y\îÿY\êû´§\ëVd7{mÿ`C’9+§eý©f¹Ò¯÷6‡ó \ê\íU§ö\ZaÀzß[\î_”K }P\ì\Ã0;¶rÉ‘B©\ç@?§ø@[P\×Ÿò\Ñ^“3\æ\ÔD5Vw\0ž\r\'€\îT\Ë\í§üûP´Î¢`\Ä˜ežÎ­‰\Ñuö¬\ÐK>fL˜/¨l\Ø4!†ž\rÁ Z<›ó½‡PŽ\Ðl·\æ\Ñ_\à²Î¨\Â/\Þ\'F9r\Z!\æ\Ðp©ô\'6D;%^-ýxh¬¨%O 4y:X”0•\Ö^ªYuGyDñ³Q\Ò÷ùbþ\ì¨(\Æg«ðEpÖ†õ£riÝ™¡hF•\á\è=\í\í\ÄyZ”QOÀ¨/\ÝL%²ò¬@\Û=\ÅÀ-ÿ–e\Ë\Î-I+RŒžª°zþ¨<\'\à Ñ–r\ÑvqS’\åKU7\âWˆß¤_iþô«9q¨Qo	Aý4f\â”gS€·\Õ‡úh%=Z‹N\Ø=þ_¨Qu~Ò¿„žú$3G\ÂŒU4¿&\" €KFñ§¨j”\é T(¦5´\å—\Ýo[\á‰…\éw•O«P\\‘¥>0¨–3	\æó{ÉŸ\Óa\Ã6]0\n\ì¿*\É(\à)\Î\n´\ï¨–ÇžŸŒ\0¡“z½v÷V\ÛMAJUªla‘1 Æ·Å¨œŸrXŽ\ä>\Þ\ÛŒó5SÆ¤H[{Š\ëPgð¼Ù¨¼V\Ì!6\"	B˜\ÔÐƒ®«h9¼¯\Û\í.\ì…\ÎF²8„¨£\éñve8û:½\Ù\îc;°%\è\Út}5;­F[ ?EX°¨ºn\Ø´G~\ÏZ¾Ý¸§µ\\¢üB[)¹¢zì¸º\ãm¨\È¬Oû¡…~B\ç·|A&´–ˆš\ÅþÝ†\Å\Ý\Ê\éBJ8?¨\È3§^’_Í¢˜—¤¹·opÊ«UCgw\Þ(i~¨\ÌMz\ãõ\åe¿®\Ëx·nÞ»ºX),ü\Ô#–Ó¨\Ö\Âû\Ï1»°T‡z|\Ù\'Ñ¦Uf+ù2\é‹W[NT©\0.l>Wv&\ã\Î\çô\Ïñ\îúq©v§+‘ðüI­N~žW©L ô|F² \éƒóKGOª]ˆ5^ùAG¹\"$\èA[?©¾:\ÒMÀ¡\ç2(\Ã\ÌV ‰£\æ—\åA“\Â\ì/|bý‘.©\Ë\å4\ÓL\'iWFT³ÐŽØ™‡\Ë\Ñ\àr7\ã¢\î“75©F|D‘ FIJ\Ó5\å3m\Ö\Ë,Yl¦wN¢Æ‹¢Fù©e\\\\¨‡¯—y2…#Ÿ¹niÀü\ÔùF¯3œ’\æ´N†©r¢b0“\ã3jgŸ\Ú\Ñõ¥Ž\\û\èmP\ßP\Ìjxà©„\ãþ5\æ”Pû$j\ä¨ó¾\"\ã`õ\"v\ËR€\n\ì³\Öl¸_©›\Ö\Ëð9È§n‹\\\Z\Þø„r»R\ã\\¨ê°ª˜\Âô[³©¸O\â¤óo™\Óøý\\.‹¬a 8\âûœš„4rÁ5$†©¹‹	±C\n†\ntYÿwýr\Õc¼\'ÁSy»û:G©À`}.û,‰]|\í\íºÖ…\ÝÐ¿ŸÐµ\ÂÁIø†Û©\Òb±Á–¹\ØÌšú\Øù\×ù\âw[$Q²Ó¬h,·a©ò—øZ½g\Â$,£:3;Q¢ÿ0©°Õƒ÷ ˜\ä¦ €\äª“€»\Zø°\Î\Ö÷cN°ùC…Cýn°\ÐÃ¸•¿‚€‘ªè©‘¨ou¯j>‚\×]ü7!–¯¤Ó‡kª\raH%o\ÈÀWkŒ\Ïh„·À0io­|¬¸Ô§À3ª\'È\'¦\Ùc²L:bø\ÓÀ_\ÜL‘Xxý0IÊª+Q©°\Ð;\Ëñ\ß/žhE;\è?T\Ò8\èVÜ’ ’—÷\ØªA#Iˆƒ”Œˆ\Õ%d{°°F\Ä\Ø\í\ï\0+¾\"6\ÎÆ¹ÈªJIZ;w\è%—¶!\Õ\éƒøW9\å\ë\ÖÑ±÷S\Ã	}\Í9nøªN-®>•£Ž\Ä˜t\Îü´¯üB\â¢/Ô£(q\Øú\Ô[ªT&¬\à7,Ç¼]m+7‰^Áê«’¨®¦†úvóK7ª[E¨u\r:‘‹&i|: 50= ¬\åSöUuµ5°²ª^_w|)‹W6›¯\Ùc\Ä*&Äª\Ñù]›\Û\ÇZ\Öñ\r4¬­ªt„\Þù\ãš\Z\æwMi\Þ\å¨ÆG>B\\Œ©gôÑªv“`\Î(1in£šŽœ \×\×5U{I\äoò4BµªŽ\î]’Sf\Ì1Ð®#²8ZL½\Øúó¤õ¦ \è}÷\åOª–B\åÈ«[y\íû·‰\â®\Ý}BxwIüZ\ëÐ§\Ê&¼ª›N‡\Ø\å-)Íˆ\Ãæ»ƒ…ž~5\È|zI(:.\ï\î£\Ë’ª¬*Ÿ—\Ëg”H-#=a\×$-“-ž9\'ÀcÚª\Åuœ½’°\ï¬\Çÿ¬y\Ý~B5v\Ú7[›k$lÈ…<úØª\Ê?I&k½œ\Ô¡\èE•YB=\Åb*Ò¿\Î3FtªÕšü¾”\è Qûæ†D¼P•\ÎØ‚_?y\Ñ`Œ£¡ø«ª\×5\èm¬{\æT\Ô<g‡F+j\'‡pûQœ\Ýª÷\"}\ÅFpz.ºù¸T\Ô&lG¢\ÅM©ki_\å\Z–Q«\n€]\í(›´_\å,pgi1”³õ¸}þ¯.’Í‡3wÀ««z¢$W<¤§leP[™?è‰\Â\Âp®>¼\ËH\Õ«#j\Ñ\Ë#Eø‹\é^C­5¬½Å‘Ü”)=\Ò=mf\ãht«$#ºŠmvtq¾%‹\Ùwc\r†[ô©Gv›Ÿi/(7^Và¥«)\'«¨z1*˜~6ºU\ãE\èÀ\Êýü½‘\é\æ4•[kP«1¢®¹w¿Ó®ˆ\ãÿ\\\ÔÁ ^\èÿ¶º`Y~›F±«9‡õ-\Éa9Rdlw\Ùj\ÃRaó\éS(7Æ©¦\r\Ü\'«E¼^´¿rn\â\Í2ÍªU?‚å—¸W\\\ëVšeð«L,A/š\" —›\Î4ô²zXô1\é]í¯¼½[º«MT@JÅóŽûm\ä4ŠN«2a0Nm).:ôÒª}«]ö%¼v\Û\Ô\ác¾\ÒÝˆø(ùY»“Ue%\Ã!¶TF«i®/4‡i\íÒ\n!<¨‰jY°|BQó®Np\Úwx«o9ñ·j›:Og7(½ûd©øKQAª“Š\ërU\Ú&«³©›†¢Z\ÖÀ¨~fû,é·¿ûÿ‚¿½Ü»\ndšŠ«Ÿ`«4\Ï.­{\ÓmÏ–\ÜS‡¾¨\à9\n]b¢G+\n(x«£©7ö\Â\"€\Î÷¯\"\Û5nž‚\Ò\Û\Ó\çWIi\É\Ñ\Ò\èa«\Ùz¤ˆ_Ý®o^2S\'\ÎVAF\ÉXÿj#»–[Í«\à3«H\Î\Ï\Ä@!Š½ \í\ß\Â+siA$uN9µTµ«\á+ \å«ÆºDüƒ=\Æ#\Øwüj¦x\íyÓ‹h‰OB.h «\å2š—;\ÏbIþq‡\ã‡\Û\ØS\Ã\î]\ïBš\É^	þ\íQƒ«ð;fWV¢•\0sø“l\è\ä^€—\ä°}!™§\Ü/e*¬\"O-4_piL\0Q[\"Kr\Ê&&7«\ÃÁ\Ï\ÜZd\r±¨¬\'\ß#„\ÝW·l);*š=¹$º9¿9Ocor]\ÜÈ¬-ñ\Êb\Õ\Þ\ç\à‹`ü\à\å(¨d\Äõ\n#\äD!†\êÎ¬:u\è¨s¨ŠWO\âûŒ\Òÿ¦(ÿ›PX¾2\Ö›t ¬=¬\çg\Í\çÀy”0&\Ìþò\â\ë/‚j\Û\Ôôü\Ü—\à#\èx¬VÁeaz\Ó\Â\î\å\ß\×UÜž|-Šõø\Ò\ÈT¡[7\Å|¬|\ï¾A®©tu\Ô\Ì\Îºia2ü¤´¶¯\Û0¶Š²\Ñ\í½Ä¬ž]F››sf\èˆ*½MŒš\'{Hsƒ\Üú©l€\nmL¬³7,M!mÛ–¨Ÿ\nþ=FK 	\Ê.œ˜.>D(¬\Å\ÛÙª\ìO¤¡õ-ÁRº6”\ï§\äW=±ùq;7ž\Ð6¬\Ó\Üoæ’´²\rV>\Ù=ðƒ­5‚øó…\èt“\Ó\ã[ß“¬\Û@Ø‚€º»I÷D^Tº\ï@¼@Ÿ\êVœp@TUÛr\ÚO¬\é\Ì\Î\Û\0úÁ\î¨©\ÖsuÁ1 h,OT³®ÿUÌ¬\í$¨&ú^€9¶]Wg\à½³G‡²\Ð\Ó\Ø\è\">­J®o’e\'¤7XŽw†(šuc‹J§¡º[1œ½\r­Zñ\â±š[±Qj\"Ž0Z‚7\×\Å-WN‡5Ž©\à­\Z•/yF÷û²&’º°\ï\ë}=\\H\í\ÔV@r\"ƒB­ Í€zÏ—o­\0€\çÖ¿\×ÿÅ¢\Ä&\ÎÈ£ª%;G‚aó•­3~†‚YÆ¼\n\n.fd÷†\Ù\\>8{Î†ðAHÿJ­E´š¬\ã«2¢>\Ê\Æ\Øü›1\Í}‡¶Á›¬“\0\æ:a­T\ÔM[\Ð-o	‹‰_ó¼\ë\\f\\Äj•tƒ¶±­z\"\ÝHP¯’Ÿ«l„ç¼³¹ƒü?ú\Ðx4\ÑP,\æEå®­}a¸b`\á€Zn\æÿ û ¡/Ÿ^5®\Ö\Ú\Õ)­šoå¶\0«³5Á\É\Ùx\ÊÂ€%‡,“_`û@\á¯ü¯cŽ­¢?T¬ˆDô\Ý\çBu®\ä=781ø\èzö`~€\Ã»š­«\éñ\ÒR\'‚µ\Ø)Fÿ]\rõ^›\Ë\Ón@­h\Ê5â­±™¢ˆÕ˜°A-z\Ü\Õ\Ø\æò¼‚£\Ó.kÑ»/™ñƒ­²V\"5PG”•±7ó}j\Í!–mYZvˆ¯r¥IÆ’¶p­\Ã4»\Øñ¯§\æ{±·‰J\Ú\ÍYEÜ\ÔxÆµ\Ä(±Ù«E¦­Æµ\Ö\á5\ç¦d\ã\ì=?N®r\Ùs¬©½þ\æ¡.£P¾ü­ÐÃ¤O¶2\É:~½,ú\Ö)Z\ÐU\Þs†k\Ôô\Õ\\u­\Ú$œªþ1£JÕ–’3\Ï\Þ1G3p³»øR˜m\Ûç­ß©³\"s|[¡v\Ú\Ó†Ó‘{—o`Y÷ŽU°½‘®œ<\åÅ¨\ïõ\Ü…þ\Çù7i\ãU\å\'£¨£z¸:	® ö6ú¢\îˆ\ï\ã/\Ðz@’\Ö6T\Ø&\0\âCp›Ë„ºŠ®(™¥$µ€ƒn\ÅTw¦Vý\Ù\Õ;\ÐøLQ72€®N\ÇÀÍ‹-m\Ï\Þ4|¦0\0;¤ºü°W\Ë4\ê²bˆ™®Q(Éž\Ðùö@\âtal2œ\ãX“¦\æƒ\í\æ\Ëc\æý\ïI®RL¸þž 29‚¡^”d¯6_V$CŸ8t\à{S®\\ \î‚\Ò\Ûƒ \àƒI\îôŽø£ƒbòÿº\'h·5\Ú®_ù¶\Ø\ZQÉ’i\êëˆ™O·s\ÆJ™:h[¾¿Ú®	Û®_\Æ/SttòRÊ”\åW\é‰CU\Îx´´~²:rÿQâ¨®w¹¥˜†…E÷…Áõ\ãp¿\Ì\ÄVÑ¼\Ô\îøü\Âsc\Ä`P®zl\Zµ\ÓC¹\ÚD\à¨\Ã#‚aöNµ\ç3\'XZ“®‰‹EØ‘¯]} Üƒwúz,ôû<š\â?§Pª\à&ä®•#®ss\Â\Ãj6tv¨Dz\àELZždMëª¶W‡ñ9®›ITLc«¦r\\þh	=YkHTxD£e\ä»:#®®òo±0m°öÏ¿i¦úyŽû®½³Û‚÷l|4¦h¬®´Nó´‡\ÒO~%„ö\n}\Z¸ð·\ãôÁHœ®¼[6‰aù‰ŸB2jf\×7”ôœ¹\È\Ô\ÜfL~E\àl»f\Z®¼]\ÍÜ¤VB\0nœ%M\É/‚ª[\×\ã;„*ü¡ö\æ›þ®¿\é\Î&/ÿ\á_\Åô\è¼/€!\Ù\ÊÀr…\Ø\æö½Àz®\ÑÂ¾\Âü \Ô$et\ÚÀ%±Tn5”\Ç?ƒ*\ÛB‰Rg³§®\Ýdm?À\Ü*\r4›&#4°NœeTs\Ç\Ðð\ßM\ÖÁ®\ä!™r­÷\Ë\éÙ£\Î\ßýœª\à0a\êT\æ\É\0\àÚ²Œ@Þ®\í.m)¤N\ãu—´40ŠÁ§¶d0n”–h\"\í¾$ðý®õù\ÄWwYKL\n\Å\ì	-*ý\è\É^e\"e\Æ(_,g¯\0÷$ò§’ý\r‘¿\ÌO;zjJ\Ä\Ò,nq ƒU8c¯³¯Á¼O¾\'„x™\ÔvW—\"\Èø\ãjC´+o“„%~¡œ¯\å«qõ­¦Oô\r\í\ïÿ\ï˜\æP´‰\'ô§GrHq¡¯\' ¼Á[y‰-N\ÄIzc`\ì#\É\Õ\Óü‹¦0¿Ñ¿û\×ß¯;„\Úý<	`>7þ¸Ts|þ46\é¯f’’B¯!\Í{¯C*iÎ‚\Z\"\Õ\àc\å9\Ð\Éq¯L£Ô¬¯¥· \ä*7p¯€Oð6¼S`Žn\íôð±jó°ðV…FmTª`ü¢b3&¯….\Ãj\Ó\ãÝ¤(qSj\Ãp!pu\ÝzI0J\0‡ø\Ù&\\Ar¯¤Ö¾v“ü°\æW¤µ^Ü¨º\Ü/„,¨G‰pÀú»\Äßœ¯¬\ã@d†\î\ÇÃŸ-\ÞÈ§Ò›‚°\Òx­ÀÿºFkbûs\àz¯¯X¤˜h‹\Â%ûMµ\Ïn¢ñcCE+c:Ž¥\0¬e\Âô\É\r–¯°Þª¨\ë~„\n€M\×w_‹øa<\å>V\ÔXœ\Zl\àù5jÀ¯²~d3£\ßv_hòi­\Ð0\â7\àÇ§?\Ô{e‡&øóÚ©Š¯¸\0\ÍÍ\'4n@ñþ\Ã\Óÿ\Ì\Ø\Z¥.\ã^ødiŠ$GÙ¯\Â6-Ö¢\0¥¯qú®ñxw&a\'vúV\ç\ÆÒ§¯\æ#ôc\Ç\Êwr†4w³¤¡%}´P,Hÿ\Ô\ÓR(¼°‡¶€\ÃT÷©6aú\Û\"@€ðšJ\Âm\Ï l/\Ã‰hSÙ° &^S\ç\Þ\Ñh=.\éM\å\n\æ\à6S\ÛQû\ãœaHtŽžú°8h•‘\ís\à\Î]—±\Z´ŸU*Fþ°Rg:ô(¯\ÛB\\°L­|Ô‹\à\Æ\Z/\Ë5––Lr¤ñ`[ªRB”Ø™W*_ù5°N\í–^…;\Ô\ë¦&:\Â‹ ¸˜\nW1*U\ëyKeÅ°S¨!ý.!\Í\Äð¦ò5C^™ž\ÕÛŒ	Â›±Ä°|vV\ïu¾\ÅMšM=rvƒ\Â\í^\"r-Ž³$€£\ãðÍ°ŠUq#\0°ù‡„HD`˜Œôñ>„v±\Ôó·+’O\ë\Ûé°˜7šùøð®}\\¾:3Ò¹¶\\‰dA®“ye8h@Ü¶°\ã¸sCU\Ú\ä\Ü)\åOƒtß¶ô\ä\Î\Ú¹/m3R«?\Ô°ö¨¤w‰\Óù­\ÃZL\Ô¹ ô«ò£·¢5c„Z÷ñS°û.^\'\Ú\çå‘°†%\âûJ(\ÊV‡“ /+¨µM\è\Ìé¤±\0\ä.y\Û3š6ªx> [/.\ÒtT¢]\ÃwpX\×%þ]£±\Ùº~|4u\á­û›o\Ð\ÝAf\\ÄúQ(¥\ážÃ‹±\ZÁ %\ß\Ö|^¿ø\Æ\Ä]\Ù\éöY\Ø^úF« #c*(\Ø\ë±#œ\n=<\Ìe\æ\ã^ Ò·\'#S\â=w‰W| K:\Ó\0¦kG±%¿™¹oC\àºØ‚lõ\'Á»Nˆ\n–p_·˜ó ÄŽ¨±+$\Ýi\ç7=\Íù˜Iû5™·\Ù\ã\ÙiB\Ö\Ü4<\ïÒ±,ó\ÔûF\È‰g•§M½\è\ÈRhj¶\á\éY€…Ä±/\Ê<)®…š\ê¨p\âQ¶\ÊÐš’\ç…P_súŠ\ÅZ±0T\ÙXŒ®Añ’#6{\ÈK>\Ùù~¨„q¡I\â=!±486À·\Ñ>$\ÐVs\ÊyJy9\ËDž \Z\Ì_`ºX?4¸±=!\ß\\óz—Rhp\Ú}…¿@\ê,\ìr\âQ\à!§Uñ±fY5¥u¤¡\àÏ±€\nøE›faq\Ù\Òº§¿Z:þÒ±‰…û\Çb¸\ß\ÇL\Ãn-#[\"6ž1zvi~±Š3g¹F\Z\Ù4\Z/\Ç\ÉøÒ—|CýA»b9„g\ä÷=±Š\Ø><P¶0–\r”Ëµ³\ê¡\Ícš‡+\r*+H¨\n$^Ñ±“¢&>HLi#a\"£´¬\ØO¿f\ßý,\Ð8õ±›,M4aµ!÷ƒ_~Ñš\âCO×´&…\Â8\ÒY­:\í\ß_±ÀØ‰ü\Äú…ð\íÿ\'qP—#Å·œŸ[\ï¨ð\Ü`µ~;±\ÇñH¤kMX\ÖM\ÒL•`b·…\Öÿ›:ø$¹d®ûš\r±\Ó\æ†s«¥\Ë>£„§L>\n&”H©Ë¼>#êŒ†\Å\×7¡±\×9\\+Í¿<wC\Ï\Ò}œ\"	º²\nT)Q\\u§:\êb&pÅ±\äÿ}ó–BH.G—;d\\Z\Ã\áCÏˆ†\Zo/\Ýþ±’b±\îo\ï#¦Wø¿×±­.]H>Z*0þü\ë\ãoo¾±ý¼±Qwf<É¯]\Þòqm¥\éf¬‘~µpÅ¼ö=±ýÀLJ‘þ\á¥h\ëWgy>¹€\Ê!}Yþ,:š„vÎ±ÿ‘yö!tª{e\é÷%œYV7CbL–ëŒªO{9¾\á²\n\ßÂˆ.Ÿ\åª\Ý5Y\Æ6\è\Ó}§oÑŸi-\íý(¶~\ê²	\ÇW÷Ïp`$<õ\\›‰5wJkSf36Ç§Ç›²m‚0*@/ó´úWbož\ÏwZ•øl\'[‘\ÇÙ”\\6²1\éiª:—‰©S9\\Á,$Ù’·\È<\ruôv2\Ê6žFg²Gž,|\ã8\Î\Ú\Ó\î\à£\Éi1ÿ\Ð<2\Ú,‡8\Õ\á+w²lU™‘\ì§yª’u##e«d\à	\ÐA3Q5‚R»²p1\'r\ëSl¦¼ùY(7wA\ä£\ãO)FP]™°\Ä\Ä\ã6²~\"ƒ’\å\Þ\Ò?B´wMÒ³(N`\Ûq–Ø¯¨©\ÍU²””]\ÌÒ†\0\ê\êõÿB¸]3ª\ÈÛ«\Å#\É\í\ÉC\àd5F²œC;Ô©yN¹¨¥*)Jý-°ª¯\æÞ´1vôj.²¬—¡«¥y‡1¹BÇ·\Çqk\n*;z\Ã\É\Ý8jš\ç\Èc²\Äñ£üqý#\ßc-aP\äF©& \\(\×1½«ý£(R²\É\Ä\È^´\à§\å«\rmŸ)\áO7•x{@*;\ã=³²Û\Ë\Ðþ@Šøs\â\ê\ã³;õJÊ˜[Ô—Iø>~§®\Ìö4³\r\Z«\Ö\Æ$AùC\ÑSwXZ{ð}»aj†Dû}b\Ð9³-œœ\Ï%«\"\ï!N˜\Û_)\Ô\\š˜¼Á÷*1Ã°\ï\Ü’³5o3˜–rX\Z\Ó&?ý´V\nŸ\Ê)¼K‘-ø\ãM\é$¡³³A\é\íÍŒ·‡\ìk	«\Ð/m§ñd\æôó¤œÓ²js³EF´<3•Ág“«{\'¢mv~®D¥E‚fM³M[S>	\ÞsŽ‚\Ú\nó /µ\ÊU/B\Æy\Â\Ý?\0˜³N¼ôs\ê\î\"*\'7´Ÿ‚p$iºx¿¼”´È­¤vµ³`•öGû\ÂJ\Ãy•$°:\çxty*Y\Íß°ú\Ì%ðü\ì³d«>\Ä÷†¼º	¢i\ìH®º¬\ßb$ª&žn\è\à\ê6—p\Z³^H\Z&E5CCq\Â%\Ò.AB·Ê£VžÚ—\åý¿C;³‚7\"\ÊA…b¨IYI„\0\ç:—)Ñ·Ç¥\Ä`wcw³˜\nžN\ÏI\Ç\Å\Ö+\Ïa\Zs Lz·f\Ùÿ#4C\rVv\Ì³¢\éby:‰ƒ8›3ù³o\Þ\Z³õŠ€±\æ“ö\"Ú¹ú³¬®ÏŸ?®ó˜Éj¤˜\íA’>V\rÖ‹ouº\ØÐ³¯\\.$kÚ½´¹\ÎšŠe\Ð\íh±n\Ë\ä\Ýn!!Þ³»µ}§\Ç\Íi¼K4KTóTb=2UáŠ°OB–¹`‘³Ë³\Æ+T¤À\ë9]\Ëð-!Iýv\ã\Ãs–¦[ýhý˜÷\Ï?ðÆ³\Ë29“¼{·qKÎ¾¹Ð”ÿ!¡\ïI\0žŸ(ñI`³Ó·—Û¯	(\î’\Ãhs-\âÑ™¸G«$%TBy u©³Ø©\äþx‡×™;g\ÒdBŸ]E\Ó\r\ß\âr8\áù\ïÏ³\â+N+R\âf\è\à\ÛUPt©	\à9\á\â™x²\Ø\Ùl†œ³\æ2Åª\Õ[jÆ—Ih‰¦*\é@I=ñƒ\Øh‹¤¢QÛ¦³\ì\ïÑ…0rÃ§\r®bR\ÊvO~°•nw}ß¯žgK3Õt´§¹e¬$°Dv„­\ÞôE£Z6\Ôf\Ñ¸‚+(¾\ê)¿\Ñ´! \å\ç„\"aDr¡9aC‡53¯§{\î„ÿA\Ö{ª´*Ñb2KwwqÒ¿¹o&•ð\îG°DÍ¢¨a\\ôLôÕ´+^\Â	œœ\Épü£BJ¶\Ýx\ã\Ã\È7\Ö?Q\á±·£[´=åŒ‚ß\ÈÕ¥\Å^žü\à\Ûü^¿3P²ê¬’s¦´I‡‹!\â´Á“>¢°ª@œòY‰Ÿ›{²<§˜´N\Òÿ²ùa+âƒž\Ï78c*Qt\ÏS,\á8Î½\Ü\0´T\'µ\ëL¨OOx—ü\àZ_EÁ1\ÕT\Êô1¶V\îmH´Y7tR~\ã\ç\å¶ô‚k”{š™Y‹£\ØD+)\î\àY;´]‹¶‰\ì^’\Ïe-+‰A¾nõ\Öò÷5&\á¯ù_\àÿ\Öü´q4+SH\æx\æ\Ä•{\Å?f\ê\Ïm3¥¡\Í\È`\êöaó´ˆ\ÖÿteB\ÄK82Ì½\ß\×Võ\ånF{\âi(¢ù]\ÊfÓ´š»ñ\äÀ\Ñ\é”ÿ\æ`ª\ì\ØT\ÇuC©dJÀ\æm\ë³Ë´»¡û.#,º‡\ÞtŽ\0W&¥–·³‘\Ü;y\Âc¯ˆŸùª<´½\Ô\Ðq\ÙÐŒ\è\Ë2\Äý\Ú\è\Ñù5Ý¸\ç;ˆ\Í\äN†k´\Ñþ=xn\Òô%þvA ”[¥y8n\î\n	(h‚!ú¬e´\Ø÷®˜´kbžHkŸµ½ö”ð\Ç[b0Qy7ÇŠŒE´\Ú3Sjz\Å$\ZM]°6Œ˜8€Dz´ù£kTykm|¤-´\ã\ã½@\Ã–]y‘%U?œvwXlö^ñ{qÊ´\ìD›6¥8…Nó?£%aPÅ§)…]NC\Ð1¡Cÿ´\íLóŒW\\M!DJ‚y®7F\á(<\n“\ÔøoM,Z´ü—\ì`1O\êY\Ñï²†A¾Q\ç°\Î2:Á*\ì t«\Ó\n«ÿµ\æhO|‰;\Ìz(¢\Ã‰Š\'À\Ëô¥™œ£¥\äúµˆ;·wh‘{\á#6ú„qY¦}\è½\æ6GWÈµ!~\é÷\ë\Ò™ZÃ£Ïƒ~S\à\Ô÷ŒžLKjJ|¨µ4ž¦<\Ç&Cn\roÛ¼‹—0+Ë>‡|\Ì\îPJ€±Pµ*ù m¢ôl¹ó·\à@6TÑ•\Þý\"Ž¨‹\Ò·¯AðlµHŸg¯¾9ÿ‘L\ÄÔ°M\èôö=w¦:U®K×¥®DµI\ïH\ç\î\Þ\Öû\Ù\æ &dtM6\×\ç³&¹Ûµb¡\ì8ÿ\ÏZ	k™{\Ù<Ù…J“W©\Å\È~\\ìž¬2µc\Ã\ã\ß\nt\Î®JmI!K3|M\Ò1ªõ\àj¡+\ÌH\\\èµdyò\Öö‚ö†q±œE~’ßƒ!\Ü>\'c‰\ëª\Âs\Ùtµ³Z*J^\Ý;6Ô³\Z~IDÕ®$x\ÇP\ÕiAU-µ¿”]†=“—©\rj1•[Wf\î%”¿>qpð<ÕŠ\Ï\n…µ\Ú¾²)\ì \Ë^^\Èc%¿\æW­€£\Ïmž’\Í$µ\ã:\'bL g\Ý}dA	¼,¥r\×\æô·\ÛwKw/\á>µ\êò&z©k\áÊœjM¹®U:~o‡\ã\Ñh¥}¹5®[µ\ï;\ÄRfªñÉˆº5\äk_\ï÷\æjQr\æªQµõV\Û\'\é´\Åd\ÑM õ2*^\äº\0\ç\n\Éq\Í#\Zä‰©eÞµú²¢Š\ÕIÁTv5´Ü„\ëSy8û#±¿\äGyF\â\Ì$¶\nr`ó\èZý¯p¿G‡G*¶\rr\n™\è>|õ«\èY¶\Òw$¼\á±\r£G\×\ë‹W[r¸Xõ<•£\æ´{\'¶&”W4x¢°Wç’ª¢Zœ)±Ž\rÔ“(a\ï¿y{;Ë¶2¬f\á°Q˜,\Æò\Ñ\á\Ñ+<·\\\0\\\'™â®	¾ý¶3G\Ód\Êß¬T”ð²ø*§ú€§\Ò\ÂJ\n\Ã^D1š\Ôo·¶=\á$(1\æ¦ùŽ\É\rÛ–™/ùzh‘T\ç<\Íð]’˜¶o\Ö:x<UqöPJ‹}PI \ÌI]\è‘y l\ÇH\npá¶€u\Ú÷!°4ß’\í\È\ÝjFª\nz÷\ã\\Wš\â—|ó÷r\Ó¶‚bÏ’\0E\Ö0+F7üÌš\r–<!-:Z[¯\ÏZj\äý¶…m`_«»¦õ\ï÷2\Í]\Ü\"\Ú{(4«0{¢Ö£À\ëŽ¶\Ã\Ø}\rq;;)D\Ím[Šÿ5­¼!\Ú&\ç`¦µ¶c¶\à>?`(Ý®>Hfü=ð\\\ÃT¦-]gžˆr˜”•{ñ¶ÿG[\â\Z \Ü\Ñx\Ë\ÆDs¹uÍ¦ýþ\ÑÞ±\Ã4EXD²6·\0„Ü—D“¬\á\ÓCx\ÞbQf‰r\Þ03‰_LAŒ_\Ü\Èg·\Z~ˆ€.î”¶”‡H0õ®.‰\îL\ì@Û•C\ì\Ó)­·20mzø·{T()1\ÖZ5-PqBñ\á°\ÐÒ–MŠ·Gx99d‡ðŒ”äŠNŽû\ç5“«½8ú\'¿A\á·Ð·vNtvjµö©IÁú?!ù\\\Z\"ó½4\áóö<µ4·{}ˆaÐ‘\á8a¬;[\Z&+:ý3W\çë¢…?\ry¤·¢\ÏQÎ€œÎ·ó!Le\Ó\èŠ\Ãs©¤Eøg#\ä\Zwj\çt¿#·©¥³W¡\å$%[—¡ƒ6\åú\Ó\âÀPmª‡´œ\\I¨Y·¸\Ó*‹\Ò\Ì%vbb<J<˜¯süj\ï\ÚÄºÔ´Uz\äï·º„9ûç¸™;ƒO[x`—\à*\ã8H\É*rý.P\ì·\Ä#Zž‚\Öõv¦Š:¼.N\ÒM­V\æ\èrz$\É}ô9ƒ·\Ê\Ü÷:\ßq\ÐCœ»¬ >,\Ñ|’\ç4ö\Ç0F|=­.·\Ë\á2Ç¥\Þ{\ÌE[r\ÄPE~P(^\É\Þ\\>]!·\Õr\ç^8Â¥Z#uð¿\ï`\íx+I[\È0\ÙN‰M·\ß[x\äV\"2\ÃûF\ê¯q\ç\â\Ã‡\Ã\â“õ“óHÆ•¸4ª\í£6#\r0Jš7\0ô[iùõr\ïB´®\Î\ã-p¸˜ñ*©i²¯Æ­1\Õ\î›{‚\×(H\È ÔŒ\æD®Ÿ¸ /ðú‘Clgõ’9Nv„º\ÜDB\"\Ö\ê\ìA@%€¸\'+h\çLñ\â‘\Æ\Ö^^\î+½#e¸)\É.\æ\\µQ\äˆ\"‚¸6zƒŠÀ}_T4x\æ°ômúaª\Â½#E\Éü‰¦\Ï\ï¸>u—\Ü\áôX˜$={+cÜ§løo\Ñ\àT\Î\'.õ—Ž¸E‹“\Þ\Î\î]³\á\"f)|\ØnsúöM€–dm\ÚË¸O\Ñ;v¦Wþ®‡l\á\à+`\è`Bü\Ü\\\Ï\æ&kkŠý\å¸h\Ì\×i\Û\ïÀ\ÔqÅ…¿ùm	¤\Üwb{Ag¿ù/š÷Å¸˜s\íÃ¤6\ÕI-\Ò-mŒDW4\Ç2ÂŸV•ó9\ÊX‘¸™-¯\åý¥\ÖÔ¡\Ê\Äý\Æž±^©L\Ò\í•G\ä\Í8ã¸­\ÙDC<\ÂWö\ÃFüNµú£B\ZŠ· ‚	{÷yWPJi¸²¿\È\Z<@œk\Ï\åqýsa…,jJ\Û!\Ðw\ÙSž\å\á¸µ·¹Þ™\Ü)==€)±¸©eFK\ìx¿:5D9@“¸Ø‚ŠÏ¨\'¦<Mt\ï©v$d]#ì§›ý¾„\ëß¸\ãX[nJ•@\Óô\Êzv»ŽT\Z0:tð{Á^!=î­Ž¸\ã\Õùñ.`8G\Ô?|À\æ#ÿCˆ\Õ=ˆ²(\Ë6×›¸òiu†h\"KS1©ªüR˜¬\Êñ®\Ù\ï+/ÿ;þý¸ûiY–.7/\ÚXý\è\ÌM7ž~Y”+Á\Ô/\\‘\ì1\Å\î¹\ên\çX \ZA°\r\ÐÒ†\àµ\ÌE\ã÷r\ÌB\èö\ÈÐ‹g¹%ú½\î3\Ü\Å\Ç×³\ØE¼q=v,·¶ŸVý\"¶/\ÖCê’¹=‘¹\Ï8\Î¡u\â„P	\ÞkÅ‰/óLšAN3\Ú)\ä¹ECC\ä¹=\ë÷‚\Ð\0µ{€×§\Ë\"};¥Áé¾¡Œt¹O«\Â\Û÷¾m—_·’ªjWG€ú\\\Æ\É\ábojÀH¹]x!+·>½\Ù\ÜöÔŽ±\çÀýzžú¼4¦Jþ1\Ð~J¹…\Ç9K§mÁ¡ûÁ`§›vØ‹^\Ã“GRfñï¹˜ò\Ü&¤½vcD´€ Oºv‘ÀcQø]¥P=Š\ãø¹œôö\í$aF‰«\×jF\ä&|uPU\ã¢MeG1\ážø£â¹³\Ûß¹\ã²\å\ãbÛ¥!	¤9~\ÕüGgl¯òª¾¨÷È¹Î\Þ3|oµ?\ÌD^a\Ñ@ \ç²C—C—õ²\ÐN&\ÐP¹\ïS\çt\âi²\Çz¡r³\é{¯cY ©®G\è±\ËÁ*3¹÷\0´È‡z¡=†B°£–øl3ƒŠu@šÃ¿c÷´1\Ê,Ÿº)\ßa)\çqÙ¼­qþ\Äf\âõ\ä¾L†›ÿ1\Ù\ÑJ…|b(º#}©\\E†Õº\ÂÊ¾¤\Õ\ã€—¹ˆŠUù‹L\â&›…º6o&€‚Ø¡†[ŠöñtJY\Õ\Ò$‰M“ûAØƒ«µ¿q¿úº6©¦\\Y?+c2$Ÿ«\Ïò\ç)6\ê\í¼8*\æÈ°:Eº@}\æ\ÉzPWE4Rýc	Ä‰ðÿÛ“j\ïÚ”\'\ÄnšºMþ}9\É`ñAR)õ’’¯y€©\Æ$±*[ó\ØÀ|¶ËºVB&ipU¦ ™.—\âVi“\Ëtt‘]÷\\;H\ÛIºd\ÝDpp’øS\ìóð’²Ás°J£‘Ç¢–\ZòC2]ºhš\ä?³\Ý±Ö†–~8ž\Ùl©Èª4,Çž?ð´ºˆlÿkJã™¸3g>˜‚\ËÚ·ÀdGzfwSC\å<º§v®\Ð\0\ë\æf{¢\æ8:¥\Û\Z…\09Aô©øB-¨º®\\±Ÿ\"\î‹R·\ËLF\ÌvÉ©Æ¡-\×&i¢§õöºµÿ˜N±JŽ)–\á\Åñs¼¶+Á£\áNüôm–º\Ý\Ãug\Îhƒ2%€\é.¡g¸™0¸ú¦¹K\Êõ²‚>âº\äœG£ÿ€.P@J\á3t–B¨k¼÷„\Ó\ÃD|$ƒTðs	ºý$Yš„¶Ÿb\"\Ò)òªHzdºº\Ò\å<÷Ÿ–ÿ\Ò»#ž\à©ya\\©Ú«:K\è€B \Ë8\É\Ùco4™\Ú\Ô>G–»1J£`¯ÁZ§·©ŽI=³ôcBfeµÆ·C„\0«»22\ï§Á²Jn§óM†°\ìF¢\Æ2ð¸Á¾\Ñxü<ŽÆŒ»6&FµL\r‘\Ýÿ<\ZRº#ìº£Ldp=\è@fIWðX•\"»MB\Þ1\ÐQwoX4bx±c)@DŽË¥°\Îk»a\ÅË¯|9Y\"ô”ˆ\Ýi‰¦*\éUšùL<6\'I>·»b–5pª<õe\ëZ¡ps³\Ð}ÿ[Œ\ÉY!°¤šm\Ç#»e\çölp·¦\Î.x©º\0¨mxP/d;sT¦­s¥Mµ=»j\ì%\Ú0žb\ï\ÙNøtR&y­.ªûsE¦£¬$i»l¯ž{\Óy¸\Ú#”\Í\Ü]i\ÔF\Ç\ÈF\ç3J\Ð=¼{$ Ë»t_2¿x\Ê<±\ì-Œ£\íËœwq\ÝI¿g™\Éó»/\Ê8&ˆƒ\ïs\å3o‚˜¿ôü,\nß°ñ½j˜\ë<»BHþ@?’ a±\ã‡À\ã\ÓýŽÿõ\Ög­\Þj%²a¹ó»†\ÊY\"p§\Ðÿý\å\Õk“²„bóñ}ñ»\ß\ëqB„ôùŒ}»›,?\×ò]š¿š/\ë1ü{¨–¨‰õ\ÖÆ„\Ú/\ë:Q\Þ»ª®\Çv\Êõ\í>rr)q\åAo\è\r\Ë:;(S>»´ûB­!V\È5Rþ_Bµx< |9\Ä\'bL*^»¹\Ã÷÷Z\n·’’\\È©ñ³\Ä|ò\Ð\ÉkZ‰=¿™\"»\ï”C\Êý(k\"!\ë™\Û~°5ž3¿´ñ…ü\Ô\r€Ï›$L»ót»*1\×3\×p8A„ñt#\Ý†¨?]\áðDwšŸ_¼¼X§Y5hn.\ßc…e›\"\ÉÓŒ­	Ÿ„\ZS\Éö¼–\Ç\Ü:\É\áþv´B¾i\é7J\Ì7\Î]1¨k\Òk©1GÂ¼,`|]$9\æ`ª,ôûw\r>®­-±Wû¹\Ú7*\ë¼\ç<:‹’gjö6– Tz30\Â8°Xh\áµ^~m\Ï~¼ \Ùu×µ´Þ„¹†\È22’RYŸRP4H9‘\ÂOý}X¼-*«\Þòß³\ÌrcY¦\Þg©x”-\å-À‰‡¯v¼c@P¼`ù2\Ñ_°\ÍPVb–BÈ­ItJ Ì€r¼{O§s\îò\r¶ù\ê®\é–A¡\Í3ó³Ç¢j!8‡ø}ý¼›ù¨¾c\×GñJ\ÛË´ `’nØ˜¹Uœ’¼\nš÷=¬±¼¢øIµ»¯\Èn}\'þ`C˜5Öš%ý{·A™ûš/\Ð^¼®\çr€)·prAJB‡Qÿv\Âepþ\ï÷)\Ì \ïRŸ™¼½Ny¼Š\ÄH¿°\ïy+3‹H(H^’e½E1ô”oóy¼\ßÖŒHF\Ïõ\ÐùY?\nŒ\Õü}VµÖ„é­˜n¶\érô¼ÿ\0v1£\ês\ÔN\í>cIDÙ¦¾\Ö„I\é­0ÿ-½*\âF\ã\Ð:®£Ã…=IH\'x“\â\\\"\Ã\Ð\'‘³:½*;:\È\Ç\Ýj»l\Ô3 0d€\âscîŠ©\0q|KF½0šŒ_qù\å­YsBK¥bÖ·b®ñ(±7^:ÿ\ÅË½2‹dl@üWH\Åñ\Öw\Ý\0™€	wWœK9˜“‚¥ŠÙ½3C,w\Åõ’\è³WÌ‘\Å>ª¸\n›c6i·Sú!‚àº‰½Y8V#r«Q‚$[)‡¼zºnÃ¡œW;¿»WÑ Ý¥½`¡–§W\ÔAA\Zò!sn?R\Óv¶\à˜ºmð}a\äx\Ö{½o€Jó™á¨·N¥5q\ä\ÚK­õ†\ÔZ_\Í\é©V\Ì#Œ\í½p\ÜW£\Í]BS7÷Šjˆ Y\Ë4òci…³–A\íW»\\\ÎÀ½~Y–õW4‰\Í#a0\Ó<ùg|.J¥øºDS‘ôy·\à\0a½¿e¼®ƒ÷\æ\ãÔ¦G9~½rs\ÈjJ\Ð‘O\Æ\è½\Â}\Ü\Ü\Õ5\á›eÿ3¹\Ù3ÁŽmhyD\æŒQ(½Ä¤\àg^\ÏL\Ø\\F\ëqA\"ò\Ç\äý\Ã’Á@\ï½\Ò€\Ç[;žK¨kq?B\æ†y\Æ:P\r\0ˆ\Ë!—‹E\áÃ½\Ò#¶‘\äMOz«þqšƒŽ~…\íÎ“8\é°,\Äõ„°½ÕŸÿ\Ì/\äÞ¸j!TˆŽ¡¸«\ãNTØ­¡\×	\Ó\â“½ä…¬+.S\É^Q’iÍ¦š&\Ã·\ê\ÞYX1\"”ýƒ\ì½\çŒI\Û+r\Ï|\Ùw\Ô\Í‚T1a>00nio½ú+\Ë\Zòoo`üyfún\Ñy\Ã=C\Ñ\ÎúÕª8:÷Î¾eZT£‡\ÕW\Í0w X\Ü$\âq/Â£‚1Ž»„½S4¾ûi\Ôj#\ìD\Ï\ê¦\Ë]”\ÐUuºü¤_ˆ\É(KÁ¾œ-‘„«ÿ\Ò\Çn´D(@½ˆÿ¸º&\éƒ6\Þo¹Z\ä&µ¾$\Â\Æb\Ð³¡X\âŽ\\mfkJ\ã—Ú“­IÂ\çŠ\ÊB\á¾(ð)°&.£}‘_\æj\Îh®F(®™œÖ«‚\ä”ö]¾*|Wjuý\Åt.!\Zf=\Î>/\Î\'ñ¦ü„^O‡•o¡¬\ÓE¾;3\'\Ü(?¾óŸG>cg\ÊxªW‘Ê¡§ÌV-\ïE\ê¾ArDx±Á•+ž\è+`\Õc`¨/[¦Î‚\î-ùJ\ëH\Ún¾OQ™…þ†„_÷*‡}\ã£ƒ³ÜŒ£Ž€ý\â|¹¾QÐ‘¶\rq-F‰\äóV\Æ0´€šˆ@¶¹¦\ä•\â\Ú¾TÙ†ù\ì\Ñ\Ê\n\ÞZ–•~ \Zó—,oÁ{õÀþl[¾U\Öø«·E¢X}AJv¸d\Z´¿<`eaÀ¨÷¼¾X»\ì9$Go\Æ\Ï)\å\ÍÕ¸r?SŽ´”*\Ð8ŒqÂ¾}¶¬=3xûA9¼ªñ\Ël«p\0‚Æ°\Ó9e.O¾¬m¯)qpù\ì\ßôpJ\ÃNnxh\Z‰a±\Ä? \Ã4š¾¶\áø»FsfY\Ø2X7\n¼@k%|/\å@J:y¶$Lq¾¸rh)uF@1\ãþƒ\ã¤ùƒËž–o”\ßA<\î\æüTQ\ãÇ¿\rù94Jb\ä© ³rª1øõ\ÝLL¬ƒ†“\Ù£d‡¿\îO^,\ØRºô§N¾sSn\ì/Ä§¨ot²öUö¤¯þ¿$D_‘ýP!\ã†d\0Lp\ÂOk7õNlû²\ØLn\nq¿&x2„\ã´\Û\å*\Ôn¼;Y{š\íÀuDW\ß[Š–d\êgý{¿dœ \ÊB\ïs\Èûùn·ü‚½ˆ9¿­“i\ç\ãS*LDE¿$ùƒƒüApf­–l_:YT\Ü^,FdÎ”‹PÁ\Üg¶E¿˜ÌƒV˜À§\ë\íÿ÷¥õš@P¡8ø\í‚S0šJÈª¿Œ’¨¨\"¤€>0\ßmT¾‘\â°\Í\Þÿ\Ö!\ã\Z\Ù\í¡9A¿›C˜d\ì¸8Mû+ˆœª7b6Àl\ïœ&\ç’ln³¿¥)Z/ˆ\Ô@¦·*ˆ6ñy\êR7,ä“¡DÁ\à¿¢F\Ùflðª~£0#´F¶©y®Wy©•$ÁÀƒ-¿«„\rm–\î\è\Ô}Q\Ï4%{\Ë\â°{`ƒ\"2nE\Ý*V$‹¿Ê·\Òx¡c‹RYK¹¦S¿«M¶´‡O-\ÝvY¥› \Îð|¿\Ðþ\ÏIÆ€^Q.a²W(f›Ë¿b\n‰;UB¿\Þ\ÃgùnÂ½Š\ÂE\ã•9À¾[9­|<C+~î¸T¡”¿\æRBE÷´ \Ïü\ÐnH.\ÑVR3+Ö½½fj\Âv„“5¿\ìû+i#\"iR,k2q\ÏX¿8	Ö ,It8™¯Ò‚\ßY\î¿òUN\ê*‚>F‘ZÐ’ý-úzµ¹\ÊÁ	Ì‘²TûgqœÀüŒÿ’Ü§G8)¡N\Ü*è¹‰\à\èü*01ð‹G9À!1ò\ß\å\Å}¾WŒ«F°8¬|ŽVaÿ\ØópV\â\Z2\ìÀ$R9Lž‰\ÖG&m”[¶Óp(šf$\ÊR\Ë\ÎzX\ÕÀZ8t„§þ\Ï80pV¢Ûg<\é\n¢­E:0o?ò%À“”Ú¡c\Ö\àOˆ\\Þ±Dið¹¸c,7[8ƒNGs?À \é\×\Êÿ3¤\ÌU‘Qf~‡-X5\Ú\Þ\rJ\ËV\æ\Ú\ÇÀ£-ðˆ«c%#\ïepž~À\Ö8Ïš]k\Îd÷nOÀ§\æE‰Å¢”¤7˜¨?>¹»Aò\É2N†pñ$u³\ÄÀ»\ÖpŠƒ6Y¸¸`È»\Íÿþ#¹vñ˜R\ë0u^®þ/\ÏÀ¼\'~,·\è\Ê\ÛsJ\Ìû$¤·òTl>6\ÖH<ÀÀoBr[¯\é°n×¬©*ÂªX¨z\â‘\"\ÃÊ£›Y\ÅÀ\Ë_£\à”¯<‡³\â‹\'}§™\Í@i\ÉÀXÀ¼¢^kÀ\×VQ\Äþ\à=Ê§‹!\Î\àù\á¯\ìô±d€~¹+\ËO\ÛÀ\ê½\Åi\ígi!\ß\Çø\ÌH\Æ\n\nu+o}¢Ð¯n€“À¹£À\ë¹˜¹[€\ÉhD—e–(¯ÞfO¤[\Ï“v¡À÷©\Z\ædŽ\Ç\ïq|j?RŽN>‡AA¸{z=\Î\0t÷\ÅÀúWs	aÝýi\Õùi¿W[/;´‹q‡P~\ëSr|žÀúL¾¹ü8\Çe\ßV@\Ë5œœœ \Ã\è]\Äû”U°žVÁ1Nk™ÀÔ†	§3OÊ‚\Ñ\ÂÙ„“ò9kÇ‹L[ÁAS\Z3H	\Â\ÕQ9Í³o³@h_¯\Ú!1S/£\èxÁB‰« ô øMWŽXr0aF•ôd{Q¿x‘\ï\É`´\âÁS³‚8,\ß^+\î¾\\é¯\Û\")>(J\ã\ê\Îû‹,ý­e¢ðÁh\è=\Ú\á›U—P|\ç…?\Å7¿²\Ú\ÑTvA2YB¼\\_ŠÁ†‹´d\Õa\ê¥\åŒ!›\"“QYP\Â\ï56#ÿ*Á­Oy½Ô¬,°œs2Œ\æ\ê˜\áx§pFõ—T-o¢Á°u	ªTT\ï>ñ…&W‡\Øm¿_\îx\ËÐ˜4rþkƒ)ÁÀqºu\Û\ëF¦@IetÊ°·K¦c5gr§µžk¯Ù¾ ÁóS–d¶1DS²™\Ë\ëZ‡\Ûó”ü–½\"¿¹:4\é¸Áú¿KLJ_Jš\ÑýA<ÿD†Æ„±±\È$\Î\Õ&–€lS\ÂR¡\Îs\ï\ËGW²\ÔÄ—T\Üó\ZZ\â¾\Ô%²À´\ëª\Âu¹\Ý_¨÷H\"È®¤\ï\ßV~	0‡“Š0\Îj\ÂHbÐ½‘\'ö`”/Þƒ}X\Ó3ª\n \ßD{|À²‡	\ÂQ\äýaK0Rb=µô¨\â«Ñ¶X\ï×®,c\n5iªk¢\Âh\âaßŒ5©ú\Õ>tÙŒ¸^8B’rZ\â¤`^Â‹\ã=1¢{K\Òô\Ã	œ¬~žØ¸1„`\"\ìL„\\|›Â–w.Dk€ <Àÿ„\á d¯\Ãðžúr‰¢Ojñ³Â¼·ª¤Úƒ(\é\Åý°)#}µŒžGùl°Jv)Â¿<\Î~üÍ°zuùh,yqp\åh\ÓÁ½O3A(\æY\Â\Õ-!V°»>d¦*jPŒF\Ý	\È;QÆµ±šN1aGœ(\Âþ)Šs\â³0J/®¸@\Ù(rO| A®>m¿¨/[Œ\Í\Ã\à*nB_ûRG-·YX‚\Î/ÂŠ”ŽZŸK\î¹q\Ô0\Ã\Ð$…\ÑHÂ‡¢\Û\Ê\Ý]po=\'søþ\ÊX&Í‹Eˆ\Ó;\Z\Ã\â%¢*\Çjµf…/\Æi¬>‡;õ	\àZ¸ó¿\0¡¾\Ã*sˆ\n¶7)ùþ]Vl^B\Ãñü—>\æ\æ\î¬þœ¡Ž\Ã-\Êt@“€^~¿«\×W\á-\æðO&4#\Ãh{\àIlò\Ã1ø@—lhbù¢®T7a+¯\Ä\Ä\Öy$½ý[\Ê\ã«7´·\ÃB¤7kÍ¾3žµ’K³¾\Ëd\0\Ö.eÀ‹½^7AA\ß\â\ÃR&DúGm1eEš\ê¿:Ã¢\íõ©…¡s®\êl”\Ì\ï\Ã\\\ÇKÇŠ­œÁm\î\Öb\0™V€\Ù96 ¸—\'¼?\ÐnH‹Ã‰\Åv\Ù\Ò\Îþp\Zß¾€­©V\áú‚ÛˆZ6ñj¬j€Ã‹\ã±H%¦ÿf¦VŸÖ—·ôM^´\Åÿ^4\Ì\Z°£Ã™\Ýô\àK¯»;°JwœHúä½)¨´®KùK¥fÃ\Ï\ÎÛ•t}ƒ‡y%Jn\â„\æ\í<ñ†~ö…\Z­j\éÃ¦g³½\Ämp(_\ÂYN³Œj‚s>šþ¶¦\ÂESiÃ²\"\æ\ÛÓƒÆ‹»\ä\Ý—T^ôÞ‚¨‡¤µÿwû ”\Ã\Îð]EÔ«\è½™\â.\ßF=|²\ÍòÀñ\Õ\Ö\Þ\à\Ãù!.\Üs?¿†g6G8§ ‘\\2x™_\Ê\Ü\á\ì5\'\ÈÁ\Î\Ãý\í•V?\r\å&ó²\Ú\ÌEHDu`¤FŸ2¦<\Ë\"h\Ä\Ì\×Ö­ú¿€²\Ñ\ÖK€\Ã&Rs\ÄfiK$øcó”—N\Zh\Ä	9ÿÒ­’¶dÐˆV¾÷o\ß¡c¢8Q§š1E/\Ê=¥\Ä\rX ¦Ýƒ	h^\Ö/÷WXgjU@\Ú6%±›0I\r÷\Ä\â¼\ÛD4e6ƒSðo5R\éZfÞ±\î\Ò<Å¸v\Æ\Ä Á0 ¸¡“!!ò\×õN\Ç\æ’Ö¢Æ½Kr=\ß)4ƒu\Ä+v‡Dö·>\Ö\Üm\0\Ùü‹Š³\Òa)\È\ä7t2ŠÍ«A\Ä:®õ©\Ñ\äðÁ‡yLÂª%XÜš¿lYDºøŽ\Ó}\Ä;7sÌ»Æªû±„ô²?ýð±£\ì\ÖÃ­sÍ©5D\Ì\ÄL Qù¦\n(v\Æy\×e\î\Úr	6s\Í\Ùÿ5Q¡Z_^m\Ä]®#knn\r¨¦\Ù\Äñ)\Ö1­:¨\r\éx\Åù¿g	\à\Äl¨!÷¬Øœ„S\Zñ©»c/$.BE½k\'ZFyö|ÿAº¡\ÄvPUIEAL`¬ L_ù\á2,õMt\Ö)o\áf.\Èz%Ä“©.ÿp!ih08¹\Ìn\æd\Ú7Mûlþ›òT\çR \ßÄ•†\Íx\'ªu~zŠ‚¨­…¢e|º\\E\è\Äv\Ó2r·òÄœ\Ðv 7“¢g‹iU÷eÞ«tÈ¾¤!Í“<A\ßa‰OgÄžŒÇ‘\ãK]Q_örŠo\Ð\Ø\èžXÏ³.ú\Úo\Ô\Ä\È\áAÌ³\r÷\Ì\î\Ù\Ù]y \ë\Å~1]	L(p_\Ç\Ç¼\Ä\ä] p^´†‹8\È\×cL‰Ó™®nõ\åR…\Í\0ŸR\Ä\å\Ü\Z\"\Ôö\r h÷\àz\ZªE£’S)nnMRŒa\Å\ZpK3=V#ej\ài\×N<’VüÀ]À¶\Z˜\År¶”?\Ê\É_}ƒŠ9z¹ÐÁ\Ò\Ûfi·•`\â\Å.=ÿ»m˜\Z¨\Ål\áa<c†GBž\Ã\"$§–¤\â)Ž\Å8¤\Æ$W–\ä**„f\è±S/‰,Hó\ãk!]\Zjq\ÅB\àl\ãú¹À°Gu%ö?nc\Öòfd•v\ä¶\ß\ê\äd\ÅGB–w\Û«\ÕiJºO\à\×¨Z\ì@ž-½.³qò\ÅH\Øx7©©û®¡„\0\Ä;¯4\0•\Þ\Z\Ýo\ÖRD­•\Z\ÅJµ\Ï\Év\"ª(pŠ­·\Í{vƒ;÷fË‹ ö&Uu\Öu\ÅUÿ^$d\Ì`\ã·\ÏóŒvŒ\î7\îfErR\Ç-üy\Â\Ð\ÅV\ß*‰Lg®\ÅbJù„\êx\È\ß.g0Vìƒ»ZesWTm\Å^²\"¾‚Q»ÑœG(Í¢\Ûe²Kü@^¦(1ð\Ö]! \'\\\Ås™¿rKªS\Û\á\è\Ð#A€/\\\Â\n¡ó\Í\Z\0Šc|fýfÁÅ™<T\Ä>ü]|O½\Ã\Ö\n\'ª¬\Ø\Ô$KŒ¯#\"jñ,û”‹Å›<=ª!\Ó-uW\ï=«T\0ùc¥á„’\ËF`”±\×¹Å¦O­´\rø\Ã¹¢+¾\0½Aö\nN8øø¶Œ5p\ÅÂ BŒb÷tVV:Ï¨<(ô\îyŒ\Äk^¼ƒm¼<ü\Å\Æ\ì¦e•\é6€am÷Ô®œ\î\äúR%M1;–¤\Å\Ñ\èzDk16§âˆƒ\r BXÑš˜§z°y¡õÞ—ÿ\Å\ï@t†!0¦%\ä\Ú/;¤+(Ý€\ït\Z•Uô)ü²\ÅñŠ\át\äÿ\Î	-²¦b[\í)>°\×\Z\r¾\Ðgó¬6\Åú\Úß·\\‘q\Å÷-w\'\ÅHB\àöKùt99\ÛJm\Î\æü|q\ÆHƒ\n© w28+\Ý\Ãl r®Ÿ¶o\ëP@üs>L\×{¢\Æ4`ôD\Ð\ÓM\ï¼\È\ç\Ò\êµ\åoœ°a\âY\Ã\ãmù€ytº\É\ÆP*ôÁ\nDÕ³0AA\n·k´z}\Ñ*\ç‚$üc†\ÆS\Ñ)KxX€®1\Ùÿ\Ø\×Ó¼©¢\Å\Ë\É\Ý~Áð\ÆbÀü\ÓÝ¥ÿ\Ï9½wEE3ƒ²\Ì\É|:G\ä¦u,v\ÆlÈ¾lÁ™td±¢“A±4f\è–\ÂÁ@H\Ùò\ÑeXqŸÆ\Zd% \n\Øö[\ÑKn®Ž0Áó\Ö!ò–õ&^¶\ØpÆ„+ø•\ß\Ün‰T\0¹•\ìo<\\?³\Õ_.,¹OÓ”UÆfB\ÌäŽ\à±\Â\ÆCö\Ý<Z¾x0‡\Í\Ù\Ïè­ƒÆœ¾\î´5-ÀZd«Â“n3\ÊI\×\Ü\Í\rC¬\Ï\ZHùücAÆ¨žf}û¸À>^zûT«RsEyø»º:\ßvÀÊ‹8Æ¯—<\å„1¶´Ö³Šðƒ-…P\ßf@ˆ§G\Ê\rG\àµyÆ´.\× g]¬Jz¶ƒ•`’™\Ø½¥­$LóKf‘<\ÑÆ´sf\çO–C\Ô|u…\Ìt=)ó´ü«k% ¤Ya”@Æº\Z4‚_\î9lR\â\ÔkU›¯k\rP\'7¸Á/^\â\Æ\ÓÅ³t\ÑF\\\Ì\r€?¶\æv\Ã\ÑôWCYn•qC\Ýÿ}8|\Æ\áM\Ó\\¡“<d^\ï\"Ä…’9Þ•„A†¤Â„N‰Ä”ù\Æ\æªòœœ \é\\b\æZ\á‘_¯u¢C¹,PI1\à[\0\å2‰_\Æ\è³H9zn©Dž¨	¹·•rY[œ¸\á\Ö\"?¡\"\ÄZ\ÇÿŠcñ¦±¯°gœ\r\Ü~ ò\ÒÇV\Ú\áƒ5?\ÈB\Ô\Ç $ýi1a\î0EQ\èaQ›‡¾\â“\Ý2¤šF\Ð\\>0\Ç/\á.…€\nwŠ\Ç\'”‰O-\\mo}%-“¨\0ïŽ¥{º\Ç@—£Á\nˆ{\é\Þ	Ý’\Û\éõ­\åS/\Ç-6R\ÆÓŠ\è\Ø\0·\ÇOeL¤oXr\Z\ÛÖ´QJóæ¾¥eš”:¢Pö\Þ\r(u\ÇY\nç—¬ó™}K´\ÅÀñ‚\ÇÂ³öZ?¬A\â’,\Z©\ÇY\á\êum¥\Ú\Ë\Þ<slM\ÆaPL/\é«+v™wd\äÇS\Ôz\é\ÔQ\Íc\\\ìN–õó§\ä\æ~(fZF\ÄJ\î‘~\n<Ç”ŠYðM\ÙgE+\ÞU\äX\Û57·HE´¦ht\É6¢\îsŽÇ£º@x?\ã\ÐLû·He\ßxºÝ¸q’º*\Õº„¸\Ç\Ça.‚ýdNG÷\í¦kN×š\íPõ\'“hH>[Ò°\Ç\Ñ\Â[g¤¤-\é\Âdû­9#	‡35¶{¢ñ¢¾\êGg{\Øt\Ç\ßöÁ<\ï¹y‘SÝ€ù\à<Ÿ³†N\Ï\ç!)ñv\Ò\Ñ\Ç\âFpô™õwûŒ\\\Ò\é\Îs¸‘¿–\ïó†}–s™`\Ç\êÄ¢m%\ÑQHšy\0\Ör|}´D‹\Ì\Üô{Jy3W6;\Ç\ì§øXù³^\Ô\'€P¯1|Ñ€8&d\à\Ä–K\Ñ]\Ç\È	’\Ò\Å\ä©ÀE4vó÷ú\×Û¬„Š€>t&g\âk\È\"Šº\Î\r¥+´\í»fUºÊ°4\ØxY¹*R\Ä\Þl¼Õ£z\ÈUªcÀ\ë\n5¸K™™‘€\éÈ··»»84]$\Ë0T`1\ÈoôFû\Å\"—¯&\Ô\"9 ª\Ü\Ä(\ìœ\íz\Î&\Î\åÌ±Èu\Ã\ÒÆ§\å\Æ\çž\Ûc\î\áó¯u\Ôj…\ÍÓ„l\íûtóÈƒo\îg•´‚Q’—„\Ñ\íýf\åù\ßð\ìEñ¸-f\ãÈˆ„\ØIy\0]Q\Èá¼£¤\Þ(™\í®ÿü\ïÍ²ñÈ³­°(\à^zqp}Ù³·?\è‰{.’ò¼†Õ™G\Çñp€Èµ0”•8\Ð\ÈS9ºM\\\Ô1Ö´nƒáž Á/{³†4È»IŸ\ßÅ”»q\ÒdÂœ\Ü<\ÚPl\Ùmü\ì,9/,†I;?%\ÈÀû½y[.]_zº\ÕaZ%\ÛUò$DW-\ê{\Îü};¹y\ÈÁ*¤0Õ›s\Ó:@\Ò&¡O\n\Î\Ñov#žÏ½0\Ý\ÅD#‘\È\É#²\âa~\Â7ÔºM‰ñÞ§/<]¹\Ã\çFt\ã\ÍÖ\É\"\ÉO`3±\è‘ñòvTl\Ë\ïÎŽ§Â‹\rG˜\ÞW«õ6\É,®Îƒ_¤šœ{\â*‚O%E»ƒûHL\rjòM\ÉDÑŸ\Ãb³SF\\žv©¶l%\'\ÏÍ°^³3\ÉEŸ>\ëúË‘§ÁY\ÃÀ,Xñóž\äšRk¡õø2˜ú\ÉI?~\Ê4÷»\ß]4¯û\Ç‡ŸK‚­Fªý\"v«I(\ÉQL\éO”¢À\í’P »÷¯£(\çû“ð\èmŸ\Ï|9p¼\ÉY\Ëuc¨‚?-\Ú\âüþ\Ì\É\ÆF\í½À\Ù=Dq÷¸JkfŸÉ¢ú\Â::Kqî©³‰\é¦3‰úŸ5\ÆFûpu@ÿøÉ®am†€È™§@•DŒ²m¤P\Ø\å”óÿJ‹\ë¢É¯	j[IY|Ô²\ìªb‘X$n°´…G>Ž‚²\ÉLIÉ¯O3e–\ÍF»\Ôã›†·\Öv+¨\ãÀð.r/\Ü>Ÿ,É´ß10RzÊµ°†g\ZßÔ‘7¤„ùÈ²\Óû\à\Êª%\áœ\ËB]g\ë\"`.E\É¢q§’²\çª\×\à-C·\Î\Ö\Ê\Ú9šúÿ6q \ë„<R†_‰Á\n‚YBb\Öñ\ë\ÄS\"¹B\Ê-+G\ãQ\×J\Í2²\Ù\Ù~snm\àª1+ufÁ\'sOd\ÊNðtk½«9^{¬­ýsx*X\à®\nŠ—\ßb¶s‚¢\é·\ÊQ\Ýh\Z÷P?ô\ÒL·±°y§8ú\ß&‰>û\ÚI¬¦B+ƒa\ÊwqË\ïŒ\\…\ÊN];L?sBis\í\Øƒòó\ï(Ü€\ÊzHú»Oˆ±?ª\ÑÛ·¬‚G\ØÛ Ô™\Ñ>Zÿ“	œ~\ê\Êƒ\Ä\ãýy\Òg-\Ò\éŒGyv»m\ëÿ\"\å”GB&i¾7qÊ¥™¶v2œ\ËZ‡ùÀ}K_³	\Þj¸\Ñ\æI™l0”9\ÂRÊ±~o©\ã2\0“?S©V=«­÷¨Z\Ì\æÁ\ßs‘ñ\Ê\ÆLMkþ·;P\ÉhJK{’+\âf‰0\Ö|°#½›8•:k\ÊÏ¢ef\Ë\íH>ñ\\­p¬V)\ì\É$|x\Þ<S¼¼\Ê\ß\é\Åý ùòßªGG\ß0hø‰Ád\âréŽ„…\nl§j\ß\Ê\ãs!¥\Î~\éøB\ÍOl\Ú;i\ïKe?¨>VP®bAª\Ê\åy\í¢+\Ú\ÕL/S©ÕŒ‹$.öbn\ëeÍžBª\Ê\î‚x\ÙM»–gò\àþF\Ñh\äWõ\Û~d\\\Ó1\Éa\Ù\n§\ÊôTp@\æ\ÂÇ˜vDz|¶3E6’Eð¸	jö\\\ÄP¹¶(\Ëg\ß\ÚCüŽ?\à#\Ì\Ó$/\ëñªT‡¤«\èA}\åû\\\ËDU\Ú¹^˜±ŠŽ\\\æ¢\Ûm\ï\Å$ÿ·Io¢*áº¾V\0\Ë!\ë[… šÿ#\à\ÙÞ‡´*\Z«mhø¿¥p»ƒ6¯o\Ë2&™ô\\+\Üþ\È\0P<IYM ¦v¯ž\"ó¡	¸ªªX\Ë8\Ídˆ9#\×Z\ËÑo\Ïó\nT¤#ÿŒtÿ‹\Æ9rd77¾\Ë:²¿\Ø#!”ºµ]6î†£I´03û—\Ç\ÑÑµŽ†!RY\Ë=~×Šu(\î,£·\rºD¹\íjT\æ\ÎûO®‹•~\"\ÙL\ËBUx£\Ø\ÄlrXw¶c¬\ë<Àz!\n’b\ïOð¦¹\ËpÁ¿L35pD^8ÁDX‰Œ\Ú#qÖ»\ê«\Þ\'ùfƒ\ê\Ù\Ës\Îû.ˆ¡„ü‡3\Å7n“µ¾ðe\Æ\íg]{N j˜\èH\Ëñ\ã.N!¢­q?M£†\Ë*\Æ]\Ù\á-£ y3,4P9Æ•ËŠ“%(½½º³\Ô|\Óâ›©µœ\Ú\Ývq\0½\å}\É\ê\í\\lnË 9‘\ÕýHŠœÇ±€Uh¸LgN\Ä{1W(–w£\n\ÛË¶bû\Ò\Ìa\Â\Õt›+ó¡f§lmò:ó\ä\Ù\ßó²‡ËºC¡ûÁ„ü\\\Õ=•vp°¬O\ÃWó )‡\ë[\îÐ¡M†\Ë\Å\Í\ç2\ê\ÞS˜­\é\ÝS{zb½þ-\ïÍ¨¤\Ë\Ó4]?¥^Dk=3š!©Z=	©ÿ\Ðk\ÄñBÂ§´«\Ã\é\Í\Ë\Õ*P²¢yX&%¾0Võú\É\Úþ¢>\0\ÙVûKN\Ëô\"KP´¸K…/+¡\Ýˆ«R$ùf\ßö!ë>Ÿ\É7\ËôMi\é\Ø\ì_‚\"ª4†Š\Ý	»»Zg\Èþ®Šƒ\Ñ\"a\Ëôxh\"‘‚Œ’\'M÷iø5\á5Lˆ\Þ\Ò\Æ\Ù)ƒ\ê¬\\e\ËûŒVA\Î\åš\Ê\áþ\í7”\Äø©rd\Å\Æm\ÊÄ¶be\ÌúT¼©»\Ó,Œ÷\î—WMz(²¾\Ç=ÇŒ	\ß<\Ì5\å/Ÿ#P…N g\×z\Z´&°Œ¦\Æx½Š­?49\Ì<c\'‰c:y4\ÎOg8Ä²F\èG\0\n\Ö£Z7|ö\ÌAqú+SO\r\Îz\Ì~(\Çf\ÆY²\ê\àa\ÏÎ¹ý£y=A\r¡\Ì`œ•]Æ¢ V\Ç]¦„\×)#–û\Âd\ÙOŒX1¶¤r\ÌeT8k“,Á—Yž\àÁh\\ÀºcµúYNµ›\ÌiT7v1§X~J¢©£´\éƒõ÷¨\ê=_[i„\riJ\é\Ìq¬\Ío2\æÒ‹eŒ}¤±\ÙXto|zJH\ãŸÞ°ž\æ>Ì†FÃ±\Ã„#\rb4Á8\î\æL•IŸÛµ©?\á2™}ÌŽ 1‡B›\èS\Þø\îb`;\0&:Tuð%°f^Ú5Ì“>-Pc/s‘rt\æ§)¬\ÐxK>òl$,¥\Z±´øŸÌš\×\çQ\Õ\0uû4J47²Á:ÿ\"R,6´µ\Î\0\\¼–Ì¨†tž«…X\'\×JÜ³\Úaióøm¼\é>#Mˆe\Ö\ÈÌµò¶ £±‰\Ý*\Ìo2\Òd»‘¾*_6œ¤øc\nzp\ÌøÌ¸\ä\0\è¦SE‹6§‰p\Óúþ—\æOx4`!\à\Íò\Ì\ÑqÀJÞ±³¯e Xí¾¬{~k¤¿\0aÖ’9¢\ïpA¶\Ì\Û&¿až\Ñ&Jù_\Ì\Ú\Ê\"OŠTa\Î\n¹ž­Sñ\Ý\Èø.\Ì\Ý\Æ7Ä®Xþ\ê¹\è`j\n¥fö\Ê}‚D\åEr½\ÌñF þý¤J\ï?¾CÁö\ËNÐ¢´r\É7\Þ\Ôe§A\ÌôVk¥Âƒ];ûY\Ð¿Eä™¡m6%\\‚3deœ\Í\n¬uŠ8K°8BT\×I)–›\ÛW\'÷–À„Ž³|ª=\Í«]m8Å‰”­n-`¦u–&Št\Ê\îßœ¢\â‰\ÃS\áu\Í¼j2€kp\æW\ì6—{0@\n-“¤¥µt9\Í$·-\ÏVrT\ÂsYÝ¥¬/÷\Ø\åˆh)ð£`ô6¹\Í3\n\ç\0fByj­Zi„\Û\n°FŸØº\Ø\Þ\0\Ö Âµ#\Í7\Øf„¢œ\ê\ÔøhCaT\"Ñ‘^>2„–´^~\"¹Œ-\ÍI-.—§¼\r’Q1*a\ä÷	D.Ž…6¬Ž\Ý\ÍOG\Ô\np\ÌQjÁ\×‘8ô.q}P\æÒ©\ËJ:hQ\Íyyf\\uñ¦\á:ô\Ñ66k<¿RV8:x\ê\Ê\ËÈ‘\ÅÍˆ{g-¿Z}³ü^0:‘~¦\É+\Ã>‰x[¨\ÇPÍ¨œ\ë—8\àQò\Ì\ï\\\äù\ÐfM­J\Öý’õþ¾¦‘¡\Í\ÃJª8¾šGš–\"œçƒŽN/6\å\Êj–)RVñ9¦§ \Ë\Í\ÊyOóñRv‚\ÛnX\Ä3§f%0y8x{¯No\Ù:K\ÍÑ°—¥y+\î!·1š±Œ\îE†\æ\åÃ€\í\'¼¿\ÎU¨¡Ê\Í\à\Þ %Ix¼ž½„`¿ù»²’\ÑLbðÉš\Ü[_I%®¨¬\Í\ä\×Ç†m_‰|SL¬•¼ hŸa\Ñ\'\n¹\Ð	(\Ó\Z\Íõ\"f_\Åi\\µ›ƒ\ÂG=X¶1±\å¼!5»4\ÂV\Ð?g÷\Ð\Î!Ù©ö!_#‚ûü*\Ç“³\Ú\ç¶B	:¥ý’_\Î$\ÔÌ»°{Ï›\à\Ê\î‰@]˜ÓŽÁSŸ\ÆC\0\Ô\à3\éx—Œ\ÎG²÷X]×¸j%¢«=%û\ï<\ÛIÑ€\çhV8qW£‹\ÎSœ§\Ø\è\ZN½\ß| \"ˆhek•>t¾3Sÿm*3ª\Î^ñe®9|#U\ê«6UOµµ¼ñþTb¾\à\ìo¡¥~\Îs\Å/\Ü\âñ‹.y±N+4[xV¼˜5·+D”\" žG{\\\Îu-TÆ©º\Å\Ø\\X\Ûi·…ˆýÁ{\Þ !7)÷\Î{d£2S\Øõ¡¬¥¸gzfÄžóMJú±KKY1\ã¢Î‡^\n\Äb—‚q<v`x¶\ä£K¤£ÁZ—WŽ\Ï>°Gw\Ö\ÕÎŽ\Æu\æ\ÜL\Ò%\ç\0ý‰\ì“ûƒÁ\Ê\Í\ï±\ÏM0û@Î•¿N\Ð:ù9\ÉÿR¯}³5U\\Ÿû_ƒ…^s\n\È|ú\ÎÎ—¡ù)ŒnS&[{T.€·6Y\ã\îi*¯H¯óó³\çY_Î¨š4û—O¿¦o„„¬·aRË¯§«^Nrk/5\âÎ­wJ.Ö¹¡‡Òˆr\ï²ú\á~\Ñów=4Ÿj\Ø\Ì\ÈÓÎ®Oœ†O®\ìyƒ\Â#M¨«P\ìu\æbT2.tÝ‰Ù°Î®Þ¸F¯\Zg¨T °‘\Ë\ï\äi\È†0bòwôiñ¸\ÎÚ·{…¼ž½\Â\Ö0Eÿ\ÖÎ–×¸@ó¬Kx\Ï\é :\Î\ßIL™\Ç\íŸ\0Æš›Ÿ|„Cþ–\Ô	&M6\é\"E;\Îú\â²ži«`¨n7\Ì(ü}\å¬ú9‚/ø#T˜?\ÏDP¿X`þd¡Ó‚®ó\ã|\ÚÑ›:Â’D˜3\ãC\ÅS\Ï d‰ó`ò¯ž+4šY\ê;Y®ÆZZtõð#}\ÏCŒklS“´t\ÃUa\"6ôkHD…¢¢UŠ·xKU¶>5›\Å\ÏJÊ§\ê·-ŽL‡E»{_Eƒ¹ñ\0§	ú©RB¥}\ê\ÏN\Ås®EC‹%\Î\Î\'õÛ“ßŸRf¥?’\rˆ\Ä\ÍÀ\ÏU¸neˆ\Ðù“\"Ÿ4ˆˆ\Ø\0Cp/\à5\éû\Ìý|ù\ÏX@ãºªÿûgpü.§¶\nÀ5_\ãUqÚ s?K3Œ\Ï^ñkÇ§!ð\0Þ¼L\ÍÞ½\r‘b•Õ£\çÝ­,\Ïl™uÝš·\à\Å>\Ê-´:„‰[BÇ“|*\ïC–Ç£@Ï‡8\Ù7!\Ò\Ú\" (\åRÏ‹‚–2\r\Za­DDŒ{…o\àÏŒž=_}³+~ò\æ½\èÀ\Î(Èže¤\ìvrC[m\âKÏ¹ò%è™¬Yu{].ñ\îø\Ø×’d¢.˜\Ð@†·\ÏÏ¸›ö$ý¸\âa\ÎŽ5Q¿¹\Ã\Öc¸›\ã‰Vjv…`d\Ï\è\ÈŒ÷mm„Y³\×ÀQ,|¼:´K’Ê’º%¥DL\Ð#\Êüb\å´XWbºpú?²\Íÿ\n©Q¸@x\ËHc\ë\Ð(\ïX‹.\ÙGùªÇµ^Kõ¡ú,8²®¨ú\Ùb2p\Ð*X\ÈOL\ë\Þa/£ö\Õ\èö{Ø’a™·wn\n——yL\ÐI\àF³\Þ)|#¢µópš±SŠ“RƒNbTÿ—is\Ðm¬óT¶\ÃJ{)A\ïo\Î\Èn\Î;Œ9µ%¸ün[:\Ú\Ðmö‹µút\Øû\Ö\Éog\æ87\ÝP\Çv\ÉZ:\ÍEF¡¼ú\ÂM\Ðs,–¶¾\æÁ\ì6\ä\ÇLb!’G3Jv^5K\Ê`GCÐŽ\ÈL\ÍX]½\'kª\ÒAûm”]·¾›J7\ç½M”B©Ð”‡lWh‘<S§=\åª\\ù\"0 €iC™DM\Ò\Þq\Z¯Ð™ ’Böýz\Z\ã•k V\Ü\Úòw¨n¯\áól)\r\ìÐœT±ÑFC)k|š\ÆW³jƒÁN\ÆÉ©Z] /e{Ð²e^½²·K\rŸs ;Söe‰D+\ãVc¾ò,/\ÔNÐ¾‘;\ìc\0×„5s+œ{ƒu‘¥7”ú·^“\ìŠ\Ð\å”ß­kFƒ5-n\Í!\íx`Ok´Œs\ãŒ\Ð\îu=J$˜ u	š°8\âö\Ô@\åZx`\Þ÷™#\Þ)Ž+—\Ð\î™p­o\áPŠË¤hz\å\Â\ÇY÷‘[|`ý\à;]·¢\Õ\ÐòÿŠb¥`&h²2\È\Â)V¥KF}Õˆ\êm ?*fûæ­\Ð÷@\æ%T‡Ä·\ìx6Ò’O£Ó„¿9Ä„’ü 9.z8\Ðú¹\á‹ÁXË–<R²h\Ê#IJ\ç‚\á* T\äqª²\0t<¤\ÑbŸCK7j¹BœY\íC\Än‘Â»\ÉÌ¹)B#)ö\Ñ\n@\Ë}\ãn¦\ÇF¯\É\Î>\Ûk7X*¢úve\Ó{}b‘¡\ÑDî¾ªZð\Ú\r_§.>\âQ}Ö²Œ\ä¥\Ê|ŽÝ¸hOj\Ñ\ß\Û\ÓI¨\ÆñP0Î¹o-\Âø¯„j\Â\ÅòC\Ñ-û¦\Ñ\æW¹\ÕBBu´„\Ú\îžsÙ¿	#gÿ2­&º*\Ñ<\ÍÔžŒ°1\ÉúV\â=¦¯ô(„Œ¦´sSˆúl‰.\ÑB\å+u€\\\íÛ§\ãƒ-;\í-R8kðpŽ§4C÷9\ÑRWJÌ¡f+V÷¿U\Í\ämú\Ò9jŒ\ÔOø§D†ª\Ô\í\Ñzqè”·‰´žƒ‡ò™gƒ\rÓ’dK\äùô:DÑ¬\Þ¼.\áA¨¼Ž\ÃQ„¸%8;+\Ã[}©œ2\0OŠ\Ñ\ÂÁ\nqbm°~	+¾­\éž\Âj¹D\ÉÅ§¤É½²\Õ5¶h\ÑË«\Zx$\ÒwB|9\âW©8¢£gk£8Yljüo™\Ò\n`\Ê\r$%\ëeG\Z°8…	cb\Â¹#k ¿uh(\\\åF\Ò#ƒj\Ô\ÆóW7\ä\î\"\×e\ÊK´CóÁds’2R‰\'Y\Ò.·Ä‘3\ÍþEŒ\Þ9D>\Þ	›.¨\Ý2˜,Ÿ!\Ò@%}¿1i}¸.¹kÖ›ük\ágpÝ‘b›\Äy9\ÒY\ÌS‚\Þý[œw\0m0H\Ý+\Â\Ç\Ù\rq‹Ž(\Ï2÷=\Â\Ò]øŠ$É†pƒý\Î\ãLdG\ßa2¾x±\Ü~e\ì_Z\Ö\ç\Òa5“§š«\×\ì\ÐªøÚ¹-\á¥{ø\é˜UŽ´VdH\Òr°\ÏVŽ”(-¡W‰\ß#Qî¨Šù?`G÷uGp~n-Ò“Djk“\Âÿ€h‡‚¢ð¼ˆ)…fx³wÿ\ê\Ë\êLQ»Ò“–saŒ\"\Äo?\á†ûþÐ©£®ø»˜Šc9C§‡…öÒ§‚\Ø1 8,\ã©^¥2Š\êšy\ÖI˜\Õ[u(¡\Ò\ÃQ¨ “-¯yj™\Ö$ie‘\ÙYi{p\Øø¹’\\—\Ò\Å8\Ïö\æÚª\Æf.\ç$F¼õL6wfžj\\½i\ÓAxk\Ò\Ñs·tü„~¤\Û\Õþ\Ôn§Â¢^ý2ªà¹™ f·\ÄV)\Ò\àÊ*^D.o\Â\á\äR\í|D\ã9O²•4[žJƒ¿²Á°\Ó	\"­<\ëò\ÊÆ¶‡‹Š2»\î,*¥5µ÷p\ÚG¡\Ú\Ó;\âù‹w2^“\í¥ðf\ë\ÛŸ\ë5¹¸@Õ§\Í3‚=\ÓE¡?‚‡:\í\ÃzM\ì$Š\Ö\îq·eÆ­b€a2³E!td¬\Ó^\ç\×jj\ë)RŸBxºBL‡¡ †=I\Ò5E\Ö9\Ógj\"XkÀ‚‘Œ»’°s\é\Å\Þ	&\åQ\é=IŠ\ÓjòE‡N\Î7Ž\n;Rù®}l¸þpfV–b‰m´¼‰\Óm\Âÿh\îc\\µJ¸\Ã\×ö~9‘H\íJ¿¦$[¨«Àx[\ÌÖ\Ó~\Èm/\æ\íûÈ¶”ü>\ßÅ©T.)–,l¶;;¬o[Ó†\ÜË‰DŒgšu\n\Ä\âY2.\å‡C0ÃŽM\Þ(Ó‹;sd‚O¸ô&h\ÚgC0–»¶‡u!\Î[+\Ô\0ýÓž*Ø³\Ê\êjEŠW§;\é\Þ\Ù\ä>$:ó¿Ìˆ4dÁQ+aJÓ¨+±`qs•{9¿¬„OF’œ°x¥vNms‚ñ{\êÓ®ÁÂ¾Š&º¼Áj\0\Ðv«S ·\âÀúû\Ì\ì|.\åkÓ·Ä†“{çº¿m\Ã-a.G–\ä¢\ÇB1«ÿn—·\É\×:sÓ¸ƒ\Ø9—A!ð\à\Ö=\ÆÀ‘×º…a\ê	ò\äL\ÊP:\Ó\ÍÔœ´\í÷\éÌ¶:wyjœ=º¡üÒ•­\ÖÄ«6xö½¼y\Î\Ó÷S\Ì\Åžœy[9\Èø\å l:\èZ=\Ö\Í\æó\Ô?V¤º\Ç2T%<Î‹Ìª\Ò\ÂÑ¬½J±\ÚÀ’\Ùb‘+•\Ô/?B\Ë\Õ<\\\Ï|8\èW)\0\Æj|·²¶(	\Ëy¼zò\Ô6§•33Wq¶\'§\Õx¬0`¡C\æõAðW\'®>Ý©\ÔA\Ì$‚¬s”†ù8¿·ô\è*wú,»¶ûù^4\ÔK‚ñ\á•\"wª-\0C\Òÿ˜V!ôýŽ)3\Æ§UÕ§y\âR\ÔQA\æ|s\Úùô¥ºa\Î3¢jqdP‰˜÷Od¬ªR}{\È\Ôu\nah†Fz½¤f¿\\”\rÿg­üm€qžÔœI|y\'\Û\Úÿñ v\ädñô§ÅŒ#\ÞÏ®t™\èÔ¡‚*IbW]3U…ýL“ü\Ö]T\è)”!\îEÀAqÔ¥å®‚³E¡ŒO1ø\":©9¹¡(ñTQ²\æ\"ŠM4%\ÔÁ\éô&r’O\ÐfA[È²4ªÉÝqU}R\à\"¯µ³\æÁG\ÔÇ„\Æø\éL¶g+¡\0v\ÎQò§v1°“R2ß¡\Ô\Ï/Æ”\Ù~—Ïž-¼\\\Ø ª\Zû­@G>\â\Ø\Þu\èôy‰\Ô\îwpŽ!Q\æ\ï\Ì÷Ç³\Çñú@;e$Á‚%­\Êß©.\Ô\î\Ëax³òn`ù¥f\ãw?\Õ6y}>\Ò\Üm\nM\×\æ–\ÈR\Õ\r\ÐË¢\Ê\Þ\Z¢\ÕN‘t\ïºAœF˜A\r\Ì|\Ö?¤\Ó\Óü«\Õ4’A¢&E(6\í~e\â|vH¸\Ël«;\î\ä®\àR­\Õ\ZV\Ëòy¯f`™T‘\Þ°\ÑÃ˜`‡ñ¡š\Ís[\Õ|œC\Î\ÈIûm\Åyu>j„©Š€™\Ç\"¦eû[8%\Õ\Z\rú\È\Û\Î\äË¤‚\rN}\ßR—\Ôm\ãD<\Õk\åžü\Õ1¨\n“ù%¾D\Í{RÓ¢\0›M+\Ú\Î2\ÔÓ¢€\Ì\æ\Õ;\ß\r´M\Ê@†\Éj¥ù˜c£3.·R\Ã2 Ÿ‘-\ÕBH\Åø)\ë/¹ n0;\Ù[\Ç¢`3\Þö\0&V\ÕOeZ}{®‹\Ç 7 tBR#\r¿¸\n0f“_`Û½ð\ÎÀ\Õ\\\É\nð}(“n\ÈaŸ¯\îw\×Cð9‹-A–šIQE„D\Õ^³Yl2ÿ¨\ÙJj\Ëf\"3¹—zW£0Y®\ïP{\ç”{\Õy„Tzwƒyj†m€\ÔË¬€\'\ä\ï¨fñ\äÚšG\ÕüÄ’õ\×GN\Û2’õ*\íœRmWF~„mK$QŠÕŽ1ø\ç¨\Ïm.JM\\k\ØV¾?1 [`u>\0!,»¹Õ•¿ð¬\Ê>­oü*ý®\å ,_wE™ ™Ž]I`[3Õ–\ér\Â\r¬§GÿVpGG¢\×ÝŠX3\í\ßø€›À\Ø;Õœøº\ã5IË†ƒ\Ïð3Õ§KnLm\\U\îk\ÚJØµlLÕ¦‡`˜A»^{·\Ó\ãB»ÿbƒ\rN\Æ¦‹€†\Z\ß\É\Å\ÕÆ¤JÄ¾**X|i» \Ïcy-‡u6p\èÀC-\æ$*\n¼\Õ\Ó8“Yd^†^žu¥Y\çq,c$½:$(§Y\Öz¸/g\Õ\åJ¬>#ó\nñ\"7¨ñ\ï`)Šw¿\Þ1ª0.Á^R\Õ÷b\Ç\â†ö±ê´šf\ÝÕŽ\ÈRS\r€ñGñ4\å\ç‡\Ö(¯¹!úOX*Œ\äöùŠý¤\Ò7’A©òl±\"‹\É\Ç\Ö&ŽÀap6f±K)¹^o©çOs‘<«—\È\êA6\Â\Ö3\æAß¯†%wZ\Î5-D\ÜÚ¼\é\î\é@\ÞÀÂ—°\×\ÖJ‰S›\\<‘CÞ\Ð=s\'WI&\Z‹(þ\ÐðvaTo\ÖO\á,\ry\"¶ÆºHo\ëõS­v\êP	¾SK\Ìw‹cp­\ÖUô%(\Ül\áfU}\â­\æ\çñ¸hùp2\Ùÿ+nD\ËÊ­\Ö~°™›\â÷c¯yhG³K›®SŸ\îhuP¥¦¥ú\Êm¢(Ö…\Ñ58V¦\éŠI\Ñ0’ôý=\ÔþYªúý—ÿ›Ö†\ãvBÇ‘dX ±\ç1f­vH¬Ž\Íy\Î)ñ«l\ÉÖš‰\ÙÄƒ3Í’€\rÎÄ¹„©ð\î\è’TNô3À_*˜.Öœ_\â[2(y+9}QªI\ï•*\0Aº¡\Z\à»Êfg\Æ>÷Öž\ê£&úu\×rž\Ìö|ô\Ñ\Öi+Q­`Å¸M1¯UÖ )–ø©\í–8\Öôl°÷/Z\à¤Rö=²Yp…«ý\Ö\Ïú*±	ýZ\\!lþ1Òô\\\í\ê]4\'7\Ü<\Ü\Ö\ÝO–¯2Iû\Ñu>&Ë·À ™\èuòUµ\ÎÄ–ƒ«\ê{\Ö\æ°x`\Ë &{;«\Ùu\ÎÕ¢µ.À\ç÷¢Xù¨v\Üa‹\×®‘§kdo\\•¤\æ\É\ío\è©ù~(y\Ø&j\×\Í\ÂF¦\×ƒ\Ò%¬@¤I¡µŒ(ª.#–“5U[Ö‹DB@ö…i~1”\×\'7Ã–ðŽ\0ñW”À\Æ2j—ñ\ÌÿÊ™ú\ê„\Ô\Ñ{`€ü\×01]!Ö¥\n\Òc3*\Ï\ÓóaVÖ†e¶Æ—\Ó\ÈÔŸ\Õ\×9R\í\ìOt\r\ÎC_\Þ\×ù§\Ü4c\Øzÿ¨S†\Þ\âs\ÓT\×Aq†cÚ·¿Â’59«aýOöù\ëÒ„\ê?§t‚ü\×M)†P­HŸÙ¹\ÅœkÏŽ%7fˆ+\È$\Ú.º\Ú~Ó›\Û\×Mxkv„\rn\ÙsŸž]%®”³°Ìÿ¡T¬Ä‰Ò©ª\×^\Å{ðÆŽ\Ýu\î\×ñ\í\Ðÿ’º“\Îj-{V¡=O\Í\\\î\×dT5^+—ô\ß‚`,¦\Â<\Ü\ëWØˆNl›S\Ý\Í\×j±\Ò\Õ??f&:¦s\ë[#µRDs³¥;Ê…i\×lbX‡’.\Ó-¬t/«ºy ›\ÓkOÕ‡\Ç|{W9¿\×mdJNR\éjœ\í8?|›\ÄH!‰sÑ’i{OT6ò¨\Ð\ëµ\×{z4˜8ˆ0øog3œx\×\àF±‡Ròý\Ç.ƒ\è:+€×°\É§&ä„‡û2\ë\Ç\ÐC.Œaº‰eE0\ç,9\×\Ô\'ZS5€›‡\ï4ˆ¡G[«»\\e¿€}*<\ê|L;÷z\×\Úx\Õ\Öx?&\ÛøWF\èf­=\è\ãx\é;Ò¸™.uL\×ôš·)Ôœ2Ÿûd\Ç\ÏL{ù€\å0€\Î3\Ê5¾½Y’!\ØU\nhq\\¯®D\ÞG\ÛhB„,\Ú;b&´\Ü<\éC­\Ø$\ìH\n>š‹»‰T¬ ÷EõG\âN™\Ð`ö\â-ð\Þ*\Í\Ø(ºqº¢–#Ôœ‚¼D“]K\æƒ\ã\ÐX \Â\Ð\ØJ\ê•n¿ú·piÎ®oÀ§(\Ë\ÞF ‚…°\ãýrr^$\î\ØO\Î5µöüM\Ý&õJúùüD\ÏKð‚0£F\ãNw0\\\ØP\Ý»s-\"»d›,½ä¸–\ã„n\Ç7z:€n\Õ\ÉSKn‰\ØSTv\àu\È\é!@bv±7Ng\ëûVCœ…Š%\Ê{øˆ\Ø~4žu\Õ\Î\Ë÷	k@Ÿ5’=\Ë(¤\æ{\"²X\Ø<ú\ÅØŽ\\Xü\â)\ìÐ¨Â®4ÁÊ¸cWÃ¾#E5\ÛöÓ‚\Ée%\ç\Ø\Ã\â/š\Þ\çh] “\Å\ÍÞ²»#Ñˆ9“²\ï`v\Ú\ÉÁ\Ø\ß\àðb\Æ9óN/‘\ÞlRýagLû¡\êwÔº\áQ¦Œ\'\Ø\êb\Ù(c\Ç/›\ï²\Æ:»²ôø+õˆ\ß\Â\î„~\Ø\ã\äZ\Øð\îüµµ²öñ|\0uŒ\Ü%rvBT‘ i\æ‹·ð“ó\ØôÞ‚N\ÜÉ««\Ôý\á¿\à/¡†=õ–1†\ÜI¶\Óÿð\ÙDj0\\l›\ÒM´51(R\á\æ;\\gÕŒeøÕžþ$\ç\Ù_,¯j…þè–¶\Ãût¢C@÷¼ÏŠ¶ü€‰¶\Ù&8H\×ƒaq_¤/ñÀý •³†™BuZô\Ù&‰?´y\Ø\Ê\í=Ó¡¦\ÃC6™d6òm\Ç\\´]vay\Ù?ÿ\ÄÎ”-[Œ91\"#G”ú|h‘\äýHöZK\Z>B\ÙT*«f‘Z/\ä8†ß¬ÀœU(Wò\Ö\íöUò\ï—{\ç-–º\ÙVÍ—œ\Ù8$4§l\\ý\ÔL4y¯\rñot«f`8†\Ô^\Ù`¤§˜=¬@ûl¤TzÅœ8\Ö)}”~–H}±‚qÙ—ÿ\ÞN”¥šai\Ëý\Û9U‰³¢á¤»\Ñ\Z{ûöÙ˜‰ù\"\Õñþ[\Ñ,\ÙTý#ŠH\Õ\Î5\0ùF	\r\ÕRšosÙ™\ßý$¼Ñ°„¹\ÕR¨ej`^„ª7\Ìè‘Ÿ%\ã\à¬yÙœ›³¦ÿM\èó¾9\Z\Ö/·´\Ö\Ê\'\í«ô\Öõ Ùž˜4bVt\îƒû\ê\Õ\çtk‹À…Ep%ñ~D`%\Ä\0‘;Ù´\Î M\nŽ¶¿WX\nŽèº¨\Ò|\Í|3ßœ\Ôþ+ø+¸4,Ù·ªç´±˜1]ùÖ²lzŽ¼bžVP\ê¹x\ëÌœ¬=\ÙÅ­\Í?\Æ/‘’¿ÄŒ)\å-\'LÔ— x\å!ô¢Uw²\Ù\Ø_nFaõŽ\Ù>e3¼Ÿ;vzš\ß\ãt\Ü\å\ÕPi(üd\Ù\Ø\Î|\ZVw7BAz\Ò\ázMk+Àš¸øOš5\î­\Æ\Í@\Ä\Ù\Ý&}ˆ,py\ÆF(%²Ld\ïö\r*n=YNt\Ù\ïª,kšL®]*–º]>N5c	Ynô±ñl)\"†\Ùð\ïqšqpu˜ªuŠ‰4FÂ€\æ\Ç\ÖÝ†$\ÍÓ•\ïž\Ú_\Ùp~\Ì*\Ì\ß60¤#¤?BT\èP„|½\Âÿ:ûX´\Úk\Çô>\Îñ`\ËW\ßO\Ü@¹!Ù¾”p}®\ß_0[´\Ú\Z@\Öd­\nf!B\ïŒ\Ï>j§\×\\R^3\Ò\â¹óª\ÚŽV™\ÐcZ¼\Î=.\0…ý¸¦Üˆ\Üõ\\º\'ˆ\Æ,ÿ™(\Ú&€\Ï\äùM1^t&*/:7`P\n¸€S!:úb=¡\Ú(\à\ÝmybVõaI\ÅjWp™Œ¯(!A\éð\ë\Þ<(±X\Ú.#\ËR[$V<¢\åZ>f+ ÿ¶mÕ½Rh_i;1²\Özm\Ú6@£\Ìd÷3\×5(•G\\‘Ü§Doi	PŽp*vw\Ú;\Ç\è\ä\äX?=\æs|V§F˜ýÆ¢Id³šE<8µ\Ùm\ÚJ.•Ewjô\Ôö\Þ\Ò#_\ZÜžf®nN€þ7’‰·\ÚU/¤“\è/gÿ#ª\ÍJK²Ó’\Å]å ¹‡üÀ²\Èý|¬M™\Ún\ÐY‚M\nªŒ}2 `’\ÛQ\æó\ßv\Çñ_\í\rzBž^=Ú…¶c:\í\ÆÜ¾|@¸°lõ\'\Æ\Òe±©—ß²“ ~\Ã\ÚÚ†L-u5Zkw‹=03O¸Œ* ;XJŽ¢²\'z0Ú\ÑÙ¿\ÊsP!\0\âV«\æt­bºM]^…\'Z¦to\Ú^\ÏÚ«Å²¶ÿöT\"\Ï\Û\\S‹@¥„Þ¥–+0yrx9ôM,‚›Ú®(‡\"¡Y<%°I 0c+	¶±ƒ\ÄðM\Ä\ìv1ÚºQþ©Gäƒžu\ÆGiÔ¯\Òg—¯\Ì\ç#dNõ ,ˆ—\Ú\ÃòÖ¢\âü’¼\ï¶\è_ƒöš5†^W\ç{£Kb\Ú\ËF\ÐyPX\È\ÄpŸ^MºÆ´s>\ê\Z‚H\Ç.\r¶Á\Ð\Ú\ÐýßZ£\\UD\Ñ\àþO\ÜtóÞ”³&Å”LZO\Z£4\Ú\ßvdU\Ó\Òò\é=‰\Ã…=cx\\÷µé­ž5\'Òµ\ÛdÕ»`¹›k½\Â_[aJ{¡\Öp\ZœE=„(X‚’ó\Û?l;Œ˜]\Ö\Ë)O=b”¹•Šñ\×Ö¹’\n™»\Û\\s	\Ãp¤JŒTX~†\×\\\és±Ak\×\Z-=}F\Ûb–áœ¾\ïTEw!§†}ža}.›& c-B\È\'¡Sj?\Ûpå‡€,Xž¨\Ã\ê©pö\ãú!‚:ô±\ÌE»À\Îs\å\Ût6–÷õSz\ìÃ¥¿ù«Z¥\ã‡\æý\ë\Ñú,j\ÕÛ‚wT\\\â… ¬+\Ú=\Å\Ñáž¶ò…b\'^÷x\ØK\Ã.\ÐÛ‘þ&\ZéŒ·\ßÛ7\ê°~\è¿ø\Ä±†\àrb\á©ÿÛ£\ë‚Ô°<€ÿÐš~_\ém?#±†¼©\í#B	\î(\ÒÛ¥~b%…w\0 ˜z±9Šws\Ó\Ônù\Ù>Dy1Û§–•ø†\è#)\"Uõ­\Î\ÔýG¤þº´\ÛÜ‘\é]õ­Û­M:Eœ\ÞZ\Û<v(@^••òeõ\íK\ã\0Û³}sYDk6›\Ð\ë‰ñ\ÍMµ\Ã(kGN‡Ø©\\BÎ‡Û»øoXc\Í\â\Î\n‘jJ\æ¾#›Ÿ@R 0¶ó`\ÛÁT\Õjñ¤5\àDžý­-8FŽ\Ú\ÖQ\r%\Ñ.\Ým\Û\Ä5R\Âã–©\r;ögPkl„r<\â\èCDŠ\â0*\nö)\Û\Ñ\Å\Âm\Ö\Óx:°.Àož\ÞwýpÔ´6b@\âW‚Fk\Û\Ó-¹\ë\Ö\Û\Ï\ì\ï\Ü\Ñ1\é\äq‚[¢4š2\Z@\Ñr»: \ÛÓªN‹÷lT­D“…\Û,\'›;\Î=«¸†%\È~\æ	H`\ÜM?ý~\"\È\Íu%\Å[þ,l¤‹‰ú+?F-}±M)Œ\Üƒ\Ý\Ì`@}6\ç°\Ð\ï[d=w\\˜\Æ+y\å\Í%e‘-´_ö\Ü+ˆ°^•\ÃJ6\Â\Ê^Nih\ÈõOJkföiBª\Î\á\Ü¥DœÌ‰I~\Ñüñ§\Åú.lœ\â²v«Pg»\ášwv\r\Ü\"aMIø\Çñ\\\ÝP¬;bó\Õ>ê§’5>7Dub«lg \Þ\Ü=z^«z)t‡õ—?Åª\ïé³Š<)–“+$\á>\ÜB€FV­d¼0¥\Õ3\Ó\àŠø¬m\æR\î2t¦\Ý/v\ÜS 4\Íh¬\"•hAD\'¶\'|\ëº6[kF=\×\nyi\Åõ«\Üfóm»³±‰Rþ²…\ÔÌ—U’iØœ\Ï\ç\Ö!Y¹\Üh‡L\ê\ça¿þé—¨bø\Ë|\r,7@\\\'>\Õõº™0\Ø\Ünƒ+SûúK‡\Ë\Î&€s¯„ñÑ‰·\\;Y·q»9š‘\Üw¥m3Ÿt\ï	›\ÇÐ«Qvš#`i-1Ùž\äUúh\ÊÜ‘ñ‹‘„Ç£gþ\Ö\Ú\n\Ü\Ü÷4 ]´Dø$ƒ¯ñW¢¹Ü—•E¹V¼8Ö‹i;±fÀe\ä|­\Ì\â¢Ë¤†\ËÜ.r¡µ²\ÊYMDMK\ÈqöÄ¹z\ëZ\ïp\ç\ïý\Þ\ß\ÕÜ£x³\ÅL#\Ë!\Ý\îE±~p#‚w¼ˆöpý1[©0L´ö\nÜ±f²œžX¤\ÅIñ`&•›¯:•=^b\çKGÁ\0.\Ô\ÌÜ´&Š#¼\Ôkp‹e`£ò·ª± h™f\ÏsIžXNk\ÜÇ—!º\àJB(AL….V#8öde\\Š†B_•&\Ü\É:øµK³º¿:õ\"Â‡$_\å\Ç¥ý\Z˜†g ¹…\Ü\ÐpSI”\ç\Û{Ç«2jP±µf\åGi+YHñK\Ü×€¤\á…\î\Ã\Þ&¦©ôf8•§\ÖŠ„ó®Hk[%ó¶¸\Ü\ãm\ÖrÂŠ\Ýs+n²0\ÙOfüž\ß\ìÖ ®Œ7À\íy€\Üö\×\ã\ïùç¨¶þ¶\é\n£oN{mnP,\Ùh¨+p]h4\Ý\Å\î§g\0x\â-“•¬¨8£“Àø\ßúE\èmb\ßE\rH\Ý	Zº¶m¼Ž‹\Ý\"®6‡Š¥N`\ï! B\'wC•Ë®”\Ý.°0{\'~K.sJ›·µIPÚ«º&nR‡	°2\ÝJ¶ù¯X}šúkŽ;\nÿ\äöÁ\é5ñ¿V´ržû4ÝŠwµ?ÂœL)£\ä­K¸ÿ\å†f4Ùº\ra~÷tnT\ÌüÝ©zK›±u‘\ÃY\á\à.\Ã\Ãmýi\Â4Ÿ’«*¬UT\âÝ´ª\Ïø\î\"c¿YO€|D\å\0øÁ;\í.ü¨–\ÓÑ´º*NÝ´ÀK\ÂñbT\ß3•y´*\Ùúú× µ\rFøŒ˜·ý–Ý¿pü\\\ä/h#]\"\n\ë=\Í/\Êþ‹¢MZÖƒ²\á\×I\Ý\Ü33¹u n°±M5Kh&\ÍbV\\%˜Z$\èiö\î\Ö\Ý\âC±1\Ù~s\Ù\\\å6\ÎrÛ˜\âôŒ\ÂýŽ¸\nÎ£\É\Ý\ê\ç6tt‡Ž|\ëü\Éhf¥­S?\îf\í_z¢ªŒ`ôy‚\Ýõ\ï\È\ë…(Hú2\nyÏ€8\â…F\Ñp¿˜\àB\Ýø\Èk¿\ÂÊ«.E» Ÿ\"y\Ë3ø(ÉO6\ÂSuÕ›Z&\Þÿ\Î\êS,®	\É\×\Ôpö\nb!\êós!œÍ®]‚>ð\È\Þ‘T¡x\Þ{\æ\Ï\\7\ë€õR\áÁAg¥\Ê\Ò\Ì[:\ë\Ù	c\Þ\n˜óOº\Ûj\Çø\Ô5»RLC‰I˜e¦ôº\èá»”Je\0\Þ.S”Fˆ>\í.œ«\ç\Ý\î¨w\ïg\Þ:$€\Z	ž±ªV\Þ8{\äõV÷\íú9\Ë/\Îj\Úzbbž\Þ\ÛhFøµ+”\0~š\ÞX\Ût\áðÇž¬ƒC¼¸{•\Ð\ã%¨©f\Í\"‚´Z_m=ž‰\ÞZ>D[¹{¶©\Î/³Žm9qN\Ô9wN|\n\ÞÖ¥\Ù\Âs\Þj*\Ðñb”Œ\îTÿó…O5p\åp´`€„)\Â\ÄÞ–\ÇpöŸ\Â1iý\ÅÐœ\Õ¶û&ñ\Ó19Þ }D3Ì²»Þš$>ªÀ÷ª*ñô\È\È\Ö~wa°\r\ÔÁµxŒš„Þ¥\\\Þ}ü9QZ\×\è\rHO\Z™+\ÈCµ3\rÍ‡q†\Ñü™,\âÞ±\Ô\Û\î\n1\ç¶$\Äd8v^!*˜3\È\çó#Íœv@\Þ\Â3¬&h±N;y‚B\Z\àª\åN¤ 8	jüx\Þoù\Þ\ÖXQl~?‹8’¹•¸\Öi\æ\Ó\êi8|¡«†þ\ÕLe\Þñ\\UÓ·HYQ¸\'¥\0¤h³¼$z¯\É%ûÎ¹Ÿ\à|qóº\Þþú¯\Õ÷\ËI\Ó_y:÷¶Ž“&\Ç\ë³ûRªz\ß²<OT%x\Z´\âÜ‚it11E¹g\ÜU&½¢2\ß1°YI\nf	œ\ê¹Yá¦Š\Ó\ÏFrL\Ç™¼\Ø7€\ßu…¡•´\ÈS–tÖ—ù³õp\èœÇ¯$U‚-²mö©\ß ‰—~\Ð\ÜV°>ƒ¢¯ò˜€¹\çEY\r’,i¼Õ‚ˆþ\ß!\r„2n\ÄD¬›À9T\é%TÖ–\Î\r>™‚›\ì‡Æ¾\â\Îü\ßAýY\ä{,P\0~b•Š\"Üƒ°›½\îƒ\ê\×©n\0A\ã¹=\ßRŽ’˜<\îF{\È;xÙ¾Û¶I\Äx3¦\n\ézÇ–ÛQ\Ê\ßh°\Â-nñ&ûU±\ìe\\\ÑXjš`øünÙ­\Å|ò&\ßkÁ—2\ØùÊ°\ãS|§\ØôI\Ú…ß†R\Øýy¹rÿ\ßv@|\ßz÷%\ÌÓ¶p,Áro;B5\0±\ÚC®…yaF\ßv\ÙVNcÛŠŠi÷Ba•\Ö\á\Ü\Ó\ÆT\Çf€X\ß÷\ß| ³jòª\Ób·ªdP\ÏCW>b\á\æ°$=O\ÜtÇ\ß—>G8j\Åj±4‡•8µ-sZ\î‡ÔsÅfª?ß…y÷R\ë˜z\å5ñµT§˜\0\ËDUç££	«wÌ¯\ØßŒ\nû‰ür†ƒsgÉ´\Å\Ú\ã5Z¢}Ì¼¯õ\â„ßŒõP\Êý½Ü»†\0·{Q\çÐ©#\î÷m,Áx\\`ar_ß”õ\Ì}>&žIy¸	p‡—Àby1©°8‹gœJ\n °ß™w¤·,\Ø\ä¬ sÆŸ¶lalkHŠ\ïJ\àn \Ý?&b+\Îß ƒ„B.qf6*_…\í-\×\ëªù‡¦W–I£\Õ4—öK2ß§\Æ)óö¹¥sûgñ\ç¯,„øüHe\ä|•\"ÿjÌ‹2(ß¹V\ïþªˆ\Ñ\çû\ÏN«A=´ÿ²X\ÝÀ÷\"\ì\Ã.€\n\ßÅ…i‡2—³~\ê<´g»qÔ´TÏ—ö\æ\î~‚%>‹\ßÔ6mÿ®“–_¨5\Óô³Ÿø\í›\è}\Ï;[I\ßòF\êöi±\Ó\ê\ã|x¬7N¤™*T¤\Ï\Ï\àZ¦´j”\r\ßóu^kbÚµ\Ä\Ø\È)†P\0˜€\×[\'\à.¤l7†\ä^\r\ßö?Š%\ÕRþ¿\êc’Á­Igl‡\ìŸù–¢QRx\Z\ÐË®•\à¯R«-S®ZoŽ3Ò³CA›j»—¯	™M”‘^\à2\ÒÉ–<”tfp\'\Ò\ÜP6ß±\Éú)¶u›´@üŠ\å\àB–‚Jp–’\ê*\nØ›WX¤&q“bœ”#s¼²\à‹Í¯\àS…ÿC­o†¶­m9¬\Êô…4]·2IeEü˜k…„q\àh\Âö@N>\ÌÞ‡Í˜RRSo sªBycó!\Íõl\àƒª¢\ç\ê	MJh^ö…`\Å¼7¶ýZ\à=\Î\Ú\à^Ô¯¤¯\à…\ÏÄ½1\ÍTg‘«Ø±ÿÀD\Ëñw\àh\Ïl\àŽ\ËÔ‘“\Ë\ì_‹x†4Ž°®\í\r[ò\Ï	\r+¹ù…¾~\à\"j—\\\êç²ƒh_E\ÌV\"¶§·R­ŸÒ†c\àœ\Þ}œ\×o©iÓ¿Fp\Ü&K\ÍIPÊ½±D²\á[‰’ù\à¢\ÔE=3iJ[a\Ä\Ýx­(aB½tgñP	Š‰Bƒ\Ûú†\"à³„½±\Æ\"-dÀJ¤¬°”¥©Õ«	U½{˜”Žö\à\Ï(\ÜQG\è<C°<¼’¥÷\êF\Zm_=|…kÂ„±BÃ´\à\Ñ4¨\á>]F´fw\'\à‚†ˆ¥¥¿æ¬š\ê\ã­Evm8”\à\éaøÄ†î¨¥\êJ\Êÿ½µHÚ¢#e§ Rû¾7\"d\àô‡#!\ÊE!,ñ\æ”cl\à5„B\\	W´\"gÜ·¿}}\á\è”ü|Ÿ¬“ˆC„\ÊC0½ü²óv\Ó\Ç0K\é°\r-\Ê\á\è\É\î´\èp¹\Å®úº4,™\á\éKY(—IŽ \á xD¨Qƒ¹\á/¢tú«\à\Åv›±\É\îÇ¹U\å¿8¹\á&\Ý.a©•YAø‰=°6ˆø	Ý¼\Ø\æ4\0e0Œ§\Ì\á-¦\â©\é4J \0ó)SÖ´\Å\Ô\Í\ëò?\Êk\"4\àZ¹.\áZ9…\r¡k²\Õ\ïX\ê\Æe‹_^ˆq(Ñµû/Ì¹\áh‡\Ñ2¤ú\ë2&\ÛXˆt-\å\å\Û\ÂaüœZ¸n\ámúsN\âQ\"?»mFN8ª?™pi\Z²h\ê©H\æz\ëáŽžO,\äk”h¬iY£´e\Õ8;w*AÞŠ&\'D:\á™\Ð5’`ôv>‘\çd\èŽkÿ}< ½ºö6\Çþ€ ™\á›,?‡n“Ñ–—³\Ë@“(¹Ã¼^÷½Ák±†\\c›¦\áŸÈ€òKB\îÛµ&|UB\Æõ\0¨Y¼\Ô;@7\Òñ³\ì\ä\á GJ\ãòÛ½æ·+\ÖI¾¤-…“\Æ\ê°i3\×<\á\Ê\îe\n!ñd>\Ç\ç\áa‚ñ÷ö±%+£eT7 õÒ§g\áÑ\Ù\å¢\é¿\ßd\ë§\ë‚ñ,w=	©{|\ZZoÏ¢.šÀ\á\Üp\Ö]\íU\Ze\ß\ÚûO§lP¨\Ä\Î\Ö&A{°Š5\á\á[8#=G˜\æ{tj‹\ZC`\ÆqR%\ç®\ÚD³‹\"\á\å/ÿ\Æw?Z)H%ÁK“-œxrNœpê”¨\Ôò%ý\â\r/<òõ©\r¶gl+ŸQŠ_rð€-m\ÃP\îh¦Q‰‡\à\â$,¶©…©5ö%mŒœü\äí§¾ÿ\Û,»\nu(Þžw0\âKoHJ,aô»	”r†U9\'s?\Ì|ˆó™«¾\äô\âR0™\ÏAtRW\ëE  )©\çÖ…uT‰±¬R¹\ÏY\Å\âT6™\Âr‚\ä³\Z¢IZ)³þ[w[]\ï¡=`L\ï Ãž\âV G\ëL\ß\ä¡÷™¬¦mJ—\Äa\Î\Ïf¤o€\0\å\Ô\âW»˜e\Ø2\Ú`\Ô¥:Z?¦š¢\Ó\ì^X=G\ÈÎ³¹\âb<H”G§\âwE\×21\ïwh„a3(J\Ç@\âg)•¤òz¨„ëŸ³9\ç\Ï\Å=°Á8\Ü\Ôý\Ä\'\ãKI\rn°â€µ`úiz  òy}ý³fW\Ìmh\ïGmM•³¶]\â˜H\r\ìu’‰:ðº4ˆ\á›Ì©¢i²ô÷——7[G\â¤ì³™r\ã/a4 v)šw}Uõ³+ú“è°†{3â¥¾¨Ïµ¹ó¾”\êç‘‰—N)]ôòW1—\Ò+Z±§\â¨*Ê \Òu<\àÿe\ë\ë\è\n\Þ\ç,›§¥&­\ÛÍ­1¿\â\Ê€\Û:If	\ÌÚ¦%‚‹±5\Ð@Q‰85õÊ‚1\Û-5\â\Õ\Â\Õ¼ym\én*$\ï\\lµüGš…\ÈÁ*²E\äM\nl\â×­\Ïm³[ð-ùB²8Y´ŸÙºª’d™¨ûJ6\á\ÊS.\â\ÛV59\á†ûœú4*·„¶f¿H	¼‡\ìr™š*\0ñY\âã±¿;+h<Rô¾Ÿñµ¹V\Å_\ã\×u&Rƒ\Å\á‘:\â\ê˜Æ¹\éW\rbC¨JŸ™9 žn\àFB ˜y\ßJ/\ãad¸\Ë“V§\ÒBZLC€ù¹¦;’wx\ãY^Á\ã&^¡\Ó=·xÊ†Es-µÁy@\ÖG¼y—\Zõò\Å}øq\ã-ª³óÑo/@ø8\Ø7²²Ÿ?ð›\Ì!c°¬^ªHþ\0\ã1F=ƒ¾†\r»\"¢8ðý\Ó˜¦dš\Ï0{öÀ0Z†S\ï\ãEœ*\Ð\ÚªIòz3^M±Ž•P4\Æ¥¶Fl\ÃwRC\ãH1“\0H\rgf´^Hq*ƒ\ßvþ6M\Çg2\Ü\Â¬°\ãI®Y¾–”\ã›g²·\Ö_¦\Ëùµ,ý\ZI.&;Ó¾r\ãV<Sg\àU|¿4E+5\å¤Cõ828¨˜‹Ò½\ãdX_Ëœ\í‘&°h¾\Ä6_\ß\Ò?Šôq|\Ûù\Ñ,Â}\ãoù\'\Û?\ÓõŠ_\æ8\Å\äÛ—0]$47F\Z£A#„[°RA\ãr\Ð\Å57‡\Ç{›0²7f=\ê9GûcN\Ì\ÃùyÎŸor\ã|‚¸A\î\Z\íU˜\0®\ÎjJ´ŽÎ†P\ÈM6.\n?\ã~¢o\â•\ÇÎ¥™TXJ)*a›†ºL#ôV\ÖñÅ·Š\î\ãú42B\ê2Ž¢ü±,u¶\ïÊ•n}~\ÂÒ‚Z-\ã¨3¯6	\Å\àž£›ø>Ó¯¥\Zÿz?<^À\æÁ¡…\ÏÞº©\ãª%8¬÷\"¿yÙ±OlB\æ=VG‘\áhó‹!\â³\ÌKö<\ãºòs;×¸\';\'´=Z8€‹»½\Ö{\ÝDb\ÌJ8“¥\ã\ÙJšq¯\Ç;»(5nO\Çj¦nYZ5q\Ú\ÇPÜ \Ä\Î4\ãôzgzB\ìtWnŒWþ¢&»c\Þ\'J@{T\ç\È\ÖrŸq¯	Ÿ\ä*k÷\ÓJ+\ß0ú\Ï}þVL¾f6	•\â\ÇüÓ†`lI*H\ä?²6­‹û\ÃG§}h\êo\ÚBƒ\êñ Ÿ‡%\ãùµL\ä@¡Ä¥¡òübu‰(FHP\\È¯C9!²cnÀ\äN*NJg§ª}Yv\Ë\âµ7\ÑOh%.\"A—X\ä*ä¯‚·:«rÿ µ›oO\Ç\'7x¾9´ \é)y³‘ûj\ä\Ñ?wk\Ñ6òÀŒ£(.¥T–\Êv—Ì¯1‹\ëª½¨»‘\ä\æûŽþ5‘N\Ë\íbð7Ù³UwŠÀ*)\Úh	+Úž²\ä\é‡\n)Q¶\àN\Êk\Û\ÂU\î4ž\ÉüJ°M›\Ñ\\\Ìñ\êV\ä\ë«\ßõ^1µ\Ü\î\Ã\ç¨u²\îrYÞ¥1m³w\æô’±t\ä\ì\Úø¦ˆ&˜Cr\'BMF\Óu\Zx\Ù\Ò/D9Á«ðzH\äó&U\éÿ>\È+Tœ­ôKðùF(—³,`:7­†Q\äø\äúÇ±-F„¡ŽZ«Q\éTÆ·n\r¦õ·{Œ\ãÁ\äü\ìšvA™¼\Ùó‘Hø\0‡eq$óW\ÕDj›³K+{j¨\åPuÀÏ…ü¹~û\r|F¥\ÅSža(\ãJ€}ÈŸµA\r\å1P\Ôxœzšu\í\îÑ·±;gtS7„\×\éGn+‚¢Q\å1\â\Ærg¤“‘Q\× yg\á\Ð\ß5ù±.h¢”f°ÿhm\å;½ö\Èk¢ »ðô²±W8¡\Ü\ÐË‰Œ¡ô\Ún\át\åA\Ü\èƒøby—MÏ;(ujûù?\Öó]\ë$\ÍC\Þÿ\ì&e\åZ\æ\Ã%¿,zf¯w#nØ”5²0DŒ*/r…xª¶P\åb=¯-.¹“´XÿÀ\î”\ÎþTü\ÅòYnž\Ð\ÐP\æ\í„\åg\Ö\æb– =#\à¢\0öMœ)ð\ÝB\×\á\ã…\\eù±\åˆCAø\ï²wƒŠ\ÙwK°HYøª\Í\"÷´\ä0d´\ß·ž\å”À~\È\Øýk\í:µ£\n\ìø\ä\âY¨Ã¯y.¾5 <€\ä”\å£o\Ê\Æ¼oP?¹–†ü©D¸“O%³úÚµN:(\ì²\å²{¥Z\ØÓŒU†J•£øk#H‡…T]^¥Uÿ\0T’jå´ &¹Y|\ís<“²µ\Õ\é\ÓBŒš\äJ	ò(zÚª\n\å·Ä…[Æ·G®\Ï¥\ÂÖ±!IŸzóA\è4Nÿ:ÓŠ\Î\å¸ðU	ž[–\Ç\Ãº\ê\æy-\È\Õ\ÜòøŠó˜\Ê)­\ä›5\å¿,\ë)w–\É\ÐZDUº\âvÿR>kù<ˆ\Ùvd«\å\È_\âBa\rcÿ­‚\ë\Ñÿ;£ö‚p\î\æ\×vˆgm-,\å\Ó\Èý_\í¼\"T›Pœ].íž­j\î¦8\\3\Çc\Z\Ù^\Ôý\å\Ô@i# UcjH«q.—!þ\â\î¿Û´	^Uœ\Ó\r\ã¾s\å\â¶ö&\äzƒ‘³\\õ\Ú\ÝL\Ò ¥\Üð¢Kcu[¤\å\æžþ;må¹¡™F}I­-6\áœn\Î$[\å\é¨Ž$\nÁƒ\Â9Ÿ2%\ÍV¶\ÙúÂ”\Ò0D2`qœ¨\å\î¨T&²¹%\Ñ\íqŒ5\Ã¢ÿy\nVÚŒ¾™H©t\Èð\åö\Ø\È:œ\Ð<‡k%·›û‘\Â\äÿ (õ„\Â1²\Ó.\æpŽIŒ¸u˜Š¼\ÜeIªt9Ž\ë\Ô]„\05¹ô\å^\æ\Z!žù\Üc\çxN°®d\×i\ÔGeAI@\ï\'iÛ¤ÿz¿¦\æ*\ÍýbT‘J\Ó-2\ã\Ô\Ì<…8Ko|’nF&Qó It\æ-Z\r“Ë…‡òH«F® wb\ä9Ñ¿\Z\ÓxR\î\×\ã\Öc\æIŸ0\ã{š\ÈeQD\ä\Ð \ì\ç€{‘°~aK\\-\ÖB\Z¬\æ](5z\Æ!üU\Ç\âN[\áaÀ9»{\Ý\Ï\Ï\Æ\Ôj©›B0Pú\æoU­œ\È\ÛK¯˜j¦\ÚaW”Å›\'„´—\Îyˆ³¬Y\èæ›—>\Ö\â@-œ\Ï\äº\ì=•\æ	gò„_šð³õ\æ¤ñ{-SP+f£´Qúp\ä\Ô\ë87i!*I\å\í\à§\æÈ£7ƒ\Z\Ô,ñ¡š\ä¨[x\Ë\ÎR,<XŽ\ê¦\È\æ\É6\ëKk¹	\í\íŒo´Œ˜yA¼w)ö\Ä}\\C	\n\Ñò¼=\æÕ‰{£¶†•½o×¶gbUŽ•œhº6‰ÿ–XE’.\æ\Ø\ÛR‰un5jšŠ©ô¸\ÚO\0\é6\nt\ìu\Ù=´´\æ\Úù—§5Q\æú%Ç›|ß‚Ž¢ÁY³M\Þ\\\ÉJ»až\áb\æö\ÄÁT\Ê\à÷jŸ\ÝbGar¸U\ß\ê„~•\ZoZ\æö\"TÉ·\Å\rM\Ù +\è\Âš	`‘ˆ\Ì\ÔgO\ål\æþ:”\æ\ì\â\æøl³}s1¤iJo\ÄZš3w\Ô/at\Ø\ç6’µaK‡¯‹\é5…È”4\\4M÷Y¶^eŠxM~\ç?\\pûŽiEE\Ëþ\Ê,›8±ÿ¸¾)¢T\Ån,û„q»\çSF\Âz”È²MRý\ÃW3\Ã\Ò\\\ÏŒ€\è\r\Ç\×q¯\Äò1?\çXE¿°GD†f°\ÜL­S\Âq…†`\Ö	€”\ÈÙ·\çs\ï†Pø\É²W›‹M¨Qó~@\äÅ¯\ÃÃ—\ÒÍ”ç‚¿E\È\Ã\î$>9¬6g\0­\ëÃˆ¿];µ\Ålˆ¬ \ç…!5\Þ\Ê\0lš*\r¾ŸŒ\Æ\n%žE\'\ÈtûûF\ë\àä†ùç…¶\Zf=?±ž;[§”\é%ó\Â\Öj\×\Ä{j‹ôMa7\ç‰\Ð 89‘5¥p(\å\nÂ±vJ¬J|5þ:Jh”¹\ãî¶¼\çroØ«\É\è\Ûl\î]FAŒ1_†\í‚\æ\è„\n\ï\ÌÀ!ç—°fùWeJS’“ZŸw\ëk\ìX¹ºÚ±\ÜòÓ\çš\Ø~¿\ç‹\n}\Ê@™=\Þ\á\Ü\\Y³ñYÁCªˆ]\ÈÇ¢\é‘\ç¢‚€†\Ò5 ¹¢\Ìc§Z¡\Ï\ç°\rö»l¶Y\ç¤Æž[#\Äi[Ÿ÷5Ð–Ð³4\0\Ü\Ç2m\Æ\Ì&\ï™h`\ç§\Æq\n\"Ž)\nŠ\Ñ\êSe]œ\é~¤&^v¹Šw\çÅœ‹¡´‹‡v|Ú†…`z`±®„²I{ûz\Ô\ÖC€9\ç\É]Wªòˆ\î9Õ‹Ê¸oz=ª®™p³rø\Äóþ7\çÎ¬\Õ4µ²9\ì\å‘E‰\çù\ç\Z\'™x$ú“ñ¯“–\å\è\0£H\n({\ÝS=g\è³®\ÙÿÂ‰kyo\Ì\ä?þ”•¼\è½¸\Ï8Õ‡¥\Ð|B\Û\ç’D…Šÿ\æ«1˜‹3œ\Ø7š\Ý\è¶\íÅ£é¢\n<Yz\'±\Éj\ìXœ¶»`\ê¡fr¥Q\è\ZöÈ¿\Ó4ÿ\áü«M†F/\Ç-\îf‘¿r“:CK\n\è\Û8]“›PY\ÝÀ5Hý¼\ågb\Ç\Ü:’<žxÝ¢¦\ÔX\è‚\Ç,s\è\Ý\Õ\Zi™(±6è²¿!˜úžÿgŒÑŠ\Ñk8\è&¨\Þ\\ú¥-›\Òõ38žå²Ÿk\Ôn¾ \ÉÏ£\è,+ÿYy.2À\rt*q7\ì\Ø,jðŒ_H\Ëd¼QPY±@\è-¢Â›dŒ´xøj½)”£dmˆx\ÔÌß»‡\ë?\è9Ý±|û¾X!¢l½‹·ú%1+\ãw…\ç\Ô$­5\èJ\íck!Ô›\è“H\æF¼fK\è\Z¾–ö­ûRœ$H¤\è´ZY\î¡Á€\n~\í\ÜP.\å\êxêœƒ N\×ýÃ®(¹gF\è\Êw©n~i;›³V\Ö€%óTF“±~¿e|,|6D\è\æFRÁ\naý*!_^è²¿¦r÷…`H¿«a¦ñb\Ç\èøw÷@\è©Y\Ô\Ì\ÃÀa_‰^\Ë\Ëf¤¢^\ê\Ñ\Â(\Ä\rO\èý«>\×è¸­,“\×ƒž¹š¯ýð\\q\ç§œ\é³r\ï*³ï„³\ÚÁ¾L–lf¢°­Š°< \Õwž\é;·?\Æ\á¾Ýšµd ‚t-\Ì\Ìü8e\ä0WŽø~»*\é>< *±\ì0V÷\ê‡\ç\å£\ä©\Ø\04¾~\Òt¡µúU‰\égLóQšù¢ºŠ\Òùç£º1Z\Òktx¬\Ã*ýš¸5I\éq¬™ò*\ÖlmKÒ£k\Ä\"\ÐMÿQ?\Êp§’aØ‚\ç¦4é„³~ã¾¥Ýµ„n„n\'´-˜\ç„ñ˜Ò‰V\Þ>\çéˆ¢Ú›\Ôr],?i(R;¾À½}¾˜>•\Ö\Ü\éžQV!yvpcÌ’P` ˆ-že9rJ“K\'t\Å\Ï>;é«¥úÄ§gZ\ï˜ÁúŒ\ëC\Ý\Þ§\ÔJ oÀ\é*^ñ¢\éÉ°1–N»JýR’\áiÀB\è\íŽ\ÔOõÓ¬B\Ì\êV\é\×h´pC\é%\ä\âZ\í–}¾=¢™s<Û”Ÿ\Ë[Z\è#g *\é\Ú\é°\Z\é;1\ZE”?Ic®_€†\æðc\Ä#Åˆ\ÑM\é\èž-µ[\"¹n³Eª*9‡p“:\ÖcZT\\\×\ç›:_½\ê–&#`Q¸\n.	.ŽE¬@¬ÑŽ.ú©%E´¸g\Øüˆ\ê=\ážN3\äü¸>½\ì¬gœ|S(F\ÑjÇ•\n\Ù\Õ;•e\è\êX\í4P£iev\Øû\æ\ìW\ßsoÚ‹\ÅLñ­QBW\Ãb¥\êe¸xþñA\íj,p¤rñˆk•jV°iƒ\É\ê‘;h!\Û\Âz\ï}Š)\Ï\'ð·7\á³2y\å\×”?\ê›\Ù]\ÈA¦\"”¥‘±—3#Àq Æ†\Ö\Z¾)+l\0#<9\ê¬¥\"Ï•ü“ôA¥\Ùv\Õhz\ÄJ>AŽqƒ\äW\ß&zU\ê®V¨šµ\Æ\nW8 ­²`\0ayxHÃµ¹× c\é\êÎÍ¿Í°µ\Û9Oü8ñ^^\ç]¦½ýt*f\æ%\ËýYE\ê\í\Æ5ð<\Ê`ðWÿ²hµ«\Ëj0g÷_M†üª\ÑTJ\ê\ï\np²…cÂ‰[«ù\Ç_:E(.)“&$*~\Ï(gf“\ë\Ø;Ÿ—‡c©\×\0Ì¢¸¹c\â÷e\Û:Hb>R@\'=½v\ë@5)\Û\ë\îy\Å&¡Ö«“†‹\r»¶œ;\Äð\Ó&\ë\ÆØ›Æ¿¯Ø»\Í5|V¿{£×¾üA\rreAFzK`\ë\"\Ù?\Ð\ßE¬õz\Û\êcRœz±\ÐÍžó.V\Ç~!\ë6ø˜k8•\Ö½¬\éÿ§ W\'\Ð|Ç˜\Ìý—rf­H	/\ë@\':{ªY½T3NZ¥O\ÇQË¶Ü©8\ÓN?5\È\ìn\ëA”¹.ºy—aÿé¤·’#‘š\ÎcÁ¢ð½^S\á§\ëAƒý_š\È\ß7ý\'hcvœ‘]½\Ô#\':\Ùz\Ø\ëK\×l\ß\à?÷Yk\Ò\é\Å2‚ó\É\ìW>§\Øô-ˆMõ\ëPûN`g?\\\n\Â\rK¶´¹\0ð\ßJ<Ç˜3bxT:\ëW*–\Óªr—\î-6¢föpxc\×,hoNƒI÷\ë[\Í\\\ß`ÿnB\æ7$Î‡#tý\"S¬m\Ð\Ú-®§C\ë`\Í¬ÉŠ\Îs\ÎE#)(»\ØôA[”h™\'ù®ø\ç\ë|\àùkaO\ïIŠ\îh\Ý9A\08(¿?¼K\nµöÍ ¸\ë€ZNt­a\ÂZ¬”f+Ç ‘\nõK\è\á°ú·°œb¯\ë¡n8œõ\Û\à1\"P£ªÁ\ä\ì&±8\×X;\ÃU^Ž\Û¿\Ò\ß\ë¤LDL9\Æ4“Ý¬J\Ò\æ•ÝƒõC\í¦lE<aÇˆ…\ïö\ë\ë¥l\ã.Ä“z\Ú\Í]\nº\Õ\Z‰ý:›\Âzs\0nÄ½\Ì\ë¶ÿ°>¸e\Å[7“\ÒNJõªttŽ@\êŽ`¶2Z\ë¹\'S§V\Ù\"\ê*‰XAŸvkœOx¼Þ¡\ÖmdFFÃ…f\ë\Òa+‡6\È¬\ç³\åÁ÷)rb\Æ4”Ê²g´©}S“x\ë\ÛvÖ»–aÊ©\ÆD\05SS†-’\Î*\Ã^Ó…Œ\\w²\ëê…±¬/Y6_ \ì \Ñw\Êpk²wöÁ´0ÿÿ§\ëð­\Ò%`0Š¸ª•vl·¡µ\r®˜˜\n?¿4É¿\ìrÖO©n¿õ_4\Ä`…/“-ñ\'À\îaYI|6\Æò\ì`Z\â4‘¨\n¿\é\"ž±l\'Á\ãU8y\îkSlöØµA\Æ\ì(GL¼¦8!\Õ<z½Kr\Öi\ã\áImV‡e(iCxù\ì/?‡¿¨O‘¾\ÇE¥q¡²ði7A:Š3\r”³˜¢:\ì?°ý2=‹,¬+)\ÍÌ»þ\Ón£gš³»3©(·\î¡\ìD—\í\Ôaˆ!_yþ	\ÂQ“VGK‰³Ò‚½šsv@\Ö\ìE‰\n\ÃF		\äõ²M«\Ã\ß%{\Å\ßa‘ð\Ú`,\à±\ìNº\Ë\Ôù\0\å}AŒv³¨\ÃA¾‘$\Î=\Þ08Q\×j€®\ìV\\†P\è[\àpHa\ÝF~yQ¤ËŠô\ã€¥\à\Ãrô\á\ì`\å§\Z\æ\Ë\Ü9ñ÷•8Ra>r\ÕZ\å\ì!´e%©\ìd¡uH/l+\Ò\ïÞ \â\Ý\Ô\î\Ö.„\ÃÿI6Šñ(\Ûÿì›Žy—Rôjò·\nM¢\Çø¯\Èx\r.sˆÎ‚÷…\ç\ßÁŒ&\ì§I\×nÿ¹6\Ø\ä¢_\å³‰”£ga8\Ì\Øy\Í\Æ].\Ý\ë\ì§^Ÿú5P’«—n\ä\î>Ÿ\á:Àý\Ý´\Í,GòI°z‘R¥ì®À’¢y¥\î\ÃY#¨Ç³\ÃE	´\è92¿žž\ä„\ì¯»ƒvnjs,_Y{\Zk•˜]µÙ›z¸Jò^z\ê\ì·{‘MŽþ\Éþ9l+:A¢\ê}0¤š0\È\Ý.½@L\ì\Æ3¢lå›”‰\\\ÕHiÜµx„f\îLl#@Å¤‹\åe+\ì×¹=’¾¾³So\nhÑ±¢Ù‹!J~áºžÇ¡É¹\ìá½™Ág\rÁ„yôuCx\Ä\Ô;P{ó³k\Ø\î\Æ\éyM\ì\ã#µh .˜’?\éõt#É ‡‚£\"ü‘\ëz)`–\ìúRI+‹_#a\Øÿp[o\×ñ|\'\ë:@ô\îóAª\×} E\í\Ãé¥¬2,ò’¡Á)º“w_\êDÊ‰Ô¶§Í‚\í\Î\Ô6j4°0FŠ†Scö\"«µ~\Ö\ÖG8<\'óÀˆ\Þ\í¹€ƒ³½‘:\ïÁ¨ŒM\Ä6©ª¿/\î¿U­9)\íO…\à\ã\Þ\áª\ÞWTÁ>•\ËûŠSÁ€0\0\É;§õQO\í%$Kðþ	œ\Õ\'\ß\àÍ•{)²°_º\Ò\ÂÄŽ#/q\í&ôO\Ä[\Ê¶\Ñ÷O¹\"Â²\æ,\ê\ìôl?2j&—\Ý\í\í,‡k\àºû\äþ›¥û$t3\ßó?iYÏ²YÚ·O†\í5]Iÿ\ç{ö¦\Î£›¤ƒÙš‘X‚L\ël\Ç\Ìò\Ì#,\n\íW\ÓMb™©X°³zp)\'\ì•Fñ—\â{§ôPniqŒ¾9\ío§\ÃÌ³l5\Êy9òMb†&iK–\èues¶<%\íqÑ¬6\ÙþI¬¬½F™_‘‚\'Q•7—3#5XN¸\íxL+ºÖ–}	gTj°ô,\Þ)0fœ’\Û\í§­;7p>\íƒDy(\éº-s\'\ì\ã¿#Ö›X\ÌÞ‰\êÎ†•>¼í’\Ý9\ÈF„Üð± \Ê÷d\È\ã\íÖ°H]@e\éPa\í™yŠÅ&)Ô§ü»0\Ðx)/\ÒmÛ…\Ír\ÙUz\ßí¨•þ\ê„¼\Ù&š•¹[j’}wR÷Eý·¥v\à\ä\í\Ì{ðA\ï„ñôG‰5öF\ä¿i	y*dq]œOŽ\ÈX=\íÜžÂ“\ÃW[Bœ\rDÝ¬\çý‚\ä \è³vûp\×\Ú\íù>ý’j*¶¡\Ììš¬»e\í3\Öpž]\æ¬L\Ø}ž`\î\Ô`\ÎDX1ó¨˜\ä\ç¢Ø¹“óWJ\Íöš\Í]cÆˆf\î	uøJ0f°j\0Ö‘s\ì\ÐZR‰~•]\ÍÁ´\ß*\Ã¦\Ü\î\"\Ûrd SŒ2\é!\æ{—Ö£:=úNz\ä\à\ï\Ãg†&þ\î$—F,lKê¸‰/Ã9öz\ÞÃœu \ê\Z\"\Ødm\î*\Z\Ü\î\ä¬X\ÝÍ¹[I|•4rñ_œxS‚´©\î*tÁ–€\Û^\ç&ð\Æ/\Ê\\$\Ì\Ò\êr\\`Ê³aþ\Ì\î7%€¿eÅ±CS6\Õ\ê€ÿ\ÒÇ€\èh¤2.^W¨wñ\îH\èÃ®4ñ\Äòðnþ~2p{wq\Z.(ô´W\Ña\î_N\èóCœ³ˆn\Üd,y¼p¯¾U³~¶—\É2Ê©ù\îw\Ç:µjU\Ê/¸ªt#Lÿ¿Ž\"u\ât…\âP\Çw\"\î…´L\Ûx|\ï(.ay\âÑ«u\Í#\ZžÚ„e÷œœu\î\ÇuI\å;o·\è,1ù{÷˜[rÑ¸5\é¶b¨,\î ù½‰B2ó«+Y\ÔGH\éõ¼Q\éM·®p+\Ö\Êi\î³\Ç2\ÑvC°­’\Æm’*\ÑiúžüQLC·H8\îÀRvJ\ë\Üj…\Ãoœ™\×Þ¼f2RFt½¯…	{[O\î\Öbº4˜‚ÿ?\Õø\äfs^\ÅY\Ú\Ù\0‰©Á©¢½À^÷\î\íx\ê{ù†NÁ0GuóD/…S¢\ÊñÿÄÁ²÷“;\î\î%ümp2X[j_aG·…¹\Ð\â…v»@\Þ2‘«b\\þ\ï\0\æ“ƒí«~*J\ÕjT\Ù\Zw·?/™cƒg—‹)e\Õ\ï¬øöZ~&¢q»\ÙN7\Óó Z-\í‡\Ì\É\Î…rõ\Ñ$E\ï\Z3b\n¦\î\æNyoH\ëN„mQû\ÑvaýN\ï/	\äY\ï!v\â‘46]3º]£\ë3\è<§µÚ—“ñµ”\ï<‡*=\Ütó…¡¢pE‘KL¶\Ë\È\Ö[œMrx%\0\ïb0qq¬Ä‚õ®|x»\î’\ïñ:¬_³˜V…5:\áU–‘S\ïo2Ò¾Pÿu‰A_•*}\ë~\Êô‚\'K9ö;ô¾ÿ4\ï\Öp«\ä\n+=U¯Oª}\Ý\î…6ÔŠ|¼‰\è±}<yï­¼Ö‰K\îhxÞ«(R\á\ïñ1\Êõ=~\ÅP\äw\Ä\ïÂºT¡+·Inö™\r{¸\ãM\ë™\ã÷_ðà»˜`3x¯\ï\ä4‡•L\ê#\\r°¼Ô¹F\Å \"‹$q\Ïc\í@\n\æÿ\ïø«Cñ\âKnA\ìO] ™`þo§¦ŠC›ýK¦‚ð\Å.ˆù‘U8u…±›i\Ï\Ä\èH<pSh\ÛZØ°/ð\r.‚Oôû}9žfPk\Èoø\Ö2,”=A}P¨ð#\r5ók´\à›,P¬D·+ª>J»\Ô5ë”§ùn€\Îð.\0UŽRq\Ïk\'…¾šž¨i_i,…\n\ÑG\Ëô+Lð.\rQŠ\0€½%¶\'óyóm–_˜\Ü#\ê?\Ú\ÑðE1\0«Â² ÷7“¥5mw>Z\Íù\ß2Q2K=¬^Nƒ\Ü\âðq¤\Ùó¤\íQ\nôIS„}V#\íN7=‰\êÉ·Š5ø\ÔðžgD¼ò©>h]3\Úð\n0_¬Ñ\áWg¢1*ð¥VÁ¦ð\åÁFIP´¤ x¯‹f\ìvL»@\è\Ù\Äp\àðÀ\î\ÆR;K˜\Øø\Ê\ÑÀúR\Ìñ[:[ÿ\æ*w¿(\æ1€ª yð\ÎjL3Ë‡·d„\'­þV&}l›\Å]dO\ì\Ñgñ\ÆV§\æ:ð\Ó\Ù5\Å\ËfHµ¤A~l!/»6\äyÔ¶ž\î!ª¹[^¦IðÙ·O3\Ç³E\Ø}{˜\ÝY¶z¬½Œ‡#¦\âñ€@ð\ÚöXaÍ°]\ç\â()cÿk\Ï\Ð!~só~h®\í\î¢q0ð\ÛÁ•X?8ùÌ…™ƒ\àH‡\Ûi,+xú¼ÍµŒSEð\å®9¾r=˜#_~­\\£/SÍ»\Ù(YC/#/\à€Dðô^>¥6\\½¾\ã\âV¿6 E\é‘i\Ç*\ÙX,¤/²6ñÿ\Ú\à\×\×}%]\ávˆ	§‚\ZYû«¨\á<ž}]ñ8\æc›\Ü4=}ŒX\íj(	;\ß\Ýw\ãg\ÎÖ¸,\\Rñ‚0©$k\ÆoˆA­…{¿°¸†ÿ\Ê2#\ì˜amªˆ\'™ñƒY#\ÎòO®\ç(&\r\n0\Ø{z\É\ã€ö\Çû7¹j\Ç\á»\åñ¥Rºv’•‚^0\Òõ?ø2Dh\Ù4†SG\Æ8RH“eü\Ïñ¥ò|˜œÿ5/\îiò¢÷’VV#V\Ê\å\í²Að\Ô\Ó\Ù`ñ¸4Ú‰3\Åz\Zr\íK,\îIÞ—\ÅOeÀx¨ÑŸ‡ói}„ó.ñ\ËkQ¾_\ê3«°9‹y\n£b\Û-5c,R¹–ñ\è3£§\Å\'„r´˜.]9c\Ëx·ªßšY9\í\\~\Ïóò\Â\Ø\Äf\Ö\Ê\ÆÇ¶hýj}u—pIX\åp\âÚ¾Î©T²§…ò/\Ó6F€ƒk\ÍT†E;\æH	#\Ûß›\Þöˆ\Í{òC\'VÛ¨/\É\éH_n{\Ý\ÔFW\Ô\ê?^Õ®¢VŸ\ï‹ òN	±\á»-«²²j¹›\Çs\Zjhß½C\áÈ™ªIù\ë²EòR‰˜ú1À\ãGžÅ¸Ä‹±\î‘d/8\Ô\í“Z{{¥S’*Qòb\äÁU‹aö\È\Ð\Ë9e×½R§²X‡?æ¥ˆ1±µòih\Z\ÎÒ•üƒX¼T÷9€¥€\ÛòEßŽ¢iðšÑ†	òkû½!P‚BxQA.T\å\ÐÛ„\Ò\ß«à¹ ¯ƒ\ÃÛŽ‡ªòv²••&²=GžŸ\éVŸkr2\Î\×C5¶­¸\Ïmô\Ê~q~Œò‰±\Ø;rfXá…¸½“eX\Èt¢Åª.+[¤µ£ûòŽå’©H{vú\Ìò./s|U\ÈZ\Ó\ÈA§h$DU²s\Ó\Ëò­\æúI\Í{\'\01Á\ã\â\ÜŒ˜\ä‡røªŽk¦ŠD\ß\äò\Âa²c\Éö´ö#kôQbm(ö¹(· {ia^¨\\v\ì·Jò\ÖM©”C`QA6 _\Í~‚j\Ócˆ,1®\îŒF\n)7\Üòä©¾!\è@¥˜\ë	\Ón›ˆ÷K^$\Û\ëN€Vj¡ý\Êqò\ì`J…BZ›Þ…ˆJ¢Œ•X 0u¦9 >¥!®‰v1’ó \ìvª\êÄ…¯>¡›ªÐ¨\î&\ÛD™6X]`\ï\Ç=ós\0\Ó\ê1©y5z\Ô\å\É4\ÎO¨Âš|p\ÂA5¢P\í\Ûó%MuŒ\Ô\ä#•¨g±¡]®zmÜ¦³ø‰8‰\Öòu¸ó(fy\Þ\Ã2ý\ÉÐ­\Ï9¼\àex\ÜkzªBü«4\Ûò6óHy·/=ž\Ýu4¼_c¦µ…	Î¿\'Ž‘®M|4³ógE;+\\¹)H\Ðq\Ï\Ý{@\ÃdX{a2\ÕH´=·\Äó…G\Í\È6Cm­\Å:\î|\Ä\Ò!%¨\â…p8\ÇUgð¿Œ«ó’\ë¤A\çNˆ\ÕyúqoÊ…#&]#mV°Û•ºrÈ¹ó¦\Â\ÔL\á=¦\Ö6mzQh¨´Zˆ\êöòœ\àÁ\Ñ\ÊC\Óó¬ µ¨\ÊT¯Î±ˆˆ\åi•½ß Pom\\D5~\Ô!À…„ ó®­\Ë\Þo¦\éa[™ce«Uõ>T\Èõ\ÝÃ¸·~3…\ë$:óÐ—†ù\Ã÷e¨\å\ãW‰_6|—T-\Ý>{\ÜrC\n\Ì=±ó\Úk\È\ÅRdŒj€¦6¿\ÄôžT\ã\Ï\Â\ëø\Î\'‚³¢ó\â\Â\Ï\ït°\â®\Ýa\'\îX%=\æB–-\ÝEp…~ž\'ÿu)óù’3H\Î_cxø\ÅN\ãž\Ûpn¦¦x{V…«‚@\Óôf!··D.S°°J/\ÞxkùnZ¶~q\Æ\ê6Lê‚¨$\Ôô¯ˆ?{II%õ&œV(Aw®\Ø<ä©»„\Ê\êcô$\Ða‚=¥¸®\èµ!3C¹PY¬\â¡.c%\Ç0b?Oô)MíŸ´™ûø\Ë[\Â%>xd\ë]?ZŠñ´ž1õ€¼ô5\Ù\Îqö)•9W/`¯\çkW\èV*\à_i_\'h\ÊMaôCQW\Ü~K\Û0±X~D\Î<ý¤\Í>\Ì5\ëO!	U\'£ñôIaÓ´9+¶\å\í6\ì§\ÚfF\É£7«r,Áõ?\Ï\ËOôP“\Ó\Z\ârŸ(ga\ëžu;YˆR‡>\èºv\\\Ù\Â?s\ëkô\\¸ ¸~\Ðm†”\àVý\â|Ý¥\0™‰!\ÔôÙ–X6±¶ôaªv›/%1UÿEd \È_w\'±Þ¢—¶\×KGs³*<vôu.˜€ù\ì\ê—S²\ÍA`\n¤	t§úÿp\'\â\\Ë‘+&ô‘¡*u4ªµc	\Z{\r˜ˆ†ö¤õ@l(2\Ïu¥\Üô®-V°ÿð’\Î\âJË€…¢z•Ø§`*#–\äjô¯xZ¶\É&\ç\Z\Þ{C\rB¶]¢\ÞY\á#ð<\0!_ô¼M~(‰ª¥ú­k\Ü\à_M\è\ÖW¼\ÔF‚i‰]\È«\ÓôÁ\ë¶\åiË’¡B\Ù\Ýl@†j\ë!\ë\0@‚þ\Î‹ôÅ²Ž3÷´‡²pv`ñr9HŸƒ(¶c\ßWÞK\"…$ô\ÆG\àÏ­\'·6\ÜI\"óV\ÛÉœ=«\Â0¹\Ûþµ¼²ñ\Zô\Çó\×hÖ­Ý†<e1L¢!Ó³ø„\ZªŠD¤K¾—iô\Í@*SŒÄ˜Rg\Ô\Éº	r¸\Íz\Þ÷2,o\Û\ÏQ®¹ôÏ•\ÎFUö…\élt€°*³gª§\ë\ÐVâ˜²Ã¹\Ç\Ëô\×\ÔÛ¬ƒ£Bj\ÆLNƒùhZ\ì\íe%“D\'‰\ÇüG}w\îô\åE\Ïk*	ª\ÏWØŒj»¡|•\ÂK\'’ l\×Èˆ<ôí²Š\Ó\Ç\Ò\êfdU\ÈÆ¬¶\æ‚\É\È\\\ê¯fH\Ü\Ë\ëö÷v„õI¬Iš\Ýw\ßd¦4\"°é†—\Ñ\à\Þ\Ò0_\Õ\ëh\í^1õ \Ê-\åc\Öj¦HtfÝ¬\Ó?ó\á\ÊD)\Ä\'·\ÖhcF,õ4¯|i\ÓQl°p§\êt÷>ñ%y£¨²\ä1P¥bBüõR‚ý¦ô[B}–\n[Œ\Ú\Ü;	I2q\è‘U\Ô>\åõn)Í„¸ºIx´ñ´VV$º\ÌZ=¾”q\ÅUOú\àcõƒ\ï\æ\n\Ô\Ç\Ì4\r\'RŸ2\ä8\ÏF(>Fð„2 ”\Ýõ”\Â\"Qj6¿h³\ë\'–Vh¦­~\Æ\ÆAd’º€7\Üõ¦Dšc€\É\ÝA‰\ZµH¯zy\ÝÀI“\í\î\êQ\è‰]‘oõ\Ò%<»°DN«N‹÷Mž^ó®^º¾/jC9òtb–¦pö\r<\ë!!dŽeŸpõ\Â\Z\Âö	¥0mz“\Ã\Ç˜\é%ö…\èU‰^¾¬ª‹9p\Ýô&\Ù\î\Í`önM{¬ n¾Lö\ZNúŠñ:‡J0¼²L©ð2\æû\"L±\íâ¯œt\Âö%>œ:1¸W™µR¿\Ú\ØŠÍ©°\ÂQ\Ôi‚ñ~\Õ^Gö7p/\è+\Z­\Öz°‚ª\Ú:MôKƒžp§ƒ\Ôo¤*A¾öTÚŒÌ„ÊŸ[w®¾ÁT™y6›™1?\"p÷¹L\Ý\×\È,övr’`G\áÌƒ\ÎSý€°„©\Â$ \áÁ2|‚¨>\éõ‰YöwMüW[þ\ë ´\ßI\Ë\î/¯H-j\r%\èD’°³\Éˆ€öƒ+¯P4\Õg.½\àž\Ä{\Î\á\Êþ^Wœ\Ä/![quöˆ\ÍT ®&gÉ–\Ð\r.…\Ä:\Ø)§Q\Ù\Ý7‹Ý£ð ™hö³\"bŸY(V\Ý\ÑW\Ë|/5[ýrðÉ·*\Ï\Ê\ÐM–\Ú\Ôlöº¿r\áþn©¶zW„úm:føO&y(\ëH\Ü´\ã\Ôùö»\nª#_F¯D:±®\Õ1I\Ó}U\"\0H\ØBŸ&`\Æ8û€mö\È!U¡c%rT ”\ê\ã.ªqƒx†\ë¹ž=\0ö\Ú\Ô\"øI\à8c\ï_\Ý;¢k\à6½ùR¤r‹\çE?{d\Â\Âö\ÝG_\ÍA”›\ê7©¼œ\Ãc0+›\Ù^E\Î\éh1\î\ä„{\ëó÷9U\Í,·Ž\Þ%k1X\r LcN\ï‰;½<K\Î÷{–*\Òúk“L¤½œ\Íý–\ìE,\Ít*«J¸.	\ì—÷¼»*æ­\\5œµc%ªaû¤PŸTÁ›g³xÈ»÷=—\Ü|@” Ôƒ\Ä\Ù\\¯›HVq2ª\Îv5\Âo«›,™\0÷7ûIÑ´ùE‡³£™\Æ90.BAeµ4>]yþS‚Pk™÷=ü9i\ÎðfCu	l6E€#ñZt,#<‹\ZL\Ç4Z¼´÷FUª±¿!}\\ÖŠÿô_È•«\ÎoÀ/B\Ì\\!÷Z<&Á^‡S\Û\Ü\èŽV\ÄÀ?½ÀºR†ÃŠ¥]€‚	„÷–µôU™\Å@ýqð‡\âZû˜\Z\Ò\à\ã\×7Œ\Â\à\ëñBI÷\ÞÍ®6\Ý\Øô»R¾ŠÔ¤z†¤8\\4”ùw\æ\Äc‹÷\ßyŽ¼€\Ýs–˜øM™)9@óŠ£\îþ\ÉðŠ2\î‹\ÐÁ\Ø.Á÷\êVü/B°\Îc5a—º\rRI G>?£¨\çy;\Í+šú‰÷ô\'ùSAE¦D>\Ì\Ó\Æ\Þqqa\ç_\Ê\ËØˆK)ôAºø,7q‰ø>d\'ù•·‰º@²@x\ÄÂ°”E½]|ø/ºó±YQ€°;¥#\æ6\Ìyc\äÈŒúÊ—\Éjÿ\ß\ÈLø2©\Ë-[\Ñ 3»\æý]S³³.\ï\ã\\þŸ0×”£\ÕøB/\n\Éj“z\'a\çÿô¸·§ø½÷\Ù\ÕFðL\ZøH-L	`$p1/>:r—ý\ÞV Ç™=={ð\ÍOrøR\Üxg\ÓJ9G0>z\×c&öIÃ†b4~¨*LªQøRkg!i\Í\ïf¦nb.*\ë\ÍÎ·\Û\Øð¢$\Ïgw\ËøT\Î©#;?²\Ú`\Ò?\Ð\É;\"Œ\èA\äöY|û—X;uøaôw?oa”\æ\îbN$²gI\Ìö\Ïôõ+\Ç·\áR.øe\î\Zú\è\àÀôptñµ\Öá£ˆ¥\É:\Z¤`\'8Áy`ø•¥w‰Wðö0\ã\Û\ÈP·ªR†Æ‡²\î]±Pöd«\Þ$*Hø9\n?šg{\Ñ÷¥gsû	gO\È\àXžI\Ø#nø¤¨!F#YÈ¼v\"|\é:\àÝ¯CG#\nY¹E[‚‘VŸw\Îø¹i¢%¨-%Fþ\0\ë\åÀ[˜n\î1SaŽ±\Ó+\Ò\Ó\ä]ø\ÛBªE2\Øs–ÅŽ)–?ÔŸ\ÌB°	\î¤*\èZœOÿøÛ’n+zü`ß—\Ý\×]£^Ž\é‘$¼d›g\Ï\ÒGf¼ø\çm\ä°G8²@~nóñ?\â	x¶\Ä*Õ‘x½kûþS‹øëžµ9À¦²ú”U\×RÝ¼\"¥EI¼ {†`z\å\ë$„øì¨€q\í\æ\ëZ6hÖ²C¾†R=¦8H ‰Î\Ô\É<ø\í\Í>\æy\ê\èy\å=ôû ôØƒ•\ÏGò\ÕÓ©&˜‘ø\î0ý\Ô*—·²üu\ã\0u\r™\æ+M\nMÆ¿\Ó4€øfù_žMG…\à\æ%2q¹\å¾0\è/Ò“:;\å…\êe\äW¤G’ùÊˆ\ÝP\ä\Ä,\ÔöK´”A]H\Ôú\ë%\éóû\í¦Aõ\æQù<¯˜£“!B¬|$k¨®¼Ýˆ # Œe¬i%0ùD\æ´ÛžVèš¹xRBBy%\Äh\ÑWv³\ÎÇ¶m\Ø}nùG>pû\ãÑ¹ú\áWþƒ\ç\Ã\é5šwõ™\ÄO\ÎE\ÍÌ¾¶mùGŸ”. Õƒ»g‚ù?Âƒ\Ðr°Ð¢js$_”D&Ö—»ùH«²á­s%\âú\Ævüx-\â\è\î#õ¿¼?	\ä\êùT¥¹´5\á«)\ßø\\Npš±¸Á\è[Š\á>»\ä&¬ù]Œ‘\âˆ÷:ÿœø.»Ñ¥×‡„¢\Ì4öšžU‹Ž\Úùhnl±\ÃhÀ\ÈÊ«\ÍjF¬**\ZŒµóW\înfrP#3\ÊùwÖ¢$\Ø\é\Õ\í¡Â¡æ¡˜3þ¼­D\Ç\\\È[¢I£€ù——wD=O$l\Z\Ýžð\ï\åI\â9<€\ç0ox\é¼>ù­L1 \Ì\Z?–¯\ê÷f\è]\Åû\Ðt2Ðˆ˜\èò5û²úù³I˜v\Ë¨CÀ(ªß±wzi›¥C\038§\'Uˆ“\éùµ$öSª¢(\Ô]4\âP¶\Ó•¿¾cU\Üv\Åá¢­—(¯cùÍ„É¯ýTÎ½Ú$_ýƒ\âõ®¥Sø\êñ‰©ñÐŠ\Þ|ù\Ð|…\å\Ùn\Ó\ãD“~½–v-³;&ˆ¹\ãWî²š¥0ù\á;\ä\é7\Ë\"‘L~Þ…»LEº`!\à)l\ÌÊ›ýhLù\ëO\Ø/Ì©3½z4ÎšûC:Ufz^^Gn\çõ´\ãù\ì/·pR1‘CúÌ¬20°2€J½Î<±‘:·_ù\íB!s*þ¹\Ãlª°ö6\Ç\Õ\Ø\"Q_ýÈ¹©2®¶ša7ù\î<\\U}\Ï\"A¨´²s\Ü\Â?—\ÜC9‡»\Òñ`\Âr«\Èùð0Ã‰‰\Ï\Ã\îò\0\è\Ø1¼\Öy£iúN7,N]\Ü8\äùûÏª¾Žü˜\Ì\Ä\Í\ÜC‘,01›SÍ­\ç-€aœ½bùüªpY\íx{Vc\Þÿo€ølNG¢qlkb‡¡ùñ\á¦aúòÃ±ÔŸ‡yb\Ð\Ö@\ËY\Ó\ä\Ô(J5}×¸d“t`Muú¼\ÌÆ‚€Uz[\çºw\\=Ê¼\0[\nKixµ-b>´\Åú,Eýd½Ò”\à\nN\ß-Ž\ë\î\0´9pM0+±½~0Ÿú:6rÂ½c\É\Ï	…\âh{€M\\ó¶\Ò\Ë\ÐJ¬š,ºk\r?úúO\Z/Þ†f…½\à?½xÈƒ9ºú\rQP@\r\ï\Ì\Z¾\áÁûúS\Òzó½¬\n³ÀE´OŒ“µ\ÇwF.Pù\ê)n>³ù<ñ\ÏúW¨\ÎS)¿‡\Ð_\×]µ\æ\ê\ÃYÿaŠ\'kY¹­\Ùÿ\Ýú_ot\ër\ã£)\Í\ÖC§“¹\ÙE®I\Çm/½;\×\ï\à\ëgúg¼Å­Ž‹Æ±\Ò\à0`ü®£8^ùù\ì\\‚¦Æ‹ý~– ú~’J±\Ì7$kSsYme(°|£‚.¸Å¹zZ\à\Å[ú¢¸ªëª¾l°c\éì‹…Šq\Úo×Ÿ¡¸K\ÈÖ›+ú°º%\íØ‚\Ã!a\Î29\n\Ü\ã\Èÿ½`¨F_h” *Šyúº.¶Z±Û­P\î0·¨\"€’j…\Å\Î§=xat\\Kú\×h“£\á9¦õÀ\äwÇ\Ð\Äí¼;Z)õ\Â\îKþ~\Þú\ßQ‚[::\Ýü´jžs\Þ\Ø^Z@2n\â\ì³ve)e_ú\äu\î‚\é\î!\Å9½]´we<»¹‡Î¹iJkNú\êuMüóÙ‹‹O\ãI0x{MðyR\r´~»®S²\îú\íµBST…ª½ð h\ÂZs©*†÷²[?	PO´“vúóDÅŒi*\ïŽb÷\Õ\Ú*¡;Ø©D“Ú¨²nó/N\àœúóIø¨}7+Æ•¤A÷\Ü\àlæ¬¿B÷õt\Û\'s÷ðtúú‚¾sh«w\í¥\äk1]ÿ\':ò&e¿t¤b¯tñ\îúÿ*\Î\n\'¼Z%±À$^\Ùòô*¹B¥üR_~ñ;AŠ•òúÿk8«\Ú\æó\\=†>Jõ¹º\Ä1\íÀ~(‹\æ\éAc\ïqûo%TFþO-ÁGz\ÂJTN>\Ú\'¿\Ùñý‚”\ç˜#.ûD¥=±ôø\Ò\Ùa\Þ:ô\ß\'j•Kù\ä WHS’ª\Üû`\r\Èy~E\ä~|ˆ\nR\Ëi)fl—é¥”e}\ã)ldû*ôÃ€IñFª^‚È¯—Ü’\ì‰\åWø’\é@ž~½Ý˜\Çû0\è\ì(ŽU÷­Þ•\ÊM!\0¦\Û×ž¯¦\ÏTž\×Å¾dûT\Ê`\Èl©\ìÀ \Þ9¾˜çªP\Þk\ÖKV\Ò\âdª\Ý*\ãûX\0M‡o\ï•DO=h\ÙW¹û\0 \á7$÷\Ý\ê—ôR¸Tûbý¸zúHpÀfÀœ?÷@Ñ˜Ý²\àI ù¶¾ŠG±]ûq\ÓM;Œ\Õ>l\nA\íµŽ>\å\Îk˜h\Ç\Ø\ÝRº\Æñ8ûyO¬Št\ïldôU\Ðý^Á­E¡%OˆðnÞ¹Á~}û©J[ªAn>š\ã¢\ÈP:²›\é\Ã\Æ7\à\î«4iwŒ\îû­\Ùq\ïc\çs\Ï @€\"/\ä\ÙÁÅ¡|sP|0›‘Ã´þû°Š!§J\É\È[h7e“^\ïJžT«uµV°”Ú…ò6ûµ»bJñ³õR\ê©#ŒÿÔ²‹Yu¢n\énO–œûû¹¿Ž#£\r\ÐF1_Ò¢\'žSz§<\ÂJ8«@\Ýbû\äc\niz½N£y×Š\ìô´}Ëœ.\Üþ\ì®\Z»^¡­šûñ*Ì¶=·²\Ê\Ù–‡.õ)~\Êñ	\Ì_OPü\nøx+©U\Ç\×1\ï›w\ë\î€zœ)­\"4„+\ÜB\\ü¬’IIÿ%¸%\è\"Ð–XŸœ¢\å~X4;;\Ý]*\Å	ü&\Æô¹ô\"T\ÑþQWvRiº²dú3’mþ`a\Åø3\rü45q$¨&Î’9QO*z½kB…Ž€½µžþjdE,üTg‹OrP~øtgn©gš\É\í(¸W¦{v¨\ê\Ñ\Í^ôüZ¬\è}ÈC6Ýž÷«+‘?‹Û¸ZøP\Ëd?Pü\\\Ä\Òù\èƒkO\×ý\Ãø}H¦\"F\ï+:ÌµLZ’KAüryü\ä9Hø$\ÅÄª\ì\Ì\ß50K5:\'òÄŠ\Æ$ô\ÜÔºŸšüx¡‹\Ç\Âr¼^/û£\Ê\'ðD‡~\ì•4\èdô\Í\Â`8`qü×†dÅªC*†k]¬0É¾\"€\àþ\âÍ¶#8K\å®\Äü§r\×À’\Ø|\Z\éã‚5¬b\áŠT2¼®\Ëph=´±\ßü¬®—§jŽ#\ÏjR……\Ï\Õ	ðª¨\Ú|‡z\Âþü03\Åü¾Ü¸OV1¨SlfwV\ç¦\Î1	ü\Øl?\Î•.\r•üÆ¨;p¸-\ä¤e*\î\Ò\Ñ`žˆ\Ê[\í§p5Uÿü\ØÍ³§\Ð\á¦{œ£\án¥¿\Â!z[\Û>µf¸t4‰ü\î÷s^¦tE+W\êL\êÕ¯‰\èÿ¦CŽ\êøÒ©Ï‡HýhŸZ;P\á\È.¤\çó\Ës.¸1º›qþ+Ü‹\r’4\Êý$PdµuU1¹\Èô\×8›—ð<Kn\âs¡µÀpGR÷bý:LÀ\Ã0ñ÷¬j}¼y•ìŠŸW\Ä¿\ÇSh¡5GHý;\ÛVƒ­(ü\Ê(\Æ\ZB\0ˆ\r\ËlÅ—™\à\ÂB\äs°#3ý?+\æ\ê‡Wp\â¤P¾M\çk]¼<px_Á\"R\ÝLki ˜GýAp“\Z\\½¢\á?h\ç8°ªó€Q‹\È$–d1ú\ìËŒýGPPù(\ÔÏžÁ\Ó\îS\Ë\á3Qý?(H|,ø;pŠñýH@yÆ„¿k}\Ì{Œ¯[«\ÇW{ŒLG\Í.\ávOÇ«ž\"ýM\r6Ic\Ä÷½ýòE‘«,M+,¢Ç–¸\åfŠž ýMP\æ†[°Y&\åð¨\Ï\rŠ¯,·¡\ëYDx\Î\Âx\æ©÷ýVÞŒ˜\Z­\Ò~´VD\é\Ù\ÉZ6\ßaW\ÊÀ_\à÷¢tÊ©kýg\ìi\nÁB±_\È\ê[•\0‹\Ý7¢\Ù4òw5\×\Ø\Ìq\á\ë‚ýy°Ÿ\ä\Ú1±Ð©3«&³Tt\ÝÈ¹£\ê8€=\â\ËSýP¶yóYm\íí«ˆûm¶\æ½U\íI¶\æ\ÏOÀF	!•ùýŽ\î›qÀ¬O\ç¤~Ã¾`·Ï·7“i.Kþ\Ü\êK´\ìýœþ;Œ¢3@¢†\"ŽÁ_\Ò“dª/5¿ðýŸ\à%ƒ´\Û\è9”U6>÷Nc°VŠM°Tp÷W \r0¥ý¤\ä\çZ|›\\ŽT‰-‡±BýD\"\Ð,Q\ÃuÜ³Á÷n¡ý¯¦.˜\Ç\íñ\ÚA\Z\Ý\ÊX¦m,¬\éP\r\ë—J·h\Üý\ãx\ÅQ#’›\0Â‰Àtgû¤ò¡FªÁ\ÎN¡õ\ßvýó&›W\"üÄ²}:€®ñk\ÕS\à÷-e&sñcôþ1h\éØ—]m3ÄºXq°Ã÷\ìj\Â_\Þy®[+xòE\èþ\ÇV0z\Ù\êÁxi\Çþ\n\Ì\í²\ÛFž\n\Ë\è·þ7‘\Û4\Ææ¬‹\\ó M\è=„°\æO‚¡–h³¿£™’þ=\Ø\íln&\Î\Ñø¾„\çÄƒ\æJ\ÇÓ—µ‰£~\Ä\Ä\Þ÷…\élþL;•-º\ÎF\Ò\Ä\0\Ó\ÙU±ƒ*/·—\Ö\Öd\ã.>z_\ÛþME\ÈMÕ-/v\Ä\ç_Ú…c’œ\â¯\é?,U&ü\ß\"–‹Rþ[\à˜¼R\á±\Æ\Ø\á|L\ìõŒ•§<uQR”V³¤ ¸xþs 	b[\Ðy¦i\ÏC\à\â¨õ\0ö\âô\ãTþq@W~‡þ{™á¹œgñIU9ÿ\0\Å\ØÚ¡Sw\íq’\\(LpR^þ_m\Ëo²<e\Ç\ç{„FE²P\n-À\áð\Þ,5Hþ¼:¤œ@¾\æ\Æ\r\à%·­-ƒ™½½\à,$y·\Ãk\èþ¿\\ý3†ë”¢ß“{½B2—A\á™\ê\ÖG\Ù<Š&%þÁùß¼w$ž¦™cŽTVÂ¶\r‰|fø7hCÁp\Z\Ðþ\Ý8šwGþ+‰dUx\Ñ\ÕXcˆÑ¨Vò*¿6\Øi(\Îþ\åH\ÖXw\Ù6[òþ|ýJa\ÙÍ´\çÐ–\Òq^ü¥þ\ìOžh;xAô3\×÷-\r¬ð\èhMœ>kv7¥\Å[þòž\Þ×‡d£Ì‚zR<¯¿2õ\ê\èKˆ®\Ó\Ø\Ã7‰I“þýI\Æ!1&™j¶‡[6›¼ˆš56i¹8\ç›nžtþýl™*ÿ\Çñ?·ˆò½/]À\Zø4í¨¹tX\ê*ý¹ò5®ÿ2ó.p²Â·\Ð\"„Fœ6ZØ™\n¹\Ý$zŒ÷z¸¤\rÿ9`\\&S9\â~{-LKÅI\ÛT–i\Ø\ï;•u!®öÿ7ôÿ±˜U\Íe°H> -ô\ä%G µ(Œm\Î\0˜ùÿDO;†™^ñK\Ô\älµ¿½€Ø¸!\à/?aF\Óz\ìò#ÿU³%fö\î­{øxó\ÊiŒ<\ç¹f¯œ;¯˜µ–š‰KÿZ9Þ°Nú\ÝWj_‰Hñ¬]\ÏÍšV”IùR[ëƒ›\ÖBÿwðšs°\ÐbN}¼qY…\Çý7zo•U\æªuô\'¡¥\Ö1ÿk¯®’~P,oü¨ÁÊ‚-~¦BÊ¾\Ëi>1¹/#ÿ´\Þ#ö\Ûyš‹X\Ôoaª…\\DÅžheb¤‰õÿ\Â\àhƒ\æ?)—3Ž»1\àuóŸ¡s˜\Þ_sñ³¢Ð¨dÿ\Ä>V *RˆŸ/\0˜ˆò\Û\ãÓ·\ï~r\Æ%\"\Ò\Ê\æžòÿ\Åò8lb\ØÎºÿ§\"ž7eŽEŒ=n~\Û\ÑÍ™\'2\ÕC/ÿ\Ë\âú¶¸r\Í\r\ÇÌˆ\Ù\r‹;\ÑJ¬UŒË‘-ó\\Bÿ\Ö?»›	C¿Q–¾\Ûc2 Gƒ‚”\â“½e\å\Þh£\äh\ï‘ÿ\ÚÝŒ^\Ý@óË¶\\},n\Ñ\Ü¿Û›~A\ëF\×,\ìÿ\â\"øÇ¢\ì@¬\nŸpy4&¾7‚:˜wO–h4jùy¨D\Øÿý{\Å<n—Ð½¯>!\Ä\í2ú¤_U\Öd~ \Þp\Ø\ç²7O\";}Ú‡¤¦r5\0','no'),('currentCronKey','','yes'),('dashboardData',_binary 'a:4:{s:9:\"generated\";i:1725532045;s:3:\"tdf\";a:3:{s:9:\"community\";i:6188;s:7:\"premium\";i:6266;s:9:\"blacklist\";i:6772;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1725444000;s:1:\"c\";i:11653972;}i:1;a:2:{s:1:\"t\";i:1725447600;s:1:\"c\";i:11376832;}i:2;a:2:{s:1:\"t\";i:1725451200;s:1:\"c\";i:11434284;}i:3;a:2:{s:1:\"t\";i:1725454800;s:1:\"c\";i:12540834;}i:4;a:2:{s:1:\"t\";i:1725458400;s:1:\"c\";i:11413436;}i:5;a:2:{s:1:\"t\";i:1725462000;s:1:\"c\";i:13490642;}i:6;a:2:{s:1:\"t\";i:1725465600;s:1:\"c\";i:13682568;}i:7;a:2:{s:1:\"t\";i:1725469200;s:1:\"c\";i:14486811;}i:8;a:2:{s:1:\"t\";i:1725472800;s:1:\"c\";i:14559941;}i:9;a:2:{s:1:\"t\";i:1725476400;s:1:\"c\";i:14677320;}i:10;a:2:{s:1:\"t\";i:1725480000;s:1:\"c\";i:14705068;}i:11;a:2:{s:1:\"t\";i:1725483600;s:1:\"c\";i:14578547;}i:12;a:2:{s:1:\"t\";i:1725487200;s:1:\"c\";i:14509772;}i:13;a:2:{s:1:\"t\";i:1725490800;s:1:\"c\";i:15632530;}i:14;a:2:{s:1:\"t\";i:1725494400;s:1:\"c\";i:15873272;}i:15;a:2:{s:1:\"t\";i:1725498000;s:1:\"c\";i:15557207;}i:16;a:2:{s:1:\"t\";i:1725501600;s:1:\"c\";i:15379501;}i:17;a:2:{s:1:\"t\";i:1725505200;s:1:\"c\";i:15888269;}i:18;a:2:{s:1:\"t\";i:1725508800;s:1:\"c\";i:18264071;}i:19;a:2:{s:1:\"t\";i:1725512400;s:1:\"c\";i:19405011;}i:20;a:2:{s:1:\"t\";i:1725516000;s:1:\"c\";i:16450614;}i:21;a:2:{s:1:\"t\";i:1725519600;s:1:\"c\";i:14412757;}i:22;a:2:{s:1:\"t\";i:1725523200;s:1:\"c\";i:13481111;}i:23;a:2:{s:1:\"t\";i:1725526800;s:1:\"c\";i:12929516;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1724889600;s:1:\"c\";i:369199394;}i:1;a:2:{s:1:\"t\";i:1724976000;s:1:\"c\";i:294838571;}i:2;a:2:{s:1:\"t\";i:1725062400;s:1:\"c\";i:315743042;}i:3;a:2:{s:1:\"t\";i:1725148800;s:1:\"c\";i:339857550;}i:4;a:2:{s:1:\"t\";i:1725235200;s:1:\"c\";i:355393393;}i:5;a:2:{s:1:\"t\";i:1725321600;s:1:\"c\";i:329713540;}i:6;a:2:{s:1:\"t\";i:1725408000;s:1:\"c\";i:344322600;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1722902400;s:1:\"c\";i:287233107;}i:1;a:2:{s:1:\"t\";i:1722988800;s:1:\"c\";i:305628859;}i:2;a:2:{s:1:\"t\";i:1723075200;s:1:\"c\";i:282122596;}i:3;a:2:{s:1:\"t\";i:1723161600;s:1:\"c\";i:345116421;}i:4;a:2:{s:1:\"t\";i:1723248000;s:1:\"c\";i:325865499;}i:5;a:2:{s:1:\"t\";i:1723334400;s:1:\"c\";i:305605220;}i:6;a:2:{s:1:\"t\";i:1723420800;s:1:\"c\";i:306898382;}i:7;a:2:{s:1:\"t\";i:1723507200;s:1:\"c\";i:291685722;}i:8;a:2:{s:1:\"t\";i:1723593600;s:1:\"c\";i:219247151;}i:9;a:2:{s:1:\"t\";i:1723680000;s:1:\"c\";i:268465366;}i:10;a:2:{s:1:\"t\";i:1723766400;s:1:\"c\";i:304091781;}i:11;a:2:{s:1:\"t\";i:1723852800;s:1:\"c\";i:343663749;}i:12;a:2:{s:1:\"t\";i:1723939200;s:1:\"c\";i:314518917;}i:13;a:2:{s:1:\"t\";i:1724025600;s:1:\"c\";i:280993183;}i:14;a:2:{s:1:\"t\";i:1724112000;s:1:\"c\";i:279043855;}i:15;a:2:{s:1:\"t\";i:1724198400;s:1:\"c\";i:297146403;}i:16;a:2:{s:1:\"t\";i:1724284800;s:1:\"c\";i:324466492;}i:17;a:2:{s:1:\"t\";i:1724371200;s:1:\"c\";i:335731957;}i:18;a:2:{s:1:\"t\";i:1724457600;s:1:\"c\";i:307532500;}i:19;a:2:{s:1:\"t\";i:1724544000;s:1:\"c\";i:260348721;}i:20;a:2:{s:1:\"t\";i:1724630400;s:1:\"c\";i:382010389;}i:21;a:2:{s:1:\"t\";i:1724716800;s:1:\"c\";i:327611710;}i:22;a:2:{s:1:\"t\";i:1724803200;s:1:\"c\";i:362800693;}i:23;a:2:{s:1:\"t\";i:1724889600;s:1:\"c\";i:369199394;}i:24;a:2:{s:1:\"t\";i:1724976000;s:1:\"c\";i:294838571;}i:25;a:2:{s:1:\"t\";i:1725062400;s:1:\"c\";i:315743042;}i:26;a:2:{s:1:\"t\";i:1725148800;s:1:\"c\";i:339857550;}i:27;a:2:{s:1:\"t\";i:1725235200;s:1:\"c\";i:355393393;}i:28;a:2:{s:1:\"t\";i:1725321600;s:1:\"c\";i:329713540;}i:29;a:2:{s:1:\"t\";i:1725408000;s:1:\"c\";i:344322600;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:655558740;}i:1;a:2:{s:2:\"cd\";s:2:\"NL\";s:2:\"ct\";i:256383773;}i:2;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:195700798;}i:3;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:181988571;}i:4;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:134236718;}i:5;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:105469595;}i:6;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:84302639;}i:7;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:74584482;}i:8;a:2:{s:2:\"cd\";s:2:\"VN\";s:2:\"ct\";i:57802075;}i:9;a:2:{s:2:\"cd\";s:2:\"ID\";s:2:\"ct\";i:40998216;}}}}','no'),('dbTest',_binary 'a:1:{s:5:\"nonce\";s:64:\"a27afabb96d74ec268e8155ea29c7e41c6e909795addd65ed6eb11d358b66ea4\";}','no'),('dbVersion',_binary '5.7.23-23','yes'),('debugOn',_binary '0','yes'),('deleteTablesOnDeact',_binary '0','yes'),('detectProxyNextCheck',_binary '1725770918','no'),('detectProxyNonce',_binary '76a1ed21fefa1c95e382aa98b0c9647bdf62e93d93cb45d06898b988d23f0e9e','no'),('detectProxyRecommendation',_binary 'DEFERRED','no'),('diagnosticsWflogsRemovalHistory',_binary '[]','no'),('disableCodeExecutionUploads',_binary '0','yes'),('disableConfigCaching',_binary '0','yes'),('disableWAFIPBlocking',_binary '0','yes'),('disclosureStates',_binary 'a:2:{s:20:\"waf-options-advanced\";b:0;s:24:\"waf-options-ratelimiting\";b:0;}','yes'),('dismissAutoPrependNotice',_binary '0','yes'),('displayAutomaticBlocks',_binary '1','yes'),('displayTopLevelBlocking',_binary '0','yes'),('displayTopLevelLiveTraffic',_binary '0','yes'),('displayTopLevelOptions',_binary '1','yes'),('emailedIssuesList',_binary 'a:0:{}','no'),('email_summary_dashboard_widget_enabled',_binary '1','yes'),('email_summary_enabled',_binary '1','yes'),('email_summary_excluded_directories',_binary 'wp-content/cache,wp-content/wflogs','yes'),('email_summary_interval',_binary 'weekly','yes'),('enableRemoteIpLookup',_binary '1','yes'),('encKey',_binary '9b7988cf583bb236','yes'),('fileContentsGSB6315Migration',_binary '1','yes'),('firewallEnabled',_binary '1','yes'),('hasKeyConflict',_binary '0','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('howGetIPs_trusted_proxy_preset','','yes'),('ipResolutionList',_binary '{\"cloudfront\":{\"name\":\"Amazon CloudFront\",\"ipv4\":[\"120.52.22.96\\/27\",\"205.251.249.0\\/24\",\"180.163.57.128\\/26\",\"204.246.168.0\\/22\",\"111.13.171.128\\/26\",\"18.160.0.0\\/15\",\"205.251.252.0\\/23\",\"54.192.0.0\\/16\",\"204.246.173.0\\/24\",\"54.230.200.0\\/21\",\"120.253.240.192\\/26\",\"116.129.226.128\\/26\",\"130.176.0.0\\/17\",\"108.156.0.0\\/14\",\"99.86.0.0\\/16\",\"13.32.0.0\\/15\",\"120.253.245.128\\/26\",\"13.224.0.0\\/14\",\"70.132.0.0\\/18\",\"15.158.0.0\\/16\",\"111.13.171.192\\/26\",\"13.249.0.0\\/16\",\"18.238.0.0\\/15\",\"18.244.0.0\\/15\",\"205.251.208.0\\/20\",\"3.165.0.0\\/16\",\"3.168.0.0\\/14\",\"65.9.128.0\\/18\",\"130.176.128.0\\/18\",\"58.254.138.0\\/25\",\"205.251.201.0\\/24\",\"205.251.206.0\\/23\",\"54.230.208.0\\/20\",\"3.160.0.0\\/14\",\"116.129.226.0\\/25\",\"52.222.128.0\\/17\",\"18.164.0.0\\/15\",\"111.13.185.32\\/27\",\"64.252.128.0\\/18\",\"205.251.254.0\\/24\",\"3.166.0.0\\/15\",\"54.230.224.0\\/19\",\"71.152.0.0\\/17\",\"216.137.32.0\\/19\",\"204.246.172.0\\/24\",\"205.251.202.0\\/23\",\"18.172.0.0\\/15\",\"120.52.39.128\\/27\",\"118.193.97.64\\/26\",\"3.164.64.0\\/18\",\"18.154.0.0\\/15\",\"3.173.0.0\\/17\",\"54.240.128.0\\/18\",\"205.251.250.0\\/23\",\"180.163.57.0\\/25\",\"52.46.0.0\\/18\",\"52.82.128.0\\/19\",\"54.230.0.0\\/17\",\"54.230.128.0\\/18\",\"54.239.128.0\\/18\",\"130.176.224.0\\/20\",\"36.103.232.128\\/26\",\"52.84.0.0\\/15\",\"143.204.0.0\\/16\",\"144.220.0.0\\/16\",\"120.52.153.192\\/26\",\"119.147.182.0\\/25\",\"120.232.236.0\\/25\",\"111.13.185.64\\/27\",\"3.164.0.0\\/18\",\"3.172.64.0\\/18\",\"54.182.0.0\\/16\",\"58.254.138.128\\/26\",\"120.253.245.192\\/27\",\"54.239.192.0\\/19\",\"18.68.0.0\\/16\",\"18.64.0.0\\/14\",\"120.52.12.64\\/26\",\"99.84.0.0\\/16\",\"205.251.204.0\\/23\",\"130.176.192.0\\/19\",\"52.124.128.0\\/17\",\"205.251.200.0\\/24\",\"204.246.164.0\\/22\",\"13.35.0.0\\/16\",\"204.246.174.0\\/23\",\"3.164.128.0\\/17\",\"3.172.0.0\\/18\",\"36.103.232.0\\/25\",\"119.147.182.128\\/26\",\"118.193.97.128\\/25\",\"120.232.236.128\\/26\",\"204.246.176.0\\/20\",\"65.8.0.0\\/16\",\"65.9.0.0\\/17\",\"108.138.0.0\\/15\",\"120.253.241.160\\/27\",\"64.252.64.0\\/18\",\"13.113.196.64\\/26\",\"13.113.203.0\\/24\",\"52.199.127.192\\/26\",\"13.124.199.0\\/24\",\"3.35.130.128\\/25\",\"52.78.247.128\\/26\",\"13.233.177.192\\/26\",\"15.207.13.128\\/25\",\"15.207.213.128\\/25\",\"52.66.194.128\\/26\",\"13.228.69.0\\/24\",\"47.129.82.0\\/24\",\"47.129.83.0\\/24\",\"47.129.84.0\\/24\",\"52.220.191.0\\/26\",\"13.210.67.128\\/26\",\"13.54.63.128\\/26\",\"3.107.43.128\\/25\",\"3.107.44.0\\/25\",\"3.107.44.128\\/25\",\"43.218.56.128\\/26\",\"43.218.56.192\\/26\",\"43.218.56.64\\/26\",\"43.218.71.0\\/26\",\"99.79.169.0\\/24\",\"18.192.142.0\\/23\",\"18.199.68.0\\/22\",\"18.199.72.0\\/22\",\"18.199.76.0\\/22\",\"35.158.136.0\\/24\",\"52.57.254.0\\/24\",\"18.200.212.0\\/23\",\"52.212.248.0\\/26\",\"18.175.65.0\\/24\",\"18.175.66.0\\/24\",\"18.175.67.0\\/24\",\"3.10.17.128\\/25\",\"3.11.53.0\\/24\",\"52.56.127.0\\/25\",\"15.188.184.0\\/24\",\"52.47.139.0\\/24\",\"3.29.40.128\\/26\",\"3.29.40.192\\/26\",\"3.29.40.64\\/26\",\"3.29.57.0\\/26\",\"18.229.220.192\\/26\",\"18.230.229.0\\/24\",\"18.230.230.0\\/25\",\"54.233.255.128\\/26\",\"3.231.2.0\\/25\",\"3.234.232.224\\/27\",\"3.236.169.192\\/26\",\"3.236.48.0\\/23\",\"34.195.252.0\\/24\",\"34.226.14.0\\/24\",\"44.220.194.0\\/23\",\"44.220.196.0\\/23\",\"44.220.198.0\\/23\",\"44.220.200.0\\/23\",\"44.220.202.0\\/23\",\"44.222.66.0\\/24\",\"13.59.250.0\\/26\",\"18.216.170.128\\/25\",\"3.128.93.0\\/24\",\"3.134.215.0\\/24\",\"3.146.232.0\\/22\",\"3.147.164.0\\/22\",\"3.147.244.0\\/22\",\"52.15.127.128\\/26\",\"3.101.158.0\\/23\",\"52.52.191.128\\/26\",\"34.216.51.0\\/25\",\"34.223.12.224\\/27\",\"34.223.80.192\\/26\",\"35.162.63.192\\/26\",\"35.167.191.128\\/26\",\"35.93.168.0\\/23\",\"35.93.170.0\\/23\",\"35.93.172.0\\/23\",\"44.227.178.0\\/24\",\"44.234.108.128\\/25\",\"44.234.90.252\\/30\"],\"ipv6\":[\"2600:9000:3000::\\/36\",\"2600:9000:f600::\\/39\",\"2600:9000:f540::\\/42\",\"2409:8c00:2421:300::\\/56\",\"2600:9000:f000::\\/38\",\"2600:9000:f500::\\/43\",\"2600:9000:ddd::\\/48\",\"2600:9000:f800::\\/37\",\"2600:9000:f400::\\/40\",\"2600:9000:f538::\\/45\",\"2600:9000:5380::\\/41\",\"2600:9000:1000::\\/36\",\"2600:9000:2000::\\/36\",\"2400:7fc0:500::\\/40\",\"2600:9000:4000::\\/36\",\"2600:9000:fff::\\/48\",\"2409:8c00:2421:400::\\/56\",\"2404:c2c0:500::\\/40\",\"2600:9000:5308::\\/45\",\"2600:9000:f534::\\/46\",\"2600:9000:f520::\\/44\",\"2600:9000:5320::\\/43\",\"2600:9000:5310::\\/44\",\"2600:9000:f580::\\/41\",\"2600:9000:5340::\\/42\",\"2600:9000:eee::\\/48\",\"2600:9000:5200::\\/40\"],\"timestamp\":1724193795},\"ezoic\":{\"name\":\"Ezoic\",\"timestamp\":1698348469,\"ipv4\":[\"52.20.63.25\",\"3.225.202.138\",\"3.217.200.190\",\"54.212.71.227\",\"52.12.170.68\",\"34.218.21.81\",\"3.7.90.144\",\"13.127.240.219\",\"18.139.6.69\",\"18.140.184.0\",\"3.106.6.164\",\"3.106.176.6\",\"13.237.131.67\",\"15.222.77.144\",\"15.222.108.52\",\"18.157.131.187\",\"18.157.105.182\",\"3.126.25.160\",\"34.248.174.237\",\"52.16.85.139\",\"34.255.61.232\",\"15.236.165.82\",\"15.236.137.228\",\"15.236.166.30\",\"18.228.20.129\",\"18.228.107.195\"],\"ipv6\":[\"2600:1f10:4c55:e200::\\/56\",\"2600:1f13:393:600::\\/56\",\"2406:da1a:e10::\\/56\",\"2406:da18:9d0:1400::\\/56\",\"2406:da1c:58a:e100::\\/56\",\"2600:1f11:f39:6f00::\\/56\",\"2a05:d014:776:a600::\\/56\",\"2a05:d018:dd:7800::\\/56\",\"2a05:d012:4d8:6800::\\/56\",\"2600:1f1e:342:2f00::\\/56\"]},\"quic-cloud\":{\"name\":\"Quic.cloud\",\"timestamp\":1724263202,\"ipv4\":[\"102.221.36.98\",\"102.221.36.99\",\"103.106.229.82\",\"103.106.229.94\",\"103.146.63.42\",\"103.152.118.219\",\"103.152.118.72\",\"103.164.203.163\",\"103.188.22.12\",\"103.28.90.190\",\"103.75.117.169\",\"104.225.142.116\",\"104.244.77.37\",\"108.61.158.223\",\"109.248.43.195\",\"135.148.120.32\",\"136.243.106.228\",\"141.164.38.65\",\"145.239.252.65\",\"146.88.239.197\",\"147.78.0.165\",\"147.78.3.13\",\"147.78.3.161\",\"149.248.44.108\",\"149.28.136.245\",\"149.28.47.113\",\"149.28.85.239\",\"152.228.171.66\",\"152.53.36.14\",\"155.138.221.81\",\"156.67.218.140\",\"157.90.154.114\",\"158.51.123.249\",\"162.254.117.80\",\"162.254.118.29\",\"163.182.174.161\",\"163.47.21.168\",\"164.52.202.100\",\"167.71.185.204\",\"167.88.61.211\",\"170.249.218.98\",\"178.17.171.177\",\"178.22.124.247\",\"178.22.124.251\",\"178.255.220.12\",\"18.192.146.200\",\"185.116.60.231\",\"185.116.60.232\",\"185.126.237.129\",\"185.205.187.233\",\"185.212.169.91\",\"185.228.26.40\",\"185.53.57.40\",\"185.53.57.89\",\"188.172.228.182\",\"188.172.229.113\",\"188.64.184.71\",\"190.92.176.5\",\"191.96.101.140\",\"192.248.156.201\",\"192.99.38.117\",\"193.203.191.189\",\"194.163.134.104\",\"194.36.144.221\",\"195.231.17.141\",\"198.38.89.73\",\"199.59.247.242\",\"200.58.127.145\",\"201.182.97.70\",\"202.182.123.93\",\"202.61.226.253\",\"204.10.163.237\",\"209.124.84.191\",\"209.208.26.218\",\"211.23.143.87\",\"213.159.1.75\",\"213.183.48.170\",\"213.184.85.245\",\"216.238.106.164\",\"216.238.71.13\",\"216.250.96.181\",\"23.95.73.167\",\"27.131.75.40\",\"27.131.75.41\",\"31.131.4.244\",\"31.22.115.186\",\"34.247.229.180\",\"34.249.110.197\",\"38.101.149.196\",\"38.114.121.40\",\"38.54.30.31\",\"38.54.42.235\",\"38.54.79.187\",\"38.60.253.237\",\"41.185.29.210\",\"41.223.52.170\",\"45.124.65.86\",\"45.132.244.92\",\"45.248.77.61\",\"45.32.123.201\",\"45.32.169.55\",\"45.32.183.112\",\"45.32.210.159\",\"45.32.67.144\",\"45.32.77.223\",\"45.63.67.181\",\"45.76.252.131\",\"45.77.148.74\",\"45.77.233.177\",\"46.250.220.133\",\"49.12.102.29\",\"5.134.119.103\",\"5.134.119.194\",\"5.188.183.13\",\"5.189.146.228\",\"51.81.186.219\",\"51.81.33.156\",\"54.246.224.74\",\"54.36.103.97\",\"61.219.247.87\",\"61.219.247.90\",\"64.176.4.251\",\"64.227.16.93\",\"65.108.104.232\",\"65.20.75.178\",\"65.21.81.50\",\"65.21.81.51\",\"66.42.124.101\",\"69.50.95.216\",\"70.34.205.229\",\"79.172.239.249\",\"81.31.156.245\",\"81.31.156.246\",\"83.229.71.151\",\"86.105.14.231\",\"86.105.14.232\",\"89.58.38.4\",\"91.201.67.57\",\"91.228.7.67\",\"92.118.205.75\",\"93.95.227.66\",\"94.75.232.90\",\"95.179.133.28\",\"95.216.116.209\"],\"ipv6\":[]}}','yes'),('ipResolutionListHash',_binary '6f5982560e9b9650ff7b833af5bdc1c8749f88929e8ab764999141e608f5d351','yes'),('isPaid','','yes'),('keyType',_binary 'free','yes'),('lastAdminLogin',_binary 'a:6:{s:6:\"userID\";i:4;s:8:\"username\";s:5:\"fawad\";s:9:\"firstName\";s:5:\"Fawad\";s:8:\"lastName\";s:6:\"Waheed\";s:4:\"time\";s:30:\"Wed 4th September @ 05:28:04AM\";s:2:\"IP\";s:13:\"154.192.19.45\";}','yes'),('lastAttackDataSendId',_binary '91','yes'),('lastAttackDataSendTime',_binary '1725295216.327974','yes'),('lastBlockAggregation',_binary '1725533530','yes'),('lastDailyCron',_binary '1725533530','yes'),('lastDashboardCheck',_binary '1725533530','yes'),('lastEmailHash',_binary '1725427684:127b9bcf371ba540d57468b33e1c5c00','yes'),('lastFalsePositiveSendTime',_binary '1724926572','yes'),('lastNotificationID',_binary '22','no'),('lastPermissionsTemplateCheck',_binary '1726025852','yes'),('lastQuickScan',_binary '1725477226.291','yes'),('lastScanCompleted',_binary 'ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart',_binary '1725426243','yes'),('liveActivityPauseEnabled',_binary '1','yes'),('liveTrafficEnabled',_binary '0','yes'),('liveTraf_displayExpandedRecords',_binary '0','no'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignorePublishers',_binary '1','yes'),('liveTraf_ignoreUA','','yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_maxAge',_binary '30','yes'),('liveTraf_maxRows',_binary '2000','yes'),('loginSecurityEnabled',_binary '1','yes'),('loginSec_blockAdminReg',_binary '1','yes'),('loginSec_breachPasswds',_binary 'admins','yes'),('loginSec_breachPasswds_enabled',_binary '1','yes'),('loginSec_countFailMins',_binary '240','yes'),('loginSec_disableApplicationPasswords',_binary '1','yes'),('loginSec_disableAuthorScan',_binary '1','yes'),('loginSec_disableOEmbedAuthor',_binary '0','yes'),('loginSec_enableSeparateTwoFactor','','yes'),('loginSec_lockInvalidUsers',_binary '0','yes'),('loginSec_lockoutMins',_binary '240','yes'),('loginSec_maskLoginErrors',_binary '1','yes'),('loginSec_maxFailures',_binary '20','yes'),('loginSec_maxForgotPasswd',_binary '20','yes'),('loginSec_requireAdminTwoFactor',_binary '0','yes'),('loginSec_strongPasswds',_binary 'pubs','yes'),('loginSec_strongPasswds_enabled',_binary '1','yes'),('loginSec_userBlacklist','','yes'),('longEncKey',_binary 'f1b557e43ac5ea5db3101e2c8612b95e35daf8fd97b8d3a9a454b57ee441b7a3','yes'),('lowResourceScansEnabled',_binary '0','yes'),('lowResourceScanWaitStep','','yes'),('malwarePrefixes',_binary '‹\0\0\0\0\0\0\Öy8\ï\0ðÙ—»Î;Ë½sIYJ…ŠBR$RI%QŠD\ÙZHJ!I+…J”¤H‘Š”´i!*)¥EE+\Ò&~\ß\ßŸ\çœyžy\ß\ç3\ç\Ì3>\ãÇŒ\no>^\×\ß\'\Ì_wB\Øx³1\ãuO¿\Z\Þÿ \Õ%\ïe\r\É?ðEC\Ë\Ä)¥³ŽM¾>\í²\Í8)ûÿ}–\ãu×„ú-X\ïöÿ\Ë1ff–\æÿm\0–\é\0øý\0\Ýr\àa?\0xG7\0?\Û )ûô`‘\0ö4À\ÖD\ÂK@\ÜbH½\0Y®+ gZ\0¹p\Z\Ï\ê¨›‹\0\ê\ß@1¶Pt„ô¡€180\å\0ûv6À\Ù\È. \à);€÷¾ð§´Õ¼\Z@U—	¨\Ó{\0uŽ ¾\'\Ô\Ï\î\Â\Ì@p_ö€F»\Ð\\q4·\Æ\0Z.=€\Ö\Â_€ö\r0h²\ê\í\èŒ\ït&\Õ:A‹€!·\í\0]ýß€\î¤\n@7\è\0 ûb? g\è]¬–\Ù\Û;€a\Ül`\Ø,[À0\ì`¸\í`xý,0ü`00¼¯aŒ˜ñ\ì$`d½0Z§U\\\0Œ>\ÍŒK>\Æ\ï&¶)€\É\æ/À¨S5À\è½)€;0ó­€r°\Ø=	›»7\ë?\î±À¸\ë­À¸º`\\C`9\Þ°*XXÕ€\Õ\ïd`ü\É~`‚6LˆXKþÖ—_\ÖW–6$`\Û÷°»¸˜t¦˜t/˜<$p8·7ŽO\Ó\0§ü`šm0m\à‚.V!Àô\Ýý€kH,\à\Zý˜\Þ\ÌHðfœ~\Ìx8˜9½˜•ü˜uú\à6~\à–…³Ž\î«\\÷Ÿ¹À\\§`\î\ÃwÀ<\Ç:`^s0Ÿ³\0,?\0,H{\r,8\ã,(N\0\\Y\0,øžx,þx\ä¦\0žcO«Ó€gö#`¡½-°\Ðuà¥­xx›s€·/\à]˜\0,¹%|ˆ\ë€\ãøl¼øª0À÷,õ\Ô–Y·\Ë\Öþg\×8`\Ù\×À²Ñ€Ÿ\ì\à\çžø]ôü\êC\å\'v\0þkÜ€\0\É& `O,:	X©˜&\"@`\çH hú4 8Z\ÇÁÜ\Õ\às`õ\ÞIÀ\Z0XÓºÙ›„A@XPv¹/6\"°J b\é\Z \"k\0X§¯\Öõ:\ëý\ï\0¶†‘—Q òU5d•DG]\06=]ln¶X†[VÁ@¬.\ÄE±ÿ½»\Ø$ˆ½·\Øúó°õ.°-©Ø¶\ï,°\íù; ~\Îj >\éŸNñuç„µù@BŽ#8ºH\Ü7H|;Ø.v„¬’œ+€$— i‡?°s\ä ¹+\n\Øõ\Ê	Ø,v4{—Àf7°g\ëo`\ï§ûÀ>\Ùw`\ß\È^`_\ïN`­R<\æ)A\Ô=\ÉÀqÀ—R M÷6f0\nH—/\02\ÆK€g; \Ãc\"9P²0%k€\ÃÓ¢€\ì\á™@¶\ßD g\ß= \çž3pdQ!p´ý4p¬Y\ä\Ö\ÜòÀ\í@\Þzs \ï£\×\çœp\ÍN\Zþ\nŒó‚t_\àT£pª[B±@¡ñI pþm ð\á\Z °=(\ìžœn»œ1\ZœY\Z{¬Š—{%\'F\ç|¦\0\ç*^¥&Àù™•À…)\ÚÀ…\í‰@™ü(›2(OR£³€Ë§ª€\Ëw&W\Þ\æ\0•“` \Òm=P¹2¨\Õ@õôk@õF :ñP}®\Õ|®\×\Ù7:†µ†£€\ÚS÷€\Ú\Û\ç€[9ZÀ]¸r¨Ó™\0\Ô5G÷f6\0÷|\åÀ}E$p\ßð@¿xxx8û2ðð\Ä/ Á4h¸txtö\Ð8S4¡Ï€\ÇcÃ€\ÇQÀ\ãG\îÀŸ§À³\Í^@\Ë\Å6\ày\ì \à<xaj¼\Øû\rxi9x9Y	¼\Ü^¼¬^KÚ–ºm\ébàµ·=ð:$x1x;rðö²)Ð®c´¯\r¼Ÿ\Ð	|hK:ÌO|€Ï»u/¶³€o‹¢\ï\ç§]\Ëö\ÝÀ# [\Ïý?ñ@÷\Â@ ûˆ\Ð\ã=\í\r¿_…ðÇ¾ø›Uüý¶\è»÷ø7c\"ðoN)0 ‚K€\àµK 4M„ò?€Ð§û |„c¼@ÄºDöº‚h¼-ˆ/1\'\Äþ\Îq¬Ä†x\Ôx6$/\ÍE\Ö. \È\ë8(Z;]ŠË¢@ñ”@k@\Éð$P2\Ù”†\ß¥[ß€2»hPöu:H¥DƒTû3¦\Ë@f¿\'\È{²\Íù G¤‚ÜºP¥‰\0UûAUR\0¨\Ö\ê\ÕŸ€\ê‹\é ú\Þ~P-…E© °n8¨™Ujé¥Z\ÃƒZó|A­\ÆM ¶~!¨\íUj?ùj?{*›\r\ê\è\åƒ:›²Aš-\à\àÀvpp¼)8D³¢W\êZ;º¯ú\Û\Ó@W\ÐÀóhðò84-zq	8l\é0\Ðp®4\ÌN\r_[€\Ã\Ù\r\àp?8¼X’Ž¸œ\Z}M\0]A\ã\Ù;A\ãñ 	”š\È\Ú@“8ª\Ñõ\ë.8\Z\\šŽ}šZ\Í\Â\ï€\æ\à Ð¼·\ë³{*gp·b8®\í\0h9v>h¹ûh™5´šø´JN\0\Ç\ç\éƒ‚û@k™h½þ\rh}À´þ¹´\Ù\Ú\ìlmN^m\ÊA\ÛoE\à\Ä/\ã@;\ç~\Ð\îU8i\Ñ?\Ð>&œ\Ì/\'?O\0§|D@§@\'pZ\Ù\Ð\Ùz!\è<ù8=‡]#~€3g‚3¦G‚35\r\à\Ì+GÀYn€nÁ\Ù÷€\î_A÷œ±\àð!8®\çºXƒóô\ÓÁyEÁù\êÁù\éÀùÿüÁ\Î\à‚\È\r\à‚$%\è!o=†\ï=êŸ€­– g…¸p\Ï\0¸ðœ/¸°y¸h\íApQ\å\Z\ÐK²ôš´ô:R.¶\ß.¾üôn‰—\äçƒ¾‚K=\ÓÀ¥G·‚KóT\à²k\ÐþúeW¸d‚+\ÞOW|\ëý7]W>\Øž\ÆÁÀG0Ø¢®²4W]\0W\ÝX	­…\å‚Á{0øµ’?^†½X†uÇ€\á#ß‚ƒ\ÌÁˆŸ¶\à\Úõ!\à\ÚM¯Àu+>\ëªöƒ\ëošƒQ>Á¨3ö\àFø4¸±\Ë\0Œ^5	Œ>”	F>nú¡\Æ\\]\Æ< Á\Í\r\npó\ÓLpó«\à–+\àVf=¸uº7¸mú2p[\êWpÛ‰}\à¶\'0nb·\ÙŒ·Œ\0\ã÷€ñI\Õ`Â’,p;¿Ll§Á6¡\àŽGÁ¤X)˜\Ô\Ü&¯œ\n&§?w}H÷ø·‚{{\æ‚û´‡ƒû\æ=\0÷ß¯÷*S—x€©-ŸÀe\àû`Ú‘+`\Úýr0\í©\r˜>hxpõD0\ã[=˜\é\è*pç‡·^\0³RÀlU˜Ýž\0\æ„\0sþŒ1›Ác/÷¹“U`\î\"3ð8_R\nÿøÌ›˜\0\æ5žóþöù÷\ËÀü\ëÁ12° y6Xú,ø»<µx\ê\Ã9°\Ð\ì*XX÷,ò™½`Á3%OÀ³²M\àY+sð¬¿<»&<û\Û\r,60K˜@°´0<\ï·¼0lX\Æõƒe¹3À‹J°B¶¬0«+\æ.+\Âgƒ—–„€—)7ð²gxy\ÕEðŠñ\\ðŠ\×H°«+·«FE‚W¿Œ«\Ço¯¹?¯E<¯\Ï\×kòCÁšÿ9u¼ý¬5¾\Þô¼½,¼ªÞ®©o÷‚wu\ç‚w‡^\ëÆ¸‚\ì\ìÀ‹–‚\'‚‘\à\Ãÿ\êÐ \ï	>\nj¶\0}qw§ƒ=‘`S½=ø-\ë{(À\'oÁ\æi\à³$l‘õƒ-#g€\Ï\×/\Ê°µž_š$ƒ//Ô‚¯ü+ÀW\ç?€¯ž\ã\àu\0øœ	¾s°ßµ•\ïz§ƒ\ïùµ\à{›^ðC\Òðct<\Ø1<\0\ìv”¹\çmÀON\Ö\à§\Ù\Ù\à§s\Î\à§Û§ÀO/\ëÁ\Ï ø¹¦üò~øU´ü>}8ø½X	v\Å]»:°\ÛX\nv\ï{öD\Ý{\ËN?\ã1ð\ç\ïbð—\×oð\×2_ðWÀvðW¶ø«u6øû\Â\Zð\ï#ð\ï\Ã\à?\Ãõà¿²0°Ÿ\êûk;ÀW; À“†€47C\à\Ý\ìp† #ºÁ\n{ž0\0Áv¶|\ç„!\Äb9„.y¡ l\×¯º\æ1€ˆm#!rû\'ˆ¼\Z\n‘!Ñ¼XH²%’:+!é©«ô\Æ[HfÉ¾\\€\äSÅü•-D\ri…¨\ã\'!…»¤h\Ù)1Rj/€”w, Î¬\â“\Û!õ?H0ý	VG!a»$\ìð…49¯ ­wAö4_HG{¤óO\r\Ö\Þ\röt‡‡<…\ß{\rù÷\ÒËŸ\é}\Ü\é»‡ôW¼‡ôwo„ô¿˜@C\Ç\ÖA\ÃÜžA\Ã|A\ÃJ¡a—» Ã‚+Ðˆ–5\Ð\ÈYrh\ä\Ý#\Ñ\ä\Z\È\èŸ\n2\î%!€Fi-†F‚F\'¾ƒL\ß4Bcd%Ð˜+ 3ŸdÈœ\" ±\ê]\Ð\Ø-\é\Ð8\ã$È²p*dY\ÆBV¾@\ã\'\éC,t \Û$dm\ÙMX\Ù— û\Ãk û\ìó\Ð»E\ÃrHQBŽsS ©iÙ\ÓhÚª«³û7È¹ð;\ä\à¹lš\0¹¼\0M\'C\Óùhú\Å.\ÈÕ³r]=r\Ýúr}òš5*š=ú$4O\è†\æ_<	-ø\ï<\ÚC $\äIxAžs]¡…\Â4h\á„\ÐBo3h\á=Z4|=´\è±+´\è\ÏSÈ«v\'\ä\í”y§ZCK<\ÇAK²\ã %Õ«!Ÿ!\ë \ëx\È\×}ò¼¡¥\Z ¿›\ß ¿7w \å‡\â \åOfB+\Ö\r@+chåž…\ÐÊ»Ã¡•o@+{Cö\éP`\Å;h;Z5\ÍZÕ¤‚\Ý \à\"h5­v7…V—‡B«/–Ck\à¹\Ð\Z\×PH\Ö(t:…\Þ_…ø…d (\Â\é!±÷;´~\ÔhýR	ù,Š	5…brnA›‡VB›+>A[\ì\ïC[w|…\â,= I$”03J\Ø9\0%ü˜\nm·j†«•ÐŽ˜(É´Jš\ì%mý/¯%½ú\n%_‡vM¹\n\íºò\Ú\íq\Ûí¹´\Úó\Ç\ÚOA)g_@)/Ú Tq%tÀ\â”V˜¥O|\0Lº\Ì	\Ì\ne¸\ÅA™fYP\æ„(óñ\èð9O\èp\çy(kH”k\åø\èCG8tdit\ä\Ø\èÈ“\è(g³»{ûk	_\Ò\r?~\ÊûøÊ·Ì€ò#G@ùCùw\ÖC\'\à_\Ð	‹Ÿ\Ð	—YÐ‰´[\Ð\É¯¡¨*\ØZj}	\êB…\ÏCEˆT\ä9*\Ú>*ú	Ag\n~CÅŠ÷Pq¨*\Þ?*)Ì‚JN†Î¹* sw\æC¥cÊ ó›p\è|ž7tþ\ÔT\è‚\è2T€AW™A3\ä\Ð%/	t\Ü	UM_U½q®n]]M•B\ÕG k	‡¡k§¿C5ž\Ð\r\ã\ïP­Gts÷c\è–ÁL\è¶X\Ý\í9\0\ÕiŒ :\Ó \è\Þ:º×®Ý°€\Ð º¿ z\Îªj=ª›5nó†·\'BOý@\Í÷\ë \ç\Ë@\è\å¿uPwj3¢ ¶%Y\Ðk\ê\rôz\Ê\èM\Æz\èmrÔ¾9zÿ\Çúqúð\ÒúðeÔ‘iuš\nuzý€:\ãÊ O\×Z \Ï~MÐ—š\ã\Ð\×øoÐ·ýF\Ð÷\ÔN¨\ër\Ô\í	u\Çüƒº“µ \î{_¡ks¡\Þ3zPoUôs\Õm\ègýaWA<R >\í{Ð¿žl¨¿F\ê\ï\Ãa4…Á©q0”z†mü`¸¦FôžÁˆ\Ñu\Ëw‚±\ë‡`\Ü&\Æ/Ã„ùr˜\Ý\ÊÿÜ‚I`L¦–Á¢‘‰°(»	µ³°¸[KM†%\'Á\ÒKÉ°ô±,\n\Ëö¼…eµ?a:*¦_„•F7`e”V\Â\Ê\×&0C‰`N‘s‰‡`\Õ\âË°\ê\×qXX’\ÅÎ°ðt5,4Á\ZûdX³Ck¯ºš:\"‚u|&Á:m\Ç\áÁ›Pxð²}>¬»\î!¬—\Ð\ë]\Ü\ë›{\ÂC\Åð\Ð\Êýð0\ä<¬\Ý6t>\ï<\04˜\0™\Ý9\r½`£Ol\\k	›|÷ƒMþYÁ¦^ž°¹$6wþ›Ÿh…-ú¶ÀV6k`«¤Eðø¸x|\É=ØºðlS\Û4¿„mþ6Â¶_\Â\íR\à‰¥ðÄ—\Øn\Ó>\Ø~°!<9¼vˆ};\\4…\rÀS¯o…§™iÁÓª_\ÂÓžR°³\Î(\Øy\Â\rØ¹\è\ìB?†]£ð*ž\Ñqž	ü‚gN¼\r\Ïô0ƒgfng\ÅÀnR`·‚ð\ì\ëb\Øý\ÌxN°<\×P\Ïó=\Ïwœ/Ø¬‚=`]x¡\Õx\áö>xÑ¹¡°W\É?x±\Ë}xñ[ö\Ö.ƒ—|t‡}F$Áÿ•öqx\rûô0°\ïùPx\é\í\Ýð\ÒC\áešxxY\åjxY\Õ+\ØOo\ìU	û\åÀ\Ë\ï\r‚ýKõaÿ–°ÿg\r¼\Ò\Ð\0^Yp\ë	Ú˜ÃkÿÁ«\Z\Ê\à`>Þ¸^=\ê¼\æE²\çò\Ìµ}A\Ãa\åŽp\Ø[\ç\Âómáˆ³Yðº\î\Çð†’»p¤±y1	Ž¬©†#ûo\ÃQ3]\á¨\Â8\êt¼1ù¼1¥\ÞøÀ\Þøñ¼\Éló!Žù˜Ç‚\×\à\Ø\Ý¼õ\Ì;x[\Ä(x\Û6Žsy\0Çø\ÇW-€\ã__\ã;†\Ã\ÛhxÇ‘›pÒ´hx\'ð\Þ>\Þ\åv\Þ#\Ú\ïyõ\Þ;\é8¼÷\ãx_\ï{T\ïIÀû§‡S\à¶qðk\à¹C\à7‹\á4[N[\ë§_n€\Óo”À\é\Í[\àƒ\ß\r\às78c¥6œ\Ñ\ågš	gf¬³K:\áœ\Û\á#\áMð‘£>ðQ¦>z\Å>f³>\îLÁyG\à¼\ëpÞ£ùpþ \×ð	\"\n>‘p>\Ñ÷>©\ß	ŸôŸ¼\íŒ,‚Ž;Â§N\ØÁ…]Yð\éE›\á\"\ãHøÌ°£ðÙšø\ìmK¸¸..Yu.ù9>·r|þ\Ù<ø¿.c\Ï\ÃSþÀ‘\rp\Å\í…ð•!p•m\\u\æ!|õô1øZ\â%¸&g.|£º\r®¥Âµñýp\íþvø\æü\Åð-#ø62¾ck\ßqkƒ\ë\ìž\ÃuŒ\àº.søž\Ø¾We?ôq†<‚–Œ†\ëm@¸>\Ún\Ø7\Äo\î\äÃ\âV\ÃM£Z\àÇ§\ÖÀOf™ÀÍ»õ\à\æ¿\ág5ü\Üwü¼\Ö~Q9n=LÀ/=\àW+õ\áWý?\á¶UŽð\ëHø\Ý\Øð»¸^ø]ö-ø\Ýß«w¿\Ã‰6ø\ãXø\ã\ÒF¸óª;\Üù~)ü©oü5x*üõ\Íoø\ÛMgø»w±r¸\Ë\Ã\r\î\Úow½\Ûw?6…{\Z÷Á=\ís\á1\Ë\áÃ½:‘ð\ÏË«\à_\Ã#\à_»\'Á¿\Ì\á?^•ðŸKø\ï¼#ð_\ï\Íp\æ¸?[<\Ý\0´†>\Ø\"@\Ìn\È>À\Ô7©‹ So#h\Ê}=Á¦®D°\å\í^q!\ÝD<9\0\ßND$·!’\æ/ˆ´R‘¹9!²\ã·ª\æ&¢¨MD·\Úu$B\ïÿ…\ÐO\î#J\î¢œýa‘L„}ØŠp\ÖÁošŽðG_ ªsW\ÕõND±Q\çG\ÅDxv\nÑ²ûŽhE\× Zÿm\ÍLD»¨\Ñn_‡h\rD‰® ƒ®ŽGt¾ýCt~5\"ƒ§¢\È\àÅˆ\ÞoD\ï\ãD\ß\à¢ÿG1ð{ˆ´NF†>ª@†!©ˆ!º1…ÿšŒ\\w1\nŽ@ŒÖš\"F}\ç\ãvˆñ\Æ\ÈèŸ¦ˆ©}bÚ¸³\â\'2f\à>bVe‚˜K& \æ^o\Å]\Ä\"u\'2Ž¼ŒŒ[jŠŒ‹š‚Œ»X*G#–­g+ub†\Ø\è©\Ä\Æ\ß	±%Ò‰u}ˆ\Ý\\d\Ò\ÚaÈ¤c+{{	2e¡\â\àðq˜{q(õF\ë†!N:ƒi›a\ÄyC\â¼c*\â|<q>¿q¾rq9}™\î<™^õ™þù	2£¡™ÕŠ\Ìü¹™%Yª¹ˆ[¨7\âþ1™3ú\Z2\Ç\Å™»j\"2÷B\Z2÷½)2··™§ú\Ì3²D\æï¹‡Ì¯Z†,\È„x„ø!a%ˆg\ä\Äsƒx›‰,Ü¾Y\Û!^•\Ûo¬ñ\Í@¼\×#KjZ\ß\Ü	\ÈR}Cd\éüU\È\Ò\ØCˆ\ß\Ú2\Ä\ïh$\â—gŽøõ¾A–¿ +N\ÞBüUYH€*YÙ½	\\ð	\ÌƒžòF\ëmUž?U\Ù4þ(Ð†ÇE‚OÿBV§\îEV7C\ÖLÄ‘5G\í	)X‚„N[„Ö¤#\áKA$\âúZd­n²n\îsd½\"Y‹¬¿T€l\0­‘hó$:\à]q‰qöG6ó\áÈ–)…È¶\ÅÃ‘m)ó‘x\×j$¿ƒ$,Z‹$¬þ‹$$E¶—\í\Íw7J‘$\Õ,$\é’\r²s¬Ù¹ñ’|ñ’\Ü\Ã\"{œ¿!{\Âu½“W {ž#{?mFö]@öSÏý¿> ûÿ™ )‹\Æ\")¾’«¤\ZER\ç\ÎCR\ï7\"\"\Î \Þ#i[\Æ u\ä\à\ä$$s\Ûx\äÐ¸ñ\Èa«.\äpb3’uŸE²¿: Ù½™\È{\ä\èÞ»\È\Ñ‘£\ÕÈ±²³H\î6=\äø\É\ã†!yb‘“J9y¡9Ym‡ \Èi\ÑE¤hrr\Æ\á\0r&\Õ\n9Sø9kô9;\ë3rö„R<\Í)\Ñ\íEJš,s}<R:\ë7R\ê>¹P›‹”Í¡‘²¢gH\ÙýD¤¬¡¹8®¹¸\érI\ã„\\?\Z¹<B.§!W^k#•§® •w\â*\Ã&¤*°¹:aR½%¹NmDj†¯Gj\ân#7:JZ­õH\í\ËH\íoä¦¤¹ÙŽ ·¥!\È\Ý\ÔQH]¹1r/[¹÷{\'r¿-©Ÿ•Š4\Øö#ŽU\"\Í5H“\í¤)ŸG{ÀÈ“\Ù7‘§{¥\È\ÓÞ…Hó›õÈ³,K¤e\È$¤\Åù1òÂ¿yy«yEø!m\â™H›ñ8¤\í\Î\Z¤­eò&Nykóy»\ÖywÀy\×ê´K;ö\âýH{m?ò8…¼C‘÷\çò\\òñ¿úv¤=D:_”\"ŸV|C>½³@>ƒ8ò\ÒB¾,[†|)´B¾œ­@¾”.B¾\Íþ†|ûÑŒôÿF~\ÌüŽüh\Ô ½óÞ€R¤7\Í\é-›ü4{…ü>zù}¦ù£Uüñ¬@þ&; }K¤H\ß3\äö\é²	\é_p\éo»ŠÀ¿™(øü\'\nu¥£°:	E\îú \èÊ›(\ZøEk\Õ(®tBq\Ãû(Y‚Š†¯EÅ¢¨Ø´•¼?‰Ê®OD\åª¨ªB•3\ÚPF/e>c(Û‡r#¼P÷pTs\Âd5Ü¨A‡<~‹\êŠ\ÊP\Ýq*T÷‘/ª\Û2\Õ\ãß z\ëP½œRT¯ñ7ª?•Fõ\å\è\Ð\ìÙ¨¡Aj-B‡ûCGOG\Ï¨Iúq\Ô\äª:\æõl\ÔLP¢f»\ÚQ³C‹PB-¶÷¢]jñ\ã5:¶\í\":\ÎÁ7ó\"jù\Z@­\\\ï¡Va7\Ðñ{eè„•¹¨5¢\Ö\Ïö¡¶c\ÝQ\Û}cÑ‰\Â\Ô>ˆNÞ²Ç¡\ïuPÇ™CQ\Ç\ë:\èT\Íg\Ôi\Õxtš\Ì¶=u)ŒB]Î¶ Ó±2tºz=\êúx:CtÉ–¢n¥ž¨[e;:›˜€Îžzu{	S¨Î[Š\ÎëšŒ\Î|Ž.0¹‹z² \ê¥{õzTŽ.\Þ=\rõÑ’£>½E¨o\é\Ô÷6º\Ô\Åõ[rõk‹DW4ŒEý³¾¡þö¡þ\Í\ÛÐ•ƒþ¡+=\î +ƒ`te¯>ºŠÚ„®JnDƒô\ÑÕ£o «/;¢!c×¡¡Þ›Ñ°\'4|G,\Zžû]kþ]?\è-º!xº\á¤\ZI8£‡÷ \'\ïE7\è\Æ\Zi.B7»¼E7\ç£\è\æ/1hlc9º5e\Z\ç*G_¡	±S\Ð\í_\Ð\Ä/¾\èŽ[SÑ\á5hòLc4ù†š\Ü%Cw\Å\Ð\ènE\rº\Û>\Ý}\åº7nºo·ºÿ‹5š¢wM1´@S\ÎmBS®X ¦\ÝBS£®\ÜG\ÓœÑ´}Uhº‘z0V„f\ì|†f\ê\Ý@3ÿÕ¢‡l|\Ñ\Ã#\Ã\Ð\Ã\nÑ¬1uhÖ­\ÓhVó4g„\æŒM@s\â\"Ðœ\ìX4\çe(šóa$zôd4š»­\Í-\ÑEžˆ\æ­(Fó²–¡ù3t\Ñ|ÿ¿h~ô4¿\Í=qFOô\íCO\æm@X-ÐŽEÆ¬CN\ÌFO­¯BO{FO¿?Š\Ç$£%þ\è½½\è…\ÄZôBû0´L÷\rZ\æt-›u-+üˆ–\×\ë£·­G/÷e¡W¾¤ •Ÿ\\\Ñ\ÊÞ·\èUý\èUý\è\ÕaNh5´­\ÖrF«+£\Õk\Ðk%\Í\èµ{‹\Ðk_\Õ\èõ·\Õ\èõžXô†üz\ãbZk\í€Ö®qBoR\è\Í\Ë^\è\Í\êzôv\ä(ôÎš«\è½­\è½}­\è}Wz?&\0}([†>\\‹>’h£I\Ú\Øaˆ6þ‰G›¸õh“m\ÚT€>‰\ÉGŸ\Âu\èS¡\è3}Vbƒ¶ì”¢-® \Ïw½GŸŸ9‚¶®z…¾ôýOr\"ú²5}5¶}eÝ‡¾Zÿ}\Õþ}=¾	}=\ëúúQ(\ÚnrmŸô\Zmcƒ¾OtE\ß\ß\ÈD?Œ\ÉG;l\ÐG/´có´\ã,‰vú}B?Ÿßƒ~þ<ý\Z‡~i°F¿jMF¿\ê_D¿\ÍF¿›F»˜\rh—\æ\Úu§\íºû\íúÈ£Ý£œ\Ð\îC\Ð\îs«Ñž\âô‡\Ã/´×¥ý¥Fÿt¼Bû‚\æ¢ÿ\Ö\ßCû!S´T\ÚoÖöG\Í@û3¦£ýù\è\0RŠ­O0¤\Z\Å\Ð\á–cX{†ý‹Àðò_~?\r#\Ê]0\â\æ;Œ¬v\ÄDðyLlž„‰}\Â0ñ²lLb`‡I\â\Îb²•w1Ù†û˜\ì€Q\ÌyŒqS\Z¯Ä¸32Œ/?©jžbª\ßN˜zô-L}\ÄS·…aš®S˜\æO¦5\ì¦­\ç‚i\çb\ÚU‹0\í\ë	˜\ÎSslˆn¦{ Óƒ0½\Õ?1½¼W˜\Þ\×I˜ÁÁH\Ì\à\ÈSlhB\"6,~\r6\ì[fZŒ\r÷/À†_˜‹°*\ÆFûƒü[O\æ°\Ñ5¡\Ø\è/©˜©\Ö Ì´&c²³/k¾{\à663\Z[þgò\×TYÀ,\Ãõ1\Ë\Úl¼\ÉLl|­-6a¤	f3\î/f3\ëfË¿\Âl\í1Û¨ÿòô\å\Ø\Ä\á¾\Ø$ö6©ô6i ³\×Y‰MY€M)ù9™aŽmŽ\Ø\Ôa7°©¡C°iŒ6\í†;\æ’2sùHa®?‚±ªÁØŒ#§±Y5 \æ&ÁÜ¨c\Ø\ì¸nÌsÁ\æôgbs\å+±¹†ý\Ø\ÜßžØ¼\Ò7Ø¼o?°ù6ÿq)¶\0¾…-h\×\Å<\Æ÷as\Û1\Ï\Å=˜\ç\Þ˜gÁR\Ìó¹\æù\Ö[¸S…y±±Åƒa‹—žÁ¼\Ó°%?\ß`>ŽK°eƒ\Þa\Ë&]Àü—b+z³°€!ñ\Èû‹­tÞ­|5|q|{[5e4ò”ý:„\Ë\\±\àg$Bta!\Þ±ò\×X¨‡…¾LÀÂª\î`\ágŒ°ˆá³±ûuØº‡±uñØ†Ç½Ø†g±\r_œ±\È]\ÆXôˆ\ÃXô\ÉõXtq>¶‰Ü„mª…m€mN8m>t\ÛüÁÛ²\Û‹=šŽ\ÅþõÇ¶f\Í\Ç\âôZ°¸I\rX¼xÿp=–ýK¨þŒm—\ça\ÛUú\Øö*¶½\é–x;K\ìý€%Ý·\Ãv¦ŸÅ’\ÃYlš‹\í”b»£plÏ”5Øž§\ÅØ¾Ÿ°\ÔIk±\ÔLK=iƒ¥ö.À\'`\é\ÃÃ°ô\Ø\ÑXú\Í\ì\à\ï4,3x\rvh÷\ì°\îì°?–eúËºn‹e\êb\Ùi4–cÜƒ¹ñ;\ÊNÁŽ-\ËÂŽ½:„\å¦c¹—œ±<t–\'Žå©¶byw\r°|h!v\â»;	þÀN\îŠ„?\Â\nDc§-ÀŠt\ß`E®qX\Ñu.\ê&±3º\éØ™\àu\Ø\Ù\å,V¬JÇŠ›°\â-!XÉ¡©XI\Ïe\ì\\ÿF¬tü9¬\Ô\Ú+®\ÂJ\Ýi¬´ê¿¼%»ðDŒ•u\Â\Ê!%Vþ\Û»ˆÁ*n\Ã*úý°KZýØ¥o[±\ËzºØ•/Xe\Ôn¬\ê;…]µf°«?n`\ÕmO°k\'7b\×\rc×—ºb\×o.Á®·\r\Åjb°š={±š¼\Ø\r·U\Ø\r¯cØ;Ø\æùX-7\r«}ÿ»™»µ\Í	»]=»\Û…\Õ!û°:\ËZ\ì\Þò\Øý%\Ø\ÃÑµX\Ã\Ð9Xƒ%„5B_±\'…]Xs”%öltö,<k¹V…µü2\ÇZù•X«3†µú™b­»¦c/Wb//Ea¯\ß-\Ç\Þ0[±·7±w§°÷\Èg\ì}o\ÖÁ\Â>¹\ìÄ¾*\Å\Ø÷¡õX\×ôj¬+{2\Ö]õ¸,\Â~G±\ëÒ°QY\Ø/,ûµ\\‚ýŠøývZ‡ý±\à±?N…\Ø\ß\Õ#±¿\ïH¬o\ÏB¬¯½û÷\æ,\Ö\ßÜ‡;q ª‡Žþ§\Ð\0G<\Üq\\¿\'M\'\ã¢÷qñ	\\rk.\å÷\àÒŸSq\Êö®hj\ÂY­hœ\ÝÓŠs•›qu\ÐF\\(Ý‚kt\×\á\Zc®mŠkß¶Á5\â:¶\à:óýp\rJ|°›>d´5>d\Å[\\·R…\ëöø\ázÛ¾\áz{špý­6¸~\å]\Ü\àòi\Ü\à\ÉB|˜ô>\Ì\ÊV­\ÂGtÅ\å¸q~nüõnrt=>*\å<>\êD%>ú\îM\ÜôòO\Üt`\â]„\é8Œ›Õ¼\ÆÍ‡|À\Ím\Ü\Ü\ã,n\Þmˆ[ õøØ„p|l\ê;|z\n·<®À­ŽOÅ­n˜\ã\ãu‡\à\ã—=À\Çw8\áv¯\Â\'TŸ\Çmln\ã6¶z¸\Í\Î[¸M-nó­	·\à]7\ãvƒzp»wñ\Éý¶ø”`k|JúO\ÜÁ?w[‰;MÁ½\áŽ;Mq\Ç#\røÔ˜d|jZ\î\ÔÝ…O³º;ÿ\Æ]¸¸KŸ>\Ý0ŸnºŸ™\îƒ\Ï\Ì0\Åg®\Ãg¡Eø¬\0O|Vw%>;ø\Z>û¨7\în·Ÿ·\ì,>ÿ¢5¾À>_°e/\îñ\é\îy¶÷¬[Š/´Ø/|¶\n_\äq÷zŠ{u\à^\Z\Ü\Û0÷vÆ½/V\á>ÇƒqŸOÁ¸\ï²KøR§6|\éû»ø2\í\åøò\Êø\n»)øŠžSøŠŸkpÿ\'^øÊ\ßx >_µ%_õ5zö	¾iŠ¯^p_½p4:Œ‡}_†‡¯\×\ÂÃ£\à\áOjñˆ{3ñˆOðu’‹ø:u:¾a\Õy|\Ã\Æ	x\äüuxd\Ü<òxYa‰G\å\Ã7\ZNÁ7Þ¿Gs\×ñ\è?1ø&ÿ5xŒ\Þg<&­y±\ZiŸ‹oþ\ß|ÿ¾ee4¾\å\í6|\Ë\çqx\ìj|«¼\ßzi(¾m	\Ç\Ù\ï\Æ^\ÅŽ4\á\Û\át<³\Âýa<ñÀ6|G\ÎG<\é¾5¾s\Ë|g[%¾³\Ã\ß\Ù;OöuÁ“W\ä\â»2\ß\á»:¶\â»2øh¾\ç\Å5|/‘Šï»¢\ï?óO	\î\ÃSÒ\â©Z\ÇðTO-üÀž“xz\Î&ü ~~0x%ž1EŒg,‹\Æ3\Êÿ\â™	ûð\Ì\ÔOxfC<~È\Ä-Xˆd‹\Þÿ\ÏjOÀ³/¯Åx\ïÅ\\{„y4\ÏEÿ\à¹5žÛž‡Ÿ óñ“Ê‡øÉ 9ø\ÉT/?/ˆZƒ\\?ôŸÀ\Ë\çà§­\Ç\ã§wO\ÂO\×i\á§\ß\ÞÀOwüÆ‹Ø»xQ„Ÿ]n\Ëôñb\Ë\"¼x\ïm¼ƒ—´†\á¥a_ñ\Ò\Ïeøy™?~¾\Ì?\å	~þ\Í+¼|\"ƒ_\Ì†_vÿƒ_ö	Æ¯,}…Wj\ÝÀ«‚V\âU%3ð«³xü\êñ“xõª>¼:ÿ~\Í\ë=~m\Å0ü\Úycüú\Ð[øõ\Ðjüú\Õ\\¼…\×8\â51µø9,~SÓ‰ßœ¯\Æo˜à·¿X\àw5;ñ»Cþs¿»\Ã\ë Cx\Ýpküž»!~\ï\ëoüÁüPü¡,8\é þðû8¼Š\Âe.x£*o\áû´ð¦µ¾x\Óf¼i\ÞT’Š7Ýš‚7õ1ø\ã,þX‡?±?™Ø…·\Ì:„·l·7\Ã[\î\ÎÁŸ/qÁ_„\á­ñ—¶x›\Çu¼-ˆ\Ç\ÛN\0ø\ëq\Ïð×±£ð·q)ø\Ût[W\Â\à\ïž.\Æß—<\Ã\ß÷\Ç?<\Â;|ðŽYø§m“ñ\Ïz/ñÏ¶3ñ\ÏgSð/Mð¯g7\á_{,ño\Óûñoµñ\ïk\Ö\á]•\Z¼û\Ô.¼gw6þÃªÿq\Ïÿ\ÑfŠ÷®k\Ã{7xoúaü\'i‹ÿŠ–\ã¿\Þ\×\à¿]\Å¾‚ÿ>ÕŠÿ~Ñ…ÿ\Ñ\æñ?&[ð¿²øß«x_’ÿ\Ç;\áÿ*@¼³1\Þ_ƒ ¦ø€÷r|\à\ËA´_G€ó0Õ„\0K)zw”@\Ô?\ÄÀŽ@v\Èª¨\í0\ãö˜\ÅN?\ÐBšh‚04\'\Ä-0!™óô$d)úUr˜ w$\Ê&;‚Cl\åg‚½7…\àp]‚¼\à|	>b/Á—ö*^‹Pe²„0\ï0¡y}™\Ð\ZšCh%7Úƒf\ÚŸ\Ú_wƒ¡\Û\Ä`b\"1x\ëbˆh11DaC\è…}%ôö\ZD,aP3”Z²„VSE\î	\"†Ž †\ï;NŒx¬KŒ$\Ç#i[b\äH#\Â\è\ÑC\Âx\ÞU\ÂDvŽ01\ë!F\ÏF‰Ñ«>£\ã„i\ÔHbŒ\ÕEbLT\'a\æ\ïDXœ{NX|\ßNŒ‹~BŒ\Û÷‰\×õ°\ä|Kƒ/„¥y\"a9O—°|’OX~]IXö|$¬’‰ñ–«‰	­«	\ë\á\×	•/1±\åaýš°\ëA\Ø})%\ìõ´	ûýÎ„ý½nbÊƒ/Ä”v„C¯%\á\èŸIL\ÅwS‡\ÄSW¶N6§§–#„Ó·QÄ´™	g­ë„³½+\á\\H¸\'\\FU.%,\áú\î1#p=1h&fžšE\Ì\"ˆY\'r	7·I„Û³\å„Û›\Â\ÝÉ€pv\"Ü%\î	Äœ\Ùóˆ¹\ãpb\îŽ˜\ÇTó[\Çšµ	\Ë6\ÂS/˜ðt]Nx–\Ì$¥‰¯ñ\×/\×c„—¯ŠX<=šXbA,~¸šð‘J,™®$|˜W„\Ï|†ðó™X*®#–f\Ì –\æ†K\Ï\ÆK\ï\ß\"üt\ëˆ\Î;	ƒ\" )šX9d\Z¸.“l¼H\Ók‰5Ã¯k¢Ìˆ5\Ïˆ	\éD\èR#\"\Ì\êö$‘ûfO„\ç\Ü \ÖR\Ä:v±žXKlð\\DD…WQ?kˆE-Ä¦ð@bAl±>Nl¹2›ˆ]1ŸˆÝ¿Ž\ØZt“Ø¶Ãœˆ»N\Ä=o&\â†\Û\å×‰\Ä\Ð\ÓD\â\åED’d5‘4Ì„H:<•Ø…ž&v‹F»#²‰Ý\êˆ=6‹ˆ=µ‰½ÿôþSL\ì\'Üˆý+Ü‰ý\ÇÚ‰ý)=DŠc‘ú6“8³‚8pú-q\àL‘f´ˆH›\áD¤½F¤ö#\Ò\ç\éµ\ïˆô\æyDzûa\â\àÕ\Ä!Àœ8dHr¯\'²`k\"«4‰\Èi¤ˆ#“e\Ä\Ñˆ£¯“‰Ü¡—‰\Ü\'ˆ\ãZ÷ˆ¼›“ˆ¼o\áD¾f€\Ès‡\È_<•8©\ßDdcD\á¤û\Ä\é¨#DÑ´\ÕD‘‡œ(\n<Ou‡gÀAD\ÉK”(u\\B”\î¸O”þ7[\çO¿\'.”ü&.\ÔÚe\Ú\ÝD\Ù÷¢¬WJ”\ãˆr\'¢ü˜(?·‚¸è¾’¸X§M\\|ò•¨¨®\'.¿!ˆ*‰)Qµ\ëQuh(Q½»Ÿ¸¶d€¸`F\ÔW7\Ø\\\â\Æp	Q{Ù‹¸9}q\Ë&“¸ekEÜºB\Ü>¸…¸ýBM\ÜgN\ÜY‘OÜ‰xCÜ©_A\Ü\é\ßM\ÜcN÷\'÷Mkˆû\Þ)\Äý}\æ\Äý\ãwˆr)ñ`\Ã\n\âÁ—â¡-ñ°oQ·ˆ¨\ß7‹¨oL&\ZøDC\Ó\"\âQ²;\ÑøÔšh|YL<Y‘A<\é»I<\Ý %ž\í!š-ÌˆgCY\â\Ù9k¢e\Ùq¢%-xA\ê­¯@\â\åö$\âü–xxŽx\Ûy–ø°¾‹øðÀ‡ø\è\ÖO|\\F\ÖD§¬\èÔ½Et.J|\Ö6#>¦ŸÓ´‰o\Êi\Ä7õl¢KGt­¯\'º|ˆžÓ‰ž\ãw‰ž\Ñ3DüH\Ú@ô\Æ\ë½·½op\â·Gñ»¦›ø“ý™øÓ«Eô\é{}?~ýÓŸý®S‰µ>1\ÐpŸx.%Á/H˜õ a£h.V“\È\ÐZ© 1q‰¹\Í#qµ‰/\ÞAGW“\Ä\Ós$	\ä\æ9¤8Á„”ú6’rÿS$µÖ¤¾= B8I?\ï#\Å3’™?…d\Z\ãHvh)É¾B²\Ýy$ç°ž\äX“\\i3©:ð‡T—¼!±)<\ÜOj–=!5N’Zò$R\Ëõ\r©5\ï9„ZI\ê\Z’¤Þ‰•¤¾$Ž\Ô/Š%õŸ®\"\rRQ\Ò Ýš4ø+\'‡-üA«¥HC>š4\ÔúO‘‚¾}\Z9b\Îr\Ä\ÑNrd\Þ0r\ä!¤‘«i\äöŸŸI\ã\Õi|c:i|k7iÂž\"MœF‘&±\ÏH³2\'\Ò<siÁÖ‘c\'_%Ç¥+I\ËÑ£H+\ÓXr¼d9^JŽ\ÙK\ÚlYO\Ú6&m§½ mgú‘¶oH»5\É\ÉD9\ÙUM:\ìyI:\Ü\Ò%1\Òq;HNõYDN%§žùMN³øFNË¯#wÎ©^¤\ÙKN€I×³\Û\ÉW\ÊI·­‹Hwÿc¤{S\éþ½“œ#i&\çLyD\Î)NÎ­a\Éy²\ä<\í\ä‚g†¤\ç4Ò³\ê¹ðd¹°Ä…\\d\ëD.*\'½¢<H¯ä³¤×¡¤\×û\ç¤\×\ç}\äbß¿¤·\×\Òg\äZ\ÒW“Nú\Ê!}°¤\ï\Çc\äÒµÉ¥	{È¥?-\ÈeeKI?Äƒ\\fN.\Ð@®\ÑC®¸N®hM\'ý]\êÉ€‹É•Oƒ\ÈÀ¶…\äª:r\Õ\ï¯äª¿\Ã\È`\Ï?\äj#sr\r\ÓB†Œ\r C\"2\ä\Èw2¬Êœ‡¶’á§‹\É§2\"4Œ(|L®\Ý/%\×>ô&×•©\Èu³\Èõ›GLf’>O##GF‘n¶dd/FF\ÑS\É(\ÏK\ä\Æu\ëÈ1\Ï\Éh\Å2:y4¹	­#7\ÚJnò\ÞOn*~FnºlDÆ¬LÆ´-\'7;DnNYOÆ™\Ý\"\Öm$J«\ÈÄ±d\âÇŸ\äŽ5óÉ¤_dR¿7¹3$“\Õ\Îdòždr×¶Nr7ñ\Ü\í#&÷É³\Éý÷B\È›d\êõ\Í\ä-òÀÎ•d\Ú=rð›™9ÿ)™¥\ß@f™U“Y•\ÙdV+™½n\'™Sµ…<²RF…’\Èc/=\É\\„\Ì\r¸K\æ^}H\æþ»E\ßõ‡\Ìk:O\æË´\ÈN\nòd+Y°$Rk\È\Â\ï#\ÉÓ¼-yúD\ZY¤¨ ‹†~&\Ï<!‹-F’\ç`#òœµynZ\"y®Yª\åC^ðM!/„m\'\Ë&\'Ë¶=\'\Ëúl\Èò‘\Ç\Ér¯J²<|-Y~\ë=y1MNV¬¦\ÉKZ:ä¥©/\ÉJ·Gd•=yµ`yµûY=\í5Y\âIV\ço!¯\Ó:\äõ\"%yý\ÚX²f¦+YS\êJÖºe’7N7\Ãk\É[„š¼\ÓM\Ö\é<$\ï\Í{K>pJ\'\\t Š\Å\äCcò\áòaiùð\ëU²Á{1\Ù8MŸl\Ê-&›n‘M\í\×\É\Ç.\Å\ä\ãK\È\Ço{\È\'kÞ“O=¼\ÉfY*\ÙlžO6O\Í ›Wo!›“z\Èg†³\ÈgþŸ\Ég_EdËŸ·\äóR;òùó\äó\ß6d«‡5\Ù\ê÷”|S½…|ó=—|;¨ƒ|öœ|[’\ïný!\Û¯\'Û¯Æ\ïóµ\È\ìkò\Ã5=ò\ã\Ì²Ã²Žü”0œü”QD~6?D~\î\ÚN~9ú€üRJ~[‚\ßò\æ’]\ÈF²»x\Ù]\æMv?u&{r\â\É^Âü…h\È_\êJòW=@þ¾\ÙDþb\È?-É¿V{È¾É¿\É~\å²ÿò(²¿\ê’Âˆ€\Ú=\"p\ÉU\ÜR.‚¿d‹m\"TvPDL²‘>\"²ÿ–Hlc.\Ïz+{­‰k(‘|ý8‘¼\ÇQ¤X½F¤xKŠhŸ\"fZ…ˆõu±¯oD‰øˆ‹\"õ´ñ\"\Í\Âf‘\Î\î×¢!;4¢!BDº\ÊH‘Þ_\"½g\Å\"½·Ž¢aŸ\rE\ÃG&ˆF:o;œŸ™/2~\á/\Z\Ý÷A4vm”hÜ°Ñ¢qwA\ÑxH\"\Z?\\#²6ø!²<Ed\',\Ù\ÎM\Ö\ÜM.s9¢‰\"GŸ¹\"Ç–]¢©óÑ´3¯E\Î‹D.\Ø\Ñôª¢ù\ËD3\ÞD‹fžˆ\Í.¼#ro=&š“›,š;shÞ Ÿ¢yCÏˆ\ær¢yg\îŠ<NOytõ‹Z-Š(ZT†‹¼Šgh‰¼oF‹|2)‘O•¿È§m»\È\çc—h™\â»\Èo¦©\È\Ï\ë\Èï„½h\Å\\sÑŠ¸?\"‹¢€7E+\ÝlD+?÷‰cƒEAC/‹\ÖTô‹Â¾6‹\Âo.…w­­ÿ\'Z{\ÅV´ö‰½hCPžhC\ÊÑ†*R´ñ\Ì^Ñ¦nGQL‰B´9ø˜h\ëÁ¢x\ì‰(¾\ÌB”xÿ±(	>+\Ú\éyR´³¢H´¿ðhÿ\Óõ¢ý\ß4¢”‘\ßD)!Ù¢”®±¢W\æ‰\Ò\ÊÇ‹\Òú–‹\Òsgˆ>>/\Ê0_+\Ê\È\Û-\Êx\ë&:4¯Ht(cŸ(ûBµ(»)T”#d‰ŽHmDGM\rEG“:DGó>‹r“ÿ\Ón!:¾\æ‚(\ï\ÞQþ;Ñ‰(mQ¡h±¨pòZQÑ²¢¢\ÌzQQùP\Ññ\Ñ\Ù\à	¢³k\ÒD\ÅõŸD¥\Ã÷ŠJFˆJfˆÎ‹D\ç¥ûD*kEe«V‹Ê‚Då‡µE\ågBDþ3E—\äDWfžU&é‹®nµU«­D×®ý]ûüPt\Ýn¨F–#ª©ž,ªýÆ‰n~±\Ý28.º¼Ý‰4\ÕY´ˆ\î…¢û\ç²Eõ\äQý§vQC”RôhþOQ£è®¨)\ØX\ÔT0Aô8K*z¢q5+5\'E/b\íE/®^µNX.jm¸,zy^½z—,j›\é)z3h¼\èMô\Ñ[ù\n\Ñ;\Å4QÇ–Á¢ŽD\ÔŒ‹>/[(ú¼\â©\èó\ÚBÑ—D\Ñ\×ä‘¢¯gôE\ßÿ\ë½\ï¾\ïE]\ßòD\Ý7x\Ñ¿µ¢¿(ú»ó²\èo\Æ}Q\ß&¹\èßƒ6Ñ¿®·bÀJ,F&U‰Q\Ç1š\ê(&òû\Ä\ä‡]bQ›¯X¢%K\Æ\îË¶ù‰eÙ‘b¹l‡Xžó],¯8-¦µ2\ÄôøX1\íü\\¬?ˆ™=Å¼ÿ\"±ºd¥X\ë\ÕFñ\à±ù\âÁ¯Vˆõ\ÜG‰õ\Ú\Ò\ÄJT<t\â5ñP\Ï	bC¡C<|¹£xDõ\\ñ\È\É\Ç\Ä#{x±Qõ\r±ñc±Y\ÞV±Y‰\ØjŠ£Øª³C<\áôNñ„\ÒUbkÀPl\í½Tl\â$¶üX<\Ñ/WlŸ÷J<\Å@\ç?\ÅS\Þ;ˆ§z±b§6b§\Ä\Ó\ÍOû˜.žö÷¨\Øeõlñt\Ýfñô`Øµ\ËP<kUxÖ³/b·=b·Œµb·\Ì$±ûž\í\â9þ\â¹]k\ÅóŸT‰=\ïb\Ï\â\ÅÛ—Š\ïš-^ü¾P¼ø\ÛK±÷Fkñ\ÒE“\ÅK;Ö‰—‹¦ŠW\Ìm¯ø¾A\ì_)\Ü\Ä•§Å+~‹WI\ÓÅ«j’\ÄÁ¥´8¸‡tDˆCg¤‹\Ã4Ž\â°Î­\âˆö\âµfq\äu‘x\ã\Õ\Û\âM…v\âM¯·‹c€qŒ®x³\Ö\\ñ\æ¾\Û\â-•\Û\ÅqjSq<tCœ\à$ˆ|\ë\Å	ûô\Ä\Û\ß\ZŠ“ˆwz4‰“K«\Å{!ñÞ–.ñÞŸ\×Å©Q¯\Äj\Åi›÷‰Ó’\ã\ÅkO‹>JgŒgi\â¬\Ë\í\âœÖŸ\â#ë§ˆw_\ç\é>\ç]\\,>’(.­ü\Ý*>e(.{G\\Ø¡Ÿ9ŽŠ\Ïnr—nÄ¥oÖ‰\ËÆ’\âò¢§\â‹CŠ/º}W*WÄ‰/{ˆ/o._\Ù\Ñ#¾R˜+®Ú” ®Š;!¾šm-®·H|ý\Æqq­«…øV\Âñ\í[CÄ·\Ûô\ÅwŽn\ß9»U|wˆ“¸Žú(~°¶Pü™%~¸cŒ¸þ\âhqƒ%\'nðw7\ÄM7|\Î7\n£Å[\ÄM\î:\â\'\Ôñ“\ì`qóþ\â–\Ò[\â\ç73\Å/ö›Š_4:Š_ô¾·\ê\í·\î£Å­\Ö\â6\ËG\â¶-®\â\×Æ‡Å¯\ë\ä\â7 •øM÷ñ;‘½¸½·ø½iµø½óxñ\Ç+ÄŸx‘ø“û)ñ\çkÅŸ¿“\â¯ý£\Å\ßdÁ\âo\Ë‹¿[]w½VŠ{–ˆ{>6‰l©ÿ\Å?:Å¿¦Xˆû&\Ó\âþAK\Äý\Æ\×\Åý»\Å«\Z$À\Ýr	˜.‹\ÇK\à\ï%xóc	±¥XB> !Z7HHi„\ÜûX\"\"~HD\å$¢[\Ó%bm=‰Œ’(§]•0A\n	{¡O¢rš(QŸs—®\á\ä ‰¦÷™d\Ð\"™d\Ð2dÐ†\'¨F‰\ÎÆ\Ýx[‰n\É6‰^¤§D\è ‰Á‰’¡‹]%C?—\Ë[\"1<m.No“Œô•ŒüsIbœ{Eb²ò‹\Ä\äƒX2êŒ£dT\çQ\Éhû\É\èd±d\Ìõ‰ù¶%‹\ë=’±Á’±»\Í$\ãG;I&´‡JlÀ^‰M„\Ä\æñl‰]À3‰}¬—dŠ¡\Äá€½\Äq\Ç\'\ÉT#B2\Õ\ÚL\â4<N\ât÷¬Ä©a–dZ \ÄY\ëªÄ¹\ì»\Ä\Åõ½dF,™ñ\ï’df\ÜnÉ¬k	·I.’¹\çwK\æ`$óúd’\ë½$~C“ýJ‰GU­d\á?\Éb“g’\Å\Ùó$‹KgH¼_6K–\ÈI–\èDI–\Ì<#Y²<X²$\Ô[\â£\Þ+ñ‰Z%Y\ÆÍø\ï!ño«‘LÏ‘ô8IV“¬\\ÿJ¨n•žÿ\'Yg+	z\Z(	zM²fe‚d\Íë½’5?%!\î\ç%a\ÆÖ’°’$I\Ø\Å{’°G%\á²IÄƒ\n\ÉZ\ç,Éº	’h|ƒd“\0I6õ“\Ä\Üx\"‰uml\å\ÞJ¶^m–lû+Iòž&\ÙiGHvú\ÛK’O\èHöx{Hö¬\Ú\"\Ù;û¦do\ê	\É\Þ\×%û\æ¸JöÇ™HR}\ÞHL–¤\ÕÍ¤ÿ}-\ÉP\ÄK2I²¦r’l™½$»·Q’“òPrtœXrt\Ùb\É\ÑôL\É\ÑWI’\\ûe’Ü½’¼Å€$\ïõi\É	}7É‰­í’‚¨S’SóHNeÞœ:üLr\æ\Ô!\ÉÙ™³$\ç>\ëI\Îõ‹%¥n»$¥>*I\é\ÉùU¹’ó¡%e+\Ã$e]†’\n–Tž—\\ú¼_R\éòHrm\Ã\Éõ^’[õo%wxS\É\Ý\ë%uò­’:\Ã5’º]’{›s%÷v~’\Üÿ¾XòÀw¤\äQñ9I\Óõ%’§vÑ’\æºÛ’g¼%\Ï#s%Ï¯·H^¾ y\áòKòb\ÍIÉ‹\Ø\ÉË£¥’—§\â%¯®\r•´Ý³´=ì”¼\Þ\é,y§I\Þï³”|0\è“|„^J>Å¬“|öWK>7œ“|þ |\Ù\ë&ùò3Hòm\ÏHÉ·ôc’\ï\æ›$\ßoŒ–tk›Jz¼T’ž;¦’3K%?‹GI~<(ù\Ým+\éû›*xzI\nÙ­BSl¤0u]ŠøšI	i¼T$K—ŠO$KeC»¤²\á®R\Å\ÊER\Æ/I\Ê^”ò\\ª”;-Õš(\ÕZuKªmûX:\"w¨tD\ï?\éÈ©“¥#\ÝÃ¤F\ÛÂ¥&`¨tôK:J’!5\ë¡tÌ†*\é˜\Ýk¤f‹‚¤f‘{¥\æ¶\ï¥\æ\Õ\ÑR‹©/¤.W¤wJÇŽŒ–ŽýI:6\ÍP:¶»UjÍ’\Ú$Ÿ–Ú´\ØImg®“\Ú6<•\Ú\äH\í\âû¤vß‚¤“F\äK\'…žÚš#V,œ\ÇJ¦ˆ¤S-B¤S[\ÇJfÜ—:e’N\Ô\Òiÿ\éô\r…\Òÿ\îJg­:*u\Óv”ºç¤³ŸŒ”ºGŒ’\Îq\Û)‡TJ88K=ýí¤ž)C¤-FH½¬Ì¥‹OóR\ïd¹Ô»¤O\ê\ã\è)õm,]v8P\ê\'¬’ú\Ü)õ›\Õ&õKû-õ«\Z®½•®0Ä¤þú\Í\ÒU\ë6KƒüZ¤Á\Ü&i°\î9ið\Ð\×\Ò\à¸\"ið{‰4DV#\r\Ñ,\r·JCu—IC#>H\Ã^n•†uœ”†ý®•F\Z}“F:\àÒ¨S¥1û^I7»I·MÉ”\Æñ\ÝÒ„\ï¤;&H“–‘&WJw‰\é.ý\í\Ò]‘\Î\Ò]\"¤ûm\çI÷?É”¦\Ø–¦\\Œ—¦Ö”J\ÓW\èK3‡Íö\é“fÕŒ–fß´‘uù =z\è¥ôøÁ§\Òw\éI]\\zò\×3i\æ*=5í¡´\èl­ôl}µ´¤\ê­ôÜº\Ñ\Òòƒ·¤cii\'½T\ä-­\ÜþTZ“&½–\î!½\Ñ\'½Þ»Kz³÷ŽôÖƒ\Ò\Ûf•\Ò;K}¤u\áqÒº\æû\Ò{p—ôÞ¥p\éýa¤N¨¤õfþ\ÒG+\"¤5Q\ÒÆº\ÕÒ¦	ù\Ò\'sNJŸôß”>½²Qú´ö©ôiý%ió\å‘\Òç–‘\Ò\çofH_zºIÛŽ¸J_[“¾ž%}kH\ßvµKß­Ì—¾’~œ \íØ½M\Úy%Búi»ZúY·Kú¹6Xúua”ô\ëÁ?\Ò\ïT©ô{\ìni\×\è_Ò®\"\éeC¥½i¥Fß•þ\É/ý›*\í!\íûýGÚ\í”öG®•»¯\ÈÀ¢/2\èJ…~<H†ú¼•¡ûe\Ø3s~AK&úI\É\Ä\à™D\\.“Œ\çeÒ€-2¹i«L~P¦øR/£Ï¥Ê˜rL\Æbd¬K¦Œu?.cÿÛ—3d\ÜOö\Éøq™2µvL½÷„L;v°lP\Þt™\Î\Í8\Ù`tlpc½L7ñ³L\ßj¯\ÌÀlŽlh°\Ì0\ÚD6¢ò“\Ì\èV¯\ÌxûM™	rG6\ê¿5£\Ç>‘öú$35\É\Ì>’™=L‘Yï•=\á#[\â,w\ÉZf‰¡²	JG™­ùp™­\ß|™}ùh\Ù\ä|©lJ÷\'™c²H6m°lºI¦\Ìu¿¿l\æ©e²™­d³*@™[ôB\Ù<¨D6y,›—\â$›?>L6¿\'E\æñF\æ9¨X\æ\éýZ¶0\èž\Ì{ñv™wò6™\Ïb‰\Ì÷H˜\Ì÷\Z óÃ¿\Éü¾É–o›+ó÷m‘ù—_–…\Ôî“…<\Åd¡\rÍ²ð¬\í²ðógd\áõdk\Å:²uK²dd‘¶?e3e;É¢É¢Oú\Ê6\Õ.’Å¬\ß/Û²u…,¶0Y\Û\î(\Ûv\Í]g,‹\'\ãe	#»e	Ë¶{x\Ëõ\Þ\ÈwN‘\íø³D–T¾K–ð]–¼\ÇR¶g\îz\Ù\Þa¿d{­\neû}\Ï\Éö\ß)‘¥’¥š.;°½Bvðœ ;X\á\";X7D–\Ñ;L–ñ\'Yv\È=U–\Åò²#9•²cV~²c{]e¹þ²\ã\Û>\Ëò\ç¨e÷\Ãe§\æ\æ\Ê\n§<–öÜ•ž&;cœ(+®\é“\ß\\ ;7\ì„\ìü„\ÙgmÙ…ø0Yù°²ò	–²K—þs£Wv©.PvÅ“”U«þÉ®…\Èjþ\ê\Èn˜•\Õz\Ëdw\î\'\Éê‚ž\È\ê\ÎZ\É\êª\âe÷„\È\î\Û\Ë\îÏ”=lœ {<§]öDy[\Ö,þ)k¶t—=KY\"k!\\e-ò]²\ç¥Ke­\Ü!\ÙK\î•ì¥±›\ìe -{óYö\Ê<B\Ööx¶\ìõSZö&\ÚQÖ¾\ã©\ìCg¡¬Cv]öIY.ûlž%ûòV.û\Ò\Ó.ûv{\ì\Ç\Ü%²\åkd½Ÿrd½}5²?E¦²¿¢û²ºoeÿ¶—\Éþ]2–õ7|“\r\Ê‰Fò¨nŸ-GúF\ÉQ\ï09N¿\ã\Ëp9~¢RN\ìû,\'~-’‹nŒ”‹\ÇE\È\Å\Æ\È%¤¯\\j\Ë\Èe\î\Û\å²öyrqGNXÈ•«\ål\Â69{\\-\çI7¹`\"\×>¯’k\×W\Ê5ú\Éuš¹N\ïxù\à\ç9r\Ý{§\äú\ë¹A­£Ü°\è­|\Ä\Í-ò‘\ä#o}–M©–só\å&¯¿\ÈG\éd\ÈM—·\ÊM·5\ÊMK¶\Ê\Íj\äf?7\É\Í\'Qò±À¹e,·J®•[•g\Ê\'x—[w¹\Ëmž\Ûý,”Où\Èˆr\Ç1˜\Üñ/*w:yL\îôq@>m\ßEù´\ë\å\Ó*ó\å\Ó¡rW\í?ò¢9r÷õk\äs\Ç\äsNF\È\çô\î—\Ï{§–/°\Z*_tY\î±òƒ\Ü\ã[™Ü£\'H\î¹b°Ü³¤H¾(E_¾(s§\ÜË¾@\îu\×Z¾—{¥\äK>‘/\Û5Zx©A|¡B|­|õ]N¾&}¢<\ä\é7y˜\Ö9y˜\Ý#y¸»§<\"\ì–|ýˆy¤n¨|£LG¾Q1J¾q\à´<:I_ \ß4wª|\ë\ätù\Ö?”|\ÛX¾­~›<n\êyy\Â\àvù\ÇHyr§§|×‚ƒò]ÿ¼\ä»7¤\É÷„›\Ê÷4˜\É÷u\ë\ÉSÞ¥\ÊS%\Õòƒ‹¶\ÈÅºË³¬Ë³o“g\ï~(\Ï>÷[žó\ï‘<\×\ÃHž›0C~<€’\ç›ù\ÈO\Â\å¦G\ä\ßM\äE›c\äE/”ò³+K\åg¿Œ”¤É‹\rS\å%­\åò\Î\Ó\äez¬¼\"/G~i¨‹üò¤xye\ëyµ\Ûiyu\Öbùµ±\Æò\Z£&ùÍ†JùÍ·ò[™\nù\íš6ùý§C\äš|\äß–\×]—?úa*onÊ›’C\åM5ògfñòg\ï_\Ê[Yù\Ëe\×\åm\Û\Þ\Ê\ßþ-·W\×\ÈÛ»Xùû;ÁòC3\ä÷Uò\Î-iòOZ¹òOË\äŸ\Þ\ê\È?}ªY>Xþõ4#ÿö4Zþ\Ý\çµüû\0 \ï\ÊÐ—÷z£òÞ§\ä?\ïýÿªø*ÿ{¡O\ÞW\Õ.\ï×.¨=Ae\Ù”J!ø\\\n‘÷PøP\n_D\á›/P\äh=Š|ô‚\"\ß\ÖQ¢÷)ñ¬Å”8`<%\Ñó¦$¿!J¦XJ\Él£)Ùµ­”\ìó9Jn6@\É\Ï\r¥(AQ\ï\Ê)\Å\êHŠŽ\ÜG\ÑQý”ò\îSŠ‘®¥Ó§»‘ \ØC»(.\éÅµ†P¼¨…R\ï\\K©û#(M\ÈbJËš ´š\Ã(±7¥£¹M\éX\ÆRC\ì¾PCŽ\\¤†<¼N\éÎ¸B\é}\ÙI\é3‹)}­`\Ê\0~Fõ£\ÚSC\ÛQ\ÃÀRjX\Ò=j\Ø/k\Ê0{65ü¼5¢b5\âQ 5’\ZG|]CMúM\Í\à(\ãK[(?5e’s–\Zeúž\Z\ÕZK~\æF1\n \Ìò%”ÙµT\Ê|\îy\Êb=H=}“\Zg¸‰\Z·b+5nS?5n\×>\Êj\reuv5\á~e³Ì–²‰¢l\î”\í³\ÔÄ‡Ÿ¨‰õ(;ó¹”]X85©óe\ïö—š2û5eLM	þC9¬YH9\äl£z\ÖSŽ©©©ñÁ”“\åÊ©¬‚r¾•E¹ø–Q.‡’)—\ã\ß)—†§\Ôt£ó\ÔôE\æ\Ôôð\ÔôW_)\×\É<\å\êaC\Íx~‘š¹Ÿ¦f-:H¹	{)7¯&\Êm§\åûžr?6Žro7¡\æ9@\Í_K\Í÷«¢\æ¦DõP¢R\ÊCœKyþ-¤\Ú]¡¼\Ö\çR^Ÿ\")Ÿ÷)_p7å»—£–n»F-+¾Eù\ÉfP~ñw©\åZ?((Š\n 9*\à\Ãnj\åüñT\à\Ðb*p\Ã<j\Õ\Ã\ZjõšrjuR\rj<›\n\Ë;K…§™P\áã©µ\îµŽO­ÿö\Úp¾Œ\Úð£›Š,\ÝKE^ZLm\Ü2œŠvN¥¢£QÑ·¨MŸþP›>o¢6w\ÛR›ûNR[&Ž ¶¸(©-þs¨8¿X*\Þtµ\Ýc9•˜XD\í\à\ë¨ZATÒ¦[T²™#•œ÷\Ú\åð‰\ÚuÊž\Úu\ë&µÛ¥…\Úý=‚\Úû{\"µ¿@DØ¸Œ:pÔ—JŸ™K¥Ï’Pé¯S\r\ÆS—¥Q#â¨ƒY\ÔÁ?MT‘Ee8Î£0¦=L:#¢²¾6P\ÙzaT¶~•ó\\J\ÙoN¹0ˆ:za•k±„:1$:q7˜:ñ;Ÿ:¹Ç*øz‘:ö‰:õc!Ux«˜:\í6‹:s\â+u\æ·@yR%\ÃÚ¨’\ÄeT)µ‚*~:¿\åUvzU®ô¤Ê\èQó?QðFªb\ës\êr­	uy\àUµ=Ÿºj1„º\Æ\Ôu¯NªFg:U³fU»$ŽºeQ·\ÞjQ·¨;Nv\Ô]\Õ^\ê\Þ?\ê\ÞRê£.õ`ö\r\ê!\ÈSõ\è\Ç ªÑ²Šjü`E5þœG5U$R\çSÓ”Ô“\êÉ\Ý\ÔSG\rõLÏ—z–^Hµ¤‰©\ç›H\êùnõBkõ\Âtõ\ÂÕžjój¦\Ú\â/Q¯\ÕÇ¨7ƒÃ¨7—qêŽõ.v	õ\Þò.õ¾¢œ\ê8\ÔJu\"AÔ§A~\Ô\çN?\êKdõ5&”úú®˜ú†É©oK©\ïùo¨.³OTW\àfª«§‚\ê\ÚMõo¡~NùAýr- ~Ï·¢þ\àº\Ô\ß\è§\Ô\ß_\ÆTŸr\Õ7*‹\ê»ð…\êÿºNôR€­\ÐÎ•\n¨h°–®RÀ\ß*YK\Ø(^:[A\ä\ÝRÈ‚\nY\ï?…Ü¨MAÝ²S(\ê\Ö+\èµwJ\×9\ne¾BYÙ `4M\n¦|¼‚ýòGÁ)ó<uCÁG\Ø+ø‹£ª²A\nuû9…0\"\\¡=¦Dº(\í\\§\Ð14T\èxV\è¾§\Ðcúz—\ä\nýA†-\Å\n\Ã\ÎoŠ\áó—*F\Ì^£±«B1âŸ›b\ä\ï\á\n£ÁM\n\ãÒ\n\ãkk&T¾\Âdp\Â$xŒ\Âd‡Ÿ\Â\Ô)J1†V+\Æ,WŒ	ñPŒy>MaFlW˜yW˜­y¡0»ž­°\Ð8(,VD+Æ¾?­7\ÆX1\Î\áœb\Üò¿\nË¹\Î\n\Ë\ÐŠñ‘Š	7:^+lM\Ô\n\Ûc/vZ“ uŠI\ç.*&}^¬°7þ¤˜r\èº\Â\á9¯˜\Z®R8ñ{Ó²\ç(¦\ÝNR8«P…\ëŠq\n\×\è8ÅŒ\îl\ÅL\Û^\Å\Ì\ÄÅ¬i!\n7SF\áöež\Âm F1[ÿ»b¶y®bvHž\Âý\çD\Å<»Šy\åŠù\ì\"…\Z®ð¸,(<ù …§©X¸:R±p\Ë0Å¢1c‹Ž†(¼$s‹“[Þ‹\êK–\ÞV,é¹¦ð­Ÿ¤X¦{_±\Ìq—bYB¨\Â\Ïd˜by\ã|\Å\nƒy\nP¢ð7\ãþ9cþµ\ËŽCuîŠ€nŠ•sŸ(\\Q¬’/T¬r~¤\Ú÷MlúB|=W±¦m¹\"\ä½T\Ú)\Âl\á·7+Â»+\Âûþ(\"þë…ˆq–Šˆ}†Šµ*Ö®;«Xû¯@±\á÷*E\Ôñ¥ŠM¼›_Š\Ø+ÉŠ\Ø\ê<E\Â\æmŠ\í»‰\Ë+‰›6)+v0;–MP\ì¬«Hö?¯Ø•ˆ)v\'J{GS\ìuýª\Ø[ˆ*RWe+R7MV¤n\ÓQ¤7¸(\Ò;}\é\ß\Æ(2|)2\Ò6(2­œ™Ž\Ç™±2Å¡Ÿ&Š\Ãqƒ‡\Å*?YfAŠ¬Iw\Ù?\ãGvKG\n\â\ÇR\ÃÇ…3Š<\Ã%Š|›4E~ô\Å\É\ÅÉ½\'»AEv¤\â\ÔbNQ8b§\âô˜ŠÓ¿\íE[ÕŠb·¢Ø‡Te\çW¤]ŠrýZEî¨¨¸’¤¸´Q\\Zí¬¸t¶Uqù}Œ\âJ\×IEe\èE2_Qu´\â\ê„ÿVý\èQTÃ‰Šjñ;Eu‰—¢ºû\âz\É\n\Å\ÍÑžŠ›\ã‡(n¿¦¸…\\T\ÜjwU\ÜNx¬¸ýý¥\â\î¼*\Å\Ý]Ku\ÆmŠ:oµ\â\Þ\Ìx\Åý ©¢\Þp³¢qˆ•¢q\äEc¥h\Ò¬hj-R<¶z®x‚*ž°õŠ§\ç*\Íæ‘Šf§pEs\ï~Å³¼EKù\Ås—\ãŠ\Ö\ÛmŸ6(^/tR¼®\Õ(Þ«x´Rñþ\é~EGL»¢sJ»\âS £\âS_¡\â\ËÅ—»]	ñŠ\î\êE\ï~\ÅO{•\â—\ëÅ¯…ºŠ_‘y_\Å_a¾\â\ï\"\Õ\î*ú\Ì!\Z˜VFÿ\Zi\Ð\è\rÍ¦\áCu4rI ‘ƒ4º¥—\Æ\ZŸ\ÑX\Ç\\\Z_/£ñ¨J\Z¿PA“gúh‘^-ŽV\Ñ\â\Ú=´Ä„ %û/Ó’\ÛiYIMOghú\ã,šÑ²¥™\ã›i\æo\Í:\04[“Gsw_\Ó*µ/­òSÑª·ÿhuH6­\Îq§…ui!>®¥…Z†\Ö\Ø\ÕÑšË¾´–I5­}ý<=\èu1­SC\Ñ:¿\çÐƒmj\éÁa¥ô[\Öu«¤õ†œ£\rZ\ëè¡ƒu\è¡A0=4¤G>t£¶¾£ö©i£œFz”m\Z]H›\\¤\Ç8\Ç\Òcº÷\ÐfÆ‹h³P/\Ú…h‹¢\0\Ú\Òø0m¹0•¶Ò¾H[\íÒ§­š:\é	E=\áÁT\Ú\Æum«½’¶µ5¢m\Ã2i\Û_½´ý(m_M\ÐS*G\ÐS±ôTj=uýz\êÙ“ô\Ô\Öy´S‘=Í¹˜ž\Ø@»Œ¼D»LF»ì© ]\îj\Ñ.\ßk\é\éo\ÏÓ®\ÜX\ÚõP\íú/Šža\ÞJ\ÏÜ§EÏ¶8H\Ï~\Ù@»\ëHh÷¡\ïh÷—h÷\×=\'@ž³n=\ç\äIzÁZ˜öð™E/¾½Œö®O/™ô—ö	Ê§}n¦—Í¼Aû¹O¢—\×<¢—?¦\éL\Ì~\Ó+\n\ã\é\0·2:0HC¯ú\"¥ƒþyÑ«\ã«\è5«Eôš´Z:£\é\Ñw\éPG5ök-\îj@‡‡E\Ñ\á\çM\èðŠ<zm\rA¯¨¡\×]MoP¹\Ðúºé¨­\rô\Æý\Û\é\è c:ú\Î}z\Ó{5£?„ŽY\èG\Ç\ì¸Ho±H¢c­7Ó±³NÑ±Q–ô\ÖÓ†t\Ü\Úñt\Ü/3:nÀšŽ¯]O\'\Ø-¤®‚ôöS:qR:8CC\'ù/–}§w,¯£“ò¿\Ð;g\×\Ð;Í¡w¦ˆ\é\ä\ÐtrV!½K\ØG\ïò:L\ï\nÖ¢w8N\ï–T\Ò)3\Ç\Ð)W³\è\Ô–t\ê\Ê\n:uGús*}\àŸ#~MN\Ô\ZDgN¡3\ï\åÒ‡¼s\èC§\é\Ã^£\é\ÃùatV¬\ÍÝ¢³	úH\Æ?ú\èi˜>\æhIk_I\ç&T\Ñy\Øq:\ï\Êú\äütÁbwº \è)]p.œ>\Õ\ÃÓ§“nÓ§k¦\ÑÅ®W\éÈ‡.‘¢KšF\Ó\çL;\és=ô9\ÏAt©];}>m8}\á\Û*ºüs]\á\r\Ðq\éô¥múŠg1}\å\Ìújœš®E\ÑÕ©»\èk=³\èZƒº\Öy}K\åM\ß2×¢oOˆ¤o_½L\ßE7\ÐuQ=ô½­\Öô½‹–ô½>¾O¤\Ðõ\Òº~b,]x†®?5”nØ¾Œ~$Ê¥™\ÕÑ\Z·Ò^“\èÇŸ\ÑO\ç=¡›7}¥›\ïÎ [†™\Ó-Þ™t\Ë\ï|º\å\ï|úE\É\0\ÝzN—n½iD·>w¤_n~A¿lJ¿2´£\Û`Oº\r\ÙC¿;”~\í\ÏÒ¯ƒý\é÷‰Iô‡ƒ“\è\Âsú\ãóññªýñY4\ÝžAwl˜Kw´\ÖÐ¾ÐËÓ…\Ç\èÎ‡&ô\'¿úSpýuu2ý5TB½GÿdLw-ú@w-í »\"f\Ñ]G\Æ\ÐÝ¿\Ý\é\Þ\â\Ýô\Ï=\Ï\è_¾\Îô\ï\åc\è>‹|úŸe%ý/Øî‡Ž\Ó»>*¡k%:dƒ[8B‰\ítS\â`¢R”sE)ÊµPŠ?nRJ‰yJ\Ù\ì{Jù(©Rþh’\Þ*©™”\ÔÎ‰J´BI\ÛLQÒ›£”LA’wO\Éõ„*ù“S”*Á\\©\Z“ªT\Í^©TEŽS\nf Rx²G)¼\ÖRj)(µGnQj÷?U~²Z9\ä\Ê$¥®\ç	¥ž\×]¥Þ•óJ}\Ó\Ê\Âe\åH\ÍK\å\È9uÊ‘¯‹•F/Ž)­Jc;{¥\É\à\å(óz\å\èã³”c´w+\Í\Ì+Í¼•\æ&?”cy¥rÜ”ñ\Êq\á€\Ò\Ê7Z9þ{ŠÒšÁ”\Ö6û•\ÖÙ‹•6±o”¶ý5Ê‰ª•Ï…)\'<W\Ú0J»ÿöµ{ì¤œ|¤A9sSN}R\éð4S\é$+œW:•V:ý;£œvl±rZ™rº5®œ>uÒµ¨L\éz~Ÿ\Òõ\ÃO\åÃ™\Ê\Ï\ß(g½2Wº\ËWº7­Q\Î	¤œ³3A9·‘r\ÞsZ\él¡\\¼gƒrñI\åâ²³Jo¯J½\\¥Ï¶©J_Ÿ7J__c¥\ïnC¥\ï‘X\å\Ò\å\Êe³”Ë¾¶+ýú\æ(—\Ã×•Ë‹F+—\ß\ÈT®µD¹rpµ2HI*ƒÛ•«\'(Wo^¯\\}\Ï_¹FºF’\ä¬ù\î£U_Q†VÊµ	2\å:Q®sØ­\\7\ÓI¹\á\í^e”\ì‡rSÀw\å¦U•›ú\ß(c\Ä)Ê˜\ë­\Ê-š<\å–ß¯”±fW”[§}Qn{F*\ã>)ã¥\Êø‘w•ñsŸ+\ã#b•	\Òm\Ê[@¹;§Ü¾‚WnOß¢L|3I™\Ä\Ç(“\'­P\îj\îR\î¦?+wJU\îKKU¦²Ê”œ…\Ê4\ÑseZùeúece—­Ì˜h©\Ì\Øl¨<4\ÆQyh}ŠòP\ëB\å\á C\Ê\ÃQz\Ê;e\Î\â\Ã\Ê#V±Ê£’1Ê£ö6Ê£eW”Ç°Je\î\"oe\î[©2/(S™ŸZ£Ì¿„(OŒÙ¤,Pö)œ•§&´+O\ÍÇ•§Ž7+÷¬Wžù1HyV¬<«=Dy\Öh¡ò¬\Ã/eñ\ÇHe‰z®²df«²Ä§ZYt]Y\Ì*\Ï½§<wy©²´\ÛLy=¥,#Ÿ*Ë¬o(/^Æ”o~SVX\è*+\Æ>Q^\ÒÛ«¼üc•òJô}\å•ø_\Ê+/.*¯t\ÝRVY¶+«\â\ì•UÙ¯”U]”Õ§ieu\Ûåµ‚\ÊO£”µ\î¤ò–ƒ§òÖ®\å­7”·\Çq\Ê\ÛÃ”·³T\Ê\Û\'Ì”w$m\Ê;¹¤òÎ›­Ê»Ë—*\ëlb”÷Vÿ\çi™ò¡ž²ñ\ërec\ßi\åS@\Ù\ÜôDùì˜‹²el›òE\ÞM\å\Ëƒ”¯Ž+”¯\Î)_½ý®l3¦|=\'Lùº\'Wùö\ä!å»ªBe{h­òýš^e‡ºR\Ù1šSv\Òû•\Å\ÕÊ¯•Ç”\ßþ\ìW~?>O\Ù5E¥\ìú®PvC®\Ê\î\Û\ÑÊž¨²wò€²÷e‚òg\Ô`\å/\ß\Ë\Ê\ß3(ß—*ÿ\ìUþK\Êg\0¬‹f\Ïa•¯¤MÁ`Û¯3Ò¥µŒ4\'‘¹\Ã\È7\Ù2qƒQ0ÉŒ\âX:£4¹ø\ßð¥0J—iŒò\ã†\Ý3ša;\ãÞ©ŒQ\ÑùŒj÷HFØ–\Éh\Â\ãÍƒßŒ–\ÇdF[]\Çhû{3\ÚÏ¾2ƒœ3:£›%/™Ág62Cœ\'1ºFžŒ®\Ù4Fo\Ç;F¯2š\Ñ{0ú	ÚŒ~\Õ)\ÆÀ¥ž–º’1t\\\ÅþþËŒ¸òñúc´ô<c\\ò˜1™r1I¸ÉŒZ\ßÂŒ^óŽ\ZÁ˜\Æ|g\Æ\Ä\îd\Æ\Ü\ËX$\ìa,Ç¼d¬.`\Æ{É˜ñ\Ë{™ñy•Œu@c³/œ±“Ÿd&ù\Ú3“B´˜I\ì˜I™·û0\Æþp,3¹5š™i1i\æ\Ì\Ô\ËÙŒÓª\0Æ©\ê\ã\Ôô“qzü™e¦•}eœÓ­\ç2G\Æ\å…;\ãš;‚™¹n3\Ëø:3;ö3\ïx!³`ötfÁ²fA\æb\Æcó(\Æ3j\ãùK\Âx[\Ìø\è1>W2_c	\ãko\Í,Ýª\Ï,m\r`–þý\Ã,[\Ù\Æ,»÷Y\Ö\ì\Ê¤²L@])³r{³J4ŒY\Õ\î\Ã)Lð\\&8¶‡	\Î?\Ë¿úÎ„L™Ï„\Õ3!±\ÞLHú.&\ä.\ÒbÉ„ù1aVQLX\ë&¬-‡	7»\ÏD|_Ï¬{\ØÄ¬kñc\Ö}[Ã¬7¸\ÃDd\"C\"™¨Õ‡™¨ŸW™C²™™UÛ™­ºLô‘*fc\Ï\ÄD11g™\Ø½\ÌÖ…9\Ì\Ö÷õÌ¶!µLœ£w0˜IHº\É$d•3	\çõ™\í\ïL˜\Ä\áL\â+]&±»IŠ‡™\Í/™]I\ë˜\Ýc†3{”Ë˜=\ïv3û\Ù3)h5“²\ã“\ÖðI®2é¡£™ƒN2A9LfóX&Kû“5\rg²noc²#F09ˆ“cR\ÉY=‚9rm	s\Ô\æ\rsôo“Kœer\ãÛ˜Ü›r\æ¸\î&\ïð\'&¯R`ò^Ocò=_0\'¶OdN2µ\ÌÉ´³\ÌÉœLA\Ês\æ”\Þ\æô¿¡L‘\Ñ¦\ÈJ\Âm\å˜3¦8sf‰#S¼O`Š/¦0Å¿2\Å¦3\çB&3\ç_ý`.\Ðû™/ü™ò}QLy\çb\æ\â¹L¶™©ø&b.Mˆg.­®a®¤\Ía®\\ž\ÎT.\Ì`*\Ë\åL\Õþ­\Ì\Õ\å4su‡/S½ú\0Sýzsµc®­<\Ë\\»?œ¹ž\Ð\Ï\\¿˜\Ï\ÔL:Á\Ô\ìz\Ì\Ü ú˜L\"sƒ\ÝÁ\Ü\ëcnº\ïdnVG37_52·\"§2·¿\ìe\î\Ì=\Ã\Ôe»0÷†,e\î}\Å\ÜOû\Ë\Üÿy˜y\ÖÁ<|-g\êõ/0õ‘Lý»³L\Ã’iü9iÂ’™¦_û˜\ÇC\â™\'\Õ3™§\'Š™æ£Ì³\ÛO™g¿¾0-†\Ìóµ•Ì‹‹+™—K—3/Sº˜6¡…y}?‹y«<Â¼ýrŒy§qa\Ú\ÛÍ˜÷sL˜÷\r¹Ì‡¥·™‡2™\çM™\\˜Ž½û™Žg™ŽwFL\ç|óy\Ç\0ó%A—ùrÈù’K1_Sq\æk)\Î|c1ß·c¾¿\ÈgºÌ®0]•¦û\Êôì¥™ž\Ó\Óócóý\ç.ó«ð<ó»ñ ó7©šù{ß™ù\Ö\ÆükF™\ÅCf ¢›hñbÁ»2ò9\ÉB90]>\ËB¿\ÃX¸\ê(ÿ~\Ç\"¿–°¨\ãh‹9ÁbOo³¸{<K ½,\ë³\Ä2/V4\î+9 g¥~\ÇXù/9K\éG²Š†×¬\â\ï2–6\îfi“,½~«´R³\Ê\r\ËX\å‘4–9|…e¾¯b¹mY•I#«š=ŽU\rØ°j£PVýq+HpVK\Åj\Ù÷°ƒŒX¡8«“|’\Õ\é4a{¦²ƒ?g±C\Üe\ìúZVWs•\Õ5ñcusQV·\à«7ÌœÕ·S±ú®z¬A\ÌXÖ ¸š5\èx\Å\ZZ\ße‡º\ìp¥;œ‹c‡_ÅŽ O±#,\Ý\Ùìˆ»\æ\ìH³«\ìÈ´\Å\ì¨a\ÙQ7²c\Ú\'³fº\å¬YGk>\"€5-°\æ6Ys‡}¬eÍŽ5yÁŽ5£\Øq\Ùq//°V#C\ØñÓ¤¬µ\Å\Ö\Úk=k}y%k£\çÀÚ˜f±6yZ\ìD\ÏÖŽ\ÃNZ±“¶\Þe\'5d\'õ}d\í\éu\ì”\á(\ëà½Ÿu‚Ö³No&³\Î\Õ_X\çsX—\Ð\ìôó~\ìD`\ÝN=a\Ý\Î4³³\Ý`ç¬Ÿ\Å\Îi\Æ\Ùy+Æ²\nBX\ì¢c·X/óÅ¬\×Rž]\ì\à\Å.ö\Ê`½§\ç³\Þ\'×³K†\á\ì’ÿj¿\ä›ÀújOe}GT²¾sK\Øel1»\ì»7\ëwCÍ®´øÎ®œg\Ä%¦²ÁÓ­\Ù\Õ\Û\r\Ø\Õ\çz\Ù\Õõ%\ì\Z°–]“¤bC´k\Ø\r\ÛÆ†¾Î†i=a\ÃFú³a£«\Øp“R6B±kÛ¿°\ë¾G±‘²f6²B\Ãn´\Ïa£mý\ÙhO6:d;“š\Ånn©c·xx±[Û¾²q\È6\îÀs6.o-› µˆM\ÒMg“.`“šlÙ\Ø-vgúR6yR»\Ë{2»\ë\ÂvÏšC\ìþ\íi\ìþ\êk\ìþ\ÚB6uÁ^6u\×&ö@\ë$6m\Ãy6\ír*›qQ\Ãfü\ÚÁfB\ß\Ù\ìöCl\Î\Ì\ílN†9›\Ó\ë\Ëqƒ=:a9{t\îiöhJ>{ôM{li {l\Å;6\×d){<þ›7^ÄžÐ°cF²^\Þla\Õhö´Y\Z{:`\Ï\0/Ù³«²g¿j³ÅŽ\Ø\â?Ù’‚ZöÜ–\Å\ì¹b[öÜ£\Ó\ìù•3\ÙH[žÀ–ßd/gT²•ðr¶r\Èy¶ªY`¯j¯d¯]\èd¯ýöa¯O¹\ÃÞG³7\ÜöFH={ó\ìjö\æ€½£\ÎÖ‰—±uVW\ÙûT{k{ÿT%ûÀ\à2ûÀÜ…}°öû0<Œ­\ïia¹š±¢|\ØGñ\ÙGÍŸ\ÙÇšŸ\ì\ã·Á\ì“A9lsJ\Û\\¹‚}6¯}¶Ðƒm¹SÌ¶<7dŸLbŸ/¸Ç¾\Ü7†}yr<ûJ5}µË‚}mnÃ¾\Þõ}óÉˆ}k\ïÎ¾›2mosf\ÛŠ\Ù÷·~²=0¶\Ãr/\Ûy\á+û	˜\Ï~ª˜\Ì~Þ»€ýRZ\Ã~\ÕhØ¯\î9\ì\×$ö;|ˆý\îü‚ý>a»ºÇ²\Ý\åyl¥6\Û\ãQ\Îþ˜š\ÉþÌŸ\Æþš]Àþ¶\Z\Ìþ‰`ÿ\Ú{²}6°k\âþ“\Îþ}ôý\ÛdÁö\é²}\Ñqlÿüj¶¿\à,\Û_\Û\Í(-Ø;û9À\ëlÍ¹$­\ëæ ¦\\X\Ä!\Æw9d<À¡{\í8\ì\ìsŽ2‚#¦šp\ä\Í/œxµ)\')7\ã¤ê©œôd\Z\'\Ó\äq2\çŽ–0œrP§üj\Ï)ûpŒ\Ë3Ž\É;\Ï1Mg9VgÇ¾±\â8óŽ÷\Ý\Êñq|]§Rpªº5œ\êa6§n\Å	\Ç9¡e\Z§Y£\à4—pN{g7(½ˆt\ï0§c\×\Ì\r\î\Ê\átc\ê9½3œþ”—œAóT\Î\àK7ôðnØ‘\ÜðP?nx£7b˜=7\Âd,7\Ò$‰y©Y«ÍlXÁMåŒ»—q&\Ñ¹QÁß¸Qm‰\Ü\è]nôƒnô£·\Ü\è×³8S°›3\r.\ä\Æ4¯\å\Ì/\á\Æ¨¸qm½œ\å°Cœ¥ùB\Î\ÒÑˆ³\Ü\ÂYý9ÇO)\äÆ§÷qZ-8\ë¡œM\Ä!\Î\æ`$gû\ä7±\å.g·¥„›ôtgoQ\ÊM\Ù\ÂMöl\ã&_­\åžâ¦žà¦–ösS+h\Î\É%‹s\ÚR\ÇMSdr\ÓÁœó,_\Îùñ\Î\Åò87˜\Ì\Íx\É\Íxtœ›õ\ç7\×`	7w\ÜDn\î9[n\Þn^ò1n¾L\à,º\Ã-¨Vq¡ÉœG\ç.\ÎS&\å<\á&*¹…ÿVs‹fq\ÞcnrK<\â9Ÿ£Íœ\Ï[Šóu9\ß\Ý0\çûÐ›[\Z,p\Ën\Ùr~z\ÜòC¸\å?,8.€óŸ8‰P\'r+>q«,¹À}¹À\Ï2n•ù&.XtŽ‘\àB&\Çq¡›‹¹Ð´R.´±[\ç-\ãÖ£\ç¹õ¹?¸\È	O¸¨hn“wc\áÁ\ÅL\Ô\ãb~­\à¶üš\ÈÅ¶¶q[·¿\à¶þ«\ã\â¢Ã¸ø¿û¸r,—\ï\Ï%\Þ]\Æ%U\ã’u\Æq»T¸=N™Üž;K¸½\Órû’\çsûþ\Ý\ãö\'\æö_\ßÊ¥\è{q)¹¥—¸4>…K«Ë¥\Ó7¹ô\Ø\Å\ÜÁ§w\ÈN\Ée‰C¸\ì?<—37Œ;\á\Ì\í(\çŽ\é+¹c=\Üñª[\\õ…Ë»\Ó\É\å\Ï^\Ë\å\Ï\å¸ü]\ç¹û¶p\'\Îm\àNÃ¼ZÁ\ì¶\ã\nº¸\Â>[\îôiW\ÔaÏvsgŽ¿\áÎŽ ¹\âY¹\â¨\Å\\‰[WR±ž;\ç Ã\ë>Ê•‚‡¹R\è5W\ê9Ž+\Ýù€+½\ëÌ•\r+\áÊ¦[re¯s\å~·¹‹ó~pHWA\çs—fusWor•[ª¹Ê¯k¸ª\Ä\Ü\ÕÁ¹«\ÇÚ¸ë“¹š²Ü‡4W;6š»Y{„»“\í\Â\ÝUqw\ÍNquh&wO\Í\Ý3b¹{“¯r÷l\à´\n\ÜÃ‘½\Ü\Ã9g¸‡QW_ð”kx´‘{tº•k\\þžkxÁ=+_\É=»\ZÃµ,\àž3b\î\Åù2®µg?÷\Ò\ä\Z÷2\á6\×vÚ˜k»YÌµ¿\å>À\'¸ci\î\ãl\×1]‡\ë´\í\å:\Ýp®\ÓÝŸû¹Šû´u5÷™ü\Å}\Étç¾–\Î\ã¾\'vp]–“¹®C\×Õ¹—\ëÖª\ãº+¹žg¿¸\Þ7<÷ó€ˆû™‰p&¹q÷›r\ß8s}ó\çp}‰¯¸Ú„\Ø°¯\ãó!<\èZ\ÏCR–‡.L\å¡Gz<\ÔQ\Ä\Ãw	5\äQ‰	öoç±§n<©ó˜\'G\Ý\æIû\"^4¤‰m²\àE{ôx\ÑÃ¿¼„\Ê\æ%\ëNñR\ï^šS\ÌK”óTFO•ò\nx4¯ˆL\äûûxEIO\ïl\à•sy\î\Ãmž·\í\ç\Õñ›yõ\ág¼ðl=¯µk¯U\'\â™\Ï\Ê_\Å\ë\Öó:søÁ©?ùÁ7óù!G¶ò\ÃNšó†S~ó†§µx\Ã2~ø\Ú_ü—L~Äž ~\ä…{¼ñr„7I+\âM:\ãøQFóùÑ±¶¼\é\á\Þ4\çoZ“Î›>\ØÄ™¸„ŸÀ©®\áÍ”¶¼ùS\Þü\Ûp\Þbzo\ák\Ì[\ìi\à-uŸð–W\ÎñV\ê8\Þjl\"oõ\á	?þf??¾-ŸPn\Ï[·o\ämjLyÛ ¼\íšw¼\í)Ÿ=›Ÿ¸%Ÿ·›ó†·Ïž\ÅO\ÏO™Y\ÂO)º\Ë;\ä\×ðŽ§\Òø©3ªù©½søiŽ)¼ó–H\Þe\ì-\Þeœ\ïñŠŸ\î\ÖÃ»š—ð3D‹ùy¥üŒ§Cù™c\Öñ³ˆj~\Ö~V/Â»¹Ž\à\Ý2\êù\Ùó\î»øy-nü|¯\Íüü\ÚKü‚\ï\×ø…÷£ø…\Ïñ^[Cù\Å\'Gó‹+\'ó\ÞNü’\éžü’wJ\Þ\Ï÷ \ï?Ê„÷Ÿ¦\Í”\à~[ð\Ö#øU—\Ëø`¹¿:`¿\æk8\"_Ï‡‡ð!ƒøo/ùPlz\év½‚l\á\Ã\ÏL\å#bõùˆg~üZ\ì9¿î‡„_ÿ/©üÁG\ê¬\ç##ÿñQ_\nù\íþ‚\ßT^\Íoju\à7uM\æ7Gfó[v\ä·4ùð[\æò\Û~\á·\Õü\ã\ã¨,>nøA>\Î<ˆK\ä\ã\Ö\æ\ã\ãƒøøò\Í|\ä\Ìo§+ù\í\ã\ÓùD…+Ÿøþ6Ÿ\Ê\ïT%ó»B\ÓùÝ¦3ù=¶ü^ò ¿O\åS\Óÿð©-ù´‘\î|ZAŸVý?\äU\ÉgùóYe\Çù¬Ÿ\Ñ|¶\Ã>\Û\í4Ÿ³v	ŸSp•Ï©ð\çiSü1\×wü±U:ü±2>—µ\âó.\'òù·«ùü\'wøü¿øz–ü‰\Ûýü‰\ïù‚*¾`›_pm_ð8œ/h\É\åOm\ãO½œÂŸ\ê_\Â\ÖGó§\Ó.ñ§K~ðEu•|QgI\ã\Ï5ü\Ùü%ü\Ù\Îÿ\â¯	üÙ»|qý;¾$2“/)ÃŸ{_\Ê_ˆj\ä/4M\ä\ËL¦ñeG\0¾¬!›¯ˆ\Û\Ï_Š‘ðWv\ß\á¯\ìµ\â¯dŒ\à+\ÙN¾zjmþþZGÝ…\ç¯gò7¢bù[-eüm\é`þvsgxg\Âß­\å\ï\'Uò÷»óV\Î\æ.;\Ï?,\Ï×¯;\Î\×»\Î7\Ì\Ø\Â7\Ü~À7­œ\Ï?\Ö\Æø\'Ž\rüSù`þ©*“j9“o¶Há›†ó\Ï\\¿ó-³»ø\çUüóù=üû/ü‹\é\ßø\Ö9|k\ï:þ%ñ/•#ø—»3øW©\ãø6~\"\ßfË¿¦\Ïñ¯UðoRños\Ïò\ï!}þ}û;þcÿx¾=\ÈwV\Ûðmü\'^\Í–\Çð_þ<å¿¶\ËùoŒùoÿ|ø.ˆ\ïöš\ÇwG\Ëø\ÃøG_ñ½·_ò¿&zó¿<_ò¿Uyüo\ã\Ñü_Ã¿ü\ß¾\ïÁMþ\ß\Ýþ\ß\'¾\É÷kUðý\Çòý\Åóø\Õy~\àˆF\èLV*p‘½\n\Ü0DnvR»\ÝUû_\ì\ä§B\ïWa¿Î©ðÁWUø\á»*¼\ÜQEh\ÌT\Ä{\\%\Þ÷\\%\É®’\ä;«\äøo•|”½Š\n¡TŠ–*\Ú<LE{9©”£\ä*¦dŠ\åzUì§—*\Î\çºJ5¼P%0E*\áh‚J“)RiN<Si¹OUi\'ViW—©´\ïþR\éˆ©t&ýlP\rÆ½TƒµN¨†L¿ \ÒuŸ«\ÒK5S\é½ø¢Ò|¯Ò¿`¢2»¢\Zñ\Ë_e4|°\Ê\Øb³\ÊdE™jT\ÊÕ¨\ÌtÕ¨\Ö\Õh¹T5Ú‹VŽ\ÒS™^\ËWÑŽP™KRT\æmT\æÁ·T\æ‰Ýª±K.©\ÆV$«\Æ%IU–\È•eS \Êò÷|\Õø\Õø¶•µ\Í~\ÕDD¬²§p•ý¥j²\ßN¥©*‡ [•\Ã\Ñ4•£­½Ê±¶Q\åø}‹jª§\Ê\éºZ\åô\à™\Ê\é\Ï\Õ4ô°\Êy\ì9•óøC*\ç”•ó‘Y*C½ÿþö—©¦Ç…ª¦7¾WM\èV\ÍX8_5søt\Õ\ÌQ†ªÙµ·T\î\Ìj•{\îL•{\ÉB•{EžjŽqþ\êTs\Ê|UsZUs~¹ªæ¦¾Q\Í\\®š\çw^5®½jÁ•÷*;*\Ï#ŸU\ç¾R-\\ôQµ°\æ´jQ\æ?•—\ác\Õ\â\r\çU‹ÓŽ©Ÿ½©Zü\ÞC\å}!Dµd\Þr•Ï*_i¥Ê·\ÃFµ,bj\ÙV=•\ßÚµª\å#\ÒTþT•*€Tl<§Zy\ï®*ð”ƒ*°8^µª¹Y4d@¼ŠS­>w^µF\ë»*d\Ó2UHB¦*TK®\nÛ¤\n¨\Â\nT\áÁUk;W©Ö«\ãU\Æ\'¨¢¼Ç«6\rØ«b¾óª-Íœ*¶\àªj\ë/\ÕÖª<UÂ©oªÄŠfÕŽ˜4Õ®¿ª\Ý\Ì8Õ¾Ú¥ªýMcT©²ÝªKf«\Ò\Ì¨\Ò\"«ÒµóU\é«#T\Ã{TOª,ÿûªl\ê±*;\ÈW•³ó½\ê\è\åÑªcU^ª\\\ÅUn*­\Ê}xTu<¶Fu\ËVt_¤*Xf§*(¹¦:õ_Ÿºõ«\n\ç\ìPVu©\Î\ÌUm°T›ú«Š\ë\ç©JNf«J*¯ª\ÎuS•\å\0ªò’›ªò&µª¼{Ž\êbƒ›ª\Â`ªªb\ë0U\Å\ßv\Õ%+Pu)©JuY·[u\Ù4Cue\ÌÕ•=ªªê‰ª«>aª«‡\ÒT\Õþ_T\ÕªkCîª®M\\£ºž>Zu\ã\ÖYU­æ¦ª\Öo›\ê\æó\Õ\íEª{Ï‡©?Q=\Èúªª\ß§ªÏº«jX’©jð\ÇTMFIª¦ìŸªÇ‹tTOE{TÍ‰­ª–—=ª–®ª\ÖK“T­\î«^†šª^f§©^ùfª^\Å<Q½\ÚûŸO\rª6\×ª¶½\ÏToÕ™ª·ó—¨\Þ-|¥zÿ\ÑUõÁ\é†\ê\ÃÁ`U‡¾½ª\Ã\Ý[\Õ9“Tu\îfUŸL©>\ïY ú\\ò[õ¹\á”\ê\ë¿qªo\r#Tßž\ÏTu§šªº[8UO\ëLÕù‘ª‰±ª?†OUqÕŸ\ËTSõÅ«\æ~W3F©\Ï_jÀû¼\Z8`§ŸªÁ\ïfj\Èñ½\Z\ÊITCÇŽ«W#ƒ§¨qG5qA©&^T©E&jq¶F-s|«–ùŒS\Ëñ÷j¹ü¯šzW¢V\Ì\'ÕŠò›j\ÅG•šöLU+õª™þ}j–ª9\'µj¤ƒZpØ«f5©…?µv\n§d»D=¨N_=\èqzð\æ,µ~\ãjµAðBµ\áðõð%u\ê\áA:\êbCõˆ\á…\êE\ï\Õ#®\îR4\ÏU|rFmqLmtF¤6–NU\è«M\ä\ß\Õ&i\rj“WÕ£?ªMÓ–ªÇ˜P›7ŒS[\èS…?¨\Ç\éy«\Ç\îV{ûHm9a°z¼û<õ„)>jk&Em=[_m³ Qmsûª\ÚöP™z¢÷õÄ£\ç\Ôv£¿þ§[m¥¶\ËðPO\ÚõQ=ù@zJBˆzJ»§\ÚA¾K=Õ˜UOµR=õø\nµ\Ó\Äyj§mM\êic\Ú\Õ\ÎoÞ«]\Â\ã\Õ3G¾S\Ï\Üè¢ž™+U\Ï>4\\\í>ýŠ\Ú}Iz©\ç¤\ÏT\ÏQ¨ž;w±zîº³ê¹¶\ê¹3\Õóž\Ó\ê¯6¨=_4©ú.T/²÷V/\Ú+R/ºõ]\íµ\ÉT\í•Yª^\ìÚ§^|B­öv>«öÞ´E½$\É^\íó$C\í\ËTª—RW\ÔKwÚ©ý2¥jÿ“Ú¿\ã´:`x–z¥jª:P.V¯\Ê\ìS\ëZ«ƒ9ªW7„¨W¿\Ôk×«CÂ­\Õ!y.\êP­ÿ\è\ÜV‡\ç\Õk\'ŸQ¯‹4T¯»Jª\×G|Uopx ŽZ’¬Ž\ê\ÐVo\\j¦\Þ4ó¬zÓ¼¡\êMù\Zu\ì\áBul‡:ö\Ç0õVƒõÖƒÿ\Ôq­\ê¸\'[\Õñ\ÔIuü¼\ê„\å\Ù\ê\í\Z™zûV^½\ã\ÑIu’öõÎ…Uê—c\Ô\ÉCN©“\ßQ\ïþ\ï™÷8¨÷xLV\ï-U\ï;V¨N1•©S¿¨S÷žU§¾›®>b¤Nox¤>¨½UQ4R}h\Ç|õ¡òvõ\á#+\ÔY¡z\ê\ìU6\êœAú\ê\\ƒ\ê\ã=\Ë\Õy!f\ê¼\Ý\Ó\Ô\'6»©O<;¦>ùû®º 2Y}\êñKu\á\åhua‡µºð\ë*õ\éCÔ§û\Ý\Ôg¢õY¿u±c±º$\ÚS]\ÒÝ§>¯ªÏ¿©/ølT—Å°\êò–DõE¿`õÅ·\ê\nýHõ%\Õ9õ¥‹\Ñ\êË³²Õ—_¾R_\Ñ9£®,2S_­»­®~¨¯[[¨¯÷Ç«oLQßˆ[ª¾qã¶ºv£¾¹|¿úö\Â\nõc\Õw÷W¨\ï%g«\ï\Õ_W\ß­£~`€¨r\êŽ¶\ê—F¨<Q?¼¯§®\×tª$Y\ê†%¿Õ\Ö\é¨¿£\ê¦7^\ê\ÇHú±dªúq¬~¢wOý\ä§~Ê \ê§\Óç«›Ÿf©Ÿ\ß\ÕU¿¨P¿Ü½MýjoºX¯n\ë0R¿†n«\ß4j©ß¾÷V¿\Ë\èT¿«º¦n_°F\Ý~tˆúcˆú\ã› u\Ç@„º\Óó†ú“~²úÓ½{\ê/\'ª¿¬Ww9û¨»\ÌW÷h‡©{Ò¶ª8mQÿtœ¡þ¹\ÄWýk\ê^õ¯=SÔ¿\Íªÿ,\ÍPÿyûQý7WŒœ­x/Qô\çÀ\Ä2|\ê  óF	\èZBÀr;k#`\×\×	8øCÀ\Çð#\ã<oŠ€¿‘	$²L%\å\âFA²\ÉGjŠ\Ùô{‚l\Ö\'A>£TP&8\Ê\Ì\Ó»e¸À–¼\Øs\nAõ\Î_P\ß\"¨ÏŒ„¿\"Aóè¤ µ\"LÐžD\Ú\á\å\Â «RA\Ç;EB\Í†\ê†½†dŠ…!¹w½Iƒ½û…‚~\Ñ-Aÿ\ÝZÁ d¸04\æª0\ì\ãGÁ\Ð\íˆ0<A_~£GÞ€\nF–³£\Ðw‚qe¡0\êÁrÁŒ\Û-Xh¶c·¥\ncw¹c\Ûü…ñc\ê…ñþÁ\Âø3f‚õ\Ö‚¾‘0qûpa\âþRaR´ž0©+^°|{GZ°ŸµY°o;*L\Þ\ß.8\0Ÿ…©\áK\'\Ñ\\Áù²H˜®;N˜¡¿S˜5ñ°\àVýHp«	fW\Çs¼R…yV~Â¼\ÝÂ¼\ËW„\Ó<…\rº‚Ç¸\"Á“™.,ºóEð2_\'xu7K\ÈG‚\ï¿\éÂ²\Ð$ÁŸ\\/ø\ë¥	:…À\å3„À\ÂõB\à\éoÂª‡ˆ4£WºúSª\Õ‚ñ_Bp£¯°z\Òau\éaÍ…z!DˆB\áD!t\Ãh!4­A=ÿQ\ÛV-DD‰…ˆl+!¢\Önü&¬Mq6\\6\"\åBT¿F\ØpT\Ø4\á€#9&\Ä	1÷Ò…\Í\æ\Âæƒ…-\ã…-2…­\"„m©“„¸a\áB\Üü\ÓB\\\Þ8!®+CˆŸ8_ˆo/\â{DB\Â~RHH¿*lŸ•-l	‰Y\ç…ûZ…$Ç—B\Òl7ag\Èwa\ç\ß\á\Â\î?ÿ„=\ëW{\nû„\é_!e!¤ü\ÖR\r„T=!u\Ù;\á€ì’&o\Ò\Ù	gþ|#d\Ìr2¢!c\ÏR!ã·‹©\ï%d–Ë„C¡“„C\ëÓ„\Ã+:…,\ÛOBVJ‡M8	\Ù1£„#1O„cs{…\ÜQË…\Ü5Œp|\îX\áø¦Z!O“÷Ÿ!øZ!\ÍQ!?!Q\ÈOsNoN\Üb…SnW…B3s\áŒ\É\á\ì¿QÂ¹qB©ù&¡ô\Ýr\áÂ“sB™AœPö¾D¸(	.\î9\'\\¼9_¸l6K¨\\½O¨º’(\\U¯®þZ(T›˜	ÕŸ÷\×Ùµ\Âõ³2¡fr¦pjn\ÌlnDX	µ£,„\Ú\îµ\Â-þ°p\ëùr\áŽR$\ÜYr\\¸“(\ÜEd\Â]¡n\Øp\á\ÞF\\¸w\Ú]¸\ÜW¸gpÿ›\\x¸\ä¾P?¡U¨\Ì\ês?õ\åžB\ã”Bc\è\'¡±®Oh\Z¼Rx<\ÆBxj7Dxºb¹ðtO“ð,\ÛUhYøVhyn$<\ß\í*<¿\ã+¼\Ð\Û.´š\æ	/\Û\n¯8{\á•S·ð\êk¯\Ð6c®\Ðv-Vh\ë\Þ,¼ño\Þ-ÿ\"¼k ´‡B{•ð~\Ù7\áC¯\ÐY)|\Â>\nŸ\ÌÃ„\Ïö\Z\á½@ø:ó·ðM/Gø6)Bø\æµJø–2Qøv-H\è\Zó@è¾’$ô¯z\ß0B\ï\×.\ágò\á\×S‘ð\×UG\è»Y.ôý\Ý!\\™¨F}\Ó\0\ÙQ\Z v§xóOš˜kÀ\í\rdØ¯˜j\à\r¾Jƒž­× \ï^hða\Zü\ã\'\r9¨L#Ú¾Q#ñH#Mº®‘ov\ÑÈ¯5h\äOfkkó5´õ~\r]sH£TO\Õ(\Ó?k¸\Ñ75\\3¦\á>\Î\Öð÷M4ü³_\Z\ÕZ-ª\×@#üM\ÒhE«4:\Ú\ã4:/Ojt:?h?\×\×\èEFkôöN\×\èýiô5½•š¡Nr\Í0JK3l\Ì\"\á\ç1š\á¥+4Fô\Ñ\ê·\Z\ã£\íšQS\Í(\çQšQ\×M5£~ÖŒ\Ö\Zª1µ²ÐŒ	Ÿ¡³~™\Æ,\èŽ\Æ<\â½\Æ|SŽÆ¢CK3ö@fœörÍ¸K±\Z«¤§\Z«\Òyš	}C4\ÖI\ï56\r5v¸›\ÆNØ©±k\\«™2ô€fŠ\ÛÍ”­\ë4{-5S\Ã\Ú4SóM4N·s\æsu¯\Æ\å/£™.²\ÖL\Ô\Z\×ùK5®žš™Lf–\ÄR3k\Ðg›§qQ®q\ÛtT\ãö|¬f¶\í\Í\\ô‹fî¤§šùGAÍ‚ß—5\Ï\Ó4\ï¼4žÏ‚4sfhû¡ñB²4^ƒ5š\ÅV;4‹£Í’Ù´\Æy©ñMØ­ñÛ°S³¼|½fEtŒfE¼¿\Æÿ\äÿ[•&@{Ÿ&Àiµ& §C³\Òú„f¥\ã}\ÍÊ¥Ÿ5+³\ÞhV~]¤Y5óˆfÕ¼RMP* 	\îx¡Y­¿ú—y8oÇ‘­„Q÷\ÎÜ¹sg\î:wŸ»I¨¨”(J‘”B¨D‹­•6!R²f§RJö}§\r%T$K\ÈÒ‚h¡ü~|žó>\Ï<s\Þ÷œó=3\ï!]7A8\êPLð¼÷\à\å9N8‘u“\à­EðQñ%øüŒRþ¯^ü\ÛR§\ß8N]@8óP—p\æc\áÌ¯=„€¼ B@\ç,!`ö!ðm?\á\Üg=\Âù\Û\r„º½„zÎ„‹\éi„K\Üõ„KM\Â\å[.„«¿ŽB\ß\×	„PD‰~¾˜pý\ã#B„Y\0!\ÂÒ‚pÃ£–p£7Ÿ¥\çG¸\évžpóX\á–\ÂBô\å\å„\Û/\Þb–-&\Ä@9„˜\à„øö+„“GHøšIH<\áKH,p%\Ü‹w’“wf>’–€„¤¬lB2\ÖEH\Ùrò\0$¤z\ÈRk¾\Ò\ãMV\Û	ón„¬a˜5[K¸+8C¸ß»•ðÀYDxH\Ð$<t[Dx\è¥Hx´Ì›ð¨Ý˜ð8?šð¸cŽ«ªF\È-þE\Èmñ%\äC›…¬õ„¢¤ï„¢6SBñ\îvBñÙ•„—BI÷jB¥À€P~—P\ÝoK¨=ð‰Pw{1¡\î\ÕFB½E¡þ\ÌB}-ƒ\Ðp±ƒÐ¢Gh”&45|$<óô!<‹üBxq\à\áÅ£\Â\Ëÿ\ãyY:Fhnr\'´\Ü\äZ\Åi„VýaB\ë\îXBkÁ,\á•s\n\áÕ‘Ï„\×\Ö\ß	¯÷)\ÚJ„¶¹„ö”„ŽÏ„\Î%#„ÎˆM„\Î,+\Â[b¡K¤O\èJ\ÞE\è6\ÚG\è.ºJ\è>F\èY]O\è‰m!ô\ä¸>&\Ñ½›	}>K	}O	ýÇ¬	¹gŸ¸\'	ŸD\×ŸŽŸÆ•ŸþU—º­.£\Þ†v†5¦Ã¢Û„‘Ô£„‘¯u„±\ç	_‡	\ßö„\ïžE„I%?\Â$\ã	a\ÒÏ˜0\íN˜¾\Ç!\ÌÈ¯&\ÌYMø\Å\\JøNø5\Ð@ø]XOøs÷\nav‹0k\æG˜\ÝWB˜{þ\Êyþ]$\Ê\ÙG\åZ\'ˆò\î™Dùv*QÁËŒ¨< @\\¨»¸0­ˆ¸ðCQ-v\'Q=%j~k$.Ù«JÔš\Ó!.Ý•B\Ô~F&\êHŽu¢^u†Žu\Ùo‰z«ˆzy\á\Äµ‡ˆ+~>$®\Ü~•¸ò…„H\\mH\Üüˆà¾‹DHü‹¹\É\Ë\\‰d\ä‘r~\Ý\ÙJDC—©o	D:ùn<!2äœ‰Œ“£D\æ½=D\Ì\â\Z+\'±\"ö#È¹û…\È\É6!ò\ælˆüi¢@G(ž!\â‹_qm¢\ÈÇˆ(\æ\ÃD±(\Ù=E”òŽ¥Ý†DY…?\Ñ@N4N\"®\Å\r„´©D£•óD#ƒZ¢q:qÍ¯@\â:«âºš¢‰h\r\Ñ\ä\ì\'¢\é´<qý\Ín\âúRœ¸~Ü‡¸QEƒ¸q	h6\ÐC\Ü\ÞK\Ü|D@\ÜüµŸ¸ù\×;¢ù\Æõ\Ä-\ê%\Ä-E^D—Q¢\Å%¢¥\é\Ñòn4q[V&\Ñ\êh•\êA´i¶ \ÚnøL´‹0\'ÚLw\ïºE\ÜÝ¿›h\ÙNÜ³b%q“*qÏ¼\"Ñ\Ë#:\\8L\ÜwW\è¸iž\è¸\åÑ±‡Jt\Ú\êDt*‹#:›„]ž \\ý\èª~–\è&¬%ºG\Ê\Û¿‘\'xLô\à½<N½ú\rˆ^“\â±7½\Äc\í‰\Çþ-#ž´÷#z\ß\ÞHôùy‡\è{­„\èµ…\èÿ\"žªŠ%žÍ‰$žp!,8GØ±—\Ð4@T¹A\Ô\È#žS%ž[²…x^=•xþ´-ñ\Â\â\Ý\Ä\'\Ä\àü\"bð\ç)\âÅ·õ\ÄK\åc\ÄKýŠ\Ä\Ë\Ëp\âe\ê!\âU\Íib\èòlb\è%gbhô1œ“C\çŽ\Ã\í\nˆ\á·ÿ¯\ï<EŒð¾FŒt=H¼atŠUþ“x³.’»Q‰»-ž\ëAŒ\Óö%Æ™þ!\Æ9!Æ½\ÝBL\ì|A¼S\ëELº\×GL*\ØOL\ÞDL~þ?_ëˆ©n‰©\Ï‰iGž\Ó.i3Öž\'fx ÄŒ/›‰™†\ÄÌ½¹\ÄÌ£µ\Ä,£\ÍÄ»Wˆ÷ÿ\å³W¸³7<$fW¹À÷ˆ9¢E\Ä“\Õ\ÄGyˆ/ž!\æúŸüˆJ\Ö\Ä\Â7tb±š±˜~—XXC,‰%ô!b\Ém*±”cJ,\å? –\Zx\Ë\Ñ~b\Å\îNbUø&bU\Äb=x’X\Ïð!\Ösù\Äúš£Ä¦³‰\Ï\å¯ŸƒÏ‰Ï¯ü ¾ V_˜?\'¾°Q$6o|Cl>—Dl!x[­ˆ­·u‰¯]\Þ_‡\Îß¸?#¶³\ï;Uˆ_žü\Ï[\â;ÐøþN%ñý¤*±+d9±\ë\ãjbwŒ±\çŒ>±g,–ø1Ô„ø1\\@\ì½vŒ\Øû\ä=±ÿt+±?\çñ“ñ\Ó(Ÿ8\Èj!\Ù‡=6‡op‰ŸµÂˆŸ9§‰Ÿ³‚ˆ#~Ç‰£´6\âè…\ÄÑ¸Râ˜‘ˆ8®*\"~±\ì&~m³\"~{&Güþ}’8ñn%qR/q\Ò\ëqj‰\rqjN@üq\'N¿œ$þ\\nEüiK&þZuŽøG\\Bœ5&\Î:Lœ\Ë2&Îkÿõ{\çaq~=\È\í\"\n»\n¯\0Š\ëµ%‡q@©þ 4üP–¿\n¨l°T¼—ª\nŠ€ªþ_@µ\ÔXx\ÞXô‹	¨Åœ\ÔFÅšuÀ\âx@}\Ñ \Î\Ô\Íê¹¿\0\Í\å\0Í“\ç\0­¼›€NX¾A\Ðg\0+ŒƒN^\014 †]\0p-\0\ìoÀa\0L‘\à£\ë\0)( •/\Èm\0œ]PLz\Ê	!€\è{ˆg-€Ô·h\Ôs€zF ¾]\Ð|­Z\Ði\0Sc#À|0?ó\0\Ö\Öv€5\ç`n7À¼\0·\Ã\àù\0_\ïÀg\çü»%€ \ï \\ú\Z^»Ë¿\0\Âj#\0—,ðCÝ€ˆˆž£€dþ: s–dƒyÀ*ý?€\Â5À\àK	°\ZrV8\rœŒ¿\Ö\0klk€u\n:À:;À$\ÇØ¸/°1/0»µ0g®\ÌžÀ–³¯\0‹4Àr\É%`k\íf`\ÛIÀŠ›\nXñ\Ú\ë\Òf`»C°\ÃC\ì¼\Ô\ìÛ€]û§\0Ûµi€Ý­\ÇÀ\î\åÁ€ý+Ø³;p\È\Ìêœ½Ë¾{]Ù€£|°\ß\í#\à\à8\Ý\Îâƒ=õ€\Û\ÖMÀa8<ÿðÀ¾\0\'\ÒO[1\à56ówN8›>A€/\ã0\à[tð;}ð»8ýq8û¿ŸóNÀù\Ì> X\Ï~ù¸¸.\â™À¥¯Ï\Ë\à\êŸE@\È\Ó\à\Ú`f>„9L\áf½@ø‹6àºŽp}kpý»3iü\ZˆL?D–~\"gK<[\à\Æ\Ó JMˆò»\ÜôZ	\Üz\éD_KnG5\0·‹û€˜Žd Vuˆ%Ž±\Ï\"€8\Â% nj17\Ý$Á@¢$\Þñû›;\â`\à\Î\é[@\Ò\æJ ¹g9ò¼Hi\Ý¤ö\Úi“ú@º—\á»\Èxt\È<K\02\Ï\å™a@\Öm?\àžap\ïW	pŸý\È&¯²\Æ\0V,\0®”÷·9N\'€œ{!@N»ðH\Õ\Èu·ž|_\rä™Ž\0ùµa@þm `¯P˜|(ŠŠîˆ¢<	P\ì<ûµ%v€Rò# L\r”\'…\0Ur€ªý¡@ÕŸd fWPs#\0¨]C\ê®\r\é@c\ïf i\Éw ‰\Ð<¥DOÍ·O\íó§žýÀ\Ës€fÝ£@ó\Z3 E\Íh©SZƒ7­\×~¯»€v\Û\Å@‡þ5 c$xk¯¼õ\ï~€÷B ‹.tµºóÚ\î\à=ø8^ô6+\0½3q@Ÿ\\0Ð—\ëü¯‡0U` œ\0Œ\Ã\ÏŸYK5`\äq;0v+\Ëñ\0\Æ>_\Æ\íû€ñ\ïÀ¡ð\åh$ðU^ø*N¾\îi¾­¾\Ù<&\"\éÀ\Ä\ít`¢\ë\"0¹±˜¼\èL\á\ÚÀ\Ôi\à\ç\Ã?Ào\ÇoÀŸ9\à\ß\ËõÀ¼\å`þÁ;`>Ÿ\Ê\Ñ\çA¹{—Aùg@ùhGPE(.ú]	ª•Aµ7\ï@µ‘— ú]+P£\Ï\ÔTI5@\Í@*¨9\\\r.\Íp—\\\0—\0u\èÕ ó&¨·²Ô£3@½h9p…\à¸\"¡$\ì\Þ©\ÛARó4H\îöa$D|\Í@\Ô\Ñ¤%>iù‹Aºy(\È$fƒL\Ë\Ï €@6\Çd»\Ã \×k\äfæ¼Ï‹Am$(\â\îE-(¦}\Å7Aq\\6(1>J\nœ@\É\Ç)P\ÊT\0õbÁUú¸jš\Z\Zû€†“·@c\Ùu\ÐxKh\ì\è®	\ì\×=\×\êÛk_š€\ë¶û‚¦‚p}ƒ¸Áú¸q\Û7p£\ãqpch¸11´X<n5*·š?·3·žr·†\ß·Æ›VW®€\Öô[ u‰¸]hn?þ´9\Ú\î\ÒMmO:€¶9›@ûÀ.pÏ—ó ƒ tx,÷^w÷‡\éƒ”\ÇÀ\í\Zÿ#|e¾€Nº¥ S„3\è4©:MþQ\0t™Ž\Þzº&2@\×\Ü\àa\ß!ðð §«9è™™\0z--Ž­¾\n*€Ç.7\æÇ»V€\'õ+À“¹d\Ðgµ6\è³\Åô}\0úf^ýôr@¿N{ÐŸõô?ýô¿\ÒžZ\ÎOƒg7(€\ì3`Àw0°\ÏR^\nž»¡^P\0ÀT#ðB\ÅAð\Âo{ð¢¼4°¼B\Ü	†\\\Û^;´\rn¯Ÿ\ÃÁ¨€s`\Ô\r30ª9Œ\Z/oþ©£ƒKÁØ\Û`\Ü	{0>\á=˜ð>L\ïdÌ‚wJ¬À¤\rŠ`Ò\r`r\ÆB0E\ã˜\Ò7¦_\Û¦\Ç\ì\Ó;\ÆÀŒ\à…`&²\0\Ì<u\ÌJ¹\Þ\Ó\ïö÷Où\Ù\Ò\Ý\àƒ\Õ)\àƒ\ÝoÀŽY\àƒ\Æ ða\×y0\Çý3˜[ýÌ­=>QLŸ´\íóô\rÁ<\×80\ï¥2˜ó\ã§Àü9o°€{\r,\Ø|,pYøFq\ïÀ‚º`Á‹¿`¡¤,¶\0³»Á\Â°p,,Z”-–‹p.X´\Ë\r,\nþ=±‹y\0X¼q+X|³,NI‹SµÀ\â\ì…`ñ§°dg,Xr\Õ\n,‰K/[‚¥y{Á\Ò×›Á\ÒY:X¶\åX\æ\Þ	–%ªƒei\n`¹²XN\r\Ë\r}ÀòuûÁò\Ø,°¼\0Ë¿\r€å¿½À\n\Å°BU¬01+¶l+¶\Ý+.T‚RÀŠ\Ç\é`E5X1ZV.\ì+¯?+§|Á\Ê_+Á*¥f°*$¬º™V\åŸ«~­«\æ‚\ÕÄ`5:V\éÕŽª`\Âu°\Ö9¬=¦\0\ÖúÀ\Ú\îÿ×ŸRÀ:\r°\î\Þo°®aX\×s¬\ë\ëftÁúú`ý¡J°>\Ò¬O\ëÛ•ÀúN.X?\â\r6¬\Ì>ƒ\r;úÀ†B>\ØP»l˜«ý`£C>\Øø¼l;6\Îl\ç5Á&\ÅX°\É\Í\Zl:¾¬4[³À–%°%f\'\ØÒ„‚¯H\Z\à+n#ø*\"|õ6|5™	¾©‚of—ƒi>\à;\Ç\Zðý†Xðý\Þc\àû˜\ß`—J/Ø½\Ö\ìn\Ý\0~ \Þ?~K{—L‚ý¾\à€\æYp`Iø‰bU÷€C–\àð49d\nŽ\Ú?G[\ÊÁ±\0ÿ\èŽ\Ï\î¿¸d€_jÎƒ_7ƒ_ÍªÀ¯ù\Ñ\à×¯[Ào\Þ?ÁogÀ‰œ\\\íN^0§@/pJ\ØN?r@pšpœ>Nû”Ó¹ŸÀ\éª	ð×ž\Å\à\ï¸Qðw\×:ð\Ú\ÎöŽs¥/Á—\Ø\à¿;›Áù\ÄU\àüW_’œB)In;N’O‘$$…\Èf’bŠ¤Ø¼˜¤q¤º8š´\Èh3I­/Š´˜w–´\ØZ´øŒ\ZICI\Ò8’4\"ˆ$š\ß$.>iÉ•s$-I+i\éún\ÒR·A\Ò\Ò;\Õ$í¿±$MW’N$JZ®\æKZ¾Ñ´¼­†¤»Â›¤k|‰¤7\Æ#­`\æV\Ø)“V8\ì#­8y—DñH\Ä\ç&$ ŠL¿ü%A\Ò~%:‹DÉ§‘\Ð\ÐúZ‹DSN!1-ªI¬®S$¬ªž„µ†°÷OH\ìo\Î$Î¢i\'ô‰Søˆ\Äc\0$\Þ5’0·†„‡Z‘D¼I\â’\ä\ÕIò%„$\\K’yF20Iç·‘VkË“V\Ç\Ý%²oŒ\Ñ\Ò\Úý¤uÏ¶“LT]I&\îI¦§mH¦Á$\ÓK;I\ëeI\ë+«H²JI:¯‘6*…’Ì¨\ÇHf1>¤\Ís$s5Ò–ô\Û$z\É\"ËŒ´ƒøŒ´\ã\è(É†ž´‹E\ÚU°œd‡T’\ì\Û“ö@Y¤=gv’ö¤†\ÔKH\Í$‡W%¤½B\Ò\Þ\×!$G›D\Òo’\ÓÍ¿$\×ø\Ç$×¢$7\É\í\å\É]fJr\ß1Grˆ\'R-$ÖŽ&~I:òÄ€t<»\ä-¾Hò6}Lò>>Hò¾Œ‘|^\Z‘|ÿ\"ù3#ù…}$ù/ÿK:e<C:uÓ—t*F•t\Ö÷)€ûŒp#†ˆ$‘[Ic\ÇIAy3¤Fº¤VÞ¤G\"I—†“.\ß\Ó!]y\íNº¶È‚tM¢@\nóL%…ÿ;HºŠI…¤ˆë“¤ˆ®¤ˆ™\ë¤\ÈùK¤[¶I·?b¥\ËH±nV¤¸ôý¤ø\ß¤D8”°tg‘*)IŒRÞ ¤T-œ”¹ù)3®‰”å´’tWN@º>Dº/zOºoQE\ÊV}H\Ê^I\Ê_Dzh]Nz}‹ôh…ˆô\È4‘ô\èú!\Ò\ãû¿I«–“òDŽ¤<\ïFRÞµ¤¼\ÂrR¾«Œ”?÷”T qŒT¸ÅT\ÜpTvCL*kºF*\ç¯ •[“\Ê\çI•„Ç¤ªlˆTõdœT½\è©\Ús©ú\ÛAR@ª\Ý^OªƒÎ\êOô“\Z\Îý\"5®\í#5¦n#5>\"5=´!=\Í\Í\"={õ•ôl°‰ô\Ü\ç,\éy}\éù\Ó\Òó\Ï\í¤fƒ¤V1‰\Ôúò:\é5ˆôzñR›#Lz\Ã\è\'½¹¶šô–N\"½·°!uý–.«\0R\×þ;¤®\Ë\ÇH]\ß\ÂI\ío‘zü\"õ±y¤¾‚R¿\Ö]Rÿ¾R\èER‰+i\à·\Zipù}Ò \Ç;Ò\ì+iøüi8²€4\Ü’>/\ÛK\Z9<O\Zy\ÚK\Z½ü…4:™N\Zó\"M¾\"ý{H\Z\ç#}9BúŠú“¾Y<$M,U#ý\è¿Cšv\Z%M?\ì%ýŒr$ý\ìŠ&ý\ÄH?§n’~a\"\Ò‡|ÒŸ3Ú¤YG5Òœ\n™47\çEúË¹Iú[|ô÷\ËQ\Ò?\n$·L\n\Éc!9CoH^~#$÷Zpù$´ 	„|7„\rb\nRÙºR5k„TÍƒ …®+¡…µÐ¢Ÿ!µG5Ä€4\Ü\ïCK”\Î@KZ ­…ÖµVe´ô\ÝgHû\ÉMH;\ï´Ü”\é\Z\ì€VüI†V\"ò¡6\"¾­€\0f\"¤î€{Sð¦‚\Â5 ¨Y\"\ï»‘/+CðgˆB5ƒ(kl!t¢º\çC\Ôˆfþ¢·€\íÄ¼O‡X[¦!\Ìo\'\Ä&\ÆCœ„|ˆ\'‡x†û žw4\Ä\ÏÔ†øÿ!þü\0$X\Ý	<w@‚fHPA‡\ï\ÎC¸§$úg‰M4!\é‹h\ÕögÐª´hÕd°md0c	­&¤@†\æ&a\Ç\0dø\ë5d|€\Ö,Í†\Ör 5k¹Ðšuh\í:)´Ž¼Z?C„6(€6¼t‡6øC\'\ï@fœ7\Ð\æbhó?&d¡P	Y\Æ\ÖB–\ãF\ÐV³uÐ¶\ï»!k\áe\È:(	²€¶?m€¶Ï¿v,Ž†v8iA6¿ h§;dG¼\r\Ù\íw€Bü }:|hŸÿZh\ß\Í\Å\Ð~¹vhÿ<\n¹\\³\\\ß@n+C ·Ptˆ’\n\Þtò\Ø6\nµYõ°…Ž6¯‚<\ÏA^\ê!/ òŠ.€Ž›\\„Ž‰¡“Kg \ï\Ï Ÿ\åqOùdo|\Ê\îA¾q\È÷ö\ä\Ç.‚ü¯C~¿L!ÿÕ®\Ð)“\èT½:\íÃ†N—3¡\ÓMP\'\nr:{?\ß\ì]ž.X*CÁ»¨\Ð\Å\æf\èb\ÛR\è\Ò\êkÐ¥³&\ÐÕ‹…\ÐÕ¢·P\Ùº6±\nÕ–Baü(\ìúI(,>\nk¹…[³ ˆÿs±zŠ\è\è„\"~«A‘©‚ÿI‡nL½†¢ú_A7\ÙZ\Ð-õ \èÁºýû%+l‚\âp(\î{=oö\nŠ?%Ð¯A	ë¡„\ê\ïPB_\'”ð#ºó¡J.‹‚R²®@©ù\\(\Ã\é8”q(\r\Ê< L\Ù”y\ç\Z”9ø\Êr¨†²¢¿Bw+š¡lN4ô\à`\Zô\r…þ\âA	|\èq””{‘å–¤@Oþ\×eû”÷}”\ï{\ÊoË€\ný¿A…Ë ¢`U¨¤v*¥X@¥»¡rr+Ty*\ÃC ª$T½<ª\ÉU‡\êþ÷]7d5\ä‚šðB¨iGô´\èô´\Êz!>\rµ”ž†^™f@¯BA¯o†^7P[—1\Ôöõ\Ô~u8OCé— Ž\éP\'šu~ \Î?Ï¡\î\íû \îò\ÃÐ‡\ß\ÊPÿþ‡\ÐÀ\ì\è+úd$ƒ>eŽBƒ\'5¡Á4/hðõ*hh\Ék\èóò\ès‰4F\Ý\ÕûCc\í‰\Ðøª[\Ðø\ÑEÐ—’a\èÛ ô\Ýú^ZMT;A\êÐ¤ú,4™=M]Q†~¸&AÓŸqh&?úµ\Õú•¿úý¨úó\n\æ^\ÔB_•Aÿ¼\Èr³ýdù\Ç\Ódù\êcd^Y\á»?Yñ\Úi²b\î²b\Û$Yy;¬œ\àNV.„\È*1Yd•;qd\ÕKa\ä…oü\Èj\×XdM¿»ä¥£\ß\É\Ë\Í\äe&5dm«²\Î\ê!²N\×;òòž\ßd]²®ž-Y·Ê”¬ÿŒ¼B]Ÿ¼\"z¼¢•O&¨»‘‰7‘¦Udp8€=þN†ü #…\Ï\Éhú:2šS@f-“±›2ö¨…\ÌV8C\æ¬æ‘¹\Û:\ÉÜ´d\î]52¿\"ó‡g\É‡²\à\Òy²°\á Y8šNŽ\çñ-‹É¢\"²˜²‘,¶’¥\æ\îdi\Úm²´²Š,kñ\'Ë¦2\Èúždý\älòªw\È\äCd¬Ÿ¼\Z¢‘Wÿ\Î&¯ñ2\"¯)zL^§s˜¼\Þky}‚yÓ¦>²9\ã\"y‹¸š¼\ÅG™l1¼ˆlù\ã\ÙZ÷	Ùºÿ-y{9N\Þñ¢ž¼£\"\ï\Í!\ï’W\"\Û\ê_$\Û^6 \Û]½N\Þ}LHÞ³Èƒ¼§Æ‡\ì\àUG\Þû\à\r\Ù¹Hv¬1\'ï¿™L>p8Ž\ì¤Gv†N’“\É\Î\á{\É.\Ço’%œ\Ô#»Z³\Èn‡$dw§7d÷c\Zd÷¨Md÷;\ïÈ‡\ïÉ‡ï?ºGö@~Zq\É\ÇT\â\É\Ç_xÿ\"Ÿ\è’O®ò#Ÿ|~•\ìC™!ûTÖ“}\\\ÈþoòÉ§\î\ì#Ÿ6\"Ÿ¾_B\Ð\é\">1\'æ›‘ƒr\È\çV¨\Ïm}F¾ \×Mþ7E¾¸\âùŠ|ùj„6ùj\Ï	rH¹ù\Z?ƒz\è#9´ŽD\í¨%‡]ýŸbkòõ/Rr\ÄË¿\äHYù\Æ\ÎO\ä›K«È·\É\ähMœ=kI¾=œMŽ]\äGŽu\ÛCŽ\ë¹CŽ\ßGŽ¸œd6CN:MNF®‘“Ý”\É)µr\êyr\Ú9}rÆ=\äÌ€k\äÌ©rV¤)ù\îaœ|¯]H¾_|œ£xžœ³l˜œ“ö¿m\ÆÈ\Ô7«“M,#?¦n$?\è&\ç*®\'\çªÙ“sItrÞ\ä‚\ÆIrAw¹\èb!¹(%\\’lA.¥\ÐÉ¥a‰\ä²y)¹œ\çO®  W‘\ä\Ê;\é\ä\ê›u\ä\ê1Or…Œ\\“B\'\×\Ê+’k[-Éµž“\ë›\È\rz\Û\È\r\Ô{\ä†tr\ãHù9 A~1# ¿T&’_{‘›\Ì\È\Ím\È-Á\Í\ä\Ö,ù•|	ù\Õb9ò+­­\äWÙª\ä×œHr\Ûr[ž-ùö3ò›=w\È\í£\ç\É”C\äŽÍ‰\äŽBGò»\×A\ä®ø=\ä\î±\äžm¶\ä^5&¹W§–\Ükv‘\Ü{{œ\Üÿ3ž<øX“<\ìHþ]\'D^!\nŸ“G\r·“ÇšŒ\È\ã\Ôzòx\Ðmò—…q\ä/\Þò×­;\É\ß^û“¿ó²\É\ß\íƒ\È\rwÉ“|&y\êÿ,¿Kþ!I ÿ°õ!\Ïm!ÿŒ÷&ÿ,\ÚIþ\Ùy…üs\êù\×ÿýú\ËÎüknšü;Ø‰ü\'Ò<«6Cž\í\Ù@ž\íS&\Ï\Ùj\çJ?“ÿþßŸcF\Èf\Èó\ï\Ôa¹š)Xž¤\Ë[û\ÃòG_\Âò7…°üL¬p\Ê^`\0+ªß‚=	°Rb¬ô\ä4¬|£V.Ô†U–¯ƒU,`•£\ë`Õ¥¡ðBx^h`«\ïÒ…5\ï…5»o\ÂK\Îú\ÂK¾l‡—\î’Á\Ë\Þða\í¥1°ö\ÖÍ°ö.5Xgy,¬cy^¾b#¬»¨\Ö5´†u\ãm`½b¼¢ô#¼¢y^iy\Z&Œ`ðöWŒW‚Á„\ã0\É\êŸ{\r£	#0U¤S7\ä\Â\ÔÜµ0uj3Li†iR;˜\éP3\ë¸0\ë\ÚIS8c÷\ß\Ã\ì^0;\ã/\Ìqp9\ß/À\\\ÜL‡õa\á-\Æ	\æ°(ü,ŠÂ¢„*XTd	‹jG`1°–hXÁŽ,ñ\ÛK\ÑXjO‡õ\Ý\Ô\áU\á\ëaƒUi°¡¥%l\ä˜\ïZ_\n¯\Ñ\Ä\à5\á\Åðš\æe°Éž°©\Ö¼ñ\ÂSxc\Ä\"xc²&lö›oþ3\n›/À\æ1\Û`óüØ¼´¶Xû\Þzò¼µ\ç¼mô3l>[?€\à¡\á]½|x×¯¥°-÷0l›V\Û\Ñ;a»ôx·‡!\ì \Ü\n;8ýos~Á\Ïz`‡y	ì¸;îš‚K‡\à«Á&a\'	Ø™ó\nvjƒ]ˆvðA\ÖcØµ¸vc®„\Ô\Ã¹ð1øxû\ÊÁ°\ï›\ë°\ß\ÖRØ¯q>e&„\Ïx§\ÃgoªÀgS\Äð\ÙG8 ö2\è\"\á\ÚpPR\ÔŸ[œ\rŸ«x\0_ø\ëËŸ„ƒ\ïÞ†/Þ€/±‚\àK»7Â—\ßÂ—\'º\à«gXðµwðµ™\Óp\èÿu\Íó…CÃ¡§\á0ø6ttŽ0\àÀ7V­‚£~³\àhXŽþ¥\ßV€c§>Áq¶\ÃqRŽ‹\á„\Ê`8ñ^!œø£\rNRº\'\Û\à¤p2M\'û\Ã\ÉQúpò}}8µ\Ü\0N‹lƒ3üPø^NüÀ€s’—ÀlZ\áGÙ«\à\'{®\ÃOö‚ŸU…ón	\á‚ÿ5^˜d\0\é\Ù\ÂE3^pI€)\\ú\Ä\Z.\Ûõ.{¶.?]\n—\ß*‡\Ë\ß&À\åR\á\Ê\çáª¦p\Õø¸Ú·®X\rW_>Wÿ À5\ËT\à\ZÏ—p\í‰L¸~d\nn\\\Ð7.õ‚›4š\á&\Ú¸\É…ŸŸ,‡ŸŸ‚_žÀ/ðpø…¿tq‡_\äÀ-¹\àÖ—	pk[\'ü\Ê\í)ü*ƒ_õ‡\Û\Ô\á¶×‹\à¶Oø´n_ýn\ë†;\æNÀ\Ë\"\à\ÎuL¸sr\'ü\î\âøý\ÊA¸k_Üp®€?-‡?\\2€û\î\Â}‹+\à~;\"<Ð¡¼ÿR\ØZò<4Ö­†‡®t\Â\Ãb/xø‰<\â®¼\0iß€\Ç/ª\Ã\ãcRø\Ëö ø«Wüõ\ržØ¸ž×€§†‡\àŸ]\áŸÉ‡\á_¯¦\á\ÙgxnHþ\Û\ìÿc¥\È)ÿ \ÈmR\äQ)r‰(ò–û(ò¾Žù{,\Êle¿‡²ÀeeA\ç%Š\âeE)¡Ÿ¢<µ€¢\"è¤¨l¬¡¨ï¡¨Ü±¢¨T_§¨\ÔvSŠ\Ç)\r\ïP>ùBY\Ä\ÜEY\Ô{‡¢\æRA\Ñ\ÔI¥,1Ö£,\é S´Üµ)Z^\í]ó\íroŠÎšo”\åcŠžZ\"Eo8…²‚s‚²â·„²2g3…\ÐøžBL¢\ï5Q\0G&…\Ô8ATÿR\È_Z(ð’f\n\åB>¹3HAªžQ¨þ&\ê -…öm…1©Ia…\ÍSØ‡\×PØžw)\ì,O\nû—…ûm7…§»\"\Ð~L”¯¢ms(\Âk0E$*¡ˆ¶ŽRD­©\ÍŠ4¤\";7KÑ·m¦\èŸÐ§¬ZÉ¦¬\â=¦„¼¡¼È¥¬^³—b(\î !O)F›~SŒv|¥]ð \ÏQÖ¦l¤¬\ÛÎ¢˜4™RÖ«œ§¬\ÜGÙ°ÛŒ²)(²\éû4eÓ¬!e³!—²\å\ægŠÅ›`Še@±,G±|yŸ²5ñüÿ$P¶N­¦X»·Plô\Ã(6w)vNQ\ìžRvÿ\åS\ìuý)öi)%\')¥«({•¢){;z(ûv\ÌRö59PT\\£8_¢S\\L\r).M·(®½3·\Ø”CÉ‘”Co_Q<ŽöR<4)ž¼6Š§•\âyô!\Åóô	Šgþ&ŠA“\âuø+\å8?å„–€r’z•r\Ò2‚\â½\à\Å{³5\Å{“\â\í\ÙIñ®Q|E;(þK–Rü\Éw)þFÕ”\Ó/ò(gò\Û)gµô)g/÷SVý ¦¾£av” \È”s¢û”ó‹U)\çO*P.|\í¡Ÿ§\\lÌ¡\\2*£\\ú´„r™7L¹\Ü\ãH¹BO¹òe\åZ|#%Tp—Z4E	s¸C	{ñ…\ÖrË£\\\ß\Ð@¹I¹žð‡©aN‰l°¦\Ü`\ÈSn\\øJ¹‘óžr\ã¥%Šs‹mbG‰~1B¹½«ž×´ˆ’pú%\Ñ1Ÿ’ô¥Œ’<UGI¹J¥¤æ¬¡¤¾¤¤ö/§¤±\Ó(\éÕ™”Œª”Œ—]”L\çLJ–H¹»g%› ¥d³Jöº\0Êƒd\r\Ê\Ã%J\Îôv\Ê#\Õ	\ÊcI5\åq\Õ9J¡\Î¥\è\Æ¥Ô°ˆR\ÎÒ£”ûúP*¬”Ê‹:”*\êeJUy:¥Ú©˜Rð†RãºŸROI©\ß ¥\Ôç¾£4p\ç)\r^*”F5SJ£¦¥q[¥\é\ÊZ\ÊS½E”§³_)ÏŒH”g{®Rž\ëõSž£\Û(\Ï\í\îR^>|Fi\r\ÝMi­<Cy­Bim ´mýDi«¹Ki\'P\Úe‰”Ž:¥£\à\å\í¶M”·\ç_R\ÞOž¤tSª(={º)=])R>>xJù8u†\Ò+Qz7Ÿ¢|\Â[)ŸfVQÿVQ†z¯S†•\"(Ÿ­•(Ÿ¯\î¥|þeG½z•2fQ\Æ\n“)\ã\Ê;(\ã\Âg”o\Äc”‰—½”É´ó”©ƒK(?2C(3E‰”_kc(¿6~¦ü2;L™ý€Q\æºÅ”¿\å\ï\Ô*DNo)\"wJQ`Åœˆ’\ê/Di³¢Šù\"32E’.dQ°¢†N\"jGO\"\ê5RDc‹¢±\Ý\ÑT¹Ž,qÜ…,y‚,ÛªŒ,;½\Ñ\Þ\âhû©!:_%ˆ\îŠˆ®\ïD7±	Y¡1€¬\"„\ã\áQ;\01¼\àŒÀ-\Éü\í-‚,A°_ê« ±Ÿ*|¡\å!´2E„¾\ì+\ÂL=‚0\ß\ä\"\Ì\Ù5kùF\ËØˆ°÷>C¸TE„\ËnAø9wþ¬\"˜ôA„\êF~3	\Â\ÉK5Dú\Ø\Ñ\èDV…E «† K\Î!\Û#C\Æ9\Äðˆb¬¿1\Þñ1þ?þu+/ \ë.\n‘u3‘u}\ÛM}\Ä\ä\à\Ä$\Ò1u\ÐEÖ»T!›ô‘Mg\Í7d³‹\Ù|\Î1\×\ÉE¶Tq‹›·\Ës)È¶º?È¶\ïd\ÄJ¡±v\×G¶×Œ ;8#\ÈN¿nd\çûnd\×ú\ËÈ®Kk\ÛhÄŽ\áŒ\Øm³A\ìü‡‘ÝMˆýJE\Äþ\å\n\ÄQ¿9À=‚\Ø<€\È\èGœ\Ïû!/|D\\/f#Gô#G†ˆGôc\ä\è-K\ähn\â¹h\â™#D¼\î§ ^¯\"\Ç\Öø#\Ç6\Î \Çê¢‘\ãª\î\Èq+\äø\ÞV\äD\Õ\ädˆñ–[‹xz Þ™g\ïžˆõ\Ä÷²3\â\Û\'FüýS\ï`ä´²=rºü7r\æ­	\È<†ºGo?E‚„\ÖH\Ð!=\ä|ð?$øVr\é\Ó\äòð.\äò|+rE\Ó¹\áŠ\\ùÿ\×p¥hr\Õdrm\ár­m	]\à‡„]„„~ùŽ„‘® a5\îÙ„¿Y‰DXþO.±k7u¸‰z6\Ü<r¹yg\Z¹U¬‚D@nk[\"·Y3Hœc67¤ƒ\Ä\r¿F’~¯D’\æÝ‘\ä\Þv$\å4‚¤t:#©=?‘\ÔÛô­HF5Žd.û‰dò¸HfÁ-$\ëò rw\å(r\ï};’\Í\ÐB²…®H®V ’\Û;‚<9³y\ÒIGò4ú‘¼€F$\ïs(RÈ¯C\n\'\ã‘\"j?R\äú)r\ëBŠ\Ü E)£HI		)%BJYqH©\ëRÚ©Ž”\Í) \åº!H9ò)oü”ÿ›Dªµ\rjf$R\ÝÓ\Ôøö#µ°R»!	©\Ý\ÌAj+!uH\Ò\à\ã„4<\à\"\'ò‘\Æù¿H“\ÎR\äi\Úw\äy¹\rò\"ø\Ò\\qy¥éŒ¼:Wƒ´YŸD\ÚÆž\"o®r7õEHZtH\r\×6\ä-õ>ò^/y0y\ßP‚tg/F>´Èz+\Òs\à\ÒS{ùh¥Ž|,ý‡|«Cz\ã\nÞ»\0\Ò÷Q(=…\Ò=ÁnOä³¼òùo2ú\ê2>\î‹|	ˆD¾\Òo _o/D¾%F&‚ž#“Úº\È$³™R\íF¦ø\Í\È\Ì\êd&‚†\Ìdv#3y\ÈÏŽL\äW\Ë}\ä7zù3>Š\ÌV!s³—¿B\'\ä\ï¥\'\È?\Ífd~¯2ô2ÿh*g¶U\àG£\n\'\Ðq\ÑwL\Ñ¥Qè‚§\×QE\Í¨bpª˜ðU\ìhDÿu£Ê¤\\T\Ù\ÖUýÛŠ.ô\êD½\ËA\ÕÂ¢\ÑÅ’¨ºiªa>€j\ØF5¨\Æ\ÃjT\ãOº\Äûº\äòTË¤\Õú2€.\ë5Dµ¶¢:!—\Ð\å„Ityg-ª›;„®p8‡®\Ô\ÎEW\æœE?”4\àB±‰(™Ö„’\é{Qò‘µ(·¡0r…Ëž¢\È¥\ÖM¡\Ô&J;œ€\Ò\\P\æ©8”ù¾\Å\Ú\æQ¶\Å3”«\å\Ù_D\Ò*THiG…\ÌTø¨\Å?¾@EW7¢¢gr¨Xx\ËRQ\Éö0T4]%|®\êòA\rNk †>\î¨Qú\r\ÔXE]sv3ºvóº6\Ô]ûH‚®}õ]¼5yª„š®Ú…®÷Ùˆ®¿þ]\ß…n „£faC¨\ÙÀ4º‰\ÏD7?~ŽškŸ@\ÍþF·ü©G-®D-µýP+‹«¨µ\ÛÔº\â:º\ÃðjÃŠEwff¢vò­¨}\ì/Ô¾g?º\Çaº§ö	º§\Û\Ý3}\ÝëŸƒ\î3|†î»¬\îK2EAOÔ±ö6z`\Õ>ôÀn3ôÀCuú§º¬8‡\ìyƒºR\rP×„¨û¥ \ÔcS8\êq¹õ˜\å£\Ç\Ë-Ð“7\\Ñ“½n¨³5\ês\Ò\nõI¯G}÷¢þÒ¯\è©DOô´\îzôt\Øôt¤\ZdWŒž³RA\Ï/^p¨F/\äX¡º\Ñ\à€@4øÿ˜/¶[£geè• \ZôJ¤\Zz•;^ÝŠ†\Äð\Ð\ÐùV4\Ìg\r\ë?…†/œG\Ã-ªÑˆ+\Z\éˆF$ 7nø£7J/ Q¼4j\Ý4*\ÈúmƒÞœMFo\r\íDcK\ÐX^4Ž\í„\Æma¡ñ£­h‚M\\T€\ÞqÞ‰&mµA“¶ \ÉkÐ”\çB4õsš¦µM\Ã|Ð´\çh\Æö	4\ã\Ú0š1[Žfñ^£Yn÷Ñ»bWô\î»\"ôþuô\ÛRôÁ\ÅZôÁ•—hÎ¼1ú¨û9ú¸&}üq1š+\ÈCs’\Ñ\'\ßh^ƒZ°³-p˜E\r\Ð\ÂHw´ðƒZ¤g­m@‹«Ÿ %‰\áhi\È6´¬nZ.ß‡Vö£\Õe0Z£ÚŒ\Ö\Üb µM–h}A&Zÿ2mPjC‘hÓ—Vô\é*ú´6}ž¼}q5m^ˆ¶\\\ÏB[z\ÑV\Ï0ô\ÕúZ·}ížŠ¾¾?‰¶\'i¡\íE\íh‡¼\ÚÙ†¾]´}»~+ú>§\íb„¢\ÝJ\Ñ\î\ä%h÷\Ú=\n£VG¡lv =¬ƒhÏ«}\èGôÚ«u\í½\ë‹ö¡ýE\É\è`ú\ÌD‡-\ÑÏ¯-Ð‘5¡è˜¬\r\ßñ¯Z€~Iû…~tA¿+¢\ßÀ\èDB\r:ÉœG\'³\Ò\Ñ)\ÍiôG\Äô\çú¯\èO‹<ôg¾úy„þ~Žþ®¼Žþy¢³«¦Ð¹\Õ\å\è\Ü[ô\ïX!ú2@\çÉ³\èü­—T9Œª€¶RÂŽQ^¯¤.¸÷˜ªÜC]8^H]¬iL]¿Žª©®O\Õ\äGQ—Ð»¨K\Ö]¤j…Q—*¥Q—?j¤\ê¶ZRWF_£®œv¥TP‰\ã\ÚT\0› ?\n©\à‰ET’G&•\\|\n\ï8I…¯¦Â¹7©\Õ**%©–Š\ì\ÛAEò“¨\Ô5vT\ê-{*µÍ’J«±¥\Ò\Þð¨ôõ5T\Æ\êwT–B7•ŸK\Åv…P±#\ÆT\ì\ç•}‰KeG·S9À(•sn•‹fP¹mnTn\Çw*?#*ð\ÚNb*T<Ý—*V;@¯ö£J`*­Õ¢\Ê\àE\ÔU´TªÁ)ªA\êoª¡\Ë+ª‘üqª‘³\Õh(”jœ\ÚB5n]J]£\ÓO]sÄ€º.œE5ù{”jºNžj=GÝ¼pˆj\Þÿˆºe·:u\ËD\Õ\ÂqÕ¢5—jñS‰ºm\ërªÕƒƒT«‡bªõ-\êö\î+\Ô\áE\Ô5Ôž\Ô]ù#TÛ†\ÍTÛ¶/T»¾e\Ô\ÝAª=ñ4u\Ï\Âi\ê\ÞûË©ûRR×¶S»>S÷\ï\\DuVÒ¤ºm©£ºU\ÆS\Ý-(T÷ü»T÷!-ê‘…Û©/S©ÿŽP=Wÿ¢zž z6K©^FjT¯\ã6\ÔcÁ\Ô\ã=\Ô€z\"¶šzòK\Õ{h\r\ÕGý\n\Õ\ç\è7ªÏ±ýTŸ[»¨¾Ü·Tß—\ÊT\ß\áýT¿uÿ¨~iO¨þq¥\ÔSY4\ê©ú\Û\Ô\Ó=¨göLQB<¨\ç\Ò\"¨\ç:nR/\ì?@½\ÐlA\r6Qƒ\ßq©—Â—Q/+Q©W 0\ê•=CÔ«r\ÎÔ«º*\Ô\è\nõš\ç*\êµ\Óq\Ôk\ê\ÔÐ…ý\Ô\ÐotjX&5\ì›<5ül5B£Œz\ã•&5*°€\ZUºƒ\Zõ7†z“t˜zs ”\Z-S££K©1\ã\Î\ÔX\ä5Þº\ZŸ\éBM0ÿGM\Ô7¤&:†P“=¨\Égr¨)‰5\ÔT³~j\ê=.5õ~<5\Í4š~¾š¥\ÒF\ÍÚ®B½Wú”úÀ-‚ú eõ\áES\ê\ÃL	õ\á\\)5\Ç?‚ú\èjõq¤2õq.úø]:57x-5\Ï=’Z0?E-\Òt –øzP\Ë\"T¨\å§S\Ë\ÓË©\ßS+÷¼ \Ö+\\¦6¬Ž¡6r\îPó©•\Ô&CjS\áO\ê\Óü.ê‹’\ç\Ôÿ\"©Í±\n\ÔÿJjË¨9õ•\Éeê«½C\ÔW\Ý_©m\ç7Q\Û\êj¨\í\ë¾P\ÛSL¨\Ø5j\Ç\ÕU\ÔwY|ê»—«©\ïþöRß¯l¦v‘–R»6™S?®5¥~ü\ØG\í\ÝXD\í;O\íoXG4u¦…tR‡\ZS‡º©\Ô\Ïï»¨#_â©£ºG©£\Üý\Ô1û\ã\Ôq«\Ôo‡¾S\'™7¨“Ý¡Ô©iK\ê4ÉŸ:#wž:TRgÜ®Sg¼A\ê\ï¶U\Ô?*ñ\Ô?o\ë¨sE\ë©s?†©ß þ¤Pÿ¹/¡þ;ò:o\ãL\ß?H“;;B“P¦É‡·\Ð\ä›Th\nCki\Ò\è4Å˜yš\Ò\Ñ4%¯o4\åC}4\åOq4\åo\\šJƒ\rMeú8Mµ¦-¼z—¶\È\\‘¶(fm\Ñx\"m±\Í6šú\ÚIšº—¦Þ£@\Ó8¡J\Ó8³•¦‘H\Ó,©£-á½¡-‰~N[’|¦E\ÜLÓŠÍ£i\Ïÿ¥\é”YÓ–7f\ÓôLŽ\ÐV\êÞ¢\Ê\ÇiÀm\Z}¾[A#M5\Ñ\Èkœhó\Å4D‘HC\í QRiÔ¬l\ZÝ ™Fw×¡1L,hŒ–.\Zs\Ýv\Z3i7µPŸ\Æò£a÷#hÅ·4Ž\Ë$“ðƒ\Æ\Õ}I\ã¶ÿ¥ñi¼¢4\Þü\Z?øM¼&¼J§	³\ZhøÆ“4\Ñ\Òý4Q?MfA[U”@3TÒ§nw¤­;O3Jž ¥B´5´µ\Üik·\\¦­7–\Ñ\Öv ­£mD^\Ó6²\ÆhM¯\Ð6\î\ÛL3ƒ\äif\Ç3i›¾\Ä\Ó\Ì\åi\æilšy†m‹KmK|6\Íbf¹0f9.¤m[©CÛ–³Ÿ¶}I\Ífe\Í™¦\Ù\ÜÊ£\í¬k£\íœüI³]\\D³\Ó\è¥Ù‰Sh»µªi»ƒ\'hö\Ëiöv54û\r´=W–\Òöú{\Òu´ý2i˜\n4§2OšËƒ\ß4\×g\Æ47V\Í-h1\Íý´\Í}Ž@;\Ò_Oó ¡yÞ©¡y\Ñh\Þ\nh¾«\Ñ|.\Óü°VšŸS \Í\ïX1\Íÿ•<\í”<—vf”\àsƒðÈœ$¼N;ww-\í\Òóg´\ËA»hW¦]\é§…\\\ØJ)úM^IÒ¤…\å§\Ð\ÂþE\Ó\Âm\ß\Ñ\Âûe´ŒH‹¬|M»\ÑSH»ùý\íV¾5-\Ú2˜v›ø“\ÛþwÆ\×ùˆ¥\Å¦\Ð\â«\Ñ\â[ci	òþ´„\ìJZÂ³tZbó;Ú\åÁ´¤œW´¤\ÎaZ2º‰–\ì”–\ÂÔ¢¥<FK[\Ð@\Ë8oD\Ë\È;H\ËÒ’Ð²V\ÇÐ².? e}±¤\Ý=…\Ó\î)Ü£ÝR¡e\ëKh\Ùwh§Zi¾\Òq\Õh\Î\É\ÓEh\Ðrý\ÌhO˜ž´\'\åiy\0–?¼ŠVhyŒVUC+|­G+Z£B+j£›@´\âCiÅ¡Ÿi¥\ÒJZ©µ\'­´FV\î«M+OùŸÁG´ò\É7´ŠEZ\å\ÚJZ\Õ\áVZ5ù/­&2˜Vs \Õil Õ­ûDk˜W§5t =54¡=_ó˜öü\Ç9Ú‹\ÊS´—\Ú\ëh/û\ß\ÑZVô\ÒZ…Ž´Wr®´\×VŸh¯\ëN\ÓÚ¼\0Z{\êZ\'ÝŒ\Ö³€\Ö9u’ö6ÖŸööŽ\ím\Ú\Úû\É\"Z\×76­ûd,\íCk-­wûNZ\ï\'”6€¥\Ó>q\ÚiŸ$—hŸ¢§iŸ\è\ÐU¦hƒ_–Ñ†C\Òh\Ãõ¡´\Ï\ê\î´\Ï\ÖM´:@ykHg;\Ð\Æw\rÐ¾¸*Ó¾ú\×Ó¾ö\î¥}\Ó¢}÷ÿDûJ MÁWiS\é$Ú\Ú\Ì)6ssžö+CDû\çIû\ÃU¤ý)=C›•ÿI›^A›Cƒi\ã]\è\nOnÒ•”Ò•ø¥te=[º\nTCWq§«öBtµŒetµÉ—ôÅ–»\èšg\n\èK\Ü\'\éZz|ú\Ò\èGôe\æþtž]§¿™¾\Ü\ê}y\Ì	º®þkºù\n]om}@¦¯X\ÕG_yl}\åGô•m9tÀ\'‡Þ¡\ÑÁ{™tøM9EG—¤S\Íõ\èÔ€::õû\':}AžEgT=¡3§/\ÑY\êW\é˜M%\ëÊ¢³\ß$Ó¹a\":÷\Þr:oY·ó)7·\Î\×YG\Ç÷‡\Ññºûtñ­Fºt‹]v©Š®¿²€nxr\Ýø\Þbºñs”nüñ\0}M¤”¾VÁ¾VRL_û¼œ¾N\ã}¦\Ý$\î\'\ÝdÞŽnz÷ }½¼>}}š}\ÃÞ•t³Ÿ—\èf¿_\Ð\Í]m\é[†þ\Ò-¢—Ó·fs\é\Û–Ñ·õLÑ·q\è\Û_;\ÓwHl\è;v:\Ðm\èvMºt»iú\îùô\ÝO÷\Ñ\í‹.\Ð÷%\Ñ,>\Ð÷É«\Ó÷\í¼A\ß\ç\çJw\ìÊ ;\íH¦»\ÈÝ »\ìv¥<õ„~ðs\r\ÝS¤»\íûLwÇ¿\ÒÝ»v\ÒwE\ÑOLÐŒo¡=m@÷\\ð‘\îõ€B÷zš@?‘J§{\ãQtŸS\è¾øbºŸw(Ý¯6‡\îÿŽM?µÀ–~J\æJ?\í@°¼M\\„\ÐÕ“\é\Îô@ÿƒôÀ·{\è\ç÷ÿ¦\ë9\Ò/_S¢‡øï ‡¤bôt}z¸š)=B¤IÒ¬§G%\Ðo\å¹Ò£¯\Ð\ãj_\Ð\ã†ô\éñ|\èñ•\éô„z\â)wzb\Ôjzby4=qö-=\Ù)žòBO+ë£§}4 gll g\Ô\Õ\Ð3>$\Ò3±¯ô,GcúýöTz¶¾.=»¤g\î¢?€-\é\Ö|£?¼9F\Ï]\ÚO\ÏË·¦\çýxLÏ›I£\ç?]H/ø?Ÿ…ø-z¡Q	½0ÿ8½°J^|2˜^\Ü	\ÒK87\è¥\á=ô²¥g\èeÆ‰ôŠ¸.z¥¦½Š¾ˆ^U\ëJ¯þ¾™^Cl¤× ¾ô\Z·Jz­\Æ<½v©½VGD¯\Û\åJo° Ð›7Ò›\Î?¦¿<\ëGoîœ ¿‚	ôW\Ã\ß\é¯3]\é¯ß©\Ó\ÛLS\ém\Ýlz»‘.½\Ý\'\ÞB»`1ý\ã7z\×ezO\àVzÏ•ûô~\Ðû\ìƒ\é}\á·\é}	\nôþ\í\rô~\×jz…9}`óCú§£¹ô¡\Ïk\è#5%ô/\ÚNô/û>Ñ¿jŒÐ¿¯{Oÿ¾¾þ=\êý{úÿTj\Ñ\'4=\é“1Eô\É\ÄAúd÷yú\Ô\Åwô5ú\ß\íô_\Òk\ì¡ÿ\Õw¥ÿ\Ý\çCÿ‡h\Ñÿ/§\Ï\ï}LŸw\ä1\äö´2”ü^2”®72”þ,f¨–\ìd,|,\ÇP;\å\ÄX¬%e¨Ã†õ\ívõ\ßšœ{Œ%ö‘Œ%\×=Z#bÆ²mÚŒe‡Ÿ1´-Œ\Ú)†Ž‘cù³(†\î²d†.ú”±¢´•±rÁ:\Æ\Êô:kföòD¥9Pw’A\Ò\ÑcÀ&‘Jw2\ÙòŒ¼hfPG3h\î$\íŠƒ.w•AOAOSY‡Á<\í\É`/‘18\î\Þ\ï]Á8™!ø±†‡\Í3DnCtß‰!±aH~´0¤þO\Ò.†¾—±jÿÆª+šƒ\íó\ï«÷O1V§ü?\æ¤?bnˆa¥\Æ1Œ/?c¬©-e¬­ÿ\È0ýò‡aú\ëc\ãV9†W—a\æ\Ý\ÈØ”2\Ã\ØTBdlª\nalš\ß\ÍØ¼¥•±ù\Ë>\Æ‹1Æ–¿–Ë½\Ëb\Æ\ÖcúkgÆŽ:C†:Ä°*;w¿`\ìúºŒa+\é`ØŽ0v«-b\ì\Ù\Ép\è\å0ö:_g\ì-¹ÁØ¿5—±ò\n\ãÀNkÆQo†³0‡\á<\Û\Ã8¸˜\Å8˜c\Ì8X¹\èBnºnÀ4\ãð‰xÆ‘9Œ#\é7G\×\ïax&Sžo;Ç·g\ßq™qüÁo†·z\ÃÛ£Š\á#\'\Çð\Ù\\\Ïðõa2ü¬\ÙÿøÆ©¢x\Æ\éeqŒ3›rgs\ngÿe\0\ÆAŒÀûW_úA.ÕŒsŸ\ç­\ÆÞ¹2‚Õ®0‚÷‰Á\çÁ]Œ‹fk\Ã$Œ\ËsKW3®1B;ùŒ°9Fx\Í$#‚«ÇˆøÇ¸±ó.\ã†\Ë7\ÆMô\ã¦ñFôøv\Æ\í˜	F\Ì\ÚFüþXF|òOFÂ•|F\Â\Ü #ñ\ØaF’ñ;Fò\ì#µˆ\ÄHm\Õg¤AƒŒtµ9Fº¬‘ñr’‘™ù›q—\îÆ¸›\Ëf\Ü-+d\Ü-`Ü»¸q¯,ˆ‘¢Áxðö	\ãa¶„‘\Ã[\Ã\ÈiŽ`\ä®e\ä\Å,bä¯›a\ä\ß\Ú\Ä(\Ýc˜3\n3-E£¨r\'£5eA%)£\ÄfžQ\Òò–Q\Æ;\Ä(û\Õ\Ê(_“\Æ(?KfTð¢<F…\é=FÅ—fFep£ª9–Q^Æ¨Ž\ÚÀ¨Y«É¨	b0jž2j\Þ\\`\Ô.\Ý\Ìhˆˆf4bŒ¦\'\îŒg½ºŒf\Í(F\ëº\rŒV¯.\ÆkñN\Æk£Œ¶\ã\ß£=w7££ô(\ã\í£ÓŒwZW]\ÜF\×uœÑ­´€Ñ½Ç—ñ¡¼…ñ±õ2£W®›\ÑûÀ‘\Ñ÷[Àh­c|\Ê2>½œe^Vdv¥2† <\Æ\Ð@,ch(1üÁ‘1Ü“\É?\Ê5Dc\ÛŒ1/\ÆW\Êø:ÿœñõƒñMv…ñ­bˆñ}\ÇU\Æ.dLœS§¦Sù‡?\ì2~”³\Ó\àK\ÆôƒãŒ™³L\Æ\Ï\ÜoŒŸ­]Œ_\Ëú¸:Œ?\Âd\Æluc¶3—1\ç(dÌ¹§1\æÞ§3þº\é3þ6‘ÿt0þ¥º1\å\Þö1\å÷\é2d#L\Å\ÃR¦\Òø#¦r–)Se@\ÂTù\æ\ÃT­b.\Ò\æ0ý#1üe.þ\Ñ\ÈT\ßg\Î\ÔX\å\Ç\Ô\Ê%0µ>0—6ª1—É–3µi3u\ì¯3uâ½™:¿N1—\Ç&0õ¨þL=VS\ï§s…y\rsÅ“\ÃÌ•ºóL‚‘=“\àT\Ï•˜\ä\ãLx¦“	ÿ\Õa\"UùLô\Â:&\ÚV\ÊdÊ`2ÿiü.“\Åa2±K=LöÂ…LöÉ¿Lö­…LŽc“\ïñ–) f1k\ß3ñå—™x\Âr&^qŸ)JaŠf†™’õ™’ôsLýgæª€@\æªò8\æª7Lƒ\Ëû˜¥JLC¦!\à\Ë4ôtg\Z\é•0Õ¶0)IL“\ÓML\Ó%\ÃLSÝ‹L\Óñ£\Ìõþ·™.‡2ÍŽ™07¦37{d3·h\Ì2·p_2·œ‚˜[žš0-\æ3-o\Ô2-\ßobZþranó2·\åd\î\Ø`Á´IIf\îÄ³™;;\\™»\Ø;˜»¤FL»¡L»ok˜»71w;\Ø2\í÷?`\ÚJf:0˜©Ç˜o–3÷.³c\î\Õ]\É\Ü\'\ne\îó¸\È\Ü43÷÷®eðx\Îtj©b:[,d:_He\Ì™_ldº\ÃtÓ¼\Æt_x†\é\Âtÿ‚0).f\n±gzü›y¨/\éa–\ÄôH&3=^ÿ`zšžfzY3±Ú™\'öG3}}˜¾g3O\Ù\è2O¼\Ì<t”y:œy\Æ}šyö\Ìa\æÙŠ^fÀ\ã|f¯‹tc†y~P‹ügŠy\é !ór\Çm\æ\å\á\Ó\Ì+™!ùºÌ_b\æµ\Æ0f\è\Ó0fI“¾*þ,þÁ’qc32o7ó†\éaf”b2óVŽó¶\Ó36^ƒ›÷û¾„Ws™À\æ1\ï$92“†(\Ì\ä\×™)•<fj\èbf\ê­fj¼32\ÈL³>\ÌL\Û\Ég¦{t03oŸ`fu0\ïq÷3³µž1³K™O1y–1E,b\æ\ïº\ÊÌ¿Eb\æÿ\ÊcD`•¨1‹Ê™\Å3‹\ç1K4?2K^R™%½5Ì’i1³\\m„Y.Ä™•Ý»™\Õ\ëc˜5‡™5¿Š˜µ¤¥\ÌZ§%\Ìz¿8fƒ\ÆlH\Þ\Ël\è\Éf6\Þ0›ˆŸ˜MvÌ§\Í\Ì\ç\Ê^\Ì\ç}ß™\Ïÿ°™/\n˜­\Þ ³u\ì)³}óVfÍ“\Ù©\Ì|kqˆ\Ù˜\Ïì»§À\ì\ß\Í\ìŸ=\Ìp`<¼\Å\Ä÷2‡”G™C6o™\ÃV\ÅÌ‘\Ù1\æ\È_\æ¨JsL•\Êü²¬Žù%v”ù•¿šùM\ÌüP\Îü~«Š9Y\01§Ö¨1<ÎœY5\Çü• \Çüó;—9{N‰9û¬9;þš97–\Äü·G•9ß›Àœÿº›¥ mg)<–c)Qÿ°”5XJy&,¥Ž2–²\"K\åFKu\ãa\Ö\Âˆµ°b-*\Òb-^ÀZ<\î\ÅR\ïz\ËÒ€Y\Z\è<K#ð(K³`	kI\Ùk–v0K\ç(\Ê\Ò\ée-³tÚ±tß¶±Vöo`ûYD\'C0^ÁubX‹\']\ÃaQMüY´c1,\Úó?,\Ú\ç­,\Ú÷\Í,†÷m³¾\Å\Ø\Çb…U±Xþ²Xý­,¬2Ÿ\ÅÞ¦\Ë\â°8b\r/\ï>‹o±øqr,þHKð©’%4\ÞÁ\Â\Í:YxžK´Ë%Q{Â’h-`ID\ïX’$KzøK&eÉœ4Y²z,ýE–Áò^\Öjº-kõ\ç\Ë,£º¬5‡fXk\î¬d­[þ†µ®Þ‰eò\è4\Ë,À2?·eq.‡ey,Œµõh\rk[.\Ë*—\ÎÚŽþem—y²¶{ö²lŠX6O\Ö\Ît\Önd;\Ë*c\Ùmg9[°œ¼XÎ¿/°\\\Ö8±Ž@ú¬£Û‹X^^+Y\'½\ï±|µ¬Y~c®,¹^–¿\ÝR–Œ\îÿ\ìc¾b^Qc\Ö\ÑYã¬À‰&\Ö\ÝG¬wÏ².¼{Ìº$‰b]Šöe]ªna]^²®z¿b]\rNa…\äö±®\éZ°®\Ù	Y¡eº¬°-u¬°7Y\áŠ¬¨­+\ÊÆšu+\á+zQ7+z?—}/œu{9™¿.•Ÿð“•¸c5+±¶ˆ•üi)+¸\ÇJ›…X\é„=¬ôÜƒ¬Œ(ˆ•\Ñ\Ì\Ê\\²²\Þ)°\î.ÿÊº¯Ÿ\Îzà°›•“¶žõ(	a=\Î*c=9ù•\×”•ŸU\Î*½f\Ì\Ücü\Íe\ÂY…\ÅÝ¬Âš¬¢ªBV1\é«x=\Æ*‰šf•ù\îg•/²\Êÿ^1s†U)¿‰Uu0øºXU‡Ï±ª/v±jöi°jWø°jc%¬ºkKYõ—¬†ÿó\ÓtV\Õ4\Ô\Êz\Ê\ï`=3Lg=7Sg½p‹`½ð:\ÃzñÏŽõ’õ‘\Õ\\™\Ãje­a½þ=\Îz³ö\ëÍŸ\Ö;\Ú=\Ö{\Î_VÅ‚õ\áÀ\ê¹\ØÁ\ê­\ß\É\ê[·5h=\Î\Zº\à\Å\Zú\Ü\Ê\Z¹“\Í\Z\Éd±Fº¦Y£a\ïYc\Â×¬±û klcww°¾¹¨°&*XSZJ¬©\Êq\ÖTK\'ë‡škzó\Ötöw\Öô/œ5ƒžf\ÍÌ”±~šÀ¬Ÿ	ñ¬Ÿÿ@Ö¯gÑ¬Y‘7kör,kvfýU(cÍ¯e\Í\Û³æ£»19\ÓL\î\Ï &o°Sð\Ô\Äž?\ÇM³1\ÅySŽ\ÂT)J˜ª…\0[h—-_Ž-:»[Ô¶S#‡aj\n¦f/ÁÔšý±\ÅÊ‰\Ø\â¸LC\Ì\Â4\ç0Ídl\É\Úl‰\ÓlIB¦u¾\ÓJZ€-ƒ8˜NW?¶üþ.lùœ1¦\ëÑƒ­P\î\ÄVl¨\ÅV\Øù`+óå±•.bD‹J1  \æµ1ÒŠŒôv]‹Á ”hŒl\Å\Å`ž\ÒÀ{kÉ°Ç¨!%\Íù+F»nˆÑ—8bÌ”QŒ9´cmÝ‚±-`œµº\Ç\Ö\ã<·Æ¸A÷òyŒ›q\Øfb‚¨9L¸ \ê~\ÆD\Ï\Z1\ÑH&¹Ö‰I˜´`“\í·ÁV-lÁV­üƒpQlu*€\î\ÑÄŒ–i`F:f”\è‡½WÇŒ¹s˜±”ƒ¿;€­I\Ä\Ö\ÜS\ÅÖ´”a&9\ç0\ÓeN\Øÿ!l£ufö\ã4fn³\Z3O\Z\Ã\Ì\ï\ça[aV˜\Õ#6f½\Þ³\Î\Æv^a;¨0¡?¶ó)Û¥ð\r\ÛmR‰\í¶\nÁ\ì\Ã0l\Ç¶§\ê;\æp\Ç\Ûð\ÛÛ»	s”\"˜\ã*yl\çNlÿÀ!\ìÀ_U\Ì\é\\\æ¬è‚¹p¯b.ƒ\ØA\Ès\Ýü\Zs\Ç>c\î\æ~ý\n\æ^ö;\ZùóºÕ‚\ÛWß…°Ã±“#}˜\É\Ì\×ó\æa;¥Ý…ZkŒÝ¢ƒ=‚ag?Æ‚œa\ìü\ÒT,x\í2,ø£\'vI9»D»‡]:\ä†]\î7ÁBÞŸ\Ã\Âü\æ±ð\Õ)\ØõÇ—±\È;[±{X\Ý‹\n¶\Ân–a7Ëžb\ÑY±˜\î,\æ\ëS,V£‹\ßò‹wýŽ%\\‰\ÆB¶b‰Eÿ3×‹Ý¡ŽbwRcIW+°¤±\ÃX\n[Kõ„°4\æ/,\ío–¾T‚e:7c™õK±\ÌE,K¸\Ë\Úp\ËÚ£‚e¹ˆ±»‹Ã°{²S\Øýö`³3ö\à¦3öp	{\ØoŽ=\æ\ì\År\ï*cOŒ³°\'öQX~¶+ aM\æX!ìƒ•8c%\nX\é½Z¬¬¤«hÀª¦´°š\r&XÍ…z¬Vb‚\ÕecõK`\r\ç5±†B¬\á\Öð·kT\ÌÃšb$\ØSiö\ì5{\ÞÜ…5\Ûa­„\ßX+«k\í¯\ÂÚˆ¬Í¥k;Z€µ5\Øz.Ö¡Ü„½¬°·oÃ°w¹Û±÷ò±÷&\ãX×’³X\Ù\ëfM`¢c=•e\ØGµ\×X¯•\ZÖ¿\Ñ\ëwB±þc\êØ§6wl\ØHA\æ°ý\ÏØ˜\àö•²ûv\Éû.\ïˆ}_9Ž}?¯†}ŸzM¶ObÓ6\íw›Î¿‹\ÍD^\Åf¢—b3\ã†\ØÏ¬\ì\×\"\ì\×\ë\'\Øz4ö§þ5öw\ÑM\ìo\Æ%\ì\ï´ö\Ï3ûª‰ý+\×a\Ëmµg+g/\Ð\Û\Ê^\è\É^p~€­\Èqc+\ÚÍ±=·³•\Æc\Ø\Êö\él\å+wÙªZ\ïØª«E\ìE\ê®l59”½\ØÆ‰­\à\Å\Ö\Ø\È\Öø»Ÿ­\é°µ -l­\Ñ\n¶ö²=lm7y¶¶w[û½¼Ï†­ký­;²Œ­\Ç:\Ç\Ö+Re\ë\Õ%±W\\C\Ù+òK\Ø+^]efž±[6‰a\Æ&¥m`“…\ß\Ø\ä-OØ”ó8q|ÀF\âþ·\Ï?³‘\ïþl\Ôô›\ê¢Ê¦y¸±iCû\Ùô\êl¦N2›Ù¾ˆ\Í*\Ëbc\ïª\Ø\ì|M6¯Þ\Í\ë©bš+\Ù8úß¼\Ê½©e‹]Ž±\Å†\Ù\Ò%\ë\ÙÒ¤lv-k±g\Ë‹\Ùú¾_\Ùú©\rlý\æöª\ç\0\Ûh\Ç$\Ûhp9\Ûøb{\ÝiŒmr\nc›ª¦°MÃŸ²\ÍHd¶\æÁ\Þd1À\Þ4\Ëfo69À¶pa[n»Å¶‚£\ØVNl+#¶µ¹ˆmýK\È\Þ~½‡½£ÙŸmšÆ¶\é^Ä¶-wcÛ™±\íU\ì=h\ÛÁÏ…½Wn-{_h{„:{ÿ—1ö\Ø\ã\ìb¶\ÓZU¶³\ÂZ¶³›„\í2º„\íò/š}H}ûHU+\Ûcl˜}´y€}Lo–}\\\í&û¸Ø–}b½ûDvûDwû\äº2¶·\ãr¶/S‡\í[T\Èö·\ÔcŸ\â.fŸ¾ö˜}fþ$û\ì²K\ì³÷\Ú\Ø·þ²/<Ša\'³/“6°¯8}d_©\Ä\ØW½w°Cø?\Ù!¯d\ì0¸™¥ÈŽ»ÂŽ\ìPg\ßfßš5c\ß6\Ógß¾ ÃŽÁg\Ø1žq\ì˜\Ä7\ì\Ø#\Øq§W°\ã†o³fB\ØI/\å\Ù\É\r\Ã\ì4+vºùv–\ëoö\Ý\ÕBöÝ·v\ì{ˆûÞŽ-\ì{\Ñ\ìûj÷\Ù÷÷4³\ï²³•K\ÙujØ(U\ìGv$öcƒ)ö\ã\Ê\ì\'\Â\ì¢\'E\ìbù9vq]\Ü\Ï.ž\Ù\Â.y­À.}PÍ®44`W\Ñý\ØU\Å\ìjTÌ®«ZÈ®A\Ùõ›V°\ã\ìg÷\Ù/$ö÷£\ìL‹ÝŠ\\b¿\n#°\Û\äÿ±\Ûô\æ\Øm\è»\Ìn3Žb·g±\ÛZg\Ù7—²;ÿ\×\Ê[2ö;\Å:ö\ÕG\ì\Û\Ø=+’\Ù=\Þ!\ì1\ÛØ½‹\Ýû}ú\Ê[\Øýž†\ìþ`	û“\á[öð;ö\ÈÑ«\ì\Ñòbö;‹=Vq…ýmµ-û[µ*{²<–ýTcÿú\Ð\ÂþQÁþ³b	û\Ï\\,{.p{\îf{®ú5û¯®7ûŸð0{\ÞB•#gþ•#w™Ç‘w\å(0®pÜžs¼.\à(¢p”¾÷r”W\ÍsT|!Žª\Ëÿx<\à¨FsTs\Ê8ªß¼8\Ïp	s\ÔÆ8\ê\×ws4.l\àh\Äm\æhÄ¿\æh\"!œ%º-PÎ²®\í\ä\0ŽÎ’ Ž\Î!ÎŠ½œ™—8+\Ê\Ý9+Û£8+\ß28\ÄŒž\ç€!\Û9$¥Mh1Â\Þzp\Èd*‡\Ì\áÀ9™\ÆAF\ç9\è6‡º)‚C½>Á¡;\Éqº{9L\Òy3ø‡ù€\Âa\íYÀÁ§9\ì[\n\îôn/©’ÃŸ\à¨¾Að0WU\à\àKk8øfŽ8²™#3S\æ\È6§sd>‹9«^Ÿ\à¬þ°•c4qŒo°9\Æ\ÓZœ5\ÄuœuÔ¥\Ó}:œ€-g\ãzs\ÎF7Ž\Ù`(\Ç\ìKgS€³­ÀŠ³c«\'g‡\ÍmŽ\rVÅ±‰\á\ì\Ê<Ï±\ÓÎ±óô\ä\Ø]¿Ê±§\'rö6söM>\à\ìg|\æP\Î\å\Èy\Æq9\Û\ÄqÕ”r\Üj\Ò8‡\ÍVs<’VqŽn~Áñ\âUp¼\ZsŽIhœ\ãW_rN:\åx·{p|:ô8¾VtŽÿÁVŽ\ØY\Î)I9\çô¡3œÓóœ³¢P\ÎYw\ç\ì\íN\à†vÎ¹0\ç’Ÿs\é\àÎ¥\Ö&\Î\ÕóÕœ\ÐôtN\è(›®q\Â\Ë>q®+\0œˆ3Nd\ë%\Î\r\ê)\Î\r\áÎ‚­œ¨<œs«°m™Ã¹\r¯\ä\Ä*[qbo|\áÄ»\î\â$h¦q’p\ÚWr>ž\å$>Y\ÈI\Úo\ÆIšV\ç¤ÈŸá¤„\×sRnDqÒ—&q2G9YYœ»\Özœ{o\ä8÷&J8÷\å$œû†9œûƒiœ\ì#œ\ÞQœœJ#Î£‰§œ\\¯vNn\éSÎ“W_9y§~qò^Np\n´+9EF9Å”\'œ\â£\Û8%\ÃcœR­N\éúhNyøSNÅ©N¥±5§ŠlÆ©I¾Å©}±Sû\ã§~ùnN½§qœ\Èi’´qšº\×qš&pžz¤qž)l\ç<[\Èy\æ©\Ìy–ù˜ó¬Bób¯óòg§¥Ð‘ó*Ã€óªý§-\æ¼\á†pÞ¬‡8op\Ú\'\ë8\Å/8S79o·¿\â¼\ãI9\ï\Ö÷p\ÞoŒ\åô\ìº\Ì\é}:\Ã\éƒ\Õ9}ôËœþ…nœþe\Ï8ý\ä5œˆ&\Î@‘7\ç\ÓþœOew9Ÿšõ8ƒ^1œ!¿œa\Õ	\Î0k€3\Ì?\Ì•\Û\È+³\àŒ}‚8\ã\Æ\'8_\Þ\ã|õª\á|\ÛÂ™\Ô$r&\Ï7r&£9“O²8?V\àœi\Ò2\Îô\Ú4\Îô1\ÎTÈ™\åü)¨\äüyz‘«˜‘\ÇUü—\ËUºg\ÍUúp†«L\àª>l\ä.Òšåª›½\áªg\Þ\åj*|\å.\é\åjorµ\ï8su\Z¿q—\ï\Í\å\ê\ê\ésu\é®\\\Ý\æ»\\½ôT\î\n{\îJ{.a\Ûn.\á\ãK.ñu \à†l./\Çw°¹ g¬—\ã’\Úq!yw.”\Ä%_yÍ¥¨ü\æR’‡¸¨\Ñ..3S\ËR°\å²Wjq¹õC\\^m—Ÿ\æ\Ëx?\ç\n\r¶s…¯Vsq\ã»\\¼\Z\çJp%®Lq†«¿«„«ók0\Å]\íq»:£»ºz‚»zP…kˆÀ\\Ãý\\ã¼§Üµ£u\\\Óg–\ÜõÛ·s\×\ç<\ânðæš‘\ßp7»\×q7\Ç\ZrÍ¯r·\är¸–T¹\Ûv\n¹Vÿûµù\Zß¸»ûör\í?xr÷¬˜\â\îy\ã\ÅuÈ\ä:üp\å:\Ìs÷®z\Ç\Ý›Á\Ý\ÇrÃ¸ŽOz¸\ÎómÜƒ–Üƒu—¸®•×¸nŸ/pÝ·¸‡Jz¹‡C“¹‡#\Ø\\O§s\\ÏŠN®—Ÿ	÷)ƒ{l\Ó^î±¶4\î\ÉÎŸ\\¿L®Ÿ\Þv\î)6÷Œ|÷L„9÷¬\ÙS\î\ÙÝ¦Ü€\Ú?\Üócz\Üó“÷‚ûGn°\Î\î%Mî¥†\î•x]\î•)6÷ªu÷Z(›{­Û„*\È\r=\Ò\Ê\r-mã†\ÜÀ\r{·{§q#u¸}ªÜˆ!=n\Äo.7\ÒÏŽycŠ{\ã\ï$7j\ÏK\î­2÷Vµˆmuž{[yœ{;÷(7ö\Êunl\Ì?nüIWn©œ›po	7¡ü\07qW7q>€{G˜›‘\ÌM\Ê\Ì\ä&e½\á¦\ÛÀM\'+qÓ›¹H7£\æ\Z7k	\ÄÍŠ\Ë\ç\Þ5YÁ½k\ÑÉ½\ë/\æÞ­\åp\ï/½Î½/<\Ê\ÍN\Ä}@\Ò\á>\\q^\Ø\Ã}˜ø‡û\è2•ûø››[ý†ûd\Ù\0÷Éˆ7\Ì-ð\çNÜ¢\Ò\"nQó\"n1j\Ê-qr\á–Ys\ËðýÜ²\Õ~Ü²Ý®\Ü\nCSnå®½\Ü\Ê\'\Æ\Ü\ÊSÜª\Þ\Ü\ê…òÜš\×\Ú\ÜZ¡\Z·nv·Þ©–\ÛpÞš\Ûø¤žÛ”\'\à>½¨\Ç}¶Å›û<\æ3÷y+‡ûB÷;÷\Å=÷%ºƒûòH1·5)Ÿ\Ûf3\Êm??\Ê\í0\Í\âv\ÜJ\ávL[r»\äÔ¹]·\Öp?‚AÜwr{O¤q{¯+r{\ãE\ÜÞ¾\Û\Ü>ø.·\Í9nt·¿¸ƒ;ðlw`ÊšûIu÷“k6w\àI\æ/\î\ä{\Ûp‡kš¹Ÿ/\ØsG¦rG~Ÿ\áŽ\Ö]\à~Qcp¿\ÜN\ç~ùÁý\ÖWÇ\èþ\Èý\ÌsdTrq§‡l¹3¢b\î\Ìx?÷§\åþ&s~=\Îý¥úžû\Ë\ä2÷·ñzîŸŒ!\îŸO\Ö\Ü9\Êy\îü\í>žü¶Nžüû2ž‚YO\á¡oÁ¼2O1>†§\Ø\ÓÀS’n\æ)[½\å-¬\á-Š2â©©+ó/X\ÆSP\ÆSÿ~§\é\Å[²¼•§mu„§\ã\á\É[žW\Æ\Óe¾\ç\éU\ÖòV>i\æ–ò €\nx„\Ù<\Èg-|\Z\ãÁ§xˆ\Â+º³–\ÇP™\æq’Uyœ´z—•Ç·k\â	·«ó„³\í<\É\ëžŒÈ“‰ód¯vòVŸ\\\È[ý¸ˆg¨ñðŒ\"*xF\ã;x\Æ6Ÿy\ÆGªxk	ª¼u\Ù\Ï\Ôù!o}f\no\Ãö}¼\r/Bxñ¼[¯ó6\îK\ãY¬\ØÍ³t2\âYV{ó,?<\çm}D\äm\ã¦ð¶o\âYE\Åñ¶3\ßòl¢+y;/*ðv^~\Ï\Ûe|‚·\ËV·\ë¦3\Ï\Îò1Ï®ô$Ï¡õ>o\ï\ã¼}q¼}JxŽN\Z<§k,ž\ÓO]\ÞA\ÙN\ÞÁygž+o„\ç\æö„\ç\Î}\Å;ò©žwT=œwtb\'\Ï+û\ï\Äúd\Þ\ÉU}¼“•î¼“s<\ï\Âyž¯þ]ž_v\Ïý\0\ï4\ä\Ê;³Ñ‘ph/ b/(Ð‹T\à\Ä;—õŒwþû}Þ…öL^p\Ê5\Þ\ÅeOx½\\y—_\à]Cx—\rœxWØ«xWsyWƒ³xW\ïñ®¾4ä…¬YÁ»W\Åõ\â…\ÙñÂ¼2y\á^ž¼\ëÁ\Çy\×\ï\\\á\Ý8vµ#”u\"ŒMyÁ»ž\å\Å\ìzÈ‹y\éÄ‹}(\æ\Å\Ó\ÂxñN\é¼ø¼„\Ïy‰¾Þôƒ¼$“N^ò/¼ä¾‡¼Ç½¼Œdo^\Æ\\/3x/3ö/k‹	/«$w÷\Ì!Þ½Ô‡¼û¡©¼\ìoÁ¼\ì\éÅ¼‡jy\âx¹\Ûjy¹Mµ¼¼÷i¼|›¼\ÂûyEwTyÅ¢S¼\â\\”W’1\Ë+\Í}\Í+sð\æ•\Åü\à•\Íò\ÊKnó*¬žò*2³y•jt^¥Á?^t‘W\Õ\ÑÆ«¯ó\ê\Ö>\åÕ…¶ó\êI[xõ&^½s8¯\Ú\Èk¸ú÷´µŠ×¼o¯%z÷\Z\Æx¯´òºlry]\r¼®‹\ßy]\Ù>¼\îmd^÷\åÝ¼mÞ‡\Æ=¼/\ÎñzLy}¬`^ßš#¼¾©¼¾ñ¼~¥£¼Oª£¼O\ÇxŸÎ½\â\rž–òŸ\à\r“xCµ\Çy\Ã\ÄB\Þ0b\Çv\É\á\r‡\êñ>¯\äñ>¿ù\Îûz—ÁûV2\Ãû~”Ï›Xó&Ž½\åM\ÜXÏ›¤b¼)ó»¼ßŸ¶ðþ|Œ\å\Í2\Óx³‰N¼95U\Þ\ßQKÞ¿?\é¼ù1o~b-o~ÞŠ/\ïL\å\Ë_\0ù\n:ù\n\åùJzb¾R\Î¾\nP\ÌW1²\à«D\æóUz\È|\ÕŠü…\Çüø‹\Çø‹¸ò|5ñj¾Úº2¾š…¯V=\ÄW\ë2\åkð\Ìø\Z•>|._s§&_³c7Áˆ¿,\á\'_W§ƒ¯Zóõ®:ðWöó‰,3>qû>1µ•d-\ç“\ì.ó¡“–|XÝˆO¹öÿâ£„A>JûÊ§.$ó©`\rŸ\æ®Æ§]¬\à3\"I|Æ“x>s¥\nŸ•~œ\Ï\ê~\Ìgÿ~\Æ\çüö\äs«’ø¼+d>/Õ„/H÷\â\ã\Ë\ëø¸%{\ì\æ‹lšù\â³\Ö|	=Ž/5k\àK÷\Åð¥^š|ýþ§üUAy|ƒm#|ƒ÷\æ|ƒ‰?|ƒ_ƒ|\ã\ÚUü56Vü5®\Õüµ«–ó×©Lñ×­tä›˜\Ìð×§\Õð7¨?\ã›=\îâ›•ˆùfu\"¾Y}-Ó›F¾ùacþ–s/ø’;|ƒõümr*üm¾·øV\Ë\Ù|\ë3\ëù\ÖÙ“ü\íGBø;#=ø»l™ü]³‰|[~\ßö\Ê0\ß6<—¿;\ï ÷—\Ë|ûI>\ßþ\×C¾C¿–*ˆ€\ï´a\r\ßi[\ß\å\Ð*þÁs\å|7®\ß\Íú6\ß}W\ßý÷Qþ‘:*\ßc‡ß£ „ô…\ßóˆ<ß«°ŽlG\"ÿø­4þñTyþ‰uþ\É\çs|ŸXu¾O\ÂU¾\ßV%¾¿ÔŽ\ï¿Óš\ïpÿ”r/ÿ”S\rÿô›Mü@\×Kü \Èþ¹Àüó}±ü\Ð~cþu\ç?üE\Z?b<…I\ÜÇ\Ì?ÉZ\Í\àG\Íióoú*óou\ß\ãG?\ä\Ç_À™ýÃû¸’\ïõ‹Ÿ°ô0?ÁY‹Ÿó\ïD~\â\'qƒøIFùi—NóÓ—›ð3¯©ñ\ï¾ZÊ¿w®†ºÀ\Ïf\Ü\â?œ¼\È\ä\È<¾”Ÿ÷EžŸos’Ÿt‚Ÿf¿P;•_ø±‚_¤V\Ê/š±\â/\r\â?Z\Í/õä—¾‰\äWX\î\çW¸ˆø©‰üŠ&S~Å·B~\åž~¥¿-¿\Ê\Z\âW‡ókV\à×±Zùõ&~}½„\ßðÿû£\Çø\Ï[oó›·ñ›»2ø-»\Õù-3¥ü\×CMü7\Ûnò;\Ô;øûó\ß:—ñ\ß~\âwÿò?\È)ó?\è¾\ä¬W\äl™\ã\ì¬\à÷N\ß\â÷Eóû\×}\ãh\à†ò‡\Ø-ü¡ŸGù\ÃQþg1þ‹\Ä\á¤ñGfó\ÇR\Ùü±fþ—­‰ü/5#ü/“¯ù_W:ó¿¸ü¯œ\çü¯qø\ßønüoŽòüo¾¹üos+ø\ß\Øñ\'\îð\'oñÀuü^Nü™\ÔküŸ\Ì\nþÏù?\'\ÖòµŒò\Û\áÿ\Ñú\ÍÿS\çÇŸuBøs—\æøs«ù¶òÿ‰\Â\Òq\ÂP°@a¶^°\à_ X#(~¾(Pa¿¨X\èT³ª9wþ^ó,:c)P\Óð¨y\Ó\ZCGš¤{‚%®Z;\Ë\Ë¬hÏž,ÿ·@ {.G ›\Õ.\Ð\ë—	V0Á\nÛ¿\âq¶\0\ØøV\0œ|* ­½* õ¸	\Ècog\åb±\0ùb/@Xô”¥€:uL@[ðA@Kž06	˜\r÷,¢\0³]/Àn\Æ\ØRû\îs\'j\\À[Ið|#|³d\àøf ¬G xg.¶¡Ñ“\0¸{F ÉH~/¬\"\Ñ«.\ÅVŸù%0´|(06Àk\ïª\Ö\Þ÷¬K,˜¬¯˜\ì˜’p\é:o\é–3‚\r¤`Á†ƒr‚\r¿O6>:\'03ÿ\"0û™&\Øt5A`\ÞúG`\á\n¶>X)\ØÖ”!°²X¿%°~ø?7\Ûgt6¶I›Ë¦‚]¯[\Úw\íVS]ò€À®\ËS°\Ç^S°\çn’`\ï\â}‚½:û\Ó,~Wœ\Î;	œ5\nœ/o¸n\nJõ®Ò‡\×7m7ñ„Àý„†À=/BpX1Ypø‡Xp\Ä\ÖBpä¬ž\à\èþõ‚£e\Ú¯Eq/¯ƒ/_¦\àXQŽ\àx‹²\à„\ÙVÁ\É‘À;ð¨À\'ôºÀçº®À\'¦I\à›KøŽoø\Ñlþ\Û\Â§h\Çý‚sºG\ç\å\ë4\äÁ•³‚‹ðiÁer–\àraœ\àŠÏ  \Ä\"Opm¤I\Ê> ¸®¼Tp]\"ˆ\Ð\êD\ÜÿŸR}A\ä±U‚ˆ¥\à\æ³BÁ-“`Aô¾LAt{°\àv?]c‚7Hs\ÆL§\Ô\"H8E$l$f\ë	’\äe‚$\ç$ARÀ  ¹?U¢z[2öHZ¥!H\ë\Òþd.\rdrh‚ûˆ@}\ÎLóL,È™\Ö\äú\r\nž<\Ú-x21!È»z]\×ò}f‚<AÑ¹A\Ñ%® \èE” \Ä&YPúó˜ t6LP\Ö		\ÊQ;Ayƒ· òÁFAe9]Pù\ÙCPÕ’ ¨q\ÔÔ¦X\êGB\r’PAÃ¶/‚\Æ\'!‚&\Ë:Áó…ú‚\ç·\×\nž9.xñ°N\Ð*IÐš:\"xõ*xý Mð†÷GÐ¾p‘ ½¥S\Ð\á\á \è~\'\è\ìý.xg<+xwQ[ð\îÎ\à]÷ˆ\àýMÁû/‚®¤A7\'R\Ðmp[ðá¨‡ \'\Ò@\Ðs\ÏNð\Ñþ»\àã€‡ 7EY\ÐwôÃ §…\àÓ‰\\Á§´>Á\àm?Áð£‚\á\Äs‚‘}g#yy‚Ñ•)‚q\Ø@ð\Å^A0Á?&˜¸7\'˜ø\Ø)˜´œL~„Sn‚ß~L	¦›?wütIü.\èüž¦fM¯	f¯\Ì\Öi	æŽª\nþ*\Ó›‚\Ð%Áü\'‚ùX(\çvG(—n ”{pP(—÷^(\ï/T°•i\nœ\î.¸—!\\ð•-Tµ”.ºü\\¨–}_¸\Øð¬Pý}µPsñ¡Q(Ô² µ\ì\ç„ZÂ¥ö¯„\Ë~µÆ„\Úi€P;\ÝM¨¦$\Ô=tB¨›L¨÷x¡@\ë\Z?\n‰úuB	I7	É††BxK¶¾b$¤\ä5\é!µ“\'¤UŽ	{\\„¬\Î\ÓBla¤­(\ä\èÁBõŠ\ÃNr+\ï\nENšBiE(sx$\ÔM\Z\èð„«ƒw	\rç›„FDU¡\ÏXhdó^h\ìg\'\\+‡	×Ž–M2ö\×z+\\8 \\7.\ÜðŽ*\ÜóN¸ñ§‚p“n\Ðü’¡\Ð<\ÌRh\Þ\ì/´¨VZô®ZN<nµY(\Üú¶E¸m\ÂNh½´Rh}\'B¸]\ë–p‡Q¢\ÐF\í–\ÐfU±p—E¬\Ð\Öù»p·\Ú]¡½n…\Ð>eÐ¾ô·\Ðþ\ÏE\á^x³ð@ò\Ðù\È5¡Ë–F¡KKµÐh&t\ï²\ß\"<l¿Hx8\ÄYxø\íoá‘µòB@¡‡\ÅO¡\ÇsE¡\çÃµ\ÂcVy\Âc{´…\'>õ	OZmzG}úký?M	\Ïhf	\ÏÔ¯†\n„AgJ„A%#\Âs–[…ÁòK„ÁG„Â‹K„—®E	/¿\ì^1\Û\"¼’;-¼\Ò ¼2ý[xµ\ÜBx\í½Tzh©0,S$û+¼?#Œ„\î	o,[\'¼A} ¼ù\ÈSý;H3]\'Œ•\æc\Ø	5žm	\Â;\ï…Ii\Âdß½Â”&P˜VvS˜ö6O˜.\ç\"L\×\ß\'LŸf`\Â\×\áý¯…÷ƒ^³÷\ç	³o&	l[.|\">´>¼›$|Ø°]˜³\Ý_ø\èa0O¨(\Ì;Š	ó7\\\æ_¿#ÌŸ\Ìš\ÔGž‹‹¯{	\ËóÆ„•¢Qaeù5a\ÕÿÚ®^—+¬…Õ…û…56Ï…\r¦\Â\Æ÷Ë„#aÂ§€•ð\Ù\á.\áó\åñÂ–¡Â–û„­=\ÂW…!\Â×´{\Â7A«…\íf\ÂöP]a\çª\ï\Âwk´„\ï	»4“„]m©Â®\ÎJaw†·°g\ëAa\Ïn}aŸÿUa_\ç.\áP\Ìr\á°ÿv\áð©q\áð\Í\Â\á¤o\ÂÏ‹\n?oò~;±Xø-\ß@8e\n§÷\Î(\Zj\Þþ\\)üuó”pÖŒ\'œ;> œK¥\ç*\nÿž\ÉþóŸÎŸ®\ÎW¤\àr\Ú{p\ZW0½‚+œ=Œ+¼~ˆ«üV\ÇU§6\áª?ªñ…\è|\Ñýµ¸\Úýo¸\ÚK#\\­EW\'©\â\Zò]¸Æ|i(¾tr\Z\×a[\á:µør¾®Kœ\Çu\Ë\ázKúp½\Ð\Ýø\n\æ8¾R²_¹‰¯¬]€ã„„‡8\é¢\ru\\\Æa~#Ž¨\ÆÑ¥\"œ\ZMÃ©¯~\ã´.8­]§G\×\â\âÎ&\áŒ\ç\çq\ÖeCœßŠcÿ\\p\ÎJœ;ÖóÎ´ã¼š\Í8\ÛnœŸ‚½qA{<.øgŒ\ãQ«q\Ñ\ß¸˜éŠ‹÷]\Æ\Å\çGq)U—\Þ\×Áe\ä\\&øŒ\Ë\Ì÷â²Ÿøª\Åð\Õq#\ÕC¸\Ã7:dˆ\Ëö\âkL\Þ\àkÜ¦ð5S\ÊøÚ¶7ø\Úq7‘z\ã¦ö-¸\é\ÈS|=\è‹o°	\Å7®Á7º;\àŽ\àf\Û-p³ƒD\Ü,l¾)\Â7Û§\â\æ:Å¸EYn1\Ï\Â-Í›qK¾\Í)\ßV²·Z)Å­v	qk*€o?\Ë\Çmò¸M\ß\éý	ß•ƒ\ïjw\Çw\Ãmc\Ëp\Û\"\'|÷ûø\å\Õøž•‰ør/¾\Ç|\ß°wˆ\Ï\ÇF\à{5•ð½z»ñ}Ô½¸\ã\Å\'¸cõ|ÿ\à_ü€²3\î´\ï\î\äVˆ;]\ã\à.«\rñƒ\ÛpWB\îöh!\î\Ö\î…Ú°?ü\Ø?ü\ï\î!Ú‰{¼û‚{\Þ}„{V¶\ážÿN\à^”püøK\rü\Äÿu<@Æ½	¸\ï-GÜ®Žû™À¸¿u9~\ê\ÑWü,\Å?\Û#\Ä–‰ð\0x?6\í\\€\Ý\ZÅƒ†\ã\ç\ä^\ã\ç\Èñsv~\ÞH?\ï=Œ_0\'\âjÿ\áÁp:~1\Ç/5\Æ/\Êð\Ë\Ïñ«™Oð«\ÏôðÝ»xÈx\ÈtŽª\àá²§øõ\"ñÿXq\Þx˜ˆG\Þ~‡ßˆ9€GiÁ£Þ¾Ào\åD\áÑº\æx|\Î?<\ÑtO*>‡\'Ë«\â)\à?<\å‡ž\ÊÙ§¾¬\Å\Ó\\\ãYþùø\ÝÀ.üž\à-~Oÿ~|‚?T—\Ãs‚¼ðœz	žh‹?Ùƒ\âù;Ÿ\âùyð\Â3Gð¢-xQV^ô2/úmˆc?ñ’Oñ’?¼´0/­>—N\ä\à\åx\å)\n^½D¯©6\Äk\íºñº£xƒñ¼‘\îˆ7\í\ÕÇŸ\Þ;?ÏÇŸ\0x³Ÿ5\Þ\áˆ7ÿÚŠ·\Üû¿\â§\â¯\Äqøk\îiüµXo·Z€·WnÀ\ÛGn\à›	x\çò|ü­_þ6\Ï;t—\ÇÂ»L²ñ®¡z¼\ëûU¼[»ÿð°ÿxl\è\ÃûFV\àý\ãýõ¹ø€\Å>\èØ]À‡;®\àŸ‡Uð‘e©ø\È\Ï)|\Í\ÅG­ö\á_VRñ¯Ž\rø×“;ñ\ï—>á“¬\ÝøT\Ñþ\Ã\'Ÿ¦x\á\ÓÅ­øô\Z>ó\ë >ó§ÿm¶\0ÿ½=ÿ\í\í\Ï”\àsk\Î\ãÿî·Š\ä˜\ÛEòN‘ü{@´\à\É‘b(Rõ®©6¥‰\"KEOuŠ^f‹™øŠ\Ím-6\niœ‰-y³Z´dJ \Ò\âY‰´Ž\ÜiÝ½\'Zª4.Z\ZüA´ô¡T´l•¡hYn‘hY©L¤Cø \Ò	±-\ß[)\Òuò\é\í\Ê\éi‰Vp£E+|­d\Þ­¬Y#\"<; \":Ï‰@ª™Ü¡!‚&1\Ùû˜®TQª9®(Bú\ÊD\èT¨ˆ–K1*þŠ˜\çD\Øý\Ã\"Î•1g _\ÄUPqc\"\î‹\"oq´ˆÇ¬ñ2—ˆxzD|=–ˆ=òÿÁó¦H°²U$ ,	ªCD‚\Þ\ß\"ü‰H4\ê ’uu‹ô\ë\ÚE\ÚM\"ƒq-‘\áöý\"\Ã=™\"\ÃÎ‹¢5;ö‰Ö„»ˆÖ¡¦\"Éœ\È\äx«È¤\á¡h½¦§hý1™h}\È/\Ñú¯¥¢\r\\\rÑ†uƒ¢\rGE\Ên‹6vN‹6þ^(2#Ö‰\Ìv|m2	mº Ú²ªG´%¨_d¡j(²X¤\"²¿%\Ú\n¨‰¶\ÞX-Ú¶·]d\åðUd½\ÃO´½‰.Úµ¢Jd»\ØUd\'§\"\ÚR\"Ú³›(r8\Ñ-rHI\í\Õ\\+\ÚG[\'Ú·û›h_ñ1Ñ¾–õ¢ý\Ý)¢%\"§g«D®žŠ<´‚D\ÞkDE \èØ³\r¢[Ù¢e¹¢“”j\ÑI;W\ÑÉ¸w¢“\rA\"o9+‘w\Äs‘ÿSe\Ñi¥\Ñ\é–h\Ñ\ée¢3\Û1QÀ›i\Ñ9þœ(X\íŸ(\Øö…(\ØS(\n\r\ßûŸ\ÊÑ¥S\á¢\Ëýª¢k\Ý.¢P\Ó^QXò}Qø<Qø¸¾\èú:k\Ñõ¶J\Ñõ\ËD‘…#¢x€\è\Æ\îÇ¢›÷óE·n\íÝ¦\ËD1\ìjQÌ¦nQL\æ5Qœ\çQ\\P¡(Qõ·èŽ©—(‰!J\â:ˆ’+™¢”\ÎQ*ÿª(5\ßK”–¤$J‡´D™{ûE™7D™iE™U4Q–‹¡\è®ñkÑ½…gE÷|•E÷þEˆ²\Ç,D´·‹4n=ô+\å(¿\å\\û\ß&‚¢œ>%Ñ£\ïE\ä	QÑšLQQ\ÅQ\ÑügQ±ýsQ±\ëQqXº¨dÁQ‰’§¨\Ôë±¨Œ®**¯o•wNŠ*G.‹ª®ÿU\×\è‰jd?DjlQ?NÔ”\Â=\Í0=\Û/=«ñ=Ï–‰šù‹Z<E¯Žº‹\Ú\ÚbD\íÿ\Ù\Û36Š:‚è¢ŽÁF\Ñ;Þ”\è]_¶\è\Ý7Ž¨\ë,_\ÔÝ²C\Ôû\Ì[\ÔG\É\r¾ù \Zž\r}\Öw}þúU4b*\ZÕŠ¼–:‰\ÆB\ÃDckD_ø\ÇE_¶¦‰¾šªŠ¾ÝŠ¦Ì»E?¶ŠE\ÓZd\ÑL\ê\ÑO¾‰\èwb‘\èO\ÇÑ¬Š©h¶\ç¬hö\Û\Z\Ñ\é´\è¯\ç±œaˆX\Î7Y,3\'^p¿C¬Hý$Vô;(V‚Å‹öóÄ‹Úˆ“,Å‹³4Ä‹+8bõŸ/\Å\ZLw±FbˆXó\è.±–\ÎJñR\Ó2ñÒañ²%Abm$Ö±X!\Ö\Ùú^¬ûJ$Ö³þ+^‘­%&¸öŠ‰û£\Ä\à‡…b\èŸ\Ð\ä\r1,¬Ãµbx\ØMLq®SŽÿ£\Õ41µr¯˜\æ\Ó!fP11CŸ.f\Ügˆ™»#\Ä\Ìþ41«\Ð[Œ­\Ù.\Æ2|\Äl\Ñ!1{xD\Ì\ÙpN\Ì[Ló Ž˜wE\Ì\ïˆ\ïZ\Ä\Âg÷\Å\Â\æ1n *\Æ\×‹N®K2\ËÅ’ò?b)rF,›\Ú$\Ö\'\ì\ë‹\í\Å\Çc\Å7]\ÄŸôÅ«]TÄ†[ÖŠ\r“‰\rœÍ•‰…\'\Äk«*\Äë® b“{¡b“’\åb“\Æx±I—­xý\ÐVñ\åñ†\ã\Ä\Æ.‹\Í\Z¨b³v9±Ù§±ù\Â(±yœ¹\Ø\â\Ø±\Åko±%;Ll)m[þ2[\éü[7\É\Ä\Û;Î‰wŒP\Å;·®\ï|ÿV¼k\í¸\ØV\ÑNl\çõG¼\ÛJSl¿•(\Þs\ÕV\ì@t;Xˆ\\›\Äûø‰÷\Û\\X‰\à;\ÄN\Õ\Ç\Ä\Îz\Ùb?uñÁ\\Ž\ØUG vC]\Ån§Ä‡¤ûÅ‡\ík\ÄGöú‰=\Þ{=š_qH|\"VO|\Òôšød~¦\Ø{w¤Ø»û0(bŸ{›Å¾ñi\âS”Bñ©f?ñ©©­\â\ÓÄ§¯\ÜŸ\Ïx&¾°”&¾ \Ë_€R\Ä\ni\â`~°ø\Ê\ãFñÕVq\ÛZò\ãŽ8”¶Efª/û?7ª[\Ä\ìpq\×Hy+T|C\ë8\ê\ÞñÍ¬k\â\è[W\Ä\ÑYÅ±¿\ç\Äq–;\ÄñÖŸ\ÅñA\Î\âø=\âøhq|\í%qZ,N°\Ø/NH\Þ/N¤k‹=JÄ‰\â;\n=\â;÷­\ÄI\çû\ÄIwŽŠ“\Z2\Ä\ÉÕ¹\â\Ôh‰8­ \\œNŽ§_*gTEŠ3|gYÌŠ\ï\Ê3\ÅwW|\ß5ý,¾_Bg\çÍˆ¨Š\È\è\â‡Q=\â\Æañc?Xœ›ª)\Î}òGü„Šˆó8/\Åy\Î+\ÅùN\ËÅ…\Ò\nqa®ƒ¸p@Q\\4ñV\\<A\\²âˆ¸Lã¹¸üñuqy«Ÿ¸\"5X\\Ù²C\\¥øP\\\åQ\\{k½¸Ay—ø\é÷qñ3¹]\âg\Âs\âg\ïpñó\Ô\ZñK%%ñK ÷\n\Å/\Íˆ›\ßˆ›»Ÿˆ[8\â–\ä÷\â\×\ì\Ç\â×¯\ç\Ämo\Ô\Åm}>\â7{T\Ä\í\ãþ\âŽ\Ýdq\Çÿµ\è\\´FüNi¸ko•¸k8_üa¹†ø\Ã^ŽøÃ‰qOašøcÌ¨øcv´¸—²H<pÁ[<tö¸x¨\ÖE<\Ô\ã&þlõD<úRK<6¦\'‡M\Ä§«Ä“f\Ý\â\n-\â\ë\ê\Ä?ó\Ä3\Z±â™žrñ\Ì\Ø1ñ\Ï\"™øg‹‰øW^‚øÏ©ƒ\â?ÿ\nÄ³¡¿\Ås5â¿«¶‰ÿ]h\ÏSˆ\çw:K\ä\ÚK\ÈOH\Ø\ØJq²Déº¶Dé‘ªDù\Ë‰ª\ÆF‰\ê\n‘Du\Óg\É\Â\rC5_\êÿ¸J\Ôòl%‹õ“$\êg[$\ê‰;$\êowJ4B3%šý’%K%ZNY­¬cmõ‰ö^7‰ö\Ø\Éò\Ó]\ák‰®8F¢ûK_B\Ø.!:\êKˆs]hù=	¹\ÈE«\ÔH`-DÓ»%\Ô\Ý5\êž\Åº\Õq	}w„a±CÂº¶X‚qÿJ8k$\ÜÍ—$\Ü=\ÆÞœP\"\Þ\ä+‘ªxI¤›I’UZ%h‰\Ä\à\ä˜\Äpw‹\Ä\è\Õw‰1q½Ä¸™)Y#ë¬iO’˜4Þ’˜nš—˜\r˜¾]&YO\Ü&YßƒI6Ž\'J6]L”l†®K\Ì\Åk%–ûf%\Û\ÎXH¬t—I¬\rkGL²ýþu\É“’7+$6\ì›o$»\Ö\î’\ì\êø%±Õž–Øž\è”Øž.‘\Ø\ÅJ\ìŽ5Kv+zH\ìO=•\Ø×œ”\ì1û\'qo”8¨\\•\ìsñ”\È>!qúD’8[\ÕJ\\N$—J6OJöý¸NI\Ü\íò%‡Œ¬%‡7hK·\ÍH<\ä\ç$±|\ÉQù‰\çµ/KrB\ÞPrÒ¨Kròµ©\Ä[\Ñ_\â\å ñ	”ø2Š$¾\Ó\Ég¾\Ä6^rJù™\ä\Ô\Ë)\Éi…¿’\ÓO§$g” É™Û‡%g>Š%g+$\Î$	’s´’s›¾I\Î\ÙI\Î\Ýì”œ+\âIÎ«=–œ\ï\\(	¾\Ó/	.],	®%H.\ÒÿH®°¿J®Š\ßIB\ä3$a\ZÉ’°\êDI¸ùIø±äº¥$\âÔ°$\âq—$’\Z-‰”\rJ¢›$7e’›.Ñ’›ÿ¦%1Z$I\Ì:KI\Ì\è2IÜ¡’¸´`I<\Ø)¹s V’\ÌU’¤\Ô\ëKÒ 	Išû¸$]\çˆ$+3Q’õ$Hr¯*MòP\ï¸\äá¬š$\Ç\ëœ\ä‘jž\ä±F–\äqE’k²\\’}S’› \Ô\×H\nšó$…¾\æ’Â«Ñ’\ÂxSIaÒ¬¤\Èñ·¤h¸RR\Â{,)I%¥©Þ’² 1I¹\ÜCIEx¶¤2ç¤¤²÷ ¤J\ÏARm˜%©³”\Ô.—“4¬\"J\Z\\+$\rãª’F$H\Ò8yR\Òtöœ¤)ÿ´\äi¶Pò¼—¼(ó‘¼|9#i^\'iQ\ß%i)ø*i}K\Òv3Bòf\åI{ž¾¤£ú¨\ä­\ì¹ä½‹·\ä}ùC\Éû)CI\×\Ë|É‡E)’m’¼D\Ò#\Ù*\é\Ù\Û/\é\é{#é½¬/\é\í×–ð.JD_%ûH>ù\ÔK>u&J†V\æJ†7\\’[NH>J’ŒšyJ\Æ$c…‰’ñ\ã’\ï\ë\Ê%\ß\Ï\×I¾_0—LhÞ”L\Ð\Õ$“¢\Éd\Øn\É\ä­H\É\Ô?%\ÉO]\É\ÏPLòë¯’\ä÷APò\Û\Ç\\ò§óª\ä\ï¦@\Éß’.\Éß©/’ùƒƒR9\ÈT*¿­HªtRºp³•ta°DºHiNºQ—.:°]ª¦ùCªf\Ó ]ü}—T\Ã}Dªie#]¢øAº„ƒHµH‡¥Z‡\ÏIµnIµ^\ÛKµþ\\–j\ÍuI—v†Kµs¥ÚŸiR|ŠT\çe³T§Ÿ$]~ò TW’®tü,%8}F´¥\Äó¥\Ä\Î\ËRÀ~D\n¸\ëH\Z)8\â)%tKI{º¤$ÇRÈ“%%W\ÚKa8\\\n_\Ú&…+Ë¥”–)\åÿK*J©‡\ç¥\Ô[3RZl–”ž¾U\Ê\ÜÃ–b\îªR,kDŠ\r\ÆKyOÜ¤ü›{¤\Ãy©\à’§W¿/\Å\ÛöJ\Å\×¥\â¹©d•T*#•¥Ke\ÍERý§©}»tõ©­\Ò\Õ©Rã¿‡¥kònK\×]o—®+Ó–š‰•nHÂ¥j¿I7¦n–n¬Öš™?—š\Å¥›\à\í\ÒM\æRsz—\Ô\\`\"\Ýb°[ºÅ—\'µø)µ¼“\"\Ý\êÿCº\Ím³\Ô\ÊS]j\í¨*Ý¾“n¯Õ•nÿ¹GºCYUº\ã$\Ýq5@j\"µuˆ”\Úe&J\íjRûw\éžY¶\ÔÁ\ÜV\ê²M\ê„m:Y8J\\Ç¤Î‚R\Í>©Kp†ô\à\\zp\ÚQ\ê\ÚüA\ê¶mX\ê\æ“&u”º\ÓÚ¤\îüt\é¡`K\é¡_W¥\æ\éR¯F9\é1£WÒ“\Ø5\é\ÉiM©\Ï?\\\êgHý\îKýƒ\å¤þŸ¤þm©ÿôié™§Û¤g\ç¤J·¥_Ü¥\ç¨w¥\ç²J\ÏUl’ž\ß\Ô/\rþÿ,Á©¤—r¥\Ò\ËHz\Å\Z–^©I”^uÏ”^û\Ý,\rå¯’†\ÊPix˜H\Z\á\à-˜½/\ÏKo|•ÿ@\Z5,½µ¥C\Z»jP\Z¯œ#÷£KözH“\Ó^H“«ÿISU.KSeKÓ”y\Ò4ò°4ý%Cš,ÍŒ»%Íš‘\Þ\ïs“fÛ†I\Z}“>ºðFú¸J&\Í\ë-—œÉ\rI‹Ž¯–`H‹úr¤Å¶ò\Ò2tRZ–º[ZŽ\åK+´b¥‡\0i\Åi%<!­ô}\"­ZI«¼•Vo–Vû©H«\ËKkNK¤µz¥µ¦ç¥µ¯¿IkgWJ\ë€õÒº\í5Ò¦$\é‹]\ÍÒ—«Qi‹¿³´õ\ì:ik˜±´­r›´mFQÚ®[ mw™‘¶û¨I;úVHß¾ÿ!}7\è.}¯\ì+\íZ*íº‘&\í~ðF\Úý4IÚ³6]\Ú\ÓT*\í\íQöEVIû†‹¤ýŽl\é\à¦é²µtˆ·[:tð˜t(U[:\ÌN—~~{W:B©Ž:8IÇ”\ÞIÇ¯J\Ç|¥_À`\é×€5\Ò	gX:q\×V:¹Nf§KgºHžÒ‘þJ)–þ\êz&ý-¦KW¾•þ¹ðO:«»F:/S³”\ÎmQ–\Î\ßL\É\ì•)¨\ï—)\\”“)9È”r¿É”	·eÊµe*\Ø.™\ê\æ}2Õ\Ûe…±²E®›e\ê$¦L\ÝT_¦¡P#[úñ§lÙ¥!™ö\ß*™N¸²L\çO©l9\ÕD¦{fLO;^¶B\é¬l$/[±c½l¥a¢Œ–Ê€Á<xtPF\Òø(ƒ¼A×•dP\ä^yâ„Œ\Â\ß-£Œl•¡Ý2ê¦…2:å¦Œ~\ÏHFv–1\êµeÌ“‰2–Q¯Œe—&cyre¬g?d\ØG\'»\àœŒ“U(\ã5\å\ÊwKe\Â\ïwdøÿ\0½\í2±£²L|Ž#“5\Êd\Z“2\ÙõyÙª£\Ùjœ#3ô¶“­Ó»$[\Ç]$3)T’™\Ú\Õ\Ê6~{,3{_)3×µ•™WY\Ë,bd–K\íe–Î¡²mG.É¶ýº.³º\Ü(³–Ge\ÖKd\Ö\Ûze\Öm\Å2û\Ã\ïe{0_ÙžŒ0Ùž¬«22‡ð™Ó·\Ó2W|‡\ÌõÀy™«³›\Ì\ÍX,;¤\';tz‡\ìˆF‹\ÌC/óÈ§\É<Š\îÊŽzÊŽz\å\Ê<IKdžþ¥2/E‘ì¸ªTv¼ð\ìDO\æ/óm^&óý\â-ó\Óò’ù‹þ£°¾£¹|\ß8€‹PH\ÊJd5\ìT¢>\ãù\ìñ|öžI¥\"*šVöHV\"#	EYY	\É\ÌH²J¶²\"”\ê÷ýû¼\ÎûŸ\çœç¾¯\ëú\ã2‡\Ü\"!¡¾÷\ç!^:\ËY*\ÄSñ\ét†øEwCüúe!~Áÿ\×U\0§ÃÀ\ÇÚÀ\â<H\àl$\È\Ùr\î;$Ô°*|	½·~rG6r\ç\ÝHøû\È]¯/»\åzˆ¿\ÈC<H\ä»Í(]MH\Ô\åDH4-\nr’‰•:‰\Ýq\0rÿ\no›I¼w’d\Ð\nI:4I²ð‡$…[ARÔ‘”ÜƒG2žGÆ‹GdG\È\ãQ*$-\Ö’¿’^’>¥yjt’¹/ò¬<ò<ñ-$z’-ü\Éo3€\äo,C\nøñ‚LHÁð ¤P9Rø6R$BŠl\Í!E‰\Ç \ÅiŸ /»÷A^=»)“‚”\0)\ë{)[ºõŸH\Å62¤¢œy½\é¤R\Ð\n©üQ\n©Z“…T\ïx©6Õ€\ÔM)C\Z.hC\Z<`†i	H£úH£¹¤\ék\ê€¤\å¡¤¥l\Òzw	\ÒZpò‘ûòqX\n\ÒQø\Òù\ç ¤«O\Òm{\Ò\í\\ù\ëù\â=\rù’§ùª´2¸þ\r2dL†¿\Ê]‚\ë!\ÃFõa\Ëd\È\È.=Èˆ‡dT^2v¯2–_\0ù&ñò])ò·ò½T2\é›™’\ìƒLÇ†A¦ST!Óƒ<ÈŒ[,d&ûä‡´dñ\r²ðTY¤yC¯mƒ,\Þ{\rùum+\äw¿d¹\É\n²<u²j[Y\r£BVÿ.Bþ8•C6\ÌÅCs¿g!ý\Î@þ>~\rùwoò\ï\éÈ¿\á`¨D<*0ùŸ%¨ôd\rT\ÆX*ƒ×‚\Ê<S†nù“\ÝZs*¯²Ý¾kº\ãT\Ù$ª{ªg	U#´@\Õ\Û\â \Zw¡\ZŸí »\ÃÒ¡š\Âh¨\æ\åP\Í\ÅP\í\ä\ÓP\í!P\\	T§\è\nTw\ßT7\n\Õ\í/‡\ê=o†\ê\ï½\Õw\ç@÷2†î½”	5\Ôö‚šfN@Í¶©@Ž<€’:=2µ(R†Zük…½ú\nje\Þ	=\æ\á	=ö\í$ô8“\r=y\0\nI„B\å\ä Ð(ý\n{\ê…ÿbBg2q®ŠôT€b÷B±3Pœú>(þF;\rJ€þ€¢Ÿ@A\å(øDJ2;¥üj†R‰uP\Úþ(\íU	”3¥Š‡2ð\ç¡\Ì\ß\íP;\Ê>qÊ¾ý\Ê!\í€r…Pn\Ù¨@\'*|\0ö€Š>~‡ŠGƒ \â#è‰¯\ÓPk•\ÇÐ“¦/¡§Ô˜\Ð\ÓvnP[…»PÛ‹÷¡Ž2³PG|\Ôñ\ÆCè¹“f\ÐsE=\Ðº+PgŒ6Ô¹\ruQu†º¨ƒºt˜@]\ã¡\ÐKz*\ÐK¤ —¯JB//LB/¯\ÌAÝ„· \îf\\\è\Õ0,ôj•	ôÆ€2ô¦S.ôÖ·MP\ÏX%¨2zû\ã<\Ô\ïU4\à»54pY\Z4m\r6ÿ\rÆžƒ†\ì>\r¥¤BC#!\Ð\Ð\è\Ëû\Ð;£\æÐ»§f w_€F‘¡‘>\Õ\Ð\Èl\Z4Z\É\Z}ÿ94f@\0\rª‚\Þ?j;O™…&¢ ‰\Ô.h\âôshò•Bhò\Õ!hòû‡Ð‡\ÜhJ\ä%\è#ú\è®\0š*}\ì»šöð&4mvšþ@šž·š±©š!§\Íx´ú\äL*ôIB	4³\Åš•óú\ìš°\0Í¥`¡y–\Ò\Ð<\'h^|4\ï\rš7\ß\0\Íû;\Íoô€¾ˆò‡°\ïBªR¡\ÅwhqÀ\"´8h+´øq9´$DZ’¦\0-~}\é	}¥†„¾\ê\ÆA\Ë\ÂF¡e÷³ \å°h…ò9\è\ë–4h\åù!\è‰\Ç\Ð7rw \ÕÁ“\Ð\ê\Ô\Ð\Ú76Ðº‹£\Ðúsg¡\r÷,¡\r\íK\Ð&\ÙoÐ¦h³&Ú²&†¶ñŸC\ÛÌ¡\ín\'¡\í\áz\Ðö\äehû\ç‹\Ðö‘\Ð\Ã=\Ð\Î3G¡]Ú‡ ]WŒ ]\ÆÐ®!hw\ÉOh\í´Oh\rí›”~þxúyQ\rú¥E\Ú~\Úÿ½: ó:°z\r:$–€¥\Æ@‡•\\¡Ã£I\ÐQMK\èX°:ô›’ôLðÖ…N<\Üœ‡N§\êB÷Ctl‡þ\Ä¡óy\Ð™“\Ð\Õ\í\n\ÐU³Y\è\Út\í\ët}¹º±\Ùú/hôß°L\Â\Ê¶\éI7Lò¨7LòULò&=\0“jeÀ6\ëVÀ¤	\ê0™\Z$L\Öò/L–}&\Ûó	¶\å\Ìl\ËEKØ–\Ñk09\Û\ë0yÿ£0ùL˜\Ï¶\íŒ2LQ¦\r¶ýYLI#¦|Z¦¦Ry¦*u¦J;S\êS\ï…©ÿ\äÁvj\Ãv‹Caš\Z›aÚ’\î0\í+7a\Ú)§a:F]0‘¦\ë|¦w\èL¯òl; 	;\à¤3Pk‡†TÂŒ\ä¦`F¨U˜™•{\ÃÌ³`\æuŸa‡BŠa‡Fp°\ÃK\Ø\Ñ}0\Ëni\Ø1]\ØqÓ‹°\ãŸ`\ÇßAõ2`°;08¼\Z÷Ì€!?_‡¡Õ`\è˜t\æH{Œ\Ã?±‡ó90R¡4Œš²£k\ÍÀè®\Ã¯Ga\Ì\ã0¦\rcz\ïƒ1}Ca\Ìú=0j\Æ\ê¼cƒoaxŒû\äŒW…ñ±N0þ‚\rL°V\æÀ„]x˜ø„+L|÷L|?	vn;1º³v¤Á¬—·ÀN±\Â\ì\rraö\Ø!Ø™n<\ì‚\Å>˜S:\ìb²\ìòzØ•\Æ0wù×°«*?aWuR`\×^ü€]7\ß»\é´	vó³\n\ì\æ\r˜‡:\æ1{\æ¶ó†9\Ã|þL\Ãü¿‡\ê&ÀÁ;\Za\Ã)°`A8,8ü#,\Ä\Ä\ÂU……Zf\ÃBQ†°\Ð?XhM#,\ìs\ì\î6kXD\ä8,²-\Z\Ù\ß‹Rû‹i²Ý“\é‡\Ý+_ƒ\ÅYÜ…Å~‹__‡=À0`	\ìTXB\Ð,1\r„%®Á’t\r`\É\ÍÃ°G7þ\ÂRƒKa©\Õ<Xjc\ìñ@,M\Â–¶ƒKƒÜ„¥\ãa\é#c°ôj°\'’?aOTzaO\ïÀ27\í…eª„=§+Â²sXv‰-,/ –¡V \Ü+\Ð‡\0…°¢$5XñXñ1/Xñ\ÂKX	d\rV\ê5\0+“‡•~ë•\ÎÝƒ½²v•©…\Ã\ÊL|`e\è-°2ÿYXyr¬b;VQ,{]~V)Jƒ½\á\"aoòzaU\"GXU\ê3XµVý,V³¡\r«;\è«KW…\Õi\Â\êM½`\ru\ã°Æ™ý°¦[‡`\ïøq°–ž<\Ø{	\rØ‡–c°¬.XG™¬\Ûn\0öù\ë-Xÿ®/°~÷°þp#X6x¼	6t\Þ6\ì7+ÈMÌ™Á&\Öra“z°\Éï‘°)­N\ØTO<lú\ä lºô:l&z\ì‡ñ\Zì‡½/\ìGûl	À\æl7\Ã\æ5\æaó\ÚÿÁ`‹û·\Â¿\ÍÀ~\Ù\Ì\Â~#÷Â–Uö\ÃVÌ¼a+¿Va«w\Ãþ\ØÀþ„Z\Â\Ö+­a\ë\Õ9°¿\Î;aÿ&nÀ%£7\à›ó\Ú\á\Òn\ãð­\ÞFð­µcð­Ëšp9\ËE¸<R\0—o‚oÿ\0W”n…+\Â\Ç\àŠ3Zp\Åye¸\â†\\)\â+|‡F=|\Ç\È\Z|\'\â|\'ñ<\\9w®²B…«f\\„«özÁ\Õwœ„«¿ƒ\ïN‚Áw?Á5Í³áš›p-\â4\\«V¾\çœ|O2\\Û°®÷Á®\×#	×—€\ï•	‡\ïµ^†ï«Š‡ï§¼ƒŒhÀ\r\Ç~Á\ÍÁ\êôÀ\Zž‚\ÄTÀ^\Ã\rÀÍ¿™\Ãu‚.À,ž€[*›Â]òƒŸ@\Ã\á?÷Â­8pJ\rŽx»Žx_\rG=\ÞG[nÀÑ¬pŒö[8>\ÃN¨h„šþÂ™2Cp–ò~8\ëð%8÷»:œw\0\ç\ß\áÀÁ…¾p‘\ë}¸øI8ü,n]ƒŸ4hƒŸ\n–…Ÿ®š‚\Ûþ‚\Ûþ~·\Ç\ÄÁ\ÏN„Ÿ\Ý=\0?ÌŸMK„;\ÎÁ\ÏMò\àNt\Ü\Ù\Ý~qk\n\ÜUI~9\ï/üŠ\ÌGø•ýuð+Á\Óð+o\áW†¯À\Ý~{Á\Ý\É$øÕ°JøµƒøµN=øµ\røM\Ì0üf\îüf\å9ø­¥­ð[}\á^\Ü+sî•—÷©Ó‡û´…\Âý\ç\áA¡3ð`­+ð\àx(\ê!<\Ô.\ê´\ëÖ„‡À\ïz\Ù\Â\ïNL\Ã#{\Â#ŽY\Âcû\í\àñ3\ß\à	?x\â\Ó~xò˜<\åñix\ÊDüñ‘&ø\ãn]xš\Äyxš\âoxúö~x\Æ\ÛqøÓ£\Æð§ü¹b7ü¹\ÃxnV$<\ï\ämx^\Ú&xÞ‡Zx~’¼\à\ïx\á\æ÷ð\âpx‰-^R¢\ÉüyZ^:U/\ì†WU€W?<¯ñó‚\×ylÀ\ëÆðºEsx=\ä/ümr	üm½¼QŸo„ºÂ›’8ð¦9¼¹\'þŽ~þNP7\ÕoM†À?|Z·¹\Ã;z\ì\á\êYð\Î\ÇmðÎ·-ð\îøx¯\Êsx\ï&¼7\Û\r\Þ;\åÿ¢ÿü þÿr5>p¢>p…\rú\Õ.~ž\Z€ª%ÁG)uðÑº«ð\Ñ{ø˜³3|\Ìe	>V;)‡[Ÿ‡?>\nÿ|>‘F€OA›\à\ÓW,\à\Ó\Þ^ð\éJKøÀðù\02|Q˜_¼»¾[_|ù¾„H…/…\ï†/eB\à+N\á\ëg–\à\'\Ý\á\í›\ág\åM‡\0\ÉR€4>ŽxHgÀYŸe`Ë›÷€Ü•j@®m7 7ôw=	(°«…P øþ6°=õ\'°=\ÏØ¾öPú\Ñ\ì\Øg	\ì\Ü\Ú\ìœj”\r•~@e‰\0¨~ù¨õþ\Ô\Û0€zûI`Wü/`7xØ½ahÕ¿ö.{>{¾ª{E€Þ­\Z@_a\Øk=\ì4\0<;X*\nn\0FýË€±\Ù$`²\ç`’œ˜šw¦\ÙÍ€™;\Z0K¨ö\Ø‡UG€\Ã\ZA€…ôÀò\ÉeÀŠ6X]\0¬\"\ÅÀ1½R\àX\áp|ÿp¼ð!\0±\Ù@®Ž°YU\0\îRÀý>ð?\Ñ\0\Â?@~ (­,\0\Õ\æ`\êý¬»€\Íÿ\à\0x\ä%\0ŸŠ€øµ\0O\Ï`z7@²\ËH\ÉV\0\é\é @>‚\0\È7†\Ê\Ë\r€šv	 \É]\è<:Àh0˜_&Ž]À;\êð¦¤\0!­§»R\0\ë %Àº\"8Y{8-ý°•\Ú\Ø98\0ö§žö¯r\0‡3\çû€³\îù€\ãˆpþ†8_+	89g\Ì\à\\H.¢W\0\Ó(À\å\Óa\àÊ¯À\í\Ë\à6¤¸?n˜\Ô7ˆ§[\'Wi1\à\éxð¦ŒÞ±’€w\\%\àpð=ø)\ì\0üœñ€_\Þ[À¿a(Y\0‚\Ø@\È4„•‹€;¯Ÿ\0wt€\Â8\Ò\nDV16@L»p\ï};|ˆ]\â\âqŸóøxO ~QHŒ’.\ÄI\Ë ™~Hfõ\0\É\ÃH\à\ážkÀ\Ã\nE\à\á\"H¹¤r×€\Ôz7 M\ß\0Hÿ\0È˜\r\0ž\"†§ÿöYT\àÙ£\r\àù\çÀó§3ÀóC [F\ZÈ½\"r\ßzo%‚×Â…R ¨®(¶\ßwt/u¶¯£\×W[€\×óq@¥¯Pùš\nT¾¥o&T€*•N \ê¢<Pu…T\Õ[\Õû”€ê¸£@\r\n\Ô\Ê	€\Ú\ÓC@\Ýj)Ð°šôf\ÍT 9\â7Ðœ›´Em©G€ÚöñX \Óh\Ðù\'ø´`t)9\0]kš@w\ï\Ð#\ãô\ì4z>\0½ÁH\àsˆ\'\Ð_a|\Í8|•jþƒÁÀ \ÏŒK›>CÙ›Àˆ=øVµ˜ ¹\Ì5`*ò005\ÓÛ¸À´’)0}ú;0ýú\00=m	\Ìõ.?7·?5‹ú#À¢\íc`±H\rø•\íüjùü<,Áf€\å\å\ßt`e‰¬\êùkÒ·€5`ý…!°^\Ã\06HP`ƒ\å\0ü%\Ýþ4„Ä‹ƒ‰¹„¤\îBò\Å\'„´aBºð\nBv\ß„œNB\Î\çb›\Æ4b[s(BQ_¡x#±½ø4B\É$±Sr/B\å€P\ÈC¨ñò\ê\ËÒˆ]\Ò\Ó\r“\Än\Ãˆ\Ýc½ˆ=\ÃÚ¦;:/:5|„n¦B/2¡þb¯±7\î6boN:b¿£\â€\Ú_Ä‡Šƒ\r£ª‹\ê<\Â\äòQ„IôI„É£ „\éQY„™.\ra6pq_0O©@˜·œGž\Ñ@X\Ü(GX<¸Ž8j¦…8JŽB<°<Ö‹°<+FX9\Î!¬<U\Ç=.!Ž\Çö\" ž! Awð\ï\Ë\à°€ú €\È7$ž†@=Ý„@\rµ#\ÐÁ÷\è\ã-À*\Ä#°‚p\î\Ô[1 Aú¸A\ÞÝˆ _-EPô²”=µd/‚¶\ï(‚\Öì† ´ 7,}\'‚`OU!8²	NŸ	Bð\îB0º!< D]c\â´\r„5ù2\â\äM;\Ä)B\âTD\âT_\â´\è\'\Â\Ö aç‹°Í”GØ©3vu„]£\"\ÂÞ¢aŸ:ŠpP	G8¤Gœ\Ñ?‚8C²FœµA8\é<@\\œ#\\\È?.³ˆ\Ëý	ˆ+\ï:n\Ü\î\äQ\ÄÕ¦HÄµ’/ˆkkˆ\ëS/\×\"®¯\Ö\"n¨\Ó7–!n\Þ\Ñ@\Ü,ú‚¸ùý.\â\Ö\Z\áeQ†ðº›Œð\Ê:„ð†f ¼^#¼¿—\"|õ¾Sþ\æ \Z\áµ\á\ßò„€#‚¥5Á}Cˆ\à\Õ5D˜ñ_D\ÄVŽ¸¶\rqgp>¼Œˆxö\0y$9g‰ˆœ¿†ˆÁ\'#\î]¬E\ÄJC\Ü\Ï=†ˆ\ßQƒˆmB$\È\"N¾G$ºF$\æ\æ#«†I¿. R¼_!R\Êò<\Ã©?i¿¯#\Ò\Í\Ï\"\Òc²òˆŒfÄ“`_\ÄS½Ûˆ¬\Ð4Ä³E&\"ûH\"{*‘Cø‚\È\ÉðE\ä4/!r‹v!òÌ¯!ò\íÑˆ\n\';o\"Š8{%˜‹ˆ—‡Ž#J\r#¯&e\ÜD¹\Ö^D…ôoD%\ÏñF\Ê\0Q»2‰¨`ˆúˆˆú16¢Ad€hqD4<.C4µ š$kM¸pD\Ó\'KD³\Ý\Î; š_\ïC´X\ï¯\\F´¾‰@´\Î!\ÚFm\ß$ÿ³Šh7B´§¶ÑˆN<¢óA¢s!\Ñ\r\Ö#ºo¬\"º__lû_AD±ñU5	ñU B¹†¿ˆö\ÉCŒ¦\Ö FÛ‰ˆñˆñŸ.ˆ\É\Æíˆ©]Íˆ\é>Y\Äôš\01³y1h˜û!æ®§!~\Âóraˆ\ÅˆÅ˜Ä¯ü<\ÄRŽ>bÙ¾\0±\\€X¶A¬Ž\å\"þ¸=@¬/ 6,ˆ¿‡\åm!þ¾)Aü»„øWn‚ø7v)qm)53‡\Ü\Ü@G\Ê\ZHY¤6rKBrk)\'ŠBÊ¹\Ö!¶ .\á‘\Û8“H\År»²©´/©\ä‰B\î­\"w^x‚\ÜY\ê‰T–D*_ƒ\"Õ»F»ÿAjlnBj8!5F\"5/H#5_!÷›!µþ uMj‘z÷k‘{£ \ÈýG¦ûKÛH\Ò`^iðGi¨\0i¦Œ4\"\r MÕ¢‘f_7GR.!-ªu‘G»|–fH\ËgG\Ç\á1\È\ã7\"H\È\Í9$43:v	\ßÓ„s¼\0\ë#¨ø‰D¾C¢_w!qR&Hœ\ãi$.+	ÆžA’’d\Öm$y&Iy;ƒ¤\ê}B\ÒVö\"\ézp$C©Éœ1D²%#\Ù\Åd$»‚\ä v#9\Ñ\ëHNó7$3\ÉÍ‘‚‚q¤ ®)<ó)\Ú;†K6 Å”¤µ\Ûy\äi\éT\äit$\Òv\Û\Ò\Î\æ0\Ò\ÞSy\æv	ò\Ìc\ä™\ç6\È35‘g¥aHÇ«L\ä9¯\Z\äE°y1z\éRõ\éòa\éúFy©½yYÁyù\Ñgä•¯Ïnk‘È«9\äµ\îK\È›;‘7¶\ê\"o\ßAÞŒ1C\ÞJ\Æ#oM\íEz˜\Î =­—ž\0\Ò3‡…ôñû†ôY‘þßŸ Ö¯\"wB†¸u\"Cj^ Cc \Ã¾!#¶\Ý@F8b‘>Ÿ‘*LdTÁdTk2\ZÿMŸC\ÞªAÞ›|‡Œe%!c/\"\ãdš‘ñû6!h\îG&Xš!âº‘	ÿ}Ÿ¨ÚL’iD¦\Ø\Ï\"S®…#S*/ 5^E¦I-#ÓBdZ¢12\Ãb™\çƒ|\ê\ÆCf\îÞ„\Ì,¼\Ìz‡Ìªf#ŸÛœ@¾~‹|q|Qô\ZY³„,<š€,„þF–”mC¾<Š,õiC–þYE¾RÀ \Ë\Ð\È2ÀY†­B–=ØŒ¬ð\ëAV„\Ø#+R*‘•‡•Ooö5 «L\Õ\îC\ÈjŸ1dÍý\ÈúS\Ó\È¥_\Èw²!T€l\Ü7€lô2F¾‹ÞŒlyù\ÙzWùAû4ò\"ú¿•ô5òC\í(ò\ÃL=²\íø²\íª+ò£Áe\äÇ «È_§‘\íw\\\áÈŽd:²ó\ÙYŸ†\ìyƒü¤@vyU!»\Ò×\Ýw¶#{\äÓ‘½›Ÿ {\Ñj\È\Ï#ö\È\Ïÿ\å|rÀ\Ê9p59S‰ø[*2@Ž\ìCŽþØƒ\Óø€üV\ÎA~7G~·lC\ÎÜ…#gº7!\çE\"\ç\ÕÕ‘óI\È\âs\ä‚C:r\Ñ2¹˜#‡ü}uò÷ƒ\äŸ\ç÷ÿS\\cB+ÿ¦{Q%wP›v<Em2³CI:*¡$ŸK¢¤~FmŽYGmý€’N\"£d¼CP²R(\Ù\Ó\Ú(\Ù$j\Ë\í¨­\Ç ¶þ†\Ú\æøµm=¥x‰R’HG)µY£v¸5 vr`(\å@1JyŽR!!P*\Ô\Ï(•³ûPªUe(µÍQ\Z.u(Mùh”¦\Ë~”V\×<Jke¥s\Ö¥[ÛŽ\ÒS5F\é\Å¢ôcPzQúF\ÇPú6I(ý\Ú+(ýE\Ô>\É\\Ô\r”T\ÊÀ\'\neh‡2\Úk2\Ù\í‹2=2\Ûg„2£F¡>œ@™_°GRSFj–Dú¡‡:¼ù\êpR/\êˆC1\Ê\Â/eé±ˆ²¼“‡²\Ì.EYÁ ¬ü\×Q\Çø[P\ÇD¦¨\ãˆQL#\ß5†J£€\Ú$\"\Ü…\à P>\Ó(Tm7\n5·†B/H£0ùP¸û\Ñ(\\±\n¿¹…\Ï\ÊD]Î£ˆq\ÏP¤§R(RaŠ\"2C\ÑRTPôR#t\Å2\Ì@q2tP\Üð›(Á\Ïh”pT%Š9ˆ¿uC*EY\ï\É@\Ù\ì8ƒ²ÁÄ¡lhn(›\î\Z”\í\É-(;«Y”=üÊ¡Š:3n„:+“:{Žr”ÙŠºÐŠrZ‘D9— .º\r \\¬\"Q.´}(¡\Ê%—‰r\ÉA¹\Æ\ìF]º`…º\Ì{Žºbñ	uu3€ºþ,uss\"\ê¦G(\êfL*\ê3u\ë}\ê\Öø[”‡ûy”×¦”\×-U”Wz\Êk\Æ\å\Ó\ïˆò\ÕÙƒò5^Gù>Cù\ïtGù?,D\Ä;¢‹QÁ®Z¨\àFT¸\Ã*¼u‘ž†Š&C\ÅühE\ÝSÅ¢\îeG£\îNA\Ý_wF\Å:‚Š4D%HY¢\Zö£’¶ ’uP\Éw¿¢R¶Ö£RPS¨”v(\êQ\Ê\'Ô£÷T\ê)Tû\êéž¿¨\Ì\éÍ¨\Ì? *Kƒ‰zf•Žz6°õ<Sõ¼Nõü}:*[ö&*;¸\0•#ú„Ê\ÕD\å–÷ ò\è%¨<—«¨¼\Ï *¿Zõ\";Uð3U\Ü]*Q+G½t\ÕA•jY¢J›2Q¯6¢Peº_Q\å˜\\TùÀ ª|‰ª8ªœ\ÍCU›Z£ªC‰¨š&¨š\ÙË¨Ú‘\í¨:W!ª\î^ª®\èª\îgªagªu\Õ4\í…zÇ¸‡j±BµpýP­ò’¨»\ÚQ÷¹¨OjE¨.“\\TwQ,ªû\ÝST\ïfoTß‘Û¨>—c¨þ	Tÿ¢j@4\Z¸¢£gQ\Ã\ZÎ¨a\í\í¨á¦§¨‘Ã­¨‘cQ#£F)gP£§TPcSq¨ñ¸Ô·j\n\êû_\Ô\Ã	5uŽšeœBý\Ü>‰š·WD-¸M •¸¨\ß\ÝQ\Ë{ñ¨\å\èÔŠ!µ\Âû‰ZcP+)K¨õ‰ \Ô\Æy;\Ô?‹Kh‰ª>ô¦°·\èM±ehÉœ|´\ÔÁ]h)\Î´Th(Z\êczój4ZÖº½\åF8z+\ã,z\ë\ãh¹\ä´¼uZ–‚VøÐ‰VX@o[>‹V\ÌJB+¶©£\×]\ÑÛ‹\0ô\Îo´òõN´rt;Zù#\Z­RŸ‡Vé¾…V=~­šù­&w­¦~½‹5‰\ÞuS­q\Î­1=‹Ö´%¡5ï˜¡µ¶\å ÷ŸF\ë\é¡u„¡uŠh=½E´þ¿\èýû\ÑOõÐ¦\rh³”ó\èCW‰\èC\ËôaqÚ’g‚>\Þ&‰†<\ÓFC^=CCõ\ï¢a\Zû\Ñ0–\Z~\Â\rÄC)Ðˆ‚P42\Ùº2†FÍª¢1§úÐ˜˜hl›#\Z¯¼Ž&JÍ£‰\'ú\Ñ\à\Ñ4I5M*ˆB“ªµ\ÑT\îš\êKE\Ój.¡\én\Ëhzý4›ˆDs¿\î@ó\íu\Ðòi´\à{%Z”õ-úú-Î¿Œ>1GA[k@[\Ïj£O\ÖZ¢m6h›ð\ë\è\Ó\à \Úöþ]´\í³oh;Z\ÚN„¶ûa€vhy>\Ódƒv,uCŸ\'E_\Z¡/\ÝB_\È=€v\Òø†v\Ú?†vB;š£/\ÞD»¬…£]üF_¾ó\ív~\n\í®ò\r\ín\è„v_;‡¾\Úå€¾a7Š¾õ\Î\í& =ü³\Ñ^Z\Ð^ö\Ñ\Þ;\'\Ñ\Þw£o[#Ñ¾¦L´oV-\Ú\ßö2: ƒH\îG<ÙŽ|U†ü`ƒ™DS¨\èP¹4tX•}\Ç\àúN^	A‡w=FGy\Ó\Ð\Ñ\í\Õ\è\Ç\Í\è˜0t¬a:\Öø*:.’†Ž\ß„Ž…~ð\ÐÀ‰B\'\Ü9‚N˜öG\'->D?YC?ü€~¼B@§¹ü@§… \Ó=\Ñ+{\ÐO>)¢Ÿz 3\×*\Ð\Ï\à\ã\èg)\é\èg/9\è\ç‡/¡Ÿ“ß£Ÿg\Ñ\Ù\í‡\Ñ9*Ñ¹>t^«úE“úÅŸ“\è‚\ét!\Õ]h‡A—´\ïD—BƒÑ¥Á\é\è24]\Æ\ÐF—o°\Ð÷fÐ¯\×Ñ•†k\èJ\îqte\Ûiô›©rô›…Tt•¥1º*\Ð\n]U‹EW½¡«{H\è\ZQ8ºöV;ºv*ý¶B€n·F7?F7\ßE7Y\ÝD7·z£\ß!\\ÿ³~?€n\Ý}\Ý\Z%F·>z„þ°öÝ¦¶\ÝVd†no2Bw\ZDw¦ù£?	\åÐŸþ^Awƒv\è\î\0ºG¼€\îk“E©¦ ¿,<F´\Ð\ÓK\èÁ–\èa+>zxh=²==ªU÷\ÎA\Ç]F\Ûûý­[\Zý½®=a\Zž°¸Œž„­ \'\Ì\ÑS»ýÑ³*\Æè¹ªNôÏ IôÏ»¶\è?z‘0^\Ì?†^>–ˆ^¾C/{\ß@¯¼«F¯²\Ó\ÐðA\è{òè¿ˆ«\è¿(_Œ„i1f“LfSówŒô\Éi¿TŒÌ†\0³\å€f\ëCŒœ>#Wø#C£ð\áf[³fûAŒ\ÒL;Fi\áfgˆ<F\ÙvF¥\ë+Fû£ZÝŽQW\Å\ìÞ¼³ûb\ZFS«\0£6ŽÑ‚†`ö¸ú`t:\ç1úW\Ì\ÞÀ\Ì\Þž˜}G\Ú0û\'1û¢1¨Ì,KÌzUŒvc¸5cx…†1ü[1©rÆ˜šbL19\Ãó\ß\Û0‡N¹`\Ý‡9\ÔÝƒ±0ga,\Zl0Gyî˜£n0–\ß\Î`ŽU–bŽ—\ìÀ@$ú0U(n—O\Æ ó0\ÈJ\Öƒ\Ú\ÅÂ \Ä2T°\"•°	ƒ3\Ã\à\"ÿapcV\Ü\Ü\ZÁ7Lb6G1`\'CZ\Î\ÅP’\Z)CG`˜f\æ\é—ù2†ýE\ÃY4\ÄðŽebø—\Æ1\Ò-Œ J#<2}õÀX‡œÃœTm\Ã\Øô?Âœr\å`l\åa;ƒ.ŒC\ÌÌ™µAÌ™\Ì9…>Œ“\ÔYŒ“¥\Æ\éf.\æ\â—WWUkŒ›ª2\Æ-n\Æ\í\Í(\ÆýX=\æ\ZIsí¿º^\Ò\Ç\Üøl‹¹Ù˜Œ¹¹ ‰¹•Y‹ñ0y‰ñp\\Àxøb|<\ã1·µ¼0¾œ\ã_ÿ@Œo·\ÆwL\ãs\Åø—yc\"O`>dc¥\Ïa\å\Ã1A¾Z˜\à¡2L(®JºŠ¹;‰pP\ÃDNc¢\r\å0÷TLÜ¿	L|Z>&Á*“ðr“hx“x6\0“8?Is\Ã<\Üy“R™ƒIy\'‰I}iˆI\×\àa24I˜ŒWý˜ŒIOL\Æòa\ÌS5\æ\é¡L–¦/&\Ë!“óñ&gq\r“³\Æ\ä\ÂW0y™\ß1yBLþnOÌ‹ôÌ‹¿0…buL\á\Ý`LQ\îOL±™)¦„ñSr‹y¹qó\Ê\'S\ÖÕŠ)\çþÁ”{yc^wGc\Þ|lÆ¼‹Å¼™J\ÃÔŠžc\Þ:%c\ZüÑ˜†¨lL\ÃR2¦I÷¦¥÷)\æ½\Ç\æ}€/¦•RŠiýŠi]\åbZÿa>¦6a\Ú\Ã\Í1=%›1}7\'1}ñg0_†*0ý‡²0ý÷\Ë1ý%o0_Ý›1£˜\Õ%\Ì\à\Ä-Ì	3ü\Ò\r3ü÷\'f\ä\Ì\Ì(ƒ‰ó0ÅŒw`¾\Ùb&ôŽa&fr1S\\fÊ‰™Ø†™•ü‚™MlÁü”ó\Ç,ºc~±ž`~e\êa–J7c–†\Ã0\Ë\ç\Â1\Ë˜\å\Ö˜KWÌšõK\Ìúif=\r³^×\Ù\à]\Ål¼ûˆù«tós+©y\0+Å˜ÁJ9\ÅJ];ˆ•\ã™b\åT±òKý\Øm¹¿±\Û*z°Û¾ý\Ã*Ê\Æ*ž<\Ý\Þò»½½\n»\Ó\â&v§+ˆU	ñÄªüšÃª	\èXµ\è¬:\Ù«²»\ëUv÷Z4V\ë\à?¬–•V\Ëóv\Ïþ!¬þL>v\ïÿ­\Ä\î;Ö\Ý…\ÝWw»_b»ZŠ5¬‹\Â\Z•A°\ÆjVXµkX“½\ÎX\Ó\Ãç±¦U°f	X³%-¬\Ù\Æ]\ìÁ´?XóWu\ØC¶6\ØCg¤±‡5°‡\ÝÜ°G“naa+µXx`^÷,fafóX\Ä9,\â‘2\Ñ\ïŒEmv\Åb.\Zb±ˆ‡Xl‹	–pyKøpK\ZÀ~ñ°\ä²~,õf–&3Ž¥™WciªXö6/,\ÛJ\Ë1\Î\ÃrŽ\ÂrM¬°\ÜS=X0\åE`ù\Í|¬Pº+|cEaEe±\'ú„Xk\Ý¬õ\Ò öddÖ¦ü:ö”\â3\ì)\ãF\ì\éP¬\íÿ´<…µŸ\rÄž\ÙS…={y\ëèœut©Àž\×ab\ÉO±Î‚`\ìÅŒ\ì\Å\ÑX¬«%öªcö\ê\×)\ìu\Ï0\ì\n\ì9\"ö\æ—q¬¼\ëö`½&r±^k>X\ïŽL¬\Ï\ÖZ¬\Ï]>\Ög\Ö{;²\ë»;\ë{B\Z\ëŸŒ\rt\ã`ƒ\ä`ƒý`ƒ§\\±!2°!¬“ØµIlÄ¶\ØHM,6J|\Zý£	³(½ÿü6~\×GlüK\ìƒü+Ø„\'¡\Ø\Ä\n6\é\Ý;lÒ}\Ød	l²…6ù™56y<û0\Ø›òŽˆ}tS›zÄ¦·}\Å>õ\×Àf²[±™o¾`3We°906\'L	›r›?ñûbk0ö\Åþ;\Ø\ÑdlB\n¶À\ê>¶€|[ø>[„ØŠ-\î0Ä–\îkÃ¾\Â\Õa_eIb\ËX\Ø\n\Å\ëØŠ¶¢\Õ\n[1\\…­”†­¼\ÅV6\î\ÄV®·`«{7ck¤-±5\Ð]\Ø\Ú\ç½\Øú“l}m+¶~\nÀ\Öÿ\ÓÂ¾\rœ\Ã6\\ýŽmhŸ\Ç6\âý°MUV\Ø\æ\æ\ØwÄŸ\Øwÿ°-R*\Ø™Ø–%\Ø^¶\å\Ê/lK…:öýg#l\ëlk\ÊKlk—3¶MŠmgVc;Š§°\ÝW‰\ØlO@¶\ï·¶\ß\Ôûµ\Ú;¨÷;x1\r;Xe¢<\Â=‹\Ä¶a‡¯{b‡7R°£/%°cÍ¯°SŸÛ±S¿wag6!°?bagµ\Ïaç¼¾b>òÀ.¼ÁbS³°¿æ‡°KñºØ•\êa\ì\êû\ç‡\0»ö\â*nK\Z·©\Ï\'ù¬\0\'µ/\'µö·y`\'½²Œ“q5\Â\ÉFÀ\Éþ2\ÇmÁ©\ã\än;\ã¶m^\ÇmsÀm\ì\Ä)ŠŒqÛ§p;‘q;ñGqÊ‡¾\âT\Ü\ß\ãT{`8µ\×pjŸqj?\Ä8µ\Ås8õ=18õ‚Ý¸]\Òq»Ž\à´\ìup{ô>\ât0n8—;pzS\Ó8}•<œþ>N¿ÿ$no··ù(n\ï(g²\Ó\ngb~g‚ŽÁ™xÄ™ô1p¦aXœu;\î\àEwœ¹4w\è+w˜Þ†;¹w\ÔÀ\ëˆ\ÇA\Z/\ã`5\á8\Ø\Ô=ü›>™Llq¨\ÖZ†QŠ\Ãrq¸¸G8¼¬Ž`A\Æ‹p\Ä˜ÓŠ#ÙŒ\à\ÈÙƒ8Š•ŽRê…£š\Ì\áhkn8ú},Ž±\É\Ç2\×Ä±‚þ\Ó~Ç®pÆ±»\ß\ã¸õp¼A8Á\Ëû8!ó4N8Òˆ)\áÄ¯cq\Ö\ÓL\Ü\ÉÁ\"œ\ri\Zg±‚;\å¸w\ê…&\î´ùy\Ü\é¸$\Ü\éñFœm\ÒVœ\Ý!mœ}\×cœ})\îŒý\"\ÎQ~?Î‘ð\çè§Š;—GÀ9®\Æ9\ÇqNo[qÎ°œó\Û\×8\ç\Ñpœ›\ÛWœ[\æœ\Û\ëœ[-\çá‰»¦[ˆ»®’†»™ócpu–8\Ï=¸\Ûe·p~£­8N.@¥\Zpb\Ð\"tÿ¯$ýa¸ M)¸ £\í¸`‹\\°0:8‹/G\ã\"\nCp‘s¸\ÈM¦¸\ÈM¸{\Ú	¸{,%\\Ü~\\\Ò\å;¸dz5.\Ùn	—\ÜÙŠ{ø‰K¹ÔŠ{¤\ÍÀ=²Q\Å=\ê”À=v·Ã¥A¹¸\'·’q™\é¸¬on¸g›q\Ïý¯\â²¤\ã²ß\àr\Ç\àr¦,p¹§\ìq¹¡\ÇqyšP\\€À\å9Œ\âò[qZ³¸‚ê‹¸¢I+\ÜK\í/¸—{]q¥j¸W7^\â^%|Â•…\ïÁ•+¨\á*ôeq•Ù¸Zy®–9kú\ï]\Í\Þ4\\ó·“¸X<®\ÍŽk»{\×ö=×ŽZÃµO#pb\\ù7®\ã\ÓN\\×¹o¸®p\r\\\×\È=\\/‡\ë\rÚ‰\ëý\ã‚\ë#9\á>‡ù\âú=ž\ãú[™¸–-nPY7ŒÙ…>Syi©Ù‰yw7òû\Ö«^/n\\+7\î>€1\Å}›©\Æ}§ˆp.2¸‰f)\Üd\åÜ”\Âs\Ü\Ôv5\ÜT17Ca\áf¾(\àf\æ!¸²_p?¶U\â~hÀq³šF¸\Ù\ãq³\ÅÉ¸\Ùe&\îg(€[\0\ß\â’¸Eþc\ÜÒ‡VÜ²\á0n9\Z…[~ó·B‡\âVA\Ü\ê/ÜŸgÅ¸µ¨0\Üz8·\Þ\Åm8º\á6‚¾\ã6fµqÿ›±\Ñ_qÿf\Çð›®\Ü\Æozp/¹\ë^\Òf/\Ùã—\ÒÁ\â¥.PðR¹óøÍªzx\é/[—\é\Å\Ëj¦\á·\î\Ã\Ë®\à\å¥rð\ÛMñ\Û&\Äø\íeaø\Ö3x\å„ox•úA¼ª0¯:SŠW]\ÊÁ«õ	ð\ê^³ø]($~\×\ÉR¼†ñ]ün;m¼\Ö\Ó	üö^üž*9¼¶´^-\Äï»•€\ß‚„\ßo[‰ß¿T?°4‡7T\Æ™\Å\à\Æñ†qxc(\Zo|Zo|\á\Z\Þ8 oòú	\Þôˆ\0o\Úö	oú‘„77Þ‹?T\èŠ?²\Ùd­o>‚?Æ¤\àoƒ\á\Ëã¡–ñ\Ð\Â<´\Üûaƒ‡\']À\Ã_CñÀ”\Zõx\Z~¡Š\'\í\Æ\âIE9xR\Ë[<ùl+žâ¤‹§z\âi-\Òxº{?ž6‡g\ÕN\á\Ù\'òñ|œž\ïP\î2ÂŸØ”‰·nD\á­7ðx‡óøSAdüiñ:\Þ6h3\Þþ{þ\Ìx)þ¼R9þÂ®¼“ýk¼“ó6¼\Ó\Â1¼³9\Ñ)\ï¢\"¿\Üù\ïFÅ»y\Ô\àÝ‚Yxwý5¼{`9þªvþ:\'\n=1\Ã\ä4þ÷3þ\Æ\Âü5yüM½x\ÏP\'¼—9\ïUø\ï\í{\ï}_\ï+†÷óA\à‚$ð‹Qø ¶Wø\à„x|p®\0òY\æs¡¢Šh;ˆ<Ð‹5ÁG!yøh\Ã1|Ì|\Ìo|\\¡>þùþŽþÁ‘ø\Ì|BðK|\Â\'üÃƒñ³ôñF†ð©šAø\Ô\0Yüc¨þ‰\Ãü7}ü“§\Åøg¨Nü³\Ëaø\çþy\"ˆ>kŽ\Ï9¸ˆ\ÏÕ²\Æ\çÕ\Å\ç­\ãðù»\Çð¾0‘/:ƒ/¶Ø‹/~±‚/!´\ã_ZüÃ—‘\\ð\å;÷\á\Ë\êð\åO\â+ôLñ\r§ð¯“<ñoÞ¦\à«|\ÜðU\ßñÕ›sð\Õ[\"ðÕ“®ø\Z™<|\Íö9|\rÿ)¾f®ÿöÁ3ü\Û\Ä`|cþ¾y\Ókü;R¾\åh1þ½mþý÷³ø\Öb|k“;¾u\0‚ÿxm¾=†\ïÁ%\ã{>\ê\â{kø>Wþ³\"þsa\0þs\évü\çž/ø¯Pü\0\â7~°(?Ú‘Œc\â\Ç*ûðc\røq½bü÷G\nø\ïu£ø\ïmð\ß&\á\'Uñ“d~\Òö~*D?\íx?=¥ŽŸ\Ù\àgXeø9I&þ§M\rþgy\r~A\ÌÁÿ>€ÿ}m¿DQÅ¯\èø?}\'ñ†‹ñk:þøµš2ü\Úg+üzûVü?\ë›øs‘„M\Ë7’n6\ÉBk\Âfs\Â\î^\Â\ÖÁù‚\ÂW\Â6\åUÂ¶iAQPFPl› (N·”ŽCJ¸B‚R @P\n™\"\ì\Ø\\C\Ø\Ù}– \Ú5@P§\ç4Of4\Ãn´*\Þöp6ö\Ü/ \ì©%ho½K\Ð\r{AÐ›œ#\è\Û\ëôWZ{/µö¦‡ö.\Éö}\Ë%\ì\Ï~FØŸó°ÿý=‚A\ÕÁPÎ†`\Èñ&f\\\"µfŒ~<$¿\ÝE0™W$T%9F°¨+%\È \ç	0®\"ÈŸ# ÷v\Õ\ádÿ\Ê\ï3c!`À)–¦JÀ\ægpÊ®¼\ä:o£HÀ»÷ð+Aq/(5L žøB \Ü\"P+Ÿh´#Ú½›V\Õ­žG\à|«&p~¥¸·“\ÜUs? ˆõw\Ä\â$‚¸\ì\áÄ™L‚µJ!ÁúõQ‚õ°+ÁF­šp\nM8Uøƒp:*œ`»M“`\ëz`ûsÁö—\à eF8›A$8š.\ã_û\×	\ç\ã\ß.°_.Äž#8E\Ôœ…J„‹W¿\\z \×>\ÂŠ\à¾Ùˆpu\Ë9\ÂÕ˜b\Âu»k„›\å\0Á#\ê:Á#©™\àõ«ƒ\à}®…\à]Fð\î\ä|.|\î/<›\Ì	A¶Æ„\àúM„$‰RjBƒ\ÂfR	a\ë§	w\Ös	\áubBø½‰\\¨!DŸ&b´	÷do¶¬\Ó‰½ÿ\åª!iw:!‰\Ø@Hz‘²c¢OHY\ÙNxÔ²BHmxDx\Ì\Z ¤IN\Ò_&¤\ËJž<*\"d¢‚	™?žù\Ï\"A\Âs½=„\ì(5B\îýtB\îoB^t#!\ßÔ—ß¸›P°Í–PdRG(*’&ÿp&”ø’%¾„’\Ú\Â+\ÖvB¹\ÖO\Âkô\áµm#¡R\ê¡²¾ˆð\æ\ÂABÕ˜)¡óœ\Ðð9‰\ÐøÞŠÐ¸Exw{ˆ\Ð\âOx(Žð¾ŠKhu\ÝAhý)\"´þµ\'´\à	m¼TBÛ¥;„v,¡ó‘\áS–\Ð+¥K\èÃ¨ú\"\Ö_üò	_\é	&Õ„\îaÀö\naÀóa ¨0jO\Z\n$£L	#³Æ„\Ñ|\Â\ØM€0®\èJo{DøöLð\Ý\"’0ÙœK˜>¹Lø1\Â%\ÌjŸ%\Ìem%üü\êA˜±%,(û<F‹u„_uÂ¯&\á·\à\á÷[Y\Â\Ò8a©þ:\á\ÏCEÂº\æ/\Âú‡„\r9+Â†0‚°\ÑyœðšIø7\\G”pN%n\Â\\#JY#ˆ›÷œ$JGe„.D™@}¢ll?qË‘-D¹\Ô1¢|\ä¢¢£/q»cQIz™¨Tq™¸\Ãøqg”<Qùx!QUðœ¨\îœO\Üew“¨\áZM\Ôü9G\ÜóA¸\ç“Q?†O\Ü\Ûÿœx`@4D\Ä˜¯‰F‰\Æm\ëD“M2\ÄC±a\ÄCMX\â\áo_‰GJ{‰GY|\â\Ño™D«»\æ\Ä\ã`%N:CD\ê‘/g‰¨‡}DôŸ\"f‚ˆ9?HÄ¸|\'b\\\ß	\éfDB“6‘(ú@$&\Ú‰CzDRq\r‘\"ª\"Ò°›ˆ´¬D\æQw\"\éLd­cˆ\Ã7D\ÎÁb\"\çž&‘3K\änw\"r\"\ïa‘7–K\ä«ù\ÆCD!¢žh\íJ<©K#\Ú\0KD›{%D›\ßû‰§v\ÄOU3ˆ§þ–O‹#ˆ§\ÓH\ÄÓµ=D\Û\r5¢\ék¢ý\Ñþ¾6\Ñ!Ex¦þ\Ññ ñÃ‡xþ\à9\â\Å2xqLLt™^&ºÆ²‰®SÁ\Ä\Ë\Êp¢›Œ9ÑšJtg8\ÝËºˆ\îu(\âÕ‚W\Ä\ë\Ôó\Ä\â³\Äµ*DK\'ˆY¾DÏ‰/D/	¢Ÿ\á+¢½ž\è\çL$úŸ¨%úÏŠ‰AS3\Ä\à‡‹\ÄP÷0bè£—Ä°£Ÿˆw\0\râŸ\ÃÄˆ›þC%FÞ¯ F)3‰Q.£\r\Ä\åQ\â=¿b\Ü\éU\âiCb\"CL‚\\$&p‰I_]‰)oÆˆ\Zˆ©ûS\Ã^›*3?\Ó×ˆ\é_\É\Ä\Æm\â“z\Ä\'…\Ö\Ä\'\ïŸ\ÊŸW…³w> f¯]#\æ½\ÝD\Ì\×0$\æ\ï\ÞG\Ì÷zI,(/ }³&1%–T~%¾\Ä\ï!¾Št\"–…¾ –¯&¾>-K|\ív…øºÊŽø&ö)±Zf±\Ör;±î¤€X\ç@\"Ö\ï%Ö¿\Ë!¾½\ÜNl\ÚýƒØ¬£HlU÷\'¶þ|IüpßˆØ¦bOl\Û#Il›ˆ#~<dO\ì\Ø,G\ìhž$~R{F\ì‚{T‰=\Ý<b/&„ø\ÅÎ›øÅ½‚Ø¯©J\ì/\ê\"œs#\ã[‰Ã“}\ÄQ|6ql—ø-Ö‹ø­ÿ3ñ;Ö’øýñi\â÷\Õ}\Ä	§\Ä	D<q#Eœ2úJœ:[LœŠ‚§\Ùa\Ä\Þ\â\Ñ\â,T8÷‘8ûøqNSHœ[\Ð&þ,»Hœ¿\×L\\¾Iü}#“ø\Ûû5q\Ùú\0qe\îq­Â‘¸\Ö=J\\¯?F\ÜÐƒ7\Â}ˆÿd<ÀM\ÊwÀM7ºÀMÙ $Š	J‘þ€›}\Ò@Y¯bpK\í\"(¯\Z\Ê\ëö‚ò‹e \Â7;Pqh\n\Ü¼··•l@%×ƒ\à½%p§\Ép\ç_P9LTyÕ’	 Z\ÎuPF\ÕYP#´\ÔX›w_15\Å4P›óÔ¶}\ê(€º—ž‚º±hp\ï=p_‰6¸\ßf\Ü\ï&÷7ÿ÷¿;\è*\r\æAC[6h¸¾\n\ZñdA\ãD\Ðxc4)\Üšüw7\Ó\Ã;@³QUð`’h®Ÿ	\Ö\Ð-H\æ \å\Å*\Ð\êüðX\å\nIùB70\Ô\ã\Ýa±\å ,o+øš€À£ B[\"\éý \Ê\è\nˆB¿± ö\nÄŽ†øµX€ÿ\á¿Abª1nšÁ´:dSôŸI*+RL€T¯\0v\Ø¤Íª€ô­ ý(\Ò\çA¦9d \ëü Èš³\09$+8rW  \ßó%ÈŸ¸\nl¼@S5(4v\0Ežr h^K¾\0OXSÀSN \í~W\Ð63´3Ž\í,CA{\Ãÿ\\¿Ú—2@ûv1\èpÿ?•\àY:x–\Óž-øž\íö[¦ÁŸÁv 3ö!x‘\Ùº|7/\á÷€—\r’À\Ë\Ñþ\à\ÉdðŠl(x\Å9¼\êõ¼ú\"¼º~\0¼\æQ^Á€757\ícÀ›gMÀ›‚7ûž€*;A\Ï<\è\Ù\rz£[@o°\nôþa\Þ\Ö\0ý\îk‚þzv ÿŠ\'ª3†‘À°\Ök`\Ø÷0ð\Îó*0¼Ž\Þ-@ƒw‡7À\ÈO`\ÔaY0Z\ÞŒ9.\Þ[c¥õÀX‹c`\Ü\ê50^¹Lx\î\0&Z\î]jÁ$©0)\í>˜¼/|¸z|¸¡¦H7)r\çÁ½!0…¨>rüO-L\Ý\Ô\r¦N7€i/õÁ´\Z:˜öi7˜ž\Òf´YO¶Û€O¡{À\Ì¿ÀL¿Hðù&Eðù\çp0;õ(˜e\æ$•€9\Å\Í`\Î\è0\×\Ê\Ì#\ß\0óšÀüv;ð…\æGð…\é9ð\ÅII°P\âXx\Ý\n,ðgŠÁ¢tXôs,Ye‚/“2ÀRU#°´\ë	ø\ê\ç°,D|³V½ukdƒ5A£`m:¬Û³¬Kÿ¾=~\0|\ëŸ6\È€\r±!`\Ã\Ã\ã`³\Zlî‡‚\ïn?\0[;Îƒ(\Ý\à‡¼X°-?vAÀvó\\°½8ü¤\Ù~Bi€Ÿ\î¼»¦\äÀ\î\äJ°û\ÕS°·£\ì‹\èû2\î‚_\Æ\ÒÁþ=®\à\×<ø5\éøµx8\Æò\ÝÀ!g88ô>}¶\rS}Ž¥i“}tpŠ]N­\0§÷®\ÓC\àœ\ìøs~8\rÏ½›Y\àb\ÇAð\×\Ä¸¤ø\\\Ú\î.-¥ºzÁµ\Í[À\r\ÃP’D\Ù]\Ò&½ÿøl!\É4Ú‘d/ú“ä¤´Iò\\\"I~LDR\È\Ð$)¼\É\"),rH\Û\ÊbIÛ©X\Òö\ÄÒŽŒ4\Ò\Î%$ej4Iy±†´{”DÒ´\ë#i­“ö\è£I{ŠH\Ú\×%H:\È\\’.ðŒ¤ûKŠ¤\ß1NÚ§u›´/2†t€®O:P‘L:0D2t¨&G¥’L\ß#ü˜F2?ûˆt\ÈÕƒt¨ÁŒt¨\é\"\é\Ðd\éˆ\ã8\É\â\Z™tO:Š#õ#2&YB<I–\Ô	’\å´\r\ÉJN‹d5J:~n‰t¼þ\r	j²Ï­$Á_¡HÀN\"È‰„Ô“†’$¤ð	ùVŠ„\Â/P“{I˜©³$\\R	7\Ã\"\\î“ˆ½$Ò±S$ò\Ö8u\Ï~4$\ÑL’ª$¶ü{\ÛØ•Ä®\è#q´IœK;H<\ç)¯0›$„\ß\ÕI\"~#It¢tB^™t\"ct\â\ï0\éd\Ç\Ò\É!tò‡d³•G²\é\Ð%V(\"¾SI²µc‘lo“_“.X\é“.dM’.›’œÕH\ÎÁoI®©ÿH—òRI—CnJ\'’n\í®#y4Z“¼:X¤Û·±$ÿ	R€\Ì$)\à…4ð2¯F\n\íµ#…h‘¢4¾’¢\ÌHQ‹\ê¤\è;HÒ½\âvR¬±)vn\éþ]RÜ‹bR\Ü\ÌR|À%ÒƒÄ›¤DûdR’<†”¤\ÑOzHþ\ÏD\é\áO)\åJ)gHJµ\á’G“’\Ò\ÛRIy¤§õ6¤§r¤\Ì\Æ_¤¬‰E\Ò3©¿¤\ç’\"Rö11)Û•@\Êö}M\Êõ{Lz\ß èš\n\âö“\n\ëjIE;ßŠü\nH\ÅË¤B(©tYT\æ\ÒG*\ß+Az}ô5\éu2…T\é>Aª\\+$½1œ$½é†‘ª,FHÕß’j¸É¤šk¯Iuk¤·Ó“¤†t	Ro©Yj©ùt#©ùª!©û‚\Ôrª\ÔÒJjY\Õ#½?\å@jå©“Z¿›‘>l\ßCjË„’Ú²‹H\í/²Hfò¤O§Ÿ‘>¾ u=\í&uC\çIŸqOI_†6‘¾Ì®úýdIý÷¥I\çUHa\é¤Á\Îo¤!\Ñ&Ò°Ui8Ò‡41;Oš\Üñœ4™w‰49À$M\Î=\"M~Lš®&Íœ’\'\Í\ê\ï&\Íù¿%ý<cEúõ‡ôó¡i^\í	i>»´t’´h•úŸ\ç¤E<™ô\ÛH™´\ÒAZÁ±I«R*¤Õ R\Òjz3i\í\É_\Òú\Ö\Òú\å!\Òú£¤¿šWIÝ·þÝ·$K†‘%»\0²”‹6yó…d\éšd²L?…,;’BÞ’PGÞ’Á!Ëd9j;Y^2ˆ,¿\ÖJV\î +š\\$+>o\'+öÙ’·+´‘·»KÞž½BVº›K\ÞI#+W4“•ûO‘U\ì“U\Î‘Uï–‘U{\Äd5‡RònC&Y2LÖŒe’µ´§\ÉZ0Gò¤Yþ¬ó¸‘¬;F\Ö1\'\ï5\ÙI\Þû·—l\0K\"\\Y%	[\È\ÆY‡\É&wk\É&¯\È&\ã\Èfg\Èfƒd²¹m>ùððùHº\'Ù¢<|\Ôwƒ|´\ã3ù\è¯Jòñ-ª\ä\ãß!Êždˆõm2d!‰‹Ÿ#\Ã\Ú\ç\Èû‡ddHF®´‘Qrw\Èh\Ï\Z2º«‚ŒQ\Ï$\ãö\ç‘ñ”Kdr—Lž S6ÁÈ”¢x2”Nf¤ú‘9£2g\\†\Ìu.\'óuc\Éü»2dþý\r² Þƒ,Ì¸EN\Ý\"‹\Þk“\Åÿ>‘O:÷Ÿg\äu\édk\ãG\ä“+ò)g4\Ù6”O¶M\ÜF¶-– \Û\é‘\íY)ä³®4ò\Ù\"ù<¾ˆ|!}…\ì\ä{’\ì¬\ãGv\Þ;I¾\è“O¾8\ÔCv±ö\"»4\ì\"»\n!»r‹È®µt²\ëª\Zù\Ò#€|©°ˆ|YvŽ|¹~Š|­¨|­Ñ•|}óò\r”ù¦<Œ|\ËCöð\Ó&{æº‘½5\"\È>`\'Ù§B¾­‰\'ûú\"¸œ&\\^!º¦‘ƒfƒw“ƒ¿$“ƒO“C \çÉ¡\ÔprXl=ùÎŽErÌµoä˜›S\ä{Õ“\äûÑ»\Èqug\È®Æ’øf“À³\ä\Ä+\Þ\ä\Äô£\ä¤-‡\ÉI\Ú,r\ÒcgrrþUò\Ã-&\ä‡\Æf\ä‡\á8rŠTù1T–œ¶ÿ*9ý€9Ãªüd§/ùIhù©\ìKò\Ó\édr&y?9sÎžü\ìV(9›_CÎ® \çp\Ã\È9\Å\Ý\äÈ…œBrÑ–nr‘!—\\´q€\\|žN~ùÒ™üò\ã}ò+\ÔCò«\ç\Ée\í7\È\å†!\äò³z\äŠ`Cò· rUf2¹Z\â¹ZÒ‡\\½Wž\\›H®\ÎÇkT¯’ë¼¤\Èo1oÉ\Ú\äÆ¯\ÉM./\ÉMo\ÉM³³\ä\æ¸yò»Z\ä–\ìû\ä–õò{£\ä÷\Ãrk\Øù\ÃO)r[À#rG/ƒÜ¹/”\Üõ_ºý‚É½GB\È}}\ã\ä¯\æä¯¼ò\×\Ó&ä¡š\Ý\ä\á3¿\ÈÃ[\È#ÿõxô\ä	ò¨ýò\è\0–<:\r\'u\Â\É\ã~{\Èß¶¾$O”‘\'\ZƒÈ“ñ\ä\éýe\äi+yF\ÔNþ9Mþ‘Mž={Š<û5<\'xDž\ßZIžWýEžoU#\ÏzMþenAþÁ‘Ÿ’—³’ÿ\Ü\ê$¯‘“\Ékuö\ä¿+n\ä;¬)\ç\Ø©/Š4J‘¹þ˜²Åº›²\ÅY™²Å­‰²%4Ÿ¢p\ãE¡\æ1E\Ñû\"eû\Ö&\ÊösK%Š7EUöEZLQ_‘¡\ì’Ê£\ìº\ÓG\ÑH{J\ÙM,£\ì.v¥h®8R´û(:uë”½¾\Z”\Ü&\Êþ6ÊJ8\Åp—%\Å0¶šb„ SŒ’¬)FóŠ\É1\Å4=ŽbúNšbFRÌƒb)\æe\\Ê¡W”#\ÆK¯Š\åŠ}?\Å\ê­)\åø\Îz\ÊñÌ—È¥\nP§\0#|\n\"P›‚ˆ­£ ú(˜#›(øi\'\n\á\ä	\nùl>…ú_¾¬¤g/Qh\äWúGi\nc\ë/\nsHa\Ñp\ã…\åLa\' pU®…ûõ	EðÕ‚\"\ÜTD¹\ÇPN\ë´QN\×õPl·ü¦8\\\ÞM9\ãü‚r\æ%œrVÑr–|Šr\ÖZ‚r66‰rN³›r\ÎÝ“r>Vžr\á¤\å‚C\Å\ÉÔ†\âtÔ‘\âlt\ââº“\âpŽ\âºcƒ\â\êp”\â\Z\ÞO¹L¸E¹RùšrUz‘rUm„r5ŸO¹vHƒr\í|&\åZ\ì\Êõõy\Ê\r\Ó`\ÊÍº«mg(žr\ÎO“\â)p¥xzò)^½”\ÛE¡\ß;•¿/N”€KJ\ÐUJP˜4ø_\éRBj(!#Ñ”°¿)w”\ÏQÂ¹û(w6(‘º$J\Ô\étJô•jJW‡›ò’û)%¾Û„ò\0YMy\à\ìMy\ÐK¢$JR\ï±(‰©‡(Iy£”\r<%E·Œ’?By—@y¼\ë\å±\É0%­½’’\ÖË¤¤_\"P\ÒKz)\é\Õw)R“”°‡ò$Wò”«NÉ¼Æ£d\í<HyöWƒòœÏ <ÿ(A\É\É\ÆRr:\ßSr9a”|ùPJ~\ÜÊ‹\í.”‚+”BD-¥ð\Ý-J‘Ž\å%!ò’º‡RÚšIyu¯šRvð¥œ´N©x{•ò\ÚD“R©\ÛGy³û\å\r-‡òÆµŽR•\"O©\éyJ©ù®O©e¬SjÛº)u§r)õj”·‡¬(oû\Ê)\r=2”f“¿”f\ÇÊ»Ü‡”–\Û\ã”÷ò”÷Š(\Ê•~Ê‡‡Z”Ý‡(móû(g•(m?)N³”Î™6\Ê\'\ÊJ—‚ˆ\Ò#¦ô\\¢ô†)}¤PJ¹å«¾e\à&Š2ƒ¢\ÎZR†m”!N)eH¼Ÿ2t²‹2ô©€2¬*¤s§Œ*QÆ¶…Q\Æ|.RÆ¯HQ\Æ=\åÿ“@¯§|ÇºQ¦þ”©38\ÊT[eºÊ›2#sŠ2ó7ŒòÃ¢Šò\ãj \å\Ç\Í”Ùª\0\ÊhJùµg‰²\ì|„²|\íe¹9‡òg\Û\åÏ™û”µ¬g”õM\í”\ru\Ê§ò·Ä•ò~™ò\ï‘*!«@•¹LÝ”\ì@\Ýôþ.Uò¾us\êZµ©[d©òý	\Ôm]-T\ÅN&u\Ç\×T•¸½T•—ZTUõwTU·(ª\êõWTÕŒgTµMXª\Ú\Î:ªZ¸!U-ù=u\×Vª\Æ\è)\ê\î\ìª&Ù‰ª…\n¡jŸ•¤\ê\Ä\ÎPu>£\êQº©z—!TýûKTýQu\Í2uÿ·‹\ÔMTƒ­\ËTH5ù{žjºÍ“jº=—jvLšjöü=õà­¿Tó<8õÐž\êa]%\êa&õðU7\ê£\rª\Åi-ª\Å÷kT‹\ßp\êÑ¸*ªõ#\Õ\ê\Ô\Òþ›\nM%Sa«›¨€WM\0©hÏ³TÜ–.*®\ä •0œH¡4*\é\é•¼f@¥H\í¦RŠŽR©û\n©4\îg*}\Ê$ý¤2›PY=ªT\ÎA*•þ òRù-¨¥vª \â\rU;O})¥Š·¨Q­Œ¨\Ö\ÏÌ©¶S©¶9bªU\ZÕ¡Xžz\æ\Ä\'\ê™(W\ê™\Õ`\ê\Ù\äWTGX/õÜ—!\êy£\Ô\Z\É\ÔÚ¨–ÿR\ê;¨N_\ßS}Í©\Î5\êeòAª›\Åª\Û\å­T·¶\'T÷¬}Ô«{c¨W¼©WƒË¨\×õ\îS¯ÿ\ÙE½d@½‘TO½y%z«°”\êp‹\êóÇŠ\ê»#\ê\Û\àK\r˜Ô£*yP\Å\ÔÀ°\Û\ÔÀ¢%jpŽ\Z\ZTA\r\Ív¤†þ Q\Ã^¿¡†\Í&Rï´¼ †‹­©wû‚¨×™Ôˆ»óÔ˜-Z\Ô{¢h\ê½\ÌX\ê½O¨±«Ô¸\ã[¨ñ\ëz\Ô$mê£·û¨/vRÓ†¯S\Óå©\é\â÷\ÔL…š™RA\Íl˜¥f\Ù:QŸ\íW¤>?ü‹š½ý5\Û+›š½zš\ëÇ¢\æí’§\æ7GP‚¦©\ã\Å\ÔÂ“2\Ô\Âõ\ÏÔ¢WúÔ¢u9j±Zµø/Z²{/µ´³‡Z&S\Ë\é\Ô\n«(j¥n>õ\rzµJ·˜ZõTZRkù,j=}ƒúV¤O}r–úö1µ±{†\Út@mò¹I}—B}77B}£J}ÿ{µõö_\ê¤õc\ívjû\ÉjÙ€\Ú\É\åR;cj©I	\ÔÎ™ý\ÔO—J¨Ÿò\Ñ\Ô.™\"jWZ\"µ»U‡\ÚkhK\íûoús¨ým\ê \Ä)\ê`‰-uXòu\Ät–:º­Œ:^ùú-Ê†ú\ÝEH²\ÙD¾¾—:ý!…úc®’:{iu¶º•:»\âGo|H]\è¼Bý…¦þŠw¦þ66¡.\Ñ\ØÔ¥³{©\Ë÷ü¨+ƒQ\ÔUðu5òõR=õ\Ï}u\Í÷u}\Ë#\êº\Îuýfu{ˆú×·…ú·=ˆúO\ç#õ_…-õ\ßHMsš¶\ÉÝ‹&…;L\Û,1M\Û\ì¿@\Ûü­ˆ&#¡\ÉX\ëÒ¶\ìAÑ¶†\ÚÐ¶¦†\Ñ\ä>û\Ò\ä5·\Ò\äû‹h\Û\\WhŠ¯\ëiJ	4¥¤K4¥Fm\'3•¶³\äMEcž¦Ò…§©\×\Ñ\ÔIv´]2t\Ú.\ÍRš†\Â*MS\áM³qŒ¦`h{”n\ÐöPi{\Ò ´=Ïƒh{z\çhÚ¨Vš¶W	M\ç\Æ[š®a,M_!‰¶Wð”¶\×ö$m¿\Ê\"mÿ£%Ú4ešA\ËOša¤4\Í(ñ\r\Íx\ä\Z\Íd;‰f\æG3•ð§™¥\Ç\Ð\Ìzð´ƒ˜\ï4s\Ï@\Úa¿\nÚ‘y4‹š¥f¹D YÑŽ™Ž\Ò IT\ZH§[ŽÓ\Ö4\ä÷4‚\Ö\Zqû\Z>¦‘M:id\Z9n™FQ·£Q\Þ`h4\å»4º\ß<x˜\Æ\àÑ˜\ì&\Z[¯ˆ\ÆÎ§±Wo\Ñ8tÆ£n¢ñ\Ï£ñ¯–\Ð\Ï\ÆiÂ®û4:&\ne\ÓN\è<¢ø>H;y¶‡fs=vúY\Í.É\æ\ÐrŠ\æ\Ðõ‘v&þ\í\ìõFš#Ü€vn\í)\íº›v\á.šv\á\Ù]Ú…wþ4\'‹_4güIšsw\"\íb\Í(\ír\Âšûn+Úµ»6´\ëè‹´\ëqƒ´ò´›ûRi·Ž§\Ðn-n¥yd\Ò<Q\ÏhÞ™\×i>\ß\Þ\Ñü\Î| ù[\Ù\Ñ¬#i[üi¡³¦´¨WÁ´\èe:-f\ä\íÞ‡5Z\ìZlC-ög-ž\"K‹\Ï×¤=€>¤%\Ü/¡%¢i‰\ç¿\Ó¯÷\Ò}Ø´\Ä-\é¨-¥ñí±¹–™AK+¼@Ë€gÑž\èß£eIŠhÏ¥hÏ•%i9ÀKZ\îr\'-Ï¨•–wN\Ë{ªFË·§½0\ã\Ò^˜+\Ñ\n|Uhþ‡i…\ÚY´B\ê\Z­°û=­ô\à>Z©\ç3ZeR>­\ê\á+Z\Õ\')ZÍƒ&Z\ÍòwZ­\ÖYZ\í\ë\\Z,‡V—~†V7ù†Vÿ%†\Ö@h\rBiZ\Ã)ZS‚\ÖôGö®†Fû ,Okƒ\Ä\ÐÚ®-\Ñ\Ú\î\Ð\Ú\í@Z{@­}¹Ö±e/­#1“\Öù°˜\ÖY¨@û\íN\ë†\ÍÓºŸ…\Óz\ÎG\Ðz.ž£õe+\Ó>JÓ¾\ìÖ¡õ¿|H\ë\ï8Iûªw6pqŽ6ŒÔ¡D^¤Í´±š\Úøe\Úw\æ\Ú÷‹´‰\ZmØ M>q¥M\r7\Óf\rgh³6C´\Ù÷hs§hd)\Ú\â¥eÚ’\Ã5Ú’3¶TÉ¤-T¢­)\ÒVÕ·\ÓVw\Å\ÓV{n\ÐV“i\è_h:?\Ó\Ö_¥­\ß\\¡­c\éÊ·\éRhú\æ™7ô­T]n_?]¾\â*]\ád}›ü]º¢\Ë(]1Y¾cÿVú\Î\Ëte‚®¼ñ–®b\âAW\r¾OW\ÛlB×¨\ÙB\×>ZN\×~M\×~ÿ~\à\Ö\Ýp‹;\Ýð\ÑOºÑ¶º±\ßºq›n\ÒSJ7\í\â\Ð\Í.ì¥›=Ð§¼:N7—ûL7Ï¹D?”†§\ÑO¢[pb\èg\ê\éV8kºUP-Ýª}•v¦Cg“\ép¤#\àUÓ‘c\rtT÷:fñ\Zk\èEÇ†Ü¤cÓ´\é\ØZw:ŽnL\ÇM£\è¸ù5:þ\ÝN:þƒ-h¥ƒ_ž\ÓI3:©IšNŽ3£“«\èô\ÑktÆ©Y:#¿\Îzþ‡Î–þDg«ø\Ó9tÍƒ\ÎºB\ç\"ÿ\Ðyj\è¼K³tÞB:A¨4Ò…~›\é¢?1tñi5º8=—.Î£‹Ž\ÐO<«¡\Û$U\Óm\Úu\é6\Ü\é¶3út‡Gú™—ÁôóMôóo/Ó_µ\Ò/\êx\Ñ]\Ð]ƒt7øUº{y3ýšF)ý7™\îqc+\Ýc´†\î)}˜\îu\åý6S‘î««N÷ýE¥û\éß¤(¿  }\è¹\éo\Ú\èA\íAô`‰9z°\×6z\á=\ÂE\ì§G.xÐ£´\è÷N\Ñc‘ôû\ì:zÜ¿ez|pýû]úƒw\Zô\âUzB\Æ)z\Ò\Ú/z²\ë,=ù†=¹,—ž*%¤§ª\Ø\ÒG\\¥?n¿HO¤§‡ï§§\Ï\Î\Ñ3v\Ñ\è\Âú“¡\Ýô§;\æ\èY‡\Õ\éy^ùô™\Ï\è…ZfôR\Ùyzi–^\æ©I/‹	£¿\ÞaD\ãœE¯µ¾C¯-ùCo¾Å¥·„ž¢¿_§wº&\Ñ?\r£w\å_ w¯Ž\Ñ{†\íè½‚ô\ÞØ‹ôÞ„(zoÿ5úg\ÛVzr(ý«’>7GHÌ¤Àô‘òpú\è[€>\æüœ>\æ\ÞE\ß|“>±™>^xŽ>Þ¨Aÿ\æm@ÿ\î\ÒFÿ\Þ&AŸ8y>©\èLŸ¬\è\Óv5ô\é[\"úôýG‚>}ö\Ò_ú¬—}n›}.×‘¾hvœ¾h\îM_t„\Ð—Ü£/Y‡\ÐW\é+‹é«šôUCúŸ{2ôu¡}£¤‰!q«‹±i,Ž!\é°Æ²\Ù\ÂØŒ«a\Èøÿ`È¤\Â²¡¡Ù‡4†\ìbc‹aCn6C>“\Æ\Ø&z\ÄPt-`(.80vj1”O¥0”\Ï\ÒÊ•{*e•Zc†šñc†\Z\ì)Cíž˜¡\Ö+\Ç\Ø%{›±»4•¡ih\Ê\Ð\ìdhY”3´H­\Ñz†¶\Ã%†ŽMC§\É\Ð=\Æ`\è\Þ|\Æ\Ð{R\Î\Ð7c\èÿ{)Œ}$\Z\Ã@V•a\à\Ã0’\Zf…¾`÷\Þd\ÄR‡…G„AŒ£Ÿ\Ù«ú«\×ÝŒc*ŒcÿDŒ\ãõû\Ðm\ïÐŠ\\5x\Ï0¡”‡#\ÆÀ°&q·ÇžA|ZÁ\0ý2\äBõO5ƒùÀ”Á|±\È\à\Î>`·\Í3„þ2\Ä!\ïÖ¡êŒ“\äx\Æ\Éb\ÆÉrŒ\Ópã´§?\Ãvõ>\Ã\ÞÐ‡á ¾ƒ\á\0{\Çpðd8¶|dœ©1\Îó\çg®2Î¯§2.üf0œ¬_1œ:*N\\†³\n\Ãe%…\áZ&É¸¤Â¸L2g\\®™g\\\î…2Ü¼Ÿ2\Üuv0\Üs ÷¶A\ÆUr\ãša\r\ãV•\ÃcÚ‹\á=uŽ\áóƒÈ¸X\Íð£~eø«¦3ü363iŒ \Í`F°\ì#4Z–Z \Í3b„?b\Ü-0\"TQþŒ¨ðMŒ¨ô=Œ\ËF\ÌõŒ{_3\â`UŒxõÝŒ\ÑÃŒÿF\âYF\âò8\ã\á\ÏýŒ”[Œ”GŒ\Ô\Ò	\Æ\ãÍ²Œt|	#\Í\È\Üñ”ñ\ì²\ãY¾7#{º’‘½l\Ê\È1\í`\ä\à9\ç\'¹\ë§yR\ïygzù\íÍŒ{\\\"£H\ç£8.ˆQü#™ñ\ÊJñ\ê\ÕF¹\ÞSFE6À¨¨fTtU0^›92*eW•%•?õop?Ui\0£š‡dT‡z2ª\Û\\\Õ\ëŒš®6F¯„Q\ç€g\Ô}^`\Ô\Í[2\ê{“o\Ï)1\Þz2oß¿c4\ä63\ZkŒ\æ\ÝjŒ\æô¯Œw5ŒûY\Æ{\r\Æ{>£\Õl‰ñ\ác\ãÃº£\Í`|dº1>fJ1\ÚS¬†ŒN\î\ãSs?£Ë‰\È\è\nÿÁ\èúx˜\ÑM¶bôDù3z²ú=Õ»}O¢}\Ý\Æ\Ûz\ÆW‰¿Œ¯®RŒ\n1´.Á®ngŒ<\ÎgŒo¡1¾‹Œ‰Ã·wû“ö½ŒI\'[Æ”Q+cða\Ì&<c\ÌmþÁ˜\Ókeü<”\Æø|‰1ÿ\ßY<\Û\ÈX²\ìb,\Zb¬Š]«\ÉÒŒ?\ÊöŒ?\Õ\ßk®›kU\nŒ3\íŒ\r9\Æß´<\Æ?{\Z\ã\ß:™)¡§\ÃÜ”pœ)©u„)Ù‘\ÅÜŒŽaJã¤™2Ô˜²²˜[/1·\Ì\ê3·¾\È`\Êa¾1å®¾c\Ê\Ë\\g\Êk\r0d/3\\Æ™Û¦™ŠG{™ŠP¦’i4s‡þ:Sùr5S¥7Œ©¼eª]]gª•f1w]òf\îº&\ÏÜ••\Ê\Ü\Ò\Ç\Üý÷=S\ÝÀÔ¼\ÞÁ\Ô|9\Å\Ô\ê^ejý±e\î‰Od\îùs—©½\Ö\Ï\Ôw…2÷BN0÷\í\Ý\Ä\Üÿ\à.\Ó ‰\Æ4¼Q\Æ4Jqb\Z5¬1c˜&Š¿™&œd¦\É\ß¦\é	+¦Y\Ö=\æÁCsÌƒ=\ÞLóH}æ¡ž8\æ¡^\æaZ\Ó\" –i‘h\Ç<\Ê{\È<š¤\Î<Ú¢Ê´\Ô6dZ©leZg0­\ÌckL\è\ç½Lø\æ`&¼(•	ÿ¸\Îx¹L\àö&\"ÜŒ‰,\ëbb\Z¥™¸\íû™¸=;˜8Œ*_}”I\ìœe’†\àLòŸe&õ5ŠImKf\Ò%ùLz\åI&[\æ,“Ý­\Ë\ä\ÈU19³\îL®—,S(Áa\n½¯1E7iLñ\í¦\rüó”^ó´*È´¥O2\í²™vý³L{\Û¦ƒÀtðx\Îtð9\Çt<’\Í<\ç/f^hz\ÈtBW3MÍ˜\ÎõñÌ‹­\ÑL—\Ðó\ÌK¤b\æ\åMh\æL·K;˜n›™\î6\ÌkC$\æµ_·™×³˜\×\"˜7Ždz8D1=º·1=	W™žÿ|˜^‘AL¯^o¦\í¦OV&\Ów/Ž\éw¸\é\çQ\Æô\ß\Û\Çôg\\aúó\Þ3ý\Ïó˜þ¹¨ÿ¬3¶®2\ÄÌ€¯k\Ì\à\Åqf¨™3lh€yG\îóN‹93üy.3BqQw•‰MbF>xÊŒ¬d1£™1üD\æ½Cz\Ì{™±ô\"flÿk\æ}]\æ}·rf¥‰g]ÌŒsŽ`Æ¹v3\ã¯\Ä0\Ø\Å3Ä´3 ý\Ì\Ä\Êf’\ÏSfrÁW\æCw3\ÅIŸ™òM™ù\ÈÎˆ™º²‰™1¸\Ì|b£\Ì\ÌTNef^\Ïaf\ÑÖ˜Ï°^\Ì\ì\Æ3\Ì\ìÌœßŽ\Ì\Üö#Ì¼ûDfþ¥fþ\çu\æ	}\æ‹\Û\ÎÌ‚t_fÁ¸%³\ì\Ç,\\gh3Kþ\Ì1K³L™¯\n>2_ý™a¾Z[c–½b–Çœf–)0\Ë\'0+\Ì}˜¯Gª˜ož„2«sú™5QÌ·F\ç™o‹n1×‰\Ìf\n\Ù\Ô\Ìlšc¶¯evRŸ2»o>fv?Ybvÿ\Ù\Ç\ìy\Ìaö9‰™_\"k™_¦=™ýK\ÑÌ¯»™-j\Ì!S\æ\Ð^s\è\Ã-\æÐ—gÌ¡¹T\æ0»†9b÷€9’HcŽEC™ceL\æ÷¾R\æ„Cs\"J†9õ•9Y(Áœ\ÚËœv¸Çœe?a\ÎÝ™cþ¬\ÌeÎƒÿ˜‹\'<™KyF\Ì\åð\æò\à\ZseŸ¹òe7sµ\ês­Íž¹®1Àün\Ëüûp\'óŸ\rÀüªÏ’ø™Î’T.bI\Ò²¤ºûY\Ò¾±¤K±dÉ³d<n°d\nY²û\ZX²n¬-’Ž,9\ÕW,¹w?Xò\Üz–üõ/¬m2*¬mj±¬m,\rÖ¶€H–\âr7k{ÀC\Öö¦r\Ööq–²‚µ\ã\ÕY–ª\"¥¶ÿ7K\í·&K“\ÍR/\êf\íz$di\íöa\í‰Hf\é\Ì\è²t6lXz\×\ÍYzñp\ÖÞ A\Ö\ÞþpÖ¾=\çXûo¡XÀ5–AC/\Ë`ò\Ë`YŸeð§™e\ØQ\Ê2jmcC\Ð,\ã+,“\ËL\Í:øø\ë`#„e\î\Õ\Í2O‰b\Z`qúÅ²¸\Ã:*˜`\íŸaYM&³Ž5>a[&°Ž7¶±Ž/\ÑX°-*,\ØK`!d²‚3,„\Ï\nQœ\ÉBªg¡ûŸ±0†,P\'‹ŽobYd“\ç,JQ‹ªûšEõ²YŒo\'X,\r\Ï×\Å{À\â7$±\ÜR–\Ðv™%ô™a	›\ËYâš,\ë±\ÖÉ™K¬“‹–\Í\Í~–·<\Ë\æ\É1Ö©[{Y§M\î³l\ÏO²\ìUÎ³\Îþú\Îr¼a9\Ù]a¹€J,—%Ö¥“bÖ•7ö,·ü<–»e>\ë*5uu%†u­q˜uC\é\ë.Ÿu\ãR\Ë\Ïò¸\Çò\\dyC±|^<fù|+g\Ý&•°|\ÍJY¾G\ÒX~Ò«,¿wY~ñx–ÿù–\Ó<+Pc’\ìf}\Ú\Ä\n\ëwa\Ý9\ÐÊº\Ã\n/8Âº\ÛúafËŠÀ~bEt™±¢ž~cÅ¼úÀº÷už»Ë«ÌŠ?e\Å{³Yñ\Ùa¬ø±$V‚r+‰´‰•\ËJú$d¥$e¥ld±Rg\ÔXiv¶¬4_VZ„•\Þû„•‘WÀ\Êøú‰õ\Ä\í?\ß\ÊXOUa¬\Ì_YY¿\î²rŸXy>¬¼\ÄV\ÞYV¾\ì!V~N<+2‚õ‚°ŸU4ù™UŠ\Óc½:Lf½²ªf•k¬²\Êo±*†Xo–‡X\Õ5š¬ze_V\ÃiKV£;«™óŠÕ²\ï?‹¬H\ëC‰õ1Ç—Õ®¥\ÉjOðcuh°:±9¬Î‘JÖ§Ï·Y]Ô·¬n¶3«Gc\Õ\ã\Å\ê\Ý²ú\îL°úþJ°ú!r¬¯û”YW¬\Ú~\Ö ÿk°b‰5ä½“5sb\rßµg}n`M)°\ÆSüY\ß/Ø±&§YS\Ý\×X\Ó\Ötx\ëÇ‰§¬\ïÞ³f÷½d\ÍRSXs\æ\\\Ö\\“%k> –5ÿuŽµXg\Æú…\Ìú5÷‹µd+\ÏZ¦¿a­lF³Vbw±V\ç\ìYzGY\ë\ZY6³%t‹\Ù‡o±7=mdKýdKñ\ØR!|¶Tôq¶ôv)¶ô.¶´&-sÊ-s;™½¥)”½Q\Ç\Þú|[n÷[^ÆŽ-ÿ\è2[±\ÂV²}ÁVzq½£Î€½°U¤ylõ¨lõ_*l\Íj¶Ï—­š\É\Öze\Î\Þ\Ó\'Á\Ö>ž\Í\Öfc\ë(]`\ë¤²uµ\ÚÙº¹T¶žH\Ì\Ö÷´ü{_]\Û@­m`\Î6³\Ù›Ø‡¾<a±a	±f[D.²\é²\å>gC?`C\íúÙ°Zlø|3\Ég±QÒ¹lt)`³qúilœŽû\ê\Í\Æ#V\Øx¿e6>õ\0›(±‡\r¦N±Áþ\ëlR\à›ô\ã+›\"UÁ¦œ›eS¯9±©þZl\Ú=›Žwd\ÓF\Ù\Ìý…l\æp6\Ó*‘\Í\ÞW\Ä\æ€³9œr6Ç­„Í¼\Å\æf¬²ùû\Ê\Øü[O\Ø|¿E6!Ÿ-HXb{Ù¢$<[4\ãÄ¶¾f\Í>õV‰}šóŒmk^Í¶]¸Ì¶Md\Ûe´±\íž6³\í>\íc\Ûv°\íÿ\Üg;À—\Ø\ç‚\Ø™4ö™c?\Øg\í`;¾©fŸó\'±«³f8lgf2\Û9o7Û¥‚\Êvc±/5d_Ö·d_ª³/;\ïe_®˜d_QWf_\ÙmÊ¾r2›}mÒŽ}m£˜}=Ê€}Ã€Á¾\å\ÜÁö0¢³=[\Ùv²=Z7\Ø^cW\ØÞ»3\Ø\Þw\Ü\Ù\Þo\Ù>\É3l_;\Ðû;X\î;;D\Æ\Ðf‡\ÕÆ³\Ã\Zz\Ùw´\n\Ù\á\Ï\Â\ØwO±\ØwóŒ\Ø÷\ZØ‘»4Ù‘gÙ‘Y$vTƒ	;\êS1;ª÷	;:4Š}\ÏgûÞ¼ˆ\ëþ”}¿\ï;÷€ObÇŸmb\Ç\ßhc?ð\èd?hg\'Z\ß`?º5\Î~ôÚý8z7;m\Ûyvš¢4;\íø=ö“®\Ï\ì\'?ŠÙ™<v\æ‡ý\ì\ì˜óìœ\Zv®ò\'vî©·\ì\Ü\àdvn•G8\Í\Îû0\Ä\Î\ç?g\ç_\Ú\Î\Î¿\Ã~Quœ]d¡\Í.\êlgû6±Kn¹²K¼O°K\n°K\ÑoÙ¥ô\×\ìW\ÕXö«žv™s»¼³•]am\Ç~Ó³‹]eµ•ý6<‘\Ýø\à\Zû=\Îþ¨‰ewª°»\"\Æ\Ù]­\Î\ìn«û\ìÏ±£\ìÏŸ\Ø_n|b‰Mg÷#Ï²û\í\ØN8ö€ûoöÀ\Ìeö\às]öa{¨®”=¢6Äž@ù°\'\ØN\ì	\á\"{\ê\Ò {\ê\É+ö\Ì!öPgöO\Ï@ö¼c*{þü7öb\Ô\nû7£Šý›s˜ýû„&{i«<{i{\é0‰½²\ç\Z{\Åi„½Ÿ\ÃþƒUd¯é·±\×NE³\×9#\ì\r	öF*“ý*\ÇþgùŸ\è3\ì¥Ž„·G²Ã‘\n\Ö\àl\î‚q¤Ÿpd©–\Ù{\åœ-\Í\Û9re\nù\ïu™|Žb$š³ó\àGe\ëGe\àG•m\ÈQ›>\Í\Ùõ¦£…1\ãh_\â\èXpt/¶pô¯›sö*]\â\ì\í¯\æì³»À\Ù\çþ’³ÿ¬gÿ5.\ç€\ïkŽ}\ZÇ ÙŸcü\ë\'\ÇLs€cö¸‘sÐ¡”s\ÐY–cnÁã˜Ÿœ\âr\Ó\ä¹´™s\ä\ÚC\Î\Ñ,\Ç<÷Ÿ8\Îq=ut{0z@‘\×\Ø\àÀ\Ó>q\09\"H]\ã\0³ƒ„‘e±ƒ\Þd\ÏAg>\ç`x%<Ýƒƒ\È\à\à¿pR\âÁ\nñŒ‡øLJ¹sÀ{¹°ÃC\ÊrHK6r{>‡\ÜÎ¡X19”oF\ÚQ‡>¸\ÄaÀwq­õNm ‡\Ë*\åp¹,\×!–\Ãs\ì\àðýU9\0\ÍµsÄ‡\â8\â*\ç„\ã.Žõ‘\ÏkJ5\Ç:«s2õ(\çt›\r\Ç\Îõ2\Ç>ô\ÇA‡\Ëq¸a\Ï9\ã\É9›õ’\ãx\Ãq´Xçœ‹+\ç\\\ÈH\á\\xJ\â8\é<\â8K^\ç8\Ëý\å\\¼R\Éq±¥r\\*s\\SÑœK\È\Î\å¦z\Î\åž6Ž»\à\ç\êk\Î\Õ\Õ\Î-K\ÇS#\ãIM\ãxžû\Îñ\\p\äxw\Ús|n.qün\årü•\Ú8~\rœ ³DN\ÐÀ\'X\æ\'8ô7\'ø=œ\Zòˆzßƒ¶\ÚÈ¹£´\Â	\×\âq\îþ\×ÿ\èN.\'z œsÏ…É‰•8±Ëœû…x\Îýe\'\îX#\'\Î\à\ÄE\ã\Ä\ë{p\â\Ïþ\ä\ÄÿK\á<hs’¬Žq’\Þ\Ïsþ÷ž”ža\Î#\rUN*™ÁI\Íù\ÌIs9\ÊIûfÁI›W\ã¤-\â¤_á¤§Kq2\ÜœŒkKœ§gaœ,]NV\äSNV\Ö\n\ç™õ~N6§ƒ“}Ò‘“T\ËÉŸ2\å¼HŽ\à\Ù\á”\Ý9%iO8/£t8¯\Úðœò(NEn%\çu\ÇN%\í\çŒSMò\àTÿv\ã\Ôm\å\Ô]¿Í©‹\ã\Ô/xrÞŽ 8\rw|8\r\Ïe9\ÔœfE\'N\Ë3\á:9-ÿ*8­¸ýœ\Ö|Nkƒ\çC¡;\çC›óañ§-a7\ç£l\ç\ã¾t\Î\Ç\Ï\åœv\ä-Nû(—\Ó\Åø\Ë\é\â\äto\æô`\n8=I\×9=Êœ^ô0§÷þ!No\ËN\ßs#\Î\çüB\Î\çq[Î——ºœ~ŸZNÿ·Çœ¯\Ó\éœQ#gXjž3¢{ž3j‘Á½/\æŒ-—rÆ¾q\ÆsÑœo\r)œ\ï\nQœï¿–8Œb\ÎTI:gúUg&Û…33¿óc¥”3KP\á,z\Ïr~5ks~\'\'q–dÄœ¥´`\Î\ÒKG\ÎòŽóœ•ŸÎŸu\Î\ß\È&Î¿x®\ä³^®\ÔHW\Ú\à\Þþre4V¹2-S\\™…«\Ü-¡B®\\ŒW\îSWÁ®•«x*˜»}e7W\éÁw\ç¬W\\\áª\\>\ÍU-W\âª-\'s\ÕKD\\\r££\\Í€c\\­(_®v\\4W{HŸ«\Ûk\È\Õ\Ã\Ý\ã\î5ý\ÉÝ¿”{\àV\×\ÐO\È5l\é\à\Z|\á\Z)ypÊ‘\\c\è)®qT\×\äL	\×\ä\ÞI®I=Žkjr\Í%*¸\æ3l\î\ám§¸v¯¸Gõ-¸–\ZM\\\Ë½\\«#;¹Võ6\Üc°\Üc³(.B\ê=\á°\ÈEDn\ç\"oús1JI\\\á)s–\ÎÅ„^\åbªÌ¸˜\ßR\\\ì\r;.ø3œK\îj\â’\Ç¹Ô !.mûY.3\å/—ud—US\Ïe7*r9­>\\®z—{Ä„Ë½\È\ârg,¹B¥\í\\\á%Wô\ê8W|\å\"×º\ì\r\×æ¯€{*2™{\Ú+œkkvžk§ùœkG\r\å\Ú]\á:W¹ö\éÜ³¸g½Or\ÏQô¹\ç¼Ö¸\çÂº¸N»T¸\Îë§¹.«®k¨2\×õž÷Ò¾«\ÜK\å«\Ü+wÛ¹\î²\"\îÕˆÜ«o\ßs¯El\å^›­\å\Þ`[soTfp=a\\¯£\ç¹B_nÀ)Gn@\Ñn`\Ñn\à8—¼\î\Ã\r9²\Î\rI\Ëâ†¶<\à\ÞI»Ë½\Óvž{g\ã7<\î÷®\ç6n$“ÎÊ–\åF}Fq£\ÅTn\Ì)OnÌª	÷>µŸ{¿9œû`,›Œ\ä&*\å&\ê\å&{\ØpS\ì/sSf\îrS¹\Ò\Ü\Ô\Ñfnú\Û\0nz\ë]n\Æõ\íÜŒ\ç\Ë\Ü\'ª\ÙÜ§F\n\Ü\Ì(47³j€›5»‹û¬B“›­£\ÄÍŽq\æ\æ\ìv\ç\æB~qsÓƒ¹¹UJÜ¼q\n·¨ú·„E\ä–\åp_¶\à¾\Z¿\É}õ\ï7·\ìònY¦\n·\ì\Åny\æwn\Åu\îk·›\Ü\×%\'¸•)Üª¸n\Õ\Ú*·šUÍ­Ý™Ç­\íò\æ\Ö|\æÖ¯·r\ß:\ã¾\í\Ë\æ6’\â6\Ï\ç6†]\á6¹\èp›\Þôp›M&¹\ÍvŠÿi\ã6—ôr\ß2¹\í{Ý¸\Í\íÜ®ö\Ë\Ü\Þ|n_~#÷s-…ûe\Ë\n÷\Ëz1·K·ÿ\Ä·ÿe<·¿v7÷«E÷k›w’\Â|u‹;¼\Æ\áŽüâŽ®\ÞåŽI\áŽ\Ýap\Ç\ÍÇ¹\ß\ÞFs\'÷q\'ßˆ¸S^q§*\Ïqgo{sgs‘Ü¹Ow¸?÷}\åþœþÄ·ð\ç.¬\Ïr7up?\Þ\åþ>Š\äþþ»‡»|\àw5š\Äýóž\Ï]Wu\â®SC¸\ëþ0\îú\Ýi\î_N÷ß‘\Ü$\î¿\Ûr<	¦7OR\æ3O\ÒXŠ·\ÙJ·9Ïš·¹¯›\'-cÉ“žÿÈ“=¨\Ã\Û\Ï\å\ÉS1<÷\ç<ÅŸ]<¥hÞŽ¡W¼Ÿry\Êó^<Õ—\î<õ˜<õ:OƒX\È\Óø\È\ä\í\ï\à\íN\Í\æíž¼\ÉÓ„Ÿ\ái:¤ó4\Ï\Zñ4¯­ò4—ûxZ’·xZw\æx{n\Õò´«\Üxº’\Ûxº¬ÿ²‘\Å\ÓK\Î\ä\é/	yûd›yû5ð|\Þ\Ì3À‚<ƒ†<\Ãýž1Ö‘gLu\áG}\â¿GñL£<\Óû<ž\Ù\Â$\ïý[Þ¡‰\Þ\áóûy‡\ã±<q:\ÏJ\â,\ÏJ\Ï;&?\Ä;&<\Î;v\î\rþaŽ‡À²yˆ\Þ<\Ô}úl\"UÁÃ¼i\äa\êy˜¶e–\Z\ÇÃ—kðH\Ö%<2°Ä£všð¨“J<ú\å*=7Ç”¸\Äco]\ãq-Gx\ÜÁ[<á¶<q\Í4\ïD•,\ïD—-\ï\ÄZï¤¹\"\ÏfK\Ïƒ\á\Ù$\"x§;òlÁZžmµÏ®Ï³ÿ®Ás¸\Ò\Ä;‹?\Ï;[ñ™\ç([\Ås$\\\ç9>L\åÃ•ò\Î5$òÎ½?\Âs²±\â9Å¸ðœ\Ù\Ò<\Ø\Ï5z3ï’Š7\ï,ˆwYº„w¹\é\ïŠA\ïš/\ï\æ¼[„xž‡ñ\'ž\'É˜\çE\æy\Åhò¼]°<\ßðDžß–BžŸ§=\Ï\ï\é}žÿH&/@\ç/\à¥/p[%/\Ô\å…|\Ê\ã…óBgya¥h^8‚\Ë¿ýwWR‚‰›\ãE‘fyQ¼^T\Õ/Ú¦•³û/\æ¿\ÚÝ—H\ä\Ý_”\à\ÅKöñ\â#Uyñß¯ñJx.úð\Ò\Í\Ýx\éw\ßñžº\Øó2›>ð²\îVó²ª\Çy\Ï4ðž	yÏŠŸðž—ûñ²\Í\Üx\ÙLx9ô]¼\Ü\n\ïEö_^i3¯\ÐÀ†W¼k?¯xú¯Ä¸“Wbb\Ê+±”\å•\Ü\èä½”ú\Å+\ë\å½:V\Ì{•U\Ç{\Õø“W¦\Â+¯°\åUh]\ç½\Öt\ãUšPyof¹¼\Z\Ñ^\Í\Ë;¼º\ßÖ¼zh¯žð\ÞJó\ZŽœ\à5¢nò\Zûp¼\Æe€\×¨\Ëkþ\í\Â{g¡\Ì{|Ÿ×¢z˜÷¾n…\×z<–\×vÎ‹\×Öµ‹\×\î>\Âû\äö\×åº›\×\í²\Ì\ëkx}¥6¼\Ï!b\Þ\çñ·¼/:\'x_O|\â\rœ\å\r\Ý\Æ©ÿ\É\Ýýœ7Jñ\æ:œ\æ~|\Âûf»È›D(ñ¦¶]\ãMý\ã\Í\äðf	¼¹j\Þ\Ï\ä\Þo\Þ\ï\×\'xK‰xK\Ïoò–>`yK\êy\Ë\Ø	\Þ\nþ7o5›\Ï[ý\Ëû£\ï\Ë[7¦òþ\ê yñ#¼«ÿø›nð7µ,ñ%kjùR\ËD¾º/\Ë\åo\Ý>È—\í\åË›xò\å\ïl\åË·4ó=TùŠyk|Åš§ü\íþö\ÈRþöW\ßùJ\Õ|å‡ù*k|u0›¯þw™¯q™\Å\×ð\n\ãk4§ñwó\nøš\Ër|­DKþ\Ù3|m•p¾6-•¯Í¯\á\ë\Æ:óõ¤~óõ_¿\à\ïõ\'ñ÷¼\Ä\ß÷\Í\ß\ï\Ü\Í?À¸\È?\ÐR\Ê7zþ“o\Ü@\â›@~óMÈª|Q(\ß\Ìû\ß\Ümÿ°\Âþ›A¾E˜ÿ\èÝ­ü£IP¾Õ±\Í|«Û¡ü\ã\Ù\'ø@Žq…\ÌG4\å£ûø˜ck|\Ì7»U“Or\ä\ã{\Ìù„\èO|¢»%4þ\Ã\'ùó)2‘|J,„Oó\á\Ó+¾òé½‰|f¿>Ÿ{p7Ÿ\Ëk\àó7‡ð&\ã|Á™i¾]\É2Zø\Â._T2Î·\á\Û&eñ\í~\êñ\íþ|\á_X\Î\ç;Erø.£ø®#pþ•\0/¾[\Ñ%¾»ÀœSZ–s\ÏÿÖ‘¯|›Z|!\ßc²‡\ï)\á\Ã÷D-ð=ñŽ|/Ÿb¾W\íq¾Ws\ß\Ó\Í÷\Ù\á\Ï÷\É~Á÷\r\ãûýµ\äBñ\É;ùA¢1~°†!?øü?ø\êG~\ÇoN\à\ße}\à\ß]~Ïx¼ñ\î\r?j„\Ó\çGqøQmü\è\'Lþ=36ÿž¿4ÿ\Þp7ÿ\Þ\n†\ß\éÿ~˜>?N¶Š§$Ç\ß\ç\Ç_Góü\Âò–<ø‰?ù\ë%ù©\Öþ\ãIü´\ãütü>~:÷:?Cþÿ\é/~f¢ÿ\Ù\Ö$~öŸa~Ž\ÝE~\î£7üÜ†6~SŸW\×À\Ï˜\Ê\ÏO\Åñó3ø/ô\çø…osù%ø~\É÷8þK\ã/ü—¡§ø¥KüW\ÃGùe\ç3ùe¯ó\Ëù\ëüòN~\Å\Ë-üJsuþË‹üªòoü\ê©#ü\ZÝ¯ü\Zû2~¿Vö¿®~\ßñ›x\ãü\æ5k~‹/¿(\à¿ÿ¨\Ê\ß\Îo•~\ÂÿHtâ·«ù\ípO~Çˆ/¿sÜ”ÿI \æw\ÙMð»Š·ñ{ºþðû£øŸS\Ëù_®ƒüþñ]üC. \Å\ä¿\äm\æó‡\\þðƒ)þˆ>š?¦§\Ï—‰\çþ\á;A\ãsr\çO¬\ëð§\î–óg†üø³RSü\Ù~ÿ3oŒÿóÀŸ¯‹\â\Ï/\rðZRø‹\Ãü\ß\íü\ß_ñ×´\îñ\×--øÿž˜	¤0[Re(Á\æ\ß\Ë\é\nš@ºë¿œy\'\Øúû¥@\Î\"T ÿ\é‹@\áñ¸@¡ý“@Ñ®_ ¶\ßü(PºC(¥$vœ\r\ìT\è\ì4i(«ð*‘‡*žT«§j\×O	ÔŠ\ê¡úŸ‚]Ã½“L–J U•#\Ð\Ý\Å\è\ïèŽ¬	\ß\ÞE\Ü\r</<˜Ž\n\Ìô6f¼™B`n¶[p\èhº\ày³\à\à \àˆs\à\è\ß\Ïˆ¢\0Š¾.€\É\Î	\à¥(ð\"V€Y\à	°\Ö\á|¨›€(yM@¬2€Ê…P\ÕN@–P\â/\n¨ó\Z=[@gx©\×Œ@óNÀ\ÚR+\à|pÿ\îð\í6	Y†¡Õ´@ø/\Ñ~\nN8=X›¬nX|œ\nNi–l/\Ðö\\CF\àð}Ÿ\àÌ¶Á\ÙrœÀ\ÑV[p^)PpÁn³\à‚ÏÀIF,p\Ò#.\Z<¸v\Ô.\Ô	.›®O®ôû\ÜOx\Ü\Ý\í\î!$Áµ5Á\ÍÏ½-4G8K\àùŠ*ð\Õ\'	|\0_B‰À\ßò— \èt› ø:(Uˆ„z¼\Üù`*¸ó§^~RMp÷jš bR_ý\ÈH\n\î½Ä¾Q\Ü7û\'¸\Û$ˆ»&\'x°oC°\ëŠ A¿X\Ô$HvO<ün,H™¿&x\Ô\Ý$x4R H}°\"HÍ‘<F_¤\É\í¤A—¸‚Œ6¦ óW‘ \ç(\È\Õ-\ä\é	òŒ?\nòD^Œ½º«Š\Ö\ÕÅ¦‚’\Ú$Á\Ë^ª BºSPq_[ðº3SðzD$xcT½ZT\Ç\è\njö\Ô6Gê¶¤	\ê/¿Ô§§Þº!\r’“‚FkA\ãµh\Â/	š-¤-\'©‚–_ÁûS­3C‚v\ë<A§|„ ó‡ª \ëv’ 7\ÃCÐ·\ÏJ\Ðw\î’\àó\à‚\à \èW1Ø\'\ï†C3‚‘æ½‚‘¶NÁ(:E0š,|y	¾-³ßµö	¾_y$˜8-˜hG	¦<\Ò3\Û7	f*­?r³ú\í‚ÙžFÁB\ÖiÁ\ï¹‚¥µ|Áª\ç\'Ái%ÁŸ÷“‚5›%Áz\ÓÁ\ßk\"¡\Äo‚Pr\ß\á\æKBi‹?B\é8¡t\á/¡ôôO¡Œ\Òg¡Ì¹[B\Ù0¡\ìL‚p‹Z‰PN\æ¤P\Î\ÌE(×‡\Êû\'	\å_8\à¡‚ûf¡BÚpû«sB¥™x\áŽ ”pG‹pgF¬PUž&T}rA¨.qS¸û8T¨;²U¨/\Û.4r\Û)4z£(4\Ò\Z¿pš\è\èÿZ\Ê8­’\à\ÂcPW!hB\ÃM„0u\'!\ìx^#„g¶	Š\æB¤\ç†E?)D	n	QWú…˜\ÌJ!¦\Ï\\ˆ¯\Ñ’»k„{	!­%¤\ïš2i\"!\ëJ‚-²r\Ò„¢ŠBë¸­B\ë•\áI3\r¡\Ïá©²0¡\Ý¶\Ð\ÞCUh¿úEx¦iQx¶ú¨ð\ì\ÄU¡\ã‚\ÐQ,#<\'8.<×µ(<˜*<*]\è%¼\"(¼Bºe¾º\Ü^m\r^\×bo|¹)¼5yE\è1ŒzhztzËŠ…\Þ+—„~0¡ß‚Œ0pG¢ž.EC„¡Q9\ÂpSYaøo²0B\ÕZu¦G}»D£V\'Œy­)¼G{\"¼?C\Æ-N\nÐ„|\ã…	«\ÂÄ¦(a’I˜l\'Lö‘&\æ\n“7~\nSU†„iðAašÛœ0ƒ…>¹\\-\ÌT?&ÌŒ¸$\Ì\Ïf\éH\nŸk>/x+\ÌF\ífû·\ns}Â¼O®Â¼›„ù2\Â\æmÂ‚‹›„EK(aqÈ°\ä\Ìa\É\Íû\ÂÒ›\ÂWY6Â²ö2ay\î\á\ëú\ç\Â7ß„U„U_ó…µ÷Ç„uŸ„õ¦xa=ç°^\"|;E6>6|6™]6—6m6›P…\Í\ÞR\Â\æ¢°¥/|¯ûVøþ¶‘ðý\áûþR\áƒ\Â/„*;…mªŽ\Â6O_a[þoa»¤‘°ÿQ\Øþ˜-ì¨¶v‰N	»I?„½¿¶¿ù#\ìOó~=El©F\r3L„#—”„#¥šÂ‘µ\á\èñ\ÂQ_P8®²O8®\Z,ü&]-üÖ³Møm¸Mø\Ý<Zø=¡T8a!œú*œ\Ð\ÂI¼®p2þ»p*±N8sG üyüp¡ò˜p\Õ%\\“·®­g\n7¼\Ø\Â\ç–E°^‘Ä…Ñ¦2?‘drŒhs\Ú_\Ñ\æ–‘lû}\ÑÛ£\"¹=4‘\"%Rœ–m—­)½\ãˆvx8‹v<\Ù)\Ú1%)\ÚI,\í¬‰T²Dª^ý\"µ‘ú¢h—+S¤1\×%Ú¼)Ú£Ii/Ÿ\éø	E:\rd‘~\Â!\Ñþ*w\Ñþñ¢›P\"C¯\Z‘³Pd²\ÛNdR?)2fE¦_ˆ\Ì\nD\åE\æÛŠE‡´E‡†Š¿ðY´…E–ˆŽ\ßf‹Ž\çA\"«D\Ôo\"x\Ú	<3MD‰Ua\"\Ô\áJ\ê\íaZ -B_†ˆ0/\ãE\Ø}\í\"\ìH­\ß\ä#Yc\"0FGN‰Hó…\"Š\Ñoõ5QD\Ã‹\èÍš\"†\ßC£\Þ\\\Ä\êPqžÔŠø\È~¿P(ü^Y\ÛYŸ—YÔŠN:T‰l–5E§s‡Eö?GEŽ\ÅJ¢sø \Ñy7\Ñ?¦\èBž–\è\â5e‘«\ÔG‘\ëë‹¢\Ë[¾‰.E¢+t‘[Ÿ\È=\'ºvxMt}\äŸ\èÖ‡\Û\"²–È‹~A\äP$òú– ò¾Jùo(ò/ML\ÊlFªˆBôLE¡(]Q˜·ª\è®iŠ(â¢½(jo…(öNŠ\è>‘\'ºÿ\×R\ÉÅ§¾=È‹%\ä6‰\rEI.Ò¢¤\àK¢”ú4Ñ£‹\×D©²Eé‡¢œ™\è\é\î¢§F€\è)øWôôy‡(3[W”µ=RôŒ@e»–Š²_È‹²«—EÙQ\îŽh\ÑÛ½¢7JD…¼\\Q\á¥PQ‘‘¬¨¨pTT\Ô+-*šó.‰J\ë‹^]y.zøŸ¾uQ&ª¸›&ªˆ¿)ª{(ªñ\Ð5Œ™‰\Z\ÍŠ\Z‘Dƒ¾¢\æ$5Ñ»\ÜQ\Ë\ÍQ\ÛiIQ»\Ï9Q\ç¾¨ûl­¨\çÄ¸¨\ç\âQ?\ÝU\Ô\ï\Z\"úúµGôõ×²h\0Y.\Z*\r\Zû‹†–.ˆ†K–Dc\Û\ÌEcùÑ¸úf\Ñx\ÕN\Ñ÷WL\Ñ¾R4qš\"š„\ÓD?þ›»\æ·D³vª¢\ÙEE\ÑÜžÑœN¤h®iY4÷[R´ðV$Zú‰~ƒ¢\ßM<Ñ²³h•5#ú“\Ñ+\Þd\ËoZ-o¾].–VðË”«ˆeý·‹·Ê°\Å[¯;ˆ\årpbù¬,±\Â/±\âZ€xû­ý\â\íoü\ÅJÇ´\Ä;XŠwXÌ‰w\\?#Þ‘uJ¼\ç(\Þ\É++#ab\Ëy±\êú˜XM\ÙT¬fþK¬†¯«\Ç.‰5¬Pb\Ík\nb\Í!ŒX«\ï²X¥&\Ö=\'\ë~ú\'Ö›m\ë\Ëm\ëÅ‰÷n\í\ï\å\î\ï={V| \ä–Ø \ÈAlÔµKl,Rl|\Ö]l2½IlV“&6%‹–§Š\Í?;ˆ—\Þi\'¶¸p\\|´÷¶\Ø\Ê+C|l[—øX¤«z,_\Í\ÖC\ëN‹\áªZb`Ÿ¦‘¥\'F®ž\ãt¬\ÅxC\r1ž\Ð+\Æ\Ûw‹	\Ç*\ÅDg1‘\Ó,&¿\Ú%¦\à%\ÄTž—˜.¹\"f^Q´žŠ\Å\n­bñ\Ñ\\ñ	ÿ“\âm€\Ø\Úe§ø$0-¶|->uñ¥øô×¿b[ó)±-o·\Øö¢†\ØnLZl÷\ÛYloŸ.¶÷ú+¶ÿN;xb‡WbG\Î{ñ¹\Ç=\âóß¥\Ä\ç§+\Å\à\â“J\âS\â‹\Äc\âKªy\â+\áe\â+£¿\Ä\î@º\Ø}dV|M›.¾v¨\\|i(¾\ÖqX|m*¾®xM|\Ý/]|ó\Z]|ëž¬Ø£­M\ìi -öŒ7{\Z‹½€$±×“(±W\ÅN±÷±Ïÿ1\\ŸñXQ\0Àe§a\Ù\"Ñ”d”\r´Ð³÷\Þ{?v\Ù+-+\"’¥‘­\"”™†ŒE\Ê\È\èÿñý\Üûòw\Ï9÷w\Î\0H–\0!!;\0!\ïÁ€°Ol@\Øx œ(„?\"6¯\"|\ê\0þ7‘z7\0Q\ÎJ€(\Ðu@Ô›Í€¨¾e@4?sBˆ{b>*\0b?S±²€¸^ ™H\é(\\\'­\0n0\Ü8c¸A\r\0\Ü\\™\0¤/h2ü[™y€l­À779\ê¯9EI€»¸)@Aö@\á\Í\ã€\â^ $ð D|P2…Tl\"\0*†þ*÷e*_|<\Ú\âx<\åx’\Ý	xJ³<M\Þ¨®ø¨ÉŸ\ÔüŠÔ¬%ž]=¨u³Ô¾þ\n¨k\0\Ô€\0\êÃ¥€\çu€F\Ý@£\ÑC@kV$ õc% \ÝE\ÐQ\Æ¼4\Ü	xu\Þ\Ðõ$\Ðmm\èFª\0º__ô(–\0zY\î€>\Ä^@\ß,	ðvc\Ðÿº0\à²0h\ÉN†N¬††”\0CŸ#I\0#¿÷\0\Þz\0%€eþ€\Ïx	`,Aðex\Z0™L+&{ø€É¥eÀ”\ÇfÀ\Ü0\0ð=\ã=\à‡R4\à6ðó\Ò\'À\Ï&eÀœ¹\'`\Þ\î3`žOüºs°P{°(g\0X\Ü\ÛXv\ÛXA\æVVÏ¾\0¬vö\0\ÖÖŽ\0\Ö\0Ö›&®DÀFm(\àß¡À¿c;€›\ÜÁ@9(_ Ê¿\0®þ*\Ä\Ú›\ï\0•ž\æ•s€\Ê-€›æ›ƒÕ€[,\ï·ª\à[-\ØÀmzw€\Ûn€jI€Z\ÚR –\Î\nP\çšP÷\äi ÁÀ(Ð¨ùÐ¨_h|ö\Ð84h²·hv\Ç¸{ô\Ð\ÊP´29´:phÅŽZË…­;wm_,\íM1@\Õûÿ{tà¢û¸Ÿ€FŽ\0˜²k~*\îñó:h:u€N\ÓIÀ£-²À£ó›€\ÇþÂ€.ög®\ËI@7ý\Ï@·\æs@w„ð¸R8\Ð\ã\Ío \ÇG \ç\ÕO@Ï¦C@/6\èõ[xò\èÓ·\èKžÚ›<\ÅžýVt€þv€þe`À\×Às÷\çmö=\0^t\î^|g¼8£¼”ÿøü0Hõ,0\è\çI\à\åñ@@·ò\ØM\Û¡{\î\0¡\é@h\Õ3 üf)\ÞõˆŒaQ\ä ª¸ˆ\ÞbŒ¾±\Åh \î„Ä»|\â?\ÊÓ€„\ç•@\â\Ç@ yhHº¤\Î\ÇiJ7€´XK m2H[2‚º\Ìf*m¥\rd_\0²œ€\ç-@Ž\à=g#ò§€ó?@K>Pr\Þ(ù¾”\Ú=J7º€!ao!õJÀo€!\Ó\íÀð¼cÀð7>Àð÷CÀß­À+>\ï€W\Äg€1žŠÀø$0þz0¾´˜X<\0L*=L\ÖI&CñÀ\ä\è7À”>Àk9G€i‡¾¯\Ï\Þðò\Þ\Åoþ‹¦«c\é1ßYõÀ¬p`öùÀ\ì`v\É0\çùq`®˜+\È\æ1\ë€yI›€ys\ÚÀ|\í_À{\ÄEà½¨5`\ÆX¨©\n,¼(,Lù,lþ	¼\ï˜¼:,ªþ\n,ö÷–ž\Ñ–>»,¿š\n,\Ï\ÌV\Ú2€=gU¡À\'ýÀjK°\æ2\rø¹XN\Ö\Õw\0\no\0wþoô;°™\ï\0l\ÑG[l\â€\í÷K€ÿ\×S§ŠØ™ûø²7øŠ™\ìv\n¾ù|\Ø¥	\ì\é~\ì\Ý5\ìM>\n\ìû\Ü|§—|—k\ì\ÏD\0D?\ÏGvš\ßÿµŽ~}ü\à´ø±\ã$ðo	øy\Üø\Å;\Z8±\épb&8Y\Ûœ\\\Ûœ2\Ýüšœ®¼œni~¯°\0~ÿ\ÝœÙ•œ	\Çg’\ê€39‹À™µ$\àZ]\àO\äg\à\Ï(G\à\Ï[nÀùù·À_r²À…—\ëÀ\ßzõÀ\ß\'Àß´À?‹´§À¥7ýÀ¿m×k—\Î7šœA2¬7 £û \åõ\' Í¶Q Í’<\Ð\æ\Þ \Í}& -¹% ­b%Zõzýu†\é\Æ%\æ:Vù~V{H›ž\0\Úq\É´#þHwS7Hwg1H·a¤\çµ¤÷\0\r\ÒO4\í<\Ñ\0\Úùþ\'\È4\à\Èödú¦d&x2/e‚v!‡A°ý K\ç.%\Z\Ú}‚\Úc¢\ÚsE´\ç´g\Ðdmb²\Îv\0\íS­\í3U\íû‰\íŸ:\è\äkB«•~€wIAN[UAN\ÇAÎ \Ë%U«\Ü?û\Ä7\Ðñ“# \ãe\î @GÐ‰¹ \ê\Í ñb·B\0\èdq\èd»=È§Yòú:#Œ…Ú\ÎVö‚ü7VA\çmt@\ç\Ò@\ÅÐ¥^((ð4\ÈÂ‚Sƒ‚$S \à\Ê00\æ&B\Ú‚žA_½Á$\ÛAˆxC\â·\r±D!I© ´`„i§ƒp\ì= Ü­n>g„_šD·A\ÄSª b¦,ˆbW¢8Q\Î\ãAT‡W *\í>ˆ:›¢\á½@Œ1ˆi™b(Ø»nƒ8Z@\Üü þmÁ\n$LpIr@!‡\ì@¡‡›@¡•Ñ \ÐVyPX\ìQPd8t\å\ÆuPtc(f\é(V2ŠCƒ\â/\çƒ\Òû@	¯•A©r­ \Ô($\èšz\"\è:ü	\èz\Ñ\èú\ÇYÐ\Ï<\Ð\ÍÀ\Ð\Íi\è\Î”\ã\Ê\Ø2Ê¼5\Ê*leßº\rºƒ\å\ZðAyQf |&(ÿ\ÆPþ‹iPþr7\è^¯1\è\Þ\Ä9P\â	PTPrt\ß\Ât¿\ÍôÀ\ÊôÀö0¨86TRÿ	Tje*½•‘>€N¸*¼@•\àQP\å\ÚÐ£S\Ð\ã\ím *u è‰·\è\éw?Põ­S ºP\Ý\ê/P£\Ô\èQj\\¸	jzXj~jþ\êj5rµ&µQ™ ¶Œ P§\ê|ñôJøôjp;¨\Ëj7¨\Ë\ÕÔ•ó¿#P·O\è\î\èÍµPo5\Ôgš\ê{µôn|ô\î_¨ÿV:h0\à	hð\îc\Ð\à’h¨*4œ•\Z±z\Z\Í~\n\Z³ü\rú²õ*hü\Èc\Ð8ù)h<\Ý\r4\å\rš¸aš\È\ìM\ÚG‚¦B‘ ©„Ÿ \é\ër ZN \0!h¾ó\è·\Í\Ðo\Z	ôýYd‚\rw–Ÿ­<‚þ¾°ýV­\ï{Z¿­ÿ¾\Ú\èvm|ü\r–q9–%É€e¯+‚\å\Ù`…\êR°¢¥X1\rV\ì,+A\ÒÀJ5\É`e³ð\æhxË¡O\à­8_ðVñ:x[@x[„#x[jxû™i°ª\Ô¬ú¯¬fVƒŠÁ\ê\ë?Á\Z\Ï‚5>\îk:€5µ¤ÁZ\á`\í\Ó\ë`”°Î‹°Î›x°®QX·\Ö\ãÙ‚õR‹Àúš\á`}ûI°~½;X\Êl¨\Û\n64À€\r—.‚XOÀFq/Á¦ˆý`\Ó\á\'`³{T°ùðsð®\Ìdð®O½`‹˜;`«\Ë\ã\à=\ÏzÀ¶!\ÏÀ{_Y\íGºÀöß’À\ìN°\Ã{ð>´/ø@ŠøÀGU°£øØ±¶\r|Ä¶|\ä\Þ4ø\Èò	°“\ã ø\èŽdð1)øó,\Øeµ\ìú9\ì¶l>^{|B„{`Î€=-–Áž­À^jÁ\Þf¥`\ïÀ°w\Åy°w/	|²R\ìÓ¢\nöY	\0û&Úƒ}ö€Oi3À§\Ú:ÀgŽ&Ïª†‚ýþŽ‚\Ï#wƒÏ‡Ëƒ/,‚=šÀ\Ë!\àÀ\ÕYp°\î~ðeº¬ž\0†ä¹€!¯¸`(b;G\ÃZ\ãÁ50‚\èFi½£ŸAÁ˜o\Ö`|@+Ÿž\Æw^d\ÕÁD ˜\\T¦ý0\Ó\í\æÁô&˜ñ Ì”§€™E0û˜\ß\r\æ<~\æy¼ówlº~€Å¾?Á\â%`i‚=XÚŽ\0KÇ®‚C^pÁ!C\àP£:p(Áú\å8l\Ç8\"b‘§\rŽŒ4GN.¯*©€¯<_ý\ÛŽ1Ž=y/~Nˆ\Ö\'zn\'ñûÁ\É§Á)8\Z8\ÕCœ\Z¹œúù*øZÿ&ðµECð\ÍSÀ7\ïEƒoƒÿ‚o\'Lƒoß›§—D€ïœ¾¾S1Î±\ç”&sÝ¢Áw!\Æà»˜dp>\n\\°\r\r¾\ïw|Ÿr\r|¿.²>.r:.fe‚K\ÚÁ¥\Êù\à\Òepùwp¹mÀÿªÁ\å6ƒ\"ŸƒFƒ+\Ü\0?ÖšWý\É\0?ñ\0?9—~\Ê`€«-Ÿ^?\ë*?[k±\æ\àº9)ø¹\ÇSðóK5\à\ç\Ä)pƒ\×mpC[3ø\Å\\¸i­\ÜbTn=ÿÜšlnýH·Ý¬·_\Î¿² ƒ_­=w}\î\"´€»fGÀ\Ý\ÃwÀo\Ü\á\à7,pOÁop\ï\ß7à¾€ð;3&ø]\é4x\à\äx°f+ø½y<ø}¥\0<Ú§\0þ\àbþ\ÈxþXþø´<–vü±<þ\æ0xbð#x’KOfè‚§\0\ÛÀ_\ÙK\à™\ÛÁ\àŸ¸vð\Üð\Âþ,ðÂ›\à%¹(ðR-¼<¶ü÷zx\Õ\0þ·‰þ—ÿ²IŒ€\È]Öƒ\È_‚(€nB4@”#_B”o\ÕCT\Ø\ï *BT~\×@¶x\n![®„l©…l\ß\Þ	\Ù\Þq¢f^Q\Ë\ÃA\ÔJ\Ê \êuS\r™6ˆ†ü&ˆ\Æ2¢¹ü¢…‘B´Hÿ :DKÈŽA4dÇ§ˆ®»6Dt\0¢Wÿ\n²óR-dg“\Ä`i\'\ÄP—1\Ìÿ\01ª:1ê‰…kUBL(\å“ªIˆ\Ép4\ÄtÿuˆY\Î>ˆ¹9bNy\Ù\åÅ‡X\ÍWAö,¦@¬ïŸƒ\ØÝ­€Ø•AöZþ†\ì½g\Ù[k±\ïƒØ¯B¶„Cö]û\Ù\ÏCCöª‚>Dƒ8¶„8y@?ŒBŽˆ±§ßµc\ìs\×5\Ä=šq¿}\nr<À\â±ò\â©<ñDjC<\Ã5 ž\r\'!ž3ˆw|\'\äd\æWˆ\ç:\Ä\'õ(\Ä÷\íQÈ©Ö3\ZË3™ gm& ~ª{ ~V€\Æ$\È9\Õ\È\Åm6K\Ö!UZ R¬\ë\Ë@`\êL3!ð\Úý¼ÁD}†`ª\\ ˜eOn›>/¡@ðE;!„C\ëÒ‹‹ò\Ï:\åBçœ‡05f!LÀ*„W\ra?AC\Ø‘Žÿ~ˆ þ6D”›	óq„„_\ß‰0PD„m…Di\Ô@¢>¸B¢\rS!Ñ»\á\è˜Ã“Ø€ƒ\Øw(H\\»7s	¯y?™‰Ÿ®$l\n$\ÊP!\Ér$HJû:$UJ‚\\“ñ†\\¹V6¹• „¤» \é\éhHú]kH¦±<$k+’\Õ\Ô\É&@\î\Ð\Æ!w6‚!¹9‘»g+ yv|È½‹‡ ÷n˜C\nN³!—\Ã …J­%HI-¤t\Ó)H¹¼:\ä\á•gGüý\ÇnV\ÇLy\È\ã»\ç UlGÈ“½Ê\'v\'µZ§ÀTHõ¡‡\ê£\Zþ3\È3\ÚfHm\Þ+H]/R\ç%¤\áF\Z\ä\ÅõH\ÓðKH‹ü3H‡B>¤£›yy\Èò²¢\r\Òõ;ò&ú1\äM\n\Òc\Þ\é5q„ô†î¼5¹ygƒˆ\ÞC$¡(Èˆ[	d“\0­¨€Œ~øùøü$\ä3÷\'\äK\n\r2~ûd\â9\r2\Éõ†|=…†L\ë„C¾ÿ\Z…\Ììˆ€\ÌfdA~R\n ?\ßyB\æ7\á!óA-_\Ç\ç ¿µE²˜Yü\ÔY.xY\î?Y\ÑK„¬ˆ!+\ÅÝ¿\ÎÓU\ÙKU\È*$²\Æ\áC\Öýö@\Ö!\ß!ÿJ.Ce¡½P¹}÷ r³P9¨Â—E¨¢šT±fª$ƒ*\ågB•šPPeeU\è\æ6\0T¥Ý’¬\ÝNÎ‡ª:)BUƒ>@\Õ4EPõŒ¨F´T#\Õ\Ú\Ö\ÕY8\Ý8\n\ÝÁAuEw¡º¥Ÿ z\îÇ¡zm>PýøH¨¡‰\ÔHý0\Ô\è|7Ô¨ÿ\ÔÔ¼j.\ßµ°Ë‡Z:9A­h‰Pk‡\ßPk±\Ôö\Ö>¨m•\0º]\Ý7¯\Ý\îô€c6ô`\Ùk\è¡À\Ý\ÐC?¡‡;¶@_\éA<@CžÒ8=šcu¦ý‚:p\ã\åC\Ý\Ö4 \Ç3ˆ\Ð\ã¥.\ÐòzP\ã¨§s4\Ôk\ÓS¨÷nu¨÷\Õ\"\èIžz2†=9q\0\ê\ã\ã\0õ½s\êûú\ZôÔ>\è„,ô%\rz\Îg;ô\Ü÷¿\ÐK%Š\Ð\ËA\ÃP@M=\ÂCaÙ· ð\Ô,(‚´E–Ü„\"×™P”)Š‚7C1CuP\ìšŠ)…\âÿ%B	\Ù(\á#JJ\Ù%¥Ÿ‡RP\Ú\ÝPft\'”£ÿ\Ê\ì‡\n¡JPñ‰‡Pqy<T²9*µ)ƒJ&\Ð\Û5hˆ‡4\äòKh\èM\'hh\ËahX?\Z®\Zþm74R£\Zik\ìx¼\ÂßFUŒA¯lü†^Eœ…FûhC\ã¦G ñ—¡‰\Ö\\hb\×4	XMEC“\"ª¡)\Ðk\È2\è5üô†®ô\æó\Ð\Û\Ùn\ÐtYUh:÷¿EhFX4cž\Íôð„fiiC³Q\ÐðmhLš›\í½{\æ4/lZ€x-hñ…XB‹Bü \ÅTGh	\ÅZ¶\ÓZùrú¨2ú\Ø\ÛZEû\r}B\Ý\n}’¦\r}ò~?ô\é§XhM€´fzZ{HZwñ6´>ù5´¾¡Zÿ\Þú<÷´\áR´ñN0ô¹\Ú\Ôm>º\Úö\è\r´­“\n\í05„vŒ\Ù@;\ÏB;oX@_ÝŠ¾ª\rƒ¾j¸\0}½5ú\Z’\0\í\Úd\íbŽC»Bd¡ÝŸR¡o\æ; =m¦Ð¾i/\è[£³Ð·\ÎÏ ý\Ð\æ\èûý©\Ð\ÑkM\ÐÛ®A?ý„8\0ýT†‚Žm©€ŽùBÇºû \ã‘7¡\ã7¾A\Ç\ïD@\'O«@\'	[¡“O’¡_Ÿ=ƒ~¿|\nú½­:sEÒ¡?\Ðù\í÷¡ó\Ë ¿\nžA3 y!\Ð\ßfb\è\âX%t	\ï	]>º|\'\Zºüœ–ß¡¡\Ëk†Ð¿6<\è\Zq+t­]&#Œ‚m\Ê Á6ý´\ÉY¸\Âäº‹a\nƒƒ0Å«\Z0\å„\Z˜JqlË—\ØV¬6l\Ûþ£°m#\Øvb5Lz\r¦¾+¦‡i^4‚i)\ÄÀt¾ˆazr\0\Ø\ÎÓ¹°Q\n0Y#˜ÁŽ˜Á\Õ&˜±	flS3N<3³`¦ûK`f\ZJ0³>˜ù“°]‘Æ°\Ý\ÍP\Ø\î\ß\î0«ùV˜=E\æðð\Ì\á¶\ï¬\ìÀû.\ØAò%Ø¡¶˜“¼\Ìy\Ðv¨s9–s\Û*s³þórVyÿ„´½\ró	7ƒùVÀNMDÁ\Î<Š»ó\ãÀü\Ãaþ0ÿ¹—°st=\ØEKX \á\à\Â€;\rD\Â\0¹%0\àž`\ì§\á\rCVˆ`\È\Ú[0¢†>¿\Ã\Þ\ÜÃ¶lƒžŽ\Â(\ådõT!Œš\\£\é®Á˜WÀ¸\êO`\Üw\Ö&ônƒ	?í‚‰t¦a¢k0±\Öi˜˜m\r“¢\na\áZ`á–›a\0°È£\ßaWN\ÍÃ®\ÞDÃ®þ1‡%ž{K¤¬\ÂR¦žÀRG«`×ƒ6Ã®¯ŽÀn¸\î€\Ýt2‡ej>€eÒ±°,‡c°,\ä}Xö\Ö>Xö2,‡p–{\ì(,\ï‹\ìÞ+¬ \ê8¬ÐµV(\Ø	+ÿ+,ø¿j+2¼+ú\r+¾ü	V\\ò\0V²õ\Z¬¤\ÇVº\í¬´\ÑV.\ä\Â\ÊK\Z`¡:°Š¦0X\Å\Ä:¬òº¬Ju¬J	«‚OÁž”NÀžThÃž’\ÓaO³oÁª‘c°\Z2ö¬‰{öŠ\0k¸kh\Û\rkxkþµu¾„µ\rb`\íñ¥°>\Öq-\r\Ö9zö’S\ë\Ù\"\ëýl\ë‹R„½­cÁ\Þù\ÄÀú\ÛÁ°Áw®°\áhØˆ{#\ìý\Ê5\Ø\èv\Âÿfa£‰¿`\äN\Â>¼Ï}t­…}y<›°»›´ƒM™¶Ã¾­?†M«<€}\ßûn}\ÏbÁf=a³s`\ØCØ#°¹\È|\Ø\\—:\ìwð\0lÑ¨¶x2¶J…­‰°u\ÞmØ¿±­ðM±à²¼U¸lŒ\\\Þ]®D¼W\Ùq¾Å»¾¥¡\0®š\\W«ö„«õ@\àj¿~\Ã\Õ\× p\Í)_¸\ÖM\Z\\û½\\7j7\\¯ý\\oA×¿Ÿ7	€¹7RŒ„=\Ù	7\ÖJƒ_»71˜„›>€›\ÊÝ€›:•ÀM\É\'\à¦\Ã\Ñp3“Sp³W¶pó\Ú)¸ùŒ|—\áÜ²_·úq¾R·\Î€[ÁmŠ‡\àv8,\Ü^·no÷\îÀ\ÇÁ»?¦0\à‡W\Í\áŽ\Æ¸£w,i™tƒ;\Ý=\nwúË†\å8Á.í‡»š\Ã\Ý÷À\Ý&\ï\ÃÝ·l‡¿J…{\Ñ\á\Þ1~pŸòl¸¯\Ý\Üü~¦M~±ª	h	¶\Â»¿À\'\áÁ\í\Óð\Ë\É\ÍpÀù68½‡9™Â‘³fp\Ôw;8FCŽ¿óNˆ‡„\ÂIºpWN“«3j\ç\àŒù\Z8û{œ·£Î¿ªM‚\áb<.f\ÏÁ%“kp\é¿rxH\ÈixH÷x\è¹Px\è\í@x\Øþð°,<\âº><\ÒK¿\ê\à¿\Z¯\05ƒ\Ç,®\Ãc/\ãá±nð8\Ç]ð¸\É:x¼\Î2<^\â¿w?¡O8O(<OLÒ†\'¥\à©!û\á7kÁoŒ\î‡\ß\Üû	~óeüv\Êwø\íz#x–m;<—üž›.†\ß\Õú¿§/øx^(FÀ\ï\ã\áÅ›€ð\â\Øð\â´ð\â5?x\ÉP+¼\Ôõ:¼\Ô\×^>\Þ¨i¯¸š¯X¦À+MQðG\Ø\ÏðÇ‘sðj‰#¼\æA?¼6\Z¯\Ëo”\\‚7\r”Â›|„7/ü7ÿ[€·Ô¨\Â[8ðV“ÿ\Çó½:ðNU¼ó8\nþZ\Çþz¢\nþz#\Þmq\Þ©\ï@Áû\Ä÷\á\ïœF\à\ï\Z3\à\ÆBø\Ð\×Løp|$\í\Z|¤\Ï\n>\ê¸\Û\Zÿ\"÷þ\Åh>\Ñ\nŸ¬&Ã¿~ƒ\Ãg@ð™\â\Ïð\ÙCþð²\Ñð9­Aøœ·\'ü\×X>|z\r¾€‡/i</}ó¯\è·\ÂW3\ák\áDøz\ØKøFPü)!\Ãx-;“¹‹ß´Œ?Rˆ_ \Z\'JÁE\å^o\Ä\æ\Êÿ’[T_ ¶\Ýþ…P5µC¨©C\ê\'\ä\Z\Ì­¢„¶…B\çDb\Ç\ë;ˆWºnûú\'4;Ã«;3m‰·+&C+m„a¯\ìÿD“\ã&³še„y\âQ„ùC\nÂ¼Va\Ùv±ûóe\Ä\äM„u\á,\Â\æX8\ÂV†‹°m?…Ø»ÖˆpPA8œ-D8<ŒG\ì‹\èE\ì\çû!]ÝŠ8”\éŠ8ò\Ð\á´ù$\Â\ZŽp® \"Ž…\íA¸F#\\¿\è \Ü\Òk\î#%3„Ç³Y„R\á•\æ„ðšƒðµjCø~\ä\"NMŽ!Î¼Bœ%ò—”Ñˆ@9\"ŒRQ@\ÝC\0\\J@b28ä‡€»ðszt\Í>f­\ný\à…ÀÁUø\è\×\ÂÅ±AIf!(óT\í¥‚±\'ÁüD°\ÂSE‚S<‡\àj\Ø ¸\Ý¾\r!‚\\Aˆr¬\Å&Dˆ›#\"TJG„…¾B„W1W\Í\×1ûF1\×.!b±\É5ˆ\Ø\êD\ì\çvD\ìd=\"\Îõ\"®«ú	‘\à{\0‘X˜‰Hb\É\"’nC$w^@¤†&#R°\×\"­i+g7ün nÜœC\ÜŒE\ÜÆ¶\"Ò­’\é)\é\íýˆŒ\ç$D\Æz=\"\Ó,‘\r¸‚ÈžÚ„\È!}DÜ•\ïFÜSF\äýiA\ÜCy#\n\Ó\Ú…¯z^$#J¬%ˆ\nM3DÅ•y\Äc¹D\Ä\ã‹{¼O?\Ë!ªs³Ï«½\r+¹ˆFø1Dcd=¢±h\0\Ñø\Ìñ‚wÑ¤hr– Z.˜\"\Ú!uˆN\ÑUÄ«¶ \Ä\ë\ã¯Wš]rû\ÝO5o\ÞAôü\ß\Þ\ß\Ê}A¼\rtC¼\ëWFô=sˆA®1Tkx\ïc…ø ôñÁ\Ðññq\â“\ÂvÄ¤Ebj?\rñµûb\Z²Œ˜ýÞ˜\Û9˜?C\Ì\ÇN#æ¿”\"~9mF,¼\Ô@ü~˜X<YX\ä7 V,1ˆ\ÕKˆU±&\íG¬ýÞƒX×¹Š\Ø†\"6Šmÿ_!þ\åX\"eT/#eÊ”òvJH…\Ó‘Š\Ó\ä\æA\nr‹\ìNä–¾)\ä\ÖX:r\ë½	\ä¶¤j\0©ú\Ô\n©n‚T\çª\"5š\ZSH\Õ7H­¨³H­\è\Ï\È	&H½=¾H}~rgz?\Ò`\ç?¤\á/u¤‘i\Ò\èh1\ÒXŠ4\æ\×\"MüG‘&“5H3w1\Ò\ì÷&¤Å¶d¤E¦2\Òr¸iõ$¹G\Í¹‰GZ.#­Y¿6QH[\í\ã\È}{!¤Š‘‡\Õõ‘‡«þ!“¤\È#›N\"Ì\Î?W.9úH—þV¤+_\éfõ\é‘OFz:¾BzÅ©\"½2®#½Ö‘Þ³¯>ösH\ßz1\Òwmy\Ê&y\Ê<\ÝøyöÀò¬¯1\Ò,ƒô‹\"ý—o \Ï\Ù\ìCž79<\ïúy^\0E^4!…/A\rH\àŽH`\0	‚\É#A\â$\Ø‹; ÁHð&òv	\ÕWCBƒÍ0\Â\Æø‚D*–\"‘®H\ÜñQ$þ°’\\£Ž¤\Ê9 ©a\ãHj	’v+I\ç‘ŒS}HFò^$£\ê\r’×»\É[{‚\ä#‡‚Bƒ³H\Ñ¤8¤)±x”ŒBJ\ÓÒ²‡\Èmod\è.2d:\Z¦ƒE†¿GFðAYÈˆ|d\äöÈ¨ô_È¨{6\È+Y\È+O°È«F\×ÿ7ƒŒ»$DÆ½òF\Æ\"\ãó‰&2Í¶\Z™V»™62‚¼\í/ƒL\ß\"A¦\Ûõ \Ó\Ãô‘™˜pdV\à5d\Öø\ä2WP„¼{H„,E©,!‹´lE\ÇCE\Ý$\äù\ä5yd±\ë,²\â¢\0ùx\Ï>\ä\ãðt\ä\ãñ}È§\ä5\ä\Ó\Ô9duK²vYK\×E\ÖJÝ‘u\×#^ _4Z\"_ŸG6=kF6­6 [´Ž [hQ\ÈI7²5\ßÙ¶»\ÙN\ÎGvº\×\";a{‘#‘¯.ÿC¾%!{]\î!ûŽ}™oå’‘oC. û5\ãýÞ•\Èþû\Èþi]\ä°\Â,rdñ2r4\á6òƒ\Öi\ä‡\Öd\ä\ÇTò\ÓGc\äg,òóE+\ä\çš\äX29Ö”‡|FN22“Á\È)¹(\ä\ÔWo\äô\Â\äw;1r†E\ÎB_ Âš‘s\ìq\äok,ò„ƒü\Óø¹HÙ‰\\ªUF.}ÿŠ\\q>Žü;\rB®¦\"×µ\'\ëûN\"ÿ\ÝD\É*£d·¡dÉ¶(y‰\nJ¡y\Zµ™R\ÙR±¨F© 4Q[\î¢¶®~Gm»†\ÚVö¥\nNG©–\ãQj\ïVQ\Z	¨[\ÆQºN\Õ(\Ý^O”ÞŽx”žù.”€\ÒK¸‚2\ÔÜ„2.\ÊBE™›£Lý¬P»\Ö\"P»\Õ\ÝQV!¨=r\n¨=*¹(\ë\Ú(›c¨ÿ\ç=\Ô>³ƒ¨ƒ›\ÛQ=\íP‡6\íG\Ù\ËA9Mw¢œ³=QÇ¶–¢ŽA¨\ã©s¨·P\':-P\'&†Qž\ïQ^\ß[PÞE(\ïV\ÔIG\ê$=\å\0¢üBP\çÍ¨j\'P\ÏG]úœ‰\n)¢‚~Ž£‚ƒŸ ‚_@¥ñ(\È\Ä\nš¡€‚\é\å `­\Ã(Œ&…ù‹A\á:Pø=\çQø© )\ÎEnqGQ6šP\Ôb6Šv&E\ë7@Ñ™WQ\Ì*(±gJ|­%IAI\Æ\äPÒ”/(i%d BŸÚ¢\"ö¨¢\"û¢b\\mP1§\ËQq/\nQñ€ß¨D…pT’\Æ(*\É\í*\âŽJ‰‰C¥þ®B]ƒ¡®I\ÚP\×\êÿ¢®õ	P\×\ÕZP7®W¢nFÿE\ÝØŽJ‡Æ¢2¨Œ©VT\æ\Þ	T\æ¡tT\æ\ÅZTfª*k[*\Ë-ug\Ø•ûD•gW€\Ê+IB\å?­Bå¯žF[W¡Jž„¢J»²Pe¾\ÛP\Ó]P‡¢* Z¨Ê¸:Ô£\Ë8\Ô\ã×³¨ª+QO\ZbPO\Ñe¨\ê\Ý7P5i*¨ZgTU\Çc¡\Zj·£^\ÐQM;ÿ š÷\ÝA5\ç¡Zõ¶£Z\ÔP8]T\Çr\n\êed/ê• Õ¥\Õ\å\í‚\ê×¡º\ÖsP\Ýù¨7J¨7˜¨·\êA¨·÷i¨·n¨wÆ¨w\Ä!T¤7ªÿ~6j\à\Þf\Ô\à\Ñ\Ô\È\Ù}¨‘œ¨÷&¯Q£fn¨7P\î/¡>\ë¡>\'®£¾\ìE}Á\r£¾PQ_B/¢\Æ¯¢¦zo¡¦«ÿ ¾+X f*P?µkQó¯\ëQóo#Q¿‚“Q¥ÿP\Ã!¨?O²Q‹\r›P‹\Ã\ßQ\Ë_P\Ë\ã\ë¨\å?‰¨\Õ\ëq¨õ¦¯¨\èMq\ïÐ›ú†\Ðrg\'\Ñr;´\\wZ¾¡­GG+žc •~D«ô\Ñ[¶õ¢·8\ÞFoyy½´\r½5\Å\r­êž€Vý´­±\Ö:QŒ\ÖoB\ë5I\ÐúE\Åhýe\Ú@fm˜ICV¡\r_œ@\émE7\á\ÐfŸ\Ñfg´¹s\ÚÜ£mq\ÝmQ¤…¶(Þ‡¶ôø‚¶¼\àƒ¶\ÄCïŽ¼„¶	E\ÛL\Ðö\'z\Ñögž£÷\Û\Ñ\Ñû9O\Ð,ˆ\è\ï<\ÐÏ»¢&9¡ªÉ ‹m\Ñ./\Æ\Ñn[Î¢ÝŽ§£\Ý~ô¡\Ý\Ý\Ð\îhoôñj9ô‰–Q´—›\Ú\Ë\'}rG:\Úg\Z\ÚÚ†ö=­‡>¥•†>JAŸµ\×Fû“Eû\ÛüA_<i‡¾˜IG_œ\ïA_R\ä¢/\íy¾T\"E2î¡ƒtß ƒl4`À\Z\r¬\á A%ûÐ Žh\Ð\ß#h°¦\Z\\èƒ†|8†)lEÃ•2\Ñð=\Éhxù\Z¡\î†F\î\å \Ñ|4Npûõ\Ï\×A8h\âöq4Ñ¦\Î3\Ð4chº\Í/4}Œ‚fÚ†fz!\ÑÌŒ}h\æ+4‡F³(_\Ñ\ìo{\Ñ\"\ÍM*Fó\0fh\å&ZP\çˆôE¢…\ãhñA=´ô¬2:4„ŽP¶GG\\ù„Ž\\þ¾\Ê\ÊFG7q\Ð1]t\"\"rj:VN\Õ\ÔB_WA¡o\Þ\ë@\ß\ìŒD\ß>®N\'ýCg\ïUCg³:\Ñ\Ù\å\"tn~-ún~:OE/¼€¾gõ],@—ð\Ð\ÅS\ÏÐ¥\í†è²¸Qt\Ù\Â]t…\ÉWt\Å\Ï\ï\èJŒºò\Ïô£g\Ñ\èG?x\èÇ‰j\è\'\ÒnôS\Õý\è§a\è§)t\í-t-!]\Øý\Üg\Ýh@7\æ$¡_Ô¢\ÑMš£\èf\Õ\\tó$\Ýþwý\êY\Zú5ñº\Ëúº«3\Ý]ÝŠ\îq\èA÷p\è\èžº×‡\î\ãÿF÷õ\ïA÷¶¢\ßYlA¿+g£‡–\×\Ð\Ãò1\è‘@!zg†\ÍþŽþ°n†þ\ÈCA£\Ñfô\Ä\ÛNô”ý\í:ým9=ód=ó\â\0ú\Ç\ÖFô| =?sý[\Éý+‡^Šƒ W2\Ñ+op\è5ó\Ý\èu\åiô†dý/Fý¯\ãúß¼#\ãö#Û‘\éÀ\ÈÌ®bd~…a\ä-Œ0ò\îƒ…£\åÿÁ(]\àb”\Ïc”—vb¶ø·c¶Úªb¶«tc¶KOb¶?¯Àl_wÇ¨]Å¨/b\Ôn`\ÔzoaÔƒ1Z”\ã\íg\Ç0:\ÞXŒnª9F\ï7£·´€\Ñ÷ªÀ\è\ß\ÛÀ\ì\\J\Ã\Ìöcm1#,c*AbLG¸˜]}ŠK¥½KMuŒU†c²\Å\Øl\Ó\Ä\Ø\Öý\Æ\Ø!aöÊœ\Ã\ì\Ã\n1û\ã\n0¨9˜ƒÓ¯1‡ö¨`«)a[e0G‚Z1Î›²1\Ç]\Æ;9öc/\Æ%¦\ã™ù\ãM}Œ9ÀÇœì¹…9ß‚9«9=vs\Æn;\æLa\Æ\ïõ.ŒÿZ\æü^]\Ìù¿˜—>c.Ý‡c½\Ïb%˜ qU\Ì\åSK€ˆ\Éb1\àG#ð\Ël\ä);×\ßÆ t\Ý1¨¤0ª\r‚A+þÆ û1˜^\\\Äs¾¾Cr­Ã\Èg0¤«w1”ÜzC¯ôÀ0—0\ìc%ö*\Ã5\Âp»bx\Î0ü±RŒðHF(¡cD†û1b\Ü\rŒ\Ä\Û¶¬ˆ	\Ï\åb\"\î¿ÁD!\îa®\ì\Â\\¬`® v`®´.b®š÷c®’µ1\ÑWp˜¸\ÕÍ˜xLü?L‚m/&±\Æ“¬6ŽI•\ïÇ¤&R1i#9˜ô°Lú$“ƒ\ÓÁ\ä…V`ò\Ã\Í0ù¥˜ü®#˜\Â\æþ¼7¦)3VÄ”¹€)\çLaŽ£0•8˜Ê¿ñ˜GD\ÌS\åí˜§÷‘˜\Z+0\æ™óõSk÷SkÀÔ•¿\ÇÔ½Á\ÔoÛŒi•`^˜0/õ1MzL“K*¦ù\Ý*¦E”ˆi}Æ´mi¹Œyu0óú\Ó\Õ\Ãtõbºþ(aº™(Ì›€vL\Í\Ó#\È\Äôúž\ÂôY\Åbú\Ãô}}yk\ìŒy\Â\ì:Œpù„˜[\Æ=‘\Ç\Ë\Ü\Åeb†¾Ã¼R0£~\ï0Á˜O\×0cc‹˜/\Ç\Æ0\ã®`&•1Mý˜I\Í\\\Ìd€f²mf\nU™ºï‡™Z;ƒùz‡ùZý\róu9ó\íL<fz«ff33ë¡€ùq[3—†ùµ\nók\éf\áûoÌŸ&=\ÌbFfñÁk\Ìbµ?fY Á,g»aV1kš&˜µ\ë0\ÌZ™#fŒÙ·\ÇlØ£0ˆƒ˜—®˜B±2±²p¬üyM¬|ÁV¬\ÂH>V)f»\Ù\Ê\0»y©\r»µ\å4v»#»}\íV5•UMûƒUŸ\Ãj<\n\Äj:\ZauTc°:þo±;¶ªaw˜\Ûc\r´Õ±†>²X\ã;¬I\É\Z\Öd\à\Övk\ÞX„Ýµ8‰µ<i†µ\ÊBb­\å°\Öj\rX\ëª\ì^W¬=^»Ÿ¬Ž\Ýÿj{`\Çm\ì\à~\ì0w\ì\Ê;\ØCMaXg\Ó\n\ì1\Íÿ;\ã¥p¬\Ö\ë¦Ýu‹´Äº\Û\É`\Ý\éb\ì	|¬§òw¬\ç\rÖ«\Ñ\n{2\Õ\ëþ\ë3r\ë{\Ö\ëûú%ö\ÔE\ìñ)¬_\ës¬\ßlÖ¿&pj+6\à\Õ\r\ìÅŸ\Ö\ØÀÏ\Ø\Ë3¹XÀ·,¨ü\"š¡‰…¶±Ð±!,|g:á¨…E\ZÃ¢|±¨&-Bc1[\\±½óXœ}6\åc‰87,ñ\Í,ù·\'–\Òb…eþŠÂ²\â°¬Y,;\åPna¹e…X\îw9,Œ2Ã±\"ùT¬‚\ÂJ\Ô~b%,V\Z†•~8ˆ•\ÎÄ†f\ßÁ†\0`Ã†IØ°y46\Ü\È^¾ˆP`#¿\ÇFrÆ±Qi\Ø+(}l\Ì\ÞBlL7ÕŽMò\'a“É…Ø”–Ø”£9\Ø\ésl\êÿ9»¦×ƒM;‘…½y\n{#\È{\ãuö\æ\Î\ãØ›+™Ø›\ë\ë\Ø\Û\nÿ°·ŸÁfdûc3«J±Yav\Ø;^SØœ/&\ØÜ½ý\Ø\Ü\Êln\ÓNl~š#ö^¹¶`¯\"¶À\å¶°\Z…-6\Ï\Â\Ç\Êc‹—ò°\Å\ë\Æ\Ø\ËmØ’˜»\Ø2p2¶œ^ƒ}x[[\áÞ­¯\Å>Š½€}4=‡­*cŸ¤2±\Õ‰\Ø\Z$[\ëñ[·±[\ßj„}\ïˆm4¼‰}¡÷\Û\Z×†m\í+Â¶¸b\Û\êR°mK°Z›°A\ÞØŽ\àl\ç\í}\ØÎ‡·°¯¼€\Ø.\Ô{l€\í\ê¥b»¿Mb{w\Ö`\ß:\ïÂ¾’`\ß\Å\Ý\Ãö§Yaû§|±ý_cŒ±ƒv°CN\ÕØ‘¾›\Ø\Ñ\Õ5\ì\'‹£Ø±8\ìXû\r\ì\ØHö‹q+öKT#v\âNv\Ê\r‹\Ê\"a¿Z~\Ç~}×€ý\æ\éý¾ÁÀ\Îˆ\Æ\ÎM`g†}±³\ÉI\Øo`¦8b\ç”8\Øùx{\ì|¹vÁp\0»`2ý]…\ÃþÁõ`Ò°«M}\Ø\'G°ÿ®¸cÿ-oÁÉ˜+\à6ñŸ\âd‹ûqÊžU8\å©tÜ–\âZ\ÜV\ÕE\Ü\Ö\Ý\çp\Û.)\â¶oRÁ©\Û\à\Ôv“qj¢9œZf?N\í\É!œ†^N\Ã\Ñ§\é\Åi­Ž\âv\è\Ã\é\Þ\r\Â\éö|Á\éÇ·\ãvR\Î\àv–`q&Î °g00Š3ŒÛ3Œ\Åc\ãŒ?bq¦‚Bœi|\Î,ö \Î,i3Îœb3O<†3¿»€\Û5\ÃY\ä\Î\ã¬|Ÿ\â¬(\n8«$mœÕ£Ÿ8\ë\æƒ8m2\Î6ƒÛ«e‡\Û;ñgÿü\ÎþO\ÎÒŒs˜«Á\\zˆ;ô\çx\Ìw¤%\0\çt+\Zw\Ôn\ç,\ãŠs\á\ÜI\í8\Äœ§s	\Îóöoœ÷n?œ÷\Þ,\ÜÉ’w¸“¯¥8_“e\Ü\Ù\Ò\Ï8¿cœŸW\r\Î\Ï_\çG\Î\Çù…ž\Å]hø»Ø»‚,¿ˆ^\\Á]\Þù\rwyWT\ÍÀA¶/\â jó8\È+jP‡ƒN\ÂÁ¼q0F?qP‡@>\Ä!>2p\È}\ïq\È[x\ÊP‡ù\á\ÃNh\âp\Ö8\ÜuW~:\0‡ÿ¥…#H_\áˆgpd\Ý\'8ròE\×G9ê‹£\ê\àhÎ®8\Úõm\\Ç¸3„côU\á¸\ën8\Þúœ@%\'8ˆzù\â\Ä.8ññ\Ë8q\'ù¿yJ>pa[4q\á)pÀn\\Dr.r²	UŠ»\Úð\Ó„‹=Rˆ‹M¸…‹Í­\Ä\ÅU\í\Å\Åõm\ÂÅ§©\álšp	p	w\Î\ãÿ*\ã’N*\â’ðj¸\ä—ûq©\êa¸´œ¸›Ê¸t\ß\n\\úu.#ƒ\Ëòú‰\Ë\Õ.\Å\å\Õ\Ì\àò–O\àò÷û\áò=qù“Á¸{A[p\Ö\\A\Ï>\\Á\Üv\Ü}\×\\‘\Ä	÷`bW\\Ö€+›\á\Êggq\ÇVp\ã\Ý1\Ä=þ\é‡{z W½õ®\æŸ=\îYz®\Îô\"®\ÎuW_®‰k\Üs\×x\â®ñÁy\\ý®ù\×›Çµ¨¹\àZ–òpm¸vùp\\{\Îg\\gýg\Ü\Ëz\Ü\Ë\éû¸W÷~\à^Í›ÿ/÷ú\Ü\Z®Û¿\n\×}\ë\î\íŠ<\î\Ý\Êo\Ü\0§7{7´)7\Ôw\Z7\ìq7\Ì\ÖÀ\rG\á†\ëo\áFVq\ï=\Ãp\ï‘!¸÷þ¸÷Y¸O^,\ÜT|=\î\ë7†û®¡ûÞ·‚›”\ãfÐ¸Y\ÍS¸Y\Æ)\Ü\ïs¸¨yÜIs\Ü\\H\×ÿÏ”Q\Üßº2Ü†³\nn£u3\î\ßCm¼L\êi¼l\Ìm¼G\r¯˜]‰Wºô¿\î\Íø\Í\Æð›\Í\Èø\Í/‡ñ*œSø-‰\Çñ[[¾\à·Y\îÂ«ú\àU\Ë\æðj¨½xõ}X¼ú\Ô^c\Z€×”y„\×)p\Æ\ë,´\ãuV\Ûð;búðzz9x}X^?ý+\ÞÀropƒ7\n;Œ7úFÀH\Çûð\ÆSxE¼¹‹:~×¾l¼\å\à~÷>-¼\Õ\íL¼µ‰=\ÞV\ã\Þv\Ì¿~\ï W€wH5Á;”‚ñûƒ/\à÷÷\Ç;d\à\Û[ðGvJðN¯ö\àgeñÇ{ñn^\'ðnóø\ã}ø—†ñ^\ê\rxßš/x\ßYü)¿³ø3÷w\ãÏ¶=\Çûik\âýL®\ãýŸ\Z\ã\Ïk^ÂŸw \à/À\ÓñAV®ø I>øzþr\Ã\" ôp÷\Ã\Ø\Îx`c(‚1\ÆC\rôñ°£}x˜OB\â\á*ñpg	qQlÇ£RSð¨f3<:\0‹\Ç*m\Çc\r‰x\ÂT2ž°úO\Ô;…\'Áœð\äƒWñ”ƒ—ð\ä<\å\Ï<Õ’„§\Î\Û\ã\é¡rxú÷r<\ãò<“#‡gM\è\â\ÙN\×ðl\Âc<§\ÇÏ‹\Â\Îx\â…Àkx‘\"/z\æŽ+\ÅK\ì]ñ\Ò\Å\Ãø\æ6|¸¥,>\ÜJž\êÏ¥\à#\ëƒñ‘Syø+7\ÌñW\Ëñ	Z|‚ÿ\0>!ù>\áO>qó,>ñÀ%|rŸ\"8ƒO…á¯¹h\ã\Ó\\“ð\×9Eø\ëO\âo´©\áo¿!\à\ÓsXøŒµø\Ì\Z&>‹µŸýð>þ®ñ>\Ï\ë$þ^_8úÿk2þ÷¾\Ø\Ä_ì—/a7\à\Ë|\Ìñeþ³ø‡šzø\n\Þ-|¥ÿø\ê¾Z\Ç_\Ó`Š¯s]\Ä\×\ácðõñõøú\Ñ\×ø\ç]ø‡ôðÍƒð-‡¼ñ\í\ã\Û\ÓLð\Õø—\ë·ðÿ\ß1|÷¶<|w±þz>¾w[3¾hŒ°¼’\â‡~\Çÿ,\Âp\Ô\Ä´ \â?\Þ\Ò\Ä\ÒQ\Æº\ãÿ¢?ƒÿ–ÁOœ¯ÁOI\ÂOž\Æ\à§>ñ_\íœñ_ñ\ßþÀ\Ï\Ê\Þ\Å\Ï\Z>ÀÏŽ4\âH*ñ?²\î\ãd‡\á\çr—ñsu[ðóið\âBð‹\éQø\ÅW¹øåƒ‹ø\åŸzø\å•møô~¥©¿ú¿QžG\Øt•KPF”\ß\Ü&(¿?GØ¬_I\Øp† Rp—°Ý·…°=ý*a{ \ê\\CPMŸ#¨ö9T‡‡j¢^‚ºA!A3b† õÞŸ =\àJ\Ð	L\'\ìût/“ú²‘„—¾v–\êŒ\Z£Š~‚¹s9a—[=Á²B@°¬\×$\ìF\í!X5hl6y\ìüC	{ƒµ{…„½¿2û‚Y„}\Ï6Œ\r?\"ú‚#8~\'Q&Až#\á°G\"{	Gß¸œy^„cL6Á\å¦\ZÁÝ¹šp\Ü6p<õ1Á£Mðh8Kð,\ê\"xÝˆ$x=3!x\ÛU¼Iw	\Þ%`‚S0\á\Ôþ	\Â\éWw	§ßˆ	g´~²q?­)‚¿‡Á¿v•\à\ßô’pnx…p¾zŒp¾õ+\áu…pQF™pñ˜\Z!¨D‹ô£‹\Ü\íB¸üB‹\0¸iK\0–©`¸¯¸s\n1\Ê! Õ«È·Œk/[N%\à\Ò\'	„k^b@ryJ ]#:,	d«<yœK øv¨¿´­\ç	lýHû\Ñ%p\ç#¼\äh‚± «„ù£Q¬%AºbMˆT\Ï&D\ß#D’o¢”ªQû¢\Î+®¸v®Ü©&\\)9O¸²aG¸Ú™NˆŽ¸Kˆ^\"\Ä{+\â•„\ä<2!%ú3!¥~ƒp]Å‘pó€2\á\Ö\æ\Â-p\áV^	!\Ý\á\n!=\ç-!ƒšN\È4‹ d&-²³\ÙÙ¡„;ËŸ	w1­„»s=„¼²\\B~L(¡\àÿ|n{C(.\ØE(5F(•\ê\ædÑ–„\n¤¡¢R‹ðÈ¾‚P\ÕYOx2\ÐNx\Zu–ðtú(¡\Æ>‘P¬J¨+i\'<?:Ghd¾$¼\èT!¼x%%¼Ò±\"¼ªQ!¼.yM\è~&tO\Þdÿ ô<CzG“½_¢o«ÿ¸\Zü	ƒ¼R\Â`z:a$\ì&a¤Î•ðþ¢”0úºƒ0:L$|8\ÖMø°~šðññuÂ§)8\ás\\\á\ËÑ“„ñ%„ñ±n\Âd½*\á\ë%\Â7\îeÂ·\ÂUÂ·j6a\Z\ÜIø>[@˜\ÝK˜#»\æøz„¹\"_\ÂÜ‡Ÿ„y\Õ\Z\ÂB\Ðw\Â\ï\Ý\Â\ïGò„E “°¤\ÓGXZð#,û\Öþ&\Ö\ç¾6@ˆ2»\"‰²¯˜D¹=`¢|\ï9¢¢MQiú>q\Ë\Ñc\Ä-Dg\â¶ýŠ\Äm\Ç\ê‰\ÛH+\Äm<8QõQdB\Ô\Ð j\î\ØA\Ô4ùF\Ô<I\Ôºµ\Þn\"j[ð‰\ÚS\íD¡Q<D\ÔmÀõ!\ÅÄW>w®™\r\Â÷\rJ{ˆ†\ÕD£‡¢\É\Ì0\Ñ\ÜÉ˜¸Ë—I´¼\ç@´òn\"Zý»G\Ü\Óth½Ç‰h}f‚h\ã\'\ÚZ¨m³Sˆv-\ï‰{!\\¢ý\æ\r¢}š\Ñþ.¸o\ëU\â¡c_ˆ‡2µ‰‡ô\Þ#ù¡OtúiHtŽ\ÜKt\Ñ{Ety½@t»œHt‹?G<\î C<±-‹x\âò1¢\Çu¢§rÑ³Õ—\è½õ\Ñû}ñ$\ï8ñ\Ô\\ñ,A†\è\ç.%úaƒ‰\ç¦\ìˆ\çE±\Ä»‰ž\Ç/¼—\'^TGUâˆñýD\0c’\0A:Dˆ\Ú4\ê\"$\Â	ˆ³d\"\â\ÌYp„ˆÊ˜$¢•uˆh\ç—DÌ±D\\\Ú<÷¢’Hˆ\Í\"R…ˆ\Ô;\"\ÍtHkw\"2\Ìmˆ\Ì!:‘•°\È\Ê$\Ùrgˆl·DNü\"‘[\éN\ävùy‚<¢Pº(\"½\'Š\Í\ê‰\â cDq.ˆ()X%J!‡‰R\ÂKb˜Z1b\×bØ—Q‘IŒ<=CŒŒüGŒŒ\×%FE÷£c‰1±Hb\Ì8†\ÝIŒEn!\Æ9\Ü \Æu$&›>%¦\ÜQ\'¦üˆ!¦ÒˆijöÄ´[‰\×\Ç.o\Ô;oÛº3‰b&e‰˜\åx„˜­kC\Ì\Ö7\'\æ\Ì#‰¹\çwsÁb^n%1\ïn1¯ú ñ¸ƒX˜.\"\ë<’\'>xO,~¸—X\æRM,§$VÞ½L||\á0ñ©”C¬®\Ë%Ö˜7Ÿ)œ!\Ö\ZÑˆµÁ\ÑÄ†â‹¼Db“l,±ù`±eûbË½Xbk\ÍKb§F#±\Ó …Ø‰\ï\'¾²h#¾¾;J\ìf§»£z‰=*÷ˆ=vÏˆ=³/‰}iaÄ¾%4ñ³#±¿Ûœ8ðgq(:Š8ôþ+q$»†øþ\äE\âG\îñc\ÜG\â¨ž8öü7q\"h?q\äGœ<¦AüŠ	!N{¥¿¿#þ«U~#þ\ê7!.Pœ‰‹\Übâ’Šq‰˜L\\\Ô ®¨Wv&®k×·º×‘B\â\Æ\Ö<\â\Æ\Ç\â¿\"iÓ¦¤M\áûH²E$¹G’ü	IiFRp\")´^!)\"\åHŠ\\Iq,ž¤”@Rº‘”H¤\Í÷p$•\Ëb\Òÿ’\Ê+’\Êx#i\Ë\Ûó$µ²D’z¬I=½—¤iûˆ¤\åEÒŠ\Õ\"iÕ”’´\ë\nH;¸ó$½­C$ýi\Zi§ri\çY’ªdrKB2ùK2ý[M2óP&™!.‘veg’,Ð¾$¬\Éb\í7iwXi÷\r%\Ò\îú’H²z\Â&\í	;E²¾\ìL²þ* \Ù9ž\"Ù‰\"Iv\r4’½¾+iŸ‘\é@\Î\é`±\é0¡tD=†t\ïOr©&¹4×“\\º‘\Üô\Ü}_“<»y$oÝ½¤“ÇµI>—\ï“|\îh|\ÛBH§˜H§·Æ“N›>$qð\'óP ]P‹#þ[%½zL\nú¼F\nV¼L\n\Þ]Lº|Ý’\Ü{<p€ŒºF)õ@FI ¨}˜±\à“ Žƒ$\Èx-	z\á	:¼„°U%¡óH˜\Î1¾ÄD¼2H\"t!‘a\Ö$òO¥Ô›D…G“¨\\%=÷#‰\ÑTAb\"±*“\ØVGHœ\Þygf™\ÄK}Jul\Ä\Ã\Þ$\É\å³$I¡)IRò…\Z7D\nœ\'…_Á“\"°XRD\ÂÒ•@\"\é\nFºúr\')\ÚÜ–½CŠ\ÆZbþ~\'\Åe‘&I‰GŽ’šII/ýH7ûH7†«I·&Ù¤ô¢ó¤\Ì\Ü%Rf	’”}{ˆt\Ç\è%\é\Î\ÇrRnõ\Ò\Ý_\ßIy~Hy\×UHù&¤ükq¤ü\éÖT`þ€T\Ø|ŽT\ÔhGzp6„ô \"‘T¼‹C*¹\Ê •ô\'‘J&óHegHežE¤2\È\0©,GT>óTqjˆTÁX%=\Úü†TE\ÛIz©OzJS$U[=$\Õl\Ï$\Õ,&=\ß>Mz\î@%=?ÿ”ô¼\é#©É¹”\Ôô\í©yO!©ù +©¹˜Gj^¤ZeVI­û!¤V¨:©=N\ê`ý¯q;\é«„ôª\ã.©«\nA\êš\Z\"½ñ\â’zL”H}i¥¤¾\rWR¿-žÔ¿¸@\Z\àþ$\rž%\rm]\'\r\Ý\ÜN\Z>r•4<PA\Z•&\Z†’F·’F[\ÂHþ¿ŸP\Z¤O\ÜË¤±ö\nÒ„O%i\âk%i’Ošü\Ô@úú¯„ô\í‡.i6÷inþ\é÷7\ni\é\çY\ÒÒ‚1iù\ï=ÒŠ´R7LZ\éøNZ™-%ý½hCZ\ß\ßJZ™‘\Ö{¬H\ØY\Ò?72YvSYnÂ”,7gG–\ç0\Éò	,²Òžbò\æ\à¿d•k\É\äm\ÚC\ä\í\Þ\ÊdM§d­\ZY;Y¼\ã£	YoBHÖ·ž%ë£dýµKä¤\"²¡\Â²¡ø#\Ù86„l\â€\"›Zû’M½‚\Èf6L²™s.Ù¼Âƒl\é\Ë [ž\Ï$\ïa­ƒ\Ó\È\Öw\È6^\ç\È6c&d\ÛwÈ¶•\ådÛ‰l²B Ù¡i\Ù\á%¼oöù\Ðg²£\Ò²\ã\Õ%òQ\Å/ä£Ÿ`\ä£k\äcQ\äc\Í\ãd\Ò\Ùep7\ÙuM>¾ÝŠ|<Å‹\ì}þ\Ù;‘C>9\åFöø’}÷‘}‰…d\ßOPò\éÇ·È§{w\Ïl{@>\Î ŸEZýöôýNùý	8ò9pùÂ¡£\äM\äKGŠÈ—’’o·ƒ+\á\ä\àúrpó_ò\å\ØT2\ØS‰1‘!\Ì:24iš}C!\Ãc‚\ÉðØ‡d\Ä))1\ãNF¾\Ø £Þ¨“\ÑU»\È\è÷zdL°ˆŒ¡9‘ñr02þ°*™ø¶Lfÿ#“£“©F©d\êP-™ú}?™¶QGf¦¦‘Y²)dVH8™5iL\æ\\‘¹-\êd\î|™÷û8™¿’C†\È\Âk«di\Ôo²´Êšò\ï/9¢\ì\r9’ùŽ\åôŠ|%ƒD¾R¾DŽvûBŽYˆ\'\Çjg’´“.“\ÊDÿk\"\' §)Ô¯ô‘¯ÿ%\ßÎ’o/ÿ%g\\O$gŒ¯’3w­3ïŽ’³\àýä¬®dò\Ô`r\Î\å%rŽÈ”œS G\ÎYýL\Î\Ð\Èy©0r^…9\ï<9ÿ\Ý4ù\ß/rI‹ù¡¾ùQE¹ÊŽA®:¬C~ƒü4ü9ùiV¹ZÞ™ü¬(\\Û†!\×y¬’Ÿ“O“ŸW|\'7LË‘¾!7–fG\å\ÈMh>¹\éÜ¬`In\éD“[\íÞ‘[/\í%·f\ÂÉ­+\È\í*§\È\íE¾\äŽoö\äŽù*òK\Êù¥\ä\"ù\å\äW~š\ä×½\ä.`5ùM\Ø\'r6\ÜsgŒ\Üß¾J\îÿŠ\'ôn%ô¡Éƒ˜òf\Zù\ã™(ò£ò—©\Ë\ä\ÉRmòT\á?òŒ\n‘<£QAþQSKþ\énHþ)\Í ÿ¼sŸ¼ ñ\'/z-“—\Z“\ÈËŒc\ä\åiò\ÊA?ò\nö$y#m/ù_|.Eöo%EN;\"\×nF‘·°¢(U¡li¦l3ò¦¨~Ê¥¨\ïÎ¤¨\×ûS4vP´\Úò(;®©St1-\Ý>#ŠžP†¢—»—¢¯¤A\Ùiö?sŠ\Ê	Š\á\Z\Åðþ.Š&‰bL¹I1þŽ¢˜wPL\Û\ÎQÌ»:(ß¼(V‚-k7\Åú‹6\Å\Æ\í6\Åf˜A±\rt¡Øn¦\ìS…Rö½“¡\ì÷~@9\0.¥˜õ¤Š\ÜF9,€r\ØK\â¸ó\åh\æ7\Ê\Ñ\'ú\çÀ”c{˜”c\Â1Š\ë\ëŠ[øŠ\Û/<\ÅC&‹\âyqˆ\â\\F9¹iŽrò\ê\åd\æCŠ/f†\â[\×E9“{Ÿr¦q\Å\Ï\à0\Å\Ï*•\â7	¢ø\çÝ¡\ìP¦p¢(\å&”s%E”‹úÊ¥€\"J`óEJ\Ð!\n%¨\î%X°´•^j¥@PG(0v(>:JAüÿ}\Èk\Ê\Ô\È\nö†=»¶›‚«X§\àk)„\Ý\n\á\Ö0…XlL!‘s)‹‡J\ä\nU@¡§fR\è¿wS¬(Ì—ÁÖ•N\n÷÷y\n¯t3…ˆ§/¼ ˆŒ\æ(\â»&ñlE\Â\n¤„\Â\Ú(a%üb%ü‰\åŠ\î_J\ÌÀ8%\æ“7%6j–w\à%®d–’è°›’8Œ¥$×”SRe()]”k¦¾”k‡•)\×<G(i\í\ß)\×i)×¿ZRn|¤\Ü\nQ\Ò\ãžS\ÒR²\ç+)¹EJ\î‡?”»÷œ(y(\n%H¹wbžR M)°Í£<\0£”lºO)\Ñ¡”m«¡”Y¤R\ÊÒ„”²{Þ”òE<¥|ù\'\åao6¥rŸ\'\å’Fyl´—ò¸ÃŽR\Õ4HybmA©\îbSj\Ù÷)u\nw(uÁ\0JÖŽRÁ§\Ô+†Qê·Ÿ <¿ñ”\Ò8¿ƒ\Ò$/Ki‚\0)­z(\Ú?(c)mª”Î™\"\ÊK\É\å\å ,¥\Ëþ.¥\ìJ\és¯£¼uÎ¢¼Û·‰2˜mKyÿ0ƒò~ˆCùx{œò\é-eL¬HùRp“2y]•2ù:–2U\'CùºB¤|û—@™\æC(3\ç¼)?,ª(svU”_\r”_ÿ\Â)\Ô(F\')‹\'\Ö)\Ë&•”•€=”Uo5\Ê\êˆe­k‰²nð•²\Þ@§l\è\ÌS6XÊ¿\Ê9ª\Ìo\ê¦/¯©²(>U–{*OJ§*Ø¸Sp\éT¥3öT%\à3ªò	U%Ïº\å\Õg\ê¶_¨j¨j>NT\íùTM…\ÏTí«½TÝ†cT\Ý&U\ïtU/\í#U/ÿ)u\'%‚ºó\êªÁ\î5ª\ÑU\Õ\Ä\ê\ÕTÓ˜j:>L5³{M5o8L\Ý–C\Ý\ÕL\Ý\ÕdAµ,9M\Ýýl–j½ÓŽj}7˜j“}Žj›	¡Ú–8S\íŽ,QžQ\Ü, \êDR{P]~n¡ºº?¢º^üCu\Í6¦º®`¨\ÑöT\Ïuª\×z\ÒR™\êSº•zZdM=«½‡zö‹\êO0¥úÿð ˜ÿ¢^P»@½@Ù ^\nÌ¥^B‹¨–[©y\ÔÀþl\ê\å\Út*Dk†\n}\ÑGE¸%Q‘±©\ÈG\åT\Ô\'e*j:ŸŠ\Ö£b.S¨Ø‡©x/ŸªB%¸ü \ZQ‰¨\Ä^1•:¹…J³ð¦ÒŠd¨´vs*\ís(•~b•:J¥K®P#AT–Ÿ\"•´\ÊAP©œP2•\é¢\nƒG¨B*V|B?T¡J\ÎTIw(5¤Ê‹\ZzN\rO}K\rI\roºHô+¥FW¯Sc{¨q`j\ÒA25¹Â‰šr€JMÝ©OM…\ëRÓžRo¥4So‡úR3²\ÏS³\ß§\ÞY*¢\æˆÂ¨w—3¨ï¨…¹g©÷_TQX€©\Å\î`jIø.j\ÉwCj©^µ¥F-¿õú\Ðm’Z•£VvS\é\\¤>\ÅSŸ\Ê >}B}úÊúô\çYjmC=µüú#¡6¸©/\ÒP›jÜ©\Í\ï7¨mª…\Ôö>µ£cµkÒ™\Ú{´Ž\Ú_dM0¨¢<±¦\Ö] ¶ˆ©ƒ_S‡=\èÔ‘\ížÔ‘´z\ê¨Zu¥Nýò‘ú¥=Š:¾ÿ=u|1†:@~E¶h¤~kPg´‡©3\Ò9\êL€ú\Ã%‰ú\ã>“ú£ú\Zõ§\æm\êÃ‰:WžLGÜ¡þ6u§.q\ÏQ—øÇ©kwP×†\îR\×õ#©\ë›©S\"\ê?‹c\Ôõgi›p4YSM^H§\ÉgbiŠ)4¥\'Ž4¥o\Ú\æ\ãã´­ñr´\íjiªrBšjB!M\í¦y\'Msl”¦\Ã|E\Ók~D\Ó\ß\âD38\êA3\0\Ñh0šÁš¡§;Íô•fH™§\åyÑŒ\Zv\ÓL–\âi¦¥tš™ù \Í|s*m\×5Eš\Å\ëZ\Ú\î4\ëûe4\ë\ÎW4\ë•\Û4›Ekš\\?\ÍnÆ˜f·øœ¶Ï­”¶ˆv\à\Ô\í`Ž.\íðú}\Ú@\ÍI#š\æ¤w—\æt\ê\ÍYÃŠ\æ’RHs\r¿NsZ§¹\ç_ ¹ÿÙ \ÏyJ;¡¹ƒ\æ\é:Cóô©£y!Kh\Þ\Ø34o&‘vr\ß(\í\äL.\ÍG\ÜDóY…\Ð|·,\Ñ|­Šh¾)\\Ú©ð+´\Ó^–´3:Ú™	(\Í\ß\\Jó/<Eóþ‚ \Ñ@;gL;GÑ¦‹½J;oÍ¦\Ú)Ó‚\å\à´\à»0\Ú\åMQ´Ë¦i—!x\ZLö#\r\æs†m¥Á\ï1iHY\ryX‰††\Æ\Ó04Œ\×\ZZEÃ­w\Óð1_hD\0F{¹\Æ\Ð\î¤1u«i,\ÇX\Z‹ñ‡\ÆV\ÒØ¹Ž4Î•\Z§h3²™\Æ\Û&¢	7ˆ4‰ýqštÚ–²MJE …Ñ´ð™#´‹iñ¿\ÓdZd\ì4-jÔ†v\r \Å8\í \Å\\ \ÅF|£\ÅW§\Ð\ä\ÔiI>bZ\Òõc´k\âß´kJii»\Ýh\×_™\Ñn\ìõ§\Ý`V\Ñn\ÝO»\É:IKW\0\Ð2\ß\Ò2)ÿh™}´,®-{cvg\ïZN­-—‚ \Ý=TG\Ë‰¢\å1¥\åC\ß\Ó\n6li…[©´Â‰W´¢€\ÚüfZñv/Zq°\n­D¯‡V\ç\ÑJ‰¿h¥©£´ò¸_´Š‹´\Ç\Ñ\ßio7\Ò{C«Òš¡=¹?A«nI£=s³£=Ã¼ ={¯E«\ïÊ¥=W|Ekð\Ó\Z\àõ´\Þ ­az/­ae‚\Öô!”\Ö\Ìo¦5¿m¥5½Ok‘\r µä¼¡µ»ö\Ð:HZ\ÇT\n\íe\Ë\Ú+UÚ«i­k\çZ\×>>­+Üš\Ö](G{C:D\ë\Ñ\ÛO\ë9\äE\ë}}\ÖwœJ\ë+»L{{.ƒö–¢F{glK{w\\“ö.|…ö\îš3m@ß’6ð~ƒ6¼F§”\Ë\Ó\ÞK\Âi\ï+\ëh£\'Y´\ÑÏ¿hX\ßh{RiŸtKiŸž¿¢}š¶£}®~Iûüa6XK\ëÿH¤·\Ñ&¶lÐ¦Ž\ì¦McÒ¾A\Ëh\Ó\Ô4\Úw™\í´\ï\ël\Ú\Ì\"6[,Oû\É}A›ó†\Ó~]¢\Ò2\Ó~\Ï\ï¡-=9J[j}I[>\åB[y¥­š¾§­YÀhk•ž´uýz\ÚÈ™¶‘\ÔD\Ûh{L\ÛXh§ý³§\Óþ}u¤Ë•i\Ñ+°t%­jú\æºJQ:}+¤¾\Ý	D\ß\Þ4D\×\Ø_G\×hÿE×˜—\Ò5\Ël\èZ© º\Ö5º6L×–¢\ë*Œ\Óu{­\éú\'ª\èú\é	tCSº\Ù\Å,ºhŒ¾k+‰¾Ë¶¾Û£—ne§O·ú¦B·\Þ\ZG·L§[ƒ~\Òm\Ì\Ö\é¶T#º]\Æ8Ý®7’n7J·[\ÛG\ß+I¡\Û\Ç\0\è2^\Òóu\éG\\At§ø<ºSoý\Øô\Ý\å®	\Ý=h\î>w‡~(¢{šN\Ñ=)w\éž}ƒtÏiº¬”\î°N÷\ÝdL÷e\×\Ò}Û°t\ß?·\é§”\ÐOKEô3¢\Íô³À£ô³=\éþ\Æt¶&Ý¿ŒHP¤\\»M¨ë¢Ÿ÷¤\Ò\Ïd\é\ç\Ã3\éÍ¨ô‹{+\è\ïO\Ñ/);\Ò/%\Ä\Ó/\å¡Z\ä\Ò\ÆÓƒòS\èÁ¿yô\ËA\Ót\à+:˜N·¿¤#7\ÓÑ¡^tLP	3x‹Ž½\èK\Ç>o£ÀD:\Ùð7ýÿ/\ì¯N§~ \ÓZ\àtº\ÞU:\ã‚?qû-ñ(“Î¡„\Ò9\Ïþ\ÒùøtÁc}ºpAgW\ÒÅ…£t\É\ÞaºT)‰.\ÅLÓ¥-9ô—hz\È\Ûz(ÿ$=ú‚nr”Î¶£_™\ê£_½I‘_¡\Ç\Í\Ó\ã?=£\',ü¡\',\Ê\Ð»­\é©{\ÞÓ¯™€\éi¢Aú6=ýø\"=ý²==e=\ãW\rý\ÎN=\×f„ž[\r£ß½}žwp\'=O§\çq\èù“û\è÷\î\ï¡´\á\é\Ç\éE“ô>²ôÒ¡ôòó(ú\Ãd?z\å´\'½\ê\ßý\É\áú\ä_ú“o3ô§\nNôj³mô\ê“öôjt&½\æL<ýÙ©iú3I=ý¹u\n½ÁGo8žEoÀj\Ð_\Ð\Î\Ñ_¤p\è/\Æ\ã\è\Í\×\Ñ[\ì\Ö\é-\Ù\ÉôVjz›‰?½\í\ÎNz§½.½sñýe„”\ÞUªF\ïù?O\ï6—\Ñû×¬\èƒ\Õ_\éƒ\rô¡\Øfú0aƒþžkNŸw‚þ¾,˜þAþ>ý\Ã	mú\ç—6ô/;~\Ð\Ç\åþ\ÒÇ\é\ã\'ƒ\é\ã7\î\Ò\'«\é\Ó\Æ\îô\ïPú\Ï}^v™þGñýü\n}ñŒ¾|Ó”¾\\B_Q\ä\ÑW\Ú\í\èú\ÒW¯\ÑW\Î\ÑWÁ\Õôµ³^ô5–\n}\Ýh•¾\îz¾¡SJ\ßXf\Èx#2õ\n\Ù}\Ùw;r\Û\nÁ\ç\n-R†¢\â†bñI†RbC9\å+cs\"c‹M?c\ë2c\Û5e†ª„¡úÜ…¡y\ÍÐ¨û\È\ÐLeh¸3t6\Õ1v„_g\è\Ñ\×úž\Úý1ƒŸ»F/¯3Œ‡Á“ôH†\éõE†iv\Ãlù!cW˜Ã²c·|Ãªn‚a}}˜aýðÃºòc¯3”±whˆ±wÃ‚aó%Ã¾ú+Ã¡uc·š±ÿ\â\Æ~¾\r\ã\04‡qð\ÝS\Æ!«G\ï^\Æ‹4Æ‘\è$\ÆQ«J\Æ\ÑðH†óKÆ±kW8\áŽ:\Éð\ÆG2|<¾2|}\Û¾1õŒ³Ž3Î–¹1ü†¿ä¯Œ€KÉŒ€+&Œ€\æÛŒ€™=Œs’AÆ¹<\ãÒ¹%F\Ð\\(#ø\ä>\Æ\åJP\Ý\Ã\0þ 3€QØ‚õ\Ä3`\É\Û(\íST¹;£9\ÅÀþ~\ìºg_\ÍÀ=´d\à?Œ3ˆ”NQ|Aò\Õf\ÞV1\È\Å÷4\Ø=.›Áð`0>1sGl\ß-N¤#ƒ\ç,C<q‚!mA3B/1\"œ·3\"¢£ùíŒ«Y“Œ˜ù|F\ì\ÖËŒØŒFükEFJ³#\ÆH\01\ÒTŒŠÝŒ›öÖŒ›ûw2nP`\Ü,Ke\Ü\Ú,f\Üj±e\Üz\ÈH\ßñ–‘~\é#ùˆ‘‰¾Ê¸cg\äô_b\ä‹¹¿8Œ»öŒ\ÎWF¡•\r£0Áƒq\ß;–Q”³•QÔ•\Åx\ÐúQ\\þQ\ÜqQbš\Í(½Á(m‹e”2ª\Þ\Õ3ž\à¬O5J-ŒºN1£\Þ!\Ñð¡†\Ñx\Ãh¤üf4Æ´0š¶\ä3Zw¸0Z]ƒ­\"cF{\ËwF§5’ñ²ü!ã•Ž\ÑÝŠf¼QŽg¼^c¼¹†eô©u2úð§\ïö\Þgô¢CoIŒ\á§åŒ‘m!Œ‘‰;Œ‘\Û\ï\'	Œ÷¿\Ì£ZrŒ\åÞŒO?ŒŸ1>«3c\Ï\Õ‹(Æ¤\í<c:P‹1\ëÉ˜I\ßÆ˜½\Äø‘¥\Åø™»À˜\èeü2³aürº\ÃXŠ|\ÄX\ÙY\Ïøû³•±zÊ™±ú{ƒ±Vgl@v3e«‡™²Ï­˜r\Ïö3™g™*Võ\Ì-{>3·F~en“\ß\Å\Üfš\ÈTß•\Í\Ô`gjT15\Üfj²•™\Ú\ÆÇ™:õ\Í\Ì\\<sÇ+L=\ï_L=€©ÿ÷$s\'Â¹\Ë`\î¤\íf\ZNc\Z+m0wi¤2­v\ßgZ\Ý\ÔgZ_ 1\í&\Z™ör;™ö\'™öD¦C$‡¹¿óó\à<•y\ØÉš\éh\ë\Ë<rÇœ\é¤w‡\é´Át\Ö>\Î<&cºø\é0]ƒ´™\î¦÷_LoD\Ó;Š\ÎôN{\É<\Åfúx‹™>Â˜>K\ÖLß’¦\ïû\ë\Ì\Ó\Çü˜g\ÈóL‰Ó¿ÿ*óÂ®·\Ì˜l\æ¥?™Á\é$\æ\åO©L@3™	Ä³˜`n\"¶™Ç„‰J˜poe&<K†‰X)a\"}Ò™¨\'MLt\Ù£•Á\Ä–1‰k£LºžI\Ö\ÓgR‹Ó™´¸E&\ÝÁ¤Ÿöf2Ho˜\Ì“L–’“\å•\Èd™e²‚²™,¸“\Ýö–\ÉS\Zb\n>ú3%\Ò\\fH\ïyf(\ã3”;ÁŒ8s–`Ì¼\";ÌŒ®ÿÎŒy{Ÿ3¯ÌŒ¥=d\Æ¼e\ÆU\É3\ã\Æ™q;˜ñî—˜ñ]™‰}õ\Ì$\å,f’Ÿ93\å\îof\êm&ózð7\æ\rsó\Æ\Õ\Ç\Ì[òÌŒ™\ë\Ì\ÌN\rf6]\È\ÌN<Í¼ó\È\ÌÁb™y\Î fþT.óžN\r³À\ë-³Ð¨•Y8\ãÌ¼1\È^g>Xg–\è\Ö3K`\ÊÌ’šrfÉŒ-³ô\àWf¹{1³R\á\n³r)ó11šY\å\ìÊ¬\Ê[gV\Íf1ŸÞ‰`\Ö\äÃ™5?¢˜5«G™\Ï\êJ˜Ï\ê˜\Ï\Ûh\Ì&o\"³\ée³Yv\'³ù¤3³Mÿ³\í…/³Ý¸\ÙNrgv\'1_mQbv™^cvA¢˜]Yƒ\Ì‹ef¯–\ÙKšböÿ_›™ƒ÷»˜õ\à\ÌOn÷˜cVÌ±*\æ—o™Ž8\æL9/ôaþ†—1ÿL\ê1»¾2—¦_0—^Ì¿#‰\Ìõ‰1–\Ìc(kS˜-Kö;“%wøK‰ù¥ü\Ì\ÚZ{µMV‰µ´‡¥^«ÁR\ï\Ù\ÍRŸ÷bim$³´ƒˆ,m2›¥ó§¥³\â\ÂÚ‘¦\Ë\ÒUaé©¯²ô¬šXúý\çX;\ÏÄ²Œþ\îf™\àÏ±L\ïù²\Ì<,³\ç–¹B&\Ë\ÒÙ‡e\É\êdY\Ö\'±¬L­XV	b–\Í!u–\Í\ç«,;÷(\Ö^ûDÖ¾ýU¬ý§\ÆXû	‰¬¡\é¬\ÃÖ“,§\Ç/YGV³œ\ÃN²Ž\éXÇ°YÇ¾›²\\R+Y\Ç\ÂY\íÃ¬“\É\Õ,\Ê\ë”…\å7t—\åß’\Ë:G3a“L°.&gžà²‚ó;Y—7e².›JX\0S]\à ‡x6\Æfõ²€\åù,\Ã\äý\Ôt…s:\ËB\Zú²\Ð	wY*Š…õø\Ì\"\ÄÕ³ˆ\ßÞ²\È\â19ÃŠEùôŽE]\ÎbqY¬\Ûa,V\áA{;˜Å¹¯\È\â†°x;\è,\Öv–\0øŽ%tmb	³Y\"ŒK\Ô4Á\nóteE ³\"wÚ°¢›YW¼¦YW5Å¬«I\ÏXÑµlVœ±€wÅŠ;ž\ÍJÖ³’w|`%\Ûh²Rþ±RªY\×\ê6X×ºcXi[óXi£¬\ë*Ù¬—ˆ¬[¦Ú¬\Û\'%¬ôÃ™¬L¹^VÖŽV¶œ3+û~#\ë¼ž•¤³rm¬œ¹HV^‹6«`\à+«•\Æzq‘UlN`•¨Ö²J.Î³\Êä¸¬2\nœUn\à\ËzØ‘\Ïz¸\ÞÄª8·Èªxd\Ïz$ûŒUušÍª	Y\Õ7Ÿ±j\rôYµ’«¬f™¬\æ{BVKB«\Õp7«\r5\ÏjªcuDmauôg½\ÂO²º.±zY=Ž\'Y=\î&¬\Þ\ë­÷\r\Ö;b?«ß€\Äê¯–°úk\ËYCvy¬¡•Ã¬\áù6\Öð\êwÖˆ\îN\ÖÈ¡dÖ¨F\nkôW\ëC‡õ\Ùö\"k¬Þ„õEFŸõ\å_/kü¯˜5QYÇšXA±¦4\\XS\ÆY¬o]m¬\ï‚\Ö÷ªR\Ö\ìi\Ö\ìC\ë‡\ÏU\ÖO\Ö5Öœ\Î<kþ7‰5ÿ\ç5k~ÅŽõg\ç)ÖŸx\Öß‰\Ö\ê§iÖšdk=ÿk½kŒµ\áŽõ\ï‚½iv€­ðv­\ä¼ÀVú‘\ÏV–“°•\"Ø›7±7\Ã|\Ù*‘ª\ì-ûM\Ø\Ûô\Ø\Û\Ç9\ì\í²l\ÕS¶&Ä“­…½À\ÖZB³µ-\Ù;v°wV\ße\ï\ì\Ù`\èay	Ù¦Æ›Ù¦®l3\Ï\Ýl³‰ló8Û²¯ž½;Ážmcz‚m»p‹mg\â\Æv¨	f\ï+b\ï\ëªbª_gJd;	«\Ù\Îôlˆ€\íze‰\í:y—\í&w}Â“\Ïö(²a{v~e{)H\Ø^;lom[¶w\Ê%¶w\íNöi\íg\ì3v@ö™\Êì³…=ì³•û\Ùg±ý.²ý®Q\Øþ\Îö\ìsg™\ìKrc\ìK:\ìÀ\ì`b&;ø\êsvð\×\Ï\ì\à\r?6`UŽ\rô“²!³[\ÙP›l\èy6Â—ÁF\\\Ía#U¦Ù¨ý³lt\ÒG66Z‡W­b\ã=Î²ñ(96AužM\0k°	M\Ãl¢\î16\ÑYMvªfSj\Ø,i0›\Û7\Æ\æ\Ç)°c½l\Ñ\æl¶h\ä[¼ö„-1‹eKƒØ’’sl\ÉH[Z\ãÍ–v³CÉ‡Ø¡­»\Øa·w³#ž÷±#o°£\â¢\ØQ«lö\Õ/“\ìhõýì˜¿e\ì\Ø\çG\ØqS+\ì„P;ñ\ÕCvòfUv²Aû\Z\ÎNóæ²¯[ \Ù\×\'m\Ù7WmÙ·¿F³³•\Ü\Øw2 \ì|o);ÿ»pÞŠ}?\îû~úv‘¥»¸|™]br™]òÉƒ]–[\Ê.W·g?Ôµ`?l\ÝÂ®°sgW0&\ØUöXv•\Ã~\Z¶›]c¯\Â~†¿Â®eE²\ë\ä†\Ùõ£Ÿ\Ø\Ï-Ÿ°U±›^f7_f·‚\ÝØ­ŒZvÇ‰-\ì\Î.!»\Ï\îúV\È\î9®À\î¹S\Ã\îû\Æ~k\Ìa¿›£²û‹²ûŸµ³\ÍN±‡Ln°‡ô³G>y³\ßÇœa¿¿‘\Î~ÿÀ†ýþ‘ûÃ– ö\Çc2\ì\Ï6\Øc\r§\Ù\ãG³\'\ïÏ±§Š†\ÙSÿ˜\ìo\Öÿó1`O\ÓQ\ì\éø>öw³6ö\ì§\ZöÏ»¶\ìŸ}\ì_Aµ\ì_Irì…³7\Ùì¥‘·ì•¡0ö_eSö\ßc±\ì\r›‡™­\\ŽYŸ##üË‘iµ\âlJO\æ\Èe\ær\äQ8ò\íù\ÄjŽ‚«G!²‡£½•£P{Š£¬üš£|\è6G…R\Å\Ù\È\çl5»Á\Ù\nŒ\âl¥}\æl{0\Å\Ùn\ÄÙŽ|ÀQ\Óas4\å¢8Z·~q´\îst·¾\ç\èb½³78z?Z9ú679ú\à`ŽþTg\'\Ã1f\Ñ8fŸ­9–!:+7g\'˜c]\äX?0\á\Ø\0?sl\ï\Ùq\ì4g8v	ög¿\Îg?\ç\ç\Ð\ÑwœC\Ò\Î\á÷#\ÇE\Z\ç¨`/Ç¹Ðƒ\ãR\Ñ\Ïqy\îÀq\Õl\â¸ad9ne›9\î²\Ï9\'\Ê9N¶/-Žw\ìuŽ\ï9\ÎiY\ç´K%ç¬§\r\çlÁ \Ç\ÏÄŒ\ã\çS\Êñ#8püO›sü\ç\Z9\äN@o/\çRP=\çRL\'ø\Ï\àõ‡\è\ã€ð<\Ô\0ÉÉ8ðG\ß8¹\×\Ô\'úº[‘Á!\ËyqÈ–Š2‡ª*\æP÷\Ös¨WW8\ÔuWM5ŠC›”\å0†i¦\åMsO‡\ÙC\â°-\Ô9\Üc_9¼eWŽ ù*GD7æˆ¾\ésBgÿpÂ¤jœð\×O8‘“œ«g8± [œ\Øt2\'öG3\'!³”“òÇ…“x\ÏI\ã>ã¤s97-87Œ³9·§\Ç8\é¾Nz›ˆ“>(\Ï\É(z\É\ÉN\ØÊ¹ƒ1\ä\äž\Þ\Ì\É\í£pòž¤rò\ÞZqò_£9÷\n‹8U\'8…\Îý­O9E\çœ¢\Ö\çœ\â41§üS(\ç\Ñå‹œÇ²\ç9\Ño9\Õ\',95\îœ:·1N#Àyqò%\ç…O§Å†\Êi‘B8-É9-7z8-\Ó\æœVGNkœ§\r8\Éi+}\Êi[Ž\ætœ9‹•œ—¯b9¯\n\ç8¯/9¯\Ã\Ö9]Í–œ®noÎ›»LÎ›_#œ^²€Ó›Z\Ã\é~\È\é3¸\Åykã¼\Ìä¼£pú\×^r\Êosúr=8CÓœ¡—®œ‘\îX\Îû+_8£‘œ\Ñ8c\Î\è—ó!!ó\ás\ç\Ãò\ÎGOY\Î\Çg\ç9Ÿ‡8\ãg\ã9\ãeÎ„5–3y:‚óõ[\r\çª‹ó\íÿœOoI\à\Ì\ìzÊ™ù\Î\à\Ì\ÞÍ™=¥Ä™½\Ì\çÌ²ÿ_S-8o÷q–¬\îs–\Ï9K_\ßsV,ösVNpVðƒœ¿9P\Î\ß\Î\n\Î\êŽ[œÕ°3œ5§Î†9‘óp˜»)»€+A\æ\ÊÞ¬\æ\Êþ\ØÄ•«_\áÊÁ¸òŒR®|IWÙ¿«<9\É\Ýü\ÂU\á®s· \Ü-ñÜ­	ª\Ü\íNB®\êW8W½›«þ³Ÿ«‘ù—«ñ\ÄÕŽò\ä\ê8©ru\ç\Ïpõ\Ês\rBV¹F\rv\\£\ÉX®IB%\×<Äµ\Ï\äZ\î•\ã\Ú\ì%qme“¸v\Ú_¸{Ÿ)r÷~r÷\é´p÷E¹û>krB¦¹‡XM\ÜCÃ¹‡Uk¹ŽHo®\ã›ó\Ü#£­Ü£ˆ&®sð^î±³¹.„ƒ\\—\×Mo\×\Ý\Ë=¾§‹{ü\Ä?\îq\ÆC\îqi.÷ø\Û\Ü*»¹\'ž^\ãzx—p=Í¹žI\\\Ï?ú\\o-9\î\É\ÝD\î\ÉÚ“\\Ÿú­\Ü\Ó\'?q\Ïôzrý6©qýqý¹þ\ZŸ¹þ¦\\÷X®ÿ›°mˆ ¿\Â\r°½À=g2\Î=×¸\Æ=/P\å^œó\ä^\ê\Ö\âš\åGFpƒ\Ë\n¹Á?¸`\Ý[\\ˆ\ä²xš\åc¹Ð¸8.² ‹ª\è\â¢\Ï¹˜¸»\\l\Ê_.ù\Þa.¥]À¥Q£¹ôó.\ãÇ¥S\Þp™Š¹l/.»ú —ý&€\Ë),\àr/	¸¼F-®ð^\0W8\Å\íQ\æŠÍ®q\Åyd®D;‘+­­\æJ_irC\Ö\Ü\Ð\Ô\Ü0†#7ò\Å$7rˆÄ½Bs\ã^\á^}¿™ý ˆ#\Ã\à\Æ(\'rc\ÑÇ¸q?\Îq÷s?\Æs“ô½¸\É 9nròsn\ÊnÊ¸=÷\Z>„{mµ›¦Ê½¡t…{“\ßÏ½\ÞÈ½ÕÌ½gÂ½\Ý\áf¸_\çfÚ¸·\r¹YVmÜ¬\â\Ó\Ü\ì	%n\Î\Ó!n\ÎP7OÎ’[°^\É-<\'\Ï-\ì[\å\Þgõs‹ðm\Üò˜4neF·Š÷ˆ[•)\Ã}‚ò\å>\r\å>1\ä>3Z\ã>s°\ä>W\Z\ã6œ!r[¹­1e\Ü\ÖB\î«\åG\Ü\×[r_r¸¯†¸¯?s\ß\Ô\Ís{Îºp{§¹ §\ÜÁ`y\î\à]gî°w¸\'Ÿ;bƒ\æ¾\×m\â¾w›\ã¾?“\Î}¿\î\Èý`\å\ÌýDL\à~úò‹ûù\Â\îø^+\îø!\îx\ÄE\î\Ä\îû7wjÝˆûõs7÷ý3÷[a#w¦{•;«‡\çþLgqþÛ¹qW\î|f9w\áZwac\'÷÷_\'\îÒ³=\Ü\ÕsÜ¿\ZO¸«y(\îÚ¡\îZ‡wý €»m\Ï\Ý(ú\Âý·½Ÿû/\ä/O\ÆxOf\ào\ÓWž|õAžB\íž\Ê+e\Þ6t\'o[vo[{2O\íO\ÓtŽ§\Å\æ\íð­\ã\éu>\à„lð]•y\Æ®<Sµ<ó€_¼]ž\Ïy\Ö\n÷y\Ö\0\Ï:t˜g³¼Ì³­\àð\ìªò\ì\êdyöû ¼}{y\ÍfxGd»yN†Š<W/\ïxM:\Ïc7’\çyy\Ïó[\Z\ÏsyŠ\ç…\ï\äyUøó¼:3x§^òN\ÓNð\Î\0\îñÎ A¼3\ïL¨\ï¬\ïžv”°1Ã»0\à]T\Z\å\Én\åwó‚ýöó‚Ã²x—\Ý&x—½{y—G¼y€\ãP ö%P\Ý\ÄbyÀû<E4\çOZñÀ\é#<ô+jÂƒþ\Ò\æ! *<\Äb¯\Û\Ì\Ã\ßH\åN\ëóU:<bt\ál1\Ë#W¨ñ(øc<\ÊôC\ÕJ›\ÇL•\á±\Ä4\ë\ãwÃ\'ˆŽ\æ	^˜ò„jŸxB\æ4OøÁ¥rx\âDž¤úO\êŽ\à…Œþ\á…|1ã…¾\Þ\àE¤\äE\Ü)\åEŒ£yQp>\ïJ_\ïª\Êe^¬g/®\ÏK\ÚL\å¥ZòRƒnó®/OónDý\â\Ýh~Ä»5µ…w;ú2/\Ý\ï/½\ë:/ƒ?\ÃËŠ¿\Î\Ë\Æ*ñ²¡¼;º“¼;Kxw­ò\î™\ã\Ý=±\Â\Ëkñ\ç\åû|\á\Ý;yƒw~”woþ¯ x…w\Æ+ò‘\ã=H<\Â+£\æU^ˆ\åU>¸\Â{\ì<Î«rùÂ«zŸ\Ê{z0Š÷ô\Ñ~^5§šW\Ýð“WÃˆ\äÕªñ\êŽDò\Z‰^\ã¸=\ï…b¯iÀ•×¬õ’×¢\Ïk±—\áµ$ð\Ú0y¼¶L\n¯\ì\Ã\ëò†ñ\Þ\0yoH¡¼ž\îh^o¹”\×_H\ã\r¼ž\ä\ry\Ã[y£1Wx˜\Çycý\í¼/\Zx_\æxß£Kx3Éy³Æ“¼›‚x?2è¼Ÿ ·¼Ÿù\Þ/\ÙÞ¯òo¼“2Þ¢\Âs\Þ\Ê\×\Þ_8†÷w\æ\ï\ïz&o½ Œ÷\ï’/\ï\ßTST\"S\Ç4_.Ä†/Ï®\å+xóe³ùŠ»ùŠOeøŠó`¾Ê·\Ëü-§lù[\"õø[\Ê\'ø[–óù[\çœù\Û\î~\ço{¿‡¿\Ð\ÈW\Ý\Èä«·*ò5¾…ð5=ýø;Ž;óuw\ÃøzŽ£|}\Ò6¾a‡o\ØSÀ7ò¿À7\Êfò\å;ø\Æjd¾q’o®‹¿\ë|\ß\"\ZÂ·T‡ñ-/\çó­\Ð7ù\ÖñF|O<\ß\ÖX™o[r“o§¯Ä·»²‡o7Š¿\×S“¿\Ï\à-ÿ€ýmþÁF<ÿ\Ð\ÞAþ¡\Ódþ!1”X\éÿðô-¾£\Ùi¾\ã+&ÿ\È\n\ï\ä¶\Îw\ê¹Á?ªù\Ô?ž\ï¼Å\ïÜ\Â?v\"Ž¬y\ß\Ó>‡\ïÙ¬\Ê?upŒ\Ê5ƒ\êúÿô\Å\Ýü3\å–|¿$?\0\×\Ë\Ù\Ç?\'¯\Ä?¿\'†>®‚>Á\Ü6\Ä¾\Ë¾õ‰y‹”\Ùûÿò\Õ#|@\çY>˜\åÎ‡~òaO\Îð\áZC|¸\Þ$“\á\Ç\Ç}=\Å\Çýú\ÈÇŸO\ä\ã36ó‰‰>©NOò)†·øTù“|Z<›O÷Œ\ç\Óñ|†‰3Ÿ³\ã0ŸóD\Ï3dó…½ù¢Á\ã|)\ê	_ºz†²-š’\Ë\ró\ÃÔ“øa«™üHð;~\ä\ÒþÕº\íü\èû™üX\çE~õ?q²”Ÿ´7•Ÿ,y\ÇO®¤ó“W²ø©\ÏTø©¯ø\×N,ò\Ó\0ütˆŸ™\È\Ïbyó³zuø9\Ôy~\ÎC8?w¦ƒŸ\Ä\Ï/3\â‚ù…\Ï>ðK¢wóKýFøe\Âür¼?ÿ!$Ÿÿ°a–ÿð\Ï2¿\Ò=_\å\Ì\á?\ãóŸj$ó«/\Ôòkrø\Ï\à_øµžü:›N~ý\Ô2ÿ¹ò1~Ã¼\Z¿ñ\Û~~\ã:\ß\"·\ÊoY7\á·iDðÛ‡øµü—·7ó_Ë¾\à¿û\É\ï\Ê\ì\ãw¾\Æ\ï\î\Ö\áw\à÷/\à+ùY\ÃüÁ—Lþ\Ð!sþpp0¤¼›ÿ¡\'€ÿa@žÿÙ\Ç\Û|€?á…\ß\äñ>ÊŸH\Ñ\àLò¿Ž»ó§—5ø3Sù?\Ænñ\ç\Îûò\ç\å\íø¿þóÿ¼z\Í_„¸ñ—µCù\Ë\ëoù+—ø+CBþ\ZB‡¿Fà¯½¬È•^È•AŠ4\ÒX@õ]°}3@ †i¨÷X\n43Ÿ´\ÔMZŽ.ðw\Þ\'þí‚„%Á\Î‚?@mBµÀ \Ò\\`\è)0¤¢†wFr‡F\äR±%[`ªüD`\Ê\Î˜«ŒÌ‡‡Ù‚Ý¡—V\Åo{”6\Ï¶}p>J`\å °{N\Øu\Ü\Ø_z+p\ÐO8ˆ·ö\ë~\ìws\ìŸYô·ú\è%8\Â\Ó¹Z/p\Ú2(p‚\ÂG:.ÀB\Û`«À½G\àNü-ð\ØIxž¾,ðüô^à­º,89¬(ð)÷øT=œi$\ÐYœF\\¸2\"¸Dy.\ÔO¯	—À¡\Èù©\0\ä(\0µý€™\à\È¸fU\0±=$€x 2R\ÔxA\0z	\à‡­3\âO…\0µ°,À\'%	ˆ:TñW€,£  ^NP_:\n÷\êŒ±sá³€U\î\"`¥8-ª\ÎH‘€gø[Àÿ¾W ðþ*@„G\Ò¢\ÐN(ó­@\ìm\"‹\Ût\ï”{U\Ú.ˆ²\ÓD…›®ªý\\=´K\ËÄŠ‘‚8òŠ \îN± ®FC¶Ið|BHX$fn’~ \ÉÏžR†•©ó‚\ë!‚\ë_\ä\×gy‚?/\nn»\Ó\é\Ò\é\Ñ[™‚NA\æZ­ «t‹ û|—\à\Î\Û$ANP ÷„ ÷kš\àn\ÚA^\ä1A>vŸ \àf› \àK³ `$(\Ä}Ü·\ÍÉ¿yf	ŠJ–¥‰·e\×\åõ²‚\në·‚\Ê\n¾\àQ°@ðøaœ \nLT\nª$»Õ³û\ÏN£»^\Z»\è‚\Æs‚\ÆOY‚&:\\Ðœp@\Ð<µG\Ð\Ö÷K\Ð.x.\è\Èú,\èx¦ \èdr¡]‚—\Û/\'/ý™‚W?A÷´Š \ÇrX\Ðkt^\Ð\ë\á \ècˆ\ïš5ýOWy~‚A‘`¯#^QŒX\å	FúG\ïs\ï>¸?|8/|–\íŒQ\Ëco&>‚É£‚\É\â-‚¯F…‚ogv\n¾õ\Ä\n¾s	‚\ïüß‚¥NÁL\0]0-\ÌTzf\É>‚ŸùbÁ¯¶@ÁBhŒ`á«`\é\Ò_Á’\Ð_°,”µ¸%”½\Ñ&”A„\nPo¡\â\èS\á\æ`ŠP\å\È}\áV›Y\áö\Í\Õ\Â\íµ4¡ª\\’P\Í\Ð[¨ö\Ë\\¨~\ØQ¨\ÙvX¨\Í\Ø)\Ô.j¯š	u´™Bž\'\Â	\Â\ïõ‚iBýFK\á\Î\×CB\ÃKyBc½\ÃB\ã\\¡	¢Hhº 4×©š×ž\î28*\ÜUo%´\0-}	B«¥váž§…Ö»o\n­SIB±«\Ð6¸Nh·¹]hwZWhw®F¸÷ŒH¸·(´O\Í:xB…\É\ë\Â}»t…ûS„ûûg„‡de„‡ÎŸ:^\Ü#t\Ä…N§\'„Nþ6B§2žÐ¹H,t¡y	]\ÝyB7W\áñsx\áÉž½BŸ˜³B¿¤\Ð?=_\è?†ú¯X\nV./\ì^œ^\ÚR\'¼fÝ…A.Â \Í\Â`¤º€®V´…À»BP\Îm!¸ñ§ò.P™BUnawBØ»GBø‰\ÝB¼Wˆ$¨\nQ\Î\êBT¢Pˆ¾\Ø/\Ä\Ä±\r_…Ø}B\\.Iˆ›z-\Ä\'V\n	‰_…$\Ý!‰i!$\Í\"…d§óB²\ÔLH~R¿O	Y‚.!++\\\ÈM¼&\ä)\nùªBa‚™P\ÄnŠ/‡C–f…¡=„aaøJ¬ð\n\ÂHxu°Q­!ŒÉ«\Æ\âv\Î\n“«†„\É/	S…©}×…ig\Z„\×7O¯;U	o˜b„7so\Û\ìf\ìf\å\é\n³\Ù:\Â3;a\ÎIyaNj¹0OFF˜O\Ó\æ\ß6\æÿ\ÞKšZ	ë«…÷\ç\Ä\Â\"\å.añ¡\Â\âò\Â\âúEa‰íŒ°¬-DX%jV©	kb±\Âgog…µ+a}m›°¾\×Vø|W°\Ñåœ°iò°å¹¡°ÃŠ\"\ìx$\ì…/K}…/_;ö_¿™v?\à{v\ê{½„½\ßò…o-	öI„ƒ.L\á XC8£$%:?:m~”\Þ~ü÷Fø©\ì–pl\ÄR8\ÞZ _\Ú-œr\Ù$œº\"üÚ‘(ü\æ\Ö*üû(üþüpöŒ“pvñ”ð‡ÉŠð‡w ð\Çi±pî ‘p\Þp\\ø+/ü}*üÝ­$ü£rQø‡µ,\\šHþM~#\\E\í®…¯×¿©	ÿ}=*\ÚÔ–\"R85.RøðP¤0ñN¤xð‹H1%V¤X1\'R:)RÂ¶Š”Ê“DJß¶Š”~m©Œm5\0‰¶;‹¶ßžmO©ú5‹T\Ë>Štˆ_E:¼\"|¢hÇŽ¢«‘¾s¡È€\Ë¬=Zë‰Œ{~ˆL;ŠÌ¯Í‰v\r\Z‰,ŽÇ‰,-\"‹\ÌN‘Å\"+;]‘UHdµ²[d\r‰l|­D6,‘mXd»,\Ú;¼Kdo4.²¾YdÿöhC¿\è@e¨\è\à¸\èP\ìª\è\Ð\ã}¢ÃŠË¢Ã¨‹¢\Ãñ¢£\ìi\ÑÑ¡\0‘sõ?\Ñ1Éˆ\ÈUy§\È5&R\ä\æ\è&r‡¾¹\çÕŠ<’@\"\Ïs¢“\ÞÕ¢“cY\"\êf‘\Ï?„\è”o˜\èôþ>\Ñu¬\èl\ï_‘¦H\ä\ßùMtN½JtÁ|Ct©ò®\è\Ò\ÂCQ°,J\\š-\n~\Å]\îQ]þ¬.ÈŠE@ùr°f›d¼GŠk\ZšD`/Œ\ê».‚*Áš/‹\àº]\"\Ä9R.S„Ì¿*BGD‹T\î\íá”«ˆˆŠ\ëªD”\Ø&%=CD\ë.\Ñ\æˆØ›\\E\ì6W%E\ÄñFDü”\Û\"¡Š•H\ÄC‹\ÄÎ\"‰\ß‘d\ÖUeX%ºz5PSzK\ê)Jðú J²°%WˆR.NˆR³/‹R»Ei©OEi?zE73o‹nV-‹n>Ý¶6¥me´ÀEwŽÊˆ\î”l\å4Š\î¤‰\nŠ\ï‰\î_\Î\Ý/\r¹TŠŠ;ÿˆJ–\è¢R\ÜWQù•K¢ò;‹¢‡«f¢\nž·¨\â\ævQE^T1þ@Tñó¨\è±ò\Ñ\ã¬eÑ“\×EO.\Ý=\Ý|Zô´!ª\æ D\Ï^Dõu1¢\ç2¢÷?¢¦$yQÓ¢³¨E­OÔ¢_&j]:\"\êP<&\ê¸,\ê½\äŠ^‰^PE¯~w‰^\ËrD¯\nD=ƒE}‡wŠ\Þ)Èˆ†>\Þœ6„%ˆFb¢÷$S\Ñ\Ç\Ãò¢ç¾‹>>\Í}!¾\ëõŠ\ÆÍ¡¢ñ¸hüÝ’h\â\Ò1\Ñ%šš}“\×}³i}+< šNˆ¾«qE³†)¢Ù¿í¢Ÿ\â4\Ñ\ÏW¢Ÿk¢_*\n¢_GzD&\äDË¶OD+÷¡¢•…*\Ñ\ß\Ãk¢¿G>Šþ†­‹þ\Þ\ç‰V¢Õ…v\ÑZÜœhmH Zû6&Zg¾­¾&\Þ\ä.Þ´lü¿P±\\ðm±\\s§X\î}¶X¾¨L¬ P¬Dˆ•\âw‰·’‰·ßƒŠ\ÕIbM/±fYƒX+²X¬u,\Ö.4ë¨¿\ë–\Ó\Åz’bý¸\Ø(¸Zlª©.6M‰M¯cÅ¦E†b3{%ñ®!b‹\ÒN±Å‹U±\å·Uñn%w±\Õ+¡xOA†Ø¦PFl33(¶Mñ\Û\Þt\ïU-\ïÅµˆ÷\nR\Åö~–bû\Â±ƒ\ê˜xÿ\ïK\âƒuw\Ä\ßÍ‹ü?•y–+v\n\Ú#vúõS|ô`Žø\èE±3$J\ì’ôY\ìšf*v­[»Ö§‰Oì–ˆ=vË‹=¾‰\Ä^nb¯\ï\Û\ÅÞ°b\ï»hñI\ÒW±\ïö\ß\âS‘Dñ©fSñ\é©>ñ™]»\Åþ®ˆý	½\âsš\æ\â‹\ì^ñÅ¡q\à\Ôq\á³8(\í°8øG8{UDŽ‰ÁÆ…b°¯¦ü‡/†T\ÄP\\†\Z?+†t\Ã:¾‹asnb\ÔfŽEº%F+÷‰\ÑGÄ˜i¡\ë¼\"\Æ\rÄ‰	A¿\Å\ÌM1¡(&++‹\É\Ýþb\Ê\íy1õ\Äq1Í²]L\Ë}+¦k.‹™~›\Ä\ì@k1û÷W1\çð€˜sO]\Ì\ëjó>6ˆ…Û¾Š…¼X\Ø.¶¿»¿ˆÅ½\Íb‰-q-‡^\ê‡æ•‹Ã¶ñÅ‘{µ\ÄQ•\×\ÅW\È\ÄW»—\Åq‡_‰\ã\Z\Ê\Å	MHqR„¥8\Å\ÒSœ\ÚY\'¾¦§ø¿ò‚5\ÅiÿŽ‹¯\r\ß>ß²§\Ë[Š\Óz‹3ÿ·\Ò+\Î6sg\Ûú‰³{~‹sFNŠsþ\åŠsµt\Åy²qQº¢¸\Øz^\\|\Ü[\\\\9(.‘&ŠK¢Ï‰+ßŠ> ®b\Ñ\Ä5\ä/\âgÔ›\â:q}\Í7qý¿5ñó\áBqƒ§¸\ÉeUÜ´b/nñŠ·\Ò \â¶c\ÄmL°¸\íÁq‡s£¸#PGÜ‘ ¿„üwÿ_s½—~‰{[\Ä}Î¦â·¼{\â·W¿‹ß–ð\Å\ï¶¿CMˆû¿ˆûg\ÄC‰}\â¡\ÔLñð\Ñ\'\â\Ñ\"¬øƒ\â!ñª¹ø\ã\nDüÙ’+þ\â:,ž\èþ)ž\\pO…ž›¾(ž>µ$ž¾rVüý«—xflV<{&K<›¨*þ]\"þ­&žk}!žkgˆ\ç]ƒÄ¿\Ò6‹J\Å+ñ\ïúŸ\â?˜qñ’i©x9\'PüW§\\¼ö+^\ÏSo\\&ˆÿ­8I6ŸIä¯œ(\é\ì“(Q†$*V\é•/9’­›¸’­öG$[C\ä%\Û~Ü“lŸú \Ñ\Ø-Ñ¾rI¢ý8W¢\ÝwO¢cóU¢s\"Ñ™É”\ì°\Ú)\Ñ\åJôP};¡D%1ôxý¿a‰Q5Obôf‡\Äh\ÄSb4.1–Ñ’c{%\ÆBˆ\Ää…\Äd\È[b®úGb8,\Ù5}Vba\Ü.\Ùm‰“Xµ\í–\Øh\Ã%6ˆ‰Í»\í[3‰\í\â‰\ÞM\É^u/\É\Þ\ÆU‰½Rbº\\²_÷ \ä\0¤KrdjF\âl}F\â¢Z$qóH–¸“¸_	‘x\Z`$ž\Þ\ß%ž>‰\ç\Ù,‰\çu˜\Ä\ëT·\Äë‘\äT\Úu‰\ßü1‰ÿ19‰ÿ\×DIÀ)‚\äü^\Éù\Ô×’\ÞÝ’\Ó?%¬${\ÞK‚\\\ÞH‚.«H\0Æ‰ÐŽ?ó ‘+\'A)ü•`2_J°þ|	Ž—n%dð\'	e.¡\ï\Û.¡7p%ôn˜„ùX\ÆÖ¿]vŒ¶„+a¯>–p\ìH¸rQ^¼¬„\á›D\0\0IšD y-Ô„ID7$\âðU‰\ä\äœ$dO®\î+‰èž•\\i\r“Dm•\Ä\é<•\ÄDH\â¤G%qubI¢º±$yGª$u~«\äÚ‹³’\ë\â_’$7»F%\é“I\Æ\ËnI¶$SrgAM’K\ä.“ì™”89H\n¾K\n\æI\nš%…§’ûF$÷\Ú%”l$Å²I±÷gIY+ER¾Ž“<¤£%76Iª\ÖI\ê\'$õ{\Ò$õy’†«0Ic\ÂIcý¢\ä\Å\Î%É‹â³’¦3O%M\çð’¦ZwIÓœ¼¤Y÷²¤%#i•½+iS5´9B%\í~\'$/\îK^}“t\'VH\Þlz#\é)¾\"\é)é—¼¼û´(pcH¨\'%ƒ¾	’!%¡d84F2‡”¼¿h!ù\àT$ùügT2&|!Ž|¡|”|)˜“|5”Œ»|”Œ‹«$“v.’o*’\ï~h\Éw‘ždFÿ¨d¦\é³d\æm—dV\éd\Öý˜\ä‡Án\É\ËxÉ³Ã’Ÿx’ù\ë’_;e$¿z’?ýY’\Åb¨d	8/YJ\áI–%‡$\Ë\îHÖ”~IÖŽVKÖ®¤JÖ¾€$kS.’ž%ÿ€cR™i\ÒM¢\ãRYA Tö³†T\Ñ÷¼Tñ¥TIó¶t³u¶T…c-UiL‘n\ß\ã&U\ßÇ”ªÿº\"\Õð\âJ5ò¬¥Z·¤\Úo¥:¼T÷{ŒT/IWª/{Nª¯Qªú…TÿÃ¢t§›±\Ô$2SºkÇ€\Ôr\ï©\å•y\én9©\ÕU®t\Ïþ$©õ.€Ô¦p\\j—= u˜aJ÷¹·K÷\ç\ÌI|Ž‘\ÔÌ’r•:¡b¤G¹£\Òc®S\Òc\Ù\rR‡n©›Û€ôx‹‘ô\Äé‰•\íR\Ï\ÒF©Wû{©·\\½ôdVž\Ôw£RzÊ JzŠ¿Gzú°«ôL\àM\é¹í·¥\çü®IÏ—\â¥\ç¿ûK/{K/Ù–J/5\ï•\ÍJ»‚¤\0{)\ÈcJ\nB5KA\Ò3RXÆ n~VŠ\ä	¤\È÷O¥¨f\Ð/E?	”b\åRl¼¯û\ÄHJPt•\Ï–’”ˆR’Šƒ”luPJþQ*%ÿ©“Rjj¤L)s\ÔC\ÊÒ¬“²,Ã¤\\°‚”ûø÷Í…÷\0<”\É*QFI¢’\"Y™©ˆDf!Qô\Ý{\ï½GeSv	%£ˆ†\n!‰ŒH‘øÿ\Îÿ\Å\ç</\î9÷\Ü{Ÿ\ç\Üñ\æ²s\Û9{³\09_U\0·ýØ€;=–€\\\Ø{@n\ã}@\î\äK@žY4 /np÷\0X¿\0(¾\0r³À\É\0¸\î8\0¶ó\0\Ù\Ð@¾ó ¦1\0L¥\0k˜À\ïñ©\0\âŸ\Û\0\Ò\é>\0\é~5€R1 \\\00Ú\Øq‘\0n¼€û¥À$0\0Bd@b\ä\n\\\ß\à\Î\0¤_\Z\0ò®\"À½ˆ4À=ô5@\á–\"@\á\ÝÇ€\"ŒPô¨\nP\ì,”¼\×”n¿(\Ý\ã\r(½\Ð(\ã\ï”3\r\0JV½Š€JMg@\åT7 ªò: v½:\àñ>(\à\Éb0\àic	 !¬\ÐL\á^¤F:N‹‘ÿ\Å\'|@g¢\Z §\0\è2E\0\Þ;x{u\'\à-Fð\î\Ô$ \Ço\àƒa\à£\ÉNÀGš\àS\ï3@o\Ø< Ÿv\Ð_­\n¨»hkŽ\Ä\0†PHÀ°\ì:`¸\Ã0<‘øR7q:©{Ó•\0¾^ù	˜\ØL\ÞñL2\'Sû/¦×»¦¹\0scJÿ\Ùø¹\í\à\çò\à·J?\à÷§+€\å\ï§\0·]\0¬V\0V/ø\×ý¼T¸T\"ûüw\"i7_n8x¸\á¤¸\ÕÜ¤^T1÷n>\é\Ü\\3T\ÕúTMüT³¿\Ü\Â\Èª_¤\0\Õóf€[cÿ\Å·v}jujm—·w8\ï\îp9ÔƒÓz/€;Ÿ\0\Zvvƒ€FK%@\ã¿YÀ½þ±Àý\çý\Çc€ñÀ/@Àƒ\Ð\íÀC OÀ\Ãn\ê@«w½À#õ§\ÖNm@C{\à±.\ÐÎ¨xü¨Ð‘\Ü<ct\Ö\Æ\0Y‰ÀS¸õ@w\Ðc G\æc\à™ðcÀ3Ÿo½¶…ý\ê]g·\Æ\Ï\ê¶ý5—€þI§ÁúŠÀÐ¹MÀó\ëÛç±¯€·\Z/6^l\Ü¼ØŸ»\é[ý‡\Ã+Š\áN/‘À\È/`”S:0\ê\ço`´\Û0º¥c Œñ,\Æd¯nf¯†Ÿ^¥k¯>˜^}\çŒ\Æ\áÜ€	\Ñ0`\"\î>ðºcðúI\àõ‚?À\ä)0eL[\ïL‹\Ú	L\ß\Õ\Ì(ÿ\Ì–\03Ÿ\ì\Þ\Ä[o\n;€Ù¯\Þs^›oW2€y÷³€wl€\0P(°l\0z\Ö\0A\Çs \èX ˆ§ºÁCO\à\ÅE \Ìþ\ÆrÂ­lð²k@xˆx\È\"A\r@Tˆ^Mâ­½D-K ñ0H¼®\r$b¬\Äg…@*h:¶ÈŠk²À@\à%ž\änœrmš\\/)÷\äù&€‚\Ãö@Á‡—@ñ:)P|’\×\ä%Àn t\Ï& L«(;:¼oh\n|p­\nXü\æ+°d—3°¤ó?K§¥5\ÆÀG·\ì–‰ÀjÏ£ÀZõ»ÀÚ“D\àco!ð\é¦E\à\Ó}FÀ§\â\ÏÀ§ÍO¿\çk{€\ÏÂ¹À\ç\ÏpÀf\Ü\àg\'`+\Êør\Çu\àK<ð\å“H`\'\ä%°s\å9ðõý`Wù\Z°kp°û{<°{\Éøf\ã°g\ÓI\àG\Ç\à\ç 9\à\0)øE¿\Zø%ñ9ð\Ëpd›\'p\äöu\à\Ø\ÖR\àö7p¬ò-ðk\ág\àø†T\àø\Öp\à·\Ôy\à788¡\ÉN|\Ê~\ßhœ¬\Ûœ:N=oþXZN\ïƒgþ¨n^þœ{œ?#\Î|€ó÷¢€úë¿zÜ€‹\ÍÀ?!*À•-	À³»À5K{\àÚ¿\Û …\áX\Òý2\Ð_hC\ïeòIC2\Ô´\ÉD´\É¤’9\Ú\Üv¤Š\Ü\0R3ºR\Ë©Uw€\Ôy\ê õšxzûI\ÐV\Þ†>¤9\Òx\nÒŒ\íiõR@\ÚÿA:>n¢¤\Û\ã	Ú¡ÿ¤o\Òû\n\Úu`dXºd\Ô\ÏÃ˜ \ã\ÆX\ÉúDÉ©\ß )\È\ä_$ho‹>\ÈôüwÐ¾<Y\åI\Ðþ·Py\á:EtÐ›\r²4YiYmý²z´dµ\Ð:šö\ntô\æg:\È\ÎGdÿ=t¼K\ä 4¹¢€Ü ¡ ·_gA§µA—·<¯öƒ¼x /ÿ\nW°\ÈûI5\È\çh\Èwý(\×\n\Þ>u\0§€‚\Ü|AAµ\Z \à¸÷ \Ð7pP\èr$\è|³\èü\äÐ…g\ëAa»®€\Â\Ð@á›‹A\á¥ P\Ä)(\Ê\rº\â\êŠVPEÿŠ¹šºjº\Ú\ÕŠ–þþ\0%ªÔ€7\ËAI\ÖW@)0PÊµû \Ü%PŠ`”ò\n\0J=z\rtcö,(ý“3(£\å1(£/\Z”É‰\Ý|\å8o\å\\ò\ÝYô\å™-‚\0\×Y Às+\Ðj\è¡>½‚ðgA°\Ç@°¼¦„¬5aŽaò@Ø‚^nü/ˆr@Dµ\Ü¢–ú‚h]A\Ìa\0ˆ]\â0I þsŸ\ÆñCABµa(#$úö$6P\0\É6s@r¢”\ßS\r*(oV:‚\nAÅ§·‚Jé‘ 2D¨¼ª\Zôð¢5\èaòK\Ð#`?¨ú\ÄOPm\Ø)P-OÔˆ\Ü\rz¶¯ô\ì|¨\àz¡\nz!¯½([j_+uün½·2õD\á@\ÏYz¸ ¾öP¿\à\èsnh\à4—ú²ÿ<hd/\n4º\Z-þúj{ô\rõ4ñð0h¢þ(h¢54ù\Â4\ålú±}4}\ïhÆ¥4{:\04\'ºú=\Óú\Ã\ÎýµŸ¯\Ë1¯#ž¯üVM	V}º¼\Åô X3\È¬™´¬­T\r\Öñð\ë$\ÈÁ:·ÁÛŒ[Á\Û[‚·}[\0o/\n\0\ë À>`ƒþ°\×l|´l¸¼û\Z\Z¼û¶¼û\îðž+OÀ{füÁ&\nA\àý¿\Ä`‹“‹`‹q{ð+\Ñ\à\Ã\Þ÷ÀVw\ìÁ\Ö/ð`[\Ãn°mþØ¶\ç\Ø.¦||\Ã=ðqÀð‰gB°Ã•B°C\ì81\0>iH;m€O	a`\×\Ü`7\Ü[°{\ì2\Ø\Ãñ;\Ø\ã¹2øÌ­`¯¼X°\×\Ø\çR\Ø\×5\ìK*û> ‚Ïºý\ïÌ‚ý\'ýÀAY­\à \Ê^p\Ðh\n8\ä}	84o\æ—/UGz\0Á—\ÝÏ‚£ü€cN×€cðŽ\àXo*8ŽœŽ\ßF\'Zÿ\0\'¹~_kf“—>ƒSÀi§d\à4ºøQ¾ñCœ~\ë\n8£J|óú8ûø?ð\í”m\à\\\ä,8·¹|w~+.VBÀ 08\é^CgÀ\Ð|º\n†®€QGö‚Q\Ö3`\Ô}F\×;ƒ±s¯Àø©0\áZ,˜\ä’&[º\Éýù`Šg\Z˜\Âü¦\ê2À´²«`ú\Ù=`:¨\Z\ÌØª\æ˜\Þ\0sÌ­À\Ü\í`þžÿ°¸`AX\êi\0–-%ƒ\åjn\à{­ÿÀ÷Ÿ®\ç[<nH:l\ÑÁe©\Ñ\à²[À\å*\ã\à‡y\àG_<ÀŠTp…h\0\\|\\\åHWÇ¶‚«§!\à\Ç8øi$üT¾\0n²xn: \0?Ù›­€›¡`p3³\0\ÜúT\Üú\rn\Ëk\0¿”\ß¿RQ\0w<Œw\Ì@ÁZ»À:A\à\×IÁo5\î€?x‰Á\à[Á\á\àOÊ‘\à>x\n¸O\îWX÷«½\\º¸¹<\Øz³ü\åüxd3<¢-`mÁ£›\æÁ£\È.ð\Økx\\Cžˆ_Or.ƒ\'_÷ƒlO÷zƒg\çÀ³ƒÁ³\á¹\àY\Ñ9ð\Ïx\íž¯:þ¥öü‹\Ûþ•/\Æi€ß€€—×šÁ‰Ÿ!\ëÞBL$E…yˆ\"»¢XÅƒ¬?\Ù\Ù0i	Q¶üÙœ‰‚l®\ÜQcMC¶ƒ¨›}„¨\'/A\Ô\Å`\È\Öw‹õ\Í;úM±2D»õ;DÇ±¢Ë¼\Ñ[?\Ñ3¨…\è<\ÑwÉ„\è\Ç÷C\Òu †»V {¶®ƒ\ì\é†ALœ\Ü {¿CL\ï-Böm?	1GC,^¾‚ú±\Ü\0XöGAÏ¸C¬6‡=9Z=±nQ\Ø$)AlC- ¶‚ˆ}\ê\äx\ÚÈ‰Gg!\Î÷j!n{÷\Ð\Zˆ{=\Ä#|\0â«œ±C\Ît‡A\ÎLtB¼lý ^¨\ï’\"ˆFña©@|3Œ!þ•HÀ›\\H\à^2$\å	\Ê)†\\2Žƒ\\JC.ýˆ‡DôI!‘_k —\Í?C®„´@¢;-!qkF„¨0HÂ•„kº¤%9\äZözÈµŠy\Èuƒq\ÈuHZ\Õ6È !\ä\ß\n’	¥C2r 7\ã!Y\Õ Y3¾ìŠ­\ÜqHNk8\äv«\äv?rg;\n’«ý’\ë\á\É-y\ÉÛ¦\ÉC¿‡\0N@€£µ	ˆ…@\È`Ú²ÿlA;¿†`e\ì\ïsü\Þ!xôCˆ#ñ\ç(„Tl!7@¨\nKªA,„úL¡y\åAh‘§ t\Å!\ãøOƒr\Âj~	a\ßA\Ø	›\á\È\ÎA8£ ¼*DÀ^„ˆ´f \"§\Zˆ42\"ýû\"3¼	‘¿¿¹y°‚\ä\Ç# ù=\Ç!ED1¤\Ø\ã¤dRš¶Rfyò\ÈXy\Ä6‚\Ôl€Ô¼þ©µ÷„\Ô\Ò#!µ\r>\Ú	\n¤®\Íò¸½ò\Äi¼x\nÒ”V	yŽR€¼°I‡´\èXAZW!­\Ïÿ@Z;\ï@^\í\'A^‰{ ]\ÒHW/ò¾ò.\éan„|jS€|ú—	\éÕ£@z}4 ½OAúŒ!>Ÿ\\H_\Ò÷°\Òÿ¹2\ÐU	\Úù2Ô‘Noƒ|9/†L\n=!“ß“ ?´: ?B.@f~\êCæš s«\"\ÈO\ßMŸ³My[m\Èü\ê\"\ä¹ò;y/\äwýmÈŸá“¥œ\åõé¿‰q¿?r ÿ¢\ã!«>d\Í\ï\nTq\Ý/\èúJu\èF\ÙT…PU[‡ª­O€ª\áy\Ð-™¡\êG@\Õkc š‰»¡\Ú\Z\ÙPm-$T»›\Õ£A·\íQ€n÷ª\ëñº\ã—1T_\å\"t§itç›«\Ð]°H¨Ab	\Ô5\Ù59„špwB÷†ºAM< ¦\Øè¾£ý\Ðý\Ö¨…\Å9¨-jÑ„8~zð\Ì=\è!\×\è!¿\è¡ô°=jEp‚Z\Ñs GlÐ£»ÁP\ë‡-P\ëo‹P\ë\ßP³dè±ŸiP;‹7P;\Ú \Ô~½7\Ôa—\Ô!,	\ê\Ò	u½:Uü†:o>uÖºu=¼\nuvºÆ»C]‹í §\Í\ÏAOúu\Ûauÿ¨õ\èð†zn|õT#BÏ°”¡Þ±\'¡¾\ãP¿´CP?.\êW‚ú;›@dnÐ½%\Ðs\Ú=\Ðs¦ \ç¯CÃ´·@\ÃA/]J„^þ¯¿(\Âôª\çwh\ç-4!šMò¹Mú~z]óôz4š¢?Mõ.‚¦~r¦¶Coøj@3R´ ™\è[Ð›\'b Y[j¡·.ÿ…\Þ\Êþ\Íy¿½½;8¹iAA\ÐýPp\nIj†\Âö¸Aaÿ­\Â\ÎŠl‚b\Ý ø+PB\å(\Ù¥\ì¿¥\âZ¡Ô·:P\ê´.”32\\‚²¶œ…²t‹¡¬?@(§Ž\åŒß€r÷ƒ <\ã\ÝPI*Ô«ƒ\nr¨\èüO¨x*\r*Q*‡JnhA¥oiP9¦zòšÿð.´È´Z\Z\â-}m\r}¸±úùZ\áµ­\ÒC«2hU´Z+	Z£­=±­\å` u\Æþ\ÐÇˆF\è\ã5ôÉ–\×\Ð\'\Õó\Ð\'Ÿ„\ÐúŽ&\è\Ós\ÐFm´\ÑB\0m\\†>ƒv@Ÿ¯\Ù@[´|þ\ÛZò -\á\Ê\ÐVy\r´µ4\Ú:½Úº²\Úö4\Ú\Ö\rmÿ=}9\å}µ}ô•X\í8\ß\r}gÇ‡ö\Ä_‚öd\í€~ò…~jÿ\ní½ªˆ{\r<²:¤¡bÜ‚cœ \Ãow@G #\Ôq\èˆ\Ü:\Zh\r6‚Ž.ˆ¡ce\èX	ú5\ì1tb:y\r–XBgbÿB\çžüƒ\Î\rúB‡zB÷\çC¯e@—f=¡+\ì\èZ]t­c¦\àµ¦t¦¦\ä¥[¯[¯w¶¡òlcžl#s¶i\ï\'˜J\Æ^\Ø\æ¶C°\Í+\Ñ0\Õ\Í\Ù0µm/`jÏ˜0µ\æqØ–d0lK)¶\åñL=U¦Nø	Ó¹“\ÓU˜‚\í?†\í(ý\Û1>3°+‡”‰a{¶mƒ\í!a&Ž\n0\ÓÛª°}s\Þ0ó\×a\æG)0ó¤6˜ù5\Ö\êa\æ™°ƒ\ì`\ï,\ì\Ð,vh%vX³bÜ‡Y\'ž€s0„\Ù\Éôaö7ra\'Ž\ÖÁ\×;ÀS’aN\Þoa§.`®û^\Â\Î$À\Î|€yÿ€ùÁ^À\ÓaA™s° \Âß°`x=\ì§Z5;·vA¡\Þ4‹\Â\"k\'aÑ‚û°˜M—`16°« X¬ž,Ž¬‹+³…\ÅUƒ`q³XXü\íyXüüCXü²–(#À’´W`I§$°¤n ,\Õ –\Þ\ËðYƒe\Ô\Ãa7eÊ°¬æ°¬\n°¬4,;B–³§–û­\r YÁ gÿ\Âà¿œ`G-‚G†!¦\Òa¨\Ï.0\Ô÷<ú…g\ë\Ãe*\Ãù\ça„\ïa0\Â?%	óFVq†‘“nÀ\È9\ëa\äú9%­F\Û\êclûc\ÖÁ\Ü\Z£WÆ¤j\ÂX\çô`\ì\Ä{0öws×¸\r\ÆÅ»Áx\Ë0¾FŒ¯c” `‚\Þs0Ár/L¨u&šòƒIF00iuL¶\îLæ‹†É¿¿„\ÝS^†\Ý\×K„\å¿†\å;}‚Ø‡\Ã\nŸ„À\Ê\æFa­\íaðŠ°\n7eXÕ§°\Z\ã.X]ú\ì1«ð\0\Ö±\r\Ö‹5\åNÂš R\Ø3»n\Øss¬\Ù~¬ù6\Ö<À‚½T\Û	{io{y/\Ö1ôÖ½û \ì\r{7\ì½#ö>\Ù\ÖS…}¨~û\è\Ù\nû¤\ë³,‡}Þ¾ûœs6|\çlTý\'l\ì_8l|\ËO\Ø\Äl2·6•7\0û!‚Â¦wö\Ãf\\½`3\Ðj\Ø\ì‚lN\Ùös°\r¶`„ýzq\Z¶xV\rö\Û0öû\Ýi\Ø\ß;•°•OØ¿ð\ØZyl­¡¾\ÎX¾\Îw®”_?·W\Þl\ßD\Ý\ßr\á\\s\n\×\\›k9	\×5+ƒ\ë†[\ÃwœŠ\ëûÞ…\ï¼ü\nn\à’74Á6$Á<\á»\ìà»ƒl\á{Á÷Ž\\†›*\äÀ÷\Ål‚\ïk„›=?7\ë¿\r7\ÇS\á\ÞX\Â\ÌÀr\Ó\á‡\í\ßÀ\Ç_„\îÌ‚~\í·²=·š\Ø?²ñ\ÜZ¬·±º?V\è·k·\àö\áö³pG|¸\Óö¸S\×9¸{\èÜ½·\îv\î\â÷¦nû\ì„Á}ŽƒûdNÀÏ¾«‚Œ\à:w\áA™ð/<ôˆüB1~‘•¿X2\0¿\Øþvþ\r<,\Ú	¾\á<\ê@&üÊ‚üj\å	x\Âaøµ£w\à\Éz?\à)\Ë%ð4<\Íož\ÞË…g¾\Û¿‰u‡gù^…\ßò¾\0\ÏfK\à\Ù÷¢\à·sZ\à¹wx\î½+ð<\àcø\Ý\ÑT8€¸¦\çÀÁ›/\ÃÁ¿OÁa!¿\àˆ\Ý 8òcù¹ŽŽ”\Ã\Ñû\à»$8v÷—¿\ÇGßƒ\ã±pü»8ñ»N:…‡“xFp\Ò\0N±j€3úM\à¼02\\&†\çðp\á¯¸9\0—Ø…\Â\å\×\Ã\å,c¸\\\Ôðkž¯\ÏgÁll\á\Z\à\Å9ð\âÅ‹ðv:¼\äW¼œû^y\å¼Zt^\ã¾þ8÷!¼^\Ñþô\ÞDX‚7\ßø19\no9†·\Ü\Â\Û\Z’\à\íf¯\á/W‡\á]\åŸ\á\ÝOÀ\ß8¡\áoÊŠ\ào¾ú\Â\ß\Þ \Ãß‰*\á\ïšó\à=›\à÷§Á?\Ê,\á½u.ð¾<|¨\é(|Ø‘ÁG~^~ì„½\Úÿúù>|ü÷\Züû\ávø\ä>*|ò\ÄIøT±\'|Z÷|f8>³z>{p>Zÿ\Ô\Þÿ¹\Í¾\Ðÿþ\Ëö ü÷\ÕpøŸÿ\êjyŽXwt¡£ƒP\ÔPG(:ÿF(û\ë/\è!\Ö\ßqBl¸hƒ\ØKA¨¢n\"\Ô0\ë\ê’\ê\Zl\'„&\Ï¡ù1¡£ŠBl{Ðƒ\Øl\Ø\Þ|¡‹©@\è™L!ôÂ¢z\á—úŠ½ˆ›¿!v¹|B\ì’ú!v5\Ô#œ¥ƒªX„¡õn„q¯=\ÂxB±\'ª\0±‡…0¹‰C\ì­|Š0µ³A˜½º…Ø½0_~ˆ°p!È¶ ,mHˆ\ÃjIˆ\ÃZQˆ#O Ž\Õ#Ž6W#¬DXƒ\Í\ÖDmÄ‰ó¯‘\ï\Ø\r\Ç\ç›\'K„\'Ÿi„óñ)„\ë)g„kN\n\ât;\áy\Õq\ÆŠ8Bx\éó¾„oñv„\ïo\â¬\ë#„ÿ¶mˆ€•*D\àa.\"ð\èID\ÕuDP\ÑDpX\"D#q.¾ª\Ã@„\æB„N\é .ToE\\¼\ÌD\\”Ba^\îˆ0Œ\0V¾¾‰Ž?¨„¸ôŠˆóBÄœˆC\Ä\ÄX#®žC\Ä\îIE\ÄE\ä \âòñ\ç‰f¦ˆD\ï.D\â\ØiDe\nqÝ§\Z‘¼g‘²%‘–ŸH\ç#\Ò\áˆ\×qDF‘q\î\n\"³L\rq\Óø=\â&\Ã‘\å¿\r‘u7q\Ë\è<\"\ç‘\ëÁF\äY_B\ä\á\Íy#Eˆ»wS\Zw¹)`|x\Ë­G€f#À\×UP\å«øn6q*:t?E\Z¬Dù_E8† ò\áš\Â~m\×]ðÁ<\\†`2¯#X§\Ü¬È¿N\ç?ƒn9ƒQ\â7¦©š\ZBšHFHK¿!\äž*ˆ{\Â÷K:\äº\Ò…þIˆBˆ¢ðg.¢\èñD\Ñ\ZQm„(~=(h#J~†!J!pDYœ&¢<¡\0Q^„xXp\nQyªñ˜¨ˆx\\vñø‡ñ\ä…ñdrñTy\Ñx \r\ÑXõ\Ñ\ØHG4~‹E4\å#š~; že Ïˆ™ˆf¬¢\Õ|/¢\íx¢\ïŠ\è0m@tl@tß©Et\ã%ˆ·gôoI:ˆ·«\Û=û\ï!zJ\Ã=‹0\ÄÄ‡\ÈýˆO\äˆ¾{0\Äg\ß/ˆµe\ÄP1ŒYB¿@Œ(\à£+)ˆ¯‰«ˆq³Ä¸\Í/\Äxñ\Ý˜šÚø1¯ƒ˜=\ÏE\Ì>­A\Ì]ôG\ÌGu#\æ\ë>!~M»#~;‡\"–\Ô\r¿Bÿ\ìÿ\Â%ˆ\Õ¿k_k—¦\ë›A\ÈõÿôNœC*¯KAn<©\ÚÕ†T\ÓEªM ·@\Ï\"\ÕUš‘ê«¡È­ŠÇÚ‘ÿ\é{†\Ô1ÜŒ\ÔD\î\Ú‹4LX‡4Œ!k#÷,@&t,Ò¤E†Ü»•€4\Õ>Ž4o=Œ<”=Š<¢!D\ìD\Õ\ÐAZ«K6MµH»‡sHûÇ­\È\ã-¤ƒ\Ð\0\é\Ô\é¼%éª‘‚<­\ì…ô\ÜX‚<ó\'\é\åB@zù˜!½þ.#½\Ûb¾ûl‘¾l¤\ïRò¬2°ñ2 €˜€!C£42Èª\äùµZüy~\Â\ny1\îòbV12\ì\ãF\ä¥+\á\ÈK·\È…d\Ä\ìcd~\Åg!¯_ ¯,9 czqs,d\Â\Ã\È\Ä\âTd\Òyò\Ú\Û]\È\ë 3\Èdôd\Êt62ug,25‹L»9ŽL+ù€¼!ý„¼\ÑGf¾\Ã#o\Z«\"³Ž¯Gf5^E\ÞN2A\Þ\ÙC\æ\ÞvGæ­—\"Y×@F†tDÂ˜û0\Éc$\Ü3‰Ø¹ŠDv ƒ‡‘H»)$2\Ë‰f\\C\â\ÜÕø¢5$\át’\Ðßƒ$•r‘\ä[‘”½Û‘\Ôk\íHÚž$-\î2’žc†dÔŒ#\Ù9¯œo-H^\æ’\'\rFò•l‘‚cP¤\àf=R0y)\ä>AŠ¿!Ep4R„»€—ú\Ï¤ø\Ù\"R\Ü+FJ_B\Ê©!eI±H/)ÿd‡¼’…|p|ù€xY°\ï ²\àT²\03„,h@!Vi\È\Â\ÈxdQ”YµY\ÌhE–hú \ËvN \Ë\"úrô‘•Y‘UI—‘U¿#«\Ù\È\êø\Û\Èj`²ºY\çb‹¬c\Æ#\ã\Þ#\ëÐ\rcRd\ÓU&òY\ä-\ä³\ØN\äóŸ\Ï]Æ\ÏA†È–\Ó\rÈ¶›3\Èvc)²}\îò%\Ôù\n’\ì8òùZgò5¥\Ù\Åyˆ\ìz†Ev+Bo«o\Û÷#\ß,#\ßýWó\ï±ÿ\ï¿\Ô!{\î!Ÿ\È?½\çG}¯¿6\"‡¯nB~\ÓóG~;=‹œXÜœ\ÛOFþl& \çga\È\Å\çQ\È?-uÈ¥}zÈ¥?\är–rùžò¯®\'òož*rm\Ä¥´p¥KF©´Œ¢TMO¡TL¢T\Ï5¢¶\Â&Q[\Ç`(\Íõ(\ÍûGQZ{!(­7j¨\í\Æ\ê¨\í=6(\Ý\ÌÔŽ\Æ\Ó(ýÚ‹¨5Q†Žž(£ó(\ã–Ý¨=!ŸQ{·P{ý\ÇQ{‡¬PûNÔ öÁ(3\Î\Ô~{j?\Z„\Ú?¶e\áõ\Zu°\î\0\ê\à{M”\åu\'”\ÕøI”Õ¯c¨#]¨£s‘(k‹\×(\ë‹X”MñÔ±|”­\ä/Ê¶a+\Ê\Þ;u|\ã\êDK\êd\Ï8Ê¹ü\ê\í\Ê\åd-\Êe\à\0\Ê^€r\ìD¹‡\æ£\ÜpPžF;Q^\ÒV”Ïºe\Ô\Ù-E¨³K\ÛPþ\ê\\T@\ÝT\à>KT\Ð5TP\î8*\Ø\ä*\Ø\â	*ô4ºªŒ:¿\í\n\êBG,*lvuIŠ<úu%\0º\"Â b¼†PW3mPñûw \âF\Å?Ç¡z\è¨$ß«¨¤©0\ÔuÇ¨\äk9¨\áWP7ù \Ò_(¢2L\ÝQ™¯£2\Ç\\Q\Ù\ï\ä¨ù\ê\ÎùXÔDKÔ\Ô÷¨\Ü_•¨¼m j€û @…\n(pôMx‚€‚Ö¿EA_¼DÁÓ¯¢†\Ö(ä››(Ô¡z\Z;ƒ\ÂJ®¢(Š(Ê\0E5¯D1zx(6¬\Å1(@q‡Q¼\à7(¾¡ŠO\×E	­C	JQ\"\ê$J¬ù%\é{„’&\ËQ\Ò\î\ë(i¿%J®[…º\ç @Ý»ÔŒº¤„z@/B\Îj¢Š¯:£J\Ö\ß@•\Ø&£J7£\Ê(¨²‰¨‡\Ò\"Ô£\çÖ¨J«T\åý2T\åt0ª\Ú>UP€ªn\n@\ÕlþŒz¼\æˆz\".C\Õ_”¡\ê\ãP\rðhT\ãu¨Æ‚xTc¡)ªyñ\ê\Åª¥\ê\0ª-¨Õ¶ü\Õ€£^>\Ë@u¸N :žŽ£:\Ãß ^{½C½¾\ê‹\ê\ÚÜˆ\êzöõ\æn\ê\íˆ\Z\êƒg/\ê\ãû#¨PŸ\ÏQ}.¢ú†D¨\Å$\Ô\àV9\ê\ZM[A?@M\0¯¢&Ý­Q“´¨©“Q¨©G\"\ÔT\×ÔŒ\Þ]\ÔO·u¨y\Òn\Ô\Âò\Ô/\å=¨_y2\Ô\ïº.Ô’\ã\"jù°õwû>\Ô_ô\ê/±µ²)µ²f‚Z[pE+½\\Vú\ãÞ¨v½©U½iõ+zó™Iô–z,Z\ÝH	­\î\\ƒVod£5ò\'\Ñ\Z­hM.Z³\É­ù‡ÖŽBkCþ µ\Ë\Ñ\Ûb\0h\Ý\Ï\Û\Ð;\ØôŽ9+´^­G\ïL\ÑE\ïR®GÄ§ \rÞ¾B¦8¡<&\ÑF\É\Ê\èÝ°rôž*\Ú4\Ñ½/1\r½o­m&¿ÞŸ2ˆ>h±mœ…¶zÞ‹¶\î~‹>\æFEû&C;¹¢Ž‰\Ñ\'‡\Ñ\'\'F\ÐN–Q\èSQ™h—KhWû\ç\èÓ±R´›B?\ÚýJ9\Ú#ƒ>“·Šöª\ZB{—Ú£}Â•Ñ¾F.h¿´_Eú¬E\Ú;\n~8ü$ú‹iªDŸ[Ú‰\Ý;‚]>€¾`G_ˆ¢/\Ä.£/,‡£/ú¨£/f[ Ã‚û\Ð\á6ý\èK&\èKtÄ¬ú²?}9²}¼}y©\0%¿ƒŽV¢c\î ¯\ê_F_-ÿ€ŽMy‚Ž]þ…ŽS\ÉD\Ç\ßA£¼¢M¾£¯]i@\';‹\Ð\É\ÑG\Ñ\É\×\è”ßŽ\è\ÔÕ·\è4ÿZtZE4:môú\Æ±™\Î8\Z†Î„}F\ßt*Aß¤/£o>ƒ£oØ‚\ÎþŠA\çlÞmG-2\Ð@K\ZÔœŽ§×¢Á\ÜD4¤¿\rõD\Ãyû\ÐðÁ“h\ä•óh\ä\íb4*–…FÕ—£Ñ‡£1\Çþ¡1h¬\ÝI4®Y\çžG“ \ÉÆšh\n§\nMyæ‚¦Ã»\Ð,\æ{4\ë¡\Í¡\Ù\Ð\"4G\åšs±Í¹\ì„\æ½SCó·mG÷¡\Å\'«\Ñ\âR´x\Ä-©*CK·¥ ¥/\è{’Ð…ñ<t±]‚\ÓC—m\0¢\Ë\Ðc\èòM\Û\Ð\å{³\Ð\åfs\èGû\Ì\Ñ×¬\Ñ\ÕÔ­\è\ê\rtM\Î&tm]÷€~¢÷]ÜŽn\Ôÿ\ÏÝ„”¡Ÿ%¾G?»\æŽ~vg\0ý¬j\Ý,UA7Û~a³	ý\Â\î!ºjnE,£Û¾ù¡;C\ÊÐ¯Ež\èn¥{\è7—\Ñoµ&\Ñ\ï“\é\èžû\è\Ë\è\Þ\ètÿñAô@—+zð\Z=Túýesú\Ë\îô÷ zÔ°	ýõª1z\\¯=\î5ˆþ–\ÄB­EOš|@Oþ´BO®ýCOÿ1F\ÏXŸEÏ¼T@\Ï\Æ;¢\çŽ>Aÿ\Ü?€^8ÔŽ^LE/DF¢\ê?¡i,¢\ÈÑ¿/r\ÐKž§\Ñ\Ë\Ð+\ÌŒB«F\áG6FIõ)f½i+fc\Ûf\ãH>f[ŠQŸÀ¨1\Îa\Ô]‚1[Ûº1[»\ï`4\íµ0ZÇ£0Ú¯M1:3$Œ®fGðcŒ^¨5F\Ãf\ç\æÌ®ð*Ì®›\æ˜]\Ìo\ãkÓµx\Ì>\Õ5ŒYE+\Æ\\1s@Ð…±\åc_>‹±jÚ‰9‚ó\Ã\éž\ÅX³\Ék©;Æ¦Yc{¾c{cg2‡±_ù€9þ´ã °\ã@\ÒÀœLõÅœ:º\ã:q½q»ŒqÏb<v\æ`<üV0\ç\Ê0g¦·c¼\æb|ž9`|ÿ`ü1þH_LÀP.&P\Ê\Ã~\È\Ã7\Ä:`‚7+cBÔ¯aB\Þ\äc\Î\émÅ„2h˜ó\Z™˜m˜°ŽbLØŒ1\æRm(&B©s\Åý\n&zû2&v²Wµ“¸~&ñ\ÓL’¡&¹ö&\Åþ&õr&5I3z‰IÁ¤›—b2ô_c2\ÕNb20™¥‡1·\0L¶6“üŠ\ìÂ€\íu1ñý\È\ß@Œ|)\ÇÀ+|0ˆHrýI²?ƒu\Ä`+\Þbð\Ü\ß¯\0C½\ÅPo\Õah\éz\É)\ã÷“.Ä°\ru0l®3†\Ýq\Ã5p\Çð0B¦6FL+\ÂH\âf0\ÒÁEŒl\×1Ì½\ì;˜û+É˜×®`0»1*˜‚\'LIº%¦´ð¦\Ì.S®˜y´\ÆTœ	\ÂTÝ±\ÂT\ï±ÁTw´cj\å˜:\ë\ÌS\Ï˜§I˜\æ3\×1\ÍUPÌ‹\íS˜V\ÓLkûUL;ró’ôóJ\Ù\ró\ê\Ý#LG©¦s%\Óå¡ƒ\éz^Œ\éNÙ€\é.À¼©\ìÃ¼ë¾y7ß‹\éyõó±¡óñ«¦·\í¦o)Ó¡búÙ˜þ\ÂM˜\ÏC9˜¡ke˜/‰0#;ú0£s©˜¯¸\0\Ì7Qf\â*3ñœƒùÖ†ùþ\ë$fjƒ3u%3\Å!a~q˜\é«|\Ì\ÌEg\Ì\ì9%\ÌÜ˜.\æ§v:\æ\çí·˜Ÿ²k˜ùõÁ˜ynf^Á,½ƒù¥>†ùeI\Ä,\ÆOcþœ˜\Ã,\raþ\Zc0³1+Gl0ÿ¢!˜ÿ”0kS\ë±\ë¤G°\n¯±Š\ÇwaCj±Š¿ža•X\ï±\ë=Æ°\ëa\Ê\Ø\r]7±–Œ±*ûô°›]\ÞcU\Í°ª\0K¬j­v\Ë\ç¬v\Ì6¬vö4V\Ç\àV‡ð\r»-\ív{\ã7¬®5«\Í\Â\êö…cu¿\Å\ê\åüÁ\êÁ¼±;öbwy\Æ`wµ\Þ\Ã\Z<\n\Æ\Zj¬`w\Ç±{>~Äš„\ë`M>·c÷.½\Ç\îû¾k¦\ï5{»€5\ëßˆ5ÿ\\ƒ=tòö\Ék™ë€µºñ{ô\Ý4Ö–\Å\Å\Ú\ß\Ã\Ú>ÝƒµKð\Æ\ÚoH\Ä¯l\ÃŸ\ÕÆžðŸÁžHHÃžX)\Ä:„™`À½X\Ç\ØT¬#A„u6vÆºŒb\ÝÎ„`\Ý7(b=\rwc½zš±¾Ûª±¾?€Ø³NØ³Ø³E0¬ÿ±6lP\ÎlP›=6x¥šƒ\rac/\Ìc/†$`\Ã6b\ÃF»°aó\Ã\ØH˜*6r\Þ{y]8ör\äyl”\Ézl¶]×nž\Ç\Æðf°±´_\Ø$[lù)6i®{\í¼769$›üþ\"6\ÍC{#ô&6C.ÀfZþÁfú¼\Å\Þüh„\Í\ZØŒ½•\0\Ç\Þúp{\Û\ê67¥›\Ë\\\ÃD:X ù{,ÐŽƒ\Õ{c![V±ð\É`,b\å7i#Â¢?þÄ¢®a±w%X\\\Âa,xKðo\Å›\"°d;,§‹¥w\Û`\Ä6,\ãY–i£‡\å\Ô÷`y\Ú\ZX¾\çW¬ðXVx\Ý+ü†•œY•©\ï\Æ\ÊñŠ\Øû»®b\ï?¨\Ç>P_\Æ>Y‡-;Š-[sÁ–\ÛecfLbµ\ï\Æ>zS‡­TLÁV\ê.c«2\ßa«\Ö\Øj«Øšª\ÓØºbl]n¶{[‡»‰­{í€­›üŠ}ü\èöÉ»+\Øúü\Ø\Æ3±1tlÓ¡\0l“¿öUˆ}6ªû\ßj‚°\ÍE\ë±-©LlK\ÉlK\Ë\n¶\rÞƒ\í\ÌÜ„}­\í‰}·»ûž\î‡ý°?ûQ•Žý(˜\Æön-\Åö\Ý)\Æö}\Ç~\æGacG±\ÃúJØ‘\ïç±£û/üÿ\Û\ÒÑ¿&Ø±s<\ìX”-v\nfý±c\'v&\É\0;Ÿö»P7‰ý¼…ý•c\×)a—–³±\Ë{Ò±Ûž`ÿ¾\Í\Çþ\í\Åb×Š­p\n\ÐœB§xðn\Ã\Ó)œ²qn\ã\ÈKœŠh	§ºŒS]Å©mD\á\Ô÷¨\á\ÔOòq\ê^\Ù8\Ëe8\ÍS•8\Ío¿pZSqZŸ\átò¿\â¶õ\Õ\ãô¶›\ãôŒšqú¾Q¸]±,œÁvœG6\Î\æŒ3Ö\Ãö\ãŒo\æ\âv;\î\Æ\í)˜\Ä\í=‘„\Û\ÛÝŠ3M:‰Û§e‚\Û\Ïú†37z3>Œ;hÿw=‚;d>ˆ;\ä3‹;\Ï\Ã.½‡;\Âg\âŽ\î°\Æ=ôw\Ô=\nw4«gÍ¸„³\Ù`Œ³i³\Â\Ù>yŠ³ý\ÃÙ­_‡³Ë§\ãŽm\Ä\×\Ç9&v\ág5qN\âFÜ©G8\×i=\Ü\é}\ïp§\ãRpnº\é8w§%œ{^,\Î3\Ôw\æöAœWU7\Î\ë÷Î¯ý\î¬\âœ?¿p\î2.°f.\È÷\î\\¥%\îü=\î‚ö1\ÜEv8.\ìY!.¼¤þ‹_ÙŠ»Ô¾wµ\å‹»’ÿý ýlC\ÈÁ\ÅÿÀ%\Èsp	¯tqI÷®â®‘Fp\×ñp×Ÿ q\É\Æ÷q)jÞ¸ÔºÃ¸´+i¸\Ì\Æ¸›gšqY¸[{\Þ\ã²ÿ”\árJ\Zp¹¿7\âòV\à\0Á…8P‚©À!z3pH\ÕXr÷6\Êþ$=S„\Ã?ã°Œ`.\æWo‡ÃŸ¼‡#œn\Å¢}p„¯\Î8¢¦ŽØž#\îÂ‘>d\àÈ´\Z\Í\ÏG*ÀqŽ\ã8D§§\ÇK¿Œ\ãÃ±8Á]œ\ÐûN(1Ä‰u…8ñ•w8™Hˆ“\Ûpd®¸\ÂX.®8ƒ„+qÁ•\Æ\Ï\àJ¿\r\ãS\ÂU4k\á*õ\â*ŸNãªµh¸š¨\\ô*®v\ë*®–\Æ\Õþc\â\ê4p‡†pOþ\Ú\â\ê÷[\à\êo®\âžú}\Ä=MÀ\ážþ½Žk‹\Ä=;u÷‚\ï†k¹Õ„k™ôÂµª\ìÀµ}\îÅµÏp/]jq¯*n\â:®„\à^WŒ\â^ÿy‚\ë2S\Ãuù9\ã\Þ\éd\à\Þ?š\Ç}¨\Ã}Ü®‚\ë5|‚\ë-z‰\ë£&\áú\Üg\Ôo\Ü`+7`€&;â¾¤Šp#:0Ü˜l7\î\ë+\î[’?n¢…›¢Áýxq÷c\Ð7]«›~v73›)T\ÅÍ†u\â\æ?\'\á*Rq¿ö‘q¿Üªp¿~ô\ãýq¿Ç¸¸?\Z—pÄŽ¸?\ËOq\ßi\ãVõ\àþýW\Ëkùx\Å\Ñ\rx¥/¼²“¯œ\ß\ÈIÄ«¼†\áU7^Ã«>lÁoù\ãƒWÙƒßš}¿•½Š×¼\Ãk,\Åkú\ãµ6ý\Ç\ä^\ÛR¯\rú†\×9„\Ã\ë\Ø\Ç\ãuÜ¼ñ:)VxL^§\ê^·\×¿\ã\n~\ç‘sxC½<¼\áõ‡xÃŽh¼‘oœÖ7f=\Ã\ïyk„7	ø€7¹¢‚7i¼7¥f\âMkøxÓ§\Õx3\ìÞŒÁ›×\ãþ\á\á½³\Â[^³\Ä[¦qñ–€Rüa\ëx+\ÍGx\ÛMÁx\Û6W¼=’…?\Þ:Šw0ñ\Æ;D\ãa\Ûñ\'Y\âO\ÚU\âO^\ãvˆðN‹`¼ó;%ü©Àü)¤!\Þ\Å&\ï\Ú\ã†w«/\Å{ýH\Ä{›¬\á}³\âýž1ð~_?\àAðA”ø \Z\\D\Ã7}À·9\áƒ¼Ç‡O\â/®\ÜÁ‡k\è\âÃµN\á\ÃC\Zñ—\ÎÁð—\ÂZðEøH­=øHk|\ä\á	|TŸ7þJS4þJ»\r/\Ã\ÇD+â¯ºl\Å_}À\Ç\"\ã\ã›Uñ	wFñ	3­ø¤Û—ð\×Õ¿\áSµxø\Ìø\Ì,w|¦¨	øKû>[«Ÿm¥‹\Ï\Î\ZÀ\ç¬ÿÏ©\ão\Þ\Æß†·\à\ï\\Øˆ\Ï\Ý]Š\Ï=\Z‡\Ï3¾‰\Ïó®\Å\ç=¹Ž¿´÷µ¸û4©ÇƒN,à¡µúx\Øy\n¾\ç\îO\Ã#N\ã\ëx”\åC<:\ä\0«s›`\àñ¹\Çñ„0žðÀOXÞ‚\'F\å\ãI\Ì\ßxR\É8ž¦7§÷\Ú\á\Å<c\èž\Ùý\Ï\ÞÏŽœÀó7\Ù\ã….^X<Œ—ü{‰—2÷\á¥.x\é„*^†\"\â\åkü}\ä.|e_ðo3¾tý|yy4þa\í!ü£4\"¾\Âj_q\ã5¾2\Í_¹v_\ëþÿ¸!ÿ\äÿ4³\0\ßp\é\'¾\éÿluÿ\\ù\Z¾Y/\0ÿ\âò3|Û›q|û°?þU®\r¾{÷Gü\æü›ûoñ\ïð=\Î\æøO\á\×ðŸªøøÞ½-ø\Ïy\çðŸ\çã‡Ž\ÑñCnñø¡E{üˆòüX\æ ~Lþÿ•t?n\rÿ\r¸?\ÑjƒŸ,º„Ÿ\n(\ÂO•–\àœ¶\Å\Ï ~\âgD\ßð³oBðst	~a‡þ—“7þ\×\ÝOøEJ	þ·Ÿ6~\É\Ø¿ôYŒ_\ÕÀ\ãWO<Â¯^UÆ¯Ù„\à\×ü9Eš°þp6aý›v\Âú©6\Â&k!a<€°©\âAµ–NPG\ÔBþ4®…4 —Z\ÇC	ZIš­\'Ý„m\Ý\Âö§(\Â;‚^ù1‚^\ÍS‚þ¾J‚\á\ÎU\Â˜°§6”`\"v$\ì\åö	¦ö½L0û\É\'X\ì•,\Î= XÀ+ü\ç·	“\î>¿G8d3I8l&\"~\'^~D8\"¦Ž\Èj	6\ç:	\ÇT\ã¶6$‚ý\Üy\Â	c	ÁüŸ\ç#\'¼Á…¯Ip™œ\'¸\Þu#¸\ë\Üÿ•<\ÎBž\éQ¯§.¨/Á–Ið-\é!ø™¯§\ÙBP™!˜\ØJ~~‡ÜŸA}šG¸0\ãF“\á\å@Bä›»„\Ë;+	Wöµ¢›+	±\Þ|B,Nˆ=#\Äù1q.\âÚ·*\Ì‰£Ÿ×´š	\ÉL!Y®@H¡¸RÛŸR?\Ò\ì\Ó4.!«~+\á–\ÂBÎŽaBŽØ‹ó¾ƒ\Ó\ßF¸­\Ø@\È\ÝL¸\ëõ\0\ä\0\ã\à•Bp¦˜\0\ÂNÀD˜ó\0\ãP\Íótˆ€Ó‰&\à©h.#>V\ÈZ!²I W«( QeB@;ö€@+»K ¦\è_ô\ÙW†ö\ni´•À2\Ã\Ø}¶^ñ-¯Ä… ÈŽ\"HôxizAZœK¸·”D(ˆ\È#vrEn.„\âN„\â;Bi\é?B\éç»„2½u„r\ÈV\ÂC#9\á!šPÁŠ$Tv•#rBõ¹ÿD\èªŸ\ß TO>\'\Ôu\Ü„ºy,á‰‰\áIA\0\áI•/\á\Ép¡¡3‡ðœ\"!´0-—mù\Û	\í\Ê\ê„Wÿ\ÍÿÕ¯jB‡\Î,¡S\á+\áõr2\á\Íd2\á\í™^\Â\Û\æDBŸ¡ŸJHW!\æ8¾À®¾oFÌ¦	#w£9alw\n\á\ë\ÏÓ„ñ\Ì×„i„\é§ú„<a†\Ç%übGé£„?ù>„eÀ\á_\'”°6ó€¨À\Ð&*ýc\×Ò‰Ÿ—U¬+‰**D5\Ç\ÝD5^¢\Z¦¸e’ETßŸDTg•ÕŸœ&jô²ˆ\ZKûˆZkG‰\Úg†ˆº‡uCW‰º‰µD]¦„¨ûØ“¸CVJ\ÔË½E\Ô\ßnLÜµñq—–qW\Çc¢AÀs¢\áœq÷ô¢\ÉK\Ñtœhz}\Ñ,\ä\Ñ,J\Ü\ÑFÜ¿¬O4\Ç‰\æ\Í\áDó_§‰=\Zˆ‡<ž%\Ú-¡‰–R_¢•Áz\âŠ\ÑF™K´¥>#\ÚMí•–‰\Ç÷\Ú{›·¼\":šM¬t‰\În\ÄS£ID—\Ä&¢«\Î¢k\Þu¢k\É\Ñm}\ÑÝ¯†\èž{‡\è\Þqƒ\èqo?ñÌ¿!¢÷\ÊÑ·µŒxö]\Ñ\ß\î\Ñ?§ŽrÝ“2ŸI<÷A•ºÏš:­H<¯UO<oeA<_G\"^„ü%^¬zM\ë$F\\zKŒh\'FüI\'Fšm%F\íþF¼² \Æ\ä—¯ŠŒˆW[¬ˆñ®\Öû“8™\Äk:R\âµ\Õ(b\Ê\É6\âRb:ó1\Ãö\01£\é41ó°ñ\æEk\âÍ´<\â\Í)1+C¼õ·˜3ü™x»`˜x»k?ñö\×P\âm«\Ä;¹\Ý\Ä\\\ßb\ÞñGÄ»N»‰w‡@DÀ¶l\"D\ÔA„L\ì$B=\íˆ0§;Dñž\ÕDDð…Ddµ7\ÙPJDN\×ñZSDB´ˆH¨Y wI¹:Drl\"‘üv™H%\Ø6·ˆ\Ì\ÐD\æ£&\"ó5Š\Èn\Ã9z§‰\Û,¢ÀC•(\È#\nDÁ/¢ð\â¢ðkQr*‹(¹:G”fe»Ž\ïÝ$Þ“\î!\ÞwI$>\íìˆ±\Ä\n\ïÄŠebw±â‘”XQ\ÕL¬Ü–A¬Dvk\â¾k\Þ\Ä:£b\Ý%±A©˜\ØH\Z\'>×½N|\Þ\íAl6] ¶¨®[÷Q‰\íN±\Ä\Î\îj\âkMñõ\Évb\×=-b\×7Mb\×\Ô\Z±{:ñ¿&\â[ø¶{Š\Ø\Ã ~º\Ë%~zøØ·#‘\Øç»\ØWò…\Øª…Ø¿2Jül£A0M%©¤G\ì]ˆ£¾\Ç\êÿÇ§	\ÄÉ€\â\Ôñ‡Jq®pˆøs›q›LüUiFüõ;–¸Øˆ%þð%þF!ˆK[f‰Kv=Ä¥g†Ä¥•z\â2Î˜¸¼\ìNü»CD\\±±\"®œ?FR8\ØCRX­\')jPIŠ\×ôHJ÷×“\ÖGü$m8ªL\Úp@\Úx¿’´ñk*ióxIU\èIR;H\'©¹þ\"mY\ì!©34\Ô´|I\Ú%‰¤j(\Ò.6’d ®B28À$¥’\Æ$$\Ã\Ò$\Ã\Ê$c5*\Éøi	iw\å$\É$¶d\Ë ™SH¦5ƒ$3{\Él!›´÷Q\Ò~‡’ù\á«$ó¦$\ÔO’Å³aÒ\Õû¤ƒ9\ép\ØG’Õ¡\'¤#¸*\ÒQ;\0\é(õ\é\è\Ó$k¦\Éz­Œd³³št,\\‡d«L$\Ù\Ý+\"/ûN:ñB@:y}žtr\ä8\é\ä´>\É)8„\ä\Ì:Hr.À\\£\Ð$7m	É \Ñ\å’|>†“|\í¦H¾A$¿\Ä\Ò\Ùÿ\Æ\ì¿É‹ ðxÖŸœ¥E\n\Ñ\í!³#\ï\Ê&]\àóHubHa]\ÇH\á\ìH— ú¤K²qRd§3)\ê\í<)úŽ)\ÆB…tÕ”FºzÌû0€÷·\Ï<FJ\ì\ßMJ\êºFº\Æ~Dº^\åIºþ\"•tý»*)y[)U?Œ”¶\é\"\é\Æ …tò‰”Spžtû…/)o\Û0)/¤twýP\ï:	x\ê=	ˆùD&ßº“ ¾›Hp\Z	ýù	½œA\ÂVD“pUHøs½$R‰|»œD\Ý!\Ñjw‘\èEõ$fH‰\í§Db) q\Í\ÆIü¬0’@ÿ*I2úš$µ“\î¿xCz\à\àM*\0·“\n]²HE\ëI\ÅöûH%°AR)ö2©lg\r©<WƒôHº‡T‘>Eª¬\Ñ\"U/Iµ{ž\ê>\âH‘KD¤\'»ö’\êö\Zp±¤\ç¤\çC‹¤–­¤¶\ïn¤öƒL\Ò\Ë\r¤—y»H#é¤®¯xR\×\Â\ÒYÒ›\Ò¤7\r\ëHoWHoO™\Þe4\Þõÿ%õôˆInŸ\'}²ˆ#}º®Kú$\Ö%õÍ‘úko“>›<&\rl@‘Ü¯“d$\Ò@¾6i\Ðaž4ˆ$\r[‘Fc£Hc‡\\Ic—©¤±¨t\Ò×ºV\ÒøQ3\Ò÷My¤\É\ê¤\É~é‡§	i~GiþöižJZ\Ð\ÞEZ\È\ÜAú¥µ@ú§Cú·Mú7û´ºN…´–’NV^¤7\ß\Ð!«\Zü&«RDd5ŸOdˆd\íò¶²&ò¶·7Éº\ÓO\È;\Þ‘õ(d½N2Y\ßÀ¬\Î!\ïÜ¦L\ÞùÏ“lŒµ&\ï.³\"\ïn‰&\ïž’÷D:‘÷@pdTy\ïw-²\é¡U²Ym\Ù\äB6o\ÞM¶x©E>ø\é\ÙRŠ%þ\ÐK><\ÒM>f\Ì óV ƒ¾\"Ÿøpì˜‚ Ÿü1K>®@>E¼Avý½ƒ\ì\î\Î!»4Èž\Ëöd\Ï\Õ\ï\ä3—³\É\Þ\×\È~¾\ä³7\Éþ\Éþ_¡\ä€\0%rÀður…*94 ”|þ@-ùBö&r˜	’6w“~<Ÿ\"_I›%\Ç\Ô\È\ÉWþ‘¯h“c7G’cU·‘\ã/‘\ã5‚\Éñ\Ñ\äxor|šœ\àEN,úLN¬\É%_\Ó\É\×\Ê\Ô\É\×\'7““+\É\É}\á\ä´H9c’œ!\ß@\Î\Êö#\ßrª \ßz½DÎŽ™%\çj¸’ó4Î‘\ïzf\ï¾{F¾û¾šP\ÙMT‘Md¸\Íc2\â\Øu2\ÂmšŒ8·ƒŒä”\ÑM\ÑdÌ‰\çd\\¼#ŸK&˜y\É\å¿\È\ä¶P2\r…$\ÓO¾&\ÓE}dúò%2C¿‰\ÌT“™2ù’\Ì\\) ³\\\èd6&–\Ì@‘¹_“ù±d~ó%2L˜ü$…6dI\à^²ùˆ,yµ,õö$KÁ\ádÙ›cd¹òùÞŒ”|ÿ\É%rþ.	9È™\\p°ž\\bG.¨›\'ªÉ…*\ä\â\àJrI›\\\èG~ô¢‡\\\ÔH®\Ì\0“+{\ÈU¿†\É\ÕrMru£	ù	ež\Üp\á¹ñL6ù™rùy_\Z¹¹ÿ¹\åòKrKž-¹6In\ÝúŽ\Ü ¿T©!¿<I~\ëF~ù\ì ¹#ŸH~m3O~\ÝO~“”C~gM~7»‰üs–üi\Ý<ùSk¹÷E\n¹OIN\î[~H\îM&ú\ß&\ë×“‡-Ç¶¶’¿q\Ô\È!\Ó\ä‰\\4y\â—<u·ü\ãGyú\Î(yúŒ<ûZ<¯Hþ…\î /–Ç‘\×\ì\'ÿ™\0—ò\É¯j’Wÿ»9­{’JQ¨úAQ¤P”\ÍQ”žzQ”¦wQ\Ö/P”-T)›º‚(*Kcµ“õC\Ê\Ög7(\ZM\nm£ý”\í(º;R(;¬\Ð}»»”jó”S(»öøP\çRŒR—(F\äc\ãY>\Åx‰N1±\ÚM1»©@1››¦\ì?{‰b±ö–b¹\î\Åò\ÂŠe\Ö \Å\ëK9¼\äL9j I9jiK±Ž0£XS’(6^(6u\Ý›–iŠ\Í\ÚkŠm\Å;Šýš>\å¸V\Þ\ÞPŽ¿L 8h>¦8NZPNJ\Ü)N\r\É\ç\äu\çw/)§ôvS\\6I).µ&”\Óú¯(n0}Š{@\å\Ì\ÍÊ™§¿)>‡\ÎR|\Î$S|\ã(~¼‚ÿ´S\Î\Ì)g>Rƒ”ˆ8Jü8%4È†&ES\"´\Ü)‘”\ÈK…”È¤yJdû\Ê\åñJŒJ7%ff€r\Õ0ƒr5t’rõ\ß(%ñ\ÓyÊµ\ç\ß(Éc”e“”ô3J:LI¿O§Ü„NRr¾øSn\ß\í¥\Ü÷£\äkRî¦¨R\0²(\nÈ¦v5¦@l\Ç(\Ë]h\Ø7\nÌ“KAXS\ïM(\È^O\nŠœ‚ù\ÞHÁ‹bT9…8=@¡\èR(WŸP()\\\n51™B\Û~†B{™C¡_±£0T(Œ\Û_(\Ê\nc5‰ÂŠ}IaoW§°¥\ãö£\n\n{ŽN\á\î=D\áW)ü7w(‚©QŠÐ¼‘\"$¢ˆöS\Ä\á‡(\â›(b€\"\Ý=A‘:‘)r\áMÊƒ\ÕvJ¾\á_JÁ„*¥p\ZI)ŠeQŠ±”R¼¥li˜R\î\ëGy(³¥<\n8C©8hO©Ï¡T.n¥T·¸Qª‹)5&\í”\Ú\êJ\Ý\Î J]“\"å±½;\åq\ê6Ê“„5J}ù]J\ÃyJSJ\n¥©¬„òŒ\ïJy6²ò\ÜJi%ó)m\Z”vw*\å\å\ÚMJGþ[J§n¥\ÛÉòž¸\ÒÓµB\éYŒ¥|˜Í¢|\"\\¤|ZPz·‡SúvFPúh4\Ê\ç3»(Ÿ½I”ÁKŠ”Á\èU\Ê\í<Ê—}½”/\×Q¾LS(£\ç\å”\Ñ\Ôx\Ê\×[§(\ß {(\ß\n\ÎQ¾\ã\æ)“Nµ”\é]\ï(3)s\Ê|†ˆ²\ÐZEùµ\âOù}W•ò»<„òg\Ó)Ê’™*e‰OY\r¤¬½U¢*D7S–Ò©Š[†©Š\ïT¥#\Ô\rn\ÉÔh-ª\ÊVEª\ÊÁ\'\Ô\Í\'û©›ßŸ nƒPU}U¨j\Öû¨[§¨[dÔ­1¨š¥_©:-\ç©:/ù\Ô\í\nñ\Ô\í‡/S·çŸ¦\êž>I\ÝÁw£\ê5UPw*Ê©;oS©»ò¨†:›¨F\Ãc\Ô\Ý1\ç©{¾wS÷,¸S÷¬`¨{UvS\Í\ÆvP-¨v§R\íûHµ\Ü<O=L0¤öR­+Ì©6¯\ÏS\í6Š¨v~bª]\\\Õþ\Øz\êq\0õø³ª\Ã\Î?TG0\ÕqN\êd¿Fu\ÞÈ¦ž‚Q]¾A¨®»nROo¥P=l\ÎP=\nÀT)\Õ3ú\r\Õgd/Õ·ÿ+\Õ\ÏEõ[Š£ž\rM¢ú\ëo¥ú{ž¦ú{R6¨P5\Ô`Š\Z\\8L\r?L=b@=WM¡†-šQ/ms£F\ì?ArøJ½¢rˆ\Z½S\Z£Ì§\Æl£\Æ\ÄPc¨q\nó\Ôø\ç\Ôûj¢õ\Ú.}j²\ãajò;,5\Õjœš:IM‹Ñ¦fôúS3¦OQ318j&§ˆš9ô–zóZ\n5K+†še\'¢f¡Ê©Y\â\ãÔ¬û§¨Y?6So=ñ§\Þ\Z>M½µ¬E\Í~QM\Í\Ó, \æ½\ÇP\ïrs©\à\ÓiT(a\n3]¡Â’Ò¨°\Û\îTø\å£TL\Öe*¦ô»Í˜Š_J%\Þ\Z¤û©dU\r*9všJ!p©T •\ÂS™Ž*³g;••K\å #©\\\r8•\ïuƒ\Ê÷£\nŽYR³O¨\"\Õhª\ØñU\ìT@•™;P\å\ç;©÷œÔ©÷\È\Ë\Ô‡?Qº]¨…7.RA¨EF¨Å»*©%òC\Ô\Òµ,\åµ\"5›Z•YI­ñ¼O­;G§Ö·\í¡>½\ØLmÀVS-P›’±\Ô\ç3$js£µyRú\Â1ˆú\"²•\ÚÒžOmSž¤¶/R;P\á\ÔN\ÉK\ê\ëdSj—\çgj\×\0‡\Úí‚¦¾3ï¦¾{¯Fý ùšú\ážúgFý‡\ÚVO\í›0¡~¶®§~Ž¦ª\ÚQw;Qû§¨\Ã/\Å\Ô/Ÿô¨£\ä\êh[õ+\ã7u[D$\ÄQ§4\îSl¸Iý1\ÐIFm¥\Î=ù@]¨1£.\Þð¥þ&|¡þfþ£.¥•R—YG©\ÕxÔ•\åo\Ô¢C´uš4E\Ò$M)RHS]¤­o?F\ÛP˜N\ÛP¦O\ÛXð‹¶±\î\rM\åœ¦öÐ—¦VO\ÓØº@ÓŒÊ§i\Ê\Ó4;‚iZl]šö\à\Úv\Éš®`¶ccM\ïLM¿\ì	m—m\rm<…fh”D3?¡\í™\ÙO3\éô¢™\â\Âiû\Óö½I¤™y*\Òö7ž¥™i“•´a^´OWi\ã§i‡!Hš\Õ\Ö,šÕ¶c4«S4+*žfõ\ï/\Í\æ›\íUf«±f›=H³ûov4û}Ÿh\'¬\ÑN’i\'þÝ£9\ÚÐœƒ4\ç¸{4\ç\ÜQš«­/Íµñ\Íõµ1\íôS\ÚiûÃ´Ó‘i§_inÊ­4w(\Í}¶˜\æQ³…\æù£Œ\æ=±ž\æ·\î<\ÍoŒ@;{8™\æÿ…N\ì¦£ýh!–1´þZ¨\ÊZ\èž\Z\Úy\Ä$\í\Â\ÖBÚ…„L\Ú\ÌOÚ…ºC´‹\×kiC´‹\Å9´°Zx\Ñ(-Bk’“üŽƒŠ \Å|u¡\Å\ÞL \Åœ¦Å­ý£\Å \Å÷i‰zwiIû¾Ò’Ü¬iIœO´¤\'\0Úµ¨M´k±Oh\×Þ¬§¥\ÔÞ¢¥^½J\Ë@Ci™þ´,\ÍDZv®-[ø†v»¨†v\ÚJ\ËÝ‘J\Ë\Í\\G»‹P¤\Ý]\Æ\Ð@/­h\Ð\ìX\Z´»‹†H´¢!\Ê7\Ñƒ4\Z2œCC9í¢¡2h\è\Ð5\Z\Ö\ê\r\çû€†·¢\Òðø\\\ZÁ|7p\èôRŸF-ž¥Ñˆ4º“„\Æ\ì;I\ãX~ q-h¼\ÐXšð™&\\!\Ñ$f\Å4\ÙF!M¦¶‘V¤F+š\n¦•˜¦•\ï¤•g\Ñi\åeá´‡ªiljiU\Þ+´*úñVûSö8\á\íñ°œ\Ö5OkLœ£5Žl¡51ôh-UbZk´­-É™\ÖN9C{i£½,§½œ\ßN{X¤u,o§u–\Ñ^ø\Ó^Ÿ»I{})”öF;†öf8›ö\Ñd•ö\ÉCû\Ä\\£}š\Òúú}iýJ\ã´!g(md´‚6û‹6Vz„6\Ö}ƒöµ$–6^šIûöA›@®Ñ¾\Ë´\É\r\Ú\ÔU4\í\Ç<–6KT¡\ÍJüh³\ëhs\n´Ÿ\'hó%Ý´E÷T\Ú\ïâŸ´\ßKiµ/\Òþ\ê\ÐV^\Ï\Ñþ-u\ÒV³šikWºhk] \Ú\ÚL.}=ý	}Cƒ6}ÃŸ(úg,}kµ˜®qÍ€®©¿B\×tH£\ë \×Ñ·™\î¤oW÷¤\ëNº\Ðõ\ìR\é;\r=\èFDSºqU}Ÿ{}¿ùú~\Þ-ºE\Ògº…´~0\è4Ý’”F·:¹‘nõ ‹nó#”n§ŸJ·;¸“nWK·?XN·O¦\Û3\Ë\é÷\Ã\è\'™w\è\'§<\è®\ë€tW\âOú\é„9ºû\ÍEº;Ï‘\î¡ZI?³ù\Ý{\Ã[º\Ï\Ø\ÝWq\Ý\ÏÕœ~6)Ÿh\ÔFñ¢‡$N\ÓCF\è\çô¶\ÐC/\ï§_\ÐT¤_8B8O;\çM\Ë¥‡·\Õ\Ð/]§G\Ød\Ó//eÓ¯h>¡_	©¡_9WO¿ò\ê5=öJ=\îõEz¼u=r†ÿ[L¿]MO¶{NO¶o §\è3\é)ôI=¥\ï5=õD\"ý¦\Æ,ý¦®ý&ø6=\ë\ÐFú-\Ífú­ýöqeú\íMúmI=W°@Þ£ƒ\Þ&\Ñ!W\éÐ•:G\ÇDÞ¢c™It.†N<ô“NŒÏ¦“6¥SC\ï\Ñi•¯\éŒû\ntf¼¥¨Ogo\ØF\çø\Ó9\×*\è ‰\Î\Ý\îL\ç\íÌ£óN\Òù_\åt{+]¸{]”TN—\ìr¥K\É\é2/Eº\\\á-ýµ~_¡~\ß|œ~?ªž¤\çË›\èùu\Õô¢ƒ…ô\"˜\n½X=^\â‘H/§—³–\èS°ô\Ê\ïdz\Õn%zU\ï?z]¶%ý‰\â)úƒkô¦ý)ô\çEô\æTWzË®ôV=mzn½=!‚þj9ýgŠ\ÞùƒGò•þú\Ü½k/†þF¡‰þ6©þ\Îr†þ\Þp?ý\ã…yú§¯pz\ßFSú\çSôÏ¥Xú€?}\0\ÚE\Ö[¥	ˆ¡\×\ÒG\é#@ú\È/cú\ØfgúW­uô¯>\íô	ý;h3ýGõúôðAúŒ‡	}\æS4}ÎIŸû\âIŸ[n¥\Ï\ç/\Ñ€ú¯§\é¿C›é¿»{\éKO¯Ñ—C\è\ËU\ß\è+¹púÊƒNú¿X}¿‹¾*ë ¯~ë£¯\Î÷2@ †Â§†\Î\Ø\à\'cl¸u†¡¼û\0CyÐ“±‘2ÀØ”8\Ì\Øôœ\Ç\Ø\Ü\ÅPµµ`¨\ÈU‹¡fòŒ¡öÏŽ¡\Îk`¨eh\ìóbh\\ª`hð734;K\Ú\çŒm\Û2t\Óo3vL]`èµ°;µŒ‘;c»\0\"†%\Ã0w\×˜\Ó¦Ež\Ó_\ã³\îT\Æþ‡†9Z•a\Þ`\Ç8 ¸\Ä8 «fü®\Ì8d\Ë84Ì°Ü„fXò–Vå™Œ£JG	%\ë)› £›k\Ç\Ç\"l\Ç\ê®3\ìbvO÷3\ì\åúŒ\ãÁ*Œ\ã‡&\Ã1¨•qrT‰\áth\á\Ì\ß\Äp^›gœ2¨d¸úfœ~\Æp¾Áð\Ì~\ÍðD\àž$s†§ Œ\áùxž\áU¥\Ãðš,bx{2|.gøždœ•\Ø0üõÿ0œ„Œ\àF/Šj’qa5^šÊ¸tÃˆœG3.gÿdDY\ÜaD÷j2b\Ôþ2b“w2bsDŒ¤ð8F\Ò;cÆµ³ŒT\íŒ´\\F\Ú\È8#ý\Ù~Fú»+Œ›o0n\éžgd\ÒûO\ãŽO\"\ã#7ò#—yšq÷r\n¨\Äf€ñ?\ÆEÜ¯\Þ{ˆ}ø‹Ë™e™$i\ÇF9‚È þ»\Â`¸{3ytc…Á`º\Ýg0¯fp\Ó\\@ƒûc;ƒKeð\ïG3„C”²…!º‰dHÜ¡ù5S†ü\æ-†œšÆ¸¯l\Âx°\í:\ãÁ½Œü¯þŒv£`h£ø#›Q²¸™Qþ¸Šñ\è\ÑF¥²£Rÿ7£\êŽ£z„Q}‡È¨‰xË¨!\âu\×÷U3\ÓuõŠHF½\ßFýCF}û4£\ák\Z£q€\ÆhR.f4y\Ñ\Ï[Œ/h\ç­VÆŒ—Œ\í|F§’5£s›1\ãu´\ãõ÷LF·f-£›Ggtw2\Þ\èš0\Þ$3\ÞfY2\Þ\æ\ç1z@Œž?ÍŒ¾F\ßWF\ß\ÚV\Æ\çGSŒ\ÏñŒA;\Æ`—1¸²•1œûƒ1RfŒ\Ýa|;\Ò\Äøv#”ñ\íac\"šÈ˜X¾\Çø¾\ï+c’‚aL10¦\Ø\Æ,Î˜½a\Ì\ç\é3->0cÿ0Ss\ÎBKNŒƒ«Õ½\Ìuû™\ën™\ëšZ˜Šyw™Š˜X¦R ”©\Ôw–¹>\Ï\ÜPfn\è²f*+h0U<r˜*c]\Ì\Í3	L\róD¦&§©£xŸ¹\Ýh†©«t‚¹#ôS\ïH2sgA\ns\ç€¹+{Ó M‹iˆŠf\Z²1\rG&˜F¤X¦±Ø—¹\çòs\æž\ÞLS\á,Ó¬Ñš¹?I‹¹ù3\Ób\äóÀló\àL\ró0\á?\0¦¥\à9\Ó*¹™iõ»‡im¼\Ì<¦6\Î<fX\Âtºq—\é\Ô\Ý\Ët¶ù\Ë<5\ä\Èt9\Ât»ü•\éöùÓñ›\é\É)bžqšbžy\ë\Ìôþ÷…\é£ÀôÁ_b´\Ï0c™Œ\ÌÀWf]\ÄÙ¢\Ä9cž»zŠy®7’\ê\ÓÉ¼hö˜y1%ŸvjžöZ~¤€\îòŠqÖ™yù´3\êƒ\×%b\ÆOD2\ãÿ\ê3\îô3¯Mg3¯¯ÿÊ¼~;™™|O‡™BWc¦Š<˜iŽ`\æ$f\Æ|>3so3s\ä3k¥›™Mµf\æþ~\Í\Ìha\æ\å\Ö1\ï\î0#qLF?l>\É\ç0!Û¨L˜ý[&òf	ùd‰‰™h\æ\n“GbbMÔ˜¸\Û\íLõ>“0w€I:\Ý\Ä$]D1I\Í_˜ô7yLVB\n“}\à	“}fŠ\É\É\ÉerÛ‡˜Ü‘5&\Ï\ì(“?T\Ëeð˜¢?W™\â\íb¦toSžEc\ÞW\èg\Þÿ\Ì|P´\Â|ð„\Î\Ì÷5a\Ê~3‹ŽX2‹O\æ1K÷]b–¿¾Ã¬l\Ö`V~D0«\ÜJ˜µ©\'˜µ¯Í˜\Í0\ëC¿1Ÿ:¼e6ª‡0›ªj˜\Ï=ú˜Ï—2›s™/¶3[Î¼`¶\Ä(1ÛƒÝ™¯{™¯ú|™\Ühf· €ù&\éó\í–&\æ\Ûs\ÞÌžó\Ì4C\æGmgf/ “\ÙO­g~ö÷fl|\Èp\Êb\Ä<`\éª1‡2·1¿:\Û3¿f#™_óó™\ß6¸0¿…b™\ß&X\Ì\ïô\æ¸s\ZaÎ™1nÀ1n1\çQ/™¦ë˜‹\È\Ì\ÅO\æo¿æŸ­\Î\Ì?º³\Ì?\éQ\Ìeƒ\ÝÌ¿*˜+¯™ÿ”š™«\ÏYŠ7&YJ\ÂX\ëHXN7±6\\\íb)Ïžf)/`m}\Ë\Út¾˜µI \Ì\ÚTƒ`mZ;\ËR‰.e©LV±6\Û\ïgm†^bm\î0`©>\Îe©­“±Ô”…,5¿,µ4K\rŒc©uÍ°4#¶±4‘/YšY,\í–K,­¬]^J,Cú6–¡\Ë2úf\í¹b\Ë\Ú3\Ü\Â2‰©b™<ÿ\ËÚ»¤\ÉÚ·\ë6\Ëì”œµ¿\î!\Ë|Ñše‘•\È:°C‰u ÿ\ë Ôuð¹ë›Œux±e\å`Y1:XGŒXG*-YG\r±lT‡X6=\î,›¾\Ö1½\\–m\æ#–-;€eû\ïë¸Ž)\ëø6\Ö	\ß8Ö‰r\Ë\á\Ìz–ƒ@›\åL÷f¹ü£³\\ß¡Y§\ä¬39.,/\É\Ë¡\Ïò.6fù\Ä(°\Îú„²\Î^D±)¥¬ sVÐ\nVp+‰’S\Å:—\É:¿¹Šuž¯\Í:?oÈºðÌƒu±e\î—\Ç\nÿ<ÌŠ|t‡}ÌŠ\rs`]\r½ÅºÚ˜ÄŠ\íºÀŠýxŒ•H°®¿—±\ÒfY\é\áoY7\'lY\Ù\í¬\ì”$V\ÎË—¬;5¥,À5ð\ã_ô\Ï’l\ÈB1X\è\ÖI6\é	›óš…«¾\É\Â=\Ña\Òw³(™Y”±pe\í1‹úÎŒÅˆta1X\ì”qGþ—\Å]›eñ´³Y‚¡e–\Ðú?YfK¾É’ÿIaÝƒÌ°\îcŽ±\î?°t\ê±ò_@YX­¬‚„+¬‚—u¬\"·[¬\"b«¸\Ä*¹Žc•9À*\r\Ü\Ë*ý²\Æ*ƒ±\ÊòƒY\åam¬‡\ê›Y,\ÇYo±*ð.¬ªC6¬\êcV\rÏ”U#Ç²jF¬Ç…§YO:úYOóX\r\á+¬†DV\ãFEV\Ó6eVSP«)^ƒ\Õ\Ô\è\Îz\Õ\ÃzVƒc5¹\Éj\É?Àjm}\Çj©euôqY\ã»X\ÆL\Ö\ëƒ;X¯k¬\î°a\Ö\Û\íWY\ëRXŸ¬KYŸ>[°z›Y}\ás¬}kÀ\Ï\Z °†<O³¾|\Ü\Í\ZùÀúº\é\ë›\á\"\ë\Ûu\Öd¹)kª8‚5\Íg\Í<\"³f}{Y³\Ü¬\Ùo\Ö\Ü\â8k!É‰µ€y\Çú\åm\Êú“c-a„¬\å³¬\åK\Ø\ë€%l…ùlEk[)\è[\é²-{ý‹B¶ri:{£Ÿ\"{c\"Ÿ½±ËŒ½i\Ã\0{ó”[uÕ˜­¾`\Ç\Ö\Øš­¹SŸ­yÎž­ù\ï+[s‹­Õ„`\ë\ênb\ë:U³u\ß°õ\r?±w2|\Ù;\ÅlƒOoÙ»u«\Ù{\Õ\ÍØ¦mlS¹”m¶«’m\åÀ6\â\Øgª\Ø){\Ù™elËf\ì£\Ì1¶Y\Û&\ë	û˜\Ï\Ûö†œmûž\È>,eob7\Â>±úœ\í°CÀvœœbŸ\Ò\Ý\Ê>Ub\Åv\Ùö”\íúI}º\î,\Û\ÍAƒ\í¾\ï$\Û}Ìœ\íyd/\Û,d{{H\Ø\Þi!loI>\ÛG\'‘\ícMbû»e±ý\á]\ìÀ±Rv\Ðö%vð¶\0ö¹¿\×\Øˆfì‹¾‰\ì0±#;\ì\Ùû\Òû÷\ìˆu\ìÈŒÿn6±vT[!;\ê\Ó&ö\È1ö•ESv´\é\n;FE•«\ÚÎŽwlf\'\ì	b\'ä©°“r,Ù©G;Ù©öz\ì´\ro\Øi¼\Ø7\â\Ù7:÷°\Ó~³3‚K\Ù\Í:\ìŒö\Ý\ì›zdö-Á$;û\æ1ö\í˜NöØ½\ì¼\Ýtö]m\"x ˆ\rô¯fƒ)lH›œ\r\Í5bC6¼\æ:mö‘1bc¦\Ò\Ùø\ÓMl\Âb›8\Âc“›Ù”¿\Íl\ê\ë—lÚºlÚ¶h6“\ÌftI\ØL½ClNÁ0›G\×aóZ•\Ù|\à%6Ÿv•-Š³a‹›¿°¥:	lÙ›P¶<?ý€j\ÅÎà°‹\Âc\ÙEJ\ì¢\ßk\ì\â3v1\"Ÿ]bû˜]®’\Ä.ß©\É~xÙ†ý(Oƒ]%bW¯«gW¿/a\×la°kg\×~9\Ì~\ì\â\Ë~¢Y\Î~B²Ÿ\â_°ŸÖ¹²¥\Þ\ì¦\í÷\ØÏ¨+\ìg\Ç\Ù\Ï\ë„\ì\æk®\ì\ÕS\ì\ÖB$»mÕŒÝ®\"`¿¤\ì`w\ìå±»\Ó\Ùo\Z´\Øo\Þ}a¿·\Îg¿.f³ØŸ7°óŒ\ØC\r\î\ì1\îöØ‹\Çì±…\Ë\ìñ,wöT²\Z{n\Ã>ö\Ï\ß+\ìù\ØöüT{ÁÄ‚½P¶…½\è*gÿÙ´›½z¿ˆ½ö\å+{m\Å^ûöš£\à\Õ\ÍQX.\á(¥n\á(\åŸæ¬·\ï\æl\\˜\åljT\ålv^\ál~\ÅQ»œ\ÄQ«\Ý\ÊQ\×s\ç¨GVq\Ô\Ówq4Ž~\âhjq´eÞœí©§9ºq¯8ú,G9c(>\É1\î\ï\ä˜\á˜,Nqö\ÚGpöo\ÜÁ\ÙÏŸ\ä˜\Ó\Ùóö9Ž\Å\\\ç@øÎ¿+œCœC$\ç\ÐC\r\Îa\ï\n\Î\á”SœÃ\ê9VÍ½œ#\ã8Gº\ÎrŽ:erŽ==Ç±;¢Ê±÷¦qŽ“%G+(\ç\ä¸\Ç%UÀq}P\Æñ\Ù\Ïñöp|^\ì\äøÉ¯p\Î\îù\Ä9Û¹—ˆ8\Ì	¹\Ã	\\¦s‚Šœ`‡“œs3RN\é	\'lbˆþ)€a8Å‰n\äDJ\r9‘¿8—Í¼8Q\Úmœ¨(\'ª\ä\n\ç\Ê™se9†MY\àD·„pb§\æ9ñ~¿9	ˆœ\Äñœ$ë—œT†9\ç\Æ\éaÎ9GNú\ÆmœŒ §œ\Ìñe\Î\Í\ÙCœ[?\ë99ö*œ\Ûo\ã8·\ç9wröpò\Ò\Öq\î†iq\0\ß#9‚eô\æY\Ìü8[\â`\'¡œ¥W&\ç\ào\ç†\Í8D‡\ÈùÀ!¶¬qˆË¶’˜CŠ	ç•ý8”0‡z9™C£\á\Ð÷\Ùpn\Æ\í½\Æò;{ó%\Ûþ\n‡;X\Ê\áþ\Ê\á\ÄnQ®G|ó0GÌ¥r$£œ{g\ßsò\ïip\n†8Ec¦œ\ÒufœR•N\éq}N\Ù62§sSþ ƒS>°‰óhø5§òc5§\ÊÖS¥Â©;3Ï©\Ò\ä<ya\Æy\Z\Ï\ã<¥\ä4f„p\Z[9Ÿ\Ös\ZGwpž)ˆ8\Ï;[9/˜Kœ\Íúœ¶Iœö€-œ—\Î+ûœ\Î]Mœn\â(\çŽ\ÓsÙ‡óñ\à:\Î\Ç\ïyœ\Þøkœ¾\Ç*œó\0\ÎPi<g˜Áù¢\æŒl¸\É‘8£	œ1\â\Î\×\Ô@\Îx?‚óm\ï gBÃ”3i#\æ\Ì\â8œù\Î?œ…G\Î\Â\Â#\Î\âl1\ç7‡\Íùs\ËY\æ¡9+\êg9+‰[9+C8«.m\\…›£\\…\Ñ÷\\\Å}\îz³—\Ü\r£¾\\e\Ñkî¦ˆ5\îf«Q®šüWSù\"W3\ÈÕº&\áj£¸:„a\îöõŸ¹º\ë\ä\\]\éwÇ¦—\Ü!Û¸\Éú\\CB\×pÀ5\ny\Ã5úñ…»\'›\Ï\Ý3\í\Ê5IüÀ5ù°‰»·Ý»/y…»o\ä9wÿ™q®yž2\×\"Ì‰{ð›÷°G%\×\ê\Ä\îQö.®uðA®­ö&®mª\×^Àµ\Ä=þ\ã\'\×!d3\×aº\ë\ØX\È=yz™\ë’tŸ\ëÒµŸ\ë:f\Ë=sÝ†np\ÝI\\]+®‡‰ë© \ÇõÜŽ\äzú\ép½6=\æz\ë3¸>\Õb\îYý]Ü³Sª\\ÿu[¸þþ®ÿ•Y®ÿ;Mn ‡xõ+7\è÷\'nð\Å8n0l„{¾\Â\r5r\à^¸pˆ{Ï½ \Ó\å^üö{q\í7œ”\Ä\r6r/}\\\àF¶³¹—\×s£4?p£\è\Ü\ÝYn¬\æw\îu™!7%Ü’›z¦‚{\ãe7]|Œ›¾ü{Gõ!7\èÄ½ó¸±ž\Ò\Ò\ã‚\ÏFsa¶u\\X\ê5.\ì\ß./\àþ¹s‰Q	\\’b—dñ–KŠI\å’þž\ã’\ë¹\\J÷~.µ|žK»¹“K\ã›q\éq\\D\ÎeôÂ¹,\ZŽ\Ë\Î\Þ\Î\å\Ê¹\Ð®PDãŠ£\ÎqÅ ®TÁ+]J\æ\Þ3£r\ïq\ïõŸ\à\Þ\ß\äÞ§esóŸ¹ù“­\Ü\Âø“Ü¢ˆn1µ„[\nR\æ–÷\Æsn|Ï­°&q+lös+¦¯r«vNs\é\ç>ñ\â>™|\Ì}\ZgÀm¾ÀmŒY\Çm\Äq›œz¸\Ï6xsŸ+¹ÏµpŸ\Ïr›Í§¸/,¯r_´\å¶\ä\æ¶\ä/q[\ï‡q\Û÷³¸/‹vq;4¿r;&np;w\Æp_\ßo\æ¾]\Ï\ã¾Ýµ•û\îŸ6·§h–ûa~û\ÑRÀýDù\Âýô9œÛ«\å\Ì\í\å¥rûw\Ïsû[º¹Ÿ\Í-¸ô`\î n’;\Ôš;´6\Í®)\ç~™t\âŽ\Õ\Úp\Ç&ª¸_ƒ#¸\ãFh\î\Äz\î÷X2÷;`ž;yN›;ù¬;¹rŒ;»pˆ;¯	\æ\Î\ïYÇ¿\æ\È]ˆó\ä.ô^\à.ü\Õ\à.\Ú7rÿ„¾\äþ¹\ç.i\í\æþUô\æþÅ¤qWwð\Öñ;x\ëªðj\íxŠ\í¯yJ{ZyJ\Ã(\Þúu\Î<emO%ñ#o\Ë\íHžz¹œ·5½…§°…§\ÝW\Â\Ó){\È\ÛK\çmKð¶@<]\æ1ž~œ*Oÿ®\Ï@Ž\á~¶\âIyFÀIž\É3öu\åW\ï\ã7*ñvm\à™\ØXòö‚¿òö}v\ç™Qµyû”óÌFy\æC<‹\Ã?xŽ0ž…_:Ï¢Â‡w\è\Ä;„\Õ\àYª?\ãYž)\ãöCñ¬\ê®ñl¾Bx\Çÿ\Ìð.<\ÇüÇ¼“\ÚC¼“:¼“v¿x®Ò­¼\Ó&y§\Ë1<÷b0\ÏC=ˆ\ç\É\ày\Äð¼\ê­x>ûvó|„\Þ<9™€\åp\çxA\çuyA‰5¼ì¼\è4/\\.\åE|<Â‹XñbzfyWÕ½yq›²y‰—fxI\ÛVxI${Þµ\å¼\ëþ§y×¿\Ý\å]_ó\æ%\ïù\ÈK‘bxiJq¼4e/Þ½\n¼ôý­¼ôÀÍ¼Œ)/£[\Ì\Ë\ì\çón>¬\ãe9»ó²»óy9–ÿx9÷òrF»yy_ÿñ\0(\ÐZ\Ã\îõ\áSºyà®£<4Ïœ‡yò–‡µu\ça»[xø`-i\Î#sŒy”C{y”Lº6È£ýL\å1nþ÷ W:\Ìc[»ñ\Ø\ã‹<>‹\Ç)«\áq»\Ëy¼{\Ê<~ œ\'8{Š\'¨j\äIÍ¶ð\ä‰{y÷vy÷¢²x÷ûñ\î{¸ñ\îW^\æ\Ýo:Æ»¿¬\Í\Ëÿf\Ë\ËÿûW\ÐuˆW8\í\È+žH\å•H¾ñJûð\Êþ\rñ\Ê/tó®\Ãó*F-x•\ë,y•\Æ9¼\Ê%$¯\ÚpˆW\íý‹W}i=¯ú\ï&^\Íé§¼\Úì³¼ºS¼º8 ¯nÆ«O\ä=%\rðž\ÎxOWOó\Z´\Õx\rŸŽòš:2y\Ï,ûy\Ïo%óš5\ä¼f°€\×\Ú4\Â{uÌ”\×Ñ™\Î\ëTV\áu:uò:;›x]w7ðº>ž\å½9&à½‰\Ô\å½)\Ù\Ä{+\Û\Â{·÷\ï]´&¯\ç\\¯\çY¯O\Å\ëøOñO\Þ`¾oX\é=\ï‹q\ïŸ\Ìc_\à_l\çÏ©ñ¾÷;ñ¦\åÕ¼\é¹T\Þ,tŠ7W\å\Íû}÷)\ï\ÏV\ÞÒ”o\å\ÏÞ¿\0Þ¿c“¼y«U¿x«¼5S[\Þ\Ú9!o\íœ¿Ž»\ÄW8\ÒÀWXY\ÏWq\âo®\'ñUmY|Õ¼Z¾*0Š¯v]\Ä\ßòÕ¿5Ò™¿µû\ë\n€¯q,—¯i*\ák)-ðµúðµ£?ðµ__\ä\ë,òu»ù;\Ôù;Ú¶ðõ\Ì3øú‹®üþ)|ƒTG¾Ag\ßø½-·Ž¯…;ÿvK¾Å‘.¾Ë· wò8ºòœ¬\ç¼\×\Â?´ýÿp´ÿ\è½E¾µ†1ÿX‡\n\ß\ÖgŠo·\î	\ß^a\ß^i/\ß~þ\nÿ\ä‹ªÿ\ß5ß†\ïZR\Èwý\ÒÁwK\Ò\à»M£ù\î\ïuø\Ûa|vÿLf\rÿLV=\ßK\Ì÷²_\Ç÷ÞŸ\Í÷±˜\àû„hò}Mùþ;ù!:ù¡W\Çù\Zùðrþ®ÿÂ§0þ\Å§ùkùù\áIfüKiQü@??¢ÆyË‚ù\Ôÿ\Ê\Ímü+2	ÿj4™»ÞÊ+\Ñ\å\Ç®\á\'\è«ó-ù	Ÿqü¤0o~J\ã~j`%?µešŸ¶\ã;?}\â=?#•\Ë\Ï\àhñ3O\Íóo%gño\Í\çg_~\Æ\Ï~|•\ç–%PX\Ï=\æƒn\åðÁ¤f>¸\ç22YÀ‡,%ð¡ðT>\\y^›\ÉG+\æðñþ||«ŸppŒOXv\á“tA|\Òþn>‰‘Ï§2¦ø´~/>ý†ŸqÁg:ñ™•r>s)Œ\Ï\Ò\n\çó\Âø¼4>;ž\ÏÏ›\å‹w8ó\Åw¿ñ%§Oñ%Wø’%=þ½\Ôoü{¬~þ}¿nþýHÿA‚ÿ3€_m\Ë/4®\çvAùE§\ÛøE—ð‹\æ¶ñKÀ¶ür\å~\Åp$¿\ê\Ø_~uŒ_\Ý1Ã¯\í\ÞÍ¯3¯\å?ñL\æ?‡ðŸ|ó\ë¡+ü&,•ÿÜºŒÿ\âZ¿%6›ß®xŠ\ßnv—\ß~ñ¿óX6¿\ÓÍŸ\ßù\î>¿\Û\ë;¿»tÿÍ«ü·\Ñ/øo\Ïð\ßjò\ß;Áù=¤ü]3ü\á\Åü>«U~ÿF}þÀöüÁ#5ü/;€ü/\È5þX\âþ\×þøC:ÿ›¢»™?±T\Ëÿ\î\Ð\Ãÿ\îõ–ÿ\ã\çZ©†?ý^…?q‚?›\ã\Ç_\è\\\Ç_xû„ÿ{{ iø6ù%Œ¿²4\Éÿ§\à\É_ý:\Ì_ýM\á¯Õ¼¬ûN¬[9 P:õC 4h(Ø <)Ø¸\ÃF V\"P{Fl¹U >ºM þý¼@}q¿`\ëžzeL }[O \ÓôR \ë)\Ø\áøI`\à÷W`µS`°tR`¨\å-0.˜p&c¦\ZZ‚}cOfù³O)‚Þ‚}@Á¡s9‚Cy£‚C\ÕB¥cŠ\à\è¶\à(*G`s\îŸ\à˜V«Àn®Z`·:+8þ(Hp|9Rp‚‘,pH³8\n\'/œbs\Ês\á°\à\Ôi¬Àõ\Èu—†¶Àû±£À[)8ÛhAÎŠ‚œ£ TtPp1\"Jj+ýQp\éd¹\àRh° rœ%ˆ©z$¸j^*ˆeö\nb+o\n\â?¶\nj8‚„\îhAR\ç¬ ¥\ÏGz>ZZ\È¤>¼.HW6¤[	2\ì7-\r7[Y\Ü\"A\Î\î,ANúÁ\í­3‚\Û$”\àŽ Apgú  ÷–š\àn\æ\à”\0\à*\0„<\0\Â\Û@¿œ.€*`\ë+°›ð\ëb\"$E€ø2 @n\Ð7\è²\0ó&Àü	`¨Bú?\Ñ\ÑV@t¿8	\È+ò\ê	M)V@sF	h‚%½LCÀ8;(`\\˜0`÷L¯Z÷ü&\é,¬…	„®‹‘I IòHjb’‰ \ìl‘@.\n\Ü3—	\î\Åf\n\Ð7…ŠU‚\â\ËA‚²#\å=‘‚Š„AAÅŠ¥ òœ® ò\ÎEA\åH‰ zî» Fé‡ &\ÛCPƒ\Ë<\áª\n\ZŠ\r*_\r’õ‚Æ¬\\Á³lº\à¹+RÐšÿVð\Ò%XðjIQ\Ð\é½_ðúÛŒ\àõ\ÒfA×„¿\à½\ÉÁû:kAÏ ­\à£Þ€\à“o‚ ÷¨•`\à¿<\r­j	F¢]#\É\Û#ÁHÑ¸`”ŠŒ=SŒM}ŒCð‚\ï/tS‹W?Ž~LL\nf€³‚Ÿ»F¿ôm¿\ØÁ¯Šß‚E\ÇÁb\Ò~ÁR.T°¼q¯`\ÙR_°\\¦*ø[«-X94.X	j¬H/Vš­+ŸY‚!G«/o¾	7n\ÈªÒ„›?U]Ì…[‚:„\Zs¡V)R¨õ\ÛZ¨\í\è)Ô¾S)\ÔZ·³\ê*…	w˜´wÀÊ„;\Þ	…zž®B½\Øz¡¡·¿p÷F¡\é©Ð´/\Üw¢A¸ï¼§p\ß\ìW¡Y9Fh\Ö&4Ob	´\Ô-6“o­”d\Â#m\Â#\ß\n]Z\Ë{„Ö¿’…\Ç\\\ì…v\Ím\Â\ãiBƒ¡\ÓLšð”\ï²ð\ÄSxŠ°_xŠt]\è*\Ôº;•=¶X\n=³n\n=©¹B¯c¡×«gB\ß\ÏþB¿ˆU¡\ß\å)\áYaœ\Ðÿ\ìCaÀWÂ \Ò&ap¸¿0ø‡›0\ÄgQr)<¿øWx\áøŠðB\ä 0¬h§ð\Ò(O\ásD1^yW(Œ±n\Æx\Þ\Æ\Ù\ãrs…ñ‘\Ý\Â\ë…i¶¦\Âô¸Â›—„Y\È\ãÂ¬–\Â[.\á­&‚0û`­ð¶\åv\á º0—£&\ÌûôTT<%T¯¦\n H!($N~5.„^ò\Âö‘\×3…\È\É;B|ðe!qC„øs«,\ë’Ÿ*\É3\îBÊ‘e!\å]Hµ	Y—¶¹»Ê…<¯·Bú†\×\Õ&\ä‡\Þò[Ê„B+¡˜1\'”>ý\'”ûn\Ê„÷&Ë„\Ü\Ïó3…5c\ÂBóa\Ñòea±aƒ°˜\Ú/,²„¥k\å\Â2\ÆNa¹¾Ÿ°¢!,\'>,º*|4\ß%¬\Øb*¬\Ä\Ì	+KJ„\Õk¡ÂšgÁ\ÂÚ£\Í\ÂZŸ7\ÂZš‹°öCŠ°vXWX\'c\ëjYÂºŽ­Â§›…Í¾w„/þ†	_\Å…¯Z÷»/¥	»£‡…o\æ:„o•‹…Ÿý/?ÿKØ¡„©„ƒëš„ƒ*û…Ã¾\Âa©pøÕˆpøXø…þJ8ðE8j Ž\ÝRŽ\Ñ\í„cM§…c/Ë„\ã>_„\ã“K\Âo(\áT\à¢pºr½p†e,œõ]¸p\ä‚ð\×þá¢š¢pñž»pñ\åC\áŸc@\á\ßË§„«\ç£E\n,ªH\á^¤ð&K¤x«_¤¼\ÉQ´±©F´±™ÿŸÿ\â=‘\Ê/S\Ñ\Û‘zn›Hóñ_‘\ËW¤c\n\éF‰¶ÿ‘‹t3–D;Žl\éñDú7Dú7‘4]dT©\'\Úý´N´G­_dZ\Ù)2[,\í\çZˆ¹ˆ,/EŠ,¿%‰¬ŸäˆŽ]ŠlDvj\'D\'\Ï\ÐEN#~\"\ç#e\"—R‘\Ë\Ú\Ñ\é\ÕX‘‡U\ä±MK\ä\Ù)ò(yžšyYy….‹¼\Î/‹|ùV\"¿ 8‘\ß;C\ÑY\Õç¢³f½¢³‡D5BQ\ÐÁÓ¢ «Q°I„(x\Ô[²\ÕXò\ÉGt\î\ÄQhògÑ…EC\ÑE•Q\ÌAt¥\ÂYUü\ÏQŒrˆ(¾²H”\à*%PsEI*£¢ëº–¢\ä@°(y\ÊW”\ÂŠÒ™¢´\'E7z\ZE™x\Ñ\Í*{Q–K½\è–\Ê.Q¶÷eQ6\ÊPtû6Ot÷\âV §W^Á÷“D\Ìubü»µ\ÎS„v\ëa\×aiE\"l1V„mŒ\á„A\"¼\Ö:\á^—ˆ¢\\\Äfoq\Ê~ˆ8¯BEü„qÿ\æy‘ø¿±H¾ÅŠdð\"\Ù\Ó÷\"y0Et?2O”Ÿ´I”‹\nÀ@QÁ\Ã\nQÁ¢XT(™\Ãw‰\ÊpM¢rF›\èyLTÁ*U\ïl\Õ^Š\ê\Öm\ÕmJ\Õq•Eõ!¢§\ÔQ}V\Ô4ðMô\ì\Ú\rÑ‹K|Ñ‹\ÇE/D-«oD­‹Z‘¢Ö–‹¢¶{\0Qû6¶¨½8Iôê—¡¨‚uJ«E¯Ï¯uûžu´‰\Þ$‹\ÞL¶ˆúnÅ‰ú½\ÂEý…¢\Ï\ã/Dƒ‹D\Ã·Š†Ë”D#²Ÿ¢‘¯¿E£qŠ¢¯\áD\ß\"™¢	Vh\Ò\\A4ù\ÝB4uð§hê§‘è‡ž“\è‡\\4\Ì\Í(Í½÷\ÍM‹~b\'Eÿ\åk¡\ÕU´ðöŠè—ƒ¾h™\Z+úûs§\è\ï\ZOô\ïd“hõù&\ÑZM¬\àøQ¬€¹\"V¼õ|‡Xé½·X¹\ØQ¼Qª\'Vq‰U®½«)DŠ5h\Ã\âm\r¶b½c\"±žh‹XO>$Ö¿c,6xöTlð\ÍVl°\Ø!6RBˆ\×\Ä{Û»Å¦ûPbó\âW\âƒA¿Å‡\íö‹%ŠÄ¶‹Áb;Šž\Ø^A*¶°„ˆO,\ÝŸü`(vNÿ.>µ\Z,vQ\ê»X•‰]2Q\â\Ó1\Ë\â\ÓÏ‹\Ä\îJ/\Ä\îj\ãb÷\Ïb\çcbÖŒ\Øë½™Ø»ðµ\ØO^\"öW^\Ñ\Ä\ÝoÄÀ@q`\Ý^qðYŽø\Ü_‚8\Ôþ„84\ÕHZ\É_P~\'\ï|/ŽVG°S\Ä‹7Ä—7Ÿ_\Þ(Ž\Ê\Ø%¾2› ŽK4\Ç‘‹\ã¿Ö‰RÅ‰\á\r\â\ä\Ïi\ât‡\âÌ·\Ú\â,\Ã9q–\Ñq\ÖAMq\Öñ-òñ­2-ñ\î qn´²8¯&Tœ÷¥C|—\ç,@Å€\'\Åb\à\å3b°¹ŠšÃœÿ‰a\ä1¬qNŒ\0Œ‹Qnýb\ÔEe1z,WŒ\ßb$\Æ\ßJÓœCÄ´¾˜Ž\Ø/f·ˆ9n{\ÅŸy1?’+•¹‰\Åõ9\âÂ“>\â\"|‘¸¸ô¼¸\ä\Þ]qy^ƒø\Ñ%‚¸RsH\\i\ÇW”Š«\î€\ÅUŸ¿ˆ«F¬\Ä5ýÄµfw\Åõg\âú’HñÓ\ÄO›•\Å\r\èlqCíŒ¸Qó…¸ñj‡ø™‚’øy\åOñóA²¸™_\'~ñPK\Üz§_Ü†¤‹\Û\Æ‰_\îü,~\Å6wh¢Ä¯uó\Å]:â®’_\âwW\Ê\Å=\Å÷\Äi\Ó\â¾\ãBq¿†½¸?\ç£x\àt¶x0U<¬výOHBÄ“Cñ\â\É\ï(ñô}Žx6\áxvŠ*þ¹&þi~Güd$ž\'z‹\ç9–\â…y¶øWØ‚ø\×}°øWõMñ¯÷xñŸK—\ÅK¿\Û\Ä\Ë\r…\â	–\âÕ¾Y\É:gK‰¢=O²±\ÆC²q\ê­D\åiˆD\íˆD¢vmH¢6\Ü/Q7;(QÎ–l½3-\Ñ\Ød\"\ÑÈ°”h`‘1‰¦zƒDœ)Ñ¿\ä\"\Ù\å\Ô,\Ù5^!1ˆ\ê—\éK$»—-%{4Hö\Ìþ”\ìt—\ì{›\'Ù¿:*1·>!1Ïº&9\\xYbµ\'Gb%o–é®’Kÿ&±½J•\Ø>J\ì>˜HŽWü‘œ %õ7$Ž¯\"$Î“6’Sû’S\×þH\\«$.U‰\Û=u‰ûˆ\Äý\Û&‰kR\âõB&ñúa)ñ¶uøÇ§I‚vJ‚“-%!\Ç\Z%!\åÉ’sÁW$\çO`%\çQ’‹\ÉE©\ä\â\é[’°¬$I˜°Nö€ ‰Â®“D•ŽK®`p’\è‚QÉµƒ\Éõ>’d§	I\êýƒ’Ô†I\Z(Ikð–¤FI2Ž%™ôBIfF’…} ¹U%\É~\Û!¹½[\"¹C2•\ä\îPýO’û \É3U•Ü?#¹û\ÐNô;(`%À	d÷	L\ïž&^‘À3t%ðG¤úF	Z#C‚¶Í“ \ÓÀô¯z	ú«\Ëõ’\ànKð—‹%„„ýBE\ÂÈ¦I˜\ßc%\ì\Í\á¶!@\Â—°3#%œËŽÎƒnC¼„÷bT\"\Z9,\Ã\r$r+{‰	“È›7J\îP•Ü‹R—\0¢%	’\Â\ÛI\ágI\áÀI\É\í’’\"IiA‰\ä\á\Þc’Gþš’G)	’Š=¯$ƒÅ’ª3‘’\êT\rI5¬JR{%MR¿\'it(‘4¶Jšz2$\Ï4þIžIž…J%\í\Ñú’öš¤£ð³¤\Ëú‡\ä=F\Ò\ë{NÒ›h#\é½;\"\é7ž–ô[`$ý\ÑÅ’Ï€>\É@\æ’dt•/·Õ—L¼H’|/•H&ÿH$?l:%?J\îJ¦|—LC\îH¦\ç$3=Ž’YZšdö»¢\ä\×wÉ¢šd±\ØX²8!”üÉ¥Jþ6$+N7$«=RE÷mR\Å@_©b˜µTñ~¸t½\ât}\Ï\é†6}©Š<Oºùñ”T­¡Cº%gYº¥®\\ºeÀ]ºe¼Wªn¼&Õ„Jµ\ìðR­•‹Rmƒ¯R\í?=RJ·t{¨štû\Òg©.e“T·”#\Õm­\ê\Ý\ï–\î|¾Oj”#\Ým\Ø$\Ý\Ýc.Ý£\æ.5y\â\'\Ý\'JÍ¤mÒƒ³~\ÒCZR+µR+\Ó©­­‘Ô¶_(µŸ–\ÚJ¥Ž\ÞjR\ç\'S\ÒS?¤§¿8IOOÿ–zœ˜•zª\æI=1\ÊR¯.ž\Ô\Ûð´\ÔG\å“Ô§a@zöÁM©ÿs®4$\ä›4D\è*=\×tG\Zz\"\r+	^šu“FlM^\Þ)NIc·JcRPÒ¸\Éai|Išd,M¹n\'M[Jo`Â¤\é¦\Òô\rÒŒ\íb\éM“;Ò¬‹‘\Ò[<7iöN˜4ûV©4[øBz;˜+½\ã\Ø%Í›dH\ï\î\î“B\ï\ÆJaOiRTD©\Å{\"\Å~\ê–\â×¤„#R¢SJ>W(¥4ü’Rm\ïHi–VRºgƒ”!h–2ª<¥L\ÛV)§rF\Ê\Í\Þ\"\åõI\Å\ç…R\é«©\Ì;C*W™–\Þ\×þ\"½¿GQúÀû4¿zŸ´ÀtEZ’ýIZj¡\'-m’–)¹IË]¥Þ®H\rzH+N8K«ú¥5÷¤5Q½\Ò\Ú\Ü[\ÒÚ™õ\Ò\ÇÛJ1‘\Ö”K\ëk9\Ò\Øké³‡2é³¶\ã\Ò\ç#•\Ò\çós\Ò\æ§|\éP‹ô\ÅD\Ú\âzP\ÚûC\Ú\Ê~,m«\n’¶õDJ\Û\Ëó¤/Ïž“¾\Ä ¤¯Ú·K;Ž\åJ;µ<¤\Ö{¥öN\Ò\Î/ý\Ò\×\ç¥\ÝxôNŠôÝ¥;\ÒwY¥\ïA;¥Ô¤=4¤¯8I{I¤ýöc\Ò\Ï_—¤[¤µÒ¡¼\Òá‡¯¤£>)Ò±\á½\Ò	\é˜ô{I:s,‘–\Î4¼”\Î6kHgW¥sK\ËÒŸ{:¤¿¶Jÿ¤HÿTªHW=®JWkÓ¥k\âe\n\ËX™\Âj­Lùx¦l£«²l“\ÄG¶Å¥T¦~\ÄK¦Ny)S_x\"\Ó\\-–i©\rÉ´œ*dZWA2-’§L[sA¦\Ý\ï*\Ó)–m·\Ø!\Ó5È—\éº.Ó¯N•\ÚøÉŒ•5eÆ¨\\™I\éW™\é¯k²};5dûoø\Ë,,Å²ƒ\ç²ƒR=Ù¡\Ý{d–±V2«¯2+øz™\Õl¿\Ìjž!;\Ú%‘Y¿‡\Él`eÇ²@²\È=2§Í³2§®p™‹g°\ÌõO\æ6wN\æö÷†Ì”¹÷Ü•yþ	–y\rŽ\Ê|m4d¾¶|™\ï-#™o9[\æ§)‘]\Ù,ó\ßñW\æ_¥,P\r d!G3e\ç†^\ÉB\ã\Âdçƒƒea[\ß\È\Â\ÎD\Ë\Â\ßl”EžÌ—E¶\ç\È._\ÇÈ¢—e\Ñ3—e1Ás²˜ó;d12¦,¶óš,N\Ò/‹›÷%$\Å\ÉòeIñ\ëe\×1²dp½,ù_ ,\Å\ËB–Ë‘¥<Z\'K\r˜–¥&\nd©T_\Ù\rDŸ\ìFŸ®,ý\Ã9YvK–\rQ‘\ÝyxU–\ËQ’\å>Ð\åµ\Ëòz‘²»\Z\Ù]\ÜIØ£PõG\É`•2´|U†M*—\á®•\áó2\\M³Œh¤$#&f\ËH¦¦2\ÒMy÷9*£¦»\É\è¦\09%£’1\ì:d\Ük&PÆŽÿ \ã‹\Óe\Â*]™ø¢£Lœ\ï$“|€È¤%s²{’hÙ½k²û6\Ëò\é\É\n\Ê~\É\nÏž—9$ÈŠ>\Òe\Å\Æs²G¬\Ô «øö@V\rO”\ÕX\Å\È\ê\à;dreO·\Ë\Z‚e¡²Æ LYc\ÓC\Ù3ºŠ\ìy¾Ÿ¬µã»¬\ÍG,kÿö]\Öþ\ÃAö\Ò,{I…\È^·Ü•u\Ýh‘½½\â%{gsXön²Aö\é\ÄaÙ§²{²¾C²¾?Y¿bŠ\ì³vŒ\ì³\ã\Ùç¥Ÿ²Áƒ\á²\Ñl\Ùh\Ë\'\ÙøS\Ù\Ä.€l\â{„lò]“\ìÇ½½²™å²Ÿ\ê¿e;üd¿7iÈ–¾\ÈþºO\Èþù8\Ëþ…½“ý‹”­©•\Ë‚\å\n}ªr…\ß\Ýr¥¶“r¥©Oòõ}\Ñò\rù†r]ù¦\é@¹Jb¼|s\Ú&¹*\í­\\µò‚\\í§§\\c]¬\\ã°“\\ƒ+\×LÈµý\äZ9	rm#š\\»|³\\\Ç“\\tC¾­\åƒ\\\ïXŸ\\\ïÔˆ\\\ïU“\Ü@mTn ¹\'7h¸.7\n*—\ï~óP¾\ç\Ð>¹‰N¬\Ü\äJ²\ÜT±Dnj¶*7½B›\Î}‘›w\ÈÍ¿\à\ä\ßN\ÈœI”8\ÊmY\'?4õJn©š#?Œÿ)?b´$?z\ÅUn·÷¥üø•ùñ¢¿ò\ãò\å\Ç1åŽ¼2¹\ã`¹ü\ä6sù\É\í\Îr\'L±\Üù>Fî’‘\"wiV”»\"!r7\âg¹{\Ê:¹—\ëv¹\×\Ý\\¹W\Ï	ù\Ùrwy\ÕyP:Bô^W´\Ô/¹ôX’\Ó-K\Þ,cž“‡q\Ó\ä\ád¾ü\Ò\Û%ù¥\åy¤\Ý:ù\å¦Vy\Ê[óôü*f@›\ç*\ç\È\ãG#\ä‰\'<\å\×Ï²\ä×‹÷È“\Æ\åixù\rI«<\Ã\ß@ž1²]~S9@~\ëT¡<û\Å%yN\âoy]I~{\ØK~û\ïyn¶«<\ï\Ëq94\í¬Ú“\'G½?#G#9rÌ¶Krlˆ¢Û²NŽ3“\ã\Ð9^+\'\ä$ø?9¯#§¬¶Ë©.UrZœªœ¥ g\å÷09‡g*\çy\å¢\Í9rñsE¹\äCŠ\\ú&U~|ó?\å÷ZR\ä÷G\å~\Ä\Ë=\Ç\ä\Å\Õ\ä%›\äF\È+Š\Î\Ê+\ê\\\å•\ïM\äU9¾ò\êÙ»òšB¦¼–pM^÷\Å]þx\èŒü	\ÞO^? o|…’?ó{,v\ÎPþüï˜¼ù\ïUy«õŠ¼\íùy;JAþò$ZþRb$EC\Ë;VÊ»\"\å]÷W\å\Ý33òw\n½òw&ò÷\ÊYòú<ù£Iù‡°^ùÜü\ã\ç@y\ßì¨¼\ÑI> .ˆh–*¿“¡È‡2ŸÉ‡\È\Éò1òQùX½\\þU\ÛE>þô¸ü›\Ñ\'ù·\Äÿ1\\Ÿ\á\\pQ\0À)#IeF\Û(J’\ÈJ•M‘‘Jf¢\É*Éˆù\ï½÷\Þ\Ó*)…H¥Œ¢x\ß\ç>¿\ç|»÷\Üs\î‡só;¿Üˆ\ìœ¯\ïœj\Ü\Ð9­¾ªs::¾sºÇ¯ó»q\çwÖ\Î\ï¯\Ïvþ8µ\Ôù#\Ýù‹} sV£¼söÚµ\Î\ßñò\Î\ßð¡\Î?o\Ú:—¶Ot.¥œ\ïük	\ïü›z ²° \ê\É¬\Òò¬š¬–¿¬\î\0¨U\Ô\0\Ô\ÛE\0\\>@\ãƒ@Su e½ \í1X\×\É\è¼m\è¦\\l\ÜDœ±lª­l>|°¹D	ØŒ90RgŒ|\ÞŒ\Î\á\ÆQó\0# À\ì‰`Kf`K»Àü\Ä[À¶&`{©*`\Ç\èIÀ\î]­€\Ý\ï\0–÷€\0+ý€\ÕSK€5°y÷	`—]°«\0\ì\ç\ã\ZM\Ï\0ŽðÀ¡?b€“ÀpØ¿p8ÿ \à0pQÿ\0pK=	ðøYðd\îx©\Þxi¼ò\Z\0^3Àq‘-À\'V	ð¹x\àC1\0ø\èüt4~EB€Z	8\Ù}pJ?p\ê^2 HU	üœN\ÔœqK\0DÝ²œ›}ˆÎ†\ÎÇ¾\0\\‡\0b”«±-@œd >ò\0 ¾´O#.Q˜€„V\Z ¸\Ü\Ü¸\â¦\n¸\"H\0$:\ì$F?\0$þ›$ŸùH=s\r\n=H\Û|pýûg@põa7\à&mp‹\Ú\0\Èµ\äTn\ïü\0¸]¨(È¹\0(¸\Û(\Ôy(\Zz\r(ax\0\î9]Ü¿ºp_zP\Ñ\ÊTü°\0TÁU1l@ÕŸx@õmCÀ\ã/€úˆÀ¤\n !\\h\è¿\rht\Âž¥fžM$\0ž—­4£¤€\æñÝ€–,[@ûWu\0P\n\0š\Ï@ñY\07\0’œ@Zcû@\0j3\0€–\0\Ø,\0û\r •Hó\n\0õ\Â]\0=”\à\î\Åx\r\0‚w\á\0\á\èw€\ÈE»=\Èò\0òôÿ=\Åä°«\0Eÿ.€r­@ix ƒ\0”7\0”8@wg& \ßô\à\íP\r`d\é*\à£\î`ôo `|µ\00±30ud`Š\Í\0L\ë\Î\0¦÷ \ß(`À·)mÀ\â<`f˜™Y\0ü\Ìú\0˜~˜³*\0,¤”þD\í,©Á\0K €%|\à\ïºdÀ¿ý Š·Põ\ÝPu\Ñ¸ªh?P­\Ü¨6T\0\Ô\ÜU\\C\Â\0µ:³\ëðo€:F@w!Àõ‘\ÙÀõ·^7\Ú\07ø@³C@³7W€\Ö+À­«Ç;¶\å\0w´\êwGü\0Zúª\0-\ï\Ï-{T\Ö\Ã€6\Õ ­o3Ð¶\Ñ¸\Ï\êp_€*Ð¡\å\Ð\áo\ÐQ¨	t\\‚.\rw‡C\ç\Îx7 Ë—X\à\Ö] «\Ý_ Ç³\ã@Ï­AÀ£\ÏÇ®\Òú¬\ÍúªZ}\í©@¿\æh\à	õ\Ó@— T\á®\rÿ\ë†¼œ†\Z>†>)†Jõ¡_þ\0Ã¾<†_\éžöOƒô€§§¿\0\ÏX|ž\éýŒ\Êñ\0F§­ž/^8S¼ yŒ]G\ÆBlq;€ñN\ËÀxŸb`|xðò–n\àU\×R\à\ÕtC`bóW`\",\0˜º\nL\ÖÓ¯a\éPS`:²\nx\ëöO`¶\êg`\Î\É~`®\ß ð¶ÿ~`\Þ\ØC\àS¥À;\í/€þÀø	`ap)°\Øy°ôú#\à½G#Àû‘\ÑÀ²\ÖgÀ2Xþ\à%ð!­XYÿX}o°ºþð±\çðq·5ðñøE`müz`­<Xw3ø¬ñ°Iª¾\0ó­«?[-¯[ag/™\ÝÀv—ƒ@\ìq¸\nˆùbwY\0ñ«¶\0	#™@b>Hš\è\0R&\n€T— \Ã\ì ¹\åc\ä\'‰‚õZ@¡\ãE øûZ ,ð:Pö·¨¼½\Ø\ê\ì.^vKþ\0»¿ö{¼\ÉÀ¾\Ì!\àÛ™oÀw\ÅL\à0,ø¾yøžhüPù\ZøQEü\È|üTóøy<8n¨\r—,\'.½NU\ä¿\Îd¿Ù„ð¢€?÷‰?\ÏR€?\ÉÀ_úÀÙ£o€³oœóÔÀ\ß\Î~À¥Á\à¿{2\àr\á	\à\ÊÁz\à\Ê\ÊH\Å\Â¤\Ú©\Î^­¢ô‚V½\í­¶ƒ\Ô<öÔ…\ê \r\ë†\í7†´¤\Ù­aˆ@k÷\Ý\é´\É@hAº¿ôBò@ú²\Z\Ðf\ßa\ÆoQ\ÖiOh\Ë#\"h‹\â\Èü—\ÈBd¡²\È;\Ú\Ú;	\ÚvR\ÚÖ“\Ú\Öo\r\Ú^b\Ú1—²Š~\Ú\É\íÁ`@{?l\Ùi\í\×€œ,MA‡é \ÃR?óe&\È\0Y]\0:2ý\ä\Z\èr¹¹”‚\Ü\Òp w\Î+Ç™u X\Ð\Ñ\à|\Ð\ÑA\ÞÚª \ï÷Á Ÿ\å>Ÿ¢\ä¬\äÿy\èT\nr)\Ï…¸Ô€B®.BÏƒB^m…}*ERZAg9XÐ¹G2\Ð9>t\Þj=\è‚1t\á‚/\è ó\í/(–ü\ï\Ö\0Šòt),”´t\Ù\Æt¼\rtù_\èj\Ì\è\ê\ÅP\Ò\årPò9(\r	J\×\Ìe\Ø\ê2\\\ì@YO€rB\ìA¹)- \Ü7 \Û\'‰ ¼\Ð <F(¿ý\èN\ï\Ð]\ßP\í,¨\n*þ•‚\îRA\åÿ\ß\ãÁžÏ ‡EGA•{«A•Q¯A}CA\ßoÕ„^\Õ^Å€j\ëü@u\ÝPƒ\ÆNPyÔ¨]j¤…€š>A\ÏsU@\ÏY§AÍŸ\Æ@-\ZAm\Ç( ö\çy Wn@€8;\Ðb\ØJ\Ì@ ó ð\ä_\ÇAøTl‚¯¾B˜\ÓAÈ­\ï@¨«»A¨¬&V&\á\Ïeƒˆ\ÐtqDªŒ‘7¼‘k÷(½`­¢D“´€˜Ÿ{Alµ§ ¶V4ˆ\ã\Þ	\âjqo€xù@ügM IŠ=H\Úh\0’\Ñ\Õ@òŒE\â:\Ô\ÕýÔ½FÔ·ú\èuª7\èõP#\è\ÎYPÿE¨_1\Z\ÐZ\Z $€µ\ÂAƒ5A\ÃDS\Ðû¹ \Ð\È\ÝË ¯\Z@£Q ñ<hü­;\è\Ë\Õ$Ð·:4\è»ùC\Ðw\î\'\Ð\Ìj#\Ð\Ï(]\Ð\\®hA\Ï´¨\rúý-´”¹´T\ÏýK–\Õ>‚–»\0 •\n\Ð\ÊS_°\Êv6Xe\rVm<^½¾¬vñ=X\Ý8¼¦+¼nm9X§\r^¿6¼1&¬o¹l°\áxu¼¤\0›„±À\æ‡ÁV­`‹•ðbð\Î]ù\à“¥\à\Ý\Ý/À–¢£\à=ûÖ‚÷\Ì€mo\è‚÷=\ë\ï\ß}¼(l?| \Ù| !|@v\ìhs\ì”\æ	>ò\â\Ø\Ýödƒ=jÁGs^€~¾>~5\ìm\Üö®¸ö&Äƒ½»ªÁ>!oÀ~%\àÁ\'H\Þ\à\ÝÁþ…¾\à s)8(µ¼\ç2øŒ[8Bý8²ý\"ø\ì\éeð\Ù;pTþ 8z§8ú÷$8>~øRD3øŠ\É	p\Ò\É\Õ\à\ä¶)pŠš	8e‡œrõ8}ý3púÅ‹\àt\Â[p:9	œ?\Î\Ì÷g¾#³®\ÑÀY/Î€³P‰\à,\évðÍ‡\é\à[\æ\àl8;\ë-8\'÷:8‡Y	\Î}1\Î]©\0\ßvó \à{¡GÀ÷\áÁ•\ê	\àJ\Çip\åk}p\Õ\Êupõ;p\ím0¸¶\Ý\\w[\0®dnH›7\Ô\âÁOUþ‚Ÿ©ƒŸýæ‚›RÞ€›X±à¦¹Vðó7Z\àf\ã/\à–³“\à–¨fpkófð\Ë\äc\à—yý\à—’Á: p\ç[0\à¶„ƒÁk®ƒÁ\ï»À¬ó`\ØN?0\"¬Œ\ÄD€‘¯gÁ\è\ë/Á\Ø\âh0®ŠÆ¯‹“/S»\ëÁ´}\Å`ZR	˜±©\ÌBƒ™)]`\Ö\ä0»n\Ì;¥\æIO‚ùU`~X(˜\Þ<\r\r™¥ü4°tùX°,\×mw]IwUý\0w»:€ûþ¾÷;Ø€ûIPðÀózð\Û_Áoÿ¬q—Á#\áOÀ(C\à\Ñ\Û÷ÁŸ4õÀŸ<±\à‰mª\à/¡Lð¤\rüõ\Ôð\×ùð·gð÷^ø‡J3x\æ \0ü\Ë=<{žkWÿ}dþû1ü\Ï\íø_û?ð?bxY\å\nx…¾¢‚)„¨ºhAV\Ýn†¬’@V\ã’!jq~#/ šƒ!Zwaµ\ê\È:Skˆ\Î\Óó\r*!º³¦\Ý9\Zd\ã¨>\Ä ½\0bˆ(„\'ûBLK ¦\á\rSùZˆ\Ù\ÎLˆÙ£)È–G\"È–\ê~ˆE<²õ‘6d\Ò²K\Ó²+\â\Ä2s\ÄF\Ùù¿\ëÅ½\Öw!vÙ¶}\ïú ÿ®…8þ\ì‚8.\Õ@œ3m .\ëþ\ç÷\â\ÒSqM)€¸¦¶@\\¡\á\×þvˆ»\æQˆG\ë*ˆvÄ³˜9\n–B¼>\ÌBŽ©¿†x\ßN…ø;ñ\ÉR‡øv¼ƒœý‚œøª9\é\Óño…øCŸ@üAiÁ\Ð\È\\È™o Éˆ§\"Hdf$\ê\Ã_\Èõ%\È\ÐwHlO%$.¢÷\é+$>Ur\íú#H\Ò\Õ\\Hª\Ð’f½¹~\\r=i$£O¹ñ¤’yü\ä–\Ï\È-t\ä\Ö\âOH¶V$§º\0r{õyH\ÞÞ‹ü¥S‚Hm\È\Ý4*\ä.\0)’ï„”<5…”\ÄB\Ê?C*i§!U\Èt\È#ýU\ê	\äñƒ\çZ¤.\è3¤\îö-H}\áIHC@	¤!yNT‡4W\Ð!/‚¶A^\Ô\ÕA\Ú&¢ /›ðŽÿ{\Ð9’¸$@€œýý	¨q\'ž\áA\è¥@\Ð!Òe\Å\æ\r„\Z\Ý	¡‹€0\îeA\Ø\ÞU\Î\ÍQ÷œ-„o*„ð¯k@DiG R\Ûˆ\Ô\åD\é…\È\Æ\Ê!Ê‘w\î‹Þ›,Hß¥s7ù÷v@Èˆ\Å0d\äòA·2ºM{\í>ùt÷\ZdLCó\äB&Wl Sw} _O´A¦l…üð%AfL·@~öªC~\å ¿*\Ç!³\à9}3\È\Âz+\È\ïwG!½ \Ë¸\å\Ë!\åi\Èòb)dEUQ@U¶l„ªÄ”@U< ªc j\×f¡\êƒPõl¨\æðv\èÚ§P\íöV¨Ž~T‡e]\ïóª·%ªg[\Õ÷ÉƒnvH„n®@\r÷\äC·ÜnyIƒšgî€š\äA·\Î\'@·m—A·¥ùA·ý9Ý¾q+t\×\×)¨•\Ö)¨\Õò¨µe,\Ôúøv¨uñ>¨5\nµùûºg[t\ïŒ?\ÔvW7Ô¶\è\Ô\Î\ì\Ô\îþ[è¾­\å\Ð}B¨}¦ô€\Í*¨\ã]G¨K\È¨\Ë+¨\Óz¤\Ø\êZ\Úu¡´Ð£\ëb GCÒ \Çt\Ðc¯@½c-¡Þ¹\ÆPŸ».P\ßgfP¿“›¡\'ýNAO\ß@ýŸf@ýß‹ !G ¡y#\ÐÐ‡» ao¼¡\á\Ð36NÐ³K[ \çlg¡\ÑzC\ÐhOô|²\n4\Æ=\Z\ãYý\ì½ˆaA/’B\ãz·C\ãû‰Ð„\Ñ$\è\å–^\è•\Õ\èÕ¼1h\âB+ôZøôZ\â4i÷[hR\áhr\È7h\ê‹(h\Z¼š~\Îš½~	½i€\Þ\ì\ÇAsö·Co;@ó\Ö\n ¼J\è]­Iha½´\ÈcZì¦€–<|-y\Ô-i[½ß¸-Ÿr‡>j†V¦žVfB«£\Ðj²´Fÿ\"´\æ\ß}hm]´öU=´\îv´¿\Ú\0\Ú	mdNAŸ~œ‡>·5€>\Ï)„6#„\Ð•Lh‹¶\r´¥3ú\â\Úz—m³ùmž‡¶\ß/†v¸ŽC;.\ì„v¦p¡\Ð\Õ%PØ…ŸPø\Èc(*\ã£B±y>P\\Àk(ù¾7”zi\0JýpJ?uÊˆˆ‚²{B9\Þ\æP^ù~(\ïy\rT¨¾Z€Š\\ \â\æPñg\'¨4r*ûb•_\ßU\ÞA»¢c \Ý\Í\ÐþAôÝ•4\è\åthˆN\\9_ýh\Õ\ným[	…ŽUB¿DC\'5;¡“Zv\Ð\É,\0trþ*ô\ë\ã2\è÷5E\Ð÷ó¡³\ãO¡sÕž\Ðù}; óñ¡‹\è\â	\è\â\\t©\Äº4Ê†.}†.ýz]f\äAWú-`ªhLuü+Lu\Å¦\Þü¦¡±\r¦­\n[\ãù¦\áÓ¦vÃ´?Þiÿš‡­û\r[,¶~\Ñ¦\ç°¦\ç³¦þf\Ðu¶\é\è[˜‘\ão˜ñs\0\Ì\Ä\ã*\Ì<\î5\Ìüºfž\á³Hƒm\Ë\Û\ÛE‚Y\ÆýY\ÓaVm\ßa6ú¦0›ga{Ò°=\ì`{]E°½\äk0\ÛûŸ`v\à\Ø~§B˜ýƒ˜=N\æ\Ð\\;ø\æ)\ìø=\ìðšl\Øa\Ãx\Øañ˜³Z \ÌyDæ¢­sá­idÀ\\q\Ú0×¯\æ07O˜ûƒ³0\È˜\çr\ìØ¿.\Øq\Ç0\ß¿a\'º­`þX€G8,Hc\âúR\Óµ›‡…\íw†¾Ä€9tQ¹1Q‹ô¹;[²‹:È†›0‡]HÖ„\Å\é\ÅT\ä\Ãb\êÁ.\n\ÎÁ\â»\ÃañSË°„¼\ë°+;\Þ\ÃU\æ`‰\æ\Ça\×vmƒ]‹:»öõ.,©K=6\Ëx\ã»ñ¶v³=–s²v»ª–›»ãŽ†\ÝA­ƒ´°a¨vXÁÇµ°»iP\Ø]¾\r¬øI!¬d­-¬t\Ê\rvo=\rVvÁV\Î\Û	{\àV	ó…Ui\Ø\Â\Ù`j`\ØÀj@A°úy}Xƒ\ï\ZX\Ã\ÒN\ØÓ¸X\ØÓ‡\r°ç¶°\ç!‘°f–¬e}¬õ‰\Z\ìeöA\ØËªÐŽ\0%ða šiòX£ÿ†¹~†\Ý †\á¶\è\ÂðZ†0üK1®F\Ê…QL«a”`ô·¯`Œ\Ï`Œ\ä¯0¦\æuóv1Œ\Ý\×~<	¾…\É\ÎSa²\Ó0\â1L\é¹S.ß„u—Áº`}›°¾\×i°\×Î¯aý›¼aýÿ\Ö\Ã˜7`ƒ¯ZaC\ÔØ°)\rö\Þ46²7öq\Õ>\Ø\èqu\Ø\èe8l”\Ùû\ä™û|­6\ç\r¯\\›\æÀ¾¦\Â~<ƒý¨ûõ›}][\Ü7û§\êûW`\0[6”\ÂV†¨p\ÕðRøjcc¸fe\\\ë\ÐI¸\Ö-\0|mf*\\;\×þz\0®Sl_Ÿ°®{<®\ç,ƒ8§\Ã\r\Þ‡oZ_7‰ƒ\ÂM]Á·avÀ·;a\á\Û?Àw0WÁwE5Á÷\Ô0\á{j}\à{\Z0ð=\ï^À\íü\ßÀ\íB¿\Â÷í°ƒ\ï_\ß\î‡\ïgªÁ\íMð	Žp\ÓWðƒ\îp\Ç\éY¸So&üpP/Ü…ó\n\î\"m€\Éý\rwo¢\Â=ep\ÏÖµð£\ë¸ðcw\â\áÞ«0ðV_\à\'|ŸÀOj\ÂOy†Ÿz½8\íð¿Tx@a<\Ð\Ò˜zX]	z\n\Ét‡‡`øð/\êð?½ð0¾fþp\0~º-\r~\æp<\Òp~þ\Ý,üB\ã/xŒf<&\Ìós/<þ\È<>^~	>\nO˜¬‚_sÁ“\ínÁSF¡ð4SwxúŸøõd<Có-<cóIxF›=<£\ã9<c¶~£%ž¹–¿)p†gƒ\á9\çXð\Û+nð¼\îHøuO\áw‚\ß\Ã\ïä¿…\ß!\Ã\ïH+\à:Rx\ã=x‘º-¼øüCø=kUxÙ­óð²G»\ác0ø\Ã¼òûAx\å/{xm\çAx]E=¼A‡7„7\Ô\Ãð§~4xSW	ü¹\î*øó\ÞxKD3¼\åa\n¼µ\ØÞ¶½\Þ^ö\Z\Þ)\Û®5€ƒr˜pð\Í{p\è)\ÆO‚#š4\á\Ø;p¼ NHÃ‰ŠkpŠœ\Êÿ§=N„3Rö\ÃY»\èpkœ]\'„s\È#p~\ÓY8_þ.°\ÃE†G\áb„\\b•—zµÁeNÀ\å&p¹b/\\Á…+XKpe¢¼;\Û\Þ÷8þ:£\0ÞŸ­\ëoõ¿Dø°E\0|\ç	AÁ?œušî:\ÃGkðO÷ÿÀ?=ü3rƒm„\r¶ÀÇ†´\á\ã[¶Á\Ç	>ð/±‰ð/\É*ð/•\Öð)‹\Ûð©q\røô\ÖUð\éFð™“ð9»yøÜƒø\ÂW0üwS=ü÷‹õðß¿\á\n¦\à\Æý\àK\Ö5ð°B\Õ1¡\êt	¡\Æ\ÌCh\ì}€\Ð<‚@¬ñt@¬u{ƒX{\Î¡³µ¡ûR±Ió\Zb“€0\0\"Lyº3\ÓL„ù¾I„y¦aþ\r±³c±ûj%\Â\Ò{aY\Ì@XÅ€Vƒók,±7ò!Â®]a7t±\Ï$±\ï¶&bf±ÿ0±ÿ\Ø0\Âþ\Ý2\âÀ\n\ÂÁº\á°ÿ\ÂÑ±\áø8qh“\Â	b‹8\\¬p9¼€p™a#\\=\Çn\è\Ëw”\áa¹\áQ1ðÀ?Bxp#G#\Z\Ç:þ ŽŸ_ð\î\\Aø\Ø!üMŒþ´	„¿\è7\"@’‰™\Ã!Â9!Â¡[§§#\"v\"\ÎVT \ÎBb\Ñ\ë1™ˆ\ÄD\ÜWD¼\×FD|+\r‘pu‘v	q¥\î-\â\êz)\"Qu\nqm8‘tö\n\"5h‘ZÖƒ¸n›Œ¸\Þh€\È\ïDdu\Å\"n&\È·W#²\ã¯#²ñeˆ«hDÎ¾\ZDŽ\ãSD\îYMDþÁ>DÁ\ÏVD\Ñ\ß!Dqÿ\n¢d\ÍFD\É\Ì\â¾\ÞE\Ä}Y¢\ÜU‚(¿Ø‚(©DTD#*\î=BT°;vnB<@¯ L•\ç#U\Ö~ˆ\êC\ïžG<ö!j\í<O®e!žü*B<\Ýú	\Ñ\ävñü\ê¢uG!¢ø\Ñb…x¹Œx9uÑ®6‚h‡‡\":ž|Ct0^#^MZ#€\\¼#fBÀ§ˆž\Ôi•C e\éŒG³2‰À¿“#ˆö`‘5Ž \×\ìGP\"\Õ¬‚U~ÁB|D°\äkœ\É]\îm‚+\ÎEð(Xß Á\ÏX\ä«#„¡\Ï1„0l!\Ì<‚ôu#¤\Ì\'\Ù\Ö\Ûù¼B\ËF(\ÈG]™NˆT¢w¦\Ñ7ž…\èw:„\èŸ,A¼õƒ\"†\ì\ÝC=\Ä{fbpñ!\Ó\nñ±:1:IGL¬­CLJ_±ùˆ¯\ÓÔ»ˆ\éõˆŸ› ˆ_\Î\ï¿ž\Å\"~½Eü¦\"~\r\r f\ïas4\Ä\Ü\×}ˆù\Í¿?x ~O¸!ó[«\Û+ü¤\ÊF#¤šò;R\Ó#©u\È©•\æƒ\\»\Ù	¹\Ö1\Z©\Ów\Z©G)A\Zp©H#Ÿe¤…ƒrt¹sür÷¢\Ò\æ\Âu\ä\Þ\n&roO\Òvw\Ò\î\0i\ç?ƒ´\ëA\î;G\îß¾¹_‰´÷½ˆ´ #\àH§\Ù<¤ó\Â¤‹¯òˆK-\Ò\íW\Ò#†‹ôø=<\æ>„<\ÎWGÿŽ@_.Ez\×+‘>³¯‘¾\Ö(¤\ï\Ç¤\ï¯È“Û½\'Û¢Cd°\"²>\Zú&yº\áòŒ†ò\Ì\è+d\äy\î\íd´y\Î@Æ¥¡‘q7cñ™\ã\Èø\Çe\ÈK6\È+3ýÈ«‰-=\ÈkúdÒ¹$d²¿;2¹»™¼ø™\n3B¦1\ì\éÁ½\È\ë‘\È\ë3+\È\Û3‘7‘™Wû‘Y \n\ä\Í?d¶\Ígd®œ‹¼\Ý…\Ìß¡…Ì¯?Œ\Ìo9…,x¯‡,4öB]9ƒ,vžG–\æ\Æ K\ï®A–Ó½‘†1ÿ{|ð\×YiR†||EÖ©ø \ë\ë\rþ†\È\Æy)òyg5²9}\ÙÜš‹l]\ZB¶\ÍA¾üÛl­C¶C¿\"_¦\"{J€\àHp^RBB(\"$4\ë&ö¬\0	C\Ô#*NH\äO$\Æ\å*\ÇEbrL›)$½IŒd|¼Žd\îA²«m‘œ>Hþ\åv¤8h	)¾\ì†<”\0\Þ ¥—3‘\ÒÜ‡Hi\í.¤”†”~úƒ”‡\Ì#\åŠ|¤©\ìHBvy\å »\ã\n¯¯‘ýÎ‘\Èº1rD¾soA¾\×\0 Gÿ?\ãS\ÜIä¸ƒrü\âMä„§ù¥ŠœD\ïANE\"¿\î\ÈEN\×\"g\Îs‘?\rò?\ã\à\È\ß_1\ÈÅž%\äß\È1(\ÕK”\ê\Ç\r¨Uj§P«<QjA1(u¥qN†\ÒHWCi®¶Bi¢•¨µ§ýPkÙ‹(3F(G\ÛP\ë/C­…Z?CmÈ¯C\é\ìBm4ý„28MGm\ÒùŒ\Úô\Ôe|x5\Ê8\Æez\èj\Ë!Ô–ûI(}m”Å¾\ç¨Ì¿¨]/\ÛP\Öù\×Q\Ö2C”Í»XÔž¨u¨}«•¨}Þ£(G¶\êP\ã\ê\Ð\Ü\0\êHI=\êH¿\Ê\Õú;\Ê\íd\Ê-†r\ëoGy3Q\íP\ÇÀ(\ß\'Q\'\æ&Q§\ÞDù{†ò+P©6¨\à£GP!þ‰¨Œ*<\'>?„:\í\ËEñy:Sµ	u¦Á±|\ry\Ëu®/·}\Ç§…Š»÷\r÷\Åu‰¸\r•½ý;P—=V¡.w\ËPW¢MPW\ËÅ¨kÚ£¨”\ÒT\ZA\r•ö\Ëuý†*ƒõ•\éñ•u\æ2\êfd$\êv\Ý?Tžõ-T>\î2*ŸÞ‰ºóµUtoU\ì\ë*®_A•ù \Ê.´ Ê·¨ \ÊO¡P}e¨›ŒPZ1¨‡k\ÜP!“¨Jv	ª:2U\Ý@=n.D\Õl\Ð@\ÕGÕ´\ë£jK j•~¨zH)\ê\É\Þp\ÔW$ªÁ›ƒjø†jÔ¼Šzºa\ê)´\nõt`õl\ÓqT\Óø\ê¹nª»ˆj\Ñ\à¢ZôP-ƒ[PmŽRTu\Õ![B½Ê¾Š\êÜ´€«¢@GƒQ {Z‚\ê \à:\ÏPð‰\0\ÂR\r…6mC\á\ÆBPx\ÕQþ¨>\nÿû!Š D€(’KŠ¼1E\í@Qg×£\è‘Pôgps\ÛE«0\0\Å\â>Eñ,> O\\P\Â\n\'”p~%:±%¾§@‰·¢dŠ”\\¹¥ˆ\è@)À6(%ª\Õ\ÕØ‡\ê\â<Du{ÁQ½\âM¨>\Zõ&´õ\æô$ª_«5 Vƒ\ZPB\rn\ëA\r&\ÑPƒ\ÍY¨w÷H¨w¿ªQ\ï²Q\ïcsQ\ï™P£:¨Ï•|\Ô\ça jŒ¾€\ZW±A}‘£¦rQ\ßT³P\ß\Ó7£f\ê§P¿â™¨_	4Ô¬6õ»uõ\'(	µt.µ¼n/j¥\åZ%\Í­‚^B«Z%¢Wq˜hu©.Zý\ï{´\æ\îhM\Ë\è5•\Ç\Ñk\í‚\Ðk_¼Ak»|F\ë@\Ñë¿½Bo:R†\Þ,¢¡Žk£¦ß¢=\Ñ&¸:´\éª´i\â=´™AÚ¬\Ú½\åP	\Ú|½mž3…6/«G[L%¡·®±Do·}ˆ\Þþ&½#\ë(z\ç]?ô®÷ô\îÂ‡\è=J9zogz/\é:\Ú\Îözÿ\ãm\è-pôoh‡_\Ãh§x5ôa\ì5´óÚ»h—ô‘±5\è#\Ë\0´«¡5\Ú\Õ+\í\Öd‚ö ¡è &G{=Ä }©h?\×Tô‰pôI\'\"úTv8ú\Ô\Ô´ÿúX´ÿ#:p¬$ CFó\Ða\ÏÐ§µ5Ñ§ÿø¡#‹\Â\Ñ\ç\n7¢£¯½BGÿ3C_p\ËD\ÇšF\'\è­B\'üÄ ¯4nC_i\ZA_£‹¿¡Ñ§\ÐIQŽ\è¤Û…\è¤\ÅDtZûNt:¹¾Gg¨ŸFg\â^ ož@\ß\ìÚ†\Î@gcÐ¹¶|tþ\Ã3\è;mbt\â$º(L]T\Z‚¾W&@—Oy¡ò¤\è*ÿ6tý\0ú(]]\ÉB?\Þ-G?¾>‡®YLG×Ÿ)E?QœA?«1C?¿þ\Ý\Ü A·¨\ÜF¿8ƒn¤¡_-|GQ\ë\ÐÀ\Óh°\ÛU4ü‘\r¯¹ŒFj8¡‘ù\Ýh4\r‰\Æ4=@\ã4¼Ð¸\Ãýh£Mð\ZC“\ÞoCS\Òo \é\Ð4\ëy/š{º\Í_þŽ\0\êÑ‚·¯\ÑB\Ð(Z¤ú?\Æ3´¸3\n-9Ùƒ–m*D+X{\Ð\ÊP-´’õ\Ý\ÅþŒ\î.Dw·¢\Ð=‹z\è\Þ\Ð}¡\èþ“›\Ðo‘tô»…!ôû0#ô£\Í\èÏö£?\×\Ñ\Ðcö\Ù\è1OôøN\rô„\Éiô 5zJ¥=•SƒžzˆD¸„þÖ‹F\Ï8\îAÿ\\Aÿ\ZBÏ¢¡\ç||\ÑsuN\èùŒ\èEƒ½\èE—ô¿\É+\è•Öƒ•0/ÌªcZ˜\Õg¶`\Ô\ì\äõDcŒzcfM£\Õ~³Ö´\r£]\ï\Ñ~–„Y—)\Ç\è¬#cÖŸ	\Æ¬ûˆ1¨«Ál\n\Ó\ÂlŠYÙ”ô³Y÷fsn0\ÆøU7\Æ\Ô\ï7f\Ë`<\Æ\Ü1\Zc\î…\Ù\Z{³UP±4\Ì\ÄX&\\\ÅX²?`¬b¢1V\\ fE1\Æö*³Ï³\Z³Ÿ›‰±¯\Ô\Ã}Š90f‰qP\Ä8\ìÁ8\â\â1‡R–1‡ˆg4\Æù\ÇmŒ‹\ÅŒ\Ëi5Ì‘ðEŒ«q-\ÆÕ²\ã~HŽñŽñø\æƒ9jdˆ9V\ë‹9ö7\Zs\Üosœðã£›‡ñ±¹ññÿ‹ñM<ˆñ³ó\Âø]0\Å\è0ñÍ˜ÀŸ™˜\à\ÏÉ˜\Ð\ÚL˜\ÅLxó^L8ø-\æö&¢\æ&b\å>&úñ&\Ìyl\0\æBŸ&F¯[cŠ‰[·“((\Å\\S?ƒ¹\ÖŠI:þ“|,“…Ä¤ha\Òm1\é\É\Ç1U17ú\ã0™z{07o217\Ç\Ïc²‹bòw\Ìb\n‘L!ú¦‚Ám¿ƒ)\ÚñSÜ‡Ä”\ä¶aJª1e1—0e¿¤˜ò\ï0\ÐVÌƒ\è\Ì\ávL\å–O˜*%\nó\È‰y\Ä&c-_\Æ<>kŽ©1\è\Ä\Ô,cj\îý\Å4\ìÚ‡i¦bžyÿÁ4\ï\ïÄ¼¸ù\Óv\Ýóò`9¦]\'\ÓN;„y¾xDÀ\0\Ð5\à\ÂD\ï;rz\é\é\Å@CL10n59ž…Ay\ÅcP^T,	ƒŠß…A«üŸð–&lƒùÜŠÁüþ…Áùbp9\ÓÜ†`ðCŠ»‹¡ôl\Æ\Ð_`1\Ì-NA†O\ë\Çð‘\ã{Œ¢À\È’0²\Å;¹\à;¦\ë\Âk\Ì\ë½y˜\×M+˜I8f8\Ò3üa7\æ#’Ž=ˆù„Ø€™\ÐûˆùBŸ\ÅLžý™D»c¦ò]0S=˜¯\îN˜\é\Ìôœ\n\æ@Šùu„ùõðf®‡€Yð¨\Âüù9YüÛƒYn\'`–¶˜\å7w0+\à	¬\êùµ\ØU°«\ÃS±\êOÜ°\Zx¬\æqvÍ±CØµ}&X\í\Í#X\í–\Øõ\rXýšO\ØMœl¬¡°k¼A5.:5þ²‚5E\Åb\Í^øc\Ísc\Í\Ñ]X¿&\ì¶\ÊN\ìö\Ø\ï\Ø\ä\Ë\Ø]·z°VK°Ö»†°Ö‰NX\ëd¬d-\Ö\æ#»¯[Ž\Ýo†\Ý?¬…=`ÁÁ8\æ†=è´„=x\í:ö`÷m\ìÁ\Þ3\Ø\Ãy™X\ç´:¬3ü1Ö…û\ëz_„õ\Ì\r\ÅÓ¾Ž=\æð{,\â\"öø9öø²:Ö§Ž=Æž¨²Æžœ2Çž\ê´\Çúw-b`Câ—±¡\ê-\Ø0\Z6,€\rÃ´c\Ï8&b#œl°½%\Øs÷8\Øs\Ð$lô	ö¢b\Ç-À^ò\Â^J¸ŽMH3\Ä^9¬‹½Jr\Â^\ËXƒMúmŽM¾\ëŠM.ý†M{í½¾ð\Z›Ñ–½1p›Y–\Í\écsóK°¹m¯°¹\Ìz\ìm\ÎUl^\änlþ°1ö¿[\è-j»ˆ-\Âa±÷\Ö`\ï/a\Ët>c\Ë\ÜÍ°\åyll9P†­\È*\Å>(½}¸~[i!ÁV%?\Æ>\Þ5­W_­‚°\Ï\È!\Ø\ç\×°Ï³‚°-¦óØ–Ì»\ØV|lke<¶­\Ñû\Ò\áöe\ÂK\ìKð\ì«Nc,@ohõtzŽcb¡‡R±PŸ\ßXXüf,~‹\Ê]ƒE\Éwa±/Ë°XKHø‹%\Æ\Õc‰üX\Ò\â0–\"ð\Å\Òÿ\Ä\Ò~°t\r,\ã~–5¼\Ëm5Áò¼j°ü°f,ð	+¼Ÿ‰ðÁŠ>\Îc\Å	_°RM¬ôª\ZVö)+â‚•‹ê±Šðh¬QŽU\Þ6\Æ*;Ø®\Ò9lw\Älwc\'¶g~\Ûw\àöõ1v€$\Å0¦±&ö\í½0\ì\Û\ì»15\ì\Ð\Ø\ìûsØ‘v\ä¹\nö\ã™F\ì\Ç\Ï=\ØQƒ5Ø‰«°_©Ø¯t°\Ó\Ç*±?\×ý\Äþ\Ä+°sÓ³\Ø\ßV\ØE‘5öo\Ó\ì¿4uì¿‡b\ìò‘³\Ø\å!\ì\nÀ§R9ˆS\ÕÚ‚S}”Œ[e3ŽS÷lÀi|JÅ­y=ƒ[{ò-Nû\ËœŽX€[¯g[·€[OH\Â\é”\âô(H\Ü\Æ5Ù¸s†8ý«\ßq†N`œqg+\ÎD\ß·EŒÛ¢¯ŠÛŠ\Åã¶’\Ö\à¶_Q\Ãm¯\ã\àvcq»…q–o%8«oWq\Ö	wq\Öb/œ\rŠ\Ûsø8n\×n_®>\Îq³)\î\Ð\Îi;w¸\î!\Îùi:\îˆ^.\î\È\Þ[¸\ã‹\é8\ï}»q\Þ\Ç÷\á|/\ã|¹8¿‘ƒ¸“eopþò\\€ö.\\\0*ø„\">\Æ	\ÃqÁ=wq¡wv\ãB;2paz@\Üi««¸3,\\Ô¦\\t@\'\î|P\î|§\îüd\î‚\Ä“¯ÀÅ­nÁ]v\Å]\Î[»š®ƒKlvÁ]»ÿ—l¤KNK\Â%\ßû…K±ØŽK\ßx—^—‚KÞ»~ý\î\Æ`.2†»Y¹	—\Ýw—\ë\ï\Ë7µ\Æ\å\Û\Â\åGj\á\nŸ˜áŠ®\ãJ&ºpe¾©¸²;\n\\Å–6Üƒ£TÜƒSûp½V\á*Oãª´}q5ö\á\êV©\ãê±½¸\'\ãú¸†m\\ca7®\ÆÀ52†q\Ïo\Êp-†0\\Ë®\\^÷\â\×7\\\ë\Ú^\\›ýQ\\›d\Z÷\í\ëm\Åu\Þp\ÃRp€R(Hd\á \ÇpP‹ý8\è«,b\æ!\Õ?‹C¨\Åa–\Þ\á(Q\Çq”¼“8\êQŽ¾\×\Ç\Ø\îcZPpÌ”Fs1\Ç\Ò[Â±6\Âñ\Ó\Þ\ãø\Åpü\ÇN8K=N,]ƒ“(<q\Ýn!¸n+\\w\Ò3\\\Ïd\r®÷\×(®_\á†\ë_šÂ½=t÷–<ƒ=\ÈÀk\ã\Ædþ¸qv8n|…Ž›\è}ˆûr&÷†\Æ}‘g\à¾>\íÁMŸ£\â¦o\\Á}»2„›ù\ÆýTG\ã~ºG\à~F¸\ã~\æY\à~\n\î\áf-ö\áf/U\á\æ¢p¿p‹&c¸\Å}Ë¸Å‡†¸¥?\Ïp+\Òp>x•2^e\Ñ¯js¯–û\n¯6¡‚×°\ÆkN\Âk\â\Çðk.¥\âµ66\âµ §ñZó0üº€0üú,¼M!~S\×#ü\æt\Þ\Ðû(\Þ\è\è \Þ\ÈOo¶†Œ7›c\â·4\ÞÃ›\ï”\á\Í\à·nÛˆ\ß*D\á·{F\à·3­ð;4Tð;²eø]Ž_ñ»5CðV\â\n¼¡\nÞ†Ÿ„ß“¸Œ·­5\Ä;TU\àþ\Æ;ùX\â]tŽ\â\ä|À».\ç\à\ÝÎ“ñn#½x?ñžžø£óx¯ójx¯IGüñƒx¯8¼\ÏñN¼¯\Ðb]þ¤\ÖAü\É\ÝFø“ø-ø€õ=ø \Ó)|\Ðð-|ðþ<|ð]|\è\í%|˜ª->\ìe	þô\rø\Óagñ§\ÉX|‰<óµf>\êeþ\Ü|ô¶\nü\â(þb\âN|\ÜN>\Î5© 	Ÿ°?Ÿ½\ZŸð	+)øË§\á¯X|\Ç_ñe\á“L\\ðÉ‡QøG|†ÀŸE·\Ä\çt\æ\às¤©ÿ«\Æ\ç:­\Ç\ç\r\àÀWñw\'œðEQMø\â¦|i†þ\Þ\ÏBü}ý›øò\àz|ù\Ý|\ÅY|ÕŽ/ø*—\n|•k&¾\n†\ÆW	ÿ\à\Ý~ƒ¯ž–\àk\Ë3ñu^Qø:˜¾®…o¤¼À72Ÿ\áy–ø§§jðO\ÃKñO\Û øÖ—›ñmcªø¶Ÿ^ø—¶ø\Î	3<À*\Üm‡‡\Þ\âaa\ÍxD¤\ÈÁ#Ú¶\âQ‰cxt\É4ž°\'\rOjWÇ“\ÏlÁSU\Ðx\êžP<õ/O\Ów\Æ\Ó|\â\é©-xúJ7žY‹güP\â9vx^À¼ÙŠ÷,\ã¥N~x)\Ô\éžx\Ù[^Á\ç\ã»2—ñ\ÝN\ã{vrð=®Ÿñ=c%ø^p1þ\Í>w|ñ-ü€›þ-\ïþ\íkü\àö\ÛøÁ\á\Zü°w\'þý\ê{ø‘\Õ?ñ#\Åbü\'Ýƒø\ÏY±øÏ—ð\ã\ßñ\ç\éø/‡ž\â\'S·\á§.o\Â]-ÁOÏ–\â¿À\Ð\Å¤†ÿQu?“}?\Óú¿Pp\Z¿ ±Áÿñ}‚_Œs\Æÿµ\Í\Ãÿ\Å]\Æÿý‰_ùOPybJP}\ZBP3t\'¨+a-\Ûs„µ—\âk“l	ÚŸ?Ö8AX¿ö!aC\Ð=ÿ› ›\ÖD\Ð\Í\ÛB\Ð3ô\Þi6,ôA\Éý™,Â¦\Û@\Â\æü·\Ãu±\ÃôW\Ã\Üi‚Ñš!‚\Ña‚±ù‚1\áÁx\ìÁdE…°\Å1˜°¥\æ2Á\âV\"a\Ç\êi\Â\î\Ì‚õƒÂžƒž„=•I»O†ûø‚=ªšpÀ@…\àpƒApƒ	ß¢´‡S?\\\Ýþ÷ò!Á\ÝfÁ\ËÆ‡\à\å\ÓKðJi\'[\È$_s˜p|0‹\às\àÁ§f€\à;\ZEð\ëN#œØŸE8u\ä!¨µ‡l\æCÝ•BWN›\æN\ç\êNÏ¼\'œ\Ùø‡pf®\åºH8¯\Õ@8[BˆBb­G±ˆ„‹µ<\ÂÅº(B¼)!~4˜p	dJ¸«F¸ZSK¸ºKH\Þ\ãIH}2EH‹YG¸þ<¡\ZK\È\Ø^O¸±$#dVœ\'d\"b7¿&d¯9@\È~¾\ÝfE\È)8O\Èó_C\ÈL\'\Ü1A\nwž&³\ÅKxBÉ¥\ï„RB\é-6\á\Þ?\Âýž9B™\ÉKBÙ®BY:¡‚D¨\è!T,~$<8ø“P¥jBxt$ˆð8>–P«5K¨\Í\ßD¨wª\"<{J\"¼((\'´\î¦Ú·\Ú\Ü«.:ƒ	„ŽÏ„W—v\0ƒ\êÀ\âQ(&€o	\à‹C°\ì	À#@>d\à?-\è_\Ö< €Ÿ›\'Sþˆ\íMòös\Êj=\íž\ãE`®\Ë%°\Êk	ì‡šŽú g\×G\à\ã¶„\ÖC!K› ~ƒ%H«\ï¤½û	2OB\×\ÃÛ„n+¡s†\Ð\ã\Â!ô®…zO&zS>\ÞL~%ô¯ùH¬M%¼{•J\ÚDªýFV\Þ/‹	}“	¯IŸ\Ö<&|\nR\'|®ñ\"Œ\'¨&»ûSw	SÌ­„©®W„i\Ï_„\ïÑ„\ïw\æR\n	ó\rÞ„« Â¢\Æ_\Â_³K„¿iz„ÿºØ„\å\Üß„•¥)\âªkA\ÄU%Ç‰kôŠ‰kô_µDp¢vc\rqý^=\â‹h\â®q\ÃT\nQ7{€¨~ˆ¸±TN4Hb\ržV7ú\r¯x\ZoˆÆžµDs;¢™\Û¢\Ù\Í1¢\ÙŠ¸µ\ê\Zqûš\âöSsD\Ë<9\Ñ{›h\ÕjJ´öS!\Úxo#\î\Í&\î-_O´\Þ&\Ú\Ù#‰všD»†&\â¾O\áDû½ŽDû©\âŸ3\Ä³‰W›~K%:\É$:\Æ\ëºWˆÎ“»‰n¾·‰n\ázD·6\Ñóz\Ñ[œ\è]\áJô†[}qÁ\ÄSI\Ä\0\Ûw\Ä\0øZb\àX%1¨Ü‹\ÄýN‰\ï †ôl!†žŽ#†^\Ö#Fª}\'FAöc\Úˆ1\ÓÄ‹®º\Äø$\â\å¤+\Ä+\ë…\Äk€%b’m:1‰$¦<G¯Ã®3i­Ä›/]ˆ·p¯‰\Ù\îÏ‰9\É\ÍÄœº?\Ä\\“‹\Ä\Ü>\âmÍ¿\Ä\Û{\ÑÄ‚k\êÄ»vF\Äb\Ë\ÄR\ß6bivñ\ÞD6ñ\Þ7ñ\á†)\âC‹UÄ‡\Þ6\ÄG\Ä:ôb]ÿ6býþG\Äú\ã\'ˆõÍ¡\Äz\é$ñ\É\'\âÓ+\Äg\îgˆ\Ï\n¡\ÄgM\ë‰M&pb\Ó[b“\Ïb\Ó\ï½\Ä÷<ˆ/Z#‰/¯©\Û\ëŽ\Û{Òˆ.³\ÄôE\â«\ì³Dõ2\"ºB„	‰P\Þk\"\ì\ÄF\"<\èùA\ÄMkñ·´ˆD\ÝoD2p7‘üÎ‚\È\ØfMd1‰Ìƒ7ˆL\ç.\"ó\å3\"³w’\ÈÒ¼BdA	DV÷n\"gú‘Û¯I\äþúE–X\Å\Óo‰’\rD©\ç=¢´·ž(\Ë\Ó&\Ê\×»’\çˆ]\Ü^b7=ˆ\Ø\Û=M\ì£È‰¯\áX\â[s7\â;“g\ÄwADâ»¤Z\â;\É(q\\B¾‘G|__O¹Lü@¿Düü!–øyf#qÌ§ž8\Ù\âNœzu‹ø•¼“8M¹Lü¶Y@ü¾\Ð@œ9Mœ\éK&þ÷ÿ$\Î\Õl%\Îoô\".\Ü\Ì$.üûJü3<H\\<VG\\d´ÿnýIü[FüÛ²Ÿø\ïG\Zñ\ßoM\âr›¤Å“T\âHj\Zú$µW9$u•õ$õ\'\Þ$>)I£?’¤i]H\Òf\ì \é3H:ŒI\ë_%m0.\"mHº?<H\Íþ6&\î!mš¢’6òH†µOH†BG’Q”dbgO2Á\Þ%™>¼@2\Å\ì!™E®&m\É\Ï$™{Y“\ÌÃ¯,n–‘¶t‘v?ºH²4\í#Y\é\Ü!YÑ…$kó{$›\Þ^\Òþq*\Éqú \éP\0št˜®E:¬ø@r¾…&¹l>Fr1õ#yT“<@kI>«}H>¿E$Ÿ\Å\"’\ï±l’\ïøk’ß-$¿¤S\ëÖ“N…ZÎƒI\àvRp\Å/Rhx\n)´Ä™\Ú3@\nC’NûÏ‘\"6:\"\"\ÕHg½I\çõŽÎƒ_‘.\ÌKI1GÏ“bž\ÓI±õ`Rt\')þA:)\ÜDJ(¾DJ #]±÷!]]ŸCJŒJ!]{FJÊ™%eD˜’23\rIYHY<I·*³HÙŽ\nR\ÎD\n)—\äEº\íUI\Ê\Ó\ÝK*Ró#•D“J¶‘J–ž\î\ï;E*ó8Cª8ó›T¹Ù‚T\É#Uõ›•-jTIµS§I\r\í-¤Æ·÷IO[–H\Í\æ<Ò‹o2R«hŽ\Ôf­Kj³¿Ej\ß`Nj7ºDj\ßGjÛ“:´O“:\ÞÆ:†\ï‘^¹i’^ý\ê\'u6>\'u¾°!LŒH€V%	ø\á>	|‹Og«‘À¯·“ ŸgI\Ðÿ{	{ƒ$Á¼#!³$\äu7*.š„¶M%¡Ï·“\ÐóOHx½Lþj ‰ˆ(\'‘~z“\ÈÆ–$r\Èõ‚\r‰¶q‰Y\åHb]‡’8WIœ7&$žÁ@\â\ë,“ø\ÛI‚«oH\Âf$I´\ê/I\\qŒ$\ÜE’©ú\ä	I!ÿBR^0$)™¶$\åÀmRIN\ê\Þö\ÔóšM\êY#\r¥Ú“†Øµ¤¡\Þ0\ÒûžO¤`1\é\ã\èGÒ§Œ\Òøªó¤ñþ\nÒ—»i¤¯Û¾’¾4H\ßúŒH\ß7óI?·\ß\"ý\ê\ÜKš+<Cš\ëÿ@š\ßOZX\ÝMZ\È\ê\'-@ú·Ç´|0ƒ¬&«t+È«\íÉ«‹Ž“Wÿœ&«E\ë’\ÕÃž“Õ¿Y‘5\ÔN’54´\ÉZ\ÃO\ÉZ¿g\Ék\0\È:f~dVòú³®\ä\ryÈºšt²þ½-d/yS\Þ Ù¨ÅlDâ’³\É&!\Ï\È&“ždS^\0\Ùô\Ý:²YV\Ù<\ç\ny\ëfò¶8còv\ÙGòµ\"ò\Î\ás\ä\Ý÷È–§.‘-‹\Ê\ÉV9²!…lM¼B¶–U‘­ÿ@\È6‘w\É{a\åd[\r\Ùn\Û*²-™l\×!#\ï×™%\ïç™\í\ß\ÉEAäƒ‡Þ“^\";\ît&;*\ÈGJ×“\Ý\ÖÎ’Ý†u\È\î7À\ä£CG\ÈG¨’\Ý9Nö†›“½\Ædßš\ç\äVx²À)r h59ð\ÓMr“„³\"õe’ƒO:ƒ‰y\ä˜9Ô¥’vª\îpŠ|:Ð‡|úþZòizùŒ±	ùì‰µ\ä¨\É\ç.§“\Ïÿ!_(‘cþ™\ãò^’\ã‡\ÓÉ—X\ä+\Øò•\Ïä«¥tò\Õ\çK\äk·U\ÉÉ·~‘“+Þ“SôšÈ©flrúzrº+9\ÝW“œ>òœþÅ‡|½*ƒ|ýQ79\ãj/9ƒ\ìK¾\Ð!g\Æ_#g>„’ož½K\Îþw›œó¨œœ°@Î­}A\Î;\ÜNÎ£\ä‘ó=$ß½jC.,\É&V-\ä\Â÷\"r\Ñ\ÅyrWJ.\Þ\ÓN.Ý­G.\r¼A¾o{‡\\\æ:E._\çN./X!?\0= ?¬1!Wö\ß!W{\Ã\ÈÕ\é\ä\Ç÷\É5¿^kµ‘\ë®\á\ÈõD¹žD~Z2K~&R#7 \È/|[u†È­g\ÉmºW\Ém·ò\Ém\Ó\ä—\î]\ävCr\Ç:ù\Õy4Ø–@\Õ\\$C”D2d€@†\Æ\Ó\È\Ð10¦ú‰Œh½H\ÆVµ“qo\É\ä;2qŸ=™T\ÐD&#^‘)&\Éôö82&3x¶dvû;2\çˆ5™óõY°E—,<˜,,‹\"‹c\Èb\ï\Íd‰\æYrÿYz3€,‹V!\Ë\ÉZä®±Jr)\Üü›üH&”f‘ß‘J\ÈC~E\ä\ï\äQ³,òg×»\ä/‰\Ý\ä/CÁ\äÉò”³ù«\×sò{`ò\æ\nò3\ä­\ë\É?\È?6¢®“m\"ÿ\\l!\Ï~úBž<DþE^Z“N^zx€üwQAQ\ÕQ§¬\Ò9LYµa‰²\êš²\ÚKQÛ€¦h¼Ÿ¥hüdR4÷ß¡hÒ‰”5R2eÍ#-\ÕZŠ–Ôž¢ûª‰¢÷’N\ÑùC1hÌ£@\ßR\"(›´S6CöR6c)›gŽRŒ¯|¡˜¸o¦˜L0)¦u)¦\ì(¦òg3½!Š\Åe[Àm\Ên/#Š¥OÅ²\nF±\ÞA±vò¤XWGPl\éRlÐ”}z(ûn(ûa”ý¡G(öf”\Þ\ç(ˆG)A)Ž\æ$Ê¡/)‡ ±0\åHóg\ÊJ)Å­4ˆ\â\Þð‡\â¹;ˆ\â\å\ïEñ:—M9¶³r¼%ƒ\âGÓ£œ,\âP¤0JÀû½”\Ð?O)aM”3”È“µ”³¡­”ó«R)±Q.”8•û”8F%!N“’0žrYc†r\ÙO¹ü ƒr¹\'…r\åh\åJ\Ì\ÊU7k\Ê\Õ\Îl\ÊUøJb\á(%±HI\æ·RR>úQ\Ò\Ì\ïP\Ò*¶P\Ò8”ô7J\ÆYJÆ“\0J\Æ\ÐvJ¦o\'%óŽ’)½L¹\É\ï¢\Üêœ¦ä…’(y\ÏT)w>q)c”»7Q\î>\ÝF¹;\ÐH)Œ{L)2Ð ð£”x(÷m](÷¿\ØQ\ÊAJ¥k5¥Zý6¥\Ú|ŽòX/ŽòI©ë‹ \Ô)\rö[)O;)\Ï\â])M\Æ\é”&¯fJò$\åùÁ\Êó\\<\åùýiJ³&ŠÒ¢SAy!²§´\é0(/Š(Ž/(\àuYpý LM¥@¶\ÆS —\Õ)°ö}~%€‚¨k£ \Ö}§ \â·P0Ng)\ØL\Ë@Rð%\ç)„\na;B²\ÙJ!k ÷fP¨[7Ph\Å-†\Õ\n{\å\r…»ÍŸ\ÂM«¦p\ß7Rxû‡(¼¤{Á•QŠ`\é0Et¹\"m?I‘þ¾D‘yR\ä=0J\Ï\Å6J¯\ç¥7÷0¥—Oy]’A8~Œ2´Dø ¼¢P\Þý¤¼\ËfSÞÀ(#g²)#7ó)ö9PF\Ï¥|¾±…òYlJ_u–21bKù²L¢LuÞ§L¢(\Óv¶”\é\Ã8\Ê÷Z\Êw\Êc\Ê\ÏMu”Ÿ\Þ\å”Ù”,\Êü1c\ÊB\Ç\Ê\ïôJ\Ê\âU=\ÊR‡1e\ÅJYùRAU\ë?I\Õl‰¤jNRµ¢V¨Z}0\êZs	U;Ã•ª3ºŸº\áa;U÷\àU÷Á\nU\ïƒU?Ï„j°!‹j\0\ØB5Xj¦n^mF5\"\êQ\×RMŒ©f\Ë\é\Ô-}©æŠ·T‹/›¨Û¶¤P·¹]£\î\Ì]K\Ý\åt›j\éŸGµLÎ¥Z\ÙP­µ©\ÖQm\Ô=%\áÔ½Ÿ-©v+ÁT{÷\Zª=\àÕžE¤\È\ÙI=ðxŒz )zp¡‹z(e˜\ê$þJuC©nÁÁT·\Ð.ªû‘ST÷À1ª»À\ê¢z–&Q½R/P½P}2iTŸª\ïa{ª\ß:\Õ\ï\Çz\ê\É=ó\ÔS§+©§\Ô\à\èU\Ô¨>õLòjT†z\îcõ\ÜujôiCj4žD¦Sc~¥S/n\\G½˜\ÐI/Ð¥\ÆW|¢\Æ/ð¨	zS\Ô\ÄòpjÒŸc\Ô\ä“O¨\Éü$jº¡z}\×{jft3õ\æû‡\Ô[«‡©·Žþ¡\æ\Ún¤\æŽPsùw©¹C«¨·B¨y\á~Ô¼K¨ù¼\Ô|EõŽûIj\Óµ\0ñ†z÷\Æ$õnþcj	džZºË”Z¶\é,µ\ì\ê-j™²‹Z6ü‰Z~É„ZñH}pÝ“ú\àÁC\êÃ‹\Ô*\ÃU\Ô*Àgj÷µ\æ\ÕµÖ¼–úô‚\rµ©öõ9Ä€\Ú|¥ŒÚ¢-£¶|\âQ;7­¢NQ!FUT¨\ÑI*ô…œ\n\ËK¦\"ª¼¨\ÈûóT\Ô_*Žó˜Jd¥’|{©\ä\ÅN*5ºJû¾™\Ê,q òa\ÃT1JD•8•P¥ô¨Òº»T\é\ìjªŒ„¥Ê¦\ÖP»\ê˜\Ôn¢µ[~ž\Ú–O\íA…R_Ã®Rß¤\ØRû¿¾¤”USšQ\ßfûQ?l+¦~\ÌL§~\ÞO\ÕùJý´6‚ú\é\àW\êX5:\î\ÒKð§NR¦¨“oƒ©“Ÿ(\Ôoˆ*\ê7\Î	\ê÷\É\êJu¦ŸBýµùuùR:u¥lš¦{@S\Õ1 ©~‘\ÐVí¯ ­zPISó\è ix=¤iö£­ñ\n£­yÌ¥i\í.¥i¶£i¯&Ñ´·i\Úÿ’i\ë\Ìiºva4ƒ\ïÓ´M¬š\Ñi!\Í(\î!\Í\è&f\ZC ™Ê\Ó\ÌJ7Ó¶hShAc4‹¦(škš¶õ\Ô3\ÚVLmûú´\í3_h;}¶\Ñv\Ò,›,h–ýJš\åDÍªù<\Í\nSA³þL\Û#\ÚJ³U}K³\Í \Ù]zL³+F\Óö­w \í{\×J\Û©v\à\ÍÁv˜\æ\Ð\\Js\ì B{ÑœÀi.üÚ‘ò‹4\×S4W\Ä$\Íõ\ë[š\Û=2\Í=>˜\æ^ý\æ^¯Kó¨cÓ¼Ž^¢Wz\Ð|ô\Ñ|\É´“Û\Ò\"h\rž´ ŸJZ0h=-X|’v‘H»v”>¤¹ûŠi­ E–w\Ò\"9L\Úù\Úy[Z\Ìk*-\Ö4‡ûü9-þü\í’Q \í\êB\íÚ¾\r´kcdZ\Ò,-)…LK‰\ßBKMÉ¢¥¥\Ù\ÑÒ«/Ð®_˜¥Ý iY‘´›#$\Ú\Í9´[¤c´¼‰´<\ç Ú\ØHZ\á!­Tø‚VúF»\ß`@+“—\Ñ\Ê7Ch\å,CZE\ê\ZÚƒ5{h5\Ó*-fh5\É=´\Z\á­\Öý­þú0\í\É\Ù%ZƒY5­\á¶=í©·\í™\ÖEZÓª/´¦#Ú´\çá½´\æ\Ä|Zsœö\ÂPN{a¾‰öb·­UPA{\éöƒ\ÖañŒ\Ö¦½RýC{Eq§½šj¦\Öo¦O\Ò@EWh1\Zô\ÇA\Z:Oƒ\ï§Á¿y\ÐC@\Z²ˆO\ÃNu\Ñp4rùn\Zõ½?z‡F\Ã6\Ð\è%L\Z#J—\Æ\Üûž\Æôþ?†\rÑ˜J\Z«t\ÆÂ­§±·ü/¯ŸÆ‰‹£qh\\\Þqš°J\Ñ\Äk„4\ÙÁšŒ„¡\ÉE4EY\Z­\Ë=‰\Ö\Õ5L\ëÊ¦u7m£u/®\Ðzki}\ÆÞ´>\çk´>o­/Ox5Cô‰¡\rÞºA{—XE{\'\'Ó†L{hÃ¥´÷«Á´\è\ÚN,\íjš6ÁCÓ¦Ì¹´o{X´o9»i?^¤Í¼¶¢ý$\Ô\Óf\rúi³¥\á´Y\ìI\Ú\Ü\Æ>\Úª—ö\'©ö7•Cû+]C[I¤­<,¢«ô9\ÓWIû\è«u:éšƒ\ék¬@t­\í7\è:v\Ò\×/Q\éD	ô\r=éº±³t\Ý\Û;\é=ÿ\Ð7&L\Ñõs\\\é;\ç\ès\ë\è›ú=é†™[\é†\Ï\ÖÑ‹\è\Æ9ýt\ÓYCú¾\Ý\nH\ß!ÿK\ß1ó¾\ÓI·ñ¼K·[\Ñ÷\îK \ï¦\Ð÷‚\0ô½¿\î\Óm½k\é¶\Úô}ŒMôý\ç\Ñ÷Ï¸\Ð\í2\èö18ºýý}t{l.ý€\ãqºÃ„\ZÝ±m‰~H´Hw2_¡;=}K?œ€\î¢QB?²cÝ•3IwýWGw{¦{˜[\Ó=õŽÑ½^N\Ò}jEt?0ýDS=7NüC‚Á\èa”dzø\èezø‚.=ü¯\rýL¢-=\â¤=bù=²Ëù«µSA?§öŒkH½\ÓL¿XÉ¦\Ç¹A·9O§¯\Ð\ã§N\Ñh>ô„Á\Çô\Ë<ý\Z‰EOJøKO*\r¢§\íl g˜ñ\è\'Áô=³ô›¯v\Óo¹Þ£ß‚û\Óo1ª\é·~a\éÙ€;ôœO\ÉôÛ¼ô¼Áô<x=ÿ”\rýNö\'zAm8ý®\î4ý®û}z¡\Ù]za½°ñ3½ø„\'½´•D/…z\Ñ\ï\ïR£—ó¡ôŠ\0MzÅœ½jG½Z¨C¯~¿Hl¡×½( ×½d\Ó\ë†9ôz\ç?ôÆg\é\ï·ÓŸI\åô&GzS*½	VFo¢÷ÒŸ=£?Ÿ~JoŽn¤7§z\Ò[š?\Ñ[ ©ôVƒ\íô¶ý¥¿=½\Ý÷/½ý\Û8½£w™þ\Ê4‰þ\ÊÖŸþ\Ê#“þ*f;½\Óh3½³I“@\Æ\Ñot\éÀ7Qt†D‡ÆŒÐ¡B0:nE‡i\Ó\á	Ut\ä\Îf:ò\ç{:ÊK\ÇD|¢c*ú\è\Ø:%÷G\Ç`\éø–tÂ“·t\â•x:iG>fB§©iÐ™\Û\èL–Œ\ÎJûEg\Þ\Ó9tW:\ßMB\ç\ç}¦ó›At\á\é·tq\Ègº˜º.9r†.½§K§S\éò›\Ùte·½\ë4‘\Þ\Ë \Ðû6G\Ò_G¾¦¿‡\Ñû\r\ë\èƒ¬\é#?\é\ã:.ô‰Ý“ô‰®ô/ùú‹>õw/}ú\ÊCúwwoú\Ãô™šhúLþs?˜þë‰’>\ïñ>S…>_FŸo=Oÿý¬‡¾\ä£ÿK²¤/s\ì\é\Ëo\Æ\è+˜W\ÕCŒU\Å\Íµdc†º\ÉS†z\\C=ý\ZCý\æC«pC«ÿ6C\ëŠ¡³\ËX†36\ìú\Í\Ø\0qb\èþ\ÐelL^bl„~`\ègk2BŒ\Í\åŒ\Í=†¡\Ú\n\Ã\Ð\è\Ãð¥Ã\Ú\Î0=šÌ°8\à\Í\Ø:z”±­T…±½4—±³0™±«\í\"\Ã\êM	\ÃZ‡É°>dÉ°\ä3ö~d\Øö\ç0ì‚…ŒƒOY\ÇuŽýAŒÃ‚-\ç#O\Îƒ\ÎEC\×_†ka\Ã}\ßu†û„\áqcÃ£i‚qtg2\Ã\ëC\ãX¥\ãXŒq¼#ƒ\á+\\\Åðó\Å2N\Ê\'ƒ!ŒS5wþFŒ€\ÂjF ýOFð¡FˆŽ*\îd„›ó§\×ýdœ3\"\"Ÿ0\"^Œ³ÿ(Œ(Žqn\ÕGÆ¹ô\ÆùÝ1ê³ŒØ­¿=-qVƒŒK¿T	¹Œ¤\ÂmŒŒ]FFx #ƒ\Éa\Ü(B2n|b\Ü*qf\äm~\Ä\Èe\ä/\Å3\îþa\Å<g” /1J‹º÷œK÷7\Ù1\î\çq÷ñ:Œ2@!£\ÜBƒQ¡1È¨$ô3jn\ìf\Ôý 3\ê\ëÀŒú÷\îŒ\'u»\rµM…ÍºŒ6\Ç/ŒWmÆ«{û€—\å\0lž^»…¾lÃ€¨ob@Þ˜0 ÷°+VD\å6\ÇÀ\Ç0p\éSÂ›bN1ƒôð\'ƒºÞŽAo¨eÐŸe0F\Ãœ³\Ú®Z3ƒ·Ñ–!ð\îbˆ\Î\å2DW¯2$\ÏO3¤\ï0\äay.Ÿ!Ÿ¹\ÆP4Š]EŒnH8£GSŸ\ÑÓ›\Íx½9˜ñfO%\ã\ì:c°$€1Hg}û\Ìx¯µ•ñþ¥„1’\ï\Ë{ú‡1á½šñ…n\Ëø\Â+`|:Ì˜\Òú\ÄøÚœ\ÎøV\ÞÌ˜\Å1\æ0wW;‹‡Œ¥œa\Æß€4\Æò\Ï|\Æò\ïl¦\n\Ê\\\Åòfª\ëüaª\ß\Û\Â\Ô\ÈRg®•%1µQw˜Ì«™?$1\rO™›z1÷v2[™\ÆK\ÚL3\ËN¦y¬s[‘ˆ¹ƒ\æ\Ç\ÜY\ÜÈ´l 1­JW˜6\Õw˜{&‹˜¼62\ß_f¾üˆy8\Êtþù—\é\Òj\ÍtA˜.K®\Ì#³½L×–³L7»\Z¦{€%\Óýƒ7\Óý\Û:\æñ\ë\Ñ\Ì\ãùiLo\'\r¦G!\Ó\éÁôyý‹\ég\0fž0=\Ç<{—yÒŠ\Åô7ieú‡½aú\ç¤2\Ê&˜z[™\æ÷™A-$f¨\r–yº\æó4÷ó\Ì\Äf €\Ù\ÐÍ¼Pf^À˜±[n3¯¬=À¼š\Ïe^}²y¼\ÈL²ve&I˜\ÉQY\Ì\Ô÷>\Ì\Ô17f\ê„3\íB;3\ÝÃ‚y£\è3“”\Ê\Ì\"|g\Þ\ÚÊ¼5t™\Í\ÊdfOlc\æ¨\ç0o0ó\Ï0ó M\Ì;²qfÁ‰\ÍÌ‚ªXfax ³ð5Y4c\×\ì`÷1K_~f–\Å\íf–I¾1\Ë	\îÌŠW™¢\æƒ\ê»\ÌGŽÏ˜^²™Õ˜,\æ\ã±\Ì\'\ï\É\Ìg­-Ì¦[\Ã\ÌçŸ®2›k˜/F2˜­\å×™\í{_2\Û+O0\Û\ç\Ö2_nb‚:\ß0ÁúL\è¹L˜)š	?ûˆ‰\ê<\ÂD_²c’\Ìì™¤\íºLRŽ3“È¤~ÿ\Äd=f3ÙN1…[™\"Ÿ›LQ\á]¦¨_ƒ)^eJÆ˜LY\Î.¦üSS\á^\Ï\ì\Ò?\Éìº¬\Ê\ìJ)avG0{\Ã\Å\Ì\×\Û!\Ì×µ_˜oRt˜ý­\Ú\ÌÁ\È\æ\à\ëc\ÌwX\æp’sø¡s\ä\ß\æõ\Øÿ%2?\Z3\ÇtW˜cN½Ì±·Ì‰!óKp(óKø\æ\ä&>s\Ò,ž9\ÙNg~E®eNG€˜\ÓŸ˜\ß\ÔB™ß\Î0g´™3\ßO0\ç`=Ì…\ÕuÌ…Z/\æ\Â\Ë&\æ_\Â\ær\Ø<s%|„¥2‘ÁZUm\ÃZõ6ƒµ:OÀZ¶d©Ÿb±4XU,M\æ)Öš·XkúµX\ÚkD¬u•­¬õ\×\î°Ö—\ÂY\ë_t³6»²to\ßa\éþ(f\éi\å±6ªº°ôq%,¿¬Í‡\É,\ã÷\Î,“²8–\é\Ç=,³.Ö–\Ï–ùd<\ËB-‘µ5\çk\ë‡\"\Öv\æ[\Ö\rG\ÖN\á4k÷\áó,«–UZ4ËŠ«Í²ymÀÚ“Î²½È²…V°\ì’Xv\í9¬}\ïkXöÿX¶L²W\í`9Z˜°\ÍÀYNo6°\ï\×d9\ësY.)¿X.MB–‡Â’\åµö\Ë\ë\Ý*–\×ûÖ±\âj–ohË·8‰\åd²N®°N\î<\Ê:õü/\ë\è+\à)Œ\è“Á\nhf&­°BÚ”¬Ð¦+¬PI+¬L“&´dv\ÏcE$\ê²\"`Y¬s§úYÑ‹ö¬óö³.L­fÅ„\àY1ü¬\Øu÷XqG‡YW.}e%\Z²’µUþ7\ÆJ¶Hf¥–‘XiþlVzóGV:Ç•u½<‹•Q´Ìºqð+3W\Ì\Êzy™•õ&•5·ÄºuFu+ƒ\Ê\Ên\0²²1%¬œó\æ¬\\óIV®\ì%\ëöv<+¿^“UðÈº\ës‰U\í\Ì*\\~\Ç*zi\Ã*¾±Àºw4Œu¿ñ«Œ\ç\Â*Wc•?ü\Ì*o³b=ˆ/d=È¼\ÍzøÙ‚UIA²ªlX[\ÒXµýþ¬zùV\Ã[]\Ö\ÓsGX\ÏTmY\Ï\r\ÔXÏ·ë±ž£¬6%\ÖKKw\ÖK\Â«½z™õ*¡\Õiš\Ä\ê\\¶c^f\×(X`óv„Ï‚n° \élx…ºÏ‚\Î²`\rr8…²\Òc¡\Z\ÚY˜Ç‹,\Ì†…m\Î\Â=´e‘–ž²\ÈYd‹¶\ã+‹yZ\Âb™F³\ØA·ùK¸¾‡%Ü›\Èc‰§YŒKZÌ’¶;±d	,\Å\êY–\Ò(˜\Õ%qg½þ¾\Èz³[ƒ\Õ\ß\ê\Ì\ZÀaYƒƒ¿XC÷X\ïw\é°>n5e}>cn‘³F½-XŸF6²\Æ~¸³\Æù¬	”kB\Æe}aœdMöN±¦°B\Ö7y.\ë;ø\'\ë\ç¿BÖ¯¥O¬¹\É\Öü\í¬ùkQm\'\ëŸ\ÆSÖ¿“«Y+\ÒY¶j\èO¶ºš’­±w+[#Éž­iô­YS\È\Ö\ÚÀÖºIek=ck§±u6*\Ù:M¶\ÞÁ\ël½–IöÆ°vö&¤\Û\ÐÔ˜m(­a…;²\Í(Il³I8{Ë­¯\ì\í\Ï\ÙÛ§\î³wbw°w¹Œ³w\á²w¿e[†²-\Ø6¡\Ø6g\Ù6¸‹\ì½*þl[2\Û.Ú—½/ù%û\à\Ó¶£\æy¶cYÛ‘½Ž\íä¿‹}øS\rÛ¥„\Ïv£\Üe½&fqdûä–°ýœR\Ù~\Ù\ì*\Z\ì¿\Ù\'\ï°Oé¸°ý_°ýh³\"±c²I;\ØÁjLvð¡:vð\Óìµ†ì›N\ì°Ivø§yö\és›\Øg\\¬\Ùg\æ2\ØyJvÄ³+\ìÁvö\Ù9	û‚\Þ1ö70;f´\ë\ËNd^b_Koe_{\Îg_û³Št‘\ÃN¾¸ƒ2ôŒjø†úL\ÄN]x\ÈNKªe§½:Ç¾!ag\Ü\ìa\ßzcgû“\Ø9\ëô\Ø9ºoÙ·¯,²ó\r‹\Ùùòtö+¦\ì\Â\ç®\ì\â»¤Í¾‡\ÝÃ¾Ÿe—…²«¿*Øù>\ìÚ¿Ÿ\Ùõ@»ž·]¯ø\Ân(õc7Ü¯a7\æ<`?M²f?%ý§<\Ù\Ï2\ä\ì¦\ã<v\ÓD.ûy²\r»9%\ÝüÆý\â\Ùö‹¿\Ý\ìÖ°\Ë\ì¶Wþ\ìö¸v{	Š\Ý\ÎZaw\Ä\\ew4\ìawô¾bªþ²]\îl\àH0‹bÃ¾S\Øp€ý!“‰ö`c†¿±ñ;^²‰;­\Ù\Ä\ë^l’w\n›”\Ë&•²\ÉW\æ\Ø\ÔaC6­Á†MkúË¦\ê±Yðq6ûj\'›ø–\ÍCó\Ù|Ÿp¶Àö[€ña‹Î½`\Ë=.±å¯Š\ØJ=v¶Ý\è\Í~\ã\Ê\\ýšý\î‹{(\ä>{\Ø>Ÿ=\\/a¿O\Íb¿/¨a„ª±?\Üú\Âý§\Æþ|u€=i5\ÌþúAÊž¾\ß\Çþ–\Õ\Éþa²Âžñ{\ÃþYžÌžu\ÙÈž‹yÅž+>\Íþ\í“\Âþý¤ý{Öœý\çIû\Ïôö¢\Úvö\"Þƒ½4\Êþ\çˆc//¼\ã¨\ìrT\íd\Õ#8ª\è|Ž*Aƒ³Ê¹³j–\ÏYí¼–³\Z\à\ÆQûº£Y»š£òŽ£uõ,g­úgm¾1g\í\ÏQŽ¶\êj\Î:[>g]zg\Ý\Ë4\Î”	g\Å\Ù0®\ÃÑµT\å\è¾\ç\è~ý\Â\Ñ\Ë;\ÍÙ¨\Þ\Ê\ÙhŸ\Í\Ñÿ¸\Ì1x+\åòS9\Æ\ÎpŽÉ§\×\Ó\Çqs\Ï]ó\ã«8JŽ\Åyg»Jg»™g»§gg¢;g\'y€³“Š\ç\ì^£\Ë\ÙýÍ±¬\é\æX%\Ü\âX¿ûÃ±ž˜\ç\ì\Édsöv\éqöuþ\á\Øgò9m\Ñ\à\ÎÁ©%Ž#bÇ‘±™sØ£œs8ÿ\ç0Œ\Íq¦\Ü\çùò–\ã®#\çxXn\ãx¦@9ž•¿8G8p¼6r¼\Îÿ\âxµpŽ\í5\åx9>Ãž_i\0\Çô—\ãÿ\Ã	ø©\Ï	lû\Ê	r\à}_\á_p\â„V˜s\Â“œp\Ã`\Î\é„6NDŠ?\'òI0\ç¬\Õ\Î\Ù\Ãk9g\ëq¢\Èÿ8\ç®C9\ÑV/8\Ñnsœhx\ç‚\Î_\Î¢Œw:‹—\íÁ‰Ur.©\Ý\ã\\:\ëÇ¹t#‹s©Ï–“pjŒ“\05\ã\\­\Ær\Ò\Ì\Õ9iå¹œ\ë—\ê97š[8™fœ\Ì;\ß9™@\ÎM¸‚sSD\ç\Üz¬\Ê\É\á19¹®œ\\6’“—¸‰sg‚S47\È)Q—sJ·frJwúsJ™‰œ\Ò\îœûGwqÊ›_r*\â\æ9b\ça\à\r\Î\Ã\Ø^N6”S%3\åT·xrªaO9O¸=œ†õœ\ßËœ†•z\ÎSÿ!Î³•œ¦t/NX“Ó¢S\ÏiÙ¢\ä´X\Úq^\Úùp^²M8\íOZ9}Î«_¥œN•@ 9\0\Ñ0\ÝÁ¦­\ç€\Ötqà«—8ˆ]	dZ(õ´ˆƒ3½\ÌÁER8\É^\á\Ý)Ò˜C\Ê\Ö\ã\ÐN\Zs\è9%†Ã´:\Í\á¨s8œ_8\\w\ï”#¨u\ã¦¡\×Žð†	GÔ­É‘¦r8²›`ŽLp‘£<\ßÀ\é)\ìâ¼†Mr6[q\ìŸp29ƒ\ÅÎœ¡UUœ\Ñ+žœÑ¬a\Î\'\ã\Î\çX\Î\Ø\×@Î¸ø#gb\ë\Îd\éf\ÎW‰„3­&\çLoýÎ™~V\Äùó3\ÓE\ãüj\æ\Ì.\ä\Ì·sæ®­\á,˜P8‡\0œ®G8\Ëüœ·_\\\ã@®Š3Wš\ÍU\ç\Ïr5¦_sµ^\ì\åj‡§s\×}I\æn(@sõ«r7=K\á\Z\Ç\ésM^r\Ít\îs·\è¤r\Í]\ê¸Çœ¹>•\Ü\í*ý\Ü\íNr·\ß\à\î\Ø\Å\Ýqù\nwwôe®\Õ;®dˆk_\àÚˆœ¹{€Ç¹{+G¸Vc¸úÃ¸Ju®Ó™z\î\á\Éa®\ëú®ko\×u0…\ëYQ\Ì=ör/÷x\'‡\ëcÿë“º\Ìõ{°‡\ë‡M\åž\àpý•\Ü T87øòn\Ø\ÎinX7ÅÀþ\ãFuq\Ï\ãË¸ì£¹1«µ¹1a§¸1\éÁ\ÜX“ûs„{Q?Š{±À½\Ì\å\ÆË¾r/Y¾\ä^\Ê\Ï\á&DqRÍ¹	w¸	¤\î\å#\î\åL6÷\ÊA7\é›rg57–\ÌMÝ\á¦&1¸i\åÜ´•Zn:À\Íø¿f7b¶r3\ÉÇ¸™\ÊTn\Ö,7k‚Ë½iWÊ½¥6Ç½õÿ)û¶7g-››Ÿ\Ì-„‘¹Ev£\Ü\â#Tn©c	÷~3‡[™³›[ù¼”[\ÉH\çVG8pß¦r\ëFU¹\r>¦Ü†€\Ü\æN\îóµ/¸ÍÂ¹Í£G¹-ñw¸­¿¹mk;¹/\Çx\Ü®‚H\'p\Í\\\à\é\'\\\àkS.(—\É\É\\¹ÀD.$m5Â»Í…­\äB}C¹°¸M\\XU+†•r\Õç¸ˆ>g.òB3)\Ù\ÏEIŽs\Ñ\n8»ó— \ì\ç#R¹$¿$.ùE<—\âóŽK»”Áe±U¹¬\ï$.ûó5.÷\ï.o\×s.\ïu\n—?\ß\Âœ\åq…¯¹¢n®\è¯W–ñš+\ëõ\àv\'¸]\'nu·\Ç\í·\ÏÐœÛ—XÁ}m\ß\Í}¥\Çí¿‡\åöKÂ¸˜~\î\Û\ÔD\î !ûNº…;\ì1\Éü\ÌÙ¸™;r	\ÉýpxŒû©pû\é\×#\î\ç£\Üñ\r\îx\És\î\ÛX\îWµ\î\Ä=\Ü\ãý\Ü¿`Ü™{ö\Üù]?¸ë´¸—Ë¸\ÆWq\ß\à.-pÿ®û\Ãý»-€»üÛˆ§Nþ\Î\Ó\ØC\áiÝŠ\çi\×ñÖº\èðÖ¦Pyk¯{ðÖ¥ðtÖò6lò\æm8n\ÍÓµ›\å\éK~ðÐ‡xFf<“ŸHž©}\Ï\ÌA\Ê3_÷gncÊ³À\áYŒ¸ñ¶\×\Zóvt\rñvÎ¼\à\í\ÞÎ³\Z\Æð¬&\Îòl*\Êx{5sxvÀ¼}\É!<û5|žý\ÎT\Þf\ï@_\ïÀ\ç.žC«#\ï \Ã;Röw„š\És­\í\à¹\ânñ\Ü?\Ôð<\Ç<xGO\çe$ñ¼ó¼’ry^ðažš\Âóš\Ñ\âù¼bòNXHx\'2!<ÿ\×xþqv¼\0…9/H\ã/¨Œ\ËI‡ñBG‰¼ðºµ¼p	\ït¼€w:=”\Ñ\àÂ‹\\gÊ‹¬X\à}À\âÅ¶kð.n;Ê‹³¼\ÂK0Y\ä% ¼y	?By—_ÿ\â]þ\ÂK\åó’t\é¼\ä5‡y\×\ßhñn\æý\äÝš§ð²£{y\Ùõf¼\\\á6\Þ\í»\ëx·\ãyù_Nð\n²<yS¼»1“¼BS8¯È€\Ì+úšÊ»W\'\äUD\Ùð*\Îwð¦|\çUŽ»ò©\"x\Õ÷x5OCx5+¼ÿ1^o\r\ï¹e¯¥3“\×2‹\×vl„×†x\Å{ù\æ6¯¸\ÈkcÁk;\Ë\ëøx€\×1{ˆŠJ\àÁ\Âjx°Iõ¯’‡i\Õ\æa&by˜&O\Ð\â\á{<b\ÇSq\Ã#uiò(fOx”…\ï<\êlõœG+‡óh¤$\ã\Âh\æ1$yL\ëY\ËÓƒÇš¶\àqv\ëð¸%©<\î×ƒ<¾iOX\É*ñ<Q9Ž\×uø7¯·Š\Ì\ëS=\Ç{\íj\Ï{¾‰×\Ó\á½u\æòg§yƒÿ¬xC¯öð†w\êóFœ¶ðFp\Þg“\\Þ„I;o\Òý=o*°‡÷\Õö/\ï+7#o\çý\ê)\å\Í>\ë\ã\Í\ë\\\å\Í7wð~Gðþ¼}\Â[òÀó–¹ñU7òU¿jóWªóWg\×òWƒ®òW#‡ø\Z\Ïoò5\Ã\'økR¾òµCø\ë\î\èð\×;ü\æ\ëE\Ïð\r²³ø´+|\ãS|\Ó7i|\Ó_5|³\É\Íü-÷žð\Ís›ø[WWð·\Î\Þ\âo[\'\äoó\r\â\ïôú\Ì\ßÍ¸Î·0ùV\Þ?øÖ—=ù{ª|Û¿ùû_´ð\í}mùüƒŠc|\Çz\ß¾ƒ\ïlªÁwvóƒù.C\æü#\ï’ø®M,¾+\Èwýý‚\ïþÌˆ\ïñ¼‹\ï©ú™\Ô\í\ZÿxHÿx\Ý+¾|ŒJ\í\r? \à3?0ÍŽÈ óƒÓ£ù¡~öüˆ‡Rþ\ÙS\ïø\Ñ\ç¶ó£GNó\Ï\Ó\Þð/HVóc_uð\ã0~|\è?~a#ÿR\ã!þ•ô^~bE:?¥œ\ÉOû\Ì\äg(>òo|\àgz´óoš=\ä\ßj.\äg_:\Í\Ï\Î6\ãg?\Ë\äg“ôø9›ø·\í>ðo“.ñór¼ù–ü»™ªü»c~ü¢^ü{\æ¾üûºø‹\îü‡ü‡\Ãþ£uþ#›_j\È\ì\ÕÁ¯¹œÇ¯ðk·ñk›}ù\rW±üFC¿qÆš\ß$?\Ï~\â\"¿eÊƒß¾i+¿#À\ßY\Å5ó!c?ø\Ð\ä6>,ö6K\ä#ŒI|Ô\Í|œÈ‹O\Øk\Â\'P\Þò	3\Ý|\â“>9cŸ¼\"\ç\ÓŸð\é\Úøôõt>=\ç*Ÿ\ÞÀgv]\æs‚&ù\\\ìF>—>\Ä\ç\r\çò\r£|Qv7_|x˜/\Ùp’/\Éñ\á\Ë\Ä\0¾l´Ÿ¯\Ø\ÅWˆ\nø\ÊIu~oªˆ\ßW@\æ¿v›\á÷{¨ñó›ùƒó`þð0Ÿÿ~÷Fþ?1ÿ\Ã\ãþ¨&ô³\Zÿ\Óöþg•4þ\ç%ü1•ü±\Ûøc=\Åü‰û¯ø_ÖŸ\à­\ì\ã3Š\à§NñgŸ\ç\Ï!\îòV]\åÿ‰8\Ì_rðÿjUóÿ†õñÿ­\à/›\"ø+ªzü•\×*\ì&\ê†/Õ™(Áª\Íµuºµ\ËE\äFC°\Æ\å¡@Ë³U \î%\Ðz\ä.\ÐúxP ôN°\Îù@\ç·T°¡÷ƒ@—h.\Ðý\Â\èÁôú ½‚\Í\Zax«Àˆ\Ó(01\ß*0Y\È˜\Ì	v\Ú\év]\ìz,\Ø}…%°§,ß›\n¬96»l{6l÷­Ø}&°«\Z\ìwN\Ø;¨Œ8¸L	2\Þð_NIkn?<µ\Û*8ºtN\à¥3+8–Z-8\Ö÷Epl¸X\à½\r-ð¾vP\àýnI\àý+D\à\ã:/ð\Ý=*8üW\à¿ñ¦ ðj³ l„ ò\ÛfA4U\"8??!¸`fû¿*Á…Í‚˜5\ß1[	.>¹!ˆÃ“ñù\Ç—ºñ‚\Ä\ìlA\ÒY” 9ÀQt¤|W\nÒ£M\×Q§×‡\Ü\×\'\à‚Œ\Z5Á\r‹HÁ¸6A\Ö\Ó\ï‚[ˆ=‚œu¿9]A\Î\ØeA®p ÷\í’\àvðyA\Þi© `\Ã:AÁ\ÎÁ\Ýñã‚»j‚B\ÕAñ¡Ÿ‚\×Ó‚®¶ tw¯ 4Y ¸÷$Vp?–,(3\Ô”¡\Ö\ÊuŽª/\ë•\Z	²\ï‚g‡þ	šü	š-\ç2-õg\í¢AÇ©»‚WS»þW€¾t\Èj·\0RµC\0Á\Þ@ƒ£¨\'·¨g‘ôe}Z(\à²N	ð\ë\Ã„¬€P\Þ! \Òj\åñ €~\ËGÀ(\n˜¨T‹S(`CN\nø3zÁ¹¿Ñ‘*ƒˆ	\Î±ò¥@<i)1H\ÙttŸ@6—,P@hÅ›4A…­ WeY\Ðwÿµ\à\ÍÁÀmcÁ@J04CŒ\àS+·F‰‚qó\'‚/I?“SVÓƒÁ7ó£‚¹\Ýó‚¹ðÁ\Ü^°x°[°xŽ(XZw@°ôÿûþ÷\Ò\\¨z\êºpõ6m\ájßBõ±¡FL±P+¯Z¨]’&\Ô9\î \Ü¥!\ÜP\Û&\Ô\ë›\êg|j…\ÆÁ‹B\ãP{¡	N(4\ÕšE¹	\Í*„fd-\á–Õ·…\Ä0\á\ÖÂ\Â)[„»\îh	wÁb…»\Ãr…6{ƒ…6Â½ýw…v.óB»VB»`-\á~«|¡=,WxP\'t<#tšðºø\n]l…®\ZR¡kô¸\ÐõZ¿\Ðme•ð\è\Î]Â£‰mÂ£k…\Çl‹…\Ç7œz—L}\\Ë…\'¦Û…þ;\ß\nº|„ÁHa\à9Ž0\èùAa\à©0h*¾þE’¬%Ý²\"k[\'<mOžŽ²žY³Nx&bBx\æÍŠ0\".Ai\Ñ#Œ´?\"ŒŒ\êF\ÅFx	£Šÿ/ùc¤#\ÂØ¬0a,\ÚXx1aE·h&¼\ì¬#L\\^ó\Þ L¹ L\Ý\ã.L\Å.\Ót…\ém…\é²\Ã\Â\ëÛ±\Â\Ì\Ì{\Â[Gx\Â\Û+\Â\ÓkÂ»*„EWž\nKm…÷.–I«…ó>«vg\n­*¬¶V‡þV\'¼V\ïVw\à…õrðIo¶°±j@\Ø‘Ÿ¥<>#Ž›<…-*±Â–\ÆRá‹ŠDaû]a{vž°\ã l§\n;\ÏP„€+¿…À\ÍB!\è\ë˜<|Mþ‘ „E~\"Ÿš\nQºû…ØB\ìgG!žüLH°œ÷DI.„4¨Ö“*dŒ…Ì‡±B¶§§“\Ö,\ä\Ý:#\ä\å•\nù\0m¡P~L(º³$”\î\'¥\Ã\íBY0U(¡•:¿„J\ë¡’µS\Ø2v	¿	»=.\n{xU\ÂÞ´‹\Â^\Ôma\ß}¶°o\ä•ð\r½DØ¯c$p8%|»\éŽph\ÈQø>+Aø1 Zø1\Ï]8\Ê?(ü\\%ü<òM8f,Ž;w\Ç\é\Â	G]\á\ÄO8!²N:N\Õ>NAO¿i~<\"œ~\"N\Ãv	§™d\á7·\á·\Æ\á·	Špf^[øó£›pvS¿p\îJ—pþS¸ð%\\\\»,\\,\Ø/\\B^þk	®HDªn?DªÙ—D«<BDj:f\"5“r‘úC‘úC¤Q\ÊiN‹4>\è‹4‡¡¢5\ã^¢µ1\r\"½\'kDõ\çDDú7Dz­¢Mª¥\"#›§\"#\à5‘I\Ô~‘Ù¹\n\ÑÖº«¢mµK¢-m¢\Ý\ÍA\"\ëÿk“Šl\Z%¢½¸A\Ñþõ?Dû·KDE\'D4Š\r\ÓEŽò\Ñ!ö‘‹¹\ÈUöB\ä\Ö\ï#r7¦ŠÜ]E\îo\ãE\ç2E\éEžÁm¢£\r6¢c	ŸE\Ç5	\"\ï€\Ó\"Ÿ\rX‘žª\ÈºY\äW\ë\":™\Ú(:e\ä\':µl%ò\×ø\'òŸ°\îr\âjDAGv‹‚REÁfE§üE«ŸˆÎž/ŠN\ZE\ç\æ‹.O\Å/f‹xp\Ñe”(Q±O”8)º\Æ\ê%\Ý#‹RóD£¢LO”…x%º¥‹²-wŠ²\î‹rUJE¹šË¢\Ü¢\Û»Dù±%¢»–¢»—·ˆ\nß¿$‹ŠUwˆŠ•¦ž•\"\ÝD÷¢Š\ÊÆ¿Š*l=D•;7ˆE£Dº\ZE\Õ\Ï3E5ÿ×¥fw³¨öz­¨Žý]Tÿ\îš\èI¥Hô¤…\'z\ì5\\:+z¦úCô,¶FôòXÔ´\ÙS\ÔT\Ð+z\î\'z‘!½À‹Úž6‰^J;E\í»7‹\Úd¢ÍŸ¢Ž\×E¯òW‹^-¶‰\0¸\"p\×W\ì\Ù=L^(Bð¢E‰¾\ÍfŠ0\ë\çE˜À\"–ûZ„\Üaÿþ‘\n\ãE´õBzI\Äø\'qPE¼2;\ï!D\Äû^#\â\ë[‹þ\"aU$$‹EbˆB$\Ñ\Ü!’\àGD²\Ê}\"¹Õ¬H‰GŠºRå¢®(Q·ª‘¨\'\ÙD\Ô\ÛEõPE}8G\Ñkž\\ôz,zQ-\ê +\ZˆÿŸ\ÂMôÎ•(\Z\Úh/\Z²g‰\Þ\ïS½\ß+\ZY¥+\Z5\È¾1}\æG‹>O\ÐD_^ESõ\ßD\ß#Nˆfª¯‹f ¦¢™·¢9c\Ñ\Â÷_¢?H\Ñ\Ò\×|Ñ¿›}¢\åñ›bU³\nñ*\Ãñª¾ñª%5±\Ú+‚X=)\Ö@]¯9ðH¬µ\ã˜x¾E¼!p§x\Ã\é^ñ†¦\×b\Ýû±.-\ÞhŠ\ë‡\r‰õ(±þ»f±[§\Ø\àœ¶x³šº\Øhž 63y+6\Ûn#6‹ÆŠ-ˆ¶\âm—2\Ä;BßŠwö?\ï.*[nž[¶\í[M\Þ[ýv\ï\Ý7!¶*\ÛÅ²\Äû0k\ÄûAk\ÄöqX±ýScñ\ÛB±ƒ»@\ì\0§ŠV‰ú*v\n:!vo;_p»þ¿\Ü÷y‰\êm{\Ñ{\ÄÇ½º\Å\Þ*h±÷KŒ\Øž*ö\Ú\'öÛž-ö{‡ŸÈ«Ÿœþ$>µ_M|\ê4K|\êQ‚Ø¿þ§Ø¿\ßQ\èzÚˆƒ\Ý\Ë\Ä!\ÏgÅ¡=/\Å\á»vˆ#6Æˆ#þ”‹£~½G/<Ÿ¯:\">ÿ4T|qDUÏ™_Šú)NX÷Nœ°\ÑJœPtT|¥¦\\|µ\ÐLœü\ÙFœrhQœº¾\\œ\Úñ[œV\n§Q²\Å\éahq:fZœ\Þ\Û%¾®{B|]!\Î<\ng–•‰³.ˆ³>‹\Å7þg?+\Î\î¬g,‰s(\âÛ‚	q~Dªø®e´ø®5Q\\”\Õ#¾_\Êß§\Ë\Åeû\Ä¤•â‡ž\âÊ˜Qq%x½¸êŸ‰øQ·¥¸n­‰¸¿G\\q\\ü\ä,M\Üh\å%~vyL\Ü7?\ßwCü´I\Ü<ºG\Ür+T\Ü2qW\Ü2÷^ü¢\ÝS\Ü\Úe+n»—+nû”\'\î(Å‹*T1@{A\êœƒpób°§\Ú\ê\"†U«Š\á¢1\â\ëz1r_•\é‡#S]\ÅH€BŒ¤^£x\Û\Å(i—],Æ™8ˆq\ÇÄ„\Ú)1Q‘&&iÅ‰If\n1}TL/\Þ\"f¤Ù‹™W7‰™€b–Kµ˜­W$\æ¬\ës\î×‹ÿ<Å‚:˜Xl$Ÿú¿H„X:\ÎË½\ÅÝ‡¼\Å=›V\Ä}s\×\Äo¢J\Äo¦§\ÅFS\â·\"\Å#ÿ¿‡&=\â\Ñ\Älñ¨-þ4„¥`\ÅS=\â¯6Š§_(\Å\ßW{ŠgF¡\â_\\ñ¬ó^ñ\Üó)ñB­©x¡cFüûp¸ø·h^¼–$^\Zü-^3”¨8­–¬V¶I4–\í\îF‰\Î*M\Éú\éh‰n:O¢\×óH²ñ\Ô:‰\á¾‰û‘\ÄX7MbŒ\\Ê–˜Xÿ’˜\ÜbILG\Ã$[ª-%[\Æ%\æû%\æ|‰\Å/\É\ÖZ¦d\Û>”d;\ÉX²£ñ†d\Ç/Šd÷ú—’Ý¿A\ë„l”dO»d\ÏHˆ\Ä.´Zb×¹Ub\' \ÙwEW²%9°¯Ä±dŸ\äðV;‰ó}¸\Ä%\Z(qy\n—i´—¸¢²$®?%nU%ža\ÅÏ•#’£\ï\ÏH¼\"\ÎHŽe\êJ|\È\Ý_\ï\ß\â\ß{¿óh‰\ß\ÌIÀöß’ÀÁRIð	sI(¹]\Ê\âJÂŸœD\éDnW‘D\â<$‘\â9I\Ô\ÓÕ’suIt\è€ä¼‘¦\ä¼b‹$öd¥$^öQr\É*Zriš%¹\Ê\r•$úõK®9H®\åKRú’$)¿\è’T\0E’V•¤‰8’ôH?\ÉuõH\Éõ˜|\É\r±$Ó¯@’	•\ä~j–ä›‘$wŒ\ÎH\n\Õz%E\ß%Å»7HŠ_?‘”%÷jZ%÷m~J\Ê\Î’”s$\å\Ôk’\n\Ï7’‡5¾’\Ê=V’\Êwù’*\ß’*ø;É£‰\É\ãFmI\rê‘¤F¾\"©=.©½,‘\Ô9­—\Ô!\Z$õªA’\'‡ÿI\Z¦\Ó%;Œ%Ïƒý%\Í\írI3v¿¤%\×@\Ò\Êï‘´=’´ÿH”tÀ<$€À`	 «Z\ÞÿFNÿ(~I1\Ñd…¿\ÅÊ• ¦\Õ$\èŸ}L±„ g !¾”\Î9IHyq\Òó\n	UsIBƒ\rH’	*’pfoJ„\Î-¡E\">zH\"\é\ÄId:Sy‘¾DÁJ–(W­•ô4WHz\Ãr$½\É+’¾³±’¾¾ I\ßw¤\äu`˜\ä5E_òF—)y3a y·<!2®½VJÞ§î’Œ¨JFü[%’:$£zU’\Ïk,$co5%“ô[’o)–’o¯$\ß\rµ$\ß\Í(’Ëƒ’\Ù-7$óó’\ßF’\ß\ä/’\ßK\É_™\ävH²\Èh‘,¹¯–üý‘%YöJ–,ûý‘¬ôHU\ìI\ÒUZIRµ\à6©ú÷/RMÿ	©\æ+¹T³óTË¸Bªuwt­3Gª\è&]7n#Õ™¦H7`\í¥F6J7L¤zwI7N­’\ê¿\Û\'\Ýt:Iºy\Ýÿ\\¥›;W¤†\È©±£†tKÁ}\é\Ü!\éVt²t÷Þ‡RË¨“R«\Ï÷¥Ö‰³\Ò=?\ç¥{¾R\ÛDM©\Ý\á½\Ò8\éa\íRg ¦\Ô%ý°ôW)u\ÝÉ”z¨o—z\Z‚¥ž\Ö2©\ç\Ç(©\Ï=Šô„~¯ô„\å!é‰UÒ“v[¥\'/ý’\Þ\Þ$\rä¿—µ9KC°\nih5M\ZÚ–&\r\Óì’†-úK\Ã1¹\Ò3\Zé™µŸ¤(Œ4ê¢·4Z¹WzA.½@N“\Æ\îÑ”\Æ\Êt¥q…»¥ñšI\Ò\Ï`\é\å™ôz\áui†ó¤4s°Jš\Õ\Ô-\Í\Z¼-½iùJš=vUz\Û\Ö[zS\"\Í\ÛñQšo‚“\Þù»,-ø\í,-ø\ë&-¤n‘Q\ÏJ‹¾÷K‹U‹¤\Åó]\Ò\ífi\ÉP§ô)Lzo¬Bzï«¥ô¾û‚ôþµFi9ü–´Bë†´bzôAûCi\å\á\ÒJw‚´:·\\Z]\ì#­Ñ’Ik¼\Z¥5†\Ò\Úfmi]B±´.SUZ\×@‘\Ö;¶J\ë\ÝKŸ\é†J›¥\Íc¤\ÍeÇ¤-\áFÒ–…K\Ò\Z¤/Ê¶H[Ë£¥m„\Ò6¥§´Ý¶D\nˆú#‰¤\à­\îR¨\î‚\Ú\r—B=¥›4)\"¦[Š)×‘b«š¤Xòc)¾Z %f\ÍI©ƒ+R–°_Ê¯¹\'\Ý—JšWK\å\ç,¤ò_-R\Ågg©rnJÚ›\ï,\í£ð¥\r7¥o¿\ÆK”KÚ¤ƒ\ÞK\ß\Õ(¥C#P\é\È]\é\ÈaG\éÇ˜Ò\å$\é\Ø¢t¼ý–ôK\'Lúe\ÙY:M‘NfJ§§2¥ß® ¤\ßUJú\ëI\ç\Éy\ÒùŸP\éÒ“V\éò¹\Z\érÆ¨te•–texX¦rrJ¦\Úh,[=óM¦>­”iH\âd\Z\ïºdšS2­t L«–&\Óú–*\Óú“/[§-Ó¶f\Ë\ÖùSdºõ\ÛdzV\Ù2½=z2½_™2}‹™~–¡L¿!S¶\ÙYKfp^fü› 39\Ô\'3³w—™¿´–™\å2s\Ê\Z™…5EfÁ\Ã\ÈvØ®‘\íú»Wf=³\"³©’\Ù\î2“Ùº\Êlƒ/\Èö\Û\Z\É\ìw9\Ê\ìG–d\Ó Ù¡–Ç²Cíš²C¿\×\Èß¸#sVK–¹Œ‘dGÊ³e®o®\Ë\Ü4\ÇdŒd76ÊŽ•yekÈ¼þU½&ŽË¼§®\Éü\Þ\ç\ÈN\Âÿ\ÈNmŠ–JP\È¯[È‚~_’Û±eÁû*eÁ¾0YÈ+²q,\ä\ß~YhG\Ú’Þ¥‰ð‘En@\Ë\"wg\Ë\"Ã¶\È\"§\ÌeQ¾7dQOÊ¢uŽÊ¢¯´\Èb,zd1n¹ÿ£\Ëb¸I²\Ø¬,þL÷cN¿£C_&»T»E–\0‰”]=ôT–ø\Ý_–T5/K­“¥*”¥\\¿+K…#d\×7\ÌÊ®÷±d`o\Ù\rÙŒ,\Óó•,k°Tv\ëó´,[,\ËÁòd·…WdynYž\ßÙ@Ù|YA\ZKV\Ð.+RM½}\Z”Mm”•À\Íe\åAY¥žª¬2£JVIÎ=z${ô´FV=øTV›ýFö\Ä\"^\Ö0Ê–=‹ù.k\É\Ú\î”µ\ÉN\Ë\Ú.²ŽnK\Ù+•ZÙ«\ÂRY\çªaYg\Ä^@‡\'MeÀ±a\èH”ô|rmŸú,L[„\É0û\çd¸‡d¸	;>\ÎTFH\Ù\'#9!edû¥á„Œñ\ÛK\Æ\äþ“1Kd,ÿ\nG½N\ÆÓ£\Êø|™P÷°LTU,“0œe’\îG2i\ÞN™t MÖ…L”uaŽÈºª\Ëztƒe=ÿ\ï\ßk\ß%\ë\í+p\â\Ë\\¿\ÊÞºþ•\r½“\ËF|Wd#\ï¶\Ë>\Ä\ä\É>\\Y#et\È\ÆÔ™²ñk\Z²ñ2ºì‹ª½lr\Ç!\ÙdOŠlr\ÂG6u\à‹lŠ–}}\æ,ûuXö³ªU6›½$›-\\+[(?)û]c+û\ã¶Qö÷p¦\ìŸTö/\ç¬\\Å ]®\Ò\Ü+Wþ!W¿Z/×ˆ¡\È5²Täš½b¹\æ\ç\ßò5OU\å\Úù\å\Ú/\ß\Êõ,rýv\r¹>™.7\ØöPnð\'On|?Nn\â<\"79õBn\ÒN–›\06\ËM¾\\–[8H\åÛŠº\å;„\Û\å;•?\ä;K\ä»\Äò]\Æyò]–öòÝ™ä–\îr\ë•$¹\ã-¹‹šÜ¶TEn÷¤D¾q@n{N~0·M~ØªO~˜‘»:<•»\íZ%÷\Ø\ä.÷B,Ê½·.Ë½\ÏO\È}6ù\Ê}º=\å\'V/\ÉOE”\Êýý¿Êƒ\ì\Éò\à\Â,y\èZyX‚…<L9#w[”‡\×\Ê\å§{\ß\Ë#¶u\Ë#Fú\ä‘Á$y\äó5ò¨cJù¹¤­òhûòóôuò+òØ¸:y‚e‡<Á\ÙDž0\ë$¿²öŠü\nõ ü*lQžh2&O<%¿æ‡‘_û\×*O^‡’\'\Óhò\ä!ž<\å\äiy\Ê\í\'ò”…\ßò4£ûò4%Už\ÑöH~\ÃG_~\ã\ÂùzùM\èIy¡I^XöV^øL /BR\å\ÅG_\É\ïk¸\Ê\ïÿÐ‘—¯1”W\éS\åU&>òj—\çò\ê²ýòšóSò\Ú>Ky]Ç°¼q[¶¼±zTþ´k•ü™\ÅNy\Ëõ-ò—…,yÇŸòÎ¡\n9@‘/º\Ê\äÀT9\èÇ¤†±\ÃW”Ã±Nr\Ä\æ\Z9b\å›iW,G…\ÉÑŸ˜r\ã­\ï)\Ç\çß‰÷å¤¶e9yO°œ,{*g®¯‘³ÙŸ\ä<ÒŠœosT.¸\"\î…Ê…óNrÑ¹»r‰o›\\$\Ê\å\Ç\Èõ\ÙreqŸ¼;©WÞ“¼$\ïm‹“÷7V\Éž\È\ßò\Èòa;´|˜~Qþ\Þ%ÿ\Ø_\"ÿ8n\"ÿ\ä¡%ÿ|G]þ“\"û@–O¤™È§\êoÈ§Ÿ¨Ë§W°òª ù0ù¯òRùœ\Êwù\Ü\ìnù\Âb‘|±pHþ/2Uþ/;J¾\ÌMV¬.¬S¨\Û\ë+4\×Ph­‰P¬Mx¦X·c¯b]òC\ÅzU˜bC\Æ.Å†¦}\n\ÝeU\Å\Æ\íIŠe»ú·\Ã¾;›V«+=û&nX…\Ù\\„b\Ës#…\ÅMk…EûQ\ÅVU°b\ëv¦bk]“b›J±cÇŒb§w½bg\Ük\ÅNÁy\Å.³…ÕŸr…u\Ùn…Í•…]L«\Â>µKaÿù²\â\à\æ,\ÅÁ%[…£z‚Â‘:¡8žŸ¤ðÁ!>\Ü…o¦‘\Â/;Dqb­XqB¿Kq\âs»\â\ä93Å©¿\Õ\n³\"…?¡R¸\ËW\è{Cü\ÐLò­;#S„ei*\"\ÖN)\"Bf‘´|\ÅY—mŠsúk\çþª+.pr—\Ö0—/(ý(®]þ®H\Ú#P¤\è¿Q¤…e+®ß*nlžWÜˆ­QdÁ\Ù)Šœ®ZE®­‘\"÷fˆ\"W	Wä­¼R\ä‹þ)òGw*\n£\ê\Å\ÆÚŠ{6`EY\ÂzEùÈ¨¢\Âê©¢rö´\âiAQsõˆ¢\Ö\ÛBQÛ°¤¨KÝ©x¢_£h\Ð&)š¼\ÚM),E›¹½\â\åª5ŠNd•\äuHš&* ±ü\Ã:ò\á3Î¶K;\é¤À7½W\àÛ‚xô=^é¬ –;+\è8k#±FÁ¸ª`ö+Xj\n#NÁ\î6Rp}ò\Ü\Þ[\nî˜Š‚·Z ¬öV¿*D–\nq\ã‚Bü\ÜU!9Ñ«]‚)d\"…ü\í…²DªPV_Pt*^ß…*†ñŠwz¦ŠwØŠ¡\ÛG\Ãb¤b¸‡¬\ÑQ|À\Ó¸b\ÅÇEŠO÷\éŠ1ðœbüLŽb<½T1\ÞuW1±\ÉGñeCŸ\â‹S¸brÝ¢b2§øv\æª\âÇ¹CŠŸ\âr\Å\ì\Î}Š\Ù4w\Å\ì«/Šy¶b^+J1¯¿]1ÿób9ub¹©L±2S¡T?ªTðT®.òQª5ô*\×(…\Ê5_+\×B•\Êu„J\Íõ\Êõ\'þ(u§\ï*\r^*7K•†_÷)ð\r\Ê-‹”\Û-6+w}MSZ\êVZ¯RÚ´Q\îq(÷5”û—”\Æ\ËJ.Ly\Ðh­ò`–™\Ò\ÑfVyH©t\nB(ž½W¶ªR:G7*]®/+hžTô)]\éKJ·h\Òc×´\Ò\Ë\ÝQ\éõZWyü³—\Òûƒ›\ÒûGš\ÒOyJy\"«<iUžŠ4Rž¢²•þút¥\ê¥\Öse ]‘20Œ¤q{¯9õNz{A:œ¡\Ãf)\Ãf¨\Ê\ÓV0\å\é\Ì\Ê3q×”Q\Ù\'•\ç¸~\Ê\è¤\Ze|ƒ¶ò’\Î\å¥*±2\áó]\åe¼@yÅ¦Eyu\ì„2q‡™21\ê€2±p»òšù[e’v˜2IJQ&·*“—¯(Sc*S±\Ê\ëg\ß+3E%\ÊÌõÊ¬…ò\æ\ËZå­”!eö™eNÜ´2ç‰µ2÷ô#ež\Õ>\å\"Ž²À¤,hW t•w7;(\ï¾kR‹•\Åþ\r\Ê\ân\'e©\Ê[å½“\ÊûQ\ÊûyÊ²¾teù%¡²œŽS–Ú¥|?«¬`+ŒUV³¥\ÊZÀce½\ÔSùd‘¢l<¶¢|\Z\ÌV6}™S6{(_¨÷)\Û8—”\ík|”\í\É;•\í\Õ	\ÊvZ¿²½»Où\ÊV¡\ì<vV\Ù\ÉQS±•àªƒJXQŒ.G+\ÓW”È­ë”¨ýX%ú,L‰ù¡¯\ÄŒU\âüž(ñ\'\î*ñ‘l%þž‡’Ø²_IjIWRd))#cJªW½’¡ý[\Ép&)©B%3SW\É9a¤\ä_+94¨’ÛŒUòrM•¼÷R¥Ð—¬~/SJ!J\É\ÍV¥\ä÷s¥ô\ã¥|q½RQt_©Œ\ÓR*Ÿµ(»\ÃÂ•\Ý}Á\Ê\î”½ùÛ”}ÿ\ïý6\î±ò½\Å\åû\åó„ò\Ó\ãCÊ±\Ú)\åD1Y9_PNe\îVNµ\\QN-\Z+§?h+¿»(¿ýGqy‡s\áu\\()¡!M¥BFÈˆPF	‰ŒR¡”(«l*Ù²GT¢¢R\É\ÉV’\Ñ}÷\Þ{\ïiôþ\Þ\ç<Ÿ¿\î½Ï™÷\Ü{\ÒÿrQ÷ÿrÉ¶ùW¶þ~:üWtj\ç_QOþ_ñ¿’¿‹\ëœÿ.\Êuþ.õ’þ.)\Ûÿ.|ðwEôw\Å\Â ’ð°\ê@@5. \Ú7P³·¨\'\Ô\çwV‡ºV\âkúM\Z%¾€µ²Àº‰=€õÁÓ€\r‰\0m\îE€Î´=@×’\ÐõQ\èV\èN66hlj¬\0l~°õ\0°}\ÓUÀö\á%À\î‹€\ÝoB\0»ù\ß\0´^ÀÞ·r€!¸°\ï~1`_%p -\n`Œ»j\0ŒS\Ø\0‹\áû\0›O.\0›\Ï\æ\0\Û5\0\ÛJÀv&`\×p8ø\à8‡808\Ý{pñ\î¸œŽ;<8V”8~nÀ\Õ\í.Àµ\Ü\àÖ·pr}Àk­À\Ç+\àóñ.à´‘\à¿\à›Q	8³8óª\àw€	ðsœø/H\0A\Çs\çŸø\0B\Ô^\0B\Z€‹P€‹\ãRÀÅ©‡€Ðºó€p•Ë€uS@„m\' ‚\\]¿¸¶s\à\Ú¹Š¸®`n4_\Ü4ó\Ü\Ñ\Ü|º“¹\Zwsß»\Ø\ì\rH3$\Ï’eM€\Ô\Äß€ŒsL@\æm5À!#@–Lµœ¸ÿ6p\à\r \çs\î\Z \çI4 ÷\Ë ¨u/ ø\ÖN@q\Ûf@©\nP6T\ì8¨Šdªy\Ïµ€\Ú\Ïu@À\ã¬9À\ãwõ†n€§9î€§mw\0\r?g\0\Ïj÷žkž7=¼8üð\"\Þðb\Ì\Ðtù \å\ë~À\àMI\à\ÍóM€·6€w·{\0\ïþ´\î´FÁ\0\ï\ÍòmýF€_O@÷þ0@·\ïq@wS.\àCF \ç¿|öm=øxD\rðñd\àc\Ëà£¸ð\é\É$` ;\n0\æŒ|‰|©­|-|³\Ýø6c˜²0L§Nfü€™A%`6•\nø;ø¡ð\Ã,ð£†	ø©üvp\Ìý)üÉ·\0ü™»\0˜7üø»Oøû÷\0$<€t— k\î \ÞWH\Ò	\0J¼	€R ¿N0\Ü\0B¹€¤® !¯\Ø,4€³\0\à‹\0ô=€0¹ ¾i\\=p­2X\"@~\Æ Xµ ø4X\Ü{°x		X\Ñ2¬Ð¼*žº@•ppÕ±T Z\ê$Pc\ì-Pk\Ð\0¸‹j7mŸnŠn6\r\ê;¾\0\ê¿H\ê/|n+9Ü¾¯¸g_p\á\'phx\çp\ßk:ðÀ6ð\0´h\âøhº\Æhº3h¶\Â\0Z´\åN\å\ïZ\Ú%-\ÓZ€VÇ€‡[]6\çF€¶\é\í@\Ûþ·@\ÇG5@G\Â3\àQ“ S\rè¬¦t¾|\èr`\rðøR<\ÐX\nô°\Ý	ôHŒztgO\Î\é=·oz\ÒT§z;€^5aÀ\Ó6\ÖÀ\Ó^†À3Cž@j0\àþm`p\Ôs\à9Ÿ\à¹Zkà¹†\ÛÀó¤`ˆ\É+`9\rBý¼h§@€W\áR`\äw`\ä\ï`\Ô05–\nŒ>\ÞPñ\Þ\ïÆ¼}Œõ8Œkœ\Æ€·``\âž?À\ÄkOIi€ÉýÀ\ä:ÀLB#ðÎ‡\0à½„ûÀû%Àl»^`v 0;\Ä	˜ýj\r0wi˜—ý\r˜_Œ\æ\Ï\rN‰€\Ãß…O0À¢žÀ7–%I“À\Ò\raÀ2…°¬:º\røPOø\Ð.Xw°\rXŸ(>ý\è\n|:uø,dð¹‹\0ø\Üûð\Åð\Å;)°i`\Øl\é|µ|M-¾q\Z\0¶þ\Ñ¾Ÿ,\0¶yM\0;\ÜÓ€\Þ\ÝÀ\Î\Îd\à‡ú`\Ïþ~`-\Ø7·øQ<\ì×±W\ÜŽ:ŸŽ%®ŽµRc€_ûG€“5P\à·q+\à\æ\"p†,\Î^\Ùü±±ø\ÃQø+3øk®økyø\Û{ø›œ\ë~\\Àmþ\Ý„D¡ñr \ì\Î ¬ø\rNr\"\Ù.@”þ# Z½ˆöþ	DŸ\ÞD\×ùñ×	$@\"r;\Ô;¤}º¤sÊ€\Ì0AJ2€\ì«€\ìV §€\ä,oò^X_r€¢Gs@\é\Ù@Y¡-PþcP±k¨dc&€KFÀ¥‚ýÀÁt\à¿Ëª U®Lz”´z\ë\Ð\ZbHcbh¹hý1h}d#h=\Ï´Ai	\0é†€Aª€6—ƒ¶ô<\é\éAz€%\ÐV\Óg ­_/ƒôO¶=\àƒ¶ý4m¿\á\r\Ú»\Ú\ÎÃ€v:¬\í|q´³U\0\Ú%û\rÚ­w	´ÇÚ»Z\Ú\ëR2´÷\íó>	: sd£€™yœ™¶‚Ì«mAC¯@‡ÔªA–ôu \Ã\Ç\ï?\ã‚lŸƒŽ0\æ@ŽGg@\Îÿ‰\Ë\èX\Ê9\Ð1\ì+r³h¹\çöƒ|.4€|†×ƒ\Î<\Ø\0ò\Óù\Í@þöi ³\Ïƒ‚Î„ƒ\ÎU\ïg\ÓA!\ÏcA?\í\0]¸\0\n½4\n­¨]q]³½ŠŒ\0ºÁ\0ƒnNN‚bWo\Å=I%0Þnƒ÷‚’\ï%\Ûý%Ÿ\r%W˜ƒRm·‚Rÿ$€Ò?A\é©* ;1s ;·k@wª‘ ¬¦ û/A97r\ß÷€òŒ×ƒ\n&@…\ëAEŠÏ \â§N \âW\ëA%_ö‚J\æ\ZA%$¨T	*ý­*\Û*³@¢AU­gA58}\ÐC\nT\ëôTû\rzü¨T\ïz\Ú\âj\Ê}z\É\r½¾¯\rz»qô\Î\ÊÔš+½\ï\Ô½Ÿ;jórµ\î‚\Úy q¨s­#¨“Y\ê6Ç€º\ë\Ü@¬ÿ>T^õ\ÆñA½21\è\ãúm A\×\n\Ð`\æ\Z\Ð\ß4ºþ8h\Ô\×4\Ú)¾\ZŸ½š(W€&z\Û@“>/A\ß\\E ©§\×A³N\ÐwY\èG£?\èÇ—Ý _„\r ß¬} ƒ? …/ \0IÜ·	¼\Þk-‚ oR@Püú\ÏK«ÁñL\n8¢\íÿ	¢ý~bt½±@l`ˆ­PqÞ¼qC \Þ%ˆ\çž\æ\0A\Â§@\â\0Gu$}~$s&ƒ–;‚–Q?Á*«wUs¶\Õ\ÕÀ\ê;¶\×ÌŸk8€5Uu¼`Ýƒ\ßÀ›w‡‚·lýÞ–ƒo›g€·-Æw\Þ\ï*¬€h`\Ã\Ï\àý‡Á&ª\æ\àƒ\\\"\Ø\Üi\Øü.l^¶d¶€­«Á6:E`Û›`{\Ñ øHù\Ø\á6\ì°`v\î\Ö;\Ó\0»Œ_»\íó{¬*{¯?ö.ƒO7y€}kgÀg®–€ýY\É\à\0\í\×\à\0z68p&H]\\¤€ƒ¥n\àó\Ù\à\ÅkÀÏž_9ö|%GŽ€]G~\\_\×ÂƒodÛƒof6ƒcŽcòƒÁqep©\'\'\ì\é\ß26\0\ßRFƒo_²\'n¤€\á\ã\à”µ\àÔž\ßà´²0pZ\ßpú„\'8]f\Î\\7Îº0Î‚~gÁbÀ÷\ï\ÂÀy\â(pÁ6{pA\Î!pÁ“\à/pi\Ísp™\\~¦\0\\q\×\\kg®ó\\×¥\é\Ý?þ¸~\nö7\ÖO€‹\àg\Z¹\àg\í,ðsO;ðó°§\à\ç7gÀ\Ïkw‚›¶6›Œ\ÕÀM\ÇY\à\ætð\Ë+\á\à—)!\àW¸%\ÑüNq\n\Ü\n£\Û/‚;l\ÃÁM\0p\×	¸ûb3øÃ—)p5\Z\Ü|\îW8€?ýxXž?;Y˜WG.—‚G*\àQµ\ë\à\Ñ(kðhûgðgKSðWU.ø«¯:xò!ü\r\ÏODƒ§£·§\Ûx\à\Ï?\à™{»Á3‹\nð¬\Þ+ð\ìnKðÀpð\Ïp*ø\ç—\Ç\à_¢³\à¹\ípðüõðÂ™\à…»ÀÀ\é`\à\ÏG`\Ð}6^\áFg€Ñ‰;À˜«00~ö5O)\0[¸`\Ò\Ñ\Ï`R_˜\ì6	¦®©S·ú\é»VÀô[\Þ`†öC0óD4˜µ¾\Ì:°\Ì6‘\Ù.OÀ\ìz(˜-lóƒÀür0;U\r€\Å[’Á’ýú`…ÿW°¼üo\Î¢šmQ\í¸Q3;	Qg~høWA4\ÇL š_‡ ZšLˆ¶E=D·R²±\æ!dS\É1È–‡U½3ºýC‘}‚d[X.d[\ã)\È.²‹\Ü\r\Ùcý²§\n1l\Ü98¡1ýøb†˜…˜ûƒ˜£Ds¡#\Äb}\Z\Ä\"¯bù\é)\ÄJ\ËrX\Ãb“e±Î‚\Ø\ÝbC\ìõ?BŽ¬¾q¨÷†8z\ì…8%/Cœƒ\Ú!.\×ò!\Çÿ\ÌB\Üp· n\Òˆ{øA\È\Évˆ—‰\Ä{\çÄ›ºr:\á$\à\ÌH`I7$\ÈdTD‚œ[\ß¹d€\\²ƒ„\ÚP \á2!\áƒ\ë ¿öB\"\æ\ê W¤«9ök\íi\È\Ôd\Èõ˜¨gHTr;\äFG8\äf‰\n\ä&þ\Z$¦P\rS}w\á<\ä–z\äVñ\0\äö\ÕW¤š$G#HÒ™»\ä}H\êH*$=ñ$½k$\Ãz$S|r\ÇtäŽŸ+\äþºN\È}\êzHv¾/$o\0É¯Œ€\ä³J!…û!…— …¹é¢\×b‚1¤ÄŒ)¹&”>\Ü)\nT.Bªœ9ºñ\È\ã\Ízýú?¯!Oml!O=[ O«÷C\Z}!\ruA\Æ\Ñu\çyxÈ‹Z\'\È\Î(¤IOÒœ\ày9›\ny\Ý>i‰s¼Ù¡yóù.\ä\r\ni}}\Ò\îQ\ritÒ¡¥\é\ä	 ];!]À\îü³\îŠ^È‡UMžƒùžC…ž£o =\é$H\ïS¤/\è¤ÿ“2\àö2ð12\0¹|ñ2ö÷$dŒ_™Xÿ2i‚|;™òX†L—…Bf«r!~¸C,‡ _‰!S\å¨\Æk,1‚x{‚:\ÝÁ\Ü\ß\nÁ¼»	Á›©Cð6\rmB\Ôû\n!në‡6d@¨;L!ŒS\ß!\î „ù€a=N‚pvü„\å$ˆÈ¿\"\Z@Ä´-i	D\æ’\n‘[kB\ä·WCzE¯ý\Å?\ÎP•õ,¨ª\íc¨Z=ª\áo]\ÃCµ\ÍAu=U y\æ\Ð-û«¡[Ž@·<\è‡ny»º\å\Ó-¨\Þø6¨¾ñtú t{«:\Ô\àcto\Ò\è\Þ\'\Ð}–\ï û¾&C÷9\r=Ø­5‚šþ\r†šÝ¬ƒšý¡@ÍjA\Í36C-j.B-¡ –\è+\Ð\Ã\ç^@\íbP;q:ôˆƒô~\ê”Zu	ö‡\Ûûz\ì¹\nô\Ø\ë\Ó\Ð\ã\ÚPWó\ÇP\×Yu¨0\ê\Â@OÀs¡\'¿\ÏB=û; >\á\rPôg¨	=“÷\êwv\ÔoüÔ…„”„\Õø@\ÏÙ¨A\Ï)^AC¬¿CC~* —ž\ÍBÃ¾¶C\Ã}\Ðð+2h\Ä\æMÐˆ¦÷Ð›–ª\Ðh4\î\É;è­‡\á\Ð$û,h«\nšù\ËšeZ½\ï\ç	½ŸV\Íþ\é\n\Í]‰æ…´BóB ?f¡\Å~\Ú\Ð\â\Ù\Ç\Ð\nZÖ«„V>C«d\îÐ‡\'\ßC&¨Akµ.Bk•&\ÐÚ•%hÝ…ih]F\Z´n<ú\Èø\rô‘ú¨	­”CŸ«/@Ÿ\ßv¾\ÖC[f’ ­»^C[§Û \ïõª \ïýS¡m3xhû\Æ\ÐöƒÐ® `h·\ê9hG:´¯¡\é?8Ð \èÀs.tpe:bk\í¢B\ÇbT¡cµ3Ð¯\ç¶@¿¯@§¯@gï£ ³\à\Ð\ï{Ô ?}œ ?oFCÿT¯…\Î_ˆ.Ö….\Øð À\Ý((H†€B>A!}P\è–V(|h\0Š¼nE\'A1R(¦dŠ™©‚\â‰g „\\<”\è´	JlN†’$PÒ­PÒ›\ïP²\Ú(e\ÛV(µm=”þW\Ê`H –”µSe½K…r\Þ\â¡\Ê\Ûòf PÁ™WPñR2TJ€\Êv|€\Êb¨ü…)T±\×ªˆk…*€¿¡‹õ+Ð¥u— KÕ¡Ë¾\Þ\Ð\åG-\Ð»B ÿN\Ø\ÂTò<aªÆ¹05\ï°\Õ`«\Ñ°µ\Â\ÖE0\Î\'\Ø\Æÿ&\â\Üý0=Ãµ0=Alki#Lv7l\ÛùØŽ“°‰‡a{l\Ö\Ãöœvƒ\íAÀöF\Ö\Ãö\ÎÀö­;\r\Û÷Lv\à	v\à\å˜\Ñ]\ÌØ½f,ÁL4\Òa\003óo0ót˜ùé›°C\Ñ\×a‡\ÊÿÀ¬¼~Ã¬®\Ëa65}0{\Í9˜}f?\ás°ˆ‡9û©Âœ_aÎ¤#0——(\Øñ	0·O¾07\Ð,\Ì#\Ä\0\æ\ß\0;qñ&\ìTþ˜\ï\ÂG˜/7æ»¸ó»]\nóƒ\ÅÀüe@\Ø\ÙÀí°€4,€§Ëm\Øzò´”Þµ	vnv.\é#\ì|!vþy\ì<\à\ìB§v¡\ÇvI6­……E>‡…M>€…)\"a\á\ß\ÜaOK`WwGÂ®=¿	‹\Òÿ‹¶\n„E¤°oÐ°ß½`1!JX¬¾,¶\Ä·\Ó\Ç|K`hÁn\å›Àn[[Â’o\ÂRüv\ÂRbB`)\ì)Xª•,}»	,£»©	»S»÷\í*\ìx=\ìž4–µº	–Eù\ËŸ…\åv0a¹Z°¼¤rX\Ð–\ßý–Ël\Â\nÿ\ÔÀŠ\ÊC`E\\2¬¸\à¬xTVª¢+5€•f©\Ã\Êö]„U\Âaô!XeŸ&¬¦ô7\ì\á\ØCˆ/\ì‘öŠƒ=©¸\r«_•«8{:Ÿk*€5:a/6Àš\Ça\Íñ\Ç`¯ü6À^\Ã\Þj5Á\ÞyÁÚ¾.Á\Ú\Ý>\Â:l†`Ÿ`]þá°®\æ°n\ßõ°«°[¤°µjX\Ï37X_†\ì#\ë\Z\Ã>‡\r8[Ã†N„\rÝ¸Js€\r=T\ÂFò\Ç`£]ó°\Ñ1}\Ø\çñ»°‰5>°¯¹\Ø\ä.l\ïû–uöm:6µú=l\æ6\0öKû\å·ö\ëöKn›;­„ýI_„\ÍWß‡ž¼Za\'7\ä\ã\r´g\n\ï6‚!\n\Ëaˆ‡—a\è6x›·†ûS\Ã	\á/þ…\ÑSaÌ”,ûð#GÎƒñ\ê>Àx\ÓJ˜\à\Ó^˜\ÄòL\Ò“¹\çÀ«{a\nI&LÙ¿¶ô>¶r±¶’¾®\ê>W{Ë‚«\ëD\Â\Õ\Û\à«uð5»#\ák\ÒnÁ5Ÿ\Ó\àšløº·\Þðuƒ\Ñp­n\r¸¶ý(\\û\ã.¸Nÿ\n\\÷N9|cq|S\Â,|S®¾\éù)ø\æUW\à[\ê\á[~m…o·µ‡o÷ûß~\ß¶\ß½¾w\ã#øÞ¿¿\áû‚vÀ÷µ9À÷wyÁ<i†\ÙÁ<\r\àF\âN¸‰G6ü ü&Ü´W7k—Á\Í\äO\áæ¾¥p‹®:¸¥\é	¸Uv\Ü\Ú+n}ž·\ÙnwanÁ	~„‡;\è”\ÂtáŽ¯T\àG›vÂ¶OÀþÉ€;û]†;\ß;?\î+»Z•\Â]›\Ö\ÂÝ§t\á\'\Ô\àðv\Ñð\Ù\rp\Ï\Üst~jõmø)ô\Üwó¸ïŸðÀ«Lx`eü<¿\n~q\Æš6}\n\é\ÂC™\æðË‹0øÿø•\"<\â\å\0üº!\r~}rE‡À£g\Î\Ãc\Ãc\nl\à·\âÀðDðD=x\"\ç8<¹\Þž\Üxž¶ŸO»ÿžë‚§\ËF\à{\àð~Wµžzž«Ÿ\Ï™>‡ý~J€?\à–\Ã\Ë÷û\Ã\Ë\ë\èð\n“?ð\n÷\Ïð\êöRx\Íþwð‡·\Ò\à\Ç\ÏÀ\ëµR\á\Ï<7ÀŸu<¿L \Â_+S\àoj\èð\Ö+ÿ\à\ïý\ám\'|\àm[x\Ûò5x»a:¼ým	¼\ã\èxÇ½ðÿx´þò\Øú˜þ‚€P\Í\à£#{\àcG\Æ\ác!.ð±ÿô¾†‡±ûÿÊ…O\ÖõÀ§NºÁ§\Z¶Â§É½ði\áWø´\\>½ü>ó >\Ã*‚_—ÿ«ÿI„\Â[¶\Â–\Â\ç2\á\×öÁ\ék\à\àm\Ï\à\à\Ë\'\à\àœUppMº+õ¥À±.&p\Ü\ëp|\Õf8\'\Ù[\Â\×7Á¹«\Ë\à\\\å&¸`\í¸\0r\r.6ƒ‹iÁ\ÅD\\¶®\Ðô€+Oü†+\Z\àJ\àuø\"d¾ô_\Ý.1u\áK\Ë\ï*6„ª)bõ†xÄš\Ê\ÇŠ\ÄZ¯q„fIB³w±¡\Â¡sÁ¡ók±i\Í$B\ÏM¡÷x±m›±­w±ó\Æ3„A^!bÏ‹Cˆ½\Ïc{I%#h \Âxd\r\â\à—=ˆƒ\\¦¾WCù\Ë7„U\×q„M\Ùk„\ì0\Â«‰8òG\á\às\n\áØ¼qt¹\ál\áŽp¶\ÕB¸.!uˆ\ã\îÿ®\ì1„[§\á¾ñ-\Â=Z„8y\Ä	q²<\áyl\Âó_\n\â”^#\Â\ër\0\Âkð\Z\ÂÇ¤\á\ë5ˆð]¡\"\Îhq~§8ÿ¹d„?\É¶8†AmºŠªúŠ’E\"‚EIˆs9\Ö\Æ\".\ÐV#.ª—¶\Ì#B\ÍÈˆÐ¤›ˆ°µ)ˆ°‘fÄ•Ä•a\âúº>\Äõ«`D\Ô*)\"\êR#\âFD\"¾\Â‘ €HðùŠH*ñ@¤\\@!R\Þ3©§*w*wˆˆ»\É#ˆ,ƒ(DV\å\Ä}\Ó\çˆÜ›¾ˆ‚sˆ¢\â\î¢8Ÿ„(~(¯F”NŽ\"Jù`DEZ9¢ò\ÈoDu\ÑD\Í\Õ\'ˆšÇµˆ‡\ÖnˆZv\Ä\ãu\Çý†\ç\Î \êkôõ\íEˆ§«Š\r`\'\Äs\Ð\n\âE\Ú¢©\ì9\â=ñJþñúŠ¢e\å&\âA\â\×>D\ë\ÇDû\ÍD\çþËˆ®Û£ˆ®Gqˆ.¥¢»ö¢~\Ñû\ÌÑ‡F|™Fô\íG\\\ÌBfd!†Š~ †9»#Q7\ã«\n\ãauˆ/\ÞR\Ä”*bb¯b\âöW\ÄDõy\ÄTfbŠu1CûŽ˜ýbŒ˜ŒAü\0]F,|\×E\0Pú\àŽp\ÅcD÷;º¥	½ß@o¹‰@\'‹\èOµü±û¬A×ŽA°Xþö©<»¾Ái>‹\à,E~g#D+_\âA[„tr!\Û4ŽT!–\Âøˆ¥ð\Ä\Òü0by\×Ä²+±pCüKÀ#UòF*KHu\Ø\0RG®\Öy\\ë¶ˆ\Ôr/Cnx¤…ÔŽ5G\êNýF\êþüƒ\Ô%E#u—â‘›8H=YRÿd	RŸÓŽ\Ü\î°¹ð¹\ã]r—Jr—y\ZrWò$r\Ï\íb\äÞ…\ãH\ã\ÌkH“ƒFÈƒ›–‘¦½5H³ý(¤\Õõ%¤õ“U\ÈÃ£sH\ÛM\"¤mH6Ò¾¨\é\èòyÔ…tJ\ÔF:e¶#ó’.\'\ÑH—{vH—ŠI\ä±\È\ç\È\ã;µÇ¯›\"]\Ó_ \Ý®#=º‘½žHÏ­iHÏÿ§\Ö\ÞEz©\è ½ºf§\rš‘gba\È35_‘gúÁHÿ§}È³J2\àB2¸\"rm-ò\Ò\ã\Ã\È\Ð§‘—O, /_øŽ¼ü»yÕ¤\nyU¼V×€¼\Æ\ã\"¯\'g\"¯?¾Œò\éBFOüA\Þ\\¹ˆŒ\ÙV‚Œ)hE\ÆÆ®F\ÆN\Ç#\ãµi\Èõ\ëÈ„=\ä­dJI2¥J™ò\Ê™\ÉtE\Þ\ÕJA\Þ})EÞ+Df%	YH2?þ52_yY˜Ž,\ßA\"4Eb\Ì¥\É\É\È\Ò¯eO¥\ç\Ø\È\Ê3W5	9Èº4M\ä£# ä““»OB-‘õ7#õ\ã.È§±\È\çbdóþZ\ä\Ë$U\ä+_òÍ†\È73\Èw}k‘­«®!ßŸ‹B¶¯yŠ\ì|¡Š\ì>Cv\ßlF~`¨\"{T¥Èž?doÙ—5‡ì«²Fö¡\â‘ø\"‡^¶#‡Û¾ G’ GP\Ö\È\Ê\ä\è\åg\È\Ïkx\È	‡\ä\×C\ä\äQ5\ä\äT\äÔ—7\È\éùm\È\ï46ò‡Ÿùó-ù+„‡üUB@þ>ò9÷|5ò\Æ0òüržGþ5A‚\nT ©Ü®ƒ„uw#\á7\np`ö‰ºQƒD\ë‘\èKöH\ÌT\rÄŽ5!ñŠ$\Ññ!’¸2$/<F\Ò{„H\Æ\ÝQ$c\ØÉL\"™òY${\\\É!\ìFrS+‘ÜŒ¯HÞº¤ ùR<þ\æ#\Åc×R\r¤”ŽBJWF‘²\ÍHù§sHù)—\Å!\Þx¤r3©ÜŸù\Ë\È\Å5ß\Ë¶\È\åh\ä2\å\rr\å\ß3\ä?¥\'JE @­ÚœˆRHD­Æ©£Ö¨EihrQk·Y 4·~Biº- Ö‘x(-¾j\Ã>jCdJ\Ç\éJg\ì;Jwõ+”\îd	j\ÓzÔ¦j³fJ\Ïô+J\Ï/¥—ý¥7òµ•}µ•ƒ\Úö™ˆ\Ú\ÑP€Ú¹·\Zµ\ëò_\Ô>L	jÿôn\Ô\ä2\ê€ƒ2Ê“ Œ]Ö¡Ljo ¬\'\ÚP‡\Ã7¡\ç Pö!/PŽ½¨£\È(÷\ÏP\îÆ§Qî‡µP\îTw”Gt2\ê\Äj&\ê„\Ô\0\å¹6\å©k‡ò¼r\Z\åI\È@Zk…:%hAy \Î0lQþ\àË¨€\0* \ì,*\Ðö*ð\\*hšŠ\ni«E…@o¢Bö B?1PW¥7P\×47 \"\×\\B]À¢n$P±{w£\âv\ÐPqT$*~\Õ•5x\ru;TJŒá¡’š?£’\ÝP)¦¨ôÿöÜ™£\î._Ce\åE¡\îg}De;@\å„\áPùlT\ÊTÑ½QÔƒ=2T\É	ªLòUY\ÏBU½¯D\Õ\è: \æÙ¢j{$¨Z\ÒfT-Ÿ‡ª;-A\ÕÅœB\Õ\r\ÞA=rA\Õ_.B5<¡\Z¨¡\Z3rQ\ÏR¡šþE¢^mùCq¨–M7P-!TK’\Õ2tõv‹6\ê]Gªõý\ê}\è+T\Ûiª\Ë\éª\Û‰úðŸÿ€<TW\Zª\×\à#ª\ï@?ª\ï\Æ)T¿„úôü#jÀt58 ‹\Z^&£F\î\ÝDR…¨1\"\ê³V\ê[|#j*I€š¾V€ú\îwõ=\Èõ\Ëú.jþ\ê/‹zë¡€\é«QÀ÷1(Ð»^x<\ÍrDÁ¶£P°6\n¡\ÐD!M(\äó\Ç(\Ô\Ðyút\n3Ý€\Â\æJQØ¡·(œ-…e¡])(²þ\Ù‹¢\\ ˜[\ÔQÌ–ûW-ŠƒDq0Pü]`\ßJ%ð\rD	¢zP\â‡=(\Åö/(Å°5j)Fµô\î.j…ÚŠZar\Ñ*ë£Ug¿¡\Õw¶¢\ÕËž¢\×L” 5ö]GkXZ£58\èµI\áhÍž{\èuI\è\r@ô†±J´ö¼ZÇ©\r­smZw\à/z£\íz\ãø$z³©*zs\ê>ôl>z\Ç\Õ0ôŽ¿\ç\Ð;\'÷¡wi%£\r\ìò\Ð#\í\è}[=\Ñ\æŽoÑ–¯c\ÐVõ\è\Ãö7\Ð6\Û\r\Ñ67Ž¢\íÊŒ\Ðv\Ý\rhÇ§\æh\'KK´ŽvQò\Ñ\Ç\Ã\Ç\Ð\Ç_´£]µhh\×h÷ñhV.ú\Ä\Ú\ï\è_~¡Ošv£=.¡=\åÐ§Âœ\Ð\ÞMh\ÜO´¯–\'Ú—¼\r}F\Zˆö\ßi€ö¯‹Bû²\Ñ¿V¡ƒ¼ƒ\ÐÁ–\Ï\Ð!{\Ð´\Å\è\Ñoÿ×–@ó\è\Ëe›\ÐWn\Ü@_50AG\î²FG«ŸDG›=BG\Ñ7.¢\Ð7G+\Ðq^/Ñ·¶\ÑÑ·L\ÌÐ·ˆc\èÛ›\É\è\Ä[-\èÄ™1tZñgtº\åitzC:#\ÑA\Ï@gš\ïFg\Ëi\èœ\Ý\ï\Ñy­V\è<Q(º@#]”¸ý@\Õý@Cˆ.=Õ‡.}ìŒ®LwBW6•¢+±Dtu}ºf>	ýðTºö\é,ºV9®‹x~‘†~|+ý6Œ~‘S~A<€nÚ«n¢£_÷¢_½{ƒ~\Í1A·œÝ‹ny]nx¢ßªC¿]·€~û¤ý\î/ýþXº}\ÝRA÷­ô¡?F× ?V=CZ“…Xg…\Ø7øŽLoE-I\Ð\Ã*Y\èaõM\è§³\è\Ñ\Ë\í\è\Ñþ2ô(\Ù=\æ@EmCO×£?\Ïô ¿jŽ¢¿*3Ð“Fc\èoN\Ñ\ß\ä½\è©8z*\Ïý\Ý~ý[‚þ¹cýóvú—\ßMô\ï=›Ð¿—\ÑóG:\Ð’04p\â7\Z\ãŠ—\íACT¼\Ñ\Ð÷\Ñ0H\Z±½x‘ŠF¼ ‘z~hŽÆ¤d¡1\Ã\Íhþ(\Zkó?€@\ã\ë8h\Òw[49\âš<Š¦\Ü\ÈBS\Õ.¢™œ14s\å3š}fÇº¢¹¿.£ù†\n4?†ˆ	\ÃÐ²1<Z¾.-\ßÒ‹–ûš •n“\èn7\Ñÿüu\ÑÿP@ŒJ.³j„Q›CaÖ¬a4b\Ç0\ëvŸ\ÂlX>€\Ñ5ÝŒ\ÙÔ·³\åÁP¶`¶P«0zt\ÌV\Ã~\Ì\Ö\ç)˜\ãÆ˜$fç­¯˜ )f°³§\Õ³w!c`bö_¥bö+S0¬\\0Fýfãµ¶\ã\íC“s\ï0&iw01¦†\ß1¦W0ï¨˜\Ãe\Ûú`Œƒñ<\Æi\Æ\éÀŒóT Æ™¸‚q\Ùi†9¦Á\ÆcwaŽq/`ŽŸ\"c\\U\îcÜŒo`\Ü…þ4Œ\çL/\Æ\Ë*\n\ãó\ã£\Ä`üž20~J)Æ¿V\ãß¡†	p\Ñ\Æˆ\ïb‚½¿`‚\'V0\çD0\çGô1\çe[0!\Ùe˜z¿1·‚1¡Ý—1\á\'va\Â\ã0—‡™˜«\ËÝ˜(`\æ¦ó.LŒw&ž\Z€¹p	“¨ý“\ì‰I~­I‹I¯ú„\É\Ä`2»\îb\î\Ø\Ûa²>`²\ê<0÷]1\Ù;·arÊŒ19o\Ü09¿\ì091yArLÁ¶˜{S0\ì\0˜\âmY˜\â\Û+˜\â+Lñ\ÌeL)ö!¦\ì÷Lyc(¦r7\0SµÒ‰©ö0\ÂTû7cªgó1M\Z1a]\Î\Ã<\Z\Âc\Ë˜\'QLý\îrLÃ˜\Ó?‚i”\ébž\ÝÞŒy^ýóœ`Œy!.\Æ4k`š³;1\Í7Ì«ýs˜\×iL\ËL\æÍªdL›¤\ÓŒ\Ät­\01¾eaúJ}0}=6˜~Lÿø\"f\è\í)\Ì\è÷d\Ìød\r\æ\ËRf\â¸\æk´5f\Òv3ù¶\n3e~óýd&\æÇŽý˜\0\ÌÏ”o˜_›,1¿žc\æ\Â\Þa\æ¾À0s¤O˜?0:Z˜o]\ÌBx&°\Ê°\à`\0N`\Ñ,t©\Ù\Â@\Z0Š\èVkô¾\îƒ2ŸÁ`•¡œC%ß´	CQ‹\ÂPF±j\Í4†\æz\Ã\Ønƒaþ2Â°ºF1Â¹NŒ¨õ\'F„:ŒG˜`Ä‘@ŒôR/F^}³Tt\r³L\è\ÇüS+Äª\äVbÕ¯^Ãª÷OcW¯nÆ®žZ‹\Õp\Åjœ\Ì\Æj‚\Ø\Øu\Ö\Øupk\ìz«*\ìú¸5\Øõ¬N¬¶½\nvsE8V\ï\É{\ìÖ›O±\Ûûbw?À\î\î¬\Æ\Z¬\ÉÀ\î1=ˆÝ¿§»)\Æ\Z\Í\Ý\Ç\Z2±&C{°¦\Î\áX\Ó\ÄF¬)°k~\Ç{¨YµZ|µnõ\Ä\Ú\èjcm\ä°¶\æ\ÙX\ÛT\Ö\Îú\Ö\î>kOu¸?†uÚ¥†u9V…u+ù‹u=ˆ=õ\ê.\Öw\ëí¢õQUÁž®C`O3¢±¾–b¬oŠ:öLu2ö\Ìk\ì\ÙUg±gM\ÅØ€†½\Ø r+6ø[6øûfì¹¼^ì¹®.ì¹Ÿ/°NUb/\Ú\ßÀ^Œ\ë\Æ^\êó\Â^BWaCñ°—¿ž\Ã^a5`¯¾ÝŽ½v|/6ú\ÝC\ì\'O°7Y°±a\ØX\Ü*l<\î6ö?›h²›\è\ÍÁ&¡K±©w/aS\ÇÜ±÷²¾a\ï\Ý\ÅÞƒ8b³ž9`\ïo#a\ïû½Á\æ˜:as\Ê\ÑØ¼Cl®#ö)[òw-¶\ì®¶¼“-\ïZ‹­\Ë\ÃV\î[\ÂVqÁV7›ckŒb±µ·wbk?\'aŸc\Ú\'°/a›\í\Ç63µÿCûú\Ô]ì›“\ÚØ·—¼°­¶\Ø÷;p\ØÃŸØŽ˜½ØŽ\Ù\Ø\Î÷ï±]e\Ø\Î/\Ø.ClW\ÅClw¶!¶›]Š\í¹\íÕ¹‚\í5Áö\æ‡aûž%bû¬°ŸÁØ¡—Ø¡™Q\ìpPv8R;rñv\äEv\ì,\0;VÙˆý|–Šýò®;á¥†¸’€ˆ?ƒ˜\âc¿f\ìÀ~ýõû\í¯;kJÀþ‹°?³¢±?Ÿ½Áþ:÷û;Hû;&û;—[u;\çÔƒ]¸6Šý{\ä2ö\ï\Ñ \ì\ß(,€AÀ?^Ã‚N>Ä‚o\Õ`7Žc‘\ï±¨s‡±x\Ä<–`qKÈ‹Ä’o¡°ô	Xö*,{@\Ë\ÙSŽ\å\Ìb9ü÷X®­VbP…•X\ëa%Ó©XÉ¯\ïX©\ÆQ¬4\Û\0+K8„•~ƒ•\Ûfb\å\ïa•;l±J\è¬’\å„]ü\Æ\Ä.]\Ô\Å._Ú‡ý‡\ÔÇ©:¾Â©¾WÁ©u¾À­yV†[\ëÂ­#X\á\Ö\ï¨\Æi=ñÁmV\ãtž\à6Š£q[\â\Î\ã¶dY\ã¶j5\ã¶^\ÔÀ\é_n\ÇmS¿‡Û¦Ám;ý\Z·ý¶;nû—\\ÜŽ\ïq;ú\á\â\Æq{¾\àö\ÇmÁ ¯\Â‡pÆ³+8cÁ9\ÜAû8\Ó\Z)Î¬Ÿ‡³\ã»¼\Æ\ÙyqöF8û°\Ã8F-\Î\Å+\çÂ¸;~¾wüB2\Îu\r\ç\êò\çÝs\ÏYÂ¹K\ãp\'|ôq\'h#8\ÏH=œ\'Twªp\0\ç³y\r\Îg\ç?œy(\Î\';\ç›Y;»¹w¶õ\n.\è`.h\ê!.x\ÏM\\ð™2\\pù\îBý\ÜEo1.ô”.4°šù	Þ»wÙ¸wE¯wõD.òh2\îz\ÊY\Üõ/\0\\”«.j\Ú	u\ÆEsºp\Ñ+…¸†.¸=ó¸›C¸›¿\ï\ãb\Æq14.N\ç.®ñ.>ƒ»u\ßw«÷#.ñ]).i\æ#.9-—šÕŠKÙ€ËˆØ‰\Ë\ë\à2\ÍO\à2Ÿõ\â\îi%\ã\îw\å\á²g\æq9Æ¸œò\\N/—ów—û\Ë\æ\ãò[\ãŒU\ã€ûq%¶q¥\ÄU¸2O\\yH®\Âô%®ª.W‘ƒ«¾\á{d^ˆ{¢~\0÷¤9W?k‚{š¼\×À‹\Å5,;\á^¬!\ãZœp\ï’õp\ï\n\\q\ï\ä\ã:\"pIÕ¸®\à Ü‡xs\\\ß]\\OÀK\\\ï¡\\\ï¯R\\\ß3\\_ûm\ÜÇº7¸ ¸þ\0=\Ü\'M\Ü@„n0¸7Tv7ü…1:‚\Ý\éŒ[\â¾,[\à&¶º\à¾N—\â&\Õûp“®\à&K\np\ßF\Î\á¦n¿\ÄM«œ\Ç\ÍXX\âfpwq³‡Å¸\Ù\ÉK¸\ït\Ü÷ø=¸_{V\á~¿\à\æ\n\Õqök\à€Gq@-ð~#\ä6Žƒq°”885‡\Ô:ŽCnÀ\ày>8d“>9¸‡¶IÅ¡“òp›+8LE\rCY\Æ\áY8\ÂG|sG\Æ\âÈ8ŠG[w\ÇZ»\Çéº…\ã\Ù\r\âø\Ò4_6ƒ\â·ã„¬8QK\ZNüœ„“lÀÉº6\â_\á–7\0q\ËxÜ¿#–¸³Fx\ÕùxU¯–XˆWOñÀkX\â5\ÜFñš¯cñh¼¶¹^\Ç)¿ñ[~\ã\Ü*ü¦\Ûñ›M³ñ[\×i\á·\îD\âw\Ö[\âwk2ñ»}\Âñ»‰|ü^•cxC7*\Þ0´o8ôoø5¿\Ï/\0¿¯÷\0\Þ(t=\Þ\è‘\Þø´Þ¸.o¬lÂ›¤Y\âMžu\âº?Ä›¶\à\ÍZ­ñ\æ\Õ ¼ù\"Þš)Áž(\Ã\Ûx\Í\âm7–\à¼D\ã\ï\ã[\á¶\âÖº\á~:ŠwYul1\Þ\Ýar-\ït\ïšŠ÷“ˆñ\å›ðJ| w\n>°v	”ƒÄ‡|\Ç_ˆßŒ¿\È\ë\Å_u\âC·}À_ö2ÁG¬+\ÇGØŸ\Ç_\r\á¯*4ð\×ò«ñ‘¹9ø(½1|T}|M{Ž‰\ç\ãck“ñq\æûðI:~ø\ä\ÛOñ©j\×ñ™:[ð™ƒ\'ðw#‡ðw\Ñð÷Jlð÷Cnâ³—­ð9\rø‚¾¶_H8ˆ/\"?\Ã)ðÅD|\Éöø²\æ|™HŠ/Ž¯ð»€¯\0‘ðU\ã\Öø*Á¾®\ä¾\îY.þ‘Yþ\Éú5ø\'÷ñO\r[ðO‡ž\ãÄ¶ø\Æ#‡ñ\Ùhü³¼füó42þy–þy\ã|\ÓS_|ó\Ç|ó\Ì;ü«{/ñoNøw”¯øÖ—\åø\ÖAüû±p|{2ß©®ƒ\ï´!\á?¾½‚ï¿¾\ßÿj?òg	?ºõ,~tð<þ³ùWü„—~rs~\Ê\Ã?\r?Ÿ…¹\á\Ø\Òñ¿^u\à«M\ãõ™xÈ¡cxh‹5†Á\Ãurðð«\ÞxD\â‰YÄ£_\Ù\ã\Ñ\äxü]<ž{OÞ¯‚g:añLJ6žUò\Ï\ÞõÏž*À³‘ÿ-\Ï|\Çó\Ö\âùi%x\áÀ6¼%À‹6Qð’•\íxyš^9¿¿Ø¦_ºq¿Tý¿„7À¯œô#¨tþ\"¨ªTmMªŸ\Ô\Ç5	\ê\ÔV\Â\êH}‚†ú Ak;Ÿ°A\Æ#è†Ÿ\'\è>\Ð$lÌ™$l|9O\ØüBÐþH\Ðo…¶1ž¶»…v¸~#\ì2ûG0üò…°o´Ÿ`¤\ÙE0òüM0ŠUŒ¾–Œµ\"	&¯\Ì\Ë\Â	¦\ß\è³²M3ô Á|Ù™ph8œ`iz–`µ¿Ž`½Ù—`]¦F°\æ 	‡©ú\ÛwR‚-H`7\×Jpˆ\ì#8m\0œOn!¸\ÛE8v\ZMp½=CpmzEpýªJp+|Lp\'\ÄN\Ü\Ó!œü\ëM8õö$Á\ë§*\áô;\Â\Ë„\0k!8È…p>d5\áüÅ·„óoa„¡¿Z›ºm	“\Õe	„Ð®B˜\ÃNBþ!|[4\árK!‚\ØA¸ž{‰5\Ë$D«¢7r	7`¶„›±LBŒn!&«˜»Nˆz\â\Î\áñö÷	ñˆBB‰!¡t†.!¤l_EH\ï¬\"d\Æü\"df\Ì2DB&§™pGÁ#\Ü=B\'\Ü=ö“p·ˆE¸7\åE\È>-%\ä¼o%\äo.$p„¢)¡\Ì_—PF\Ï#TœF¨˜µ\"T®n\"T-Zª\ïijú#ú	Ž\çk#<ö¼JxüfŽðxnžP¨\'Ô³üù„w·\Ü	\ï\îü&¼\Ã\É­\Ý\ïyZ„6­=„nC„?»	þ}$ô@±„¾½„¾\ëz„OY\ë	ŸÞœ ò	C•\ê„a\Ë4Â—\Í\ÂDôY\ÂW\Õë„¯„\Âd60sDN˜¹Eø¾Ñƒðý\ç\n\á;)‘ðcõ\"a™Gø\\$Ì»º\æ#?þÞ¯&üm<D\0\Ô ü7M€Î\0\ÛRI€\Ù\ÕeZD\ß	®\' BwPY\r\ì\í‚\Õcñ\àñ\ëK\ãZ\é¡M`Fò	¬\',gD\à¸üû\Þ\n ¤\Ë\Â{‚hAdNAeñz3‚ô\ÔO‚´W‹ ‹¿G5\äa‘E¶*a1É°4þœ°l\\BX)\ÅV&Cÿ\ìŸU\\`\ÄU6_ˆjST\âjñq\Í\ã¢†‰)QR@\\{¨¸.\å0QÇ»¨\ë\Å%nþ\ÐD\Üb¬B\ÔÏ¿A\Ôo\ç·o!n¯ö\"n ˆ»W9w×½ \îFu\r>\Ì÷t÷fˆ†û\ì‰ûM¢ˆûO­\"8dN<P\ÒE4ZH4Qÿ@4ù\ÖI4¿·H<4G´\Üx’h¢ ZÊ®­â–‰V5\ÃD«ŸND+`ñpt1ñðŒ\r\ÑF\îN<rõÑ¡Ùˆ\è€W#:FM]zw×’‰®núD‡D†‹\ÄC\â\ÉóŸ‰ž®`¢\ç;u\â©4\Ñ+¶†\èýF—\è=w‹\è\ã?Jô¹+#žV¿H<\íJô½D\'ú>I%úv¤ý*Êˆ^G‰\ç[µˆ&7\Ã\"†¹[\Ã\'D\Äpl\"ñ2M¼jŽ$^‹$Fj\ï\"^ÿú­{‚öx\ãI1ñ\æ\Ç\"bŒS1\î\ÏbB\Äñ¶ò\01\éY.1ŸEL\Ë\ÞGL/\ÚK\Ì8|„˜9\ÓB¼³Ë…x¯h+1Ë€D\Ì\ÕL\'\æ\ÂsCˆEÛ«ˆE¹¡\ÄbW,±x‰N,\Ñq#–òqÄŠ\ÓzÄª½_‰\Õ!×‰5‰·kŸ\Úm<F|”½B|TPN|¬^N¬ŸXO¬ÿu†\Ø`nGl(ñ%6¾xO|\éA|s\ï*ñ\Í+3\â\Û{ˆ\ï.ô[\'\ï\Û\ß\Û7W;\íF‰w³‰\Ý÷©\ÄÞ\Ä^Á;b\ß?-\â\Ç \â\Ç\Ùb¡±¿\ç±ŽJü”YE¨\í\"ª·‡y{‰£¾m\Äñ\â\Û\ÄÏ¼\âñ›÷#\âôw\nqú\×&\â\Ì]q\æ·.ñ\ç‹\íÄŸˆ\â\ïG\â\èqqšüVI…|\"‚.Aÿt‰0\"\ìñ\ã$©®BD\Z¾#\"¹ß‰˜¥=D\Â\ç)\"QœO$1\ß\É\"O\"\Ý\é&‘9£Md¯‹#²¿\ï%r¥QD^¥‘\Çh\'ò·\ëùþÇˆb=w¢\ÜwQqù-QQ7ATš]\'.>{N\\\ì\Ï#.\íñ .õ\'.o\Ê%.ÿ\"W\ìfH*u9¤U¨$U ImMi\Ý{’†aI\Ópœ´n]\'i\Õ’–“7Ika?i\Ã\í\Û$m²=i3\æi\îI\ÏS•´õ\Ñ\Ò\Ö	\Ò.\Ýu¤]£\Ò\îM\0\Ò\î˜’Á\åF’Á/\Ò[=Ò\×\'IÆº¡$S\çC$\Ëü’Õ£7¤\ÃPU’\Íl9\ÉÎ‡I²oó!¥œ!^%9wÎ“\\ß’\\ª‰¤\ãAv$·\Ö\Ó$Ok’\Ç7\ÉšHòX^O:…\"4\ï$¬\è&:‘JòR}Jò\ê8Mò~9D:j\'ù¦#ù\æÕ|»mIAUHw¯&]\Zˆ$]¢¿%…\í­!…\Õ\Ý!]\î,#]1\Ì$]!;’\"\ÕH×¼¡¤ÈÖ¤H\ÓK¤\ë÷BIQ\æ|R´\×~R4¼ts¾†“»‹\Ë*$\ÅùW’\â“\ÆHñƒU¤„u\Ò-<)©È…”²´”O$¥ñ#I\éfH‡’Iv­¤\Ì†¤;‡9¤;G’\îý)\"eU¹“²Õ½I¹ä¤‚=Rw™T¨cAzM*\îœ&•»]!U\Ä7“*›7’j6GjO¿ =Òž!=¹¤Oª/2&5{\í$5_t&½\Äv‘^úAjit ½I¨%½\Û-\"µ†\é’Zÿ“Z1\á¤÷c\ÏI\íVÆ¤\ÎSR\ç\Ô;¥O\ê;O\ê“ú“>2IýU:¤±oA¤1Y\éó­¤¯oûIS³¤\í`\ÒÌ¤\ïbÿøMúqJúMŠ ýaÙ‘\æ\ïY“\ÐûI\0)	øA\×“`‰K$Øˆ:	žü‚\ÒIÈ”F–¾D\"x%\æ\é$\âþ\ã$¢)‚DžùK¢:Ø‘h—_‘h1P½VHb\ßi!q\Âo‘8\È\0¿ßš$0%	µI¢µ1$1–$ý-\'\É\\\à$¹l‰$WÆ‘”R’2º´¨~†´˜_JZ²–‘VbûHÿœIÿNzþ•Å’Unl\"«Ô”‘U\ÓÁdµÀ²ZY1y\ÍÁ)²Æ¤YUN\ÖüD\Ö~!¯\Ã;’µ|\É\Úgþ’µ{ó\É»\È[Ô­\È[^\"o%õµ‘·m¿E\ÞV¸•¼#\'“lH6úM6~K6}€\'›m5#›\íK\"›\ÝA‘\Íi©d+{>\ÙúV!ù°o%\ÙÞ ‘|\ä™&\Ùa\Ã²\ãüK²‹I\Ù\ÅÞ’|¬¬‘ìŠ‘=\ådtù$ŸDöô\'Ÿ\Z\Ò$û@¢È§\×m\"Ÿ6M$Ÿnq\"ûZôýÛ’Ï®’’\ÏJ•\ä€hr \ÅrP2›´t€l}„üÐŽüF“|®ø/9\ä`,ùByù’\Ú.r\Ø\Ær˜#9\ÌÔƒ\îHŽ“¯`.‘¯\Ð\ä«¦\ÈWÝ“\ÉW/ù¯9ê’¯¹µ’¯þ&_¯ù@ŽRQ£œ0\ä›fkÉ±«\Û\É	g\Ð\ä[‘\Õ\ä[\ìÈ·¿…“R\á\äBrj\Ðir\êµ\Óä»=\ä\ì\Ø6rn\Ó5rA„\\«$1N’Ü­\'—˜»KZ“È¥f6\ä\ÒxCr…ý!r•y5¹\nJ®¥“k*]ÉµoRÈµý(ri(ù\É0žü4q˜üôŽ7¹!\ï¹\á9ùA…ü|M~\á&%7o\"7\ï`_)Þ“_w°\Éo¿Ž‘Ûž\'‘\Û=É\é\ä\àjr\ï\Ö`r\ïr\ïù\ã·4r\Ð0¹¿f7¹\Ò@¼%%]\0’‡rÏ“‡“\È\Ã3\å\ä‘\×\Å\äñ^Mòdi\'yªbù{ÿ^òÏˆzò¯\Ù	òoO8ùwT.ùÛŸ¼\Â%.\n\ÉÀÁ@2(·Š¢3\É`\í.2\ÌBŒ®H\'c¶rÈ˜¿ód\ìs2Nµ“Lˆ\Ï!OL‰¸_d’ýW2ùƒ™nI¦(-\ÉôK†dF\Ú2³ò%™õ!‘\Ì	·%s5G\É\Üc†d~±Y°Öˆ,\È8G\Ì:‘²ð\Û0Y(j!‹YT²d;–,[h#\Ë\Û\Z\ÈJ•Q²2#œ¼È†“—ö—“—þ«™\å\ÝRòŠ\êy%`E…MY“-¡hL\ÍQÖº\Ó)šS)š²”uw¶R´jþP6¨_¡\èü»@ÑxO\Ñ-AS6\íS6ô¤l>mA\Ùüûe‹/™²£Ô™²\Óbe×©k”]-Ê®\ß(»`-ƒ\Ã\Ãƒ_\0\Ê\Þø\ÊÞ¢$Š\áFO\Êþ”ý\Ù”š)ªz)F1ý”ƒg7S\Ìƒ)‡‚_S,ñ=+¯«W|Š:‚r\Øj€b£C±m¦\Ø=Ò¤8„\rP\×fRuvQœz(.‡\Ó)Ç´3(n\ÒJŠ›Añˆ9J9a\äH91½…r\Ò/ˆ\â\Õ\àDñP¡œ©ùJñ{p—\â×—Mñ_¯E	ô²£ÆºP‚3§(ªS.öS.¢\"(—\ÊK(\áGR)\áƒ]”+\Õ2\ÊU:†r\í¬	%ò 3%\Ú#Ÿ]H¹y0ƒrsÐžCs¥Ä’Ä”„\Ñ1\Êm÷”D\ËU”ô \'J\ÆC6%3\ä$%SlO¹£¤d\í\è¦dYÜ£d\Õ\ÄS\î\ç¶Pòb¯Ròˆ@J¾…?¥\Èj¥\È\ë!¥hd\åÁ{\Ê„„R¶J)·§TlÉ¡T¦=¤T™¡T¯r¥\Ôl¤\Ôø\n)5’”Æªo”g~”gð9\Êsa\r\åÅ†”—«(\Í9bJó\"‚òjKyclOy{±œòN#‰ò.\è=\å]”!\å4•òÞ»…\Òö\çú\ÌS:üþR:½F(]A•”˜¥wC\"¥/ÓŠ\ÒW°…\ÒÑ“\Ò_$¤|¢ß¦n)¥žò¡%iS†òŒ)\Ã\0*e\äœeTe\reìž‚2öð-e¬m‚òùD\åsz9\åsû\r\Ê+Ê—\03Ê„ÿj\ÊD\ç^\ÊD·\Z\å›\Åm\Ê7·4\Ê\Ô\îË”©\ê)\Ê€D™m¥\Ì.ß¢|\ÏK¡|\ïM¦,ø-Rþ\Þ¥\0£(€o\n0\ë8ôy\â–JTwS ‡(0ý\ßØ»\Óxx=q÷AO¤ \Éx\n\ÚÍš‚%S°+O)\Ø,…¬yB>6J¡\ÜU§\Ð_£0ûS\ØIcŽG\áb\Ý)ük¿)ü\êO\á–0Š\Ð_H‘\è¤S$¦I^\'Er–\"\'½§(4ª)Š²\Ë²²\èEYLñ¦,\'R–\Ò(KEA”•U”•]Ê¿ŠÃ”‚Z\êª\ìKTõ±\Ç\Ô\ÕU%\Ô5»8\Ô5W?P5R+©šS4\êú¶\êz\ÆyªŽ\ÖU÷W9u“\Þ9\ê\æªO\Ô\Í?4¨[v.P·\ì{G\Õ+m£nõ÷§n¤î„šPw{•R\r6n¡\Z¾\\C\Ý7ú…ºo¡†jd¡I59®E5ñ¢Z\Ô_£Zõ‘jEœ¡\Ú’¨¶\Åw©v^¨v\ÚTP\Õq\Ý9ª\ã›ûT§–\ÝT§y3ªË±I\êq\Ï2ªkð*ª\ë\Ï1ª+\å(\ÕMÏ…ê®’Cu\ï	¦žüdD=Õˆ£z[°©Þ´aª\Ïðõô>#\êi§W\Ô\Ó	ª\ï˜5õÌ¿6ªŸ\Ñª\ßG&\Õ\çª¿\Ïk\ê\Ù	\ÔÀ\Õë©ß©\Ý\Ú\Ôs›\Ôó¾i\Ôó\ÝG©¡£\'¨¡tMj˜\íSj\Ø\àmêµ`\ê5\ë\Ç\Ô\Èÿ\ÎFN7S¯\ë^¡^÷­¥F½°§\Þ4 Sc\\J¨±/Æ©ñjb\ê-‚5õö\änj\âº\Õ\ÔÄ„ijò¥_\Ô\äÁ}Ô”“\ï©)\á%Ô”–,j\êsWjš³.5-IM+\ãQ3\n^S3\×FS3\r¾Rï¼›¢Þž¡\æ>Só~Póù\Ôja…Z8X@-œ+£mÎ \å< >\Ð\ì¦>ð½D-=J-Yð¥–õ-R\ËO¨»©\ïNQkQhj\Ý‹ú¸\íõqûf\ê“ýL\ê“\ëÔ§¸v\êS²’ú”óŒ\Ú\0¸Om\Þv\Ú\Ü\r ¾º7Nm‰j¥¾\Û\ØD}Ÿ\äOmTS\Û\í\Z¨]»\ÎS?\ä™QûôŽP?ú^£~*ø@°Õ¦<Œ¢=<A>½:ü*:ŒQ‡%¨£†>\Ôñ8*u\ÜFý\êJýZ\ÜDý¦B\"\ZPgí¨³\'©³\\\ê{3ÔŸyÔŸM©?—žQç€«©Ç©×‡©À\äT`\Í)*XG…˜\í§\"Oí¥¢\ß< b\ìú©˜ú*–\ÝH\ÅuyQq\Ë\åT\ÂL•\ÈH¤\Ò\ÜTúV*\ÝHen›¥²F\ÎPY²\ÏT\Î7•\ßaJ¬M¢\nt¨¢\ÙTY\Û{ª\Üm\'U1yŽºxFº˜øˆº¼W‡ºòMý˜Ký\×7KS‰6 ©\Z< ­ž²¡iºM\Óh9LÓ„Þ¡­»8A[ú‚¦•fN\Ó\Z#\Ñ6´2i0/i°ž4\í~m£·\Zm³Ášž\Ú4m\ë­|\ÚV‘*MÈ¶\Í\ê*m[½	mûK?ÚŽžM´]š–´]Km´\Ýwòh{\ï¥\íýQH3\Ä\ä\Óö\n¤7}§&\Ò\Ì÷\r\Ó,¶¼¡R:\Ð,\ë.\Ò,\Ù4+—‡4[ò\Í>\ì\Íñ¼”v´p„vtA—\æ+¤93i.Õ³´c]z´\ã\Ú8šk†:\Í\ÝqÍ´B;Q™F;y–E;ù•Jóôô§yþZM;õMó\Þý“\æ}ð:\Í\ÛiŽvšhM;cw‰\æg\ÓIó»LhÁÓ‚b*iA‹oiÁ‘´óX]\Úy˜v”J»\ä—N»$í¢…¶¥\Ó\Â]\Êh%\æ´\ë\Íc´\ë\â8ZT}5\í\Æ\ádÚ81-FTM‹½³‡Û¬O‹%4\Ñ\âH´øL\íö±/´Ä¤9Zò\ÙDZJ¶-\ÕH–j\Ù@K\Ë\Ú@Kj\Ó2v\í¤e\Z&\Ñ2\Ý\î\Ò2‹§hw\Öi\Ò\îT®¥\ÝCœ¢\ÝÐ²\Þ|¡e!\Üiù§/\Ðò\Ï$ÓŠü¨´\Û6ZIv­4e™V\Æ÷¥•gÐªÞ¨ÑªÓhul;\Úc\Íc´\Ç\Ô[´Ç‚‹´\'‡šiõfZƒl–\Öøn€ö,þ-\í¹Q)\í\åöPÚ«\rÚ«B8\íµ\á­e$’\Ö\"¤½ñúA{óÐŽö6Ðœö>ÜŸö^\á@\ë|3M\ë*cÐº\×W\Ð;hCt\ÚHnm\Ì>š6Ž\ßJû’ôŒö\å]m¢ôm¢¬öu\Õ \ík‡9\í[L	mŠ¾‘6m\ÛCû\ÑKûyò\0\í÷ñs´?‹i€“«iÀ\Z®F¢¨4\Ð\Ù\Zd\Ó\Z$\â\röÖ\'Ð’1\Z¡wœFþxFõDÐ¨“`\Zm-‰Æ°£1=\Ëi\\›]4þ\"°L§	?\Ð\Ä\æª4±_Mf7I“\Åý¥\É\'„4\Åów4¥6†¶”0H[Ž<O[\Ø@û—ÿŒ®2\ì@_µð–®ª‹®\n¤\ÑÕ¾\æ\Ó\Õbú\Z\åzº†XŸ¾ög#}½o}}9…¾¾®•\ÙM×ª¸O\×\îyK\×I¡\ëÀ–\éºgû\éº\ÄbúÆ[ôM\Û^\Òõ\ä\Ñõ\â\é[ÿ\ÓõŸ \ë/O\ÓwØ‚\é;\Ë\ç\é»\Ä\Ç\èYô½roº!Ê‘¾\Ï\'‚¾¯\ä.Ý¤žI?¸=˜nš7K7;QK?dœH·,¼O·¬Ö [M\è\ÖQhºu\ÇQº5Í–n›õš~\ÄAJw\ÜEw´,¡;z\Â\èŽ#\éGu\Z\éN«\Ã\éN4ºó\Íaº3û\ÝYaJw‰(£y\îzq;\ÝM?qoý\äŸtÏŠ(º\×A=º×ºO\Âºoš˜~Ö¸Ÿ~\Ö\å=ÀW—ÐF´zH<ûž\Äí¥‡´:\ÒC~Ÿ¤_¸rˆ~Qe„~\åó4=\"ó>=\âù=\âkýšt3=R·‚~}õ4=*ö=šò”\ÜIµO¥\Ç%\è\Óã£µ\éñ©)ô„_\Éô„\ßuôÛ\í\é\Éô”\ÍZôI=m8“ž.W£gœ_EÏ¨-¡gLb\é„Zz\æ# ý¾ùqúýzöP\'=›C\Ï\ÙC¤\çª&\Óó\Öd\ÓóL\Èô‚»ô\Â\é…e–ôBx\0½\Èy=½\ÄT“^B\Ò\Ë7”Ñ«’\éµ\Òù¤?#–\Ñ_¨O\Ò_h\Ï\Ñ_@xô&}czSZ½ù\ÐNzóû\çô—§-\è-\ê^ô7Zóô7{Œ\èo²\àô\Öz»\ãIzûG&½ƒø˜\ÞùÇ˜\Þk£÷ƒ»\éý\Ø@ú§•HúÀ\Ã\×ô\ÑP0}tú!}\ì´ý\ËX}\"É€>eRDŸ™¡ÿ\\_Oÿ™Aÿ5\ïDÿ;3Mÿ»XL‡¤Ð¡Ÿt\Ø\':ü\Ê:b\ãC:\Êf‚Žú{ŒŽ\Â\Å\ÓÑš:t´þk:z\è:\ã“@\ÇD\è\Ø\ç\rt,Ú†N,5¥\Ç-\éDb$H\'\ÇT\Ò\É\Í\Îtò\àI:µC§.U\Òi{\é´_>t†~\'‘~•\ÎxD§3(\Ít&@g¥l§³\æ>\ÐÙ‹:\çY\r[I 1\è\Âù]t1@—­?C—…¶\ÒtÁš®dm¢/†}£/\ÅEÐ—\Ú\í\éK\ã^ô\å\èE†J\ÍW†\êóf†j‹\'C\Í\nÀPK\Ì`¨u\ã\êüb\Æjc­\Û#\ÆZön†fò c\ÝE\Æzµ\\†v\Éj†\Î	.C\'@\É\Ð=®\Ê\Ð\í1t\'\ç\Ý\Ó›5*úó?\ÛN0vDE2v\Þ_\ËØ»û+c¯°›axÍ†a\ØbJ…Œ}ýw¦C\î³³\ßf\æ§\Ì\æÀX†ùòQ†\å£3›õ\ë¶gŒ#\ãŒ#Ž\çG4GR60Ž,2²†\ãO†\ÓYo†s©?Ã™®\Ãp9¤\ÆpI>\Êp)û\Î8.|Áp+†3\ÜPŸ\îó\r\ën†G7•q\Â5q‚ù”\áy—\ÊðÚ…`xeex=þÁð±0NO g`/~¦ƒÿÁŒ³¦“Œ\0#PŽd eYfœ{¡Á8_2\Í)ud\\\ÜÁ¸t\î#TNc\\s~Î¸\æNfDº3\"“\åŒHe7\ãzQ3#Ê£Šc\ãÄˆm¤0\â\Zƒñ•ÚŒ¤5Œ\ä{¿É¥«)ƒ9ŒT“‹Œô°3Œ\Ì5óŒ»Nw}\Çw…û÷9]Œœ{Œ¼ÝŒü­\éŒ|\ÙFÑ¼\n\ã\ã£x\ï\0£xô£\ä\ÃFÙ¾ûŒ2\Ú£ü‰\'£bÅ¨¸¿šQqgT¬\Ô3ª=¯3jgÔŒ%2ju\âµŒ×ŒGTuˆŒ\'»>3žjE1\Z\â[MZWMM0Fó†@Fs£¹{Ž\Ñod4c“Í‚Œ·™‘Œ·„nÆ»]?\ïr“­ÁŒ÷—‘Œ¶8{F[ƒ£=\è£ý–%£#¸\ÑÁü\Ãøp*ˆ\Ñû\0\Åè…•1ú5Ž1®2š\0Œ°c€´1y’1t\Âv\ØÀÎ¹À~¾–1ò³š1ª_\È}ö”1¶\ã%c\\K\Ê§80>»j3>—M1¾\à—_¢_ó™ŒÉ–F\Æ\Ìq\Æ8œ1·³–ñg\ÂXðú\Î\0œº\Ë\0ž\Ìe€¶g2ÀH\äû%p•wþ\Ê@nü\Â@=00»¶20Ü,`‹\'1p«ø[\×´ƒ|žA–·0(7t4m!ƒv\ãƒVÃ \ÍN0\è\Õ*†Ü•ÁþFbpLZ@ƒ;™\Ï\à|a¶½c\Ò\rR·1†ô†!ýP\ÏP\îf,F82›f+Ï²+”gŒ/\ÙL•OG™«n1U/\Ç0U\çŽ0U•fLõ\Â\ÃLuX sõ\Î~¦\Æ#0s­x\'S\ÓD‹¹Áeˆ©dnn<\ÎÜ²~¹\ÅÙŒ©?pœ¹ƒ—\ËÜ­¿‰¹g\às\ïž¦¡ö+\æ~­\Z\æþ=ÿ˜\ÆÁML\ã\ÂA\æAX\Ótµ\Óôži®\rgš\çÒ™‡\î3µG3\áN2-\Ó\Þ1­sL\Ûw¦m\ë¦-Iiw\ë\Ó>~=\Ó>w’i_õ…yd\ìóhˆ\é\á1\Ïk0K¿1,3»72]õ73Ýž\ïcº[µ2O(T™ž*L\ï™¦ÏG\Ì\Ó!×˜gT\ç˜g0UL¿){\æY=3\æY\Ùf@¾>3°¦y®Æ¼˜e†ž?\Í\ßKd†[˜\áGŸ1\Ãi@fø\âór\Ú?\æ\åû™W-õ™W‹.1¯b1¯÷`F‰\"™Ñ›¾1£c[˜Ñ™uÌ›\Û˜7k˜±i\nfü\áf¼\ï3AÄ¼ú„™<:\ÂL\ïžafžóc\Þ1úÀÌ¾SÀ\ÌnyÁÌ†™ÙŠ?\Ì\\q83\ïX&3º‘™\'¹\Ä,Rób9w2”<f>$1K<©\ÌR\É5f\å¡m\ÌJ\éCf•‡:³\ê}³ZÓ‰YS\ÐÅ¬)^b\Öúo`\Ö~1ë‚¿1?º\Î|r\î³þ\ì\Æw‘\Ù\Ð0\Èl¼/g>‹z\É|öw³)\Â|½e;³\Å\Íl¡$0\ß<š`¾=Bg¶~Kb¾_\Ë`¾<\É\ì”}f~8¸›ù\á\ì³\çT\r³§«€\Ù{¹”Ù¯y’9¸*›9|Ž\Í;Çœx±Šùµ<™9\ÝwŠ9‰bþø1\Çüùt+ó\×Ek\æ\ïú|\æ¼c\"s>}š9ÿg€¹\à)g£¬˜ ó(&µƒ	\Þ\éÎ„\Ù1\á\ÐwL8\ï#!‘0q‘<&þø;&¾ —Iˆ\È$\Ì{2‰\'˜DŠ’II\å3©æ™´\Êd&\r c\Ò`\ÆLº8“þ\Ìû?2˜Œ¿\ÍLNe“Cù\Ã\ä\î˜gr\í\'˜’°0¦¤¬’)\Ýòš)[eÂ”\Õ`\ÊZ2•»\â™\Ê!sE\Ø\Åü—»†¥¦\ÂR÷¹\ÅZ½=›¥\Ñý‚¥Á\ç±\Öy°´ªÖ²´/6°´û¼Y:\ÙV,\Ý\ëXºt3\Ö\Æ,o\Ö&c$kSªkS\ÍŒ\ÐY\ÛOmf\í\Ý\Æ\Ú\ë­\Í:`q†e2¿u0¹e\ßÂ²¸}uH}ˆuH+še£\Ã`\Ù\ØY¶j,[†!\Ë\ÎÅ“ej\ëHúk–£‚\å\ä\ÇrzÀr\"€Y\ÎYS,g\Z“\åR7\Îr!N²Ž—Ø³Žy\Ïr\í?\Ãr\ë¶g¹\êYž¾“¬S1Ë¬S#,¯„–·\å}\á\0\ëÌµ§,¿“&¬³\íV@\Ê+\àý\Ö9D\Z\ë¼\ÛUVH\'+$;R7Èº4Íº4\í\Æ\n_©e]þ9ÇŠ¨¨eE€6²®\ØÄŠ¬n`E\âW³®\ï±n®5b\ÝÜ™Ìº\éõœ›ú›\ç\\ÂŠ£?`Å¿yÍŠ_4b\Ý\Æ^e%fü`%5ÁX\É~Õ¬”\äqVJ\ãYV*(ž•ö8œ•~¢Ž•i\ã\Ê\Ê,\Îbe	˜¬ûŸ³Y\ÙsY9mÁ¬¼µ‘¬¼T+ÿ¤«Ð²‰U8_\Æzð\è;«t\Ï=VùñlVe\ÄwV\å[{V¥°U5°ŸUõó2«Š`\Õ:*Xµ¿o³\ê\Z®³\ê\0Xþ³ù\É92\ë©\ÅO\ÖÓ’U¬‚«q’õ\ì‚«)ó«ù€	«¹~€õ\ê1\ë\Õw\r\ÖkW\ëõ…«¬7©I¬·O‹Xo•_X\í\ÌW¬Ž¸S¬ŽºdV\Ç\"œ\ÕÕ«\Â\ê©ù\Ë\ê¥>fõ\ÑcõU(Y}Ê¬Ák“¬¡+;X£«¢Y£•¬q»^\Ö\ç®¬/-¬oõ\×Xßˆ6¬©7XÓŽ»XÓ¤‹¬™‹¬™8]Ö”W¬ŸXÖ¯‹e¬\ßUP\Ö\\Hkn&õ§Áúó§…5\ï\re\ÍG|d-ô\Üg-LZ°\0ž;Y€\Ö,\à\0†ª~\Ë\ßdi\Ù,h\Ï~’…XY`¡¼±P¾7XƒY¶3E¨—°ˆµÿÁ`¥ž,r\Ã\r%Ë¢n!³˜\"m+v‹•\î\Ë\âªM°¸^‡X\Ü{WX\\Àq‹\ZKPý„%\Úý†%r-g‰\Î.²d\nM–\\k\'K¾²—¥4Ç²7º±3°–,\ÜYKø\Ör‰/[\åt{U\à¶:^\ÉV\çýa¯†³×„³\×\äq\Ù\ZZcl\ÆR¶Æ³`öZ\ëöÚ‰9¶\æW2{óm¶–Ô‡­ý©€­ƒt`\ë&M²7\æleoö\Ïgoý˜\Ï\ÖÏšcoß´–½¸\Â\Þý¦Œm`¤\Í6(>\È6è–²÷ø&²÷–:²÷ö´°÷¢\ãØ†\Þ\Õl\Ã,&û@ÿ2\Û\ÄT\Â6)+bŒTa›þD²Í¾¿f›û\ÜeòºÎ¶¼/e[E[³­bž°­\î`Û˜u±m¤l»p=¶]\"ƒmd\Û\ßHdMub;>e;…R\ÙN&l\' 9\ÛÙ¶}Ü¸’}BeŸ\ã³OLeŸÄ„°=™\ÇØ§\È\Ål¯\ä*¶w\î;¶¯\Ì>ó/žðjš¸ù*û\\\Ã_öy\ÕLöùñzöù¥{\ì\ãE\ì\×!\ì\ã\ìK€v(\ã;\ìe;|ûûŠ³:ûJ€?û\Ê\Ì$;\"ÂœQÇ¾zx…}möûÚ¿3\ìH«\Õ\ìh…/û¦œÉŽI\Ìc\Ç|mf\Çë«³KÙ·ŠØ‰À¿\ì»^vê›­\ìŒ\í0v\æ\Úv&¬Ž}Gr—}gy„e²‡}qž\ÍKb\ç¾a\çwO²ó¿\"\Ùùˆ@vj»ðx»ð\ÃIvÑ¬ûO1ûÁ\ÏW\ì—3\ìò+Ÿ\Ù\å­Y\ì\nO/v\å	svõ\Úzv\Ít-û¡œýp\Ï~8\nc?œa?r˜e?òhd?\Ýa?‰7b?\Þ\Æ~ªý‚ýt\Ï;v\ã-5ö³ó^\ìgI\Ù\Ï\Äì¦µf\ì¦ôöK\ãHö\Ëó\Õ\ìWv;Ø¯g^±[²?²[ò\Øo®*\Øo\Íß±[#\ÙmH}vG.†\Ý]\Ð\Ì\î®ø\Çþ\àÀ\îõ\Ù\Ïþ\è\Í\î7re÷3\é\ìO6;\Ø\à.öð!\'öø§!ö—\Ò\\ö\ä\Ö{\ì\ÉúQötÁ)ö\ÌMölZ7{¶%‚ýk\ê,{\Îrœ=—}‘ý÷¡+ûoˆ\rx\Âžü\ËöÛ°Á?N°¡;\Æ\ØP¿6\ÜÁFlƒ±§\ØHJ>…\Ý\ÅFß¹\Í\ÆÀ\n\Øx­q6\ÑC“M6\Ôd\Ór\Øô\Ø\rlö%›ùƒ\Í^~\Í\æ\àS\ÙÜ„&6¿¢”-°hc\ï²%žÿ\Ø\n•Ÿleú4{i¾ˆ½$\Ø\Ë^9µ‰½2y‹£²ýG}\ãgõ¦ýœÕ£û8\Z\Æ\Ök8kÕ‡8\ëœqÖ½tå¬dp´\È8º\Þ\"Ž\îó\n\Î\æ6ŽÞªŽž\ì*g+(”£õ%g›\×g»m.gÐ†³“~“³W±“cT½…cô{\Çø\çŽ\É*%\ç \Z‹s0;spv\Ç\ÜmˆcþÃ•ca;È±¼\ÖÏ±|~œc\íüc\í>\Î9,{È±\ÙPÊ±1›\ç\Ø¨slWš8vÇ²8vi‡<Ž£ñ_Žc]/\ÇxŒsô«\Çù†&Ç¥Â™s|\"‚sü·-\Ç\Õ$Šã–š\Æqÿ\Ù\ÇñB=\çx¯\Ñ\çx\ßq|,9¾>\ß8¾\éÎœ3\çº8g\Ê9~&f¿\ÐŽ¿l\çlö9N€\ÞvN\Ð	}Np\Ín\Î9š\çó\çü\'\äf\ç\Ò!(\'I\ç\\¾\àÅ¹\\\ØÍ¹üÊ‘sE3ò\å\\\Õ\ã\\MZÃ‰òl\á\Ü—snf97=œ›/rnŽý\åÄ€ª9ñÃ­œ„ïœÄŠÍœd\×=œ”\Þ;œ\Ô5DNªñ\'\Õl\'õd\'ý\ëmN\æ½,\ÎÝ±\Î=¿d\Î}|\'ûü]Nö`\'Gtˆ“_\Å)ð_\Ã)ˆ\âòb8EÂ½œ^}œEvœ†§ü¼§<ƒÈ©xyšóð&Ÿó0>ŒS\ë{™S½SgVÇ©N\ç<Z.\à<Y-\á\Ôkž\â4Xœ\å4®ƒqž‘Ÿq^qš´‹9M\rœ—6IœW•78¯\rœ8-ö\'9mW\"9mmœv\ë`N»Ô“\Ó\é¢\Æùð_\Üz¶}\ãôXÁ9=/ƒ9½—Éœ~¿\çœO÷Xœ×œ¡–œ\á\èJ\ÎpWgtl+gl#’3¶{ˆ3>;Ä™˜!p&x\Î7]\Z\ç›,ž3\ãÂ™\Ö~Î™n\é\àL9Ä™ñL\âÌ„œÙ¶`\Îw\è?\Î8\ÎO¿­œ_Å¦œ\ß\ïùœ9‹Ÿœ\ß\Î\ßuO9\à\íG8\àw¯9­—8¶ „\éÁAÀ¤]8-\ã`^rp\êº\Üy\Ãou\ã\Zbƒ9‡l[Ë¡ô94}mp‡y\á+‡9z†\Ã\Zˆ\äp\Ë8¼!Ž@û!GP‘\Æ`œ9ÂšŽ8\èG²W#þÈ‘ r92¶‚£Ø´Š£\ÔûÀùw\é\Z\çF\Ä]eB\ãªVr\Õþÿ\Ü\rs×­½\Ï]·oŠ»®Ó‡«¥ª\Æ\ÕÚºƒ«ur…»Ácœ«sg’»	£\É\ÕsþÀ\ÝZd\Ã\Õ×¡põÍ’¸\Ûš¸\ÈJ\î\Þ#6Ü½\ã\Ë\\C\r®!ž\Ì5\\\Î\å\Zý\Ó\á\Z·sMÖŒsMX@®©\ÊA®©™3×´\î(\×t¾‚k¦j\Æ5SFrQ³¹Vi\ë¹Vm‡¸V|×®\Ïu0º\ÂuÈº\Ïužçº†õp]ÿ˜qÝŠþq\Ý#¹\î\Ð\î\ÉK&\\\ë®o‡\ë\ïú‹\ëZ›\ëÖ‹`P\Ï\rB\Ûqƒk\Üsy—¸\çP\Ü“X\î§d\î¥#¥\ÜÐšC\Ü\ÐFKn(6Ž\Õ\æ†\Çâ†ƒ\è\Ü+g\Ïp¯4p¯M¹EÜ«)xn¤Á7nÔ«‡\Üh\Íõ\Ü\è\ê+\Ü\î¹7\ß\'rc§”\ÜXô,7\á\à6\î-.—{\ï\ÏM<+\ä&\Ê}¸\É+×¹i\ã<nºŽ7ý\Â9n:Ç“›\Î5\àfl5\à\Þ\Å\\\ä\Þ\Çr³[Z¹\Ù3µ\Ü\Ën\Î\äin®J7\ß›_\é\Î-:V\Ì-šrH0\Üb±·\Ä/”[~ò<·ü\\>·²IÁ­\É\â>:\î\Ç}ü…ûd#šûô1…ûTò™\ÛP\ã\ÄmXª\ç6\æ\ä6Rm¸\Ïý)\Ü\çMÁÜ¦C-\ÜW‚+\Üw•\ÜVV4÷=m™\ÛþŒ\Ûþø,·\ËËšÛ•\ï\É\í\á%q$R\î`.;2š\Ë\Ûü™ûY]‡ûùŸ!÷‹¶„;Q´–;\ÆýzÅ†;	\ë\ä~s\í\âÎ˜jqgMqg	\ÜÙ¥ƒ\Üï›§¹?\"¸?\"M¸?w\áþ÷\åþZ½–ûK²\Èý³Î;_t“;\ÏSpNü÷\ÚÀ–s]>\\ ò\ã\ÈUã‚‘H.\Ä~’\ßw‡§©p\áK_¸\ã$.¢Ñ›‹TTr1\àF.>:ŽKtû\Î%À¹dþ.\ã\Æ.‹¼\Èeqƒ¸\ì~.§w—§•\Ì\å\rjsù“\Æ\\ñ\Î%®\ä›W\"s\æJ7K¹²\ç\Ö\\ùš^®\ârWÁ\ã®P¥\ÜZOe\é3o\åOõ\ÒUžÚ´	oõÁr\Þ\ê\ÄK¼5\î<’³<\r\Ô=\ÞZ²!o½j?O+\å.O‹\Ý\È\Óö\åót\ã\ÒxºbosJ:OÿIo\æoûŸL\Þvƒ·ƒ\Ã\Û\éð„gª\É\ÛóÖ—·\Ê\à\í];\Ê3Ü¾g(\Ù\Í\Ûw\'Ž·?\é\rÏ¨Mg²…\É3i]\Ã;˜)\â¬\Ú\Ä;ø(w°\í+\Ïøgö.‚g¾\'ˆg¡oÅ³ø`Ï³ücÄ³‚eó¬”<\ëõ‹<››—y¶«~ð\ìnzñ\ì\ïòŽ¼Š\å9\È\æ9&iòŽ¦ðŽ–MòŽV\èóŽ\â\ÍyNh \Ïi)—\ç¼\Æs‰r\àÿ2\Ëó`m\æyˆóx\'\Ìýy\'75ñ<\ëŽò¼*Ÿò|_©ó|¿¼\çù¹›òü®Ÿ\âm%ð9ò.¨ð.Y#y¡—\Ëya¿žóÂ˜m¼+‚yWi¿x\×\Ãúy\×\ÓKx1\Û?óbd½¼\Ø\Î5¼X‘w\â/Á\á\n\ï–U:\ïö¥\Þ\í«ûx·ûÁ¼\Û+f¼\Ä\Ö^ò^0/uð/\r<\ÍË yñ2³\êxw^ó\îyž\ä\Ý\Ã\áxY\ÏxYƒ»y9Iq¼¼Íº¼¼ür^b/¯põ^\Ñí‡¼b\Ë\Z^©\é;^©\Ë¯¯\Í+Û\Æ+“\ç•c\nx^Å»*^¥¾+¯Ò†Ë«\ÖùÈ«&Œð\îo\à\Õþ\Ó\æ\ÕIþòõ:ñ\ê½\îóž²\æy\r\'\ìx\rm;y\rÞ‹#R\Þ\ßK¼&õ\Þ\ë\ì#¼\éi\Þ¢\ï\í·Q^›¡¯¿\×t–\×1$\ãu^*\á}\Øg\Îûp.÷¡´’×ƒ$ó>ð>1My\ë\"x>_x%º¼Ag\Þ\àµF\Þ`Œ&ox²˜7S\ÅŸ\äA\á¼ññ{¼/‡®ò&öPx\ßB\Íy\Ó\Õwy\Ó\Ò`\Þ\Ì\'9o¶\ç\ïûm\Þ/\í\ï¼\ß\Ûø¼9|1\ïO\Ì\r\ÞB\Äo\á„÷W+‚÷w1›PAð\0±y€P„\ç\çA<PøVøf\0ºË™E–ð\àzHz\ç~zb+z¡”G«\æ1\Îl\ã1ªñØ·\Êyœ=v<N\Î/c\Í\ã\îþ\É\ã.±yüÍ‘<~HO°ÿO\ÐZ\ÊŒ$ðD\Ì\r<±AOª\ÊSh‹y\n1’§ü¹‡·x\ïoñeoQ,á­”yñUvYóU>“ø*b_þªºw|U-_…\ã¯\Ñ_\ä¯9†\ãk\Ìð5Íªùš‡Tù\ë6.ó×‡òµlNñ78MòµÃŠù\ÚFü»‚ø\Êø[7\äo½B\à\ït\ß\Ã\ße\Î\ã\ïú4\Ì\ß]¢\Ãßƒ\Ð\ç\ïýwŒo¸q„¿_^\Ë? j\Ì?ðÅ‹\0ð”`‘\Ä7\âù\ÆM|“¬\'|Sÿ|óý¯ù*m|\Ëß¥|«<\ß\êƒ5\ßúü2\ß\æ\Ôv¾\Í\ãŸü£’l¾ó•«|g\Ò\ß%rˆ\ï\Þ\ÅwKQ\á»\Çfð=ŽZð=òø\'\Ö\ÙòO2nòOJžòO\å\Úò½³øÞ‰Rþ\é²\×ü³\Ú\ãü€\Z#~\0Ð\Ø1\ÄÊ¾\È?·\ë1ÿü\çþù™+ü‹¿ºù—ñ/mûÅ¿´OŸz ‰*¹\É6\â_N\ï\å_þ„\áGlž\åG\Ôn\å_\Ûûù ýú\0ÿzò~Lc-?v·€Û¼—;\"\áÇ¢®ó\ãQü„Ÿ\Íü\Äü1~bu5?é®‚Ÿ¤ô\å\ç¿\ç\ç\Ã;ùùK\"~\áþ?ü¢mûùEY;ø\Ötñ”Ÿ\â‹pü’M\Ëü+<¿\â\î9~\Í*\Z¿\Öq#ÿQtÿIjÿ)FÁoˆ\Ô\æ7NJù\ÏÒ·ó›,¢ù\Í[Lù/¿\Ý\â¿\ÒZæ¿¾þ“ÿ\Z•\Åc\×\Ä\ë\Ý\Ïd€ÿž½\Ìo_\âw\ì\Ò\äw\Øzþ…\ßñ\Ë\ïL«\áwû\Øò{Õ—ù½¶h~ÿ¦&þÈ³ þh\Çcþ\Ø<˜?\Ù\ÝÁŸŠ\Í\ãOý}ÁŸN¿ÉŸ~RÅŸMð¿\ï\Ú\Íÿ	¯\âÿ\Ê*\åÿNð\ç‚\Ãøpþ‚Ò‹ rù £|Ð“>øñ5>tM	Z\Ã\ãCQ\ïøpB\rú\Å\Çø¿\çcž_\æc­øXû§|lÿ]\Ï\'\ì1\áEðI±\×ø”¦\ß|š<‹Ï ð™O¸|\æ«e>\ë³=Ÿ5ù€\ÏÕ\ãóC_ò¥ð«|\å_#\Ê @\å\Åej¨L V\Ð.Xsy·`Í“\Ë\ÌÁ\Ú-kwi\Öú>¬].h\Ö\nš¨U‚u;=\ë>k\n\Ö[\nº\\•‚Í®o[\î\íl\Í~/\ØJÿ#\Ð»!\Ðg¥¶Ù¦\n¶\×}\ì\Ì)\ìj\"	v›½\ì.\Ç	vwiö®W\ì\Ý\nš&\ns\ê\Ì>Œÿ˜\ìz\Æ	LO„Lÿ»¦¦ŒZ™\Û.yAºÀ\\‘$°xóK`¹ýµÀ²ö½Àª…)°^¿,°\Þ(°¶\ØXl9þY\à\ÐvZ\à¨uN\à˜j\'p\Ä\ØŽnu¸®—\\m\Ñ7û·{\Â‡G\à8#ð\èN]x-8\ÕùZ\àÅ¢¼aýÏ›7‚\Ó\rþÁkAÀK]A`]»\àÜ±(Á¹˜\àüz\Ïo)œ_\\„¨\å\nB¯B``A–#¸\Ø(Õ¿%ÿw@p¹´KpU\ÇYpõ€¡\àzt‚ zµƒ\à\Æ\ÑAL¾¿ F’)ˆ½\Ü~ ¤ð÷	R®R_CiN:‚´`;Aºc€ ýQ² \ãø² S‡&¸S\Ñ*¸{ò”\ànA„\àþ\Ñ<Aža“ @#BP~{¯ 2ã¨ Æ·JPóU*¨ù‰<œ<¶©\Ô/H\rvY‚†÷PÁ3U\à™õˆ\àù1sAóvÁ+½ZÁ«}ñ‚WvF‚\×Á	‚–m•‚–ŒjA\ë%A«G¬ ­$hoLt¬)t>§	ºcmnh>>\nzŽzŠ}=µF‚ž\Ñ:A(D\Ð\Çz(LhU¯û]_½*U\Ù%³†\n\Æ\Î	\Æ.´¾„1_²‚¯¥`r\è¥`Rj\"ø¦\Þ(˜\Ù.ø±!Kð\ã,HðK\ÝI0\ßwF\0Œ\nÀiW\à;&(+€\ç`Oºpóa\ÜyI\0ú+@:\ëÁ”U€’´;„+\'„\Z™€d´C@^\Ó-  &Ô·\ë4Cª€fW\'`¦—X÷ö	\Ø!>v\ÛU¯´X )},f\Èt,²\ï\Ý%¨F°¤G,9,kô	Vc„j\ç\ÏÕªVÕž\Æ\nÕº\ÈB3k…šá—„šQ\Â\r^p¡ö¯³B}Â.\'…z—œ„úz…ú§ý„;;„»¾…\Î}\Â=\æõB#øo¡‘LCh²\ÎQh\"\Ø\"4\r+š\êÍ“M„_3…Vž	B57¡\r°[h\ëQ&´_\Ï:nù&<ŠsºÀl„\Ç\íºi½º9\Ô	\ÝX¾Býd¡‡\Ãq¡L$<q{Vx¢ <¥f.<¥œz‰…>zzB\î3\á\é8žðt\æf\á\éš9á™¸|aPÕˆð\ÜûaHA…ðb6Oxq.Yx\É\æž0Ìµ^n&¼<\ç*ŒŒ^w^Gö£\Ü\'…Q\07avLxC÷Œð\ÆKgaÌ¾taÌ©\ß\ÂX\×,a\ì…}Â¤\ïú\Âä¶«\Âdn™0™Ÿ#L¿R.L\ï{+\Ìx\ì,\Ìüb\"¼{»JxO7_x\ßK(Ì†œ\æ”\íæŽ¯æ¯¬DE	‹l$Â¢w>\Â\âhka\éI¶°4\ßBXÍ½/¬Ö¢Í…µ‚[Âº\r„u:@a~DX\'¹*|œ\Þ)|º¨6†c…Ï«¶_¯¾F\n›\ÊU…M‹\íÂ—“\ÂWy\ÂVc¨ð}f¡°\Íéº°mz°}[¹°=x“°\Ã6\\\Øñ‰\"\ìü¡)\ìõ\Ñö\ÎW?\ítl \ì„#*X\á\ÃR8ÂGGû„£\ÌC\Âñ\áø;\áTô°pš\Ù*œq»(üžñ\Í„?\Öþ\Ðiþ>Nþ¾k)œ£\å\nÿ¸¿þ¹\ÊþÝ!œ8&>&ŸZ‚£ÿ	Á……(AŸ\Í\Ü$\Äl&1	6ÿ\Ñ#\Ä:)„\Øk§„Düy!©ê€|\ÖZ\Èh|\"dm\éò…ü\Ü.!ÿ\éQ¡`\Õk¡°\ÌW(üŠ\Î\'\n\ÅN“B\é]¡”\é)”½\Ê\Ê~ÿÊ¿\Ç\n+KB\å›p\á\â¾g\Â\Å\0\á\"³N¸tjT¸„‡W¨,‘\êže‘\êu‘ªrE´º}Y´öF”h-\â–h-eQ´>-\Òòi[\êŠtdS¢M\ÞlÑ–#ž¢-+q¢\í‡‰ö¾{ 2¹¼Ut0¿GdÖ¶Ud±\å\È\âZthS¨\È\Úó³\èð•8\Ñ\áW\Ñ\á\'D‡9\"{\Â-\ÑôN‘ƒ×\è¨-Lt”¢)rz*ržQˆŽ¹ÆŠ\\wùŠ\\\ÝD®\Í9\"W\Æe‘[°¡\È]õ«\ÈC£Etjð·\È\ëò?‘÷G‘7\ÆV\äM\ã‹Nž(™Kù\ï¸(:›#:;\Ä\Ô<‹ö‹‚\å?D\çnùŠ\Î\ï°…¬)]H@‹.Š.ý\ç\Ç%„PZ\ë/ºÜ»FñqTA\ß$ŠN‹®Ž¼];T#ºvU!Š4\Ü-Š2|!Š\îEgéˆ¢q\ÇD76†ˆn„‹n°EqtŽ(ñGŠ(q!J²z)Jv\Ì¥¼ÃŠ2ñ2\Ñ=\\ž\èþ¨(;fT”ûh(·ÿš(¿,*tM\ÂD\Å‹D¥úñ¢Rë‹¢R\ç¢Ò¶¢ÒŸ¾¢²h5Q\Ù\ï¢r=²¨ò×œ¨Š=)ªú·OT}>_T\Ã\Ô=L? ªM.\Õ\Ë=YZ\Õ©=uƒŠž\×h‹^ly#zQŠµ<ó½\Õ+½+9+z‡}\"j=^\"jm>&zmµÍšŠ\Ú3»E^Ë¢.ó\r¢.·¢n@™¨G¯]\Ô\ç–-\ê?\ì!\êw„Š>==\'úD9/\Z<\É\rm<-\Z._\r¶ˆÆªtE_Œ‰¢É£<\Ñd|è›±¹\è‹ šväˆ¦=D³\×A¢\ìß¢\ßø¢¹`¨hna\\4\Ç;-úó,Gô\×\×FŒo“LEÀ¹§\"pPœ~A.‚\'ˆ\rX:„%\Â\Öa¢uD˜\Þ¾±^D\\\Ù\'\"}ÿ&\"?\êÑ››DLK„ˆu\ÈIÄ¶9!\â®\Éñ6{ˆx\ânÿL‹HÀ\È	8a\"ÉŸt‘´i@$-RL×Š”¦š\âU™™\âUõS\âUmŸÅ«~\ï¯¢9ŠU5\ÍÄªqb\Õ\0±ú3\'ñ\ê„÷\â5;õ\Å\Z\ÔzñZ›±–FµxCùw±n|§xc\ëQñ\æ\Ãm\â­;\Ä[§\Í\Åú¥·\Ä;\âÄ»\ìÄ»mOˆ\r¾\ï_{VlŽ››+†\ÅŽ…b‹´Cb\ËSqb« ­b«ò\çbùz±­\ãg±-¯Bl\Ï)\ï;ÕŸ;¯\Û+vù‹O†<Ÿ,¹#öS\Åþ]š\â€\Ð4q gƒ8¸\ÈJ\\\æ.–­ˆ\ÏigˆCDc\â¯ˆ/?_J9!û±C|¹\ì€øò[ñµ\ÙyñõùAq\Ô_ø†÷¢ø\æ2A·J&Ž·\Ú\'ŽŸ‚‹oŽ‹o‹u\ÅIs¶\â$Cœ\ì\í$NNM\'?8,Nþ»Zœ¢_œ\"-§%‰S—\Ò\Åi¨·\â;ñ6\â»eBq¶^‡8/tXœ÷\ÝC\\xIMü \"I\\Œk—¤˜‰KhqÙ‡Nq#®88$®\è; ®øtY\\9e+®rÅ‹k>l×½x-~\\¾^\\ÿ½U\\O~+~Š:)~º$7Ô”ˆH½\â^µ¸\Ñg¿¸ñl©ø\ÅÁfñ‹\ãâ¦…O\âfÿqsL™ø\åqWñ+“¿\â\×Y8qË¶_\â–+«\ÅoŸŸ·jœ·½²·‘ŸŠ;J\ïŠ;û\Ä\Ý~“\â}Uq\ÙMq¯ç¸¿ý§xp6Y<\ì.W\ï[øˆ\Ç\'\Ý\Ä_4‹\'‚k\Å_\×Oö\\O\Î\\O¿‹g÷GŠ¿³£Ä¿†<Ä¿WÎŠ\çm\Åó+ñÂ¾1Ð¨Fœ‰C\â»\Ä\Ð\í·\ÄHR®]¼JŒ¹~VŒ÷Š\ã\Z\ÅD\È!1y{¹˜Ü³Y\Ìò…‰Yw%bVI\Ì>!f—Í‹E±\è)–;ÀÅ‹\Ý|ñ\âüIñ{R¼œU+^¦JT~LIVGI46\ÄK4\r\ÍJdýp·D\Û÷ƒD÷\ã¼dS€‡dóQ7É–\ïA=A°Dÿc¶dû¦k’]ö\á-C‰A\Ú>\ÉÞ‚\n‰\á¹’}Yc#Vbz@ ±\èY+±LN—X-\\–.CJl\Z]$6¿L$¶×Hl“\îKl\Ë.IŽÀ7I\éÓ’£õ›%\Î|´\Äeqµ\Äu»\Ä\Ýi½\Äý\ìS‰‡\Ês\ÉI[K‰gk¼\Ä+k‹\Äç˜£\ä¬]—$À\×@8–\Õß‘}*	ž2•³Ø’ib\ÉòC\É\ÅL \ä\"k­$ô\nQr-·Y\é¿Qrf+‰º2-‰ª\ß$¹\Ñ\à&¹Y±Yû-‰¬•\Ü*aInµ–Hn\çhH’\Î~—¤\Ã$é£«%™Mó’;ö’;Ñ¯$÷þ…Hrn.Jr\'$yFþ’ü\ì.IÁQSI\á\ÙI\áóIakž¤¸P.)nð—”\ÈwHJ‡\ã%oK*=I*r$U}a’\êÕŽ’\ê8I«DòD“\ÔfÜ“Ô¥a$u¹Ú’º–I\ç»\ä\Ñ\ì²\ä\É:„ä‰ž¾¤\é8V\Ò\Ì\Ý#y¹æ”¤¥<T\Ò\Ò\à i]AI\Ú\é’N¹Š¤{ø“¤G\Ô)\é-N“ôƒs%Ÿ\î$H\ÆVa%c“%’ñ¢d³K2±\í³d2ÁE2µdºò³\ä{À²dn9T·€wo’@\ÞYJ\àð=8\ÂJ‚jBH0\'%üž*	\Ñ5VB:°EB\Z_\æ³%”c\ÖJ\à˜„rëŽ„:£!¡’žHHX×¯J¸—¿JD\å?$bõi‰\äÝ¨D2a+‘7J´$‹·p’ÅºC’¥]Ö’¥Cw%ÿÀ\î\ÒU®M\ÒU\å©ªU¦T5\Ú@ªf\'Uƒ}–j@÷H\×J\×.\èHµYKµ™^\ÒÍ·~I·”©I·`Ì¥Û¦	RN§tOv¼Ô°\"UzÀœ/5\ã¥&w–¤&\Ä\ËRÓ§R©Ù†ŸR‹\á\é\áÕ¾\Ò\Ã\Ëw¥¶X©½­Bz:/uü\î&u\"˜J\ÆKýÐ‘ººK\Ý\ÙW¥\'”¤^\Ò©Ï¸½ô´ó/©\ßG©\è#\é\Ùu¥šþ\ÒÀU…Ò Ñ\ÒsQ!\Òó}§¥!¿I/UKÃƒþH#Š“¤W}¤W¥õ\Òk¼·\Ò\ÈuÿÁp’F_9*½é¨”\ÞLÑ’Æ‰f¥ñ7B¤	MÒ„n\é-/\é­&u\émý`\ém¿.\éí¦ƒ\Ò$·Ò”˜\\iÊ‹jijb‡4mRWš\ë%M\Ï\Û-Í¼óNzÇ§Wz7ð‰ôžI˜4‹²Yz\ÇVi^}Š4¯{›´è–•´xs­´\Øï´˜¸_ZÚ°NZÞ‡‘V¬H+wOK+[J«,Ó¥Uñ)Òª7\Ö\Ò\êóZÒšž\ÏÒ‡™\r\Ò:\íFiO±´®©Yú¸xô11Gú\Ä%}\ÂJ\ëu+¥õ÷ŸH\ë\'¯HŒþI\îôK_¬aK›W©H›?ÿ‘¾\êr‘¾ö^‘¶œ,‘¶¤dH[x\éþG\é\Û$Ki\ë­k\ÒVü:iG\àgiÇ­`i\'®W\Ú\åp_\Ú}\ÛRú\áM¨´7¥@úñBú±¢]ú\é?GoHjZ¤ƒ\ãÒ¡G:Ò¡A¶t\äp¶tD0-õ©’~‹ÿ.ýV,ýö,Cú“þ¸tPúk£»ô—Û¼ôWš£ô÷]º`=%]ÀHÿö¥J1RÈµ\×R`I\n@H\áðP)\âE¼\ÑþEŠ¬ð’¢jt¥Xó)6ew€,\Å_¶”\â\×I	¥\")ñ\æ;)ù3XJM;\"¥Vž”R§:¤Œ§o¥!_\Ê\ê\0H\Ù\àR¾F\Ê\ÍÓ’òû\ì¤\"ûoR‰	]*­Ke7\r¥Ê„5Ò¥G¤KP\éŠö™ªþ)™ZóŒlõCÙš\r­²u«e\ë\"‚d\ë\Õ\Ë\ÖÃ¦e\ë…\Þ2­ò/²\r\ëûd\Úù\ê2\í—÷e\Ú\ãv2\Ý\å»2½@²l\ëõ£²­À;2}“q™>r³\Ì\à\ão™T!3L˜“&_‘N6\Êö1\æeûo\Ä\Éö+ 2£u­2#‚\Ì\Ø<Vvðn´Ì´Œ+3;\Ð!3\ß3\'³H0–Y¤¾’\Úz]vh·³\ÌJ\ã„\ì0AOf_\Û/³_ËŽð\'eð2\ÇW)2\ç[Q2\çÞ2W\Ðn™›÷™[9W\æý-ó˜•T7”\Ü/•y® ;Å¯‘ù¸ú\Ê|ZO\Ë|¤¥²3\Ï\Î\Èüð52ÿÉ²@§bYð| \ì\\X©\ìüž—²óÍd—S¼e—³h²+\çQ²+HGYk·\ì*\í¼\ìª\"Rvm\ß^Ùµ’Ÿ²\È\ã·e‘±õ²È¦<Yäˆ,:ö·,:ù¥,˜(‹%¬•Ýš|,»\r~&KlË’Ô£d)\Ãeñ²˜º\ì\Î\Í²;\Ã,\Ù\Ý\rº²,\ÝYÖ»]²œ©²\Ü\Â!Y.2L–W—\å#—e<dÅ³BY‰šHVò\ÞIV:\Ñ%+»–)«ø\\(«¼{KV­\Þ$«\Ñ,—\Õ\\\Ëj\êKd÷¿‘=l”\Õn\Ê¹reªN\Ë\ÓÅ²§?©²§\ØrY\Ã\Ú;²g·\Ýd\Ïz2d/=\È^5–\Ê^\áe¯•»eo\ÒY²6k°¬ý\ÄFYû—eY;›)\ëd\Õ\Ëz’7\Êz1²¾ú\ÙÀeU\Ù\0\"L6¼ºI6¾&ö’}\ëÖ”}[Ì“MUÈ¦iWd³öu²YX‡l–Ã”ýø´Eö\Ók¿\ì\×n¾\ì\×D±\ì\Ïé›²?µÃ²ûb\Ù_\r ¨’·—\É \ÎÉd¨{e(?C¦¯M†\ÍW\Èp7;dø\Ð¾§NF¸+#>¨”‘U/\Ë\È\ë\Âd\äþpÍ¢FFÃ’dt\Üz\Ã8C\ÆZ›#c­\Û+c1÷\É8;d@ŽŒ›Q(pjd¢ƒ\çe\"k[™\èUƒLú¨Q&›J“\É/\çÊ”\re‹jt\Ù\ÊmÙ¿|3Ù¿º;r\ÕA²|õG¾\æ`–|…|MN‘|í¤‰\\óýnùº½òu‘\ë\å\ëw¨Éµ¢dr–A¹žƒ—\\ïž—\\ÿ½‡|›þqù4L¾c\å»|÷`²|¿\\¾wPMn\Ø#‘\ï›,ß¿n£ü\0\î±\Ü\È<VnôG[n¼=Wnœ•/7ž˜–<\Þ+7\Ý~GnÖ-?\äl\"·\\;+·ü\Ñ,·2\î‘[\'\Êo÷”®·”\Û?ü#?¢~[~\Ä6M\îPû\\\î@\ç\È\álùQ‡ƒò£\ï?ËN4È\ßF\Ê\Ý^\ÉOŒj\ÉOHÿ\È=7Ž\Ë=‡\n\ä§&f\å>µ<¹Ï‡Pù\éŸr\ß\ï&r_\ÆgùY¶X\\È—‡\Ü\Ý+¿TxF\æ Cž—‡\ë•_ù)ø¼Iñ‘Gj\Û\Èon“\ß<a ±Ô“\ÇTŠ\äqE\Ýòø\Ú\Óòø:¢<\ág‹ü¶Až¨±Jž$¨—\'\ï\Ã\ÊS~?—§@\Ë\Óò\ä\ÏS\å÷À\å\ÙÛ£\äyIpy\ÞK¦<o\ÑD^Àü,/’÷G\ËKöø\ÊK+\áòÒ¡!y…ô¼:\ÍOþÈ³Yþ8ó¤ü±ò¾¼þIþ\Ôk•¼!¼YþZP\Þy_þ\æU¦üm\nYþ\ÎX ×± oe™\É\ß¡\äm.½òv×ƒò³fy\ÇÀ¨¼C)\ï\Ì\Â\Ê;+;\ä\Ò\Ýò®n¶¼\Û\ÄYþA£Zþa\ÆIþ\é}|ø½µ|¤ÁS>*!\ËÇ¢\í\åc?ñò/»\ßÉ¿\Ô\í“OlŸ‘O˜Ë¿žÈ§R\Êg÷G\Èg“nÈ¿÷u\É—\É\Þ\Ê\çÝ‘ò…ASù\Âb›ü¯	\\þ×”*^¾ ‡´TÉ¡emrè¤³–\Ò$‡J\åð­1r¸~¤žp^ŽzC“£_ÿ’cw1\åXw\å–Ð”\ã‹\å„l´œ˜R&\'Ñ³\å\ä\0;9u&g¬N’3ÿl‘³<\É9Z29/ë§œ÷aŸœ7Å“û\Ê\å\"­¹HT,‰ý\å\â\Ñ	¹˜5\'—Ž’Ký§\å‹w\Ú\ä‹\ÏË—\Î\ä\Ë\ÖDùJ¸»|\åv•B¥\ÂC¡20ªX\ÕþY¡6‰U¨o> P?¨X»q»B«8D±a»Ÿb\ÛD±ic‚bK-X¡¯ÿK¡Ÿ}H±-ô„b\"I±36S±\Ë0M±{U†\ÂÀ,]±çµ§\Â\Ð}D±/obß§«Šý\Ë\n\Åÿ…±N¿\â ý’\â\à\ÔK…\ÙH•\Â\Ü{Taþ\ÐHa‘Q«°=Ü§°=æ¢°ß´¢p¸R£p\Î)Ž\Þÿ¤pR½¢p\×5Vx˜7+<€9Š¯C^>\Î\n/?m…\ïpˆÂ¯ªC\áï­¦ðŸ*\Î^sT¬yª@<S\înU};£\âg)Î‹ró).\ÝG*B+S\á†bExœ¦\â2\ÏVq\ÅcJqe(Xq½ýŽ\"ºn\âFq\"v\È@÷ ˆ7lR\Ü\ÚôYq\ër‹\âv½\"±q@‘tô¬\"\Ùü´\"EU¢H•>Td\0ªÿŽ)²òR÷¯~T\äÌ„*r34¹\ÜËŠ¢©\âk®¢¬\Ö]Q¾IWQnŸ¦()\Ê\ãŸ*\ÊGª•¢•^CŠJ¿\"Eef¾¢²u‡¢ê¨¨nü«¨þ™¡xüôª¢\Þó®¢±^K\Ñøì±¢¹l½â¥Ž¡\âUõM\Åk3\Å\ë\ÛŠ×\ç-$¼\â\Ý\å\Å{o[E[tŠ¢3?N\Ñ\Õ¬èš¹¡\èÞ¨©øp\ÃW\Ñ#\ÍSôù\Ô*>–§+ú\Í\ß(jl½ŽŠñ)\ÅñµbtŸ¯blú¥\â«\ê}\ÅdØ²b¦¥˜y©˜ýÕ«øwVü\Ù=¨øû¤\0¬õT\0\Z”\n ñ„\Zb­@žR O)PK¯xŸ\ã\nü6aý\n\"ç¯‚**\È)k|ƒ‚\Ã~¦\àFg*¸´\Ï\Ù]Ák\ÉV±\n\íŠB\Î;¤PÞ¥P”œR(fš‹3jŠ¥—\0ÅŠý7\ÅJ#M©RP­\\u%^©j—¡T\ë\Â+\Õw\Ì+\Õ]t•\êü^¥º¤D¹ša¨\\czN¹\æ3N¹\ÇS®·œS®Ø£\\Ÿ5¬Ô¢?U\ê\èW\ê5+u\æÕ•º—ü•=+7\×\îQnn²Pn\éLVnJW\î\Øv\\¹\ãÕ¸r§TO¹\Ëv¯\Ò\à\Û_\åžôOJCñˆrŸ\ÆK\å>-¦rŸ³³rßµ*¥±¶£\Ò8\ã„ò\à¦ò \r¥<È‰Všž\ÉTšQšõ¼TšžS*;¦´tRZ\íŽVZ\í¦´ñ‡(mÎš+\íN*\íc•vüE¥}U†ò(#N\él-P:SÝ•.\îT¥\Ë\Ê¥k\×/¥»\Å\r¥»½\\é¸©ôrØ¦ôBžPúl\\­<$Vž~}Ry¦¹M\é\'½ <+¿©pWÔ…*°©\Ê`§z\å9\Ót\åù¦Ê‹\r\ÞÊ°˜÷\Ê\ËAG•W[_(#\ç\×+£\no)£K\Ö)of\ÞS\Æ\å—(o™T*“\r”\Éõo•)K\Ê\Ô+…\Êô5š\Êt\ç)\å\Ýy®2\ë\ê²2§1[™\ÃmV\æemR\æwø*ß¤(‹ú•\ìó•Z¿)KWù(K\Ù}Êš\Û\'”5,o\å\Ãov\ÊÚ•|eí‡²NT>ªÝ©|’{Mù´è ²!¼W\ÙHR>·8¯|~­Gù\"gVùž¦|µ6Uùú¬Ÿ²\å\à€²\åî²²µ\Ç_ù\Þ\æ­ò}T£²­\ÍO\ÙnÐ­l¯\ëWv¡R”Ý‰iÊ¾È«ÊeBƒr Ÿ§?¬ôTŸUYQƒ\Z”#¦”#\Øp\å-_ù%ú™r\"õ›òk€ƒr2‚ªœD~UN\ãÓ”\Ólu\å\ì†W\Êk®)ô\Î)3µ”s”m»”€-.J\0õ‰¸\ÚJ	¶ø«„œWBnø)a\ÌKJ8\è®ñ\ÐU‰Ü¥P\"[•(£JŒ\ãq%¡ì•’$\nP’m¾*)&\ë•Ô%ó°\\Éœ¸¡\ä\ëu*ù‰h¥À¶C)\â\á”O\Î\ÃXr\Ù!bq\Õÿ\Z \Ïx >€\ãECƒ+‰r‰Ji©4.¥¬8\\CK\"B	—”º\ÒN\éII‘H„\ÐÀ¥T$\r¡%‘PŠT$RtÒ¥ÿz\î\Õ\ï\í÷ó³\ËÑ Pzº\én‚ng@·(%è™³z…\×C\ïó§ \ÏQeè»£”­ª@\Ù\ë(¨«ƒ\ê\æhP-/\æ¤Ë yôü\ÚgüšZ³“`\È|Wò³´•\ÌA;¤\èö¬=]Ð›©zôû,ý~ñ _R\rú•`ñFª]„Q}rÁp`<¹=£Û¹`ôc$L\Ð5€i%\'aú—50cš\'˜N\Ñ\Óyf`ú\æ1Xt\ë÷À:eXŸ÷\0­°±]¶Áöðy°ûm\Ø-=vÿ»\á`Ÿkö\Å\å0¿e,P+Gõ‘°ø»,}4\n–\íô…\å®n\àœu\\\Ï\å\Ã*\Ãe\àn1\Ü_<‚\Õï¯\çðRý^“`\íö³°ö\ÕtðY±|\Þ€\ßñdð;iþC€}¬\èg\ÂF}?\Ø=6–ª\Â&\Ý°\Ùq:l\ÞU›\ÏD\Â6u‚ Nm\Ø9ô\ì>\é»\Â\Þqýaot*x¸B D\'B\Üo@H\ãø\ßô*84J\ÂL…°œ÷p\ì‚Dýg?9eD;\ÇA\Ì_eS}bÿ,‚Ø½…\ç \rq\ëVB¼\ÓEˆwU‡\ç\ï8b$N2‡$µH\ÚRggŽ‚”P#87k=œŸ}.ø\êAz\×\\H_<2\Îl„Kw‡\Ì2o¸¼~\\ù–\nWÕ•\á\êš\çpÍ°nV™@\Þ\æT\È;·ú\Â\í\Ìp¸3´7\ÜId¸\Óþòc.À=}¸\ç¿\nŽ\æBQX)<ðM†G\njP|ù<<q_¥¡\Ìø=”yöƒ²TCx¶\'\Zž;~…\çI\ï b\Ép¨\\«\0UGWÁ\Ë_Á+\'x}\Ñ\êF\ë@Q&¼\ÓúïŠ´ \á‰4j\ÄB£óh¼ù_‹@ó¬\åð©p´\ìÿ­Ÿ2¡M2|w¾ƒ:[\ÃO•wðsµü|z 3\è\Ñ*`v\ì\â²»ÖšaOY†JÁ\n¨tB\r{·.À>NÞ¨|\É\ZU~t\à/;Î¢\ê\å8`¬\'üþ\Õ/\ÌA\Ý¨q!vùŽš›’Q{P#›7õ÷W£ÁŠ«hp\ëŽ\êöGeþ†ó£qô \í8Æ¬\Ç\ØtG£KG\Ð\èJ>ŽkU\Ä	/\"pb®\Z/î‡“Vt\Å)½\Ý\Ð$\ÌMš£I‰6Nµ±\ÆiW4púh\rœñûQ4µ[†¦\áƒ\Ñ,`\ÎQª\Ç9C\ß\àœšWh~\äZ\\ú-²\Ñ\Òÿ)Z^|‚–izh­2­\í\ÑFû2\Ú*œC;·l´/:Ž†\ßpK9.ñû\r—„U\â²!û\Ði\É=tz:W\æMD—wQ\è\Zú=\\Ž G\Ü\ï\è‘8=ßC\Ï/\ÑKw5z­rB¯ÀV\\\Ó7\×L\n\Ã5¢÷?{\ÐgøôM«Cßœzô­ßƒ~\çñ\ÏI·1@µ?nL²Á@\Å+¸9ún±x‚[½bq«_wò°Á\í\Ëp\Ç5{\Ü\åo{ö\Ä\á\Þm^¸\ï\í4¶4\ÅýÁ_p?´\ã3—ðÀ›\Õx0ý\Zr…‡6õ\Ä\Ð\à%x8¦\ìªÃ£ñ®Nv•‰\Ñq›0\æ[\Æöš±ºŽw¢\n\ã}\ÔðŒ²#žyñ&<\Ö\Æ$C˜”œÉš\ã0¥©?ž`„\é=1cý[\Ìøú/5\áeW+Ì²ŠYSðzK=f\ç`Nb\Þ\è²oì†7ÿ{›÷\ÝoM™Š·?Ç»5˜\ï±\ïe\ì\Æ{\×ý±Àe%j,ÁBÿXd\\‹÷\íñþ\Ñ\n|¡‚ÅŸšðI?G,\Ý\\eÏ»ã³„h|ö¶	Ÿ\ß\r\Ä\n¿`¬\Ü5+k¯cÕ¸]øÒ¿_VÁ\ê”X]½\rk<W`­\âI¬½‚o¾b]¦¾5ž‰?N½‹3µð\ãó\ØžŽ\Í\ßn`Ky~VÙŒŸ\É\r¿¼\êÀ¯FI\Ø~d¶w~H\Ãóú\à\Øù3\0\á—t$«{È“£I\Ñ4œ?¿¦n.\Í\Ô}Àr\ê‘\\E=\í3Iiüg\ê5Ë”z¿¿B}\Ü:H9/Tö\ÅP¿Ÿi@ŸÑ¤œMƒÒ q\Çi\Ðõr\Ò\\[Bš\Ç’\æ­ú5ü\"i]J!\í\á“H{Yéœ‰§a]7Ð°­wIož	\é=n&ƒ«d\è\ÜL†!/È°v>\r¿L\Æª\Èø\ë%š4\ã0M*J¢)š\'iÊ¢d¢^J&ÿ$\Ò\Ô\ãhÚ{4­|+M7/ ™ž¦dº¦æºš\Ñ\Ü…dn\éLH\r&d9Í\æ¥“m\ÜEú}S9¨,%‡³6ôG\Èš•Bó¿‡\ÒüB§\í¤E»\ÈñF9–Ï¥\Å%\Z´ts-M;LËœ\Ã\Éyw­ts U«¯’û\\Z\í@ÕŽ\ä¹eyÅ‡\×eZgN>\ášä›¹—|\ïO%?¯0ú³¡ü5•\È\ß;”6X\Ó\æPÚ–@»\Æ\í¢}Ó‚hŸ\ßÚ‡(¸ ?˜\èK\Ö|¢õ\ï\é\àXc:¤¤M‡¼\'P¨5…–\Ù\Ð\á2:ž\ÑH‘3/PTk\\	tj\ÅdŠ­+¢\Ó7\Ë(n\á1JP$JPk¡„E”¨ó”’l\Í(\éº\í­Bg‡­§³>”ò¿J-¦Ô†:?£’\Òbœ)\íQ¥5\éS\Æ1oú{A]ŠJ \Ë\ç<(kv\"]u¿@\×^\ÓõŒ \Ê6L\Ùv~”“\ãB9¹\ç\èF\ÊGÊ|…r¿ÿ¤[]\Ì\é\Ö\Ï2\Êò‚ò74Pþö\ÅT\Ô\äDz™\ÓÃ…:ô\è\Ì*þöJ\Þ]¦§£OR©g_*\r2§\Òs*\Ó\ZHe\ë\ÞP¹²-•ÿ\ÞF•\Çs¨ª‹=U;¢\êü2ªu\éIµGÒ»\Õô\îL ½·\ï¤÷?fPÃ”ú(-\Ô¿‡šo†Rsó~ú\Ôòµhí¦–Kmôù\ÅKj_º‚Ú«¨£Ou¸U\Ð÷\Ô\ëôs@ý\\Ù‹\ÄÊ†„\Æp—\Í\Ì];-X!²‘rSYq¢÷?–•Î¦r¯=V\Îög•§U\Ü\Ï.‰û½yÉª]G°\êSVmV\äuXm~\'«e\Þ\äA}‡ò\à¦<¸Ñ™µ\æùòÐJ\ÖYpƒu÷M`\Ý\Î<\ÌÚ„‡eO`½¹\Ï\Ù`ô56\È\ë\Í#V­\æa<\âx	ø¤Á#\r\×ñ\È\Æ\é<º[½l\Ï\ãÌ–ñx\ã¾<a–:Oÿ„\'ºÚ°±\ïdž<Ã\'‡\í\ä)\Î3Ù¤L‡§ž^\Ì3—&³i~ÏŽW`³ªM<\Ç\í[&\Ýb+\å,ž\çp‹\í\Ç{²½\ï^0¶œZGò\â;5¼ôt/_WÀËƒ?óŠ²\r\ìRmÅ®ó&ðª_\ÙÍ«‰\ÝN]e÷\Óyu-\ìqÙ=¯®c¯±±¼&Bx­e(¯½¶\×Õ²·§&{\'ñº?ö™bÊ¾™£\ÙO÷oPÿ‡f.\â@-\\~€ƒŠ¬9¨]wm±\äÝ£ð\ç¼¯Q•ƒ·˜qð8~µƒCŒ¢8tq9‡Þ©\ä\ÃO{pØštË¨\æ°6|´s&»Ù•g#G\ä_\áˆ¯8Ò¹‘#\ëð	c\r>¹Q£S?sL\èO>\Õx‹Oý[Ã±Š9V«†Oo\ã\Ó\â\Ìñ+\ïpüÝ•œ\à“\ÄIƒù¬\ÞN\Þ\è\Í\ÉMyœü§(\ás³¾óyýÁ|q®§¯h\äô}…œ¡®\ÆÃ”ùï‰‡8«þ&_¨\äœöf¾ñk-\çª\Õð­ò£|{\ÈN¾Ñ“\ï®\Æw}þ\æ|\ï|\ïø..(\ÚÌ…;\êù¡\"òÃ¼(~Ø–ÎÛºó“\Ý\Õü\"ù\épu.7I\á\ç¥E\\ñÐ+^\çs¥\ßa~i;ž«ûÀ¯nü\à\×#fò\ë†g\\\ÓÅƒk5–s­\åN~SØ…\ßü;\ënö\áº;ƒùm\ã®Ÿ\ì\Îõ\Û>rýµHn¨|\ÌC\Çp“\á}þ4@…?­«\åÖ¿¶ò\×\Ü%üMÏŽ¿Y~\ä§…ó±^Œg3÷b\éÚ¯QòP\ç‰\Ò6]Q>Q\'ý]¾ˆ\êjQ«}!\êeWdð\è\å¢5!Q†ä„‹v€¿h\ÇgŠö}O\Z8Wt\"~XO\Ñ)\ÎÝŽ2ì¤±\è\ï*\Ã\Ç4‹þ $\Ñ?³Cú_ƒ¯ûÄ€ú\Ë(\íE‡\Ä\Ð\ÂH\Æ<8(c*AÆ™d\ÊDj•IË£dJ¢ºLm6—\ÛÞŠ\é5±\ÈV«Q±buJSlUŠ\Å6Ä¶¦‡\ØÖ¾\ÛwŠ]òT±Ÿ\Ú)ó[\ÌdA\âHYx\ÚU‚£8\Î*”%\æÊ²ÔŒeiL”8¹«ŠÓ«4Y5t¤¬\ÚT#«;‹WIŠ¬õñ\ï\áÉº\æñ)	_+KY?{Œø÷W¿4L\ä¯\àÙº3M¶(J\çz\Ùi¥(;ó‹%\Ø\ÓXö\'»Jˆz›LÒ’ƒÿv“Ð˜>rx‡„\rkˆx+‰´\è.‘W‚\ä„\ÆZ9ñ£‹D5õ–˜\Î?\äT\âP‰\ÝX-	+NHâ‘‹’XV()k^KJ`„¤\ì\é\'©cý%uFœS“ói#$Ó­H²„I–\ËsÉª\Ø\"Yµ%rõ\Ó¹6\'A²\"$\'*Rr\í­%×©@òÞºÉœR\É?T$ù¡\îR01J\n\'Î“BUyV*u\n\äq“<þ\ÞEŠwIqM ·¶HI\Îgy:\ÐJž\Î<$¥cÊ¤´­@\ÊŽIù~y¾þ‹Tx{HÅ¶¹RY Uw\äe[­¼ú­BjÞšKM\ÛZ©=~B\ê‚\×\É;…\ÙòN\ËE\ÞMÈ“ú9(\rý{K\ÃÛ\ÒÐž%.½¥i¸‹|2\Ú -“µ\ä\Ë\ÙfùR‘+­»H\ë_i½>G¾fÍ“¯g\åk{|í¨•ö\íÊ·ÁQ\Ò1\Ý]:¶™HGü\"\é¨n\ÎûK\ä\ç\ZSùù Mð•¦Ð§$a‹­\ÂÍ©\Ãflÿ?\ÉwZjÈ‘\0','no'),('manualScanType',_binary 'onceDaily','yes'),('max404Crawlers',_binary 'DISABLED','yes'),('max404Crawlers_action',_binary 'throttle','yes'),('max404Humans',_binary 'DISABLED','yes'),('max404Humans_action',_binary 'throttle','yes'),('maxExecutionTime',_binary '0','yes'),('maxGlobalRequests',_binary 'DISABLED','yes'),('maxGlobalRequests_action',_binary 'throttle','yes'),('maxMem',_binary '256','yes'),('maxRequestsCrawlers',_binary 'DISABLED','yes'),('maxRequestsCrawlers_action',_binary 'throttle','yes'),('maxRequestsHumans',_binary 'DISABLED','yes'),('maxRequestsHumans_action',_binary 'throttle','yes'),('migration636_email_summary_excluded_directories',_binary '1','no'),('needsNewTour_blocking',_binary '1','yes'),('needsNewTour_dashboard',_binary '0','yes'),('needsNewTour_firewall',_binary '1','yes'),('needsNewTour_livetraffic',_binary '1','yes'),('needsNewTour_loginsecurity',_binary '1','yes'),('needsNewTour_scan',_binary '1','yes'),('needsUpgradeTour_blocking',_binary '0','yes'),('needsUpgradeTour_dashboard',_binary '0','yes'),('needsUpgradeTour_firewall',_binary '0','yes'),('needsUpgradeTour_livetraffic',_binary '0','yes'),('needsUpgradeTour_loginsecurity',_binary '0','yes'),('needsUpgradeTour_scan',_binary '0','yes'),('neverBlockBG',_binary 'neverBlockVerified','yes'),('noc1ScanSchedule',_binary 'a:3:{i:0;i:1725684000;i:1;i:1725943200;i:2;i:1726202400;}','yes'),('notification_blogHighlights',_binary '1','yes'),('notification_productUpdates',_binary '1','yes'),('notification_promotions',_binary '1','yes'),('notification_scanStatus',_binary '1','yes'),('notification_securityAlerts',_binary '1','yes'),('notification_updatesNeeded',_binary '1','yes'),('onboardingAttempt1',_binary 'skipped','yes'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial',_binary '0','yes'),('onboardingDelayedAt',_binary '0','yes'),('originalScheduledScanStart',_binary '1725424800','yes'),('other_blockBadPOST',_binary '0','yes'),('other_bypassLitespeedNoabort',_binary '0','yes'),('other_hideWPVersion',_binary '0','yes'),('other_pwStrengthOnUpdate',_binary '1','yes'),('other_scanComments',_binary '1','yes'),('other_scanOutside',_binary '0','yes'),('other_WFNet',_binary '1','yes'),('previousWflogsFileList',_binary '[\"GeoLite2-Country.mmdb\",\"config-synced.php\",\".htaccess\",\"ips.php\",\"rules.php\",\"config-livewaf.php\",\"attack-data.php\",\"config.php\",\"template.php\",\"config-transient.php\"]','yes'),('satisfactionPromptDismissed',_binary '0','yes'),('satisfactionPromptInstallDate',_binary '1723718871','yes'),('satisfactionPromptOverride',_binary '1','yes'),('scanAjaxTestSuccessful',_binary '1','yes'),('scanMonitorLastAttempt',_binary '1725477226','yes'),('scanMonitorLastAttemptMode',_binary 'quick','yes'),('scanMonitorLastAttemptWasFork','','yes'),('scanMonitorLastSuccess',_binary '1725477229','yes'),('scanMonitorRemainingResumeAttempts',_binary '2','yes'),('scansEnabled_checkGSB',_binary '1','yes'),('scansEnabled_checkHowGetIPs',_binary '1','yes'),('scansEnabled_checkReadableConfig',_binary '1','yes'),('scansEnabled_comments',_binary '1','yes'),('scansEnabled_core',_binary '1','yes'),('scansEnabled_coreUnknown',_binary '1','yes'),('scansEnabled_diskSpace',_binary '1','yes'),('scansEnabled_fileContents',_binary '1','yes'),('scansEnabled_fileContentsGSB',_binary '1','yes'),('scansEnabled_geoipSupport',_binary '1','yes'),('scansEnabled_highSense',_binary '0','yes'),('scansEnabled_malware',_binary '1','yes'),('scansEnabled_oldVersions',_binary '1','yes'),('scansEnabled_options',_binary '1','yes'),('scansEnabled_passwds',_binary '1','yes'),('scansEnabled_plugins',_binary '0','yes'),('scansEnabled_posts',_binary '1','yes'),('scansEnabled_scanImages',_binary '0','yes'),('scansEnabled_suspectedFiles',_binary '1','yes'),('scansEnabled_suspiciousAdminUsers',_binary '1','yes'),('scansEnabled_suspiciousOptions',_binary '1','yes'),('scansEnabled_themes',_binary '0','yes'),('scansEnabled_wafStatus',_binary '1','yes'),('scansEnabled_wpscan_directoryListingEnabled',_binary '1','yes'),('scansEnabled_wpscan_fullPathDisclosure',_binary '1','yes'),('scanStageStatuses',_binary 'a:11:{s:13:\"spamvertising\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:4:\"spam\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:9:\"blacklist\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:6:\"server\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:5;s:8:\"finished\";i:5;s:8:\"expected\";i:5;}s:7:\"changes\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:6:\"public\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"malware\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"content\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:3;s:8:\"finished\";i:3;s:8:\"expected\";i:3;}s:8:\"password\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:13:\"vulnerability\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:7:\"options\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}}','no'),('scanTime',_binary '1725477230.0774','yes'),('scanType',_binary 'standard','yes'),('scan_exclude','','yes'),('scan_force_ipv4_start',_binary '0','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues',_binary '1000','yes'),('scan_max_resume_attempts',_binary '2','yes'),('schedMode',_binary 'auto','yes'),('schedStartHour',_binary '13','yes'),('scheduledScansEnabled',_binary '1','yes'),('serverDNS',_binary '1726040315;14400;92.113.26.173','yes'),('serverIP',_binary '1724391265;162.241.253.99','yes'),('showAdminBarMenu',_binary '1','yes'),('showWfCentralUI',_binary '1','yes'),('signatureUpdateTime',_binary '1725042689','yes'),('spamvertizeCheck',_binary '1','yes'),('ssl_verify',_binary '1','yes'),('startScansRemotely',_binary '0','yes'),('supportContent',_binary '{\"top\":[{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":0},{\"title\":\"Optimizing The Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":1},{\"title\":\"Wordfence Web Application Firewall (WAF)\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"order\":2},{\"title\":\"Scan Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3},{\"title\":\"Wordfence and LiteSpeed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Firewall Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":6},{\"title\":\"Scan Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":7},{\"title\":\"I am locked out of my site\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/#i-am-locked-out-of-my-site\",\"order\":8},{\"title\":\"PHP Fatal error: Failed opening required wordfence-waf.php\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php\",\"order\":9}],\"all\":[{\"title\":\"Wordfence Free\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-free\\/\",\"excerpt\":\"Wordfence Free is an all-in-one security solution for WordPress websites that includes an endpoint firewall, security scanner, login security, alerts, centralized management, and more.\",\"order\":0},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-premium\\/\",\"excerpt\":\"Wordfence Premium comes with real-time firewall protection, real-time scan signatures, an IP address blocklist, country blocking, and Premium support.\",\"order\":1},{\"title\":\"Wordfence Care\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-care\\/\",\"excerpt\":\"Wordfence Care is for business owners who place a premium on their time. Our team installs, configures, optimizes, and maintains your WordPress site security.\",\"order\":2},{\"title\":\"Wordfence Response\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-response\\/\",\"excerpt\":\"Wordfence Response is for mission-critical WordPress websites that require 24\\/7\\/365 security monitoring with a 1-hour response time and 24-hour remediation.\",\"order\":3},{\"title\":\"Incident Response Services\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/incident-response-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":4},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/api-key\\/\",\"excerpt\":\"All Wordfence installations need a license key, also known as an API-key. The key can be a free key or a Premium key. \",\"order\":5},{\"title\":\"Account and Billing History\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/account\\/\",\"excerpt\":\"How to navigate and use your Wordfence account.\",\"order\":6},{\"title\":\"Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/\",\"excerpt\":\"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.\",\"children\":[{\"title\":\"Connecting your sites to Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/\",\"order\":0},{\"title\":\"Setting up two-factor authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/\",\"order\":1},{\"title\":\"Using the Dashboard page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/\",\"order\":2},{\"title\":\"Using the Configuration page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/\",\"order\":3},{\"title\":\"Using Wordfence plugin options Templates\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/\",\"order\":4},{\"title\":\"Viewing scan Findings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/\",\"order\":5},{\"title\":\"Using the Settings page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/\",\"order\":6},{\"title\":\"Using Wordfence Central Teams\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/teams\\/\",\"order\":7}],\"order\":7},{\"title\":\"Dashboard\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/\",\"excerpt\":\"The Wordfence Dashboard provides insight into the current state of your siteâ€™s security.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/\",\"order\":0},{\"title\":\"Alerts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/\",\"order\":1}],\"order\":8},{\"title\":\"Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"excerpt\":\"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. \",\"children\":[{\"title\":\"Optimizing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":0},{\"title\":\"Statistics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/\",\"order\":1},{\"title\":\"Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":2},{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/\",\"order\":3},{\"title\":\"MySQLi storage engine\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/\",\"order\":4},{\"title\":\"Brute Force Protection\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/\",\"order\":5},{\"title\":\"Rate Limiting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/\",\"order\":7}],\"order\":9},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the firewall rules that protect against various attacks, Wordfence also has custom features for additional blocking. \",\"children\":[{\"title\":\"Country Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/\",\"order\":0},{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":1}],\"order\":10},{\"title\":\"Scan\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/\",\"excerpt\":\"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, and shells that hackers have installed. It also scans for known malicious URLs and known patterns of infections.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/\",\"order\":0},{\"title\":\"Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":1},{\"title\":\"Scheduling\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/\",\"order\":2},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3}],\"order\":11},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Live Traffic analysis, WHOIS Lookup, Import\\/Export Options, and Diagnostics.\",\"children\":[{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":0},{\"title\":\"WHOIS Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":1},{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5}],\"order\":12},{\"title\":\"Login Security\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/\",\"excerpt\":\"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.\",\"order\":13},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you will find the answers in this section.\",\"children\":[{\"title\":\"Changelog\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/\",\"order\":0},{\"title\":\"Technical Details\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/\",\"order\":1},{\"title\":\"Constants\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/\",\"order\":2},{\"title\":\"Remove or Reset\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/\",\"order\":3},{\"title\":\"System requirements\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/\",\"order\":4},{\"title\":\"Compatibility\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/compatibility\\/\",\"order\":5},{\"title\":\"Wordfence API\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/\",\"order\":7},{\"title\":\"Plugin \\/ Theme Conflicts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/plugin-theme-conflicts\\/\",\"order\":8}],\"order\":14},{\"title\":\"Wordfence and GDPR - General Data Protection Regulation\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/\",\"excerpt\":\"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available standard contractual clauses to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services.\",\"children\":[{\"title\":\"Sub-Processors List\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/\",\"order\":0}],\"order\":15},{\"title\":\"Login Security Plugin\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/\",\"excerpt\":\"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either canâ€™t or donâ€™t want to run the full Wordfence plugin.\",\"order\":16},{\"title\":\"Wordfence Intelligence\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/\",\"excerpt\":\"Wordfence Intelligence is an industry-leading WordPress vulnerability database and evolving Threat Intelligence platform that contains over 12,000 records for vulnerabilities in WordPress plugins, themes, and core.\",\"children\":[{\"title\":\"V2: Accessing and Consuming the Vulnerability Data Feed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/v2-accessing-and-consuming-the-vulnerability-data-feed\\/\",\"order\":0},{\"title\":\"V1: Accessing and Consuming the Vulnerability Data Feed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/accessing-and-consuming-the-vulnerability-data-feed\\/\",\"order\":1},{\"title\":\"Wordfence Intelligence Webhook Notifications\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/wordfence-intelligence-webhook-notifications\\/\",\"order\":2}],\"order\":17}]}','no'),('supportHash',_binary 'b08dc0902cf6fee340fe72de085ba1e37233c761a0f6c4b950152647b3a5abb8','yes'),('suspiciousAdminUsernames',_binary 'a:2:{i:0;s:46:\"/^wp\\.service\\.controller(?:\\.[a-zA-Z0-9]+)$/i\";i:1;s:55:\"/^(?:wordpressssadmin|wordprestadmin|jaime.besser56)$/i\";}','yes'),('timeoffset_wf',_binary '0','yes'),('timeoffset_wf_updated',_binary '1725533530','yes'),('tldlist',_binary '|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|ceo|cfa|cfd|cpa|crs|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|scb|sew|sex|sfr|ski|sky|soy|spa|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|aero|akdn|ally|amex|arab|army|arpa|arte|asda|asia|audi|auto|baby|audio|author|baidu|audible|band|azure|bank|beer|bike|bing|blue|book|cash|bauhaus|best|blog|bond|autos|bbva|bayern|buzz|beats|cafe|black|banamex|barcelona|blockbuster|casa|bloomberg|bnpparibas|boats|bofa|camp|cars|boehringer|care|auspost|call|blackfriday|case|bingo|basketball|barclaycard|barclays|bible|barefoot|berlin|bharti|bentley|bestbuy|bargains|beauty|baseball|catering|cbre|cards|cern|club|cool|chase|chat|cheap|cisco|citi|canon|citic|city|coop|click|cloud|auction|coach|codes|crown|camera|cymru|career|casino|delta|booking|cyou|bosch|bostik|caravan|data|date|boston|careers|boutique|bradesco|bridgestone|broadway|builders|dclk|broker|brother|dell|desi|build|dabur|diet|dance|brussels|capetown|calvinklein|capital|deal|deals|capitalone|dish|business|docs|actor|accountants|free|adult|fido|film|fire|fish|food|ford|guge|guru|hair|aetna|dvag|africa|agency|agakhan|airbus|airtel|alibaba|alipay|airforce|allfinanz|flir|alsace|alstom|amazon|allstate|americanexpress|americanfamily|amfam|accountant|erni|fans|farm|fund|game|gbiz|gent|ggee|athleta|fage|fail|fast|gift|forex|forum|abbott|abbvie|accenture|gallo|attorney|gifts|golf|goog|academy|gold|games|george|gives|globo|gripe|group|abudhabi|green|gucci|abogado|glass|gmbh|gmail|guide|haus|hsbc|icbc|ieee|imdb|jprs|kddi|kids|kiwi|maif|mini|apple|mint|mobi|aquarelle|moda|moto|name|navy|prod|prof|qpon|read|reit|rent|rest|sncf|amica|rich|edeka|star|surf|talk|taxi|work|earth|anquan|yoga|apartments|wine|xbox|aramco|immo|info|associates|itau|java|jeep|jobs|email|menu|news|archi|next|nico|nike|ollo|open|page|pars|pccw|pics|ping|pink|play|plus|pohl|porn|post|team|tech|teva|tiaa|tips|toys|zone|dubai|town|drive|tube|zara|zero|epson|hdfc|faith|fedex|help|here|host|land|lidl|homes|kpmg|kred|lease|legal|lego|lexus|lgbt|life|honda|link|horse|live|jetzt|like|koeln|lilly|limo|lipsy|loan|love|meet|meme|house|ltda|nokia|ruhr|irish|luxe|nikon|ninja|nowtv|rsvp|paris|parts|party|pharmacy|plumbing|poker|politie|room|physio|safe|photos|pictet|pictures|sale|loans|omega|osaka|photo|photography|sarl|lamer|phone|philips|pioneer|pizza|save|saxo|place|playstation|scot|seat|analytics|silk|sina|site|sohu|viva|vivo|vote|voto|wang|final|skin|spot|vana|visa|weir|wien|wiki|hyatt|android|genting|ikano|amsterdam|media|movie|sexy|locus|miami|music|seek|song|kyoto|lotte|lotto|mango|money|nexus|promo|quebec|show|protection|shop|property|properties|quest|sony|praxi|press|pramerica|prime|racing|shia|rehab|productions|recipes|redstone|progressive|prudential|radio|realtor|realestate|realty|redumbrella|reise|durban|emerck|energy|engineer|engineering|enterprises|ericsson|estate|education|events|exchange|expert|exposed|joburg|express|jaguar|jewelry|kindle|kitchen|komatsu|catholic|istanbul|pfizer|jpmorgan|rugby|equipment|kaufen|rocks|rodeo|juegos|juniper|ricoh|eurovision|extraspace|kosher|salon|family|shell|sling|dunlop|dupont|sener|seven|shoes|discover|doctor|domains|skype|sport|download|latino|ismaili|lefrak|space|lacaixa|lanxess|shouji|smart|solar|lasalle|lawyer|leclerc|singles|soccer|social|latrobe|lighting|limited|shiksha|shopping|smile|softbank|software|fairwinds|sharp|florist|futbol|gallup|garden|giving|fitness|flickr|global|google|gratis|health|finance|flights|hermes|farmers|ferrero|hiphop|ferrari|fishing|hockey|fashion|hotels|flowers|frogans|hamburg|hangout|football|forsale|grocery|guitars|hitachi|foundation|fresenius|frontier|fujitsu|godaddy|holiday|goodyear|goldpoint|grainger|graphics|healthcare|hosting|furniture|gallery|insure|intuit|hdfcbank|hotmail|hughes|feedback|hyundai|fidelity|imamat|hospital|infiniti|firestone|firmdale|helsinki|holdings|homegoods|homesense|institute|insurance|international|investments|ipiranga|financial|hisamitsu|homedepot|immobilien|industries|kuokgroup|landrover|lifeinsurance|lifestyle|solutions|kerryhotels|kerryproperties|lancaster|kerrylogistics|lamborghini|stada|chrome|circle|tires|church|claims|clinic|cruise|museum|chintai|clubmed|company|tirol|center|chanel|coffee|condos|college|tjmaxx|channel|charity|cologne|comsec|tkmaxx|citadel|compare|coupon|country|cricket|monash|monster|mormon|cruises|computer|credit|contact|cooking|corsica|coupons|courses|creditunion|lincoln|mobile|mortgage|tmall|moscow|nagoya|netbank|reisen|netflix|nowruz|olayan|online|oracle|orange|otsuka|organic|origins|rentals|christmas|office|tienda|okinawa|cipriani|cleaning|clinique|tokyo|network|neustar|clothing|nissan|reliance|community|cuisinella|nissay|norton|commbank|observer|panasonic|partners|today|shangrila|style|sucks|nextdirect|olayangroup|store|construction|consulting|study|swiss|tatar|tools|contractors|motorcycles|toray|total|toshiba|creditcard|tickets|tours|ubank|delivery|dental|living|trade|direct|locker|wales|design|london|madrid|maison|sakura|management|samsclub|samsung|sandvik|tushu|luxury|makeup|market|safety|trust|theatre|sandvikcoromant|sanofi|volvo|school|schule|vodka|watch|search|secure|select|tunes|vegas|video|viajes|schwarz|vision|lplfinancial|virgin|schmidt|science|security|viking|villas|voting|voyage|dentist|digital|walmart|walter|wanggou|services|directory|discount|theater|watches|deloitte|democrat|diamonds|lundbeck|schaeffler|vlaanderen|scholarships|webcam|weather|weatherchannel|weber|datsun|dealer|degree|repair|marriott|mattel|tattoo|mckinsey|target|works|world|dating|markets|rogers|taipei|taobao|xihuan|windows|winners|melbourne|xerox|memorial|merckmsd|yahoo|marketing|richardli|tennis|microsoft|report|review|ryukyu|yachts|republican|yandex|reviews|rexroth|temasek|yamaxun|youtube|zappos|mitsubishi|restaurant|saarland|suzuki|toyota|statebank|stockholm|storage|stream|studio|staples|unicom|supplies|supply|support|marshalls|stcgroup|surgery|swatch|sydney|systems|travel|trading|training|vanguard|ventures|verisign|whoswho|xn--90ae|xn--node|xn--p1ai|zuerich|travelers|xn--qxam|statefarm|vacations|wedding|tatamotors|weibo|woodside|xn--ngbrx|xn--3pxu8k|xn--l1acc|technology|university|website|xn--30rr7y|xn--90ais|xn--45q11c|xn--80aswg|xn--nqv7f|xn--90a3ac|xn--d1alf|xn--e1a4c|xn--4gbrim|xn--55qx5d|xn--5tzm5g|xn--9dbq2a|xn--j1aef|xn--j1amh|xn--9et52u|xn--c1avg|xn--c2br7g|xn--cg4bki|xn--p1acf|xn--qxa6a|xn--czrs0t|xn--czru2d|xn--tckwe|xn--vhquv|xn--fiq64b|yokohama|xn--fhbei|yodobashi|xn--fiqs8s|xn--fiqz9s|xn--55qw42g|xn--6frz82g|xn--d1acj3b|xn--80adxhks|xn--80ao21a|xn--czr694b|xn--fct429k|xn--54b7fta0cc|xn--80asehdb|xn--8y0a063a|xn--9krt00a|xn--b4w605ferd|xn--bck1b9a5dre4c|xn--cckwcxetd|xn--6qq986b3xl|xn--5su34j936bgsg|xn--cck2b3b|xn--80aqecdr1a|xn--o3cw4h|williamhill|xn--11b4c3d|xn--1qqw23a|xn--2scrj9c|xn--rhqv96g|xn--rovu88b|xn--s9brj9c|xn--ses554g|xn--t60b56a|versicherung|xn--3bst00m|xn--4dbrk0ce|wolterskluwer|xn--1ck2e1b|xn--3ds443g|xn--3e0b707e|xn--3hcrj9c|xn--42c2d9a|xn--45br5cyl|xn--45brj9c|xn--eckvdtc9d|xn--pssy2u|xn--q7ce6a|xn--pgbs0dh|xn--q9jyb4c|travelersinsurance|xn--efvy88h|xn--otu796d|xn--ogbpf8fl|xn--qcka1pmc|xn--tiq49xqyj|xn--unup4y|xn--vuq861b|xn--w4rs40l|xn--wgbh1c|xn--wgbl6a|xn--xhq521b|xn--y9a3aq|xn--ygbi2ammx|xn--zfr164b|xn--yfro4i67o|xn--fiq228c5hs|xn--io0a7i|xn--kput3i|xn--fjq720a|xn--flw351e|xn--g2xx48c|xn--gecrj9c|xn--gk3at1e|xn--h2brj9c|xn--hxt814e|xn--imr513n|xn--j6w193g|xn--jvr189m|xn--kprw13d|xn--kpry57d|xn--jlq480n2rg|xn--lgbbat1ad8j|xn--mgb9awbf|xn--kcrx77d1x4a|xn--nyqy26a|xn--i1b6b1a6a2e|xn--clchc0ea0b2g2a9gcd|xn--gckr3f0f|xn--fpcrj9c3d|xn--fzc2c9e2c|xn--h2brj9c8c|xn--h2breg3eve|xn--fzys8d69uvgm|xn--mgba3a3ejt|xn--mgba3a4f16a|xn--mgba7c0bbn0a|xn--mgbayh7gpa|xn--mgbbh1a|xn--mgbtx2b|xn--mgbab2bd|xn--mgbbh1a71e|xn--mgbca7dzdo|xn--mgbc0a9azcg|xn--mgbpl2fh|xn--mgbi4ecexp|xn--mix891f|xn--mgbt3dhd|xn--mk1bu44c|xn--mxtq1m|xn--ngbc5azd|xn--mgbaam7a8h|xn--ngbe9e0a|xn--mgbx4cd0ab|xn--mgbcpq6gpa1a|xn--mgbgu82a|xn--mgberp4a5d4ar|xn--rvc1e0am3e|xn--xkc2al3hye2a|xn--mgbah1a3hjkrd|xn--mgbai9azgqp6j|xn--nqv7fs00ema|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--w4r85el8fhu5dnra|xn--xkc2dl3a5ee0h|','no'),('tldlistHash',_binary '8f6f78c307e209081cb649d9a6636491c96ab9896980517468beeb5fd7e82562','yes'),('totalAlertsSent',_binary '14','yes'),('totalLoginHits',_binary '102','yes'),('totalLogins',_binary '15','yes'),('totalScansRun',_binary '23','yes'),('touppBypassNextCheck',_binary '0','yes'),('touppPromptNeeded','','yes'),('vulnerabilities_core',_binary 'a:1:{s:7:\"current\";a:4:{s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;s:5:\"score\";N;s:6:\"vector\";N;}}','no'),('vulnerabilities_plugin',_binary 'a:18:{i:0;a:4:{s:4:\"slug\";s:9:\"elementor\";s:11:\"fromVersion\";s:6:\"3.23.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:4:{s:4:\"slug\";s:21:\"one-click-demo-import\";s:11:\"fromVersion\";s:5:\"3.2.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:4:{s:4:\"slug\";s:15:\"redux-framework\";s:11:\"fromVersion\";s:6:\"4.4.18\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:4:{s:4:\"slug\";s:15:\"google-site-kit\";s:11:\"fromVersion\";s:7:\"1.134.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:4:{s:4:\"slug\";s:11:\"updraftplus\";s:11:\"fromVersion\";s:6:\"1.24.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:5;a:4:{s:4:\"slug\";s:9:\"wordfence\";s:11:\"fromVersion\";s:6:\"7.11.7\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:6;a:4:{s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:11:\"fromVersion\";s:5:\"2.2.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:7;a:4:{s:4:\"slug\";s:14:\"wp-consent-api\";s:11:\"fromVersion\";s:5:\"1.0.7\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:8;a:4:{s:4:\"slug\";s:12:\"wpforms-lite\";s:11:\"fromVersion\";s:7:\"1.9.0.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:9;a:4:{s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"fromVersion\";s:4:\"23.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:10;a:4:{s:4:\"slug\";s:25:\"bluehost-wordpress-plugin\";s:11:\"fromVersion\";s:6:\"3.14.7\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:11;a:4:{s:4:\"slug\";s:19:\"favethemes-insights\";s:11:\"fromVersion\";s:5:\"1.2.9\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:12;a:4:{s:4:\"slug\";s:10:\"houzez-crm\";s:11:\"fromVersion\";s:5:\"1.4.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:13;a:4:{s:4:\"slug\";s:21:\"houzez-login-register\";s:11:\"fromVersion\";s:5:\"3.2.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:14;a:4:{s:4:\"slug\";s:13:\"houzez-studio\";s:11:\"fromVersion\";s:5:\"1.0.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:15;a:4:{s:4:\"slug\";s:26:\"houzez-theme-functionality\";s:11:\"fromVersion\";s:5:\"3.2.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:16;a:4:{s:4:\"slug\";s:9:\"revslider\";s:11:\"fromVersion\";s:6:\"6.7.15\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:17;a:4:{s:4:\"slug\";s:9:\"wp-rocket\";s:11:\"fromVersion\";s:6:\"3.16.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','no'),('wafAlertInterval',_binary '600','yes'),('wafAlertOnAttacks',_binary '1','yes'),('wafAlertThreshold',_binary '100','yes'),('wafAlertWhitelist','','yes'),('wafStatusCallbackNonce','','yes'),('waf_status',_binary 'enabled','yes'),('wfKillRequested',_binary '0','no'),('wfPeakMemory',_binary '121925632','no'),('wfScanStartVersion',_binary '6.6.1','yes'),('wfsd_engine','','no'),('wfStatusStartMsgs',_binary 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}','yes'),('wf_scanLastStatusTime',_binary '0','yes'),('wf_scanRunning','','yes'),('wf_summaryItems',_binary 'a:8:{s:12:\"scannedPosts\";i:0;s:15:\"scannedComments\";i:0;s:12:\"scannedFiles\";i:0;s:14:\"scannedPlugins\";i:0;s:13:\"scannedThemes\";i:0;s:12:\"scannedUsers\";i:0;s:11:\"scannedURLs\";i:0;s:10:\"lastUpdate\";i:1725477229;}','yes'),('whitelisted',_binary ',141.94.254.72','yes'),('whitelistedServices',_binary '{}','yes'),('whitelistHash',_binary 'bf3d76dc05caf8623cb3fe01c1fc9e308e2f2ea37b826937d850fde361cdefd4','yes'),('whitelistPresets',_binary '{\"wordfence\":{\"n\":\"Wordfence\",\"h\":true,\"d\":true,\"f\":true,\"r\":[\"54.68.32.247\",\"69.46.36.0\\/27\",\"2605:2400:0104:0100::\\/56\"]},\"sucuri\":{\"n\":\"Sucuri\",\"d\":true,\"r\":[\"97.74.127.171\",\"69.164.203.172\",\"173.230.128.135\",\"66.228.34.49\",\"66.228.40.185\",\"50.116.36.92\",\"50.116.36.93\",\"50.116.3.171\",\"198.58.96.212\",\"50.116.63.221\",\"192.155.92.112\",\"192.81.128.31\",\"198.58.106.244\",\"192.155.95.139\",\"23.239.9.227\",\"198.58.112.103\",\"192.155.94.43\",\"162.216.16.33\",\"173.255.233.124\",\"173.255.233.124\",\"192.155.90.179\",\"50.116.41.217\",\"192.81.129.227\",\"198.58.111.80\",\"162.216.19.183\"]},\"facebook\":{\"n\":\"Facebook\",\"d\":true,\"r\":[\"69.63.176.0\\/20\",\"66.220.144.0\\/20\",\"66.220.144.0\\/21\",\"69.63.184.0\\/21\",\"69.63.176.0\\/21\",\"74.119.76.0\\/22\",\"69.171.255.0\\/24\",\"173.252.64.0\\/18\",\"69.171.224.0\\/19\",\"69.171.224.0\\/20\",\"103.4.96.0\\/22\",\"69.63.176.0\\/24\",\"173.252.64.0\\/19\",\"173.252.70.0\\/24\",\"31.13.64.0\\/18\",\"31.13.24.0\\/21\",\"66.220.152.0\\/21\",\"66.220.159.0\\/24\",\"69.171.239.0\\/24\",\"69.171.240.0\\/20\",\"31.13.64.0\\/19\",\"31.13.64.0\\/24\",\"31.13.65.0\\/24\",\"31.13.67.0\\/24\",\"31.13.68.0\\/24\",\"31.13.69.0\\/24\",\"31.13.70.0\\/24\",\"31.13.71.0\\/24\",\"31.13.72.0\\/24\",\"31.13.73.0\\/24\",\"31.13.74.0\\/24\",\"31.13.75.0\\/24\",\"31.13.76.0\\/24\",\"31.13.77.0\\/24\",\"31.13.96.0\\/19\",\"31.13.66.0\\/24\",\"173.252.96.0\\/19\",\"69.63.178.0\\/24\",\"31.13.78.0\\/24\",\"31.13.79.0\\/24\",\"31.13.80.0\\/24\",\"31.13.82.0\\/24\",\"31.13.83.0\\/24\",\"31.13.84.0\\/24\",\"31.13.85.0\\/24\",\"31.13.86.0\\/24\",\"31.13.87.0\\/24\",\"31.13.88.0\\/24\",\"31.13.89.0\\/24\",\"31.13.90.0\\/24\",\"31.13.91.0\\/24\",\"31.13.92.0\\/24\",\"31.13.93.0\\/24\",\"31.13.94.0\\/24\",\"31.13.95.0\\/24\",\"69.171.253.0\\/24\",\"69.63.186.0\\/24\",\"31.13.81.0\\/24\",\"179.60.192.0\\/22\",\"179.60.192.0\\/24\",\"179.60.193.0\\/24\",\"179.60.194.0\\/24\",\"179.60.195.0\\/24\",\"185.60.216.0\\/22\",\"45.64.40.0\\/22\",\"185.60.216.0\\/24\",\"185.60.217.0\\/24\",\"185.60.218.0\\/24\",\"185.60.219.0\\/24\",\"129.134.0.0\\/16\",\"157.240.0.0\\/16\",\"157.240.8.0\\/24\",\"157.240.0.0\\/24\",\"157.240.1.0\\/24\",\"157.240.2.0\\/24\",\"157.240.3.0\\/24\",\"157.240.4.0\\/24\",\"157.240.5.0\\/24\",\"157.240.6.0\\/24\",\"157.240.7.0\\/24\",\"157.240.9.0\\/24\",\"157.240.10.0\\/24\",\"157.240.16.0\\/24\",\"157.240.19.0\\/24\",\"157.240.11.0\\/24\",\"157.240.12.0\\/24\",\"157.240.13.0\\/24\",\"157.240.14.0\\/24\",\"157.240.15.0\\/24\",\"157.240.17.0\\/24\",\"157.240.18.0\\/24\",\"157.240.20.0\\/24\",\"157.240.21.0\\/24\",\"157.240.22.0\\/24\",\"157.240.23.0\\/24\",\"157.240.0.0\\/17\",\"69.171.250.0\\/24\",\"157.240.24.0\\/24\",\"157.240.25.0\\/24\",\"199.201.64.0\\/24\",\"199.201.65.0\\/24\",\"199.201.64.0\\/22\",\"204.15.20.0\\/22\",\"157.240.192.0\\/24\",\"129.134.0.0\\/17\",\"204.15.20.0\\/22\",\"69.63.176.0\\/20\",\"69.63.176.0\\/21\",\"69.63.184.0\\/21\",\"66.220.144.0\\/20\",\"69.63.176.0\\/20\",\"2620:0:1c00::\\/40\",\"2a03:2880::\\/32\",\"2a03:2880:fffe::\\/48\",\"2a03:2880:ffff::\\/48\",\"2620:0:1cff::\\/48\",\"2a03:2880:f000::\\/48\",\"2a03:2880:f001::\\/48\",\"2a03:2880:f002::\\/48\",\"2a03:2880:f003::\\/48\",\"2a03:2880:f004::\\/48\",\"2a03:2880:f005::\\/48\",\"2a03:2880:f006::\\/48\",\"2a03:2880:f007::\\/48\",\"2a03:2880:f008::\\/48\",\"2a03:2880:f009::\\/48\",\"2a03:2880:f00a::\\/48\",\"2a03:2880:f00b::\\/48\",\"2a03:2880:f00c::\\/48\",\"2a03:2880:f00d::\\/48\",\"2a03:2880:f00e::\\/48\",\"2a03:2880:f00f::\\/48\",\"2a03:2880:f010::\\/48\",\"2a03:2880:f011::\\/48\",\"2a03:2880:f012::\\/48\",\"2a03:2880:f013::\\/48\",\"2a03:2880:f014::\\/48\",\"2a03:2880:f015::\\/48\",\"2a03:2880:f016::\\/48\",\"2a03:2880:f017::\\/48\",\"2a03:2880:f018::\\/48\",\"2a03:2880:f019::\\/48\",\"2a03:2880:f01a::\\/48\",\"2a03:2880:f01b::\\/48\",\"2a03:2880:f01c::\\/48\",\"2a03:2880:f01d::\\/48\",\"2a03:2880:f01e::\\/48\",\"2a03:2880:f01f::\\/48\",\"2a03:2880:1000::\\/36\",\"2a03:2880:2000::\\/36\",\"2a03:2880:3000::\\/36\",\"2a03:2880:4000::\\/36\",\"2a03:2880:5000::\\/36\",\"2a03:2880:6000::\\/36\",\"2a03:2880:7000::\\/36\",\"2a03:2880:f020::\\/48\",\"2a03:2880:f021::\\/48\",\"2a03:2880:f022::\\/48\",\"2a03:2880:f023::\\/48\",\"2a03:2880:f024::\\/48\",\"2a03:2880:f025::\\/48\",\"2a03:2880:f026::\\/48\",\"2a03:2880:f027::\\/48\",\"2a03:2880:f028::\\/48\",\"2a03:2880:f029::\\/48\",\"2a03:2880:f02b::\\/48\",\"2a03:2880:f02c::\\/48\",\"2a03:2880:f02d::\\/48\",\"2a03:2880:f02e::\\/48\",\"2a03:2880:f02f::\\/48\",\"2a03:2880:f030::\\/48\",\"2a03:2880:f031::\\/48\",\"2a03:2880:f032::\\/48\",\"2a03:2880:f033::\\/48\",\"2a03:2880:f034::\\/48\",\"2a03:2880:f035::\\/48\",\"2a03:2880:f036::\\/48\",\"2a03:2880:f037::\\/48\",\"2a03:2880:f038::\\/48\",\"2a03:2880:f039::\\/48\",\"2a03:2880:f03a::\\/48\",\"2a03:2880:f03b::\\/48\",\"2a03:2880:f03c::\\/48\",\"2a03:2880:f03d::\\/48\",\"2a03:2880:f03e::\\/48\",\"2a03:2880:f03f::\\/48\",\"2401:db00::\\/32\",\"2a03:2880::\\/36\",\"2803:6080::\\/32\",\"2a03:2880:f100::\\/48\",\"2a03:2880:f200::\\/48\",\"2a03:2880:f101::\\/48\",\"2a03:2880:f201::\\/48\",\"2a03:2880:f102::\\/48\",\"2a03:2880:f202::\\/48\",\"2a03:2880:f103::\\/48\",\"2a03:2880:f203::\\/48\",\"2a03:2880:f104::\\/48\",\"2a03:2880:f204::\\/48\",\"2a03:2880:f107::\\/48\",\"2a03:2880:f207::\\/48\",\"2a03:2880:f108::\\/48\",\"2a03:2880:f208::\\/48\",\"2a03:2880:f109::\\/48\",\"2a03:2880:f209::\\/48\",\"2a03:2880:f10a::\\/48\",\"2a03:2880:f20a::\\/48\",\"2a03:2880:f10b::\\/48\",\"2a03:2880:f20b::\\/48\",\"2a03:2880:f10d::\\/48\",\"2a03:2880:f20d::\\/48\",\"2a03:2880:f10e::\\/48\",\"2a03:2880:f20e::\\/48\",\"2a03:2880:f10f::\\/48\",\"2a03:2880:f20f::\\/48\",\"2a03:2880:f110::\\/48\",\"2a03:2880:f210::\\/48\",\"2a03:2880:f111::\\/48\",\"2a03:2880:f211::\\/48\",\"2a03:2880:f112::\\/48\",\"2a03:2880:f212::\\/48\",\"2a03:2880:f114::\\/48\",\"2a03:2880:f214::\\/48\",\"2a03:2880:f115::\\/48\",\"2a03:2880:f215::\\/48\",\"2a03:2880:f116::\\/48\",\"2a03:2880:f216::\\/48\",\"2a03:2880:f117::\\/48\",\"2a03:2880:f217::\\/48\",\"2a03:2880:f118::\\/48\",\"2a03:2880:f218::\\/48\",\"2a03:2880:f119::\\/48\",\"2a03:2880:f219::\\/48\",\"2a03:2880:f11a::\\/48\",\"2a03:2880:f21a::\\/48\",\"2a03:2880:f11f::\\/48\",\"2a03:2880:f21f::\\/48\",\"2a03:2880:f121::\\/48\",\"2a03:2880:f221::\\/48\",\"2a03:2880:f122::\\/48\",\"2a03:2880:f222::\\/48\",\"2a03:2880:f123::\\/48\",\"2a03:2880:f223::\\/48\",\"2a03:2880:f10c::\\/48\",\"2a03:2880:f20c::\\/48\",\"2a03:2880:f126::\\/48\",\"2a03:2880:f226::\\/48\",\"2a03:2880:f105::\\/48\",\"2a03:2880:f205::\\/48\",\"2a03:2880:f125::\\/48\",\"2a03:2880:f225::\\/48\",\"2a03:2880:f106::\\/48\",\"2a03:2880:f206::\\/48\",\"2a03:2880:f11b::\\/48\",\"2a03:2880:f21b::\\/48\",\"2a03:2880:f113::\\/48\",\"2a03:2880:f213::\\/48\",\"2a03:2880:f11c::\\/48\",\"2a03:2880:f21c::\\/48\",\"2a03:2880:f128::\\/48\",\"2a03:2880:f228::\\/48\",\"2a03:2880:f02a::\\/48\",\"2a03:2880:f12a::\\/48\",\"2a03:2880:f22a::\\/48\",\"2a03:2880:f12f::\\/48\",\"2a03:2880:f22f::\\/48\",\"2a03:2880:f11d::\\/48\",\"2a03:2880:f11e::\\/48\",\"2a03:2880:f120::\\/48\",\"2a03:2880:f124::\\/48\",\"2a03:2880:f127::\\/48\",\"2a03:2880:f129::\\/48\",\"2a03:2880:f12b::\\/48\",\"2a03:2880:f12c::\\/48\",\"2a03:2880:f12d::\\/48\",\"2a03:2880:f12e::\\/48\",\"2a03:2880:f130::\\/48\",\"2a03:2880:f131::\\/48\",\"2a03:2880:f132::\\/48\",\"2a03:2880:f133::\\/48\",\"2a03:2880:f134::\\/48\",\"2a03:2880:f135::\\/48\",\"2a03:2880:f136::\\/48\",\"2a03:2880:f137::\\/48\",\"2a03:2880:f138::\\/48\",\"2a03:2880:f139::\\/48\",\"2a03:2880:f13a::\\/48\",\"2a03:2880:f13b::\\/48\",\"2a03:2880:f13c::\\/48\",\"2a03:2880:f13d::\\/48\",\"2a03:2880:f13e::\\/48\",\"2a03:2880:f13f::\\/48\",\"2a03:2880:f21d::\\/48\",\"2a03:2880:f21e::\\/48\",\"2a03:2880:f220::\\/48\",\"2a03:2880:f224::\\/48\",\"2a03:2880:f227::\\/48\",\"2a03:2880:f229::\\/48\",\"2a03:2880:f22b::\\/48\",\"2a03:2880:f22c::\\/48\",\"2a03:2880:f22d::\\/48\",\"2a03:2880:f22e::\\/48\",\"2a03:2880:f230::\\/48\",\"2a03:2880:f231::\\/48\",\"2a03:2880:f232::\\/48\",\"2a03:2880:f233::\\/48\",\"2a03:2880:f234::\\/48\",\"2a03:2880:f235::\\/48\",\"2a03:2880:f236::\\/48\",\"2a03:2880:f237::\\/48\",\"2a03:2880:f238::\\/48\",\"2a03:2880:f239::\\/48\",\"2a03:2880:f23a::\\/48\",\"2a03:2880:f23b::\\/48\",\"2a03:2880:f23c::\\/48\",\"2a03:2880:f23d::\\/48\",\"2a03:2880:f23e::\\/48\",\"2a03:2880:f23f::\\/48\",\"2a03:2880:f0ff::\\/48\",\"2a03:2880:f1ff::\\/48\",\"2a03:2880:f2ff::\\/48\",\"2c0f:ef78:0003::\\/48\"]},\"uptimerobot\":{\"n\":\"Uptime Robot\",\"d\":true,\"r\":[\"69.162.124.224\\/28\",\"63.143.42.240\\/28\"]},\"statuscake\":{\"n\":\"StatusCake\",\"d\":true,\"r\":[\"103.194.112.70\",\"104.131.247.151\",\"104.131.248.65\",\"104.131.248.78\",\"104.156.229.24\",\"104.156.255.184\",\"104.206.168.26\",\"104.238.164.105\",\"107.150.1.135\",\"107.155.104.182\",\"107.155.108.234\",\"107.155.125.29\",\"107.161.28.219\",\"107.170.197.248\",\"107.170.219.46\",\"107.170.227.23\",\"107.170.227.24\",\"107.170.240.141\",\"107.170.53.191\",\"107.191.47.131\",\"107.191.57.237\",\"108.61.119.153\",\"108.61.162.214\",\"108.61.205.201\",\"108.61.212.141\",\"108.61.215.179\",\"125.63.48.239\",\"128.199.222.65\",\"138.197.130.232\",\"138.197.130.235\",\"138.197.140.243\",\"138.204.171.136\",\"138.68.24.115\",\"138.68.24.136\",\"138.68.24.207\",\"138.68.24.60\",\"138.68.80.10\",\"138.68.80.173\",\"139.59.15.79\",\"139.59.155.26\",\"139.59.190.241\",\"139.59.22.109\",\"139.59.26.85\",\"139.59.29.167\",\"149.154.157.61\",\"149.255.59.100\",\"151.236.10.238\",\"151.236.18.80\",\"151.80.175.223\",\"151.80.175.226\",\"154.127.60.23\",\"154.127.60.59\",\"158.255.208.76\",\"159.203.182.22\",\"159.203.182.60\",\"159.203.186.225\",\"159.203.31.18\",\"162.243.247.163\",\"162.243.71.56\",\"162.248.97.72\",\"162.253.64.104\",\"162.253.64.87\",\"176.56.230.110\",\"178.62.101.57\",\"178.62.104.137\",\"178.62.106.84\",\"178.62.109.7\",\"178.62.40.233\",\"178.62.41.44\",\"178.62.41.49\",\"178.62.41.52\",\"178.62.65.162\",\"178.62.71.227\",\"178.62.78.199\",\"178.62.80.93\",\"178.62.86.69\",\"178.73.210.99\",\"181.41.201.117\",\"181.41.214.137\",\"185.112.157.185\",\"185.12.45.70\",\"185.47.129.168\",\"185.60.135.86\",\"188.166.158.224\",\"188.166.253.148\",\"188.226.139.158\",\"188.226.158.160\",\"188.226.169.228\",\"188.226.171.58\",\"188.226.184.152\",\"188.226.185.106\",\"188.226.186.199\",\"188.226.203.84\",\"188.226.247.184\",\"188.68.238.79\",\"192.241.221.11\",\"193.124.178.54\",\"193.124.178.61\",\"193.182.144.105\",\"193.182.144.147\",\"199.167.128.80\",\"209.222.30.242\",\"213.183.56.107\",\"217.148.43.188\",\"217.148.43.202\",\"31.220.7.237\",\"37.157.246.146\",\"37.235.48.42\",\"37.235.52.25\",\"37.235.53.240\",\"37.235.55.205\",\"37.97.188.103\",\"45.32.128.80\",\"45.32.145.79\",\"45.32.151.21\",\"45.32.160.172\",\"45.32.166.195\",\"45.32.171.24\",\"45.32.192.198\",\"45.32.195.186\",\"45.32.195.93\",\"45.32.212.56\",\"45.32.36.158\",\"45.32.7.22\",\"45.63.121.159\",\"45.63.26.78\",\"45.63.51.63\",\"45.63.61.213\",\"45.63.76.68\",\"45.63.78.84\",\"45.63.86.120\",\"45.63.88.213\",\"45.76.1.44\",\"45.76.192.50\",\"45.76.3.112\",\"46.101.0.24\",\"46.101.110.32\",\"46.101.110.43\",\"46.101.110.45\",\"46.101.20.96\",\"46.101.238.182\",\"46.101.238.189\",\"46.101.240.208\",\"46.101.27.186\",\"46.101.61.83\",\"46.101.74.251\",\"5.45.179.103\",\"50.2.139.16\",\"82.221.95.161\",\"91.236.116.163\"]},\"managewp\":{\"n\":\"ManageWP\",\"d\":false,\"r\":[\"34.211.180.66\",\"54.70.65.107\",\"34.210.224.7\",\"52.41.5.108\",\"52.35.72.129\",\"54.191.137.17\",\"35.162.254.253\",\"52.11.12.231\",\"52.11.29.70\",\"52.11.54.161\",\"52.24.142.159\",\"52.25.191.255\",\"52.27.181.126\",\"52.34.126.117\",\"52.34.254.47\",\"52.35.82.99\",\"52.36.28.80\",\"52.38.106.97\",\"52.39.177.152\",\"52.41.230.148\",\"52.41.237.12\",\"52.42.126.166\",\"52.43.13.71\",\"52.43.76.224\",\"52.88.96.110\",\"52.89.155.51\",\"54.148.73.118\",\"54.186.37.105\",\"54.187.92.57\",\"54.191.32.65\",\"54.191.67.23\",\"54.191.80.119\",\"54.191.135.209\",\"54.191.136.176\",\"54.191.148.85\",\"54.191.149.8\",\"52.26.122.21\",\"52.24.187.29\",\"52.89.85.107\",\"54.186.128.167\",\"54.191.40.136\",\"52.24.62.11\",\"52.88.119.122\",\"54.191.148.225\",\"54.191.151.18\",\"52.89.94.121\",\"52.25.116.116\",\"52.88.215.225\",\"54.186.143.184\",\"52.88.197.180\",\"52.27.171.126\"]},\"seznam\":{\"n\":\"Seznam Search Engine\",\"d\":true,\"r\":[\"77.75.74.0\\/24\",\"77.75.76.0\\/24\",\"77.75.77.0\\/24\",\"77.75.78.0\\/24\",\"77.75.79.0\\/24\",\"2a02:598:a::78:0\\/112\",\"2a02:598:a::79:0\\/112\",\"2a02:598:2::0\\/96\"]}}','yes'),('wordfenceI18n',_binary '1','yes'),('wordpressPluginVersions',_binary 'a:18:{s:9:\"elementor\";s:6:\"3.23.4\";s:19:\"favethemes-insights\";s:5:\"1.2.9\";s:10:\"houzez-crm\";s:5:\"1.4.3\";s:21:\"houzez-login-register\";s:5:\"3.2.1\";s:13:\"houzez-studio\";s:5:\"1.0.2\";s:26:\"houzez-theme-functionality\";s:5:\"3.2.3\";s:21:\"one-click-demo-import\";s:5:\"3.2.1\";s:15:\"redux-framework\";s:6:\"4.4.18\";s:15:\"google-site-kit\";s:7:\"1.134.0\";s:9:\"revslider\";s:6:\"6.7.15\";s:25:\"bluehost-wordpress-plugin\";s:6:\"3.14.7\";s:11:\"updraftplus\";s:6:\"1.24.4\";s:9:\"wordfence\";s:6:\"7.11.7\";s:26:\"insert-headers-and-footers\";s:5:\"2.2.1\";s:14:\"wp-consent-api\";s:5:\"1.0.7\";s:12:\"wpforms-lite\";s:7:\"1.9.0.4\";s:9:\"wp-rocket\";s:6:\"3.16.3\";s:13:\"wordpress-seo\";s:4:\"23.4\";}','yes'),('wordpressThemeVersions',_binary 'a:6:{s:6:\"houzez\";s:5:\"3.2.5\";s:7:\"sinatra\";s:3:\"1.3\";s:16:\"twentytwentyfour\";s:3:\"1.2\";s:17:\"twentytwentythree\";s:3:\"1.5\";s:15:\"twentytwentytwo\";s:3:\"1.8\";s:11:\"yith-wonder\";s:5:\"2.1.0\";}','yes'),('wordpressVersion',_binary '6.6.1','yes'),('wp_home_url',_binary 'https://point2listing.ca','yes'),('wp_site_url',_binary 'https://point2listing.ca','yes');
/*!40000 ALTER TABLE `wpau_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wfcrawlers`
--

DROP TABLE IF EXISTS `wpau_wfcrawlers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  `PTR` varchar(255) DEFAULT '',
  PRIMARY KEY (`IP`,`patternSig`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfcrawlers`
--

LOCK TABLES `wpau_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wpau_wfcrawlers` DISABLE KEYS */;
INSERT INTO `wpau_wfcrawlers` VALUES (_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ\0\0\0\0',_binary '‹üÀ•>b0«oQ1Œö','verified',1725540789,'crawl-66-249-65-224.googlebot.com');
/*!40000 ALTER TABLE `wpau_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wffilechanges`
--

DROP TABLE IF EXISTS `wpau_wffilechanges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL,
  PRIMARY KEY (`filenameHash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wffilechanges`
--

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

--
-- Table structure for table `wpau_wffilemods`
--

DROP TABLE IF EXISTS `wpau_wffilemods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `real_path` text NOT NULL,
  `knownFile` tinyint(3) unsigned NOT NULL,
  `oldMD5` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `newMD5` binary(16) NOT NULL,
  `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
  `stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT '0',
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?',
  PRIMARY KEY (`filenameMD5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wffilemods`
--

LOCK TABLES `wpau_wffilemods` WRITE;
/*!40000 ALTER TABLE `wpau_wffilemods` DISABLE KEYS */;
INSERT INTO `wpau_wffilemods` VALUES (_binary '\0\Í\ÑU>4?\'p–#™k·N','wp-content/themes/houzez/framework/mobile-detect/vendor/psr/simple-cache/src/CacheInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/psr/simple-cache/src/CacheInterface.php',0,_binary 'y»sA´\ß\Ð\n\æ$A\àz',_binary 'y»sA´\ß\Ð\n\æ$A\àz',_binary '\"¬š®¸!jú÷˜sS;Î´<+«;l¹\Ù\îbK\Ò','',0,'?'),(_binary '\0ðOi\ÂVi°\â`\ç´]\Ç\Ù','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰ý/I;¾\éF“\ÖAr',_binary 'Ê¡\ã.÷JFoP0@\\Æ€œh…\ïð\ì%z>?ÿ\ë”\Âp…','',0,'?'),(_binary '\02±\Ý<\"9h(qVw\î','wp-content/plugins/wpforms-lite/src/Logger/Repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Logger/Repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÐQ\âüM¾\ê7)òO!\æ',_binary 'ûðT4\"L_1g\ÐFLa+ß¡}z*\ÌAóø¯›\í}¤.','',0,'?'),(_binary '\0®«š67ö\Þ~·B+5$','wp-content/plugins/revslider/public/assets/svg/action/ic_highlight_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_highlight_off_24px.svg',0,_binary '#X×»3ë½’@¢wVñ',_binary '#X×»3ë½’@¢wVñ',_binary 'LbCN@qö<Zr>\à(uH¢°¦Õ±–›/\r¦›','',0,'?'),(_binary '\0’0z-‹or\ÅoˆûB','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-24-4.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-24-4.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gg§ùyœ@\ÙvPwú)Tª',_binary '`	\È=2HU÷\ÒÆ¯?\0]öÃ’˜¼^Tx÷bA\ábŸ®','',0,'?'),(_binary '\0 3×„\É$\Äž‘þM','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ApiDataRow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ApiDataRow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ€\Û	%½¨\ça\Ù \êXÿ[',_binary '&V\Û:ˆ\Z`{\à\îNŒ—\ÕG^ñ\Ö(ˆ§ˆ²‡•v¥›','',0,'?'),(_binary '\0\ÐXcUÌ èž®±ô©','wp-content/plugins/wpforms-lite/templates/emails/general-queries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/general-queries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\\\S`š…\å{…u@\Ípx',_binary '¹O¯½Y/°m}m\'”­z=\ç„UŠN}S\Ýú™§ŽBry','',0,'?'),(_binary '\0?H\ê\0\ÊE}ý¿¦³\ç\"\â','wp-includes/sodium_compat/lib/namespaced.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/namespaced.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '01\Õ\Î\èø”vnGœ¬\r ',_binary ']/r~úÊºO‚›‡C\îc§xB…€j/\ëoµ˜U\ÙI*\Ù','',0,'?'),(_binary '\0[b,±\Ä>¦mo','wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/PersistentDataFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/PersistentDataFactory.php',0,_binary ' ,e\ÏE­o\èu\ï˜\'',_binary ' ,e\ÏE­o\èu\ï˜\'',_binary 'Áyo«B1vŒ{2p\"\Ò\ç\\¾~M\Â\Æ)ºFŸ™\Í>¯¤\âT','',0,'?'),(_binary '\0!a-±5¦†ðCOÔ¿ªa4','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/js/deactivation-survey.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/js/deactivation-survey.js',0,_binary '¢Þ¥¥3\Ñ\Çd\Ú(\Ã\ÌJ ',_binary '¢Þ¥¥3\Ñ\Çd\Ú(\Ã\ÌJ ',_binary '\"¹\\¾©\Ä	l¦‡¯· 7÷\â´\ç\èp¸‘ž$L›}','',0,'?'),(_binary '\0%þ¯½x\Ø.YF\å‡wX','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\ÇZ\Û\ÐCÞ€2##ÿ±©b',_binary '#ƒõs³7PË©›\Û\ÔvK<“\Ã2›É›ZØ±A\Õ€›~','',0,'?'),(_binary '\0&7pyZ\ÛŸ$\Ã|û>œ','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/team-member-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/team-member-wpml.php',0,_binary 'þ	\ÍM#‰3ø‹¥wf&N5',_binary 'þ	\ÍM#‰3ø‹¥wf&N5',_binary '\ZO´\å§$f\"¾õÎ¸\îT8Vp\ÇTµ³\æ§fkôù_z','',0,'?'),(_binary '\0\'rµø\ÅO\Ç\Â5\ì‰,8\ÏB','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f6…\'\ÕZ mú\ÈË¡I¨',_binary '‡\âöhhº&9†Ey\ÛG„;\n#‡ùO\ê³(š\à~›ó','',0,'?'),(_binary '\0)4\nTYü¡d4G~¶','wp-includes/images/w-logo-blue-white-bg.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/w-logo-blue-white-bg.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0öIÌkò|ûÑ¼\Ü\Ó\Ç',_binary 'OœÉ— oµ“ñ\ÒC«ŽA\Ò/xŠ‡ \Í<\ê•\Ü%4=?','',0,'?'),(_binary '\0,¥¿g›x:i\æK!ƒ\Î','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…[ÎŽS\áº\Ü:R\ÃL',_binary '¼œx|“8Ü¹Ã”t`s-HJñ\æ\âùlÿe7yÿó+','',0,'?'),(_binary '\00öñ#Š9ýœ¬Z4\Îj$','wp-admin/network/user-edit.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/user-edit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n\Éd4VÚ‹S~tÉ±¬Åº',_binary '˜o\ëá•‘°\"t\Îy¼S‚¶°¦M8!9/·?Y­X\Ë','',0,'?'),(_binary '\05gÀ\Ë\Ïê«”c‹0‰\"D','wp-includes/css/media-views-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/media-views-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h÷ý½ˆ\î“G\Û\å7+=_',_binary '¢\Ø)øœ¾\ê\Ð@…S\Æa\Æ=ûòWÞªT—oBüÁ','',0,'?'),(_binary '\08¯µ·T@= !\ê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CreateContainerVersionResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CreateContainerVersionResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<IÛ‘d\ÂT\ÆÀ“¿\æ',_binary 'Ä¶1=k¨,‚.›_<f%ü<30†\ì¢vF›	d/Ý¸','',0,'?'),(_binary '\0>\àsý\ÎÚ’2Ÿ\ØO$þ','wp-content/plugins/houzez-theme-functionality/elementor/widgets/search-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/search-builder.php',0,_binary 'ŽN»\ÄË¼p‡Bû+\æ1mw\á',_binary 'ŽN»\ÄË¼p‡Bû+\æ1mw\á',_binary ':\Þ\äd\Ñ,\Î§S°\n\ÙIŽa…%û:˜\ÝL\í\Õ','',0,'?'),(_binary '\0?iAY´žÔ›#/\ß	¶½','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Response.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Response.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\á\0øN\×HùÔ¶ð\Ýú',_binary '¶\ßN\ÓC¬\n#[[Ui\Ñ~°ø³B¬O‹Fÿ\á2R','',0,'?'),(_binary '\0?¤àµ¿—k\×]\çŒ\éf','wp-content/plugins/wpforms-lite/src/Integrations/WPorg/Translations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/WPorg/Translations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºüi\Þ\êDp÷Y[AA¤ü',_binary '/?EUn’ŸÞ€³n\Ø?®»»,\Ò7p°\Çñ’\Â\"­','',0,'?'),(_binary '\0C_\n\ì\ÂjD¨\é@k','wp-admin/network/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üPõú/IGV7w¹\ØY',_binary 'ûE²‘„7]0\Øý-i¬YŒ…\á\Ê\ï6w~Uø6ª—','',0,'?'),(_binary '\0G¸¥\àM(\ç\ÒYlWz\ã!','wp-includes/sodium_compat/src/Core/X25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/X25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pZú˜£\Ë\Ä:!„Ù¼\Ñ',_binary '3\í³l¦@\Ù\ä™ú—o£-\É3ö–ýS¦\Ì\àÕ&\Ê!\Ð','',0,'?'),(_binary '\0\\s\èÁTÃ«½Ö˜8\á\Ã','wp-includes/blocks/post-excerpt/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦9Áÿ\Õa¹Nð4=’™\r^',_binary '\É~üÅªA¬\á‘W\ä\Èw¡@7Švzš\à¼ö\Í\ä£4\ï_','',0,'?'),(_binary '\0]\Í\Ç3+\î1œ\Þ\nx\×p','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.it-CH.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.it-CH.min.js',0,_binary ')¢\æ^\æ€vmFR/Õ¸…ñÁ',_binary ')¢\æ^\æ€vmFR/Õ¸…ñÁ',_binary 'o\ê¡€\Ú;+…\ë]%ÀP¯r´t<º°l\åLH*r','',0,'?'),(_binary '\0_[µ Rf(y\ãüsÀ','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§…™‚\çxQµf7‘kîž…',_binary '\Ük£5õññQMQ\äõa¨Ê”\â‚`÷\êxø¡Ž+ \Ä\È\Ä','',0,'?'),(_binary '\0_\ì]¸©wgGS\ÒK‹\í','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~rD¾5\îy\ÙEª§:',_binary '\Ãôè›®¶\Ï\à!Z|¾œL’\íÁx<A6¥&¼ð','',0,'?'),(_binary '\0`Y±Ï­rG¦¦”„','wp-includes/SimplePie/Restriction.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Restriction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[\"\Ó\é~\'\Ì\ÕòúŠ$|2*¾',_binary '\ã>«3\Ö	vj¯¦\r|\")\"÷5SR¹\0\è{k\ßý\Ë\ä\ã{6','',0,'?'),(_binary '\0c]u\Üój¯ý„\äº!8€h','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/et.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/et.js',0,_binary '¤‰±hÀi\è] –\n6F',_binary '¤‰±hÀi\è] –\n6F',_binary '\Û:>5|\ÂCú¼]\Â\\d\ê¶À¬\Î„VvÊ…a\Ï|cú','',0,'?'),(_binary '\0efŽK¢\Ðz\rc-\ä	P','wp-content/plugins/houzez-theme-functionality/classes/class-fields-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-fields-builder.php',0,_binary '|\æ\Ó\ØEö>Me¬üù ',_binary '|\æ\Ó\ØEö>Me¬üù ',_binary '¹{†]®”p<—U°ûhg\Í\í\ZŠL\Ô4jhÿþ69eAð','',0,'?'),(_binary '\0h–‚QJ”°?ðXü4¯-','wp-content/plugins/elementor/assets/js/ai.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'anôLú\Ð\é\'Qk¡i—{',_binary '3¼¿\ÖZ6 \0i\Ë\r\n\È}‹CÇŠ|6C·\Z¢²²ž.v\Z','',0,'?'),(_binary '\0jŒ)+!\äÌŠ%4\Ä+Ì›','wp-content/themes/houzez/js/vendors/bootstrap.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.js',0,_binary 'c†G\ÒIºÏ‚[:e™',_binary 'c†G\ÒIºÏ‚[:e™',_binary 'Ž‡a?x\n	lFiø¥´`Fa\é*ÿ(1=)ý\ï÷','',0,'?'),(_binary '\0q¼[Ÿ,QµÒ‹\Ë%x\ç\ç\ï','wp-content/plugins/revslider/public/assets/svg/image/ic_vignette_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_vignette_24px.svg',0,_binary 'B¯u E‹¼\Äubo>d',_binary 'B¯u E‹¼\Äubo>d',_binary '°‘>þÀß¬“©Žü\ÝG¥Ù’mFS\è…Á¦W„Å‚¿–-','',0,'?'),(_binary '\0|%«v-\"*_9P×\Z*','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading/MarketplaceFilterBarSkeleton.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading/MarketplaceFilterBarSkeleton.js',0,_binary '˜ª’-¬Æ–\Ü\ä‘\nLøž\Ü',_binary '˜ª’-¬Æ–\Ü\ä‘\nLøž\Ü',_binary '`^c\Çc\r|>fºÒ¸+_\rŠ¼SZc‰Àœ\Æ\Ã7\ã','',0,'?'),(_binary '\0ƒTö\r\à~mõ¼)7KÇ¡','wp-content/plugins/wpforms-lite/includes/emails/templates/footer-default.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/emails/templates/footer-default.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ.ñ^\ßE8À5W£¬ðÿ',_binary '\'À,+\çö÷ \r\æ¾Xõ\Æ]˜\éœ;€ú†À|¯ccŒ»\Þ','',0,'?'),(_binary '\0‡\é2\í¤¶ \ÐKy\Úv¯','wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½ý\ár\ã\ÞÆ‰M7+D',_binary '\ÛYj\Âû„\ëx\Ö÷\Þ\ÛJ¯±oq\ç“ò!¡bNgk\ÔY@‚','',0,'?'),(_binary '\0Œþ\æ;fóúQ\î=*Ç•\Ã','wp-includes/js/wp-emoji.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-emoji.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K2®»\í~QÁL\Ê\èelú|',_binary 'Œ\Ï=Ô„\ÌDÏOÂ´\çZMP\æ~\Ùù>/l\Ò\ç\î5¨\å','',0,'?'),(_binary '\0õ¯wbs•Hó¿~','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ProfileMetadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ProfileMetadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÃpOTWL7\n}\èX±\ã%\0',_binary '±34dŠŒZ\ÖAŽƒ0U\ä‡ÝŸôiú9„dˆd','',0,'?'),(_binary '\0’¨\' 6&H‚v„]\Þ\é','wp-includes/block-bindings/post-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-bindings/post-meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰=n°=FU\Ê*\ì“\ÑJ',_binary 'Àµ\åM\Ì\î„\Þc\àC#÷\ÆDÊr”2\Ç\×e','',0,'?'),(_binary '\0”\Â%Î¥J-šp¾\É','wp-content/plugins/wordpress-seo/inc/class-rewrite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-rewrite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ³\']G Í˜\×u´\Æ',_binary '\à\Ñ6ó\èinývoÒ–\Z\é•ð:\ÄÎ‹Kb8I›¨A','',0,'?'),(_binary '\0•³6õòe@V›£pI§D','wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú§d;G›g¡®›\ß`',_binary 't%T™KCƒ¯Œy—%ejNô\Çt–\èOkñð\ÉÔ’F\É','',0,'?'),(_binary '\0ž9ó¿k5&\åÙ™ 7N','wp-includes/sodium_compat/src/Core32/Curve25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Èð43kŒ&t÷8‹p¢ôŸ',_binary '\Ðjýª+ù\ÓJLÂ¦«{¢\ã\á×¹\Zô—\ÇI]\íÙ‹\Å=\ìÀ','',0,'?'),(_binary '\0 \ïÙœŠgþk´¼\Ý\0tÿG','wp-content/plugins/houzez-theme-functionality/classes/class-rates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-rates.php',0,_binary '¡\ëÒsY÷{%2Âª9\å',_binary '¡\ëÒsY÷{%2Âª9\å',_binary 'ö+Py…„*\ÝV3pÍ¾|j0\é\Ì|kC!™(A¸2\Ú','',0,'?'),(_binary '\0¦\ØÀ\ÍÁ¶$\íùv\äŒX','wp-content/themes/houzez/template-parts/header/user-nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/user-nav.php',0,_binary 'È¾Z˜…\â·¦)Œ\â\"4',_binary 'È¾Z˜…\â·¦)Œ\â\"4',_binary '=\Å\æ¬\Ö,~s\Æ[z Es÷\Â>ùþS9˜\0R•Àœ„Y','',0,'?'),(_binary '\0«\ÝwùÀ”U\àJ1;?Cž','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â8žØ½\êe;	 ·\">\Ä\Ì',_binary '$¢½,%P\ßð)\Z–ú÷ôNP¦a„Œ6+ÿ×‡xmS\Í_','',0,'?'),(_binary '\0¬c&’¯!-ò\Ív=øW','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Updater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Updater.php',0,_binary '“=>:\Z\È96…]#\Õc\Ûö',_binary '“=>:\Z\È96…]#\Õc\Ûö',_binary 'e–ò\Æ\îF\Âxª/ð~l+M:ÿ‘]LC{\Z6k‹1U™N','',0,'?'),(_binary '\0®“<™³ \Ð\Þ\×_&\ßJB','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/choice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/choice.php',0,_binary 'ù`—sO¦\Âi\ÅK6ö g',_binary 'ù`—sO¦\Âi\ÅK6ö g',_binary '\Ç\àŠ.\Ê6…·ý›\ï;\0ø\æÀ¤j\0\Ïq1›^£','',0,'?'),(_binary '\0°XöªLŽ&¤†¬¢\Zòf','wp-includes/blocks/page-list-item/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list-item/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ--ÂªZ(’Î¡£RC',_binary '³œ?\çñ5¢\ãà °)\'¹\\\ÇúDMh_¹\æ‘š‹\É','',0,'?'),(_binary '\0²–\ß06Ê³\Ö*n\åm7…','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/block-ui/jquery.blockUI.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/block-ui/jquery.blockUI.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{¶²\0]#t°·‡F!6\É',_binary 'Œ{pœ\Ê\è§p\ç\ïú*>?\ê\à‹\âJö7\í\Æ#žŽ\Z\n\è=ð\Ý','',0,'?'),(_binary '\0³ˆ[‘Uw\0–\Äó¶Ê›F','wp-content/themes/houzez/header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/header.php',0,_binary 'Ä…\Ý=•d/f	öU£•ot',_binary 'Ä…\Ý=•d/f	öU£•ot',_binary '‚\Û3\Ê\\–š-™£\Ô\æ>\ÜÃ¸n§[ó¬ÿ¾T\\÷È•','',0,'?'),(_binary '\0µ<L®\È.ÿQ\Ïm	,YyC','wp-content/themes/houzez/framework/admin/header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/header.php',0,_binary '\í½U¿}MÔ»\ì–\×<Ó¬',_binary '\í½U¿}MÔ»\ì–\×<Ó¬',_binary '†ùvpõ\Ûq\äÜ™q0Y_÷vmI\ìCð\Ò\Úc','',0,'?'),(_binary '\0¶\éƒ\Þû¾\æ°WªjÀú','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_7_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_7_24px.svg',0,_binary '\é\Õz·ð¹\ØQDˆž	Ë™s',_binary '\é\Õz·ð¹\ØQDˆž	Ë™s',_binary '„&QKýv\ë\ã%NÁ\0ŒŒŸu– I“\Îv­Y\Ù','',0,'?'),(_binary '\0¹7\â»ö¿a„6BN©','wp-content/plugins/houzez-login-register/social/google/cache/Google_ApcCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/cache/Google_ApcCache.php',0,_binary '8”!hË”ÁZdªªl',_binary '8”!hË”ÁZdªªl',_binary '\í®Pð\rö¬þM\Z\æ\Â\æzµJf\×\Â\Ïð\ë\å£ó\éh¾)Q','',0,'?'),(_binary '\0¹Á§¾y\Ê.r`£1»Y\à','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Registry.php',0,_binary '\ÒL-…÷E^¯‰\Ù\"‹ªœ%',_binary '\ÒL-…÷E^¯‰\Ù\"‹ªœ%',_binary '\à´n=s•T2<ºº¶÷§ªŒý°\îp”AŸ\äý›¯´Š','',0,'?'),(_binary '\0º‘\ÔF\î—~?\ç	\Â','wp-content/plugins/elementor/assets/shapes/mountains.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/mountains.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0Pq%\Ô@\ÜóuÁ\Â\"O\Î\Í',_binary '÷\Ôñ÷\ç\Ó}ÃŽ×¯®ù<pÝ­¢\æ\ä#©X','',0,'?'),(_binary '\0½Ë­¨\nž›¦,…\ÈG+\É','wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\ÜK&‹\ïUªx­K\Ñü\×',_binary 'U\éh\Ã¬MlÁ\Êq«S\×qŒ:A-\\¿œ]^þÿ©¼x','',0,'?'),(_binary '\0Á“?¹\Ü\Û×½@\éy—V’w','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Update.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Update.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅZ¨¯\ÍuNu¡B\Ö²',_binary 'l§„¹}\årh©;Y­dd^¶¿††¯(V!H—{:œ®Y','',0,'?'),(_binary '\0\Ç|9\è\×u…e\äñ\á–@ƒµ','wp-admin/includes/image.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\å•`‚)`iU¹ƒ\ê›',_binary 'û}g%\Î\×D–*\æk©u\àu¥”(2rùK\Å&m\ÎvL','',0,'?'),(_binary '\0Ë–¸C\éy\å(Á\Ò\ÕQ¬','wp-content/plugins/elementor/modules/link-in-bio/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/link-in-bio/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '30š§†K°€\âZq\ÔK÷[N',_binary '\Ö&Iú‹v&w\Êg1\",[\Ã,:uÄƒM\Z£tóDýG\Ù','',0,'?'),(_binary '\0\Ï!Lò›4\Ü\Ð\Õ} Ã«\ã','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AccessToken/Revoke.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AccessToken/Revoke.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's!N1­a\Ñ~mÜ ¨\Ç',_binary 'e\\\r„ü	u\ë;(‚F¦ð]œ\äó(°=9ýøV…','',0,'?'),(_binary '\0\ÐDø`ø8R¦\ÇÉ²%†','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·‚©ƒû½\É<6»<',_binary 'ƒ\Õ\à,\îû=œŠ¤–CcŸjxffS…¢¯L¤ú°¨\é\';','',0,'?'),(_binary '\0\ÑKô°÷%¿5,\ä¼$Ë£','wp-includes/blocks/video/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	X6ŸTcW#\Í\'–L‹ñ',_binary 'D f¿¾7žºRƒ.À+\Ì\îþ;©`1ô-p:}yu6','',0,'?'),(_binary '\0Ô¤+*\å\×^M\'òY3º9','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\0ÙX²0vt°c{Z„z^','wp-content/uploads/wpcode/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/wpcode/index.html',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '\0\Úø\Ü+±.|k\æy!½\r','wp-content/plugins/wpforms-lite/assets/js/admin/share/contrast-checker.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/contrast-checker.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gÚžH35\Å|\Ë\á\á¸\ë?',_binary '%\ë[Î…‚0šÂ£Ûº¾TP\ÍûG&I÷ÿNP‘','',0,'?'),(_binary '\0\â‡û¢2ÿ˜­/Ndê§‰','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm¹9\ïV\Ð •ß”ò­6T',_binary 'sH˜>8h\çûò\Çð\Ã\Û<d¢TŸpÔ˜.hMÑ˜\ÏØ\ã','',0,'?'),(_binary '\0\ãsø“÷\Èc®EÊº\Ç\Üy','wp-content/plugins/redux-framework/redux-core/inc/themecheck/checks/class-redux-embedded.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/checks/class-redux-embedded.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'df\à3©Ù»e1-]}\àaž',_binary '\Ê\Ï*\ßü[|+d|\ÐÓ–4+¸jÔ‹DS2a;\Í.7£¼','',0,'?'),(_binary '\0\ã\Ó)\î`\ÆlôMSž¾','wp-content/themes/houzez/template/property-listings-map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/property-listings-map.php',0,_binary '–K\ÇB= \Ñ\ÒoL\ï^',_binary '–K\ÇB= \Ñ\ÒoL\ï^',_binary 'C¹¤#=X}\ë]^˜w”kß™\ØQ›\âj\r\Èg4‡»·\Ô','',0,'?'),(_binary '\0\älDdƒ\Óýu^\â\áY¬\â¤','wp-admin/user/privacy.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/privacy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þd‚Iº\áòU{x1·A',_binary 'Fª\åu†X\0¾og«:~”\Èh\Æ\é_”„5\Ò\Ëp\ít\Ò$','',0,'?'),(_binary '\0\ív¹ˆ®‹Ø¦£\Þñ÷Ýž','wp-includes/blocks/post-template/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãœ.fæµ°•t\ØAÀN|',_binary ' ,Do©¹\å{„Ä²3o\á\ÙÎ‘	\äþQ;“wöŸa','',0,'?'),(_binary '\0ñ€5Tß‹4‚\Ç\Õ6¤','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadCSSContentFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadCSSContentFactory.php',0,_binary 'ˆ\Ï\'?<\ä\ÄÅ£±J¾„’',_binary 'ˆ\Ï\'?<\ä\ÄÅ£±J¾„’',_binary '©X÷#8«ý7u´þ¿\ç8Iš\Z,\Z‘\Ú\Ï\ë\ãô÷Yÿ\0','',0,'?'),(_binary '\0ó+I½`8¢\åø‡…R\Õ\ï','wp-content/plugins/wpforms-lite/assets/css/challenge.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/challenge.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L\î¬n\æ\n\í\"gS¹\"i',_binary '¡\ÝgxMt\Zª\è\Ï\é\ëj \ç¼?\0n\ÒÆ¾\Äk%','',0,'?'),(_binary '\0óGŒ+C\í_\Ð}Y”B\0!\'','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/TemplateCategoriesController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/TemplateCategoriesController.php',0,_binary 'oq§§\ìKÛº]R-””‰\Â',_binary 'oq§§\ìKÛº]R-””‰\Â',_binary '(\ê÷-†kA`¤šÐ–¤\"nã…‘ˆ÷1§pi','',0,'?'),(_binary '\0ó\ìŽmÂ³\çû\åB S','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sÙ¹–\ãx3³8C\Úf˜5c',_binary 'ƒ ¨L$\àk…¶\ßãˆ¼°¬\ç\ìO!F÷øh[õÅšÚŸ','',0,'?'),(_binary '\0ù	P\ÖÐ¶+ŒµJ#\é','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-handshake.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-handshake.svg',0,_binary '\ëUûP™¯‰>¾šZ\ÖvB$‡',_binary '\ëUûP™¯‰>¾šZ\ÖvB$‡',_binary 'm¬-œ4÷Ñ‚\Äd\ÏÉœ“½¯3p.6x\îDLT[\Ú','',0,'?'),(_binary '\0ù¸ùU\â©\Êtš\ÄP\ÑPx','wp-content/plugins/updraftplus/includes/class-search-replace.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-search-replace.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã÷QœúüaÀ‚±>tþ\n\Ó',_binary 'Zqÿs}\n\Ì\Ï)V8@¯\ÙÈˆ!q„1I\íÂm\ì\Çyg','',0,'?'),(_binary '\0ûö$ X\íóG-¸tUÆ¹','wp-includes/blocks/navigation-link/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\Ù‚ZD{\nÅ‘\Ç\Æ5‹ü9',_binary 'ik¥`xø\àµð¤¡€E–uç”±”6½¡\Å\Ù,¤Q3\Þ\Ý','',0,'?'),(_binary '\0ü $\É\éð¦Ó™\0Ö«','wp-includes/block-patterns.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']\Z\"*¥\â\ÝJ¶×ˆ\Z',_binary '“E4@ûf‹[“\Õ\0\ä*\Ú\';\Ù:_—`ð![A\Ó\á)\ØM','',0,'?'),(_binary '\0ý¥¬¢Ž/\ß\É9üY=\ày','wp-content/plugins/elementor/modules/favorites/controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/favorites/controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n\ØVz\Ç%‚µ±«Q( \Ë',_binary '_\ëÿ7‘Ÿ¸³7m72\ì² \í=\Ö811hŸ\Ìb\Ò\êu','',0,'?'),(_binary '\0þ76¸\Ë\Ú\à“Ú™»£ôh','wp-content/plugins/elementor/core/common/modules/connect/apps/library.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/apps/library.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'KNzÎ²²½\ÖC¯8\×j\á*',_binary '`×›™¤2¥ñ™´ŸŒš	G~3Á÷ˆ®@p!\Ùhdô:“','',0,'?'),(_binary '\rx+¦U\á÷\áÚœ\Ý“¼','wp-includes/css/dist/list-reusable-blocks/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/list-reusable-blocks/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Kº$\Þqs¿O2Ž¡ª',_binary 'RøF%¤ÇŒXi<<\á\Ñ\æ$Ú‹\ÙðvMCo\ì±À\ì· 3','',0,'?'),(_binary '@Ÿž)¢û…ž\êzŽ\È\Ø','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À-\Ü%5v‘F¨º\0*',_binary '\Ô\ïÐ£!Va¯\å›tü\Å \Í1¡j[ùx¸\\sB½w','',0,'?'),(_binary '\rq¹w\åAÈ›','wp-content/plugins/elementor/includes/elements/repeater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/elements/repeater.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œÖªaÿ¹\Õf6\Ê\Â?‚˜›',_binary 'À\Zb\Ë:\È/ø\ÉeªÐº*¼»r\Æk\ãªÕŽh>yæ½ŒU','',0,'?'),(_binary 'fop`­¢_F¶&d/\Z','wp-content/plugins/redux-framework/sample/sections/advanced-features/callback.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/advanced-features/callback.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×J.³·”\Ð\Æ}\Z¿±*',_binary 'M|%øBš \ÒðO\ZFvñ,TK@\Ç\Íñ\Èg“±p¦8','',0,'?'),(_binary 'QN\Ç\Ïe¸l8\Ü\ß9y4','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/bs.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/bs.js',0,_binary '`lñV\ÒXµ.£\é“\è\îX',_binary '`lñV\ÒXµ.£\é“\è\îX',_binary '3«ÜŸ¥£¹oG7ÀJ+‘q\Ýú8\"žl++?/¨¾¶','',0,'?'),(_binary '~.¸\ÃO¹I\ë(\Û\×ð','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CheckCompatibilityResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CheckCompatibilityResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶	\Ù\"¤(\Ê\"Ð‡mk»\Å',_binary 'Q9ly¬4»¤Õ€üø¹0¢ß…\Þ5\ä‚83\Ós\ê•~','',0,'?'),(_binary 'Š‰}C\à¨\í\Ç4s¾Àü','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/additional-methods.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/additional-methods.js',0,_binary '\ÔK\Ê 4Ù¯Š0\Ö*pø\Ñp',_binary '\ÔK\Ê 4Ù¯Š0\Ö*pø\Ñp',_binary '@Pü0E–dóW“­\Ê\é%¯\rýK\Î\í”Î½\ã\Z_|','',0,'?'),(_binary 'a#%º-®­ð2cØ“','wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š€œ\\&T…¾+\ÛÿK\æ',_binary 'j¯\à\\3ø§\Ñ3IU\âóÞ¾8øƒeP\nJ-j\']lv','',0,'?'),(_binary '\Z×£Œ(&D§%¾0h«','wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W!\í\â\Æp\Úm5RHEœ)“',_binary '›Òž\Ä\0“[‚¿U =\ïýµbó\ë\Z†^¼\ÄÕ³²™','',0,'?'),(_binary '/>“\çü\ß»(\È\æ3Œ','wp-includes/blocks/verse/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/verse/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æe\á©Ë£R\ìR|¼õ©­—',_binary '…j/+\ÕH‹\æ\Ó+\Æ×ˆ\Ïz*c\à\Ù*‚±a‡ažeÁ','',0,'?'),(_binary '\î\ï\Ï7õ-ù™ø\Ò\Ò3l','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAlerts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAlerts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G\ZAŽÈ‹\É-g!•',_binary '0ô\Ë8Ã£JxÀº¤˜ª­“#ý\Ô	ðXóiJ•\É\ÛP#','',0,'?'),(_binary '-y\Ê!\ÑG\çw\ã:÷^A','wp-content/themes/houzez/template-parts/header/partials/logo-mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/logo-mobile.php',0,_binary '··\ä‚3ð»“½b\Zj/}\"ù',_binary '··\ä‚3ð»“½b\Zj/}\"ù',_binary 'ƒA³ðu‘\Óñ¨6\Ä	Š½rùEgó›ÈŒ\àŸ¿','',0,'?'),(_binary '. f!Ž@\rW3N’”I\"','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-options-defaults.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-options-defaults.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@\0\ç¨+‹[\Ô^\Ø\æ\r.Žº',_binary '¯“-b¢Œ~L~†\Ú\ÈÅ‰†!%Jeö.™!N\ê²','',0,'?'),(_binary 'C\å\Í(¤LC*RÎŸ\Î\0','wp-content/plugins/wordfence/lib/wfCurlInterceptor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfCurlInterceptor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'FHim¡\Ñ{X{bÈ¤\Ç\ÜL',_binary '\\ŽO\Û\åqŽóL{ ©3¨<‘\ÈK£9û€\n\Ï\ï=','',0,'?'),(_binary 'D\Çt\Ý\äo7«±~öº','wp-content/themes/houzez/content-grid-2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/content-grid-2.php',0,_binary '‹®1Å®úòš>óX\ÃÂ–K',_binary '‹®1Å®úòš>óX\ÃÂ–K',_binary '‰›oHøü¹N(Q,\à\ä\Ü<¼…‡&3Œ\áM¯>5ôÇŒh','',0,'?'),(_binary 'Fm&g½\r[ X­—_','wp-content/plugins/elementor/core/dynamic-tags/base-tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/dynamic-tags/base-tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï_¬%74žOÆŽ`?\å\Å',_binary '\Ë\ìB\\€c3óŒ0gËŽÒŸ0BI%®DˆC‹«p~­¯','',0,'?'),(_binary 'FÑ¶&\ÛŠ‰®…!q','wp-content/plugins/wp-rocket/views/settings/page-sections/file-optimization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/file-optimization.php',0,_binary '¿&\Ù\Í\\I\Â\ÏdõÚ…',_binary '¿&\Ù\Í\\I\Â\ÏdõÚ…',_binary '¿&š/;ù}ty-2/œ\êy9²P70ª0c{bu\ÆM','',0,'?'),(_binary 'HŸL\åõ<§Ô¿\Õþ“9','wp-content/plugins/elementor/core/base/background-process/wp-async-request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/background-process/wp-async-request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý.÷É™H³j\n³Ë±P\â\ì',_binary '›\Å\ÓGÿ2O\ßz\ê\äšõŸÁ2¼\Ød\r°\Û\íU°\Ú[$','',0,'?'),(_binary 'J@\å‹p\Þ[+;–\Ï´‹','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýù«À(úI\î\Ô\×ðý\Â\ÉY',_binary '\Ú5½õâ£#\ZDÊ L\ÓM7´€\×P\åi\á&ÿ(','',0,'?'),(_binary 'NQž\"*hzªr\Ãw|\Zø','wp-admin/images/media-button-other.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/media-button-other.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ayO1/2|\É	\Í{&]ö',_binary 'L½p-®8²\Ë7\ã™Q|Jƒ\éi`1ŒO2ó\Öcºª','',0,'?'),(_binary 'S\nÒú6\Ü4‚\Ê#µ','wp-content/themes/houzez/js/vendors/i18n/defaults-es_CL.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-es_CL.js',0,_binary '[\Ü‘‹7\r5WfÄ\ì.\Ð',_binary '[\Ü‘‹7\r5WfÄ\ì.\Ð',_binary 'ˆ/ykÜ‘Û™\\8liD¨¿L\Ìt`]>p&õ¥\Ú(\Ó\Ò\Í\Ú','',0,'?'),(_binary 'T\ê›\r\Ç4\å}œ^a@|O','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b9<¬¢Ò•¿IrBzL«*',_binary 'Ï½\å\Ä\"…õ˜_¤\îÄ¦‡¯X%O¾4®Ó…:Y','',0,'?'),(_binary 'XýÉ˜y_ñ7¥XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç\\h\Ï\è¤”\'\nä·º',_binary ' ”7\ß\ÜRG\ë$/Á‡\Í\æ-i®\ÝNm(\ÎW\Ø;Ì…','',0,'?'),(_binary 'a\â”­ñq5»÷gJPSO','wp-content/plugins/houzez-login-register/social/google/contrib/Google_OrkutService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_OrkutService.php',0,_binary '\Ð\ÍFlxÍœ\Íþó„ik',_binary '\Ð\ÍFlxÍœ\Íþó„ik',_binary 's’]\Ã\í\Êâ´‰\âng2\Ì\"\ì}ù·\Ù^þY\Õt','',0,'?'),(_binary 'j\nš\Ï{=¾­ª‘>?','wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-archive.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-archive.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ1]`š\Þ\Óü¥`MôC',_binary 'Œ\âH~YI9š\Ï;\r¯1ö\×~\â‡hô‰ð!“\çq4','',0,'?'),(_binary 'nùgõ,\ÎÁ!”±ŒºcO','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ‹YN†­À¾¡l‡W\Åb•k',_binary ' 	C\"d¤É\àZÿ\í)D[\Â^Bz´V\Å/ó;*w\Ì<','',0,'?'),(_binary 'uPNKq\ë¯r\Ï(_\Ò\Åi','wp-content/plugins/redux-framework/sample/sections/color-selection/color-rgba.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/color-rgba.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vÁ«\á\ÅM†\Ì\r5V\Z',_binary '/*u\ê\ë\î\\VIùd\Ù@\×^\'g\Å@¢uó˜ª\ÔýUñ','',0,'?'),(_binary 'v î›¯¨o‘–´\Ã\Ë0†¶','wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_ring_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_ring_24px.svg',0,_binary '\Å\ì\æ¡$+[5½ñ•0D\Ú',_binary '\Å\ì\æ¡$+[5½ñ•0D\Ú',_binary '\ró~	Ï†\×\Âe\Îf\æ•Î Ì§dL¤\Ä$¸‚','',0,'?'),(_binary 'v\"%³VªIk\Æ}\ËI','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xù‚ž|¹À\êX\ËkR{5P',_binary '\Ú:\çw \ê½|‚\Ôe¥V&4\ÔQ²5t\ÌhŒ\Ö¯\É4','',0,'?'),(_binary 'z˜\ía4\Ä\Ê0\Â\Â\î^\Ô-','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/Meter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/Meter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Dq\è±f#}g~4d\â',_binary '>\ë?ï™Œ\Éd–÷OÁ\Ø2¯nú~‘¸\Ú\ÜÚ¸†”Mb','',0,'?'),(_binary '{¨Œ\ÝAÓ†}ËºL\Ô\Ê\Ð','wp-content/themes/houzez/template-parts/search/filters-dock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/filters-dock.php',0,_binary '¼EÿŠKð[.¡_\Î&‡\Ý\Ø',_binary '¼EÿŠKð[.¡_\Î&‡\Ý\Ø',_binary 'L‡_\î\Õ÷¢s\ì\nqòO\ný–J2:Zðÿ‚r5«†·','',0,'?'),(_binary '€\×p£!M‚fAR¥r','wp-content/plugins/wpforms-lite/assets/js/admin/builder/email-template.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/email-template.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅAEU•Ïšq˜¿–˜',_binary '\á \ä\Ü:h›|k¡ù\ÓKµX»‘\Å\Ø=†²¸™\Ó\"i¬','',0,'?'),(_binary '‚qˆ™ª]\È\ÍC(S°›~','wp-content/plugins/elementor/core/debug/classes/inspection-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/debug/classes/inspection-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Èóõö¼øµ\Øü¥ù÷LŒ ',_binary 'Ò³\Õr&ð%\ÎiŽj$g\Ó\r’¹©.ý\Ü%Lüª þ>¯¢','',0,'?'),(_binary '†f¥üiM\ÃJØ©«b\ÕO','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bs.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bs.min.js',0,_binary '	‚J9šZz\Ä;ü\Ëv{f',_binary '	‚J9šZz\Ä;ü\Ëv{f',_binary '\Z£\0\r_øñ—\â3tŸ\åe–‚S§m]·\Û\Ü›I','',0,'?'),(_binary '÷V{q˜¡¾k	ñª','wp-content/uploads/2020/09/streamline-icon-house-modern@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-house-modern@64x64.svg',0,_binary 'þ~ÀŽ¨\Í\écÓ”g\rn²',_binary 'þ~ÀŽ¨\Í\écÓ”g\rn²',_binary '»6\Ê1\îú\ë.Ö™>­†w’\Æ{Lv\ìYKB\Þ\\ˆ','',0,'?'),(_binary 'U¦ns’/\r\Þ@B–\Ïg','wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«i ‡ÁZ\Â\ì\rŸ=_,Š',_binary '\ÌYl¡Ù€r\É#X´‰Ö…Œñ“dqšF\re *\ë','',0,'?'),(_binary '”•»÷\Ú\Þl0\åóùCJ€','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Utils/AISearchUtil.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Utils/AISearchUtil.php',0,_binary '@Ž\Í½X¥\Þ\ìQü¨0º',_binary '@Ž\Í½X¥\Þ\ìQü¨0º',_binary 'núZ0«’\ì61\æ+ŽBg\Ó¼Ÿ\ÙQt\Õ\'®y','',0,'?'),(_binary '—\ëŒ,]\×H–4ˆ£1','wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'IÒŠx½=\à\\·\ì³k\Øp',_binary '\îh­\'\Ë \Îv\áüfGE‘\"*˜\ç\ß,\é\Õ\Ü\ß	 |\æ','',0,'?'),(_binary '™T\êh\Ë\Ô\ìzPŸùr\é','wp-admin/widgets.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/widgets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zš\Ê*N‘ýp=ü—\Ê2ð',_binary '|‘¸\n\å2…°U\Ê)j+ø°\àõoLû	\Å)³¤üoµ','',0,'?'),(_binary '™Ï‹Ð”\'OtûÊ—M;','wp-includes/js/dist/deprecated.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/deprecated.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡T@UJ1	+4iKù†.­',_binary '\Ê÷\Â×ŽY?µgšš\Äq\Æó \Ùb6öc\"~lCQ','',0,'?'),(_binary 'š|R‚\âp²\Ói¨ÿ¸´Ÿ','wp-content/themes/houzez/framework/stripe-php/lib/Util/ObjectTypes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/ObjectTypes.php',0,_binary '#ˆ|Ë²\íU“0@À\r¬þe',_binary '#ˆ|Ë²\íU“0@À\r¬þe',_binary '\Þ\ß\Å\áÀV\Ï\ì\ä|ô-IóC(Ÿ\ÇÉ—7‡a\é£¸','',0,'?'),(_binary '›ø­b!}nžŸ—·¹Ð†','wp-content/plugins/wpforms-lite/assets/css/admin-notifications.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-notifications.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬zuž2\È1ÆºZb·ò´u',_binary '\Ø(ñ¦W;€\ÄJÌ˜iGõÞ°Mó?Ž÷ü \è','',0,'?'),(_binary 'Ÿu·9£™\ê5ƒEzV9','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º\ÑRDþ÷H\\0ªrsõµ',_binary 'ý\0üf]—WEð™¬-]vñÁð–#S¾À®WKV\Õ×Ž','',0,'?'),(_binary '§Jd®¯Z{³”–÷`‹','wp-content/plugins/redux-framework/redux-core/inc/fields/media/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/media/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '°Z0ú¥¦™h>k«¿•','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListFirebaseLinksResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListFirebaseLinksResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž\Z\Ã8‰2g•By\Ì\ÕQð',_binary '\Ñü¿1ÿÒ‰\r\ï\ã\áÆ¯µuÓ˜9Ç“¦muœ%Žw)','',0,'?'),(_binary '¼QUÁWÜ•Á… šå‘³','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\Ât­ñ>\Í\äX™\ÐQ!V‹',_binary 'sXÀš_\ÔÕ¬(cü\0†ýB’\é\ï¢Ó„O\ëOU`R','',0,'?'),(_binary 'ÁaMNr~¦\'Y¶','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentSequenceStep.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentSequenceStep.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uxø8þ\Z½hýK\×* ‘{',_binary 'P:\ê‘9ýÚ²û(<F{\Ý\\\Î	¡:\ì<\ß\ÔsU\Útw','',0,'?'),(_binary 'Áz\ç9.)<€\ã,®¾\á6','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Retrieve.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Retrieve.php',0,_binary '£ð%xÙ…†j=_ö~',_binary '£ð%xÙ…†j=_ö~',_binary 'T\Ñ Ž\ÆSw¥YŸ†\ìox\Ú(\×)\é(ÿ;mas\'÷¾\Ó','',0,'?'),(_binary '\Æ\à\Ë\ØKº¸{27ðm','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý\Å\ÍH\Û%\Â\Æw­Ã¶\Ó$¯\n',_binary '/©\ëYŒ\ÏÏ‰z}\Ì$\ß\Íe/\ZƒJ¡¤ô`Œ\Ó?¢´m','',0,'?'),(_binary '\ÉX|_\Õ\Èwc\Ó:©j‚\ÑÀ','wp-includes/blocks/search/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{.±7\ä@:A¿\Î\ÒW\ç¨=',_binary '\Ý\n\É$£À !x•>nM¤tX_¨¹°Ú¥\"\Òm','',0,'?'),(_binary '\Ê´\äS\Ãò8¯R\å\É','wp-content/plugins/wp-rocket/inc/Addon/WebP/AdminSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/WebP/AdminSubscriber.php',0,_binary ')J<½³\â	G\ÖSž\Æ8',_binary ')J<½³\â	G\ÖSž\Æ8',_binary 'TøGc|c›ž6X—œœ`Qüû\Ã\Æ˜Ó…xV\\+','',0,'?'),(_binary '\Î’»I\é\Ü\åð®!\Ö+k¤','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_Sharing_Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_Sharing_Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't•©X\Ä&sžœ‹\ÈWoƒµ',_binary 'n\ÚNj\Þôl%(Õ¤\î7žÕŸ–b\'õm˜ýo','',0,'?'),(_binary '\Ò~ò©¨–¦Kú ]¡^','wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\nwŠN­Sñ€bbˆS{',_binary '\ÆE[¢)S\'N\Ú\ÃSFfü\ÐTc\Ã\æð£„\Ö\ÉJ¥^','',0,'?'),(_binary '\Ø\é=\rp\ÆÈ§¬F\Ê\Û~','wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º%Dlsê­…ÛŠ#1ð¤³',_binary '¾ƒHa1p© ¦\Z\n*°m®KuÇ”#¸.ôq\Z‘\Ä\Çù|','',0,'?'),(_binary '\Ùø\Ìú1†“œx½Ý‘:ž','wp-content/plugins/redux-framework/sample/extension/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\Ú{\×1\Ñ*hM3–¨ö±\Ë','wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	¨¦Š\Ð_™ð\ï\Íø=',_binary 'a\ã½0uÂü÷•	\Î×•×ƒüý5»d\r{\0hJ\n\0je','',0,'?'),(_binary 'ß™\Ä?†ü‘\Ý\ÎuE8\Å\È','wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}¯sÛœ‡W\Æn3$',_binary '0c/ABo\Û¤ë”±a´^\á\Û%	¾j9$_ó^»','',0,'?'),(_binary '\ä\èE?tB9b—vF`1','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ô\'\é2û”p\nK‹X´\ì',_binary '\ÍÎŽ%X\ïÅ–F¼ÿ\ç\Üò1s\Ï;À\ÎL\ëzrç’»','',0,'?'),(_binary 'ë‹­ÿN\Ò\æ³{=¿\ß;_\î','wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨Ž¿½-\'\nõP\áiw\â?',_binary '­…$-]ó½(nhzdÇ…3Ÿôpt\íñ\ßXl”sŸ','',0,'?'),(_binary '\í\êø\ã\ï\Ò*wøqË–f\ä','wp-content/plugins/wpforms-lite/assets/css/emails/partials/classic_media_queries.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/classic_media_queries.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å=g.\ÄLòó\åR*•E>±',_binary 'Ý¾\É\Ûn›Õœ…\à­ûÆˆ/Bp\Åðu¤r\Ø\å','',0,'?'),(_binary '\î\Ëwš8!@’%ü\ç½q','wp-content/themes/houzez/js/vendors/icons.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/icons.js',0,_binary ';\Zx\0\Ñ\ï\"¼H .ú±',_binary ';\Zx\0\Ñ\ï\"¼H .ú±',_binary '\ÃÞ–³T\îa?g\Ò%¡\Ù\å!s8\'n²\Î\éü\æ\ÚÀ—','',0,'?'),(_binary '÷Ï½šF§Ù·I=[ˆ\ãs','wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hx\È\È\ÞlM¡Î¹¥œ´,',_binary ']•Ô·Äjš\Æ\"\Ë\Ï4L)oE=‘d\á	\å\Ô\æh\ÄÙ±\È','',0,'?'),(_binary 'þW¼£¹ý(\Ý5w7\Û\ê¨\"','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Åbü$½\ß \é}°[„\Ñ\è\Î÷',_binary 'S‚]Ksñ¤DªüÃ€vi·–I¾ºt%µj¸=ž\â\'','',0,'?'),(_binary '¨ª\\¼|L§h\á2™w½','wp-content/plugins/wordpress-seo/js/dist/externals/redux.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/redux.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4IT\í}v\çZt—.ù…Zµ',_binary 'c\ÌùKRÖŒ“ž:\Û3ñ\Ó5\ß\Ý^l7ž÷’\á­','',0,'?'),(_binary '<\0$›Ðœ?ùðƒ-8U\0','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n‚Vƒ%A!\ç\É\Ç\ìXP',_binary 'òúÁ	r…R9™XÍ§™o¬\ì\æHº¬¦nMˆ+\Ì9$=\Ï','',0,'?'),(_binary 't]•ÙŸu\Ã\Õu\Ûü\åjû','wp-admin/images/menu-vs.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/menu-vs.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q™€òLð,_¥;1/\ïE¬',_binary 'G²iH|ü\×)¶E;³½\"_\ã;Ô£4Ô»w”lyÁ','',0,'?'),(_binary 'kÉ¼†\ï!\î#\Ûú·','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDimension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDimension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(}‰Pš¸¦\nJ‰\îq0\0',_binary '=MÝ¶ƒõ-Ë¦šä´©Á½—\î>\ÌM&\Ô|&¾-þ)','',0,'?'),(_binary '±‹\Ùü\îƒ%]Þ‘õ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/PersonalizationDesignService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/PersonalizationDesignService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í2PEeÈX\é\Û\Öø\Ò<€',_binary 'þ´+N±ú%Z=Ž“„ó~÷¸ôZŸ‚¹*\â]\èhm\0','',0,'?'),(_binary '¨‘~¸w`²5;Fã®®','wp-includes/js/jquery/ui/effect-size.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-size.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í\Åb€¥2\\Z$²ž\Çr\æ',_binary '¢^-òo‰º±\rf²	ÿ 2ß½¬º´Î†€±fÿÀ','',0,'?'),(_binary 'ô=üðq¯\rljA+','wp-admin/user/user-edit.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/user-edit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<D\0\Õ\n#ª\Ã\ÙE—ð³ö',_binary 'Xðx no÷{\0Á¯\\²Áäž¿\Øòe[\íý\ãjZN','',0,'?'),(_binary '	\éZ|\n8v:L{Y','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/Response.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/Response.php',0,_binary 'ž\Ð1ô#8þ\ÇW’â’ªhÁ',_binary 'ž\Ð1ô#8þ\ÇW’â’ªhÁ',_binary '.ò\È6w§\"zx\êˆIÑ¿g¿ñ2¶0¥\Íø\â­v0 ','',0,'?'),(_binary '#\Ñ&\È[ò/6ÿ¤ag·','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/_single.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/_single.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1\ÍYd!#v*\Ú#š+™\0¹',_binary ' Eƒ©\ÂÕ¡\Ú`\Â\Ñ\Þ[r‰\ÑÜ®¸ñ\ïù5O-;·','',0,'?'),(_binary '$8N®»o\êÀM\ã\á¾b','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/ResettableInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/ResettableInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\Ûß•ú\ËÅ¯Jq“’Rim',_binary 'LP\\Q˜RPž\à¨ümT¼a”û…\ÝÒ¨‡ë—¬d\Ö<Z','',0,'?'),(_binary '*&5,qV×·0vµc','wp-includes/blocks/post-template/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\ÝLX\à¼#Rº\ï\ZÀü<',_binary '=õN«B\Ê\Ù]¢þ\Ôu9„\Ëa™¶\Û+µ855#˜\Öp','',0,'?'),(_binary ',0=	Ýµ\Éû\"÷›.','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_media_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_media_24px.svg',0,_binary '®9;?\Ö(W\ÃO–1`\é',_binary '®9;?\Ö(W\ÃO–1`\é',_binary '\í\Þ\æ¼l\n/\Â\Ð\Õ\Ç+#?\Ï<¯·^´2´ò\ì•H\ËN¼\æ','',0,'?'),(_binary '0\ÜQšWS\Zöž\nOQn·›','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/send.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/send.svg',0,_binary '•iOƒóK!\Ék\í\Í\í',_binary '•iOƒóK!\Ék\í\Í\í',_binary '\Ó2û¨;ºWx¤G=¾¤TW\Æ\Ç\å‹ñ<ŠW³\íj¯','',0,'?'),(_binary '0ö\Þ\Þ-·¸\ç\Ý\ì>$Uœ','wp-content/plugins/elementor/includes/controls/select2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/select2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~Ú§„=G\æ2˜ü\Ö\r8w',_binary '<•‹Ï¦T‹–¡%ó^y\Æ\ÂºÏ«^\ÝÊ£û±g\í','',0,'?'),(_binary '7\â\Ú\Üü2gs±_á»¥$þ','wp-content/plugins/wpforms-lite/src/Emails/Templates/General.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Templates/General.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÑO¾\ßI˜™ƒ\Ò4ôó',_binary 'R8c\ã­t\ÚÅ™‹:\èÛ“F;\Ö\Ïð.\îº:¤T\Ø','',0,'?'),(_binary ':Š­M\ÎþG\Öx\Ã\ÙJxN','wp-content/plugins/revslider/public/assets/svg/action/ic_home_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_home_24px.svg',0,_binary 'Û‚Á¹\Û#ið½£\Í|\n(™',_binary 'Û‚Á¹\Û#ið½£\Í|\n(™',_binary 'ø\É\'’‘\Ú%\æµ\íH˜Ÿymï¬‘PIˆ\Ìl\äfO­¼','',0,'?'),(_binary ';f\Ö\Zø=œsk\ÕO','wp-content/plugins/wordpress-seo/js/dist/languages/fa.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/fa.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Åš«\âð+UDK•\Ä\rÿk\å\ì',_binary 'CH„Á0\ÒloŸUD\Ø\ÏÀ\î2µ\ïSÃœ\çO{ml^','',0,'?'),(_binary '<)8T*.SuS\ÒÄºŸ','wp-includes/SimplePie/Cache/MySQL.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/MySQL.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬) ÷\Ûfz\ì\ÉC\Ã0¤',_binary '	\å\ÍW¿\ÇA¶ôû2LhÀ` ®\âi²%iv\ä–2þ\Ã\ëÞ´','',0,'?'),(_binary '=\ìk†‘rH\Ã÷> ','wp-content/themes/houzez/template/user_dashboard_insight.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_insight.php',0,_binary 'ò‚úšpO^\ë\Ýf ý\Ü\ä4',_binary 'ò‚úšpO^\ë\Ýf ý\Ü\ä4',_binary '«¶s[ŠÓ•Ì·i\ç	6\Ñ:\ÖÏ»\ëÿ\åñ\Ûeb€','',0,'?'),(_binary 'AþøŸP*êŸ§/˜=„‹µ','wp-content/plugins/wp-rocket/views/settings/partials/documentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/partials/documentation.php',0,_binary '>ò›)[ŒlÇ¤R?¯\"Á)ˆ',_binary '>ò›)[ŒlÇ¤R?¯\"Á)ˆ',_binary 'S\Ü\ìo z^$–\'X^¥Mªµ7x\ê\Þû\ß`û\Ã\Í\Æ\á','',0,'?'),(_binary 'DuŒM¤\Åu<©›Œ¼]¹±','wp-content/plugins/wp-rocket/inc/Engine/Plugin/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Plugin/ServiceProvider.php',0,_binary '«”Oä½Œ+¼‡\ïF•Y',_binary '«”Oä½Œ+¼‡\ïF•Y',_binary 'l(À,\â.º\ç.!Œ•‘_Lx@üntI«z\ê ôA\æ','',0,'?'),(_binary 'F©Ã¿‘]ZÙ€‹L¥³$L','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\Ù5†Šr\",¨nÐ¹)E”',_binary 'Ed#eQµmYºuˆ¿§\È\É\"hP¡*\Ï~\ÔO\Ò1\Äj\È','',0,'?'),(_binary 'HCƒ\ì\Ü!ó«ª\"(ˆ','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªwyB\å´\ï•o\Ã|\í\Ø',_binary 'Œ\Ãoš\èJj$²þsc€ÿR\í\ÇQ³\éc\Ì\Íä¼F\î\î…','',0,'?'),(_binary 'Jó\rÓ·G>û‚„õ','wp-includes/class-walker-page-dropdown.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-walker-page-dropdown.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€´½\æz`Tuž\èÏ¡§',_binary 'ÿs\É\ì>wÀ¶ˆ`\ÇkP\Æ\äôä†:x\n¼\ê˜qpe(','',0,'?'),(_binary 'V•\æ\çF|j/ù c','wp-content/plugins/wordpress-seo/lib/migrations/migration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/migrations/migration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.0\'\ÞvyÈ¯\nS-ô?€',_binary '÷.¡Ý´žd<jLy™pw›²Ã¹RÏ³2\Å(þ Xó\0\Ý','',0,'?'),(_binary 'Yö’›t\Ç\Z\ä¢6A','wp-content/plugins/updraftplus/includes/google-extensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/google-extensions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O{k\ä%FE\çŽn_‹±oœ',_binary '¯’«žy>ñ\0ËRB9Šô²ý_©\Z½\ào2&','',0,'?'),(_binary '[Þ¥õ\Å.c8)³Wn#\à','wp-content/plugins/elementor/includes/controls/groups/text-stroke.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/text-stroke.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çÁ\àñ56Ê™„Y\rONý’–',_binary '­Â¦–\Å\Ç`0}+#Õ¯\Ê#\ÇI/m’¤\ßÂ«\×,¼\Ý','',0,'?'),(_binary 'c¢g\Å9\×DoÝ­k M\r','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldHtmlId.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldHtmlId.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'æ¼œFeBú5:\äþŽˆˆ',_binary 'ñ\îUS6%J–z9·°ª\Ò(ûÇ›—‡\ÍB)ˆ\0\Æ','',0,'?'),(_binary 'd¾Žv\0\ÚTË¤¹„¢‡','wp-content/plugins/redux-framework/sample/sections/select-fields/select-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/select-fields/select-image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>[ŸÁ ¡‘\âX¸…\ÙòžI',_binary '@!\0\r\ÇkD\Ç\Õ\Ë\ë\èlPŠ%\rµ\ê\"Z¯–g¼n‘ð#','',0,'?'),(_binary 'fšO<\Z\à²uª£(\è?','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1751.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1751.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á\Æ\î\å©\Þ|\Û\Ú\Òr]¾\È',_binary 'Fð+mc\ÄÊ¤+§£\ÎG¡c ŒŽ[·{\Å¶	¨&Ç³H','',0,'?'),(_binary 'gú\ÙT\0W\Ö\å9JÙ½\áe','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð^sˆ~\íÇ†\nö¥-\Ñ`',_binary 'ž2û¸A\ßpr\ÕA\ä$” {Á¹s\ã\î\ä_p\Ò>“\Íf','',0,'?'),(_binary 'lP‚¿+\Ùi’\ï§\Ï|–È¬','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunReportsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunReportsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eA	\Ä\ÙL\Ø}½\è\Üo0zd',_binary '»›I9\0\Ò\ë¿0ó\Ô/nŽ|ø»Y¢\çuª\çô\â\à\å!û','',0,'?'),(_binary 'u\Þ\Çs¶›y6\'v,ª\Þ=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á/3ù÷¨\'˜ˆ‡oQY­ó',_binary '»+‡\ä¸Fõ\çRÁ{’K[&\Ø4iZ\âwu.\çf-&\\ÿ','',0,'?'),(_binary 'v\Ùnü° ¢U[\Âd\ä\È<','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FilterHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FilterHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶¶`\Ò[6›B\"V\ÞC\×\ï',_binary '\Ö<örg_\æŽ ·\Ú÷\Íg\Ò=2ce\Z*Vöo£\è\Ç','',0,'?'),(_binary '{f’\Â\ä*™\ì+Î¡÷\Â','wp-content/themes/houzez/property-details/luxury-homes/gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/gallery.php',0,_binary '«Ù¥,-\0\îù•\èò!²',_binary '«Ù¥,-\0\îù•\èò!²',_binary '(ú+1Q7\Ê6L|k‹|	p~¨ö(šK‰zM\é\í6ºµ~]','',0,'?'),(_binary '|8G\×\çòý\ÐD`Ò…wˆ','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/AbstractLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/AbstractLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýð\0¸f~Zˆó3!&¿\æi',_binary 'Ž‹\éûe‰(8\äH\ÓM8÷vZCý–usV5;k%,Ÿ','',0,'?'),(_binary 'ö\"\ÅqUy„„£9\ì%Q¦','wp-includes/class-wp-matchesmapregex.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-matchesmapregex.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶¥”%\Ü`^`|j¨\r',_binary 'C\Î\Èõ\Ó;\ÖZzöZÿº\ïôF\ÄT\Ô\Õ{^Ÿx}¯Z','',0,'?'),(_binary 'ô¼Ý­\ë|	¾=0¬ø˜\â','wp-content/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php',0,_binary '\Ä°øÊ£\Çr\Æ\Ü3&\rÁP',_binary '\Ä°øÊ£\Çr\Æ\Ü3&\rÁP',_binary '\Úz2’¥ýúd4v¼#© ³œõöV\í­:Œ¹\ÏJ\êJÀ2','',0,'?'),(_binary 'œ›ÿ%Cu¸3Œ´\ÐË™‹','wp-content/plugins/redux-framework/ReduxCore/inc/fields/typography/field_typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/inc/fields/typography/field_typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å cYö\ÚÞ™sõ\ê–d',_binary 'Mþð¹v¡²ª·³Ç‡„\äs“dJ\é¼¹','',0,'?'),(_binary '.ð*{6:\é·9MÚ…3','wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary 'ž\Z$Ö†\ê¼\ÛG§\ã\Ó_','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Assets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Assets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ]šø¡P\ÈÍ¸E@£',_binary 'eƒi\Æa<ˆºp‹hta\à+ãº»VÈˆ@m9¿~u','',0,'?'),(_binary '£t¦P§\æ\ÔiFÁ ¿-W','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user03.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user03.svg',0,_binary 'Of”W±‘‹\Û>”%0',_binary 'Of”W±‘‹\Û>”%0',_binary '‘¨x\Æ{M|ŽR\Õ\é¸+‹\Ø@\×-I®5\Îa¤\ìŒ\0y','',0,'?'),(_binary '¤ƒeG3nËœY/‚v','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãÔ§ -¹!§–„j#N\à\Ö',_binary 'c23E)€ù@.§4!Xpû\Ð%¡+ª7Ï’ø0Ö”Î‚','',0,'?'),(_binary 'ª0Sý\ß\éýKE\Ö1Pu','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/Staging.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/Staging.php',0,_binary 'Á5–3}»žHÌ¯ùõ',_binary 'Á5–3}»žHÌ¯ùõ',_binary 'C2mO\í\çô\Í\åjVò\å5˜—ž;¾nr-ù@','',0,'?'),(_binary '®ùŒ´:JI\ËpMŠR@B','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-users-helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-users-helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\ÍÉˆÔ®ˆ\Ó¿U«Á}',_binary 'B˜Agn$ýŸH~û\á¦û«¥.St˜ôP¤\Çý„','',0,'?'),(_binary '°È«(	?\Þúb>¹¿mr','wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/wordproof-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/wordproof-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž?k—³\rFZ“\â­ke˜',_binary 'Øµ\æö²n	¾–^§ \ÔÀ\ÃK$3\Çï‡™\çHJ]¾i¾|ôS','',0,'?'),(_binary '±,\"\\$-h?\Û\Åy@\\\Ë','wp-content/plugins/updraftplus/central/modules/updates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/updates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G\ÕÚºÚš\í\npÊ¦¨\ëM',_binary '¨A‹9˜jd\Ý\Ï@kÃ½S\èÀH\ÒOºÿ\0\ç\á\0½Jˆ~','',0,'?'),(_binary '¾gð°X\êX(vuœ´&¯w','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'À¬jHŒ\Ì8˜\Ýi›5@','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/magnifying-glass.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/magnifying-glass.svg',0,_binary 'q¼½†#\â\Û\Ò´\æzû\è\Ä\Æ',_binary 'q¼½†#\â\Û\Ò´\æzû\è\Ä\Æ',_binary '\ìŸEÞ²!d†<pRQ\èX>	õûd\Û\Ä\n!p\Â)\Ûð„ÿ','',0,'?'),(_binary '\ÆD*yÎ±[\ï^ü¢÷\Å*','wp-content/plugins/redux-framework/redux-core/inc/welcome/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\ÉW-÷	<‡‚¸‘„\Í','wp-content/plugins/wordpress-seo/js/dist/languages/default.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/default.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CZj‰\Z\ÛP˜Rža†³¤o',_binary 'w\nqÞ¬O–Ô½š\Ô1«Q:°\æ\ê\à\Òp#j\ZD\î !','',0,'?'),(_binary '\ÉÊ’‡\Æög8\æ\Û0”¬L','wp-content/plugins/wp-rocket/assets/img/imagify.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/imagify.svg',0,_binary '\ÆFº¥v?\Î†¿C›\ë£\Þ',_binary '\ÆFº¥v?\Î†¿C›\ë£\Þ',_binary '\ê,\æ×±M\r$X{U\Æn\Ìþ*%R?gH\ï©tšÈ‡Þ‚\Â','',0,'?'),(_binary '\Ì ˆûþ\ÈK i–D“Át','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø\Ê\æ\ÍÁZzš#H\è\ç²',_binary 'n]¨\ëx“\Ë¶º«¤\Z_Ñªk\ÔB³-a½&½Ìƒ','',0,'?'),(_binary 'Ò©\Z\ì\Ö\ê\Úq¼‚Š“\ë(','wp-content/plugins/wordpress-seo/src/config/badge-group-names.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ§ª\Ü\Ùj˜¶û>æ¶c\à',_binary '`s2õ[£†³+Œ,bK»lwÈ€º1\É\èŸ\n§bÇ…}','',0,'?'),(_binary 'Ô„\È×†°k€¥æŠœk-','wp-content/plugins/revslider/admin/assets/js/plugins/utils.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/plugins/utils.min.js',0,_binary '®\á	L\æ”[~|\Ý:\ÐMœ.',_binary '®\á	L\æ”[~|\Ý:\ÐMœ.',_binary ')¶.SJ[Ü¿ðŠ‰\ïÍ§¸\åú*xP6ú\Ío\ÈþÙ†\Î','',0,'?'),(_binary '\×V\ÕIŒþ0œp¦&\Ô\Ê\Å','wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î§÷u\É	›|\È$¸\Ï=N',_binary '•L“¤O-~;³\ë«#­{uTF\ÜNue3\"xw¬K','',0,'?'),(_binary '\Ùþ¾s3þ›\ÌJs\Æ0\ï)','wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\|^5<Zœ7\éÑ‘\Ó',_binary '\ÑLf¦û\Ï÷öZ¿\Öz]	/€úZ\â\ä\'—OûŸº5','',0,'?'),(_binary '\Þ”\ä¥\ê7™&‡òÈ€','wp-includes/js/tinymce/skins/lightgray/content.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/content.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•¢•\\PIýÉ¥\Ø\Ø<\\ˆ¹',_binary ')õY@\Æu&\åKg¯¨\0?«Š\Ñ\\F\'\ÈX0\ÃÇˆŠ','',0,'?'),(_binary 'Þºú¹\â\ç²5ŽŽùN\"~','wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}\Ú\äd\Ño\å±<³yJ)',_binary '[z\Åñ\ÆÉµö‡\á\ÓW\Ú7¤G~´e»+µsp£C9»›\Z','',0,'?'),(_binary '\Þ\Î*(³“*­+¯Wj”cp','wp-content/plugins/wordfence/crypto/vendor/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/autoload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ£3Ô¿:\á“V«	˜ŠU\'',_binary '“»ö|<\Ñ\ÔþP*tg«3dYs\Ï\ß/‘€û\Ðø‘','',0,'?'),(_binary '\ßƒá‰£!\Õ\Í=+	g\Å','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/Service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/Service.php',0,_binary 'c\Õ\ìÚ\Ó\Øa9^LÁ\\‰û',_binary 'c\Õ\ìÚ\Ó\Øa9^LÁ\\‰û',_binary '\Ú\ãcsµÍ©\"\â>Qü¨G\ï<Ek·j`\Ö','',0,'?'),(_binary 'ì¶¸\\÷Œtbqƒ{g´','wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_neg_1_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_neg_1_24px.svg',0,_binary '\Ã{]^6\Ô¤~a©¤b³›',_binary '\Ã{]^6\Ô¤~a©¤b³›',_binary 'µ|\ã\ëª/ž*¢s¬1s†45†Ö«eRþ±xJo¼\\','',0,'?'),(_binary '÷­0r\ãˆH\"\áYK]T·','wp-admin/css/site-icon-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-icon-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô¦\êƒ°	H43òòU',_binary 'ˆ\"Qrr\Ê.¼\í©.$S\é)\ÕR\ÞFkx²Ž±ÆªŽ°','',0,'?'),(_binary 'ûI\ê›%QC<\àŸv-','wp-content/plugins/houzez-theme-functionality/shortcodes/search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/search.php',0,_binary '¢\ÊU)™I\å¤%\ÚF',_binary '¢\ÊU)™I\å¤%\ÚF',_binary '*Î—Ç„Ò·w}\Û\îÛ©\èv©n»{\Z©\ÎÿWX','',0,'?'),(_binary 'þ72zc›\Âz—\ÐÎ±\ç','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notifications/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notifications/index.js',0,_binary '\Ö\Ê*Q¨#GmŒý3ßŸ',_binary '\Ö\Ê*Q¨#GmŒý3ßŸ',_binary '\ÙòL \ä\Ï]Z:\Úu\ÍS\ÈFÚ‘~\Ñ2\\m/Ž]\åQ]úU\×','',0,'?'),(_binary 'ÿc¦xßƒYp8“\Ô\í\Ñc','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_static.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_static.php',0,_binary 'm%®x?\Ü\Ô9\Ä¹¨!šÍ³',_binary 'm%®x?\Ü\Ô9\Ä¹¨!šÍ³',_binary 'Z´›ò·ŠC\nO&\Üý¶ò¯`º&¡\Ë|¹•°©m','',0,'?'),(_binary 'ÿ¢3Ž>lÇ¹H\×GXž›','wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-background.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-background.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y3(\Ð>²£b\\H‘S(—',_binary '8»Û¸ðù%ž;)OŒn‰5-\Ä\áŽ;³*°qÅ„™%','',0,'?'),(_binary '\0[\â§\Õ2\×q|‚\Ô','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2A¯Ó¥Ž>8@Õ¸¨',_binary 'v\â\ä\Ô_§½4ó\æB¡ÎµmEñ:g\È]\èûH2:\Zô\n	','',0,'?'),(_binary '\èfNÉ•W~’EPÿ','wp-content/plugins/updraftplus/includes/class-commands.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-commands.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰3f\ÕÉ«„€R#h\Ø\\*',_binary '™Pe\çgy\Ç\rÉ™‰°\"ø\æ\Z_»9=\0¯•,ŠJ¿ñ‚','',0,'?'),(_binary 'pfŸ\Ö\Ö=.€\ã?XF','wp-content/plugins/wpforms-lite/src/Admin/Payments/Payments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Payments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“‘$ð‹(j\Ïùi\ç1\Ã\Ú',_binary 'f<8Œ\Û·jKf\Ò”þ“%H^\ï\Æ\êNt\Ò\ZU~\Õ','',0,'?'),(_binary '!\Ð[\ëØ°–\ä\n’g\'','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/Rd¾k\ê\ÐQœH¤b\Ùj',_binary '¦:û\È\ÊpE\0ð[T;/\Ü\Z\ÚúšA‹<–=KP%_üSG','',0,'?'),(_binary '³y\Ù\È\áŽ+ª\Øt‹	›¾','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r(g*\Ì,ª6>°cW\Ö',_binary '¯›6°(ônRb˜\r–\â\ÛP_¶0P»ßý\ËR\ÒO\Ð\å','',0,'?'),(_binary '\Îv¿ +»‹We;\î','wp-content/plugins/google-site-kit/includes/Core/Util/Reset_Persistent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Reset_Persistent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó^\Æä¡%™˜{¤&©\â›',_binary '#cð$`\×\Ù-¸xfAsGó\îHy”.Sˆ\è_Ó¥JÂ \äª','',0,'?'),(_binary '½NüR¶–ó·iú|CŠW','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜðßECüMŠ‰¨I`û',_binary '\Ë8r\ZB‰x\Éon\Ù\ËÂž)=Ù£còR—\î','',0,'?'),(_binary '¹´{1W\äc]\0‰§»','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/BaseHiiveController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/BaseHiiveController.php',0,_binary '¼yHÏ‘K\Zºp€',_binary '¼yHÏ‘K\Zºp€',_binary 'ßŸ-Í‹]%l±=\àü\Î!=bu¤Ä¬\ç~&€Ñšj','',0,'?'),(_binary '{:º¾\ë2\ÔBÀ!\ë—z\Ð','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/post.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/post.js',0,_binary 'T--ôDf\á\Ò\Ñý>¿”ùA',_binary 'T--ôDf\á\Ò\Ñý>¿”ùA',_binary 'i\ÓT/\Å\Än,\0+¦\Ïúµz\Ä\ë\Þ\\¾¼ Z2LBo®','',0,'?'),(_binary '\áim«ó\æ\Zh<B\ßX','wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F=BŽñIs$®\'8\Í',_binary 'B¶]»q´\\ù\èž;$üvm»ø\ë‚7ùVË„{J19÷µB','',0,'?'),(_binary '!v¢\í«Sx¼þ[6J$','wp-content/plugins/houzez-studio/includes/class-houzez-studio-i18n.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/class-houzez-studio-i18n.php',0,_binary '>¬Ž{‚·¾\×\Ä\Êÿ‡•',_binary '>¬Ž{‚·¾\×\Ä\Êÿ‡•',_binary 'W	i}%{•´cð\r&\ÎigÐö¾Ÿ\Z¶.\ÕZõ	!ü','',0,'?'),(_binary '\"o¸A¹\' \ÅC8V:»‘','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.3.3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.3.3.php',0,_binary '‡ŒŸ=\à\î9)1¿/Ÿ\èŠú',_binary '‡ŒŸ=\à\î9)1¿/Ÿ\èŠú',_binary 'c~ö¿’Á%Cé·Tˆ¶ J¬`w>Œ#¸\È\'','',0,'?'),(_binary '(€9l1¡\ï5nq¬\ä»','wp-includes/blocks/button/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\×\Ç«\'\ßW\×kƒœbS',_binary '†E‡š©%r¢\Õ|Š\ÕO›Y?M\ÝbÍð´#g','',0,'?'),(_binary '(¿€—Ñ™—\É\Ú\0H<_','wp-admin/includes/nav-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/nav-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚ºz_7VtI€\×\Ú\è!À»¢',_binary 'q¸Q/ˆ\Ê\\\í¿\ÔBCé¹‰Œ‹xò<¼\Æ!S¿\n‰','',0,'?'),(_binary '*a\ê{%dO7\Ù|%®\É','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListContainerVersionsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListContainerVersionsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0ºG“¾û\ì‡G~0÷\00',_binary '´%\n\ÂÍŸZcù|}¬\r\Ö\Ãý=Nðð¨n”ä§l9™†','',0,'?'),(_binary '+Ý¼\ä—\ØcK™\Ü.\ä\Þû','wp-content/themes/houzez/template/template-homepage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-homepage.php',0,_binary '>\Î\ß²¿\r-\Ô>¨&•¯#\È',_binary '>\Î\ß²¿\r-\Ô>¨&•¯#\È',_binary '£¥J\Ü\Æ{\rr‡Južk¥\ÖS¨\0Û²–“`|wv³¹','',0,'?'),(_binary '-E­QZÀP¥¢{l›;Ë¹','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/label.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/label.svg',0,_binary '5º”\Ñ\ÃW\ân\åGT>\ï',_binary '5º”\Ñ\ÃW\ân\åGT>\ï',_binary '½_LF\ß\Z˜\ÂQƒx\Çws£21ºc´ìž“\Ý+R\×','',0,'?'),(_binary '2?‘\Ó–A\Öw	\0•¯ƒ–','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/AbstractNode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/AbstractNode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤:A!;ª­«\ÉNü',_binary '’¥\Ìöº\Ï6Œ©²®AT\ÄÑˆ#¤†\È\Ò\Öò@, ','',0,'?'),(_binary '3x2ŠÂ§®¢h\ê_','wp-includes/blocks/shortcode/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/shortcode/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨>`±øY\Çóý®ù<Š¿',_binary 'õÅµ3\ÈJ² }g9ºx 1Ê…F†©ýö÷Þf‘','',0,'?'),(_binary '6é¡¤\ß)ý~\ï,œ\0\ëû','wp-content/themes/houzez/framework/stripe-php/lib/Service/Sigma/ScheduledQueryRunService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Sigma/ScheduledQueryRunService.php',0,_binary '\í\áÌ‘8SB\ãe¬{¾À\å',_binary '\í\áÌ‘8SB\ãe¬{¾À\å',_binary '˜”¬j\ÌX6ŸÙ©BÓ€p¯\"÷0\àEð±\Èû±','',0,'?'),(_binary '6wÉ´\ró$»=ôH\ì\ÑC','wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/admin-settings-stripe.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/admin-settings-stripe.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',h›YZ=·\Ý\Ñ\0j–\àyx',_binary 'ð•¬ó«([«û\Ã$–?:4P#jQ€²³Ö\Ñr‡„¤','',0,'?'),(_binary '7@j¨ô’L¿\Ô\Ñ1š:a!','wp-content/themes/houzez/template/template-listing-list-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v2.php',0,_binary '›8‘\ß\éN\ÑpZT-,‹\n',_binary '›8‘\ß\éN\ÑpZT-,‹\n',_binary '\Ä2Ú¢pkuHÛŸ(\'\ê\Ì\ÅƒAÆñ°#ü.’}+ˆšö','',0,'?'),(_binary '9\ØcC<\î\á\ä”]	Á','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic/inc/class-mb-conditional-logic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic/inc/class-mb-conditional-logic.php',0,_binary 'þy«\Íþ”Lƒó°\áK–t',_binary 'þy«\Íþ”Lƒó°\áK–t',_binary 'òq\è\ÇQÚ—›+è¶¿/´0m\ÖQ¾j\Z.ô¥xº\n›\Þnû','',0,'?'),(_binary ':\Þ\'£J‚?Y‰>c\ï','wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@»Mõõk‰³¹\Ë6Qd',_binary 'ÀªW\ÄT•šH\rvv®\\0F\\\Ø\È\Ì\ârm\çˆ\n\Ñ','',0,'?'),(_binary '<.¦\Ø4v·\äc™\"`¦t','wp-includes/class-wp-simplepie-sanitize-kses.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-simplepie-sanitize-kses.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\Ì|/\ÄU\É1[ˆ\Æ\áÅ†‡Q',_binary '×™TˆO	’ô-6	:Dy3`£E»Lò[\âGM^öq?4','',0,'?'),(_binary 'EkŠ(u¬!\ï\Î\íQU^²','wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v˜r+µUŠÐ²\Ê÷Ì‹',_binary '²ÿša\É\0·K£ü¬\Êw6\'n»I«\".4¤Š‰\î²@\Ó','',0,'?'),(_binary 'GŽ¥5\Ú@šð\ä9¹','wp-content/themes/houzez/template-parts/listing/item-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v2.php',0,_binary '§\naN\Û\0T\Ùýí»ee¬ú',_binary '§\naN\Û\0T\Ùýí»ee¬ú',_binary '4=–û$–ªwq5J½\ÏDÃ¬>ô\'§´¢\Þ\à{ð«MJ\Ë','',0,'?'),(_binary 'M:\\Vœ\Í\Ñ~A£ñ˜¸<','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-checkmark.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-checkmark.svg',0,_binary '\ê÷#b\\1C—Wñ–¥™',_binary '\ê÷#b\\1C—Wñ–¥™',_binary '\ËQ\ÒÀjù\ëŸl r\éž\áiv\0õ™M\Å+~¯º±3','',0,'?'),(_binary 'O^\Ñpóûúó\Õ_\ç\Í','wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?ðª]-–1j²hBˆ±]',_binary '\åe\Ô\èìº˜¿\\Á\â4@Zª<3¸Cñ)\â-vÒ¡jñ\"UŸ','',0,'?'),(_binary 'PZ³xx\ØúÁ«mJØ™','wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/keyphrase-data-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/keyphrase-data-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's»!¿ŒÑ’\è\ï\ÙÍ¨<\àP/',_binary '«7\Üð\æ«uC	\Ús„\Ð>vŸ¯\Ø\ÞZ†\Õ\áR2\n?','',0,'?'),(_binary 'PxF`\Ç\Çc\Í[ü˜e7','wp-content/plugins/elementor/assets/shapes/book.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/book.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a\ÓUtc×Žf¥:O9ø~',_binary 'Ð©)¶\Ôð|X\×\ï‚\ÎI\ìsß„ZK¦+ù+Ô”Vi','',0,'?'),(_binary 'QvÀ‰F\ÏFI¦nxw','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-overview-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-overview-v2.php',0,_binary 'Uœ3“E\Ôis\rŠ˜7\íL=',_binary 'Uœ3“E\Ôis\rŠ˜7\íL=',_binary '\ÖC\ÂNn\î\ØÿEf0M$3\í\Í\å\æ’\Çeô&y\éx2‰\Â','',0,'?'),(_binary 'RºÆ’–Ž•pù{7ñT”','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ru.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ru.js',0,_binary '\Òø\ìrœSqx†+Fqa',_binary '\Òø\ìrœSqx†+Fqa',_binary 'wMGHóŠ¥\Ê\íI¿t½€y\ÖdD¾E?\ä \Î&´\0½B¸:','',0,'?'),(_binary 'Z‚NC\Ö:™.–m+ôy•','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/PolicyIssue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/PolicyIssue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«½¢\áyM\Ðúû }Î\\Vž',_binary 'RW”\Ô\"Q…mûš\É\Éfþ„¼¸¥_\Ø\"•µlGñ','',0,'?'),(_binary '\\ª³mòi¥v‚}S ','wp-content/plugins/redux-framework/redux-core/assets/css/redux-admin.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/redux-admin.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mýc\ÇÀ}\Ò9\çž|õ',_binary '\Ö B\Æ\ÛRE\×÷—m\æ5s:~\è\ÑeÛ†~_%xev]¬»','',0,'?'),(_binary ']\àŽ¹­X ž¡ˆ\Ú\Ä\ÈH','wp-content/plugins/revslider/admin/views/builder-slide-forms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/builder-slide-forms.php',0,_binary 'Z·Œ!wMß‡®-<¸',_binary 'Z·Œ!wMß‡®-<¸',_binary '–ñ\î\æ\Ï3cðÿPF%\ÏH\ä\ã<Ú†\n¢|\Åq‘\\þ×¿\ß','',0,'?'),(_binary '` fŒi²Ç—~z\ZVƒb#','wp-content/plugins/wpforms-lite/lite/templates/education/lite-connect-modal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/lite-connect-modal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä@xM\Æ\Ï\Út ˜zYT\Î',_binary '£½b\ï=º»|\ÕÆª”\åò_\â¯©;ñ½­mNõØn','',0,'?'),(_binary 'c&&öô,iLŽm¡\í¼\æ','wp-content/plugins/elementor/includes/maintenance-mode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/maintenance-mode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?Z‘6´\æŽùØ¿qP',_binary 'D˜ñ¨Q°ž‚s%•§¹Àk]30y¹\ÜUdò?Q\á5i#+\Ð','',0,'?'),(_binary 'iô¢PÃ™û–ld\0ú‘','wp-includes/css/jquery-ui-dialog.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/jquery-ui-dialog.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c˜Á…™.NY\Ù\é•5µ\È8',_binary '\îÃ õ\Ù\ç,IXÖº˜†o\Ë|\Þ.Ž2d9rv	ýx','',0,'?'),(_binary 'j@PrFº\Ø\×ÍŠé¦•','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\×,ò—<B>_»C#­',_binary '\ÈsŠñjZ\æ\\N7`’ƒa[‡\0\ÌMZI\\‡ßµ3\n@Óž-','',0,'?'),(_binary 'kñž¯4cí°µ\áó\Ð5<\"','wp-includes/js/dist/autop.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/autop.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Uõ>\Û\ÙC°±B´ˆ›',_binary 'e@›\ÉÍ‚»¯’„8\à=L\Ýd\r\í±Wò§u‰2ð','',0,'?'),(_binary 'vv\rŽ\å\Ì8>ül7\é³÷}','wp-content/themes/houzez/framework/metaboxes/property/map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/map.php',0,_binary '|\èJöš\à¢LD-9’sªu‚',_binary '|\èJöš\à¢LD-9’sªu‚',_binary 'þb¡Œ‚EF)ý¬\é¼ \ÙR¢¨ÿ	lö3@Uª·V9µ','',0,'?'),(_binary '}RR½^6n,xÅ-I','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.5‹\ï}Ö²&6j(†~',_binary '~^§\Çjùlº‚¶\Ç\ìñSï¸û2\î<8nnI\ïuzó','',0,'?'),(_binary '}ôô\Ë@$\àB:\È^\Ø\ì','wp-content/plugins/updraftplus/images/dropbox-logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/dropbox-logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î\æzGù0…>oþŒ¸\Ä',_binary '\Í\ï,„\np\ZJVÄ¯s™“\çEA¾ ùû‰ø®gÁÆˆ\ì','',0,'?'),(_binary '~­–Iÿ×ª³(vý—¼V','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/seo/premium-seo-pack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/seo/premium-seo-pack.php',0,_binary '\í¾ðHkñºfR\ë\Ø\'a',_binary '\í¾ðHkñºfR\ë\Ø\'a',_binary '•\Òût\ÆÀlT\0Ve¨\ì\æyvöÛ›A\Ü&\Ã\á¼”­j{','',0,'?'),(_binary '\ZŸ\Ô\ç2d¶µÛ–\Äð¨F','wp-content/plugins/wpforms-lite/assets/images/builder/loading-avatar.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/loading-avatar.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_C²¥œ¦û¬@<\Ç6Ò\ß',_binary '—\ï’=iâ™ˆZ­0\Z¾\ì\ØZ€\â#!Ž.:~jFû','',0,'?'),(_binary '‘E–\Û\Z8„’h-¿','wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\'Ì¥\'\î_\Î švùÀ©',_binary '\à=djÒ?deŸ ½\ß÷l\á¬”\r\í=CK™Z§!','',0,'?'),(_binary '•Œ¦\r5­\Ë&«\édC\Ñ\î}','wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GË²\\(ô	ÓºFz\åg',_binary 'Ì£Zû\ì‚xÁ;\0†¤\Î\r7\ÖF\ë2nNÔ“\ÉVj','',0,'?'),(_binary 'š­9ª\n:#Ä®\nõ,','wp-content/themes/houzez/template-parts/topbar/partials/contact.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/topbar/partials/contact.php',0,_binary 'ž›¾ú»¶##©œ\Í\È<c',_binary 'ž›¾ú»¶##©œ\Í\È<c',_binary 'y‚¨5d\ç\Ôt@¥À<»XK|>æ³¶\çú‡­\Åe‚¯»»','',0,'?'),(_binary 'Ÿg\è\Ýý#¡EŽ”Cž','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Transaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Transaction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éx»9­\ä EBƒYªÏ–',_binary '¿F2@:n\Ó\Ö \Û!Ezñ\Ì\àa\rDG\0Ù‡¢1b{-C','',0,'?'),(_binary '¢S\r¯ð\ØØŸ„!K','wp-content/plugins/elementor/core/experiments/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/experiments/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}nw\Ø7\Ò3#ºŒ\ä#¶',_binary '\Ògõ­QVŽÁ–;|þ©6ƒD\r\ëZ-4®Î‹ü°\Ó\Ûñ','',0,'?'),(_binary '¢žmŽ&Bqýc\Í=K¨','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/InstalledVersions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/InstalledVersions.php',0,_binary '-Y$ÿR\0Šƒ\Ñõ€',_binary '-Y$ÿR\0Šƒ\Ñõ€',_binary 'N¢RÃ­2\á\Æ\ßHŠh\Û&HX:b]‹ýdÌ³Šþ\Ï2O\å','',0,'?'),(_binary 'ªuAm™¾¹s\Ý,)DEv','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bf¿yŸ°“Žy”Â',_binary '‹Qö˜üYpC‹=Á3\Ë;€u¥±†N³KŸø‚oÕ„','',0,'?'),(_binary '¹#-§Ó…*ü„v‘\Ñ [','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UriNormalizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UriNormalizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹qGv¨\Ñ[¥$m\Ü5¹v',_binary 'l!l+>‚é‚£K\ÏT\ç-?À¼:\Ü^6G&97\ë','',0,'?'),(_binary '¹zD2•}9ƒrAŸ1@†\ã','wp-content/plugins/elementor/assets/css/admin-top-bar.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin-top-bar.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a9™¨i\Þòó®cF²ù5',_binary '$gsœº\Í\è\ë1\'h\×¬þXn™wqL43V±\"~ò','',0,'?'),(_binary 'º_\á\ã÷\àxh\Å{Ö°','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Column.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Column.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ­µ\ZÛ’.\èt•œ,a',_binary 'R/×Œ–-z&¤5™œs–{\ébý$[1\Åp0d\Ò27^{','',0,'?'),(_binary '½‰3ÿFH¥ñ¯\ÔñeQ\×','wp-content/plugins/elementor/assets/css/frontend.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/M\ØQ1ùÚ§.-ùª\Þ',_binary 'ƒž8\Õ@m¨ºOokPÞµ\àŠ\í¾8\Ò=\Ïn™ù³\àý¹d\n','',0,'?'),(_binary '¾÷4T5\ä*\É]yAý6º','wp-content/themes/houzez/js/custom.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/custom.min.js',0,_binary '\éôm¹\Å–tÁPr',_binary '\éôm¹\Å–tÁPr',_binary '\Õ:\ÊocñÁ÷#„`W÷j	ud„¸I¤P¶a\Çt','',0,'?'),(_binary '\ÃÀ#Cy\Ýþ´^	','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/StatusService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/StatusService.php',0,_binary 'óÀ€3\ã;«‘‹E&Ç†…d§',_binary 'óÀ€3\ã;«‘‹E&Ç†…d§',_binary '\"–+ŽM`m\áOc;\ãV\ã ‹ ¶ŸI¸ˆUG','',0,'?'),(_binary '\Å\ìh¿½B¥Ð‘<kƒ™.\Ô','wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-async-request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-async-request.php',0,_binary '»\Ô1ËŽ\Ê$ÜšG%¿…',_binary '»\Ô1ËŽ\Ê$ÜšG%¿…',_binary '—M\ÃfMhd ­Õ™P^b—pŸý”¦\Þvcƒ^‰´¾‘','',0,'?'),(_binary '\ÈH½8En*^1?Å½ƒz','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/sso.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/sso.php',0,_binary '· ƒÄ¼Lo²xùN\È\ï',_binary '· ƒÄ¼Lo²xùN\È\ï',_binary '?^\ç}µ\ËK^\Ññ€ð1ªÏ«la?ðEôFzGLñ\ß','',0,'?'),(_binary '\Éj‰\âg¶*©¬!´F\ï‡','wp-content/plugins/elementor/modules/announcements/classes/utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/announcements/classes/utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð,À÷I÷ž\0¢*\Ñþh',_binary '\ã\àˆ^nI–\Í\ëc\ã˜]J‚fz‚¤¡œeE?Æ²r5M','',0,'?'),(_binary '\ÏõN\è.ñ!A\ä2\Ö5\ÙL','wp-includes/block-supports/utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ápm/\Þ9‹øljT\ä	^',_binary '\í\è\ïWr‡›—\Øö«W[\0K)\n\n¨…\Æ\Å.\ï^u¡µ\ä','',0,'?'),(_binary 'Ñ‚\×c¹Y¿=c\ê^\Æ\Ð\Ç','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«\r†UeO@šsnGð',_binary '\rk¸†Â¬\ïm‚!B\É.[•}Of\áVmÁw\év\Ò\"2®\Ú(','',0,'?'),(_binary '\Þ=\âŒ) ­F\ÏCE\×–\Õ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/ThemeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/ThemeService.php',0,_binary '\ì’yóv\Ùf2Y9n.\Îaˆ',_binary '\ì’yóv\Ùf2Y9n.\Îaˆ',_binary '\Þ=\ÜB\ëôt2b\"k6/¼ôiƒnÅº¦š]\ÛC\×3œƒ\à','',0,'?'),(_binary '\à‚L²5~\ä…\ï\álÀ','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~2\ÆCLFrTV¤ˆ\Î3',_binary 'û=5Iÿ\ë;’Š:°¸U\ÞR¥x°Šz¦–~\Ë^³ƒ’‰•','',0,'?'),(_binary '\ãc’\î^ü$[˜t‰ŠMt5','wp-content/plugins/houzez-studio/admin/class-field-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/class-field-manager.php',0,_binary 'Sõód\åù\ãúq­Å€$',_binary 'Sõód\åù\ãúq­Å€$',_binary '\n½\È\ßt\âJ`\Õ4W\Ü~L¯D°W!`“[„j#_','',0,'?'),(_binary '\ç­\Ðo•¾Á£ó¡deZ','wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dY‡ü\Í\Æòj¼\Ð\Z–',_binary 'o‰pJ»„©tÇ‹,A_«\îxa	\Ó¿\Ñ*\Æ‡|¹À','',0,'?'),(_binary '\êü”(\ê^\rÚ™ir\Øv','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-installer-muter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-installer-muter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­S8¬öÁªD¥@T\' ¾.d',_binary 'u¤•D(F¦@Š\åH„€XR-û\Ü56¦;E\àÂ•','',0,'?'),(_binary '\ë\'S‘±Drµ!\Ã=û½À','wp-includes/html-api/class-wp-html-span.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-span.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á­\ë\Í\ä\Z¹’Lž\Ú\Â\Ü>G',_binary '3\"mö­\ê¶+\ÔsjZ²¶\Íxõ¾¦ž\ånq\ÅP\Ð\åj®\Ì','',0,'?'),(_binary 'ï¦©ß™‡)fÏ€!¸','wp-content/themes/houzez/framework/functions/open_street_map_functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/open_street_map_functions.php',0,_binary ':ú\ß(_ž-ý\Ò\Òñ\0B\\\ç',_binary ':ú\ß(_ž-ý\Ò\Òñ\0B\\\ç',_binary '\0|0Q3\r\"1¡¬#«›´ôÿ´¬ÞºÒº\íIÓ…ö','',0,'?'),(_binary 'ðy¦½f© †`õ¿<\'7Ÿ','wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«e\Î\ØCe­\0ª¸·z',_binary 'MÌ\Ñe“\éHƒ\ëy,ü½\äeÒœ»¸{\Ø’€\ÅÆ¼	*›','',0,'?'),(_binary 'õp½*1E\'\ÊJˆ-S','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\ä\Ë\Ò\Ã±’$\Ëb\0ýR',_binary '\\\n\çˆ\Åd(\Ç\íp¼b#Š\'&–½ÿ4‡¸\È|£¼>C','',0,'?'),(_binary 'õx#¥„*W`PšÁÀDž','wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':ô’’\Èok\Í\Üñƒ{Ø»',_binary 'cA[›^¡rùD‰µ °Ô§x\îr©\Öðœô9;€','',0,'?'),(_binary 'õñ\Ê\Û6\"›)-ÄªŒ','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£•5„\Ó}\Öy>b\Ñ2¡',_binary '\Ç\é\Ôfó\"Z\ã¡p\Éip¶SðÓ…\"oyI€q”0','',0,'?'),(_binary 'õò9‡¹¤ä·³\nõœ™6ø','wp-content/plugins/wordpress-seo/admin/pages/tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/pages/tools.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-±­š¼yM\ÓI¶7iú\ß7ü',_binary '>þ>h\Ë01*(4\Èu\ì\r\ãhP\Ó|˜ôºœ½‘','',0,'?'),(_binary 'ö)\Z\Är¸(\Ëµ\Z¥tF','wp-content/themes/yith-wonder/patterns/3-columns-with-icons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/3-columns-with-icons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CnS˜5ª=\è\'ú©+',_binary '\"WÔŠÊ­¨\Øxbv°]ûË±#\\÷¥ü<\á@kk','',0,'?'),(_binary '÷\å\å~:;—“\ì:õJ\Ð','wp-content/plugins/wp-rocket/views/settings/dynamic-lists-update.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/dynamic-lists-update.php',0,_binary '’#[s\ê¼\á8^\ÃW\Ù;K',_binary '’#[s\ê¼\á8^\ÃW\Ù;K',_binary '–ô¦P\Ý<efF0§ºFe‡\âóÀ\n\Ïøùa\ãJøGB´','',0,'?'),(_binary '7™´0–jÓ­ §®Sš\í','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Utils/PatternParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Utils/PatternParser.php',0,_binary '[”\ßse¼!2lRº£R\ßgL',_binary '[”\ßse¼!2lRº£R\ßgL',_binary 'a4m#tóŽ»ör:\éˆÁ84¦ÿ\re¹\nfl}Ä“+¡v','',0,'?'),(_binary '\Îgóii9p\ÑY\áý\ç','wp-content/plugins/houzez-login-register/social/Facebook/FacebookBatchRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FacebookBatchRequest.php',0,_binary '@ø\ïCø™7ß‰$\Ö;¹Y¿',_binary '@ø\ïCø™7ß‰$\Ö;¹Y¿',_binary 'WH&ûs„•A\ípyô¹\Ùö—>‚¯Xœ¤MU¬UÔ}\Ñ','',0,'?'),(_binary '5€˜±ù>ò‡n¼ ?	','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-group/group-field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-group/group-field.php',0,_binary '\Î\æA£i\èº`\Ãþl\ävØ‹j',_binary '\Î\æA£i\èº`\Ãþl\ävØ‹j',_binary '\Ü\"\áûŸˆVsð5\áþ\ÊkÒµ¿\è÷¾Í—‡«È®','',0,'?'),(_binary 'L\ÔH\ë\í*·¿\ï•4','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.css.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.css.asset.php',0,_binary '0qðWõX5‡»OL_ž',_binary '0qðWõX5‡»OL_ž',_binary '\ç»sR \rXk5q[R uï˜‹FG–¢ÄŒ\Ìi%','',0,'?'),(_binary '\Zj\ßH;Ë„\0½}Õ—…¢','wp-content/plugins/revslider/includes/external/instagram.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/external/instagram.class.php',0,_binary '‰\ÚBaVÒû\Í\ã³\Z\Åf',_binary '‰\ÚBaVÒû\Í\ã³\Z\Åf',_binary '« 1ÀJ«-÷€\ì†X‹¼k¦þ\Z+Vv‡¨\ÛP·qö¬\r~‰','',0,'?'),(_binary '—’2¾_yðl\ío—°6','wp-content/plugins/wp-rocket/inc/admin/ui/enqueue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/admin/ui/enqueue.php',0,_binary '\Ì9B•h6¨ô$³Ú¨„0°',_binary '\Ì9B•h6¨ô$³Ú¨„0°',_binary '«\â`kgÈ€ 8mø‘8Ì±al\ï>eö-HÂ©£ˆ\é\Ã','',0,'?'),(_binary '\â›]-\Û\îbû–\Öj','wp-content/plugins/revslider/public/assets/svg/file/ic_file_download_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_file_download_24px.svg',0,_binary 'Tÿ¯\Ñ7\Å_tn3,ýg',_binary 'Tÿ¯\Ñ7\Å_tn3,ýg',_binary '‘7d\âŸÁd=jphš\Æ§·\Õa\\\à(/Î®´Û¢','',0,'?'),(_binary '!›”\È@|˜4«°n­ô','wp-includes/class-http.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-http.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™›ˆWQK\r½\àt°Çh<',_binary 'a\Òj\Å\ÊEXO\Ãtf}ž;g$³Ø®³\Ö4³4\Þ\äÑ´\É\í\Æ','',0,'?'),(_binary '#†\á\à¾$\ÚP£—i¦\Z\ß','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þVù=P¶ŽL\ÃôŽs†',_binary '}C\\ú\í .*\Ó\Ù\ãó­kWn.‹x¸ó\Ö5\ÐÂ‰j','',0,'?'),(_binary '#\"2D¡‰°´aFSG\ß/\Ð','wp-content/plugins/revslider/public/assets/svg/action/ic_toll_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_toll_24px.svg',0,_binary '\Ù_Ÿ\ã\ÄZ\'9\æ\äTN£\Õdû',_binary '\Ù_Ÿ\ã\ÄZ\'9\æ\äTN£\Õdû',_binary 'Ë³*:\èË›‘°œõ\r­O_\Ös•\äÆ¯\Ï/+#\Û³','',0,'?'),(_binary '%¿\Â&˜“\"{*ô-\nIJ','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.0.10.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.0.10.php',0,_binary '™é°»m\Ò_\ç±\Ü/\Ù\Øû',_binary '™é°»m\Ò_\ç±\Ü/\Ù\Øû',_binary '|\æYv/3ý\Öÿ¨²\åý¯l\ÎlhD0\Õ N_‰£t?ý','',0,'?'),(_binary '\'Úž\0;¾¿?\Ã+VÒª\Î','wp-admin/network/edit.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/edit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’­÷\Æ=¤\Ý#L˜H\Ý\Ä\Ê',_binary 'qµ/*ß²3ñ \ÜxþS¤¥¶~‹.\']w\Ê\ïk¯,W','',0,'?'),(_binary '*\no?\èiA\æ¢yrš','wp-content/plugins/google-site-kit/includes/Core/Admin/Notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÈP°š››K\Ô\Ì\Ïa€—\é\Z',_binary '\àW—Ú’iI\ÑUæ¤î±„¨=a	xAô©²:]õ','',0,'?'),(_binary '1´·\àµ	ð­£r^','wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	&ŸQ\ê\Ú\Ó\ÏD¶£¡\ÓTB',_binary '§ôý¬|7”%«Z’5Ë„k	÷Q\'	À÷žðüŽ\ç¨Gñ','',0,'?'),(_binary '6­\ã¿‘Ö…¬<3u\Î','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/HelpCenterFeature.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/HelpCenterFeature.php',0,_binary '‹ƒ¿+%\Ó\ë³\Ùj¯\0‡i',_binary '‹ƒ¿+%\Ó\ë³\Ùj¯\0‡i',_binary '1£^J—\Âym\ï&Ôº¥\ËE­‡¹q-Ö‹‘','',0,'?'),(_binary ';pR9²¶+óqpÕ®','wp-admin/includes/options.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l¯³¨·#G\×ö24ºÍ®œ',_binary 'ñQU·ö\ÕXA\ÄjpnYûrp¦œo\ç£K!KÜ™X','',0,'?'),(_binary '?RÇ®—ù\Ã4Œ’²ÿ\Ë','wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-1.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä{\Ò\Ñ`…S#Q“ó /\é\ê\Ø',_binary '½\ËuC­°!ü¬ýh\èø‚sŒÍ¦•w\ÃDD¤	¼·7','',0,'?'),(_binary '?ð\Ë|êº¯÷\×~x“\Ð\ë\Ö','wp-includes/blocks/query/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú\ç÷]>\çyH(ž\ë\Z\Ûac',_binary 'v¦v\ë\Ï\Îu—\Âo(\Ìi±¥\Ýì­¿F”|N<¶\rW','',0,'?'),(_binary 'B“{ª)ºs—¦\'','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅÿvC†)Žô‹úžN{',_binary '	?ÿ ,\Í´g\Ùt§—yZ‚+­ñ‡nÝ¬È·ˆ','',0,'?'),(_binary 'B:\Å\ÈiûNZŽA9`D«','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/SchemaRestrictionResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/SchemaRestrictionResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶u_E†fŽq\Ó\Å]b',_binary 'deÝŸ\â\ÄKu?\àS\Îô})S\'÷­\Ú—\à2®\èX„','',0,'?'),(_binary 'DÌ¤\ìl[\ælx]˜u))','wp-content/plugins/revslider/public/assets/svg/action/ic_extension_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_extension_24px.svg',0,_binary 'e9’]ª/ö\0þ]PLõ³+',_binary 'e9’]ª/ö\0þ]PLõ³+',_binary '­µ\Ìs¥c}ZE4\ê¯>q§¥­—*›]eÏ°|¾','',0,'?'),(_binary 'F€FO¾\æ÷\æð²‰¨','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w{E9Ò¾—\Ì~ð’‘\é\ì¯X',_binary '\ëù,\Õ\Âñó‰Cü\á\ß>*ª;¯º‰ ¹n—½¬€5\É\ã\Ú','',0,'?'),(_binary 'Gnž\Z;øò>¢*s’dt','wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÀÂ¹ó\æ£T[-\ájó.Cb',_binary 'GBÒ™\ì¥\"(\äAò\0p^­bÊ™­</Jô—u¾W¹2F¹','',0,'?'),(_binary 'Myö^‰À\"q•€¿\ë¹','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'P^\ì\ÛgÓŽ	<0\n§UM','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç‹\ìŒËµ,¸g‰Œ',_binary '’G]s\è‘þŽ\Äì¢Œ‡\É˜9Aj©’[<%\';\\','',0,'?'),(_binary 'S˜2Ç¦köC\ÉÈšc#~','wp-content/plugins/redux-framework/sample/sections/editors/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/editors/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'd2ô²½-|\Ù|:F','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\Ûz}\â«KK0g\í^\ïŠ\Æ',_binary 'µy`\ÒH\Û|iLø_˜{\Ð66Ë—²„d\Ó+~©nn\Æ0´\×','',0,'?'),(_binary 'e;o˜…¿\å´79\Ü','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerTrait.php',0,_binary 'sU$ªcüe&b@R\Ü\ß:',_binary 'sU$ªcüe&b@R\Ü\ß:',_binary 'OŽ¤t\ÝW\ç ^\ëûwºðB\0@\å¢Ìºvz-½|\'¬€m\\','',0,'?'),(_binary 'f\×Q\Î\Ú;_\Å\ÆñÇ¾¬','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýhŸm!€Y\Û-\ÙKmy‰a',_binary '\ã\íý\Æd\Ýô\Ïû©SF+!Ô†¸\Î1k\ç>¶…F!²\ì?\É','',0,'?'),(_binary 'i\ìR\ÞR\ç{|\æ5\ÈÏš\rb','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/ContainerExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/ContainerExceptionInterface.php',0,_binary '\Â\ã&.K„1–\èYŽ€\ÜKŠ',_binary '\Â\ã&.K„1–\èYŽ€\ÜKŠ',_binary '´\á\ì\"\Å\ÆÁyðxc½þS\Ì\n6\Ê\Èõ8\Æ\ÙGjWô','',0,'?'),(_binary 'j\n9¢¼?KCgO\Â5\ë\Î','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à	hI0ø9¡*w\â‡\ËøQ',_binary '§\Í\Âí‰IŒX¥a[T©-\í¾\ÆJ<6)‘‰ý\Ë\'Qa\Ì','',0,'?'),(_binary 'kU	’\à­±~O\'Å“#','wp-content/themes/houzez/template-parts/listing/partials/item-features-listing-grids.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-listing-grids.php',0,_binary 'Ž^›=y¸\'Y°f‘õ{',_binary 'Ž^›=y¸\'Y°f‘õ{',_binary '\âV\Â\èÈv\âö„ý\'tfõ¸¶./®ž”Lá«¸~\ê\Ó\ßý“','',0,'?'),(_binary 't6Lvw\Þò·†\Ò[\î\ê','wp-content/plugins/wpforms-lite/assets/js/admin/education/edit-post.es5.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/edit-post.es5.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Õ¢}.Ý¦\"×‰/È™±\Ä8',_binary ' 9˜\Èõ¼M\è £t\É¾;Nê‡¯Â¬,dK¡z','',0,'?'),(_binary 'u\0“e&«\ì$\Ò\âŸO\Ê','wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p™¤÷ú€[\Zõ§«\É\Î4l,',_binary 'ö±”\Ç\Ãv’\ÏGž\ÝX\\Peu;À-¦þ]X§¥¢´Ô½','',0,'?'),(_binary 'xK:¥rxeš\02ÿ \å©','wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v7.php',0,_binary '^\çñ™š\Z	\Ïy‡W¹\'X\Z\Ý',_binary '^\çñ™š\Z	\Ïy‡W¹\'X\Z\Ý',_binary 's.³¦x’Á,\Î÷%¦a¬úŽq(«Ï²)\ê{¥','',0,'?'),(_binary 'x\àó‘mü€¥\0\Þ~¶\Â','wp-includes/customize/class-wp-customize-nav-menus-panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«Ÿ†Ï©Ghƒ¸ñUH%b',_binary 'l<U§qT\Ðhi°/\á\ì7²õ\0}\ÍJž\ê\Þg¢WbÀµû','',0,'?'),(_binary 'yiÃº\n\æ_Tz\\õ«\ë»l','wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']lú$·_\Ì\ÚNL\Ô*\Ýs\Æ',_binary 'G¶\Õ5w\É1\Î\äO¥\æ\×+Z.OË¦\n’+\Î\ÐF»;\Ú','',0,'?'),(_binary 'ŒÜˆ\Òy\âô7@©µ˜\Ö\"','wp-includes/blocks/audio/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pâ‹Ž\ÚñªðmŠ{tmo\Ç',_binary '}/14¡o|ò‘&X´1»¢»‹Í¦¿O\ß8	š7:ža','',0,'?'),(_binary '\Ý\ÓXQ\ëC(\ÛQ–¦%\ì','wp-content/plugins/google-site-kit/includes/Core/Site_Health/Debug_Data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Site_Health/Debug_Data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ÂŽ ,\ÃP\Òm¨zÐ“U',_binary '\0¶\Å]w¤ñ¦«¿Cv~¾0{\á•ý{¡Îœ\Ñ,CT§l','',0,'?'),(_binary 'ƒ00$„øú\×õº´·\Ó	','wp-content/plugins/revslider/public/assets/svg/content/ic_move_to_inbox_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_move_to_inbox_24px.svg',0,_binary '\ß9\Ç\Åk\ÏZ‚‰\Õ^Œ]w\Ê',_binary '\ß9\Ç\Åk\ÏZ‚‰\Õ^Œ]w\Ê',_binary 'ö\èe˜™+c¿D\ÐjS÷þó»«‘÷\Ìe¤w³\ÕlB’\ë','',0,'?'),(_binary 'P%h~‘\×g\è\r	ü','wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðZðgSOR·\ry-²\Ô',_binary '\ßK\ëCµ¼6±#\Í\Û3ur\Ü\ÓÅ¤7ª \Õ\êûô\Ú|\'£','',0,'?'),(_binary '’\"WC\"û(&\Z]%\Ïv','wp-content/plugins/wp-rocket/views/settings/page-sections/sucuri.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/sucuri.php',0,_binary 'V“ÙUð	µ;G\ÏsEb',_binary 'V“ÙUð	µ;G\ÏsEb',_binary 'O\é»`¬7{Z¤Ÿp¹7SXg\à\é\Ìõ”\ÅŠÏ°¸d,‚','',0,'?'),(_binary '–\èõ\\ý!»]¨“¸—BWV','wp-content/themes/houzez/template-parts/listing/partials/item-features-v7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-v7.php',0,_binary 'š²-\Íô“—d‘~£\é³\Ã\ï',_binary 'š²-\Íô“—d‘~£\é³\Ã\ï',_binary '¦Öƒ(!]Ff\Æq\Í\Óaˆ´¦+ö.ý	µ”y—Tp\Ã','',0,'?'),(_binary '™øÑ¼|9\Óz\ÚÁöL•','wp-content/plugins/insert-headers-and-footers/includes/shortcode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/shortcode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w.;\ì‘(¨\0¨ümm•',_binary '\ÔÛ“½å¨º$¬Ó˜·£o\êÆ·ww*ûo\ã-Ë¦½','',0,'?'),(_binary ' ú\à\n\î#T¨\ê?×»\ì\Ë','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6ñ\Î\×þ@E-\í­mdo',_binary 'Ì‰Y¶\âj\'õ¤i¹)j|E\ÍV\ê†¸Šl\ÉF\n¯L\ì','',0,'?'),(_binary '¨&ŠKw{˜G ¢=','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '°…€Ô§`\Ö|\ç³}\Ð','wp-content/plugins/google-site-kit/includes/Core/Util/Migration_1_3_0.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Migration_1_3_0.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆŸ\á.½‘oú8Cqú',_binary 'Š;\0\Þ\à\áP§™÷kÑÁ€& \Ù{\n\Ã#\Ú&`\ÂŒ^','',0,'?'),(_binary '°Ãš2\â±ûd\Í=','wp-includes/rest-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'LN\àCX\à\Þþ¤«U	&‘',_binary '™ˆ€·/N°\íò—Q1+Š(\ÙH?§þ$\ãªT\ÖCh{','',0,'?'),(_binary '·P\0\'\Ø0l§Ÿ¯v\È#J<','wp-includes/js/jquery/ui/effect-fold.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-fold.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛR\æ3*¦¶£0:Oh´',_binary '€6Šü?Ç¨z\\,\âÜ¨…©\Õ\Þû¾®6‰ô³\ß','',0,'?'),(_binary '·ù=Y¹e·²‡Šzr','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ur.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ur.js',0,_binary '.-.i‹Œ\Í6\æI(7Võ\ÓA',_binary '.-.i‹Œ\Í6\æI(7Võ\ÓA',_binary '\é«Þ¼¡U\0\è \\øo\Å(²ƒ\njÎ¢-‚#<Tomk','',0,'?'),(_binary '¼J\Û\ZùŽwt‰m6_\é¦','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬õ©P	g=“{\n€%{',_binary '>\Zñô-\Èd\Ö\âHADnœ»a\Æ\Ì\é\Ñô;\ìG§ðñ\r™O','',0,'?'),(_binary '\ÃYüô…Ú¤Kû\×.z’','wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_horiz_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_horiz_36px.svg',0,_binary '4½\à4\ìÿ¬ügd3‡&',_binary '4½\à4\ìÿ¬ügd3‡&',_binary 'Õ†^dx}yI0\×4\03,EA­\ë\ëU‡ö','',0,'?'),(_binary 'Æ„9\È\æK¤\ìON0~','wp-content/plugins/redux-framework/redux-core/inc/validation/preg_replace/class-redux-validation-preg-replace.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/preg_replace/class-redux-validation-preg-replace.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñÁ¦\ê(W•wÚª°(Ll\\',_binary '<©\à\ÛÈ˜;\ïm\×xW^1\ÃùÈœª	÷—\Ð0','',0,'?'),(_binary 'È„”\Î\Óxy¨\åõ‹\Ö','wp-includes/js/tinymce/skins/wordpress/images/embedded.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õª p\ÝN¢\Öy~\Ãn\"',_binary '¿{ó¹u\Õx\Ó\'‹À\Â¡J¦Âº@i\"H;ò]6h','',0,'?'),(_binary '\Ê58L(\å9 \Ó|¡n\'','wp-includes/blocks/comments/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡\ÏÞ¸2\Ñ\Ü\'N\É\ßó¢\Å{',_binary '=ŠÈžý\Ò=|k\nm\äœ\Æ<û‹sq^Pò\ìi\ÇfmŽ','',0,'?'),(_binary '\Ìn¼:k;M·\Óe`§\à[','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/de.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/de.js',0,_binary '‚,a%Ê‚‹5…@\å‡\ê\0',_binary '‚,a%Ê‚‹5…@\å‡\ê\0',_binary 'ª\Ô]{=E\ã\Ýöj<<v½üUd|¨9óŸ~Ž€x','',0,'?'),(_binary 'ÏšWqu_Š8\È~\r¢¨\á','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘~‡‘—\\NLfYlŒY\É',_binary '’Y…\ÉüL¶²EMÖº‹\ÔBE}\ï7A\Ùr8^ò.gZ','',0,'?'),(_binary 'Ï´ 3P`#8^\Ý\ÖZ','wp-admin/css/colors/coffee/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/coffee/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þˆ¼ôO‚\ã££Tþ\ÍÔ§—',_binary '0;¿E’\Õø–¾\Ô±F\é½o‰\nôw\ï˜`z¹r±J','',0,'?'),(_binary '\ÒG¹#ô;\"L\É%„ú\Å','wp-includes/blocks/categories/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'cŒHl\í±|\ÏA‚—yš\×',_binary '¿R\ï\Ì\âƒÔ”¾œ\Ç\Ûý=\Ã%3•\ÃÄ‚²fce','',0,'?'),(_binary '\Ò\â%O¬†›œ6O8²','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô\Ò9”Š—CZ§ü¶g¹',_binary 'YRWe\Èu¼–\ï\í\ÙÁô“˜\Ä\Ñ\Ì\Îp\Å{Â³\ÞR\Ä>\Ô','',0,'?'),(_binary 'Ö#œ¬øž¿g¥¡Ö¿\Ã','wp-content/cache/wp-rocket/point2listing.ca/service/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/service/index-https.html',0,_binary 'ùÿ1px\É(¯\'©2zy',_binary 'ùÿ1px\É(¯\'©2zy',_binary '@\ÆÐˆ6ô¿ôø“‘\ë‚þô\ZiÀ€–4©š‡z?ü”','',0,'?'),(_binary '\Ú‰\é\É\ît\Ö\í\"ûù®','wp-content/themes/houzez/framework/functions/woocommerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/woocommerce.php',0,_binary 'ùð´^\Ø\ÚÞ‚€3À\Õ\Ô\é',_binary 'ùð´^\Ø\ÚÞ‚€3À\Õ\Ô\é',_binary 'ý«¶v£³\Ìý}%y¯—\Ä!¯Á÷L”–\"Åš£\Ø\Ë3oc','',0,'?'),(_binary '\ÜS>¼ªaÐž?11I‹žõ','wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-not-premium-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-not-premium-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úñ;ÁXsÊ®M\ÕÈ´¶y',_binary '\\”w.¾2\Í9\Ì\è‘XA•*zÈ´\ÊÁ=; p\ã\á=µ','',0,'?'),(_binary '\áB¨.ª•eµ.o,rÜ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal/BillingPortalServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal/BillingPortalServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²d«\Ì{uiNò#|ú1',_binary 'ŽY\ì\Ð{ªb?}º­rÁ)m£\Ï=»aW¶©\Éô\æ\ë','',0,'?'),(_binary '\ç\\i«>\'›Eªƒ\Ó\ì[²','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContextSaas.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContextSaas.php',0,_binary 'Eg\"\íI«{¯šºgW\ï…',_binary 'Eg\"\íI«{¯šºgW\ï…',_binary '†@O…¸}\ân,üÿ1º€f©g£š°.=óþ©…\' ','',0,'?'),(_binary '\í ÀC‰Yšô.}°K','wp-content/plugins/wpforms-lite/src/Providers/Provider/Process.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Process.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!ER³³zF:H\"\æ¿[',_binary '\è\ëS,6OM\ÚEõg\Ò,Iö\ÕSÍ€<3jç´­¡<øÐ«_','',0,'?'),(_binary '\íªt3 .\Ç\é^\0¹¡\áŒ','wp-content/plugins/wordpress-seo/images/alert-error-icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/alert-error-icon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dyÑµJ6ÿhh2=YØ¸x',_binary '\áS6]+\Þu^L1n\Þõƒ<»7º\Þ\Õ/Mõz™\Þ`\èf','',0,'?'),(_binary 'ò\Ö\Ý\×\ÓnB“˜þC\Æj','wp-content/plugins/updraftplus/css/updraftplus-admin-1-24-4.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-admin-1-24-4.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó··%Š];1\0\Ôm§¡Áº',_binary '\Ó^ösŠ\Èiy®\É5\0kY\Ùe\çÙˆ£\Äù’\ÆL­*\Ñ','',0,'?'),(_binary 'óÒ’ý€vž<	©E\Õ','wp-content/themes/houzez/template/template-listing-grid-v6-fullwidth-3cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v6-fullwidth-3cols.php',0,_binary 'mM,9Xž‡`Ø‚Ž/',_binary 'mM,9Xž‡`Ø‚Ž/',_binary '\Ã\\“ƒ‚dgtÕ¯B\Úvÿ\â;0 ô°îµ€˜u¯\àõ\Ü','',0,'?'),(_binary 'ø\Ë\é\ZcPõ\0\Å\ì\\Ql«','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è\Îý\è¢uSÐ¢ðk+¸©ÿ',_binary '°¾ô\ã18z\à_Ð¿.¿˜IT\Ç\0-.n•¾\rp\é\ïn•','',0,'?'),(_binary 'ù\"7\ÕD6\ìø¡ö?B0\'','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-24-4.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-24-4.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\\\0&\êp)p™¢y‰£¢',_binary 'n^0\ìº%‹\är\æ\ÑØ‘¿\Ì\íJý$`\Õ~LM	ö•','',0,'?'),(_binary 'ý\n€,yº’Ð‰½Ê¸÷#','wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Í¸,zxWy¦r±·\Û¿•',_binary '\ÆoU¢-´\ïú¦¼’Jn#º.JSÊ’w@º\ï\ã\Þ$”_p','',0,'?'),(_binary '\0›,¾#µheLGº(}','wp-includes/blocks/query-pagination-numbers.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-numbers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Xk‰º.Im€­¯d\íyû\îR',_binary 'd«4E¾r’N\Ìsÿ>7\Z dól`qi¼\Íœü\à','',0,'?'),(_binary 'Gµ²1‘®i\Ôt\Ýn½ \Æ','wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TG_\â¾ø\ÔS’§<&­^\Æ',_binary '€Üû:Â¾¨\æ—ñ\èŸ9$†7##ú±ôÁB\î\Ò<\ÕV','',0,'?'),(_binary 'e\å\à´Á»üJyaË¯—','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f¬\Ø\Äü¡g\Æ\Âp',_binary '\"NV\ä	\Ø[]°\Ôtm\ï}\ÌUú!Fº-®ð_€','',0,'?'),(_binary '\ã7!ê±Dë´˜\Îþ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/select-tree.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/select-tree.php',0,_binary '“VJ1Ž\æQ°ä°€Tf.',_binary '“VJ1Ž\æQ°ä°€Tf.',_binary 'g]f¾À\Ö\n”?\ë[ Wþ%­›ú\á\ám$=\Å@7À','',0,'?'),(_binary '®\â²\\}º½…—6Ÿ\ÉW','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image.php',0,_binary 'q\Ä1\æqºH\Ä\r\Ë\Ô@p',_binary 'q\Ä1\æqºH\Ä\r\Ë\Ô@p',_binary '\Ð	\Ã\ÎÁ„i“R\ïõÆ¿¿XFÑº™M¼\Ï–9/','',0,'?'),(_binary 'ø8\n\'@È¾\'dª¹\ì›','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?\Î\ä#bšDq\Ù\Þ=œ',_binary '1&\Ò\É\\”ŒžG«c>«\É\çø¿¨¡‹\íöjQdL|z\Ìò','',0,'?'),(_binary 'Em\Î®¿Ž\Ð..\ã‘','wp-content/plugins/revslider/public/assets/svg/device/ic_gps_fixed_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_gps_fixed_24px.svg',0,_binary '“ó¨G~)5³o\ê±\Ä!gÀ\Ã',_binary '“ó¨G~)5³o\ê±\Ä!gÀ\Ã',_binary '¬W?Ú“¸-µJA\Éö\Ä\åVÛ©TSÁ`„o\ß{+¥‡','',0,'?'),(_binary '¤¼F\×6\å	l\î¿%','wp-content/plugins/redux-framework/redux-core/inc/fields/background/class-redux-background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/class-redux-background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•‚\ç\Î\év,×·[®',_binary 'Øª\Ä\î\Zà§µ\Ø3\Ä+\è\ß\åRE œ‹\î!°<Ž²','',0,'?'),(_binary '\æÖš[\×\á^+Ÿµ\Ùb','wp-content/themes/houzez/js/vendors/i18n/defaults-et_EE.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-et_EE.js.map',0,_binary '.\ä­\×‚\Ñ,8Žrœ ž9C',_binary '.\ä­\×‚\Ñ,8Žrœ ž9C',_binary '\Ãwe4W\0\Â\ä_\\A*õ\í\Úò\Äúððvµ\Zg?	r€/','',0,'?'),(_binary '\"’ŸNß¬jj)…Ÿ\0Œ•N','wp-admin/images/menu-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/menu-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jGÿõþ\âù{¿>¯^;$‚\Ó',_binary '–2]y\â\×#h½\â\Ä2ö9ø> ^s€\rH\å	\n\Û\Ügš\Ã','',0,'?'),(_binary '$r%—sòµóÎ¥\ÓK£\ä•','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<™­~£¤gjðU\à',_binary 'ý\ÉOˆ„\ë\æ\ÚônùX\rñR`ú\Ã\Ò ö:\Ãf\Ç9\ï','',0,'?'),(_binary '(î…ÿð\nDfóx¡UY¨','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedDebitService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedDebitService.php',0,_binary '0:lTW¬^q|\ÂÁª>x‰ò',_binary '0:lTW¬^q|\ÂÁª>x‰ò',_binary 'ò´-òK\îèŸ­4?ÿJ¶\"JÀõPŠiò+¸\ãf\Ôp\Þ','',0,'?'),(_binary ')-\ÑŸ»\è=*\ï‘9,…','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_4_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_4_24px.svg',0,_binary '~­\èjÄ½p\Ëa*Ó­¬Â·',_binary '~­\èjÄ½p\Ëa*Ó­¬Â·',_binary '`.\ì3\Úbõ„l\ÆÎ–\Æo\î\âd€4A\ãF°\énJ ¼‚','',0,'?'),(_binary ',\Ù\æªÛ€sBK\Û','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic-latest/meta-box-conditional-logic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic-latest/meta-box-conditional-logic.php',0,_binary 'ü­#ðk[C¥#$­#W†',_binary 'ü­#ðk[C¥#$­#W†',_binary '[\Éo4\Óôœœ\å\ë˜0‡ð×¨S÷Žü\á\É7¶7TÉ','',0,'?'),(_binary '0\Ê\Ø.\á\âfu\ê\È1©K','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çªZGAJ:ó™»\ä8\Î\è)',_binary '\Ð?/+B°:T<ð[kmÿ\Ã\Õ*\Ç\É¦¥s\âmÀ0','',0,'?'),(_binary '2W¾\Âxœ	ö$”õº¸¨','wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ù”T®«Ÿ\0V\Ës„\ä	ª\n¸',_binary '\íò\Ê_Ñ”£Ÿ^ó\Õòª|¢\ß\Ï}\Í;PÎ<òð+$','',0,'?'),(_binary '3’„¿X´G%<!>','wp-includes/blocks/pullquote/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å´³±Á\ÈJ¾‡\Ú}”Y',_binary '\ÍFF8\ßQÎ‘yÞ–/­\ËW-Í£¦Ã+÷›¾\äK[\í¥','',0,'?'),(_binary '4o\Ë#,¼\r@\ÝR¥™)','wp-content/plugins/redux-framework/redux-core/inc/validation/preg_replace/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/preg_replace/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '7\ç/”¯º9\æn\\u\á\\','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/Page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/Page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄÁ\æNKCað½*’‡²À',_binary '^BNõ\é,·¶;!X£c´\ÜJT}\æK±ðu(\ËÎ±ø“\ÐC','',0,'?'),(_binary '9*I§±œCc“ºŸô','wp-includes/blocks/post-excerpt/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦9Áÿ\Õa¹Nð4=’™\r^',_binary '\É~üÅªA¬\á‘W\ä\Èw¡@7Švzš\à¼ö\Í\ä£4\ï_','',0,'?'),(_binary '<\Þ©\"‡¦Z©\ÅV\Õ','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_square_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_square_24px.svg',0,_binary '÷•ú…0?\Ð\à\ïocY\ß',_binary '÷•ú…0?\Ð\à\ïocY\ß',_binary '\Æo¥Kž\âSq\Þo\åØ–Y,ƒh98Á¸¢±[I\Äð','',0,'?'),(_binary '?>h!\äXÁ1=\0ˆ`','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Utils/UriTemplate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Utils/UriTemplate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šQQª\nl\\x˜\Òü7\ä¸',_binary ')­\à2Ü¨\ÙTj•‹\ÛóN´H\Ð\ê\nx\"\Ð\\†?\ÆÿcÝµ','',0,'?'),(_binary 'C6\ê„l[E\áÊ™\Í[Ç','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡a5dx¿‘a÷ó\ÉAr',_binary '¶\Ä­Œc’ƒ\ØjÌ€i\ãš\Å\êõD\rFý\'Üˆs\Î\é','',0,'?'),(_binary 'M­[m{\Æ1£L­\Í]z\Â','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/ReCaptcha.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/ReCaptcha.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï\Ä\Ø@v}¹\å£@1•¿',_binary 'b\ÔõFhŽ¬\\‹+,©›•·¢\á¡>ÿc&¿û\Å\Ü7','',0,'?'),(_binary 'N\Ä¼-\Ô\×g<®-w\ZEV','wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.\ZwJõë™§@E:/©³',_binary 'i¿A™\ëGÆ‡°\Ï/†18ŠšV|Z¯C\ï+<‡','',0,'?'),(_binary 'V\äú|i³÷\Ö\ßL\È\Ôq9','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart18.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart18.svg',0,_binary 'yS\Ã\áÕ¯\0	ö+G\É[',_binary 'yS\Ã\áÕ¯\0	ö+G\É[',_binary '\àÔ±—²}þ_\n·®]x\àOŽ`z÷r\ì\\t\ëXýGV','',0,'?'),(_binary 'Y€k¼·¯À}7\Ü\ï\Ä','wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[b‚¬Ç­¸$™:\æ±D~\Ú+',_binary '\ãñNŸL\ì§Á\È#û\r6&}$¹cN…Ah\áÿ\îY\ï','',0,'?'),(_binary 'e£\äùµ4|\èk!\äú','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-metaboxes-helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-metaboxes-helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ«S\Ü/\Ü\ë€2™¼*',_binary 'u*…\ä)o(r†V\çñ’\Úõh´Ç…/·p\ßmDY;5','',0,'?'),(_binary 'k(ð\ä­d/“\Æy÷k)\è','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆƒMh\n«TÀ­\ÛC\å1†',_binary '\ØLþ „\é?_o\éñ$!¹‹–P\×\n­»\íWlj<','',0,'?'),(_binary 'l\é\Ú‚8zf÷\åodÔ','wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'WžúÁDƒ¼\ÈÚ–Y\ä®\rµX',_binary '2Éµ–ˆ–þ0\ï\ïAaO\Ï.\Ä 0”\"\Ì&%P\ë','',0,'?'),(_binary 'nA\Û\'\Ú\rNƒS\â\æ¡t','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/InboundTransferService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/InboundTransferService.php',0,_binary '¯m…}\ç·\ê.ª¬\ÜXT',_binary '¯m…}\ç·\ê.ª¬\ÜXT',_binary ';úœ\ÅDð¶F²~ª÷]BjŽp\Ùc9>-–L\n\Â\Ô1õh','',0,'?'),(_binary 'o•nL\Ì]oô¢\ê\ï\æ','wp-content/plugins/google-site-kit/includes/Core/Util/Reset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Reset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×Ê±ð\æ¯è¬ºöT\î=,G',_binary '&L\éfj†V$J…\ìPGt½Ký³u\æ]0&1s2\Õ\\ÎŠ','',0,'?'),(_binary 'q¨ˆ\ã_\"ñ1\ÉF','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…+\ì{\ÏRN¯\ÇaŠ',_binary '$ÿ\'@™Î¿o eÐ~Sƒ1pt\Ýy>Ô»#&¥\êVðú','',0,'?'),(_binary 's\ë\×&^\"W\ß\ÅÀºD=À','wp-includes/blocks/query/view.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/view.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡xIS¹˜_t¥©\Þ\\\Ï%^',_binary '¡\\Z‰žó?;\n±·4c¶wMz™:Ž`‰?0jº,N#\êš','',0,'?'),(_binary 'tZQ¥Yz0…ú½\ßè·«','wp-admin/images/wordpress-logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/wordpress-logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ°ùy¹\æo\Ã8ô\Ë8S¥`Š',_binary 'bx\ÃLüPÍ°\é\â=^’\í\å÷¹aõm\Ï\Åñº»1i³\ß','',0,'?'),(_binary 'yvtTüP5-+`1\ë\È','wp-content/themes/twentytwentythree/templates/404.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/404.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%û\Ì\"ŒÚš\'\ìÀ&õ\åþ..',_binary 'œb\ây&±þ>\á¦ñ#áŽ€R ù\Ó”\Zø]j_','',0,'?'),(_binary 'z—v½\ìKñ\Û\æ\è\í\Z™','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPPost.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPPost.php',0,_binary '\ÌÙ¬\Þi¶\Ú[WQòŒ²ÿ',_binary '\ÌÙ¬\Þi¶\Ú[WQòŒ²ÿ',_binary 'ys\Ã:hd\ÝDTh„\Î45¬	I\ÝuŠ·Nò\é\ÃzÃ—','',0,'?'),(_binary '|¨=¸^ƒôÃ°Ÿ\å–\ß6¬','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/TeardownTag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/TeardownTag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºPü\íqe3ü\ç®7\Ð\à\åA',_binary 'ÀEZ7iMzCŒ\Ñ\ë‰Î¯Îœ€\"/Æ»H\Ía]pKjg0ñ¾','',0,'?'),(_binary 'ƒ)“—´E„\Û)¾K”;','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îþ‹0w\Z\Ð\"\êTVej²l',_binary 'W#…}†Z²~4£\ÕNU´’‹“ø¥\êWœ2ö‹\á\é·3','',0,'?'),(_binary '‰7w\Í\à«z^\çy=oó','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Goals.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Goals.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã”1.5\×y\Ð\ì=\ãF,\ç',_binary '¼hLfZd^ø+\Õ=\è-§ÿ\Æ%\é˜ ^\n¿@›sHñ','',0,'?'),(_binary 'ŒK\Ü\á5\ë$rE\Úpð','wp-content/plugins/elementor/includes/widgets/accordion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/accordion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aC‚`)\ï¥)sû.Ð¯',_binary '¿–¤t7\Ù0\ìq³±R»j`&&QŸ 0¡Ö‚¨†–ž\â','',0,'?'),(_binary '\Û\ÛóØ¾H3eœ»ù','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é<²\rŽ\Ê\\:l\ß”\å(š',_binary '¬\àFr³m¢D\ç\Øô»f\ìùhÜ Y>|3\'FN„\"DT&&3','',0,'?'),(_binary '•\Ð$\ÛÒ”k/´ˆÈ ð‰„','wp-content/plugins/wpforms-lite/src/Admin/Notifications/Notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Notifications/Notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êÜ†\ÐüzñJu€\0ªõ\Ê',_binary '\É\Úi,\ÏJ\Çü\Ó-!l$\Ò&\Õx%\Ù%·\Èòð°÷¹  ','',0,'?'),(_binary 'œý—k’5SH\å\Ð\çÐ«','wp-includes/SimplePie/Author.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Author.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?ÿ˜hK\0ªk\Û1ô\Ê\ÂN\"',_binary 'N©¿\Ä\\ü\Ïpt3‰\Ú\ÆŠ+,lù\'\ÐcOQ+\Î÷ZŒ','',0,'?'),(_binary '‘À\ÑsÖ»,\ÚÈ¸ü¬»','wp-content/plugins/wp-rocket/inc/Engine/Debug/RUCSS/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Debug/RUCSS/Subscriber.php',0,_binary '[\ëPk«–\í,P8HS ƒ',_binary '[\ëPk«–\í,P8HS ƒ',_binary ')ƒ¦\ï{­\Ç\Ä{ôˆd\"E½w\ßB\Ç\\\ÈûDee=R+','',0,'?'),(_binary 'Ÿf¶z2\'¿/rJ	ž›L','wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentTotal/Field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentTotal/Field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c¹g\ÙCÁ\n\æÁò—`Y t=',_binary '\0\\÷$4\Ê\ät\æ\0¬H¹[û2)\ïå™’ð\ÐGWŽ\\ø','',0,'?'),(_binary '¢\ØÀe\ßbWüA0\Ïd','wp-admin/images/comment-grey-bubble.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/comment-grey-bubble.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y*\'´‰°©tÀ¶²F',_binary '7	®y²ñ®Œ¬\Ð\èU{\Ã®¦ˆÔŸ\ã‚\Å`¡§]m¢ó','',0,'?'),(_binary '¥ò°Q:y€;\Ä\Ñ=ù\"…','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_si.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_si.js',0,_binary '¸WBcÙˆ„\è\ï\Î\Ð<',_binary '¸WBcÙˆ„\è\ï\Î\Ð<',_binary '<~•¬\ngXÕ“/½‘\Å.–h]Qˆ\ÜUH|Î‘h ','',0,'?'),(_binary '¦E:–ˆªÁiÊ“*¦','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/TwitterOAuthTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/TwitterOAuthTest.php',0,_binary '‰\Í-1\r†±´û¬\Ôbv\Æc',_binary '‰\Í-1\r†±´û¬\Ôbv\Æc',_binary ' \Ñu\ÕøŠ\Ñ=o9€\ØPP-Õ¡\Ìa}a\ä•q[Ë¨-­','',0,'?'),(_binary '¨b¦/ÀË¡\í\Õ|Rþ†÷','wp-content/plugins/google-site-kit/includes/Core/Storage/User_Setting.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/User_Setting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±\è»he× s(Z•s†¤,',_binary 'Z¼\Ñ‚\âxWBw¸gÞ†W¬¿\ÆIü’–š\Çt ú¡/\Ò','',0,'?'),(_binary '³•[©Œ\Â4\âò°?s','wp-includes/css/dist/block-library/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jK—p\Õý¢„²(\ç¢F',_binary 'X\Ü=ø\æ„\ÚÃ¶“,_»‚oª\Ð\â<\Å\Ð\×!&IË½','',0,'?'),(_binary 'µóï„µ\nÂ¢#¼È®Uû¶','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é7\àJs?\í»\ïKº',_binary 'Þ…¾\Æ\ïýAO\ç\îùVs„9|…ž¼n\É\âyOtõ·','',0,'?'),(_binary '\ÄIa»\nØŽš–\ê\Ða','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í¢¾>\Z\ëð°\Z+•,',_binary '*y$˜MQ[q\Ó:h\éš\"\îÀù)£XTC\0\ë\\k','',0,'?'),(_binary '\Ì£ž\ËÁcÕ£\Ý\ë2P','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðõj8Ý¤\Ä\Ìk\ÓûTc®f',_binary '\rSž¾\äù‚\Ãö\ÜÉ¨|b¶\Ú øxP¯\ÐNU,/ÿQ','',0,'?'),(_binary '\Óÿ@n\ë\ä\îH §Ag\×','wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ“)c5Œ4Að˜D\Äþ•\0',_binary '\Ö\Ð[£ƒ¶!úu‘.ê—°•~~\È\â\íŠC¢½&;','',0,'?'),(_binary '\ÔY>\ëÒ’À\Û5`üƒ\ælP','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬³\í‡`O€&®Á\É`ƒ·‚',_binary '\ÙRk\Ç\×þÿ5‰‰@DKô\ê8…‹‚“8”8f\n-K','',0,'?'),(_binary 'ó\Z–d3^D}†3\Û\Û','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/CaseInsensitiveArray.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/CaseInsensitiveArray.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µrÔ¿:«Y\Åp\ßvjL¡&',_binary 'E:$\Ï\æ\Z½,\ïö\ZŒ&\Þ\î/±&º³A\Éõ­V•˜k','',0,'?'),(_binary 'ó4\à\Å\Õž\"^|õš—šY','wp-content/plugins/elementor/includes/controls/groups/flex-container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/flex-container.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E®j¿Oóðl ti\ß\ä',_binary '\ZMý|^§\ÞOlð\Õû´\Å¶©þ¶6’Š¹	eü','',0,'?'),(_binary 'õ©O­X²–\Æ\0ú7\Ø\È','wp-content/plugins/wordpress-seo/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't†Öˆ\É=’Pt-oS',_binary 'ä¸¶û\ä.p\\\Ø\æ/¯\Û>x¡|Ö´þ(QšJ\Ýñ\ë','',0,'?'),(_binary 'ƒw(ò\íN\ï÷kri®ü','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Profiles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Profiles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZY¨®\ã¢–N\ëc\Èó',_binary '\"OŸo;úm;„–¯`ù‘ødS±\Æs²Ÿ\ê\Æ\ã\Æl','',0,'?'),(_binary '	UÇž_\ÚR[kþ\Î¦','wp-content/plugins/elementor/assets/css/widget-text-editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô=zÞ»÷\î…(re	½5<',_binary '‹³L¤„\ç¸Ø£~X\ÄýRBG\Í\ï›\Ò\Ô\í\ÈyB‹\å','',0,'?'),(_binary '	eõØ­VòÀM\ë\ìÀyž','wp-includes/blocks/rss/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V¡÷»«[¦Ñ1\Ïi\æŠù',_binary 'OªOþ«ûr\'(\r¢M2J7¶ž²\Öõ¯\Ã`üÙ‹=\àh´','',0,'?'),(_binary 'm\ÉqPoD0\â*\Í\ØL','wp-content/plugins/wordfence/lib/wfRESTAPI.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfRESTAPI.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\\8÷\Ó\ÃHÁ …miü+',_binary '+›‡+ùÆŸ­\íü0\Ñû®Í‚b½=þÿ¸[ãœ”¸','',0,'?'),(_binary '³\æj„ ”\ÕfI\ÇS›\ä','wp-content/plugins/wpforms-lite/assets/images/addon-icon-stripe.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-stripe.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»Qw)\ÝÃ¢\íµqwdv&G',_binary '\î¥[×‡es•\Õd§­‚,\ê\ì*…W\\¤÷Žª','',0,'?'),(_binary '\Zl{3\á\Ï÷.-ö\Ù{m','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/OptionListener.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/OptionListener.php',0,_binary '‡_ý\Ûs\Ð}­\Ó{ø\áu',_binary '‡_ý\Ûs\Ð}­\Ó{ø\áu',_binary 'M\Ø›\0p&-¡\'5¹#\ÇD\èû\Ý\\“vÿ:Dž\n\Ò\Ã','',0,'?'),(_binary ' û,eO¢š\Ëz‚Ã‘•','wp-includes/customize/class-wp-customize-site-icon-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-site-icon-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹MóY×¥<ÿˆ÷å¹‹À{',_binary '…gT,Éš\ß\Ññ(\Îb \î\Ô\r\Åt“i·E¹¸n7·=C\ãK','',0,'?'),(_binary '&5þ±‡°°_\Ï?:\Ê¥','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/area.php',0,_binary '6ðR¨w‹j«ó¹',_binary '6ðR¨w‹j«ó¹',_binary '‹‚®’ý\Õ\×\ì¥0L–R8Å™!¤\È\Ã=\Ø2%K¹ý™','',0,'?'),(_binary '&†p´£k\'$@Æ§\Öù3','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\ÛÜ¤\Þ9yAû\ê…^·O',_binary '^·.OF” R\×ùlŸ‘\ëLœv.¹\íH\æ¢óH:}‡','',0,'?'),(_binary '\'©\ÌN¤8…_¯\n’\"÷˜h','wp-includes/blocks/comments-pagination-next.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-next.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.“Gxlt¡D\ÛpDuþÿ',_binary 'z#\Í=¹4+6òx\Z¨0$9›$]«wµ–ihl.J\Ò','',0,'?'),(_binary ',5\ÍXp\ÌBFdc’j+”','wp-includes/js/dist/vendor/lodash.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/lodash.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\Å?\èdo2\äE)x÷',_binary 'už\ÝZ\ì\n­.\ç\åó\È¼	°\çRJ–|\Ãl!²\r','',0,'?'),(_binary '.ò8¬ ²\n\\ýd‚\ç','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êŒGiO†ZŒ˜«\ß3_ñ',_binary '\àa\á[\Îna„SœÀ³;\ÝÑ¦^,·\0ÿ`\Ì3\ã…-ú','',0,'?'),(_binary '.ôk\Ø\ÎQÚ£ø\éÖ“','wp-content/themes/houzez/template-parts/realtors/agent/specialties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/specialties.php',0,_binary 'ùWg,€\Ût\Âú¬\Í$ªói',_binary 'ùWg,€\Ût\Âú¬\Í$ªói',_binary '½Heü)ÿ-.#™$^ˆQwI¯´\"5BKóÆ¿pZˆV','',0,'?'),(_binary '4º\Ä,Nf+{kö÷^–þn','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/MeterEventSummary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/MeterEventSummary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm½ýgò\èÖ’°o E\ÑF',_binary 'afgp\ÂX\å‡$þ£\Ð2;=ý²eL£%\Ùù\ÑX','',0,'?'),(_binary '5¬l\0\Ï(X¹Knµ`k','wp-content/plugins/revslider/public/assets/svg/action/ic_book_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_book_24px.svg',0,_binary ';ªžCYµó;hùP',_binary ';ªžCYµó;hùP',_binary '²‡˜ü\Z\Èq27:œók“½~¨cL:„m‹ô','',0,'?'),(_binary '7\Üc-¾”\ÕkÐ„\"¶`k','wp-includes/blocks/html/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/html/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\È\ZØ€\ÒWZn­\Åò}tC',_binary '3$„ôq™] \âC ’A¾\ÉBÃ¥Oqc\ä§\å\×t\ïÓ˜s','',0,'?'),(_binary '8-©\ÆŽj/´XQ\\! ','wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ6Õ´\íQ«\Ö\Ó\ä\ï²',_binary '\Ð2\Å\ÝW¡6ô/#\"R?ýoƒÀ\Ú}·„q¥^	F','',0,'?'),(_binary ';\ç°Yy@_\Z±_‡\Ðê¡¦','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v1.php',0,_binary ';Oú\É5\ç\"¤\Ë}Ýœ0™',_binary ';Oú\É5\ç\"¤\Ë}Ýœ0™',_binary '¤*‚º\Ô8›­Š\ÕÑHW»\0¶{VŽUSQþC¨[³`½','',0,'?'),(_binary 'AB *>–\Íý¡Ÿ\ãoÉ•\ß','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Forwarding/Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Forwarding/Request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?c§2Ã˜\Ýÿµw=\é O\Æ',_binary 'ª¿·¡\ëX\î3‹õ&Œûuû\éIT\É	@ì§¥e','',0,'?'),(_binary 'D\0ŒÜ–l\æ ^\ê‹)','wp-content/plugins/redux-framework/redux-core/inc/extensions/shortcodes/class-redux-extension-shortcodes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/shortcodes/class-redux-extension-shortcodes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ¥À\é]8\Ë\ÞööWT¯Ži',_binary 'o”òÿW‡voG¢\Ü\ã—z\Õ<…=|\r%¨ÖŠSAo\Ã\Ä','',0,'?'),(_binary 'Fo£N?0\Ì\ß\Å\É]p«õ9','wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-4.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-4.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\Ñr\'6_Eû\Ù\"û¯¶£',_binary '\çB\æ\Õ#®icˆ\Z6ö\Ì\ìJ\Ã=\ßó6\ç;­_ðÀ\êT','',0,'?'),(_binary 'H:OËµð\\\äø\Ãpc','wp-content/plugins/redux-framework/redux-core/inc/validation/color/class-redux-validation-color.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/color/class-redux-validation-color.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VlÉ˜eHu:{BR \Í\Ü',_binary '_\à\Þ{Nð\\j\n›¯\î3{¤ebñ‰£ŒÎšø ¹¶\Z','',0,'?'),(_binary 'JR†¸&«“[\î?|\ÃrÛŸ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/PatternsFeature.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/PatternsFeature.php',0,_binary 'ø¹h$\Í\î·\rÖƒ$Z¢2·',_binary 'ø¹h$\Í\î·\rÖƒ$Z¢2·',_binary 'gIžTý\çxM¦¼©\îž\r¡x\áI\ïQb›5N{÷\é\à','',0,'?'),(_binary 'Q¡ ·\Ô(;Ø |~R8¿b','wp-admin/includes/user.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/user.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô\Úi\ØGo/2_\Åc\0ñ',_binary 'Ë‡˜P\Ø˜\Ög\\Ìªõ\âm\æH\ÛM„S +[$\è^@','',0,'?'),(_binary 'T´]\\gø¯ö4ÅºuP²;','wp-admin/css/admin-menu-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/admin-menu-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º2O²_–y’#\Ì\ÝW–Z\Ïö',_binary '\Èa¾Ã‡\áþzÀK\Ñó\Íö\éµ7dn\ÅÅ¶fp&¨X\ïr','',0,'?'),(_binary '^\'¢þ6\îÙ’{Dw\ÌBz','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì‚¥\Â\Ä\Ò\Çk\Êtüù',_binary 'T\Âð÷MF¤§½¥™jE »“øž¢´\êS¥(½Só','',0,'?'),(_binary '`\ïvV9.3F\È,÷\ç§x','wp-content/themes/houzez/js/vendors/lightslider.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/lightslider.js',0,_binary 'â¿¿\Õ-\Þwº#P“FTx',_binary 'â¿¿\Õ-\Þwº#P“FTx',_binary 'ŸP0aˆ\ë­gñ\ÛwM¸œ»O“\ê\â{›D\Ò\re¸aLq\Ä\n','',0,'?'),(_binary 'b\ï§’p°A°+\Ô-+Ê‰','wp-admin/js/widgets/text-widgets.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/text-widgets.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(³<M\ç™}ý\æZƒ?w',_binary '”l!O^l@™X(SqŸ£½®VO£\Õ\È}Qt•©W¯','',0,'?'),(_binary 'hh¡§ Ÿ¦pž¶C–Åš','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/classic/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/classic/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'n¢ƒ=E¨´§\È\Æ\Ù\îF\ç','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä:K>¬\âz¤Û½J\Í\ä',_binary 'UO\Í^Jð\Ì\íKû¥µÉ†<2Ÿ–ú˜g•¯›\Ô\ÑU','',0,'?'),(_binary 'x¡4(hhª¼§ñŠ’\0','wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-300.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-300.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö¤„\Ý\Æ@eNmÁ‰\êVyJ',_binary '\Ì\Ð`ü\Ê_©\×\Çñ÷d÷9„>ª\ï^\0\åªe_4X','',0,'?'),(_binary 'x \Ð×ˆX;\á\"ºž\ßh','wp-content/themes/houzez/js/vendors/i18n/defaults-eu.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-eu.js',0,_binary 'Ü¤Û™g´\ë\ßÿ®~„%\î',_binary 'Ü¤Û™g´\ë\ßÿ®~„%\î',_binary 'ñ\Éy°ºŠÀyxšˆ`~u\Ûcÿ–\Ú{Å‡\ë(\ã¯n(¹T','',0,'?'),(_binary 'z2¸Š$–Áð\ÆH®\Æ','wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é\ÓQG\'?YL\0Gx…ž',_binary 'zÊ¨HWŠ3T\ï\âQQ‘}«/\à\"S§9[\Ði]ƒ\Ã','',0,'?'),(_binary '}nÌ™\æÞ›\Ô%W\í\á+8\ç','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ShippingRateService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ShippingRateService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r¶i\Ø\ã\Ó\×\æz‘\0¶',_binary '”O‡/-‚\nra\Â\Ð\Ç«\Û=\Ôq†b¨€\ìN…Tú','',0,'?'),(_binary 'b\Þ\ç¤\ÉÍ•€ñ+f3¡c','wp-includes/blocks/latest-posts/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1-DÔ¢\n~ýK8\æ†\0',_binary '¯D\É\ÌÒ¥r1÷¼5­Wv\Õ\æ\ãC—ˆÐ”e˜{%\r\î1','',0,'?'),(_binary '‚†\×ôOÀ\æö\à-À³','wp-content/themes/houzez/js/vendors/oms.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/oms.js',0,_binary 'L\Z\no—“¡&A\ÈQ+‹9',_binary 'L\Z\no—“¡&A\ÈQ+‹9',_binary '6°r\nvü¡Û†­v\rGô\æ¾\ã\çºN4ZÀ™8','',0,'?'),(_binary 'Ž,Z–\ìx„(G³·\ízH','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-1.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-1.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÆY2ú¼cÐÏ»‰—@Q',_binary '¼hªGòÔ„\îˆ|¨~qÿõ=l¨1‹` \Ý\Ö\ï','',0,'?'),(_binary '’Ï’KD<|%vQ²\Í\r…¼','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GoalData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GoalData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uP\Ïv1C\Û$ò\ì\ÚZp!',_binary 'ú,³jOq¨œ%JISR`†4‘J\Ã5˜v”-¿','',0,'?'),(_binary '“—¬%bQñ£“bM<\Öx','wp-includes/js/imgareaselect/border-anim-h.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/imgareaselect/border-anim-h.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z\Ã\Ä,\ÈntZ^6¶{Lp¡4',_binary 'qs\ßc©\Ìõhš\Í\àm-ú%\êx¨\ZB™\ìx\ß\'\ê\ã…E:','',0,'?'),(_binary '—\ïl\í\èvHš®\Êo›’','wp-content/plugins/redux-framework/sample/sections/switch-button/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/switch-button/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '™-6”Yw@½i®\ë£Á=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÏOh\æ\Ù\Ú\Å€O<FÒ¬\Æ',_binary 'PŽJ\ç¾H·¯ñt™Ns¿ûnd*Fˆ\'WW\Íaqýô]','',0,'?'),(_binary 'š)\Ì)gùnq^\î˜\Ð:','wp-content/themes/houzez/template/template-listing-grid-v7-fullwidth-2cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v7-fullwidth-2cols.php',0,_binary '°ß±\"Ò¤\ZX	|\á\Ñ',_binary '°ß±\"Ò¤\ZX	|\á\Ñ',_binary '9h’5_T#Dh4kÒ£&Üž¹TºÆ‰Nƒ\×y•’','',0,'?'),(_binary 'Ÿ~\âzk\'\Ûr;lšÀ','wp-content/plugins/wordpress-seo/lib/migrations/adapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/migrations/adapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•…N^{C\\\"\Ú6/ªc',_binary '‡Äƒñ\Ó9XzH8\Ë/O £Í¬\ÙFòý~\Æp\ê','',0,'?'),(_binary '£\Ú\Ú\rD‚\ÞaŽ§ƒ«','wp-content/themes/houzez/framework/stripe-php/lib/Service/PayoutService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PayoutService.php',0,_binary 'h\ÅKu\à$)\êU6\ÚWf¶%',_binary 'h\ÅKu\à$)\êU6\ÚWf¶%',_binary ' ¸4\ÕA\Ê\Å¤\ê\ã\ÇvÊ£LB—¶\à©+ ¾\àQ','',0,'?'),(_binary '©¸¥0,X\è­\Û','wp-includes/css/dist/edit-post/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wR†\ÓH¼‹\Îh@I³²[',_binary 'ˆ¡”œg\ä5\Åù÷\ÜVm*_\Úüv*.’š]òˆ­yLMµ','',0,'?'),(_binary '­\ËH0o>\ã4\ÉC^¼Nü','wp-content/plugins/elementor/includes/widgets/sidebar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/sidebar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™`Óµ¦;d¶{HÅ“‚J',_binary '¨\0y³k5ú1ôÃ•5ˆ0\Ë Í»\Ü/tI\Û$S\êºü','',0,'?'),(_binary '­ÿ©;¯Ù©\í\Ü\r¬0|','wp-content/themes/yith-wonder/assets/fonts/Raleway-Italic-VariableFont_wght.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Raleway-Italic-VariableFont_wght.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ehû-L±$Œ)	ˆ\Ów\Ü\æ*',_binary '‡r\Üi$Z{&\ÚH»iØ™&O‰ r\r©™%0²Lq','',0,'?'),(_binary '±\r5 -|\ÔÁËƒ\ÌI\Z','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É˜:\Ü?ì¢‘®.\'\0C\Â',_binary 'Y9½Æ£ù©\Ï\È\åƒY®ªl-[	\Ã\Z®‹€²/','',0,'?'),(_binary '±A]—z5™‡þa\Öp*','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal/ReaderService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal/ReaderService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ³\íŠ}ûW<gŽapv@\å\Ó',_binary 'o’ª#©ß‡š©e€t/¹g\Z¶m\Ú\çrGs&±','',0,'?'),(_binary '´rª\Å\0Q@\âsÎ®','wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\Ð0\Ê¿ý\Ý\ÃV%',_binary '!V½\×%\ØX!\ÒE=SŸA¼IA9\ëmG„À\rm½÷qGA','',0,'?'),(_binary '¶´g?\Ä?º\Úa\\–-ˆü','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýÿ½\rp½\íþ\Ý=\ÜÃ¾k\Ü\n',_binary ' ¯+ˆ°Y|v\ìs\æsx´¤\ïe\\¡ zŸK\ÐfI·&','',0,'?'),(_binary '»N4„|CU:½&\ÉÈ’›\æ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/EventData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/EventData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')O{a23f¢/\Õb±\Ø',_binary '\Â0%C;\Ãqò\áÚ¡N\r:w\'w\éQ\"W\'\Æm\×','',0,'?'),(_binary '¿D\Åø\âSv}\Ï\r¶Dð','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Á\Ê{*OÙ¯\"Ëª,','wp-content/themes/houzez/template-parts/listing/compare-properties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/compare-properties.php',0,_binary 'Jlùv¼\Ù\ëkña7)3',_binary 'Jlùv¼\Ù\ëkña7)3',_binary 'ƒ±®¸·¯µq’mK.\Õ\ì\Ø\ä»\Î\Ãbo˜9†_Tb‡\í','',0,'?'),(_binary 'Çœ1²\à’—\ëö\á>Ÿ','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´slø¹\0T\ÖN@W\ÅV8',_binary 'ìš‚8¯)WkK\ïi-ˆPB\Âðx\ßbgÁ…dx™','',0,'?'),(_binary '\ÉY5<)~ §õ\Ý#\Ø\Ñu','wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ˜Ú¨{\ã£+À~?Ž²Œ=',_binary '÷þœmÜ©˜\î{„¶\Ès\ã W†L\ïž:Œ2¤\Å\í','',0,'?'),(_binary '\ËŒ?A`¢n˜³‹úY','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CreditNote.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CreditNote.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆUC*s‰9¥GžlÐ—Að\Ï',_binary '{šùš3K7‘­\×b´üŸ\'	WþŸ]3\è\Èõ©_P','',0,'?'),(_binary '\Ò\nj¤Æ¡ZÂ†Ž\ì\Êå¢—','wp-content/plugins/houzez-theme-functionality/elementor/widgets/open-street-map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/open-street-map.php',0,_binary '¼\Ð\Ü:=õ´\ÝÀi(',_binary '¼\Ð\Ü:=õ´\ÝÀi(',_binary 'C‹2˜\×U†Ù¨†´ø%\íB,Ó’t1;@\ãb\ær\Ü','',0,'?'),(_binary '\ØIÆ¦þ\Æ+\æd¸¼2\Út','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ko.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ko.min.js',0,_binary 'L\Õ;z¯öÀTv\Û~ók·',_binary 'L\Õ;z¯öÀTv\Û~ók·',_binary '·=\Þn—õQ°$\ç\Ø\0F(þ\"•ifø“O\íÃ†¶Zc','',0,'?'),(_binary '\Û>É­ž;\\}Ÿƒp#_‹','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ReflectionContainer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ReflectionContainer.php',0,_binary 'eœC|—i¼š£•žú¨³Z',_binary 'eœC|—i¼š£•žú¨³Z',_binary '\ë” —‡IilÆ’\â\êŸ/J\rs\ß;¶\ÜjM\Ñ\Ì+ƒ`','',0,'?'),(_binary 'Û£\Ýù#z;ö÷\n\\H,œ','wp-content/plugins/wordfence/lib/wfScanFileProperties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanFileProperties.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':ŽÁ¹\'¡B¢(\Z6]³­^',_binary '¾» ö(‹ ‰\ë&\äf;®\â(…”J\Îs±\ßU\\\ë`ó','',0,'?'),(_binary '\â\×rB\ÉG©0ö\n\ç\Ü\ã','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/AbstractJSOptimization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/AbstractJSOptimization.php',0,_binary 'fGùiPöÁüˆ†½÷¬\n%',_binary 'fGùiPöÁüˆ†½÷¬\n%',_binary 'ºù”I	\í\ÈóÕ‡þ£?ñOO\Ú\Ëw\æ#]ú¤·','',0,'?'),(_binary '\ã(@}º¤l–o¦q†^\Þ','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ‘ƒÀ\ÉmwGp0A\Ý\Ùl',_binary '2ú¸\æö<[;ôC~\\8?Ùžf©\Õ$¯\à³\Ûo¾','',0,'?'),(_binary 'ò\Æ1¦>ZKµo³\r=ý','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ru.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ru.min.js',0,_binary 'z^>KxX¥%ŠÁ\Ï.–ò‰',_binary 'z^>KxX¥%ŠÁ\Ï.–ò‰',_binary 'ˆ`\Ô\Â}ˆ=,åœ¹Ux\'·3†H\ÅcR€\ØtCº püj','',0,'?'),(_binary 'ö†eø÷ý·RWUÊ–hr','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pùR³);\Z£`\ÅØ²y‚8',_binary '=\êË¨áŸª<´RE\'<,¡2Yƒ\ç–>Q\îl?¾o­†¿','',0,'?'),(_binary '÷ÿJð»ôb·\Èô÷¶L\Ö','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_bluetooth_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_bluetooth_24px.svg',0,_binary '\Z³K9(\ró<ó\ån-',_binary '\Z³K9(\ró<ó\ån-',_binary '€†\0[j\ì ô#›È’;r\Ùvñwÿ!&xŠµH+ôd‘—','',0,'?'),(_binary 'ø‰\ã‚\ÆA£\ëP\Ð\ß','wp-content/plugins/elementor/assets/js/0e842fae60df2bcb2a30.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/0e842fae60df2bcb2a30.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\Ø]\í¶ùì¦±xõ\ÎÈš',_binary ':O?•ò+¿\Ý\Ä]f\"EF<Ú´\Ä\ãe\Z\ær%Î£\ÝX/','',0,'?'),(_binary 'üy\Îk`¯·§r$Caxº','wp-content/themes/houzez/js/vendors/jquery.validate.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/jquery.validate.js',0,_binary '³\Èk¥³=Z/´‚®Ô¥=',_binary '³\Èk¥³=Z/´‚®Ô¥=',_binary 'w\Ê:#ô‚B\Ü&Æ¯p8n Vµ‹•´]û\ÍWl¯ù[','',0,'?'),(_binary 'ü«i)33Ü¥\Ñ\Çs\Ú*','wp-admin/includes/class-wp-ms-users-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-ms-users-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I‹¤N0\Üö&\ÍQ\Ø>:„',_binary '¦\ÔúR>F#Q\íNÁŽÁ§Û’óyWº`zM³\êG¾”','',0,'?'),(_binary '\0}\Ò\'/L1\äÂµªsxÛ','wp-content/plugins/wpforms-lite/assets/js/admin/pages/form-templates.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/pages/form-templates.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°•Fƒ`\î\"\Ûi‹\nx:L¥',_binary '–5eLóžnIp\ã\Óð\Ù\àb,+Ò‚\æLõ†o·\ÂýV','',0,'?'),(_binary ')\Æ&l\Ë	ª\ÖcüI\Öh','wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookCanvasHelper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookCanvasHelper.php',0,_binary '\ØÒ¾B\ÕÆˆ›+Ry>U@\Æ',_binary '\ØÒ¾B\ÕÆˆ›+Ry>U@\Æ',_binary 'º«˜x®ùB\ÏvAýÏŸpZƒº\ËÊ»»žô\Òö0?\âl','',0,'?'),(_binary '›|19ðu\Ý’Í¬','wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\Úe ±$Iñ\ÐD\r\á\"',_binary 'Wè»·ad¸Û¢\èÚž²›d¶tŠ.\ê\ÍÕ»º›Í…\î\n¤','',0,'?'),(_binary 'D\âI\Ó\áAh3Œ¨','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/datetime.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/datetime.php',0,_binary 'qˆ¡^(Ás1V¥\Ü\0¬',_binary 'qˆ¡^(Ás1V¥\Ü\0¬',_binary 'hq\È-\ÚÁØž\ÂFƒWZk@V”A‘Ü„[\Þ	yTòu=','',0,'?'),(_binary '\rP÷)ž4_\"»™\'1','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\"¶Ÿ¬]‰=|²\ÝA—_',_binary 'kcØ¨\Ê/\Å\ë¨\ê^<‚¥°q#H\ÒtQ‘ÿMV\Â\×','',0,'?'),(_binary '\áó\Ì$÷z\Å1›\ÐÙŽ\É\á','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/StringArgument.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/StringArgument.php',0,_binary '¥÷©\àAN¡rb’(‡s~—',_binary '¥÷©\àAN¡rb’(‡s~—',_binary 'ÿ@”e\"¢\í;F5\Ú:S\Ñ†ø´Y\ë\ËÌ¤„xQ…vh','',0,'?'),(_binary '—Þ°8Bá™ˆ3üt)I','wp-content/plugins/wpforms-lite/assets/images/community/vip-circle.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/vip-circle.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S&Ý±\'ÿ¿\Ï\\GA	pk',_binary 'ý[\á,;\ç{Ü¯4n >%™– hñ…‚\à\ÒÖª;µy\Ñ','',0,'?'),(_binary '\ZÐ‘j®Û‘\ÐF¨<\á&','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/funnel.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/funnel.svg',0,_binary '`¼®u„8\ä\ësE‘JÎ·³',_binary '`¼®u„8\ä\ësE‘JÎ·³',_binary 'CÕ¸Suù‚²D!­õ²\ÉR¢\Ð3Œ\ã\ÆEe¡\Ò\ÝÏª','',0,'?'),(_binary '\"\\}S _d”/X¾L¿\àK','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AbstractMinifySubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AbstractMinifySubscriber.php',0,_binary '#\ã{d\Ö\è\ç}F\\wWwx',_binary '#\ã{d\Ö\è\ç}F\\wWwx',_binary '+®w»?\×F\ÃžAz  >°g\Ùmk³Iu³}Š\î®m','',0,'?'),(_binary '#ÿ&À;¤õ6“n/û;@','wp-content/themes/sinatra/sidebar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/sidebar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰±tY\çV¹bTOk[¸',_binary '\Ì\ÓA–#\Ü&ZG¬xmo[\ÅúÀg\ä\ÖÚ‹÷´-G0…\ã\æ','',0,'?'),(_binary '&ùnG\éo¹½µ\ÊP\Ù','wp-content/plugins/wp-rocket/inc/classes/logger/class-html-formatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/logger/class-html-formatter.php',0,_binary '\ÕÿQ Ù¶\ÓbJ-¥ j',_binary '\ÕÿQ Ù¶\ÓbJ-¥ j',_binary 'Š\âÏ—v\\\Ù[ÃŒUÁ0\Ê,»•o¸š¹\ßd\'õ™G\\ˆ3','',0,'?'),(_binary '-\Ä!Àúh<‚Ó“öª\Çð‰','wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_none_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_none_24px.svg',0,_binary 'û\Õ\Ú\\=.˜>VB“| \Z',_binary 'û\Õ\Ú\\=.˜>VB“| \Z',_binary 'ý±¯\\\\3N1Kø¿a,+÷?W®Ê‹\0\Íó½','',0,'?'),(_binary '5\ç£,õ\Ú# rò{Ê±K','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.13.2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.13.2.php',0,_binary 'Ë«TŠj;/mNpgøí¥–',_binary 'Ë«TŠj;/mNpgøí¥–',_binary '[\ßýµA\'=\Þ!r86\ÓtÂ‹\ÐpP¸\Ò)?8}¾¯\ÞQ','',0,'?'),(_binary '<U\ZVØº\Ú\Ñ]\ì\Ûb ','wp-content/themes/houzez/framework/metaboxes/status-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/status-meta.php',0,_binary '²\Ýñ wxS[\Þôq±†',_binary '²\Ýñ wxS[\Þôq±†',_binary 'b¦\Ô\\¶/I=\0AµÌƒS¦H%\Û\å^¬c[\\1\ìn3\Ä','',0,'?'),(_binary '<Šv£°po³“û}­Ÿg','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedCreditService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedCreditService.php',0,_binary 'Ú™GÇ£Ó‡Ì˜G!+Á',_binary 'Ú™GÇ£Ó‡Ì˜G!+Á',_binary 'šº†Ofp¼<’c.šRðÐ\æŠÏ«—\ÙMBu,\Æô','',0,'?'),(_binary '@uX\î\n“\ê\ä\"¿\Ú','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž7\Â\ß(¿]/I3\à\ç\"',_binary '˜•xöÿÏ¯em\ÙD|A+·?˜\à\Æf7”r[\Ã\Ðü\ÏØ¾.','',0,'?'),(_binary 'Ay\Ök\Èx1N©0\Ó\åŽ_','wp-content/plugins/redux-framework/redux-core/assets/img/raw/2cl.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/2cl.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm0›P2Æ˜”{Nú÷',_binary '„“¦¶DvýŸþ’\ÓÚŸu\Ý5g\Än¿8›f©~?©~G8\'','',0,'?'),(_binary 'A£\Å=1\å¸\Ó$º›Z','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UriResolver.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UriResolver.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ®\Z?f¡ŠZxZ_|,\ïœ',_binary '^4š\Ö\ÑiñB$ß¥ŽKŠ>“Ã»£ÿó7>yÙ¦wF—','',0,'?'),(_binary 'C²©D\Ù*Á\ì•b¶+k','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListWorkspacesResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListWorkspacesResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'æ­¤\'„ú%{\á\ÍVEÀZ',_binary '}»Ÿ\æ}PP\æwU‰ó\ÖU=À\Ûa\á\\ |²[i¦\è','',0,'?'),(_binary 'FŒ(B¡¦>˜8\ßb3\é','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/HtmlExtension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/HtmlExtension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+¶·û€\Â\ËT_Õ¿\ÛD\Ü',_binary '`\ÊV\ìH·\'™vÀ>º¤¸­0¼^¯m\ï/¼\éhuc	a%','',0,'?'),(_binary 'Ka€¼Š†WTkñv÷TR&','wp-content/themes/houzez/js/vendors/i18n/defaults-am_ET.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-am_ET.min.js',0,_binary '*Gsyšñ\ÉLC9ÕŒ$\æ¢',_binary '*Gsyšñ\ÉLC9ÕŒ$\æ¢',_binary '£(Wù	V\Î0UK±›p‚³lª2\â·þuj‚”z•³9','',0,'?'),(_binary 'M#|(R\Ë÷ÿ†§;‘\å','wp-content/plugins/updraftplus/images/rackspacecloud-logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/rackspacecloud-logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b±7€\Ò\í‹[ ¿]¹\ì·\ç',_binary 'xDp»\ÙÖ\â¤a\'\ÄBjE†°µ\ÛSm\æ|\î','',0,'?'),(_binary 'V !\í^wš\\G7\ák[','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/IdempotencyException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/IdempotencyException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zówõ\Å\îúùyü-',_binary 'Ø¤2¾½Gr°´\êˆ=ñ%kVl\çv^\Ø}t%H\Ù©','',0,'?'),(_binary '\\Sl–}\niFüƒýT1\ê','wp-content/plugins/wpforms-lite/assets/images/about/team.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/team.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H¾ îŠºk8$!emR',_binary 'o\ÚAsŽñn©\ì¨þi$\ê\\û&‘a\å\ß-²qRU\Ô\íG','',0,'?'),(_binary '`y#o\ã_&\î‡‰&ƒ®','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_bike_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_bike_24px.svg',0,_binary 'd¾\êŒ\Èÿ9“BVt\Å9m',_binary 'd¾\êŒ\Èÿ9“BVt\Å9m',_binary 'ƒ\Ò|\Ù*\'Sl¸Zy!¥\Å\àb(”\"?¡5hœñaRÛ‘Q','',0,'?'),(_binary 'c2\Êo]O3\nø\å\Ö\ÏÂ‚','wp-content/plugins/revslider/public/assets/svg/content/ic_save_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_save_24px.svg',0,_binary '±=k‡t´H\Æ\ë\ç\ÕS',_binary '±=k‡t´H\Æ\ë\ç\ÕS',_binary ',C¸\ÒL\Õ\ÉJkûðŒ”p¨‰ƒ\"b(y@c95…6\í','',0,'?'),(_binary 'e‘¯uó\îS\Åy»7Å¡','wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/HealthCheck.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/HealthCheck.php',0,_binary 'p“$¾R\áÚ¦A)›þ¶ŠŽ',_binary 'p“$¾R\áÚ¦A)›þ¶ŠŽ',_binary '\Ò\"<ü}\Ü\ÖT¾‘š€{v\Úòr\Î\æy\\¶\nÍ¸©\Ç','',0,'?'),(_binary 'f\è9\ìi\Þ;%*2m\Å','wp-content/plugins/wpforms-lite/assets/js/admin/form-embed-wizard.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/form-embed-wizard.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~\"–¯¾n?zQ{d÷\ÅPµ',_binary '½\é“ÁA\Ð\êt„øÑ¡•~\ZW¸¶r.ü¸MN³Ÿ¸Q','',0,'?'),(_binary 'jÆ€\Ê\Ï>;\Æ\à\ìÿ”Zƒ','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-suggested-plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-suggested-plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ê³\ÕM.-HOs\à‘x\æ',_binary '‰k\Ý\é—\è?\Z\ÞNg×E¥³Ð³N|cˆX°\Ä÷\Ì3','',0,'?'),(_binary 'k­\nS©}\Ðö~¹BD','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/NodeInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/NodeInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@¼\Ú\àPM#¢¸1¹•]­',_binary '-¥\ãLøð\"†ôú¼‚Ö˜\ÍP@~«Z¬\ÙŒ…¬\Ïp³g\ç','',0,'?'),(_binary 'n‘\ÇXQ\Ùxi\É\"Ž¸>\Þ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/user.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/user.php',0,_binary '”~º#\à–\ÑlexÒ„V“',_binary '”~º#\à–\ÑlexÒ„V“',_binary '%vÀŽL¬­j16\r\ë©y£\Ô\×	+\Íu½žk\Ç?Ž','',0,'?'),(_binary 'o\æ\àñ	l\ÑÑ´\Æcd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ\×ø\n°À¤@Lj‡wD\ê',_binary '\r¯8úd³ Ÿ‡²ð\×8sÚ‡ª\Î\î6 \èFúÈŒ\Ï','',0,'?'),(_binary 'uðö\r:–ž?½ÿ!¢\Z¿','wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dóy]†e¼\Ñ%üxøt£',_binary '^N&‚\É-ƒðcù\ç\Îa–p¹˜~ügl°\n^%À','',0,'?'),(_binary 'y—ö­<=\åð\Óû¸“','wp-content/plugins/revslider/public/assets/svg/av/ic_forward_5_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_forward_5_24px.svg',0,_binary '§œº\ì‚\àO\ÈE–]¿ö}U',_binary '§œº\ì‚\àO\ÈE–]¿ö}U',_binary '”[¥¡Á¸¬3\0øHð©¦\ÑE´¼\Ý \íe¾\ÇB\Ý0oDk\Å','',0,'?'),(_binary '€ÀA¢’š‡Á]×˜','wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6\Ï\Å7XÝ€˜:\ä\È\ç',_binary '™mõ o\'x½l8<‰}›Qkq\êó0\"ž\ç·W\ÈU','',0,'?'),(_binary '!Býp\0\Ðm¨?\0','wp-content/themes/houzez/template-parts/listing/item-v7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v7.php',0,_binary '\íI‚•\Ø\ØÉŽMÓ‹\ÕF\ÖF',_binary '\íI‚•\Ø\ØÉŽMÓ‹\ÕF\ÖF',_binary 'Þ–œ`Æ¢ÿapÖ¼úËž‰~­!\"p\ë™N^¶','',0,'?'),(_binary 'ƒÁiû\'}\rø \Ì`~4','wp-content/plugins/updraftplus/images/notices/spring.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/spring.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/¢#\íZxF‡„e^\Û',_binary 'ñhþ%?¸¬²¶dª\îd\É;\"ö^»½ô5¹\é£','',0,'?'),(_binary '„þº–\Ýof“\Î\íý^—«','wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields/internal-information.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields/internal-information.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö0–\Å%c\Ñ #†\Ã\ïbr€',_binary 'ª%[q+91;+\Ý\Û\Â	¬µø$Œ%F»•¦\è€\r','',0,'?'),(_binary 'ˆµ‘•\äI&\Ð)±+','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudiences.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudiences.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!|%uWüLˆ”x\Z\Í\Ò7‚',_binary '	6\äR\Ð<ƒ¿—ó\é\ßiú¨\í²d³e\Úô\ãd@_H','',0,'?'),(_binary 'o%‚@g)„³`‡¹M','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<8\ÙlÁ€%W9ô\ß\ÐO¹\ì',_binary '¯Ro\Ï:«mQ:Pº ¿“œ\à†S6Ð»wy[³','',0,'?'),(_binary 'ƒI2‘eð\åç¨?D¦	','wp-content/plugins/elementor/core/settings/page/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/page/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞM9ð½\ç¯\ë«§IYBU',_binary '9óRþ#Y\ë×§QŽaC «¨\â,P(”\Ïpš¬Á','',0,'?'),(_binary '¹\ÈKl|‘¯#\â~ƒ³À','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/input-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/input-list.php',0,_binary 'ð³’Pe?o\âH9Cuo',_binary 'ð³’Pe?o\âH9Cuo',_binary '(\énö\ëó\ËS™Z#yl:°~’q\á	Ì‰\Ö=\â³Ý','',0,'?'),(_binary '–fÿ\ï\Òû],VDv™ü\å','wp-content/plugins/elementor/core/editor/notice-bar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/notice-bar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^< ò\\7[é‹´3 ð²Xš',_binary '£?I\â\Ð3\Ê”`1\Úfm9Zog˜Ÿ\È\Þ\êŸß®h=³\×','',0,'?'),(_binary 'šù\àþö\Æ]“!\ÏÆ‹v','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/v4-shims.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/v4-shims.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Vò¯Vj\ÛQ~KQø‰NŽˆm',_binary 'coq$À­\'\ÌN&þ\Ê\ÄQ4j_‡­J	ô”`+\ì\ÖVW','',0,'?'),(_binary 'š\ë\è€\Ø_D\nÿÎª[Rwo','wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–•\îƒ\ê@GMœOè‡›\ÍY,',_binary '\é/¤×§D)ž\'\ç\'óyrÀ{§²B-Ô¾ý\Î\Ù\Ì\ç','',0,'?'),(_binary '›LÃ½f ºñ8=µf¹B{','wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~:¥þ\â³\Í!~0–al‘',_binary ')Ø \0\ßs\Ð\í •\ã•t—±±‡(“Œq(–– ?…B\r/','',0,'?'),(_binary 'žx\Ã\Â|s¾ƒ\Ä\×KŸaõ','wp-content/plugins/wordfence/views/common/page-help.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/page-help.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à!\ï\È÷YJ¡ðJk›\Íô',_binary '› \Z=¡DB×£§	%%A?Ow›\Ð*/\Þ~u','',0,'?'),(_binary '¨U\ê?#I\ZD$”pƒ','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Rules.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Rules.php',0,_binary 'è™¢)%ŒôO”8Œmúƒ',_binary 'è™¢)%ŒôO”8Œmúƒ',_binary '\ì+\ãI²03\Þø£asS¸\èÒ¤¬\Ë3ö¤h\â','',0,'?'),(_binary '©“O&÷¹–Lh\Ë‰r\'','wp-content/plugins/wp-rocket/vendor/composer/platform_check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/platform_check.php',0,_binary '¿o·r˜‹nXw§dr9',_binary '¿o·r˜‹nXw§dr9',_binary '-²ªôú3Xû¶Œ\Ä.+ 5·œ\îJbQù«ú¨•ö¼','',0,'?'),(_binary '¬¼\Þ`;a–)•Ê§\Ð','wp-content/plugins/revslider/public/assets/svg/notification/ic_wc_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_wc_24px.svg',0,_binary 'uªJ‹Û‚iþ¾‹¥Ng´',_binary 'uªJ‹Û‚iþ¾‹¥Ng´',_binary 'CN\Êj× «9õ±˜\ì„ZÝü„ŠG¼ô¡¸vûò\"\ÏÁ','',0,'?'),(_binary '±–µtt\Ñ\â/#|‚ó5šú','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet.svg',0,_binary '\åG7\Âroù°9§\å‰\Ùù>',_binary '\åG7\Âroù°9§\å‰\Ùù>',_binary 'Hõ0ž\'Üðl\È\Ø\×9L†-RÚ«¸F\ÅNPñªk’\ß!\Î\ç','',0,'?'),(_binary '³u°J¬\Ó/ð	šk‰','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gears1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gears1.svg',0,_binary '~oKY\ÊPé‘Ÿ+\0—Ž©\Ö',_binary '~oKY\ÊPé‘Ÿ+\0—Ž©\Ö',_binary 'UœÐ® \Ï5Ÿ8QTå‚¾\Ô\îo\'§$ò+\æ?*\Ê)','',0,'?'),(_binary '³„b–\Õ\Ö~°E?lƒ','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7VJd7\\s/xš0Ä„Z~ü',_binary 'ƒ\Å{Å·\é¥õÀ^³Û¾¼…‰–_©	Àc‹ƒ6D\Õ$\Ñ»À','',0,'?'),(_binary '¼NŠ>\È]ÆžfúYœ','wp-content/themes/sinatra/assets/js/skip-link-focus-fix.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/skip-link-focus-fix.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6½\Ûß®Kh1©N–®eó',_binary '¯\Ý\n\Ér\î\ÕH\è‚Ä¾Û’™…Vªµ!¢\Ñp=·¶Á`™!','',0,'?'),(_binary '¼œûøù1ý Û”öW\r','wp-content/plugins/houzez-login-register/social/google/auth/Google_AssertionCredentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_AssertionCredentials.php',0,_binary '\ì\Z\ÃÿÞ°pƒ\â%ó\à¬{',_binary '\ì\Z\ÃÿÞ°pƒ\â%ó\à¬{',_binary 'hlÖ†\Ö{a¶$|o|…h>\èŸ_}™¾\ì\\\'\æ\Èq`','',0,'?'),(_binary '½½“#­ù\Û	>û7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äI\ã\Úm\Å…üLWyÝ“H',_binary '\rflôÕ¤/\å;l\\\ä\â\\.6‚Žr\Ç#Pœ[\ÓÁ\Ù','',0,'?'),(_binary '¿i:¼:m.\çúŠ3žK±','wp-content/plugins/redux-framework/sample/barebones-config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/barebones-config.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œq›¿\â%O9P\nŸ',_binary ']`\ç{>»%a¶þN\É$úIöbž\Â«ý\áuz•yR\á','',0,'?'),(_binary 'À1üd\ÕeP\Ëò¾N¬õ','wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»w§iWT‹`\æ#1i^',_binary '3¡&“f|L¿ø\Å\ÈJ\Ê\ÐÀ–9\Òû­Ž\É\ÖÜ¿ª\n','',0,'?'),(_binary 'ÁGiðÙ•.R\Øøû{®','wp-content/plugins/google-site-kit/includes/Core/User_Input/User_Specific_Answers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Input/User_Specific_Answers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÌÉ­¦/$\â\æpHœv',_binary 'ÿoV.T­\ÙW\ÝD–Ü=½/5;ûÆ¾4Ÿ\Ì:öH÷','',0,'?'),(_binary '\ÃFŠnO[µN•©\ÍU\Ò\0','wp-content/plugins/wordfence/css/license/response-global.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/response-global.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}û·#\Å!+h\ØN\ài@',_binary 'V\ì\Ø[’\'Ÿ\Û\ÝyyX?üyeV{F¦‡\é\êeC\Âlý%˜','',0,'?'),(_binary 'Äƒf•¹©¹HHÀ\àšÀ\ë¸','wp-includes/blocks/navigation/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pœ“ž›…Ö¯I–°',_binary '\ä¯H\\F7U[\å¾{^\n\Ø\ÓuD\r\í“Ž4.k¹Š','',0,'?'),(_binary 'Å†L¥G¶ÀP(\íÎ‰\ÃÈ¯','wp-admin/js/widgets/media-widgets.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-widgets.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡rcFï±­C\"˜…š[¸\Ú',_binary '\Õ%*e¾Ÿ\Ýü\å• \Ñ\×\'ø>\\®ñ\ØÜ²ŸB¬¨I','',0,'?'),(_binary '\ÈYgG\"ž^±C ø\r…','wp-content/themes/houzez/template-parts/listing/partials/item-btns-cew-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-btns-cew-v2.php',0,_binary '\ÎW7Mjx=d«1\0\Æ+}\è',_binary '\ÎW7Mjx=d«1\0\Æ+}\è',_binary '†ñ2¢x]),­\Å\Þs¡z%½vsr;%$\ÌQ{#\'\n9†','',0,'?'),(_binary 'Êžl\íAùA€O‰™U','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/products.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/products.php',0,_binary '\Ô\àÌ“ã¢±¾\ì†¨\Z÷‘',_binary '\Ô\àÌ“ã¢±¾\ì†¨\Z÷‘',_binary '\"-Èú”\Å>a\Ã\æ¿?U‘ÿYúËšJ«B\åôißƒô','',0,'?'),(_binary '\Ì\'nË•¯¿:¡6\Ç;Ç›','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ka.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ka.js',0,_binary 'Mþms\ÊO^\ëN\ï;yL',_binary 'Mþms\ÊO^\ëN\ï;yL',_binary '6P‰ \ïë¤\ãS²hþ\Öb\ÏHXPMr®WSœ','',0,'?'),(_binary 'Ð½„f2jOð$PE}`ý','wp-content/plugins/google-site-kit/includes/Core/Util/WP_Query_Factory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/WP_Query_Factory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V],_z);7pOô\È@\Zf',_binary 'b€\\‰ñ…\\“z\"¥oü\â’\08¥}\ì\à~Ë¹œ\Ã®‰%','',0,'?'),(_binary '\Ò‚0¡¯&?p\\\ÚE¶s','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-docs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-docs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âfW‘\äº\ê\Ì\Õ\ØÚ¢»}',_binary '\ÃÂ…?1_ñ/’\äh	ˆ–’Ch7h²}†T\ìD\æ\×\Ü','',0,'?'),(_binary '\Üqvœ\Ö^]Hœ\í\×@W0ˆ','wp-content/themes/houzez/js/vendors/i18n/defaults-zh_CN.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-zh_CN.js.map',0,_binary '£\íu…±Û…9ôh\Íð\á2k',_binary '£\íu…±Û…9ôh\Íð\á2k',_binary 'ð\çÎ•H/¤h«÷Øº‚ª5NQq,ú¤F§¬ÿ”ˆ’R','',0,'?'),(_binary '\Üvú%|®ÕŒ\Æpð\âd\Ñü','wp-content/plugins/elementor/core/utils/assets-translation-loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/assets-translation-loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\Zm9\áÈŽ @Ÿ-„Às',_binary 'xµ\Í\ÖU¯Wfk’yœ4¸\rý…©s¾M	b‘7\0:','',0,'?'),(_binary '\Þ&\Ñ	A\ÂH\Ú\ì)¥I&‚ô','wp-includes/js/dist/vendor/moment.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/moment.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nZ¦x>û\ïõ„ô)#˜2k2',_binary 'R¯dv¹Ï’\Ô\êžeLk}q\ÙE%\Ø\âV¥\ä\ÐÑ»½W','',0,'?'),(_binary '\áT,\á½Uù\ÍnF>\Ö`','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/installed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/installed.php',0,_binary 'ˆº<Ÿ¦…MÁa62',_binary 'ˆº<Ÿ¦…MÁa62',_binary '\È\ÄD7ca\Ñ\Øöld\Í.aR\èX+/\Ø:w÷\é¡q·¤\Þ','',0,'?'),(_binary '\äa&ö_°	œ\'/\Ãûø\ä\n','wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·\ê\'3x\Ê#1\è\ãÄ‹ŠŒ',_binary '€b¬]¼3k°šü\ãguÿ}0US,\0l\Î\Ñ3\ç','',0,'?'),(_binary '\æýY\É}\'”kúÇ§³¥\é','wp-content/themes/sinatra/inc/customizer/controls/button/button.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/button/button.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çN²CsY´\Ó÷nv\ë\ë8',_binary 'jG\Ìu\ì¡y/\Ð;y!‘¬h!Jš82~¼_\'\èö*\à','',0,'?'),(_binary '\ìMŽòX=\Ù^\Ó\Ë\"','wp-content/plugins/updraftplus/js/tour-1-24-4.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/js/tour-1-24-4.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%C\Òeh˜”Ï‚j~¨±',_binary '¿7•\Ç&\Ò.¬³\â<”/\r¹óI\äo^\Þ1Pg\î–b\ä','',0,'?'),(_binary 'òcY„F¶\êž\ß}\åj`½¶','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3‚ñ‘ý\ë’b(æµÐš',_binary 'n;ˆ<\Ù±	Ç•°-W\Õt“ù]\ÎÁ<‘s°\ê\Öu¡','',0,'?'),(_binary 'ø°ûrk\áupñ¼,g9','wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\r€V\Éh›\"¾W\Å\0ÿc?',_binary '\Æn\ÃJð){V§>!@_->x›ñÂ’‡<4v¶)r8!','',0,'?'),(_binary 'ú+X\Ä1³žý°TDûk\"\ß','wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/ServiceProvider.php',0,_binary ']¿~Áüó‹À>\ï+¾Ó¥[',_binary ']¿~Áüó‹À>\ï+¾Ó¥[',_binary 's.\à!º\ë’ýõQ~ø±b%oVš\r\Ôg)1I\Ø\ÔY#;','',0,'?'),(_binary 'ý“•9	\'gBr A','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTransformationResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTransformationResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!†:sU-h\Çt',_binary '¸³~%€£.zW úM¤\'²1\â¸)7\Õ\ÈÀ-\Ê','',0,'?'),(_binary '\0[o.\ÞNkâ¬“ŽòS','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PaymentOptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PaymentOptions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/„pö\Øë€„Dõ-“B¦H',_binary '*9$ƒn[&O[-=§\â3ö$(huTIƒ&Dm­Ç°V¶','',0,'?'),(_binary 'J\àgz\éa»\Ùs\êL³x','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Theme.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Theme.php',0,_binary ',T\ïFk\Z\0\ç¦Ú›(>',_binary ',T\ïFk\Z\0\ç¦Ú›(>',_binary '‹-À“…;2þÛ²?\ë<|n.ˆX\é<\ÏR$¹K\í\äI','',0,'?'),(_binary '_Û¼9E\é\ÓbP¤‚\Îoª','wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/CacheInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/CacheInterface.php',0,_binary 'ƒ2.1H5¶E‹\Z\ì’H¥š\Ç',_binary 'ƒ2.1H5¶E‹\Z\ì’H¥š\Ç',_binary '\r\'Qµ\Ü<üƒ\Èþnfž\"×Ÿ{\ÄUßœ\0\ïh8!œ','',0,'?'),(_binary '\n—’«´õUŒ¯m­ ¦\"','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÀŒ[K–P\ÂÀŠ­K¨-V',_binary 'ýh\nOñŠTD\Ð\Å\Ä¯s\n2}P¾\ÓU\ç¥i¦','',0,'?'),(_binary '&\Ïñ—»2 ý¨\ä\Å','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ylh\Êwž%Re¯\ç†',_binary '´›\ä¸\njq½W\í\Û	\×v_\æ#„\ï fº\àµ~\Í\ÒR‘>','',0,'?'),(_binary '«\'\Î[\ÐCo½Ü€\Õ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/bootstrap.php',0,_binary '1ò0m¦¹\í\Õ\Zœ{±R',_binary '1ò0m¦¹\í\Õ\Zœ{±R',_binary 'å›¢‘œ	OrÕ±\Åd\ÇD°ò¯\ÎNòF\íºVfn6 \Ö','',0,'?'),(_binary 'oð`d\Æ4]+»;œ_¹»','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/epc-potential-rating.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/epc-potential-rating.php',0,_binary 'ÀuuJ\ÛN«‡O/q4†ý%',_binary 'ÀuuJ\ÛN«‡O/q4†ý%',_binary 'Aj/P¥\èF‹\ídO}\ÝÙ¢öª‘€¹Œm\ê •q!·','',0,'?'),(_binary '›VQŠ\rqKúoù§Z','wp-content/themes/houzez/template-parts/dashboard/statistics/unique-views.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/unique-views.php',0,_binary '2L™\Â;´­Bÿú@‚TB',_binary '2L™\Â;´­Bÿú@‚TB',_binary '”\Í\Ô\æK3i`~üzp\Úm(¢\Â2—™(7Vdq\È`','',0,'?'),(_binary '•96W¹I\Õ0öq#P\"M','wp-content/themes/houzez/property-details/partials/features.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/features.php',0,_binary 'Àx\Æ\Òüq\r}IIÜ©øXk',_binary 'Àx\Æ\Òüq\r}IIÜ©øXk',_binary '–••²\áœd\"Umø\'mX»²™=ˆ‚Lœ}§¾‰“¯','',0,'?'),(_binary '|P_°\Ñ;\áyµ&I','wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\0q\Çe&3¯\É&nX',_binary '\"¬5|D[“e°!Ÿ0C\âRv\ÃK¥2\Ý\Ó.Bx¤','',0,'?'),(_binary '¯\ãÔ–r\Ï2ñ\ÇbJ\Æ','wp-admin/js/site-icon.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/site-icon.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©sv^•™±¬¸˜ \á#k',_binary '¾‡\Ñe<ÿšw±Ib\Î?\ÄvyŽu±>±„Ÿs)×¢Ý”','',0,'?'),(_binary ' Ž÷a“Y÷ûYûQ»3­%','wp-content/plugins/houzez-theme-functionality/elementor/widgets/agents-grid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/agents-grid.php',0,_binary 'F\ÛCJ ®&´tPøxp!½ó',_binary 'F\ÛCJ ®&´tPøxp!½ó',_binary '\Ó\ãZ\ÔÖ½Ö“\"\Z+b\ÖÀF\ï?¡ûeƒý{\ÍvsY\ç','',0,'?'),(_binary ' \ì<Ü—8Në…”ð¬','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷Ì½å¶‹+ªö\"^«\Åmû',_binary '’0³Ã¬.Ä²°~3¨}\ÒK\n\Ñe.\ì\ïƒBfò¦p\r','',0,'?'),(_binary '#\æ7µ\ír\ÉY\Ð\0¼\ái','wp-content/plugins/wordfence/views/common/status-tooltip.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/status-tooltip.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F‰òfZ\íØPIR&i\æ§\é',_binary 'ùEQtY€=\ÇÀj.#eWãˆ¤A3QcPýðüT\Û','',0,'?'),(_binary '&#\ÙpªJ£¨h\á','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3œÄŒd<v­¥WJ\ìm\Óx',_binary '6¯\ÖR3•»]iJ)o”õ\à.g\É1\Î&\ã¶lJ…ø\"„¿','',0,'?'),(_binary ')Â»F&\é©Ú®ò³h\î','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/ƒ‚±\ì‘ûö{Ü‡ƒAK&',_binary '‡\á\Ä<t\î0‡Ù¸‚S}!/£°\â\njÊ˜¦k\ÇDPBò”','',0,'?'),(_binary '*/K\Úûzý\ZÇ¯€C£W','wp-content/themes/houzez/framework/stripe-php/lib/Service/PriceService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PriceService.php',0,_binary '8V$V9\Ú	/”R´zß¥',_binary '8V$V9\Ú	/”R´zß¥',_binary '/f¾®L»…$:`\Ç\Ì/\é&t‡\ÓD )»P','',0,'?'),(_binary '*#g_YžK\Åþ,sÀ¬º','wp-content/plugins/wpforms-lite/assets/images/step-2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/step-2.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\ÉG<S“	)\ê\ÍÓ¹<',_binary '°u|õ‹¥\ä‡r˜Bˆ3°\Ò\Ã5r\Û\ÃIm¨i\ç@@','',0,'?'),(_binary '*¹YÊ«\ï?TBF½\ZK','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é\ë1!¥^¶·\Í!N\'bù',_binary '¯}‹\ÒG|nSnn—\Â\Æz^0]A\ÍS\íWy¿O?ô[›','',0,'?'),(_binary ',!#Q–ƒP[;º•›\Ä','wp-includes/sodium_compat/lib/sodium_compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/sodium_compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\É\Ô\è&~ƒ.¶¶\ï@Y$',_binary 'bŽY¸u\"]øóòF‘÷Oi‡<\è^&¾!l*\ïÁ~\0f¼5','',0,'?'),(_binary ',H\ÝµK\Æ]\'VþŒv','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n¥!Ç¥\ÌCì²´\Ì÷¬*',_binary '¸u±\ç\Ô.K{;œ\Ç\Zõœð\Ïòü8h‹TÚ„‰C\Èrq\à','',0,'?'),(_binary '4®\ÚÛ¥‘;»0Š.*','wp-content/plugins/wordfence/views/blocking/country-modal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/country-modal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(G\"n¾rPi\Ä)ß¬\àj',_binary '\r‰FA†me a	r•-•w‡Y\ËE\Öu\Ê\Î\ãôñu','',0,'?'),(_binary '8(ñ­K…L._\'%¦ù±','wp-content/plugins/wordpress-seo/js/dist/languages/en.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/en.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ABE\Þùõû\0³ö@¶ã©µ',_binary 'C\Îl\æ½\É\íPôuvOq„\ÛJcú\Ü&’\"* \Êìš','',0,'?'),(_binary ':ë­²c\à‡\×RPe(','wp-includes/rest-api/class-wp-rest-server.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/class-wp-rest-server.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~Ê¾¶)Û†Å¹ ùomú',_binary '‡JRDq,\Û\Ê\Ói˜k¹Ko¨Š4lš\Â-$¤\Ðh~š6K','',0,'?'),(_binary 'K\ÐúxP0&¤€ñO:p','wp-includes/blocks/archives/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rv}»\')4~~ðŽ',_binary 'Æ¸óC¾YMÀ€®ð¼a.L¢\Ç\Ý8\ÝyQ\á°vŸq‚Iø','',0,'?'),(_binary 'M¤Z£\ß\È÷\Ò_ÓºŠ','wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿\ß\ëdD!Àt9Añ5¶',_binary 'c“\Ö\âL\ç‘y”\rzY¤\ë•S$#\"\ë\ë&š~cˆ\å\Í8t','',0,'?'),(_binary 'S Ÿ@\"——²¶p½\È','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/UtilityService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/UtilityService.php',0,_binary '^…Ca5Ò§\ï\Õ\âM¯\ëªC',_binary '^…Ca5Ò§\ï\Õ\âM¯\ëªC',_binary 'bœ¸\ÎºT\Îm=\ÅT\ÜfmaÁ„%°hº\é‡a\Â\é$\ÈM','',0,'?'),(_binary 'eØŸ÷v¤‹\ãç¬ª‹Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í ¾UwYI‰\äI\Ð}\â',_binary '½ø¿Ý \r\éñÚ—UòDôPTÁû\ÉV+6€\Ñ^:2!ƒ\Ø\Ù','',0,'?'),(_binary 'fô\ÒDJ\à{O‰Â­\ë','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Tables/UsedCSS.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Tables/UsedCSS.php',0,_binary 'ˆ,†\äÉ¸šQFO·\ï¯Us<',_binary 'ˆ,†\äÉ¸šQFO·\ï¯Us<',_binary '37fýelMd\î+¢†+Z~ý=o8‘\'o\ÉÙ„€y”','',0,'?'),(_binary 'k\0\ZÁš\á{ Ý›6ñ','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìi³\ãhbÎŠ\Ñ,\áŒ–b',_binary 'S%\'7\Â^V¾)7$‘_+\áV`“9ù»·‚ D½','',0,'?'),(_binary 'k˜‘²\Ðb…\ÉgSˆ','wp-includes/js/tinymce/plugins/wplink/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wplink/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kR\Ä	KŠ¬¯*)´\ì.=',_binary '¯z[ûñ€X\è[{f¯]@\îB—‘ƒ½*«h>\ÔßŒðN\Þ','',0,'?'),(_binary 'p\éa{\Ö\';\âT\Z·i','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataColumnHeaders.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataColumnHeaders.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜pª•dMý{A4÷\ÜJ',_binary '²¤]FY\rFŠ%\Ú\æ{\É\ç´n°†“N\æÁð²Ššm','',0,'?'),(_binary 'y´ó\ä`pˆy¿\èisnA\Ë','wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x`\Øû\ÕPB®\ê¯2\Úó',_binary 'Tz\ÎÜ·š´\Âñœ\Ù\á½$\éñÎ½\å¥	\Þ\ß}z«\'\'\á','',0,'?'),(_binary 'y¾J\ÌE}7L\Ãx&%','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner4.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner4.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1¹\×_š#\Í7ŠÂ¹\âeI7',_binary '‡ÓµMbš¼(½\ZG\ê\Ô(&€w£CdÙµP¹5','',0,'?'),(_binary '{\ÓL\è7®\Ï3TcNE','wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡>¯\â\å\0È­úTjFƒ',_binary 'nÕ‹\0\ÈK\ÛU\ç][\êU}‡C\ÊB±¡\â°ü','',0,'?'),(_binary '\á\ÊÒ…\ë…“Q:6v€r','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_merge_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_merge_24px.svg',0,_binary 'ŠÞ²­:4±)ž!*”t',_binary 'ŠÞ²­:4±)ž!*”t',_binary 'kÆ•[ž/kB\ì…|¨>\\`\Ær¨\Øt=†ŽVE=¹ïž','',0,'?'),(_binary 'ñ1A÷\áˆ ffóÁ\ë\"','wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax/Tags.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax/Tags.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_\ï\ÈEL\ÆhMR%s\ÇhI\Þ',_binary '1\ZºB†ˆ$S !òi:‹KJ·6›!‘]\rˆ\"#\r[Ô¬','',0,'?'),(_binary '†d? Ã›½\Ë%Ìµ¤\æ','wp-content/themes/houzez/js/vendors/i18n/defaults-ar_AR.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ar_AR.js.map',0,_binary 'g\ÏUn†\ç\ÏW]…¹…y',_binary 'g\ÏUn†\ç\ÏW]…¹…y',_binary 'ji<×‘Z@wŸÄ˜`¨0\äc-\'¢ži¯`…\Ø\ëº\éU¬','',0,'?'),(_binary 'Š’L\ÆBI\Þ/!X\Ó','wp-content/themes/houzez/js/vendors/i18n/defaults-fi_FI.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fi_FI.js.map',0,_binary 'q·©Š7F‹Nf \nøhÿ',_binary 'q·©Š7F‹Nf \nøhÿ',_binary '»EhŸ}B6\àÜf‰…Ü„ž¾¹=_XbÁ²\æO*','',0,'?'),(_binary '’8\ß_+ºk\ê˜\Þ/n•ðU','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' {\Íx©’´Z\Ò)\ëV°‹',_binary '¤?œ2ª¸°\ß7og³6n¸\\­\Û/[»¸tD\Ùt\Æ\è\Ûg\Ø','',0,'?'),(_binary '•6Õ¥V¸0`gw‹ó½…','wp-content/themes/sinatra/inc/widgets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/widgets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';5fCÿ¿Ž\Âù\ÅB“e',_binary '1²P¨Žð\æ\r„G\É\Î\êˆ_+\æþ÷²šŽ\àXDø\íw¾','',0,'?'),(_binary '–\ÎR$60jwÀ\àIm´˜7','wp-content/plugins/wordpress-seo/admin/import/class-import-status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/class-import-status.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\×\á\á9<3(Ág\Ç',_binary 'ŸT‰x‘\àú\ä»ÿ-—\ÖýP\ço¢\Úü\Î\ÒA\æŒ\Ó\Ò\íò\ï','',0,'?'),(_binary '—O<Fõn añƒªF','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_top_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_top_24px.svg',0,_binary '-\'šÍšqÀ›%Á\ÑC­[7',_binary '-\'šÍšqÀ›%Á\ÑC­[7',_binary 'mƒ]P0\è+\âj¶–HPN9©ƒykË›„>\ÇO4nó','',0,'?'),(_binary 'œu\Þ\æ©Þ‘žpk0a','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú—@»\Ë\í“\Ì-mb\Ëja',_binary '(–kÉ—ŽÉŒ½\Ý0­\"ªó\Ó\Ö\Þv eº]]k\í\Ê\Ú','',0,'?'),(_binary 'žª€\ï57›—D\×;TkC','wp-includes/blocks/social-links/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\ètwµªc,z\è<|<',_binary 'Û˜Ò–©»Ì±¬¹ÙŸ\ì•Çš}®\ÒM¸/W_gš«<\Î','',0,'?'),(_binary 'ŸúƒL\â\Ô.\n\Þw;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E	4múY\×>À`•ú',_binary '\Ù#·_§[Ñ¸¾\î@u¸Ha\Æ(+j>V\Z+ºq[V','',0,'?'),(_binary '¡ Š\ê\Óõ\áú\0l\Ï*²\Ä\Í','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar3.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar3.svg',0,_binary '£#Seô…3\ß~Ï«\Ìr¯…',_binary '£#Seô…3\ß~Ï«\Ìr¯…',_binary 'ExIÀ4k{¾B\ì¨¦°\á»*\'®ŽX2L\È\Ì','',0,'?'),(_binary '£û\Ñ\ã\Ý\Ö 2\Ò\åGv„‘','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertVariableResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertVariableResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼Í´O’±­dÿ¼Ý-Î”',_binary '¨¸\ë×‹UÀ÷66´	ö\ë«C[‘)øRÄ¢y¸‚Xj','',0,'?'),(_binary '¥\à¥a\Ü°n¬‹¯Qm','wp-content/plugins/google-site-kit/includes/Core/Assets/Script.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Assets/Script.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\;Õ‡J–‚†r\\i+}”',_binary '¸³4µ\í³\Ê65E>\ÈI!¸˜¢rPÎžw\Ý\Æ>1ô','',0,'?'),(_binary '¦\ë\r½²Q–<-¼ø!\\°','wp-content/plugins/revslider/public/assets/svg/image/ic_tag_faces_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_tag_faces_24px.svg',0,_binary 'l!qM+\çxñ k-‹\è',_binary 'l!qM+\çxñ k-‹\è',_binary '\0ê§¤^vÞ•O\ç›\ÎÍðŠ–rü—r œ0#‰\Õût','',0,'?'),(_binary '¦±–\ëg„~\Òw\Z\Ðhh','wp-admin/css/themes-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/themes-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-JQ5Ú¬@Z_i8\Ë',_binary '\Ü«¯L\éˆ?IØ‰6\ÎÞ±«ž\rû”ˆU±o\ã\Ìý','',0,'?'),(_binary '§ŸTJm\Ü\n»Ž\ÑÂ€\×','wp-content/plugins/wpforms-lite/assets/images/builder/illustration-marketing.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/illustration-marketing.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æö¤Ž\éë¢Ž£\0¹\0%',_binary 'Éƒ*Ü „o-µ¤%8EL\'‹\Ë\è—ØµT¯\ë\Ò¼…¡\Ð','',0,'?'),(_binary '¨X\ãN	Z³2fŸI','wp-content/plugins/wordpress-seo/js/dist/languages/sv.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/sv.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é1E.­uÿ\Â|7\n\ãkGU',_binary ':\"œm\ÇS\0{²·Ü»iþµ‰ö\ïÿˆÀ+*ž\Î4t','',0,'?'),(_binary '«µ|E‡ú·O\åÀ¯¯–££','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´™\ÊZ\ß\æhr¿?‘_²M',_binary '\ÅJAzœ\ì,\Ùn}\íVS\Þª4›\î\"M±lˆL™\èø','',0,'?'),(_binary '³U\Õú\Ô`·ý\ï`Œ\"_Ç¾','wp-content/themes/yith-wonder/patterns/banner-with-cta-1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/banner-with-cta-1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ØJ—Q#\ëW‹\á¼4 ie',_binary 'c\Øi\ë˜x–sƒ\Âõ3Ó¶2\ÆøÀµl¯qŽÌ©tL\ß','',0,'?'),(_binary '³Žq²2‰	Zõv?€\Î+','wp-content/themes/houzez/framework/metaboxes/property-additional-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property-additional-metaboxes.php',0,_binary 'SðªóûN\Úe© ±GXtN',_binary 'SðªóûN\Úe© ±GXtN',_binary 'Bub´ó9Mž\'\n¯ \ÝX°\Ýu¢\ÕO¿S\Â5\Ñ\Õj\áž','',0,'?'),(_binary 'µ¡£B\Ë~/o?\ë','wp-content/plugins/google-site-kit/dist/assets/js/35-903ab08620ee2706ab7e.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/35-903ab08620ee2706ab7e.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w\áóÀ¼\ÞÔš\Þ_ƒ·\ÙG\è',_binary '^›³D]G£óY7•\Z÷®` \ë\'q\n\ÝB³UW±\á¢','',0,'?'),(_binary '½: ±†ðÊºH\nü!\rŠŸ','wp-content/plugins/elementor/assets/shapes/tilt.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/tilt.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªq\Ú\nM®\ët»	õmV ',_binary 'òÑ‚\ß!ý§!\Õ:b\Æ$_û\Ø:\ä—ú/\Èe\Ò','',0,'?'),(_binary '½€£8þ™ò^DÁ{:','wp-content/cache/wp-rocket/point2listing.ca/index-mobile-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/index-mobile-https.html',0,_binary ':×ºkŠ:÷(Ã‰i\ÃE\é',_binary ':×ºkŠ:÷(Ã‰i\ÃE\é',_binary 'a‚\Ñ\ÐÒ²‹)-\È.JY. (\Ô9»«†\×\àb¯ÿR','',0,'?'),(_binary '\Âx:3\Ö6\ëauN\é[³','wp-content/plugins/wpforms-lite/src/Admin/Helpers/Datepicker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Helpers/Datepicker.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü@¢T‡2Ž–€{gœ\Í=\é\Ö',_binary '1	e{\âÐ¿ðÇ§ó;=*\Ïj\0\Ùa©\è™N¦˜Jêƒ¸','',0,'?'),(_binary '\Å®úk\é\Ö÷k\æ<\ÄÕ­','wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\Ë \\i®\Æ\Êõ¢x\ã\â(0\Æ','wp-includes/blocks/text-columns/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' û…+ö™Á+§ªR\ržþ',_binary '$£ÿYö|e©¨q\ÓÐu\0dfÁ°DbtF\ê\í^ú	ŒóT','',0,'?'),(_binary '\Ìa\áj»rˆfþóJ™\'','wp-content/themes/houzez/template-parts/search/fields-v3/more-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/more-options.php',0,_binary 'óXŒ »\ÜÅŠ\ÅE5ü R',_binary 'óXŒ »\ÜÅŠ\ÅE5ü R',_binary 'ß»ö\Èú€/4\ÇG\Ä%÷<O­)	ô®^\Ç\ê‡Y','',0,'?'),(_binary '\Ò÷F\Þþ}¥\êª1\Ó\ç\Ê','wp-content/plugins/wordpress-seo/admin/class-remote-request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-remote-request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%~\Æt@»–=nüwš',_binary 'hÊŠ{-\à\êI\0[ ’|¡&6fßša\r_\Æ+n`','',0,'?'),(_binary '\×˜g55½I“\Z\Ì\Ò§\á','wp-content/plugins/redux-framework/sample/sections/slider-spinner/spinner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/slider-spinner/spinner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“ƒ&úbù¸\ÔO}Ä™“\æ%',_binary '«ÿahW5™­V\Ôò)kž\ËK+à¿¦\'Š\ÊBj®¦(','',0,'?'),(_binary '\ßþfs\Ð€Nh5\Æv7','wp-content/plugins/revslider/public/assets/svg/action/ic_supervisor_account_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_supervisor_account_24px.svg',0,_binary 'hX\\drðúnË˜F2',_binary 'hX\\drðúnË˜F2',_binary '‹¬¢-Yo\Ïs«\ä\á\Ù\Ùð% û=Ü¼¦m‘û\ßs\'X2V','',0,'?'),(_binary '\ãÍ¥`FJ\ÍöS±u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Kz+U\íÁ\äÅ¸(\ê5\\',_binary '8:½‘o™Iô9,\ê¿=zDk8;\Ñ{A{†\Zij','',0,'?'),(_binary '\ä\Â.\âdFY\ÊGÍ´#M','wp-content/plugins/wordpress-seo/src/loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â\Û\ë\Â2w\ÎK‡Y\rœ¯¼',_binary 'ŒaŸ{,G›¸Áž\Õ1kCR,Hð\Ñ\Ç^C½Œ\Þ\ÒÁ','',0,'?'),(_binary 'ìº´ÿ‚\è\0šÁTüŸVŒ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessStringFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessStringFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÇEd>óB\Ý3\Êf­Ä‚û',_binary '©}v	\å’\îc%ô%\0®k\êI+\å).GZðž#5T\æ','',0,'?'),(_binary 'ø~!ª†y\"?¥¾²¡','wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'è•‘˜ª$¦›ªI\ê',_binary 'ŠûYþ\r‹m\Ñ\ÎvðñRPòšA£û>‚oJa^Gq”\Ð','',0,'?'),(_binary 'øœ|Ù»\';l\ÇøÍ—¨ž','wp-content/themes/twentytwentythree/templates/page.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/page.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',€s“\Ó“1D	ø‚\0',_binary '12¸Ö ¡·\È\"]K·\Ò\Ù\ì9\ØlÏˆ#\ÂN\ä:','',0,'?'),(_binary 'úÀ\0ù-½»ò\ïŸa‰O\Ó','wp-content/themes/sinatra/inc/customizer/controls/button/button.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/button/button.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ãk\n\ì\ã±F±\Öòg=',_binary 'õc6sX\r\Ð\ã]-ˆÄ‡\\@¦\Zi¡Lƒ¥O}Š¯F','',0,'?'),(_binary '	QW¯\ïŒˆ~-\Ê\0d\Å','wp-includes/class-phpass.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-phpass.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º\\¬‘YnB\0tv\ÛH?e',_binary 'ÀÁ ùC]Ü…w#0Àd|¢™Yð\ÕÃ¸.\nÖº¬\ä','',0,'?'),(_binary '	ƒ°L=R€¨0\Å\ÅÝƒT','wp-content/plugins/elementor/assets/css/widget-counter.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-counter.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ´‰ò\æ\æD¡‡\×\\Ur',_binary 'deG\ß\âE…\Ý\"\è\Õs {\í\ëj\Ðûu\ØL\ÍtP»\â²j','',0,'?'),(_binary '	?±\Ï\ä†\æ\Û™q™uM','wp-includes/js/mediaelement/mediaelementplayer.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelementplayer.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘	ÿ\È5ò)\ä\Îök±y¦~',_binary '_Dtû3×’3p‡a’;9,\Ô\n´ig¹ †C?3\É','',0,'?'),(_binary '	dËdº©šg±*½‡^','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementClientId.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementClientId.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùvVvŽ\î=\rq¨uÜ˜ ó',_binary 'BÂ–\'3£u_JA\ëžø}ù“\É„\Õþ\ÌnúrM\Ôû','',0,'?'),(_binary '	t\ÅDF\ÂsŽvKî°¶','wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬\ÇÔ\\a?w½\Öp\"¥ó:',_binary '%C\Åõf»BC‘¯w\î@U.w!´´yn\ï}¥~;´•	r¡k','',0,'?'),(_binary '	\î‚O\Ñ\Û5ª¯l™™‡','wp-content/themes/yith-wonder/inc/register-block-pattern-categories.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/register-block-pattern-categories.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q\\ð|#«\ØpœOŸ\ÙdR',_binary '\á8€\ì*Dgd‡>Kð²\Ðeñû”Æ“­\ç','',0,'?'),(_binary '	°!e7y4k5Š\Õq','wp-content/themes/yith-wonder/templates/single-product.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/single-product.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð\Þ÷#}I’ºs\Öß’\æ',_binary '­}f\îj\ãlüƒ÷À¶…\ïs¾·Š¹:qu²V3÷ƒ','',0,'?'),(_binary '	\"W\0aaƒ[°\í\Ý\Ø','wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Settings/class-beacon-subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Settings/class-beacon-subscriber.php',0,_binary 'ú‰Û®;û\èœ: ž\ä	\Æ',_binary 'ú‰Û®;û\èœ: ž\ä	\Æ',_binary 'tÙ¬ƒŸƒdH®K^¥ý¦¶ñ­\nóˆ4ÿ€ôv><(','',0,'?'),(_binary '	(©ƒ—;†;L|×½=´ª','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nù\ÎTâ”¬ÀÊ—{9',_binary '\'Š“\Ì\Ó\ÊûÙ‡U\àaa&”&\'d5øŸ\Ò÷\í\Ù\Ðb#\Ø\Ë','',0,'?'),(_binary '	,¹©/Õ•‹!\ç›gyþd','wp-includes/js/media-editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\æ€\çnu\'¤s\0¥@¦',_binary '›.‰e\ÝXwhº\Ó\Û!ªst3ˆˆH\Ý\\&3œ-#µ’\í','',0,'?'),(_binary '	-oØ™÷À#ò/ó§ýI','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v„‘„hÖ§\ÂKc	—÷ù',_binary 'P¬vã½˜²r™a¡\ÊMøE®%U.ð\ØBH–A»¡’ú\â','',0,'?'),(_binary '	1š\Z]B\å\Ò\ÞÀu¬ŸŠ5\Ú','wp-content/plugins/wordpress-seo/src/routes/importing-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/importing-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\\ïo*\Zƒg¥ù&8l~£¡',_binary 'F„‰‚\Óz‡³<`–‚[>zº“ø;šS\ÜU\Ð\Ã\ÝlY','',0,'?'),(_binary '	2\Îp\Ï<(Xž\"\êÝµ“','wp-includes/blocks/audio/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íC§u\Ó\á®È€\Éc4B’)',_binary '(4„K\Æqb\çQÿX\Î{dÿ†*µP¯\n‚zñ«þ','',0,'?'),(_binary '	7¬®ø¦\×\î\ãf	`','wp-content/plugins/wordfence/images/sort_both.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_both.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šd†m	»8\Ïf¥|\ÅY­\ã',_binary '~\Â%\ïñÛ‰Ž%…‹>öõþˆBl²o‡u·I)È‰7g','',0,'?'),(_binary '	9„™BWGK-\ä§R\Ð','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E]`+•F3N9Ô”\0V%',_binary 'RF+ýo«u	e?*\ÄQ\êªmºM†°M¬¿³M\×\è+','',0,'?'),(_binary '	J»…ƒîœ£\×ó;uz','wp-includes/sitemaps/class-wp-sitemaps-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò¿@\r“’¾\Ä¦-9\Ì0',_binary 'LÁL\î\ç{±‚·««\Ìü¤›V\ÒG…5n\åX½ßºAP*²','',0,'?'),(_binary '	P=N>Œ¨b\"j:~[Q{\á','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åWeâŽ†?’üN\ãðt',_binary 'n4\Ü\Â<½\ÞFz­‹û­\Îÿ_\Õ5”ðkigˆ','',0,'?'),(_binary '	Qý]\ã3ü3xdùó›','wp-content/themes/sinatra/inc/customizer/controls/sortable/class-sinatra-customizer-control-sortable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/sortable/class-sinatra-customizer-control-sortable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ç¹ç¤“z,Z¸5!pS{µ',_binary ']\ë-B\nµ¶9Ž\Ê\Ïn]]-‘p¢I§!3Móœ\ãø:„˜','',0,'?'),(_binary '	T%HÉºˆjŠzˆ™','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü/’nZªdð†q^Ñ³',_binary '07@[€Šº\r”+^p¾¥½¸\Ï6:*‡=sy\å,Š\çzA˜','',0,'?'),(_binary '	X\Ît\\4vNI5‚\Øj\Ë\Â','wp-admin/async-upload.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/async-upload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å`qEnøªì8|\Ð\0ù~',_binary '$~\ç+ge³±¼n\Ò~\Ïu$/\0C\Zº¿¥ô“wÅ›B†.œ','',0,'?'),(_binary '	][ðRu\Ë*Ô©F\Z•\Å3','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0¾\äP.œÁs‡Ð€\È\ÒÍ’',_binary '!xŽŽ¶A\\ñ=\ÃÏ·\Ï\ë\î\Ü\ã@>º\å’X]B°X%','',0,'?'),(_binary '	b\Ë\ÕÕ–\æH\Ôu)øó’­','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/_single.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/_single.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âá‡¿<ƒõµ´¾\í\Ü\È\0¨„',_binary '<¦m¿™þ\í\'òìŒ¥ñ·XÕ¬o8É­ÜŒJÓ¬À9¢','',0,'?'),(_binary '	d@\'©PBº\ØcWK*‘½','wp-content/themes/houzez/framework/stripe-php/lib/Service/Checkout/SessionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Checkout/SessionService.php',0,_binary '‡\Ô2T\Ñ—¢IcÀJ\Û\å\í',_binary '‡\Ô2T\Ñ—¢IcÀJ\Û\å\í',_binary 'a\á\\\ëü&š\Ã8…Ne!•3s ¥¥\é\æ33\çFÀ\á','',0,'?'),(_binary '	dß‰\n©š)S”±¹±Ku\Z','wp-content/themes/houzez/template-parts/listing/item-v5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v5.php',0,_binary '3.ô‡†\ê\Þc\æúÜ¯ý3',_binary '3.ô‡†\ê\Þc\æúÜ¯ý3',_binary '´³\çM¬\áÇ¢†\ã\îV\'f®U\'¯Ÿ~\èd;P•®ƒ¤¼','',0,'?'),(_binary '	g­%N\ßVª† fZ<','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v2-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v2-wpml.php',0,_binary '‰ja»(U¦ôW“‰ý',_binary '‰ja»(U¦ôW“‰ý',_binary '\Ëþ¿rÇ°aSf‰\Übº#Xþ_c‘¯.Ã“\ë','',0,'?'),(_binary '	i\â‹\Úð \\-„\æ\çò','wp-content/plugins/revslider/public/assets/svg/image/ic_straighten_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_straighten_24px.svg',0,_binary '~A\'¯¬ ­Œˆ÷Š¹',_binary '~A\'¯¬ ­Œˆ÷Š¹',_binary 'U’j–\Ós1¤Á\n\Ï=±¹,jhõ[#y\ä\àB‹—†','',0,'?'),(_binary '	t]¤9¹\Ù\'«ñÿ‹\Ñ','wp-includes/blocks/nextpage/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/nextpage/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ei¿@¥\ÍF\ËF\èÁÁ\ZŽ',_binary 'ø-!`¿,#Ã¡œþ¼láŸ³DýTD\Ò	\Ùvý8=Yª5F','',0,'?'),(_binary '	v\Ùg˜§_\r¸ª£ñ\îz\é','wp-includes/blocks/comments-pagination/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e¯\ê\éñ°ÁŸ\à)FyDù',_binary 'À‹*¥\"»‰¼†óeF1‹\Üùx‹jŽ³\Ë\ÃõtG\Ê\Þ','',0,'?'),(_binary '	xÔ—¦(\Ø\Ú2Â¶< ]š','wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_windows_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_windows_24px.svg',0,_binary '\Úø\Â*&\Ï\ä¥U³ñ^]l\Ü,',_binary '\Úø\Â*&\Ï\ä¥U³ñ^]l\Ü,',_binary '05\Ù\Æ\Êp\Âl©\Íj|õÁ\ÂÒ¢­—’û(÷\Z9L…','',0,'?'),(_binary '	|—¦\ÑAžøøÜ®.õ','wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ.hõaôbaO\ZÁ¾p˜',_binary '°ýam.I\Ê\Z3Ð¦4J’½b´ÏŸ\ã•yEMV˜¢\rL','',0,'?'),(_binary '	„#.þ¸Éª^ý\rÀ÷ð\æ','wp-content/plugins/redux-framework/redux-core/templates/panel/header.tpl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/header.tpl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œh@mL \"c›w8iE\Èo\å',_binary '\"‚¸‡˜)n†ƒ\ÙD8`Ä¢öj‚kkr:/v	O\Ù\Ç\\·¿','',0,'?'),(_binary '	„h\îXk%´>ù†\Æ{NûB','wp-includes/js/dist/viewport.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/viewport.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œMzð ª\ï\ß#>\ß(H\'=',_binary '\Ó!b\ãRl\ÍX+\à\ì\"\Ò\ËkQ\Â#oõ\ÅhH¬»\Ísß£m','',0,'?'),(_binary '	‡†Rƒ)¶\r‘{”\Ït','wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Aõª>b6¨\åZ6x\Í',_binary 'Ÿµ•^¾úüT¿.`\å\ÆK“—þEB!CIð*+1Y1','',0,'?'),(_binary '	Œ(ú|\éû‘j–\Ê\ß\0 ','wp-content/plugins/revslider/public/assets/svg/notification/ic_time_to_leave_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_time_to_leave_24px.svg',0,_binary ']˜\ãg>p~³\Â\Ë\Ä\ÌÜ¼¢v',_binary ']˜\ãg>p~³\Â\Ë\Ä\ÌÜ¼¢v',_binary '\ÊPó¸,tZ»%¨W½DxW™“@Ow©`Z,/Ž','',0,'?'),(_binary '	\Ð$¼o•EFò$!ó','wp-content/plugins/revslider/public/assets/svg/action/ic_feedback_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_feedback_24px.svg',0,_binary '?Ó™`EC	 ¥-,\êp',_binary '?Ó™`EC	 ¥-,\êp',_binary 'c3\rmpi	2ðS8¬\â;h\È\Þ	m\Ézú','',0,'?'),(_binary '	\ë…aN˜I\ãÉ‘\ä\Òþ¸F','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_variables.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_variables.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–\Ý\"F~½`Ø¬FM_|\ã',_binary 'JÀ6–\Ì\Õ\\\Õ\Ú\Î3@|\Û1Ý±)\ÏP\×xlm÷|','',0,'?'),(_binary '		\Ø%c´\Zv\Çý-õ’\ê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceSimpleFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceSimpleFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ\ìx»\ì}a¾\ÆNr\ÉöH÷',_binary '”§Kord¨\á Jõ­ZðÉ±½KM\'\ë\àI \à’t','',0,'?'),(_binary '	“\Ð;¬6]Z\ÙIÿ\íab\Õ','wp-content/plugins/elementor/includes/managers/image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†dRY`o\ë=°  /\å@',_binary '\Ö%\'„š@Ü‘„\æB^B}O\Ë5€  §€9\Ê\Õ\"\ØÝ³\ã\ã','',0,'?'),(_binary '	˜}†$\Ê/£9\Þrž*c','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/CustomerSubscriptionDeleted.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/CustomerSubscriptionDeleted.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')’*\r\Ð&¸\Ò\Êö¾&.j­',_binary 'þo]Z;\ÍfB\ÃI\îyƒDQ\ÙÑ•\ë}\è\Ø~0\ÈO³ö®','',0,'?'),(_binary '	™¡\r\åYk\ÏcJ[ª\â¾','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§°]\í¿³\Ècœ\'Ÿ½{',_binary ',o\ï_TP\Ì6G•2\">¸\×\Z)g{ºX:v“‘š]\ëU!ƒ','',0,'?'),(_binary '	¢\èš3£\é\Ñ\ÊD\èoa\×','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3\ÕgW\Â\àPÝ·‘]H\0',_binary '£û@B1)-\Ü{ I°„<\'ÞœA!\ë0R¢=Ž\ÇP','',0,'?'),(_binary '	§}¡Ò¦\Í\ÓX\Øa\È\ì–}','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessOrderBy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessOrderBy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'LÉŸO	],À õv\Ýp0',_binary '|~óH¥Ú“:M–§¡Ùª[Cý\ëIö‹)\î&ÿ\Û\ã\Ý','',0,'?'),(_binary '	¬¶?1‹À£M\îE€4f','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Context.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Context.php',0,_binary '%ˆõ±?I­ó—:²˜gñ­x',_binary '%ˆõ±?I­ó—:²˜gñ­x',_binary '‘9\'Þ«B–Îºþþ„¹8+F5öŠª3ð^ þ0˜¢»','',0,'?'),(_binary '	¯o\àþRc{d§!\ê\n','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding/RequestService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding/RequestService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó`¼ø€\Ò\ÎxP#eÃ”\Åû',_binary 'j	R;dƒÖº:4|\ÑH/‰$³¹“J.¾%÷Ö¥pþœ','',0,'?'),(_binary '	»2ó&®’\Ã\ÒD/®.»','wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ2M`»„k¢]eÄ³uJ',_binary '\Æ\è¥Rû,g$\íOü°§Ÿ|ö\'P6m¹F·D\"5;','',0,'?'),(_binary '	¼v£ƒ\Ô5\å¨\ëß™\Út','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®\0®œ¬ožÖ¬Ä¼q*',_binary '¾÷\Û\ÒP6\íL*\æ\n_\Ç.¡\Ó7.\éºÛ¤Žù÷µ‚‰\0ý¢','',0,'?'),(_binary '	\Äi!D\r\Z(¬{Žu/þ','wp-content/plugins/redux-framework/redux-core/inc/fields/password/class-redux-password.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/password/class-redux-password.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pB‰µ”l²y‘\é¢zp¡',_binary 'ºÞ‡Ang4ED›ª\ÈN\Ü\ä\ë\Z4\ÐAg\èŸ;µ\Z\×rõ','',0,'?'),(_binary '	Å¥\Æžtj»/X','wp-content/themes/sinatra/assets/css/editor-style.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/editor-style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '	\Æ3±(/˜þ´ù\'\ã/\éY\Ð','wp-content/themes/yith-wonder/templates/page.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/page.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒD„pC—z<.‘:7\Þ',_binary 'P@u.{•O\Ø\×s´FNw†\Åt57 \ã\å«jÊ™\ÄÀ','',0,'?'),(_binary '	\ÇßŒº\é¯XG\ã29žrhþ','wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Tag_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Tag_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',¶\ÓÚ‰OSG>Ej\r',_binary 'F€\n©Êˆ’\îW</KV\ê\àúS=[5M¥±ôZú”','',0,'?'),(_binary '	Ò¢jz™ueD\\®?nŸ','wp-content/plugins/wpforms-lite/src/Forms/Fields/Helpers/RequirementsAlerts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/Helpers/RequirementsAlerts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kc\Ø8\Û\Ú\í\îªzN´\Ýa\"',_binary 'MoÀ\\\ìþ\È\'™OQ1­\ä\Ã\âöbW\å$˜˜È»\Ój','',0,'?'),(_binary '	Ó°ê…‘·¹ ±…·\Ï€c','wp-includes/js/dist/escape-html.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/escape-html.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®÷ HÀ\àg|º°\ï\îû¼\Æ',_binary '\Ý!Jÿ©ü.lª«ilä•“J‰\Ü\Ñ|v¸B\ì§×»O\r','',0,'?'),(_binary '	\Ö9„ƒfÞˆUœfòþ\æœ','wp-includes/js/tinymce/tinymce.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/tinymce.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Xl\á\à•Àø°Ì¡CŸ\Îþkn',_binary '\ÜZk÷	\å6|\ã\Ì{ø*\Z©{¢H\ã\â\Ë¢iÜk^','',0,'?'),(_binary '	\æ¶÷IhðBšpO','wp-includes/blocks/heading/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/heading/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`—…ûb\Ð.¸xŠ…±\ä',_binary '\ÄòR:0ú\åuhl\Ðu\0\â)w\×\rô/4oÀMGŠ)Sÿ','',0,'?'),(_binary '	\èœ<0´NcªU|Kd','wp-content/plugins/redux-framework/sample/info-html.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/info-html.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'XžÇŠ5³\Ê{©\"^võ',_binary '\êkÿ\Êv\ÏIUeŽe\Z/L&½n&šf]1\Ôn0“XÏª','',0,'?'),(_binary '	\éñ\Ï\Û09÷-b±…Í©W','wp-admin/network/users.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/users.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸£·þö\åÌ°\éðÿ–¥\Ç',_binary 'y«KŽV\Ù<£\Ð\nO†F÷\nf7t2_ý \éó\Ò\Åù','',0,'?'),(_binary '	\ì/‘?\Ñô^¸E\ÞÕ‘','wp-includes/sitemaps/class-wp-sitemaps.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/class-wp-sitemaps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|Y!aD8\Ý|üx\é&q§\ë',_binary '-ó?\Û\rÓ›\n\Óú\ê\â¨\ÉxY\ê¶ðz!‰Uv£\Ø\Å','',0,'?'),(_binary '	\ïýµË¦„3“;´¥Ÿe\"','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ¯\Z¼1©\îŸM	g½ÕŽ\r',_binary '<Hš\ãpKÑ¤óF\rõ¨\Â\ÃV¯\Ö:‘K\Z\æ\à½ð®¦3','',0,'?'),(_binary '	øÛ®\ÎcÐ³\Ú21L,\Î\Î','wp-content/plugins/elementor/assets/js/ai.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’²ð¼h\á\×~¯Ü¿¨\Ú)',_binary 'V\r\nxm2Ù“¹ˆ”R/>žñD´³w\×øt†«üø°','',0,'?'),(_binary '	ûc-^qÍ—\áj\î o½','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Îô}÷\è7`\ÏcZ­\Íý¹',_binary 'ti\ì\Òÿ\Ãô“\ÌÂ˜n ½O/®\"\0kß“\ÅA/–\Î.Ž\Ã','',0,'?'),(_binary '\n\0“\ï5\è-C<\ß]ò£\á','wp-content/plugins/redux-framework/redux-core/inc/fields/content/redux-content.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/content/redux-content.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(—\Z.½›=ø\"þT8RY',_binary '4¶`r\Ä\Ïè§¦\"€žo=\0æ”¯buµw_º\È6\ë-!:','',0,'?'),(_binary '\n\×\æi\í\å$sN\Ì','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª³#=–¤F‚\ïVx2\ÛU',_binary '\îô\Û\æ#\'h\æH\Õ\Øz)wpû0—\Þ§ö10!\r]»','',0,'?'),(_binary '\n1nUJ\ä\æƒ\\^mõš5','wp-content/plugins/wordpress-seo/css/dist/tailwind-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/tailwind-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È/~(+V·4´h^˜H5%',_binary 'fS?›\r“\ìå…µÉ§Uˆ\êh½Fù–‚B±·¿U^hF\ê','',0,'?'),(_binary '\n\r…ŽK™/€Ìž£‰•\Ö\ä','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F€_\0p\É3‡W\Õ\Í^',_binary 'Ÿ²¡C«-£[\Å\'¬†t\ïú\'ødR	PI÷$\Ö\àKG','',0,'?'),(_binary '\n\æ’Y\n(@¼—Á‰q‹S','wp-content/plugins/elementor/modules/site-navigation/data/endpoints/add-new-post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/add-new-post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å`zG\Za%÷¡M\È4¹\Ãs',_binary 'Q\â_½Œúb¥/°|¿Gó\Üh-õŽIA1\ÙÔô4žƒ','',0,'?'),(_binary '\n©Z!\Ùb\"vš­\Í','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Create.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Create.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥ñ=üŠ³Eg¾-\àNw8y´',_binary '\í£d£Z\ê\Þ?\îMŠœ\ÙÝ…mªn;\â‘\Â÷	Éºö','',0,'?'),(_binary '\n\á½	6\ì\í4R\è9øª‹','wp-includes/blocks/social-links/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/m\Å^Žz¦Eñ‚w¥&\ÓB',_binary 'M`¡±\ä\ç}ó˜<‰À´UÞ“e£õº \è%›\ÄH\Ä}','',0,'?'),(_binary '\n-„Ü™0€\è1³1Ö²','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/graduation-hat.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/graduation-hat.svg',0,_binary '•\Z\Í•–¨nŒ\"im}',_binary '•\Z\Í•–¨nŒ\"im}',_binary 'B\"w‰2_Š4Å“º¦qó\×Æ¨KZŸjx[“­\Èr‚\â','',0,'?'),(_binary '\nHQ‹]\Ò&ˆDJc`Ì¨4','wp-content/themes/yith-wonder/assets/sass/blocks/paragraph.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/blocks/paragraph.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö8\0ñ_÷\éyP\Åj%‹',_binary 'u\ÖE/\Ã\àù7a»Y¶c\ÕMjò\á6–.\íª\Ì¾þù/\Ú','',0,'?'),(_binary '\n\"\ã\'‰à¡›ø¶”Ü¹ò','wp-includes/blocks/blocks-json.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/blocks-json.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a§V§À0A-†ýß¾¡',_binary '0ðŽ¢\àô•\"ñÏ—z0~N®®xrÓ¼Q„8\È','',0,'?'),(_binary '\n%Y\èÉ–\à¢	Š\")%','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/AMP_Config_Injector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/AMP_Config_Injector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•<H\'9´þ\\ý¬´oœû–',_binary 'S\0I\Ö9\æEó7e’þaÿ2oLkµ\Ã)TvM¯h\é\"P','',0,'?'),(_binary '\n\'\Ò5Uùúw5“\Ö\Þ[IB\Z','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/Module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/Module.php',0,_binary '\ÓÞ™©‰Ì!¼NTo\Ø\êq',_binary '\ÓÞ™©‰Ì!¼NTo\Ø\êq',_binary '1\Ê*J%ó\çªƒ:\ÔO8]f™²Ì®\0\Õ\ÍbcŸv|Gg','',0,'?'),(_binary '\n*~pª³o \î\"\\\Õd†','wp-content/plugins/houzez-theme-functionality/elementor/tags/property-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/tags/property-content.php',0,_binary '£• .\äAX^‰W–—SOp¶',_binary '£• .\äAX^‰W–—SOp¶',_binary '¦6iP» ”Šr\rY@0;µˆû•\ï÷›\ïw\ÂaB','',0,'?'),(_binary '\n.\î<“·F°ñQnR›ºµ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Event.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Event.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²¸\Ëm\"*<\Ó8PÀ‘ƒ\Ã\"',_binary 'ùoƒÜŒ”\Ø\ã;ø‰*Ï€\Ú\å\Ûüu>)\Ã\à\\\ß\é\Ï','',0,'?'),(_binary '\n4\"f=\ä^À6¬\Ù4\êhS\Ê','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/watches.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/watches.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²\Ñ*†‹Éˆ¿ aw\r¯',_binary '‹ \ÆN\"’\Éñ¶&¯\Z\ë÷k…ö\Ý\Ëû\îp“Gó\äGKºÀ','',0,'?'),(_binary '\n9ÎRùÑ­Œ}\Ø.öÑƒ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/871.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/871.js',0,_binary '¹2À:aV\ã¹?8\\ˆÃ‡',_binary '¹2À:aV\ã¹?8\\ˆÃ‡',_binary 'N05\çø¼\'Õ¢ªÙ§\èŠF¿x\nk¬\Ó “•','',0,'?'),(_binary '\n;dhe?´b\ß1\î(²\"¶','wp-content/plugins/houzez-login-register/functions/roles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/functions/roles.php',0,_binary '\Ò~ºð±Q{sxòŸFTÃŸ',_binary '\Ò~ºð±Q{sxòŸFTÃŸ',_binary 'O\åXiHÿl;·ÁJc¾fÖ¦\í\Ø\ìA£Ä®S\î)=7','',0,'?'),(_binary '\n<y \Þn·mtœ¸½E=‘','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o¥m˜\0lû¨XyzFµÆ€ú',_binary ']C¨[\É?Ž:V§8\ãkVŒ.’õð\Z¿\0\ÙEˆ«\Ç','',0,'?'),(_binary '\n<òd\ê[d\ß&¢©e','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/features.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/features.php',0,_binary 'Z\ê\Ü^££†`Ù‘•þ\áœ\ä',_binary 'Z\ê\Ü^££†`Ù‘•þ\áœ\ä',_binary '\Ñ\ÏD\ÅX\Ù~ÿ\Ýò­Ò¯*=¾¼£÷(±»³@Rç¡~\Ã[','',0,'?'),(_binary '\nAõ\nÿ@µ]n\0¬\ãS','wp-content/plugins/insert-headers-and-footers/build/admin-global-lite.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin-global-lite.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡Žµôt›‹\á2TŽLŠ',_binary '³‹ùøŸ\Î\ÊbC!\é\Ï4´±mö–$…„¿¶\æÀA','',0,'?'),(_binary '\nD6ü\ÑC\ÑË¦a6Œ\âx¦','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©Mdl\'ù=§}@™(DK',_binary '\í¼I@0…¹‡ð1} 9‘°\\Oep\Í3Œ©\àòkU/','',0,'?'),(_binary '\nKj\åtKƒ\é[÷‰€ ’	','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']®=žSe`‚\Ò!°µ\ãd',_binary '5Žz-\Ùü6\ÕÄ”w·\è$_!¸÷\Þ%\Û„\Ï7»YVx','',0,'?'),(_binary '\nP|Ÿ»è˜¹ó­ž\àrŒžG','wp-content/themes/sinatra/woocommerce/single-product/meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/single-product/meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«$\Óúj¨-\ÏÆ¿\ÓT\Ö\Ø',_binary '\Åø4žõ\'|¡Ý‚µŠUdÿb¸9)ÿ|Ñ¹\ëS\Î •h','',0,'?'),(_binary '\nR{\âz,\á b\ÇQ\Ñ','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserDisplay.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserDisplay.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*­\á6\Ç`Q‚\ÒO›|Ó\É',_binary 'Á4P–p¢Iž…>ý—3ŠsŠ\ÎDÐ‰\â\î\"ö\Ç\'¶D','',0,'?'),(_binary '\nT•¦/\\9$Y¤U\n\Û\ÊÍŒ','wp-includes/customize/class-wp-widget-form-customize-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-widget-form-customize-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\ÅD*@6\á‡{Ï„}¦\ç',_binary '\Õ+Ö“zi­›À@€\×\Æ\É^F%5\ÊqZg<¾\Õ','',0,'?'),(_binary '\n^ƒ[<“7ý^\Û\Ú\r!C','wp-content/themes/houzez/framework/stripe-php/lib/CreditNoteLineItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/CreditNoteLineItem.php',0,_binary 'Õ‘9WQÿÀº~<P\Ý',_binary 'Õ‘9WQÿÀº~<P\Ý',_binary 'Ãº¶&d\ãª\Ø	\naŠ\Êö@£.˜\ÌÞ\ÃF!s¾„³','',0,'?'),(_binary '\n_\Ö\í\ìZjÝ®Ž¢…fL\Ô','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ[&Ä©þŠý%,Ú¥\àx',_binary '\n¹\\)‚gü‘Il\ÞÓ«¤§À_…,a*`-\Ér+\ØI','',0,'?'),(_binary '\nbø_X\ßa*=ªQQÃ–\Ö','wp-content/plugins/revslider/public/assets/svg/action/ic_view_day_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_day_24px.svg',0,_binary '3u9ø:­\àU¹\È:\Ök_',_binary '3u9ø:­\àU¹\È:\Ök_',_binary 'Ò¡\ÞK\Çt\r5X\")ó1%‚h\"¦^\rZ‰‰>+ð1~','',0,'?'),(_binary '\nc\Ä\Æn$8:”ön#j.¨','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's‰\ÆB¾.\ÌQŠ\ïoWkG_',_binary '&æ®ª«©T>I\Ë\ê\Èe€cu?~:º%\ã%:\Ý\Õh\Z\ë','',0,'?'),(_binary '\ne»pB4Ö¬~Ú° ‰Y','wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãƒ,\×k:Wú-a®¯ù|',_binary '¤ð\æigDk\\²5!r½/À\'y\Ìq\â\Ü\Ò3¨°','',0,'?'),(_binary '\nf†‰Y¡·4&üLð¦','wp-admin/images/se.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/se.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÖÈ”B\Ã`½\Ú.}\'7:',_binary 'Y­»›\ä›\è\"Kù\Ñ{·U¼©\×r™:2Š‹JL´”\È','',0,'?'),(_binary '\nz‡Å­Ž}ô{\Ç.¶u[¤','wp-includes/block-supports/generated-classname.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/generated-classname.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹¯1H»\êRO#š/½§ý}',_binary '?¢½\Ý!§jCoöu¸c3e­‰IBÀ=\'/õKa¿„','',0,'?'),(_binary '\n{X%N8ÂŸw\È2?M4C\Ê','wp-includes/css/dist/format-library/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/format-library/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à!l\'šö\Z®\ì\Âp«\çc',_binary '\ë,+¦´\Ï2óó\î&…yN\ndý\Ø\ÎÞ£ŽÇœ§T¦VN2¡\Ó','',0,'?'),(_binary '\n}†ñ\'Ù©B»3ü9­:¸','wp-includes/blocks/table/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U*N.y˜^Š\Æ\á¼Ïs\Å',_binary '•Z>t>7^\ëÒ™\æ_\Õ\Ó\êÍ§h¶€\èžú„ûô\Óvþk','',0,'?'),(_binary '\n~+f\Âv\ï±7³ \Ü[<€','wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊQ¡P&q	aº\ëP\Ô\Ù\'',_binary 'J‚\Î#¥L\Ü\ì\ÂÞŒ0|ðhC6÷ØŠ–+\ëµ{„œ’.g','',0,'?'),(_binary '\n~N÷% g/9s\"ú\Ð','wp-content/plugins/redux-framework/redux-core/inc/validation/email/class-redux-validation-email.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/email/class-redux-validation-email.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L\Ðc\ÜN\ÞHD—',_binary 'ùÁ\'Ö¥+7S„Mó\Æb\Ù7˜(K¼J\\AGµ6Áh\Å','',0,'?'),(_binary '\n…RL:ˆwX\Æ\ÔB#‡7','wp-content/plugins/wpforms-lite/src/Db/Payments/UpdateHelpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Db/Payments/UpdateHelpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó]6\Ì\à*pP\ØZ\ÓU\Ø',_binary '\\\ÑZŸ0«¥\Ê\ß·Œ·W\çˆz‹^š8=ù\ìP ^','',0,'?'),(_binary '\nŠ\Ìóf\ÉÓ…;{»tõ‡','wp-includes/class-wp-role.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-role.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß\ä\ÙG&\æc{¶ô\â\ì\ê',_binary '‚™{!ÑŸa\Ø\åmT¯>T\á\ál\êA˜\àR9]O\Z','',0,'?'),(_binary '\n‹’¿÷\×k\É\Ñ!gŽ-¯','wp-content/themes/houzez/js/vendors/i18n/defaults-fa_IR.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fa_IR.js',0,_binary '½\ï7ˆkÿ%¨ò™‰\0',_binary '½\ï7ˆkÿ%¨ò™‰\0',_binary 'Ú¹)\Ãc>?QªˆJ‘‡‹RŽD%\æ-^7¼‚‹­U+','',0,'?'),(_binary '\nŽ\à\noÊ™nQ\0\Ê\ä4úO','wp-content/plugins/wpforms-lite/src/Lite/Reports/EntriesCount.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Reports/EntriesCount.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	|\Ë!i.$†õ€\á·\ç¨',_binary 'X£Í¡yNŸ\"z\ÇJ=?¨ªœ(a»ß‹n~\ßmŠÓ›\Ã','',0,'?'),(_binary '\n“µ‘b-\ÓVø:ˆƒ|mµÿ','wp-admin/edit-link-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-link-form.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$ô¾ö3\ßg®·[\æ«\ìvj',_binary '’JXž\ïA0»¨\ç€À_\\4lÞ¹\Øpü,-\Í\Å:','',0,'?'),(_binary '\n—®X›À. \Úû6)\Ð÷y','wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/ProxyAuthTokenMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/ProxyAuthTokenMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯¶¤¦P~yúu—\Ó]‘@',_binary 'm…|ì•’\è\ÒEOôs^¬«¥…z,\É\Õo±-–\ìn½›†','',0,'?'),(_binary '\n™sYwi\Î#’¤­™\Æ2_','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTableCols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTableCols.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':/6\ëú¾Ð²KQ:$\ì',_binary '/9‰;gÙ†°\Ï\n¸\Ôøñ\ì9R¨˜\ÚzÝ…WeŠ','',0,'?'),(_binary '\nš\é\ÑÁ—\á#\Ýñx|]','wp-includes/blocks/site-tagline/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-tagline/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9s\ë+2cü1À\\\é%Ž\0{',_binary '\È\ÜZkŽRþâ¨ˆ\Õ\Z5‰pý \Éô—\â¾m\\ónz\Êþ','',0,'?'),(_binary '\n¡²Ùµþ\Í5,\ë*k4…','wp-content/plugins/wpforms-lite/includes/templates/class-simple-contact-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/templates/class-simple-contact-form.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<^p\"\Þõqö\ëh¥³§',_binary '¨¸t\Õà¡½½\Ã\"\Ùðb\ng\ÚÊ°>ž}´u\"÷6K¦','',0,'?'),(_binary '\n¢e\Ì>ºt@.ÀS‡I ','wp-content/plugins/wpforms-lite/templates/admin/notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü¬„‚T($ø«~\Ò}t9–',_binary '\"\Ô\Ò\ë8¹\Äè§“p\èL·%\Íš-oÀ:\ÌA¸ZƒŒã¬¹','',0,'?'),(_binary '\n£\ÜNNM¼\ÔÛ‘4;úp\Ð4','wp-includes/js/customize-models.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-models.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÈeT§oñŠ\n:×/ô0',_binary '0ùOm	‚\é.>j><ÿýf·\Å:\ã\å\æo®^Ž\Ã','',0,'?'),(_binary '\n£ñ\á\Ýÿ•7¥ÿ\ÊcÃ%','wp-content/plugins/revslider/public/assets/svg/action/ic_explore_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_explore_24px.svg',0,_binary '\ÅMð4Œ\rl¿l§¦›',_binary '\ÅMð4Œ\rl¿l§¦›',_binary 'ª\ÞEË£«/™\ÊøO\ß\èS•§9’hZ‘\\\ÏöT\á\Çd\ï\'h','',0,'?'),(_binary '\n¥§\ëQ\Õ\çwÐ—Æ¼‘€','wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'KYJš$·q\Zn©/<¢\êh²',_binary 'Œò\äl\n“{i\à  0 K´®*\ë\á\Í™]o ÒŒDA','',0,'?'),(_binary '\n¥\Ä\áÿx+¼[l/‘Dz‚','wp-content/plugins/wp-rocket/vendor/composer/installed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/installed.php',0,_binary '„õ \â\é>³<H\Ø8\"\Ú',_binary '„õ \â\é>³<H\Ø8\"\Ú',_binary '1S\ÏöÁScü¾Ž¯@—¡ú£\î9#»\ÔW/@R\ï£M','',0,'?'),(_binary '\nªFø»_\ç¢tþ0ñó:\äü','wp-content/cache/wp-rocket/point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/index-https.html',0,_binary 'ö\ÆMg\Ó~?Rør=/',_binary 'ö\ÆMg\Ó~?Rør=/',_binary 'o®„†W½\Ðhg¸p\ì\0J„\Ë¡m\0ZxtÖ¨\Øm{9{','',0,'?'),(_binary '\nª„™Š\ÂdMŸ6Ñ°\æ','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\ìiWghÔœ\Â`ú¹2',_binary '\Ço \Ô#A‡“¡ñ‡\á@\0c ‰ŽöÝ›\é\ÆA¾ó','',0,'?'),(_binary '\n­t\à\î[\ÍR†\Í¹~•','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure04.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure04.svg',0,_binary 'x÷>8«\ësf«\Ðó\æ¦&}',_binary 'x÷>8«\ësf«\Ðó\æ¦&}',_binary '~Jµ|5ñ\è\ë†\Ó\ËiK=`Hë¶ˆG\Ù<“õ¢òZf\é','',0,'?'),(_binary '\n¿â®¤YqM‹\în›aX\ï','wp-content/themes/sinatra/template-parts/header/logo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/logo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î\ÒYÌœ°L\Ð\Ð#vFl',_binary '&÷}ŠÓ«„\Ö\0¹¿t3\á’\ë¼òQ\Â\æ˜þ\\F¹¼›,±','',0,'?'),(_binary '\nÁÿþƒM?ØŽE«','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'al‚Z²F-E©zK9I',_binary ' Å¹ÿi/\å\ï¹xúMK4Ÿ¯//;+c8}+k¢lÿ','',0,'?'),(_binary '\n\Î|6t°\Ãg¨\ÍXõd¸','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/ContentFetcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/ContentFetcher.php',0,_binary '¹Þ±ùŽ\í\â Hö\ã\êe§',_binary '¹Þ±ùŽ\í\â Hö\ã\êe§',_binary '”Aor,‘\è¶óƒ ‰­B©\r³“=Xw	Š,å¿©1','',0,'?'),(_binary '\n\Ï\ç‡ak\rü[\Üö™m¥T','wp-content/plugins/revslider/admin/assets/js/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\nÏ7U\ãy»öi¬+fZH','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SipAddress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SipAddress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âGvH/r!\Ô\Ïzž‘˜',_binary '1‰Î†ºS¸8¦“E„„\×[„¼0jƒ¯ðu‚q\Î¦V','',0,'?'),(_binary '\n\Ý\Ï\ß\Ð\Ì&ƒ€ Á%\ÒUT','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-sticky-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-sticky-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&7\è\Ô@Å¸\Ü\ÖF3}U>\Í=',_binary 'Ž¶N\Â`PI\r%øbq¸\Ñ3ó\rK]M\Â%·4@%ôH','',0,'?'),(_binary '\n\ß	¡\Ì_{\Þ\ãõ–\ÕüŸ','wp-includes/blocks/audio/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L@Ø¥m§ž\Ä_ž’°YF',_binary 'eŠ7\ç¾K¿V„Ó§i®d½Æ§³\æ9k\Ûy¾¹','',0,'?'),(_binary '\n\à\'•­BZN27\\\è±v¸w','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\n\à\æÐ‚*\è.+û\îa­™k','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬*‰ýÁÚ‡ÁN|(\"|',_binary '>\Ï\Û}&\ÎxöÖ\Ü\àE\ÔÀY1×‘û\ä\æÞ \ÏK¶\Î\'','',0,'?'),(_binary '\n\á`o ü\Ä\ÝÝ˜r\Ôº','wp-content/plugins/elementor/core/responsive/responsive.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/responsive/responsive.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=PŒ\í\Ñ\ne%NùD\ÙCh»',_binary '\Ó ’ZšhQ]°iŸM‘lj\Ü÷´D§Q˜\ë™piB§','',0,'?'),(_binary '\n\äprë´*\ß{ùs\ÇÉ;','wp-content/plugins/wpforms-lite/assets/images/anti-spam/akismet.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/akismet.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í`u\ËfG\Å/zP%\ß\Ñ',_binary 'r©œSé¢´É†\Ü-H“\Z\éh¦g½Zº›Óº\ã®\Èa\ã,','',0,'?'),(_binary '\n\è\Ñhc+\ØT%\0y[H','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬FOñšD\èQŒ6˜5fœ',_binary '/ú§¥\'ù|V\0\Ð\Ý\Ôô;jk€kþ\âù,@½‡¦è™©','',0,'?'),(_binary '\n\êŽ÷w›t…“.	‘º\ä','wp-content/plugins/wordpress-seo/admin/class-option-tab.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-option-tab.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r\"¡ÿð\áþù\Ë|P\Çt}\Ô',_binary '\Ð\î5=J-ž¦\ë¯Hš \Ç\ÒXø‘¨!4ª¸\ëp±LÁ\Ô','',0,'?'),(_binary '\n\ì\Õ\ï“>ú\é\ß\Çn','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/CreditReversal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/CreditReversal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\ÐiP¤\ÐhH¢‘Ç”&d¨',_binary '\Ã4k\Ðy&fƒ€S¥\ÒT\ËÔ½=\ÌømÌ‰…‡Cw{~\ÖTò','',0,'?'),(_binary '\n\í@©g‘\Ý+T;V¶–','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Î¯U\Ó\Ç\àŽ\"\à¤\"…\ç',_binary '\È:À\ÉQ§õo	\Éç¡›,+žQø‚¿j|3›š\ÌÏŒ\ßö','',0,'?'),(_binary '\n\î¡\ï M~ÌCt\ç\çwx<','wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@D(yÒ©ÁñûdL\ì',_binary 'ð½®õ+®:\Ôþ÷\Éð¹ \Ë^>\":#•\Ì\È\à™!','',0,'?'),(_binary '\n\ïÎŒbm\éû0˜!1\í\Ñ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rÜœºG#i\à—=Ã¶/¨<',_binary '\Ö<t½@/½\äÁ—|Â£`‚»Ê»+‘IŽ•\"2\Ç\ÖÉž','',0,'?'),(_binary '\nô\r£Bƒ\ä®pÌ­','wp-admin/theme-install.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/theme-install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T˜iÃ¢šrV\'ñ´šzkr',_binary '˜d€ñ´\ê/ýga¢gó:t¦»|-¬R\ïùqz)*\ç','',0,'?'),(_binary '\nõNFþ¿´‘8\Ï\Õt\"Á!j','wp-content/themes/sinatra/inc/customizer/assets/js/customize-controls.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/js/customize-controls.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é‚\ã\äh:mn‹õ^œ\ïF\\',_binary '\Ã? \íùym.ó+`‹•\ZçC\ÂKwˆº\r=g\çjI','',0,'?'),(_binary '\nö\ï;UÐŽ£]\Ø\Å~Zû7b','wp-content/plugins/revslider/public/assets/svg/image/ic_center_focus_strong_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_center_focus_strong_24px.svg',0,_binary '5‚F‹¼‚¦\ÑüW~\Ç\'Á',_binary '5‚F‹¼‚¦\ÑüW~\Ç\'Á',_binary '±XR+\àN«‰÷|+þ=,Y\ë\r[\0ukT)\ß','',0,'?'),(_binary '\nú\Ù:\ÂX2\ÞL•Žnc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S»\ØÉ›m§šƒEö}Zh',_binary '¨\Ö-yº\ç¢.\Í=ýU¿\å6¿\n6¡´8h&\Û\è“9#','',0,'?'),(_binary '\nýECn>þ½\ËB“s—ºhg','wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\ì\Òõ1pH^`+­š',_binary '\å‚\Õ98£\ì<0£WÉ«\Ù\Óx\ê\ZÓ„\Î\Æð\"\å;¯','',0,'?'),(_binary '\nýGÆ™n\åð\Z@1+U]£','wp-admin/css/revisions.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/revisions.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K4L¨V–2…x}[£\Ã}',_binary 'u\Ð\äZø\Þý“g\ÊðÁ\Êö>I¾;õK‰2u\0\Û%J®','',0,'?'),(_binary '\ný|¹²Ë¬\îÓœcj`{ ','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>‰\äŽö\ÑkH½§\ê°®ö\Æ',_binary '!\×Åºoø\ÆÁ§«¼\àõ#ùT‚ ™\çLo–oð¢»òˆ','',0,'?'),(_binary '¯—-´7Ò·\Ë2.x¢Ð²','wp-content/themes/houzez/template/template-packages.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-packages.php',0,_binary '@§¼\ÄJ\Æ>g¢¨V®½B',_binary '@§¼\ÄJ\Æ>g¢¨V®½B',_binary 'iµ	ò™\áŽ5\n²A\Çj\Ã\ë‹\æÀGM\ÖsB«´L\í','',0,'?'),(_binary '\r¿Dè¶—N-²I\nP^‡ý','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘Ú›è¸ª/$pt¥\Í*',_binary '/½\Ô{\ÑNZ´	ˆ·žÿQIT“\\ƒÞ°Î‚ú¦RxKC3','',0,'?'),(_binary '\î‹y²\æÔ§®Ù˜±{','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ\èÇœ²}Âª\î‰?(LnŽ',_binary '’Ÿ;XYxTy—Tq\æ^¢B±[0‚?“û /ÉŽ','',0,'?'),(_binary 'Ÿ\çQF¡Ø‹\Ì\æÀ@7w','wp-content/plugins/wp-rocket/assets/js/browser-checker.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/browser-checker.js',0,_binary 'ôGBŠ9y‡>:™¡–',_binary 'ôGBŠ9y‡>:™¡–',_binary '\Ñwc\Ðb\ÛXKJŸñl‘ü#\ä¯K]¬ù \Ûr\æ¥','',0,'?'),(_binary 'ô\Ù8!–®±›v4‚','wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê\×\Ëµ]\Ì\î\ÚTa\ÛFq\Ð',_binary 'ž#]L‡šÌ\á/w² öuN‡bAU-F¤u¹•¾','',0,'?'),(_binary ' ~±´\á÷\ÒùŽB¸\"4Ñ’','wp-content/plugins/redux-framework/redux-core/assets/js/redux/redux-change.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/redux-change.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w\n»Ð@®ð QªV!#\Ç',_binary '¦…\ç½q\ÇyT\Ìo.ð\îXó\ÈÉ…—ûu¡\nŽ\Û\n\Ç','',0,'?'),(_binary '!‡ûBùt\Ë_\ÖøU7ù','wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\")—\Ù\ã(±@WtŠ˜','wp-content/plugins/elementor/includes/controls/wp-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/wp-widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j`Y°J‚¤3²\ÒQR¯',_binary '\æ&\ÃL\å²oû\éJ\ïeâ¯…=\ì|’­\n®nòœ','',0,'?'),(_binary '\"w%\â_ƒ„K\\ \áu\Ë','wp-admin/images/wpspin_light.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/wpspin_light.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ•$ª°©õn\Ü\Õ4H{¿³',_binary '-*z\èn·DÁ,\"aH\çK³H§rÞ±~\Zy\êô\Z\Ü%\é','',0,'?'),(_binary '%-­Ÿö\ËHQ\ê€\Ä5G\æ6','wp-content/themes/houzez/template-parts/listing/partials/area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/area.php',0,_binary '©SüE•(^]4	µ8.&\ä',_binary '©SüE•(^]4	µ8.&\ä',_binary '¯ð—2þ‚\Ì\Ó9®(,ˆiXÍ™\Z£^Á0Ùž8‚^n','',0,'?'),(_binary '&cµYD\Ø#\èP{+¢','wp-includes/js/jquery/ui/effect-blind.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-blind.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°E\Z6\Õ\îyF(d\âß',_binary 'x\Í/©×¯ýH\Ö\íœ\Ö#&.ø\ZZ(\ÅH\î\îVr©Ñª','',0,'?'),(_binary ',+E&*tÓh\Äg\ÓN','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„|¾7.¤ôQž\å\r\åV',_binary '\'/.×®\rf=\ÏÐŸ&Å‡Ü¿5j‡!{\0W\ÑQP\å','',0,'?'),(_binary '-¼YC\Å\Ê\ËÛ¹Š\Ûþ«|g','wp-content/themes/houzez/framework/classes/houzez-lazy-load.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/classes/houzez-lazy-load.php',0,_binary '3»þ1\ß\æ\àZ§Ýºp¶¡³',_binary '3»þ1\ß\æ\àZ§Ýºp¶¡³',_binary '•\ÆYd\î\Ù.úzƒI>ö¥E×±pø$’\äe®Nr^\ïe','',0,'?'),(_binary '01·\ã¢\ï\äƒŽ…ÞŸs','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª \È\rVj÷þ\ÉÔˆ»\ÍQa«',_binary 'ž\Ëpƒ£\Ô(@‰\Ök\Ð7,G—q?\×`®W \Þ\ßF„\Â','',0,'?'),(_binary '1›\r{Ñ†”nDe\â\ÞP]\í','wp-includes/blocks/home-link.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/home-link.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áir\Æó0%®„\'ygO3ø¨',_binary 't0R©‰\Ãy\Ì%\ægjþ²\Æ/:ð\'v0å†™Q','',0,'?'),(_binary '=	u*H]w­:v“','wp-content/plugins/redux-framework/redux-core/inc/themecheck/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'AFŒ¹¸\é\ÝÀØ…+Ÿ6U','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸Åš!^°¿«Û´+¹\çEB',_binary '‰a=¼ò\ÔúX\n®<9&Ÿ\ç[±õLúŒ\æ\È\ÈõPû\Ã\é','',0,'?'),(_binary 'A`þk{¹n«Ž\×/*ScN','wp-includes/js/dist/vendor/react-dom.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react-dom.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<tùlT\Ï\Ç»f{ú2v',_binary '€U›\Ó	†w\Ö›³V\âq«ªcÔ¤Á\Ñ\Ý\à…1\ÙÜ¸Ó','',0,'?'),(_binary 'H_\Ïe\\_À‰@· \èo','wp-content/plugins/redux-framework/sample/sections/extensions/users.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/users.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•^D\Ä(ù0ò@uC#\Ë\è',_binary '°«Õœ\Ñ\è\é´Áˆ(AIûi<VcŽ§\ë•\è\'','',0,'?'),(_binary 'L[ð¸”\êx\É\æ>y®›','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/Transaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/Transaction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï\ã7\Õ\\¹\ê \Ë\á\ËI%¦',_binary '\Ü\ßu,¨\ë§º;Ff¯Cv\ëý\ê\â£úñJÌQ\æXEY','',0,'?'),(_binary 'L‰«>\0»­-¯\ÆMRw\Ï','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/IndexStatusInspectionResult.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/IndexStatusInspectionResult.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³†:	fñ¥@ó¡\í\àþ°q',_binary '\Úót`@ùN£SµK<aÎ·A>€\Â\ïÜš\ÅO\ÊU‚','',0,'?'),(_binary 'N&,\ÃR§¸\ã\n	\è','wp-content/plugins/wp-rocket/views/settings/fields/checkbox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/checkbox.php',0,_binary '\ZÄ´µ„\Í\ÈO\Ó4*m\Ûÿ_¢',_binary '\ZÄ´µ„\Í\ÈO\Ó4*m\Ûÿ_¢',_binary '	Ul·‹-š_\Ù3\Ó0]\Î_\ÚfNž}\\\ÙxQ¬L\Ù3ù','',0,'?'),(_binary 'P\æh›ui8V§£\0kU±','wp-includes/blocks/post-date/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-date/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë†ó\Ét\07öôT\Í\è',_binary '‘\ÔQ‹·6\í\Ó\0¡tÓ°eÑ«Ø‰\ë\Õmé€ª|€iºZ0 ','',0,'?'),(_binary 'S\í·\ã\Û1ö&\å¿ôž','wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬\énS—…¯º=sU+› \Z',_binary '£”©´ÁBV±—zÍ‹(¿?©i1•h\Ùa	\ê©S£ˆ#\n','',0,'?'),(_binary 'X\â\ê¹FŒ\ÝŠ\Ö\ç\Ïx—','wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\Òðù¶rÀˆ~a\é]@\Ü',_binary 'Ÿ—[\é¯Û©q//\Ó\"R6ý<IÁ™\à1‹NWñ','',0,'?'),(_binary 'd\Îc\Ø*VE\ßx\Zd^','wp-content/plugins/wpforms-lite/includes/deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/deprecated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ$—–û\â£\ÈèŸŒ†t¢\ç',_binary '\0Uw*¦¬9½\è\ä(zü•\é%¼lþh\nºM:k+\Ú','',0,'?'),(_binary 'n\Þ\êC)‹lƒƒùü\î·öy','wp-content/plugins/elementor/core/document-types/post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/document-types/post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wZ–ý)\äÀfc:\Ü\Ç”\Ç\r',_binary '”03 \é\Øœ <ù’‡\å:HUþ\"\ÆF}S¾µ¢:?','',0,'?'),(_binary 'oc³ƒÌÜº\ÕP4/]','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÁMJ0¿Ð…rý¡8\Z‹.U',_binary '†ŽH¡ŸIO@\Ø\ä”5¤y.\ä·~\ÎyªŠ\Öc§®Á¸','',0,'?'),(_binary 'ý\Ã\Þ\äY\Æ\îð\ëq\ï„','wp-includes/customize/class-wp-customize-partial.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-partial.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mþ)fIf8\ÐX¨úKO',_binary 'Im\Ûg\0ùW\Ï?T¿,m\ä£9r¼\ã\ÍLm¹y6ª@\Îy<','',0,'?'),(_binary '‡ß’\Õgo\ê\0m·Œ\É\×','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àe´\è<\"¼€þw‚\".x',_binary '¢>Û°;»CS²4µQX>qXO–¬sm\Z\Z‹ô±†','',0,'?'),(_binary '‰û°Ã†£„\ê\Ç\è‰n\á”','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_55_fbf9ee_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_55_fbf9ee_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øôUŽ’ÿ,\ÖgS9\ì',_binary '¥óW7•\"û3Áý= \Ã\"3ŸAóû®[+\r(§€2Aÿq','',0,'?'),(_binary 'Š–)\å)‹³}\ì²*\Ô]­','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ê­ \Ò2w[\àeAyb5¯$',_binary '\ß\ãVE\Ë\îƒOhÛƒO\ÚNWZ©.(¾`\êû8\ÛK R','',0,'?'),(_binary 'Œ\n%$½$hõù\Ô_j‘\ã','wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/FilesystemCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/FilesystemCache.php',0,_binary 'I\Ï„]E\Øð€l\Óz‚\Ï',_binary 'I\Ï„]E\Øð€l\Óz‚\Ï',_binary '’\Z:#O\Ã\\ùpò\Ócy/»\ìƒN\Üo\"\"B¦œl\Çh','',0,'?'),(_binary 'Ž1\Ü0ˆ‰Øˆ_­5¿','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ_c±>\Ë\Z·=¥swô',_binary 'Zˆ\Ñ\Ç,$˜ôÒ¼‚»\'ù}\Âq‡(µ•Ï\ÇT^\Æ','',0,'?'),(_binary '”ˆ¦,H(b\æ_F”O','wp-admin/admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J•øýWñ‹w\É%®\ßyUž',_binary 'äº\Å$Î³?%ª©\ÜI&ž—ªˆ\ÚK½‚V\ä³lXt:','',0,'?'),(_binary '–%u®tr	 ^\ép¥','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õË\ãù˜\í¦\ê3A![÷¬',_binary '@™5\Ò!\"\æqŽ\æ„\Í?nø^\Ïf\Åpû»d\âx^n','',0,'?'),(_binary '–\Î\èe\ÚÎ¥\'\01\ã\áö','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZŒŠ(& L‹žl>ô\í ',_binary 'IU¦	4\í$Ø‰A(A_§YA¯‡½\æ\Ý^ÁŸ\É-\è˜Ÿ','',0,'?'),(_binary '—UŒ½YP½N —$uƒ','wp-content/plugins/wp-rocket/inc/deprecated/vendors/classes/class-minify-html.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/vendors/classes/class-minify-html.php',0,_binary '\æˆfMt1S\Ùûž*ª',_binary '\æˆfMt1S\Ùûž*ª',_binary '@\É\Ó\r¿øq\Å\å\Ê\ZaRl›Ôƒ)õ[	½·¦¬£','',0,'?'),(_binary 'œ«HVÕ¥½d\à³p\ÕVp','wp-includes/images/media/spreadsheet.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/spreadsheet.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñÀ 4\äñ\Ö\0Tü\ÞÌ‡?²',_binary '¶ý\Ì¶v²¶)\ï\nº6Zl«¶2¹õ\êÐ’1\Ù!+	\Ù','',0,'?'),(_binary 'ž0{Fp\êu~‚<0Š\Ë§','wp-content/plugins/wpforms-lite/assets/js/admin/builder/drag-fields.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/drag-fields.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';šEMû6žÊ›M¢]l\Èr',_binary 'ü•ñ‹õoMZX4[¤\ÏJ²\Â\ßeR,ŒAQ\êZ\É','',0,'?'),(_binary '£»|~«\Ò\ìLQ#\ÙJ\Ù','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Yl\å\Ìÿ%\ê„ä¹‹¨\Æ',_binary '«\éV\î–¸\Î\Â{¯-@\Ðf\Ë\í\Ë%\á`½G\Ûñü‡&PÖ¼','',0,'?'),(_binary '©·\ÑÃ¦\Ø^\á2¦•‰','wp-content/themes/houzez/template/template-listing-grid-v2-fullwidth-2cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v2-fullwidth-2cols.php',0,_binary '¦³&:Gê¤—yŠ!Á]p',_binary '¦³&:Gê¤—yŠ!Á]p',_binary 'ÚÚŽ~\Ë\ã£s\Þ(^?\î³\'¡§Áý´1\å£ú\Í/','',0,'?'),(_binary 'ª0ð\íŠ\é\Ñ\0cÁ\×ü\æ‰','wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception/LabelOutOfBoundsException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception/LabelOutOfBoundsException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'USz\Ù<7Zqõi|\n]',_binary '\ÔPT™\Ï$O¡\á÷$\ìq¸-©/šqE\',\Ï>\Ú™˜,+','',0,'?'),(_binary '«5öÃ…³ÆŒ…\ã\äþmˆ','wp-includes/block-patterns/query-standard-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/query-standard-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÑƒŸ\ÏBUCL³{—',_binary '\í¶:‡Î¤~\ÈþÁ‰&ù\rŒCFƒø+\âòI\á†q_‹e','',0,'?'),(_binary '´&_t\"\Ä/²´\ÒyÉ‚','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-splash-76b922a28fcdee85f514.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-splash-76b922a28fcdee85f514.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[\ÂNth-\ëCÏ„Bª',_binary '$v¯ý¾J§]³›ùg´¡½~5Ð‰AVJª]ù\×\ÌP','',0,'?'),(_binary '¶ö¹?=¨7£š\ë\á7™R£','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"^Uº§ý\Öf¼i‹¶\È',_binary '\"Do”©$=ŠDž­±½€\È\Ü9¨1Qáœ‹!\r\È\ï& i','',0,'?'),(_binary '¹\n\å\îšZ0lSbø','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/AccountsResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/AccountsResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á9¾\ê»±Z\á^¢ÿuZ\r\í',_binary '\Êü\Ýö\ï\î9{\îoÐ+ˆÂ¿W>p\Ò>S\æ\'‰\Ú','',0,'?'),(_binary '»V\á(^ -O\Ü\ZT0ô{','wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\ßOµ³;\\-¤\Û3û)',_binary 'x|‘¥CY¨5c“\Ð:Ü¤iJ•r\\¥GÀcœW','',0,'?'),(_binary '»¹–†£?%M	?N«','wp-includes/js/dist/vendor/wp-polyfill-inert.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý¦R\Û?Ý¹¸\n\ÆÑµ\Å@',_binary 'u¢˜\í6ñ¥+¤°«\Âv\ß\Zq¤m\Ê~<ƒ¿l\È','',0,'?'),(_binary '\Âó])Ñº¸gž','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹[\Ìô§d\ä¬cÓ®\Ø$',_binary '\â\×ùECûÀÃ°_Œž6\Öf÷gÔ³5™š²gŸ°\Ñý”\Õ','',0,'?'),(_binary '\Å*9\r¡À‚Sb;”­;','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®7!\Í,3#\×$2‹¶`',_binary '\Ô)lÁ<‡ø]\è\ÉÁs£\é\Òø«\è4ÊŠ\ë\ÅGµ±•','',0,'?'),(_binary 'Ç„¿ós“ú,z‡à¢¦yš','wp-content/plugins/wpforms-lite/assets/css/admin-list-table-ext.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-list-table-ext.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\Â\ÜYiðø<1Ÿó\ã¥',_binary 'ú^<rtÀ:SlÓ·„\ÖPþ)!€™F¨ÛŸ¡XÍ¾õV¨]','',0,'?'),(_binary '\ÌLŽ‡\å\ß>im±w%','wp-content/plugins/houzez-login-register/social/Facebook/Url/UrlDetectionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Url/UrlDetectionInterface.php',0,_binary 'uƒ6\Ó1o0¿™C^;ˆ',_binary 'uƒ6\Ó1o0¿™C^;ˆ',_binary 'kÿº|b…©+&ú\r+©\ÅJ|«ÿ—e³•öŠòV\ÆÁt€','',0,'?'),(_binary '\Ù%’QðÀvEdJ ÷ô','wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.´¸\ßÔ’b\Çbòk\ÃT\à•',_binary '_@(úÿ\ï¤L¬T\'÷sw\Åi¾ÊŽ&¶‰”Q\Ñ\ë,µgÍ§','',0,'?'),(_binary '\Û{§ðTna–\àþ¦¯Y\Ø','wp-content/plugins/wp-rocket/inc/functions/admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/admin.php',0,_binary 'ü¢\rüÁ+\êG\nÈ ¾úl\Ç?',_binary 'ü¢\rüÁ+\êG\nÈ ¾úl\Ç?',_binary '%¾¸;k\ái/?ºó‹+H¥¨òW§òa.\îY\ÑB','',0,'?'),(_binary '\ßþv\Ý\'‘¤\âœ0','wp-content/plugins/revslider/public/assets/svg/device/ic_gps_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_gps_off_24px.svg',0,_binary '%Å¯u´Å“‰\0ÇŒŠ¿’‰',_binary '%Å¯u´Å“‰\0ÇŒŠ¿’‰',_binary 'S1i§\ÙKÑ¡nK\Ög\í-\æt\Õ#<:ÀÕ´ù\Ì-\å','',0,'?'),(_binary '\ã³\Ù%\å\â¦\ß\Ím¡‡','wp-content/plugins/elementor/assets/images/information.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/information.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c¢\'\æs\ÅA\Æ\è;\\“p\Ø',_binary '\"\'¨M\r\ÐÚ¼1‡Œ\é\Ü`\'\ã_\åQ•\ß7s…iæ²¹­\Ã','',0,'?'),(_binary '\ã\Ñx\É\Äüb\rr”\ÙW”\ç','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nŒ“ha¦ªò\â¢w*\Æ‹',_binary 'þ°\Ê\Éfk@Ï±ŽL½¹•1<\å0\Ñ•®Q\Îz3¯.%','',0,'?'),(_binary '\ækO€Ç›©?((ˆÍ†','wp-content/plugins/wordpress-seo/src/helpers/import-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/import-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm§Ô¿£·,)U¾X?%ÿ6',_binary ' l°fDò±ps#\r\×&\ï…@?`J7QÛº\îŸ VA(','',0,'?'),(_binary '\çyBY\ÖW¤¼¼\Ü\ZV=5','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'MgP¬y¶ˆR%’:P\Î\ra',_binary '¨ò\ç*&=\í\àQ!ÿ^6\ë\ìN«×–m¿\Ò\Ô*W\í9žÿ¨','',0,'?'),(_binary '\ç\È\äo2\Ãø—£\í\Ê\ÆYÝŸ','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_capslock_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_capslock_24px.svg',0,_binary 'n \ÛBc¨\äA7\Ü0\å¼4x',_binary 'n \ÛBc¨\äA7\Ü0\å¼4x',_binary '#¿b\È\Ä %Í·?Q\Z\rýöŽ‚-dƒøFÌ¶wU','',0,'?'),(_binary '\é\n\Ä\ØUN~½½‰\0m\Ð\Ä','wp-includes/js/codemirror/csslint.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/csslint.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë¼\ÉM_Ï±I\å¦³òÀl½',_binary ']¶ih4F„õÃ²ò\r\ìöU»\Ö\î\ßWEK(\ÚP¸d','',0,'?'),(_binary '\ê?A|‚a\Û\0~\êB\Éo*','wp-content/plugins/revslider/public/assets/svg/social/ic_location_city_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_location_city_24px.svg',0,_binary '` ÿBGNY½h—†:«O',_binary '` ÿBGNY½h—†:«O',_binary ' ÃŸ\Ò\Ó>6\ì‰üK\\—Ö²\ì~H\Î\è„Ë¿Xögf—','',0,'?'),(_binary '\ïrˆ(…,%—m]iÁQ\Ç','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/elusive-icons.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/elusive-icons.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ö\ëŸç‡‘½\ÄI\Ð€1#',_binary 'j3·†\å\Ï{\è©>°³‡\ÃXixµxû\Õö(\rq90','',0,'?'),(_binary 'òc\"ml ÿÇž>o','wp-admin/images/wordpress-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/wordpress-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'óNö%“d÷\ï\Ïg\Í\Ý\Ép',_binary '\Î\"¦uð™¨j-QE\0‰\Ó[\æ¦gL\ÝZ5\ÝMD½:','',0,'?'),(_binary 'ÿÍ­n5ðHiþ[{dŒ\×','wp-content/plugins/elementor/assets/js/media-hints.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/media-hints.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò™\ZdFžFE±!™tB',_binary 'Á\Ù%ºE­…d A\Ï|´H¡I·\n|;O\Å¬<\ÖôÑ™','',0,'?'),(_binary '[\Ý\Z]\Ùm\èSx}]W©[','wp-content/plugins/revslider/public/assets/svg/av/ic_library_add_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_library_add_24px.svg',0,_binary 'ø›ÿ\Ö\Ó\ÐrÄš\áK‚\í\ßÀ',_binary 'ø›ÿ\Ö\Ó\ÐrÄš\áK‚\í\ßÀ',_binary 'Ë›KŠiFŽ(ü6y\Ìv\Ès\Ét\ÜU\ëXV\ÈÄº¶A','',0,'?'),(_binary '\ÝB^\'B\Õ\'l°ó±¬','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '	c\ÒvR!t±÷Hv‘J','wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë-,“;¡ðN9x[\à=',_binary '7Õˆ‚P4\Åõ¸¼÷œx›\Ó§‘¤¹‚Çšhkr\æ/\Éd\'','',0,'?'),(_binary '\r\ã?@Û˜‚\åðNý\ã\Ãl','wp-content/plugins/elementor/assets/lib/animations/animations.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/animations/animations.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'FºUDpl \"\Ël=',_binary '\×\ÇsG[\ÄýÖ¶Wžø²‘a|Ö†Û†² \ÌAZ\ÍÛŠ','',0,'?'),(_binary '`tŽ\ãx’\è4¬ŸQZ','wp-content/plugins/revslider/public/js/page.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/page.js',0,_binary 'Â¢9(Sûˆ$þÁ[\í:‡¶',_binary 'Â¢9(Sûˆ$þÁ[\í:‡¶',_binary '½‹LQƒpEµ#°:qŠ_«}\äX±(‹É“d›±','',0,'?'),(_binary '°\è\à\Í÷\ã<^…÷eU»','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/fresh/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/fresh/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '$%#€\Æ_‚U»_d\Í','wp-content/plugins/wordfence/views/options/option-toggled-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	Á\ê|C ¾w@\ãˆ\Êm¢',_binary '5ªÃ£\0ÓŠVbA†Å‡\å\äüúŽ.Zû;Mzüq]¬¡','',0,'?'),(_binary '*úO\Ä‘\Ì\â\ê·\åi','wp-includes/customize/class-wp-customize-media-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-media-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\+A\ÈDi“:cÑS\Ð',_binary 'ó\ÎXa¶²Ÿ¯÷\âœRPXþ\çðxH–~vþ\æn\n¼@{','',0,'?'),(_binary '/\åK±/­G\Ùy¶\"¼','wp-content/plugins/wpforms-lite/src/Forms/AntiSpam.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/AntiSpam.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øW\n¦†ô0\ÔV`\0ÆŠ',_binary '´‘1\ì \ÇUº\è‚H8\Ë\ç«pÀ¸\âÏ±7\Ë\ì\É(','',0,'?'),(_binary '2¡\Ê>4œ¹.¶r\Ç7\È5','wp-content/plugins/elementor/assets/js/progress.6d15c16f0f5c4792940f.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/progress.6d15c16f0f5c4792940f.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ]›\Ê!KI–\ã\áe;r<’',_binary 'LV\îoŠ¾\å\í÷*\rgýo‚‚\n*`÷õŸË¹o\éB\ÏE','',0,'?'),(_binary 'Dƒ¬ š2û”K|&\å','wp-admin/css/nav-menus-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/nav-menus-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':\Êñ0Œg\\/*>\áÔ‘\ÛX',_binary 'y\å]ñgDO\ÕZwYD™6ˆw05Šz/©Ð“i','',0,'?'),(_binary 'IW\ê:\ÖYøJ>¦õ\Õ=K\É','wp-content/plugins/google-site-kit/includes/Core/Tracking/REST_Tracking_Consent_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tracking/REST_Tracking_Consent_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\'\ã)û!¨%“‡H’H\Ó\Æ',_binary 'õz®?€d9N\Í\Ï[n\ÜP\ãk³ŠüˆL\Ø	\áªI°S','',0,'?'),(_binary 'O.óÎ¡”51ó*B³«','wp-content/plugins/wordpress-seo/css/dist/dashboard-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/dashboard-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùn\Õq\à\Ó%`‡\Ó\íûlY',_binary '\æ[i£R*\Èg=\ØdC‹–‹\Ìj}@\ÚaˆˆR®\ìf\ÊQ','',0,'?'),(_binary 'Q\ï10\Øò\éýöGŽÿ,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x} ó’”\ïpc° K\àOÿ',_binary '(H>\Éö0€}¾\Í8:e…)ï¼´¬ð™NÁ/\Îz\ì','',0,'?'),(_binary 'X³\ïf@o\ç.o3¡>','wp-content/plugins/elementor/modules/element-manager/ajax.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/element-manager/ajax.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞGc›¾1\×h\nù¥Žª\È',_binary ' …‘´6Yr†K³|hõ*\ZYC“M\Æ\Õßº\Õø–\Î\Â','',0,'?'),(_binary 'X\ÕqŒ?xjò«Õ´','wp-content/plugins/revslider/sr6/assets/fonts/material/MaterialIcons-Regular.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/material/MaterialIcons-Regular.svg',0,_binary '¡­\êeYLP/”(ñ:\â\á',_binary '¡­\êeYLP/”(ñ:\â\á',_binary 'å´‹YCN\î\è\ëŒ§´:Q9k\ïÀ…d€Zkx¡ƒO','',0,'?'),(_binary 'Yº¹\Ï\ÐR²ò¤ôqjj\r','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/MeterService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/MeterService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®¶\àLÒ¥\ïP8q=\0ñ\Ý',_binary '¯\ÃZsóÿdÝ¢•¹ŠÁ5ÿ\ÉñÉ‘\0t\Î\"z„«','',0,'?'),(_binary ']ÿuŸô\Â(§‘\Ï\Ðii\Ö9','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginDeactivationTaskManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginDeactivationTaskManager.php',0,_binary '%[¯¾\'\î³sP•&AÀ\ÓH',_binary '%[¯¾\'\î³sP•&AÀ\ÓH',_binary 'ÿg™Û¡ŠZi[õx€#m[‹}þ\ËŒ4¸É¿¼f','',0,'?'),(_binary '`\ï/4\\\Ì\ÄsrHm\Ö§','wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ~\\Rª5n\Ò9`ýz\Ä',_binary '1\ä³1\ïø»\Ì$\å\îzú”J¶²üo\ï\Ù\Ë\×t=|\Ø¼','',0,'?'),(_binary 'cQò úÛš û•P‡”','wp-content/themes/yith-wonder/assets/css/blocks/paragraph.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/paragraph.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úKwQz+·™8=\"\ã\r',_binary 'u\ÖE/\Ã\àù7a»Y¶c\ÕMjò\á6–.\íª\Ì¾þù/\Ú','',0,'?'),(_binary 'dW\Ë\Ó\ç\Ë9Ys¼[¼','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ\ì<¨EF\çC«\0\ë\ì8,',_binary 'k\çtvš¿ª+\Ñ#–ÿ\áˆ?G¹^-é–ªR¥-Y\è\r\Ãy','',0,'?'),(_binary 'gg³þ\ã›&\í\Çþ\ÒVðx','wp-content/themes/houzez/framework/options/agencies.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/agencies.php',0,_binary ',•\Öe\ï\ÔK’{\ÄN°ß¥2v',_binary ',•\Öe\ï\ÔK’{\ÄN°ß¥2v',_binary 'IVg-5#ðgû\Ã#@À`5l z²z\Ô÷\Ö\Ù=\É\Ö','',0,'?'),(_binary 'h\Ý\á@Wi~X¤ñ¼E','wp-content/plugins/wpforms-lite/templates/admin/payments/tablenav-filters.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/tablenav-filters.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦\ÝxiYQ3–\ÛT»Ì‚Œ',_binary '\Ò\éÊ¾\Ùl¢\àTò¶ï“õ‰Q= »`%ùQ\Û2z\Ì','',0,'?'),(_binary 'y²X\Û\ä·\Íi|„Dü\Z','wp-content/themes/houzez/single-favethemes-blocks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/single-favethemes-blocks.php',0,_binary '\ç/À\Ô¶z•/²\"®>',_binary '\ç/À\Ô¶z•/²\"®>',_binary '{AŠ·UKû\Þ\æ´||^Gª\ãª=sdüq\Ów\ßv¢…','',0,'?'),(_binary '{\çMŒ“i»i2n•\Ã6\Ü','wp-includes/js/jquery/ui/effect-highlight.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-highlight.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\çl½Û–)\í\ÜS~|\ØL',_binary '\Ô\î\ìF‡“‹z´£\ìmUT**`®„@¥óU','',0,'?'),(_binary '~ñS­–*ª‘\ï\Ö\È\Z‚ž•','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SettingsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SettingsController.php',0,_binary 'º¦,y·{B-îš¬ÓŒ\'',_binary 'º¦,y·{B-îš¬ÓŒ\'',_binary 'Ö†ÆŽ/:£$ÖU7\Î9%©n$›¼“\æ\ïŒ\àol','',0,'?'),(_binary '‚<\ÚV®/\Ë\È\ÂÚˆ|*ª','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÙÈ…… e–Q\ÏA†ŒC\Æ',_binary '\Ñp\æY\Õ÷Öª\È\é;ý\\\Î=³×ª“þ\ÉDhl\"','',0,'?'),(_binary '‚B\à&³]Ø…OMN\Ôô\Ù','wp-content/plugins/houzez-login-register/social/google/contrib/Google_DriveService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_DriveService.php',0,_binary 'IhžaP\åOû7ü	»{\Ï1',_binary 'IhžaP\åOû7ü	»{\Ï1',_binary 'n£±ˆ‚ùý³\×\ïM‘ñ~\Ó?¬¼+jmÛ°c£HB\n','',0,'?'),(_binary '†‹P>«FÞ„=™_\çÀ','wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùöf\ÜT *›³ƒ>†G ùd',_binary '†\ÜVÜ§\Ç*búô?”\Ð\ã\ÑZ¾\Þ\îY™  %G','',0,'?'),(_binary '‰Jx%¨xy\ç\ÌBdò','wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_vertical_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_vertical_24px.svg',0,_binary 'Á>·2\Ý\Ê \Ø\0JRx¦´\Ë',_binary 'Á>·2\Ý\Ê \Ø\0JRx¦´\Ë',_binary 'õ\Z÷ü™F\Ê\ï\áp)œ\Ô(…)ý\ç*ýqW¥!,','',0,'?'),(_binary 'Œ»œÿ\0ß’RE\Ù\Í\rð6','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯™­n|m\n•;¼ª¼',_binary '< *p\Ö&°z¾–#\È\ÔtÙ§\áˆR\Ð\Õ\Ýü8i\Ê\'','',0,'?'),(_binary '“¬¾sºs^G\Äxè”›\Ü','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºg{…Z”\à‚ñ¶OÏ¢\Ô',_binary '¼œœ\Ð;§ÿ\à¶@#°X¼Ò½*È­Œÿ(z¨	\Ù\éú&\Ê','',0,'?'),(_binary '”\Õ\ßN\èq@ƒIøÚ¼\n7','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èY\Èt›Ü¡G:(`›',_binary '²\îU•Y\n«Šv\ZJx\Éø\0H\\Ž	)…9Ú¢V\Ý','',0,'?'),(_binary '£bS§\ã*ª~½b“\rzû','wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'SªÆµs\Ï@.=¢\ËQ\äi`~',_binary 'pñy:n\"Ü»6!€‚ò™ƒóW\ß\"\Øs1zÿ(ÁL\Ý\í','',0,'?'),(_binary '¤]zf˜\")*¾˜³\rL','wp-content/plugins/elementor/core/editor/loader/v2/js/editor-environment-v2.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v2/js/editor-environment-v2.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡£;\èþSo\àIKv\Ô',_binary '««Xz\È\ï[\Ç9Ó7\'In~/ª¿I\Ð	fi\Û\Ù\é]„ƒ','',0,'?'),(_binary '¦™riÁH\Ó\å|¢!\ïSK','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜gÇ°\á\á¤S„Q¸”0¨',_binary '´k\ï\ÕA@0r¬V³È²\ÅþÎ‰°\Ç]_\ï%ý“{·8\åT','',0,'?'),(_binary '§©1:\âr@IX\0òŠ|','wp-content/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php',0,_binary '\æu\Ì\íýs‘õmŠ|w\"£',_binary '\æu\Ì\íýs‘õmŠ|w\"£',_binary 'ý{¸!½aö\æ%	¥v·€ \ÎLº°^ D6Íœ','',0,'?'),(_binary 'ª\r6Œþ\ZÍŒ´\È\ë‹\í','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á\É3\Ë<µ\Ø\Æ?=‡¦›\Æ',_binary 'Ú¢\é\Û;?c<I·;þ7&\'%[La\ìY\ÖhŒ\×r\Ö','',0,'?'),(_binary '«!¨V®\Þ3õ1t²\Ös-','wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u\Ï\æ3N\ïšO\ã \çV¿…',_binary '	8Á™1$^,žB>\ä`&]\í3D¶ú	ˆ\"!óý©Â”\ê','',0,'?'),(_binary '«\Æ\ß1á±Šä¼œûGÛŽ','wp-content/plugins/houzez-studio/templates/content/header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/templates/content/header.php',0,_binary '\è~šV½h=_±¾Œd:S´',_binary '\è~šV½h=_±¾Œd:S´',_binary '1TB#›N:¦C\Û\îH_Û¾\ËÖ©†\ÉN©/*','',0,'?'),(_binary '¿Ò¯xT…Hÿ~\ëõˆÀ','wp-content/themes/sinatra/template-parts/header-page-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header-page-title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/¨\Ã\Îc\Â1\"Ÿ¯\Ë\Ë-A\ã',_binary '\á“õœ9ú\×\Êõj¦\à|/D\\Ð´\Ú\ÞTb\Û\0«ú»','',0,'?'),(_binary '\ÃòA³\ßFk','wp-admin/js/privacy-tools.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/privacy-tools.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'È„òh\Z¯W;\ØK\nœ\ÑQj',_binary '\Þ\ï|9¶n\n²úÈ¬òµ¨•þŸ\Æ\Î\ÅuO/C›û˜Ý„','',0,'?'),(_binary '\Ã-*\Ç+Ñˆc\ålµó;','wp-content/plugins/redux-framework/redux-core/templates/panel/header-stickybar.tpl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/header-stickybar.tpl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“BigG™\àW7€',_binary ']c\Z?+Ù¢ gO$\Î\æ\éŠt\ÙX\ÕØŠ¤U¸\Ñ4•t','',0,'?'),(_binary '\Óx;Yi\Ù\Ó\ÛK\î=‰”','wp-content/plugins/wpforms-lite/templates/emails/compact-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/compact-footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x|\ï&ü\áVZ™A§+5',_binary '÷–*‰}\Æ)I¢%°nŸµm`‰{_ù 2!K¡y\Ù\Ú','',0,'?'),(_binary '\Ù)*\"ûþftx¶ }·','wp-content/plugins/revslider/public/assets/svg/av/ic_art_track_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_art_track_24px.svg',0,_binary 'si\ÙS?L\Ù\å\\\ÖõU@97',_binary 'si\ÙS?L\Ù\å\\\ÖõU@97',_binary '\Ze\ß*\ØF±Ì’÷‡²\âªKDG\à<\Ï\ÖW¸>šº\Ç\è‡','',0,'?'),(_binary '\ÞiJ;®\Êk¤¬vñy*','wp-content/plugins/redux-framework/redux-core/assets/css/redux-fields.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/redux-fields.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’\Ì×ŒÂ½m®\ë\éj\ìr',_binary '·§\è¿ÔªNògð\nQ 4R£ç‡Ÿa?t\0T¤:ª\ç\èB','',0,'?'),(_binary '\Þ\ïX^°C\å#5\éZ1I','wp-content/themes/houzez/js/vendors/i18n/defaults-am_ET.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-am_ET.js',0,_binary 'x#r–:†¥J“µ%¤\é\Û',_binary 'x#r–:†¥J“µ%¤\é\Û',_binary 'SG(\ÍM\ä\Ç^ur’*«µ™ðvün\è\ç6\Ü:v\Ç\ÏT','',0,'?'),(_binary '\ßŠV†,\ÐÕµƒ›','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W\ãb¾³¥\ï\Ý\\\Ð¢\ã9',_binary 'züQ¿\Þ\Îz=¸ù“Œ¹UZj†Dôÿ\îŽ°\å›9–','',0,'?'),(_binary '\ß\Ñ\ÙW\ï\à•l\nõSxc','wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Îƒ£b§A×³°¾W¯‹È‘t',_binary 'AL\ÒŒ®¬U…úk(œ»5Æ‰\"\ÒMª\è8±\ÙÙð','',0,'?'),(_binary '\çZ\Ò÷u\Ñ\Ê\ÉiigÔ„€Œ','wp-includes/js/dist/nux.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/nux.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\Û(´\Ù³ñ?´KX(\ì',_binary '¬$J©\n\\ù™¯}*!^\á\Ókk+\Ó.\é3ö·®\Z','',0,'?'),(_binary '\èJž`X&ù¦€5T\ì','wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L$²A¦\Ý\Ûq[P`ð\'gF',_binary '7TPÊ¢&na1óö[\âFˆ%´$U\ãŠò\n,1¹','',0,'?'),(_binary '\è,IÉ‡Z\Í|Eº¡\ëô…','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/envelope-money.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/envelope-money.svg',0,_binary 'u\'\Åv‹0ªøü\ÝÍ¿\n\â',_binary 'u\'\Åv‹0ªøü\ÝÍ¿\n\â',_binary 'ªŸ\ÏJ@\Å#6ª\Û\Î	¸zF\r\ØúrµþUm\ì|ûåŸ¬¶','',0,'?'),(_binary '\ë¯\ä;X\"¯`\ÐuÉœ','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„@ÿø%uœ7Ygcm&\î·',_binary 'ÿ\Ô}E\ÂÖ³\çý\Õ$-¯Ž\ÍLj¹$€¾„T™Œû\ÂV–','',0,'?'),(_binary '\ì\Ó,M«]è©H\ÐA\Æõ\n','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gauge2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gauge2.svg',0,_binary '\ìNŽ¢ž|ub®3¹ˆ',_binary '\ìNŽ¢ž|ub®3¹ˆ',_binary '17þUè¾«mî‚ª\Þ\é\íù.ð\â‹d|\'\ÕO<ø\"\Ò','',0,'?'),(_binary '\í\ï2U&O\Î¢~.þ[','wp-content/themes/houzez/property-details/partials/title-mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/title-mobile.php',0,_binary '0ed8>7or\ÕX•\Þ	',_binary '0ed8>7or\ÕX•\Þ	',_binary '¶—weü\Ò4+%\ÖÀg+U\ÜÄ¶),faYûžqE\Ö','',0,'?'),(_binary '\ï6‘\ä!)@E|«\î\Ç\"','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/NestedResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/NestedResource.php',0,_binary '².‚_Ò¤H6X\ZS\ä|',_binary '².‚_Ò¤H6X\ZS\ä|',_binary '­ó\ëÓ›C0zs½v\ã‹4h&Oª\Ý\ÅD€º½Š˜','',0,'?'),(_binary 'ò“½–¦TK‚VóFe7s','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/328.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/328.js',0,_binary 'Öš;Ý´S]d\0‡±M\à',_binary 'Öš;Ý´S]d\0‡±M\à',_binary '\Ä\È&\ãTœ3¤’«2³Opó\r#4Ó¬±u\Ø;]Zs‚','',0,'?'),(_binary '\r’ñc0:p_Œ8\È\Z','wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-full.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-full.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þQC²H0˜\é«uWogw¥°',_binary '‚„U\Âx\à~ó\Ô˜ú®\0ZŸ4r\é¢úS›\Z°a\Æp9B','',0,'?'),(_binary '\rRÿ\Âö\Ï$‚\ï-LD','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\Ã\î¹\Ó\ãú\ZW¿_5\n\Â\Æ',_binary '3D\Þ\Ñ‘\àS‡\éI;˜Í‚>U6SjM\'´wÑ±ô0º\ß','',0,'?'),(_binary '\rÍ›Ü¹ø}C\ßL\Å\ÉR)','wp-includes/blocks/file/view.min.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/view.min.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉuŽ0{o‹sÀ^.j+',_binary '¼\çl)\æ g÷L¢Aò\Óõ\ê.§m¥H”,\Z8zr\Ä\ÒX','',0,'?'),(_binary '\rkE(/kÉ¬J¡’k\Ì*™','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlInspectionIndex.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlInspectionIndex.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«E\Èw€H\ã¶QK]-¢	\Ï4',_binary '¶\âsw\îÔ“*£¤È‚¢¥sD\×ü~‘\î_#E=wº','',0,'?'),(_binary '\r\nr(Ã­ë¨’†Hõ=cŠ','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/field_multi_text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/field_multi_text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[CsaÜ¤_¢œŒST‚\Þ',_binary '\"Ki»†\ï$¯F¬\é\é\ágÿ„Í¯\ãf#Û¼»\æ','',0,'?'),(_binary '\r$°0Ž\ín•¦’\Ñ#·','wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*  \ÓdV\ÑLp‡\Z_\â.',_binary '\n\Ó•ù\ßu€\Ë\Ù\Ä6\Èm2\éfµ¼ö¯ô…\É}','',0,'?'),(_binary '\r\Ð6\én¢^–¨g\Û\Ñ<','wp-content/themes/yith-wonder/assets/fonts/RobotoSlab-VariableFont_wght.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/RobotoSlab-VariableFont_wght.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì|\Z\äÌ“.\ç\ÜQ{!',_binary '~\0P9bû\ëD½b$±¶Ú¡Š‡ËŠÉŽk†¼Hµ\á\Æ','',0,'?'),(_binary '\r|\àð€t jl\Èq\í‹S','wp-content/plugins/wpforms-lite/assets/js/admin/pages/mi-analytics.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/pages/mi-analytics.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eHÏ°WI•d¤œÇÛš',_binary '\ë\ÄB\ç\Ç9¯ŒSñy¨bñ\Ì,5<„‚\Z½_3,¨¡‘','',0,'?'),(_binary '\r–«\â@Q$f…³0\n','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_car_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_car_24px.svg',0,_binary '‚ƒ\Ý\Æ×ŽZXk¾ux\Ì',_binary '‚ƒ\Ý\Æ×ŽZXk¾ux\Ì',_binary '”Â˜CX.¡\ãü´a2}û/ö~ ÝŠ\Ù\ÕUB{','',0,'?'),(_binary '\r2©€ÖµXUË\\6\ãŸ','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php',0,_binary '¹š¥?&|\Å\Æ4Fe}*s7',_binary '¹š¥?&|\Å\Æ4Fe}*s7',_binary '¤‹y|`–|V_ÿ¥e&S¢®€e};K\ÞW¡Š\çi‹+2','',0,'?'),(_binary '\r 0\Û\\Oc”»kD\ë>o²t','wp-content/plugins/revslider/public/assets/svg/action/ic_account_box_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_account_box_24px.svg',0,_binary 'þ\ï¢ý£\ïm,\é•\ä0 \Û–',_binary 'þ\ï¢ý£\ïm,\é•\ä0 \Û–',_binary 'ÉµLÅ¥#ÐˆE\â¢4©š‘\è¼.©\é\é4¼Õ¤ ùþ\\','',0,'?'),(_binary '\r-7ž÷4!lç˜ˆ\Ù1ñ|','wp-content/plugins/revslider/public/assets/svg/image/ic_flip_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_flip_24px.svg',0,_binary '_ øoRð94”æµ›\î”',_binary '_ øoRð94”æµ›\î”',_binary '¾RXAn 1˜y\Ö\ZÁ\é\æóALWÍº\ç(‰\àY','',0,'?'),(_binary '\r-\ÄBŠ?SR\ç\ÛaP*Aü\í','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/title.php',0,_binary 'ò\ê\"f\ÖOb\ÄGy5½\Ùtº',_binary 'ò\ê\"f\ÖOb\ÄGy5½\Ùtº',_binary 'Ž‰³ý\Ïc<\àŒ\Ìi§\×\Ä\ßô\â®\Éf\Î1Kþ','',0,'?'),(_binary '\r8\ÈÜ­+‚a)ð˜\ì\Ïû\í','wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø\ZúžU\ïo\Ç\çQ¼\å\ÂU',_binary '¢ Î¡yˆwi.H*\ìòt-z­p™[FøWŽY²c`\Í\ê','',0,'?'),(_binary '\rA\\K—p^\ê-\ïÎ°;','wp-content/plugins/revslider/public/assets/svg/action/ic_opacity_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_opacity_24px.svg',0,_binary '\ê\äQ}Ž™\ÈC{\Ã2\éx',_binary '\ê\äQ}Ž™\ÈC{\Ã2\éx',_binary '‘I\È!¸1÷ñ2‰cÀ\"ûŽŽ\Ó\Ý.0‡r”·gˆ¢ö4','',0,'?'),(_binary '\rD¨\â¥[WÓ¿6&M|\ÞJ','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/ExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/ExceptionInterface.php',0,_binary '©J7À2(¯ˆ‚;HWL',_binary '©J7À2(¯ˆ‚;HWL',_binary '\ØIxùÒ·k³r\Î\Ûó»•5:º\æ(\à·ô.Vø','',0,'?'),(_binary '\rN–cÝ¨Œl”=\Ä\Õn£','wp-content/plugins/elementor/assets/js/notes.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/notes.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\ë:\í\ÔA\É=\Êù_ƒ{ý¿',_binary '\ÅÑš{g\â1\Ç\ÛNh¦ªw\É\Ó\î\è:\åŠf‰½\Ê<«\ßü\Ý\ÆI','',0,'?'),(_binary '\rUÀj\Âzh—2/ð9œfM','wp-admin/js/application-passwords.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/application-passwords.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=©]‡!E¸¬›VYS=\Ó\Õ',_binary '$p9š#oœ—,:óÿû—@|\Ê\áZ\0\îÛ»ÛµGU{%','',0,'?'),(_binary '\r\\\Ä\ÜS12X\ÌEF\Ç=\Ó','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/newspaper-jobs.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/newspaper-jobs.svg',0,_binary '|Ê…\Ðµ\0L\Þ\ÕN¹',_binary '|Ê…\Ðµ\0L\Þ\ÕN¹',_binary 'Ó—dV	\Ë!/j\Ù1Wô)³žH‚5#û\0rª	\ë','',0,'?'),(_binary '\rf(°nPöeƒE\Ôu•Œ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Éa\Ó\ç#>\ér]^RW\ì<\0\Ï',_binary '[¨«+\ÊN…}÷*\ê\'[Ÿxã½«F¬dU”\Ò\â<f','',0,'?'),(_binary '\ri\Öe\Ì\ÎOu|ç£™¸','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/Queue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/Queue.php',0,_binary '¹ˆù\Ð¹\ß_¤„€¼3',_binary '¹ˆù\Ð¹\ß_¤„€¼3',_binary 'fMVr\Ö-zÔ¡:4C\È	){\ÐZ|Ø§/†#\Å(›','',0,'?'),(_binary '\ri¶(\Â#F¼‘¤\ïÀz¦\Æ','wp-content/themes/twentytwentyfour/styles/fossil.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/fossil.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n\0\é`27›=\Ï\Òû',_binary '7úö\ã&™õå“¶‡K\ìª \çTU¸]qŽöb,\r¶J\×','',0,'?'),(_binary '\ro\Í\Å(>R¥8Gt¹˜¡s','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ”/‹\\ïŸ£ûm[~qŠ)',_binary '€X\Ô,\ë\ì²7\Ý\Êþjô¤Ddôµv;\×f¨tš\æ“','',0,'?'),(_binary '\rsX^¬›ýVú\"of¸','wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/TransactionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/TransactionService.php',0,_binary 'f¼m%D\Ùf)J±1MI',_binary 'f¼m%D\Ùf)J±1MI',_binary '\î3n5\ÆTc‚fka™“\Éôh!pGõ\0\Þôù§.','',0,'?'),(_binary '\ruE2\Æ\é@ýÄ¼ü\ÃY_\ì\Ï','wp-content/plugins/wordpress-seo/images/support/support_forums.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/support/support_forums.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Zýñõ¿’\ÞMqœ\á®\0™',_binary '\Þt\0|&­<\\\Âk²6\à\Z×¥Œc\ÜS\â¯²Ý‰„','',0,'?'),(_binary '\ru\Úóx\Þ?b1å•¨©ú\äV','wp-content/plugins/wpforms-lite/lite/templates/education/builder/settings-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/builder/settings-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—VBÂ¼-&\nza\rÀ\åM',_binary '²wxx×œAñ$¼ÄuOf#öwº\àµz\×\â+ÿ\Õ','',0,'?'),(_binary '\rwXn^o\Ú~\Ã+\Ï;','wp-content/plugins/wpforms-lite/assets/js/admin/payments/single.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/payments/single.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü2\Ûñ?˜û˜S‰®„\ê/H',_binary 'W\×=Ah\×å¿•\á6¥\áBŽö\æ1>µ\rË’\Ï\Ñù«’\r','',0,'?'),(_binary '\rxÝ^´§¿\Z ƒ½<;','wp-admin/my-sites.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/my-sites.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±/\Ót÷»fò:i\ß\Òs',_binary '6†öšµ©K\Î\Æ\\6üþqXF$PˆB ‘Có¶ƒ','',0,'?'),(_binary '\rxû…‹»Wþ\Ûw1','wp-content/plugins/wpforms-lite/assets/images/analytics/arrow-right.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/analytics/arrow-right.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬q÷.gJ´\Óü@™º]%',_binary 'A\Õyb\Î\à®tS¾<\æU¨U™\'1¢\ìy·g9eï œ\Ï','',0,'?'),(_binary '\rzy‘\Õ\árf<J\ÐuO™\ã','wp-content/themes/houzez/taxonomy-property_feature.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_feature.php',0,_binary 'œ~«A\ê\Ëj¾fH+',_binary 'œ~«A\ê\Ëj¾fH+',_binary '\êW‹\ä¶A)reAÁžƒ\åh\nÁD˜hG§/nAVe¾','',0,'?'),(_binary '\rz\Ç¾±ŠD\ÖD\ëž\Ó','wp-content/plugins/wordfence/views/options/option-toggled-sub.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à¿÷m“º­\ÃÀô_\á‚',_binary '¦»RÈ†F\nD\î~H\îŽ08),:llWøn®\rc²\ß','',0,'?'),(_binary '\r~/ªt1jIeò\é\Õ*\Æ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p)¿”]zò\ì\Ò‹ªjü‚',_binary '”~\ï9\ëÿ¢´Ž\Ò\É†\è%Gµ\ßýW\êB\Ð','',0,'?'),(_binary '\r€\çþ\à\ËX°öÀ­+\Ã-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ¼\Ó\Ó\ÙO>A\Ü+\ä=\Z,',_binary '\ë\åU\âs\ì\Ý\Î\ÂDŽMÃ™\Æd\ÍÀ€(\Ï\0ƒ±Ä¦~\Í\Ì\Ç','',0,'?'),(_binary '\re6€OVbs!\')»n','wp-content/themes/houzez/js/vendors/bootstrap.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.bundle.js',0,_binary 'M^~l\Ë\ç6\ÇN\ä“\n\ÂTw',_binary 'M^~l\Ë\ç6\ÇN\ä“\n\ÂTw',_binary '„\Ç%\ê%Ø¼{¥\ØÿJ_ß‡ƒ\'kh\ZB\ä5ùþ','',0,'?'),(_binary '\rƒvNõ\Ì[B\á\Ó&\ê\ØSL','wp-admin/css/common.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/common.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬\ï‰Î‡›\ã\ÚWÿ\Þk\È4',_binary 'š;d	\Ñü9@d\á^m|»È¨k9(0ûˆÿ‰zŽj','',0,'?'),(_binary '\r…¾µCif.\ç§ð¨l—','wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\ÂR\Ïò\Ú$„*Ž¥\Ë',_binary 'ù\ç†XÀ²\Ë1\îñm\Ø\î+„:¢SúH¶meQ\å¼\äl','',0,'?'),(_binary '\rŒ@¨aºÂ¬\ê61v\ï ®\ì','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes/functions.php',0,_binary 'ƒ§C\Ý%=;õ’o\Æ5Z]',_binary 'ƒ§C\Ý%=;õ’o\Æ5Z]',_binary '\Ö6ò$€Þ¹Š½)ka°ÿÅ¿Y:_á±£3B¸·|†–','',0,'?'),(_binary '\r(euYö™(|³\à','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'éŽ—•Y³\áR»’\Ó1zu',_binary 'An\é`K{j\ÍK4Íº?Î”³QÂ“¼›TÀ…&gVlß›','',0,'?'),(_binary '\r\Ê<\Ý:\Ñ -{ÿ«Ì–H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚\Ñ>¼=ªFó:\Õ\ÍbP',_binary '¶eZ\"+}.2—\Ùh¤Ÿ\ã%vI¸€ÿ¨Ô—¸\Òd','',0,'?'),(_binary '\r”¥¨/\Ñl½²’ú¨^#0','wp-content/themes/houzez/js/vendors/i18n/defaults-lt_LT.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-lt_LT.min.js',0,_binary '¥GöqØ‚pß¦ëŒ\Âj',_binary '¥GöqØ‚pß¦ëŒ\Âj',_binary '\"“hº¦+f?d­tá‡…3IE|\Ì/ˆ\\\Ê\Ä\ÝF˜ZY','',0,'?'),(_binary '\r–¯B>ø5=\Ó\ÅŒÁ¼\ç!','wp-content/plugins/elementor/assets/js/container-converter.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/container-converter.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#ß½?rfúa9Á®½e',_binary '%\ä—w\éŒz@N“™\ÑY<¯Åbq7%\Ùe¦\î\Ü','',0,'?'),(_binary '\r˜<t¨\ßR)Dn“9!»¥','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/FileManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/FileManager.php',0,_binary 'wª\É\èWú€¨t\Õk€',_binary 'wª\É\èWú€¨t\Õk€',_binary 'ª˜H\ZŸjx˜˜<\íšb7M\Ë3\á½Q~\"š„\Äÿ&´²|','',0,'?'),(_binary '\r˜Ò§xOz\ä\â†÷z‚¾h','wp-includes/class-wp-customize-panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-panel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M\áŠGD\Ú9H‘^]A\í%ó',_binary 'Á‡ú¶&\0|\åµ\ëh®\0[\æÀü¹	~m;,©+\ßö\æ§>','',0,'?'),(_binary '\rœ:‰:‰\ìõHHù:d','wp-admin/css/edit.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/edit.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊGl\âT\æôK\nOjK–‹\â',_binary 'õ\Â\ìZ%0‚YRÚ§¡9ùû…ñW	\ÄWN\'•\ßû5','',0,'?'),(_binary '\r§ÿžÈ«¤Œ„hˆzº\Îsr','wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~d\"›e]\ã$Šž@À $»',_binary 'ñk©ó«Hf\ìt\r0úµP\'¹$œH	{\"\î9™*/Ù™','',0,'?'),(_binary '\rª¬o}áª®öA“‘bˆ`¼','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money-growth.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money-growth.svg',0,_binary '‡\Æ¾|B\î„\à\ë„F\Ì',_binary '‡\Æ¾|B\î„\à\ë„F\Ì',_binary '\ë«|“‡)v.˜Ü¤OHôGO\\z\âœl!Z¨Â´¼6\Ý','',0,'?'),(_binary '\rµ>4SWžg;\Ð\"+\æŽ','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/DataManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/DataManager.php',0,_binary 'Qt0\Þþ?°\é¦BÍ¶<',_binary 'Qt0\Þþ?°\é¦BÍ¶<',_binary '£\Zyb7$J\Û\ê\æU\ÛB6µ\Ó\í?‘i:½\\Õ„½Xt4	µ','',0,'?'),(_binary '\rµW8l\Ä?¹þý¾\0C\ê','wp-content/plugins/wp-rocket/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/autoload_classmap.php',0,_binary '!U\ÃK™˜>—~ƒ)ù~c',_binary '!U\ÃK™˜>—~ƒ)ù~c',_binary '	f›ºý\Å\Ü\Â\ßP={\ËÁô•tr:\ê¶B\â÷d\Z6\ã_','',0,'?'),(_binary '\r»$i\ëÄºU!32¸œ\"','wp-content/themes/houzez/taxonomy-property_state.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_state.php',0,_binary 'œ~«A\ê\Ëj¾fH+',_binary 'œ~«A\ê\Ëj¾fH+',_binary '\êW‹\ä¶A)reAÁžƒ\åh\nÁD˜hG§/nAVe¾','',0,'?'),(_binary '\r\Â.\ÉÂ”\Ô}T‘(K\\n','wp-content/plugins/elementor/modules/library/traits/library.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/traits/library.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æµ\'S 4ž—B+ÿ+i‘~',_binary '%FI\\_õó³\Î«õw0\Æ‘\Íû;ªùR$=\Æ','',0,'?'),(_binary '\r\Ã%\Û\á\ã\Ï%¼ySý`ð','wp-includes/js/crop/cropper.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/crop/cropper.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—²–\ÙH.s\Åo¿ö¨\â',_binary '»py\Ö\ë\Û\Ð,B·ùòú\Ì\ÐG\Ï\Ôö-\Étœ\é«\Ü\Ö=\ás','',0,'?'),(_binary '\rÉ\"½f¯ƒö“²\×4½\Ú','wp-content/plugins/redux-framework/redux-core/inc/fields/divide/redux-divide.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/divide/redux-divide.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£<‡õºkÅ¡¯Vg\\¤',_binary 'c‘bL\ãô¦\ÝG¨\"5JW—`€¼ÔT\êw¼\è\ËM','',0,'?'),(_binary '\r\Ì;Tø9Ÿ[»vB\Ì:‹¾','wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N§1h\â\nªœC!*ÀEs',_binary 'ðvÖ“þ{¦ŸTO®-m°ûù\ì›DZÇ…\äböÁ;\ãF','',0,'?'),(_binary '\r\ÍCT\ì¨\ï\ÓTÔ¢RXùÔ£','wp-content/themes/houzez/template-parts/realtors/agent/tax-number.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/tax-number.php',0,_binary 'CÁ\ßECÀ\ÛÏ¼¿\Ô€',_binary 'CÁ\ßECÀ\ÛÏ¼¿\Ô€',_binary '\Ø\Õ\Â\Ô\è\æD”§\Ô||\áÿ \ä¡eeaš–-p†\átU¯Š','',0,'?'),(_binary '\rÑª1s1=¬¡`(˜y','wp-admin/options-head.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-head.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zI˜.	ˆÐŒ(j˜Sn\×',_binary 'gš¶\Ø7ó@MGÑ§¢\îð\\:\Þ\Ño\çVg›§¿ÀŸÉ ','',0,'?'),(_binary '\rÒ—\èr×¾ˆ Á¹\Î\nœ\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$\ë@‡\æ­ÿüÞ¯]œ»&',_binary '7aP±ó\\T\â \å£\é\"S\åz·±\ÞJ\Î&b\ÕÙ¸Â®D','',0,'?'),(_binary '\rÛ”W¢\Âø–\Âcl:\Ü9N','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccountSummary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccountSummary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|´k¶²¤ŠÈ­\éœ\ÚF',_binary '«›Q/‹*ŽµD0\Ý\á\è¹\Ç‚ˆx\ÙsP\ÌC8E…hú','',0,'?'),(_binary '\rÛ¯j\Ão\Zm?	`•š];','wp-content/plugins/updraftplus/updraftplus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/updraftplus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ®\ÓR[C5gü\Õ\Êtlõ',_binary '\ÐË´\É\'^\âˆQf¹„n¡Pgu\ìøg\ÖV','',0,'?'),(_binary '\r\à™\ÝÎ–Qðù‹õ¸\És¥Z','wp-content/themes/sinatra/inc/customizer/controls/heading/class-sinatra-customizer-control-heading.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/heading/class-sinatra-customizer-control-heading.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\á\Z\Ê3_°uœ§ž\éœ@',_binary '´Ö9ƒ-\ïT\ÛJò\ZSî®ôÊœ	\")ñøvªD{','',0,'?'),(_binary '\r\á	qcY‚²\ê]g¼\ã\âÀ','wp-content/plugins/elementor/modules/site-navigation/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›$p\ÂõwnœðqŒ\å',_binary '\Ù\Ì\Z’„¦\Ä\ÇFz\ÒA\ïP™\0EUd\ïù!>²`[¹cf','',0,'?'),(_binary '\r\è`ŽV¢·+œ7\Ýw+:','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-24-4.min.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-24-4.min.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=‚¾\Ç/W¤\ÃóS[µ0l',_binary '¨g@O\àtú\Ød™6.\Çe/\ÝG\Ö~û’§gÈ¸» P\Ò','',0,'?'),(_binary '\r\è÷±»\æ´\Ç´TDµ‡pœ','wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î$ûŒ=±b\è”xý0,',_binary 'ŠIE[rV<~F\Òw\ÏüË¾*k\ÒÏºF!Kýx¿TW\"gˆ','',0,'?'),(_binary '\rð;)\å\Ö:\Ì\Ü\Æ\Ð6ü¡²','wp-content/themes/sinatra/inc/compatibility/class-sinatra-endurance.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-endurance.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V†x|\Ûe&Áü\æTÖ˜Œ\à',_binary '¸K½,?T«Z \Èöhb\Âi£\ãnF\ÔwP¸ò–\Ð\é)@','',0,'?'),(_binary '\rð“i]\Ð_0ig‚1b½','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_4_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_4_bar_24px.svg',0,_binary 'ÿKª:\Ûòg2\å?Bi­$V',_binary 'ÿKª:\Ûòg2\å?Bi­$V',_binary '\ÔÀ-•$\ä1\Úò\×6#û|Mþª[\ß\røRõ$F‘w!','',0,'?'),(_binary '\rò{”]ø\Òó\Þ;Z’&±','wp-content/plugins/redux-framework/redux-core/inc/extensions/shortcodes/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/shortcodes/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\rò\×ÿb\ëQ\Ø·\Ëü	»','wp-content/themes/sinatra/assets/js/dev/sinatra-slider.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/sinatra-slider.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4u\Û4l]þ\n%¢ÄCƒ',_binary '?™HO®\êd±û\\?\Ô©\çŠ\év¢Fâ€Ü6ð²öQ7','',0,'?'),(_binary '\rø/.ƒ°\àb6Y2Õ½','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³\â2\ÑAOBb\é\Èc\ÄVW:',_binary '}ÁPš_óF5ýý5C³^7hl…\ë!TX“\Ùg%¶','',0,'?'),(_binary '\rúq^ÑªL™÷\Ü%\Õ\æ±J\\','wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.¿MS\Ý^\Ìhý\\<•&\\Œ',_binary 'ne©¹\ÛÂ²FG\ÅøÆV\"Né²—T‘¸§kI€#žV','',0,'?'),(_binary '\rú\É\åÁÀ\×\ÓVaŽF','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^¤\ÌK\Z\ç+¢lí’Š.\n\"•',_binary 'ß‚ô‰ƒ¶:7?\Úó™³âŸˆl7«E·\×²q$‘<','',0,'?'),(_binary '\rÿ NR”ô*ò\\¢Ž*\å2\ä','wp-content/plugins/redux-framework/redux-core/inc/fields/content/class-redux-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/content/class-redux-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ix¨\Öø\è»\ÍS8Ÿ@¢#',_binary '\ÓÁh\Äm˜ BQ1\Äl‚eÿwg\äšs\Û\ÄúXFÀo:±»w','',0,'?'),(_binary '3\'Ã‡ºp…M–P\ê','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/TokenService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/TokenService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯f\å_5nÒ®¬ WvŸ^b‚',_binary '\ÒF“%\È|d\0²z\È.\êh«\'{\Ç\ZW\ÐZš\ÎøÍ·‡—','',0,'?'),(_binary '{k\Þ+¡SPñyª«\è\à','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/Subscriber.php',0,_binary '\Ñ\0p6H\×\ßa‹V\Äl²ˆŠ',_binary '\Ñ\0p6H\×\ßa‹V\Äl²ˆŠ',_binary 'š%÷4q\Õho6œˆ\Ê%O¨Ø«’XC\Ü`9c\Ò9','',0,'?'),(_binary '\ß\âW[%«žyª¶.Qj','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SqsHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SqsHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{¥)õóN,rM·W\Ï',_binary '}+#’h^ªxj\Ç\Ãú¼²U}û†ð¨ôü€\ß\Ôr<','',0,'?'),(_binary '\nP¤+}˜\à™\àK\É\é\\Y¬','wp-content/themes/houzez/template-parts/realtors/agent/agent-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/agent-item.php',0,_binary 'Þ–\í\0(¯\É%‹™c6;\Æ',_binary 'Þ–\í\0(¯\É%‹™c6;\Æ',_binary 'üÃšQ¸ri\í\Øly\á\Êó‹º_jZ1L»«?\Ä','',0,'?'),(_binary 'WT\Ìù\Ï=e5dô!\ë','wp-content/themes/houzez/property-details/agent-form-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/agent-form-tabs.php',0,_binary 'u-ú¨ƒo	o(µPMM}',_binary 'u-ú¨ƒo	o(µPMM}',_binary '\×\ä2ÕœGA\Ó\Íñ\Ï\Ý0L;S\\\Í\Çý¬ì–Žgv¼','',0,'?'),(_binary 'ú\ZR ÎŒ(s\ã\Ù+b','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/_single.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/_single.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`•\Ë>¬ý\áÅ¿ª$Yr',_binary '-\0O<pþŸYFš¼„#+!Dl/‘D\é7H½\Õh¯¦','',0,'?'),(_binary 'Ð»ÿ®lb¿ý\éB-\Í|¦','wp-content/plugins/redux-framework/redux-core/inc/fields/textarea/field_textarea.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/textarea/field_textarea.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\ÐMo»8R9½ \Z<FE\ÅR',_binary ',\Û-jL$ÈŒÀ\Î/¨¸[iœ\ÃÇvÈ¯\âÈœõ+','',0,'?'),(_binary '\Z^Ÿ$²\è>dP\ÉZwŠ\Û','wp-content/plugins/elementor/app/modules/kit-library/data/repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/data/repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$C¨cžR]—söü,º=',_binary '¤\Ã\Ïa<Ä¶?ò¶§c9–.\åt¢9ª\Ìp†\Æ\Õ\î!\n\Ì','',0,'?'),(_binary 'ó\í)§U?3j;\Ëjh:','wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aJC·ï¶¡\n\ê)üÃ±m,',_binary 'agFºŸ¦®“½%·Vw&Sx¶Å z÷yÞ­ÿ\ê\Ó.^]\æŒ','',0,'?'),(_binary ':*¯+i*\Þi2’ú}Q','wp-includes/style-engine.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/style-engine.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰\Ê\å=S‰=w=Ž:¶',_binary '•”·»vIö•^ù¡Y\\kSw:\Æðå–……=heR\îsð','',0,'?'),(_binary '\Î\çÍ»\ì¼Ù¶Œ02u','wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øžcyFÝ©u\'”}<Á¸F',_binary 'ús§1hpV\ì+ÿ¯óx\Õ\Ã\áÑ—ó:‡_¯\ÅÙ«Ÿ','',0,'?'),(_binary '$,MÖ¢\Õ\ç¸Ä§€@\Ð','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ\Ç1sÄ‰¯\î\Üz…|ú',_binary '„…\ÍC\Ù\Ê\Å>\Êu»ûcÿ  °þbÀÿ\Élµ²M™‚Š¤D','',0,'?'),(_binary '%\ß@·\ê\Z6q\ÎÇ¹bQ\Ô','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxDeductedAtSource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxDeductedAtSource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T\Ç\Ï\ß\Ã(¹]i›=\Ùù¹',_binary '\0±t‰\á\×=ùùE\Ù-üÖ»”\Êv\íÃƒ\Í\Ír¢dò³','',0,'?'),(_binary '&p\ÜGü¶\Ïhüxó|g','wp-content/themes/houzez/framework/stripe-php/lib/Exception/RateLimitException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/RateLimitException.php',0,_binary '–ø&LYffv#¶p\èw\ä',_binary '–ø&LYffv#¶p\èw\ä',_binary 'ŒŸ.‚­\áò›\ÆX;\æ\á\án‡/i\Ñ2\n_¦ë€›ß¾','',0,'?'),(_binary '5ü€qB\é­x%‡öt.','wp-content/themes/yith-wonder/assets/css/general-block-style.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/general-block-style.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W\×KFU\Ì\ÂLÍ»\ïg”¨³',_binary 'ó‹c÷\ÒUfa<ôd\Å\ÕKT	f\æŽž6¼4oC?ž','',0,'?'),(_binary '7,XFE¹G\Ûþ?\Ò\Ü¤›','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Uninflected.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Uninflected.php',0,_binary '# 0›¼‰x\Îz\nº	0H',_binary '# 0›¼‰x\Îz\nº	0H',_binary ']g™\ä\ÇT²‡AE\à!\Ëz\0\Ú\Å]€¡†e\ïù\ä\Ôn\Ó','',0,'?'),(_binary '8\ì\É)8k³ý ‘\Ã\È\Ól®','wp-content/plugins/elementor/assets/css/widget-image.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\è¼| 8\ÊU\å®b¶A',_binary 'ÿ\â\"¸°«z=Å·\Ý\Ô>¯\æ‰2\Ø\âO\"\×ð\Òj\á¹f','',0,'?'),(_binary 'B\0¯—‡lú3\êü\'v‘','wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-cards-carousel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-cards-carousel.php',0,_binary 'THr”†óÅŒòä”‘Gv™ª',_binary 'THr”†óÅŒòä”‘Gv™ª',_binary '$\ßg\0†\éq:C\Z\'¤\Ñ\ÑÐ¥»B\æ]ü±0¿º','',0,'?'),(_binary 'B.\å¤µ¥€( \È','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/CardService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/CardService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ2E\Ç\ßÌ«÷¼\ç;¨\ì ó',_binary '(G¤g^Añ3I\ä\ã\ÕG\ÛwóX\ÏlJ±‡ Gi\í)¨','',0,'?'),(_binary 'D{-\Çr…)«UŒŸ\0³','wp-content/themes/sinatra/inc/class-sinatra-dynamic-styles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/class-sinatra-dynamic-styles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•v5\ÆBúB?ç‘‹[\Öc',_binary '\r\0ù\Ø*1NJó9¹±¯Dù\É\Ý-d‘š\ã$tøA *4g','',0,'?'),(_binary 'Nl\ïÀ(%\"J,m^','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApplicationFeeRefund.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApplicationFeeRefund.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@¦õ§	\'”™ÿñ\ï',_binary '-›\0\Öhô+/^.‚ñÙƒ\ÆuN®P\ÓLØ’L¿Ÿ¤\ÄK','',0,'?'),(_binary 'W7¤”{(„¦;:P¥š?','wp-admin/includes/class-bulk-upgrader-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-bulk-upgrader-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>”\ÞC“ýðn‰\äoZ\ã\åO',_binary '¡\é<öð¥‹ðyJ\åô¿Jù!\ëjA•¦\Ô\á\'›8te>¶','',0,'?'),(_binary 'W§–ôzx›n\ÚÊ‰D¿\îr','wp-content/themes/houzez/framework/stripe-php/lib/Service/ChargeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ChargeService.php',0,_binary '¤m®…¬ðõÐ¤t\Í\É\rEš',_binary '¤m®…¬ðõÐ¤t\Í\É\rEš',_binary 'Pž:wžÓƒ‘ò±\îc*Y<¬©(\"\ã\â\Í\Í]÷\ßF“\á','',0,'?'),(_binary 'Xÿ\æHå¥¥(»:\ÈZ\í©','wp-admin/admin-ajax.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/admin-ajax.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&M\Ëf ZªxhiQ4ô”R',_binary '$²µG]¹4\ß\Çj²€n\ÓvE\Çhh\Ø2\r.¦\n*>Y','',0,'?'),(_binary 'Y\à…Æ¶öõ0W…)Š\ã','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Birthday.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Birthday.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';]¾“¥™L{­óð\Æ÷j',_binary '\Ú\0\\C\ê\".«\íei]¯1)À\\»¨\Ý‹\Íõ','',0,'?'),(_binary 'Yÿ\Òç†“•uzúô­s=','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÐeK²¡._%I`H\ë«ü',_binary 'Užnœ\Ñ\î·$„†—[:°õ¦Q…DY÷#‡¡{\\‹\êmQ','',0,'?'),(_binary ']œ·†^CÀ7’\ã]ˆ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudienceAudienceDefinition.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudienceAudienceDefinition.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J?»\î:ˆ\é)×¯\É9)ÀG',_binary '¨d\\)‰\è@~Í…¾7\ßOû*UO¥À<\åö\Óf\ÏðŽ','',0,'?'),(_binary '_\àBò\âœ\r\ím¼n¸\Äv','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/NinjaForms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/NinjaForms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'KÆ·Þ‹§\Z¢9O€\â-Xe',_binary ' »Ž¶U\Z0¥ñIÛ­1\ÝøZ‰L¡X	¹\Ë4\Èm','',0,'?'),(_binary '`\â‹E’»ô:†\É\ÇO','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file01.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file01.svg',0,_binary 'þ\0\"\'vu5›ù.€·\å–e',_binary 'þ\0\"\'vu5›ù.€·\å–e',_binary '£\ÔcÊ™b·!û€\á\Ñ\'y\Ñ\ÒÊž\ëi‡-io\Ø)','',0,'?'),(_binary 'a5\ÂÍ…Bˆ_ó­s\Î','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°šy\ÅtPº>Ra­Sô@-',_binary 'u{4ó¹·s…ñÁJ‰ˆ÷\Ì3÷H¨\×6ow\Ër','',0,'?'),(_binary 'd4Ù¨JtP5	Šûn¬h','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm\ê|¡,>.Ëž”\æP\Å@',_binary '\í`\ë#p÷UfHŽ@ea\Çm\ßþ§\æ/KE7\ÞB3Å‚\Â','',0,'?'),(_binary 'fY\ã	QO’“KCIU','wp-includes/css/dist/patterns/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/patterns/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª¢Ç·¯w-\Öm+œ',_binary 'm\"W\×\Ð\ÐG­e\à¶\Ã|óAwX\Ê\\\ëý¸š\ÙDO“«^','',0,'?'),(_binary 'gJþºÓ¯§E’³Œ--+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*„+ÿ°_@\È{…4\ÐGc',_binary 'erO‡,Šv•*\r¨ºbz\Í\ä7\Ê\É~»¼ô“š\Ä}˜','',0,'?'),(_binary 'go¬sœV\ã£;\í\Çÿ…\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+\ÛnÁ\Ã\Ù1\Ù\ì»Ÿ\ÏoVb',_binary 'CÀ„ùT™(›\çN+•,´TN\èCÀ÷\Ì`Þ©Š‚\ì¿','',0,'?'),(_binary 'k\ÕC\ÌLŠ J›”¸\Ði\æ{','wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/‰”t3—\rs{	\ØõÉ¤F',_binary '*B\ß	®¯ ¨w\ßÁ\Êò.\ÚYõ›yñ\nY]G\ï','',0,'?'),(_binary 'l\ÚX½K\0M½\\\î #\Ä','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Block/Register.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Block/Register.php',0,_binary '§Ô—a©ª¦)þ¶\ÔÚ±/',_binary '§Ô—a©ª¦)þ¶\ÔÚ±/',_binary 'O}2\Æx12Œ\è\Çt¾\îG\nÂ™P\î\"¢B{UµnE','',0,'?'),(_binary 'pýKHº1\Ðr¯5b°#Vª','wp-content/plugins/revslider/public/assets/svg/action/ic_swap_vertical_circle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_swap_vertical_circle_24px.svg',0,_binary 'A\áò@\Z\Ç6­G\è\ÐCDJ',_binary 'A\áò@\Z\Ç6­G\è\ÐCDJ',_binary 'ƒ\'Eü{Ò‚û3E\Ø,.z€—N-	Î£þlndŒúL','',0,'?'),(_binary 'q½2\'‘\å(L~\à','wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/InvalidArgumentException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–\'x…p$\éBÆ ¯‹ó',_binary '7\ÂcŒ÷	¹¿‡ÎžN´07j\Z˜I\Ë]>A©#\ë\Ò','',0,'?'),(_binary 'yk\Ç_\Î\éUk\âŸ,e=','wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îÁ‡½™ºL\æ#û¡vJ\Ù',_binary '9Z@•‡\â°ZDKú$Ln~Š\Â\Í\ê%?\è0œ\Ä','',0,'?'),(_binary '}ixÃ¢_•\Ó¼^ ,\á\Ñ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CaseExpression.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CaseExpression.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆL8d7M628\éT\é\Æ[oj',_binary '\ÃI\Ý ü¡\ÃK½$@dR\Ô\ÐI\0´\ì¹‡ñ‘','',0,'?'),(_binary 'öm€p-\ÛU\'*\\$','wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-2.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-2.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëk_\è=dó\r\Ê|Š‡\Â',_binary 'pD+[™:’œ\Ð7M\ê·œ:gy\Æ\è˜üoh‹Ü!–','',0,'?'),(_binary '‚œgŽ©#Œz@ð±ŒQ\0','wp-content/plugins/wpforms-lite/assets/images/step-3.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/step-3.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á\áòpZôe.%œÑ‡\çp',_binary '\Ï\ì\ì:¶Fœñ<ž—ž\Å\Ê,h\"`z² Ù•Â¦ö','',0,'?'),(_binary 'ƒ\Ñp¡\ë;\ìV›©\Ñí¼‰','wp-content/themes/houzez/property-details/mobile-property-contact.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/mobile-property-contact.php',0,_binary '\ÓøYŽQ\Íg}a±\Ü\Ë?',_binary '\ÓøYŽQ\Íg}a±\Ü\Ë?',_binary 'û\Åp5Ýˆ\à\ìjmù@RVf[O}Þ\È\ÑRdÖƒHþ–','',0,'?'),(_binary '…Dc)2\å2Oh\ç?w\0','wp-content/plugins/wpforms-lite/assets/images/addon-icon-convertkit.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-convertkit.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î*\ØTk\n\"fk£<V',_binary '\ÂôÙªd\Ù\âÙ¯\É n@Fm‰+,}C@\ïdi;¥_<\ãµ','',0,'?'),(_binary '†ƒ%só\0pxsD¸\î{\á','wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š\äxq<¾›µq\0	Jt',_binary 'Y ¬-Oe\ÅM\\3S*#\×\Øs‡o´*»\éo„3','',0,'?'),(_binary '‹?\È<-\Ó|–‘JôµI\Z0','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/tr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/tr.js',0,_binary '%Q\å4@‰»s…5O¶',_binary '%Q\å4@‰»s…5O¶',_binary '®¯4\Â\Å!½\ÚWr4{‚\êiÁ \Úµ6üg\ÍA#\Ò','',0,'?'),(_binary 'ŒXQ-\Í\ÕS”\Âr\æ‹]õ\Ý','wp-content/plugins/elementor/includes/widgets/alert.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/alert.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý)”Üœj¤‡E`õ.|',_binary '¶±Ù·ñb\'\Úa¿²R” ¤R\îO‡½5 c\éóÿ8','',0,'?'),(_binary 'd‡ŠN¤â­¨‘%xF8\Ö','wp-content/plugins/wpforms-lite/src/Emails/Preview.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Preview.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';\í™Nuˆ¬:N•P€ý“7¬',_binary '¦ø‰\ìd?ù2þ¯t¬±\'û\é5\è:@Z]ÿ¡x)ÿó‘','',0,'?'),(_binary 'Ž‚55ÀH\Ý¢-\ï®','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http/Batch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http/Batch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$r1\ÂcKNsÉ‘k\æVqu',_binary '9\é[#Œ¼\Ô¾þ¡?&yc¶/ƒL¿¢§m•oÜ¶ƒMe','',0,'?'),(_binary '“¯]Q‚¡@AJq-‚¡','wp-content/plugins/redux-framework/redux-templates/classes/class-templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/class-templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '. _õ²\Ôzx…FÌy}',_binary 'F×¶\Ï;ÿ!\ÕZ‰-\Ïeý=Õ‚[\ÇU„\"S_ø+˜v\Þ','',0,'?'),(_binary '•h¯r\Z¨—ªº;%e˜-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ØG\ÓJû‡u;Q\ÔZ6ø½',_binary 'ÿû…\ß\\MUŒ\íKhQ¯wÀC©¶i\ÖV´î¢¹²\ÎJ\'','',0,'?'),(_binary '•¿ýM\ÊRƒ\á#)Š\á\à™','wp-content/themes/houzez/js/vendors/all-scripts.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/all-scripts.js',0,_binary '\íÒ¶2Qª\ÛNUv\'\ï\Õm÷',_binary '\íÒ¶2Qª\ÛNUv\'\ï\Õm÷',_binary '\Ìe¥}\éÀM\0g\ëq[¥#QÖ°ó‘\Ï\Ò\ÇVE0ùI¾8­\î','',0,'?'),(_binary 'ž\Zñt0NÔ¡1ú¥¡/¬','wp-includes/js/dist/patterns.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/patterns.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŒüðF\ç\ç­4l\Ó\ä¥\Ú',_binary '§G\Ü!2f\\¦3ý\Í\ä; µ¢š\å\Õ3<‘Dóù\r','',0,'?'),(_binary '£üKN£O)\ÜL\Í\âDƒ','wp-content/plugins/redux-framework/redux-core/inc/fields/select/class-redux-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/class-redux-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y|\'\nkT“fBB2:(ðfW',_binary 'K8ýž›u\ZJ\É\\t\Û6€e×´\ãUD©6\\\n\á\ï´P-P','',0,'?'),(_binary '¥é¶T\"ŒB\àð\Ýˆ\Î','wp-content/plugins/elementor/data/v2/base/endpoint/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/endpoint/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“ò§\àt\Ò\áI’¡',_binary '©¸)ÿ·6—F»,\Ç\nž&²ô±žô˜¿¥\ZÁ\Ç\Å\Ðe','',0,'?'),(_binary '¦W…|¤T1\"%„O\\','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Queries/AboveTheFold.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Queries/AboveTheFold.php',0,_binary 'O\ëßŽ÷‚D!k þò§\î',_binary 'O\ëßŽ÷‚D!k þò§\î',_binary 'þ©v®\ë^zd^‘y\â˜\Ð\Þu3ÁwW8\áeE8’F\Ð','',0,'?'),(_binary '¦f1%\ç\íI\çì´¥L B¦','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_f6cf3b_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_f6cf3b_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' üY8ògÐž\ÑH§¦š\ã',_binary '‰}I\Í*“À¶š¡4ºø\Ç\È\å\'£\ÆomAC±#Wdwµ‡','',0,'?'),(_binary '¦ÿU\Ü%–¸ò*\í$\á','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DynamicLists.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DynamicLists.php',0,_binary 'F	\Ðg\êšüŽ»Ž5\Ç>vc',_binary 'F	\Ðg\êšüŽ»Ž5\Ç>vc',_binary '0Ož1MŠtŸ\r`–Ã¨$õ\Z=.n\îÂ©aƒzkƒÁy','',0,'?'),(_binary '­Áo+F‹¿ü0Hn3\ÇhJ','wp-includes/blocks/gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G…hÎ—(Ì¸qõ[…M[',_binary ',}Pho\åB—\×%knG\â´Xo÷\æŒ\Õ|Œ»„øÙ°%','',0,'?'),(_binary 'º‰\í\ßÖ¯î¦ŽU2›)ºu','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/ServiceProvider.php',0,_binary 'YVKu8}=…+qp…†',_binary 'YVKu8}=…+qp…†',_binary '	ô; \ç=Q\'š\àÀ·þ\Ûõº€»F­<?2M¶+\Ùú','',0,'?'),(_binary '¾\ÇYy¨ž\"h\èÔ§ÁÏ¢','wp-content/plugins/houzez-studio/admin/js/i18n/it.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/it.js',0,_binary 'r\Óp·g…µx\0T\"\ÛxÈ¤',_binary 'r\Óp·g…µx\0T\"\ÛxÈ¤',_binary '\Ê\Ñm\'‘@§O \Ìÿ/±L>Ú¸^yÐ¹\àñ¾–','',0,'?'),(_binary 'Á\Ý\ì\î²Iµýž•«\×','wp-content/plugins/wpforms-lite/assets/images/about/icon-full.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/icon-full.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§é»‚#\Íy\ZÿI\Ø\á¨;§',_binary '\Í\ì\Û\ÚxAÝµyO3C r\ÞG\îd[\Õ~À¼´ù‹”','',0,'?'),(_binary '\Â-q=>yŠY…¡—\å7©0','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_size_select_actual_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_size_select_actual_24px.svg',0,_binary '(zø\ïRun­# d#þq\å',_binary '(zø\ïRun­# d#þq\å',_binary 'E\ê¾\Ó}*MLRùø þ¥²‡\0÷rðÌ\ëžö¸Ž','',0,'?'),(_binary '\Ä)G/ˆÉ’¯xeŽOø5','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç6\0H\Üqxž˜Ú˜\×§÷†',_binary 'y\ã3°\Ï\Ð?}\îÏ‘\×*5\Í0v\É\ïJ\æ~€±ž@…','',0,'?'),(_binary 'ÆƒEG~¯üÔ»\ç|','wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú<¹@\Êña\Ï\è£.ƒE',_binary '\Ôþ]¥y\Þôm\ÑKMÂª¶\\Ú¸g\âÊ˜NK¿\Ø\ÉÓ™','',0,'?'),(_binary '\Æþ(\"/óœˆ˜fa','wp-content/plugins/elementor/includes/widgets/common.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/common.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×)?J}}¬m·#°\Ü&Ð®',_binary '”­\Åhþ\âþHf\Ì´\à—YPk\Ñq›ù{š\Z¢','',0,'?'),(_binary 'È«b\Ü\Õ\ì\Ùýü\ÂÁ\Ï','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ProductFeature.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ProductFeature.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\ï¼v =÷JK ¾\n\ä',_binary '¿ü¢¤J]ò\nl\ãV`ÿ¿\Ø\Ó{h\ZQ•órl\rÞ„ò:\à','',0,'?'),(_binary '\Ì ‡\ì¡CªY–Žñ','wp-includes/pomo/entry.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/pomo/entry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú‚ù%¢¬P\Ë÷g\'O$\Ö',_binary '²<ÿd½\ä‚+‰ž„w*\ìMª$?\ï5©\ßCŠvÔŒ\Ë','',0,'?'),(_binary '\Í>ÿM\Ò8¸ Ùµ­\Ñ|','wp-includes/images/crystal/archive.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/archive.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–S\ÊúðŽœ\ÌI0An\ë',_binary 'Lƒ\Ö%X°ó£\ÐO\è+\Ä\ÞAa®!\×SÁ\\Ü‰ô&—¨®','',0,'?'),(_binary '\Î’N\æ*Û…D˜\Ò’:','wp-content/plugins/redux-framework/redux-core/assets/js/redux/notices.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/notices.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ä‹»¹\é\0\è\ámIs×«Æ•ª',_binary 'X~\×ñs£\îMžCÀƒ s Ú™?¯M+6\êx:ƒ¢','',0,'?'),(_binary 'Ï„hL\Û\'>AÑƒmp','wp-content/plugins/elementor/assets/js/wp-audio.b8efdc046bc9df72a075.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/wp-audio.b8efdc046bc9df72a075.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~Å©D©róuB^\ÂPÁV',_binary '}Eò\ÌÓœŠm\ëˆWñ”Q¼\à™–>Tf£\ËY\Ð2²G','',0,'?'),(_binary '\ÔJY‚Óœs\Êv¿Öº','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/class-redux-extension-google-maps.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/class-redux-extension-google-maps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì]\ËÛ l\\—Mˆˆ\Öq',_binary 'NnÄ’m¹¾\Ý\íì¿\Ø\ï‘\ë\'\ä\Ê#?u\É\Zl\'4\ÞZF','',0,'?'),(_binary '\Þ\á\rxþ\Ö1‹ôÂº§\Z!I','wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-800.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-800.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë\ßÿ{_\n\Æf,\Þ\ßmºA',_binary 'ôª¯ó`°Yf$|{n,EŽ`ö\îö?=DÁ´ _€—!','',0,'?'),(_binary '\ßHd\à”\Ö\ã\èñ•oòCZ','wp-includes/sitemaps/class-wp-sitemaps-index.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/class-wp-sitemaps-index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž{ZÉ¬\Æñ>MûhÊ¢hO',_binary '\"l\çEU€º¿\Ód•(\Z\ÐZ#TO± ¾\Â\Ò\r>gú¶½W','',0,'?'),(_binary '\à\Ër\å¼\Â\Þ\ì\ß\Æ-|','wp-content/plugins/redux-framework/redux-core/inc/validation/no_special_chars/class-redux-validation-no-special-chars.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/no_special_chars/class-redux-validation-no-special-chars.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†³y\Ö\Úë‡´o€Z`´ž.',_binary '\ê312h¬\à‰Ý®”GU9\Ê	ú:‘\ÕM]Wg\Ý\ç','',0,'?'),(_binary '\ë\å\"\rJ\04°¹\'i´','wp-admin/js/password-strength-meter.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/password-strength-meter.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Êƒ¤Dú‡¸)‘a®n',_binary '`®\ÓÁ)CŠELúd¥X\\¢&F-¿V7š+1ÀSA','',0,'?'),(_binary '\î\'|žT\Âw¿\ÄW\æók','wp-content/plugins/revslider/public/assets/svg/action/ic_build_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_build_24px.svg',0,_binary 'TtJ\ÇU~\Ä#\ÚV[ÿ\Ç6',_binary 'TtJ\ÇU~\Ä#\ÚV[ÿ\Ç6',_binary '€‡C\\\0ø\"\ÞËŸ 	0³ \'+ù„F~\Þb\Ò`C@fk1','',0,'?'),(_binary '÷³\Ö6O³\ë\Üü°\×&›z','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueRunner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueRunner.php',0,_binary '-^†*YŠMt\æ\Õ\ËmN',_binary '-^†*YŠMt\æ\Õ\ËmN',_binary 'ôÇºlE‹„P\Ö¼1G\ÖnuMw\n;ÿð<ýtŸ\ì','',0,'?'),(_binary 'ÿÔ«#Nõ‡KAy§','wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':\Ý\ËWŸl”À\Ù3FÁ&±',_binary '…\ã\Ä\Êð~\'\íö)!pº–x\å°¦F.\ì\Z†jn[','',0,'?'),(_binary '\0¢“ß´ª\Æ\Æ:\ÜHP´','wp-includes/css/classic-themes.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/classic-themes.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{5\Íg²j“ü\rp–\è\á	ŽÀ',_binary 'p8e\Â@e\Ñ\áœ\íSð\0\ß,}Chw\Æ\ra8\073ÿk/','',0,'?'),(_binary 'D\çj«}\Ð;s¾,E	|g','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareInterface.php',0,_binary '\Ù\è\ë\Ìw\Z·?o\ì-¯™ñò',_binary '\Ù\è\ë\Ìw\Z·?o\ì-¯™ñò',_binary 's;vA\',„›8\ÄJ”3ÍŠ+u€úM\Â\à–R','',0,'?'),(_binary '	³L\ã9Š…á›õ7fy','wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±\Ô3\è5&\Íe¾g\0ý\æ\ï£Y',_binary '?\ëõ\ÑJOSÈ¹‡À7v²f±\Æ*—wÉ…‹û¹ƒx','',0,'?'),(_binary '\nz†÷i“AoŽs€\Â\á','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Stripe.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Stripe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'iysøŒ\âœÖ»‰BYY–<D',_binary '\åBNviê‚ƒ;GÿL–\Ï\n(¯—<Ìa\Õ¸=ö`)','',0,'?'),(_binary '\r\0%^\ÔLƒÞ¤¢¬•‹c\Ì','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áñlO^5¡\Í3\æ\Z',_binary 'ø-f ¥!=\åúñ“!C~c\Ø]jmtµ\ïž%‹¨ö','',0,'?'),(_binary '¥\Æy¯zU@«*\Ý\'\Úec','wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/Mimetypes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/Mimetypes.php',0,_binary '†P\Úþ#™Î¾\Ú)Žq~,\Ò<',_binary '†P\Úþ#™Î¾\Ú)Žq~,\Ò<',_binary 'EGø_™ûe,/\Å@*¶ô%D^\êµ™ðÙ€¨\ç¤\Ô\çð9','',0,'?'),(_binary '\Ê\Ó&Šu\ÃgY:_XcRf','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hat.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hat.svg',0,_binary 'P\ÝðF\Û5=#D\äP\\\Î',_binary 'P\ÝðF\Û5=#D\äP\\\Î',_binary '\Ý ôlÓ³Ê¬L;g¯\äý°\Ó\ç?š¡\nŒ\é\âù ','',0,'?'),(_binary '\Z™©\Æ\r›\\\Í\Ö9\'û','wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{* šWQ\ËMaÁ\Ä\Ù!Œ',_binary 'ˆR÷2=mÙ‰3ý\è]–\è½\ÄKiÑ¡GzHJø\Û\ï','',0,'?'),(_binary '\ÝTÔ¸oc¨r¾bZ¹ði','wp-content/plugins/revslider/admin/includes/tooltips.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/tooltips.class.php',0,_binary 'rDC”<q&\n®†j\ì^\ÎX',_binary 'rDC”<q&\n®†j\ì^\ÎX',_binary 'b–2Éš?ýd1§fôV?zü_Ü¨ò\â;EuKÖƒ¸‰','',0,'?'),(_binary '\Ã\î¦òB”\\rh¼‚\0','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/I18nService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/I18nService.php',0,_binary '\\CEL-\Öø¹QµžŽŽJ',_binary '\\CEL-\Öø¹QµžŽŽJ',_binary 'ÌRS„VÑ°­oxi\ìŽqŠ\Ïul[¶¦ö•$‘‘7','',0,'?'),(_binary 'õ¯pû1\'\ëžlñ¡ ','wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '51+34y„|£».Y¯',_binary '¦\ØNþ\áNm[r.I`\çW ¬o\\ŸF\ë\Õ\ÄC¨¥\à:!','',0,'?'),(_binary ' L\æû\Ã¡›mÖŒ','wp-content/plugins/revslider/public/assets/svg/action/ic_flip_to_back_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_flip_to_back_24px.svg',0,_binary '#9¤!Q¡¤D@µÀ\ä?÷b',_binary '#9¤!Q¡¤D@µÀ\ä?÷b',_binary '\\j¦vŠŽÁýõÝ˜¥¤	5d)\è¸\Þa’P]Ø§\é-\Ú\"\å','',0,'?'),(_binary '%R€7Œ£)J–I¯1-','wp-content/themes/houzez/js/vendors/leaflet.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/leaflet.js',0,_binary 'Ã‘\nü1nB\0\Ôe*~`O',_binary 'Ã‘\nü1nB\0\Ôe*~`O',_binary 'Qh\ç§Js\æo#}Ä¥¿\Èd‡¾8¾›õ­-\Í\'rŸ','',0,'?'),(_binary '&››¡DA‚\Ñz5°~','wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm!F¿V\ÛÈ¦þ¢\à\í\ïz',_binary 'ER\Óþo4•¶º\çr0!Àý¦fR’^:p\å\Õd.­Õˆ','',0,'?'),(_binary '\'haU\Z±q\Ì`Á\è\Ù\Ìug','wp-includes/blocks/navigation-link/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l•\ï1\âý\ãZB£u^&\é',_binary 'E\ápûc\É®e	§cþ\à\Õô7p¢\Í\n‡&£}o’\è','',0,'?'),(_binary ',m:=R\ä\\ö¤\ä$df','wp-content/cache/wp-rocket/point2listing.ca/about-us/index-mobile-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/about-us/index-mobile-https.html',0,_binary '‡³\â\È\rN—–\Ì`(\\„’\Ü',_binary '‡³\â\È\rN—–\Ì`(\\„’\Ü',_binary ' \ß8\äÀ9n‘,bh‡¿6C»\')œ¿\Ñ0\ÈR¤%$\Ú\Ä','',0,'?'),(_binary ',¬”(*\ÅI8{Ï£‹#\Û','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_24px.svg',0,_binary '8WFKE?\Úm·T\ÌDvÀ',_binary '8WFKE?\Úm·T\ÌDvÀ',_binary '\äT1¥x\ç\ì.¼\Ï\Ú~cƒEóbÔGAŸ\ë“v','',0,'?'),(_binary '2%vŸÂ¢Ý¥\äkZ\Ö\Ó','wp-content/plugins/revslider/public/assets/svg/image/ic_linked_camera_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_linked_camera_24px.svg',0,_binary ',ˆ QÉ»×†FB½*´‹u',_binary ',ˆ QÉ»×†FB½*´‹u',_binary '\Ð¯X0€c«s<¤szg\×]K>ˆi«—À˜[ƒ\é','',0,'?'),(_binary '4=+–@MH˜³TYü','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢ððy0«=\ÂI\éûvš]',_binary '%‘Í¥zE_&¬²øª“!z\Ð?ò\Å#`+~û	¦÷`','',0,'?'),(_binary '40	[H\ØÁÅ’=r^m','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_drama_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_drama_24px.svg',0,_binary 'x®.2-S\Ò`È®N¿',_binary 'x®.2-S\Ò`È®N¿',_binary '\é¸n*·Æ‹Œ	$1½}}yP€®[\ÅA\Ð-.®}¬œ=Ž','',0,'?'),(_binary '6±‰ÁfŒ7¼wÿcA\0','wp-includes/assets/script-loader-react-refresh-entry.min.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/assets/script-loader-react-refresh-entry.min.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥š›\ép¥\Ú:P\Ùp’\Û`',_binary 'n\ØÆ¿‚	„UCŽ\æÖ‰¹:\Êeñ\å›ô/\ã\å<¶\Õ','',0,'?'),(_binary ':Ÿ•“­ý˜¦kø¼15\Í\\','wp-content/themes/twentytwentyfour/styles/mint.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/mint.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W\Æ2¯\ìK®u\Ç,´]\á\\	\ç',_binary '\ç\ÃhC	£?@D«>Ñ˜Ã®’û\ìN\âfˆcv\î”t','',0,'?'),(_binary 'B\Ò]\Û(P\ãœùË¶÷','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4«yEM3\Åfú¸¯¤\Û',_binary '´u^MS‡ó¬\ãwƒ(”–7\0H£XZ¥dU“¿','',0,'?'),(_binary 'D-Ú€þ¶\Æ_‡©”ó¥˜','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-twitter.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-twitter.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ\ê<ü	+E¶‹©I‡u',_binary 'd{…~ÈŒ_jÁ\ë\à¾.²ƒó\ÑS’ðœ±\\¸—Hg','',0,'?'),(_binary 'G”=Á\'Dý’?œjœ§y','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îCT\Ý+µ\×h\Ê\ÔÐ¤HS\ë~',_binary 'Å‰p|¹¦ªË”\Ê\Õ\áf­°GªPhœ\ÆHDÝ³¹oÀ„;','',0,'?'),(_binary 'SdûRIý*âŒˆG\Î9O\Ä','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's™Y±ñ(\Ñ\ãXwˆ\Ö\ËK7',_binary '\Èfy\ÚÁ!°\ïO\êy‚\ÖlF5\å¹v\È Dw\Öi/\Ä\Å\è','',0,'?'),(_binary 'U|Jyò>\Î‹\âß„cc','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V¬¡\É;Ç\å\Éú\Èc{‰',_binary 'Þ³¦tgÀ%\Îvb	—£xŒ@\Z€¼[G\Ò[JM','',0,'?'),(_binary 'W|iL]j¯¼¡a\Ñ\r\í+','wp-content/plugins/wpforms-lite/assets/images/lite-connect/info-circle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/info-circle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/¢sž=©àª¼3\"—7	9',_binary 'Ï»ùŸq\è‰\å‚V®‹9mû^2hè¦°\é•\ï\ÙSº','',0,'?'),(_binary '\\\Ü\à\ã”·ðAV*ç±¿','wp-includes/js/jquery/ui/slider.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/slider.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì\'wö°œ4]*°\Þùk\\«',_binary '\ãQr0m\äô›o‡Y_\ÄN5T\ìvAsõ9ÿ\Ä\r)‹\æ','',0,'?'),(_binary 'm#¡ð\ÃfObd¨‚U\Åö','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\%K]ûzœ\é(Ð¯p6ºj\í',_binary '-I\'XÝ¬\É;\é\Zo\ßBo¾(r§™\Õ\Æ\0<+ŒÞž\\','',0,'?'),(_binary 'xr]CˆA@T3\ÐÖ§wœ','wp-content/uploads/2020/09/streamline-icon-phone-actions-ring@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-phone-actions-ring@64x64.svg',0,_binary ']YT\Z4Åª_³£\Ó\Ã_\É',_binary ']YT\Z4Åª_³£\Ó\Ã_\É',_binary 'kjMº1›œºU€˜L6\Ýfûg\ÝM8…\Ïk\ßU‡0@\Ó4','',0,'?'),(_binary 'y\ÜK©Xù\ì\ç‘<l\Û2','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')ð\ßc¶²¸EbK²k\â',_binary '\Ë}\î©,\Ø|/\ì\à%Jð\Ä=ðöFU>\æqd€¯tÎ½','',0,'?'),(_binary '…\î›\Õ\'Š-»p’ü9–¿','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è\Åy\n¹§q$\Þõˆ©²',_binary '\Ö\îÄ‹\ï\ÌV\è¿\0¶T¤»h\ãZ\ÌTŠ\ÈVBqIµ\æsŸ','',0,'?'),(_binary 'ŠV‡W\àb©(a.‡²<›','wp-content/plugins/wordpress-seo/js/dist/academy.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/academy.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú?]ñªLÏFÎ¦)©l¹',_binary '\íS\æ÷BV$ŸO0®\í9dš:Œ\Z@(ü\"¥¥²5½³\É$¤','',0,'?'),(_binary 'Š`\ß\Ù\rõ\Ã\ìGß™5r','wp-content/plugins/bluehost-wordpress-plugin/assets/svg/coming-soon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/assets/svg/coming-soon.svg',0,_binary 'Z\Åt3jºPpb\å\å',_binary 'Z\Åt3jºPpb\å\å',_binary '¯Á\ï(°!\ÚÍº´¦\rG`lð\ÏÓ·¥\ß*•„@d€¾Û¯','',0,'?'),(_binary 'Œ2Õ«\Ëô\Æ\Ûmw¶Í‹','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<òa^‘UŽµ{…ž\Ùó†+',_binary 'µ.1V‹“¸ªÀ\Ônp:\Ý_„kÓ¤Ú\ÓN){(¢hÍ ','',0,'?'),(_binary '•c­\ÛnxÀÔº|\È','wp-includes/class-walker-category.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-walker-category.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U?ž˜D\ÙÔ>\"6mÀ',_binary 'K¾o\Ú_Æ–R\í”j\ìDÜ©\èz¥VL5ú\Ò\nz—V\Å','',0,'?'),(_binary 'ž,\àÛ´x™Ê€,\Í','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/StringHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/StringHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â¤Øµ\rú½g¥sYš……',_binary 'ñ\Óün:‚õ\ÒH=C\Zø|6¦a(Ï¶=t\'‚‹9V\Óc \Ðe','',0,'?'),(_binary '¡\ï\ß:\Ç\Ñ_j*P\Ñi','wp-content/plugins/elementor/assets/js/editor-loader-v2.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-loader-v2.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\ä j¸¹9·XRŽÛ¿',_binary '¡0ŸVÃ‘ö\è\Âs\Ê\Î1÷ÿ-\æ}=}w…úKñ\\E4d\×','',0,'?'),(_binary '¬=X‰\Zšµff\ÍÆƒ>','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/input.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/input.php',0,_binary 'eF]{šq¿@ô²5ˆ1þ[',_binary 'eF]{šq¿@ô²5ˆ1þ[',_binary 'v\éÖ„^nV„4®\Z\âS‰Œ>\å,]ÍµX ','',0,'?'),(_binary '²oF6\Þñûm´.\ë\áV«','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ZoneTypeRestriction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ZoneTypeRestriction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄM4kjº\Ýaög¶ÿ@÷¥',_binary '‚²¸=c\ß\æ\ÒU\ÕC½*Ê´\àôü˜\'/ü:\Ô±ÿÖ£c','',0,'?'),(_binary '¹?N\ëmO>D$gô\r','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-schedule-tour.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-schedule-tour.php',0,_binary ']µFO\ÆÙ˜ù—	j\ÓL',_binary ']µFO\ÆÙ˜ù—	j\ÓL',_binary 'j\ÊpWÓ¸„¥ð\ÒG¼\ç]òP´g\Õ_\Õ\Õe\Â\r>','',0,'?'),(_binary '¹¡bñH§EPË›9¸\Ä\'5','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/Account.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/Account.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›’„\×&u±oKó\'¥¤¼O\á',_binary '\ìJ4*_e\ë¥iô\î-º\Ñ,ÿe)\nU®\Å\à','',0,'?'),(_binary '½‚\àˆ«ªnŒ²Nd','wp-includes/js/hoverintent-js.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/hoverintent-js.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' pˆ¶.`–u76°Á?',_binary 'Y!\è:\nAŠþË	¿\æÚ«\ÒZg\Ï,=œ|–ò\ë','',0,'?'),(_binary 'Á]¯*Á.>`Eõ“f±','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\ÓF£ \Æh¢ç€1-¦',_binary '6!oŠmö¦ÝŽ^Ž.Á^@Ë¨\Ñ\Òv7ñ	I\áœ}€Ÿ','',0,'?'),(_binary 'Ã§²½`¼¢\í \n³\ßBÁ','wp-includes/blocks/post-date/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-date/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â=\í\ãñÁaºV…‚•\ì¬',_binary 'œ\ÑC`¶ÿbH&2*6Ô¹(]3\Ð\Úý\Í\\ˆ‹nÚ¶}\é','',0,'?'),(_binary '\Å~\á ÷\\†²8ƒ%<—Q','wp-content/themes/houzez/template-parts/realtors/agency/layout-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/layout-v2.php',0,_binary '\Å\È\Ü\Ä\Ü\ä\Ãû85§>„5R',_binary '\Å\È\Ü\Ä\Ü\ä\Ãû85§>„5R',_binary 'l@&\îõ¬´&ÌŒW]Eú]³\ÍnÞ\ÃXV·”OGÈ‹{\ån','',0,'?'),(_binary '\ÇÝ¡=½½Nx¼‡K\Ô`*','wp-content/plugins/wordfence/lib/wordfenceClass.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wordfenceClass.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k¤\n Žqu6\'…ÿ\èÀ¯D',_binary 'd\0Ë¾e\â6\Þ\ÎÉ”„¶dùcsÿûOuþ“.\äR\éñ','',0,'?'),(_binary '\ÉnlLÐŸò2eZ¨Z\Õ\Ú\Ú','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades/2.3.1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades/2.3.1.php',0,_binary 'ÿ²þ\0qöV?\äÅ¯8ó\ã',_binary 'ÿ²þ\0qöV?\äÅ¯8ó\ã',_binary 'ZVd\Ôq6¯fK\ázvúÁ\Õ\ÍpG½\"¸ð]¡\Ï\ï¢\ë\á¶','',0,'?'),(_binary '\Ê\ì\ïtMK\äb«ð$G]','wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_disabled_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_disabled_24px.svg',0,_binary '3L1Šy‘#BF\Ô\n„öaü',_binary '3L1Šy‘#BF\Ô\n„öaü',_binary 'cøó\èX†\Æ,.1X-\0\Ðß“ø?f¢ñò1\ær','',0,'?'),(_binary '\ÎO>\âPwœ^ûYÀ\ÊX\ì','wp-includes/blocks/post-template/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\Ù9ýÂ¿ð(Vqˆµ$',_binary '’$\ÉU‹\Ò$\çgú@º¹\ÔðIt­6ö<I£úƒ\ê!\ã*«','',0,'?'),(_binary '\Ïi}\ß¯Š)]M“','wp-includes/blocks/term-description/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/term-description/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@5«•^i­\ß¨Œ\r¶!g',_binary ',1Ð£Q‰2\ìŸö@øŒ\í\nrr…\ìh/XÝ”2Hñ5ˆ','',0,'?'),(_binary '\Ôd—+M\r˜À','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-snippet-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-snippet-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÏöˆÿNY`\Ùià¹”—',_binary '2Ü }sí¥³û\î\æ×›\ßRÏ„1Š•¾¯\Ò0ü93õ\ÔB','',0,'?'),(_binary '\ØK‰mŒr.\á¨DÅ§\Õ\\}','wp-content/plugins/updraftplus/includes/Dropbox2/API.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/API.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's)p£?\È	K¸}4\ÜÌ¸',_binary 'ôŠ\âðH‰\æS+\ÖS¬\Ñhó›\ï/?7ª7)™™Àª\Ê\ã1¡','',0,'?'),(_binary '\áLô!U\îp­ö^P\ç\è,','wp-content/themes/houzez/js/vendors/i18n/defaults-sl_SI.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sl_SI.js',0,_binary '\Þ?Mi\'@ w\Ðo3Õœ‹\ë{',_binary '\Þ?Mi\'@ w\Ðo3Õœ‹\ë{',_binary '\î~òÞŒùd\á\Ù6\ïS*4?r`Bòý=±š\Ë\×O²+ÿe','',0,'?'),(_binary '\áh\ÂÿŸµÿ\ß%\ìò\0C\Æ','wp-content/plugins/wpforms-lite/includes/admin/class-install-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-install-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':¸A)\n½¡XF†¥\Êu',_binary '9&6•\ÇB\Â{\Üy\ï¾\r6pM¦\Ü\æñ¦Û\æeùp¶©.','',0,'?'),(_binary 'áŽ\á\Éb\Ã\ë\Ò\Ó\r‡','wp-content/plugins/bluehost-wordpress-plugin/inc/partners.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/partners.php',0,_binary 'b¢v\'\Z¢’@’´\Ä\É',_binary 'b¢v\'\Z¢’@’´\Ä\É',_binary '{5ªa\Öy\" §‰\r~¹\Zñýq7u\Ë3Z\ä7Ä©!','',0,'?'),(_binary 'åœƒ\äthg‰no~	\ß','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/ModuleController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/ModuleController.php',0,_binary '{©B´i\0\nFçª¶mD',_binary '{©B´i\0\nFçª¶mD',_binary 'ƒ´&lj\ïYjz¤]Dˆ]®\æÃ¾.\Úó=Ld¯M\í\Î','',0,'?'),(_binary '\éë·Žwh\\Xs‡±\èl','wp-content/plugins/wordpress-seo/admin/pages/network.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/pages/network.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷	D—y\æ\ÏûÑ¨I» *',_binary '¶:÷·N[\ÃR:6µ\ë=$›o±?GIs*wp_~,9\\','',0,'?'),(_binary '\é# Õœ§–Ÿ=…¦fÀ','wp-content/plugins/wpforms-lite/includes/functions/payments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/payments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ\Ô(ø˜\"}Ù¡ZF~›	',_binary 'L\îýuV».Ú‰V”I˜\ZqZr¼B\Éy«9ÿ0bct•Á','',0,'?'),(_binary '\ì™\êš\Ù\é¤¬^Gòu+','wp-includes/class-wp-scripts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-scripts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½E˜ðOÛ»&YS\ÔfJ\0S\â',_binary '3\'ô™\r(Êª³  a3\ëò{`h°þ-¦n+õž\ÑMd','',0,'?'),(_binary '\îˆrJÿ<p>§ú\Ã\ÄZ–','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o½ÿ¦\\‰\Ê2b¾,R\Ø\Ù\Ï',_binary '\ÈÊ¦w;2\àgš/\å\Ó	¾o(@¼\Z‘ïµ«½>Ø½s\Ú;','',0,'?'),(_binary 'ñ\âô\å•ˆW\ÊÀ?\Õ\Úù','wp-content/themes/houzez/framework/functions/messages_functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/messages_functions.php',0,_binary '\ì\Åò\à’\Ïü&\ÑkT¤¡',_binary '\ì\Åò\à’\Ïü&\ÑkT¤¡',_binary '7|\îr\"\Z€f€NŸ\âU{\ØÙš\ì\Å:$‹…®Œ\ÝV','',0,'?'),(_binary 'õ&/¢db¤d\Èq°2/','wp-admin/includes/class-wp-community-events.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-community-events.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Âƒ_\Í\åy‡†\ÅÀ£BWºO',_binary 'QA\"Ê€ˆ…¤°R‡ov‘¡\îùg¤3\ÕÖ\Âp#Ìˆ\ÙQ','',0,'?'),(_binary 'ö%w45øX‚\ßæ³ž','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't¸°^I\'\Ü]!¯²\Ò³ñ',_binary 'ð…Ç¦\Öbt\Ë5¡‹f·úª\Åøc\Ò¿kdþ¼m','',0,'?'),(_binary 'úS\Â0\Âü¸‹K\ÕXB\Ê(','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Site.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Site.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÛªÀ\êN¸\ßû4´‚k½',_binary '\èf;<û\éF\ë%H\Ï/Rm%°Äœ1¿Á’\rº','',0,'?'),(_binary '\0õª]Àaðv•”¾CY','wp-includes/class-wp-walker.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-walker.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†‚\Ï@\à\Æ˜LW„3\"',_binary ')|\Û	¸LT–.Š]´ež;Oº¹\Å:õ<\ËÂ‰','',0,'?'),(_binary '›¿&Y\à¬[w­º.±','wp-content/themes/houzez/template-parts/dashboard/messages/messages.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/messages/messages.php',0,_binary '‹7QE\r\\6­¨¥°',_binary '‹7QE\r\\6­¨¥°',_binary 'Ü´[/žñÈ‹§<Q\Ò0@s—\îÌƒ\0ô,®4ÖŠ¤¹¿\Ì\Ë','',0,'?'),(_binary '«?H“©ÿ\Ä\ë—h¬D0	','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(j[¤‘}£B yVy\áKR',_binary '²,\Ç4AX$s\ÊsÀÿ\â¨y“©Ežm\ïPžð¸YÀ\Ð<','',0,'?'),(_binary '“¢þNVÔ±³\æˆz\ÃZ','wp-includes/js/jquery/ui/effect-shake.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-shake.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ•¼Â›±\ç1P=\ãúOó',_binary '\ß\Ðwº±5 4nWe4ª;K\×€Àù\Ä!XX\ì','',0,'?'),(_binary '	gbÏ—Š ‹¾\Öþþ','wp-content/plugins/elementor/core/files/css/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/css/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–‰\Ô\è¹òhðF\r7^',_binary ':9\éKœˆ7$¹V¶\\`r›ù·\Ö}³gBÜµ•ý\í\íªU`','',0,'?'),(_binary '¸üŠ–\'}Ë¸pDv','wp-content/plugins/google-site-kit/includes/Core/CLI/CLI_Command.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/CLI/CLI_Command.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%Oa\Ã)o’l.i4¸;ù\Ó',_binary '\Å^<f_·\ÇdÚ²ý:•2\í|~ŒÜŸšö‘¨aha\Ôž','',0,'?'),(_binary '¨9ltÀÛ¶\àMg‹8\×x','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/spectrum.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/spectrum.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ZMq\ÉNÁý­P\á¯Î•ù­',_binary '®“²\nð\Ë\ÄöU\È\ì\Í\ï=\Ôø!h~jP®™\í^†\ä','',0,'?'),(_binary 't~§Q5#WŸqÐ§‡G','wp-content/themes/sinatra/inc/core/class-sinatra-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/core/class-sinatra-options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï…H%2ó¶xl¬;*\æ',_binary '/K\å5À\â\Þ÷\ä{\Æ\Åâ¹º\Ê%[ºù\×ü\Ê#7\\½&º','',0,'?'),(_binary 'z\0µ\Ì3hŠ—\Úd›*','wp-includes/blocks/post-template/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾“­;¯d\á‹/m[ÿ¡',_binary 'G5\Ð)gTV ýk÷ò•ñC\ëŽû\í÷sóe¿p\ã\Ð\r‹+(','',0,'?'),(_binary '„ù:·\×_\ZCô.Œ\ÐPz','wp-content/plugins/wpforms-lite/src/Admin/Forms/Search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Search.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Þµ¡Œ¡,gu˜\î-öA\"6',_binary '{Ä­t;\ê‹­U+„oº*@\Üy²ŒŸ\ÉK\'©\Úd\êEY>X','',0,'?'),(_binary '!ƒ´³;\Ôú:\ÔL“\Z\Ñ#','wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U‡yBø\ÑD]“',_binary 'N[­ø\ê\Ék\ï,ò*‚’®\0b\ÈøF¶\Ê#§\çMò¦§','',0,'?'),(_binary '#Bs:_üùŒ±DŠK','wp-content/themes/sinatra/assets/images/sinatra-logo-light.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/images/sinatra-logo-light.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âº’o–u\Ô\Þ¶\Ùô®',_binary '@AeK\Äw/\Ä\êbl…\'ür\Å_3Ö€aø\êŠ','',0,'?'),(_binary '%€?\Ð\ßÅ¯vI`Eý','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart19.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart19.svg',0,_binary 'Áü%ž\ÇÿN\'öø\ÄG–H',_binary 'Áü%ž\ÇÿN\'öø\ÄG–H',_binary '\\£r[wù[U›kÑƒhf¶\Zzþt%i¼-t®/','',0,'?'),(_binary ')Ÿ_\æö’J¯‡\×™\Ô','wp-includes/js/media-models.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-models.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}ñ½§kœ’J ˜™ø\É:ñ',_binary '?Ù\ÙÏ¬~•\Ñ\"=›9^\"^’<8VpôL\ïjx\Ö9‘a\Þ','',0,'?'),(_binary ',\á£	nÀ\é­s±¹×€³','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostSubscriberFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostSubscriberFactory.php',0,_binary '\í\Ýô¡iñ\Ö.~@',_binary '\í\Ýô¡iñ\Ö.~@',_binary '«Ú¡%F\å¯/À\\Cµ}qý?„K%\ÚÁ\Øô`¶t','',0,'?'),(_binary '9úzh\È\ß!\Ô9Pmk','wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã”\í\ÊŒ«¨•ó\Ã\ãù',_binary 'Á\å\Ò÷p%F\ì÷¾º	±\×\ÙÂ›~\â-È€U‘Š°Xô','',0,'?'),(_binary '=K2½ˆšÄ¬B\ÛL¦\ã','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ContactForm7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ContactForm7.php',0,_binary 'ñP%ý_8n³Þž+\"tJ',_binary 'ñP%ý_8n³Þž+\"tJ',_binary 'G*²Ê¨w(¾?\È‚}¾cLö]\\´\Ò.øAPºJ!','',0,'?'),(_binary '=”[:Šý„\r&ôF\í\ÝE','wp-includes/blocks/video/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™\Øÿ\í\Ý7¦\ÊBMâ¢¹{\Ù?',_binary '%¥yÊ„\ÕSR¬M\n\È\ëðF^tq‚ø»g€ý«\È','',0,'?'),(_binary '=\ÚÔ¸a\Èy”\0‡][1\è','wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U\î}<\äEq0ôyjû¦',_binary 'Hß©ÿÒ¡I\ÌZ\Ê\ì`,\Z;KÁ&,` ;\Û[­`1jû','',0,'?'),(_binary '?¼\Æ\ïÏ¶‹^7:y¸\Ñ','wp-includes/blocks/paragraph/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒRƒHúüÿ©\Îñ\Ý\ÇÂ‚	;',_binary 'Á\ìi7j‹–;\ÇW€;)À\è„.ETõPŒ\Ò\Ót8¿','',0,'?'),(_binary '@\ìb$Y\Ê\ÑD!˜AŽ\Ð\Ç','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñó÷·|N\"‹g )RH',_binary ' 1/*-c{Ô–&4­ŸMcý¸l¯3iµxó=þ·‰,¹\å','',0,'?'),(_binary 'A$\\N’b	VÁZ„','wp-content/themes/twentytwentyfour/patterns/posts-3-col.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È_º \Z¾\Û\Þ\ÒW½Ý¦’',_binary 'þEVžLXiz\å_\ÜØœv–J¦nDGd8\énŽÛž­Š','',0,'?'),(_binary 'Do²ª\Óv\ë\í_cb’','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/field_checkbox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/field_checkbox.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h}.\ï,¦\Ê;]å³¤\Ì\Ô',_binary 'ˆ/ÓŸ?\\è˜ª¸šñÄ¾±~Š©¶Þ¿\ámbŠ\ëe\Ò','',0,'?'),(_binary 'D\'ÓŽv4\ìe~Ÿ#þ9','wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/RUCSSQueueRunner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/RUCSSQueueRunner.php',0,_binary '¹\Ã\Ñ\ÝAð›\Å_‚ÿµû\n',_binary '¹\Ã\Ñ\ÝAð›\Å_‚ÿµû\n',_binary '¹Nkÿw%ðl\Ã|‘t\rÀÉ„ˆ\å&ða\ÌòØ©[\Þ','',0,'?'),(_binary 'G<7eƒtª/î’÷W¤','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[f0L”ÅŸ»\Ò\r³{VW\è',_binary '‹\Ð\'&Ü”[m`\ÄÏŠ\Ðc2Eº\Çû%\äW¿GWºä‰·','',0,'?'),(_binary 'L}b&‰Ûµ\å€b','wp-includes/blocks/separator/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1¯\0°\àE\ïSþi\ÓA',_binary '\ÐY\î\ÑQ§’;ªf*šŽV\Â¬sˆ`ÿ” .\ØwNzd','',0,'?'),(_binary 'Oc\á[\'É­}\ÔG','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4È˜\ì\ï\Õz»\Ç3 (¡',_binary 'A\Ý7 ;iÐ”p\Ê\êyÿKMù—Šœe´Ÿ\Ð\ç)º\ç\Z6-','',0,'?'),(_binary 'Zl‡qS\ëƒt*c cK\Ê','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/field_editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/field_editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÐŸM\È\â!VX¨I3\Ñ$«',_binary '	`Kz\Åÿ1ˆ\Ò(\Ó÷aV(šn¬þ\Ò8½rª¸4ûŽ4 X','',0,'?'),(_binary '[À\ïh6N‹4]','wp-content/themes/houzez/template-parts/realtors/agent/fax.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/fax.php',0,_binary '\Ì$o§¢eˆ%¸\É\Zÿ\È\ä\Ï',_binary '\Ì$o§¢eˆ%¸\É\Zÿ\È\ä\Ï',_binary 'ŸË‹ª\é{C”`0¬SºZ\'3ŽO’Ê§\Ø(\n¶¥Q\Ø','',0,'?'),(_binary '_šOú°.¤\Ã\ë.ýX','wp-content/plugins/wordpress-seo/src/editors/framework/seo/title-data-provider-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/title-data-provider-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D}G:\Å\Z8µ~£\Ê\Æôƒ¥',_binary 'µY ZqóM‡ÁCõ€¬j‰\Óðz\â\Ïp–\íE·Xôpö','',0,'?'),(_binary '`™&­¸é”¥~K3/d','wp-admin/css/login.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/login.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\Ã\çr´~\ÆHPd^ýûõB',_binary '\ë\ë„\×÷PÁVñM.ˆ\Ü\ÍB\×:˜\ÙWZ\Zúø\Ä-!š','',0,'?'),(_binary 'alzô¦#\0·\nN+L´\Ò\r','wp-content/plugins/revslider/admin/assets/js/plugins/RevMirror.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/plugins/RevMirror.js',0,_binary '¹…l,ôUEe\\N\Îôû\î\ëˆ',_binary '¹…l,ôUEe\\N\Îôû\î\ëˆ',_binary 'ú(\ÌZ\ï:ùQM\ß¶	\æ/%ã¬€\í \És£º_\Ì','',0,'?'),(_binary 'e†‚Z\Ó4G¶>b\æ\é\è\í','wp-content/plugins/google-site-kit/includes/Core/REST_API/REST_Routes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/REST_API/REST_Routes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íÿsE(Ä€\àŠŸ¥¥\çš',_binary '÷Ó¢Á\ã€r+€\á\Í0‰È‡\Ì?ò	!\Éb=\ÑGj#','',0,'?'),(_binary 'fW÷J\éF#–^ˆ~HùZ','wp-content/plugins/wpforms-lite/templates/fields/number-slider/frontend.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/number-slider/frontend.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ', ‚2ˆ¸žFª\ìI{B\ê6u',_binary 'a2nº9Í¥ö†f\í\ì\âd±/k\ßKû\Î\Ü[\0’%©E·','',0,'?'),(_binary 'f‡R9´¸°]‘V#rs\Þ','wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Storage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\×üô†,£\è¥ˆ¢\Ö',_binary '“\Ê\æw‚:ßšiVü\Zö=4\ÑóDyýú¥\åF¼þñü§','',0,'?'),(_binary 'j	=Oƒ\â\ìó\å9‚¾\Ù','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/TreasuryServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/TreasuryServiceFactory.php',0,_binary '\Îx(‘YlY+R:ò–¹',_binary '\Îx(‘YlY+R:ò–¹',_binary 'ƒ\ÕrŒqByi©)®cš†ÿ£;·¼LA\ÈðýŒŠLÔ­','',0,'?'),(_binary 'vL{ùp£:G°=;]ˆ','wp-content/themes/sinatra/inc/customizer/controls/color/color.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/color/color.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J™cI)\ê•Æ£+»r@4',_binary 'NLŒdø\ÖkT3\Úð–EúJùò\Õ¤‰Iz°\í™¥Y\×','',0,'?'),(_binary 'ŒñE_*:6`I„t†±š','wp-content/plugins/wordpress-seo/inc/date-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/date-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’TŠ\ä’]üi k÷­4%{',_binary 'M\È:\Ú\æ›C\ÖÔ–,0\Ñ\Ð0“ó\Õ\æœ\\•|3\Ù\Òóö','',0,'?'),(_binary '¸œÒ‘-\è\ÌôŠ\rŠ{,\ï','wp-content/plugins/wordfence/lib/wfCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfCache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥Ù†‡Áa\ÜAg5ZS\"©¶',_binary '\Éÿ\êDg]<’M*\"L²\Ö\ï•E˜j\äöN8\Ã/d÷\na„','',0,'?'),(_binary '“~˜\âL\É\Î*\Ä,\Ä<:¥','wp-admin/includes/theme-install.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/theme-install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\åú\ë£\î\Ñ#³\ÄlªuºA',_binary '\Þ\'\ãô¬\Ê\ÚP£\Ó\ÆÖ”\n\Ø\Ô3¦ótÇœV[ÿ<‰','',0,'?'),(_binary '˜	\í\îŽ\ÅXƒ*¦t\Z','wp-content/themes/houzez/framework/stripe-php/lib/Apps/Secret.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Apps/Secret.php',0,_binary '¦ºð©¶D£4 Y~ò~v\Ï',_binary '¦ºð©¶D£4 Y~ò~v\Ï',_binary '\ÔøöÁ\Õ\Ì}¾D¤«H.½%—gÁXì¢›oœ@{i','',0,'?'),(_binary '\\¡\"cR”þ±;\ì','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…ò\\”[ŠNS’#þã±ª•',_binary 'ç¬¶\á¬qc‚…o¾@•½\î~_;ƒ›\Ù@ \Âe¨\ç\á:','',0,'?'),(_binary '§i!”¡\ÚùsN\é_\ç\Òg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_tablet_android_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_tablet_android_24px.svg',0,_binary 'ô³¹û®…ž\Ó9û%Œkv­',_binary 'ô³¹û®…ž\Ó9û%Œkv­',_binary 'J\Ìb‚\rW\Éö \çŽOZ‘¾ø\éø–TGô5©@\ÛKùl','',0,'?'),(_binary '©ˆþ\Ç	u”§\ÜPc\Æc\ã\Ã','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.es.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.es.min.js',0,_binary '$	ò]öšx\å‰\Øý',_binary '$	ò]öšx\å‰\Øý',_binary '+‘¾\î¥t¶;‡/B\å„%4N¤\nG\î\ÐÁ?|E\ÙH)™','',0,'?'),(_binary '®Sx\Ã\ß4®@oÁw\ïN','wp-admin/js/widgets.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}ð¤…A¶h%Zò\Ð2ˆ—v',_binary '§¹\àO…å¶–¨3¹‘HD¿\í—\Õ@‘R³\\*. R¥½P','',0,'?'),(_binary 'µc8\"5E—¶z«\Ò','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/js/about.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/js/about.js',0,_binary '{	Å›Oý‡üŠOŸt\àt\0\Ç',_binary '{	Å›Oý‡üŠOŸt\àt\0\Ç',_binary 'C@\Ù!tCð\Õ|\ì\Ä#dÿ…~¸qWþ\Íz\×H\åT','',0,'?'),(_binary '½_\àQrË˜…°®\äÇ¤','wp-content/themes/houzez/js/submit-property-osm.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/submit-property-osm.js',0,_binary 'Öªõxlœ-Ý¢n\ì|„',_binary 'Öªõxlœ-Ý¢n\ì|„',_binary '\á_ûI\Éÿ)Sª<c‰¿A{\'½Þ–ý±ßœ·p†W‚','',0,'?'),(_binary '\Ã\Ã1\ä9|šn=2„ú½','wp-content/themes/houzez/template-parts/search/fields/advanced-button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/advanced-button.php',0,_binary '³¾U‚\Ô\Í|ƒ\ÃS=l\îÁŸ',_binary '³¾U‚\Ô\Í|ƒ\ÃS=l\îÁŸ',_binary '´îµ~º¥Å´Á¸¡5lduÌ¢J\Ç#Ó‰?‡0\ïqW','',0,'?'),(_binary '\Å÷Ú¤& ´MµKQ\×o?','wp-admin/images/freedom-2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/freedom-2.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì\Ë\"¾ 0¿g\ëŒH>‰ D',_binary '\ê\æ\"@YºD\ê]\\qw´?š\09‰˜B*\Ôü7£\çô¿','',0,'?'),(_binary '\É\è\ë:m¡°[Ý¢¯:#','wp-includes/l10n.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/l10n.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'íŠcKR”‘Í„òhH£\"',_binary 'Ø®˜ \î\âÀ\ÉG”\n\Êò‰\Ç`:í¹¢2À\Ë\ÌOr<Ž\ß','',0,'?'),(_binary 'Ê\é\î\ãŠ\'’P§','wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®a‹¢q9d1\ÇeÁ18',_binary '®o–£²O\é\\Œ6Žž9Ž/0•,d÷.Õ»¤úr\Êgñ>°','',0,'?'),(_binary '\Ì×„{\íaÊ¥®¦\íQ','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-base.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-base.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y\0\ÊÏ¨ÿo?\rs5w\Ú',_binary '¡°d­@Þ€©Œrøl­øÀ=÷ˆDò‰bRœ \êF^N','',0,'?'),(_binary '\Î\æ\Â.\ÃÁ)ÚžQž\îZ\Î','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_forward_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_forward_24px.svg',0,_binary '\ÞhðŸ¿î •)ã•‘\ÞSK',_binary '\ÞhðŸ¿î •)ã•‘\ÞSK',_binary 'ä§™*Œ\'\íB3xZg\ÝŒB)cw\á	\Ä>F9y·­','',0,'?'),(_binary '\ÏI¢\Ø\\j¶¬\Ñx\Ì\Í\Ëg','wp-admin/images/date-button-2x.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/date-button-2x.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â‹?¾©¨a´0ý\×9JQ\Z–',_binary 'Ÿ­\Ó*¬Q­º\è\Ú_(G:*€\ÊýÎ·dú\ë\ã\î\ê\à.','',0,'?'),(_binary '\×ß–\è\áž\ÏŠüW¬\Äó','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i„ü+Ó½j·Õ”\Êõ',_binary '¼¶V&ª\Z,\ë–\"[6ý\è.*0\Ðe¦n_\0Pó','',0,'?'),(_binary '\Ù\Ýò“™	\é¥{V\Û ','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.eo.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.eo.min.js',0,_binary 'òxÒµ\Ð\n\îª\Ø\Z\æ£aß³',_binary 'òxÒµ\Ð\n\îª\Ø\Z\æ£aß³',_binary '\álð,S¾eþýPþ\Ê÷#\ÝN-`-‡l\åôø(.\r','',0,'?'),(_binary '\à¡\Ó;†¾i\æ0·\ÆJ~\Û','wp-includes/blocks/columns/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=‘–„¡<\Ä^‚¬\\k!\îH',_binary ',\í4\Å\ß#®ZTUF´&¯g	–	R\Ã-^‹˜JO','',0,'?'),(_binary '\àMXû·/þÁAˆ\ÃÜ‰','wp-content/plugins/revslider/public/assets/svg/maps/ic_navigation_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_navigation_24px.svg',0,_binary 'Ê2cÀL\åi\Ñ\rÄ­#`+',_binary 'Ê2cÀL\åi\Ñ\rÄ­#`+',_binary '¿É”¿¼eV%\Ä_µX“\"C“w˜è¡¢ö¤i\Ñ0–','',0,'?'),(_binary '\ázIÊ³T=½Ása\Ô','wp-includes/blocks/comments-pagination.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼š@pc²!ñ[\Î^Qâ¢º¨',_binary '\Åm\nž\æ\Ôk1\å\Ç\ä4€©\Ôø÷3q\é\ë® Ç¨`®Èº¾','',0,'?'),(_binary '\ã=™\0ñÅŸ™cj«GW–','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/badge02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/badge02.svg',0,_binary '\Ü-\ËQ.1q\ãK\á7ºü’=',_binary '\Ü-\ËQ.1q\ãK\á7ºü’=',_binary '5\íI\'¦aM¸\nº\ÇI<¦Û™=5ªõ1ô\È~¾\ä\è','',0,'?'),(_binary '\ãC-—‹\ëŽ-û‚Å›\Í','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Shoptimizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Shoptimizer.php',0,_binary '0Ì”µ9\ÑEXy˜<»ö\Ð\â',_binary '0Ì”µ9\ÑEXy˜<»ö\Ð\â',_binary '5\'_+\×Li¡)D\Êx{©–Ù«.p\Õ\È5X±l\ëD','',0,'?'),(_binary '\äD~£s8Ç‰di\Ú(\ì\n\é','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g€÷õ@/÷E“’}b¸(=',_binary 'žW«®Àn\ÛÁ4˜¼¸»\ß\Óu^)\r\ÉNq*h²V\Ýwœ\èN','',0,'?'),(_binary '\é\á\æj7r[¼,”\ÌüZ\Ö\è','wp-admin/upgrade.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/upgrade.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~E¡wC\Ì\Õ¯kLR}',_binary 'Xr\Éòaúl\n¶y^f’Nd‹\ÍôÍ‡\Û)þACø\ËJ','',0,'?'),(_binary 'ñ²óx¾¹CK\"mŽ›','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/MultipartStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/MultipartStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`D˜‡²N5õ?@ˆ²\é',_binary 'Ï´¤ò\Å\åšt~ô÷\éµ|f½±Æ¯>Z”ò¬\Ú…w','',0,'?'),(_binary 'óQ\Ú1•òU2\æùÍª','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä)E)[\nB.e‡	øv©ü',_binary '½@YÊ¨¨bÁÉ¥\íY(ct÷W†\"€0ý†¢nü¥A¹$','',0,'?'),(_binary 'ö\ÛF\Þs·Â“\Å\ÙK\"','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-edd.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-edd.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$\æáˆ‹¤.\ßó>žz',_binary '=u\î£5›Á=;\Ög\ÌÖW{\'Nªr\n\Ó\ì7ñ«\nsP','',0,'?'),(_binary 'þ&û;{|ƒ¾Š\ÇlsÃˆ','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð±\×Ô¹°´—Xp`me<',_binary 'wP\0\Øp\ÔzuYDS\Þz(W ß¥‰\ìP¾3$S‘öò‘','',0,'?'),(_binary 'þ¸I\Åæ‰™½¦m|h¨','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™\å¾	z).\ØN<\åQWT\ì',_binary '\\_ Õ¹bwÿ#|.#ò\äE\êÁ\Å\Ü³³¿¯,;7Y','',0,'?'),(_binary '.c­k¨¨€e\á`','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-building.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-building.php',0,_binary '›\ÌNG§>9w\ÍV“\è\r',_binary '›\ÌNG§>9w\ÍV“\è\r',_binary '\Ã\Ø>B¢š\Ó&ðw\î‡\ä§\Õ\Z©Bè¿‘Ç¦€±¾\ÏW\Ì#','',0,'?'),(_binary '	6â…Ÿ\n;]\í*uŸˆ','wp-content/themes/houzez/framework/stripe-php/lib/ShippingRate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ShippingRate.php',0,_binary 'ž\á¨T‹jŽZ.\×Z¹¦™\Ä',_binary 'ž\á¨T‹jŽZ.\×Z¹¦™\Ä',_binary '()¸\'\r\Ã »\Ç\æN\Ëñ]\åu}\ìg¢¯r–­“\är	-C.','',0,'?'),(_binary '4›ŽB\Ö\07qoB\Ço6\í','wp-includes/blocks/rss.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÌÑ³\î!\0þ\ÚEs—Î­\ä',_binary '\Ò±Ž‰Gko:­‘\ÙK„\ÏÎ‘³}t´*:\íK<\Ñ\Z','',0,'?'),(_binary '\róVÈ€\Î*”:BM¡','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/SiteClassification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/SiteClassification.php',0,_binary 'l\"Uª©C¬\ÂH”“',_binary 'l\"Uª©C¬\ÂH”“',_binary 'û£öO­o‰Ý›ù\ãF44\r\Ù ?>^®[ð','',0,'?'),(_binary '\Z“\êlm·ð‹”@øø','wp-includes/customize/class-wp-customize-date-time-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-date-time-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z’Óžó¨ º¹^JmO',_binary '€\ÎU\å¡þû\\Ž°¾>ªé½¨t>¿V7©¸\n\ÊnÕŠ<;R','',0,'?'),(_binary '\Ä-²°\'g‹«P÷\\¬','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9žV\Æ#Ò¹\ë\Û4€',_binary 'Gpšf¸øHvŽ†žŸ\Z\æóx‹8ƒþª£1C°[\Î4A','',0,'?'),(_binary ')öM,¢\à’ >\ÌU\Ö','wp-content/themes/sinatra/assets/css/compatibility/woocommerce.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/compatibility/woocommerce.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'iP\è\Æ¦a\"ñ/XÈ–D\æ',_binary 'ö¢¯\è\à«\Éó\åj4ôrmC\Z®—\×\çŸ?Î‚,4','',0,'?'),(_binary ',£d,\ë\è\ä\ßú\ë¥+m','wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`–\ÛT•Q<šWSl->',_binary '€mŸ\ç\î\Ûe\Ùß¾\'eù°\\6®7\0½ˆSrç–ƒ','',0,'?'),(_binary '-ùfbª^\ÐôR\çx¼\ç','wp-content/plugins/insert-headers-and-footers/uninstall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/uninstall.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|]\Í-\ÂMö\Ê@E«ø\ZnqX',_binary 'f\è—Y\'c ýM\Ç©€—\\¶1\Õ7œü{¦\É<l;','',0,'?'),(_binary '2µtu¤²6O\ÂG)\Ï%š','wp-admin/contribute.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/contribute.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð…ò\Ç\Ø^‚ÁV´\Ç_ýOœ\Â',_binary 'Ÿ@Å¾÷;ƒ&C|KK‰òSýp`ý‡S|ü\àD-£À\È','',0,'?'),(_binary ':‰¯BC9.PúlÁ¯¾‘','wp-content/themes/houzez/js/vendors/i18n/defaults-cs_CZ.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-cs_CZ.min.js',0,_binary 'ø\Ì;‚Vù•)\êð\ç\Ël‘”',_binary 'ø\Ì;‚Vù•)\êð\ç\Ël‘”',_binary '\Âjü@(@žZ(MEr~YŒ’pta@s\ß4M‘¥ü\\\ZŽ','',0,'?'),(_binary 'C}d19\Z“\0V@*\ÎÏ¨','wp-content/plugins/wpforms-lite/src/Admin/Settings/Email.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Email.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À\í!„a\æ/.	¥¬\Ú',_binary '†X5üL¥o.\Ìâ˜£»)+´ÁwP›=\ØÍ´\ë¾Éª','',0,'?'),(_binary 'D©8hFÞ›BViR\î¨','wp-admin/css/colors/blue/colors-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/blue/colors-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H‡\ç¶©.ZÿxH[sO',_binary 'ñ›\'ü@\×e!k¬y\æ\áßƒ¹\ë­\à²M\Ðñ5~˜\×\è','',0,'?'),(_binary 'F\ÌEJ»‹p‰_Xj¼,','wp-content/plugins/redux-framework/sample/sections/basic-fields/sortable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/sortable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a›g\r…\Òd\ìM\\¢öœé¶®',_binary '} Æ‚CÒ°„Ksül\ÆQAÃ¤Í»M&\ÇP<tŸÿo\\','',0,'?'),(_binary 'H£aB¸üö\ï\Zù¨.\Z°','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lock.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lock.svg',0,_binary '”R¿j˜X=\×?F\é»h¥¼½',_binary '”R¿j˜X=\×?F\é»h¥¼½',_binary ',\Ý\äL¯	\âYi\Æ‹1{\É\Ö0¡E„<§@\Ôg\áO¨d²','',0,'?'),(_binary 'K\à\ÇcIi¬\Þ|º\Ö_—÷','wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰¹o0´ý\Ë©# »w',_binary '\ëŒ&\\¶<ª?‚$CÃ­T\ÆVŽø>´¿Zes/\'Y','',0,'?'),(_binary 'L\rv„?a-ü\ïJÉ˜\Z','wp-content/plugins/wpforms-lite/src/Admin/FlyoutMenu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/FlyoutMenu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º\Ç\Z(>¼\É\Ç\Ë/ºÁT\å',_binary '§^x”œ¿‚ž\ÅGü¹bò#‚\áO¤0v\Ð\ÄU`ž²t','',0,'?'),(_binary 'L,\Z\"ÿ\0CûÊ¡8y©','wp-includes/js/dist/primitives.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/primitives.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ|ñÞ²>Wjˆ4Žµd',_binary '\Öüš\êÁ\Ú:¬w@­\Â{ùs¼wè¨§·Ù—licbn¯F••','',0,'?'),(_binary 'NSEÉ½7ÿSñA-„\É','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-prices-by-country.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-prices-by-country.php',0,_binary '´e\ÕX¬\0\"±˜\Í}¼—B±',_binary '´e\ÕX¬\0\"±˜\Í}¼—B±',_binary '¦ƒ\ì½üð»w\r9]šª¾Ì‰(ŸõC{V°^«;dl–','',0,'?'),(_binary 'S*Þ‰:\ë%\êºX»l\Çkñ','wp-content/plugins/revslider/public/assets/svg/action/ic_help_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_help_outline_24px.svg',0,_binary '\Ø5\'@<Jv}—¤¯¾\Ø?Á',_binary '\Ø5\'@<Jv}—¤¯¾\Ø?Á',_binary 'tÕ½J\äb\ê‡}F\ß\ÆEÿªúÿš…”ªtycœ)\Ä\ãxþ','',0,'?'),(_binary 'e½Àj‚®ô‹y­\Ð9;ð','wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ\è\'ò>»\É\Âx­‘8\îE\ËB',_binary 'ü\êB\ä\Â\á\î&\Ëkdõ~Ó»™pISr\ËpÊ–kŒ •0','',0,'?'),(_binary 'j×»ý‚óq.»*;§\á2','wp-admin/css/colors/sunrise/colors-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/sunrise/colors-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý\â0ª.\ÓE(–°<\Ùõ.r',_binary '‚“ñ\×rOÁü\Ã/¿\ÈVý\\c\ä¾A+s	Ò¨…Z','',0,'?'),(_binary 'l\Ù\×Á)tL®J†K','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunPivotReportRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunPivotReportRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£Ÿ?÷?x0–o¼G>‚l',_binary '¡Buõ¨sû\n>\ì\"p­Ï”\í\Ïß‚\ï\r@b­¡À‰†k','',0,'?'),(_binary 'l\\IŠiA\ZŽp\Ý\Ùz¿‹h','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ZF–|õ½>`¾\íµ',_binary 'gÖ¸½\Ëýÿ>=€ˆN*Œmô\ã>Ð£G”»\Ü#¬µ„‹¹','',0,'?'),(_binary 'viwCô\ß\Ûö¿¡…','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroupMetadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroupMetadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø‡\È ºk\×÷I„&V²',_binary '¿de\ë\"·’~Y\Õ\æ§/Z\Ô]ÏƒsðjN¹G\Ø','',0,'?'),(_binary 'wˆ©†X¾\rS.”/\Õ¸','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore.php',0,_binary 'G;N„0r\í›GXb¯',_binary 'G;N„0r\í›GXb¯',_binary '…TŸyK\Ï\ÇXO\Ðù\éD\ä1Zšü\nš\Zr,ª¸]\ê:þ','',0,'?'),(_binary 'w‘es\Å\Ïi<µO\ØJ%Á','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚¨\Ú[°Oß°ÝŸQ>o',_binary '\ÛË¿Ÿpb\êóJ\ãHi9	R±¤˜\È-K_\Ì2v¶','',0,'?'),(_binary 'x4:~ùÁ\ÉCÈ¸²t\Î','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AccountService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AccountService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý4Ÿª+HH÷Mm\Ì>4&÷',_binary 'ˆX¬*{CJž0’\Ù‚ñ\Ë\Âc\ÈF\Ä\Îü\ä*ÀX“	q','',0,'?'),(_binary '\ÊDs\r\"J\"\ØKg\êc\Î','wp-content/plugins/revslider/public/assets/svg/action/ic_timeline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_timeline_24px.svg',0,_binary '\0\Ïc”\ØÿdÍ‚Q¶',_binary '\0\Ïc”\ØÿdÍ‚Q¶',_binary 'y\î\î\Ð$M¦\Æb½z¿¢\ÎN7#©yt§,x\Î\ë£oø','',0,'?'),(_binary '‡\ãjG0³º%\ÊÿLS\rt','wp-content/plugins/elementor/includes/widgets/testimonial.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/testimonial.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g	¯Fˆ‘qôo9Áö¡ö',_binary '\rXy)TÛŽ4\ÏCù‹#¹©\Õ4\ÆcS5V»Ò¼N•~','',0,'?'),(_binary 'Š•>ð`Pöµ\ê@Œ\Ôß¹','wp-includes/theme-i18n.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-i18n.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñtlø˜[¤K\ÅG`* cs',_binary 'úñýÁv¹\'\ët\ã<ø.°CFó\î6\Ø>«ûg}\Ð9·%','',0,'?'),(_binary '‘Ô¸€¢%\ZD\éŽyó³Z','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Op\å2Ÿ·T\Ô5¢+ƒ',_binary 'Hš9®6D±\Ä#\Ü\åRdö§°2”†*žM.\Ø\0»<œ»\Æc','',0,'?'),(_binary '™‚:t˜³°´¿ö\á®;6','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-payment.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-payment.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@z°ŒIy\Î\Ë5r-ñ\Æð`',_binary '.­W\Û\Û\rÐ±\ãò;OC\ï‘¿}\àM>\r\n¼’½ôd\ág\Ü','',0,'?'),(_binary ' Ìª\ÉGHtd`r”D„','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/vars.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/vars.php',0,_binary '\\]`V¦ºwg\ä>?\ã\r',_binary '\\]`V¦ºwg\ä>?\ã\r',_binary '[^CŸ­¶\ÝQ!šÝŸ\Ô:¾^¿\ÐWšµ€\Õ\Ï','',0,'?'),(_binary '¢eÿ¤â„¿\Ó\æ^q0¬œ','wp-includes/js/dist/vendor/wp-polyfill-importmap.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-importmap.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zpx}sœ\'\Ë\Ø\È,kª›',_binary '¿8\ÝJÑ«& RRóHµ ¦¥ù\Ý\ízf‹\nxÌ—C§J','',0,'?'),(_binary '¤Zò÷ód*–\èY¡öÚ˜¡','wp-content/plugins/wordfence/views/options/block-all-options-controls.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òišw‡Ù»Iˆ\ßA\ì{\é§[',_binary 'ù/\ço\ÒÁ\ÂÑ¶‚Ï‰ú€\×\àO¸my\Z\ãwnJÉ‹‚\Ç','',0,'?'),(_binary '«s\Ð‡¾9¯\"œ?','wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç7`f‚Ÿƒ\Ñ\ä\Ê#ci',_binary 'Œ-‡“o&MlCUI‹{\àü§ÀMžYûñ‘Uw\ÓM','',0,'?'),(_binary '½\ã\Ã\Ô¾!?\ä\ÃÐŽ¯','wp-content/plugins/wpforms-lite/assets/js/admin/pages/smtp.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/pages/smtp.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ín\0?»\ÒÈŽ\'\ÊR>c',_binary '@i2(<Å¿T\æ8xs2]\'+L\î[šQ\r*','',0,'?'),(_binary '\Ëý\äÒ£üžœ\"öµ\í\ËR','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/EphemeralKey.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/EphemeralKey.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸%i½ô\ÇC ™ Gô=¢\Í',_binary 'C²qÒ¾¦AHN:\éoƒYŽ¬¬§‘ £µfÿ`:','',0,'?'),(_binary '\ÒrˆW\ê®3¨™\ãá¥¾V','wp-admin/css/color-picker-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/color-picker-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê~¸p¿ES\Ø°\ÖcV',_binary '\Â<’=\0º[Z\n2|ë‹¢¶’\0?6ú¯“‰¢º»‹–£','',0,'?'),(_binary '\Û%%-YE\\»^ òaD‘g','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/SecondaryType.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/SecondaryType.php',0,_binary 'A>›)\Ý\\Œ_NZœ\Ú#€“',_binary 'A>›)\Ý\\Œ_NZœ\Ú#€“',_binary 'Ÿ\"÷\nr(\n\×\ã>Ðƒ\Ð\ãWY}¤œ\æ$»wo±õöw','',0,'?'),(_binary '\Ý\Ë0DN‚~”³\Ø\ï˜×Ÿ,','wp-content/themes/sinatra/inc/customizer/controls/select/select.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/select/select.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0ÓÿJµW\Ü4ž²8øû',_binary '\ÍP\â\Õ{¤#nkgD—NRõ1G‡Ú®#Ek\ílªj\ÖYó','',0,'?'),(_binary '\á C¼@¡ô#\Í\à§[»','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\'‹÷\æ˜){b\\\È\Ñt!\0',_binary 'Ë‚~+b\\IeQ\â9ø‚\ê’À‚i®úl¾9{™­\Â6œ9','',0,'?'),(_binary 'í¤‘?s\Û ¸œÓ¯!\ÒS','wp-content/themes/houzez/framework/stripe-php/lib/Service/CouponService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/CouponService.php',0,_binary '-µ\ÓY\â³5¦g™ÿ\íü',_binary '-µ\ÓY\â³5¦g™ÿ\íü',_binary 'þ\Ìõd†•˜“9£ÞŠ \02nœˆÏ‡\ÉD\Ë\ßw»\ÖK','',0,'?'),(_binary '\íõ5‰\Â\ßJ\ä_TNf','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/bootstrap.php',0,_binary '\ßR\Ï}D!\ß\Æiª¿]¹Y±',_binary '\ßR\Ï}D!\ß\Æiª¿]¹Y±',_binary 'Í±ª¶Qj(\ÊÀ–KK)¿K6Âª\ßñ5*·kóFÉ˜T>','',0,'?'),(_binary '\íú­¸ó\ÌË…À„™¬š','wp-content/plugins/wpforms-lite/includes/functions/list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/list.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\Ýyá‰œ§\Ð\ÉU÷\Ôb\âŽG',_binary 'ñBŒ:{\án\Ô\Zös€(\Õ5UŸWö36#†¬‹÷ƒ','',0,'?'),(_binary 'ú!\å+±\Ï\Î/\Û~Y\Å','wp-content/themes/houzez/template-parts/blog/next-prev-post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/next-prev-post.php',0,_binary '^¾(Q\ÖK\à¿uûú€',_binary '^¾(Q\ÖK\à¿uûú€',_binary 'ñT\Æ\åH\è/ðŽÜ—zM²]\Æó_\\µý\è(\ÑJ¯,µW','',0,'?'),(_binary '¯—Sv\Ùgú™/’{þ\Ä','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Subscriber.php',0,_binary '\Æ\â${¦û9«œ~\étüø',_binary '\Æ\â${¦û9«œ~\étüø',_binary 'r5gõU‘P*–|\é\äq‚´$,õ\Z7C\Â%£ž\Ç¯','',0,'?'),(_binary '\ÇNöê±”)\×\Õñ0','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/js/NFDPluginsMarketplace.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/js/NFDPluginsMarketplace.js',0,_binary 'dF¡/²KyŒþ\áÎž\í4S',_binary 'dF¡/²KyŒþ\áÎž\í4S',_binary 'Á\åûk3•\Ðkž)¯¡ÏŒ\"Z%¢5ª\ä9ú#šñ\àQ®°','',0,'?'),(_binary '	ölÿ\Ö	‰5Px,g\Åe','wp-content/plugins/google-site-kit/includes/Core/Admin/Plugin_Row_Meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Plugin_Row_Meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r	zM%Kö’Kbc\Ãm\Ò',_binary '…Xúevƒ~K\Ô\î\Õ\à‘\Ù(\âZŸ\ÇZC\í‹\rB«X9','',0,'?'),(_binary '^E‡\ìd÷\ëPM9Ç³','wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']õc\Z\å+d¼Az¶Nfa\'',_binary '+Ð¼[s\ÉVïªŒxlñ“\ÅÖ²¹J\Üiü_K÷ˆ³¢\'¤','',0,'?'),(_binary '\r{ž2÷Tµ\r\Äv0µ','wp-content/plugins/revslider/admin/assets/images/sources/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/images/sources/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\È!\ÙyR\Âðp´E÷z','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í\äu‹y÷QuB»K1.tº\ç',_binary 'PO+ðì‹©\à\Ôs¥Cô\\£qv‡kAt±&÷¾6\ï©\Ì','',0,'?'),(_binary '»‹\çˆD±XM¾’(<','wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½GE\Øôa\î.\â–p= ',_binary '–£BF\Ïl\Ù^Š”}\âÓ¡…<²J\èPŸº\è\Ç\Éóõoa','',0,'?'),(_binary '\Æ\nÍžŸ®ª•œdÅ°ƒy','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/SelectorNode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/SelectorNode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0œÇ¢\Ùüñ–þn\Ãbm§',_binary 'Jš¿ž1°\Õhp£~Â¶~òQ<Ë\Í/K\Zª­·P ','',0,'?'),(_binary 'Nkúw5†n.øMm-X','wp-content/plugins/updraftplus/images/addons-images/reporting.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/reporting.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Aˆ\ëS\Ê\ÐÁ…°Î¤%¶d\î',_binary '\ÚWÂª€\Ï&i¬;ø2v\à6ž\È\Ø6µ\×6‘ššM¡Mõ','',0,'?'),(_binary '?Ÿk1340J«¥','wp-content/plugins/wordpress-seo/css/dist/academy-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/academy-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?ž\ÒË—V”P\â\È\0¸\'¬',_binary '+œ\è4¨\ÆT™#]Xå¼¾Ig~²|„}µŠ+\íü\îC\Ë)~','',0,'?'),(_binary '7‰Z\nsÝ™\\õ\Ä1\r\Z•','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregateInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregateInterface.php',0,_binary '\Ã^bo¹þ%\ÜE³',_binary '\Ã^bo¹þ%\ÜE³',_binary '~|8\Ë\Ý2•“\n}\à\ÇóOcR\\«,\Z\ï×®\íHsTµ¿','',0,'?'),(_binary ':²X\æ2\ìM\Óþ\Ö~û\È','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢¡÷2\Ì4vLhN\Õ!\Æó2|',_binary '¯\Â\Ë3iA(\Ö­\æp\í\ç–GDŽÿÚ”\îð´÷£\ïÁ','',0,'?'),(_binary 'A_\Í\ÍJžI4M™AX‚Hû','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[rú±‹\Ü_¬¿N4ö\0·K7',_binary '\ã	\Í$ƒ•\\Áyscc\ÐôRôV\Û\Û6´ÁþÙ½@I«\æ+‰','',0,'?'),(_binary 'Br“\Ø,¢z\ãXG#Nj>','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C±c,û!d¯;}`[n$”',_binary ']\Í%zð91¨5\Ñ:òŒñ±:®œªû4VÓ\É\íD\ÔT','',0,'?'),(_binary 'Cžy²\Òõ8\Ý\'a¼\Êý','wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q~±f‘¦œ¥\ïŒ\Í\î\ë“\"\á',_binary 'p,\Õ-\ÚgW¿‡ÔŽõ¼W‚\Ò.cýE‚¢²\âM','',0,'?'),(_binary 'Gl\ã‰\ÂP\r+\Ò\\–)','wp-content/themes/houzez/template-parts/header/partials/mobile-user-nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/mobile-user-nav.php',0,_binary '‘\êQ‘\ÙS$†œ\'¡ˆ',_binary '‘\êQ‘\ÙS$†œ\'¡ˆ',_binary '°–7OJ\ïz«y¡1B¦g‹\Âh»¿?	\ÄYy0','',0,'?'),(_binary 'L\Ö\Äüý8\à\ï€õ\\¨Ý¼+','wp-admin/images/imgedit-icons-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/imgedit-icons-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',\ã\î\'ƒ£6U¦½ý\Ã\Ì\át',_binary '“?\àØŽ).l ô\Ð\Ï%¸<²(_\Ú 6ÿ`^c7','',0,'?'),(_binary 'M\Òhdú\ìšX™¸öÒ”©','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaPropertySummary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaPropertySummary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þn’_NP©\Z~&k\ÍÂµ',_binary '\Ò*n…õ ?#Z¥\ãS\é\ídú°V>e\ë>ü?Jƒ','',0,'?'),(_binary 'NÛ«\ä¬\îò[\\\ÆP-','wp-content/themes/houzez/template-parts/membership/create-account-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/membership/create-account-form.php',0,_binary '¤1Ùµa·\nŒKEMgŒ±',_binary '¤1Ùµa·\nŒKEMgŒ±',_binary '†’[¢LSKÜµ\0Œ(Ú¾b]\È\n®4D†\èx]X,Àq','',0,'?'),(_binary 'VS üV©°\ÝP¥T£','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[òˆ5!\Þ>h%7 \Ú',_binary 'F¹7¾UÜ‚\Äù4•\ÇS\Ê\nj\âƒô¨Ñ§¢\îÛŸcQ','',0,'?'),(_binary 'V\äµ	\ãF‹<Tp *¥û±','wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý39¼BDkú]\r ',_binary 'f\"ˆcpˆV\Ól\Ç+ž;³NÁù»úVi\ÞðD¾\Çû¤	','',0,'?'),(_binary 'Z \Ô]^Ç´\é*ý','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/plant.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/plant.svg',0,_binary 'K\Èk‚%8\Ù2\Õ|ú9Ò…ó',_binary 'K\Èk‚%8\Ù2\Õ|ú9Ò…ó',_binary 'V/h™‡º¹|ªlš\r&ÀO¦\Ù9\0õ\är-Re\Ýd\æ','',0,'?'),(_binary '^«~$\×;\Ñ#¤[ ','wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-modern.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-modern.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥%6 \ëÞ‹E%\å+\ÒÿU\Ø',_binary '\'`ß¿Rºq\åN»,ð½\ã€J\î\é#\ÒM\Ýô\Zpn70ˆ','',0,'?'),(_binary '_\Î)q!|€‡cH\Ý\Êƒª','wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&ŠT.â¾©\çÁ‹“ \Þ}¨',_binary 'ZûûÝ†j\\û\nµ‰†ñ‘Æˆ\î´\ãD˜Ö¦-‹´p','',0,'?'),(_binary '`\Â\î\ÖÔ”ñ%$.ðöi9','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesGtagConfig.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesGtagConfig.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï\ìN\ÎA¢:N\0±\Ûg‹\å—',_binary '\ç\ç![ øtDÚ™‘”)nb\Ëta‚\È\\ŠÑŽr•','',0,'?'),(_binary 'k£ì¨€\à1Œ\Â\Ó#\ä\Ý','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/build/utilities.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/build/utilities.js',0,_binary 'ü÷U/#1{\Åv\È\àš/I',_binary 'ü÷U/#1{\Åv\È\àš/I',_binary 'nµ\ë\ï¢ò\Å×–r\ÃE¢“O£TO˜1,½“`\Ø\ÔG¨','',0,'?'),(_binary 'm\ÔÃ±…~–öòR¥?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o¤\ê\Ç\n2‘ƒ\è0·\êôø\0',_binary 'aG\ÏÖ´\nOkø&1•“\ä`3ƒ*¿‰Ò¿f\Ó™\é_W\ï','',0,'?'),(_binary 'pl\Z§‘ ú ’À7ÿ™','wp-content/plugins/google-site-kit/includes/Core/Storage/Options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M\è:\Ï\ÚT\ïû\Ç)\æ\ë#',_binary 'UV¹\Êg\Å\è5DS\Ã~a}D\î\'ˆa™ù\Zz’]5g','',0,'?'),(_binary 'pÛž\Ô2N<:Z¥7»r‚','wp-includes/js/tw-sack.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tw-sack.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹‰¥½„ö\ë\ËÁ9>À\æ\é‘',_binary '{¢n]\Ö\0Öˆ˜\Ýn»\r\Ïµô\É<§wË·X)ƒ\à\Ú:','',0,'?'),(_binary 'r=^…\Ö*_‰\Ú\Ä\n4Y”','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/bootstrap.php',0,_binary 'ä¾½¸µ\à\ç\Å&ˆ*&5\ç',_binary 'ä¾½¸µ\à\ç\Å&ˆ*&5\ç',_binary '\æ.ET=’oKG§Y\\4\Þ\êH]+Õ‰1V†5YÁz','',0,'?'),(_binary 'u]Ec¹[V\Ì\ßÝ´ò\ÒðX','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/RefundService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/RefundService.php',0,_binary '÷Un/•H…#;¬ñ>ø¹þ',_binary '÷Un/•H…#;¬ñ>ø¹þ',_binary '\Ég0ððW^ %\åb%\Î`\î¡p\ï^\ÐØœ\ç³','',0,'?'),(_binary 'uŒ)8FG9¡C°(¶š','wp-includes/js/wp-ajax-response.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-ajax-response.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ä½Ô“Zd\ìƒ\ÚýGd\Þ\Ø',_binary '[2¹\î\èÞ¾û\èb†	(keHzt­\ÇL\é@\à¨q¹\âž','',0,'?'),(_binary '‰”_,‚\î\ègc\å/\Ï™','wp-content/plugins/elementor/includes/managers/widgets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/widgets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›¿!P	\ÄK\ìe™\és9ù',_binary '¹\æDD\Ì\Æqyb\Î9ƒ³®\ÃE\0Ÿ6òq\Ögbdªj','',0,'?'),(_binary 'Îõ+“’d9Â£\é«G/','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure06.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure06.svg',0,_binary '\rúrü1\Ôñ Iôi\n+oª',_binary '\rúrü1\Ôñ Iôi\n+oª',_binary 'žù\Ü\nbBŒ\î:&#Ž \Ü\0\Ð\Â\çe(¬’n˜Ž\Åq¼','',0,'?'),(_binary '”³;«$3H!•S8[_','wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rð2»ýNˆ¸ZH½\Z\Ý',_binary '/‡ÿahókr´¸dMU§—Ò™€°øh´\ÎY','',0,'?'),(_binary '”&²¢¯OúZ=²Ds.\Ó','wp-includes/blocks/search/view.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/view.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹aÒº›ÿf†Ç„\×vð\Ó\Ò\ë',_binary 'ZšJÏµ\Ó-\\œ;{­ôÃ³\Ò}?¼\ïõ‡HøÁ\Ù','',0,'?'),(_binary '–©Fü\ç@N\Ê\Ý\r\Ëú\î\É','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/DroppingStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/DroppingStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0F«Cž\êšD	|¼',_binary 'Lµž¤\ÆYI(¸ú\Ò\ÆÄ¸ª\îxŒ–@µÁ¸9›\ÞNo\É\æ','',0,'?'),(_binary '¡\rRE$¦›‰êŠ¼³\ì	\Ü','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_queue_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_queue_24px.svg',0,_binary 'ô¨\çÜ“ÇŒ¾ƒaKú-*ig',_binary 'ô¨\çÜ“ÇŒ¾ƒaKú-*ig',_binary 'i\ïñQ¶™ûZ&\è÷6oLCR+w\nø\r\ã\é|\Ó3.\rm','',0,'?'),(_binary '¡\Ãc\ÔOš@«/ûlMð','wp-includes/blocks/separator/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅE`f\ÂÊE\ë–™',_binary '\×\n\â~Ú¹‘`7·\ç\å‘|p\î\Ô\à„P\ë*6Žp£‡.','',0,'?'),(_binary '¥\Þ5CÉ©#öPÅ³/¯.','wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sî˜°\æE–×µ%„*\ç',_binary '£‡Ü°wû¦NöýHŠy\Ö?~O\0VlUŠ¿\á–\Ì\Ö','',0,'?'),(_binary '§†,±¬e\éyT\Ú5Ÿ','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-pending.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-pending.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„.`#\è¡[`2{sp–ò',_binary 'b™sç¶‚†uM\×.w—¤\rn¦\Þø9ON`\ÉˆLX†º','',0,'?'),(_binary '©¬³ô‘9\Ä~\0{@\Ù\Ûò','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â®«…óuMº—¤¹\×',_binary '¤JEz•¤»ˆÙ™6Àžÿ­¼\Õ)P§û)÷\Ã\0Ž\Ã','',0,'?'),(_binary '±G­:ü\Î&›ª\ê‹\ê\×\Û\È','wp-content/themes/yith-wonder/parts/footer-3-columns-centered.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/footer-3-columns-centered.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\×M\Ê}ºr;®7po\æõ',_binary '±\äEd\ÃË©/Ô·eF¢ï– \átöˆZn\ÌVs	#0\Î','',0,'?'),(_binary '´42Öœh`\å#JŒmþŠD','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Uninstaller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Uninstaller.php',0,_binary '1\Ï\Å^W8LÉ”ti©¨p',_binary '1\Ï\Å^W8LÉ”ti©¨p',_binary 'v)Š\á³P\æW\é—\äu§@88TŽ\0´\Ï\Þ3‰l3TW','',0,'?'),(_binary '¸^ ±‹qgŠ\Æ`oýZµ‹','wp-content/plugins/updraftplus/images/addons-images/all.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/all.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\àm	\î\è÷Š)\Õ-‡i’ø',_binary 'a¹¦Z\"\Öð\Ó\0¨˜\Ó¡\Ö\n›8þ\Ú\'o\î\ÇY\Ú','',0,'?'),(_binary '¸·\áClo¦¶±–¯\é\Ò','wp-admin/nav-menus.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/nav-menus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x(Ë™’þU\ËXÛ¿\Ï@Z-\Ú',_binary '‰£Ï¬‘K8\ãp\é>lvO3œöiufö!Žø\Ä\ïõ','',0,'?'),(_binary '»øüLpÀŒ\î‰\ÊF¨›','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/AMP.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/AMP.php',0,_binary '\Û`=¥`6Á¬…³õ,F',_binary '\Û`=¥`6Á¬…³õ,F',_binary 'z\\VJžPŠIš\ÛzÛ©;¾¨†a\Ýc‡²\Õp5\åƒ\Ù','',0,'?'),(_binary '¼©£?t£NR„“R/','wp-content/plugins/wordpress-seo/js/dist/languages/pt.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/pt.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b´ŠS\0\ÊØ¬ö\ì)Šd½Ž',_binary '¾“‹±[\Ö<{½=™%§\Éwr?Q7LG\nÿ†\ç','',0,'?'),(_binary '¾ö*ûŠ]ýûž\Õ\ë}U','wp-content/themes/houzez/js/vendors/slick.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/slick.min.js',0,_binary 'Õ¦tžD\äqY¯ŠeyÝ¡!',_binary 'Õ¦tžD\äqY¯ŠeyÝ¡!',_binary '#«@\Éá£§3õ\á\ï\í¦\ÊV\ÍS,[\ávBÔƒòÆµ','',0,'?'),(_binary '\Â9vM-ÁTEžû—;i	','wp-content/themes/houzez/framework/stripe-php/lib/Service/TokenService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TokenService.php',0,_binary '[x)5Šhœ\'\Ù\íŠw+?',_binary '[x)5Šhœ\'\Ù\íŠw+?',_binary 'IiB¢\Ý\Þ\Ô%Ý½\æIV+°¯½®¤EeþÁI${\í²','',0,'?'),(_binary '\Æ…€¹ú,²\ï;ùi','wp-content/plugins/elementor/modules/notifications/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/notifications/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aý\ßu¿~²}8\'è¦‰!',_binary '\Ô\à\ÔZ\Þ\n_œ0\\\Ði@\ÉPÙ‡ô“Do2«cQeÁ','',0,'?'),(_binary '\Ò;öÐ–º0óŒ×˜•dºÀ','wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php',0,_binary 'raÿ\Ö\ÔH\å\ävýŒó§d\0ù',_binary 'raÿ\Ö\ÔH\å\ävýŒó§d\0ù',_binary '¬\0µ\Ío·¹7¾qñ´¦ \Ä\æ\í\Æ\"µŠ2¶Ÿ/J&CŒJ','',0,'?'),(_binary 'Ø¸õ\àñ ¾5>h±\ÖR#™','wp-content/themes/houzez/framework/stripe-php/lib/Util/ApiVersion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/ApiVersion.php',0,_binary '\Æle¦ê¢\äNúœ“o@_s',_binary '\Æle¦ê¢\äNúœ“o@_s',_binary '¤\×õ$H™$\ëþ\'ˆ‡Y\ì”OS	¢\Û\Ð+£\ÖO¤¦','',0,'?'),(_binary '\Ù\ç\Ê[s&iµu)ùn','wp-includes/blocks/video/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—¿A\í+kÎªYv~)Œ\ÃùC',_binary '©]\ÆiÖ¦z \Äùq¿õ-|k€ðÏ£\íõ<¸B','',0,'?'),(_binary '\Út\äSi\çcV\ß\Ç,mÙ˜\Þ','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_888888_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_888888_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œF\×Ê´>\"¡K­&\ÒÔ€m€',_binary 'S¦²ns\r\rn-\Z¥\ÝK\Ó\å`Š]D\Ñ^ziN~‹\Ù/õ','',0,'?'),(_binary '\Ý$Î¨óA›¯^Umº>–½','wp-content/plugins/wpforms-lite/assets/js/admin/notices.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/notices.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zhoÎ‰û¿i¤¶_u7\×',_binary 'q\áck›\Ç8­Aÿ(÷m%\ÎWZ.Dž\ÖSwWÇ','',0,'?'),(_binary '\â&þ	Y\Ùtz(¡\Zø\æ€','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éZ\×}\ÛR\ê\Ø.%…\ßÆ¿',_binary '§\ÙQžä¥j¿§û¹T…§8ö\'rF	5”\åôc\Ñ0™Eø','',0,'?'),(_binary '\é`\Ø1Ü¸Q±¶\Éø%¶','wp-content/themes/twentytwentythree/templates/archive.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/archive.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºÎ€»ª\"v0+¶\Ã\\Ý€ú',_binary 'C\Ü*þw9(ß¢\ç~AOI\Ó\ã®oý/K¡\ä\0\Ý\"bö','',0,'?'),(_binary '\ëqÅ¡’bû¿\Îb53¢\Â','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\Ý(\ä{µ\ÅGvB\ä*z‰\Ñ',_binary '\ÎJYý“þ\Õ\âLV\ÒV1@QP\É=\Å\Í\"\ÖL±˜\à\Ð=','',0,'?'),(_binary 'ù|hý“5\0‰3	Ðº6\'','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes/Plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes/Plugin.php',0,_binary '\\º>\Üô`ju³$\\«\Ì',_binary '\\º>\Üô`ju³$\\«\Ì',_binary '¤óœ–óe.]©$@\Ý9BŒ™‘§e\Ù*È±1I©ô¸—È¡','',0,'?'),(_binary 'þ¥I<½\Ö\ÍU\ÂCMdZ¤','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xšq°²š=°úo-É†J',_binary '–ð\0š‚N\Ê64gA¡¾Ü®H!‹^DÛ™ý›*¹ª¶\Õ','',0,'?'),(_binary 'ÿ´-¹†i>bsŒ›1\é','wp-includes/js/jquery/ui/resizable.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/resizable.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô<\Z\ë¼J°¡\×g\Ö\Ö>[ ',_binary '\åP½\Í\ê\Þ-¸sB±ŠIJ™¸1¼‹ŽÞ\ÞWCŒ','',0,'?'),(_binary '(\Zü2ø9)´”	Þ²@','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-processed.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-processed.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é¤.xG_¡Á…\Ù(I«¢',_binary 'Z$`\é\Ð\Ò)_S)¿Œ\çsYb\ßF#¹wKe\Ñ	ru\Þx','',0,'?'),(_binary '@œ\nb€\ïU8=\é!³','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-address.php',0,_binary '>Æ¥œ;\ä½s¤Ê¨”\Ð\Ò',_binary '>Æ¥œ;\ä½s¤Ê¨”\Ð\Ò',_binary '\äG\æ#g\Øbÿ³ƒÙ·\Þpò¾[ƒ+¡\Z;\ËYSuM5\à\Í\æ','',0,'?'),(_binary '€	­øG)|Ÿû\Ñ\Â\"^','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\Øm~a%µ…qªU¾¾\É\n',_binary '\Z1¤Úƒ~\'C¶\ØQÄ‘gz#	@|\è\Ý\ÍEH\ê¢+PS÷!','',0,'?'),(_binary '\ä\É*A1ò^)þÍ¡','wp-content/plugins/updraftplus/options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñh\Ã%™\Ñ?/•\Ö@\Ó\ä4¢',_binary '”\à¼Z\'V;\'\ÜTXÆ›\"ù¡“jùªf®#\Å\Ü\ÌÕ²Q','',0,'?'),(_binary '\é]\×\'øK\ß\Ñ4\Ã^½','wp-content/plugins/houzez-studio/admin/js/i18n/nb.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/nb.js',0,_binary 'o\Ø\"`µ#Zúx\×\ìY@',_binary 'o\Ø\"`µ#Zúx\×\ìY@',_binary '\Î0ú\Zyo»N8y®D\0•ý™£\Ã\ëF™\Ù\íyt¬','',0,'?'),(_binary '\Z¬\Âe¶¢$‚Ÿ•ôø\0\\','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout/CheckoutServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout/CheckoutServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿb\ã\ë]U·§iÎ”5v¦',_binary 'pªÀ$HB‘\Úƒ}xi\çv¾¢\Ø~+]ÿ[CuD\Ôs','',0,'?'),(_binary '$\ì\Þ\'\èXR\ÏÑ¥Ê¶Û ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DC¯ö™iun5€±50g',_binary 'd.³úÒ¹\Ü4þø?\ë-Í¸e8ˆô\ÍQþ\Ó¤áŒ¦\Ø\"','',0,'?'),(_binary '*‹žv˜ Lþÿûg\é\Åw','wp-content/plugins/wpforms-lite/assets/lite/images/sample/flag@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/images/sample/flag@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°f–²¦¸\'¹^8rÓ…',_binary 'ö1«”U(\×ÍÀý\Ñü\íŸ\îJK©\Ð2ù‹ ‘hu3þ”','',0,'?'),(_binary '4€J\Ç-<O³iDfü.‡','wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛK¾°\Ê\ÇQ\áF–@\Ë',_binary '—n^@jòG ¤\ïMXWAþ\rnƒ$RÍœ˜, |tr','',0,'?'),(_binary '=_\ãø’»›o´8MY','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/NullMessage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/NullMessage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó;/Ö¿y\Ê\Ñ\æÜ©\Ñ\Z²½',_binary '¶ú\×.®¸7q/‹@žû°|\r\\\Öz»x\ãŽ¿W','',0,'?'),(_binary 'Z&\ß\åÂ®•@_úbTe','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeObject.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeObject.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰Ø€.\ÍR¦²³õjö\ëO',_binary '\ážU\ç/»‘ixº´´qôÅ»U0€[u\Õ}?\Æh\ÑV\0–','',0,'?'),(_binary '\\8\É\ÊUAŸ\Î-_\ë®P','wp-content/themes/houzez/property-details/schedule-a-tour.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/schedule-a-tour.php',0,_binary '`…qò±U\ÓöKs\Ï\0*¢¶\Ç',_binary '`…qò±U\ÓöKs\Ï\0*¢¶\Ç',_binary 'Uº52”´tcj-ñ\Ñ#\"t\ØlJn8õ÷ò\\3','',0,'?'),(_binary ']zJ„S3\ã\'¶k\É>','wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C(`\à¾|UvšwŸ\Ê\Ü',_binary 'aµ\'\ZŽˆ<zdŠ°ýƒ3±(\ÑC\ç;x@`T\à¯ö^ù\Ñ','',0,'?'),(_binary '_?q@OH1Ì&<aö\éP','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V\Õt„\ç4Qî®¶\ßÀ§B',_binary 'Á\ä‡ü5.6xY²\Ô&|\ZHŒ\Ìp9tY‰\\Ï®?\ê\\','',0,'?'),(_binary 'cŠ\Ö ÈµŽE9jz[‹','wp-includes/blocks/code/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '! –)\Ðø\ï>ò8ü\îo$',_binary 'õ 	%\äB\Ü\Ê\Õ*\Ë0£Ess\Ë\éx„£-\ïšöœ\ã\\s','',0,'?'),(_binary 'ho\ÜV!ú\ÇÁ%,M2','wp-content/plugins/elementor/modules/floating-buttons/control/hover-animation-floating-buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/control/hover-animation-floating-buttons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ\ã\Í@\ß\Ùk;‘”vZ\â\à',_binary '2ø=9ú–Æ\Ì\ÈZ\Â+-$H¢\ìKR\Îÿ¹“\Ç`\Ö2','',0,'?'),(_binary 'l\æjKDøW\ä\ÞÂ ~Ÿ','wp-content/plugins/revslider/admin/views/features/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 're(ú·|úøB7ª‚','wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j¸–b\Øg}ƒO“¨¦\Z',_binary 'œr6\×b•L\çÀ\é(o\Õ\ÛfI‘‘ð‘DQ\ì­','',0,'?'),(_binary 's\Þd\ê^gn\Îe]o','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›ð=¢Ebc\ãa;;\Ì\ÒÉ„',_binary 'Wd–pòð¥\éÆŸ\n¡\Ô\Û\ÛõpJ\'¤Rj%\Ô\Ó\\ž3¶','',0,'?'),(_binary 't¸´\"ü\Ïx]¶\\¹Hñ¥ƒ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/browser02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/browser02.svg',0,_binary '®_]ý¦$_\èB„‘ÿ\å',_binary '®_]ý¦$_\èB„‘ÿ\å',_binary 'A={9©Êš¢Ú¹s‚&þC\ËJŒ0ýžñKGw=AùIW÷','',0,'?'),(_binary 'w\Ñ7þv+q1’\Z³Š\Ñ','wp-includes/blocks/list/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'au–p¹—}¨±	C\ËwA',_binary 'È¾Ej\çgnz\Ów\ÒX\ãQ‡L\á¡þÄ¿™ n¶|hƒ','',0,'?'),(_binary '}|\è¼X—#aaS\Å7\rU!','wp-content/themes/houzez/framework/stripe-php/lib/Service/TopupService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TopupService.php',0,_binary '\çe_ ¬Œ\Ë8Ó˜Ž\Ñ=c',_binary '\çe_ ¬Œ\Ë8Ó˜Ž\Ñ=c',_binary '¬u\"8µp©{Rñ\ßQ\Ñgºq-\å%˜Ôœý\0\Ï\ïz\×[$','',0,'?'),(_binary 'ƒ¶4r\èˆ%\Þ\ã\Ó\Éj¸ž—','wp-includes/SimplePie/File.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/File.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…*¦Ê™\ÓZ\0(hK\Ô\ÈHR',_binary '8^V\È\Ó‹õ´c§\ä«\Ù\ÃÃŒ?os—„sþ\à\ÈS','',0,'?'),(_binary 'ˆ\ÞKS+¡e×ŽA†@“Š','wp-admin/css/colors/light/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/light/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\0|â·¾AHXsskWvD',_binary '*’.Oøˆýp[0\Ñ\Ç\\:\ße*’,\î\ÆIµ\è@','',0,'?'),(_binary '’!û|_\rGTŠÁ[ùIo\r','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/PerformanceFeatureHooks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/PerformanceFeatureHooks.php',0,_binary '³$Áy¡\ØBšþ<Šh',_binary '³$Áy¡\ØBšþ<Šh',_binary '\ÛÔ»\ÝO»\Ç\ÃÞ®w°0\è·U‰Gœ^‹M‰k&÷\Ð\nh°','',0,'?'),(_binary '›» \Æ\íFe±	57[\é','wp-content/plugins/wordfence/lib/email_newIssues.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/email_newIssues.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÇFŽzQ¯\èù\Ö}  •¿\Ð0',_binary ']Ç› »\ácI\ãŽT¤–)Í£xn%}I\ëmFb‡\É','',0,'?'),(_binary 'D*;v(´.Ò²ŒN','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	ø\Úö~\ï{S™%Ì…¾e\Ê',_binary '–sH\â\éi£	÷|Jöu}Hj\î\â-\Ý\"\Ô\ã\Ë\Âe\É\×','',0,'?'),(_binary '±»´C\ÏN\Zz\Ö€\Æø','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Cache.php',0,_binary 'Ÿeòt\å\Ãü™ö\ÑC4®',_binary 'Ÿeòt\å\Ãü™ö\ÑC4®',_binary '\Û\Ë\Æ\æ\è‹\Ø\ÞLôO²ºÀ\Ù\ï\î\å·5§N¤ö§¨[\É','',0,'?'),(_binary ' -9þR\'=„‘<','wp-content/plugins/revslider/public/assets/svg/av/ic_library_music_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_library_music_24px.svg',0,_binary 'ž ´¸¬Øƒ#Œ§rw‚ú',_binary 'ž ´¸¬Øƒ#Œ§rw‚ú',_binary 'T§«\Î\×\r-\ÌQü\ê×šH}´÷{ˆ5,\×\Ë\ã2','',0,'?'),(_binary '¢ýñ\çUNEA\Èg\ït','wp-includes/js/customize-selective-refresh.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-selective-refresh.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' …¾C—q\àöMsµ}\ÍØ¾ƒ',_binary 'yÊòù0`Z™©Ý¹zÀ\'òÕ¡\Ô\æ~òpx¢~Q1I','',0,'?'),(_binary '«ˆ}p\Ãý\Ø\Óo\ç\Ýñš','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sr-latin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sr-latin.min.js',0,_binary ' 	´dP‚\ÛP0WqR\ÉJ',_binary ' 	´dP‚\ÛP0WqR\ÉJ',_binary '?\Ð\"µ\Û(\rq\éK­ü^i\Z\ÓÀ³w”öNyJ¦À‚\á','',0,'?'),(_binary '³\Ù\äG˜s\Ëv0}\ÍÃ‚','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_transit_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_transit_24px.svg',0,_binary '%…\Ýa¤_\ßq?ñ=±',_binary '%…\Ýa¤_\ßq?ñ=±',_binary 'éº¸”\ÝHLûÁ\ËùºK\ç*ºý¼žsœ+3y\rjÂ†¶5','',0,'?'),(_binary '·W,BbŠ?•\Ø\Ü\ã†_h','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-layout.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-layout.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñYø«X(²˜\Í/\Å3vp\0',_binary '’`’«hýô¤f\ÆÝŒ\é¢\×\ÝÄ¨<v\nwý¬‹\Ó\Ì#','',0,'?'),(_binary '¾¥·sŽ\Ùgw_Àº%<c”','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Cron/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Cron/Subscriber.php',0,_binary 'Id÷¢h‰\Í2©p\Å\Ãl{\È',_binary 'Id÷¢h‰\Í2©p\Å\Ãl{\È',_binary '/\í~¦\ÚÁÀÖP!ð\ÂWˆ‚\ÏaEôj³\ÎvE','',0,'?'),(_binary '¿·ú–`©\Í\Ãû\ÓbWó\\','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunPivotReportResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunPivotReportResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»if\Ûlx\ÍL±‰dÕ¡? ',_binary '>\Å\'¥Ä¡glf\î\î\ì3\Ö\â;Á\á\Ûc8,ÁO\Ø\ç\É','',0,'?'),(_binary 'Àòv—Úö\ÇÁvº¡J\Î3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—%ôk7Û»­\ë+ÿ¤\â',_binary '\í\ÌhË¨d¢0¯\È*…U|›²\Z\ß7!sJËÌ‹….','',0,'?'),(_binary 'Ç™\Û\è¬G4ƒ|@Z”/A','wp-content/plugins/elementor/assets/shapes/clouds.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/clouds.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J4\ê^\ìuþ\ç‡R\èü5g\è',_binary 'õ°u\Z›˜Œõ÷ünDA‘Šc†¯\âlÌ¢\ÓV\æµ','',0,'?'),(_binary '\È%õn½(Ù£š”\à”‘','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Search.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÕŸF·G\ìs\Û4¸ö\ëJ',_binary '¦u\Ø8·k“©µ	ûP\â\Å6þ\ÓcYTH\åtò\r\"(:c','',0,'?'),(_binary '\ÌA\Âo\Ú!\ÌV\á\êÅ³`v','wp-content/wflogs/ips.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/ips.php',0,_binary 'lC¤db\ï.§Ë´\ëƒv',_binary 'lC¤db\ï.§Ë´\ëƒv',_binary 'Z][W‹Pš}\Ã,ûþ¿–žƒ7*öq\ä\á\n\ã\æÆ‘¡\á','',0,'?'),(_binary '\Ò\Ë_9²w[o±µ\Ö\Ñ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°7\Ü`\"pˆqõ!€Y°\ã\\',_binary 'ð?³Ò¨\ÜX%©oAö\Õ\âÓ–\Ïr%ŸtO.9lÞ¼','',0,'?'),(_binary '\Ù\Ü¤\è)vJªñµ\ë \ì\ì','wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý#Êºu³ÁPv¢\Ü_¹‹.',_binary 'k7r¬0 CkŒðAøF3<ø¿nVig\ÓO÷¬‚Vd¹','',0,'?'),(_binary '\Ý\Û¥\ËÜ°‰=\Î,\Ç?,','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v1.php',0,_binary 'øIJT\Æý‚X(ü#\Ã\"',_binary 'øIJT\Æý‚X(ü#\Ã\"',_binary 's÷sn\Äm|X¿0Qú0†—¿\Ç-\ë\èöL\\ø¬y_','',0,'?'),(_binary '\Ý#º$\Ù\íü\Ç\ÚÿÄ¦\ZRt','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|3\ë\'­\ã>G1Á”‡‰',_binary 'ÿk©³:\Ô\çURy\çc\ÛùCó£-ZF[…`¿\ï\\\ÉP','',0,'?'),(_binary '\îDj¿N\ÙT9\ÌSšAI ','wp-content/plugins/wpforms-lite/src/Integrations/Loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚\ÞþB\\\r\ÑQûœ54Ø©;',_binary '={KòË•ˆ2^ 2#\î«.G|¥¯/¿~Ž','',0,'?'),(_binary '\ï\Ýú±8l\r?\ËS”²\Ìh','wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'FÁ\áL—H†¾6„•\Ã',_binary '=žƒlC>Àe÷cõž]µµ¡’{öXƒOI\nn·\Ó','',0,'?'),(_binary 'ø(wj$qT#¹\ï\Ï$','wp-content/themes/yith-wonder/assets/images/icons/post-date.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/icons/post-date.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ì§SŒ_Ytz|\ëˆ_W',_binary 'ñLþ\É\ÅbWe‡Q_m‡G¹¹¨DRûJ\ê)^WõÀ\ã\0\Ô','',0,'?'),(_binary 'ø;s£B!Uƒ5OT\Ê','wp-content/plugins/wpforms-lite/includes/admin/class-about.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-about.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\ç}¦¬¿Ÿ\Ó\ÓX½JŸ-',_binary '¹Cm\èVK—\ÛLG%Ú¤çˆ¤øl²Åµ˜‰\Ö\0\ëµ\Û','',0,'?'),(_binary '\×\Ä\Ü¯%\\v+HƒK[','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/OAuth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/OAuth.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`\èÆ¦W•ù)£Ú›É—&X4',_binary '*m\Ç7¿}¤·O?nr@·„p\ìn\äÖ¹­Kÿ\\j\ìG','',0,'?'),(_binary '*™h õ\ï<úˆ|','wp-content/plugins/google-site-kit/includes/Core/Admin/Screen.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Screen.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' `\ryW,ky15&',_binary ']\n¤T‹0#\Ä?‹`C›Ì˜\äó(\Å\Î°¤”\Ü\á','',0,'?'),(_binary '­t’YSQ/[Š®R\ÍC','wp-includes/blocks/gallery/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\çs\Þú°˜\Å6Tc‚\"_’',_binary '*y²&Uñ\ç\Çù\×X\Ñ°]§\ìÀ\Ô]dkiŠ\Z','',0,'?'),(_binary '\na§Àte¾\éEk\ÙgB¯','wp-content/themes/houzez/template-parts/listing/partials/item-btn-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-btn-v1.php',0,_binary '\ìbr»¹)P[½EˆMZ/šù',_binary '\ìbr»¹)P[½EˆMZ/šù',_binary '—jÀï¢ºV\Ä ¯&À!û >«G\Ï.¦&\ë…\ä5','',0,'?'),(_binary '“¡\'¥\í½AS\ßl®\â\0','wp-content/plugins/wpforms-lite/includes/functions/data-presets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/data-presets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼,Ú•1)¨£ù\Âñ”ž˜\ê',_binary '¯3ŸŸ\Ì+Àøõ9º_fX\è¦(ú¤E*ú´K+E\å%fÌ¨','',0,'?'),(_binary '\ì\ÜWõŠ\ÃÀ“%\æÈŽ\Æ','wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“ \ë!‚ù\Í‡)~	\×3?)',_binary '½\Þõ\×-|$_õv\Ý$õE\Ç\nu,!˜\"CÁ&?±A','',0,'?'),(_binary '\0E\0„3¼ªó™#œÁ†','wp-content/plugins/houzez-theme-functionality/templates/changelog.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/changelog.php',0,_binary '\Ä]¯\r3q£€r£\Î-k',_binary '\Ä]¯\r3q£€r£\Î-k',_binary '\å*µrI`\ìn*\Äg¶\æ#¹>!\àJúðò\Æ','',0,'?'),(_binary 'šÔ½\á²\çG3P‚*²\ßK','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñ¿\îCT\Õ”rW\'\ÔÁdc¶',_binary '¸×°€XH®j…\Îó¾\'H*Ú®A\Æ\Ä|BSng\Ü','',0,'?'),(_binary ' GZ3•A½¾pkY\"','wp-content/plugins/elementor/core/debug/loading-inspection-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/debug/loading-inspection-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚¡r™ÀŽ\áß¯Iñ]',_binary '£×ª(À	›\"\Þ‘˜,šÁ§•\Å\Ì&d¨\Z<&y$\â›','',0,'?'),(_binary ' o¬Æ•Ÿ\Ìt_¯º\0.\Í','wp-content/plugins/wordfence/views/options/option-switch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-switch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žþž+’‹\'|\ìª',_binary '\ÓC\ÑZ› \êhauðúÝ£»K\èCif!…½—¡Ž\'~F­p','',0,'?'),(_binary '#µ\ÂK1µý<à´—©','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/PluginsMarketplace.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/PluginsMarketplace.php',0,_binary '£\êÿóNÁ;ð o/(\03',_binary '£\êÿóNÁ;ð o/(\03',_binary '\Å\ã\n\Ç\ÇÙ´¹\áeq\"„q¤û\Õý´·!,³þmÿõ€','',0,'?'),(_binary '*WùiM¶¦²úrþ','wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '® \Ö)\îC¼™\ãCE%',_binary 'Ÿ\n\Ð+”\à\Ù\Ò\î\ÚFX¦Í†\æ\Ý0Q’Ü‡š3S\Ù?','',0,'?'),(_binary ',dð½j“;\n\È÷XJ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDataStreams.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDataStreams.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*ô»G¨ø\Öó½–\ì_.’',_binary 'A\â¶\Çcò\ã¯òO\ÓEPÀ\ÖU\ë\È˜wœ(™\ÌE','',0,'?'),(_binary '.X„:(;¼J\"Á','wp-content/plugins/one-click-demo-import/assets/images/icons/lock.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/lock.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':£ûy8”°²O<-SKN\Ë',_binary 'aj‹’\0°\'ŽZM§r\î\ãv¯\"mÀx•‹K|\Þ','',0,'?'),(_binary '5\ØF‘›\É\Þ\ÜQ#','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/slider.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/slider.js',0,_binary 'Bº|`X¡\ëi€\Ö\ÇÀ~ð´4',_binary 'Bº|`X¡\ëi€\Ö\ÇÀ~ð´4',_binary '±\0a„i¡¢ù†\Ä8O¡NLi\îšQp\ÛB¤\Æú\Ê4\Ø','',0,'?'),(_binary '<Z\é¨\Ý\âŠN|uy™‘\Ó','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclientsAdunits.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclientsAdunits.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç#\Ð0§qiô£Ïš\ÕÈª\Û\Ú',_binary 'm|\rz8GnQ.\Ò‹¶cöN\å\Ön\É&\ÊÞ¯e','',0,'?'),(_binary 'H‹\é\Î~{ppN)\Ôè»','wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’@[TK\nÕ´•]/Ÿªš\Ö',_binary ':À’4›ðÀ_’’|K`Nˆ\r:I6¡´µoH		]º','',0,'?'),(_binary 'Iv\ìª§EX„¯ªh','wp-content/cache/wp-rocket/point2listing.ca/lead-generation/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/lead-generation/index-https.html',0,_binary ' ­8oˆc¶põh„\Ñ',_binary ' ­8oˆc¶põh„\Ñ',_binary '·\Ë\r\äQ\àµ\ÍK¤\Í„.n{‚9\á½\0Hxeÿmœ','',0,'?'),(_binary 'L\\\Ú9v5\nøú±mñ\à¬','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éF¥E\Ürü\à09\íš\ë„f',_binary 'ˆu\ØZ“U‘SMù\àm\Ò\Æ\ÉÔ½¾\Üô\Þ<!¥l|x','',0,'?'),(_binary 'Ož±\ë¢mŸB\æa2|>\æ°','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AccessToken/Verify.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AccessToken/Verify.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ‰«\Ód\Û\ìW7{\0´\"Tj',_binary '\Õ\æ \Äý\0®z\æ\0´qýM¥³‰à£˜X\ãPd\ÊD\ï\Ë','',0,'?'),(_binary 'RPš§lUj¡+\"güx','wp-content/themes/twentytwentyfour/patterns/footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ$½UL}\Æ	C\Ý8\éi¼\Ü',_binary '\áF°\'Ž\ço¬EÁ/\ÄOS÷\Øb‡\ãù0\é>y\ÐF\0ƒ','',0,'?'),(_binary 'T\0³®ú¢Ö¨D©¦/\Ö\Ñ','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_back_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_back_36px.svg',0,_binary 'B?.ž£\í›þGwgÁP\ê',_binary 'B?.ž£\í›þGwgÁP\ê',_binary 'BNˆÇƒºVŽ[öƒ»Q\Ü@‚J2c8B!\r8\Ï\æNtŽ•','',0,'?'),(_binary '[\r%M\È{/tReÀŸ','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ú³\Ë#K^\Þ=÷‡›Ÿf}',_binary '¾\n“p?f›$ša=±òoY¨µ\ß ý\È;a8H\Â­1\Éÿ','',0,'?'),(_binary '\\Ÿ¤\Ð\Z\éŽe	\Í)Ÿ\ÕUp','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'È‘H\ä\Zb’>V\ïDö¢R2',_binary 'rÑ›JÔ‘I/\é\nO‹Y}œxš‚Å†\ë”\Þú‡\ÆU ','',0,'?'),(_binary '^p½·\0\ë­j#\"Äˆ¢','wp-includes/css/dist/block-library/elements-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/elements-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sHø£\ÄHã‘¡¨ ¹',_binary '/ð¯hLLÊ­\ïShH®¼²\ÂJ¤Ôº4 « \"¶?\ÍA@','',0,'?'),(_binary '^wa\Õ\é\ÖA\ç7Uñ\Ø(','wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_more_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_more_24px.svg',0,_binary ' a%\å\Ã-~\æ´u\ïh™',_binary ' a%\å\Ã-~\æ´u\ïh™',_binary '‰úqB \ÚW =Œ=°Gž„L]\Õ½,cü+t*\êW','',0,'?'),(_binary '`\"Œ4~\Å%-46\Ó\ÜGS','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Base.php',0,_binary 'ª”÷\ÐnóªNl·T\äEN£',_binary 'ª”÷\ÐnóªNl·T\äEN£',_binary 'JÀ\Ó5AhX“s¡G=m\å\n)>>”µ¦­K\ïŠ','',0,'?'),(_binary 'h†?÷~\'l\'ÀE\ëU‰','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/AdminSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/AdminSubscriber.php',0,_binary 'y€lašÃ¤	–\ÊÎ„\ÉKQ',_binary 'y€lašÃ¤	–\ÊÎ„\ÉKQ',_binary '\Ôj^`­jq¿{D\æ4G€9&>G™\0$º±M)\êøe','',0,'?'),(_binary 'w‰Á\Ãú+\0\ã˜ò\ì2\ÎR','wp-includes/sodium_compat/src/Core32/SecretStream/State.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/SecretStream/State.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Zjoñ\0˜ºy,¨*•}c',_binary '2p\"Wj\á„€—\ìs\âlf&S@\Ç[\Ç\\‹ª\"W\Æ','',0,'?'),(_binary '{÷\å#\ã(Z«¥\Ï0<ƒ\å','wp-content/plugins/elementor/core/admin/canary-deployment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/canary-deployment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r_\Ø\î2 µ‡À;ö¯#W',_binary 'ôð\Å¿£ó#û\ëÉµA±xiNióa%\Ã\×0=óhª\Ðy','',0,'?'),(_binary 'H9²dû\ÂÞµÁ\Ë`¦','wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-full.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-full.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x¤œn0H5I#]/q',_binary '¥6¢\ÈÃ±L\ÛzJEa\×\Ñ ·ªƒµîš²qF','',0,'?'),(_binary '‹]Aƒ£A$ú\Ð\Æ/5SÀ—','wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DTX\ïþEWeµk	[8a‡',_binary '[S+Ÿ¨W\Ø\Z`m?´¢þ}‚Dü‘ó²\Ùqo…·z\\\0','',0,'?'),(_binary 'Œ“9`\×7¬—)’H-','wp-content/plugins/google-site-kit/third-party/psr/cache/src/CacheException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/cache/src/CacheException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö÷òM}\ê]\n|V\Z£´·\ï—',_binary '\Ù\×\nð\'\åÐŠ\ã6TLŠ\\þdª\Zî¿ˆ„J\ìO$Rxl¶J','',0,'?'),(_binary '\r¯}Ì¼\Ø\\\Ð7ðI¼','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FileLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FileLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%l 	™Ç»\08qþXÀyY',_binary 'QI,½\å\Äf¹¾%¸.šÀ¼h£$Š*Þ¯DÆ²\È=\ç','',0,'?'),(_binary '—\âR\×\ãö”\Øu\Ì\ç\ÃN','wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T³ô\Ì\n{wÙ­v¿+·¨%',_binary '‡_;Ÿºó-ðÝ®’ÿ6\ÇC\ÈLº=¢aóR','',0,'?'),(_binary '˜_¿žP;9®=\ë·­','wp-content/plugins/wp-rocket/inc/3rd-party/hosting/wp-serveur.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/wp-serveur.php',0,_binary 'Mû±õÍ¸Ÿ8\Ç0Fe&',_binary 'Mû±õÍ¸Ÿ8\Ç0Fe&',_binary 'ßˆ¼\î‘Îœl¼Aü\Þ\Ê\Ì\É\0\å¬E\ì“<)–¯ö3Pó','',0,'?'),(_binary 'ž\Ýò£\'± xRJ`R','wp-content/plugins/wpforms-lite/src/Admin/Builder/Shortcuts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/Shortcuts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë½q\îa€y¨ŒÝœ1q',_binary 'ª¿i,¤÷ù¡ï©Ž4ùžQ0”›i+\ä0G!Ra§Ü³','',0,'?'),(_binary 'Ÿ$8Á7¥\ä\ÊO›²_c','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ús–}£ôXe{.9\Å\\',_binary 'V\ß\ç†÷E ’{Cm\æJ˜ü#@²R-#\èJþ3','',0,'?'),(_binary '¥-ƒ\èBññ|tS^¼','wp-includes/customize/class-wp-customize-nav-menu-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉüÔ¡¤Pý\n}õ$',_binary 'ºvG~?t7\0‡Žh\ëªR,û¡|\Ù]9…ôp¾.J\äw','',0,'?'),(_binary '¦ .R[§,1ðCŒ','wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-soon-banner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-soon-banner.php',0,_binary ')vû‘F\ÙóÄ›p\à4',_binary ')vû‘F\ÙóÄ›p\à4',_binary '+7Q\ì¢\r¬þ^\ÐLP°ù*C{ »²0—…l™¶q','',0,'?'),(_binary '¨\Óÿ<ÿrÊƒÛœ.¢™2','wp-content/themes/houzez/js/vendors/i18n/defaults-hu_HU.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-hu_HU.js.map',0,_binary '\ì6·\ë\Ü 7#“AM×±\îû',_binary '\ì6·\ë\Ü 7#“AM×±\îû',_binary '°\Þl\è\Íó\í\ã\ç½?8+\ë†[N7†ÿ5š)°)\é|\Ô\ÒBŠ','',0,'?'),(_binary '©|\Úu}t·ôBe‘À','wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/AdminSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/AdminSubscriber.php',0,_binary '\Ç\0€µ°\nŒAg\Âob',_binary '\Ç\0€µ°\nŒAg\Âob',_binary 'wN\ÔÀo<„B6¨,K\Òí§–™ô€–Ã¶\Îr\Ó\åO','',0,'?'),(_binary '«Gñ©?[Q:r\\^°l','wp-content/themes/yith-wonder/styles/01-blue-shades.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/01-blue-shades.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-«úû¾õ\íz¿XŠ›‰œ',_binary '\"¯mMb‹LMlô\ÝI`*½=_\Z\Z²2ˆ\èñˆ”\×','',0,'?'),(_binary '¼„#`\Â$›\ÍÃ\èÇ·','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-01.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-01.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èr-ch]¦ûÛ¥¥\Íª^',_binary '£—+×£\ä%\'=ð\ê\ÑDN ¨R°”°ª\Û\Çy,¾@','',0,'?'),(_binary '\Äýž\×\é\ä¸\Úwß®¼n3','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/mk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/mk.js',0,_binary 'Š´pÀ27\ëAQcŒû\Î\á1',_binary 'Š´pÀ27\ëAQcŒû\Î\á1',_binary '\r\Ñ\ÅEb“´ŸÿTòi\ÖŒ+\ãB•\áhhvia-Á\èp','',0,'?'),(_binary '\Åh\ë!¡(/}\åF\È!','wp-content/themes/houzez/template-parts/dashboard/submit/submit-property-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/submit-property-form.php',0,_binary 'fúªŽ}´ad¬~eÂ±J',_binary 'fúªŽ}´ad¬~eÂ±J',_binary 'g‘©A\0!\×þ¸£(\æ˜ú—_ùüE»\Î#g”!j,','',0,'?'),(_binary 'Ë¥+Ìš©”\â\Â\Èð¼µô','wp-content/plugins/elementor/includes/settings/settings-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/settings-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R±Ù»\Í÷Ð¼›\Ù1ið°',_binary 'j$¥\Ú\Ø]f8Ý‘¿cþG4að û ¼\"vhb\â<T','',0,'?'),(_binary '\Í\rÃŒ#“\èNð Š¥û','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user05.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user05.svg',0,_binary '\ã2ˆ+(Ãó\èÛ„\äl‘',_binary '\ã2ˆ+(Ãó\èÛ„\äl‘',_binary ' L‹öo\\6˜/ñ“\ÒA§Lž˜N¼Š5\×$\Ã=ÿ\à1®','',0,'?'),(_binary 'Î¢ƒSËª\Ä\n´–B\áV\"','wp-includes/fonts/dashicons.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/dashicons.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\ä_‘3$_\Ân ÷5Ž\×X',_binary ';Ê\'8\ã4aOoY8-UŠ62»ý§K\Ûqqü$B\àùx','',0,'?'),(_binary '\ÏMÖ»\Ü\ZV`–Í­\\6','wp-content/plugins/elementor/includes/utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}%YNe´\r¢vvô–\ãqU',_binary '¢-F\Æaµ˜ƒ¦s\Z ¿f\è1Oœ^t^f\Íù¯\Õÿú','',0,'?'),(_binary '\Ð/Î°†ñF¯Ùž\â?¹','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Î½wF^S-ƒy ‹',_binary '<=V!.»¼J¼C4¥\n\æÞ¸®\ê\Ô©\rõ8)Ÿ','',0,'?'),(_binary '\Ó\Êx\é-IY¤ö\ê•`˜\íÀ','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£,·\'¹X\0|?)©¼\×\È',_binary ';«_¬\× \äþ\ìõ/ûÃ¹Š‚¥Fú\ÛY,\å\Ëu¦ý-ñ','',0,'?'),(_binary '\Þ\â\\§\ê‹h\Z\Â\È)Ä ‰','wp-includes/blocks/paragraph/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C\ê‹\r?n8\'#\0„š®¬',_binary '\ß\Ö\Ôx\ÔK \Ðo]]µ”ü5$ÀeF},1a™Vv¨—?','',0,'?'),(_binary '\æ\é\ì^\î@#¯šd\ÙVÑ©','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Rey’\Èý²‡ SsÅ¦»f',_binary '78²\Õ[{·\"G²ª‚~­O¿	[¢ŒbhJÁ£Õ#§','',0,'?'),(_binary '\îP©\ä\0¯\Ì6þr¼½\Î\Z','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',=ƒÒ¸·1ñ\"o«\\',_binary 'ß¿m	s3%¯õ(ˆ„g­X@ƒY.\Õlþ/‹^]r?º','',0,'?'),(_binary '\îSÍ–©\Ü\í\n§\rÅ–','wp-content/plugins/revslider/public/assets/svg/action/ic_track_changes_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_track_changes_24px.svg',0,_binary '‰NZnnM®Apñ:ý7k',_binary '‰NZnnM®Apñ:ý7k',_binary 'ñe\Ì9Ž³(»ˆUû@{	yøÕ•\ËH—\Î?pEp#','',0,'?'),(_binary '\ï*Q.	\Ö-c\Þ%\ÎD','wp-content/plugins/wordfence/lib/flags.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/flags.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öi\ï\Ëc\Òç£­µ’cð-',_binary '8¶Y¸\ÖCO\å\×ø™0÷j{¡\Zx¤¤DòÄ–¿’xªO§','',0,'?'),(_binary 'ó\ë)\Ýÿ€ok\éô','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/AMP_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/AMP_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\ÝJW¥±*_\ä\Ì<È’',_binary '?™2w\Ó\ZfpwØ·Ä®²gq\ËR(û‰Bûž«Z”\Æ3','',0,'?'),(_binary 'õÄ‚h*\ÛGO.cx6­n','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLinksRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLinksRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@œ\Ü~ch=&zS\Ë8d\É',_binary '‰zu_8…½ÎSð8LQ)\ÏD\É®#78\ä7°\Â\Ë','',0,'?'),(_binary 'ölÁik^³\ßBO\0\×ü…','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Model.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Model.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	\äø¼F|\æb9\Z\Öô\ÉÜ©',_binary '0\æ0i\å‰q\ÕN\ãøGX”Ž‘4}\ï‘\Åûe7VÂ¢\Ã{','',0,'?'),(_binary 'ø‹Ô³¾\Í\Î@\Ègª2ù','wp-content/themes/houzez/property-details/partials/map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/map.php',0,_binary 'œlúAW\ÝR‚R\ÏK3Dg?',_binary 'œlúAW\ÝR‚R\ÏK3Dg?',_binary 'W\ç0ûG\î\Î~…H„4Ê¬#=\ïJrRet\Óy™\×G\É\É','',0,'?'),(_binary 'ø¨V\Â\áv2+¦\01\Ú','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²lFÑ‡{\åK„\æ“\È\Ð',_binary '&\çþ…\Ø7²~Ï§\Ú)·`Q›Y\\\Íÿúcõ†','',0,'?'),(_binary 'ùº#\Ð§\Î\"\Õ\0\Zc\È\Ò','wp-content/plugins/google-site-kit/includes/Core/Admin/Available_Tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Available_Tools.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Qr€9Å¨-÷2Kð\É',_binary '{T_§/ºƒE0Š—-!I‹¼\n§ÿ€\ä\é}`\Ö_','',0,'?'),(_binary 'úa€\ä\äz7Í–³ª7¶','wp-content/themes/houzez/template-parts/listing/partials/item-btn-v7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-btn-v7.php',0,_binary 'l/ü\×Ã§x\Ë\Ô2\å¤ó\Ï8¹',_binary 'l/ü\×Ã§x\Ë\Ô2\å¤ó\Ï8¹',_binary '\ë\à\î	T¼\'•œ\r‹¬’ôhW\\Šo’,\Ö/øm.ó','',0,'?'),(_binary 'ü%«4>\Éù]ü›\Zw•','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å%»\ÑñuHIµ‚”',_binary 'Nôp>\Ø\Ñ\ç‘u”ú\Ì\Ðj\ÊÛ‰J•\Ð\Ù2ªE‘	\Å7','',0,'?'),(_binary '	+\ê\ß#\æ_\Ï\éSl£','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qsD\äÛ²\ÞD˜‹(·C',_binary '—™ŽA’•k#<¤Q®D†O’\Í7ÿnºU\"—\"\ZMju\Ô','',0,'?'),(_binary '\n	M«I†~öYEO—\×]\×','wp-includes/blocks/post-featured-image/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ\íy¾45x\Ê\ÊÒ³š\Ç\â',_binary 'Võ\Ã@2\Örzg¬\ZöOO{\É\år\Ç>¼¼\Ø+\r‘+','',0,'?'),(_binary '\nE(4.\à-»ü\à)ÿ\ì]','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ysT>™\îi\åºÿf±eó¿',_binary '\ÚÀ?Ÿ®eTC<Ö¹ ö\ÕN-úØ­¢&ð\ï]\á¸\Êt','',0,'?'),(_binary '\ËNs\Æ\Ê\'\êj3\È\áL=','wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(C\Í9?ºdž“_ö',_binary '\ê+€kRò³LI\ÔZš€\Ñ,½gD‘LjS%\ã›\Ðsûh\ç','',0,'?'),(_binary 'w\Ò{¥\0dÌ¬Ñ²\Î\ä','wp-content/plugins/wpforms-lite/src/Tasks/Actions/StripeLinkSubscriptionsTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/StripeLinkSubscriptionsTask.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ\\\Ýñ9\è\Â\Êz\Î\çV',_binary 'CÁ°\rHú\Ã(Ê¯ú]»\Í\×\Þ\Ñ?Y PüQS9F.ÿð\Ú','',0,'?'),(_binary '˜¯Ü¡9\îu_\\\n\Ã9Á\'','wp-admin/css/color-picker.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/color-picker.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó\Ì…xŽ\îTi6šúþ',_binary 'Û£q€‘T¢òzu\Å\Õ\î©Oi\îÿ\\\Ë5Ð¯Yôu\Ö\è~=c','',0,'?'),(_binary '\ÈKUõg0MU¿/šöÊ‡','wp-admin/admin-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/admin-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùXo®¼_¦¨’Ô²)\n\Í\Ñr',_binary 'Ž(\ØZ!.\Ýeñ\ØTU92;\â\É­\æ\åÝt5o\Ò^','',0,'?'),(_binary '\ê¨Xð\0×¨s~1s,','wp-content/plugins/redux-framework/redux-core/languages/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/languages/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '$\r\æ\ãtŒ\Ìù@m©¶O','wp-content/plugins/elementor/assets/css/theme-light.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/theme-light.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1~»\Ãôƒ¿ñß¼˜û\å\Ú',_binary 'Q9yœñ.z—\Ó ]v2\à—f:\ã|.MbU\Ñ-:1©õ','',0,'?'),(_binary '(•ž·ö¨\ã\îõ¨¨{@','wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hŠ\Ý\ÈbµdEV<$C‹Á›f',_binary '}Î¸Œ4b\Í}òC³³‰†\ëqo\ÒOx’÷ø\×\Ç\Ïd{\ã','',0,'?'),(_binary '1%jÍ°\äZŸ.÷vs','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessFilterExpression.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessFilterExpression.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý:fo`E¾X-V8ù',_binary 'qœJ_» ‹û>s\Öød”„sTº\Û	uÀ,y\ä/-\è','',0,'?'),(_binary '2Z®%\îg¬šA\ì\Ü`','wp-content/plugins/wpforms-lite/templates/builder/notifications/email-template-link.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/notifications/email-template-link.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!›Šq%6ð\'·–€\ÈÓ¡ú',_binary '\ãw\ç²,\Úrv·41\Ò\Ø\É\í´: \ê¸1R;š','',0,'?'),(_binary '4;V\Ïô\'Œ/¶ò\æ¨fº','wp-includes/js/jquery/ui/effect-scale.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-scale.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”ú_Q\n¸¿¡\ïVWs\ß',_binary 'Q\îÚºc\ÔX\é\ÜÚ¿\èl	bÉ¯{\Ê{›^X©oÊš','',0,'?'),(_binary '6o\Û\ïš:[]y–|Sz­','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-rose-gold.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-rose-gold.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ú¼û\r½öZš\Æq\Î\Ó',_binary '\Ãõ\Ò\ëºø\ÆÁ†M\n¼W½\Øò|£†­\ã!\ÙGe‹‡®\Æ','',0,'?'),(_binary '7\Ñ\é±\îOW\n@‹a','wp-admin/css/colors/modern/colors-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/modern/colors-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	\çx	]¯\Õ„vxúš',_binary 'W \ä…	øg@+Y‹*\'˜B\×utž¢\â8\0l«\Æ','',0,'?'),(_binary ':£S¦\Â\Ò.\"\È\0ÆµK','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaRunAccessReportRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaRunAccessReportRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªÁ]\ê±û4\\•.Ašj§=',_binary '\n¬\Ìfö%§\Ú\ÝP´‰Ÿ°0	Ob…­/Ž\Ö^u>@ œ','',0,'?'),(_binary ':¿f\Ø?bjƒ¿.‹Ÿ¹','wp-content/plugins/wordfence/views/blocking/block-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/block-list.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tŸ2\Ç&s ¿Ô¨«Šý¿',_binary '\ÈÕI·#¨\ëe‘¡º–²\Ãr\Ð`-u—Wù¦¶QQ','',0,'?'),(_binary 'Bn“À­d‰Gß„\îZ\Ý','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options/includes/Options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options/includes/Options.php',0,_binary '4?nß†{m\à ³1,…\Új',_binary '4?nß†{m\à ³1,…\Új',_binary '|5ž:\Þø”þÿ:]f¢œ‡ô¦¥¸U*\\‚ý\Å#|þr','',0,'?'),(_binary 'C.øü€\ç#¸\îù>¯†','wp-content/themes/houzez/template/template-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-page.php',0,_binary '\æ\Å\ê2]ýËŽ¼.©eñH',_binary '\æ\Å\ê2]ýËŽ¼.©eñH',_binary '…\n\rÿõNó”F¸f*°hH¿¼\ZH\\šö\"ƒ\ç\Åb','',0,'?'),(_binary 'D)5	¿\å}¨šjx‘','wp-content/plugins/revslider/admin/assets/images/socials/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/images/socials/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'R™\0\Äù\Ñ\Ì\Å!fÎ¹ºû','wp-content/plugins/revslider/public/js/sr7.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/sr7.js',0,_binary '\×ðoQT s4ö2\"\â\Û',_binary '\×ðoQT s4ö2\"\â\Û',_binary 'tÙ˜\"õ–\ÛiM=\åY4}\í‘iî±…gd©_\Ëú\0ˆ­Œ','',0,'?'),(_binary 'XR9Ó·bODG\Æ x\Z','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerVersion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerVersion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ì·\Å3¤™dµ\r\âŒ\r\Z',_binary '—š\Â6Ê±ðPS±g½qùD\Ò)<t’g~¥gZ\0\Ç\é','',0,'?'),(_binary 'ZøõJ<.E¢\\ˆÊºY','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldFactory.php',0,_binary '·Ë®†Yñª»›\Òy\n‡n8ô',_binary '·Ë®†Yñª»›\Òy\n‡n8ô',_binary '_·(†ó\é\æ¸|0CÔ¢¬dp£½\Þ([x*z&< µ^','',0,'?'),(_binary '[\í\È=@U…Z\Ï`Š…ó%L','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_real.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_real.php',0,_binary 'M«—jV±\Ð\Ël°\ï9¶S',_binary 'M«—jV±\Ð\Ël°\ï9¶S',_binary 'šV\Î\Ç^\0\îGØ€Á\å(?¶­q\Ù\'2Î´9³t:±\ßt','',0,'?'),(_binary 'g\Ç\Î\ÄùKk¢¶ª<¡','wp-content/plugins/redux-framework/redux-core/inc/fields/textarea/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/textarea/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'h¬\Ã\È7\ç¸9ú8\Ç\à.','wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/colors.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/colors.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š\èÕ²\åN\Ì\0‘	…M<',_binary '\äkFZ•\ÜB˜µ*5&„9Â¢¬~ù“l@Dz\ZÿY','',0,'?'),(_binary 'iÿšz\r‘*\êœ\ÓKö','wp-includes/Requests/src/Transport/Fsockopen.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Transport/Fsockopen.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '95h¨•ªÿ\æ\é^&9U\Í',_binary 'ø¡¡\èó}¹|IW\Æð—A¶\Ï\r÷~H\ë›\ZHš!¥Z\ç\×','',0,'?'),(_binary 'kªZñ\äƒ\Ô-ÿG\0C','wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\nwŠN­Sñ€bbˆS{',_binary '\ÆE[¢)S\'N\Ú\ÃSFfü\ÐTc\Ã\æð£„\Ö\ÉJ¥^','',0,'?'),(_binary 'm=o^Ó£­\ä-«µ\Å','wp-content/plugins/wp-rocket/inc/deprecated/3.11.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.11.php',0,_binary 'fF¤ŽnØ¾s\ÝmüšBs',_binary 'fF¤ŽnØ¾s\ÝmüšBs',_binary 'ñ;(ß–.xZmÏ©e­}E	OŸ\Ð¶±	\Þ|š\"\ÜVu','',0,'?'),(_binary 'rMƒ«Ã„\çöö¸ðe\Ï\×','wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '((M”5\Ñ3|\r&\ìV',_binary '„ñÁ_´¤\n`\êŒ\Z¡Â…¯(\ÕÀRš]j½A\î','',0,'?'),(_binary 's-W¶\ËþeÀ\ÐØ‹Á\Ü','wp-content/themes/houzez/framework/stripe-php/lib/Service/Identity/VerificationSessionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Identity/VerificationSessionService.php',0,_binary '‡8\Ðñ?õ¼s‰\Ô]\Æ',_binary '‡8\Ðñ?õ¼s‰\Ô]\Æ',_binary '\Ó\Ï&–úù°S\Ä\äGk¸)\éV³=eú¯\Ì\çÿ~9þ','',0,'?'),(_binary 'tn<	—\æ%«ZpIK\Ê','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/wpshop.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/wpshop.php',0,_binary '¨ªA!*ú\Ð\ÑHg¿a\å\í',_binary '¨ªA!*ú\Ð\ÑHg¿a\å\í',_binary 'En†Œ2²RNR¼²D¼0W­Q+¸CšZ1þ\è\ÈS‚','',0,'?'),(_binary '†¶5pøÿ“­F$\à7´\ÒA','wp-content/themes/houzez/framework/stripe-php/lib/UsageRecordSummary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/UsageRecordSummary.php',0,_binary 'p\'Á®Ð¤c\Íð\Î2',_binary 'p\'Á®Ð¤c\Íð\Î2',_binary 'Åµ·+‰®‰\ÈÆ¹Ôœ\Í3ò€Æ‰TpÀ\Ä8_b\â-','',0,'?'),(_binary 'Š\È;…*òF\'u\ï\ï\àµ','wp-includes/blocks/code/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+v{Ád\è„ôf$9¶\ì\Å^',_binary 'Ké¬/¡ \Þs´\ìCS-\0\êU\ï„jhòs\å5 š','',0,'?'),(_binary 'Œ\Ù\Ò\Ýz®\Æ.\å9v„•‰','wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_less_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_less_36px.svg',0,_binary 'ø1\å“C\Ù)\ì$ù[¯õ{®',_binary 'ø1\å“C\Ù)\ì$ù[¯õ{®',_binary 'uyÎ¶\Ñ`Æ”vÜ¸\ZYódU\Æ\Ðž¹T&\Í\Z\éf¦','',0,'?'),(_binary '\Û\ÞC\nŽ—\äU¾„ü','wp-admin/js/custom-header.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/custom-header.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÝŽ\È\Z‹ \Ð\ZÚ¸\Öô\Â',_binary '¡òv•N”°¾;dõV\Â\â5dû¥Žt¡,\î','',0,'?'),(_binary '•je\ÞÛ£À7˜®\Ý…\Ø','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AdminSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AdminSubscriber.php',0,_binary '‡\ä:ñ0g|}€e\ËÝ¢\Ë8',_binary '‡\ä:ñ0g|}€e\ËÝ¢\Ë8',_binary 'O\ÊD:D 	´³\Ø_dë³¢Q¦3×°$MxZŸþ-','',0,'?'),(_binary '™ŠH\ÛYF`\Ù\0¯DŒ›•','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/bn.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/bn.js',0,_binary 'M ¬‘‚¾“–U÷\ÍÌ²TB\Ö',_binary 'M ¬‘‚¾“–U÷\ÍÌ²TB\Ö',_binary '¢Ö˜w\"£QG²‚\ÊEc›¿9(\Õ2}7¥Œ[\æ\Õ/Ku9','',0,'?'),(_binary 'žÅ‹\ÙýhhsY]\î\\\ß','wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg',0,_binary '‘.\Æmurÿ‚I1“–G\Þ',_binary '‘.\Æmurÿ‚I1“–G\Þ',_binary 'Lr7D@yŒ¿\ÂÉ‚]NK‡(–\Ñti\ØG9\ÎÀù \ÈTm=','',0,'?'),(_binary '¤“¨¬\å¯Y»ˆŠ\Ô5g','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶\\¢/€]dCHŒo-²',_binary 'x[º`ûÜ§fGng.\à²w³•\å\ÝW\å|°\Ú\ë\Ê\â0','',0,'?'),(_binary '¤\Ê0l±\Ýj\Æ0+%ò','wp-includes/SimplePie/Source.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Source.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aŒ‰A:\ã$]B-\Çvwñ)',_binary '²\"\ê\Ñ\á9M\Üa™ƒ´U\â_¤h\ÍI€ø>¼,]ÿC\Í','',0,'?'),(_binary 'ª† f§öRÔ’]º\Å(','wp-content/plugins/revslider/public/assets/svg/action/ic_verified_user_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_verified_user_24px.svg',0,_binary '|(¯ús0$\ßr\Â§{j',_binary '|(¯ús0$\ßr\Â§{j',_binary 'žÎ‰(Zv\ï£o\Ì$zž\Ì\î >{\Ö\ÝY,NkŸ.\ïŸQ','',0,'?'),(_binary '¯\Åñqª*J7ô¦\Ïþò','wp-content/plugins/updraftplus/languages/updraftplus-tl.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-tl.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X—Á\ßQwv\Â\ç—Ý¿',_binary 'ÿuV©9¢ÿD°Žœi´;¸–ªv[l1b²«ùþ','',0,'?'),(_binary '°²”±\Ù\äan+ö›L','wp-content/plugins/revslider/public/assets/svg/image/ic_timer_3_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_timer_3_24px.svg',0,_binary '6C„—\í\Æ\å™.\"‡\\€j',_binary '6C„—\í\Æ\å™.\"‡\\€j',_binary 'Et²CŽÖžnK¶JÎ‚¶ôCµ\Ï~uO\rù@¢,À›\Ô','',0,'?'),(_binary '³\ê?ñ†KX\ÙVë‚´tüô','wp-content/plugins/wpforms-lite/assets/images/anti-spam/cloudflare.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/cloudflare.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Užd\äüy=Q7µ‹\åJ©\Ý',_binary 'ð%\Ñ\ØO\0\r¿¬¹‚	‡\Óú½1lj˜<ð…l\Òr$','',0,'?'),(_binary '´ªMZŽ×¹z\r}Ö‰²G','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_rooms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_rooms.php',0,_binary 'M\'C7D\èy\È\à˜A\Î\rA g',_binary 'M\'C7D\èy\È\à˜A\Î\rA g',_binary 'h\Þ4ýŽ«\ç3\'n	Õ¤\Ôi(\Í\ÒS§Yõ¼¸\âù','',0,'?'),(_binary 'µB_.Á§JöÁ\ÞÚ£\ã','wp-content/plugins/revslider/admin/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/index.php',0,_binary '\ï\á{J!u?}\î\çs•',_binary '\ï\á{J!u?}\î\çs•',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '·\Â\ås\rþ§\Ë\Ñ	<\âH*','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/Subscriber.php',0,_binary '.V-›\Ã$\ÍZl›%Ï”W5‰',_binary '.V-›\Ã$\ÍZl›%Ï”W5‰',_binary 'ýþ´—!Y\Í\Üú^zÀl\Ú=ò$ \Õ ^\èV\êCÝ»´œ7','',0,'?'),(_binary 'À\ÙÙ•2†*…›ºÁNI\Ã','wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f¡\ß\ë¶1;!\î9M%ˆ',_binary '“;\"I\Ãt’\ëH®@ ³ð>!\çL4k\ë\Úó\î\á\rN\Ø\å','',0,'?'),(_binary 'Â˜$ª\Ì\ÑFpÜ¾U™;;À','wp-content/themes/sinatra/inc/customizer/class-sinatra-customizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/class-sinatra-customizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7\â›\ÏfÔ™Hã¸•\Ó\Ò',_binary '\ÛnÇ¿\È\Ö}¹L b-1\Ë\Ê\Ì1\ê—b•`Î‰ù«‚Q´/','',0,'?'),(_binary 'Ã‰?q‹G\ë.y5\Ë\â','wp-content/plugins/revslider/public/assets/svg/image/ic_collections_bookmark_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_collections_bookmark_24px.svg',0,_binary '|½Ã½ZÂŸI\å0°\Þ‚\Z\'',_binary '|½Ã½ZÂŸI\å0°\Þ‚\Z\'',_binary '\Û\æd£%Qj{\ìl`™\Z[…`7a‚Ë¯‘\\$ð','',0,'?'),(_binary 'ÇµTCdT¹qs¥õµT5','wp-content/plugins/elementor/assets/js/ai-layout.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-layout.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Še\Õ|G\Ø-\Ü\Ò\ì¾ÿ',_binary 'õÔ•\n¨§¾ý7ê‹”è†¢,ú<G÷üŸW\ÉA\" eZ','',0,'?'),(_binary '\ÈUŠ±bwž*<šNù»','wp-content/plugins/wp-rocket/inc/classes/admin/class-abstract-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/admin/class-abstract-options.php',0,_binary 'P\â*¶ªY\Ã\Çû\ÊF½',_binary 'P\â*¶ªY\Ã\Çû\ÊF½',_binary 'J\Ð`\ÙY	(\nVCTÊ—®H¸ðø\Zº²WOC;\ïÑ»##','',0,'?'),(_binary '\Ë¾ñv<\Ö\Z«³\êS±\×\Ù','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°&‹\Ûôû¥¼8e´Ek',_binary 'Wö\Ó {¤I´w×¬\å0»ªµ8*MX\áJI\ÂeF','',0,'?'),(_binary 'Î‘ž\"¯ž±\ëNK­øY','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—Y€úy¹\'¦n~xFõ',_binary '\èD\ì·$O•yR<6<†[\Ê;\ËË›º\èø¢¢³,ö','',0,'?'),(_binary '\Ö85H\Ùø\Ó4ò%‡c‚t','wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hN¾<±\Æ\à\æV¡l',_binary '\ë\n²S\rþ\æTŠn\Îórø\î0­¡\çôW\ØÀ\è¯C¿\êc','',0,'?'),(_binary '\×u/mUdÚ¤>L’•*q','wp-content/themes/sinatra/inc/customizer/controls/range/class-sinatra-customizer-control-range.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/range/class-sinatra-customizer-control-range.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H·­z\Ë\Û\ìüÆ¹±“',_binary '3o!´¡\Û\àIaŠh•€µ˜ÿ\í5ú\æoÚ²Ùˆµ\Ý','',0,'?'),(_binary '\Ùg\Ó\Éf>©\ížÏ¤—\Ïñ','wp-content/plugins/revslider/public/assets/svg/action/ic_flip_to_front_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_flip_to_front_24px.svg',0,_binary 'ZþK“}¼ž1\Û\Èg‡c”',_binary 'ZþK“}¼ž1\Û\Èg‡c”',_binary '+#e¨¨D\ï°	c’»W\nœ\å£\Õ\ão•m¼–Ä§†ù','',0,'?'),(_binary '\Ú7õ\Ãd $ü®h¦È–û','wp-content/plugins/redux-framework/redux-core/assets/js/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\ß-®—\æ]\åòJ–ã›\Ý','wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü]\é\0¦&°^Ÿ\Û\ß=',_binary 'f’\Õ3®«‹f£qŒ\Õ_5\ÍnASJû W+j‚ü\í','',0,'?'),(_binary '\á/\ßU¦R\Äþ‡EÇ¬6ƒ§','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\Î\îjGm*fYEª¨\\T',_binary 'ô{‡¡Þž«“Œwƒô«\Þn\0qÉ–…:wþ$\'WN+Q','',0,'?'),(_binary '\äç”¾É˜Tu\Ã\ë77‹ó;','wp-content/plugins/elementor/core/base/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\áŠ‘kB\è¸_…Œ',_binary '\Þ5u\ã-µ\Èr\×\n0E{™‘VJyù¤õh¿\ã…À;<^','',0,'?'),(_binary '\çæž§ôŒ\"«ƒž-ü','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/color.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/color.php',0,_binary '}\ÜH‚M\ä¡\ry™\ãS\Ú/‘',_binary '}\ÜH‚M\ä¡\ry™\ãS\Ú/‘',_binary 'qzT-úl\ÄMU\åú\è\ì\0……ƒ]¥\Ó:sü6\êƒp·','',0,'?'),(_binary 'ú®\Ñ;\ÌÕŽ›ƒV9	\æ','wp-content/themes/houzez/template-parts/header/header-4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-4.php',0,_binary '}\íÆ²ÿû\Ì‚\Ñnc\à\×ÿ(',_binary '}\íÆ²ÿû\Ì‚\Ñnc\à\×ÿ(',_binary 'ö\\ž³TxS\Î\É}€ñs-º&\\#\Øn9²adõu','',0,'?'),(_binary 'û÷\Þçª’·u£¡\rZJW+','wp-content/plugins/wordfence/images/help.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/help.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$N\Çü;\'ý‡M\Ï\Ïùò Y',_binary '–\ï\é\Z²7\0\Ù\é¤rÂ€/i£\Òz;ki,›=L›Z¿g™™','',0,'?'),(_binary 'ü)§£™Št\r\î,½JÚ¼','wp-admin/options-permalink.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-permalink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$Y\Ì#\\Û¥!‡1@‚I\Ð',_binary '\â\'B+qVa}\Þ0K¹f\èÃ©\Æ*m&\æ»˜›j','',0,'?'),(_binary 'ü”²vL¦…\Ù:J§÷£\Õ','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú@\ÙZ¼É³ù|3–',_binary '_\É\å˜i\Ñ\ìÿŽc²ŽB¸¬„7H\âü%K ®¿','',0,'?'),(_binary 'þ\çnEª\\n ¿z±>iP?','wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\Þ)=\æ0ôRdž\Ñx\Ê\ê',_binary '¬˜›U¦\Ò%\"…Nr\ä§Á÷~>»¢1\'FB™\à4s¼K\à','',0,'?'),(_binary '•\ï)\âR›9‰*\â3\ìwV','wp-content/plugins/revslider/public/assets/svg/device/ic_wallpaper_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_wallpaper_24px.svg',0,_binary '\ÅÀö\ÏÇ¸N¡<œ\rI}6ª´',_binary '\ÅÀö\ÏÇ¸N¡<œ\rI}6ª´',_binary '\ï¤#×«NjË‡l«\î¼?[„ß­¡ ñ\Ä:ClþósÀ','',0,'?'),(_binary 'bc\ë+,\Þ6¢ò<[_','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/key2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/key2.svg',0,_binary '¹ó\Ðo\'¿¾I`Où6¥ž%',_binary '¹ó\Ðo\'¿¾I`Où6¥ž%',_binary 'õž6ùt\ÉÃ€ŒR“\Îd\Ìc•+»ªÎ±Ò ¥ñ^=','',0,'?'),(_binary '`ë¾‘%°‡3Ofª»','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTriggerResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTriggerResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê»\èH\Ç\ïó¢\0ÓŸ]¾üF—',_binary '\Ìy+ Œ´Mœô¹#\ÊB\Í\Ø\Ï\êjPQzYXÐ™*Ô‹','',0,'?'),(_binary 'G\Éý~Keez!®1÷','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/TemplatesController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/TemplatesController.php',0,_binary 'ö(ùI\'\ì2ø\à¼I+ƒi¹',_binary 'ö(ùI\'\ì2ø\à¼I+ƒi¹',_binary 'U+“\Õ\Ï\Ï%f¡\Ç	_÷‚\à\ê\ÌZÿ\0TÿúYŸ®|§','',0,'?'),(_binary 'Á\ä5ôuzÈ›Ï‹Oq;','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/PagespeedApiPagespeedResponseV5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/PagespeedApiPagespeedResponseV5.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\âJ“A\Ìdó¿›\î\n\Ë',_binary 'ùYbeB¡‰L\Ý,œ\Í0B—f?\Óý\Ì7ûf5¤ºAr\è€r','',0,'?'),(_binary 'ö?Ç„£ù€\ë:\n\Þ\ÖX','wp-includes/customize/class-wp-customize-theme-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-theme-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z1á—Š4ðûi\Ú\Ä#',_binary 'dtó1(\Êq\ë\ØøÚœ¶(½ùŽAƒ\ì\å^\Ò\Ã\Éò','',0,'?'),(_binary '‹³ò7W\È_%9Zš','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\Ùt\ãõ™C§D|i',_binary '\éŠ*‘¯TAY¿Âñ4C(™.u\\-ùž¥q	Y­»','',0,'?'),(_binary '\Õ#N‰Ñ3,RG€<­','wp-content/plugins/wpforms-lite/assets/js/share/utils.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/share/utils.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È\Ã\ë\Ã‘–\ÕÕª¦’\×Ø©',_binary '\'†B‡¾E.­ö\Øû\ã\ÜgD`¦G\Æ¾µ>{Á¢','',0,'?'),(_binary '\Z´ð) ”%iyƒÎ´','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}+#z,¯\èe\ßrEJ-',_binary 'sfº\Üq@µ\Ú8¼!yW¥&Ú”A\È+/\ÅuY•†œ44œG','',0,'?'),(_binary '\Z©(ý–K\Ê6—’\ÌtQ','wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P„•r\ÃwMY/j\ÃüñR¿',_binary '\Ä\Õd2S\ÈwM<ö;ªNŒ.‡GA\0F²×™,ÿ“\ÓP','',0,'?'),(_binary ' º\Ó¤[\Ï \Z¤\Ú|a','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v3.php',0,_binary ';¥L÷‰E5}	úŠ\Ò<s',_binary ';¥L÷‰E5}	úŠ\Ò<s',_binary '\\4!h¦\Ë,LTüÁ¢@Õ–\Ôk\n\å\Zµm†','',0,'?'),(_binary '!‰“3Hû\ØÀv®\Ùðpq','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-idea.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-idea.svg',0,_binary 'Rû©B\r*¥\æmw8œ',_binary 'Rû©B\r*¥\æmw8œ',_binary '¡­€\'\ås)5L¨h\Ø/–··3¬5*xºõ±tb','',0,'?'),(_binary '-+z7.CS¢w\è*B','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-builder.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-builder.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”!\ÞN\ZHÜ’\Ãq\Ä)©^\î',_binary '[’UWƒx%\ÃX˜¬E\Ð/£ö]<Ò¯þî \ÏWöû\Ã','',0,'?'),(_binary '/ó\Í§ž\È\\\ã\×\Õ™®','wp-content/themes/houzez/framework/stripe-php/lib/Service/AccountLinkService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/AccountLinkService.php',0,_binary '\Ã[·_*F$?1Á‚wû',_binary '\Ã[·_*F$?1Á‚wû',_binary 'ÿö{vü©‡÷*\é\Ö<uRž\Þ7F\ä\èiF`H\ÄX¬N','',0,'?'),(_binary '0¨<¯B\Ë©e–«z@$\Æ','wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/entry-list.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/entry-list.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™ƒþö\êžo\íyŒF	',_binary '\Ä}‰^¬f5\ç¯c{\ËG\ÑS\ß5»ñz\Õ\Æl\Ñ	§<‘','',0,'?'),(_binary '3•dý¤ƒ\âyj\ä\é\ß\ÎóV','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@O<\Ô.<)‚$\Ã÷Þ“Á´',_binary '\ZÞ›pŠÿ	†œ\ä>¦\áB*\'¼\ã^À\Ò–ŒT\Õ','',0,'?'),(_binary '9„\Ô!tbH|p»;G°¹','wp-content/plugins/revslider/public/assets/svg/maps/ic_flight_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_flight_24px.svg',0,_binary 'AÛ§ø&loˆ|Œ[EŸ',_binary 'AÛ§ø&loˆ|Œ[EŸ',_binary 'P\'\ì´o\ç\Ïo—‡L\à—C\Ø\È~¾o¢vP’a¬d}\Ù~','',0,'?'),(_binary ';£Œ#,\Ç»XÀÁþ.\Ã','wp-content/plugins/wordpress-seo/css/dist/inside-editor-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±J\Z“\Åœ\Ñ6\Æ£’Çœ',_binary '.TLÃªr§·²cBðÝ‘RôxÀ¼Ü\ïH\é\Î‡1f','',0,'?'),(_binary '>\Îo‹#‹±BE\é','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/newspaper-pen.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/newspaper-pen.svg',0,_binary 'ó\íûÒ†ˆ\ïú3rÁ\ÇPn',_binary 'ó\íûÒ†ˆ\ïú3rÁ\ÇPn',_binary 'É¥J!hHù7\â%\íZ¢\"HS;†$0ŸaôÓŸ–ai²9','',0,'?'),(_binary '?‘~ô>Zs¤Z@ƒýü\Ð','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷\àõÞŒØ’\áü¹tûS\ì\Ã',_binary '\ßú„ Ç±„…´®PO‹¢\ÎAHX½›óŽþi\îb\ï\ÝNQ','',0,'?'),(_binary '@ß‰2½hÿ\É.hl:	','wp-content/themes/yith-wonder/styles/03-orange-shades.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/03-orange-shades.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å‡à¤¸gV\ÛC•3´ú\Ö~',_binary 'R\åý»\Ê\àpk1m…¬û\Øw\ï¤õÿþw$ÝINV','',0,'?'),(_binary 'B–¯y$Cc\áiñ8+šg!','wp-includes/blocks/details/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z¦ƒ$U¾p¹\Ó=',_binary 'h÷\ÑD0Dc­\Ì\ï»ErCQ¦’6&0¾V¦Lf°|Ñ™\r','',0,'?'),(_binary 'Hñõ7“%T‚~_³\0%D','wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\ZLú0LÌŒÀ7Šö',_binary 'X\Ó0*úUb‡JŠW‘\Ê[\\\"K\êr)s\Üs‹„·{','',0,'?'),(_binary 'JD\å\ZS\Ê/\Öo\ï\ã77/','wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±^ôP¤\Üøi­0gØ“',_binary '3\'7Õ¢ýs<\È\ä¶ŒPñ\Å\å\":ˆÜ·¿Æ¢r\ÂwV','',0,'?'),(_binary 'LVr@sR³Ž\ç®Cð} ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Jc1z{Š²\È\'/‰@EHl>',_binary '(\Ô\0\í\Îÿ\ê-\é\Ü\â ±!ß¨:•kÎ¢>¡I\n\Ã.Wmaø','',0,'?'),(_binary 'Rr\èr¥(\ÞÈŸ\ÇÀ\ãP³','wp-includes/blocks/media-text/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\ÅZ\Õò\Ø`½N[s}‹¬',_binary 'B¶r€Î\È\"4û\äT #\é©y\ÐþD£°u<µÛ™¸','',0,'?'),(_binary 'Wl…\Øy:\Ï\0Vn`„d\0–','wp-includes/js/tinymce/plugins/wpview/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—¤6-A„Ä«\ß[\Ï\Ó\Ï•',_binary '\ÚlO¬\áo\ÙgLô‰.dC¬ß\Þ\íÖ²\×n=\Ã\Ú;~ˆ!','',0,'?'),(_binary 'W—¹N\ÚH/¿\ÈN“1\'','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`-	\íF²añÀ—XŸ',_binary 'd5\×\Ðo6\"U¼e\\HqC»ðen\ÅxB=\â\Ò²\â>^','',0,'?'),(_binary '[Y[“»ój–¿Çˆ\çGô','wp-includes/blocks/search/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì¼zü©å˜»\æ€S',_binary '\ì-N\ßk\"”,[[\Ñj¥_t -¨X\ÓO\Öý\è\Þ\Ã','',0,'?'),(_binary ']\"\Ø!29mD7\æ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½ö±$Hº·Lj\Û\Û 	[',_binary '\êY\Å0þôþ¨¶£uª\á\Ù_\Í\Ê\ï[/„P…°Î­WQ\Ó:','',0,'?'),(_binary '`\Ú\ï·?P\ÇC<\ï·7Ù“','wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/formselector.es5.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/formselector.es5.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/¦%\ê\'òŸ7õ+h\"ÈœY(',_binary '0`2Ov KÁ¦Öƒt€« ·µ}\Ù2™+M{\æŠ','',0,'?'),(_binary '`§›¬|\'.¸\ÖcOC\Z\ï','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TD\Ù\É6#znžs‘ÛŒ',_binary '­5§žÿ\ÃIzgý—\ä\ïû“I@rJ¥E\ÂyrcR','',0,'?'),(_binary 'h8šÊ¯n¥”-‚\Ý	*','wp-includes/blocks/buttons/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}ø\Çñ!r<\Õô¦\ä\â§',_binary 'ô‚±óÕ¶Ÿ,*\ÛÍ–\í\Ö>3©©»x\r6‘’‚\âK´5','',0,'?'),(_binary 'qÁ[H\re[{\Û\Äñ','wp-content/plugins/wordpress-seo/js/dist/languages/ar.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/ar.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%¾{\âª\ì!f\Ë\Ï]\ë',_binary 'Iköxî‹š!ù/ÀU¶3>\ÕÇ¦Æ‹Uø\ë¨Rfú¥–—','',0,'?'),(_binary 'zš;EA\ß\Ü6|=\×\Ôy','wp-content/themes/sinatra/inc/customizer/controls/typography/typography.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/typography/typography.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sm\Éþ–e³\n\ç›“#\Â\Ð',_binary '\å\ßNºó\è˜zB“^\'o\0ÀÁY\Ôö»S¦Yi}{t\ÉRª','',0,'?'),(_binary '~®u§¸³@º6ô=&˜×¸','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/nouislider/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/nouislider/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '¿•úªO\Öø˜]\Ä','wp-content/plugins/wp-rocket/inc/Addon/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/ServiceProvider.php',0,_binary ')zp9ñ¡zzª»”ŒZô(',_binary ')zp9ñ¡zzª»”ŒZô(',_binary 'YgNÓ¿\ÙÝº1’\ä7³\â{\åG_¾´\áO1\êuªús¨ø','',0,'?'),(_binary '„š`	\"~½\Z\ì\Ñ{±¹ö','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TransferService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TransferService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' §[\í6<US­7›÷h\ì2',_binary 's¡\è\áÒ©€m\âY\Ïû\ZúŽ0´™™ ²÷‚m ­','',0,'?'),(_binary '†’_ ŠV\r\Ú2‰c-P¢','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/profile.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/profile.svg',0,_binary 'ô-3>\ÏVxuH\ï–@b\\',_binary 'ô-3>\ÏVxuH\ï–@b\\',_binary '–>ûÀ\Ö\âô¢AHs!™Pü´™¨gG¿±ð\0 >s','',0,'?'),(_binary 'ˆ9\ËŽ>\Ñ\×\Ú7','wp-includes/blocks/site-logo/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øj\âo$™g\ê·yÔŒ¤',_binary '·ƒ\æIËÓ­1û\ÈV:\ÂG‡«R¡ \Ø‚ªª¶Yb¶','',0,'?'),(_binary '‰£gž—e÷9G›\ÏÝ¯\Õ','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/features-v2.5.2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/features-v2.5.2.php',0,_binary 'Rj:\á\íµ\ërt‰³C\"k7',_binary 'Rj:\á\íµ\ërt‰³C\"k7',_binary '\é¦_\â»\ã\Ãç»§\Í\È\Å3w›œ \ZòÌ 9‚´,','',0,'?'),(_binary '‰ø@Ø¾H\ê¤&E‰Ñ—‚R','wp-content/plugins/wp-rocket/inc/functions/files.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/files.php',0,_binary '±¿h¿÷µ›_2\Ü|¶\ê\Åú',_binary '±¿h¿÷µ›_2\Ü|¶\ê\Åú',_binary '‡¡³apUYðŠƒb› šS Yó¡a\äkn.\á-\È8','',0,'?'),(_binary '‹Œœz#½[.oIdj','wp-content/plugins/wordfence/modules/login-security/classes/utility/multisite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/multisite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ(\ë~³\Ô\rr•\0²\â.',_binary '¢Ú„\Ýg´cu¦4 ¹\Ð:\êo—W_Cñ\à	4:–¼1','',0,'?'),(_binary 'Œ,4#¢…(\ç#','wp-signup.php','/home1/arxacomm/public_html/point2listingcanada/wp-signup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é_Š·>¦\Z\Û?¦‚¤ü~¾',_binary '\Ûý!<\è\ãf}\ã–SNr}&\âþQi¤\\‚=¢\nUõò^','',0,'?'),(_binary '9T°?¯—\Çô\Ö\îÀ','wp-content/themes/houzez/template-parts/common-taxonomy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/common-taxonomy.php',0,_binary 'ë®š\Ùg\â²ü,H\ãøæ‘',_binary 'ë®š\Ùg\â²ü,H\ãøæ‘',_binary '\è„m4\Ï,Í‡f\æ¥® ·þQÑ¾\Ö-M¥{™\ê=;_¢','',0,'?'),(_binary '‘\å,•\Ö\\P~«ª0y½Ž','wp-content/plugins/wordpress-seo/src/routes/integrations-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/integrations-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®ü…p©¬KƒI†\Ô5¥ò\Ã\Ã',_binary '\ê³SJ\\W\ïVPÅ™\Ú\Ò–ª6\Ö\Ü\ÕÞ˜î¿ A¼úò','',0,'?'),(_binary '’ƒL9…\è}©X˜)·','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\\û‹\Ö\âW\×\Ô\É\èK\ìŠ\0',_binary '…mH\\.\Ò`›¸€:J+Az\à£ô\Ì7¹JQ…y\"x','',0,'?'),(_binary '”][\Z\åñ³\Z,\éztC¦','wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K?òH08ƒF&x¾@s',_binary 'q¥\×;W„«¾÷\Ñc\Þ2:Ú„®P#\ï]—CO½ð‰{,\×','',0,'?'),(_binary '›RøxNlX:E~`{s','wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý¨ôý\éÛ“\"Iô$T˜•\Æ2',_binary '«¨ØŸÈ…\n\"·\Þ*\ÖU·Òš¡†¤fô9p•@§4\ÅD‚','',0,'?'),(_binary 'œ)\ÍPe\Õ\îD\î£øˆ\È s','wp-includes/blocks/group/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}]x¯^E¡”©ª-•™',_binary 'y [q›j\Z\ZO†2\Ó;·–Ja¥t†\ÝE\è‰\çmB','',0,'?'),(_binary '¦\âXÿù½¬\æÎ²®}»[ƒ','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageUrl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageUrl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\Æt’a²&ºñ\Ó³›\ÞjÀ',_binary 'xS“šY\Øò½ ‰‚(‘\Þwn8†;:.ƒ\ÓH\\','',0,'?'),(_binary '¨ZÛ«g\Ó,7ðW\"T','wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer-preview.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer-preview.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dhwNºmø³\Íû\Û\êüˆ',_binary 'ºªýÊ‚XbR!NyŠi”¶{\Â#\ì²\Ê\Ùq\íbô\èû','',0,'?'),(_binary '¨²°w(€\rj7#´ù0','wp-content/plugins/google-site-kit/includes/Core/Authentication/Owner_ID.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Owner_ID.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=nÜ þa¬\Ý^SA!$¬Lò',_binary '’/¾\ì\ÈüQg0kB\æŠ2Ÿ\ÖðüÜš\êx2™<öB','',0,'?'),(_binary '© d\Ìf¸ò\"·)=\Ê6b','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\L]õ\Ãô;_\Ýa\Êiû',_binary '4\ÊL\ëû+÷²·^´gaRq;<:±9nhšZ','',0,'?'),(_binary '´v\ë+[.I$·]ñTˆ','wp-includes/style-engine/class-wp-style-engine-processor.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/style-engine/class-wp-style-engine-processor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ê¬VuGÝ¯…™e¤ËŸú:',_binary 'ùôC_b%]\ÛD\ë\Ç:\î!º­]b¶Ðµõ°¼ÿˆt¨£','',0,'?'),(_binary '·uP„T>§Qšdå»—þ','wp-content/plugins/houzez-theme-functionality/elementor/widgets/search-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/search-tabs.php',0,_binary '\ß?(5{7$\ÜÅž\çf\r‡lu',_binary '\ß?(5{7$\ÜÅž\çf\r‡lu',_binary 'µƒ‰š\ÄB¨D˜$\ÏJeL\Í1 :V·‘o±A‡)Z\Z','',0,'?'),(_binary '½¦­ç‹ƒPµDì£†‚`','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4¼K-ú\ÜC\æ\'·AÔºØ‚$',_binary '2nØŽ\ÝG]?Î \Ç\ËUÁöœ\"\Úi†˜\ë˜úH“\ï','',0,'?'),(_binary 'Ç–š‰d\Ã!s<X§\ä™Ð¯','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì*•1{,Ë¾òþ–Ê‚œ\Î',_binary '<•G²\Æ\ë$µU+ök\ÅL>\0h—ahB¦¬S©-\Û','',0,'?'),(_binary '\È2…a\å\á3¯r\'\ÔZ]','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/RejectedPromise.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/RejectedPromise.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹,¸ÓŸˆB;ü]=˜ñ–',_binary '\Ðâ¦–@&b†\í¬!‡\çe§\×\æŸ\ZzôÁ\Z¹¥Æ€8xh','',0,'?'),(_binary '\È~½YÒ«!öj—\\°;','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Metric.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Metric.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q8p\ßüž:LIa\é\'€ƒ ',_binary '˜C^/£|ª_OŽUjP×”ÀÍ¡p\ßÚ½;”Ø§~T¢','',0,'?'),(_binary '\ÉùE\\ˆe¼˜‰1qp','wp-content/plugins/elementor/includes/interfaces/group-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/interfaces/group-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' §\Ê\Ù~i”½S\èB!VZ',_binary 'ô²\Ù\á›‰\ÅZ;+\îÃ¹f³\Ùy¿h‘½\Øñ¡ûƒ\Â','',0,'?'),(_binary '\Ð\0ò;JJƒ\ä\0\r›ø\É','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountTreeResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountTreeResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—ö¿q6\Î\Éa¥m¡Á•\Ê',_binary '®@‘)™Û <£ˆ–vð‰Bc\n·vþ\Ý7¬\à’öªo·','',0,'?'),(_binary 'Ñµ\Ñ\ê\Î8]t»w$ ÜŒg','wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ¿o²µž‚žV?i\Z],ø',_binary '«nº\\M\æý»—S†&!·‰	,C\ïôÍ¹Š\ÖGyþT‡','',0,'?'),(_binary 'Û‘Ý€m\ë9¢˜l©^ŸH\ß','wp-content/plugins/wordfence/images/logos/shield-premium.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/logos/shield-premium.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú\Ã\r­-È­\nQ—ó™V‹',_binary '?mUL¤\å\éü-l¡‘ZOI›\Ò,XS”M×­\ïÞ-‰','',0,'?'),(_binary '\ß6jª	M¢\Éª\Ë','wp-content/plugins/redux-framework/redux-core/inc/fields/media/field_media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/media/field_media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú}\Ëuõ¢Ø›\ãŠŽ‡H',_binary '›‹\ÔpC\ì³TøÀõ†Â»\äö\ÒI¨e±\æ²ú\îÃŽ‰s','',0,'?'),(_binary 'çŒ‡Â¢eÚ€»¢±\êV\È','wp-content/themes/houzez/template-parts/header/partials/phone-number.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/phone-number.php',0,_binary '\à¯\Ó5brHû~\á-r\ÛI',_binary '\à¯\Ó5brHû~\á-r\ÛI',_binary '›n–¾ˆC	((ú\Òm\ÂzaK°xKXy\ß*¥\îòD²z\ã{','',0,'?'),(_binary 'ðV\Þ\0Nsb\äÐ‚t.ñ','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareTrait.php',0,_binary '\Ã\r\Ù4ôwC¡ñ±ª*v',_binary '\Ã\r\Ù4ôwC¡ñ±ª*v',_binary 'ý\å$6\Ã*§—¨sžžÇžõq\èŠLB¼(V¶\ÝU›\ê$B','',0,'?'),(_binary 'ð÷*æ²«žQó‡ÿ¥N','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûn\0\ìˆ]\'];6¥‡',_binary 'P¯[ ŸM\\pŸ\Ô\à\ÇH¬&Ì£ò\\ÿ^p\ËJ¾È','',0,'?'),(_binary 'ô\Ï\á\ã\Ë\Ò\0€V›dõW2','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nÌ¬\ß\'\å^–ˆ\ée\Ã{g\Ý$',_binary ' B ^ûõx^(œH@WºqÁs\Ì\ÌO|Žtoó\ä#','',0,'?'),(_binary 'ûm¢*\Í)µ\Ú\ã–xpó','wp-content/plugins/wpforms-lite/src/Integrations/Elementor/WidgetModern.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/WidgetModern.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»…^þ\é\ÌPŸ¶\ÊvO)',_binary 'S`¤[k \ãW˜\'\éš+~Kg¡Pt\Ñ	8Y ­º\ìc!','',0,'?'),(_binary '—\\\Û{¨\Ê\Û\ëÔ™óUV\Ù','wp-includes/blocks/navigation-link/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\nö	\ëQŠ¾TõZJúÔ›',_binary 'yÑ®\Í?C[öeEt“¯i—ðoý5TYÆ‹÷‰=c&“‰@','',0,'?'),(_binary 'y7¯\ÐMA\ä@ š…','wp-includes/widgets/class-wp-widget-rss.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-rss.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9s\'é’¾\ÒT\å \n\ÑJ2',_binary 'õA\ÇBª‹m‰øqþ‘·A\ìzœ\íiZuû\Ã\Çõ\Û\\Ž\×','',0,'?'),(_binary '=TIC§Fq¹¶.Wz\0','wp-content/themes/sinatra/template-parts/content/content-404.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-404.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢5,‡O&\Æô‡\r	I°',_binary '¼ƒl?\'\ÅÏŠFÿ&7\Íüú4C­+n²ÎzÐ¡ò\'­:','',0,'?'),(_binary '~3}«p»m`e\Ä\ËD','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_real.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_real.php',0,_binary 'ñ\æNm÷²5\ÐF6ój{kV',_binary 'ñ\æNm÷²5\ÐF6ój{kV',_binary 'Ž¾V”\ÍzŽ\Ådš´œC‘t¥®jS\ë¢A\à\Û\Þ\'','',0,'?'),(_binary '@Á[’¿»}cˆ¼c\ëMM','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_222222_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_222222_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '79..¸¦\Ý\ZT\ë',_binary 'b\á“>Žu~-E‚Z$\á_X7¦.§\éÀ@÷v\Ã~Àl>','',0,'?'),(_binary 'Ù’\Ï\æ[6Yuj1‹²¡','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñ¨KËž3\×?3:š\îl\Û',_binary 'RD\Ç#7ùh\ÞO\Í\ÜßŠ\ã\Ê\r\í5†/\Åh\â\à\Þn^ž\Í\Ç','',0,'?'),(_binary 'š_)0d|‰6_„;n','wp-includes/js/dist/rich-text.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/rich-text.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡\'\0I`u¡ð2\áA©²(÷',_binary '€¢\á?À0\Û\Ý^f8B\Ø*M\'Q\'ù\r·j|”±\Çb4‡','',0,'?'),(_binary '4À\Úišª\Ön-¤¯²ú','wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú/;&˜zS¦\ï`9ý•',_binary 'ù.\0\êu½ˆ|«.dP\Ô\Ù\éY\ËA”n\ã\Û\Û\ß\Ýñ','',0,'?'),(_binary ' ƒ€Š´k\á7&4©8º','wp-content/plugins/houzez-login-register/social/Facebook/FacebookBatchResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FacebookBatchResponse.php',0,_binary 'Bõ*œ‘Œ.Uˆÿ‡Bz',_binary 'Bõ*œ‘Œ.Uˆÿ‡Bz',_binary 'Yóla@—etœ[+Œ¼£ò\Øz—gÁ3.¼Spµ¯¶','',0,'?'),(_binary ' \ã$³AEv¢©7\ç:','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-laurels.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-laurels.svg',0,_binary ' Òƒ\Í0\à <ù\Ë\í$',_binary ' Òƒ\Í0\à <ù\Ë\í$',_binary '\ï\è~Ý±j¥·‚z	¬mD`–ž2ˆ¤û=_g- Op','',0,'?'),(_binary '1\Ä\àË•q†\åv7°lr(•','wp-content/themes/sinatra/inc/compatibility/class-sinatra-jetpack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-jetpack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dÁ\í!Ž³\ä¥;\í\Ãr™\ÕOe',_binary 'iaÆ¡ü—w-³+\ìÛ‹x£•\rÉŠ\îH\\3¨÷%²3','',0,'?'),(_binary ':aS’¨C¤{W8\n÷','wp-content/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php',0,_binary '†N\Ä[9;Jn–B=Ú ',_binary '†N\Ä[9;Jn–B=Ú ',_binary ',\ÏI8Kiø“3\r\Å÷\Ê\Ð	ˆ‚œ9š2%&<Å¥¹ ','',0,'?'),(_binary ':z8<™z:y£wrŠ¥÷','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.no.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.no.min.js',0,_binary 'ñ>\ÖA“\Í\ßÌ‘ûð01û+',_binary 'ñ>\ÖA“\Í\ßÌ‘ûð01û+',_binary 'B\Ò7˜þG\ípõˆg.öPœ:Á\ä·s\ßHÉ\Ï\0','',0,'?'),(_binary '=D\Ûö\à›Õ°€Z¶ŠÓž\ß','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_24px.svg',0,_binary ';pT´6\áûüµ‰’5,',_binary ';pT´6\áûüµ‰’5,',_binary '?—µ\Ü_@0zž8\å÷9,›©‚ü!\\±q½e','',0,'?'),(_binary '=ž	„®\\vV£«‰­\Çx','wp-includes/blocks/rss/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü+þc{\ê<|	\Æ\Ñ\Ã\Ç',_binary '6.bE8F;‰\Ò]–‹8 Kr›Ë¶—ÓŸì·ŠŽ\\','',0,'?'),(_binary 'OžI(!…±…j\ÂtPò','wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-connect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-connect.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê\älc”TA\ì.\Ô\êD/¸c',_binary '´%\ÖF›øKKM†°	‚†I\Òl/v¥wõÅ•q\è\ËeŒ','',0,'?'),(_binary 'W‹]~R¯\ëGSƒûŒŽ°','wp-content/plugins/houzez-theme-functionality/elementor/tags/property-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/tags/property-title.php',0,_binary '†\Òj\Ç\"\Ñ.é©†xE†”\Ð',_binary '†\Òj\Ç\"\Ñ.é©†xE†”\Ð',_binary '\å\ÄÜ¶ñ|(¨W¿\nY“Bvueô6\çÃ¬.Ô´Æ‚\Ó\â^','',0,'?'),(_binary '_ùÝ®‰©\Å&¯øB\'\Åf','wp-content/plugins/google-site-kit/includes/Core/Storage/User_Options_Interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/User_Options_Interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰Ý‘\ë\å¿Éªùo:œSÚ¸',_binary 'ut›¶¸\Ý\ßlú\n¦\Ô2·\Õ^„B¶D2\n\Çd‘:š63','',0,'?'),(_binary 'a·*D3£vÀŽe\'dý','wp-content/plugins/wpforms-lite/assets/images/email/info-block-icon.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/info-block-icon.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sS	_¾ûµað\ãò\Î',_binary 'Diõj`«r>ñ‹\Ïª\Ãi\ècº\Äo\Ån\Â\Z\n]°ô\æŒ)','',0,'?'),(_binary 'd£·‘9>\Ü\"Â²„ŸŒº','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunRealtimeReportRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunRealtimeReportRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–\ÑJ\Éo\Ò\È.)ý\É\Êò(',_binary '%~Ÿ\ç¬f\ÞHvR»Tl\äÿŽ\Zö°©y\Ü*“(²‹„K','',0,'?'),(_binary 'd\á\æg¨%\în\rqhZÍ¼','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Helper.php',0,_binary '³Úˆzµ§}d÷/ý¤)',_binary '³Úˆzµ§}d÷/ý¤)',_binary 'P–}a6<@ø\nƒ\ábo \Ð$È¶¿\ÊEA\ÆAðŠ\É','',0,'?'),(_binary 'fY\Þú±,š¿hL$ôu.Œ','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.0.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.0.php',0,_binary 'Ê§ (…\È\Ï\ã„·3',_binary 'Ê§ (…\È\Ï\ã„·3',_binary '04\ÙÉˆ\Ý1vwt\nJ‡AR+–\ê\'-:s‡\æ','',0,'?'),(_binary 'hVX\ç¿\êµŽ»¢ù\É×Š','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests/Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests/Request.php',0,_binary '\âŠ8¸]¢\í>\îF¤\Æ]AN”',_binary '\âŠ8¸]¢\í>\îF¤\Æ]AN”',_binary '½\ÊG\ÓUº\Õu~>\åDuX\Ãw˜¶\ÜY\'€ª#Í˜´cW','',0,'?'),(_binary 'h/=b‚À\×\"	/#øo','wp-content/plugins/updraftplus/includes/tether/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â\Ø\Z\Øp\åüØ¥º£\Ëi',_binary 'B¡\Ó?\Õ\"{\nŽ``\à|H„Wˆ“þñ‰Œ\Êôj›uœ','',0,'?'),(_binary 'tk˜OÀ>¢J«tPs•','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.gl.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.gl.min.js',0,_binary 'WÁ¥”‡\Ý_\ß}óôl',_binary 'WÁ¥”‡\Ý_\ß}óôl',_binary 'm¶d\â[\ÞFQ\Ö\é0ó\n\Ôþr.>\Äv{\Ð\Ûñ»úk','',0,'?'),(_binary 't\Êz\Ý]O*™_z\n&','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-search-replace.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-search-replace.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v øö¾@\Ïh³$€',_binary 'øöµ©\ÈÇªð›ûl\ÚO|\Ìb\Ô6‚(*­ZŒf¾E¤\Å','',0,'?'),(_binary 'u]vk\×J˜\È\è{ž@º','wp-content/themes/houzez/js/vendors/i18n/defaults-da_DK.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-da_DK.min.js',0,_binary '¬\ÈY—\Í\r»6™/˜\Ëo*',_binary '¬\ÈY—\Í\r»6™/˜\Ëo*',_binary 'šUø`+R5ñ®\Ï;66\nÁ%(;Q±”>Â•E\èú|º…©','',0,'?'),(_binary 'xú°%%òç²!vª˜ˆ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/apple.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/apple.svg',0,_binary '¹”o÷6¹õð<§\ä@–©¥',_binary '¹”o÷6¹õð<§\ä@–©¥',_binary 'Qxu›ýýc\æv‘\×Â˜\ïµñ>\ÓÄ «˜2\î£x\ì÷','',0,'?'),(_binary '|\ÛIl–·G(š¶cbýx','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedCreditService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedCreditService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£Á¶}\êŒO­»•\Öw:',_binary 'o)Ê\Öhq°úAk;’¶\à!1\09HG’ˆt1Cq*½$','',0,'?'),(_binary '}@¶fpžÁJ›\n‘\Ã','wp-content/plugins/revslider/public/assets/svg/action/ic_grade_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_grade_24px.svg',0,_binary '<M7Ty~O„Ji¸¤o',_binary '<M7Ty~O„Ji¸¤o',_binary 'ÿÍ¨i\å”gÎgO…±x8õ†l¼\å±öÄµ”®\Í¢€','',0,'?'),(_binary '€¢<ùi\Î\Â\å\ÈQ\0','wp-includes/js/dist/reusable-blocks.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/reusable-blocks.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ä§úŸS\â*\ËK²\Î01R',_binary 'šŠrcƒ³\á!\Ç.\Ñ	O\n,\éQbf7û®¡ˆ(\ê','',0,'?'),(_binary '‚o}!™s¹D†4K\æ?','wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary 'ˆ`&%eF•gÀœ”ó”d','wp-content/plugins/wordfence/models/block/wfBlock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/block/wfBlock.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\ì\àŽ\n±­Hp\Ä\Ð@†',_binary 'žVž\ß\Ç:|]!†\ë£Zúó\Í\'S*\×\í\Ê2	7Á´i','',0,'?'),(_binary '‹0\Â\ï \íDœz‚BÙµa@','wp-content/plugins/wpforms-lite/templates/admin/payments/hidden-field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/hidden-field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0r4)\çH)´þ°\à{q¡»',_binary '\Zóü6¬·‘·y›b¶I_w½YŽ\Ü\ß3;8ñ*S‹','',0,'?'),(_binary 'øF\Ù\"ßª—»G\ÄÈ›‘','wp-content/plugins/houzez-theme-functionality/elementor/widgets/featured-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/featured-image.php',0,_binary '~°+…¤©\Ö\" ~I\ï<‰§',_binary '~°+…¤©\Ö\" ~I\ï<‰§',_binary '=c”À•·ü’Ž\à\È&±\îŸ›*ocu;.\Ü.\ã\ZNr','',0,'?'),(_binary 'Z‘\çüI\ãÛ‰\Ây','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character08.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character08.svg',0,_binary '(\æÛ­s\ç…\Ô\å„U\Ö7B¢',_binary '(\æÛ­s\ç…\Ô\å„U\Ö7B¢',_binary 'Quoh\ØRW¯\Ó4L\ÌÐºB¨`ô¡u°ûBÆˆ\Æ.U','',0,'?'),(_binary '’\ÄÚ™Š\ÄXV„rØºý\Ø','wp-content/plugins/revslider/public/assets/svg/action/ic_check_circle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_check_circle_24px.svg',0,_binary 'q\0;§\ÔG‹· 1§ÿ\ã',_binary 'q\0;§\ÔG‹· 1§ÿ\ã',_binary 'ZÜ4 B}ö\Ç¤-›¿¼WôF+ƒ‹_°‹š‰,Wó','',0,'?'),(_binary '–\ngbxòD½\Ùe‹ð5\Ö7','wp-content/plugins/updraftplus/images/notices/support.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/support.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a\Í\æ\ÒQ’L\ìw‹×¦\Ù\Ç?',_binary '­\Îß¯ó›Ài\0a¯1±\àò†‰”)+#\Ö_x_¼\ã¸','',0,'?'),(_binary '–»&\ÑTE:¹Ôºf‚h\È','wp-content/plugins/wpforms-lite/assets/css/emails/compact.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/compact.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Šo\äL\Ýû\"8ð´e²5‡',_binary 'O-Bs7CC>\É\Ì|¾ø#gU\ÓG™v4Dùòdÿ!','',0,'?'),(_binary '™º]\â«_8yDÉ»4)œ','wp-content/plugins/google-site-kit/includes/Modules/Ads/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads/Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$qx´\'‚lJ\Ôq“Z\\\ê',_binary '0÷|9\n|2_½\Z\ïN›G¢œp™µ\Ý\âºNÎ¨','',0,'?'),(_binary 'ž\í» \Ètù\n\Ú5	º\Ü','wp-content/plugins/wpforms-lite/templates/admin/pages/constant-contact.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/pages/constant-contact.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GVJ\ë~\0 ÿÝº\ë¢R',_binary '2\ÖSX:pÿ\r7’‘\n@ã¾8T\"L\Ïû¦\0\ÏC','',0,'?'),(_binary '¤MýÄ¡½\ì\ÍwwK\æ¯N','wp-includes/js/dist/development/react-refresh-entry.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/development/react-refresh-entry.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª>ñ\ål\ËÀ\íŠ_T,\ë\Ï',_binary 'G\r¼×½f¿ó\ä\Ën³\Íƒy±\Ú\ãYE\0ú\éyw¿E\ê€','',0,'?'),(_binary '¨\"¦sybNl-¼\×”','wp-includes/blocks/preformatted/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/preformatted/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰S²ü»G\Ô{Äˆ]ù5\×1',_binary '_Ÿ£­pc)k\é\ê\Ë3YHL¶IWO…P]9ôt\×S','',0,'?'),(_binary '©:8\ÏIaö¹Ã¸l\Õm','wp-admin/includes/class-ftp-pure.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-ftp-pure.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T&¨}\Ø\\3\æœ\äJ¸‘ \0',_binary '¥\nS\ÄÀ{U\È\ãžCdz$¨ü”øy\Âý\ï\Éa|8ð½[','',0,'?'),(_binary 'ªK\í1$\ÚüM®?(-','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/VariableFormatValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/VariableFormatValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªª‹\Òñ><\"Á\0obýrAJ',_binary '6³\ÊZÂši\0]RIT`“\èû\Ò*P\Ð\ZÈ•ks¨','',0,'?'),(_binary 'ª`Ü¿]*¡r\ä\Ö\ê\äµ\Å','wp-content/plugins/revslider/public/assets/svg/hardware/ic_phonelink_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_phonelink_24px.svg',0,_binary 'S\Ñ4X	‡\Ã~ÁW',_binary 'S\Ñ4X	‡\Ã~ÁW',_binary 'µ\éa¾¼AF\\.1‡\Ï\Zƒ]rYS\çüõ@|­5ª\Èw','',0,'?'),(_binary '­0ÿŒw¶\ÄE ö\Ôû<','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginUninstallTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginUninstallTask.php',0,_binary '­;IÁŠ\Åq\Æ=ó\äjª·W',_binary '­;IÁŠ\Åq\Æ=ó\äjª·W',_binary 'Â„4-,?Ë½o\ÇÀ\Ë\ÈY£÷\ÍŒl\èS\Þ s,ò\Ó\0','',0,'?'),(_binary '¯“f\\,¤t_üúöû0','wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<[µO<\"”±\ÞD\ì“h‚´',_binary '\Énô¶%6‘ºO­²(¿ë§‡­P™-cŸ¾‡Ï‡¶J','',0,'?'),(_binary '±úZ¸?Ù±i','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ca.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ca.js',0,_binary 'd`WYgr#\ÐBbi÷½Q',_binary 'd`WYgr#\ÐBbi÷½Q',_binary '\Ñ&—\êƒ\É\×w¶\É~\äO\Ñ(P\ËŒ\Ý<õ\íxº\ÂEP','',0,'?'),(_binary '²þ£²KqM\Ã\ä{ƒ±»','wp-admin/css/dashboard.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/dashboard.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­C\Ý3\Ó|PtÎŠ\Ç\Ï ¨l{',_binary 'a‚øG!¼\\Uá“¼¹Z-°£\âY.o!\ÊGa¥\"û','',0,'?'),(_binary 'µ‚³ÿ—¦hX\\H›9','wp-content/plugins/revslider/public/assets/svg/device/ic_gps_not_fixed_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_gps_not_fixed_24px.svg',0,_binary '>¨x\äE\Öy\ÙQ¦/bV',_binary '>¨x\äE\Öy\ÙQ¦/bV',_binary 'SB¶Âˆ\ØÞòG\Ë;Œ+bp\êñ_@=,n[M•”\ë\â','',0,'?'),(_binary '·\ÆsÝœ“Ãž3‡Œ\Ïôþ\×','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹7&eô\ÆJ†Â¡³¦±ŸW',_binary '\ï%ðp©ä¯˜‚88`\ÄÿˆA@IW\"j\á\Û\Ûÿ!U ','',0,'?'),(_binary 'º{xZ\Æcù\"†hb‘?\Ê','wp-includes/js/dist/dom.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/dom.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô\á¥N\Û@|¿ü»cò',_binary '\æ	ATökü¹\Í~[\á\Ã[´A“¿°	¦n1XM`ñbš¯','',0,'?'),(_binary '½¯\ßs®¡‡o\ÞU¦c]\â','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\Ýÿz\î\Îö…ET\0{ƒ\Z',_binary '\Z\êC\r5ªQÿ¦ƒ’\ì\çä¼“\ëù\Çc®ü	ý','',0,'?'),(_binary 'ÀPƒPß€Á¬D,©m³sB','wp-content/themes/sinatra/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z»U’?—iÚ¯3@A',_binary '£	\r\çI\Ýõ%Ã§!ó´½iˆ(.‰\Ñh¨cM\rU/²','',0,'?'),(_binary 'Á—c:\Zº\Ô\Ø÷O[Eö','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/gallery-variable-width.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/gallery-variable-width.php',0,_binary 'mg^±-ûB?~\Â\ê\èp7',_binary 'mg^±-ûB?~\Â\ê\èp7',_binary '-$÷,M¸¤)¸G! ½\ï%UPõ!	uöµ²›\é\ß','',0,'?'),(_binary '\ÂTB›¤O>\ßv2\í\î}Ea','wp-includes/SimplePie/Locator.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Locator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4ðÚ–_ð\ÛÀ—€}\î\Ã3\â',_binary '\á³#öL&$FÎªK#\Ò\"¨`Ôˆ†”MC›Wd','',0,'?'),(_binary '\Ä/Wˆ¦nÊºC÷).N½','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/MigrationSSO.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/MigrationSSO.php',0,_binary '$ka—Y¦\æ#\ïr!›\ã%',_binary '$ka—Y¦\æ#\ïr!›\ã%',_binary 'o˜o\él\ÃRÒ›e¸o¡«Ñ‡·¥Ç¨´W~šÐª€)','',0,'?'),(_binary 'È’\"N=‘L\â°.U','wp-includes/blocks/more/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/more/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“´\Çý³wÁ.\Ø,$‰#>\ä',_binary '+\Íç©©T^3=@\Û\Êü5\ì±\à_—Œ©jzÇ¼[9+\ÅN.“','',0,'?'),(_binary '\Êð\'™\ß$ø…s„PFj7','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php',0,_binary 'rö\Zˆ\Þc‹q#?‰\Þ\Ò\à\Ü',_binary 'rö\Zˆ\Þc‹q#?‰\Þ\Ò\à\Ü',_binary '\ÝL\Â	—e\Ç_ˆ2¥%úÔ­“þ\Ä\ê\é5Á\Ä\ÙBšù^ú','',0,'?'),(_binary '\Ë\â6šŸ\"ƒ\íú\é×’','wp-content/plugins/updraftplus/includes/Google/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1Šü©ð\ÓZKý­À/ò',_binary 'Æ·-†\æ)ÛµØ¥\Ýô•z9®¼\Çû\ÈI p*õ\ç#¶I\ê	','',0,'?'),(_binary '\Ò(‚\\2m\n\É','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬]úý°`\0\×;!(ä‚ñ\ß',_binary 'Jx»=*e*{(vP®©7\âY0m,\åö$tƒ:Q!e¿','',0,'?'),(_binary '\Ò\ÄÏ\é\Ó6=™‚Ì•','wp-includes/blocks/post-excerpt/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eÌ…ü¶bJü&ïŠŽ^Å§',_binary '™—•©‹ýš2u¼…	\ëlõx¿D\íg¾/\ëvº\Ù','',0,'?'),(_binary '\Ó\ì#G`D|awÀV‡ú…','wp-content/plugins/wordpress-seo/images/academy/block_editor.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/block_editor.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±	À\Ðu4,3_k²>g-_',_binary '6@q|º\âü^“SfSš\ÍÊW¹ª|Zô\r,=','',0,'?'),(_binary '\×D¹ýHk0´­d±–','wp-content/plugins/wp-rocket/assets/img/plus.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/plus.svg',0,_binary '\ä\ZŠª‡‰\Ç1ø\êäŽ',_binary '\ä\ZŠª‡‰\Ç1ø\êäŽ',_binary '\í¼”þ‹p$y2¦¯\Â#¥võ‘®/óšk#_/K¨Ý ','',0,'?'),(_binary '×^k)O|\ßÄŽhø»','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q©&Em•4\Ê<:s¦',_binary '\ë©•)!øRôL^4Â€»\ìO\Ãaœ^–Í­esºŽ\Ã','',0,'?'),(_binary '\Ø\ÝE¥P9D•U\"¹¤\Ã','wp-content/plugins/revslider/public/assets/svg/image/ic_add_to_photos_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_add_to_photos_24px.svg',0,_binary 'ø›ÿ\Ö\Ó\ÐrÄš\áK‚\í\ßÀ',_binary 'ø›ÿ\Ö\Ó\ÐrÄš\áK‚\í\ßÀ',_binary 'Ë›KŠiFŽ(ü6y\Ìv\Ès\Ét\ÜU\ëXV\ÈÄº¶A','',0,'?'),(_binary '\Ù\è)²\àiÙ®t£v¨J','wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“ìŸšX\ì±n\ÜWš\å¯\'fP',_binary 'µýeš«USq”À•¦\ï|€™(vƒy\ÝV\ë%˜±3¢X%','',0,'?'),(_binary '\à\ãW\ÐMF`3\Ì\Ü$÷\æ','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2¸\ÂÀCECZ6³›¬e¸',_binary '\\W³÷.Â£\Ö\ä\ï;\\	®Kú±[\ÉzHEIª8ù€A','',0,'?'),(_binary '\áž\Ù~¼û\ç\\>ùú','wp-content/themes/yith-wonder/patterns/404.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/404.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í\ÛnD\ì­¬¯V‡,J',_binary 'œp¬­^¢Ô¯ƒ\Ü\å\Ø.òû#bk\æš0\àù„t¯”ûVA','',0,'?'),(_binary '\ã\É\Ölsý\Ï\ãÔ­Ž=~','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SubscriptionItemService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SubscriptionItemService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢ú\Zy~\ÛWpwá˜¼ñ‘¬',_binary 'À6W\ã¨ð´\ÞLÿ\Ð÷1BA›þ\àŠMs\å\ÂH3\á-®Ý€','',0,'?'),(_binary '\ëôsû¶]u|“\î¯(K','wp-content/themes/houzez/js/vendors/i18n/defaults-hu_HU.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-hu_HU.min.js',0,_binary 'ð”\ä\ÔJÿ²\èj†`¾?«',_binary 'ð”\ä\ÔJÿ²\èj†`¾?«',_binary 'VCT\ä3œ@f¸/²1DŽx9ùÛ„Ï¾vÆ½w¬','',0,'?'),(_binary '\ì\Ô~¼I’\Í!Ô´¶^','wp-content/plugins/houzez-crm/includes/class-leads.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-leads.php',0,_binary 'cösdð\Ñ]ùcž\ÛD±ü',_binary 'cösdð\Ñ]ùcž\ÛD±ü',_binary '=Ø”\é\Î\í\ï©Uc¦q\Ë$ö}&Xª³w­:\äõG\ÐH','',0,'?'),(_binary 'ö§5\Æ\ÓF—ÁbA«','wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û\Ü\ík!`\Ë0ž\ÏL\Åq',_binary '„©µtu+/;Q?-˜›T½]\äV{8À™N\Ñ','',0,'?'),(_binary 'ö\Þ*\Ê7\r\ç\æ?\á¶ý','wp-includes/class-requests.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-requests.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò\0\Z©\ÖNz\Üj\é3',_binary '1\äÁŽW~f˜\ÑW½…“¢;\0\âWœ5²Uˆ¢8À¦<\î','',0,'?'),(_binary 'úÔ¥d6g]Q£ƒ‰O#>þ','wp-content/plugins/wordfence/lib/menu_install.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§\ÇtLYN\Ë\Èð®\Þ²\Û',_binary 'VÛ½þ’%\à²£#Ç‡\Øo•§s€\"M\\ÿ>6–°ˆ\á','',0,'?'),(_binary 'û;dô.Í‚] 5\Î<ô','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceLite/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceLite/index.js',0,_binary '¸¨Cc„4“¯»\â\Ä-¼\Ð',_binary '¸¨Cc„4“¯»\â\Ä-¼\Ð',_binary 'x\Îµ©\Ã,\nTf\Í\Ì––Mª.$SB®\Ò4\É\í\"W‘','',0,'?'),(_binary 'þðŠ³üÏ»ÍŠ=}¢V·','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/sunrise/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/sunrise/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó\r\Ë)M\ìhç· ¾§\Ù',_binary '·6*¹ÆY]÷!&L\ÑRÌ·.p–T†\Æ!£\r€\Ë	k','',0,'?'),(_binary '»Q1	o žW)Á 2','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_data_setting_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_data_setting_24px.svg',0,_binary 'X6TXD\ì~\Ö{Ä²¿ Œp',_binary 'X6TXD\ì~\Ö{Ä²¿ Œp',_binary '#\ÃÁ³§\ÍF¦¥BË„Ê \ÐhºN\äõÑ¨- 8>','',0,'?'),(_binary '\r\Îeœ—\É¾K¼g‡¹.q','wp-content/plugins/updraftplus/includes/Google/Task/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Task/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q¹i\\\\¿«RY‡v`“',_binary '\Â×¢‹!g\Ý|Œ-GO$Mo.{¬tü\ç/·K¤™°+R','',0,'?'),(_binary '$‰H?.0h\Ø©\í\Ð','wp-content/plugins/wordfence/lib/wfScanEntrypoint.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanEntrypoint.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®´\å\Ñ+#F%I·A\ç®\í',_binary 'ý–÷ƒ1M\Ý\Ú|Pˆk@\çm_ÀW°ŸvA?ºvz\Æ','',0,'?'),(_binary 'É¢E\ì\Ùó\ìGNj\è\à','wp-content/plugins/elementor/assets/js/elementor-admin-bar.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/elementor-admin-bar.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n#0\á‚\äoB\ë\\L\ä\n‹\í',_binary '`	kŠ\×C$\în\Î\êMY0›¨ý\Ú\åd\Ê\ÈYWû\×','',0,'?'),(_binary '\'%!v«[mV0\ß/','wp-content/plugins/wpforms-lite/templates/admin/payments/single/no-payment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/no-payment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö|Á1bž\ÒtuÙ’R $l',_binary '\n$\àNŒ\r‰\ê&\Ë\í²f³rBn†ƒ[\Z\âÑŽ','',0,'?'),(_binary '&J]z8.ê±¤Kˆ*','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xÕ‚`¥\ß{Á%_<y	^',_binary 'T—/ô[+\r\åJ\ÌCÇ±T\è\Èv\êC{zJ¬ú˜5','',0,'?'),(_binary '‡s’\Îy\Ý\ê%#ÁröŽ=','wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§ox¦C\\\ë\Ã^2\Ù\ãý\Û',_binary 'ý\ãVe ¬/\ÄôV·©£+wwŽ™¥\Ó\à\àú$ª¬o©H™','',0,'?'),(_binary '´of?\Þ3¨P¿1ò\"\â','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\"Ì¤/O”›\ìY¢·\'',_binary '\Ê8\æe\êT›et\r jœP÷/¥ÀJ\ä†™<^¾rÓ¥z','',0,'?'),(_binary '&‚F2ˆ©«rú\é\Í','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-block-gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-block-gallery.php',0,_binary 'Œtñ3³A\áW(Œ(ü\Ð',_binary 'Œtñ3³A\áW(Œ(ü\Ð',_binary 'U‡‚Š¢ÿk¡zB\0®Ì¡!\è®\×+lRžw\×\é\êkö\"s','',0,'?'),(_binary '%QÙ»¡šðØ¯À›y›Áö','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/field.php',0,_binary 'ÍG\í]¥B…Q\Û\á_',_binary 'ÍG\í]¥B…Q\Û\á_',_binary 'e˜’”÷[Þ²N—©^¨V\Ítk\ÙÃBIZs¦€Tˆ','',0,'?'),(_binary '1aø‡¡û´ºŠ™þ?\Ùl','wp-includes/blocks/comments-pagination-previous.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-previous.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nÖ¼Ö´\ç1«®\Ù\Èã®•x',_binary '§HXHb\Ù\í\Ü\äŸ\'‰÷0C\ã¡*Œ„ŒEµŒ0²\Ë(','',0,'?'),(_binary '3\Ï\È9…‚vŒ&/©Cd\ì','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô\0ldÿ…luõO\á:†\Â',_binary '¤\ä[\Ó\ÜyŒ\Æ\\¶Ù¾¤8*\Ë&‡\Î= \ç¬\Ð','',0,'?'),(_binary '3õXæƒ®»°Ÿ·\×fÕµ6','wp-content/plugins/houzez-studio/admin/js/i18n/ka.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ka.js',0,_binary ')o¦«\0÷ö\çÓ’D¹',_binary ')o¦«\0÷ö\çÓ’D¹',_binary ']é¿—#Œ±µ\Ê\à8\0\r%*C‘Ui`\æÿñfóó\Ô\ç`\n¢','',0,'?'),(_binary ':›ˆ.°\ÈW×’xÞŽ\ç','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Exception.php',0,_binary 'ù&<\Ë\Ü\ìwh\à,U{Oýª',_binary 'ù&<\Ë\Ü\ìwh\à,U{Oýª',_binary 'ú\ÐHkB8\Ã\ã¼\ì›\Íû?‡\Ðk3¿>*q','',0,'?'),(_binary ';|Ø˜¤w)\Ë0 |yCˆ.','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/TagGenerator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/TagGenerator.php',0,_binary 'oœS,0=Î“\"\ÜX\"h\çø¶',_binary 'oœS,0=Î“\"\ÜX\"h\çø¶',_binary 'R°S-\ì\Ü>±¸_ª¯™Dþ\æ\Â\Ä\åó\âueÀš‹U¶}d','',0,'?'),(_binary 'F«\ÒeÀû\Ö}\í(·\å¿','wp-includes/js/jquery/ui/dialog.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/dialog.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Vk%\Ãý\0–5X\r¥®y\áI',_binary '5 %\ÌJ¤)A½°Î§\Ì&=xÁ‚\Ó<\î¤G™u','',0,'?'),(_binary 'G\ËeDŸ8\â‚›9','wp-content/plugins/wordpress-seo/css/dist/new-settings-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/new-settings-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CÄ‘\0¾>Ú¦ˆ‹\'+\Æ|',_binary '\ç)\é£	À\×.\ê5¯Aa÷}yñ]\Ë?*Âº\Þø9\â\Ég2','',0,'?'),(_binary 'Gß‚‰\Ûu¶7S\ÈúCM','wp-content/themes/houzez/framework/stripe-php/lib/HttpClient/ClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/HttpClient/ClientInterface.php',0,_binary '\è˜\âŽ\Ñ+\É\Ù\ÑeB’\â',_binary '\è˜\âŽ\Ñ+\É\Ù\ÑeB’\â',_binary '\Ôú?\ìª~\ÎÛ®%\çC¾¯°\Í ‘·½\í¢û\nSw•!q','',0,'?'),(_binary 'HQe¬$t‘g\ÚV\ÇX÷;','wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'XJ\Ïe\ìQ\ã†w¸y;¡©0',_binary 'UL}\ÕS‘Ù‰§	ÿG²ÿ\Ñ3b¸¨\Ï6\ábOõû','',0,'?'),(_binary 'J¢—+n³\Z\\™^\Ä_X','wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Activity_Metrics/Active_Consumers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Activity_Metrics/Active_Consumers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<@jÇ´d¸ˆ\íÝž\à\íð',_binary '•Â«XðFY\Õ\ÏOsj0÷3Á\æyavPsqW>kÿr','',0,'?'),(_binary 'L\ÔSTB\Ä\çè™#–\É}','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/epc-current-rating.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/epc-current-rating.php',0,_binary 'ü\Z\Â\ì\×\á\rþ\ãK®ó\'\"A',_binary 'ü\Z\Â\ì\×\á\rþ\ãK®ó\'\"A',_binary '\Ý\âhQR°n\æ´?\ê\È.XdŸ\ËÕ¸D\Í\Ã\Ð3óF¡','',0,'?'),(_binary 'P·.Ê¸v›ˆ¿Þš´','wp-content/themes/houzez/template-parts/realtors/agent/website.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/website.php',0,_binary '~!ð.\ê[÷\×,=?2²ð\Å',_binary '~!ð.\ê[÷\×,=?2²ð\Å',_binary '\'\Ýöx\ÍV[C?/\ÛM(\Ö\Æ\èRCÌ¦©~H¢$ž]Çš\Ô','',0,'?'),(_binary 'U\Å=Cm;:\\gI—\ã\ÕC¬','wp-content/plugins/wpforms-lite/includes/fields/class-email.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-email.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N-\ë?!zW~\Ê\'ôz',_binary '¯\Zs3±	¬\èþ¹\Ñ4aøù\æ!`aJ\ï\ÄÁpþX\Ù\é¥','',0,'?'),(_binary 'Y\ÉÄ³¤H\Ê÷2™\Ø\r7','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-i18n.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-i18n.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^bŠ\Ãì±“&\è–{Î…¿B',_binary '\Ð\Üv	aúÉ°HJƒö)N*˜ÁŠ (}¼u\0<q^µ','',0,'?'),(_binary '\\wJ÷€]Ô²\Í)\Ò\Ù','wp-content/themes/twentytwentythree/templates/search.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/search.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û@\Ã_%¢­(- r—\È\Ð',_binary '\Óûª\Èp±µ”zAL\Ü\æ±Á¹S=¸u{€m†\â\é\åa…þ','',0,'?'),(_binary '_½k\Ø\'a\ÍuÎb…','wp-content/plugins/wp-rocket/views/settings/page-sections/cloudflare.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/cloudflare.php',0,_binary 'g´W¸Þš\äX\è°i\íJÌ«',_binary 'g´W¸Þš\äX\è°i\íJÌ«',_binary '¦úþ-7+\ä´tó†\"^-ˆþ,2¹\Ü,ÀQ+¸ª\Å\É','',0,'?'),(_binary '_:³\Ý/?bº\Î7¤\Í\Ì','wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce/notifications.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce/notifications.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©\ï>eŒó?>\Ù[*\"\Ë\Æ',_binary 'Í¢\Þ\Ìc\Î\\ \É(‹ø\r\Ò/fqˆ@†Ñ¤\ß\ÚÁ¼#—\ã','',0,'?'),(_binary 'g)Tb“Ý‹a²n¢X7','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/ObjectArgument.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/ObjectArgument.php',0,_binary 'x¥\Í6E\Ûò½1\Ìöc',_binary 'x¥\Í6E\Ûò½1\Ìöc',_binary '¾\Í[r\Üúo\ã\è\æú`x=­}…Us«XÂ‘\åŽË¶÷','',0,'?'),(_binary 'jÍ“»!T- c–£–','wp-content/themes/houzez/framework/mobile-detect/vendor/psr/simple-cache/src/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/psr/simple-cache/src/InvalidArgumentException.php',0,_binary 'ðp\Þ!\Ù\ÑÊƒnh¤AM',_binary 'ðp\Þ!\Ù\ÑÊƒnh¤AM',_binary '™Á\ãg\ÓV\ï¾\Ó\é˜\ÒU$\'\Í)9y%EI¬›\ì','',0,'?'),(_binary 'kŒ\é½[V—l\Åö\ìY\Ð','wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'î“½\n\Ó\çvô\ëb„±',_binary '_Wä°ˆÁVºfP•0	\Å[\×iùLþ4+€\ÑS>€D`€','',0,'?'),(_binary 'k¸À(j\æ7Nÿ|)±','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor-modern.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor-modern.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0\Ï\âØ¦1•YÃ‹\âbðh',_binary ' lüõûk	!©\âaKò^ª±\Ø|\Ó\"`Rõ¤Ž×±\Û3','',0,'?'),(_binary 'n­óÙ™\nWù\Ê\Ìt¢\à','wp-content/plugins/houzez-theme-functionality/shortcodes/section-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/section-title.php',0,_binary 'u\íK°\ífšµ\Ï\Å\\Pž.\Ø',_binary 'u\íK°\ífšµ\Ï\Å\\Pž.\Ø',_binary 'd¾ß€XO«\n\í«\Ñ?8\Ë\à\èÍ¬\Z\Ï\Õ\ïòf3¥*?','',0,'?'),(_binary 'pôO\×3öy0”¼þOœUµ','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphList.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphList.php',0,_binary '_f¸ü®þ	Öµ° ¾ó–»',_binary '_f¸ü®þ	Öµ° ¾ó–»',_binary 'uñ¥ƒ7l¾°l\ÊC›7\Ï0á³¥[›=6D$­¾»œ0ÿ','',0,'?'),(_binary 'sâ™¼{DR\Ì[¥k\Ù1ûI','wp-content/plugins/wordfence/images/logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶zF‰\åÞ€W\Õ\rl\á~6',_binary 'V\É{“‰Q9\ïV	±†\æü°·J	X™qˆ†\ÖÚ€c“','',0,'?'),(_binary 'y\ÈBÉŒµl,\" ^\Ý','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h(\éföR·4\r\rW}‹FŽ\à',_binary 'ùƒF™8¸$R\çY\é©]ûo§*\ÚFtÐ\×D<¸E\ï','',0,'?'),(_binary '8m\Å\nd7¿õ\à\ã4t…','wp-includes/class-avif-info.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-avif-info.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È}n3öC·Á‰\Ïv80',_binary '[fƒT÷˜¨\Ø\ØLƒ9\Ëx\ÍßŽT9›S\ï\0:Ty¢\Ôû','',0,'?'),(_binary '‡ ¾\ìž\Í\Ù@\×dsÿ²','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/after-price-label.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/after-price-label.php',0,_binary '\ÐN\ì|kwC\ß6|\\·\Òù\Å',_binary '\ÐN\ì|kwC\ß6|\\·\Òù\Å',_binary '¡Br\ÈÆ¼4I\\\êV\ÑG?=^…$Â•™…âŠ—‚—','',0,'?'),(_binary 'Š\È\àý\×X/÷\Û\0þƒ	','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø‘¸\ÔiJ‚B!<\0',_binary 'Vº\Ç4“^C\ÃD\Z‘\î\Ü\Ã\ïü’ó\Í\Î;ÁùU‚z','',0,'?'),(_binary 'Œ-[\Ù\ÉŽüºzô\Ýf','wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsMetaCleanupTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsMetaCleanupTask.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Wºgû¸¯ò›C\ÃW`Îšñn',_binary 'L/\ê*\Ç\îµ>ª{&7>|z¬d-w\Äa\Õ}ƒgdñS','',0,'?'),(_binary 'Œ\È\ã¯}/\ÍpS\Û\Ã\Ç','wp-includes/blocks/page-list/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜPb7rFÎ”mÀ§«T',_binary 'ao\á0CŒHÿ¢º¾*B¶p§5\íh\Z\r¾\ãj\rG','',0,'?'),(_binary 'nòKUŒ\Ý\Ò`ƒ','wp-content/themes/houzez/js/vendors/i18n/defaults-ru_RU.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ru_RU.js.map',0,_binary 'eEy\ÆZÿ>©Æ¦£)',_binary 'eEy\ÆZÿ>©Æ¦£)',_binary '¶ø;\è\ÖóÅº£g½¬C\çd#&sA˜œ©a…\Ï^­\Ô%','',0,'?'),(_binary '‘N3M²\n£\ÃS¿\ì0j','wp-includes/js/dist/block-library.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-library.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'põ-2\Ï²;\á°TP\Ã',_binary '´)ø+\Ö\Ò÷\Ö+\Í\ïÐ€üÛŒ\æ\Ô\'£”\ßn‘n¯®~]','',0,'?'),(_binary '‘²q \Â\Ì\í\à%œ•\âPd','wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' Œ9\Ï\Êc$w\â\â\â\n\åþ',_binary 'üÏ¦\Æ*û[e\0*’ÿB‡ñ\Ð\n\n›…ð‚r}\Ü;','',0,'?'),(_binary '”4o¹I*&üO\Õñ\ã¿','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner2.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner2.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2þk¤ ©ù\0ƒ˜´Aò§ú',_binary 'Š`G\0\Û÷fDƒ„\Ò3L?S5°\È\é–8Ã¥jC¶:f','',0,'?'),(_binary '”\Ò>öcL_·q¥\ì\é\íY','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test/TestLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test/TestLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øQ¬\Ã\çzóK&«º\Ó} ',_binary 'ñº—\îô«¤j¯i4‰\ï\×ó,.½­Z¬úœ\å˜t\Ù','',0,'?'),(_binary '›\\iŒGÏ´µ£R\é:E','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLostPassword.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLostPassword.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7\äòCQq\Ö\Ñ\Ü[¬\åRðb',_binary 'œ”w«\ÅTw°\ÉúU\à[\ë– s\æÅ¤y\ÜÿRˆÀs','',0,'?'),(_binary '›‰\\|ˆžb³iWÀpJGf','wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Šé¬ºAq	„\Ó\Ã=\ãÈž\Ù',_binary 'l’ge&&¤\r]óQ@* Q™\ãR\Ã\Îw—šýw“N\Ü','',0,'?'),(_binary ' ²h\×\Ê;¯\ÄÁ$~£','wp-content/plugins/redux-framework/sample/sections/advanced-features/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/advanced-features/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary ' a\'\'X‹\ÐÜ·QM‘ó','wp-content/plugins/one-click-demo-import/inc/WXRImporter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/WXRImporter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2“\n\Z\0‡\ì\áVF½\Ô$O',_binary '\×}`&\î\ã…­]\ãdf\î›jSò\nµ9J[\Æ\ÛÌ™‰','',0,'?'),(_binary ' \å=\èòG$\0vq‘h\ê','wp-content/plugins/wp-consent-api/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”P\"J’…yL”59¨‚',_binary '¼ÿ\0v1£\ês\ÔN\í>cIDÙ¦¾\Ö„I\é­0ÿ-','',0,'?'),(_binary '¡vç«¸6\ã\É\ÅþKÿÚŽ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j&y´\Ãô\"@¡tQ\Ø',_binary ';—0Bc#\Æj¢u\äkIirR\"‰\ÙL93‘\Ç(¹','',0,'?'),(_binary 'µ,LCz´\"p…„½\Ù\è\É2','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Query.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J_JG¬)„\î=\ìÀ¤Í',_binary '\Ö×šøóþD¾üb¦#ž¬Ê¯\Ø\ß[¤Î¥  Ñ´?3','',0,'?'),(_binary '¶k¡ð\ç¤m¶¤Á})Ô¹','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility/Safe_Mode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility/Safe_Mode.php',0,_binary '\Î&Zô¾\ÆRr\Ýk\ÖE',_binary '\Î&Zô¾\ÆRr\Ýk\ÖE',_binary 'Z\ìgß…\æPŸ\Âg­j(À\Æl­\Ê<¬+\'\ÒXc>	<\Ôs','',0,'?'),(_binary '¸VQ;\'‘˜\Ù\Þ~Š\ä\n¤ö','wp-content/plugins/elementor/includes/autoloader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/autoloader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã¯ûÚ’‹4F2\ßO®ö',_binary '*I|5\Ê0‡œ\ì\éÁ\åA™%N—\ÚK\ë%kº<\ï…75','',0,'?'),(_binary '¹}Ã¯\ÏZ\Ñs\È\Íüþ¬','wp-content/themes/houzez/template/user_dashboard_messages.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_messages.php',0,_binary '\ã»mƒ£>\ÔtK„\ë•\Z9\Ü\Ë',_binary '\ã»mƒ£>\ÔtK„\ë•\Z9\Ü\Ë',_binary '`#\ËS,\×©t×‰ÊªÅ°÷}>œþù\áx\ZB\Ú\Å\ç','',0,'?'),(_binary '»šºc\ÆGÜ¾\ÔÜ´¥\å','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.mn.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.mn.min.js',0,_binary 'S¢Kšb\È}¶)\à',_binary 'S¢Kšb\È}¶)\à',_binary ':7¸¢I\Ô\ßQ3\Óö=O¼|\Ù:Õ‰à§‡x“	Œ©\ÒÀ+','',0,'?'),(_binary 'Ð¢M\ÚüS†\ã\Å[™;','wp-content/plugins/google-site-kit/includes/Core/Permissions/Permissions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Permissions/Permissions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µe›\Ò›Gµ@÷\é]Œ«',_binary 'HX\ÞD‰6¡£oD’–3</™\âKGýÕ¿\Ì\Ã%c9]','',0,'?'),(_binary '\Ñx(›Å¥Üº„.’õ\ÆÕ‡','wp-includes/class-wp-session-tokens.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-session-tokens.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'UÔ”\rŸ\ÌUK^\"šh§\è™',_binary ',\ÄØ“Ë‘	>¬v˜>a©œ¢\ë\Ç\ZŒ\Èe\r¿\Ûýv','',0,'?'),(_binary 'ÓˆsÓ¸eœ’«\ÙP¾\í','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/FunctionExtension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/FunctionExtension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â¤\Ù\Â6¤Qöò\æ\Ü\×\íÓ¸|',_binary '“¨O\r\×u#\nl\ÝÁ2Il±\Û\ÄÐƒóôŠ*3','',0,'?'),(_binary 'Ô’\×\ã¾AŸ•\×\Ùùr«Ž^','wp-includes/js/wp-custom-header.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-custom-header.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹C@$Ò·ƒSEô†#\ä',_binary 'ò\ï\"\èšy÷ä“§À\í}õ¿^H\Þz\È%þ•Z \ÊÑƒ©œ™','',0,'?'),(_binary '\Ø¥c„*\äÀ{ÿ\n\ìF?\Ý','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg',0,_binary '‡¬ž‘\ÒHgc$\Ñ\æí£º',_binary '‡¬ž‘\ÒHgc$\Ñ\æí£º',_binary '‚>õ™€3x¼”^¬rõ\Ï!\åRH.rw CŠ\×í€½\î\Ë\r','',0,'?'),(_binary '\Úz›\ßa>`<™£!üCþt','wp-includes/css/dist/block-library/reset.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/reset.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oÿ§\ÜG\\\n\'\0$©a7',_binary '*\ÃÓŠ€ƒ;H€0TÅ•`_\Ê\Ý\Ùf‹e*z3Ï»','',0,'?'),(_binary '\Ü^0pðùŠòkúƒ¡M','wp-includes/css/dist/nux/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/nux/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô\æIÌ˜³w¸¬\Ð+	&”\Ä',_binary ':Ë”¨/P>š\Ø\ã[ôuºRØ®\Ô\Ù{bG|S¨yE','',0,'?'),(_binary '\ãø‹¸|)·LS…J\ï4\×','wp-content/plugins/wpforms-lite/vendor/composer/platform_check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/platform_check.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á\ïÿˆ“;\ã\ÝW@\ã\ÉSx',_binary 'ú\Î\çþI7\éÉ­\' ¼¡\Ú±<x]š\ëtm-³\Ü%\ß','',0,'?'),(_binary '\å…S	¯¶\Æ¡g	N–d','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³›\Ö!»\Î<\Ùd7\ÜË¢i\Ð',_binary 'n2­§\ÈJ\å\Õì°«0\Ô\â\×3˜·\Êv\ì°Î¶¢«\Økˆ','',0,'?'),(_binary '\æ\Ó\Äh]‡‚Cù€²A*','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\ÈÎ´¿ñL²\Ó\ï.³Áo',_binary 'eÁ\ÈoÙŽ\Ô3\Ãû\ÚuÏ¨°¢šy\ç\Ë\å\Ô\â3ˆ8\nØ‘:','',0,'?'),(_binary '\ë0Üš\î¹Z´I·ä¸±N','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›oP/Ÿ¸º\æNC.3\ÃÀ¿',_binary '®IùCKø]™sXñ\0µ\ÞJnªvŠžj2ƒTþ.}hG','',0,'?'),(_binary 'òi\Z*&x‡{\ä:,\à\î','wp-content/plugins/updraftplus/vendor/components/jquery/package.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/package.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×aš\æƒ\Ña\åþPE³U\Â',_binary 'ú\âÖ»5‰f\æWš ð|6\Ç¸¯«d4ùiœ','',0,'?'),(_binary 'öF–R\áa\É>“5\Òª†‡','wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý\ÅA%h9\Ð?BŸòÿ\Äp',_binary 'l\Ædµÿ¾ì´¶c\È\Ðò!¸^&lò¨\îÞ‡UO9~.\ÑÐ†ñ','',0,'?'),(_binary 'ø3Æ¹Ü•j\çbišÎ¥\î¶','wp-includes/customize/class-wp-customize-nav-menu-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À\Û>\á¼\á3×†ƒê•°C\"÷',_binary 'aöt’¥õo¢²\Ðö9	Š _ð}Bž\ít5Qû\ÈfR5','',0,'?'),(_binary 'û\ïq)Œ›O¤n\ç=\nM','wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg',0,_binary 'Os\Äu\ÍfDbR	\ÞU¼',_binary 'Os\Äu\ÍfDbR	\ÞU¼',_binary 'dLö\àVS·óL|¼­?ñ›¥¢6\í¢\\y±:\ß','',0,'?'),(_binary 'ÿ½.:0•9¼,3\Ù!\åC(','wp-content/plugins/houzez-login-register/social/google/contrib/Google_CalendarService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_CalendarService.php',0,_binary '(\ÏÚ¼\ÞÖ‡™~\\­™™´»',_binary '(\ÏÚ¼\ÞÖ‡™~\\­™™´»',_binary '\à\Ãj+5¦\"Vy3Ð˜Žl{~>=>7„|h~\ä\å\ã','',0,'?'),(_binary '6úd•\Ë\î3ªŠþc1\×','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdsenseEmpty.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdsenseEmpty.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\á\Å\â`Vz~ð§\Ï%,]\à',_binary '˜\ÚnR,ò\r´nŒ8ôø\Ãc\ß\'FÊºûªrUR','',0,'?'),(_binary 'û\áP¡!­\á\à°\ì‹c','wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5ÿ\í\ß<8Ž\ß\áw“s	\é³',_binary 'k?¯wbÔ·\ÃÒ°Cùð¢\Ôø\ß\Ý/K\Ù¥=þ^£¥','',0,'?'),(_binary '¯\\£!¤&\Ì\â¿z\Ìû','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÖuF7€¤2–ö-Ì¨fž',_binary 'ï–³\Æ\r\îjwƒGF\æ	Wá…–²\Ñ\É\Ç\çX¼\ÍN\ìý[','',0,'?'),(_binary '\0\àC³ŸÁ¦\"\Ð\Ä*','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file02.svg',0,_binary '0$#\Ü4=+‰XŸº7þY',_binary '0$#\Ü4=+‰XŸº7þY',_binary '\Òe\Í\Ì\Ô\àP%\Þj˜`\\>+\0õ\Ä\Þa†\çÇŒ\Í2\èl','',0,'?'),(_binary '\ã¥\Z’u®,-UT‰ˆ½','wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-abstract-busting.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-abstract-busting.php',0,_binary '\ÏR\Ç0\Ô+\Ørq\ÝÒŽ',_binary '\ÏR\Ç0\Ô+\Ørq\ÝÒŽ',_binary '+\Ìó%þ\Î\èd6\"©uH¯òrN\ê*\ß\ßC\å«ÝžBD','',0,'?'),(_binary '	\äŠN\Ø\Ä2ö\r9q\"Em','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…bÂŽ #Á°— ˜™©U«',_binary '»T;\Ñ\Æø©§\í\ÕF\Ø%Ÿû—l”Ë‚\\9\ïr»\Ý&','',0,'?'),(_binary '\á‚ú\É4puD¢›¿I','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó¥ó~eº´oVµU\Ø-”',_binary '+§(’T\Æ¢EBn¢\é\Ã`UHK´€¼0¦÷v6v48A','',0,'?'),(_binary '\Z6B8û˜cžƒŸ±eg','wp-includes/blocks/shortcode/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/shortcode/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸O*c\ÜñtµúBõ\ÈHV',_binary '˜Š½¶tpF³©¤W…Cp>2[–}\âh\á\ævôp6«jÿ','',0,'?'),(_binary '\Zß¢\Æ$—/~1‹\Ó\ëB§','wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkinSilent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkinSilent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å%(m˜žG\ÄÜ›ß‡Â¦.*',_binary '\ÖÀ7\Ð\Å,I#}‚¢ü¡x±\\\Ìê…Œª?\Ê\é\ËH','',0,'?'),(_binary '$7­k\ïôÖ†NPi	s=y','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileParentLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileParentLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\â\ê£+&{+\Óù\0fMfª',_binary 'QgŽÊÌ´xª©£ú>Üµ\n\Íc\êF”›¸.92\n\\b','',0,'?'),(_binary '/w<ž-Yfk¥v2!','wp-content/plugins/google-site-kit/includes/Core/Guards/Guard_Interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Guards/Guard_Interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wöúL&¯‚A}«Sl',_binary ' –Y\É[ö\Ö{\ê\Ô\Çð#)p;\ìau>$ŽzQH\ì1ñú','',0,'?'),(_binary '2\ä$\Î$\ÐK&šfw Ýª\Î','wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù\ë\æ^>¶¡Ž‡/›R\É',_binary '\É|e¸Y\ïaÿ½\àˆ²\'\ÖöX±5r\Ð÷B¢ýùÓ»&','',0,'?'),(_binary '8/\Ôi\ã\0\Ö\î7¡','wp-content/plugins/insert-headers-and-footers/build/connect.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/connect.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ>¤\nd\ÓË¤Õ¶ER2·',_binary 'Uš\â\ß\Ürj6*\Èþ \Ñ\Ôž?­ƒ7ø™·n\ÄÆ°p°','',0,'?'),(_binary ':!n{G=‘\Õ?\ãw£E','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Øf\ãª(j|ewR!Ž{;ÿ',_binary 'ìŽ…gªø9{¼u\Ù>qž¯²&z®\Ø~m>ˆ½¶þ`DB?','',0,'?'),(_binary 'Z\Ì\Íñb{-${²¨\Éu','wp-content/plugins/revslider/public/assets/svg/device/ic_network_wifi_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_network_wifi_24px.svg',0,_binary '1´¡¹ò\ÞCŒ¼§\Å\É',_binary '1´¡¹ò\ÞCŒ¼§\Å\É',_binary '¼\âV\â\Ý\Ôõ\Æ+õûb(\ìÁ§°8‚L%®\ì‘\Ém\nI','',0,'?'),(_binary '^°\Û%\Ûi‡ÀAµ`\ÈRsƒ','wp-content/themes/twentytwentyfour/patterns/banner-hero.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/banner-hero.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dµ‚¥\Ï¾+o$\âi',_binary 'o\ÖGG¡”)„‹±ü$\ä\"öò77”8ª*\Î\Ï_\âŸi%','',0,'?'),(_binary '_\Ój%‹B\â\ìQ?M','wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg/block-preview.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg/block-preview.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y\0)\Õ\Ñ\Ú\Ö>‰ÃW‘x\Ñ',_binary 'dŸý\É9Ò´2\Ã2)/Hx\ê	\Û˜~\Æ\Ý[û¢‰\\','',0,'?'),(_binary 'b‡†\êE„Ÿ£»º4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊÌ»o«\ìwG>p',_binary '\ÊI¶`I^{\çP× h„Qø\Ïe:sG^›¤8£sÄš','',0,'?'),(_binary 'f\ìG\æ-\Âò,Ÿ³\"k\è','wp-content/plugins/wpforms-lite/includes/admin/ajax-actions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/ajax-actions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/½{ƒ#$©\Ä\Ôö\êÁ\\§',_binary 'e¼\ç@\Ìað¿±ª\×\0»Äšòb5ç™®/®@>†‡\Ê\r™','',0,'?'),(_binary 'l\"”ûp–ý¥\ç\Æq´Z','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-providers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-providers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bþžO•È‰(NŸ\0Æ¬',_binary 'ˆ\ÑÜ‰%>)IY—\Ó\É?*\'úÎ²uºE`”:8\Ñ#û','',0,'?'),(_binary '„¦Ù²d&\nM\äGK¦','wp-includes/l10n/class-wp-translation-file-mo.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/l10n/class-wp-translation-file-mo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z`J‹i>\Ñ|–“òû',_binary '©¦‰\rx\'¡59½‹\Ó\î\é5µ \ÒMVD´%ÁŸ\"–Ë’','',0,'?'),(_binary '\è,Â‚=9\ä\×\Øh\Ì6K\Û','wp-includes/js/jquery/ui/draggable.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/draggable.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O}WBH1Q\Ç?^ÿYq\'œ',_binary '\ê\ËLPô\çC7ø\r\å‹Y·\Õ@Ø’E\Ä_¦‘)”','',0,'?'),(_binary '‘t@[~>Wü\á\'Q¯','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/input-list.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/input-list.js',0,_binary '6¢OY½£»\êc-\ïp+¬›',_binary '6¢OY½£»\êc-\ïp+¬›',_binary '\ësÜ‚‚\æžx11o6].y.‹øD\\ò+&…U','',0,'?'),(_binary '’¯&\Ä7ŒüžaF¶)Ád@','wp-content/themes/houzez/framework/stripe-php/lib/Customer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Customer.php',0,_binary '\Ð\Ëut\Å(¼/¦þ0®',_binary '\Ð\Ëut\Å(¼/¦þ0®',_binary '¥\Æ\Í ×¬š\Ðý|a:\â¹,\ç3]\á;»½&©£;v\Ñ2™','',0,'?'),(_binary '’÷«­ˆ¯™xÔ»‰\á[\é6','wp-content/plugins/revslider/public/assets/svg/maps/ic_beenhere_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_beenhere_24px.svg',0,_binary '\âºl)»Y!!\ØÇŠ\Ì{e1',_binary '\âºl)»Y!!\ØÇŠ\Ì{e1',_binary '£Œ¦b‹™×´\0¥–‰öÛ§^\ãS:t”\ã­]VWÄ‘\Ü2¾','',0,'?'),(_binary ' $œLtû1¯6„u','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_std_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_std_24px.svg',0,_binary '\æ\Ó%mh\Z{FI™ƒ$Û',_binary '\æ\Ó%mh\Z{FI™ƒ$Û',_binary '¯÷£ù\Î\Þ=ºmYŽuñö\"­¥²\à^D{¢¤. d¬’\âŒ','',0,'?'),(_binary '¤\ì\Â*\Î5M\"ð./¬hg','wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\ÜÎ´\ë]i!–\ì$\È\Z†',_binary '•C¢;;\×(´\îOô« u¢\Ü…§GÀù\ìl|™\Øiù','',0,'?'),(_binary '§;Á:£WOV\n=¸C2','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Autoloader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Autoloader.php',0,_binary '¾\ÆûÊ²\\‚®\ÂUlH®¡™',_binary '¾\ÆûÊ²\\‚®\ÂUlH®¡™',_binary '_ûd\Z¥%”Ÿ`˜K´qò\ÐrYGe£\ÉYÔ—}ú\ã\r','',0,'?'),(_binary '¼ —\Úpu\Øx“†9j“','wp-content/themes/houzez/template-parts/listing/partials/property-id.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/property-id.php',0,_binary '	\åÑ¶JZ\å~\Ñ\ä’ù',_binary '	\åÑ¶JZ\å~\Ñ\ä’ù',_binary '\É\í÷¶v\í\ëµ \ç¡,ô“I´kHÌ¯¦ý®ó¥ºô§{','',0,'?'),(_binary '\Ã\'\Ì[\n\Ù9®\ëˆÿ¤”','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CrawlHomepage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CrawlHomepage.php',0,_binary '‰9\à’7ÿ\Ú\Í1G~\r\'',_binary '‰9\à’7ÿ\Ú\Í1G~\r\'',_binary '\æ¡£EÄ™z\Ü]ž\rœ=\Î\ê]\Ãñlb\æÞ¶|Mb\Õ','',0,'?'),(_binary '\È\ÝŒ\í%ŽŠx!J?ô2','wp-content/plugins/elementor/includes/widgets/social-icons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/social-icons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´¢ô©+ŠI­)¤_³Ž\Í',_binary 'Ò¨üpI§\×\êa¼ªFÖº]Z°m³i\Æ0~Ø!_œª\ß`','',0,'?'),(_binary '\Èú\åY»\Ì\\3\à_?	','wp-content/themes/houzez/framework/stripe-php/lib/PaymentIntent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/PaymentIntent.php',0,_binary '_Ÿm\Ý\æ\nñ[\0†‚O',_binary '_Ÿm\Ý\æ\nñ[\0†‚O',_binary 'OAð~S)~rV;Cž2\Õq$=”\äŒs—\ÔnŸ','',0,'?'),(_binary '\Éð÷\á\"xB\Û)7ÿ\ß%','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/HandlerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/HandlerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+¤F¥n,Hu|ž\Ùd%',_binary 'x\åB\ØZ\ÎD\Ñ¸n\ëâ£+\Ð¥\ÍQ‚Ð¬%:3','',0,'?'),(_binary '\Ó$8\"H=ò\Ý\ä‹\Þ','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg',0,_binary '‚ \á°\à\ÌÁ\\uœDG7š',_binary '‚ \á°\à\ÌÁ\\uœDG7š',_binary '¸„98‹]y\0\"w?‰¦ùƒ£uŽ}Ò¾auƒ9p','',0,'?'),(_binary 'Ô¿,6_\Ð\å\ëxd\ÅÊž','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd›?\îI\Þ©2kA¢‡Á',_binary '#FÊ¿§=èŒ´udc.&™/Åž…fD)\Éýü\ä¿0,','',0,'?'),(_binary '\ÖlüV»\ÙNq\Å\×¢\Ìwƒ','wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\íðû\ä\Âùb\ÝLNÈ·¢',_binary '	þÃ£R§?\\\Ô,J|[\Ô#£Ü„C”}ñ¡v	„œøh','',0,'?'),(_binary '\áµ<†ƒ-•\å\Úh\Ül ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hourglass.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hourglass.svg',0,_binary '§Iqq\ì\á?2S+‰c',_binary '§Iqq\ì\á?2S+‰c',_binary '\Å\Ú@ôi©?\åù¸W—h\ÓslM\'\áÑ©[™º˜:\Ð2','',0,'?'),(_binary '\å\æIu:\á~›ú\îÀ\Ê\Ø','wp-content/themes/houzez/framework/stripe-php/lib/Service/SetupAttemptService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/SetupAttemptService.php',0,_binary ']?²¯b@¥÷³^\r&¦ð',_binary ']?²¯b@¥÷³^\r&¦ð',_binary 'üe\ìn\ï@³ÿ \ë—l0l<ªË»¬\î¤]\Ç\nÅ¨?·$','',0,'?'),(_binary 'ç¦Y‹òÁwSde.È','wp-content/plugins/wpforms-lite/templates/builder/antispam/also-available.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/antispam/also-available.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž·ƒUu¹ÄŒ„ñÊ‘/q',_binary '\ÈÆ l“^ó5ðQ>\à+PI=ª\ï+}§‘š¹\Þ/','',0,'?'),(_binary '\è4•d\Ënú$3\Þ*zú\ä','wp-content/plugins/redux-framework/redux-core/inc/lib/get-font-classes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/get-font-classes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ä°\Ú~Qª†ñ†/¸S»',_binary '|hI¦‡þH$a\Òò\ÛÙ„«\æyð“\ÕY˜¸\\Ñ†”b\ä','',0,'?'),(_binary '\íp„©&\ëg†\Íy1»8W','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.tk.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.tk.min.js',0,_binary '\ÌHˆƒX\0©M\ã\ÞR’O‡1',_binary '\ÌHˆƒX\0©M\ã\ÞR’O‡1',_binary '‹q\\4<#…2g\0$v`\Ä\êuYÁõ½N	W7n‘ú@S\Ï','',0,'?'),(_binary '\í¯gE\ë\îœw\ÝþW\îr£','wp-content/plugins/houzez-studio/admin/js/i18n/zh-TW.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/zh-TW.js',0,_binary 'þ\ç!\ë¨\äv–4þ‹\Z\áqŠ°',_binary 'þ\ç!\ë¨\äv–4þ‹\Z\áqŠ°',_binary 'ö’Bg$¾%Zœ‹~6bn\ç4K·‡\å.i2E\áˆ\ì®','',0,'?'),(_binary '\ï<\äóU\Ò\Äd0\æ¦\Ú','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@¿T4+R,°Ž9\r`?n)',_binary 'l>’³\É\ÖiK\ÂÒ£\\e;\ßS\âK}%¼õ\Ûz\ØXNh','',0,'?'),(_binary 'ð‚\Í3…•¤‹ö\0~¯¯','wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\ì¤\àžR–œ\Òf4',_binary '\'¥\ÔFv`,\ä\à¶\r\ÛvöŒG½$&i1õzô}\'†d','',0,'?'),(_binary 'òvui\äÐ•\í»|vJu\0`','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uÁ\Æ\"9…h¤}\Ðn_V¯6',_binary ')\àü):X\Ã\"\ÓÀ®¶b\ÖÐ¯±\à!ƒ‘<\èi\ÈN÷”s\ë]','',0,'?'),(_binary 'ò¨\êP\æ \'ÉœSQ\ØN','wp-content/themes/houzez/js/vendors/i18n/defaults-da_DK.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-da_DK.js',0,_binary '([\ÂM8\Þo\É\Ñ`}Û†',_binary '([\ÂM8\Þo\É\Ñ`}Û†',_binary '¡\ä\"\ä®Z¸›K\í\âÔˆ\0zƒ\"[\î7ž]7Q}\áÈ‰û','',0,'?'),(_binary 'ø7\"z”\ìZ³JN\Ý\Ïõs','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8\ÆócB™[z©k0®Ûž\Ê',_binary '_KA\á¿*žp‚A#\Ñ÷Ê„¶©q\È^\róüÁ¦\\˜','',0,'?'),(_binary 'û³>\Ù/á¡‡_ó³\é\ÃÀ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Òl([q×ô°\ÉD#\ï™',_binary '\\sÙ¶\Òhb¢2.;\Øm`F£\Ðr^&óH-w	—yVµ~','',0,'?'),(_binary 'ü&UX\r\èL4{š\â\Ñ\Ô','wp-includes/js/utils.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/utils.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô\áËºŒXH_¼[Ï“ô„\Ç',_binary '¤ú¹À˜\ßjtSd‹J\Ì]úÿDÞ§Q\Ýÿ¯—','',0,'?'),(_binary 'ü4Id¹ø8³2\'¯\å ','wp-content/plugins/google-site-kit/includes/Core/Authentication/Connected_Proxy_URL.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Connected_Proxy_URL.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ØI\èPu¿±V\Ç[\Ï\Êt’',_binary 'i\Ê-u\Ì‘\ê\Æ&z²«Ç¯óu\"cgz¾¢¯z—\ïy­','',0,'?'),(_binary 'ü\ïô­»W…\r\ë¥','wp-content/plugins/houzez-login-register/social/google/auth/Google_OAuth2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_OAuth2.php',0,_binary '9õG–gOGbqÎ\\\É\ìq',_binary '9õG–gOGbqÎ\\\É\ìq',_binary 'C÷c^AÅ—˜ý$\æ\Ù\èiBk£\ÛB§C_¨\Ï\æg','',0,'?'),(_binary 'ý\"É‹ÎŽB\ß\è!ŠpVd[','wp-content/plugins/one-click-demo-import/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_classmap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ë¨\à\ØN\Ì\'|d§LÁ†´ð',_binary 'œ*š\ã\Ï6u6L\æ	C\çY\'œ’\n|‰/ýÁWñ¤Hf','',0,'?'),(_binary '\ZmMcsr)\ÔÔ©ñó','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':+š\î@JúŒ<d|å¶†',_binary 'Dc¿\Ú\"µjœ¾™\Ñeq+Æž—“gåž¢*R\Ðf','',0,'?'),(_binary '\Zv“\'\é8Y\Z}Ù¿','wp-content/themes/houzez/woocommerce/loop/loop-end.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/loop-end.php',0,_binary '=\Æ%\ß%÷|˜0$O\Ï\è%d',_binary '=\Æ%\ß%÷|˜0$O\Ï\è%d',_binary 'ùyRt°VT\Â\Ë=BÓ»‚sVS­¦ýE©\Ã!¹žõ—¨','',0,'?'),(_binary '\Z—N”\ã®5ýyŽ€','wp-content/plugins/revslider/public/assets/svg/notification/ic_enhanced_encryption_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_enhanced_encryption_24px.svg',0,_binary '\Ëñ¨VZŒSF\ç±[/\Çÿn',_binary '\Ëñ¨VZŒSF\ç±[/\Çÿn',_binary '!<Y%º¶ ŠTù˜•nrU?\Ô·\ÚUPIöžª2¿þ','',0,'?'),(_binary '\Z»šø\Þ÷s\Ü)`','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!‚3,SŠ\Ù\'Ÿ³¿Œ\ì',_binary '¬\Ñ%û:„¢º×¶s\àFJp\È*kb\é_Fj×‚/\ÖL\Ý\Ý','',0,'?'),(_binary '\ZÖ§‰±\\\Z\Ýh•i','wp-includes/js/dist/blocks.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/blocks.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0\Æ³\Ïx„X\ê\ÅxD\ÏE\Ñ',_binary '\"ÿ\ÎðgBG°HˆV+?ú\Ëÿ\ê\0ñ\Ö+9','',0,'?'),(_binary '\Z\r\á\êEHJÞ•žh@\Ó\×','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/AI.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/AI.php',0,_binary '~…\'ž·Â—\ÖY¤·0(U\áœ',_binary '~…\'ž·Â—\ÖY¤·0(U\áœ',_binary 'H+_\È{\Ãø¾3V\'rA\Ïú„û¯#¼^Ÿ˜T”\å\ßr','',0,'?'),(_binary '\Z›<Žh¼Œ½\'Ÿÿ³','wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡Ž©¤°õŠ5ø.(‹Ud	',_binary '“Hñ>~RŒb‡Â³s½ .–t‘Ÿ\Â\Þ\â¶\ë\Å;hµ','',0,'?'),(_binary '\Zj¨\Óðp °c¼i°›eG','wp-content/plugins/elementor/core/schemes/typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/schemes/typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y·S-ú\ÒFI†©üq÷a',_binary 'vB\â¼FzÈ¦Tù„ÿ\nÏ½® ±w\á¼\ëSý\ã„ùö„','',0,'?'),(_binary '\ZO¸3F5K«;œ@ \â','wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î@õq\\ƒ}±«§—[õ',_binary 'þ[\ËT\ÅnŸEjd\Ý(²$:!Áh\ÔÎ\0›s\è><','',0,'?'),(_binary '\Z~\âž32¡\Åj±3\Ø1¿','wp-content/plugins/wpforms-lite/src/Access/Capabilities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Access/Capabilities.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÝA·L$\àL<k” Ew:',_binary '8.?b\Å8“¯\Â\r€Z<±vS—¤O8nY\ì*ö–\îˆ.\Ø','',0,'?'),(_binary '\Zü<mÿâ»Ž­rÄ©\å\Î','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/100.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/100.js',0,_binary '\Ç\'\Ë=\å„\Í\Âò\Û\Í5þ1’¯',_binary '\Ç\'\Ë=\å„\Í\Âò\Û\Í5þ1’¯',_binary ')k£8‰«©d±€N \äB\"ùš:\Â3.##õ\ä6U','',0,'?'),(_binary '\Z\"è…­­øýÎŸJŒ!4\êu','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/MobileFriendlyIssue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/MobileFriendlyIssue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3UÁFœlr$[|zo\Z;?',_binary '\ëy\Ç\èþA¦¯›¾5y‚1\r¦ñ›\×&B\Æ6[‡?Êž1\Þ','',0,'?'),(_binary '\Z$d\"\Ø#Uÿ\Ø\Òö¶‡›','wp-content/plugins/wp-consent-api/cookie-info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/cookie-info.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[ \è;#S»‚@\É\Ò*U°',_binary 'W\×:­Z\Ên?8+3\0¹°œ¾]4\ìûü>\Ëü','',0,'?'),(_binary '\Z&6a·\îdmÈ»-Lñ\"M','wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é›)Eýžkqd9i\ì',_binary ',\Ó\ËQ»¿÷Õ²HŒÕ¾±:08\Õe5\0$\éR¬XZ','',0,'?'),(_binary '\Z&ô½cR\à< FiC\ä','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýp79\Í71\êi\íƒ\'',_binary 'Z\n¯»A78{Kp\È÷\ì\î\ÓA#\Ö\æM|i’\è\Å\r„¯ô','',0,'?'),(_binary '\Z/7=@I\èñÃ¿æ©¢e÷','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/martharamos.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/martharamos.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œDn„n4ùŽ8ý£ß°uð1',_binary '%\Ùú†º¯±ºˆ²•Kpfuºm\à\×$,\å’\Úèƒ±\épo','',0,'?'),(_binary '\Z6\Ôsøªw*äž‹‘ƒ»','wp-content/advanced-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/advanced-cache.php',0,_binary ' »ClFðdº€Ñ·c“¿±¼',_binary ' »ClFðdº€Ñ·c“¿±¼',_binary 'k>É¨PjˆPeuõ\ÖD½,ÿ×™ ²<\rI?¬\ÅÑ§','',0,'?'),(_binary '\Z?ˆÇ¸Æ¢}5^pù\Æ','wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œv˜EXð_Ak\ÎEQ',_binary '\ä\àŸ£:\Þ^õ\ß\Ñ\ÜTMÅ—\ÙÆ¤Ù–Ñ¦Q\â¼¤K','',0,'?'),(_binary '\Z@\êI#\rÿF§&\ß\Ê>','wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\çÒ•Ú’}š \Û-ù\Ýj',_binary 'C;$\Â@ƒ†\Ì|bÛ•~\ê\Å>µ²\Í50E:†]‚a','',0,'?'),(_binary '\ZI¾2~G\ïð\Ò<£¯†¦d','wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_locked_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_locked_24px.svg',0,_binary '…s\Ð\r)\è\Ð\Éß„‚_\ë',_binary '…s\Ð\r)\è\Ð\Éß„‚_\ë',_binary 'ñ\è\ê$\ìh\0z±üHþH\à	C5\î‰¶&cy§\ß6','',0,'?'),(_binary '\ZM\â\è`\ìª\\¨’B\ÝtU','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ExperimentParentLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ExperimentParentLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\ÒMUj\È@lS!/¶s\Þ',_binary '-\Ì\Ù\î/\"\Âùð˜E¼\\\nÐŸlð\æ€\ÂTrN«','',0,'?'),(_binary '\ZQ¢e\ä\ëQDHV\'ž!\ìo','wp-content/plugins/revslider/public/assets/svg/av/ic_play_circle_filled_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_play_circle_filled_24px.svg',0,_binary '¶~\è\ÌCÎ¥ð>]È¡*7°',_binary '¶~\è\ÌCÎ¥ð>]È¡*7°',_binary '¬_\í8—ýgIÁ‡OBôª·=<M¼öže\0\ëo·^²H','',0,'?'),(_binary '\ZQ\à7=\ìy¨+0­Y\Â\ÙW','wp-content/themes/houzez/js/vendors/i18n/defaults-de_DE.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-de_DE.min.js',0,_binary '¸I\éV™b~˜\Ç\00Š†¯.',_binary '¸I\éV™b~˜\Ç\00Š†¯.',_binary '\ÅS*·ð£\Í÷{¾\ìH\Å\ê\ÏT]£:C\áú\'!Ù½(>','',0,'?'),(_binary '\ZUcs‚Ú†‰¨HÁ{=\Ö\Ý','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ\Ý~‚ šjm±d',_binary '89¡\Û\Ùõ8`± \ËÕ£ö±À£5…²®ôi-I\Z‡j','',0,'?'),(_binary '\Z^ô˜ù‚\Þù	>\ìpIÊ¾','wp-content/plugins/wpforms-lite/assets/images/builder-default-arrow.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder-default-arrow.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\\½\Ð2‹\áJK_!„\Å',_binary 'Á•)º¶ž3\ç–\à^E\æj>\ã´\Õ\êYÅ¢^÷Š1“','',0,'?'),(_binary '\Za©¤\'üºM;€\×È­Ul','wp-includes/blocks/post-comments-form/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Í³\Â\Ê%õ\Ý\Â\Ú?\0®',_binary 'Þ›\Î~1õ\ÍK\Ø6\ÊüZB\×ü(1+]>\éû³ñ …5Á\Ú','',0,'?'),(_binary '\ZeR„VPaõM\àQb`\Ò{','wp-content/plugins/houzez-theme-functionality/extensions/favethemes-white-label/favethemes-white-label.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/favethemes-white-label/favethemes-white-label.php',0,_binary 'ñ/ÅƒA´…úÒ¹\àS ',_binary 'ñ/ÅƒA´…úÒ¹\àS ',_binary 'õ=+­\Ù\ÆuM\Û\ç\nP9˜¡Ê€‚7Eƒ­LM)6I\á','',0,'?'),(_binary '\ZfxJ1\á@®X!Á¦8³\Â','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/jqueryui/jquery-ui-sliderAccess.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/jqueryui/jquery-ui-sliderAccess.js',0,_binary '60\nZ\Ð\ßNôÿ\éi4\é@¢',_binary '60\nZ\Ð\ßNôÿ\éi4\é@¢',_binary '½[y<M„q¥\ê@Ý…3‚­¯ª\Z9—!¡uÿ ë ‚>ˆ','',0,'?'),(_binary '\ZhB0ª¯=zØ‘š»ý','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/yen.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/yen.svg',0,_binary '\Èfør¢^TŠD´&_',_binary '\Èfør¢^TŠD´&_',_binary 'M3öý¨h»|J]©\Ú}@‰fû= ÀÀ7õ\ä\Ó=\Î','',0,'?'),(_binary '\Zpiòf)JÜ¨ 7±·˜‘','wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z;¾\\ò¿ª\0Ÿè§¤ú',_binary '€œ\ïNnx\â_$‰ö¾¢©÷\ÍidX,U)\Êp¨','',0,'?'),(_binary '\Zv²\ä\Ùmi.†b\×','wp-content/themes/houzez/template-parts/search/fields/submit-button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/submit-button.php',0,_binary '\î\ËÑ´\äž_\ê\Ö\r^\ë\ÊÞ¹ð',_binary '\î\ËÑ´\äž_\ê\Ö\r^\ë\ÊÞ¹ð',_binary '3N\Î5\ìUF+î‚½\Èñ.\Â\Ó^²ze¡¼:¦‚Fp\ê\Ë','',0,'?'),(_binary '\Zy›:\ë/`O£Su\Å3­\Ï','wp-content/plugins/redux-framework/redux-core/inc/fields/color/class-redux-color.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color/class-redux-color.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(M!µ¼\ÈË¬‘T`',_binary '0ž$\Ã%3úxk\ç\É\ê1ó1€\ä\ï(óuj\0x','',0,'?'),(_binary '\Z~\Î\à\ïú\Öó„¼\ì= -','wp-content/plugins/wpforms-lite/src/Admin/Builder/ContextMenu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/ContextMenu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{ ‹·YU\ã <\ã2ö',_binary 'e^7cõ®6T­“ö\×P#{\ß_\å\ÉnW\×9°ÿAˆŽ\Ú','',0,'?'),(_binary '\ZŒ>|ŸlØ„›8\Þq^f','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ResettableInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ResettableInterface.php',0,_binary '\ï×¹\ì\n\'\ìIøŠ\î\Ó\ê',_binary '\ï×¹\ì\n\'\ìIøŠ\î\Ó\ê',_binary 'j;µ\àcc©šœýzM\r¸“\ä.\íö¿\ÑÁŠ\Ýj','',0,'?'),(_binary '\Z\Å	À°Ñ R8§kš;ü\'','wp-content/plugins/revslider/public/assets/svg/image/ic_details_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_details_24px.svg',0,_binary '\Ù«^9/&‡îŽ€s.-g',_binary '\Ù«^9/&‡îŽ€s.-g',_binary '\à\îÊ´–‘])\ã|\ÂÀ¯Á\Ð¨«¸ôÀg\â\ßÀ\Z\'\Â ','',0,'?'),(_binary '\Zþ½–L6N\å1\×;8œ','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\Ê\Ä\ç¿gÁ\Ç]ˆ>pú',_binary '¾•‘u3}(%&Tf\É_©\"dKi6\èFÿx“phlù','',0,'?'),(_binary '\Z–OPfŠ_\Ôt-\æ£yŽ','wp-content/plugins/houzez-theme-functionality/shortcodes/properties-slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/properties-slider.php',0,_binary '”\ëS\Ã,$e\î\ÒD\ÚSWJ\ï',_binary '”\ëS\Ã,$e\î\ÒD\ÚSWJ\ï',_binary 'YQÀA	Án’±“sp\æ\ëþ+q\î›+ø\Ñj©™','',0,'?'),(_binary '\Z™\Z÷=3\ê2\ã&û}\Ìÿ','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php',0,_binary 'Yòqiø¾J\â\Ëzü\èF%',_binary 'Yòqiø¾J\â\Ëzü\èF%',_binary 'ƒƒ<<­Ns\ÈYJ¢÷t^˜\ìkYí”¤Bf®\ë­A˜\ç','',0,'?'),(_binary '\Z›\r\n÷öEG–\ê\Îõ%','wp-content/plugins/revslider/public/assets/svg/action/ic_account_circle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_account_circle_24px.svg',0,_binary 'Œt.÷[g¯…\ÍW\æ»\È6',_binary 'Œt.÷[g¯…\ÍW\æ»\È6',_binary 'Õ‡O8\ÈdLô-¾m\Ã?d¶ž­wõ.žG\çG:ª$\Ãu\Ì','',0,'?'),(_binary '\Z›cÙ¡ô:SŽI,T@Ož','wp-content/plugins/elementor/includes/preview.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/preview.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×\Ù\ÇKU!Œ¨\ß\ÙI\Î\Â',_binary '‘)cm…¶ajŠ\åG˜\î\ê¶)X\äøÄ™ù?\ne¬y','',0,'?'),(_binary '\Z›n\ÍvW+‰\Ó8f¬”N','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaArchiveCustomDimensionRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaArchiveCustomDimensionRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p²…9\åV.Y\Ã9º˜‡',_binary '\Ç\Úcó\"¹žU6\Õ	}É¥`\Åû‘o¤°ÿ#–!§#','',0,'?'),(_binary '\Z \àH“ž\çuÕ¸\Ú#\âO4Y','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_my.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_my.js',0,_binary 'j{8\ß\Ô\\x\Z\ï½J‚˜',_binary 'j{8\ß\Ô\\x\Z\ï½J‚˜',_binary 'vyÒ³bž\Ú\ì k†¥ôþD×—÷ûcºG\ÇB»\Õí’»\ça','',0,'?'),(_binary '\Zµ;5õ(žOòO\ÖR«','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áþµÇ›ˆ¡\ÆýlmˆD!',_binary '\Ö\'\ß9‹\r9Š\0o|ó\ë\Z\ØÀ§Ÿ\Ûñ\Þ|•·¿0K','',0,'?'),(_binary '\Zº	”¨Ó‡‡Œ‹²;X','wp-content/plugins/elementor/assets/js/app.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­§#kˆTo´b—”j',_binary '\rƒY\â\Ó^òV&sC²\Ò%LY@£Mµ†¢´K\è¶SÜ±ò','',0,'?'),(_binary '\Z»Ü‡}YŽ\Þþ‹ódh”I ','wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïÐ¨«dô\à\í&Žð Mq¼\Ô',_binary '\æ1¹95\ç~E£]\É|µŽ`qø\å\È\Ô*\æü¾ùI\é','',0,'?'),(_binary '\Z¿I¤´B\Ñb\Â?D¹A/','wp-content/plugins/wp-rocket/assets/img/heartbeat.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/heartbeat.svg',0,_binary '1«kô®Í€\ÂmFù#,\Ñ',_binary '1«kô®Í€\ÂmFù#,\Ñ',_binary 'ñb\ÚB£\ÞYb¬œ\×X\\¦k\Ñb\Æ\å\Ë\ì\"W÷mm\n','',0,'?'),(_binary '\Z¿\ÉK‘ú6G\È\Ðid Y','wp-content/themes/houzez/framework/metaboxes/listings-templates-metaboxes-classic-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/listings-templates-metaboxes-classic-editor.php',0,_binary '#v\Ï\ëNðz98ðÁ\î',_binary '#v\Ï\ëNðz98ðÁ\î',_binary '­\æT\ØW„s\ÃT\ÌD˜Æ”k\Ò,º\ÚbƒI1\ØV1\\ÿ!P\Øn','',0,'?'),(_binary '\Z\Ä\Ð$eµ1xýX#j\í]','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-admin-bar-info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-admin-bar-info.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“ô^“`Ã¹\í\Îp-òQ$‰\Ö',_binary '¥\01\ÜY“w\Î-\Ü\ä6!\êa\ã–/¹¯˜JL\âHN£','',0,'?'),(_binary '\Z\Ç÷¾7óûs\Ã\çÐ²ù\Ç\ì¹','wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ ƒ]”ƒAqÈ½´ˆ†',_binary 'ùst\\\Ä\Ù=­\">CIP+ýšþ\Ø\ÅT ‰yJ‡\Äý','',0,'?'),(_binary '\Z\ÊRDF%hE¨“\Ö\È y\å','wp-content/themes/sinatra/inc/customizer/controls/select/select.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/select/select.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°Í€7]\â§/”lV€±',_binary '\Ú\Ïk•\å\éu™L/+\Zp\îÓ¤Ï­oZ@\ê†\ïü\ÒDHL','',0,'?'),(_binary '\Z\Ð)kÆ®Š\ç\Þp\å[\"\Î\ì','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vX·\ëB1J,4\Ú\\\änBC',_binary '\ÔBj\Ä\ÅB\Ó\ßú–\Ä@GqO%­ó.~s\â7d/v20N²{','',0,'?'),(_binary '\Z\Ô[À‰hZa°ùÇ«\Ö|q','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/meditation.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/meditation.svg',0,_binary '±Àº²\ßUÿœk@e\"\æø',_binary '±Àº²\ßUÿœk@e\"\æø',_binary '\ç±\Ù\æ¿BÎ—€e„¡´3†œL¢†jpŽxzq\Ë\'&','',0,'?'),(_binary '\Z\Ù	¨\ÏYŸ÷\0\ÉC¿N\ÜO','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-search01.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-search01.svg',0,_binary '\Ù_…\04½OûV\"!þ±',_binary '\Ù_…\04½OûV\"!þ±',_binary 'E-}ýa\Þ!„U>\ÜVƒz\Èß¸tqP\è1¼Z\é\"ø%\Ø','',0,'?'),(_binary '\Z\ÙHð»cr5‡ÿþ±óL','wp-content/plugins/elementor/includes/managers/icons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/icons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n\Ç6K\ÈD\×\Çe„\É\Z‚.',_binary '\ãnó•QÈ¾\æŽ^b§¸ø<a™@\ÂD=2\"i‡+','',0,'?'),(_binary '\Z\ád¼aªž£„\r”£\'B','wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾6§Àˆ)\"¸<*B\êl\æ',_binary ']/\Ãÿ=\æÖ€³9…5ó\ç»V2„ªM”ì´Œ^¹/\Ï','',0,'?'),(_binary '\Zä¦€€‡@¾…B\ça\Ý\n2','wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']/œ¥Þ™\Þn²²tœÄ¸@\Î',_binary 'Ê·dbŽ\ì$\Ó\å»oQÛ®\âj\ïR-l¸¬º\ç::','',0,'?'),(_binary '\Z\çª2¥\n¦\ë\È)ULE§„','wp-content/plugins/elementor/includes/widgets/shortcode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/shortcode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Äw™§9nü÷}\ï\á¨GRµ',_binary '–[²\ß\î\áþfCï ´\"W’°D£C\Ù$b\Õv%	$m','',0,'?'),(_binary '\Z\ë\ã\èÁ¡•)qtsCI9','wp-includes/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H¸ÿ¨@)‹\à\Òúú<E',_binary '­Ei.¥\ÌpM\ÞgRRL5\Ä\ÜRñO\ìÖž\Î\ÛJ‡¹\î\Âù','',0,'?'),(_binary '\Z\ì´e\n/]\Z \ïº1','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uý¨¿U…\'­x~1ÃžŠK',_binary '^\\µN¬»\Ò\Û\ÙxN¿\ÍË°gZÂ´xi®}p4•#¤','',0,'?'),(_binary '\Z\îž\çh\È\\\í\Ö\×\Z0|0E','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/InListFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/InListFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';Ÿ\ë^\×˜Ô©!\Ý\ä#\ì\Z',_binary '4õ€–t\ì¶_A>aPòa¨\ÃsL\Ñ«K%5ªP\Æ@·','',0,'?'),(_binary '\Z\ïy‚„8R#O¬y\Î\Æ','wp-admin/css/nav-menus-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/nav-menus-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@FÙ†;Þ´·Àd®\Ñ]ót',_binary 'lûó\æ\ri\å;ƒ˜U.\Ävy¾½\ÖK\r0b’+w÷','',0,'?'),(_binary '\Zð0³ž¸&ó,<¦\ÎW','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression.php',0,_binary '§Ú\'¢÷h\Õ/ª;¿\rÀ\É',_binary '§Ú\'¢÷h\Õ/ª;¿\rÀ\É',_binary '¶\Ü\ÜY\ÑU-\ÝyE8ŽdUnH4®H3Š7Dn‘ó±%\è','',0,'?'),(_binary '\Z÷“[Nª¡³”’\Ñ1žV½\È','wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/HttpClientCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/HttpClientCache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê49<“\ÊhK]\"œE-\nñ­',_binary '\Õ°\äN²x¼N\é\\¼–\ÉÅ¯\Î4½‹[\Ð\ÛM¢¹t¹;ƒ§','',0,'?'),(_binary '\Zú\Ã\Z:\\®RfùP\Û~3','wp-includes/class-wp-metadata-lazyloader.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-metadata-lazyloader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™Ö‹÷Rq6}d¿l)ƒÙ„',_binary 'KJ`\ØR·•L\Ôóÿž·¹G%2\Îu\æu\Ô)+f%','',0,'?'),(_binary '\Zû\á\ìg…¢B•šº_!','wp-content/themes/sinatra/inc/template-tags.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/template-tags.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r\Ô($û®³w–‹o\ìf',_binary 'S´zõ3\ëA˜;jü£¿¡:úŸ¨pˆž\î!\ãW¹^o	','',0,'?'),(_binary '\ZýUE\äs(\î±÷ž#Eöp','wp-includes/images/smilies/icon_mrgreen.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_mrgreen.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$_\Æ½u²X|I%~$',_binary '!B´‡ºI1mV\Ø-¦‚¾|Ñ˜¶X5D\Æ8Ž†hó','',0,'?'),(_binary '\Zÿsµ[Ž©\é„W-„¶\ç','wp-content/plugins/elementor/core/editor/loader/v1/editor-v1-loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v1/editor-v1-loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>ý/§\ÃZÝ|\é\î\êš',_binary '‡]¦K&®¥4\Ûvz¢º&X‹ó)zDD\"©’ñùË¹','',0,'?'),(_binary '\Zÿ¹\Â/¡Íƒž\íT%«g4','wp-includes/js/jquery/ui/effect-drop.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-drop.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p€1m“:ý”±¨*ý',_binary '\ÊjÕ³\Ù:•2\á±\álýÏ¶G\ï\îB\ë%º[\Ã~:v7À','',0,'?'),(_binary '\0­\Ü\éiôžV˜ˆ\Ï]cš\n','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-coupon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-coupon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P+L/1˜·B©Š\Z\äõm',_binary '.C*fš=/\â\èb>Ä<óFK3¬.oQ Zg€}÷g','',0,'?'),(_binary '-I·\Z\ØÃ¿\Û[I','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes/Brand.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes/Brand.php',0,_binary '†ov-¹\ÃB5‹¹\Ò{ƒ\Õ',_binary '†ov-¹\ÃB5‹¹\Ò{ƒ\Õ',_binary '>«¹Š\âœ!&\Ü\ß\ÂþûbQ¯\ÚÂ³4F¿\Óli)\ç)z','',0,'?'),(_binary 'S”bp¥ž~òl\ÚYJü\Ï','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersVersionHeaders.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersVersionHeaders.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?Ž\Þbˆ\Ó\ß÷J\á\ëb¡À=',_binary '¤LT€¼s(ûO\\ŸVWJ³°€ÛœT\Än\ÝyQ','',0,'?'),(_binary '¨1üX\çªUkø†','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDimensionParentLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDimensionParentLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãš:†\É\n©\Î\0Wc\Æ',_binary '8\Íâ­µEtz\Ê$0c–Ž©ôL%\0Qw\ïüºa.›¡\Î','',0,'?'),(_binary '\nFNÎ¡©ô	¿º\á­','wp-content/plugins/wordpress-seo/src/actions/integrations-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/integrations-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸_\ÚBCtRÿ¢}À\è¡',_binary '¾•Q¡\\J\Å|\Â`Aw†xJŽC:9€s\Ýn£\æIpð5Å†','',0,'?'),(_binary 'Á\ÝgI\È:<\"¾˜»ôõ','wp-content/plugins/houzez-theme-functionality/classes/class-user-packages-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-user-packages-post-type.php',0,_binary '\Öÿ	ò²F¢”\Üµ4„',_binary '\Öÿ	ò²F¢”\Üµ4„',_binary '\ë\Ú\ã]¦7\âW”4õ\r¤ã³¦\ÛVuó€|l“\å&¯ª’','',0,'?'),(_binary 'p9}dZBwöNN\å7`m','wp-content/plugins/wordpress-seo/admin/class-meta-columns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x)u\Ð\Ü\Ö4\à˜¾€n‰I',_binary 'H¼\èe¥VÝŽ•\ÝDÀ\íƒDó°¥Ì¦³\\\èà§²§¹','',0,'?'),(_binary '$(.\êb\Ëüg}~Å˜;¬','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/HashClientIdRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/HashClientIdRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó÷Mù^\ë‡]úe7^#ÿS',_binary 'ß\ë˜!d\Í\ÃTsÂ¹Â©kf²\Ø\ßô\Ö*Ï­Ð¢„8Ÿ','',0,'?'),(_binary '$\îŠP\Ù`‰‰\0g\ï¨X²','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yFÂ“\\œ»\â…\Û2š\Ïÿ\í',_binary '2k¡sÀ\Ú\\>ª…RI:nHðÈ¿Dm\à!zz\Ø±À','',0,'?'),(_binary '&\Ðö°õº°\ÕÍ‚|d8\î','wp-includes/blocks/pattern.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pattern.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$\Ó\î¸Ö¢õ`^\ãRƒI',_binary '½mÁ\á#‹†#\éL/S»¬_¨t/\â„ „*™IÂ•\\=','',0,'?'),(_binary '-ú\ìc©<\È\î@\ÕVsZ‚','wp-includes/js/api-request.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/api-request.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9¢÷¼\Âß¿G7p6{“g',_binary 'œd\Ï6Q\\ñ´±©fÿ:¶±‹‡ûG`\é‹\Ñj1V\ã','',0,'?'),(_binary '.Ö \ä9-\ìŒq·‹—m?\é','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php',0,_binary '…\áÒ\åI³=sB‡\â',_binary '…\áÒ\åI³=sB‡\â',_binary 'œlf*XºÛ¹t¢>\î\íò®\Ä\ÎsŽ\ÌfX}šžu˜µÀD','',0,'?'),(_binary '0{V%j†B‡ø\ë¶\åõ','wp-content/themes/houzez/template-parts/dashboard/property/search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/property/search.php',0,_binary 'HÐ­ sð_÷°J*\r!q©',_binary 'HÐ­ sð_÷°J*\r!q©',_binary '¤B.q\"¾\Ê^>ø ×¿31\ÈP2\ÅQ89`?›ÀœÇ•','',0,'?'),(_binary '2np\Ø7º;ª)\Õóñ›','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wsœ©ÿ!ˆµ9\Ão0ÿ¢¾',_binary 'Ü…‘\É\Ø#|Ç˜»´Ñ±Va\ÑK?J…\0%KI_Vt','',0,'?'),(_binary '5L°}\ÏClƒb²¬\Â\éõR','wp-content/plugins/redux-framework/redux-core/inc/fields/divide/redux-divide.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/divide/redux-divide.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v\Êü@¦‹\0\Æú?U\Ôc½`',_binary 'Ÿûeñ`¶4p¶\Ì1­~\È\ÐÂ\"ô‚œ•\"6üó@','',0,'?'),(_binary '6>\äZ\reŽý\ÇS©','wp-content/plugins/elementor/core/isolation/plugin-status-adapter-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/isolation/plugin-status-adapter-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3§Ã¢pOav¬i¢:\ë\å',_binary 'CdaÅ¬’Ø«‘•\á…=\ÛS¹õ\Æ\Ùu\Â\æ\à7m:\â‰o\Þ','',0,'?'),(_binary '7»©\Ù¶ñ€-g','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©›XË–GU)\"]+L\å',_binary '(\Ò)Z\',I¾„\ÜKhg¿‡3­•Ç´óKHp;E¬\Æ\êc','',0,'?'),(_binary '=\è¾\ê¿\'}7¶‰W','wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_medium_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_medium_24px.svg',0,_binary 'TB0y\Óy ²\ÑHL\Ê\'Y÷{',_binary 'TB0y\Óy ²\ÑHL\Ê\'Y÷{',_binary 'ð•·…a›\ãr\Ð\Ó\âúñ9.º&%\Ä\0+>úªü©œ\á\á','',0,'?'),(_binary '=\åoô\ß\'€\ÔÄ¸iøR','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Composer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Composer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Rr\è{9(\ç\Î,EV¦<\å\è',_binary '\Óy\Ò0B41°\ÕpÆ¾¢fKt<\ÜO\Þ7y¤˜ö','',0,'?'),(_binary '?\Ú\Í\ê†?\Öú\â½y\0l','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î-\Ì)X8‘\ã/¶Ë¢Š',_binary '6\Ä2i°zS®9I\Ý\Äq\ÚR¦Qö½×Šë°›¤VjU>','',0,'?'),(_binary 'C\åC&z/\Ûñl\á\Ùk’','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š\Õ¨ynEV¿“\ç\Û	¦\è',_binary '\Ù}‹¹€ÃŽ‹G\î>Ç¬È³F\Î#‹\×\è‡$\Ý)\Ã\ã','',0,'?'),(_binary 'D†}ŠÜ´g\áêŸ˜?Û°','wp-content/plugins/revslider/public/assets/svg/content/ic_inbox_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_inbox_24px.svg',0,_binary 'Y8B¡,¤tqW\Ð\æM‘5X',_binary 'Y8B¡,¤tqW\Ð\æM‘5X',_binary 'µøö<9\Ð8`¢þ)‰³\ï\ï\'~²­\Æ\çR!\r\Ã','',0,'?'),(_binary 'IwŸ\Ú9¾Ò¼ \'O\Îò','wp-content/plugins/revslider/public/assets/svg/image/ic_navigate_before_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_navigate_before_24px.svg',0,_binary '\Î\Ã\ÍòÕ«‘r)¾¸†',_binary '\Î\Ã\ÍòÕ«‘r)¾¸†',_binary '÷Áô\Ë^^Õ‚{;OÕ®t„HýbBµªBOü¨]U§\Ä\nv','',0,'?'),(_binary 'J\à:\ë\ËÌ–\ì\ëŒ|ö\Ôf','wp-content/themes/houzez/template-parts/search/fields/min-price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/min-price.php',0,_binary '\ËZýz\Â\ÕbÿøJ¨ýo',_binary '\ËZýz\Â\ÕbÿøJ¨ýo',_binary '¤&Ý­?VuR}<*\ê\È\í³8±\ÐJ1™\Ãõ>m‰~\0','',0,'?'),(_binary ']q\ÒÉ–ü™_3™ô/Y','wp-content/themes/yith-wonder/patterns/homepage-2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/homepage-2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›õøõo‚\ZýC\Ã\Â\Í!ó',_binary '±÷\ÄSm¶e®v—\Ì.FùW2D\êÙ˜S@\Â\Ë*=','',0,'?'),(_binary '^\ä\ä¯¬}\\ð†¯ «Q\å','wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹\"1S9jE­\ÔK:÷+ÊŠ',_binary 'œ[\ÛK™ûšØ™8ôõn®\â\Ù\ß/¿—»û/ô÷&cg','',0,'?'),(_binary '_rO¾Aý(›-ž€4”¼','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Facebook.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Facebook.php',0,_binary '“ð\r$¯\é+ú±¼Ÿe',_binary '“ð\r$¯\é+ú±¼Ÿe',_binary 'e2\í’ç­¡ üí‰‡ [·JöeóVÄœº\â0J·','',0,'?'),(_binary '_Œ\Åzˆ­¤9·Ý€D:¦\Õ','wp-includes/blocks/media-text/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\0\ß~³œ`œIÁ}©Ä£G',_binary '´H:+ZÀ)\Þ(j°\09	Ÿ\ÓUpu<¾\â\0>½\á~e#','',0,'?'),(_binary 'a\ãøe1A‰Y†\Z\è‹;c','wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4\ÞEYº¹ÿ‹,šCt™',_binary '\n\r§™­\ÙDñI>lÐ~\r\ß\Ó\ÅA\È\Þó®\ã\Ûoþòú','',0,'?'),(_binary 'dÝ§kð„\Ã\ï—@„qH5ò','wp-content/plugins/revslider/public/assets/svg/content/ic_weekend_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_weekend_24px.svg',0,_binary 'ô8ùTØ³ˆr›¨	­ÕˆÀ',_binary 'ô8ùTØ³ˆr›¨	­ÕˆÀ',_binary '2d\â\É?Û¾zA\å\ëZNM=ò–uXR|k\É{\Ü,˜','',0,'?'),(_binary 'jzÏž\×)œ¤A\Ãbì…€µ','wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýPß¬\Ó\É\Í\ï\íÐ”­',_binary '¦}(0FföóK:£³L* º\Ú#ÿs¡±6˜›bomv\ë','',0,'?'),(_binary 'm\Ì\ëõÁŸec1¼i\èRó','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php',0,_binary '\å½N…ù\éÓ¿f·g',_binary '\å½N…ù\éÓ¿f·g',_binary 'ºÝ·\é;4\ëÍ­žxRhøºó_:\Õ<!¦&\Ñ«m?K4>','',0,'?'),(_binary 'ot·põ¢\Õ4ÿuš','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹ñ\ÎñôÕµˆk!›&\Æ',_binary 'â±‰Œ\ëóû\íÂ¤\ß	\ÖA‰—”gÏšRX-¾\à\0','',0,'?'),(_binary 't¾]¯\ÈüW2`\Ó,Z','wp-includes/blocks/term-description/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/term-description/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@5«•^i­\ß¨Œ\r¶!g',_binary ',1Ð£Q‰2\ìŸö@øŒ\í\nrr…\ìh/XÝ”2Hñ5ˆ','',0,'?'),(_binary '{ôÛ‘û4u‘€¼ù%‘','wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd.php',0,_binary 'm±$\Ænšœ´V(û¡qÁ_',_binary 'm±$\Ænšœ´V(û¡qÁ_',_binary '#CLù\èi#ú!j\çw¾òI\ìo?»®Š\Û8\Ù\Ù}>\"','',0,'?'),(_binary '||<\ämx¸NkÐµ(Æ‰','wp-content/plugins/wordfence/css/license/care.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/care.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûq)*ÿ§„*v±v#h',_binary 'Fðr:\Ôr\Õ(nñ‡~3ò›wd”9\ÔRð´O¬','',0,'?'),(_binary '/\ÌCÿM4ò\à‚L–','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/InboundTransferService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/InboundTransferService.php',0,_binary 'M½Ož®\ÙÞ¨»\0 \çb”',_binary 'M½Ož®\ÙÞ¨»\0 \çb”',_binary '\Óó\íŽ\ÈÁD!vûz\0jt¬Á\ê´<“\Ì-’b\\õ1ô','',0,'?'),(_binary '‚Ž [T.‰\ìoA±E&3\Å','wp-content/plugins/wpforms-lite/assets/js/admin/builder/settings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/settings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ãš\ÖÊ…On\ÉlÒŠjþ*',_binary 'H3\rn¬ö¹ùŠŽ$÷ª2’g\ßq›œÓ±\r\æ^.\\9—','',0,'?'),(_binary '†¼²\ÜÈ¶I\âUÍ––\Þ','wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îX@­ªúui¢L\"\Ô',_binary 'jX\æ\Åw=ws\ÚKw%·o<qb\Ì™\ÙZ…”NF','',0,'?'),(_binary 'm+®S\íõZ°³.\Æô','wp-content/plugins/revslider/public/assets/svg/device/ic_graphic_eq_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_graphic_eq_24px.svg',0,_binary '^H®}TÇše\å\Ù	\ï‹ý+',_binary '^H®}TÇše\å\Ù	\ï‹ý+',_binary 'Ÿ„*\ÅøŠUŠ½\ÖY-õ\è\Ü\Ü}9Þ³\r¾©„M\ÊC~\æ','',0,'?'),(_binary 'Ž\ÏGÆ¦\Ò<\è\Ó-','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\ÔKöUñIjw¦ªB£\Ö',_binary '_js£I6Œ*Âº \Ú\ÒLŒ—‹L”\'ö¾´OV@Jò†k','',0,'?'),(_binary '’\Ù2XH¯Š\ØûY','wp-content/plugins/redux-framework/sample/sections/extensions/js-button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/js-button.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A‰`ÁÆ®A:(½\ÂÙˆJ',_binary 'I\î\æ\Ëjz\êoôBôôrN±\âø\Ã\Ì\Ë^/(_]…Yf\Ó','',0,'?'),(_binary '™/¸ý†òÚ„‚NW–','wp-content/plugins/wpforms-lite/assets/images/addon-icon-captcha.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-captcha.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B&	0—\Ó.\æ r{À4(',_binary '’•Ûò\ÏÄ…ý3¶—\'\\ªJIº)Uú™)-ö½\Í','',0,'?'),(_binary 'š—ò¢ KÊ§@3v\Ç4','wp-content/plugins/houzez-theme-functionality/elementor/widgets/blog-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/blog-posts.php',0,_binary 'ß¡_\Å\ÉvB¶›dE\\oÙ£1',_binary 'ß¡_\Å\ÉvB¶›dE\\oÙ£1',_binary 'þªyi–x\Ð=\0\Ù†zžM«ò\êQš\Ýe_\Ô7b„‰','',0,'?'),(_binary 'œZt\\\0!»>\n\éTIAt»','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tœN\Ü\Òö\ÛÀJS\Å8¨\î',_binary 'p\Úizù1¢Œ\è\Ëqþa® ŽœÚªŠ&˜_;O¾§ó’','',0,'?'),(_binary 'Ÿ\'zŸ\ÛÔ¯ª\çi¸p','wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_Owned_Keys_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_Owned_Keys_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U’óP“„››;\Ù9\Ð',_binary 'Pž£©\'ûõ|!&+\ØPsd i²-ø\Å\ã»9ªXr','',0,'?'),(_binary '¡>°\Ë\\ÿ\'uV‹b','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_horizontal_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_horizontal_24px.svg',0,_binary 'õGˆµ8FG{—“(	',_binary 'õGˆµ8FG{—“(	',_binary '³!.Tuñ#\Æ\è×¿\Þm~\0DXÏ®\Ôm\ì^#5A°*\îr','',0,'?'),(_binary '¤Loª¦Ëƒ¿Zh\É{®','wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á=8V(•c\åJlžCWýµ',_binary 'u°\ÉFBÀâº´¯¸…\Ý|†i\Åä„ƒ\Þ>‹i]ý•M','',0,'?'),(_binary '¤¡†G¢ ª¥\Øj#_I','wp-content/plugins/elementor/includes/controls/structure.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/structure.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')\ã½	 I\Òÿ…›bk/º',_binary 'z±b\ß\ßqp0Nr.lØ¯|?’…’hyfN\Õ\æ;€Ÿ','',0,'?'),(_binary '§y´\Ý\Ú!¡\0pZ\èˆ[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å>\Ã\Ö\â\ç5õ\éVþ',_binary 'yG#€\Ë\nõ“7\ëŠÚŒ6Œ(C¨«™€¥hø¤\ìy\Ó','',0,'?'),(_binary '®Á#Ýª\ØRr-¬\Ù\Ê,\ZX','wp-content/plugins/revslider/public/assets/svg/action/ic_compare_arrows_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_compare_arrows_24px.svg',0,_binary '\ZÛ®n–+yC‡Pjb¼‰',_binary '\ZÛ®n–+yC‡Pjb¼‰',_binary '0DI\Ï}\Æü4|Æ¤.D5V†ùI×Šÿ.»h%ú\î','',0,'?'),(_binary '¸\æM\Z\ä¤ù†Á¹”Q','wp-content/plugins/elementor/includes/widgets/progress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/progress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H–}r$tø\éj+«g£',_binary 'EJK«µ\Ø\Ûk[3±_y\å—htKZ\çýþy+\é\Ä¬','',0,'?'),(_binary '¹ùªÉŠ\ÙWis G~Ž º','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \È\ãRau\Îúj)DÀ_†8',_binary '\â@÷q>>Ž\á»)šSÿ—\ìf,M£DŒ—sg—\âlÿ\Ì','',0,'?'),(_binary 'ºE»È–qÈŠ?2…H\è','wp-includes/js/dist/api-fetch.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/api-fetch.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X¹Õª*\Ü\Ão³\æEñn',_binary ' ý&\Û#šP_zI\Ä\ÇM®Kÿw›Š‰°¦®±T\Ý\ë\áô','',0,'?'),(_binary '¼5pÞª\ïm—\Zµˆîˆ„','wp-includes/blocks/separator/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÙžŠ\n\Çþ¢o\Ã\'€¼\Ë',_binary 'j7W©¯\0À\Ó6…$\Þe\çÁ\ß~RIõ\Ñ\åp„%zP','',0,'?'),(_binary 'ÀK­!s\Ûúlb­1zön','wp-content/plugins/wpforms-lite/assets/images/challenge/times-circle-regular.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/times-circle-regular.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Èkò·!\Øb‰ÕŒ*ld\ÓW',_binary '=-07\È\æ±\í°jƒš7m4:4ý8…\ã*\îy\Ò','',0,'?'),(_binary '\ÌRÝ¯¹{2OtH\ä5\ê','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/elusive-icons.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/elusive-icons.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x¤•|õö¨nû¾4@“µ%',_binary '\é\Ðgre\\†\ãPLú\Þ6þ>‹öù€iöµ9Š X@öý\ë','',0,'?'),(_binary '\Ì\ÇS©\Ç]ô/}\ërtªò','wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùµ\êŒ\â\Ö*ãª‰a\Ù…',_binary '`ûÐª\ÄW»V•)±«ž4¯¨ø\ì‡-\Â\àZ\ÌöðQj','',0,'?'),(_binary '\Î\Óy¬¡¸ô=\Ð\ã\r˜e\ë','wp-content/plugins/redux-framework/redux-core/inc/fields/info/class-redux-info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/info/class-redux-info.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä_¾û˜\Ù¨·B°Jò¥',_binary 'ùs\È5¯6\ÝÍšVd†™R˜\Î2Ô¿\ç*]‹‡‹ç¯º“\ï','',0,'?'),(_binary '\Ð\ï¤\äÿ‰<þ\Ö\Ú|Q‹œˆ','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P¨|û5V\Úhœ\ä-VV',_binary '!*S]œ4p2pG©\Ï\ËC¹È±Ý .LeB+%‚\"§¸','',0,'?'),(_binary '\Ñ#U\é\Ð¤d©\å,1\Ï','wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd“Ü³g\n€i]¸½R',_binary '&AHo\âns—?Ì¢\\}F x7g[^£’°\ík¨ñÉˆ','',0,'?'),(_binary '\Õ`:ƒy:²‡\Zk\r\r)N7','wp-content/plugins/wordpress-seo/images/slack_sharing.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/slack_sharing.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–™Šº G˜@žƒ‹w',_binary '‚¶\æXõ]ÍŽ	­\Ö\Ó#)M¶,eS\n:\'»9&3‹\Ë','',0,'?'),(_binary 'Ö»E\n»<¥B„[\ì,','wp-includes/class-wp-ajax-response.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-ajax-response.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'QnK\nÎ¸fÞžXƒ\ê\Õ	€',_binary '§T\Ã#t±ˆE¿\ÉÈ´|TPUJ\Í\Ú\Ê\Ô\0\à\rU§Oƒ','',0,'?'),(_binary '\×\ã\Ê\Ô\03šÑ‡¸¬ú','wp-content/themes/sinatra/inc/helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àÌ‚\r,»Í­©ü-\Ãbu',_binary 'ó©–\Ò7„k¾\Úøz¨H\ìYñüµ\ne\ÓN9„±:aŠ\ã','',0,'?'),(_binary 'óõ\àÈ·I5\ßð‡+#÷º','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaFirebaseLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaFirebaseLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘¬@Š—¯\í\"w\".\Æ%.',_binary '~’qWB+\'»*¥”o\å•R\Øþþfò@\Ô[#KˆF','',0,'?'),(_binary 'ô¯S\äWÁPEÁ!À\ÆI1V','wp-content/themes/houzez/js/vendors/i18n/defaults-it_IT.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-it_IT.min.js',0,_binary 'óDM¨\Ö\r°<<³}]¯Z',_binary 'óDM¨\Ö\r°<<³}]¯Z',_binary 'N¢‰¯\æ2Kv	a’g8\"\Çh\Ñnƒ7\å2>t’;?ž¬','',0,'?'),(_binary 'ö¼\â6^¬\Æùðh\ê','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/sub-listings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/sub-listings.php',0,_binary '•}Éªe\0=ƒ\ÞW\ÅW',_binary '•}Éªe\0=ƒ\ÞW\ÅW',_binary '©”\Ä{ßžf¹›\"…3J+\0Š\ÑF\Ö.¼\Ô{ù„K:‹^\ì\Ö','',0,'?'),(_binary '÷ö”\É\à\n¹øõV7	','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c 3Ë‹¯UOCšõ#9',_binary 'k¥&#yj\ÌM˜A&)d5U „Bn\Å\è\ßÁ5°\é\Å\é','',0,'?'),(_binary '˜[…\0¿†Y[cM†{','wp-includes/css/dist/block-library/classic.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/classic.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\ä–ý\ídc5¯\ê?ó',_binary '\â¶ù£„?\ä\"4\ÑAHð’úCÇ“¹‹«¬_/\æ»û','',0,'?'),(_binary '	b‘Í“¿gk\ï¤\ê\åc','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Qbd}n!¢GñHtH\Î\èf\0',_binary '?:2¥÷%Vú—™kŒ”…‡/Y<€\ß,SªÊ¢vò','',0,'?'),(_binary '”m\Çn9\ÆF±6·','wp-admin/css/admin-menu-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/admin-menu-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nO¬›9œ\âžµT¬2”Ú¹',_binary 'e‚Zm#ºtFM±F‚\àÊ±#y*\ÑjÏŒœ%','',0,'?'),(_binary ':ox¦ðvÃ®p¤÷„€ô','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.kr.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.kr.min.js',0,_binary 'qŠm\Ø]¡\Ú\æ`N¼¾\"',_binary 'qŠm\Ø]¡\Ú\æ`N¼¾\"',_binary '=(/1£\Üf\Ö`-\Ññ¦Þ¸y¾ü|ª1#%÷,\Ì\Ôg/s','',0,'?'),(_binary '6—?Àõ\nýz\ÞR“\Ý','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListSitesResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListSitesResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\0õ’¥«Î¨¶\ÌÊ‰Šn',_binary '£ùLGG½7ü\ÓJµ\Øûˆ›6!\×;ž \â\Ç','',0,'?'),(_binary '\ZO\Çu0¬\\§7¡x—\Ò\å~','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/class-redux-sortable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/class-redux-sortable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bfñ\Ë\ß+\ïºœ}¢\ß',_binary '\Ätˆf\ÎKI’[ª¹1¤\ÊU–‚|lIJŸ\ë.?Zb\ê','',0,'?'),(_binary '\ÅÖ¦\ÛAb.X²qÿ®','wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œÆ;)–<\ÆMý0\ë¯ÉŸ¢',_binary '\ÏõÂ©–Ýª\Ç\á\Ð\r‰V©ˆ:®¨–ð&,°N‡\"·û','',0,'?'),(_binary '$§!F\n¼”nv{s˜[\Ä','wp-content/themes/houzez/js/vendors/i18n/defaults-ar_AR.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ar_AR.min.js',0,_binary '4\"x\ã¾ûi×œD49¿(\Í',_binary '4\"x\ã¾ûi×œD49¿(\Í',_binary '\Ùg\Ü\é’\ß\à˜\ÃR\é\Â\æX³hž“§‚÷%0}\'-\0','',0,'?'),(_binary ')úM\æ\È^ð¶Ã»ozð©','wp-admin/images/loading.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/loading.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â\ÉK\Z0b:•¥×“;uö',_binary 'ùV»k\î~Ô²a¼b!f\ïyølm&v\Í3\ÈÄ®ˆ¦m³','',0,'?'),(_binary '*kT8”}të¤‚>\ä','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/ListEntitlementsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/ListEntitlementsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\ÄÌ©rŽ\ÛÆ‡\'\à Y³\Ê',_binary 'Ð¤¾y™3§\Ì\ãÿaü\ãauUG	h£ðV¼','',0,'?'),(_binary '-…AJ¼f\éû‡Û­b¹','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\0›u\êW\ìD$¶,bEW6',_binary '\Ä®¨O7Ä™ü½©Òµ2r\èF?†+\rq38–‹™','',0,'?'),(_binary '/\Ï\"CöEÃš7kHƒø','wp-includes/blocks/comments-title/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-title/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \ß]C\Ú!\Ñ|A\ÕJH\0þ\Ê',_binary 'øžf )˜CÚ¾ŠKGÀ\Z\îCž°\ÇôÅ¥ L™¹p\äµ','',0,'?'),(_binary '1O,\É`}MNG£TC¢','wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/ServiceProvider.php',0,_binary '”\n]ð`qé®‹\Õ7)·Tµ',_binary '”\n]ð`qé®‹\Õ7)·Tµ',_binary '\ïZÖ…ZP³\"iu\Ð\â®L;\ÎS\ÛÀ\È*d¹Žcð','',0,'?'),(_binary '4%·IH\ÄO‘‹Ê°\ÒL','wp-includes/css/media-views.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/media-views.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x£2-÷ò\éòº¡¢ö¯\ì',_binary '=¼š*\Ñ\è˜Aº‘\Ú\×$Ú¬j´\èµ.*#ú:b†%[K\æ','',0,'?'),(_binary '5\Ñ\æ-a%³\ë™ý\ÞÙ O','wp-content/themes/houzez/js/vendors/i18n/defaults-pl_PL.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pl_PL.js.map',0,_binary 'º\î.\'<£äƒƒ™N\ÌM',_binary 'º\î.\'<£äƒƒ™N\ÌM',_binary 'wQh\ë9\ç‘N€ÁË¥h\Ã|1wþ\Ü\'öÀ\Û\éz\Û\Ôp','',0,'?'),(_binary '6§#ÃŸÏ…5^ªŸhW','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Ninja_Forms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Ninja_Forms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”U~Á5G\ß{Lw\Ò\Ç\Í—',_binary 'õ\ËlRr2ªe>õ¤e\ÑD\æw)-o§ˆ6(&f\ëú-Â›','',0,'?'),(_binary '7@Rd¯tÿˆ\æø0úU','wp-content/plugins/revslider/public/assets/svg/image/ic_assistant_photo_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_assistant_photo_24px.svg',0,_binary '\í\âL‘h›2ô\à~\Õ\à· ',_binary '\í\âL‘h›2ô\à~\Õ\à· ',_binary '½„*\Æ]4\0\ÊAt°J[\î“\Ô.vtŒ‚ž[¹IŸ®\Ñ','',0,'?'),(_binary '>`ö‹\Ãd¯S^*ª\Z‡','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/Properties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/Properties.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰×Žœ€G\r­wƒ\"\ïY\Ü',_binary '|ös\Õ÷\à„\Z	®BÁŸo\â³%(\'a‘ŽWi\Ý<\ë¶w','',0,'?'),(_binary 'Cð/ù;)ŸªÙ‘\î°o','wp-admin/js/comment.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/comment.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Òª]÷—Ê‡QZhŠÿ=1',_binary 'çƒ¶„	\äx\Ñ\îšôŸÑ²\Ù\\•O¡\\\ÌnÔnhœ\Ô^E','',0,'?'),(_binary 'H-¹F!|úJõ+)u','wp-includes/blocks/post-content/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-content/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\Úö\rL\Ü&±\Æ\Ô^T¬L',_binary '?w@Q×¶’\Ü”wT\Ò\Z\ë0”ù6\n¹>”=¦h','',0,'?'),(_binary 'H\ë\Ê~\Ý\n\ãóx‚ ­»|','wp-includes/js/dist/token-list.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/token-list.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/À\0\Ê}ô¢±}\É',_binary '\â)?‹ºk\Õû,‘ÿ—\Ä`uWƒ\ß÷MšŒÿSq¼ü','',0,'?'),(_binary 'Lf·:ýó\í)­³\n¾ª§','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EÙ±ž©uR\ßò\á\çÜ±\Óþ]',_binary 'ƒ°\Î7²+yú6É„/-ŽÔ–0X.{\â\åÿ\å^\âÙ¨jh','',0,'?'),(_binary 'S¸ýv§\Ä]ª·$Å¯\åž','wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô\Ïý\Í\Ø@;ß¡ME',_binary '*µ\ZMl\é^\"8”\æx*ø\Ê\ê\ï×Œu\Ø\Çü+\Â\ç\Ò\ì\Å','',0,'?'),(_binary 'T\ËgslF\í¢\æÊž\àõLy','wp-admin/js/set-post-thumbnail.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/set-post-thumbnail.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1\ÂPµN¼H‚9eò@I',_binary 'e}#’\ê\ä\Ðn™q\ÅJ¯rJ\Ø\æQ<d…Z\ÌKž4','',0,'?'),(_binary 'Vd—7)œB>½\ÕK½1','wp-content/themes/houzez/template-parts/footer/copy-rights.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/copy-rights.php',0,_binary '\Ãõn\n¬3ÿˆn†Ù²\Ó',_binary '\Ãõn\n¬3ÿˆn†Ù²\Ó',_binary 'mƒ6=\ë„w‚‘Hq§\íypÒ„1»v¾Ç˜Oönã‘¹','',0,'?'),(_binary 'Z„M\Þ<0òL%“\ÞŸ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache/Mustache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache/Mustache.php',0,_binary ')ô£õ’¢ð\æ„ð:\Î\'$U4',_binary ')ô£õ’¢ð\æ„ð:\Î\'$U4',_binary 'añH ?L4Ü³\å*T…\íšô1\å\â\à\îP\Ð-Á>e»','',0,'?'),(_binary 'a”@—WrQw¶\ÌZ\n.\î','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­Ü‘zŒg<N\èô\n?o6f',_binary 'ŽÁ“R °ôEgøX3•†JAc”\ì!aú_\ÊôS{','',0,'?'),(_binary 'c\èÒ¤|•.L©™ò\Ô~','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r2:£»\Î\ç“&½t~m',_binary '\'÷(ÿ;\ÏU\ï=³J\rfÁ-\Òr\èZ\ÆÁ\Óy¤/6Þ¨m9','',0,'?'),(_binary 'cüU/m‘¡`\×e•§­','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/meta-box.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/meta-box.php',0,_binary '[\ï\ìÉµmF\\\íq?+[\ÍwX',_binary '[\ï\ìÉµmF\\\íq?+[\ÍwX',_binary 'ö\ÒÔ¡#«L\Ä\ÔÕ¼ >‚c\nRœ0ÏµŽ>3\Ï\èm\Å','',0,'?'),(_binary 'h“À#Ù•Q\ÂY\Æ\Ò-aiœ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p.Í‹S¤4\È;É­C+s',_binary 'ZI¢|»\ä¦Y¡\êE›=”PöCZñ\Z@[o¹\æ9&=¦\é','',0,'?'),(_binary 'lÝ¾ ¤\\e\ZúN§À\"','wp-content/themes/houzez/template-parts/realtors/agency/image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/image.php',0,_binary 'Š•›ù¼\ã*|´1Õ­\Õñ¿',_binary 'Š•›ù¼\ã*|´1Õ­\Õñ¿',_binary '€]W®?†9A\Í\Z\â\ÄÿM—¯\"BÑ’\áÿ\á\Ã\0Š•\Z','',0,'?'),(_binary 'm# \Î\Ê@§ª£Ø¼‹…©«','wp-content/themes/houzez/framework/stripe-php/lib/Identity/VerificationSession.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Identity/VerificationSession.php',0,_binary '\ÝXn\á®}ñ`~MÁa',_binary '\ÝXn\á®}ñ`~MÁa',_binary 'r´\É\Ô+\é\ÄF7Fè¤ƒPo\Ö6þH|9²iN)½','',0,'?'),(_binary 'n\â8c„ó\Ãî½·½õ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/Akismet.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/Akismet.php',0,_binary '\ZŒƒ®pöÿQ}	Ž\Å\åQñ',_binary '\ZŒƒ®pöÿQ}	Ž\Å\åQñ',_binary '\Ý1l)\æ//D/ø¥¨ný’ý\nð\à\ã\îËƒ·\Ç:’n)\"\Ë','',0,'?'),(_binary 'rTO\á|zÿ.n>ú','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg',0,_binary '>«‘¼+\Ä~PÔ†œ){8*',_binary '>«‘¼+\Ä~PÔ†œ){8*',_binary 'Ÿ·¹°+pFL°Ãš`\Ïn\ïn©\êŸWOw‡A\Æ\'Ž°,\ß','',0,'?'),(_binary 'z˜|*6žS\\5·\ã¯3','wp-content/plugins/wordfence/lib/wordfenceScanner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R•|—\ÃR- ˆü¥’\nj',_binary 'm]\æb(ù\r\â\éût\îœÓ¶ª©§b¡û\×\ÄU±ž×ª','',0,'?'),(_binary 'z\êv¶7#\0B[1š','wp-content/plugins/revslider/public/assets/svg/image/ic_dehaze_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_dehaze_24px.svg',0,_binary '«º\Üôñ¢x>.•­\"‰bžN',_binary '«º\Üôñ¢x>.•­\"‰bžN',_binary 'H\ìùGÿ£ÎƒöŸ³a\ê’t/2\íÕ‡\ê<\Ã9„Zd\Õ','',0,'?'),(_binary '|y³|ü`ÿ!,š\ÕU §','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes/Context.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes/Context.php',0,_binary '® Ä¹03m\'F#üº‡&\àý',_binary '® Ä¹03m\'F#üº‡&\àý',_binary 'YUd´¢špjþñz­.\Z‹S\Å	\ã·\âj\ã¼Ph1yq','',0,'?'),(_binary 'ƒf7º^¿Á…’YÐ“lwM','wp-includes/Requests/src/Exception/Http/Status502.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status502.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hG¥\ÛdQª\ítœ$¿¢%',_binary 'ap 84\ï}bj\Î/A=°c^P\' WwAl¡1º”','',0,'?'),(_binary '„†\ÐuTg(n&Ï¬\ÉË«','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/ithemes-exchange.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/ithemes-exchange.php',0,_binary '—\åM@“–„\ê8S=‰\\\Õ',_binary '—\åM@“–„\ê8S=‰\\\Õ',_binary '´i\Æ\Ìú\ÛAXD¿\Ûb^ÿ\ÄQ\Ze—¿`\Â1 `&KZ%','',0,'?'),(_binary '‡\ïÁ\n^Òœ\ÝTñ\Þù\Ù','wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ã“‡<\æ\\\Ñ\í8|sõ',_binary '¹\ÔuP] i)\í¹ó\Þ\Í\Ü\ÆVF\Ë\r\"\ÂÊ;Á«Å¾S\Ï~','',0,'?'),(_binary '‘Š,Fø|¯ŒJR*L','wp-content/themes/houzez/framework/classes/houzez_data_source.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/classes/houzez_data_source.php',0,_binary 'ð£ôð‚1Nù˜§XGŸ9',_binary 'ð£ôð‚1Nù˜§XGŸ9',_binary 'wI=\\n\áf·i\ÂÊŸ\Ýdþ\Û\É`\Ë\é¥ÈŠú;‹ª','',0,'?'),(_binary '—úUˆ\Äou•eÁNTtù','wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$nÔ–\Þ\\\Ís‡)v¤«J',_binary 'eôMþ9óþ|«+:\Þ\ã‹õ¥S\Ì?ŒA¹œ\0','',0,'?'),(_binary '˜\ÈHÊ¥\îÜ­^˜\ß\î\ê\ß','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBStore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBStore.php',0,_binary 'ºý\r\ê\ï8Œvl°\rn\é',_binary 'ºý\r\ê\ï8Œvl°\rn\é',_binary '-*\Í[\Î2(³t<ôH\Åc\Ô@¥n„\Õ4kSe\×\Ôs\Ú','',0,'?'),(_binary '˜ý·Àe²\Å6Œfw½\Ö','wp-content/plugins/houzez-login-register/social/google/contrib/Google_AnalyticsService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_AnalyticsService.php',0,_binary 'ë¬‡ú¼–õ\âý\è¸QJ\ìq',_binary 'ë¬‡ú¼–õ\âý\è¸QJ\ìq',_binary '<M\Òúe´\Ý=S®õ›^\Ñ\èF÷\ß5½\Äóúª)y\ã\Ð\æ¢\È','',0,'?'),(_binary 'œ\n$z\ßX£`\Î1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/charmap/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›²\á¨\\õ\Ó5^À\Ìùµ',_binary '[Bò\Z,;‹\ïjfe\ÃMU\áj|)òrv°‡>UóF','',0,'?'),(_binary '´=b¤6š\Þhs€ª\æt','wp-admin/ms-themes.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-themes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©„:1R]	l I\È\ç!#_J',_binary '7\äE›H\Ì\ÖŸPuŽŒ\êÀ‚\ÇZ\âŽb³…G','',0,'?'),(_binary 'Ÿ¸\'úFEŸA–vQMv','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\r°\Ã5]xVI\Ö\'Œiµ',_binary '\Õ\ìG¬ºÝ…\'™!ó\ÂY®E¬3¬\ÜP5ad‹ºM¾ÿ','',0,'?'),(_binary 'ŸÂŒp\Ä=Ñ¶\n5ðÒº‰','wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Web_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Web_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Åe\Ûl\n`3GSÍ…	¦«ÿ',_binary '\å®0L­O·7\Å!\Õ<\Ô\íU³¡OYñ{§<µ\\±w£<','',0,'?'),(_binary '¦˜8“O\Ë\Ö.\Îqt€&','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/WebhookRoute.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/WebhookRoute.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"/)\ÅUSSk‘\ÄñÈz\â',_binary '±[F²§¶…5Ñ¾Ê†\rµF5•6­s\Ö_xPucGÁ$','',0,'?'),(_binary '¨DŸ>[’\îa\Æ\ï}RO','wp-content/plugins/updraftplus/images/updraft_tick.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraft_tick.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š7u\Ý{ð/=$\nhK\×',_binary '­ûô\ï|Uø\æÈ¡ð½R\"#)1]\á@h0‘~µ|ˆ»?','',0,'?'),(_binary '¨‚I§ƒ°÷ªUzYWg!g','wp-includes/blocks/latest-comments/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-comments/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ\ÃÀ\Î\'\ì’\ÒÃ€]\è0€¤',_binary 'º¨z]HK”³\ïaa\Ì)ÿ‰\ç\è2ú”\î$\×\î\ÛM\æ','',0,'?'),(_binary '­=\0˜@\Ç\Åú\ÅRP¢3','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']\Óž\Ð\á\æù=0',_binary 'x¤\n†Á²±e¢úõa½„`K•Î\\—7\0»´Z\Âw\Ä','',0,'?'),(_binary '±½\Ê…_<C‡µ‚3Œ','wp-content/plugins/elementor/assets/css/app-base.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app-base.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ“ûDEŽi\0š@-9¬3',_binary 'ûÀJ\ÛZ\ËãŠ¥\æòœ5aX\Ìý]\Ça\ßÍ‹‹M\n	mˆ‚-','',0,'?'),(_binary '±Ô¾\æ\Ï7EKdVRÊ‘•¥','wp-content/themes/houzez/js/vendors/oms.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/oms.min.js',0,_binary 'ôu5ˆ\ê\ÕÀqÀ\â8£fÿ#\í',_binary 'ôu5ˆ\ê\ÕÀqÀ\â8£fÿ#\í',_binary '\ê\ÚcÅ¢7˜\å–j\Óe\ßò\ÝND{õ5T˜“¥:¨òoÀ•','',0,'?'),(_binary '´^\Öu[\Õp}`BøóW1','wp-includes/blocks/table/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o\ÔM³\Þ\É{;r\ÜDŽFy\Ó',_binary '#\Z­\Ä\nlLüc\äS\È<—-VoÛœúƒk¾\çË¾\Ö\èÆ·','',0,'?'),(_binary '¹o,)‹Á\È\Æ;µl\Î','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-regular.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-regular.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’öù†Ÿ\ÆÆ›þ\ßm¸\Ã',_binary 'r“€\ÓPº\Z+n\á\à(\ëb\Ê\Þ÷\"»!iU¡i\ïñ-=r ','',0,'?'),(_binary '¹`û\èM\Äaj’jC™E\ï','wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø}\ê‘r\×H£-p\Ö\'uýM',_binary '*õ†\"”\Ù(\'wX3\Zlµ¿˜±^©\0:\Õ4q<Ž;\Ì\Ñ','',0,'?'),(_binary 'Æp\Ì=Z\0¯S_ÿð\Û$','wp-includes/blocks/cover/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«Ñ«…»D\Ñ÷[Ù¤\Ö\ÔúC',_binary 'úE\×mžGgŽ\Z-\\\ÃùúN\ÞYbd¶±N›½:87œ…','',0,'?'),(_binary '\Ç U›G±¿Sœa\Ýø','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaConversionEvent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaConversionEvent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à×¤\Ók\Ö2,ªó()3',_binary 'p’\ÒÀ\Ý\Úøq7‹uj9$Ñƒ\"˜UŠ\Ýø\Íj¦¿Bÿ','',0,'?'),(_binary 'Ç¤†B\"\í(~´\Ú–g','wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡?X\'G£9h\Ê\\d1$Už',_binary 'þ\Û\àCú\Å]J•û\Èi\ì˜X^•v\ç,Á‡(½©õ','',0,'?'),(_binary '\É\ãÀ#n›nú\àN¬\î\'\â\Æ','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-big.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-big.php',0,_binary '^|º`ZL\n¹¬ \ÚA\Ó',_binary '^|º`ZL\n¹¬ \ÚA\Ó',_binary '•øO\ï“[‡p 6£¦ºfˆ\Û$Roj{{“(¼(÷\Ç','',0,'?'),(_binary '\Ík0B\ß\âa÷\î¬`\Ë','wp-includes/customize/class-wp-customize-nav-menu-setting.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ç›ñ\0ò5ö\í+\å&ÌºWV',_binary ' ¾\ëowÒ]e|°K$‡‚9rs\ë‹c¡&\Ù/\Ý\ê','',0,'?'),(_binary 'Ï—uÔ»š©¬m(Fy\ïB\ä','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/meta-box-registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/meta-box-registry.php',0,_binary 'ÁD\ãlj\ä‹9!\ÍPAwZ',_binary 'ÁD\ãlj\ä‹9!\ÍPAwZ',_binary 'œ\ìøMZW‘€+ž¢’°gp÷\ä\"oC)O\Û·\Ý\Û','',0,'?'),(_binary '\Ð\ãõi\':±×•\Ð\Þð4R¬','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessagesManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessagesManager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}·gu°—F/Zn”eB”\àU',_binary 'ò£|l\árJ\á‘£\Ðû\ì2®€†^\á\'ÁÁ\å6','',0,'?'),(_binary '\Õë§¼]}uP¥Cq,­\Î','wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Õ®\îd3ß‰\èõL-–»\É',_binary 'K… X\ìiÁŽ…e\Ý\àO\Ê	¸üÁ®\Ð\Ë\Ù\ëø£¦','',0,'?'),(_binary '\Ú uz‘\'Hö\ç›ç–˜À','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.2.3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.2.3.php',0,_binary '-\í¹3Bûæž£wº‘|±',_binary '-\í¹3Bûæž£wº‘|±',_binary '0PÁ\í	ø±»hXhM@46¸@‹#\Éd$e\0(','',0,'?'),(_binary '\Úr?–?/¬/þ-µ‘¦U{','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php',0,_binary 'KÌ»*\Ø3-©rg\ïcU\ç\Ö',_binary 'KÌ»*\Ø3-©rg\ïcU\ç\Ö',_binary '²Î§X‹R{´túGJ#™WB¹\é\åL“Hp&ƒº®L','',0,'?'),(_binary 'ÜŸºÒ¿Bâˆ¶ò\êò\æ­','wp-includes/js/dist/media-utils.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/media-utils.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm@\Ô2¼\Õ\ç®cžÛŠuû\Ö',_binary 'ž1?(¸ˆñ©\0Q‘tn”Xð&œ\Ú\\aB\Û\Û/‚<ý','',0,'?'),(_binary '\ák´+²MŸ_\Þky;‹U','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š£iR\î\ë\Z²;ÖƒWS°',_binary 'a²û]\\eñ\Ésù[\ÓW‘\íˆòX¿Q\î\Ý4£/l¾','',0,'?'),(_binary '\çJ\Ð\ÉIn;‰\Äÿ\äq','wp-content/plugins/updraftplus/includes/class-job-scheduler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-job-scheduler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\ì\ã\âG»\èM\ÌcŽ\Ü',_binary '…\ÑÄf{Bþ]\Z,\ìß’yHKiÿ¨\ì2¿þBx\Ëž	','',0,'?'),(_binary '\ê-=Q°Cw\àtnL\à¡#','wp-content/plugins/wordfence/lib/wfBrowscap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfBrowscap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žC’\"\ã+5³Å¸£\ÏÁH',_binary '²,o¯v\Ã\Ï\éU\Úõ(wd±\ÏÏ¨– ˆþ\ÞOÀH\Ü','',0,'?'),(_binary '\í@«20cÓ2+½E\Õ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/InvoiceItemService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/InvoiceItemService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÕúŠ4¦«+\ì\êp›|',_binary 'ü\Üj«—©VØŽû9—,ZT\rZ\",(\ÏFò8ÅœKw=]ªÁ','',0,'?'),(_binary 'ÿÎŽ´š\ãûð¡2Š\Õft1','wp-content/uploads/2024/08/Point2Listing-V3.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2024/08/Point2Listing-V3.svg',0,_binary 'jQ’=\ì\Õlª\Øuþf>\æ‡\Þ',_binary 'jQ’=\ì\Õlª\Øuþf>\æ‡\Þ',_binary '[ò\áKi˜‰\êš\Ö~ê„œæ‚žEfúÌ W\ì\Ö\ÌZ³—\Ü','',0,'?'),(_binary '5râ¬T±\ê;ö\Ð]L\\','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/ClassLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/ClassLoader.php',0,_binary '{\ÍX\ï-öþ—[\êpþœw',_binary '{\ÍX\ï-öþ—[\êpþœw',_binary '™\â\Ûpî¯«{/ˆ\Ô[øjð†ßÂ·¶ú¡«~\Õe','',0,'?'),(_binary 'Fˆ?¬;Leú¨¥ðò','wp-content/plugins/elementor/includes/stylesheet.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/stylesheet.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê ðB\ßbLR0¿h*Ê§6',_binary '½†¾\âm¥\Ùò€X\Ðf\ã\ÃûA[#aŸ&*Ÿ÷HL²)\å£','',0,'?'),(_binary '\Øþ<\n8K\Ô\Øx\æ4˜L–','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/UriTemplate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/UriTemplate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£!Z’»\Î5£˜¨n\×\å¥',_binary 'L\Å\ëÀ2\Ð#\'RŒñ°9=$v\ãµ\éH-‹I¸\rS„¥·P','',0,'?'),(_binary '#¸*«>ÁE%…f/\ê¢','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Zø\ì%O\ëaý¼M\ØWª',_binary '³}q{7\Úf4Œy®}p\ÜE½˜r\Ñ\îœP\ÇC¥mU\n‡F\ê','',0,'?'),(_binary 'Í‘²}\ìPð\Ä	0’\å«7','wp-includes/blocks/code/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\JNPT-¦7þ\î\Õÿ·]£',_binary '¢\Þ<¥/\í\ÒlU0*ß¥Wµ$V£ªùývC]Œ\ÚòÁ4\Ñ','',0,'?'),(_binary '		‚h½!£÷\\u…;\Æ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginInstallTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginInstallTask.php',0,_binary '\î…0\ï>#’\ê‚h\ê\àûð\ä',_binary '\î…0\ï>#’\ê‚h\ê\àûð\ä',_binary ';\Ñ\ØXfax•˜¡Áƒ?Tcœ\ÐoG©Ñ«û½{o^','',0,'?'),(_binary '\nœ\ßO‚_˜«;]/^™\ç','wp-includes/images/down_arrow.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/down_arrow.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üø„V¾~\ÆoöYnG~_u',_binary 'ž€hŒ8É§øºô…ªp¿uóü{9–‘\á\Õ…›J‚‰¤','',0,'?'),(_binary '\rZ\êª#{s\éÙ¹$1ý','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-adsense-d4e969b135b277b3f61b.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-adsense-d4e969b135b277b3f61b.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\Ë\ê\Û°Š¤\0Xßˆ|\é',_binary 'sG“‰k>ÆŠ„ûW\Æz)~+“%p`Ttõ\ÂŒ\Õ\Úò\Ê\Â','',0,'?'),(_binary ',_\Ø\ÛÙ¸X?mô¥¤','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_camera_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_camera_24px.svg',0,_binary 'O‘\Þ\Ð\ßa6•Y©%øµ‘\ÏC',_binary 'O‘\Þ\Ð\ßa6•Y©%øµ‘\ÏC',_binary 'l6\èê€\Ù].\årŒ\ßûC“\Þ‹°·\rµ;E¥À…','',0,'?'),(_binary '¬D!\ëBv\ÏŒ}\ä‡û','wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Iframe.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Iframe.php',0,_binary '\ç ¯%„Ó¥\Öv:{ua\à',_binary '\ç ¯%„Ó¥\Öv:{ua\à',_binary 'A°¸»}6vF\"3Ö•¸J¿\Ç.~>\æ\ÒH\ÔUs','',0,'?'),(_binary 'Î½\Ê}\ØVº+µtB³','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­žê¤€”x\ÃÙ ·%•cl',_binary 'Nž8,ÿc\Ý\Û\í\ëaež¬\ÓñÎŸi<5p$³¿ó','',0,'?'),(_binary 'G_bc©.,]&\Å\è','wp-admin/js/image-edit.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/image-edit.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/Q3\Èc•t[<\èL¤¡',_binary 'a!P»\rû?+\ß\Ú\ßò÷`ÁRñg£+q?i¨Çº_B','',0,'?'),(_binary 'Kvö$T‹MR˜ŠŠú=³','wp-includes/css/dist/edit-post/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\ê>\Ïþ÷8œ”‚N*ª±',_binary '\É\é~ºk›Vy\Ñ\Î\ÜÁ\ß\Üõt5.«°–~\î3–\Z&x\Â','',0,'?'),(_binary '-Aš\ÒEz§+Hp\Éð','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Pivot.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Pivot.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(iu\Û@\æ).x˜\Ö\È\Ú',_binary 'y\Òi7‚U\Ç\Í\Ù\í\Ù\"ývRgW\Ý@÷swmµ²~¡Òµ\æ','',0,'?'),(_binary 'ËŒxþÈ·Q\Õw`=@\\','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Listener.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Listener.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ýbi\Ñî¬Y)À4§G„±',_binary 'ó\0\îŽD5@tŽ\ØŽ%e\Â\Þ^¬¥ k\Ö\å£\".','',0,'?'),(_binary '*NvV¶C2,è‰ªš{i','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTableRowsC.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTableRowsC.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7d4K -\\øa\éL\ÂQ\ÝN',_binary 'IûC»ü`Ü²{\'g	y\â\Ï\ÛC˜\ê\"¦<úgJ\é¡!','',0,'?'),(_binary '6©\Üe¥9\Ò!€Ÿ²z~','wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Îb=¼ˆÀ\Ø¶N\ÊX†<\í',_binary 'ò0Ê£’b÷À\Í6£²‡MMó%î»‚Yö’\'8\'6M','',0,'?'),(_binary '=J\È\Îl‰P“Cm½7W\Ý','wp-content/plugins/houzez-studio/admin/js/i18n/hsb.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/hsb.js',0,_binary 'ø\ÜE¶ƒ´škBÌ¢‚Œf',_binary 'ø\ÜE¶ƒ´škBÌ¢‚Œf',_binary 'E–ñˆ£ò-£\ãä‘£\ß\ÄZ\ËU˜Lú“¸\ç…þ¥p\å\ê¬','',0,'?'),(_binary 'AºŒ\Â\ï(	gS-\î\äÿ','wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/inclusive-language-analysis-disable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/inclusive-language-analysis-disable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿*¡CMA‡9•\Êô\àC‰X\"',_binary 'hoG\Ñx¯‘\ê\Â\ÄU\Ò9\Úm•‚–\é77¯’ÿ.Mš¡\ìU','',0,'?'),(_binary 'B(\à\é(·™Æ¹€Ýµ\Ô','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?\nIPñ†Õ”¨h¸s>',_binary '\éº\Öù‚W~\í \ìŽô\Ú@P\çóX–º\Z::‘','',0,'?'),(_binary 'O\ÅÚºü^\ê8´Kqú–§','wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\·.\Ð@\ä\ÓÊ2ý‹‡6w',_binary '§| \Ù\n\ß\Ì\\T÷\ï\Ôˆ5^Ð“>hÁË…q=³B','',0,'?'),(_binary 'WYs\0\ÆešH¤\Z\\*C5','wp-content/plugins/redux-framework/redux-core/assets/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'X½BHÔ±d›Jk¾\Ò','wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒé²Ÿ\0†»¥\re?¸\Þ\Ü<',_binary '\Ã™,\Ê%¶¹\Äk†\Zÿ\Õ.\ß\âAgc—ñ\êNe','',0,'?'),(_binary 'Z\æ\åo\è|ý*ó/oŽP','wp-content/plugins/redux-framework/redux-framework.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-framework.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð¶\é\"˜¶\Ä\á5Mñ±',_binary '\ÂP\Ên¢—\æ\í]ñ#A\É\Û\Ô_]»‹£óVC¸k\áû;\Î','',0,'?'),(_binary '[—\ÞK»’®\ëô(¬}','wp-content/plugins/houzez-theme-functionality/assets/images/icon-not-featured.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/icon-not-featured.svg',0,_binary 'H?\á¤!®\Ñ\ÕN!	\ÏÜ‰',_binary 'H?\á¤!®\Ñ\ÕN!	\ÏÜ‰',_binary 'üý\ri8Bù\ã\Ä<š\È8•0\åCòI>tðhÎ•W“7','',0,'?'),(_binary '[Wr\'\æñE\êž\Ù)új\ì','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È\Ï\á–\Ï+£_Wf\nº\"c[',_binary 'Œgo4EòqDŒT<7üû>¯\È\é„ ’­iø/Q#','',0,'?'),(_binary ']þ­\æ‘\r\ï\àd~Mò\ï','wp-content/themes/sinatra/template-parts/entry/entry-category.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-category.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á\ãW}\å8\ïX0wV',_binary '\å\ïùÎ–Š\Ê\à\ì\07d\ãM\áyƒ‘JT¸]Tb\æp\0X','',0,'?'),(_binary '`ül^0—T\nQ\Íy9\Ó','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/ContactGroupsMembers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/ContactGroupsMembers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ád´]\Þ#\Í\n½\îtAQ\Å9U',_binary '…ˆ5a…Z\ã\Þý\ßC\Ø¹7:Šs£\Ä*T”ˆ0|gñ\ç','',0,'?'),(_binary 'fMx’íª¹®	\é+9•U§','wp-admin/js/customize-widgets.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/customize-widgets.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±\æ=|»9¼+8?´Žcg\r',_binary '\Ú\Ú<ò1¸ú\nVd&µ\Ð0¥7¼\Å`¢­\Ü»¬a\Ög\é','',0,'?'),(_binary 'iG\"cr®rµ \"(üN','wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-cards-carousel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-cards-carousel.php',0,_binary '™,Ã« c}mÂ´x‰=eH',_binary '™,Ã« c}mÂ´x‰=eH',_binary '\ï\ä\Ë\Ô\ä\ÊüP3ž<\ZrXg<ˆ|E«	a)\ÈE¨ó','',0,'?'),(_binary 'l¤w9˜J\íô\rY	¨','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\á \é–õ\Õ\Ô0\êý\È\ä¬\Z',_binary '–útEt\0f\ä®Reø\Û\Í\ÈETÏ› \ÏW¬a\ãDß©','',0,'?'),(_binary 'lv˜Û®\0`¨³ü]¢','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/alarm.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/alarm.svg',0,_binary 'otÌ¾TC\Ê{\ì=só®S',_binary 'otÌ¾TC\Ê{\ì=só®S',_binary '÷>b­b$\"¸\Ë\Z\Ò\ÍÜª\×R\Ö1]h÷˜.$\\†\ÛH€ŽA','',0,'?'),(_binary 'l\Þ\\\r%\ÝÁ?€üŽ\â£','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Organization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Organization.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ\r5s7–lI½¸\"Ÿf³\æ',_binary '2å¾•Œ’9m×Š…„o\ä\ra*DwžO\Æ\Òh`ˆõµ','',0,'?'),(_binary 'u\\	¡ºŠ·j¾]F—´—‰','wp-content/plugins/revslider/public/assets/svg/hardware/ic_cast_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_cast_24px.svg',0,_binary '\ÈrÇ™\ËB™¦ùU&\ÐõÀ',_binary '\ÈrÇ™\ËB™¦ùU&\ÐõÀ',_binary ']\ëB²\\\Í9½f\Ñ!u\Ë\Ý%7\\¾\â2Š]úP‰\ç\\Uø|','',0,'?'),(_binary '}:î°š\\ù°.?B\Õ\ÎB','wp-includes/blocks/post-content/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-content/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëJ±)¼ô…ejˆ\ë¸',_binary '\×\ÓŠ”<wž\Éc‰%dU‚.’\Þ^qs°Fkÿy\Î','',0,'?'),(_binary '}\ã¶/N\Òör%ƒ]t¥œ','wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨À}Í¡J[ÿ\Öy_¿\Ô¹',_binary '¿\ÓO¢§¼iV5\â#¾\Õ\åg?&\Í\ê\æ\æ–z\Ð\Ä','',0,'?'),(_binary '¦Ö±¶ \ë\Ó,^Ð‰;','wp-content/plugins/wordpress-seo/css/dist/featured-image-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/featured-image-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^™.\Ó	N½|8\Ì\Íb\Ì\è',_binary 'ôÄª+4c²]´F\æ\È	˜vòû±+‹\î°D¸\ßE&','',0,'?'),(_binary '†&ð¯§o]§\Óú3+§g','wp-includes/blocks/post-terms/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-terms/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷°4¢\Å\á’\ë\à\×\"h\éƒ',_binary '¢@£\Z\'\ê_þ±:³\Ò\ï‡eš$\Ó)\ên\ÌF','',0,'?'),(_binary '†\Éù}\"Y\à\ÏW•SDY','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/cloud-down.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/cloud-down.svg',0,_binary 'Kó]pªø!±™\âs«]',_binary 'Kó]pªø!±™\âs«]',_binary 'mŒ\r\ÜZ\Zg¹¼\Èg––¦Œ	¢³\0\çjj›Ly','',0,'?'),(_binary 'Š\Ð_\ÕD\í››Oõs\Å','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/NoSeekStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/NoSeekStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|„}¸GXû/¼–8‘',_binary '‚9}•³\Ü=”>ŒZ\'Ó—/ª¥üË¶µ(ô¼>¦Í©¿A7','',0,'?'),(_binary '‹%„\ä\\ù\ÂMA‚\í\Ò\ïÿ','wp-admin/images/wordpress-logo-white.svg','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/wordpress-logo-white.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\ÙqPûCª†-SPD\æ÷',_binary 'e£4\ÑEº\Ç?ú&õDsA‡\Ä\×Ê¬ª;ü)@¾XÉ’','',0,'?'),(_binary '‹“‰Mô»\Ö¼½FŠ','wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'_†³“#Á—¥Ž\0¼',_binary '#{2i%¢\Í—“o\à‰\Íü×º5B×¢ŸosYc{$yL','',0,'?'),(_binary 'ŽRX¡G#£ò\×y8s¤','wp-content/plugins/revslider/public/assets/svg/action/ic_rowing_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_rowing_24px.svg',0,_binary '‚\Í+\Ä@!‘kHº»*ct',_binary '‚\Í+\Ä@!‘kHº»*ct',_binary 'j9\Ã\nJ\é¯x\Þ\ÉAE\Ð\ë\Ó.\Ë	\ÂT\á\îº9ù\æ3ö›','',0,'?'),(_binary 'Ž„(V››Þµ\É%@I','wp-content/themes/houzez/js/vendors/i18n/defaults-zh_TW.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-zh_TW.js.map',0,_binary '¯v¨?†Ÿp\í#S',_binary '¯v¨?†Ÿp\í#S',_binary ']\Î\ÔOý\'\â\ïa¸ž¡[\Ù\Ó-œ\×\'¦WõÊœ,ý\Î','',0,'?'),(_binary 'Žf8Ë‰;²Û·¼A‚\"','wp-content/themes/houzez/framework/options/agents.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/agents.php',0,_binary '\ØD\æ0›œŒV¨\ì+ªÿÀ',_binary '\ØD\æ0›œŒV¨\ì+ªÿÀ',_binary '\Æ\ÆL\í½OÁ\'P)<l\Ñ#5œ\r\âG9\Ò\\f\Æ)R@','',0,'?'),(_binary 'Žšƒ¬J\Ì}F·\ßE\0\Þ9³','wp-content/themes/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/index.php',0,_binary 'gD,V\ë§=\\\ÆbP',_binary 'gD,V\ë§=\\\ÆbP',_binary 'k‰À—~	¶½UH\Z¥\ÖxƒP\ê\ÛAÌ„¢ú<¡ž;X¨','',0,'?'),(_binary ';±5ZÐŸ\àØ“\ë#Cƒ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudience.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudience.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p4@\Æ\ÅW\Í1\àç¿ƒªô)',_binary '\ß\Æ@ð\'	Sqœ\\qt\Zf¾\ë¹_\neÜ„äµ®¿òð\Þ','',0,'?'),(_binary '“1‘ˆ\ÐQŠ°yŠ¼\É','wp-content/themes/houzez/template-parts/reviews/review.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/reviews/review.php',0,_binary '\Ï6ö–{! ¥ÀrŸ',_binary '\Ï6ö–{! ¥ÀrŸ',_binary '\ÇLTLk\è5¢G±\Ã\\÷ô.¹K\Ñ<vñù\âOŸ\ç','',0,'?'),(_binary '›?4pÈš†D²&\n÷L','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CreateBuiltInVariableResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CreateBuiltInVariableResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/™€–\æVb #t\â\ëÃ“$\É',_binary '4\'Ï¹—`\ÓG\Õj9z\ë¨xZ»¤À\ã3{qI|.\Ûû','',0,'?'),(_binary 'ž¢\ÚUŸ—\Z<S‡„X\îL','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaNumericValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaNumericValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yø-\à©\Òÿ|\Ê@\íby¦Y',_binary 'DpQr§\áVf%…lr#\ìòÂˆ·Ž5\Ü6\ïF<\ÄW\ïHy','',0,'?'),(_binary 'Ÿc!P=’Pºvƒ$»‰©ø','wp-content/plugins/elementor/data/v2/base/processor/before.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/processor/before.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š*ˆ.¶Že!†Ò˜þg',_binary 'ªJ\Ñ ûE\ÅôR/µŠ/´\Ñœ\r?qô[l¯Xš','',0,'?'),(_binary '¢§Cô\Ô*¼\È#\Å\Ï','wp-content/themes/houzez/js/single-property-osm-map.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-property-osm-map.min.js',0,_binary 'Fbl}ƒ+À¢^|ü%\Ðü\Ý',_binary 'Fbl}ƒ+À¢^|ü%\Ðü\Ý',_binary '·\êw¤±\Í9‘\Ë¾ ó$%N^_\n~üD,\×k\Ø','',0,'?'),(_binary '¦7õŠúôÖ‹3¸\ÏØ¼…b','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\ëyGü#(\rwê˜œoý',_binary 'mÐ£Tt·``Y|\Ë{•>Ï·\ÔyÌ€§\ÇÝ·\'§\Ü','',0,'?'),(_binary '½¿\å\åê¶‰Û¸`M-4˜','wp-content/themes/houzez/framework/metaboxes/property/multi_units.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/multi_units.php',0,_binary '¼tõ\Ña½18kÛ™\æó',_binary '¼tõ\Ña½18kÛ™\æó',_binary '3\0­„•\Ãg\àeÿW\ØõXj\Û»\Þo>87]T•','',0,'?'),(_binary '\Å_\è\ë‰^ŒBÀ³s\ì','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SetupAttempt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SetupAttempt.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'OqŠO³\Ý21Ð­k9',_binary 'hwÎ©­+™•Þ‡W\ÆrT‰ûWy\ÅW÷q’C\Ë;#\Æ','',0,'?'),(_binary '\Æ\0_PŒP\ÈóCx\ê™14\0','wp-content/plugins/wordpress-seo/src/config/schema-types.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/schema-types.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%eyP“Œ\ZŸ¡Í&D¼i‘',_binary '\Ð#H~·Í¬R~6ÁðÐ«“¾+\×&[’¬3¹`¸','',0,'?'),(_binary '\Æ=\Å}Cð\ã\îið\ÜHT','wp-admin/network/profile.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/profile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E÷3úòª¼õõ@%°c ',_binary '©\\H\è.7\é\Þ\ë7QtUw\ÖÝ°AK,ù$A‹„!Ÿ·Lz','',0,'?'),(_binary '\ÆLpž°%:;\ÓD¹‘CL','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-ngg-subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-ngg-subscriber.php',0,_binary 'Y˜©o_øm†¾…T3\Þ',_binary 'Y˜©o_øm†¾…T3\Þ',_binary '\Öö\ÆØ²tY-\È-¡FIe\ÙyW(\ä\0.¥My\Zb','',0,'?'),(_binary 'Ë¼= \Îg\îÅ°\Ê\Ò2ƒ¾','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSources.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSources.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{#Á\'6N\Ém[„.',_binary '6[Gç°Ÿó\'w¸sk=pF\ê¶\â‡3}‡cúÐ¨f\â¼','',0,'?'),(_binary '\Ë\Ýg+Ž™¿²\ç‘\Ê,c\ìž','wp-includes/block-supports/colors.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/colors.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à€€g5ÿ\î”+ó\Åp',_binary '\×pˆ8”-À\Å6™N¶¶òr»Ï–zf\Û÷˜l\à¨','',0,'?'),(_binary '\Óg¹›I†!Ù­\Ñ\Ç\Ö_\Æ','wp-includes/ms-blogs.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-blogs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S¹ùn\ë\Õ\Ï[ÿkµT%U',_binary '¹\×b|N]\Ò&\ïz\ÉF:š\Ï\Ùo€°\ç€D!\èk.\ä','',0,'?'),(_binary '\Ù\Üñt”DX¿m\0#\Ê(‚','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+;^©8\í‘\âv‚={KR',_binary 'g¥¢xNý»‡¦Ž@`\í\Ü½jr“‹ò€m¦~ùv','',0,'?'),(_binary '\Ü\å]/~ÿø\Õq¡¥XÅŽE','wp-includes/js/jquery/ui/button.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/button.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@ ô|è™– O²a	^?¥',_binary '9Ï—\éM\"u*y{\è‚\Ý\á2^mùT\ë±Ž‹ö,\r','',0,'?'),(_binary '\Þ{;9\×É›6bob‰ê²•','wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tº´W†’™5\çø‚\Ì\Â',_binary '\Ý	}”0/Ñ¤^\Õ?j¾&\Ë®Êª\êö?¥	\Ë\ÖA','',0,'?'),(_binary '\ã\Ûÿ€·\ìhOZ\ë','wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js',0,_binary '°Ë•€R\ËUq\Õ_H',_binary '°Ë•€R\ËUq\Õ_H',_binary '\ÔÁ\nsç—«{7€µÿ¯b€\äz‰jWG>s,h2\â0ñ','',0,'?'),(_binary '\å\Ô\éðÊ¨¬v.ñp','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\êö´ˆ³dIJš>\Þ\ê\\§',_binary 'cº&›Á\Ã??rðpi”ùpW¢À\ÌRp“E\0º¾Ã¨²','',0,'?'),(_binary '\ì,¥BÀ{u¹/XÖö','wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php',0,_binary '§bˆ†Týøƒ¡”ÂŒ\×',_binary '§bˆ†Týøƒ¡”ÂŒ\×',_binary '»\ÙÎ‰–¹|Cž*Š§:6vn$ýîŒž¯\\`ŠL\Z','',0,'?'),(_binary '\îü¡\ÈújÀrq²\ÑL\Ç','wp-content/plugins/redux-framework/redux-core/inc/validation/no_html/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/no_html/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'ò \íD_£ø0‘EÃ‰\åZ','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.is.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.is.min.js',0,_binary '+$¨˜ª\no8\ä¢R•\é',_binary '+$¨˜ª\no8\ä¢R•\é',_binary '¶¯\Ï~c¿”bgšˆl\Ñ\Ð6c¦iœ_’ôÉ›\Æa]vi','',0,'?'),(_binary 'ò\ßñªf·L\Ä\r\Ëz)Oÿ','wp-content/themes/houzez/template/reset_password.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/reset_password.php',0,_binary ',\ÉY›£VÿwÝ“\äÄ™~\é',_binary ',\ÉY›£VÿwÝ“\äÄ™~\é',_binary 'Pº\ãlF\\(\Ð@ZÓ›x<—÷uNQ\Â\ì:*\ïmq\\ŠF\â','',0,'?'),(_binary 'þð‰EÜ¦\çB\Û\ne-;R\ë','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_circle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_circle_24px.svg',0,_binary '\Ö\Ýq¼f²(l“>ó\ì&u7',_binary '\Ö\Ýq¼f²(l“>ó\ì&u7',_binary 'Cb‹•ñ\îd£k\Ê=tv¸@§<\Ê\Øxÿ\ØS³gA”Æƒ\n','',0,'?'),(_binary '\0‹1Š·ˆ!7÷}…','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/InboundTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/InboundTransfer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1¬`d˜Žm)w¸|jpi',_binary '\Ùgs^2\ç\×Š§Û§‹\0Õ†@C\rûˆÝ°8[M_-ˆJ','',0,'?'),(_binary 's\ì.FQ\'«¹xw›','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionSchedulerList.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionSchedulerList.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L.ù\ê½B\å\àgôÙ±\Â',_binary '\0Rr(o\Ö~ƒ‘†Å‹þ\ä\Å_XýT÷I[Ø 8>kö²','',0,'?'),(_binary '$Ñ»û“€\ÕO\Õ\Ò','wp-content/plugins/one-click-demo-import/assets/images/icons/layout.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/layout.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×)p¾\Ò‰¬O\Ê@c',_binary 'L`®‡\Îq·ƒû\ß‹\0¦eˆUTJž4\Íhƒq\ã\Ï]','',0,'?'),(_binary '%I#‹³²3¢<Šg\ÅZª','wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„XJ*‚¾‹0ß®S\Ýkÿ‹',_binary '¬l’\É†\ï2‹2Ù½O\\“a)Û\ïYüLw\ÉhôaK\n','',0,'?'),(_binary '%}N“®\Üxô©)’','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-admin-notices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-admin-notices.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üf¤Sþ™¢­Ð¾sj.',_binary '0«*ùj\Ïý¶U²o’;túŸmð& \â«:¾%\"(','',0,'?'),(_binary '-­\îx\î#Ÿ»\'B?\Î1\Ç','wp-content/plugins/houzez-theme-functionality/elementor/widgets/team-member.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/team-member.php',0,_binary '»µ¡\è:¤O¹~7\Î\Zû$5',_binary '»µ¡\è:¤O¹~7\Î\Zû$5',_binary 'Ê§Ï‘\ÇKû¼_\â;ü\×\áp}=8(o\â¾E”˜\niÄ¶²','',0,'?'),(_binary '.6\0)+®…x\ãK¸\n\Â','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesConversionEvents.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesConversionEvents.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëˆüu ”B&™<vgt=',_binary '&ž÷_š*¿‘T\ÐµÂ«ºõL·®\Äp(qS&','',0,'?'),(_binary '4ò–³\ÒNR€9U¯7','wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®ro¸\Ë]sUt_\âßŠø\í',_binary '\ÇxVTk•[‚\ÂU½Š\êðaj~ #q¦‹X..\íZ\Ê\Õ}','',0,'?'),(_binary ':…XŒ\Æ\ëˆ\Ç\\l´?µ','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/single/entry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/single/entry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mÛ·*N=­\"t;‘ú&\É',_binary 'Z¹\ÙÍ»\ÖeB	\Ñ\ç\ÈD†ºmgó¯^2Óž‡se +','',0,'?'),(_binary '@©\ØHdµ3\é&Ê©ö','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©eH\Ês\r\Ã\ÃO\ÕRi«“f',_binary 'i\æˆ\â\ÊÕ´LÄ¢È¬7q\Z\Ê\Ø\Þp„\Ê\r¥]™V û\Ç^','',0,'?'),(_binary 'B6‹®´\"g»E9','wp-content/plugins/wpforms-lite/includes/functions/form-fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/form-fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.\Ze-	¼¯úöÿŠ\åò',_binary '\É#ý\Â_÷\Õò~ÀD[0\ïúu1hVm¾¾©¥c','',0,'?'),(_binary 'B\ã@R*G™xF4N}','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£ž\'–_®?SÅŸ\Z]\ÍyŒ',_binary '¤6‹\Ð[-óŠ…,9YR¡r\Ú\rY\"-ø€anó²‘6$Š','',0,'?'),(_binary 'DarŠ{f½W\ÆY\Ü8(','wp-content/plugins/redux-framework/redux-core/inc/fields/section/redux-section.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/section/redux-section.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á~—P0÷<«\'oSÎ¬-',_binary 'w\ËAhüh\áMFÃ©\Ã$\0¹\êùúÒŒ%¼˜\í]Ù³k,','',0,'?'),(_binary 'G(y#c~.w•„)À–9)','wp-content/themes/houzez/comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/comments.php',0,_binary '¤-°ÁQ«ô™”Ã©†]\È¶',_binary '¤-°ÁQ«ô™”Ã©†]\È¶',_binary '\ç?\èW\Ü#=z\Ë*~Ç­§.A„\ÌL\Úz|F™G Ä½\ç]','',0,'?'),(_binary 'Rñˆ\\µ&ˆ†T	À|`','wp-includes/class-wp-user.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-user.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜zeòR¼\ëZ]R¬x\á\ë\ã',_binary 'Ù¼ö±\Åú{Z\ÅÉªñ_E\Í#\ß\ÖM¦\ÕC\Ý3e','',0,'?'),(_binary 'S\"{\'\0‹\\\Ã)û\rFo¾','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/land-area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/land-area.php',0,_binary '\\\Îiz º¤\Ö|š´ø`/',_binary '\\\Îiz º¤\Ö|š´ø`/',_binary 'Y€ž´}yG\Ê\Ît”ÿ\Üy?µ\Õð’Ûr\Ð>.¾¾','',0,'?'),(_binary 'V£lÁ\Ù\å¥?î©†™','wp-content/plugins/elementor/core/settings/base/css-model.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/base/css-model.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ó³0\Æyú\\GrªÈ„ºW\Í',_binary '3§6_mS\ÂC‹\ÝLiiv’°QB8•\'¾»b“L#Y¦','',0,'?'),(_binary 'Z†\ß14ù°`ö+`<û','wp-content/plugins/wordfence/lib/wfScanFileListItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanFileListItem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ha¯JùMÀ§q±3\"Ñ­µ\Ì',_binary '\àCz±>\à\Ð}/e~\ê~lÀû§\Ín­óË€VY,f—','',0,'?'),(_binary 'k;•\ï\Øf5º©Œk¹','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@l7ö	3À\ë;5œøsŸ\ÊS',_binary 'ñ–Æ’u\Â\ãHnû\Ð\á\í\î@£d]\ÜûOý±£$ƒ\ÒH4','',0,'?'),(_binary 'l®\Ý8\Ãøh`Fy[\à','wp-content/plugins/houzez-crm/includes/settings/lead-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/settings/lead-settings.php',0,_binary 'Ÿ¡¥}ªeû1t¿´ƒõù',_binary 'Ÿ¡¥}ªeû1t¿´ƒõù',_binary '\Ù\Âûþ†÷€´ý}E\ÈAS‡Á+\'\'x\ï)}0‹½ýœ[','',0,'?'),(_binary 'm^õ\ËBô\ßF«0N\Ó\Ã5','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-settings-c5ed8a54309d018a6b77.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-settings-c5ed8a54309d018a6b77.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­\á…~\ÅA,\ÄdNE|H\ê\Æ',_binary 'º_\Æ9Ñ½º—U8ù3\áV¢ª€¾•-—5W¨\Ãm£ˆ','',0,'?'),(_binary 'm°b\æ–9ò‹\äz \Æ,\Ò','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/Subscriber.php',0,_binary '»FÁ=\\šUN$=`‚[K²',_binary '»FÁ=\\šUN$=`‚[K²',_binary '¯\Ã1zÒ–ŸB!‚ ªdl\å‘%\æ\ÓNü\×*®\Éu®‘','',0,'?'),(_binary 'ttÌ¸\íT\é.\ï¡*Ã³U˜','wp-content/plugins/wordfence/modules/login-security/views/page/role.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/role.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“/e÷ðŸ\Ú\0$’ý\Ì÷Õ°',_binary 'rR\Ä>\ïzDtÿï›\Ïõû\ë“\ÏW\ç\çoÕŸÙ¨E\è±','',0,'?'),(_binary 'u\êV­\ã‘\'j\ì²\ZðV','wp-includes/blocks/comment-template/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-template/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T4\Ö\\Ç¶w\×\ç|?5 ds',_binary '5\Ô\è0zs“”\ÔúÅ‚²K«\Þ|,\Å]!\Ñü^glH\Ë\è','',0,'?'),(_binary 'ynmÀ;˜/\ÐUsK	»¿','wp-includes/css/wp-embed-template-ie.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-embed-template-ie.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7{WP\ÛLó{H—\Ù©I\ç',_binary '\\aWq1Šº+ÿ\éÐ¯\Ùo•LöY\0\ÏÂ„K\à\î%<','',0,'?'),(_binary 'z•öDð·> \ËA”)¬a','wp-content/plugins/wordpress-seo/inc/wpseo-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Í›\Ü\å¾\Ñá¦­·@\"\r{¼',_binary 'ö¾\ÍpŽ“_Œp\Â-EGuÀr7Ö«…NBm\Ä÷–¬\Âð±','',0,'?'),(_binary '|zö(\Úð\áÝ‡i\Ù4™n','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎK¶¥¬!/\É$\\C¨´',_binary '›y ¾Š·\ë×•ûð–±ª…qñ\í\Z\Ý\ç\Ö\Õ\Ædc»ª¡','',0,'?'),(_binary '|\Ú&;Œr¢Ls5ùŠ','wp-admin/includes/comment.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/comment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î\ìZtC\Ã*w­44ò\íŸ',_binary 'ck ¨o}†¾vTf“ ‹s\ÇÝ›fl3g6N¤\Z\ÖJ','',0,'?'),(_binary 'N7\Ù6h\r rW6ÂŠ\Ã','wp-content/plugins/wp-rocket/inc/Engine/Preload/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Subscriber.php',0,_binary '=úhW‚Ik€Xµ\è!Pô',_binary '=úhW‚Ik€Xµ\è!Pô',_binary '¶ÕªócÿArMVRÕ¼!¢D\Ô\ê=¸¨|‘y\Òeœ\na','',0,'?'),(_binary '\Û*\Ü=§4\Z‡w<^','wp-content/themes/houzez/template-parts/realtors/agency/mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/mobile.php',0,_binary ':4»\ï(x\Øû0¼˜¦\É\ì',_binary ':4»\ï(x\Øû0¼˜¦\É\ì',_binary 'µ‰Ž·\ÖÕ‰ð\ÓF\Â\Év¾\à]9Mô0# -','',0,'?'),(_binary '‚a\Ãõ‰˜3Á“ˆ½;Y’ö','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php',0,_binary '\Ã\ÝL©9\Þk*\"ã­½µ¥v',_binary '\Ã\ÝL©9\Þk*\"ã­½µ¥v',_binary '³QN\Ýf\ÄW\Ðñ³±ú’ƒ\Ù\Õs“‚\ÚKF•\Ó','',0,'?'),(_binary '…÷Ø¤ý‹1”n‰Ó”ò','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž³¹™¶ˆ\0§ÉžÎ',_binary ')\Õ|\\\Ô0	ÀÏœ´—zTž›¥<`C6˜¶¤ò>§¬\"','',0,'?'),(_binary '‡\Å<—Îšn;\rC \È\ØO—','wp-content/themes/yith-wonder/parts/footer.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/footer.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \ïað†OŒ“\àR,ñ¶\Ê',_binary '¨«•¯A<¶R\Æ\Èb_ðØ£\ë\Å$¨p@—f\Æ!\ÐÀ\é$Š','',0,'?'),(_binary 'Šbe*¿«.¨$˜\È\É','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n”‘\ï{Pb\Ñû\Za',_binary '¿Z»\Ì*/X¯R®§—{		o¬cþMµmj\Ïn6\Æ,­','',0,'?'),(_binary 'Šõ6ª¥™¥g…\Ò\Ö\Õ\ç','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/src/Storage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/src/Storage.php',0,_binary '1Ç‰”X¹ýœôM;†×™',_binary '1Ç‰”X¹ýœôM;†×™',_binary 'bO‚š\n\ÜNH\ß.òa©T“\Ü\"@c/·Z¬¸^h','',0,'?'),(_binary '‹ö\ÂYe¸.ð0s–‚','wp-admin/includes/class-wp-comments-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-comments-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vV\r2iAù1ø„M—~J\Ë',_binary 'MC5\Ñ`[‘M¬/•¥ñ@j—/J°!\Ë139’!','',0,'?'),(_binary 'Ž\Ë,d$\\ZÞŸ^Wu\Õ','wp-includes/blocks/buttons/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\ù\×u\ß*ø\Ç5¶2F\å',_binary 'üÛ¨\r¬W„dò\Ñ\É ·A–\ï! OI\ÉRkD‡*—ƒ','',0,'?'),(_binary '’A\ç“o\r÷ZÔ”_št','wp-content/plugins/wordfence/views/waf/waf-uninstall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/waf-uninstall.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬¬_bYZŠ	º9=\æÞ¥\n',_binary 'U§úˆò\éôm-\Ô\ÑS\Âó\Åz+ô?KÁŠÿs°\Â~\Ü','',0,'?'),(_binary '“ÿ$88!/«³yH','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/UnexpectedValueException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/UnexpectedValueException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Øº§F±\ÖBÁ@\Ä',_binary 'C¤NZ\ä2¨«ö\è\r\É£FcI²6ý\èd \Ûó¼BHùôh','',0,'?'),(_binary '•4\Ê\ZZ9Ì´»ŠƒE[','wp-content/plugins/elementor/app/modules/import-export/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xR¼œe1\á½=|\ÑC',_binary 'k²%¤X‹â›’bª®Dnƒµ]\Õ2†)~I¶%x°B','',0,'?'),(_binary '–š/:C\èFªI¼Fd\ïš','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NullHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NullHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\Ü×¼&¢p¯°\Þd\n .',_binary '·¸\0°–2óT;Ý–U·º’\îF)mz\Çuk­þZ‚.÷)Ÿ','',0,'?'),(_binary 'œP:ü\Îlg\r\ÎMM\nWo\ä','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ4°{­\Ø(ˆ\Ït£]©\Ø',_binary '¶”©/\í`\\\ä\ã`\ÛÅ‚\ÉSl“@&XÈ¢jóOH‹T{ó','',0,'?'),(_binary 'ž’I/\ì•\ã\n	’F','wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰1Å­&\ïf«Æ­\Äic–',_binary '=On!Äƒ¹c†¼bè­º\Þ\Åì§¯õ4€\"¼>%ŽÌ“','',0,'?'),(_binary '¡\Ð\'-ôp\Ú-\Ïûñf¢','wp-admin/css/l10n-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/l10n-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾û­U\æ\ÏF\âÂŸ{/·ý?',_binary 'µ\ÈH\ÈÌ­µ-þ{¼¹Èƒ¡\Ìrš6Œ@ª\ì@5>¥','',0,'?'),(_binary '¢\ÒÿU€&…ÉŸ|\íÅ¿k','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\Ò\Ù4òû\Ïo÷™ÀP',_binary ';†_\Äd\n“Íª¯º©¯\"Ü—‰\r\ÂB\Út\êOl\ä`/þ','',0,'?'),(_binary '¨-\0a[\í\ç\èQ\Ø>ª','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•ªnqò \Ï\ä\0M_0\í‹K',_binary '˜g„tWŒ»\ß}©\Â\ä›\ÒTVei–XŸœðö+\ÔX‡','',0,'?'),(_binary '±‹ù›­|,T\Ùq3Jó¦L','wp-content/themes/yith-wonder/assets/sass/blocks/navigation.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/blocks/navigation.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eÝŸ}¬·\Ñc½FºŽ±\Ç',_binary '´\í 4,•g¤\"\å	(;1\ÛDS5\ê\çTg4	õñpc~','',0,'?'),(_binary '´ÁjðÖ¹J‚\Üþ‘ö0Y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p§0W\"F)”\ÏŽ“8O£',_binary '©5¬œð)&\Ú\ÙBoK]®¯¤Ø»Žó–rm`%®\ÊhöO','',0,'?'),(_binary 'µYm[pI\Ù.ü\×/»\í','wp-content/plugins/wpforms-lite/includes/class-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-form.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' 22\Ïgõ ¸	þ‹¨V\å…',_binary 'i+\â\ÅDŽZwhÿ\Z\É\Ç\Ø\ï¹\ØTYú´·W\Ñ\Çxò®','',0,'?'),(_binary '\ÇB«;7A\Çt\Z\Õ\'','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award2.svg',0,_binary '½AŠ\\z¦#\Å\Ø0\ÇÇ¨',_binary '½AŠ\\z¦#\Å\Ø0\ÇÇ¨',_binary '•°\ä‡‚vžX\Ä*\å€ýúŸ‘\"ÁKu?½ÈŠ!¶Cø©','',0,'?'),(_binary '\Êkò\ï±+ÀX>\Ô\ç\èC¯…','wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\ä\æÿ\Ô}\Z>|\Û §q',_binary '\Ü4\Õ&5r2t\rh†ðGXp\ãÿ2*\Ù÷\'øÁ™ƒ;€•','',0,'?'),(_binary 'Ê¹%:ÒŸ¥šÃ í’ª‹','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/trash-bin.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/trash-bin.svg',0,_binary 'óð\ã7#J”zeV÷fT',_binary 'óð\ã7#J”zeV÷fT',_binary 'Ž\áÁ¤˜k\èix˜o®\Â2ÂŸ”\Ý\Ö×£þ+m’Í¢','',0,'?'),(_binary '\ÛN\ØÇŽe\çž²¼50','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Minify.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Minify.php',0,_binary '/µ¶\0’>+a	Id³À†8\"',_binary '/µ¶\0’>+a	Id³À†8\"',_binary 'F\ÂNlo´G¥\Ëù\ÃWzð¦?Z·³P‚DdQñ\Í:£»','',0,'?'),(_binary '\Ý\"\Ç<	i t÷\ß&\Ý','wp-admin/css/colors/modern/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/modern/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉH=cU9\ÜV3P2\Ü \ZS',_binary '\ß\nx÷s¥»\0­\ÝvJ\íQ=Ý¬›­Bÿ{¶À\É{µ6','',0,'?'),(_binary '\áT€9³\á\Í9V½‹\Ê','wp-content/themes/houzez/js/vendors/i18n/defaults-nl_NL.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-nl_NL.js',0,_binary '·¿LŒ\×]k¨Û–£/ù)',_binary '·¿LŒ\×]k¨Û–£/ù)',_binary '„(%]Z…=R&ÿGt\Úfk¡\ÆOC5qÆ‚‹','',0,'?'),(_binary '\ärq•&™»¡8\Óa','wp-content/plugins/revslider/public/assets/svg/communication/ic_speaker_phone_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_speaker_phone_24px.svg',0,_binary 'FcÆ¹S.\n¾\å&Ž!/\ìI¿',_binary 'FcÆ¹S.\n¾\å&Ž!/\ìI¿',_binary '\×\È\ÅÐ‡š\í\á—q2&;^\É\È\Ù\ä\0\×xf®~ž?µ\Ý','',0,'?'),(_binary '\äùu\ÏAwþ\'n½\nt','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/BluehostPlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/BluehostPlugin.php',0,_binary 'œ…\Ëx³†JSG=hV´ùVø',_binary 'œ…\Ëx³†JSG=hV´ùVø',_binary 'O[}f•”÷ž¬¾0\Ûk³šc[§ƒŽ¦\r½b“a\r','',0,'?'),(_binary '\ë\îõ¹® b\æ{X”dmõ','wp-content/plugins/wp-rocket/inc/Engine/Cache/Purge.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/Purge.php',0,_binary ';wŽ\Zj%±¦e¹…3Q',_binary ';wŽ\Zj%±¦e¹…3Q',_binary '\\ðû\ÜtQ B<\'{°¨\È9]:Q8§\ày[hƒf!','',0,'?'),(_binary '\í\Êû0¬\ê\áÎžUÀŠci\ì','wp-content/themes/houzez/framework/register-plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/register-plugins.php',0,_binary 'ü0¹%j3x#Y·n-ó',_binary 'ü0¹%j3x#Y·n-ó',_binary '\Õö”3œ¬³\å­\róØ¹£¥+œKñ¤QmÀ.ˆ,9','',0,'?'),(_binary 'î¿\0M1\Íg\ìð¯œn¯','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/FilterExpressionList.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/FilterExpressionList.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\Ö\ê\ÕÕ”£/)oœ\ïT\Ê',_binary 'y\"ýµ.ð\'\â&K\áÐ¼\r”\Ð_þ»b\Å?­\07©','',0,'?'),(_binary '\ï\ÈRöa~ñj,rVO','wp-includes/style-engine/class-wp-style-engine-css-declarations.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/style-engine/class-wp-style-engine-css-declarations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³ÿ­‘¦8µ®L\áK\äd™¥(',_binary '3#AjEr™5]ŸššS\Êt\Íu\Õf¶\Å)sû\ÃÇ±','',0,'?'),(_binary 'û¨0wc`\Ø£78\ÔŸM','wp-includes/blocks/gallery/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3J™D\Ôô„FÄ­ú~2õ?',_binary 'kREŒLMš\â\èX\ä\Ê]l ”¦f,‰¨\Ç*h\ÐOýI{\Ù\í','',0,'?'),(_binary '\åû\íD.mx¿‰½¿l«','wp-content/plugins/wpforms-lite/src/Emails/Templates/Plain.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Templates/Plain.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.zS¼\æ\Ü\é÷\'\ä-0\à­',_binary ' vOù‰1Á\ï$Ž\çd¾ðb¼n»;Hýó´µdq\å\Ú','',0,'?'),(_binary 'á¹¨\n-òMu/$‚Al','wp-content/plugins/updraftplus/central/listener.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/listener.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\\î˜1oF€vbó©)ÿ\é',_binary '\Ë~M?t\ÇÏD\rC6yÂ‡…\Çð5\rE\ã\âŸõ ¬²9','',0,'?'),(_binary '\r\Òq´—¢ý\êU\Ä\ë','wp-content/plugins/updraftplus/includes/class-remote-send.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-remote-send.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Rˆ=¯B¾l9\Ã[¨°cF”¥',_binary 'ET])£n©¬Gw®\Ö\áT±p\ÅG¡©\0d \à°¹t','',0,'?'),(_binary 'iÚ©%\ÌB¨_{O”–[','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterExpression.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterExpression.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I±r¬FxOýriù\Üc',_binary '†ü—®•A8\é!\r·—ˆ\ê=x³ˆþŒ¨û3.PU\Ë','',0,'?'),(_binary 'a$?eh¥¡±ôðv','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÆDž\â\ÊõYöp\'\ã9\ß',_binary '\ÕØ¼N:‘=\Ýûûñ\Í\áþ‡5%wŽ*ñl½]vHn–l','',0,'?'),(_binary 'Jð\È=l»¿¢¢0\Í<ù\Û','wp-content/plugins/wordfence/modules/login-security/js/login.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/login.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n\Ýu÷£#IšºAÙ‘É·',_binary '™\ÞO™7`c2—PÀ¨û\æ>4›Ï\ZgO\åž_°','',0,'?'),(_binary 'Áie	ý/c\ÝB•oÝ€','wp-content/themes/houzez/template-parts/realtors/agent/agent-grid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/agent-grid.php',0,_binary 'i\Î\æ[ú~R¯',_binary 'i\Î\æ[ú~R¯',_binary '\r,+®\É¦“¤W{N\ß\Z0B/÷š¤oB{ßµ»›0‹\å','',0,'?'),(_binary '\rq›0\"ˆ¶þx','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php',0,_binary '™Åƒ†¢\ä‰\Zi˜±\ÖC',_binary '™Åƒ†¢\ä‰\Zi˜±\ÖC',_binary '@\å!K\Ø\"òC\è\Ùâƒ€1ñ¼¿]\ÔK;`t¦K[°\ÛG','',0,'?'),(_binary 'À(¼®\ÝEÈ¥O§{Ý£\á','wp-content/plugins/google-site-kit/dist/assets/js/analytics-advanced-tracking-ea84b2c367b69f5c094b.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/analytics-advanced-tracking-ea84b2c367b69f5c094b.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\É\Ç<•a«\×ùpŠA\í¶À',_binary 'Lv-uý\áa \è+ûc\0±üRN·ŽC~\Ê\áq”a','',0,'?'),(_binary '&¶~qöM!Úšu}','wp-content/themes/houzez/template-parts/realtors/agency/social.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/social.php',0,_binary '©R\0õ\ÍúOÕ¼qU\îr\Ð',_binary '©R\0õ\ÍúOÕ¼qU\îr\Ð',_binary 't¥»\Þ\ß\Âñ\à«5¡{)‹ƒ\â\çiog£ˆµn®%ò˜','',0,'?'),(_binary '*‹¹2˜*•†q\êy\É\Z§','wp-content/themes/houzez/template-parts/dashboard/submit/private-note.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/private-note.php',0,_binary 'dHur~ñ„›•¹\Ô\Ò\Ø0',_binary 'dHur~ñ„›•¹\Ô\Ò\Ø0',_binary 'IŽ\Îõ=üF]\Ìe\Å\Û\Û÷GEr\Çh]\ËI\çˆD','',0,'?'),(_binary '5i’†©vb\Ì\Ã@~)\á“','wp-content/plugins/updraftplus/includes/updraftvault.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftvault.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\àô\ãm°\r;\Üx1q³',_binary '.ˆ W(ó÷^¹³±j¢”\Ê$hKŽ‚\Ï\ÅÀ\îÌµY\È\î#','',0,'?'),(_binary '9hlÀD\ïŠM\ÐXr•\È','wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È;¦\Ú\åþ\È|F\ÒR;\Ú',_binary 'r¨Z£e9(\Ü\áU®–\ßòŽ´€ƒ\â\îøqiIð@ú†','',0,'?'),(_binary '?%™\ÔS;Ie’#¦±q\Î','wp-content/plugins/wpforms-lite/assets/images/icon-provider-uncanny-automator.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-provider-uncanny-automator.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿f”¹4°Á>/eþÁ4¢l',_binary '|nŒ\Ã\É\Èmü§9\n\é\Ò\Â\'¶¯,~6`\"\Ç5fH©r\Ï+','',0,'?'),(_binary '@’‰!¡ý…\ÃC…§§\á•\í','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Uploads.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Uploads.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨dÎ¿J+^W\è2¡(w',_binary 'wõµ, rƒ2€Z¦Ž¨AE½Ä…&P/1W¹a¹‡@\É','',0,'?'),(_binary 'A¼ñŸ§¶»•f*k½\ì\Æ','wp-includes/blocks/navigation/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸZ¨¿Á-AÎ…û‰\ã',_binary 'd¸ów?\ä«.½²6ÿü\ê\Ðä¹¸,\âE\äø¹\Ã©9‰\r\â','',0,'?'),(_binary 'C–¦…N\èÓ”6\ÖR^4ò','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã…ö&§\ï\Ê\ï÷]%\Ä^‡',_binary '¶¥YdñWˆ²g-Å­/–LŽ¬ëŽ£\r\Ë|p›g…0','',0,'?'),(_binary 'E=<n£æ¢±OÈ¢û\ä\Ê','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V8­Q\ÜO\'.OŒö³B',_binary 'L ÷f¥„¿5\ÅÙ„Qƒ²‘\Õ\ØôºÑ¬\äA½\à','',0,'?'),(_binary 'L[#e(\Õ\Û\"<^Öœr™','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar1.svg',0,_binary 'xVÐ‡S‚8ˆJ§®\Þ\á\ß',_binary 'xVÐ‡S‚8ˆJ§®\Þ\á\ß',_binary '+(\Z÷üx)u]º}‡¨ƒj‘\ì}´\ê\Ñ\äá¬¡jB_®=;','',0,'?'),(_binary 'L¿\×ñ¤5MSYK\Ò\È','wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',&5m	1¯œ \Þ]¬Î¸|',_binary '15-]:/^pK’.\Òõ\á\àâž›tV\î¼>!¨œ','',0,'?'),(_binary 'L\ä\åbP\Þ-I×­1f€','wp-includes/theme-compat/header.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©G¢{\r\Ó(7ND\Å:W\Ê',_binary 'q\Ê2\åÕµ\Â\ÐûÏ¢>r\ã‘7Nj\è¤	D—^ƒ\ïA5\r','',0,'?'),(_binary 'L\êºXG¿Ý›5‰\Â','wp-content/plugins/wordpress-seo/src/user-meta/user-interface/custom-meta-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/custom-meta-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘[³›Ù³=z,~I;A\Ë\â5',_binary '‡2õ#l)W’9>›\ì¼\ë¬GŒ£·“”\Â*:\Ûl50','',0,'?'),(_binary 'N¡d#R­‡+«Ár\0s[','wp-content/plugins/wordfence/views/reports/activity-report.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/reports/activity-report.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒŽ?ue\ÓwD•:ž¬E\î',_binary '\ê°\ÃÎ¶ˆ\Z\à\Þ)v¢µ\ÕvG\ïŸ,\éhü/—Óˆ„','',0,'?'),(_binary 'Qø\Ñ\îŒL\×/V\Ì@ógU','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü}\Ú\0Í˜ŸK3\âó2Ï£ ',_binary '“„y]\îþø9½\ÏY³&Í†^\ä\ã\Ä|³©œWŠ(ƒ','',0,'?'),(_binary 'RY[ºef˜ŒOU¥\r','wp-content/themes/sinatra/template-parts/pre-footer/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/pre-footer/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#s\"¥3’¶&£\Î0oš)',_binary '\n‹Ÿ\æ>(E	»žü…30%yša±¼–Tƒ\ë= ','',0,'?'),(_binary 'T¬ £_Fí”˜þI2£','wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_connected_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_connected_24px.svg',0,_binary 'S‘AÕ¨\Â)/‡~xaF',_binary 'S‘AÕ¨\Â)/‡~xaF',_binary 'žü¡mºœv™H\à1\\È’K¬—ü\ç£\ÜZ\å\ï¦Ò¹˜','',0,'?'),(_binary 'i‰\ÏKL2*u\noŠ»','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.eot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.eot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gOPÒ‡¨ÄÁ›¤\Ò\ç',_binary 'ûú\å~8 ir®¿\Ý\nPp¯¦\n2òŠ5§DahBzP','',0,'?'),(_binary 'k\Ñ\'\Û\Ð\ì|\ë	þA\Ë','wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sý°³¹“\ÚŠëž«Wš	',_binary '\è–h\ïð¸\Õ)\Ã%l<–T\×Z‰,YY\àþs&¿—¹\äòúù','',0,'?'),(_binary 'nQC­´÷_$õ\È\é','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºô­‘û\Ä¼V_k\0yÄ´',_binary '\Ä\äv÷,‡r4Wp\Ðž4·Ã»*\ÙL½}x\ÃFX/“','',0,'?'),(_binary 'rô	\Úe¢\Âü\â–Zœû‘\r','wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹¤\Ê\Ëc`T8\èbŠ\r{’\n',_binary '¿†KP\Å\Zk\Öf=HŒ°|\ípR\ÍBõÎ…\0³gm\é¦<û','',0,'?'),(_binary 'srÆž¶=‘ûh\ãÂ—\âQ','wp-content/plugins/houzez-studio/includes/class-houzez-render-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/class-houzez-render-template.php',0,_binary '¯\ê\Þjþ“•@Æ»\n\Ì#„±',_binary '¯\ê\Þjþ“•@Æ»\n\Ì#„±',_binary 'Ž\"qh­\âxjp¥Û‹¬\ìN¬Û¸ ¶‡„\Íô\È\ßó','',0,'?'),(_binary 't‰Ž®‘\Äô!\æ\Z‡%\n','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\á,}vÄ¨3¼õGÀ\â)©',_binary 'E½r4@\0¸Ô¡$¦\âz\æú3ð¸$l²\ê\Z\Ð`i\äex\Ãl\Ê','',0,'?'),(_binary '{õjê ¤¿©,N—\Ú\Ë','wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/view-entry.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/view-entry.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›Î„xÂ¯·eµe¡pp',_binary '¡Q–\æ5ñoT9\àa\ê«yÆ¤‚•§½•3]$R–-w','',0,'?'),(_binary '}¡¦mA¶FBd·[?€²\ã','wp-content/plugins/redux-framework/redux-core/core/panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/panel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C*bc·ù±p0Bh\Z@®”¾',_binary '\Å\Ñó\n°\ÑÿZ\Ê_gl‘ a	†f\Ê.\ë`¸™•ðŸ}†','',0,'?'),(_binary '<c\Ì\Úø0\\¤¸‹C:>','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-meeting02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-meeting02.svg',0,_binary '«³¶¯¡n	;¿qÀa¡\Ï',_binary '«³¶¯¡n	;¿qÀa¡\Ï',_binary 'XC\â Jº¬µ|´`]žš0yW0J5h\ìòxR,~','',0,'?'),(_binary 't(\Æ<uª—•\Æ\Û\æ!b','wp-content/plugins/elementor/assets/js/ai-layout.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-layout.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a€\ßJ\Æ	›@šP(\×mk7',_binary 'b\Æt$c\ÃT\ßÓ 5û=kU¹¥ô(J\ÞMÉ°¥¾ù´qX‚','',0,'?'),(_binary '”&\ên\nœ2\æBi,Kó','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Context/LazyloadCSSContext.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Context/LazyloadCSSContext.php',0,_binary 'À²\àš×™a†5D‘T\Íýj',_binary 'À²\àš×™a†5D‘T\Íýj',_binary '‘\Û>y­\í\èS\èmø|jz¥ö•¥\n\âyú$óFY\Ñ','',0,'?'),(_binary '”U\ï¯\æ{Œž\"ô¥œöƒ','wp-content/themes/houzez/js/vendors/leafletCluster/leaflet.markercluster.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/leafletCluster/leaflet.markercluster.js',0,_binary '\îxƒm\rq‹+m9\ï`\à1',_binary '\îxƒm\rq‹+m9\ï`\à1',_binary '›0\Ã\Þ\Âò±E:^Ò¡†¯S\róqó\Ã\nƒô^›p“\Ì','',0,'?'),(_binary '–[\n·ˆJ\Ù\Ï\Æ\Ú\Ã','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Option.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Option.php',0,_binary '÷ó4N“ÌŠ=\Ö[øi%ð',_binary '÷ó4N“ÌŠ=\Ö[øi%ð',_binary '²\ÙA>^ºôƒ0]\Ø\ÑXžHÿƒ§	Á›Ä•+x8M\à6F','',0,'?'),(_binary '˜{…\éY\Â\\ÀzéŒ¿°}c','wp-includes/images/smilies/rolleyes.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/rolleyes.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ¾¾ðO…2\ßOfÝ£i',_binary 'fK\É)¾\n\êdù¦!]\r)÷\ï¶\\}\æ\ã\â×–l\Îõ^’\ã','',0,'?'),(_binary '˜š C/$7\êgù','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sl.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sl.min.js',0,_binary 'š\×\äÚ‹Eu‹¦Ÿ\ÆnŽ\éTh',_binary 'š\×\äÚ‹Eu‹¦Ÿ\ÆnŽ\éTh',_binary 'Ø»\ÐÑ«™Ž\ìP£\â€~¨$¶™Ž\r¶“vj-h\Õ>¥)R','',0,'?'),(_binary '\á÷Ÿ  	±\Ê\\˜A','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë\äD† \ç?ž©‹#T\Ç',_binary '\r)-N_0\Ò\Õ_Ï£\Ñy\ÓZò-†¢ú^™pA','',0,'?'),(_binary '¡7À•ò/½¹‘†œ¾\ïÁ=','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/RankMathSEO.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/RankMathSEO.php',0,_binary ' =S»X<\Ó\\\\5ý%Å¼',_binary ' =S»X<\Ó\\\\5ý%Å¼',_binary 'Oqýk)¬°GPöj0‘\Æ\Z\Ò.EQ\Ý%6\ÚP\ÑÜ„\Ô','',0,'?'),(_binary '§í¸–fÎ¯\ÊR-a¤\ÜL5','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/value.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/value.php',0,_binary 'Š´˜<:¿\ÛF?`‹\äÿ\'©',_binary 'Š´˜<:¿\ÛF?`‹\äÿ\'©',_binary 'ˆj\æ¾ß°\'“Å¦A.5¸]´\È\ÕÐ´’†1KÿDi\Ù>¶','',0,'?'),(_binary '«g\Í\ÉÀ\â›\0‰/*r\Å','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/onboarding.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/onboarding.js',0,_binary 'µJw\ì\ë/y<É±-õz~\ç\ë',_binary 'µJw\ì\ë/y<É±-õz~\ç\ë',_binary 'š\ä\Ä\Ô/nò¿·¤~(ñ }…oœþN\È\rW¾\Äðœ©','',0,'?'),(_binary '´\Üx,/\\³kT9û','wp-content/themes/houzez/property-details/luxury-homes/availability-calendar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/availability-calendar.php',0,_binary 'Iÿ\ÂŒ{w/í†1l',_binary 'Iÿ\ÂŒ{w/í†1l',_binary '/¬P³YOe\\\æ>.\×n$®,¸#\Èæ˜˜\ÕE¦«M…m\Æþ','',0,'?'),(_binary '¹ò…#6´ú\ZG¼Š¼u;À','wp-content/plugins/revslider/public/assets/svg/action/ic_receipt_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_receipt_24px.svg',0,_binary '@_\"…qn%ÿ\è\Ý\0#&0p',_binary '@_\"…qn%ÿ\è\Ý\0#&0p',_binary 'ûh(¾5ªû\r­£ª^…\íXÌ¦4\Òþ\íþŸ\ÜFRC²','',0,'?'),(_binary '¿ª$\Õ\í­Øµ¶S…Y»','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý¹l\r\Ó\ë(ª\ÉTr\äI\Þ',_binary '\0…K\Å\ä\ï|\Éqq\á\Í%\ä;^Ù”üŸ‡\ëF\ì\rþQ\ï9¨º','',0,'?'),(_binary 'Á‘­ô»þB¹C1\Óa','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php',0,_binary '{Y£n(ƒ¼\Ì™þ\Ò',_binary '{Y£n(ƒ¼\Ì™þ\Ò',_binary '?w\"«,¬jLŠòa\È+s\Ñ\Êh_L©$x\ß\ïP÷','',0,'?'),(_binary '\Â3§_I\ZŠù„F!ÀZ','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-modern-stripe.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-modern-stripe.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@\\6P\Å\Ó6¯\â­\í\â€v',_binary 'a\×\ÎB\ím\Úñ}Â™­}Y?yi+#6L\r\Åö\â\ë','',0,'?'),(_binary '\Â4\ZV\âmJN—À\Ö=®f¬','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalParentLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalParentLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ü¾\Ó)“Œ&¨\×\\ÀÃ™\ì\î',_binary '\nhO˜}\é\Õ{Ã‘[nLf5\ß”´‹ü\Õ\×\Ì\ËO—\Ä{ž','',0,'?'),(_binary 'Ç›\â\åh°!ù\á\Ø\Éx\0\á','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart14.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart14.svg',0,_binary 'OZ¦\ë³P„5†Ý–a#–‰',_binary 'OZ¦\ë³P„5†Ý–a#–‰',_binary '§\Øq!9šúaô\àxdù·Ÿ³«e£À‹\ÖGªý²\Ù®','',0,'?'),(_binary '\Ê\ÔOó³\àn\\~\ìÅ™² \Z','wp-content/plugins/wp-rocket/assets/img/logo-webp.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/logo-webp.svg',0,_binary 'PV/_>¨\ê¦Û¾¯‡',_binary 'PV/_>¨\ê¦Û¾¯‡',_binary 'e\Ä\Þ]ü€q÷AÁ°7\Øôô›f_,•\Ý‘ð¥‚','',0,'?'),(_binary 'Ì–O\áyg€\äJóƒ8\Èû','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ShippingRate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ShippingRate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Žq~:.\Å;ˆ\Ä\æ.­¶\Z',_binary '$`G\ëµÅœ\Õ m¹\Ç	ÀA‘\É6\ãaC`-(˜M›','',0,'?'),(_binary 'Ø‚i„\×>Ç®Œ\í\Ñdô','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c	7ýz\Íô‘À\ÓX¶',_binary '\Ø5ú\äŠ6—naZ[pT@#¸|“´R\çci@£õ:h','',0,'?'),(_binary '\ÙVsP‡\Ðú¥ñ\\ó¡£','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/bootstrap.php',0,_binary '+qf(ûüùl\\\"\åžŠB',_binary '+qf(ûüùl\\\"\åžŠB',_binary '_-–.8\Æ\Ø\á5¼\'w™ÿ*}a@:¬¨þ²ü²\ÐC…\Æ','',0,'?'),(_binary '\ÞR¸S!µ‘n›','wp-content/plugins/wpforms-lite/assets/images/sullie-builder-mobile.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/sullie-builder-mobile.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×\Ú\ã’ÀÇµ3¥\ãcM',_binary 'ú\\•\Ñ}@¸c\á3Ï€þuCKÆ¾\×7L\ÖPSoE\éÞ¬4k','',0,'?'),(_binary '\âÆ£\n!.~w­‰\Ëwº ','wp-content/plugins/houzez-theme-functionality/third-party/3rdparty_functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/third-party/3rdparty_functions.php',0,_binary 'V-’f\íi}E¶\Üp5¹­E}',_binary 'V-’f\íi}E¶\Üp5¹­E}',_binary '”N8¾(ò£\Ø Z_¡¥#¬õM\Ø%©%\ÔÞƒ|¼b','',0,'?'),(_binary '\äHv\Ü\ê\Ú\îz\ÐEœ\"ZG','wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€?µ µ#\È\n\\³#\Âg;Ú–',_binary '-‰Û¶_)Ê£¹öJ>«wµ;\Ü|`Z’\çû¿n¬\í©a®“','',0,'?'),(_binary '\ç@FL!:û5&Y¬ ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/SiteHealth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/SiteHealth.php',0,_binary 'Eù.™·\ÜFnaÝµ—\Ýq¨P',_binary 'Eù.™·\ÜFnaÝµ—\Ýq¨P',_binary '\äg;vµ(AUN·\Ø\í3¯€\Éþª\ÉöøØ·N\ä¥oI','',0,'?'),(_binary '\î\Õð˜¸¦öò\â§\Ù\'\'','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Browser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Browser.php',0,_binary '7M„ó)V˜¨6!IH\Í-',_binary '7M„ó)V˜¨6!IH\Í-',_binary '€\\J–•²v±\"»ó\É*l1™4‡fe%\n©|…Aµ‡9÷','',0,'?'),(_binary 'ð“?½\0\Ò\Õl º—\Ê.þ','wp-includes/class-wp-application-passwords.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-application-passwords.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éL]˜B\"Am(|0\Äšg',_binary '&UŠ•%\ä8H~\Ös£g\'\ÊipO\íòŽ+\ÝÑ«­\Ãn\Ü5','',0,'?'),(_binary 'ñ‘<\nD\Ð,t\Ø\Ò8”®','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ\ê\Zÿ\ä#“zº§¦K\æ®',_binary 'òkû½!P‚BxQA.T\å\ÐÛ„\Ò\ß«à¹ ¯ƒ\ÃÛŽ‡ª','',0,'?'),(_binary 'ô2p)´‹t¤­I\í\î³','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' Š\ïþ\Ö\0°\">y>=À®£\Ç',_binary 'xVQ/}€ç¾:(3&þ\Ñ\å¹%¢U‘¤JoªÿC','',0,'?'),(_binary 'ôš>rµøTH4œ®Ð¡!','wp-content/plugins/revslider/public/assets/svg/action/ic_shopping_cart_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_shopping_cart_24px.svg',0,_binary '\Õ|F\Ê\Ð\È5ñCV÷\Ü:\å\Ñ',_binary '\Õ|F\Ê\Ð\È5ñCV÷\Ü:\å\Ñ',_binary '\Ä²Ôže\æ;nT†G§\ì’Kkø¥`§\Æýßˆ6\Í8','',0,'?'),(_binary 'ùò\ë3¦<ÿ\å\Ð\Ø\ïc,','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-finance.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-finance.svg',0,_binary 'Šñ}\Å\Üu©),mÀ\ãv\Ë',_binary 'Šñ}\Å\Üu©),mÀ\ãv\Ë',_binary 'Ô¦¢¾Z-8\à[\Í\Ç8‡ó¸1<-¼m\ä³;\ËÊ†','',0,'?'),(_binary 'û«€\Ø\éoŽRb­þ','wp-includes/js/dist/url.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/url.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³q|)\Ë\n\ßÀq€M!‹W¾½',_binary '‡\0¢ù\n?c*%„\0À	s(¥H–`\í \ë7©\ë§­\ÕÅš','',0,'?'),(_binary ' \0\Ý\n\0óR¶Ã„µ>','wp-content/themes/houzez/framework/stripe-php/lib/Service/BillingPortal/SessionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/BillingPortal/SessionService.php',0,_binary '‰V²Ix)<?J\r\Ê\Üy\Î',_binary '‰V²Ix)<?J\r\Ê\Üy\Î',_binary 'Tùz¦V72‰¹´„7¹	\ë\'`\ÏZSV…ÿ\ÏR4\Ã','',0,'?'),(_binary ' —Ø‚sy\Ë\Ùl?|a¿˜','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/titles-shape.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/titles-shape.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›5\È^¿\ê\Ô\È`…½›™w\î{',_binary '\âLXÁ%/~\ê\Þì»Œ}\Û,\ÅD:R¼\Ù\é¬\Æ\Æ','',0,'?'),(_binary ' \æm°¯¾T¾\Ý×d%%u','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Deactivation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Deactivation.php',0,_binary 'C\ã	$m‰¡š2q¦ƒF',_binary 'C\ã	$m‰¡š2q¦ƒF',_binary '\"¡·Ò®§\ã.\Ç\Ý\ì1Žµ,Á€&¨E0š\Õ,|þ','',0,'?'),(_binary ' ¿*ù:˜\êºNqjˆ.¨','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-floorplan-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-floorplan-v2.php',0,_binary 'q›\ß\"FG\ïj\Ö|#',_binary 'q›\ß\"FG\ïj\Ö|#',_binary 'Áõ‡\àt\ÅÂ¬\Ói\Ùx—‹¸($’¨ü\Ù,Ù³\"ž','',0,'?'),(_binary ' \r\éžø·-\èUzœ\rþaK','wp-includes/blocks/pullquote/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„¹T\Ö_W¿1ý«=\"\ê0',_binary '%8!KHÓ„B€	š¯E\r<ß¬¢\áwX<†¬øW\î','',0,'?'),(_binary ' ¹Ga5mmH\ÃN¦\Ë','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ6\ß]—\áŸo=P€‹Ï¥#',_binary '\×WÈ€\nŸ:¦½\ßnö(LÙº½3\ã¢X¬ Ke','',0,'?'),(_binary ' \à¬ø\Ê\\!Ÿ\Õò:\Í\Õ\×S','wp-content/themes/sinatra/inc/customizer/controls/info/info.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/info/info.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&b\ãkI\rš*)\ØñLµýBw',_binary '\å\ÌJ\ä#÷\×U.GIµõ\Ë;Mœ+CÛ²\rIñŠb¬\Í','',0,'?'),(_binary ' \Ê\Ø^Fû\Ú}²i\È\Z£ô}','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zV¤\Æ\ãv\ÄÖ‹\Ð\Ø\â\ÆG',_binary 'ˆ$¨¥#ûvzõ.\è¾\Å•\ì\Ñ\ÎV£Oc‹G\"†¨N','',0,'?'),(_binary ' !ðC\n!;›\á¬xŒ0‚','wp-content/plugins/wordfence/modules/login-security/js/admin.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/admin.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1Y\Éa(\Ä~ýD­4\âXŒ<\Ú',_binary '\á\Þm‰_½\á–fg÷« ]B{#2\rAó³´b','',0,'?'),(_binary ' 6PúZµ§w\'a8','wp-content/plugins/elementor/assets/js/progress.985f012a6336ab21cb44.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/progress.985f012a6336ab21cb44.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ5PŸ¼q–,Q5a˜ò›',_binary '\\+$jU«,\Ñ	¿Yg¨Ü¡\ÜmOK\Æ!.¦Z‹7­ü£','',0,'?'),(_binary ' U\ÎÓ´\ÜxF¿f°ù?','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-Ý”°c!9¼ÿ¤¤\ÅB\Ñ4',_binary '‰¦\Ì!\Ã\0Z¦~À˜\Ö~\Ïý\ÐO2\"!\"\r\×Åƒû–','',0,'?'),(_binary ' úWbÆœ“36;‚}#þö','wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò9Ra\í2!úmø˜v”\Õþ',_binary 'Ô¨S<žU[…!$“=\nü®\ä¦.V#þR\Å5','',0,'?'),(_binary ' }&6„{NÊ¾\íD;¿','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/NestedResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/NestedResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~\Õõò«R¯\Ý\Ýn.r\çŽ',_binary '”™$Ï’e\n‡†\0†b\0Ü¾sÀ/J z Ck¨\ÞZ\Úl,µÿ','',0,'?'),(_binary ' \è\áÉ‰:\Ésž{1<¶','wp-includes/blocks/embed/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²u{¢’ºÔŠQ,•Á\Ö]™',_binary 'R$H­½¶Z‰\Ü1gkŒ\Ó^‘?kwq”\'\èÁ‘Û‡=\êT','',0,'?'),(_binary '  \Ç7n08\ã‹)\ËiE','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÍùÔ¢CP£\êw»\Ê3È¬¼9',_binary 'ª\Ü9ò§+	\Í53.º\Ìoññ`|\'uˆœoÙ¬\nmõ\Ä\Õ','',0,'?'),(_binary ' #qŠ\Ç\Ó.G\í\Ì(r~¿˜','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rd¬ƒc)©3\ä÷}›',_binary 'r«ö\0é­®2œó\ê\ï¹û«ü\íÿ®+l\ÃÎ‰\'˜N~','',0,'?'),(_binary ' \'DŠy—l0\Þ&*Gý','wp-content/plugins/updraftplus/images/addons-images/sftp.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/sftp.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤(0å‡“9Yua¥:Ü®\Ì',_binary 'g6“F-³\'1Pû\Ë\í]¼0·Ÿ7¥i¤\î£.\ÈPó\ß\'','',0,'?'),(_binary ' \'\Ó\Òª_U;0˜/<\Â','wp-admin/includes/class-bulk-theme-upgrader-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-bulk-theme-upgrader-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â²Š\"\ÇA\Ùx!k¨©\ã´',_binary '\ß\ß\íg¸ñ¯¥`¡DÀr•¢‡µE´•\êb®\Ó€A¸','',0,'?'),(_binary ' *\çI/a>\å´,\Õxü‚\â','wp-content/plugins/revslider/public/assets/svg/communication/ic_dialpad_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_dialpad_24px.svg',0,_binary '¨¢\Ï“©	š \çHÁœ]',_binary '¨¢\Ï“©	š \çHÁœ]',_binary 'ƒŒ™g\Ï\Ù\Å\Z\éH¦M9)¸d½\ÃX®›\æ\äK\í\ä}\áx','',0,'?'),(_binary ' *@ADÒ“ˆ=pu°˜\ÓE','wp-admin/user-new.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/user-new.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥M2%q~8\ÂE\Ä.\\£\Ìh',_binary 'fÛ†\r )\í˜B4_u\"‡_\ê\Ç\à×›³ßŒqh*=?‘','',0,'?'),(_binary ' 0¢¦­,\ËdH\år%C²','wp-content/plugins/revslider/public/assets/svg/image/ic_add_a_photo_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_add_a_photo_24px.svg',0,_binary '©¡c¶\ÔY¬\Ñü •zs¡{',_binary '©¡c¶\ÔY¬\Ñü •zs¡{',_binary '\Ì\Ü\0¡\ãôm†ólª\Ó_¨,S?Á“HÛŒ\ÄW\×nŒ<\"^','',0,'?'),(_binary ' 1\ÊH \äÞž„x…Hb','wp-content/plugins/elementor/core/common/modules/finder/categories/create.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	Jg\Ã\ÙWqz3@º~·',_binary 'pSEh`:I\Úw+³8\Ô\ä	v]Zws\Ü\\™p’)tö','',0,'?'),(_binary ' 5\ÔñrD›g»ç±ƒ¾','wp-content/plugins/wordfence/views/dashboard/options-group-license.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-license.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷øŒ¤‰§)åžð\ÜUá½',_binary '=e\à¯:\Þz)z¡:ð]:žÍ¼@\Ì{´\0ýþ•\Æ\è\Ü','',0,'?'),(_binary ' =¦¯\Æ_Š\Ë^&þ6¯2‘','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ProcessorService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ProcessorService.php',0,_binary 'k»‰km<<\0÷ ñ',_binary 'k»‰km<<\0÷ ñ',_binary '‰YqË±ú~pm\ê$Ž\È?Á\ê!\Ýac‡„y7~\Æ,i','',0,'?'),(_binary ' >3[I\Ú\Ýf\Ýf\Ä8N\ÚY±','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v5.php',0,_binary '\ì[n\Ï\Ãð°Í¥³œ\ë=Ç½',_binary '\ì[n\Ï\Ãð°Í¥³œ\ë=Ç½',_binary 'žk¹†‚`t²l¤¼Rs\Ôf\Ì\ÐBªÍ¬u\é\0e§¼H','',0,'?'),(_binary ' E^g\Ù\'˜Ô­fQD‘','wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?5ziŒD *\éñþ«r\Þ\Ò',_binary '±qšú·¶.›D\ìð\r%§®\0S‘\ÙP$\0g–»\Ùh\×\Õ','',0,'?'),(_binary ' E‹\Îó÷hÜº\Ñ/UB\Ó\Í','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á@e?\êõ¢Œ!L\n\è#',_binary 'f¢§Œ\Å+VÙ„œ\ãP\Zz…\í\Þ=dFŽD±\ê [·§','',0,'?'),(_binary ' Pk•ª¯4\à\Ô7	)n\Òq','wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VKn4[‚$ð\Ôµ6\Þú',_binary '{Õ¿‚Þ7ÿ\ß@#{\'\Z™L\æ\Ï\Ò¶—G\Þ^&aüÓ“Š','',0,'?'),(_binary ' R»IÀ\ë\Ô|Y`R\ÂZ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª‘ýŠ\ÅUA!c{Ïš4ø',_binary '\\\Ó\'ŸÞ¹w’¡,ó\í\ÄÀ­U\ÞgG\rn;\ís\ÏÿÅŸ»','',0,'?'),(_binary ' W?\Çn`0\àg\å@z0','wp-content/plugins/wpforms-lite/assets/images/email/template-plaintext.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-plaintext.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a¶	÷\ï\ï:\'y¼ú\ÎY¨¡',_binary '“\î6f<M†\Í<&P÷\Ù\Ñ\\§£¬‡Î„T´\Å\ÒK69S','',0,'?'),(_binary ' Yø+÷®\à°¡\è\én»\êƒ','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èF†\Íð\ïÂ›0Š’‹\Ò?\'Š',_binary 'œ|„N>_z\\}\ç1~¿R\ÌkWÀ»pŒÙ¡–\ê\×±\í®','',0,'?'),(_binary ' \\–vYs\0\æ`£J=~K€','wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úp‰E\Ö`9˜‚RS£\Z«',_binary 'Ë°+ª‰-\è\Äÿr¬a\Ö!ª¥£º$¼¶ž-õ\×','',0,'?'),(_binary ' a¹%ß†\Ìel³×Š6y|','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/SiteList.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/SiteList.php',0,_binary '\ä$ø¢—\Ú)Lù¹«a®m',_binary '\ä$ø¢—\Ú)Lù¹«a®m',_binary 'Ö¦\×ôK\Ú-hòô’ø…¸&N\Êö\ßl|WƒÆ­ûq','',0,'?'),(_binary ' b\Ó\ß\ß\Z§\ÑV‹\Ñ†-','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-payment-element.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-payment-element.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öœ^2id,P=Š\ÂYl6',_binary '\í…Òž€$)\ê&Œ•\ê.F(q‘ždúdð3§\×*_','',0,'?'),(_binary ' i\ÉH.\Ï\áPœ¢y\ÙvI','wp-content/themes/houzez/template-parts/dashboard/submit/property-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/property-search.php',0,_binary '\Ãó5-‡qnfo’\Ï\'Õ¸Ž',_binary '\Ãó5-‡qnfo’\Ï\'Õ¸Ž',_binary '$\ë¬þ—9\á\ÔE~t|\ÒF\âY(‰»¹\Çl*Ÿ«','',0,'?'),(_binary ' p}‡>\Ý\ÞU\æ\å\å>õJ','wp-content/plugins/elementor/assets/js/ai-media-library.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-media-library.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\Õ§bòH˜™l6kz¹',_binary 'ž\Ö2f\×\çü6«†*ƒ@_D\Ïf6™V­¹ADˆ\ã\â¢','',0,'?'),(_binary ' ztd\ÙQe\"ˆW†ü~9Âº','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_6_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_6_24px.svg',0,_binary 'TB0y\Óy ²\ÑHL\Ê\'Y÷{',_binary 'TB0y\Óy ²\ÑHL\Ê\'Y÷{',_binary 'ð•·…a›\ãr\Ð\Ó\âúñ9.º&%\Ä\0+>úªü©œ\á\á','',0,'?'),(_binary ' ~y\à¹\å~\äI\à»_2^','wp-content/plugins/elementor/data/v2/base/base-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/base-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']8¼HÅ±R»/¶|pyÁ',_binary 'kOhsO¿=ƒ1\Ó—Æ„ Ó¤\ëˆþ(I[“bL\È','',0,'?'),(_binary ' œ {Ëœo}\à\å„ýõ','wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/Subscriber.php',0,_binary 'ƒ\×k8¢«³«|g*\Ó',_binary 'ƒ\×k8¢«³«|g*\Ó',_binary 'pœOBc\Ãk\Þ×-ƒS6…úš\é\âV\'¹ÁØ©\ÒA','',0,'?'),(_binary ' „š\00–h¤W\ÚÏ¼*û\Ö','wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/wpforms-stripe.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/wpforms-stripe.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢µ#\Â\ê[[\Î\Æv–*RFG',_binary '\ßð`–‘°²¬«j\Ñwq\\^TŒBT\ÜZ¶\Ã<˜È¢\r’','',0,'?'),(_binary ' …±÷“|\à«/`¡\"œ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/buy-sign.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/buy-sign.svg',0,_binary '=?³I\×O\ËõT\ÜP©¾\æ',_binary '=?³I\×O\ËõT\ÜP©¾\æ',_binary 'ýrL5ñ\0ž¹_°ž^p¦‹\ãs\ïjUNõ’BÁ”R»¿','',0,'?'),(_binary ' …Ç¨ÓŸ $b\Þd&_f','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/field_typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/field_typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç\ç\àù‹m\Å,jön†‰³\r',_binary 'y¦§\ÒÃ‰\Ò*CÜ¯+¹D\\¬ø¨\"\ZºHTÞ¼2fÀ­','',0,'?'),(_binary ' ‰¶=\ä¾\á«i;[ž','wp-includes/blocks/require-static-blocks.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/require-static-blocks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÙÃ•ø\×\á<p\× ”¸\ËK/',_binary '±—`Ð¶Á&œ©\Õ\ÏÊ¾\á·\"b\èUX‰·—y\Î\Â!*H','',0,'?'),(_binary ' ŒW\â\í\Æ,@{\Ê™?9','wp-includes/blocks/post-author-name/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author-name/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…¥Zj^F±s‰\×úój”',_binary ',\nù€B\ÊÏ§¿Ú›b\îo”4\è</= F?Š€w','',0,'?'),(_binary ' ñ¯öfQŸ?\à\Äb+[','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-components-gm3-d2883b93374979796649.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-components-gm3-d2883b93374979796649.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~w\ê!z²Ê®\â*²^m$',_binary '\Úaömú …\ÏY¶Yu]—½P­r\0F\í\ãûTóÖ‚.´','',0,'?'),(_binary ' •yÁ>4œl»°gR\Ó','wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰¶g\ÄZ\á† 8¬Zœ',_binary '\Ë\Ðy¸ ¾q\Þ\Ñk»ó\Òj°¯»|\æ¼gY{Š‘\Ì','',0,'?'),(_binary ' –¼ªqª­û¨ö\ãc€\Ø\Ò','wp-content/themes/sinatra/inc/customizer/controls/color/color.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/color/color.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\âÜ$$¬/^¤\Ý&¼¼9',_binary 'Jû–4hS\É\éH¶\ßô¡\âª7\ìŠ3D\àS²K\áctù™\Ñ','',0,'?'),(_binary ' ši\ÊÈ¹ºË‰[þ½°','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LogLevel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LogLevel.php',0,_binary '€+§\ìhkÀÉˆ¸y·M',_binary '€+§\ìhkÀÉˆ¸y·M',_binary 'f!*¢²órgn\Û\ã\Ø\Î\ê˜\è>îœ—lYG¦›\ç9','',0,'?'),(_binary ' ›y\í\íl\à–·bƒ½Î£—','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary ' ŸG¶Ê´©¨GtØ‘›¤','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8€NÃ\Å\â\Z\ÂÈ–vë“ª',_binary '+uR\ÜA–eµf\áY­)%–;*\Z¡y†\É\ïUóŠ„','',0,'?'),(_binary ' £B›gY¸ZV\Íeù6\\i','wp-content/themes/houzez/framework/stripe-php/lib/ApiResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiResponse.php',0,_binary '…\Ý[HÖ˜­¼\â`²p4«',_binary '…\Ý[HÖ˜­¼\â`²p4«',_binary '&\"\Ë\ãƒ\âÁJ\å\Ü\n±\Û\ì{\Ä@¥eY§Š\ß\\$…\à™~«','',0,'?'),(_binary ' ¥·7$”Y\'’\å\ä\íþ\Ö','wp-content/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php',0,_binary '‡ð\ÉÈ£©{\â¿xR·hS',_binary '‡ð\ÉÈ£©{\â¿xR·hS',_binary '3\Õn›\Ö\ÂüSö²½‹\Â)\êv‡ƒa;.o4Ò“ˆo[Q’v','',0,'?'),(_binary ' §uº\Íc\nb\éP\çÿ\Åù³','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>Çˆ­»©\"C\åixœü¹',_binary 'ðª\Ëxçœª!™¢Ÿ\Ä}ò—\Z¶…˜\Ê‚Wª¯ú\Ëd','',0,'?'),(_binary ' «¡$1p<”‰ô‹°6ý','wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z’ý;»3¨†\á@Žõ.5/',_binary '\ã5Tum¸nó§îŠ\"Ž\Â#b+õ+5‘V—\æ¼\Ì\Üa','',0,'?'),(_binary ' «\ÙÈ¦\êf›w\ÙD•¤º','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ocean/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ocean/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary ' ¬%\È\èW*R\Ø:³e<0¼I','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Cohort.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Cohort.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°ø@ò\î}A8\È1\'\×\á‹ñQ',_binary 'ýÐ…\Ç\ædE\é$Q¢Í¥\Ü†<D\àUaÔ¹vK5\à_~','',0,'?'),(_binary ' ¬z¾z{úðòôL‚ŠH','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's/\Ý\0‚\Òû\Öþ\Î0\ì\ÑWµ',_binary 'øªŽÀ\è1·@y\Z‹\Ø{µŠ\è{,\â\×|ÁVˆF=`','',0,'?'),(_binary ' ¯\Ô9Q\âk–¼½n\"Œ%Œ','wp-content/plugins/houzez-crm/includes/class-viewed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-viewed.php',0,_binary '\îo†]\Â[!	™®\Ò',_binary '\îo†]\Â[!	™®\Ò',_binary 'K«z9N¯­mûSÿ\Ö\å°$@9eO\0dfž\Ï\å‚k¸\'W','',0,'?'),(_binary ' ±\ÍvN\Ê›í©¥M9\ê\éf','wp-content/plugins/revslider/admin/assets/videos/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/videos/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary ' »¿\Í\ìÈ‚qnfd\ê‡wb','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù\çUZ)\Ù\'\ãa\Û5ð@\å',_binary 'D€©i\"ñÁ÷¢ÇžútÛ±ŒR@…8¹\Ú¶\Êñuvu','',0,'?'),(_binary ' ½OÑ¾]\Ëó\Â\0ß @ƒ¶','wp-content/themes/houzez/taxonomy-property_country.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_country.php',0,_binary 'BÎµz‡¦µÎªOE`>F>',_binary 'BÎµz‡¦µÎªOE`>F>',_binary '¨¢´–ò\ã2´\Êz&$±õ¼•?\Ð/¢\0:pÞ\Òð¯M','',0,'?'),(_binary ' ¿7=Š4û”“#ùNû','wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'SE©j±Ô¹_&¬Ÿ4‚L\Ä',_binary 'sB#r¶MTHù<b%‰Ä¶&o¢µyn4ûh\Û','',0,'?'),(_binary ' Â©xù%nÓª\ë©w\èlc¿','wp-content/themes/houzez/js/vendors/jquery.validate.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/jquery.validate.min.js',0,_binary 'Š%–]‚\'ùW¢CD=!—‡',_binary 'Š%–]‚\'ùW¢CD=!—‡',_binary 'Mø¤\Å\ÒM†²*·q§“\Ý6\"\æª×©r½Ó¶|¶ñA‚@@','',0,'?'),(_binary ' \Å-\Í\ÈP°¸O¨6«G-','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps/AppsServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps/AppsServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ce\ÙFKÒ­\Ïüi\×#',_binary '4lR=}ò¹{nyöÚƒ\ít\ê7ŠwÀQ³\éH\nš!','',0,'?'),(_binary ' \Ô\ÃHzK~\È\è„E=ðr\Þ','wp-content/plugins/updraftplus/vendor/psr/log/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0s\éRV1\Óu\ë\â\í_¼•\è',_binary 'Šõ\ãš.¼.¿vv§Á¹ï†Š:3«8O\âA”i)\È','',0,'?'),(_binary ' ×’ñ+\ÎNq¤G\í§ø','wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php',0,_binary '‹Ü”§z\å\æC?UK3]`\ê',_binary '‹Ü”§z\å\æC?UK3]`\ê',_binary '4%eù\â´\Ìn0®—\Ï@ \Ãû[¬D8®•–g4²\à','',0,'?'),(_binary ' \Ø\ä6)^‰|ú½ÀR¢\Ù','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/CanceledDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/CanceledDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v=e/eÈ¿\ÉYVºV\"\àt\è',_binary 'h\Þ\ì`]w\r‚¾Áw¶uæ¾AÎ·q2\æWp\ÒN\â\Å','',0,'?'),(_binary ' \Ú`\ÆFlP\ÑSðeX/','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³:Z*b\'\Z›~\Z\ë\Én*¶',_binary 'àª \à”!‚B\ïxt‚\ä˜ˆqÿ3vçŠ˜st<\ÝÁjÀ','',0,'?'),(_binary ' Û\êšu*\n\ÕU3A\ïA','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApplePayDomain.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApplePayDomain.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P7\ZHo7…\É\Â_Bú\Öd¶',_binary 'mLRØ¸©Á6þ4\ÆOoú“­€Du—	ÁÝ½H·e','',0,'?'),(_binary ' \àôcÌ«)IŒ\np,Í‘«ƒ','wp-includes/css/jquery-ui-dialog-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/jquery-ui-dialog-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œe_ÿ4[a:À]\ä™\Ìó',_binary '\"`:Ï‡ž{ð\Çj§H@Œ\Ä\íö\éý#›;µ\ÛZIs.','',0,'?'),(_binary ' \è„\ÔÉ­\\9V\Üþ\r¦A','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/OutboundPayment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/OutboundPayment.php',0,_binary 'l \îðICû)Þ‘—¸/1',_binary 'l \îðICû)Þ‘—¸/1',_binary '\Ò7”1ŽLj³\0õ¼’;™\Ô H:@\nú2e`Jt­','',0,'?'),(_binary ' \éj[þ\ï\ïWºga?_ñ¸','wp-content/plugins/revslider/public/assets/svg/device/ic_location_disabled_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_location_disabled_24px.svg',0,_binary '%Å¯u´Å“‰\0ÇŒŠ¿’‰',_binary '%Å¯u´Å“‰\0ÇŒŠ¿’‰',_binary 'S1i§\ÙKÑ¡nK\Ög\í-\æt\Õ#<:ÀÕ´ù\Ì-\å','',0,'?'),(_binary ' \ìY¬Q›^ß‹x\æÊ«{','wp-content/themes/yith-wonder/assets/css/backwards-compatibility.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/backwards-compatibility.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âˆae\Ûw°‚O¿<Â€\r}',_binary 'to»,š\Äí¨µ\è \Þ_Ÿ¼ü¦–œ$&øý}\Ü\È','',0,'?'),(_binary ' \í\èñd5§<ø±\Ö\Õ\Ã^¿','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/ConnectionToken.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/ConnectionToken.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xd³\ÈÈ‰\Ð\í\È\Ù\é¤\æ',_binary '½ÁB€R§´¸hò•üGŒ{%x­H\0µWŸ³\ë¤8\Ðô','',0,'?'),(_binary ' î Œ‹½+²\n¾òü\í','wp-includes/js/dist/commands.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/commands.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~la™\"Ó²b€^\×\0ò\\\Ò\\',_binary '<˜o!KT¾¼R\ÂS°?ß¸\r’\Þ\É\é³wZ\Îq”ºK,°M','',0,'?'),(_binary ' ó\ì›4…«óSX]f=','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/icon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/icon.php',0,_binary 'S`Ô°üð„j\çP4˜\Ö',_binary 'S`Ô°üð„j\çP4˜\Ö',_binary '\Úcñ«\çŒÉƒ\Â;=%Öš›O@\Éòrž\çô¸\\b*','',0,'?'),(_binary ' öÀ’Ž…t4${\ÊSE','wp-includes/blocks/categories/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡x£\å\æ\êc@\Öù˜ƒ[À”R',_binary 'Ù¸B‚%\×\ÖK˜\ç\r«{Mc~Y%\Â\Ã\Þò®u.¦?|','',0,'?'),(_binary ' ú&Lo•–Ôœ\ïÁ3À','wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>ïŒžXšoÕ‚’ç›ºÄº]',_binary '£n\É÷\ÆT\Øq3\Ó]U=ñbþ2OA\Õ\ËFx\ê€F]\à','',0,'?'),(_binary ' ü°5p¦L5\ãª\rG\ç@“','wp-content/plugins/revslider/public/assets/svg/image/ic_leak_add_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_leak_add_24px.svg',0,_binary ']¤v\r\"Ÿ\Z\ÓS8º`~þ}\n',_binary ']¤v\r\"Ÿ\Z\ÓS8º`~þ}\n',_binary '\ì\ÛùR+gk\çó ™Ü¢³ôGU´„0®´\Ò(\ï\Z˜','',0,'?'),(_binary '!†\ÅiµY€%O','wp-content/plugins/redux-framework/redux-core/core/enqueue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/enqueue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z¥¦\Ä,³§\â\è\äÀ„g¨',_binary 'jžž÷†PN¬VtH\ÇöòKƒœ\ßRÝ`üŒ:\Ô\ç‹','',0,'?'),(_binary '!Ò†\á\'„\'\ê’`Hy6ò','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Pivot.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Pivot.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Õ‡\í€&0	}–º;?\êö®',_binary 'Z\\\"ø\Ð^Ñ“…E¯\ÝLšv1z„9ñ\Ý\ßJö‹Óºkß¬C','',0,'?'),(_binary '!o\r¿\ÍAˆŽv7\à\Üe','wp-admin/update.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/update.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+ôòof$[\èD‹ð¡',_binary ' vw 5ýa\áÄ‰5ßƒ\ÝXo(² mº5bv\å','',0,'?'),(_binary '!?Õ»ñy@w[-(','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-stairs.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-stairs.svg',0,_binary '\Ô#šqúÃWl\Ä\Ø!‹1',_binary '\Ô#šqúÃWl\Ä\Ø!‹1',_binary '®cü(;À/\êRs+Íµ²¼\î\æÚ§—F\Ñ\å¸WjŽY','',0,'?'),(_binary '!CaP±-%ÿv\"¾`¿','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~%Dµ¦\Ï\è ;C…\ÓF',_binary '°ùI=año\í¶4šr6ÑŒ­\ë\å»!Tv\Å\Ù\êMwú','',0,'?'),(_binary '!@lË¢²£0¸øir‰','wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Tag_Matchers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Tag_Matchers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(\î_{\Ê\n\Zgo\'ùx6\n',_binary '=M½rW½±l\Ömƒ_K›?.cx/—˜³=\Ýt','',0,'?'),(_binary '!H±uÿfÉD\ã7´>=g','wp-content/plugins/wordfence/lib/wfLicense.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfLicense.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\×üOt0LM¢¿¯·{ü',_binary 'ü®,÷Qç¹§^7>“ð;Ùºf\Z¨\ÉF\Åýª\ÉYK¹\'ó’','',0,'?'),(_binary '!ÿTn\èØ‘ATüg','wp-content/cache/wp-rocket/point2listing.ca/contact-us/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/contact-us/index-https.html',0,_binary '\n»}°£´ÿ\é”ß°AP‰\å',_binary '\n»}°£´ÿ\é”ß°AP‰\å',_binary 's\0\Ì\ç²\"½‡(ÝšÔ¦-µh	\ï\Õ;\ám9¤\à:›Ÿ','',0,'?'),(_binary '!\ã\Òcð¼õA>ý\è®','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BankAccount.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BankAccount.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\úk„&ÇˆÏ”ùb\Èu\å',_binary '¶\Ñ¯?%\'*XŸS£õ\ÛTh\ê\Ñy–Ql¼P\Ä0¹','',0,'?'),(_binary '!#w2\ê£*<P\Î\ÌA\ÕZe','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„¤}D\äó­R¢¤¥{L0',_binary '\Úe<u\ì±¾‰D6[`B¼\ìY ­†\ÖzÜ¯f','',0,'?'),(_binary '!)3”upX¿’>Myºž\Ü','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½‰o\Ï\Í{\ã”5¡r(D€\Ú',_binary 'sß¸Sh\äK›­—ŒW{ž\ÉòþGX_øœ«`z¯¤™O\Ñ','',0,'?'),(_binary '!+K\' \ÍðGÿ\Ôÿ`\Çò','wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4\ÛW~¯E\Ï„[Ã¤*^',_binary '|Q\Ì\Ì+½ó\Úz˜^X\Øò\Êýµ\Ö\äOô‚¹Z±ú4','',0,'?'),(_binary '!,)‰PG\ÚM*ö·û!²','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_upload_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_upload_24px.svg',0,_binary '\Âf#/÷&M4­ø¹¡™Õ–',_binary '\Âf#/÷&M4­ø¹¡™Õ–',_binary 'Í³šJÅ¹÷2j\ì\ê\Ð\Ìtø·\ìó˜6}aWóT%S\áO','',0,'?'),(_binary '!/‡Š\âLŽ„£- \ì¥ô','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/EventQueue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/EventQueue.php',0,_binary '\Í&± hu\ÌQL»pl',_binary '\Í&± hu\ÌQL»pl',_binary '=ªn¥<:Wù;þ!Ir‡\áðA\äEÒ’\æž\âƒBr=Á’ù£','',0,'?'),(_binary '!1bÝ…9 ª*\ãÀÿ\\\á\Æ','wp-admin/admin-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/admin-footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\Z±û\ÃC\Ó\0§üOl$¦',_binary 'sTˆlEe\ÖþÿBhšv:Žg%—kœ\Ñ07k=\É\Ð&!','',0,'?'),(_binary '!3ª„\Ìy\å\É\Ég„X=','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/revslider-divi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/revslider-divi.php',0,_binary ',\ï;øZ©p”ª¼drB',_binary ',\ï;øZ©p”ª¼drB',_binary 'húò~š\Ý­\Ø\å\ÑMJ°ó·X\rŽfô\Èö\å¸uÀ\Õ','',0,'?'),(_binary '!4\ËxH`è “ýºn)´¨','wp-content/plugins/revslider/public/assets/svg/notification/ic_no_encryption_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_no_encryption_24px.svg',0,_binary '|¹°)dj·O~Œl	Z¥',_binary '|¹°)dj·O~Œl	Z¥',_binary '\"Å€÷ƒIq6y£eS[z<\0ºV3ùÂ·Yn ~B@º¾\Ñ','',0,'?'),(_binary '!5\äyÌ¬\rvµs\ì\Ì&a','wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{.µþñ\ß\'tKF\î7ö',_binary '4j¸\Ûò\ÍElöµLñ%ðeRSL`wv©‚µ\Ës ª\Ø','',0,'?'),(_binary '!6žaGO\Ô\n\Ó-˜—=%\Í','wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K–	´mO_\Ø¾\ÎIºÐ¦',_binary 'Ì·Á”;\\Áq?\Ô\Ï(\\²µšŽ’…»CßŠI=\ä&','',0,'?'),(_binary '!?\×;ð¼\ßþ\ï{»“','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-brands-400.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-brands-400.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Gió$Z$Áú™eñ\ê…\ì*',_binary 'i\êaaƒ-$©E\×úœ4\rß–f\ÐEh¤¶\×nª?s\Âj','',0,'?'),(_binary '!@œº¼\å}›\"Zf\î¯|š','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_cs.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_cs.js',0,_binary 'Ê‹gÀ\ëGþ”*D\Ü%¸O',_binary 'Ê‹gÀ\ëGþ”*D\Ü%¸O',_binary 'œ!Ö¦\ÛO ¥\Åpx–0ýS&\ä§A\ä‚÷\Zr€hXù9\Ö/','',0,'?'),(_binary '!@¾·@ô\å’ö»ˆ0»qe','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/OutboundPayment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/OutboundPayment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|ò$\Êð\ÈOf†\ÙKùj?',_binary '¶ò\è0ù¤¸\Â\ì&4.\Ê4ŠµÛ§¸\Ü\Ü\"\Æ!Xw\ÃI','',0,'?'),(_binary '!A\ÞÛ¥vI\â\ËýY÷1Q·','wp-content/plugins/houzez-login-register/social/Facebook/Url/FacebookUrlManipulator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Url/FacebookUrlManipulator.php',0,_binary '\èK\"V\Ï\É#\æù7\Åy\á\É\Õ',_binary '\èK\"V\Ï\É#\æù7\Åy\á\É\Õ',_binary 'S1mbwx¼½\çŒ$u\n(í™‡ý3\Êy\ÓnŸŸ\Ç$2y','',0,'?'),(_binary '!Cü{\ÈXµù\Ü;ø”ª','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï\Úm	RÆ°º›Z¨t¥',_binary 'v\"TÀI¸¦ng\ã[u›\çdð¥\n\"=7@\ì‹?v\Þ1','',0,'?'),(_binary '!DðßüM÷°g`n¿GX','wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\×o\åŽÿð\Ë-¢zû',_binary '\É\rù\à|]GEJ›1–w\äw\Â}gŒ©9¸E¯\ÑÙ†£ò','',0,'?'),(_binary '!FøEß´A«\0H*.}\Åw\Ì','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_forward_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_forward_36px.svg',0,_binary '·Sö\Þ”‚ƒA\Ø@ý…g',_binary '·Sö\Þ”‚ƒA\Ø@ý…g',_binary '\"Š6\Ñ\ë=ƒ\ÐA¡<ùÓ¦Å¹°)\Ó–¹\Ï\í\"\å¼ýE›','',0,'?'),(_binary '!I­d]5$Œ¥À[\à\Ö~¬','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oû¿L\Ñö\Õ k\'k1Šþ',_binary 'Žœ1\ê \\¯Qt©*¼€\îJ\ï\Ñ\êŽý%…\Ø\Ësˆò&','',0,'?'),(_binary '!K®GAkkC\Z\á!\ÒTÁ&','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingApi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingApi.php',0,_binary 'R¥%Ÿ¦\"5šY³\Å\Ï(',_binary 'R¥%Ÿ¦\"5šY³\Å\Ï(',_binary 'H\çÌ‰K=#Š‚£$G\ì6¨¶ñÑ‹b¡k}ýgoôI\èyB','',0,'?'),(_binary '!L¸‹–\Íi!<[`ù\ÖX#','wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M#Ý„‡G\rŒD!þh}r\ã÷',_binary '¶¼±÷rÝ®^\â•’\ÉG<–Hÿ\êh\ÖYF,ø`P\Ô','',0,'?'),(_binary '!MPŸW–\\g4iJkÙ…‚','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queryable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queryable.php',0,_binary '}t¾÷\ÝAº\× žº\"ôxU\×',_binary '}t¾÷\ÝAº\× žº\"ôxU\×',_binary '$ 5k÷uo7\ã«Ï„…\Ü\ÉnvO¼z–ö¾\Æm¡ýbö`','',0,'?'),(_binary '!Plu6 “ð\ë¡¼\ÒCZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àò˜ˆÁP\Å\Ï\Ùe–‰1',_binary 'T¨ÿû*”\Û+†\Ðø\Êz]Êœ;>¯\n\à3\Ê\Ê\ä]?x\×','',0,'?'),(_binary '!YN9Q\ÌCxkº\æ\Øm','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PromotionCode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PromotionCode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÀnÙŽ;t?õwJ®\ï|4',_binary '¶\îf¨³,\Ñö/A\ÂM.‰Nµ\æÂ­•6\Ëô¸˜ØƒE','',0,'?'),(_binary '!_VF~\à_Î¡õ.\Æ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/wysiwyg.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/wysiwyg.php',0,_binary '¨š­À\ÚúôŸ~	\ë´@\ç',_binary '¨š­À\ÚúôŸ~	\ë´@\ç',_binary ')\äŒÊŽ[¿\ë”\Õ\'6þa•\è­\ÉD±\r`L{U˜vœG','',0,'?'),(_binary '!_Ÿè¼µp3p™n\×\ÓL','wp-includes/images/smilies/icon_eek.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_eek.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ/I ¿±Šxñ)ñ(\"ô•\á',_binary '\Ú8\Ù\ä\Þ÷\à\åKÒ‡ª‹³4¸¯‘¹\é„ü!\É\è:Ê°','',0,'?'),(_binary '!_œP\Õ~®«\à¤#U€\\','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Activation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Activation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'YŸs‘‘É¯¹\Ô[‰\ÊÏ°',_binary '\Ú+K$lˆ¥°&Ý°Á\Ð\Ä\Ö&X·]“\Õ<xµ\à\Þ\Ð\í\à','',0,'?'),(_binary '!`–O‘?\Ò\é¶Ždq²“S','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_strikethrough_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_strikethrough_24px.svg',0,_binary 'µ[#,·\'šŠ\æ/\×\ëü',_binary 'µ[#,·\'šŠ\æ/\×\ëü',_binary '!3\î\ÓD”ñ¤5³P\Ë8=¯\Î ž…\nz:AvVÊ„\Ùª1','',0,'?'),(_binary '!ml»SWrb ŽIbbl¬ ','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/_multiple.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/_multiple.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7¥ô8£Ž#Í¶V&ƒˆ<s.',_binary '²\Âø$\Ý|\'W\Å÷\ÖE\ÎP?\nxÃˆt0|Eý\á\0o','',0,'?'),(_binary '!m§\0ó\rDŠš†^rô\ì¦','wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/redux-color-palette.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/redux-color-palette.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'HcTÛ°ù_QÉº\ÜF:V',_binary 't…i+·MAROú}ƒH4´0IØ•C{\Ý U4Zƒ€\È','',0,'?'),(_binary '!{@z\'\Ó%Õ‡b\ìð|ž·0','wp-content/themes/houzez/template-parts/dashboard/modal-save-as-draft.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/modal-save-as-draft.php',0,_binary 'bBê¼‹€l\á\èG¢!\Z+_',_binary 'bBê¼‹€l\á\èG¢!\Z+_',_binary '\0Ÿ‹\Ã[\r”w¬²„Ç¹^£»\Ñ\Ó3Axœ\\%H³‘<','',0,'?'),(_binary '!|(\ßy\ËW˜*1Oo2Cu','wp-includes/js/wp-api.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-api.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`7\rJG	Ï­Ot>ƒ–ó',_binary '¤;\î\Ý_*B\è5å–™GIÿøõC6¾x\Ã ³','',0,'?'),(_binary '!|\î8þü\×I,\ç\Î ›¤','wp-content/plugins/wordpress-seo/admin/class-collector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-collector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²z\Û\Ñ~0Œ™=‚›\Ê',_binary '¤vnÝ¤«ög\Ã:Z6sÁ°!¹øÈ”l)8~=','',0,'?'),(_binary '!|¶Ôž\Ì\ìÿC4\È:ið','wp-content/themes/sinatra/inc/customizer/controls/button/button.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/button/button.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4i\×\Û\æk‡Z`Ú¤-\ÃÉ¥”',_binary '±Æ‰\é\Â\Ø\Õ\r®¬lg¿ÿZ’3\Òøÿ¿l\n,hxøÇŠ8	','',0,'?'),(_binary '!}¦HU¹&Ÿ´ƒ','wp-content/themes/sinatra/inc/customizer/controls/radio-image/class-sinatra-customizer-control-radio-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/radio-image/class-sinatra-customizer-control-radio-image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á\Ù\ËXE	Iÿ\é©ò\ía#\Ç',_binary '4\Ç\ç´OsOcŽI¡£ ®ûL¾\×P\êˆ\ÍñHW\Ü;^','',0,'?'),(_binary '!\Þ.’ÞŸ\Ê@¯’¢\r\È','wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/Activation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/Activation.php',0,_binary 'F/þ®=\ëð\áò˜ô(«',_binary 'F/þ®=\ëð\áò˜ô(«',_binary '•~\0\ëxW\Ç[œ¬fû\ä\Ç,\0  ûOœ˜)Á\àŽ\Ø\Zz','',0,'?'),(_binary '!ƒ¨Gñrx@\Zß»¸~s','wp-content/plugins/wordpress-seo/admin/views/licenses.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/licenses.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷	Pò0ò\Òÿ\Öj£9\ÐWš',_binary '\"\à\Z¯‚]b»ú”~\è9©£—³b8[ —©\ïB\ïˆ!','',0,'?'),(_binary '!…w	¡SŸ\ZñR°¦','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/MobileUsabilityIssue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/MobileUsabilityIssue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó»\ÄH”Ù»9$Ô¬¬­¢{',_binary '\rÔžÎ§”\Ñ>ôlKÃ°1 m\ìŒ|_³Ì—†–*<B','',0,'?'),(_binary '!Š\Îxx¢+!­Áœ[\Æ(','wp-includes/js/dist/list-reusable-blocks.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/list-reusable-blocks.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o\Ù>X\0v¦}\Ä;)øuq',_binary '\Íð2A[J\È\ÝL\ÎNŸB™iD§s†Y\Z\Ú—2¾§­\Í÷\ë','',0,'?'),(_binary '!“w<\â\Ö\ÉA\n\î@¡O','wp-includes/js/dist/hooks.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/hooks.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-?n\\DoW\Õ\ÅDù“`\â',_binary 'ú\Ør\Ö\ê`¤\Ã€¾\îÀ›\ër)}÷Žº\áñ´¦','',0,'?'),(_binary '!¢ñ?<dzXd3£O\\\Ò\Ò','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á7Ç’Ô¦/CY{\æ\×',_binary '4Sš“?ð¨Jó`\Õ\ã(\æ\n€mˆ\Ä\"nŒ','',0,'?'),(_binary '!¢y\Ë\'Uµ\Çb\Öð#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽzY\é\èè¡†:€Lk',_binary '3`R<‘ƒ!þ\È\Å0)B\ÐW\ÙøgH\ÖZöø','',0,'?'),(_binary '!¢¼>’NN¸÷‘þÙŒó','wp-includes/blocks/file/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L\Å÷N\â\"ˆ’biq×“\ßF¾',_binary '\Èwbž­—¶p·mE_úN|>P\éd\Ï[!\Ñ`(¯÷\Ã\è›a\Æ','',0,'?'),(_binary '!¤\æžø8~W°\É>Bª','wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z\Ö9z\Ä%˜¿0ö[Ó¼',_binary 'ù”\Ü6ö\Z*G-\è­\Î+ñcˆ)º\Ö|\ìŽ\á‡&[`^3','',0,'?'),(_binary '!§##sw:\rH*²$qô','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Lm\ÐA1“ˆ\Ö\\E_½õ0ž\ï',_binary 'óÀyŠT&& @\ÚÊ€7\ápP”h\ÚQ*p­ŸY§','',0,'?'),(_binary '!¨c´º”2}œ©‡ñto','wp-content/themes/houzez/js/vendors/i18n/defaults-tr_TR.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-tr_TR.js.map',0,_binary '‡q\ÙCR\â,R¤\\\0¼G\Æ)E',_binary '‡q\ÙCR\â,R¤\\\0¼G\Æ)E',_binary 'ù9`(¶9€}û[Nxðû-™´µS\\iñW­’\ß\ËPò','',0,'?'),(_binary '!²6\ÊÑ¼±CS;÷ð¯%ûª','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Jobs/Manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Jobs/Manager.php',0,_binary '\Òft=C\à©0÷#\Zb$',_binary '\Òft=C\à©0÷#\Zb$',_binary '\íª\È\Ä\îU±¦®{)\Ù\È\ÜF\0\Ùñ„ô½u{\ì\È\Ó(¸','',0,'?'),(_binary '!¶¨obù7Ÿ\Õ\nC4\×','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/File.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/File.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚Ž†ÿX–K)=c{Þ¯\Ô',_binary 'a}iûB ?>\'@÷„½ez(lƒ\àa~\Ä>1€\ØVž','',0,'?'),(_binary '!¶\Zª\Ä1†øXX‘\Ã','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user02.svg',0,_binary '\äv^Á®ap2¢\Ú\\\à',_binary '\äv^Á®ap2¢\Ú\\\à',_binary 'A^¯ÀÁµðy)\ÖXx»/¢?À\ßpôþ“›o¸c\ÔJ\Ì','',0,'?'),(_binary '!¸„,P—\ÕL¯Ñ³s\Ñ','wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '!\Ã\ï\ÏsVò}\å¥‰-¢¿J','wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ«i²\í‡´˜\Çd\à',_binary 'ß¯3/ M¤qµ\Ý¨\ë35¯\ëÆŒ¾o«‰\\¦¨=S«\ê','',0,'?'),(_binary '!\Äç²†\Ù÷Y¼dc:<À-','wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplateSingleCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplateSingleCache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\Éö\'#Ê‡bW\ìü\Å\Ý\â',_binary '\Õ\îN³¹G\ê\èÀ™U 2¥ûo•\Ð÷)QüEpo}','',0,'?'),(_binary '!\Å\ë\')¦qM*¦Xc','wp-includes/blocks/embed/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Êek:wˆ•\ßG)[Î½',_binary '%m\Ã\ã†ao§T¹Ø‚LO­\Ð\éB\ìšT‘\ä\âA8ö\í','',0,'?'),(_binary '!ÊŸ\ì’B·pNk>dy\à\ç¦','wp-content/themes/sinatra/woocommerce/cart/cross-sells.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/cross-sells.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò\ëð\\†žÁ\ÎzÚªþºW\Õ\ë',_binary '\Ðö\Þdô\Ö\Âttð\é\0™qde\ïUc² Wýš','',0,'?'),(_binary '!Ê¦‡oœú¾K*$]\Z\È=','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactToCreate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactToCreate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½FMù\nzgù!y\èô',_binary 'F\Û\æ\Æ	TY*„\èÓŽA\ÇHc\É€zbwA\árMñ9b\Ò','',0,'?'),(_binary '!\ÌJ–+\Æ‡wIi°\'²õ¸','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-colors.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-colors.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰Eha2-C+\Þm‚',_binary '4Œ¼\ÓD˜\íqª\Í\Ícv pIdPUr\Ê`','',0,'?'),(_binary '!Ï•\Ï\Å\É\å\éÿf”ÿP\ØG','wp-content/plugins/revslider/admin/includes/addons.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/addons.class.php',0,_binary '6\ÔXªctÏ–Q	@\æ\ä6¶',_binary '6\ÔXªctÏ–Q	@\æ\ä6¶',_binary '»dwp…-ª||KHûziŒj<N\ÎKq(×¡û\ÙRr9øB','',0,'?'),(_binary '!\Ðýtiˆx£Žn¿\Âø','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CohortsRange.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CohortsRange.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Faà»þMG­<K\ê\é',_binary 'Hd4p,¿T¾RglGk\Ýdþc!TÀ\Î~\ÏqQÅµZ','',0,'?'),(_binary '!\ÕR•\á›pûnL\Ñw\âm7','wp-includes/js/tinymce/plugins/lists/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/lists/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')Ÿr?µNªã¼I´¡q\'„',_binary '%¨=r”‚§Ž\Ê\ÄdªŒv\n†’i\Þz½xÁuù¤)3p','',0,'?'),(_binary '!\Õd\ï6‹1Vþ³“\Ô\á%>ª','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_color_fill_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_color_fill_24px.svg',0,_binary 'W\ÞU£²¼XU¯«',_binary 'W\ÞU£²¼XU¯«',_binary '\0¦«›\ç |	…E6\\²¼E\èTo\éR\áôS¹–¥›\×\ÏR','',0,'?'),(_binary '!\Ùy¶þ–Ù†\ØS357S‡B','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Permissions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Permissions.php',0,_binary '¹sŸ¼Ijn©iI\Ò\Ø\Ýq',_binary '¹sŸ¼Ijn©iI\Ò\Ø\Ýq',_binary 'Ts˜\È{™®=·³ \ì;!½’\'\æƒ8¨\Ï=PVZ','',0,'?'),(_binary '!Ù‚¿ŽôÜŽð28CY÷','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Queries/UsedCSS.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Queries/UsedCSS.php',0,_binary 'b³aŒ&–eG°¯Ö„‡',_binary 'b³aŒ&–eG°¯Ö„‡',_binary '7\ä\ë1)¬ð”d\r\ã¡a#iòÁo“!´\ÒMW¸\ì','',0,'?'),(_binary '!ÛIÇµ`©ò¶8¯t','wp-includes/js/dist/keyboard-shortcuts.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/keyboard-shortcuts.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '· W\Ó6Lÿ9lö…\íN“',_binary 'ÀQ¥\ç¤•R€º)\å6\äf\Ë/Ç©\Ð\É­ŸW\ßxM/','',0,'?'),(_binary '!\â¸?s¡òý4{Kh½µh','wp-content/plugins/elementor/assets/shapes/waves-pattern.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/waves-pattern.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l4\Ó1\Æ\ÛKó„»y)d„\ë',_binary '\'¦\'$r„¢ü\'\ç¤+M?In\ÍCc\ãh\Ôõ\îÝ²\\\ÒA','',0,'?'),(_binary '!\äý$¼\Æ\Û	\ØüV\Õ@\Ñ','wp-content/plugins/houzez-login-register/social/google/Google_Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/Google_Client.php',0,_binary '{…\'ôÀ\ØEA\\—¥y\ßaN',_binary '{…\'ôÀ\ØEA\\—¥y\ßaN',_binary '¼÷‚;œ\Ã@{\Â1à¤¯\éO¼	§Nš¾3\ìö\ä\Î','',0,'?'),(_binary '!\æp3\Ì\à\íXbi”d\Å\Å','wp-content/plugins/elementor/assets/css/admin.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"¦\ÇR]ƒ ©[ºjQÝ–',_binary 'ƒ\Ö\r¹\Ü\å0ºù\ëù#\ï3\É]^²u:Ö’Â¾9¨¤™\Ç','',0,'?'),(_binary '!\è9G\ç›»~q\ãn1‹r','wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\Œƒö/Ä‡g÷ý\êƒ\Äÿ\ç',_binary '\'Z‚r\è\Ð	ºm\á­\Äj[‡2À´\"\éOÕ‚]Yˆ\ÒB5','',0,'?'),(_binary '!\éi›ð#Q_8\Êi\í','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/WonderCart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/WonderCart.php',0,_binary '¤\ßU¸ª)®\æhh\Äùe0õ',_binary '¤\ßU¸ª)®\æhh\Äùe0õ',_binary 'Œ¼\ë12\ÏdV¦˜… \Ñg_~Ý¢0<Ô—B\"\\Dg»{—','',0,'?'),(_binary '!\ëùTÛ¦œ\í\Ö\î	l\ÂI˜\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É³\Ò\ïxm46c)\åµ\Ù',_binary 'en¿*ž­\×~\íÀa¶ÙŠc]\ç¤\ØZbi\êžXCqˆœ','',0,'?'),(_binary '!\î¥\á™Íž:W£\É,z\Ð','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ReportResult.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ReportResult.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"Å‚ü0n_a\'‘5\ÖÛ¶H',_binary '\Â+%\Ãdg \ßÅœ½»·\è\ÄóQ\Å1e.5žK\Äfn‘\ë\á','',0,'?'),(_binary '!\ïÁ\ÏÜ¿\Ðz$Ú”Šg´','wp-content/themes/houzez/js/vendors/richmarker-compiled.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/richmarker-compiled.js',0,_binary '\Ç\ìJ6)\å,³(„Rw!´',_binary '\Ç\ìJ6)\å,³(„Rw!´',_binary '\Æ!ŒE0 ¼\ì˜(\íª\0\ßCg.S\íw\r·œSW·\Ì\Üý','',0,'?'),(_binary '!ñ-\ã\r.\á±d7Oø','wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ\\W\Ã\îÈ¹zðX#\Ë}U',_binary '\ë7Zh÷\Z]7`òN\È`\ÚÅˆ\ZTø(ÛŽýJ\äac\Ø0J','',0,'?'),(_binary '!ñ>Ð»ÓŠ^\Ô\Ö[‘\ÒU}˜','wp-includes/js/dist/data-controls.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/data-controls.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5ñ÷ t*hŒ\é+J..W',_binary 'š1»Ü´\Òy’±G\è4\é\é\\±\"MQ,\n.µ3{tH\îN','',0,'?'),(_binary '!ñOŠ4\ÖbCRR›fO²','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\nr„’COß¶²\æ\Þa\Â\í',_binary '¨2’t\Ð\ÝÓ‘ \æ@f†˜j›xmÿ>‰\Ó*žÀ4\ê\á','',0,'?'),(_binary '!ôÿ·\íY0-z1\àdm>‡','wp-admin/js/plugin-install.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/plugin-install.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Éñq„Ü‚y|R¡²Cg\ÛX/',_binary '?UÕ¡Nkh\ÜkGQTÒ—\Öó÷[0™ŠN‰¨ž\Õ-\à¤\ì','',0,'?'),(_binary '!ù«Ý”ùlWvÿ~oF\Ê','wp-content/plugins/wp-rocket/inc/classes/class-wp-rocket-requirements-check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/class-wp-rocket-requirements-check.php',0,_binary '\Z¯g\ÈÙ¬œbú˜\È\ÛMbC',_binary '\Z¯g\ÈÙ¬œbú˜\È\ÛMbC',_binary '¡µ\È\Ë\ß\Ø\Ò¦~--u5\ÎŠ\á	\âB‚/kùr´¦\Ä2','',0,'?'),(_binary '!ü\Zh&}’\Ésy\Ú:©©W\n','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SearchAnalyticsQueryRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SearchAnalyticsQueryRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ön“+8¯´‰¾ô\Îù«X',_binary '‚Ç¨¿œ‰vÿZVo\"r‰ÁBt§Rƒ\n€·¿«','',0,'?'),(_binary '!üÐùÁô“IS\åã ‘i','wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uÁ\Æ\"9…h¤}\Ðn_V¯6',_binary ')\àü):X\Ã\"\ÓÀ®¶b\ÖÐ¯±\à!ƒ‘<\èi\ÈN÷”s\ë]','',0,'?'),(_binary '!þ\'\Z\à^SUJõ»oõ\Ü','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j¬i\Z±m·\Ñ\Æ LZ	D',_binary '»2lX\'Â‘LKü‡sÁ5w\Ê<‚+v\ä\ÎN\Ò1bD‡qG`','',0,'?'),(_binary '\"\n\ä’\å\×4j\ÝSÃ‹†','wp-includes/blocks/spacer/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\Þk“\Ë\ék3z\Ä\ÓU)\Ä',_binary 'u2ÿT\Ø\Úz\"»„\íÿ\Ï-g¾‰¶&]\ÌV\Ûj²•$O>‹','',0,'?'),(_binary '\"Et\ÉyˆsŸ\Ã\í\Þ\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E	¿’-N¨o“—',_binary 'þL\ÞúIÂ‘¡Â™Y÷ow®)\Ìû4!:\Û;?\í\Ö','',0,'?'),(_binary '\"Î²ö•VH\Ív“˜VÏ²','wp-content/plugins/elementor/assets/js/nested-elements.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-elements.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.t¹œ¡#g\Î^ÁA|j\ê',_binary 'VÆ–f\Ó\Û\ëÄ´\É~—á‰ƒš\ß°\åÞ°h\íP\Ú\á9\Ú','',0,'?'),(_binary '\"\râ†»–7l~\Ä\çËA\É','wp-includes/blocks/text-columns/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\ëž\Î$6EÉ«8\ì‚y',_binary '\ç¡\\{ 1†E®¼H=F§\'Ö±\Ùü\ÇL\ë=tñ„0§X\Æ','',0,'?'),(_binary '\"›O&\ÙKøi‘ñö\ÇbO','wp-content/themes/houzez/framework/stripe-php/lib/TransferReversal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/TransferReversal.php',0,_binary 'rñ\ß|M&`Hñ’²ô\ï6',_binary 'rñ\ß|M&`Hñ’²ô\ï6',_binary '\ÒÁkW\Õ%g\å\íMÁý§\Ñ\ï_T\ß\Æ\n¯\å\ÑBø»ñ\Þ','',0,'?'),(_binary '\" Y\âMþ—Œ95¼Š©','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/custom-html.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/custom-html.php',0,_binary '|\Í[j0óŠ{ZŸµÚ‚\Ï',_binary '|\Í[j0óŠ{ZŸµÚ‚\Ï',_binary '\Ë/ µ†\ß$f\æª$¬‹N¼Œ\\1N	™¯i#Ô¥˜Ã®>','',0,'?'),(_binary '\"ˆÁ®\Åø\Ð,=K\Ô\Ö1¹x','wp-content/plugins/elementor/data/base/endpoint.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/base/endpoint.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò¶;“A·\Äf¡J\Z–¨W',_binary 'vÅ³\ÃM·r§\Ï\rJ´Œùi2²\Ý\ãb	y|p\\k\ÞAÿ‚','',0,'?'),(_binary '\"$Izó´j—6ƒˆ•òÁ®\Ñ','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-class.php',0,_binary 'ºø!\ÊÚš‡­ûúý†ªIúó',_binary 'ºø!\ÊÚš‡­ûúý†ªIúó',_binary '²#\ßúuU‹\à™¬\ÐG\ÃOoóMt$m:FL\ë—\ì\á','',0,'?'),(_binary '\"\'ò¢\Ø\è•¹ù\Íy\Þ\ÑÕ©','wp-content/plugins/redux-framework/redux-core/assets/img/icon--white.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/icon--white.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú\ï·rB\Ðy¹zÂ¢!\×IB?',_binary 'µ\n¥;‹CLp\êòAÈ›9J\ÕL«d¸’k%R}8\Å\r8\Ù~','',0,'?'),(_binary '\"(}G\Å\År\ç	0—ŽV(','wp-admin/ms-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ç„˜µf$…È’,i42\âŽ',_binary '9ô•Z£›÷°{Orj4¹\Î2xô’Rp«V_\Ó\Ù','',0,'?'),(_binary '\"0\ÂrN1M•\á\ä#ž \áÀ','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°šy\ÅtPº>Ra­Sô@-',_binary 'u{4ó¹·s…ñÁJ‰ˆ÷\Ì3÷H¨\×6ow\Ër','',0,'?'),(_binary '\"2‰¢)_§ˆ…OH\Õ#!','wp-content/plugins/elementor/assets/css/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜÛ‚„’<[z\Ùk·œÁ¾º',_binary '/\ì\ïe\æÇ™?&œ\\\ãdV Ð¹\r\Û„\Ì\Øô3RxX','',0,'?'),(_binary '\"34vB´–Z_\æB\Øu','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-thirdparty-fixes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-thirdparty-fixes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µáœº!	[sªN¿\ÚV`',_binary '	l\ä=³ú¬€\Z\Ôy žÖŠdy\ÉZ;z³9\rlŽÙ80','',0,'?'),(_binary '\"8A\n=ò®á‡¼fp5','wp-includes/theme-compat/embed-404.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/embed-404.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í;\ØÀ\ÐC†Q5ÿzŒ—',_binary '4–\ã7\Ë\Ä\Å:V¢]­L“,«B¦\à\ÂR$2pz›ñ‡¹\Ì','',0,'?'),(_binary '\"B}šÅŽxfÉŠE\îÙ¯ô','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/SubscriberFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/SubscriberFactory.php',0,_binary '¯\ÔZõ\Î+o»\ë\íw’\Å}\í',_binary '¯\ÔZõ\Î+o»\ë\íw’\Å}\í',_binary 'f\Ð/´Š\áó ¯‚WT=‚Q8!/«x\0@A\ÌD©›','',0,'?'),(_binary '\"C\ê\Ëh\î*7hJ}M,«p','wp-content/plugins/wp-rocket/inc/Engine/License/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/Subscriber.php',0,_binary 'Æ‡\äGiÁ0(l{[Mh\Ý\Ö',_binary 'Æ‡\äGiÁ0(l{[Mh\Ý\Ö',_binary '\ßt°ðñ¶¹¥»^ƒW\Ýø\Ñ\åÛ´­\0j\\¦8¨­','',0,'?'),(_binary '\"IFnº§­¸@÷a\Â}’9','wp-admin/includes/class-wp-themes-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-themes-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Çô—˜µ\Ô(#Ž œU|X',_binary '\ÂûgR,Ò[`\Ì\røljð\âdJ\Üú\äA\âL\Ìp™k\'\Û','',0,'?'),(_binary '\"J“N“-ŒG\ênÁ ','wp-content/plugins/redux-framework/redux-core/inc/lib/font-awesome-6-free.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/font-awesome-6-free.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñlm\ßþ@\×ðpô)%ýB˜',_binary 'ZÝ·\0?}õ;b\ë-H’²›²!\á\ä\ì\Ð2¤;¡Š\Ñ','',0,'?'),(_binary '\"LÎ§ƒMòò®g†y','wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'óN`Žd12\ì¡ú•Pf—>',_binary '3v†\íª9Ñ¸\Êg h´\0sz0\Ô,ô\nŽ{\ÄK`¾[†µ*','',0,'?'),(_binary '\"NMô¸\ê¿\Âk¨VO','wp-includes/js/dist/data.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/data.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®¶\Ï(DgÚ­)û\ÍÊ™<…',_binary 'º„*û#\Ç\Åôb¹WšöQd?\Ïßšý\àé—‰\r\Ü\ÜX','',0,'?'),(_binary '\"PÁ\ç,–9¾z²}‚*‡','wp-content/themes/houzez/js/single-property-google-map.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-property-google-map.min.js',0,_binary 'Æ®Œø	¤Tª\æø\ÃBV\ÄGõ',_binary 'Æ®Œø	¤Tª\æø\ÃBV\ÄGõ',_binary '\ï\Ò\ØbOFh“›‡wšû¡x\Öðí‰±bÑ«F¹@>K','',0,'?'),(_binary '\"V\ï¨\ÕsÎ–^V¥ªŸ4ô\ï','wp-content/plugins/wp-rocket/assets/js/browser-checker.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/browser-checker.min.js',0,_binary 'P>°Ü‡ž{\ÉÖ¼?W\È',_binary 'P>°Ü‡ž{\ÉÖ¼?W\È',_binary 'Œ\Õ#\ç’1.ùKu\Ã\æ\Î×ª-xiF­–If5\é†ó','',0,'?'),(_binary '\"X¹Z=ûUU·¯\n%,v\Ä','wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥Eú€vrU\ÂDÄÀ™\Ý',_binary '\Í`ý™Á»ž\ì=|\îƒ_=o:\0ËŠ‘|Oš)m°ü\Ù%','',0,'?'),(_binary '\"Y\Î\ß:nªõA÷\Í˜N','wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<}ü\Í ”ÈŽ’\Ý\å– ',_binary '´ª\Ï}LGR\å:ÿ}VÊ¶\Ð\ÒG[–|ž+¼i«htºí³Ÿ','',0,'?'),(_binary '\"]»I\ãDi\Ùó£Õ£\Ü\Ï\Ð','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Util.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Util.php',0,_binary '\íÀ¿³<§os1Áqªø',_binary '\íÀ¿³<§os1Áqªø',_binary '^\×R¡8KT¼\åwÙ±=Â\é-(R¯7ŒÊ­±-lõþ\×]','',0,'?'),(_binary '\"c°\Ê\\DŽûRc ¤ò\0›','wp-content/plugins/elementor/assets/js/dev-tools.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/dev-tools.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\Ü_ý×¨\Ú\n–À\ÝðB\0',_binary '\ím0SŸö¡_7\ÎT’8pjœ…)\í\Ú<§‰{\î\éb6\Ã','',0,'?'),(_binary '\"huy=±‰,·\Î\ï\åv\Ö','wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–~\è»YPq–cr6\Í',_binary '\ë-\n$¸\ÓPþo¼i{b½bii;‰1›Û¹[‰¿¥\à','',0,'?'),(_binary '\"j\Òòg3O\Ötƒzf\ÔXm','wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ’\ãE\"‰w\ncxe€ \Â',_binary '\ês\Äp›ö\Òp\é\îC\Ý\á\Í\Ô\â\ÃEtó”üöþ \é\Z','',0,'?'),(_binary '\"n\ÌË…\ß1\É\ÉüUB1S','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„«	\Ø=Í²`öb\æQ\ë§~a',_binary '½•(\ÂÏWN\Â\\\É\Ë\ÆQ\'^]\ÛJ?ŠŽ\É\éQ¶\Ã\äI','',0,'?'),(_binary '\"q”«²¢	K6A\â¹®\Ù!','wp-includes/css/dist/reusable-blocks/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/reusable-blocks/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Èº=Mÿc\âMÀ\Ï‚Z\rÏ›',_binary 'yòz3JÁi<D\×~gh´€Bb€f@4ajYŠšÀ','',0,'?'),(_binary '\"r£K\Ö\áxo\Ü\ÓÙ®{¥!ó','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_80_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_80_24px.svg',0,_binary '³)Cð‡y\Æ^\Ø]l_¥T§',_binary '³)Cð‡y\Æ^\Ø]l_¥T§',_binary 'ñª%Á-S\çt\Ô\0Ù­m)öz\n±¬ñ	ú˜.˜—;+\Ã','',0,'?'),(_binary '\"r³mK´uð²$^Z','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calculator1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calculator1.svg',0,_binary '£†\ëñB´z˜\Äk\åwJ',_binary '£†\ëñB´z˜\Äk\åwJ',_binary '…Â·±‘Q³//y;]új\Îb»\É\Å½”¡Eñ¾X','',0,'?'),(_binary '\"s¬oÆ¯a³–\Çaæ™±','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ¾$H™7­·\ÕRE\ç~',_binary '`ú\\£8¬j~\ß\â\Ö\Ô\ZóT\ÙüR}³”\ÇDu \åö¤','',0,'?'),(_binary '\"yE®¹!\×\Ø\á\á\Ü\ß\é‹ü','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListUserLinksResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListUserLinksResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛAòŸ=ô÷ò\Ó,•ú™k',_binary 'Êƒ(Vpˆ¡l¹N¦²\ß\é”\Æ\ë\ë=ò\Æ\á®Þ¶B\ã˜w\Ä','',0,'?'),(_binary '\"‹ø“K—6^¥4Vý}™À','wp-includes/blocks/spacer/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2~Pa\ZjmÞ¬˜b\è¸',_binary ' \Ê\æg\çh\Õ\ÑU:~øM£\ZLB3JM{\r…W„\Ü\ë','',0,'?'),(_binary '\"Ž\"±ù\\-oô­\r\'‡\Þ','wp-content/themes/houzez/template-parts/dashboard/statistics/7-days-chart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/7-days-chart.php',0,_binary 'P\Ò\ÏTRA\ï>ñÎ§\ÇùS',_binary 'P\Ò\ÏTRA\ï>ñÎ§\ÇùS',_binary 'À…«E¦¢[\0bžOnVÓ¯H\ê–U/n\Ý<\ã­\Ù6','',0,'?'),(_binary '\"¯v \ËP”÷1\Õ2û¦','wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó\\{yû Iµ\à$\ì\Ð,',_binary '\Åa\ÚLa+#ì“š\Ç\Ò÷\Åcn” _ÜYºž\æ\íT','',0,'?'),(_binary '\"’MI„§þn•¢‹>›+','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_full_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_full_24px.svg',0,_binary '‰\Â\è\à=\ÂnV~tMŒ€',_binary '‰\Â\è\à=\ÂnV~tMŒ€',_binary '1Î°\ØQƒTÅ«(ú\Ù‰»ø#\Ãõ>~÷}öWwL’q','',0,'?'),(_binary '\"¡žŽ¾b9®‹e\Ñ|®_\Ë','wp-includes/feed-atom-comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed-atom-comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_mY\ïD	\á[s\nð8!2\ê',_binary 'Ùƒ‘‚\Å+q¾8“o¸Ž_T\â_­Œ/zM<óR‹ÿ\ã=9','',0,'?'),(_binary '\"¢T\Ñ*WQ8	y\ÝHk\ã\å','wp-content/plugins/revslider/includes/globals.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/globals.class.php',0,_binary '‚”Uýúð‹G\Ü$~=N\Ë',_binary '‚”Uýúð‹G\Ü$~=N\Ë',_binary '˜m\Ñ‰\"¤¥\à\îÂ‰\Õ#N„Z‹Ù££\àëŠ‡è¦•L','',0,'?'),(_binary '\"­¨q÷nØ´\íd¹\ÙF	','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/Configuration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/Configuration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\röq6¸+\çÌ¶\Æf\írƒ\ë',_binary 'b.©\å\í}×ƒc(5zKÀEVãº—RG¤ªø?\æ3£©\ÝñQ','',0,'?'),(_binary '\"¯\Ð\Í\ÓÛ¯ª¨6§·7?','wp-includes/blocks/site-title/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ£\Ä\É<l2|zŽ|ò',_binary '‡}@\Å_H\Öû”\raP¹h§\é¥£\ÂÖŠ ±úžš\'','',0,'?'),(_binary '\"°(ù\Î]a\îÁVQ÷_','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/SmartTag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/SmartTag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬\Ó*\ZF€Kûý\à˜',_binary 'ŒR`ý\Z\îOCU!Dg{}\í²,SýÏœr$°yO','',0,'?'),(_binary '\"°üI5XrÃ£%#	µ“ü','wp-content/plugins/revslider/public/assets/svg/action/ic_done_all_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_done_all_24px.svg',0,_binary '<´›¼–ô\n\Ç+ˆª¼©',_binary '<´›¼–ô\n\Ç+ˆª¼©',_binary 'd\ïþ¬9ò;úû2\\‹&Vh-F¶Sþó•\Ð32_H\ß','',0,'?'),(_binary '\"´L	\ä\åj¯\Å#Ž\n[t2','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/MinimalistBlogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/MinimalistBlogger.php',0,_binary 'š\\“\ê»*`\Ö\ç—_@',_binary 'š\\“\ê»*`\Ö\ç—_@',_binary 'V_šYFv¢Eù‹\Ð €\ÙØ¹Ú¸º„†R\ì\Û\Î\Ú','',0,'?'),(_binary '\"µò\É\à\Éu>1\Ð7þŽŸ','wp-includes/class-pop3.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-pop3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')@\ä¿É˜n¾\è\Û§œ',_binary '¬­Ë‡ñ`9_\ÞA\æ˜{\æŽ.\â¡Pm$†Ÿð¶','',0,'?'),(_binary '\"·¯Z—Ð¦\Ä&\r\rMy¾','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"/k­®²\ÇtKù?H\ÌS?',_binary 'z{:\í‹\Õ>Àv\æ[|\Þ\È\ËP:\"SJ³X[1pey','',0,'?'),(_binary '\"¸¶°šDñ%´F|/b£','wp-content/themes/houzez/template-parts/dashboard/saved-search-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/saved-search-item.php',0,_binary '#\"E<\ÇZ\Ý\rÖƒ\n5Œs',_binary '#\"E<\ÇZ\Ý\rÖƒ\n5Œs',_binary '\ëQˆÚ©\0Ü£-Ð»§O\r¤¸¬\é†a·g©\ç]','',0,'?'),(_binary '\"¼³¶È ¤\ÓOcJ\Â\0','wp-content/themes/houzez/js/vendors/i18n/defaults-de_DE.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-de_DE.js',0,_binary 'm¯©VÍš@ñ¨$s¹ó*ô',_binary 'm¯©VÍš@ñ¨$s¹ó*ô',_binary 't¢\ÙQ‹úw\"\ï\ê™œ¡]±‹õ© \Z,\Ô\'·}(¢ø','',0,'?'),(_binary '\"ÇŠ0ù\Ýxi‘D¸ù˜z{$','wp-content/plugins/wp-rocket/inc/deprecated/3.3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.3.php',0,_binary 'f\ZlN(^e\î=lAô\'	',_binary 'f\ZlN(^e\î=lAô\'	',_binary ' 4Cq1\Ñ{&Z\ä\ã\çl\ï\àC±ÀmŠ\é}\É\ç\ÒE­','',0,'?'),(_binary '\"È“N	ÿ‚ZO¸N§ô','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-solid-900.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-solid-900.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\ëKpj´a	BÙˆ†\ì',_binary '£¨Mw\Ç\Ù1ˆý\\¦YLT\ÒY\ÓßªeJ\ØS±\0i$','',0,'?'),(_binary '\"\ÓAÚ²m©¦Ç”ð\Ôý‰','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookClientException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookClientException.php',0,_binary '­Ó˜Z\îJ·c¯Ù•i\Ø	',_binary '­Ó˜Z\îJ·c¯Ù•i\Ø	',_binary 'KÍ½;\r@\Ý\"_`ù‡À>Z\Êû\×p!QuAs\r\àl«‹','',0,'?'),(_binary '\"\ÓA‹Ñ‡Ê©D?{Ÿ','wp-content/themes/houzez/framework/functions/property-expirator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/property-expirator.php',0,_binary '°£€÷o\0¨<†^ó\Û',_binary '°£€÷o\0¨<†^ó\Û',_binary '\Ý8a¿S5\Ù\Îa\É 4.ˆF8\ß\Þ]Q_º\ÅÜž`/\Ù&','',0,'?'),(_binary '\"\Ó\Ä6\r+K{\×\Z!a','wp-admin/comment.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/comment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°•\â÷?9\áÁ\×[d³\Ö',_binary '\"‰	\Ðû«¨f \ã‹Áuò„E9i`ó4\'j','',0,'?'),(_binary '\"\Ô\n{+2;hp\Ö\'„:ƒ\Ð','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ReportRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ReportRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ödòœ³\\Xò„Œ\ìs\äW2',_binary '\Ã:°\Ð/ø\Þ\Ó\nL¥Y–ÿ\Ì}<´\Äk\Äñ@WH\ÔVÚ•','',0,'?'),(_binary '\"\Øw²¾h²ˆ­\Æ','wp-admin/includes/class-automatic-upgrader-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-automatic-upgrader-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7š$,X,X\ã\äo~N›¹',_binary '}©\Âø\ÈÀ3µµ\ÜÆ¨]¥8‰\ØU†7×‰c«ô:–€','',0,'?'),(_binary '\"\Ù\Õ`>6\'_¡8§E\ê\Ñ','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_one_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_one_24px.svg',0,_binary 'ÿŠ—“¸¦ŠnI4§B˜',_binary 'ÿŠ—“¸¦ŠnI4§B˜',_binary 'y*”\Ë3¨\ç2Ÿ•{¹µaÝ¨zÃ›2¼\Ø\ìÀJ','',0,'?'),(_binary '\"Ú¬<Å™ÿ6\ÅÔ¹¥\äs','wp-content/themes/twentytwentythree/patterns/hidden-no-results.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉC!ø;\ÛC0lzM”Oe',_binary '[\ØBKþö›óÁ\Ó\ìû\ãt…\ÌH\ê/¥,_\ïK\á,N»\ß','',0,'?'),(_binary '\"\Û_¹œ¦,yýO\î\\¹\ï\áý','wp-content/themes/twentytwentythree/styles/marigold.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/marigold.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '92žZ\Â\í@\ËAa\å',_binary 'H1‰¹~2p^®z\ÆÀ`Ú¶‚>`\ëŽ\æP™\ã\ÛF!NƒR','',0,'?'),(_binary '\"\Û\Ã	\ÞA!E×®+À\âŠ','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Runner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Runner.php',0,_binary '+:¹&(ŸŽ½¸šFm‚\Ú',_binary '+:¹&(ŸŽ½¸šFm‚\Ú',_binary 'Ï¶Žg\Ùgv.\ï£0\'X!\ÚUãˆžÀ‰(x','',0,'?'),(_binary '\"\ÝVeö\Z’ï»ÙŸ\03','wp-content/themes/houzez/template-parts/topbar/top-bar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/topbar/top-bar.php',0,_binary '€°\ÇÀnDc\ák ¬\ír,\\',_binary '€°\ÇÀnDc\ák ¬\ír,\\',_binary 'te< ©r¤Dþ‘I\Âr£`¬ýœ\ãfW\Û)úöYsŽ','',0,'?'),(_binary '\"\Þ\Ò0\Ø\0“Lµ\'Mü\×','wp-includes/sodium_compat/src/Core32/HChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9˜5£Àe\Ïf”‹#®Ï',_binary '\è\èi˜\Ä\rC\áý¢\"Ô³Á\r4†®8Àcö\ÑS\Ý\â','',0,'?'),(_binary '\"\áD\ÇMhx¨”\Ø\çoš','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_da.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_da.js',0,_binary '¸°.–U†‰) ÛñV\Ê',_binary '¸°.–U†‰) ÛñV\Ê',_binary '·º\Ù	û$j\ÆORp\èv\Æî¥Ž\Ø\Z&CK[tÀŒ…yõ','',0,'?'),(_binary '\"\ë‹i‡cL?¤B¡h\Ã|','wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$?°\Øi]\Ä\Ë\æ\ípôµ\è',_binary 'î¶›c\æl€i\Ûöc&\\Ýe\æŒ6	Š\ï¹P™A\ÏZL¨','',0,'?'),(_binary '\"\í/\ß\Ç`S…?(ð-s','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K¼\ÓS›ô»K\ÚÅ¸…FSe',_binary '¡œ»IóK`„K\Éf\å\ÚâŠ¹uÚ¹Œ\îa\"{‚\ÈÝž','',0,'?'),(_binary '\"\îD\ã±Z~\0ò|3\Öõ\ß','wp-includes/blocks/query/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ú­½J!ex«Úž\È%Wb',_binary '|ü9\ÑDœlI€\áœq1K¨ðŽ\Ã0[´·“\\','',0,'?'),(_binary '\"øJ¢°\è2«\rß¤-H˜&','wp-includes/js/dist/date.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/date.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘>¨½d¿- Í’Mš’+d5',_binary 'h\ëÛ°fuU¡‰€®f=%Ô§-\îÛ¢\r«À®ÿ{5','',0,'?'),(_binary '\"ùÀßƒV\Û\âC&po\Ñ','wp-content/plugins/wordpress-seo/css/dist/ai-generator-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—|£}1‰<\Þß¦lƒ½\Ü\ä',_binary 'ÿ–pø˜‘\ËVm\È\ç\íŒ¦\ß\å\Þ\ZT°q’“¾ú\ß\ßv','',0,'?'),(_binary '\"úŒe¿|\ã\Óº\Øsi','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘.\Æmurÿ‚I1“–G\Þ',_binary 'Lr7D@yŒ¿\ÂÉ‚]NK‡(–\Ñti\ØG9\ÎÀù \ÈTm=','',0,'?'),(_binary '\"üN9O¼û½ `Œöª‹','wp-content/plugins/revslider/public/assets/svg/action/ic_picture_in_picture_alt_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_picture_in_picture_alt_24px.svg',0,_binary '—vru\å\\†¤+X%)+T',_binary '—vru\å\\†¤+X%)+T',_binary 'Ñ–$<\Î\Þ\ï}LµÇƒ\ÅH\É]\Ö(˜±D\ßk\Ép”ö*…\Ã','',0,'?'),(_binary '#Kˆ¥º¾#\Ãù\ÍN\ãO\Ë','wp-content/plugins/revslider/public/assets/svg/action/ic_fingerprint_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_fingerprint_24px.svg',0,_binary '\Ñi\åvaøa\"[*%f2·',_binary '\Ñi\åvaøa\"[*%f2·',_binary ',9,³\é9oýoNšSªô}«qGx`¶\É 1c\ÚùŽ&c','',0,'?'),(_binary '#ÁN§‘*÷®úŒ,¼]','wp-content/themes/houzez/template-parts/realtors/agent/stats-property-status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/stats-property-status.php',0,_binary '”\ÓR\Çõš¸xZu\ÖBl\Î{',_binary '”\ÓR\Çõš¸xZu\ÖBl\Î{',_binary 'gE\ã¾Pþij\ïo¶¼ZdX£*t‹d\Í\ÉzSYµ°…¤','',0,'?'),(_binary '#	1w^¤º‡\'Ò·\Ä\Û\Ðk','wp-content/themes/houzez/framework/stripe-php/lib/Service/ApplePayDomainService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ApplePayDomainService.php',0,_binary 'w&k<ƒ\'\Þm2Wþcœ',_binary 'w&k<ƒ\'\Þm2Wþcœ',_binary 'X\Þ\×Fe³!¬Ž\î÷°«t2!›U*3Œ1X\Ñ\Å\Ê','',0,'?'),(_binary '#	yÌ¹\ÖYKµ3¿f7\ç','wp-content/plugins/revslider/public/assets/svg/av/ic_stop_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_stop_24px.svg',0,_binary ')*XúÆ³<C/p\ï',_binary ')*XúÆ³<C/p\ï',_binary '÷\ÃýhÀkú\Äñ\0a%\è\å†Íº}\\\Æ\çÌªMQ9@ôú','',0,'?'),(_binary '#\nÁô/†\ÛPZ~h„\Îø','wp-content/plugins/wordfence/lib/email_genericAlert.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/email_genericAlert.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+I*kCûe;\ÐP¸¡Œ¬S',_binary 'Š _\'\\q\È\ËüF0´‹{\ÆþÐ¢F\Ñ\r\Òƒ.\æ OK','',0,'?'),(_binary '#5X¸›\Í%cÙƒ\\\Ü/ ','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_inset-soft_95_fef1ec_1x100.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_inset-soft_95_fef1ec_1x100.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a\ÎòB\Ì+^`|0+‡\Ë\É',_binary 'lO}“p€E_\Ù5)ø§ñ¢\è¢M›(CE\ËñGú0\æ','',0,'?'),(_binary '#\ró\é[¸6b\r²ú¹|T«','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookAuthorizationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookAuthorizationException.php',0,_binary '\â\í¯\Ãó{\Ä\nUûg\Ò\Ø',_binary '\â\í¯\Ãó{\Ä\nUûg\Ò\Ø',_binary 'ðŸ¿§ü#\Ðç»‡ôP\×zqzšX\ß\ë¶\înöqa','',0,'?'),(_binary '#¦[c\ØØ£ò^y·Oô','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½Ái#Š\ÙÝ˜ƒGl$',_binary 'jSy·¾\Zw®\0Ui›\àt;xÉ²«?õdBÛ¦\Æ','',0,'?'),(_binary '#r#HŸbð¦e<\å¾\à\Ú','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/text-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/text-list.php',0,_binary '\Ó\êB\Ù[\ì=.\Å=Oü=	še',_binary '\Ó\êB\Ù[\ì=.\Å=Oü=	še',_binary 'Ný’†\êÃ—Áµ¯¯ÁvTg1Î’JTŽwP„}\Æ\Ì','',0,'?'),(_binary '#1L \ìy\î\Ä0Lófõ¯','wp-content/themes/houzez/js/houzez_property.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/houzez_property.js',0,_binary '¸Q,‚\í©üÁ[‰½Ÿ\ã',_binary '¸Q,‚\í©üÁ[‰½Ÿ\ã',_binary '3sµ\Çiµµ\â\0v~!v0ª\Ð\ÇhŸñOU\Ø#„','',0,'?'),(_binary '#4 °iGv»u+B\Ñ\í”.','wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0j2‰\Ð\äÑ·,¶«Gí¸­',_binary ' ¢\Zˆz†þS?V²Z%¾Š±@Ô¤³ˆ¿½\Ò‰[&«','',0,'?'),(_binary '#6Ô™\Ømfw·-ñN\Ëd¹‹','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-memberpress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-memberpress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„\Í\Ê\Â³Õ¾ŠRö',_binary 'Õ¨-‘\Ø\Úl£©S¾×-V\\£\ÖÁKw­¥+¬u‘jB','',0,'?'),(_binary '#9…ù$q¶	\ß\Ï:®%','wp-content/plugins/bluehost-wordpress-plugin/inc/plugin-php-compat-check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/plugin-php-compat-check.php',0,_binary '2C§§O”A¸iÀŠ¸–B',_binary '2C§§O”A¸iÀŠ¸–B',_binary 'Þ¥tª\Ðöž	Ç¤~s#<Ï„X>\îÁ\é\"\Èð‘1p·\ì÷§','',0,'?'),(_binary '#9\ÇË¤†¥m\ìp\ßù\Çt','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U¶\nr3\å\Ü/ð¾NÐ‘z€',_binary 'o”~6-\ä¿L2PÙ°ýM!ˆ®\Å\nÇ™¸®Þˆ\ßk3','',0,'?'),(_binary '#=·©[,\ãXùš7\ÕG','wp-content/plugins/houzez-theme-functionality/demo-data/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/demo-data/index.php',0,_binary 'ø.\Ëa1[˜ü±­Œ\Ï\ÈF\Ä',_binary 'ø.\Ëa1[˜ü±­Œ\Ï\ÈF\Ä',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '#CY\×!Gkõ\É\Óÿ\å@ ','wp-content/plugins/revslider/public/assets/svg/av/ic_web_asset_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_web_asset_24px.svg',0,_binary 'a¡\r±“aWW]/rJc\ã',_binary 'a¡\r±“aWW]/rJc\ã',_binary '7\nË·9œ\Å\Ø88½>7ùchø5w\ÖY!‡%','',0,'?'),(_binary '#D7óÁÖ’¥ù>\ÃO\ï\Ç','wp-content/plugins/wp-rocket/inc/Engine/License/API/UserClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/API/UserClient.php',0,_binary 'µ¨%\îÀ\rNkRO†Z{\Õô?',_binary 'µ¨%\îÀ\rNkRO†Z{\Õô?',_binary '<n\Ã~ \ËU\ëù\rø’h–q\á¾\Ü\Ôw:²\Þñ²ž','',0,'?'),(_binary '#D®Å„ƒý÷Ÿ5%»\Ä','wp-includes/class-wp-hook.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-hook.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']ûº··/F6E™\ßz\Ë3',_binary '\áòÃ\"@\Ä\èH\È\0\åúy\Ã\ÎY D»0#}¨','',0,'?'),(_binary '#H;×±t/\\]lº\Ü\Í\Z\ìñ','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5H\\ªš\á\nœjû: Ä·B\Å',_binary 'ˆz’\Z{Ë”\ßL¶ÕŽE\Èb„o€ËœªJ(:eµ„•','',0,'?'),(_binary '#I\ÃyZ\Ã%‰ˆtl:\0F','wp-content/plugins/updraftplus/central/modules/theme.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/theme.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X\Ý#–\é·\Ì‚õ5‹M	',_binary '6œsÀy®go\×ðZ4Û¢rð\ì\Ç[L“·x´VŸô','',0,'?'),(_binary '#Muû,üÀF7-BþD²','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SearchResult.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SearchResult.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ\Û\\XuõõÔ¾ºµ |W ',_binary 'j\Ý\ëú²\è>ˆ-´\é€&,Ý€â¬°¦—ôù“r‹\àÉž™','',0,'?'),(_binary '#Q›\ßr2&U:\Òwõú\Â','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/VersionRequirement.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/VersionRequirement.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F\Zâ½´”þøý\Ê®šbª¤',_binary '\ë\r÷6ÛŽc\Åðfb¯\r\Í#\Z†ðÿ\'|9¹Ë¿\Ï<e].P','',0,'?'),(_binary '#R^#u\Û5~BQ\í€ñ©²','wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùÿ\0\Õ}?\Þh\çP“úŽ',_binary '\Û\\M©ùc½ž\á¦I\Ö*\Çyž:‚L\×cj\Â3™','',0,'?'),(_binary '#Xm\Úõ¤+ª\n \Ê\å–.','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Minify.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Minify.php',0,_binary '\ÇZ¥r\â#­sH‚¶öB¸',_binary '\ÇZ¥r\â#­sH‚¶öB¸',_binary 'Q÷¶\åo0j‚\äw\Æ\í\×,^J\"…®\Úq‡W\Û\ça$','',0,'?'),(_binary '#bÇ¦“\Ç\Ö\ËS~8Ç¸','wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' •Ì‚\ÂP[7>¥n¾6ÿv',_binary 'ö/H\'®w•\'µ\'iEA\á\Ót@*ù{ûÊ··\0d4C','',0,'?'),(_binary '#j-a¶q\ï\æ\Ú›´\Ê\ë`','wp-content/themes/twentytwentytwo/inc/patterns/header-default.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì½ÿOS)1Wah\éøE',_binary 'œ(\ÎÑ¤XWâ¯ŽÑ„\Þ¦m|\ì\nžQ#¸G\ÐX¨&«','',0,'?'),(_binary '#mOH§7\í`/*ótpK°','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SimpleSegment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SimpleSegment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž Yºq\Ð\r,¿)\ÎVžFu',_binary '\Ù\çÚ©&[\îX¡\Ê\Ö™aƒtY+š£‡|MqO\Ô\0²€','',0,'?'),(_binary '#npÆ›þ\Î64åŽ‡µxž','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_see_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_see_24px.svg',0,_binary 'O‘\Þ\Ð\ßa6•Y©%øµ‘\ÏC',_binary 'O‘\Þ\Ð\ßa6•Y©%øµ‘\ÏC',_binary 'l6\èê€\Ù].\årŒ\ßûC“\Þ‹°·\rµ;E¥À…','',0,'?'),(_binary '#t\Ân2¨\ï\Ø\Ò=\Ï^V','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4xñ%œ\r\Z E\Øþêª¹',_binary '“]¬\à\Í\Ìf›&\àµt\î–WHokcEÐ\ß}–\éð:ŒK','',0,'?'),(_binary '#u\×0À˜o/¸ñ»!ð1‘','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y‰T\\>fúø	>›{1.',_binary ':o\Ñ\Ò\â\Ç\×\Æs\Îóø¿¢ù¤þ}I\Õ.<“MŒ\Ê\rŒ‰','',0,'?'),(_binary '#zÏŠ%ú\ëÃ‰\ï\Ä.º‘\Ñ-','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£—€enKf´Pw…I\È',_binary 'ñ1÷F.gè«‚”´CÁ¨·ƒ\Ô \ì\Ú5&>)M\rÚ“','',0,'?'),(_binary '#|FÌ‰³%Ÿ¡ºšŸ\Z','wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1`.9÷>v4³0\ØV\ÇY”',_binary '8C\Zi{˜\ßz\êQ,£Q#+±ŸB/\Ý\éd+q=*œ¾\n3º','',0,'?'),(_binary '#}c¿\Ò\Ó{i\Ü%h\ì/’','wp-content/themes/sinatra/footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤ð)P\ä”I•Hü\ïº,\æ',_binary '`ø–_\\.§&—\Ëÿ\åÿG«95{µV@u\nO\Î\àºT','',0,'?'),(_binary '#€ùÈˆ”\0FgûR\ç\Ù\È','wp-content/plugins/google-site-kit/includes/Core/Assets/Manifest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Assets/Manifest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\êÀS\Ö\Ò\É8ƒ­',_binary '[\Ã]\íš‡\Âe­Í¯\ÓYûÝˆ\ê/Ù‹\É\Ö|³¹¿((9','',0,'?'),(_binary '#„KŽÝ·Ð§\Þ\ÃL§\Õÿ','wp-content/plugins/wpforms-lite/assets/css/choices.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/choices.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' $”\ßÃ®\î4¾\é6Áý•',_binary '\0Ž\Þ:•c%pHÁ\ÐA©\â\"ƒ–\\ƒ\Ù\rŠ&\î¸4\áÓ¿','',0,'?'),(_binary '#‡k¡]ý±Î¦¤3`œŸ8\î','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Rows/AboveTheFold.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Rows/AboveTheFold.php',0,_binary 'N y\"¢Û´\å\0A\Ç\è1R',_binary 'N y\"¢Û´\å\0A\Ç\è1R',_binary 'Áºd–O!|!^~/\Ò²\ÚBŠkú\\A^\ís<t\Ð','',0,'?'),(_binary '#‡\ê¦¡&ý\ÑûC½F;','wp-content/themes/houzez/template-parts/search/dock-search-main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/dock-search-main.php',0,_binary '\ÕC|]ý0£\Ë«Àp|.',_binary '\ÕC|]ý0£\Ë«Àp|.',_binary '{\á‘2\Ó\0¼<›’	V9\n¯#;G0ö1.\Úy7µ6˜\ÌÀ','',0,'?'),(_binary '#‰A¼°9û\ä.®\rœ\Ë7ô','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheException.php',0,_binary '¯\Û09Ô«R:‚Ë™\é\É',_binary '¯\Û09Ô«R:‚Ë™\é\É',_binary '–=?^2\ãU¿r\"7‡*GZ2j€›mUóX\ÝLô<ƒF','',0,'?'),(_binary '#	»¿+²Í»|–','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/GitProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/GitProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±¾e“\ÆD÷¯\n¯\ÈLÂ³a',_binary 'oÁrr	\È:[^\îR\Ô\×\0(¿\Ü@W\è„À\Ù^\ÞÀ|\Ï=Ðµ','',0,'?'),(_binary '#Gª:\ÍKA±¼\Íhh\Þ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ReportData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ReportData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nƒ\Â¢JmGô £ð)',_binary '™°iyy\í\Û\ì\È9\'GûÂšÚ’\Âý8g\ëdL@Š','',0,'?'),(_binary '#”\\M´\Ã@­0¬\ÚT´','wp-includes/blocks/post-excerpt/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©	“<\ë•\Ð\r\'w9zR',_binary 'OšFsoKL*\Õ(\n\Öb\â`†fNXƒsSÔš†\\S¡]','',0,'?'),(_binary '#˜S‚\é3P\ïŸh~Žl','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessOrderByMetricOrderBy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessOrderByMetricOrderBy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%4±4: ‚£\ê\Î*Ë£f\0',_binary '\É\"‰š\å%n¿\Ôps¥nê’°\rZj•þ\Ê\rK	l\Ô\ã\\0','',0,'?'),(_binary '# !\ÍYnaZ\ìa\Ãg’','wp-content/plugins/wpforms-lite/includes/fields/class-name.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-name.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'SÝ‚X½\Ú\Æ\ØzD\î',_binary ' ’\n‚!¸+\Ø\Z9n\Æ\Ö\Zõ@\ÓI6™qjmµ¼\ê^Qn','',0,'?'),(_binary '#«-g\å\\L%3\ìSÝ‹B#\r','wp-content/plugins/wordfence/images/wf-horizontal.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/wf-horizontal.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E%Zˆlµ°o9Í’Œž\Þ',_binary '¤³0	ÿ·6‚Ó­\ëIv›œ\àµhJ\ì˜\ì`\ä\î\Ç\Ò','',0,'?'),(_binary '#®;®¹b„¹M[sF,\âJ\Ù','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\î¯e¤”©s\â!õ\ë\Z',_binary '	\Å\Óc\æ²u\ÌZ[\îY\0^\ÜuO() \0&T¼ñ\ÄL3\á','',0,'?'),(_binary '#¯\Ó`±ýC7\Ò=,\ê\'Á<','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/freedelivery.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/freedelivery.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '} 9gÃ†O!‰zÚ¬',_binary 'Ua\à©÷\ä\×Ê¯K”{pŒ+µ!Ñ°23t9','',0,'?'),(_binary '#°Š“ð\êN(jðPD©ú´g','wp-content/plugins/revslider/public/assets/svg/action/ic_donut_large_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_donut_large_24px.svg',0,_binary '˜g\ÑA~6*OþMf¬Yð3†',_binary '˜g\ÑA~6*OþMf¬Yð3†',_binary 'x÷®\Ãwr\èxwù3N0Æ¡Ë¢oõEeÝ\â†æ¸–\02ñ','',0,'?'),(_binary '#¾•\n\Ø\Èos\î£l­k','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/class-redux-color-scheme.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/class-redux-color-scheme.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ã‰Ÿ‹‡²ýq¥F€\ï\0\î',_binary 'J\çún©\Óv|@[;`^\ì‡Y½ð?=¸\íŠ\ã¯\ëöýó','',0,'?'),(_binary '#ÀF^±ˆ–œdt\"›\ZG','wp-content/themes/sinatra/template-parts/content/content-blog-horizontal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-blog-horizontal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';jH•\á8Ã¹¹$þW',_binary '•\Ð^\ÆCF\Å\Ë4\ÜuÔ”sz	0#G6\Õøð•3\\','',0,'?'),(_binary '#\Å5´@ú\Û\rFi½ƒ\ZšS','wp-content/plugins/redux-framework/redux-core/inc/validation/comma_numeric/class-redux-validation-comma-numeric.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/comma_numeric/class-redux-validation-comma-numeric.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚Œ%zG[\ë^/„]Ê;h',_binary '—`•\á\ÆÇª0.]¤Ó€\ç²cc\r2&l‘\å¼ß¾T','',0,'?'),(_binary '#\ÅA£CTp\Â}¾2Ž¥','wp-content/plugins/houzez-studio/admin/js/i18n/sk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/sk.js',0,_binary '­¾Dˆó]\îx\Ñ\ãz‡\Õ÷1',_binary '­¾Dˆó]\îx\Ñ\ãz‡\Õ÷1',_binary 'u}\áù/‘2p\Ì¦&\Ë\Í{’¤(±;1`“¢¬kgî‹\ä','',0,'?'),(_binary '#\Ë\ÇØ¢\à\'\Óm©\ç\n\Ñzy/','wp-content/themes/houzez/property-details/partials/title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/title.php',0,_binary '\Þ\èTyl\Û\ÃT¬N\Í]·°',_binary '\Þ\èTyl\Û\ÃT¬N\Í]·°',_binary 'Y†…õSaqú­_KTÝ¼\Üd\Û6g^\ë¶lR\Ú#c','',0,'?'),(_binary '#\Ò)_\ÌÛ±úYõ‚¡šh}2','wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',•rø+Ÿ\Ìþ­\Ì',_binary '\ØsS\"ò—ûE!\"Y\Îw\Î)f†—-®¬)?‡¯\ÒÌ¾	','',0,'?'),(_binary '#\×f{K‡1\ì¥&\Ä\Ï','wp-content/themes/sinatra/template-parts/entry/entry-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú€Ÿ:˜G\çïY\î\Í+S=',_binary 'üa\èc\å.k·¾])\äe‡5„«cSyñ\Ë\ÉÀ¸ˆ]\n','',0,'?'),(_binary '#\à.ŸõøÿÉ·\é\ÑL‡c¬','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†¯[Qfÿø{‰\ÂB\Ë9˜A',_binary 'P—U­n\Ù[%=š\â\å ¥_”ðõ\ï³‡#\ïu_\ÜÁ','',0,'?'),(_binary '#\äFšn\Ã:E\Èds(\Ð','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\Ïc¤â’¦ƒ_B~:¾‹E',_binary '}\â\Ç–bY\ê?ñõŸU\éEŸ?Ÿ\Ï	¥üU\á\ØBH¾\Ú','',0,'?'),(_binary '#\åº FÇŽ°ŒE\âr\Ê:','wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O¥†ló\×ìŽŸò%\Ô×˜\"',_binary '=ˆkCP´\Ì\È[É†œÆ½¨A³_S¹‚u¬’v|P\è\ï','',0,'?'),(_binary '#\ê\â\äCq\ZÀ·*l3X\Ñ','wp-content/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php',0,_binary '.\àü8÷¤Ô‘^`Ëƒ5‚Xf',_binary '.\àü8÷¤Ô‘^`Ëƒ5‚Xf',_binary '\ÑT0\Ú\ÑZE.\Õõž\åSt©C£§~§\Çô˜Þ®s	>','',0,'?'),(_binary '#íŽ¢\ÊØ‘c-›ÒŽ-j,','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate/Supplier.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate/Supplier.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C^’G¶\è»(\í\\…\Ð\Ë·',_binary 'Ø‚tC\ê¼m\ëLÉ øe\Óañ¡Ó¾H•\Ï\ì? ®5di','',0,'?'),(_binary '#ñ\ïiU\Óf›»ˆú\ÑzhJF','wp-includes/sodium_compat/autoload-php7.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/autoload-php7.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ¯·±\Ò\ánýô­4œ\ç',_binary 'ð-\Ñ\Ðr*H–ñ^„üO\Ò<a{©ƒ™þX\ë@\åg \ã¤+','',0,'?'),(_binary '#ò»T{6\çú±YY\ë/$','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/dollar.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/dollar.svg',0,_binary 'Raif÷9Æ°s\Ý\ÃZÐ',_binary 'Raif÷9Æ°s\Ý\ÃZÐ',_binary 'º”\áþ#^0Dx ¯\Û\Ã\Ö\ç*8ÿ\0&¬•µ\Æ','',0,'?'),(_binary '#øh!ØºþŠC8‘(\Ó\Ãût','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z5k-·ôñU+\ÈR\Ò.\Ê',_binary '`—Á65¤)¡gD§‡i\Í!A€š§1vÀZñ\Îxœ˜\î\Í','',0,'?'),(_binary '#ý¶!gø<YndYu¹t','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/buysafe.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/buysafe.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÆÂ°z\ç”\Éú\Ø\ïQ\Å\á',_binary 'GYñ©\ÉO´óüT\Ö\×\àš»±&H\×>(&‹†\íF¶?„','',0,'?'),(_binary '#þû¥\Û\Ú^C‹‹\Í%†¢k','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[D\Çg<.vÜ©H#k\ßSI',_binary '¶v(³JG¸\ÆDøWó_<3O63\éŽmŽ„\Z\Ç','',0,'?'),(_binary '$}•\ÊVv66úwqv','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸/\Ó\æ\îŸ\ïþ«ù\0Š÷G',_binary '‚Sù¦‹\íJQ*š²R/\èZ¢\Ð\àggb\ëu]\Üe‚_','',0,'?'),(_binary '$\ÃöO Y¦\Ô+o','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/ValueListService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/ValueListService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Üe\Ô£•(ñµÜ“\Ì6\ßX¾',_binary '¥‚BnP0\×\Äu\à§MK\ÚYøn?\åÅ´\á+\ÇL³','',0,'?'),(_binary '$dMP\ÖÌŒ\Z}Iû;~\Î','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_post_office_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_post_office_24px.svg',0,_binary '1v):®Î¢Xgóu‰Œ0',_binary '1v):®Î¢Xgóu‰Œ0',_binary 'ô^#Ã›\ãwzú½\éªs‹ý\În{\ÂÑ¬\",-°i\Ýi´','',0,'?'),(_binary '$4X¹eü\'Ð¤ jŽq\í³','wp-content/plugins/wordpress-seo/js/dist/how-to-block.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/how-to-block.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï\r$\ÌGp\ë.­(O',_binary ')jˆ[û\ä\'\"K°R³¼øˆ\áþ\Ò\ÒBNq!\Ù\ì','',0,'?'),(_binary '$Y€“tB\Ï}sj;*','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6¸<ˆxc_ž§D3>\Ýþ÷',_binary 'ŸL¹\\\Ô{\ßb\ZÊ˜p]!+\\\ã\éœb˜\ÌÁ(§G}ð','',0,'?'),(_binary '$\Zšª\Î=\'ýw@ô\Øu‹','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á\ÑG\Ù4	9S&v',_binary '´=Ÿ­”0P”±e€OŠâ´¤qk\Ãn¾º—y²\Ä','',0,'?'),(_binary '$¦\É¸\Õp÷¼.\Üm\Å=','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄO§4`¼fr\åUR \\\Ë',_binary 'R‹Ö­\"yõ—\è¸	\È$•nŽ¹zG¤¹\îù”J\Ì\ÛJ8‰','',0,'?'),(_binary '$8#øƒª­ž±/g','wp-content/plugins/redux-framework/redux-core/assets/img/raw/1c.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/1c.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§\Íþ\ítû7\Øj\'¼³}´',_binary '!ŽÛ«\Ùs`\ÏYQ€ŽdO\nþÀ“^U\ì]m¯¨M}','',0,'?'),(_binary '$ÿ\'\ØøO¶Deõ:’','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/osm.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/osm.js',0,_binary 'l0Ã™\Ð%~W\ÛA…\Ý8ŽE',_binary 'l0Ã™\Ð%~W\ÛA…\Ý8ŽE',_binary '\r`¶\"+™^§\ê ¿î¶„¾U›(¥2üA»$!z9','',0,'?'),(_binary '$\Ø\áTùYô}…±w]\Z','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/FinancialAccountFeatures.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/FinancialAccountFeatures.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸[?°©òƒû\ÉP­ù°!',_binary '\n\ÊZpdOm\Û	Þ¥\è\×ö-ÀœÅ©@¼ª†&‚Ï±±?z','',0,'?'),(_binary '$)—ƒ…J\â\r`?3…','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DE\ÒW\'ú…‚\ã\ã\È˜&ó',_binary 'ž\Ô\"\'\í/M-T\Ã~§ž´ƒ\Êö’ˆJ«µo\ÔD¦\îu','',0,'?'),(_binary '$/a7\ë\àÀ½(G;ñ\'\ç','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³\è=Œ\åRp*.\Èó&gN',_binary 'Á…/…-“\ÜÑ•E¦\ç±%Ž\ê˜\ë\0Ž8Ú’.D¯\ÄuóH','',0,'?'),(_binary '$6\í[\ÏÎgr©_¯õ\Ð','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1€X\ÎL¤kþc‹w\ë\Ï\É',_binary '™t0\ä\Êõ¹\Ì5«\Í\Ð…\ã³þõahfk\ÍTpÕ','',0,'?'),(_binary '$7yû\È\Ç]\Ú\ØðNù','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Í©\ç…pm¥ö<\æj@¨\Î\'',_binary '\×ÄŠ8\àÿ§\Ü,•ó\ÕQwöGðn a{¯¨£G9\éˆD','',0,'?'),(_binary '$UC³?”1}W08\ë\Ì6\á÷','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/bootstrap.php',0,_binary '`\"¤à¤„«‚BØ*‡¸u€',_binary '`\"¤à¤„«‚BØ*‡¸u€',_binary 'ûh\Ýd<œHMRVEùˆtBUW4\Ør\0\äPò‚)ô~·','',0,'?'),(_binary '$Xðž:f2rª\ÇûG\ä\ßN','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J¦ÀJ\ÏÀ¤\Þd…-/ü\Ü',_binary 'ÿ:/Ò§`ÿa=1¬\Çû\ì]±\ÚlT\æ\È\Þ\ÌE','',0,'?'),(_binary '$`¯\Î\Ö\'ö\ËW½ei}ne','wp-content/plugins/wordpress-seo/css/dist/metabox-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/metabox-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅÁ¤@ÛŠ­S½ü‘¹\ÅO',_binary 'Ê¥K§*K®\Ä\\«¨‚£D¤aô&ª<û¢±÷nˆ~','',0,'?'),(_binary '$l\Ür€[\Æ\ØNpk¹\á+','wp-content/plugins/houzez-login-register/social/google/contrib/Google_FusiontablesService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_FusiontablesService.php',0,_binary '.HNU×ž!’F§\ïV\ß\Õ\î',_binary '.HNU×ž!’F§\ïV\ß\Õ\î',_binary '\îº\ä\Éd\"\ÏO6-wû\í¬\ØòÁ\0\î}\'','',0,'?'),(_binary '$l\àˆtyñ\Ëu;Rý3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S©d\äÁ¢³uÿ\0Nkga',_binary 'QŒD–?\Åý«þ°\'>¢ø.×–±B„BÇ¶\ç,\âUkƒ','',0,'?'),(_binary '$n+F‚—¶²*ñc\Z\É','wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0il†xŽ2\ÇS\Z\è´3',_binary '\áE¸to÷g{R\Ï\'z;’o_¦›½R\Ãm˜jü+G0F','',0,'?'),(_binary '$o·bþ\á3\Þý\ã“$ AW','wp-content/themes/houzez/framework/options/add-new-property.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/add-new-property.php',0,_binary 'ÎŠ#\é\Å*e	¹\ì\Ò(\Óz€',_binary 'ÎŠ#\é\Å*e	¹\ì\Ò(\Óz€',_binary '©T§@Ej¼j+d\åPa\Ø ;¾ñjEú´Ne+2V+û','',0,'?'),(_binary '$rÎ‡-\×\ÓU¬Â²rO¯;','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ja.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ja.min.js',0,_binary 'EŠ…Š=` ¡Ú¡\Úyl\r•',_binary 'EŠ…Š=` ¡Ú¡\Úyl\r•',_binary '!}|Ù­·†$ëŸ¤`\ãCÕ’\ÙZe\ÑÁ\Û÷¨=œšª©m','',0,'?'),(_binary '$tE—xO#7\Ûj—{ ','wp-content/plugins/elementor/modules/admin-top-bar/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/admin-top-bar/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\ZY`‚A\á“úq\Ä\ÙXz«\n',_binary '\æñSÃ¸‡,?z8ô¸\Çö0\Ë\n1›F\Õ7\ÂR0¢)r\"','',0,'?'),(_binary '$u\ë$\nkW‰x¤iøs¥B','wp-content/plugins/wp-rocket/inc/Engine/Common/Clock/WPRClock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Clock/WPRClock.php',0,_binary '?¿s/p°\ã\Åû]¼ñ\äEŽ',_binary '?¿s/p°\ã\Åû]¼ñ\äEŽ',_binary '\çÌ‚«\ÌÕ¾Czùr\ì9pb\ÕG³ž•ü3\ì€Álªm','',0,'?'),(_binary '$”\Æ|·‡\ËÁ¸B/\ëƒ÷','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Registry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘b³h\ÐI7EF\Ý¤',_binary 's\ßt™3\Åáž¥\Öÿ†5–w\ëð\Ö^¼“bw/³è','',0,'?'),(_binary '$ôZ–tz\á\ÌtWm','wp-content/plugins/elementor/includes/widgets/button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/button.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÂS¬}\'wýº^ª\nÄ™\Ü\É',_binary '\â}2xy³>b¨²7´\äü\æThŸôƒƒ\á\çùG]2¯\n\Ù','',0,'?'),(_binary '$€\'\ÞÝ¨ðl’&Ê·p','wp-content/plugins/wp-rocket/assets/img/bg-activated.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/bg-activated.svg',0,_binary '´\\Ç¹(½\éO\\²_´®sŠ;',_binary '´\\Ç¹(½\éO\\²_´®sŠ;',_binary '¼\Í\áûÃ{M‰÷gMø\ß\'\ËöÊŒ\n¦u“š²','',0,'?'),(_binary '$’„õ³0S\r˜rþ®©','wp-includes/images/smilies/icon_redface.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_redface.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*ö†M\Ö0”™je[õ\ÖY*',_binary '\Ê\å›]øž½4ûŠ\Èö\0º\Ì \ë}\å¥\ÛS/Ahœ´)ª','',0,'?'),(_binary '$š\èSÁCk\èô‰d\ÎWû','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø!\í‰\å\"¥»V%		|',_binary 'öX>‡\Ú\ïœ[6_\ã\\—\æµa·3›÷\É\Ðs\éV','',0,'?'),(_binary '$šý\ç ~</¬‰aRôµ','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è\ÔIa	~P V\îD/\r\îž',_binary 'ƒO\ÍgÂ§É„\Ô\ÂzXô¦JôRf\ÅyJ\ÄÅ¶','',0,'?'),(_binary '$Ÿ\è\í%\Z\ÑÀd‘Ï½','wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“`BrBYHƒ£\î\"\ÓZ\r¾',_binary '0u¿¹\0T:\ã\Ê\Ô\ì—|¶¯V\íG1Þ§­i±\ìz`','',0,'?'),(_binary '$ŸöOZš^fû¹`w','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_inset-soft_95_fef1ec_1x100.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_inset-soft_95_fef1ec_1x100.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a\ÎòB\Ì+^`|0+‡\Ë\É',_binary 'lO}“p€E_\Ù5)ø§ñ¢\è¢M›(CE\ËñGú0\æ','',0,'?'),(_binary '$¹Á¼CÁ®Àó/¼9¹¸','wp-includes/class-wp.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡_\ä\Õ\Û\ãy\ïðÆ‚† \Ï',_binary '9$”\Þ;Ì›Ÿ*§\\¿¬X¶\'‚ª”\n.Š8o\n++!','',0,'?'),(_binary '$º=•¬±6y·\Ùt]j\\”','wp-content/themes/yith-wonder/parts/vertical-sidebar-2.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/vertical-sidebar-2.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­†I/š÷?uŽ\ìøc!‹l',_binary 'ñ‡/0¯“@;\r®ovqGô…ó˜j\Øtjg\á','',0,'?'),(_binary '$¼\æPÿ\â\åXuûœ\Ð\ä\Ù','wp-content/plugins/wordpress-seo/inc/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EÐ›´‹O0‹cº«Ag3',_binary '\Í\Í	èš {‘c¼FJ\Ãw±¦!}aŸ˜ü9','',0,'?'),(_binary '$½\ÒL·UË\Ø\Ç\n\á«)','wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-expanded.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-expanded.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P.{2L\ZŽž6W\Õ\Ä',_binary 'Ê»Ë«`\Ù/´<\çÓ¨•ý#—\ï\ØóŒD\Èl\nZ~\ç¤','',0,'?'),(_binary '$¾>üXY€\Ï8\Í\':\×x‚','wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Fallback.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Fallback.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë\ï¢\Ý)°V\ßEh \Ä\É\ÏL',_binary '`„Fvd¶\ât`G•D°²®ûpRý0t%\Ø3.\"õ_–','',0,'?'),(_binary '$Ã¸Êµ\×8\Â±\å¢+n','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fr.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fr.min.js',0,_binary 'Ö”ºœšÝ–J\Ë\Ñz³\Ô',_binary 'Ö”ºœšÝ–J\Ë\Ñz³\Ô',_binary '!›N\ê­ý®QC\Ò$\ë†z\ï¿(\rs<QDÏ€&\ìø±','',0,'?'),(_binary '$\Ñ\Æ /Á?š…W2ñ\×òlü','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/EasyHandle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/EasyHandle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎOž‹¬C\Î\ÑT¶ÿ\ÅN`',_binary '‚\Ý\Ì0Uü°¶r\È\Ä\0)M)Hµ.\ÓÀ\Õ\rdj\'\ëP¨\Ä','',0,'?'),(_binary '$\Ñ\Ö%\ÖœÖ‚¾U','wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3ÿùÁ\Öy›V®\ë\0‡Ê»¶',_binary 'm\Þ}\Ô\Ñ_GÂ±\â3‘€Æµ\Ù!\ÈZ»¿ør‹×Šh\æ','',0,'?'),(_binary '$\Õq¹|#™\"	\ÞÒ¹<\É','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ¿Œ‰Äµ\ãÖœPú´üb',_binary '\ÞUªT XpÅš…ªÿºd8wy>ª8ÇˆŠT\r+x(’”','',0,'?'),(_binary '$\Ù\Ê+£Ó¦=†\Æ+•‡\ä¿)','wp-content/themes/houzez/template-parts/search/search-half-map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-half-map.php',0,_binary 'Ã‰0ZŠ’D‚`{5~',_binary 'Ã‰0ZŠ’D‚`{5~',_binary 'žw\Õ\Â\áY%80sx\n\æ…Ü¬{£t‹÷i\r\Ôf“¦','',0,'?'),(_binary '$\à\èeIŽa:½+M+t','wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚p\ìò£E\Ã\0©AðöX\ã',_binary '\0C†¡\é|$\Ú\Ê\ZJ¯V\ÚÉ™\'7âšù‚k1©i!\ÜQ','',0,'?'),(_binary '$\áž\Öp\ì%õNw¡E)','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGoogleSignalsSettings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGoogleSignalsSettings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©‚y&w›\ìP±“\è\ã\Ì‡',_binary '+\æNK£\Öó	/\äI\ËË—®Ÿt\Õ\Z\è7øC¼6…\Z\ÚI','',0,'?'),(_binary '$\ä\Î-#q`\Ðl$W„Û‰','wp-content/plugins/wordfence/lib/live_activity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/live_activity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žþ\æik³\ê™s',_binary '^&†Vðb™\Ç,›•s\×\ÄB^\í—R£4¾Ñ¸ƒ©\ÅV','',0,'?'),(_binary '$\çMn%«Hñj€Í¥¿û','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷xoF\ï§pj9­\Í[^\Â\Ã',_binary 'š\Ù@\ÖX[\Úp:\à¢\Åj•\Â:h¤ñx\Ä\Õ(?ô¾\ç©','',0,'?'),(_binary '$\è\ï”|©¨c\Ø¿ \\~Žõ','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\\\Ë^>ƒ5±pa‘\ÆW½\î>',_binary '§ô‘\Ì\Ò“¤\é\ÝDC\É\ìXG4WFP·#\ÞN¹S\Z','',0,'?'),(_binary '$\êCW\Ø#\ì\êzn¬L.Ž','wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N4òeú\èó;²zâo',_binary '•°%H(\ìK%”?»\ï‚\ÈG€0[E\Ì¥šƒµ','',0,'?'),(_binary '$\êGEðk\Æ<[½Œü›','wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0*\Ï\Óû\Ò0–-”zc<z¨',_binary '\à•^ø\ã$A\n#ªš7\ÅTú‹¶ZP®\äó-£€\âM','',0,'?'),(_binary '$\î\ï^„\â\Ø6bH^\ê*\âƒ\Ú','wp-admin/options-privacy.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-privacy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'á²®€0„„1õ\Ì”‰½',_binary 'ºo7\Í\åH+“j\Ò$^,›Š£-§\ç[/\Î\ïN\ëƒUEØ¿','',0,'?'),(_binary '$ò\ìß°R\í\r­\Êab8!','wp-content/plugins/wordpress-seo/vendor/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/autoload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒZ\Å\\Bp \r=£ü÷',_binary '\0?„\Ó\Õðvf\Ñb\ã\"\Êú\í¯q‡\0I‚\êª','',0,'?'),(_binary '$óÏ«/ñþ¥­!¯²C\æ','wp-includes/IXR/class-IXR-introspectionserver.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-introspectionserver.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2Ua¾w\ä<øIw‘p†O7-',_binary 'ƒ\í\n¾\à\ÃûCþýžPEQ%\×D\r\Ñk*žX\é\Æ\Æo','',0,'?'),(_binary '$ô\08ö	O\0PD~E=','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Calculation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Calculation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v\Øc“@9\ãu;9	Y/}¡|',_binary '·\È!\Í!\éônö_9wkb­û\à\Æ{`ÊV¢\ZK','',0,'?'),(_binary '$÷Ñ¯\ÞlPœyˆ0\Ö˜Á','wp-content/plugins/wpforms-lite/src/Forms/Token.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Token.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë}·v\Ð\íH\ï³\Þwò\nß„',_binary '\Ó\ë›ö\ÌkLñ\'-\0H±i5¾\r\Â\á¹ç¤½ ø\"¶ºý','',0,'?'),(_binary '$ú,ô&?\íCÿþ~I\ÌL^','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Is.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Is.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—M³W\×\æ’ôu\â.Xg¡e\è',_binary '9J\åF\ëœÓ‰\ãÁ“nA\á2Åœ†tU¿‡1\'4\îr$','',0,'?'),(_binary '%ðÔ®—{\Åf“\é†\Þ','wp-content/themes/twentytwentytwo/assets/images/divider-white.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/divider-white.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd´(Ê·	\rü«¦’ùR\Ì',_binary '\è§@a{”a\ÙKÕ´€rz\r±µ[ÀFV,ò‡.>¾','',0,'?'),(_binary '%	n¨\r3\ZÞñž´:\×E','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü=“\ZEÉ‰§§\ç\ãô\Ò',_binary '7»\Íw\Ï\ÑË´Žñ#Á%•\ê\Ó\ßr¦\rP¬›4û­','',0,'?'),(_binary '%	ÿý\âÅ¿“kuX\ëbªŸ³','wp-includes/blocks/read-more.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/read-more.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üp­\Ë]Z\"ºðóyÒ',_binary 'ÀÀµŒ=\Ò\'\Ý\Ø\Í1]!<®¿/þvBS`Æ›‹!\Ã','',0,'?'),(_binary '%j+l\ÜÃ‘\Ë\Õx÷\Òo','wp-content/plugins/houzez-studio/admin/js/i18n/es.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/es.js',0,_binary '5\ì\Z¿Ø™!\\‚<\îM\È',_binary '5\ì\Z¿Ø™!\\‚<\îM\È',_binary 'š\ÔýØ©C^¬O-\æÇù	žm»´€\åRBO’‰','',0,'?'),(_binary '%\í¬]M\Û3¨T¶1T¸\ã/','wp-includes/blocks/preformatted/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/preformatted/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º­TÄ’\Ã+™¦Eû^õg[',_binary '\ç¥0(_Œl\Z\íÌ•\Ö:ù‡¡\è\Æþ¼;†J§!r¦','',0,'?'),(_binary '%û¢\Ã›7\Ò\áå¨³\Ì','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Gùb\ê¥ö·\å\Ùö‚÷\Å\ÕZ',_binary 'Sü\ZV€Z€DfGbƒ–\ïÂ¸z\ÈýŸ™C\ì\Zb\ï>ø','',0,'?'),(_binary '%J¯¾Ý»BiUþˆòO·','wp-content/plugins/revslider/includes/output.sr6.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/output.sr6.class.php',0,_binary '\Þ\ÓûÃ–\Ñf¨|\ëâœªv;_',_binary '\Þ\ÓûÃ–\Ñf¨|\ëâœªv;_',_binary '„H[ß£ÇœÈ°—ŽV\ë}C^\Ú À“ƒWmÿ\Â\Âp¯þ­\ç','',0,'?'),(_binary '%§‘Y\ê– z°ûœö\Ë','wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\0I\"mmô\èÆŽ:	\èc',_binary 'I\à¯2\ËP\Ê5–.\Úf²õÃ«\ÎðÀlrŒ\rq»¨])r','',0,'?'),(_binary '%}\ï\"›\"€¢,’/¡','wp-content/plugins/revslider/admin/views/overview.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/overview.php',0,_binary 'G\îú\×\ÉTPU3K´@¼š\Ç)',_binary 'G\îú\×\ÉTPU3K´@¼š\Ç)',_binary '²·‰’\è\í)\í\É{\ä\ï\Èæ¬¯e_\ç\ê€\ê\çÀ\Ñ\âo®','',0,'?'),(_binary '%A\î	ú^ß¨µ\Æ\Ò','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/label.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/label.php',0,_binary 'k¨÷J‰Uœ\Ûfn·’ª‡{',_binary 'k¨÷J‰Uœ\Ûfn·’ª‡{',_binary '÷y·¬\á§ø~¶÷8À=I—\á\Ñ‰¢”*»&NQ\0)q¿ª','',0,'?'),(_binary '%f‹Nvn9\Â,\r\ÍW','wp-includes/blocks/post-template/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ä¹4¸Uu\nYi¾\É',_binary 'ð\Ø&s´ýhˆ¢†o–@\èv\â\Z\Ãf¨z©=l¹»_K','',0,'?'),(_binary '%\í7“úó\àB\ÑI~\Íôf','wp-content/plugins/revslider/public/css/fonts/font-awesome/fonts/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/font-awesome/fonts/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '%$\Î\ï\ÝM¼q\æT<\Äýð','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C£¼UOžõ\Zß ¡xtH',_binary 'ŒG\n\"‡_/A\çg“h	U?\âS‚sóHö×‘‘Y¤ô½Ù³','',0,'?'),(_binary '%(+Žm/\ËI\Ì¾¸Îµ\r','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.br.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.br.min.js',0,_binary '®2›\â\0A\Ðx€˜b+•øƒ',_binary '®2›\â\0A\Ðx€˜b+•øƒ',_binary 'Ö¹w\ß\æ#U_z=¸^k\è#KD¦øsï£‹j','',0,'?'),(_binary '%.–.Ct\í=\á\ê\Ð\ê\\`','wp-includes/sodium_compat/src/Core/SipHash.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/SipHash.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öcJ>|Eqv0|bv‡\Ã ',_binary 'ÜŸ÷j\ÆpeòM¨N«?”\ì\ÎaÁ\ÒXi+!S‰2','',0,'?'),(_binary '%>\Ûú\Ýlb\\¿-só\ìN','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Logger.php',0,_binary '©•s»l÷¿ñˆü\ä‡\"4\0',_binary '©•s»l÷¿ñˆü\ä‡\"4\0',_binary '\ÆJ\ÅaS\0g\n2‘$‚\ã	¨	pj2·\Û6\"|§‡\ê','',0,'?'),(_binary '%O\àZ\ÃÂŠC\íw\0Y¨ù','wp-content/themes/houzez/framework/stripe-php/lib/InvoiceLineItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/InvoiceLineItem.php',0,_binary '¼÷\âBx3$õÙ€x³¬',_binary '¼÷\âBx3$õÙ€x³¬',_binary 'pS^ )\Ù\ë\ÈN~}¥û­\\\rP¤±µø\à\Í\äD†õY','',0,'?'),(_binary '%Rf¯ûx€\Ð\í?´\"À\ßD','wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü1Bÿ¨\æS·\ß•r¹',_binary '–Ù³,c<\ïÔ¥°‡À\ÇI!\êR§3ð*á…‹É‰=óu~','',0,'?'),(_binary '%]P\Ô÷\âi|1Ã•ò\Ïz\ê','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements/EntitlementsServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements/EntitlementsServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–\å\Üî«—žE“ú7†N(',_binary '“g\èF\Ûx\è\Ð\ÇZye\Ô\æO\Ìb\Éó\Õýbf§´Þ©','',0,'?'),(_binary '%]½¿Oñó\ê-N(Ô¹ª','wp-content/plugins/revslider/public/assets/svg/navigation/ic_menu_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_menu_24px.svg',0,_binary ' Oa¡ž³7M÷£\ï[•|',_binary ' Oa¡ž³7M÷£\ï[•|',_binary 'y­÷öûE\ámqÑ†)ŒG+\Â#w\ÜZ¡—4öÝ¹','',0,'?'),(_binary '%^‚¾\æõŒ³»pªÿ”\ç','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K6-Sùó•h\"t0Ë¹w',_binary '3¿\n\Ý\Âeÿ‡\Â*9_	Pw¶/\ÔhòY­\è&','',0,'?'),(_binary '%_g\ÄÊ»#B±õ¬&¶F','wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_forwarded_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_forwarded_24px.svg',0,_binary '(K°m\ìx§};`y\Ü|J',_binary '(K°m\ìx§};`y\Ü|J',_binary '=\ÂY8n-\ç[þ–\r\ÚÀ%—N¨\Ñ\Ì%|°DDmû»‡Z	K{','',0,'?'),(_binary '%aûó0=\Z”\ÌsB\Æ[ÿP','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/connect-helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/connect-helpers.php',0,_binary '\ÇŒ\Äÿ(¸µRJË­˜\Úk',_binary '\ÇŒ\Äÿ(¸µRJË­˜\Úk',_binary '‹Ÿ\nFJ—v«ð² 0~<Ži0\ãv\á²Ö¶t/\'','',0,'?'),(_binary '%hBA\É\ï½úA~)tò“¶','wp-content/plugins/updraftplus/admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=TúÿR [T$Ó«\Òg_m',_binary '\Ý/bŠŸ\â\à±\Ø\ào\Ó,¹\Ñ{«Aõò	l)a^„’ôLc]P','',0,'?'),(_binary '%i\Åßœ¯\ÏaUMsó%?{ø','wp-content/plugins/houzez-theme-functionality/elementor/widgets/page-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/page-title.php',0,_binary '•Ÿ\â»S=4šÞ§¶°\n¼|',_binary '•Ÿ\â»S=4šÞ§¶°\n¼|',_binary '»1~MU]]‹Q¼=‹I­(\Óv±\r-þA;9qF\Å\"Ñ¬-~','',0,'?'),(_binary '%i\ÙF\Z™\ß\"6¸\é\Ü\Õ ','wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\nk\Ù^D\\°DÐŒ•‚Êž',_binary 'm\Î:@¿¸R?\Z§B¤¯ðŸB½÷\æg4­Î¸{Ö‚','',0,'?'),(_binary '%iþ\Í\Þ\ågca\ìW\Î!q\Ð','wp-includes/blocks/cover/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '={i\à\Ï\\fi \ën-<°\Ñ',_binary '\ÜÁ¶ˆ\Ë>“\Ã-›<\å\Ý-úc\Ú*¨È¶\ÄøŽžZ\ØV\Êû³\È','',0,'?'),(_binary '%m|ÀFõ!\Ú\ázªü\ÙS8','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù\çUZ)\Ù\'\ãa\Û5ð@\å',_binary 'D€©i\"ñÁ÷¢ÇžútÛ±ŒR@…8¹\Ú¶\Êñuvu','',0,'?'),(_binary '%wt£ò¡;,µ]£žu7\Ã','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”^\á07ŽŸcŠ‡CxÉ½',_binary 'Œ\Í\Ä3/:¶Þ—¢ž_µ¤\ì\ÒG\\šò„ª“¡J‘\Ï)','',0,'?'),(_binary '%x_8\Ú%7§q\0\áM%)','wp-content/themes/sinatra/inc/customizer/controls/heading/heading.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/heading/heading.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾ä²ž.‹÷\Z3ƒ\Ùúg',_binary '\æužu\×\ã@\ÙbEü§I[ð\ÇSrh7Ÿ³x^»®','',0,'?'),(_binary '%|\\/\ä+÷°œ\éÂµ>´','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/bootstrap.php',0,_binary 'w¼Aa\ëm#qŽ“\\@Šº',_binary 'w¼Aa\ëm#qŽ“\\@Šº',_binary 'ENPž\Ö\àLú=6¥Û”\ç\Ü’i.!F»ú9“°','',0,'?'),(_binary '%µ”»Y\êi€4\Ô\ÏùZ','wp-content/themes/houzez/template-parts/dashboard/board/enquires/enquires.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/enquires/enquires.php',0,_binary 'd¼\ÔaT\Ïfb\nŽun)',_binary 'd¼\ÔaT\Ïfb\nŽun)',_binary '¨Ü€n½NP\ß\nÏµ§\éÊ¯)/Q^</£ˆS\ÖÒ»V¢','',0,'?'),(_binary '%ƒUuO\ÝI\Ûqe\ÚcI´€ô','wp-content/plugins/wpforms-lite/assets/js/admin/splash/modal.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/splash/modal.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Šo:Y!\è^¾;’f»™nE',_binary 'X|*J{Y\'41¿˜)LòP\î\ÃW£…Tb\ÃO{S','',0,'?'),(_binary '%†‚qù#À©A¾†\ê£U»ÿ','wp-content/plugins/wordpress-seo/images/plugin_subscription.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/plugin_subscription.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à\Ä\×\Ö7\ä,ý_p \Ò',_binary '„o…¢ç›–¤p\â`þcR+Í½»]<\ç\n»PmþZ\î\Ê','',0,'?'),(_binary '%“$“¦#Zø\È{;´\È\ï','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/ProductionFilesystemLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/ProductionFilesystemLoader.php',0,_binary '\Ù- \Ø\ë>P’_û#\ÑY‰\Ô',_binary '\Ù- \Ø\ë>P’_û#\ÑY‰\Ô',_binary 'ªÿ‰\î\ßI+ˆkaMÒ»´\ÉL\ß`c5\Â\èó¤¿0','',0,'?'),(_binary '%“[c-[qYNŒ¹\Ûi	','wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/class-redux-button-set.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/class-redux-button-set.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uù¦PŽzðZYpBL&ö',_binary '+C\È\Ð.Ó«ó·P\Åt>\äkùP÷W,ß”_¥—ÿz\ê','',0,'?'),(_binary '%–+S‰«\ÒTIñu\åý—(','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclientsCustomchannels.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclientsCustomchannels.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð¡a.„{)\ÐKq‰|±',_binary '2˜5Ö—u¦/Aù\Æn[	v3\å¯Û7À€@‚÷±','',0,'?'),(_binary '%—‹ñV\ÚúÐ‹]¿\í=w','wp-content/plugins/wordpress-seo/admin/class-config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-config.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô¤“ƒ/O-qv\"K	\îŠþ',_binary '=\ß\\Š\ÈˆÅƒPX\íjŒ\êƒF\ÙYm¦[õÈ²(4‡®','',0,'?'),(_binary '%™|vnM|\énfPjhb','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/SetupTag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/SetupTag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾ú\âdû´ºi‡»\Êš·',_binary '®·V\ês\É\n\Æy\é5¬‚<Ÿùœz\Z#bT({\Zƒ?\Z\Ò','',0,'?'),(_binary '%žhûF\Þg\ß5(¡v§\Ó\Ò','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/eu.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/eu.js',0,_binary 'F›\ÇSV\à±l¸¬|µwõ$#',_binary 'F›\ÇSV\à±l¸¬|µwõ$#',_binary '´r‡„§\Ä\Å\ÐŸgiž•\ãY\Z\é,ˆ\Ên\Ím\é¦\Ì','',0,'?'),(_binary '%¥kû¥\ç)\Îr\çB`‘À','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/Util.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/Util.php',0,_binary ']RÀ\Å‹p@V\0¹Ðœzð',_binary ']RÀ\Å‹p@V\0¹Ðœzð',_binary '¨I+ÙŸ•\äÞºl\0V÷¹nj@[	P£(T	z«\ß6\Õ\Ý','',0,'?'),(_binary '%¥\Ç\à9\íºñ\\Þ‹ª','wp-admin/includes/class-wp-site-health-auto-updates.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-site-health-auto-updates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›_›\Ùv6ƒ\Õfmü\âº\'‹',_binary 'JF£±s\Û\éœ·÷]c\rË®ŸÏ·\'\0È©\ÌR-€]','',0,'?'),(_binary '%¬¸È™\Zfs\ÓÁa+','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/FinancialConnectionsServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/FinancialConnectionsServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M¸UKvŠÀ\Ý\r\Ä3\Ñ',_binary 'Z”œ!¯‘†_px@ó5f\È<½„™Ó GI\Ëõ\ntç²’','',0,'?'),(_binary '%®sø^°\È\á¶ø«ló±¸','wp-content/themes/houzez/framework/classes/script-loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/classes/script-loader.php',0,_binary '1\ævùºˆ‹\à‹\îº„²f',_binary '1\ævùºˆ‹\à‹\îº„²f',_binary 'X¼PSH\Ïh,$\ÄO¡\Ég\Þ\"Y ÷@o-	¦\rªn\ç\nž\î','',0,'?'),(_binary '%±¢|‰-ž´\ÃX\è2`JV','wp-admin/images/about-texture.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/about-texture.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç\0²m{oQò¼\Ø\Õ\ÔKU',_binary 'J>š\\ËŒk~2\ë \Ð\Ëðr!”ô!\êti+î‰\ì§\0³','',0,'?'),(_binary '%²B\ãó¬qòˆƒIDJz\ç','wp-includes/html-api/class-wp-html-tag-processor.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-tag-processor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªP´\Ôs$‰\\\Õ\Ñ\Øq2',_binary 'p\Óysk?R5Y?Y†:\\\Ý\íx-•\0’?	!õ\nD','',0,'?'),(_binary '%º\Ò\à\ë8^œV<\Ñt\Ë','wp-admin/edit-tag-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-tag-form.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\Þ6%‘­úÝ 5\å',_binary '\ã_\ì…mµ\ì1Àa\Øö\'X#(VSÁy³»²2\ÈI¯Ž>|','',0,'?'),(_binary '%½¸\Ì:1k	\Ú\Ö\Z˜\Î','wp-content/plugins/wp-rocket/vendor/composer/autoload_namespaces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/autoload_namespaces.php',0,_binary '\0•Š].e¬\Ë\Ö\Ê^O:[`',_binary '\0•Š].e¬\Ë\Ö\Ê^O:[`',_binary 'q\ë!%±§YiØ¦{‹\Ê}×6!_lˆ=³ôæµ«û','',0,'?'),(_binary '%À\É(IÄ¶ž}‚_\åb','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"XCM–­\rÆªav\ÏÖ¦¶',_binary 'V†—¦\Ù[¸\èë¤ 2h{d\Äñs¨´†°C…\"7w','',0,'?'),(_binary '%ÁfWñ‰…	\ÖP0\å}+','wp-content/plugins/wordfence/modules/login-security/img/menu.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/menu.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\Ü\è±\Ñ\Ç]\êj-\ã‘ø¦™',_binary '8šü»\Ô\Ú#Ì„(8ø\áÿˆOû\"\Ç	+h\"Fb–\ìƒ','',0,'?'),(_binary '%Ä§\Å\æñ¢Ê—k„|o‚','wp-content/plugins/wordfence/css/fullLog.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/fullLog.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e\É.i‹`«ƒÎ¾U\ç¹v',_binary '?õ>ü°?hôÎ¾[µÂ²\ïP\Øu{\Ûpuúa þ‰‹a','',0,'?'),(_binary '%\ÐPb.\Îÿº8ºGd\Ît\Í','wp-admin/css/media.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/media.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬…[Ñž­!™5€h×Œl',_binary '\×‘%ŒeÀ\ÛL¬%œ]ž¯m]‹d– –¿$Œ)','',0,'?'),(_binary '%\Õwö\áu\ÇÁ\Òb±','wp-content/plugins/insert-headers-and-footers/includes/pluggable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/pluggable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“®CU\Ø”\Ò@\íx’«=',_binary 'ce+W(þ{e3ñpüKr	7c\Ú39­8D\â`‚|j^','',0,'?'),(_binary '%\Øe{\è¿\0yS\æ:\'5\ëS´','wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/Converter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/Converter.php',0,_binary '!@¯Í®V ~#*\ï!\ë·`\ï',_binary '!@¯Í®V ~#*\ï!\ë·`\ï',_binary '\æDš]a—ûŸé§«.$£Œþ\í\Ü/¨ñ™˜þlÝ€“Q','',0,'?'),(_binary '%\ÚÁ«‡©Òˆ‚wA&½0','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒL“|]¹\ï\Zˆd¤šeñŸ',_binary 'FL\×\æƒÏ•$\æ¬Zƒ^„\åî¦‡¶š\×,\ÇÝŠYwKñ—','',0,'?'),(_binary '%\Þ\È\Ü3Pí¨ˆw	{P','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-one-time.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-one-time.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïŸ\â¼7_³\éÀ¹ô¡X\Ê',_binary '¦Î¥>?ý«\çS‘\æ\ÜNÂ“™\â\Ô1\ÐHÙ³™Yª\Ü\ÚL','',0,'?'),(_binary '%\àÀ\Ø¦X6­6øy=`','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-style.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-style.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'\íWýL4oY6t\Æ\ãŠ[',_binary 'MõŸ\å4Ž\Õø£e\ßXhœ\éE\"¾Ÿ\\U(\ã','',0,'?'),(_binary '%\ãò\Û2@†t\r«™,>±n','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_namespaces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_namespaces.php',0,_binary '\"@\É~û‚Ç´[’ò@¯A',_binary '\"@\É~û‚Ç´[’ò@¯A',_binary 'Á¿Ð¬«»K\Äql:\å™~ÒÙ¤B‘¬u¾\ã$*V z\æ)','',0,'?'),(_binary '%\é}ú\Õlê¹€%b˜©\Ñl','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/class-redux-extension-import-export.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/class-redux-extension-import-export.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜T6R‡­»«É’\Ü~_§À¡',_binary 'I/(ý¦•›óÀþóúŠp\Õ\Ý1/Œ%:‰*¯','',0,'?'),(_binary '%\é´[\Ä\ï\Ù!\ß\âðoÙµ','wp-content/plugins/wp-rocket/inc/functions/formatting.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/formatting.php',0,_binary '\ÔG 0”@¬.f¯r6™ï‰',_binary '\ÔG 0”@¬.f¯r6™ï‰',_binary 'óŒ–’\Ï\ÈÜ‹\Ó\ÏeH\Ð¬m˜%7M„o5`Ü– ÿ','',0,'?'),(_binary '%\éú\ë¹\íÂµÁ‘¢\çlk{ ','wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·\ØD`â”¦%\n\Ýw_µ',_binary '!|›Tr\ÒÿZ ‡ \Ç~€Tòv–ŸEeGÀ“€8','',0,'?'),(_binary '%\ëxƒ÷}\æ\"TV µ4Iþ','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-200italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-200italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥(\Ò\0›L‰L\'\\\År*\Û',_binary 'M¡`\ÊÄ•\í\á\×C\ÖdTq\êpô\Üæž¿\Zp¹k¯xJ','',0,'?'),(_binary '%îžŠp\ïœC¶³—¾u@Q‹','wp-content/plugins/elementor/core/logger/loggers/logger-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/loggers/logger-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°\0×“¡\àL\rD\Þ\Ê\ÉaÖ‡',_binary '_\Ù?\é\ÙN÷û)\"ô^J¸+„\'˜—úL0=ðb§»\Ü<2','',0,'?'),(_binary '%ù]W\â©c¾\nñ—J”\Z«','wp-content/plugins/revslider/public/assets/svg/file/ic_folder_open_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_folder_open_24px.svg',0,_binary 'v\'\Z5\â\äK$\Ì\Ýr\íû.mU',_binary 'v\'\Z5\â\äK$\Ì\Ýr\íû.mU',_binary '\Ô\"•`´f¤\Ó(®mE\Ò*\ëP\ãS+I>MŽH\érD','',0,'?'),(_binary '%þ¸¯](2teú\Ì(£`K','wp-content/plugins/wordpress-seo/src/models/primary-term.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/models/primary-term.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬’|¨\Ø¿\Ãú´fP,\Ï!',_binary 'Y\î \ÒÐ“Ò‚`¥Q\Ø$6Gú\æ\êOcWYGJñ«–/','',0,'?'),(_binary '%þc$3HY·1ed?m`ö','wp-content/plugins/redux-framework/sample/sections/color-selection/link-color.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/link-color.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'XŒ\êK\É\Ð)ói	”D',_binary 'šk›x+hÁ\äT\Å-¶ ’\0–Í…zOel®(“¹	b','',0,'?'),(_binary '&8HÓ§\Â+Xzi\nˆ','wp-content/plugins/wordpress-seo/js/dist/languages/tr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/tr.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²¼¹ü-{†©\í+O-\Ü',_binary '–oô‹Ó‹_ƒ,˜9JŠ,Ñºp\'_\\ zö\ÎUÉ›','',0,'?'),(_binary '&	\ÙX=ŠJ¼\Ò\Ö\"wÁ­','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg',0,_binary ']ôt\è\×N\é²\ÃwÁ¢\â+ó',_binary ']ôt\è\×N\é²\ÃwÁ¢\â+ó',_binary '¦i\Ê\ÝÚ®\Ñ-g\êf@Œ7¨ý!þW©³~šZºÌ€-','',0,'?'),(_binary '&	\è4\Åú|\Òý\îxñ\Ùun','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TfXO\'\ã‡\Í\Ø\æ0›Žx',_binary '_al\â¾\ê\æö_	\Ï~9\Ý`°\ÒÀr³ªš\'p\è','',0,'?'),(_binary '&\Î\'¤`w\í\æÆš©üµ','wp-includes/js/dist/patterns.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/patterns.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ND…\'“b^é®šy\èKw>²',_binary '¦û\Û,\é\ÆÕµ\Å[„1KÀ¸6¨£\ÖvŠõ¾¹Q\Ç[3ý','',0,'?'),(_binary '&3˜\Ì9Q&m·\ÞOc…Q','wp-includes/blocks/post-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸU\ÌY\ËE\ë\Ûy=–”ª',_binary '\â\áºFjôTd²°Xúr\Ä\è\\¯ˆ?tR÷õq…ù','',0,'?'),(_binary '&PDt\Å?5uø1Ym²\Ø','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/installed.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íXyó~ÿX\éó\Ü\é\ÅC‚',_binary '\à”µB˜þ¸ˆ:z±\ÅÊ‰Ì‚DPÚ’¤\ì›lø\Z•…-|','',0,'?'),(_binary '&\Z]Ch\ëÐ§p˜¿¶','wp-content/plugins/wp-rocket/inc/Engine/Deactivation/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/ServiceProvider.php',0,_binary ':L«–Šq\È/[€c`\ï',_binary ':L«–Šq\È/[€c`\ï',_binary '\îp\å\'I\îý\å³ýnÀ¹¾0\Ò4a\ÇÈ¼=4ƒU\Û\ä\á	p','',0,'?'),(_binary '&\Z¦\Ó\æŠ\ÎF—B9¨²fG','wp-content/plugins/revslider/public/assets/svg/notification/ic_sms_failed_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sms_failed_24px.svg',0,_binary '?Ó™`EC	 ¥-,\êp',_binary '?Ó™`EC	 ¥-,\êp',_binary 'c3\rmpi	2ðS8¬\â;h\È\Þ	m\Ézú','',0,'?'),(_binary '&¹½\ß|\æ0¥”Ô¦\ç\ÖZ\Æ','wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~\áÀ‘ü	¾«sL%\Ü\É\â\êb',_binary 'Š\Äo\çE\ì`2ñ@\0ýDA+£©	\×c)\ì—\Ó\Þ!ü^','',0,'?'),(_binary '&l\í\ï;^Ÿ \äo)¿','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Message.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Message.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œù¦\'’„²Õ\Ó?U\È\Å',_binary '/\'‘\ÆÃ\Â\\]?V—^±yòž¢ˆ\Õù7¿hð!3','',0,'?'),(_binary '& Ž²·²b×ºg$*V','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´@˜#V,aq|\ÐMg\Èú',_binary '®œƒ\Ö0ù^Âª#vp†< ¦,xœ\åø¹ûI+,±\\','',0,'?'),(_binary '&*ƒ\Ê\ÄdÄ†Ö¸	\ÖH5','wp-admin/images/align-center.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-center.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	\Ù\ZÝ¶µ4y\æŒdY1\ÙeŽ',_binary '\Ðë†½N3‡X!\Å\Íljÿh`\ã®±\ç´\ÇhA]ô¸J‡','',0,'?'),(_binary '&.0\ètó¼ºúRQ÷Fi!*','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£,\ä\ì\Ý8!Ðž\ä£0¼',_binary '\Í+‚\Ú\Ðù\rSÍ¿ÿ7Áb®bp´`²d\ïøK.”Eœ','',0,'?'),(_binary '&=\Z½+t\í’\"¢/k\'\n','wp-includes/js/jquery/jquery.form.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.form.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'î…Ž\Û@f4®-|9Yûð',_binary 'û2\íšM?k”\Ð\Ù\ï´U‰þ\è\á\Öby${PbV\ê¼Á²!','',0,'?'),(_binary '&=K±Iú˜?ðZj¼f','wp-content/plugins/revslider/public/assets/svg/action/ic_shop_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_shop_24px.svg',0,_binary '›G\'(T¬\ÜF\Ã\"ù«Ž«ŠO',_binary '›G\'(T¬\ÜF\Ã\"ù«Ž«ŠO',_binary 'µ\â¥\'ñõDU\è+ž€³ú\áÒ¥§Y»\ÔB8\'','',0,'?'),(_binary '&>\âElM¡\æ“p„w Áš\r','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListCustomDimensionsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListCustomDimensionsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-Ï€r\Ú\Ê\â\îd\ßú:6þ•',_binary '%M\Û\êÓ‰VIMÃ™\ë0\Ò,Š0‹h\ï;?2\Ã=\0P\Ü','',0,'?'),(_binary '&>\æ,\'V_þ\Ë\Í~`ql\Ò','wp-content/themes/houzez/template-parts/listing/partials/item-description.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-description.php',0,_binary 'DV\Ùûk~kJŒ.,øú\ã',_binary 'DV\Ùûk~kJŒ.,øú\ã',_binary '»1<¤¦\ÈhY\ä{)Ž{\Þ\ÎØº§oõÿIS<?b4z\Ì','',0,'?'),(_binary '&C\ß\Î|¢Ÿ\î÷\rUC8\Ð\í\å','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ri\Î4Db-\ê${\\óI\É;',_binary 'L­õ\è¡Í‚\ßý²µ‰\Ôn“\î\è€M¿¨\ì\n2\ÊºÁ','',0,'?'),(_binary '&EÜ¨´µQ‘/nŒ\æ=º','wp-content/themes/houzez/template/template-listing-list-v7-fullwidth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v7-fullwidth.php',0,_binary 'Ÿ†XYYa\í\Ø!‰\Ú\'ò',_binary 'Ÿ†XYYa\í\Ø!‰\Ú\'ò',_binary '/a)0.™û®€ôœ*v–dÿñ)D\íRÁWF\é\á','',0,'?'),(_binary '&K-˜úažbfC\ZY:)V','wp-content/plugins/wpforms-lite/assets/images/about/plugin-wpcode.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-wpcode.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Js.cIÈŸ\æGf‹c*',_binary 'p«ÍªþQ)\Æ\ìp3JhQM(I‘\Ìb\ÏRp\'|-','',0,'?'),(_binary '&MDf\éUôŸÉ‹÷\×\Ê(·','wp-content/plugins/wordpress-seo/src/editors/framework/site/base-site-information.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/site/base-site-information.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@bªnG\rÑ¡œòzõ',_binary '³\Ù?\Ï!‡*\Z)™\Ð\äeÒª\æõ—Œ˜ \ïO%œ\î','',0,'?'),(_binary '&R\êYm˜ô<Ys“¤cp\à','wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/Clean.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/Clean.php',0,_binary 'N¿‘0|s\ÎÞ•‹S`¤^',_binary 'N¿‘0|s\ÎÞ•‹S`¤^',_binary 'Ý„\Ú\Ú|´|\0S›Ÿ©{\É\ÎpÜ‰Ë‰FV\Ñ\ÝZ2D¡ƒ','',0,'?'),(_binary '&T\Æðžw«ÝŒh‰D\Õ|','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\î\á@d¦Z¾\ãJ‹Ÿ\r\n',_binary '\Âq¼‘W\í\æû\Ú=]cúq\æ³\Ý\Ç\rLZð¾$…†™|ý±\è','',0,'?'),(_binary '&TÛŒeÀ‹œ²5È¢','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesWebDataStreamsMeasurementProtocolSecrets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesWebDataStreamsMeasurementProtocolSecrets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b{V-fk\Åx\Ñ\ï6|ŒAŒ',_binary '\"\n\Î`³’+xm˜²\n\Û\ÔqN\å8\Öó\Ò\ÞK<Ž{„','',0,'?'),(_binary '&\\ j‰8þA$\×\ì:','wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bX\0+U…Š\n±µóô',_binary 'C 8Â«¦\ÈK²_ý“½_Ú¬õ\Í\Çuœð-€Q=C[º>','',0,'?'),(_binary '&ee\î\n3K\è\Ô\ãvZ¦•','wp-admin/ms-delete-site.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-delete-site.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö§\ØCŽO¥›L\ì*p°>[\ì',_binary '<Àc~\Ð|\ÇÎ™\Ù\Ô\îô`\çz‡gˆŒT¹l†e\ÛNÏ¾û>\ì','',0,'?'),(_binary '&jl\"–9#»ê®›\ëN„b','wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§ f#r‘û\Í]Á[\r|¿”',_binary '\Æ3‚@‰Q]¢9\Ð\\—\ë\Î b\Äd©.\Ðy—É‚','',0,'?'),(_binary '&k\0v_fcb‘øv†œøù˜','wp-includes/js/dist/format-library.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/format-library.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï1\èj\\\"m;I\ÄÔ–o 1õ',_binary '\áIqsc½æ¦·\ÅÀ\ÜÕ¿CˆoK£û\àŠ[(@\àF','',0,'?'),(_binary '&lqê…³ˆ]l“Vyß‚|ñ','wp-content/plugins/revslider/public/assets/svg/av/ic_pause_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_pause_24px.svg',0,_binary '\ì\\h\0³ª\Ø\Å=\Þ9™\Ê\"',_binary '\ì\\h\0³ª\Ø\Å=\Þ9™\Ê\"',_binary '‘‰™ml¨dJ\ßYEA_}Ñ®ƒ\ïrw\Ò\nY\î9„ƒ','',0,'?'),(_binary '&sc¸UOŠ¼$Å²#(Ÿœ','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'svŸKCxŸ‹º<¯9<\Z',_binary '\ÏBeŒL\î¤<%5Cž	=O¨U‡+H\ë\æúô.·.4n/','',0,'?'),(_binary '&sšRþ‚‹£¾\ÜX\å‚<Á¨','wp-includes/blocks/separator/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­–EOžc¼º¸mù\Å{ñö',_binary '\É/`i-^Œ3Ò—; B¦³Tž;¶¸\Ìÿ®#\0\ärø}:j','',0,'?'),(_binary '&s¹\ÒnVý‹z\È?ò','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractHandler.php',0,_binary '(¡Ø°%9`¬šŒƒ\Â:)',_binary '(¡Ø°%9`¬šŒƒ\Â:)',_binary '‰iýHO›ùN\Èv[3?+\ßC\íÿuA©(jH?[­A','',0,'?'),(_binary '&t!0^g‡\ÛbJˆc,>3','wp-admin/upload.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/upload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\Ú)œÒ§¸“´\Â\'P\È',_binary '«@\"\ß3ªl\0`#€óú\Ô*ül®uQ¾’*lMŒ÷7Oq','',0,'?'),(_binary '&x\Ímf\Å{\Û$¸Áý!]\ê','wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ei‰õ=IXS\ÊAn\Öþÿ\Ä',_binary '?\ØCÁ\È\Zhô\ÄV\0\Ö4n~EI+9ä¸¶§lŒo‰ƒ','',0,'?'),(_binary '&yŸ”¯‚3\\¡L5þqX','wp-content/plugins/wpforms-lite/assets/css/emails/partials/compact_media_queries.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/compact_media_queries.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kŒH\×:\ÎÓ–»¤?KŸ1ŽÁ',_binary '«v7Vtýðõ|ü6\0+å«ÀT‡,?\Ób=\0‚','',0,'?'),(_binary '&~i\Ùd\nž:·€1\Ù&Á','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_2e83ff_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_2e83ff_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç¶wœ\ìÁi\ï-/\Øo&y\\',_binary '²»Ks±öd\Ý\Õ?0Á\ê\ê\Ê\ÍæŠ8­¿uj‘·','',0,'?'),(_binary '&~\ç*m\ÙE+nXû%;[O\ç','wp-includes/css/dist/block-library/common-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/common-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P}€¹=tÀÚ‡‚·Š«n>',_binary 'Ž \×{	¢¯’s\0{¡Ó¥¦À\\\í+4\Öü\Æ4¸\0‚\á','',0,'?'),(_binary '&D\ç¥÷Q£R\È\Ðw£]','wp-includes/sodium_compat/src/Core/ChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/ChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\Æ-r‡jiI\ÞØ£eŠb',_binary '”¥b\ë\ÆE·\Ö\è\Ú&q¶þÿ\çª€*‚–‡…\Èø\îø±','',0,'?'),(_binary '&€ª‰¹|›ðÁ\äVœ‰v','wp-content/themes/yith-wonder/assets/fonts/Nunito-VariableFont_wght.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Nunito-VariableFont_wght.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä(¡,\Ó\ß\Ç\Õy\îJ’*',_binary 'c/\r„mú`1lp@@>Ú€L\ïyñ†™\ë2\Üm ,ˆ','',0,'?'),(_binary '&‰È›\ï(b\Òü¶Gò,¬','wp-content/plugins/houzez-crm/includes/class-notes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-notes.php',0,_binary 'p\íM[r~›XI\\-?',_binary 'p\íM[r~›XI\\-?',_binary '}i€\Ä\æ¾h?\Ï\î’XS\æ«ú\æ—jD<¸½j‹2F€\Âo','',0,'?'),(_binary '&‘‹þ_À\Ò4\Ý-q','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceFilterClause.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceFilterClause.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å@Šºþ\\–ˆ\É†<a6',_binary 'yƒTÁižƒ™$i\ä\Ç\é?üAüõ#2­Ö¥\Í.\Òg\é\ÛI','',0,'?'),(_binary '&“š\î\Ðj,.7_ ‹°Ñ²','wp-content/plugins/wpforms-lite/includes/class-templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œö\É\Ëk±ú«\Â\çÍ†›ˆ',_binary '.D\0Œ?\Ã@¿E\è_\×Î™qOP\Ê\Ú^~¢\ËŽ','',0,'?'),(_binary '&“§’\Ñ ôÛ–©\ê\Ûôf','wp-content/themes/sinatra/inc/customizer/customizer-partials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/customizer-partials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å>ÊŠKÁSü\í¡pz1',_binary 'o#\é‹4\Ô#¨ÎˆJ\és®3k™\ìCù!\Éc*$8üò','',0,'?'),(_binary '&ªO©<{;\ì2\Ô3\È=','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_convenience_store_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_convenience_store_24px.svg',0,_binary 'ùñ\ä*\ã\0\áø¬‚Dõ',_binary 'ùñ\ä*\ã\0\áø¬‚Dõ',_binary 'Ð‡´„#\\9s–µ^M\îk |I§¼\ç$ÆƒG\Í\Ê[ð\r8\È','',0,'?'),(_binary '&¬‘•Rw?~„j­hJ¤D','wp-includes/Text/Diff/Renderer/inline.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff/Renderer/inline.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø2\Þò³z;/Ã$mù',_binary '\â\Ã\Ý\Åx	\Ò2«\ÞE¤°\ï\ÙñZ…³ö\ë Î¼','',0,'?'),(_binary '&®k®¦›¤h\0û\Õ\ÅF','wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘g-\ê\îž\ã*`@Á\Ø\Ý',_binary '‡Pý\ß\á\í†ö#\àK\ìhÌ¿ù’°R0#\Ôb,À“£žm','',0,'?'),(_binary '&ºT\àÚ©\Ø2ü›ƒ‡Âš','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidGrantException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidGrantException.php',0,_binary '\ä&Vöû¡Ao@ù¬ñ}',_binary '\ä&Vöû¡Ao@ù¬ñ}',_binary '‹w\ÄL¶L ¿óExò±k’<Àr®ó\í\ØŠ\Ú\ÜG=','',0,'?'),(_binary '&¼‹]0Wñ\ì\n)ÿ=’¿','wp-includes/js/tinymce/plugins/directionality/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆEr\èHD­\ÔD±Á3¦š@',_binary '<–®ý¬o”@»:\Ùü¾Ÿ-\ÃEgô¿\á\â)6^Ñ¼\'¿´','',0,'?'),(_binary '&¿R3ŠD‹V{À\ë%¦ð17','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '&ÁiM„\×\ßö¶²’ŽZ]\ìT','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementRemarketingAudience.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementRemarketingAudience.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤£œo\Æ\ËÏ\Ã~¡k\â‰',_binary '3\n}³q\ÑSL½cè´m\Ñz¬É³;˜\é£0n\î(\ßý\0','',0,'?'),(_binary '&Ã¢\n=ýnŠ\çRŠ\rþYÁ','wp-content/themes/yith-wonder/assets/css/blocks/navigation.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/navigation.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À6H´y\îô\Òô\È\n(µ',_binary 'ò¼\Â/\ì	fW¡ WC-\ã¿À\Üó_–T\ârÿQ˜!¡','',0,'?'),(_binary '&\Ä\Ë:¶Z‚¦_\î~¡z¥','wp-content/plugins/wpforms-lite/includes/functions/checks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/checks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬\è%´NÂª\ëyZP?½G',_binary 'üe?\Þ|\ÂU\'M&\ã°MðÅ¦f.1~1­ýŠ\Ö&—|ÿ','',0,'?'),(_binary '&\É`\×O\ËQ5‘Q\Õ43¿','wp-admin/theme-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/theme-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"m4TÍ§\Ô\ë\ÞS\Üü',_binary '4X»”@Œ\æø\Æ\ç/\Ü9Ü’¤\Ö\åfJ“\"\è;^š–]','',0,'?'),(_binary '&\É\ß\ë	PðshcusS','wp-content/wflogs/attack-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/attack-data.php',0,_binary '#Ø­\n¾\î\ÅyIb½\r\Û\r',_binary '#Ø­\n¾\î\ÅyIb½\r\Û\r',_binary 'l‡Ž4Eq®{¶®‘  ¶\ï\×Ÿ\'wg\×31 c®w:³','',0,'?'),(_binary '&\Ê\ítQ\\j`™qÿ”Yñ','wp-includes/blocks/categories/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–©·†òø~±B[|ùl',_binary '\ãÁ\'’´Y’9ó \ê9…¹_¯Á›\0&	“°ÿ','',0,'?'),(_binary '&\ÎvA¹öQ\Íôc‰\Úqw8,','wp-includes/theme-compat/header-embed.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/header-embed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Omz8\Ê™F\Ú°\Ï',_binary '°£õ\Äò})d!q	,@,\×\Ñj«ñv	\Ý\ß\é\ÄE”\ê\í','',0,'?'),(_binary '&\ÒeR¼úý¿$\ä§z´™','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/RestApi/MigrateController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/RestApi/MigrateController.php',0,_binary ';\Êò¡\rOþ\ïcMÄ¥øHž',_binary ';\Êò¡\rOþ\ïcMÄ¥øHž',_binary '¯KÄ›ôZ\Ä\Ôj9~\æ¹mK\Õ\ìl\Æ\"\ÄQ¬\éõ¡J«B','',0,'?'),(_binary '&Ò’ð€™t0gÖ¡*H\æw','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php',0,_binary '\0\ÃSî¦¡·»x­\É',_binary '\0\ÃSî¦¡·»x­\É',_binary '€ˆ\à‘g\rZ\ÆF¾\ÞøüŽ\í•\íz/q˜‚~R¬','',0,'?'),(_binary '&\Ó\\ÃŽ\íbœ\Z­YG\Ð','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Engine.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Engine.php',0,_binary '\ÑW°{šAF‘\å‘5\Ø\Ã',_binary '\ÑW°{šAF‘\å‘5\Ø\Ã',_binary '\Í4\Ã^\0ñ iF\r\ë5)¡e][\îØ–l =K)\Â@E','',0,'?'),(_binary '&ß¿±2uµS«–[üV’','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg',0,_binary '4´šó,‡ÿY\ÖnT¶x\×',_binary '4´šó,‡ÿY\ÖnT¶x\×',_binary '–\âß…z\n\í\îcÿ,\"daÁ\Íq!P÷û\×ò3\Äh¥µr','',0,'?'),(_binary '&æ¾’MŒ	{ñ\é\Ýb;ò„','wp-content/plugins/wpforms-lite/assets/images/file-code.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/file-code.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€£\á†±0q<\éoŸ',_binary '¡\Ç\ì‹%:‹\à¶Ál¼\"\0·5@Â¹¶²n›À^Cšñó','',0,'?'),(_binary '&é¥±†˜ñòW‘³Ø€\Ó|¡','wp-includes/widgets/class-wp-widget-links.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-links.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á#\ã\æ\ÌòF”¨>Xžnl',_binary '\Îì‡‰¶\Ã,x\à\ë¢-\Û©DO\á,°¥7Ñˆ\ÊQ\å','',0,'?'),(_binary '&\ê9¸\Ûtf\Ýú†\ã\ë\Z%*o','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/EmptyProperty.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/EmptyProperty.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©S=æ ·\×þz‘\nB&',_binary '†V\îÿuŸr\ç.	H!\01	H:B¡.®\ß\ÜÝ\"(s','',0,'?'),(_binary '&\îf\ï\Ö\çé˜¦S˜\åTIZj','wp-content/themes/houzez/framework/stripe-php/lib/SetupAttempt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SetupAttempt.php',0,_binary ':ô\ßf¤\Ðv\â\"/]°\Ý5',_binary ':ô\ßf¤\Ðv\â\"/]°\Ý5',_binary '\Ç •œZž÷\È~G\ßTÕ»Á›º\Õ9I#pµ3†Ï¿[','',0,'?'),(_binary '&ð/§Q÷Ý¥(\ÄF¸\Í','wp-content/plugins/elementor/assets/images/placeholder.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/placeholder.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2\äj\\y\Ô?1%\Êb\ÅA‰\Ë',_binary '!øKKüZ\'÷¨9ˆ\á&K.p!x+S|6Nƒ~R','',0,'?'),(_binary '&ñ½¡\â³Õ‘¯‰ô†c9[','wp-content/plugins/wpforms-lite/assets/images/addon-icon-drip.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-drip.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âŠ±d\0µ8%œ«ô@',_binary '™úO‘Û‰I{Z?!\'ýþZt¾‡@\Í\Î,ùt\\ª','',0,'?'),(_binary '&ó¢©gõB\n\æŽx†?û¡','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î.\ç§S§¶º`€_\Ò;að',_binary '•\Ä9y“‡\Ï\Ô\élnø^ÂŠ\à&vN‚i™z—\"+7i','',0,'?'),(_binary '&ôPœÐ“³ôÇ•\ßñE­\Ôf','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners/DataAttrListener.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners/DataAttrListener.php',0,_binary '*\íÁ\é\ào¯À‰©>&€7',_binary '*\íÁ\é\ào¯À‰©>&€7',_binary '?ñ˜	\êšÓ¼\ÄVG\ï£A¬Bd\ä l=_þ\á&³i','',0,'?'),(_binary '&öV+v¤`\çÂ€§GÛ­\Ä','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hr.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hr.min.js',0,_binary '^ê¹•x:»˜;ªPNšÓK',_binary '^ê¹•x:»˜;ªPNšÓK',_binary 'ƒ\Ã{Qõ~µ&[\È\æé¿Ü†˜\nt€4\n\Z\ã\Õù\rœ\Ç','',0,'?'),(_binary '\'\rr\Ñ\Ïñr\'\Ó2Duœ¾\Ë','wp-includes/js/dist/commands.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/commands.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q‹Jµ\Zô\à¥Jõ\r\Óm',_binary '\Î@ô\Ë[o]\Ðkmÿ”Hs\\\Ûüb\ì}Iu\×;­Ž6W','',0,'?'),(_binary '\'Ÿ”r\ÌK\äÏŠ3´Š','wp-content/themes/houzez/template-parts/dashboard/messages/message-detail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/messages/message-detail.php',0,_binary '\Î\n¬ð\rvaõêŸœ\é¸',_binary '\Î\n¬ð\rvaõêŸœ\é¸',_binary '\Õ~U\ÌCI[cX\Êge(‰\êò\0É…b5¿Œ\â\Þ\åƒ\à“¾','',0,'?'),(_binary '\'yö¹Æ˜\â…\nÀi–','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\ÑF\ç?+Ž\Ò\Ö\ÜK·©•',_binary '3IG+€\â\åW8žª”X–w¯\"µþ(lž\r’—CÓ„','',0,'?'),(_binary '\'%ˆ|Y\à+N\Û\n\â\r','wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-commerce.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-commerce.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '91x\Âý¶I\æ\át-',_binary 'ˆÁ>[¢8ƒ\Ò*\ÍS£Š”üõ÷=\Ê \Ã\Ù\Ä\ßW‚h“9ö\n','',0,'?'),(_binary '\'\Z6ŠaÁôK\ìcµU€‰y','wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³LEÃ¯9ýsW	ñ\àa',_binary '(Š´_m[|\ÞsQ3`d˜\Õ\ëe»U£Tú\Þ$:ú\æ‹ô','',0,'?'),(_binary '\'\ÒI\Æ6—À=Œ®®1×¾','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTriggers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTriggers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë@<?@õ\Ð‚\ÜbÍ¯\Ø',_binary '_‘Pú+õ\ém8u&‹<y‹³ÚŸ…³ÅùÉ»\Æ\Ç','',0,'?'),(_binary '\'!Ž\é\Çð\Z‹!–p®H«','wp-includes/js/dist/interactivity.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/interactivity.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢aI\æ\ä\Ð\à\æVCB\î',_binary '\ÅstE·y\Ñj›\Õ\Ó\Î\á:o»d\ÈFa\Ûnd]}\éø‹P','',0,'?'),(_binary '\'\"(Ÿ\ÊÌŸÀBÒ¬Z\æÀ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\Ëû~Œ gx\Ø#°}\ßu\É',_binary 'l*\"ÿJ)m1‡\ånÎˆ³›;\ê$¿OŠXÂ•„¯¤1','',0,'?'),(_binary '\'3\Æè†»ôo>)†KI°’','wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õ›;\ÅÉ¯¿†ðÞ˜?a',_binary 'ûŒ÷\ÜL\å¤j\å¬n9ò\É\é¼Q\ÆÀ‰IU¦|S\â!\ì{','',0,'?'),(_binary '\'3\Ñò\î\ÞP\Ä@P_\Çš\r','wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û\ÔCõž¤÷.-\ÍQ@Ado',_binary 'ŒJü¨\ê¨\Å7‚rù²BW¥\Ø÷¢A$3k\\b\Õ#Ne','',0,'?'),(_binary '\'6Š}fù\È$\ßN^^›','wp-content/plugins/elementor/includes/template-library/data/controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/data/controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©€”§s\Ý\0O\Û-\ê\Îq\Ä\Â',_binary 'w­\0\ÛC2\í½S_º£˜L]»\ç²u\0¢`µQ\rb A.','',0,'?'),(_binary '\'6±”Ñ¨Ÿ¸ý„p \ã»\ä','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hûeÿGtsÅ¾\Ì\Ò\×ñ]',_binary '%JÀ\r%<\Ê Ù­f\Ñe!^n\'‡Í¸’^—´6\ÚB\×','',0,'?'),(_binary '\'=!Za„\Ía\â\Û\æjU\ÑQ','wp-admin/css/site-icon.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-icon.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çQ\â¨>Ÿþ¡2ß¬v',_binary '\Ã4\È\áHqJ~>(¼˜Lq{Ù€™´l\åš\è™b^','',0,'?'),(_binary '\'>V_\Ùq—LDu¢dUŸ‰','wp-content/plugins/wpforms-lite/assets/lite/css/admin.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/admin.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â«úIpZnm …y\Åm%o',_binary '\ä\ìz\â²a&xDº3`\ÇT6p5‘©z#`\ì\îC¡~M\Ò','',0,'?'),(_binary '\'?öbV \Ëw®¢¸','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡a5dx¿‘a÷ó\ÉAr',_binary '¶\Ä­Œc’ƒ\ØjÌ€i\ãš\Å\êõD\rFý\'Üˆs\Î\é','',0,'?'),(_binary '\'Ac¸´\å,	~—6\ØøÜ¦\ã','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™:\è¾½%› Ÿ);§\0',_binary '\Z\Èó\'Ä¡ë§ª\Ó\Ê¶.s\'\Æ\è­sd\Ü4§^´\ÓI','',0,'?'),(_binary '\'CÂ¾\é*Cg’4(Æ±J/','wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aý—\\ðM¡…!o0\'‚y‰',_binary '¼C¬/F7\ï\Ü\ã\ä\ÜY$Ð’÷ûb\Ò:\Ó\ÕÀ¹òUyŸ','',0,'?'),(_binary '\'E-¾°\Ý\ï,‹¢omDi','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_9_plus_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_9_plus_24px.svg',0,_binary 'Kºö\Úþ\Þ\â\Èú\ÎHYRó\0',_binary 'Kºö\Úþ\Þ\â\Èú\ÎHYRó\0',_binary 'b\Ì}\Êleõ•8¾w\Ýö\Ñ\âr²\Ã\ç8\Ç†EÐ‚xœ Šö','',0,'?'),(_binary '\'Mþøwˆñ‘·ƒ\ã\Ç\rKj','wp-admin/includes/class-wp-site-icon.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-site-icon.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CŠ	\Ð.»\ÊkÐ›GcYŽ¹0',_binary '\"j\ë9½þV O\âjÚ¬´FdŠ\ãˆF}EPjþl“\Ø\ì©','',0,'?'),(_binary '\'N„o9ŠB®²V<™HB\Ý','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Inflectible.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Inflectible.php',0,_binary 'eK‹C%‰\ßyC-(\íqôª',_binary 'eK‹C%‰\ßyC-(\íqôª',_binary 'ù¹rŠT\Ç\í\êa®N«\ïúL`lC–Xž¢ŒYv’9','',0,'?'),(_binary '\']\\$m$\ì6,\Ûyª¿6','wp-content/plugins/elementor/core/common/modules/connect/admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y$9˜)óv/#ü-\ç\Ê',_binary 'ü\é\Çÿ\"óO\ã\'ÿ\\\Ï\Êº/û\ä\ædµŸ?gz‡e\Ï','',0,'?'),(_binary '\'`\Ö\n\ÓN‹¹¢1O¹ûB`','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.3.0/wonder-blocks.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.3.0/wonder-blocks.asset.php',0,_binary '\"\ãOH\éƒÏµ\ÈÊ’*ù#z\ä',_binary '\"\ãOH\éƒÏµ\ÈÊ’*ù#z\ä',_binary '\Ï0\ÅÁ\Ñø³+\×?&`O%\Ø]\Ï&, ó\ëô;\É\Z\Ç','',0,'?'),(_binary '\'aSVx1\Æ\ß4¦7‘k˜:','wp-content/plugins/revslider/public/assets/svg/action/ic_visibility_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_visibility_24px.svg',0,_binary '¾(dDN=†!_2òÙƒŠÂ›',_binary '¾(dDN=†!_2òÙƒŠÂ›',_binary '°¶$7Q\È\r‚R\Ùt¦5,ºy\åµ\Æ}¾®‹VOÞŒrµ','',0,'?'),(_binary '\'d\É\èIF@Š( N\è\Ý>','wp-content/themes/houzez/property-details/luxury-homes/description-detail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/description-detail.php',0,_binary 'Y\Ö#özA\ãýpijA\Ì',_binary 'Y\Ö#özA\ãýpijA\Ì',_binary 't‡/š»kU­x\Î6ž¤\ç½\r¤9„¯…\ã\r','',0,'?'),(_binary '\'lÕ½0k¿d\Éÿ\"zL¦­','wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications/Advanced/EmailTemplate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications/Advanced/EmailTemplate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':I`\\¨‡&Zú8\×ß‚›',_binary '#ÛŸºl\ädï½±hG\0±N’Wœ8\×<qõoz>\rr','',0,'?'),(_binary '\'p\ÓKÿ r®\ß öX_.\Ë','wp-includes/class-wp-theme-json-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-theme-json-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Fu\ì\Ð\0ð\ë=Ãµ®\Év\ä«\ì',_binary '\Ù\àGP\ÅjQ»\Ü6÷Ó®šˆøÿ\ÎÖ´’Ÿ¼mûu','',0,'?'),(_binary '\'q\î{–¼ü\ÜZ\è÷Ÿ>­¶','wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Dns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\âñd\Üó\Ð[!Ê¶ O‚',_binary 'Ÿ‡Ú¥\Ù.T:Ù…n6nX)—›BóqˆÑ·54*°–õ','',0,'?'),(_binary '\'rE\ã>+0£2\âafOÚœd','wp-content/plugins/wp-rocket/assets/img/infinite.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/infinite.svg',0,_binary 'Q\ÑqŒ˜¨µlÀZ‡£ûµ\ç',_binary 'Q\ÑqŒ˜¨µlÀZ‡£ûµ\ç',_binary 'œ«º÷»Þ’\Å<nÇ¿ùŠKF›$a¬\çû1\írþ¯','',0,'?'),(_binary '\'w’±¶&R4ho\Ì`X³','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/clearCache/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/clearCache/index.js',0,_binary '\ÙØ—+j+ÐŠ%D½¤…\Ã',_binary '\ÙØ—+j+ÐŠ%D½¤…\Ã',_binary '÷µ=\ÏFþ5ˆ“wytó\Íþ\Ú6²ß·êˆ»6OÓº¡e','',0,'?'),(_binary '\'‚ø«¢Œ\Å\\žXXLù\Í','wp-content/themes/houzez/framework/functions/agency_agents.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/agency_agents.php',0,_binary '4\Æ+‘ƒJ¬\æ\ßE±¨9ms',_binary '4\Æ+‘ƒJ¬\æ\ßE±¨9ms',_binary 'yÂ§PW¨\æ4%\ä)¶,nj¨`ŒúJ\î@^¸™ª]','',0,'?'),(_binary '\'‡€	‚q¯UšÛ¾Ze\Ð\Ê\ã','wp-includes/Requests/src/Exception/Http/Status505.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status505.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.\"Ú±\î®‰Ê¹\á¥\ç\ä_',_binary '\ÞU4>\àLtû*\é\ÜC˜)S\0¶~”\Ú;\ÐA\ÈR','',0,'?'),(_binary '\'‹ü»ž ˜o\È\ÍSŠ','wp-content/plugins/wordfence/images/icons/ajax3.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/ajax3.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mw\ßß´tê“\'\n¤ñ\ís',_binary 'œdz\É\ê\nºyK£Æ®¨\è’\'#]\Òx	VJRø¨.=:','',0,'?'),(_binary '\'‹\'LMtÁøcjDù@','wp-content/plugins/houzez-studio/admin/js/i18n/vi.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/vi.js',0,_binary 'E¿\ëKÚ\n˜X\å\í¾~ýg',_binary 'E¿\ëKÚ\n˜X\å\í¾~ýg',_binary '}»\Ç\rûC\\Ñ–|³Ž™6\'±\Ó1\×v\Z\ã·!\ê;±n,Q','',0,'?'),(_binary '\'’Z“\äNM®0w%?>%','wp-content/plugins/revslider/public/assets/svg/places/ic_kitchen_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_kitchen_24px.svg',0,_binary '±nI\\\ÄF°\ÆB\æ& hF',_binary '±nI\\\ÄF°\ÆB\æ& hF',_binary '\èš\"þ†ššW=y$¾\î4¨²w„\ÖM@…\ÜT²>œ','',0,'?'),(_binary '\'–K[p$$L\Ï>\'\Z\Ïb','wp-content/plugins/revslider/public/assets/svg/device/ic_access_alarm_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_access_alarm_24px.svg',0,_binary '\Ï\Îø¼ò\Þ\'48–;;q8¸@',_binary '\Ï\Îø¼ò\Þ\'48–;;q8¸@',_binary 'U‹	¾\ï\å±ø\"\"Øº©H²‹\Ñ±-	¸J§=ò³p','',0,'?'),(_binary '\'—”†¹dF”bþÀl¤<š','wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/AMP_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/AMP_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N’\è\ÉRRðÁ9v\ÂbÒ¾™\Â',_binary '2‚¡\í~ôø½1›uJPñ{k²½\Äp„\Æ0\Ð~ö•','',0,'?'),(_binary '\'—\é©\Â~P…½·…S^™¼@','wp-content/plugins/redux-framework/redux-core/assets/scss/redux-admin.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/redux-admin.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z\ÃEo†e&j\Å\íÖ‹f',_binary '$Ž\æ\"ªúo•X/AI;ð\æÆ£S±•z¬Ž¥34Vq%\Z°','',0,'?'),(_binary '\'˜&L\Êbó\ç-³6\á','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Permissions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Permissions.php',0,_binary 'ñ`ó…R,a˜œV/»{\Z',_binary 'ñ`ó…R,a˜œV/»{\Z',_binary '²Ò§ó$›\Ö\ãp\Î\Ñ\íqC\"*mŠ¤i\åb·4k‡\Æ/','',0,'?'),(_binary '\'š\Ç\ìiªQ\é\Êl8N÷y\Ë','wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø#OUœCy!™¼U1\á“\Ì',_binary '	»ˆ;^6öSL13±ƒz\çG5\\‘\í\ÝP\"©\éÊ¬ž1','',0,'?'),(_binary '\'\ÑÇ¸4hw]\ÙS‘“«\Ê','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÀQWpÑ½#›©Z‡N³\\',_binary 'Y\Ö\"\ZBö\ì%`˜<\Ê\ã÷\Í\â–\à\í+\Í=Œ\ïþ\ä\Í\Û','',0,'?'),(_binary '\'¡O×©¥S˜Á\à2ƒ\ãY','wp-content/plugins/wp-rocket/inc/Engine/Debug/DebugSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Debug/DebugSubscriber.php',0,_binary '^ú\í^\Û*(	&\á÷Êš',_binary '^ú\í^\Û*(	&\á÷Êš',_binary 'µ\Ä]Fl \×ý\Õ÷_<\æPoò@š\Ä\Õ\Æ\áC~Ø¾‘\á–','',0,'?'),(_binary '\'§\çÂ‹\Ùoýt\Ð\Î\Åmr','wp-content/plugins/wpforms-lite/vendor/composer/autoload_real.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/autoload_real.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«¼HHPô\Ó\é¦\Äkš=eP',_binary 'C{HÞŠðýq\èÃ´*š\ä\Ýt‘>H\æü‚\Æ<3Ž','',0,'?'),(_binary '\'­ \È;±‚ˆŽt|®Œ%\á','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-recaptcha.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-recaptcha.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜFS)ž?\ÃÊ‹E‚§\Å(þ',_binary '4\ìa‹úþ\Ï\ï\íÀ\Õ\0U\\;®·WŽýNª§ž|\ã','',0,'?'),(_binary '\'®\Æ\ÓÛ­]\ïÍ¨ŒÞŠ ','wp-content/wp-rocket-config/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/wp-rocket-config/index.html',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '\'²\Ë<	\\‹¡üS©9Ú‹','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/spectrum.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/spectrum.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ)Ï·‡È‚[N1Eöºš¢I',_binary '\nD*Á\'N^„sÁ™\\›\ï‚”r\ÒK5OµPQ³cÂ«B','',0,'?'),(_binary '\'µÜ§œ¹Dyn4›ú&$\ë','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_unknown_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_unknown_24px.svg',0,_binary '¥ýu¾Àö‰~/\Úõd\Zª',_binary '¥ýu¾Àö‰~/\Úõd\Zª',_binary '\â!	æº©pÖŸ\èÆ»§fn=Kf\Ü„\Ûü»n[YM\àB','',0,'?'),(_binary '\'»g|Í¹\"¬”‚jÝ¹2\Ç','wp-includes/js/jquery/ui/effect-transfer.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-transfer.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢PÀ ò\Ñ_—Xó\"*\Â',_binary '¾‡g\Ï\0mŸ_E9“7OM¦\Ç9O(ˆwO\Ñ\'}_3¥','',0,'?'),(_binary '\'½,ôEƒö^sA–¿¼M2','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÂJ\Ú]u¥)4½\ã\æò',_binary '°?­†J°¸5Q\ë\Â\Í—ƒ‡@úõÞŸ0/3Vý\0e\0\ÌK','',0,'?'),(_binary '\'\Å\Î{\0‰¶\Û\Å\à‡o];','wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'˜;5_\Êkô!\à´ú0add',_binary 'Ž›RR\\w\Ý}°n\èkhÆ³õr\Èzo\è	N\Z\í7—H\Ù0','',0,'?'),(_binary '\'\ÈIùð÷³ Õ˜¡\ÙqpE','wp-content/plugins/wordpress-seo/inc/class-addon-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®\ßLx\Ð@&Sf´	_¸\ë',_binary '\ÃRE\ÆF\ÄGôo¥\Ú( DBô=j\ß\Å\ÐÅŒ \Ó>Fûñ\àoþ','',0,'?'),(_binary '\'\ÉfÚ¨ù\"[\á\î\Æ€‹','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UpdateContactPhotoResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UpdateContactPhotoResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X\Ò\×\Çc\Þ —[“¬hd\Æ<',_binary 'º2\î\Ù\Öþ\"÷1q\à;\ëL\Ç\ÕAÜ½–\æ4­.R','',0,'?'),(_binary '\'\ÊqWE&/\ßyU\Ø\Ð','wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­´w³ŽvÚ°ô\ë\×Mñ]’',_binary '\Óðñ\Û$¶}}&\ÔÍ¸\ßX¥Ä\"´B\ÚgPjlK\Ó\Õ','',0,'?'),(_binary '\'\Íp\"ª¦r–Œj/ŽA£^','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/Data/Brands.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/Data/Brands.php',0,_binary '®þÛ M úcú\á÷\Î',_binary '®þÛ M úcú\á÷\Î',_binary '‰\ß952»¢\Þø÷ƒ\Íi; bN?°vû§=þ>\Ý\Zpö','',0,'?'),(_binary '\'Ö¦\Õ£¥\Þ\Ø=7…€c','wp-content/jetpack-waf/rules/rules.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/jetpack-waf/rules/rules.php',0,_binary '\Î@õq\\ƒ}±«§—[õ',_binary '\Î@õq\\ƒ}±«§—[õ',_binary 'þ[\ËT\ÅnŸEjd\Ý(²$:!Áh\ÔÎ\0›s\è><','',0,'?'),(_binary '\'\Ù.K9…0š\ì¢óƒ˜\ÑÔ¶','wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eÜ§\Ð8\Èn­\éM\édü',_binary '\ì\ÖLlX\Þ\Ó\Ü*£³\Â\ç\É\å8ŸH\çž\Ü$X^?…D\Äx','',0,'?'),(_binary '\'\ÚÀ¿_iYm1ÁR','wp-content/plugins/wordfence/views/scanner/scan-results.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-results.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qxM!’ò£\nB½Š+=L\Ø',_binary ';ªOÒ¥v\ì\Ï\ÌÌ‰þ¯™\Ø	\Ï\Êþ¶\æ\n„Ÿõ¶','',0,'?'),(_binary '\'\âþ”~s°ô\àˆ‰\â´)','wp-content/plugins/revslider/public/assets/svg/hardware/ic_devices_other_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_devices_other_24px.svg',0,_binary 'µf? au`›{½ñ„˜s¾',_binary 'µf? au`›{½ñ„˜s¾',_binary '?R´\Ð\ã\Ôl§FýNù\ë\à\Ì\Ô\ÉN¦;ýcF@½&\ä','',0,'?'),(_binary '\'\ç-ò™-¡­º:€«\È\â','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_it.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_it.js',0,_binary '[$\Ïj„Jq‘\×RýN6o ',_binary '[$\Ïj„Jq‘\×RýN6o ',_binary '(\Û\í\í±M›“õ(º\Þc\î\Êa§_*Ý±Ü‘<mhÝ¡','',0,'?'),(_binary '\'\çø=‹l\ã7\\rT‘\Ò','wp-content/plugins/houzez-crm/houzez-crm.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/houzez-crm.php',0,_binary '«_\í*o\Êd\Ó\é[D\åŸ\Ì',_binary '«_\í*o\Êd\Ó\é[D\åŸ\Ì',_binary '\à+Ý‹n–,\à\è\Ü\r‡a\îO=6õT\Î^û¢Eg\Ï\Ãv\â\á','',0,'?'),(_binary '\'õ³Ýƒ«\'s\Ä„ü`s','wp-content/plugins/wpforms-lite/assets/images/challenge/sullie-circle.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/sullie-circle.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/}\ÙJðj\Ø;\ÚØŠ6&\0',_binary '­¨o”3òcf\Ãz\Ó›:gš\\E\ì\áM\Ñ\Ý ²+CI','',0,'?'),(_binary '(š\íÑ“ó\"r\ÂEŸ´C\ç','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_off_24px.svg',0,_binary '0•ž(¡=*ûM\â\Õ',_binary '0•ž(¡=*ûM\â\Õ',_binary '¾;6\Í4b‰Ao›œ\Ðo\Æ8\×anš\Ër\Ëi\É\â[Ÿñ\Ã\Þh','',0,'?'),(_binary '(¿\æ·e6ª\ÛÑŠ_Ÿ\Ç\r\Ä','wp-content/plugins/wpforms-lite/templates/emails/compact-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/compact-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Iý`Ž‹‹¨8°?¯’-t',_binary '´\Ú3»–ýXÿ›\áýÅ€÷«n\Û³™\æ\ãµ\È2ž\Ó','',0,'?'),(_binary '(Xã¢Œ¿w0\ìF>¢˜[','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.5.0.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.5.0.php',0,_binary '\Í\à\'\ÙÖ¯+\å\Éh\ëY«7Š',_binary '\Í\à\'\ÙÖ¯+\å\Éh\ëY«7Š',_binary 'Ði|D\äLT\Úd,Á¡Å‚tÁ\äz\\\Õ\Ñ\ÝÝ¶\r\É\Ôo\í\â','',0,'?'),(_binary '(6?|Deú…h¥µÖ¼±','wp-content/themes/houzez/property-details/partials/energy-class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/energy-class.php',0,_binary 'ß—¸ž \"ª\ì\Ê9\0F\ß*K',_binary 'ß—¸ž \"ª\ì\Ê9\0F\ß*K',_binary '¦@\ØzOœB{\"!:G\Ç\å4T\Óx\rðGø\Õ:˜Lby','',0,'?'),(_binary '(ˆ\Ôg%\0\Ï\Ã4\Ý\Ûl>œ','wp-includes/js/jquery/jquery.schedule.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.schedule.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&³—Tªk\ÇfØž¤\Ä½',_binary '¤\Ü?\ï\ÆvEÊ”ªwj\Ç¦¡C\åPÕ¯\ì_µ£','',0,'?'),(_binary '(]¬ŒEx\é{<3','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å€Þ·š’öv,Z3„kûCD',_binary 'ÂžgOö\ï•D>Á+\äMU\Ï\Úó¾€Aýx\í—','',0,'?'),(_binary '(á…¯\ÕÆ¢M°·<','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/storage-registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/storage-registry.php',0,_binary '\Õ\Ñe\æ8Þ¯\Å)ÍŒ\"™',_binary '\Õ\Ñe\æ8Þ¯\Å)ÍŒ\"™',_binary 'úÌ–E‹\Â1h¶\ç\à$@\"T2*4øÌ¼p\è\Ø\ßLG','',0,'?'),(_binary '(%.÷‹…\â\Îj}•™‰\Ã\Ø','wp-content/plugins/elementor/modules/performance-lab/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/performance-lab/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â´«órø•\í6&\Æ\Ë\"',_binary '\à‹k%z\å\ã;\Í2®$º]D,ö_¤ð\ÚH1ÿ)','',0,'?'),(_binary '(&/\Ï;„qfŽ$ð\É\Ï','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hu.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hu.js',0,_binary '/¤%±S\ß\Ñ\ßcþ±\Ê&R',_binary '/¤%±S\ß\Ñ\ßcþ±\Ê&R',_binary 'vB‡F”f}¨\ë\Ï÷sR\Ä40+\Û\Í\Üó•\\E\ÉR\Ö','',0,'?'),(_binary '(0ó0k9Y¿˜¡\ãA®®\Z','wp-includes/blocks/preformatted/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/preformatted/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çOoJ}[¯Œ×»õ¥ÁWŠ\É',_binary '›¿m€\ä\ãA-¶\ä`’8\Ç\ï	£P a\Ôy\í<ð(œ\î','',0,'?'),(_binary '(1\ÈðCt¹wt\ë2°?~','wp-content/plugins/wordpress-seo/js/dist/languages/cs.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/cs.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\0ÖŸ*½6B`\ä\Ù!\ä\ÑTS',_binary '¡Æ–/?·]\ïR¶\ÖÁ|\"%0÷ª\ÄõD’D3ª\ë','',0,'?'),(_binary '(2j½—=@:0uÏ¼','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tools.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tools.svg',0,_binary '\È~\à_œþ\Ðzø”üÔ¸\ã',_binary '\È~\à_œþ\Ðzø”üÔ¸\ã',_binary '%“\Ûss-\Z\Î;ƒ\Û\ÍôÕ‚½ÿX¦®,\Ì&—û/\á_!','',0,'?'),(_binary '(2ûA$\Ä\åSa”™÷Éº','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\×¼¬æ•»Š1˜yŽ',_binary '#Š\n|\Ð4êž‚#Mp\ç±\à5•Ž^™±Hj†\æ5w\ã}','',0,'?'),(_binary '(?»ó¼l\È^Ýž\ßõu¨L','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/PseudoRandomStringGeneratorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/PseudoRandomStringGeneratorInterface.php',0,_binary '}5©ú\å\æ÷M’cw½\Z',_binary '}5©ú\å\æ÷M’cw½\Z',_binary '\ï‘¥¯´¼‡\×ô\Ê\Öi9¡\Ùc5øÀ\Ô6T½?	\Ý','',0,'?'),(_binary '(?\Ë\Ü\×>¹ôS©Næšœ&','wp-includes/images/media/default.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/default.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-¶©\æ\ÍI\ÒB–h\Î@\à\Þ\çb',_binary ':\ë¦oLóJDjòþ$->»iº\é\'\Ã6nÖ \î›Ui','',0,'?'),(_binary '(A$²Zˆ\ìÀ€g˜‡œÔ€','wp-content/plugins/revslider/public/assets/svg/notification/ic_do_not_disturb_alt_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_do_not_disturb_alt_24px.svg',0,_binary '0—ú)\Îuý)´mù¹',_binary '0—ú)\Îuý)´mù¹',_binary '\Èhz\ê?\Ôë”¡s;£\Üòò1ñ­Wk\"D…¶ÍŸ\È','',0,'?'),(_binary '(DÝ¿ñ\Ä?\Ä\ÐGfÉ','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l¯!ôBØ©7K\Â,\Z\å‰',_binary 'ñ\Ôz¬ÿ˜\Ñ	%\ã.–z\Ó.\å³\Zð=?\Î˜\\:%','',0,'?'),(_binary '(Dœ]K½ºþç·«\Ù\ê\r\'','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SearchDirectoryPeopleResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SearchDirectoryPeopleResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xj\ÖA\Í\éuœ\Õz³\Çl´',_binary '8A<\Ù46’A¥ ´av| 6›‚4Œ\Èa\å\Íy‹x¬,','',0,'?'),(_binary '(FTˆ›ŠfM¯/w)&\Ì','wp-content/themes/twentytwentyfour/styles/rust.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/rust.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pU…\Ä÷\È\Ñ\Ík	0Œ¸ ',_binary '·r:\ëu`\Ð2—ú\Ñ?À§\å\×ßž¯®di`½À!÷9','',0,'?'),(_binary '(GLŽlˆÀ#B…Q‚','wp-content/plugins/elementor/modules/library/user-favorites.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/user-favorites.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '` iº\ì ¨¬—™\ÅI+',_binary 'F‹ÿ!½!¹\Þ%\\ŽÚ‡)]=\ì\ã6q\Ô_¾z\ä >','',0,'?'),(_binary '(I£\r\é=.SXts@M¥\\','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/ContactGroups.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/ContactGroups.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á\Ò\Æ\Ò½hrE‡”ã”Ž',_binary 'F\r\à\Î?û\Éú=ºÛ¢\ázý\ÜSŸ?N—Q‘\Ø\Í+£pÿ','',0,'?'),(_binary '(Tm$\Íù4„\ZOœ\ÂA\Îõ','wp-content/plugins/insert-headers-and-footers/ihaf.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/ihaf.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/*÷O€†m\ì\Õ\Ü\ÎûQ?',_binary '?hö\áÕKf—oÁø\ë-£»‰\Ù-)ÑˆTTIÌ¤','',0,'?'),(_binary '(WQ=3\Ñ\Èy\îú\Þb6','wp-includes/cache-compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/cache-compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\Æ#X¹T\í\ÙpPÅŠ:M',_binary 'Š£ƒ`·a=|«;\ä^ky\âŠ	8uû\ÑG˜ù6´\Ì','',0,'?'),(_binary '(Wû»0û\Ç\è\Åa¿(È¤9”','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B*v\rc”%¨\åŸ™ok®',_binary 'ú‰^Á\éYò\r„,Æ¿4\"ý\ÔB;\à\å—k?(\\ºµD/c','',0,'?'),(_binary '([3|\ìtEÿÿƒ¦‚5H','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DataController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DataController.php',0,_binary 'µneªn¸\ë\Û\\ˆQŸº',_binary 'µneªn¸\ë\Û\\ˆQŸº',_binary '\ëo‰\\ù%\è¯†+—\r»\Å\Î÷vKØ°_…g','',0,'?'),(_binary '([d‰˜ùº±¡\×\ïBQµ‹','wp-admin/js/updates.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/updates.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²\Ë!3=v„”-‚Lºƒ\Ð',_binary '‚K{\Â	\Ä\ÊP{„\ë\Ë0k’ß‚\ÕN\î.\n<„\'\Î','',0,'?'),(_binary '([h¸õ\ät\Å[k¯\Ð\âE\ï','wp-content/themes/yith-wonder/assets/css/registered-block-styles.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/registered-block-styles.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À!\Z\înAf×¿3V\ÙÀ\ì',_binary 'þò‚^†­\ëp)nÐ	«;‘O\Â[vdì›‡\Þ','',0,'?'),(_binary '(^†1\ÓO7ÀÆ™:tb†pb','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_hotel_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_hotel_24px.svg',0,_binary '\Ê1ª<ò‘io¦ \Þ\æ\ÓX',_binary '\Ê1ª<ò‘io¦ \Þ\æ\ÓX',_binary 'hzÎ&º\ç\Ô:I+9€~C\Üy@±\ÉJ/s2ù i\n','',0,'?'),(_binary '(gp\áWQ\0Ð 2Tú«ñž','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'PD–³²“oó5Ï”S‡\Ü',_binary '‡t»Z¯E\àœ($DB0vkFò\Þ\Â¨|[\ä=kú\Õ#\Å?','',0,'?'),(_binary '(h—þ\ïl¾\è;*\ãŽö\å','wp-content/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php',0,_binary 'kh…8³\æQ€|ðö„',_binary 'kh…8³\æQ€|ðö„',_binary 'OT\ËtfE=\ÍT™J\Ò,¾x¡T,ŸK$¼_d','',0,'?'),(_binary '(l«\ÃÖ…+%ñm»‡\ØGI@','wp-includes/blocks/rss/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…,u«)\Ú\î¤\'&,s’Q¶',_binary '\Äõ>Qk\ØeGù\Þ<Ó­\ËQ¼˜·Á¯\ÎR\Í\"\ì\ÜI¬B\Z','',0,'?'),(_binary '(t\ãÄ¯A>\ÙEAXe]¡\ã','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-cloudflare.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-cloudflare.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fˆfž™\îŽÙ¡y…±N',_binary 'k\\b,‘û\í¥Ia­Œô<´0wQ<Ž\Õ\ÏŒSœ','',0,'?'),(_binary '(u)—Ÿ\ÍV\\naB\Â\à5','wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pH…·Û¿\Í]-\ÆbÏ÷R`',_binary '\äˆ\Þs–[‘¶õ² ø\')o*)\Ó*0\Ê.{-¿\é\æ$','',0,'?'),(_binary '(vN’\Ä\Û\r\ÎU2²\\ReI','wp-content/plugins/updraftplus/vendor/components/jquery/component.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/component.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰ý0\æC\ËÀ]h»U\Í‰',_binary 'Þº¬\îÀ\ÛN\Z‘\ã\Ïñ€¦K4_\éñúÖ¹•Á(','',0,'?'),(_binary '(x*J û…,…LÃ›n\ç<K','wp-content/plugins/wordfence/images/icons/arrow_refresh.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/arrow_refresh.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k•w„`ö`ª|ô}$G€§',_binary 'u¤/2/¼Œ»@‘Hž_Ilh•™ó¸/aU:«	','',0,'?'),(_binary '(yC\Þ\íFRXð\î\ëF','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_lv.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_lv.js',0,_binary '\ÅV\r\àZ\0o\Òf¿¹2',_binary '\ÅV\r\àZ\0o\Òf¿¹2',_binary 'w‡7Ž¾Š\í[\Þh\ã;\r4\rC\Ü[2\Óþ\Ó½\îe\nŒÀ','',0,'?'),(_binary '(~6vqV\ì0ô{†\"','wp-includes/ID3/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½bK~ä®ã€‘=Cþl',_binary '§ 5…¥\ê+óP$+®¶” Ê¨•ž7ˆø\Çý\à®ðe','',0,'?'),(_binary '( \ïv|Tâ€” Â¥\Ô','wp-admin/includes/screen.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/screen.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®@\Ç\Ôm.Q\Ñ÷*¸KI™',_binary '˜%tñþ‰gõGÿþ\Õ_!	\á_@\å\ÇG\Ñ','',0,'?'),(_binary '(‚±\ËM\Ã\Ï\ì˜\Ð\êjô','wp-content/plugins/revslider/public/assets/svg/alert/ic_warning_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/alert/ic_warning_24px.svg',0,_binary '\âk’¼(1:ª\Úbòck\Ë',_binary '\âk’¼(1:ª\Úbòck\Ë',_binary '”…\Ò\Ú*\Ýtè›ªtmó´SIo2\rô|oŠÛ²2k','',0,'?'),(_binary '(…—+Á\0…	‹\ÖFa8Á-','wp-content/themes/houzez/js/vendors/i18n/defaults-sr_SP.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sr_SP.min.js',0,_binary 'q€J‡\×$y©]~})Ëž”v',_binary 'q€J‡\×$y©]~})Ëž”v',_binary '\×\Ïø*\Ó(O˜\Ò_¯’Áb\é\ß\ê tTEó\Ô.F\ÇÅ ü¾','',0,'?'),(_binary '(†º¥\éùˆ\Ï\é+;#\\Q\Ô\Ü','wp-content/themes/houzez/js/vendors/jquery.overlayScrollbars.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/jquery.overlayScrollbars.min.js',0,_binary '\Â\r§•órE€žxÜµ/',_binary '\Â\r§•órE€žxÜµ/',_binary 'Z\ÂBøºL8\"Ãœ·ÀÕ ¹‚`§V\Þ\ìLÐƒHpo¡+','',0,'?'),(_binary '(7V™@\Ä+T\çžMCª£','wp-content/plugins/updraftplus/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\ç?<f6ŒT8„½Qù',_binary '·^‰Ä‹šuÁ±\Î`’z·\æmATl\ëñññ«b6','',0,'?'),(_binary '(‘,¡b\ìþ-e\Ñ0}9¯y','wp-content/plugins/elementor/includes/controls/image-dimensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/image-dimensions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@•,.&¹kŸF }6\Ú',_binary 'Ž\Ä-– ôw–\nE\Z\Ý\ë^\çŒ\ÅH&\ÏW \æ®„˜','',0,'?'),(_binary '(”>\á}d3,û¼¸','wp-content/plugins/revslider/admin/includes/shortcode_generator/shortcode_generator.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/shortcode_generator.class.php',0,_binary 'örMR\nA\Ò÷y·¬Q¾úM',_binary 'örMR\nA\Ò÷y·¬Q¾úM',_binary '\r¬(ôu¥\È\ãU²Ë€n³\Çßœ¡JW1Æ«òu\Ì\Éqb','',0,'?'),(_binary '(•C\r\æFl\Ä>\ï\×qpŽ','wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼~Ò¡:\îe\\–\Ñ^\ã2l',_binary '.† µn‡P\Êh:Yä‹°Xdù\Å0\ï$\Þÿ)`\09°','',0,'?'),(_binary '(–T\Ók|«k›sT‹û','wp-includes/blocks/post-author/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­SMöƒüý»r7\à\'8.o',_binary '\Ô8@•û\Üóe\Éû€ˆn\ë†Rl‚û\çVJ¨”çŠ‹B','',0,'?'),(_binary '(–Y\à\'úˆ^kz!q–ÿ¶‡','wp-includes/js/dist/block-directory.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-directory.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\Ê~l…©ŒÀA!\Ï\Z',_binary 'g\ì\'\0y_,\á\ì\Ý¤t\Â\îó#lh\ÊP4\Ë\Õ4','',0,'?'),(_binary '(šk¬C¥Ž´y/DT–Õ™','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/class-redux-options-object.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/class-redux-options-object.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤þü\ÏCe\ìñt\n1„l',_binary '½w™\ÌN˜ß…&\Ðk$Ùˆ\Â	j\'_\í\ÑŠ]D\Î\ßú','',0,'?'),(_binary '(žu\Þb¿)1øû¼•./','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/map.php',0,_binary '\îg·\Â3]ûPgÍ¥®{öû',_binary '\îg·\Â3]ûPgÍ¥®{öû',_binary 'y\ß!p¤—\ÒO \Þ\ãú\×ÀKRq\nB\Æk©Á\Æ\r(ÁmsY\Ô','',0,'?'),(_binary '(¥bbO\Ë\å¥^\ê^¼}„B','wp-content/themes/houzez/template-parts/dashboard/board/enquires/enquiry-info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/enquires/enquiry-info.php',0,_binary '¨ß”u‰¶Í†7\ê\Û',_binary '¨ß”u‰¶Í†7\ê\Û',_binary 'f›\Î:l_£\à\ÐqY\ÌF ¿8\èŸ.ÁÞº£\ÚWª\ê@K','',0,'?'),(_binary '(¦xñIµð±KWP\ÂýHñ\ç','wp-content/plugins/wpforms-lite/src/Lite/Admin/DashboardWidget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/DashboardWidget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åzµ\Ókê³„\0X±”#¸±',_binary '.\ÍNüJ\î1„r*¶g™\Ïd¿8\È6:su;ƒ','',0,'?'),(_binary '(©\Ù\é°\\˜>¢øb³©\âz','wp-content/plugins/elementor/assets/css/app.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\åDyœ¬jŸÚ@dQ',_binary '‰=)\ß_?!6ò~Í¿]‘Š\Ô7{Ô¯š,\\g>ð','',0,'?'),(_binary '(«“\Ý†…û\ÄÁ‚f','wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù\âù<\Îv\Ï\ì¯R®1ñ\Õ+\Ë',_binary '\â\ÖÞ¦}%\ç4÷Žl³»“ý\à\Ô5œxP}\ßƒ5pƒ','',0,'?'),(_binary '(¯9\Ì\Ñ9\"\ÐÞ›÷œ ','wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷¹€Š®\"\Çh=\Æ]d\åg',_binary 'AùI*\Î%\ãx’\éS“\äp\Ä\ËýlÔ·¹Y˜HIöGŽ','',0,'?'),(_binary '(±\'”‹#õ¤%¿›ùT','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementAccounts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementAccounts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©b\Â)\Þ5\ÜFK`±\Ô',_binary 'bF\Â\æ´º¬ý\Ó}z\Ö!¢›\Ô?£\Ï#aœ\ØT\×º','',0,'?'),(_binary '(³\ÃÕ••)\à˜(pwBl','wp-includes/js/dist/list-reusable-blocks.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/list-reusable-blocks.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à\Ñd¾b¨\Ñ\äD.\ßAZ\\ž',_binary 'p\ÆB„zº,(\Â\äAÁÄ˜r\ìî£¢\Øao\äœ\ÒøL³œ\Ç','',0,'?'),(_binary '(µ|ÿZ¢x´T‡þ‚[Áu','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Òz?®\é(»…E\îWup¹',_binary '¨+‹\ë\ê‡D\ï\0ej³\rg\Æ\Î\èÏ§¶„4ñ','',0,'?'),(_binary '(µ\íAf\Ý\ì·¹\Ýc\å!l©','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8Dg²\ë\r*>÷Ñšþ\Ë[',_binary '*4ªG¨‹2‹ªp\Ðñ:¬6ñ\\Y½\Ïpª‰ˆ»','',0,'?'),(_binary '(·¹\Û>f0\Zg[|¼\î\å¨','wp-content/plugins/wordfence/lib/wfJWT.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfJWT.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»}{ j\åN°ˆñc\ÒK¿',_binary '0mhN`x”x~HŸLj\és¦þ°\ë€O\Ç\ä”P\Í\Å,','',0,'?'),(_binary '(½Rl»•o›WŠ¤','wp-content/plugins/elementor/assets/js/7dc832afac0230c2012d.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/7dc832afac0230c2012d.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n\ìÀ\r\åúG\åzs¶“-:ü',_binary 'ˆ\nŸ7Tn ž;pôJ¦(imNû\ça\ï)|DHe','',0,'?'),(_binary '(½n\Þ\"Œf\Ð„[žùB¡4','wp-content/plugins/revslider/public/assets/svg/editor/ic_publish_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_publish_24px.svg',0,_binary ' …„-†_¤(\nB’\åOqS',_binary ' …„-†_¤(\nB’\åOqS',_binary '±“s\È\Ò\á\âOBò;«þ€8$“€ùøX\ä\Ð\í\ÜH4','',0,'?'),(_binary '(\Æ–Õ—\r²³eG‘¨g','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CanLazyloadTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CanLazyloadTrait.php',0,_binary '\Öv¾q\âs™)u?\Ã\Ý|Ô¹',_binary '\Öv¾q\âs™)u?\Ã\Ý|Ô¹',_binary 'hy\Ë\à8ž%0ú\â;\È\ì`‡„­7uJ:ƒPJ“9','',0,'?'),(_binary '(\ÊWdÈµW¨~‡øÿ\çaS','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_80_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_80_24px.svg',0,_binary '”M-j¦ª=÷ªÑµbg\å',_binary '”M-j¦ª=÷ªÑµbg\å',_binary 'ƒSI#—³‹\Ç\ê±p\Ôw8\nªó‘Ov©\Ï`\\\ïx\Ö','',0,'?'),(_binary '(\Î04azU„Mª\'Kd','wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Cache/CacheItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Cache/CacheItem.php',0,_binary '\0\n@.ˆT[z§,H\Ö\ÄhC',_binary '\0\n@.ˆT[z§,H\Ö\ÄhC',_binary 'kn\ÜJP³?!^wOŸ¶²¿\ëP\ïJ­Ðª LÿW¬','',0,'?'),(_binary '(Ñ‹q]g(ô–\"LUc','wp-content/themes/sinatra/template-parts/header/navigation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/navigation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~Ýšy„w»,öWÀÄ©…',_binary '¿Z´\Â\nsWR=m*r6B\Ò\åxD\Ý2!\É\ÝØŠY—£Gš','',0,'?'),(_binary '(\Ò\Ó<KÀ \ÖR6+soY]\Ü','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-sidebar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-sidebar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©—:Bý³\ê\Úbù.vÁŒb',_binary '\Z!M\'\è\n@|4¼2µf–k@‚¯$n€GÉ¸Añt¹m\Â','',0,'?'),(_binary '(\Û\çJ\ãLðˆ\Þsn\æS®N','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/ResponseInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/ResponseInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\{•ò³\æP\n\Õ>†|9Œ',_binary '#\Âkn–¥\Ì\íwÂŸEp\ÆþS0f¡ów4©\Ú¶\rÀ','',0,'?'),(_binary '(\Ý\ÆLS[šöWl#“ð¦ó ','wp-includes/sodium_compat/src/Core32/Int64.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Int64.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\Â\×Ð¥‡x¶	^\Û5ü\Ê',_binary 'H\Ä3Š³‡\×y\Ë\ä&\ÇkÀŠ3§‚ú\Ü}‚ƒ:','',0,'?'),(_binary '(\Þ\Ês»3TN¤o(©','wp-admin/images/freedom-1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/freedom-1.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(ª9f\r\Ý\ÉOJ\Z¡§]²',_binary '—\éeM\Å\ã\ãO\ë\ì»\ë†\ï8\0\\\0œ“Á’\é7”\ÜÂˆ‹','',0,'?'),(_binary '(\á<E\ngc\ËM-]/[O','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementAccountSummaries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementAccountSummaries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶O#\ZA–Kfû»0@\\Äª',_binary '\×\ÂJ\ÔÔ¹™\ïlóÁ¬ ƒœ”Gj\"·~d\ås<°','',0,'?'),(_binary '(\å\\\ïklGD\ëoo<\Æ~K','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i(§Sq!\Í\èV‡Ndÿa-',_binary '\ÄJ®v\ÂDo„ÿ%úÿ\á<\íª\ÝMþ¶±¸³`°/¨Np','',0,'?'),(_binary '(\æ+”ý°,õñ£–V\ËvüP','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èP…¹\î\Õ^oÕ±,›c¨',_binary 'Yõ¶;\Ï9M\é~\ÃjG–O+|R¯»$}—|k–','',0,'?'),(_binary '(\ë\â¤ZÁñ1\0‘!‰ƒ','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/All.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/All.php',0,_binary '\à\é\å.\é®™8m¹Žó',_binary '\à\é\å.\é®™8m¹Žó',_binary '\Ñ\Ù/¤\Í\Æé…º\r\ÔD3\\4Ã”‡W‘y r¢Õ“Bú','',0,'?'),(_binary '(\ï^¦3N½š©“‘¢3','wp-includes/wp-diff.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/wp-diff.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ‘\É-xñ•<\Äz^¤Wet',_binary 'üaÿ\Û;˜Éº³\ä*2Z¹œf1›ò\"§\n°Nt~Ÿ>‚…','',0,'?'),(_binary '(ð\Z\Ü\ÏÕš÷p\ßs_»—','wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ?3%u\×où£\0tª',_binary 'e:£½ž\"\âP\Õ5ôuAg\"o¿ššeZq`½\à¡ðº7\r”','',0,'?'),(_binary '(ðZbcÄ²²\Ý6p·\"$\ì¸','wp-content/plugins/wordpress-seo/src/helpers/options-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/options-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T‡ý\íŽ!%(sŽ\Å[\Û',_binary 'iA£€8\é%¤\è û4\âô\êT3\Ú_¦\ìÏ©¨aUò„\r\Ò','',0,'?'),(_binary '(ñ\Ä\Üù\'iºý^ŒöŠc¬','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'piú\î‚R\"o¸-/\r',_binary '³\Ô$s“E\'m&h²†\å\ëÿ \é}[&–žþŽ;X÷\Ð','',0,'?'),(_binary '(ôgŒ&é££³Æ@¯$','wp-content/plugins/elementor/assets/js/admin-feedback.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-feedback.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"‹Ü­¿«R\í\êq\Þ\00O\Î;',_binary '_£\çO\nY-§3¿Ž/ŸŒe\ß\ÅH(ŽmFðY¤','',0,'?'),(_binary ')\0™B¥¶)\á+\':ùf÷ù','wp-content/plugins/revslider/admin/includes/functions-admin.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/functions-admin.class.php',0,_binary '\×\Ênk}l¶¿\è\"@\è\íô†',_binary '\×\Ênk}l¶¿\è\"@\è\íô†',_binary '¡7ƒO\íœ7|\Ë0’b½‹ZjR‚¼R.1UN‡\ÆµÜ¼7\ì','',0,'?'),(_binary '),ÿ‡¨]oø}aU\É\ê','wp-content/plugins/revslider/public/assets/svg/social/ic_school_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_school_24px.svg',0,_binary '¶v°\Í {_\É(ð¼\Ñ[',_binary '¶v°\Í {_\É(ð¼\Ñ[',_binary 'så­¹`‘Œ	N’\È\Ë\Ù~8Òƒ‰Ë…¦\ß	\no¾Q\Ê','',0,'?'),(_binary ')ž\ß1 Ÿœwû%›w§','wp-content/plugins/wpforms-lite/assets/images/stripe/stripe-connect.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/stripe/stripe-connect.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';wi¡N“\\¡†:\ä1y',_binary 'H½Z&8B¨æ½‘\ÇFT\ä\Õv—HZ\Ò\Ò[BlO˜\ä\Â×¼','',0,'?'),(_binary ')\rAUr¥M\ë\ì²ùñ! ñ','wp-content/plugins/elementor/includes/controls/box-shadow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/box-shadow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E¹$ÀD\æ92P^0W’\Å',_binary '–ˆF«vó…\á\á¸‘q”Ä…„PYª3\ëÎº\Â\ß\Û\Ò\íñ','',0,'?'),(_binary ')W=œ\nõ[7šªž\Ä%','wp-content/themes/houzez/framework/options/blog.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/blog.php',0,_binary '‚‘½™úcpõ7ƒ\ï™À',_binary '‚‘½™úcpõ7ƒ\ï™À',_binary '§tµ\Ó?=yÀ“ñ\ÓCP-%\Âjgt© Y\n\ÖyŠ¼´û','',0,'?'),(_binary ')ò\Ú\Ü[X‡˜†\nÈˆ\ãew','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-css.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-css.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&k šñ´wž\ç	\ç¿ö\Ø',_binary '\ãm©ªC4\ß$z³2\Òi¯«\r3\"‰4§‚ø§­’²ñ\Ù\ë\à','',0,'?'),(_binary ')oœôF\Ü\Øjn›X\Û','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php',0,_binary 'gÇ¤\ØeR\r<\ç&Mž\ß',_binary 'gÇ¤\ØeR\r<\ç&Mž\ß',_binary '¼Jž°\Øõ\È5\ÛðP½±n\åZ\Åø\æ­Ï¯<4ŽX\Ùp¡…4','',0,'?'),(_binary ')\'hLíœž¿\rÐ€^‡¿¹','wp-includes/blocks/page-list/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý8\Ë	±xñ\Æ Ž\ÆvR<ƒ\Å',_binary 'IˆI³|{8ºÊ°Áõ$\æN³i÷\Õ0<&[¿v\ÙHV\ß^','',0,'?'),(_binary ')(‚½\0‡—\ì0¥L\Ñ\ÛXõ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/sanitizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/sanitizer.php',0,_binary '—þCöN¦a\Z?œF`',_binary '—þCöN¦a\Z?œF`',_binary '2\ØB\×Ñ“\ÈG„¯OôÊ£Ö´|¡\Ôó˜H»jU¾ ','',0,'?'),(_binary ')+khH\íO@O?†O\îu','wp-content/plugins/wpforms-lite/assets/js/admin/admin-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/admin-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ûôš\"\í\×\Z\ì¯ùc\Ô\ÔqÁ\'',_binary 'dFX+Á\è,ˆ\â\nx6k½\Å|N(q\è‰k*ÈŽ','',0,'?'),(_binary ').ZJ\èÁZ\ÕÀ\ZIið','wp-content/themes/sinatra/assets/css/woocommerce.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/woocommerce.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú\Ýô\Ä\"!)\\\ïEMU¯GH',_binary '›EÁ\Ù%û¸2T\ÕülÜ™Ì²i\æYûd.\åb\êb\Ïôr\Ú','',0,'?'),(_binary ')5\Æßý\Ò\îyzób:','wp-content/plugins/wpforms-lite/assets/js/admin/share/admin-utils.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/admin-utils.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦\âV•o\Z*\Ó6w¡·ð|J',_binary '`\Î6`ë‡½©ß„\Â~\0’\É\Ãh²L˜\ËNùŒE^›Œ\Z','',0,'?'),(_binary ')8f­m\Î\Ýh\Ê~T½µ^','wp-content/plugins/revslider/public/assets/svg/maps/ic_terrain_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_terrain_24px.svg',0,_binary '\ÓDp\0)úü[ðY\é',_binary '\ÓDp\0)úü[ðY\é',_binary 'E‰é…².~I/€tK\Ç\×\Ò\æÞ–¿·D•™Xy\Ë\Ñ\æ{E','',0,'?'),(_binary ');\Ü¤¬ª\Æ\ç¸\â\"','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeVariationsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeVariationsController.php',0,_binary '\àT>Ü„\ïƒ&³Gk¢h€ù',_binary '\àT>Ü„\ïƒ&³Gk¢h€ù',_binary '\äŸ9ž\'i?\r#±Š]i\Îs‚«,©®¸¸,S\Ó\Ív’','',0,'?'),(_binary ')FTj›—­ó«CJcûG','wp-includes/blocks/image/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rû«“v~°\Ü\\\Ñ\ÖP\çûµ',_binary 's1´Jip\Ýi`*Â¢V\rº\âú`=ÅªpU\ío\ç¢','',0,'?'),(_binary ')K¬\â­hÝ€Õ°ð_\ë-üS','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Synchronize_Property.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Synchronize_Property.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉVì¾ƒ\Ã\\\á…/r\ÄC//',_binary '/€iR¶)­\È\ÒMm~4	¥©E¯PñööF¶½%°\Z*aô','',0,'?'),(_binary ')NŒ,¹\Z6²ùxu\Ý)õ','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-tools.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`Ž^M8vSÔ´I\ß]…',_binary '\åJú\ÑMJ98O`™¢\æ\Ò\ìÅ®j¤m\è7\éü}1C‘­eR','',0,'?'),(_binary ')N\äqt®¢\ì¯÷b¨²','wp-content/themes/sinatra/inc/core/class-sinatra-db-updater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/core/class-sinatra-db-updater.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n\í*;p\Î\è—e­\Ê3ð ;',_binary 'õ\Ù¶æ ‡hƒ\"\Ê9ûaÇ¹¢0	o¨#6\ï4\âh\â`q¬','',0,'?'),(_binary ')P\ÂPYB®\Î|wöŸ Œ\áþ','wp-content/themes/sinatra/template-parts/content/content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\Æo$S†Ë‹q°g°\Ü9ƒ?',_binary '<4[H\ÛL¹ô66R¹ö\é\rJ5ª\nß¹ð4b]\ëÄ ','',0,'?'),(_binary ')XŠðÁ``­-S\Î\æûp\Ö','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessStringFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessStringFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ½Z\Äü2Tö \Ö[²O',_binary 'T_5#°€k÷!Œ\rN}\\ùMT›rÃ¹±?s—ú','',0,'?'),(_binary ')Z¨ôþhF\Z%?žºWž','wp-content/plugins/elementor/assets/js/import-export-admin.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/import-export-admin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã±ù÷þ%ô÷XÊš[º',_binary '4m…“R¸²JSúñ\'ú»°ÿ\Ø\Ù.ÿXRIl‘','',0,'?'),(_binary ')knÿ€VœðmG²eÂ•‹','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦	ÏŒ\Ç1ÿ•Ò ”ú\ç',_binary '2z¹\Õ[÷:¯\ÎXŠ\0Lƒ¸VG\ÞÁJªyM!¾\Ï','',0,'?'),(_binary ')mR=mU—’™\\ýT','wp-content/themes/houzez/framework/stripe-php/lib/Service/TaxRateService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TaxRateService.php',0,_binary '_\íqb(\Ã7y\æI§\Ó\âl',_binary '_\íqb(\Ã7y\æI§\Ó\âl',_binary '´\Ês0w~Ê‡E\Ùh0\É\Ñ_.û·]#¯\0§bšºQ\Îú','',0,'?'),(_binary ')n1êº\é\à\Ç\í\î\ÊLwq','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading/index.js',0,_binary '\Ñ\Ö|M=,\"‡¡†ŒE',_binary '\Ñ\Ö|M=,\"‡¡†ŒE',_binary 'ø/Ë¾0Vv4p-\Ø.\É\îlŠ0(•\í\0\Å7 b','',0,'?'),(_binary ')xšX·o7ü”’sJ˜','wp-content/themes/houzez/template-parts/page/page-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/page/page-title.php',0,_binary '\Ñ`²e\ï`AJ½\Ü‰\Æ\ã\'±',_binary '\Ñ`²e\ï`AJ½\Ü‰\Æ\ã\'±',_binary 'žþa4r\ï\nv‰\àAg\Ü?ð	ˆ\"¡0	Ð¬IÜ‚\Ò*G%','',0,'?'),(_binary ')x²:8¨\Â†z±y','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/MimeType.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/MimeType.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3\Ø\"\n\ê1u´fù\ÂY',_binary '»û\Í\àô\áJ„¿\ìR[KW³¯\çR\Õz\ào±\ØÀEaõ','',0,'?'),(_binary '){ôjW-_€Q=?\íGlÒ¢','wp-includes/media.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't›´G÷öNr\ÑwBoC÷&',_binary 'œ˜\0\ÊóÀ1\Ô\Ü,‹ ˆ©Î´6\Âù!ÁwL}Q','',0,'?'),(_binary ')„\Â\Þ%¾Jªñy|T|i','wp-content/plugins/google-site-kit/includes/Core/Storage/Post_Meta_Interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Post_Meta_Interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³UyµHw\ÒR†E‚_&',_binary 'q\í›	\Ø^.\ÌÅ¯ŒˆE©>£\Ílð±A\ÓLûj3°','',0,'?'),(_binary ')…¸‚\ã[yh\á\n\Ò\æ®','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/elusive-icons.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/elusive-icons.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*Y‚N¹4¬\àÕ‰Ö²Á,',_binary 'Ž\Íðz®w¼¹jŽ£\è|@Œ£b\ZŽò\çm5À´•¹»','',0,'?'),(_binary ')†ö\Å&‚`¤µ&»X	ƒ\È\à','wp-includes/js/dist/preferences-persistence.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/preferences-persistence.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ;Š-µHúZ\Ön\r\á',_binary 'I°¨\ä*\Æù9û‰Ç§¢f›w]<\0t0ŒPTËvW6Y‚','',0,'?'),(_binary ')‡…‘ÁG$œm\íš_¢Ž','wp-content/plugins/wp-rocket/assets/js/elementor-animation.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/elementor-animation.js',0,_binary '!\ßJ!Ö®1O/¼µ\ï9\Õ',_binary '!\ßJ!Ö®1O/¼µ\ï9\Õ',_binary '®œ]*3sLŽ\ÅðG£/y«}ü\íª#¯\Ý\Ñ\ïL]`$','',0,'?'),(_binary ')‡\ïB¥\Ði0d9µ ÷g','wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']ýÜ¦ñº6–óúë–‡\Ë',_binary ';\Øea»‹¶‰Còr\ç˜a\Ø\Ü\'\âpU„»U+\ZNk','',0,'?'),(_binary ')‡3ž\rž\Þr-\Îòƒ£ty','wp-includes/blocks/media-text/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'NT-\ÎÒž\Í:O«ñ6<\Ô',_binary '¤\n\Ï	8\Æ9gn#\î\Û\Ç\Ô\\ [m\Éÿ\Èz\ÔO÷`nl\Ø','',0,'?'),(_binary ')Œ¶Í¦f\ZP°\à3~trö','wp-content/cache/min/1/04f8ed9531d7386c78377935c864a7ec.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/04f8ed9531d7386c78377935c864a7ec.js',0,_binary 'I\Êj\Ð\nY‰zôŽ\Ë!¬¦<',_binary 'I\Êj\Ð\nY‰zôŽ\Ë!¬¦<',_binary 'ŒP_d«l¯‰\ÜÅ€>\Ý- a\\\×Ü±¢\Ã\íû&\Æ2«¤m','',0,'?'),(_binary ')êœ‡\áL\Û[yq\ä3\Ò','wp-content/plugins/houzez-studio/admin/js/i18n/nl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/nl.js',0,_binary '‡?®\É!\\yJ’Q\Än¯D	Á',_binary '‡?®\É!\\yJ’Q\Än¯D	Á',_binary '	Çš»	Ug\ê\Ê\Û\Ìù…j~J”Õ¯ª#¨\ÚOZu\n$','',0,'?'),(_binary ')‘Ö±fõ‘~{\ÍGó¥','wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\Þ./¯.nh-\Ø\ÉXÚ‚\á',_binary '\'KGÔŒð\è•\Ð`º6\Ô\È9ñˆ&½%\0\ÏM|\\ðy','',0,'?'),(_binary ')ž7{\r);2i\Û\Ò+²\Ì\Þ','wp-includes/blocks/read-more/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/read-more/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À°¡+¾`¢¨ûA¯š0',_binary 'O;¨/l:ú\ÂkW€\ÂP\ë(\æøQ.\Ú¾\ë\Ñ?q¿û)','',0,'?'),(_binary ')Ÿ¨hhz¢zˆ0w\èR÷;','wp-content/plugins/redux-framework/redux-core/inc/validation/not_empty/class-redux-validation-not-empty.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/not_empty/class-redux-validation-not-empty.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž‚%ûÝ£™…ÿ}´ ',_binary '¼\Üñ.q©F>&Os\'\\»°ó[Sˆ»uÙ¼\n\â','',0,'?'),(_binary ')¥7°\æ{Ux\Ú\Ã\Í\Ï\èrÁO','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';üö\Ç7–A¤7Š~C-»™',_binary '.F5)\ì\rq\Ðþ±v\è¶^\Ñ7d¹|k\áHLpº\Ó\Ô','',0,'?'),(_binary ')§m\Ú=\Îð\ÓWiÿE','wp-content/plugins/elementor/assets/images/containers-announcement.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/containers-announcement.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÇúYªb·\î—\äó\ãš\ë\àN\Ê',_binary '6ôZ^ýL­§M¯j‘\íúc§¼Âƒ“þh\Ô6\ì\Ù','',0,'?'),(_binary ')«PXB¯3\×\ê?\È\Ù(ý','wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òŠ\Ì\Ì	f?\é(\á¹dªði',_binary 'ghN¿ß¸@g»\0©T-c?w»U8V\Ë\á™LðL\Z','',0,'?'),(_binary ')±¦\Ër÷+k¨\åo27\Ü:i','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TY®[7\Ù\Ò(ýh=…\Þ\"',_binary 'O»nñ“lõÁ¬:Ksž¶òDñ*\Z\"^Lgr\èY\ï\é!büz','',0,'?'),(_binary ')´;³¥\ÑtV\ßò\Ìn—','wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Oð\"Œtÿ(2]\ålª',_binary '6Üµ\Éøƒ\Ð&½´`s\ã\É{†`ò\ZO1“µ\Û,\Ä‹§²','',0,'?'),(_binary ')½c­m5$°Éº\Ö~\Ú','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListOtherContactsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListOtherContactsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£J+Þ\Å¯B¤”n\Ó\á¬V',_binary 'xQ!OùW\â!Å©üÛœ˜XT\á·M\ÏYd&FZTn\Ì\Ð','',0,'?'),(_binary ')½\Ï3 øC2‚Žb¨.','wp-includes/blocks/comments-pagination-numbers/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-numbers/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ç›A§1PÃºF.O;\ê',_binary '«…B\Å\ÃDu\ï²jœK\Ù	Ç û-›>^Â©\rùr¬','',0,'?'),(_binary ')¾Oz=œu©‡\î£\ÄË·','wp-includes/rewrite.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rewrite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö·C*¥ž’Z¿\î',_binary 'ž\äf\r¶™ò\Í\ÊR‚\Ç\èf|cc\Î\ãNÀ\ê\É];x~x\Ùû\Ó','',0,'?'),(_binary ')¿\Ô5ŠðSxò¥IZU\Þ\Û1','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user01.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user01.svg',0,_binary 'f‰–6a*@%\ç\ÉOyƒ',_binary 'f‰–6a*@%\ç\ÉOyƒ',_binary '\Ö\Ù48\æ¸\\9žD¢”\ç\Ìx}\éS\ÐxA\æ¹\ZˆSx\ß','',0,'?'),(_binary ')\Å\æ\Ð+^\ÚÇ‰9UŒ¬.ûõ','wp-content/plugins/revslider/public/assets/svg/content/ic_sort_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_sort_24px.svg',0,_binary 'dq\×Y€8\Å\Þ\"	‘\r',_binary 'dq\×Y€8\Å\Þ\"	‘\r',_binary 'ólÜ¾l\È\Äñ8\âK2i&f~h±^\Ä´)K\ÎYG~\Ïû','',0,'?'),(_binary ')Ç¿.´#SXxA\íOµ‘','wp-content/plugins/revslider/admin/revslider-admin.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/revslider-admin.class.php',0,_binary ',\ÓhvtŒ\í?÷L¬tRd',_binary ',\ÓhvtŒ\í?÷L¬tRd',_binary '”c…ó\Å\äÇ¬§:^Ž>“”¡u¤\ÆVþRž”yu','',0,'?'),(_binary ')\Éù!„\Ó1\Ý@Š\Å?2·t\è','wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ào¦*\ÏHj ­ˆ#ùí±',_binary '†<™3‘\Æ*6\î¤|‡\'s\Ã\î\î­emkl`B¿','',0,'?'),(_binary ')Ë¼³*\é$\Æý—©šaT­','wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø\ê¿Rðð\å‚:\ä7g D4',_binary '\n\ÉT^š{\Þx}\\œ¾†œmþ\èB5¤ž?¬\Ä\Ó¨\åGe','',0,'?'),(_binary ')\Î2šš9!åˆ±\Ê\ÏE','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Topup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Topup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F|§\r˜o\æ%—õhV\â\Ü\Õ',_binary 'foxñ?¶k¥~7’7ÈŒlµ\ìK\è\í³Á\éYª','',0,'?'),(_binary ')\Ø6#¦_\ÅúñÌŸSAF¦','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9œg¦ÿs¤ ž­\å`V\à',_binary 'žõj(¼©ô”Ø \r	ç·ª›·\ë”U+\Îò\É.ó®d','',0,'?'),(_binary ')\Ú:MT£{j¯³0\éÿ','wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í\Õv­o\Ñ_÷œxz5I{',_binary 'r°4SE\æ`\r€þýœÀ0…@\\#\ÐŽ\rÑÜ“³ED','',0,'?'),(_binary ')\Ý\Ûø]\ï\Ý\ÕZ$\ÙP%','wp-includes/embed-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/embed-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á³cüe°V¨˜bÓ»5=„ ',_binary 'F\éý®²n<‰7[zOŠ\ßN‘‹\Z¦§pE3@r\â¸B0','',0,'?'),(_binary ')\ä1\Ã\'Åž\ÙNgSþ»‘','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìx¦\è\Ö(rR\ê ž—„x',_binary 'KÓ’§”\×±ª.Ô»\éÙ¤>\ïÜ³0\êu»Q6©«\rø','',0,'?'),(_binary ')è­¦\ÎûQžóQ¯/Y´9','wp-includes/blocks/page-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gi<_\Å\Ìõ.k\È>ªÿE…',_binary 'Ÿ\Ý5kR=FÖ¡¦\ê+¥ø\Ý\ß\Ö\ëÖ–£z‘´¹p\î\ê/','',0,'?'),(_binary ')\ìI–\nÎ†V¬¸Ÿq\î\æ{','wp-admin/authorize-application.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/authorize-application.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\Ýôl\"\í\ÇÈŒ›h œŽ\Ä',_binary '9¾?sNVž·òÀ\Îd:O+\'(½jù\Â\';¾S\â˜q¼','',0,'?'),(_binary ')\î°ò»ð.\Ö\ÊL\Ö \Ñ','wp-content/plugins/wpforms-lite/includes/functions/access.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/access.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ËVEº3þ±,kÊ‘L=\Í',_binary '.-ô1D\Å\ß~ª´•Y\Í¡ÇµÁyWbM…«R¨\ÜÃ½y','',0,'?'),(_binary ')ñÉ™¦\ì‰¾É—£¢“˜','wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W9z[¬QÄŽ»\Z~Ø„–U',_binary '…	4\Ózi\åMzmOf*•\Úb\Ô}\ÏGb‘\ÄÔ¡qGº4','',0,'?'),(_binary ')òÅ¾où¾;\Ï0YhA…','wp-content/plugins/wpforms-lite/includes/emails/templates/default.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/emails/templates/default.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûDœ»—ƒ[N®S\å\å\Ûô',_binary '#ùò3È¡¯¹\ÑÉ»\Ñ|£O\ÖÚ–jF\Ã\'K\ß\Óe\é(õ“','',0,'?'),(_binary ')ú\"±þòn84\nÂŸ;V³','wp-content/plugins/wp-rocket/inc/common/purge.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/common/purge.php',0,_binary '¤ù\Z\él§wH\Î-Ÿ2',_binary '¤ù\Z\él§wH\Î-Ÿ2',_binary 'š5›…%Þƒ\Ô9C“1\åZ\ÄUJ«Y\Õ\ÞÃ¿E0C¾M','',0,'?'),(_binary ')úP_}?·¢º\èp‰£\Ò\Ë','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/advanced-search-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/advanced-search-wpml.php',0,_binary '\Â\Î\Ï\Ô¯N¶ƒeÌ‰Z\Ç',_binary '\Â\Î\Ï\Ô¯N¶ƒeÌ‰Z\Ç',_binary 'óy\Ãw\à–+\Æ\"Æ´Ö±lË±^ôÁ‹±øÁUÂ™ª-\Åg','',0,'?'),(_binary ')ÿ`”òf,µ uý4¡³','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`“/¬\ÌÀ4gV†\åF–m',_binary '\Ã3\Z,\\\n5£ø)þfó\Û\nø[šV¶*Ka8z','',0,'?'),(_binary '*À\ïJˆ/\\axZ½Pó\Ø','wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î+¹mU÷]ðmÏ–R',_binary '\èy›Ë”[e˜òb–d³*\Èô\Ê\í¤Nk–õ\n*¥.“','',0,'?'),(_binary '*ðü@kðO5\Å\â°\× ','wp-content/themes/houzez/framework/stripe-php/lib/TestHelpers/TestClock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/TestHelpers/TestClock.php',0,_binary 'õF´\Ê\ÍúÝÐº‚‡_þF',_binary 'õF´\Ê\ÍúÝÐº‚‡_þF',_binary '„\ÖÜ@\Éa0*,‰Áˆ\á½b\Ï4E\\Š¤ \â±\'Nµ‚','',0,'?'),(_binary '*÷\ìgó±\Õ\ä¾‰õH','wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ,ò„40\×xl‚·\ÖZ,',_binary '‡\à?w0\ÐDN¢Ý¡\éir‡$À*¶\æ\Ò\Í:Fð¶','',0,'?'),(_binary '*Nœ‰š3ƒù\Ûô·\Ú','wp-content/plugins/one-click-demo-import/assets/demo-content/menu-page.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/menu-page.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç¤\Æo&\"bü\ç}”¦\ä5Œ7',_binary 'F§¨½–‘x²~\\\çsV©]þŠA´Í±\èd\Z\Äre§','',0,'?'),(_binary '*\Þû\Ô}\âkqc\Â°2Y','wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg/FormSelector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg/FormSelector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰°W\Ã\áR\å\à¼\ßoW\Ò\ÂX',_binary 'Ó™ÁK#$P_#µÂ¬]\ÓWšm9\ïA\êÀ\Ø\ÃV\Ó03ðL','',0,'?'),(_binary '*\ëÿ\î2\0º±Š)N¾©','wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/builder-stripe.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/builder-stripe.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çwñù\Ý\Îj!u—“·',_binary 'J¹aÕ¸o\Ó\è°st…®\"Lð8²9´©dØ±Å¾\Þ,?','',0,'?'),(_binary '*o …½º€÷J\Õc–£5','wp-content/plugins/wpforms-lite/assets/images/challenge/popup-contact.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/popup-contact.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')]–?c^\'t‘Ý¶',_binary 'NhM=\"¦,c¼3™¡2W\ÝPeMe\Çñg(w-=Û«õm','',0,'?'),(_binary '* a\ØF²\Ìð4Ÿ°u\ÛvU','wp-admin/images/menu-vs-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/menu-vs-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J¨ZY<÷i\ÇY®„bø',_binary '\'œ¹F\à½÷Ñ”E\0†õ\æ\è7¡É¡Ÿ#\ä>sePØ¶','',0,'?'),(_binary '*!\\_N\Ëf‡TýtªÝ£','wp-content/themes/sinatra/inc/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S£$\ØûR%†èªŒEú|R',_binary '†z“iSm†^·+Ä¯\Ûbu>´\ZBÿ\Þ1\\x›‰\'','',0,'?'),(_binary '*\"946¼\Ñ+™\È\ÅÀ—E','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/build/index.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/build/index.asset.php',0,_binary '\Ùó0,2\Â9($<	B|',_binary '\Ùó0,2\Â9($<	B|',_binary 'Y&$À¶¯«7\"1þ|³¸„J÷hø\æ>[¹x','',0,'?'),(_binary '*%ˆ\ÊiR!’j’†\Ø\Ò\Ì','wp-content/themes/houzez/framework/stripe-php/lib/Card.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Card.php',0,_binary '‹<ÿ€´q.S<2o2‰\ä©',_binary '‹<ÿ€´q.S<2o2‰\ä©',_binary 'Á\âû\É\ÃCr1ýøÿ‚M{dšoÿ|\r=ŒðC¬;¶\ê','',0,'?'),(_binary '*&o\'=\ÈÈ¬\n3‡C*R}\ï','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7«p\Ñ\Ëò\åÁ·üöúT',_binary 'R\Ó|múþÎ½™Žm4‡wt\ïRž¼«\Ì}+œ&„\å','',0,'?'),(_binary '*)Z\Ò[d-1üÅ“','wp-content/themes/houzez/property-details/mobile-view.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/mobile-view.php',0,_binary 'Ç‰\é\êú~¾2W%÷ò3P',_binary 'Ç‰\é\êú~¾2W%÷ò3P',_binary '¿ô¹¯ÿA¨\ÐI\"K¦\å’ü_\Îp\É\Æ%•°3\îc\Ö','',0,'?'),(_binary '*.^3=(±¿\Èûúvw\ZHƒ','wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô¯~^À^»\Ô>#„&j¼',_binary 'â»˜ý\r¿¬\×Jl¤÷Åº\Þ[\"\ß\ïTV\Êl85','',0,'?'),(_binary '*1\ë\ëh«¾X\Ùf#¥\Îñ\å','wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_\Â\ßwB{¡UŽ\ã\Â\â\ÓD',_binary '\Ê»…8j–\Ü;\Ó\îS\àYc÷²\×X®\ËXaØA\Ç','',0,'?'),(_binary '*8K|•b\r4Ÿ„\à-·ƒ°ƒ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessInListFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessInListFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nS\×Ož©û?T1\ãs«£1‘',_binary '\î/¢xfš½(8Œ·\Ë¸mÉž†d%_·Á£½\'','',0,'?'),(_binary '*8\Ê0w\çú«3¿#iV\ãˆl','wp-content/plugins/elementor/assets/css/frontend-lite-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend-lite-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã¤ýV}=œEþ\Å!&=B¬­',_binary 'þt³B›\Ò\ï\Ì$D‚\Õ1¨\Ë4,\Ã,õ$‹­õŒñ›','',0,'?'),(_binary '*=P\é\"[\×ú·M§#œZ\\','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Flows.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Flows.php',0,_binary 'C¨\ß^–FD—\Z(nB¸M\î',_binary 'C¨\ß^–FD—\Z(nB¸M\î',_binary '\Äüj•ƒ”Z\ZÃ©ý‡\rM¥[\ÖHŸ\\MQ|µ','',0,'?'),(_binary '*?\ZM½á¥@üu~p\æö','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â¬s@6C‹a0Í¢\É\"0Œ',_binary 'ö\æø\ÛHJ°Ú½–9À\Þ\×™\ß\Þ\è@¤¬‰W”Ÿ¤\"¹','',0,'?'),(_binary '*K)À]\ã½–pÈ¡¢\á\È','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì`\âðr\È\Û?‚}\\½»',_binary '\×ù±÷\î\Ô5-tP€\"…x\ÓXò\Ò0w\"¦2\Òq\Ù','',0,'?'),(_binary '*M=ß³ª\Ñ[_])R=','wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?ø	V#=Mñ\n\Z¾D\Ë',_binary 'ý\ßû\'\ÍG\ã;‰t\Ë\Ü\Þ{‘Ÿ\0P\ì\Ñ?£Q‹\Ö1‘_>','',0,'?'),(_binary '*O[œ’÷\Ô%‡*VÞ¶\Ã','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ\åS~\Ê8º\ÂÍ©OW7',_binary '€Ž÷Ù°;©pI;\Óf\îªbœ—ñ\Øh6HË’²<#','',0,'?'),(_binary '*TÇš\ç—qG6÷¸R\Ú\äH÷','wp-includes/blocks/site-logo/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿø¦N–X\ë¢M6\ÇA\n',_binary '¸#ø \äÇœ{±;í‡é‰§b\é“¢„ø \ÅÀ’\Î÷\rðl','',0,'?'),(_binary '*V.XZ—\È_C[AÔ€—C3','wp-includes/js/dist/keycodes.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/keycodes.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…Jü_I\Ç\Å*+\çKÉžC‹',_binary '¢\×\ç.2ú\Ó\Ç kR^ =kœSÀ\î¡i}%m«þZ³:™','',0,'?'),(_binary '*YF	N7\ëF‘­`»7	','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í\Ð{\Þ(A¬,d¡û\à1þB',_binary '#\Ð\à>ig\ë[õ¬r1\ã?U¡0Ÿ\Ò«¢š€\0','',0,'?'),(_binary '*d°·\êœ\äÿ¥|]Ç¸','wp-content/plugins/revslider/public/assets/svg/places/ic_fitness_center_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_fitness_center_24px.svg',0,_binary '©£2@[\×\Ïe•#²W’\ÓO',_binary '©£2@[\×\Ïe•#²W’\ÓO',_binary '~\á:\æN\\\Ú\ç„\0–þrtc2p	h\ÓF\Ç%Q7¶ü†-','',0,'?'),(_binary '*k\ÌK\Ó,{JúS/d\á³/','wp-content/plugins/updraftplus/restorer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/restorer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š4w½º¹On\âˆª#]',_binary '0\ìˆs?Š\ÆQE¡\Çrû^\Í\ë–\â„\å ±÷û°þL&cmR','',0,'?'),(_binary '*lC_\ÝÀè«¬J˜ó\ä°\É','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user08.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user08.svg',0,_binary '@`\×W1®xñ\Ù;Ã™xs¿',_binary '@`\×W1®xñ\Ù;Ã™xs¿',_binary '”ý_™\Å\É[f|À>\Æ\èm¸>S\n\èŽ\0‘\Ì\ÇJÐ\è','',0,'?'),(_binary '*q,@)fÖ¹¾\Ëö|¹s','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-admin-bar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-admin-bar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö:Žl–\Äl@f\Î\ìkq²5',_binary 'ûùP\Ö!\Ð,w0\Î{6À5\Ã![³,Cêƒ™|À,Q','',0,'?');
INSERT INTO `wpau_wffilemods` VALUES (_binary '*q*6\r¯²6\Ð¶z\\\Î','wp-content/plugins/updraftplus/includes/Google/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/autoload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦ö1¡ð¤ö<]\Ü',_binary '}B~\Ùsw\äBŠs¾\è·\Ü„`§ŽWØ³fÿ>\Ìh§Í¼','',0,'?'),(_binary '*r\0\åX†¸£\éOW\Ö','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/build/index.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/build/index.asset.php',0,_binary '¨WG±O¸‚÷·TTH',_binary '¨WG±O¸‚÷·TTH',_binary '\Ñ\r·Ù G¿~	W\Ï\ìšXH_Ï}#\í\r÷«\"z››¿9','',0,'?'),(_binary '*ty	7\Ð(Z\Ðsr;0w','wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}/Úœü:sžPea°ŽOŸ',_binary 'G„üO\ÛÔ†J\ÕN€\Ø}\ÆaTÄž\Ô|›<G™ø=%§\Þ\Ð','',0,'?'),(_binary '*t¤\ÐKz\ÎTùt„©\ÌX','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/note-paper.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/note-paper.svg',0,_binary 'S\ä6µ%7G%¾\ÏB–',_binary 'S\ä6µ%7G%¾\ÏB–',_binary '\â1¥U\Òxº\è\Ã|—!âŸ¾ž\ÜnŒ‹Ÿ9I\Ûx\ÒdT:','',0,'?'),(_binary '*wí¨µÐš–\ë¹a\0€\×','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/QuotaStatus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/QuotaStatus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î~‡Ÿ\âdYƒ\ì\íXÍœ\06¸',_binary 'ùG på‚…*ýÖº3I\ã+Q¬úYhcc”ðª\Zø\ã','',0,'?'),(_binary '*x\Ð\Ö|\á8U¿xšGw\nwG','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/color.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/color.js',0,_binary '\Â\"r:‹P&I°üØŽ\ë\n',_binary '\Â\"r:‹P&I°üØŽ\ë\n',_binary '‚\Þs¿\åL~C3—ôˆjxWõ\0F¾³z«\ç“\Ê','',0,'?'),(_binary '*ˆR\ÃsfùR9vý­p#q','wp-content/plugins/redux-framework/redux-templates/classes/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '*‹C©\Ú.\Ø\\´zx\Þ\ç1','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S´Ã¿£1±þ\ì.ˆkñ\ã',_binary '”¨YZ²L„\0 --Œa8™e\":\ë\\c³þ0 \ä¾','',0,'?'),(_binary '*’Š\0ƒûøGFk\èI\èž','wp-content/plugins/wp-rocket/inc/Engine/CDN/CDN.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/CDN.php',0,_binary '\æ,6öqUÐ¦\'_Ù¢ôÁ',_binary '\æ,6öqUÐ¦\'_Ù¢ôÁ',_binary 'L£™’°›Á\ï\rø—\ÂV\îÏ³—ñ\Í+1pÀ±°ô—ö¡','',0,'?'),(_binary '*“[\Öh\ç\ï5i^šð¬s','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=^§«¥_\Ê\0F\Ó­7¾¸S',_binary '\ØRø…	\Î\0F«HŒ\n‹#\è^ªy\ì´h+¡\êr«','',0,'?'),(_binary '*“ü³pz®%\ß/g&\ÏX\Ý','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù\î¿\á\á\ê@Jdtš¢\0\Ëò',_binary '+`¼\Z.ºöŠ\å«\íßµ|b\âl²“AÏ“\ë‹	[','',0,'?'),(_binary '*–\äÿf¿EH=0\ÜC','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionMigrator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionMigrator.php',0,_binary 'w¨\ÃT1\í\"ÿn‘-\Ð',_binary 'w¨\ÃT1\í\"ÿn‘-\Ð',_binary 'ðd‡\Ô(:™{@¯	\Í\àW	j‡£¦Ž!©ô8}F+','',0,'?'),(_binary '*›qd‘qAû\Õvö\îÿ\×™','wp-content/plugins/updraftplus/methods/backblaze.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/backblaze.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O„\Îbð?E#Ö…¨o\ë÷·',_binary '\Ã\n\ÓpÞŠZ¾µB—Qªz\Úy:E.Sƒ“Á\Ó¼hR=','',0,'?'),(_binary '*›‰þ„S[~\Ñ\ÖJü®ó','wp-content/plugins/houzez-login-register/social/google/auth/Google_LoginTicket.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_LoginTicket.php',0,_binary 'C—ºw5dÀ\Ç?2®Œ$µ\Ò',_binary 'C—ºw5dÀ\Ç?2®Œ$µ\Ò',_binary '\È=q¹R†&hf\Ñ\rEþ-H\Ú__›«\Î\ï?+0ª­','',0,'?'),(_binary '*þ³©BÔ™kDô¯«~¶','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesUserLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesUserLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4µ=W\Ä\ÍI°\Z \à\Ðj \r',_binary '\Üw\0³\äJP[\à¢5£3)œý6\îHo\Å{B\Ì7f£','',0,'?'),(_binary '*Ÿ#wOû·½¾\Ë\Ö|•','wp-content/plugins/revslider/admin/views/features/object_library.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/object_library.php',0,_binary '\Ø\Þxš€\ß\Ã\ÌÃ {-\Ý',_binary '\Ø\Þxš€\ß\Ã\ÌÃ {-\Ý',_binary '¡\Íõ‘z\Û}0‘LŸž¯ \Ï,];oÀ§¸ËƒEsM','',0,'?'),(_binary '*¢µ*ŠW8«\çµ5–¼2~','wp-includes/css/dist/reusable-blocks/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/reusable-blocks/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž“N80)Xó\á !¡\ÕU\äù',_binary '~€ØŒmü[–šÏ¤hQJ²&\ÍðyƒPý,3z','',0,'?'),(_binary '*£h0\×\æf\î?û´üz¹','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/LogMigrator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/LogMigrator.php',0,_binary 'Ù»ýxd¯\ìä¬–i\ãûñ;',_binary 'Ù»ýxd¯\ìä¬–i\ãûñ;',_binary ' \Úé££û¸À\Îô†C´0\è5wŽ\r\ÍXÁ“`¤\Ä%\"QP','',0,'?'),(_binary '*¬Ÿ«o\ìJõ\ÚB7D','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CustomTemplate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CustomTemplate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åô7‹\à<\ß\ã‡^6^”¡\'a',_binary '\Íqö\í(ú\Ã†ð\ÓÞš\ä)·üW\Õ\è\Ú\ÝHó1‚‚\æh','',0,'?'),(_binary '*®\ä-3öu¬E\Â[\ÕO#','wp-includes/images/down_arrow-2x.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/down_arrow-2x.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷]\ë\ç™\êM…žÁû‡f\Ü',_binary '¥¶w\0˜ø\É\ÜÀqp¯qð5ú\ÚûTˆ#\\º¹½¥','',0,'?'),(_binary '*¯´–@úˆ\Ò7\í…=\rô\ÍÁ','wp-content/plugins/redux-framework/redux-core/assets/img/3cl.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/3cl.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©»\à+ºAZp-O#m;\Ç',_binary 'T\Î?Í‚õi´\ånµJL\Î\ÍD»—\Î\È@WŠ\×\Î\Ø{\n','',0,'?'),(_binary '*²\ÇT\Òd´p`)\nÆ¿','wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©P^\Ú\È\ÔN\×@÷¨¦°',_binary '\Ü\Ë>\Ù/É¬RyZD¯¬¡Iz?ê‹§H»w\"“™z\ê','',0,'?'),(_binary '*³†\r¸\Ó\Ód^\ì08\Ò\Û\Ö','wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŒÁ\êb¨š\"\Ú\\9æ•«',_binary '\Èxç¥†¹~±­q\Ôk/¦J¾V¿’P \\§la9','',0,'?'),(_binary '*\ÃM²‰\æUû³šþ\àx\É!','wp-content/plugins/houzez-studio/admin/js/i18n/sq.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/sq.js',0,_binary 'eøªñµƒý\×\0¥#\Ü\çü',_binary 'eøªñµƒý\×\0¥#\Ü\çü',_binary 'øÖ–\än\ã\îp\Ô]\ÆsH\Ëô0ø%% \íY(¢\Ír—p','',0,'?'),(_binary '*\Ç\È\Æ²¦¼b\ÅŸ*ee¸','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ðx\\8z\íM\Ø~—.‹',_binary 'üvR¬\0‹S~[ü\r‚ªÒ®6\ß\áo\Ýú¾\á’þ:Åšµ\r]','',0,'?'),(_binary '*\Ç\â\ÛuU\Ï|öÎ€\"','wp-content/plugins/one-click-demo-import/inc/CustomizerOption.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/CustomizerOption.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0X µÁ©† ½$\Ê#',_binary '\ØR2”3NÝ¢\Ï2\îxŽ¿\Þ\ê3&Ð¯\ÜQJ','',0,'?'),(_binary '*\ÊÙ‚I\Ð8\ÞA”Rõ\Ì\Ñ\Û','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\Ø\ÄËŒ¡:Z\Èó\Û\ã\ä÷ô-',_binary 'b¥º¡al’ÿrz\ØiQTý§	\ãSZÑ“f“Jk“±','',0,'?'),(_binary '*\ÑþL\ím&&2ý\Õ\nb','wp-includes/js/tinymce/utils/form_utils.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/utils/form_utils.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';RT…\ï\ÉjŽé‰•\n',_binary '”\èêš…¿Œ\r™‘\ág\Ý\ëH	K>³é†¶¿%¢·Ž2\Ï','',0,'?'),(_binary '*\Ó`U¨z»]\"L%—1­ü','wp-includes/sodium_compat/src/Core32/HSalsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\Ñ/Dzxþ¶Ç‚\É\â­ü',_binary '\ß\Ï\î,\Ç\è\Õ\ß\ÊE¬ù¿{Ž\î0/m›a\ÓXˆi‰\à\Ñ','',0,'?'),(_binary '*\×³p\æ\ï<›Žž\'\\[Ž','wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½~7\Î>\×p$öie“½',_binary 'ól Ixc6¸\Ø(\è˜JÁ\êÚ’\ÝôyÕ¯UJ\Å-7\ì\á','',0,'?'),(_binary '*\×&C:[¾¥ñr\Õ9‹N\é','wp-includes/sodium_compat/src/Core/Base64/Common.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Base64/Common.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P\Û\Èef\è§\Äõ\Êiª\'\ÒjW',_binary '6þ°UmÐ–²%\Ï\ì?MˆS°A^=®X ª|U–\Ã','',0,'?'),(_binary '*\ßDlqˆª/$ðf;\'V}','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-sanitize.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-sanitize.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\è¤tWlc\Ôõ³<1uAø',_binary 'E8ð¹³\îU1lUõ\Ñ\Û\ã°rB>§‚¸Š_]\Ì+\Ò|1ÐŸ','',0,'?'),(_binary '*\âÀ\ÈkC¿Ô›g–\n;','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/Session.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/Session.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý\Ég¶\ïp¸ŽŽN ’[\Ül',_binary '¹)\Óf<\Î|!bHy}«L\Ý\"LKXnCð#\ÂxN–','',0,'?'),(_binary '*\ç\Z07Ñ¥1O\Ó\ÓÙŽ8','wp-includes/js/json2.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/json2.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's¡\×{N‚|EO«0©',_binary 'q3Ÿ..Šj G\\R\ÓnÝ¼I/T¶‰-\í','',0,'?'),(_binary '*\ê	\ì¯Ä…\É\Îü\ß\ã\\\ã¹','wp-content/plugins/wordfence/views/options/option-toggled.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D“u¹\nL„»‡œðû\ÂE',_binary 'L8M\Ðú0ƒ=ŽY\ïkbŸ³\Õ|59\Ôb+\ä–z:4','',0,'?'),(_binary '*ñ\ÄG•„\ê¼PFo\Ë<A','wp-content/plugins/revslider/public/assets/svg/editor/ic_drag_handle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_drag_handle_24px.svg',0,_binary '8\ï\Þ/™JU´ö¤~.\Î[s',_binary '8\ï\Þ/™JU´ö¤~.\Î[s',_binary '\ç\Í®—\ÄD:U——l0Mþ–\ì¡òç¿¿¸ÞŠ\èo\áÿ','',0,'?'),(_binary '*ò“/\ÖS¤r3œk?¯io','wp-content/plugins/wpforms-lite/assets/js/admin/builder/providers.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/providers.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mB7šüd”\Ém	*¼A¥',_binary '™\È\n{\Û\Íu\Ñ\ß^\'\\¢ˆŠ ±\É\âof¶Žƒž','',0,'?'),(_binary '*ò\È\Ô\è$P\ê¢mö¿','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1#•[¸BR’óE†š#5\æ',_binary '« I\Æ*T6qƒÁº<Ž\ÇAj\Î\à\çŽq4\'v¾\"M¾%\ä\Æ','',0,'?'),(_binary '*õ~E‹ú¼Q\Ï!¹\Ô\Ä\Î','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AdminView.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AdminView.php',0,_binary 'õ\è\Û)#<3\Ó\Ï\åó._·c',_binary 'õ\è\Û)#<3\Ó\Ï\åó._·c',_binary 's m¾‰\ÄÿF\î†0B\ì(\r™Ð§\Ü]ò\r’kô \Òb','',0,'?'),(_binary '*÷9:þ«‘À&+{j\Ðký','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶hqöHw;³Š\nF1²n8',_binary 'fˆ\Â\"3\Ê/­eE%>\ÓGß‚+˜\0\Ø\à-ô®R·Š†p','',0,'?'),(_binary '+\0¢þ±žjóGøIUa]B','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/is.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/is.js',0,_binary 'ùo\ÝpÈ¬•Œøñ%\Èe',_binary 'ùo\ÝpÈ¬•Œøñ%\Èe',_binary 'õ…\îÇ³\Ûß„œ\åµ)!oEey9À\ÍO`‹QEBL—q','',0,'?'),(_binary '+4·j.³üÀˆCÿ«','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/InvoiceItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/InvoiceItem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨\r(}Kº\ìL\r|ù}\â\Û',_binary '½\"Æ§e€\á›‰ðW­—¹\Âr öj[(y¥nlµU','',0,'?'),(_binary '+Ã¦Oüx~\Í\í„\Ñ\è','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'QqÃ¶[¡m!U¸Mÿ²',_binary '&t\Ä\Ún<‡\Û\ç–üE&Xš\ïUÒ‰\Ð]G\ÄS=','',0,'?'),(_binary '+¬\î\rc\'Šº\rG\ZIž','wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-everywhere.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-everywhere.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®Ž\\Ç‰=&@syx–\0\â!¥',_binary '\Ê{tu14Ò‹¹\ÑgGX¼Û†R‡›¢„q”²51]yt','',0,'?'),(_binary '+R\ÞF‰=™Iš#\î¬:I','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlTestingToolsMobileFriendlyTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlTestingToolsMobileFriendlyTest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\Ô1)GO\îUy*\\Ó‡ð',_binary '„¹\åH©ƒg.#\\\äCñ.­F\ÑA\rp·+|á‰­K2ž','',0,'?'),(_binary '+ô¦(-V&S_2X7f ','wp-includes/blocks/paragraph/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„G2\è\\QN½\ÖÕ¼À\n¢Ht',_binary 'Jdz˜g\n¾µ>–ŒI’©|-LøBa?‘,cù\í\ÔÎ ','',0,'?'),(_binary '+½°ð\è\"\ßÀJû…l','wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v5.php',0,_binary '\áüº\ßzÁ\"õ7*Îjyþ',_binary '\áüº\ßzÁ\"õ7*Îjyþ',_binary '…†dÂŽr:\ì=0C™ A?aB¼!š]\Å*\Íi','',0,'?'),(_binary '+,òú‹\Ñ\"…#}JYo','wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß£\Ð\×zf²™9hÀ~÷÷',_binary 'H­‡ `™1L=?,Zf4“ˆ™]²\rE\ÛÕµ$§ó-)n','',0,'?'),(_binary '+\Z#(µø\ÖÆ’†\çv®Ž\Ö','wp-includes/blocks/comment-template/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-template/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pFµ\ê¢`\í\ÞG\Þ~m½ö',_binary 'WGÈŒ{k»–®³h_\èf\ÙWò=³¸}TU\ìÛ¿ƒ¹','',0,'?'),(_binary '+a\ë€ð\ìcŠ*6ýÇ¾','wp-content/themes/twentytwentythree/patterns/hidden-comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/patterns/hidden-comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é\×gmuÒŠ–\â\ä\'\Ü;‘',_binary 'hÞ´Þ˜ü	¿4\ïm>Á8w¿s„\ê7ò”\ÔôH]\àO','',0,'?'),(_binary '+o%þ·Ó\"q\Ägõ!','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/UrlInspectionResult.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/UrlInspectionResult.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö\Éyš3©\æVb2Mƒø0†',_binary '_H~\ã\\ž\ê}ú=Œ\Ã]E““\Þ\Ê5\ÞiJ\äe»KÎ‰','',0,'?'),(_binary '+!6ž¿Yž÷´rÀü`¥QŠ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/PagespeedApiLoadingExperienceV5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/PagespeedApiLoadingExperienceV5.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïðŽj\îuŽ¹ZBE‰',_binary 'I_\Îü\×\ÈM«\Þ“…\Êþ\'Ð²%ýª.prV\Ý\Ð=ñ\Ç','',0,'?'),(_binary '+\"D; \"‡kñož:þ¦','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/RefundService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/RefundService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r”y*-­Ã¤&i',_binary 'µ{Ë·gn«ß«mu1\Ùo…‚/¯\r¹z\ïBn\ÐòŒ\éœ','',0,'?'),(_binary '+\"wKšr,3QdžTJ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataRetentionSettings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataRetentionSettings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\0û]ibž‹c\0yzüSL',_binary 'Zñ\"¨õ.\è$”ó\'†øø’€b3\Ù\ÉZòjý4k©\èYK','',0,'?'),(_binary '+\"\ß\×jG\Õ¯¬oQ¿ o','wp-content/plugins/revslider/public/assets/svg/image/ic_gradient_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_gradient_24px.svg',0,_binary '‹±1³=\èª4²O\æñ\×',_binary '‹±1³=\èª4²O\æñ\×',_binary '>Ë–´]°%»\ã<¿]\áÿ)J—#8ô¹6@yÀn¡\æ','',0,'?'),(_binary '+%²\Æ]\à1Š@\É\á»c\Û\Ç','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/spectrum.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/spectrum.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ,˜tHóºÛ›z|ž',_binary 'n•\ã\"½&\ç\0\î`¼Oj‡\Û6p«N‚\n@EXÆ§O¥o£','',0,'?'),(_binary '+,ø5“û[÷!vx','wp-content/plugins/elementor/includes/editor-templates/global.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/global.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u\È\äG7\Ò\0x9gFFª\â',_binary '•E¡l˜-9|ü¦þv=n\ëbrë‰ ²¨\ßÌ§\Ñü\Í7','',0,'?'),(_binary '+6\n5€´\åð\ï/ð\"Œ','wp-content/themes/houzez/property-details/next-prev.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/next-prev.php',0,_binary '”„{\Ò\ËÜ‰¬\r\ì\Òl\Ìbv',_binary '”„{\Ò\ËÜ‰¬\r\ì\Òl\Ìbv',_binary '±\Ì\å\ëñ\ã·\Êð\Ä\Û\äöL)€Á%[W‚_ú1FL','',0,'?'),(_binary '+7‚aa*Ð½\à¼F\Ï:L','wp-content/themes/houzez/js/vendors/markerclusterer.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/markerclusterer.min.js',0,_binary ']¤™Q¸QgTš³‰˜2',_binary ']¤™Q¸QgTš³‰˜2',_binary '	^\ë¤+¹}‘@\ák8‘\Ãh%ah±\Å=_¸\È^P‡4','',0,'?'),(_binary '+7Ó\ÂK&:\ÊÞ vÔ»','wp-content/plugins/elementor/assets/css/frontend-lite.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend-lite.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àSa‚\Ê+¤\è5Žðy',_binary '½nŸZ˜\å„\ÔZN\ãDò†ù÷ù¾\Ó¾`WN\rVg\'œ','',0,'?'),(_binary '+9…£Œ[BUûE–e','wp-admin/js/updates.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/updates.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë¯\ÉEôñµ¹]]\Ìl',_binary '°BV•\Ãþ\"\'\í:\ÛÜŽ_‡4ÝÙºn\Ç\r¹ó\Ü5BHc0','',0,'?'),(_binary '+=z°58\ãÿ\Ó\áŠQ†\Û‘','wp-content/themes/twentytwentythree/styles/sherbet.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/sherbet.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëK+ \Ó-‹š@P—\í|O',_binary 'Á¤\n55ˆ\Þ8@\ÂðKÝ˜•t¨\'uR zxw\Å\Þ÷','',0,'?'),(_binary '+?*÷G•$¶»¿\á^\ç„','wp-content/plugins/revslider/public/assets/svg/action/ic_dns_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_dns_24px.svg',0,_binary '2ª£¼P yØ‘P=Z\â',_binary '2ª£¼P yØ‘P=Z\â',_binary '´¥œ©F‹\ÑRNgo\Èú‹_\Ø?›\ÛOü“Cwl0','',0,'?'),(_binary '+AK\0\ÑX\"½\Î$ún5ý','wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ\Ê\ÉBø²\åÀÑ•ð’w\Â C',_binary '\ï\\Œ­¸ç—Ž<\ré·À\î\Ô%_\Ï8\Òƒ[Þ¬F¾W„','',0,'?'),(_binary '+A‚¬b\ÞT…9 ZR\Ï\é\è','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/Transaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/Transaction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$\Û=l—@¤[ºZb',_binary 'Š$n¾k\ÈR\às\Í\ë\ë\é§\Ì66-¼«@h@\ß','',0,'?'),(_binary '+A’#)ÕxnH|7\ÙÈº','wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹}9|•½(-ŽÁûžr\à',_binary '<°n¸.ü\ê’\ég\ï„\Ü]ª\æs‰Xk ­ð¬Y+\Ü\èg\Z','',0,'?'),(_binary '+D\Ô\í6\×\âý´RPWƒ´F','wp-content/plugins/houzez-crm/includes/class-activities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-activities.php',0,_binary '{\Ø\Ê/\Úý2PXœ®\áDj',_binary '{\Ø\Ê/\Úý2PXœ®\áDj',_binary '‹’g\Î÷‚\ä[ø«\ãzŸ°\ÖjÜ£,‡\ßÉ¸€\í_l\\','',0,'?'),(_binary '+Z„ó£\ÒúBø\Õ:5R§','wp-content/themes/yith-wonder/assets/sass/woocommerce/cart.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/cart.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U­G\ÊH\ã\ÜbL0j\ßtN¡',_binary 'Ms¼Y\Ò[ðÀvgžHœß‡^ý{\rß¢|Ì·«Žiz!','',0,'?'),(_binary '+ZÄ¡™ò\"šú;\êI\Û\Æö•','wp-content/plugins/wpforms-lite/src/Tasks/Tasks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Tasks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âÍº´²MU«\'÷…•Ü„–',_binary 'n}Ÿ‡ð~v[4qŽ@Ñ¾G´ŸjÐˆ\Î².G$ùHa\Þ','',0,'?'),(_binary '+`‡Ïª„\ÉþOL_Ãž','wp-content/themes/houzez/js/vendors/i18n/defaults-sl_SI.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sl_SI.js.map',0,_binary '*\Þþ´—\Ðþ\Òõð|\ì7\Ì0”',_binary '*\Þþ´—\Ðþ\Òõð|\ì7\Ì0”',_binary '\\2\Æp ý\ZI”¡5ò}\ßól%\Ü\0%\Ö\Ü;•÷','',0,'?'),(_binary '+uJ\îp	¹‚ Š_¼^\Ì\Ý','wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|SH\ë·ª`´:²3·+÷',_binary '\Ê<¬jó\Ûk\' 8Ê³ln\ÃH–¼<½A³(%¾„ó','',0,'?'),(_binary '+u’J£ø€RL {uŽ÷‚','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ\ÒV\Þ9\ÂNvvº[kq',_binary '!\ãŸó”Ô”\\“Y­3]\ß&\äL&Ì‡(\0\Å^\åe¨ÿ\ß','',0,'?'),(_binary '+…’ñ·C›\Èrøs|\æº','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/elusive-icons.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/elusive-icons.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–™b\Ñ\Óe\Ñ\0\0¥\ÄM',_binary '€$ü‚t\Ä^¿]c\Çu¿B\Ð:	\Ú/5¬t…±Ÿ¤¢','',0,'?'),(_binary '+”6mí¤°y”8Ð¼€òvù','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart09.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart09.svg',0,_binary '³±)œöTMb©78ý÷;',_binary '³±)œöTMb©78ý÷;',_binary '‹{©g«Y\Óþ©¨L•:\ÄT²\Ñ;”u\ØVŽ\î•+ð','',0,'?'),(_binary '+™“	Ç¤².\Ðjo0Ÿ','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location@2x.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location@2x.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â„kòx\äDŠhWúÇ¸\Ì',_binary '†¥ \Zôö\×LŽ6—ôm~\Ê\Ë\Íó–sI\Êò\Ñ\È','',0,'?'),(_binary '+ ×·l0¸®\Îf\î`','wp-content/themes/houzez/framework/stripe-php/lib/Util/RequestOptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/RequestOptions.php',0,_binary '\r:³\ÙA¨_\Þ:”cr8pQ',_binary '\r:³\ÙA¨_\Þ:”cr8pQ',_binary '\åpaÜº\na3Š5‚…p“šC]‰ô†s2šÚ³²Å¡Y','',0,'?'),(_binary '+¡¦¸9RPu\Å(Žc$¡','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_24px.svg',0,_binary '°–ð\ÚvËÍ¦F1ƒ\Ç8?',_binary '°–ð\ÚvËÍ¦F1ƒ\Ç8?',_binary 'É§bN½=\Í,\Ëg\ê8rö	(M«¢XjO\åA\ã`sÀ','',0,'?'),(_binary '+¯Mº…‘Ö³³jž\Ë\Í\èe','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡\ËÜ¢\éme5´±\Î\ë',_binary 'j\Ñy»g\Òxyezs¥3Â¸©´\Ø%ds[¡\î*¡\Ó','',0,'?'),(_binary '+³§G*#ô±\íô¦”ýf´','wp-admin/network/site-info.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/site-info.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êU\×õLn\Ï\Ñ\ç©Ô sN\î',_binary 'A\0¿Ã¼\ÒKL\Ó130\Ã\ÌT\Zw4U^>›c$\ÏN','',0,'?'),(_binary '+´\ZD€–Ze}\É','wp-content/plugins/wordfence/views/onboarding/plugin-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/plugin-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6EiXl…™˜¿(%A\Â\\·a',_binary '²§PRl³òÕ™‡Àg§¾\\§@“\çEMY»s\0„£','',0,'?'),(_binary '+·+A\é\Ï›ô–K¼	','wp-content/plugins/revslider/public/assets/svg/action/ic_account_balance_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_account_balance_24px.svg',0,_binary '\Ë.`´\Ç\åy\0\Z$\ÅfÞ›',_binary '\Ë.`´\Ç\åy\0\Z$\ÅfÞ›',_binary 'ÿO2®\íaþufGa\å\ËÜ©l\"\'%\'ô¾º™J]','',0,'?'),(_binary '+»\ÞHj~™”\ìÁš¡ñ','wp-includes/blocks/read-more/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/read-more/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$ø\\\Ë\nºµu\"\ï\ÇÊµ\\¶t',_binary '¼\ÎB\Äó)óüªN¡Ó‘4\éòT	>4$9ô\äm+ƒ','',0,'?'),(_binary '+¾­ó³¨Ù°M¿\ZR‹°t','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/InvalidArgumentException.php',0,_binary '\Íøõñ?\Üh£5÷ô¼³wf',_binary '\Íøõñ?\Üh£5÷ô¼³wf',_binary 'ˆCV¸#¸bQ@\Â1lä…¥?Œ¨ bO ¥þ%yp\ZC_','',0,'?'),(_binary '+Àš †¢Æ‰DÃ«;\íR\Þõ','wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_late_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_late_24px.svg',0,_binary 'J@}PÑ…ˆ\Ì5<ù–\n',_binary 'J@}PÑ…ˆ\Ì5<ù–\n',_binary '2\Ç#Ð™\Û\ÈÿøVœ.S¨\ß\Ê#\Ôx8¸eŸuÿz','',0,'?'),(_binary '+\Ä\ãøt¨%R?\Ò\Ûõø \Ì','wp-admin/network/credits.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/credits.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bµ+ð„€\ëKVe†=­',_binary 'WN°œh¾K2ZŠF\ëù°W\Î\í\r08\ì\Ü\ÐJ5','',0,'?'),(_binary '+\Æ6\ì†Ëˆw@&‰Ïˆæ›²','wp-content/plugins/wpforms-lite/templates/emails/classic-body.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/classic-body.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D`>X}\á²h­ô\É\Ûó',_binary '_(D‹\\¦\È\Â@£^\êøtv³ß˜xÌ€‚uMJ\à\Æ','',0,'?'),(_binary '+\Ç£ú,²ˆ:\ÃÅ½?r','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_library_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_library_24px.svg',0,_binary 'Çºi¢…¥\ZKC\Þ^\"l',_binary 'Çºi¢…¥\ZKC\Þ^\"l',_binary 'g¨½Ác×¤˜\Í‰Y´Œ¦:ú˜ùµCz+\Ð÷:','',0,'?'),(_binary '+\Èb\ç\Ê³\ëI=qY\ß\Ú','wp-includes/blocks/freeform/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/freeform/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…D\àJ¿Xt9f…\ê\ë@\Æ',_binary 'Ð³v$<P!–ÝŸªjH\n\â^\0v\r¿9q¸(÷\éõ','',0,'?'),(_binary '+Ó‰„\nNOV\Ö[Ùºj\êf','wp-content/plugins/wpforms-lite/src/Emails/NotificationBlocks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/NotificationBlocks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿r·+=XD’&X/(\ÐO',_binary '~»\r\é“\'r¤«‘\Ï#\ÆjbLZ`,´ý(ó‰)4vñ','',0,'?'),(_binary '+\Ö\ä†arø\ãDt\î2ž\Å\Ó','wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨\à\ïxUm­\ì\éOôp›q',_binary 'j\'È•`X×Ž\é\Ù=7ã«¬èµi\0f²;\ÜIH)_$','',0,'?'),(_binary '+Þ¦kUX‘²¨E¦±‚›h','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üß¾\ín‡úE\Â>\ÑE°«ó®',_binary '\Øð¾`»&?Åž6”\ßö°š.šY%8Ó¹Ft ò\É','',0,'?'),(_binary '+\Þú\Z\Ø+Ëª¤\'nŸk³','wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bt\ã‹\ïCr\á\ÑlQÍºƒ¶',_binary ' \0—\Èó\ãþ¬`Uó¶g$‹4\Æ\Î\éx½u\ÌÂ·\ï‰k\Îl/c','',0,'?'),(_binary '+\à=P¶,\îûŒw›ÿ š','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.nl-BE.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.nl-BE.min.js',0,_binary '\Ñ\ÒTJÀ\È:\ç¾Í‰Û„Z>',_binary '\Ñ\ÒTJÀ\È:\ç¾Í‰Û„Z>',_binary '²\è\Ý\è7²ŸM\ë{ô\ïÀÌ\ä’þZh«ËŸÎ–³6`\è­','',0,'?'),(_binary '+\à†vr%\êm4‰YôZ','wp-content/plugins/revslider/public/assets/svg/action/ic_label_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_label_24px.svg',0,_binary '¡õD[fEÁ‚8.;ô:S¼',_binary '¡õD[fEÁ‚8.;ô:S¼',_binary '^sb¶ÝªÇ¨!^Jó\ÔG(™%\Ê~–}\çû=÷	-p·h¯','',0,'?'),(_binary '+\ã¬d½;·{\'Ê·“\Ð\Ç\'•','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³ ½.\Ë{\Ï+¿jù÷²Z-\Ë',_binary '¹\rò!Yò¸\á”\rÒ«>Ly\Ç?\ç\í\Ì@™\0ùÔ´J€`\ßb','',0,'?'),(_binary '+\æ›÷±›s»ø˜¯Kó','wp-content/plugins/houzez-theme-functionality/elementor/elementor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/elementor.php',0,_binary '\ÝuI2,\Ì\Ö\ËMß»œ¿',_binary '\ÝuI2,\Ì\Ö\ËMß»œ¿',_binary '2®Ÿ_\'\Ò\àm\n^6ôp£Z\ìû›\îv1»\àß eE\Ô','',0,'?'),(_binary '+\ìßªKgq\Ù$fI±Z\Øÿ','wp-content/themes/houzez/sidebar-property.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/sidebar-property.php',0,_binary '»\\²÷õ½0÷)\r•ùš\á',_binary '»\\²÷õ½0÷)\r•ùš\á',_binary 'x÷1ø\Ë\î\'\ée¡\ÛSD\ë~€\Ù\×q{œR\ÔoTó\r?\á','',0,'?'),(_binary '+\íj¸†…ˆ7µw—\ÎÀ\É','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/pt-BR.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/pt-BR.js',0,_binary '&ÀX\à…h›¾qŸ\êž\ç\Ü\\',_binary '&ÀX\à…h›¾qŸ\êž\ç\Ü\\',_binary '³\Óð2ôm©\â\Ù<\Ø\Õ,}—\Ñ|1\\;aˆÃ±‡Cy%','',0,'?'),(_binary '+ô\ß1‚òº#DÕ¯ó™¦\n','wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u6”}ž\èxBŸy7öº”\àK',_binary '\Ö\\’¸\ä®[ž0M­¯\îmö\Ü–¯F†Æ„\ì®ô','',0,'?'),(_binary ',\×øµm\à‡\Úi¥6\0\â','wp-content/themes/houzez/template-parts/realtors/agency/tax-number.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/tax-number.php',0,_binary 'ñÃ¶E™\ÊJS4œ:¾Xf',_binary 'ñÃ¶E™\ÊJS4œ:¾Xf',_binary 'þ\åÊ³xÇž0S	>Z®G´Uxñðþ°›¦MºdÓ*','',0,'?'),(_binary ',\à\Z¼J\'ªAWh€\Ì','wp-content/plugins/wordfence/views/options/option-label.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-label.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'`\Ã¸\ì\é\Ù\Ûa\Ø\é \å\á',_binary 'ø¸\æñ\Ýy–óDFR#\\\\F/­ýG%RY¡\Òx!˜B6a','',0,'?'),(_binary ',\r\æ8b\ÈsÂ»2\Ñ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_es.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_es.js',0,_binary 'V*ô¨2f\ä_šEa\Í}iu',_binary 'V*ô¨2f\ä_šEa\Í}iu',_binary 'Ø¦zÎ†·H\ïf\ÛH \0¡Â‚!\'jÁ¹‡\ãõøÃ¹þ\ç','',0,'?'),(_binary ',x}PJ›¡\ÝÁW\Ôd+','wp-content/plugins/google-site-kit/includes/Core/Authentication/Token.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Token.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒbù\àlÏ­©K\ä\Þ~¿',_binary 'J·\ßM9¸¨C;\'°6O´\éZ\Ý\ÖX Œ\0„%‰¦','',0,'?'),(_binary ',\r\Ãz\ÞeøS·…\Ètgz!³','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_bordered-pulled.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_bordered-pulled.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9˜ÝŠ7\È*\ÄSP ;X',_binary '&\ìÝ¶¤­ù6‚÷>¯\í÷-¿¡±Ÿe\×^–†fHß—•G','',0,'?'),(_binary ',8Ð¤í¿¡üyR\Öh\Þ','wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýb{—\çÑ¨\n\Ø\ÊtK²µv',_binary '¶bMš\Z±Ë–D‹f\Ó2\Z\â·w\îe`4¹ô\âb,ƒXˆD','',0,'?'),(_binary ',ãº¢€\æzŽ] !0Y','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†\à=c‘P)È‡Ž\×G\äñ',_binary 'S\"º‰r\ç\Â1ò«J¼Å¸¦	6\Ò*ð)†…-{œ','',0,'?'),(_binary ',{/pZý\ä\"I _\ÖG','wp-content/themes/houzez/framework/stripe-php/lib/HttpClient/CurlClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/HttpClient/CurlClient.php',0,_binary 'tú7Ux\æ\ãk]IQ“',_binary 'tú7Ux\æ\ãk]IQ“',_binary 'M\Ë5¥½\Åuÿá¯ž@\ßñ7[ºµS«@JF\Ñ%M_´','',0,'?'),(_binary ',\Z\â×‡{]~Å£]-i\å','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php',0,_binary '¾4E\ìþhM¶ŠYß¹­„9',_binary '¾4E\ìþhM¶ŠYß¹­„9',_binary '¡\Ð>¨µfL%]ÎµSn\ìðF¡xDL\íNÿf>Œ\Éôx¿b','',0,'?'),(_binary ',Û‰‰=\ì„C	W·žZ','wp-content/plugins/elementor/assets/js/9c42cff515a6191fddaf.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/9c42cff515a6191fddaf.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž$HR2­\Ãe\Ù:\Ö\Ø',_binary ']\\<\\42\êú\ÜÌŽ\"Äµ¥\×i\Úa)Ž9˜;Z','',0,'?'),(_binary ', \Öò\Ö\ç|ƒV€_\èVñ÷','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentMethodDomain.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentMethodDomain.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼HxQ\á\åm\r,C°Î‚Š¦',_binary '\éPñGcQ©o˜ý?útV9“hjòn˜\ÍýVm\è \Ì','',0,'?'),(_binary ',$\ïýB¾¬l$÷’®ŸKc','wp-content/plugins/revslider/public/assets/svg/image/ic_picture_as_pdf_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_picture_as_pdf_24px.svg',0,_binary 'P\ìd\È=2•*ëŠ¬(\Z',_binary 'P\ìd\È=2•*ëŠ¬(\Z',_binary 'Á1üù¥d\\‚•™\\}oVi3	”ü\ê¢d0\ßñ\æ‚\ëy\Ø','',0,'?'),(_binary ',$šT\â»OŽa©’b¦‹','wp-content/plugins/insert-headers-and-footers/admin/images/sr-screenshot.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/sr-screenshot.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'\"¦we=g«\Ð\å-W~',_binary '\Ô 5‚¦ð¾›\Ù+\Ú,õI®%2.\çrdþbŸ7\Z”','',0,'?'),(_binary ',&™\ÞR¢ô\n\Úhtt\Ú','wp-content/themes/sinatra/template-parts/content/content-single.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-single.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ¡S\Õ-M7É¶q_–D‘ð',_binary 'U4­¡¾I|°z\î¾v³\0[K+\Ï°\èü;\Êw\ê','',0,'?'),(_binary ',,a>À\Å\Øó³qaü¢','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaMeasurementProtocolSecret.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaMeasurementProtocolSecret.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Áo€\é9IC¼ˆ±ÅŽ\î',_binary 'ŒZd~‰)f&	\"%µc=k/‡o\Ï#?\ãjx …¿ƒL\èR','',0,'?'),(_binary ',-ÿÉ€½$\Î?@C1û-ú','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GL\Î\Ëc­\"¢H4\ëj§“',_binary 'U\çrTü	p¾)MÀS3\Ã\ÖõJhö\Ê“þ\äù:ý?','',0,'?'),(_binary ',4\Å!º\Öq[Oút\çi2\Ô','wp-content/plugins/redux-framework/redux-core/inc/fields/text/redux-text.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/text/redux-text.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Qh§‚\Ø\\\rR¯˜ž~',_binary '½QlDh\ÕÀmðò\Í…þ\ÔQEmmYx6¡uy‚‰','',0,'?'),(_binary ',8özøfÿ\ÜD7\Ï >','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶\Ú\é\ãNd[\ãM\Ó@',_binary 'Q¥ð\ã[þ\Ô\"7Y\àb‡ª\ÔnØŽ0MÕ£Y\ÌMÁH\Ä','',0,'?'),(_binary ',<{¯u\ZFaA±¡\éôþ','wp-content/plugins/elementor/assets/js/b7931adecb98651a09c7.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/b7931adecb98651a09c7.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò\ëòQ\í\Ø_\Ïs½GJV\Â',_binary '¸d,³ªx¹öQVc™|\î/*óƒò\0 \Ö\r\\\å¢q','',0,'?'),(_binary ',<“ª \ß?C]\á0AŒ','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Í¶¥š¾Uè£¦\Öh\à',_binary '\ïehÓ§ƒ&Î­­ûAµ3‘+WThÁƒ\n\Z)\È?ÿÿ','',0,'?'),(_binary ',=(\à?H\él‹\È\ç¸ù&','wp-content/plugins/wp-rocket/views/settings/navigation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/navigation.php',0,_binary 'ÁN wˆwH\Ò\'½—ß–',_binary 'ÁN wˆwH\Ò\'½—ß–',_binary '‚Höt…Zl>2\ÆJ\ÞE’P\èÂª²k,m\ç+b›\Ï','',0,'?'),(_binary ',DOú`Œ7¹¸Ë‹û','wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-500.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-500.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8G®qö	\Ä„Yt\ëO',_binary '¼p}J÷~:b\Éq‚7/](#¡½1|}\ëxŸø\r@G\×#ú','',0,'?'),(_binary ',DP¸f\0\r¦5K¡ñ\Ó','wp-content/plugins/elementor/assets/js/e8a7573e654d921656ab.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/e8a7573e654d921656ab.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°y\ÍJö ’\ë@5Ñ©î',_binary '‰\Z·Jrr\Ü\ËQbw,\ÂQA6qI™Y\ÂHH','',0,'?'),(_binary ',Dxtav#ö\ê<\×;E','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽW¹’¦º&hE5†Ox¸\ê',_binary '1\rŠ\éû*–h\\\äBöo\Õ–\ÐB®}ÿù_ù„XD7','',0,'?'),(_binary ',D¢³\×gö»Vº_>°','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-not-synced.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-not-synced.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄH›t-2PS\n>¤P±K',_binary 'øwLÔš|Ri«7¤\Â\Ï9\ÕD¾\ÇIq^{›\Óe*¨','',0,'?'),(_binary ',G4\îF\Ö\\\Û*\î ¤\ÕX','wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'(’þ\ËA\ØóŽ”œ–fpH‹',_binary ' ¶\Îe\Ù~a‚§\çEJ<WV\àž€b.$x¼À*õ/l¬','',0,'?'),(_binary ',Ip\Ø\ØU\íw\äb\ä§A@#','wp-includes/blocks/spacer/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\éñ6•­4\ég1¤)\Ç÷\Úb',_binary '­SWlši\Æ\"k\á0\ÝM\Â\ÉL\Â[¹¥T¾«û€¼','',0,'?'),(_binary ',LŽ+‘AO¤8a=¤\ä','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ!‡+švmÙ·\ÆÞ²|\ç\ã',_binary '[ž\ê’\ÒQª¤iƒv[*\å\îðG¹‘\Ê_£\á)¡C}','',0,'?'),(_binary ',N\Û\Û\ß\Ï4b\ãp\Ç\Û!¬úü','wp-content/plugins/updraftplus/images/addons-images/webdav.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/webdav.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±¬¶AR,|\îK?‚™',_binary '\ÓbEf]&Z\nHÍ™ µù›B	H£>@7\ÑlY\Ýx(õnÁ','',0,'?'),(_binary ',Rµ3Z9—i\ÌGø\î˜','wp-includes/blocks/search/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾‡OÁ1f43´¡\ÖÑ¼_0',_binary '}+»‘{È–19\ÇD\0W0‰S¹(\0š©sj(ª%%§p‚','',0,'?'),(_binary ',VzþŽÆ´\ê¨ ¤+\Ë8‹','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \Î%Vs1¡÷\ZþyP\n‰',_binary '[¸\â\áy[\î³WgP¶¾°»-ª@	½ˆ\äm5Ž÷\rZ','',0,'?'),(_binary ',Wi\Äy\Õ\ÔF¸O—U\È','wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-adminbar-css-6db776544b37175be17f.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-adminbar-css-6db776544b37175be17f.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ocú.xˆ.6^˜Ç¬\Ëa',_binary 'Š\0D¶\åjp\ïÉ¤¸\ÉpCd\Âõ5¨3h²ûuŽ','',0,'?'),(_binary ',]\'N¦%Ý‘UeT­‚)','wp-includes/js/dist/annotations.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/annotations.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žò»\Âm9UŒ`\î¤\î©\Éø',_binary '†\\‰v;‚=;\äcg’\î\ï\Z]¬Ó¯µ\î¼\Ã\Õrc›–q','',0,'?'),(_binary ',dNe\Ð8˜«»¦¿\"û','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\éo\Ë-\0H\Þ‡ù¨p‘}',_binary '8l\ï\ZRMA¡¯ú+`1\Ñr«\æ‡OJC¢Çš\à\Â2‡)\Ì','',0,'?'),(_binary ',h§\Ôõ^ã€+ø_&‘«','wp-includes/blocks/comments/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0Ð\Ô#¥Ñ\n¬l±ù\Ò',_binary '¯vwAðô\Ö\Õ*N\Ý`\Õ6.¼ai›>\rZ	\04h›}\ÎX','',0,'?'),(_binary ',iT¬ \ÊÀNeÿƒ¢!g	','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6\íp\ÒõmŸzx…·‰',_binary '<&\0\æ08ß«¹`\0ŠB\Ä\ÑH\ì)\0i\Ï\í\È\Ívô‚','',0,'?'),(_binary ',l¿ÁAO¢QF\é•ÀY\æ','wp-content/themes/sinatra/inc/compatibility/socialsnap/class-sinatra-socialsnap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/socialsnap/class-sinatra-socialsnap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\'i®\r\ßK\àŠñ~2\Î\ì\Þ',_binary 'þ\á\Z…ú\ÐñÁOg7gµ\ÚÇ¹<\àI%b¯¢Ö¾I','',0,'?'),(_binary ',sýBK˜©la\×ÿ\Ì','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLinkPermissions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLinkPermissions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&eš\ï”BFÀI ç¬¶j&s',_binary '7ü²\'cO\è¨ò@d9$h:×¡%}\Ö\n\Âh»¿”ù','',0,'?'),(_binary ',w-œôÏ¬\ï\ä½ÁŠmd¨','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleProtobufEmpty.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleProtobufEmpty.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TS\é(rgŽa¸:!ú&\Ó',_binary 'S±?®-½a!\Ûæœ©\r)0\ëmÁûxÀ*1U™‘\â','',0,'?'),(_binary ',z\Øe©\àúY#uJ~[P\r','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' OpR{üÒµŒ\çGÝ\Û',_binary '“Y’ü:B†\å\ÅP5M€s_†¼±š¹.Ù†úÖŽ','',0,'?'),(_binary ',z\Üh	\Z£	\Âv×Š¶$','wp-content/plugins/revslider/public/assets/svg/content/ic_content_paste_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_content_paste_24px.svg',0,_binary 'µ&$\Å1©+‘\Ða?ôûU',_binary 'µ&$\Å1©+‘\Ða?ôûU',_binary 'kü¦F“NE–\æÎºß­D¾|\ZŒ	6\Õ#\ÛÆ”v','',0,'?'),(_binary ',} ×£Ñ½¿ø”½pŸ','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/light/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/light/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary ',†9\\Oý\ZÁ»\"#\Îò','wp-content/themes/houzez/template-parts/listing/carousel-item-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/carousel-item-v3.php',0,_binary 'F9\Âdžsþ ¸„…\Å3dú',_binary 'F9\Âdžsþ ¸„…\Å3dú',_binary 'Œ\èj“\É{R\"Ë‹P³\â÷l±\êsY3\Ñ\nú¡\Ç','',0,'?'),(_binary ',†\á\Ô@µšhj\äqrÞ’ÿ','wp-includes/ID3/module.tag.id3v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.tag.id3v2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á&&\æ<œ‰\ç\Ë\Ó~}1',_binary 'G>A¾û™þ0\ãD\Ê\ß4‘¾\Zß¦5öS9h¤¢','',0,'?'),(_binary ',ŠhÉƒs?4B[\Ë^Õ','wp-includes/SimplePie/Cache/DB.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/DB.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñw\Û\ä¶M\éü\rÊ¦|D\Ú',_binary 'g#\è•\è‰\ë\Þ\â]\"°h0Vqü)\Â0œˆj´%\Ó\Í\ãI‘','',0,'?'),(_binary ',‹Fb\í0L\Ï\Þû;¨\ê¨','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/AbstractNoCacheHost.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/AbstractNoCacheHost.php',0,_binary 'SV4b!\Ò\Õ\èIÔ€Ÿ]óz',_binary 'SV4b!\Ò\Õ\èIÔ€Ÿ]óz',_binary '|Þ€ýŒ>òI©Ÿ\áÈ´¥\á\í‹%P›‘Œú=¦ŸWMW','',0,'?'),(_binary ',‹¤\Ôr\ê0q9Ÿ\Þ\Ç¤','wp-content/plugins/revslider/public/assets/svg/action/ic_view_agenda_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_agenda_24px.svg',0,_binary 'bs„\Þn\nøˆ’´®',_binary 'bs„\Þn\nøˆ’´®',_binary ']ùAŠ­¤ó/saô92ÛŸ·‚\ã–\Ì84×‡\Z×\ÎPÁH','',0,'?'),(_binary ',’Ê„}žz\×\ËU\êšÀ\Ê','wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z\Æ\'#‘Ÿ\ÄÁÂµ\Îu_',_binary '2\Ûd\Âe;\Ö\ÛpiM<ðÄ±Œ9~\Å\ë\æü7ý&V]m¼','',0,'?'),(_binary ',“=6\É\à$¬T¸}Š5\àˆ','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/class-redux-extension-customizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/class-redux-extension-customizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|ŽZ.ˆ\ÔŠŸ*?§\âaT¬',_binary 'ø\0\Æ\à¸%Žˆ\ÔOÜ»¶ÀÏ»œò\ÊXú*²„Q\"	›c','',0,'?'),(_binary ',ŸCA\Ñ\Ì1Ž­`ÃºI{','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager/includes/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager/includes/functions.php',0,_binary '5»nó\Ýh\ÙbM\Îøh±p\Ð',_binary '5»nó\Ýh\ÙbM\Îøh±p\Ð',_binary 'é¾¨¹Î¦«:ý\r¹´=À¨jújm\Æ×—•\Ç\Óõ&p%','',0,'?'),(_binary ', Qa±» ŽE\Æ\ÊsO','wp-content/plugins/revslider/public/assets/svg/communication/ic_live_help_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_live_help_24px.svg',0,_binary 'üc/j e\Â*c¡\ïY',_binary 'üc/j e\Â*c¡\ïY',_binary 'žÓŠ‹p+b<ÿµ¼žº.	úË´”·µ–//H\Ì','',0,'?'),(_binary ',¬-×ž·—Ya©Œ(\ã,§\Ø','wp-content/plugins/elementor/includes/widgets/toggle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/toggle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aðÈ½3\ßtÓ¦%”B–6^‡',_binary 'GåšŸ0÷Z\çb”$\ÎÑšø\ZÚ¼z¢ô¶(¾-÷ò\é','',0,'?'),(_binary ',®\×2Xm˜ö„öPmù\0','wp-content/themes/houzez/template-parts/listing/partials/item-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-image.php',0,_binary '½cHß–-†\Ù9\áoû88\à',_binary '½cHß–-†\Ù9\áoû88\à',_binary 'ºnÁ\ÎkCE\0\\•KM¾&pS#¯¸\ËúY)\ïldt','',0,'?'),(_binary ',²\ëC\"ªÀ\Ï}F;ªp„´–','wp-content/jetpack-waf/rules/block-ip.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/jetpack-waf/rules/block-ip.php',0,_binary '¨nó!gq7\Ù\\Nû¬m',_binary '¨nó!gq7\Ù\\Nû¬m',_binary 'ƒg†È›\ë-ú÷\Õ\ÛAK\áù\Ý7 \Ó=[„š·í®·Ž²z','',0,'?'),(_binary ',·!ðB‚¦§zJñ\ß\æW','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/uk-cookie-consent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/uk-cookie-consent.php',0,_binary '|/\Ü.!k*nú€?\Ä0ô',_binary '|/\Ü.!k*nú€?\Ä0ô',_binary '\ëÒ£O‚öý\ÝU­œ®\ÒTWƒ\í§/Z\ë\Ã\Óiq–øi\àŒ\ß','',0,'?'),(_binary ',º°!žxª\î\ÒM\Äu¾Fò','wp-content/themes/houzez/js/vendors/i18n/defaults-fa_IR.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fa_IR.js.map',0,_binary '\0å´”€eÀ¼•\É{\ÞP^',_binary '\0å´”€eÀ¼•\É{\ÞP^',_binary '‘%L<öþRýþ\Ït!\×\Ú4ö=Ü‰Z\Z¹d‚OJ','',0,'?'),(_binary ',Â¬;R¼±M~ö\ë\Ô\\N','wp-content/plugins/elementor/core/admin/menu/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/menu/main.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F\å\Ñ\Z»\Ë\ÌñÀ…þþ¯E',_binary '‘•/W„m k®öv\í«\á‰m‘<Í¸z3Ž°	¨','',0,'?'),(_binary ',\Ó€?˜x,\â\Ö\Ýy','wp-content/themes/yith-wonder/assets/images/demo-content/company/company-1.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/company-1.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B%\ÛVõs>98ó\Ìó',_binary '&tc\r^7)ª¹\á\ÒeŠ/\'‡õXó7»®8\ÙcT.','',0,'?'),(_binary ',\Ö\ÓM\îŠ\Ð\Úp;½1','wp-content/plugins/elementor/includes/controls/repeater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/repeater.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E†¸/9ƒº%9a3ö¹j¾”',_binary '‘¶»gs\Õ\ã©˜\ä+·€°n#*h§<Á­ 0ü$Ht','',0,'?'),(_binary ',\ÖB?ñ\ä\Û\Ú\É\Ù\çýF\Å','wp-content/themes/houzez/framework/metaboxes/type-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/type-meta.php',0,_binary '†N#\Çs/Œ®†z\Î_\Â',_binary '†N#\Çs/Œ®†z\Î_\Â',_binary '\ßÁ¿\ÃùTª\å•×™ s>¥Åžxó\Ãýaóy\Ç>=','',0,'?'),(_binary ',\Ú\\€ó}9i\È\Ójðy*','wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§ð8\Ë\\:‡û¿ªS|ˆ',_binary 'iLŒon\ÆÌ¢W\ë‚\ÜSÉ \Ð\ß \åÆ \n©p‰Q­\Ù*+','',0,'?'),(_binary ',\ÝõÍ°ÇÔ¦Hýea«£','wp-content/themes/houzez/js/osm-properties.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/osm-properties.min.js',0,_binary '`@tR¢¾=7ÁÈ­(',_binary '`@tR¢¾=7ÁÈ­(',_binary 'ƒ$\Æ\nò˜Ì‰—\"\êÊ‹zCK:D´\ÔZ÷þc','',0,'?'),(_binary ',\Þ)nþ\èZ\Ç\ÎH\ß\í½*','wp-content/themes/houzez/property-details/virtual-tour.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/virtual-tour.php',0,_binary '\Ý\é\ÞeÚ¾8\ä7Ð¡BrU”',_binary '\Ý\é\ÞeÚ¾8\ä7Ð¡BrU”',_binary 'Q„l$À“¾žSKŠ\ìN5–ñ\ê\î\ßð,PK°œz3\î','',0,'?'),(_binary ',\éaþb7\ÖÈ†;%ÿ','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Single.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Single.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`{³¨Û•þ\"Iy',_binary 'K\Þq\\?¹úL÷oÀYŽ~lü>\×Kµý!&b0ñù','',0,'?'),(_binary ',\êH~fj‘=~´R¦:','wp-content/plugins/wp-rocket/inc/deprecated/3.8.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.8.php',0,_binary '8ª\î!\Ó_ñ“è¸µ*‘Ù¾',_binary '8ª\î!\Ó_ñ“è¸µ*‘Ù¾',_binary '˜G_2¹×¤¸ ¥`\æ8\æ\Í\ã˜\í\r4•·œ,\á¦ø\\ÿ','',0,'?'),(_binary ',\ë_\á €\ïi\Â.\Ô\Ó0¥¿X','wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äý†Ì¾5‘M\àl\Ø9.d',_binary '“w’˜¨z¦Â¿ƒŸì’ˆv\Ø\×#­7™šŽ‡f\í \ëø','',0,'?'),(_binary ',\ï=J’\'Ÿ‚~F½’Rø','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character04.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character04.svg',0,_binary '°…h\Éw(…Žø‡\"·',_binary '°…h\Éw(…Žø‡\"·',_binary 'n¼Z5‡†EÀX<\Â7=ô£O\Ý”¥4\Ô\Í(#T.a','',0,'?'),(_binary ',ô›?g¿T¨\ê¼NI\í','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/Weglot.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/Weglot.php',0,_binary '¡E\×È«\Ð¡U•-6O8—\Í',_binary '¡E\×È«\Ð¡U•-6O8—\Í',_binary ')\Æ&[\Øxh›b\ëòß‘‡CT\È\ï£N\Ôý\Ù0ez\ã','',0,'?'),(_binary ',õ’(X\'¬ƒ‹\á%Z‹\Æ|','wp-includes/blocks/group/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é¸Ì©ü\Í\äŸa\Ü\Üw\éÖ¤',_binary ' \Ïû\æk\Ï??ß™!c	\ZG›\æžgCãœ’…','',0,'?'),(_binary ',ùt\Ë\0DZ\â\æ%\Ävý','wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_left_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_left_24px.svg',0,_binary '\Î\Ã\ÍòÕ«‘r)¾¸†',_binary '\Î\Ã\ÍòÕ«‘r)¾¸†',_binary '÷Áô\Ë^^Õ‚{;OÕ®t„HýbBµªBOü¨]U§\Ä\nv','',0,'?'),(_binary '-¬Tª\Úa\ÌP‰?\è0et','wp-content/plugins/wordpress-seo/admin/class-admin-init.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-init.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì›[3\Ú\"³D\ØhÇ™\Ç\Ëõ\n',_binary 'ò\Z¹°\'\ã.¹±\ØÁ*¢@\èóI\Ð{<©Œ‘Ÿ•\ì£','',0,'?'),(_binary '-\'H„]ºÇ‘¯B?=\Ó','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-hooks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-hooks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªJ^\èY<®Š^@|>®',_binary '¿N6¥µœå²»Lš!ˆ‘\í\\Y¾A4ü\Í!35','',0,'?'),(_binary '--\ÄÃ¼–$®);†\ÄJ5','wp-includes/js/dist/rich-text.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/rich-text.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tXt¶\Ê\Õ1\Íl\Ú\Ñ0,a\Â',_binary '\â\Ï÷™\Æðþ-žý\"\åT\Î¬&0&ŠMƒ\ë','',0,'?'),(_binary '-.²,pO\Ð\å²|Ì«\"\ì','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_is.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_is.js',0,_binary 'ÐšD&£J7O4#mñP™I',_binary 'ÐšD&£J7O4#mñP™I',_binary '›„›¤QÏ—\ÇU« ²›{ñª|\ÛNª\'ø9\å\'Ô‰\Å2','',0,'?'),(_binary '-7‡=*7snÏ„§¢ÿö+','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/incoming.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/incoming.svg',0,_binary 'B1;h¥üEG…\è j\æÈ´ô',_binary 'B1;h¥üEG…\è j\æÈ´ô',_binary '\ß4\\6m\ì·³‚0,@d¸+F\"^vÍ¶s¥HÌ¯_','',0,'?'),(_binary '-7Öˆ;Ü–\Ø_¾ú¼¦Á³','wp-content/themes/houzez/template-parts/footer/nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/nav.php',0,_binary 'Ðž\r\"XÍ›³xº\å¶\æ\Ñ',_binary 'Ðž\r\"XÍ›³xº\å¶\æ\Ñ',_binary '*\Î(hž \ä<\ÄA1F4ljE‰\Ï\ás\à±\'‚d\È4I','',0,'?'),(_binary '-;_ö“‚0’”‘©Q','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphUser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphUser.php',0,_binary '`’¼Ï«lf\ë\Åùô§\é¼j^',_binary '`’¼Ï«lf\ë\Åùô§\é¼j^',_binary 'K:ˆu.«¨n€zª\Âü¶Q:½²yenZ22˜ý‘\È$','',0,'?'),(_binary '-;\ä\ÍtV’\Æ\åõª\ã–?','wp-content/plugins/elementor/assets/js/video.78c625e89ab767d621c5.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/video.78c625e89ab767d621c5.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æÝ«¥\îd$ ›M©ø\"~£t',_binary '\Ïó=´\Ãü¨ô!¯}«‹|¬\ê#\Úý\Æaòr\ï¹ƒƒ°','',0,'?'),(_binary '-;ù».*¨\ÕBùZ\à‘ð\çü','wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '-<ö}½\n[\\%øŠdý(','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LogLevel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LogLevel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ-\Ûk\É\Ã\âZ‡JõT\ì',_binary '\ë˜[$iI\Ëú	\Ê~b“	r\r\à:S\Úõ\Ç\Åpqž‘n·‹','',0,'?'),(_binary '-?g\Ô¶“,9³\çù”µi\Ù','wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†@\ç›yX w¸\"`2',_binary 'ö0!7µ¨._\í\ÐB!Â‰UL„kŽ¯:\ÛFf[\Þ\Æ','',0,'?'),(_binary '-F§Õ¶R\Í-qz\ë\Ö','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_30_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_30_24px.svg',0,_binary '\èš˜£©\Û\Z‡9‘UJ\n\Ì',_binary '\èš˜£©\Û\Z‡9‘UJ\n\Ì',_binary '\ÇB •\Ê\ÐQ˜i\èA ˆK”\ë¤gFa~²À¬i$\Ì3','',0,'?'),(_binary '-G\äˆTñ‹\äP‰i<\êÊ¼','wp-content/plugins/insert-headers-and-footers/admin/images/icon-uncanny-automator.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/icon-uncanny-automator.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œu\'6ž\'\"\ì0`–À',_binary 'f_-UŠŒ*½ø©(ŸY\à\Ägy\'ÿ\Î\Ô\ÈèŽ¼î´¶ö‚','',0,'?'),(_binary '-H\Â\Ù\'ùyñá—‘µaD^','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadedContent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadedContent.php',0,_binary 'ÿ(\Ý\ì\é²2\é‰[’±—',_binary 'ÿ(\Ý\ì\é²2\é‰[’±—',_binary 'žkÔ£Q£NºDyÞ˜M\Ë`2\Í\æ‚(þƒdr\"ž„','',0,'?'),(_binary '-K9‹|õ»M,\'lž~)¥','wp-content/plugins/redux-framework/redux-core/inc/fields/media/class-redux-media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/media/class-redux-media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3ñj\áb#+i¾1¢‰ƒz_¥',_binary '¡rllù`¬ù\à3œ \ÃN_«!N\àª¬\â\Ñ\Ï~}7','',0,'?'),(_binary '-WY\ß\Öu0º«\ÚÕ¶\Õ9J','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/Birthday.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/Birthday.php',0,_binary '\nõ\Z\ÒDü!ŠÊ¦\ëz¬\íº',_binary '\nõ\Z\ÒDü!ŠÊ¦\ëz¬\íº',_binary 'óa·–N]°\ÏÁA`q\ÐyüIÌ’\'¼ú6\ÛpÐŠR','',0,'?'),(_binary '-[\Ö\â\ÚE©±ü@Û£\0','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm·\Ód¤IL\â7(=T\Å\Ã',_binary 'ú`\é¨*o|\Ô|\ãmð¦ò…}‘ \Ërˆ±-Š\Ä\ë³ðH','',0,'?'),(_binary '-[~IAI\Æ,V}·b\\&','wp-content/themes/houzez/fonts/houzez-iconfont.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/fonts/houzez-iconfont.svg',0,_binary '\íH_7\"±	*a¸ú*8R,',_binary '\íH_7\"±	*a¸ú*8R,',_binary '¯\íÇ¾r‘@¢ö\ÙÁ	„Þƒ&š\åu†úg\ÃwiÒ«','',0,'?'),(_binary '-\\@\å\r\ÉAhÂˆ\Å\'Ê–X','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/beds.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/beds.php',0,_binary '‡\Ã?Ï©sZ:£j#‹\Ê',_binary '‡\Ã?Ï©sZ:£j#‹\Ê',_binary 'Ì¾•\Ø	£u:—´\äÆ¬\êÞ‹á¥¹+=;ˆ¦a€1‘ƒ„','',0,'?'),(_binary '-\\¬‹[\×µ¹†\èJ’×¥','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ù¡˜\\rþÀ\éV;$Ist\Ç',_binary '1<¥\Æ\Ã7ôAp4ÿ\áÁ—™•0VƒP¡bƒ¾#;T','',0,'?'),(_binary '-]AÀ\×v—H$€Fû\É','wp-content/plugins/wordfence/css/wfselect2.min.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wfselect2.min.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷\Z¹’´i\É\'½óû\ä¨Rh',_binary 'o\Î\Þ-:\Ø\ëÊ”0¡«\Æº\Û\Õ\ë\Îcsu·»Ñ¹œQ7','',0,'?'),(_binary '-`*Ú•WY¶=\ÎÖo','wp-content/plugins/elementor/core/kits/views/panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/views/panel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\ÚE\0ŽY­¼³R5.\Ý',_binary '8’\ÝÚ¾Ÿ¦Œ£Ž•¤\í(ó·HlRp¼‹¯r3P','',0,'?'),(_binary '-aÁz±Ñžf1k?\Úi²','wp-content/plugins/wp-rocket/inc/Engine/Admin/Metaboxes/PostEditOptionsSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Metaboxes/PostEditOptionsSubscriber.php',0,_binary '\ÎòñR!2‚KIV-J7',_binary '\ÎòñR!2‚KIV-J7',_binary 'ºˆü\ê\í\Êô\ãn\Ó\æs¸°Á¦,›\î+\ÇÈ›^0±\æ','',0,'?'),(_binary '-f^&¼Ý\àd>Õƒ{\Â','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.zh-TW.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.zh-TW.min.js',0,_binary '|0\ÆL¦Îº§nx<\"˜9¼',_binary '|0\ÆL¦Îº§nx<\"˜9¼',_binary '\Za>\ÖªcY9\Ì\æY5Xv\ådU\ë0×X’±\Ü9','',0,'?'),(_binary '-f‡˜d\Å\ÉÙª,8M¹ù','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/dismiss-notices.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/dismiss-notices.js',0,_binary '\Ëk‚*3˜¼þ#\r€\ÈP„b¤',_binary '\Ëk‚*3˜¼þ#\r€\ÈP„b¤',_binary 'N?`gie™\Ãzƒ¡‚\Î7\0oTyN	;] koø?','',0,'?'),(_binary '-j\Öq\0>@\Ø2™.«\ä','wp-content/plugins/updraftplus/central/classes/class-updraftcentral-wp-upgrader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/classes/class-updraftcentral-wp-upgrader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôô¿´¥e2%Ç™Ÿ^ -5',_binary 'AŸlôþù=Ž\Z¶d3Ê kˆ¿8€@ö¿Ð¦Ž','',0,'?'),(_binary '-jÞ§« š \Í\æ¦~hyb','wp-content/plugins/wordfence/lib/menu_support.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_support.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A„Z\ÉÃ¥3¸\êÓ¹1v*”',_binary '+Y€«©¼Ü£W>\êýüó\ÏA\ä|ˆ\r¢‚<wŒ!\îôS\"dO','',0,'?'),(_binary '-ka¡\Ò3j\Ä\nM×±ª½','wp-content/themes/sinatra/assets/js/vendors/flexibility.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/vendors/flexibility.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý#Zj„¡Ó‰\Û9l&\'ñ\×',_binary 'Ô¸\Þü\æh\Ñ\n<“Š”òV™®i·ANóµ1‚¨€“','',0,'?'),(_binary '-kdÏ¯‘ªX\ßw\\7ŸÀ¯','wp-includes/admin-bar.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/admin-bar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pvµ^\Ú2á‚ˆp\ÛgBt[',_binary '£O˜m•}¢A\r€\ZÝ¬Æ¯9•…¦#\ã\ÛT®œŽ;','',0,'?'),(_binary '-nn}óúhfem\ì¨YÔ','wp-content/themes/houzez/template-parts/footer/logo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/logo.php',0,_binary 'h5±Y™N‚W0Š–\âxk',_binary 'h5±Y™N‚W0Š–\âxk',_binary '$Ò‹+\Ýƒó\Øñ\ÑÒ–\ï7\é\Ø\æ!¥\ÐXz»C<f','',0,'?'),(_binary '-q2\Øe9g\î:\È+K*µS','wp-content/plugins/revslider/public/assets/svg/image/ic_style_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_style_24px.svg',0,_binary 'ª\êR$¬ñ\ØÔ¥îœŠ',_binary 'ª\êR$¬ñ\ØÔ¥îœŠ',_binary '¶@ôl1T\ÎzýV–·4Œºÿ\æ³\Ï\ÌW[›ñ=r‘¾','',0,'?'),(_binary '-²\ê\Ñ\áÇ¸†%w=õ\â','wp-admin/css/colors/ocean/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ocean/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=A\á\ë¨$o¬\Ü\ÓücV\Ö',_binary '3\Ã3Àgª(u£2-*6{ðj­Ÿ=‘§Pg¿0M™³\Û\å}','',0,'?'),(_binary '-€3<\Ù(\ë¥Þ¹Ä¹÷','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal/SessionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal/SessionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÁÀƒ5?/£²·\ÍB¦p',_binary '#O§Uª·²–Oº;_7þ·HC}\Ö{ôE\åû\0ô\Ó<Å¨','',0,'?'),(_binary '-ƒ†¬\Ì\â\Ò\Ò\"`\Ýtr ','wp-content/plugins/elementor/modules/favorites/favorites-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/favorites/favorites-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?¿\æ.\r¿‡õ-@¸¹5\Ñ',_binary 'ÿ`\ì¥\ÑjœaÇ‰3ƒ\í$¦bö1¾žðJC³\'£„ùô','',0,'?'),(_binary '-†šŽ_µµ\æmq+«÷1”','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hã ²\í\Ä\Èi´e •É¡',_binary 'IHøMp\\‡\æõÿN­h\n×ˆNš¼F=-»“ºZ\Ø=hO','',0,'?'),(_binary '-‡º)7¦5y°8c\Ú\âWv\Ø','wp-admin/about.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/about.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÇŽóòPA<ò5C\Û0‚þ˜ú',_binary 'ZR	ÿ\0\é$±^`>\È#ra\Ìõ°,*X^‹3\'µ1m','',0,'?'),(_binary '-Š_º\×+\Í\ÔYn¨\ÙS','wp-includes/js/jquery/ui/tooltip.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/tooltip.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?	†kð\Ãªò»ˆ“‡‚',_binary '­¬#lÍþn…y6/\ì\Å8\'‹\ÃHDµœ\íd\ÃC’ƒ','',0,'?'),(_binary '-Žf\â\È4]\Û#\"u¸³l','wp-admin/css/colors/light/colors-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/light/colors-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=,>wRözu”4\Údý«\â',_binary '³¢–+!WŠÀnX?ü¶¿\")œ-­+‚8\"]A,D0ù±','',0,'?'),(_binary '-’ü\ä\"©_/imðªóù²','wp-content/plugins/google-site-kit/includes/Core/Util/Auto_Updates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Auto_Updates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gÐ±¥G\Ï§(Ñ’\Ç\çƒ>',_binary 'Ž®˜ulGc\áU#Ga$‘eZ¦~_>hi±[\áôh\Â','',0,'?'),(_binary '-–eceu\à(¹­5I\'«','wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Íh\ï\Ë74\r¢ka\rP',_binary 'Èµ¿‘6W\Ê?¼\ä¦\ÄÔ¶uVÎ’\Ùt>¼\å¶µtõ','',0,'?'),(_binary '-œ\çŸè—‚ ‡Y{]nsƒ','wp-includes/css/wp-pointer.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-pointer.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Kh\Ô\àª\Ö:ö]w\\ž\ßcUK',_binary 'A‹\ìMj¾%U\ËuÖ„\"ž®Z\ê\Å\ï\ïvl=(nH€\Ô','',0,'?'),(_binary '-Ÿƒ5\ÛtžU1Y®v	','wp-content/plugins/wordpress-seo/src/values/images.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/images.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\Ç,Š\é\r\ãw&\"\Ïylu',_binary 'þ{ ‚\Ú@\0¶šÑ»n¢\r§¦Â”\Ãm}HF\ÔT\î!','',0,'?'),(_binary '-¤3\Âw–\ì\æ‚ùW1\Ìf','wp-content/plugins/elementor/assets/css/admin-top-bar.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin-top-bar.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\ç9 \Í	‘\Û÷}Ï¬]85',_binary 'º`C€JT\ëôR½e§†‚j9\Ùu‰Y@\ë£y','',0,'?'),(_binary '-¥5”\Ð\Zÿ[t‡½><r\Ñ','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-AU.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-AU.min.js',0,_binary '\ÅG\î`?\ç´ú3p>u',_binary '\ÅG\î`?\ç´ú3p>u',_binary 'E#\"K\"Œ,\ì«\âÿg\Ñž±³6÷S\ÌW5œ½(«¤©','',0,'?'),(_binary '-¥\ß;–Wƒœ&®Ü½Ž`T','wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0\ÔK@C\Õ\ëT¬úž\ëY4',_binary '‚u\Ýgt=mg†*Ó£”Ì‰\Ã\0\Ç@§ú_ã¾…‘*\ä„R\n','',0,'?'),(_binary '-¦„Ô¶ö–Ó…¨Rúf®\Ýt','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure05.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure05.svg',0,_binary '…`ÿ±‚P\0\Øm’™%ÁvŸ',_binary '…`ÿ±‚P\0\Øm’™%ÁvŸ',_binary 'GÍ«~H´ùû˜§\×\'\n-’‡y¤Š`‘ebaLQ¶¾','',0,'?'),(_binary '-«7öð¾g´V9\Ï-\î\É','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image-select.php',0,_binary '\É\Ì\ê\Ä\Ç+³b¬\Ñ_\ÉAL\á',_binary '\É\Ì\ê\Ä\Ç+³b¬\Ñ_\ÉAL\á',_binary '³»\âž8\ç~»\Ð\àsŠ^•œ\ÄgŽ¼\ç¸\ÎH@\ß\'','',0,'?'),(_binary '-°\0@\íf\é	ˆ ðzj¦Bx','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/DomainHealthCheck.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/DomainHealthCheck.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'†ai£\ä\Ç\Ñôlh\É\\',_binary 'EýÒ¦º±{‘12+\ÍL±q^Z\ï¯Q•`¬§iô\ë','',0,'?'),(_binary '-È b\Å\å\éÁZX¾«–\î','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListEnabledBuiltInVariablesResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListEnabledBuiltInVariablesResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p(LË“\Z;Œ\æÚ€\Øe—\â(',_binary ')j\É\ÞŽ\\øÈ“‰g1\ÊWÀ\àEDPut¼*m¼','',0,'?'),(_binary '-\Èÿ\Î0\ç\í\à@ \íæŽ°Q','wp-content/plugins/updraftplus/languages/updraftplus-tl.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-tl.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÂÐ I…>Q´K–{tA>',_binary '¹h5\á[;\äKb,>Ï¤^R[\Ó¢<à¼¡m','',0,'?'),(_binary '-Í´‰tª¿³ù\ÐJ`ç¿¸:','wp-content/themes/houzez/framework/options/invoices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/invoices.php',0,_binary 'dÆ¥“Å¢\èÜ–bZ6Š',_binary 'dÆ¥“Å¢\èÜ–bZ6Š',_binary '^ÿ(\Ë|,}\í£s7~¯ÖŽ‹FK“ûìµ¶\ì…\Ý\Ã','',0,'?'),(_binary '-\Òa¸ñªÀ\Ø(G°]\Ô*','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Operation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Operation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B²§«¯ñq•œ÷çŸ“¢',_binary '£\å\Ä\Ç+<\0v\Æ:h!.„WZú±>¯ƒ\áØ™˜vÓª','',0,'?'),(_binary '-\Ó,\Þ$P\æ<°2®\Úi','wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-overrides.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-overrides.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Éª½;6à¯†\Zˆ¥\ÈÍ¦',_binary '<C+\àc;@³,ñ#e*ö*\ÒK\ç\Ìurz\àhf\ì\éðH','',0,'?'),(_binary '-\â\å\á¼(_T$õ*\ÌZ„\å·','wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ë¼)¿\ßüHq\ÙQ˜û­',_binary 'Z\Õ\å½Hzn;)¨oßµ3\æQüS¬‹k^´=°s!','',0,'?'),(_binary '-\äH‡±“J\î!4 |¹`\Î','wp-content/plugins/elementor/assets/css/widget-toggle.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-toggle.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zS\07œ\ÓÀ½À²«h¬\â\Ü',_binary 'P/·ž,2\ë­K-E9—u\Û\ÔÕ¯­–nQ©=\ÜY0\ì','',0,'?'),(_binary '-ê ýqu\ÜþjË®m\Ä','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/plugin.php',0,_binary 'BLú\ïùB\Ø\Î\Z!\ÚG\Â\î',_binary 'BLú\ïùB\Ø\Î\Z!\ÚG\Â\î',_binary '\ì\È5\î¥C-\ØNL\È\á\Ï\Õp\È<ôq4¿ŒZ','',0,'?'),(_binary '-\ë8­‘;ò—õk³s\0Y','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_fr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_fr.js',0,_binary '²˜þ\0P+“QC®\Ö',_binary '²˜þ\0P+“QC®\Ö',_binary '5a°£ÀU;`U7¬N\Ô$J¸8Rj\Î>³ùU=A„\Ý','',0,'?'),(_binary '-õ,\ØRƒPv\Z9\çÍ†\Åy','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/ApiInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/ApiInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ˆ&³M\ÜÖ”ùx1\"\ç',_binary '4)‘µ\î\Å¤\Ðg~Ó¶\rw\Ä	ýˆ\rñòRüc|\Þ','',0,'?'),(_binary '-õ4ÿ¼³\æ&zK&k>\Æ','wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Elementor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Elementor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~¿–OW.\Ð{¤\ÕCppa',_binary '~ºžÏª¨3\Éøô$„œ\å\ß\Ù\á\Ë]\Õ\Å*wñbZMG','',0,'?'),(_binary '-÷\åv±\ÅÂž«\r \n\Õ\ê\Z','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php',0,_binary '#\Ù\ê\î\Ü\Þ\ÏZzh\Þ½…',_binary '#\Ù\ê\î\Ü\Þ\ÏZzh\Þ½…',_binary '¿²)\'d´÷\Ñ9Ê™`¶ð%-üÿ6\×V=	HZ£0N','',0,'?'),(_binary '-ý¶ß¬É¹š¶Ž¶´C\ÈU\á','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[ù|-\nŒ\ÑH‚‘=iÏ©bS',_binary '¿k¬W\åþG\ÞÇ›\îU(&\ßN\Âò\ZKkiø>#j¾‘','',0,'?'),(_binary '-ÿkÌ¤A¿fÁ‰&·¾\ã\'','wp-content/plugins/elementor/core/base/traits/shared-widget-controls-trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/traits/shared-widget-controls-trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Òˆ§iŸÀ]R~Â¼',_binary '\êÁÇ\ì\Ö\å\Ó^ÀÚšú*´p#PG	(|az¤ž›òŠ','',0,'?'),(_binary '.\Õ\Òtt©Kºù•\ßÿ','wp-content/plugins/wp-rocket/assets/js/wpr-admin.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js',0,_binary '&º\ßòúµlO\íw-',_binary '&º\ßòúµlO\íw-',_binary '‚}œ9b\Î[!n!¢q¾ž Ù²U\\.«\Ý/–U›#¢‘ƒ','',0,'?'),(_binary '.@\ëb™\ÍýÁÛ‘Áq÷û','wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'RpHP@ù\ÞHz÷R\çc',_binary '#R\è\äq¦\ÙC\\#wú®}¢ ¹j¢˜dÑš(^d\Í','',0,'?'),(_binary '.ªt\é“ø9ksöt7r','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z\×aJþ“y¼”ø\áÿN_…',_binary '*ì®º\r<Z\ÎÅ‚\î‰\çóBø¹ò£î•ƒ±°w^','',0,'?'),(_binary '.ÊŸ\ÇKÅ·\×UA›x¤','wp-content/themes/houzez/framework/stripe-php/lib/Tax/Calculation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Tax/Calculation.php',0,_binary 'šVù\Ôu“TOÚ®Z•|',_binary 'šVù\Ôu“TOÚ®Z•|',_binary '?*\Ê\Ð\ãX^òF\ÙÖ‚\Ã¶»hÝ¶hOqÜ‰•3y	\Ï\ÈT','',0,'?'),(_binary '.š\Ò\n]Ë¯Fš£VRµ','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7‹ƒ¨\\û°ñ\Zµ°\ßEn',_binary '{GSÁ\Ý0‡«\Öù\î…\Ã)\Ëñö.~ƒ©#m¼}\Î:2\È\Å','',0,'?'),(_binary '.\'\\<\"ÿy_|E\Â@','wp-content/uploads/wpforms/cache/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/wpforms/cache/index.html',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '.j2Ú¥¶\nj³p„h\Ãò','wp-content/themes/houzez/template/template-listing-list-v1-fullwidth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v1-fullwidth.php',0,_binary 'RºµÔ‡£m­K·\ÎaDEU\Ö',_binary 'RºµÔ‡£m­K·\ÎaDEU\Ö',_binary ':Çƒ*öK¾%m—ƒb—–(&ðc#<\èlõ±\É4jUø','',0,'?'),(_binary '.¨V)AR;¾tUc\0P','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nqm°OV\Å\ÉU¹\ËYlñ',_binary '{,Å²\Ì\×9ô­\Ê …ksi 8‘\Z\ÈÎŸ«ð\0ç€Û³','',0,'?'),(_binary '.z¶\ï•!\\ù-Aa¼j\Ö','wp-content/plugins/updraftplus/methods/cloudfiles-new.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/cloudfiles-new.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O—=‘\áQm°3=´\rU‘3',_binary 'µ\Â(¬)¢øF*D!¥Ecz\Å5‰¨æ–»\â\ÂÔQ1N(','',0,'?'),(_binary '.\Z*\Ý\éõ$ñG§r‰÷P\Õ','wp-content/plugins/elementor/assets/css/editor-v2-overrides.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-v2-overrides.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à!<\àÛQ†rlly\ÂAú',_binary '\Öu¸¨z…Tˆ	Ã›ºðxÖ›kø˜«qYeX[\î¾q2','',0,'?'),(_binary '.(Qüª·Cº)P5G 0','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/_mixins.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/_mixins.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\Ð}¢Y—2Ä\Ø\ÍfQ\Ì',_binary ',7$2\Ä\Ë¡¾%Œ“„2\ÖhÀ\Ñe88Nz‚•“r\Ö\ë','',0,'?'),(_binary '. M\×;\ìà£_›\\\àŒT','wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$>x±©føgu\ê\Ã\Æ',_binary 'sòa¬1¢ŒtI•“b(—qr\èX\Ïøµó\Æ[ùƒ„mÿô','',0,'?'),(_binary '. \Ó\0_oEÿ]Aµ_\Ô0PJ','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üK\Ì.Aj_™m•r#i•',_binary '\'¡²C§¿b\"B‰ø\\¸N\é¸N±\Ê\Æ*r&.X«\âŸJ','',0,'?'),(_binary '.#5\Ç\Ò[10“yV\Ù\ç\ß1','wp-content/plugins/wp-rocket/inc/Engine/Optimization/AbstractOptimization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AbstractOptimization.php',0,_binary '\Ãy’#%ÔžK¦ùòI+Ut',_binary '\Ãy’#%ÔžK¦ùòI+Ut',_binary '\ÃùA\ç:¡h#Fm’1\ÆCï»‡\Û_l\"\Â\ÐW¹=\r','',0,'?'),(_binary '..Š	Pw—6ú\Â\à-','wp-content/plugins/redux-framework/redux-core/assets/img/logo-color.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/logo-color.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦žj\á&V7\Þ[c.>\nú',_binary 'ñy@X7c]\æ9¨e\Ø_.Þ¦T°~\0E\0,”¤ªùR','',0,'?'),(_binary './‰\Ùh€³GH»y\ã/\êx','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Timing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Timing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G\0\â ”—™gˆƒrµL',_binary '8=“\ÃhR\Ã\Â\Zu\0+`Š‹]ýxò»\"°¡p\Ø@)\Ú','',0,'?'),(_binary './Š”øójEôLIbÊˆG\Ð','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ar.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ar.js',0,_binary 'sø¹\ÓO\áö{”-¿\é™Y‹',_binary 'sø¹\ÓO\áö{”-¿\é™Y‹',_binary 'KE\Ì\Û38W\ê×ž:©¦\Ä\0G\Õ&hþ7\ÌA/abÿ‰H','',0,'?'),(_binary '.3v‚\îYd‡jûÀøM—¶','wp-content/plugins/elementor/core/files/file-types/svg.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/file-types/svg.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ³\Ù=e\Ç\'ƒŸ’Y\Çm/',_binary 'a\éù\ìo\Û\áB™l,C&\ícÕ´L\È>A-kR~P','',0,'?'),(_binary '.;~qH\ÏÄ†\íOªý‘','wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax/Columns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax/Columns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÖŠ&iO•’—º$ò\éO',_binary '½‘\Ú®;Vÿ!v\Ô\Ói\Ú\'#fc}U´öPª9gºUõ','',0,'?'),(_binary '.<tl×Š\ãn—§)x\é','wp-content/plugins/wpforms-lite/templates/integrations/elementor/form-selector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/integrations/elementor/form-selector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®Ç€†½Á;µ¶?ª\é­C',_binary '¬ŒšžÊ¥ðJM!i|ê¬­\Û*ºY \È\åÈ É£fvw','',0,'?'),(_binary '.BrJ<\ä.+J®]\Úp\á\Âw','wp-content/plugins/redux-framework/redux-core/assets/css/redux-admin.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/redux-admin.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\Ü\×5/Fo\ÇVþ\ØIi76',_binary 'U¯¬\Ó4\Ã‡ûƒyUº/X Dy€uI|Òž7','',0,'?'),(_binary '.B\æÝ]P\0yuÅ´R:pÿ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í®NðY£¹f\ê-&\ÐÁ}±',_binary 'OÿGU\ì‡O-À\"\è\ÛN=\ç‡Â·ˆMAŠùù\ßC(ù\à','',0,'?'),(_binary '.IhUœŽ\â3Ž¿+B\Z„¼','wp-includes/images/admin-bar-sprite-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/admin-bar-sprite-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëQ¬\ë›\Æ8þôo€\Ê',_binary '*E°\ãÀTsü\Ù\å£al\ä‰^\Çp¸\ÜX‰¯\æ¡Z\0ù','',0,'?'),(_binary '.T›î„DZ–5L=PTUJ','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µneªn¸\ë\Û\\ˆQŸº',_binary '\ëo‰\\ù%\è¯†+—\r»\Å\Î÷vKØ°_…g','',0,'?'),(_binary '.T¼¡©P‡õ¿x¯\Ä\Å/¶Á','wp-content/plugins/revslider/public/assets/svg/action/ic_subject_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_subject_24px.svg',0,_binary '\Ê\ßsk·\'Ñ3\ï#œ',_binary '\Ê\ßsk·\'Ñ3\ï#œ',_binary '{Pü\Ë+\Å\\è´œ\ÉCRL7mÚ¹˜O,n˜m\ã','',0,'?'),(_binary '.W\ÈQñjy½2\Ò,K5','wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\Ä%Â¢›Ú«\äY.¶c4v',_binary '÷\Íê‹ºkYmú¯U9Z—\Ð	fˆú·ž\í»\ÌŽ\é§ó:','',0,'?'),(_binary '.Zn.Œ¨Tµ›_\â¯#','wp-content/plugins/wordfence/css/license/care-global.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/care-global.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œkK·.\ÒÇ´¬U¦\Í^',_binary '2òÆ²˜v{\"S\Ûó=««^!\Úþ«W:C,OJ•e:\É9','',0,'?'),(_binary '.\\_\ãk\ÜfH»œ\äÁO','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡à®ƒLz*´†\í¹\ÅB\Ûg',_binary '\ë³C\îŸÔ‘V,b\çŒ<pó™ÀUl÷%ûgÿ\á\ä6\å','',0,'?'),(_binary '.]¨7\ë\îM\ßrT\ÌvA\ã','wp-content/plugins/wpforms-lite/assets/images/about/how-choose-right-form-field.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/how-choose-right-form-field.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ¦\Éûøô’„‘¸…ý:',_binary 'oK€K¥ùúØ—§ˆ¿©I/H¸‘ \Æ™ ¯X^M1c','',0,'?'),(_binary '.d¬\Ý!t&DY’w§IZ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/password.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/password.php',0,_binary '\ë®Sk\ëO{ßœ\çùO´',_binary '\ë®Sk\ëO{ßœ\çùO´',_binary '\è¯\Ñ!\Éc£|\Ã÷‡dª@+å­WN¯b·H\Ýi\ÎõÖ§','',0,'?'),(_binary '.k;¡ª\Í\È\Ãw†§q','wp-includes/blocks/post-author/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Øl‹J8•6¦•\ì4‹û\á',_binary '¢^¼ÿ/5Z0%“\àþ¬ýË¹B\0\×S\æõÓšC\âIf<','',0,'?'),(_binary '.uO}¨Aõžœ\Ü\Ò?G¨\Ê\Â','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ListAudienceExportsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ListAudienceExportsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}Ž„3“¾DÁ\Ýœbœn\r',_binary '\Ëe\Ú\Òá–«\Ë\Ó\åôC\Ñx0v¥M5Ø¯ƒ¹e½K','',0,'?'),(_binary '.x¾ŒÏ®\ßú7…\×üú_\Î','wp-includes/js/mediaelement/mediaelement-and-player.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelement-and-player.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…ú\Ä\n\Ý.\ÙAˆJ“4I',_binary '‹ÿ\èS{hˆdŽ¨›\Î\éq(¬\âø\Õ^§s\'œ%\Êa%','',0,'?'),(_binary '.…’@k\î¤ú\ÕN?ZQ5','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õG›¦<“ñe\ÄÒ ',_binary 'VòQ€%±\È\ÜÄ¼\Ó	°„¬\ru\ÄùTf!BMƒ°\ï\ËNvq','',0,'?'),(_binary '.†ª‡\Íë¯Šf\'3Fy\Ò+','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricHeaderEntry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricHeaderEntry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éi‰i\ì¬-øšO•›‡­',_binary '\ÞbT™\Í*m¥¨9A \ÚBð\Ãx©\åt/<:\\\Ò#ºG\ïl','',0,'?'),(_binary '.ˆéº‰D0‰u©L-c•','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\Ü\ÖB\ÊW#”\è#ü®\é',_binary '\Õü^À<µ´4ó\Ìe,À\Ô\0ú\Ûl\î„’\ë\Ö\r\â!d','',0,'?'),(_binary '.‰¢©\â‘Xº7(\á\áœ','wp-includes/Requests/src/Requests.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Requests.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A4Lñy½\ã›\Ò\Ìú|\Ë^¥',_binary 'X§\çkF#D7‹0z_T¨éµ•\ÔªŠ©÷ÁY¬¤t','',0,'?'),(_binary '.Œ=«\ß$”¼.¤6¢\Ô(','wp-includes/blocks/button/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8+\ÆÙ·ôš³ˆR†{ºŒC',_binary '0\\\Ì\rzºñ¨\î_-v¿\ÌIs0;/^p›\îSGA}','',0,'?'),(_binary '.›€f9C8)ø¤Uf:\n','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bookmark.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bookmark.svg',0,_binary '—ü\Ø]ó\ã(¯÷\Ò\0\É9’',_binary '—ü\Ø]ó\ã(¯÷\Ò\0\É9’',_binary 'l\Î`ó-ö5\åŠa¯«¸@<Gb \Ä\n^\Â*\"\á=…³q','',0,'?'),(_binary '.¦E\Ç[Jõ\Ïlžx\ß\ã','wp-content/plugins/wordfence/images/forward_disabled.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/forward_disabled.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M_\Ú\ÖZ?\ÚN)ºÒŠ\ê:\Ü5',_binary '›®€/\ß<>O&\ßÈ•JRÝ‡e\Ä}š(»›m','',0,'?'),(_binary '.´\Ö\Ñö\Z\Õw\í\×T\'÷¹\Û','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AbstractCSSOptimization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AbstractCSSOptimization.php',0,_binary '®j\ä›ðH¼WÊ¿\Ztƒ \Zƒ',_binary '®j\ä›ðH¼WÊ¿\Ztƒ \Zƒ',_binary 'Á\íp&\\9\É\é\É\å£VýGº|Ô ¤Œ ’\Ñ\ídhn','',0,'?'),(_binary '.´\×7\Ñfów9Pm@¥¦\î\Ñ','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï\Ï0–H\ç#ÿIHDñ\çó”',_binary '\Ûv˜o\ÂVYx„?˜„\ä\n\Ü\Õ\n&3c-\r¬8\îm¥¸','',0,'?'),(_binary '.¼\r76ý\áú\ä=Ì®Ï·\è	','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-full.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-full.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á²¤bû!$¦\âö‹\çŽa»p',_binary 'y\É\âBT=ñ¿\ÕMVŽ\ÉcJ l’\Z\í7{¨ªLÁ\å','',0,'?'),(_binary '.\Åó-V:Tð.Ç£\Çf¤õ','wp-content/themes/houzez/framework/stripe-php/lib/PaymentLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/PaymentLink.php',0,_binary 'Æz\á3ýü\\}Dh\îiHOi',_binary 'Æz\á3ýü\\}Dh\îiHOi',_binary '\Ò\Ó‰x›·Zð†­N™9?}.\ä¶\è¬\å!\ìŽóv\Æ','',0,'?'),(_binary '.Êlù…\ÂI\æ|\ÔR5ø','wp-content/plugins/elementor/core/app/modules/import-export/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/app/modules/import-export/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\0[O\\D°o\é»\í¥tŽ\Ù',_binary '{a\É`Š†÷U7¬\'YZm#\Ý&÷ô°%qôÎ°‡¥©','',0,'?'),(_binary '.\Ë\rš­~\å÷ƒZ\îø¹c','wp-content/themes/houzez/woocommerce/global/wrapper-end.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/global/wrapper-end.php',0,_binary '–\äž+zJ\Ô\ÍÈ‘’Œ¾',_binary '–\äž+zJ\Ô\ÍÈ‘’Œ¾',_binary 'S1Øœý£p\ãÈ¯W™|’\î\î/\ÇÀ\å8RP\"¥\Æ','',0,'?'),(_binary '.\ÔG\Ï/Ã‹:}\Ä\èG\æ','wp-content/plugins/revslider/sr6/assets/js/rbtools.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/js/rbtools.min.js',0,_binary '\nqv\è`\Ä0?UyP·_¸¨˜',_binary '\nqv\è`\Ä0?UyP·_¸¨˜',_binary ')-P¾ˆUº2ÿtŠyÿA’ä†ˆÀ\Åõ÷ø¦}¨','',0,'?'),(_binary '.\ÚTfèš–\â¨*eZŽ½','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/file.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/file.php',0,_binary 'ˆ±ô¦H\ß~\îK-!',_binary 'ˆ±ô¦H\ß~\îK-!',_binary '6ú\ä\Z\\\Ô@\ÝSC\r\Éu‹·3B˜iý¹Š\å‰\äÜ–…´','',0,'?'),(_binary '.\â\æ=\Ø\íC60\"ƒ…]ò\í','wp-content/themes/houzez/framework/stripe-php/lib/Service/FinancialConnections/FinancialConnectionsServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/FinancialConnections/FinancialConnectionsServiceFactory.php',0,_binary '¥fI² Á˜\Ï‹bE\Å(',_binary '¥fI² Á˜\Ï‹bE\Å(',_binary 'i¶u\ÆY_zf\ÊH3\é„\Ó\Ã?p<\" t‚\ÃP>‘+fó\æo','',0,'?'),(_binary '.\ãJ¢\Ö\Î\r·5À\Ï\Ö@F','wp-content/themes/houzez/template-parts/testimonials/item-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/testimonials/item-v1.php',0,_binary '$û~„\äeã“\ãgEþ\â',_binary '$û~„\äeã“\ãgEþ\â',_binary '˜²M\ï\Ê5L\á´÷„¶²¸‡LyðÍŸ†xx,uB:¼X\à|','',0,'?'),(_binary '.\í\à¯[›§evù±\"*¸~','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1\æƒ\Âjªt«\Òÿ¡U&',_binary '¥ýØ…=J„ò{×I)fk\ã\"2`E\ã6¨g„÷5E8','',0,'?'),(_binary '.ð…µ›’\Ç!›@\ázü','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/IAMCredentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/IAMCredentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\Ïoý	õ+þˆO+](mñ',_binary 'c#\Ç\ï0u\'WP|;º\"\í.;\Ô+ñ…@Nsû\îZ?’','',0,'?'),(_binary '.ô»|G\æxÜ£\ÔyId´','wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì2O\ê¿\ÃRñµrÌ£U·\Ç\Ø',_binary '!\Z×K ÿ!Œ›5©\É²\Ò\"\æÎ¼ŒBM4KK','',0,'?'),(_binary '.ø\ÖÏ †a?é¦ºW…8Óµ','wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À½\ÚöËµaý2\Ï\á-‘š€',_binary '®j‘§\Ù~÷k\nÀRrž¶\ÊË¼¸¹\r\Ùa©ŸŸ\èŠ','',0,'?'),(_binary '.ú\à\á\ÃQ˜B4¸\ÄÕ¢ag','wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')sZ}¾ýod—9\" ­-D¼',_binary '\ÚðLI¡,þp¤\Ôp[,\Ë-’\"zùYÀLu\×Hý¸\ÛØ¨—','',0,'?'),(_binary '/\Æ>\r\Ð Ç¦Á\Ù;(E','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê7\Òož–ù\â\í“õs÷',_binary '|1¸˜q»\ÛF7\åºÿo³0w^þp\Þ¨DG\Äô\Ö	','',0,'?'),(_binary '/^ù\ß\n\Îù¶\\?\Î\ÍX\î\ì','wp-content/themes/twentytwentyfour/templates/404.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/404.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{P©.\Æ3¾^ÿˆ‹KY„',_binary '¤dn´—Ñ’ òvÑ°Á®ª~Œò|>‚øt!ò','',0,'?'),(_binary '/â˜Ÿœ\É<±9\"o-O\è\Æ','wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{gz»\à¯!·š:,„\Ü',_binary '€…z™\îw\î\ZaýD\\ôÿ\\¬h¾N;©,±','',0,'?'),(_binary '/õ.Oû\ïù¸Í‰\é‚y','wp-content/plugins/revslider/public/assets/svg/social/ic_person_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_person_24px.svg',0,_binary 'ºmxn]ö\Ó}0\Õm\ËóW',_binary 'ºmxn]ö\Ó}0\Õm\ËóW',_binary 'ŽGŸ#nk“\'Rµ\Þ\ÛñMm\àý™\ß+\0º\Å“2\æ,\È','',0,'?'),(_binary '/A3üyž)\Í\ãŠ\Ì\ãü9“','wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜·¨tœ0¶kýœ7',_binary '\ÔV¡6LžCŽf…\åt·\æ\Æ\nlû\"|\ÇB‰]b²\Æwoj','',0,'?'),(_binary '/\"3\â\àòI\ÝT\ÍIÊŽ','wp-content/plugins/revslider/public/assets/svg/hardware/ic_computer_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_computer_24px.svg',0,_binary '2iÝ¿JÞ†¥?\ÝR',_binary '2iÝ¿JÞ†¥?\ÝR',_binary 'ó\Æ\ê¼=Eú¶kdB`&[¨\Ç{i“PUT«x„\Ê\Ñþ‹','',0,'?'),(_binary '/#Ë‡õJTDS™¹r<','wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle6HttpHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle6HttpHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ+ªR‚’2FW\ï',_binary '+\æ0\\\á`g\åiŸs\ÚS…G|n$»Vš2Ÿ\ê@;¤¬3','',0,'?'),(_binary '/\'l¶ÈžC¤aÝŸ@…¥9ý','wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b<â¶°k¥\ê`Žn-\æ\Õþ\Í',_binary '€½\á^”&‚\ÑÖ»\Ò#z\00\Ã\ïµ¼=jWÑŸ\Û6œE','',0,'?'),(_binary '/\'÷\Ä\0P\Ðj\çQ\Ìñ5\é.E','wp-content/plugins/wp-rocket/inc/classes/admin/class-options-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/admin/class-options-data.php',0,_binary 'ž«Nb\Ãl¸?\Â {WH',_binary 'ž«Nb\Ãl¸?\Â {WH',_binary '\ß3‚\nz8d”‹¸\ÈÁ•\Ä+n¬¬ð\ÂÒ¨X\Ôc	\nº ','',0,'?'),(_binary '/*:ºª»”o>©tšŽ«\îª','wp-includes/js/dist/autop.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/autop.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z\ÞÁ¸xyYFv‚\äùú¸',_binary '{/¼‹Pðt\ß{\æ¦\×N0Àd\Åg\æ´¬c¬Ÿ5\è~OôYm','',0,'?'),(_binary '/+\Í\ß\Ø4üI¥¹DRT','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v7.php',0,_binary 'oôô‰~¹]¡n³_N\ç',_binary 'oôô‰~¹]¡n³_N\ç',_binary '\î,X)\âc˜‹±Kx«Í˜*6Fw´\\r4‘\Ï\"ƒ\È','',0,'?'),(_binary '/<Ž_yOúJ[Hš\ëDQG','wp-content/plugins/revslider/public/assets/svg/hardware/ic_speaker_group_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_speaker_group_24px.svg',0,_binary '¡Žªõ6?\ÐeQ‘±\Ç',_binary '¡Žªõ6?\ÐeQ‘±\Ç',_binary 'ªŠ ¸¿\æ2¨“ŒŸ¡\ä)ª¼KS\Æo=n¶','',0,'?'),(_binary '/<Ø§^É¼f}–\"\×øû$¸','wp-includes/images/media/document.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/document.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v\å4™8öÎ‘y“6\Þd£',_binary '¦\íÃ¸`™\Ùû³\ç\á±\íf	I$ _ZªX—\"0\r´\ß,','',0,'?'),(_binary '/=«¿O-øüaf_3\í\ç\Ð','wp-content/themes/houzez/framework/stripe-php/lib/Terminal/Reader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Terminal/Reader.php',0,_binary '/†PŸ(\År¶S÷_',_binary '/†PŸ(\År¶S÷_',_binary 'XXe\\{\éƒñš–ñe\Âþm·\í&j\æˆ\n\é“E¶‹F\×2','',0,'?'),(_binary '/GÖN~;>uJ<i{“','wp-content/cache/wp-rocket/point2listing.ca/author/poin2info/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/author/poin2info/index-https.html',0,_binary '\r\ÆÔ³ôy€:£<\Ó{\"',_binary '\r\ÆÔ³ôy€:£<\Ó{\"',_binary 's‘\'„)3¹g\r:\îU›ž1€ª\í+ôÚ¡¦à»¾z…Z','',0,'?'),(_binary '/Q~ðt@Ý‚)»\Ñz','wp-content/plugins/elementor/modules/announcements/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/announcements/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#uúÌºUêªƒX\ç',_binary '>[@ª\×\Ôÿ¶µg”\ë‡JG<3\â\ÓÀÀ•\áj.­M\Å','',0,'?'),(_binary '/WL»:\Ø\Ü6Wå§\ÝF','wp-content/plugins/elementor/core/kits/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M\ç<\ë–}÷Þ‚,¿ø ¤',_binary 'u#\Õ@/¶”Ò¨v@\Ñ9~¬¾6ò°9$h\ëÿ»','',0,'?'),(_binary '/_ú4ƒ\Æ;}«n=(]p»','wp-content/plugins/houzez-theme-functionality/classes/menu-walker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/menu-walker.php',0,_binary 'U6sMœ¹\0KºÂ¯\Öò',_binary 'U6sMœ¹\0KºÂ¯\Öò',_binary 'VV¦y\ä\æD)&KþË‚\Ü\Íq\à\æùƒfT¶—Âœ¿','',0,'?'),(_binary '/`ª‚X\Ù)¯N»I$\á—h','wp-content/plugins/revslider/public/assets/svg/hardware/ic_cast_connected_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_cast_connected_24px.svg',0,_binary 'nô\ç9¢SöNj(‡˜1',_binary 'nô\ç9¢SöNj(‡˜1',_binary 'sIV­‰þûJ®iš\Þ\Ó\ê¬¨AiO±n_mT’³¿','',0,'?'),(_binary '/`\Éü»¦\Év}Cš‡\ì¯','wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0™©þ\çQœ\è\Ñ\á\ì\å\ék!',_binary 'ùj	¤\Öýue\ßdB¡+“\ÖuVe¹Ù¿','',0,'?'),(_binary '/lñ\ä\×\ëeñ¬\0¹%','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜ù\Ù\\r‚¼IR¯\è¢×¨',_binary ',8O\Ý^C\à¼ë…³2\Ö#\\\\\Û­—Ó½‚eo³\×','',0,'?'),(_binary '/oõ\Êñ‡Mp\ã\Ûõµ	1\0','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphObjectFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphObjectFactory.php',0,_binary 'ð\Ð\ÊKnÈ£\ÃE¨\ã÷±',_binary 'ð\Ð\ÊKnÈ£\ÃE¨\ã÷±',_binary 'e^h€\ç\Ç\Î\Þ‹\ÃE\åPŠ\Ó\\\Ì[¼h¦”}©/õ(}','',0,'?'),(_binary '/p\Ð\ÇPš©¾\ìHL½\Ä','wp-content/themes/sinatra/inc/core/class-sinatra-enqueue-scripts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/core/class-sinatra-enqueue-scripts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š\è\0ò|«^>2Î‘T\ï',_binary '_Û§¦Z!Tóñž	‰•/\Þb>W8´ƒ˜¼I#\ç¯Y\\','',0,'?'),(_binary '/qÑ…e«.u!o\00ºAV','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/class-redux-spinner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/class-redux-spinner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïBtcB%8G…\rô³`',_binary '??Â¦Ff_NþÝš\'»#ò¼\ÉÆ„b\ákO€¬«\Çµ–','',0,'?'),(_binary '/rò¼\\MÂ‘\Ö\ÐPË¨I','wp-content/themes/sinatra/changelog.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/changelog.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü#Í£)\Ñ-;\é)J\êÀ',_binary 'dŽI¸£±ž¯\r\ÙÔˆ¡3¼\â×›•\nøB¡(Ht€Œ¤','',0,'?'),(_binary '/s\Ôf\Õ{\ÊJ±*§FJ]«','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/DismissStorage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/DismissStorage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬€#\ä\Ù\Î-š§\ÌûöŸ',_binary 'ø•D8y\æñ\Ú,\È\0…™Pð¾»©X\Ó\r,Œ\í½<±²','',0,'?'),(_binary '/vDº)L\á%\"(Ï²Œ;|Z','wp-content/plugins/revslider/public/assets/svg/action/ic_pan_tool_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_pan_tool_24px.svg',0,_binary '\Ø\ÆÝˆž\ïtA‡¥\\Z%\æ',_binary '\Ø\ÆÝˆž\ïtA‡¥\\Z%\æ',_binary '8.›ˆ\Õ-Ÿÿ\Ô\Ù:}›þm-ž°´ý9ºK$¥3.}h\É','',0,'?'),(_binary '/yŽ”µ\Ð\Í°Cp¢\Ç\ç','wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ«xùh=\à\"÷\Çv®\â',_binary '\Õ\ÄQ\áÇ¥Xþ¾4ñu„ôsû\Øñ€¥Y‘V\ÈÆ…:','',0,'?'),(_binary '/|--¸-\Ù(Ž+7°\Ó','wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_less_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_less_36px.svg',0,_binary 'ˆbwkœ$I¸(#üb»/',_binary 'ˆbwkœ$I¸(#üb»/',_binary '”b7Si]p½,!iƒQ\ÙX}03ß©¦·TC\àhš\ã','',0,'?'),(_binary '/››ñf»«E=TóÃœ‚lM','wp-content/plugins/revslider/public/assets/svg/editor/ic_mode_edit_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_mode_edit_24px.svg',0,_binary '9\Õ05H\×øq^ùÂ€\Zü',_binary '9\Õ05H\×øq^ùÂ€\Zü',_binary 'Œôvu;¦\å›ÿ\Ù\é×O<K¦R\Ê`Ö½\ÉÓ¯›$~','',0,'?'),(_binary '/œn%¤\èp\á\Ì}S\ZŒ\ÊrZ','wp-content/plugins/wordpress-seo/css/dist/alerts-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/alerts-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éšs\r@\nŸ¡\îU|È£­\Ò',_binary '~ñ`\Í\Õ2’fM©C¬¬gÓ»%\ê<g\Z\âVY\îE+V','',0,'?'),(_binary '/œü°[H3}\Ô[ªF\ì¾(’','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎS¢¾5Â»¼ð9\äö',_binary 'ùZ@±ª\è[•÷¯	8Æ‚§>•;Œ\'Š+N‹\Ã“','',0,'?'),(_binary '/ q\Õð½ó\Ó}¹F\ndø','wp-content/themes/houzez/js/vendors/i18n/defaults-lv_LV.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-lv_LV.min.js',0,_binary '€¾n\äAû\êš2\îL‚­i',_binary '€¾n\äAû\êš2\îL‚­i',_binary '¥&Ž­Ã®\ë\æ|ÈŠ¾\Ü	\ßÉ¶C›KŽµ¥\çˆó\ä','',0,'?'),(_binary '/¦l½˜\ç£\Ä;\ï\äƒQ–¢','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsenselinks/AdSenseLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsenselinks/AdSenseLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.´u\Íý¦O;6[\è¥IS\r',_binary 'w•iýk¿\Úløl\ë\â#AŸË´ö8y[]¼\\','',0,'?'),(_binary '/¨_ U\é3R,ê·™Ú–¦','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f\à\ï)¥l—ùŽ]öž—¯',_binary 'N…0\ìê­˜\Í\ÆE‘¼þVý´¢$.³x€†û±e\ë','',0,'?'),(_binary '/«œ³\è.zqù“V¹.T’','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/SingletonRetrieve.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/SingletonRetrieve.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\ë”É™9—‰ô\Ú6\ìð\é',_binary 'Ó8 /óðžL\í:.nó†{Š\ß(ø\ï\â\ì–CþHX¿\ç','',0,'?'),(_binary '/³S£¾SŒ\èr¿©xŒ›=\Ö','wp-content/themes/houzez/framework/stripe-php/lib/Service/Checkout/CheckoutServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Checkout/CheckoutServiceFactory.php',0,_binary '}\èT\Û\ç«Ròr,¨œ¾)',_binary '}\èT\Û\ç«Ròr,¨œ¾)',_binary '\Ü2óþ1Oˆˆ\Ó=òö\×d?\r\ïU§>\'S¢\"P¸´','',0,'?'),(_binary '/º®,•\ÉK\çp¬\'”¿','wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š(¹þ–<þF)ŠS/ˆ‚',_binary 'a•È®$P$@V±\r\è\È;\\³}6\é\Z¡¦;G®¡­m\É','',0,'?'),(_binary '/»s»µC4Œ˜\à\ÖÀ€ž','wp-admin/network/setup.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/setup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	w­\ç˜¨ºT\ÖA;\ì}Ad',_binary '‘\å¡éŸŒóœž÷\'¶MNò+\ËÆºÀRÀ\Ì¿óg','',0,'?'),(_binary '/\Ã\ì´\ãkØ·|\äzE\Å?B','wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception/DomainOutOfBoundsException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception/DomainOutOfBoundsException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9BV\æM¶v>\Í-®8',_binary ' š~8¥¤—ý]ÏƒŸ„\Ûb«©w»\Æ\ï2¾<!_(öŒ','',0,'?'),(_binary '/\ÆXŒ7\Þ[grjng’—(','wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§¡®\ï½ðxV\Ñ\à\\š	pl',_binary 'û\ã¦mdsM´“T›³ËŠ?\"­&|#\Ð#\ÂXT*','',0,'?'),(_binary '/ÞŽ\ÐÙ­«ù%,Fùh','wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\+oö\ê‹j­]hxm',_binary '(ü~…J®9\ëVˆ%±,\Ù\nJÍº‘c&I“(¹U\Ë/','',0,'?'),(_binary '/à®ˆ®Hu–}\Ìk_þó','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/FeaturesCLI.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/FeaturesCLI.php',0,_binary 'PŒ\ìÿ\ÛÏˆª”nÃº]Ám',_binary 'PŒ\ìÿ\ÛÏˆª”nÃº]Ám',_binary 'G”I<¥\æ÷zz\×Ü†t0€\ÊKí¼¢,\îkq\ÆIl0\ë','',0,'?'),(_binary '/\ét\ÒÓ£\ë¤Nm‘\Zu­P','wp-content/themes/houzez/property-details/partials/address-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/address-data.php',0,_binary '±\ë8\Ø\Ð}Üœ\ëòª/­H\å',_binary '±\ë8\Ø\Ð}Üœ\ëòª/­H\å',_binary '\É[÷HXòÀc$µ\nñNtt\ßh.õK\Ç','',0,'?'),(_binary '/é¹ \ì\Ä\ïÎ°1\Êiw‡§','wp-includes/images/uploader-icons-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/uploader-icons-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­Á\ç°&-€\äO¢‡Ã•\Ë~',_binary '”†¤r\ë\0‡·\Î\è\'_>…ñ6\ç\ÆQW¼Œ4Ú R®‰','',0,'?'),(_binary '/ðø\èf¹‰P¬j>Xª¿','wp-includes/sitemaps/class-wp-sitemaps-renderer.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=™›÷^ºü“¾-\ïª|\ÔÀÁ',_binary '*\Î\Êk$xFÒŸð«…\â\'\íqV\ß’\ä<[ †7—!\îó','',0,'?'),(_binary '/òM½Z°½\Ë\Ûƒ‡(fh','wp-includes/Requests/src/Exception/Http/Status411.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status411.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '×±¬–¨4I“cIv\n\Zh',_binary '\çœ o§z÷º^\å|À}\Åo\Z@7C	;9/D	\ÝF','',0,'?'),(_binary '/ò¸ Ÿ^€§½«VŽ','wp-content/plugins/wpforms-lite/src/Admin/Pages/ConstantContact.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Pages/ConstantContact.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\Òp\×C¾?ô\Ð\"\ã·9¤c',_binary '¹£	´h^\Ö@­5\æ,S·\â¡\îÁšû˜8µJtZ^1Äˆ','',0,'?'),(_binary '/ôŒ®² V<\Ú\å1©Š','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclients.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclients.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+Š\ÕK´}\î\Î\ÍwÑ˜',_binary 'd€ ò:\à	-“\'b¶\Ñy>=R\'ˆ\É+º9]H_h„','',0,'?'),(_binary '/÷¡õ\â\é5SQUÛ¶v+\Ô','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2²hû¯\Ñô«ÿž\Ø\ÊVZ',_binary 'œ¬ñÒ—\Ù$TW(þ‰\î\Óò\Ý\r²]5F©\ì»(pmU','',0,'?'),(_binary '/üŽ0Œ0\à“’*.¨K\ç¯','wp-content/plugins/redux-framework/redux-core/inc/fields/divide/redux-divide.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/divide/redux-divide.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_hD\Æ=´Ÿþ~=}hŠ²',_binary '\Òb¤ÝŒ?÷ºÌ½\Æ<“õ} q\ÐÒ—Gk(j[\Þ','',0,'?'),(_binary '/ý«I\"ñB?´t\Ã.%','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\Ëq\ê&EõV´\á\å\ÑÇŠv',_binary 'Žn€+\Üg*¹°\Ðz\ê\Ñb¯@FÁ8°Á%\Çò¿¶\ÛswE','',0,'?'),(_binary '/ÿn˜\ÆG#øB$;ÿ’¡ø…','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Tag_Matchers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Tag_Matchers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôSeÄ£™ù—\\\Ù',_binary '\Û-vD•Rv¬€÷C¤¿\ØwmþûI$•R…C“‡¦×‚O','',0,'?'),(_binary '/ÿògœf65#\áé†±\èc\n','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/IOException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/IOException.php',0,_binary 'vž6–TiŠF\Ñü\'¼R(~',_binary 'vž6–TiŠF\Ñü\'¼R(~',_binary '\ÕK…ú«óÒ—ý˜\Zy×‡øýÊ»cwôŽ	\Æt9§8A¿”','',0,'?'),(_binary '0øß Û‹ú.\Í39\ÜjM','wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö?ð‘1UŸhEWR#\ê',_binary 'cÖµ2JûP»d\\¹Í–v\Ôaˆ| Û…Eß¹Ÿþ','',0,'?'),(_binary '0/§\0ó© úª\é\é3','wp-content/plugins/revslider/admin/views/builder-timeline.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/builder-timeline.php',0,_binary '\ÈIžœ&Œ\ÝlG½`j¯÷',_binary '\ÈIžœ&Œ\ÝlG½`j¯÷',_binary '?0\ßN2Ö\Ã+\Âü‹°“ôºˆ€;°x\í™\ãE•\á›~','',0,'?'),(_binary '0o<3‚h\ã·\Ívt%\ç)','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…r%@c4û\Üq\0\ÝO9',_binary '\Ëx‡“1÷e\Ìô1\Ç{±\"O\0.xŒmv›\Éò\Ü\Ö\ä\ÙpL','',0,'?'),(_binary '0	_Ÿ\àDP§‡¡\ÔP\Å','wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nº÷\ã\0\ÎVB®F‚\ØI',_binary '\É\ã\ä\ne\Ç\ç}y.%W\ã£=/®\Ô‡\ëù\n2˜ófô','',0,'?'),(_binary '03i8ñ-18F¨LŠ·,F','wp-content/plugins/redux-framework/sample/sections/extensions/color-scheme.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/color-scheme.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'OÿË¤MZs\îT`«ôý',_binary ':\Â\ÜDK´-$§\"í´º¬å°«þ»?`1%\ïgà¿','',0,'?'),(_binary '0¬Qu\Âlñ-\Ñkv\äa±','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/state.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/state.php',0,_binary '¸Ò„r+³²2y\èQ\Ýp¿Š\ê',_binary '¸Ò„r+³²2y\èQ\Ýp¿Š\ê',_binary 'È²3,P{\á\Ê(\ÎöÀóYHx§ZŠ\à\Ò\é¯ÿL\Ä\'\Ø','',0,'?'),(_binary '0\é9¤Hr¶u}d\ÎT…–\Þ','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bg£\ß;\Õ9Z¬r°õc',_binary '\Äld~º˜îˆŒ6ry\×;R&øPNeøS9\"=¬‰','',0,'?'),(_binary '0„ˆ\Z‘\Û\Í\ÞJÁ\Ü\ëG','wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vVòÎ›b¸\Æ 6ûX \Ôy',_binary '^ŽÿZ…s‚ö¿®H¨;JP\åH\áý£ó#+‹x;”','',0,'?'),(_binary '0\"\ë§[of# K8\n','wp-content/plugins/revslider/public/assets/svg/notification/ic_event_note_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_event_note_24px.svg',0,_binary '²õ\ë€öˆ\"fŽOFX\é\Õ',_binary '²õ\ë€öˆ\"fŽOFX\é\Õ',_binary '9-Z]Û¨m\ç2EC\ëcKO£¶™*ˆ¡¢K¡B:¢“Sõ','',0,'?'),(_binary '0%v³\Û+­ BÉŒ’\á','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢>bY	PˆHV’\Çó',_binary 'c\í\Ï\Ì\â†@À\Ã$ 7\×išhk©ÄŸ\ZV\ÔõuI','',0,'?'),(_binary '0& \r±<™\r^]«….>','wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K)†Uf…pxùo®C\áZP',_binary '4¸¬ˆA \á¡!²9½¯Á‹ý\Í\ä9vJQ\'Ö—±','',0,'?'),(_binary '0)-\rÙ”)¶–¨nùö…«','wp-content/plugins/wp-rocket/inc/functions/api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/api.php',0,_binary '\ÊA1\È\ÖÆ›\Ý\ÊY^N‡S',_binary '\ÊA1\È\ÖÆ›\Ý\ÊY^N‡S',_binary '_\Â\\2ƒtP¿j”\Éü\Â`“M? cf\nRö¤zŒ¡¢','',0,'?'),(_binary '02+K´\Ï0F\Õ\ÚQ“\n\Õ<','wp-content/themes/sinatra/inc/admin/assets/js/dev/sinatra-admin.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/js/dev/sinatra-admin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õMh£š3\Îñ¸´…Ò®6',_binary 'À±ø\Çm?úª9:\ây5+°Þš\êK2Iq­15	2Á‹','',0,'?'),(_binary '03üNŽ6V²Z\î\Ò:“','wp-content/plugins/revslider/public/assets/svg/av/ic_web_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_web_24px.svg',0,_binary '=>D¿¥3€–Œ˜*l^',_binary '=>D¿¥3€–Œ˜*l^',_binary 'à®¥¼«MB+\ÉPø\é\Z‘YŸw¾ñO°¡£õYwhr¢','',0,'?'),(_binary '07\Ýò¬ú]WÜ¯\0ÀûU¸','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';A\êô(œ’KZ\'7;\È\î',_binary '$<\Þoˆ“øÍ››½„·ü\ç–pÜ£Á\'ž¯DH\nø','',0,'?'),(_binary '08\êPL\à°òF	\ÑÔ»H','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù&<\Ë\Ü\ìwh\à,U{Oýª',_binary 'ú\ÐHkB8\Ã\ã¼\ì›\Íû?‡\Ðk3¿>*q','',0,'?'),(_binary '0:±\Ê59u\ÂM4\Ú!','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Categories.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Categories.php',0,_binary 'óz˜e[£rõ}\ä²(\ä3',_binary 'óz˜e[£rõ}\ä²(\ä3',_binary 'óþé„©\×{N•®õª§EGù\\ÐŒ4³f‡\È7½','',0,'?'),(_binary '0<’\Î\Å\ÈÿlÚ¿þöJ­\â','wp-includes/js/wp-backbone.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-backbone.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹™Gú©\ï	1\ÜY!ôz\Ù ',_binary '\"ú†ƒò¹ÀI‹\ê`\é\îI\Ò:	\ä\æOX7ê†¼)\Ò2Ž','',0,'?'),(_binary '0Bñjªf^Pû]^p\Ì\ÈC','wp-includes/images/media/default.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/default.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ì‰\0±µxÛŸ#\é\ÎZeI4',_binary '\ßnmƒ\ì»šfže{|8M÷\Ù>ô X6Áµ0 \îò\\O','',0,'?'),(_binary '0JiÌ’†\Ð,8_òò¼‰','wp-content/plugins/elementor/core/upgrade/upgrade-utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/upgrade-utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰ý\ê»Y½ze\Ãa«®\Ì/',_binary '[\Ø÷\á\è\Äù\ãÆ€‘°]ó\ÆY\Ét\ÕúV±ù¦0A´y*','',0,'?'),(_binary '0T\ÊY¯\à\'E\í2÷CP$L','wp-content/themes/houzez/property-details/luxury-homes/floor-plans.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/floor-plans.php',0,_binary 'VwÜ¨^ü¦£ü©µ D».',_binary 'VwÜ¨^ü¦£ü©µ D».',_binary '\íô \Þ|md:*^õ\ß:†\Åo²€œ‚ÿ¨¨X—O\Ñ*','',0,'?'),(_binary '0Y.q\á~\ãóñ\ÂD\á\á\Ë\Ó','wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ¦m”,U®ü“­e&™ü«q',_binary 'Ñ”\îHfÉ°œ±\0\ì\êFTw\Øü²\ìŽ0Œ­^cO8¿','',0,'?'),(_binary '0\\³F\åN…OBR\È\r<À','wp-content/themes/sinatra/assets/js/sinatra-slider.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/sinatra-slider.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ö­{Þº\Ëq\ä\Ð\Í?<',_binary 'z\ÖÁg\î,&\ÒiqM\Ö\í\Âð¯i/BA\á\ÍA(>\ëq','',0,'?'),(_binary '0]qK\'ûf˜xÁ»\Ï\ã¨','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L’{\ì›\Åp\ê¸×¶\ÜÒ ',_binary 'Ÿ\Êmöæ¾‘\È[\ÒS3\Ã\Ý\'øJ\Ó*\Õ\åSts\Äj\Û\Ö\ç','',0,'?'),(_binary '0j\ïVÆ½\Éf:Š5†\ç`•\\','wp-includes/js/customize-selective-refresh.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-selective-refresh.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ûk‚¹[ƒô‚\"–ŠÌ½',_binary 'R‡Õ™¬÷	‰¨r_rµ\Ì^®šp\'\Ðs6\ê™x\ï¯\ß','',0,'?'),(_binary '0uE\r¤+™\\Û¦\Ð\n\Õ','wp-content/plugins/updraftplus/languages/updraftplus-th.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-th.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r¸cú\Ö]À-À\ÕCÐ—W',_binary '4\ÆÈ•}©a“\0\'U†\çM\Î\áj\æ]”6\íÀoý¡x5½','',0,'?'),(_binary '0x\ßhý\×Í­K”ü3ù÷T','wp-includes/class-wp-fatal-error-handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-fatal-error-handler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7@›^	£<ù\Ï\ÒW†Ÿ',_binary 'þˆ`¶œÆ¡ñœTú \åQöaµ\Ýf	u-¥,Z…tf','',0,'?'),(_binary '0{\rƒX\È\ÞSnòB©	\Ã','wp-content/plugins/revslider/public/assets/svg/av/ic_radio_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_radio_24px.svg',0,_binary 'G/W\Ø\Â\ÃX}9\Õó}!',_binary 'G/W\Ø\Â\ÃX}9\Õó}!',_binary '7\ÚW,!Wq­•Œ´\Òv¯`d}Še‚f)½”ö,d','',0,'?'),(_binary '0ƒ5\âb!Gr±D\à\"','wp-content/plugins/updraftplus/central/images/udlogo-rotating.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/images/udlogo-rotating.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê:Z]zG2Ð†hG.,\ì',_binary '\Õ7eB€\æK\ÇýKj1»\Ô“\ç8T\Ê«(#x ó-f','',0,'?'),(_binary '0ƒ¹\Öóa\ÍOµZI|I\é','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðW—HY ñ®Â²·‰',_binary 'zI]Š_ŒÇ²”¦!\ì®bÑˆ\×6üd\ìuY\Ù3','',0,'?'),(_binary '0†!\ÎAF•†<;I\ÏpC','wp-content/plugins/elementor/assets/js/frontend-modules.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/frontend-modules.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O‹ºb÷&\ê®!#\Ë\Î',_binary '©	kˆ@€zŽx{Z‹hQm ¨\èÆ¿…$!l)\Ôþv','',0,'?'),(_binary '0†Y™VJ¶•ô!­\Ï4z\r','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*\áÆ£Ù¿c;®\Û\âz¾‹»',_binary '¬\èNôJ¾s´@\Ñ3	š:h)•7Kò›<”\\Nü+','',0,'?'),(_binary '0‹›t¿H\Ä‡\rS\ç\ì','wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É”\ÅX™8\'LU\á¥\'C?',_binary 'L7º`\Z]$$s\Êc°\Ø\áQZZ“7§L»‚™”\Ü','',0,'?'),(_binary '0G2De´K–d\\ý9\æ(','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php',0,_binary 'ž\"½Jó\\€\"\â\Ñ/”7',_binary 'ž\"½Jó\\€\"\â\Ñ/”7',_binary '\ê¼:¾„œ\Ð^,]ù	~š·uœ®\Ñ	K\Æ\Ól÷ Y','',0,'?'),(_binary '0“Ÿ\Åk¿ ?Þž\Ô\Û\î','wp-includes/js/jquery/ui/effect-scale.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-scale.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~\Ô\\‡\Ýûœ\Üc\Å:jF‘«\'',_binary '\ÐA\å\Ô¦\Z‹¨)ó\æ\á{”d\Ñ\ØL\Õ7ù³÷‰#a¿','',0,'?'),(_binary '0“ö\è¹—s#A\Ë8(&I','wp-content/uploads/wpforms/cache/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/wpforms/cache/index.php',0,_binary 'Û’—˜WÛ—†f®Ù–þ,',_binary 'Û’—˜WÛ—†f®Ù–þ,',_binary '-šª6€¥N\à\Å\Z\Â\Ë\ê \æµv¬l¬ñ\Ø\ì\Ã`¯','',0,'?'),(_binary '0œNÚ‚ja\ÎA@R†\Ò\ã¨','wp-content/themes/houzez/property-details/partials/schedule-tour-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/schedule-tour-form.php',0,_binary '<”ui1¢—0spV\r¾œ~',_binary '<”ui1¢—0spV\r¾œ~',_binary 'Hñ%¡AR¶\Ï{\rq™\Ö\ß5y™\Èk\Òò\ZøY¨<\Þ','',0,'?'),(_binary '0œ÷<K\ã}ŸªŒ×‡','wp-includes/blocks/image/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '? \æ)x\èi¼3qJ‚\î\r',_binary '¦š\Ò\ÍX’$\nX[ñw\Ð\ÛI¯$\ÃVP7\äÀ\í6„?\ì\Ð','',0,'?'),(_binary '0Ÿ>©\Ìe*\ÓWX\\\Ï\ì±','wp-content/plugins/elementor/assets/js/onboarding.026ae7e20c953c6cf3c3.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/onboarding.026ae7e20c953c6cf3c3.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°Xº£{M{ J¶›y½ˆ³',_binary 'g\rŽˆ\ë¬\Ñ—\ï‡)“û¼e5ZL‰¾\í\â#tÓ','',0,'?'),(_binary '0 ¶¯Ã—$Lò#\éšvõû','wp-content/themes/houzez/property-details/luxury-homes/sub-listings-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/sub-listings-table.php',0,_binary '\ã±[\ìø·x\ç\×K\ÜT\Æ\éý®',_binary '\ã±[\ìø·x\ç\×K\ÜT\Æ\éý®',_binary '\îœA|d,<\ß*ª4¡AAr? &\î­\ãh64“r¡\ã\ìs\ì','',0,'?'),(_binary '0£ü\ÑCz@vGWB\ãØ™¯','wp-content/plugins/google-site-kit/uninstall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/uninstall.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O¯õwÇ®^p?x\án',_binary '­Š¿¬\Ô\îq:GNú\Ò%\É\Þ_\ê2\ìs’‰qm€w˜m²H7','',0,'?'),(_binary '0¤\ç€\ÅE\00Œ‚X\ÏH','wp-includes/js/colorpicker.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/colorpicker.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„/¥¥þœkF\Ëùòxˆq\Ð',_binary 'T@\"$:¼¬\Ç\Ö	G\ÌLBž}2P÷öHR\Þ•£ î€²','',0,'?'),(_binary '0¨\à\ë?ŠT\'©¨€Žµ\Ùþ','wp-content/plugins/revslider/public/assets/svg/hardware/ic_headset_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_headset_24px.svg',0,_binary 'iº¡¯7ˆô$oú}|N˜.',_binary 'iº¡¯7ˆô$oú}|N˜.',_binary 'Q¬Œ^øn\äø\ä‹\ÉufÇ™¸\Ñ|c\n/½w{\æh','',0,'?'),(_binary '0®3ª„VAt¨ü\Öx–]','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œbt­,p\Ä7bTý´',_binary ';4šœ’\è\àGI÷7\Þð—C\È\î-À–R}\ãø29','',0,'?'),(_binary '0®’ŠdžS\í\ä 6\×\Zd÷','wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_returned_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_returned_24px.svg',0,_binary '£üI}\ë\è\ß\\È5\ß\Â',_binary '£üI}\ë\è\ß\\È5\ß\Â',_binary '\îJ³›\Ó8˜(–lK–€\Z¾ Z\é²À_¼JsÉ˜J ','',0,'?'),(_binary '0¿N\'¹­_\Ã.\Ý&óB˜\î­','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/UserPageLoadMetricV5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/UserPageLoadMetricV5.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢ŸÛš€?­÷zWOõjV`:',_binary 'zPÌ¾V\Ñ\Ê;£¥ø\ç 1pm\Õ\ÝL·\Õ!Z´Ä§šø\Ðl','',0,'?'),(_binary '0\Â¤\å½O®U”*°µ\Ø','wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pû\n–¨mt_f‘ˆù\ç±',_binary 'n%Ï´qù\ÔM\"]ö-8¿	s|\r†R–™\Ù\ÆG\î÷','',0,'?'),(_binary '0Ç‹€\Ó\â§yõR\ÕA$','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_laundry_service_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_laundry_service_24px.svg',0,_binary '>\Ýyl\Þ\î\à;6\Þ\íÁpFV\Å',_binary '>\Ýyl\Þ\î\à;6\Þ\íÁpFV\Å',_binary '…ü<-p9¡\ß3ý\â\Å6\ÎóÑ›h”ƒ9c\Þô#Fae','',0,'?'),(_binary '0\Ê—( J%£c1@/2','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/AbstractSignatureMethodTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/AbstractSignatureMethodTest.php',0,_binary '\×(E¥\ä›\ä»![f0D',_binary '\×(E¥\ä›\ä»![f0D',_binary 'vñlºš+˜|:Y\Â\áLüƒÿºstûûi{°\Òþ','',0,'?'),(_binary '0\Ì\ë\ém&\Ý\Õ\"Œ5¢ ÂµT','wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\é\Öø¹[0\ï,òJ',_binary '\Ägq$\Â!X¯\Ï\ÜúAILBÀ}{òõ}\ÞÍ‘3×‹','',0,'?'),(_binary '0\ÐdÛ¦ZP\Éø2ñ¾o\ëˆ','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xM¤g­÷_Ÿzv7’I',_binary '\×]€/®r¨‡^Q@ë–±w#²Ÿ4!‘­Ÿ‹¾\î','',0,'?'),(_binary '0\ÑO¢qƒ0“›\\YQŒN','wp-content/plugins/elementor/core/common/modules/event-tracker/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/event-tracker/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»•a\ß\Ú\ÞÁUà¤³¢Ý­?\à',_binary '?\Ú\íI\Íþûø°\á\Í\Û~ƒ{¤OL5´lo3Ä¿pÂ“³½','',0,'?'),(_binary '0\Ùý³n)Ê¸L”³\Õ\É2\åK','wp-content/plugins/google-site-kit/includes/Core/Storage/User_Aware_Interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/User_Aware_Interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùo\Æa%6\á\0êŸž',_binary '\×\é³]z±¢©‰=qÿ.’•6x\átöMÏ½#','',0,'?'),(_binary '0\Þ T’I­\ì#\\ò·;û\ë','wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_less_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_less_24px.svg',0,_binary 'C\Ñ`B\Ñ9÷¸ßŸV,',_binary 'C\Ñ`B\Ñ9÷¸ßŸV,',_binary 'rbª\Ñ=Pt¸¦lœC5w¿ò\ìdNyL©aR~¡U\Åk´','',0,'?'),(_binary '0\ß8 ÿrŠB=B\ÈCƒ	P','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/storages/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/storages/base.php',0,_binary '\ï5‡\Ç\ä¬–t7\ç\Ñ#\Ëb',_binary '\ï5‡\Ç\ä¬–t7\ç\Ñ#\Ëb',_binary 'H\Ç\'œ\Ç´¹o)Üª\0\Z\ß5µk£Js/\"úi\Z\Îa','',0,'?'),(_binary '0ú˜‘ë†”²7\Zn\È*\ZQ','wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-modern.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-modern.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2ðn$N¬&p”fX\Ü',_binary 'Š²¤†jcz;pò‘ð¨xs=\ãm…;8©¬\è\'x|\Ç?','',0,'?'),(_binary '0þ\È$X8F¡nÅƒký\î\Û','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´ÿf\ÆUEM©X`¡G\Ó',_binary '\ÊE\'Px%\Ú\î\è,4£®4;k60+°K\Ä\æ.Q]','',0,'?'),(_binary '1Y£¥ô\æN¾}c~øŠ&','wp-content/plugins/elementor/core/editor/editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#W¾üs>	³D=…gº¨c',_binary 'N°\ê¢\èµúL\Ì\é\ÓˆU¦	X>šY\á±s)ñl^Y','',0,'?'),(_binary '1E\ÕÏº\àSF\ïTÃºE³¤','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U¹\æô\Ñ{á”ŽV>p\á&',_binary '³ÿ&Šb¶œ\Ö§·+\ËøW(ø0À\á(.IÓ³\æÙ¢Ü¹','',0,'?'),(_binary '1d˜\ëHŠXIœ­°ý','wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_24px.svg',0,_binary '\Ï\Îø¼ò\Þ\'48–;;q8¸@',_binary '\Ï\Îø¼ò\Þ\'48–;;q8¸@',_binary 'U‹	¾\ï\å±ø\"\"Øº©H²‹\Ñ±-	¸J§=ò³p','',0,'?'),(_binary '1+@€£	­q\Þ\ß÷G\êÛ¶','wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹Û”¼Á GDP¸†5ÿr„\ê',_binary 'p„oz‹}X\n%\ì?`û’|«¾Áù~òu\Öû\ÚÞ‡Š','',0,'?'),(_binary '1-Àÿõ\îø\×g97¹\å\×','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#fG«\rÖ‚·‹Bî¬Ÿg 0',_binary '‘¼c\Þ(±Œ¢¿k1ž†\í\áú\î•2‚Qw4û\Ê?0','',0,'?'),(_binary '1.Ù’u3\Öö\ÆN\ÚN—yº','wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings/Access.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings/Access.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Žˆj˜,òM´\ÝŠU',_binary '£\î£ò\Ö\ï\î\Æ>l\0°¢Y^Ô³‡Ja\èni\'	F·','',0,'?'),(_binary '182hsKúm…r\Î\È\Õ','wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_horizontal_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_horizontal_24px.svg',0,_binary 'd¶ú\Å.c>˜Yñ\Åg\ßD{',_binary 'd¶ú\Å.c>˜Yñ\Åg\ßD{',_binary '|”þû…,Oû\×A\Åo\á|®\çe*+_¬\"ñö_]0','',0,'?'),(_binary '18‹¡\Òh®õ\é\â9­ð¥','wp-content/themes/houzez/framework/stripe-php/lib/Account.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Account.php',0,_binary '\èáŸ \0\ë÷fºÌªSP',_binary '\èáŸ \0\ë÷fºÌªSP',_binary 'Ò¡¦\Ý’S\æ\ç\Þ7ý½©U\\@sd¯´ý‚IúuŒI','',0,'?'),(_binary '1;¤÷^t}¡Nª\Í6§','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-24-4.min.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-24-4.min.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}ú>9=Í—\àÞ“ÿ¨e˜€',_binary 'É¿\Ü\Ûcü@_\r?Ó®\ÔØ•\è\ç\Ø=\Ór¥\ì!¡¦','',0,'?'),(_binary '1<5\ÓÀ-=²Û…\ê–\à\ï\è','wp-content/plugins/elementor/assets/js/packages/ui/ui.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/ui/ui.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï¬XµEI_¿-z>\Ý\Â\èQ',_binary '3óP¶ÝƒË¤Ø²	_IDŠ:,3\Çf¨µcøO—þ0u','',0,'?'),(_binary '1=aµ|oLõ\ãÓE„\În','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-by-id.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-by-id.php',0,_binary '\"¡ˆ4\Öj	¥“ÀoñþkpT',_binary '\"¡ˆ4\Öj	¥“ÀoñþkpT',_binary '.!F¨a§V\éwf\ÏA±\'v†‡²€£\çQ\"²U\ÓoÁ','',0,'?'),(_binary '1?oœxø\ç<\È?\é\Í\â6','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?v@½Y a\Øpv¹²Š',_binary 'pªš\æZÊ‡O\ä¦F\ïM\á\ß4\ÆV92\êQP¶þ\0ñ\ë¢\í\Ø','',0,'?'),(_binary '1@7&/q=¸þSc=&¬C\ç','wp-content/plugins/wpforms-lite/lite/templates/education/admin/notice-bar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/admin/notice-bar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4;F\ïmé®·÷l*\×49',_binary 'z\íH„r\Ü>C3l}‚\'oª\Ë,\Ø)\ã¡*µ·R\È†','',0,'?'),(_binary '1CszMÝ¼¾\ïo\í!G16','wp-content/plugins/revslider/admin/includes/tracking.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/tracking.class.php',0,_binary 'qÖ¯©€\Üó-\ã‰X©',_binary 'qÖ¯©€\Üó-\ã‰X©',_binary 'ŸM\ê$Œ\Öp\Âz‰	¢p\Úsv¥)Ò«½ðª\nòŽ…','',0,'?'),(_binary '1D¹\ZŠŒu¸#•O«','wp-content/plugins/updraftplus/includes/Google/Logger/Null.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Logger/Null.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'OEz)v}\0 »\æ\Í\î\r(wÿ',_binary 'h×µ¼±n\äz‰€«}Ö´E¾`8x{\":}hÿ\ì\r›','',0,'?'),(_binary '1L&À@÷:]tû\\`\"','wp-content/plugins/google-site-kit/includes/Core/CLI/Reset_CLI_Command.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/CLI/Reset_CLI_Command.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e–\r {\Z\Ùc÷&ŒÓ‘\æ',_binary '½ D«ð$˜¥=\Ê#\Ô\\¡Kù<~\ÖXx-ñAù\æ\ï','',0,'?'),(_binary '1L\Ý\Í<û\à\ß\Þ\çÜ®\Ø:\âD','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Publication.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Publication.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y­lJ\Õ.\Ê:¼ù€\ÓÖ¨?',_binary 'úCkã…¾ƒCüù[ ÿ.\ÎwSM»Z\ãŸ\Ü\ß\Î\Â\Â4UH','',0,'?'),(_binary '1Xžœ¦…\Åÿ(\ËFœ\\H','wp-content/plugins/redux-framework/sample/sections/color-selection/color-palette.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/color-palette.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#¤\ÍJ%QºkV\ï$_oq',_binary 'l}¤\Ù\×u‹c\ÍB7‰\äF° \'\ÕbkÙ³°U¨Sõ','',0,'?'),(_binary '1Zc\n¶]\Ù#´\âN\à\'’`','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ThirstyAffiliates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ThirstyAffiliates.php',0,_binary ' =¹–\Ôúƒ’ðØ—tZ1I',_binary ' =¹–\Ôúƒ’ðØ—tZ1I',_binary '£À­ò¯‚sR‹©ý†[©\ÊTØ†­\Î\Þ\Åyw2HM¥','',0,'?'),(_binary '1c_óÏŽ‚bÇ¨µ¨°\ê','wp-content/themes/houzez/framework/widgets/contact.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/contact.php',0,_binary '\çüûöÃ…1™\é×¦vø',_binary '\çüûöÃ…1™\é×¦vø',_binary '\ÃØœ%\ÑFVÈ¬û¶.µf\Ö\05\ë‘u÷™º*¡\ï/„À£','',0,'?'),(_binary '1eVð4\ÌkI?\nu2Žiœ','wp-content/themes/houzez/template-parts/header/header-1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-1.php',0,_binary '·Í´qÛ³þh\ä¹\Ôx',_binary '·Í´qÛ³þh\ä¹\Ôx',_binary 'SP^‰ø½\àˆ¢L\Æ\Å\0iõñ(Gõ$¹5ˆø9Ü†*—','',0,'?'),(_binary '1g\\\Þbu´¨,,2\Ûc','wp-content/themes/houzez/footer-before-footer-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/footer-before-footer-builder.php',0,_binary '\Ö\îpcüÔµvœ¿“£:E}',_binary '\Ö\îpcüÔµvœ¿“£:E}',_binary '“\\6\Èö0Ÿq\Ë\Æ	¢7—Rf¤\àGù3²|fL¡÷','',0,'?'),(_binary '1s¸)6ªÓ¶™•¯C§…Î—','wp-admin/user/admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èT^\Ù1\î\ê\ã\àøAˆ|',_binary 'Y\à\ã%Õ´9‹\à\ÝN \×?\\v\\ažMþ¦´~Ý‹','',0,'?'),(_binary '1ty@vG`µ1\'œº¥\Í','wp-content/themes/twentytwentythree/templates/home.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/home.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸o	£Á#0d?\Â\\õ³',_binary '\ëÚ˜\ã\0\çÓ£®“¸NGg]˜\ç/¯òŸ\ìa¬\î,','',0,'?'),(_binary '1uÝ°‡–³6\ÒÙ¡x','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookOtherException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookOtherException.php',0,_binary '9­¬y‰±¬«l;öt\ä',_binary '9­¬y‰±¬«l;öt\ä',_binary '?\æõ«4|ó _º­\ÖVûB\Ön£ò‚‰‹\ë…\"¹','',0,'?'),(_binary '1vù\Ìc\ØM\ã?¡§XŸ•','wp-content/plugins/redux-framework/redux-core/inc/validation/js/class-redux-validation-js.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/js/class-redux-validation-js.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$K1\Úg|ÿ\ÌCW\ã³ý\Í',_binary '»¨s@\ÉD¶\ãVBËœL«zŠ¸\ìÄ¢¥Ñ¢\ê9„2(E','',0,'?'),(_binary '1wƒ\çF¦6±u?\ã)\ëª','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character02.svg',0,_binary 'OB€W\Í\æ\ï>3š˜‡',_binary 'OB€W\Í\æ\ï>3š˜‡',_binary '\å¶ŸH\ï ú†\"j\è<\ë¸c·“\ÙO©n\Éõ\Äg\ë','',0,'?'),(_binary '1x‡\á\×\ì8\é\Í}Â‘™Ùš','wp-content/plugins/revslider/includes/cache.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/cache.class.php',0,_binary '¯\äÙ³Z6%m#­(.¤A\ì',_binary '¯\äÙ³Z6%m#­(.¤A\ì',_binary '\Ü\ß;T>[2•\ê\0qW\Üj÷>b06·d¶”/\Ë|0\Ï\r','',0,'?'),(_binary '1|vÿ<ù\â-V’¡A]\í','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n¡(ú8œK\ç\Ê\ë	\Û',_binary '\\Š…²&þ:*\ÌI™¸±0)\ÑzÖ‰÷Öœ«\ëWò','',0,'?'),(_binary '1}n\Ù\ìQ‰€n¸ý\ÔòM—\à','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/qtip.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/qtip.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ}®S‡Smù¥:öÛ€»i',_binary 'd\é\Â\nP\'|…·}\Å\Ê%£^7T\äO‘\ì\éj4c]W2©','',0,'?'),(_binary '1~ñû¸÷]\'5j¦ž','wp-content/plugins/elementor/assets/images/app/site-editor/products.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/products.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U¬–\'œó\ËP_\\‚ƒŸ',_binary '\n»4P“b±ˆ\ãÌ¨YúMs©W\ì}!\Ê5‚5RKüA','',0,'?'),(_binary '1Ÿ\ÌB\êùˆ±\ËDg­¢','wp-content/themes/sinatra/inc/admin/metabox/class-sinatra-meta-boxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/metabox/class-sinatra-meta-boxes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù9IÇ¸«\Ö\rŸvŽ;„ª\í',_binary 'Su8=}£XZ³¸^\"E4™‘\Ðl-5\Þ÷þ\ÚÅ¥','',0,'?'),(_binary '1ˆ\Ã/	`\Ðs·\á£\Õ;=\Z','wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n\\\Þù»ù\Ç\\§,ŸUw\Ó&>',_binary '1\Z,\É#²xZ ó»=¨-\é¼\"öÛ“Ÿì•¿O¯/	ý','',0,'?'),(_binary '1Šªœ\0\\ö>a\í\îý¬\Ô-','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/shortcode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/shortcode.php',0,_binary '\Ø9\ÒT&7\Æyt‡•/±\È',_binary '\Ø9\ÒT&7\Æyt‡•/±\È',_binary '\Ð\á\Å<y\Ñ\é\Ö¿\ÝV!¸ñ»Ÿ²\ÄJi\Û*ð±­\Ü\Ú2','',0,'?'),(_binary '1‹ûcœ¼L|\â0œ\íõ	','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/ClassParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/ClassParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\Ý\ä¸r.—”,ö_U\Ü/ƒ',_binary 'W\Æ©˜\0\Î\ÝCúf­\Í\Ø\r$=\ÔLlÄƒ]ô&ð\Î0','',0,'?'),(_binary '1‹b\èi\0ùýq\á*\â\\X1S','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/disable-concatenate-scripts-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/disable-concatenate-scripts-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤\ËÖ±”\ã4\Ô5\ÍŒ\Ì\Ü',_binary '\ê\Öv\ÐóFBE\Èy@i@\0;EIX† zû+Wc*','',0,'?'),(_binary '1Œ¶$qÖ¹}”Î¼z\ê','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜÁ\çûe8®ž\r\Ëðð\Óg',_binary ')¬\Ò&S\áŠºl\Í\'ŠF!e\Zi>à¡‚|8\î','',0,'?'),(_binary '1Œø<ƒ\ï­\Ü?E\Ý(À','wp-content/plugins/elementor/assets/css/modules/notes/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/notes/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒˆNš¾±/\ÒaZ½¾_\Ú',_binary 'J‹l/Ž]…uµ^N‘r\0\Zû\Æ9¼A¢Ð³qöb©ö1','',0,'?'),(_binary '1’*?YÀe…$\í\ÝO','wp-content/themes/houzez/property-details/luxury-homes/schedule-a-tour-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/schedule-a-tour-v2.php',0,_binary 'jW¥kñ²P1ªT²t˜\È)e',_binary 'jW¥kñ²P1ªT²t˜\È)e',_binary 'xE\Ëjka¼V\ëy@¤b¨\äR^~?>n3\æ* öÖœ\Ì5','',0,'?'),(_binary '1šš\Í2\â\ÓVŽ ô(','wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê÷\ÉpE£eÃ£óù\ãô',_binary 'ä²•ª©>\Ì]AÞ¡*\Òl4\\>¥&‚¦\à\Ò*>\0›l*','',0,'?'),(_binary '1œu\Ú\n\î9(|º,¼c\"e','wp-content/themes/yith-wonder/assets/css/woocommerce/woocommerce.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/woocommerce/woocommerce.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷–§^E\Ì(\åj\ÐK\æû¬\Ô\Þ',_binary 'Æªž0ÿ,\\/\Z4€°\r\ê>­òÖ¹TX$\\\ÙVˆ{¤¤','',0,'?'),(_binary '1¨\ÑDH\Æ@‹\èž\åŽù\è§','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hy.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hy.js',0,_binary 'Ñ’v-\äÎ€±Vø¿\ç‡ü',_binary 'Ñ’v-\äÎ€±Vø¿\ç‡ü',_binary '\Õ\ïd$\Ëä„±\á¢ñ\Ãp±p¨ˆ\Î8\ç³õxl7}¯1LŸ','',0,'?'),(_binary '1ªp!Zšøð€N\êÚ‰¯\Ø','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/EphemeralKeyService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/EphemeralKeyService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Î°ñt¹©±Sjú\ÇKo',_binary 'p;\ný4Y¿M\nH\\\ÛlÀq5”tkRœ\Æ6Œ7‰v\êž','',0,'?'),(_binary '1¬\Ë>ØƒF+\ë³\×\Ðy\Å','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/getting-started-pro.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/getting-started-pro.php',0,_binary '±ñ\Ç}b¬þ¹©ŸR—Œ)',_binary '±ñ\Ç}b¬þ¹©ŸR—Œ)',_binary 'R\Ý%7­ÁÀ¢uÞŸxß\ä>\Üh\\ &·þWvØš\"`','',0,'?'),(_binary '1¯!¤\Å\ìA…lŠ\áG\nMgý','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/divider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/divider.php',0,_binary '<\ËF\ï-Š¿¤©£CŒBY',_binary '<\ËF\ï-Š¿¤©£CŒBY',_binary 'w^\çÏ¥1BñÄ«²\àUø\0¦õ&BÀªH¡ŽU:ˆm','',0,'?'),(_binary '1°úe\é\ne2—o¬\Å\äô','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/RemoveSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/RemoveSubscriber.php',0,_binary '4:Ã¼y·\Þ-\Ø\Ð\'(ûð\Ã',_binary '4:Ã¼y·\Þ-\Ø\Ð\'(ûð\Ã',_binary '\ÓUD\á\'SrM¤¸¥\ÂÉ5\à›\Ù\Î>K|¼y)·e\\','',0,'?'),(_binary '1²\Å\Ìpa\Ò`H0ß¢\ìe','wp-includes/js/dist/url.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/url.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V£6\Ú\éø§Û¾\ÝÎŠy',_binary '“J 4£QJ&·÷\\“ñœ\Îù:È¥\æ“\Ó\Ã\â1\ê;v','',0,'?'),(_binary '1³¹¤PlÁ†™r†Á‹tó.','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/UriInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/UriInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ha\r\n¢`6ô\Ù\Â,K\"*7\Ø',_binary 'U*[\ÓPUT\áC®\å‡ðÕ’\\ŸC¼TòR\å@kºž~ª','',0,'?'),(_binary '1´0F†Dò®¶\ï\ß\Ú\ç%','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/FlowController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/FlowController.php',0,_binary 'e_1`.•°¥¯ŽcB^+\r',_binary 'e_1`.•°¥¯ŽcB^+\r',_binary 'Fa\Ód©\":\Äy‘jí¶!ð\Òcó2’†\\6 \Û','',0,'?'),(_binary '1´ðÐ»W©\\MÊ„V¬‰Yp','wp-content/plugins/revslider/public/assets/svg/maps/ic_pin_drop_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_pin_drop_24px.svg',0,_binary 'g^4¹C¶²\\\Ìp\ï©\Ó\Zø ',_binary 'g^4¹C¶²\\\Ìp\ï©\Ó\Zø ',_binary '³ÝºM\Ç.¯bz®9\r„µ=û~\ÅÈ‰¥#¬“\åO¬','',0,'?'),(_binary '1\ÅüWÍŽ¹XD=-¤ –','wp-content/plugins/wordpress-seo/src/generators/schema/howto.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/howto.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Áúw\ÛóMÚ»\Õ\Í8*l ü',_binary '\"”Àvƒ\ÚðÀ†„?ÀŸ/!\å«fôŸ:Ø‚ª·‹','',0,'?'),(_binary '1\ÉÅ®x]a\'vq²/\Ý9\Â','wp-content/plugins/elementor/assets/lib/share-link/share-link.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/share-link/share-link.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß`\Îü?jbB\è\ÊF˜Z“û\Þ',_binary '\ë9R£ [‡»ý\Üa\Ôn*Àb‡#Œ¼®¡','',0,'?'),(_binary '1\Îø×§m\èª)ñ\ìz½\êq','wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ActionSchedulerCheck.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ActionSchedulerCheck.php',0,_binary 'ŒfÀRq9¹À½X7ôh',_binary 'ŒfÀRq9¹À½X7ôh',_binary 'À\ÞDuõTu\á$ÿÜ˜`\è\àzy)·¡um¿8÷—q8','',0,'?'),(_binary '1\Ï8\è!PiÇ¬¼\é¬\ï.\æ','wp-content/plugins/google-site-kit/includes/Core/Util/Activation_Flag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Activation_Flag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êvlŸl\Ök¼\Ä.¼>2õ\ç',_binary 'ø(\ÐÀ–RHRo\0SP»=ú…jw\ï\Åý\ì>–0\ì™','',0,'?'),(_binary '1Ð‘Y\é\ã\Â4I^p\í','wp-includes/sodium_compat/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0?½½4\'+Ì¶¼L)$”',_binary '\ÌY	ORÙ´@†M¾‚\Éò\ßö\Ã=‘™žxM\éK©\Z.','',0,'?'),(_binary '1\Ö¯§Ô¨Eš\êbâ‚¸j','wp-content/themes/sinatra/woocommerce/cart/cart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/cart.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶3\ê€q<~ä®žcB',_binary 'ˆ”«ÞŒY—–\â\Ï\Ö\"üDúSVý˜®s\ì\"\\°zF\Ô','',0,'?'),(_binary '1Ø½ÿ5Ô‰u©ù~z#n€	','wp-content/themes/houzez/framework/stripe-php/lib/Exception/ExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/ExceptionInterface.php',0,_binary '\Ç1hü»\Äeö­>pNÔ„e',_binary '\Ç1hü»\Äeö­>pNÔ„e',_binary ':ŠƒKBÇ¶€µÀ«\ìa’e{Xü’O2…\Ô>€LG\ÌE','',0,'?'),(_binary '1\ÜEfQ¤v#)ó\n\Ù0EkQ','wp-admin/images/media-button-image.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/media-button-image.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\Ìó¨¶øm¾	\'Š\è\æA',_binary 'iÄ·±\ãz[º¨ÿ\Ä/\"\Ì X“\é\Û{\Üoý\î—:†³','',0,'?'),(_binary '1\Ý2~ýY\î³J\Ê\Þ','wp-content/plugins/elementor/assets/js/new-template.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/new-template.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}bß•F^‚Púµ~/§',_binary 'pÕ¢þ\æS\ÈüeHkb \âö¶bH\ä\å¢øû,v¼c\Ñ|c','',0,'?'),(_binary '1\áœ\ã\Ù7z\å7€®\Û','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessBetweenFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessBetweenFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pt¿iD¡wü\ç\"]\Ô2“L',_binary '\àrò\è7\n˜£\Ö	dôþWZ”ú±»“`\r\Ø\âyg_÷K²','',0,'?'),(_binary '1\ã4”]º¯5c\"I·‚;','wp-content/plugins/revslider/public/assets/svg/content/ic_drafts_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_drafts_24px.svg',0,_binary '¸YoD÷MÚ‰ Áôõ0BËˆ',_binary '¸YoD÷MÚ‰ Áôõ0BËˆ',_binary '\\E´hf\nûR\Ô:Q\å´\"~\Ùô\ÚKV\ÓBO„³\Ê\ß\n','',0,'?'),(_binary '1\ä7Ÿ¤Œg¿\Ö_ö\ä%\Ô','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Activity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Activity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f(ü9Hý\ÔU…\Õö?ð\Í',_binary 'Á\Þ5t|„pó3\Ô\Ãß‚=\ã\å«Yµ#X1¿\0‚','',0,'?'),(_binary '1\ë¤\ÞXR¿\È5_uô,q','wp-content/plugins/elementor/assets/images/go-pro.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/go-pro.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\\¾x\Çfx\Ë\æ´l\âL“',_binary '›ï°¼\ëm¡\Åœ\â³\â¢qO\ÃÂ¸y‰œxy(ªn\È\ë\î','',0,'?'),(_binary '1\ë¢À`·€!†ß§A5÷6','wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'XÂ­¨O¨ \ßŠÍš¬',_binary 'g\å\ÈÓ·ÿRFF„.™¤0L…o\í7nP¢Æª©²\Ë\Ó1w','',0,'?'),(_binary '1í¬ˆ\Èúò\Þ/°ö˜òš','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/select.php',0,_binary '~E\ÏPƒSm(“‘q9)S\×',_binary '~E\ÏPƒSm(“‘q9)S\×',_binary '¬Ä‚ñ	~÷®¨!s¸¤epus\Êg2I\ÍÖ‹\Ë&õ—','',0,'?'),(_binary '1ô±·…³A*®œ]°oñ}','wp-content/themes/houzez/template-parts/listing/partials/item-author.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-author.php',0,_binary 'Ž\íµñQœ{•a½öôÆ—',_binary 'Ž\íµñQœ{•a½öôÆ—',_binary '0eÁ/\Ïb²„OŒ¦¶˜MVgg\ãUM\"æ‰ :Qn¿l÷','',0,'?'),(_binary '1ø\é?\Æ\ÌX/ˆŸ¤†','wp-content/plugins/redux-framework/redux-core/inc/fields/border/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '1ù\ÎXŠ/²t60^Ò€!\Ü7','wp-includes/js/comment-reply.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/comment-reply.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I/,\Z~§\ëƒþB\àÿ|µ\Z¢',_binary 'C\ÐY3M¡lO2…\Ä|‰—T!õQ$›=\Þ@Ó§\ãÀO$TD','',0,'?'),(_binary '1ü\ÎOp¥†\èFñx\r\î‹','wp-content/plugins/elementor/assets/js/fa0cbd4c7b6a8ad83224.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/fa0cbd4c7b6a8ad83224.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„F‹¢s‘\ìhÄ¿JôB',_binary '˜m+¦\ËBõô.ÿt“\Â(©ª\ê¹=Å¹!P\ç\ãR\\±Ï¯s','',0,'?'),(_binary '2Z\Ív³—p$x@V\Ã','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\É\ç\èñ \ás&˜=—L\â¦',_binary 'Ÿ\Ëž²2re—#·•x·\åh\0>š\îõú\ÄË¯^h\Û6','',0,'?'),(_binary '2XÛ” ¬1³Z¤«¿Y','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Retrieve.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Retrieve.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž¬k\å\Ç\Ê­Q®\"§\Æ',_binary '[þB\r´\×É“úB dB\Úg·\Ä#‡\Ñt \àiòswe','',0,'?'),(_binary '2!*7Ó³=w~•q\Û\\ˆ©','wp-content/themes/houzez/framework/thumbnails/honor-ssl-for-attachments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/thumbnails/honor-ssl-for-attachments.php',0,_binary 'R\Ð \ãtÑ™‰úè‚¢µ\Õ',_binary 'R\Ð \ãtÑ™‰úè‚¢µ\Õ',_binary ' !¨‰Žªb\â\ë©\î =s\0\ÔØ±w\Ù>›™§\Îa[p²','',0,'?'),(_binary '2\n=‰ž‹\ØR´]·“N8W','wp-content/themes/houzez/js/vendors/bootstrap.bundle.min.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.bundle.min.js.map',0,_binary '÷h\"”¼	œŠ¤\Ú7',_binary '÷h\"”¼	œŠ¤\Ú7',_binary '\Ñla¾Q\ÇB¸*\rf\Ó\nM‚‘¡R\êœ\Âx6Ca|','',0,'?'),(_binary '2J\Ùy*ªm\í±\ç½ø]W','wp-includes/js/dist/a11y.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/a11y.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„&uH1YO8:c‹‹™´',_binary 'ñsÒ²‹‰1«\Õv\Â\Äú2\'OLQ•<¸c@^','',0,'?'),(_binary '2µ]¾]B“}*5D¤#','wp-content/plugins/updraftplus/languages/updraftplus-ur.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ur.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£ö\ì¯l\á_Äœ\Æ?½\Ö=',_binary '\ì4K>·¢\ì\Þ\Za¼©\Úü\ïe(\n\'~~/¨Uøv/ó	','',0,'?'),(_binary '2©ªWEb²øeY\î‚Yi','wp-content/plugins/updraftplus/includes/Google/IO/Stream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/IO/Stream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü³¢	\äM—\á9û.{3Rb',_binary '^5RÞ®:™2Š~\Ó$™cqÚœ\Å\àê­™¾„¿.Ôº=\ç','',0,'?'),(_binary '2\Èœ·\\¯U4¥\íˆ\î-f','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+ì²†·¼_\\k‚¨p¾\Ã',_binary '/¼@\ÏG\Ü0ô7WÓ»÷`2Á@´4\" L\ßnŠ','',0,'?'),(_binary '2b UŒ·\0\Î\Ôsõpd0\ß','wp-includes/js/clipboard.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/clipboard.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âs‘ÿ¥··djI~\ÞiµT\â',_binary 'Q¿\Ü\â]qF¨úö…Ø¶U‰\ÍJ\Þ\"–ˆ\í“\r\×/^0','',0,'?'),(_binary '2 J%AOô\Ø\">\Ùn¯p\Õ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DynamicSegment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DynamicSegment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9O¸/ÿo˜û8m·~Ä«\Ç',_binary 'j\Ë\ä\ï½²Á\ÏÈ£*¨yX%i¡ò·ü¯fˆCM','',0,'?'),(_binary '2 O\'\Çõ%\í24ö©v','wp-content/plugins/revslider/public/assets/svg/communication/ic_textsms_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_textsms_24px.svg',0,_binary '\ê¯R¾5¥\Åý!6/!¨¶+',_binary '\ê¯R¾5¥\Åý!6/!¨¶+',_binary '\\s‹\nmù;{s(ª\Ç\Ì\Ý\Ú\Ä\nŒC‰(E°8þ œ\'+\n','',0,'?'),(_binary '2 ‹³I\Æ)· ^!\áh','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_airport_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_airport_24px.svg',0,_binary '\Ý}f®\äYŠ­6Xýq\'š÷',_binary '\Ý}f®\äYŠ­6Xýq\'š÷',_binary 'q\Óó:ÿIó\Ë\\\ï4ÀBŸ\ÛTÚ™@\Þo\äù@¡÷ms','',0,'?'),(_binary '2&1G\\^\ät\×-\Î<†›','wp-content/plugins/elementor/assets/js/announcements-app.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/announcements-app.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý\\®´\ÉJÛ«…¦”!d',_binary 'õAŸ™¿Ö„•£Dô\Ôa\ÞX\Ô\á²ü\ßN\0‹øÓ’ú','',0,'?'),(_binary '2/õ¸Þ°V%:Rk)‚@¢’','wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers/payment.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers/payment.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/\ØÒj\ì\â•º¨NV˜',_binary '\Ñi\â\'3£x”\"] õ\æûk¬K;=´Æˆ\Õ\0tƒD','',0,'?'),(_binary '23³ˆQô\Â¹Û¿-4\á','wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'HsšG¯œ°Œ}¬/\Þ\ã',_binary '¯4\ÚJ7Q+g=\Å~\Ås”a€*Gl%\ß\ã<Ak/e|','',0,'?'),(_binary '25 3k‚®‹µ\Ö\ËŽô	','wp-content/plugins/updraftplus/includes/updraftplus-clone.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftplus-clone.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªwF\ä\î‘ò¡\Ñø\rT\ì„\Ú',_binary 'ó ]\ÌV\íX\n1€¶\×ó!Ÿ¹\Z…üZ]\\O\ïN','',0,'?'),(_binary '27D`öŸ²dŸvš§A','wp-content/themes/houzez/framework/metaboxes/reviews-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/reviews-metaboxes.php',0,_binary 'Ï¯,‹Žv\Úš8	ùˆ+‰',_binary 'Ï¯,‹Žv\Úš8	ùˆ+‰',_binary '\ÂWŽ0\Ï\Ñg\Ý×¼¢}V€\á’oþ\ÎWu¿Tú\\€¢','',0,'?'),(_binary '286M¿–[ý/¹ý@','wp-content/themes/sinatra/inc/customizer/controls/background/background.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/background/background.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ\r~#­±K\Ûb\ç\ä',_binary '®øpµð¿‡\ÄSðÀh5\Å8\Ù\ÌB\Ô\Ì\â\Þûf\Ðªw','',0,'?'),(_binary '2:]\Zø<Atb\É\0µŽ,','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Àš	\àt…\ï2nôp\ÜýU^',_binary '\ÈRÃ¹;@0\ÒZ`÷$\\X7±Ô­È…N{Í»\Ã`·­	\ß\à','',0,'?'),(_binary '2>ö\éš\×_JB\\}{1','wp-content/plugins/redux-framework/sample/sections/color-selection/color-gradient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/color-gradient.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GAF;ƒ\âX‰0¹Eªmp',_binary '\":A”j\r\è\\\Ê.›À¨4\ËK¿«)€€f4\r¬AûÇ´','',0,'?'),(_binary '2@\Üj\åj\0¡kÓ²”¡Ó˜','wp-admin/includes/template.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*öjŒÖ¦ ÷We\Þ\É^',_binary '\å%kDS\â” Æµ\æA€1±\ÚvsÁ\êeû^a§\ÌŒ5','',0,'?'),(_binary '2Bwª;\ÇdVFžt¥7','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '2C\Ö}üŒ>¹Ã¿\ãXp\ï','wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.map',0,_binary 'üÏœøû4ŠŽjö‚‰À\Æ',_binary 'üÏœøû4ŠŽjö‚‰À\Æ',_binary 'Tažd\Ð\ÝFE!\èj¢@9÷\ç77%wò“\ê\0i\é7–B`','',0,'?'),(_binary '2D›Š%‚Jž£\ß?­\Ñ\Z','wp-includes/js/dist/wordcount.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/wordcount.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â\Zd¶ô1Š`6ùÀ\ïr',_binary '5i„gKyÁ• \È\Ó\ÅuDšƒ,ž3t—«)PŽ','',0,'?'),(_binary '2I\ëô1Ê‚ÿ\0U%\î9X','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/qtip.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/qtip.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò[\rñX”‚\ÙPG\\Æ“R“t',_binary 'h¹N|™TZ\æO:I••f‹†µµ¶jz ¶\ï^\ç\Ë!ù','',0,'?'),(_binary '2N½ðýÔ›h%s\à¤øZ','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-click.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-click.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬Luó“­1l)G·|',_binary '7n›Œ\ì\Å¢5HÀ¹:·ð¨0øe\Î6¶\ä8öc','',0,'?'),(_binary '2PB‚‘\É\Ê\æ{w¨¤9Ž2','wp-content/themes/houzez/vc_templates/text_with_icons_v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/vc_templates/text_with_icons_v2.php',0,_binary 'ñÊ‰Vºt\É\Û³¡Äµh',_binary 'ñÊ‰Vºt\É\Û³¡Äµh',_binary '¥–›â©„Z˜¸*`\É\ÍbFÀ—<cí’¸0m”AR¼\Æ','',0,'?'),(_binary '2T7‘ÿš¤\ê&ù€¶h·k','wp-content/themes/houzez/framework/admin/plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/plugins.php',0,_binary '­D\ï;ñ64®o9$\Õ',_binary '­D\ï;ñ64®o9$\Õ',_binary '7\íS\îM·jA\0u#wk}\ÎSœ\ÅÛ‡~\ì\\˜1V\ç•\Þ','',0,'?'),(_binary '2Y‹ \ì¾oq&®Z\çù¬','wp-includes/class-wp-block.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'B½÷‰’†@5¹ –—\ë',_binary 'žKb~žŠ ~€²\â.½¤OþKö\ÞñLINøl[¥Ž¢','',0,'?'),(_binary '2]\Ý\å\Ñûñ\ÛoÚ…;','wp-content/plugins/revslider/public/assets/svg/action/ic_hourglass_full_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_hourglass_full_24px.svg',0,_binary '‹¸\Ù\Ù*ú‚{„\ß6†d·',_binary '‹¸\Ù\Ù*ú‚{„\ß6†d·',_binary '\É-K¼C\Ôl…^,3\îNCj“\\˜&‡4g‡\ÃqÕ\â','',0,'?'),(_binary '2`3*lvŽ^x\Ô3cÁ','wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§‘ÀT\åÊ˜… ðž«‰\0',_binary '\ÖÅjº—B	ªƒ!™1º“ý\Öør•;×ª\ÞU~F','',0,'?'),(_binary '2c\"\Ó4di¤¹xDM»™²','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\æ@\éµÏÑ\ÆW7H$',_binary '‘+..­7Îž‚(\Ép=¿­Î°Îš¦›\å\Ùp\Ä\é','',0,'?'),(_binary '2d9”½k!þR\Þ\ìOö;\á[','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphPage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphPage.php',0,_binary 'b3\Ô\Ý6\å\æ\n÷{ušQ•',_binary 'b3\Ô\Ý6\å\æ\n÷{ušQ•',_binary '\ä™\éO½0mÕ«ðz˜\ÌVýR“1—¡k€XVË¿','',0,'?'),(_binary '2f&\ì#\Â?Ó“ù¦Q¬Y?','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.alphanum.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.alphanum.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\Ëòý\Ð1|3~&[\éõ†',_binary '\Æˆe×³Íª]%t*\Åò\\’	\Ì\ì\ËB\Ô\ÛJò©\Íö','',0,'?'),(_binary '2f~¨ÿ\ë¼vö\îX\à3\èL','wp-includes/blocks/post-comments-form/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1\çk­$\Ãr[K¨i\ÐB\Ç\Ó',_binary '\Ä=VPf§7ˆ­µ\Ü\Î\ÊxSK\Ì\é†q·ñdõ\Ú)¸›O','',0,'?'),(_binary '2gló¸bC\åd¾M`Hšü','wp-includes/css/dist/block-library/reset.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/reset.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$X\âyR\ëI¸\ßS§\Å¢',_binary '\Ñ¥\Ú2ƒbm qVÉ»,5¨\Î\n\Ð€e÷3rÃ','',0,'?'),(_binary '2jÿL,\Ã\Ù\ÞW\rº®W$›\é','wp-admin/css/colors/sunrise/colors-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/sunrise/colors-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ2\ä2n\Êü$õ»Qi>',_binary 'G¢\ç²V]\ÃÎŠŸ‘\Õ\ÉhexÍ‘\Ðð\ÑÊ¼:\Ó_l','',0,'?'),(_binary '2o;Ù¼£–±¦¥%>\Ï\É','wp-content/plugins/revslider/public/assets/svg/image/ic_camera_rear_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_camera_rear_24px.svg',0,_binary '›š|¿u¼UAK¡\ÄYÁ',_binary '›š|¿u¼UAK¡\ÄYÁ',_binary '\æ)»ùN¿8”js£ÙŸjzvN=¥54Csq >œ','',0,'?'),(_binary '2q\ëm¹È’eC+«ºÒƒb','wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailchimp.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailchimp.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x\àlq?`²\î+\â\ÓYbs\È',_binary '²\"‡&\ìâ«´}ì»žh(ù(©ðÌ˜Z+.¨\âBŒ\ãR','',0,'?'),(_binary '2r}\ÜV\áÄ¥$^¥‹‰n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h…^n=(Š±&¡ñÝ‚¶N&',_binary 'S²óDIBÿz\Ñ_-?(Y\Î\ãpE¥yûÆ¹A¡','',0,'?'),(_binary '2v®Žds-Ü³\âÈˆ+•','wp-content/plugins/wpforms-lite/includes/admin/builder/class-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/class-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢`Fz\ìö\Ó\î\Ëu!“',_binary '\ÂÛœÄ‚ÀóX\ÖöpKz;Q4\å\ì¯¨09l²fˆö\'·','',0,'?'),(_binary '2|\Í= \í\Å:dJ1\í?C','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't+¼Ý•¼¸Ky\è€\êE',_binary '‘vÙ­=$\ï\Â&j\×f\ÊU÷›\Þ\r£^m[¸­°(\Â0,}','',0,'?'),(_binary '2}¹ñ\áCö\å\Õ\Ç\ZÇ','wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd³ú;¡•bÊ¬i\'?\È\"',_binary 'k³§¥£“e(8G\á\Òcf.úA}2\Ï/°eŒÃ¯ü¤','',0,'?'),(_binary '2€\ÎÌ²e?X	\'°st™w','wp-content/themes/houzez/template-parts/footer/footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/footer.php',0,_binary 'ñ5LZÚ¶ü›k¥\Ð\Ë',_binary 'ñ5LZÚ¶ü›k¥\Ð\Ë',_binary '\Äê„¨ñú\Ör\âÊ‚7C3§2ƒššW\n&•mvv','',0,'?'),(_binary '2\ÛZ¥Œi\Ñ\"\à¿o“öh\Ì','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Data/Options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Data/Options.php',0,_binary 'y†ùu!¢¥Ð¦V%tÈ¨3',_binary 'y†ùu!¢¥Ð¦V%tÈ¨3',_binary '¨yÖŽ½Œ\ëù.ŸnóC\0ù[ôzªM¢Š\ÈQ\×ûAc','',0,'?'),(_binary '2ˆ»\Ð!C|\è²R4µØ¶¶J','wp-includes/blocks/paragraph/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ú š.6¤–](ør\Ü\×',_binary '\à•\r¬¡4ð\ë¬Þ ÷´&\ß_šx![´x~´ö','',0,'?'),(_binary '2‹|\nßš\ÞzaVaº\r1ú','wp-content/plugins/houzez-login-register/social/google/contrib/Google_WebfontsService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_WebfontsService.php',0,_binary '&%\Ù}*‚\Î\Ô?\Ùn',_binary '&%\Ù}*‚\Î\Ô?\Ùn',_binary 'j\ë‘G—\r°\äMN\é-\ÂCMK÷)4{ó\ÆÀ%g*q\Ç','',0,'?'),(_binary '2”\Ê\n\ëÄ¹œts_\È<›\êš','wp-content/plugins/revslider/public/assets/svg/navigation/ic_check_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_check_24px.svg',0,_binary '\ÊK;\"­6\ZGˆ\Ëpž…ÊŸ',_binary '\ÊK;\"­6\ZGˆ\Ëpž…ÊŸ',_binary 'Á~}U*ÿ^\Ú5\0!ú1^¢»Ä€H\Òl®3™”9–a','',0,'?'),(_binary '2šüwñ¼\ØWü¡¡I\×','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/MiscKeyword.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/MiscKeyword.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't\Èó\ì\ëUŠ\'½^øtúÂŠ\0',_binary 'f’šý«q\ë\ÇÈ¶\ïcVe\Îo‰[¡0%,…kk+y\à','',0,'?'),(_binary '2¦ DM\Ü\åö6\Z\í\ÄB','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ,\à8#Uœ9=\ÐÓ¡\Z',_binary 'j\n£b\ë2F\ÔDa\ê{ñ_L+.ˆK2Ák\î©\r2','',0,'?'),(_binary '2¦¨\ì\n…÷ºª½Mk8\\','wp-content/themes/houzez/framework/options/header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/header.php',0,_binary '\å°ÑŽ<!3\n¦lad,—',_binary '\å°ÑŽ<!3\n¦lad,—',_binary '\Ü\áR u[\Ý\ç†¡O´Œü±©(\Þlü\çÛoM†','',0,'?'),(_binary '2ª|¸Î¢(á»§tŒðT©\é','wp-admin/privacy-policy-guide.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/privacy-policy-guide.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P¹O1\Ø]8\n¾6\Í',_binary 'úeM\Ë¾Eó\É9¥*b6\á†\Æ8}I«^¡Z¸öz\ãƒ','',0,'?'),(_binary '2®|OŸ™\Ë}\ÆC5ÔA','wp-content/themes/yith-wonder/parts/header-centered.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header-centered.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"l†P\ÚGþ+ú*“ž\Ê\Ð',_binary 'e1Z¡Jo£gf¹š\Ê‚SŽ9 ’\è¥-}°y7N','',0,'?'),(_binary '2¯\åãº¨a|F–l3]ö','wp-includes/customize/class-wp-customize-new-menu-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-new-menu-section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ	™sL2/€B¤Á–¥£',_binary 'H\'\Ûs¨Ó½…Š\å\ãI\Ø$º\èÓ¦ðÍ¤X!š','',0,'?'),(_binary '2°;õ\Çú;\ËI¨\0\r','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calculator2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calculator2.svg',0,_binary '`Š\0\ÏøWPòÎ›Á\Ï$õ',_binary '`Š\0\ÏøWPòÎ›Á\Ï$õ',_binary '¬1°A«»\Þ\0K;œtû›Ur‚ ñV°ø\'\Z£E\ê','',0,'?'),(_binary '2´v–­\'³\Í9\r\Ã\èz','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p¢\ÔbD\î@pýG+\×±',_binary '*DZ\Í>ùBgñ&Y‰Yˆ›þ„Ž\â¨4(<¨/','',0,'?'),(_binary '2´™-z\Â	\è*ˆ­‘\ír','wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '2º\Ü\×a Ô­÷\Ðº€','wp-content/themes/houzez/template-parts/overlay-loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/overlay-loader.php',0,_binary ' ü	\"+$·õ‘°¹‹b\à-¶',_binary ' ü	\"+$·õ‘°¹‹b\à-¶',_binary 'Û²W4o±Ánœ\í\Ø0\Ç’\Ös~†xˆ‰7T7÷œü','',0,'?'),(_binary '2»06\ê¯\ÕðA\â\Ý\Íü8\Åô','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-modern-stripe.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-modern-stripe.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0\ì\ì9‰^@4O}L¸W\Ô',_binary '7˜+}9\Ïo\Z\'\\\Çf	bú\Ó\ÝC¬L$¢;§˜¡6\Ç','',0,'?'),(_binary '2½\ä\É]\Ó>>³!\Ë\ãŸ','wp-content/themes/houzez/js/vendors/jquery.vide.min-min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/jquery.vide.min-min.js',0,_binary '0QOW=‹JÒˆ0…h„œ\ê6',_binary '0QOW=‹JÒˆ0…h„œ\ê6',_binary '„½G±\éA\Ö;a56xH;V—Kh?^,þÈ«öË»','',0,'?'),(_binary '2Ä£­ˆ_½D\ã”xˆ“¤','wp-content/plugins/wordfence/views/common/block-navigation-option.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/block-navigation-option.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O³\Âøý\Îª~˜}t.\ïK',_binary 'MªN„³\ë¦›¥š‘F`\r9÷ö Ó«\ërPô²,Q','',0,'?'),(_binary '2\Ä\èñQk|G—ùM	&ujú','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_offer_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_offer_24px.svg',0,_binary '\î^ù­|`\Ô\ç\ÉÛªÁ©‘…',_binary '\î^ù­|`\Ô\ç\ÉÛªÁ©‘…',_binary 'ž\\ûraö0V˜wlt1¾ó\Ø.h{¥=g\ÐÈ€\È\Ü\Ï\Ø','',0,'?'),(_binary '2\Æ\ÙIQ\á\Ù~%Ãˆ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/bootstrap.php',0,_binary '³©¤w“{\ÇC\Ê~;+Oš',_binary '³©¤w“{\ÇC\Ê~;+Oš',_binary '\Å\Â\'\0±\ÓÌ½2„\Âþð\Êh\ì-˜w¶ýý\ÈP1mŸ\Ê','',0,'?'),(_binary '2\Ðù•QvÁš˜Le\Ý,¡©·','wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•±@N!@úŽ¾™\Ç?\n0[',_binary '|¦Gz_­R ¹\á³\çü\ád\ã\Ý\ïn{&?\nŽ','',0,'?'),(_binary '2\Ô*\ß`o\Ò\È\ç\à#\çA\È','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/secupress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/secupress.php',0,_binary '‚Ù\ê6“²A^Üœ0Á@',_binary '‚Ù\ê6“²A^Üœ0Á@',_binary 'r\Ú\Åm\ÉLõ\é\Ë\n\Î\ëù€ýôÆ·Ÿ¾×¹›Ù¬\Ó','',0,'?'),(_binary '2\Û0Ù \\\Øxlw¤û7¹•','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/osm.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/osm.php',0,_binary 'o›8\Å\êV_\ã\ä\Þÿ™©',_binary 'o›8\Å\êV_\ã\ä\Þÿ™©',_binary '™ \ÔIY­›‰n;ze8zt“/\Ãwin‚ˆú\Ôj”©V<','',0,'?'),(_binary '2\Û\ÂZsƒŒ+z•ð','wp-includes/css/dist/block-directory/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-directory/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š	ñMµFS©g@\çß\Ë',_binary '\Â÷˜`1d\'¬Fq/r)\Ãc\Ø6\Ó\ÂNŒò\Ê]\Þ¾¸l','',0,'?'),(_binary '2\ä† =5\äa~\â—+,¶\'j','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#7\î@>þ÷¬\"¢\ßB* ',_binary '[ý\Ý6-\ß\Ç¶S.\Ó8°:\Øþ\Ó’}¸:—Í³¬,','',0,'?'),(_binary '2\å`AP\Åô\ènô; ¦÷s#','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÃÁc\Ñgà¢\\û	\í\áC',_binary '?¼\×½W#_<Óœ—]qò,c\ÄJ~ÿ\éu¼•8','',0,'?'),(_binary '2\è0\Õú£/19R\0\r5','wp-content/plugins/wpforms-lite/assets/images/sullie-alt.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/sullie-alt.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«—·Â•K³x68Ah¹q',_binary '\á0\ÉT¥-k¢°dP\ê¸+/¡}\Þ¦c\îú\ÃŠ','',0,'?'),(_binary '2\ê0mKš:rÂ²\\0\nB\Ù','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x—£±9/½¢Z“hò6¹\n',_binary 'óþJ<<¢ö¾x?°#òþoü²†º‚Jn8²:jù„','',0,'?'),(_binary '2ð\ì^(ÁúÊ­\à-^x½¯','wp-includes/SimplePie/Enclosure.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Enclosure.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'RŒ£¾\ã\'\ÝG\ë»ko\Ã',_binary 'Z:\Þ\rœ}n\êZò`ötj\Ñ!L²l²	{ô\ç\çbg\Ùú','',0,'?'),(_binary '2ÿS­q°\Ï&@UËŠ\áÛ——','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/APIHandler/APIClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/APIHandler/APIClient.php',0,_binary 'µôþH\0­ \àü±»¡\î¼',_binary 'µôþH\0­ \àü±»¡\î¼',_binary 'I‰\îQ¢\áTw–».—w…J\Êf³Pg}\Ú\î.»Ú£C%','',0,'?'),(_binary '2ÿ²?\çb-\èx\ë)œ\î¼','wp-content/themes/twentytwentyfour/assets/images/windows.webp','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/windows.webp',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œŠ±NaPM‚`\Ö(„\r',_binary '\Ãvjy;û`9ò#ô\Ê\ãZyˆüT\Î\Êð\àòJnþ¼d','',0,'?'),(_binary '3\\\Ä;\áp¶ò[¬q\n†ü','wp-content/themes/houzez/template-parts/search/dock-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/dock-search.php',0,_binary 'r¦ÞŠfº\åIº.`6»',_binary 'r¦ÞŠfº\åIº.`6»',_binary '@m0™\Ï\ÏJOv\ä M8\ÒJHäˆ›Õ¾÷=\Ïö.','',0,'?'),(_binary '3pòô\Ñ_;h\Ô}','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php',0,_binary '«þes½¾ŠQg7•&',_binary '«þes½¾ŠQg7•&',_binary 'rN\Þ\'\á\0³\àMs·ü‰¶Xô„YU\0úOA\nD','',0,'?'),(_binary '3\n\r\ê\à–n1µ—·','wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'BF=‰Ç‘ÁG…:\n\ÅñI\Ë',_binary 'V\íð\é\åòS}\\–£ûK<’+¹ÏµÝœš?\Ï7\Õ‡Ž','',0,'?'),(_binary '3xŽ\ÐAPZŽŒ\'K…Êˆ','wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_24px.svg',0,_binary 'X\ÐtTÁGlO·•¼•¤»',_binary 'X\ÐtTÁGlO·•¼•¤»',_binary '‹j9S(†Ls‹‚¯àº¾jþ¤­iü¸\é\á\ÑN','',0,'?'),(_binary '3\Z\Ç-Ò’ˆ\Ã€,j\á','wp-includes/blocks/comment-date.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F\ê0ò½\å\Æqm-’=/\'‘',_binary 'À7û\Ä.#â‹³w”b!?\Å\Ðµ®¡@\ÊrŠù6ú','',0,'?'),(_binary '3zla\ß0‘ˆ\ÒÓ³','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaRunAccessReportResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaRunAccessReportResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•Eû\Õô\Òð’µQ»\ä…S¡\Û',_binary 'L7¶,\à4-\Ç<\rX2¼/‡‘ž^ßƒŸ8\Än]­Ÿ	','',0,'?'),(_binary '3#h^–¡¾*³§•;\Õ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma/ScheduledQueryRunService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma/ScheduledQueryRunService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"*y\àŽÿp\0c\ÙK\à',_binary '–\Ú\Åq‚ƒ\àmøAa½²u e*~\è¡õ¯1c†;3l+','',0,'?'),(_binary '3$j-\Ím­ˆ§(ŸiûÓ»\ê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚\ÇC3Àµx¬t\Ê?£‚',_binary '?N\Ü!>\Øø\Î\ì¥ý&®2ŠA\È\0\îMx†\ÛX•‹t]F','',0,'?'),(_binary '3%bôž”|\Ðû\ïpº J]ž','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php',0,_binary 'x\Å\ëªÊ¦»®N2F)cW',_binary 'x\Å\ëªÊ¦»®N2F)cW',_binary 'o\ÐG›E\ß(FfóskQY]V¬„4ô¯g@HšcŒ','',0,'?'),(_binary '3+zÀÿ.†±‚6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`³*–j£…\äÀr\Ò \Ûû',_binary ',aó)Ž\"šñT}µ¡ªž‡ývh¯[7Z\Öo~ÿ²mÀ\Ôû','',0,'?'),(_binary '3,§lr\àèž’º\ÚÀE‰','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_pl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_pl.js',0,_binary 'zYWv½\ë\à21¶y\Ð5\Î',_binary 'zYWv½\ë\à21¶y\Ð5\Î',_binary '‡\Ïð.U\Û@µmŽ\r#\ÍK`ŸCu\Ê;\î\Ñ\Ø\ßa~Š?\Ò','',0,'?'),(_binary '3/¢ø\ÜR5†:\È(Aói\á','wp-content/plugins/wpforms-lite/assets/images/about/how-create-gdpr-compliant-forms.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/how-create-gdpr-compliant-forms.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·ZÑ•X\Øz\Â\àRPI·¡;',_binary ';½6‹$\è’Ñƒ•™ª\àM¾->%L\Î\Þ[gùò\Ã	@p','',0,'?'),(_binary '34¨Fw#\ÈbSƒr÷\é)…','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼¹¢÷†\Ô@‰»ð¡\æ-G\â',_binary '[~A&ð#\ÏpDbuŸª/¿ºö)ó†\ÞiZtF@','',0,'?'),(_binary '37+	Øš‚Ž¬aL\ë	ô','wp-content/themes/houzez/template-parts/dashboard/dashboard-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/dashboard-footer.php',0,_binary '\ë—rª¢4\ÞB¶µ`>”',_binary '\ë—rª¢4\ÞB¶µ`>”',_binary '1ô}Ö“û]\\¥$0FÛº\ê5\\,üÇœ\æ\Ït6“6ô\Ía','',0,'?'),(_binary '3:¹J	R%v\æ¤vŽZ`Ua','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test/DummyTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test/DummyTest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚/\çß‰\Ós-‰=Ài\ìðû',_binary '\ç\Ý\äet×£R\ÒB\ìx©¶ò!‹=7?õ\Í\r…y\'\î','',0,'?'),(_binary '3B-«\Õ!‡šnh™‡ögFx','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^y	15d“~UhFR',_binary '‚®\Æ;]D5øþ©£Vo`—/‚ñ_–qg§¨y\Ïy.!','',0,'?'),(_binary '3CU\×cÑŒ¤£#š;','wp-content/themes/houzez/js/vendors/i18n/defaults-zh_TW.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-zh_TW.js',0,_binary '\é`\Ì\á•Þ¾Ô\èù‹*yM',_binary '\é`\Ì\á•Þ¾Ô\èù‹*yM',_binary 'óg\Ú?O9¤\0•…¼›´áŽ‹©{4ùH@\íûS\'Ç¼P','',0,'?'),(_binary '3DQ\è¾6{W>ù#\â \ì#','wp-content/themes/houzez/js/vendors/i18n/defaults-zh_CN.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-zh_CN.js',0,_binary '\Û*Æ³Có“h \\¢\ÎÝ°–h',_binary '\Û*Æ³Có“h \\¢\ÎÝ°–h',_binary '\Ýu¬\0uÅ‡•G\'\n;5\ïZ^[(W¥Ê­37ŒÙ«cËŠ…','',0,'?'),(_binary '3E¬·UÀ¸£¿\"Lw\r™','wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\ÉACÅ˜\×)w\áplp£CY',_binary 'Š\ÙY\äÌ—›Wa ›¾øh{D=´¸r|òP~_‹&\Ä','',0,'?'),(_binary '3G(F;\ÜÝ°st\íy†õ\æ','wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìÓ¨ý•au?`>\ážeŠ„',_binary '\äz¶‹ä¾–\ZSC3\ÏAJ¹¡]h;¡\êo\æ¤Sšü','',0,'?'),(_binary '3J\îZª+þ~/\à7Ñi','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CanceledSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CanceledSchedule.php',0,_binary '·šò\ÚÓ¨´©	zbAÌ¾ƒ',_binary '·šò\ÚÓ¨´©	zbAÌ¾ƒ',_binary 'E²g¾¯u\Û\Þk\r¼	–­§þ“m\\QŽm6\\;W<7¡\æ\æ','',0,'?'),(_binary '3Lx\î\Ý\Õ\Ê|H\Ü\ÎtþA\ë','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApplicationFee.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApplicationFee.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²(ŠS/\Öõ\êS‘Ô‹”t',_binary '(Ò³\çž\ÅïŠ­\"K)þ\ÍÏ±\ì²»Š$Ø¥y$ÿSC]','',0,'?'),(_binary '3M·\íð¨ù\ãµ¨b´Bp','wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß‚B¡*™nKýW°{\Ö\Ô',_binary 'j6q\Ã\î[ROøzj,«p±\é \ÆI¿º3g_’vÁ%U','',0,'?'),(_binary '3XrýOðî‘ƒ\ãK¿€>¦','wp-content/themes/houzez/template-parts/search/mobile-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/mobile-search.php',0,_binary 'T\ÓA‘F¼\Ã\à;X\í%6P',_binary 'T\ÓA‘F¼\Ã\à;X\í%6P',_binary 'wYH©4°`ù²\ç\îÈ†\Þ^õ§ó\Òoýñd›<¹E\ØW>','',0,'?'),(_binary '3Y–#\Í\î6r\nýYp\ì$ª³','wordfence-waf.php','/home1/arxacomm/public_html/point2listingcanada/wordfence-waf.php',0,_binary 'šô\Ô\æœOb#½%\ãyuw',_binary 'šô\Ô\æœOb#½%\ãyuw',_binary 'ú¶Á¼f€\á—\Õú0\Ýyv\Ö@ñ³\Éøû«\×\æ«\ã2','',0,'?'),(_binary '3_\Ö\Çp¾\ÐI\0Y\Âgo•','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Subscriber.php',0,_binary '6\Ðñ\Ó\Ù\Õ6\Îq\×\0ÿ\Ç\ÒOr',_binary '6\Ðñ\Ó\Ù\Õ6\Îq\×\0ÿ\Ç\ÒOr',_binary '*¥–™qW,7|:;Å¥<½J¼½˜C\\-¬¬/gÌ•\Î\'','',0,'?'),(_binary '3b<šq\Ó\Z«\rv)m‘@','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend.js',0,_binary '\Þvˆ\êDwQ\ÃöK>Ž–\Ã',_binary '\Þvˆ\êDwQ\ÃöK>Ž–\Ã',_binary '®®\'SS_\Ém¥(-òfÆ¡tEU”Šl„¼NÆŸ\ì','',0,'?'),(_binary '3b€¸@$O`“:ÁFr§','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Config.php',0,_binary '\'ŠŠ\ï\Ç\\Q\ï`É›Á',_binary '\'ŠŠ\ï\Ç\\Q\ï`É›Á',_binary '\Z\ë‘\Í@ôI½Vþ’ÿ³dh)\Ö\í\'†Z…ñ:\ãSSo','',0,'?'),(_binary '3cj,|+>\\”«Á ¥ñ','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â–””{\èÁ¼Í [–\Íe',_binary '›»\ê\Ôvl\Ê,\Ü}@y¢g«\"«\äZ2º†Ï‰P','',0,'?'),(_binary '3d\ÉÎ«\ÕjK®<u¥\ãc!w','wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0š\rºµ\âF\\oÊ\î\nv',_binary '”¶Mf†}D\å}Tg¨¶{\Ñ$y6Âª‘\n‡w\à\\™…b\ä+','',0,'?'),(_binary '3h\è¦\Â\"I+[§E','wp-includes/js/clipboard.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/clipboard.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Šô«\r8ÜžRO@™–',_binary '3>0÷\ÔŸD\â2!J\çw@ü¢Lyž˜\â\ê','',0,'?'),(_binary '3in;m\Ü\á\ëª6EyÑ±}','wp-content/plugins/redux-framework/redux-core/inc/validation/no_special_chars/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/no_special_chars/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '3k­¨oW‘5	k[mq','wp-admin/includes/continents-cities.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/continents-cities.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚ù\Û\É^\Ãùz\r–röù–À',_binary 'þ¾\Ð\åŽ\Ñ\í\Ù,ò–`Ä­$\Ì\ì7Ž\ï£Ü½§{n','',0,'?'),(_binary '3pƒ½\ã\\\Â8ŽlD¦q','wp-includes/sodium_compat/namespaced/Core/Util.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Util.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';ó*·kLwB£\æd\Ý=',_binary 'ec[d”M?H\Ó|\ÞKYž\04‹°@˜ QAŒ›:FF \ï','',0,'?'),(_binary '3rˆw©÷LJ7@Xe','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/functions_include.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/functions_include.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rºtþ—„—J\Ò\Öô\Õ',_binary '§6„xx¸\ÄD9\'A+RD\â-4\Å\×°sGˆ9Yp{_','',0,'?'),(_binary '3sKU\ê»\"ŽþH<s','wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†¿\Ó7Á\ê\Ç90q¸D\Ñ',_binary '¨¬C”\Ñ?¯ „†Ê*\Ø\Ñ\ÈQcßª2ý¼\0\Ô1ø0','',0,'?'),(_binary '3x¾ñ!ñð’¨\æø','wp-content/plugins/elementor/assets/js/packages/store/store.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/store/store.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É;rB\é(k\Ð\Ü\Ós',_binary 'Ô–%ù¤Á*½\Ü,iÛž0!§j¡L\ã.\àY‰ —+þ','',0,'?'),(_binary '3y0K’„ b€½£xu„','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nl\Ð\Ó\Ã\Ö\Ó\Ã\í\Ó)s\îc',_binary '}De\È\'/\Æ\Ìù\Ç\"—XM/…xx%kZ\àÛ“€\áX ‚‹','',0,'?'),(_binary '3z\'‚O\ï“\á§vþJ&ÿó ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–\Å)\'G&ù\ì&ó\ã\Ãú',_binary 'Ÿ¾?~\Ýú#—„2œƒœ%àµ–=ŽM°\"\0)!üR½','',0,'?'),(_binary '3~ù8!\ÚÙ\ï@[\Ó\Ñ\ã','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Listeners/Wonder_Start.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Listeners/Wonder_Start.php',0,_binary '+ÿ‚¤l£\Ôá¯¿œ³LŒŸ',_binary '+ÿ‚¤l£\Ôá¯¿œ³LŒŸ',_binary '%øi‰~‰\ÃÊ¦œ\'\Êxý\Ì}ŠÀiûz\Â#0õ\Û','',0,'?'),(_binary '3…\'J:øš(¢ó\ÇW¶Q‚\Ê','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/WebhooksHealthCheck.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/WebhooksHealthCheck.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·U¯±Ž\Æ\nÇ‰	_\Äb',_binary 'EI\ä¯Ï’+—\É.h;OÃ\âþ¸Só8m0Šòï™„©û','',0,'?'),(_binary '3…˜T\ÒLT¿\r”·\Ï\ÒFò','wp-content/plugins/wp-rocket/inc/Engine/Capabilities/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/ServiceProvider.php',0,_binary '\É;}Yñg\Ø\ç\Ý\Ò7ù3ñu',_binary '\É;}Yñg\Ø\ç\Ý\Ò7ù3ñu',_binary 'ú\Ù`c\n6s?)N»\\\â‰é‚‹\Ê\Ø\ä%§\èb\ã\êU','',0,'?'),(_binary '3Š‰À\09öˆZ\ÆA÷©†.','wp-content/plugins/wordpress-seo/js/dist/languages/he.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/he.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' v\ìEJ€$Öž}\Ö¨2',_binary 'S\Í\'·þ˜\Ä\í­§œA\Ùj€Î‡P\ê9\×øz£~G','',0,'?'),(_binary '3‹=ðš€\n\É8\É8üOs','wp-content/plugins/elementor/assets/data/responsive-widgets.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/data/responsive-widgets.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â\ä!\Ü\íôˆbš\îý¾ò\Û÷',_binary ']cNªUµ)?}K\Ì4\àÿi\éš@G\Ä\Ñ÷\ZŠ›(y·\Ü','',0,'?'),(_binary '3sñúƒ¼-1õ\Ð\Âö!','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Zó·\Ðd»¡\ä…\Ä?„òGòW',_binary 'E\æ„c¸#»[$‚=U³ÿ\æ<‘×­\íZn\ëqªœz\ã	\Ì','',0,'?'),(_binary '3—	+\È\Í.]\ÔÁ\Í9d','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/menu.php',0,_binary '\Í`dò\ãcy\Åi¯\í?Q\Ï',_binary '\Í`dò\ãcy\Åi¯\í?Q\Ï',_binary 'òõ\àü7i\Æ÷{þýrWŸ\à\rÍ®iM¾ÿ©<\áÂ»','',0,'?'),(_binary '3š;\"5³ÿ\Â$ó_\\¦D´','wp-content/themes/twentytwentythree/styles/canary.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/canary.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\î XP$\á\'­7æ±¹…\È',_binary '·‚uÁAMR›kü\Ù\ì\Ã\îtË°€¨\'\Í@\ä5-','',0,'?'),(_binary '3š\×J%k•²»©³\á? ','wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\ï®-%/^‰Ë•7Ic\Ýf',_binary '¥}o\éŠ\à¸wò0•>÷j\×\î­ô‰!´3\è§}´1\ÍC‡','',0,'?'),(_binary '3š\ãºº®?\Þû=•U;','wp-content/plugins/bluehost-wordpress-plugin/assets/svg/settings.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/assets/svg/settings.svg',0,_binary '\'¥Gsv„\n\Û\ß<\Ä¼',_binary '\'¥Gsv„\n\Û\ß<\Ä¼',_binary '¿\Ð*¼dE3‹·´F»Š†P—®\èjñ\à\Åø¤¨‰ù','',0,'?'),(_binary '3›>€š¾z“\Zsü£Áº*','wp-content/plugins/wp-rocket/inc/admin/upgrader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/admin/upgrader.php',0,_binary 'ýž\Ûiû$\Ø\ZO2®\×',_binary 'ýž\Ûiû$\Ø\ZO2®\×',_binary 'ƒ1\ÏW¿™T\É\Úª\ÝaOA¢,Ž\ÓG\ìdqhA/X','',0,'?'),(_binary '3¡sC\×Å­g–\é\Ë\Ç\Úgð','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAccountsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAccountsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»Ø4´Æ¡\'×§û3\à¨',_binary '¤FVŸSu6°D\áb£S¶³É¥\Ñ%\Ì!\Ç\Ò;–#','',0,'?'),(_binary '3¨×üEF\Û,ùdD\ÚL\"','wp-content/themes/houzez/template-parts/footer/footer-bottom-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/footer-bottom-v3.php',0,_binary '\Åc9s42u²e(9\ËÁ\Ê',_binary '\Åc9s42u²e(9\ËÁ\Ê',_binary '¿½’\îñÿ\È¸À\Ïf8ò¢€g\Z\Í@\ìv`\ÞÁK¡û','',0,'?'),(_binary '3©üv<	t`\ÎC9ÆŸ\è','wp-content/plugins/elementor/includes/controls/date-time.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/date-time.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õ\àQ(\ç\ã„Ê ¼l%f\ß',_binary '\ÕÎ¾\î§5b\Þ\ZW‹\ÃS´þ\ì«z>2yŸ+5M=Rr}H','',0,'?'),(_binary '3µb\Ï\Ú<€×£|¸lZoq','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦¡3`\ît\0c›^8E\çg',_binary '{öo\ïÍ…\Û-ŠW‡F‰Nñú²\ÕB&\Óó\Ùÿ#\è“p','',0,'?'),(_binary '3º—@‹]ÉŒ<Mô‘ˆ*','wp-includes/html-api/class-wp-html-processor.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-processor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žÈw\ÛÅ¿óÀJxS4Z\ë',_binary '6\é\Ð÷\0X1·ïƒ]CÖ¢,Ï‘	\n\Ú\îe ','',0,'?'),(_binary '3Á5å©­\×\è\Ø\è£\ê*n','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/entry-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/entry-list.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\Í:³>\ÓR6‹´op¹ÁB',_binary 'ŠgE]R\Î,÷\ìl\ÊýL&[µe—~R\Òú9T˜','',0,'?'),(_binary '3\Ãlø\á\ÛV9Np„','wp-content/plugins/wordpress-seo/license.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/license.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶\Õ~€S}L\ã~#vv5\í+,',_binary '-j‘Hñp\Þ3Å®Õš%<O\Î.º4L\Ñ\Û:\Ûv\ì&c\â','',0,'?'),(_binary '3\Ä\Ðy€¶£a\Z³p\næ¶','wp-content/plugins/wpforms-lite/assets/js/admin/builder/setup.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/setup.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·…–\ÒµW(pi¦(\ék',_binary 'VÈ;²\ì5>cH«t#ø¥¥6\Ó\Ó\âÀA¸W7Žºd6','',0,'?'),(_binary '3\Ç`¼|\æþ‡:9Y\0§','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache/FilesystemCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache/FilesystemCache.php',0,_binary 'j?n\ÍSv»¶»\ìÆ¢j',_binary 'j?n\ÍSv»¶»\ìÆ¢j',_binary 'õ‘\ç~½2WÚ®Z¥ ý\Îô%”\ì\åÔ¸\ä3Ž¸¶R¦','',0,'?'),(_binary '3\Ë¸71’˜®\Ú\à›°=','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/TransactionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/TransactionService.php',0,_binary 'lH§X\ÅY,\"X-\Â}§³Á5',_binary 'lH§X\ÅY,\"X-\Â}§³Á5',_binary 'e“fÿø¸·Ä“µö\Úüù#\Í@\É5Á„3ƒo\Ï_By\Ù`','',0,'?'),(_binary '3\Ú5SZ;ü×Ž„\Ïx%@','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\ë”ò‚1}n»afZc´(',_binary 'ªõÀy&\Û<C\Òý\ÖÖ†7b\Ç§\é½i	…7—*!b','',0,'?'),(_binary '3\Úÿ\ä:\ãWt\ê‚\Î/ ','wp-content/plugins/elementor/assets/js/app-loader.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app-loader.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jöŸ	\×8Œ½2\îKÿ]–Á',_binary 'c?\Ôl†þÆƒR+/r³FöAÛ¨ûb\Ó7F\ÛÒ¦¹','',0,'?'),(_binary '3\Û\Õ\é\'º°ÁRKšBfý','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'QO1ÿ/<™>%\"\ÚX\Ü\à',_binary '†6\érŸ*¼IY\0C¬9<ó“©\àÿJÚ– J*\ÝxD','',0,'?'),(_binary '3\â\ÉfQ3\àhð5[À£W¹<','wp-includes/Text/Diff/Renderer.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff/Renderer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w.\â\ÂóÖ¨\"õ&«R²<',_binary '˜÷\Û[°9¸#ýc\àô¼‘2\Ö\Ïz‚¿›\Ð\\²\'?œ¨H1','',0,'?'),(_binary '3\ã²\ì¹\Çó\ÌÊ \ï\ruö­','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ReviewService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ReviewService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nû\â@)8ûü\ÞZõ\îd',_binary 'þ&\å\Ð(\n±Y£´oj#\Å!¾£\ÆiòQg‡\æk\Ã\à','',0,'?'),(_binary '3\ã\Ì98Ÿ“\é\Â\Óù\nœ\r','wp-content/plugins/revslider/public/assets/svg/image/ic_remove_red_eye_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_remove_red_eye_24px.svg',0,_binary '¾(dDN=†!_2òÙƒŠÂ›',_binary '¾(dDN=†!_2òÙƒŠÂ›',_binary '°¶$7Q\È\r‚R\Ùt¦5,ºy\åµ\Æ}¾®‹VOÞŒrµ','',0,'?'),(_binary '3\ã\í\ÑðÚ¬ÐŒµ\Ê\á\"¦','wp-content/themes/twentytwentyfour/parts/sidebar.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/parts/sidebar.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Sˆ\Zs/\È,+¡ƒ\éÆŸ·V',_binary '\r­·\ëjó\Ú \ni\0N\Ã\Æv\Ób²O\Ù\èõÈª\ÜÁÿ\á\Ï','',0,'?'),(_binary '3\å\ä°\Ôà¤”O\ì5(\ß','wp-includes/theme.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0B¢ûZ]M\×\ìsÜ—ó',_binary 'eNž<¯@\'õY´²0„\n	\Ú\Z\Üd.ou\Ò\'³U','',0,'?'),(_binary '3\æaƒýf{E›¤Úk','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð\âA@òÓ²L÷6£\n\â\Âz3',_binary '÷\Ë4ü\Ænt¦„å²™˜§\Ç\Å\'\î\áx3\'\Ùm\ÜÌºô%','',0,'?'),(_binary '3\ï£ng\0¤¿\\\0	ñW','wp-includes/IXR/class-IXR-value.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-value.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’fû>¨5l\Íøj\0f\è',_binary '¾?hœ\åø¬²Í‡ X¯\ØUP\ËO|H$‰1¿¸ž','',0,'?'),(_binary '3ò›†Wö\'E\à\í¾\ÜK','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-3.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-3.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#†½\ÔvMmns\0 \ËS®',_binary 'žw¯fI\Ü\ä1¼³t\nL\Ò9Ã¯\î°`‘>Ž,\Úþ[','',0,'?'),(_binary '3ôY}f˜¬ƒ¼{<‰j\Ï—','wp-content/plugins/one-click-demo-import/inc/Importer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/Importer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³$\nyÁ\Ðm’x¯±\ï‹',_binary '„‘i¸ˆ\Ìþ,y,6¤û\ÝB›\'¾¬rÚ˜\Ódgl','',0,'?'),(_binary '4\0{ 8>G«:žGp”˜','wp-content/plugins/updraftplus/central/updraftplus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/updraftplus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_¸C Zªb\Ö5}',_binary 'ñxr…&ò‡ik(’Ð‚½P\Ý\ÏUž$¡¸$¡Ø¼','',0,'?'),(_binary '4\n‘”	m‡]Ä¿±ÐŠŠ\Ì','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!\ï«ó¼{\\\Å d\ä\Â\ã\Ý` ',_binary '\ç•\ë³Ç¿\'\äÉœ¬LÒª¥B> \Ýñ	&-¥{…','',0,'?'),(_binary '4\nö…2­ßµ\"E¢ôÿGÃ‰','wp-content/plugins/wordfence/lib/wfIpLocator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfIpLocator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rr·\ÃxB‡{µÁ&&\Ë',_binary 'OˆoMÁ¼U-\í\à\ÎØŸ\Z²\Ôrs„§ô\ê\ç\çO\ì}°»@','',0,'?'),(_binary '4IŠÿ2>×ƒk±>\é6{','wp-content/themes/houzez/js/vendors/i18n/defaults-vi_VN.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-vi_VN.min.js',0,_binary '“†c}€7\Ó¹\r7i\Ðù',_binary '“†c}€7\Ó¹\r7i\Ðù',_binary '+\Ël\Ç\Ï}¿\æö „}Y[*\É\n®;™\Çõ\á\\\Å7\å ','',0,'?'),(_binary '4:\çžù\àý\á¯\å+’?','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/HashNode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/HashNode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì6\Þ \ÝNa\Ëp%‡Œ>\Ú',_binary 'XN\Äqy>­&l\ïŽŠ\ØV\ÃEÞ¸yýecˆ˜\Ø^f','',0,'?'),(_binary '4œ¯³Ú®Rt(Á¡','wp-content/plugins/wordfence/modules/login-security/classes/utility/multisiteconfigurationextractor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/multisiteconfigurationextractor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ2­\î\'ó]@]e…k+‚\ì',_binary ' ¨\Ïa¹\ì)s\ëõžÂ©úCk#ü7±…f‡‹\ß\Z”','',0,'?'),(_binary '4f¨mFw\ßñ\nŠ“>','wp-content/plugins/wordpress-seo/src/helpers/url-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ã¾«Ÿ…€bA\ÒOU\ÂH9',_binary '˜Z+X®ˆn\Î:·•\Õ\0gôP\'ö)T¹\èa¼ˆxiþ\î?','',0,'?'),(_binary '4\×31@¿*r\ë\Ø\Ó\Ã÷²8','wp-includes/sodium_compat/namespaced/Core/Curve25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òÅ›ñL\å\\óPÚœ\ÊU',_binary 'c>\Ñ5¨o“»Ž½\Ð\ïð½ƒ°_°T9“L~;²e7\Ü','',0,'?'),(_binary '4\ZMP\Ð4­\á»|¼c–o6','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Uncode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Uncode.php',0,_binary '\ÈK]\î\Ö\Çó-d­cHa~ö\Å',_binary '\ÈK]\î\Ö\Çó-d­cHa~ö\Å',_binary '¾qÅp©Acc$J\ä~É.¨só\Ö`\èY:4','',0,'?'),(_binary '4‡m$ñyM5T‹U„F\Ð\Í','wp-content/plugins/google-site-kit/includes/Core/Expirables/Expirable_Items.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Expirables/Expirable_Items.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eþ\ÞñòCCÅ‰\Z‚ö}\ë',_binary 'Ÿ~8Ú§\"­\ÎH\Ù\ïý‚niqÍ†a¡\Í;:¶X\éÀl','',0,'?'),(_binary '4mõ6´)ó:5»t\Ñq—','wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6Ÿ\æ#6±\Ê\'¯§ËŒE,*	',_binary '|ˆr\Ö\'\Å•þX¹ò¶\ì`yv\Ð8‚ür‰”›ÿ¶ð','',0,'?'),(_binary '4?$j¬[H3]\ï^-\ä¬<','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LighthouseAuditResultV5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LighthouseAuditResultV5.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+Þ··N\ÓÇ’Ô“.1õÚ™\ë',_binary '>\ëh=º\Ãð\Ý\íÃˆ\Z³\Å\ä¦ðŒØŒ;R–\Â<Ïˆ\ã','',0,'?'),(_binary '4\"-ž7§¤	úü¾\ÑFg','wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶˜\àö\\B\ÏAò¾ói\Õ\î',_binary 'Z\Zi0ž\ã©5N§Íº\Æ-\Õ»\Ï\\>\êo÷;B<z÷º\æ','',0,'?'),(_binary '42V²f<\0W”\×>‹j\Ï','wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi/CachingController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi/CachingController.php',0,_binary 'ûó‰\n£Ÿ80?®Zan',_binary 'ûó‰\n£Ÿ80?®Zan',_binary 'ô+ƒ\ÌùÞœ‰\Ü|–³ñ\ã‚\àdb\Ô\æ,}„\ê†¯{R\n','',0,'?'),(_binary '42¤5ûo=\Ö÷SŒ#¼\Ã','wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›”y\ÅF°õ\Ï\ß\ïsl¾¡G',_binary '™´\é\Ö”O:…Âƒßo«§ÿµ!¢\Z’°\ÒwT','',0,'?'),(_binary '48²Vt\Ôºš+^Xô','wp-includes/pomo/mo.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/pomo/mo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§©\ã\\ML\Í8¹ÀEi\é',_binary '˜Kg\È\rÅŸix­.>FÏ·³>³ã£†\ß\è/¼g/F','',0,'?'),(_binary '4;`ß¯zŽ?	\Å{Çž@','wp-content/plugins/wordfence/images/2fa-whole.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/2fa-whole.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\ÑhÂ»ñ\ß\Þ\Ä$\ZPfX²',_binary '÷ÆªÉ\Ø\Ó\å\ËU[Z~·\Ï^\Ød\'\àX\èÙ®\Ö\Ê\Û','',0,'?'),(_binary '4<ƒ¢!¡£\Úò®Š\Ö&','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/slide-01.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/slide-01.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò\'¨“+óSz\éoIv',_binary 'I¥:½\ï8\í§\áºTM\Äz— K\\IðmuZ9\Øjx˜','',0,'?'),(_binary '4?{ž‹E F\Ögò,sýj','wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-active.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-active.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Re\åFP`°•­B˜\àn',_binary '÷\ç\ï\ìÀ\Ã(\É1¨\"\ÉUBruk\äË‘\Þ$üµû\âò','',0,'?'),(_binary '4?|BP\îkÜˆÑ–Oÿ\ì\Ô','wp-content/plugins/revslider/public/assets/svg/content/ic_report_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_report_24px.svg',0,_binary '¡ô{w.p{Es\Ë\ë¬!xð£',_binary '¡ô{w.p{Es\Ë\ë¬!xð£',_binary 'i¤\Êc.\É\\\ï\ì\Òk r;\Ëð˜³;QU\í\Ô\ßÃˆ5Ÿ£','',0,'?'),(_binary '4AIŽn09ˆ†7c`','wp-includes/js/tinymce/utils/validate.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/utils/validate.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CL\Â1?o+;„øû{Y†',_binary 'k»H\ã\Æ;\Æ\0•kC\Ôs±	\'K\Ø#45+eE|ž\ë\Ü0','',0,'?'),(_binary '4D\Ø=pg`6\ËzŽ\è¶y','wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëª\æ#‘²\Ê\Þq\ÑWœ7R',_binary 'öºY‹’{\Ä\Î\å8þò\è	u›.6h\ã¦M<R\00Ø‘3','',0,'?'),(_binary '4Lk˜iADQ»\Å\Ô%‘Pð','wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\ÇR\ÃÈ¶ò2\ËpY¸Q‘¢r',_binary '¢u«™Èµ\'{\0’2mü~w\0\ì÷a\\—ñ·\ÅùzY\î\è3','',0,'?'),(_binary '4OiK\ïÈ°Ö‘6%t\êþ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProperty.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProperty.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nâ‘“ÑŠƒ„\Ó\rý+…o\Å',_binary 'H(Wu„ð;cdš7Œ¿ƒ\â7\"\È\n÷üT~—­¡\î÷f','',0,'?'),(_binary '4P\0z¤¾eŠ8›z\ëB§¤','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶±ªožS’´O¥Š',_binary '™\ë·•\æE8ó\æÓš¢Š\Âõ%\èŒ\0 %8\0_`m¹\ët','',0,'?'),(_binary '4To®\â‚iEø\åt‹','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7ös\r>J™»(¡œ€E\Í',_binary '\ÓK°¦úõ(wœ²B$¦\r¤s«®ì¤‡!üà¨¿¨\ËD','',0,'?'),(_binary '4V6¯£uf	ˆƒ¥J Kd','wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\M\æSÂ£\ç‡\Ü\Ä\Ã… Š\Ç',_binary '’8À•rœG\'Aÿ\Çr\Þ=¸·6šeˆõÀeR\Í\Ê;¶‚\058','',0,'?'),(_binary '4V¢\Ú=Q\èhv\ÌÞ†˜¸','wp-content/plugins/google-site-kit/includes/Core/Util/Scopes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Scopes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l1…9¢u\r·£Œ\ë™+\ï*',_binary 'E!\Å{\ès±O–5z*‚õ\0ñ\Î\ã\íŠs\ÖC…ðŸh\ë(8','',0,'?'),(_binary '4X\ÄRü\r\Óc±¿1T','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§e\ì^<­\ÐD?¨QÇ¨±O8',_binary '\Ö\ßÿœ\äpI­]ñq\ÒBš/§4®$X3úK\Åý','',0,'?'),(_binary '4_…\Ë}\0\è\ÛÊªQ®÷€!M','wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xZ(Ô«^_¤—=µ®¦',_binary '¹ó\ã\îRG‘\Ø@é°\è\Õ\Æ[b´B\Ú+²|¾&jŽ','',0,'?'),(_binary '4a\äþ[Iº}\ç\Ø\ÜHÿm)','wp-admin/css/deprecated-media.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/deprecated-media.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JC\\s³›_S–c\ëôZ™;œ',_binary '\×[×€r{%m®©€ ¨\Öj¥‘·\ç«y\ÄÒ‹—\n\ß{','',0,'?'),(_binary '4cr?X•lõñPn','wp-content/themes/houzez/framework/options/reCaptcha.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/reCaptcha.php',0,_binary '¦š=iX¼¸\ä6·yð',_binary '¦š=iX¼¸\ä6·yð',_binary 'MI\ä\éüU1Ao5üc¢|…\r¾­ü\\†üa‰ºŽ{tY','',0,'?'),(_binary '4pÙºgv¡\éçŒ”\ï¹#Ž','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o\ä¡÷X>>LZ4‚ó¾\\ø',_binary '\ßDkF\" 2hú|Tºieµ$‹þ~*’>\×TZ','',0,'?'),(_binary '4uG\Ô[Ï€ö3ñQxŸx','wp-content/plugins/updraftplus/vendor/psr/http-message/src/ResponseInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/ResponseInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ\ØÐ©H¾6˜åœ²¡–JY',_binary 'kÆ‘Uq^\ãM\æk \Ñ]Œ)7‹^ËŽk\ÃY\Õfð++\ÓXZ','',0,'?'),(_binary '4v¤\Ïz\\M$Qµ\àž\\‰','wp-content/plugins/insert-headers-and-footers/admin/images/upgrade-welcome-generator.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/upgrade-welcome-generator.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G4U“\ÑFu\Û74\Ë)`K',_binary '«g\Ù\"\à:\í».®rVj\Ý\'²sÀ\rDqª?\"\âÕ˜','',0,'?'),(_binary '4x\ÒI£:uoQ.\'º','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À/‘\Æ\Ñ\Ö>!¹¿¥LG\Þ\à',_binary ' \é–\Ü_\Ä\'\îD6©\ß œÐ¯PY{\Ä01M\ÙG Ha\0[','',0,'?'),(_binary '4x\å\áøq\â.Ç§„&c','wp-content/plugins/houzez-login-register/social/google/contrib/Google_YoutubeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_YoutubeService.php',0,_binary 'a\Ù`Yl=”£8†‚û^)',_binary 'a\Ù`Yl=”£8†‚û^)',_binary '›m\0¦‰a\ÙxòRº6§ñ?Þ¹\ÚJ\Â\Ø3>\nE\ÌT˜\Ú','',0,'?'),(_binary '4…]~ûW\ä\ÌGõj\å–','wp-content/themes/sinatra/search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/search.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u5Ç…\Ûõc\Ì\Ãr$6we',_binary '>\rËƒ¤[igƒ%\ÌB™/\ï4\æ\Ö\íJ2cñ—÷\ÏUSF½/','',0,'?'),(_binary '4…;u£L\àf¬Û„0B4','wp-content/themes/sinatra/inc/customizer/controls/heading/heading.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/heading/heading.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýƒ“\çVk\â>²¸¡\Ö-9B|',_binary 'ÿ•\Ä\"\\¯¡i	ò@\Î\Ò\î=Sw‰\àl\Èn]†gÀW`','',0,'?'),(_binary '4‹\ãW «Hs\Õ\ß','wp-content/themes/houzez/template-parts/dashboard/board/leads/new-lead-panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/new-lead-panel.php',0,_binary 'Û¢I<\å¦øy®nv',_binary 'Û¢I<\å¦øy®nv',_binary 'WS4ˆ÷\Ø\ß\îzÁŠ\Ò\äd\Þ%/]4\'œ½±)V{CŽ\Ã','',0,'?'),(_binary '4qEyVS/ô\Ìo}˜','wp-includes/blocks/tag-cloud/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/tag-cloud/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹MGu‰°Œ¼²M¬i\î›',_binary 'Ê¦\Èii7¼\ïA³Q\'(ú\Ë&+l„\Ëð0^ˆ|l„¾','',0,'?'),(_binary '4§²N]¸Yg\Ò\Ü\Ò','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/Container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/Container.php',0,_binary 'R/Ï¥µR&3¯N\ÐW\ÌB\Þ',_binary 'R/Ï¥µR&3¯N\ÐW\ÌB\Þ',_binary '‘\Ð\Ä\ÉøØŒœÖ«ùPEü7L3#\'(8›€\çö¶é€µD\Æ\Þ','',0,'?'),(_binary '4‘*Uô\ÖD|\'\ë‚­¿J','wp-content/plugins/elementor/assets/css/app-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3e&\r)\Ñ\éº\'µ„8\ã\ä',_binary 'l°	a\Ð G©X¼¥	C\èñM\È t\ì¤bø|lŠw','',0,'?'),(_binary '4”h\í¶\ÛFdÒ´O\Ñóµ','wp-content/plugins/wpforms-lite/includes/admin/class-welcome.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-welcome.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†\Û\ÊbBK\Þ$=\àí£…',_binary '\Óœ©@-w1\Êr›€\ËJN…Y’Œ_ùµy‰ó','',0,'?'),(_binary '4™ËŸH³<\Ï3`xd','wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•|$J!€–v&e7²(A',_binary '”d?«\n\â›\Ý\æR~•‘lU3\í\é…×‹Û–i\Ìo','',0,'?'),(_binary '4­!\"D^=™ü1‘‚,\Ø_','wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/FormSelector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/FormSelector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '± \á³\Åý|c­\Î\éu\Îõr\Ã',_binary 'dGò:ù,	Œ’£˜ƒ*Û©xÑ§Dk\ê;	ûs\Ä»','',0,'?'),(_binary '4±Q(<9­{b{D;ž\ê','wp-content/plugins/houzez-login-register/social/google/contrib/Google_LicensingService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_LicensingService.php',0,_binary 'U\Ã#ûD{«týJ²ö',_binary 'U\Ã#ûD{«týJ²ö',_binary '®\îžýN\ä€÷\Î\ïLs\É(E•\×c\èþ\çq\âT`=§ \\','',0,'?'),(_binary '4´‹\î·l\"¡E\"”0p¥j','wp-content/plugins/revslider/public/assets/svg/notification/ic_voice_chat_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_voice_chat_24px.svg',0,_binary '; ŒvÁ¾X§gž8',_binary '; ŒvÁ¾X§gž8',_binary ':jm„|¡o	“Ï„ö\ÂX6{­\à\âx<±v\Êa‚@\Â\ån','',0,'?'),(_binary '4µ,qW\×E;I¯();','wp-content/plugins/elementor/assets/js/announcements-app.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/announcements-app.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N4òeú\èó;²zâo',_binary '•°%H(\ìK%”?»\ï‚\ÈG€0[E\Ì¥šƒµ','',0,'?'),(_binary '4À;ù\ÎCj#±¢P_ªñû','wp-content/plugins/elementor/assets/css/editor-preview-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-preview-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J(k†\àlšs ±‰¦',_binary '\Òô@\Æì…¸U.\ë¶\ç‘V}9%^ZNSQqk\Ü\Ð','',0,'?'),(_binary '4\Âd­Œ´iNZÛ©/+','wp-content/themes/yith-wonder/styles/07-orchid-shades.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/07-orchid-shades.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ZsW\Ã\Ï%;`\Þ*\ÌÝµ',_binary 'ü¸\\%(± …±C\âØ\0€}ñ«f\á]\ZÇ™H7\nUz','',0,'?'),(_binary '4\Ã3k¬o­3q1øW','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5Œjö>¡?~À\Ð[-\È{Ÿ',_binary 'ºw\ÆN\í¾\Â\ÑuÇƒñr¯o™\ÈûÀ;ADfaõ\ç','',0,'?'),(_binary '4Ãˆ’\nÍ·EAÞ¥\n<p','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GtagConfig.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GtagConfig.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',ˆ¹9\Êe3£%›¢\Úuµ\Ù',_binary '2x+ŒE	EFl\Ã\Ç\Én\Õ\ã-Â‹¯\äˆ-s¹r<','',0,'?'),(_binary '4\Æ.Ó¤>F\\[L>2\Å(','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/class-redux-extension-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/class-redux-extension-search.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìašMn\Â\ë\çd\ç\0ü\Õ$\Ë',_binary 'ú\'y&÷ò\èo!	³sG\æ°>¸\Ö\æþ\ÉÀ\Ô\Ù\äDJ¨	','',0,'?'),(_binary '4\ÆR	:|WT\ãÓ¶Bõ¡\îb','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µó¶ˆyM’û\Ò^ù†S',_binary '\ÑXŸŸr\ß\Æ2cm \Ã[\Íñ} “C´ª±ÿ\0\äò[„°','',0,'?'),(_binary '4\Ë\Åö|\Âr¾EÒ¬¯\Ú','wp-content/plugins/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ÷f¿§ATjW…L\ÉSŒ',_binary 'üc‹9$›\×s`¨@\Ý\âºQ*\Ùu\"\ÝÖ‰n> 1Tw\å','',0,'?'),(_binary '4\Î8ŠŒ¡\Ô*ƒ4F£òQNˆ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerVersionHeader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerVersionHeader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦™it|eª‹­&T°ˆ¹„',_binary '³\ßI>D´£%{‡\ÕQ–…0¨­º]\ãn°\Ë\Åû\ëz‰l','',0,'?'),(_binary '4\Ð0G¼\Ô\ÙG?Ý‘\ÊDñ\í','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú\Å0ö\nôô€=fHT+b\ê',_binary '\'_‰CpS^0\n\íª\Åü™Ê‘W©9\Ó#þAY\'pª•p','',0,'?'),(_binary '4\Ñ\Æh4m	V1…\Í\Ç\ï\Ü	','wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž²\Ó\È\ëk²ÿ¦;pS+w',_binary 'ûT<€\Òs1¯¯”c; ª»u†KaŸ™«˜ó¯¥4\Þ?§\Õú','',0,'?'),(_binary '4\ÙÂ£L\'	7Š<\×.µ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesClients.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesClients.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢>,þ#¹Ë¾\ËŽ£\Ý',_binary 'õP2\ÉN¬—·ÿ\n\×A@îœˆ\æüÛˆ]W;6]\rð]','',0,'?'),(_binary '4\ÚV\æ\Z3OIb`¬\×ÁP8','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character07.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character07.svg',0,_binary 'N+\ãr\nO9¦d\à¹',_binary 'N+\ãr\nO9¦d\à¹',_binary '‚~ÀócEt«.³kz%0‡J°\è\Ò/\Í\Z …{ ®','',0,'?'),(_binary '4\ßn†(MÕƒI#¢Àh\\\á','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öITg^\Þ2Ñ¤¸¬Ìž¯º',_binary 'Š:²\àR#÷\Éú\nFe\ÈÀ2\Ø# \í„S¼PQ!\å‘S','',0,'?'),(_binary '4\éHžÈ³|,ˆx\Ï\è#)','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/bracelets.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/bracelets.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ’|!\Ø(|ñ\í\Õ\îE8‘',_binary 'Ä‡\Â\æxº*¤\Þ\é|7µa\Õ\Ò{§kk–‰ýqG¹d5r@','',0,'?'),(_binary '4\ê&Q:Í£¦Ù™S\\&	Qa','wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w#\rÂ¥ec\ì„?Pq\Ö?',_binary '\ìp\Ø<Nk O\éu\">·Åª\æ¤GC˜Æµc²w\å','',0,'?'),(_binary '4\î¢…d³SŽ®f9Wf®','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormName.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormName.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z˜)’\èÜª—\á§NTZt',_binary '½P¨1\êe\'\Ü\ÊÞ†hÛ°À+‘\ÔÎ‘6	’\rxv(›','',0,'?'),(_binary '4ö\èµ\Í3ñ6\ão%','wp-content/plugins/wpforms-lite/includes/emails/templates/header-default.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/emails/templates/header-default.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜¿¯¸DŽPBp\Õ:=\é\Þ`',_binary 'ùirŽ¦®\0>’¬z¨¤¡ ›¤¥\ßDT¥Lÿ','',0,'?'),(_binary '4û0†\0W”\ÐN°$føñ','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/RuntimeException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/RuntimeException.php',0,_binary 'üÞŽ>ý¡§kÑ½KÛ¶\Ü\à\Ú',_binary 'üÞŽ>ý¡§kÑ½KÛ¶\Ü\à\Ú',_binary 'ó~ò| yÿ1\Ép¶?v›tC\ËzºJù›”l—ü','',0,'?'),(_binary '4þ¸l\ËžAjÁ,\È','wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aõh<jH#µëŠ­\n\Æ',_binary '–K\\úp\Ñ\Üd;u\ÄÓ¤œ\05þf]s\Ò8\Ï\ï™=\ÜR','',0,'?'),(_binary '5–™0\äJŠ¢@(\0`M','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îN\á\Ól+\ÜS¨!ƒÿš„C',_binary '¡—\älóX_¯hCk²}¯…tªXnˆþÆš—	','',0,'?'),(_binary '5,6C=\ì\Î\ßÁUnK¶£H','wp-content/plugins/elementor/core/kits/documents/kit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/kit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ4bƒ\í\àØƒ); \í\Ä2',_binary 'ÿE´cežy”«>¼eMÀ‰6@Ckkµ\Ò9K\Óÿsp','',0,'?'),(_binary '5‚>`\Ò\âqµ#²\ÑA\Ï','wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"“‰‰²)©±?MbiP÷',_binary 'dH]J¡GÊŽ»+„:¾Î–ˆ\nqfÁ`\">{\Ú\Ù+è°Ÿ','',0,'?'),(_binary '54\Ü\ÆÁZ\â£Ê—ƒHJ','wp-includes/blocks/rss/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i <\ækÐª”\Ý\Æ\ë5]ÿW',_binary '|>‰	õ#\ê\"\\ðW+p\êÍ²Ý‡ýØ€Ú§¶º1\Êy¨','',0,'?'),(_binary '5™õý\'—\ÜOvajŸ(','wp-content/plugins/wp-rocket/assets/img/picto-wprocket-dark.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/picto-wprocket-dark.svg',0,_binary 's†M;¬Ž›#rK\Õ',_binary 's†M;¬Ž›#rK\Õ',_binary 'ŒO\'\â\ï˜Ý¤´,`ó\ãýa\'¿‡4ø[ui4$ö','',0,'?'),(_binary '5\áÌ’²\Üø^¯˜\Â|.C','wp-content/plugins/revslider/sr6/assets/fonts/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '5\roüƒ¨Žý!\åDªo-„','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Query.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Query.php',0,_binary '¬+tle\ÛJ­ó¬ ðŽ *s',_binary '¬+tle\ÛJ­ó¬ ðŽ *s',_binary 'ü:6Œ&\åW\ZµSA\æ^O’;ÿxR‰}\\}ò4\à','',0,'?'),(_binary '5»\Çzb@dAÁc>Œ†A–','wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’º[\ä©\Ø\Éiý\Â\ádö_‚',_binary '@Ž™¨šJ	¥Hª\î\Ê\ï%8FFä³™HWˆ4nU%j','',0,'?'),(_binary '5&ú\Ùè¡œ…Ð–0\Zø','wp-content/plugins/wpforms-lite/includes/templates/class-blank.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/templates/class-blank.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\¦\0¸D/ñP v{S',_binary 'Sò\Æe+\Ë3J‹	0	†W`[\Í\Ì	\ÜajQlVD0½','',0,'?'),(_binary '51	{FE¸ñ}x8„','wp-content/themes/twentytwentyfour/styles/ice.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/ice.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>@šÌ¶d^€Y6ˆd|',_binary '\\BJùi2T¿\ã@,\Ãü\ÕÆ¥N–\Ö×ˆ¯?&˜','',0,'?'),(_binary '5©(v\ÊòTo\î	ðu','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDimensionValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDimensionValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä—\Ú]¥®¿8§iów˜\æb',_binary 'ü/x§7n&” \Å@,ZY\ë§\í\ä½.Pû\Æ)2 h','',0,'?'),(_binary '5\ê?‰y˜\Ä<\Ù2\Ì','wp-admin/css/dashboard-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/dashboard-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ«17m \Ù\é\Ì(',_binary 'À^¡ ‘5\×\Ü\'·Ý‘n£¼BÂ‚aû0\Ê	fl}Bg','',0,'?'),(_binary '5o”S\Ú	ƒ“\ç\Ó&­','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v5.php',0,_binary '¹\È\×ö\Èq}ze\ÄOn\ëó',_binary '¹\È\×ö\Èq}ze\ÄOn\ëó',_binary 'u%€Zy-¢%lº9 Š9j¸\ï$K“?$)9g\ÑO35','',0,'?'),(_binary '5\Øoª®%8|ÀÖš›º\È','wp-content/plugins/updraftplus/methods/sftp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/sftp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï\×6\Ò\\ørhÚž&Z\ç\Ü',_binary '\ÝeI\ÃwüsIo¥’\Ñ|®WiúœT(\å\ì\Ì¥\r\Ð\ZK','',0,'?'),(_binary '5”\Ä<ô\"\ËU\Ì\ÆÅ–1','wp-content/plugins/revslider/public/assets/svg/notification/ic_vpn_lock_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_vpn_lock_24px.svg',0,_binary '\Ö¸-j9:D·:E^¬',_binary '\Ö¸-j9:D·:E^¬',_binary '\êø’\ê¤òJUX\ëF­GT­\ám[€p32\Ã\è…#÷','',0,'?'),(_binary '5#\äum\ÌS_ùj§','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\\}\Ã\"£†‹7Ú·’•DZ',_binary '\ß.IôH\Z„g\0óH!7`‘£gÞ ZøzÈ„ƒÅ¾6|','',0,'?'),(_binary '5$Uikôñf7\á][~ó','wp-content/plugins/revslider/public/assets/sources/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/sources/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '5&À<\ìv\Ô\ê?S	^©¥','wp-content/plugins/wpforms-lite/assets/images/times-circle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/times-circle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷i\ÖVò®\ÆÌ˜Á\Þ\âH',_binary ' =¨Žb\Ô\ë4\àòoöqfE\0T!GR\Ä<GO³”Td§','',0,'?'),(_binary '5)\Ûh¢9_þÛƒðõi','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/assets/img/trash.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/assets/img/trash.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Hco¹^¢e\åm‚°‚»',_binary 'òc\í\Ö*\Zõ\Ã‚µrG~ º\î¶Y\Ç\n\Î“ñ®è¥ž…','',0,'?'),(_binary '5.=¹€d)<peu™s^','wp-includes/sodium_compat/src/Core/Ed25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Ed25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yÀEýúF\ß)?4umüµ¢\â',_binary '¬q¬÷ô¸\ëzôpõ5\Z“½UPP÷ç‚˜±|q\ï$/t','',0,'?'),(_binary '51Nõk{4—\é1aA	4','wp-content/themes/yith-wonder/assets/sass/backwards-compatibility.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/backwards-compatibility.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ»—Àù>=j{²8\0>\Ç',_binary 'Fû©þ¤>ÀWp\ÐË‡JTrI‰£\Í\Âj¸dA\ër','',0,'?'),(_binary '51Z\ßô“_®Ÿz\ègzJ','wp-content/themes/yith-wonder/templates/home.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/home.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è†,S\Ô_óý\è\Ð\0je',_binary 'n*\ßo%S\0\Çaùo\0\Õöi\íL—%«av\ÆÎ‘ŠZ','',0,'?'),(_binary '53ûSœ¾Ä›jn”fû\'¼','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '54¨ž8²\'rb\à\Ý\Ö÷\Æ/	','wp-content/plugins/houzez-login-register/social/google/io/Google_CacheParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/io/Google_CacheParser.php',0,_binary '¨RM\äù[Á\Ò7§¿\"\Ý=ûŠ',_binary '¨RM\äù[Á\Ò7§¿\"\Ý=ûŠ',_binary '§\Æ\Åw¢9Aù\Ì\Øq¥¦jùû;>~\ã\é\ç\ÌD¹£©f\×{\î','',0,'?'),(_binary '58\çd\á`S61K>Û®†v','wp-admin/css/colors/blue/colors-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/blue/colors-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÙWu4²Î®\Õ6J…\'¸»',_binary '+Zºµu	-\Çœ.^a±]\'K¾\Ñ\Í\Ç\Ý\í\Å\Ñ%','',0,'?'),(_binary '59 \æ\'\à\Ø\Ô˜vJ\Ý}','wp-content/themes/twentytwentytwo/templates/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/index.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'IQ\Þ\È&½zM,þú6©X',_binary '¸\Ý\æ\á:¥&*»Œ\æbÀ2f}v‹Qª,.™\Ð\ï¥Õªº\Ë','',0,'?'),(_binary '5:§™¯H”„<Eò\'@>¼','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\'\àxX†s\ÊeH\è½24»',_binary 'W\Ãa˜\Â2ºH„õW/@¹[.\á™\ß\Õ\rß…ùr¶0\Í','',0,'?'),(_binary '5;;b©H]81Åº9\Ó','wp-content/themes/yith-wonder/assets/fonts/Montserrat-Italic-VariableFont_wght.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Montserrat-Italic-VariableFont_wght.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[1[Õ£·ú4\î÷\ß\Õxk°',_binary '´\ßXÔ°÷³9>·­]§X5s\n	\ÏQüÿ;u\èº','',0,'?'),(_binary '5>Ÿü§jÉ³.\Ù\Ñ<™S‡','wp-content/themes/houzez/property-details/description.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/description.php',0,_binary '\ï±ÿt\ï7\ëoŸ\Zm\ãQ»',_binary '\ï±ÿt\ï7\ëoŸ\Zm\ãQ»',_binary 'kEÙ¡zmK¶~n\êÀ?„«mÚ‰?¥\Ìö›-c\Æ\Ñ','',0,'?'),(_binary '5A\æÁ\rM\Í6õ\Õd«\ì‚1','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0+–„2¶\ã~ÿ›\ßpœ¦X',_binary '#\ÆwŒ¤V¯rŒ;gM~i5tõüü•y\ÜñÌ¡Ž(;','',0,'?'),(_binary '5B§»\Ô5\ÜÀC¾\Ä@\Ä\Æ','wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_AMP_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_AMP_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯±b­”/Ï¬O‚¿\è',_binary '>ZMoÌ¬€D\Ï\ãÎ‰µh,Žm›ÚšŒ‰<\Ö\Þ\Ê\Ì','',0,'?'),(_binary '5C‚)\nWu¾ê½/F\ÒcK','wp-includes/js/plupload/wp-plupload.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/wp-plupload.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÚŒžƒU=vke†}”',_binary '==Qq\ïXü\äý-\àþ\äžj·\ÔnH‰\ÍÅ€>\Ù\n','',0,'?'),(_binary '5I\×\Þ\nl»,?\Ëðˆr²ð','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Create.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Create.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘\è\å	Vóô˜-‚\ç¦gCø-',_binary 'AŒÌ´œr£\É+jžš\é\ËT#Å¨–AÁ`ô\Ò\Å\Å','',0,'?'),(_binary '5S{\ïTÆ–®\Îe½/\Ë','wp-includes/class-walker-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-walker-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9ù˜½«¢=û¤ž	',_binary 'j¸\\y‚¶\ÕÔ#\Â‚\Ì8\0—L\n÷%¨{²}(I\Zo \Î','',0,'?'),(_binary '5T²¢@I\î\Ö\Íÿ |2³','wp-content/themes/yith-wonder/parts/vertical-sidebar.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/vertical-sidebar.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ú¸Ð’Á„¡Ÿ\ÞÖ†8',_binary ':§…+dy\×\ëB\ÉxÐ¡ø—¹SFW¥ú<v=J¾9\êhu','',0,'?'),(_binary '5T½„}oq´‰\ïn£\ÐÍ™','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorDisplay.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorDisplay.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úÚ‘\ì\ï÷VG œX``\\',_binary '<K=^å•¦–.Ë•\0mwI\Å~¥ß¥´«zkFry','',0,'?'),(_binary '5Uƒý^«Ö‘Yb\ëð²´,O','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/oembed.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/oembed.js',0,_binary 'ù¡E¢1„™$\ß¶\ÄüC»',_binary 'ù¡E¢1„™$\ß¶\ÄüC»',_binary '‹\îsb›gqóùÁ\ÖKœµó\èó­\n±.¬\"\Ìz\Ð','',0,'?'),(_binary '5V™§j,\ß`£\Ã>\' Ò•','wp-content/plugins/redux-framework/sample/sections/basic-fields/radio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/radio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É¤\Ò*mm·ôLO+©F\Þ',_binary 'µWf?\Äû\Î3Þˆß•—š&ö3¸‡\×U\Î0\ã…','',0,'?'),(_binary '5Vy»ùZi\Ù÷ðm\å\Õn','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/ServiceProvider.php',0,_binary '<\Ðâ¨ºuiQÁNð-\ßm3ô',_binary '<\Ðâ¨ºuiQÁNð-\ßm3ô',_binary '¯iûhSô¾K\Úb°i\É‡R<òƒ—©\ìŸÑ™0_=\ç¯	\ï','',0,'?'),(_binary '5Yx*\ÌI½\Âó\ï’Lþ','wp-content/plugins/wpforms-lite/vendor/composer/autoload_static.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/autoload_static.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿+\Ö\Ú\ìž)\Ðn\âÀu5',_binary 'H	Æ¹O\èzr\Â˜\Åµü¼*[<h}“\çŽ\Ë','',0,'?'),(_binary '5Z¬\Ì\ä\àSÎ¼\ãv\Ù`6—9','wp-includes/version.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/version.php',0,_binary '2Œ\×rÖžø¾\í­Õ®™H',_binary '2Œ\×rÖžø¾\í­Õ®™H',_binary '1õ|š(8\è\âÙ”k´VF¨\Ä\ë+O>\Úb±\Ûi¬O3\'','',0,'?'),(_binary '5\\h>ó\Îw	—‡N\Ë','wp-includes/registration.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/registration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò\î\ÃS\æ\ËD† 31\ê',_binary 'Õ™“·\ìvF´ˆÙ«š\Îù\åP«\ÝB8.·\ì\á\Û\â8\Ä','',0,'?'),(_binary '5_\æbe\É\Ë7‹ð{\×)\ì\Ä:','wp-content/plugins/wpforms-lite/templates/admin/payments/single/advanced-details.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/advanced-details.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^[AÕ¨ó4jgV\\ÓŠ',_binary '‰c²\ÜV46¯&\Ñ{\çn\íD5\Þ\È2§\Ïó\É\Ö\ÇQI«','',0,'?'),(_binary '5`\à]\\Í­i\0¥\ß\í\ZJT','wp-includes/class-wp-embed.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-embed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²\ïbñ\ØIF/w\ä/ðó',_binary 'A¼\"-n\î\àf¡m\×ý±Ã‹\í6¥t±Y™wL\ÛkZš','',0,'?'),(_binary '5c|õ%¹\ÊR¦4m”M\×\Ó','wp-content/themes/sinatra/template-parts/entry/entry-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼ûd\Â\Í|¶0\Än6¿¦',_binary 'ž¯J‡\ï„g–ž\Ë³Ò£r\rð”¢¤i§Q{…N‹','',0,'?'),(_binary '5g†E¢e>G!Ó©\rT@U','wp-content/plugins/wp-rocket/assets/img/play-hover.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/play-hover.svg',0,_binary 'o\Öõ½f5¤8hD<²)\Ù',_binary 'o\Öõ½f5¤8hD<²)\Ù',_binary '£z­\\\Ôj“\Û\Ø\Ì/Aab&¯\Ø\Z¼y\è\èv¯%ªM}<ª1','',0,'?'),(_binary '5iSñ3<\Ñú\àQ…\Òi\Æ.','wp-content/plugins/wpforms-lite/assets/images/integrations/stripe/cc-preview.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/stripe/cc-preview.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ù¾©9k \0«ük:°d…',_binary '¯J\èÞ–ñ\Zw˜JùÅ¬oÌ¾D‡è†ˆ”Jø\Î¸¨—','',0,'?'),(_binary '5lƒ}\Õ\Ì49N¨”c|2W','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-cart.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-cart.svg',0,_binary '»±¸K-»¯ký»\àËž<\0\Þ',_binary '»±¸K-»¯ký»\àËž<\0\Þ',_binary 'ª\ç\Ç\Â}\0øw/TAxüz+~LYo.\Ä\îZy','',0,'?'),(_binary '5n¢FU==\ä¢\Úã˜‹%õ\È','wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-cards.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-cards.php',0,_binary '“ª \ÐE÷\Ö;\ÈnO\Ú`œ',_binary '“ª \ÐE÷\Ö;\ÈnO\Ú`œ',_binary '\ÓI±Š\Ë\Å\"…\Õ}\Ê\ïñ\n]÷`œ7VEÙ½ªƒ\\G\ß','',0,'?'),(_binary '5oÌˆ}ˆ\åBH¼ÆÔžv','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeFontsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeFontsController.php',0,_binary 'ª¡\Ë\ZŸ{öTöÑ‰ BtZ',_binary 'ª¡\Ë\ZŸ{öTöÑ‰ BtZ',_binary 'ªv£; 2õ={\Æ\àúhH~w<­L\"ª+.²g}šœ\É','',0,'?'),(_binary '5~ˆ\Úþ?\rQo«2%c3q','wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N;M\Ô\ÉGes‹S5ðA\àB',_binary '¡Ó”‘\Î\ËZ\Ò+pö¢±5MŸc³\ÂqAº]±VJñ\Èz','',0,'?'),(_binary '5+\Ê[\ì=ò®ZÛ§\çuM','wp-content/themes/houzez/template-parts/realtors/agency/website.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/website.php',0,_binary '\âY÷\ì‰cŽ@.0\à£1S\ã',_binary '\âY÷\ì‰cŽ@.0\à£1S\ã',_binary '\à9þ£\Ò\Õ_0Áb\ÝWX¦ÿ[uXD\î$ \â†tˆ','',0,'?'),(_binary '5‚žxiDF=8Ü¼\æhG','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-engagment.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-engagment.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/Sld±J„\ã\ÎV\"€',_binary '	¡‘\ë\ë…\0tr‹z\ØÚ”š†H„ŒÔƒ$F0Ó™~_\Û9','',0,'?'),(_binary '5‚¤\È\í\'H\Ð±u\éŸ\à¦ø','wp-content/plugins/revslider/public/assets/svg/places/ic_hot_tub_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_hot_tub_24px.svg',0,_binary 'PÆ­_bNUc]z\Í\Ð\é',_binary 'PÆ­_bNUc]z\Í\Ð\é',_binary '.\ìpA+Q\àvüû­\ége]	\'V\"‹¿÷\È{ü\Ñ\Ç}','',0,'?'),(_binary '5ƒ\Óú92\Íƒ¨^À%<®\Ç','wp-admin/edit-form-blocks.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-form-blocks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y\ë>X_\Ü~óMA7/½',_binary 'cž‚O£\én¯¼¯ û\Õ6\Ä/ø­|¦EŽyáŒ–Ó•','',0,'?'),(_binary '5ƒ\è%C2?¢E\Ú\ÕyðbN‘','wp-content/themes/yith-wonder/patterns/homepage-1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/homepage-1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';ú,ùõ²\Î\à0ýÞ—J\í',_binary '²€b9P^= ¶W\ç­PÇªü¼o\Ù9\î¨\0{c¯\Â','',0,'?'),(_binary '5†oX žür@v_\Ôü\ßI','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe-card-field.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe-card-field.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'BXÕ½M±F×€7øºt%',_binary '7{0m\Ó\Òq÷{|\n1ZŠ\Ñ,\è0žÚ•Ã©ö','',0,'?'),(_binary '5‹^Uy#øx«\rIHt\Ò','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'lN6Y)Kö\Ó/Rúÿ',_binary 'Gvd\"½\è-Ï°>ŸÉ–h€t\Ö#–ñª…¿E$[/L','',0,'?'),(_binary '5Žis\Ð#Ùžt\Å\Þó]','wp-content/plugins/wpforms-lite/assets/js/admin/builder/form-templates.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/form-templates.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê½R	|½¥	Q:Y›»',_binary 'D+ù£«™·tŽ°\ëS~m–\ärÂ•],û©¨ÁÓŒ7y','',0,'?'),(_binary '5‘\ë²	3\à\Ò0\å\Ô@sø','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/glasses-moustache.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/glasses-moustache.svg',0,_binary '¾À\×$ ƒ¨œƒ2\Û$I\Ò&¢',_binary '¾À\×$ ƒ¨œƒ2\Û$I\Ò&¢',_binary '\ZÖ–\'Šc=In³\rµM%ÀÜ–¡GK•´€~…a»','',0,'?'),(_binary '5”$Ì¨¸©šË˜\Û½?','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/AuthorizationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/AuthorizationService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\×1 jcsm\ÜQ,‚‰\Ú-',_binary '_I÷\î}¨b\Üñk´\ÑÙ˜•+§>\à¾ò\ë8šCó*\ë\âP','',0,'?'),(_binary '5•\é<š\\cþ®÷\ã{\r5±','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows01.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows01.svg',0,_binary 'I\Ô\í Žˆ\Ã\Î)Zªf\\n‡',_binary 'I\Ô\í Žˆ\Ã\Î)Zªf\\n‡',_binary '\ÍV\ç¬{«T‹r¤•*+oª^Ž\È\à)¢J{r½÷W”Y\'¸','',0,'?'),(_binary '5¡7ðN	C=†\Û-\Øœc\Ä','wp-content/plugins/wordfence/images/sort_asc.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_asc.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“&­D®K\ë\Þ\ÝzSÂ§0',_binary 'N—Q\Ó* ‘TZ%Pº\Ú%\ê\ÝjÜ‘tZn/Ÿ','',0,'?'),(_binary '5§w‚Á\ïù‰¥l´N\à','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.he.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.he.min.js',0,_binary '~6Ê‰v& úÁ\Ø\Ó\Ð;B5',_binary '~6Ê‰v& úÁ\Ø\Ó\Ð;B5',_binary 'ý\ì·ÀW%ŒÑŠ\ËžV\Ö#\Ú#›ŽÞ£•\ÝXC±\ãS','',0,'?'),(_binary '5¨†ó[Š²o€5=','wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³xôøÛ£\ì\ÙB\Ñ\Ò',_binary 'xj¥G8‘©¹\á†\ÂBJ²v\ëd^¶}\ËÄGª0\'R\Ì','',0,'?'),(_binary '5­z \íLIÜ‚\n\ãø\Å\\¼','wp-content/plugins/wp-rocket/inc/deprecated/3.13.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.13.php',0,_binary 'cW:I°ºe\Ç\Ó{\Û8¹*Á',_binary 'cW:I°ºe\Ç\Ó{\Û8¹*Á',_binary '2\Ð?¦§3»\Ô_MƒJ3ðpS\r–@d™&®h\Ä[dÁ)','',0,'?'),(_binary '5±#tŠ5R½ÑˆK©ó\íõ\Ô','wp-content/wflogs/config-livewaf.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/config-livewaf.php',0,_binary '5¦m™\êLµ:\Ý>ÆŒ»«\Õ\Ç',_binary '5¦m™\êLµ:\Ý>ÆŒ»«\Õ\Ç',_binary '#;&.½\ÍP?ÿpsþbýðÆ¢6\á» 3-ˆ³v\ÄÀK~\Õ','',0,'?'),(_binary '5¿8!ô¹A\ã1´\\‡‰“n','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_60_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_60_24px.svg',0,_binary '\nÁþ-\è\íu¼\ÇP›£vt§«',_binary '\nÁþ-\è\íu¼\ÇP›£vt§«',_binary 'ù ¹É²a|#\Ø=£0p\â_Ñ„IO~Œ\rS\"®‘“\Æ9','',0,'?'),(_binary '5\Â_÷X\Ë×±‰ ¦$÷z','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades/2.4.2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades/2.4.2.php',0,_binary 'sò‰1“:WkS¿Ý ',_binary 'sò‰1“:WkS¿Ý ',_binary 'â¶Ÿ^³•mXoG?óôc\ë\×³«z\Ì\á\ì²H\Ì<\Ô*','',0,'?'),(_binary '5\ÉcZ\È 5f`7“\ã,‰Q','wp-content/themes/houzez/js/vendors/jquery.vide.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/jquery.vide.min.js',0,_binary '-Ò¯$==ÖŽ8ú\"\Ú',_binary '-Ò¯$==ÖŽ8ú\"\Ú',_binary 'I¯A{dñ¡œ•³€¦`·\Úô\ÞlŠ\r-Oò¥§\Ò','',0,'?'),(_binary '5Ï©€»l£\Ï\ÝJÓ§_!-','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/ServiceProvider.php',0,_binary '§w9 ºD…¬0\ÍS\0',_binary '§w9 ºD…¬0\ÍS\0',_binary '\r\ëø¢ª¤Î‚\Ë ^£…3NÁe—´\Þ\Å4\â}£','',0,'?'),(_binary '5\ÒOO‰\Ä1\Ì\î‚\n\ç','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_mixins.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_mixins.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5k¢\'÷I3 úL	I',_binary '£p–H\0—>E¸Tž4›g\'¸ð?\Ò6<\ê	AP\'Ÿ¹”','',0,'?'),(_binary '5\Û\"k›¿\á»h„j*•i/','wp-content/plugins/one-click-demo-import/assets/images/icons/check-solid-white.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/check-solid-white.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ür\Ü)_>´x‹±$ˆ\Ñ\ËR',_binary '÷°v£J”¬«\ZÆ¿n”\'a\Û\ã\å@58ˆi”S$òš\ä/','',0,'?'),(_binary '5\Þ\ÐÂžõU\Þ\ÆÙ‡ôt¤','wp-content/plugins/elementor/assets/js/editor-modules.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-modules.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N4òeú\èó;²zâo',_binary '•°%H(\ìK%”?»\ï‚\ÈG€0[E\Ì¥šƒµ','',0,'?'),(_binary '5\âœ\Ó<™8`=¸p;þ–u','wp-content/plugins/wp-rocket/vendor/composer/autoload_static.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/autoload_static.php',0,_binary 's5\çTV®RRL\É]…ò¿N',_binary 's5\çTV®RRL\É]…ò¿N',_binary '\Ô\Õù\ÂN®U\êÑŽ†ÀM«0\\†¯™ô;`o_U{','',0,'?'),(_binary '5\ç+i\Ë:|W±¸\Õ\" D','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ójjzu:ø{\èÜ´•P\î',_binary '\n—\ß\ïk…¼G\Ñ¯\ÒQ\Óo¤5\Ûyf\Â!AÄ·3\rj','',0,'?'),(_binary '5\èÎ¾\Ú‡uu;Š{6vUi','wp-content/plugins/wordpress-seo/css/dist/tooltips-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/tooltips-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\ÇW>\í‹vJ*\Ý§\Õ',_binary 'fu\ã\æs7p8“?\ÂôU QPJB\Ñ7 ˜o½\Ü-–»','',0,'?'),(_binary '5\énE°!O\ÉO‹ôX¤','wp-content/themes/houzez/framework/options/splash.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/splash.php',0,_binary 'Ya–l_\\\Â%AMwx{H\Øu',_binary 'Ya–l_\\\Â%AMwx{H\Øu',_binary '\äL¯|\Éw\Ç\Ò>=q™.·\ë_]ž\Æ\åöN3¶\\uq\æ','',0,'?'),(_binary '5\ê›Î›\Ñ\É\0Ÿe\ê\×o','wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-™vÈ£0j	\î«pZS\é',_binary 'ƒœƒmb\ç\áZž\Ä{!\ät÷û“Y„­ŒC4 žRb','',0,'?'),(_binary '5\ìý!\éB(E…<ºoyk–','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r’ñx#þ\Ó÷«ÿù\ä',_binary '8\Ê\æ¶\Õ2tzô¨ô€ŒX’\Â\êi*\Ç·ëª–›#½','',0,'?'),(_binary '5õÓ¶]•[8{0¢[~6-','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/SiteFeatures.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/SiteFeatures.php',0,_binary '8Š„L\É4`¯Hª¨O',_binary '8Š„L\É4`¯Hª¨O',_binary '+šø\È\Ûî¥š^÷\Íq²*65\Õ}Ê¢\Ü^eû¦ÿ\î\ã','',0,'?'),(_binary '5ø\Ê\01Î¤<\å}MÆ¹\"','wp-content/plugins/elementor/includes/widgets/icon-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/icon-list.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«;4)\á ÀHó\Å/\n\å^',_binary 'k5\ä\Ä\ßÜ”„¤ŽUZ\"2\ÙÂ­³@\î`z\ÊxUˆ\Ìef','',0,'?'),(_binary '5ù¸g&\Ã\â6\Ö`ª´¸«Ÿb','wp-content/plugins/redux-framework/sample/sections/extensions/shortcodes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/shortcodes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!µònŽ\Î\Ù~d4B•ZË´',_binary '’\Ý1\è,m}\ØHh”>•gT\É\n¸\Ñ\nNmv¶}|Þ½ZX','',0,'?'),(_binary '5þ…\×\Ú55 ä®ŠX»a4»','wp-content/plugins/google-site-kit/includes/Modules/Ads/Web_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads/Web_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²s¬s2;‰’°ß•/\Ú\Ú',_binary '÷\Ê`\ÏSýñ‹es0\Ý\ÓÔŠT\Ññ\éfL+?@¨)Áb\É\ß','',0,'?'),(_binary '6\Ñ\\Vu+\âNŸ”\Å5\Ü','wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð0³žU*E\éð8\"h@',_binary 'y\à70FfV¥—šŠ\n\Ü\ß~\Âg\Üñ\ê=\Ü\\2œ:\Ê	j','',0,'?'),(_binary '6x\ÔÿeÀPXSb&Uó•','wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š¼wó\ß/É–“PGí¡„§E',_binary 'm¿€\Ãr\'‡/9¦ªRj°óó\\2Hû\Û\ÊÂºYl','',0,'?'),(_binary '6öùt’\Æ/DU¥¹¨j','wp-content/themes/houzez/js/vendors/slideout.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/slideout.min.js',0,_binary 'KµB^ˆo	½|:\ÏgW©ª',_binary 'KµB^ˆo	½|:\ÏgW©ª',_binary '\ÏÜ†®µ—­·%\äm,]úâ¬»bsD\ßls\ÞifŸ©\Za','',0,'?'),(_binary '6T¾?ÿ…\Æc[ô«Q6M','wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±\à}{Y‘Tó.…±Æ™-',_binary 'p’ C?’É±‘\0³Y‰Ù—)ðœÿÛ±0õ¨\á–ú¦6°','',0,'?'),(_binary '6E·=J°-\ìb“\rž\äÁ¨','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hu.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hu.js',0,_binary '\Ò\n\în ¥\Øs¡hÀ¹\Zÿ\ÊU',_binary '\Ò\n\în ¥\Øs¡hÀ¹\Zÿ\ÊU',_binary '\Ì\ÙAFg—|ù ÃŽ¸N-\Ûa982bYn§#p¯{\Æ','',0,'?'),(_binary '6„\ßcú\Úš\ÙMš‹f','wp-content/plugins/wordfence/css/wf-ionicons.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-ionicons.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Al¡°s\Ü\ÊjÀâ¯ƒ',_binary '×’–ð“4\ÌË®Àv¨ù\ãÁ‰M\æŽ`—V÷\ëýZô','',0,'?'),(_binary '6\É¾öÏ”žú¢ŠV\Å{@','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/globe2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/globe2.svg',0,_binary '4ÆF7V\â!ðm•q\\Ò„',_binary '4ÆF7V\â!ðm•q\\Ò„',_binary '#^÷vaŸˆ¨7N^\Õ\á¾\ÍÎ‡ƒiÙ’\Ëq $¹ \Ò','',0,'?'),(_binary '6\Û\Ú\ß¨X/€¿HL','wp-includes/js/mediaelement/wp-playlist.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/wp-playlist.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K^¶\ÍIsò£2ªÒ©Q',_binary 'z	‘”m\ÆE\Ë039\ÐÀ]-k\Ã2¯ƒ± ²\å\Ü[2\ìo','',0,'?'),(_binary '6L˜my(\Ý\ÓˆÛ‚y','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Collection.php',0,_binary 'É¶ÁsSHô©»(žX\Û\Êd',_binary 'É¶ÁsSHô©»(žX\Û\Êd',_binary 'g[8›\éû?\n\Ìgo^ ©\ÖW†˜\Å\Ãûþú¡p','',0,'?'),(_binary '6Õ N½º\0\Í\"ˆ!M€Š­','wp-content/plugins/wordpress-seo/css/dist/elementor-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/elementor-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸^JU¼¿Æ¡\ÓH\ÕF…x\Ú',_binary 'PÕˆ\ï\äI…ŠªP\np{Á\Ùó\ã)	;ŸÀ4oö\ÊwK','',0,'?'),(_binary '6\"\æS;ll†F\èŸÀ„»','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/functions.php',0,_binary 'B\'‹÷\æ˜){b\\\È\Ñt!\0',_binary 'B\'‹÷\æ˜){b\\\È\Ñt!\0',_binary 'Ë‚~+b\\IeQ\â9ø‚\ê’À‚i®úl¾9{™­\Â6œ9','',0,'?'),(_binary '6,uÖµyš\ë!y›\Ý(\Çg','wp-content/plugins/updraftplus/methods/backup-module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/backup-module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô\ÉnF\Úbúý\Ø\æý³\Øký…',_binary 'uÿUV—hfrÊ¬§‹yJU9\Þ\Ï\ïO£”Þ©pSx','',0,'?'),(_binary '6-½7³0Ê”Á{‰–4\Æ','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g(©±\Õ÷#XŽ\Z‹³',_binary '\æXf 5tÏ±ˆ\"ú#\\*´ts}•^Ë›^õø:4','',0,'?'),(_binary '62;eñ!\Øt\ZRý<.Š¨','wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a®0€ž\Í+Z\ê\r|>\ë',_binary '”A“W\Ü\Ôq\ãpª›­Œ†HsðW±yñðl¼\ã\Ú','',0,'?'),(_binary '6;I(\ÖH²m\É%¬\Ãfº','wp-admin/css/farbtastic-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/farbtastic-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â7\n\åžÀ°)š{‰\î“û',_binary 'Tœ=\ÖY#\Ò\Ë[•ý¶vr„H\Íia­þRþò†ñ','',0,'?'),(_binary '6=”n9\Ïlûg˜Ð L','wp-content/plugins/houzez-studio/admin/js/i18n/te.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/te.js',0,_binary '2ª]\àG¥â¾·¸Wp!ñ',_binary '2ª]\àG¥â¾·¸Wp!ñ',_binary 'ô\Z9\0µ\Ú]7Óšb\'\ã\ì\ßb¥Ë‘\0-ö\èG\Ý\ÇJ9´','',0,'?'),(_binary '6@Á\Ë\æ0ù¯^zcJq…¶-','wp-content/plugins/updraftplus/includes/Google/Service/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®R…º¥&Ë¿¥\rž}zöX',_binary '~ó—5}é³‚\æ\Ç\Ö\Ën·­¶4\Ù\n&j<m)\Ð\ÖE>\Ã\Ó','',0,'?'),(_binary '6B®T	8õ¡ñÑ\á8\Õ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²ºkŒthƒ\Ó*-xŠ8\Î\ë…',_binary '®¶v•\Þ\áyžQ÷½§‰Mh¯™€þ‹b”\éô©û \ä','',0,'?'),(_binary '6F!TÁN„ª–À\ÊYr\n8:','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|@m\ê\Ì\Þ|X9›p9\Õ',_binary 'œ#jŸ\Ð\îÁž/÷ü7OY0Kš+bªñò+¢','',0,'?'),(_binary '6G\Ñÿ\ã)#GÑš\Ü1;03','wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/DataObjects/Column.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/DataObjects/Column.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ËoË½\ÑB\ÔF\0#\í&',_binary '¨_Ù‰½\Ô\Òk»5˜\Ä\Z@sª·W\å¼P›­','',0,'?'),(_binary '6Rx—g„ÎIŸ½\Ý^t','wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-refunded.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-refunded.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`¢œV1\è\ÊeE0\È2\Ã\ç',_binary '\Ëü42\çV\n)¡ñ—\ÑW\ê\î\ï€\0¬u¹\ÓK¼i‹','',0,'?'),(_binary '6T<\Ü\Åö`\äÁœä°¥] ','wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à‰Ü°PBs¥ð–þíš',_binary 'Å¦ÁNj\é\Ê{\Õ\Ø\É\ÜP•*NO6lð\ëÁ%m(”st½','',0,'?'),(_binary '6US÷o’\ÂÞŠC;\Ùÿ\Çu','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Šµ¢€J\r°Yô\Þl~©',_binary 'XCYiyŒ\é\Û³.¸H—¬\×#¶ÚƒùŠ{\âŠ4','',0,'?'),(_binary '6Uù3‚À¦\Çø\'Ÿ‰\×ü','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å\å\Î\Ë.ú\Çöª–Z0Rƒ,Á',_binary 'pGÔ°¼û_\ç\ÍÍµU\ËÇªB\Æ#\à.4¦nÀ@B¤ô','',0,'?'),(_binary '6Z\îJ\çòO\ÌF½\ØG«”','wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property/Processor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property/Processor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!$¡q…\åh\0q²„\ïx',_binary '\0ç¥’\nÝœW²&\\£;\ç<s\0\Æd${ýq”ùO','',0,'?'),(_binary '6[+Š¸6ƒ>O\Â¯\Ú','wp-content/themes/houzez/framework/metaboxes/property/information.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/information.php',0,_binary '2¼\ìh \× {ŠS®uN«',_binary '2¼\ìh \× {ŠS®uN«',_binary '\Óu!‹G\çû\Z«r«ZD™\×Pž9i\0%\n¨—dûº”','',0,'?'),(_binary '6[fÀ9¸?†“ _\Ç','wp-content/plugins/wordfence/images/icons/bullet_yellow.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/bullet_yellow.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J&û\Þ\ÓÉŒŠý\ì\îÔ”Q<',_binary '1µú±Nß—÷¹’ú×?*€i\×Ã­!FýMp\è9^.','',0,'?'),(_binary '6cŸ\Ðf˜\r8†©.\Õƒ¸k','wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=1:pð,Â¤È¡þÁ\\',_binary 'b-Â£	7YCc\Õú{x£°•è¡«G¬¥5	\Æü','',0,'?'),(_binary '6cÀb†£kk·\Öi3¹@úH','wp-content/plugins/wordfence/lib/menu_firewall_waf.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\ëm}\é#`:ª\áPo/\Ù',_binary '(ž›Ë•‹=9L”/¨\Û*mž,{o\Ö7ÜºhVTõ\Ú\\','',0,'?'),(_binary '6hhš¾L†Z·\Ì’k ','wp-content/plugins/google-site-kit/dist/assets/js/34-47e8d54203fdba1b4990.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/34-47e8d54203fdba1b4990.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S©¯\í\Z‡Ö’«bK\"|\r$',_binary 'X^\Øf\r\ç%=À\ëoÌ½\ãa\Úb X\É]®¾‹¹\æc^','',0,'?'),(_binary '6iD–\æ‰6‡l\Ú\ã)\Â<”','wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '60ü\×Xrr\ËT?˜–u´\'',_binary '‘öP&\à_ôñüøh\É;\0\ÙHÎ«|ºL)Å”\ìp/','',0,'?'),(_binary '6j0øcñ)¯~kœ‡™š5','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Source.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Source.php',0,_binary '\ÓY¬V1ZxÂ‡‹µ…+»w\Û',_binary '\ÓY¬V1ZxÂ‡‹µ…+»w\Û',_binary '“¢\ÞX\Z-ƒ9sQs\Ù7<\Îi?:w…rß“û©\'!','',0,'?'),(_binary '6p›-‹9Q¨ \ëUmº\Õ#','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/CardException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/CardException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3\áÇ‰”Sbô\ÚL0ð\"…\Ä',_binary '‘ž\í-\Ê‰·¥úµKQžÞº~.\Ï{v\áq¹´eó','',0,'?'),(_binary '6r³Ó¥7¶ðO\ç\Ë J¹','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListAccountsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListAccountsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ\×Y=\æ7\ÐdLUoC»²\0',_binary '9F¹“\Ãm	ñ\Íq¬\Ç?œ\ígIZLBHb-\ÔõÿŸ','',0,'?'),(_binary '6sƒ­$vrX²À\ì‹','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/ServiceProvider.php',0,_binary '7²ª\'J¬\n\Èi,vÒ·À(',_binary '7²ª\'J¬\n\Èi,vÒ·À(',_binary '0‚\'wö@·5‹A’46óùt\ß\Ó\ÈE±P¿\Øš/T','',0,'?'),(_binary '6u¬”¸ñû@Œ®¥\0ˆ\ìM','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9LV\Ó	k«Öµy/',_binary 'h\æü\ÙjúW\è†\'ó\ßgø›l¸\0IØ¡<$b³X„¢˜7õ','',0,'?'),(_binary '6x0¡œ¦ûp\Î!\ÆÙ§\Úi','wp-content/plugins/houzez-theme-functionality/classes/class-cron.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-cron.php',0,_binary '\ïb	\Ê\Î0`o\á*\Zd(cs',_binary '\ïb	\Ê\Î0`o\á*\Zd(cs',_binary '¦˜ºV\êÏ…p\Ë\\Á\\$¡&\â\Ër\"d½3\Ñe:ƒR','',0,'?'),(_binary '6z/S\ÅÍ\Ô\ß]ù#r‹p','wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pü\×B\rµ&?<¶ŠD\Ä\íT4',_binary 'Z6e¼&Y@Í¸ƒ\Ý*ÏŸ|\ïcAŒ\Óx³LþÊ®)†','',0,'?'),(_binary '6|n\àšôJœÑ·\Õ~~','wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v?77¼\Ë	ú8R\ë/\ï»',_binary '”[“n\Çeø8\\Htœ\'=\éoqÀùX”\ï\í\ã‡C\í','',0,'?'),(_binary '6}Žpi¦ô5Qs@\Õ<\î\é','wp-content/themes/houzez/template-parts/listing/partials/item-address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-address.php',0,_binary '\Ò$\å¯8S‰H;d\ç\ä\Ð',_binary '\Ò$\å¯8S‰H;d\ç\ä\Ð',_binary '°¤¶ 0¶;/Ò„@,µ–WË‰þ\ÖüŒsc8$','',0,'?'),(_binary '6~¡Z\áò~\Ës†Œ','wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*\ï¬d¡ vV%\ÃO½¾\×',_binary ' Á|úo‰\æñrÆ¹\î*{5\Zˆ+¯{};cc²k','',0,'?'),(_binary '6‚X™¸\Ø\Ô*õ\èR1c','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContext.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContext.php',0,_binary 'm¨+±nq&†\Í\Þ¾œ\ÕV',_binary 'm¨+±nq&†\Í\Þ¾œ\ÕV',_binary 'ô“Ð´ð¦_o¥£#‘EžKeyb¹½\rlöPx\Ø\ËY','',0,'?'),(_binary '6‚]j\àv\ÙW¹k\r3-\ç','wp-admin/load-scripts.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/load-scripts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M•\nx9“-S×“\è\Ñ\Âð”',_binary 'ø\Ãghºß¤0f¥´q\é!˜¡!ª·W‘1JŠ·“€\×\î>!','',0,'?'),(_binary '6‚ü\å\Ðg‘	\'®¼ýËª7£','wp-content/plugins/wpforms-lite/src/Admin/Settings/ModernMarkup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/ModernMarkup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à”15Ç¡ô?9k\ïÓ&',_binary '&j\":<CP2\Û\åZ\0¤\àå³®üÔ‚b7IRAù%„','',0,'?'),(_binary '6„\ÞÆŒ¡™\ÄöC˜®õ+','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\Ò\åóÁHoø\Óu\ÕGkŽú',_binary 'ó5¹\èJ\èE\ïô4ß‡Y\ØoX¬	\Æ\è#ù‰\Ï\ä¦T','',0,'?'),(_binary '6†\éH\Í\é!uZg_ø`P¶','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/globe-money.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/globe-money.svg',0,_binary '(\ç\rÛ´˜Œú\É0·™\ä\Æ\ê‰',_binary '(\ç\rÛ´˜Œú\É0·™\ä\Æ\ê‰',_binary '\Ð+=\rO\Ñw¸\Ñ/q\Ý\é\Ï\ÉFŒ¾\Éè¯\âY\ã!W\èAMl','',0,'?'),(_binary '6ˆ\"¦Y=\Û$\ãJ€Œ‹','wp-content/themes/houzez/template-parts/dashboard/profile/profile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/profile.php',0,_binary '}^\Ë\'¿‰{\Ë\ëdC\"Wš<',_binary '}^\Ë\'¿‰{\Ë\ëdC\"Wš<',_binary '\Û\Z \Ð&g©\0.š»\ÜONg\â¦	p“0dx»','',0,'?'),(_binary '6‰3È“+ÎŒ¨!Áÿ','wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶a—£¶&\ÝúÚ­¥\ÃHB',_binary 'h!´Àü\ÄM’Áµ)|Ž3€ª§¹\Ûz=eg/U«\Ê\ÏBL','',0,'?'),(_binary '6‰E“õ]\ãú\"\Èbº\Ýó','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð^sˆ~\íÇ†\nö¥-\Ñ`',_binary 'ž2û¸A\ßpr\ÕA\ä$” {Á¹s\ã\î\ä_p\Ò>“\Íf','',0,'?'),(_binary '6‹b\Ó\ÇC#$\Z¼	3mu','wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q¯\Ê\'$‰§•AR\nT6',_binary 'ª\Þ)D§\âQø:\×º%`ª¶P¿IüòujÝ„\á$<*','',0,'?'),(_binary '6Œó\\ABA5„šÕ¸e\Ï','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V\Ô6òö\ã:û­yNŸðW+',_binary 'u‘=\èJ/<¸\Îsd´ecb\ëW\á\'š3:\ßP\æ','',0,'?'),(_binary '6šó\Ç\ZF\Òð/\\\ãX]\'Q','wp-content/themes/sinatra/woocommerce/content-single-product.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/content-single-product.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«\àÁƒ²\äW•X[™V»*?',_binary '§Bø aö3\Þ\"\ë\r·-„†\å¹}^kÃ÷a·ü','',0,'?'),(_binary '6¤³/:E%>¨—²3\Ï','wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/Account.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/Account.php',0,_binary 'H\\Yô£qÃ˜X0x	',_binary 'H\\Yô£qÃ˜X0x	',_binary '0Yôeh^÷PlK\à•€–²\'^€ø \ÇÏ‚\â\ì€','',0,'?'),(_binary '6©[\ÍpŽŽšfgl-©\â°\Å','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Coupon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Coupon.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\á$ID³&V\ã÷Zd;K',_binary 'Ò¼)tt¶bß¸½‘\Îpô\Ü*Z^ˆŠy\î9q\×0¾\×','',0,'?'),(_binary '6©­‰oÊ£]ù\Ý\ä%\æ','wp-content/plugins/revslider/public/assets/svg/device/ic_screen_lock_rotation_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_screen_lock_rotation_24px.svg',0,_binary 'ñÀ\Â,U,bŸWT\ÛY<ó~',_binary 'ñÀ\Â,U,bŸWT\ÛY<ó~',_binary 'M\Ïú1—Š¹h|/ªzCn*\æ…\Ö\Ä:óa@=|','',0,'?'),(_binary '6®÷h¼Q£,JS\Õ\×\ëj4\Ü','wp-content/plugins/google-site-kit/includes/Modules/Ads/PAX_Config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads/PAX_Config.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ò\Ç\06›k=\Ú\0\æ\nq\Ë',_binary 'Œ|ðüuE[\çý­3‘þjh=/\ÊT\Ç4]*„†°\åy?','',0,'?'),(_binary '6¯Ž¤¨`¢5ûf6œ?•i','wp-content/plugins/wordpress-seo/admin/interface-installable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/interface-installable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\ë\ÐB¢µ\nQI§\Ô<',_binary 'Qfµjú˜ž\ØÅ²\ÚyR÷;cŠº\åµ\å±rŸž\Û\"Á8+','',0,'?'),(_binary '6°ˆË“_`^\r„Wm]2','wp-content/plugins/wp-rocket/assets/img/automatic.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/automatic.svg',0,_binary 'wsø:\È\á9´‡»¶{',_binary 'wsø:\È\á9´‡»¶{',_binary 'õ90\Ì\È6³^€„eü\çb¢žmø]¥ý*@C\íóš\Í	\ß','',0,'?'),(_binary '6²­ñôxCmpû^‹f£E','wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookSignedRequestFromInputHelper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookSignedRequestFromInputHelper.php',0,_binary '\ä\ÎÑ¾\à¯½.™£ˆþ©',_binary '\ä\ÎÑ¾\à¯½.™£ˆþ©',_binary '\æ\ÎÇ¾pü£^_kj\ÍÓ¬\ÝyÆ‹\'®\î\Ýl|^&\àS','',0,'?'),(_binary '6³À8¼üc¹;É”¨\Ù\Ü\ÈK','wp-content/plugins/wordfence/css/activity-report-widget.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/activity-report-widget.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J„^x;y‚­‚°\Ôc¡ýÿ',_binary '\ÐÓ¡®Áf\ÅaMšWv+ò€¨WŸ%}\Ö\êž`DöN£\Å','',0,'?'),(_binary '6·lLX/\Ô\êHŽ\Õ3X=E','wp-includes/blocks/template-part/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oSu©þ\Îù—*L{Q5',_binary 'Ê¦ô8‚efŸ<|ôi\Üe( \ËñG={KY\äQm&#óB','',0,'?'),(_binary '6¿´;\ÂM¦\êq\Ò\Úñö','wp-content/plugins/elementor/assets/js/image-carousel.9399f19d95d7300cbc2e.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/image-carousel.9399f19d95d7300cbc2e.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼^­2¬)r5›\Ñ6\Æì’¬º',_binary '\ã\ÚƒT¬ey¸\èi¾°|vµ>¿œ½\ÆJž£¢¡X•¯z\Í','',0,'?'),(_binary '6ÀŒ\âb5•\Ìñ?sŽ\è\ï_','wp-content/plugins/elementor/core/admin/feedback.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/feedback.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/\æ¼\Ë\ì)æ•»µB',_binary 'ª\Å(\é9\Â\'\Î\Ù–1­‘µˆD¾\è†\Â^¾9“','',0,'?'),(_binary '6ÅŒš^vm¶ø´k«cQO','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldValueId.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldValueId.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰P\Å?\Å±a\Ý?\â‚\É?',_binary 'lþ$\Âž\Ø]ðümE£\àa;\×\×pc[Ê•)n','',0,'?'),(_binary '6Ç‰:2½Iö­÷E3/‘','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/ProtectedContent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/ProtectedContent.php',0,_binary ':Uºˆ¢\á…ÛA“o\æ',_binary ':Uºˆ¢\á…ÛA“o\æ',_binary '\Ò?	WŠü\ç\ä<c´®4*\Õ¨~Í˜`+\ÐMI³\Z˜','',0,'?'),(_binary '6Ì ,õø_‹\ìqò\êùu…','wp-admin/includes/class-wp-filesystem-ftpext.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-filesystem-ftpext.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì_qŸ\â\Ðn\Ù+\Zvºð´Ÿ',_binary '%ža‰?4Y(\"c&\É¨û{Sj\Þ\Æ86»±	óUmS‹\r\à','',0,'?'),(_binary '6Òˆ\ÐF[\ìN÷,÷¤','wp-includes/class-wp-block-bindings-source.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-bindings-source.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TÆ‡5\Â~u»º¿u4\Å',_binary '\'(]C#y¸ü,Fú\ï\Õ^ŸÁŒ(XœR…\ç¶-ˆ7ò','',0,'?'),(_binary '6Õ™ØŒ\ßr%¥@~d<i–','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Migration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Migration.php',0,_binary 'F´m¤pY~#W#H’ß›w',_binary 'F´m¤pY~#W#H’ß›w',_binary 'Z~ðBð!¼Omð\Æ^¸c\ße¶©\ç‡=•–¦ê¯\æ','',0,'?'),(_binary '6Ù¨	\Îÿ:{”^D\á‰','wp-includes/js/jquery/ui/accordion.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/accordion.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ»H\Ï%oF,',_binary '[\ïaœZ ƒ\n•£2\Çz¡ùãŸ˜!\ÝD™\Â\ìš_\ã','',0,'?'),(_binary '6\Ú;#	\Øú%l+ù¾´','wp-content/plugins/revslider/languages/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/languages/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '6\Ü?™ƒ\æ#*\×Þ›\âI	C','wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý³n¢\í75\Ö\Ù\ëü´A\ç',_binary '’“ :Ï£úTôÁ\ÐCV\ãvi®Ó >oÉª/\ê\ékÀ\ê”','',0,'?'),(_binary '6\Ýpf\îúˆO\èl\ê¸\äLo','wp-content/themes/twentytwentyfour/patterns/team-4-col.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/team-4-col.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd#<Ü±\ÆnS\ì‹5\Ã',_binary 'N,rTV¤>§ø\Ð>ûª\Ü}¬›\ä#´\ÓYì–œ\äø\ÐW','',0,'?'),(_binary '6\à¬\Ä@ñ˜VŽ\Ì/\Æ\0','wp-includes/blocks/comments/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u•\ÝÀO°!l*\ÉO7©¤',_binary 'Š±:ðÿ%[*ó‰HWw‰fO\ÌC\â÷B‘µ\à7&X1','',0,'?'),(_binary '6\å \Ü%o3n`¼û7Ù¢E','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/WPAdmin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/WPAdmin.php',0,_binary 'u	\'’L\Ù\Ä\Û«Çœ¤ s',_binary 'u	\'’L\Ù\Ä\Û«Çœ¤ s',_binary 'Ó–÷\Í]–µ.„ÁÆ¶š/¿P¤´T³4òÚ–jŒ.´VC','',0,'?'),(_binary '6\í#\rÛ»ô\Õ\É\Ö=”ˆ\Â','wp-content/themes/houzez/template-parts/banners/property-slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/property-slider.php',0,_binary '®Ÿž\'k\ÚmY/BŸï¹¸•',_binary '®Ÿž\'k\ÚmY/BŸï¹¸•',_binary '·QQ\\õGS\Øc× \Î,©©f\ß7Å›dv\ÕG¡h\r ¬','',0,'?'),(_binary '6\ï\Z®­-/ø©;¯YKÄ£','wp-content/plugins/revslider/public/assets/svg/hardware/ic_desktop_mac_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_desktop_mac_24px.svg',0,_binary 'dœ‹8Vº˜!>õ(.¢A',_binary 'dœ‹8Vº˜!>õ(.¢A',_binary 'l]¹%\'sÚŒ“5õ\Þ;W\å£\É\àÀü\ï¶n g\Ð\Û','',0,'?'),(_binary '6ñ¶\Êi\×Á\ÇÕƒú¬Ÿ{“','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SiteClassificationController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SiteClassificationController.php',0,_binary '+ƒ’\"J\Ö.¶k¼2ýV¾’\×',_binary '+ƒ’\"J\Ö.¶k¼2ýV¾’\×',_binary 's~„ \æT\Ç%C°Š 	lÁ\Ü&ú3\Èi2ŽVY¦2O','',0,'?'),(_binary '6óˆ®j\Õn?\Ï\î\ÃVü#Š','wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?\'³x\ÛkVH\ìˆe\îE]$f',_binary 'ºñt\Ô/w\×kZl–\ÒA\àÿ\ÓJ%³ÜŽD<‹a¤À','',0,'?'),(_binary '6ôMý*Œ”§µß›Æ®·','wp-content/plugins/updraftplus/images/notices/new_year.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/new_year.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î=uN\ì²w\çta»^\r\Ä0',_binary '¦rŠ\ëi!ž2Z\Öð¤:d\è\Ôjv‘t\î‡~¨qµ\â¯','',0,'?'),(_binary '6õ6òa¬pÏ©€\Ê2‹c®','wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!¥„\æ›$÷+(¢‚Ÿ¯\\',_binary 'D‚( \ÜVŒ\\¢Ìí¶£|ú\Ý\ÑþÁ\Ëû´ó†\Ä\íÀý\Ó@','',0,'?'),(_binary '6ù\Ý4oo7\Ï!¹\á6„õ','wp-includes/blocks/post-author-name.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author-name.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž¨<»\'U\Ñ2\Ç\nwT}\Ã',_binary 'mÀ–€ \ÊÀ	Í¬v^úTuš0š\å\ß^õ3F·\'º','',0,'?'),(_binary '6ýc€	ü½jÙ«fû;F','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php',0,_binary 'Bñµ\Ý\ÆT~:Æ·\ãÞž \Ð@',_binary 'Bñµ\Ý\ÆT~:Æ·\ãÞž \Ð@',_binary ':cr¨AU\á·Å‚\Ñüó~\Âb5…Ê¡M¯¶M\ÇW•\È','',0,'?'),(_binary '6ÿ‡\ä9Á§É¨Jþ}¤ƒ€‚','wp-content/themes/houzez/template-parts/search/search-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-v3.php',0,_binary 'x¥¢\êeS\Ë\"3\Åô89\r',_binary 'x¥¢\êeS\Ë\"3\Åô89\r',_binary '*{iY\"ß´Ÿ\ç\Í5\Ò\Ï\'î™«­\è™G·M9¸\Ö\Ô>@‹','',0,'?'),(_binary '7n‘sd:5¶®¦^ªvˆ0','wp-content/plugins/elementor/assets/js/webpack.runtime.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e®Ð•»\êly®úg«$U\æ',_binary '\îjg1P\ÅmH\í\É\É\à¼œ3Ð‚\'\Õ;=\ç_S¡\n','',0,'?'),(_binary '71\ÒþE\î\Öõ\ì©\Ì8','wp-content/plugins/elementor/modules/favorites/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/favorites/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãw+ƒ\ÙQ5‚¡\Í\í$ÿ÷',_binary '§3»×¬º\Ì\Öä‡«VyÅ¬mrU\ìÅ ˜\âZ\Õ\ru]U','',0,'?'),(_binary '7\"\Ös\Õ\å\ë~|5ý­','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sugarcalendar.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sugarcalendar.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»e}þ1ùN‘[Í¿\á\Ò4+x',_binary 'ŸÁOxkœc\ÕÁHLj÷\Èaý\ÅCc¦÷G\î76#\0H','',0,'?'),(_binary '7\"¿ó®å¦¿W–\rŠ\ÄÑ½\Í','wp-content/plugins/wordfence/lib/menu_wordfence_central.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡\ÖQÔ˜\"Àd\ßf\Ûn ú',_binary '\í<O9\ÝorŒE\Ïw´a\ä‘\ëo\Îf§ˆ‰ª·øÀrƒs','',0,'?'),(_binary '7%‚Nô¶Ž\árð\×m«','wp-content/plugins/updraftplus/images/updraftclone_logo_white.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraftclone_logo_white.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T*\å6˜5\n\ïj3\Z_©\Ü',_binary '0PZ…˜™¼«\×ôò?\ê±f¤AS¿tiB*¹\Ño-\Æ3\Ù\Í','',0,'?'),(_binary '7&ÿ\Å7²68™@ñ°S','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/description.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/description.php',0,_binary '¶\0;Mj\Ö\ÜôL§L‡ZÁ',_binary '¶\0;Mj\Ö\ÜôL§L‡ZÁ',_binary 'I;%SV<S&k\Èh%odž¬nµŸjVI\Ûr','',0,'?'),(_binary '70\Ã5+H>nÐ66ðHo','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/TransactionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/TransactionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'=\'*1§#öFORUžJ¸',_binary 'a—– \â8{ðþµÈ©\âLC¤\ÙG¬\Òq\n¾¥E˜\Æñšk','',0,'?'),(_binary '74º#ü\Ñk9\'©c;¸p','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/HelperCollection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/HelperCollection.php',0,_binary '\î•^\îK¹E\íö†8qö\ÜI',_binary '\î•^\îK¹E\íö†8qö\ÜI',_binary 'ÿ,\Õ\êT{,3\ÅBcûEB*\\jò¯|„ \n\0kV:','',0,'?'),(_binary '79ð{>÷«\É6»7£m\×','wp-content/themes/houzez/img/Google__G__Logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/Google__G__Logo.svg',0,_binary 'ö\ÎV–\æ4g”4=¹Ÿf\Ý',_binary 'ö\ÎV–\æ4g”4=¹Ÿf\Ý',_binary '‡ÀÖ¢4«\Ó\Ýb†Æ‚¶ô1ló\ítö›Ê›~©«s','',0,'?'),(_binary '7;l±»ý“Á\Ú\ç‚,L‚­Q','wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/AdminBar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/AdminBar.php',0,_binary '‚B3Ô³TD\ÏÈ£;\éV+\Ø',_binary '‚B3Ô³TD\ÏÈ£;\éV+\Ø',_binary '\ÄüS\ê\Ô×ƒì€•\Z±÷NÈ¨e€YH\ß7½3®ú9û\âº','',0,'?'),(_binary '7C_eü\Ëú\í¶	Q0žQ\è','wp-includes/css/dist/preferences/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/preferences/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^Ak¸f\Ü!_x|_DH†',_binary '4_‡–k’7þƒûð‚¬\ËL«P\à!\Ñ,\"ˆv1 gõ\Ú\é','',0,'?'),(_binary '7Cˆ\Å\\`ÿ²fYya\á+%','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úþQS\Ûñ°Ýt\ÞX\âo\î',_binary '\ÒdC·¿ûiž¢·\çØ¦\Z^ƒz#þ‡Ø°²8Y\Ôhöõ','',0,'?'),(_binary '7G\\‘7Q¹«ôaýrºŒ@%','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/field_switch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/field_switch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'MB„òöj?Ì†\'P<c\Ø',_binary '±‚õ\ÄvuÀ3T\Çt\Û¨ðU\Â=\r*ŠJ¥','',0,'?'),(_binary '7Q \èmPX\Ì\\\ãþÂš³\à','wp-content/plugins/elementor/assets/css/widget-video.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-video.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O¥†ló\×ìŽŸò%\Ô×˜\"',_binary '=ˆkCP´\Ì\È[É†œÆ½¨A³_S¹‚u¬’v|P\è\ï','',0,'?'),(_binary '7SòP¶ƒJIS—{H¢|','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/RendererFormattedStrings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/RendererFormattedStrings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I]‚Õºö\Ì z\ÞY\ã',_binary 'j-~S\n~\Åþ÷Wû\ß\Â\Û\Z‹Œ…*\é±Ã¶ß³\\t‹\æ&«','',0,'?'),(_binary '7d\É\ëpª[\Z»x\"£\ç^','wp-content/plugins/redux-framework/redux-core/inc/themecheck/css/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/css/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '7m/®¯G\áöù©\È9À)','wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/bootstrap.php',0,_binary '],Šj0º®†\"\å\'2^†',_binary '],Šj0º®†\"\å\'2^†',_binary '‰\ËÁsl¤ôJ‚¿¥C\Í6=ÞŒg8ª\Ç\ìœR\ä¯ý3','',0,'?'),(_binary '7oj@\Û\è•J  CöÈ¿‘š','wp-includes/blocks/site-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<Ztq¯\ã¡-Å¯\É\É',_binary '× „¿\Ã6\ç;«YP,;ž\Ù<\Ý\ì\ë|\ã\ée’','',0,'?'),(_binary '7r‘§uFñ˜±@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬MZU¢\×U…Ežª£{ó',_binary 'þ®}¾\Ëò\ÐXÿ\ê)89¦\Õ\ã»[—4\\!H\"\Ê\ï\\}ø','',0,'?'),(_binary '7w\â–1\ëJ\ä0®k','wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²Y˜\ß\Çõ·\ßUq‡\â‹',_binary '#\Å|“ve\âÓ‘þ†0\æJE\ÂBGY:ü¥•À%ˆz','',0,'?'),(_binary '7|oOU›’ùz\0Ef»œ\ä','wp-admin/network/update-core.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/update-core.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò´\ì¬LŽ;G_bu\'\\',_binary '\Êv,I/L^š€¥ww\ZX1˜2 yîº§T\êÉ£I§“~','',0,'?'),(_binary '73Ì–ñ§pn\î¡v\Z—ö','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/autocomplete.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/autocomplete.js',0,_binary 'ô¬À3hª«O\'¸',_binary 'ô¬À3hª«O\'¸',_binary '/D\ÆVJ\ÇT\×^³3/3\àÿEQŽ³\ã/°6ù\Â[','',0,'?'),(_binary '7ua<\Ö(.ú—LÕH(','wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N{\n\ÍG\'—\rCj\áB%',_binary '‡T0V\Ål:\"£õO\× uU¤÷u–Sv*þ\ì^bb','',0,'?'),(_binary '7„Ì{g.°\à=À\Â\Å','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Terminal/TerminalServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Terminal/TerminalServiceFactory.php',0,_binary 'Àuî¹˜™¯¬n\Û	¢«ú\Ä',_binary 'Àuî¹˜™¯¬n\Û	¢«ú\Ä',_binary '† »H:8Š\Èôò­\íÌ\Ýb|\n,k\ï[H¸8\éx‚V','',0,'?'),(_binary '7‡óÀXu2‰;‰-/³#¸','wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/PersistentDataInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/PersistentDataInterface.php',0,_binary 'u‰iªea˜È¬/šLªg',_binary 'u‰iªea˜È¬/šLªg',_binary 'ü:ŸŸ‹\Å5@öqq¸\ßøThKE\îI*5°1úñŠ<','',0,'?'),(_binary '7³\ÔW‹ºpøM)T¨\á\Æ','wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œø_®t\rX\ì6[\rëŸ¾zA',_binary 'kéƒc~·Bl‡+­ö˜\Ô[Ê§¢„gN«D\Ý1F&\Z‚','',0,'?'),(_binary '7”M+\ÉU\ÖôY}\Ë\Ï&*','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php',0,_binary 'K3T“Y¹…ž4P9ˆ\Ø',_binary 'K3T“Y¹…ž4P9ˆ\Ø',_binary 'Þ¡J•¬)\Ç\Þm‚E»Ï‰®\ÎÏ¼B\é_W|i³*Q_xj\ê','',0,'?'),(_binary '7›ŽCi£%”6\Ýy¡ºv›J','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-ad-blocking-recovery-5ec12229d17f3e26e18d.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-ad-blocking-recovery-5ec12229d17f3e26e18d.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?ñ‘¾Œ²LI\'§[¨j^',_binary 'NÃ“x\ßûfð~‡H<F[H/ý¥‹¼E\0³NB\Ì3vV','',0,'?'),(_binary '7£%üd3Y°˜²õ_\ï','wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_HF\Æ\ÉMh÷À’±\èìš¾ú',_binary 'õ\Ö\Ür‹‰›“òòi-œš,\à¯D3žR\Êöæ€–x:','',0,'?'),(_binary '7¥Kð•¢g©E¯µ5Ý»','wp-content/plugins/elementor/modules/history/revisions-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/history/revisions-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qüÜ¶Ÿ\ì„\ã¼*+\É\\‹\ß3',_binary '\éwI©6£ôEV¥¥¤Ð»€1ÿ-\ØB¨+…|¯\Ö\Ë','',0,'?'),(_binary '7¦w¯\ÚÐ’\r©7n©µ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting/ReportType.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting/ReportType.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ4\Òzoqv\Þv3–i\Ù_',_binary 'Z˜º\ëM}P¼±\Í5<yQÁV\"u²\Ëò\ê»’´‰ª','',0,'?'),(_binary '7¨zc\ã:¶¸«Ì«]De|','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/TranslatePress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/TranslatePress.php',0,_binary '2<>\ÅÁ+¥(\á\Ô1†\Ò)',_binary '2<>\ÅÁ+¥(\á\Ô1†\Ò)',_binary 'øD=_kœ¢\àT¶tº\ËIp\ï+\Ì/cy\é›\Ðm\é\èô!','',0,'?'),(_binary '7¨ƒWz&\Ò§{\Æ—','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(E\í(Š\Ò4?ŒŠ<@',_binary 'F\ë\ëöc€0K\ß\ãôJ\Éb\0À‰e4‡”\áEx ?7<','',0,'?'),(_binary '7«%Wy~×¹P?«xò\ç','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥lzV6`wmZBs\Ï\Ö',_binary '\r ¡8óþ¯&øJ\ä¦34°Ð±¥\ÚÇ½¿»Á½þ','',0,'?'),(_binary '7¯v¤1»gþ\Ò1¤™Í¨','wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N4òeú\èó;²zâo',_binary '•°%H(\ìK%”?»\ï‚\ÈG€0[E\Ì¥šƒµ','',0,'?'),(_binary '7²ui*\à\ÖÑ©\Zd\\ø]','wp-content/plugins/revslider/public/assets/svg/action/ic_motorcycle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_motorcycle_24px.svg',0,_binary '\Å½>Føt\Ô;]û\å',_binary '\Å½>Føt\Ô;]û\å',_binary '„ÿ\Ð\á¯þ„\ï˜y\Í\ã\Ë7W‹(4b_\ÍÔ¹X~¯','',0,'?'),(_binary '7²‡o^l\Ê:\Ò\ËB','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜Á	Œ\æI¥Ý¶3‚‹S',_binary '!MÚ’Þ«Dw£•\é\Þwe(²!\Î\äö=\ï\éÞ¨d\à\Ö,GW','',0,'?'),(_binary '7²¯jU\Ã\ê}@GdiS\È','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>‹¹\Ñ\ÎÅº­`™†œL.\Ê',_binary 'T%%Ppša\n_Ë…Ø—•o+\Ê3€M\ä§â§ž‘\à\ëƒ\'','',0,'?'),(_binary '7¶GcHy\Z\Ì<ù:kU','wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\æEy\Î_¢e7¦\Å}\ÒY\Ã	',_binary '-®8\"ø^Zq0M÷b\é=Kµ¼ª\×\0™\í\çm\ß$s\ã','',0,'?'),(_binary '7·\\£J™A^zhŠýW÷V','wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\Ô\å\Ôw3œ‰™\Ñ­²#',_binary 'g®03Q+g°Õ».j«Â”\ân*~m±\Ë\çfô\Ðd\ïi‹0','',0,'?'),(_binary '7¸°˜ù\È½@”r5®\î','wp-includes/blocks/gallery/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì\Û^or®\\9‹–\Ë\Ëx\Ò',_binary '3\å\ÆUÀ%ù6„/\rO\à½e\Éz=hžý=\Í1™±*','',0,'?'),(_binary '7¹€\ÃD\èz\ÊZ!½ñ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesCustomMetrics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesCustomMetrics.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ32\Ëzÿ=`‚\á]‚b°',_binary '_µ*\Âw„W M\ï\Ï\r\Â@¡ƒ¡\Z{w#-¡*','',0,'?'),(_binary '7¿\Ç`6`Á\êµ|°dÐ”P','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/translit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/translit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•I›ž <ûn@È†\Ö',_binary '¤°\Ã_£\í½-¦A_uªD\ÇöNòe†™òÀ˜\ß','',0,'?'),(_binary '7À[-þ]÷¨o€¶\Ûj','wp-content/plugins/elementor/assets/js/packages/env/env.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/env/env.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Au\å\åö1\Â!s±p”b´]',_binary 'b\Ã±)+ˆ5ªDhx\ÉöyO#Â£¸%Z)´œ','',0,'?'),(_binary '7Àc\îÂ¢)\Ü\æSóebµ','wp-includes/js/jquery/ui/menu.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/menu.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(ISð\à¥pªÖµ\'\ÄZU»',_binary 'n2£\î\èv$\à…\ì\Åún€\r6ý, °WU[N»','',0,'?'),(_binary '7Àc÷.$P!\×\"Œò¹š†','wp-content/plugins/wordfence/images/sort_desc.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_desc.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©<„®\ÕjÿŒ_³ËŠR2',_binary '*†\ïþ-õ9\Ô.¹û¾HGO6/\îL\Â):C\×d\Ãz\ã','',0,'?'),(_binary '7Án\ï\íÚ¨#\ì&f4\ÉA\×','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '7Â˜ð¾º5\Çg\0F²ö­','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/FacebookTracking/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/FacebookTracking/Subscriber.php',0,_binary '\Þi—<x4\Z}‘›¢‡#',_binary '\Þi—<x4\Z}‘›¢‡#',_binary '\ëð4\à³£Ÿ-ò¼¶Ý‰‡ù\Ñ\â\Ô\\Ï•ˆ¢/¯\ß+ÿ','',0,'?'),(_binary '7Æ¡‰8O¸%vzŠý\ÄT','wp-content/plugins/google-site-kit/includes/Core/Storage/Setting/List_Setting.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting/List_Setting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„\\\ïh‹n\Â\n£\ßqõs',_binary '\Û\ÌÎ˜\n\å¾:·™h¦R§\Û\\l\áFÊ·©\ê˜Ï–','',0,'?'),(_binary '7\É\ÇÉ€l\rp„\ï\'†Á\Â','wp-content/plugins/redux-framework/sample/sections/presentation-fields/content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/presentation-fields/content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å\Ì\ÑBTI…€\Ñ\0þ\Ò6oý',_binary 'Xû?\Ñ\ÏvW\íò(ò×Œ>\Ôü\Í`’5w\Z@„L\n©','',0,'?'),(_binary '7Ï‹\Ôt¨d]B…’?\ß\Ò÷','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'í¨˜\îû_„=&œýŸ	Wt÷',_binary '\îHS€l‹’\í8<*üp\Õ3C \Ì@	2°a·','',0,'?'),(_binary '7\Ñ	¿#\Ër.@e#z‘Qm','wp-content/plugins/houzez-login-register/social/google/external/URITemplateParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/external/URITemplateParser.php',0,_binary 'Ü‚\ÝBH\â¼Kø;û^iŒ',_binary 'Ü‚\ÝBH\â¼Kø;û^iŒ',_binary '\ä>©\æˆþ:²\å~\ÞUg?@\ås\éI\'c]m7)8±¦·r','',0,'?'),(_binary '7Ò·\ânf \Óv=ˆ&','wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce/notifications.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce/notifications.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö˜Ä¬4\çüT\Þ\0^Æ¥‰\é',_binary 'al	/Õ°\Û\Ô;··ùA\Å\ßI5û\Ý\Ù\Ò\Ô382ð£v\á','',0,'?'),(_binary '7\ÕXV¨ø‚®†_…Y¥:','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éói\æ*\Ø\É!›—\ÔW¢q\Ü',_binary 'Ê•º#\r¹n/\ÇòŸAŽ\ëL\\\È!7€x„¨)aŽŸ','',0,'?'),(_binary '7\ÖüÃ¼ž«[@n\Ç\á+„','wp-content/themes/houzez/template-parts/listing/partials/garage-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/garage-v2.php',0,_binary '$H?½1|.T„K«ª‡\Ô',_binary '$H?½1|.T„K«ª‡\Ô',_binary '\ê;°°r#o$\ë\è†/½o.B/<dƒ\Þ\ÑV\Z','',0,'?'),(_binary '7\Û\Ê\Ã87«Œr+É†','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-contact-bottom.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-contact-bottom.php',0,_binary '<\"ˆAT\ß!\Þcl\ï\ÑCs',_binary '<\"ˆAT\ß!\Þcl\ï\ÑCs',_binary 'Œ®špÁ\0Gâº˜¡­8MÊ›µOh$\Ê\æ\ì)\ÍN','',0,'?'),(_binary '7\ÞY|7”^\Z™£\Ë\ÏVq','wp-includes/blocks/site-logo/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìô&\æ\èý\ì\ÒU\âOSp',_binary '\ï\ÆO\î§\×€ycôª±þqdƒ\ÌT³\ÚÕ«fÖ•€Í‹,,','',0,'?'),(_binary '7\ß\ï¡/n\Æ\Õd•6|\n-¨','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/css/field_social_profiles_frontend.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/css/field_social_profiles_frontend.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÏœŽW…Y!x“úP—\êaù',_binary '6š\é0\à(¼—` ò¬\ë¿\ÞñŠ\ÒN\Ì\Ó	¸Pÿ&!gz\Ù_','',0,'?'),(_binary '7\å(˜ \Év¶\âNB:—^','wp-content/plugins/wp-consent-api/readme.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/readme.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B³Mn\Ó¸Yg>ó¤~',_binary '5\ÇÁ\Õ‘Á‘-\ãn‡¬3/½\Ýovô{5ÄŽW:\ê\Û\å\Â(','',0,'?'),(_binary '7\éµ\Ç\Õ6T_•®p°\éŒË±','wp-content/plugins/revslider/public/assets/svg/action/ic_restore_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_restore_24px.svg',0,_binary '@€þ.ÿ\×j˜ËF:mf',_binary '@€þ.ÿ\×j˜ËF:mf',_binary '7)\Äý\\¨\Ð\Î*\0du.i\âT»b\Ïü¢8é†¼\âšOZ]','',0,'?'),(_binary '7\ì\Ðó¥k°Xøf´XmÿS…','wp-includes/js/dist/vendor/wp-polyfill-fetch.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íN\á\r…]…\\ð8‚f',_binary '¬\ãñ\î-go‹>ùnú«ÿ0N\Ì3þòv|\ï³ð\ÖwÁö','',0,'?'),(_binary '7\í2\0”KLG\Ý|h\à| šª','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BaseStripeClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BaseStripeClient.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'SEmmçŠ‘¥×¸”o™\Ù',_binary 'G\\<É²ö”€½\Ù	X\ì\Åýî²š\0S/\ÓcÌ§c#@','',0,'?'),(_binary '7ñ\Îi\à\ã¸\î;A+\ßr','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Admin/CTA.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Admin/CTA.php',0,_binary '//µ”\äørwg»&6Ñ”',_binary '//µ”\äørwg»&6Ñ”',_binary '\"8“4½o–¶ð,œ}EPjˆ~s\ÑI§\Òø± ªª\î\Í¦','',0,'?'),(_binary '7ôu\Z#p¦/;PžXÞ¤u','wp-content/plugins/wordpress-seo/images/academy/keyword_research.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/keyword_research.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«b0\ÍDM\ä‡@d_õN\Ç',_binary '\Ú¢!y\Ê+‹µ\ç\åm—‚qUX­¥\éWœjC½','',0,'?'),(_binary '7ø!$G†¯\Ø\Ó\Ô\Ï<X2©','wp-content/themes/houzez/framework/metaboxes/packages-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/packages-metaboxes.php',0,_binary '\×YEû\ÐH!$\ä¶­,›',_binary '\×YEû\ÐH!$\ä¶­,›',_binary '£\è8ñ.C¢\Ôç›\È; `ãŸ­>aR¢ó\é\ã@\Ü','',0,'?'),(_binary '7ù2\ß_R´Dž\Ç;nª','wp-includes/blocks/block/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/block/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'HÁù¢Ž,,÷¼ŒMùaÁ“',_binary '=S3±{\ïe4_\r9<|¥fúœ¹·#®\È7c\îº ','',0,'?'),(_binary '7ú{ò¢<rv\ê ÁœC9','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_hdmi_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_hdmi_24px.svg',0,_binary '‹\í\à/\ÍLtï –;!kÒ¾',_binary '‹\í\à/\ÍLtï –;!kÒ¾',_binary 'FLEQF3bôa\rJ©$ÆL\Ì/½—¬Ï¨\é<2¿','',0,'?'),(_binary '8SqeUõ\ç¾šõ<','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/HashClientIdResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/HashClientIdResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n’gJ‚>¿`­º­\ÛP',_binary 'hE€\'òþ§!­»\\<\ÏS¯+Eµ³‚\ØBx@wý^\Æ','',0,'?'),(_binary '8ö4\í/Ž3ðm°\Ùt„','wp-content/themes/houzez/inc/styling-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/styling-options.php',0,_binary '	Ö†fÍ„Ó™¼\à\nŠm!]',_binary '	Ö†fÍ„Ó™¼\à\nŠm!]',_binary '\âœA{§\ê¹`‘²E=+ZS\Ã\ëM{\è•\æu‘}qk','',0,'?'),(_binary '8\ZJ\ä\r˜¡\Ë$n{','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡v &ºQ\Âûýµk‹û3\í',_binary 'R\×ÁªR·\â	?\ØÀ1\É|}5“f Yx\ï?ª7\×HR+e','',0,'?'),(_binary '8\ÙW\æë„§j—`öÁñ§','wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿\Z²¯T½¥xs\ÕG„Xš\à',_binary 'øS²€h4ñ~O8uðJô«p˜C\à0˜Púž\0\Û_§','',0,'?'),(_binary '8$¥«ù¼0\ÙM½ïžšÏˆw','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/open-sign.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/open-sign.svg',0,_binary '\ÓË¡\í\\L\Ö;¼\\\Ç\å\\\Ég',_binary '\ÓË¡\í\\L\Ö;¼\\\Ç\å\\\Ég',_binary '˜\ZS\ÝhòKa>V,¨=\î}ò\ì8U”SWc<ŠU\î','',0,'?'),(_binary '8)):£;±\Î\Ô\0fœ4ƒ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaConversionEvent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaConversionEvent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìµb¶$F¶¥UŠ\×X—ŠW',_binary '[t\ï]X\é(\ã3\å{wô3w‰/Ö‡²mkØ€\×!!²','',0,'?'),(_binary '8*r=\Ù7ª@(\ÄõD•\Ü','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' Ç†\ï\n\ÇÝ›\ÏM¾g g› ',_binary 'ŸNpÖ™è‹ºº/\É\ë<üÕ¸wœ:qÀÀ€9g¹\ÛUv','',0,'?'),(_binary '8+‹Áx¬o\Ò\ì3A%\"','wp-content/plugins/redux-framework/redux-core/assets/js/redux/tab-check.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/tab-check.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö°²«~«\Ñ\ãN5\Õ\è\ËV',_binary 'œ™³¸½Sm¸ª†[Œ\r»?i·´j\n\Íz»•cú ','',0,'?'),(_binary '8+¢ÿ=0³xŽ\ãoü\êš','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaArchiveAudienceRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaArchiveAudienceRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘ø‰ˆ \Z]Gb\å\ï@ƒt',_binary '9\áD:_e4=·&]>ô\"\îÁƒ\ÛP#ö¨È½s\î','',0,'?'),(_binary '86:˜™Mm£\Ïk\Ç','wp-content/plugins/google-site-kit/includes/Core/Site_Health/Site_Health.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Site_Health/Site_Health.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\Z‚²Gp#¼D\Ê\'™c\Ís',_binary '\ØiºiK\Ì\ïpH\0\Ç\Ý~¶0Œ\ã.\Ó|¿G¯j\ï\"\ä·V–\ç','',0,'?'),(_binary '88\Ì\Æe“7Md\Ç>“CWþ','wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õmò\é¥njREN\Ñ6ð',_binary '/\â\n1Z·c³C\ßE\Ý4¹`D:D\ê,%\ÝöY\Ï\Æ\É×©«','',0,'?'),(_binary '8:ú\ì \Ú\è\ÜHòöx!U','wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property/Property.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property/Property.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™Jð\Ê\æ	„\ìL”J\â{',_binary '|IOru\ÓINµO\ì\ï Ô›N\ì¿\Ål˜¬zM\Ý\èŽ\Én','',0,'?'),(_binary '8=ÀI\å¯ôa÷%œƒk\Ò~¯','wp-admin/js/editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®€E[Ž\Û+±PZ\Ûö§„ú',_binary 'z”þ\\\n${\Ö\Ùôò˜.\Å?%ü\ÓŒ¤\ã–%™¢®\à¦','',0,'?'),(_binary '8?6Bˆ\r¾\Ý÷pl2ºR\Üx','wp-content/wflogs/config-synced.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/config-synced.php',0,_binary '¯qg‹\"Fo\áA¸vó´ü',_binary '¯qg‹\"Fo\áA¸vó´ü',_binary 'Ü™´»:,m&=–¹¿‹`\ÅJ\ë\ã\éz\'H\Ä:ºð\Ãj\Û','',0,'?'),(_binary '8A5r)\ä.ú«N¥‰O.\ã','wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú?Sþ0¡\ÊYƒž7G',_binary '‚ð—NA\0”tÂ¼š(5¹ZŸn\ä\ät*~8w3´6h¶','',0,'?'),(_binary '8CG\èaø‡â†ž•VŸúg','wp-content/plugins/revslider/admin/assets/js/modules/help.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/modules/help.js',0,_binary 'Ô¤ôE\â`p‰*\â;?Ã»ýO',_binary 'Ô¤ôE\â`p‰*\â;?Ã»ýO',_binary 'Þ¦ñ\èò\Û%:xhòMµµföœa=TR}™','',0,'?'),(_binary '8J\Þ\Ø8\Î\î\íü½Œ*¦š\Ýd','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X¤\Âö²*\ä¹×¶ ¤J',_binary '©<:2»hÿ)¬œþ³)«ÿý‡9ªµÑ§È²eš²','',0,'?'),(_binary '8KWòB¾R¡`›\Æ|¢Jö','wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A††\Ü!MRE\ì\ì™Iö~',_binary '@að6L	3R|\ã\ä\"bgV‰\ä\é/xýˆ\Éô»q¬\êa','',0,'?'),(_binary '8L\Ñ\ì\ã2Ø˜\\M\ë\æƒ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/RuntimeError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/RuntimeError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠyŒ—\áB¥a\î}[øò',_binary '”•¢\Â>5o\ëõõ³)U\ç\×r‘ði¨\à\áe~•¹…‚','',0,'?'),(_binary '8V»þýŽÝ¨´®J*kD\r\ç','wp-includes/html-api/class-wp-html-attribute-token.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-attribute-token.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§.WWnjªú€¶TöU\È',_binary 'Œ£†R\É\êsº¬_\Ûõ‡KqD\Ï\äD»M\ÅŠ\ëk\rOH¯','',0,'?'),(_binary '8W™\ê8\éÆ¨r‘d‚ZŽ9','wp-includes/blocks/navigation-link/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êw»…\ïXqÀ	W\î€À–',_binary 'À)Ê«‘^\ÚýA\ç\ã‚:s\Ï\r`hœ‰•%xœ¨\âR','',0,'?'),(_binary '8Y6A‘¦aŠª§¸\ì\ÎoH','wp-content/plugins/elementor/assets/js/ai-gutenberg.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-gutenberg.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§—\\¥“v)\Ï7\é}\Ø.¹š',_binary '\ÎAþò/‡dŠ\Z\íwn÷}\Ì#\í2\Ø5yú\èÿÑŽcC','',0,'?'),(_binary '8Y/g¯‘\å.ù\à8þ“h','wp-content/plugins/revslider/public/assets/svg/notification/ic_tap_and_play_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_tap_and_play_24px.svg',0,_binary '¢hj¸_ÎŽÙ¿\è\ÏE¯A',_binary '¢hj¸_ÎŽÙ¿\è\ÏE¯A',_binary '\ã“I\Þø|Ð†¢$ÁÆ§~„²a\íòx\É]ým7ð6…	$k','',0,'?'),(_binary '8Y­õ\Åv¿\ëC\É[,ž‰','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý:\0ð\Ñ>²—\í\Ø\Ç}LQ\0',_binary 'À\ï\Ã_U\0]q=Õ‰Š®f\\¿/ 	@d¡\Ì\r¨+v\Ü*(','',0,'?'),(_binary '8\\\í\ìoû\Õ,ýb¿\ÓX','wp-content/plugins/redux-framework/sample/sections/basic-fields/password.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/password.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[ÿ9uˆ”\Ö\ÂB|\Å\Ú',_binary 'ž\Íû—Ù«–Tõ\Î¤”¢ùÓ†\Ëý	‰b<‰’¸\æ+','',0,'?'),(_binary '8^\Ö\"\Ï”¯\Ò\ÆsC\Å','wp-content/plugins/wpforms-lite/includes/fields/class-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e\ÝÜš€»nF›R°\î7\å0',_binary 'a˜Š\\x(W†`ax4Ê•–\É»\×ý¬®†W¿\å\Øñ','',0,'?'),(_binary '8`±9p*;p‚š\Ø0c‹Ac','wp-includes/blocks/comment-author-name/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-author-name/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Oe8ˆl_ùö\ÜM\'G•ý2',_binary '-|ûF‘¯²lÍ‰dŠš\ì¸L7‚Ž÷ö\ì‘OŽ,K¤V','',0,'?'),(_binary '8a³b^+\ÞJ\ÊMóÁ*\Ê','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/LoginRedirect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/LoginRedirect.php',0,_binary '^\Ñ.fŒŠN>´\ÌÂ¡ ‡õ',_binary '^\Ñ.fŒŠN>´\ÌÂ¡ ‡õ',_binary '°$ÀªÌ¬´r=¥÷…¿\é >eóöˆ˜õCŒ[Fü@zv','',0,'?'),(_binary '8aL¶Ž\ê!\îŽ>‹(J/','wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\êüN\ÆB\Ò\ÄRƒ6H',_binary 'C\éV\ïaŽ\ÅÁ\0­\â¦®@+\à>w7®•ID™','',0,'?'),(_binary '8h»uA‰\Ö$Ä¯Ô\á','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/Types.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/Types.php',0,_binary '\æœKp\Ð\Â\ÕPj\ãŽü­»$',_binary '\æœKp\Ð\Â\ÕPj\ãŽü­»$',_binary '\ÔüÿUúrSE:X\Ò \'\ÌSÉ­B\'(<\ÈKl ”\ì','',0,'?'),(_binary '8jQbÁ¤­F\Ì/¯=\æ²','wp-content/themes/yith-wonder/assets/images/demo-content/company/happycustomers.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/happycustomers.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø÷z¿]\å\'µC\Ó*œ»–Tº',_binary 'y\ßü:fÁ?ÿ-®\\˜-¬ý\Z\î@0^\íŠñø¾\ì\Ã','',0,'?'),(_binary '8lu¸‰þ\îÅ¨S§w	»¿','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/class-redux-tabbed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/class-redux-tabbed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ\ÆOg«‹¤6€@í·u',_binary '\Ìòû\ç¤5„kb\ÝILó\ØU\è.Atyßƒÿ¢B','',0,'?'),(_binary '8m\è\â÷Ã‡\êLŸ‰Þ‚','wp-content/themes/houzez/property-details/partials/item-price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/item-price.php',0,_binary 'L\êVehd!^\îÚ‡¦\"',_binary 'L\êVehd!^\îÚ‡¦\"',_binary '\Îfœ>N,G‚þyj\Õy™ñ\á)\\-V0iµu\×C ÷\Å\è','',0,'?'),(_binary '8oOû\æR´\é¤F¦\'¬','wp-includes/class-wp-block-bindings-registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-bindings-registry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|2t\Úþ²\ÕwŒi:\ÍÖ½',_binary '*]\ï”X#d²‘Ê‚\Î\êÚ—D‹\íßŒ()©Ý¶ÍŠZ\Ð\Æ','',0,'?'),(_binary '8pª\ÏK\ç\â[1“Jù2{','wp-content/plugins/redux-framework/sample/sections/extensions/custom-fonts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/custom-fonts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø6\Ç\Å9T\0^„‰¦Ì«N”\ë',_binary ':ú\ã\çc	1V}2\Ã\n§\Ì<©F:†\ï\ÆÝ§`*·\íanQ\Æ','',0,'?'),(_binary '8qû\í\ï|a\è‘lÄ‹\Æ\nV','wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ8\ÏKÁ¼P,»‚ƒ\Äô‡',_binary '¹‹¨±1	d\ì#a\Ût\évŠ–~R!ö\\gQ¦½ù³/Ÿ0','',0,'?'),(_binary '8x\r®Pñ}A9Œ»Ao','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-v4compatibility.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-v4compatibility.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùk\Æm%`\Z\âÁ˜lV°n',_binary 'dô=õø\Ö\î²ml\Z«cbw™”\â†\Ô4\Í\Ïø¹†ñ†8','',0,'?'),(_binary '8yø\Ño\Î· ÷\á8','wp-content/plugins/revslider/includes/page-template.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/page-template.class.php',0,_binary '°K\Ýz[\Ã\r/i\Ûf\Âò',_binary '°K\Ýz[\Ã\r/i\Ûf\Âò',_binary 'J\Ô\á5M©|\Ô\É\Ç\ã¹\'¼,0™\Õ7d9\ÌJ‚Z…A','',0,'?'),(_binary '8}¤Aœƒ‡}±\r?³J','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.rs.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.rs.min.js',0,_binary 'Jû\éO^\é34O5E ;†ù',_binary 'Jû\éO^\é34O5E ;†ù',_binary '×¯{\n\ÏT¸\Ø0ˆH\Þñ4On÷DúJœ=\Ë\ÎKpÍ±”©','',0,'?'),(_binary '8€c@g@½\àN~	\é²g','wp-content/plugins/google-site-kit/includes/Plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Plugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ég[R<!6\ÃE\ÎMB%Ÿ(',_binary '*:0»3ÿó-—ˆDÏ¹\ÇI\Ç\à;¥ûº\0˜òreo\Ã\âbq5','',0,'?'),(_binary '8\Î\à~|!¿õ±Z)\Ãg9','wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%±‡»)6\Â\Ä~—õ¥ Õ€°',_binary '0\r\ÇYw°Ë›Yö*Gÿ”\Èúr—¡\ì@„\ÛŠ\Ä','',0,'?'),(_binary '8‚L\ëkFð\Þ\r\Ðgõ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f¾÷¶?\Þ*°\å#$W\\\à',_binary '!pô\ç=š?ti5~›I¨\å³s\î…\Íû‚ù-J/¥\Æ[','',0,'?'),(_binary '8…KrWœ\Ù+ö\äó›T','wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úU¼\'\\ˆ\Ðf\ÌV`\\¨\çY~',_binary '©R\"7\ã*+‘ \rN8ŒŸ\ZLÿ.—¢jp\Ï\\5’²','',0,'?'),(_binary '8Žp\Å\ßš:†\à\Ä\à‚’×€','wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_Interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_Interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›5¿ª•k\Ò>\Ê4\è\Ý',_binary '™ðxZKaøð\Ì×œ\É\Ü`Ó¬”!g.MÝŸ|™\à®KU','',0,'?'),(_binary '8_^ðÀ<ò±\ÇY¦¨¶','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/API/Events.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/API/Events.php',0,_binary '\×\r±û€k\à\Æ\È\Ü[÷GJ‡',_binary '\×\r±û€k\à\Æ\È\Ü[÷GJ‡',_binary 'u\Û\Ì¡bdƒj@T\Ó!uµœ~-u\ëM*]l¢gúz\ÝxÌ‰','',0,'?'),(_binary '8\Z+«ôX/{™\ë;\ÇK','wp-content/plugins/wordpress-seo/js/dist/languages/sk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/sk.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê´|\ç.\ìU;8Ç¢22u\äÁ',_binary '½\ïS‰—|\Ë?\Èp\Z-lTpz\ïqV¬#\äLùª£ ‰ž\Æ','',0,'?'),(_binary '8d8?E)\r\Éj:¡\æ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessBetweenFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessBetweenFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\çs¡´_Fasúð`',_binary 'û¹Ž9}%š!\àoGƒ\Ë5m\ç\Ø\Æk~\'\çž~ß¥ \r¡¸','',0,'?'),(_binary '8’w%Ç“»Ã¸÷	\Êj³j','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ImClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ImClient.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß+0õg\"ºµ÷-TWpO',_binary '\Û>U#”p\Â\Ä\îD\Çð5g\ë¯3A¹÷\Î\áre\Ðù±ü','',0,'?'),(_binary '8•>ò€\n!H\é§»\×','wp-includes/blocks/navigation-link/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â~A¿×—‚BU\ëó\Ô\Ý',_binary 'g&@<µó‚\Ý©0ö^\'\á›<–{\n8\Ö;^ö%','',0,'?'),(_binary '8–ˆuµ \Ëk¯¡\ËKV\Þ','wp-content/plugins/wpforms-lite/includes/admin/class-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '×¹0{l_Jma(\Ò÷i',_binary '=\Øt–/H“o\Å]\Ñ¿&ÂŠ°/f‡\ZŽ¯\Çõ)','',0,'?'),(_binary '8—r\ÚF«\Íy\Ì^£0v¸','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚\àsDº\Ö@.\'M;g',_binary '\ÅQÕ­d”÷f\Ù[Þ‘‚\î›!€þže¦þ\Öc\Ù\Z&','',0,'?'),(_binary '8šü%\Èß¹	‚¬¸\'yG','wp-content/themes/houzez/framework/functions/helper_functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/helper_functions.php',0,_binary 'ø\ì}¹Kªššv.—	\Ô4',_binary 'ø\ì}¹Kªššv.—	\Ô4',_binary '!­\Ç:÷Ä‘Î—ÁEÖ£\ïŠª¹«ðšg\ê\äµ~<ˆ','',0,'?'),(_binary '8žR6\ÚDH°Šq£-{Ž:`','wp-admin/includes/translation-install.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/translation-install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†•‡\0(\Û\åiMúðp\Â',_binary 'B,Ì±[³¾u¢õ¤FJþŽ\Ó%€Y=\×3\é\æˆ{¢\ÑF\Û','',0,'?'),(_binary '8©@)ý±6yg[y\åsQR','wp-admin/css/deprecated-media-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/deprecated-media-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘JWt>€Umý´ \Ú\n‚',_binary 'O“º±§Ç¢\ßMD#è¡¿‡H\"Œò\å#˜\Ô\Ûÿ;','',0,'?'),(_binary '8´r€™A:‹eF9\n\Ò(„','wp-content/plugins/revslider/public/assets/svg/action/ic_announcement_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_announcement_24px.svg',0,_binary '^^* g\Ë±òj\ÔŽ',_binary '^^* g\Ë±òj\ÔŽ',_binary '¨!Å‰g\Ö\ß\Z%ù\rO\Ü~U\éMðBª³*¯}ò¥n','',0,'?'),(_binary '8·	­\ßúK7ø¼1#@\á','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/InstalledVersions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/InstalledVersions.php',0,_binary '-Y$ÿR\0Šƒ\Ñõ€',_binary '-Y$ÿR\0Šƒ\Ñõ€',_binary 'N¢RÃ­2\á\Æ\ßHŠh\Û&HX:b]‹ýdÌ³Šþ\Ï2O\å','',0,'?'),(_binary '8½\á\á*S»_Ô¥.\èSª\Ù','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/LineFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/LineFormatter.php',0,_binary '¯ò‡”3	­\È\Îpn¢õt¯',_binary '¯ò‡”3	­\È\Îpn¢õt¯',_binary '¹\à*\nÝ´¿ƒ\'[\Ð	5AÈ·\ÎÇ—‘Ze‹\î¨\àji1\Ò\Æ','',0,'?'),(_binary '8¿oY\è§‚dN\Ó6JÏ¼','wp-content/themes/houzez/framework/stripe-php/lib/Service/OAuthService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/OAuthService.php',0,_binary '—8Á\æ»\æ\×Me¨kŽþt\É\ß',_binary '—8Á\æ»\æ\×Me¨kŽþt\É\ß',_binary '‰\Ï2*Ýˆ\Ù}\Í!q4\Õ\è\Ø’©·ˆ½»F[˜laÁ','',0,'?'),(_binary '8Ã›ZE‘Q$}UPöT£\à','wp-content/plugins/wordfence/lib/wfCrawl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfCrawl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ©w°°\Ù\Ë\Þ|u\Ø1cF=',_binary '\æ-n”ã˜¾ÁµwñÈœ©»!0\Ä¶h¥.£š°$‚]','',0,'?'),(_binary '8\Ã\æý\Æ \íœwˆa\Þ\Û5','wp-content/plugins/updraftplus/images/icons/googlecloud.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/googlecloud.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VJ\î†VQY—J\Ãa£\Ô?±',_binary '™d¹k\'\0þ´‘¢H‹-Lè£·bÁ7|aíŒ ¯^ó','',0,'?'),(_binary '8Äœ\ç{–l$Œ!ªÈ‚(','wp-content/plugins/wpforms-lite/assets/js/admin/builder/templates.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/templates.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q¨™Ÿ„\êC\'v0º\Ë',_binary 'F‹¥\"½G¯.a‰gò\Çsß¹+½V¶LÁ\æ)Î™\Ì','',0,'?'),(_binary '8\Åh¾‚\'ÿDŠU<ñUfô','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºŒq\ßN69%xiÿñu_D',_binary 'C[„¤4‹\Ð\'j“?z²\ç\Â\Íc¸ôÕ±ËªÙ§e¨—>z\â','',0,'?'),(_binary '8\È\0öÕ€u=A\Z18\Ò\ìs','wp-content/themes/houzez/template/template-listing-list-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v1.php',0,_binary 'Ÿy—¤ö¢~_\ì7Pó',_binary 'Ÿy—¤ö¢~_\ì7Pó',_binary '\08«\n\Æ\Zý¾ª…)dTÎŸ\à‚g\Ï\ÉöryñPJ#\È','',0,'?'),(_binary '8Î²ðÙ£}Z\ï\ÝUJ\Ð\é','wp-content/themes/yith-wonder/inc/registered-block-patterns-override.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/registered-block-patterns-override.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';‹º¥k˜¦\Ï\\^c£k¸™\æ',_binary '	Žšy”’W+Ã¸xXLo\ëŠLX¨9\äþ†=¹ÿ*—','',0,'?'),(_binary '8\Ï~—#K9{u%\Üy»R\Ä','wp-includes/js/dist/widgets.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/widgets.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð7n\Ê90ÿ¼‡°žu\Ìb',_binary '\0ª¸L\Ù.¤c§®Gw]\î¡\Ï=\é\ä„\ãþ`¦\í]±','',0,'?'),(_binary '8\Ù?3ó\É:~&RÂ¬p®\Õ','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/class-redux-google-maps.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/class-redux-google-maps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö\×\à\Çqc\Ù\æs×–@”a',_binary '\â\Ï1ló¾’FþÅ»y\×\r9<\Û\í²-qŽ\íòmUŒ','',0,'?'),(_binary '8\ÙB±[qñ…@¾\î”\ä\Ç','wp-content/plugins/wp-rocket/inc/Engine/Support/Data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Support/Data.php',0,_binary '»N¥Kú§q,¸®0bf»h',_binary '»N¥Kú§q,¸®0bf»h',_binary ' ‡8žŸªU\ïƒf¹\í«B Z\ì|ü\\¢¨É²g‹','',0,'?'),(_binary '8Üžt\Æ\î»\Zw„Nxa°\ä©','wp-includes/class-wp-network.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-network.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´3•´\àßˆžxU£%¾58',_binary '¶¼\"¼;€}`Nj3ÖhJ1?\ÐE¢\Zz´¾´\ÌÂŠ','',0,'?'),(_binary '8\á\È!KWõt¼³','wp-content/plugins/revslider/welcome.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/welcome.html',0,_binary '¸\ë$\Õñª\ëGAr<\ç\Ööa',_binary '¸\ë$\Õñª\ëGAr<\ç\Ööa',_binary 'È—ª·_\Ä\ÊIz\Æ{JxsŽ\î‹\Ò\n\Êk§>ñí‹‚û¥','',0,'?'),(_binary '8\ã…÷±4@r\ÞS7\\g\ZX','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CustomerSession.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CustomerSession.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9¥EIxŠ^b°ïº¥´eJ',_binary '§?œº‘m£¤&k…S¢\â›Ë›\î³i\Üònz\á','',0,'?'),(_binary '8\åKL€öf3½q;û\'†‚','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MinutesField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MinutesField.php',0,_binary 'b˜k\á«\ç§Q½2\Óö·',_binary 'b˜k\á«\ç§Q½2\Óö·',_binary 'Ô„\ä‹\ä4ÞšnqÓ¸$òõ?\rMfP\nù‹¢üTI˜p','',0,'?'),(_binary '8\æ-a”Šõ\éE\Ò\î\'\èh','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/OrFiltersForSegment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/OrFiltersForSegment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°z%M5]/ó\'šò\Åj\â',_binary '™\Â\ä÷7\ØWd\Ïo£5NÎš¥l>ì‰¶|p\á¨[I\'','',0,'?'),(_binary '8\éq\Æc—&\ØdI\Ñð3(','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_vertical_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_vertical_24px.svg',0,_binary 'D«c\\s¯!‚V¶\\j\Ï0f',_binary 'D«c\\s¯!‚V¶\\j\Ï0f',_binary '2ÿet¾š.\'¾9rá¬²©“K,-(ñ¬¡¡ó\Ït€','',0,'?'),(_binary '8\ï.\ç\Í\í\ÇIÔ’\ÜÛ•‘','wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è,6c¯x[0\ÃA°b\âÅƒ',_binary '\Ôl\Z³	©\Ó\è)\ÃaT\Élˆ2\0¶\ÅX\Ó±‡b¬\ÐN','',0,'?'),(_binary '8ò\Äd~,˜5q_\ß\'X¥\Ð','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/qtip.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/qtip.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë;\Çd\Û\ç¡ô^\â\Û\Â',_binary 'qo¥hé¯¡?g\à-ù\ã÷\0BiY–ƒ„\í‰mw)JŸ\à{<¶','',0,'?'),(_binary '8ÿšªÖ³	„&bLx;û','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-full.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-full.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\"]­<V~¥¶‘°¹þ`',_binary 'Bð›•\Ç\ØF³öº\È>Z˜hfMKA.\Þ_<\È\ÍÅ¿¼ð','',0,'?'),(_binary '9\æ°q\Ä\ÇCxJ¢\Ù26','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_bathrooms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_bathrooms.php',0,_binary '\Ñ\Ó_BŸ©”\ÅR½\0Œ^÷',_binary '\Ñ\Ó_BŸ©”\ÅR½\0Œ^÷',_binary '.\ÖwSIÿæ·£y•ÉN\ÝEf4žC`)\è´	','',0,'?'),(_binary '9º\r5\'Xùý\Æ>?’','wp-includes/js/customize-preview-widgets.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-preview-widgets.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y‚}\í\Ð\ëð\îxŠ\Ãc\Ã&¶',_binary '‚›™\å\ë(]P¢ó\ÂUP\'L©‹2š\Òn¿\Z½\n¨\Â\íÿ','',0,'?'),(_binary '9Ì¤û’…ü“B¸ªz¦V','wp-content/themes/houzez/framework/functions/mobile-menu-walker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/mobile-menu-walker.php',0,_binary 'ß‚wÚ•£‰µt*\ÛQ',_binary 'ß‚wÚ•£‰µt*\ÛQ',_binary '\ëf)Ÿ}b\r\í§Û§{6\é\È\"\0ð\'\Ú7‡ø5\Ë','',0,'?'),(_binary '9	\ÈX\à¨td¹öAÙ§‘\0E','wp-content/plugins/revslider/public/assets/svg/notification/ic_adb_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_adb_24px.svg',0,_binary '#òjVÁ\ßILtsº@\Â',_binary '#òjVÁ\ßILtsº@\Â',_binary 'ß‘£5\Ï\ÜPÇ”g1¡µŽœYGq*}µª\r\nrù%Lƒ‘','',0,'?'),(_binary '9\rY\Û~\ÆhH¿Ùƒªc\'Œ5','wp-content/themes/houzez/js/vendors/i18n/defaults-nl_NL.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-nl_NL.min.js',0,_binary '\ì¤‡FGŠDy¾6aú|',_binary '\ì¤‡FGŠDy¾6aú|',_binary 'H&\Â\Ö\rÛ’\î9•~\ç‹\éïµß¿\Ã.\ëŠjþ6\æ´','',0,'?'),(_binary '9‹MüC2øDZ\ÌLR¡ð','wp-content/plugins/redux-framework/redux-core/assets/img/2cr.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/2cr.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã§%\Ò_§E“\Z\Ì\æô¿',_binary 'õ„\ï½\Õz·,0\Û\é\'û	‰‘™¥ ]\Z&Z\É~úfŠ´”','',0,'?'),(_binary '9\Çù\ï7¹\"÷žÄ±.\ä','wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')øe¯.\\}\ÞfÑŸ.ùô',_binary '¬;ù‚U\Â]Ê´\×Z8K\ÛR%\Ïs•˜¤=Y\0\ÍI','',0,'?'),(_binary '9\ZK8I¯Ö‰ó.¯÷o\æ˜','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi/PluginsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi/PluginsController.php',0,_binary '®!ònû“R5\è\éMö46',_binary '®!ònû“R5\è\éMö46',_binary '`-Šö\çûf\èX\\“Ú¨lv‹—\è\Î\"\Þ]\Æz’','',0,'?'),(_binary '9Ïˆ[Ÿ1d{\Äô\î@','wp-includes/class.wp-styles.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class.wp-styles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xªøˆ˜\Íü$\ä¾Ï/',_binary '\rW|÷¸\ÊK½x}û\ÂZ\Ö•g°\éO\èÁ¿y-¥aÏ·Àý','',0,'?'),(_binary '9 ´xXj\í\ì[9\Øa~„','wp-content/plugins/wordpress-seo/packages/js/images/yoast-seo-simple-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/yoast-seo-simple-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù¿¼S§þ–\nrÈº¬óTŽ',_binary '\ë¾\ÐA[¦?Š1Á\ÕL£Ì°+;À\Z¤žˆ¬Äƒ§\æþ\Þ','',0,'?'),(_binary '9!E]\\T¹q‰‡5\Î\Â\Ðc','wp-content/plugins/elementor/modules/link-in-bio/classes/render/core-render.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/link-in-bio/classes/render/core-render.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\ëyB\rs³‰\è\ZE',_binary '\ë5™œI¯¾¼þ^£´WƒV\Ù^8`\n4´CµÈÏ§$,','',0,'?'),(_binary '9\"a\Ä\×\ÐÆžÏ”d„L','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/RestApi/AISearchController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/RestApi/AISearchController.php',0,_binary ' ±÷ù\Ã\á5‰ž–:ö\ï',_binary ' ±÷ù\Ã\á5‰ž–:ö\ï',_binary '£ \"\ïÅ—n›#\æGÇŠl‚¾ùù\ê,>„§™K','',0,'?'),(_binary '9\"2;2(\ÜHª-S,','wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\Þ\Ýv»[ø5r‹\ç^',_binary 'öÅºc9ñ#‡Q¦›©Hð]H\Zw®:c\Ôg\ã³Á\çê¨†','',0,'?'),(_binary '9\'Š¾2\å\Ø|òX>»ü\Ì\ã','wp-content/plugins/elementor/modules/page-templates/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/page-templates/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"Û‚´‡,OõX´²u.',_binary 'G\ãË®Þ¯ˆº‰IP\Ù\ÑÏ¨®=¿¹ \æ%ª8³1\Ô\Ã','',0,'?'),(_binary '9(_:HõUýz¶\é8','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListAccountSummariesResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListAccountSummariesResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•$\×^Is?h¼)b¾˜1',_binary '\èg8\Çc²§ù“6¦ô+k˜†¬\à\á\r§\Z\É\ç²ø\ê','',0,'?'),(_binary '9/tŠ\Çù¡uc‚¿¢\í«','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/handshake.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/handshake.svg',0,_binary '\ä ±v\Û\Üö\â\Ø&\ZH¢R',_binary '\ä ±v\Û\Üö\â\Ø&\ZH¢R',_binary '\Û\ì}“`‡ÁlW®\rz(z´¼qL¬mQ˜\Ç<ð¨l(F','',0,'?'),(_binary '97Iüž\ÈÅŠ \Ù8nAIó','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ModPagespeed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ModPagespeed.php',0,_binary '©\à¤x‹\Ø0?BÁ@hƒ\Ð',_binary '©\à¤x‹\Ø0?BÁ@hƒ\Ð',_binary 'bB\Ûg˜o4òY\Ì{s4ð‡úa<ÿ§\Â!ÚŒ\ßõk','',0,'?'),(_binary '99Ñ‡\nT\ïòV£\0\Â\Ä\Êd','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/PrimaryType.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/PrimaryType.php',0,_binary '—ŠdúöJ–~ \ï\r¼\å',_binary '—ŠdúöJ–~ \ï\r¼\å',_binary 'Bvý\ï\çpûOŠ6!+\Ôm\0hMwòó°Ó»:F€w¹¯','',0,'?'),(_binary '9:\ØV¤¦†Ó¡nƒ¿','wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å¾R5jK™\'\ï1NÍ·\Ð',_binary '´­p\è\ì\Æz<eý÷@ã¯º&ø™ÿª\Ì\í<@t\ä,ç²³','',0,'?'),(_binary '9:ù—d¯o\n‘ðp`Ry¨¢','wp-includes/js/tinymce/langs/wp-langs-en.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/langs/wp-langs-en.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­\æ:w,\ï€]^!s“',_binary 'ò\á\ä\ã[\å “l	ÌšðyûžH-º¤‚\ìº\0­\ç9üP@','',0,'?'),(_binary '9@¿\\Ÿgv\àÒ¯y\Ä\Í\ê','wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2#v¡Xjš};2\ÙbôaŒ',_binary '\è!›º\è&•ªî® m©j²ÃŒJ\Ë\Ç\ÓÄ‹y\ë\Þg\ß','',0,'?'),(_binary '9Es+¯\naj)€\Ï\Ò','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎXG¯õ\nÄˆä‡¬HB\Ò\Þ',_binary ',f\Îû\ÉWüf‡úüöüþ\Ð\ë\ÄÑ¬“Còü?¡„\Ç<y,P','',0,'?'),(_binary '9Ka\Ä\×Å‘‘-ò2¿ýƒ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventManager.php',0,_binary '\rÁ4’ÿò©]2\ë\ít2¨',_binary '\rÁ4’ÿò©]2\ë\ít2¨',_binary '\Ê0ú\ÔS@\äK\'º\è\Ý0dJ\ê\Ù!\ìÁz\Ë	hwûöž','',0,'?'),(_binary '9L>§šh9Â³k“\ì\"','wp-includes/blocks/navigation/view.min.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/view.min.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡³t\ßdŽ\ÚU)^\ÅkÕƒ\É\ë',_binary 'º\Ð\ÈOµ\"T\è\åw±Q=`6vJ\'—S+¤\\Q\Ó^\Å','',0,'?'),(_binary '9V5‹*3œ‰©Ü³	\â^\çö','wp-content/themes/yith-wonder/inc/woocommerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/woocommerce.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TLe¶W/\ÖB\Å\ã\ÒKŒ§\Ã\Å',_binary 'n¤Ø¤z7/ÀµfN­ª¹õ´##$‡\Â\ÄK\ÜLd·x\Ç,','',0,'?'),(_binary '9\\4;À¼J;º\ë\Îu\Ï~²','wp-admin/images/freedom-4.svg','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/freedom-4.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²¦ª˜mŒRš%L\ï†$è¼¬',_binary '–zThL£S2: #5þŽ¶ùŸŸ—Jò\Øa[\ìvÁs','',0,'?'),(_binary '9\\¶£h9_“Î¨\Ùñ\\S','wp-content/themes/sinatra/template-parts/entry/entry-author-posts-button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-author-posts-button.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/ˆ³È¤!T‚_e{á¨§',_binary 'PaÐ©ÿ—AU\'i\Þl\Éä®›YaE‘\áõ©¯ñý»','',0,'?'),(_binary '9bE\Ô\Öýg<n\Ü\Æû\î','wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{³oœÿu´W\×	\Ö\é:\Þ\Ü',_binary 'O\"u5·\à=\×\ÓR[y²\ê—>§\Ì\è™É‚R}\Ú@','',0,'?'),(_binary '9c°¢\à\ç—\èý®t‡©Þ¼','wp-content/plugins/wpforms-lite/src/Tasks/Actions/DomainAutoRegistrationTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/DomainAutoRegistrationTask.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[Dò–\Ù\ï,\Î\'\ï`KŠf',_binary '#U!H\äõ·¸r\Ý0‡O4„øƒ7Ã–C\nÁtˆ\ê\×','',0,'?'),(_binary '9h0ŽÔ’‹\Ð\Ì\Ô\Í\ãLœ„®','wp-content/themes/sinatra/inc/customizer/controls/widget/widget.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/widget/widget.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'Ssƒ\Â\íÈž\Ñú N•¿',_binary 'ODBI)$\Ü\Ê\Å\ì3Š 2[Œ\È\é°K—˜\ßÒª&`','',0,'?'),(_binary '9h¸DrV›;\r¯“\ë+\×ü.','wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/Item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/Item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§¢\ØÍ„\È’ SúuòGž>',_binary '“¸ö\Þ\é\Þ(\àD£i­\Ä| lbžI§‘\×\ÙG…Pº\ë','',0,'?'),(_binary '9ie\ê¡i\Z!R€d™ùC\Ó}','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l„m\èÀ~)ÀOq­oü¼',_binary 'ñWƒ:\ÛnÛ™\Í\Ðû\\µ°$(¢Fõjx\ÄyN@^mŠ»—','',0,'?'),(_binary '9k¹sB\Â\Î=}\Õ\íTÅƒc7','wp-includes/sodium_compat/src/Core/Poly1305/State.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Poly1305/State.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”C’\Ï\0\Ên`„\àü„i>]…',_binary '\ßÿ¤ø\ÂÂŒ„ø\åq\Íã‹µ ý‡\'N¥N{Q“\àN','',0,'?'),(_binary '9mMf|3e‘:C\Åð‹|','wp-content/plugins/wpforms-lite/src/Forms/Locator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Locator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†ŽfqN °ô¿~=JAS',_binary '}\Ë\Z\Í\ÑY^\ÂŸh÷zh\Ðxƒ@J lHˆ\ä?','',0,'?'),(_binary '9s\ÔW³!µb\Ïm¥mÝ¶','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-class.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T‹_z‹\ï\ê(þ\ÉZš7\Î',_binary '\Ýf•w\ØI\×$\àOIˆ¥ü\ÄO¿^\'dðCpŽj(×¶','',0,'?'),(_binary '9wv\r÷\î‘\Û^›«!C©','wp-includes/blocks/image/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|S°È°Ye”\Õ\'ˆ?\Î?8y',_binary 'bù£*„\ÂyÙ…n“ü»+¦ƒ€,U1\é~«l','',0,'?'),(_binary '9yW\è\Î\é•ø7™#€\Ñ÷i','wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð\ÖNQ\n±\êË²0\Ì\ÙðnC',_binary 'ó/\Èðùñ¸3Þ‰•»¥ ¦¸\íòù_\ïº\Þ\Ð$›±','',0,'?'),(_binary '9‚\Ù\Ë\'BÑ¤5\æ\â;:q`','wp-content/themes/houzez/framework/metaboxes/property-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property-metaboxes.php',0,_binary 'B\çdô\Ñ\Ó\Ñüox\ÞÿõU',_binary 'B\çdô\Ñ\Ó\Ñüox\ÞÿõU',_binary '\í“X{í¨Ž¦ƒ\ÜD“w¢¤Ä¸Ó°Œ\Ò`Å¾›D†Š','',0,'?'),(_binary '9—} B^¿²?	\ë\"\ë','wp-includes/script-loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/script-loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ\ÇE•¦öÿ„ð\îÙ»F²½',_binary '7@F`’Ýºt\Ñ\âER5\Ê¾m®÷¤<\\\æV\Ò;¸õ(','',0,'?'),(_binary '9šdt˜:1È¿;B\â\æ','wp-content/plugins/wpforms-lite/assets/css/emails/partials/summary_media_queries.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/summary_media_queries.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿F*ù¹“­x£Ÿ2(q6t',_binary ';ë²›†vôý×³\èÔ¸\Öw8«_\\\ÝÙ‹0ùÂœ–@ùþT³','',0,'?'),(_binary '9œ\æ¯\Ñy²SöÀ	pV6=','wp-includes/blocks/quote/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1Unò›ò00\às\Ãÿ\ÐCð',_binary 'K[\í|wb\Ä8c5Ua?%Ë¾¶\ì\Å¬\á\É2ft»','',0,'?'),(_binary '9¤n®\Z}.Ð®¨Šlli|\Ô','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c¤,n\èú»Â?£\Ã9',_binary '\ì	Ë“‘\ÕÑ¹‘\Ç\Â3u‰\Ó:òøª`y³Šè ¿\'','',0,'?'),(_binary '9©\à\È\ÂŠ±I\\P>\Ð','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/area.php',0,_binary '–\É2Í»øŒ\ã÷&h–cª',_binary '–\É2Í»øŒ\ã÷&h–cª',_binary 'N\Ú[‰4ôPŸ´7¨#Ð…ž¤zªÚ¤lE:‹s\ìþx‡','',0,'?'),(_binary '9°\Ã¦]f®“=“','wp-content/plugins/houzez-theme-functionality/shortcodes/advance-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/advance-search.php',0,_binary 'î˜¡·\éA°Ë¹bò„ˆˆ?­',_binary 'î˜¡·\éA°Ë¹bò„ˆˆ?­',_binary '\ÑMl\é“õ8¾-ù\ç‡hÂ˜bŒ\Çý\"G¸~:w\"zH','',0,'?'),(_binary '9¶ þ{b\nJc\ÑF=lY','wp-includes/blocks/query-pagination.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸\ÕC¶mzZ*sªJ',_binary 'Ç©/\èDHm~^6°zZÈ¹j˜#\Õ$\'3\ß\ê\×»','',0,'?'),(_binary '9·Ð³ÁúªB\á›xõ¸B','wp-content/plugins/redux-framework/redux-core/assets/css/color-picker.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/color-picker.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç`\nn¼®\'zŽ»@‚',_binary 'GÈ¼q\Ó}‰\ê+\Ó69\ë\ã®\Çq\áh2!\n]X\×','',0,'?'),(_binary '9\Â\Ï™•)C¿õ>óŽ\ß[\Ø','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Tag_Matchers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Tag_Matchers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—!9žhAÁ\Z\Ãÿ\î¦\'\Ô',_binary 'ü3K	\Ä\Ô 1\Þô e\ä\Øü”­\î*xgUi\âŸh>ù\\q','',0,'?'),(_binary '9\ÃCe;Y#\èv|z—¡','wp-includes/blocks/audio/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~R†˜0W˜\ä\Æ@õòy\É_',_binary 'v•\Ö\ÄCø\Â~Qk[s\ï2¼B€\âª\nÇ©z„›a|n#','',0,'?'),(_binary '9Ã®\Z(½w\ÖÌœ\×\ê\Ë}	','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4\'—\é\\šB¹D°\Ï\Ã',_binary '>\nw³3\np#enÀy\Öòu\ÎCNW”k-¢¬Ç¼•³U','',0,'?'),(_binary '9\Ä\Ò\Ø5\\mbJ\é2öÁ(P','wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_smart_record_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_smart_record_24px.svg',0,_binary 'ùª8Ñ¯¿ôÖ¹\Ý2ti',_binary 'ùª8Ñ¯¿ôÖ¹\Ý2ti',_binary 'F—ð\Ç\Åa‹¯‰—m5kS½	R;B­’N½W9‘\ê','',0,'?'),(_binary '9\ÅÎ‚ö\æ‹\î\çÿQ]­8÷','wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\ë\Ï~\ì¥ð\ÉkJ\Þo6%¤',_binary 'O’\î=‰x\Â\ÂAp°8|-öŸWø+/T©˜sH\Ïß£V','',0,'?'),(_binary '9\Ë\ë{!\Ý\í\È+”’#óv','wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-500.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-500.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äb÷ÿ°‹øoÿJ­\æ\rr',_binary '\ÇŸ4«öV 6e@\éA¨›36„u)¦m*|7\Æ2\×u','',0,'?'),(_binary '9Ð»øF\\\Ó78\È=ùõ','wp-content/themes/sinatra/comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­\å”&Ï¤dqûYá¯—',_binary '¶AX	<9¢”J·ô\ê‰ô:\ëp“™\Û:\î\ÃÁH!4Ÿ','',0,'?'),(_binary '9\×\n\ÑM\Ù\Ð\è÷Ä”÷ö©','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þµ?ô\æø],öB*]X¢',_binary '!Œ\Ì\Z¾x\0\ëÛŒxÓœ2X\ê¦Pˆ¼§¼\ÖI\â','',0,'?'),(_binary '9\ß\á\Ø\Åz\âŒ\èb','wp-content/plugins/revslider/public/assets/svg/notification/ic_system_update_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_system_update_24px.svg',0,_binary 'Cˆû¡.Bjmƒ¨i\äÇ·',_binary 'Cˆû¡.Bjmƒ¨i\äÇ·',_binary '³\ât\ï\à\Þt†N\ã\ÊG\éytJ5€o ›¹ð³X','',0,'?'),(_binary '9\æŸ]¤m\Ò[I)\Çõˆ·¢','wp-content/themes/houzez/js/vendors/i18n/defaults-nl_NL.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-nl_NL.js.map',0,_binary '×„ðW² \Ädsº\0Ž˜ž\Å',_binary '×„ðW² \Ädsº\0Ž˜ž\Å',_binary '5›\×\ÄD–\Ã\è\âq,Àù’þ.qG\êPÕ“š“–9Mb','',0,'?'),(_binary '9\èi{kh?ž3m\Éò‘K','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionOrderBy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionOrderBy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´h‰FUEoI¿\ÞÐ€™²',_binary 'Š\È\ë!<®{‚\à\æ?žÁiõ± “‹1\ÕJŠ„\è>\'a','',0,'?'),(_binary '9\í‰\æs´3\ÙSZ,p\é8g','wp-includes/images/media/text.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/text.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z¹‡s\æ\ä0÷ÈŸQ€K',_binary 'g®\Ê?[õŸD*\ßp”8€qòž\â¸VÑ“\æ‘>ŽõN','',0,'?'),(_binary '9õ0\ÜwÔ´u.I„xò€','wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-full.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-full.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ôô­ñª\×nýºhœ–{ø\Û\"',_binary 'ñ1Zb‰üþ(·${•ƒÐ¶p˜¹“6\\ZW-\êJ\"','',0,'?'),(_binary '9ùkÇ´¬\Ö6êŠ«½','wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥…c—7\Ü\æ¶\Ê\n*‡g\íH',_binary '\ïK¦…\ßÂ›0Hi\ÝW\Émñ“ŽnøzÀ-{÷','',0,'?'),(_binary ':¯¡\áX¹ \Èe.>k%øô','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k<]^Ü´\Çý›”³=3•c',_binary '*ù\n\Äµ\Ë`Œ3\Ôq\ï^°,,²G\ã/H\ã','',0,'?'),(_binary ':·\ÄúžÆ™\Ç\Ã\ãóûL\Í','wp-content/plugins/insert-headers-and-footers/build/admin-bar.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin-bar.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ†\\„˜÷$\\õ\î’|wiv',_binary '=\Ò\Ú0ŠKA\Z)\"ÊZl±\ä\ïÄ€˜2Rs1öe6\Õ\ß\0øY','',0,'?'),(_binary ': lwU½\Ö6 x2(›Š','wp-content/plugins/elementor/assets/js/element-manager-admin.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/element-manager-admin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\ëck\ì©]‚qVb \è«',_binary 'Bšö²¥$\Ô\ÚY\àó|`*\Ô\ÈY\ãRN¼=	«q™\Î^û\á9','',0,'?'),(_binary ':{\Ã\â\ì{7\Ê9°‰Ÿð','wp-admin/link.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/link.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý‡Ï‡p\Ím1€bÐ¯0Œ',_binary 'Š\"åƒ35\Z\ÕZ«8q41|\å\ng*g<!h\Õ\å:g+$\ß','',0,'?'),(_binary ':T®¼\\ü\í\äI\Ùu\å\Æ','wp-content/themes/houzez/template-parts/dashboard/submit/partials/menu-edit-property-mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/partials/menu-edit-property-mobile.php',0,_binary '\ÚY\ìr\Øk€z<\æ\Ä\Ã+Z',_binary '\ÚY\ìr\Øk€z<\æ\Ä\Ã+Z',_binary '\Õ\á2“B\æX­^\Ãi…w³\Ü{^j»›\r\ÈLiœ¯81õn','',0,'?'),(_binary ':\ß\ãž+ºöŠ\ÔÕ›ƒ\Ç','wp-content/plugins/elementor/assets/css/modules/ai/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/ai/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ûs\rFN*\ÉG4.eý„K',_binary '\Ù\rV\Î\";Sy”pF·³¥/\Ý\'\é\íT£I_\"š\Ü','',0,'?'),(_binary ':¢<#j\á|\Ã+2“¿W¾','wp-content/plugins/wpforms-lite/src/Admin/Pages/Templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Pages/Templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?Î„Ÿ¸9Iñ0q1\r0ª',_binary '\Z]\ÊVuŽ}OY‹S	\äV‹K›Œ\í|||8„)\ÙG\Ö','',0,'?'),(_binary ':®|LûH6(\Î\ßcµg‚\Ö','wp-includes/ID3/module.audio.ogg.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio.ogg.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9_¯Ú‰\ç\î;´F‡;T0$',_binary '‘\ÕB¸w~ž°\\‰ ½0›I\ZÀg«|TY\Þdsa¸El\'','',0,'?'),(_binary ':\Z\ÎØ¦^\à6\Ü\ãL\\1\æ\ß','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',¼u\ëÎ¼\à4<\"M)8',_binary '/Ë¤6\ìÂ´\rŸ•«\Øé‚¶\Çú>Z\ÞNÌ¹;\Æ}°\Ü\á','',0,'?'),(_binary ':\ä1\"ä³±\Ýuo\È\Ò\á\à','wp-content/plugins/wpforms-lite/src/Admin/Builder/Help.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/Help.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\ìAop¨Š3™I?Z.\É\ë',_binary 'Gk-\Ë?Z\á€ð¸\â1¢\Ü]½(©\èß³„ÔŠ°’\ä\ÆE','',0,'?'),(_binary ': š\Ø\Ël\ÉÒµRƒµ£\Í','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RollbarHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RollbarHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.S\"\êEz\Ë\ÊX™O\Ó\Ï\Ï',_binary '6Ô¸~ \ã\Ï$Ö§\Þ)˜·!´\è@÷\é\ä\Äö€\Úª£','',0,'?'),(_binary ':!‘\\Z\Æ\áHg\×sX\å','wp-includes/block-bindings.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-bindings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×j\Ð\ÒgŽe}v›O\â',_binary '\ä‹VTG\ËüB\Ô\à\àˆŽ\Üt)p©\Ü;E\àù\ÖMx8W2.','',0,'?'),(_binary ':,„a\Ç\"ß¯\â\îŸÓœ“','wp-content/plugins/houzez-login-register/social/openid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/openid.php',0,_binary 'ýó½\ÖoK›.~¬E',_binary 'ýó½\ÖoK›.~¬E',_binary '3Ÿ	;Q‚¼ 	\Âgt1e\Ó\å{#)\Ãõ‘\ÃA','',0,'?'),(_binary ':-/\ï^\í€ö¥\È1\×g\Õ\Î','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~\Z73YPEJ\\\â\'—\"',_binary '\ç\àOž\Âs€b0{\r:¨\Í\Îþ<moúb\æF¶Œ','',0,'?'),(_binary ':9oW\'`ŠŒ=\ÓNñÐ½z)','wp-content/plugins/elementor/assets/images/library-connect/left-1.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/library-connect/left-1.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í*\Åc\0¼\n\Ý\È{b>',_binary '¡\Ñ\ä\âü=±P\Ì\ï¤3GO\è9K‰]Vò,\ï\ßHˆ\ê','',0,'?'),(_binary ':<·$Ž\Í0,w\"&e({','wp-includes/class-feed.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-feed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾Ž†>ùyÀÜ«¯ÿ]\ÈôT',_binary '­8\Ú\Éj2\Öy\ÜN!qÊ©p±ª†ñù\Ût\0Aõ2\\Y','',0,'?'),(_binary ':<\ÖdY©°D,ÿL\à\ÔÖ£6','wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Vn\Ê\ã0oªç»¶¾Œ\Ö\Ü',_binary '[\Õ\Ú.\èm‡ƒq\ßy{FüD4ø6ø\ãKGã´Ÿ|#\"€Nù','',0,'?'),(_binary ':B÷º\êf-pùF÷ñ“Q\Õ','wp-content/plugins/elementor/assets/js/a730ee9caa710006b307.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/a730ee9caa710006b307.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø‹ô\Ê\ç\íÎ´’¿;¾jh\Ã',_binary '¢\r(‹57q	Ó°([P½{€£\ÅÁ¶\à´I¬AÆŽÍœZ1','',0,'?'),(_binary ':D\éJ$\í¥h»†Ç…\r\Ù','wp-admin/js/customize-nav-menus.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/customize-nav-menus.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Wtº•×†\ã\ê@\Ë>ò£\"',_binary '+ƒC¿bþºX}\Ê\á\Ý&\ÔK\Ø\Ò\ËM¬\ë0\àe\áf\ä','',0,'?'),(_binary ':J[t]õ³HJe¢\Í\Ýþ','wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M:œ&­Ž\Ý\Ä\í…ôD\Í\Ñ',_binary '8`\Ä\ÙF\nay½t°w.\Ð\×\Æ,S‘\ÂmS!%\ÌC','',0,'?'),(_binary ':K¿\Ù+”\Þ5’´ø0²@','wp-content/plugins/revslider/includes/object-library.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/object-library.class.php',0,_binary 'iCq.\ÛÖ™d‹¡Žq´\Ê*',_binary 'iCq.\ÛÖ™d‹¡Žq´\Ê*',_binary '9—­\r\â8‘ŒU–dQ=®³˜U\Êû¼`¼~jƒ\êK','',0,'?'),(_binary ':MSûq\ÍJO¶a\Í@´ \ÇE','wp-content/plugins/wpforms-lite/assets/images/icon-chart.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-chart.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï5Ó™–%j±—I@\å³',_binary '¿qq¿­¹øx–ù\ã{ZgŽôx\n\Ó\ï|ÿ\0–\Ò~jKa ','',0,'?'),(_binary ':R\ìL\Ë€?&…¼=†‡—”','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';yC£h}V~¯>€\âY°\í',_binary 't9©·©½cv\ê|\ã¯±u4\èNkjE}?’5\ë$µr/','',0,'?'),(_binary ':SòÛ¦=ú\ç\ÅGùB±0\Ã','wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸I²¼•<#»7`­©\æ¥',_binary 'xaµ•\Ï‰¶Ž—õ‹BgªK1Aòz±™\ÆVX\â¤','',0,'?'),(_binary ':T\"°œÁxF±¼} U/’','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-800.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-800.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯M7\Z\'¯\ë4?¬\çb¼',_binary '\Z©Ã™€\ß\ä\Â,’ø³l:\Ú®v`¬Vk ­…w~!¿ùf','',0,'?'),(_binary ':[Ÿ›‚ªü‹–~\ëý,\ê','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate/Product.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate/Product.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?ÄŸ\íP—ª-—i	’þ¢',_binary 'E	ó¨\íJ\Û\0\Òad \Ðf‚Xù3e1eýX*\âú','',0,'?'),(_binary ':aeð€ø&L\å\È\È9P','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Resource/PropertiesAudienceExports.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Resource/PropertiesAudienceExports.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1 š(Ý«{sdœg¿§‚',_binary 'ú\æ W‹®Q¨Z¢v¸\î:Z\ä™·+±‚QHÿA','',0,'?'),(_binary ':e\ç7™Ñ¿ö¯\Ðn86 \Ä','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bË°Ž8.\ê\ÚË¡r\ÃùaGl',_binary '›‡6;`&\æ(\Ìó\èšC‰€\Þ(U„\ÌOkÿ’žñ','',0,'?'),(_binary ':fG5Û•\Ë\ï\Ðô-vf','wp-content/plugins/wp-rocket/views/settings/page-sections/database.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/database.php',0,_binary 'Á·;\çT[;*“ñLP‚\nD°',_binary 'Á·;\çT[;*“ñLP‚\nD°',_binary 'ºD7¸¨ž¬òR«\î³\Ä\ë\Ôv¢¢‹„\É75\'šw­','',0,'?'),(_binary ':h–’{R9Ubi`\ÝSWª…','wp-content/plugins/redux-framework/redux-core/inc/validation/date/class-redux-validation-date.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/date/class-redux-validation-date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿gyx\Z~\è}©Ò‚\è\Õ9©',_binary '^–˜mk\ïNŽ|£\Þp¡%\Íþ\æ\ß\Ì~¨K¸\äV(\×9','',0,'?'),(_binary ':h\èÀ\ê\ÜO^\ËõY','wp-includes/fonts/class-wp-font-library.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/class-wp-font-library.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6?\êA©<M‚–wÁ\â*JRJ',_binary 'kŸ\0¾±ln¼¾x	\èñœÅ¡+‹®\'\å+û:™\ë\à\Ó','',0,'?'),(_binary ':lt“{»­–\ãöú™t4','wp-content/plugins/revslider/includes/backwards.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/backwards.php',0,_binary '—^Z½c\Ä	i\ë;wð',_binary '—^Z½c\Ä	i\ë;wð',_binary '^6Pcf›ð-ú?5I)±UbµQ\\Œ\îP\ï\â^úg‰/','',0,'?'),(_binary ':n!+£‚ <_0G„ôŠ','wp-content/themes/houzez/js/vendors/i18n/defaults-ja_JP.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ja_JP.js.map',0,_binary '\Åú«¸&Ž\ä“~û÷C€&ø',_binary '\Åú«¸&Ž\ä“~û÷C€&ø',_binary '\Ö.^\É\âÎ²©\ÂO®$µ•¹û‘\0m‡9p¤$\Â~ \Ö;','',0,'?'),(_binary ':q)r,k†¥J›°n','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'MK\Í‚D+‡¹µÊ‘–',_binary 'L§‡JeP¡¥»b\ï\Î\Æ\í\Û\áô\ÚX\rQ]\ß\\\Ö\\\Þf','',0,'?'),(_binary ':vLˆ¯²|—¢[‚?Îƒi','wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~NVV;Iö:/±DnðJÀ',_binary '\Ï^^©øŠH±¦¡F Æ›š8µ0zº‰G€ga1g\ê\Ï','',0,'?'),(_binary ':}òÿYÉ´»°\ëˆm\n','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-renewable-index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-renewable-index.php',0,_binary 'À÷ñ;Î«',_binary 'À÷ñ;Î«',_binary '_x”nh\ë\Â\Ý\ï\ÃõŒ´ºk+KKr ±^r|j°\ØBs\Ì','',0,'?'),(_binary ':„ƒ8 „ô2Šš\ÑEB','wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñð\å\èj—Þ®_“¢{l',_binary 't¥j\Ú#’‰±1Ió\Ò\Zm– ² ‡\××¡·rZ3ÊŒ','',0,'?'),(_binary ':‰c\ÜSüû¼€“>S}','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/ProcessorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/ProcessorInterface.php',0,_binary '£\ï€\Î\ÓÀPÃ’.~Œ,',_binary '£\ï€\Î\ÓÀPÃ’.~Œ,',_binary 'Œ{¢ì’¢r‡0Hs\ÙFŠ5cTZùm\ÓN\ç3y¾wð','',0,'?'),(_binary ':ŒŠ\å%H`!¬û\á\r\è€Z','wp-admin/js/media-gallery.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/media-gallery.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%’”g\ÖUsbúü«„K\î',_binary 'ýOH+Ü½Œøg\"˜\â\Ø{CvF\ÜB‘‰¬\ßt1›®','',0,'?'),(_binary ':Ž]ñ\ØôÉœ†ñ ÷’=^H','wp-content/themes/houzez/js/vendors/i18n/defaults-bg_BG.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-bg_BG.js.map',0,_binary 'ª	\ãh•\èRd\Û\ÓSú',_binary 'ª	\ãh•\èRd\Û\ÓSú',_binary '\ë\ç³Õ®¼)…«2&xn\Î(N„c­\Üýù}•ÞŽó€ó','',0,'?'),(_binary ':Ž\è¥?¹µônVª\'','wp-content/plugins/revslider/public/assets/svg/image/ic_grid_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_grid_off_24px.svg',0,_binary '±\É2 \Ã\äŽ\ì2O°Á\ÐP2',_binary '±\É2 \Ã\äŽ\ì2O°Á\ÐP2',_binary 'Þ€9(\ÛWX=VQm³\Î	½¡\ÚÈ…¾\åyd\Z6^\×','',0,'?'),(_binary ':1\ãžE¼h™=DPV','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/dsb.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/dsb.js',0,_binary 'D7Z\Z%~G&¨_û»_Lj',_binary 'D7Z\Z%~G&¨_û»_Lj',_binary '3\Ð;:Í¬\Ê+Ð³3½½˜³Ã¹\êµ\ï$¬0¥.\á¦\"%','',0,'?'),(_binary ':“\édÖ¹‘\äl=\r','wp-content/themes/sinatra/inc/customizer/controls/background/class-sinatra-customizer-control-background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/background/class-sinatra-customizer-control-background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L;˜”\r\ë5Z:fn<\Ç\ç§',_binary 'i)\É\ã\Ï+EMm\ÒÂ¨­d‚¢£¥r\ÑPQl½Ò˜W','',0,'?'),(_binary ': \Èø÷2\Ú\Ó7­—t','wp-content/themes/twentytwentytwo/templates/404.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/404.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8o\É\Ómó÷\Â,ó\æ*\0‹',_binary 'þö5ø±\Â\ÏKòúÁ½)`0U	dúsŸ”Í³T','',0,'?'),(_binary ':£\ë\ïa\ìõšQ 9–¶¾','wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„;Š†\æ\0\ä\í@@J',_binary 'WµÍ«=j>\Üý\Ém	¦©\rëŠ–ôSŠ·<B:\é¾','',0,'?'),(_binary ':ªyY\"b\Ï\ë‡ö©i­\Ù\è','wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â@²»ÝýŸ\ê\Ñ\"M\Ú ',_binary 'U–&–]æ°¥\Â3£<y\',\ïÃõq\ïg9ˆ','',0,'?'),(_binary ':¶\æî³¸ym\Ñr\Ý\Ö\É','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Tables/AboveTheFold.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Tables/AboveTheFold.php',0,_binary 'N\ÊF$\Ù½\â\å\íš0',_binary 'N\ÊF$\Ù½\â\å\íš0',_binary '\åxH\ÜX\n’w\ì!Œ\ÇS\á\0\èš$ì \ädÀ?Ï›\ÅP¤','',0,'?'),(_binary ':ÁO$\n\à˜e\Ðu$¬\îÛ»','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/pl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/pl.js',0,_binary '¤¸¡QÀÅ\Å-4„ Šu>c',_binary '¤¸¡QÀÅ\Å-4„ Šu>c',_binary 'Z¶G\ÃUÅ¨{)¦\ì,	^\\­M|NYÏƒ8~®°}‘]©','',0,'?'),(_binary ':Áùs-(B§¢ðO\Í2ˆ\ä)','wp-includes/blocks/cover/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶Á8£\èÜ‚‘\Úí·®÷º',_binary '\è<´³\Íhpœ*þHi\Ð\0\Êe¬€ºcyw\Ù #ˆú¶','',0,'?'),(_binary ':\Ævû”\Ð{ÿ­V~¶–,¢','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î&=_\èr•\è\Õ\ìõ2´\æ\Å',_binary 'y¬\å \ÞK;.²T™ø\rrs!\Æ[,•.ô³	\îo,ñ™\É','',0,'?'),(_binary ':\Ì0\È/qrº=$6\ï1\Z\Ã','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-hourglass.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-hourglass.svg',0,_binary 'ˆ>¬…eG0Ñº\r‰ø±',_binary 'ˆ>¬…eG0Ñº\r‰ø±',_binary '\Ø1.ªvHÁ\ÖB0&\Äpe1¾J\Ã\\­G\"¯‹¹','',0,'?'),(_binary ':Ì•£¤W\å/¹C(™1Œe','wp-content/plugins/elementor/assets/css/app.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³ùþ\ÑbQ\Ì\Ù\å\Ë8U%',_binary '‰†J<\Ç\Ò\rn\É\\ª-y\"¹l\Þó(¹p}E¹','',0,'?'),(_binary ':\Í(9ò\Ã\Ì\r‰\ï\Ý [\×ô','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$õ]\Ãi€$\Ç\à]³(;£>',_binary '\Ü\Ù<šv4Å²d»\Ã]\Ê\0Ymg¤¥\åV\Ýä¼³\ì8V','',0,'?'),(_binary ':\ÚV‡vŠP\ì~G)yqg\æX','wp-content/plugins/wp-rocket/wp-rocket.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/wp-rocket.php',0,_binary '\ÌvÃ†¦£4\ßV\ÛiKI',_binary '\ÌvÃ†¦£4\ßV\ÛiKI',_binary 'J‰5<8‘¯]p\Ñ÷\0mtLõ4\Ík\É\Ý\È#R\Ï\â$\Ü','',0,'?'),(_binary ':Ýª\å»\É\Ép5Àfü½b','wp-content/plugins/elementor/assets/css/modules/ai/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/ai/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nF\ZN\Ý\Ê¾3\ê¿Vlõ',_binary '½ü\ßy³\"‘<x^\ÑÁ§‡_§Í¶]\nžmž6_','',0,'?'),(_binary ':\ãþÿ:¾a®\ÅE\ÌÄ¢˜\Î','wp-content/plugins/elementor/assets/js/admin.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^\ã,‘Ì²\Ì\î‡f1¬Á\rÀ',_binary '\ÞB*¯pÕ­¦±,y¿„\Îr!q6ÀM4Íž\ãdvøža1','',0,'?'),(_binary ':\ç)]|t\èOˆÇ”o<­','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðnm\Øq$d„_&õ\É\Ø4\í',_binary '\áI‘«	ž›nÞ¥J±»B\É\ìNy—¾\æH¶;bF\ß\n[\rh','',0,'?'),(_binary ':\êºÏ‡!•\Ðf\0\Æ','wp-content/plugins/houzez-login-register/social/google/cache/Google_Cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/cache/Google_Cache.php',0,_binary '˜\É+]‘œ‘C\æ‚0\æ)Š›',_binary '˜\É+]‘œ‘C\æ‚0\æ)Š›',_binary '˜´y×ŽÚ‚]ö\és-föl¸ö²ÿ\\¨}3\ä©¾ÿ','',0,'?'),(_binary ':\ëùl¡’¶\ã{°”Ô½¾y\Ú','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-300.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-300.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w-1±‡Û€¼üœ†',_binary '¼p®\íO¬°öd ð\é\n*\\*\Ý\Ø¾eºùõÜ„','',0,'?'),(_binary ':\ïXqÝ¯J\\¦5Pò¶4','wp-includes/images/spinner.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/spinner.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÕLõ\nD½\n\ÊoÙ‹\ÔjË²º',_binary 'zÆ„\à\Z\"ÿ²n\Zs²(\ÎU¶/~÷7º€F«ø^Â…\ã','',0,'?'),(_binary ':ùnÌ£RM\ëti#šõ=','wp-includes/images/media/audio.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/audio.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†taCAñ¾\Åþ².·\çZ\ßÀ',_binary ' L\ä>¢‘$¨Á\n²oixoj-\nL\Ï\ÓõÀ\á]G;q','',0,'?'),(_binary ':ú\Ö\ÊVWr‚1- ú¥\Ù\à\ê','wp-content/plugins/revslider/public/assets/svg/action/ic_pageview_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_pageview_24px.svg',0,_binary 'E.zŽøÉ¼¨¾oyI»',_binary 'E.zŽøÉ¼¨¾oyI»',_binary 'ƒ@¥C]Š#N\È\å\Þb]\Éd\è\Ý6\"Œ®½2ð½­\Ç!½','',0,'?'),(_binary ';·y\ì®\ì¦L/8','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/APIHandler/AbstractAPIClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/APIHandler/AbstractAPIClient.php',0,_binary '7\ÓQ\ã¥\Û6A^Ž\Õ^',_binary '7\ÓQ\ã¥\Û6A^Ž\Õ^',_binary '\ÇH¾y$‡\Ï\Ò\ÔÁ\Âñ =ˆcÖ­\ÊkÀ$\Ä]‹ü£M~','',0,'?'),(_binary ';:9#©9”\çy\ÊH?','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j€\Ä$CTÀ\æò$W\Ì\rA',_binary '·þï¯½\ÃtlÿF\Z½hð~±€„i¨ÿ%‘Fwý\r\Ó','',0,'?'),(_binary ';\Þb­fÈ–0ÿ–¦­x','wp-admin/css/colors/midnight/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/midnight/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's}\ìB\Í\Z˜6g»ÿ„b7',_binary '\ÄVŸ¼3g`\ãO%Nm:¾gD \Ú]<{4QÝš3=TXŽ','',0,'?'),(_binary ';Ü’scF\Âüõ!\áœ©º','wp-includes/css/dist/components/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/components/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X.\r¿\æ\Ó?#+¶ÿ\É\é‹',_binary '—òAú¡³€N_\Èl\êÒ¶—\Zœƒ›\Z9®k™‰·¼','',0,'?'),(_binary ';7¯¹§ù«É™˜÷\ë\ÂA','wp-includes/Requests/src/Exception/Http/Status304.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status304.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\Ä]ý:£}‘úl\rw\Ú',_binary '2£gl;\0P\'´&Ka;Óª¬²ply2\"0$\Ñ\Ü\Ñ\ÈhŠ\n','',0,'?'),(_binary ';d ‰\è°^ph\å\é\'','wp-content/plugins/google-site-kit/third-party/vendor/autoload_files.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/vendor/autoload_files.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’À£¤\å2P½nO0Í®i\Ñ',_binary 'A¯ù\äƒ@`R’fôz±\é\é~Ï†ŒJFñ”×¿˜Lj','',0,'?'),(_binary ';;A^G\Çs\è,k,Jf\Ä','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅSb?58U\éo³\Ä&6\ë',_binary '«\ÕZwicbY%f1\Ù~›ž\ë(À{\Ã-üq®3XBÀ%	','',0,'?'),(_binary ';  SÇ†\Ü\Ðÿ*O\Þ)\Î','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PlanService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PlanService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ¸û>Y‚\Âó\n/s\è',_binary '¾\îø8K-¸`Ø²>\ç<ºÛDñ¢Õš\Úú\Õ\Â\îƒ','',0,'?'),(_binary ';1Ñ‹#ÁY_N„¥t÷','wp-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jÕ³\çfû»w\é®\nH’',_binary '3V%\'¿W_Bw\Â9=\',\ì<\Þý0/¿´ŒM×Œ£–','',0,'?'),(_binary ';5‘Ù€œ.’ðf»\â\Í\ç²\å','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/AccountService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/AccountService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z±q\Þ¾˜OTr\á\\Dx\Í',_binary '¿\Ç~HyÁ\'‘7’„]`I£	m·/¡\è(\ßÑŒ .e†f','',0,'?'),(_binary ';ABb—\è?ùì·SSÀ\ì','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ar-tn.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ar-tn.min.js',0,_binary '+\ê1A\0\ÓgJ›U{†%¢E\r',_binary '+\ê1A\0\ÓgJ›U{†%¢E\r',_binary '4\Æ4\Ã<\ÔT\æ\ÆY»y¸‡_\Z¯rÿŠÃ¡mú^ù','',0,'?'),(_binary ';EkW\ÊAO¤°\0n¾\àoñ','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_pharmacy_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_pharmacy_24px.svg',0,_binary '\Û$µ9ð\ÚGÀsj‹L',_binary '\Û$µ9ð\ÚGÀsj‹L',_binary '<Cû@:\ÙkN@E%74\î‡wjj»L+\Õ{n\èƒ¨0¬\Ô','',0,'?'),(_binary ';PŠ€Ö©R—GŸD\å','wp-content/plugins/elementor/assets/js/app.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷L½\ç\éøo\ËLžjxO',_binary 'ð	ºI(¿C\Å%ý\é.Á¨¨!&\"\0ò\æ=\È\Å\n\ì\ï¦di-k','',0,'?'),(_binary ';Q-:@(:85Mµ¯«˜','wp-content/themes/twentytwentytwo/assets/images/ducks.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æxµ1Ÿÿ¹\Ñl\í˜\ê9	',_binary '¤\Í2(œ|¥õcöm¦¤Uú\áôvtPV¾Á&¡','',0,'?'),(_binary ';Q}]]U\ÅK}9o\é¢\é\ì','wp-includes/blocks/post-terms/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-terms/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\Z^k†\ÜN¶Ò±\î\Z )Ÿ',_binary '\Ý?¸óã··ñ¿(s¬º¨\'\×Ë­¥#ñl<šRTô‡e','',0,'?'),(_binary ';R²GWØ¿­\Æm7$\ÙE','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-tax-display-by-country.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-tax-display-by-country.php',0,_binary 'ð5\ïF9i\ß÷gš8˜ƒ\ãe',_binary 'ð5\ïF9i\ß÷gš8˜ƒ\ãe',_binary 'J3\ÑR\Õ@\Èñ?jž°~ñ0]}¹JgN³):B<','',0,'?'),(_binary ';R\Þyh›\ëŸ\ÐRxK\r','wp-admin/js/farbtastic.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/farbtastic.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬\r\ÅJgrºTb;ºun¾*',_binary '\åþM£‘„ü\Þ_\â\ã\Øõ…ÿ\Þñ`9…hú°*®/\Ós','',0,'?'),(_binary ';S\ÝX\Í]Ÿ\'…\'ùŠ=\Ù','wp-content/plugins/wpforms-lite/assets/css/entry-print.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/entry-print.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê¿\Úü‹¨\ì\èüF†k.…vh',_binary '\ï\nEÒ¦&>\ëó&”}?ªRCý \ëðUÝºP:t\0«Y\Ä','',0,'?'),(_binary ';X‰BZ®\å\Ô%ok“¹2','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/field_select_image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/field_select_image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\ÓóÁ¾5}\\ž\íhió)',_binary '™À	´¨x=d‘\êUß»E:\ç\êCh·¿u{Åª¤Ÿ\Ù%/','',0,'?'),(_binary ';_Ž/ã¦‚\æ±b»°I\Ò','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility/Scan.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility/Scan.php',0,_binary '\è>½†\äô~\ÖOOuC?)j',_binary '\è>½†\äô~\ÖOOuC?)j',_binary '\Z*X¸>nÍ¿½2\\ƒûwûG;kw,\ÃÒ’]œ¯X\ç','',0,'?'),(_binary ';l½€óq5\Ü~…Ø‰º¿CZ','wp-content/plugins/insert-headers-and-footers/build/admin.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öp–ÿ‘4í½¦\çœm?2h',_binary 'Çºx±¸\ÍÌš&ùuÍ¸\ìcø\06R)U_»\Ï\Î\"*','',0,'?'),(_binary ';n\à›CgŽ«7$Ž;õ\ï_','wp-includes/blocks/media-text/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r’\á\Õ\Ã­…<-\Í',_binary 'l§[iGx\ß!˜\Ò\rJ\r[¬6¦pO“½²¾DQf','',0,'?'),(_binary ';q]Lð¦e-ƒØ‹ð\î','wp-content/plugins/elementor/core/common/modules/connect/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p¤Ox\"ºn#º®J„Mi\Ý',_binary 'Hº˜RðX\ìûE\Þ\åP\r†b±±û\Ï\ên¬®\"ÍžØ®','',0,'?'),(_binary ';rM\ÈÁRJ]ñðž7','wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@\ç\Ðú\Íð\Îsù7:\×',_binary 'T÷L\æ5-þÁS„?\Ív\Ü9\"J¨On¼PÌ¥7¹%…Ou','',0,'?'),(_binary ';y94¹–¨ÿÊª2¨V','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\ÌR´\Èf\Ñ\àjQ\à±9zN',_binary '§¡ò\Þd¸p\ÎSõ5ú\ë\È\ä\Å\Öå™¤\ã\æ\0J\Û','',0,'?'),(_binary ';m\nd}›\à\Ï53þÿp\Ö','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage/ProductPageError.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage/ProductPageError.js',0,_binary 'Æ—÷>2¢\ê-Bb¿É¼r',_binary 'Æ—÷>2¢\ê-Bb¿É¼r',_binary 'm\áŒ\Õ#/@9\ÎÓ°«JŽ\É2ö\Ùþ&/3\ïq1\ê^q9','',0,'?'),(_binary ';„[7‘S©&\Ð!!I\ÆC‚®','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SlackHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SlackHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö5U\\”\n\ç\Ä\åroù\r',_binary 'µÛŸõ¬3\×\ì°x\ÔÊ¢ƒÀ8 ¸˜;\î^4$:Â²\é±','',0,'?'),(_binary ';†Q@s#¯‚L\Õ\Î\Îh\ÈE','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserId.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserId.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':\Z\ÂU™§³­\Õ]jk',_binary '\ì?ï¸—I\æh‹#™r™mKÔŸS\É\Ç%3ya]œˆÿnŒ','',0,'?'),(_binary ';‡úw·sL\Å\æ!Ö™o\îp','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-auto-insert.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-auto-insert.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>)X\â\Î\"\×’.\×u1Uô',_binary '\ßEÿ\ßªÀ\Ìõ©–¼+/lb|ˆ” Uºð\n','',0,'?'),(_binary ';ˆ]\åù8\ß\é\\Ì¡\í¦ÿ\×','wp-content/themes/houzez/framework/stripe-php/lib/PromotionCode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/PromotionCode.php',0,_binary '¢ç“¥\ÎS´vÐ€ÍŽs\Ù*s',_binary '¢ç“¥\ÎS´vÐ€ÍŽs\Ù*s',_binary 'ó=\Ï0§ª\Ód,\ìZ Š‡{N \ì%œ¨Kü/“ø6l­','',0,'?'),(_binary ';„û­pß˜»–l\í#®','wp-content/plugins/revslider/public/assets/svg/action/ic_work_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_work_24px.svg',0,_binary 'wVdŸ’\á\ÞuCz9l',_binary 'wVdŸ’\á\ÞuCz9l',_binary '\ë}\Ñ\à[\ï£ýÿm\07\èv£Z‡¦ÀÏ“E\å\Ò| ¨\Ï%N','',0,'?'),(_binary ';’¹Q\ßß¤…y\Ñ\nt.B','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php',0,_binary '\ÚK®0þ¦À[\Û3+‰C',_binary '\ÚK®0þ¦À[\Û3+‰C',_binary '\Ä`\Ï\ØD¯%¡¿\Ö\È‹\Íý›% %§d³eÇ›µb¯','',0,'?'),(_binary ';ž_¤\Õ\Ó<«]—=}D7\Ñ','wp-content/themes/houzez/property-details/adsense-space-1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/adsense-space-1.php',0,_binary '-^\ïÂ“Œ‡\Ð	NZž#¤',_binary '-^\ïÂ“Œ‡\Ð	NZž#¤',_binary 'Z..=\á.a7\ç[ý1È†6ô¬€\ß\ÞMK\Õ\È ˜›E\Ü','',0,'?'),(_binary ';ŸžC\Õ.4²£¡\Æ.S<`','wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'muUý?„lZ\á/˜ 9',_binary '\ßøóe)¶\Å\Ü|<š…®:-`—WŽ\\?o\Âv¨Q\Ç\Zj§ü','',0,'?'),(_binary ';¡\êx]B•$ƒ‚4\ç<µÀ','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-instances.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-instances.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^‹œˆ\Û\áî¹–$:\Îÿð',_binary '!	\Åý¨Y<\ÎE¾\r\0¡?n1~¤•öû¶\ë\Ù-±’\Ú/\Ì','',0,'?'),(_binary ';¦1³ý\ru\Ç2ª\ÆMT\Ä','wp-content/plugins/bluehost-wordpress-plugin/inc/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/base.php',0,_binary ' \äF÷FÑ³{M\Ü®\Ð',_binary ' \äF÷FÑ³{M\Ü®\Ð',_binary '–Kg„\á¨n^Á_ø\ÍÌ¤b\\ˆ¥µ\n/AB\àÕ°\êÉª','',0,'?'),(_binary ';ªüÊ#Á\é,\ÒJñ¼—\à','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­2	(“™”Ú§F+þm\Ç',_binary '(;½7\Ðûw­\Ú\Õüm¢\Í\\6yuC:Z~{3\æ\è?\Ñfc','',0,'?'),(_binary ';®\ÉX\r\ç\ÙJ\êT\Ö\n\Üû\Ñ','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g÷oq©\ìû	%s–\Õþ\Û',_binary '„j/¨#\Ø|D:\î\\ý–\Ð\Äxq|UlnåŸ·J>“£±­','',0,'?'),(_binary ';²‰®q\0JE\ÅË³4Ÿi','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M   3\á9¹Ù†\å\Ý',_binary ';\â÷‚ œ\â¿\Ø\è/ù·nU]Nk%AÙ§¸Q¢þC2\Z','',0,'?'),(_binary ';º>ûo°©Q™lý>\ç)—','wp-content/plugins/wordfence/css/wf-global.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-global.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«ç·´t®\Ä\ßà¥¥\Ýö›',_binary 'EŸxÿ^z1\Ä\'ûR\ê IqO9\Ë\Õb¯÷«\ì-È¹\Û','',0,'?'),(_binary ';Á$\"\Ó;H¥SP\ÜaC¢','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg',0,_binary '\Ø\è«s\ÎM´7/$ø\Þ',_binary '\Ø\è«s\ÎM´7/$ø\Þ',_binary 'ø\ï[„t¶\ï\àÑ—òtžž³w“chŒµ\Ûù \Å3ó','',0,'?'),(_binary ';ÁC5U\éLG!¡\rž','wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_zero_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_zero_24px.svg',0,_binary '£bü§\Õ#\äJù[§\Çy\ç',_binary '£bü§\Õ#\äJù[§\Çy\ç',_binary '\ècEˆ\çA\Ö$¬\ZF´¢{[\"Ÿ\Ä	\ÐÀ\ã¿Ïƒ¤\ïH¶','',0,'?'),(_binary ';Ï¦ƒ¦a²\Ú\âSi`Ð‘\ê','wp-content/plugins/redux-framework/redux-core/inc/fields/info/redux-info.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/info/redux-info.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îCp\âÊ–’¸z@•d÷¯a\Ë',_binary '\ÉW%>eûXQS”\Ì2ù\0Æ°\ÜQ\ÜU\ÞgÇ‹¶qA›\Ü','',0,'?'),(_binary ';\Òü\í‹3×‰WHŠm5‚:','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.el.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.el.min.js',0,_binary 'šŒ?‡÷\æVº\é\×ôô•\ÓJ\Ð',_binary 'šŒ?‡÷\æVº\é\×ôô•\ÓJ\Ð',_binary '\rQ>¬;\ÎD) \n\Å\Ü\ëý<G#³\Ð	ƒ\â¡\Î','',0,'?'),(_binary ';\×vð0BK¬¤µ\Ä1Ð´','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®+o~˜¤Xü\åÝ“\0\Í',_binary 'xX·Ñ¹\Ú$6\ÜUdZ$ü\Ö\æx—Á¤\ß\Ø&3\×','',0,'?'),(_binary ';\ØG_hT\Å\rÿ\r\ÂN¥y','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php',0,_binary '?[hiw~+,p ¡\Âk1',_binary '?[hiw~+,p ¡\Âk1',_binary '\Ð*1«­£-ùnh››Ž¦´øv\ÔXV\ãjô¾½ò\Ù','',0,'?'),(_binary ';\ÚÐ¿l¨\Ø\Ï](\ßCšJ','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php',0,_binary 'c±—›\Ì+Ô¸d®s&•Lv\æ',_binary 'c±—›\Ì+Ô¸d®s&•Lv\æ',_binary 'H3xc¢U¦¼‡\Õ\ér,Á\Ú}5\\Ç­P¬‡ISš“','',0,'?'),(_binary ';\ÜñG\äû\í·Mt÷\æ<\Ñ','wp-content/themes/yith-wonder/templates/archive-product.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/archive-product.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=…\r\ÓOSNôVª\êÀÿ¬§',_binary '»¤±\é\0§;°:JZûÚ¶\Ùoö[Zý‰C\Ï\Ê+\×=]Áa','',0,'?'),(_binary ';\á\é¶}ò£\æ€K\×z-s–','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataProfileInfo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataProfileInfo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ýó³‰7T¸\å„[P',_binary 'º\ï£>4ÑŠž\Æ\Ô\Õ|\äS%\ÙÓˆú\ßÀ²»®\æ\ËLc›','',0,'?'),(_binary ';\åx\ê¤p\0g\à\Ë5ö4†EŸ','wp-content/cache/wp-rocket/point2listing.ca/content-marketing/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/content-marketing/index-https.html',0,_binary '\n\Ó÷!{uplF}\Î',_binary '\n\Ó÷!{uplF}\Î',_binary '˜bŠ\éŠù®£»’§¨^J•ó8\Ö*i\í÷ûœ','',0,'?'),(_binary ';\ëd+;¤C­€?\Çÿ\Ý','wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅFÞ¿ðyÁ\0A^E=û',_binary 'ÚŸ•Ý‘2it/\ÙWû\Ý\ÚpÆ†ö÷0_,;Šµ','',0,'?'),(_binary ';\ë[›,Šp\Z\âÿf8Zx ±','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTags.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTags.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?ø1\nýFB•,Ü¨†H\×',_binary '\Z›gÎœo\ÍW\è\ÌEõ0ð@Ñƒ\ß\"x-(ô\Æg\\&0','',0,'?'),(_binary ';\ìIiV\ëURKž ‘\Ï','wp-content/themes/houzez/js/vendors/i18n/defaults-en_US.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-en_US.js',0,_binary '&AÂ…B\Ï^€K4_ ­†:³',_binary '&AÂ…B\Ï^€K4_ ­†:³',_binary '¼\rl·\éßŠ‰\ÄÓ»Î¿v”Üù/-«f\Ï\Ù@U','',0,'?'),(_binary ';\í2ª÷yT\ÞWðKsª¼˜a','wp-includes/blocks/table/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø^q\á%’\ÕmZ\Åò,\Ç1',_binary '\Ë\ãWO˜)\Í\Õj\ï)ø\Ð\êþ“œ\Ý\ÊAg3$0±\ã$[\èôm','',0,'?'),(_binary ';\í4 ¥\Æ, Ë¦C2\ét¦','wp-content/plugins/insert-headers-and-footers/includes/lite/loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4J\Ò\01\Ø3••­þ”n',_binary '\Ë$1\ì3÷k²›w¾\Å\'DR?Ù¦½ˆ]d\É\ë\Ý','',0,'?'),(_binary ';\î\ì\êúQŽ_e\ã¡\Ô/—','wp-content/plugins/wpforms-lite/assets/images/about/plugin-rp.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-rp.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vŸ°$eó\ËHG\çH\ÇD˜\à',_binary '.\Ã^&O\'\Ü{6\0Z\Í\ÔtñKf‘5\Zl¸\ÚjŽ¤\æ?,','',0,'?'),(_binary ';ðoM:VŽn}‰v\Ç\Õ\Å','wp-content/plugins/wp-consent-api/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=–R…¿N-ü\Î\í',_binary 'Ÿa9},›+ûÓºƒ«#$\ë\×Cb\Ê0+¢\ê»ô','',0,'?'),(_binary ';ñWct\Ô\Ó\ç*+÷¬Br\Ê','wp-includes/images/smilies/icon_surprised.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_surprised.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U\ì‹\Þ-\î\ë#+þö¶µ0\ç?',_binary 'Ž•cuy—XŠØ“\ßA¬\èd‰5[=w>™*Sˆpwe÷._','',0,'?'),(_binary ';ô,]›)¨ÿ\í^h¼V','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe-card-field.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe-card-field.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a û6*=T·¸rý?3\Ð\é‹',_binary '®¯‡o¬4™ÌŸ²Ÿ6g”ê»£¸p\Ía«Í»skqj-TG','',0,'?'),(_binary ';øÌ¡p‘–E†H ª','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/taxonomy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/taxonomy.php',0,_binary '\nÅŸ(\ÙL\Û\í]‹?ûT‡b',_binary '\nÅŸ(\ÙL\Û\í]‹?ûT‡b',_binary '@u§\ç]\0)\ß?*û\Õ/ó3(Ì¹ze)û%–,@‘•','',0,'?'),(_binary ';ü\í\Ù\â*1\Zn½\Ã4\Ó','wp-includes/js/wp-emoji-loader.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-emoji-loader.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(BÞ‚»A\ÓXƒ\ÐYÃ…ÃR',_binary '\É\ÇòQøJŸ-\r™QW\î\ÕY¿j2a|Jˆÿó','',0,'?'),(_binary '<[U‹Š\\Ð—ò0A\ékÁ','wp-content/plugins/houzez-theme-functionality/shortcodes/property-by-id.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-by-id.php',0,_binary '’[w\Ë3@*¼*5Mõ\Ã£',_binary '’[w\Ë3@*¼*5Mõ\Ã£',_binary '·‡$´‹0û*)L@\âN‡ô\Ú\roPS\äXŒ8t|´','',0,'?'),(_binary '<—Y\Þ\ë{ä•¾]Ÿ$j','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤N(ý\ÝÚ¢†µ¯ðP6Êš',_binary 'ù³\ÌnôÎ°·©\ÍuXXywV¶—TÜ³J\é\rx†Š¤','',0,'?'),(_binary '<E†¬\é¸L~_/•s','wp-content/plugins/wpforms-lite/includes/emails/class-emails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/emails/class-emails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ?õŽ0‰a‡ñôL©\é8',_binary '\È\ß\íª]Í©L‰š|\Ëg\'oÚ…\Û yA:þcC…7û','',0,'?'),(_binary '<ÒpÁ®¯¢\r\æËŸôý','wp-content/plugins/elementor/modules/system-info/reporters/plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J…\Å8Ð±0‚Á*\äšñ',_binary '®z2\â\\5Ró›–¡Ó«\ëg8š\éŽ!\áŠ\Ó ú²-','',0,'?'),(_binary '<K&R\Ù\Ç4¹JJ²l','wp-content/plugins/redux-framework/redux-core/inc/fields/raw/parsedown.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/raw/parsedown.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[\Ä\Ü%—\Òz!õ\æ˜ó—„K',_binary '|±@?£¨™˜¢\ÎGË»Î¤\í§—eºc\"U80{','',0,'?'),(_binary '<aƒ\â\×R\ï]G!\'y¢ò','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­D\0]>0	y1iu›',_binary '¹‚\'°\Êxzd®Ÿ\á(\í\Ä4\Öw\îd]wv•h\ÜÁ\ÊQT','',0,'?'),(_binary '<Z\É\éY+¿˜$g\çß·Ey','wp-content/plugins/favethemes-insights/includes/insights.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/favethemes-insights/includes/insights.php',0,_binary '3–‡Jx\âÌ°€QF^+½\í',_binary '3–‡Jx\âÌ°€QF^+½\í',_binary '„x\ÈV¦<Te•I>Ý­6š?\ã‹PŒ³\à?ÁY§„2¼','',0,'?'),(_binary '<“B\æš\Ì(¨Ô’&D','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿglˆÛŠ—y÷\Ã\Z\Þ)ôò',_binary '\ã_—¶\í—I\Ö\ß~ð¦jò\Íò<\ÖF!}Hr£P\è·-K','',0,'?'),(_binary '<-\Ã\Ã[yM‘o\È7„Ž]','wp-content/plugins/revslider/public/assets/svg/content/ic_add_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_add_24px.svg',0,_binary '\"TXE\â<wU}\Øv\èk\Ç\È',_binary '\"TXE\â<wU}\Øv\èk\Ç\È',_binary 'm\Ãk¢:\à¿O·{õ\Â\í\á:WÖ \Ý\Ûüc\ÌMÀª\ã<—ù ','',0,'?'),(_binary '< jú\ï\Î\ØlÝ»\ãB‡œ(','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢gS štEtF¹\Þ\áV‘\Æ',_binary '•H\è\ÂizY\ß\ítM¿\ï\éc\é1÷ój|\è‚j','',0,'?'),(_binary '<$„\È\æ\Ìý4\Ç¥‰¿¹','wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9›£	&Gñ„\Ó\Î\"ƒ…\Õ_',_binary '$÷¡‰y\ÔL\è˜t¿Ê¥9bzÁDL\Ã\ÚBþŒ³t­\Ó','',0,'?'),(_binary '<(¸\ãŽ]0Qý²3m,d¬\ì','wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-sales.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-sales.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9c\è°x9HŽ2ù¹_	',_binary '#rƒg\ê8]‡òb÷±Gb—!!ˆ?“M<a	ó.','',0,'?'),(_binary '<,M¾RŠ-¬zjƒFD@\Õ','wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JS\Çb‡\Ë`?¹\ëÿ°¬e9',_binary '@Žw\ìö\âbM|ˆ\èµ…\é\Ôi’,ú¡4û\àû-ú`|\Ô&','',0,'?'),(_binary '<0\Ñ 	\Ïe\êù=¤0§)$','wp-content/plugins/houzez-studio/admin/js/i18n/cs.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/cs.js',0,_binary '´\Ó&\0\"\×{+&sIÕ¤',_binary '´\Ó&\0\"\×{+&sIÕ¤',_binary '°8™\ËKò˜\Ò(O’Fj\î\ÅÄ€\Ø\Ý\Ô\Ú\å«ý´\â}','',0,'?'),(_binary '<4\\·K 24±”\ÇG/Y}ÿ','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg',0,_binary '=“\n¦T\\×G\ÉCA\Þ',_binary '=“\n¦T\\×G\ÉCA\Þ',_binary '\à’\×\Ã47Àq\Z¬Q\ÝÙ¾\Íó\ë\\`jÎ®<XM \äP','',0,'?'),(_binary '<<,ûõ\É\Þ\×)ð‡†³¼','wp-content/themes/houzez/template-parts/dashboard/submit/location.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/location.php',0,_binary 'H\ÅòAn3\Ç\È\Æ_\Æ\Ìù{',_binary 'H\ÅòAn3\Ç\È\Æ_\Æ\Ìù{',_binary 'i\Ós\í\ÄZ·p<ªw™\ÈH\'/\à\í\"«j&¾÷ûŒ\Ù','',0,'?'),(_binary '<>U­œ&\ËV+ô\â.%†\×','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerTrait.php',0,_binary 'Æ¶+*X ^`\ïYJ\Ø\rx\Ó\n',_binary 'Æ¶+*X ^`\ïYJ\Ø\rx\Ó\n',_binary '–\'9W½‹]‰è”‡¥UŒô ˜\É<„\Âku®oóŠs\ZN','',0,'?'),(_binary '<DôBr‡½O\Z\ÈÈ¬\Õr','wp-content/plugins/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'OVV)šYõ\Ém\Ô#ð',_binary 'ezr3\Ç	÷\ë@>pÁm?–/\ÅN\ä\Ê\ÊK\èq#','',0,'?'),(_binary '<DüJ@ñ¤úÀ„\êû\"','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉU°\èX6\× M\'+·',_binary '\r–\ÜX9Dÿ\Îs®}g/ Ò”›\ê:\èÊ­ 	(™','',0,'?'),(_binary '<F\é\ë\ïPz\Ì22£‡~','wp-includes/js/imgareaselect/imgareaselect.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/imgareaselect/imgareaselect.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}(\Ê\Ù()³\Ö3 ‡µóµ•¯',_binary 'žqó!Ý¿JÓ‡—öi\nÁE\á­5s\å!\r—…%ƒ','',0,'?'),(_binary '<YD\Ø-‚A\Ø\'\Þ|)\à\Ý\é','wp-content/plugins/wordfence/views/user/disabled-application-passwords.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%t\í®Z)\åâ™Ÿ\Ç÷V¡',_binary 'šñGÍŒ\Ñr†A{\èü\r`\rY\ë²ø•÷}~h™\ÌJd¿','',0,'?'),(_binary '<]£L€ÁSs\ÚXÔ—a\Ù\Ó','wp-content/plugins/wordpress-seo/js/dist/languages/de.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/de.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']\Ò	dRx=e‘2ÿ/\Ö÷',_binary ']úˆœ?&wIú+\ä TiP¨”Á2]w´\ÊZD\Üö€\Ì','',0,'?'),(_binary '<`\Å\Úâ•š\ïÞŒVy¦P+','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_drive_file_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_drive_file_24px.svg',0,_binary 'š‡Gx4C›²y\Ñ¯t®',_binary 'š‡Gx4C›²y\Ñ¯t®',_binary 'f\Ð\ëC\é4\Ôk\Æ#@›·0b7œ.ùjÉ¡g\Ï\n‹¯','',0,'?'),(_binary '<g-§Q¤&\Èlqw\r7“','wp-content/plugins/redux-framework/redux-core/assets/css/rtl.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/rtl.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìa‡WtÞ E\æ\Õ7\ÙV\Æw',_binary '\ß2|\Ûj:4±\Ë\Ù,BÚ¶\Ï3ù„¿*o°_…†›­K','',0,'?'),(_binary '<n|†Þ«0«)\Í;z\å\Ö','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\ÞG\è\ßòˆ  \ë-ÿAs\ß',_binary 'kž™’›eª\Â v0\î\ïQ‘7\ç\Ê]<	™ô eŸ‚Ç¤ª','',0,'?'),(_binary '<t¤\ïcÿüÄ£‚<U\Ý\ß','wp-content/themes/houzez/framework/options/listing-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/listing-options.php',0,_binary 'u)P~³$+§®w4€…Ãš',_binary 'u)P~³$+§®w4€…Ãš',_binary '\ÍW\Íþeµ¦\é\Õ\Çp`¬²\ÂcF@ÞªH@¸•¥¾tYû¥','',0,'?'),(_binary '<x!\ëc±ŠõŽ´µôk','wp-content/themes/houzez/framework/stripe-php/lib/Service/ApplicationFeeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ApplicationFeeService.php',0,_binary '‰T¾\Ê-QRTs\Ý2\Åk\ï',_binary '‰T¾\Ê-QRTs\Ý2\Åk\ï',_binary '®ô\Ëy¸K®E1\ÃD´¬¢A\é@\ä÷R!;\0üž\È¦','',0,'?'),(_binary '<|a’…¼ €BYOf¢@','wp-content/themes/houzez/framework/stripe-php/lib/Reporting/ReportType.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Reporting/ReportType.php',0,_binary '\'Ù´?§$}\ïÃ½x03Pi',_binary '\'Ù´?§$}\ïÃ½x03Pi',_binary '-­\Õf\Ü\Ò,Ñ¯’jœñ\Ö[©Ç¼EZM…\ïYû`tvˆ\á','',0,'?'),(_binary '<|q„|xÜ²\\\è\ízZ´{','wp-includes/blocks/page-list/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—†\ã(M\ìBŒ\ì‡_\ç\îš',_binary 'º¡º\Ôl[­)\î\Ù%=g\Z\Zö\ãœF¸€ðtºW','',0,'?'),(_binary '<}·º;„*šS;e÷Á	','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í;\"#aU¯?“ŒT“®†',_binary 'W\àQ\ä¯B®;/<¤-\0½W%ƒ:\æ!‰\Ð\Ç3&<\ì·','',0,'?'),(_binary '<†g+ùÿ\Ò\rk9\ÍZ¦ \n\'','wp-content/plugins/google-site-kit/google-site-kit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/google-site-kit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-X÷0\ènw“¥\ÔC‡V6',_binary '=\íº\Üøz†À%²ò™ÿ#;óy¾§\éõY“4\æ','',0,'?'),(_binary '<†u§m¥œû\Ü©:.7ý','wp-content/themes/houzez/framework/metaboxes/taxonomies-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/taxonomies-metaboxes.php',0,_binary 'ý\Æ‡õ+,-Ê †žˆ½',_binary 'ý\Æ‡õ+,-Ê †žˆ½',_binary 'Iw\â6^\Þ––¦Åˆp\ëÓ‡¬\æ-˜=,i\Å]Y$±','',0,'?'),(_binary '<‰9þuþj³®ÿ„!Á$','wp-admin/css/install.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/install.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mû´…Ž?WË®\Ê\Åeû\Ü\æ\Ë',_binary 'WHŸd$[[\ÒOy`¼¬\ÅÈµ±b\Ð\Ý\Äÿoˆ\Ä?|\×','',0,'?'),(_binary '<˜½òp‰¤ \îŸ:©	','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ,\áÏ–\Èr?\ÊúBXŠ\ß\æ',_binary '\0ŽW‰®0É—‘\ÖVL0<=*\'›­\Ôº7•n‚Ÿ','',0,'?'),(_binary '<\ØRP\ïò½ 5`','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õ\ÆÂ¾,¿ô_¬Q\Ô,‹',_binary '|‘¾\"7Z¿Ž\Óv¥ñSˆ.s\Ë\ÄfY¿\È|@e®ÿ','',0,'?'),(_binary '<¡=ñc\ÖF1\Ä5\ngŽ\ß','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/strategy1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/strategy1.svg',0,_binary 'B˜\Z®hyj(\ï|\â»Ô•',_binary 'B˜\Z®hyj(\ï|\â»Ô•',_binary '©G2#oÁh.S®¨E%\ä\"\ìò÷\âVRÏµ\\UÆ«ó4','',0,'?'),(_binary '<¦\Æ\ß\ê6“\Å\æ!Ê”‰\Ý1„','wp-content/plugins/wpforms-lite/assets/images/icon-user-template.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-user-template.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bI{aD\ÕKó8)»6•°C',_binary '—’\×3-.Š\æE\ÝHr_ô—L\Ï8±¼QEc\Æ\È','',0,'?'),(_binary '<¦\Ø7Çˆ\ÔG\ë»\ï<\Ì','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/font-awesome-5-free.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/font-awesome-5-free.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\ Xüt=\è°òaF½ˆÀ	',_binary '	†iß‘rvôê³ñ¹÷“t9—\Ý\Ð\Ðq,}<\r‰™{','',0,'?'),(_binary '<¨Ð¡?\àqp[Áœëˆ–O…','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.uz-latn.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.uz-latn.min.js',0,_binary '=¡²¯û\ÌQv\Í\áÕ©\æü\æ\Ê',_binary '=¡²¯û\ÌQv\Í\áÕ©\æü\æ\Ê',_binary '(†\Ã%ž\Þ:g1\×Be¼ü©z¤„Vt”·¶|Í°GRƒ','',0,'?'),(_binary '<¯•¤`Þ¡„ûð¨.˜','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-data.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-data.svg',0,_binary 'LÛð¶H–µ7\å\"`0\ç',_binary 'LÛð¶H–µ7\å\"`0\ç',_binary 'ua~s\ç?\0Qm{\ÚHks_/Cù\áÅ¡@_šj','',0,'?'),(_binary '<±7ýîŠŠ{¹”?aš|\ï?','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j Sœ¢\Ø^M\æ\"\Çñ\ê\Ë',_binary '¤[±Wß­j\É\Ñb¹¯ mýPw(\à›õ.Y\ã\Û\â\Äm','',0,'?'),(_binary '<±eQœnµ-\Ê>\0BÕ³Zr','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_SimpleSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_SimpleSchedule.php',0,_binary '^y	15d“~UhFR',_binary '^y	15d“~UhFR',_binary '‚®\Æ;]D5øþ©£Vo`—/‚ñ_–qg§¨y\Ïy.!','',0,'?'),(_binary '<²©cq•WØºÐ­ñ’’ˆ','wp-content/themes/houzez/property-details/partials/details.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/details.php',0,_binary '®\àg#²|~ã§‡V\ì\Ô„\î',_binary '®\àg#²|~ã§‡V\ì\Ô„\î',_binary 'Q}f“µ\æüqJ¢{ûgqÃª¿¡š˜±À¼y‘7G<£','',0,'?'),(_binary '<¼©\Ë@U>Ì™º7\çiª','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/ClimateServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/ClimateServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š“«÷O¼\0˜Ýž_–‹t3',_binary '¦}\ÃI\"ñ&\íR³”Ë‘N\ä2Ø‰S\Ô09)`\ç@\ÒF','',0,'?'),(_binary '<¼\ÔÅÊ¤Gß‰\é°9','wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²…‰n&¡ß¼ƒ\ÙaNx',_binary '\Èó7Ìpo3dO]/\×:\"¦\å-J\ØûN>/\ì™:‰¿\Ã','',0,'?'),(_binary '<\ÂNK\ï®.ò\Ç\æ{H(›º','wp-content/plugins/wpforms-lite/assets/images/email/icon-overview.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/icon-overview.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëõ\Þe¾úVx%-\ï¡ÀX¡\Û',_binary '£IÀ…Ž=	»ó\Ó,\nÓ¹y7\é\Çjg@½++ek–','',0,'?'),(_binary '<\ÌW\Ô\áÑ¹@\ÕË¶W[\'','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Cron.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Cron.php',0,_binary '(Sõ\É\íŽ.C[U+–a†',_binary '(Sõ\É\íŽ.C[U+–a†',_binary 'ù½º*®ý\ÄVNð3“\í[N„@	Û¨ˆ—b\ÙF¦','',0,'?'),(_binary '<\Îpˆ”\Ï%i\Õ	\Ê‚°','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c¡v€Y·k¿8~Œ',_binary 'E\Ü?\î¡\ê’i»Žœ¦Ã£€-SA¿­\Ô\ng½>y’','',0,'?'),(_binary '<Î·~\Ûƒh®\\»ð¥\è\Õ\é','wp-content/plugins/elementor/assets/js/announcements-app.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/announcements-app.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=/ Nð‡Š+Á)nõ\Â',_binary '\ÉjG7<O_A™<EøV‡ö\ä —b7Vs>\Ì.\Çk!','',0,'?'),(_binary '<Ó ¸†p-±.„Á*šj','wp-content/plugins/wpforms-lite/includes/fields/class-number-slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-number-slider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ«™@h¿Ù®\Ý\ìòª',_binary 'X­¤\Ó;¤z<¾<˜ÊŒn‰°¶3¨\0Á+\ÜE\ä  ','',0,'?'),(_binary '<\ÔUÖ’-\ë\Z¼¡›/k\Z?Z','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã*€ö\Ê4\Ç\Ýk\×Á<\ÈM',_binary '–W+OÖ¦€`Ö‰‰ƒþÓ»\áo\Øg±V]\Ù\Ë\â\Ç\êce¹\ë ','',0,'?'),(_binary '<\Ú;r™\æÔ£\ã\Þ\Å\Í1ô','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Segments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Segments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æˆ_’\Õ\0+º_\Ý;7£\ë',_binary '\Ø^\Ãƒl	˜¢\ë|U=\ßX4œÁd\nG/§=\Ý\Ë*a','',0,'?'),(_binary '<\ÚûðyQ\'\Ê?ó¥²b\Ä','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersDestinations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersDestinations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„ZY\Êñb\rNð\"óø',_binary '”\Üú¨`m?|À–Hó‚\Z™\ÞOþu;yb\äUS\á¡','',0,'?'),(_binary '<\Ý\éQ\åO°8ñ¡zK½','wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|a£\ß<\ÄRpÁZ%bˆ\æ@',_binary '\á\ÜY8\éŒ\âÚº$T¥2\×S¼m\ÏÁ~[zŽA\ã','',0,'?'),(_binary '<Þ¤›l\çöùK`¯²i´\ì','wp-includes/blocks/embed/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'AgL\ä\Þ/Ðž¸÷¬g\n',_binary '¶t¢ž¹#`Bœ!ŽIô\æ\ì~{‘^„¤!y|µo\äÃ¢F','',0,'?'),(_binary '<\æhj\Ø	Ž4½»˜4a\Ð2ö','wp-includes/js/utils.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/utils.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž§2¤š¤![pNI\é5',_binary 'iII4\ï*–\á{FZanúÇ \Ñ)J,T\Ð&µg³\à','',0,'?'),(_binary '<\ëLZñU‡Ê¢Çžô\ÖEL\\','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘ƒR\Ô\'‚üz„&\Êum@',_binary '”g°uú\ÆR¢\Â%O\è³39ñï§¤–W8%¨ñ=V\Z','',0,'?'),(_binary '<\ía šj³Y–\â\Öò‰\Ôwr','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&¹p\ËÀ	\É\à\ÍòN¾K¿',_binary '\îvu¡?>-§*/Ÿlˆ´²\Ê&	–ð\âü<s·Xúam','',0,'?'),(_binary '<\ï\Îuê¿–\ZÜœµ\ÇY\Ô^','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Öjø<\æ—]\Ø@‚™¿À	4ù',_binary '\r]\"\Í\Î!ž\'sg=–™ªú\ïzÄ·Q˜\î2\ÇNK\ë','',0,'?'),(_binary '<ô6=¯Î¯,Æ¬[q.·ò¼','wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-bill.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-bill.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Waz9Ë¥\àõ–ÙŸCµxB',_binary '\Òb\çO®\Ý`ì›bð‚o÷¿\ÖU2-H3dsiúðð\nb.','',0,'?'),(_binary '<ýY‹Tõ.û~Y)pj\0','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Account.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Account.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R¼<X»•£¬\äù\' u!”',_binary 'ý É¸\ßK\Î\Û\è@/†ÿ!\ádPô\ì°\Ö!b‹\îýþÊ•{','',0,'?'),(_binary '<ÿÿÖ®7Ž»*iÿy»¼\Za','wp-content/plugins/elementor/assets/js/styleguide.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/styleguide.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'QK\"°IX¦{õ$\æC”\åÅ€',_binary '2|¼6«ŠT\ÆL\'\r¸Í•Ç¬\ËZzp·1¶\Ó\ÍZ~ ','',0,'?'),(_binary '=J¬¦Ç°jaŒ}LI‰Z','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±ÀpFõñt1\Æ+öÀ»',_binary 'þ;‰}\Ûü\Ç\0[·ž¾\'\rq\Î\Ä\á\Ú\ÜÄ¥d\Ý;#\æ°.','',0,'?'),(_binary '=	Fw\0˜\ÏÊ¾e;P','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-open-street-map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-open-street-map.php',0,_binary '\î5Áan$‰†/c­',_binary '\î5Áan$‰†/c­',_binary '\nV\Ê#Rž¶;³¸1¸bÔ²X6}\é(\ç{‚~Húyy?','',0,'?'),(_binary '=+¸˜’š\ÃU\'§6\Õ','wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js',0,_binary '¥JlK_%)k°#\é',_binary '¥JlK_%)k°#\é',_binary 'šÁ÷gF€†ö\"	!1q<‡z7Sp1µTÛ…\×I\ã\ëø\é‡','',0,'?'),(_binary '=œUe(s_%ˆM‚^µ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶X/AaG\íŸS6\0œ“O®',_binary '!U=XMg†BR#ª\Ü@\Ã(\â\èð´ö#ó—«›NT\Ñr€','',0,'?'),(_binary '=&\Æl9to{rBò”\å\"','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„\Ï\à\Åu\ïUÒ€ºµˆ',_binary '(l£Ê¥¼ŒS\ï|l>\0\ê‚ùp·8r\éÁ€Cþ4šp+\É','',0,'?'),(_binary '=§ƒwö<\Óì“¯ñ-™<','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager-globe.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager-globe.svg',0,_binary '·~±¼j9ˆ£³öP\Êu\0',_binary '·~±¼j9ˆ£³öP\Êu\0',_binary '÷\îN\r½¥\ìðGô·ÿù\î`\Ç\äùnŽAI{|]i{–Ó¹\Z','',0,'?'),(_binary '=0ô·\É\Èqb~+O/²','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—ŒL{ñl-+.žo',_binary '‰ \æR®kkü\ä4%&7:\Çþ\ßþ¯©› Ä5\ÚZ†','',0,'?'),(_binary '=\ZDO\Ýû²\Ç3ƒù}výø','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Admin/Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Admin/Controller.php',0,_binary '*µo\Î\È9\èBÈ·\Ð',_binary '*µo\Î\È9\èBÈ·\Ð',_binary '‡Á‰\é:\ÙDK\î n.¯<Â‚Œ|\Z(\n\Ï»¨eôrm','',0,'?'),(_binary '=¿²\Üf;Vódl\"§À','wp-admin/css/code-editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/code-editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z®¿‹.¿y\Ö\ì^J¾i»*',_binary '{\ë †¹ ²\ß\éÁI\å\Ð^­`Ž«\0\Êøó\Â<<','',0,'?'),(_binary '=	]þ\éÿ’}ú\Ü*<.','wp-content/plugins/wordfence/views/waf/waf-install-manual.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/waf-install-manual.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pm ª¥…°QýynRPqØ™',_binary 'l¿,\\\â©d.¸»þ\"\ÆbÖ´ðlz\Ôw\Ä\\„E','',0,'?'),(_binary '=tŠ‡\ç%wûc)5\"«ñ','wp-content/themes/houzez/template-parts/search/fields/price-range.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/price-range.php',0,_binary '\à`ˆN.Àr\è­÷M\îC*‚',_binary '\à`ˆN.Àr\è­÷M\îC*‚',_binary '+Sý!\Ò\ïu7F(±\r`\ÕØ¢/ž2\×5]vh','',0,'?'),(_binary '=%}™yŸ1Š}Kjn«','wp-content/themes/houzez/template/template-listing-grid-v7-fullwidth-4cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v7-fullwidth-4cols.php',0,_binary '\Þ\æÏ‚ \Ò%S\Çþœ°\ï\Ìô',_binary '\Þ\æÏ‚ \Ò%S\Çþœ°\ï\Ìô',_binary '	°2\Òf\ÞrtK’O\Ú5\ÐØ¦\Z!{Wõzð©\Ýn','',0,'?'),(_binary '=)Mº•3\'\áÈ—Â¨µþ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SubscriptionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SubscriptionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°“\Ë\Ö>7ï€Œ7\È<½{ƒ',_binary '”kX<~<\r§ˆ°\ÃÝ,<YÆªd\Õw\ê@Y5¾/\éO¤','',0,'?'),(_binary '=-‘Ý¶°e[Hõ\r”m\Þ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data/Plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data/Plugins.php',0,_binary '\ÇJD{\èº\Èô\ÜZ­m—™I',_binary '\ÇJD{\èº\Èô\ÜZ­m—™I',_binary '*\Ó\Çû\ïú\ßOû‰Œ}f\Ã8„\ß~›¼w	«õ\àž´¹K','',0,'?'),(_binary '=.«ê©¬l®—c²^…BR•','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã4`\ämR\å_ú¸+\nž',_binary 'ª<»ôiÀ]n\Ç\æ§\Ð)O\'sb½ž\Öh;.\n\Øv^ˆ','',0,'?'),(_binary '=4Kr\Ù>›\Ø}¥\î|€	>','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxCode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxCode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ\×Û˜ÿSä˜¦\ï\ÊM\Òr',_binary '\Õó\Ù\ÛhuQYGB~…\Ý$‚>Hthð\Æ$\rd','',0,'?'),(_binary '=7iõˆ	¦T™\ÑD‘¡¨g','wp-content/themes/houzez/template-parts/listing/partials/item-price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-price.php',0,_binary 'L\êVehd!^\îÚ‡¦\"',_binary 'L\êVehd!^\îÚ‡¦\"',_binary '\Îfœ>N,G‚þyj\Õy™ñ\á)\\-V0iµu\×C ÷\Å\è','',0,'?'),(_binary '==x¥\íD>*…y3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½ù\0\æ\ÇŽ#\í\á\î%\Êú¼',_binary '–\\6QX°{®:”¹Ö½	aoZ\Ë\\B\ï\ä\ZeJ¯A­3','',0,'?'),(_binary '=@N‘p¯ÃªtFq-i\ØÁ}','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Inflectible.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Inflectible.php',0,_binary 's\"\Ì\È%YS•\ÑJ`Y§M\Ê',_binary 's\"\Ì\È%YS•\ÑJ`Y§M\Ê',_binary '+œ¼n\Ä&û\Ì\"(²°\\a¸\âk÷%w\Z=\èOµ¡\æ\Z','',0,'?'),(_binary '=F_j1r\Ã\ï.­\Ç\é¹','wp-includes/Requests/src/Transport.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Transport.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„\Ô\r\Z\0ø•D¿õ½\'«\Ù\Ú',_binary 'bóóK\êtü¬\ç1#Ö±fE¶Xò{ü\ÓK\ßG\éG ¬MÐ³','',0,'?'),(_binary '=G”\í}GøÞ­\ë\ìin\Ë@\ì','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/file.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/file.js',0,_binary 'e\ÏuF~ˆ\Ü\nE’y',_binary 'e\ÏuF~ˆ\Ü\nE’y',_binary '9sô€‘1·ú&\ÎoQ’.³©.bl‰Wtô®W\é3','',0,'?'),(_binary '=H¿Rq\Ð\Ùó²z}\é','wp-content/themes/sinatra/inc/compatibility/class-sinatra-beaver-themer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-beaver-themer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}=±Q¼Š\ê»tÚ¼ü…&\Ò',_binary '`©ñ\\U\Zd†öWA°¬f\îßºž¢&{ŽSß·cscü','',0,'?'),(_binary '=S–6\Èa°ŸXo°,”2','wp-content/plugins/wordfence/vendor/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/autoload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ7\à\Âln_pBH5…!5=(',_binary '3ð¯-g,ÓŒ=$\Í¡g\ÜÀ7Óª\â:V10˜Šh´\Æ','',0,'?'),(_binary '=Të„ªÄ´\Õ\Õñ\Ä-}\É','wp-content/plugins/wpforms-lite/includes/fields/class-internal-information.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-internal-information.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\Z´§ƒ^Œ\Ät¦¿§ü\å²',_binary '¥M´JQˆ“\n3À\Ý¶\Ü8¸òY2¨2Mó¼…’i@\ÉO','',0,'?'),(_binary '=f\éuñ¥A><Th–\É\Ï@','wp-includes/js/jquery/ui/progressbar.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/progressbar.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\Ëdya\Þ%ƒxa–¡|',_binary 'M\\Øµ2¨\ç8D’¼Ï‹¿\ÕO\0\ï–ºe¶ªš4ö’¬ˆ','',0,'?'),(_binary '=tó`¦q¿v\Ä\Ä\ZKW¶[¢','wp-content/plugins/insert-headers-and-footers/build/admin-global-lite.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin-global-lite.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êˆ\Æû¿\nbiuÚ\ïEŒv´',_binary '\ã¼&^¦8;þ±“\ç,\Â\ì\ÊB?BvH™•™ƒ#MÀˆ²','',0,'?'),(_binary '=\Ç;„\ç\Û\ì³V\Ñ\Ý_ú','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/shopping-cart.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/shopping-cart.svg',0,_binary '\è·\Ä\"5K$zoZPyF',_binary '\è·\Ä\"5K$zoZPyF',_binary 'Toÿ‘y“½ƒ\\’”*š\ã|L!„Dü\ë£TM\Än\Ü\á','',0,'?'),(_binary '=“{\Î\Í|€\ï)-!¢bGÝ¯','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“<„»w\ri™ì»ŽvL*x\É',_binary '\ÍN\Íbµƒ\rÌŽŠ/?+\'\å\Äbi\'úW\â$@€i\0','',0,'?'),(_binary '=”¼òXõÔ‹*¸“N ¼','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Admin.php',0,_binary '-\Z4ÂŒ\ï\ÂG\n\Z\ån@C',_binary '-\Z4ÂŒ\ï\ÂG\n\Z\ån@C',_binary '%51x…\ì\r…ö\ÐW~·ñ›Í„S\ë7Œ¡ž\0ðB@¤.÷Y','',0,'?'),(_binary '=§²CÑˆ+`$£öõ‰k','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic-latest/conditional-logic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic-latest/conditional-logic.php',0,_binary '\ïý”«³d\Þ\ÂO:/d\Ç',_binary '\ïý”«³d\Þ\ÂO:/d\Ç',_binary '>‚E\å$Û•9‘BVý\çvn\Øw\é<¾	tÇ‚¾žs','',0,'?'),(_binary '=¨¸÷\ÞBø¬„l\Ä)I\Ê\Î','wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨¨·cvc0}M\Õq›”',_binary 'ª¤÷¿kN\\¬\ÅQA˜\ÈShµ\Å@…_I…%z9\'%8','',0,'?'),(_binary '=¬3ŠôV\ár±fž$8\r;','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/WPConfig.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/WPConfig.php',0,_binary '»sªZ\'XF\'kXJ',_binary '»sªZ\'XF\'kXJ',_binary '–\á£Zÿ¯Œ±eƒC.÷UVe]\ì_†\Ò\ÊJ\É\Ä÷c','',0,'?'),(_binary '=¬NU\í¢\ZûÆ–.B>/','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BetweenFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BetweenFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L’ÀºZ$\ZÊƒ’\\j ¡',_binary 'þU\ÃÁ7Š\Òc€\'\È]W“+\æ’G6UIg3¥\Ý\É\Ê?','',0,'?'),(_binary '=°Šk˜[4œ“¢ ¼=\Î','wp-includes/comment-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/comment-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bnW¼„©Zül\ÕyŒ-',_binary '°|\Íd\Þ4\ßÛ„QókÄµ+ªº\Âø‡Ú•:0R>','',0,'?'),(_binary '=±xŒ\æ\çŽrmL\"E…el','wp-content/themes/houzez/js/google-map-properties.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/google-map-properties.js',0,_binary '5\å{¢a·Q¶¿\ç\Þ^v',_binary '5\å{¢a·Q¶¿\ç\Þ^v',_binary '\Åø\ÜL|9r«À^kŽFI\Ö,¡|cBµ\Z‹c\Èm','',0,'?'),(_binary '=´½\Ó,§XNHûO¼ƒ','wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailerlite.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailerlite.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ¦:½\Ê\ÒI\Ú<!1\"y\Ø',_binary 'iO\ìM\ç™üL	DÁ\ïÁyqL¦¼„÷IJ+\àlŸ\Â<\È\å','',0,'?'),(_binary '=µ¹5‰°\Ù¦\ã9\Ä','wp-content/plugins/elementor/core/settings/base/model.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/base/model.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k¿‡Ájœþ\Åv}\Ù?¯º',_binary '?÷©\ì\Ü*\Å.ø\Ø\Év\ÈðlOX$jRŸÃ™\à','',0,'?'),(_binary '=¸·\"\ïEº#\Ì\Õ*[\Ê¾','wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_current_landscape_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_current_landscape_24px.svg',0,_binary 'ßŽX]r£\Ä3}[k',_binary 'ßŽX]r£\Ä3}[k',_binary '›±±f‹X\Ã\n\ç\Ñ\'\È\Ó$¢—\ÐUŸaB\éšp\rSf\r\ÑR\Ç','',0,'?'),(_binary '=º~´¤PA\0\ÅŸ²\"\Ä\Ý','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/el.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/el.js',0,_binary 'ùƒqþ	\Ûo	RUþÈ¶\ì]\Î',_binary 'ùƒqþ	\Ûo	RUþÈ¶\ì]\Î',_binary ')\Î\éö¾\äSuYTƒEd€\É]Dž+EA•¿\ã ™<”','',0,'?'),(_binary '=\ÄÁ¤´\á\í\å\È{2E!Lv','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Membership.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Membership.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P\ïÀ\ÙvO›¯\ëÜ’]2',_binary '(]ò©\n¤\íûGZ\ÎÊ‚rx…½û† \éž\Ö\Ø','',0,'?'),(_binary '=\Æ\à§Ó¨¤\ç¤\0E¨\Ò\Ö','wp-includes/blocks/verse/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/verse/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w\×w ~¸g\ïüƒg¦«\é',_binary '%V\ÜÁZ’­\Zp\É7†\çW\â\ÑY\Æ\ÏVO\Ò#\Ço9h9','',0,'?'),(_binary '=\Éw·YFZBR³E','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/css/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/css/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '=\Ð4À–\"MùzÌŽ%„^M÷','wp-content/themes/houzez/js/vendors/photoswipe-ui-default.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/photoswipe-ui-default.min.js',0,_binary '\Ðgðˆ5@±\Ý\Ú,šÑ±B`',_binary '\Ðgðˆ5@±\Ý\Ú,šÑ±B`',_binary '*&\ÉFÆ„S\ÙS°\Ñ\ÖYK	c˜’AI!“‚4uh&\ÚM','',0,'?'),(_binary '=\Ó;¶{\à³\Æ÷°e\Õ6º5»','wp-includes/js/jquery/ui/effect-pulsate.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-pulsate.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü(¸ž§*\Ã&¾øõb',_binary '\ÑAŽ\Î^”¬\éó\Í}í¸>\Òt:\Û,ö}\É\Ø1ô','',0,'?'),(_binary '=\Ô7UU°v7£\í\Û\0ý','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š\é\ÌCþ\àÅš¯,ò–°ò',_binary 'iŽ07\í/‘lM@µ\àWÑ˜#ð¼£\nn\Ò4a­\ì','',0,'?'),(_binary '=\à½óÊ…Ç¨\ê±g\ã\Ù','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ/\r¬Àø\â`A¹õ)',_binary 'Þ³|[\îŠ\âž\Øò»$ü\Ø\Ðá–ûŠ£?G\ß=*\0\Z ','',0,'?'),(_binary '=\ãF\Óí˜£·Ã†±\ÂK&Š','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3|xw£\ÛJ˜\ìuTòV\ß',_binary 'ò\ÖiŸ\Ø,õ\Â0\ÓŒ·@hz<RQwK¾dhª\"','',0,'?'),(_binary '=å™„\nA¬K(’’\Òl','wp-includes/js/dist/keyboard-shortcuts.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/keyboard-shortcuts.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹6\Ú\r—³;(\ã•\Û\í®',_binary '*¼\à-®Iƒ\ë.nC¯\Òþ¨ÿõ:«OÚ„c‰&\Ù\è\Æ','',0,'?'),(_binary '=\ëñò‚8@\ä VeÔŸ•','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeInstallerController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeInstallerController.php',0,_binary '“®Q\Çb1\ì\Z\'%¾MN\í‘z',_binary '“®Q\Çb1\ì\Z\'%¾MN\í‘z',_binary 'n°N4Ã­ñ9s?<Lû‚\ÏE\ÝÔ”ðd1-‹™À×´ôª','',0,'?'),(_binary '=ó`ÀG\á`—º\ÜÇ’v;\Ç','wp-content/themes/twentytwentyfour/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&]\é\ìk‚>\ÞJ\0‚ÂŠ',_binary 'Âºehý¾/\ï	Ý£ýqQ~½?*õSZ)[\Ï\áf','',0,'?'),(_binary '=ö\×ÁO%|¾\àQü»]\'5','wp-content/plugins/wpforms-lite/src/Helpers/Templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/Templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú°\åA\Ð4ü\ÉÍ´ƒŽ0',_binary 'r&¢Ã¥n#\åOŽ@’¯“·cÃ²\ÈS{i€`\É}8','',0,'?'),(_binary '=øa\ÜŸ»÷µ\Ð0&','wp-includes/js/jquery/ui/effect-slide.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-slide.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á·/\Ü1É¿\Æúõ\Ã¯«',_binary 'ô\í<V&gòŽª†f¾«ž:S£ƒaÊ¥¤¡l¿¥','',0,'?'),(_binary '=ûò˜\Ç\ZÕ‡¼x1','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/arrows-updown.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/arrows-updown.svg',0,_binary '”\äJ^A“hfŽk÷r4\ê‘',_binary '”\äJ^A“hfŽk÷r4\ê‘',_binary 'ƒ\è\r•\å4\ÎW{XG\ÒZ!Ò­z¡nfF&ò\Ú\ÊB\0¸Ô“\ë','',0,'?'),(_binary '=ý\ÜÿfŸ/\à)Á–§…','wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â\Zf\É\0\n9¨‡\í-‹‡£@',_binary 'ó]\Ú\æ\ËñXÂ’\ÂýK«\Ã]Á¤\nz\ã7\"4\Øl3','',0,'?'),(_binary '>H¤™DœAJ^Q{\Ù\Õh','wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3,fÍ¿›64p\Ãñ€…¾1',_binary '\í6g—g¹¾ZN?\Ó.®\Ä\ZsÚ‘uû\È`ž‹\Êôj4Ÿñ','',0,'?'),(_binary '>\n\'°3\ØR\ÚF\'·\\-ž','wp-content/themes/yith-wonder/inc/scripts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/scripts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"V\"\ZZ\nP> ×º\î',_binary '¬`^”šLŸ\Â\ë¿W2p”\n’\Ä1ý,üü(\å#c\è','',0,'?'),(_binary '>üOSw\×Ô¢ö\Ð!jM','wp-content/plugins/revslider/public/assets/svg/device/ic_dvr_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_dvr_24px.svg',0,_binary 'ŠPýf„\È_ø\Ö=–Fr\Óo',_binary 'ŠPýf„\È_ø\Ö=–Fr\Óo',_binary '\"¦ž„¸>bM\çø„¼ŒÄ¥´\Ò]\é®ÚƒS›&','',0,'?'),(_binary '>&W‹~\n\å¡W¯ÈŸX®)','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õº&‰\Åø&\îcW\æ\ã\\ª',_binary '»JT®°ÿ­Ÿº\\öz	­zgN\'\ÙF÷ DnsÚ„\Î','',0,'?'),(_binary '>[— g«3d½¨“¤ ','wp-includes/blocks/spacer/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&PúG>\éu¡¯³\ìYª\ç7',_binary 's<¯\åf7š\ä\'¤\â7$ð«`~H³\r|J\áÀ@','',0,'?'),(_binary '>“\ÝZöI\ãI|aûò','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ü¤\åº\È\\#\Zœ\éy˜[ö{',_binary 'v.+.\îÃ¿Q©mÁ†^l…70 5»\'Q€¯auMM\é','',0,'?'),(_binary '>\Zó!A¤\0E2”Œƒ\\8…','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÐO\Ì1\Ñ\Ì\ãD”¿¤«qôN',_binary 'Ž\Óÿˆ£@t3\ê9m\äM•xü\ãÈ«®iŒ˜öe\ÉÁ\È','',0,'?'),(_binary '> õj\Åêˆ¬ZR…Ã0','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú\Õ6\Î\çqYmc>”\Üu;r',_binary '¿1Î‰:±_ƒdû­\Õ@ˆ\Úg.k\ÚoE¤\è=9K?\ÔlôŽ','',0,'?'),(_binary '>!\r:\å{ÅˆÀöœ¼£\æø','wp-content/themes/houzez/woocommerce/global/wrapper-start.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/global/wrapper-start.php',0,_binary '²L\Íûž+’^Q\0=\æ?IH',_binary '²L\Íûž+’^Q\0=\æ?IH',_binary '®³Fµ±<\â²\Øô/;\Æb«ZñcµƒÑ”r2•?­\nh)','',0,'?'),(_binary '>!Añ®3´\Ð\æ\Þ\Ë	±–Ÿ','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A\ÐZ¸Ð¹\Ó\ä\Î*ý\Å',_binary 'BR­l¶™­h°>•kõ\ÔþdS\\:@‡~»Á{k','',0,'?'),(_binary '>%o}iº¡×†uMðû·','wp-content/plugins/redux-framework/redux-core/assets/js/redux/main.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/main.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&SHu2 \É1Ì©âŒÿgb',_binary 'r\Â\ìË\Ø”*x?ŸZ4e\ï\Î!F&¡\Ê@z‡†\r','',0,'?'),(_binary '>\'¹8`¸\\\éÝ°©\ÜW\Ü','wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î,(!*\ÌÅ¤‡\ëÁ÷Œ	 ˆ',_binary '\ÚT§9¦\ïJ\Ú\ánÁu\çØ”8ñ\r\ç*uþ_š\ZB\ì','',0,'?'),(_binary '>,·	ö¾¤\0~t½‘\Éh\Ú','wp-content/plugins/wordfence/views/onboarding/registration-prompt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/registration-prompt.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õ\\ƒ\Ý@²\r‚.ŠÐ·+',_binary '‚#s-•xŸ\îe¡ºC`\Ý\×õ!V¼\ÉpÝÑ¬YÚ‰\ãj','',0,'?'),(_binary '>,\Ñ?8\ä8°œ3\'\ÆY‰\æ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_AJAX_Handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_AJAX_Handler.php',0,_binary 'e\Ú%/¬I\È\Z¾<ü¨y{|',_binary 'e\Ú%/¬I\È\Z¾<ü¨y{|',_binary 'Åzò*Ð|’\Ç%¾\Zðö\ïBBq*\í\êib\åÓ¢v.','',0,'?'),(_binary '>/ÿ¢:‰“¨]²›’Œ™','wp-content/plugins/revslider/public/assets/svg/social/ic_share_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_share_24px.svg',0,_binary '‘D}	#;>i\ÙÁQ½¸',_binary '‘D}	#;>i\ÙÁQ½¸',_binary '\ÌIMÝ»tOÏ“zO¾—e\æO˜Š\Z’z\ëIPÿ','',0,'?'),(_binary '>5\ÍË.y2Q[Ú£\ã1ƒ','wp-includes/blocks/block.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/block.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Šp÷6p¦t \é`”´[v',_binary 'úÛ†M\á\\\\\ÔüNSLµ\ZWf\0J)\Ôo^B\ÆXD¿˜','',0,'?'),(_binary '>B\ä«û\Ð<\ÂU\0N&\"+','wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/Subscriber.php',0,_binary 'u“‹\Æ\ÍBã¼»Œ\çOZ-',_binary 'u“‹\Æ\ÍBã¼»Œ\çOZ-',_binary '÷ÀQ’\ë}\èJ.W“ûSnûs–h„N-úc\Ëx”\Ï','',0,'?'),(_binary '>G\Ç­O\äjP\Õl¨\îB','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\Ü$›]\\³\â¢\ç\Ò\Æ\Ç\Ò',_binary 'Øšx\"ƒoŒ*I\ç\nQ›\Òj¸·ƒŠ\çT(óG\Z¬.¢\Z','',0,'?'),(_binary '>I¡\Ò\'@\Ü`¿kgÜ‚R','wp-content/themes/twentytwentythree/templates/blog-alternative.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/blog-alternative.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹=\Ö\Ù\r\ä/‘\å‘•Ns',_binary '\éa\è06b€ñÿ¡\ï)‹ú~=\Ë~½4v\ßH[‹Bf','',0,'?'),(_binary '>Nu`ññ§q•\ç?‘','wp-content/plugins/elementor/changelog.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/changelog.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j›V¥Š+\ÒK\ZS®zv`¦~',_binary 'ˆR¡.Û’¶\ëy,¸¤V•4÷Œ\ãý\ï7Ú¼î®¬\ÐQh','',0,'?'),(_binary '>O»:EÀ%Ÿ\íSS8ù','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/CreditReversal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/CreditReversal.php',0,_binary '€¶õvGV¤g{CjSç©¨`',_binary '€¶õvGV¤g{CjSç©¨`',_binary 'T`<2#ŸK”jQaŒw¶aZh˜Þ¾\Ê\ÉVÁ\ÙF\Ï:[','',0,'?'),(_binary '>Oò\ëµ\Ã\ÆýWP½3°\Î\Í','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/like.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/like.svg',0,_binary 'k©6a5ŽTS\Ï|ž\Õ\Ã6',_binary 'k©6a5ŽTS\Ï|ž\Õ\Ã6',_binary '\Íòm7%Y¬V\à\×˜Â“XX1$\Ú{\Ð|	„üB\0h','',0,'?'),(_binary '>Vnh\å\Ò?i¾šŽ¾','wp-content/plugins/elementor/includes/settings/settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…‡\É0³Òª{²\Þa\Òôˆ]',_binary 'xiù\Èy\Í4ýF¹x\à\ÊB@z¥U?$þ7Ÿe2ð¼','',0,'?'),(_binary '>^\Ìômø„®\Ò¯Z\Ý{˜','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥VÈ©^\Úúµlr6’þÈŒc',_binary 'h¸\Ï\Ï,ˆO¨ (\â\ßü\ç\ï\ÒïŽ®m\íZF6‡¥','',0,'?'),(_binary '>g‰\êkŠ9HÞ¨¿c–{','wp-content/plugins/wpforms-lite/assets/images/builder/default-arrow.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/default-arrow.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©4óÂ¦¾>3+:q½',_binary '<\'UÝ‰w¾Å\Ä\0:ö\ßv<$º\ÏT\äÔ¸óºvFE_','',0,'?'),(_binary '>hÐ©\ìXX*ÿv1•©¹','wp-includes/theme-compat/comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿUò\×ˆÒ´¨ó\Ë\0',_binary 'z;‡h| ý\Öó…ŠtxÈ˜ ç¢‰\\\çbd!ori\È>jr','',0,'?'),(_binary '>ltXÊ¾<¦Ó£Á\nVx/','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php',0,_binary 'Ñ¦xQ\'XX ¤öè™…~e',_binary 'Ñ¦xQ\'XX ¤öè™…~e',_binary 'ó\ÛY*›<ù{ž~´eÖ…§\ä]|½bó\å5*z(\Ó5`~','',0,'?'),(_binary '>m£\0Pl´)WkžðO»o','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CustomerSessionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CustomerSessionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|B\Ñ\Õ\æe\Ð	M_#',_binary '?>ª§úÊ²b\r\"¼ÁÊ¼%Àa{“Q¡jÝ«ºC\0q','',0,'?'),(_binary '>p9e\ÎO‡\Ôûð£ƒ','wp-content/themes/houzez/archive-houzez_agency.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/archive-houzez_agency.php',0,_binary ' \ìQoQx#\Ú\É\àˆ^«Q!',_binary ' \ìQoQx#\Ú\É\àˆ^«Q!',_binary '5^­\ãý±*Ÿ-Ohº°¸“€r¢ü¬\Ý.û@K\ä()ú¼','',0,'?'),(_binary '>ql\î+ªm\È\05Ä¦\"†^','wp-includes/js/customize-preview.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-preview.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y	\Ù$F-¸’=“\ë³Xhõ',_binary 'P‚ú½½\Üü\Ó#yùJI†+t\Äó\ä­P\îÇ°Ž\"Œk','',0,'?'),(_binary '>u¸\ë™Ê¸…!4N2\Ú\Ã','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û,\Ê;LŠ\'³´dee´Ÿ',_binary '¶+GûT}\äm)*\Ý\Ì[’µ\Óc5½Z\ÝN-v>´','',0,'?'),(_binary '>w\êBž8aNK[X°c\r','wp-content/plugins/elementor/assets/css/frontend-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯qÉ½R!º]\Ó\åÊ“9I\Ì',_binary 'r\Ý0˜Ù‘´œ\Ï;Q—JW’\çÄ½\Þ\Æ+\nmÀ€\ï¦!p','',0,'?'),(_binary '>zª2þý	£ú¨”Û<\\','wp-content/plugins/elementor/includes/controls/button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/button.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û|\ä\êY\Ì\àp\è\ØM†ù\æÔ“',_binary '>X7\Ññ%= “«¢r\å\Ç\Ë\É\ËG¡\ÑLÏžñŽ\ÃX','',0,'?'),(_binary '>ƒ2ŸŠ\ïð´u)r>¤Y','wp-content/themes/houzez/template-parts/listing/partials/item-features-v5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-v5.php',0,_binary 'kÙ¾þ4h6¡	*5‡‰',_binary 'kÙ¾þ4h6¡	*5‡‰',_binary 'A­Š£¹‰\n \ÞÀE$š\È\'ˆ\Î\Þ.;HÇ‘\êo.jt\Û','',0,'?'),(_binary '>ŠŒn›]‘\Ð\ÏT¯„Lq','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services/PluginUninstaller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services/PluginUninstaller.php',0,_binary '’\ëJ\"*ª…“÷übFs',_binary '’\ëJ\"*ª…“÷übFs',_binary 'ô¥\ZðTI\ày¢\Ú>®û«\ëšEÿ{#V\Î/\ãÀ¹`i\Ë','',0,'?'),(_binary '>Š\ÐAK=\éd0@3o\ì:','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tools2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tools2.svg',0,_binary '\Ô\íÑŽñ«S‹–\ÑP',_binary '\Ô\íÑŽñ«S‹–\ÑP',_binary '\Ñ)È›µ¿“\ëY\åðù<\Èd\à\Õ.‘7]\n\Ö\\\ÕMx¶','',0,'?'),(_binary '>Œ/w\Æ1™hNKe=\æ\Ù','wp-content/plugins/redux-framework/redux-core/assets/css/redux-admin.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/redux-admin.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?\ß7XŒòý\Í|&m“ûÚ®',_binary 'k)ÿw™ÿ\Ðy$ôr>&\Ì\0—†\Ç\è<p¶Z…i\é\"','',0,'?'),(_binary '>\Û\Õ\Ó\è3MB÷8\çI`«a','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTemplateResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTemplateResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?F\'þ\æs\ï\ZkBñ¡\Ö',_binary 'ª:\Ò úf\îo¥X þÁ(#•mr\Öb\Ã\Ù÷\ZjMPþG\Ú','',0,'?'),(_binary '>•01”òCƒ=¯dffy','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/HandlerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/HandlerInterface.php',0,_binary '7\×}\êÅ™¨T+†¬õ÷',_binary '7\×}\êÅ™¨T+†¬õ÷',_binary 'P’w)»Ÿµ>6O§ÿ\nD\'\ë-’ù\Ì?W\Ê\ê•\Ç','',0,'?'),(_binary '>–‹”•øo\nòºFÀ\n','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/Specificity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/Specificity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '88½©ŒQt\é7Mw\Òc9—',_binary 'zm\Ü\å¹\Ê%\È\à\ç\âke¨€ü¡\×l\Ù~Ä’\è\è›KQŠ','',0,'?'),(_binary '>—Špu™‰L3Ij\í^\Ôbo','wp-includes/blocks/comments-pagination/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"I[\Æ/)+\Ø%›ý¹Õ¯[',_binary 'rHŽ$Áq!TÅ¾*c\\M¨{»\ZC˜ØfE¨ß˜3L\Ò\è','',0,'?'),(_binary '>˜õ*n‡Òºsº‡†É ´','wp-content/plugins/elementor/assets/js/editor-modules.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-modules.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V½I\â 5þ/Q¡D\Å)\Ã\â',_binary 'E^-\å37‡V\á\Z:\nu_P­\\‘e¼~\Û\Ü5 Ü°R÷','',0,'?'),(_binary '>¦o«\Ú\Ã\Ä\ëú»\Êt\ÎÀ+','wp-includes/blocks/post-terms/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-terms/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô_¶\'h¼&\äÿ\\Ó¡Hµ',_binary '»%l’¨\ï=7š\çv…~ˆ\ÂFoq\à\ã\Âk\Ç>ž','',0,'?'),(_binary '>¨€F$f„ÀN_2JT”','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.7.0.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.7.0.php',0,_binary '\ç\Î\"@˜Ì«\Þ\înSõ4ú',_binary '\ç\Î\"@˜Ì«\Þ\înSõ4ú',_binary '­B´\Z¾\Õ\"ò½\È\Òe6p4\ncšk‰\çO‚|5','',0,'?'),(_binary '>©\ÆX¹\rýbõ\ßÚŸ®$W','wp-includes/class-wp-image-editor-gd.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-image-editor-gd.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íôD\ÙH:^ñn—\î*‘',_binary '\ï\Ç0ó%“¨¸óè•ÓŸV÷\Â`3·\Þ\"–—B¢0g÷\ê','',0,'?'),(_binary '>©ý%·\É\Ö\ì¾\ÞH²“','wp-includes/blocks/template-part/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@’ž «_„:\ßž\ÈzD\ï',_binary '<t{®8\ï\"\\v19žJ¨§\ZÈ²’\Õ3}MT\ÍDv:™¤','',0,'?'),(_binary '>ª„\Î\å\0¤V?s\ã\Zù›','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ë¡´kI£9\Öò\ÃHöž\æ',_binary 'XikWM«œ0¡°¤” \n.­»ôS7\ïf\0\Æñx','',0,'?'),(_binary '>®C\Ô\å·Où•\Z´\Ã÷“¨','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/textarea.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/textarea.php',0,_binary '––ú%\',lqÀR.J.\é',_binary '––ú%\',lqÀR.J.\é',_binary '»8h\Ì\Ë\ç˜n\Ð\í¨õ\Ï\Çöó/ u\Ò5,n®\Ú8Fg\åŸ','',0,'?'),(_binary '>²®/]@ì»›\\‹{Ð¡¸','wp-content/plugins/redux-framework/redux-core/assets/css/vendor.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž—À\Ñ\ã¬Œ\Ï@1\ë\n',_binary 'ø»\ál\â¹o‹ó½†¥´¥»Â¹Ï”w*Õ³t\Ú:™\ã','',0,'?'),(_binary '>µ²{2®™…A›§r2û\Í','wp-content/plugins/revslider/public/assets/svg/av/ic_fast_forward_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fast_forward_24px.svg',0,_binary '£Nw\ÒkðvŸ‡\æO¡¬4',_binary '£Nw\ÒkðvŸ‡\æO¡¬4',_binary 'gO]tÊ±>º\ã4<•%4˜u\ÃJwr¼!=ð\âƒ=','',0,'?'),(_binary '>¹£Gf\è@\ÔTáž˜;ƒD‰','wp-includes/blocks/cover/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B¹\èZ\Ý:º\ë>›¿7´³l',_binary '8\é?&ŠÁJ2-`?Áô¡yó\ëŠm\ÃS\ZN‡(4','',0,'?'),(_binary '>½-A˜úƒ3_£: \Ô\"õ','wp-content/plugins/revslider/public/assets/svg/action/ic_eject_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_eject_24px.svg',0,_binary 'œTÌ¢s·L­rb%V™',_binary 'œTÌ¢s·L­rb%V™',_binary 'ƒdž£’A\Òj\ß\r\Ó86ôƒ\Ò\Ó#Ó‡:¥§‹üì“‹\ì!','',0,'?'),(_binary '>¾	ƒ\å‹“ ]\Ï3\î\ÎÀ’','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rXñj\ÕzmS\"f\n\×Ê…g',_binary 'M7z\î\×ºóÏ©Þº\Ûû/S·´¨þ\íMd`/˜','',0,'?'),(_binary '>\Ãñ¼!0„§Žad\\!t5','wp-content/themes/houzez/framework/stripe-php/lib/Transfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Transfer.php',0,_binary '«€dš\Â÷ymþú©\Õx',_binary '«€dš\Â÷ymþú©\Õx',_binary 'ƒ©Iy\Ô(\è\Ç\Ï\ê	#<R“AòrBd\Ê\Îõ\Ä\Ép)','',0,'?'),(_binary '>\ÉÎ­Ž£õ\Ø[;\Â{º&','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/API/Verify.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/API/Verify.php',0,_binary 'TR¡\ÎþV5&IS´M',_binary 'TR¡\ÎþV5&IS´M',_binary 'zýu\ç¾Oh_¤·G.\"U2/r¤ 0©K{¯5Œ','',0,'?'),(_binary '>ÊŽ\Øå˜¤¬\0U\Ô1~ÿ\ÊM','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®Ì©þRT²\Ý\Çÿ~dI1',_binary '¨M5BTùJTŠl\æ]½]\à\0e±1\ÙðÅ‰VQ òH\ç\Û','',0,'?'),(_binary '>\Ë\n‘¡\Û!\nX\Âš¤¨¿m','wp-content/plugins/google-site-kit/includes/Core/Expirables/Expirables.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Expirables/Expirables.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ$8lo%Ÿ:7†‹„\Ï:N',_binary '9šDƒ{0\æ\n\çLœuŠ&€—z\Âq€Œ\à§=°¬‡','',0,'?'),(_binary '>\ÌbYR\ìóœy\\\É$','wp-content/plugins/wordpress-seo/css/dist/tooltips-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/tooltips-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³¹Uo\Ã\Æ\ËÕœ.@B\0\ÓÀ',_binary 't«G\\ðfbü^\è„¡\Ëö©L#\äˆWd*\Ü6M”','',0,'?'),(_binary '>ÌŠ¯3GWëž£µUC]','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_gl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_gl.js',0,_binary '—£ò#U?b¼ç¸‡ò„\'',_binary '—£ò#U?b¼ç¸‡ò„\'',_binary '\Æ\ÐT=\Õ‘íµ›z\æ²KÂ¸2p1”@\ë`•º\ÛLŸhÖ­S','',0,'?'),(_binary '>\ÍOPbñ\ÓF\n‚}r@sO','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/Business.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/Business.php',0,_binary 'D=c–oÏ¼Y“€‡\Û1\êa',_binary 'D=c–oÏ¼Y“€‡\Û1\êa',_binary '6B»\\#\Ø%É“Q†ó]\â)i\Ðs\Ífpq¤\ëÛ¹\Ý','',0,'?'),(_binary '>Õ¯\èS\Ñ9\ÓF7T','wp-content/plugins/houzez-login-register/social/google/contrib/Google_AdexchangebuyerService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_AdexchangebuyerService.php',0,_binary 'üÖ¯ƒ`1 \Ð\Ãþ\É1†',_binary 'üÖ¯ƒ`1 \Ð\Ãþ\É1†',_binary '(f|‰O2üM5QÊŠWL¬ÿ[Hˆù\ä¨\å','',0,'?'),(_binary '>\ÚAµ1¥•@°\îa? ,','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\ïF\Ê\çqÍš|ø#·lf',_binary '\äZ»Ÿïµ†Ÿ\Ð\É{¸\Â5[ü\Ã±\ä®:ôþ!\Ó\åËª¸\È','',0,'?'),(_binary '>Úƒ–\Ä>\æz”Td\Ê(*b','wp-content/plugins/wpforms-lite/templates/admin/promotion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/promotion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üg\í\êM«l}\ÜA„TÚŽû',_binary '«¬oÜ“\Ï-¼\Ò*ñ\ÈñTÂ¼.\Ëe»¨K)Åƒ)\â\Â','',0,'?'),(_binary '>\ÜR\Ç\ÍV\Ï\n§\æ\È.¯)‡','wp-content/plugins/wpforms-lite/assets/css/admin.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}|>\ÑW ^\ÂõXuT¢¢\È',_binary '|y\0Àš¶ö¤·\Î/\Î_[¶\å\ï\Ç\\\îW\r–‹fýŽ|0i','',0,'?'),(_binary '>\á\n\â‡‘\Æô\\(ºlS\Ú\Ó','wp-content/themes/sinatra/inc/admin/helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ño\áT·”÷\Ë\0kBÀR',_binary '\Õi@œ\Ü,º‘ YgH¦\ë\ä/\äð‡S\Ùm\Ø(^0­’\Z','',0,'?'),(_binary '>\ä\ã\àMþGE†\ÔÊž}µõ','wp-content/plugins/revslider/public/assets/svg/notification/ic_folder_special_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_folder_special_24px.svg',0,_binary '¾¨õzƒ7ñõsU]>ˆ#',_binary '¾¨õzƒ7ñõsU]>ˆ#',_binary 'Û•\î\É\Ë\îÕŽposf\Z\â\Éw\0$s\ëP¥œmø\ïŽEÔ›&\Ì','',0,'?'),(_binary '>\è·}·\Ì^òÛ›°j˜ô','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' â€ˆº*Î½ójDûX¿',_binary '6¡›	 ^—Q¿\\\ßs!\ëw$ÿN\å9ž\ìœ\à0$ÿ','',0,'?'),(_binary '>\ë\ë£L)yeq£„¶\ê','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h§Ž®\Æi²I(¨ó¿†\Ð',_binary '‹MöôÉ¬µDó°±ŒL\ín]®\ß7\Ç\×ó¨t6F \ë','',0,'?'),(_binary '>\ì¿`Sj^q$œP\ì¶wñŒ','wp-content/themes/houzez/template/template-listing-grid-v2-fullwidth-3cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v2-fullwidth-3cols.php',0,_binary 'ýZƒ\'Y\â\Ýÿ\î\ç­sN',_binary 'ýZƒ\'Y\â\Ýÿ\î\ç­sN',_binary '\ã\Ùt(*´\ãª\0B\Ïfb5\íµ!œmF\Í\è2«\Þ\×¸‰','',0,'?'),(_binary '>ô\å)=á£\×7\ÒÃ®','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/area-size-unit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/area-size-unit.php',0,_binary '¸~œxf•z\Úzf\ê\nL\Ñ',_binary '¸~œxf•z\Úzf\ê\nL\Ñ',_binary ',KM•\n­ñü\Ã~ûL_*Œ\å Åœ\Üb^\ÑlyûQŠ','',0,'?'),(_binary '>õT6\Ãû&\0¼N\Í&ñ¹t','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_cell_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_cell_24px.svg',0,_binary 'ªÁ$5†Q\n \Ð(\êhmƒ',_binary 'ªÁ$5†Q\n \Ð(\êhmƒ',_binary '.L¼c”C(u+\áFhu\Î\ë÷²\ÛAû\Ì\éNó\î°7','',0,'?'),(_binary '>ù\Ë\á\á/\æ\ÔO\ê£Ty„','wp-content/plugins/wpforms-lite/assets/css/entry-print.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/entry-print.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uñ±¿O¥°\Ý$H•{’–®',_binary '[\åt\r¿!”\ä}˜\'S²\Ç+@ðX\ZÆ—7Gu¹Ø–˜»\å','',0,'?'),(_binary '>ùò‚¿˜^\Åj¶A\áw\"','wp-content/plugins/revslider/admin/includes/debug.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/debug.php',0,_binary 'ôŠ\0…?Fs\à\Ðºd&:A\â',_binary 'ôŠ\0…?Fs\à\Ðºd&:A\â',_binary '5\ìB\ãœG\Ó\Íä­\àL\Z¾šoÈ…•[ù>\È\"p','',0,'?'),(_binary '>ÿ0Œø\íbIy\Ä ¢“','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotDimensionHeader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotDimensionHeader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H›‡“lzñ\áðn†\è€',_binary '¤\îøß¸B€Sù˜ý\á»\n\ìW*\Å\é?Õ¤\Ý\Õ\Ï','',0,'?'),(_binary '?\ØWZBDùN\×1ž3À\å','wp-includes/blocks/audio/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f\é\Û_\Ð…0\È4›\è—a',_binary '†\ã§\çs8!\×20‡ˆÚ ‡¦\Ò\Îò\×/%\â‡Q?û”Sv','',0,'?'),(_binary '?\à\Å[h‰Î»\ê\Ë%®\ì´','wp-content/plugins/elementor/assets/js/4748df03726015eef04f.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/4748df03726015eef04f.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì\"£õN®d6Z$\áòwdG',_binary 'Frj¼öœ%’j{\à›ÀX\Ð]ºŒ‹\ÛdPV…%','',0,'?'),(_binary '?{®¨ _\Ð\ã Qñ4<?','wp-content/plugins/wordpress-seo/images/indexnow.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/indexnow.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n\ã‘;`‰¼¡þ·À?ÿ/',_binary 'vZpŸkTs\âÆ€\0š\Ø9\rc\âÚ‡®94\r\ß½‰9d','',0,'?'),(_binary '?\ØvÖ­“I\Ï©\â\0P\Ö','wp-content/plugins/wpforms-lite/templates/education/admin/payments/single-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/education/admin/payments/single-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ˜<\ÔN†sOöR\ÞH3',_binary '°5\ïP\'º«MxŽÿC…\ÛN\ì~\0œNqn`G\n\Èð§MZ','',0,'?'),(_binary '?®¥¬ÁY\äçœœN`1$','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/MappingFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/MappingFormatter.php',0,_binary 'f’’\n#²–L\Ûl“\Ü\î',_binary 'f’’\n#²–L\Ûl“\Ü\î',_binary 'm£f,2M\Z—{5…Éœ¡X2ÁF¼t\Ì \ÌûA\É','',0,'?'),(_binary '?&Ê ¸\ê\nj\Îeÿr\Ó','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/705.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/705.js',0,_binary '\å%#{ˆu\Ì;\é\Ò\Î÷%',_binary '\å%#{ˆu\Ì;\é\Ò\Î÷%',_binary '<ý\ï!±PM€«hY\êÀYõ\çN\Øfµ)µpR\Òp±','',0,'?'),(_binary '?\å\Ì®p|R\Âoð¥\é','wp-includes/blocks/separator/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ½t›E£o?@\Â{',_binary '\Ö\å©kLò\Ø#G¤øa^	,Ð†\rF\'\n«g:}FLz','',0,'?'),(_binary '?$£’n¢\ãÿÞŸ†û‚¯û]','wp-content/plugins/revslider/public/assets/svg/content/ic_remove_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_remove_24px.svg',0,_binary ']·`½!™r+Tq\ÓW°Ÿ',_binary ']·`½!™r+Tq\ÓW°Ÿ',_binary '4•>2•‘\Ì\ÌT³„\Ë\\\Òd€w÷wœ²`\ZU\êH','',0,'?'),(_binary '?%Í\ÍñS\Þ–k2PÀº','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Checkout/Session.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Checkout/Session.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Iómzx}XÏŸ\ÇR\Ò\ÔmŠ',_binary ' [ù]¢`\Õ0\ée—\êÎ¿\âÜ«tÀ!2\')VŸÿ\\@ÞŒ\æ','',0,'?'),(_binary '?%TT\Z{ž¯\ÛI™\Ô','wp-content/plugins/revslider/public/assets/svg/action/ic_gavel_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_gavel_24px.svg',0,_binary 'ÿ¶–Qµ%Ep\çzb¥\áø',_binary 'ÿ¶–Qµ%Ep\çzb¥\áø',_binary '¹´ºþžZ‹ªE\Ï\ÅÜ´\È>\ì\ßOkø‹:¹ÝŽ…¸\âo','',0,'?'),(_binary '?(t\Ë{‚¬9HZj}b£','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/lv.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/lv.js',0,_binary '™cC \ì\Ú!†*gé®¬\Ï\â',_binary '™cC \ì\Ú!†*gé®¬\Ï\â',_binary 'n¼¾4EMšnee76.ˆ.G{{\ÇØ­}CŽ> ¤ÿ','',0,'?'),(_binary '?*\É\Ïýx\ß\ãÌ—’e\äK','wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_return_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_return_24px.svg',0,_binary 'Ž\ÙÁø\ÌNk\á«ù±\Ö',_binary 'Ž\ÙÁø\ÌNk\á«ù±\Ö',_binary '°¨,\î\"©¬\"D_g\Å\í™C6œ4·HŽ‡','',0,'?'),(_binary '?2,>\â Í‰P¿¦Q¸ ‹','wp-content/plugins/bluehost-wordpress-plugin/inc/settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/settings.php',0,_binary '%\Ù	\Ï,,…Ch<ð\â~¯',_binary '%\Ù	\Ï,,…Ch<ð\â~¯',_binary '‘\Z]\Ñ\êú«$XœQú`LûUü\0\è\Ù\ÙÙ¤ø&\'¯Ø·','',0,'?'),(_binary '?9\Ì[ÁK\ßE®ˆ˜\Ðv­:','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/ComingSoon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/ComingSoon.php',0,_binary 'EeFc9\Ã\ÆiF9\r\É&_',_binary 'EeFc9\Ã\ÆiF9\r\É&_',_binary '½ú\å\ÂT{·Y‰ý4\×w\Õ?L6»Z\íIŽ²d!	\ìe','',0,'?'),(_binary '?=\Þ.\ã\àC»ÿŽ¢1¨','wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/ConnectionTokenService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/ConnectionTokenService.php',0,_binary '\ÆôúµJXH\í(»Á\r',_binary '\ÆôúµJXH\í(»Á\r',_binary '¤\êe‚‘rþe~,§\ÊP\Ê4}¦ª²\ÓAK¸h\ØYŠs$','',0,'?'),(_binary '??Lß¶„˜Ž¼\r\éxf€T','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthInterface.php',0,_binary '<\rq{LDÎŒ5r­\Ï!©ð',_binary '<\rq{LDÎŒ5r­\Ï!©ð',_binary 't\Ð\Ä\Ú\0¾\Ï\Æo_ Sœ\Ç/a	#¹€e[±jv\Ï^\Ï	','',0,'?'),(_binary '?Q*\î·\Æº\ÐU\èô','wp-content/themes/houzez/template-parts/listing/partials/bed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/bed.php',0,_binary 'Qü/Æƒ\Êe‘º\ïJ6²ò',_binary 'Qü/Æƒ\Êe‘º\ïJ6²ò',_binary '…¯\Ö?\Ïò\Ê\èx¥\Ñ>¦õ¢\ÏAú€]ž™‹½I|O\ã','',0,'?'),(_binary '?U˜\\°þ’±|RÎ¢’','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C2O?ˆº\ÔLJ.\"',_binary 'VBÚº]!\í$[m3Hù;\Ï?IglÑ—Ýƒ§³)&a','',0,'?'),(_binary '?Užµö½¼š\'_l.…p','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o>B÷˜	¿Ÿ½‘IN”-y',_binary 'þ\åhlŽ[À»¶½†§ñ«(¿l~‘Q÷u\ßFM²	“','',0,'?'),(_binary '?W*5>ö’oRwK˜¨','wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a™Ä™»Ë²$\Ùa¸‰|!O\Ý',_binary '|óRÀ¾m‰‚\Î5V¥\ÔNlZþLUW\äI¯\Ê#œ','',0,'?'),(_binary '?X\\þmfž\áÚ•Ú£´g','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\å1Ð¨\ÍJl\nSÓ§',_binary 'E1\ì/\Î×—P\Â\å.x°Düae\ÒûQû+n@&›iB','',0,'?'),(_binary '?YvŽq_\ê—ÿ³Û®XO','wp-content/plugins/wordfence/images/sort_both.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_both.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å\á%\ÙB¬QxÁSV.D',_binary '’¨„ù6\Æ\Â\"@X\Ûg\'\æW7ÿ°wô\ËgJ™\ßq','',0,'?'),(_binary '?Z\í+¼E!\ähYòb\ïõ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/Sites.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/Sites.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨zi(+^g\ÏLó•\Ü@}4',_binary '\Þ\ç.j¬ù›ôv\rv\r«P\ê^wK°‚	j ´','',0,'?'),(_binary '?\\d\æ(ŠL‰nL‰s˜2s','wp-content/plugins/redux-framework/redux-core/assets/img/raw/3cl.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/3cl.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~\æ\Ò\Í<(†¤\ÓCœLxô¢',_binary 'ú?¬\ã#	%4\Çß­zEÁ­ñ\Ú7EN–?Î„²	\Í/*±¹','',0,'?'),(_binary '?]ýPû.£˜1ÿ´ƒ\Ì2b','wp-includes/js/tinymce/plugins/textcolor/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/textcolor/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü%i 3\É\á\Ö\Éf\ä\èû\Ú\Þ',_binary '(\Þ¾EL\Ùû \Õ”b[™ŠK\Ú!s¬ÓŠ\ÔnÄ²£\Â','',0,'?'),(_binary '?`NC\Ö\Ã^Lgö‘|/À/','wp-content/themes/yith-wonder/parts/header-centered-logo-split-menu.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header-centered-logo-split-menu.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹4P‘8ªª\Å:Ï¯',_binary '\èn	Š6ŠE¸ö?D\è¸z\Í\ÊñˆöÁy\Å:p”¯','',0,'?'),(_binary '?e.\íEJ¡\ég\Øg\ç\ÇFN','wp-content/plugins/elementor/includes/compatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/compatibility.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã.Vï†—¾.•H6†R°',_binary '@ª8\Ç\Ø_¯\å‚>yô@\ÌgžÿN0(,À\ès°Ž¹','',0,'?'),(_binary '?gbqª\0X˜™ô©4»,>','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^\Þ\éR4Tˆ‘XfÄ¹8\×',_binary '\\Ä‰°³ 5\rŒ“\Z\Óð!t81\Ò\0==€²Y[;$+','',0,'?'),(_binary '?h\æh™:zÍqZi¹V','wp-includes/blocks/post-author-biography.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author-biography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y:jª\\ö{L\Ä\És',_binary 'ö2 À\ÛòúÇœM•u\Ööƒ\Ü)\Ë\ë•\Ã%\ÄA¤_\âk2z','',0,'?'),(_binary '?i` In\ãE\ÅÀj$ý\r','wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle5HttpHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle5HttpHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qÁ‡·\çUõ\Ê3f&`',_binary '\îS¢ú}€¾|}Ã¸—+#J{L\á\Â Ã¡\Â\Í\Úp\ÍZ','',0,'?'),(_binary '?jŸH\ê}_ÿ@ñË‹\Ü','wp-content/plugins/wordpress-seo/src/introductions/application/ai-fix-assessments-upsell.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/application/ai-fix-assessments-upsell.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ\ÖK\Ç¦ÿ‡”\Ôd\ËC',_binary '©B¢\ÅI¬Á›ÅÌ¹‘uT¨Ÿñt~w#Vg½™UZ','',0,'?'),(_binary '?yÁô$Yº]4„\íKS‘×¡','wp-content/plugins/revslider/public/assets/svg/action/ic_loyalty_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_loyalty_24px.svg',0,_binary '8L\Ã\'Š\æ\Òa\×ÛŠ÷h\É¢',_binary '8L\Ã\'Š\æ\Òa\×ÛŠ÷h\É¢',_binary '\ÂKÀ\'ujÖ¶œùÃ•\àv ¾LHœm¾Z¨¯\Ó*•l','',0,'?'),(_binary '?z4\ZC\Ú\ÜQ\ÄIVf','wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Client_Factory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Client_Factory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥J\é_„zªÀ5\Î\",˜À',_binary '\Ê1\àÖ¸+~]³\éG\çO#c\n•\Ù\ÚDœ\á¤R\íwdü','',0,'?'),(_binary '?—Ÿ|¶e©U53l\ä|','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/classic/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/classic/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šaú4\Ó\Þ¤\\\à<R ',_binary '{\ä\Ð\Ë §›ò‡i\èû2|¸{ï†¶û\'GflF','',0,'?'),(_binary '?ˆ\Ñt\ç5Ô€¬\å½ò\Ì0_','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gauge.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gauge.svg',0,_binary 'òo\ÄT\æ\r.ùŒ\âT$pñ\ê',_binary 'òo\ÄT\æ\r.ùŒ\âT$pñ\ê',_binary 'Áök¶¤uUi˜ ~Û³˜p\É\ã:£#Ï \ë*\å^','',0,'?'),(_binary '?Š¡®Ÿ›\Üq\Æ6\ìú/X','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-api-ab52eed0ee6a44be38b3.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-api-ab52eed0ee6a44be38b3.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V–\Ãú¿¡\Ï\â€D­<]™',_binary '\Ä\Ê\Ëmÿÿ\êõÁÚ€)xÂ´R  gb×¯T²5\ÎŽP¢\ç','',0,'?'),(_binary '?—_\Ø\Ù\Ðtô×º\ÃP\êý','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Û‚th¦0H«\ä\Ìt{',_binary '¦ƒ\î/sGx8\'¾ªŽ1ŸŠ*XŠ\éÄƒ\á:\\g\Óa','',0,'?'),(_binary '?«ð=²@\íMŽ$#ŽP7','wp-includes/js/dist/html-entities.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/html-entities.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®Á®n`\Üúaú(v5€°',_binary 'È×™püR©ž%g\'w§\ást\Ì\r‚\ç\àñ´/','',0,'?'),(_binary '?¬ú=F®KˆJ·8¿’','wp-content/cache/min/1/47dbca63492098acf731216ab1616558.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/47dbca63492098acf731216ab1616558.js',0,_binary '\Ùkj‡–NˆfKª\ÌO\rþ»',_binary '\Ùkj‡–NˆfKª\ÌO\rþ»',_binary '\í9˜Á\ÙE˜ýP;?Z\Öß™3\Ë?\è—\×\Ù\Ç­£œ\Ã','',0,'?'),(_binary '?³\Æôt¼\Õ\ê‘J\ÂS\Ò\Ë\é','wp-content/themes/houzez/framework/metaboxes/property/fields_builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/fields_builder.php',0,_binary '\å\Ï@PˆG80Ë°}y¥',_binary '\å\Ï@PˆG80Ë°}y¥',_binary '\Ì\äý›Æ«£|¾²Žö:É¦\ì¤&9¤˜¯lNª\Ë','',0,'?'),(_binary '?´·HiþVB\å\ì\Ã!Ž\Æmf','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_dadada_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_dadada_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á,e\Ú\Ó\ëúdÈ£•š$i',_binary '÷—›\í$sŸ\ã\Õ<&\ÈV~“\Ò}QýW3’\æZh(0\á¬','',0,'?'),(_binary '?´\á¶Vže\Û\ÞoøŸ€P','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘.\Æmurÿ‚I1“–G\Þ',_binary 'Lr7D@yŒ¿\ÂÉ‚]NK‡(–\Ñti\ØG9\ÎÀù \ÈTm=','',0,'?'),(_binary '?¼½=\ÝÁ‘\"rAvgo\r*','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/MarketplaceApi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/MarketplaceApi.php',0,_binary 'A¤T1D\Ôùc\à\ÒJ£Á\Þ\Ñ',_binary 'A¤T1D\Ôùc\à\ÒJ£Á\Þ\Ñ',_binary '6@>Þ¹ó\ìE²Xx Œ­p¦O\åxT*‰¨VEt','',0,'?'),(_binary '?¾\Õ],\È\ç„ls ŒXÖ‘','wp-content/themes/houzez/taxonomy-property_status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_status.php',0,_binary 'œ~«A\ê\Ëj¾fH+',_binary 'œ~«A\ê\Ëj¾fH+',_binary '\êW‹\ä¶A)reAÁžƒ\åh\nÁD˜hG§/nAVe¾','',0,'?'),(_binary '?\Â¼?Ñ*$Mô7ú(','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î\Ä-\Õ\ì<\Ö\ïl\ÊG5\Â\ë›',_binary '\Ã},BŽip¾/]½&W‹)\Ðp\î¾;\í\ï¥*X‚','',0,'?'),(_binary '?\È\rÄŽZ‰ªk\å^LSwy','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListConversionEventsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListConversionEventsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•Ð…°2@c›F\Ï\Î\Ê\r',_binary '.\Øf\ìŽc%´\×ðyí£ZªP»&‘ú­+\Ùf\r@Sf\Ô','',0,'?'),(_binary '?\È9\Æº\Ó\nC~k\é3¡Y','wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\ÕCð°2º¡.\ç\ã7re\r',_binary '/£x\áÂ®/À…\Êß±\â\ì\ÛqC\ÊBd\rB²?\Âró»ò','',0,'?'),(_binary '?\ÉUË•20€š9—Pw’‡\Ò','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\roˆI[½µû‚VˆK\ç?\å',_binary 'A˜mL#T©a\áQ¬0?}\é‹\r\Ú.[*w\0fM\Ø@\Î','',0,'?'),(_binary '?ÒŒ\Õ\íw]\Ä@Jœ\í\Ñ	øT','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/InvalidArgumentException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&†\Ì\È\Æg:ò¿góž©®„',_binary 'h¾: ƒbI>\Z`À=p€p\è\ØUJª].NN\Ô\Z\ä','',0,'?'),(_binary '?Òž§\ÊÇ”³M\Å\Ì\Ô2B','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services/PluginInstaller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services/PluginInstaller.php',0,_binary '²\Ï\ãp\r\å—B7+¤ˆÏ„',_binary '²\Ï\ãp\r\å—B7+¤ˆÏ„',_binary 'õŸ¿\âR»*\ï#4œF&%b\ÈYY\ç;\Ôò¶\éLÕ™','',0,'?'),(_binary '?\ÖÅÀ%\ØG%#§¾Œ\á','wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼\ÑEYCŠ¿€&×o¸R¯',_binary '\Ã8X`z\Æ3ƒ§jÍ¼¸Qô\Òf#g\×\íx\îü‚8NÁK˜','',0,'?'),(_binary '?\×ù\Î\Þ4‰G}\Ò š\é\í\ã','wp-content/themes/houzez/template-parts/realtors/agency/languages.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/languages.php',0,_binary '”Uˆ\ÂÁVC©8ôtfh€',_binary '”Uˆ\ÂÁVC©8ôtfh€',_binary 'h\è\àÒ¢¸iON“\êg5´Mh4À\Â?>¨Hœ©‡\Ô\å\âr','',0,'?'),(_binary '?\ÙL\á\Æ\É »	Ð©\é.ò\nŒ','wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨ƒ\ç$ë²µ§¦)&D',_binary '®?\\E\ÆSÛ—U™išX#K *¦®\Ãj‹´\ëò¦½O[','',0,'?'),(_binary '?\ÝÝ‘\Ðd\î6xJ¼i‡Ï¼','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hu.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hu.min.js',0,_binary '/\Ê~²EgOEjYlŠ\ÍN',_binary '/\Ê~²EgOEjYlŠ\ÍN',_binary 'ŽNI#^\ÃV\â\îÊŸ¨h\ÜW<\Ë\\‚k\èƒDgR›\è\á','',0,'?'),(_binary '?\à4!\æ5Ô£\Ö\"Ì˜Ÿ°S','wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Cñg\"cýK?œH\Ú}Ó¥¥;',_binary '¸ Àª¤³\Ì\Þ*@\è4™<\ÙÌ\Ô;ª–\Å\ä\ÎvN ÀŽ‹','',0,'?'),(_binary '?\à˜·±^[\Ý3\Ôh0²','wp-content/themes/sinatra/inc/customizer/controls/typography/typography.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/typography/typography.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É£&X9óy#š’\Â6d ',_binary '“ß§Á•“f\á¼6\ÐW-*nj¨¬r:L±“U','',0,'?'),(_binary '?\æ\æb—„>s:\æ|t1#§x','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼Ÿ\Üûcä˜Z\Ãc\â“U',_binary '\ëoŽ\ÆDGX\Ì$Ÿ)\"\Ô\Ûû.õAœ\Ð×°ŸS®®\Ût\í','',0,'?'),(_binary '?\î\Å/o\r¹¿_˜\ëÏ¨g\á','wp-content/themes/sinatra/template-parts/entry/entry-about-author.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-about-author.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q÷_“‹@û>¬&~¨ñ_',_binary 'è²ƒ³”S$ºx\Ó\n5ûÞˆ¿cg\à1ŽuKW¯/‰: ˆ','',0,'?'),(_binary '?ð±ô\ÎkL\íÜ¦\É\ÜNŸ)\×','wp-content/plugins/revslider/public/assets/svg/image/ic_compare_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_compare_24px.svg',0,_binary '55lrgev7#JÉ‡¨',_binary '55lrgev7#JÉ‡¨',_binary '\ÛVŠ÷C¯üù`\\÷\×v¼º½\Í®ðK’bZ¸1N0Íƒ','',0,'?'),(_binary '?ò=ñN\Ú T\ë+TP','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pencil.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pencil.svg',0,_binary '&|â,f:qC–YL;',_binary '&|â,f:qC–YL;',_binary '‘•Á\Ï˜•\å‡D\ÏØ’y\á[v‚Qq´~’Î»ÁrôRS','',0,'?'),(_binary '?õH&k\ÕDDûVŠ½','wp-content/plugins/revslider/sr6/revslider-front.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/revslider-front.class.php',0,_binary '‰&L\ëi\Ô\Æ\ëdô',_binary '‰&L\ëi\Ô\Æ\ëdô',_binary 'Q\ÆoVå´²®N}ªM]>´`,\äK##½ \ÚP\É\\ÿ','',0,'?'),(_binary '?õ¥\ì­Ð»8lÂˆ¾°n\à','wp-content/plugins/wp-rocket/inc/vendors/classes/class-minify-css-urirewriter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/vendors/classes/class-minify-css-urirewriter.php',0,_binary 'ZÀ¢ŸÐ‰ùý‚\ØózX¬',_binary 'ZÀ¢ŸÐ‰ùý‚\ØózX¬',_binary 'Ä·\ÓfQ>)µL\Ý+\Ü\ã	\Äw\ÉÄš0£5\'/»\ërU?','',0,'?'),(_binary '?ö	\Â€ˆ»ŒFz\á0:','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Row_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Row_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'arƒZ*=Xb\ÅKZE',_binary '\à\Ñ\åô›ES?p\ÃF³´‰†<\ëü=Jž.—Äžò','',0,'?'),(_binary '?ùø=¾\Z\ì†\Ø4®	\ß','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/OutboundPaymentService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/OutboundPaymentService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üØ­ô{€{8¦\Ý½Bÿ',_binary '\Â,S*N÷ô´p¥dŒ¨Bx<| ¯\Î\0?Ÿ‹\æú3\äžKn','',0,'?'),(_binary '?úŽ‚’ÀÄ´™²\ÚkóD\à','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CreditNoteLineItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CreditNoteLineItem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦?\ÍL12Šœø¸†\É',_binary 'ñ©€Ã‘ó\\\Ê!\Ò$B—\Ñ^†¨f\nJ,ù µV\Êq‹­\Ù','',0,'?'),(_binary '?ü^’.+Át\ZÉ»’$L','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u2mõ#“ú<\rO17\í',_binary 'º®ŸŒ\Õa™\Ù(¥¯Œ—s@91Ð¼i{PŒÔ½ 5>¸\è¾','',0,'?'),(_binary '?ýJ\Ï\Ô1˜ý6öt\î2	!\ß','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Logger.php',0,_binary 'Hô G{ÔŽ¨Q˜*\Þ\ç\éw',_binary 'Hô G{ÔŽ¨Q˜*\Þ\ç\éw',_binary 'Na\í\Ð\ëœ£h\Åf_ªÖ™_*.x\Ê0\"ª:\Æ,•“¶Q','',0,'?'),(_binary '?ÿŽ:\Ç(Q&úsù7ð«8¬','wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4\Îg{\ÅÁVkº6Fzk',_binary 'ƒi\É#\è¤B Œ@\é\á\"ÑžoðenR“©nhºVElW\Ì','',0,'?'),(_binary '@\0™µ8(<:\Ñtö#1\ÔS','wp-includes/css/dist/block-editor/default-editor-styles.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/default-editor-styles.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆþ§Ó£T2ñ­i\åÃ‹V\Ò',_binary 'sT6û\nÀf\Ö\è!9(ŠH¼ü\Ï\Üe*Qg¥/u©üÁ\ä5','',0,'?'),(_binary '@\Ê§g]h4	¿\ÈS','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Data/Constants.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Data/Constants.php',0,_binary '=†«\è\ßúbYÎ¡m¥\Ú',_binary '=†«\è\ßúbYÎ¡m¥\Ú',_binary '¡QG!8Wq“Ÿ$d	ü‘+ô\äj&g\ì\Þ\í8\ï.½ý','',0,'?'),(_binary '@	\Ô\ÒJQ—ª¦mÁF\Î','wp-content/plugins/wordpress-seo/css/dist/inside-editor-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±J\Z“\Åœ\Ñ6\Æ£’Çœ',_binary '.TLÃªr§·²cBðÝ‘RôxÀ¼Ü\ïH\é\Î‡1f','',0,'?'),(_binary '@:\í~þò,Þ5\0lpŽ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/People.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/People.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž°t€mœ¾‹°€\Ø\Ã',_binary '¿\0$]fPF\É\ä¡\è<Ð˜$\ì\ëmk _QÆº¢\Øc\ÛMNm','',0,'?'),(_binary '@;7J1­G]¦z\nŸ','wp-content/themes/houzez/framework/admin/feedback.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/feedback.php',0,_binary '\ÃHø\Ùt³+\Ï&\ê+ôU',_binary '\ÃHø\Ùt³+\Ï&\ê+ôU',_binary '‰š–‰\ÐÁ#7úY\àlo(\é)W.³6T\è\àý6\ëò¡ë²±','',0,'?'),(_binary '@d sq6@›‡\ìcõ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Mandate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Mandate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤–\én\ç™þmA‘±',_binary '=†‡E\á<\Â\Ý@ø\ÐÁ\å$ºd/|W\\Á›\à°\Ùvk\ÈB','',0,'?'),(_binary '@]«~8GG¦\Ý4F\Ó','wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php',0,_binary '–\è‚gw÷žZ¦-\ÍôŒ\ê',_binary '–\è‚gw÷žZ¦-\ÍôŒ\ê',_binary 's,§c\Ý\Èk¢;”é–\ÆC\Ë#b\Õ\Ð´J\â§{‰/k§n','',0,'?'),(_binary '@øGòñ\Æ8\í¦_þq\íý','wp-content/themes/sinatra/inc/customizer/assets/js/dev/customize-controls.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/js/dev/customize-controls.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î\ÆZ`‚McCô5\î\Ó> ',_binary '+ùº{H1Ä¡\è\è\nŠ\ì# J-\ÃGžÇª8g¯9\Î\ã¸7y','',0,'?'),(_binary '@Á@¸·0\í(Pv\Ä\ê','wp-content/plugins/elementor/core/base/base-object.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/base-object.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©¬¹Àœ0ly@Ø¸6\å\à',_binary '¥k«Â²\ç\Ê\Ýó\Ù\Ú\ä7‰\ÉKR|§´™¹Š¥‘r”ù1','',0,'?'),(_binary '@\"\âÛ±k@W)¿ªkw','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/EventsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/EventsController.php',0,_binary '»x;y‘®\Õ\Ðò‹x\ÝQ\"\ß',_binary '»x;y‘®\Õ\Ðò‹x\ÝQ\"\ß',_binary '!õdWÈ‡°\Õ\é\ÖAò\ß\Û9PðÆ¦;\Þ@UB:?’ýi','',0,'?'),(_binary '@#\ã\âm‰\íT5GJLYNn>','wp-content/plugins/revslider/public/assets/svg/editor/ic_text_fields_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_text_fields_24px.svg',0,_binary '<§™[”\ëm(7¸#\ä\Ý\".\Ð',_binary '<§™[”\ëm(7¸#\ä\Ý\".\Ð',_binary 'ó+Y2œ0\áö0û?©m*\0D;\'G\ä…¬','',0,'?'),(_binary '@$§\Ü\r\ÊVZ†\ìc7v','wp-content/themes/houzez/framework/stripe-php/lib/Discount.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Discount.php',0,_binary 'ø\ÞEû\"+ž=÷I!Ž\Ó\ë’[',_binary 'ø\ÞEû\"+ž=÷I!Ž\Ó\ë’[',_binary '5\ïG€ù*\ì¨;¿Gú\Í6¢\nmÞ£\Èð\å³—\ÇUA','',0,'?'),(_binary '@&ðð€ç·¨Š}¬Au','wp-includes/Requests/src/Exception/Http/Status413.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status413.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ðµ\×$=\ìWfaP·Ÿºw',_binary 'üÀ×—°r\ÈM\Æô\ÝHÝœ\Þ¨\Ý\ày”¸4ß®8Jˆ„\Æ','',0,'?'),(_binary '@*i.\ïŽGÑ mUM\å','wp-content/plugins/wpforms-lite/templates/admin/payments/reset-filter-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/reset-filter-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡¥e¤òƒ\r\âm\çWÑ¦',_binary 'O\Îó}ú‘ÿr½«ŽŠ¸£q\Êö«\Øb/º«¯Ò‚','',0,'?'),(_binary '@.\Üs\Øk§¸ù3\Âež{¡','wp-content/plugins/wp-rocket/inc/deprecated/3.9.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.9.php',0,_binary 'Ú½\ÅOò[Wk\Ñ\Ì\Ã',_binary 'Ú½\ÅOò[Wk\Ñ\Ì\Ã',_binary '\Ï\Æzz¨ÿ¶\Å/+{`!¦\à\'1\Ç\àK¿]¼\Ïq0\ß\à \É','',0,'?'),(_binary '@9 W2k´w¯·-6€­F','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/bootstrap80.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/bootstrap80.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø@fƒxº8\Âÿ&µ³',_binary '2‰DI¹ctCC”ƒW+\ÃSU¶/0Lzþ1z©\'\\\Ë','',0,'?'),(_binary '@9\àGˆõa„p\è\nþ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money-scales.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money-scales.svg',0,_binary '”Ž…W±\'ì¾›\á',_binary '”Ž…W±\'ì¾›\á',_binary 'û\rP\êG¹\ï_9.Œks\ÙD\Ì\0\Ê`²C£†°3	!<','',0,'?'),(_binary '@Dà¦¯Txƒ\'\Ñ–!§','wp-content/plugins/elementor/assets/css/frontend-lite.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend-lite.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'su\ëš\Çqòøþcw\è¦vt\Ç',_binary 'g+t‘¤d\àq\0Z^ÁÕ…VE²õQF\Ë\ãCaŽd &','',0,'?'),(_binary '@E\Î\ê/ð¶ß¯4µ\Z™ýŽ','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverTrait.php',0,_binary 'V¸\í£÷\ÔA;\ìEb\Í](',_binary 'V¸\í£÷\ÔA;\ìEb\Í](',_binary 'n‚úû(ýCIC{A\ÙmôV¾%\0[w\ß\éG55~~','',0,'?'),(_binary '@N3©0ü>²`8l¼','wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ¼^À”ª™1ðª›',_binary '4]N\ÅüOW«Á\Ê\0V„Ò›\ÊkÒŽv2~¥_[T[N','',0,'?'),(_binary '@Rˆ<z?\É«°U€c¥\Ç','wp-content/plugins/houzez-theme-functionality/shortcodes/space.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/space.php',0,_binary '¼€tŒ0\Ï6l\Ö\Ì\ïó|',_binary '¼€tŒ0\Ï6l\Ö\Ì\ïó|',_binary 'ö\Å`9ÿ\æú™\ÌIvdò…ù8.|\ÉõRó£#\Ü\ç¿5','',0,'?'),(_binary '@RÑ¼(\Ë\"Kõ\Õ[\à²„','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/TreasuryServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/TreasuryServiceFactory.php',0,_binary ',1Ð¥ó\è\'u\É\Ð\ì\Å\Ëyw\Ï',_binary ',1Ð¥ó\è\'u\É\Ð\ì\Å\Ëyw\Ï',_binary '`c\àü¯ô\î\áÆ«\æ ÷\Z»úD%½®Æ†wB\àÇºnD','',0,'?'),(_binary '@S’À\Âñ\ÏE€Y£ú ;¦6','wp-content/plugins/revslider/public/assets/svg/action/ic_view_week_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_week_24px.svg',0,_binary '[oª\á<’ˆ‡®ö5õ•',_binary '[oª\á<’ˆ‡®ö5õ•',_binary '\áL¿’\ÆÃœI3\\3@I.\ry<Ex±\Ö\×f³h¯\ïJê§·','',0,'?'),(_binary '@V|§&\Çòxc·¤\×|C','wp-content/themes/houzez/framework/stripe-php/lib/Service/PaymentIntentService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PaymentIntentService.php',0,_binary 'V–ñ\"ú,^÷ü\ëˆÁê¹¨',_binary 'V–ñ\"ú,^÷ü\ëˆÁê¹¨',_binary 'Ÿ‰O®,¿¨d=\Ñ\Ú\Âj›Ti\ßx/\×k¥\ëM\î`€¬]','',0,'?'),(_binary '@V\ÐúK$~`*•+c½0£','wp-includes/block-patterns/query-medium-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/query-medium-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”‡\î<ü\îU\ÈVýõn­',_binary '#l.®Cµ\Õv\ãÿ\â*ý¬¦œ‚\Ê\æ;¹!†4ˆf','',0,'?'),(_binary '@Vó$õK\Æ\çò<\Þ1*\à¬À','wp-includes/css/jquery-ui-dialog.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/jquery-ui-dialog.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹\äö\\e¨*\Îyÿ4û\Æ',_binary '•¬	z©8 ¿\Ñ\â‰i\Å\n%\ìi=4ªÌ†A·a‰G—w','',0,'?'),(_binary '@[ö?0\Çc\\wšÇ¶[','wp-content/plugins/elementor/data/v2/base/controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2Š\'R\ï¤x! O‰—Cˆ=',_binary '8¨bdGÓ€vò@xþsº½ý´y S\Èf€œ\Út','',0,'?'),(_binary '@f>\çRm9¢É´£\Ç%BÀ','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_hospital_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_hospital_24px.svg',0,_binary '‹\ÑüE \Øñ$¦¡QÇ‹\ä',_binary '‹\ÑüE \Øñ$¦¡QÇ‹\ä',_binary 'Pg\ÐÒ®\ë‡M!s†\ëU\îAp_\á4Š\ÄÊ‰Ýšp‡ƒg','',0,'?'),(_binary '@h\êG‘\Ê\ä\×\Ø S\Ý+¿','wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-recent-viewed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-recent-viewed.php',0,_binary '5]“I£¦ó”K\â{º\Ó',_binary '5]“I£¦ó”K\â{º\Ó',_binary '\ÑJ\îm¾0`ør\Î(Á(¯,1šf´S‹ò{JE\r\Ý{#y','',0,'?'),(_binary '@hë³¹¢3÷×z2zl','wp-includes/css/dist/edit-post/classic.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/classic.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7‘Ò’?\Ïm=\Ï\ïØ¯X!',_binary '¤º>®w/<\Ñm[7Pž\Ê+&“¯„þº½\èi®½','',0,'?'),(_binary '@k/ Á¡Œ\æI‰?T,','wp-includes/js/jquery/ui/datepicker.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/datepicker.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[\è\ÄG\ÝnÀ«r\Ñ÷',_binary 'ŒW(e_t(>&…!¿þ/˜ƒ\Õ <gŽ\Û,e4e','',0,'?'),(_binary '@t¬Q .}Õ­la+','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',¸¹™ò\ìO/ŸÝ·\Æ\Â)',_binary 'ðŽ}U¤\Ñbf|÷UUÙ¦\Óˆ\Ê\å)†\ÎfG[€9þ’™\â','',0,'?'),(_binary '@{öø\ÊCh0!(Ã€\Ý\rŸ\ï','wp-content/plugins/houzez-theme-functionality/classes/class-houzez-init.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-houzez-init.php',0,_binary '\Æ\é4\å¤lpFG@?¢üµ',_binary '\Æ\é4\å¤lpFG@?¢üµ',_binary 'Ü TôqL¬\æBœ­z‹÷þ\Ï\Õq7#\Å\ê2²Zr','',0,'?'),(_binary '@€žÌ˜9Š#¯L\Ãy(\Ð\Ú','wp-includes/images/arrow-pointer-blue.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/arrow-pointer-blue.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wŸüb\ãÎ‡*L«²\Ã[»ù',_binary '\Ý\Â\Ê\åfb\ÏZD1.üºþV\ì\æaw\Æ4l?\Îñp\äµG^\Ç{','',0,'?'),(_binary '@…–\Z £l¶	\ÏLüœ˜%½','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/bootstrap.php',0,_binary '\ÞD\â07Vž½xóD\ä\Ü\Ó=',_binary '\ÞD\â07Vž½xóD\ä\Ü\Ó=',_binary '4+/™M¡’\ë\å¾7\ßgU\ÏJ\íƒ\Ù\Ú\äRTl9ÚŒ','',0,'?'),(_binary '@…§‘FÚ³4¿‹>m`h','wp-content/plugins/houzez-login-register/social/google/config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/config.php',0,_binary '\è¥2xŸúýd¨\\Hß¥',_binary '\è¥2xŸúýd¨\\Hß¥',_binary 'Pc*:\ZÎ„Að›\nX\êM9²dNVE?µ¸\ÍK\í4\È?\ß\Æo','',0,'?'),(_binary '@ŠD\\ù2ù¥3™ƒ}A{','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í*\ë\Út¨\ïP>_iˆ\'',_binary 'w˜š/˜¼\Ö÷0\ØYnœ7M¸\ë\ÏnrZ\Æ^\èV\Â\å\Ê','',0,'?'),(_binary '@‹q£\'ô3¢Š€<-\n€h','wp-content/plugins/revslider/admin/views/builder-nav-forms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/builder-nav-forms.php',0,_binary '\Ò\ë\á\Ó#q\ÂMP\\l\ÍidÔ',_binary '\Ò\ë\á\Ó#q\ÂMP\\l\ÍidÔ',_binary '¸öj÷Šž2\îÙ˜L;÷\ÎT\æa“²\í¤\r®{\âÑ·\ïÀ:','',0,'?'),(_binary '@–úPS$©G9Ð“uSh\ÆO','wp-content/plugins/revslider/public/assets/svg/communication/ic_invert_colors_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_invert_colors_off_24px.svg',0,_binary '*\å}ûÁ‹òV¼÷ˆ_Ÿ«',_binary '*\å}ûÁ‹òV¼÷ˆ_Ÿ«',_binary 'Ž„\ÚmD˜¥KÀ\Ø+®\Û\Ò\ÃüfµÿÁ=­¾&}w¥\Ù','',0,'?'),(_binary '@˜\á#\àŸñL÷\á£Û¤)û','wp-content/plugins/elementor/assets/js/ai-media-library.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-media-library.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y;ÿe@„uW ±­brƒ\×',_binary 'o	WûD%\ÝGl†p-4´\'\êÁ\Ø\×y¶˜ \0“º‡•\Ä÷','',0,'?'),(_binary '@œ•ó\ÝXÍ¶%\'ˆ,¯x','wp-content/plugins/revslider/admin/views/features/support.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/support.php',0,_binary 'v¢ž\Ô\ç³\Äiˆ›°g\í\ã\Ç',_binary 'v¢ž\Ô\ç³\Äiˆ›°g\í\ã\Ç',_binary '˜]˜,˜\Ï2D.‡µ^° ë§“öö\Ì>\à(ý\nóù‘','',0,'?'),(_binary '@Ÿ\n[”c`\ÙT\è\áø+\â','wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j<Š\æ¹ô3<\Ôv¥y]',_binary 'ŽüÇ€ž¾\Ó\Òè½‘…m\åÀ\á~‚\åýsÉ¥”\ÒEs\Í%','',0,'?'),(_binary '@Ÿ…jsöx%¥˜\á“@¶\"','wp-content/plugins/elementor/includes/widgets/read-more.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/read-more.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò¢…\æ»R‡\n¸B\Øo ',_binary 'o6ø¬\Ï-Eõ\Ö}¨Ž÷\'\Ô\ÔI<û»\ÌYv\îŠ[_\à¥','',0,'?'),(_binary '@¡\ÅE¤F¤\0µ}øT\Ìz','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/bootstrap.php',0,_binary '\ÐA°L–½Œ7~\ç\rð',_binary '\ÐA°L–½Œ7~\ç\rð',_binary 'B\×\æƒûZy¸\È\0y”Pr5¬w\ÂÐ¥Zœù2\Ãû\àQ\Øk‚','',0,'?'),(_binary '@£Ÿ\Ðp¢M\ÂGÌœcšG','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlInspection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlInspection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÙY·6\0‰P\ä¤„>ÓŒ,',_binary 'oñò\á›\â\Ð\âb4r \Z°§\"Q\Øx\ËH{+kY','',0,'?'),(_binary '@ªù€@=	Gý•½ ?7\Û','wp-content/plugins/elementor/includes/controls/base-ui.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/base-ui.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ\ßF\ÉLR¯{·°È’!ƒ\Ï',_binary '\åÙ‡7°Û©s§øÖ‰¹\É\Ú=\ãc°%®‘¬ý*Á\'','',0,'?'),(_binary '@²y\æ¬`·²\ä´:\'J’Gô','wp-content/plugins/redux-framework/sample/sections/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '@´†C¹¡E\'”O\ËÀªú','wp-includes/css/dist/widgets/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/widgets/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å)·S\"\ì\Ôú\äpp®\Ï4™ž',_binary 'X]Ì†Ò’£r²*!´\ãT#?;/Apdª‰\'\Ç\Ñó–¬\ïL','',0,'?'),(_binary '@¹\à\Z!z‘žr\å\Ê\ÙWž\Èp','wp-content/plugins/wordfence/views/waf/option-rules.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/option-rules.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É)\0€Q\é¯N²\É#$|ð',_binary '‚¬t¢Ï·\0\re(x\ÔT\ån¶\Þ_C³Q–\Ç=ŒðK2U“C','',0,'?'),(_binary '@ºXD\n\Ã\nRN†t\ë\Í\Ó','wp-admin/images/menu.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/menu.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á\r9#‹dóY`	Œÿ',_binary '\Ùlú\ÈIE/(¼p­–\0\Òpnó‹–T-O¥z\"],=`\ï','',0,'?'),(_binary '@¿È¯\î\Î&Oñoœ‡\î','wp-content/plugins/wordfence/lib/noc1.key','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/noc1.key',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9e¤b\0\æ\ÆPOŠÁ¾…”',_binary '_\Ëu‘ö\áj\ë\Çý‚\ÆúPþþ-KOAƒÜ«œ¦\Û\Ö\Ó','',0,'?'),(_binary '@Â¨\Ô}´&\0,_2 ¤','wp-content/themes/houzez/template-parts/dashboard/statistics/filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/filter.php',0,_binary ']a`LÒ¢™¾\Û\Ë<ý\é¨ñ',_binary ']a`LÒ¢™¾\Û\Ë<ý\é¨ñ',_binary '€÷Q\Ìü}ú×¶\Ø\ã@%+\ëÔ¬8~ù\ÎÉJR\Ì','',0,'?'),(_binary '@Ê¢«Y_…Tó\nUWg\å','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@\ç²2¡\Ø\Ñ\ée¿\Î',_binary '}ð\îh§\ì´KB\Ç\Ä\ã\è±OØ“z\ï\Âx$Ÿ\Ñð…	','',0,'?'),(_binary '@\Ë4¼3“†\Õk½¶\áu€+','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementWebproperties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementWebproperties.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\Ó^?\Ð\ÓdbT\ËðSt\ï',_binary '\Ù.¥™ø\Ð¶\'\Å$|F(°&©6¡ô‘\Û\Ì\ë\Ø\Ô\Ð\å','',0,'?'),(_binary '@\Í`\Ç\æ>%¦\Ð\ÞE\ËÁ\Ðc\Í','wp-content/plugins/elementor/assets/js/new-template.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/new-template.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q‡»¹\ÂöaÜžn§¨(º',_binary '‹\n¿S}¤®Ÿ”\ä…\ê~Jß¾°\ß\"\Óô>`\ãmIGPž\Ô','',0,'?'),(_binary '@\Îzf£\Õ\Î>ˆ\"\é\Ä\Ë\ê}“','wp-content/uploads/2020/09/streamline-icon-project-blueprint-idea@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-project-blueprint-idea@64x64.svg',0,_binary 'žQý\í“dG\ÂÒXƒ„',_binary 'žQý\í“dG\ÂÒXƒ„',_binary '»P1\ÚpW‰ùG¯¶€b/ùi\Ñô¼\\\Ü]•7\Z\Ç','',0,'?'),(_binary '@\ØL½\Öß¯7»Ù­kÙ‚E','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`3‹ñ0®h~¦Ý»\Ù\é\Ðh',_binary '\àZR\'\Ãÿ\éZüwµ$ßƒ\Õ\É_ÉxT\ê{-`¿\Ç','',0,'?'),(_binary '@\Þ;5‹XõñV¨”O\ÆZ','wp-admin/images/mask.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/mask.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üö“g~¨\"\æ\ÒJ÷²ä©Ž™',_binary '\êž\×/<s\ÄÔ¡\ã)\Ý\'‘.®1ÀjknƒK9Q\îô\É','',0,'?'),(_binary '@\á½ô®l=ð¹\0økE\"(','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_frames_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_frames_24px.svg',0,_binary '%´D\î\Ô\ï[K(qe`/‹#',_binary '%´D\î\Ô\ï[K(qe`/‹#',_binary 'Ÿ^”\ÃK÷]?\Õ4~\Âñ\äü‘*qº^æ€²šb¬õr£û','',0,'?'),(_binary '@\ãžDú‰\ï\Ä8‡Sd\Âø','wp-content/plugins/revslider/includes/basic-css.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/basic-css.php',0,_binary '\ä\î3\ÊM«Ó£l\Úz÷\ÝÀ³',_binary '\ä\î3\ÊM«Ó£l\Úz÷\ÝÀ³',_binary '†¸¬ñ,™¾\Ó-Yœ\Ð°)Y£\ËÞ£\åñ½\â\ÂQ\Ú\0','',0,'?'),(_binary '@\èm¾·\ë\ÅO\Å\ÝW','wp-admin/admin-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/admin-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '= òü¯~	-\×\n\éÆŒ\Ë9',_binary '‹#O=9†’½\î ¿•wÂ•ŽbTU`•B\Äü“/\èWc','',0,'?'),(_binary '@\êt\ÜR>GœHh\Ä\í×¡','wp-admin/css/revisions-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/revisions-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×uôžy\Íæ•«aOVÆ†\Ö',_binary 'iµ¢\ê•Si2Ò6œ¢¨d‹\Ãô„T°E$½·ˆ*m','',0,'?'),(_binary '@\ê\ês\Ú@/f\ÃDSóÁ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô/üOAI\æÎ—\Õ\ÇP',_binary 'Á…·š(\Ò,?L\Îxkøµ3˜§IÀHh£]q\ÙW¥ù!¢','',0,'?'),(_binary '@\ëj%\Z¨u\ëº÷¹wtþñ','wp-includes/js/dist/undo-manager.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/undo-manager.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\Ç1½\è¶7¿B¸\Ý8¡q\ï',_binary '\Âl’vô\"‹¶û\ì‹k	È¤$:5Ô¦ŽÔ·w\×y˜Ñ¶','',0,'?'),(_binary '@\ì-i¬w\É\Ô\Þ$0º‚{','wp-content/themes/houzez/template-parts/dashboard/profile/photo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/photo.php',0,_binary 'qbrƒI\ÄûÁŽ:÷7\È',_binary 'qbrƒI\ÄûÁŽ:÷7\È',_binary 'BIh7W§hõ5.¹—ðõ4\Ê\êÐ \Â\Æ\Ù\ç\é¸x«¤Æ¦Y','',0,'?'),(_binary '@ôT$¡N5‚5–\n\Îø','wp-content/themes/houzez/js/vendors/i18n/defaults-sv_SE.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sv_SE.js',0,_binary 'Ç¦Z&ðškŠZw´z\Ñ',_binary 'Ç¦Z&ðškŠZw´z\Ñ',_binary '– >ry\ËõO*•*Mf˜šO°Àtu}\Ó\í.OøpKj','',0,'?'),(_binary '@÷sZö”^™¥\Ó\èqv','wp-admin/images/media-button-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/media-button-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\ÛWI\å…\\¸\Ð?\È\É',_binary 'Ÿ<ó‡:»ðtn½kb\íwi\Ý&Œñ	¸\È÷R¡µ\Õ\í\Z','',0,'?'),(_binary '@ø‘+\âTÎ„\'··¥Ù¤','wp-includes/ID3/module.audio.flac.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio.flac.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@pLû@’\Û\ÅE„½\Ý{õœ',_binary 'úÖ¼3Ÿòt²46$ay\Æ!øª\ÍÖ¦È“Ú²°h#\ì©{¶','',0,'?'),(_binary '@úS\ã\Âd\Î&Ð°!‚øP.','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlReferer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlReferer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹G|ªr\ìö¬\Å_«P\à\Ê',_binary '§W\è\á\\¸Í¬E\èa{|b´• ñí¬¦u/š\Åx‡8\Æ','',0,'?'),(_binary '@úÓ¢ñ¸\É!j\Ì\ß½n v','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/MeterEvent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/MeterEvent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fe9\Íù\â\í?\Zq\äI\ä\0cy',_binary '\Üü„B†<Ú¸p—È„-\Î!6>‘%)Œ[*e\Âw','',0,'?'),(_binary '@ÿ5a¬MG \æDOftC\Ô\Ä','wp-content/plugins/google-site-kit/includes/Core/Util/Migrate_Legacy_Keys.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Migrate_Legacy_Keys.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éÈ»\ÅGWŒ(0Ï‚Á',_binary '#\"\ìc1ö”˜J\ã5\Ð6£iqZ¤ö\ë{Kl²R\"€','',0,'?'),(_binary 'A\ß\ÖYUðeq‰e\àrxPu','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”5˜\á…xŠm—ý©=ø',_binary 'ž\Å\ä¥ã³“\r¥žþùŒ‹h5ö0‰µ÷ô2|\Êÿp|6','',0,'?'),(_binary 'A­lA~i^˜‚›\éu\ÓÃ˜','wp-admin/css/customize-nav-menus.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-nav-menus.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kYR°\Å{œ\ný\ÍLð/P©',_binary '„haD0Gñ\æ0Y	UZ÷I\Æwhf\Çß¥\ÒQ\Îh\æ\ÒB','',0,'?'),(_binary 'A·\Ït…\Ò\ã\×hŒRˆ','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Issuing/CardService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Issuing/CardService.php',0,_binary '±G\ÉJO\å,.˜\Ôðõ=',_binary '±G\ÉJO\å,.˜\Ôðõ=',_binary 'ƒ1ÿ@6:ýj±_Mžu(^\ê³\Äkq\ëyC›-?…Lrs','',0,'?'),(_binary 'AÁ¥\Ãñr˜½Ÿ›\ì\ã\é\0ú','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersVersions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersVersions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'PÅˆs\å\í\Ù7\Øø\É7<\â\r',_binary '\Ôr¾-ñ\î2Vtúƒ;°=­¦w2\Ý*³Ak–X“ÿ¦]µ','',0,'?'),(_binary 'AE¶ûô[€`Œ·•','wp-includes/js/thickbox/thickbox.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/thickbox/thickbox.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5(O™r[¹_Ø¨$/Ÿ',_binary '\ÔyE¥V\Ñ\nh\ZCe~¯l§3JD‹97\Ór˜o‚¤V\rd','',0,'?'),(_binary 'Arô\Å µ-\Ý\à\äU#\'\Ê','wp-content/plugins/elementor/assets/css/templates/frontend.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vYsx\Ã·T:‘VŒ\r',_binary 'Š¯\Èq\ÐDs(bÿþ„ú\n…ƒ\ÄÅ…\ÎbCfÀ£vUð\ÙÔ€','',0,'?'),(_binary 'A ¡\ÄK\äPÁ\ÒrE-cƒI\Õ','wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T\Ì\'8{´pdó\Å×‘\Ö\"\ÓV',_binary 'bÛ•ºk\×<\×lO#Š–ex¨\ÒØ©úÊ›´1žK5J\Æö','',0,'?'),(_binary 'A\"~ÛŒ5)‚¢N\×W\Ón','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ!ªžðŠe §\r+ò¶oˆ',_binary ',L\Ò\å/—o²Ïœ73Ñ‰&¥8¼gý’\Øe5þ€\Ü3R\Üs','',0,'?'),(_binary 'A+~/JÄ™4€¸ó$Y*\Ø\Ó','wp-includes/block-supports/spacing.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/spacing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰0¾m\ê²Á\â%\Îwz',_binary 'Õ¬\Å5¥+ÿÿ\'ù-KKzhV¬ ¢\\\ÐMMF3¤P\ÓW«\Ë','',0,'?'),(_binary 'A,t½w \'d¾•ßž','wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠÀ‘µ~ñŠˆx¢+`Qó,‹',_binary 'u®\Í{me\Ä1Äš¤°_\ï0ô±¢ R®Xƒb;','',0,'?'),(_binary 'A/µ¼lQˆn¹Weµ6','wp-content/plugins/houzez-studio/admin/js/i18n/sr-Cyrl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/sr-Cyrl.js',0,_binary '=2U:\á–\Å\nz8zuh',_binary '=2U:\á–\Å\nz8zuh',_binary '_2‰§˜ù<U\ÃYYu\"RKVý½aÊ©OŸu«S3@','',0,'?'),(_binary 'A2GD¡¸ Ì‡w^‹^\Z{\Ê','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^\ÂÎ‚2_\îNDc_\Ø',_binary 'døB£ u\ïº’A\î\\6\ZB{\ØÑ¿\É7\ÉŒ\á{™','',0,'?'),(_binary 'A4†ór´\ÆÉ½v›Šž@','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Èc¢„¬¨f¹\Ç\âz\Ì~O',_binary 'O\'a\Z™œ?*!Š6Ò¯u­•\å²M¨‹\ê\à˜\ÖºH','',0,'?'),(_binary 'A;Øª\Z¼¾–Ü¦\ïz«','wp-includes/sodium_compat/lib/constants.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/constants.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á½¼\ß{\â»#…²l\Å>m',_binary '¬\æÙ¹mc(\Íl\Ú\åû\'\Ñmt\ÛË£•[”\Ìg¹\èW','',0,'?'),(_binary 'A<\"}7\ì\é\ÔKb\Ìß‚\Ò','wp-content/plugins/elementor/assets/css/common.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/common.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@iWDZ‚ifÚ„,½•¦',_binary '­ $1Tiù\\;7¥ñmÜ²ü\îÈžQ…\á\Ä÷xr','',0,'?'),(_binary 'A?Oy¥›A¦\Ô/Z\ãó¶<','wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éé•ƒ¶¯\Íù=#\ß\ä\Æd2À',_binary '$…&\×5²¨\ß\î\'C\' \ësñJ™\Æ9\é\Öý 1Ä·','',0,'?'),(_binary 'AG$dö\Î¹}2Ç‚42¤','wp-content/plugins/wpforms-lite/includes/functions/escape-sanitize.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/escape-sanitize.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~Xž¹&]\Ç\Ä\Åa„V˜\ïx',_binary 'Vvk¦Gg#k—s¸N7ú\Ô†òz™\å²ùeø!P\Z','',0,'?'),(_binary 'AK<¬\Ë\Òj§œgsr\ã','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4¬•Kb(\å\\\Þóp¸B-',_binary '\ç•Õ³* Ê°	¶\ä†[qŠ¦ËœPˆ\æ‚ôk','',0,'?'),(_binary 'AL˜(^Ð½-Ÿ\à;N»-„','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-structure.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-structure.svg',0,_binary 'ñ‘\çnb\ÕiU\Ëó\ÂI–\ì',_binary 'ñ‘\çnb\ÕiU\Ëó\ÂI–\ì',_binary '\Ó6z;.O\ê –™|oØ ·/€QÒ‘\Ê\Í;Gh\Ü','',0,'?'),(_binary 'AM0ø\î[w:\Ê\èˆKº','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-battery.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-battery.svg',0,_binary '¼E\"\Â\ÄÇ»”¬\â#\Øk',_binary '¼E\"\Â\ÄÇ»”¬\â#\Øk',_binary 'gU\ï²QPš¬\\–­\Ðþ\ìü0w“öŒ¿Êªš~8’','',0,'?'),(_binary 'AM>‹\î\n\Æ^P@³™\Óg…','wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì®&\è\Ìµk€ü	A5',_binary 'L™$£\è\Í3\ë\è\ÈeR\á4Ú¥1G=þø\r…ð\è','',0,'?'),(_binary 'ASõbP\ã¦\Ów¬\Ö\n\Ü!d','wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°¶9¹ÍŸI\ÂmŒ1c\×n',_binary ',W)}Œ\Þ\ÑL“\Ûø œ\æÜ©ùÕžŠòü™\ÍÀ2§!:','',0,'?'),(_binary 'AT©ö\Ô{n­¤\ÞN]\Ö','wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2—°\Ýi„6f7\Æ\éµ8C',_binary '\ç¡ü\×ú’ˆ›±”~\éBu‹\î	\ê\ÞsŽ-^?§5','',0,'?'),(_binary 'AU‡] òÀXl³\Ôp\0\\\Â','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\é÷¼\ÈYpoz9t\àu',_binary '$L¼¨®1;zq½Œ­*f¿›ºôOp“4Æ |{ž\Ú','',0,'?'),(_binary 'AV\Óþ| ®¤Á5\Ü\æ¦g\Å','wp-content/plugins/redux-framework/redux-core/assets/js/redux/required.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/required.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\ãrAY9 @½\Æ»cƒ\Ç',_binary 'SMf¬“Šc	‡ J»ÿ•}‡=\é\Ýu\Ü-È£©\Ês\ï\×','',0,'?'),(_binary 'A^\\Á”\Ø\0\ÒE£%\î\É{\ã\Ò','wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­‡¦\Æ\ì\Æ`\Ù:q-/£',_binary 'z\ä±\Ü\Â\ÆZ\Ç`³\ác^¡J†aNª1h\Ù_','',0,'?'),(_binary 'A_e«.é˜§\'B\Ïñ\Î\\','wp-includes/blocks/navigation/view-modal.min.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/view-modal.min.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õ9NR«ý‚ ÿµ÷>¿.ü',_binary 'ŽòÁÀ/ûW™\"\Ü\r_¡\æ\ç\ÝW@\í÷F\Æ|øðý=õ³','',0,'?'),(_binary 'Aa÷@J§÷óñ\Â\×Å·','wp-includes/js/tinymce/plugins/colorpicker/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' C¸\ÃÈ­?d„{×­V…',_binary '¹‘µB¤\êR¬\0¨!—ä„š™ú§\á•QšŒ®\Ä\ï­À\'5w','',0,'?'),(_binary 'Ah°…š!ž¿b@À=ˆ«dù','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Column.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Column.php',0,_binary '˜$hq¥\"9N2\Ýù\æ\Î\ÍIJ',_binary '˜$hq¥\"9N2\Ýù\æ\Î\ÍIJ',_binary 'ôL‡Œ‡ˆ\è3\Úq\Å\ì\ÔYdhG;¶\Û=|!dq_\Ã\ï\Ôø','',0,'?'),(_binary 'Ang\Ã.Î‡\Ü|ùÀ4Õ¼','wp-content/themes/houzez/framework/metaboxes/state-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/state-meta.php',0,_binary '$VÁµµ´§#µ½µ‡',_binary '$VÁµµ´§#µ½µ‡',_binary 'ªQ=\à\ã„\r\èÿEŽe{ª˜wƒJ-¸ñª©‹¶G \Ü','',0,'?'),(_binary 'Asºvü÷\îù‚g“4U\Ã','wp-includes/js/dist/nux.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/nux.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆaƒv{)»¦\\4‘/¬\ÊÿÀ',_binary 'ï™\Ã`“2WsŠ\'\ã\è’w\Z€–?J \á?–UO amk›','',0,'?'),(_binary 'AwZú2:™ò\ÌDa3z0','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/GuzzleException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/GuzzleException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TŠL(;Þ¥_\ÃvY&T(›',_binary '®ZYh\Ñ\Ë\ä\äõm\éT¨w><ò—`L›·iOŸq\ã\×','',0,'?'),(_binary 'AzT,V\Ïz\ÍR\Õ!cg\ì\Õ','wp-content/plugins/elementor/includes/controls/icon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/icon.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™ün\íý.ò\Ì²Mk¥',_binary 'pt£\ÈQR*\Æø\ãd}ÀÀ>\"\Õù/\å¥\Ächª®‹0°TV','',0,'?'),(_binary 'A{&\Ï Š¢V>\ì²Îs','wp-admin/css/login-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/login-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@\ä÷@\Ì\Ú/ŽÙ¿\Úfœü\ßS',_binary 'žŸ*ö<ž…õŠÀl\Zmô#=É„â¶ˆ€XH·\ê\Ø','',0,'?'),(_binary 'A}òÁ\ÚA\0+Y\ì¢[A7\Æ','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/FileBustingTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/FileBustingTrait.php',0,_binary '\Ù`\Â\×\æ5\Ï\ç²\ï3^',_binary '\Ù`\Â\×\æ5\Ï\ç²\ï3^',_binary '\É?ý RôÐ¯÷\Ó\à-¢ #¥\\µ6Ê„bŠ;ÿ›\Ô','',0,'?'),(_binary 'A€u’P\ás\ÆaUs\"','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_AS¯¸±x\Ü\Û\çñ\Úó€‰',_binary '‹ºõ¯6k¬I\ê€±AÍŒšeºL˜{%3\Çøµi€:¶','',0,'?'),(_binary 'A…ß¥\ì=‹\ËT*úš','wp-content/plugins/wp-consent-api/phpcs.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/phpcs.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä_b´¿Á/\ÒÇ™#\áS',_binary '³V\n/o\0†#\ZŒb•¯5)\É\"¡7KÆ®\ÌNbO\ë','',0,'?'),(_binary 'A‡Ö¾¹¬§Xhr ¡\èv˜','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/styles/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/styles/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'AŠ\'O(‹7 \ÔF\Ó\Ó+M','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/PeopleConnections.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/PeopleConnections.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—l\åP\\H\åa\ÍzM\ÆK',_binary 'k3\×\\Ôµ^\Ê\0Z+\ÞÍ˜T\ÖG´–!»°¡‚èŒ›\àš\í','',0,'?'),(_binary 'AX\ì\0©l»Î†7‹KBh','wp-content/plugins/wordpress-seo/src/generated/assets/languages.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generated/assets/languages.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú\â\Ì\0ªËŠ}«[\ì_ñC',_binary 'ßô¡[ß§&\Ú\é\ïXÅ¾\êHÊ©5»¿¬µL€}Œ','',0,'?'),(_binary 'AOó±Á˜+o¾†»\Èòm','wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f¦»!	-$/wfS+‚dL\\',_binary ';a\ruIµ\ÝO~lˆY9J\Ø\r\ê\nÿ\ày±\Ú`\åø‹ý2[','',0,'?'),(_binary 'A”¾ \æŠ@©Îªµ~X\0ö2','wp-content/plugins/elementor/includes/user.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/user.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L=»µ•þ8\Ûüž&v',_binary '\Î3<\èý$o­\Ô:Ÿ9Š^ý& ilb(\Õ[¨\ÕJ\Ï\Z','',0,'?'),(_binary 'A—\Û\Í^Š(¼»NŠj•','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-address.php',0,_binary '·‹\ÓBv!Ž#ZØ¨si',_binary '·‹\ÓBv!Ž#ZØ¨si',_binary '\Ð\í_ „\Ö\ì*‡_lƒqŸ\îö:È…ƒ«¬2±\Êw‡79K','',0,'?'),(_binary 'A™Ÿ$Dòø3\É6Ð„','wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/view-entry.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/view-entry.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°¹ª\íu\Ñü\Ë\ã>š\n‚“X',_binary '\çZÜ¤m>A¡Yû/§8°¼gÛ€\ç$\0™ö\Ã\Û\ìô²','',0,'?'),(_binary 'A™û$yM™”\r±31£Á\Å','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/CalculationLineItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/CalculationLineItem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éy\ÔYl¹\Ü\×pD’ˆZ',_binary 'V\ãŸ\Õý\â\"`Ø¶\ÈÌ·5\âü£	Ý•»&ÿ\0°h¬3\Üü<','',0,'?'),(_binary 'AŸ‰\å´¼ö#ý§ ','wp-content/plugins/wpforms-lite/assets/js/admin/share/list-table-ext.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/list-table-ext.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ\Úó\ß5‡\É\Í\Ã\Ðò',_binary '\È\ZM\ÒM\æ\n\ËýU_I(‡Ž*\Ë\',X\ç\ãñ¸\Î\ÖgD','',0,'?'),(_binary 'A¡\Ã\ä7ywG°\ÕZžš','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/init.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/init.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û*œ\à9bkra8\çsR',_binary '¡,6–e\Í\ZG¬ßˆIyÑµŒg¥·%!´^\Þe\ÌÏFZ','',0,'?'),(_binary 'A£Áf9P\'p{\ç úõô‘','wp-content/themes/houzez/template/user_dashboard_favorites.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_favorites.php',0,_binary '@\'$â‰zöKž\Å\ÐA',_binary '@\'$â‰zöKž\Å\ÐA',_binary 'µ^†R0ý£„x\æPš!lVÀ\é\áo™*\ØZG^U	½\Ò','',0,'?'),(_binary 'A¥\ï8V, _OÁX\ä4…´\ç','wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åt\Ò@\Ì~\ßGð|TA\ÑBô',_binary 'dd§\Þ0Â­ù_S\çfT“‚ÁT\Üun¥a{PI\ë4=}','',0,'?'),(_binary 'A§¬9\×\Æt\Þ:•9:£q®','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/Intersection-1@2x.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/Intersection-1@2x.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÖüÿKõ\Ü<¡«ñØ–',_binary 'öŽ\Ëa6\Ë\ÚÒºF(\ÃI€îª®uEn[À5\î\Ø','',0,'?'),(_binary 'A¬ø^¸™{¢\Î\Ý\Æñÿ\ì\î','wp-content/plugins/wp-rocket/inc/Addon/Varnish/Varnish.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Varnish/Varnish.php',0,_binary 'øð¿\æ-—2\Õ!\Z\Ýu½',_binary 'øð¿\æ-—2\Õ!\Z\Ýu½',_binary 'c>Àwƒ÷2287ù\Ð5ˆ–g³2\ËP\Zý\æ8\êy/','',0,'?'),(_binary 'A¶rô)\×!zªQY\ÒÁ_A\æ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterStringFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterStringFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü,\íó3\íf•`B}Ý²',_binary 'y«ƒ¬Ú—ð\ÅÜ•¸=¶\n‡{I\â\Ð\"–¸C^/–K^?','',0,'?'),(_binary 'A½\è´{ù‚S£\Î.O@\ËÕ¥','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Traits/ContentTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Traits/ContentTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c\Ã\\>œ>La\Æ\Ô\ÂÆ‡',_binary ' |†\ÊÀš\Â–^Q\é9\Öj©‡ó”²\ã3Azž¿','',0,'?'),(_binary 'AÃ™\Â}\â¬ ´¯–´”','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª	\ÌZU\\ú\Ô#En(P°',_binary 's4\Ý\Ìý¹©:Wúü}Ž…\Çu¨˜q;q\'@zNFÄ¾`³¾','',0,'?'),(_binary 'A\Å+J]•—\É%:¿]\Ô\ä','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/jqueryui/jquery-ui-timepicker-addon-i18n.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/jqueryui/jquery-ui-timepicker-addon-i18n.min.js',0,_binary ')©y\Ôe\nDv\íòóÚ¯f',_binary ')©y\Ôe\nDv\íòóÚ¯f',_binary '¦\äO\ë}\É»sk\r#N°¸\Ér—8\æx \Ö0\Ùa]\\','',0,'?'),(_binary 'A\Å\Ñ!AU¹\×tP:,§\Í','wp-content/themes/houzez/template-parts/listing/partials/bath.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/bath.php',0,_binary 'XýUªÅ˜\Ðgª;òüt_',_binary 'XýUªÅ˜\Ðgª;òüt_',_binary ' \Z1\"ñHc jR\Î\ÒyCW%\0V An\í mf¼','',0,'?'),(_binary 'A\Î_7w[ýž\ÆÑ¨!»','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_bg.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_bg.js',0,_binary 'µ½­§Wn\á\îLkº#\Ç\É',_binary 'µ½­§Wn\á\îLkº#\Ç\É',_binary '\èö\ÒS/\Þ,\ç&e\æ¶\è¥oô\ê:\Ó:\æ ±e¦T´0ø,¬','',0,'?'),(_binary 'AÐ€Ç§GuwDJÄ\Ú4','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']\ÜcÝ·i\æùI=õ\Ïw',_binary 'ÿO+÷š\á‹\Ê-\É\Å›—}Y¡BQZ	ü\ÐQ‰<','',0,'?'),(_binary 'A\Ô\Û[¯\Ã§.@,½¯','wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[Žq\Ú|iÜ¯\ÈnŽús„H4',_binary '\ï¤\Ñtô^ýy›_EÂœÅšc\ÉóÊ“8¦•ù\×)~_','',0,'?'),(_binary 'AØ»#¨²¹\"ó\à\Åj­','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1¦±t¨*´\Ô©9Ü‹Ôº',_binary '¿«Ý‹\ÜO)úÿÿZ–‡z\Ú;s<*¬¢\Ï\ä]½\Üó~˜','',0,'?'),(_binary 'A\Ýl3ð7aü\ÙÁpÁ¶²n£','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/wp-color-picker-alpha/wp-color-picker-alpha.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/wp-color-picker-alpha/wp-color-picker-alpha.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B¼+Y\èš\ÅøT\âj¸&\Ü',_binary 'QyÐ‘jz*Qðtl\0¹œ*Iœ§÷l…õ¡\ï\Â°“¸@d','',0,'?'),(_binary 'A\ßá©°Ù²<nwŒ\Ñ}²V','wp-content/plugins/houzez-theme-functionality/elementor/tags/property-excerpt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/tags/property-excerpt.php',0,_binary '¡\ã·8\Æð\ï2[\×#\r\ë',_binary '¡\ã·8\Æð\ï2[\×#\r\ë',_binary 'X´·Û\áGrôüxÆ¤\ãwf±‡G°ð#~šeXrq´\Ë/','',0,'?'),(_binary 'A\âu2ð‰?\ÄòõômŠ¶0–','wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì:ù\0£¬N‰2±2»\è&½',_binary 'ûº\È\ÎóZ\ß]\02}\"²^Û«¬\Çtx\Ùõür','',0,'?'),(_binary 'A\ã<\Ò\ïµ!¨µ¯W.L-','wp-includes/Requests/src/Autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Autoload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö…ü[Ss@3ª01rd\Î',_binary 'œÜ<B\Ý\ìh=8M‚I-^\â:\í3¯<\è2ù\Í\ï¿\Ë','',0,'?'),(_binary 'Aðe\â÷¿©õ\ä0£\Ø\Éó','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAdUnitsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAdUnitsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­•;S\äÌ‰«\Ê%54d±',_binary 'Œ¹ª|œ-\ÈuØyÎ¥§\0;_\ên[¹Ÿ\Å\Ù+`7','',0,'?'),(_binary 'Að—´\æ4m\ßÀµ’\\Ÿ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps/SecretService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps/SecretService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Òz–CzT3”‰u',_binary 'P\Ô3+_\ßF\â\Î\é£h*°âƒ†\ä\á¨BIÝšj/`j6¨','',0,'?'),(_binary 'Aú:c!·»Fß¸\á\î³[','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-5.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-5.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½™þúûÿ‚&‚d\æb\Ö\ï',_binary '&»¡_!¹\ï\ÇöùH|)5˜9–õ™	S[G0O\ÍKYÐ›','',0,'?'),(_binary 'Aúk\Óx.&…òûoŒ‡?','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/HandlerStack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/HandlerStack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\ÑX\í\\\ÂM\àC\ë\áþù',_binary '\éF\át§\×\â\Îz„m\r|Wz‘¿¿¿$.¦º{©:\ÈÄ·c','',0,'?'),(_binary 'Aý[=º$\à(0y\Ð\Ä\Â','wp-content/plugins/elementor/includes/managers/skins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/skins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤8\Ýû&\åk\è#äƒ‰‚‡`',_binary 'ƒ\Ã\0QUa\ÎoKgvð ÷E;…9þ\è¿~\"j¡‰+Z„´¯','',0,'?'),(_binary 'AÿJ°.-5¢\ÅI’\Ý_T\Î','wp-content/plugins/houzez-studio/admin/class-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/class-metaboxes.php',0,_binary 'HeQP\Ö7<•	±_mR',_binary 'HeQP\Ö7<•	±_mR',_binary '\Ó\Ð5ªnÐ–ø¿e\×ö\\õ¡ø6\ê¯X_[õR!òwñ-','',0,'?'),(_binary 'BfýfNvJ\"d\å8s{…‰','wp-content/themes/sinatra/assets/js/dev/vendors/html5.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/vendors/html5.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^é{1P\'\Ú`\î®\â\àK',_binary '‡R³y1N…hu¤Â¿\ëž\Ï\ÖI}€Øžöòñ)i','',0,'?'),(_binary 'B^\æ\Çt›p„k€Œòÿ!ú','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\Ù*L\ÓTG\â\é4%P‰´¹',_binary '-–‹\Ù\Ö©nFJ­&T\ÓP•o\\Ï“\\Ž¹¿\æ2–\í\ß','',0,'?'),(_binary 'B\Õi®\ÅG5 VŠZ‡R\Õ','wp-content/themes/houzez/framework/stripe-php/lib/Service/QuoteService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/QuoteService.php',0,_binary '¨ay÷CpüEJ}i]xŸ',_binary '¨ay÷CpüEJ}i]xŸ',_binary '-¢_)Vm‡\ã´q\Ø+F\Îs‹ š&ž–ª\Ê~‰Ðº','',0,'?'),(_binary 'Bž¾‚$\êÞ­0®˜?','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertFolderResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertFolderResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã/Ïƒtaµ\æ¦\â÷O',_binary '\ÞZ/ -žhy´°ºœX”5Z}Á¶\Õf¤£Œ;RSþ','',0,'?'),(_binary 'Bö±^N³7Œ$~gx¿À*','wp-content/plugins/redux-framework/redux-core/inc/fields/content/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/content/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'BGF@ k+Ñ“ƒ<«s\Þ+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'óù>Œ\Î~ò¬@±·\ãJb.',_binary '» %\èŒüC/þ’j.±E¿;.3‚[¥8Ñ¸\ã>\ê§','',0,'?'),(_binary 'B\"¹/Q_\Ïv\Ì^=','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentMethodDomainService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentMethodDomainService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—yRG\Ë;ù\ä¥]\ì„',_binary '\Ü2ú\Ï6\åøgp·¬½\ë\Õy|\nQA\è³V\Å4@3\Çö5','',0,'?'),(_binary 'B$\ÕfS	9\éXrµMû','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/bootstrap.php',0,_binary '\ì\ÂPž\å\0xzY\r',_binary '\ì\ÂPž\å\0xzY\r',_binary '\Ã—otû^\Ð·EZa¨ /Cõ®õ1ó_„1VW÷ EQ','',0,'?'),(_binary 'B\' `0\ï\à¨ýzynÃ£|ñ','wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\ïD½iIDŒ˜9ˆ#\ç',_binary 'ò’3\Ã\0¯\Ë\ä{sñŽ¼\ïñ/s•ñ9Œ*þž‚\Þ','',0,'?'),(_binary 'B\'¤Ll\Ï\nAB\ÄK`‰?','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I’\Ûò÷9k][Ú‰V¼',_binary 'õ{.\ëi\ç\"%9\Ý>L›ñ•\à\Û¬¨gü¤Ê¼H”\Úö','',0,'?'),(_binary 'B.\éË–\"\ãB–rñð','wp-content/plugins/insert-headers-and-footers/admin/images/sr-screenshot-thumb.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/sr-screenshot-thumb.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºÁ:\×ó\ÞÝ–O\è[\æ\nü·',_binary 'z\ë.¦#á¾’«&/ªC4¼pl\Ú¯8‘s7\í»`)}\Ù','',0,'?'),(_binary 'B/È…££•	\ÞzU5÷Y\î¢','wp-content/plugins/wpforms-lite/includes/fields/class-number.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-number.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û\Ï¥;ô½xa\è˜',_binary '\Ø	\'F©\Ób‡b7\â¤G]<\Ð-3U;º\\33œL\Ò','',0,'?'),(_binary 'B4V\Îû\â+·\ã\Óø¦dˆ	','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountPermissions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountPermissions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å|nT\ïPÎ“±\ßv\Ï\Ä\Ò…',_binary 'Ëž<x\Ô}A\îQ5f\Ù\í€xm­ˆ·Ô½i…)','',0,'?'),(_binary 'B4¶w\Â^ß°õe½p¿E²','wp-content/plugins/wpforms-lite/src/Integrations/WooCommerce/Notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/WooCommerce/Notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k¸a…—1ôL›‹U\rýŽ4',_binary '\É\ØR-\ršŠ¬«¼f*:¤’°4ID\æ˜>DšaR','',0,'?'),(_binary 'B4ÿ6\Z@\ÕHtÿ°G\Õ-m','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/background-blog.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/background-blog.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jºëž‰\Zw¡Pl\á\å¥jh',_binary '\Âeã‡¥V”\n® ø÷m	*¾\Ëv¤-Y£YL\r‹','',0,'?'),(_binary 'B5A1\ê\íEAg3ñ€\Ë\ík5','wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*ga†¥\ì\Ò*|P·\Ø\ê\Ò',_binary '¢4M´°‚\ÑCÁ\Ñò§WÏ”†ªjˆ!KJ>CZ‘õj¯õ','',0,'?'),(_binary 'B7ô‡r\ï56«u¿zûœ›»','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’ôv»Y_\'\Ã@‡\ê|;ð;',_binary '9\Z\Å%³¹¡\Zò¿\Ûb›\ßÉ†­… Pf0³\Í\×j','',0,'?'),(_binary 'B=˜ú\è`\0 Y\î!S ñ','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-script.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-script.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É‹ü\rCžþ1V–\â)¥ó¨',_binary '\0¾\ÌX—Œj\ÓØ¢Å°B\Ã\Ê\r<„WcŒB]\ëv1«÷yJ','',0,'?'),(_binary 'BB}Àf\\XoÞ•@øÁ\"º','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/PaymentIntents.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/PaymentIntents.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÆŽ±°RT\åµd\Ñùú’',_binary '\àf~6_añ	3È¢\ÓN˜R\Ñ:\ÉbL½~P=úÕªh˜\Ìp°','',0,'?'),(_binary 'BCK¡—½\Ïw\è¶O8I\Ý','wp-content/themes/twentytwentyfour/parts/header.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/parts/header.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†ä¿ ~ñ\Ð\Î\É\":’Š\Â\Ï',_binary 'ø[\ÈõC\ìVs+ÿ\çY}³¨+R”wÀ\Ü‡\Ä\ÛYð¶','',0,'?'),(_binary 'BFüL.\æÔ±\á®B°?º','wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\â*BrCþ¾)E4§E¿',_binary '\à˜N\éK«U|u=ör\åW1c5\ég¸‘ûù^¶q','',0,'?'),(_binary 'BIN>W÷„q\Õ\ÍJ3.\ã','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeClientInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '” ©\ÛK\ÜIl¬dÔ=¹%',_binary '\rWõAw\r† \ÐJg\Çinö~\Ì\Þz3×ú%øzb´5÷','',0,'?'),(_binary 'BJ’„O¢ž\ä¯ü†zD±','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í\È{ö1¬MRœKE_\ßú/',_binary '|qŸUUÑ¿ÃŽ|z¹G>*“Ûœ\"‰\é\æI¢þ\Ý;ƒ','',0,'?'),(_binary 'BN µ81³‡6©hôñcB','wp-content/plugins/revslider/public/assets/svg/image/ic_control_point_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_control_point_24px.svg',0,_binary 'BŸ\ä +µ\Ýîš¯…=ƒ',_binary 'BŸ\ä +µ\Ýîš¯…=ƒ',_binary '\Ä\ÂxFcVõ«\ë\çÒª˜KGžX\Î\è*D·\ÖrÖŠ¿C','',0,'?'),(_binary 'BQ_\"±«¾\ãýcž^´†F>','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_75_e6e6e6_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_75_e6e6e6_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô%CVÂ¨É£ƒ ^ò\Ä\Þ\"\Ä',_binary '/‘\ë8qm(ª´=hJ\Ój)\Î\rU-\Zw0«n06','',0,'?'),(_binary 'BQf©S\Zl\ÎhW¿µ\Û','wp-content/themes/houzez/framework/stripe-php/lib/Exception/UnknownApiErrorException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/UnknownApiErrorException.php',0,_binary ']»T>½\ä~î·™\Ìœ',_binary ']»T>½\ä~î·™\Ìœ',_binary 'jDvwO†,b®$‡f\ß&¡z\ËI¢Àíˆ‡‘A\âÈ”8.1','',0,'?'),(_binary 'BQº\×«\ÏL\\’>ž—','wp-content/plugins/google-site-kit/includes/Core/Authentication/Guards/Using_Proxy_Connection_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Guards/Using_Proxy_Connection_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿#\Å\Ý8—\èŠ\é«CSr',_binary '§ŒûÍ¥$ò;Ž\Þ7¢¦\Õ\rÙ¶^\êÎ¯Áº	+3zöŠ\Å','',0,'?'),(_binary 'BUj”v\\Ñ£\â•\á\á\è(«','wp-content/plugins/wordfence/views/common/license.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/license.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨\è°:8õ´š\Ü\Þ^¢r',_binary '\ÏfòB-h‡Ÿ¾™\í^\È>A\ã\ïð”nH0\Ã\r&\Ëó','',0,'?'),(_binary 'BY¡D\Æ?\í”u˜9!ü£C,','wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰(u=\î,ªùi,ò‡',_binary 'À©Š¶C®R·\âñö÷\í\È>ÀÉ¥§9Š–Œ«°¿,','',0,'?'),(_binary 'BY\å\ê“\Z¢X­\ã\ÆA•','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/TransferException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/TransferException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\Ç.\'\Ø\Èôÿ¦·˜8)yŽ',_binary '-µ÷\"\àpAûM6	\ì\ì„	nó´K\×ÂŠ\ÑHò½','',0,'?'),(_binary 'B[9`am\îP2nº´\Ü','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UriComparator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UriComparator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'FOµ¶|-¾5(*<\á:',_binary '\Ð8=–RW\ÓÁž8ÓC\ë“A´$tl}G*O¡a\ãG“,','',0,'?'),(_binary 'B^YŽ¿\á\Û\'–\ÝSSÅ¸','wp-content/themes/houzez/template-parts/dashboard/profile/currency.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/currency.php',0,_binary 'Y\àH½¨®O˜D³”¦Š',_binary 'Y\àH½¨®O˜D³”¦Š',_binary '\Ú/]\èX(‡eqV\Ë\ä¤3z!\äT2móú¿\r±>[ÿ','',0,'?'),(_binary 'Bb’Ð³½L\0b±\æ\ß\"”P','wp-content/plugins/wpforms-lite/assets/images/integrations/woocommerce/mail.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/woocommerce/mail.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µñû\Ö{¬„\ÚJ\Ü\ÖÁþ8',_binary 'iXÈ¸B¦5}ø.¶\0R?‘¯ÆŠK;óÁº\ËJt\')k\Õû','',0,'?'),(_binary 'BcX±+z\äÁû\Ø\ÑS\Ó','wp-content/plugins/wpforms-lite/src/Integrations/Divi/WPFormsSelector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Divi/WPFormsSelector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^G\Ô\Ù%V9\Ú-P\ç\'\r”\Ñ',_binary 'G\Ä\ß\Ù*a¯n{¿—\ã:š7$E\æ£;Š{Š½Àˆ{\éÊ¡','',0,'?'),(_binary 'Biu\Ýù\ã«\Ýý\ì›wŽY,','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-post-status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-post-status.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’,\Æ\é\ì¿U\rk~d\ß',_binary '“þ\á3aw\Ñ-X­\×tr×Ÿ(õ´¯ct%\'©\í©	\Û','',0,'?'),(_binary 'Bl\Æ\êK\Ø\Ë\ÐL)+f\Ó	','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/DebitReversalService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/DebitReversalService.php',0,_binary 'ŠKVØ™<we&¯6\å[D',_binary 'ŠKVØ™<we&¯6\å[D',_binary '\Ö\à§$\çäšŸ\Þ\îx²‡ª<3§\áœCW*%¡Ž\Ä|@','',0,'?'),(_binary 'Bl_\Ä\×L2a5JI(~Hƒ­','wp-content/plugins/houzez-login-register/social/Facebook/FacebookApp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FacebookApp.php',0,_binary '0BP\Æ\Çm\'E¹\á_C',_binary '0BP\Æ\Çm\'E¹\á_C',_binary 'žâ§®¿(|2yXkh\Ö8\èA¨?•\"xþ5¥S‹','',0,'?'),(_binary 'Bs\Ì\ãŸå¡˜TÁ\åô\ßL\í=','wp-includes/blocks/calendar/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/calendar/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X\Z\î\Ä\"P\Ù\î‘{\ÂÀÑž\"-',_binary '`£G›n¾$úiµðC¸õº2{7” $\Þl\ÞIx›W','',0,'?'),(_binary 'Bu?4±=1@)¡/\ÄqH','wp-content/plugins/wp-rocket/inc/vendors/classes/class-imagify-partner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/vendors/classes/class-imagify-partner.php',0,_binary '£0[x\ß9oò{M>ˆ\Ñ\å',_binary '£0[x\ß9oò{M>ˆ\Ñ\å',_binary '¾\ÍÀgkH\éMk=\í-­…ˆ\ÙcÁQ\æ¬“\Ó\Ý<žøa','',0,'?'),(_binary 'Bz’[\Æ¶\Úyr¾RÚ«','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/841.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/841.js',0,_binary '@…QCm\Ùn\ë\Öþ¿´‚÷',_binary '@…QCm\Ùn\ë\Öþ¿´‚÷',_binary 'zù¢\Ò¢D÷Àa«Õ„»8\Ëô\Â\Í\à½w`Ej7‘¶#','',0,'?'),(_binary 'B|s°¹l\Ã\×T¡\Ïð¾Ž]','wp-content/plugins/google-site-kit/third-party/google/auth/src/GCECache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/GCECache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð\ê(/\×	&½C®s',_binary '×®^Í…Ÿ½‚4yó\í\"\Ì#x\ÝNP%\Å\íï¡€ÁgEÿ','',0,'?'),(_binary 'B}m\ã4ø¿÷\'sm‘<fm','wp-content/plugins/wpforms-lite/assets/lite/images/sample/map.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/images/sample/map.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡\ãØµø‚Ÿ.Ì—&‚ô·S',_binary 'ƒNôž4\Ñb	tx¡ˆd\ë,”ˆ\rq«ûx™¿\å¢(','',0,'?'),(_binary 'B„\ØY^Œµ\Ä\î \Ñ8\ì±ò','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/AJAX/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/AJAX/Subscriber.php',0,_binary '8&Sº3,Ž\rÙ²=o\Í\Â\rÁ',_binary '8&Sº3,Ž\rÙ²=o\Í\Â\rÁ',_binary 'ð°Ÿ>Y8·\Ï\ÐHƒ†\Ìra‹:êˆ”;ŒŠ\í','',0,'?'),(_binary 'B†¡j„)\ß\Ðq¼DŠS','wp-admin/install-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/install-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹t²%v’\è£-\ã\ÍôÜ´',_binary '\Üf¤\Å\È3sL,±t\ÆÊ‡w\â\è\ä\ÅO7O4\ÑÉµ‚>','',0,'?'),(_binary 'B‰\Ôx	ú	üŠÀ~«','wp-content/themes/twentytwentythree/patterns/call-to-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/patterns/call-to-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º•±Ú¬\ï,Ž\Ís\Éj/˜',_binary 'Z\áNL¶Nø€¿A}@\\ó¾.•\Ëa\Æõ\Ì\ÞóDAô','',0,'?'),(_binary 'BžûõQÁ¢\ÓaUÿ%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'RšüˆÕ…“-¸e_—ü›',_binary '™–3?<P0\r²^\æÏ„ öXˆ` •\ât{\í#øŒ','',0,'?'),(_binary 'B \à\Ñz\â\ïOF6\Ñq','wp-content/themes/yith-wonder/templates/cart.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/cart.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Žö\í;\ê)Áƒ#Bð>8\'©W',_binary '\ä\ÉQ\Ì-?\Ã\î\ãNF,ª\ã\é\â\ã¯\r\ë¤\ÐT6Z£','',0,'?'),(_binary 'B¤ªBô•	Y}\ÑQUÊ¡\â','wp-content/plugins/wp-rocket/views/settings/page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page.php',0,_binary 'l\ïD\É\Ë&Ä˜œ\0öHR9 ',_binary 'l\ïD\É\Ë&Ä˜œ\0öHR9 ',_binary '7\åó€\Ë\É\äD†¾ØŸ9mŸ5š#ÁŸ·N§\ÕÚ¶‚Á','',0,'?'),(_binary 'B¯|zRBWˆW_>\Î>|Ø¸','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/target.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/target.svg',0,_binary '‡\í\ÆQ¯*@2–/U°',_binary '‡\í\ÆQ¯*@2–/U°',_binary 'ÜŒ¤cÙ<.K%=@¶´>@7¦ŠI„©1 Adü','',0,'?'),(_binary 'B±®¹]\Î2\Î5\Ù\rl¯N','wp-content/plugins/updraftplus/images/notices/collection_sale_24.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/collection_sale_24.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åm¯È¤®Xñ)¿\Ílc\èS\Â',_binary '¦ÿ¼œbÝ©ö \Z­XÒ„\é\Z\ãË©\Î\r €®”T\á,\ÜZ','',0,'?'),(_binary 'B³ÀS†B¤Z2(¸ÿ_\r¢','wp-content/plugins/revslider/admin/includes/loadbalancer.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/loadbalancer.class.php',0,_binary 'C\ç½\ë¿UÊ”„®Š',_binary 'C\ç½\ë¿UÊ”„®Š',_binary 'N©¯n\î\íwwôŸL@ŸX?¸Qpòµqv¶ŸbI*\áµ','',0,'?'),(_binary 'B¿ø†(½B\írtLEÁ…','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/class-redux-repeater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/class-redux-repeater.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b”vY\Ä\"[b8\Ó‚\Ä\È',_binary '*ˆ1Í´uz:.sb0ð\ÇOþÍ…h¬L÷û¬aKò','',0,'?'),(_binary 'BÀ~¦f\ÔTzØ•m˜µE8','wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\Ã\ä\'\Ü›V ¬\ÂF¸’¾Œ',_binary 'kþó½ùŽ0°&£¥\Æ\ÚÕšPC§s2F±º_‰~8º','',0,'?'),(_binary 'B\Ív\È={¬\ãÚ‡-w\è-‘','wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Punycode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Punycode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž®‹¹\àtV-ª1ö~)',_binary '¾>‡K\á\ï\à|Pº¥SAºU{ \Ü\ì/ˆ\×Ùª= -’\ÓA¼','',0,'?'),(_binary 'B\Ï]_›-ºò,\Ór\Â\Í\è','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó\Úy¨´Nƒe\ãö8P>h',_binary '€úE\ïõ£‰lòùóÝ¨\ážIg>”*õA²AüWŸO/~','',0,'?'),(_binary 'BÏµ‰\ÈóH@xª¯/','wp-content/plugins/wordfence/waf/pomo/po.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/pomo/po.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œvc+p*\Û\"G–¤?õB',_binary 'ŠMO(‚\Ï\Î G\rkHÔ½²eq\Ï\æ	\ÃÇˆšF\Ïo\ë€O\Ë-','',0,'?'),(_binary 'BÖ±\0;\Z\'\ÇW\ÛrX`','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php',0,_binary 'g\É/¾syù¶÷h%Îˆ',_binary 'g\É/¾syù¶÷h%Îˆ',_binary 'Zcm®”&\r\ì]\\ø‹h¥\ân>‹ýM^h1XÑ›yô','',0,'?'),(_binary 'B\ÚusyÁ¤|2L1\0š','wp-content/plugins/wpforms-lite/assets/images/lite-connect/lock-alt.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/lock-alt.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pø}Š\0\ãx§¿¹›®ò',_binary '´BU|\Õÿ7\É_tPJl%Kì¤\\\ë>QK¹¸µ\í·+k','',0,'?'),(_binary 'B\ÜrŒðI\Üu)\ì\Æ\Çb\ØÀ','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸`|›\Ç\á2¡\Ój²?\Î3',_binary 'ú‰òò\êßŒÿ\Ë\"ª%=¾\åÑœ/\ÈÁœ^6Z\Ëú½Yg','',0,'?'),(_binary 'B\ß\ÛVsFR\Ñ=/\ÒgN\\','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/field.php',0,_binary '	‚±¢~Á“¯8‹®«¸',_binary '	‚±¢~Á“¯8‹®«¸',_binary '\ì›x9\ÚóS\Ãf\è{µIª…\\pj4³OX%iN\Å,­','',0,'?'),(_binary 'B\ã(b\ÞavBðkYt™\Z¬Ž','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/custom-login.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/custom-login.php',0,_binary ':Ô…!;®h³>º\ÔtgJ/\é',_binary ':Ô…!;®h³>º\ÔtgJ/\é',_binary 'e\Ü\Ýðu(S«\íœ\Ñ\ÄlH[\äÜ´Ö²n)\0\×g\Z\"u','',0,'?'),(_binary 'B\ãÈ¡\Û|P|ó\n·˜€f','wp-content/themes/twentytwentyfour/patterns/text-project-details.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-project-details.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘q#ˆ\ä™6\Ô\Ï1¸þ\ï\Ý',_binary '2sc¶r\ë)?C†1¼)…òW:º<I®Ào©\Ö','',0,'?'),(_binary 'Bä¿¿zÜ—1zÃ£b:','wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1Ÿ’‘3\ÏË­ \å\Æ\ì7',_binary 'Ÿ\ÅH’€I§|Gü\âf8¯¾Ó’s\n…Cø‘q±}³\çú','',0,'?'),(_binary 'B\æºP‰X¡W\Ì\ã6\é\Ë','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øúmô9N£2µ\ÛÅ³[Š˜',_binary '\Ø=\Ñ\à*…tüzv\'\Þ\çWµºð\nñKRùl\ë°\èx7','',0,'?'),(_binary 'B\é‰´n	ÀeŽ…¬\ÎN','wp-content/plugins/revslider/admin/includes/import.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/import.class.php',0,_binary 'T\Ö\0÷\Z\ÏKš‡6>—\'',_binary 'T\Ö\0÷\Z\ÏKš‡6>—\'',_binary 'ª¬\Â+Rû‘\Ï\íT·Àÿhl;š£Š;/÷ð©','',0,'?'),(_binary 'B\édô°¥\ÎY‰úô¾&ù','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6!q1\ãX\Øþ ñ»Ÿ­%­',_binary 'cQ\Ô@&–œnœ†MÄ¤ž	\â\'³^½i\ÑSû\\q\Ò\ÈóP','',0,'?'),(_binary 'Bð\Â%m‰Oj~\Ì\ï\Ù •§½','wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3¥v·Ò»\ÃKñ:Àª’',_binary '\çµ2‘°¦ˆ\"+°Ô¤ªŽ\å+cõhˆºr%¸3‰5E','',0,'?'),(_binary 'Bñ›\ÍOmG\è~\í\à³\ßI\í','wp-content/cache/wp-rocket/point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/index-https.html',0,_binary 'ÿMb“(¸šC\Ä\åô›\Ä\Ã',_binary 'ÿMb“(¸šC\Ä\åô›\Ä\Ã',_binary 'µ‚(d¯Pú@RuBÿÖ»ø8b]¥\ßD¸†-Ag\ÈXK`\ß','',0,'?'),(_binary 'BùÈ´\ÚCG+\ê²|l\Úa','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2¯›a­¦œœÕ‘6[Xb',_binary 'º\ï)	63\ÕiõõO\Å9dzhJ)Ž’™&™¯\ék','',0,'?'),(_binary 'CºzOñÀh\Z9K£t/bk','wp-content/themes/sinatra/inc/customizer/customizer-callbacks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/customizer-callbacks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÃÖ‡.ù\Ã}B\Ð4´ SN',_binary '¤?l•Cù—7:Ô¨Rõj% ¡÷\Ý\è7¤!,Ž\í\Ï\Ï','',0,'?'),(_binary 'C\n\åQv0\Ö60\î¶aÜ‹\ë[','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/class-redux-gradient-filters.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/class-redux-gradient-filters.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?€sÀ\æ~Ïª‘¼)ùB\ÏM\\',_binary ':\Þ\à!†\Û|  \Æògü©w\Øž\\\Ã\Æ\ZnüÁöø','',0,'?'),(_binary 'C •­2\ÞiKý_òÓ±¿g','wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Google_OAuth_Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Google_OAuth_Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'no\â§\\ñh¾Zhi\0\rQ',_binary 'L¾hó†ˆy\êg@XÎŸ³N\á\r\Ú˜1ó\r\á7kpv','',0,'?'),(_binary 'CD\ï\ìE\æ‰À‹\Êõ‰…','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}RÁDŠ\ÅjÆ»­dž@ˆ\Ð',_binary 'Ž(t<M¨®ÁAË®©~?$ \ÞÐšÛ˜\\™\Ï2\Ë\ÂY›9','',0,'?'),(_binary 'C\ï\ï\ïÈ7»G&€º\Å','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	“\Ç|/Dð¤¸É§©¾Ÿq',_binary '&Nwž`gÁ¢6]\ë\"®R”°j…\äû\Øý?\Ûh\àœ1&ý','',0,'?'),(_binary 'CaGö¶ˆ^X›\Ù\rwz','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_atm_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_atm_24px.svg',0,_binary 'qª\ç\ÉÑ¸\ëW‹\ËÀm',_binary 'qª\ç\ÉÑ¸\ëW‹\ËÀm',_binary 'e}w\Ò\ØR§‰›4\ãõˆ\Ï\Ò\'\Õ\Çpñ”&D\ë)¥#','',0,'?'),(_binary 'CiIžg\È{\Òý\í\Ñb´¶\å','wp-content/plugins/wp-rocket/views/settings/beacon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/beacon.php',0,_binary 'wpòG)¸ôµgXCbO',_binary 'wpòG)¸ôµgXCbO',_binary '\Ú\Z*S_\É\Ñi+\é†\å˜b]ü¯9K½~¡­\î\Ö\Ó=Tñ','',0,'?'),(_binary 'C\Z\r\ãUü/\ÍU\Ð\æ\É\"\×M','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-php.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-php.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â\Æ\Þp‰¬\Íp‘e>¬±©\ï',_binary '¶B\áô\ì&J\Ê÷\ìŸt\Ê\\v\Äob\nQ­\\¸Š|1','',0,'?'),(_binary 'C\Z‘\îO÷\"¼\Ò\Æv\ã!¸º[','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·Ó‘qühj!$¹:…•EB¥',_binary '})’!Hs6sú\'\nØ¬u?¯aXK)–1Š°\à€–p“f','',0,'?'),(_binary 'C\'\ä«RT7nn§û\ß\ç','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8G\çX\ã\0þ%¯I\ï;\Ù',_binary '¤göˆ\äxW c¤\á)&:\Ç\×\Ï~µ\âÉ¢Q†h° ','',0,'?'),(_binary 'C)|ø”Dû\Ë/¶>\ÞEÁù','wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*÷\Æ Q‘\Ë\"õKûLŽG£',_binary 't€J\Öt\0\ÊuIbµø®D¶\Í|wÅ)i~\åð`5','',0,'?'),(_binary 'C-~\r3¼\íf˜&dgH…\È','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_8_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_8_24px.svg',0,_binary '\ì\Ó\ãRx©?\ï‚(§”\Æ\Öòš',_binary '\ì\Ó\ãRx©?\ï‚(§”\Æ\Öòš',_binary '	ú]\Ýi\Û‹w\í,\\\r¸ Á*»\ÕDj”k’,','',0,'?'),(_binary 'C>ªŸ’hZ8\ÝN`y\äa','wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W\Û\ì\Ì\ã~§p¤ã™²\ß\Æ',_binary '\âEv„úH:ŽpšGÊ¦T[–9Ó£‡\"¤7\áw™6','',0,'?'),(_binary 'C@z t6=\ï\åY¬¨™','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lightbulb.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lightbulb.svg',0,_binary '-\ÄYrF\åNO\ÐÖ®Á¸',_binary '-\ÄYrF\åNO\ÐÖ®Á¸',_binary 'c‘*\nöÁ±ó\åß¡XýLp®¤¾K\ëHo=¯€­I','',0,'?'),(_binary 'CEvZ>I¥AÊ‹m`','wp-content/themes/twentytwentytwo/templates/search.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/search.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\Ðp˜21‚\Ý\ê\Í\ã¶%\Ø',_binary '¿g.\ßh\îŸÀLÙ²ô‰’„…Õ”›\0t uô@Ž\Ê\Ð','',0,'?'),(_binary 'CH½\ê!>0™Z\ê\Ón\0Ž','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_eu.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_eu.js',0,_binary 'Ä²hµ\Z\è2ã¼«¨À~\r',_binary 'Ä²hµ\Z\è2ã¼«¨À~\r',_binary 'oI=h±’»=\ÆJÿ9z.x‚[\Ü\×_®“:©öf','',0,'?'),(_binary 'CI\Ú\Ã\è»D\'*Q\×P|?','wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\âÙŸp\\y?`mðC\ç\Ú\Â',_binary '»ˆý%—ªOÛ°˜\Ð\ã•P\àL\ÌF6Êºg°\â \ï\ìÞ…','',0,'?'),(_binary 'CJ\ÑJ\ÄU­­¿‡’k6(','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_railway_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_railway_24px.svg',0,_binary '+£\ëHF|€z~\æ^-0ž',_binary '+£\ëHF|€z~\æ^-0ž',_binary '\æ\0’KI\ëz“C\Ç\ç\àY\î«\r.\Õ\ÊD¨O ‘ƒ+','',0,'?'),(_binary 'CK\ë©J¼Á6LAM\ÌkV','wp-includes/blocks/post-date.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰ª8\ÏõO\0\Å\"kÁ¡’bz',_binary '\í\0—\áö¬¥(6Aÿ?T ‘\ÓnŠÓ•ŠB…<(…G\Ò','',0,'?'),(_binary 'CW\ïi8«¢\ç\Ù\Ò|l.','wp-content/plugins/wpforms-lite/src/Admin/Pages/SMTP.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Pages/SMTP.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8k_·\n|†X˜ÅÍŒ®',_binary 'e\ÈKX óe®\è\Â)1šC\Ñ\îþ(\ëp‰<\à\ß¿','',0,'?'),(_binary 'CX\Û	¼?…ü_šˆc\Ø0|','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-ui-99ab3cc36ca122895f43.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-ui-99ab3cc36ca122895f43.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"xm\á\è\Ò\Â\Ðò}\ÖO\êpÝ¹',_binary '°\ÌÁœÍ†E2„sÀ!LH\n(Žœ\"˜\Óø\êwm','',0,'?'),(_binary 'C[%IXÕ‰½ú|Õº¶Y\ä','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/all.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/all.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûñóD_%T¼\çS\É,ö…A',_binary '5›ò—Q<|` Sw¢q¿™lª¾QjbI™ò÷­Šl','',0,'?'),(_binary 'C^mûŒ\n-ü\n}\"h¥®','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/open-street-map.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/open-street-map.min.js',0,_binary '£\É`\æ\Æ<5\ä0F_Î',_binary '£\É`\æ\Æ<5\ä0F_Î',_binary 'ÇšHo!žZòDlt\'\î…\ã\å`¥BŠy\n‘¥[F','',0,'?'),(_binary 'C_\ïš\Õv5=dB´\0³‹„)','wp-includes/css/dist/preferences/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/preferences/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äO\\)\ÂKŒ\ÙþTÝ¯C',_binary 'f«\Èn÷Ü¤\è	M›®­!\Û&oTq\Ä)ô»2¿ð@1X9)','',0,'?'),(_binary 'C`—\Þ´xa\0)\Û\nÁIžI','wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/ServiceProvider.php',0,_binary 's.J`G\\÷›i‹}\Ù\Öb',_binary 's.J`G\\÷›i‹}\Ù\Öb',_binary '~c˜\×!˜#ózó:‘@=\Ð@Ay5\0Ÿsa›l·b','',0,'?'),(_binary 'CdÀQ…\ß}œs÷_Zþ $','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=¶\Óeô\æ@\ÕM=&ž;\Ó\Ì',_binary '«ª:½\Úñ˜KÐ¢¼¢\î\çA¶?¨¶˜\ßy?ˆMð|üL2','',0,'?'),(_binary 'Ceªª#·¹¢\ÒF\ï¢ý±','wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊAcT\0Ú”Ü©hp÷¸³\Ù',_binary 'Ø³6c\îÖ“7¨\âq0¾¹Wo„Eö\ê(\âú)I°xµ{','',0,'?'),(_binary 'Cfµqk:\ß„ð\é¶kM','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/tabs.php',0,_binary '\í<\Ð‹|ý\äÁIò\Ê\È#ü',_binary '\í<\Ð‹|ý\äÁIò\Ê\È#ü',_binary '„(?,\×.\Î,òAz\çµÿ¡´¯EVic±Œ¤/\á\è','',0,'?'),(_binary 'Cn\ä­\é	Ë·eˆ°«\ëS','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Status.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0…Sb]}>~³®\æOS',_binary 'P2“j²£À¥E\áQ¯\Ïih²m\ßXùKp\ïzJº\ÏÖ§','',0,'?'),(_binary 'Cp¹–€†Q?¢t\ß>dK','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler.php',0,_binary '?=¶¼ˆ`(‘\Âm\â`\äj',_binary '?=¶¼ˆ`(‘\Âm\â`\äj',_binary 'pñ(\Í0z&œ:w\É\Ò{\Úq¬Eþ•\r¼§\Î;\â\Ò','',0,'?'),(_binary 'Cw1þ•\îS+\Z4K±','wp-content/plugins/revslider/public/assets/svg/action/ic_turned_in_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_turned_in_24px.svg',0,_binary ':˜\Ö\ê±TJMÀ\ÉARý',_binary ':˜\Ö\ê±TJMÀ\ÉARý',_binary '¦R2„s\Ü¬«€yn—À\ç8\"\ËG7\ï\ÆøgwH$h','',0,'?'),(_binary 'Cy\Ù\ÑY ¬h,\Éò^\åi\Øk','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/ClassNode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/ClassNode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\Ø$}º­BÍ¹¡«}ª',_binary 'ž¤cM\Û\ïób@ )-n\â\Ì)\Í\r—\ÚP}˜ú;G\Û','',0,'?'),(_binary 'Cc\èˆiF›\×h\è.n7”','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'óÁ©‰\àÕªC!¢ˆ`g²$	',_binary 'pD>7a¯%Z\Õe6Ã¨\Í>ñ\×Yª\ê}¹ˆ:`\å','',0,'?'),(_binary 'C\É\Û¶:„¢+›O”B´\ä','wp-content/plugins/revslider/public/assets/svg/content/ic_reply_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_reply_24px.svg',0,_binary 'H4Àˆ+j¦\ëÊ›Áv*',_binary 'H4Àˆ+j¦\ëÊ›Áv*',_binary 'Ž\Ðk/\åBU±:\×\Äþ4!(«°0.¨0\Ó\ä*<‘ÁE','',0,'?'),(_binary 'C‡‚\é\ë\ân\ÌT@u\ê','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/keyboard.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/keyboard.svg',0,_binary '+Säƒº\âþñMoˆ<2>\Ù',_binary '+Säƒº\âþñMoˆ<2>\Ù',_binary 'kP$ú\é»ÏŽ\Ø=w“	4£{C\'¢\ZLñ£x®Vñiø*ö','',0,'?'),(_binary 'Cˆ½\\\×>7ýœ,jm²ÀK','wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?C(\Ô\ãoM\×Ò‚.\Ù*ü',_binary '\ÙF°@¼dË’\ÊA`\îÿ{v\Ëø‡Î˜0<ÒˆfP\×=ˆ\Î','',0,'?'),(_binary 'C‹j\âx~û\Û	8£m¿ý^','wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.»ðf\ì‘ð\ÖP“Ë§\Ëva\è',_binary '¤¹\Ó\ÕyX€2O\ä\Zœ•1ù`¤\ë’B†t\ë* nS.','',0,'?'),(_binary 'CK•\n\ÚÁe\â\ä}·','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_pt_PT.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_pt_PT.js',0,_binary '§d@?2\æ—øœ»_‰]G',_binary '§d@?2\æ—øœ»_‰]G',_binary '\'7¬hõ‹Z\ÚQ\Ø\Ä\Ö\Óß¡FÌ¯·0;V»B¬Õˆ','',0,'?'),(_binary 'Co3\ç$¬HV\"÷öZ n','wp-content/plugins/revslider/public/assets/svg/maps/ic_zoom_out_map_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_zoom_out_map_24px.svg',0,_binary '`\ã6c²-d\Ê\ïOú_',_binary '`\ã6c²-d\Ê\ïOú_',_binary 'Ø·*Š–i?5\Ç}—@Nz\Âi`\çQSÆ†¬\ÐÆ“8TGL±','',0,'?'),(_binary 'C‘«\å+\Î_¼\'/Vš×ˆxd','wp-content/themes/sinatra/inc/customizer/controls/widget/class-sinatra-customizer-control-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/widget/class-sinatra-customizer-control-widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å±½\ÃF2A®\ê{ç¾¦9‹',_binary '!”\Z\è	I¤^\ÂÎ»8wg…•‘¦e\ï’\ëbšN|”\ÅXC','',0,'?'),(_binary 'C‘»\ÔIþ»\ÞS7\ï<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð¨>\\g®\ÉÇ¡\á$«\Ìc\Æ',_binary '\Ê÷„ii¶›G«Cª\Ï\Å\éN€FL\Î)7%Ê™\æ','',0,'?'),(_binary 'C•ýDür\ãZûD»¿\ãš','wp-content/themes/houzez/property-details/partials/login_required.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/login_required.php',0,_binary '¢\ÌHI^KV\nh‡ðž]\ã',_binary '¢\ÌHI^KV\nh‡ðž]\ã',_binary '\ã’Jßy§oø9\ÔeÛ®\çÄµ¿@\ÏCŠ²ž>Gú“','',0,'?'),(_binary 'C›öŠ\Üt9hZê˜ˆ-‚l','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-columns/meta-box-columns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-columns/meta-box-columns.php',0,_binary '\Æó©r\ì}\ÌU9F¾“-c\ë',_binary '\Æó©r\ì}\ÌU9F¾“-c\ë',_binary ',j¬\æZ\\awNB¤™\Í:œ|¤\É\Ó`Nü¥€q\ÝD','',0,'?'),(_binary 'C¡/\é\ÏÄ˜\ëvü','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/key.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/key.svg',0,_binary '*h\Ìñ>\ê·P¯´:	ù€\Û',_binary '*h\Ìñ>\ê·P¯´:	ù€\Û',_binary '»Â¼#Œ3\ïÀ\Ê\à™5†?„óhñÑ‰\Þ¢•%À','',0,'?'),(_binary 'C¡ŽX³ú¾\é`´…šI\Ê\'','wp-content/themes/yith-wonder/assets/sass/woocommerce/catalog-pages.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/catalog-pages.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a—\á)’ð—…U”\ã\Ñ7¸',_binary 'rÒ“l[]c¥ \åÁD3ö\êIL\Ò”ŠW©\Þó~Ž','',0,'?'),(_binary 'C£´§dúšVœ\Ä\'ž—','wp-content/plugins/revslider/public/assets/svg/av/ic_high_quality_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_high_quality_24px.svg',0,_binary '¾Gl*\ÂG˜\ï8_#\Ë<\Û',_binary '¾Gl*\ÂG˜\ï8_#\Ë<\Û',_binary 'xm¾<|n\æ7\Ì\Öj\\÷‹þ\"#jZ\ëÀ/1A S','',0,'?'),(_binary 'C§ž\Ér„-G\\\ÎH\Ôq]','wp-content/plugins/google-site-kit/includes/Core/Authentication/Disconnected_Reason.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Disconnected_Reason.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼VN\×Ï´\Ñ\î\Îd^p\Ö*',_binary 'x\âP\èŠOŽ\îÀ.P\'ó:Wõ²\î©t\ái?­6*›','',0,'?'),(_binary 'C­ms\n\Ã\áXø]À\ÅK’T','wp-includes/blocks/search/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Û™\Í4¤\Ý>Îƒ‚£IHg›',_binary 'öÿqÅ‰~u,/RHF0r6\è\ÅC–p°•\0†‰\Ð,Ê','',0,'?'),(_binary 'C­À^N#\"õ,“L×®6','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/lt.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/lt.js',0,_binary '6’9ƒ\æ“õ\0H¨\ßÁ\'Ž',_binary '6’9ƒ\æ“õ\0H¨\ßÁ\'Ž',_binary 'rPBù+§_¼{QŒ\Z\×K\n‰Ÿ‚?8h\Ýaý\Û\ï','',0,'?'),(_binary 'C­\î›/ˆ@²l«‡YÁý2}','wp-includes/css/dist/format-library/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/format-library/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0‰ðÏ®\Ìr”\Î\à”\Å+­ò\Ï',_binary '­·Ý·k‡@\È\Ï\0\é,q\Å `M	&Vxš\Å[\ÍWŸ','',0,'?'),(_binary 'C±´n\Ï4\ê4DZ{“8>','wp-content/plugins/elementor/assets/js/343f4c6fd2ee68785472.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/343f4c6fd2ee68785472.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',*}~	\ÆV~ Ø£÷$',_binary '\é‹þUg—\Î(µd‹-\èºŒ2¿¤Ÿ\Ç\èM\ÑYw»õÁ\ë','',0,'?'),(_binary 'C²Øš\ÖT¼Rª!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—‹½\Ôm#ømI:\ÈÄ‹h',_binary 'üO=¢\rf²š\Önnø[ƒœV¼¾¥=÷˜oA\ÙNm¶Ûº','',0,'?'),(_binary 'C¸$F`´G\èÔ¨\ÈR|	Q','wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_Matchers_Interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_Matchers_Interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B‹0©t+ª¯wr\àp™\'',_binary '\â\Ðr£\Ä-ð©0s\Zyµ8-Ž\äŠù\ÍXQ¥C<N','',0,'?'),(_binary 'Cº<2‰]\ÙS½\à\Õ;\ÝE\ë™','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/RegistrationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/RegistrationService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øÊ³°_\Én%\ä\ÌDc\ã%_¥',_binary '\Ü-Š¯7Ýžœ+\ÝGý\n3ªþ\'pV¼d(Y\ÍA','',0,'?'),(_binary 'C¾9wVHÿ“¾\"bµ³V#','wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëüB}\É\æ¢}\ê\ÐÛ§lº\Í\Õ',_binary '¨·°T¨=®\í\Õù\æº{xo\×\n( ˆYsÐ¼þ\×g&g®','',0,'?'),(_binary 'C¾\è\á\ì¬À¸!y\ä6šã‹¼','wp-includes/blocks/buttons/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}ø\Çñ!r<\Õô¦\ä\â§',_binary 'ô‚±óÕ¶Ÿ,*\ÛÍ–\í\Ö>3©©»x\r6‘’‚\âK´5','',0,'?'),(_binary 'C\Å\"ö@\ì7\ätö','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"F´W–@8§ª\ä÷-&u',_binary 'r‹þÜŒn\Â	‚È¼\Ó7\Ü	5&b]`øF»j8\Õþµ\ä;','',0,'?'),(_binary 'C\È\àc&ú*²\çpu,\æ','wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bƒt\×:ü¦\Ñ\Ýü\Ù3_\Õ,',_binary 'Q‹\rƒ2ùn®][\×8\Ê@ñ:{‚D®u\ÙµYs$Ñºž','',0,'?'),(_binary 'C\É}Lš9™[0\è_b:õ','wp-content/themes/houzez/template-parts/search/fields/bedrooms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/bedrooms.php',0,_binary '\Ü+WÐ»õ„ \Öþ&F”',_binary '\Ü+WÐ»õ„ \Öþ&F”',_binary 'O‹§·\Ý\ÍY%Vûù»Z\äØ±,tLƒé†…1Z‡\ß \×','',0,'?'),(_binary 'C\ãcTU,S¢K\í“O','wp-content/plugins/redux-framework/redux-core/assets/css/media.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/media.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°V \"\Ê\ï\í\"v\Çô–\çh',_binary ']\ÑM±ú\ÞõO;\Õ÷È•uÖŠ [þnNõT›I\nŒ','',0,'?'),(_binary 'C\ê\à•H•\Z 5s\à‡M±‹5','wp-content/themes/houzez/framework/stripe-php/lib/Service/Sigma/SigmaServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Sigma/SigmaServiceFactory.php',0,_binary 'öt’±¿8$™Hƒ÷¸÷',_binary 'öt’±¿8$™Hƒ÷¸÷',_binary '®CÁ\Z õLº»¸\Ìy\r8\Ö\ëøðùM…};+ªú\âi','',0,'?'),(_binary 'Cú\Øs\\§\nò–\à\ÚsŽ\Õ\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_tools_whois.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*5µD›O7ZÀY¹\Ô%†',_binary '¤\Äx.\ç¨.\î$Ã´³(\ÚEÏ·¨XŸª\ë	\Ýó\çQ\Ð','',0,'?'),(_binary 'D\'\Ý%½\äŠS\í6ó>’{','wp-includes/js/dist/customize-widgets.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/customize-widgets.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9‹ƒ3¨H·™\í\Ð{n',_binary '!JOY$+\Ú\à\ÍHAlN\çŸ^T‡MAW20l\Ø(F\É&','',0,'?'),(_binary 'D­\ÅÛ¥\îP#}Žó\È$','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm\ãHû!?Žº\Äˆ#{\Æþ',_binary 'y ò\Ü‹G\Ù~\ÓÌ˜*^ýA\×\\²\ÑR!\íô”8´Mu\ë\Õ','',0,'?'),(_binary 'D¥\ÕûÁAŠ‚ya\ã','wp-content/plugins/elementor/core/document-types/page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/document-types/page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pOÝ¥þ9µ\ë|\ëŒ\Üø',_binary '\\lJ‡\å$ù\ì?n}!¼\á	‘Ä½_‰\×vF|/4g','',0,'?'),(_binary 'D\Ó9\0‚‘¦·…ÞŸ(Ð','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`^×’lóš*\Õ\ì-9=',_binary 'Ÿž˜¬‘¦§¦Á£^\r;¹%‚´	QpžñÈ 8\É^\Õ','',0,'?'),(_binary 'D	( ,|¹ŽÀµb?\ïL','wp-includes/blocks/query-pagination-numbers/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-numbers/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e‰\Ö*•˜ôlµ:À\Õ\\w',_binary '£\êw9±C\ï1\Õ\'\Þ$\å”IN+¹¡3Úº\è¾$ƒs','',0,'?'),(_binary 'D®I\âa\Ô\êcÀá¸¾','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'RO\ß\Å\ÞúgŠ©¶Wù\èl',_binary '\Ø+A±S DY\à¾\ì\Ã\Ãd™\ÜûÒ±µ/vLeÌ•3¯\ßò','',0,'?'),(_binary 'Dm·\n»½z—H‚\ÃS”\ï\ï','wp-includes/images/crystal/document.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/document.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰\'^cšsÀù\ÄD‹ù3T\\',_binary 'g\æt\ê»( ÅŽ\çˆk`5Í’¡ûJ·\ÌM5®\Â\Â:j\ä','',0,'?'),(_binary 'D@ž\ÅÀ\ÆBÙ¶³_º\Ú\ë\n','wp-content/plugins/houzez-login-register/social/Facebook/FacebookClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FacebookClient.php',0,_binary 'ø	]EV\×öw€F0\Ü\í\'ô',_binary 'ø	]EV\×öw€F0\Ü\í\'ô',_binary '\rz6Ðžƒ Y¡\\p\ã\Õ.\æV¡X#n^š7‘\ÄB2s\0','',0,'?'),(_binary 'Dƒ‰ \ä\Ìa1þ\áÔ—¢','wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T¢*|²\àF¢Î˜>+',_binary '§©t\êüNµ±\Ì\Ö\ã®\ã\ê=\àÑ„\êxÂ·\Õý­šAe—','',0,'?'),(_binary 'D#q{Å¥ˆªÔ‡bÂ‚›','wp-includes/css/dist/customize-widgets/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/customize-widgets/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º[ø‰i¦”õ³ò\ä\Ó!\Æ',_binary 'F²\Ès\Ü:\ÛO\n‹°U´\æ\Ü~vƒ°#‰G“x{y¶:\'!','',0,'?'),(_binary 'D.÷\îˆö:•\0¾¥S\ÔR8','wp-includes/ID3/module.audio-video.asf.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio-video.asf.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ØÄ¼AJ»RE\Æ\ç\ï\Ð/=',_binary 'h\rR&h‘þcµ\"\Èò°A\r‘Ä¾\Ëj\ÇQeó\\Lò','',0,'?'),(_binary 'D6m\ËeŽr{pK\èO’','wp-includes/locale.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/locale.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡Æ²\04¦)oóybU^¦',_binary '\Ã<\Ò6n\'úJšÁ³\åô_Á\Ù	ŠS%\Ñ\áGVJ','',0,'?'),(_binary 'D;‹’\\,²\Ô\å\ïGË…1w','wp-content/plugins/bluehost-wordpress-plugin/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/bootstrap.php',0,_binary 'a¼$\0†\Ñx=ðª*\é	t´',_binary 'a¼$\0†\Ñx=ðª*\é	t´',_binary '\0tZd¿Ž1\Üwq\Ùy—V¹‘P%B–©¿õð\\t*±\É\á','',0,'?'),(_binary 'DH¤O7R\ÜK\×^\nW£','wp-content/plugins/redux-framework/sample/sections/media-uploads/slides.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/media-uploads/slides.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÝJ¾`F_X+\Ô\ãt!©¹I•',_binary 'v·\\†}½QYgÈª\â#\ç\Öñù£¿£s¼S«4\Ó\ÄñŸ','',0,'?'),(_binary 'DI®¦½wŽBD\Çðƒ\ïn','wp-content/themes/houzez/framework/stripe-php/lib/Service/CountrySpecService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/CountrySpecService.php',0,_binary '´ƒÂŒ	\Íµ\äJ\Äk',_binary '´ƒÂŒ	\Íµ\äJ\Äk',_binary '<A±\ÝWˆm\Ù‘C\'®—üÓ†€?ƒ‰R9ccl¾,','',0,'?'),(_binary 'DJµ/G(Po÷3\æR9','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplace/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplace/index.js',0,_binary '\Øj¢UqAn\ç®³¤8',_binary '\Øj¢UqAn\ç®³¤8',_binary 'Æ’óå†ŒÖ“É»\ãÜ•\×*\èB\ÐežR’ˆ•Ll\Ù#“','',0,'?'),(_binary 'DM˜\Ç|\×b\Z†W¢š«\è','wp-content/themes/houzez/template-parts/search/fields-v3/type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/type.php',0,_binary 'L·‰€~õ	i\ï”\'úmÁ',_binary 'L·‰€~õ	i\ï”\'úmÁ',_binary '‚q\ÈôN¼\éžø=ÿ™iN¾`ô>‘ø\ÞyÆ¼†=™±','',0,'?'),(_binary 'DM·6\ì\ÖW³ÎmŽ´\"v','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùJ÷-§\n¢Œ—•b\'v;',_binary '\ì’d<þ\ÈJ#vŸ´\'q<)\ë\ç\rw\â„\Ë\ï©\È','',0,'?'),(_binary 'DQ#‘u÷»nU\\ @¹<\Æ','wp-includes/blocks/page-list/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦˜En\Çt<³¾4\0§eJ\Ú',_binary '¹\Ð4ìˆ\Óù…²7Ÿoþ\ÆÀšD²¢74:\ÚJ[','',0,'?'),(_binary 'DQxx0\ã»\á\Þq*ô•sY3','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Uninflected.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Uninflected.php',0,_binary 'ûï†\Ëd~óf\n\â<K\Z\'',_binary 'ûï†\Ëd~óf\n\â<K\Z\'',_binary '\r—\å™\raùW€°tto8\ÏR\îL±s>j¥ú§(S','',0,'?'),(_binary 'DQyj\"m\Â\ÍJeñCE','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©òL’Dfšx\'˜$‰ÿ',_binary '˜ì€š·‚2@U\Öõ»ýút×¢«´Ko¡9-\ì*ù%','',0,'?'),(_binary 'DR1\ÍòÔ®ýý¤¿˜©\Ï','wp-content/plugins/redux-framework/redux-core/assets/css/rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï\é€1ˆý\Ù![E_%w3Q',_binary 'x\Â\Z\ê:\ÉDxl1T\êšòüJ&Ÿ¦\ßd›À™tö','',0,'?'),(_binary 'DU}øø<‚Þ´D5\è Y','wp-includes/block-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#s\È\'–Ž>(;!Põ=\è',_binary 'f\ä|)Œ®¹¨$\Û\Ìt\Êôš)¯õ“&‡ðW‚\ëˆ(','',0,'?'),(_binary 'D\\7›¸\è¥@ð¬;^\Ï|®ô','wp-includes/class-wp-navigation-fallback.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-navigation-fallback.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó QP“: *\ï|»j',_binary 'žú8§Ex|û<ûA¸\ç‹[\æÚšlºû\ãZ9\Üª,\Ù?1','',0,'?'),(_binary 'D`aOû\"Y%7‘ñZô£','wp-includes/blocks/comments-pagination/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?û\×*É±·þ²\Ù,”\Ì',_binary '}ÁMÌ‹IEŒ\ØNñp–€54]pP\åÃ†w>kq!','',0,'?'),(_binary 'D`‡\ßÊºa\à´‘','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-google-map.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-google-map.min.js',0,_binary 'N\ÂØžM\ÝMØ¦r_ø÷ƒ',_binary 'N\ÂØžM\ÝMØ¦r_ø÷ƒ',_binary '~\Ê\ËQ¤[ôþ\Ä\à“\ß×˜´HX7\×\ÔW~¸LGp$c','',0,'?'),(_binary 'Dd¬vA2\å¤[’Œó\æ','wp-content/plugins/redux-framework/redux-core/assets/js/redux/color-validate.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/color-validate.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qK’R+ý\ÔwV\èwFU­\Æ',_binary '^-”Å¨\n>+öƒ%™IÂ¡\ÙD”¡/úZƒ\'ø|j*','',0,'?'),(_binary 'DkZ(X³(ú_\ÕM€o','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CouponService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CouponService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C\Ú\Î\å!7ŽÏŽ¿\ÒÀš¢\Ï',_binary 'vL\ê§:Òk49Íª\ÚH#\ç-JqljÛ³Ö’l','',0,'?'),(_binary 'Dl\0—‰»BŽp[Q\ØnZ*|','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/CustomChannel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/CustomChannel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z\nacûöW6	µNFVª',_binary '~³):SiQ{ƒÀŠFAð^û#ø\×ñ\ïG\Z7<¸_\ï\ì','',0,'?'),(_binary 'Dlõk–ecRø\Ë\Ï\î$\r\n\ä','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-validation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-validation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á¼Ïªøª\Üc\ÚüVP®',_binary 'eXò¢K;ÿrHÿ·_¡ªþ®Rh\ë;&ß•²#w(','',0,'?'),(_binary 'DmŽ¹\è‹þo„\"¤\ì\Õa\Û','wp-includes/blocks/gallery/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýÞ‹ù¼lŒ>nýq\ËyW¬',_binary '„“É¹aß¿\Ø\ë\ëKÛ˜n\éý¦Í“ÿ+õn²bò¾','',0,'?'),(_binary 'Dqx›·rM\Îfm™†«¼Y\Ç','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',\ß]Œm OUýE¸\È|`',_binary '†\ÔUuR\â÷\Ü‘ûü³plD6*\ë[°!Àjô\ë','',0,'?'),(_binary 'Dr·ˆ\ïkJˆ„N¡Æ¨','wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=\Ñ\ä\Î0>qk½²¥òdU',_binary 'x‹röÀ\Ìøðß¦Ú”\ÎÕa»,n?‡¿ hu7KI,','',0,'?'),(_binary 'Dwv·7D’\×;Ê‰Š­\ï>','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Brands.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Brands.php',0,_binary 'E‹\î{§5ðœÛµnDs',_binary 'E‹\î{§5ðœÛµnDs',_binary 'ª‘Î¥®—\ív@–0\ì\è“	\àn-µß¹öiÀ\æ¨\á\È','',0,'?'),(_binary 'D-\×Xýº–Á\å®ö)J','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/Searchanalytics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/Searchanalytics.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú]G\ì£r°Mj\ãT	\×t',_binary '+­\æ\í#\ÔcIw]¹%Ø³G\×%ÄC]„Ï•»t‹ø','',0,'?'),(_binary 'D‡:»õ§„\ç”Âšò;','wp-content/themes/sinatra/inc/admin/assets/css/sinatra-meta-boxes.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/sinatra-meta-boxes.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÈNm|–XÎƒFÁ\Ë',_binary '‰\"“øªóû\0eÁ¡\è¯\0\Ë6\"ž¡¶’\ïÁ}«ñ\ni','',0,'?'),(_binary 'DˆF–M\Ó‹\Þ\á¥D8@º”','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade182.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade182.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0ƒXU‹…°9––\è^',_binary '\r/N(·\Û8W¤A^?®“9ñV\Çk9aÍªÂ„@˜w\æ','',0,'?'),(_binary 'D\Ìö\Éuš\r\ÅÂ‹ˆÉ²\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'AÕ«û»–\Þ\Å Lqw\Ö	ƒ',_binary '˜²rŸ_¶iQ\Ö	ŒaÀ\îR¿¦Œ‚\Ô\Ë+‚\í\í‘\Ø','',0,'?'),(_binary 'Döa*¹N‹œ\ê\Óöa§\È÷','wp-content/themes/houzez/property-details/energy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/energy.php',0,_binary '\ì(GÍ»ðTŒ2\0\àw3',_binary '\ì(GÍ»ðTŒ2\0\àw3',_binary ' „]\ró%>Q>t\ÅG\ÐÀW|Co\\n\È\ïC_\Ô] ','',0,'?'),(_binary 'D‘\Ë\Ñ\"¢wž\Ë\éo<ñ\Ë','wp-content/themes/yith-wonder/inc/backward-compatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/backward-compatibility.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[\"‡!²˜-¾0+ÁÃ‘e',_binary '„yn\07sû\è¥\årø.\Z†D\Ð\Þõ:‡e\Â\ßk¬²€|t','',0,'?'),(_binary 'D’²`\æ\0BQóz-E ','wp-content/plugins/elementor/core/wp-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/wp-api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì\"ò\Ð¡¬<5N{”6\Ä',_binary 'Wq\Ù>™\Ü~ó™\ïwªr;|\åu*¬‚lª—<(]\ê8\ÌJm\Ñ','',0,'?'),(_binary 'D’\Éñ¾\Õ)ba\ëk\Ú\Å{\Ë\Ë','wp-admin/includes/admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”4\Ü\Þ\Ú\Ð=‚Ò©¸´\åA',_binary 'ùµ”0V\É{]ÖŠAj­Ë«.%2\ZxM5\îªz ¬o„ ','',0,'?'),(_binary 'D˜¼ý7\êžyˆ(S±\æ\à','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/strategy03.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/strategy03.svg',0,_binary 'W\Ò\Ô?C¾ÿþÞ¼ ln\Ò',_binary 'W\Ò\Ô?C¾ÿþÞ¼ ln\Ò',_binary ')”t™9LY\n‘,A\r¥ù\ÍE\é\ÅØ„@r÷‘\"YO3“','',0,'?'),(_binary 'Dš’ô÷”\ZMd\Ü\Í\ãõ\Ô ','wp-content/themes/houzez/js/vendors/i18n/defaults-hr_HR.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-hr_HR.js.map',0,_binary '§¤\0Ì’;Rx‰c\Ý\Ô',_binary '§¤\0Ì’;Rx‰c\Ý\Ô',_binary 'S(\Æ÷v«7\í½\Ú\É#Di\Ï\Ë‡\ëù\å3F\Ñàµ¯þx=','',0,'?'),(_binary 'Dšñ»\à\Èl§þkPõ™°L','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/SiteGenService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/SiteGenService.php',0,_binary '\ÖjS8Ÿ”T\å^\Ã7Í\×0\×',_binary '\ÖjS8Ÿ”T\å^\Ã7Í\×0\×',_binary '/D%“óõe\Ô?\Ñv\ác&\ÃQ`n{Ÿ†H´jšá¾ƒU','',0,'?'),(_binary 'Dœ?ƒ]N\ß=Ÿp¡‹K¿À','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/jquery-ui-1.10.0.custom.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/jquery-ui-1.10.0.custom.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞüP+Wn—\äs’¾b½)',_binary 'K¡c:õƒûþGc»\Ã%-\åÝ¶¾\n\Ôg\Â\Þ+”h*®¼\ã','',0,'?'),(_binary 'D£\ç#jhX\Ù\ÚVK9-L\Ç','wp-content/plugins/google-site-kit/includes/Core/Util/URL.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/URL.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—·dhB,Á$K™‹&¤–ý',_binary 'D»¿=‚ô\ëÁE\"=hUÃªõ\r\0\ÞS\Â\ç \'Ö£9¾ù','',0,'?'),(_binary 'D±i_¾ \Ç@»¹ù|\ã','wp-content/plugins/google-site-kit/includes/Core/Admin/Standalone.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Standalone.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4\í¶4£‘­‚9\ì’ç®',_binary 'øm\ßózÉ¹+×”Â®µ\Ì\ä–£xò\Ñi\é_°J‘›†','',0,'?'),(_binary 'DµvY5ƒJ\Ð;¹¦2bK','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-solid-900.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-solid-900.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\ÙQ=·\Ù\Ì\'G\Ö\Ä\Åó¤',_binary '³Z0A®NB.„\Ð>Á:£\ÂÌ•3újƒ¶’€!\Öy','',0,'?'),(_binary 'D\Â\0iþVn6ýo(ü0ò\Z:','wp-content/themes/sinatra/woocommerce/checkout/form-checkout.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/checkout/form-checkout.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡± ‹Ñ”rd|\\õºÂ·',_binary 'ò\0¤ÿD\nõª¯	l\r3+ó6”\ÖÇïŠ™ú”\\¶¦:','',0,'?'),(_binary 'DÆ–™ˆ¥M\"x„\Íß†·','wp-content/plugins/revslider/public/assets/svg/action/ic_today_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_today_24px.svg',0,_binary '¤š‰Ò±¯=\î%F†šµ',_binary '¤š‰Ò±¯=\î%F†šµ',_binary '¸)“8²qºðT5¸¿\×l¬f\\M¯£U8ö”„Ÿ};','',0,'?'),(_binary 'DÍ©2F]ÿ\Å?\Î	»ðW±','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Segment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Segment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';–\Æ\Ö\Ñmb\Z^·õÔ§[D',_binary '\ì\ÖmÈ™¯ð\Ç\n,tŽ‘½\ß!+\'µ\Æð‡g\ÄA¶\Ë2E','',0,'?'),(_binary 'D\Î|\Üoø?ód8k8oW ','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-pearl.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-pearl.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/¦ \âuÄ·\Øô¿WC2\é\r¹',_binary '>S!\Ëï†™\Ê\ÚXd²Áðþl…\ç\'÷%«=õ\Ä\å\àšz5','',0,'?'),(_binary 'DÐ“Ï–Ï¶¼~GU\Ç\ÐQò','wp-content/plugins/elementor/assets/images/unlock-sticky.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/unlock-sticky.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\\ÇÝª\Ñv\"’µ>ˆª<S',_binary '\ïTyN\è¹Ò lc†j\Û=\Ø=a¬…°D\\€M¯‹ ','',0,'?'),(_binary 'D\Ð\Æà¹º¸XÛ‘\r2e+x','wp-content/themes/yith-wonder/patterns/creative-banners-grid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/creative-banners-grid.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Dbƒ?]8O\ÜO;\É.•+',_binary '\ÂZ÷@tHb‡\É\n;\ï,@¬\éû\Ñì§­C\Õ\âJ/øL','',0,'?'),(_binary 'D\Ñ]nÚ²œr¶\Éf\Î]o\ì','wp-content/themes/yith-wonder/assets/css/blocks/navigation.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/navigation.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½š3i´š¶;5;',_binary '\é\ã\ïOp&5\0\î[®(ž~zGY`\Ýr}¶s\Ñ \"d','',0,'?'),(_binary 'D\Òj§=?ƒ<\ß+±Àür','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/trait-webp-common.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/trait-webp-common.php',0,_binary '}ÙŽna\æ^T#\Ë2d‹È”',_binary '}ÙŽna\æ^T#\Ë2d‹È”',_binary 'W»±daÿy¿V·V)ží§®6Þ‚\Å\Ú\Ë$\È1HÀû[','',0,'?'),(_binary 'D\Ó]&&9šš!óJÔ¥£','wp-content/plugins/elementor/core/frontend/render-mode-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/frontend/render-mode-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ\Ü	>e¢»,ê°³Y&™\n',_binary 'Q²\×À»ÆŽ¸F§\Ý\ÊwF\ÚGõ©j\Åú\Õ\ïÔx:M‡@','',0,'?'),(_binary 'D\Ô6Zz\n°\å¯c.&ð','wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&ZB‹Iòþd[Á\â',_binary 'Sñ›\Ø`O?FvL_\Ú;±\ìx\Ì\ËD0)Á²úû™¼','',0,'?'),(_binary 'DÕ¹\ï\Úø»\å\Ø$Oaª£\éô','wp-admin/css/colors/ectoplasm/colors-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß¶É†\á\é\0w\'ƒ\ÕK4\Õ ',_binary '¤\ßy‚\íˆ@-}”\"\ÄK\Ù,\æII˜\"\ÉG\ßO\ÒÁ…´','',0,'?'),(_binary 'D×´X\ÏW ‡3Šžm¶+°','wp-content/plugins/revslider/public/assets/svg/image/ic_switch_video_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_switch_video_24px.svg',0,_binary '@\Ûrd\\yE¹IFh\0…',_binary '@\Ûrd\\yE¹IFh\0…',_binary '\é»Î…• Ár\æ™û\é¿ °\\/ª9\ËQixnuƒ&\Ð\ì','',0,'?'),(_binary 'DØ–\Ù;6™¦FE¸e\ÎJ','wp-content/themes/houzez/js/vendors/i18n/defaults-lv_LV.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-lv_LV.js',0,_binary '\Â\ÏëšŸu\æò)\Ô\ÊÒ¸rô',_binary '\Â\ÏëšŸu\æò)\Ô\ÊÒ¸rô',_binary '>\â€À¼ø”“©Ï–ƒ\Ñ\ZùŠ´Ÿ)P','',0,'?'),(_binary 'D\Ø\à´w¾µ»²Ñ÷a\à’','wp-content/themes/yith-wonder/templates/sidebar-left.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/sidebar-left.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶\ÇCa½w¢b3m	|D6R¾',_binary 'x(\Èv(J_t-\Ægv%x’\ß3¡\ì§T\Ì{F\Ñ>','',0,'?'),(_binary 'D\Üo”^~m\îý‹9y—¦','wp-content/themes/twentytwentytwo/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õy\âÀg\Ú\èi“µ\00¤',_binary 'oSòK)ø´¥\Ã\æp\r\æ.\ÂF&t(6€º\ågD)c','',0,'?'),(_binary 'D\ÝQ_$\Åkv:*ly¿\Î\Ó\ê','wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x Ñ§sÿ‚2V’½`¸',_binary 'ŸUÁÜ¼\nEú\È{\Ímø£0„¡I\n\'i%OŽ\Ë¯y+]','',0,'?'),(_binary 'D\Þ\Ûû	Qþ»fN”	4','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JÔµ/\Þ\êM†z<®w\çu',_binary '¾\Êdh~hÄ¥þ„šW9&(œ(‘\ÒO\r0^1F)\Þ ý~N','',0,'?'),(_binary 'D\áH\Í•§ª\Ç\ãN\Ì\Ü,','wp-content/themes/twentytwentytwo/assets/images/divider-black.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/divider-black.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8w\í›÷Á	’xm)r',_binary 'x†\É+R\ê\ÆlL\Zk5\í>v\éÆ°\êN­D\Åˆ','',0,'?'),(_binary 'D\ç\à#\Ç\â\É»\Âè™ž\Õ*b','wp-includes/class-wp-block-parser-block.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-parser-block.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ï@\ÇÖ¢\Ë\Ñ|\È\Òú*N',_binary ' õ±[\Ù\Í4˜:S\Ù\çI@‘\Ü@\"\î\ZWó\Ê$´±h•*','',0,'?'),(_binary 'D\îT[\Ç-\Â\áýU\áöøð°','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ=ó—q(\é\åtž“Ý£Ë»',_binary 'at¥Ã}(\Ä›0†oÃŸ%\ì3\Ø\Çðp\Èu~üÄ¥','',0,'?'),(_binary 'D\ï²\Ö5\n\'\å\\¥\Ã~W“‰','wp-includes/category.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/category.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùMðÛ»x/Ò²\n\Ýö\î\Âò',_binary 'õ˜À¦óõÁB#jû–Ô®x¥²˜Pa\Ü\ÓÙ³™×‚','',0,'?'),(_binary 'DñL¯›u\å3\äˆaxB?','wp-content/plugins/elementor/includes/controls/groups/background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øR\ç\ÅÏ›}X\Úe\ãœ\élþö',_binary 'û\âk$Dž¾ÁŠÙ¥a|¾#U\ÙF|õdRBF\ß\'','',0,'?'),(_binary 'Dñ\Ó\å9\èŠ\Æt\'«\ËYd²\á','wp-content/themes/yith-wonder/templates/404.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/404.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.µ\Æw™Tõ=o\",}\Ýx$',_binary 'B~\ëò80i\ï¤rŽ\Ñó•	K\Êq\Ø¥&y4\Ñ\æx+L\Í','',0,'?'),(_binary 'Dò\í\É¨¦úÍŠWS²','wp-content/plugins/updraftplus/languages/updraftplus-ar.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ar.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±ˆD\Å#\ÐW˜|“E5',_binary '\×3™ŽNu\"V3D\é\Þ\ëg–\ÊV0+Ï¾üF','',0,'?'),(_binary 'DóC–ÿ” tI#·ž\â\Ä','wp-content/plugins/elementor/includes/widgets/audio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/audio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2Û´g\Ò\Â^ŒEMv4Ž¥\Ä',_binary '\Ûý¡\Ý24Ä¾œùF^\ßõ\ì\ã†#\Ì\Û\äñs„%B}','',0,'?'),(_binary 'Dõ‚Xÿmy#@G,†>	\æ','wp-content/themes/houzez/framework/stripe-php/lib/Service/SubscriptionItemService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/SubscriptionItemService.php',0,_binary 'L\r\Ñ\æ2©\Ö*”¨wÜ–›º',_binary 'L\r\Ñ\æ2©\Ö*”¨wÜ–›º',_binary '[o™<\âB¿˜!Kñ\"¢CC:ÀQ\Æ@üW\ÎA>¨‚\í','',0,'?'),(_binary 'DýŒ\"¬e§nC[ý`\×','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#)‰^s‘Pð‚$þ\Ö',_binary '‡à« HùK51F\ÖW¸£t=Ä–¹\å\ÇE\Õ_ýLr~h','',0,'?'),(_binary 'Dÿ]’£@q\Ð*aI9\àU%','wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ	’?eõ#=þ\á5ÀE!s',_binary '­P¨\×@Nz½F´Â†³ód2Ø®|\ã8½«Ió%y£u','',0,'?'),(_binary 'E²†¸†\Ê[d¸¦ƒ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SetupIntent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SetupIntent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r/\×;vÅƒÿ‘4\n}C$P£',_binary 'G\r?Ò› ÑŒ	&©É”ÀkX\Ö;¨;\\/š=ó5\í~','',0,'?'),(_binary 'E2M¾ì®”‘.€${¼','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Scheduler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Scheduler.php',0,_binary '¬;u n»?\êŸ3k-Hw',_binary '¬;u n»?\êŸ3k-Hw',_binary 'ª\Å\"\äøb\ãaˆ\Ï\ÓrþŠž\á\Ö\ßE\Æ@ð\ÄZ›¸\Ó','',0,'?'),(_binary 'E\Ûòv\\¢\Ífxü\ä8¡','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PWA.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PWA.php',0,_binary 'iRÿY¿7\'B&€n’',_binary 'iRÿY¿7\'B&€n’',_binary 'Ž×•	‹|ŸZ;\åZ—, ˜,RZD€¯±Ž\á¦Ð©»','',0,'?'),(_binary 'E4\Ð\ïD\'BI¦\Ô\çü_#s','wp-includes/blocks/tag-cloud/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/tag-cloud/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':<\ÃK¢¶™p\á»ý„\ÙË½',_binary '1[\ÆF¨cY3 ™\â\ÒS\ØK®hm\Ì?7ô¤0\ìC\Ñr€','',0,'?'),(_binary 'Eyý„lú\è²ü0ðÛ·\Ú8','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaKeyEvent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaKeyEvent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\Ô\Ò´›ÌS¼½`äª¥',_binary '•\Ìí›Ÿem\\vfŸi¢QIº»†\Äq\ÏBd,A…w','',0,'?'),(_binary 'E¨\ï‰À‡TYŒ%Ys®','wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Web_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Web_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$&¬\è®J N9\ÙqU@',_binary '»¼\éJ)6 .Û®1N¹•fJ÷\'R¦fCHw“¡Š','',0,'?'),(_binary 'E¼B+ˆó.išŽAÉ¼I','wp-content/plugins/wp-rocket/assets/img/configuration.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/configuration.svg',0,_binary '\í\â\Ç\Þ`C\é¬\ÖÂ¯',_binary '\í\â\Ç\Þ`C\é¬\ÖÂ¯',_binary 'ø8±Üƒ¸b2Y„~X€’?E¸BX¸TYº0ž\Éø\n','',0,'?'),(_binary 'E„õp\Ü\n\äÀŠ‡—n\Ò\Æ\è','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.tg.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.tg.min.js',0,_binary '´eL_ù	§2&‡Tþu&µ',_binary '´eL_ù	§2&‡Tþu&µ',_binary 'ƒiUGõ¹\Z\Î¢¾ Õ»>„$\rÑ‰Cxðõg=E\ä\Ý','',0,'?'),(_binary 'Ej‘ò€ör\Øº\ÖP','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/select-advanced.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/select-advanced.php',0,_binary 'ý›´H[\È\Â\Í\Ú[$\ê',_binary 'ý›´H[\È\Â\Í\Ú[$\ê',_binary '\×\n‚À’<¢\ët\Óð´bK;ˆ¼;u	^?>žJ?ƒ:h&','',0,'?'),(_binary 'E#Uš¦0\È\Æ\Ë\Ô#û\Í\æ','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-wp-dashboard-bfa6aa6193cf3a1caccc.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-wp-dashboard-bfa6aa6193cf3a1caccc.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+µ•¾ñ\ØA\ÒùùŸd1',_binary '÷3\éNr\çgÁ¾d°…-\ím\èt…­œ\åm\ä¥','',0,'?'),(_binary 'E#\Í\Õ\ç-v37\Ù6\ëÅ¤','wp-content/plugins/wordfence/wordfence.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/wordfence.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S*¯qEt…Œ4ö\Ñmª9—',_binary '\Û\0d†\Ã\é€	\Õ^\Ù\\}“ù{“.1Ugÿ¹!…\è\à\ç','',0,'?'),(_binary 'E%üT;Ð¬šs¡`ùš¼>©','wp-content/plugins/wpforms-lite/assets/images/addon-icon-post-submissions.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-post-submissions.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è\ç˜\0\×üŸ›\"2#E£!q',_binary '~I Q\å˜\Ù\æ)Ž‰b6\Ä!ñþ€ù6\"\ØÝº«?£sÙ‘','',0,'?'),(_binary 'E&\Ñ¾K?=<\ß¥','wp-content/plugins/one-click-demo-import/assets/images/loader.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/loader.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜTš\Ìiz&6Þ–\Ñ\Ý\"mü',_binary '¯„®•›Oh\ÈnŒ;(;‰±(aH!9Q;?ò\'½','',0,'?'),(_binary 'E\'B¸R‰\Õ\Ôt\r|ñ\ß','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M\ÚÌ»D½s\ÍTI\Þ@\Ö\Å\Ë',_binary '\ÔB\â\è4IT\\j`X\Ò\\«ˆ\Ì\ï_³‚ok\Ø	fFq','',0,'?'),(_binary 'E\'kwvTg\Ó\Ïø\Ä;²bZ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç\ä€9zm( !=`½',_binary '8r{”ø>\ê:û`\Ó<;Y¡I\Ã\Æ\ß\ë\Ë\îI\"¬4\Æ\ä|','',0,'?'),(_binary 'E,™N‘­”3C\àR~z\Ò','wp-content/plugins/revslider/public/assets/svg/image/ic_wb_auto_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_wb_auto_24px.svg',0,_binary '‘z\Ö\n¥.]YvP\ã\Ù27',_binary '‘z\Ö\n¥.]YvP\ã\Ù27',_binary '\"v‘™\Ò=;®B‹\0¡\çP`\ÊÀ	ë’{p\â[L\Ùb','',0,'?'),(_binary 'E2)ö\Ügb NŸ³aejÝ†','wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_fish_eye_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_fish_eye_24px.svg',0,_binary '\ÛJ~„]öžÜª¦¤„P-',_binary '\ÛJ~„]öžÜª¦¤„P-',_binary '©=S-\Öð?vQlP˜ca¦–T@¦Y_\íO\'ª\î','',0,'?'),(_binary 'E4 ôa¨ŒòYP¢½\ß','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/index.php',0,_binary '•ú¶y9|[ˆñ%\ãMôù÷',_binary '•ú¶y9|[ˆñ%\ãMôù÷',_binary '“\ÇÌƒ‚Œ¼·\ÐÙ¥·»{(¦ó‹±\Zôš¿p§úí¥<','',0,'?'),(_binary 'E4\í\×fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-list-revisions.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŒÀ\Ý} \ZñÛ¦_\ã\Ä8K',_binary ']\r«\Ïo\ë8\ÚY 6—œ)ryW?\ßYˆý\Â\âªb\áz(','',0,'?'),(_binary 'E5ü;\Õ\Ö\Ü\ØtR‚“$L\Ù','wp-includes/js/dist/element.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/element.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©p\n­\0\"9vñ’„­Ç¬',_binary '\Ìñ‘\Ð\Ý\Ê\å9þj\ç‡À©` ¾X1“–e\Ð`®)&h?','',0,'?'),(_binary 'E8u\ç“V´Õ„ÿ.”»ˆ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessMetric.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessMetric.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Û¼\"#\ËF³\ÒY­f\Ã',_binary '±‘’òøZ\ë*\à#ŽŸñ\Ñò†Áž\ì„£\à`N\ã[¹','',0,'?'),(_binary 'E:\ÝÀ\È6\îh-?l\ån\ë','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñ¸²§œ\0){‚„pW™r ',_binary '\é×ƒ”;Z)¥¬Á\ï­\"X¬‚òXøœ\Îâ¼´¤Ÿn¾\è\ê','',0,'?'),(_binary 'E@k.%´9pŠ±H[\\6\Ï','wp-content/themes/yith-wonder/assets/images/icons/post-tag.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/icons/post-tag.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\Þ\â5“X\Òc96)\\ý\ë',_binary 'Õ¡Ò³Û®+o°|\èNa\Äk¼)††J˜Ž,¨f','',0,'?'),(_binary 'EN\Ê\æ’#C‚ÿ\äÄ´.3','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðs\ëy—qôFWT\æ\rÒ®§',_binary 'Ä’‡øöƒ¦Ü õ5\ÑT.\Õ:–û{¯\Zk[\ÕZe~','',0,'?'),(_binary 'EQFŠµy“Ö­*®\Ú\ê±}','wp-content/themes/houzez/framework/stripe-php/lib/Service/SubscriptionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/SubscriptionService.php',0,_binary '±V—8Î¶6žp\Èq\r{\ïÎ¶',_binary '±V—8Î¶6žp\Èq\r{\ïÎ¶',_binary 'ªõT ü\Ú9²Ky\0j,\"\Ä2w\ÜùAm_€¯{\àª\ë','',0,'?'),(_binary 'EW\ìs,\Òf8¹\Ü\á¾ú\î\Ë','wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N;£õ¾^\ß(ôt\È-‚',_binary '\å8\Äd´\Þ>\áOe	 \è°ô,ù7\Æ\å\Ôû@k\é1<ý','',0,'?'),(_binary 'EZ]+F\çnŠ§$\ÞÆŽ§\å','wp-content/plugins/houzez-studio/admin/js/i18n/ja.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ja.js',0,_binary '-8zk¯e)V£ŽW±øÝ',_binary '-8zk¯e)V£ŽW±øÝ',_binary '+½\ç	6‚ý\'\ß/™§,¦~m\äè©£\èq6mø\î_”]<\ä','',0,'?'),(_binary 'EbOÇðL{5öŠþ\ÃC®','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}; ¬*W6Šÿ\Í]ÀšM',_binary '¢º8kOjT\Öv8Ò¿4@?¹_ôÖ¿Æˆ7HÈŸñ{','',0,'?'),(_binary 'Ehû¡°\Ëý\í¹\ì\Ð@aq»Œ','wp-includes/session.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/session.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïNRM±‰<\\÷ ¼±>ôÀ',_binary '}\é\æ­¼k+8M†U=<;þ\Ùt–¼³I*,\ã4#½','',0,'?'),(_binary 'Ei8 \Ò\Ê<ð¬UÉ…\×B¾','wp-content/plugins/wp-rocket/inc/API/bypass.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/API/bypass.php',0,_binary '\ÉN\ãz‡CZk¼ˆü6\Üz',_binary '\ÉN\ãz‡CZk¼ˆü6\Üz',_binary '\"`%\Í\Ï\Û¤nH I¼K¬z\ß\Î\íê–¦m*l\Ãõd\Ú','',0,'?'),(_binary 'Ejò\åqž@\Ï)¸eut™a','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_backspace_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_backspace_24px.svg',0,_binary '%¼¨÷üÁy\ÓüE\Ã\çòùð\Ï',_binary '%¼¨÷üÁy\ÓüE\Ã\çòùð\Ï',_binary '6l}\r¤\0\êi8M\Ðj\â@\î:™k<AØ\r…Ô’¨\×','',0,'?'),(_binary 'Eu	S5 \ï\á:À','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/Accounts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/Accounts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%+È¸iúŠDnŸ@`>ü',_binary '~pŠ†ò\ÃN‡\"‚mÁbR\ÃeR\Õ\Ì\æšz\ß¹¹Ln','',0,'?'),(_binary 'EuG|>/–ð\ìÿu\Z¹','wp-content/plugins/wordpress-seo/lib/abstract-main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/abstract-main.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0gKž*·ÿœLZ»­Àƒ',_binary '·ðUK\á©<\Å#$/Ï‘ ‰<S\äBŠT +¡Z\ÖõQ','',0,'?'),(_binary 'Evm¤òŽ1\ÆU~AHj\Þ','wp-admin/js/password-toggle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/password-toggle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Êj\Ç\"\íÂ»\î\Õ\ïÀV¯\Å',_binary 'nß—£»\"qý—øŒû¤¯{KuKZK\Û\r1ó^„‹\Ð','',0,'?'),(_binary 'E„»(ýzRA1;eN\ÇqD3','wp-content/plugins/wordfence/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2Á\èe\Ø\ÂÂª­\ë\\\ÆÁog',_binary 'ƒ— ©Šo«\ì\é¹M¢J#‘A|˜ßŽõ(ž\Ý;6R\nð','',0,'?'),(_binary 'E	\Ï\Òbý¥;(?~ùw‚','wp-content/plugins/elementor/includes/maintenance.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/maintenance.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð4kh\Ô;r,9',_binary 'D*“m\'¸Í€YA—\èE\\jötµEg©\Âct“\Ñp\n','',0,'?'),(_binary 'E—\ï~#|¢‚…3ai¹2˜²','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-autoloader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-autoloader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\ë²F\é5•LŽœSü†Ar',_binary '9\âh‘ X [\Ë@óQ¤OXÀ·ˆe¦œ+:tGX ¡‰H','',0,'?'),(_binary 'E›¤Xõvò„.\ÖX\ÈE','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Performance.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Performance.php',0,_binary 'Š½¡VZZ»N \Øó¢I·Ö‹',_binary 'Š½¡VZZ»N \Øó¢I·Ö‹',_binary '\Ô9*3†‘\Ç †\0¶^Ea¤\Ö\ëX^\êAœ‘\ç\npš?','',0,'?'),(_binary 'Eœ}¾~\î¥M\Ê\Å-\Û]ˆa','wp-admin/css/widgets.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/widgets.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ•Vd)‰Ø¤TSî‘¼f5',_binary '\ë\Äóq\ë‚Þ•\ÝZÑ¯\ë\ê*ü·¡v¤\éCs4n-','',0,'?'),(_binary 'Eù¢s=¢]šŠ”º’=a','wp-includes/blocks/post-template/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T…@*\ØÔ‰òû’\æój\Úü',_binary 'Û”Ì˜+\"‡5››\å4©\Î\ÆWp¬Lj¬K­†\àª\\6#','',0,'?'),(_binary 'E©¤\ã«ƒxLz$¤\ß','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes.php',0,_binary 'ò´ÇˆK¿¯H`€]­o5',_binary 'ò´ÇˆK¿¯H`€]­o5',_binary '\ìRú\Í\Ù9L/bda\ì<_³³ºÒ—Z“EY2=\Ä-Ž','',0,'?'),(_binary 'E« Á—:‘¸† PŒÀ','wp-content/plugins/wpforms-lite/assets/images/empty-states/payments/get-started-lite.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments/get-started-lite.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'góºn6Œe+w \é°E',_binary 'ò\Ôòµ\â\"1.x!\á\äV„jÝ±,\'•\Îx€ŸwhÆˆœ','',0,'?'),(_binary 'E®n–j—Ád’­•ƒ«1','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œy\èvil®27ž\àk.\Ç',_binary '\0{›v„\é4…+9¤ÿo&1 G3<\í\Ó\Ï*Ca','',0,'?'),(_binary 'E³Aþ \Ú\Ï\Ò\î¥\èD¯œ','wp-content/plugins/revslider/public/assets/svg/maps/ic_satellite_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_satellite_24px.svg',0,_binary 'Aw°..­\ÖAE¬üC\Û.Èƒ',_binary 'Aw°..­\ÖAE¬üC\Û.Èƒ',_binary '¸\æ\ÔN\ÜJÞŠuz8	\ÇR3\çÀ”\æC´\èÕ¥ˆ¸','',0,'?'),(_binary 'E´;=©«4\Â]L[O¨','wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›Õ«c\r*jº\íH\×þŸ”',_binary 'û\è¾Nj\Ï\ÅZvÃ­Á \Ø!*\Úp\nE{+,œ…yU\í\Ø','',0,'?'),(_binary 'E¸V\àó÷,\Õ%¦\×,SM=','wp-admin/ms-edit.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-edit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P3¹\n§\ê7|L?MtAº³\ß',_binary 'aƒ\äÀ‰\ÖÁc\Äsc\Zƒ¹\"\âV\èÁL\\¼Ñšµ','',0,'?'),(_binary 'E¼;B\ï‘u]›=ºQÇª\Ë','wp-content/plugins/houzez-theme-functionality/shortcodes/property-by-ids.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-by-ids.php',0,_binary 'µº¯¥ÿK@Ã˜\ØÒœNwY§',_binary 'µº¯¥ÿK@Ã˜\ØÒœNwY§',_binary '¼\Î\"6p\çµ\Ò\ÙoŽU\\ó\Øxf‰¡~I0µò=7\â§ù','',0,'?'),(_binary 'E½\Æt\Ã\0\èQ\âÐ¾JÑ±\Ö','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/nb.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/nb.js',0,_binary 'k%¬\Èr3©<\Òa¦†6Š',_binary 'k%¬\Èr3©<\Òa¦†6Š',_binary '8Ë˜CTþ-®\áG´\åÖœ\\`¸\Z—&\ä0XBŸJ\Ú','',0,'?'),(_binary 'E\Évœ+ \\/†c¤\Íù%Å‰','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-exclamation.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-exclamation.svg',0,_binary '’`’…o\rSC)²0\êŠK\â',_binary '’`’…o\rSC)²0\êŠK\â',_binary 'r\Ññ2eÄ§Ž\Þ5\Ò(9C>[µ\Ð\ä¾\Ø6.W{ž\Ô\æ†o','',0,'?'),(_binary 'E\Î\ÚRQ…\Ä47¹\Ô\ë\"\ä›ô','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gB®\Êªr6½I±f\Ý\Úø ',_binary '\ä¨0±\íÇ…\æfðÏ¼Eõ\äH	0\ß\ÂT1µˆ\ÓMHr\\','',0,'?'),(_binary 'E\×´w\ÕòúBdRy,ý6','wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\ÖNuHGÁ\Ãœ7¶˜\Ú',_binary '—_‚\êû^*¶Ž\ÌZó\äºV\Í!\â\ç­@û¥c»M;','',0,'?'),(_binary 'E\ØB©xÿÊ–[ü\Ç<*H\Å','wp-content/plugins/revslider/public/assets/svg/av/ic_replay_10_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_replay_10_24px.svg',0,_binary '¬B	\é\Å\ï\Èü)¬„',_binary '¬B	\é\Å\ï\Èü)¬„',_binary '¾œ\âYP)þÿ!6šMM‡îšø./³ös\Õip\â²\Z','',0,'?'),(_binary 'E\Þ_	8\ËjGSöÔ™–p','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/class-redux-color-rgba.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/class-redux-color-rgba.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆqwõ®hRl©¡…\ïþZ',_binary '\É\é\â\ØÆ»kY\Èô \× \Ý\Ñz$hûƒ8Ó³€\ê\ï´','',0,'?'),(_binary 'Eè|\Þ_Zš\ÕE*','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/functions.php',0,_binary 'ðE}e¸¦¨/ž\Ô!l„',_binary 'ðE}e¸¦¨/ž\Ô!l„',_binary '\É\Ë\ë¤+üY\ÍþEþ*$*\08G\Å\Û\Þ\Ò\íW‘\Ñ\É/?','',0,'?'),(_binary 'E\éB3A\Ç\Éô-\r\Ü&!\ÕT','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Í“/qùõa\ê)^=f?Ÿ\äþ',_binary '’Õ	§Ž¦­e?œz\ë¬õª–c™Z\nˆŽõ€œG\â\Ã','',0,'?'),(_binary 'E\ì–1B¯!\Ê>ò1#N¡²ü','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataProfileInfo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataProfileInfo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î\ë^:c\n6s+s>*\é',_binary '¥\ÕÁ6„‰ø¡šU\Ã\Ïy·‹Pw1\ïûˆ)ö±_Ÿ\á','',0,'?'),(_binary 'Eös\è)t3_r¢x¥\Øq°','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œU|Û²\'Ž•§	žùª',_binary '\ã[1\Ü\Æt-\é)£z×¸€ÿ›;\É@KŸp\Êöo]\ì','',0,'?'),(_binary 'F–HÈl\ëe“\É#\Ý','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l,\×‰r\Ï%¸^x¥%',_binary 'þ\ê\ÃY=\Ñ_®b°»|Ê§&f,¬‰<¼\Ã£¶¤¨','',0,'?'),(_binary 'Fh‰[i3¤´\"+h6Á0','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Í ‚6T\Ø\Û\æ\'-\é\Òu\Õ\èþ',_binary '\É]hFpÃ¬Nƒò\à&=L¼\àÖ¢I\'o©}©\ãrñ','',0,'?'),(_binary 'F\rºx\Ów~\Û\rÜ±´\ç\n¦','wp-includes/widgets/class-wp-widget-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-search.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’´I\ÕS4¾&kû\ëD',_binary '\ë‘°\è iu\Ò\Í6#IƒB3ƒf\ØAý\\\n<W PAA£','',0,'?'),(_binary 'F-\ËF÷X´ùwÿ\n\Þ','wp-content/plugins/redux-framework/redux-core/templates/panel/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'F\è^§K\'1¨“\0[¦\å','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hy_AM.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hy_AM.js',0,_binary '$µµ¢n{fü‰W\ÈP÷\ÅM',_binary '$µµ¢n{fü‰W\ÈP÷\ÅM',_binary '‹\Ãfa>m‚—$+§F9¨µ\ÝüNh}\ÕvSÙ…\í\n?','',0,'?'),(_binary 'FDqÀH\æ‹=’›\ßf/ø','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-800.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-800.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\"À”(8ß¢g!R\Õ\Ã#¯',_binary 'Ü¼­„²\rØ¸šª6r½|ƒ´Zqp˜|\Zû+€u','',0,'?'),(_binary 'F oÒs(]\ì_g\ä\êÁW','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U0£\È&ß’¼\×X\Z\Êt†™',_binary '4R3štU¤\èÓ“\ïù×¯-9ß¾X8\Å@’?$¡','',0,'?'),(_binary 'F ÿô|-4\î¨bF¦','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select-advanced.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select-advanced.js',0,_binary '	ö0\çH²\Õµ-Ž\Þû',_binary '	ö0\çH²\Õµ-Ž\Þû',_binary ',¶~”\Ç\Ö\ÅuFÇˆ^>‹²»El’µ\'k^;q\ì','',0,'?'),(_binary 'FüQT/\ä\\ö\ã\Ùy¤\Û','wp-content/themes/houzez/js/vendors/i18n/defaults-tr_TR.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-tr_TR.js',0,_binary '\å\ë\ßÜ³\×\ÑOÆƒ\'@lþ',_binary '\å\ë\ßÜ³\×\ÑOÆƒ\'@lþ',_binary '¶\"n:Ú¤÷\r…š\rg\×d\"\Ìü°¾7&¡™ºý','',0,'?'),(_binary 'F\ró\ß7#Î—#\îòMC¼','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserIp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserIp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\Çÿhš\Î6Ò–4ù*',_binary 'SwoxV €õWŒò¦\æJXBjq—1üI!\Ð	ô’\ç','',0,'?'),(_binary 'F%s‰\ÓC;¿þ¯\niÔ£g','wp-content/plugins/revslider/public/assets/svg/notification/ic_network_locked_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_network_locked_24px.svg',0,_binary 'Vñ\è\Þ|S\Î \ÍLOÆre',_binary 'Vñ\è\Þ|S\Î \ÍLOÆre',_binary '-aK \Ç\Ö/hJ\0·…\ÐXr¯7pZ€Îƒz#º„°','',0,'?'),(_binary 'F,ž\×6\Ö\Çô<mIq\n¦N','wp-content/plugins/elementor/modules/wp-cli/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/wp-cli/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6ð¡CZ+/‡\çþ,¾›',_binary 'cÀ¾o\ÙC±úÉ¨dœt\ÓRniŸœ“\îõk\Ê\ë˜\ë\r´\ï','',0,'?'),(_binary 'F,óœªDJaò(#\Ço½\Ò','wp-content/plugins/wpforms-lite/assets/css/emails/classic.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/classic.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è—\È\Ç=†¸m÷š\Ó\Æ\0',_binary '\ÕbC! rC8:«òl>¸6ž\\Šò\Ïþ\nù©\ë\î±GÀ¨=','',0,'?'),(_binary 'F0¾§ªLi™ö¼±`','wp-content/themes/houzez/property-details/top-area-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/top-area-v2.php',0,_binary '‘\îõ~”žº’y\ã\ïn®‰X',_binary '‘\îõ~”žº’y\ã\ïn®‰X',_binary 'tÁ«JhK€\Ø\Ê%žWt\Ó\å\ØL}\Í4Ê‡\'\Ó_ökL','',0,'?'),(_binary 'F1+\Z#÷+d\Ó{‹w\Î{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ.D6·pŸišr`¶fw\Þ=',_binary '\Ä2\É±KJ73†ñx§2\ÚM2°®&˜+·Œ•Lü‡L','',0,'?'),(_binary 'F1«‹œ	\ì\ÖÙ›œ)H›','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'óCÚ¥K*Z\Èùþ|4tž',_binary 'ÅƒbF_—a\ãŒsxq`\É8­D\à¤´®¾!},•‹-','',0,'?'),(_binary 'F6\Ñg{\ïYˆ\é ——R›','wp-content/plugins/updraftplus/vendor/composer/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•]_\åŒ#Dö´\0óƒµ\â',_binary '\Z ŸøÛ’ö%§4~N\Ù~Gh!b\Ø­:w‚˜ÉŒ¿™\'','',0,'?'),(_binary 'F9ŸŸ\ÚcY\ça]Ê‘L','wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/MemoryCacheItemPool.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/MemoryCacheItemPool.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ø¡·Tws¬5†}q¾-Q',_binary '\ä\ËV‘\ÜM“ƒ)vðf\ê\ì64hO¡›µç¬ƒ“\Ì$\Í\Í\Ú','',0,'?'),(_binary 'F>?\n\Z•‘[‘sW0T\Ù\\','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-600.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-600.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ\'ø¡þ„iE¼WŽö',_binary '13Éƒ[\ãü\r\Ç\î9mvÿ#XM	ÁaÎ¡Ú\â‹3f§\Í','',0,'?'),(_binary 'F>da2\Ñ\åïƒðo_‰\\.','wp-content/plugins/houzez-theme-functionality/elementor/widgets/agents.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/agents.php',0,_binary 'Û·þfŠ‰\á\Ò\èÀ¾{ž\Z§e',_binary 'Û·þfŠ‰\á\Ò\èÀ¾{ž\Z§e',_binary 'žQÐ xfUd2[\â>À\à‡\n‹Í°W*3ñÖŒ÷ø¾_','',0,'?'),(_binary 'FABbŽ\Ê\æ\Ñ\\Š`iô\Ë\ì4','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Price.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©Kh\ÉT\ÙU®\æ¦AMŽ',_binary '_ð™\Âm%(!f*\ßadË´.ð0G\çUÏ±\Ö\Ì\ZÏ°.','',0,'?'),(_binary 'FAM}ò\ïµ\Ú\éÓ”‘óò\Ð','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-widgets-c4b49ec1e2ef6587bc2d.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-widgets-c4b49ec1e2ef6587bc2d.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õ|\ÎbV\ä< ´–¦!¿¶',_binary '@\á¯7•’˜„\á†\Ä*¦AHÒ³÷r\ëNNb(\Þ\àòúL','',0,'?'),(_binary 'FCW.ö3£±¦\Z±U\Í','wp-includes/js/jquery/ui/checkboxradio.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/checkboxradio.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÞƒŽx>.\à\Ì&\ãm\Ú\×',_binary 'ju,+¸“\ÌZ\é\É\ä \Å\Ê\Ý¢\"MzÐƒŸ>“\Õv0\æ','',0,'?'),(_binary 'FD4¢\Ð\ß\Ú}Ù¶Ì¾\â÷\É','wp-content/plugins/revslider/public/assets/svg/content/ic_content_cut_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_content_cut_24px.svg',0,_binary 'j\n]\Í\Ç\Ëp\ÜD\Ûe',_binary 'j\n]\Í\Ç\Ëp\ÜD\Ûe',_binary '¼½\ÇEú¥¤	\nú¶¹SJ1\'h\Þ\æ?qðýD»','',0,'?'),(_binary 'FFvŒ‘V;vð8/ž\rµ','wp-includes/SimplePie/Misc.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Misc.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4Pöò\r\Êi÷B™Be\ïúŽ',_binary '÷¢q¼\î\çÑ°£¶É§Ó¿lpKò9 \Õ^¬´/t‚\Ì4,','',0,'?'),(_binary 'FHŒŽ¼30m:½¸s›¶','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xR\Þ	¬YµXž\Ô\ÛÝ¤\ä\Þ\æ',_binary 'm¦Á¿\Zc¼§—Ä­\Íó¶½]ð\ï\ìŠ[ˆ\Ô^\ÞP…·w','',0,'?'),(_binary 'FLÁ1\×ú\Ü\Â)e¦ðÿœO','wp-content/plugins/redux-framework/redux-core/inc/fields/content/redux-content.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/content/redux-content.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z)D\Õ\ïQ™\ë•&º\ã',_binary '\ä«k¯	œþA\îµ\ÑX˜³\ÙA\ê4¿\Ïe¤\Ö\å¼\Ç','',0,'?'),(_binary 'FP‡ðW\Ö4V\Ï\çÀ6l','wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºêƒºý%‰\n“\Øy›',_binary '5±‚/®´±›”\È2o\Ôu8ƒ¤öj„¹.ù\Ç\Ü\Ü\ÑR','',0,'?'),(_binary 'FVJ¿%T¼yÙ‹«e‚','wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­#ƒ\Õ[.FpR¾\èœûb',_binary 'òÖ´kT\Î\ázgJü¨g\ÌBµje)\áL¹3','',0,'?'),(_binary 'FW\ÚÚ“¯2c“þ\ï,e%•','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/WmxSitemapContent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/WmxSitemapContent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”ý€ƒüÒŒE`A\"Æ£\âö',_binary '!p¤ \ÌdJ‹\ìŒùI™Á\àk\å¾\ï<š\Ò/šO\Ä\á','',0,'?'),(_binary 'F\\±\r\r~\Z~×U™\ëõ–','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/StreamHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/StreamHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý^\ßv3\ÅMÃ‡p·',_binary '¢Y\â‘S\r|…[Ue°„JF¹\á\ê\\I	nV!\ê\0¼','',0,'?'),(_binary 'F_€	\àY.P\ryµav\ã\Ç','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_up_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_up_24px.svg',0,_binary 'A,t¹\02—¡lœ½\Ë!',_binary 'A,t¹\02—¡lœ½\Ë!',_binary 'Í‡\ê\'BS\'#È§þö7Ýµ$\Ö#…QTLd—\ê\àNMcrý','',0,'?'),(_binary 'F`Mß¸cÿN§!¡·¯\í','wp-includes/blocks/image/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~”?\ËûQ 0¤©þHD\Ú',_binary 'Ê»©ò´\Êmü|¹¼Ë¥€\rh®Rq±?¶²½Ó…œ\å» ','',0,'?'),(_binary 'Fm ‰\Åh\îtŠK.sð','wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8LÀüðtº‘|\Øÿi«~',_binary '\ëþ#SFS¸!gVU’©3\"\ÄTa\ì\\+\×\ÊP\ã›','',0,'?'),(_binary 'Ft\àH6\Ù`Šy\èÛÖ¿`[','wp-includes/blocks/button.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd¾aˆ L\ÂÁ\Ì7û¢Ÿ',_binary 'š\';KY\Û1´\Ô}\×&o©½UQ®¾\Ù\Ñ#½Nªg\Ãg','',0,'?'),(_binary 'Fu\ÙÐ¹ŒŒ\É\Òõ’s\Å`—!','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r–{Œº_dù\à]Ø£¦	To',_binary '\Ä\'£¨%›G2G\ï\æ0®ql†\áOŒ\ÛLm\Í`ý™\ä\Ã0G5\'','',0,'?'),(_binary 'Fzx\ÎM‘B\Í\',7\Z1‘','wp-content/plugins/houzez-theme-functionality/classes/class-agent-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-agent-post-type.php',0,_binary ',–lmÖ\è Á\ß/@',_binary ',–lmÖ\è Á\ß/@',_binary '²šL¦¿2^û¥OŸ5K­Ð°«Ý¤d€v(.bB0%—9','',0,'?'),(_binary 'F|÷œ§§w\ÜZQ,O—þ','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6\Ú\ã\Ï?\Ñ\n\å	:®Â›{Q%',_binary '„\ß—ZªIK/IµøwÂ¥‘Ovy›EøBi\\$G‹&','',0,'?'),(_binary 'F}?\0\çin„¢Àó¨¥~ü','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountChildLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountChildLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù%š§ö\ãy¯=#× kI',_binary 'F\ä²T/\áSEOA¡\ÎJV˜C‰Áb¢$‰Eœ]VB¢','',0,'?'),(_binary 'FsJ¦Â«\Å%\ì”\ßta/\ç','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_\Ì\ÉZŒ\î`}¼\écg’²>',_binary '\"-ú\Ò\ê\ß\Ý|4V‹ù3\ÔBùS_[	ƒú\ìKÐ““\Ã','',0,'?'),(_binary 'F¦\åpR\ÉSŽ‹30E¸ª','wp-content/plugins/wpforms-lite/assets/images/about/plugin-searchwp.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-searchwp.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't\Äü\ê¿Í¯=\0ÿ—',_binary '¿iIL™A`Ãº§ \ß\Î\Ã.\Ðie_N1\ÆV´Çˆ\n¸ô›','',0,'?'),(_binary 'Fƒ)Õ¾¼Q•œ:‹pV¸H','wp-content/plugins/redux-framework/sample/presets/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/presets/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'F’\nœ<Qq¦œ\È\ì,¢£','wp-content/plugins/wpforms-lite/assets/js/admin/admin-notifications.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/admin-notifications.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0KÀ\ØK\',Kºüs}MN±',_binary '•\á^‘þŒ/“q0VÍ¥kW\Ò._b\Ø.¶1Î\Ï','',0,'?'),(_binary 'F˜qaž†¨)Á\Ü+ñÜ·d‚','wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šþ\Óý\Ív\î»ø\nf\×\æ¬~',_binary 'M-?(½)x\í\à\Ð=ñ´\èýò\àA\ãiüd]\íÆ´\áÛ†œ','',0,'?'),(_binary 'F¢\\v\ÌÔ¶\ÆObÐŒ·^{','wp-content/plugins/elementor/assets/js/common.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/common.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºõ¡UT\çoÁ\é¥ñkC\îy',_binary '#yÛ¿ŒIý¯­wø:\Â.\é\êÃµEúq}dlƒ®s\í\ØòS','',0,'?'),(_binary 'F¤797¤÷\ç¶xO	\ÍE','wp-content/themes/houzez/js/vendors/i18n/defaults-da_DK.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-da_DK.js.map',0,_binary '¸\Ëú\Çñe­=OÎŒ*',_binary '¸\Ëú\Çñe­=OÎŒ*',_binary 'vw«CO\ÒP#½eøµ.\ì\Ý\â:p¤h>.\\,k\Þ<~','',0,'?'),(_binary 'F¥“oV3o–\ÜK\Ô\Ç\îD\å','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hr.js',0,_binary '\ä\ÛoÔ N£¾\"\ì',_binary '\ä\ÛoÔ N£¾\"\ì',_binary '\Ð<k\ëÏ˜·ƒ}=€\ã¯\â\\²( c®—¡\r°(\í','',0,'?'),(_binary 'F­\\ºC?\ÌZ\Öúö\Öý','wp-includes/css/customize-preview-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/customize-preview-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³\ÃÞ‰ž®\ÖôÚ«dŸ¡3',_binary '~ð\'¾§[z\Ð{‡\Ø:õ\Ì›\ÑLÄ€N7A›ž	','',0,'?'),(_binary 'F¯7\r:Ž£_\é­\è^\Ü','wp-content/plugins/houzez-crm/includes/class-collect-form-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-collect-form-data.php',0,_binary 'RKPŒübëŽ³„\Å\àn‹eŒ',_binary 'RKPŒübëŽ³„\Å\àn‹eŒ',_binary '4•o\Û\ïòõ7\×%\ÖK-È™7C\Ü\Äó=T¿','',0,'?'),(_binary 'F²B…\ßcO+)Uc\Åu','wp-content/themes/houzez/framework/stripe-php/lib/StripeStreamingClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/StripeStreamingClientInterface.php',0,_binary '\ÆX®JX¿4„\Í\å/µùù\ï',_binary '\ÆX®JX¿4„\Í\å/µùù\ï',_binary '.Õ°,J\×ÁÀZ4sbº(’F¦•.†ò\ËXj.\Ï	\î%@','',0,'?'),(_binary 'F¹­8Â“ö7G\ïF bcõ','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰\å\ïCRe\ç¢ô(|1ˆ™',_binary '§Ý“\Ý^\è4Žy	Ê€-\ß\è\ä\Úú\ÏOt\ád‘\ÅN@','',0,'?'),(_binary 'FºV¶\énhL3\È<o<','wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%’¥0m\r\ÇHµ™÷ƒ\Âg(¦',_binary '\ãN¨\ê¡\Ý \èe]Is\çG ic]\âc\í\ÙQR\Þ\ëAy\ZB','',0,'?'),(_binary 'F»~\×\'2š\'AÍ‡\à¡','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/DataManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/DataManager.php',0,_binary 'œM\â5w\Ð÷XvI6…\Ú\Üó',_binary 'œM\â5w\Ð÷XvI6…\Ú\Üó',_binary 'T™\Å\\.‘e”\Ü–ò¾™ñ€ À\ï™\ç\ëñ8\"','',0,'?'),(_binary 'F¾tB•Æ\ÅW\åV&úu','wp-content/themes/twentytwentyfour/patterns/hidden-404.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-404.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N¿ªŒ\äU\è&•vlJ?À—ò',_binary '‘§¤ZT™Kz¶]µ<\ÙiŠ‹4\0L\'‚µ..Ra\Ã˜','',0,'?'),(_binary 'FÁô¬Ãƒ\\ŸO\ç¡fg\î','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê\î1\ì\íõv•ŠR',_binary 'N3G\Ñ\'²`\Î÷+R>¢P]E\ëúÎ³g/ÿb?¬¨UX','',0,'?'),(_binary 'F\Æ\Û\ÒþCË„”4·~.ð','wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	ež£o\n4°#†\î~}W',_binary '\0Š\"p\Í\Ëñ¶\ïGy\ÕNp~\Ä÷*•š 7nµ\'\äØ','',0,'?'),(_binary 'F\Ð\'£B¤/\í4{J\Í{w','wp-admin/js/edit-comments.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/edit-comments.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H’\ÈØ«W‘E\'\Ã3öö\âK	',_binary '¨\Ý\àwdXuZ\âý~¥~ð\ì0H°Z\Èlö\0¤·\'&\×Æ‹^','',0,'?'),(_binary 'F\Ñ\\\"¼L‡òŒ\ä\Ý,4ê«¥','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é)¬y\Ëþª[Þ™mûM^',_binary 'û\Ðg»\Î=H’Ó—”\ÅÖ‚‡H\â\×w/~½°ù“p--','',0,'?'),(_binary 'F\Ôx\Ûbš\\WZT!qY','wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž•,Y\ç\á”Ë¿‡·©’\Ç',_binary ')Yjød\ì\èU\ÙXÄ¾ó”¡´m Tõ\ÆS9SY¾','',0,'?'),(_binary 'F\Ôóˆj\ê¹GP©ðfvý','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_clear_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_clear_24px.svg',0,_binary '¹H;¬{eŒ·i¶:¸*',_binary '¹H;¬{eŒ·i¶:¸*',_binary '…\ßÊ†™ý\ßŸý·c÷	uÿþÝ¬\à„\ë$œ´q \é\"@¯','',0,'?'),(_binary 'F\Üx¦\Z4I\ËhGbC@¥†a','wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì.·øJŠ\Êõ\Ô\çt\ì\Èy\ß',_binary '/ùU;n‡\ný\Üø\rµ|\à‚\Õ\ró#˜¯nª¼‚ž—k','',0,'?'),(_binary 'F\ÞqÏƒE§~@\Åý±I\Ã','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/jquery-ui-1.10.0.custom.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/jquery-ui-1.10.0.custom.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽÁ’\Î*’››bƒµÿ°i\ï–',_binary '\è\î™¼›û/ºŸû Š½`ù<=\æ\Å\Ä+n»\ïK;','',0,'?'),(_binary 'F\Þ¸2†<ö‘÷…¯®\\','wp-content/themes/yith-wonder/templates/no-header-footer.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/no-header-footer.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tf\Þi\Øó)\rÍšBýë„ž',_binary 'vx1Õ»¥}€\é0‹/w3¼\Þ\àc\Ç‘g\ë(p\Ý','',0,'?'),(_binary 'F\Þò•\ä\ÊFR·A«‘­m','wp-content/plugins/wpforms-lite/templates/integrations/wpcode/code-snippets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/integrations/wpcode/code-snippets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ePvo„f\Ë`b¦Ž!\ß',_binary '3ý‚Œ‰[\rz©­=~÷¨œôÖÖ®^¸+¢¾#\ê\Ý|','',0,'?'),(_binary 'F\àp¹J¡,\Ï\ß`ndXV','wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž±µˆu\èb1VŒ\Þ\ÆIn',_binary '-ñO)¨þªApã¸­e÷ê¨¸«Š\"\ßM§&œ\nzd]\ß','',0,'?'),(_binary 'F\àˆj\Õ8\n9«¬\ê7T\È','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ò™¿[e´…9\rT¦þ˜”\è',_binary '\Â+*‰[J}³§û¸ô¨¯\êS\Ëh—oJ=[ñ<Ù”ôAL','',0,'?'),(_binary 'F\â¾õö®#\0C\Ùþ¼Œ\è','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_OptionLock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_OptionLock.php',0,_binary 'iË°g„u\ÜzžSºš\n)\r',_binary 'iË°g„u\ÜzžSºš\n)\r',_binary '&1R›‡p©O£Õ¹K˜u\Ø.i‡N/\æ5¶0ÿ&','',0,'?'),(_binary 'F\ä›p\Ï »!÷\ÙP<\Ì\r.','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\â¥!PzÀ\Ê:IÁ\Ï\á',_binary 'Xå°\â\Ð>\Úÿ\È4úÿ©Z›ò\ÆF†œ\ï¼\îF¹²\Åø÷','',0,'?'),(_binary 'F\æ; !~l­±·‰^m\Þ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â\ßE‚^\Z¦\ä¸\á\Ú\æb&',_binary 'óc\n\Òø\Åd\Û[bñ:O¨\Ü\è;Fÿ;ü@õ·Sq«B','',0,'?'),(_binary 'Fñ²\í~<{š‘#ü\è1','wp-content/themes/houzez/template-parts/listing/listing-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/listing-tabs.php',0,_binary '|\ê\Î÷º›Ò¯\æu3M¬Ÿ',_binary '|\ê\Î÷º›Ò¯\æu3M¬Ÿ',_binary 'VF?aR\è•Ä¡™¶†BošZ½ýt=B©\ÜQ\r÷','',0,'?'),(_binary 'Fó\Â\ï?\æ‰C;$Œ\éH\r\r','wp-admin/css/color-picker.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/color-picker.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú<´¨—^\Ò\r’¨q!\Z',_binary '³=Li7\Í	t¾I}›|¸\ë9 –\Öohú\Ç`o¬\æ\Í=CD','',0,'?'),(_binary 'Fõ.\Ícö«\È\á…\n\Õ\Æ$`©','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j©h·y\àO\\…PË¶³\0F',_binary 'k\Ùvˆ\'ü\ä<¶«\ZŠk¾.\ê.Œ>	qò\Þvô\ê}EO\È','',0,'?'),(_binary 'FõV—\È\ë÷Á¹Od%\Ë|u‹','wp-content/plugins/wordfence/images/wordfence-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/wordfence-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\Ü\è±\Ñ\Ç]\êj-\ã‘ø¦™',_binary '8šü»\Ô\Ú#Ì„(8ø\áÿˆOû\"\Ç	+h\"Fb–\ìƒ','',0,'?'),(_binary 'F÷’\Ô\ß\×…)7^VOe¥','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'F÷\Êx“\ç~:‚òZ­€^','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MandrillHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MandrillHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rÒ›¿™,ˆ#¯\à\Ëpy$’',_binary '5%Oøwy`¾\îab1\"<‘Á‰¼£\í‚+s¾¯\å\ß','',0,'?'),(_binary 'FúÏ¯¿\Üh+Í«\\le\Øø@','wp-content/plugins/elementor/assets/js/admin-modules.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-modules.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N4òeú\èó;²zâo',_binary '•°%H(\ìK%”?»\ï‚\ÈG€0[E\Ì¥šƒµ','',0,'?'),(_binary 'Fý\ÐGG¥\á\íqz‰d«j','wp-content/themes/houzez/js/vendors/i18n/defaults-cs_CZ.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-cs_CZ.js.map',0,_binary '	DU»p\ê:™\Åÿf¥^R5',_binary '	DU»p\ê:™\Åÿf¥^R5',_binary 'ý‚\Í\Ç\Ç< \ÈfÁ\î\àæ¾¥\ÂI‚³4k\ä\Ìv&øÀÜ¥','',0,'?'),(_binary 'Fÿ\Ë\ê~\n\Ä\Z\\¾Üœ\ÈY:','wp-content/themes/sinatra/inc/compatibility/socialsnap/socialsnap-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/socialsnap/socialsnap-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µZgv´\ß|“:ª \Íi\\%',_binary '‡ýt.\n\Ì\æf÷ª(@\Ú–‘,¹€5J¥‹ø6,®B','',0,'?'),(_binary 'G\0=YÓ²£>¿\è‡\\{\Ó\0O','wp-content/plugins/wp-rocket/inc/Engine/Common/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Utils.php',0,_binary '0%<þ\Ìhƒ\î\íÀ5m¨t',_binary '0%<þ\Ìhƒ\î\íÀ5m¨t',_binary '›\ÝL†$h^~\à}†jÆ¯s}h\Þ[)@Àg¼\Ñù«e','',0,'?'),(_binary 'G\ÌI2Bx˜f!\'\è‚','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kç‘¿reü›¦\ÂUB\Ô]÷',_binary ' ¦yI˜pQ”\Ø)\Ç<5³O‚\Êo•Ž-9\æ\ÞjWSz[,','',0,'?'),(_binary 'G	\n·\Z s¾\Æ6ªº\0QB','wp-includes/blocks/details/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×øm*cavSG•ÁbÉ¦',_binary 'Î}ø)\Í?\Ãu\Ãn4öõ;[lö°±\Òw³Úœ=','',0,'?'),(_binary 'G\r\åÑ¸B§t»\r‹\Z\ï','wp-content/plugins/revslider/public/assets/svg/toggle/ic_star_half_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_star_half_24px.svg',0,_binary 'b„ ó\Þ\Ï~™\â?\í…Z\áY',_binary 'b„ ó\Þ\Ï~™\â?\í…Z\áY',_binary '\Z»þ“P¸8ž“Ä‘Cdyñ~´½¥(\ê{ð2\å’Q','',0,'?'),(_binary 'G \ØZóc*ÁH\ìm¹~µ','wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-3.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-3.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷{	]ö`xU¡k³ò7fˆ',_binary '“¥«\ÜDžhe4R\Ê0+\å¹\å\Ì\Ùk\Z÷o\Ùó\åA¿‘4','',0,'?'),(_binary 'G þ\Ô\Ýˆ\Äu¡:\È\á','wp-content/plugins/elementor/core/dynamic-tags/tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/dynamic-tags/tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡;0B¯\ßÇ…d^ ;\Çje5',_binary '„†L‹s%s\Õö\Í2ûM¤È„W>\Å\ÖÿÚ…\Ú\Ì\Êö\é','',0,'?'),(_binary 'G$\0uôe|õ¿ †\â3•n','wp-content/themes/houzez/framework/stripe-php/lib/InvoiceItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/InvoiceItem.php',0,_binary 'p0x7X×ˆç¿¢\ÙQÀ',_binary 'p0x7X×ˆç¿¢\ÙQÀ',_binary '‹f\ÉÁ`€6~`k)H\è\Â\\ôH¢_W\Þ^¦øô+ž\áÀ]\×','',0,'?'),(_binary 'G\'\ËI…Zˆ­3@«\È','wp-content/plugins/houzez-theme-functionality/demo-data/demo-importer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/demo-data/demo-importer.php',0,_binary '	C‹\ä„#øµŒO†ôˆ',_binary '	C‹\ä„#øµŒO†ôˆ',_binary '-\Úø\ï5/\Ô}^O\ãE\à\Í2µ\êÒ¦—9»ŽsH \'[','',0,'?'),(_binary 'G6U\æ2\01Rü¸“¢\ÏJ','wp-admin/js/theme.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/theme.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š|X0±\ïÊ‚\Û\Ïú€#WŒ',_binary 'p®1ª2Â£NB\ËOk¶SRþxLa\Ç\Â|o7*D÷ª','',0,'?'),(_binary 'G:Z¹\×]Y!tI¯¯¡\Ü\"','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÚjI78Ÿ{’·r\ÉP­',_binary 'Uk…ú\æ´†¿ôZM=OEw¨D²”Šw‡\è |I¼;','',0,'?'),(_binary 'GDÁÅƒCg=…?!c\Æ9','wp-content/themes/sinatra/template-parts/content/content-none.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-none.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+r\ëK¨\èxÊ–©É¯ô\Îos',_binary 'þ\'­’\Óû—\ÆeKW•Á…gG\î[J\Ò	xš!G\ç','',0,'?'),(_binary 'GEKÜ±<ƒImÀ','wp-content/plugins/wpforms-lite/templates/admin/splash/footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/splash/footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3Á\r:\\•\âÚ¬${ög',_binary '‡:™D)Šð\á\ç£{_\ë\Åô=oúm\'.P\Ã#ü2','',0,'?'),(_binary 'GHŽ€‚²rk”‘GÀžµ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomMetrics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomMetrics.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ\ë\æv\äš\èU\Ñzy¯&\ï!',_binary 'w%\ï¶KP­AN\02qUp0\Îg\Óú¶l%\ÇAro\Äø.óT','',0,'?'),(_binary 'GKŠƒ\ä”\Ú\äÿ¬\Î\n -','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯	Ÿ©¦ñ•B\ÍP\ÜKžS\Æ0',_binary '8¶™»Šn¨h°Tš^À€ò}=\Ê\'±EJP“9\Þ\Ë|˜','',0,'?'),(_binary 'GM«:½2ªÀ©Rþù\âL\\\Þ','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_size.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_size.php',0,_binary '´\r-\Í‹ªY\à\Ü\Å\ãã¸¸',_binary '´\r-\Í‹ªY\à\Ü\Å\ãã¸¸',_binary '\îdo¡\Ð„p\åö2J¼22œx.±K‹¨N²……[\î¯Q','',0,'?'),(_binary 'GM\Æ\Òn«\ï›Ú­\ë­\Ý2W','wp-content/themes/sinatra/assets/js/sinatra.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/sinatra.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y\í¸0#2[˜@’\Ó\'^Xµ',_binary '\è?À­‚šsQ™ÿ$Nº\à÷§+{Ò´\ÄK\ã\è\Ï\Ô2\ÛF','',0,'?'),(_binary 'GNÐŸ>e-1“vk.de','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\êI\Ùzˆ\Ï.F÷V:¼%§',_binary '\Äø­\Ï!G\áå„±\0:™JŸAQnZe\ÎgÀopò|G','',0,'?'),(_binary 'GOd\\S¿‘®ã®˜5q','wp-content/plugins/favethemes-insights/includes/visitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/favethemes-insights/includes/visitor.php',0,_binary '—\Ó\Õ¢\ëmpšÀ1»',_binary '—\Ó\Õ¢\ëmpšÀ1»',_binary 'ò¬\ÏRLD\Â~iwST.z¸\Î\é®|<ž\Ùs°-žŒÿ','',0,'?'),(_binary 'GQó\Æ{)?R\Ã`†Ÿ\Þ)²','wp-includes/blocks/post-comments-form/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1{â±„ñk\é«_¨\ßBv(²',_binary 'k\Æ\èó¤œð-\n !²5Á<˜s„+\ÆLTy3“wšý','',0,'?'),(_binary 'GT‘90\Ã\ìˆ®t·’','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/File.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/File.php',0,_binary 'xú³¼ü°üŽ¨\Æ\á<',_binary 'xú³¼ü°üŽ¨\Æ\á<',_binary 'Ý”‡›,}	ë« ¸ˆ÷²û\0øÇ¿\áPñùrÿŸ¨','',0,'?'),(_binary 'GVP\í³\ÙÑ[Á\Íòh\\\ç¯','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°hqòþ\æ²A\Ö‚®“i¹',_binary '’¢	q68…xÖ…\ã\\üªs\rN¾~ƒ.—ûZØ®[\"','',0,'?'),(_binary 'G^\ß«\âšS\Zù+“u','wp-content/plugins/redux-framework/redux-core/inc/welcome/css/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/css/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Gbz±Á+L#Q’0´','wp-content/plugins/updraftplus/central/css/central-1-24-4.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/css/central-1-24-4.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô/P\ÖRrdo\Î_N³™\Ô',_binary '¨©Hõ ü\\¸+w\è>k½ý\è\n\ë\Ý2*Ÿ“#[<','',0,'?'),(_binary 'Gi9§œ$\ÇLÐ²u\Ê\ßUß¬','wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä÷6>}\Ü\r+™D>Ÿ÷y',_binary 'M•.òkü~\æú_+>`=\àHÏ®­2^x\æE‡o\Ï','',0,'?'),(_binary 'Glœ\í\ã+\ë(³«ôŸ€','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/class-redux-customizer-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/class-redux-customizer-section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't\Ûß¸nM‘¼YM\ì<',_binary 'z\ív‰^BL\Þ\Ö2€z-£”n‘\ìvX}š\nÀ\Ï~\Å','',0,'?'),(_binary 'Gl¡ˆ¯õ>G\ï\â°Îš','wp-content/plugins/revslider/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'Gm}1,Þ¿²\ãtQ¦«î¡Ž','wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/colors.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/colors.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'é„©ð¨Ú¨,¿p’\Ïp\ë',_binary 'Aš\Ù@\Ì~9v£šÙS\çxú\àÍžq7ˆ$A\Ó0','',0,'?'),(_binary 'Gm¹™:†MÄ¾VÀ‘LÐ‰','wp-includes/js/tinymce/utils/editable_selects.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/utils/editable_selects.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡J“‰q2¤¢I\'\ÆJ—9ÿE',_binary '¿v\à¡\ÑGjs\ß\Ýf™Ÿ	eªd\É&\ä¥g·ÿ+¡ö\Ë','',0,'?'),(_binary 'Go?0\Æg-´\æ®Ñ’¦\Ô\î','wp-content/plugins/redux-framework/redux-core/inc/validation/url/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/url/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Gq\Õ\ÄF!ºÊ˜\ìc¦Š\â‹','wp-content/plugins/redux-framework/redux-core/inc/fields/color/redux-color.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color/redux-color.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜¤H­\Z™\0Ø¥²\Úxž\î*',_binary '®XøX9­þ€-ÿ^\Ë_tšõ:®R‰¯ˆ\Ðcð','',0,'?'),(_binary 'Gu¹¢\Ø\èþ\Ò\Ò\ÒÊ­ò','wp-includes/class-wp-meta-query.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-meta-query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U\í«mVP¯£\ãS!¿¥»ðU',_binary '\Æ:m¬HuöÇ¶+½\á\ÓÀI\Î\æü 6JeHÞ7\Öz.','',0,'?'),(_binary 'Gu5‰\Ã•aÔ¯\Þö§','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—†#õ~o\'»\Åð/\ÐN\Ý',_binary '$šj^*¹ü\ä¸\çl½¶\ÃlušCð­\î\Ý=T5	zDD','',0,'?'),(_binary 'Guµ^¨/1\Æ\ÔÕSñŽ7','wp-includes/atomlib.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/atomlib.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z¿†\ÃZA”°2Ï \Ô,',_binary '+‹bt\Æ=U(ü\á.¦_ö\Ãl¯b§úŒ¾_P\Ë$\ÌW\Æ}Á','',0,'?'),(_binary 'Gva™˜œÑ˜\Õ\ëö\ÓLœ','wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!F­V¸\ÐYFö§¦\Æ|·\Å',_binary '\Â	3?\ÞkZ,|\'r•gœ\á]Ž˜>n\Ø4¾²ú\Æð','',0,'?'),(_binary 'Gx\Z¡\Ê5-±šj\Ývö','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ru.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ru.js',0,_binary '\ØO/ûÔ¾\Î\åI2L\ç',_binary '\ØO/ûÔ¾\Î\åI2L\ç',_binary '‚k½˜õ6FŽ„o‹L]zôPƒcL(\Åqß‰ø\å\Ç\"','',0,'?'),(_binary 'G€9qóñ\ë=Ê¥[3?a\è','wp-admin/images/bubble_bg-2x.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/bubble_bg-2x.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[\Íb\Ûó€L\ÊüPžoÀr»',_binary '\ÓGJ{B-\Êr©$‹u¤]ó «™¡]³E.¦\02%ÿ¶\Ü\Ék','',0,'?'),(_binary 'G‚^ö¬\Ëa\å˜ÿ;ð	\í\ã','wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/CardService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/CardService.php',0,_binary '¹_+xËÔ­\ÞX\ÞyGe>',_binary '¹_+xËÔ­\ÞX\ÞyGe>',_binary '\è—û‹G÷\â\Ýj\Ûþrº¢2W-Xš¡\ÚŽóýq','',0,'?'),(_binary 'G†À\ãL!\Þn\ËPlFP','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/country.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/country.php',0,_binary 'f3UˆÁô¯\ÚÜ‡¨<\ÚÁRú',_binary 'f3UˆÁô¯\ÚÜ‡¨<\ÚÁRú',_binary '—-Ò“)¹vf^\ÚùVº\ï½À\Ùq\Ú\rªó›¬\ÛYz‡™\r5','',0,'?'),(_binary 'Gˆ\Ü([]\ÔÝªCŸ/%¢\Ã','wp-content/plugins/wpforms-lite/lite/templates/admin/addons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/addons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8£—	C™?‚\0\ÈZF.',_binary '–´yšyÿW\ÞO~Ú´§û:´,9¾³µÌ¬\ÇY\Ö','',0,'?'),(_binary 'GE÷³¯=]·\Æv˜*','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-ads-8a01949acbaf5f9513e3.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-ads-8a01949acbaf5f9513e3.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Šw¥ö#‡‚\Ôl©gŽ\0]0',_binary '¨MR]\Ý;´\Þ7BZ\Øu»\ç\nYrW¯\ßV@\à','',0,'?'),(_binary 'GŽ=Šu\n\Ì\×Ë®¿\0V}','wp-includes/blocks/avatar.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç\Ìóø°\Å\ï\ß\å	{g/\Ø',_binary 'g\Ì\äU›w¸³\Ï`9²\Üü\éiÚ„gTT\é\n8\ì¹*	º6’','',0,'?'),(_binary 'G‘!p)®?¿\îf.]T\Ç\Ì','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-revisions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-revisions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ël2FRÚÊ«Û¼þ',_binary 'l½6µQB‚^\ÊxcS¶\î*†…’J£u8a´F?‰\ë','',0,'?'),(_binary 'G”2\Ç\ZÛ¢p_zö;\î2S','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/private-note.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/private-note.php',0,_binary '(–\ß\'†k»QŠ¹¤\Ð',_binary '(–\ß\'†k»QŠ¹¤\Ð',_binary '›\Èû\",9	šM0ûª\Ôj\Ô`¯€_¤\Ë2Cx„tó\Î3\Ü','',0,'?'),(_binary 'G•¥”=Px\Î\ËÐ˜ý9´Â','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bbª!K\Ò*7½w\â),',_binary '\Öýml9½<²dQNV=Šh8†§.\Ó\"\Ø\Ñ^#\Ó','',0,'?'),(_binary 'G–7\Zž\æ²I&:\íx','wp-admin/edit-form-comment.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-form-comment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢Š>Iºª9j@s\çoù',_binary 'QI\åÁJƒ\á1	\ãæ¿ªL\Óó˜É¢ñÿ\Â\ä\ärŒ(„\ì','',0,'?'),(_binary 'G˜\×\Ôü-ŒF¸—LˆI¹&','wp-content/plugins/wpforms-lite/assets/images/addon-icon-sendinblue.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-sendinblue.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j] b´¼°IfþjLo',_binary 'Q,ˆ‰m,º”mUY¹LŸ»¯\Ø\áqô\'\Í9sÈ¤ö','',0,'?'),(_binary 'GœOÿD\r\r\\”T‚’\ÕÃ¿','wp-content/plugins/revslider/public/assets/svg/av/ic_playlist_add_check_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_playlist_add_check_24px.svg',0,_binary '9q6ÈˆC\rúvg\é‰>_¯',_binary '9q6ÈˆC\rúvg\é‰>_¯',_binary '—¸ä˜¡ò%E\é·.\í5‰pÀI±Ÿp\Ú>NW\Ýk','',0,'?'),(_binary 'G¡¤\é}µŒN>µ\è„øl','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/autoload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î\Ðdo3¹¨\äþ^½©7“´',_binary '’½D«·—\în\×ð\ímC\Ý\ÞøH%Ð¡B2f¡\Ð2_wt','',0,'?'),(_binary 'G£Q\ÍÎšÍ£`A›\'œ‹','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ðâ©©€m\ÚþPy¬S\Ü\×\á',_binary '%b <\Ö24!\ÌcI£¾“g›c\Î(\èˆ;cD9´\Ó\È','',0,'?'),(_binary 'G¦½‘9\Ñ\0&\Èò&«','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­i…˜\Ú#Òƒ{®9Næºµ',_binary '^û\ç#bdóÞž\ÒW\à@°‡\âÙ‚v\0ažrû‡v}\Ç\Ð:','',0,'?'),(_binary 'G¬’;\0Ý¢*\égª§\\\Ð\ß','wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öc\Ë©_\Ó\r\ÄÁUqg¦',_binary '4`õZ`\à¿.QtP2\Û%Y\Î\0˜\ÌGeÀ!Pô;¨`','',0,'?'),(_binary 'G¸¯\ï\Â%`ò_\æBgS','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/gl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/gl.js',0,_binary 'ƒTY\çq¨¢œ­Mõò,ü',_binary 'ƒTY\çq¨¢œ­Mõò,ü',_binary '8ˆ+‡\'\nÐ“5/‘óM\Ý\ê_­’·M\ë»jñ¸{)·','',0,'?'),(_binary 'G¼\È&Üx\ã\ße—M9vß˜','wp-content/plugins/redux-framework/sample/sections/editors/wordpress-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/editors/wordpress-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U`a^Oƒ^³£\Ä\å¿Ù\Ô',_binary '0¦E®\ÕÁ\×L\ì\çðs©•º±\æ¦Gc\êH·ž~\é\ã','',0,'?'),(_binary 'G½ˆ4o\ÉÀc—ü%k²','wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[	T›.\Ö\Ök•vªÃŸù%\Å',_binary 'D ¼mbŒ\Ú,¡\ÂiJ>=@\îô\çgw¬K\Ü\Ëlj','',0,'?'),(_binary 'GÁ`:&w¦|u.ˆ2š','wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß‰ûy\êD¹,4µ0$?Fû',_binary 'øfxúYD”£X$ˆ|c+ºÌq—ˆ€TÛ¢øv²oó{','',0,'?'),(_binary 'G\Ã\ä»\Ã\×\ÇXC\ã¤ý\îV','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service/Resource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service/Resource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CÙ®cð«\È+f7½ó!’F',_binary '\ë 3}!€\Ô\Ö\ÞNTF\'ªœ»jgDu\Òd\Ö\×\Þp@','',0,'?'),(_binary 'G\Äøíš½\Õ\Z¸ûÚ£÷','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ük\í|\Z5›\ê\Çw\Ä',_binary 'ôËºC\È[†!üù°K!w»C±\Ø1¦eý\"i ‡\\','',0,'?'),(_binary 'G\Ä \rFXµ(&-<¾«Ü¤','wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.es5.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.es5.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'SR\Ä\"	/|;š1#5ñ\Ü\Ä',_binary 'q6¹	¼€#\É\Ùaõ5dÞ®65ƒD0¯¸²	°?d\Ìn[','',0,'?'),(_binary 'GËšL´-Ž		ö˜§ii','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/field_image_select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/field_image_select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’+†Eùjº³\ì.2ªŒ\Å|	',_binary '\Ù\n(,·G9C¥^œÞ«c\Ûq^¾\çl\è#÷×˜¹ƒ\ÆÉ\Î','',0,'?'),(_binary 'G\Ö^0û!\Öm§ƒ–ì¿¨','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-NZ.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-NZ.min.js',0,_binary '¨9\Ú\Zü	eu£\Â`1+P„',_binary '¨9\Ú\Zü	eu£\Â`1+P„',_binary 'W\Óóô–ó*P¸Œ\Ä{É‘zÁ,oûY4!–¸¹f—#‘_\×','',0,'?'),(_binary 'G\Ú÷\Ê\æp€\×Á§\éóF:','wp-content/plugins/updraftplus/images/addons-images/fixtime.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/fixtime.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?P^\äÐ± \ß8nQLüm‘',_binary 'œ\Ö|@ªÐŒC-\ëD\Ó\Í?^¨ 1µ‚Á\Þ\Ä[?O<','',0,'?'),(_binary 'G\ãK6†\Ã\'1F\Ï\'Œw','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Response.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Response.php',0,_binary '$\Õr)Tù\áµ10 þ3fc',_binary '$\Õr)Tù\áµ10 þ3fc',_binary 'Ì•\Æ,Jñ\Ã\Ù2e lR\ÖŠ\áe«p\â\Ð\Ï!«\Ü\Í\Z','',0,'?'),(_binary 'Gä–³\ÐvŽšÇ¾{ž','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ\é[\Ì\å%ð…óx\"u\ÂA',_binary '\çˆU\áòC—˜œ\ÜÐ‰lÚ±,¹¼a$ Fwñ¤’1','',0,'?'),(_binary 'G\é6\íCh=š½tõrJm','wp-content/themes/houzez/template-parts/search/fields/status-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/status-tabs.php',0,_binary 'Ë \ï¹L¯›hqwI_7°',_binary 'Ë \ï¹L¯›hqwI_7°',_binary '°Jþ¹Ð–»0óØ« ‹&;\Ûÿ[,ª_a\Ùf\ÛN\Ç:6\Ø','',0,'?'),(_binary 'G\ï0Y¥ÀVørÞ¼*¼\Ü','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü;&Î³’e!xh>‰\î',_binary '\ri\Z]\ì\"ô÷÷zeb•w\à<ƒ\æÀ¶Œ<\Z¬ZA','',0,'?'),(_binary 'GòŒ\Æ+{5\åñ\ÔW¨@Æ¿¿','wp-content/plugins/revslider/public/assets/svg/av/ic_forward_30_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_forward_30_24px.svg',0,_binary 'x\á<ƒúi]\Ê$­w4ú',_binary 'x\á<ƒúi]\Ê$­w4ú',_binary '\è\Ò\Ï!;+\Âh\"Ý”\ç·zc=Éÿ$C2ð7.°€ü','',0,'?'),(_binary 'Gü\å3ð¸—>u’^•Œ…Ð¯','wp-content/plugins/bluehost-wordpress-plugin/inc/plugin-nfd-compat-check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/plugin-nfd-compat-check.php',0,_binary 'ò\Ëj;[-\í\ä\çðÂ¼x\Ì',_binary 'ò\Ëj;[-\í\ä\çðÂ¼x\Ì',_binary '›#_X¸jx\0Ž«\Ãq\Ö\È0\Òù\ÆGR–\îÿ','',0,'?'),(_binary 'H¸½nƒ”Z‡n8Nˆ»','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricHeader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricHeader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?!|d\ãý!š»ù\Z5\Å\ï',_binary 'ñ‚JrœÆ§o0›ù\êD¦`ZzšÞþ/G)>,Yin','',0,'?'),(_binary 'HF]w?”£—yv\çy','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜L°‘\Ô\êoƒ’_YÒ¼',_binary '?UØš³7I\å\Ô9\éÞ¶€\'TÁT¡\áÅŽ\Þõ#Æš','',0,'?'),(_binary 'Hz!paw\â\\O\í\Ð\Î','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-excerpt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-excerpt.php',0,_binary 'u¹Q\ØQ¤ŒÁlX°Qx{€',_binary 'u¹Q\ØQ¤ŒÁlX°Qx{€',_binary 'ó¢`Ÿ\íB<³L\Ñ%_¦\è:9òVQ°¹W›„\Òú\Õ\ã','',0,'?'),(_binary 'H\ZIj\"Ž\r\"†+[šAµÿ','wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nVØœ„\ésp¾/ú\î\Ìw',_binary '9\ÙxK&e\Û\0J!²š>]v\ëoZ?[yÍ—b¼¸|\0²\È','',0,'?'),(_binary 'H!¾\Æ,:¡]-,iPA~','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù´—*[\Üu[Y#«÷¶',_binary '¦k”o\Â)N!hAž\Ó\èL\Zö¡˜Iˆ\ÓOÒ˜p\ã=','',0,'?'),(_binary 'H\"JŠ\âû6µ\æ\Íjÿb\ìœu','wp-content/plugins/elementor/modules/ai/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/ai/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©M­\Òb\å\Äã³ªAl\\\Ë',_binary '‹òu\Åô\î€[~@ò]ôò»V\îy»Ù¡¦û\Ò°','',0,'?'),(_binary 'H$ij…s ·\Ô}K\Ü\ÓH','wp-content/plugins/google-site-kit/includes/Modules/Ads.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç^\É+*\'\à!­¦úM>',_binary '²\é[\ÇYTa%3ª¾\Æ\ácJ‹<z<\å=ûö:Vª\Ó3','',0,'?'),(_binary 'H%`c« ÿý§ù>\Ïi«\Ý','wp-content/plugins/elementor/assets/js/packages/store/store.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/store/store.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.¾\Í\Ûb\ÐGº“W¬\Õ',_binary 's@¬C**±}-3¬;„ˆÁÿs“D~¤Ñ½í¸•9ü','',0,'?'),(_binary 'H+€E~™}§1Q\Ûð½®\Ù','wp-includes/js/wp-util.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-util.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ó†\É\0NT”\Æ5~ú]',_binary 'P\ïl\Î\Ëf±\Ú ´z½HCqD\ÏN>t£\r0üxF¡ú','',0,'?'),(_binary 'H/\Ò\Û,P7f@$³¦;)F','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Export.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Export.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’ôZrM¥f$\'\Ä_³\'',_binary 'g\á§g¾ùÝ£Ð¢\Ïw¨¦C\ìa\É…vi]zj6~','',0,'?'),(_binary 'H1º\é£d\çÜ›P6<Œ­Y','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/DidYouKnow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/DidYouKnow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·\èÀ\É\Í\Ù\íglP@',_binary '\Ã#\Ýf½—Þƒ¤µe\Ï\ÆSÿ\Þ6›W·Gû\×>Xû\Ú','',0,'?'),(_binary 'H2®\\©‚µŒ\Ùv’¸aoI','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-100.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-100.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï`;\ê,ÌŠ6‘¤@\áó',_binary 'b\Ó˜Ì¶\ëD\ïó©l\ï\ï£/O\àª;i2¸Ø\ÜXûEE','',0,'?'),(_binary 'H=ù3P;œTø\Ø\Ã~‡','wp-includes/blocks/separator/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±‰¨ù\å·\Ã\ÞEÈªõó«h',_binary '×\ÓZ©È½n_6{‹N\Ón;\ÍFM>un´Áÿ·þ\"','',0,'?'),(_binary 'H>{+–™J1jú\ê­sðb','wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-base.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-base.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤`3€þ;”b‡i£\ê',_binary 'µ]W¾+#™\Âõ“wB\Ä\ÅŒ“Qpž6ÈˆO «','',0,'?'),(_binary 'HA„¸þf¾,Áõ\ä$F-\î','wp-admin/css/customize-nav-menus-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-nav-menus-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C‰»£R\Ô_ª\Ð\ïø f',_binary '8\ÔB¢bŸ \'\Þ<ˆ‘ÿ÷„‡Bz\ÑPÐ \êØ¿\Ã$A²','',0,'?'),(_binary 'HFš8\ÝYxXŒñ\Ò\è	\ÜY1','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-location-03c93cc12544ccbbdf50.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-location-03c93cc12544ccbbdf50.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öIö[\Ä|\ÖKYÓª/‡',_binary '\î§\ç(g„\áø\Ä`\ÝüZ\îÀ¥\í\nGbh\îa\Î\Ä8ÿ','',0,'?'),(_binary 'HGh\'\ßÁxúR‡¼Ž~\n','wp-admin/js/customize-nav-menus.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/customize-nav-menus.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=ƒ\êf‡;bR4',_binary '\ÈÇŒœ\á-lMA#55´m17®†‰‘\î?ô³^^!}\"­\Ò','',0,'?'),(_binary 'HL§[Šk%Ì¸qp²œƒ‘','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U\È\nfvQ_x%›‡c\Äü',_binary 'gd°V÷—W8H8-\0E\ì’ô<#’{\Î[?x\n¢”–','',0,'?'),(_binary 'HO#O\ÙMÀIXñ‡3ƒ\"w','wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Dispute.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Dispute.php',0,_binary 'ò}ÿ&ú_VOš9×\í',_binary 'ò}ÿ&ú_VOš9×\í',_binary '\Þ?ß®X½\'mµVÕ“l^ô\à½7²\äLgL>O\\®','',0,'?'),(_binary 'HPYb\ärò\n@6\ë­\Ü\Ä','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Sj’z­rg\nˆk\Ä?\0ô',_binary '\n2W\ÇÑ¿ýA;LF¤b\èZ\ï%U<0¬‡É«4¨zþ','',0,'?'),(_binary 'HPòŽz›¡²ruÔ³xüÁq','wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z„½`©k*}µÄ–ˆM¥\Ï',_binary '¢Á^_^a\É\ê\í†!-]xÀ¶R\'\×á°‘ó\à2¼Šû','',0,'?'),(_binary 'HZõ\ë%OüJG\Î.©Uª\ã','wp-content/plugins/updraftplus/central/factory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/factory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L\ïx”GQrCl¤Š\ÊMù\Ö',_binary '“}¥SK´RÈµ\æpw´\ÐE\Ùÿš0;¦KY\ÍfÙ¢','',0,'?'),(_binary 'H\\\'\0\É<u\ÍW£¶¸?^9','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTransformationsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTransformationsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸d¹!rvvc\Þ	\Ùc„\Ý',_binary '¤\ÖU:H\\\Õx9a÷°%\'¥\ÛWŒH#›þt+$—','',0,'?'),(_binary 'H`°\\ñ \æœr²§·Y\êC','wp-admin/includes/class-theme-upgrader-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-theme-upgrader-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚±¦!À$Úž\Z\Ð\Ö\ZGÏ§',_binary '–\ß\ä±-F\Ö, BQŠýw\ØZ\ã*i˜p\Ë+¢','',0,'?'),(_binary 'Hcˆ\Ã\îv>]|Hº\'¿','wp-includes/blocks/site-title/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê%±•&|YB2Y_‹\ã÷—',_binary 'ö^H+øX)œ\n­+E¬\ç„-GÄ©Epv¢\àQ¼§ð','',0,'?'),(_binary 'Hl\ß\ê2žµ£dz\Ò¤±','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-200.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-200.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y–²LªüfôñZ”ž—H&',_binary 'd*tø—f)w»@GM¨\æ\ÌÉŠ›\Þ\Ë	™?“ù¶U„\ê','',0,'?'),(_binary 'Hn2\Â\ï²7ô@ûú#ùI:¬','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaPropertySummary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaPropertySummary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\Þe•\ãØŒT¥-V#rX',_binary '\à\Ë\àž\0M\â”;óe\Þ\Ì;\ØþS\î&$\Z`::¹\Õ	\Âi\ï','',0,'?'),(_binary 'Ho¹\ç‰L\ï\Ì:\ÚY¬²','wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûZq\ß\"(3\ÉÜ«s\êEl7',_binary '2\É\ß\Ü\Ã‹Ù„3~)&\ÂNº\àd*©°Î³iL“¾\Î\Ð','',0,'?'),(_binary 'Hrž\ê<wjð¦pˆ-,}±','wp-content/plugins/google-site-kit/third-party/google/auth/src/SignBlobInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/SignBlobInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',ó\ÍßŒ&\î˜H\Ë\Ë}\Çöü',_binary '\âª\Ö\Õ+\èj®„wL‹\'§I>Ž±Q*½˜Z8H\ÏÌš','',0,'?'),(_binary 'Hr\è¡\Ò\Ëûð/K?	Ÿ{','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/508.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/508.js',0,_binary 'Œ\ã\Â,³u\Ô@?#\Ô\Z\Í',_binary 'Œ\ã\Â,³u\Ô@?#\Ô\Z\Í',_binary '6\ä«\Ïtü\æ:j\ä~_ESþ™\ïZ>5\\=‡ƒÊ¾','',0,'?'),(_binary 'H|\0`B£•\Öðœ*²Q¬—','wp-includes/blocks/post-navigation-link/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-navigation-link/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§¢\Ç\Â\ÔPŠ7k\Äõ µýF',_binary '‰ƒA\"+‘5L)\ëqÏ³~{ú›:£<²´\Óz \Ø\áú','',0,'?'),(_binary 'H|¿°\Ø\ë±\'\çY¹f','wp-includes/blocks/post-comments-form/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ì®›’ó9\n.ha¿‹=8\ä¶',_binary '«¤¶bŒð›Š?C¯=Pý\Ë\n\æ¦E\ÎH\Íg÷pE','',0,'?'),(_binary 'Hdð¨Œq\ÙLŠ$Lß›\Ù','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö]%Ÿ\ÐÏºf³\ç‰\å«',_binary '¼·OÕƒb7˜xOÓ¼\Å\ÈIø‚i™\Ó=Ø´\ÓFµv\Æ\Ó','',0,'?'),(_binary 'HŠ¤|1p{\íAj¨‘m$\'»','wp-content/plugins/elementor/assets/js/packages/store/store.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/store/store.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“ö Eš+r<\å7ßŸŽ\Óþ',_binary 'yÌ‹¼Ž¯‚\'\ï\ÑÜ¥»\r´ðXýo¬Yøo±','',0,'?'),(_binary 'H‹tð¾ˆl,s¿	P÷›\â','wp-content/themes/houzez/template-parts/search/fields/min-area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/min-area.php',0,_binary 'œ\\\à PºF\äyI¤û',_binary 'œ\\\à PºF\äyI¤û',_binary 'T25\íýŒgQüˆ\Û]ô_qa`!\ë¢j\ržù¸\Úý\É','',0,'?'),(_binary 'HC>…h\í\ÙDÇ©\ì“q\Ç','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ZöË”*\â†\ÔØ«\êžw‹\Æ<',_binary 'ò\Z@ÄŸz2”À\Ã\Û\ÊA¡F[¢‹®ý|VK„\ß','',0,'?'),(_binary 'H‘\ÆÍ‡>\n{Šµ\ç´\0{','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿\'ýÉ‹¯‡üýu\å\àë—§\Æ',_binary '5\'\ÙzG\Î3ý°\ë\Úêž˜°j™“r$¾\ê1±\ã\Ùuº¡S','',0,'?'),(_binary 'H–_\í\áu9Bùm°µ\í\Ï`','wp-content/plugins/revslider/public/assets/svg/image/ic_loupe_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_loupe_24px.svg',0,_binary 'Œt\ß5ˆÄ+T#\Åq«Cù',_binary 'Œt\ß5ˆÄ+T#\Åq«Cù',_binary 'AŸ„w“a5\Å\í‹Y*IL{ÿö8­…\ä\ë)R-o	¡k','',0,'?'),(_binary 'H—AT\èl#\Û÷5¹r¶y','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentLinkService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentLinkService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£7\rE•‡…`‰\ÍS€„',_binary 'üÀŒs²K8š­}°2Ú‡ˆ|\"w{ø¿­<ø·<(l','',0,'?'),(_binary 'H—r’>\'=\â yŽ\Ýó','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kNc*¬\É&¥\ÇbÿÔ9F',_binary 'S#I‚†\Ç\Z\î1˜‹„¯¼›\ìü†MX©úñ´_f·^','',0,'?'),(_binary 'H™³ IL–½jB¾µ\Û-','wp-content/themes/sinatra/woocommerce/cart/header-widget/header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget/header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=F¢3€|Š\\˜Ý„L¨¬',_binary '¼ª!\è\Ü“\Í\îY¢§\æÉ­(N\\ž\ÛPñ\Ö\Ì<T\\†\Ò','',0,'?'),(_binary 'Hœ2lts¸\Öùˆ‚le³','wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary 'H=¬\è¿\Òhk*(z\É','wp-content/themes/houzez/framework/metaboxes/page-header-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/page-header-metaboxes.php',0,_binary '\ÖU7\nxO\ß\ÓA³\Ð#',_binary '\ÖU7\nxO\ß\ÓA³\Ð#',_binary '\Ë]¡¾ŸQ\ãšQûnc¹P{M\ÍNö9e±•\â”','',0,'?'),(_binary 'H¤¿R\â\Â+K<’R¯‹ðš','wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/Facades/Columns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/Facades/Columns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­Lk4Š\ÎCþ\ëj»\nÇ›b\Ô',_binary '<\"ñRn´³M\áù\ã‹gia\Ö\èB‘On&K<¿Š','',0,'?'),(_binary 'H§M\ÕÎ¼Áî¸¶\n\Ê\êð','wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E‰ý\Ù=\ç·o.õ\å\ÛsfV',_binary 'm˜0=*tsò9ÿy+$i\Í\ÌƒW(\é\Ç·Î¥f\ì','',0,'?'),(_binary 'H¬\Âò­\Þ\Ò\Ôˆ¦ó	)÷','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'XfrŽhñ™¬’$†\îös',_binary 'jë«‘¶\Ë\'•Áj¦E”\éY\à¦=‚Ý‚Æ°jd Ÿ','',0,'?'),(_binary 'H®ýc8ò4ÀrU\Ærrµ','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä(‹­\ÛX%kex{·F«\Ò\r',_binary 'Þ½k\ÏZb¦s\ÃN7>\Ø0É¾ƒ­½€\×{€I³p\Ù\Î','',0,'?'),(_binary 'H·z©v)Á±’¯9¹\Üp','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-location.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-location.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—£\ÆÀ\ç|‚=—óþ‰NH',_binary '¢“TŸmÀ\Í÷EÀ\çG\Ê	å››X|‚*©oøED%d’','',0,'?'),(_binary 'H·¨Y6o\ï\ãD{ˆLH\ê˜','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V~D¶©\ç;\ç[`\é\íd',_binary 'ß¿\n\"øªKL\×\Ã\Z¼6\'¨ƒ€5\ã\Êcö ªz™dÀýw','',0,'?'),(_binary 'H¸¸\Î\×\0Efg…ªªD','wp-content/plugins/elementor/modules/home/transformations/filter-sidebar-upgrade-by-license.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/filter-sidebar-upgrade-by-license.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Óô\âƒgBI\Ï8N“\Èw2ž\'',_binary '\Í\í~\\Á*c\âo>FoúiýÉœOiJõ\Äq‹,\Û\'¥\Ø|','',0,'?'),(_binary 'HÃ½\Íñi\íZ¾U,H»L','wp-admin/includes/meta-boxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/meta-boxes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*@/œ½‹\Ù=\Þô–šI¾',_binary 'u?Ô¬\rv@Ÿþ¦;(§Yš÷–\Ê)\nÚ•û\çò\ÅÞ¦\n','',0,'?'),(_binary 'H\Ãø\Ü\ÍC©Tp(^\Þ\Ùl\í¼','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡\Ä)‹`¨®ee#\ë°úa^',_binary 'Š‹ºüª\Þ=ªL¨\"òòb©i\èN1êŠšK­|Œ','',0,'?'),(_binary 'HÊ¹˜nýYðb°\Æ±¶[B','wp-content/plugins/houzez-login-register/social/twitteroauth/src/SignatureMethod.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/SignatureMethod.php',0,_binary '\ê4ššóg—\'òeŸvU{+',_binary '\ê4ššóg—\'òeŸvU{+',_binary 'þ°t™\0ÿÀÚ¯Š†\×3Þ >-,%16£\"é†°[ý','',0,'?'),(_binary 'H\Î>.\Øl*m@?#\ãÚò','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/InvalidArgumentException.php',0,_binary 'lJbªŽ(\Ä\í\ÙY±eÀ\ë',_binary 'lJbªŽ(\Ä\í\ÙY±eÀ\ë',_binary 'ó~Ò‰¬»UG\Ü$c}6/µ1&-•s’þôŸ ¿p','',0,'?'),(_binary 'H\ÏG\èúa8\Öð\å\0`Ž\Û\Ð','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’–iD~¥GCð\å÷\âŠÈ¶',_binary '¦C¡à¿›\äKfY \è×˜—#M*²FK_g\Z\ïö…@	','',0,'?'),(_binary 'H\Ñ\ã\êƒ-bñ-7n\Ñ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/ErrorHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/ErrorHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ixd‹¨9°ód¯V®wÔ©',_binary 'F:¸\Î\Ë-\Ù\ào€OS»&\ÚI¤—óE›c\ãx','',0,'?'),(_binary 'H\áÄ´.±’V\ïg\Ðò)\Òÿ','wp-content/plugins/wordpress-seo/src/editors/domain/integrations/integration-data-provider-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/integrations/integration-data-provider-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Rpe”Àµ*\ÑP\ÞAD',_binary '„W#ÁZH£J\Ãcµúv>«\Ä^•\æ{\0¸ø$Fd\ÃÁ\ÇK','',0,'?'),(_binary 'H\æ»p(ˆ:ÉL?‰¿hi\"','wp-content/themes/houzez/template-parts/realtors/agent/social-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/social-v2.php',0,_binary 'z\'\Ñ\ÆG\Ôô\ÇË€\Ò\Åå–…',_binary 'z\'\Ñ\ÆG\Ôô\ÇË€\Ò\Åå–…',_binary 'õAfÊ’t²\îkø\Ù0\ã¼:LÖž{;¶?j\ÌjŽ-','',0,'?'),(_binary 'H\éUù•5\î0:qd¶ñoee','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/exit.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/exit.svg',0,_binary 'd$+êž‚B02o\ÚÂ°y',_binary 'd$+êž‚B02o\ÚÂ°y',_binary '¯Œ0Ÿc¸d\â\æe®Šå®¢EòöŽ y2\â\ë\ÂÛñ','',0,'?'),(_binary 'H\é\äp5 ½þº\ç2ÔŠE','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/icon.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/icon.js',0,_binary 'âŽ§”m®‚LŒ€\æ\Z¬\ÎD\ã',_binary 'âŽ§”m®‚LŒ€\æ\Z¬\ÎD\ã',_binary '÷E°©²-=\æz!mÿ½;£=÷Z©!0\ÖiBÌ´\Å\r_u','',0,'?'),(_binary 'H\ïŽ*\ß`\æ$Ç™Z–','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥G¤QUb¥<v\ÊCe',_binary 'Qù‘$fz… ¹\Û\æüFÁ{šªR\ZÁ\' McT1&\Ì','',0,'?'),(_binary 'Hù\ÒŽ5\ÑJØ¸¢°\Ù,\î','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-b.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-b.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/Ÿ2Ð§µ´me‚£êŽ‘ü',_binary '^\Ø\ï/·E |”q°C×›ô\å\ìtýb—~¡dŠ','',0,'?'),(_binary 'Hü\n†7\â‘š\èÞ‚\Ç[‘\í','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterLowercaseDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterLowercaseDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Žk°¹tÉjM\Ñfvó\Ð=\â',_binary 'Ÿ\r\Ï\ÃI½ö–sü¶\ÃNvº=\ZARSÍ‡\Î|—_¨Œ','',0,'?'),(_binary 'IeóýÃ™­±¾\àQeF\n','wp-content/plugins/wordpress-seo/js/dist/network-admin.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/network-admin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö\n#œö’f¶g\Üòïƒ¹\ç',_binary '%©¿=YZp%Î’úG+c¢Ï¤Y\ß/°¡\Í<:c','',0,'?'),(_binary 'I\r8p:Í	Þž}`‹\Z\ã','wp-includes/blocks/query-pagination/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­¡\éc&\Ö\ÊG¨Qu\êp',_binary '¡\è\Ì3\Ç\Ùù?’/,([+\n\ê˜\ÛR»\Ò*2\Ï/û$®\É}','',0,'?'),(_binary 'IW\ï“9\Ùa€\ÖWœ±3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßHv\Ô~…Q=³z\Ø8j\'',_binary '\én¿{(-šŠB?¨œ<m}\î³\ç™ú²Û¸s\ã–\Ã\Çp–','',0,'?'),(_binary 'I,y·¦Û»Ø³±x#4\È','wp-content/plugins/insert-headers-and-footers/admin/images/icon-wp-mail-smtp.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/icon-wp-mail-smtp.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÕBt­V±\éÀI¦.Ð²',_binary '\Ð\çaˆf\r\Ñ\Ïg~t°6%\\ Æˆ`S\ç{0\\Gf\r','',0,'?'),(_binary 'I\à6Î„¬¾\ÖÀùÑ™T‡','wp-content/themes/houzez/framework/stripe-php/lib/Service/EventService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/EventService.php',0,_binary 'èƒ–¢Ù¯Ì‰Ë³¾',_binary 'èƒ–¢Ù¯Ì‰Ë³¾',_binary '2÷Oµjz\Øv\ã¬0Q@\Ö÷Á\ÍPvXÈ­g¶^¨‚ÁWƒ','',0,'?'),(_binary 'I\ØbšOõ;ôöÃ`K','wp-content/themes/yith-wonder/assets/fonts/Jost-VariableFont_wght.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Jost-VariableFont_wght.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›P¢z›\r\ã5Vf”:',_binary 'g;I *\Ñ\ß~ v¶­Œ\nMy‡½–Mü2‘/A','',0,'?'),(_binary 'I$)†Ó„.òi\Ñ\rß–\0‹A','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r›:û{yiQ(b*\Ñ\à\à',_binary '\Ìþð\n÷—¡4«6\ÍÍ³£Ž\ÈBžwc§û„I‡“6A#ó','',0,'?'),(_binary 'I&\Åþú*X´z†e\Ìe•U','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_clear_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_clear_24px.svg',0,_binary '¾[\Ì\î|A.¾ý\Ç-\àÞ®b',_binary '¾[\Ì\î|A.¾ý\Ç-\àÞ®b',_binary 'M\Þd;]<û\Ì\Î\î&#RK|=¤;-Ù–¤hc\änÁ\ç\\\"ª','',0,'?'),(_binary 'I0\Åó¹Sþ$2£T\ÐüB*','wp-includes/widgets/class-wp-widget-calendar.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-calendar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\È\Ä÷v°\Ú:¼2\Åhv',_binary '\Î\ã}\Z))$G@¶¾\èU(½\r©J@\ÊµÃƒšIÀ§','',0,'?'),(_binary 'I6.:\n(\ÍÀùi\0Bø\Ï','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å)•™\â¾\ä¼\ËZ)£*j£D',_binary '‘z7–„úcb{\ê9\ZJ\í0Ó£\Ê7÷}•\"Ï½Rû[\n[\Ì','',0,'?'),(_binary 'I6U‰\r7´\ÓúŠ\Ö3p\í¸','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž‚h<ª\é¶|\Û7bš©¸',_binary '\Õ\Ù_ú^F\"ý\æ;+r&Z~Ó¦Q\Ð\êð¨\Íø|\ã±ø5¥','',0,'?'),(_binary 'I9b°JUHQ%ò²{?','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListDirectoryPeopleResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListDirectoryPeopleResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±\à¹m‘vª…\Å]Ý½j',_binary '(¦Ë˜©\Ï*aÅœ\Ý&„¦\Öh\êRYñPx\ãMXºD9‘','',0,'?'),(_binary 'I:á·ž€ ß”\Z\Ô\È#ÿ¨_','wp-content/plugins/revslider/public/assets/svg/hardware/ic_sim_card_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_sim_card_24px.svg',0,_binary '`OeM.z1\Þb¹\Ù;†\ßð',_binary '`OeM.z1\Þb¹\Ù;†\ßð',_binary 'zl\Õw‹ûI\Éb»D\ìiŠ9\á/¤ÁGkþe­!²Y2\\','',0,'?'),(_binary 'I@<T\×x)‰7³\Z±“²','wp-content/plugins/elementor/includes/controls/base-multiple.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/base-multiple.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~fddU«ñø«}E',_binary '4y’¸w§§ðý\ÃF¨¤\Ñ|¯ˆ;1ˆ\Ð\ÖdA\ÑG+.','',0,'?'),(_binary 'I@ÿ…º£\×†\ËJÇ¢','wp-content/themes/houzez/framework/functions/property_functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/property_functions.php',0,_binary '\Ó\å‡\Z\Éd!\êÁXMµQTž',_binary '\Ó\å‡\Z\Éd!\êÁXMµQTž',_binary '¿žt\ZË›LÀ —ýE8†+©\n\ÊH³\ãV`¯¬‡\á','',0,'?'),(_binary 'ICO\Ç\r3öxÒœúú.·»','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/select2.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/select2.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\àÿJ­[Ö4økŠ1',_binary '-škù»	^§$¿\ì\\¯iI¦\Ò\'UH8}œ¥¿\éÀ','',0,'?'),(_binary 'IIGƒP:%Ì¦å˜³	k˜','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/class-redux-extension-tabbed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/class-redux-extension-tabbed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡…\ä\ä\í…t\ï¡$7\Ö',_binary '¬\ã<aÍœ\Ä\É†Û‡W™RX\Æn\îi\íGNˆ­\é','',0,'?'),(_binary 'ILù—BÜGaxš\Ô\ç<','wp-content/plugins/revslider/public/assets/svg/action/ic_lock_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_lock_24px.svg',0,_binary '¯Dø?¼-_óXuRó',_binary '¯Dø?¼-_óXuRó',_binary '\'…Ü€÷e\'³6÷hð—\×\0ñ\ÒV¸t¤˜\Ä*H˜','',0,'?'),(_binary 'IY=f1fþ\Ý\é­	\Z„f \×','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TopupService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TopupService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×T¥v\ËRS\Z/5Gf',_binary '›\r}ö?ýrÚ•\ïÎP\r±žo(ýe\æn„XpøQ>','',0,'?'),(_binary 'Ib_T\ì¸\ß?\Þ\é/}¢o\Þ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAlertsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAlertsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|óMZE\Ði€`oC',_binary '(Lo’j”dOµjK}:\ë„\×\ÊsœWü\n©µU K¹\0«i','',0,'?'),(_binary 'Ii;\Ì\é˜\ÆO×™¹\áG','wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#°\Ù´£†öoñƒh¼',_binary '{\"5Ã¡¢ w÷;5/€´\æô=¢ŠùŠ–PðtÜƒ\ÕS','',0,'?'),(_binary 'Ik<\Ç;\æ»\0.nH\åqÞº\í','wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼û“\ÏPûF¸gW\Ö\ìý',_binary 'z`@,Ò\ì\"zx~š‡\çX[pQj//g*3š¿Nx','',0,'?'),(_binary 'Im\è6\Ú\0\ç\â\Ú\Ýc§s','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–AŽ õ™nŒÅ¨¯ðF4Js',_binary '\Í\Î\ï)û–4_–4w´¹!\Ê7\Ô(A#w¯PCRÙº','',0,'?'),(_binary 'IwØ¼\áï‘š \Û6\æ°û¼\Ø','wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦›ñ\ÊoiˆW—VA[€l',_binary '¶¬\Ü|Š{(9~\Ê9½\Ü\àüû\æÈ­™¡5‹ýv','',0,'?'),(_binary 'I}›õ9÷L\Íg‹¼Áô„','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C÷!t\ïm\'9\Ù>\ì½U',_binary '\ëeJ-|xIˆõ-p—œ\ßÀr`\Ñ\â~üÈšnk\å\ï','',0,'?'),(_binary 'I‹N)°ºpú\í:\Î€<„Œ','wp-includes/js/dist/development/react-refresh-runtime.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/development/react-refresh-runtime.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²\Ì÷\\®M¨\à(ºg\ëÉŒ#‰',_binary '?l\Ó\\^	®=ˆ\î\Ùõ€ªn\Î\ÉC¬\ï\ß\ß6}ü\ÝT7\Æ\Ô','',0,'?'),(_binary 'I‹õ(|„\ßhÄªþmjG\'','wp-content/cache/min/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/index.html',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary 'I‰ >\ß\í¶7Å¹g•','wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘\Ð\\5{³¹4mY—û',_binary '\áIx¨-Ö¡c÷‰¥\Åk)˜Ï’6ü8P5GCŒ\×@','',0,'?'),(_binary 'I•\Ä:Bs\Þ#\×\çÿ\Þ@\×','wp-blog-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-blog-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_BZF1ƒñ\Æûy¨¼\Ñ\Ñ)',_binary ';\ZŽ/\\b„\ä\Ñtú‚«Iô¤Œ¿Í¯ž\Ëh\Ä\Ôw\è','',0,'?'),(_binary 'I˜¬C]\Zÿõg‡¬kY™','wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/redux-js-button.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/redux-js-button.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'khŒq=Ô¢½\ê\rþÞ¡',_binary 'Â£ž\'žô6\ÑøTcþR6q­\îû~r\èlûxG¿d~@Z','',0,'?'),(_binary 'I™Z¡%e9dL\äŸf—/<','wp-content/plugins/bluehost-wordpress-plugin/inc/updates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/updates.php',0,_binary '”Ú‘\î²ùV¥_\'ø…®¼',_binary '”Ú‘\î²ùV¥_\'ø…®¼',_binary 'Š¿\æ_¼\ÅD’v¥¥ü‚\î\Üo4‘Á}‡p\0~\Ã7$±¶','',0,'?'),(_binary 'Iš¾„¹÷3¾\r]«¬,3','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Name.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Name.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm¼°9…Ð¢ý|*Y)ó',_binary 'Q©\ìM-i~\ÒM\Ø÷\0\ìù\Ó__šO?{e\äL\nq\Ýýö','',0,'?'),(_binary 'I 0\Ú\È55\îL¨\ìD6ÚŽ','wp-content/plugins/revslider/public/assets/svg/action/ic_view_carousel_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_carousel_24px.svg',0,_binary '‰\Ûc`^¯2MpEdð\Ìdt',_binary '‰\Ûc`^¯2MpEdð\Ìdt',_binary 'x\åþW=„7\ï$\Ôv>¹÷R€kòO\Ò\Í8\ï+·ZÌ§³','',0,'?'),(_binary 'I§¿\ä\ÔPö\r!ü.‘¸','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-900italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-900italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ö•R\n-\Ý\ÐúA\Zß­\ëe ',_binary '\ã;¾°` ±+HŠ”\×Ê‰qÇŒ…`’\Ø\\Cj\ã\Ý\Ív','',0,'?'),(_binary 'I­¥¥=\ïA“˜\ìŠCôt\íø','wp-content/plugins/revslider/public/assets/svg/maps/ic_layers_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_layers_24px.svg',0,_binary 'gs6cU\Æ\ÛQ\ËòWF\Ê',_binary 'gs6cU\Æ\ÛQ\ËòWF\Ê',_binary '¶\Ïf\ï²THÈ™ô\î÷TK¯„\ÎEÛ¬¿\ÎJ¨^ƒ5]^\ã','',0,'?'),(_binary 'I·D&/\Ç\çW]*Wˆ\Éf','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/NewTux.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/NewTux.svg',0,_binary '!m8w2#\Èùõ‰Í«\Ö=',_binary '!m8w2#\Èùõ‰Í«\Ö=',_binary '\ï¶\Öñþ”]\ÇA‚N²Y($nUŽ[“°\×ý\â‹0„','',0,'?'),(_binary 'I·\Í@Erß™øù!±ñ‘~','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨\í§/®£¾%uŸ_Ù›²vŸ',_binary '\rÁb³\èZ_\Ø{¶µ¼\Ñö\Ù\'@X?1_Æ ™óe-½“€','',0,'?'),(_binary 'I»e‚\ÄLkƒF\ã^4A[','wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M5–ú\ë+}\Ïx¹ù\0w÷',_binary 'Bð©€ð1WfNy®\Ê*ƒ\"]»¾\Ö5Ù–Mn \Çù\Ý','',0,'?'),(_binary 'I½< ÀóÛ´ùCÀ/E','wp-content/plugins/revslider/public/assets/svg/communication/ic_present_to_all_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_present_to_all_24px.svg',0,_binary '™„´K@¯ò7\0\ÚYk„½H',_binary '™„´K@¯ò7\0\ÚYk„½H',_binary '~\ÞÅ«b‡¡©\ÅOœ zK,´*ñ¥þ²­-\0Y\Ì!S,','',0,'?'),(_binary 'I¿md¶]­+‘\Ç\Þ\×u—','wp-content/themes/houzez/framework/stripe-php/lib/Util/RandomGenerator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/RandomGenerator.php',0,_binary '«ß³ý]6gq›Q¯°šÞ¢0',_binary '«ß³ý]6gq›Q¯°šÞ¢0',_binary '_UG—\ÖhüÛ½¡g\ÄR.—}ˆò‘§µŠ¤Œ~A\Þ7\Ô','',0,'?'),(_binary 'IÂƒ“&{ýž;\Ð-H\Ö\ï‹','wp-includes/blocks/site-logo/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TØ¡¡\'|²\Ö\ÃÒšˆª™½',_binary '±Vž‹\èpÙ™»\íf\éCÏ‡Î½õº7te)\Ï^ý\r','',0,'?'),(_binary 'I\ÆÔ¬óló¬©ð²§v0O','wp-includes/js/dist/core-data.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/core-data.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±/Pu5Z\ßM\r‰] #]',_binary '\î—r…h_}\ç¶1ÿ!\Â\çQ\ìùUI\ëGLd','',0,'?'),(_binary 'I\ÖPE\ÐXtœFH\ï%–','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®šó\0\Âõ\ìLv¿[c\Þ\Î)?',_binary '¤C\Úh!Ý€F$\ì}¹wd¸7b(¦!\äp÷IF.L','',0,'?'),(_binary 'I\×ñ8ß½ýTû\Zµª²™0£','wp-includes/blocks/list/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'au–p¹—}¨±	C\ËwA',_binary 'È¾Ej\çgnz\Ów\ÒX\ãQ‡L\á¡þÄ¿™ n¶|hƒ','',0,'?'),(_binary 'IØ³\æJH¡6\Ò<W¥û´\Î','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/ECommerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/ECommerce.php',0,_binary '¡d\å\Ê\r\Úôðx•p¯.4©',_binary '¡d\å\Ê\r\Úôðx•p¯.4©',_binary '\á6SqüüŸez¸°` \n\í‰;„x\É\é\è!vû¤g¤]','',0,'?'),(_binary 'I\Ù\Ù>\ç\ëºV\á\ê]TTbW\Ä','wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\ê\âsx.\Ñ\Z—ó¸s¯\ã',_binary '\í\èbN\Æ×®%t>‰¼[µ‚I•»‘Tk\0”w™ª ¨A','',0,'?'),(_binary 'IÛ¸gn\Ø\Ô\rË¤óZý=','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-embed.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-embed.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™®4’‹Lf\0*¶Ë¡Å•',_binary '#`\Ù;\0T’j\Ç,8õ{ûU\ïµ\Ç~5_\Ý;¦\\\ÑUªPŠ','',0,'?'),(_binary 'I\Û\ÜyŒR˜6\à¢Æ¹ \Ô×…','wp-content/themes/houzez/property-details/features.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/features.php',0,_binary 'm4$“¯\×\á-,ð¯´c»',_binary 'm4$“¯\×\á-,ð¯´c»',_binary '1¹öE~0(\Ão›\ãg¶\Ððx?– KÅ†aeµP¤„£\á\ì','',0,'?'),(_binary 'I\Þ&”¼<4°°‘™&¼¡d','wp-content/plugins/wpforms-lite/includes/functions/forms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/forms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' £\ì¼&	!irß‡\Ðl_¡',_binary 'ûÔª+C‘ŠÅž\Í){\Ý@ö;s[À\Ü\áH¾™I@$\n´V(','',0,'?'),(_binary 'IÞš\à\çJm%Éž\ïOk','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlTestingTools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlTestingTools.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h)\n”(ÇŒ‘[ž\Ò:Ž',_binary '\ï’,4+«vH \Õu¡#\ÇKóƒµc„{P©%sz\Ï','',0,'?'),(_binary 'I\âwû\Å\\]\Ð\Í\Î*ß¼ù¤\È','wp-content/plugins/redux-framework/sample/sections/presentation-fields/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/presentation-fields/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'I\ä’\çp\Êm¢dW“\éJ\Æ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\ÜtÎ‹Ë›x\î#\â§ ¬',_binary '1w8(	Mf†‹\Ú\Ö·Çº™—\Ê\ïÎŽ J\çù7¨À','',0,'?'),(_binary 'I\æ‹\ÜT9\Î@¬÷\å\ÆZ\"3','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/LoggerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/LoggerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬|\Òx1/kS±t\ë',_binary 'b2\Õ\ÍöO\æA—\ì=X±d\êŸ#ýþq6G÷Æ¦\n','',0,'?'),(_binary 'I\êp\ÔytPž\ã¤†Ù†þ','wp-content/plugins/revslider/public/assets/svg/communication/ic_phone_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_phone_24px.svg',0,_binary '8WFKE?\Úm·T\ÌDvÀ',_binary '8WFKE?\Úm·T\ÌDvÀ',_binary '\äT1¥x\ç\ì.¼\Ï\Ú~cƒEóbÔGAŸ\ë“v','',0,'?'),(_binary 'I\êŽm=!‡.š\Ï\Âð\Ê','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é6Ã£Ux€qk=Êžz\á',_binary '\'a\\€\Êôp{”Y\è1½I\r×º\Ô”ƒ€eY$o]h\Ñb','',0,'?'),(_binary 'IñV/’ðµ6¤s\ã\Ãø','wp-admin/js/editor-expand.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/editor-expand.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Nú\æ~\"—(¥ J0šKo\r',_binary '¹²\ëgN{\ÏUïž­/j›ú\Ê<—}—”o\Ä\×<_¥','',0,'?'),(_binary 'Iõ2—¾Sÿ˜B)Ÿ9þ~\Î','wp-content/plugins/elementor/includes/base/widget-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/base/widget-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úið \"ömG#ÈO\Æ,°',_binary 'Œòw˜\ÎúAò`uŸ=›sm‡¸ \ëc«†¼^‰','',0,'?'),(_binary 'IøÅ±ýY÷mù—\Üî®','wp-content/plugins/updraftplus/images/addons-images/incremental.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/incremental.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—†W\×Ú¯ÄŠnŒ\åNLt',_binary 'v\Ü\É\\¯z\"­¡|gz·Žˆ¢\0Õ¤w\Û+$<P¡\éž','',0,'?'),(_binary 'IýóþR—;—KM»Z†û\É','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ci‹û’‘\Ñ[J¥,¤òzŽ',_binary '»OºB•·¢ìºjBš	“zû¹ÁQÃÂ¾¾\Û\æŽ','',0,'?'),(_binary 'Iÿóqt\Æ5þGm»Æ§','wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'UeZEªKx?\Î\Är L\ï',_binary '¸€¶•d$\áýö)oŠ^¬\è`?¥ ]\ç%nIb÷','',0,'?'),(_binary 'J\Øf/vc§¨˜‹G0\"—','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zR\Éf\ÄþùO‰‡ŸVÁxª',_binary '\é‹»-ˆ­B¼…lIE\\œÁ´bM+ùp*\ëþww\Øl','',0,'?'),(_binary 'J\Î%.¬ó~œÂ—q\ál¼','wp-includes/class-wp-text-diff-renderer-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-text-diff-renderer-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@¦g)Ágn„\rC\Ûj',_binary 'Ž\ÈV”X\0ß¹¢¥g©|Ž‰Á“}&?¨Kelº\ÝúÁ!','',0,'?'),(_binary 'JR~\Äùf$œv²–\Ãõ','wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Cache/CacheException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Cache/CacheException.php',0,_binary '•Òµ\ît*ó›“×«M‰',_binary '•Òµ\ît*ó›“×«M‰',_binary '§¾\á\ì„\Z6‰\"¶MÃ¡„{\Ð0y6}\á2ÿ‘²:\ÄCLk','',0,'?'),(_binary 'Jf¸3?ö“‡_r\ÛC‘','wp-admin/images/w-logo-white.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/w-logo-white.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n¦\Ì\îJvÛ¢~»y¬\\…',_binary 'nÁDš°‹ _\Ï;\Ó!G«×cVƒ0M9i\ë‚=½','',0,'?'),(_binary 'Jþ‰E[¥7U\Ò\Ó\Z\ï~','wp-includes/js/plupload/handlers.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/handlers.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·ÿ‘¢Ü¸+\É	\èW\Æ`Ç·',_binary 'ô8a¡:F\nõ)we&CyC£\ÊDmå„¶¬È«%\"&¡TW','',0,'?'),(_binary 'J?\Â\Þ<”—•B™<kI','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\Ìr(Z‘2\Ùjvÿ‡Û¿',_binary '—Vúu\×t\ÎV\Ýÿ_\ÓT™|µ#ˆ=Ž¶Ya\Éo\Ï_\Ç\0´1&','',0,'?'),(_binary 'Jÿrúo´\Ã\Î\Ø\ÝB2\Ò','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/prime-notices.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/prime-notices.js',0,_binary '¨\Ã3Iýñr÷\âD\îP\Ç*\Ë',_binary '¨\Ã3Iýñr÷\âD\îP\Ç*\Ë',_binary 'ŒØ‚ÿÛ–œJK\ËDúkºoa3YiUˆ\ÓÃj\Ù\Z','',0,'?'),(_binary 'JLA\æ«V!£Ã\Õû_\É}','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-code-snippets-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-code-snippets-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R x,²mSS\Ì¼øž\Ã',_binary '\ÏeywxS6³\ï-Rƒ#Juz‰„boÜ½Š¶,È•†','',0,'?'),(_binary 'J\\YýjGœ\Èm\n_Ø—¡','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.serializeForm.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.serializeForm.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§E—É¡z\å¤w·oh',_binary '¡%Â”\Ò\íú´a]%ÿ!E€ˆ\Õ\Åz«¿î¯¶}¡','',0,'?'),(_binary 'Jw­‹6\æ£Ô‘…`\Åe','wp-content/themes/twentytwentythree/patterns/post-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/patterns/post-meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zïž”æ«œ@\"Þ‰ý\Ð',_binary '\Ï\Ò-!š‘\äÿWrÚ…¼‹~½1Ý¾ikt?Ü±ƒ','',0,'?'),(_binary 'J-5\Þò\ã\Ü\Ä?€—> kƒ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Permissions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Permissions.php',0,_binary 'ª‹/´wùv°\Ê\0\Ìƒ³\î',_binary 'ª‹/´wùv°\Ê\0\Ìƒ³\î',_binary '©|kt9!—\ê´\ÄnpÆŽ\ï“\Æ\0^9ÃüœYƒ','',0,'?'),(_binary 'J.žüÆŽ=UË¹!\\X','wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%@Ý\Þg±Õœa\Ð[«',_binary 'N)y\n«›žFa§J£r¦\îbW\Ì%‚C}uŠu\'O\"','',0,'?'),(_binary 'J0N\äƒ\í\êþq\'\àtžo#','wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z\ny\îbQ\ìúEô\ÒU\r!',_binary 'xXN7÷ ÿ{‚\Ée=\ÈW›\Ú8^—\ï‘\\F%)°\Ã=nŽ','',0,'?'),(_binary 'J8þE˜žDh+¦ŸF','wp-admin/js/site-health.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/site-health.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿf\"€-ŽŽª¾§®ˆ1',_binary 'j*òÀw\Ü½µé¼¸„¥P¹†±÷C±srµ\r\Ëq3\ï','',0,'?'),(_binary 'J:PH±\Ì\Òòžòþ[ˆÞ«','wp-content/plugins/wpforms-lite/src/Admin/Notifications/EventDriven.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Notifications/EventDriven.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*u\ß\r‡«”i¾ ”›€6',_binary '\×\ÐBN|z­\è\r2FŸü*O§\Ú:%F¢’9*\á\ÞPŸ8','',0,'?'),(_binary 'J?\å\ÝBs&£\îÊ”','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BalanceTransaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BalanceTransaction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']\r&@¶‘F†ß«®¢\âc',_binary 'l\n9¾Š€Z\ç¸	\Þ}\ã®qo¤H;;S:ºAz#\èZ','',0,'?'),(_binary 'J@òŒAû¨k¤é“Š\Ö','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\ß\ÔtôŒw\\-j\Å\äy¿\ß',_binary '¶4ú˜\Â‡.-sUúO&­\ÆöÔ‘2|zökEõºÛ«','',0,'?'),(_binary 'JD(¤ŒkÁ‘bœ\ãQeK','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading/MarketplaceItemSkeleton.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading/MarketplaceItemSkeleton.js',0,_binary 'ñ‹JP™S“jÃ™\ßv›',_binary 'ñ‹JP™S“jÃ™\ßv›',_binary 'O4b\Ë4A4qY\é”ò0@…^\Î]\ålÍž[h\Z½;','',0,'?'),(_binary 'JH¡¿\ÌlEp]&e3£0«','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-multilingual.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-multilingual.php',0,_binary 'Ô­˜D`>·}ó¼\æ2\É',_binary 'Ô­˜D`>·}ó¼\æ2\É',_binary 'œüPcù†J	,a˜u²\í›Û£\çzŽ—ÎŸ\ì_+é³³','',0,'?'),(_binary 'JJ˜o‰\âi\ç-\n=³¸','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-ajax-select2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-ajax-select2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎþA†E~bùdø—\Ä÷\Ú',_binary '\rü\"-3|ø¥‹@­pŸ™IºV8$Í \É@º§n\Æ','',0,'?'),(_binary 'JRŽc\ÍT\Ô5$h\ÏM','wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ï‡‹\Ë#\Æ:¡À~.‡.ü',_binary '”sÒ¼ ¢\ÕLŠ _#%\\\ÑKŽ—„Þš	~+ˆ	Ev\È','',0,'?'),(_binary 'JR\í\nf\Ù5–­5€?õ\Ã','wp-content/plugins/elementor/modules/styleguide/controls/switcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/styleguide/controls/switcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÃxþZ\ït2W—»Á+\×ö',_binary '°¦¬\æ|Œy„\ï[#=»^\r©\0~\ïœxC\0,—\Å@','',0,'?'),(_binary 'J\\?übœ\ãQB.¾`f#ˆ','wp-content/plugins/redux-framework/sample/sections/extensions/search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/search.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+]}\è°ý*Z°+ûý',_binary '\ÞA8Áp´žO}K;º\è¯q-RM»©7\Û+ú£€Àg','',0,'?'),(_binary 'J]\Ø-,ªŠn…Œ¸S','wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/redux-button-set.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/redux-button-set.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e}²Rz^‘?\"#5tÄ‚_',_binary '\Îrò5ô\ÄA,\ä\Þò\çS eHu+¯ª$!;*…\'{Epñ','',0,'?'),(_binary 'Jjš\0pmw\ì¹ãš‰b(','wp-includes/blocks/code/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªZŒ	m\Ù\Å\è\Ä\ÆE–J™¸',_binary 'šw(\æ$\Ê\ÞìŽ­B.\Óð\ã}žež-¤±ðÁ—ª','',0,'?'),(_binary 'Jltñ\Üa\Ï\Ê\ÍDÈºMþô','wp-content/plugins/elementor/app/app.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/app.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qAgN\åeŽ‚’=ö©Ü¬~',_binary '^¢ u%\nH®¶„\ÍUñÎžT\â\Å\éMœ \Ý\ì“9\å¸','',0,'?'),(_binary 'Jlš\Æ¨1ž\Ï\ã¥\ê\ç','wp-content/plugins/wordfence/models/.htaccess','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/.htaccess',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£E\"xK\Ê\ê{\Ç8ödS³',_binary 'C‡¾ö½\'r…9½\ì@\âK¡Þ†t¡ª™ö\â§w#@kº','',0,'?'),(_binary 'JsS¶;bX½‹#_¹¶','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueCleaner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueCleaner.php',0,_binary 'k„óŒŠt\Ì#Tu#EN\ê',_binary 'k„óŒŠt\Ì#Tu#EN\ê',_binary '\ç™ùmŒ\ëÄŒ”û\ã\Ô]\ãž`\Û\í\î¯,&ôš”“ª@\"','',0,'?'),(_binary 'Ju\Ó~ÒƒF\äÉ¿„U%ž','wp-content/plugins/redux-framework/redux-core/inc/validation/unique_slug/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/unique_slug/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'JwðúÞ¡Šþ„.?£ˆ\Ã','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J‡t\í}¼\ÊõVý\ëf‘\\q',_binary 'ù—ˆ]\á9@\äøñ\Z+\Ây’\ë\ÌU©Š÷\ÊV\è üI','',0,'?'),(_binary 'Jx°€\ÆÌ¾ˆ\É\Ï+\éh','wp-content/plugins/elementor/modules/notes/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/notes/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8q}_d\á\Z\ÞåŽŽ]û\Î\â',_binary '¾;€]\Èj\ì‰\ï\î\0Gýs\',\0t†…\Z;>³Vüo	¤+m','',0,'?'),(_binary 'J{£Ö¹Zi^Ã¹x•I','wp-admin/media-new.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/media-new.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ë‚¥Ò°ÿ\ÑÛ¨Ý”eN ',_binary '¦\Òx\åE)O˜8¹y\ntÞ–U\Û_Az}\Å[\Î\Ú\äu•…','',0,'?'),(_binary 'J|iaŒ2E7ž?G¾8‘T','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessFilterExpressionList.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessFilterExpressionList.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðþU£­‹[ÿ\æ=¤<	R',_binary 'u\ÍðÝžƒºq@¿\Ï3LaÎªÚŸ\Æ\âö9\Ì\å3HôO…','',0,'?'),(_binary 'J~)\Éiõ$qp„ª™™','wp-content/plugins/redux-framework/ReduxCore/core/required.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/core/required.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yc\Òd“i	3\Í\ÜI\Ó@',_binary '\íª:\à\ÇiözK£lq.™Dk\Ó:^Á©R\Ä/\0d','',0,'?'),(_binary 'J…\Ù~%gr}aË¯ð–™’','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-locker.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-locker.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/D¾¢Ó’Qöô\çhkTü',_binary 'Ïž.,x\í…y°\r¶zosþp«C«\"(aüþ\Åü\r\Õ','',0,'?'),(_binary 'JŠ.¶FG\ØûZ„7cØ•','wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\')zW#\àüCòK!',_binary 'ì¡ª\"z>/°ýWËª\ãý\ÉØµ -ŸrÚµvM\Îoð!','',0,'?'),(_binary 'JŠ/kˆ\é\ÃA½æ»¯\í','wp-content/themes/twentytwentyfour/styles/ember.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/ember.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“š\Þ:1Z\ÔC»ÀH\éÍ‰|',_binary '	Ÿ¶¹›üŸ7ü\â\Ñ@D„‡=3y‚ºN¯–Ìªi','',0,'?'),(_binary 'J‹.±\æ\Íkn(›\rT;Oõ','wp-content/plugins/revslider/public/assets/svg/av/ic_play_arrow_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_play_arrow_24px.svg',0,_binary 'vt¡¶3Ÿü¤Ú›?x€',_binary 'vt¡¶3Ÿü¤Ú›?x€',_binary '_ [h©S—[\×?\ÞkLDQ%…ƒNr™\ã+\íÒª','',0,'?'),(_binary 'JŒl\ì[2Æ‡\×&7#ÿ°\Ü','wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N4òeú\èó;²zâo',_binary '•°%H(\ìK%”?»\ï‚\ÈG€0[E\Ì¥šƒµ','',0,'?'),(_binary 'Jš\"&ú\ÌÀ­\Õ0‚Zú*\Ë','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_LoggerSchema.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_LoggerSchema.php',0,_binary '»\â4t(¢À\îwZ~‰',_binary '»\â4t(¢À\îwZ~‰',_binary 's—eHOŸn·ðm­ôüŒ°Y\É\Â5ý\ÆwG>bø','',0,'?'),(_binary 'JœŸ¥nÅ¦\é{\Õløo\ì','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/PluginService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/PluginService.php',0,_binary '÷P»´“ßŽD«þÆ€\ã“',_binary '÷P»´“ßŽD«þÆ€\ã“',_binary 'm¾U­ºdùp\â0Ùª2*U÷H¢:iº\Ùý\Ç\Ã\'','',0,'?'),(_binary 'JŸZšO þ\à•ž³¬XSTû','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/price-prefix.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/price-prefix.php',0,_binary '˜ò§ˆù¡\Ï\Î\ç‡&\Z?¿:',_binary '˜ò§ˆù¡\Ï\Î\ç‡&\Z?¿:',_binary 'MˆDx\é¥\Ï\\’ -(µ(ûœ\r\Ë\Ì%µº½ñ%9\æ','',0,'?'),(_binary 'J¢-r,À†aŸ‘˜Ë­I','wp-content/themes/houzez/template-parts/listing/partials/country.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/country.php',0,_binary 'nn\ç[\å~.‹X5‘ýc‹',_binary 'nn\ç[\å~.‹X5‘ýc‹',_binary '…ý†7šŸ\æl€»IÚ°\Ø\Ù\rW1™Âžý\îù›`þ','',0,'?'),(_binary 'J°Œ¶\Å\Ûû\î\Ù\ï»¾\àxò','wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\ä©ði%.þ4Æ±Ÿ\Ô\é',_binary '[S÷¼6\à\0.»—²V(~\Ê\Íò>­ŽwS\ÇüPo»©','',0,'?'),(_binary 'J³¤µ;<\ß\ÊC{ß«©®NŸ','wp-includes/blocks/spacer/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&PúG>\éu¡¯³\ìYª\ç7',_binary 's<¯\åf7š\ä\'¤\â7$ð«`~H³\r|J\áÀ@','',0,'?'),(_binary 'J³\Òx’ZH:øc\ëR\ä','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/icon1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/icon1.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÏnS;	ÿ§Je)¦6|oEh',_binary '\ß\ÆQ\n»¿žjB:Z¾“\â\Ï*˜\áX»qk_]”—¢i¤','',0,'?'),(_binary 'J´¶_þ\ì²zÖ¦¤ql@hA','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php',0,_binary 'µ–W\ÉÉƒ\ßs\×4›\ZSö',_binary 'µ–W\ÉÉƒ\ßs\×4›\ZSö',_binary '\âiCö–6.\Óø\0\naŸ\ãw\Ç–û\ÑZ½{\Ø6\Üô','',0,'?'),(_binary 'JÁE\âE«‰>Ž2vž\ÇK','wp-content/plugins/wordpress-seo/lib/model.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/model.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡ \Ëulk#žùQ¹ü…',_binary '­\çÆÃ\ã #o\Ë.rr?\Ü¶s\Üh¨\ã\åÁ¶O','',0,'?'),(_binary 'J\Â\å^^…^nÔ Q7\'÷','wp-content/plugins/redux-framework/sample/sections/presentation-fields/divide.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/presentation-fields/divide.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G¨m¥ôAf\íˆ\çÇ„¦',_binary 'AÇ—&3ôõ‚7 \×+®Ù¬\è\ß\ÇX,‡æ¨‹\ê}ügI','',0,'?'),(_binary 'J\ÈÔº““£#øub®','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_pt_BR.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_pt_BR.js',0,_binary '¾¢Eõùx‹§—E›W-P',_binary '¾¢Eõùx‹§—E›W-P',_binary '*T\Å\Ð²$1=j^NxU–;}B¡Ÿôs—\ìÉ….”ˆ\n','',0,'?'),(_binary 'JÊ©\0\Å\Zb\ÏõÎŽ\ì¹r','wp-content/themes/houzez/framework/stripe-php/lib/Refund.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Refund.php',0,_binary ')\ä4/¸L#4Pµ\0u‡8\Ï',_binary ')\ä4/¸L#4Pµ\0u‡8\Ï',_binary '\ÙWhJ\Äd\Õ,\Ú\Ø\Ä8²«Î½\Òa\n\ïF\è€vˆy±®','',0,'?'),(_binary 'JÕ¬4…\ç\r\àn\ê\Î\ç¦','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëJ—\\c7’yþx\ÆÐ³l',_binary '³~À\ÍqVš\Â¯¾*\'\Å1”¥¤š]3^‘öž\Í\Ém','',0,'?'),(_binary 'J\à²?C…¯Wz#Bt','wp-content/plugins/houzez-login-register/social/google/contrib/Google_GanService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_GanService.php',0,_binary 'xß™\êc\çO2%g6G\Ù',_binary 'xß™\êc\çO2%g6G\Ù',_binary '>e¸\ÕZNs×½£`„Ë 4—]\Ú\Ô+“`³\ÃI<\Ñ\ÜE','',0,'?'),(_binary 'J\â_Qp\ÄB€Ö“¹Ü’·','wp-content/themes/houzez/framework/stripe-php/lib/ApplicationFee.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApplicationFee.php',0,_binary '\ë,&ûœ\Í\äQ{\È\Ôuõ¸',_binary '\ë,&ûœ\Í\äQ{\È\Ôuõ¸',_binary '\n[b\å\Öv±ž|›Í±K\Ó\Þ\r\ÉR“\Â{Ž\ë¼\æ','',0,'?'),(_binary 'J\æu¤a¡m\Îi\"d\à\ì¢\È','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '×¥/%#·\Ì\ìkvF©_(',_binary '\Ç\äd\é\Ç\ÑµB3nq´šDo£¿ñ}Ï¦u	?õ6±','',0,'?'),(_binary 'J\è\át!ƒ\Ý\ç\n¸p¸?tyk','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart-board.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart-board.svg',0,_binary 'º(ø’\è;g¢\ØB\×]h«',_binary 'º(ø’\è;g¢\ØB\×]h«',_binary 'a+pgúRÁ›ÿ	Ç…_°z‹þn½—™*ÿn¢¥9\Äe=','',0,'?'),(_binary 'Jëžº4D›¾*6 KÙ´','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡R4?,Á˜³²™\ÄqTyk',_binary '[\îÈ‘\é·\0bpv¸¬-’p†Ÿ=MGôVu\ï*!\Ò@\Ü,','',0,'?'),(_binary 'J\î£XF‰fªz£UÆ­‚','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/class-redux-checkbox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/class-redux-checkbox.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê!«cA\ÊUŸ±\î6\Ãö\Â',_binary 'õ–\ï<³±‚42\ØS·yrt0¼j#–®BgÛ¦™…Á','',0,'?'),(_binary 'J\ï\Ìq¸a\Ö=0óÁ½\Äð','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Jðj5\Ð\ÙýDª\Åüœù\Ï','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/SiteGen.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/SiteGen.php',0,_binary '\ÆY\ÔX—±´›ya…\r«\ç¯b',_binary '\ÆY\ÔX—±´›ya…\r«\ç¯b',_binary 'f\'hkVÀ^&ñ\îmE‰o\Â#\Ìj\áH[M\åt\ÉF‚•','',0,'?'),(_binary 'Jò¾¬´\ÊOh\Óý\ÐsDØ¾','wp-includes/js/zxcvbn.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/zxcvbn.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|	Ž¼¦#PV	/{•Mü_',_binary 'vXI9\Õþ³nõ1e†6\ë\ÛCô\\\Ó.p+\Þ\"»ðKþ','',0,'?'),(_binary 'JòÖ™q/{Á‚\ë3½>?','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/TokenTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/TokenTest.php',0,_binary '`À&@A\Çl\×=s\×]<¢',_binary '`À&@A\Çl\×=s\×]<¢',_binary '·«Á¨\Ú\æ\Ñ)5šè„³\Ìg¢\è\éh\0/ôR;!6\Ô\ä','',0,'?'),(_binary 'Jü#\Ìtÿ\Äû¼W}ˆ$©','wp-content/plugins/elementor/includes/controls/exit-animation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/exit-animation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z /)!23¹ÀMûÑ‡%4À',_binary 'ž ƒN\ãz¬…ocÿD¾ˆ{ˆ–¶	)(X;\Ôg\ë\Ù','',0,'?'),(_binary 'Jþ¹_\æ[f\ì=q5ù\'','wp-content/plugins/houzez-theme-functionality/elementor/widgets/inquiry-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/inquiry-form.php',0,_binary '·]/…&Ym]«\ÇX\è\Þ\î¦',_binary '·]/…&Ym]«\ÇX\è\Þ\î¦',_binary 'WIRG–ð:\Ê_¤’}\î„l\ÆaR\ì!{5=#|ú','',0,'?'),(_binary 'KB„J\ßO˜+\ïø\ÄØ“','wp-content/plugins/wp-rocket/inc/classes/interfaces/class-render-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/interfaces/class-render-interface.php',0,_binary '›D8fjož´} \Ë|X',_binary '›D8fjož´} \Ë|X',_binary '€­R‰–Ž€ÿ‰\êûC±\ÊEù©=Nñˆ\Î\rú!õPUšŽš','',0,'?'),(_binary 'K¾\ä÷ßº\á†b¤','wp-content/plugins/wordfence/lib/compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\îµ\ãø\Îzðx”ŠCŠ}',_binary '¾NÜ“»#d\Òt¤B!\"MÕžÿ==\Ë@o‚²','',0,'?'),(_binary 'K\Ôt^›KU0O\Æ\ÇK*\Î\n','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/ExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/ExceptionInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ä•÷5•˜´\â\nIQ÷\Ø»',_binary 'ŸŸ\äBl\ï,ó–.:\ÄB\Ý|Š\Ù\èIy&ôƒ¦','',0,'?'),(_binary 'K‘\ÊH\Ô\Ä\"Ž,1ö£¹‘','wp-content/themes/houzez/js/single-property-google-map.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-property-google-map.js',0,_binary '\æ\ãˆa&dü£a\á0ž‚',_binary '\æ\ãˆa&dü£a\á0ž‚',_binary '2\Ø\Â1£]®.*Ge&Ÿê‰ŒiÀ\â…e.\ìec:µV','',0,'?'),(_binary 'Kù/¹¦gm9Z4\ÏTM','wp-content/plugins/wordpress-seo/src/user-meta/user-interface/cleanup-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/cleanup-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅÀðP\Ûó VØN†?\Ô]',_binary '\ÑIdtž!€¸©\Ê/¸\éH\Ý_cvT\Ò(\È\Û\n<','',0,'?'),(_binary 'K\Øhö4‰Ïµ¨œ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/TestHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/TestHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï-&\'#\à-\×7\Ãh³ó',_binary 'k`\ZÁ$\à\Î$\ä\Ãô\å¨b^údsb+ÿ=\å\È\"ÁJs','',0,'?'),(_binary 'K\"\îL§†SH->%\åÁ	w','wp-content/plugins/redux-framework/redux-core/inc/fields/divide/field_divide.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/divide/field_divide.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'LA¯„\æ\îo\ïÁEf×¬',_binary '©D\ë\ì(\ØÜ¯g0%ût#_\Ã1¼÷2\ßÛž#­~2w¢','',0,'?'),(_binary 'K\'.\ØXš½×£\0ˆT\Ö\n','wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js.map',0,_binary '\ÆF…»þ}M\ro¸‚ð\Û',_binary '\ÆF…»þ}M\ro¸‚ð\Û',_binary '\ê¸uût\Ö\ãc÷\çÀT_^FUñS\á³\Ýf§²\à*\ÜR¥\ë‚','',0,'?'),(_binary 'K,\×:XmH\Å/\çs€\ÜaN','wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â¥l\È\ç<&\Î>…Án\å\Êy',_binary 'VQ=KÓL¹\Ï­˜N\Ç@m‰&l‰Àw9.Ý¨ˆ‘~','',0,'?'),(_binary 'K0µöò\r\Å\é–Ücn\çû','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þRop(\î9¼¥0¢D‰z÷',_binary '$ò$“O\áV\è»f.i£{¨÷\å\\ƒþOþ…8„ˆp3½\Í','',0,'?'),(_binary 'K2P§¿^„`XÀü½\Ë','wp-content/plugins/wp-rocket/inc/admin/ui/meta-boxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/admin/ui/meta-boxes.php',0,_binary '¦!¥\Ï\Ü\ßÂ§´k‘\ÌA®',_binary '¦!¥\Ï\Ü\ßÂ§´k‘\ÌA®',_binary '˜ŠaÞ\Ùý¢6Ñ±Ñ–”\ïR”¯4¦i\0³\êL\08D³d','',0,'?'),(_binary 'K4‘~¹¢€Jœ™\Ç#¸','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/WP_Async_Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/WP_Async_Request.php',0,_binary 'EüG¿z²Ö“\ét\Ù0ÀZ',_binary 'EüG¿z²Ö“\ét\Ù0ÀZ',_binary '¤ª>¸Tônolunv¾iPEP¿\æ¼\Ó\áò\Û\àˆ}','',0,'?'),(_binary 'K4¦Q\r\ÍIµ·¬G6‹\à7f','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/ResetRetryProcess.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/ResetRetryProcess.php',0,_binary ']Aô‹¿\á\ê]\Êy\Ú\ç',_binary ']Aô‹¿\á\ê]\Êy\Ú\ç',_binary '´`Ÿ\nŸc8Dz´]\×\Í\Ô\ÜLÀD|\Ø\ëv¦B¹\Z¡0”','',0,'?'),(_binary 'K<¥#6\è¯\ÓòˆD\Ï\Ü','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ§Müer\'\0\Ý\Z‘CÀ',_binary 'N½pR5\äTõ\Ø>«oÔ¯\Ç1-K÷¿I\Ë\Ïyð\Òj','',0,'?'),(_binary 'K>ˆ^[¯P‘F\í1‹h:','wp-includes/blocks/social-link.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-link.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#ö¢\'þ\Ðr“\ë\å«lý',_binary 'eF+)g¥MP‘y*+“‚\Åd ¦[©\Ìð,ªŠ~«','',0,'?'),(_binary 'K@kmf\Ý\î!:W½_','wp-content/themes/houzez/template-parts/realtors/agent/office-phone.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/office-phone.php',0,_binary 'šb\àD\ë\á½\í^=\ì´5\Ûôe',_binary 'šb\àD\ë\á½\í^=\ì´5\Ûôe',_binary '‡¬‘\n¬¦~¥ê„–¨–@u†:9Fðq\×\n\è\Ð;`n8','',0,'?'),(_binary 'KBb\Î}\Íôl;‚–ö—ª','wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²t<½ùw\Ö2\â\Ç \Ò*\Ý*\Ç',_binary '«d\0_9O\î4,n\0\Ä$ª½>À\Ö\Ã*	}\çÝ”6„vjŒ','',0,'?'),(_binary 'KKOfºSd«iB0Ovó\ê','wp-content/plugins/wordfence/views/scanner/scanner-status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2ú±·\ë´øv\Ç\ïœt\í',_binary '\Í\í9¥\Ø\ë›`NŒ>Éžõ9:¿ŒA\Ú\Ó\Ë\0Ž\ÕL…“–˜','',0,'?'),(_binary 'KK¢Wš®»7\Þ\éý¦ÿŸK','wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öj\àù`À‰\Z-¹F¹',_binary '}¤#^ÀÁ\ÜÔŸIµ\ã#r?\æc’zv…\î£\Ç#;¯vªN','',0,'?'),(_binary 'KK\Õ\ìM\éM\î|„D!_¤\ÎL','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting/ReportRun.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting/ReportRun.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö;•Ö“×ŒL\ä\Ì#&Š-K',_binary '‘\"\Ã=<\åO\èÜž\Ò«;x-<gÀ\è£•\nóªiaÒ ','',0,'?'),(_binary 'KM\\\á_¨’¿W—Ë·±X','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_indent_decrease_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_indent_decrease_24px.svg',0,_binary '#+¼«9DbÝžôÖZÑ¢',_binary '#+¼«9DbÝžôÖZÑ¢',_binary '¿]k\ÂO-zd\"\ÄT(Ù\n!»\å^\"•\"\ë\à\ÛjqZüƒ','',0,'?'),(_binary 'KTV5DdòPC $\íJ\Û\ì','wp-content/plugins/redux-framework/ReduxCore/core/newsflash.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/core/newsflash.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àO¬a¸ˆ¤L[\\Ã«',_binary '/…\æ\ã£² ÀU®\Ä*ón)v=\æj§¨8\Ô<?•	Fú','',0,'?'),(_binary 'KZ\êºÑ¼¬\ä¬Ë·¶òm','wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äG\ä\Ì1\Ö|jang¹·',_binary 'ôýû¹fü\røp»|øl´jöñ\Ý\"÷‘£\ËP@™','',0,'?'),(_binary 'Kc3Ü»\ß\'1p÷1\ÏWÿ','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/MessageFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/MessageFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÝÆº\é+7\è\Âq\ì\áþA',_binary '&1W”\éHWðd\rK×’\Êj\Ö\âG<V“Áñ\î€Ž€\'','',0,'?'),(_binary 'KgxzlôoúA2\Í=b','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/InstalledVersions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/InstalledVersions.php',0,_binary '-Y$ÿR\0Šƒ\Ñõ€',_binary '-Y$ÿR\0Šƒ\Ñõ€',_binary 'N¢RÃ­2\á\Æ\ßHŠh\Û&HX:b]‹ýdÌ³Šþ\Ï2O\å','',0,'?'),(_binary 'KmFz\Î$%\ãš\"g\Å\ïÄ…S','wp-content/plugins/elementor/core/app/app.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/app/app.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'QŸ\Ú*Ê±À¨‡\ÔD„›ý',_binary '®gF\à‚Hú\ã	\è~\×\ê\ïçºŽ£o±®dl5\Ób§\ìº#','',0,'?'),(_binary 'Kp\É\Õs7UAV?ü)\Ñ','wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/Regions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/Regions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\ìU\Ñ_\ï³\áƒòøTù€<',_binary '\r»Yœþûkødº¿®WQCm+\Üe\Ë\çš\Î\"Ro‚\Z','',0,'?'),(_binary 'K€<û\ál\ïyª\Ù\Ã\Îy€©','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#9QòL®Y»W·\ÌQ„\ç\Ú',_binary '¡«ƒ®5%e™]JvlC‚Ô“\ÂXvâ·¾ƒ)u\rùú','',0,'?'),(_binary 'KnÒ‹D&sRôWU(‹','wp-admin/css/farbtastic.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/farbtastic.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\Õ^µ:ˆG€(“‚±:k\n',_binary '4·°7V‡f›\Ý ñ¾/\ï‰¼\å€\ê\Ã\Ã\æDŒúW3p','',0,'?'),(_binary 'K¨h®µx\\\r\î©\\‰','wp-content/plugins/wp-rocket/assets/js/lcp-beacon.min.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lcp-beacon.min.js.map',0,_binary '—;¯Nˆ£t\Ô0•ü',_binary '—;¯Nˆ£t\Ô0•ü',_binary 'z\Ô[\æaù¥0†h\×Pz÷F•~Y“\×£?s«d,','',0,'?'),(_binary 'K‰\Ø\ì²mÂ¿l2\ê\ê¼C ','wp-content/themes/houzez/framework/stripe-php/lib/Service/AbstractService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/AbstractService.php',0,_binary '\ØòƒHƒðË´Cb\rnûJ',_binary '\ØòƒHƒðË´Cb\rnûJ',_binary '\àaa%œ+ð?k5A2G\Ì\è8ª1\Ù:Rñ–b·','',0,'?'),(_binary 'K™ 7\È*<Ì´\Ý2ù$Ti','wp-content/plugins/elementor/includes/controls/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!•	¤\Î,dH{N\ÜNlÈœ‰',_binary '\Þ\Égª\ÝSVÈ…\Üü3°¼R\\üd\0\Ú\á…Á\Î&û9|´','',0,'?'),(_binary 'K™\Ö\ë(	\ç`nN%MÁ„\Ä','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/UrlChannel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/UrlChannel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']¬øb$¶7\Ù;^bv\æ	',_binary 'p€\à¯SúQ6®\æ\Ó^0[>’\Ð2Soó£r\ßfÀN','',0,'?'),(_binary 'K›IÀ\Ã\Ï`æ­ó:J\â\Æ\î','wp-content/plugins/wordpress-seo/images/insights.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/insights.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û|\ËÕ±•ú0N\Ëo\Ú*>¹J',_binary '\"R{0l\Óòi,7&¼º5Pp\áaW·,\Ë)VH+\×','',0,'?'),(_binary 'Kd\Ãm¸¥\áúy\åHX','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëvž7bn\Éþ™&#’&O-',_binary 'º;¶Á\\\ë86\âû\'yT]—\Z€°\å\0|H\ìVuùÐ”¤ñ‹','',0,'?'),(_binary 'K¢»ß¨ú­)ˆ@\É\Z-£','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'Š”]{x§N\í}“ü',_binary '\äSºõ„h)\í;\âÑ©D\îü\è«Jƒfƒvá¹—¢¢','',0,'?'),(_binary 'K§ÛµÓ„Cúlg¸ö\Î\èQ{','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_4_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_4_24px.svg',0,_binary 'a“}x·\è\Ü:‚ö\ì\ÔOû£@',_binary 'a“}x·\è\Ü:‚ö\ì\ÔOû£@',_binary '5>8›â•ƒ’`¶†Mj(ña\ÕñhPj\âö¼\Æs]t','',0,'?'),(_binary 'K­ô‘‡\ËR	wA\Å\ä\Ðe','wp-includes/blocks/latest-posts/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h!|²\Ï>\×i¡\é\ÚaV¼',_binary '¹ùwÃ„¤\Æ\ça½ŸôRf;w¹\Ä*þ*ù<\Ûo\È','',0,'?'),(_binary 'K¯cŽŠ#2s’/(…\"Ž','wp-includes/widgets/class-wp-widget-pages.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-pages.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨\är\è\áL›ZT¼tÏ›\ÏR',_binary '\â*\Û\ÂÀ\"#å€®´U\î8÷¨¦cÿ\Ô*[‡\æj\'','',0,'?'),(_binary 'K¯ª<©H<7\ÅEž,l\ç\ß','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª±jðg_G~¡\Û\áy1ˆ',_binary '.Òûù\í’¹%´\\•z\"|ÿdüK­± ¬\×*€','',0,'?'),(_binary 'Kµ(\ëŠP3®0ôÓ˜ý\Ë','wp-content/themes/houzez/taxonomy-property_city.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_city.php',0,_binary 'BÎµz‡¦µÎªOE`>F>',_binary 'BÎµz‡¦µÎªOE`>F>',_binary '¨¢´–ò\ã2´\Êz&$±õ¼•?\Ð/¢\0:pÞ\Òð¯M','',0,'?'),(_binary 'K¹¿\ã \r\\Uz÷õ\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìV\Å*û\ÊFè°¯ñ<Ž¤l',_binary '\åÂ®¢R”l–Uñ\Ù ™wz\×ank–\ÇG\Þtº3\î','',0,'?'),(_binary 'K½‰€½®®?´2\ìi','wp-content/plugins/redux-framework/redux-core/inc/fields/color/field_color.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color/field_color.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ\Z²´»\à[ð§õ\â\æöb/',_binary 'ü‘t\Ñå¶’\ÒñÙ‰•mš\ÙI±?)ž ‘Z¤\êk\0`\Ð','',0,'?'),(_binary 'K¿\å]C\í\î©l7:\ÄD\0','wp-admin/js/widgets/media-audio-widget.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-audio-widget.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P IM\Ý;p8vn³\Ç[ôS',_binary '›¡ˆ•9j€ñlxB\ØeH:¿y¥%}óc	TP§_\×','',0,'?'),(_binary 'K\ÊüÌ‡u±b\ÌÕ¡\é\ÌI','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementGoals.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementGoals.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_|\Î\'\í-r…,})%\"G',_binary '3·X°!YUÐ·F,Y*8­\×C±_Ä¥²X\Óû—÷','',0,'?'),(_binary 'K\ËLx<C Ž˜H”ôe\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-·EN\äÄ‚Û›(\nún',_binary 'š÷\Þ¡Ñ¬}^EF\Ðù›\Ê\Þ>ô’Ú‚B\ì\Û','',0,'?'),(_binary 'K\Ñzß©{\Ð\Z®<ªPZ–','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/ParserInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/ParserInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\Í\Ú%\Z,s¹ÿ\"oØ¼',_binary '.©Ì¼¥c\ÕØ\Ù=X’Ö§Q\Ç]\Å_\"ob\"Z¡¢ð','',0,'?'),(_binary 'K\Üy¼\Æ]!\ÓYeDµ\í§','wp-content/plugins/elementor/includes/controls/switcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/switcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×!‘\Õ9G9þz/C ÿÁ',_binary 'a\ÂL\nTQ»+7Ë«\ë\ß.\â3\ïdßž\Z\à4X\ÔQ','',0,'?'),(_binary 'K\Ü\ÒI–C\Þª','wp-content/themes/houzez/framework/stripe-php/lib/Quote.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Quote.php',0,_binary 'PJ¾%º\Õ\Égùý?§©\Ü',_binary 'PJ¾%º\Õ\Égùý?§©\Ü',_binary '‡qX–i…Y\ì—}G\×÷\Ì-}\ìü\ä\ã7C¿\Ü[','',0,'?'),(_binary 'K\Þ	ˆ\Ô7\Â\ÉG/\ìš\ï','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚\Ö)\ÒE$+a\í\í@¶',_binary '­w3‰ &J\Ô¦7\Ýj\0q{\á5„\ßk{ˆÛ¥ ”N','',0,'?'),(_binary 'KÞž\Ü!¨¦\ÜJ\Ï=t\î\î\î','wp-content/plugins/wp-rocket/inc/constants.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/constants.php',0,_binary '\ÜX\íIr\Ökò­d“:\ÐUù',_binary '\ÜX\íIr\Ökò­d“:\ÐUù',_binary '_…¹rWHx\Çn¾m0;Yð—©ª\Â=r\Æ#?.<ô%÷','',0,'?'),(_binary 'Kä§¿¬÷1¢1!M','wp-content/plugins/elementor/includes/editor-templates/navigator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/navigator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\ÓJ]·*\á{\ÐZ\ì4Iù\×',_binary 'V³¬\Ä\à#}–y\ÝL’\Æyy†z`Õ§\Ñz÷Zlbðo\Ô','',0,'?'),(_binary 'K\åZw¼‹\nQ(­“­^»\0\Þ','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_5_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_5_24px.svg',0,_binary '\Â\Èk\Ñ\ê\'Gµ\Ø\r5ò\ãÍª\Û',_binary '\Â\Èk\Ñ\ê\'Gµ\Ø\r5ò\ãÍª\Û',_binary 'n¶V‚rEŸYM\à¬1¾0oÄ£®\Óuµ¾—r\Îb&','',0,'?'),(_binary 'K\åõ\Éo\Â\ë2x2o','wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Yo*!2<\ÃOC‘2ŸÂ¤`2',_binary 'Œ|µ“.\ÕÔ\Öög?\Ëy‡ú;¥”ºû?’÷\í+9\Åžs','',0,'?'),(_binary 'K\éw]¡È“¥\× Ã„ð\å\Û','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/security.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/security.svg',0,_binary 'Ã·MER\ç¬õ™~™Ÿ\Õ}\ì',_binary 'Ã·MER\ç¬õ™~™Ÿ\Õ}\ì',_binary '¨3ðBX\î\Ñ@S\Ä;2——¤c\Â¢³ƒ»\Ø\0\ä#µû','',0,'?'),(_binary 'K\ë7b{\êr\Ûu&\ÜMŽXD','wp-includes/css/dist/block-library/editor-elements-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor-elements-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿ýŽc|½$\0š”{–o\Ð\é',_binary '$\È2iQfþÿ—~\Þ\'¡:µSr\Õ\Ú4:þ’ª \ËA·>','',0,'?'),(_binary 'K\ïî¡­±#»H”\Äi\ïc\0\É','wp-content/plugins/revslider/public/assets/svg/av/ic_queue_music_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_queue_music_24px.svg',0,_binary '\\Zcñ¤\Ð\éF\à—3¡÷0',_binary '\\Zcñ¤\Ð\éF\à—3¡÷0',_binary 'm=“\ÛMÅ\r\ál\"`1ŠqGùú\Z„°6°–~,6','',0,'?'),(_binary 'KðIC\"8[Žk\ä_G\Æ\áU','wp-content/plugins/wpforms-lite/src/Emails/Templates/Notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Templates/Notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0Ý¤cÿ\0^a/Mi',_binary '«ñ˜o0\\\Æ\é•\Ï*¸•\è…\Ðõ¬$%[\Z!lf=i²\\\îk\Í','',0,'?'),(_binary 'Kðo•´*¸Ò¢,³+\×p','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone.svg',0,_binary '%\ãX\ë\á“7˜EZ%>',_binary '%\ãX\ë\á“7˜EZ%>',_binary '\ìÔ¾^`\ÆUipm¯“\Ðý\ZG¤y\ìfg§ˆ\ËðQ|H?\"','',0,'?'),(_binary 'KòÏ¥‘%:ò{\ÍRj³\ÔX','wp-content/plugins/wordpress-seo/src/generators/schema/author.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/author.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚¾lÁ8x±‚‚\ÇÁ¸‘A\r',_binary '”×ƒó>4†O\Ël•º/™09»’Á\Äpu±c\é;ö','',0,'?'),(_binary 'Kù \èžõ*‰;Ü¼\Ænc','wp-includes/blocks/calendar/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/calendar/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\ÚÜ¤\ØÔ´Ð¿ Úµ§Cª',_binary '+ $ù¼vºI¯\0µô¢\×MMM\Ã\ë‰\\ð\ësê©º¥þ÷','',0,'?'),(_binary 'Kú\ÚWÿ&\0\0Kµ\06‚Gô','wp-admin/js/set-post-thumbnail.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/set-post-thumbnail.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':1N°(\èxlX\Ýü¿\'',_binary 'v9\í‡\n{lKŠ†~q\â°#’>‰\éß¦·½¡ J…`~','',0,'?'),(_binary 'KýK+\ì†À2¤	aeZ“e','wp-includes/class-walker-comment.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-walker-comment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó\Å-3\Âeâµ‡b4ŠV',_binary '’‡ô¦b4\ßK,¾}š§Å£<m¨ ¦i ŒªÓ¥u 1G','',0,'?'),(_binary 'L\Å\Ôd\Èl9.;\ÓcM','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues/BatchQueue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues/BatchQueue.php',0,_binary 'UA\Ã,.\Ä{À°5€z›',_binary 'UA\Ã,.\Ä{À°5€z›',_binary 'çš¾QÁ\âz;­~|>\ÚÄ©E™°Y%õ\Ç%–À¾\ìR\Ù','',0,'?'),(_binary 'L®é¸ ¾Ëª¶eD\îüp','wp-content/plugins/revslider/public/assets/svg/device/ic_wifi_lock_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_wifi_lock_24px.svg',0,_binary 'µ\Ðé—˜MÈ•”Ñ—zœù\à',_binary 'µ\Ðé—˜MÈ•”Ñ—zœù\à',_binary '\Å\ë0ó ÷eüŸ(¬pzš¿’¨\Ä~\Z«\ÌKˆñ‹E´','',0,'?'),(_binary 'L\n¬\É_\ç\ÒOo\"\×\×\Òô','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/97.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/97.js',0,_binary 'ÀsY%6\"Ä¸J’^\Â',_binary 'ÀsY%6\"Ä¸J’^\Â',_binary 'üšŒ\ë²?É–PK	«N™ \È9(\ÞÁCIŒ\å\Ü\ËW9','',0,'?'),(_binary 'L¼†+\Zòø§mµú­ú','wp-content/plugins/revslider/public/assets/svg/toggle/ic_indeterminate_check_box_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_indeterminate_check_box_24px.svg',0,_binary 'Oq%\æ\ØyE°˜ºIfc',_binary 'Oq%\æ\ØyE°˜ºIfc',_binary '/ù\Äm\æÎ®\ÄpU&ÖºÁ\Â\×~–q\ã…q\ì‚÷\ÌW','',0,'?'),(_binary 'L¼€PÞ’^q\Ä›Ã‡õ','wp-content/plugins/revslider/public/assets/svg/action/ic_room_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_room_24px.svg',0,_binary 'I‚}Ôš^¨\ÑÞµ\ÊQ\Zw',_binary 'I‚}Ôš^¨\ÑÞµ\ÊQ\Zw',_binary '\\]:\ã³0²\Ãcø°A7’kö¿±T¾§\å`ª£\Æ	(ýœ\0','',0,'?'),(_binary 'L\Ïw*§ÒšF»íª‘„Tˆ','wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò#¿$–¹aªºžH·¦',_binary '·QE-¤R†\íòK/»S-›!VÎˆf-„Èpú.þ]','',0,'?'),(_binary 'Ló¿b‡>­oO¿jùñ*6','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Eos\ÚCg.h\Å#\É;a`úô',_binary '\r¦\ëžÓƒ\ÈEQÅ¹ºi©°\Ìoü?,ÔœUP\á>kû4—®\Ø','',0,'?'),(_binary 'L§\ì5C\îZ\â\ëz‰','wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý˜B¬µ‚\nb*\ß*eCf',_binary 'G\Ù\È	GõqÝ¿\ê¸pgK4«PqÜ™\ÊÎºùqbV£Eÿ','',0,'?'),(_binary 'L<#³ó†\Z\Ò\á¼\Ó\Ü}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9K¯\Ã\ÌMû:\äŒTf•9',_binary 'öñ;‘´ÀT‹¥O`(6\Ì\Ø,Àsk†Z‹ûc\ØR\Å˜+','',0,'?'),(_binary 'L\é2\\ÿƒBõs\æ288','wp-content/plugins/elementor/assets/js/dev-tools.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/dev-tools.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Epzc\0 Ø¦?-Q\ÎúC\å',_binary '\Ä\ßùC;ó6“*3P©7\'X\Þ\ÓH•i¯ª\æF\ÄÅ¨ó','',0,'?'),(_binary 'L#\Ö¬/Û°*\Ìø3ò\Ò\ì\r','wp-admin/includes/class-wp-terms-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-terms-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«“™!\ë€\äiÿ_\Þùs¡ýý',_binary '\Ô\Å~í•D p}ƒsER“&\Ñ`/ñ\Ïl]\Ý!µ\Ð\ë','',0,'?'),(_binary 'L(\Êý¢nø9[2ÀC6\åš','wp-includes/js/zxcvbn-async.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/zxcvbn-async.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÆðE\Õ\çŸ\nO\\\é\ÊYb',_binary '…\Ò\'FP\ä\Z¨/G\n“\àJ·¦ˆ\ë§\\Bõž\Z®ˆIT’','',0,'?'),(_binary 'L8Y`cðoa ¦\Êk¤\"­','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/WaitingToRecurDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/WaitingToRecurDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë\æ#s\ê8Æ¬ø†h”Lª',_binary '&ÿ\àV´¸\'¢®Bþ\ÌÅ&Tâ¿ˆ=\Ð\áNÏœq¨','',0,'?'),(_binary 'L9PŠX{ùŽô¶{ÁE¡¾\Ë','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\ÒJ;\×ô·\Ö\íñ½L\Ðg{',_binary 'pP¼(D ‹È\ïGXQ\r\Ók\áU‘k\ê\Ü\ïõUÿ','',0,'?'),(_binary 'L:/#\"Ñ¯fpÚ·›Ã¥Y','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2p\åf\ç\Õ{É¡¼\è‹\ë\Ï',_binary '.‡ðP\éùAŠ\Éö\Z|¾(W\Æ@]‘üq±\Å\ÉnAm\Êp\Ýú','',0,'?'),(_binary 'LD\é&I4\Ô zªË€­K','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListGtagConfigResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListGtagConfigResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R ®<\ÞRwTDÑ©þ\à\æø',_binary 'I\È{¾P\0·Í‚úÞ¨´ƒ&º¸r\"­ ×¡¯}R	‚d`','',0,'?'),(_binary 'LE©œ„qž“\îË£• ›','wp-content/themes/houzez/template-parts/dashboard/submit/energy-class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/energy-class.php',0,_binary '\èõ\\9@ƒ7»yvQ\î\æ6„',_binary '\èõ\\9@ƒ7»yvQ\î\æ6„',_binary 'rd\èl‰g\Ñ\n†\Ã\\\ÎÂªÐ’f­%³\åA{\r\rŒð','',0,'?'),(_binary 'LH\ä\Ýi®L=D‹°û5+','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-8.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-8.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬\åþ(ã¥·º\Í\Ð	e2\æ',_binary '>¶Bˆ\ígòÿÕ§Ý¥\r\Ñöÿz‡h\Øûºnýø;O¤','',0,'?'),(_binary 'LJ\ßEvÿžD\Õha‰OIÈž','wp-includes/Requests/src/Ipv6.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Ipv6.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É·n¢jô¶\årî”',_binary 'j–E°±ü-Á/§\"Žª\Ò\Ó/³ »\0\ÒU÷\ï’\Z5\\¤','',0,'?'),(_binary 'LO4uC¸ñ:©\Ã\ÛA#\á','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_contact_calendar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_contact_calendar_24px.svg',0,_binary 'ÓŒ}LKµ\à†\æm\Ì}¥©',_binary 'ÓŒ}LKµ\à†\æm\Ì}¥©',_binary '\nCf‘õ,n^‡BNH	y\Z¤²®[U7t','',0,'?'),(_binary 'LR7Q¼\äToG|\Ä{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\\™œF\r\êv›Cõ',_binary 'óƒ’X¹74ñù¦u\rt{½œMl×„‰¥qT}\Ô\êð¼','',0,'?'),(_binary 'LT–Vûó‰\Ýö\Î','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/button-group.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/button-group.php',0,_binary '-sE¶:j\\À»’Ì¡',_binary '-sE¶:j\\À»’Ì¡',_binary 'm	úú\Ò\Ë\Ù\å£¥\Ò^d@‚Qoð\ËWRS§3Ù¤','',0,'?'),(_binary 'LV4\î˜i\ìJ\àT±K\Æÿ6','wp-content/themes/houzez/framework/stripe-php/lib/CashBalance.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/CashBalance.php',0,_binary '\ê+@¼¹\èv‡góö\Ð\ÐDE',_binary '\ê+@¼¹\èv‡góö\Ð\ÐDE',_binary 'õ”{+û\\÷wšK\Ä!›1¦´\Âm¹2\ÎZe\äš\â)n','',0,'?'),(_binary 'LW\ÇT{\ÈP\Ù;/RQ\ÂËª','wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php',0,_binary 'k\åm\×\0	T«’`4\Ýó“',_binary 'k\åm\×\0	T«’`4\Ýó“',_binary 'BrÎµ}Í²y\á­%\Z^\â\êU@…·a1¨4}','',0,'?'),(_binary 'L[b¢z{y¸±?ó€²\\ ','wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'PQ\ÄC.ü)&<£\06;YB',_binary '\ÛÒ½V\Új\â/1mD8¢3&œ\çªI.bÁ“ Ü¸³Xn\Ï\Ö','',0,'?'),(_binary 'L\\~¢\çôö!(0D­2¤j','wp-content/themes/houzez/template/blog-masonry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/blog-masonry.php',0,_binary '±\ß\æø¦\ã[3õ\Ë\Ë\×x¹5',_binary '±\ß\æø¦\ã[3õ\Ë\Ë\×x¹5',_binary '\Ç\Ïg»ƒUa+‘\í=Âµ\ç\ÍRÅ©˜¹pa|:Ÿó¿/A','',0,'?'),(_binary 'L]ôgrñb‚¯L‰\äó','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-meeting.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-meeting.svg',0,_binary '4¾V˜6tX#‡.8û`X',_binary '4¾V˜6tX#‡.8û`X',_binary '1$b\r7¥·$¿^·F†Œñx}\Ã\ä ø;„!3µ6š1\â','',0,'?'),(_binary 'L^¿\Ëv\èQnQ²®¶œ´A','wp-content/plugins/elementor/assets/js/f45f06ab7bc79ea02cfc.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/f45f06ab7bc79ea02cfc.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';ÁŸyi\Zz¹c{#\á@¡',_binary 'f\Ê«’_Ø…˜##GW	£\ÛWÀw~¸\æ€n-dÇ‘','',0,'?'),(_binary 'L^\Ý\\	\Í—@\Ðb¡¤‹aÀ','wp-content/themes/houzez/template-parts/search/fields/max-area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/max-area.php',0,_binary '\ÊÚ‹z`ú\Ó­\êBjI',_binary '\ÊÚ‹z`ú\Ó­\êBjI',_binary 'u7:Ì†¿|k¿¯J<\"9KfR%_\ßYŽBN\ÂA','',0,'?'),(_binary 'L_\Êõt \È+\ç…91ž\Ôðû','wp-content/plugins/houzez-theme-functionality/classes/class-property-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-property-post-type.php',0,_binary 'aE§tD‹\Ã0KRAòmZm',_binary 'aE§tD‹\Ã0KRAòmZm',_binary 'i\Ø\é,´u\Óô|a§y\çu\èN;­–\ædd©\åôm\Ì÷Þ£','',0,'?'),(_binary 'Lap•²8gôV\ã,¾\æg\Û','wp-includes/js/dist/vendor/react-dom.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react-dom.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÇXÜ¥¥Q\ÕÂ”\êÅ¬\äbR',_binary '\È±	°PN¢\ØE4N\Ø\ÎR€×¼wxJµŽÞž','',0,'?'),(_binary 'Ld®’\íÓ€\ØøÙŸsÌ¡','wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '×²!IËœƒ/\Õz»³w°',_binary 'œ tUò\ÓH©6\Úòm+\éÿ\É8\ÑBŠÝ”k~\Ò\é£M†','',0,'?'),(_binary 'Lf·\\e<GG¢ŠU:©“','wp-content/plugins/updraftplus/includes/tether/tether.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether/tether.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó3\'¦G¬rò|(x÷\Óx•',_binary '™ŒD›\Û \Ê=F:\0}Z\Ã\ÄD\n2ú_;fTq','',0,'?'),(_binary 'LgÉµ!\Ï4\Ús\à3ô\Ðu\r','wp-content/themes/houzez/property-details/partials/banner-nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/banner-nav.php',0,_binary 'iv{™~öSûš&I\ÄGq',_binary 'iv{™~öSûš&I\ÄGq',_binary '_\Ê\Ã®uŠ*fžð†þ™î†‘¾¾7oNük.A°','',0,'?'),(_binary 'Lo\æ”\Þ*\äC†\än{?','wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÉžQ~³Jòq°\Ê0lZ}k€',_binary '\Ü>½,\Å\ZÅ˜’­¥R\Û\Ñ\Ä/\ÕxR’8\ã÷ks\ë','',0,'?'),(_binary 'LsÐ‡Å›\n²c}>ÿK—‡','wp-includes/css/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨r^\â£\ÃP½B<Iw\ÛX,',_binary 'ú8	…2¬MGw\çÒ¼5?\ÞQ\Ðy9\Æ\è¢*\ÉüˆŒ','',0,'?'),(_binary 'Lw™fx¿Á­\ìÎ˜€ŽM´','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“×©a¤Á_}ŽG\Û\âÖ¶l',_binary 'H[\àÎ¼\åCQH*±E–\ë…\ËBR\Ã\rrt.!\á=T—x™','',0,'?'),(_binary 'Lzù\Ð\ïZ\Ñüø#<','wp-includes/class-wp-locale-switcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-locale-switcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v(‹‡F6w<L-ci–\ê£',_binary '˜/œaFK&)9š™Ácq¸Ž)b„_:ù@Õ“¤ˆˆ','',0,'?'),(_binary 'Lz	6´ž\ÝhQ¼\ÚW\Ë7','wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'WJø’¾%jo©E\Ç\Õ%^(',_binary 'j¥“R~û\î›@O§\é£ÿ[‚?\Ë\Ü\Æ9Ÿ:üŠ²','',0,'?'),(_binary 'LzøYt”ƒ¸,s®j&6~','wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/field_gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/field_gallery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò\É\í\Ã\à\å\Ò-C/#/®',_binary 'V\rk\Ök2\î\í\ë k›-º‘ø–üÚ—._6¦\Ë4\Ó+<','',0,'?'),(_binary 'LzEk\ïŸRðBU\Â)Z\n\æb','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r§\ä_UÀ\ÄT\Ì\ÝÿF(õ',_binary 'º\çh¿\Æ)xDô’40òl]–\ÅM\È\åtL\î%\Ó:\r\Ær','',0,'?'),(_binary 'L~0ôt|\'\È\n”^¼Y%N','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/OrderService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/OrderService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\ßqD…Ö°25`aº¼q1',_binary 'X\Û\æW\ÖÅŸ\ïpsf\\S=,Ú½\ík•Ÿì„©F\æ\Ês\Ð\ì\Ú','',0,'?'),(_binary 'LƒyôµÛ­\Ý\ä’JP5\Ô','wp-content/plugins/revslider/public/assets/svg/action/ic_speaker_notes_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_speaker_notes_24px.svg',0,_binary 'ƒP©\ëƒ#qb\0\ç&[/4¾',_binary 'ƒP©\ëƒ#qb\0\ç&[/4¾',_binary '-±\Û-]NU\n\Æ¯?:I³0˜;\ß\É5-š1€A','',0,'?'),(_binary 'Lƒ™\ëK“\î#}E}RN\Ü','wp-content/themes/sinatra/assets/js/dev/sinatra-wc.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/sinatra-wc.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘‹Š\í]V0±\ãð»\ZŒ\Ï',_binary 'Ý‚\Úÿf¬´8wTI[šó\Î#\âGŸ\è]\îY9\n­r','',0,'?'),(_binary 'L‰‹\êC\ÝBû‘‚˜´=Uüy','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilderInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilderInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y\ëMq§\Ìiœ/ˆU|',_binary '\Ã\Þ÷(8¤ò\ÈO\é!<W\"¨ª3a¯¾ b=tTGŠö¸','',0,'?'),(_binary 'L‰¤A\à8\×C«Á˜Á','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/it.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/it.js',0,_binary '9¿zrúœÐ¬Oó¢=®',_binary '9¿zrúœÐ¬Oó¢=®',_binary 'Ð€»G(\'Zò<½@\Õ]­]Ë²«¾•y<\îöÿz\Ä\éö`ù','',0,'?'),(_binary 'LŠU‹F\Ó-ÀÔRµûž','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'AF†‹ü´¼òT\Éb\Îv@',_binary '\äž~ù„ñ\Ë6™“ƒ@(gj‘T¶¶\Åw\è¡\ãÁ','',0,'?'),(_binary 'LŽI\Ö7F›Á«\Ú6\È','wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥KdÂ½D\ÓS®=·wÎ»<',_binary '$!­ª”ö•N U\Ö2®1\0–kVœ¤¿+ô\rV\ÂTýWŒƒ','',0,'?'),(_binary 'L’CñÅµL‹˜—H°e³','wp-content/plugins/one-click-demo-import/assets/images/icons/question-circle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/question-circle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8´‘>S½\Ït”ð\è\Ø6¾',_binary ' ÷AF\Óce0[3\Ù\Â@?:Jž>\Ò\ík¼1','',0,'?'),(_binary 'L–ó‰Õ»Ë»vMlW«ždœ','wp-includes/blocks/pullquote/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hR\Ë<UGª\Ùût\Ú',_binary 'Ažoi^ø—®<h+F–y\áQÔ¡\æNo­Áx]L4\ÑO','',0,'?'),(_binary 'L–õ\ä\\\Ôe@)n\Èù¬\Ç.','wp-content/plugins/wpforms-lite/assets/images/spinner.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/spinner.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²Pröpº¼\Ö\æ&‹wÊ¯Z«',_binary 'yM~e1Š\éÌŸCyôe(¨³oz\×U	\Å\Ü\Ò\åP\å','',0,'?'),(_binary 'L™XvjnŸ¤\Ã\î“\ë¬ý˜','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Uninflected.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Uninflected.php',0,_binary '	-D\r†¤\ãvð\èœº\ÜC\0',_binary '	-D\r†¤\ãvð\èœº\ÜC\0',_binary '¬\Õ\ntƒø?6wm@Š#\Ý\r5Î½¥[ÿ\ÆrXsOL','',0,'?'),(_binary 'L™¬\ßõ,i£¹ƒ]N_j\Ì','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Middleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Middleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ\ç\ß\ÊÁ\\\Ô+„\ä*4N',_binary 'Bž\Úß°‹j›“F$•\ë»)5\0I˜Žr¿\Ù\Ïô	','',0,'?'),(_binary 'L¥ \ä\0þm‹$Òº®\Ìÿ','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Qs\ÈÀŸ*oE±1¥…Gôz\Ü',_binary 'JžSõ8’–Y{9ôÜBš\íöp]k i8=†¯þðB','',0,'?'),(_binary 'L¦ Š¥9õL2†¦º8¶\\ž','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v7.php',0,_binary '“pÿ¡F\ãºe“P0@SgE',_binary '“pÿ¡F\ãºe“P0@SgE',_binary 'X.v¯£€RG4,§–\à3Ù²jÇ¥~\ã˜xF‰I','',0,'?'),(_binary 'L¨~\"gVüüé­´X®\Öq\Ë','wp-content/plugins/revslider/public/assets/svg/action/ic_zoom_out_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_zoom_out_24px.svg',0,_binary 'l	Tqp{\ìš\Ïÿ£­2',_binary 'l	Tqp{\ìš\Ïÿ£­2',_binary 'ò§T½~E>;4%)N!þi´ew‘}5pº;\Ônh\ÜR','',0,'?'),(_binary 'L©\á^|¿i|h”ek','wp-content/themes/sinatra/assets/js/vendors/html5.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/vendors/html5.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü0*³\ßðþ ×²°bh\Õq',_binary '€[•»,V¹\Ë6Í—˜±ƒù©ø<>c	æ‹œ9\Ï','',0,'?'),(_binary 'L©\ëG’\ÙE$7¤«·4ª\ì','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô2\ë,E÷4\álùC©Aµº†',_binary ':8\'ˆ¨€þª§¡¨º\âIi¾`\ç7­–¿Œs0\Ép¢\ßL','',0,'?'),(_binary 'L®¢M\âû3Ð•Aûs\Ì','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡\Î\Ð\í¢tño\Z\ÍÐ§ù\Û',_binary ' ‹Rfx\Ó[ûƒ¶ùW\Z\\	%š\r\rªŠ4¹\á½ü\Ð!','',0,'?'),(_binary 'L±>¬%0\Ñ2”úÇŸƒF','wp-content/themes/sinatra/template-parts/entry/format/media-video.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-video.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ]\ÂD§™-a26¼\Ü',_binary '\Ï &g†|¯ªAuòø¾Ûœ®p….³}$I{ôû·Y\Ô','',0,'?'),(_binary 'L³[\Â\âš)Ú¢»\Þz\Æ.','wp-content/plugins/wordpress-seo/js/dist/languages/ca.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/ca.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5@dl˜L7ü¯\ãÛ¸­v',_binary ' Vó\ä„^öˆ¾y¶\Û_\Zž(|¹&¢df\Ú\×\ï€\Ü','',0,'?'),(_binary 'LºÀ„ù™Ã½p\ÝK\nI½¿¬','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/venn-diagram.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/venn-diagram.svg',0,_binary '\ÌsŽX·?|z´\'–%\Ë\âU\Ô',_binary '\ÌsŽX·?|z´\'–%\Ë\âU\Ô',_binary '\\\ÑZJ\Î\"Á\çÁ1¼V\0…‹­\æ&~´N‹°þ«\\­š³','',0,'?'),(_binary 'L½n\Ø\Í}\ÆÙ±g\ÂU¹wÍš','wp-content/plugins/houzez-studio/admin/js/i18n/tk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/tk.js',0,_binary 't‡ 5)\î¦L\éÀÐ•2\Ò~÷',_binary 't‡ 5)\î¦L\éÀÐ•2\Ò~÷',_binary 'Š\ç\Õ\0š1¿&½÷²²!>ý\Í\Ìùi½»\Æó>V¥h¥\Î\á','',0,'?'),(_binary 'LÁ&p÷óÇ‰‡\Â\Z:Br8','wp-content/plugins/elementor/assets/js/editor-notifications.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-notifications.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\ÕrŒ\à3q)•Rœ3)”*',_binary 'ž,/H‡¢\Ù¸½w\çög¢’0ô˜;	\âbnDÔ¦„','',0,'?'),(_binary 'L\ÂŠe¡t\"pc(	’e\Ç','wp-includes/wp-db.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/wp-db.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q\Êa•f\ä€q@.R¼\Ño',_binary 'ˆt\\K¼(É®\ËX\Î\'Œ´·[\çª&\è\Éxl\âò§ ','',0,'?'),(_binary 'LÂ½1\Ówtt\Î\Ó\Ëa\è€','wp-content/plugins/wordfence/js/wfglobal.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfglobal.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ow{\ï	‰b\î@ª@=>',_binary '\Z\Ï$°u‰\é¢	s·$-ÕŸ\Òi¦%ß±:|\Í','',0,'?'),(_binary 'L\Â\ß\ï·E¦\ïg\Ïý\â\ÖF9','wp-includes/blocks/post-featured-image/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']‘­l£ix¦v:þª\ã',_binary '‡£Mˆ¨\"–)N\ãXü$‹%—WN\Ü\"©U[XÀž(›õZq','',0,'?'),(_binary 'L\Ê&C0-ŸD(®h˜','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/AbstractLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/AbstractLogger.php',0,_binary 'G9\\Ex\à6A\Ó:_»\ÑA',_binary 'G9\\Ex\à6A\Ó:_»\ÑA',_binary '£¬4øjÂ‡þd—Mu’\Ø‘ó4½x‹\ëI\Û/?','',0,'?'),(_binary 'L\Í\'\Ò/k`\á	~N\ÕY0\ì','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ps.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ps.js',0,_binary '~™-$N²ww½\0ƒõÜ†',_binary '~™-$N²ww½\0ƒõÜ†',_binary '‡¹	 e„öòÚ¶8Z\ÖÎ•!|m279<)—®Ù¯c#e','',0,'?'),(_binary 'L\ÓC£ª\ÅUfšiœùq\ì','wp-content/plugins/revslider/public/css/fonts/font-awesome/fonts/fontawesome-webfont.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/font-awesome/fonts/fontawesome-webfont.svg',0,_binary '‘.\Æmurÿ‚I1“–G\Þ',_binary '‘.\Æmurÿ‚I1“–G\Þ',_binary 'Lr7D@yŒ¿\ÂÉ‚]NK‡(–\Ñti\ØG9\ÎÀù \ÈTm=','',0,'?'),(_binary 'L\ÓC¶’¹¨G\ç\Ø)yÿ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/DetectedItems.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/DetectedItems.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6C‡—\àZ \é\ësmü×˜ ‘',_binary '¡›\Ä\r	T‹Í´\Ú\Ï\ëýb I\ì˜\'úL\ã¤\0\Ø^¨:','',0,'?'),(_binary 'LÓ™eKS\È\Ö!ƒÒ–<\å­','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows012.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows012.svg',0,_binary '\çØ´¬:\n\"\ìzJ¯¶¶­',_binary '\çØ´¬:\n\"\ìzJ¯¶¶­',_binary '\Ú\n,3„\ÄD\ìM\ì.›j ›\Úù\Ëøk0\ç»>\Ö7®ö¼','',0,'?'),(_binary 'L\Ö\"Ž\èv\ÅT\âŒÌ±L\é','wp-includes/blocks/comments-pagination-next/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-next/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘‰Ì…—az\ßaC\å?‚¼',_binary '¡ \Ë\ã¹[\ÈCø\Éþy9×Š`º\'ª#F/J0\ÙC”\Ý','',0,'?'),(_binary 'LÖ•*9ó\êbsaAS\îmô','wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/admin-settings-stripe.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/admin-settings-stripe.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\"YlÍ=A»™L\ÂÁ\Í?w',_binary '´]\Æ%9O¡\Â\Ó-hoŽg\Îmeq=‚o¯eüŒGTh','',0,'?'),(_binary 'L\×i+Æˆ§Y/\à6DB','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Endpoints.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Endpoints.php',0,_binary '\å-¤&ÙŒ\Ô-úq\ÝU',_binary '\å-¤&ÙŒ\Ô-úq\ÝU',_binary 'ðr\ÑpÄ¹Q9\ß\0TI³\ã\åƒò\ÔA\×ð=Ê¾\à\ÝùA','',0,'?'),(_binary 'L\Ü\Ëó¯l»º$òõ…¯','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterRef.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterRef.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡WFþDVž7\Ö\Ê\è®}',_binary 'óBk\Z´\ÂmbŠ|\Çm\×\Óq\ZW®ñˆ‹¹ °o\ÞÝ…Š,`','',0,'?'),(_binary 'L\Þ1žy¤]:,\ä•_ \âø','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Each.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Each.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\"¶\à?5¦iÁ3@pd\ì',_binary '=š÷g\áŽñÁù¹p$«&®¸Á\Ô(¾ª\Ç\ÃQª\ì\é','',0,'?'),(_binary 'L\à¯]\ê½ýÿ,*k\ä®\é#','wp-content/plugins/revslider/public/assets/svg/image/ic_movie_filter_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_movie_filter_24px.svg',0,_binary '.\Ä¯©!Á\æt\áTeû,P',_binary '.\Ä¯©!Á\æt\áTeû,P',_binary '°\Ùç–t\ã\æ½\Ú0¯\é(\Ì%‹DEñü™¬›','',0,'?'),(_binary 'L\àÀ\r\æ%\Â\Â{®·','wp-includes/blocks/social-link/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-link/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z7yE­\Â\é¢ycOx',_binary 'ü@REŒ\Z\ÔPýU¯¿Ðª°5£Ø›ø¦C‡ºD9]\äµ','',0,'?'),(_binary 'L\ãIþk± ¨u†‹','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2/select2.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2/select2.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ5I\0\å\ÔFR¥\ìü\î\Ç',_binary '\ËÉ¯Z\ß§”\\û¢ST.Ž¿;Ø®\á 5<\ï	n°\áe/','',0,'?'),(_binary 'L\éœ@´\ë,\îV\Ùò±€D','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php',0,_binary 'ñ}\ã²J\åð‹½úA\Ý',_binary 'ñ}\ã²J\åð‹½úA\Ý',_binary 'û\Ým:Œ\ï\ìúˆÙ‰U\íšÎ¯r\â\æ\ÝQGú“j\Çþ\î','',0,'?'),(_binary 'L\ë›ü‰M†»\ÊÞº+\Ö˜œ','wp-content/themes/sinatra/assets/css/compatibility/elementor-editor-style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/compatibility/elementor-editor-style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' b\ZA\Ö‘\Ûj²5\ã*Ád¯',_binary 'wIˆ¡9§\Æ9/sO8d˜O‹\Üx™¶\n¾¡‡Ë¯\ÍÈ²','',0,'?'),(_binary 'L\ìg\íEú¸5ÌŒ\\Ÿÿ','wp-content/themes/sinatra/template-parts/entry/entry-thumbnail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-thumbnail.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ì¬,«\ÑÄ†›4\à/‚ƒHT',_binary '«Ga¾\í\ÜÀ½öpðó\rgFbA\"\ÓS‡‘a\Òuÿ\Ò','',0,'?'),(_binary 'L\í\å\ÅÓ’ó\Ê1?Ü¬\Ã\ã0','wp-content/themes/yith-wonder/assets/images/demo-content/company/high-quality.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/high-quality.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M_\0Á9O˜ñ•z½€ð',_binary '\Äúºñ\Î\"6˜”s\ÆÉ•òB$Í»\å;‹þ†^Ïºü¶KÓ','',0,'?'),(_binary 'L\ïRzH;¢{=$5ñùÿ','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õc¥{¥€6f\Çû\ä¤',_binary 'r\Ï\Ú\Ìô›š\à\ÛÀx€\ØrNdô;7\É4ð=H\ÈÓ®\É','',0,'?'),(_binary 'Lï¬+q¹V\Ê;—h\Ð\ËY•','wp-includes/fonts/dashicons.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/dashicons.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M¶¬¡N:\Â\Ò\'\åÊ¤·\ÛÈ¹',_binary 'Jó˜!Š¯\É\ËXLl`’eþ\ÃO¯\ì°s\ÐH¹‰¸\ãƒ','',0,'?'),(_binary 'Lñ>t™õšNÿˆ†‹\Ý','wp-admin/css/colors/blue/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/blue/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼µZÁþb\Æ\Ò\×	',_binary 'C×¶…\Ôx\ê°T”÷Zù)\r~\\°Z\\%(„…ZÖ‹','',0,'?'),(_binary 'Lñ\Ñ)7a\ä\å\ç4\Ë\n\í\å ','wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't‘;\Ìö¯G¡¹Š‡O',_binary 'GŠ^7Ž\Ç†Wlpx\Ýc.¯”O˜+û\æª[\æn6ƒ','',0,'?'),(_binary 'Lñ÷>[\Ù~»^\Åúíý','wp-content/plugins/revslider/public/assets/svg/content/ic_remove_circle_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_remove_circle_outline_24px.svg',0,_binary '/P…Ü%\r»~ª9ezû',_binary '/P…Ü%\r»~ª9ezû',_binary '¥?³6´I)^FÛœ²€QT¾%aqºw\Å,T\ÖKª\É\ãK','',0,'?'),(_binary 'LòÖž+P‰C†\Ð)~u¬_','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2K\éAX\Ñ1\ëz²õ',_binary '÷®\\\Ïü[Ÿ e™_\í]vT÷SÊ‘Ð¶\\\å¦H\r[','',0,'?'),(_binary 'Ló¸ Á,^\Z˜2±w\á','wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\'\Ä\ÎwÙµŠt\àŸ>@',_binary 'H\ÉO3®\ãaBµ_\ã\ÖPjo#¨›£û\n\Übùð°\Çu','',0,'?'),(_binary 'Ló\Üp{>¦p‹]3\ë','wp-content/plugins/elementor/modules/kit-elements-defaults/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊA-y‡X¨\æ52.¿>\Íp',_binary 'l?o2™\×\Ñ\áxM\ä„P\åwª\nœA\r¬£ü\îE','',0,'?'),(_binary 'L÷…)\Ñ\Ùa$­D-\ïÓ®ªJ','wp-includes/js/tinymce/plugins/wplink/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0ùù\è^½¶\Ç*ž\rGe',_binary '\æ_½\ÒÀAQ\ê”þ\éq\ç™ÖŒ”»\r\à¸g¾±‚)\ÓôD\ä','',0,'?'),(_binary 'Lø!(¿(\ÒO‹zfG’·¡','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_nl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_nl.js',0,_binary 'pKpV§ñ\ë2kÆ·œ€',_binary 'pKpV§ñ\ë2kÆ·œ€',_binary '¼D$¬Oý¦{³\n\ZŒf$ÿ#Ÿ¦§Z\Ù\Ï\Ú·õ','',0,'?'),(_binary 'Lý½;\Òbª2ÌšT+ž´','wp-content/themes/houzez/property-details/luxury-homes/features.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/features.php',0,_binary '/Áž\ÕA©Þª¹\ë\\rt\ä',_binary '/Áž\ÕA©Þª¹\ë\\rt\ä',_binary 'R–.û‰K\Ïh\È]L‰·3£\Æ\Ý|\Î\\g}%;¥d\ÌS','',0,'?'),(_binary 'Mk\å5\Ó*}ûI\ì<E','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/file-input.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/file-input.js',0,_binary '%l—Š\ÐC\ÎP[\ï`\Ór$',_binary '%l—Š\ÐC\ÎP[\ï`\Ór$',_binary '—·L_†U$½\"n\Øm¸\×©zòV¿©\ì\î\È9,\ØV$','',0,'?'),(_binary 'M+{XVzT—‚–\ÇGµW\Æ','wp-content/plugins/one-click-demo-import/vendor/composer/autoload_psr4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_psr4.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\Õ~q)\Ó\Ô\nwX\ÆJŒ\Ïk¿',_binary 'ì¾ƒ`±ºˆR:´\í’oý\Ê&E9\âr:üìº‘–#\ç','',0,'?'),(_binary 'M\r}¹ 0«£PôJ`†J\Ð','wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\ìð	¬5¯‰\ÇXR„)\Ú^I',_binary 'Ô§9\î§\ëêšŽÁ\"\0Ž\Óðö©„€‘=#\Üôñ\ÏÁ:','',0,'?'),(_binary 'M\rk°¾tžv,LÜ–Hƒ','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ-\à¢¯@XX±&]vq6\Ó',_binary '{\Úfœz‰\ZÃ…	m\ëþ«Š\è\Ñ\É8¿V´\Øðø~¿\Ü','',0,'?'),(_binary 'M\ï[«š\Ç\äÙ‰qhx\â','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—!²Tn\Éu`\'3S×—„ˆ',_binary '~\ÄL\áX@»“›ÐŸ*7=ItÙ¶9f\êù„ý*­ÿ','',0,'?'),(_binary 'MU:\â^»±‰>¯žg%0¬','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/contact-form-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/contact-form-wpml.php',0,_binary '0&aôw:\Ö3mñ\Ð×ˆ\ì)',_binary '0&aôw:\Ö3mñ\Ð×ˆ\ì)',_binary '…”\Ï\'\ë—1’«¸|œv5(5,žP\éP\ê‹8‰\Ã&','',0,'?'),(_binary 'M]½»Ž} w\í\ã-›!ˆ','wp-content/plugins/wordpress-seo/src/generators/schema/website.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/website.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5V \Ï\r–/!\ÛA“\â\ì',_binary '‡\Ð3ÿ\ßq¯mA\ç\Ê{\ØJ\Ï]WXn‚ø\ék\"F','',0,'?'),(_binary 'Mx1Ç‹Tm¾R_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/global-status.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ë«\'½m\Ì`£0>ð+#¢\Î',_binary 'úœœ\Þð\ç\æ˜\Ã\ÄpûøÁ³\çPv?Z\ÇF²\êQQcj','',0,'?'),(_binary 'MÇF0\"j\ÃVŠ\ë™\Ò~','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/ServiceProvider.php',0,_binary 'X\åÑü¿ŽÜŒ¹1\Âôj',_binary 'X\åÑü¿ŽÜŒ¹1\Âôj',_binary '$\Û(¸”³@ö\Ép3~À\Í\ÞRw»9«QVSý^Hk','',0,'?'),(_binary 'M`k–±K\ÕV\íù\ç=‘','wp-content/plugins/updraftplus/vendor/psr/http-message/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\Ïyr¥ñ1\á\äa\èK0',_binary '÷Œ\Õa™3‰©´¦dóµø\'4u#\å\ßÒƒvi%Jq]','',0,'?'),(_binary 'M€\\³\ã†S\í<o\Ç2\ç','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Cell.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Cell.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l~\çÅ¶\0cOjª\é\ÕK\Ò\r',_binary '\Õ7\É;j²]aKWp$s\í	g_V×šª¥g:!jRp','',0,'?'),(_binary 'M!:4\Ó(V«ü…C†ù\Êi\ç','wp-content/themes/houzez/framework/stripe-php/lib/Service/Reporting/ReportTypeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Reporting/ReportTypeService.php',0,_binary '9²Œ\Ç\Ï)\Ä\ÃUDö\Ïn',_binary '9²Œ\Ç\Ï)\Ä\ÃUDö\Ïn',_binary 'r`{¾%lN¨dn‚‹m\n«˜uÛº=°‰‚\Ð\ït…','',0,'?'),(_binary 'M$u¿l¾ßº<¾0_%B','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/DeactivationSurvey.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/DeactivationSurvey.php',0,_binary 'Œ\Ýmo€„eRWo.r\Ñ\à',_binary 'Œ\Ýmo€„eRWo.r\Ñ\à',_binary 'ø‘\Êb\é…4\ÙAœ#e[Ä‰\Æ\ït‰RyŸT_Q\á\Ì6','',0,'?'),(_binary 'M&4SP\Ø´h™\\o«\Ø','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_price.php',0,_binary '²¼Tºç’«2X\nI?Q‡N',_binary '²¼Tºç’«2X\nI?Q‡N',_binary '½÷\ÅÃ\ê©2 ®ù÷gr¼Re÷=›W`YZñ¥\Ð^{\Ã','',0,'?'),(_binary 'M1·@3¿§Ì¦0\â\Þ','wp-content/plugins/wp-rocket/assets/img/logo-wprocket-dark.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/logo-wprocket-dark.svg',0,_binary ' ;ˆ\âNp6Kkd\Ã\ã=k',_binary ' ;ˆ\âNp6Kkd\Ã\ã=k',_binary '\î\ëó\È/h¢˜7\á\ß\æD>½¯>˜\âÞ¥…%,7\ãY','',0,'?'),(_binary 'M1\Ò\Ú/ªn§\íÌ–Q‡ ','wp-includes/css/dist/components/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/components/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·ö®m¾\ÔMqK\'Ãµ\Ã',_binary '\î=$ÿeH1z–]\Ä\ïÇ˜|TË‡m‘úxb#\ç\"`,e','',0,'?'),(_binary 'M1\Ô	\àZ¢ügÿ\ß&\'Ñ«','wp-content/plugins/updraftplus/includes/Google/Cache/Null.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Cache/Null.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô”ÁwØ®õ®bD†‚\Ô',_binary '\ïg\ÚÌ„\Ö[2>\ïM\ÊªbÁƒñö†\Ó&^\ã>\ëM','',0,'?'),(_binary 'M3¾c‚õt¸¸Ÿ~Ä«\ì','wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ZTUÜ™£%}Ô‹\Ê?',_binary '\ë\Ír×´FK>\ìÍ©ŒP,ü\ì\áiŽR\Ø\î>ZI³Á\Ð\â','',0,'?'),(_binary 'M3\í\Ä@-\ZwŽ\Ô\'h\Ç','wp-content/plugins/wp-rocket/views/settings/fields/textarea.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/textarea.php',0,_binary '\ÝP\Ï\"ò\ØNm;ñ\Ãq\Z©d',_binary '\ÝP\Ï\"ò\ØNm;ñ\Ãq\Z©d',_binary '(¸2”’¤ð#ÿ]5¢—%ŽH\ã¦\ïÅŠ8þKòŸˆ','',0,'?'),(_binary 'M<¦„gS‹\ÅLªe','wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Optimization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Optimization.php',0,_binary 'yýoh@k\í“i…¥|ª\ÔñP',_binary 'yýoh@k\í“i…¥|ª\ÔñP',_binary '#›•}k\Òò\Ð>Ø™f-@::|¸Õ±¸{=PtŒI','',0,'?'),(_binary 'M=\ÆYtú¢ \0\Ûkõ\ÄGŸø','wp-content/themes/yith-wonder/assets/sass/woocommerce/woocommerce.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/woocommerce.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(~\ÚóXR}š\r\Æ\ÏW',_binary 'E‚Qy\"~TM6\êT½ß¦·°#™%&\Þ\ë•$C$~','',0,'?'),(_binary 'M?,5\Ø*\îó\Éú\ÜK*\Åf','wp-admin/js/post.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/post.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ò‡<……\äYˆA·h…ø¬',_binary '÷™üð9ô/“®\Ç{ \"\Ü\Ç6dùy\èh\Ù\×','',0,'?'),(_binary 'MC¥Z2\0t’ˆJ45\Ø>\Ì','wp-content/cache/wp-rocket/point2listing.ca/author/admin/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/author/admin/index-https.html',0,_binary '\Ím\Ì\Ñd$¾*$§th‹e',_binary '\Ím\Ì\Ñd$¾*$§th‹e',_binary '˜©À\Õ\Éò\Èô+`\"©mC¦\Í\ç¸ÿ¼TÀ0a\Ü','',0,'?'),(_binary 'ME<\â†e!\ìòŽj\è\Ã…','wp-content/plugins/elementor/assets/js/editor-document.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-document.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'î¤†[£]¢P¨ö2Q¥ª‚t',_binary '\Ð1\ÍÀñ´I[\Ç\Þ/Gó\×\çm©7S´J\ÄDDM7B	µx','',0,'?'),(_binary 'MLƒ¡\äl¡v wT!','wp-content/plugins/redux-framework/redux-core/inc/validation/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'MLð\éx\Ìå™Š\Ýf ŽT­','wp-content/plugins/revslider/public/assets/svg/image/ic_collections_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_collections_24px.svg',0,_binary 'Çºi¢…¥\ZKC\Þ^\"l',_binary 'Çºi¢…¥\ZKC\Þ^\"l',_binary 'g¨½Ác×¤˜\Í‰Y´Œ¦:ú˜ùµCz+\Ð÷:','',0,'?'),(_binary 'MW€	\å¦¾:\É\ä˜ÙŠ','wp-admin/images/align-none.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-none.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ­eqd2 ¡\Úu‘¥\Âñ\r',_binary '¤g(¸1†X\ã¤{† [].¡üT‚Ž¡“A\Ù\Äõ','',0,'?'),(_binary 'MW\ÓúQ¬¸;ci~8ö','wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·aÑ„@9b\ã\ï<O\0×¿,',_binary ' \Ú)\×ÆW\Ö:ä³œ\Å\ãCü9®÷1}\Éñ»SÁœH','',0,'?'),(_binary 'MYŒñGˆ°\\tXû„’/','wp-includes/customize/class-wp-customize-color-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-color-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·&µ»S?\ã…\ã³|ñôG',_binary 'h	\Â3|:Q9z€­ò4Y1[\É{^¸	$;¤#šq¨\Ð','',0,'?'),(_binary 'M[º^õºdph\nG1)\Æ\æ','wp-content/themes/sinatra/inc/customizer/assets/images/copyright-layout-2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/copyright-layout-2.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã>6P½4!Œû\ëT¿ %J',_binary 'œ®Cû¡ž\Î:bE\Zi\ÙJF	¶z^K“•Qo›ð\ÍÒ©¾‹','',0,'?'),(_binary 'M^\ã¨ý±\ç\ß7h\ÒúŽ*\Â','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Tracking.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Tracking.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“÷\àQzøŸñû£Y\æú‹',_binary 'bº\äL§¦\Óü\Æ\Ö;T\nÆ¨\Â6/E€»>e¯,ñV¼','',0,'?'),(_binary 'Mi½2O\Ý\ÙLr”ŽT…S\Ã','wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/entry-list.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/entry-list.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':ªO))\Í7\Û\æpò,\Þ“',_binary 'Z°ivü”rr\Ô\ìm\0øAÒ Í†û+\á.¬p¿\\!','',0,'?'),(_binary 'Mk\Û>,º\ä\Zò\Ø\Ï@7§','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Refund.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Refund.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7}}j[qQ\í\Û@y\àž+ÿ',_binary ':dÌŒø\ÞwHSþnÏ•_FDoúŸÝ€¸Gó.L7t¬)','',0,'?'),(_binary 'MmQ¯\å´%\ë•û9k1ž!','wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰v\Â)…³¬žò3\ã•:\Þa÷',_binary '»\ÉHŸ\ÏOüDŸž\ëÀ´\í‡&QÛ¶¯ B\nÔŸ:MÖ—:','',0,'?'),(_binary 'Mtm@0™ˆI—“U*T','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'UUx3Je\éÁ\â)™&',_binary 'xêŸƒ´œ›ˆ³EH\ÉUiO\×X3©2©¯\×\Å','',0,'?'),(_binary 'Mv\ÐU–%LÒµ‰›´²\àm','wp-includes/blocks/navigation/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š\î÷ˆ\Î\â\\\Í\Å\ÖE',_binary 'ú~VÁt¼1b\Ä;÷RŠ\átjŒ\Ù\ÜI6Ì—m¦\'»\Õy','',0,'?'),(_binary 'M}‚N•\Ä\Zj—\Óý','wp-content/plugins/wpforms-lite/lite/templates/builder/context-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/builder/context-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uŠ7kH3=®üó£V\Ð\\\Ù',_binary '™†	¡ø¯\\·%ß‰8¯\ÏoO\Å\ï@OP)¬ó&‰ƒ','',0,'?'),(_binary 'M\Ú\ëpñu\Ú\'Ž `2¨','wp-content/plugins/revslider/public/assets/svg/maps/ic_hotel_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_hotel_24px.svg',0,_binary '\Ê1ª<ò‘io¦ \Þ\æ\ÓX',_binary '\Ê1ª<ò‘io¦ \Þ\æ\ÓX',_binary 'hzÎ&º\ç\Ô:I+9€~C\Üy@±\ÉJ/s2ù i\n','',0,'?'),(_binary 'M†Ï©\Å,ÒX¥G\ëK','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸÚµ\Î@¼\Ð\ë\Åq\'÷\Ö=',_binary '‚™­²uñò“\åý¼òK\Ý\àÙ†¢WaK~~\"\Ð*','',0,'?'),(_binary 'MŒ%³*M—9„ë¸žù','wp-includes/Requests/src/Exception/Http/Status412.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status412.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ·ù·Ü–[8?^Fò\èYTÿ',_binary 'örí¨¹\ë\Þü€rmíŒ°\'’ÁJ\èWxÊ…C””R\Ze','',0,'?'),(_binary 'MŒ›a:\éo†I%sK`!','wp-content/themes/sinatra/inc/customizer/controls/button/class-sinatra-customizer-control-button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/button/class-sinatra-customizer-control-button.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä)\Ûl?¶Oó³ý>†Q·',_binary '–Á›“§feKBG\ì×œô¿\â!V‡åµDž¥','',0,'?'),(_binary 'M\r.kd\'@\Ú\ìÑœ#\ëh','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-capabilities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-capabilities.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®E^%¼ŽS\Å]\ã.Y',_binary 'US\É\ÖC.:`r÷õto\0u\ÐL­œ\à„\"+\ãIõ','',0,'?'),(_binary 'M€d\ã½\Þjò®V\ÃýŽ\É','wp-content/themes/houzez/template/template-splash.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-splash.php',0,_binary 'uj†:^NiŠ‡ººU+ö',_binary 'uj†:^NiŠ‡ººU+ö',_binary 'b²g#Jh¬\Òb\êÓ\Ì|\Ü=\Ø/14=«Ð¶DYžmÿHþ','',0,'?'),(_binary 'Mš€d¢þ\Äj\Ã\êRˆþe','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_back_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_back_24px.svg',0,_binary '˜«\Ý\ä~\àšThƒO”‘¸',_binary '˜«\Ý\ä~\àšThƒO”‘¸',_binary '0\Ôsª\äe]\nIÜ¬¬/\ê:ùcÂ†œ\ÆhmOò#”','',0,'?'),(_binary 'M¢>Õª”|>5\âEÝ…$ñ','wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r\\\Çn­z\Å\æHŸ[œ\Ì—ø',_binary '<_÷¤²þ·\ÆlÁy‹™¾\Ïbcú\Zª¾?`xœ\Ú','',0,'?'),(_binary 'M§Ö…¨¶¬Fˆ$£ú\áz—','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg',0,_binary '¿ów\ßJ©~œ\á\ÚI s\Ç\'%',_binary '¿ów\ßJ©~œ\á\ÚI s\Ç\'%',_binary '¾‹4Yio(\rÛ»Zä™¤\è\"C·€\×\áex`’„0\Ës','',0,'?'),(_binary 'MªT<\åó\ï5Å©¦','wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/class-redux-gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/class-redux-gallery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷u 	#\0Y{+L;- ´\Z',_binary ':\rÊ»m•™¾”ö\à©\Zt|„/f³<F¼C³£Ü©B\Ãp','',0,'?'),(_binary 'M¬bûðeF\n\éZ4xœ—','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_fa.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_fa.js',0,_binary '€˜¦j¤Šš‰øq‹©Œ',_binary '€˜¦j¤Šš‰øq‹©Œ',_binary '´*\â¿*S8\Ø\"½]­‘ž«.N\"0U\ëžR\êWW\Zp','',0,'?'),(_binary 'M¬°‡G°ÑŒ\Ý	Yõ\èQ7','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Upgrades/1.0.0.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Upgrades/1.0.0.php',0,_binary 'ÀA5hQ if#‘\Ù',_binary 'ÀA5hQ if#‘\Ù',_binary '<“ƒ\Ö¬Z©\Êì¾£øjw\×/KYC ÁWð¯÷;h','',0,'?'),(_binary 'M¯—…B7€*ò\íG O\Ö\É','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Event.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Event.php',0,_binary 'U»‹C	ú~Æ¿[\ï(?óC',_binary 'U»‹C	ú~Æ¿[\ï(?óC',_binary ' ¥À}ý$YG@“´\æ™B4]\ÃVô»PÐ«©ùšuUv2­','',0,'?'),(_binary 'M»þPz«QóAp\Ð\"ûM+','wp-includes/blocks/read-more/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/read-more/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À°¡+¾`¢¨ûA¯š0',_binary 'O;¨/l:ú\ÂkW€\ÂP\ë(\æøQ.\Ú¾\ë\Ñ?q¿û)','',0,'?'),(_binary 'M½Cºa° XÜ¾·©üz','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/MonsterInsights.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/MonsterInsights.php',0,_binary 'Á\à\Ý\Ö1B¸{õr¨¹2¬\á',_binary 'Á\à\Ý\Ö1B¸{õr¨¹2¬\á',_binary '\Ô)\ß9g3g´?›.ý´\Ð\áö5ªE§y‡¯­D·ƒda','',0,'?'),(_binary 'M\Ä\ãN	L‘fo)\æ\Ç	µC','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/class-redux-extension-accordion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/class-redux-extension-accordion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T™ñ\á$2\Þfk\ËEµýþL',_binary '~¥\Ã\0*{\Û?!÷õcß¬\áŒÅ\ä¬l\ì> >9','',0,'?'),(_binary 'M\ÇþM™•N·>ÿ-qxCò','wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ]SÇŽ<2)\Å7\Ø+‰',_binary '×»\à¦I«+\"?a\ëH³ú¹S,7£\ÉA\ÅRcIÎ‰y_J','',0,'?'),(_binary 'M\È\0Ð8=2\\‹‘¼òX','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.si.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.si.min.js',0,_binary '|™H{v1¨d€n%D\\\Ý \Ö',_binary '|™H{v1¨d€n%D\\\Ý \Ö',_binary 'V‹‰EÀ?t\Âz­CEº/¬\á\í¸W³=\Ý\æì‡\ÑGj„','',0,'?'),(_binary 'MÏ»§M(E\Ñ0{Qp,ý¸','wp-content/plugins/insert-headers-and-footers/admin/images/icon-all-in-one-seo-pack.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/icon-all-in-one-seo-pack.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•ô+5\ÅÒµ\n‰e¶',_binary 'b“~\å8h6G¬¥¥Ðœüšv©¯€°\Ì\ïÇ´ü°Xa','',0,'?'),(_binary 'MÐ \0šAŸª»9Q\Þ+ \Í','wp-includes/js/admin-bar.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/admin-bar.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸŠ\ïòy()Á‹1 XE™',_binary ';9‹‡% #A’¡ŸšWis\ÊAA\0!e\Æ4?ð\Þ','',0,'?'),(_binary 'M\×u\Ô4;$÷\ÉC¯\ïnXž','wp-content/themes/houzez/framework/options/styling.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/styling.php',0,_binary '‚’­®h½þ÷•½0\ïA',_binary '‚’­®h½þ÷•½0\ïA',_binary '6»7ÛœJ]‡ZBJ\Z5­Ž?†±Ü­û1„\Ð@€·x','',0,'?'),(_binary 'M\Ý	G³B¢\ã³z•±¥c£','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/th.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/th.js',0,_binary 'œš¦O»\Ú\ß<vÿ¤tas\Ò',_binary 'œš¦O»\Ú\ß<vÿ¤tas\Ò',_binary '\ìo\Ð(PvH¬OM\0·´7\äŠ<‚M\Ä\Ç@¡¢1\Î}\r','',0,'?'),(_binary 'M\Ý0ªµªc£r“\å™\Ã\rµ','wp-content/themes/houzez/framework/stripe-php/lib/Service/CustomerService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/CustomerService.php',0,_binary '.[v\ã;‹»¢VÓŸ>B¥¶',_binary '.[v\ã;‹»¢VÓŸ>B¥¶',_binary '`\í\ç§!t±ŸôE\éØ¼™0J£\Öü{g0IS\åg*A¡z³\ç','',0,'?'),(_binary 'M\ã@-vT\"nô9j','wp-content/plugins/revslider/public/assets/svg/action/ic_backup_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_backup_24px.svg',0,_binary '\Âf#/÷&M4­ø¹¡™Õ–',_binary '\Âf#/÷&M4­ø¹¡™Õ–',_binary 'Í³šJÅ¹÷2j\ì\ê\Ð\Ìtø·\ìó˜6}aWóT%S\áO','',0,'?'),(_binary 'M\å;C\å\Ì\Ï\Õ\Õ8Yyï²','wp-includes/js/twemoji.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/twemoji.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'RC‡¶\Ìm\ë\àT.Ž\r\Î-',_binary 'Q-\ëˆ\×kAûm‘¯CˆYX…4¼Ž&T4\Ý\'G†ø\ßWt','',0,'?'),(_binary 'Mõ­\ïªófˆP\×\'','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_static.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_static.php',0,_binary '¿w\äûˆU7v)\ÌKa^¢V',_binary '¿w\äûˆU7v)\ÌKa^¢V',_binary '\í\ÂIV}“r²{\Ï+{uFcÝ–[‹o+5xaT¬Œ0','',0,'?'),(_binary 'Mø#ñ¥ò­\Í\íM§¢\Ô','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/binoculars.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/binoculars.svg',0,_binary '¹z>û—jß¡!øX[¨\ÐG',_binary '¹z>û—jß¡!øX[¨\ÐG',_binary 'T£-–§E–}:uŠ0]\Üúd\Å/Žüÿ\Ð3\ä!','',0,'?'),(_binary 'MûñC$\ãòô)‚h•i%\Ù','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/356.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/356.js',0,_binary 'UP‘an“XH‰7À]\ì™',_binary 'UP‘an“XH‰7À]\ì™',_binary 'Dó…€”Ö…/\Ð5«A]Ö—šŽ\á\è\âc\Ä(^\äwtÓŸr','',0,'?'),(_binary 'MüÁI‚M\Ô\ïüÀrDõ-','wp-includes/post-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/post-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í“\rüª*	ñCw\âbñ·',_binary '¾NmB˜6¯nE\ÌW/Ò¸›^~%cg\'\0µ\îfu!\Ô\\','',0,'?'),(_binary 'MýqJ;¥T0}\Íó±óÛ‡','wp-content/plugins/elementor/includes/controls/tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/tabs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G\ZKˆ\â7}\Ä\ÚG\æ]L\Ø',_binary 'H\r7µ8¿\ÎÜ \éh&tø½µk/a\Ò<Ö¾\ä\ÂùU*','',0,'?'),(_binary 'Mÿ»\ÔøqE=@5\ìn¥^','wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-field.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-field.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô¬\ÕI„O4Ï¥{\àqC',_binary ' «\æ/-s-¥§ºh&¾_w]wŽ|{]Û–M\è)ÛŒ','',0,'?'),(_binary 'NZ˜›m?^)\É\'\Ó','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/OutboundTransferService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/OutboundTransferService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>£Ò›8>±iYB	¸5×¿',_binary '4\Ãˆ=\Ñl‰\Â\ãŸK®%{¸\ã´¯=\Õ\Ú\ê\È\Ð\ç-','',0,'?'),(_binary 'N+•›Ä£ „\nmF¥o\Ê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/\Ô\\_f÷\0gÁJ\×R¢',_binary '\ÏóÁ\Ø\Ë¶h‹xûY ñˆª‡1ˆÆe¼\Úú‰k','',0,'?'),(_binary 'N\n»‰\Ûsž\Ð\äŸ}£','wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r«€\ÐR\Êò\ZºmG¢\'',_binary '\Ú~•nr<R\Ìü3û>\Þ=`\Ç\Ô\Ì«•Þ¿\àïƒ©Wô','',0,'?'),(_binary 'N\ÚVc9\r\ß\Í+\Ä#f\ÖFM','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-activation-0156e9e9183768884a51.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-activation-0156e9e9183768884a51.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çJ\0<¡\ÞÃ·\Æb\Ñg6x,',_binary '/j\àx‚ù\ÏJ¿-jcº$B<APTlL§P»\\','',0,'?'),(_binary 'N<Š²úpP©þ’þ\Ý','wp-content/plugins/redux-framework/redux-core/assets/img/raw/2-col-portfolio.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/2-col-portfolio.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ¨A{®\â\Ñûe\æ2q{†',_binary 'ó\r\ÚõS\Öaz‚ÿ?¸ˆ±Ÿ\×XÁô±¢¶Õ´„±0','',0,'?'),(_binary 'Nþ\Ú\åä€ªö¹I¨\î¦(Š','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php',0,_binary '8KP¸R_Tò\ç\à]\Ð2',_binary '8KP¸R_Tò\ç\à]\Ð2',_binary 'mW!½÷@6#™¯(\È\×Ç¬–TOM¼f*e”\Ôj6ý','',0,'?'),(_binary 'N!\Û\Ù\Î,/\Ç \Ã\ÍY','wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á9×š ÄŸ³	•\Ï\ÎG',_binary '\Ý qíš\å¨NÂ¬Ô›2—¿ø4þ>qf>¤\Å\ÞPªK','',0,'?'),(_binary 'N#©•\ãú\0N)‚‰\Ö\"cª','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“xZjŠ‚TD7½Œn<Ø ',_binary '­?ò¡x.mò)\Êh”\r?7\äY®¾j\Ü9Â®õü™','',0,'?'),(_binary 'N$LV\Û\åQ…f2º­»\Ò\Î','wp-content/plugins/revslider/public/assets/svg/action/ic_system_update_alt_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_system_update_alt_24px.svg',0,_binary 'Ã’H*\æ6¢\Ñ½NM¡ï´‰',_binary 'Ã’H*\æ6¢\Ñ½NM¡ï´‰',_binary '~›$f•¨œl¯m%–\Îa‰“\Úð·~Xˆ‘,\î$\\¡i','',0,'?'),(_binary 'N\'†ö\Üg\Î\æ¹/.](L','wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–:”¬K¶3-v×©\Z',_binary 'o¹™0\ä¶^¿ |˜\Å\ä²,Á–b®·\Ø3®+\0˜T60','',0,'?'),(_binary 'N\'úšO~¥Åƒñ\Ú\èß´–\Î','wp-content/themes/houzez/template-parts/search/save-search-btn.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/save-search-btn.php',0,_binary '”$¡}8@Tc\Íb4K{™\ã',_binary '”$¡}8@Tc\Íb4K{™\ã',_binary '—µ³£¦§Ú’Cg2\Ù\é3’w \r\ç\0U\ãº\"Dan~','',0,'?'),(_binary 'N*\Ö\ÄQGJ°Œ1¶f¯','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg',0,_binary '›ž]j¼0^P«Ó¯š¥-\Ìm',_binary '›ž]j¼0^P«Ó¯š¥-\Ìm',_binary '>\Ðqw\è\ÍF’b\Õ6  °‘Zøó|\ÓG·oQ{+Lo','',0,'?'),(_binary 'N1\æ$+«‘\ÙË™3Œ’\Ë\è','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/fax.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/fax.svg',0,_binary '.\"#œpñ§õÀ@›‹ñ',_binary '.\"#œpñ§õÀ@›‹ñ',_binary '\\\é”\Ö\ØLÀY\É*‰ùcb\íþ¨9M9\çö\ÌÓ¤3','',0,'?'),(_binary 'N7—A\ä´\0\ÂnnV¾Ö‘\í','wp-content/plugins/wordfence/images/checkbox.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/checkbox.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"³\ÈG\rû6|ôˆ˜€\'',_binary 'ð‚y~`w(j\×~\Þ=ë¤¼&·ýÝ´Š\ß\ìQ>`^\Þx','',0,'?'),(_binary 'N8û\Ù\Z8‹“ö\r Us`','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\Ñ:\Z‡AbvTÂ·\É',_binary '\á\Ò\Ïz%\Ò)ÒªNuÁ]^¡y	jcö\Û\"c\Æ\Ã','',0,'?'),(_binary 'N9-¿?%5y5\æt~gÁ8','wp-content/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php',0,_binary 'ƒW½H/=«/\"ñ›ú',_binary 'ƒW½H/=«/\"ñ›ú',_binary '\Â\Ê\í½\Ø\r€·­•Ç´ûrL\ÇPš¶\Ì\ÌÀ³VÚ¦š\ÈX','',0,'?'),(_binary 'N;Æø\Ë\\\ê6“A\å†','wp-content/plugins/wpforms-lite/assets/images/addon-icon-zapier.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-zapier.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýÔ´…ÿ\ç­-¬d*ùÅ¨O',_binary 'Ã‡´¨\Ìz»£\íNA\ÔI>Ý€S«O–R\'h<“°³«´','',0,'?'),(_binary 'N<° ÚŽž^ÁQ¥v\é0žO','wp-content/themes/houzez/framework/stripe-php/lib/Topup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Topup.php',0,_binary 'N’¨Ÿ›¨+œ\Òô{:',_binary 'N’¨Ÿ›¨+œ\Òô{:',_binary 'k49ä“¿ˆ}\0¢nŠ¿\Ù\Ü@\Ýnù—]\\2[,\éMªML','',0,'?'),(_binary 'N=®f\Ð>$KŠ\ä\âH¼T\Î','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\Ó\ë‘?G{òõ¸ñg',_binary 'Ä€Ð <WŸ;-\Zñ€™¾—(C+¼,Mþ•\ÌU\â\áW6','',0,'?'),(_binary 'N>\Ú\Þ<•ò\Û\nâ­µ·¯\è','wp-content/plugins/revslider/public/assets/svg/notification/ic_rv_hookup_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_rv_hookup_24px.svg',0,_binary 'U¾9™§r«m7Dˆ\"\àC',_binary 'U¾9™§r«m7Dˆ\"\àC',_binary '$0M[ª\Í\'+±`°¶BÅ—³uû6¨[R´¶Y³¤','',0,'?'),(_binary 'NL©CS÷%šß¿\rG+','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Admin/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Admin/Subscriber.php',0,_binary '8\Îh\ÐôO\Ï[¤\ÛF¦cõƒ',_binary '8\Îh\ÐôO\Ï[¤\ÛF¦cõƒ',_binary 'Ë•g›<64œ^\ãÐ™\à?\\ôõ\Ð¾.r¾9Áµª™','',0,'?'),(_binary 'NM9f\Õ\ÏR®-¨¤g!','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…‹\á\ãN×«\Ê\Ô\Ç³·ž',_binary 'V:ð´„k9h&þv¶—»ˆ\ã\ä\Þ\Z\\¿¿\Óg¡—','',0,'?'),(_binary 'NMM|Æ¯«u‹U¡3Â²\'°','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessQuotaStatus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessQuotaStatus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úý\Å\â\Þ9S-‚5\ÌD÷\Í',_binary '9ÈƒŠ\à\n\0ML\ÊW¥kŽŠ“`qƒ§A\Øm@dˆ¹¾','',0,'?'),(_binary 'NOs<\í\æY\Ô!O\"ºþ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/percent.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/percent.svg',0,_binary 'n²° ƒöý`l5¸Z\r',_binary 'n²° ƒöý`l5¸Z\r',_binary 'Dbj~VŠ>‰™˜yrºE´\ë\Ò6†u‰\Î1\Új\é&t\É','',0,'?'),(_binary 'NVË®ƒmžŸ\â¾D¶¹','wp-content/plugins/elementor/core/utils/http.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/http.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ø’>\ÉÒ„\É\Â1Kc6`µ',_binary 'Á+\Z\Ä\äOÎ\ãay#\ã@#fQ{þ\ØT\\\ê-<','',0,'?'),(_binary 'N`\Ú:Ñ¹$\ß6\Û\î\ë=	ŒX','wp-content/plugins/google-site-kit/includes/Core/Site_Health/REST_Site_Health_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Site_Health/REST_Site_Health_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÇD\åSr)º%x@\Û%%´',_binary '>˜È³Ÿ•M\ÆcÖ¦E\îKÞ”“¿o$U¬\Éa\Âs—\Ïv\Ã','',0,'?'),(_binary 'Ni\Å~	\Õ`ø\à®W°E','wp-content/plugins/wordfence/lib/wfAlerts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfAlerts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™Kù(A¬ž|ŠÏ¯y±ðL',_binary 'ô \'_Œ;?\á|US5d}K/+,I!|\Å\à®t','',0,'?'),(_binary 'Nl÷¤\Ý6¸‰Ø¦°[¥Qs','wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_auto_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_auto_24px.svg',0,_binary 'Œ0=TP‰#8º\à@qU',_binary 'Œ0=TP‰#8º\à@qU',_binary 's4n\Ð2\ãK4\ÚFÐ‡,™#\Û\nP†YK‚\ÙÚ»‰¼ˆ','',0,'?'),(_binary 'Nnsþ©ƒòH‹š0\ê\ã','wp-content/plugins/redux-framework/sample/metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/metaboxes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žyÚ¡×™Ä´‡÷lq2ü',_binary 'F\ÑÉž5…\Ô÷\Zé³ñ#\Ý{r’pMÙ¯\\-#\ÍöI','',0,'?'),(_binary 'NoeAˆù‘I°ƒ©7\Å\Í\ä‚','wp-content/plugins/redux-framework/redux-core/core/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùBj\Ê\é$›­õcF\0c)¤',_binary '½|«—\érB¢‡42UT‹Gü‰\rý†\Æ\Èk~zøÍžó','',0,'?'),(_binary 'Np@§Ö‘€šm/´^Œ«_','wp-content/plugins/elementor/assets/lib/eicons/eicons.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/eicons.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·s _$8†\ä	F[…',_binary '+ÿm‘Oß¨\Ô\Ø}U;t€ƒÄ˜?@i¸„©žv=]','',0,'?'),(_binary 'Nw5\îAR;Iµ	ÿ\Ç\Å--','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager02.svg',0,_binary 'Yðxœ¤†ðl\ä\íJº\r\È\Þ\\',_binary 'Yðxœ¤†ðl\ä\íJº\r\È\Þ\\',_binary 'Á]RÁ\à2\Éót€.5tÙºMNj\"S\ÇU\ãqÁ\Ñÿ~¢\"','',0,'?'),(_binary 'NyJö\r,\í	\n˜ÿ|;6X','wp-content/plugins/houzez-studio/templates/content/footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/templates/content/footer.php',0,_binary 'Œ\Ã<0¸‚Fþ˜\ç`y&',_binary 'Œ\Ã<0¸‚Fþ˜\ç`y&',_binary 'ýwn*Š=–u6Tù\îŒ\×ÒŸ>“\Ñ\Ð?8œÈŒ…ðÏŠŒ»','',0,'?'),(_binary 'N|þÂ‡JÐ²ªzn\×ösw','wp-includes/pluggable-deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/pluggable-deprecated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@†¥\è\"•j\Òô£2ß–',_binary 'ú\ÄU\Û\Ñ\Ã=¦ˆ\Å\Çco\âò=t1\Î-\\\î\r÷=','',0,'?'),(_binary 'NgÃ…Á\âY)\0üF`‹?','wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookPageTabHelper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookPageTabHelper.php',0,_binary 'Y)«£ódjo\ÜU\'',_binary 'Y)«£ódjo\ÜU\'',_binary '\Ï\Ýù@hJO\'ò\ËnPõ\íEüÿ¤A8ei@\nŸJvW','',0,'?'),(_binary 'N‚Œ[±Œ€ú\Û,(O9','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à”l\Ý5\×	j{\ÇT0¶\Æ',_binary '°hUBÆ»¥\ëŒn~Á[ª§œr\È\ÐCŠ†QÊ³Îº¨\Ä','',0,'?'),(_binary 'Nˆ\élŠµ³örF\ß@\Ó\â&','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteCapabilities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteCapabilities.php',0,_binary '\Æi\ì~ÃþòÁ]½¼Ô¬',_binary '\Æi\ì~ÃþòÁ]½¼Ô¬',_binary 'Ë±aF–ùNú›ü‰\Òü‰–±\0BõÌŽ÷ðó\â@Ï‹','',0,'?'),(_binary 'N3\Ýj@pu5“«¶¿^›†','wp-includes/js/tinymce/skins/wordpress/images/more.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/more.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü·¼\Ô\n¼\nm\0;üË«\æz',_binary '$³v\ç\Úo^„²\ØU› ¿A\0\ëô:ò\\C¨u¿½','',0,'?'),(_binary 'NPñ\\‰\r\ÛeÈŽð\Ý*','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/NodeExtension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/NodeExtension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\átA¬Ò¶‹fO7º¿ž˜',_binary 'S„I\Ê|Š…=8S\0\ÚVN\îÎ†÷\åŒk&¼	”žõb\æ','',0,'?'),(_binary 'N‘N_\ßú\r;¥+Q/','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/jewelry.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/jewelry.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´:P4a›\æ}\ÊÆž©ªD',_binary 'I\ß\ÓziI \\ƒô\È\ç%\ã\×\Ù8´K®nŠc–€[j','',0,'?'),(_binary 'N™\ê¹KŸ©a¾]\Ã\ÕQ/','wp-content/plugins/updraftplus/methods/openstack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/openstack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jmnt3@H \Æihº›',_binary '\î¥4\ë\Äm-2\Ûý\Îsg¡5\Ê!¯¢™SS‹NCœ\ê\é\Z','',0,'?'),(_binary 'Nº\é\Èµ\Ð\ï§V³\ßr>l','wp-content/updraft/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/updraft/index.html',0,_binary 'nr\ç\Èp­@µ¦¤_Y',_binary 'nr\ç\Èp­@µ¦¤_Y',_binary '>¼4o9J¿¥S•ž˜rÞ¬ˆ ð„\ä\îsŸ¤\\%‹µ','',0,'?'),(_binary 'N\ÆÞ¦\Ãg§Á´ƒC\×I£:','wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!½B«W‚IN’\'\ÝÅ¸œM',_binary 'Œ\Ð™C\á\Ä\Öñ±z§ \0žú(…_D\ÝAØ°f(±\r','',0,'?'),(_binary 'NÌ¬Gq\Î («£35\áR\Ð','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-arrows.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-arrows.svg',0,_binary '\Ì@›)mzY“è†¨\\Ô›h',_binary '\Ì@›)mzY“è†¨\\Ô›h',_binary '*\'WQ[î‹˜i%J{tŠ\æ=D´Pg¼\ä¨c\Ì%;\Ê]','',0,'?'),(_binary 'N\ÏK\äI\ÝðùB\0`©‚','wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ“ù\Å\Å%0g\Í?\Çn05§',_binary '1&\\»\ÉôH\Ï2ÿƒËˆ}s$4P<4´b¤ŽN‚\Ã\'','',0,'?'),(_binary 'N\Ñ&¿Ô‘ eÖ»’š7b.','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListCustomMetricsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListCustomMetricsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\Ë\Í|\ìüÿ&µ \ÕIZ›',_binary 'MLd·-”0ó_!˜$¬;\ÃPQ\ÔoB¡À\'=Ç•','',0,'?'),(_binary 'N\ÒE\\™º\æ|‘ŠJ…S€','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëž\àF±e\á>µG¾P2\Î\à',_binary '¼mŒ‡\nŸ€õ\\\îJÀ\nas–\Ç\ìI8·\â–tóm\å\É{%','',0,'?'),(_binary 'N\Ó\Âû¢ ú\ãP,z¨…W[w','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFirstName.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFirstName.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\ë½Ž\Ð\æapŠŸ\à;‡',_binary ']\Ñ.EÓ¤ªx]D2_W\È7ŒFƒ˜-˜\0D\ÔÁ1s','',0,'?'),(_binary 'N\Ô3–\ÒIÕ›—÷ö;$‰','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\Ù2K\Ë\ì\Ø/•\Ë\ÇÌ‡\Ù',_binary '¸›\ÊL+z“N\áD¦E\Ûü\rvcg\Û0›¨ªqŽ\nMu±Œ','',0,'?'),(_binary 'N\ÙNÐªñÐ”D…\Ùf\Ö3','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ChargeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ChargeService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É†\ÐL\æ¬;—w^I^=`\"',_binary '\ÏyöP\Î37® X\Þ\"Œ\Ð\Ä1õ\Å\Ä*|’ˆ\á','',0,'?'),(_binary 'N\Ú\ÙR\Ö\È\rª\Í7¾pK\å','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Yoast.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Yoast.php',0,_binary '¼k~\Öø\í¿\Zp‡\×#',_binary '¼k~\Öø\í¿\Zp‡\×#',_binary 'ÜºŠjÑ a·ø€\Ê\Êk\Û	;\è\Ç1—\ÞA\Ñ\ë!÷\Íi','',0,'?'),(_binary 'N\Ü9ø„6˜6”Ÿ•\â^˜','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èôòû˜)j¡G@-{´bk!',_binary 'Ñ€’aƒú\Øú\ÐjfV,®µH—?ýø\\£÷t\ÙF\Õô','',0,'?'),(_binary 'NÜžÊ·“\Í\êq\Õ\Íø\ã','wp-content/themes/houzez/framework/stripe-php/lib/BaseStripeClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/BaseStripeClientInterface.php',0,_binary '[ê˜*l\ê£4»\Â9',_binary '[ê˜*l\ê£4»\Â9',_binary '\åg\å\Û\Ë(Ò ùJÁ\Î\é#\â\æ&\çP\ì\Æz5(?&±g','',0,'?'),(_binary 'N\ÞX}Mu‘§³³Ÿ//r','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notification/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notification/index.js',0,_binary '\Ö\ï	€5\Ùs\Îzi\Î¼',_binary '\Ö\ï	€5\Ùs\Îzi\Î¼',_binary '\Ëw‘ú!\Þh­ ®ù\ÐU‡¿“YE\ïv‘Vb¼','',0,'?'),(_binary 'Nß¶ Óœ%>ÖM\ÑSw','wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/TypedItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/TypedItem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ\å¯	§ø2G\ß\Ö_Œ\ÎS\è',_binary 'i¥øe¼Â´q\Ûõ\â9yˆ–\ê\á*°89\Ö6XVY\â±\Õ','',0,'?'),(_binary 'N\àˆž\\,\Ò\\VŠ—¤±Ø²','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šŽ\ï\î\Äþ\ä\\¸5 ÷@sþ',_binary 'T£\Ã4%s“y\ãŠ„˜¦b:)‡%l\Ä%:\'RI','',0,'?'),(_binary 'N\àŸ\nµK¤\'X=·¹I¹\Ì','wp-content/plugins/revslider/public/assets/svg/action/ic_http_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_http_24px.svg',0,_binary 'õJûŠ\n)x	ª\Ñœ­\á–ý',_binary 'õJûŠ\n)x	ª\Ñœ­\á–ý',_binary '\Ô~®Æ¤\Ól{P6£A_~”‚SºB»=P1\îþ/\é','',0,'?'),(_binary 'N\áE\ÝN‰&Ce½g{\Ê5:','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate/Order.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate/Order.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':Ú™]n€\ÐLH\È¦™2',_binary '`Lª–re£K\'û?\n\Æmo+\êûµ{ÕŽA\à¦2Mo\Ìf','',0,'?'),(_binary 'N\â\nCEf(\à\Ãÿ\Þ\ß\ã\Úò ','wp-content/plugins/houzez-crm/includes/class-deals.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-deals.php',0,_binary '‹\ì7üP¯\á‡\\˜\ÞM\Z\å',_binary '‹\ì7üP¯\á‡\\˜\ÞM\Z\å',_binary 'ølùº6\ïZ¶9xª7\ßûsŸ5›™?H·¡ \'$','',0,'?'),(_binary 'N\ç­öY\Õ?{\Ü\í	´´c£','wp-content/plugins/wp-rocket/views/settings/partials/sidebar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/partials/sidebar.php',0,_binary '+·\ã\ÙEU$2”uUuO',_binary '+·\ã\ÙEU$2”uUuO',_binary 'U\Æ_A;˜\Æ\ÚK“CÌ\íÿIÕ¶&\Ë1~½h0B[z','',0,'?'),(_binary 'N\èöªXd\îzc@v\'z=M\Ö','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/file-upload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/file-upload.php',0,_binary '`„C5\Ìw5Þ§!}Lš-\æ',_binary '`„C5\Ìw5Þ§!}Lš-\æ',_binary ')L\'ƒ”¾G7dÅ½/ÿð2*L®\ÈN\Î:\Ø\ÐeÁ—û¬	','',0,'?'),(_binary 'NñV|\ç\Ï\á}AvaO','wp-content/themes/houzez/js/vendors/i18n/defaults-hr_HR.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-hr_HR.min.js',0,_binary '\n°\Â3\\¦Œ\ï1¶<›\ÒF\Ò#',_binary '\n°\Â3\\¦Œ\ï1¶<›\ÒF\Ò#',_binary 'ò.÷\ßbõGs­—Dó\àéˆ›§Í¤·gèˆ9p™|\Ü','',0,'?'),(_binary 'Nñ\ãþHVû®\Õõ}¶4G','wp-admin/css/customize-widgets-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-widgets-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Eq\È_\î\ã\Þú´U\í¯R',_binary '»\åQ.$\ÓJû±€%b³¨\È\î&M1a¢LñWÁmF`','',0,'?'),(_binary 'Nô@1»4\Ô3†£efŒ\Ò','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_phone_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_phone_24px.svg',0,_binary 'ž\Ù\Õ<s—$”3\ë²G/˜S',_binary 'ž\Ù\Õ<s—$”3\ë²G/˜S',_binary 'L¸h\rS§__ò+–”‹ŒZƒH_(\Æß“p±ŠA\Î ','',0,'?'),(_binary 'NôÀ»´UByša€\Ø \Ï\É','wp-includes/blocks/columns/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öR™´\Êr\Ñ’4{6G‹',_binary 'yU4õ\Ì7¹ˆ\"!¯‹\'R¡@·œrOˆk<=\åNI\n~UX\ç','',0,'?'),(_binary 'Nü\Öü€\Ð\âjz±ò\ÊB* \Í','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Balance.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Balance.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \Ø\Þ\á!·I÷c\r¥N­',_binary 'A&$h³(‘\Ó\îQ¤^‰±nM˜¡$z¤c.¾úŸ’“','',0,'?'),(_binary 'Oj…¥unôD»ˆ‡»\Ñ?','wp-content/plugins/wpforms-lite/assets/images/about/plugin-affwp.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-affwp.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9(W\ßo~”i¬¯',_binary '\0X•ŠXŸ€.}\Ôq°otQ(s\à‚\ÆM\"7\Å,\n:˜','',0,'?'),(_binary 'O*\Ô]\Ã\í¹\Üm\îÕ¼','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N\ì&N\â!8\0ûÀÄ»–\È\í±',_binary 'f®a˜|³’XÉ·(¤h\Ñ5ŠaD\ß\åDD\æ3›ø?	òq…','',0,'?'),(_binary 'O	‡\ÒS ý•\Ç#\ÅÿYiòv','wp-admin/includes/class-wp-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'YºÀ\Þ\Ë\É3’-ütEG',_binary 'nüš-7”\'Ú‘\'û[“\É\ÆÏœ\\%ÀF›\â<†(¸®F','',0,'?'),(_binary 'O	\\#e\×ù³#z\"\Æa’˜','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SitePagesController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SitePagesController.php',0,_binary 'R\Ø*”Ûº!c\ËÞ°SŒ\æ',_binary 'R\Ø*”Ûº!c\ËÞ°SŒ\æ',_binary '6ñ\ã@÷\Þ;Ì¥¸\ãtÂ¤\Ór¨˜\Å\ÄkI°„¸4\à\r~\Í','',0,'?'),(_binary 'O\n=ºó\ë¤]¤ð\Ó','wp-content/plugins/insert-headers-and-footers/includes/legacy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/legacy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^½ ú©‰uÎšTŠŠô$ñ\Ã',_binary '¤f³yFˆßŽ\Ì\ïXA^r1õJN6p£ ºgõ;6\×q','',0,'?'),(_binary 'OŽü=f„mC1;G¹þº','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/getting-started.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/getting-started.php',0,_binary '£_jg <›\Ò\âØ´',_binary '£_jg <›\Ò\âØ´',_binary '|rµVp\æ–w>Q\â“6\Éùù\å`wŠ¼”\Â3p“”½','',0,'?'),(_binary 'O\ró¾8\é«Æ³s\â\ÊO','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VwP3\ÉPi\Ô_DGuC',_binary '³j]¸‹7J­t\È\Ý\åw\áá¿‘(2À(¢Ü„\ËšGq\Ê','',0,'?'),(_binary 'Oðth`\0T¸Œ\ïbg\'','wp-content/plugins/elementor/includes/managers/controls.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/controls.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®*¶ú) óý›A­ƒ',_binary 'Á\Õ\áe*k}Áþ«©9–(µª@ùÃš•-8½ò\ÜÔ•','',0,'?'),(_binary 'O?ý\èŒÀ$Nõn\è©\á','wp-content/plugins/houzez-studio/includes/compatibility/class-houzez-studio-wpml-compatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/compatibility/class-houzez-studio-wpml-compatibility.php',0,_binary '3;\Ôu¾`½Ñœ\àj¤p¼ò\á',_binary '3;\Ôu¾`½Ñœ\àj¤p¼ò\á',_binary 'øf¸øWÀšƒŸ¨q‹,H\â^\n+p\Ã!›<\ç.\Ø','',0,'?'),(_binary 'O:]\Ãöjs)”\\kñ\×','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm*$Ÿ\éµ¨¸¥•Ž}›',_binary '”¥ˆP£–F\ÃV\Ú\Ñ…\ÓÅ‚6‰Å˜g>m\Å\Z>^','',0,'?'),(_binary 'O_g–‡H®ªg™M\Ù|\äA','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=aÒ­CwR\ÛuZñu‘',_binary 'Y÷\r\éû\Ö:\Çb€:XRŸm\Úw±!¡‚b€\Ç> #','',0,'?'),(_binary 'O\\\Õ)\ê˜3õ P54','wp-content/plugins/revslider/release_log.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/release_log.html',0,_binary '¿öudš!ü3G}–f\Ú',_binary '¿öudš!ü3G}–f\Ú',_binary '³s\éð|\í†mT­\íñ8\Ø\Ð\ä\íø\à£`\í¹Q&~=','',0,'?'),(_binary 'O„Ò½PT\í^•4~\Å\ÅB','wp-includes/css/dist/editor/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/editor/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':ªû\êjy¢S\à·\êPYq',_binary '\re¼Q{l”@›kt†… Ù«=›ó¡Á\Þf©\Û’\Ô\r','',0,'?'),(_binary 'O\Z*\"H\ØyyÁ\ìEIo','wp-content/plugins/wpforms-lite/src/Integrations/WPCode/RegisterLibrary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/WPCode/RegisterLibrary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢þ\ZüÉ°dEõV\êD¾',_binary '\íe\ÍHG®A	E°\Õ|J\î\Ùiz‘\\–À’Søs¸l','',0,'?'),(_binary 'O°\ë]H\èúžn«uqû‹','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'ùq\Åiâš¯¦±u\ç^6',_binary '\î\Ø\Ånxô_\Üÿ\Êó˜ð\Z\ë\ìRc\0\ìŸ\Ã.M.\ì˜r','',0,'?'),(_binary 'O =(:\Ë\Ä<\á	\Þ1F¿','wp-includes/class-wp-feed-cache-transient.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-feed-cache-transient.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'WYòpm\Ëo˜7ü§\ï',_binary '\È\ÙpGx\ì\á\Ó\ç! ¦\É6‘Qlg•7`\'0\à·','',0,'?'),(_binary 'O\"\Ú\âl\ã!n\íŽM_±ò','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ö‚n4¦HG\ÎD€l\ìhad',_binary '=Z—\âWµ¾¹\Äœ¹‡$‘Ÿ3%\×ÏºOh\Å2€t½u*','',0,'?'),(_binary 'O&”\Ñ[C\"œ¤1[\Ík¸¤\Ê','wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Øpb€=§¿ \ÆjƒuN',_binary 'Z\Ë!}\×)\Þö<ŠrŽ\ÅØ¨X,‰ór\êh©y\Ð\Îÿ\n(','',0,'?'),(_binary 'O+ý­\Û[›IB÷Ž\Ém‰m\'','wp-content/plugins/wordfence/images/wf-central-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/wf-central-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q\à(\Ï\ÅVÑ¤ª\ê®',_binary '\0{\rªß˜²J/\× ø^†+\áõ,\Î\ìS™\Ð½‹Ÿ\á','',0,'?'),(_binary 'O/)\nñ\Âp\Ã÷ªT4©ø','wp-content/themes/houzez/js/property-carousels.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/property-carousels.min.js',0,_binary '@a(ýVz­@(h,’:P',_binary '@a(ýVz­@(h,’:P',_binary '£ U¢]\æ\Ü\0n\ëo¨Í¼\Ó8RO1ðþ\Ê\"`T–€qN','',0,'?'),(_binary 'O2É‚H\ï€\Þ\æ!Ö’ñœ[=','wp-includes/blocks/pattern/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pattern/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2[\ÉhY—\è\Çû±¾»',_binary '½ø\ä\Ùú¤\äS´\Ó49\éJ§\æ<\Ö¤¢…o\Ö,ŸŒB','',0,'?'),(_binary 'O4‹Ç³WQ™\0”\ÒRø\ï','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>Çˆ­»©\"C\åixœü¹',_binary 'ðª\Ëxçœª!™¢Ÿ\Ä}ò—\Z¶…˜\Ê‚Wª¯ú\Ëd','',0,'?'),(_binary 'O8\'lG8£wTV»ÜR','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-extensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-extensions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4Ö±\Ì*(†tò†\í\×]\Â\ÕL',_binary ':\é…\Ù/ˆaS:G\æ»\èp„÷\å\\Lü+:¾¬“•4{.','',0,'?'),(_binary 'O@òª[[€²¶J\Zñ¦N','wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2”=—Î‡b!œ9Ã¡„€—¹',_binary '\Ü\â\åô§øfBˆ·j\Ï\ëÀOõ;¢ûY£#\í~\r ¶¾','',0,'?'),(_binary 'OEüA:)£(N.É¹˜','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉTM*c4¿\×E-\'§a',_binary '^V”ù—Ä¿£L¯P¯p1Ye\Ü\à€\Æ#ûCþ)’©','',0,'?'),(_binary 'OP?>+EyŠ§lü^…ù_õ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/sidebar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/sidebar.php',0,_binary 'E–º2œ{\nñû‡\Ã.',_binary 'E–º2œ{\nñû‡\Ã.',_binary '3ù·\Zf„P‰‘\rDU`˜\Ñ\ßD®\æ\ÂÀq›\Þ\áJ','',0,'?'),(_binary 'OP÷­³õ=·E½Xy¬D¬','wp-content/plugins/wpforms-lite/src/Admin/Education/Fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦\Ï\ÈK\Æ5Õ»\ÃûŠÊ†S',_binary 'dþû?5–\à\ÆoQ y	J\Å\Ê#TwÖ§E#ò\ÃuAF\Íi','',0,'?'),(_binary 'OQ\äð­\åq\ÝK\0Z†™D','wp-content/themes/houzez/framework/stripe-php/lib/Service/Tax/CalculationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Tax/CalculationService.php',0,_binary '€ 5\ÍQ5.\ÊGYvaY5a|',_binary '€ 5\ÍQ5.\ÊGYvaY5a|',_binary 'ó3W6µ‡~\Þ\ê%700\ÝNi•m\ç©C~\ØNyŽÁ¾','',0,'?'),(_binary 'OS\ïY\ÓWz!8õÊ£j±','wp-content/plugins/wordfence/views/gdpr/banner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/gdpr/banner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>6¢9!øG÷\Ùz®>òS',_binary 'ùZ¼Q\ÆaÌ¿ù|ê£ž`!ªC\Ð\è2C\ÊKµ%#ül¼','',0,'?'),(_binary 'O[y\ás€[†\Ù\Ã\ÈÈ¾\×,¤','wp-content/plugins/wpforms-lite/assets/css/wpforms-base.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/wpforms-base.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-‹–£\çœ\ÜLñF~‚,',_binary '¥Y q&	Ð¸”‘.•\Ó¨\â{óc\Â\Û`R‡y\Í_5Žó','',0,'?'),(_binary 'O_	:¤ô—-\ï\êHŸvù¦','wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4[[8\Â]¹LÚ±Œ)ó§7',_binary '\ì[&>\Å}8\Þ\Ðó‘–	š,a‹8Â¿d\Î\ÒØ­>.Rb','',0,'?'),(_binary 'Oa_¤¸b,„+\È7tg”^','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v\n:X,\Ó|$_´›\Ù¾;\Ä',_binary '•p	2Ÿ& (yµR:1ý?^+^»‰ß¤£Û¢R','',0,'?'),(_binary 'Oc\Ø\é%¹`d×Š¾%?W','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/eu-cookie-law.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/eu-cookie-law.php',0,_binary 'SO(y:D\Z<b¢o÷',_binary 'SO(y:D\Z<b¢o÷',_binary 'úZƒ¶ok\ê\'Q\ÙyWÝ€«gt.Tr\Âñ\Ü	˜7¦oVb\Ù','',0,'?'),(_binary 'Od€–!J°\Þq<<a… ','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-9.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-9.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Û¶d®²]T\Ó@!S\ÎOb°',_binary '0—\"\Òi½¯\áI£ò;	ÿò¬£?x\Ïy°¥á­œ¾ñ—','',0,'?'),(_binary 'Oex*k\Ël\ål™p)…','wp-content/themes/sinatra/inc/customizer/customizer-helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/customizer-helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ulˆß†\ÅI974gv_E',_binary 'Ü‘ý÷£ò_GƒTYcµ\Ü\î[b´CO8¦0\îö;—‰','',0,'?'),(_binary 'Of\\@J´râ¤¶¾Œ\Þˆ','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/TranslatorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/TranslatorInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|Âœª\Ø!5E\á/F\î',_binary 'Ø°\ì\'Ï¢™,?[†¬°`c\ã\Å~f®\Þj6;rP','',0,'?'),(_binary 'Og“ùe£\ä–Kö©oS','wp-content/plugins/google-site-kit/includes/Core/Util/Requires_Javascript_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Requires_Javascript_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅMGo\Ë÷\Ú|qŒ¢•%M',_binary 'š\\\Âò	\Ò	«1‘‚¨\Ü-\ØU\Ü\Ûs—Ò¸ó\Óµd3Y3','',0,'?'),(_binary 'Oh\Ó\áUÑ°H¸¿©#BdB\Ö','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/spectrum/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/spectrum/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Oj~™\Óý§Ö¼k8«¦6','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øôW\àD£KX‘\àŸ¦ÿa\ì',_binary '\Õvq$u®ð\é\ÕB\Üq2ð\Z/€\ê|µPøT§\Í\Ò\Û','',0,'?'),(_binary 'OjI7Œ	y\Å\êð»ßœ¢','wp-content/themes/sinatra/inc/customizer/controls/button/button.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/button/button.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡¯³.÷\ÈØ‚\"?(Þ;',_binary '@\Øv@Á\r‰\É\Û MŽ¬\0,cwURûI%b±\Ð\ÇP­','',0,'?'),(_binary 'OjÀsO\í *B.¶s­‰\Õ','wp-content/plugins/wordpress-seo/src/helpers/request-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/request-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·$Ê¼aJl,\Ñy¬',_binary '\í®\î\ÙJoI\Ìvlª\á‹Æ°\äz\n(·Yn\Íÿƒ•!«#','',0,'?'),(_binary 'OlqCcÛŽ\Ð\ï\Ö\Ê\ã\Ï\Ì\Ð\Í','wp-admin/css/forms-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/forms-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û²¦\Õ\êr„sžSC`ºVŒ',_binary 'ivu±I2\Ñ?ó\"¦\ÚÚ‚\Ë\'0gY	mI\ã²\ÂÅ©\ì','',0,'?'),(_binary 'Oqˆmp¡Ê¬¾±w\Ó\ÆÂ¨¨','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListDestinationsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListDestinationsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r\r)?Ÿ{¦Hq¬ÔC}\î',_binary 'ñí°ŽƒQöD¸gÁ!ªf»¦¿Zòa\å¸/þ›','',0,'?'),(_binary 'OtÃ¾\ç|°ÿò!a«†]','wp-includes/blocks/code/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úQ\êº\ZQ‰\×\Ý\Òï©©ù',_binary '¸½ \Ôõ\ã$¥\r›$‡\àgI`@‚+9‘\rÀ„ò‘\ëµmf','',0,'?'),(_binary 'Ovtöòv\áJ\ç‚ãŸ•Š','wp-content/plugins/elementor/modules/lazyload/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/lazyload/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\r:… a\ïÖ“\Ë\Ôa4/',_binary 'L¹#`\ß\æ\Ó«Tg\ìÁ‘\ÈTÔ’ûŸ\ÏD­ñ~.ù','',0,'?'),(_binary 'Ow+hh3»¤d\ä`[]','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-scales.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-scales.svg',0,_binary '-Œ\ä\Ï~\Ú;\0@Ž&\Æ~ø',_binary '-Œ\ä\Ï~\Ú;\0@Ž&\Æ~ø',_binary 'Zu \Í;¢štƒ\îj\íÿ\r\ê\ëu\Ð.±Ÿ.A.\éªL„','',0,'?'),(_binary 'Owýûÿj4\ã\æ@LUòS','wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php',0,_binary 'Ik¢I\Æ%Ã£/ñ\×²\Ì',_binary 'Ik¢I\Æ%Ã£/ñ\×²\Ì',_binary 'O\é1wˆžSº0*Õ«pÀ›î—¹\Ñÿu»&\à','',0,'?'),(_binary 'O|Ž±*>g‹¯\êÆªF†\á\È','wp-content/plugins/revslider/public/assets/svg/content/ic_add_box_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_add_box_24px.svg',0,_binary '£³5Ù‘T8G³\ë‹\r{',_binary '£³5Ù‘T8G³\ë‹\r{',_binary 'Weg	¼¶Á\ì}4¹4ø!¿Eaz\Ä!/\ËAv\ã\Å;<o}','',0,'?'),(_binary 'O‚æ½¼m$¸òž—Ý‹&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾«ºþ/¥\ë¼M–aW\Æ',_binary '\Ó\ãdJ¬Š†[\Í\Ã\éP\È\ÌrMÀ€V\ZµC\Ûmð\âX£','',0,'?'),(_binary 'Oˆ\Ô\\½¾‘¬Ì€M,’BÁ','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-conditional-logic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-conditional-logic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²óSk=¬!\rI²óÌ·C\ß',_binary '$º\Ë\ìm«,M\ê]þµ\Í\ê4ÓŸI…p=¢†(w²','',0,'?'),(_binary 'Oˆ\Ô\ß*tˆE3 B«j\ïÀT','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í\éq¹Ê“Ó§öýc',_binary 'À\Æ+ÿ\0‘]‚b‚¯¼ú‘sœ\áPs´_\ã\Ìõ¯‹\Â\É','',0,'?'),(_binary 'O‹¢3zÁmóò½À//o#A','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-mobile-subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-mobile-subscriber.php',0,_binary 'Š~«J‰6s\Õ\Æ#½Œ	Ãž',_binary 'Š~«J‰6s\Õ\Æ#½Œ	Ãž',_binary 'lš\ÔC\\¯ú\èeH}%f ¬<¾Š;–\äõ0!¼a','',0,'?'),(_binary 'OŽ£pŒºeG\\-¢61’\ä','wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-themes.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-themes.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùo\Ö2*H9/\ëb‹³\0ª\Øð',_binary ' ñ1)4Ø›hwT Zµ\íhË¦¥±\ãŠÚ¾\ÃóspT','',0,'?'),(_binary 'OŽº]`\Â\×}A\r\Ëõ\Ó\ÃG','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/1.4.3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/1.4.3.php',0,_binary '0Q^„F[\Ú`KYl\'a',_binary '0Q^„F[\Ú`KYl\'a',_binary '£TlQB€+±’TE\Û$0\Ñ\Î\Ã#\Ò`´~mö\Ð\à','',0,'?'),(_binary 'O\Ò=F\Ëú·\à@J\É\Ô','wp-content/themes/houzez/template-parts/search/fields/status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/status.php',0,_binary 'ª˜€>I\È\Ýpô\è\Åt \Ò',_binary 'ª˜€>I\È\Ýpô\è\Åt \Ò',_binary '.-\Ï4Á®\n—CòÁ÷þV5\é\0‰›(³Sð\Ú5ÿ=*','',0,'?'),(_binary 'Oû\\©¢µP5\Ñ\Óÿ{¾R®','wp-admin/plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’\Ò\áT>ýQ‡N\ßk\áz\Ö',_binary '\Â\à\ã(³$\ï-k\Ã¼ö\âZS©Ù•}A?œñš3·','',0,'?'),(_binary 'O’5Xs}¯›÷=\ÝO^r/','wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+Õ­wõJ…SÝ³ùŽ',_binary 'W(ó§\Êí¦‰ù…˜ù\å½\î¬\ìñbx~,üN¼/\Û\ít','',0,'?'),(_binary 'O–VmûÁP\Çr™\í\Ú,\ç','wp-content/plugins/revslider/public/assets/svg/image/ic_wb_incandescent_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_wb_incandescent_24px.svg',0,_binary '\Â\"=Ÿ.ÿø&ÁÕ£',_binary '\Â\"=Ÿ.ÿø&ÁÕ£',_binary 'jùOM:Î¥™qo¬ž¢ø\Êt\ßG!$ú´YU4†f','',0,'?'),(_binary 'Ošjó\È3ñ…U”\ê:c6I','wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úüG_Y•0\×Fœ?†6¤c',_binary '¾¥\rE$¾˜|¬ø2k0\Ê|Ò´!Æ·Ýµ\él\åÿ8','',0,'?'),(_binary 'OŸš\ÛfPÙ¡\èðC(kJ','wp-content/plugins/elementor/modules/compatibility-tag/base-module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<mmü³P™ƒVe¬p¶A',_binary 'Ï¨c\ÜA–(,¼Î¹û\Ý\ÖIû\0¤§´\Ê\rlýz\Öt\ÝËŽ','',0,'?'),(_binary 'O¡\à¹þ\ã\é\Èa\Ý+¬ \Ì','wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­©L\áÚ\×\0÷9=\Û',_binary 'ù¨\æO²1og\Ýv1E(\0\ßR\ØY•C¶|Ã’x5­\î©','',0,'?'),(_binary 'O¤\ëü ³n¿\à1’O´¼7ö','wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Cron.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Cron.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!?OŠòö}ÿaG\Ï',_binary '/\îF\Å=9ž›¯\ì;\î1\íO4´ë²†_w{A\êø','',0,'?'),(_binary 'O¦Ø³Ez€´žþU\à@\Ñt','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.v\ã\Ð?FF\\2ùÜ’',_binary '€\Ù#Q„\Ï/…ö\"\ï7ž\å\Ü=°\n\í$c¯3¶Æuc\Û','',0,'?'),(_binary 'O§ƒµ\à&\Ârè“•\ê ','wp-admin/freedoms.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/freedoms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÚD]Á\É6™L)` \Ç\Ûø',_binary 'r\ÊL@µ]Ž—…ÁÃ—´‚úvš\È|\Ó: S\Ñb*ö\æ=','',0,'?'),(_binary 'O¨¯¢\Ärmaœ®jü’','wp-content/plugins/one-click-demo-import/inc/Helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/Helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nMš´†¤&\Ô÷\Ìø\Ñ>\ë\È0',_binary '–8^\Æ\'o¼\ÅÖ‘V;\ã3;\ØII¾d).‘›¿S\"ù÷','',0,'?'),(_binary 'O¬¬ú³R¯r¾©£\èD•?—','wp-admin/js/postbox.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/postbox.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^\Ë\ÏV2\ìW?*¶\Ì]\0úÿ',_binary 'Ñ¦9Oú*\ZvuJT±‹\Û6¹ž\Ø~Ajû|\ÝT','',0,'?'),(_binary 'O¾F}µXk\"k\Í6¿Ñ','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Cron/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Cron/Subscriber.php',0,_binary '<\ä\âµ*¨n“\×w',_binary '<\ä\âµ*¨n“\×w',_binary '\äYh\ë‹vFÈ«‘bi°P°¸G\é©6q\Ì0\Ò]´Q','',0,'?'),(_binary 'OÀ\Æ?\ßs¶\ZK«—?˜','wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',\n~ˆ°Ø›\ä\çÆœE~,œ',_binary 'žN7—­÷\')Ò¨\íŽU.ô˜7U\îfôLMvIv\'º','',0,'?'),(_binary 'O\É¤nôG\Ú\ä2‚)WŸ¯','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/icon-box-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/icon-box-wpml.php',0,_binary 'u2Bu\ï-Â•ò\×8o>¿û',_binary 'u2Bu\ï-Â•ò\×8o>¿û',_binary '‹m§d…ÁI+¯\ï7L\Í;,\ìA´oš\Z[%¼K\Í','',0,'?'),(_binary 'O\Ð+c\ä\Ã4}\ì³{M\è','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X\å1‚ 9ŒAz-d\ß\Ètƒ\Å',_binary '„¬\Ð×ž\ÈSy÷#%\íšû¹r\æ¼&\ÉG]³5®“½˜','',0,'?'),(_binary 'OÔ„\éðd4•*k(˜®‰‡','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_started_email_bluehost.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_started_email_bluehost.html',0,_binary '\Ý\é;œùyB—\Ý2ý‚',_binary '\Ý\é;œùyB—\Ý2ý‚',_binary '3\à‰ÀøÞ«S]%‰¦ô\'«¸h\Üc­+÷\Ç(','',0,'?'),(_binary 'OÚ—<\ËB§2¬÷\îjH´','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractProcessingHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractProcessingHandler.php',0,_binary '}™Í¦\â\Ô,3Ž®¸q# \Í',_binary '}™Í¦\â\Ô,3Ž®¸q# \Í',_binary 'T\Ë1RL#I\"‘57s\Ô8ƒ³²ª:­\0]H?•A','',0,'?'),(_binary 'O\Ý#vŠ¬ILÿM\Z£ò(]','wp-content/plugins/elementor/modules/system-info/system-info-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/system-info-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í<µ2]K4s-Q¾\Ë\ß\âmˆ',_binary '\ä\'\ÓK‘&ø·³°\Ô¥}\Ô\í¥\Ó—99z\æ\åü\å','',0,'?'),(_binary 'Oá½º‰\n›\Ó1h\æƒý„\Â','wp-content/uploads/redux/custom-fonts/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/redux/custom-fonts/index.php',0,_binary 'Ci¥½ÿ$ªdpÓ—X]2',_binary 'Ci¥½ÿ$ªdpÓ—X]2',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'O\áû\Æ\Õ\Þy ®ýk	b±','wp-admin/css/customize-nav-menus-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-nav-menus-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·\ÞÑ©8`T\Ã`”Ù·$\ï',_binary 'ON\ï¶›‰¦W ‹…,®¤§šAÞ‘%øôzÖ–©4a|\Û','',0,'?'),(_binary 'O\å\é}|6\nz\æk%_½','wp-content/plugins/elementor/assets/css/app-base.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app-base.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’\Ùš¾œFQd\ïü_*²',_binary 'o\ÉPdt\ÚÖŸZÙ›ZÀ˜Ÿû\ÒrÈ®\ÇÑ²¤\\¤u\Ø','',0,'?'),(_binary 'O\å\ë\Ï\Ì\åHI!K!0[\Ú','wp-content/plugins/wordfence/lib/menu_scanner_options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_scanner_options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dr¯ðmQ?NØ¯ÿE\Â',_binary '¦0²°z¡!_N\\‘Ã—¿›‹\n––Á~N\Å|‰§dsðm','',0,'?'),(_binary 'O\é\Òõt&\à„‰(×‰¶…','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-brands-400.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-brands-400.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®¢j38\Æ\Û\â±l\Û-o',_binary 'úZˆ>bƒ¸S\Çmû`»§`\ë\Ó\Ó+M%õDx1Z','',0,'?'),(_binary 'O\éµusùVP‡û\ZR`','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/block-ui/jquery.blockUI.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/block-ui/jquery.blockUI.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý®¡þ¾‹d,úº\ï\îý',_binary 'f2\ãg *ü¤\×n™=>£òbK\áö{§*Tü\Ô\ï\é','',0,'?'),(_binary 'O\ï$©#\rO¶°K š´)s†','wp-content/themes/houzez/footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/footer.php',0,_binary 'Â€x>)L–º^\Èe\ç[',_binary 'Â€x>)L–º^\Èe\ç[',_binary ' ÀC\Õ\è˜LQª\ç{\àB³«\Æ1\Èóvð\ß#	o·','',0,'?'),(_binary 'Oñ*ž¿m\Ë_)®8_3ˆ','wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7¼.f+¦ {ù\ê\ïo',_binary '[\ë\È5%ób¨\ß+r4Ø¸ûž³‡i©7÷+Hþ\"½B1ð','',0,'?'),(_binary 'Oñ»\ßO\àM_K7\Âùnš\á','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùšB:\èW\Ì@N¡',_binary 'aHñlq²QH5¯¨Vh|©½\Â7óh”ð\Íf­KN4','',0,'?'),(_binary 'Oò´\Í{\Z±]\ÐÁ¬N’Þ£','wp-content/plugins/revslider/admin/assets/js/plugins/penner-easing.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/plugins/penner-easing.js',0,_binary 'L…\ÉÿBgñ¾“¼\è\Ê7òp',_binary 'L…\ÉÿBgñ¾“¼\è\Ê7òp',_binary 'ˆF\Ì*“Q	61\çð\Ö›\Þjpº™\r­\×\ÈI>\Õ\'”','',0,'?'),(_binary 'Oö(&øÿK)zi\È)Î”\æ\Ê','wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/FetchSitemap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/FetchSitemap.php',0,_binary '˜\ë\"–¯”jkQ”¼\Ê\ã',_binary '˜\ë\"–¯”jkQ”¼\Ê\ã',_binary '`Œù\ê\ë\Ñ\Ê\Ù|£E‘ï§½®4\ï\És¢¼\Þ#\Í\çM1µ@','',0,'?'),(_binary 'Oö\Ïkuºkø\Ë\0%¨mº','wp-content/themes/houzez/template-parts/realtors/agent/agent-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/agent-search.php',0,_binary 'L\ê\èl\Ò‚¦\Ä\ï(&b§\ï',_binary 'L\ê\èl\Ò‚¦\Ä\ï(&b§\ï',_binary '“Tc\Èö\É-Iºz\ÎþÕ³\èm®,’KªŸ~\\`IP\ÕG','',0,'?'),(_binary 'Oþhu²G¯ý\á²&\0\ïLÿ','wp-includes/Text/Diff/Engine/native.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff/Engine/native.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K÷¦ö·j´„\ÏJB',_binary '\Ê5\é½lÝ²U”§\æ™goK\Ø\\\Ëc„-F`Ÿ\ÑA{–^{ð','',0,'?'),(_binary 'Oÿ\â\Ñ…\Ó~\ÒH\Ì\ÉcFN','wp-content/themes/yith-wonder/assets/fonts/Raleway-VariableFont_wght.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Raleway-VariableFont_wght.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â\Ã\'v\ÄØ°—\í˜	\Ëe9',_binary '+×™mMwzj\×û\r\ÈC-&,¿Uñ!ÆŸAEFÀ\â[','',0,'?'),(_binary 'PðŸH­\ßZ`\â=¼²','wp-includes/blocks/pullquote/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/\Î;‡\Â1&¦	< LŠ\Þð;',_binary 'ŽNi?ñ)B:¼7É²\\©7ú\0\'b8\âðg£\ÍiÂ†','',0,'?'),(_binary 'P¶bw¿=‚\Ìõ”©i\ë–\Ò','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\\ZÁ\ÄIw5AlLÛ¢',_binary 'ú\ã´K{þ8¦Àfl…7s…Rh\Îú\ëžå—‹\Ê‘I','',0,'?'),(_binary 'P\Êcµ)—ÛˆÍªžh<S','wp-content/themes/houzez/framework/stripe-php/lib/Coupon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Coupon.php',0,_binary 'ù\êA†&«•\ápb\èP\Ú\0',_binary 'ù\êA†&«•\ápb\èP\Ú\0',_binary 'c¦yv!\ÙÁOWh\rH\0ñ\è‹\\\Ê/oJb°¾M\åMaŒN','',0,'?'),(_binary 'Pu\îˆI\Ù÷½\r•œÁZx­','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaChangeHistoryEvent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaChangeHistoryEvent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{zJ\Ä\Ò,Wù³Þƒ9´z]F',_binary 'ü,pÈ¥^2½\ç\\½R<=r;úD£\Ð# Ÿ2D','',0,'?'),(_binary 'P\Ð/:\ï\ÕÌ®¸Ò‰¶û\ÖH','wp-content/plugins/wordfence/waf/pomo/streams.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/pomo/streams.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·\"¥\Ç\æxx÷!3\ÎW¤§',_binary '\r,\Û\î\àø&Ž¾üò‰É©•!‰Œ:\Âxl­ó[','',0,'?'),(_binary 'P\r|\ÐÖ‡GEIn„g2\Z','wp-content/themes/sinatra/template-parts/header/header-layout-3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/header-layout-3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a¡ª\Ñ\\À¦À	S±*B(y',_binary 'JIl`e\ÏÐ«.x[íµ²Þž…†”7\Ôlnb.Ž¸','',0,'?'),(_binary 'P`‘{s$\'Q‡”¯p)','wp-content/plugins/wpforms-lite/assets/images/addon-icon-activecampaign.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-activecampaign.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÈýÉµW&°…À\n\ä|µ\í#',_binary '—\ÜÂ¦³†\Ð\ÏFJ¢3%™µsgfY#¿y\\5ÉŸ','',0,'?'),(_binary 'PN…iC‡\"\0+\ÑO\á#','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»bœš±\Êz\ÈU3 W!\Î',_binary '+\Ø\Ü\ãwW¬xFùŒ7\âû.m‹@\Û\ÄS`\ÒS;/\æ*Éœ','',0,'?'),(_binary 'Pá¤©,]\Å\'xý\íx\Ä\Ùa','wp-content/themes/houzez/template/template-listing-list-v4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v4.php',0,_binary '\Zºÿ<\î)¹—m¢²\È§…‹',_binary '\Zºÿ<\î)¹—m¢²\È§…‹',_binary '}µ¯nô‚f|®Eù\ëc9\ì\ÍV¤\ç\Ý\å\È1‹Ëº\Ó','',0,'?'),(_binary 'P\Z\Ú\0O2}–:°( ±\î\ì','wp-content/plugins/wpforms-lite/assets/js/admin/builder/setup.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/setup.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹Ùž¯¹%\rI\ê_™\æ',_binary 'žrÿi‘|µ„•£\æ»VÛ¹7\0\â´jsŒóWªÊ—','',0,'?'),(_binary 'P\ZN4†³ª©G\ã','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-metabox-snippets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-metabox-snippets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g ¸x-¡šaN.n\çø\æ',_binary ' Ú˜S\å˜\rfÞšY$\ÙL+ƒ{5§u4ªš}³ö‰¹','',0,'?'),(_binary 'PEÛ«½7r|oI±6ÿð>','wp-includes/js/backbone.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/backbone.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§Ä¤N\Ý\ågº\\[‘%I2¯T',_binary '4¨Úµq\æª_Ú‡¯Uœc™xRt¼\ÑðQû¿\Çû\ÇC‰','',0,'?'),(_binary 'P „ô\ÒNtD«ÝŒŸn\"±','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µyñ\á\ë\ÑK\ì]õ¨ íº¾',_binary 'b}\"©oz\ÒýV(\rV\'Qu\ËI‚v¹¹\êù¡\î\î','',0,'?'),(_binary 'P \Äu\r‚*\ËNa€\Ê\Z\Ì','wp-content/plugins/google-site-kit/dist/assets/js/33-15fd05ca7846afb68ca3.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/33-15fd05ca7846afb68ca3.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*@Mnƒ\ÎÒŒ&¼\Ä`*',_binary '\àB¥… 4\ãP\è—M\Êuk\ë\Ô- \ÍMø–\ã–g–Ï€\å','',0,'?'),(_binary 'P\'ƒ(µô\ë?+‹z´“$¡','wp-admin/js/postbox.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/postbox.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\ê=%õ(\Z\Ú\Äf6þ9\Ê0¡',_binary '\ÕI•a1\Ý%‚&§Üœñ\ça˜;\ÃÁ^%3isJ\Ò','',0,'?'),(_binary 'P-k\n\äFJ\Ú7+\ÂyP¤','wp-content/themes/twentytwentythree/templates/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/index.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü$¶p:ü¬±\êzt¿@\ë',_binary ':øÁ“ù†;óTù;Dj\03M«‚óœd\Âþ­‘\æÖ‚G','',0,'?'),(_binary 'P1jö\Õ\ÞÏ©\î\áx¤Y¬\É','wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_exit_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_exit_36px.svg',0,_binary 'L¢†¹ð:—®F&´g',_binary 'L¢†¹ð:—®F&´g',_binary '9¸(S¾\Ïj\ÅùB›½[ûûsRì²\\\Z¸\í!±œk','',0,'?'),(_binary 'P5nôq\é93YqÔ¡ª?Œ','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r‘\å\ëor“0hZñw’±',_binary 'Ûµ˜rz\ä\'\Çñ\Ð@1ó6_|)º\ìBq¯\ê5Â¿P','',0,'?'),(_binary 'P6p\êc¼%5\ëi\Å\Ùý¸Gg','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Card.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Card.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý\â˜\àa£ˆ¨\î\Ú\Z1E\"üŸ',_binary '\'–ÁWlA&Áºœô«]\ì\æ\ï½\çORšN\è\ïJ\ï\Â','',0,'?'),(_binary 'P73o\è©	§\ë\0\æ=\áŠ\Ò','wp-admin/js/word-count.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/word-count.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë\rffB)†\ç†øü…±–',_binary 'µ\Ç6j¸,A\èÞªÇ­s\åD½ÁeCÿz‡&‘ý\nü²\à','',0,'?'),(_binary 'P?\Ã^\Õ)nªBaŽ`®b','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S5šwp$Yz\Ê\í\É\àÞ‰',_binary '\ì|/;R¸\'	\åE~?õK²\Ê\ãÝ®ø¾­SùH1\È\ìg','',0,'?'),(_binary 'PA\raÁ›÷\ß\Ô\Ø>1	>','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Process.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Process.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Xo!»\É\ä\ß\âKZ4þu',_binary 'Ž\Ìfü\ätž&¦³ˆ%tcø<¨€\ë}%¬<¸7g0L\×','',0,'?'),(_binary 'PCb-Y\Ø\Õo\Ýi8','wp-content/plugins/wordfence/js/jquery.colorbox-min.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/jquery.colorbox-min.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y5±=\ç÷\Ìq\îþ)–\È',_binary 'H¦\Ö4\\¼óv÷\â/XŒG›÷K†¿—:gkl','',0,'?'),(_binary 'PG\'ƒC­\'3C¤GW\êÿð','wp-content/plugins/revslider/admin/assets/js/modules/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/modules/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'PIFiA²âºªÒŽ|\äp','wp-content/plugins/wpforms-lite/templates/admin/payments/single/log.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/log.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0‹\Åf·«¬<¶ü\nƒÉ',_binary '³M-`xdi¡gÿ‘\êm\ÛYE%NMˆ3N\ÊÂ’8„ô','',0,'?'),(_binary 'PJ’~]øú; ž‹`y','wp-includes/widgets/class-wp-widget-media-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-media-image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛS…Õ”Fi\è¥\æÉ“n',_binary 'Ê‹4Êpq%\Ü\ÈÙVlnt#¢aŠ\ÅLtl5,;\n','',0,'?'),(_binary 'PJf›\Çh;˜¶œ\ãc\Øü®\Õ','wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²›Œn‘Bd\0©\\\ãzñ´',_binary '¹ó6õ\Ç3òB|\ÃJ/Kö(¯\Ê\rhüBG’\ç\å','',0,'?'),(_binary 'PKˆ³2´Iªó«Á)¥‚','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y¦šw5\ã\í(n\Âb¨m­',_binary 'm!`\Ú~:›\î-\n¼&3@\ï\åN\ß\Í[ý9\ê\æ¦d\r®','',0,'?'),(_binary 'PLot\0añJ\ím bc\×À','wp-content/plugins/elementor/assets/js/admin-modules.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-modules.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\ê…—³€˜\ÔôÔ‚vÀD',_binary '{‹\ê\ÇsÏ§ý&KÁ\0™¬Ã¶\Å|p\'5‚ðDko±’R','',0,'?'),(_binary 'PL•ŸF^\Ñ9R\á6z³p','wp-includes/blocks/navigation-submenu/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-submenu/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶…fŸH\ï2X»m.\Þ\ÇW',_binary '¢\Z(f)\ÈgWóNV\Çyþ!øqÜ¹zg°°%¡\Æ','',0,'?'),(_binary 'PN¿B7AG¬d 6\Îh\î','wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N¢lnY¡¬ŽÀbw\Õý‘',_binary '\æld\Ú¶?Šf¢5\æwÓ‘*(.~í¾ƒ¤[t|\ÚÀP','',0,'?'),(_binary 'PQTc@<M²dIó²','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogout.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogout.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J“p©ûÇ¯{o¯8',_binary '4Ài5\æ\"É“¶F` ua\Æ\"Ž¥~º^¦?\×\âˆ~\Új','',0,'?'),(_binary 'P^…Yz‹yŒ¶\ë8','wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-slider.php',0,_binary 'ILDh+_ú\Ö\Ógõ$.5¿',_binary 'ILDh+_ú\Ö\Ógõ$.5¿',_binary '=¢ôD DHa¸f=“ð\Ó\î§/º¾V®*BÂ±\ß\Ëi','',0,'?'),(_binary 'Pe\ßq,4\"È¾¸¬XØaž','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php',0,_binary '“]³\äUn¹mR\ï\ÚR™²¿',_binary '“]³\äUn¹mR\ï\ÚR™²¿',_binary 'Á\Ë\íN¿ECŠ0c‚\âH£\Ì/\Ë^\î\è Z¿\ïžF`Œ…ö','',0,'?'),(_binary 'PvŒ\ÞgI\×x\ÓS‚\ËûP\è','wp-content/plugins/elementor/core/common/modules/finder/categories/site.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories/site.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tr•K„V\ï„u<ú&¨b',_binary 'BbBÿ?G\ÇQ\ÎI<B!H™“\å\ê^\Ïû+d³‹\á¥S;','',0,'?'),(_binary 'P•\Ó÷ø}øTw6²','wp-content/plugins/wpforms-lite/lite/templates/education/admin/did-you-know.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/admin/did-you-know.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Vvt\Ñø¾/•\Ûø\Ã#\Û',_binary 'o\Îf`÷RE\Þ\êAMuP¨«»¹wz’\Å-dX>ª\Î','',0,'?'),(_binary 'P‚Q.Ñ²Ñ»|\î4„f›\ç\Ò','wp-content/plugins/wpforms-lite/src/Frontend/Frontend.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Frontend/Frontend.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Aöž?lÏ«\Ë\Ìf\0ž\Ú`C’',_binary '·f\0Ž1«uuð^-ó\äK|iE±jdÿù¥\ÏYÍ','',0,'?'),(_binary 'PˆtúoÞ¶Suþ¦h`G\Ý','wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à\Èü]<\ç5¥b:¶rð¡:£',_binary 'E|\ÉZ\Ù\nÿœ\ÇpJQs™ù€…\ÒcZ\Ä\ï\Óø<','',0,'?'),(_binary 'P‰¶\Æ\îH\Ã\ë\Ïô¡ûý\\C','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/area-size.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/area-size.php',0,_binary 'f<Š³’|ŽøÎ‚\Æõý',_binary 'f<Š³’|ŽøÎ‚\Æõý',_binary '÷\ê\rõ»\Õo…Yo.|\Ø.?ú\Ø2¥Y«&ZJ¾‹~','',0,'?'),(_binary 'PŠ\Åiz¡t\îa\é}\Ôa','wp-admin/users.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/users.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™œ}2˜–+î˜ª9°D\é\Ð',_binary 'Úº\Ç5T«i.€¢,2:iNE¹\ã\Ñô©õXZ$þ‹;\ç','',0,'?'),(_binary 'P‘VXóy®¢H™.	®','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/aliases.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/aliases.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L¥}E²¶¹;Á\é˜Áz&',_binary '†\ÓŽy\í\ég¼e‘\ÐrX½R(*pd®Š\ìE«ù','',0,'?'),(_binary 'P“\Çn‰\í0€\ÄIg&@','wp-content/plugins/elementor/modules/dev-tools/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/dev-tools/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\Õª2V!Ï¼z\r‰½Ü¨A',_binary 'ª\ßü\È~qr€¨J\ä	ý_¯…-\Ì oDÌ¯Ÿ<r…','',0,'?'),(_binary 'P™°\ãÁ`,\ZcUöë±¶)»','wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð÷š\\ö)\"À\ë9^\á\ÍrX',_binary 'ö›9\r_[‹º£}õ<†^\Ý\Ó\Ë~W}öò²P¶!&\Å~y','',0,'?'),(_binary 'PŸ]4vv\Úâ¬“ò¹™³ª','wp-content/plugins/revslider/public/assets/svg/image/ic_image_aspect_ratio_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_image_aspect_ratio_24px.svg',0,_binary '{HSÚ³ùu–f%\á5cO™\Í',_binary '{HSÚ³ùu–f%\á5cO™\Í',_binary '’<[ˆÄ­P\Én8\â\é~9ø \Ì~\ÝM\Ú÷\â\ïžU','',0,'?'),(_binary 'P¢*\Õ{†¿\0\0\ê\Ò\È4‘','wp-content/themes/houzez/framework/metaboxes/area-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/area-meta.php',0,_binary 'yd\Ú+*A+\È!Iö\rÅš',_binary 'yd\Ú+*A+\È!Iö\rÅš',_binary 'ØŽ\Ëfú\Æhû\ë\Ù1\Ò^ý€£›¦öšœZ(Y­Ÿü­\ç','',0,'?'),(_binary 'P£€høý\ãüŸ~\é·\â›P\Î','wp-includes/blocks/page-list/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý8\Ë	±xñ\Æ Ž\ÆvR<ƒ\Å',_binary 'IˆI³|{8ºÊ°Áõ$\æN³i÷\Õ0<&[¿v\ÙHV\ß^','',0,'?'),(_binary 'P«©$uåŒ¨\Ï((]oRd­','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïÛ¨0k~l¢<J4•\é¼',_binary '¬~_ªûv‹\êP¼À\ÌGm,ðªÀ C\ïšT@\ï*`QN','',0,'?'),(_binary 'P´rD{³±ªW£!®ž','wp-content/themes/sinatra/template-parts/entry/entry-summary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-summary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^‰RxD±\çE\Ï‚øp\î',_binary '*¥\ì‰n|/\â5ƒ–“²¶J…3\ÉkY91„4c\Úp','',0,'?'),(_binary 'Pµ\á\nÿe¡\äðuµ\"\í','wp-includes/sodium_compat/lib/php72compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/php72compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìp\êW·Ÿd¢\Ýtÿ\é1\Ä',_binary '¢Dã³Œ\ß*ðz6Ø•(A\\\×\Í)¾i…ÃÜœ¾o,','',0,'?'),(_binary 'P½z£W3\î|/A&W\Ír','wp-content/plugins/updraftplus/languages/updraftplus-fi.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-fi.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M6.WPxvs,„û–}V',_binary '\'‚ôn‹\ßû\ê ö\ä\á­Dª\rH\Ì{ô=v}È¿›\í\Õ/','',0,'?'),(_binary 'P½ˆ\åþú9´Œ¤ACü§','wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/AbstractASQueue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/AbstractASQueue.php',0,_binary '\î„\âôû\Ñ\Ô\ëòh\Ð\rx',_binary '\î„\âôû\Ñ\Ô\ëòh\Ð\rx',_binary '¬Ä¬\Ð‹½\ÊW8B‘¥—}\\öÀ\Ê\ËEôhs“','',0,'?'),(_binary 'PÃ¨±&R\ß{(6žM]8','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úòÏ¢\å7×­fU\Þc*',_binary '’õ\0p\ß­š¨\Ðnhúa(\È}/6X!+ñ†Žû\Æ','',0,'?'),(_binary 'P\Ãÿ@¡„\É;b<\n¸c\á','wp-includes/class-wp-oembed-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-oembed-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™vüG÷w¾E\ëJW\Îü&',_binary '-#§&±¡\Ë{\ãÌ¡£6¡e`£C„+Eº›\'¦\\³','',0,'?'),(_binary 'P\ÄE+¿Ž­zÍv–Z»•','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/AccountsUserLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/AccountsUserLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?=Ã‡Ðš‹L9¤3\èxQ\Ç',_binary '\â\')S@{\Õ\0Àxbqš\ÍiFKc®u\é+¿i`\Úpp','',0,'?'),(_binary 'P\ÆM\î\Z\ÖIÌ¸Ý­Y`r','wp-content/plugins/wordfence/lib/wfHelperString.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfHelperString.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')À«¬°`\ßô—»E\å\Â',_binary 'OM‘Cn=þ\ÝO5”£h\ïK\á˜úE¢,q›`”£\Ù*­','',0,'?'),(_binary 'P\Æ\êJ1h«\ß|À­ôˆr\ç','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é´\é4™ÿ3û…\Äý\Ø,Â',_binary 'U\à0`\Ê÷7(t°\Ñ\â­Y¨\Ús®\\Ÿh¯tr(\'Ý©1¤','',0,'?'),(_binary 'P\Í`D#|H!´-—u …•þ','wp-content/plugins/updraftplus/includes/ftp.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/ftp.class.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”e	ÁM·Á=¼/‚µ',_binary ' ý¬¾ÿø¾JZ6ð¥\Æ\ÄÞ¾meHðšORŒ\Èuš!\åŸ\Õ','',0,'?'),(_binary 'P\Î\ÍûÛ„$éŸ¼\Ø\èF@¾j','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_boat_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_boat_24px.svg',0,_binary '¦,|¡ Ev• Ê¬\ì¾ ',_binary '¦,|¡ Ev• Ê¬\ì¾ ',_binary 'M\îkeˆ&»•eÐ©ÀõuyÅ©,ˆ\Òú\ÎF§›ø\å\Õ','',0,'?'),(_binary 'P\ÐE³\æ:^€N«µ\ë\0*','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/pinterest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/pinterest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²0‹\é(š™\×Mu]·š ¹‚',_binary '©[E×¸-v5!Bu\È\Æ\Ö\Ú(å/ù\Ða\íue3Gk','',0,'?'),(_binary 'P\Ó\Ý\àXs·†a˜,\\½ù','wp-content/plugins/revslider/public/assets/svg/content/ic_archive_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_archive_24px.svg',0,_binary '$]õ;-7h¼´·õ\áp³',_binary '$]õ;-7h¼´·õ\áp³',_binary '\Òç±š\0\Ñ\Û\ÉT’„•…Œ‡yðQXI±’“8ô\nÔŠ\ëö','',0,'?'),(_binary 'P\Þ1$¶‰ó\\*\åC','wp-admin/images/stars-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/stars-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ\êA”§œ#\æS²Me.^',_binary '[®òè€¿ý_(\rhª\×\çYÁˆ´Tî¤¹ð\ßqZ±\Õ','',0,'?'),(_binary 'P\ã…ñ0¹a‹¼R\Óz= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û3\çgkeÍ¿Ý¾Œ\Ü\á| h',_binary '\ØHzjéž¨%\Â‰¹²…p=\ÚZ\Õ\à–iNA‡Zô','',0,'?'),(_binary 'P\ìZy7‹qX¶I9®\Ã','wp-includes/blocks/post-author-biography/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author-biography/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M?¬·©úaªõ	ay”\Ç\Îw',_binary '\Ø\Þ\ÆÇ²‚qp:\rÊ¡kV&‹FH+ ­Æ°½s\Ã	…p','',0,'?'),(_binary 'Pð}Îš\ì\Ò6¨=t´\Þ','wp-content/plugins/wpforms-lite/src/Emails/Templates/Compact.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Templates/Compact.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñy\Ñü\Ç(ðN‰kœ’]',_binary 'lk óô:±˜RsX.\Ùû:„*ûŠÇ ³ô\ã\ìB\n™','',0,'?'),(_binary 'Põ„\ÂVV¡N{û›j-','wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'iy\Ív\Þò¨#<”¾Q!§',_binary 'µr¼¼kv½\")6¯B}\ÛzE8»î…·7RºšEØ€\Î','',0,'?'),(_binary 'Põ…0ÿ£\Õ\êZ\nSgŠd\î','wp-content/plugins/updraftplus/methods/s3generic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/s3generic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù\â•Yñ:–]‰zL\Ô\ê',_binary '\Ã\å/F~o—]Bœ¼“=\ã\îwþ°\íi„FW.\ÒÙ¿o','',0,'?'),(_binary 'P÷`~\ÍBh[h\íx','wp-content/plugins/google-site-kit/includes/Core/Tracking/Tracking.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tracking/Tracking.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ï‘¨ƒU1‰\Å\î¸mœ\nóœ',_binary '·÷O\ì\è. \Î\Ï*ªþ&±.\Z\Â\Ò`¿\Í[\Z¯t\Þ*','',0,'?'),(_binary 'Q\0ßŽf-\èIhD3\ï1,','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/Accounts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/Accounts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢”\Ú\Û8\Ò‚wKy\ÈG',_binary '¼JôO>R³\Û\ZlúFaPA;÷\'\Ñtf÷O’2','',0,'?'),(_binary 'QJ)\ã\ruCv\ê\nø³¢Q','wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.)\Ø\Ö2¸\Õ\Ô\ÉSyd¶',_binary 'ñ\Ñ}¡A¿§ X@&\Øfòù¥\éÑ¼«|å­º´bs—','',0,'?'),(_binary 'Qªš‹#y{\ÓZƒ,†ð','wp-content/themes/houzez/js/vendors/i18n/defaults-ro_RO.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ro_RO.js.map',0,_binary 'k½ –C\àò¨xy‚\â\áGS',_binary 'k½ –C\àò¨xy‚\â\áGS',_binary '\"¼QIy\êõX&)\Òb?qw¡ø<&[\ìsq“ŸY\Ù','',0,'?'),(_binary 'Q\r\Î\Â\Ò	V\×úAu\á','wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒŒR¥º¨J\â‚$ú¾&\Ì>',_binary '\áX\Þ\Ù\n¶CúDn\Ùÿ;\'\Ú+&$û7[£³K•B©k','',0,'?'),(_binary 'Qef\ÎX_«\ï\ÊÙƒY&\á','wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`H<_\æ Â‘ø\Ì7\È:ŸŽ',_binary '»S\âOÛŒÿP]´™¡\æ%>\ÂÏ†+n¯I\ÓT¯Aµ','',0,'?'),(_binary 'Q\'q;_W\Ã\Î&tù–','wp-content/plugins/elementor/modules/link-in-bio/widgets/link-in-bio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/link-in-bio/widgets/link-in-bio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤1/Â¨$…1º8À`Ú“†¸',_binary 'U}»Ç­MV}v\î¨a6ü\Ê\ã\×~n\é\ÃÇ‚$','',0,'?'),(_binary 'Q%Ep™‡au\è]\íG7—','wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊÁÿKh[J°!\æN\Ç\ã',_binary 'òP«\ZB\'A|!\Çð\ÐÚ”Rm¤%À«õ(\\o#\Ã+\'','',0,'?'),(_binary 'Q\'J\á\áü\ìÙ¯}\ç\ä\ç	','wp-content/plugins/wpforms-lite/assets/images/payments/star.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/star.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"¬ŸA™Ac\ã)\\\Ã\0µ',_binary '©Mt\Ç\ã\à5œ*új\ÍöM³;£%¾ T!\È\å…\äTG‘¯','',0,'?'),(_binary 'Q,°}DKYKß›\Å,','wp-content/plugins/redux-framework/redux-core/inc/validation/url/class-redux-validation-url.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/url/class-redux-validation-url.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦öô\ç\ÞLqú\è,•QRŽ',_binary '\Ò\ÊÐ°‹b\ä \Þ\Æ ›¸\í}\"£\ÜI-YÝ¥c(\Ú=','',0,'?'),(_binary 'Q5÷sž\'&,\àP¨‡@\È\å','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-fb.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-fb.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“r\Ï>&/,Q™\Êø,S',_binary '<+\\TÅƒi\ÛW9\ÃÔ™<™”ƒ\Ô\Êe\'Ÿ^a\á¿\á½','',0,'?'),(_binary 'Q;-(\Ô\Ù-.…\ÏÁ\Ç\Ãz','wp-content/plugins/revslider/public/assets/svg/content/ic_create_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_create_24px.svg',0,_binary '9\Õ05H\×øq^ùÂ€\Zü',_binary '9\Õ05H\×øq^ùÂ€\Zü',_binary 'Œôvu;¦\å›ÿ\Ù\é×O<K¦R\Ê`Ö½\ÉÓ¯›$~','',0,'?'),(_binary 'Q;\Úò\é(ü±¬Mp*ñ‹','wp-admin/js/widgets/media-widgets.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-widgets.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼dƒ•G\\¦)\ßn',_binary '\ÕU”Uò0n-‚ÕŸ\Äb°\Õ&•ùNEc\\»5Æ“×!','',0,'?'),(_binary 'Q<b¢\êV[\ÄR¹ò%J','wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/OAuth_Client_Base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/OAuth_Client_Base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\\kD\ÝD•¡ø;¾h;®À',_binary '}¤xµkš\Å\ã®À\Í_g\ÊÓ¦Àe&\ßøü?\×{C','',0,'?'),(_binary 'Q=aŠ¾41ZE–pÊ©ak','wp-content/plugins/redux-framework/redux-core/inc/fields/text/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/text/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Q?¸\ÎÙŸ\àõ·góL\Ü|ua','wp-includes/class-wp-textdomain-registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-textdomain-registry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v!\Õ(<§$•Ä™¸\éÛ´³',_binary 'i¬ˆ»2\Ét_`\ÈFh\" ES\\\îr \Åôž]T§‘¡','',0,'?'),(_binary 'QCýÈ§¤ÀŸ$9B)¼ŽM','wp-includes/blocks/tag-cloud/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/tag-cloud/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³‰`“A´(\á¸\Ì\Ó\Â',_binary '7Ñ’\Åm\\Ve[\ì#?Z²\ZöY\Õd{–Zr›\Ã#õ©','',0,'?'),(_binary 'QG3\åŸðG]^pXS~÷\×','wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™-I\ZÊ‘*0\Z\Æ\Ø\È7\Ç',_binary '£\Ó\"-_z/˜VFdµañ\Î\É{\àþvp<f¡þi…¦\Ò&','',0,'?'),(_binary 'QGgÿ‰\ÈX\Ë\Ûkq\í•;j','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰µ¤_eã™©Í®+\Âò',_binary 'i|\r˜5+„j›Àšû/¿*s©ª\í\æ“\íZv\íD','',0,'?'),(_binary 'QIW\ä\n\Ó2ô¼³Y–','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UniqueValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UniqueValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó-Ý·òÁL7=\åE\Ò\ê9\ë',_binary '\áHøù·\èTAj—\æsû2E©C¥\"¥[¬2Eó','',0,'?'),(_binary 'QLd½}³\Ìö\Ú‚\É','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹V©©O~`CžX};`\ÚY–',_binary '\äûx\"»\n}5q\Ëæ¶’\ÔkAú»ù•ò\Þ\ÌO8@7?','',0,'?'),(_binary 'QT«ñò*f\×P„\å¥.¿','wp-admin/includes/file.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/file.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸†Ya@š\n\í\Å<e¹\Ü',_binary '@oµo’d‹_ÿ\í\Ë!¤-]Z*Eù\ÊI \Ê~™\íL©ßžŸ','',0,'?'),(_binary 'QY—\ê1ðTl’¹Vr<','wp-includes/js/customize-views.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-views.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"r›<`¢ó\Ä\ÅùD\Í\â…',_binary 'b2¿M¨ÿ!o‡;±-ô’veqü\Ë\\f´]l¤”À°:','',0,'?'),(_binary 'Q_˜œÿNF\×\'¼+ü','wp-content/plugins/houzez-studio/admin/js/i18n/lv.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/lv.js',0,_binary 'rœ\0€$	­u\Ò\Ì;ÿÀ›ö',_binary 'rœ\0€$	­u\Ò\Ì;ÿÀ›ö',_binary 'ý?ie\r\'aõ\ç\Ú\\Yd§\èÿk/¿®ƒ9¦œGö9¯Y`','',0,'?'),(_binary 'Qk–¯\è´rb4\Ê÷Xñ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñ‰BqlóÅ¼\Ä\Ëß=¿ñ',_binary '“46¹j—›3O}\'øz†\Ä.k\â$Ä¯\Âú\\ý\Ë','',0,'?'),(_binary 'Qmœ\ÓÈ”l)Bzi\ï9n\È','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/206.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/206.js',0,_binary '¸N\Î\ÇO„5_\"š\ãBo',_binary '¸N\Î\ÇO„5_\"š\ãBo',_binary '¼F\èœ[R\Ö>–þ\É™OUˆ\á÷ûdkd2\ï2šÖ¢QQ','',0,'?'),(_binary 'Qq\ÎP­OQ‰û˜\ÖJ¢\É','wp-includes/fonts/class-wp-font-face.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/class-wp-font-face.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<õµ<\ÏK=4\ÇÙ¶*£ˆð',_binary '$|w\Ö0\ê@c\Û^nwneº-f—¹™{UË—ùß‡-ž','',0,'?'),(_binary 'QuoPX\Ø\Ø\0«¸SÚž','wp-admin/images/bubble_bg.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/bubble_bg.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú~\Ïg<Ä‡óI Á¬®0',_binary '\'+u\ÒW\ë`-A²¶\èþ\ÝS\'¤}S~Sõ\Òb¤\Ì—','',0,'?'),(_binary 'Qz-’Kƒ\Ü\í$Þ¿ \êÁò','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-core.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-core.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÓV«Tš@(\rŽ\ÅB‘\Ê*‰',_binary 'a\á\Ë\ïC4\rš¬e;\\x©d37D.gù&£u~+>óCˆ','',0,'?'),(_binary 'Qƒþcm\ÖuX\Z3ûB+‡žX','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$›mR\Í_»Ÿ`\éW6\Ë\0',_binary 's)W´?PÓŽ\àÿB›*?xóûBZº\ìdÉ—\äeZÙž{','',0,'?'),(_binary 'Qˆ÷>\Å\ä)j[\í\'Ò­i','wp-content/themes/houzez/framework/stripe-php/lib/Terminal/Configuration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Terminal/Configuration.php',0,_binary 'n\r©)\è7gQ—†\ÝWnK',_binary 'n\r©)\è7gQ—†\ÝWnK',_binary '¦Ô–0M‰¶p›•z;7ÔŒ&m\ÈÂœ•QÕ¥Ä—tŽ','',0,'?'),(_binary 'Q‰n\ÞÊ±•úƒ\Ö\à\Ô;«)','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-video.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-video.php',0,_binary '3\ã‡Ä¢y¹O!p¹gb\Ë',_binary '3\ã‡Ä¢y¹O!p¹gb\Ë',_binary '\'l}x\ìfPÁ\é¢\n\Äþ2#\n¼[H÷þù\ÐI	=\æ\à','',0,'?'),(_binary 'Q‹®\ÔXúgIÀ£ó?S~)','wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')\êÀVnb©É°\×\Î\Ü2v\0a',_binary '#ôºr€\Ô^ss¼pzm-+d?UL6A\ï†¹­c','',0,'?'),(_binary 'QŽ\Ü\ÅPAý±\Õéš\Ìz\Ï','wp-includes/blocks/columns/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öR™´\Êr\Ñ’4{6G‹',_binary 'yU4õ\Ì7¹ˆ\"!¯‹\'R¡@·œrOˆk<=\åNI\n~UX\ç','',0,'?'),(_binary 'Q’„·?²—J\çN;A','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôš¾\ËlÀWe\ÔU{\Ò9ü',_binary '\Ü\Ø\é\Ì\è\äGû \ß\Ù8—=\0¨> ø3 wg3.¢4','',0,'?'),(_binary 'Q“P5Z¸\Î÷\Öw÷Nia\Â','wp-includes/blocks/quote/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•E\Æv\Ûb&\ÉU‰\ÝW{',_binary '$óù\Õ\Ç0	8s;\à_	I,\Ïu[ž\\‹µN\äƒ­','',0,'?'),(_binary 'Q™ó1:¡TYBÿU“','wp-content/plugins/wpforms-lite/src/Helpers/Crypto.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/Crypto.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<’¯·jŒà²œ§¹«¼ŽY³',_binary 'o„L+$A\ÜL²4.¤;\Ú-Zz\È÷¤n\Õi\Ñ=\ã}ª9Á','',0,'?'),(_binary 'Q£}i)ôs>ð¬\à%U¡u','wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!\Ðg+SÈ²œl\íp#F\È',_binary '–r4ñ9KPe\êü6¡ñZüG0¬\Ò^dü°/•”','',0,'?'),(_binary 'Q£ñŸ±÷.\ÆizU¢/Q÷>','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9#wû>ü\ÊÃ²7~<?',_binary 'B\ïø‹\r¿Sj\ã/\Ê‘Ž¬†}~[7ž»P±@Ef\"ÄŸ\Ñ\ê','',0,'?'),(_binary 'Q§\Û÷6K4ö\Ê¨€\ÒðH','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\ài0—§\Ý\Zˆ_\ìc',_binary 'SBYül\ÂMÐª“Dæ’§ù}\Ìñ\Z™\Ù+˜ª>\ì#§};','',0,'?'),(_binary 'Q¯x˜¾Ì¿Py€º\á\'uE|','wp-includes/blocks/page-list/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïˆzˆ-†\ÞÝ’\Ý|ˆ3€‚½',_binary '„ƒ-x´Ã‘¢&\ï>\Û&ˆr\0\ÅIB\rœ‡\n™–™û\ï/\È','',0,'?'),(_binary 'Q°ö-ùC-]C\É\Ï\Ðø','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨E/i?žÝ¶83|°ˆE]',_binary 'C\È#£OKòKØ—B.FY\ÄÆ‰+E£w—\ÐF\ÖüKY\Ý9.','',0,'?'),(_binary 'Q´@9Few™µ°#+\â!','wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'NCÃ³\Ø\ê[\'Œ, ,’ò',_binary '¨\Ò¥Ð¥Ò‡\ØHhûFÝ¥÷\ÍmPòA\ÜmaeúxH','',0,'?'),(_binary 'Q¶9nb7\rn£H/Ÿ?0,','wp-includes/js/dist/private-apis.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/private-apis.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á~  \ÊöY¸yÌŽ=Ó‚',_binary 'M\îfngôúWi‰v-I\Þ«¦y2	\Ð<\â8»÷','',0,'?'),(_binary 'Q·`ºö\ä8þM¸8','wp-admin/press-this.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/press-this.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':Æ›{t\Ø\ÐY[:²úg\Z\Å',_binary '¢i>[t\"{D[\Æ\r:gUª‡lùt:P,\Ðp\Ä','',0,'?'),(_binary 'Q¹ƒ4“\Ï%\ÐôzÀ>*ÀñI','wp-content/plugins/wordpress-seo/inc/class-upgrade.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-upgrade.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uA\à½8NO-s‰÷wš\Ó\Ã',_binary 'ð\âS+b.iCŒ\Ä‹˜%‹‘y­ø\Ð=\Ø%ô\ËA÷LQ','',0,'?'),(_binary 'Q½n¨‹/Å³\ÝU%²¨\é(ù','wp-content/themes/houzez/framework/stripe-php/lib/SubscriptionItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SubscriptionItem.php',0,_binary 'm{®\é›V\È\Zz–#3‹',_binary 'm{®\é›V\È\Zz–#3‹',_binary '®\Ûh¹µe@M7ýc¯M2\ì`>dbNL_‡74G†«\Ï','',0,'?'),(_binary 'Q\ÄÙ©¦£eö¦7Ò“\ÆX\è','wp-content/plugins/insert-headers-and-footers/admin/images/spinner.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/spinner.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§EñBg„kOU£|O|/\åR',_binary '\í2¶aSlÐ˜p\"ö\ÌlDø_QU±0}úOE³\è\Ú','',0,'?'),(_binary 'Q\ÆRŒ32½5ƒ¶SôÆ•*','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Nginx.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Nginx.php',0,_binary '›i©\Ôß˜¸)n‡\ß3Z,',_binary '›i©\Ôß˜¸)n‡\ß3Z,',_binary 'Œ²\rPO\\±søÝ¹˜@¡øüL^ðQŽ\áž\Æ4Œ\ÙCn','',0,'?'),(_binary 'Q\Éý³¦\ãóX\Ä_ \Ý+Q\×','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_static.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_static.php',0,_binary 'M\"Uš\ìZ>µ®^.',_binary 'M\"Uš\ìZ>µ®^.',_binary '4ÿ\ÂLn<¸—þúz(\'ŠÞ©\Ê\àwþLujr¹D‘Rˆ¿','',0,'?'),(_binary 'QË¢´I¢˜E»€Z0k','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽOf\åÈ¶Lµ\Üœ¯c',_binary 'Q…ý+€\Ý‚V\å\í\'?­ûH¶\ÊÉ¦µ]ÄˆhX\Ø\'\n ','',0,'?'),(_binary 'QÌ…{rr\è	9\æl\êò','wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']?—\Â\íø«\ï\É9\Ú\Ñ\Ä',_binary '¸{e\È\Ç\Z\nÇ—±ª`]Y\Â=3÷•B<-_vA†Ry','',0,'?'),(_binary 'Q\ÓøQŒ25g\ÞG˜5—`.\n','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/midnight/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/midnight/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\æ\é\Þ\Æ`S:LðB¸iÓ',_binary '\å©!RÇª\Â²Î­\Ü\áZnhhJ”%ºóHtoö','',0,'?'),(_binary 'QÙ™²4¨\Ü\àk0\Ñ­$','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunReportResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunReportResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(\à€<‚`m’%\ÏÌ¶œ\Ò~¥',_binary 'À ‰\Z¶œ\Òt\ßü\rÊ°\Z–[|»\ÝxB†´Z\";Ù—u\ç','',0,'?'),(_binary 'Q\Ú[\Êö\ä®‹\Ï_‹\n\r','wp-content/themes/houzez/template-parts/listing/partials/modal-agent-contact-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/modal-agent-contact-form.php',0,_binary 'W\ê”oSeCÝŠ%ƒ0\í',_binary 'W\ê”oSeCÝŠ%ƒ0\í',_binary '\ï˜è¿¼þl­J§\ï\Ã\Óñ¾Œ£\è#WóÍž¨½\Üú9n;','',0,'?'),(_binary 'Q\Ü! D\Ê\à5<\î !û0','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sk.js',0,_binary '\ïºC\ëdüOSCI¢«T{8',_binary '\ïºC\ëdüOSCI¢«T{8',_binary '\ê5\çnD\noq™\ß\×gþi\Ùcõf¬\Ú3ðR‚\Ò5WŽvc[\Ã','',0,'?'),(_binary 'Q\Ü\Ø1~Ò¼Z+ ‹\Ü\ßk','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/UserInteractionController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/UserInteractionController.php',0,_binary 'Æ°Pñ…QaLV\Ë~\Ìõ‘',_binary 'Æ°Pñ…QaLV\Ë~\Ìõ‘',_binary '@l¬ºú{-\Î6û<›J<þ\æÀŠlþßž\ÜO','',0,'?'),(_binary 'Q\ÝZ\Ü\å×ˆ\Ç\Ç+ð¶»m~','wp-content/plugins/wpforms-lite/assets/js/admin/education/edit-post.es5.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/edit-post.es5.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°²Mn\î$·Çƒð°S\ç£',_binary 'õa,šF”ˆhIòU,Ï³¯ð\Ì#\"„n›¡\Ä\à\Æ-›¥','',0,'?'),(_binary 'QÞ‘Ö¶6ó¼¯Mv\0M','wp-content/themes/sinatra/inc/compatibility/class-sinatra-elementor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-elementor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤^O<Œ%C\ËóSi¨=',_binary '\æ\é¬W¤%kB\Øs4ÁÉŠ;2¢­\ÏX«Á\È\çðƒ^SD','',0,'?'),(_binary 'Q\ç\ï8±P/&¹m*(žE5','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø[ý\ëûŠc\Ïíªº9ˆ\åý\\',_binary 'ú‰j!öÒ˜³\Z5 @­Á¼\ÒT8Z˜£Ì·þ\Å','',0,'?'),(_binary 'Q\è§F©øƒöWYºò9Ÿ','wp-content/plugins/houzez-login-register/social/twitteroauth/src/TwitterOAuth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/TwitterOAuth.php',0,_binary '\ï\'°ž—)\Ë^uM*¹',_binary '\ï\'°ž—)\Ë^uM*¹',_binary '!m\Ï\Ý\åWtE³§@\Ú\ç\É\ísñõñH\ÕO-hYÑµa6\ÃÁ','',0,'?'),(_binary 'Qð\Z\Óõ/E\Ø,ô¾oÞ˜-','wp-content/themes/houzez/template-parts/login-register/modal-reset-password-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/login-register/modal-reset-password-form.php',0,_binary 'q¯œb=Ê§¼±¥\r',_binary 'q¯œb=Ê§¼±¥\r',_binary 'Í–Sy÷§ü\ï^<; „¦=’\Û=—r¬¼™)','',0,'?'),(_binary 'QðG¼\Ô7\î²\ï¯2C\r‘i','wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?\âG-¦3w\ï\â$vÛ¼ +',_binary '#œ\ãC¹:\Úv-!Š\ëš«\íW¹€\ç\ãObºùœ','',0,'?'),(_binary 'QñdC=\Ûr}\Ú\ÙJ\ç6\Ù','wp-content/themes/houzez/template-parts/dashboard/board/enquires/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/enquires/main.php',0,_binary '¹øŽž©[\Þ\âXž \'\Ú',_binary '¹øŽž©[\Þ\âXž \'\Ú',_binary 'Úƒ£t	]…0‚®\Íw®.~O—\á\'Àó/¦f©§','',0,'?'),(_binary 'Qóó\0h™œr&¯¨¬','wp-content/plugins/google-site-kit/includes/Core/Assets/Asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Assets/Asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†#\æƒôv\ÌR‚’q†1',_binary 'Q\Z±š \ÖQU…™ô\Ðs]‰g\à³¢û¼V`y£©w','',0,'?'),(_binary 'Qù.Ã¬¼\\¦‚\ëûXeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-general.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(ñt*Š-6\ÑÙ€X‹„',_binary 'mVµdòh\ÙI÷âˆ‚\Îd­š“\ïTK\ß{ô¥z¿ \Z\È','',0,'?'),(_binary 'Qú\Ó)*8O¼Ô«4;¥i','wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿y:\Z\Ë\Í6Q\rAe\'™\áD',_binary 'BÿHø\Æ\r$\Ø\Âi³$\ØPd\Å \Ï!Ù§9','',0,'?'),(_binary 'Qý©ƒ\Ï\ÛÁl\êg´-\Äó','wp-admin/js/comment.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/comment.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£%\âXv4\Ù\nö›l\Ô',_binary '’Gõ\Ä}Pø¢8¤‚–¥wC\ÝjIÈ€OKÃ®X~š¤3','',0,'?'),(_binary 'R\0e’ž\ß9\ã\ä\Ú\r\Ö÷…','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Application.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Application.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>%S:>`0¿ñ]ñ´öuJ',_binary '2–¦\0u\È K\ê¶J‰†0×¢>~/mö7^^¡£w·}\"','',0,'?'),(_binary 'RcÌ†ž«,ö\nE7','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë`\Zú$”BQÔ¡;~C',_binary '›bï¤²´Vñoqu]\n2{Á€¾·4õŠ4ÁúË®1~c','',0,'?'),(_binary 'Rºv5­–W6\Ð`\ÆÚ¾\á¼','wp-includes/css/dist/nux/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/nux/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v(\è\í–\Þb\ë JI%‹\ZV',_binary '«¸’³ò\ÇÁxE·g™‚™$\0K¢¥	\Ì‘3`\È\ì.?','',0,'?'),(_binary 'R9TÁ®¸\àN/€\Ã\Õ\Íg','wp-content/plugins/wp-rocket/assets/img/imagify-install.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/imagify-install.svg',0,_binary '=©£ú\é\Ù)\Í]£Q•(',_binary '=©£ú\é\Ù)\Í]£Q•(',_binary 'I£^/‚ Eg\éA_¡²v\æZ’DU½õ\Íò,õþzhl.\0','',0,'?'),(_binary 'R\ÊÁCol_ž„Å·\âPÀ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/WmxSitemap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/WmxSitemap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';|.@S®a¹J¶®',_binary '\â3\ëOšk4ºW¢}rSµ¤S&[ø1\Õl\Î@‚š\ëð\ï¨\Í','',0,'?'),(_binary 'Rƒ\Þt˜Dñ\àD¤j‹D\Ê','wp-content/themes/houzez/framework/options/remove-tracking-class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/remove-tracking-class.php',0,_binary 'r¡\Å\r\×\È&²½\Ðü}­\å',_binary 'r¡\Å\r\×\È&²½\Ðü}­\å',_binary '2p`œ<)Lb\rRÈ±­†’}Â…\ß\Ëb\Úþ˜GO-','',0,'?'),(_binary 'R	z°\ØB%\æ\èzœ\ÃM','wp-content/plugins/houzez-theme-functionality/elementor/widgets/icon-box.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/icon-box.php',0,_binary '\É3\ç6t¼Ý²\ÐT{„Ìªn',_binary '\É3\ç6t¼Ý²\ÐT{„Ìªn',_binary 'ôÒ¤i7Z«µo\ã\Õ\ZŒhÔ¾\Õ!\'²£bl””','',0,'?'),(_binary 'R\n`Šl£\ÐóOY¹\Þ\ÅH','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDimensionValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDimensionValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åb„/›’ž5pQ\Òöª€¬ù',_binary 'B1m\'¤†,©A\ïD\Ér\Z\èK\"¯ú$‹`V\ç	3ÿ\ÄD¬','',0,'?'),(_binary 'R\àP¹cZ•“\à±\ãbŒ','wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zô¸ž”ŠJö§ô\æ\ßi',_binary '“\ä{þ¾\Ý]¿{û†\ê`“\Í\ÈÁ\áj\Ñ\ÓønØ§1*','',0,'?'),(_binary 'R\ïº¸\ámñ†vK”\Ñ3R','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/NullLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/NullLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l©\æ”mTr­\è\É\ÅŽ%w\'',_binary 'Du\ÉüTÖ‡\Å¬µ%\\qødm·Œ\ÎwŸ4š\îÎ¢','',0,'?'),(_binary 'R {µ‹\ÆpôH*¿\Ð\0','wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[t\r\Ì\Ü\Ç\ä-2IF÷ü8',_binary '4…\í2A&\á†÷19K¯WÁ¸4“z{7\Ùò+ƒ\ï­`','',0,'?'),(_binary 'R3ð¸Us\ë3\Ã\È}T\êœ\ÛÁ','wp-includes/js/autosave.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/autosave.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉòÇ‹ücJönûH¬\'',_binary 'òþT%\Ä\Ý#€5rý„¢ôc5¿\Åê˜©Œ·\Ù\Õöm7','',0,'?'),(_binary 'R8y\í\ÐøÒžç¶„\ïªÿ','wp-includes/css/dist/block-editor/content-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/content-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!¢\Z\à\ê\ÞLLÆ¿õ?¦',_binary '5W¾\rµQŠ?«+_\Ä.ÖªTO\ì“JÙ‘\Ê)$\rËš½?','',0,'?'),(_binary 'R92smR\Ñ\Í\îÊ \à\é\Ü\ëž','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tl\0\Ïe°\ï&.d\nfð\Äg',_binary 'ÿ“¦Zf\åò²eº“L‚†\r0K\ÚLÈŠò&´‡','',0,'?'),(_binary 'R:×»\Ï9­¬¾eð\Í\ãž','wp-content/plugins/redux-framework/redux-core/inc/themecheck/lang/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/lang/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'R@›z…¸´+\Ý\Þ\'P\Æ?','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GñRxC\È((y¥iº‹p€',_binary '\ß6\Ã\Ò÷ž(µ\ëüJüf‹\èEMO…\Âü£aR\Í(\'\Í\Ú','',0,'?'),(_binary 'RIŽð\0¼\Êû`\Å;´‰óòz','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min-1-24-4.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min-1-24-4.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø”8©\ÕÁb†d:G\î}a¦',_binary 'WW\n‡\à%\ãxn\Ì¨\ße\ÃþN†°ü™A-\Ýk\âöV»','',0,'?'),(_binary 'RO\0z‚K”Fû0—+\0`','wp-content/themes/houzez/property-details/address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/address.php',0,_binary '¥I<“\Ã;ÉŽzŒDè»©',_binary '¥I<“\Ã;ÉŽzŒDè»©',_binary ' ¶i$+”±P’4\r	¯«\Ï\ãJ˜°.i9\é\'®²W½¾','',0,'?'),(_binary 'RQ÷b7f§\È |~Û“†(','wp-admin/js/widgets.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4®>¸A\ÅP¿P\Ùu4Ä„\Þ',_binary '‘°§º\Ävý5áªmÑ”\"-ò‘²*~`\Ñ`Qg1FÀ\Ñ/','',0,'?'),(_binary 'RV\Ã`þ„\Ý2½ Fy%ñ','wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Da\Õ\Ôy°\ØÀyÿ\nY',_binary '\ÇxòB\Ê0F…¯e±·£…fŒ¤ƒº(Ì‰g\Úô\Ùu¹\Ñ','',0,'?'),(_binary 'RZ&\è\Ù:§\Ô~‡oy','wp-content/plugins/revslider/public/assets/svg/action/ic_redeem_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_redeem_24px.svg',0,_binary 'È¾\á|£™§sOÀ#4cŸ',_binary 'È¾\á|£™§sOÀ#4cŸ',_binary 'Uºb\ÞTùL\Ô¿\Ñ\éržg$\ÏT)\\w·\ï\è^³X\Ç','',0,'?'),(_binary 'Rb°­\Ç[Á\Üe\í\áŠ{','wp-content/themes/houzez/framework/stripe-php/lib/FileLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/FileLink.php',0,_binary '¾]\ÆðHQýžx2ˆ%',_binary '¾]\ÆðHQýžx2ˆ%',_binary ')Ž>$‘c´c(—\ÐIªZ0W\ËýDa‘¡\ÕÒ”ôz','',0,'?'),(_binary 'Rhz«°\É%‚s!Ó‡Vd','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“6.¡¥V\çhçŒœ¸õ/',_binary 'D\î­oF|\Ð8\ã)õ\í!¿\îQ>p8k~Á2þ{oY\\\ÈhsU','',0,'?'),(_binary 'Rj¦qñ¡IÓ\Z®Y&ý','wp-includes/sodium_compat/src/Core/Curve25519/H.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ\î\Ì0\rJ`X\ç½\"8¾by',_binary 'oHi©¿YƒN3	>­\Å÷ô\Ý_”\Õöœ¾JŒ,®·–S^','',0,'?'),(_binary 'Rk4‹t†<\àúBƒt\Ð\'','wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner.php',0,_binary 'k]\Ñ\"†€¢®Em‚',_binary 'k]\Ñ\"†€¢®Em‚',_binary 'a\Í{d9|“ö™0 ˆ·%÷b¥¬¥\çM™\ÝÌ±','',0,'?'),(_binary 'Rlµ,š\æl•ý%%ò’£.','wp-content/plugins/wpforms-lite/src/Admin/Challenge.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Challenge.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q®Mûú\ÆFŠð\ÛÕ„<v',_binary '\É\á›‘‹ÁÍ¿…Ÿ\åP\Ú9\ÙŽùo\î\ÞlA\'\ËN$±','',0,'?'),(_binary 'RnŽð\Í2äª¬\'aœ\Ä','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/functions.php',0,_binary ')i”,‹Cˆ³´Ø¢\ÛÓµ',_binary ')i”,‹Cˆ³´Ø¢\ÛÓµ',_binary ':	|¾‘ñ\×ö:«¿™ó[†òk\É\Ø÷¶ 7í„¯ûr\Ô?','',0,'?'),(_binary 'Rnp5€T&}9W¸„!¤<\â','wp-content/plugins/google-site-kit/includes/Modules/Site_Verification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Site_Verification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\éd%]ó\á\ÇtÏBo',_binary 'jÑ—›\Ì$\éûO\âY\ë\Ñ…\Øhcl*þwêˆ\Å4m','',0,'?'),(_binary 'RppD½”\n¹J4\Ú\ï\ÆI`','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/class-redux-slides.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/class-redux-slides.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r¯{Ú¤J@À\ÛWü±\ãƒ`',_binary '\Î[ü‚ôV6e\Âý\É8(jk$w¥ÝŽ•\ãe…\ß\í+œ\ïŒ','',0,'?'),(_binary 'Rq\ÂVõ˜®\Þ;¡\éSúJ«v','wp-content/themes/houzez/framework/stripe-php/lib/Service/ProductService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ProductService.php',0,_binary '×	RËu’\Ê\Ê8b—\Z',_binary '×	RËu’\Ê\Ê8b—\Z',_binary 'x=5\Ûo{XA5@\ÒóŒ\ÙCøtÖ°nú¯Z§\Äð¬6U','',0,'?'),(_binary 'Rt;‘M-\Ü$\Ý\Ó\Úz(C','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/ReceivedDebitService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/ReceivedDebitService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü.rÊ•è©£ŸÁºð{j',_binary '\ÏÁª»]^=Z/2¦\"g/\Åb+HYŒf“Âžø#¯\á¹','',0,'?'),(_binary 'Rvo&\Èy\Ê·&\r^‚XŠ','wp-content/plugins/wpforms-lite/assets/js/admin/email/settings.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/email/settings.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆb±ƒa2xPs«¨\å',_binary '¤\Èl¼ -Sw¨fPX]-§Æ¿5\'\Õ9è¬­Á0¾','',0,'?'),(_binary 'RŽµú1?™ûˆY\ÓVDt»','wp-content/plugins/wordfence/lib/.htaccess','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/.htaccess',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£E\"xK\Ê\ê{\Ç8ödS³',_binary 'C‡¾ö½\'r…9½\ì@\âK¡Þ†t¡ª™ö\â§w#@kº','',0,'?'),(_binary 'RŽ\éÄ¢•AöYH¦\Ó\Ø','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P_:)q\Ø¨`{¸#',_binary '†¢¨À°¼¦ò\ê\áiÿbN)Ö‘Q•)S#7ù‰‚¸.','',0,'?'),(_binary 'R“b:Z³Kµ\ç“ûLø','wp-admin/js/application-passwords.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/application-passwords.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'BÀ\"5pC\05¾Ÿ¸P;\ì.',_binary '	»>WÌž6ºõ²6\çÀ¥ö}{³F\Ê+*°CWVŒJ','',0,'?'),(_binary 'R“”´\àq8U\éÀ{\0\Åô','wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\\9qP\ru!\Ýs\ÐD',_binary '\ì\Ø\Ä-rhC\Ü*°Ž³¨?¯Ó¨o :Ã‡¢o°ÿð','',0,'?'),(_binary 'R”²A”\É\ÆH=€\ÓW\Ã>\åa','wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q‡ö0\0N†œ\ÍD	\ÝFª',_binary '¹Slþ§fA\× O¿	\ìw|=EBÍ\ëDf²­‘q','',0,'?'),(_binary 'R–x®4Mp@°9u\nÖŠ p','wp-includes/images/wpspin.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/wpspin.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ•$ª°©õn\Ü\Õ4H{¿³',_binary '-*z\èn·DÁ,\"aH\çK³H§rÞ±~\Zy\êô\Z\Ü%\é','',0,'?'),(_binary 'R—§|Rx/\ãbzn9\0*\ÑJ','wp-admin/includes/plugin-install.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/plugin-install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\ì\Òbú\ØKMõA.\ç¬þ',_binary '¸f7hð­¯¼\ÑÁ\Ãx\Ó(\Ê@¥\Ù\ä\â\èª\å\è\rl','',0,'?'),(_binary 'R˜%¤ŠýœL\íˆ\Ì\æ}ž','wp-content/plugins/wpforms-lite/src/Admin/FormEmbedWizard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/FormEmbedWizard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì\'‹Ir\ä0ÉŒ\äV2¾{÷',_binary 'e8e\à½§\ÚI\×øYÔ—W_’Üši\ÕFwu\'™\ès\Z','',0,'?'),(_binary 'Rš¯\Û.fLP\Z\æ	_•\ê','wp-content/plugins/redux-framework/redux-core/assets/css/colors/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Rš¿ºS\Ò\Ã+\Ãõv1\î\Þ','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1k\×5 È…üc#¨¡¾\î',_binary 'k\\0±\ZÎ¢h§œš¯gYv«``Î–y¬»\Ú\È\ê^µ','',0,'?'),(_binary 'RŸ\Ï\â%8•wË¯»\ïK','wp-content/themes/houzez/template-parts/realtors/agent/social.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/social.php',0,_binary ':/õ¬\n\È42\Ü)¥C“',_binary ':/õ¬\n\È42\Ü)¥C“',_binary 'Ý ¥\Ìx,\Z\"?ñ-\î_bµ´–‹O£²˜\Öo;\ç\ê\É','',0,'?'),(_binary 'R –\×ð|2­“«S¾ž\ÖO','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_20_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_20_24px.svg',0,_binary 'Ü³]Y¥´1+¼4$\Ó<[½\\',_binary 'Ü³]Y¥´1+¼4$\Ó<[½\\',_binary '­™3}<_‡\Ä.ö^—j#fú\Ãw€œB\á_\ï¨\ÎOj','',0,'?'),(_binary 'R¢E-˜%\ÙTÀý{f','wp-content/plugins/houzez-theme-functionality/elementor/widgets/listings-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/listings-tabs.php',0,_binary 'ØŠœ ¥€\æEÎ–SR$',_binary 'ØŠœ ¥€\æEÎ–SR$',_binary '\Æ.ø®w Áv]‘&œ½‰5ø¼ wn\ã\\˜þ\èL	<š','',0,'?'),(_binary 'R¤!Kv9€¥ó‰\è\íy\è','wp-content/plugins/wpforms-lite/assets/js/admin/education/edit-post.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/edit-post.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1ž;\nÌ¿&%¾\Æx¯”‰',_binary 'Àp}¥º÷—\ÍÎ ¦ø›…_·\\d\Ô\rñ\ï`˜','',0,'?'),(_binary 'R¯\\SC¯|ju\Ó9µ¿A','wp-includes/js/media-grid.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-grid.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'RÁ=^/„ò}f=’b',_binary '=Kø?ÕÁtÀ\äü]ÿ	ý\Ã\ß\Ùy\"¹*’¶™@yT_„ž','',0,'?'),(_binary 'R±Nk.‰\Îùªõ>\å~•','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/class-redux-users-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/class-redux-users-api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' À\Ìt\æ¤\ÉxœP\Ù\Ë\Õw',_binary '\è\Ì\\\á\î#Ù€A?\å\ä§\íq\ë½\É\ßpƒ°«œ®“©=','',0,'?'),(_binary 'RÂ¥ø²®\Í\ÊLeýq	ð&\Ô','wp-admin/js/user-suggest.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/user-suggest.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jlõ,µf.\ÏVh…\È',_binary 'Œ—\ZÔ‚	8§Õœg\\°ö—“IS½€ª\Ëôã‚°6¥‘\Ö','',0,'?'),(_binary 'R\Ê\ÈÜ°oL\É8~\\\ÊlCR','wp-includes/blocks/audio/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Âz…“#\Ù@Ï›\á\ä\á\0v',_binary 'Í²Š\â\×CO\Â\ÍRÌ‹©<l%\Ânó’\Z¥S>ø*','',0,'?'),(_binary 'RË´\îz\é%-<­¶£','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UserRef.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UserRef.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡ucZy«q™±O0/',_binary '\\ôh<©,>*¶[\Ì~3N@ÁWŠLŒ/i\ä$E¾<','',0,'?'),(_binary 'R\ÔGc\×ø+$O‹·ºoX~','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ClientData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ClientData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´y0\n<\Æcî¤¾“œ\ê\Ð',_binary 'ˆ[Gm`ÿo\ÓC±“EN-24\Õ\×\Ò\ìQPš›C³\ëC','',0,'?'),(_binary 'R\Ô|À.i\è½÷²P†«','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\ê:ŽŠP¼\'Q(öÌ·9ž',_binary 'E÷Up\Ìô\Ü@G\ì»iûLwÎ¾·]]58\Ò¢U‘!\ä','',0,'?'),(_binary 'R\Ô\ä\ÞýxZ‚)\æ\ß\ë	yú8','wp-content/plugins/houzez-studio/admin/js/i18n/hy.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/hy.js',0,_binary 'ð±\åÑ­)\ï[\Ð\'I½t›',_binary 'ð±\åÑ­)\ï[\Ð\'I½t›',_binary 'W3OÇ»e>ñ»:dª´3’\r“C\Þ ö¾÷\Â\ÝZ\Õ','',0,'?'),(_binary 'R\Öþ¶báº²\\¶=¾\ïøÆ¼','wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',*\Ë9¦pD\í¾\æz\éTµ',_binary '¦—\Ù~‹$E.\Ñcb §\É%ñ’Ur\è…Á\ÝzW¦þ‡','',0,'?'),(_binary 'R\Ù\Ã&\Â*>zXM£ˆ','wp-content/themes/houzez/inc/blocks/class-library-source.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/blocks/class-library-source.php',0,_binary '\ïÑ–¶¬`\ëŸfG¸>b\ä',_binary '\ïÑ–¶¬`\ëŸfG¸>b\ä',_binary '\nŸ™P,©]–V§U\ÌkN@¸jd¸ñ,\áQ$\\\ÚA(“','',0,'?'),(_binary 'R\ÞY]V]™)GO\ë\Í','wp-content/plugins/revslider/public/assets/svg/maps/ic_near_me_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_near_me_24px.svg',0,_binary '¾‡\ã%|û±3†˜÷~u',_binary '¾‡\ã%|û±3†˜÷~u',_binary 'm\ï\è9‚¿\æ½\ß\'\å\Ú\æo¬YôY\ÃI{\æƒ\èr','',0,'?'),(_binary 'R\á\Üt_p\â`7Ÿn?\ìô','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'cc¾©oHš*\ZLš¶\æk–',_binary 'TQŠK¶A-\å8ý:\Å{1UKE}\à\ë\æ\ì©\Ã(\Ä$Ð¾','',0,'?'),(_binary 'R\ãH\r0ü!„d‘?c&','wp-includes/widgets/class-wp-widget-categories.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-categories.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þô†bo\×fOÕ³K',_binary 'ôjc\nóy\Ä;~;\Ø3RH¬3z4Uð¡²²h‰ûG','',0,'?'),(_binary 'Rç¤„\ÂXÈ¯~Ë¤c\Ü\è‰W','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_size_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_size_24px.svg',0,_binary 'x\Ü/\ÈZ\Ý-\ÕFð©´B»4',_binary 'x\Ü/\ÈZ\Ý-\ÕFð©´B»4',_binary '\ny?Ü¾Ž%\îaÀ,49Ä²y\'¡¼¢d¢;¡\ãF\Þ\Î/ý£•','',0,'?'),(_binary 'R\è\×G5Ž­²µto\Ö$o','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z\\•¿3\rfKct­¹L\Ú',_binary 'l\ï9X.€¾ˆ(ý‚À ›\Ñg¡\ß\ÂZþºSJ:(‹*','',0,'?'),(_binary 'Ré‰®\Ê\âü¼¡\ÓR\Z\Í{T','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éGn\Ã³¤fŠ\á\Î\ïø',_binary 'K®$™4K3èœªD‚eR\ç\ëu¾(òó.fc¶-qL0','',0,'?'),(_binary 'RîŠ“Ï°À¬q7eJ¬1','wp-content/themes/houzez/js/vendors/i18n/defaults-it_IT.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-it_IT.js',0,_binary 'uC\Ï\ß\èc‰º\á1Àñ–k“',_binary 'uC\Ï\ß\èc‰º\á1Àñ–k“',_binary 'Jñ\í\ê!¤\ç\ÔE8\Ârz`r\É:´\ÞSj®ñœ\Ó\Øÿ1','',0,'?'),(_binary 'RûK‚ºÁ1¼Z\í&°Aý','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„0œ‡_ï–´\çs7=I\æÇš',_binary ' y^$‘\éJš²z\ç¥z1\È!xƒ\Z¹ƒ\æðñ†','',0,'?'),(_binary 'Rþ .\ã9j\Ø.›ú\Âp','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php',0,_binary '­\ÃÏ¢n7K\ä\"\ç',_binary '­\ÃÏ¢n7K\ä\"\ç',_binary 'ùŽ\×yS¬/\åJú\à>L€§#IÆˆ\Ãñ´jýÄ½\Æs','',0,'?'),(_binary 'S?¯d\ìxS“•\àÙŽ@','wp-includes/blocks/query-pagination/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A˜\ÒLò\â\æ4\ÊvKöpA\\½',_binary 'UÏµ\Ý\ÚRxvqÍ§\æ\Úö%Î‰z\Ðu*¥¾\è«öl','',0,'?'),(_binary 'S	Ãªô¾÷ò2ðÍ®\"ñ','wp-content/plugins/wpforms-lite/assets/images/community/announcements@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/announcements@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò\ïw¹a–TÁÍ¯ª‹ûB&3',_binary '\0j>¸n_Õƒ7g¼Á£W\è\Æ\èim!ZOEöTx2A','',0,'?'),(_binary 'S%Mä‘±\àj»7+PAKŒ','wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Áq¤.7,¢€²{VÍ‹bQ',_binary ')X–6ª\è1¯\Z±2\Û¸Í´Uc¯\Ã{ŸÏ±\É\çw\Ï@?†T','',0,'?'),(_binary 'S¼4`Zú8\ZôMi\0','wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹k5÷œ÷ \æ\æ/\Æhl±\á*',_binary 'y\Ë\Ó´¬´±\Èj¬ò\Ø/\Û\ì9‰\É@\0Â–¦\É\Äh‰','',0,'?'),(_binary 'S\r\íUkù~F¶¥‘b+s\è','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì\"aBý]9\r9\ÆùxC',_binary 'nª³Yy\Ì‘\"\0÷´ÿ\nd#.eg5ú6\Äd\\¤\Ë>^','',0,'?'),(_binary 'Ss\ï\ê\r]2²iO\"À','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ServiceProvider.php',0,_binary '\0–P¯I\æU\ÉFl',_binary '\0–P¯I\æU\ÉFl',_binary '\Æ/!²Õª·j‚f¨G¥|G«_fIûi\Ô\Íñ\'²\Z','',0,'?'),(_binary 'S)\ÚÁn&Uº0Lºô\0','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckFinished.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckFinished.php',0,_binary 'º5€\ßÿ»‡³ß…ô$Zÿ',_binary 'º5€\ßÿ»‡³ß…ô$Zÿ',_binary '\ÒsM6Ø¥jX@V\Ü?…`^«Ô®aÀ}Õ®\'n.KA','',0,'?'),(_binary 'SVf=ª1_Mwžr>\"J\n','wp-includes/blocks/comments-pagination/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*n,«\éZ~t<4˜’\ìAô¦',_binary '	\Èx{·]“\n_Y\Îo\n\Ã\Ø\Ïwþ\És{Š-²\"E\É#ªœú','',0,'?'),(_binary 'Sž¢¬\Þ\Ö Ÿm€\Â4','wp-content/plugins/revslider/public/assets/svg/action/ic_visibility_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_visibility_off_24px.svg',0,_binary '/\ÃújÂ•Æ®Pû\æY',_binary '/\ÃújÂ•Æ®Pû\æY',_binary 'g5|h…º±\È$\ß\ìLü„i†óg\àn\á$6Á«™¨gˆ','',0,'?'),(_binary 'S!7òY*e4\ãJþ‰\ÐS','wp-includes/blocks/comment-template/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-template/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÝL0H‹Às$”8\Æ\"!\î',_binary '·\Ú\ï÷>GÁ\ài\É€d\ìñ°\ìúV¾\Î À5µ‹\Õuv4','',0,'?'),(_binary 'S!wnN7M )\Ïm]¡e','wp-content/plugins/updraftplus/images/icons/folder.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/folder.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\0š!\ÆTµ<\ZA±\ê\Þ^0',_binary '\Éôð3¯ˆQûA r(ò}¸lè—ªœ\Ã6\"|lúL@','',0,'?'),(_binary 'S+\\ÂºŽ]ò8\Ë5bƒ‡Ž','wp-content/themes/houzez/template-parts/dashboard/agents/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/agents/main.php',0,_binary 'Iöùš3‹\ÚÉ€z`\è[',_binary 'Iöùš3‹\ÚÉ€z`\è[',_binary '\â\àóM<8!a…WCai¬!4\Þº±\Ï7%','',0,'?'),(_binary 'S.FÈ«A¾j®ÿ\ä( :','wp-includes/js/hoverIntent.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/hoverIntent.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ˜\âñ÷¦„¨Ò£þ¹4¶K',_binary 'z\Ý\\›:ÆŽ¬[4d`}{;‚Ñ•Áfx˜LÔ©ò=','',0,'?'),(_binary 'S0ôÖ¾\â\×K/17uüŽ\ì”','wp-includes/js/jquery/ui/selectmenu.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/selectmenu.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì\ÃÔ¦_\Íó\Çþgÿrm-ª',_binary '£OB\Ð\Ä –®x÷u€Nó´B½\Ü\Ã>q9Zxìœš\Óv…”¡','',0,'?'),(_binary 'S1^{qD1³\Íñy«ŒŠ_H','wp-content/cache/wp-rocket/point2listing.ca/digital-marketing/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/digital-marketing/index-https.html',0,_binary '`\ïÛ‡¯]Q\ÆJÀVç´²e',_binary '`\ïÛ‡¯]Q\ÆJÀVç´²e',_binary '£6FÚƒ\×\ã	Çµy£ÛŸ\ÎC·jFµñp\Õû\Û|Þ¬m','',0,'?'),(_binary 'S2\Ñ<\Âjó±£O²Dª“','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/denim.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/denim.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤\äX¡÷\ë\ËP\Íé“1½',_binary 'ðHD†\ë?8¦$¹9A®d™;\å\Ý\n–\Ò{\Üf;g','',0,'?'),(_binary 'S7\Ð\ZZ\í]^75\nmü','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/WP_CLI.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/WP_CLI.php',0,_binary 'š¢ý–Œ( O	#9\ÈV…\É',_binary 'š¢ý–Œ( O	#9\ÈV…\É',_binary 'ªEM}cNõ‡nv©¼)ŽƒMˆ \Ðö.›ÁuõRž£\Óä¹','',0,'?'),(_binary 'SC†$\Ñ0\é\Z\ÃÃ‘H\í»','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/easy-digital-downloads.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/easy-digital-downloads.php',0,_binary 'jB\é\âz\ÄG=\ZCU\Ç',_binary 'jB\é\âz\ÄG=\ZCU\Ç',_binary '®\ÖÃ¨+õ÷@HY§¬=\'%;\çh\"­I@4ÇŽ4|Õ˜I','',0,'?'),(_binary 'SE$\Ì\Äúˆ¬\Ò	÷\Ãn','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-universal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-universal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñüJz„uƒ±\Ú\nó?\ÇiX¨',_binary 'Ý²?m\ë’B;&\ß\ÔŸg‘!{ý¯(”\Û\ësø\í~fŒ','',0,'?'),(_binary 'SE.+f¡b”Y:S\Z°','wp-content/plugins/houzez-theme-functionality/classes/class-invoice-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-invoice-post-type.php',0,_binary '\02\ÏtÁrÏ¤1¯‡¥fE~',_binary '\02\ÏtÁrÏ¤1¯‡¥fE~',_binary '\\N˜^Ó„‘ÀX\Ódr¹°l›\ÐÀ³\È\Ý-eR_O\Ü•','',0,'?'),(_binary 'SG\ÓUX;JgPú…Baˆ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-columns/class-mb-columns-processor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-columns/class-mb-columns-processor.php',0,_binary '½}\éP`KŠ(M”\æL',_binary '½}\éP`KŠ(M”\æL',_binary '\èñ\Æ3cBÜ´±“¯^^>6\éSºÝ£¡m}qÝ‡~üÙƒ','',0,'?'),(_binary 'SG\ê£;Tœ@t/N<\É\æ\ê','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/emblem.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/emblem.svg',0,_binary 'h¿¬\Å%V+\'€L÷5',_binary 'h¿¬\Å%V+\'€L÷5',_binary 'À§\Ò)\0·8\áü¸\çþ!PE\Ê$lX;ˆö\â\åzD)³3\Ñ','',0,'?'),(_binary 'SRrF\ç\Çõ\æ\ãy¥!','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/DateTimeImmutable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/DateTimeImmutable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ\ê¥-žÎ¦\äÊ¥ò{',_binary '÷†ø¥`3˜1qO]ý©¤¹´n\È\Ø~;od¢Ë“A\Þ','',0,'?'),(_binary 'SUy¹VCN·EZ3e\Â\ØÞ¹','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/sale-sign.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/sale-sign.svg',0,_binary '4\Ú\à 9¡h	½\ë[Œ\Ô+\Ñ',_binary '4\Ú\à 9¡h	½\ë[Œ\Ô+\Ñ',_binary '\Í&ý\Õ\Ì\å\Ô¶x¼ü>\è\Ç}[‡€\ÙÍ£¸¿þqJ','',0,'?'),(_binary 'SX+7\Êû1?\Åõ\Ï\î-','wp-includes/js/jcrop/Jcrop.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jcrop/Jcrop.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z‹ý7e½¯¼ò\ÍQ°%K',_binary '!ˆŸ@¤X—7JÅƒÀ\äþ¼p›3K\Ò;S*!¸õ°L','',0,'?'),(_binary 'S_aór9‹\áƒ»zõ','wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&E\Ù$A\ç:7ŒŒ–\à{',_binary '4¡V<÷\Ê‰^\ä\Ñ\ì-|6‚\×\ê\îb\èÀH.i`P','',0,'?'),(_binary 'S`Í©x£¾7\ÂñGtDJ','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6\ã\åùË¨%žp1’L\×A',_binary '\Þ\ØÇ†Î£$`B“\á\Ê8e$;<ªÀ¨g\Å[?3~µ1\Ý','',0,'?'),(_binary 'ScGö{m´“$ô,f*\ä','wp-content/plugins/wpforms-lite/assets/css/admin/admin-splash-modal.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin/admin-splash-modal.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F½\ÕH\Zs‰`ª¡p—A2\Ä',_binary '\ë|#±oTdu‹\Z$ñ€¾\ÆVgev\ÜoG\Õ59‡l\Ý','',0,'?'),(_binary 'Seu[\æ]J\\—9g','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/productionSite/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/productionSite/index.js',0,_binary '¡l¥l®°e\á1¨\á› ¬',_binary '¡l¥l®°e\á1¨\á› ¬',_binary '9\Ç76S¢“r\Âg\ê“\Ï/¹\ì\Ú\â¾X‹\"*”Pñ¡¼”¿\Ì','',0,'?'),(_binary 'Sj\á~6›{¨€œÁ‚X','wp-admin/css/colors/modern/colors-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/modern/colors-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fiKS\ëðS\Å	£Å©I†b\Ï',_binary '`ò‰ q¶\Ö!\Éþž\ã™\ÍØ¡“¢©¨ Gƒ\â,','',0,'?'),(_binary 'Stœ$ŒK\ÊYb!¥N‚x\r','wp-content/themes/twentytwentythree/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–2\Çh(B¬Uq[{m\Ì',_binary '–½zˆP¹ø6#¸\â\rm2\à¦#MÌµ{s\0\Ê+A','',0,'?'),(_binary 'Su\Åicü\0­Á®\Ìñ\ÖÕ—','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Cohort.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Cohort.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª¶3Ktb_p`>Z|',_binary 'Š8bÝ†m\ë]\í{\Æ+\0>\é>u\Ï\Â\nG¯\0©FJ©\'›','',0,'?'),(_binary 'Sv\à\Ò$#Àœ§.ˆ\Â]','wp-content/plugins/revslider/public/assets/svg/action/ic_toc_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_toc_24px.svg',0,_binary '\èF\å\é\naD<\0§Œ\Êu·\Ö',_binary '\èF\å\é\naD<\0§Œ\Êu·\Ö',_binary '\×M¾\Ð\ï2Ÿ\Ñ\á*™R3\Õ;\àj\Ø\Â\à\\\Æ\êCj\Å','',0,'?'),(_binary 'Sx3½igr)^F‘H\Ó\æ','wp-content/plugins/elementor/modules/apps/admin-apps-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/apps/admin-apps-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹I÷\èrÀZ\ÎeT¯\Û\\\'',_binary 'q\re·%P\Ï	¿´t\Ô 7Ìœ«²óù€•	‰«”tzÑ›','',0,'?'),(_binary 'Sy¬ý€DXP^1W\n)2','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PushoverHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PushoverHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$ü¤~¦\ÆÿA\n\ß@»\Zõ#',_binary '‚¼\ÐÕ°‡¹\Æ;£†šjô;ž)£ Nri/7Ri‚ú8\×	','',0,'?'),(_binary 'SzW\î\ì¥NKUS\Ñ\æ','wp-includes/blocks/calendar.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/calendar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á³\Óa¢d(G¦®\ËÚ§R*\×',_binary '\ér»’soº?À+­…vL¶½\ÂA\èT\ÇkÑ®<Ø¼³ÿ','',0,'?'),(_binary 'S{\\pö@rF\ì\í¸<ª>','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/Cloudflare.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/Cloudflare.php',0,_binary 'yW|\æF–‘klE]£ŠYÅ›',_binary 'yW|\æF–‘klE]£ŠYÅ›',_binary 'Ci\Æ\Éb\È(E!\nyxT\Ñ\nN8;Vp\Ñ\ÐR­¿','',0,'?'),(_binary 'S†Gðõ\ïWˆ?\ì§pJ„\É','wp-content/themes/houzez/template-parts/listing/partials/room-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/room-v2.php',0,_binary 's¤L¸X\Ï	º\Í|‘K\r!',_binary 's¤L¸X\Ï	º\Í|‘K\r!',_binary 'W¡y,?~t5V¢\0€Ø¨.V:KÒ°M%\æk g\Üù¥\ÑU','',0,'?'),(_binary 'S‡C\Þ½i1Û­ j\àù','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ\Í;ß—\"\Í\n…\àšñ`…',_binary '^™Q)7\Õ\Æ</EouOôŠŸˆDÏ·ý\Æ>k·','',0,'?'),(_binary 'SˆI€\å#/¤F~cQ\ç','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart03.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart03.svg',0,_binary 'ü†°\×\"\\»m\Å#\ÖYR\0',_binary 'ü†°\×\"\\»m\Å#\ÖYR\0',_binary '­ý÷}g%ªŒ¾Ì¦ø\åƒ~@\ã(B\ïF\ÆÓ»$ó:ª\Ó','',0,'?'),(_binary 'Sˆÿ÷\Üp\Ø>\Ù\ÝWr½YE','wp-comments-post.php','/home1/arxacomm/public_html/point2listingcanada/wp-comments-post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßA›\ë¢J¢3™^!ø@Dx\Ë',_binary 'w\ì\Ø\Ë\ßs¹n‚8¶\ë’\è`ùwñúñ\É\í\ç\Üi\ß','',0,'?'),(_binary 'S‹S¯4øsaKb','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheInterface.php',0,_binary 'Žúa=aõ\Â\ëÜ¬Iý)\è÷',_binary 'Žúa=aõ\Â\ëÜ¬Iý)\è÷',_binary '‰¾Nó!%\ãÄ‚‹¶<|(œL/Ôµ1\Ìÿ¿b‘\æ','',0,'?'),(_binary 'SY15	\äH_F,','wp-content/plugins/wp-rocket/views/settings/mobile-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/mobile-cache.php',0,_binary 'Í”]ø\Õ*•2i4]N\Z³',_binary 'Í”]ø\Õ*•2i4]N\Z³',_binary 'ò\r#€\ä\ÝbÑK\ï–\Ï\Ï]:”0÷\ä}\Âg¯ö‚ö','',0,'?'),(_binary 'S“Œl¬+d{õ\0%\ÊL\Ü','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÙüA‡\ï\Úvµq©›`\Ö',_binary 'ÁhCbb\"(aE\Õþ\Û´ómsH^\ÂVSA\Ù2Ä¶l','',0,'?'),(_binary 'S›p&‹²AÝ»S½‡ÿ‹','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O$`­ø»h`u.¾Tœ*',_binary 'M®\ßÌªÐ·¬3\Þ\Åÿ\Ö\Ë{W\ï\×.\Úp¬˜Iüÿžƒ:','',0,'?'),(_binary 'S›P\Ì}ý(\ç¦Á\å','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListPropertiesResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListPropertiesResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' E©¡˜\Ð\ÖI©¡Œ2',_binary '•Q\n\ÆCWP*»WV§?;Œˆ:ú\Ì\"{Û¶QB\Ì&\Ç','',0,'?'),(_binary 'Sœ1\Ö\éÚ˜‹\ÐÔ’\åý,','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/Encryption.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/Encryption.php',0,_binary '\Ð:Áø\äV†[±aO\Å%0,·',_binary '\Ð:Áø\äV†[±aO\Å%0,·',_binary '~\ä$S¿—t¿ô®\r\ØWýN~D‘\ìû\Ò¯Š}\ÃV”\îÁ,','',0,'?'),(_binary 'S¥´t\ç ð\ÆJ\è9©ý†G','wp-includes/css/dist/block-directory/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-directory/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü‡t˜«/:)ª †o',_binary 'J]w(ÁX	\ÚÀa\Ï\áL 7_¼5\ÖZ\Õ}öÛ°&F@/','',0,'?'),(_binary 'S¦ŸŒñÀ²++¹\Éþ\Ñ)y','wp-content/plugins/updraftplus/images/icons/pcloud.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/pcloud.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b0\Ë 1ïš‚ùBr\î4€',_binary 'y~\ê©\ëO~ž»À£`\äP\è>dmƒz\æPe!b6´\×','',0,'?'),(_binary 'S¦¤½ˆ½8*³-˜\'tˆý','wp-content/plugins/houzez-theme-functionality/elementor/widgets/grid-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/grid-builder.php',0,_binary 'ú	\ëe¬\Äpx\ÍW,”',_binary 'ú	\ëe¬\Äpx\ÍW,”',_binary 'v\Ôm/:\Ñy\Ì\á\êQÃ²\ì\ìj¯9J\ÃN7>E\Û|\n\Ú\Æ|','',0,'?'),(_binary 'S­“ù\n\ápÞG%­','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•]_\åŒ#Dö´\0óƒµ\â',_binary '\Z ŸøÛ’ö%§4~N\Ù~Gh!b\Ø­:w‚˜ÉŒ¿™\'','',0,'?'),(_binary 'S­\Ñ`2Zw\Ú\ÈùÄœˆúE','wp-content/plugins/updraftplus/images/notices/sale_20_24.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/sale_20_24.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S^T#‘öjç†\â\\‰',_binary '¼.T)y£\Ùa,s¯\Ý\Úå€•X[\ê\é¼‡sY±ZvŸ','',0,'?'),(_binary 'S¯ª‰Fu½ðÍ¿h\ÍMú','wp-content/plugins/revslider/public/assets/svg/communication/ic_stop_screen_share_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_stop_screen_share_24px.svg',0,_binary '$\ã\Ü<tUð\ç\ß<ˆ\á',_binary '$\ã\Ü<tUð\ç\ß<ˆ\á',_binary 'K	\Ãc‡wb\×\ÛXE~\Åo\ã ­l¢¤M–7§\íf&˜ø','',0,'?'),(_binary 'S¸)ö¯¤1•¶…\íWaST','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-features.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-features.php',0,_binary '\ÂhW9úpK–Q\á‘=Qñ',_binary '\ÂhW9úpK–Q\á‘=Qñ',_binary '\íóe\Ðý¶s\å`1%æ¼¥J*™€Þ±Wú\Ë\Î1¥.','',0,'?'),(_binary 'S¿°\á\êBð£\Úw{\ãûN_>','wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\Æñþˆÿ\Ï—2=5\'˜',_binary 'Ô—\ß&IÙ¾–\åÈ¡\0‡\è\Ü	Š³P­–a!\\c7\ä','',0,'?'),(_binary 'S\ËþwW”½\Û@m\ÇG\"','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_222222_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_222222_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëæ¶*@¿œ¬cy¡Gu%',_binary 'µ\r%²§\"§\îXc}¨ô\É|ô}–Ä À\n\ãÅˆh^g«,!','',0,'?'),(_binary 'S\Ó\Õn®³²/oµ>|˜V¥T','wp-content/plugins/revslider/public/assets/svg/av/ic_queue_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_queue_24px.svg',0,_binary 'ø›ÿ\Ö\Ó\ÐrÄš\áK‚\í\ßÀ',_binary 'ø›ÿ\Ö\Ó\ÐrÄš\áK‚\í\ßÀ',_binary 'Ë›KŠiFŽ(ü6y\Ìv\Ès\Ét\ÜU\ëXV\ÈÄº¶A','',0,'?'),(_binary 'S\Ó\ÝyŽö\Ú@…”UL[\í¯','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-article.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-article.svg',0,_binary '˜\Êrk\\a\ÊK­\î\áþ\è',_binary '˜\Êrk\\a\ÊK­\î\áþ\è',_binary '	=\Ñ\Í#Ä¾\éF¤®Bbf0Sz–\Ùc\Ùg\Æ\ÇuUž','',0,'?'),(_binary 'S\Ó\äÐ¥\ï\ßõW ²cQq+7','wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I(0©\ÃÊšh“4\"±X²ø',_binary '\Ð\Æo\Ït~@:\Å\ìÎ‚\èÞ¥W\Î\ÞažŠu‡ÎÖ½\î \Ã','',0,'?'),(_binary 'SÕ¢U	 \Í\ä|¸\Ô{ƒnj','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ù»ýxd¯\ìä¬–i\ãûñ;',_binary ' \Úé££û¸À\Îô†C´0\è5wŽ\r\ÍXÁ“`¤\Ä%\"QP','',0,'?'),(_binary 'S\ÕýyS\ÕX\Z^ü6)ô\Ù','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Models/PriorityQueue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Models/PriorityQueue.php',0,_binary '=\×\é\\“ŠX\îr\ÂVM',_binary '=\×\é\\“ŠX\îr\ÂVM',_binary 'Œû¦SŸ=1;!\Z¨À\Z{,	£Ž:‰\Õo]¼?\ÍNB','',0,'?'),(_binary 'S\Ö2F[Fd<P©#','wp-content/plugins/revslider/public/assets/svg/device/ic_add_alarm_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_add_alarm_24px.svg',0,_binary ']4&?\r§R4¤šÁè»‰N',_binary ']4&?\r§R4¤šÁè»‰N',_binary '¨—Ñ•œ~™\î£=+\ê£:s	vbO5\Ç0.\rŠ#\Ô\00d','',0,'?'),(_binary 'S\Û\Ê&\ëaz8öJØ¶9§','wp-includes/widgets.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Uµ¢¶g…œ†\è¶',_binary '©i3Á‰µ\è×¦úÖ…²¶CÓ¸\Ý;\ÌDin\È&\"EQ\r','',0,'?'),(_binary 'S\Û#µ®s\Õ×¨b\æ›','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/910.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/910.js',0,_binary '©‡sj\ÝW‘Ô¡\"Ä¯³\Õ',_binary '©‡sj\ÝW‘Ô¡\"Ä¯³\Õ',_binary '†d¡q\Ù8ß l™\æŽ2\à”\'GÀh°WB\Üö\Ük·\åõ','',0,'?'),(_binary 'S\ßGôK”­!ó-^žwÐ¾À','wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡»B÷\í{\Å\êp\éiHD',_binary '\Ó#cK§Ì˜|*LH\Ã)\æ•7`‚¡&)s\êo–º80\æ\Ð','',0,'?'),(_binary 'S\ß\Í;Yd¥\ï\Ö\ÑI\É“JW','wp-content/themes/twentytwentythree/templates/blank.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/blank.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0x™z¹eF¦ÿ\ë=¼',_binary '—ž¯‘\nô#\×F\ÅV~\Ì\áø0\ÍQ%*LFk\ÊRŒ Ž€','',0,'?'),(_binary 'S\â`8lzñW¿9¬pòwI','wp-content/plugins/wpforms-lite/assets/js/admin/pages/smtp.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/pages/smtp.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I7°\ã#”¬‚2\éÍœ¦©',_binary '	¶.~\Æ\Æ` ð[\"~†,{Û·¼€Œ\Ú.\Ã\"–Ì·›EF','',0,'?'),(_binary 'S\å\ÕRC\æV¬ktz^lK\"','wp-content/themes/houzez/template-parts/dashboard/board/leads/lead-info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/lead-info.php',0,_binary '\Ârô\åg\êœ\î\Zà¸­ë“¤',_binary '\Ârô\åg\êœ\î\Zà¸­ë“¤',_binary 'h\'¹aˆš\æyq£\Z#\çÇ· 7Ž¥–\éÄ¿\éVÞ—\Í\ï','',0,'?'),(_binary 'S\ë\Äpm\Ï$\ÛUJž²','wp-content/plugins/wordfence/css/license/response.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/response.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V·’š€7iixWC›',_binary '\×\×\'\ç˜\Þù=¸Ò°»‚\0\×Ì€> ŠP\Æ5a‚\Ë	d','',0,'?'),(_binary 'S\ëE´±\ç¶\ßF~)ûù','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Media/Embeds/EmbedsSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Media/Embeds/EmbedsSubscriber.php',0,_binary '\èM;.Q¡”I8‡\Ï\Ý\ã',_binary '\èM;.Q¡”I8‡\Ï\Ý\ã',_binary '`8[\ÖJø‘¸L+PNb\ß\æ¹B(ˆ2õ\0ó)','',0,'?'),(_binary 'S\íŽ\æY\Ä‘¼\ë\ä±S','wp-content/themes/yith-wonder/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\"R(–¦d\ÅGrP±Ê¾',_binary '\ÂT\\ruT}™@(ƒ­\ç}\Ç:\æmçº‡¸ù¨`[ô\Â','',0,'?'),(_binary 'Sõ\\8z;«X¥\ë8\èü¬','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n†^@Mz9\îu<Hq?ð',_binary '±2 ‰B/\n\âžá†º™Ñ²\ÂtJ3\"³¨üÝ¨\0·7Î¹+\Ü','',0,'?'),(_binary 'SöK\â%h¦t\'±¢¹´v\ß','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_core.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_core.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—Q\îv\Ç\Ó\Äj\n2—µö7',_binary ';VOhJe¹A›•jožH \é{1jÊ‡e\àV3','',0,'?'),(_binary 'Sÿœ\Ä\Ê\Ý\äe$}®8)','wp-content/plugins/wordpress-seo/css/dist/admin-global-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/admin-global-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y¼ûSµ\Çy\Ð#º|k*ˆ…',_binary 'õw\ÚZESÞ¼ÿ‚fø_bpc\ÒfXužN·\ëüo¯3¶L','',0,'?'),(_binary 'TÿÁ\\¦Y\0sŸ·w˜','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô\à­\ÝÕˆ:\åŠ)Z\ìC',_binary '{N<”±>$€t\Õl´‚\ïr@Ù™\Ø\Ü	;,˜Oš£','',0,'?'),(_binary 'TN¤\Ðõ\Ö\Õ\å\ÕK\'\ÃÁ‹©','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/UidProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/UidProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žÒ¿¹½\ë‡\á’û›¸]\ëW',_binary 'RzUƒ—z6\Æ\æ4]]v¶ ÷\íþUoµ¦Ÿ\Å\Ü#öM','',0,'?'),(_binary 'T	4¶NbK£71b\ÅiL¶ù','wp-content/plugins/revslider/public/assets/svg/content/ic_content_copy_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_content_copy_24px.svg',0,_binary '[óƒ$©V\Ò\"ï‹”!\á',_binary '[óƒ$©V\Ò\"ï‹”!\á',_binary '‡f 1¿¼y\0P€¨’y[\"%\Ø\Z\îEŒs\Ä\çH\Í8œD','',0,'?'),(_binary 'T\Ñrñ\Â\å~\ÏW]\ï','wp-includes/class-wp-comment.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-comment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýv\æ\ìŸ@šî¨·¨',_binary 'ðº·\Øw‰}4rÿK5/\î\É÷iµ*‰Rej8QVkz]a','',0,'?'),(_binary 'T9;Í‡\rŠ~@ã¨¢h!','wp-content/themes/houzez/template-parts/dashboard/dashboard-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/dashboard-menu.php',0,_binary 'Ÿû®7\Ô3yªW\à«\Å\Ó\ï',_binary 'Ÿû®7\Ô3yªW\à«\Å\Ó\ï',_binary '…*{ [¢Áh!£P¢W{Z\ÊV8JÐŽCF~\r\×YPia\Ð','',0,'?'),(_binary 'T\Ég\ÇúB~r\çñò²Ð“\ç','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽŒE\è\"XÎ—Õ³x$÷³M‘',_binary '¬\Ø\Ä\È\ÑuqùðeZ÷“l°	„\çA‚6\ç>9•ž','',0,'?'),(_binary 'T\á×Œ \ÞLÁœRˆ ¥z','wp-content/uploads/wpcode/cache/library/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/wpcode/cache/library/index.html',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary 'T¼(ò2ò¯Ž\Øz\Ë¥\Ã','wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç4;Fb>Èµ\àT\×\Õ\r\ÃT',_binary '˜’\Ç\ä$¯\"„†b.“«Q	\ÅVŽYÀ—nR\Zn\ä8l','',0,'?'),(_binary 'T%^\í\ÕVLˆ\Ò\ç—F—M>\Ó','wp-content/plugins/revslider/public/assets/svg/toggle/ic_check_box_outline_blank_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_check_box_outline_blank_24px.svg',0,_binary 'ûbò!\nd\ZH\Þ@ª',_binary 'ûbò!\nd\ZH\Þ@ª',_binary '\Óf	9“\ß`cžó-À£\èxdø\ê+ý.±v{\æó\'','',0,'?'),(_binary 'T.{žWW´ˆ\\³	S£gW','wp-content/themes/houzez/img/empty-star.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/empty-star.svg',0,_binary 'QI\ßxh\Ù\Ëô…\Új\0EM\Å',_binary 'QI\ßxh\Ù\Ëô…\Új\0EM\Å',_binary '\ÄÚ”²H\Íõ£~Í°¬¿heó\\€I]\Ö\à&\å)\Ã*\Í','',0,'?'),(_binary 'T/€\é\Øf˜©UjøÝµ :','wp-content/plugins/elementor/core/common/modules/ajax/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/ajax/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘î·—Ê¶«\Ö…ij<§c',_binary 'ù\ËÊ¸Ü P‡9¿©Pü”›¼° /oL½\ÅU\ì\î“_\Î\n4','',0,'?'),(_binary 'T2KDúfUóô\ÓzJ=/','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/jquery-sortable.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/jquery-sortable.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ì‡˜N\ÞKúšûR6\åÆ™\'³',_binary '§Lk ø:Wi§9–‚üœU*Æ˜¾jß¾\ÃT-Yj} ','',0,'?'),(_binary 'T6K?†”´s\Ó ‚7(ù','wp-includes/customize/class-wp-customize-sidebar-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-sidebar-section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Vj¯½B\á\á¢\ÛØ±ô\ÅÁ…q',_binary '›š{#\Ôi«` ÷\0\Ìÿ«\âj£Á\Ã` pÇ+öfFñ','',0,'?'),(_binary 'T9\ÑTô;q`~×–ð°·k','wp-content/cache/min/1/7f3d83e306dadb1185cc84d8043332c4.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/7f3d83e306dadb1185cc84d8043332c4.js',0,_binary '\ï«ã‡ƒ§K:ùY@ß™b',_binary '\ï«ã‡ƒ§K:ùY@ß™b',_binary 'F–îž¥¡I¡qõ´¥†H9\ÄfŸ…/j{\Ö','',0,'?'),(_binary 'T:(K\ÂZ£Œ3©\ä2¸÷','wp-admin/user/contribute.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/contribute.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™¾ÁEg\Üù\Ï	\î\\v°',_binary '›&ð\0Jü¬<Ÿþ4¤\\Jq\Ã8¹‚£¯L·\×q\'»—\ã ','',0,'?'),(_binary 'T:0ý5A}eÀ%bÞ†\ä','wp-content/plugins/houzez-login-register/social/google/contrib/Google_PredictionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_PredictionService.php',0,_binary ',G9£\ïx\ëOvù«-Vö',_binary ',G9£\ïx\ëOvù«-Vö',_binary 'H\ì\È-‰™‡dž£{Dy\Ó3³˜E@T¢}BÈœ*','',0,'?'),(_binary 'T?„?:q×®P\Ãóah\'««','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µºˆANðX[`h\0ª\ç¡»',_binary '£\"xI¦B6šE?‡\é\É\Ä\ìiŠ\'26\Ì5y/™¦','',0,'?'),(_binary 'T?ü!ª¥0]Á?#—\\b','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPDismissOption.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPDismissOption.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º<»y\á ÷€¾½©k´L',_binary 'V]Dž÷\æ9a’X,pL]¨\ÂZ>\\d¨\ÅB\Õú	¡±=’','',0,'?'),(_binary 'TKº’u6U\áAe²D\Ñ\0','wp-content/themes/houzez/template/user_dashboard_submit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_submit.php',0,_binary '\ÐQ\è\æý‹lC4\é\ÖC21U',_binary '\ÐQ\è\æý‹lC4\é\ÖC21U',_binary '4u\îñ\á@œ\Ê\å¢-4kbšr•ù0\r$ƒ¸\ê\â€F','',0,'?'),(_binary 'TL\ë\é>Ç§”0\Î&¡@3\Ñ','wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù--¸U”!^*MUa‰qˆ',_binary 's@TöþZx9F‘f­ÓžSô\Ñ{‘\æ*\Ó)\ÔÁ5yû˜<','',0,'?'),(_binary 'TMò¢\Æü\Ê\Ýlòþ\Õôº\ß','wp-admin/includes/class-wp-screen.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-screen.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\Ê_dûá†¾¥‰³Œ',_binary 'š\Z¤;øb¶M(ô9g\Ä\n4”j`1¶j‰7­(\Ï','',0,'?'),(_binary 'TNj\Øf\ê<VM½œB;\Ø\0#','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunRealtimeReportResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunRealtimeReportResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û\à·!.‹¡¶\Åvû#',_binary '&={$µõ\ÞZ\Û){\ï´—H,À–ªÿ\Âc{ˆ½\r†J','',0,'?'),(_binary 'TO_×¨wEÏ§<\çvÎ','wp-includes/blocks/navigation/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º\Â4\ÙÈ‘,ˆ¢ýQ¸\Ì',_binary '…›‘ý(	Ž¤·\Z³4¤š2\íŸy!\êOx*Dô–Ž»\ë','',0,'?'),(_binary 'TQœ`cµ¥\'õ\Çf?©\î0','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/arrow-right.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/arrow-right.svg',0,_binary '‘qåª‘ar\Ù\0¹Š=ž1',_binary '‘qåª‘ar\Ù\0¹Š=ž1',_binary 'PSÇ¿F‹Z\Ê\éð]fÆ†ž›\æP…L\å•\":Y`','',0,'?'),(_binary 'TR6\ãÒš\\8±9Ù¶«8','wp-content/plugins/revslider/public/assets/svg/action/ic_delete_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_delete_24px.svg',0,_binary 'ÖŒN\âAg“\í¬?«)?y',_binary 'ÖŒN\âAg“\í¬?«)?y',_binary '““B\ÚWW\è>\áU\È\â\rM-\ì\ãžâ§’, –\Ýu«\Ý!','',0,'?'),(_binary 'Td¹£ RsS\ï\Úá’f\Å','wp-content/themes/houzez/template-parts/dashboard/board/leads/listing-viewed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/listing-viewed.php',0,_binary '/9¹0	\å\r\î”\ßB\ÎM¶Ñ®',_binary '/9¹0	\å\r\î”\ßB\ÎM¶Ñ®',_binary 'À@N-³\êý¹×›‰¦›Šû@Xœô³{¹WGo\àK‰','',0,'?'),(_binary 'Te\à\Üt\Þr´“\Åû=¬ž','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/additional-details.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/additional-details.php',0,_binary '\Ã2ñþ¡K00N\é,\ã\ì',_binary '\Ã2ñþ¡K00N\é,\ã\ì',_binary '~\'HW\ÙÑšÐ”bCZ\âÂºó¯\Í=!Tìº£\äv\Õ%o\Ï','',0,'?'),(_binary 'TmA„D;y‹\n\Ñq°òÁ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data/Brands.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data/Brands.php',0,_binary 'Ro#p ™(\Ã\ë\Ë\ÎÑ¿',_binary 'Ro#p ™(\Ã\ë\Ë\ÎÑ¿',_binary '%û_\æ¿\ÈÌžg\Û\0I¸˜\Õ\Ów~\\ñ:±1\ã\×Í”r³','',0,'?'),(_binary 'Tn²\Ì;ó\ã3‹P\è¥S6','wp-includes/css/classic-themes.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/classic-themes.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z±©Ð—e‘þ|­LZ',_binary '\âU\ëøØš‚`‰\0Ÿj\àAm\ê\Ø\Ù¶\r\ÞÇ©2#“µ#','',0,'?'),(_binary 'Tnbchp\0j¶œ¸\ã¥-u','wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý\Èñ×´Ã\êô§¨\nOÁªe',_binary '\ÑiJÁ/\Ú;š\0—­¾=ñX6±\Ô\Ù\ëbr–xd0Ø¦','',0,'?'),(_binary 'TuJ±,Ñ°Ÿ\Âþ\êJ\åp','wp-content/plugins/revslider/public/assets/svg/hardware/ic_desktop_windows_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_desktop_windows_24px.svg',0,_binary '=Z…/öšËŸø¸\ép‰\ã\Ä',_binary '=Z…/öšËŸø¸\ép‰\ã\Ä',_binary 'ˆ¦4Ó™W±‘§Ð½q{£Ä—Hg_b\å\Ã3+U/À­-À_','',0,'?'),(_binary 'Tw´w³¡\×&\í\ÐÐ”ý','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/interfaces/storage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/interfaces/storage.php',0,_binary '\ZF+¹\Ý\ä¯n†H]i¹QO',_binary '\ZF+¹\Ý\ä¯n†H]i¹QO',_binary '}×¯C\Í6¹\×8‘¢QØ²¦¿·7O\î\ï]+wrå©¨','',0,'?'),(_binary 'Tw»ø=‰Á+¦6\×ø\Ð\Æ\×','wp-includes/js/tinymce/wp-tinymce.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/wp-tinymce.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W/\ê)\ßCÁK\Çf\ÝÍº;\Õ',_binary '\ì‹{·‘\×\å¡g¤VS\"›:³@²ÿ\ë-\Ö,Ž\Û:„¬€±','',0,'?'),(_binary 'T}&K.øüb†6¾Ø–s','wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô\0úV‰f^\Ä\ÔHH\Ý\Ñk',_binary '0…w\Ñg\èVqÙŽ\ì\Ð\á0O°\èQÿ\á)ö­¯Àr\çô','',0,'?'),(_binary 'T‡.o@Î¨2ÿwõvŽŸX¹','wp-includes/js/jcrop/jquery.Jcrop.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jcrop/jquery.Jcrop.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2Fj\ê\ÅGžZvôCQ\0`\Ü[',_binary 'U=\Ç\Ð\×\Ç\ÈOŽóm\ëC5y¶»‚}\ê\Ç5\Ä\\\Õ\î­|\0','',0,'?'),(_binary 'TŒŠ³vm?,³a\Þ\é\ãT4\ê','wp-includes/ID3/module.audio-video.quicktime.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio-video.quicktime.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À0:D·\Ä~h(WI\Ú}',_binary 'ó}‹\ã`\Û\í)”È…H²¿ø\r+45§\Ì\ëq\ìk¿X–','',0,'?'),(_binary 'T›ö¸\àC>Azg%Bn','wp-content/themes/houzez/property-details/luxury-homes/energy-class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/energy-class.php',0,_binary 'r)‚ƒ4Ë­iˆ_wžw',_binary 'r)‚ƒ4Ë­iˆ_wžw',_binary '‚!6\ÆJ,¶ª0zú\Ó\ßÁ¸_\ÐS¸­W\åKQš5\\–»','',0,'?'),(_binary 'T¢K»\í—@‡\Ù9\ß{U\é','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-600.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-600.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r™=\ÝøŠc\èò&eo}\èŽW',_binary '\Ók\ëþþ™6rº^%xc%ñW&P\r!\í½¸ýL\"','',0,'?'),(_binary 'T¥\Õ\É\É))j\ÖGñ|I	Qq','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ê°L\Î@j\nüþ¨n÷',_binary 'µ\Ïb©\ê\ÜýÆ¦Ú¾uóN2À’G°uWt•WE\ç\Ð','',0,'?'),(_binary 'T¦\Òñ\röfV„+\Üø j›','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gxX€£JT\Ñ\ïŠbx\Êú',_binary 'f˜x¤/\Òx\è¨À\ë°G\Ü\n8‡5ú6‰	Zô+','',0,'?'),(_binary 'T±\Æ\àùPkœ:\Ïd™¢_D','wp-content/plugins/redux-framework/redux-core/assets/img/raw/3-col-portfolio.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/3-col-portfolio.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yÊˆ?\Ç>\"\ÖEUz˜Œ”\Å',_binary '‡\àÁ\Ò\ÑÃ²›\ç\\\Ù\ê«R¢.o…C•:+\\#€ª0C','',0,'?'),(_binary 'T²j\Â|HY§\È<ž†Kÿv\Ó','wp-content/plugins/revslider/public/css/fonts/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'T¸\îŠ\ßPþ·ƒ|T\0\Ï','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/RequestOptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/RequestOptions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ®*¿öD\Õ{lÆ†\Û{4',_binary 'oÙ…—\"^l`\ÍRÀ~9\Æq‡\í&\Ä\Ö†!õR»\ÑË¨','',0,'?'),(_binary 'T¾ª¶\à \ë	BI“; 7€','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.asset.php',0,_binary '­!\æûú‰2¢\Ýx \Ç',_binary '­!\æûú‰2¢\Ýx \Ç',_binary 'ý†1…Ž6ª±œ—Z°=RYûµ$OnCR„$w','',0,'?'),(_binary 'T¿\0Q˜’¡}§J–u½(¹\È','wp-content/plugins/revslider/public/assets/svg/places/ic_spa_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_spa_24px.svg',0,_binary '\\it}]G\Òä„Ÿ\Û\É(ñ',_binary '\\it}]G\Òä„Ÿ\Û\É(ñ',_binary '\Õü\Þ5\Ô1\Ãò‹û§õ“YxŠY»¦=ICS¼¢x¿(\Û','',0,'?'),(_binary 'T\Å\Ù`5™¹\È2z/>\àšw','wp-includes/blocks/query-pagination/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÌŒþ\\\Û\æ\Â\È\ßSÀN5J\Æ',_binary 'ÿ7:NyI¾ñN[ªg4¬Æ ÞºO \ã}qF','',0,'?'),(_binary 'T\Ëf\åÑ¬ó=N:Ä€•','wp-content/plugins/revslider/public/assets/svg/maps/ic_layers_clear_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_layers_clear_24px.svg',0,_binary 'Ž?–h\Ê\Å”½®¾\Ä-sJ¼',_binary 'Ž?–h\Ê\Å”½®¾\Ä-sJ¼',_binary '2%\ír\Ý?ú5\â¡É—„9%\ËÄõLøu_\ÆK§ŸÀ\Ç	','',0,'?'),(_binary 'TË\ë¥÷Õ°ù\Ù)C{_7','wp-content/plugins/revslider/public/assets/svg/editor/ic_highlight_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_highlight_24px.svg',0,_binary '\ÛÿÚ‰‡m7.[>C_¦ý',_binary '\ÛÿÚ‰‡m7.[>C_¦ý',_binary 'š\è\Ìü!Rj·\ÈŽ\í/6ù=¼ªKÜ“£N\é\îa1','',0,'?'),(_binary 'T\Õ,›Š\ÔBE\Ô^\×Ã¯#r','wp-content/plugins/elementor/core/debug/classes/theme-missing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/debug/classes/theme-missing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìªY…$ópn|¡Ó¬',_binary '¨m\å\",{LJ?‡S\ì\ÄV|\Ú	B\ã\ëJ\ås[\ëy½p+','',0,'?'),(_binary 'TÕµ|g\×m´xqøH’\í€','wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b²Fõ,ú4\ÆM®¶A\'',_binary 'V	_\ì\ÓpLc,©{X!’*\èÜ\Ñþ\Ñ_3QL[Z\è\Ú','',0,'?'),(_binary 'T\Ö\çÁ«sû\æL\\¯\ë\Øq','wp-content/themes/twentytwentyfour/parts/footer.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/parts/footer.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M—o°™\Ì^t\Ý-Á9\íº',_binary '3\å÷\ÓiÁ«ú&¥añP·–\Å{d¡\Ê\Ñ4‘³J{·R','',0,'?');
INSERT INTO `wpau_wffilemods` VALUES (_binary 'T\Øu<\î\ïó‹©>~ŽA','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'í¬¨Di¼÷ô\ÎÔŽò\ÒÖ»',_binary '(™\"£\ÇypMB\\Ÿ?®t(›pT\r\Ù¶ŸnS\Òô¸À','',0,'?'),(_binary 'TØ¨\'Æ…´ •$v}','wp-content/themes/houzez/template-parts/search/search-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-v2.php',0,_binary '»\\;Eõû!û-P°\îGõ<',_binary '»\\;Eõû!û-P°\îGõ<',_binary 'J¶\ZÛ‰]€\ËÌ“×ŽQÁ\ÌzµE¶ºaÓ©K1‹pP\È','',0,'?'),(_binary 'TÚ“bûIü‘v}™z5ž\Ô','wp-includes/blocks/avatar/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D||¶‘ƒP¬Žy\íXG\Â\ê',_binary '~_\á8x~5KùŠ<A¸ˆ\Úð{ð\ÔØše \æ\Ð','',0,'?'),(_binary 'TÜŒŠ7`\0ôý®\Ö\ï(','wp-includes/js/mediaelement/renderers/vimeo.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/renderers/vimeo.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡C9†¤¥YúO±\×\Ç',_binary '‹„\Ç+÷Â®-FVpýÝ¨Iht\ØL\ßiP%K\×\Ýüiÿ6','',0,'?'),(_binary 'T\á‹ûôj&´b\ä@š ‘U','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Environment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Environment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ZG{¯¿KŽ\Ê\Ì$WQvÙ»',_binary '5€\íy­1ÇŠÌªùGzTõ£\ç\Ï}\rÞ´Euªü\É','',0,'?'),(_binary 'Tò-¦¹i”%u\Ãf\ÙU\é2','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/spectrum.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/spectrum.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!-­üh@­»¬¤\ç=,',_binary 'Á\í…eI½\ÆW<@—ùR\Â>£M,_r½‰j.m6\Å{','',0,'?'),(_binary 'Tû¾¸¨šòü\ì\'Øƒœ¸¿”','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-timepicker-addon.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-timepicker-addon.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«<‰/\æ\ç(‚Hñž¾®G',_binary '\ÄGL5:ci¿ª/\ë@†‹ebª›Ð‚d\"9÷¬!\×','',0,'?'),(_binary 'Tÿ\Éq›a¬Íš~¡™\ás','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K:\Óùjx\Ã?œ\È1r\äÀW',_binary 'š¾ôýÄ‚œ½‰L\\˜ó\ìr¹\Âøk\í\Þ›\é4*','',0,'?'),(_binary 'U«›\Ã^$û¹lõD=‹Y','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Xo\ì»S\\,J\Ø\å\Ì\Ñ\'e',_binary 'Á3_}\"ñ„\'\í\"\Ùpµoö+P\ÌÁ’\êYE%µ´¼\ÝP','',0,'?'),(_binary 'Uð\\p{Jþ˜O\ÃQ\Ë&','wp-includes/SimplePie/Cache/Base.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/Base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b­ÄžA˜Ê–þä¦´j½\äÁ',_binary '›\åoOw¢½~9K·ö™\Ö4oY‚[Køe\Ä\Í\\RG','',0,'?'),(_binary 'U	÷Õ³Ý©…·¸P\àò\É','wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-pickles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-pickles.php',0,_binary '7i^\n\êM\n[:•\r¯\ÔL\Ñ',_binary '7i^\n\êM\n[:•\r¯\ÔL\Ñ',_binary '\îEð ²\Æjˆúµ×©x¯(¨»ŸW…\n“\n\Êu\"v\Ã=','',0,'?'),(_binary 'UbrPÙJ_„¦n#','wp-content/plugins/wpforms-lite/src/Tasks/Actions/WebhooksAutoConfigurationTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/WebhooksAutoConfigurationTask.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü˜‚ª•#ý¥\ëÜ­Bz·',_binary '›þ÷°/¾`‡\Å~S4°\áÁÓ˜o%}r\Éò4óˆ\ï','',0,'?'),(_binary 'U’°Ack­C\ÌõNµú\"\ç','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°J°©³\"ý\ïY,•Jh?\Ô',_binary '=\\\Ï¸÷\æC\\¹d’¡¢B$eòþ%eªÿ2ñ…¤_ ','',0,'?'),(_binary 'U›²+:HõXµÑ½F+','wp-content/plugins/wpforms-lite/includes/functions/colors.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/colors.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø]ü\ãTÁM4Q(\ÍtS?',_binary '\äð\Ònªw\æ J‰;\íx%gÔ¬-\ëBgÀ:4h\Ð','',0,'?'),(_binary 'UŒ\î[­#ø\Èû\Æ]ùr','wp-content/jetpack-waf/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/jetpack-waf/bootstrap.php',0,_binary 'a\Ûó&­õ•B\\KÏ‰l©«',_binary 'a\Ûó&­õ•B\\KÏ‰l©«',_binary 'nu‘$q¨\"°M0\æ4;a[/x\Ð(^œI;\ã‰\Ö	*','',0,'?'),(_binary 'U\'²(®oú\ë¦òó\ÂJ','wp-content/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php',0,_binary '\ÎúzdýZÚ¸%?w*-',_binary '\ÎúzdýZÚ¸%?w*-',_binary 'ô¦@—^\ïh&\à¥ñdb“\ÝPU\ÆD@¢öÀ	\Ã\ëƒ','',0,'?'),(_binary 'U/¥dÊ¼{§\Z\ÊLö³','wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬\ê;žü%ôPÛˆ³xòiˆ',_binary 'T\Ô2[cÊ \Ý-Æƒ\ïüF§[?1m˜¢\Ï\ÃØžK[uœZ','',0,'?'),(_binary 'U1>´ó­k´2«\Ã\å\ëð','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/data/ca-certificates.crt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/data/ca-certificates.crt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªZÅƒpŒ£R%¬-#J\Ëb',_binary '7S²@  e¹¥O\é\ï|j\å\Ó\Ò\à|¸\×f\í\î\Þh\Ø','',0,'?'),(_binary 'U3±ö»–÷@!@\"l\Ê\Ã','wp-content/themes/houzez/framework/stripe-php/lib/Person.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Person.php',0,_binary 'k\Û J¿t¡2G•ÀCY\å‡',_binary 'k\Û J¿t¡2G•ÀCY\å‡',_binary 't(\â¤züw$ƒI\Ú0•!¹.£±c?Ñ”‚XÁ\ïš','',0,'?'),(_binary 'U6Pû\Ì\\f»±\Õx\Ö\Ê','wp-content/plugins/elementor/includes/controls/hidden.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/hidden.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Áz®®?Urþ.b\å\ç	',_binary '1ð$…!Z!‡‡\éŠþ9€e\Ð\Ð{An\Ë\ÇÒHÃ«','',0,'?'),(_binary 'U?v§I\Â\Þ×²s\ï\êº-','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/StateDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/StateDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞünL¹^ ~_\Ó#»BÑ‚',_binary '«\ÉA˜À\r÷ý’“iªò\ÓÁio®¸9¶4`\Z\ëM3\Û,«\ì…','',0,'?'),(_binary 'UI‚_•\Ñ\Ë\êYm«\ç\Ñ_','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'PvýBiÿûƒ²Y_Ÿ»',_binary '\Âö†z\0H$yD7ù\é\ß\æs»{Œ\Þw5² \â\Æ¹’','',0,'?'),(_binary 'ULì¾†\ä\Ç0Nþ\Èq’\Ï','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'UYbp*}:»k\ÑDƒ\ï-','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k¯žtÁø\êMs\êpøK\Ë',_binary '\ä8ª´F™§{aq¥\ß\Ök\àZ‚|¤ô›tƒzø‘\Ç','',0,'?'),(_binary 'U[\Ó\Ô\ê[qõÉ­  Þ´','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheManager.php',0,_binary 'E\àn†¨\ég®2\Ï*L\éRV',_binary 'E\àn†¨\ég®2\Ï*L\éRV',_binary '\Û\ä\Ùöÿ\è.\å¬:)®ab$/H|2.þñ‚\à\àð','',0,'?'),(_binary 'Ua}®´ë•\ÄE—Ô“µ\Ò','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Notices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Notices.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼CG>Á	Œ!Æ¢qY†ù%',_binary 'T‘Ž%†A–UQi#\Õ\è\ÙAe¹\Æ$¦]&\Ñ\Ö÷T','',0,'?'),(_binary 'Ud€›)ô7\Ól€\ïð\Ü','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ReportRow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ReportRow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\åú3²\\~@\Í8AUºÈ½\ë',_binary '™øArN¡Ü¦µŸCû8°8W\×]‘¨\íÿ’–¨\å;','',0,'?'),(_binary 'UgÐ®AžD´eN\\Ú›Ð¼','wp-content/plugins/wordpress-seo/src/generators/schema/faq.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/faq.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W\ÎQf:¡&=ˆ\×',_binary 'O@°R\ì\ÈvÿöF\æ\ípð\á½.E´‹?ùøð\ZüiKC','',0,'?'),(_binary 'Um\ÌD´ò¿ð3\ÉøŽ\Ü%x','wp-content/plugins/wordfence/languages/wordfence.pot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/languages/wordfence.pot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z)ßƒˆ\ì\êxyS4\ãù°',_binary 'ŒšÔ…«9\é4óû/\Ï\Ñ\ß}˜“¥p‹v›*y/8ˆ¦ˆÉ£','',0,'?'),(_binary 'UpÝ½5ûluû‚´51™','wp-content/themes/twentytwentythree/parts/comments.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/parts/comments.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\'cšð\î2”G¦º\Â5y',_binary '‹\Â2\Î\Ð:`»‹@Aqr\Z\ï¡\r?š,\Ð\ÖñµŸž\å','',0,'?'),(_binary 'Ur)§xH¢¡þ_\'ž\ê','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TaxIdService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TaxIdService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T×©YSß—y\n°d[Y‚\Ê',_binary '£h»DgRù$¡\ç\ê–1\í\ë\é\ìu5žû´=\Þ\í;\ÖB\ã\à','',0,'?'),(_binary 'Ux\Ë\ÂD\ÅŒ\á\\J\0Í¸S','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertBuiltInVariableResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertBuiltInVariableResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' D,<\Ý÷¨\n²\Z\'<yõù',_binary 'bcÿx¬\Ýþÿs~²0®½\ØP\È&úC¸}8Ë€\Û=','',0,'?'),(_binary 'U~W…ª\áXvü_#2Ÿü','wp-content/plugins/revslider/includes/slider.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/slider.class.php',0,_binary 'š\ë@(\"hÛ…£]Àñ',_binary 'š\ë@(\"hÛ…£]Àñ',_binary 'Hµ»^Ÿ…LñELþ\Ï\×[Ÿõ(³\æw\î\Ç~i	ö?2õ\Ñ','',0,'?'),(_binary 'U€.\Õô½‘G\0\ã\Äh7K','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š÷{\Î\ÈÇ²\Ù\Ùê²Š\æòT',_binary 'sÁ×·my(\å[¦~„úMŸÀ™®\Ë\ßN\ÓÔ˜óø\é;i','',0,'?'),(_binary 'U`\ïgI•\Õ.]»QÂ›y/','wp-content/themes/houzez/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/functions.php',0,_binary '¸u*\å’F»¹\ß\ßFJ¹',_binary '¸u*\å’F»¹\ß\ßFJ¹',_binary '  #9ò.IPW&$A\ëÁ/\ÑË‹Ô–{h™>','',0,'?'),(_binary 'U„þ´ž\Ô]Z\Ê7‰','wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/ServiceProvider.php',0,_binary 'C\Z6fª¦8„\é-ñ\Å\áŽ\êh',_binary 'C\Z6fª¦8„\é-ñ\Å\áŽ\êh',_binary '\è±\Ù+@\Í f±KH¹~\ác§€Yk\Êóè –\r}0','',0,'?'),(_binary 'U…N\èU\èE\î–\Ç:','wp-content/plugins/wordpress-seo/images/academy/ecommerce.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/ecommerce.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7€„‰\ç ÿ\ÅÁ~lÇ¤X\Ü',_binary '·±þ‘W\ÐJ¦‡šÿÄ‹\ÌE\"\ÖñOµUü!F\æM','',0,'?'),(_binary 'U†Ã—H\Ü m\è¸H/ª','wp-content/plugins/wordpress-seo/js/dist/languages/fr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/fr.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉÝ¼ý¤/\Ìôš$p$§\Üu?',_binary 'y¬\ïs²òúy‰J!{ÿ!÷ä°®gL¤\è¤½\éÿÃŒJ','',0,'?'),(_binary 'U‰j¿xqù\ê‰ÚŒ¢','wp-content/themes/sinatra/template-parts/entry/entry-summary-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-summary-footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ä“Œ‡™\Ä×ª¨\ÜGAž',_binary 'ý\Z\í\×ñ\á6\ÂÛ“ü\æS \"›/r\å\Û:Oˆó\Ó\ÝYX:','',0,'?'),(_binary 'UŠJ£(YÒ²ð¸›·”&','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\Ó\Èþœ€g*_¢z‚ÁÎ¸|',_binary '\î{¯,!\ßD`\Ô!x_¡ƒ@&ôÖ©×‹¬!S','',0,'?'),(_binary 'UŒ½„_PD@,Ò¥\×\î-','wp-content/plugins/houzez-login-register/social/Facebook/Http/GraphRawResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Http/GraphRawResponse.php',0,_binary '÷\Üöþ\ëP;\ÙF”\àœ\'R',_binary '÷\Üöþ\ëP;\ÙF”\àœ\'R',_binary 'W$Ö¸\ëh/mOnœs#7òŒBn\Ý(Ÿ(?´öq','',0,'?'),(_binary 'U”\r‘nªF`u\å=\×>\Î\Ûp','wp-content/plugins/houzez-theme-functionality/elementor/widgets/contact-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/contact-form.php',0,_binary '¨m|Z;\à\'\';\Ñõ,',_binary '¨m|Z;\à\'\';\Ñõ,',_binary '‚\nv*Kª=y¤\Õ=S]ó\Ú\Ét\n^¨Í·´2¡\ê3','',0,'?'),(_binary 'U›T}^C¥	<+À','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~újóöþª\"\ÖôW ',_binary 'ózY5\Â’>:z\Çu\ïW0ç€Ÿ ö¸ø@#ŒpV@','',0,'?'),(_binary 'U¢K»cŸvb\ZF	šk€','wp-content/cache/wp-rocket/point2listing.ca/about-us/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/about-us/index-https.html',0,_binary '9lòxtÀD·¨ E\áL4',_binary '9lòxtÀD·¨ E\áL4',_binary '¯ºìŠ»G‹4º$¬,„š•l‹{…(\\–\Ê7Hµ\Ì','',0,'?'),(_binary 'U¤‘\ßÓ‚,^\r_µZ-q','wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Tag_Matchers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Tag_Matchers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@,‚&ZNR\í1r†’|‡\Ð',_binary '+4+\é©Ì´¿\ê Ã•J#\ã^\×^>¾\Ù[*Ù‹\æÜŽQ','',0,'?'),(_binary 'U§~ˆ\ëBLòñe·vóM','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Is.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Is.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶¦€t/ß¯¬“1r×™tý\Ú',_binary '[~ÿ\é‚õ`	/!øoHmm\àG›\ÐE2t«šf`\ït©\ë','',0,'?'),(_binary 'Uª«\ÜÂ¼bTtaƒ\0¹','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\ä&’½¥\ãv»ó\âjEl',_binary '‚œ\Üýp\îi8\äÏºJ#Y\"úúY\ÓýüøªNõ§¹[GB[','',0,'?'),(_binary 'Uªä§¯m\ÍÕ’¦\Ýý\Ñú\Ýs','wp-content/plugins/wpforms-lite/assets/images/addon-icon-square.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-square.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ä«‹½²|÷­&@†\Ö\Ä*',_binary 'o†iœøXùfEg¥˜ª”\Ç\ëÜ¶#›Kgr\ë²±\Î)','',0,'?'),(_binary 'U¬nÉ“b4lZ,I','wp-admin/css/about-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/about-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…M™t¢6°\ÐñwÞ¸',_binary 'VpKÁ¿V\Ø\Ûó«TõW€˜>\í ÷½b\Ñ 	e\È\É','',0,'?'),(_binary 'U­+|_°É‘Œ1ZO²t','wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\á\Ü\0X!ok\ã\ç¹v\Û%†ü',_binary '¥¶#0f\ÂO\ë/4—\ØQ¶ò•öøj wj™M\\˜m¡`','',0,'?'),(_binary 'U¼hX®Be~\â¡\ï','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/speaker02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/speaker02.svg',0,_binary '€/\ÕU\ZgW\Ø}3Ù©£ø\Z',_binary '€/\ÕU\ZgW\Ø}3Ù©£ø\Z',_binary '§AZT`Áqˆ¸§\à,0©úcœ*b\Ó1{hñ½¶s?\È','',0,'?'),(_binary 'U\Ã\å\à$i\"u\Â\Ê&\Ëô¸9','wp-includes/images/crystal/video.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/video.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\ÛýŽl¥‰Ú¤¸;õ=',_binary 'ú™S\rI¾°U›Œ9_<\â÷µf`…\ì&HYw\Âuˆ','',0,'?'),(_binary 'U\Ä@\Ñ	ò$—idÀMü\Ý','wp-content/themes/houzez/framework/options/houzez-option.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/houzez-option.php',0,_binary '³dzF‡\'&”oˆQ:\î',_binary '³dzF‡\'&”oˆQ:\î',_binary '“F@¯\ËÒ¡úN=j¨R‡\í`€j‹\è¦\Ú=V¬\Ã\n´V\Ê','',0,'?'),(_binary 'U\Å\ÈÛµ*oU†»\ê','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_din_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_din_24px.svg',0,_binary '\ÙpN\n!L\å\å\'-Qu9º¡~',_binary '\ÙpN\n!L\å\å\'-Qu9º¡~',_binary 'ç¸·ðkABüÙ¸¶ò¸Ju\\E\nv¥Ó³/\Ô2lS\Æ','',0,'?'),(_binary 'U\Æ³»ôBT{<ƒP]Jf“','wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\âžC\Ûóƒ\Ã|\ä$‘\Ò@¶',_binary '„h0\ÖÕ’Rý¬Y\á”n¿w\Ü@\í>Z<™T•\ÄN+tŸ','',0,'?'),(_binary 'U\Æ\îé™©GÀÐ]\ä„L','wp-content/plugins/revslider/admin/views/modals-overview.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/modals-overview.php',0,_binary '\0Í¾•–g\Ã8ünÃ§¦',_binary '\0Í¾•–g\Ã8ünÃ§¦',_binary '\æ§zF\ÏvvX-\ÕVþk!\Ì\ç;$Lú\çƒ\åxc»\'§\Æ','',0,'?'),(_binary 'U\Ì\×=\ãþ\Å>¼†wX','wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë5—ôº\Ò]P\í\"\ÊF .',_binary 'ò\í´÷ó\ãW\"\ï—\Ãf\ï#1­ÿ«Etbúj\ã','',0,'?'),(_binary 'U\ÌiúU­Ö°»fx§F\ã\Ã}','wp-content/themes/houzez/js/vendors/i18n/defaults-hu_HU.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-hu_HU.js',0,_binary '\Úr”\ÃeD4¬\ÍRB\â\rÉ–',_binary '\Úr”\ÃeD4¬\ÍRB\â\rÉ–',_binary '\Ãþ]/È€ÿ\Ö\ï¾ü\ËReùq€ÉŸ¦÷h!!¢‹H','',0,'?'),(_binary 'U\ÕJ¢¸ÿŽV–\Å+\êƒm\Ç','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“l½cøú\Ñ(ü™r…R',_binary 'CY\'UC¤<¸= Œ\çŒËº°x¤c%¨TvL3]\nnF','',0,'?'),(_binary 'U\Ù%%\æ\éß«xÌŽÀ‡‡\Â\Ò','wp-content/plugins/wp-rocket/inc/Logger/LoggerAwareInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Logger/LoggerAwareInterface.php',0,_binary '{D&Jòl™h\Ö\é!Ì¶À\Æt',_binary '{D&Jòl™h\Ö\é!Ì¶À\Æt',_binary 'óœ‡|ÓWxf2L’&¾õŸ«\Þß²\ë\Û\'\0ø\Ñ\Ú\ä','',0,'?'),(_binary 'U\Ú\ã9_\ÍE\n\Ä;—¯L','wp-content/plugins/wpforms-lite/assets/images/about/how-install-activate-wpforms-addons.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/how-install-activate-wpforms-addons.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u\\\Î;û‰œ\Õ\Ëúy°\Þ@',_binary 'b\è\å2ò\\°b3ýH»9\'\ç=µ\Ç>¬y{v¹(C','',0,'?'),(_binary 'U\ã”5B†bSPû¾a4Š2','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountSummaries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountSummaries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N\nø{Ï¤¹ø0{;7!',_binary 'û¯.‹c7…Š?ýÿöÆ¨‘:\'³v\Äb\ä¢\Ó\Ðó×“','',0,'?'),(_binary 'U\æ~Ø¯\é%­2cC¤>Aw\Æ','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-options-constructor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-options-constructor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–Xý˜V[z\rú¥\Ãz¡\Å4',_binary '-mM\Õó{\Û\æFN!\Æ]¸Y¿(Q„»C&\ì:šý¦\Óz','',0,'?'),(_binary 'UðG&¯–tô_T\Úr ','wp-includes/css/dist/commands/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/commands/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò8\ÇsƒN\Z/eTr\ÇZÍ®',_binary '\Ù\Å)v\Ð|Ò”\Ù¦<yd¶oU0\Ù9ž˜><\Ç7aªôI\Ö','',0,'?'),(_binary 'Uñ\0_¤-^r¯–²ˆ`B','wp-content/plugins/elementor/assets/js/styleguide.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/styleguide.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k˜¹kÁ•\ìöÿ˜\à¥\Õ',_binary 'W$\àøúªÿ\ÑÒµ4\àyÉ¤»£^‡o¢y \'\âû†','',0,'?'),(_binary 'UüŠ\î»%€R/\ãˆlÂ¸e','wp-content/themes/sinatra/template-parts/pre-footer/call-to-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/pre-footer/call-to-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/C^öý\Ç\æC€ü\\\ãp¯',_binary ' @ã€´CL?ÿ	¹*¶!r!\Î\îp¡a\ëŠ','',0,'?'),(_binary 'V\nŸKOZ\Æ7¸!JŠOò\Õ','wp-includes/css/dist/block-library/editor-elements-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor-elements-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðvHÖ…’<\ì½Uj+•@T',_binary 'ò§“\ÈVLb˜õû\Ø4dŽopù°ówÿ¾¯XƒKù\É','',0,'?'),(_binary 'V|‰\ç©gi²‹šaa\"','wp-content/plugins/redux-framework/redux-core/inc/fields/password/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/password/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'V	qN?x\êx\Ø\Ü^4†…','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-nearby.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-nearby.php',0,_binary '#\Ë+K\ÔKw”TA/',_binary '#\Ë+K\ÔKw”TA/',_binary '+²\çž=\×qM¡I2¬)\ßF’ûW\ÒÁ€º\æJ\Â\é\Æw','',0,'?'),(_binary 'V\n\Õ\ÉU`½_š5ú˜­8','wp-includes/js/customize-base.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-base.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç”·ŸLå¦½ñuW˜?t',_binary '“ŒLIó®œIM c$¸kÆd&…‘Àò\à\êù@G','',0,'?'),(_binary 'V‘ô¹<\é™7Gºn\Ôÿ²—','wp-includes/blocks/separator/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ½t›E£o?@\Â{',_binary '\Ö\å©kLò\Ø#G¤øa^	,Ð†\rF\'\n«g:}FLz','',0,'?'),(_binary 'V1\Û;(\çq3+\Õ:?Q','wp-content/themes/sinatra/inc/customizer/controls/text/class-sinatra-customizer-control-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/text/class-sinatra-customizer-control-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[§·òvT^?¬_¼¨pFi',_binary '$ú}¡Eš\Ôd;NK»•\í-Uö‚\Ýj=­<wn¼.Mü','',0,'?'),(_binary 'VÁžXZ†\â\êÓ¾\é]@','wp-content/plugins/elementor/includes/managers/elements.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/elements.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*\Ìò•\àÃ–ô.˜¨<0\Ê',_binary 'KGO„Œ\â­1\Ó\ÏQõ\ã\Ä\ÄùN\ÄsY©\Ú\ÑÝ´`o','',0,'?'),(_binary 'VmiÉ²iTBÝŽ~ž±V5','wp-content/plugins/google-site-kit/includes/Core/Util/Google_URL_Matcher_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Google_URL_Matcher_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\ÔÞ˜:üH\Ù;\âH7 c\Ù',_binary '5ñ…Á¾J\Ï<››\áªY‚\Ò|‘\nL\ìƒEòœˆ','',0,'?'),(_binary 'VR9ºb3g\ÆP’\ÜFAk','wp-content/themes/houzez/js/vendors/bootstrap.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.min.js',0,_binary 'k\ê`\ÃL]¶yqPa\r¬\Ük\Î',_binary 'k\ê`\ÃL]¶yqPa\r¬\Ük\Î',_binary '\É\ß2$ƒU¨šK0ò3\Íj¼k\×ÿ4œL¸~\ÚE\Ø\ÊpQ','',0,'?'),(_binary 'V¼\r\ê§3#ž“Jò÷{','wp-includes/sodium_compat/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“²X\é‘7¥{(G5ˆÁ',_binary '5<›±H\à\ß\éX0ý³\Éøtœ>®-\Ú\Ø­\à\Äýþ','',0,'?'),(_binary 'V\àT˜–d8>´','wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýŸõ£\á±U\ÔI;ûÅœ7',_binary '·K„H@\Óòù5×ŒŒ\ç•Ø…b¯¤P: r\ÐuŸn','',0,'?'),(_binary 'V#7A”‚¨²þ@\ë?÷øû)','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îA	©H™RQ‰~',_binary 'j«Z\Æúø=8<Áÿ½O\Ò\Ôc\ã-R=s.\×)4Æƒ','',0,'?'),(_binary 'V\'·ÁP\Â+û\æ}\rÐ°|}','wp-content/plugins/elementor/includes/settings/tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/tools.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„úRT\\‚ò¦zy˜¦Q\Ä+',_binary '? \Ì3Iš|K$\ÞY@ufõ\ß@;#>­¶ö‰\ÜP\nv','',0,'?'),(_binary 'V\'\à$+\å\Ós(!Y$F-','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/OutboundTransferService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/OutboundTransferService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'È¸8%d7|\Ç#¶#\ï8|H',_binary 'z\ZH¢ƒJŸEl3Œ¨º\Þb‰c3\î¼\ê†\É!‡{aA ','',0,'?'),(_binary 'V)-\ÐV¯§ý“™½d','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\ØÈ€¢b\Í\èxw)Q',_binary '«h¸\Ý- K<\èAøx<#\Ö7‡&PýIª.¼ #{\Å','',0,'?'),(_binary 'V*\â\ÒPŠdE\Æ\'l5¶\ÍB\"','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/OptinMonster.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/OptinMonster.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/ü±0Ô¤½C\Èa*J4!',_binary 'Àœ„P\È\Â\Ý\Ð\î&f¤qLË˜­c1\Òo\å‚\é\È‚9Œ','',0,'?'),(_binary 'V++,i\×\ËÊ¯c\Óñ\Ë','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ErrorHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ErrorHandler.php',0,_binary '\á‰|¬šÓ“\Å\\ñYL\0\Z',_binary '\á‰|¬šÓ“\Å\\ñYL\0\Z',_binary '\\\Ûs¦g[°k\ÇØ–qKI\å\Ì \é;Gˆ\Ü*8Š','',0,'?'),(_binary 'V+‘ö\Ô\Ò$#·\Ñ\èý$]¿','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡ñôz\Ðõ4`—N\Õ¬˜',_binary 'b\î´\åV©\Óp¥Äˆ\r:¤r8S×·\×\Ñyt\ßo\ÌWE÷','',0,'?'),(_binary 'V2\ÇL\Öü\0Ûºó½','wp-includes/js/jquery/ui/controlgroup.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/controlgroup.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ< Rvõ–\ÎcH­\æ52ˆ',_binary '(\Ùù›}Šfˆ\n\Ü\êþ7-ôQo6daÎ­\Ã/Px´\Æ','',0,'?'),(_binary 'V8\ÑnƒøX‘Àð\ÆG\Ò{','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/Feature.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/Feature.php',0,_binary '0tÿE[{	âŽ—†ø‰v7',_binary '0tÿE[{	âŽ—†ø‰v7',_binary 'u¥¸@\Ø#ò°jOŒ|\í«KM˜Hn	\Ä\ç~f,¨R','',0,'?'),(_binary 'V;A¨ÁÁ‹mþú)±¤À\Ã','wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø0¯°)•.\Ê\ëûj’{!',_binary '\Þ\á!8¤²Jfdk\Ñ\ìFw€ô,¡¤ökH\êL\ïoM>\"','',0,'?'),(_binary 'V?ºOŽN…ˆ\Íe‹ZF\\Œ','wp-includes/js/jquery/ui/accordion.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/accordion.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›ðµ8¯œO½™l\0†}ˆÿ',_binary 'µò»o=¸¯/Z«`›Lm\ÐB\Ülc\èqÎº~¥\Ú','',0,'?'),(_binary 'VCª¥ýd,J\æ\Ð(¤n','wp-content/plugins/wpforms-lite/src/Emails/Templates/Classic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Templates/Classic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å©ª\ã\ä<>{&w¹tn',_binary '‹7¹\áHU\âh\Êø\í\ï($c£¨\ÜS*X´N“\åö\ÝRp','',0,'?'),(_binary 'VE\Þ8¼k–b÷g&:,','wp-includes/blocks/post-content/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-content/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\Úö\rL\Ü&±\Æ\Ô^T¬L',_binary '?w@Q×¶’\Ü”wT\Ò\Z\ë0”ù6\n¹>”=¦h','',0,'?'),(_binary 'VG™9õ\\\'‰\Z!j\Z¶','wp-content/themes/houzez/framework/functions/price_functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/price_functions.php',0,_binary '](c÷0Škó=\ÍV\àP›\Ó',_binary '](c÷0Škó=\ÍV\àP›\Ó',_binary '\ä\Ù\à²k‚y>\ZA2ø,C\áø¾¤)Þ­*\é~T&','',0,'?'),(_binary 'VL6\Ý7G^l%D5z3\È\è','wp-includes/default-widgets.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/default-widgets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	\äB z\\f\0\É\í\Æó\Ç',_binary '%ürN8*G#˜’C¹\ÂUá´­P\àzôp_-\Ë\Ï\à\nÖŒ','',0,'?'),(_binary 'VPýÜ¤eYÀš\Zê™”\ÒOÀ','wp-content/plugins/wpforms-lite/src/Logger/RecordQuery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Logger/RecordQuery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯g0–ŸX\ÇMs\ÊS “\ï',_binary '&q­²c\à¬;Rm6¹\'5õ‡ö=\ì\nf˜5n¦\æp\×','',0,'?'),(_binary 'VWñ;zô\æ*°\Ã\ã(\ØºŒ','wp-includes/blocks/navigation.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›s I\ÜÞ¹\î\à=´¹±„',_binary '1Áÿž®¬tÉ£\àNšˆ \å“\ç.þ°9úŒ_lkg»\ã','',0,'?'),(_binary 'VZ‹¼À8\Öô9xò²	E','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×ÜžèŠ¨™òwŒ=´“~\Û',_binary 'K/0!~\ÉÞ¨ôd¶£÷¬·X\ÕN\ÃÆ¨W1¯Ø¦\0œ€`±\Ð','',0,'?'),(_binary 'V`\r\æ‘\Þ@’:OX7\×Ã»E','wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/redux-my extension.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/redux-my extension.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’x9-\Õ\Ú\nz	˜\à-}\\‹',_binary '·#ð\ÈûP\×Š*‹Å”6T˜›HqlòFjwð\ÝÕ°\Å','',0,'?'),(_binary 'Vh\î\ÑXn\ÌA\Õó.\á2™z','wp-content/themes/twentytwentytwo/parts/header.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/parts/header.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'LøE±ˆH˜]jb÷ø\Þ\Ñ',_binary '@y\äËŽ~\ÎS|‹Á\Ät(\æ¦@÷ºl\Õ,f~ª','',0,'?'),(_binary 'Vi\'\×\ãRu\Ëh:þÀ³u\Õ','wp-includes/blocks/query-pagination-previous.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-previous.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö\ÉbÄ«øôQ\Ê\Ã_NEUÀ3',_binary 'W²e¬¢x†ƒ\'ùY\Û\Ð\êñã¾“mF\ßb¹Lw—\âp\Ù','',0,'?'),(_binary 'Vm;_Q\çOÈ¨>ýnÏ‚•','wp-content/themes/twentytwentyfour/patterns/text-faq.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-faq.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E1[ü¯\'a\è\ÇN\'\ÒÀ¦',_binary '—.¨ð\é\ÓŽ\Ï\×;¬7\r\ÍR˜:rfŠÎ˜d\Ät\àõ','',0,'?'),(_binary 'Vne!\Êz0u1?¬¿','wp-includes/shortcodes.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/shortcodes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò<1²4w\Ò\É6¸ÁeŒ\0',_binary 'wG&;ª;R\Ò0VGÜ•Û§C@–¶8\\7\ã\Ã\ã\ÂM¾=','',0,'?'),(_binary 'Vn²˜¨ñM¤Dó\'Á\'l¤','wp-content/themes/houzez/framework/stripe-php/lib/Issuing/CardDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Issuing/CardDetails.php',0,_binary '!I­‡\nrIÁ˜µŠG\Ô\Ôz',_binary '!I­‡\nrIÁ˜µŠG\Ô\Ôz',_binary '‘\r<”ô\à\Âý¯@¹\âZi\Óþ\Ê\ÑDu°E‡¢\í3$K','',0,'?'),(_binary 'Vrm‘KE§p¼j\×\ä6—','wp-admin/images/w-logo-blue.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/w-logo-blue.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý[N°W¢ð_p\àw®0',_binary 'Þ£^Qt\ä3ôHunUâ»\É\à~²\'»T2','',0,'?'),(_binary 'VrÁ¾Qlcu\Ö\Ù}k®h,','wp-content/plugins/wordfence/js/jquery.tmpl.min.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/jquery.tmpl.min.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\\}\Ã\"£†‹7Ú·’•DZ',_binary '\ß.IôH\Z„g\0óH!7`‘£gÞ ZøzÈ„ƒÅ¾6|','',0,'?'),(_binary 'Vt4\ÏaxÆ„XÏ«¤f\è\n','wp-content/plugins/updraftplus/images/backblaze.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/backblaze.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œúz\ã] ˆ‹w·m@|š',_binary 'kñ6%\ßù\ÐV›$\Å\Ëq¯¼u;\Z\ÉS¶½G„\ì™{','',0,'?'),(_binary 'Vtý<ñýÿÏˆØÌœc\ä','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/AgeRangeType.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/AgeRangeType.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yA\"°1€3\"ŸF¿',_binary '\ã\'\ßGaf\ß<¬úME\ÂQ‚\êS¹\Ð¿>\'\ÆR\\&','',0,'?'),(_binary 'VyÁ\Û\Ébž¥ \'¯7|\Ö','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_svideo_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_svideo_24px.svg',0,_binary '2GL\ï§²v´\Ï\ÂÀ)¥\á',_binary '2GL\ï§²v´\Ï\ÂÀ)¥\á',_binary '‚(ú¼§™«×»\Ûi2\rQ(\ß\ÓJ|\ÖÇ–¯	\ê*\á\ßx','',0,'?'),(_binary 'VzW>ÑšD\ëódOz’Ih0','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Message.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Message.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•”fM‹Kl¢­\Â\Ó\Øo\Z',_binary 's\Õ\Ü\ÐÔ°(BÀT\à`Š\áß—Ui‚\\4“´¶\à\Ï','',0,'?'),(_binary 'V_‡\î18o	Y<\ZŠº<','wp-content/plugins/elementor/core/breakpoints/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/breakpoints/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zTh„N[qV\ÐE„u„±',_binary '¬>&ðF+‚\ÎÞ²N¶\æ<Op¹^]j£ª\Ûh\ÌH3','',0,'?'),(_binary 'V€¦™|3\Õ79”þ\æ¬[','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/paper-plane.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/paper-plane.svg',0,_binary '\ZMø\íZH\æ´\ß(Jj\Ä\Û\é',_binary '\ZMø\íZH\æ´\ß(Jj\Ä\Û\é',_binary '³JS^ï¤¨j•5óŠw‰·¨;Á#--€\ä²—','',0,'?'),(_binary 'V‚ô\ë4u8\ÆÂœ±Yf(','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/ObjectTypes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/ObjectTypes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äV\îý\Ï8Ñ‘‚?D\à4',_binary '\0§µ>õyZ¯oò®SJ\ÙUr+òñ–ûO&\ÌC\í]Wú­','',0,'?'),(_binary 'Vˆÿ—.\áò¶ø®‡)<\Ô','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âúi0§ž›\nr§øs\Ã.\ß',_binary 'ý\Ïm¤e0÷Š§Ï­ª™|\æ)¾ù\í>TYyv2©','',0,'?'),(_binary 'VŠ\ÆÐ­(\äÈ£AªG','wp-content/themes/sinatra/inc/admin/assets/js/sinatra-admin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/js/sinatra-admin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ™þ•3™³Lvd\\‡\Ý',_binary 'Ôˆ´›¦s\åh}O\è–\'`D\Î\Ì=\Í\Ø-(h4u_¶@Ž¦N$','',0,'?'),(_binary 'V“4=<ú\Å8\Ìø¾\ÓùXò','wp-content/plugins/elementor/core/settings/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\éK…\ÈuyL1¹R™<',_binary '?„\ã5‰Y´A®\r(¯_û)‡\\\à¿v½\ìU,˜}þPw','',0,'?'),(_binary 'Vž…\ï‚™ëŒ$\ØïŒŠx','wp-admin/js/post.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/post.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß£ô÷ Ÿ˜x{9i=‘5\Ý\×',_binary 'óÈ‘\åCY”r¬,/\Ý\n‘™¤3\ì²\âÙ•k\ïN)\"u\ì','',0,'?'),(_binary 'VŸ\Ù5\âHrž\ä\ßÖŠÏš\Í','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/367.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/367.js',0,_binary 'B…\ÈqeqÍ£‰:t­08¿a',_binary 'B…\ÈqeqÍ£‰:t­08¿a',_binary ';MK<ør’<\à\0§¯uHPÆª÷rS§\ä0]\'¸j€\Ó','',0,'?'),(_binary 'V !\ë‘U9\ÏD­ `“}½','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\äX\n).3¾`KX¹\ã0',_binary '\ç†í§¼@b\'PHFü>u¨f\ÚT‡´ñ=\ÚDÀ\Â\n','',0,'?'),(_binary 'V§nQ‚þZ>¸¾3\ï\ÙK‹','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-user-input-1c36e0eb8c8ea1c166b1.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-user-input-1c36e0eb8c8ea1c166b1.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»cC\×ÿ~£G¯\ÝSEñ‚',_binary '9¡z¢{5R\Ìf°°bI\ì\ì\íl Ì¹^I¥ nI½ðÊ†','',0,'?'),(_binary 'V¬Œ\í\Þrz\Í(¾nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'OU€ó0!\Ñu°bG|‰\Î',_binary 'h\í]\Ú%¬¹”¦¶I \è	¤ö´ÂI\0|\Ü1\ÕV~\n`','',0,'?'),(_binary 'V¬\Ú14Ø›ýû\Å‚\è¨ñ','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/LiteConnect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/LiteConnect.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Sžý.²û‡·€Iúðe•',_binary 'Ö“@ö¿^¾fs=Á\ÖL¨oÄ–\Ú?In\ì/­’˜N\Ñz','',0,'?'),(_binary 'V°k„S\Ã9|¦\Ì.\ä¬','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CopyOtherContactToMyContactsGroupRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CopyOtherContactToMyContactsGroupRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Û±v#E¯Djk@1Ÿ;ðW',_binary 'd\ÆI\é@\æ3ò«,§º:-\êZ?¾ÏŸ‘^Œ3£ƒ\ïü\Ø','',0,'?'),(_binary 'V´Œ\ë‘ø>-\Ù\Ú2ø3y\Ñ','wp-content/plugins/updraftplus/images/updraft_premv.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraft_premv.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2 ]\ÆFªx…\Í\"\Ú÷\ï„',_binary '§o\é&÷Šöj\Ä\"Yu“<³€r\0\çšl\ÒúK0J','',0,'?'),(_binary 'V¼\ÓH\"sX@\í\è[ø£m','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Entity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Entity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›PN~2H# ¯\Öù3ý',_binary '\ßT’\r\Ðð\á\ZUE\ëô‹´ ³j?“]†_òÐ¨\×Í¼','',0,'?'),(_binary 'V¼à¬ª\Ë\ßþ}kŒ\ÙÑ¬','wp-content/themes/yith-wonder/parts/header-left-logo-nav-inline-wide.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header-left-logo-nav-inline-wide.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«\Ù!\ÝQgÇˆ@=Ñš´B\Ì',_binary '.ö§¢Ê€û†7\ØB˜B»P­]˜o\Ñ~ŒœÿÕ»Õ¬w','',0,'?'),(_binary 'VÁä¼œ#\áü0sÝ¶÷±','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í¨ø\Ùú+\ì\í@;º¹”\Ç\Ô1',_binary 'Ñ¢\éÀðrðüR¿l\ì\Øÿ¼X\ÜTJg\ÝÄXDH','',0,'?'),(_binary 'VÃ„\ÌnÍ²ð$•\êmqþh','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ï·N=|òÐ£wu¹ \å“\ì',_binary '¬\á$,oo™\Æ\Û\Ö]Ò‡fY{B\\\0Q˜\ï_\Ñn','',0,'?'),(_binary 'V\ÍT¥;\0E r\"Í¡‘\ì','wp-content/plugins/revslider/admin/views/modals-general.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/modals-general.php',0,_binary 'µCC€9š-[F\'0ˆ\Ð',_binary 'µCC€9š-[F\'0ˆ\Ð',_binary '\ØO)^\ÕcÕ¨G\ím)t9½C\\3ÁúEb@\ÒÜ¢ð\Ì','',0,'?'),(_binary 'V\ÓÆŒcú_¶\Õ	\rš\â”','wp-content/plugins/revslider/public/assets/svg/notification/ic_disc_full_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_disc_full_24px.svg',0,_binary '·ˆ\ìÿ+Õ“\évž2',_binary '·ˆ\ìÿ+Õ“\évž2',_binary '§¤x÷Ú®g7Œ\Ö,.o<5Pf4]\áýr\ÚKŠ','',0,'?'),(_binary 'V×€\ã\Ä\'hý—Äˆ+:ŸÀ','wp-admin/includes/network.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/network.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü8iÐ®¨­\ÉÅ§†Gµ¸',_binary 'Á³]\Õ\íŠ&°;õ!`‘¦ 6•\éW¨G²\ã\Þ\Í;','',0,'?'),(_binary 'V\ÝþWo/\è\\H°¶ÁY \á','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯D@„\àö÷¸<(\ÛxHm',_binary '{o\nLˆO/>e±|r ¬«)Mq³ób\n»!¥ƒ{\ZB','',0,'?'),(_binary 'VÞ·¾\è\ìZwù„Ö«‡\Üùš','wp-content/plugins/wpforms-lite/templates/integrations/elementor/no-forms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/integrations/elementor/no-forms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦¥ä®½N\Ós»\î‡',_binary 'I S8•ù\ìùšzdX\ÔQp“q\Ú<v\Z¾\Û9\Ã|\à\Î\r','',0,'?'),(_binary 'VÞ½(\íL ±Q¥£\ãI','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_ActionMigrator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_ActionMigrator.php',0,_binary '—!²Tn\Éu`\'3S×—„ˆ',_binary '—!²Tn\Éu`\'3S×—„ˆ',_binary '~\ÄL\áX@»“›ÐŸ*7=ItÙ¶9f\êù„ý*­ÿ','',0,'?'),(_binary 'V\êby”I¡\Ë÷\Üjd\à\ç5ù','wp-content/plugins/wpforms-lite/assets/js/admin/share/list-table-ext.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/list-table-ext.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x€,q¨¶\ÔÎ›~\Z\çö·',_binary '”ó\Ïý·HHñ•=È°¦\Ñ}¯‰£÷œ\îü«\ÍCx9Bn','',0,'?'),(_binary 'V\ëjŸ¨µö¶/Õ—\ê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaGoogleAdsLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaGoogleAdsLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü`k\éXv=‘G¢0\ÊW',_binary '‡°c^\Ò2\á0\Üþ\rMõýy%\á=|I]‹<Ë³¬›\ç','',0,'?'),(_binary 'Vø—‰\×i.Œ’¾òRù-J ','wp-content/themes/houzez/framework/stripe-php/lib/Service/ShippingRateService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ShippingRateService.php',0,_binary '\ÆQU\ÃoJ*a\é\Ò,Eþ',_binary '\ÆQU\ÃoJ*a\é\Ò,Eþ',_binary '\äW›\\ª\Ð0»\à”r\åG\×s\îU²™\ë\ï€ôŒ÷Á¾¾Å­','',0,'?'),(_binary 'Vú‹”xO\É\\Çygö\\','wp-content/plugins/insert-headers-and-footers/admin/images/mircea.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/mircea.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j\Ók\ï&œ¥¶ú\Å*',_binary '\Øôù $™\ã}þßš¤Û™‰Š\ÍHLÜ«d;\í–ú7ƒ\ß\Ù','',0,'?'),(_binary 'Výu\Þxpõ³R¶cQ\Ê\"²','wp-includes/Requests/src/IdnaEncoder.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/IdnaEncoder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Þ‹}¨õ\É2e\îe',_binary '}C\r\Ç0gN5‚\Å#¿‹<\ÉW`+\0%Fdús\É{\ëLrd','',0,'?'),(_binary 'Vý‡O\éˆý™b\ZO6\Ëd)«','wp-content/themes/sinatra/wpml-config.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/wpml-config.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í{]P3Ê¨‡­‘kEÇˆ·',_binary '!ýÑ·\ÄÏ¯,@z¨€qµ§p\Ô\"\nv¤tÿ¿I3ð‡','',0,'?'),(_binary 'Ws™$8\Õ~œ‚NÈ-œ@','wp-includes/js/mediaelement/mediaelementplayer.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelementplayer.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ1\çÄªL¨\ïö5ú\Ñ!\n¡',_binary 'o­ò^:v\\‚¢õm¦o\×\Ù¾\ÆcTW[\é\ß\äŸk','',0,'?'),(_binary 'WP¯.50É´J@†','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/qtip/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/qtip/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'W·odò}Ó”;\Ñ\ï\ÞP','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/nginx-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/nginx-helper.php',0,_binary '9wô#B~04\'\Z\Ýû3’',_binary '9wô#B~04\'\Z\Ýû3’',_binary 'ç™‰\Ëz>š/}Œ_4Fi²91\ä:\Î\å}šOO','',0,'?'),(_binary 'W‰¼WO¢˜´>Œñ¤mA','wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êð:=I3‡$,\î.Õ«CN',_binary 'A™_SÄ·c1º­IC\âœZcdû0IniAFñe','',0,'?'),(_binary 'W·“Q\Ù3õ\Þ\èe›\ÕR~','wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_low_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_low_24px.svg',0,_binary '\Ä0|®±÷\×þM¢Ü¹œ',_binary '\Ä0|®±÷\×þM¢Ü¹œ',_binary '«\Êø\ê“t\ß\Ò\Ð\Ê=\Þ\Ï]&‹d\á}qz7môó\àn\îu','',0,'?'),(_binary 'W)YúG†–0A¢Ö‚?J\Z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼e U\ný\åò~\ä—\ÝÉ¹Š',_binary '\äwd\'\ç{ó\Ñ.ðw‡;Îž\Z@vH`E¿7ü\ß\Å','',0,'?'),(_binary 'W>fg>\å\Ô:{\ïŠ\Þ<&','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'PŠú\r«EkÜ™-š\ì/5\èg',_binary 'U ^ò•\Z¤%¨	6x\âß†D³‹s¡[Fƒ òX','',0,'?'),(_binary 'W&\ËÖ´ ª)+ôÚ±¥ö\å','wp-admin/includes/class-plugin-installer-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-plugin-installer-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T\ä%,w»\ÞI›¯rŸ\Ì',_binary '£J¼\ï\äQÞ’[Ž\nYŸ:\ç=\ÙBGÎ–\Ù\ìlG=<$¾','',0,'?'),(_binary 'W1¡Â±Ï³<vG\Øü¾”','wp-content/themes/houzez/template-parts/header/partials/login-register.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/login-register.php',0,_binary 'r–ó¶U”F\æ\â‡Sª\Ì',_binary 'r–ó¶U”F\æ\â‡Sª\Ì',_binary 'Ák\ÞW	\ß8Ù‘.†\ÒQý£n¢\0KqI\Ò\êul;Ã½8','',0,'?'),(_binary 'W6,7¸¤Y2¬¡øf\êœM(','wp-content/plugins/houzez-theme-functionality/classes/class-import-locations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-import-locations.php',0,_binary 'š´t›\ß.¢’C\çþ',_binary 'š´t›\ß.¢’C\çþ',_binary 'ŽYrmšL³‘¸\â|²•q)G0\æ(\Þõ·&\Âø<\Þ8¹','',0,'?'),(_binary 'W6¼œu^\Ç[¨aÐ±!Á!','wp-content/themes/houzez/framework/widgets/agency-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/agency-search.php',0,_binary 'a¼\ÐP>ómlÌŠ!E\ÇýP',_binary 'a¼\ÐP>ómlÌŠ!E\ÇýP',_binary ';\Í\Ã\Òñ½ÀH\íLB‘\Ò}e\Í+RZ\Ú,\Ë;p*²À','',0,'?'),(_binary 'W8h°!É©k®Ä‰\'“','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r RU¬b\â*\Í\Ò\0\'µ',_binary 'x\í\î\Ñò<\Ùs£’BZš2œj§RM\'0%$¹\Üi{ V','',0,'?'),(_binary 'W:‰­.¼\Ê³#”œŒ´ 8','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-IE.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-IE.min.js',0,_binary '\Ë\0ô•\âS1\Ï^º”|',_binary '\Ë\0ô•\âS1\Ï^º”|',_binary '\Æû¶\'© `\0n6¨­*\äS¯KwO‰÷ùI´xŸ€ªg\â\Ö','',0,'?'),(_binary 'W=ˆŸ»¥p\Ì&=qšO¨','wp-content/plugins/google-site-kit/includes/Core/Util/Input.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Input.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýÒšpò\ÜQ\É\âJ„B¡q',_binary '%Ü’|¬Sùˆñ\Z<h\'FFªu\0£õ5¤Hô¾º]k','',0,'?'),(_binary 'WA-¯\èúæ—¿AuD','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-active.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-active.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ËDsª\í)x\Ð\r¾ºœü³U',_binary 'q\ÓW8e\\c7\Ãr¯\ì\Ó1ˆIbl0«	õ\Å$\Ï\Ö=rþL4','',0,'?'),(_binary 'WF\r]ñ%\ç\Ö\Ýy¾\æ<\Õ0\Â','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CreateContainerVersionRequestVersionOptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CreateContainerVersionRequestVersionOptions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i-u\èý’n=ª\Ö-™¶',_binary '\n6_g\Ù\Ñ5º¯K‘\Ô\éG¨ÌƒF\Î<\æ/1rk¤\ÙQ','',0,'?'),(_binary 'WQ}Ñ‚ö¤¼Z£g\Í{®‚;','wp-content/themes/sinatra/inc/admin/class-sinatra-admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/class-sinatra-admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Òi8\Øñ$n1)\Ê',_binary '	·;|\'$ò2˜\î\Äv“‹½\ÂÀO.»1!\íù€»\Ä','',0,'?'),(_binary 'WZ°“¸«ûv;¶ýp­\Ï','wp-content/themes/houzez/property-details/single-property-tabs-vertical.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/single-property-tabs-vertical.php',0,_binary '3‚†\âÇ¯§\ÞÄ–\Æ\nˆ.œ',_binary '3‚†\âÇ¯§\ÞÄ–\Æ\nˆ.œ',_binary '\Ô\ZÁaC\Þ`ûz³;bg¿%ñ\Ö\ì¿\ádùm%\ÆD\0','',0,'?'),(_binary 'Wc°R½\ãõ”øŒhW\é4—','wp-content/plugins/elementor/app/modules/onboarding/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/onboarding/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W2\Í9•\Ú\ÙU¶f{×¢\Ú',_binary '+µ9üõ£7\Öd ú\ÚÍ¶ú±\Å\0i£d,©‘\Ã','',0,'?'),(_binary 'Wf&\ä[OØµž?S˜\éÈ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.\Æ\ê›\Ú/*MiÍ—™„\Î\Ù',_binary 'sÿV¨\"P$}] ¾\Þü\Ñ\ßuÄ‡y[r\ÜXƒ','',0,'?'),(_binary 'Wf\×\Ô)xu\Ä\ÝKœ™¦¤>','wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%/‹d\Ä\å¹^ÁšN–`T\Û}',_binary 'Î‚Sºc8\å\å\ÐL\åB\Å\ìÜ®½Lu%Û”\å…\ëu','',0,'?'),(_binary 'Wn=\Ê\Ï9È“u†\ËE¸T\ç','wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgraderSkin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgraderSkin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð†Ž9÷\\_ôËµ‹@0†',_binary '\Ã\Ênè©”˜\ÓX›Ñ/o÷rFe¶	£µ>\'Cy¢f]û','',0,'?'),(_binary 'WpQ\r\ÌM[K²\ã|~`¶','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.typewatch.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.typewatch.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬¿«\×º\ï\î\çû\î\ä\ÆQøv',_binary '…¹UŠ¦û\ìnušˆ±»Ý£^h\r\î\Û\ÉT\Íî¬¤( Ii','',0,'?'),(_binary 'Ws\å\ç{N\ÎhP—ršã¼±','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áw\àð·9\Ê64\"òky',_binary 'øXù“Œ•\Öó\Í\"v\Ñù’‹\Ä-*¼ô£í­·ºøñ3','',0,'?'),(_binary 'Wxñ¶ð°¬\îX8nt','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Promise.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Promise.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'SDl2\ä\ßÿ\Þ#M\'–^Úžñ',_binary '´´\Ç}J€š¢Ho\ËR„\"¶¤E£8`o\Å9)KG','',0,'?'),(_binary 'Wx\Z§Ta\ë\Ø7{\ï\Ë','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£—˜1óü³½-»yS™kg',_binary '4\Z¸\ÝH+*P\Å\Ü`ˆ,æ±¹³\êýÒ„|©*ûòÕŽp','',0,'?'),(_binary 'W{°g- Xò\éû\'=n8','wp-admin/moderation.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/moderation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z\ØEVUÀ÷uú\Û\Ú‡¤ú',_binary 'ºƒFq\ç6³£1»¶¢\É<£©ªw„t&\ßb\ß\Â\Ë\Ù1¦¹','',0,'?'),(_binary 'W})Ó–7£Œ\êe\ç}5\æ9,','wp-admin/load-styles.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/load-styles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"ö.B©\å\Ö\çh¶°mi‘§',_binary 'ð(h€\ÖÇ‘:Ž\Í;÷4¦D{#t\éò‹Àüx\Ë3','',0,'?'),(_binary 'W~Å‘ðB\Í\ÅCiôù\Ð','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/HmacSha1Test.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/HmacSha1Test.php',0,_binary 'I\Ôu†ø\Þ\Ö#R\Äk¹sv™',_binary 'I\Ôu†ø\Þ\Ö#R\Äk¹sv™',_binary '²\Þ\Õ^xz{€›r„®´˜)Ÿ_}o>£<þ6å¼˜ºLþ¿\ß','',0,'?'),(_binary 'Wƒ\è\Ìf ¥TL§? okP','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U°°\ÊO)\Ï#T£ŽZ§5«',_binary '\ÑBò)ˆ-8’)¹ÚˆËŽ÷ZCo:\ÜÕ£vRÛ®¶ža€','',0,'?'),(_binary 'W‡\à0\É\r–9\Ï!s˜îµ»Á','wp-content/plugins/wp-rocket/inc/Engine/Common/Database/Tables/AbstractTable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Database/Tables/AbstractTable.php',0,_binary 'b\ÚÀlìžµ7^^½',_binary 'b\ÚÀlìžµ7^^½',_binary '‰\×\äÈ‰;Ž%ú\Î\Ç\'ˆh\Ý4®ø\ÃJ\Â@0#ö®Žù','',0,'?'),(_binary 'W) ¼€(v/‘ó\Õ3‡1','wp-includes/html-api/class-wp-html-processor-state.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-processor-state.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç•A©q—Ü›º\Ûg¾\É',_binary 'r|«®ý=\Ê\á•û¥At&žq\È@$Oò.}Ð­M×½²E','',0,'?'),(_binary 'W*=d´¼\r!, \Ü=>','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-forms.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-forms.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'¯ñ{¬}\Òq*°ŠF?',_binary '\Þ´5ñZ@ª û`\é¦ò£Ó \"z\à\Z\Ê\0›“\0¼Ê¨_þ','',0,'?'),(_binary 'Wh³Nq\Ñ\É\'Ái!N	','wp-content/themes/houzez/template-parts/realtors/agent/image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/image.php',0,_binary 'uzÃšUFˆ!üÿ¡\Î37',_binary 'uzÃšUFˆ!üÿ¡\Î37',_binary '¦\å|©©×¸U„e @T¹ô\é­\ÖŸI“\ÌH®','',0,'?'),(_binary 'W\ÍLjN/¼@Ï¢\ßÆ°‚','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T	˜\Änrkœ\ï•',_binary '\å³;\\ø\ÂXÚ\î\ê/0;¾œQòP†.“B4\Ãò\Z\Ô','',0,'?'),(_binary 'W“\Ä?´Abe¡ÿ\Û\Óe\"l','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/buddypress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/buddypress.php',0,_binary '¬³½µ”Š\ï\îÌ±ŽŠu¸',_binary '¬³½µ”Š\ï\îÌ±ŽŠu¸',_binary '˜rÛŸ€ð\×.AL÷k_P˜\ÎGñ\äQHªø«\Úój‚ð','',0,'?'),(_binary 'W”Œ$_´®!s\Éh','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/create-listing-btn.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/create-listing-btn.php',0,_binary '±z\ækG¼€iuC%n¼',_binary '±z\ækG¼€iuC%n¼',_binary '<º š\Ç\Äe\r¨*VS¢ZL?¾µ^‘,1~\Ì','',0,'?'),(_binary 'W¥mÁº\Í;uŽ\ÂQ‰¯qA¶','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDimensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDimensions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…££aþU¯”]+De®m',_binary 'cI\r@\à¸\Ýx²¢ª2iMB¥À\ìaXJz\Æý¤CñÀ','',0,'?'),(_binary 'W¥°s{»Q®q¶Áiˆ','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't‡ÖŠqÚ©€‚ýŸ‡\Ý?½',_binary '\îo\Ä\ÊÍŒP\ä3•\ZJõy­\ÃÜ¼­\ì`o\0|¤\ã=','',0,'?'),(_binary 'W¨kvT†N\Õ9Ie\í•','wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers/Pointer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers/Pointer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5«)‰™ÁªÁ^(¡†¾+\\”',_binary '\ë\Íž\\ç´°íª·\ÆøýƒøpLÕ»m÷ù;k\Z\í','',0,'?'),(_binary 'W¬i5!_¾3øòY\Å`','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/wpml.php',0,_binary '\Þ*f5[Œ•W{\Ç\Êe#Th',_binary '\Þ*f5[Œ•W{\Ç\Êe#Th',_binary 'ŒoùÃ‡‘qX!,`h_”\Â5òlÎ€ ‚SšaY\â@\Ö','',0,'?'),(_binary 'W­ †G\Ìõ3µ\Ý\ä\ëM,ý\0','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/DeleteContactPhotoResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/DeleteContactPhotoResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6Ÿ¸¨I\ØrˆW\Æ\"/',_binary '\ßd-÷¢\Õ\Û\åK\Ê$¹“!\Ý\ì\rfP\Ù*®¹\Ú^)','',0,'?'),(_binary 'W®´špü\îY¡£û5£','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_6_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_6_24px.svg',0,_binary 'aow\Í-/ÿ\ä‰\É\ÈP\í=:',_binary 'aow\Í-/ÿ\ä‰\É\ÈP\í=:',_binary '‡w‚•²\ÎGT¯¼Â®\Â|°\ãõ<>ô\é/øwž','',0,'?'),(_binary 'W®\Þ64<<´5}:×„¶)\Ô','wp-content/plugins/wordfence/css/wf-onboarding.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-onboarding.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶š?Û·Bq-UO\ÕZe ',_binary '\Ý\æ\ÃÔ¶¼X}˜•\ÍC\Ó_\ä£,°² fF\í\Í*6\ç\Ê','',0,'?'),(_binary 'W³\Ü\Ë\Å,5o{DC–¥\í','wp-content/themes/houzez/js/vendors/i18n/defaults-zh_TW.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-zh_TW.min.js',0,_binary 'R¤\ÄØž9 …\ám)\'ý',_binary 'R¤\ÄØž9 …\ám)\'ý',_binary '©;\á:ñN\'ƒ`=f÷±\ÃN¬iB…ú$GÄ‹B','',0,'?'),(_binary 'Wºp„T>÷\âŒ\ÔÎ¤ð\Øú','wp-content/themes/houzez/template-parts/dashboard/submit/floor-plans.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/floor-plans.php',0,_binary 'ž‘\\\çIØ¶\ÎB	S\Óv',_binary 'ž‘\\\çIØ¶\ÎB	S\Óv',_binary 'Í¬8\ím@’À<kLõ\Â&ÿ\í\ç\Þ\éþN\ÆÀ›ž\ÆýöŒA','',0,'?'),(_binary 'W¼D7x)\Ì\\oz>ý1','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/ValueListItemService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/ValueListItemService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Úb];\ì¼=ÒŠ–\Ë\Ø',_binary '¿ÿh9Ã¦˜4xa1û^\Ô;÷\ç¯=A\îóª\Òqùsi}','',0,'?'),(_binary 'W¾j2h¹A\àfÀÃ mÈ¸\Í','wp-content/plugins/google-site-kit/includes/Core/Authentication/Verification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Verification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“\è\ÓÈ§;\æŸLõû\Úf¡',_binary 'O7\'Rið\Çþ™ð\ë\×yi\Ýg \É\Ø\à´þ‰$K\Íd','',0,'?'),(_binary 'W¾\Ælu+úº¹Na)WG§8','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricOrderBy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricOrderBy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú»¯¥=\ÈM\Ä	ß†\æ`',_binary '\Ô^¤H†?®Rú§>¿\'¡	\î\ÏFY’œò¼¬j‰‘d\Â\ß','',0,'?'),(_binary 'W\Æx¦ð\n?ò¨\ØH)i','wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤kKJ\É\Æ>á¼½‘	Ž',_binary '“\Ðó7¢J\ÄþºEÞ¯÷·ºŠS$R\nÕ±¿GR¤','',0,'?'),(_binary 'W\Î\äŠ¼\Üøg\çR€Ju','wp-content/plugins/wpforms-lite/assets/images/addon-icon-conditional-logic.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-conditional-logic.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•3\nRÖ¡\ßsn\"Áó‚\Æ',_binary '\Ç\Ï?wUöl\ï‰\Ï™\×\Þ\×4š\ï‘\Ñ7\áS=6\çn4H\Òl(','',0,'?'),(_binary 'W\Ò™\Å\r\n\Í}^…’\Éª','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Events.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Events.php',0,_binary '4]W\nM\ÍFf\â[?‡\î\ÇÞƒ',_binary '4]W\nM\ÍFf\â[?‡\î\ÇÞƒ',_binary '\îÄ¹ýX >L\Þ\ïI({D¾~¬]$c!q&','',0,'?'),(_binary 'W\Ôý®wÑ¼]¨D4\Å\"#ý','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.3.0/wonder-blocks.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.3.0/wonder-blocks.js',0,_binary 'D‰a\"\0Ð”\Ì2%Hy',_binary 'D‰a\"\0Ð”\Ì2%Hy',_binary 'œb¥\ïÿ(cš¯\Älm¹²ŽüŒtžŒ€6?\n{Eˆ{\Ó','',0,'?'),(_binary 'WÖ‡]&”—úÅ§”G–²','wp-content/plugins/redux-framework/sample/sections/select-fields/image-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/select-fields/image-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³kþ¯µ ›x\æ°4ñ{\Î\Ì\ß',_binary '\î}²»Hµÿ’Ô‘4&“\ÃR\Ðñ\Äi{Kˆ~g,6ú$?©','',0,'?'),(_binary 'W\â§1÷BF›²—b\'S\Ð\"‘','wp-content/themes/houzez/template-parts/dashboard/board/leads/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/main.php',0,_binary '\äðµ«K\Ó$6\í•g8IŠ',_binary '\äðµ«K\Ó$6\í•g8IŠ',_binary 'G\ÙUÚŸ\n\Õ^\Ì\ÍóeR1I%\í.Ý°Š—5²\ç\Ä4†e¶','',0,'?'),(_binary 'W\ç\î„bLUŽ^,\Ð=Á@','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åž©\Îó&3f£=g-\n',_binary 'QðNF¹÷0‡;\Ö7\ç\â¸xQ\Ï!\ê|£¹\Ùh¬\\?V','',0,'?'),(_binary 'W\êt\ãñ\Ô!;2\Õ\ÂZcµ\ç\ê','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/maps.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/maps.js',0,_binary '©³!k\ê~t\×V¦j\Ã\ß',_binary '©³!k\ê~t\×V¦j\Ã\ß',_binary '\0‡}ªù?¬\r¦\Ìð\ß\'´\Õe\'PN¾ø\å-2˜.\Ô0>r','',0,'?'),(_binary 'Wö\Ö\âK,š(¬I\á\Å„\ë','wp-content/plugins/redux-framework/redux-core/templates/panel/container.tpl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/container.tpl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ©•0÷XZ@\íy|z8(',_binary '`¯T\n*üNÿL`\ë$Ki;_\Ö\'òú\Ïö\'¯¿„J\Ð','',0,'?'),(_binary 'Wö\Ò]}¤$ºSK\"N§6','wp-content/plugins/updraftplus/images/padlock-150.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/padlock-150.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛG\\&_{\ï˜}§\Â“[¥',_binary 'S¼\á\Ê‰°§\Zzœ\ëw%\ëDj^v¨I\í\Ê\Íqš§','',0,'?'),(_binary 'Wö\Òerh\ß\Èß„‚†¬','wp-content/themes/houzez/template-parts/listing/item-list-v7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-list-v7.php',0,_binary '\Ø\ÔtŠ5ýÀ°)qXˆ2¸M',_binary '\Ø\ÔtŠ5ýÀ°)qXˆ2¸M',_binary 'wZlºŒ—\ØwD9\Ú5\Üû\ä)C›‰O¯&\ãï´ªù¾','',0,'?'),(_binary 'WûÅª_Exýr–SW\ã5\Æ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file06.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file06.svg',0,_binary 'œ§}V\Û.]E|¤;º¢ô\ÝW',_binary 'œ§}V\Û.]E|¤;º¢ô\ÝW',_binary '!‚\ni\â,\Ú@®mvð\æ—\rJ^¶/\Ñk®†˜÷˜','',0,'?'),(_binary 'X¶ZG3üžjq\'²7Å\ã','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/SignalHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/SignalHandler.php',0,_binary '6;\Âö²IÀ\Æn—6‡\íu',_binary '6;\Âö²IÀ\Æn—6‡\íu',_binary 'ªª=•\Í\0MKo\Æ\Ô53Ž¿ÿ^¹=¬9.—\ä\ìÀF”ˆßº','',0,'?'),(_binary 'X\ß\Íc*É•›Š¼¿™','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í\ÄfÀµ±Èž‚LAš#(t',_binary 'mbµK[¹2:e<-Ld\ÕNó‡‘U\åd]°ùŽ\ÙÂŸw','',0,'?'),(_binary 'XÇ§|$_\É`ŽI\É\n','wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-empty-view-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-empty-view-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âo“M.»š\æø€Jª/Œ',_binary 'yuÁ&­\Å½\ã\Ä\ß*\â”TRf›\Þ0Iø\Î4zúhó¬','',0,'?'),(_binary 'X\æ½G„&/¥þs\'l5\0','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/ChargeSucceeded.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/ChargeSucceeded.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þa7^\éMˆ˜W=VÁ',_binary '/>\ç\nG˜¥o\à²\È\íšp¥¦§@‹Ü¼Ê´@\Ü)\É','',0,'?'),(_binary 'Xqb+Ÿa./)~)±/','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart04.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart04.svg',0,_binary '¿³WXnþî´	d\çG\ê',_binary '¿³WXnþî´	d\çG\ê',_binary '\éUDÅ¸}$Ö–mI\ç3A½´£Bˆ\Ì\'\ã\æ¤wHñ‰D','',0,'?'),(_binary 'X\rtgª‚\ÏL\ÝK\ë:\ÙR','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïªó f¡\ÕG\Øñ²#\Ë',_binary '\Ëõl±\ßSªÿdµ.*j„a\ßP=Ö©ª[¥{§]a','',0,'?'),(_binary 'X*Nû\ÉX\ì£\Æ\ë\Î\Þ','wp-content/themes/houzez/template-parts/listing/partials/item-btn.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-btn.php',0,_binary '%²{1>§¼\ÆV9‘lg',_binary '%²{1>§¼\ÆV9‘lg',_binary ']‹\êžYÿ˜09\Übþ\ZÇžç˜€u¥<–j½\\\Ö^“','',0,'?'),(_binary 'X\êzw³¶tQsüqA0','wp-content/themes/sinatra/template-parts/header/header-layout-1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/header-layout-1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à¥û!\Ñ~Jò|	j%»H',_binary 'y*wH>–¤´ex€«\Ï\0\×\Ï½<\æ| \ÐU2`/ø','',0,'?'),(_binary 'X…PC\ì\Îh\ç˜,\é\Ó','wp-content/plugins/revslider/sr6/assets/assets/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/assets/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'XÂ¹²Å>¢ó\ß\Ò','wp-content/plugins/revslider/public/assets/svg/content/ic_clear_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_clear_24px.svg',0,_binary '­\ß\ÎFî¤\Ì_\Z¤d«˜\"',_binary '­\ß\ÎFî¤\Ì_\Z¤d«˜\"',_binary 'Mþr‡Y5tÁ\ÙJ¬ \Î$Y¼I \Å?‚\ì¾À\ì\à•^\â','',0,'?'),(_binary 'XÍ®™\Ñ\àxâ·™\Ä#ˆ\Æ','wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õZ\Zõ…È«<jN\Ù_	6',_binary '	yLX’¢=-™šŽyA5\äF\n:9$@\Z^\Z2r1‡l\Ò','',0,'?'),(_binary 'XÍ‰8ºS	¸„\Ò\éöU2\Å','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1ßºˆq\Ó\Þ*µ¸E£\Ì;\Ès',_binary 'n‹^\ÆÍ›\Ê\ÝcÁ¼7\0ò\Öd.&\Ø¨@xþ\0`þ','',0,'?'),(_binary 'X!ÊºZ§Pç­Ï‹¬P<<','wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÚÝˆor¨\Æ\çm\ÍLw^\ã',_binary '\è\ãªqù\ïMˆ\ã(¥A­/\ÍNñ1qv‰I^¤-?’\ê¬','',0,'?'),(_binary 'X,\çEõCj$_ƒ¬8I§‚0','wp-includes/images/smilies/icon_cool.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_cool.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n `—\ì÷\à\Íivj.\ß',_binary '\âäº‹F„9;2_	…$\Ê$~¾LOžaø6\Óññ¿_','',0,'?'),(_binary 'X-\ÑzŽ\Ízñ\ï\Én‘ÏŒ','wp-content/plugins/revslider/admin/views/footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/footer.php',0,_binary '\ä\éBKœµöQG\Þ\ÒešŸ',_binary '\ä\éBKœµöQG\Þ\ÒešŸ',_binary 'cà¹±lújkÿJ\ìòúò\â\ÒV§lÀ}º\\\á','',0,'?'),(_binary 'X5\è\ãr·¥\\X‹\Ù^üG','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SetupAttemptService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SetupAttemptService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤»|#l”†Ö½$\Ìo',_binary 'ûl™8\Ê\Ñ\ÐÃ¶“\é@‰™˜\ÓÇˆþ‰	¬Bø\ØWó','',0,'?'),(_binary 'X:~Â¿\ØP¼;x\çÙŽ¯º\\','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_4_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_4_bar_24px.svg',0,_binary 'Eµfü=\Üúq\ï¨\ßzr\\',_binary 'Eµfü=\Üúq\ï¨\ßzr\\',_binary '\ÝX%ø¬Ð¹\Æ›ö\Ñó0¦ñ\ÅYhj}1‚\Ô\Ù\ÈRŽ™','',0,'?'),(_binary 'X?ü±\Ëö†\Ø1¬8f/ˆ\ä','wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashCache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'íª¸¡{¶\Øý}þ¹d\é¢',_binary '@ý±\ãPAG\Æú?“k÷²R€\ìÿüJ>qÑ¾EaE','',0,'?'),(_binary 'X@(¸‚´>\ÕoMb~m','wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_right_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_right_36px.svg',0,_binary 'dbƒl„jô›µ›*Šý\Ýs',_binary 'dbƒl„jô›µ›*Šý\Ýs',_binary '®ww \ã\â\ÏX\0O@½Hd2‰[{sN·À\Ýiû¹²','',0,'?'),(_binary 'XI6ôÁt\Ñ6T(Ê_¤cr','wp-content/themes/sinatra/404.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/404.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\Â~“ù…8± \ïš\ÇQ}\å†',_binary '\ç@R\ç+	c4÷x!\â\Ùø\Þ\Ú:Ã²@ò¾GþU','',0,'?'),(_binary 'XJ\Ê\ç\nýsp3t9!Òˆ','wp-includes/style-engine/class-wp-style-engine.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/style-engine/class-wp-style-engine.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü>‚ãº¸œ…\Î\ZŸ÷wži',_binary 'pOþ^\Ú\0¼¼W¦k¯w!ð\Ñ~˜l¯}\ÎnutG\Ûo:','',0,'?'),(_binary 'XZ?×ž6L\Êå¸¼ ·','wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\Ç\ÎŠZ}\Ï}bE¬^',_binary 'ó\n\Æ4»\ãK&I÷v®²”\Ûù%HóÛºC|\ä¶¹É©–','',0,'?'),(_binary 'XZA\ÛÊƒö©\Ù\n\ÂVa\Æ','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D¸ú\Ì\Ü\àùYó9D^¤',_binary '«”\ê´/$›¸|¬<HI]\á¾\Æ\ÝTeª	0Že¨š','',0,'?'),(_binary 'X[hú,.\Üi°`!ue','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ProductService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ProductService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž%$\0!o>l9dÈœŒH',_binary 't\Ô\Ûu´”ô¦/ËŸ·Ë¢…þ\Ã*¶\Ý\ØgœƒmX\Ç','',0,'?'),(_binary 'X\\QDÓ¨p¬H\é¼Ê¯','wp-content/plugins/elementor/assets/css/widget-accordion.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-accordion.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´´~¹\r\'\ã\'¶ö¼\\	\à',_binary '–\Ê:	–R\'i†›\Éw‡niWx“x\çÑ\ä!@X	˜w','',0,'?'),(_binary 'X\\“§Aƒð ×–¥N','wp-content/plugins/wpforms-lite/assets/css/wpforms-base.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/wpforms-base.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/\ì“|«™\ä!\Ú\Z,ýˆ¤\ì',_binary '@Ø¾`Weû±ž\Ï#§Œ\ÈÌ1{\×\á»(Ñ½\ê\â¾9Š9','',0,'?'),(_binary 'X^\ï~|Ž~\ëù\Ù\ë2¢\å','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/UnsupportedGrantTypeException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/UnsupportedGrantTypeException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\È`§\âL\Û\ÍF¹\Êa\Ã$÷À',_binary '\Ô!÷ø¼‰\ß\äÀ\Ä4º\Ñ_9u©û$Jë·¢æŒ»\0\Ã','',0,'?'),(_binary 'Xd+—-@À\ì’’­\ã','wp-content/themes/houzez/template-parts/dashboard/profile/social.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/social.php',0,_binary '—a¹\Ër‡\àu&„H…¿&7',_binary '—a¹\Ër‡\àu&„H…¿&7',_binary 'TG5\Åi­qQ\Çsm¸Šý\Ù\Ô[s\Ùo™¥ª3\Â\ÇN@)','',0,'?'),(_binary 'Xd\Íð,p8¤yD<;\"q','wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j»µLm›rc\à†®Š',_binary 'Rµ\Ú/VN>±Oú°·búÎœµw^k\Ý\Ý^\Ù\'3','',0,'?'),(_binary 'Xexd¯]s55¤ ]~®','wp-content/themes/sinatra/inc/customizer/controls/color/color.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/color/color.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’$T!„Ž^[kð…;-Ø¬',_binary '\Ìº|¾Ž\Ã\à\ä„ú†hšó%–Æ¹ˆÐ³ ­¥ˆ\Ò6]¸Rö','',0,'?'),(_binary 'Xg#»m\rfšjž7m®^','wp-includes/blocks/post-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßv¿ðÒ¼‚Y\ë\î¶\Þr',_binary 'ùŽo°¿\Çl«KJi<\0I&–ysy Rª\rú6º.!','',0,'?'),(_binary 'Xj²<\Z«…8s\"ÿ©2\å','wp-content/plugins/elementor/modules/floating-buttons/widgets/contact-buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/widgets/contact-buttons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2sª¤’?*_@ÿ5wþ†',_binary '&9›@À›¥x¥–.žB]Â»…+Á%‡\ç YŠ','',0,'?'),(_binary 'XkE—þH<ñŽ¾\Õ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/zh-CN.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/zh-CN.js',0,_binary '2J¨³TQ<€#\Â‹¨¹',_binary '2J¨³TQ<€#\Â‹¨¹',_binary 'žc°\Z\'W‰\'rüó\Ï\å¨—F\áº›\ïvE\È0','',0,'?'),(_binary 'XlYôXno‚@7V’Xô','wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\×eýma‘c÷S_J©',_binary '¹kM\0…ý0}\Ü\Ï\'„j^\Í~ößˆ‚}Ã¢\Ïm‡\ç…J','',0,'?'),(_binary 'Xt:Á\Þ]$8ó\Û<eY\é„','wp-content/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php',0,_binary '\â\ÒpW€\ÌqNñ­_u:´|4',_binary '\â\ÒpW€\ÌqNñ­_u:´|4',_binary '¹FŒ‰òñœl½´\Ù\Ï\ê…ÿ9®¹F&\Ý\rr^\Ò','',0,'?'),(_binary 'Xw,ƒ÷+“M\Ô5	r$¥','wp-content/plugins/google-site-kit/third-party/google/auth/src/AccessToken.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/AccessToken.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TwZ®y9`•uÑ»',_binary 'H!\"Ž­ö\æL>3’ö\ç[qÂ€\ÊÆªñE¦Ï¿2…\Ñ\Å','',0,'?'),(_binary 'Xw/¦¶\éeZ9.=\0M\çoþ','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/Post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/Post.php',0,_binary ']™µo(Ò¶¢TN4É¨\ì',_binary ']™µo(Ò¶¢TN4É¨\ì',_binary '¬0¬‡öðr\n\Ë]\ÞüøÃ¥•\"\æ_·%\ãJeüÍ˜\É','',0,'?'),(_binary 'X}„\Ý\ì\'1a(e\Ó8[\ï','wp-content/themes/houzez/template-parts/realtors/agent/stats-property-cities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/stats-property-cities.php',0,_binary 'y\çN†w)£\îø«‘#æ©š=',_binary 'y\çN†w)£\îø«‘#æ©š=',_binary 'R˜{h~+=7c¡\í™\ã’s\×kó.Moiß¾<Tþ','',0,'?'),(_binary 'XŠø-06óMFk  ¸','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýÿ‹óv\Z\Ò8h¸\é­(Ô,',_binary 'O[u\"ë™Ž\èv8B“i\n?\Ój\ØV„l>‘X€\È','',0,'?'),(_binary 'X……‘a­-ü[Å«_\ë¤[','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/realtime-notices.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/realtime-notices.js',0,_binary '8þç“¸ z\éY1„6X\èÿ',_binary '8þç“¸ z\éY1„6X\èÿ',_binary '²­<k†Ò”\ÔTw\ë©ó\"1¯t\Ñ\×Ü—ñVˆš#õ\è','',0,'?'),(_binary 'X—:8+Ë“2>V]¬\Ë8\à','wp-admin/images/sort-2x.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/sort-2x.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘´AÃ¬k\ì:¼bÑ‚vFj',_binary '\'ˆ—­aK\Å\0tGJ¯Bq…©XW*(J|1š£õz[(','',0,'?'),(_binary 'X™ÿ\ÃP¬\îTË§ûkc•','wp-content/plugins/wp-rocket/inc/front/process.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/front/process.php',0,_binary '\Î@õq\\ƒ}±«§—[õ',_binary '\Î@õq\\ƒ}±«§—[õ',_binary 'þ[\ËT\ÅnŸEjd\Ý(²$:!Áh\ÔÎ\0›s\è><','',0,'?'),(_binary 'Xi83Ž\åqb|õƒ,\r','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“f!ÉŽ”Ð“\ç»Â°ó‹',_binary 'FÀv¿^Z³›SuØž\áÅ¥ðp\ß\n“²Ck','',0,'?'),(_binary 'X¥2›FGr‚\Ðm\âøóF\Þ','wp-includes/blocks/button/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<Z\Z÷È¢83K‡ÙŒ.cGú',_binary '¤½w;Ÿ¦¤3\ïgeVò\Ô\nt«Eø\ÜO-U?´\Ë\á€ne','',0,'?'),(_binary 'X¥’,\éi@D\ÙXQ†ø','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTableRows.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTableRows.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ËwŒq=‹.É´?\\\á\ßl',_binary 'z¥‘\ÂV\íÊ˜õ\â \nóu£P!`\Ç\ÊJ\rÓ‹\Ãõó','',0,'?'),(_binary 'X©f©²ý‰\ë½\0\îB8”','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_fi.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_fi.js',0,_binary '$¡ó´9Œ¨\Ý¶»]¾ž',_binary '$¡ó´9Œ¨\Ý¶»]¾ž',_binary '²\æšC9\ÕP%\ÃÿzÎƒÞ›õ\çö2˜5qZ8!¡ø','',0,'?'),(_binary 'X­­=›l3Ÿ&\å\r\Ç\'¦','wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0/\Ú\0\ã\â›ùs',_binary 'B~\Ï\âe?@\Å\É\Í3q»	\ä*½\Ç<ö¾3<JYªau×µ','',0,'?'),(_binary 'X´”È¿°W!\ÍXð)§\Æ','wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception/Invalid_Param_Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception/Invalid_Param_Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’3´xsÎ½@\ãÛ‡X\ßô',_binary '6µ\Ø\Âx6ù€S\àY§\ï{\ì¶>\èL\î <bO\Î\éWL9','',0,'?'),(_binary 'Xµs™\ÊÿYq\Ú\åžePL','wp-includes/blocks/code/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äa\Æø\Ê–V\äý0_ ¨',_binary 'œ\"=ùP\â´\â*Ñ|6L¨“E\Ý?‰¸%B¸iþk','',0,'?'),(_binary 'X¶-£\Ñ7P\È>vÅ¯iau','wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§LvÇ¼\Ú\Z­(°\n®\Ø\Ì',_binary 'W…iwg¬ :zBK”\ê¨n$8\ÓV,\ÝTmþ­OÂ†','',0,'?'),(_binary 'X¾Ö\á|5_8Ep\ëAŸ\Ù','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÊŸ@½2$að\æoJl<',_binary 'Nk{nð\'_Mv\Ýa|«­guÈŸ\Ön&„F\Ê\ÎI','',0,'?'),(_binary 'X\Â\×\ßG°¦“ö•\åz„X','wp-admin/includes/class-wp-upgrader.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-upgrader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì\'o—¹j¡\èAbi…@vT“',_binary '\âig<3€\Ê\é°ûn\Í.\Ñ2õ#H–\r\Ç\ã~Šh\âl\Ãc','',0,'?'),(_binary 'X\Æ~\ÊVzl!_˜]/ž-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’Xü\ÏC’Á#B·sTøb',_binary 'Ã—GH\ì\Î\æ\Ï5kÓ¹r\ÂÜ°RR£\Ç_£x\Â-¨','',0,'?'),(_binary 'X\Ì5²´g8-¡\Û\Û1‹|ñy','wp-content/themes/houzez/js/vendors/i18n/defaults-pt_PT.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pt_PT.min.js',0,_binary '	‡?Å²\Ïò\ÂGZ­R*',_binary '	‡?Å²\Ïò\ÂGZ­R*',_binary '²\ÃDU!‘¨\ÔX\àMºŽ\Ë\ÖZH<ùpž¤%\Ñ/m?','',0,'?'),(_binary 'X\Ì\çP^#\Åa‹\ÄÕ-\Â','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/366.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/366.js',0,_binary '«{™œ„¯\É\àº‡ˆÅ³?',_binary '«{™œ„¯\É\àº‡ˆÅ³?',_binary '\ÂL5\äVs\Í^¤7vce&\ä4½^rÞ›t§Š³5-ð©','',0,'?'),(_binary 'X\ÏÔ°ý³\n\Ù\é?Y?K›µ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessQuotaStatus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessQuotaStatus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.\×8\ífúOC+\ê›3Qôö',_binary '\æV*ü\ÙR°ƒ\Ø./U\ìNJ\Ñ\Ë~:ý=\Æ$\Í1£\Ë','',0,'?'),(_binary 'X\Ðk(Dñ\ÖqÈ›÷ýGö¨','wp-includes/js/jquery/ui/slider.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/slider.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5ôð|±Ž®c¯WK\Üxb\Ë',_binary ' u»/\\G«Ø†“#”ž\Å(\î,gMwð+yÈ›F–\ìT','',0,'?'),(_binary 'X\Ó\ÌÑ“iõp¢uß–\á,\Ñ','wp-content/plugins/wp-rocket/inc/Addon/WebP/AbstractWebp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/WebP/AbstractWebp.php',0,_binary '#ª\ê7Ô•o±ˆf´_Ò¼¼',_binary '#ª\ê7Ô•o±ˆf´_Ò¼¼',_binary '}\å@\è|‡\ÛÿË‰„6YG‚lŠÁÄ“\âJ|gx@d','',0,'?'),(_binary 'X\×Â§‘‚½e\ád¡B¦\Î','wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Subscriber.php',0,_binary '\ãZ´fTµ(™\ÉÈ U•\Î',_binary '\ãZ´fTµ(™\ÉÈ U•\Î',_binary '„h$ü.\ë(·X@/’|— B;U\ï)\ÏRë£¬R¸À\Ò\î','',0,'?'),(_binary 'X\Ø\ÜN¡½8„jøƒ³¢cù','wp-includes/blocks/post-excerpt/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Í€/“-\0I]T~\Ç\Ò ¸\Ø',_binary 'þ\ÓaŸð›\ç&\ÂjfÀ#‚\Z-Cx\ç\åWO\è\éòn¯\Õpj','',0,'?'),(_binary 'X\Ú\"m\Ê@\ÔQ¸•\æ|õ˜','wp-content/plugins/elementor/license.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/license.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó\"9¼¶sF:¸t\è\rGú\å',_binary 'ø\ÐF}þÕŒø©óO Xòõ\Ï\í\í	#ü«¯#¥','',0,'?'),(_binary 'X\á2„\ÚV>þ™µ\Ä\ì','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_2_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_2_bar_24px.svg',0,_binary '³8p¼_\é|\'Fwún2G¸',_binary '³8p¼_\é|\'Fwún2G¸',_binary 'ÿO±Sº¿4B¥e\Äph\Â5\Ñ\ÝG0“‚ò\à','',0,'?'),(_binary 'X\âÚ°1q£*\É\Ýú±ï±›','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/CustomerService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/CustomerService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í\Íø“GúØ³¥\Ì\Æ9',_binary ' \Ë?\âW™ALx\Þ\ru\ÛLôu;BBlj…†?7UG†Ã','',0,'?'),(_binary 'X\ã\ä\Ö/\\H.i’_\Ç4s','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentMethodConfiguration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentMethodConfiguration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜D#ºZ\è%­Žž¾P\rÍˆ',_binary '7“a¶]\Ë\Ý)\Û\é]d¤sq\Ýô-—»\è+?*t$\Æ','',0,'?'),(_binary 'X\é\ì;€BG¹4³¤o¤\Õ\Ô','wp-content/plugins/elementor/modules/compatibility-tag/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/compatibility-tag/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’\âWøÙŸ\ë$Vb\Êg',_binary 'TW}Ï„ÿW\ÜG’ñ®ië›½ÅˆÕcuC[§Tñ\Å','',0,'?'),(_binary 'X\ê=\Ó2h4÷/{ +','wp-includes/spl-autoload-compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/spl-autoload-compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6õuõ{\ît¤\Õò‰›',_binary '\ç\Ë,\ÉZ\rM	>Ü…€\àg\ïpò/\é	Z\Z#`!û.','',0,'?'),(_binary 'X\ìÀpomO­S\Êüƒ','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerExceptionInterface.php',0,_binary 'hXø,pm\Î\È\Ê\Èk\Æ|',_binary 'hXø,pm\Î\È\Ê\Èk\Æ|',_binary '\'š\Ü\Êo’–¶*L¨–·šòLz‘u†Š\Ý\Üxš#±u\'','',0,'?'),(_binary 'X\í•ñGK\ën¥,öœ½','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?^\Æ\Ï2NK}\×Î¢ý–“',_binary '*ð\â\n_)\\\âJF\Ð.tS·Sgf·f#\è£.µ ýnW\î','',0,'?'),(_binary 'X\í¤zÛ¼\Ã÷¨z\Üo¤\ë','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials/CaptiveFlow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials/CaptiveFlow.php',0,_binary '??~\ß]Ÿ¯\äüVô\Z#',_binary '??~\ß]Ÿ¯\äüVô\Z#',_binary 'ž¢ôb¥\Ì\Å\Z¢\É\rDX,4P€B\ï\ï\'8\È%\ÖÖ—¿z','',0,'?'),(_binary 'Xð‡TCW_^¨·ogô\ê','wp-admin/includes/class-wp-debug-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-debug-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íŸ)ùcyø\Òðüõ\Ä%\Ø',_binary 'ð¯Ê”y1M?®Ó‘zö¿1–ó\ï\Ô§up¸`\Ô','',0,'?'),(_binary 'XðÕ›¢\ån\ç¹’\Ì(oý\n','wp-content/plugins/wp-rocket/assets/js/preload-links.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/preload-links.js',0,_binary 'Q\ê4£\í^Qô\ÆYð;¢§',_binary 'Q\ê4£\í^Qô\ÆYð;¢§',_binary '\íöP±8\"\ïüLøs–\Ò\ÃUS\ì!Ý¡§–\Ìt®!\Û','',0,'?'),(_binary 'Xó\ïE3\Ìgð$&™h°\Ð','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/globe.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/globe.svg',0,_binary '>\ÊýVŸ\ÞD¨<²<­û',_binary '>\ÊýVŸ\ÞD¨<²<­û',_binary '/ZJ§\È,“Õ’3›§!¥|Y\Ùö¼#¿ñ\ç\äŸ¸ø½','',0,'?'),(_binary 'Xô2\á®\Õø¼µ5Ð½ŸC­','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.eu.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.eu.min.js',0,_binary 'LHm7\0\Ós³’!Ð¹',_binary 'LHm7\0\Ós³’!Ð¹',_binary '\á\ìŠZ¤\äx<\ÎÕ³I½Å¶†i•†g\Ù\Ù\ßý\'~Sý±:','',0,'?'),(_binary 'Xö¹\ÞMß£P\ÌsI—Z','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Date.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',\nO\Þ\Ó\çF¹r\á·o>¡',_binary '\'<Ù¢9·µ‘¯+r°ÿ¶¤4{œ=J¦ï˜–Ÿþµ˜—','',0,'?'),(_binary 'Xû*¢-ZÃ»`x+R','wp-content/plugins/wordpress-seo/css/dist/introductions-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/introductions-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`Lþ«&¢EGü«¦',_binary 'M\ÓP¥r¿kBö^§Ê§\Ì\ßwÌª:´ð\ë\Í?Mô¦hû','',0,'?'),(_binary 'YCü\Î|ú¹\'sý¿£\ÎE','wp-content/themes/houzez/js/vendors/i18n/defaults-sl_SI.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sl_SI.min.js',0,_binary 'õ-\'“l\ÌBjð£É¤\Ö?',_binary 'õ-\'“l\ÌBjð£É¤\Ö?',_binary '±^@\Ô\Ïqd~\ÒOƒ{ðs«\Í\ê•q\0;—ôC\Å8Ø|\ç','',0,'?'),(_binary 'Yòb¶=‰‚Ã•¥øu\Î','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Attribute/AsMonologProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Attribute/AsMonologProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Í›°Ÿ¯\Ç\ÎV<A»ôi',_binary '§\Ã\ÌI\Ún\\QA¥:\çb\íKLþ‹\ÉnSe$Uñ\Úu ¶\Þ','',0,'?'),(_binary 'Y2\0ü°_¸c\Ï¦„','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Reader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Reader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Üò\ÈC]Kª\ë¤€9À_±',_binary 'ð¦d¹5O¼\nò_zYjƒ†\Ï4f#šCb`@¢­þ®','',0,'?'),(_binary 'YFo\Ë\ÛPI¤Ñ','wp-content/plugins/revslider/public/assets/svg/notification/ic_sync_problem_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sync_problem_24px.svg',0,_binary '—¤\n£\â€Â¶wdß»My',_binary '—¤\n£\â€Â¶wdß»My',_binary '=¢d©R˜]=<†ÉƒwòÆ°\Ý\Ì\ÐYV´\êf\ÝZ¨\Z?œ','',0,'?'),(_binary 'Y\ÂX®\n\Û2z*\ÎI´','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/rooms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/rooms.php',0,_binary 'm“\á,\\4¶NFö/µ%\×kª',_binary 'm“\á,\\4¶NFö/µ%\×kª',_binary '\Ê\Åwgª†ºM»\ÇAD¸‹\é®=î¦µ2¦_`-\Ìe','',0,'?'),(_binary 'Y3„q_\Ë;Ö†¹\ßS','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/blue/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/blue/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\\úñv\ÏH¦-Lü`¿™',_binary '›nñf¼\Z9\Þ3\ï\Ô2\å\ÅøS¿6\Òw=<°q\Z\ÂS','',0,'?'),(_binary 'Yu›\ÉP*Aþˆ\ß;_d\ì÷','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-woocommerce-9043ca3351c215979b62.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-woocommerce-9043ca3351c215979b62.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§˜®\Ûf(\'Q9\äšu¦ÿ',_binary '.ºÀƒm`\î-\ãSq#¥\n\çK6[¸ül{w-\í\Ç\Í\0î•','',0,'?'),(_binary 'Y\"\ÛP4CE[\Õ\æ\"\Å\ï','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners/SurveyQueueListener.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners/SurveyQueueListener.php',0,_binary 'ù\ç\ÞH\á jÿõ7‰\ãT',_binary 'ù\ç\ÞH\á jÿõ7‰\ãT',_binary 'ƒ—\ß9:B\á¼\Ô\ÓD)\ÍZbEð±•rV õl','',0,'?'),(_binary 'Y(\ãKýª\èg\0ûó_','wp-includes/js/dist/annotations.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/annotations.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÓP[\ÖÈ¼\æB]±–\0´¸Q',_binary ' ñ^=¥du‡³[…Óš–´‰ÿ„fdy\ïÏƒ¤ÿ\n','',0,'?'),(_binary 'Y)£ƒ—A/ûTE“,–y','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/NotificationsApi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/NotificationsApi.php',0,_binary '»jŠþ2ŽCS¸\á\ãs–µ',_binary '»jŠþ2ŽCS¸\á\ãs–µ',_binary '\Í\Å\Ç\ZZy‡\\‘\0Ž+*kÎ¡F?ZöÑ˜±Xö÷§‚h;','',0,'?'),(_binary 'Y*\n\È\å§\ì0.¹–Š4I','wp-content/plugins/wpforms-lite/src/Admin/Notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í\Û:;„p¨\Ýú\'¬ƒ´\ïi',_binary '\Ìc\äbÏ–õ©\Ù\ß\Îøª	Z`ˆ=\\—¹ûŸ\íÇ›ñ5','',0,'?'),(_binary 'Y*|U‹\Z__,+Ä’b±','wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/FacebookSessionPersistentDataHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/FacebookSessionPersistentDataHandler.php',0,_binary 'þ¸Ñ›\ãöþeººq·',_binary 'þ¸Ñ›\ãöþeººq·',_binary '\Ü~*N)|KY&$¡H’óµZŒ\å¿6Õ«W\Î5Ÿ','',0,'?'),(_binary 'Y+&‘³€ª«/¢ÃŒ˜p','wp-content/themes/houzez/framework/functions/membership-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/membership-functions.php',0,_binary 'Û˜ A&h¿‘G\çlR*\á',_binary 'Û˜ A&h¿‘G\çlR*\á',_binary 'ÿ\\\ÖyÀÔ›´Añ\Æ\Ï\Ña)°\ÈÎ£1#SÁ_‚¯¯¡˜y','',0,'?'),(_binary 'Y+ä¿“c€ŠŒ­\0ºcº2ö','wp-content/plugins/revslider/public/assets/svg/content/ic_flag_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_flag_24px.svg',0,_binary '\í\âL‘h›2ô\à~\Õ\à· ',_binary '\í\âL‘h›2ô\à~\Õ\à· ',_binary '½„*\Æ]4\0\ÊAt°J[\î“\Ô.vtŒ‚ž[¹IŸ®\Ñ','',0,'?'),(_binary 'Y,<\Åñ\î-m‰nf','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-private.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-private.svg',0,_binary '8X¯pbm\Ú÷9[ 3:',_binary '8X¯pbm\Ú÷9[ 3:',_binary ')Î¢vM—š%¥\åuª\ç¡E¾Æ“­oÙ§â¯§+R','',0,'?'),(_binary 'Y,Qp\êgmu#—eŸ±¼~','wp-includes/widgets/class-wp-nav-menu-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-nav-menu-widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨þoD‡·•gI]À.op[',_binary 'UŸšÅ‹—d³#­mdÆ‚26\Û\r÷z,ý‹€v*ôf','',0,'?'),(_binary 'Y-8gŠm\å\Ì<Z28$Q`•','wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨ª^š.PFƒ5ƒ[m.7£',_binary 'ñÉ†h\ØM÷\ì\ÄHGY^zDdž¸l\Òýk\Ú%¨ù','',0,'?'),(_binary 'Y/\ÝÞ‘ö	¡\Î\â\Züñ“','wp-includes/js/dist/escape-html.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/escape-html.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ(6¦\Î;Áº`@%KºR',_binary '\ëf\í\êw`}\î³@þŸª÷6\Æ:¾Ö˜,j=\ÜUo','',0,'?'),(_binary 'Y4‰ð}ð hGÞ¼\\g4','wp-content/themes/yith-wonder/assets/css/backwards-compatibility.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/backwards-compatibility.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(JIé²‰£úö«<²Å§',_binary 'Fû©þ¤>ÀWp\ÐË‡JTrI‰£\Í\Âj¸dA\ër','',0,'?'),(_binary 'Y7-¡¡\ÍJŠÝ¨iwQ\áv','wp-content/plugins/revslider/public/assets/svg/social/ic_person_add_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_person_add_24px.svg',0,_binary '\\\â*Ž¯\Çs2¬*I',_binary '\\\â*Ž¯\Çs2¬*I',_binary 'Úµ8ù -\Õ\æ¶ñ¹JaùË‘}%Q ô÷\âk’ \é\è','',0,'?'),(_binary 'Y;A]‘Q¥jŽ\0\Ø[±[\Ã','wp-content/themes/houzez/template-parts/testimonials/item-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/testimonials/item-v2.php',0,_binary 'GpB*•®ˆ¼\Ý!a‹¡†½›',_binary 'GpB*•®ˆ¼\Ý!a‹¡†½›',_binary '7\Ùw\Î\ì*„L	d»)d|\ÔÊ<¦¿\àfA˜\à','',0,'?'),(_binary 'Y@¿ù÷Qqp]\"¬›¿¦f','wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Page.php',0,_binary 'Ü”\ï\à;\ÈxW¨©\ãtJqU‘',_binary 'Ü”\ï\à;\ÈxW¨©\ãtJqU‘',_binary '\æŒ\í’\àÞ„oó•“{\ê\Ë}À\à\0b\ÑÌ‰•x\0i\Å}ô','',0,'?'),(_binary 'YBt\nª\nc\åÝŸ.µývi','wp-content/plugins/wordfence/views/diagnostics/text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/diagnostics/text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º\Z–\ç®É¬’5\Ü3ÿÿ„;\Â',_binary 'ðn\ÔTY/àµª_,nl”[–lWþ\Þ\é\å\ÔZAŠs\È%','',0,'?'),(_binary 'YB¼B;ø:ÿ~ù%œ—','wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\Ü1¢¨tPoû¨\ÊD±',_binary '9ƒ\rO:r\å\ç ²=öM6¾\0\Íl†Ý¡ÑœPµ\Ñú-‚~','',0,'?'),(_binary 'YEJªKYA1.£)ƒHS0;','wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_mac_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_mac_24px.svg',0,_binary '–¥­-\Ý?Z\Î\Òr»€¢þ',_binary '–¥­-\Ý?Z\Î\Òr»€¢þ',_binary '<El§(\×p–\Ú\æ#w˜½W¢˜Œñg1ñ\ÜÁX7\Ð6','',0,'?'),(_binary 'YJn_\ãzúYùGJ\ãn','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money2.svg',0,_binary '¡€\å„\àùJã±¸9Nb',_binary '¡€\å„\àùJã±¸9Nb',_binary 'û·\Ñ‡\ßÛ¸¡¤\Ó/™È™í¦±›ôýHcù¯÷Eƒ','',0,'?'),(_binary 'YO’;™-ygù¿\Ñ}“°','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_75_ffffff_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_75_ffffff_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—±\n˜¦«>\×\Æhþ¦/\Ùd',_binary 'Á~ùq\Ç\Ð\Ë\08 5}5L\ÆqG-³â¸•#P\çH\ã','',0,'?'),(_binary 'YSFn¡\\\Â\Í\Èð2Á-º','wp-content/themes/houzez/framework/stripe-php/lib/AccountLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/AccountLink.php',0,_binary 'ÿ\Ð\nX\êA@o\Ëu…QU¢',_binary 'ÿ\Ð\nX\êA@o\Ëu…QU¢',_binary '¤\Ì\Ë?c\í¤Zóž°ðu(€Ç˜+DŒ5»¡\å\nUfH4„','',0,'?'),(_binary 'YVô™2™•9}D8£','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨CZ?\Î@J±N_ji<”\Z',_binary '€<¸HÀ„¢\"\ØôF¯@÷¬Œõ%®®\Ú1`7<\Òð	¢\Í}','',0,'?'),(_binary 'YXvG\Î.H˜n³þ\Â','wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/ReaderService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/ReaderService.php',0,_binary 'GN\å÷d\ZD¯™7)ø¯r\Öð',_binary 'GN\å÷d\ZD¯™7)ø¯r\Öð',_binary '@ôony£¯S\",¦$*ýô\\ r\Ýô\ßÝ¶Ç•EqS¥','',0,'?'),(_binary 'Yaž;ƒ»\à#\Ñ\ZG¥‡“','wp-content/themes/yith-wonder/patterns/site-header-left-logo-navigation-inline.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-header-left-logo-navigation-inline.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N“\Þü|`$0°tU˜³œ–',_binary '­¦/¤\îËµ\Ç\ÉX\é\Â5Š\í¤Í·ü„Jo\í–@*\Ø','',0,'?'),(_binary 'Ybcy\Ùöq©µsI–‰','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes/class-have-i-been-pwned-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes/class-have-i-been-pwned-api.php',0,_binary '-½7%²þTUˆGø\âm[',_binary '-½7%²þTUˆGø\âm[',_binary '+l+6\îEƒxvb…&N¬#x·{*dG7(_\\j','',0,'?'),(_binary 'Yn%Pÿ‚L¼n,x]','wp-content/themes/houzez/framework/metaboxes/property/listing_rental.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/listing_rental.php',0,_binary 'DsMaH\Íû™¨2\"œo¨',_binary 'DsMaH\Íû™¨2\"œo¨',_binary 'p¼\ï#Uœ)\ã¬T\ÔE\ÄUž\î\É{\Ýò—\Ü¾\Úy|½djº','',0,'?'),(_binary 'Yrôx\n\0ó]1®¬«yC','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\ê>½q¡N·\ÂD\Ú\à©×­q',_binary '\Êq‘xƒ´h5\ÂU”ôlñôýC/ƒPi\Ë&\Äõ%.u','',0,'?'),(_binary 'YuNCž\î“X\Ç=q±\Òÿ©7','wp-content/themes/houzez/js/vendors/leaflet/leaflet.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/leaflet/leaflet.js',0,_binary 'ø±Xm’›}‘q\×\í\æ.=',_binary 'ø±Xm’›}‘q\×\í\æ.=',_binary 'Ä¼}êŸ©Á\ìº\í°bAŸ,Ñ²\ÜIÄ \ãv˜Dö','',0,'?'),(_binary 'Y…La\Ø€µh\Ð(','wp-admin/edit.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b®\ßZzñ±f¿d\Ô$’',_binary '—‡.S\Å.¹x?–N\ÌaZ_+L¡\ê;¾5£D…ó’d','',0,'?'),(_binary 'Y‡\røÓ¾Á‹¥>‰ö×¥½1','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-GB.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-GB.min.js',0,_binary '\nÿ\Z\'\×\èz¤\×+	(AZ\Ü',_binary '\nÿ\Z\'\×\èz¤\×+	(AZ\Ü',_binary '\ÍeK¿\Ú\ãu Uhm¨•]N\ä\ãW¥s&Ã¤§°vž','',0,'?'),(_binary 'Y‡¢úÑ¿~•y\r~„‹š','wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•.³¼\ä\ì“<z\åû€	¡',_binary '|h\"\Î\èyÚ‘Fºp€ý\âd&±ø9¦Sf|¢|uŠ’','',0,'?'),(_binary 'Yˆ,e\êAõ¼wÀ`\á\Ä','wp-includes/images/media/archive.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/archive.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\Ò\î\ßòhû\0\Ú\ÓÃ¬‘u',_binary '\0ýBb¼3˜»\'\Ï\Ô\'°„)JG –À](G\Å9Pr2 s','',0,'?'),(_binary 'Y‰\ë\è«ù6<e\ÚA§ñ=\"‹','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EO	:\'\ZÓŽšñ\Ô\èXƒP',_binary '+s¿x}^ðd¢1^®½g\Â\ÓRö\×ÿ±£\Â.û©£Ÿ','',0,'?'),(_binary 'YŠd\r~G%@Z»]Á\Ý5','wp-content/plugins/revslider/public/assets/svg/maps/ic_restaurant_menu_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_restaurant_menu_24px.svg',0,_binary 'k\Äxxj¯@öh3G',_binary 'k\Äxxj¯@öh3G',_binary 'Â¿\Î\ÙS\Æx>ŠF¡4jú,7ÏµÁlX2]¿ù\è_‰','',0,'?'),(_binary 'Y‹\î\è¼}ùÀ\Ì\Ìk&ó\ç\ï','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-admin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-admin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ëtl4ldÚ‡‹‘º\ÊW \â',_binary 'ôt\ç\èÂ†\à@\äfYR½\å\Ò\ÙZ¦1_\\ª4|\Í¯¬™Uœ','',0,'?'),(_binary 'YŒ‚mÕŽuå‰±´d\Ýû','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/RevolutionSlider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/RevolutionSlider.php',0,_binary '¼‡\Ë\ëkØ§‚|”­\Ä2j\í',_binary '¼‡\Ë\ëkØ§‚|”­\Ä2j\í',_binary '(\Õv\ÏÁú°w\îGl\Þ#<\ÍÐœJ\ÎUO\Ë4\ÝM0\ÍI;','',0,'?'),(_binary 'Y“W\ÜT{!C:fR4ÿ\á','wp-content/themes/houzez/framework/stripe-php/lib/Service/ReviewService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ReviewService.php',0,_binary 'ºpÖ‹Ÿ\Þ66b!k¹R7',_binary 'ºpÖ‹Ÿ\Þ66b!k¹R7',_binary 'ƒj\Õ\ã¤.†5×ºð;*`¸m\ë\Ö&ÿ\ÚpŠšs¨','',0,'?'),(_binary 'Y•<\\(jÎˆƒ6b):\ä','wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F|\ÈO>I[}~C:\Ð\ÒxIº',_binary '“eVúLxk:¿\ÓG _7”b\Èzþ<<SÔˆL™ó_‚#Œ','',0,'?'),(_binary 'Yž³`+ð\"\"U\ÙqM˜,','wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤­‡N\î\Ê)Zµk·\Z\\\ne',_binary 'e\×þõmxô\r!«l™¿½B\áòd”º±Jõ³d','',0,'?'),(_binary 'YŸBWy	+\æB‘Om\Çýz','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#ž:š\áN\Å\'”Dxƒ\ÑN',_binary '¦[§õ_|Ð\Ø~E©¶©\í+¯~\ÅE\ì€(‘`\í_ª¾','',0,'?'),(_binary 'Y 68\ÔH;%,¹_c\n€','wp-includes/css/wp-auth-check.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-auth-check.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a×§1¡\Ä~^wù\ëFö½',_binary 'Oƒ€\ë¹ü’ö˜\Ålòö£•T,R3G ;¢¹_7œ ','',0,'?'),(_binary 'Y €‰…u.4ø\íÌ±\ì•','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-attachments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-attachments.php',0,_binary '„€g¬ÜŒ¾¾X{\Ëh',_binary '„€g¬ÜŒ¾¾X{\Ëh',_binary '©/§‹\ç\Å03,²\Ï\ä\Ó@§->”™^ek\rõ8','',0,'?'),(_binary 'Y¤‘Ÿo:OtZ\ã\ÇOÒ®\n','wp-content/plugins/houzez-theme-functionality/templates/newhtml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/newhtml.php',0,_binary 'I\Ñ\'€1•¢-”#üœ5',_binary 'I\Ñ\'€1•¢-”#üœ5',_binary '€Å£«µ\ì\î÷À;† !\æ_¬;†Œ\Ì:\éy\ÅH','',0,'?'),(_binary 'Y¨¿#\Ìú…jD¨_2n','wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤nw\ã\Üþ>5sÙ¡Á@+Ä§',_binary 'NÝ+\Ê	zR4 ³í„»~¿\è9q:a\éM˜¹\ïS','',0,'?'),(_binary 'Y¬Ð™i\ïz#OÅ­†IË¤8','wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚\åÎ“µ”\Ãa7Ž¬„ý',_binary 'œ\ÆNŒYkª¡½ý\\<|\ÒÆž Z\Ñ\á8yÖ\È\×op','',0,'?'),(_binary 'Y±hi ¨25i°Y\Ï=3','wp-content/themes/houzez/template-parts/dashboard/submit/media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/media.php',0,_binary '¥1­\È\Ý\Z\'§Õ‰žf',_binary '¥1­\È\Ý\Z\'§Õ‰žf',_binary 'SL¨eü\Ê2\Ó9Û”§D—\Üð\ä,‚_ýe\Òp\Ä\0*ä©¸','',0,'?'),(_binary 'Y²&)_¾˜´Š†w¾o\Ú8¿','wp-content/plugins/wordpress-seo/images/alert-success-icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/alert-success-icon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°®?h\å0Xñ\Þü\ã¼ù',_binary '¥,\Ó0\ZA/\ÕZ\ëeK³O\\pÒ£\ndF¹\Þ\nef‘i€','',0,'?'),(_binary 'Y³\áO\×\\E¨l-É’cú','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/euro.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/euro.svg',0,_binary '£™½X\ábŽUµ{„,ÁŽ',_binary '£™½X\ábŽUµ{„,ÁŽ',_binary '\Â	­?-\Â|*J£_ªú\nD\æôÊ»\Ä@*!‰¥R','',0,'?'),(_binary 'Y¸\È\'K`HP\ÊY¢s','wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡HFjb‹Uv¡°|·IŸ',_binary 'õ! OúN„}#–”ÿ\âì’¦=Áü›EvÝ„\è\0fTÙ¶\×C','',0,'?'),(_binary 'Yº€Àc´ª´°#\É\íü','wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/AuthorizationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/AuthorizationService.php',0,_binary '\Ì9K7»ú1<±dško',_binary '\Ì9K7»ú1<±dško',_binary '\ÞÃ\Â&YkO\É\ë\æYŠ´\à\r„´°$Ê„\îz½ðn','',0,'?'),(_binary 'Y¼¯[º@G’\é&\ìÿ\Ör\0','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/Migration_Command.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/Migration_Command.php',0,_binary 'k<]^Ü´\Çý›”³=3•c',_binary 'k<]^Ü´\Çý›”³=3•c',_binary '*ù\n\Äµ\Ë`Œ3\Ôq\ï^°,,²G\ã/H\ã','',0,'?'),(_binary 'Y¾J´\Ð|\È\í[D½\ìy±Y','wp-content/plugins/wordfence/waf/.htaccess','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/.htaccess',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£E\"xK\Ê\ê{\Ç8ödS³',_binary 'C‡¾ö½\'r…9½\ì@\âK¡Þ†t¡ª™ö\â§w#@kº','',0,'?'),(_binary 'Y\Åx^¬­\åšz\Ê,U\îû','wp-content/plugins/elementor/includes/widgets/icon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/icon.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GR\r\'úAnc®¹ h‚-}',_binary 'y\ÐŽH\çû3RQ¦\çoü4\Â\Ü\ã¡\Ëµ¡`DFI','',0,'?'),(_binary 'Y\Í\Ö>2¯Nl\îù¯­S”\Û','wp-content/plugins/houzez-studio/includes/class-houzez-studio-deactivator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/class-houzez-studio-deactivator.php',0,_binary '\Z„9 \Ì#k÷t!¤Ä U\â',_binary '\Z„9 \Ì#k÷t!¤Ä U\â',_binary '\Úò©/úó\å¶(Z\Ôþ­0ZöþP=Ï€´l˜™\Zx\Ó','',0,'?'),(_binary 'YÑ¼a\r \Æ\ÃHÿ*-´«U','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_FinishedAction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_FinishedAction.php',0,_binary '–‡ƒ! d\ç\Ôõ\Þt\ç\ë\é„',_binary '–‡ƒ! d\ç\Ôõ\Þt\ç\ë\é„',_binary 'Z\Ì:õ¹Ð«¥\Ï\ÅwiG€e&¢\Øg\×\Ç;((f\'Ó‡','',0,'?'),(_binary 'YÒªsv’\Ý\ÚmŒe!a2²‰','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SiteImagesController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SiteImagesController.php',0,_binary 'u9F0\'7;\ÜaDœ±I',_binary 'u9F0\'7;\ÜaDœ±I',_binary '·küœ\01*\Ä0ýÐ•vOôò}z\Ãyò³\Òüñ\Ï\ÊG','',0,'?'),(_binary 'Y\Ô\ä\Ö\í]¦®ÅžI†•¨','wp-includes/js/jquery/ui/effect-slide.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-slide.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñÿ\Æm\×÷8„ô¦\ê§+\Ö',_binary '»¤IF\0a{|¡\'(œnJž/\Ôcó\n±\Ä-ù¥:G9','',0,'?'),(_binary 'YÖ»Uª€\Õ\Ï}\Ãr/','wp-includes/SimplePie/Cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	û§~Ü¯{Ê¹›½¦+h\É',_binary 'ùmd…¼§•\án\Înun”pU0 l½\à6­¤—ZišR','',0,'?'),(_binary 'YÛ©`b²°l}ú,\Òm\È\ì','wp-content/plugins/houzez-login-register/social/google/contrib/Google_ComputeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_ComputeService.php',0,_binary 'û›wû!\ÜÔ°H+ÿ(*Ø',_binary 'û›wû!\ÜÔ°H+ÿ(*Ø',_binary '\ç×·š!‚:—¶…/Ô«\êI_\ìù›\Ùm~‡”\ç÷','',0,'?'),(_binary 'Y\âñ\èÎ½óŒK˜—\äiWZ','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Search.php',0,_binary '(¢–ö<Ë›f„[±ývG',_binary '(¢–ö<Ë›f„[±ývG',_binary '\ß\Åx\Ç\'h)w;\È÷\×|w\Øþºñ\Ðz\â\Â\â‰\Ü\ÄÎŽ\å\Öù','',0,'?'),(_binary 'Y\ã†ô¾˜ð\ïq0yŸ','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Config.php',0,_binary '\îsr:X*¤³m\Ø~˜\É\ìj',_binary '\îsr:X*¤³m\Ø~˜\É\ìj',_binary '>d-\ÉqÀ\Å1›-wYk¢\ïu‚rN}a†¶£V²dB','',0,'?'),(_binary 'Y\çULŠ5J\×Þ”\Ýv[ž','wp-includes/rest-api/search/class-wp-rest-search-handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' š$[–\Ï\ÉwL„uaµ¹',_binary '£Ë^õ ;\0•²d2ÂÅ’›43s.~$[¡Z\"','',0,'?'),(_binary 'Y\é…|\ÓuŒW³\ê\0\0R]','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ExchangeRate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ExchangeRate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ\Ýf%=¢Í¥pÔ«›õ',_binary 'zq]“<‚pUT³\ëoÒ³¹’ýd% òˆÔ‡\Ë@µó¹]','',0,'?'),(_binary 'Y\íŠv\n¨+\ãL¬\ÂÒ¡û:','wp-content/plugins/redux-framework/redux-core/assets/img/3cr.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/3cr.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`\É\Ù\Ó9\'>^p\ßX·2ñ',_binary '\":\îOq6\Øö°=Ï´.\Z\Ü÷\ê\ì2õƒs)@+/Kkf','',0,'?'),(_binary 'Yò¹\èXw\æ¼W¥“:ª','wp-content/plugins/wpforms-lite/templates/admin/payments/single/heading-navigation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/heading-navigation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þHr\ï7*\Ê\Ð\Z\Zif:=€',_binary 'óŸ\Ï[\r;7-RkJ0\Þ£§g\Öóö\Û\ß\"','',0,'?'),(_binary 'Yóg7$\ßB…[ö-','wp-content/plugins/updraftplus/images/addons-images/migrator.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/migrator.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é‡>‡^ˆ]\"\Æ\" £^@',_binary '\ÆF\ê5„2:\Å\Ý\ÏÒƒ{\Ï\ÊPQ5¥ñ.µ\î)}z\0	w','',0,'?'),(_binary 'Yý0Aá«™ƒf6ñ\è²\Ô\Æ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/puzzle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/puzzle.svg',0,_binary 'RŒd\ËÁZ#cRmq_1',_binary 'RŒd\ËÁZ#cRmq_1',_binary 'ùu¬™û¯4ô›¤³nQ@F‘mÁR¶h4ß˜9y ','',0,'?'),(_binary 'Yÿ®\ÑgH0•>V\"Ž\à','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È\Ä2£ùIƒCFò\ï[jn',_binary '—½\Å\n´\éG\Â\â,ú|£6ö•\Ò\rô‡—  RÏ²\à','',0,'?'),(_binary 'Zu\äRA­Q†\Õ~²\Í','wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Zú)\r^`vO\Ø!\0€\Ä',_binary '©¿\Ú\Ü?\'\È1E\n9\ÓZxG1\ä\'\Ó\í~8˜ô\á±[\í','',0,'?'),(_binary 'Z\Ü÷Ugýð&¨¯[\'º','wp-content/plugins/wpforms-lite/templates/builder/fullscreen/ie-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/fullscreen/ie-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=RO¼3Šx\Ügñƒ\Ü\Ô\Ì',_binary 'P!ˆ\ìurø;†jmþi…\Ñ#Ÿò	,¬§Ô†e\Çü„c‰','',0,'?'),(_binary 'Zæ ¸A@¿\Ö\Æ\Òt“Š','wp-includes/blocks/search/view.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/view.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ft\Ñ ò¯s–•Zƒ§\âï€™',_binary '\Ò\à‹\Ätë™¢8žl\Ô\"ÃªK¹8@ÿN’1Œ˜gY#x','',0,'?'),(_binary 'Z<ÿ[KUu£e§´Œ†','wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒð[û_¢@–\×ñFø',_binary '\Â	šÎoo`÷<¹ðD\ìYQa¤^<w…œª]\Û\Ç','',0,'?'),(_binary 'Z=\Ì\Ë\î\î\ÇÓ“\Î\Ëj` ','wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\ÜyôŠlZKÁr\Ë3\Õ',_binary '\æ\"¾Ì¼Â­M\Ç\Ì\Ö_…bï´•W\ä\ßiÅ¶6R}TA_\ß','',0,'?'),(_binary 'Z‡Ò±\Èbi\Ý\ë.\Z\æ\è™','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üªxŸ*¨¾^„l\rœn-',_binary '\ã\Î\ï£$\Ç=Y#=Y\ìX\Ëü/2•„oý„µs;Np','',0,'?'),(_binary 'Z	¡\ë?b”½\â/±$¹5','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}t\È¬Ã¶\Ñf÷D$.µ',_binary 'Q!C½­³ð~\Ì2—Z‘uòƒQöbF\\\Ñ\îûT\Ë}s\'','',0,'?'),(_binary 'Z	\íõµˆ\Îo-€\ê Z','wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VH\ê	\ëL¨¯Ìš¬_',_binary '\ï\Õ1Fø\Ê\ç†>ˆÐ™n\ê\Åi\Âj€G¦8\Þ=»@\ê','',0,'?'),(_binary 'Z\rdšWKrg\Ô!teÜˆ','wp-content/plugins/elementor/core/common/modules/finder/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W9	I\Ï^¤pG\î¼nD',_binary 'ƒ¥hnY\Îƒ YX\äZh>\ÉUi:ö–\ë;À¤÷˜<','',0,'?'),(_binary 'Zþ\ãc©ˆv\Ñrh|E2','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerTrait.php',0,_binary '=¯f\ßo%\å£C&ƒ\ß',_binary '=¯f\ßo%\å£C&ƒ\ß',_binary 'Àl—ø#œ’†­vvqzšy_4E+\Ú5jD)j\"›','',0,'?'),(_binary 'Z7\\\äX\ác…	¸\ÎX\ÃZ','wp-content/plugins/wordpress-seo/css/dist/dashboard-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/dashboard-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`8\ÌÙ§\ë\í­Kl\æ‡o$',_binary '$ø\ì&MQJ\">\ÓYG\×/i\ÈÀ-\årmjS~$À\ä','',0,'?'),(_binary 'ZLÜ\ÚvùNš%\Û%_','wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥³B\î%üÙŸ\ßòó	>',_binary 'i\Ð0·øˆ„G‡\Ì\ìnƒ )\Æþ\Ïme\æ‚0K\\¹','',0,'?'),(_binary 'Z\'-j­ûeI\ÝU\ìfv ,','wp-content/plugins/redux-framework/sample/sections/select-fields/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/select-fields/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Z)¿\Ë?…‚v\é\Óòz0\àFŠ','wp-content/plugins/elementor/modules/usage/usage-reporter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/usage/usage-reporter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~#m»¤R\0(’’¦’',_binary 'Ea:\Ö\áô\Ã{ž³\'\Ë\îNˆ\êÐ½™µ\ï\äˆeË¦','',0,'?'),(_binary 'Z0P(|À\' sÁí£¯ôJõ','wp-content/plugins/wpforms-lite/assets/images/anti-spam/country-filter.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/country-filter.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e%:/–-·½Jƒ©Œ)”',_binary '!\'\ÚCŽD«Šµ¨:ƒôr3}%€¡¨+Qùði\ËÔ‘‚','',0,'?'),(_binary 'Z0\Í\rŽ‡0£$\È`\ÏÏ¢}¾','wp-content/themes/yith-wonder/assets/images/demo-content/company/refund-policy.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/refund-policy.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\Ärù—V+\Ù\Ð%\ä\Ë/k',_binary 'j²7\"{’aö}þ Ê”\î#4\ÂHO0aý+N¹Ks','',0,'?'),(_binary 'Z4<n?e˜ñ²','wp-content/plugins/wordfence/lib/wfConfig.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfConfig.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§5#~?\Ñ\æ$\Ï\âR[ ',_binary 'Dv\Ï\í¤\ä\ÂIP0­Kë¾Šì†’+”¿†Dy{S\Zž™','',0,'?'),(_binary 'Z7\Ój\Î\rN<tN\Õx“','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/about.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/about.php',0,_binary 'ó{\íùU\ßúJÌ¢Q8&ƒ5',_binary 'ó{\íùU\ßúJÌ¢Q8&ƒ5',_binary '¶Ã†,\Å\Â\Ä(fï§»~\ä:¦«¶/qt«.\ëTð','',0,'?'),(_binary 'Z9“¶\Ó}.\Ò\ÂJ¤\Âk=ª','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8I¢\ã¶\Z\n\ÙÓ£‘',_binary 'i>z’½R“@¯\Åò\á\Â\ãkôW\à6ušk\Õyˆ','',0,'?'),(_binary 'Z:cX\ÄLš\ãj\Æ\Õ\çNc','wp-content/plugins/wordpress-seo/js/dist/languages/hu.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/hu.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's³W?(07œúð*(',_binary 'B›Ö¥v\ê&/\Z+hk\ãúÆ›—‹.Ÿ´1\Ï!\Þ\êý','',0,'?'),(_binary 'Z;\É\Êý\ï±s\Æ~Xº ðˆ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\×Rt°©H@›G\ëqVV\Zc',_binary ')ž¬}3	\Ä\Õ-\î\Õ\ÒhS,™¢\ÆÊ‡/×—\\N\Ø\È','',0,'?'),(_binary 'Z>\ÈnØ/qû–Nb´','wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=\à\å\"x\æ\Ý÷\ÆÀú¶ž\Å#œ',_binary 'º³\\Ôµ2\â\ÚËš\Ä\à\ëfw\ÛS\ïjD0¬s\à·}Q','',0,'?'),(_binary 'ZA£P\çð¾ºz›¤¯\Ñ','wp-includes/blocks/pullquote/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D|s\Ø}Gq½*J\Ê@W†',_binary '3\å8¨Ž\ê\äÇ¢ó‰¸]·ð0D$¸|ƒ\ëB\É ]s','',0,'?'),(_binary 'ZD\á°:-h\Ð${\ãma\Ï','wp-content/plugins/wordfence/images/sort_desc.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_desc.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\ã?Õ¦‡)X²?¬N˜',_binary 'b\ÆEÔš\çBŠ#:\Â(²#\î=_(\Å\Z€Ÿ\Ú| ‹U\æ#\Ä','',0,'?'),(_binary 'ZS„V1\ã=˜*@°ðM\ß\àƒ','wp-content/plugins/revslider/public/assets/svg/communication/ic_no_sim_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_no_sim_24px.svg',0,_binary '\èr\ni#õöšÚ…Už‹\Í',_binary '\èr\ni#õöšÚ…Už‹\Í',_binary '\\N	V\ÏXDñð\Ëý\Õk\ÑY½¦¶¤c<•\Î\ï\ËœU ','',0,'?'),(_binary 'ZY\Â{†\"M°\ÍaJ®¨4','wp-content/themes/houzez/framework/options/insights.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/insights.php',0,_binary 'Hes³2\áF\ä1˜\Z!:',_binary 'Hes³2\áF\ä1˜\Z!:',_binary '\Zu`SŸ5az\ÇihC·v/-AG…Ñ¤ö\Ü+…\í4\é','',0,'?'),(_binary 'Z\\œ6kþú\Ú\Úq1x:E)k','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Zd‡Ÿ‡¾kL\Øñ“ÅŸ\ìT','wp-content/plugins/wordfence/views/scanner/issue-wfUpgradeError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfUpgradeError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îtø5\ä–<7´\Ú^A\Ýnr•',_binary '\æk\Ù\Ñ+QÈºÁF\Þ4ƒ¤ÿ/røˆÄ³õX³ÿ\Þüj¢5\í','',0,'?'),(_binary 'ZfZS#\Ô\Þ\à\àŠ¤š—T','wp-content/plugins/updraftplus/includes/Google/Http/REST.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Http/REST.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ™\Ò\Ð\ç\ÏO‘:\é\íd\æŠò',_binary '\ÇÔ’\rrút\Ìw©\ÃeZ{Äû\×\\±þ6 ñ\ç\Ùû\ë\è$@','',0,'?'),(_binary 'Zi\Ð\Ìô\èü>m\Z™v+\ë´r','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_invitation_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_invitation_24px.svg',0,_binary '\Ç\×ý\Î :œôÿŽÉ˜\×÷\ç',_binary '\Ç\×ý\Î :œôÿŽÉ˜\×÷\ç',_binary 'M!L\çAY(;3B~z\ã2ò}’iÁðYJ–³W›ŠU','',0,'?'),(_binary 'Zj?˜`9P\Õl¸£¹u','wp-content/plugins/updraftplus/images/notices/locksettings.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/locksettings.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾‡m\\ ²¹¿ËƒJ{]\á',_binary 'P—²’¥þ×•LX\ÊüwVý	J<ˆEP¨\ÒÆ¦»\ØóÂ’p','',0,'?'),(_binary 'Zo–\Ô)\äX\âr	TÏ‘ž–\Ý','wp-content/themes/houzez/js/vendors/i18n/defaults-sv_SE.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sv_SE.min.js',0,_binary '­\Î_¡jž½øÐ™\Ç\'',_binary '­\Î_¡jž½øÐ™\Ç\'',_binary '¨\Ý%\î	Ñ‰e\Ý=	\âºR\Å˜]°ðð&\åƒSE[]\ÖPz','',0,'?'),(_binary 'ZqJÓ·\æ>%Q”¿~WH\Z','wp-content/plugins/houzez-studio/admin/js/select2.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/select2.js',0,_binary 'À`C|‚\ÏRuLòkdI|h',_binary 'À`C|‚\ÏRuLòkdI|h',_binary '`\Ï&\ëA‰\Ûo9ˆ%‰9Z|/L\í´˜Êx—¢<^\í±','',0,'?'),(_binary 'Zt\á\Ée5*ó¹8\èOX‰\'R','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/APIHandler/AbstractSafeAPIClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/APIHandler/AbstractSafeAPIClient.php',0,_binary 'ó\íª\å=g-LH9)›\ê\ã',_binary 'ó\íª\å=g-LH9)›\ê\ã',_binary 'º…[D\Í÷€\ëùøn\çL[9ø NžÄ¹=\0Ž¹ù','',0,'?'),(_binary 'Zxˆÿ1¡2K\ÓZ¤,¸\ì','wp-includes/customize/class-wp-customize-header-image-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-header-image-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0\r§H‘=²#bþ(r¢ŸE',_binary 'yø\Þ^ôD¬E††a†zŽ-\ÇÀO96^£\ß	$¥F\ÇJƒ','',0,'?'),(_binary 'Z}My¥R6¬±#‰`v\Zðs','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0E²¹\Ì\â\ëÿ\Z\ÉK­Ô~',_binary 'GÎªy*+öƒqÀ\å”-¹›†°¬«\'°m·û7P','',0,'?'),(_binary 'Z2@@`V²;Õ ‰!','wp-content/plugins/elementor/modules/promotions/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š`Á\ÖyC.»\ã\î\Ä%‘n',_binary '’e;¦\à\é\ÄJóG\á¯;\ê\ç=õ\ÜIh2“°œ¬\Ó','',0,'?'),(_binary 'ZÒŒ£[¼ø\nv\â\Ë\â	F','wp-includes/SimplePie/gzdecode.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/gzdecode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š„rF<”\ZiÇ¨u¼\Ù',_binary '|–R\'gAE©ÛŽš†\ÓqŠ±qT!\Ü\Þ:\ÆÿO0\Ê_','',0,'?'),(_binary 'Z‚š»›IIL\Å5‹pþG','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á¢\Êõr°ùM²Š\äE•\ï',_binary '\Ðýýµ‚÷3Â„Y\ÊI½\Íkfû{œ\ëfº\ãN2\Üø†ú','',0,'?'),(_binary 'Z†‚·\ÔÁ2\ÜðU¼$Ÿ;¾','wp-content/plugins/redux-framework/redux-core/inc/validation/numeric/class-redux-validation-numeric.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/numeric/class-redux-validation-numeric.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê\ãdyGÅª5ñ’Jõ\ë',_binary '›5\ì\æ\ê<7œ÷\×>\Ý\Äßˆ/\ãf\â¢i\Â?\Û\Ôzƒ2g3','',0,'?'),(_binary 'Z‰ðŽ˜0s{²\0Gt\Þ÷\ÔZ','wp-includes/blocks/categories/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dW¼ðfµ4#¢Ä¡\ÌEXt',_binary '\ì*öÁù\çZ\r–w\Ò{´Mú¤ š\ïM	\'îž•in»š\Î','',0,'?'),(_binary 'ZŠ.zY#»û¬\áOŒº`)»','wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µM}¹\ÈU¶µƒ)%¥',_binary '4¼H\0 =€¥(/¨Œö\î±ø\åLŠ®\ï2\0\âõ','',0,'?'),(_binary 'Z‘uýBº¦œI¡¦Y \â÷\Ñ','wp-content/plugins/elementor/includes/shapes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/shapes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“\Þ+?ó¦AKŽ|j$jL',_binary 'K?µ,§\0\ÇO#cú\ì_uý\Õø™\ëºô‚\ØM®V´6Z','',0,'?'),(_binary 'Z‘8¤\nš«„Ï\å€\à','wp-content/themes/twentytwentytwo/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€Di“¡\Ø\Ü\ßü\Ö=²<¤1n',_binary '/öòr´L\éù±\Ú F4,	ùƒ \ÌÁ€[IQ³k¾0','',0,'?'),(_binary 'Z˜G4ö*\Ì\Þþzù„÷','wp-content/themes/houzez/js/vendors/detectmobilebrowser.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/detectmobilebrowser.min.js',0,_binary '¬*H½ŠÁ\åY,]‹[“',_binary '¬*H½ŠÁ\åY,]‹[“',_binary 'ñ¥›cüOYøzxCþM“5\ÅÀ\Ó\Ù:\'G\ÒY\ÖÜ°\ÖÌ¡','',0,'?'),(_binary 'Z˜_\"Œ\ê~´J\ÏÀ\É\ä\ä','wp-includes/js/wp-custom-header.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-custom-header.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦\à”g,ï¶¸U”ô\Ð\ë¹\Ý',_binary 'W€#iÔ½\ÞM\ÖÇŸ\Ìv(·¼û\éQñº\rR†ûþ¨Cö´','',0,'?'),(_binary 'Zœ\ã\ÇCw ºiSpNHºu','wp-content/plugins/wpforms-lite/assets/css/challenge.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/challenge.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't^u1þýp\ìm*u.RŸ',_binary '\ÏIùÓ®#u†Nl ü\ÙA[¯}\Óº\Ù\ÑÜ„\0hnü\ë\Ù','',0,'?'),(_binary 'Z¢(ašK¢¯\Å1\'Y£›Ì‡','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\Ü\êW.\Ò\Üh.C^d\Ã',_binary 'dR5»¶§e—(¯`­cfyƒT\×r\èD\ï¨\É\Ô\æŸÙ“','',0,'?'),(_binary 'Z£°Ñô„ûÝ’¯ºS¥','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ló¿Œ\Z^Z’HG³%©O£',_binary '‰m¤»Ÿc´;ò\nyã²\È\Å0,\Æ5ÿ‹\ÙF|=\ÈC','',0,'?'),(_binary 'Z¤©ó\âo\ÎV<¥\\\"r{','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Z¥\\uß¯I¹¨V±3£k','wp-content/plugins/revslider/public/assets/svg/image/ic_landscape_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_landscape_24px.svg',0,_binary '\ÓDp\0)úü[ðY\é',_binary '\ÓDp\0)úü[ðY\é',_binary 'E‰é…².~I/€tK\Ç\×\Ò\æÞ–¿·D•™Xy\Ë\Ñ\æ{E','',0,'?'),(_binary 'Z¬\Ê\è\Ä %/»Z¿z9ý\ì','wp-admin/includes/taxonomy.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/taxonomy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è\è®*÷«{j‰¨„QP•óB',_binary '¤øhµ}ñ‘y\ÄU\Ë^l\r¬<\èO²ju÷9=\\#·º','',0,'?'),(_binary 'Z­\Å[RE†iDg\É\çk‡','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_ffffff_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_ffffff_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}¤üQ5¹m€´«P-ÿ\ÃY\ì',_binary 'öDŠS\Åó\ê^uö×‚¿œjq\n$¥û*1­ˆQ‘Q½\'','',0,'?'),(_binary 'Z¯6¬gé©±ø,o\ß\Ï','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/freedelivery.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/freedelivery.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½Ib—Z>L§8.\Òte¾',_binary 'H*y\Ö\Î\à‘p\ìœn\á‡Àb\ÛX¿kË‘$mFóË\ß}','',0,'?'),(_binary 'Z¯<\nŒTR ¿)H\æ\Ðz_x','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-breadcrumbs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-breadcrumbs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mTe•\Ù@‹i\å³u‘`\\4',_binary 'û¶%%,L &õ­\n\Î&º¿{`ø¦’\'{GF\Õ‘]«†ó','',0,'?'),(_binary 'Z±\0ƒœYˆ³’³ Ã¦fg','wp-includes/js/crop/marqueeVert.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/crop/marqueeVert.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®š\Ìñ\0¤¹“9­ÿR\Ô\Ü\Ç',_binary 'Kªcg$£eÁ²Š2\\p\È$\à1z¥Ž™œ`CkJ\Æ','',0,'?'),(_binary 'Z³¹¢©L;€„\Þ@~ðY	\Õ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Nickname.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Nickname.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u{¾\Íù=9qXmab',_binary '¢O`™,`i¯\Ú8.Ç§ú\ÏlI\Ûh#¬\Å,p¿’ò','',0,'?'),(_binary 'Zµ7ˆ>&U¯\Ðl\ê=','wp-content/themes/houzez/template-parts/dashboard/statistics/referrals.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/referrals.php',0,_binary '³µ|–Æ·	Ë—»\í»h¯(',_binary '³µ|–Æ·	Ë—»\í»h¯(',_binary '|³¸;*rš\çV®[RŠ\ç^_\åº\æ\Å7\Øò\Í\è0¶N','',0,'?'),(_binary 'Z»l\Ûkd\âNN\ÜôA\ï','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/OutboundTransferService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/OutboundTransferService.php',0,_binary '¯;‡\ÜTü’\Ý-° ƒB',_binary '¯;‡\ÜTü’\Ý-° ƒB',_binary '\"—Ix{ýAP‹\×÷sÏ¨u´\Ûs\0\Ô\ìm\0\"š','',0,'?'),(_binary 'ZÀ3ý»\ÕX*Sd\îü”ƒ\0\Ã','wp-content/plugins/elementor/includes/embed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/embed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}\î\'™¨-2i¸,¦\ì\Ôg',_binary 'œ~;ê³¶\åx\æg\í\É\Ñg\ä¢sþ¶Á?•F5\ÈRc','',0,'?'),(_binary 'ZÀ\Ë´ƒ˜E\Ü\Éf’O{\ß*','wp-content/plugins/houzez-studio/admin/js/i18n/lb.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/lb.js',0,_binary 'aºú\ÎX\édÜŸ·³q®Š<',_binary 'aºú\ÎX\édÜŸ·³q®Š<',_binary 'IhH\\\âòF\×X½`øü™\åTTE\"CDI\èM’WŒ\Û\È›¢','',0,'?'),(_binary 'ZÃ†ƒ\Õ8€\Z—\ç•À¬f','wp-content/plugins/elementor/assets/css/app-base-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app-base-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ“ûDEŽi\0š@-9¬3',_binary 'ûÀJ\ÛZ\ËãŠ¥\æòœ5aX\Ìý]\Ça\ßÍ‹‹M\n	mˆ‚-','',0,'?'),(_binary 'ZÄ‹2\â\ÂURŽ\ÔñG','wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-24-4.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-24-4.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\ãf°µ/\ìGfY. {',_binary '-ö\í ´`	\Å\éŠ?\ÂL•\êwzqòœ\êm6 ´\îŒ\Í','',0,'?'),(_binary 'ZÌ¥3,^\È\ÑüCx¶Tt”','wp-content/plugins/elementor/assets/shapes/triangle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/triangle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄÿÀóLøpÊ›/5\Û7™=',_binary '\ß\Ê\Ëö{v‡H†K\ÌG\ÊA F™^G¨‹‹\î\ç¢2“','',0,'?'),(_binary 'Z\Ïgu¡88)$y”‘\'','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/ListUserEntitlementsPlansResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/ListUserEntitlementsPlansResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|‚%\ÌÚ  Ó¹,%>9\Ã',_binary '¶fw\ãr\Çkúš)A4˜\ÇF4>\Ö\"«€Aô_m\ïšö','',0,'?'),(_binary 'Z\Ô\ÇU\n;\çPai!X','wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù%)ok“YŒŠØ™v\ë',_binary '\Ö\åV‚)bq\ÙQSV°S³%ñWŒš? Æˆ2º!‘¶ª','',0,'?'),(_binary 'Z\ÝH7)z\ïu«Nx\"\àŽ¯','wp-content/plugins/wordpress-seo/src/config/migration-status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migration-status.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð\Û?ü,qLF\ZA¢G',_binary 'i\Ý÷\è\ì\ÊL¦>”º\âób~\Öz/\Ö5Ê¤‡q“ù','',0,'?'),(_binary 'Z\Þ=©[Å«[\"D\Ô\']\Èþ','wp-content/plugins/revslider/public/assets/svg/av/ic_snooze_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_snooze_24px.svg',0,_binary 'Þ¾\ÇH†\Zý»•,]P',_binary 'Þ¾\ÇH†\Zý»•,]P',_binary 'ËŠ\ÕK\á§ÕˆDf~\å\Ï\×ò\Ë-¼}Ë„¯\ä\êüªŽ[m','',0,'?'),(_binary 'Z\áu¸[\ßD,1\Øl\ë\r².','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-dc6e37a871796540fbac.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-dc6e37a871796540fbac.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø(]#‡\Z;h£¨¹ {˜-',_binary '\Øx\âµ,\rö\Ø\×ô€VK§ Ax|Oö\æcE	y\Æ','',0,'?'),(_binary 'Zä¢ºcWr\Î¹^ö\æ\í','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-900italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-900italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÆðK•\å«E€´^l\ÈþAõ‹',_binary 'Ÿ\Z-\n\ß}}\åU\à^ÿ\íL7û˜¡\Ès‡ý±§e|r8\\À','',0,'?'),(_binary 'Z\ç*Ô·ª!ö\"E\ZŸ@','wp-includes/blocks/pullquote/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å´³±Á\ÈJ¾‡\Ú}”Y',_binary '\ÍFF8\ßQÎ‘yÞ–/­\ËW-Í£¦Ã+÷›¾\äK[\í¥','',0,'?'),(_binary 'Z\èR§\Ò\Ìr(ð&b°£:¸-','wp-includes/css/dist/format-library/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/format-library/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š\Ýù\í\ÌN\Ü\0¯õfZw\áw',_binary 'R¶û\îN![\è4\×8\Û?õFd\Æ\\R-Ñ®$E$õ)v5m¥','',0,'?'),(_binary 'Z\é\Î=Ó§\Årc\"²”y®','wp-includes/IXR/class-IXR-date.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\î\ÊVdB+A·J?ƒù#',_binary '‡\á{~Ÿ(#\å¦\Z6už\îð¡\Ú,Œ\ê\Õ\Ç?€jk2\íñ`','',0,'?'),(_binary 'Z\í\Ù\ä\Ïa\Úy÷ÀC’k§^','wp-content/plugins/wpforms-lite/assets/js/admin/admin.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/admin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0\Âo9¾\ZP\Ôy²}_IE}ù',_binary '\ÖM}\ì	€>~\Æ-\rµ\×@úy*Š§\rcÃ“\ä\Û\ä','',0,'?'),(_binary 'Zõ}I!¬½+\çdˆ­­E\äz','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/buysafe.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/buysafe.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?\ÛñWV\Ô@g	6Jª\Ê',_binary '€r\È^\r\ëk\É^·`\Þ9Q\è\ÛW¬\'iò¼«Nx…','',0,'?'),(_binary 'Zøp-œu\Î\"¶¸ò‹\ÞE','wp-content/themes/sinatra/inc/customizer/assets/images/copyright-layout-1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/copyright-layout-1.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Jú¸ \ëy¡Kd\Ñ\àm„OÚž',_binary 'É±à¨…Ïµtú\Ã1\Å<ƒ†ˆ\é<Jv\íe¼&¹\Öñ£­ûc','',0,'?'),(_binary '[NUB\Ð«\'\ZV¼»o¦ž','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/AuthHandlerFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/AuthHandlerFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†\Ëò|·ˆÆƒ;š\Émy\ç',_binary 'Kz\nÁ\Ò\ëzù\Zj$…Î·\Ð\Ð\íðe°\Ø\Ô0ýò!\Ò{','',0,'?'),(_binary '[z¡©³g\Í\é­[a','wp-content/themes/houzez/framework/stripe-php/lib/SetupIntent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SetupIntent.php',0,_binary '…©Ž\å“(*\Ú?\Ýz\è',_binary '…©Ž\å“(*\Ú?\Ýz\è',_binary '4C’ß¿K\á½Î¯ªz\Í÷U\Ú\é‘aˆ\ìR°\ÝW8–','',0,'?'),(_binary '[\r\á%˜\îC %§E ½&“','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldId.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldId.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°\Õx3\ì® \ÎNX‹€\å\Ó\ë',_binary '±j”ô\ë\Î=\Ò\ãŽ;ö]2Šƒ®¿¤\ÌD\Ì+\ìî†\ê','',0,'?'),(_binary '[>,\Ãw^!z6\Ãd','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bP9\Øú¿8mù†6€ó',_binary 'ÀXø±D\Ù\Ï\Ðü\"s3¥¿ûwNO¡\"î‘Šm~\Â\0	','',0,'?'),(_binary '[\ÇG»¤üeöa\'\íi\è­\Ú','wp-includes/js/jquery/ui/datepicker.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/datepicker.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­þõ»÷¨ý¬\â:<«ùR',_binary '\Ñ:*aDÖ¬\Çb¤¶&\ÇW/\Ã\ÕrBpm\\5{²’7V°l','',0,'?'),(_binary '[ \Ï;g—\Ì\ÞiA·a.$','wp-content/themes/houzez/template-parts/search/filters.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/filters.php',0,_binary '·8W™”\ÕXŒ/žÀ®^LQ',_binary '·8W™”\ÕXŒ/žÀ®^LQ',_binary '_\Ç}e\à‰où\ÈõD]²í‹²n\é\nˆ­ò\Z\Þù£?Áö&d','',0,'?'),(_binary '[#p\ï\Ê4ü¨›F¢>\Ìm!','wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢…\Ì2\åšbü\Èg-€',_binary 'B¸or+ \å¤]È¹Ÿ¼¼VºG{\ÛY¯À¹j|Žh\é','',0,'?'),(_binary '[&a\Ùd…ŸXmñ0ú¦Y˜','wp-content/themes/twentytwentytwo/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßÝždXmkº_L\Ò\0W°º„',_binary '†‹k¤˜\\\êhˆŽ6k…¦K4&ümy0gø€ôF','',0,'?'),(_binary '[(•\ÆW\éc¡‹¨µÀ¤\äG','wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ËXWñ´\Ãb‰K8‚\Åòi»',_binary '.«ù¹\å77¶\×ù5\ØO­nm“¿g\×ô‰L²I\Ó/we','',0,'?'),(_binary '[.}-\æq•\ÒIû«ña¥+','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øH½b¯\Ë>¿ªê¶½<',_binary '«œ$iV\ã±\áª\È\åÂ:|‹\Òú%9\\\Í\Ø\ÉI9\ë','',0,'?'),(_binary '[1\âXÿ²\Éj]ÈŠv¾\í','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³«\Â;ê˜´@£\nW÷\Æ',_binary 'J’ð\Çt-	™¼\Z×®\Îv\Ý\ÉóG)E+*d\Þ<Q','',0,'?'),(_binary '[2\Ü:\Þ\æS¡?/÷ñj','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹OA\'º9 \'+;ùå§—ax',_binary '!C,V-öªg$\×F¯xœ\ÓZ\ã\áÜ·ë—†lô\æ','',0,'?'),(_binary '[5ø)Ì¥Aˆ‰\Â\àqw\Ñ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/BlockedResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/BlockedResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5„µ$[\Î\Äñ“\0²',_binary '’{Iñ\Z·¤9;`7 žœ8Cª\ZN)C¼\nW\n\ë\Ó','',0,'?'),(_binary '[5ùš\×Y\ÙNh¦«ŠKˆM\è','wp-includes/customize/class-wp-widget-area-customize-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-widget-area-customize-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™T:\'l\×),À6ð\ìP\È\Z\×',_binary '¿r\æ¯\Ø\éH]\â‹yEwF/[0Z3ø[»†‘\"Á','',0,'?'),(_binary '[6	\à¡`\Ë{	¯\È\Ú\Ä\áz','wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„\Ð\Ûù\Õ\n+bA|™-õ\ÓX',_binary 'g7>‰^¼r—¢Ö²”ƒ£\ÄÀYgd7ç¾Šó¹÷`=','',0,'?'),(_binary '[9üJ=\nuE\0O\n\\P°\Ð','wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôÎº2\Ê\è}\Öð\æ\Â\Ë\ïø\Â',_binary '[,ºð—<X\îYyy\í~E\ÉJøZ?6\Ù\r~´ÿ×©°÷\æ\ë','',0,'?'),(_binary '[BgmÛ®»J9¹}š!_','wp-content/plugins/google-site-kit/includes/Core/Util/REST_Entity_Search_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/REST_Entity_Search_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·¸;`kdZªu‹N\çQ',_binary '1FÒ‰\Ã\r¯‹»ÿ\Ð(\nC¯õP‘\Ãvw\ïÞ¥ó\É\Ù','',0,'?'),(_binary '[C\"®M#\\ø‹H<•žV','wp-content/themes/sinatra/inc/customizer/controls/heading/heading.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/heading/heading.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6\ápK\Ì\Ô&\Z}h\Ó\Ç&',_binary '\Í#tIšT”\Ä\Ë\æ\Æž\Ý\ß>p£8)¨ \×p¾µüZ\È','',0,'?'),(_binary '[Eq½¬\èò\îd\ÜÂµñ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchCreateContactsRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchCreateContactsRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z\ç{*\ïÓ±D¿[™»†Ž\Ô',_binary 'h¼DCð\ì>cwU\Ï\Â~œ‘·F\à;t¹ªn™™\âñPr','',0,'?'),(_binary '[G\Ñæ£ù/\î\Èb\ì_\ëMZ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreams.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreams.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z¥\Ò\Ä\â\îÝ‰+Ð›h©|)',_binary '­“\ì¦\ëº\ßLò‡\n\Ðuey\\€7J\åmv¼¦\Ô}','',0,'?'),(_binary '[H6Jg	„Ù•.Ýªsøf','wp-content/themes/houzez/framework/options/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/main.php',0,_binary 'z¨\ÄzSž^\æ.:f³`™m',_binary 'z¨\ÄzSž^\æ.:f³`™m',_binary '/µU—K• ht*V]A1\Ña–\Ì\ÏÛ¦†•! 7F­•\Í','',0,'?'),(_binary '[MŽU‰Ëõ€ù7kp','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Ad_Blocking_Recovery_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Ad_Blocking_Recovery_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\Ç\Ç«\Â\Îpn\ÒZXø	2',_binary '4¸O\0<-6¾9»±\îÍ‰Ÿ¶®¦Qð\àyžü’—¨','',0,'?'),(_binary '[MöÆ‚r\ë\Æ\"ó\ìbH—#','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è}/:L‹4z±:d\Ô £',_binary ' gEd§¾­2o©)ke‘µ\Ñ;S~uA>(em)','',0,'?'),(_binary '[OŸ˜\Ùp\Î\Þ7¶\ëd\å','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b’K¿0ŽböºxÑ™]',_binary '4\Ãõýù\Ç\n–cµE2=V“{\Æ+\è\\goÐ…O‡¤','',0,'?'),(_binary '[Sf\Õ680\Ø\ÃÐ¬ƒ}+','wp-content/plugins/wpforms-lite/templates/admin/forms/search-reset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/forms/search-reset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',„,T.¤­ª¥gG²†*',_binary 'h-\Ø)½¸ž%¹©M/ñEvûEœ¹¼\0\r«€KK','',0,'?'),(_binary '[T\â„3À\á!´’\ZÉ¹¯','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úIž½\Ògüö#¬|',_binary ')\ÌÃ»‡À_\î~\ÙEv¹\ÞÆ¤~\Ót(\Ú?À0Z•¬û ','',0,'?'),(_binary '[\\\é\\­gqv´Ešœ*U','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-gears.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-gears.svg',0,_binary 'ã†oñ\ä\ãUÐ´<ˆôC',_binary 'ã†oñ\ä\ãUÐ´<ˆôC',_binary 'ðz4>¤\ÒÀ¤nHº\r!®\Ã5ç¬ºq\Ä.­Xš÷ù','',0,'?'),(_binary '[],ˆ?¸&ø»H“U\Ä.','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Calculations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Calculations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/*õŠFV\ïù\Ë\à_*Á—nB',_binary '\ËŠ\ä©Eó\ë”*)u\×ø{@3¯{2 Xð$Ÿÿ‚','',0,'?'),(_binary '[]½9™;\n‰ŸŸ°/§WÁ\é','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/InspectUrlIndexRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/InspectUrlIndexRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É¡€;ós2uÝ”.™tP',_binary '‡}›¸ûùH¬Ÿ\í‚LŠV§ƒ¸‡&.ºªnhÊŸ\Ìp1|','',0,'?'),(_binary '[lHc\ØTr¬S<\ÐR«\"','wp-content/plugins/wpforms-lite/assets/images/smtp/arrow-right.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/arrow-right.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JF\ÞG\Z?‡¦\ÓI\ÅÁ¼',_binary '~ð÷´a\é\r\íXnR­=aõ\Ú÷\Ö`”n\ï¤\ê¢B ','',0,'?'),(_binary '[p†V*U¶±\Ò\Ò:ƒŸ.}','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/LocationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/LocationService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßû¨6{IdÁ—\ã¼ú*\æh',_binary 'XXÁ‡7!t\äŸß‹BŸü7ZP¼Ij\åcõÕ­\×s','',0,'?'),(_binary '[~6\Ë€Mp¢\'Œ©q','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•žÖš³õ:ûE%P\à',_binary '	V\Ó×·\Î)‡7±ñ‹\Ê!¼•õ\ß[\ÈÐ¹\ÕÈ²!N','',0,'?'),(_binary '[~v5ñ70Ž›d¯±.ö','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Geolocation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Geolocation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú3\Í(H\ë\Î\âW†\ÉI-M',_binary 'NÁt“<¤6Ôô³\ÕùLù\Éc^e77ô\ç¾º\î!','',0,'?'),(_binary '[‚\à\æ·Å¹@1‹¶{\ê \ê','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-800italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-800italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a=ý\Ô\Ú)LúÀH¸k',_binary 'ž‚tK“)-ñ-þ€	TLW.ò+{©\éu\Ê9x‡f\ã','',0,'?'),(_binary '[…ö%M\"°œ (Ñµ\Ò\è\ç','wp-content/plugins/revslider/sr6/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/index.php',0,_binary '\ï\á{J!u?}\î\çs•',_binary '\ï\á{J!u?}\î\çs•',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '[Œ\Ã#Ü§\Z>]¿<¦','wp-admin/css/colors/ectoplasm/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ectoplasm/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '36 3ðózZ]ûi><¯ye',_binary 'œ\åš\àUn4\ÂpQ\Ü?±~`¸‹\í|ÿ­;\Ü\ÆKªµ\Ùò','',0,'?'),(_binary '[‘-‘ùxf v\Ã\ÕØ','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_Registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_Registry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k‡´¿}	¿…m–·\ë|‰',_binary 'y«Áct&$±h‘p®h7=ü„),\0”Va`–','',0,'?'),(_binary '[‘\ã—¤q`1ø\ß\ê‘ó\Êx','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',ƒó\ÃWû9\ÓBš\Ñ\â¬\Ä',_binary 'eZ9[L-¡e_\ì”\Êr¾\çše–G\"\ã\'Km…\é\ï\'','',0,'?'),(_binary '[’>•x‚;òwn/tH','wp-includes/js/wp-emoji.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-emoji.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>¢e\ë\ËH\'\Ø]eô—B8',_binary 'Š%)9\Õ\Ã\nKi©t©œù5,ÿû-¼)\ßÑ–‰Z','',0,'?'),(_binary '[˜bh8P¥BÉA3\á²$p','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/FinancialAccountService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/FinancialAccountService.php',0,_binary '¦\ÃJW\Þ\Öo~ñ­©0£Žø°',_binary '¦\ÃJW\Þ\Öo~ñ­©0£Žø°',_binary 'TXŽ¨† \Ã5h=›€UÁžšR\×\êõ¤/2ˆ\Ý\â\Z\Ô','',0,'?'),(_binary '[š—$\Ì\ÃÖ·¿YN;d\"','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯…Nm\îuô\ê·lv:',_binary '¬$\È\ÒY\æJK|›®¸ö­¥oq)ù]õoý','',0,'?'),(_binary '[š\ì²1“ks$¢\r\äˆg€','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-transients.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-transients.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ib1‚7ùå·œ\Z/+R',_binary '!#™B¯\ß$ôþ&?vw4§\"ÿ©Q¼wC\îqœ:œ –','',0,'?'),(_binary '[ J¨·\Ñ\Ç\Çö`£\éºX¨ÿ','wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—[i:=\"bxýX\ÜV\ÇAu',_binary '6ú¼-ón\Ä\çp\ÖöAKû%®þ@ ú_˜\í5\ØW^Nà©¯','',0,'?'),(_binary '[¥“\ÄxY\É}˜\æ\Äl\Ù}','wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '[ª\åS\éOC\Ñ9Œ†WB','wp-content/themes/houzez/template-parts/realtors/agent/mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/mobile.php',0,_binary 'Vj²l$	\ï†l–<\Ý',_binary 'Vj²l$	\ï†l–<\Ý',_binary 'Ž\rizŠ,»kYŸb\\|\âdÿL@XŠµ\\#B} ð\Ñö','',0,'?'),(_binary '[ª¡x%¡0\Üh\å\ÃN,z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤t·\éTnJ\ï\ÍxÀ\êx\åŸ\Ù',_binary '¦\Ù!ƒ¸YŠ—±\ä4#@¿ZJD\ï~4¡Áµ\Å\Ñ\è_\Ì$','',0,'?'),(_binary '[±€\à1¶YAdkö,','wp-includes/SimplePie/Sanitize.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Sanitize.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W,a4ò½Vk\Å\ç6\Å6L',_binary '`‚QòV;\â±`¶€¢ƒ§üª›_1p\Ø\ë\Í\ÕR±Fõ;','',0,'?'),(_binary '[´Ô‹w\È\ÞIp(¼ôW‹~','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/TransactionEntryService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/TransactionEntryService.php',0,_binary 'Í¼õª\ä¤\Û\É\î\é)z¯',_binary 'Í¼õª\ä¤\Û\É\î\é)z¯',_binary '½\ç‚\Û\æ\'s•\Í\0A\Ö\×xrq–\ÎXU¯…8\r\ê¡KvR*ù','',0,'?'),(_binary '[¸\Æ#-\Ç\Â\È\Ç˜[³','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_applications_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_applications_24px.svg',0,_binary '6~Qs4|¤$t±\Î',_binary '6~Qs4|¤$t±\Î',_binary 'òÁ_Ô†89W:\n\ãÿóÈ”¡¶9Ö€\Ú\Ã\ïÀ\Zwz{Š!','',0,'?'),(_binary '[º˜1EE‘ªDû´™\íj','wp-content/plugins/redux-framework/redux-core/templates/panel/content.tpl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/content.tpl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…u¬\Óñ,Ä µI`\Ù\"JP@',_binary 'u‚ô\ì\ç‡r#do›\'+8\æ8ŸfMo4µI©¹MŒ&r','',0,'?'),(_binary '[¿lÅž1E\èdnYõ','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N\Ë\ãð\ç›Å¯)\éô\í†\â\Å',_binary '\Þ\'ƒv¯á¦¸ñøÁ =ª£\Ç\'X¸k\ë\Ï<6YS”t\Ä','',0,'?'),(_binary '[Àh¦;9k);<Cƒ6¦F','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeStreamingClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeStreamingClientInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+9ô\\Ó—¸h³\î\ïI¡',_binary '…‚\ê\â:r§0Ï©¶Ä„8µG	¼HK\ï\Ä\Ê\ç…','',0,'?'),(_binary '[À¼Aù0¤b[\åBùG','wp-content/plugins/wordfence/images/logos/shield-free.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/logos/shield-free.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm3k#¿^´–\Z\Z+W',_binary '£Lmdö–1¥a ×£M§\\¯m(#p„^1Mô‹','',0,'?'),(_binary '[\ÄI§l!h\ã\é\ì\å\É\Ý\á3','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú@\ÙZ¼É³ù|3–',_binary '_\É\å˜i\Ñ\ìÿŽc²ŽB¸¬„7H\âü%K ®¿','',0,'?'),(_binary '[\ÇðÒ¾€’8uPÏŒ@','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/WebhookEndpointService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/WebhookEndpointService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬uÈ²,Û•À5‚½û«_',_binary 'Íš{“\0\Ï<%\Ì\ÝrZGŠyU]¬6\\‡hh¶žŒ','',0,'?'),(_binary '[É·Æ¿\Âd#±µ\0àª½%','wp-content/plugins/google-site-kit/third-party/google/auth/src/ProjectIdProviderInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/ProjectIdProviderInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äÉ“\ÂÿÀú¾È¼,\Ç\ÛB\ç\à',_binary '²\Â&W·1N\ÂmHLºZJ÷†\ì…þ’ú‚Ö¨\å\Î}òñ-\Ï','',0,'?'),(_binary '[\ÊBX\n¤\ÂQ¿\Å±“c\Ô','wp-includes/blocks/file/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ\ÞS4•\â§/„gyT\ï',_binary 'i\Ê\Í=|ð\êó\Ô3Ø\ã+\álf	v›¢ù\í\é¤\ßBY','',0,'?'),(_binary '[Ì–\Ù\"\ßÛ¼5sÀ\Å,ª¤','wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '[\Í„Ó½\Ý$¢qj±g_5‰','wp-includes/css/dist/block-library/editor-elements.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor-elements.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðvHÖ…’<\ì½Uj+•@T',_binary 'ò§“\ÈVLb˜õû\Ø4dŽopù°ówÿ¾¯XƒKù\É','',0,'?'),(_binary '[\Í9RlvŽ°™H3]<\á	','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg',0,_binary '‹\\\Ä\Í†\í`ƒ\ÏÉ±A[FB',_binary '‹\\\Ä\Í†\í`ƒ\ÏÉ±A[FB',_binary 'Šñ%º\×Ñ”¢þûvl\"¥Y@´zÐ›\à\ÝÀ\ÛgŽ\í','',0,'?'),(_binary '[Î—z\â\Ç\î±9@\îM\ÇÜ¡','wp-content/plugins/wp-rocket/inc/functions/htaccess.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/htaccess.php',0,_binary '!^\Å}\rl¦U^\â\ì::«–‰',_binary '!^\Å}\rl¦U^\â\ì::«–‰',_binary '™\Ò\Í\æ›UG‡0L\í–9k¾·\ÃD™TZ\æ§u','',0,'?'),(_binary '[\Ö{LzÒ7A¢\ÂÒ—t\å','wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñn	ti–®¸\à[D±\ãý',_binary 'ô¯E\ÕVhuv\Ëa!\ÅA\ÌhñÄ¯µ\Ù\rR»8*gu9$}','',0,'?'),(_binary '[Ø—±wËƒ‹\Ýpg\Ù0\×\Ò','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/Integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/Integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§”ÿ.ˆ\Í\Ôü.½#È´Á',_binary 'W€¿W\Æ÷!DòÚ´F7sV\áyc\Ç5ðGG7>%+e','',0,'?'),(_binary '[\Ûöq\îE\'œa\ç?¿‰ž','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éÌn8\à•R\ãOMšSkÊ',_binary 'œŠÝ)¿\éô8|K\È\Ã\ÅðQ\Òy1NK\Ò\ârR;\0','',0,'?'),(_binary '[\Ýd\ØA¹_õa°T\æ¶b','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows03.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows03.svg',0,_binary '\ïD®nû­´–g·BBtT{\ã',_binary '\ïD®nû­´–g·BBtT{\ã',_binary '“ö\áw!\Òöw0\àª(HŽÒ¨\éƒLvBb–\Ð\Z=c','',0,'?'),(_binary '[\ÝØ¦­m’\ÅNp\çh','wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\ä\Ø9 \î?vz|‚Ê„£',_binary '§¸3ó#\Ó|\ÆVR}\">pô>œY&ReF´®–:õ)\Ø\Â','',0,'?'),(_binary '[\ä\Ò/Ø«§o;Ì Ÿ•¶','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.cy.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.cy.min.js',0,_binary 'Ls?#vW\ê\ÜBÎ­c`|',_binary 'Ls?#vW\ê\ÜBÎ­c`|',_binary '¶[¼L[\ÒM\ä¶ YI7\"\ßô c\n\Ìy\éWl|','',0,'?'),(_binary '[ê \æ|Kòo\ÊÛŒb7ð','wp-admin/user/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îxCS6¿LC\é2!\Ýu',_binary 'Á`K¶\ç\Ä\ä¿y2Mþ\ÐplÎ¾\"a\0ï¬°št\ÑÞ¡D','',0,'?'),(_binary '[\ìp-\ÔkAüœ%\Ãû\Ë\Òq','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/TransactionEntry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/TransactionEntry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tþ’—wr3¿\ïLÃ²Š\ÑÎƒ',_binary 'GH\n…2\ê°\Ê\ÙêŠ¢DžŒ Á\Ù·\ÈYwsLŒ\Ú','',0,'?'),(_binary '[\ï.šv³\r®¶M÷dŽa\Ã?','wp-content/plugins/redux-framework/redux-templates/classes/templates/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/templates/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '[ñ¤\ë½\Ë\Ì\r1†¤K–\Ù8','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù˜8€\È*–Ø¢Šsz\ì\Â!',_binary '\êö)\à9¼<®bÓ¿@Q\ëhÉ¢g;Ì€e>¨\Äg~Q','',0,'?'),(_binary '[ñÕ„)‚ÀÆš2]°\àó)E','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rmñ,\Ñ09=«õüVÆ«',_binary '@‘±\Ç#!\Ël\Ê\Z¨ñ†\àˆ•®œè ¤ \ßI•(','',0,'?'),(_binary '[÷—]c¯iÁm]Z¶42','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']/¿p\Ë\æ=}qd	;›',_binary '\0Ÿª@d·o3©*Dg\è›ã½…¥6Ñ´aM´vsN','',0,'?'),(_binary '[ý<º¾Û’¶˜Raõ*©2','wp-content/plugins/elementor/includes/widgets/video.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/video.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	–±š-c$5¿0×·˜]',_binary '\Þ\ä}\ÕrJ\ç)…}õOKr?k|\Öhq´\Ð\"§\ïÔ»®1\ã','',0,'?'),(_binary '[ÿ³¬(õ¥\Â!^\å\æ‘+\è','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/ParseException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/ParseException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëõ®Q’‹#^™!‹z',_binary '4{¿E¢\ã€\êÿn„\ÂAs‘,~öeí¯’y²\Í\âS','',0,'?'),(_binary '\\v•B%ù*5Q÷‚ðŸ','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-300italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-300italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã4’Š.ƒ\\Uû…\äEò',_binary 'öy›\Þ`‘«\n\'ur\År\çOZ\â¦\Þq\Ð\ÆO','',0,'?'),(_binary '\\¿%\à÷?Œ>ˆ™\í\Üe8','wp-includes/class-wp-block-pattern-categories-registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-pattern-categories-registry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Áoª3û÷sCÆ»y÷6Ž_R',_binary '\0qÒ¥µi\è\Ë/sc\â¼\Ômú\ï\Ñò­…\Ý\Ñþ´¸','',0,'?'),(_binary '\\¢±X\r:l]@H7\Ü','wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º3¿`Iøh|ÝŒ\è\ß',_binary 'zª’™¡0©-†\çüt@‹÷¿nc(Þ£¤t]« žu','',0,'?'),(_binary '\\«Ž:x€2V¤+q¶C','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-arrows06.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-arrows06.svg',0,_binary 'vO\ÑHš%,3š}ä¤ŽLZ\Ô',_binary 'vO\ÑHš%,3š}ä¤ŽLZ\Ô',_binary '\Ç\r¼’\í\à1ó­v®\ß\ÇOÁ_¼<Ñ…(%{uù\êb\à','',0,'?'),(_binary '\\\é\Â[R\ï-\r]ÿˆöø','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.2.2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.2.2.php',0,_binary 'E\ïŽ<oýR\Î\ë„I»Hd',_binary 'E\ïŽ<oýR\Î\ë„I»Hd',_binary 'Ó›0l‚li\ÓI\ßN\ÙC¦\Ãùº°\ä­Yþ¢ñ\Ú1t\Ò','',0,'?'),(_binary '\\ÈšQ=š‰õÙ‡¨ØŠ–','wp-content/themes/yith-wonder/assets/images/demo-content/wonder-logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/wonder-logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@¹hƒµ}ö\Ý3r-\àô',_binary 'Y\íÔ¬ð\Í\ï÷e\Û\ÎK¸VOú%u“\Þ=£Oú²<Œ`','',0,'?'),(_binary '\\á¼µòV&[Cu‹ñ\é','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö¶ŽÇ‚Š\0+Y/l<#‹aJ',_binary 'YŽ„¾\Õ~+u\'šr±‰Ñ€\Ê\Ý%W\Ð2Jœ–\È','',0,'?'),(_binary '\\e&$‰1I\Ç>\Ñ”Q','wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é€~\ÅOÀ\rƒŒ‘lðž*',_binary '\ê\Òÿµ4\ì\Õù·¾\í,a\æÀ\Ë0œ \Æ1\ÈÕºˆyû','',0,'?'),(_binary '\\¡ÉŠ6O+t\Öõ÷jRø{','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w2+û6:+tºT\Øþ–\Ëÿ@',_binary '`w,‚Ý¯c/¦\ì\Ù>B\Ç\êŽiŠ_Kh²iM?\ä®','',0,'?'),(_binary '\\\Ü\Ü…•Œ9‡ƒ·\È\Ì÷','wp-admin/ms-upgrade-network.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-upgrade-network.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qc”ó8®š\ÔE\×%Œ«!',_binary '	\ÍH\ê_c\Þ\è•Q\ÕüX€ùÌ¤„ÕLsºÚ­ÿ','',0,'?'),(_binary '\\Au0\á*\Þ\ë\á\ä(4û+','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Store_Deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Store_Deprecated.php',0,_binary '7\Ò:Œ:XFÆ0\'¦P',_binary '7\Ò:Œ:XFÆ0\'¦P',_binary '–/ ¸nöf…<\Ü%n)\Å9\à\Ø\àlf—ø×­ÎŽu’¾','',0,'?'),(_binary '\\P­ŸÁ*´ž¨\'ŸÀ¡','wp-content/plugins/elementor/core/responsive/files/frontend.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/responsive/files/frontend.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c\ï\â›%\ÉôkŸgþ\ÜÊ°',_binary '·\ÝW:eI\\«‘\à¿\Ç\àKU\0‚Î“~t\ÙF­©Po\Ø9\Í','',0,'?'),(_binary '\\!\ÖO\à\î?;b»¿p5a/\Å','wp-content/plugins/wpforms-lite/assets/images/addon-icon-aweber.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-aweber.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§¼ŠpfJ¤Å»>So\îRý',_binary '/¼X0£Œ­ŠÔ°ÀçŸ¹\Î\ê\È\ZNª†\ÝgJ¨š¸u¦','',0,'?'),(_binary '\\&<\Ãf\ÇxC/sùº99€','wp-content/themes/yith-wonder/templates/search.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/search.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uº ±N-/\íˆ\Ì\rU–’ø­',_binary 'û7I33À“\ì€\ra¶øG\ì^;¥„¥U~¡A\Ò+!c','',0,'?'),(_binary '\\/\îÖ«Ù”\Ãö‹\Í\âüœÎ¯','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_mk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_mk.js',0,_binary 'Z\ÖO\Ü\ÈÞ•™\\4¨>M x',_binary 'Z\ÖO\Ü\ÈÞ•™\\4¨>M x',_binary '\ÒÊƒ}òU®\Ì]R\ÊòNª\ë?T±L¼d®<¨µŒ«¬ýH','',0,'?'),(_binary '\\5a\Î[\à]82VOuƒ\ë','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PageviewData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PageviewData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿn›DV¯V{½q`/±\ÄW',_binary '\×\à–ªe)Æ·d\Ð\Ë&d\ÊZó\á)­1ð¬\Û\Ãeqµ®#ü','',0,'?'),(_binary '\\5¡¿!\ÍùU¿²@•7?ö','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-upgrade-welcome.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-upgrade-welcome.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\áJ0 MX)þwOv»¡\Ì\Ã',_binary 'ÆŒ7O]8®S™õ¹zË€µŒ%©&~_>Ø¡\ÌX(¢´','',0,'?'),(_binary '\\6ð®“@Š¤¾ }\á·H','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ConnectException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ConnectException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þRJŽD•\ÌGª\á\Ø\êaò',_binary '¾IA¢\Zuõ¹2¦\ÃW©S^\ê9T.¾¤>_‰O:òƒ\Ø','',0,'?'),(_binary '\\=9ú\r=\ç¹.\ì¤4\ÇF/','wp-content/plugins/wp-rocket/inc/deprecated/3.6.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.6.php',0,_binary 'W¬Sƒ^Ó•„\í=\ÐPQ',_binary 'W¬Sƒ^Ó•„\í=\ÐPQ',_binary 'ß¢\ãkQ.£†aø,\Â\ÏüX¨üù>;T	\æi•þ¡','',0,'?'),(_binary '\\=Šò.@\È*^_\Û\Ìº','wp-content/themes/houzez/template-parts/search/fields/save-search-btn.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/save-search-btn.php',0,_binary 'ª\àK€\Ï\Ú½©¾‚\â­J\Ñ',_binary 'ª\àK€\Ï\Ú½©¾‚\â­J\Ñ',_binary '`4p~\Æ\ÆvñJ9Œ(€\àdP¹!»|2š\ÆSŠ\ÜvA£\Ú','',0,'?'),(_binary '\\=­‡H\Ì~÷\Ìxs\Í$·','wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒÃ¯\ì‹yDmTS\Ð\Ã',_binary 'e^†S(¹…ÌŽµ\ÙEÿ?cO+™8=dh†\èxŠ\Ùm\ç','',0,'?'),(_binary '\\ACñ©\È\Ñk\à\ZT','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡®s\\þûø\Å\ÆS%\Ø\ëq',_binary '/\ÓlÊ„^t¨ð8¸\\z¥Á*\Ö7•e\Û|V(\Ø\×K°?','',0,'?'),(_binary '\\B»\â\0\Zo®Á\Ï\Í{','wp-content/plugins/google-site-kit/third-party/google/auth/src/ApplicationDefaultCredentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/ApplicationDefaultCredentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š¾`§C|õ’c°°4Ë©',_binary 'T\ßy\nÎ¾Š\Ãô_ª\ïD\ÛC	½¹\é–bq’,Û­ý¡','',0,'?'),(_binary '\\C/{ü_£b¸º [ˆ\Ó','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½W†ç¸¤†e Ÿ^0»\î',_binary '¬iQ\Çüš§¿\ËÐ\Å ¤÷\Û!P‰Q\Ï}»úTÄ’ew\Þ','',0,'?'),(_binary '\\H¢û–:”¢u3\à%‹Fw','wp-content/plugins/wordfence/views/waf/waf-install-success.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/waf-install-success.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't¥2\ØH\ÊÁ‚$\á\n\ã',_binary '5¤(\Ë/´¹PhJS\ÈZ\"&]}“ù\Òr³Ip¥(\ä-t\Í\Û','',0,'?'),(_binary '\\J¥€ýZ»I„g\ÓH‹\ÒB','wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'AV7s£\è7¶-]\Ç2Å‰™',_binary '\0Ûº‚PpL~-­G\àƒ@ÁÚ°«l‹ßŸg¾ \ÑðòL','',0,'?'),(_binary '\\L\Þ}\Ò÷\æY–~\ÜlaŠ£','wp-includes/blocks/gallery/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3J™D\Ôô„FÄ­ú~2õ?',_binary 'kREŒLMš\â\èX\ä\Ê]l ”¦f,‰¨\Ç*h\ÐOýI{\Ù\í','',0,'?'),(_binary '\\M÷\êŠ Kuª\Ä=ýe´','wp-content/themes/houzez/template/template-listing-grid-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v3.php',0,_binary '…ª(µ6\Ê;³€p5',_binary '…ª(µ6\Ê;³€p5',_binary 'Á\0\ÆdEL=;\îö¿0—ŒºüÙ \Â>9z²–\ÍoD}²','',0,'?'),(_binary '\\N6¦—¼i±\\œ¤–z^','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Logger.php',0,_binary 'hŽ\å\åˆ\ë3bL]Ä¬\ÓÁý\Ú',_binary 'hŽ\å\åˆ\ë3bL]Ä¬\ÓÁý\Ú',_binary 'Ý™ls|\\ª\æý\í.3$“4# Le\Þ<l±›`wœ\'ÿg‚','',0,'?'),(_binary '\\Q^z7—Kòb\nü\åh ^','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hÅ² r©°3\Ù[\ËAs\íh',_binary '>f¯0œO?\0h^\Âaº\Ìd\ér\\.»‡œÒ¥dª','',0,'?'),(_binary '\\R$û\êGOÎ„\í‹üy','wp-includes/css/dist/block-editor/default-editor-styles.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/default-editor-styles.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	+ƒbpe¨«\×\Ê\äQ5÷',_binary 'MnP•S\Ä0}s•vÙ€ Cy½O¼zOô\âò©z¡\Ç—\Å%','',0,'?'),(_binary '\\S™7I‰›8wbQq\Õt','wp-content/plugins/redux-framework/redux-core/assets/img/2-col-portfolio.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/2-col-portfolio.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬$rˆÌ¾c’9‚pÿ\n\Î|',_binary 'Zûú.º\ìKú³¥\Îœ­\rv\Õ&Î¯¢yÛ–T95%j\æ','',0,'?'),(_binary '\\Tš‚lo5S£´’g','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_chart_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_chart_24px.svg',0,_binary '*¦5¤\Ö\":(¬;•†7+¿',_binary '*¦5¤\Ö\":(¬;•†7+¿',_binary '¹a\æŒ\ÓO;”ˆö\ÞL;_)˜~Ô?à´¥€–:\Ú\Û\Í\È','',0,'?'),(_binary '\\V \×{4¸ˆ\ï\Û\ÜG\Èr','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/property-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/property-title.php',0,_binary '~¨‡\É:nAGË›Ö¸Ž',_binary '~¨‡\É:nAGË›Ö¸Ž',_binary '\0\ÇÕœ¡—98\ÊF\\qº\íb\Â.¯­¦s‚ùj\È*E\Í¨','',0,'?'),(_binary '\\[\æ\íi%Í°<ú˜e“>©','wp-includes/css/wp-pointer-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-pointer-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'â•„)þ\Ì½y-?\Æ',_binary '&ˆ\ÝøP\ê\n\ße5¡o,V?\ÔA\Z\êU\Â;ÿ9¸;¬\Éz','',0,'?'),(_binary '\\^>\å\\ƒ3¾\ÚÏš@FWü','wp-content/plugins/revslider/public/assets/svg/action/ic_shop_two_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_shop_two_24px.svg',0,_binary '½‰l°‘.\ï\Äh·\nA',_binary '½‰l°‘.\ï\Äh·\nA',_binary '“«O\è¤\Éc\ï^$ñ\ËB6I1aCÈ‘\Ê÷~ÿþ«o”z','',0,'?'),(_binary '\\a1G?\Ì1\Ë^.\è&9\Ùw','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/AccountProvisioningService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/AccountProvisioningService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼\è‰\È	t\Û]ÞŽb\Ü{­¤',_binary ')»º93’p[Žeüd$Zˆt\æ¬M¯:_¥k\Ê9fš','',0,'?'),(_binary '\\gPø7\Ë¥\Ë(U¤\Ó','wp-content/plugins/elementor/core/base/document.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/document.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')j±S=ü;t4€øgý\Å',_binary 's&\ë\'\Þ3 \Ò\å¸\ßtN’ Ÿ²@6~w\âó‰V$ÿA','',0,'?'),(_binary '\\nA\ëžü09\ë\Ä7)s9','wp-content/plugins/revslider/public/assets/svg/action/ic_favorite_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_favorite_24px.svg',0,_binary '\'? ‚–0&~\Ø\"A2\æ`',_binary '\'? ‚–0&~\Ø\"A2\æ`',_binary 'N»#Œ¡\ÛÓ™&„;o¾ùE¥\rn\ãlûN.\Ø\Ùs2R/k','',0,'?'),(_binary '\\y+IÇ¢\ÑÑ ,ý@ŸºS','wp-content/plugins/elementor/includes/controls/font.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/font.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž‚i\Û\à]rYINs\r\î{ý',_binary 'G:¿5;\n’\ï)¯\Ûa\Í@â€ŠK·…\è•\Ú1n<Eõ','',0,'?'),(_binary '\\}}ùÁŠ“¶™’¤&\Ï','wp-content/plugins/houzez-theme-functionality/shortcodes/properties-grids.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/properties-grids.php',0,_binary 'þG/x„ˆ\ÎÅ¤ø\Ød\ëù',_binary 'þG/x„ˆ\ÎÅ¤ø\Ød\ëù',_binary 'Oòƒv¶]¯OŽõ|Rä—\Ù\"J¾^ Ü­ l\à\Ë@','',0,'?'),(_binary '\\~;Ì°H‹ÈˆIl\í8õ','wp-content/themes/yith-wonder/assets/css/woocommerce/woocommerce.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/woocommerce/woocommerce.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S¡“±O®\Üü \Þl\Ä@¨',_binary '\è\ä­$7\Ù$\î\'Ü¦W¸ƒ[\áI)\Æs¿ˆ[‘ÁY\à','',0,'?'),(_binary '\\ˆ\Ý9\Ç[P\ÓL˜­_','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v6.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v6.php',0,_binary 'vC@¶±\Ïló\ãM\ÎI¾ûð$',_binary 'vC@¶±\Ïló\ãM\ÎI¾ûð$',_binary '‘‘†,¨$\ä)¼`/Zw¢\ß\à\ëµÓˆ\ÒÆµ{L	','',0,'?'),(_binary '\\‹\Ç\Ó>i6±œgùq\ÞÌŒG','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/AuthenticationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/AuthenticationException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w\Ý/Œ\nC&ñ3˜\â.\Ø\ã[',_binary '*Ô‚¿h\Þ_¹T\Øc›tni\Ê\rnu`\ég¾\ÞF8pi^õC','',0,'?'),(_binary '\\‘;l(Œ}zŽo‰¼\êyP','wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§\Ú\ØZ\âcð\ÏDN\Èc',_binary '\0ñ[{ö¶\ì±!_¤®\á\èG—\ÞgŸsW!ü\Ò\0MTv\×\ã','',0,'?'),(_binary '\\‘®\í\à\Æ¤7ö\î²Q€o','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|¦%;w©ý¯Q»8ø\È@',_binary 'wi>\Þ6·Æ¬\à4\È\å .N\ÊC¹\äž\Zÿ4ªIOž\Ù','',0,'?'),(_binary '\\‘\äa³dT°@ù±¤.‡','wp-content/plugins/elementor/includes/widgets/icon-box.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/icon-box.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëü9?õÛ¦}T\Û	5¬G\ÂE',_binary '&.¼\Ï\ì?¡\n·s\ÎK\ï¤ôüµ\áQ–ór™Ž\Î\'\È','',0,'?'),(_binary '\\“¥»2¤]‹k\Ý\à¢õ¼µ^','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'att\ä\ëy’¬u†P·rY´',_binary 'IWÀ£\áŒ$eûøKº˜ó\n¦ôfCòH\àõ¬õ^e‡i}','',0,'?'),(_binary '\\–”\åœ8\0‘µ¬w\\’','wp-content/themes/houzez/template/template-listing-grid-v7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v7.php',0,_binary 'aP¯úßÃ¯B\Æ\á8wö',_binary 'aP¯úßÃ¯B\Æ\á8wö',_binary 'ø°%\ÜX’¬¥€Ný_\ç•1õS\Éê¥¸¨my\ì!÷\Ì','',0,'?'),(_binary '\\šÑ‚’?$€Í„8À’¡\æ','wp-admin/includes/dashboard.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/dashboard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r”3\'NI\Å\Ç\ìuþ#Eu\ã',_binary '	\n µU\ï\Â\í\â’\Ù\0‹ùŸ-s´¼3:´Ž«P\æ\Í\Ï','',0,'?'),(_binary '\\žÆ®ñ›0¬ô­_š\ê‰','wp-content/plugins/wpforms-lite/assets/images/payments/chevron.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/chevron.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôkGJ—KÈ›\íŽV+S„',_binary 'r´\ç\à\Äó¤`\ÉIšýW-½ö\í7\\+\Ý\Ûs¯&m\à;','',0,'?'),(_binary '\\¤ÓŸ\Ç÷ªs9‰µò‘¥X','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfMonthField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfMonthField.php',0,_binary 'i\ÖOüÔ‚b¼t4\Ò\\',_binary 'i\ÖOüÔ‚b¼t4\Ò\\',_binary '§\åÚ’5fCSQ\0Q†\ê·)=\Zkò$ Ÿ\Æ\0I˜','',0,'?'),(_binary '\\¤Þ¸¼\Ü\ë.\Ú\Î\Ê\àþ¿','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_alert_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_alert_24px.svg',0,_binary '3¯¿.\ÄIl\Ù\'k-r\ë‘\Å',_binary '3¯¿.\ÄIl\Ù\'k-r\ë‘\Å',_binary '\î.h­»\Î\Â\è\è¬y\åÿ\'¹­·7\\¢¹4+\×}-r','',0,'?'),(_binary '\\¦¢õ\éAøb(8û§FJ','wp-content/plugins/wpforms-lite/includes/functions/plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê­*\ëJˆF—k\äü}”7',_binary '~.{ºƒ\Ð\Î\Æf?}N¨£€\Ö\ë¼xN¯³\ÞW¸	z\\+DV‚','',0,'?'),(_binary '\\³´·6ZU•\02ygñ\Õ*¾','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.nl.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.nl.min.js',0,_binary '~¦™\ë\ÜcQo©9)`B,',_binary '~¦™\ë\ÜcQo©9)`B,',_binary ']\êóC›\Z¨p\ÏÀ\ä£\ë»\Æ\Ù\áóªŒ¼Yfþy\Â\Â6da','',0,'?'),(_binary '\\¹Ñ†®ûH\ÑùfôH}','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-lifetime-total.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-lifetime-total.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ká—‘31a\Ò2A\Þs‰',_binary '†s\ÔFö\Èÿ”–]\ëd6ÿoNX\Æ\éIKG\Zƒû=','',0,'?'),(_binary '\\»Gæ¡—fu÷\ïrÜ²ºk','wp-content/plugins/houzez-studio/admin/js/i18n/fi.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/fi.js',0,_binary '\Ïüv•\'\ë\ä#¤aÿÈžöh',_binary '\Ïüv•\'\ë\ä#¤aÿÈžöh',_binary '‘BeÀ‡S`>\é‘t-‘»p\Ì@\ês\Ôò\æx1—\Z\Çvm','',0,'?'),(_binary '\\»h4_2\0ï…ª»”¦','wp-content/themes/yith-wonder/assets/images/demo-content/company/happycustomers.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/happycustomers.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ngi:öQ€ ‹\Ï{3È“7',_binary '¤¶¨Z\nÎ®%\Õ3q‰Ny\ÃM\Â&ŽV\ßù\0Oc\í','',0,'?'),(_binary '\\½—™Y>r~™—‡Œ¶¸¼','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü8±C\â\ãVÏŒ\å’\Ã\Ã}',_binary '+®›i]Bóž\ÓIU¸iq98½ªÞ«’¹\Ôk\íœ\ÌJ','',0,'?'),(_binary '\\\Ä\Äö#žÐu\Ñ\Ê0²ž','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/WebProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/WebProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' 1k\ëŽq\'óF+\ê \î\í\è7',_binary '’‚@\\CM¹œ~ *P‘„è§¦¯«1¶ø\Ö\å%^Žœ','',0,'?'),(_binary '\\\Ó\0õ£>¦+¢³ÁFb\Ð\í','wp-admin/revision.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/revision.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦Znk\Ô]?\nP\ZFt\Ä',_binary '#ŠY0\ìi00 –u)\É\á8L\n L \ÅB','',0,'?'),(_binary '\\\Ô|}Ú¸\È83°8±g\n','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãXk^­ž?\ÏdôW9.',_binary '•)<EŠ\Ù˜%\Å!z‰\ëI¿‘¨B\Æq \ÐË¶¦hò¯','',0,'?'),(_binary '\\\Õ/C¡gö$_­l\Ø\ë\ØY','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Response.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Response.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼µqV\0\r\Âb‘„\r‚©\Þ',_binary '€Ü–»•—U¸¨„4J™!)›Ç­°7›M4¶¢\Z»B$¶\Ã','',0,'?'),(_binary '\\\ã‰Í™d\áp)¡\ÖP®','wp-content/plugins/updraftplus/vendor/psr/http-message/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e]V‡a§¦ôV\Í\âÙ”s`',_binary 'YX™hûk£9‡\Æ.\Çÿ?õƒ\î1}h\Þ\ì\ß_,Xs;D','',0,'?'),(_binary '\\\ärÅŸ\ZbŠ\Â3\00‚','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/PseudoClassExtension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/PseudoClassExtension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó\ây§z\äÂ»i4ð(Bo*',_binary 'Ø©2ƒA Q”Z‹(¬^uq\'A®q«\ï\Ç\ë‹9ns\ä','',0,'?'),(_binary '\\\é‹-#¾P ™x%²','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/InspectUrlIndexResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/InspectUrlIndexResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼‰Cqe+F¢¬\"k¥l˜=',_binary '~ª\Åf®|Yy©\ÖB\Ø$l\Å_\Zg­a¦lÿ\Ðx\ê•;\Ð\Ú_&','',0,'?'),(_binary '\\\éx7G=!ü¤\0m{y\â\Ø','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataColumnHeaders.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataColumnHeaders.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷;ûD5\ìÝ¯\"E€5¨0¼',_binary '\ê¦\Öj\ÌøP5K.i7^:m¤5ø>«\ØR½~\Ä\è','',0,'?'),(_binary '\\\êÁLƒ\â\ä¢\Ý\rn¸iø®','wp-includes/blocks/template-part/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î[¢\í\È\Zöuœ7ü \Ô\í\ê',_binary '%ŽûF.R8–c\è€¿@\ÑB•LH\Ôg#œY±S	\Ï','',0,'?'),(_binary '\\\ì¨hRSC«\ç\É8‰ÿ','wp-content/plugins/updraftplus/css/updraftplus-notices.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-notices.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘DE\èöƒx¬jMyh¾#M\Ó',_binary 'ñ\æ<<©	 6l<_–8\ÍƒƒZ³ÿò\Æ9?=','',0,'?'),(_binary '\\ì°½’E©¨*\å›\Ôw! ','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ads/Adthrive.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ads/Adthrive.php',0,_binary 'Vò¹X\á)SLüY–J&',_binary 'Vò¹X\á)SLüY–J&',_binary 'Ea/“Adžfš[Ÿ5gû¢³[ÕÄ \ç,•\Ü\n3 ','',0,'?'),(_binary '\\ï½Šò,ûP·¯˜\r\ÕF','wp-content/plugins/google-site-kit/includes/Core/Expirables/REST_Expirable_Items_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Expirables/REST_Expirable_Items_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š\Ë\êÉ­\ÝM[™\Ú>:“ˆ',_binary '>4EÄƒ&LC¸Q^u\ÛZf‰x\×%Ÿz‹c§WYö¿','',0,'?'),(_binary '\\ðÕ™\\z~cê¶›Â™','wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\"«R›PúW¥\Ähö!\ßka',_binary '\rÜŒÐQ+<bB¿H`U¤¸²\Z\ÏJ“\Ð\0	\ì','',0,'?'),(_binary '\\ó\ÅLe‹•­/ðõœs\â','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V€\á\È\É>tŠ…À˜žž\Z',_binary '<\rQ¦QV;¾¡|JR>R<P\ì? „Š‚ˆ®\Ô\\8\ë','',0,'?'),(_binary '\\ôa„N±(ÿa187L\n¦','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rf±t­\ÕRôó…›\àšM\Ø',_binary '±+Ò†+\íýÏŽ¶Ð¤p™ý\å_-x\n|\ÍQl1C','',0,'?'),(_binary '\\öµY\æà¤®u\Ü2|\Ãø\n\È','wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-button.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-button.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EB‚\r\Õý\Í\á\ák	\à',_binary '™\Î©\':7º\'+\Â*ó\ã\ãœVk€Cg`Ž¨J\Ü.Ž[','',0,'?'),(_binary '\\ù\îÍ—Ð‘Ue€¨:\É\Î)','wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ©ø}¨”—\át\È?†Î´',_binary 'þi+ñ9\ß\íC\Í\Ë 1…		\Æ-£1l\ßô\çp\r\Ë\Þm','',0,'?'),(_binary ']¹J*Æ’XÀºRE\á','wp-includes/block-supports/dimensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/dimensions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“Uzò§/\Z;n\'zQF\ì',_binary ':™ŒaøŽ.9=}`|n\Ñ\ãÜ½i{B°WA\ÆhKLµ','',0,'?'),(_binary ']4«jú^úw“ËŒ‘Ž\Õ','wp-content/plugins/elementor/core/dynamic-tags/data-tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/dynamic-tags/data-tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„!­l‡ae»N‡P\×5{\Î',_binary '\Zh%ô¥\r{}Ñ¼Š‡…³ˆ>…Mö8<–—]Ó»(ö¾','',0,'?'),(_binary ']AŸ\Äú`òÁu~z','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesWebDataStreams.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesWebDataStreams.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b²3}<¦õ„Dk\Îcš',_binary '­_\ê\×\Ø;Xž\æ\Zù† ¥B2´·\ãÞš3mÔ˜A ','',0,'?'),(_binary ']4/s·þ\ãC\ç|2A','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/wp-postratings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/wp-postratings.php',0,_binary '¿]°«#ÐŒ@\ã5W\ÝQ\Ýô',_binary '¿]°«#ÐŒ@\ã5W\ÝQ\Ýô',_binary '<MS\ä{¤¦\Ý.*\ÆÙ¥/w\ä9ùqð˜¬C\0','',0,'?'),(_binary ']i‰Æ]þ÷FJ»»1L','wp-content/plugins/wpforms-lite/assets/images/logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\×~w»gIÿ\Z)sM\r\"',_binary '8A!ûuI\\`€·A«¡\Â\å–ú\Ò;<|e¾ ?W™`','',0,'?'),(_binary '](Rª&!\â\Æ1;™3˜\ê','wp-includes/js/wp-ajax-response.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-ajax-response.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§R\Þ4\â.$¾T\ï\ï\Æ$i',_binary 'Xrg Zÿâ»²\ßO¬\ÝLs\á]0%®S™nšøL€’X','',0,'?'),(_binary ']9É22%\Âi–8›\0l','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/ServiceProvider.php',0,_binary 'ˆÐ®yb.Þ¹q$nY',_binary 'ˆÐ®yb.Þ¹q$nY',_binary 'afú^\rT\×\ß\á‘\0~”¥V-\Ý\ã²ûHqÐ«!\Ç','',0,'?'),(_binary ']:«Ÿ\nÀ\å\ãög\î60\ÌA','wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/abstract-post-seo-data-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/abstract-post-seo-data-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø¦x_¤$\å)›ºö\ê-\ÐQ',_binary '\É\Ð\Þò¼°\Ê/ü$–\ÝÁ<¡«€d§ˆ\ë1š•\Î6Q\n','',0,'?'),(_binary ']<a\È\î[4ªr«g?\è','wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º†h!q\Ê\ï\Ø Ê½\Ô:\Æ\Ç',_binary '\ï„ú\Å\0\\\Â(\'7µ™Œ’Q\Æzrœ\å|\Î9`\Ë\Ú\È3$ñ','',0,'?'),(_binary ']>\Â\Ü\î\Ø\èn2„\àTk‡Œ,','wp-content/jetpack-waf/rules/automatic-rules.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/jetpack-waf/rules/automatic-rules.php',0,_binary '\Î@õq\\ƒ}±«§—[õ',_binary '\Î@õq\\ƒ}±«§—[õ',_binary 'þ[\ËT\ÅnŸEjd\Ý(²$:!Áh\ÔÎ\0›s\è><','',0,'?'),(_binary ']B#\Í2\èz\Ú\ìúbUœ\É/','wp-includes/Text/Diff.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$+€¾ç”¡®ä†Á·Á<',_binary '&`\Ä~+>e\êaúh]c<‚ð~”.òÁf‚\Â','',0,'?'),(_binary ']E¡@ŽA%Q#¿ô¬ÿ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/plant-money.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/plant-money.svg',0,_binary '›C„4¡xÿ–;\á|¾\Æ\Ò\Éö',_binary '›C„4¡xÿ–;\á|¾\Æ\Ò\Éö',_binary '2´\'\É\ÊÉ£Z\è©\Ó\Ë\ïDK‹UvW\×X¶.Ÿ\á1}\ß\Ì\Ý','',0,'?'),(_binary ']Gœ\ÓÒ›\ì÷•”™~äŽ','wp-content/plugins/redux-framework/redux-core/inc/fields/content/redux-content.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/content/redux-content.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^\Ð÷=e\Þ>7\ÑR4²‹¥',_binary 'Œ!)ºluÁ\"ex.Æéºª9\î\Ï9¡ [H\ë\\‹q^¯¾','',0,'?'),(_binary ']H—ß¹v;	TLc\î²9','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù$i\ÔM\çrIa¨‡»&¦ù#',_binary '\æ I_ƒñÚY8ö;‘Ç‹\Ìy\â¸\Ì÷?\ë\Ý','',0,'?'),(_binary ']I\á?q\ç	|›\êM×‹','wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k ¢\Ù-eð\Ç\ãD\ÕF\ÕX',_binary '\Ã1óµõê£š&\ÆtòÝ¼P²\ïel×œ”«’\Í^Kº','',0,'?'),(_binary ']KU”%€9-ý\Ü7‘³)','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4\'Sh]8\ÊB\ç÷?=÷',_binary '©Jy\Üý)\âN\Ô0Ç–»Ü AÄ§Ni–ˆ*\"\Ýls	','',0,'?'),(_binary ']L0ºò\ìeE“\"uÀ ­‹','wp-includes/js/mediaelement/mediaelement-migrate.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelement-migrate.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q0—’…bø\Èlz«©’7\Í',_binary ';Y˜‡R‰/\Æÿ•Ž(²v0v\àsaDyö¡ü½\îµ','',0,'?'),(_binary ']MŒ\Ù\ÝJXÕ´~ø#','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\×b\îYlŽtNsÊˆA',_binary '?/“\Êk‰x¾Ú™¿«\Ì\Ê{\Î:V	)^òÉŽT\"u#Ž','',0,'?'),(_binary ']O\Ö\ß\Ò\å\ç4¯Ê§¡~U','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_filter_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_filter_24px.svg',0,_binary '\Ë\Ì\ã¹9ojù+w\Ð',_binary '\Ë\Ì\ã¹9ojù+w\Ð',_binary '\ä¿\Ù\Â\Ó\Ùb÷\à8\r˜ñö÷À^,\Ð\Ëu«ÿsžº','',0,'?'),(_binary ']WBt.\è\È\ÕyŸ3\áM\í\Ì','wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®Í‡\ÍP—)\å\ÙÈŠž\ã\âfœ',_binary '.²\ÍÃž\"‘¦úm–\êr»¿\ÂÙƒ¡\î|]Ž`\Ê\\c‚','',0,'?'),(_binary ']`Lz\æ{œ\Ö :\ß','wp-content/plugins/wpforms-lite/templates/education/admin/edit-post/notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/education/admin/edit-post/notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{+ˆ|‰*!S˜ \â=',_binary '¬l\ã9Ÿør˜\Üöv\Ñ&gk(ªù5‡\Í\Ý|V¡÷^G\á','',0,'?'),(_binary ']l{]9¬\Ó\ß\Öññ1+|\Æ','wp-content/themes/houzez/framework/metaboxes/property/attachments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/attachments.php',0,_binary '8µ\r`™¹A\×`¬\ZUˆ\×=',_binary '8µ\r`™¹A\×`¬\ZUˆ\×=',_binary '\ì*Câ¯¤kq1~½ª815Xc\r|„öŸc\Ð\îòW™•','',0,'?'),(_binary ']p¥\àû\Ä=žOÂ¾k\Í\çYþ','wp-content/plugins/wpforms-lite/assets/css/wpforms-full.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/wpforms-full.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ò³š}—\ì‘«õ¿D\á',_binary 'I™õó\à`\Îe\Ûs\çð~MDlq™\Õ\ìm°gBû¯.\"I','',0,'?'),(_binary ']q>zqÄ²®M¹c\Í\è@¨','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Store.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Store.php',0,_binary '¼¾¥\Ð\Å\ïŒSÿ€®¨<',_binary '¼¾¥\Ð\Å\ïŒSÿ€®¨<',_binary 'ºÁótHnš/\Â`ô›Ã§\ãAÕœ2>¿²¦ªPU¶A˜L','',0,'?'),(_binary ']r\"\Ü)¥H \ïB¦_\á	','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œn˜gú\î\êÔ§¦\ç\Ê\â',_binary '\î\Ö-\Ì0=¶‰ûŠ…<÷V\ãøž$”\ëÙ·—rf9Y\n','',0,'?'),(_binary ']tmT÷Ï”²l]Kk\Ä\á','wp-content/plugins/elementor/assets/css/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l\n3S\é/‡©~u3\ë’[',_binary '·†¢aº€\Ü}Ew?‰\×cø½d\nä”ŸSô\ãW§[1´','',0,'?'),(_binary ']t¬g&¾\ë=N¶Ê½h²c','wp-content/plugins/wp-rocket/views/settings/fields/number.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/number.php',0,_binary '\íDXu¦qYLŽ¥i­„¨r',_binary '\íDXu¦qYLŽ¥i­„¨r',_binary '1h\Ø>†f:\à=Š«CJSÆ‡ýYW-{ˆ–™©’h','',0,'?'),(_binary ']u2¤Ó½Ìš\Ì0\0S`\í[','wp-content/plugins/redux-framework/sample/sections/additional-types/raw.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/additional-types/raw.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚×­’¿øes:8Cañ',_binary '.?×½kR\ÒS\ÌÐ£\ÍCð-!\×e½aÎŽF\Úh¦r','',0,'?'),(_binary ']w¿%É°H¤oœ\\³…0','wp-content/plugins/houzez-login-register/social/google/contrib/Google_BloggerService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_BloggerService.php',0,_binary 'e3m!Õ,˜2F²§hL',_binary 'e3m!Õ,˜2F²§hL',_binary '½\'m.üy\0¨ñ0Í¾ˆÇ¯ý\ê9¾;¿ò\ìC\ÔhHo¤\Ú\à','',0,'?'),(_binary ']y«“\'÷”}XZwi_N+8','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/template/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/template/index.php',0,_binary '_8r\ßþ\ë\ËH¯\Û{¬Yù',_binary '_8r\ßþ\ë\ËH¯\Û{¬Yù',_binary '•ó‘6ø\ã£Ë‰\ÆG”\Ç]²\Æ\é®‹ˆ•\'l\íŒª','',0,'?'),(_binary ']ƒŠ\ÔN\Î\×JjÓŽe½£‚','wp-includes/widgets/class-wp-widget-media.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dûL\Ît­«<‘ª°',_binary 'Ló}Kö\Âf\\ºA¼R\é \ïÅ­¹(˜s¡\Öÿi÷{\Ò\Ç\äU','',0,'?'),(_binary ']…Bù6»\"\'6+ô7\î\ï\Æ','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionInterface.php',0,_binary 'Gúr¹Ê¿¡$F\ß\0­š€,',_binary 'Gúr¹Ê¿¡$F\ß\0­š€,',_binary '?\èm\ì$²\ß7	ª°å¦ƒ!“X%£­—\çR\àý','',0,'?'),(_binary ']Ü¤ú\é&\Ó\á»ò‰%\Ã','wp-content/plugins/one-click-demo-import/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚ókB9\ÔD\n\Ì\ÅÛž',_binary ';¶‹ü\éÓª°\ÖR\Ôm\Ã`DI¨\ÕT\É½3\"DñÁ\Õ','',0,'?'),(_binary ']’\ß\à¼u`‰=‘N†Š{','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/upload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/upload.php',0,_binary '9\Î\\ö}U¢©­\áî¦¡N',_binary '9\Î\\ö}U¢©­\áî¦¡N',_binary '\àC”ú¶|´«‹ƒô Tk®}“\ì‘p\Ñn|\0\\yºü\ä','',0,'?'),(_binary ']œú†’c1ý‘O‰”³\Êü','wp-content/plugins/wordpress-seo/wp-seo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/wp-seo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0rZ…\\¦\çþ\Zhy©†3|',_binary 'P=¯²ÿÇ…\ê6öGT¾\'¨€Àƒ–X+µ9\Óa¡k','',0,'?'),(_binary ']žv ñ2ªu½~\àü','wp-content/themes/houzez/framework/stripe-php/lib/Product.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Product.php',0,_binary 'vE\ÎI˜²\Å\äL\Ì\Ô{q',_binary 'vE\ÎI˜²\Å\äL\Ì\Ô{q',_binary 'Â„s…–\rÿ‘\Z:\êy\Ë\ÜF×’=aC°¤ct·','',0,'?'),(_binary ']¥‚P·¿\îTkvtŠº8A','wp-admin/network/menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´¶\äJ/Mñ9œe©´\ÈYe',_binary '\æŽ²kd¼?\0cÀ\ÏQ\Ükt\Ü\ãß¸F¤£j\Ôf\Ã','',0,'?'),(_binary ']¥¤\Ê*…¤…ÿJ–','wp-content/plugins/wordfence/images/icons/email_go.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/email_go.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºªj\Ì\ÙEü´H)«.½\í',_binary '÷½& ôqC1QU´_.O\Ø\î3¿\Â\Ëò1!&\Ð\ç—Û´ªû','',0,'?'),(_binary ']§Ÿ‹\âù\"}[’Y\ÜR\Ú','wp-admin/css/edit-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/edit-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@f:š»®\ÉE\Î…Ž–',_binary '¸§ò\Ìn¯c\ë\ã­\éºq\å\äTùÁ;»*{$\î¶\éB','',0,'?'),(_binary ']©\0u³½«­.yÿOÉU','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è\çU`eýÀa¥vª P“',_binary '¿º$eduxÅ°\Ã_\\	\ÏÊ´ðù&Êƒ\ç\ë[©\Ú=N\Þ=','',0,'?'),(_binary ']ª†Qª\Å\Ï\Ó\âÚŠó˜w','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼øz²NHVH7Á\ê\ÔP',_binary '<¡n‚tÈœ\ÌBzr\Ü%k\Ä\×?Ÿk„ÁAF\ãhB@x','',0,'?'),(_binary ']¬Í³µð§\íM®cMG\Ç','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PriceService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PriceService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å<\Ð=_\êW%²°,‰1÷',_binary '˜Cb)úxƒ5ny¶ 5ê”©\×*\ãTß°½¢¯','',0,'?'),(_binary ']®\ÔE¾4œjd)Š(\Zx+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ôœ\à-’+\Ê\ëG‚Jƒ¤åž¸',_binary '	/ú\Çrº‡\"Dý©5Ë¨ó‘g>@.\ãñDôŽ*\â§ö','',0,'?'),(_binary ']²1I½\Ú\â\Î.I}Ú—Í‹','wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G¹\Û\èASnŒ2#\ë9J³h',_binary 'Lc®»¶²W/%U\Ì\Ñ[šw4ƒ< þš$³Zph\Ã\Ú','',0,'?'),(_binary ']³pFOv±²¹úõ£q	|','wp-content/themes/yith-wonder/patterns/testimonial-with-image-2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/testimonial-with-image-2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C\0%VøR-\Æ\ê,°o¥ýò',_binary 'ó²s\ÔÇ¾bj\Å ;\Þÿ8vh_ü\Ûú^”dRŠ¿/\0Š','',0,'?'),(_binary ']º€O–Ë˜”4\rœ)','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_backup_restore_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_backup_restore_24px.svg',0,_binary '[¦3t÷_\ÝE0ö[]',_binary '[¦3t÷_\ÝE0ö[]',_binary 'EOpþ@K­MøöX,…ú0&Ÿ(£b¬\Î\Ñ\í\Â\rA/­','',0,'?'),(_binary ']»£”e3“+‚gh@¼bþ','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â~\Ò|¡\"¨7øMMXA',_binary '\ë\ïž:\Ì~‘Î¸ŠÖgÄ5p.•–/|	0xzOŠ','',0,'?'),(_binary ']»õD=+½.%qµ&D\ÍW¿','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chess-rook.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chess-rook.svg',0,_binary '†€Ž˜¡\Ç\\Hª£¹\ßÈ‘',_binary '†€Ž˜¡\Ç\\Hª£¹\ßÈ‘',_binary 'œ¶†W•®\ÖBþ\\¡Ð€\â99c\Ç\ÃE\ÞEü°\ÔZ•\ã','',0,'?'),(_binary ']\Ç÷¥\çHª´t\ï–AD','wp-content/plugins/revslider/public/assets/svg/action/ic_zoom_in_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_zoom_in_24px.svg',0,_binary '£DTyœz8™\"ªS',_binary '£DTyœz8™\"ªS',_binary '\×\Ý\ÓJ^.k\Ô_¤gv\éb¦s%µ°J\Û|D…','',0,'?'),(_binary ']Ê¿ –\Z´;5sRŒŠ\ã','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/request.php',0,_binary '\êŸN<ÕŽ\Z¢]õ¥ø¾x\Ü',_binary '\êŸN<ÕŽ\Z¢]õ¥ø¾x\Ü',_binary 'Ê\âû«Í¹¤¡w¿G\Ö\ïPˆÌ˜:6X+(ú\æ\ê%·s\Ò','',0,'?'),(_binary ']Î°y\Ç \â “3šâ»™-','wp-content/plugins/revslider/admin/includes/template.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/template.class.php',0,_binary ')y3I5\È\'ý®÷¥^´',_binary ')y3I5\È\'ý®÷¥^´',_binary '®¼QX³\ÃQ\Ý!—Y¡´›òÿ]o/•µõ¤Oƒñ)±','',0,'?'),(_binary ']\Ñú}mHWh6\çx£À\Úú\Î','wp-content/plugins/redux-framework/sample/sections/extensions/tabbed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/tabbed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f\à\Ç\ípz\\U¥\åEö\'',_binary ')©1\Äz\ã\Ò\ÅØ—ó\ä\ËúÀ0*¢6\Öþ\ÓyûÊ†','',0,'?'),(_binary ']\ÓI]\ÝB 	-{öTÖ¯\Íþ','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CronSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CronSchedule.php',0,_binary '\âW\"2•\Æ\Þ(‚\'H\ÑKyv',_binary '\âW\"2•\Æ\Þ(‚\'H\ÑKyv',_binary ';\ìô¢[ó9#ñj(Ž¨d*Z¨7V]J2ôA™Y\é','',0,'?'),(_binary ']\Øa]\ê2²wÔ¢†«\Úµ­','wp-content/plugins/updraftplus/includes/updraftcentral.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftcentral.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å»!„#Q-ÒŽ÷ü›†¡\á',_binary '²\êdM>‘S\é\Ë\Û\ãGÁ\Åÿø\ÚI\',´¨ö\ÌJh\æ\Ô38','',0,'?'),(_binary ']\âÜ•\ä•{\ÆHú\r/9s÷','wp-content/plugins/revslider/public/assets/svg/places/ic_golf_course_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_golf_course_24px.svg',0,_binary '9†‹€1F\Ýk¼m[Ò…U‚',_binary '9†‹€1F\Ýk¼m[Ò…U‚',_binary 'lÄ 6;\Ã\Ñ\rl×˜/±¡\Z_”^&v\Ì]\\ô7yG','',0,'?'),(_binary ']\å¡R+&—n\'l:;C','wp-content/plugins/revslider/public/assets/svg/alert/ic_error_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/alert/ic_error_24px.svg',0,_binary 'ü\Ë[c\Å1Z\í\â{SRM¢',_binary 'ü\Ë[c\Å1Z\í\â{SRM¢',_binary 'Q:¸T\0\'SD°©ù\Â{ý mY2t\äC#n\Â\ï\Þ/\ä','',0,'?'),(_binary ']\è4dû9´À\àC\Ä<s“3','wp-includes/blocks/video/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'SL¯\ÞYÁYõ]F±þÇ–Â»',_binary '\Ø\Ú´ùh\Ç\ï ÷(_HbbIšR<s²Dg£–AQ_','',0,'?'),(_binary ']ù’,k	FhL”J`\ç','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#Ž¥\×U@¬/¤S‡\\\"£Š',_binary '¼ÙŒ\0W\ÔKr\ëM\ê%\Å%. Uð°imö˜yœ]b¨0ºe','',0,'?'),(_binary ']ûö\Î\ê\ÇZ§ñ/“}\ÜfÄ°','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê<CñÊ¸\ÄÖ‚:}Ï™°g',_binary '=ŒhG’\Ê/oW¡K[\'—q¨€N¼z´=Jh\è/ý\Zú','',0,'?'),(_binary ']ÿSS?7#A¾\Í8ø§','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rzZš‹œ\ê£\ëÀ@\Ñö',_binary 'Fœ©\Ø\éo·–k\åF~½\ÙÃ¾?;eu\æQ0Y6tú_','',0,'?'),(_binary '^·1\Ûý=öƒe(4D¥\Ý','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '^}‰)\è+\Ùl\"\Í\Ñ„Ä','wp-content/plugins/revslider/public/assets/svg/av/ic_airplay_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_airplay_24px.svg',0,_binary '\Õ%ý÷b]v4Š)+\r',_binary '\Õ%ý÷b]v4Š)+\r',_binary ';ÁyDŽ¹NFH\ï“\Ôp\ZETöy±\åbš­2¹œˆ2_\î','',0,'?'),(_binary '^7V4ðC(•j@MW\æ“','wp-content/plugins/wpforms-lite/assets/css/emails/general.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/general.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6–ûŸ©I”¢»j²:w*',_binary '•.\Ä\Ö\Ñ\ÏÁ¥\Ï\'\n;b(\'\ÖH\á\èFÏ‹÷ˆY','',0,'?'),(_binary '^1dz²D\'„\èa,ˆ\å™','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg',0,_binary '§·ˆ‡½\ZD\Ë\ÂBˆž',_binary '§·ˆ‡½\ZD\Ë\ÂBˆž',_binary '\Òv;¢\ÅbŒ \Ý\é}‚Ÿ\0j?IÞ´igQ•µ\"Ñ‚`\åC','',0,'?'),(_binary '^¼˜S€\Ð\ì«\ï','wp-content/plugins/updraftplus/images/addons-images/backblaze.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/backblaze.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á\Ê\éºÆ«¬ƒT2MÐ’½',_binary '?¶ù‹L\ï\Û\áT0Þ“±\nh•\Ü+³€°¬õ÷\É\à\Å','',0,'?'),(_binary '^4†”M£Ý‡²”\ÖN€\Í','wp-content/themes/houzez/template-parts/search/fields-v3/status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/status.php',0,_binary 'p“[«3òÙ¶j;aÿ/¶\ë',_binary 'p“[«3òÙ¶j;aÿ/¶\ë',_binary '\î‰?hz\è™\ÑÕ•\é·\áµ©\Ô6.=µy&#ºoô','',0,'?'),(_binary '^79© §n‘úœibÂ¿»ô','wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-regular.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-regular.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\ÚnBŸÒ™M\âŽ|h=',_binary 'CQk–727§6.^2’¬>²Û˜èŠ…\'S3§¨f\é','',0,'?'),(_binary '^9(-(Å²\Åy ‰÷\Ê0q*','wp-admin/user/about.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/about.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!šN ‚š\Ù9\â3nDl',_binary 'r—¾¯R89\ã<†;9i1l•Z²ŒQú\ìoC#ñY–´','',0,'?'),(_binary '^:sc‹•œ²\×5ú¼\Î\Ã','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-misc.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-misc.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\Ñ`.x#0ŸZJª´’',_binary '‰ù#(œuz\ÐòsÎ›“7\Ù~Û3\Z\r\Ô>n§µ\Ò4>O','',0,'?'),(_binary '^:\í2oQ.á µ4¢ð\Ù\'','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’²\Ë\Ýe(õÛ£\Í\Ëòƒ',_binary 'Å†—­sŽd+\ë*ý]€\Ä`ñr–\\€`Ê¨¸§f€_b\æ','',0,'?'),(_binary '^;@‹|\ÄâŽˆÆƒ\à–ð8','wp-content/plugins/wpforms-lite/assets/images/settings-email-plaintext.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-email-plaintext.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%ÿ±Ê˜ˆ?Q\âP*£õ',_binary ',]­ñ\ârö\Ó\\ã§…\Þg„/nO€\Ç0\ã\\Eø|Ó†M\Í','',0,'?'),(_binary '^>|?>£»,\Û\ÏE\ÖôÐŠ','wp-content/plugins/google-site-kit/includes/Core/Authentication/Has_Multiple_Admins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Has_Multiple_Admins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\'%UÜ‹Âƒ°JˆnV',_binary 'O)5\Ûò|¨\ÓDV\ìk\á¸›~0\Ã\Ï\Èe\ï©(\Å%GPù','',0,'?'),(_binary '^?xv\Ã\rž\Ì¢¦N62\ÉD','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAccountsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAccountsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é\äO¿øg_\"V…ž¥û’\Õ',_binary '\Èd9=|Š˜\ês`ó¹ÿšp€û‘\Â^\Äu9v~y\Â]','',0,'?'),(_binary '^@Õ²{\'«©_\è\â›92','wp-admin/upgrade-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/upgrade-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õô–[a\î@1.¥šQ\Ì\îZ',_binary '\ätË¥¬ù£˜9{‰\Ä/\Âÿ„y´g1\'þuVþ¾l¤','',0,'?'),(_binary '^F\Ü\ÅK%Ï”©3\ç™\Ý','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileFilterLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileFilterLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3P 	/‡t‹\Þ\ê*::@\ê',_binary '„vrlÀ*¢NõýwB)+	§tv«÷OÝºf¡E+','',0,'?'),(_binary '^H\0õB|\Û\Ø4\Û@zÁ÷','wp-includes/IXR/class-IXR-error.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-error.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g6\"¬•\íu\\\'3¼²­œbŠ',_binary '*?\ÍÛ§U=Ž?¨,]¤\Ú0=C\Êø““ Z-†6Dq.˜G','',0,'?'),(_binary '^K\ß\â	u¥+)\Ö\áH\Ù\Éü','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/template/script.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/template/script.js',0,_binary 'ø6\Öy‹\ÓEÿˆ×ƒcD',_binary 'ø6\Öy‹\ÓEÿˆ×ƒcD',_binary 'ÈŒIP\Ó÷|´Ö¢\ç·b‹â€]\"Š¿gŽ\ê³!/F','',0,'?'),(_binary '^Uðœ.i¾\ÖypG\Â¶™','wp-includes/js/mediaelement/mediaelementplayer-legacy.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äA\ÒVýt\ÐFÆ£¶‰–',_binary ' 2\Èq{Y\Â*lXø[qkd“–\á}\ÎJp\ê™\ä\à\Ó¶','',0,'?'),(_binary '^^‡\\òµ .Þ»\Ûv\\\Å\Æ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*s½o¬T³P29\",]n',_binary 'æ½œn1:7?Ü·˜!þ\ÐÕð\áõÃ¢v\Å\Ù','',0,'?'),(_binary '^_y:ûŒúÁ£&¯‹<s½','wp-content/plugins/wpforms-lite/src/Tasks/Actions/AsyncRequestTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/AsyncRequestTask.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.žˆ\áü×˜\\\ë0S\Ø',_binary '¡\ì\Ï\á5›€g”¿13…Ì Öª.¯¢|<@´Žž\ÉP¸','',0,'?'),(_binary '^dGýFƒ÷¡´—‚½´\Ã%ž','wp-content/plugins/updraftplus/methods/remotesend.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/remotesend.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êJ‘•g‹»þ|°_.”',_binary '’\ãž[J÷\å½Z}^\é•E\à\\Fª\Èhmp^Ÿ\Ä','',0,'?'),(_binary '^i^\Í/[\âû³mIG·\Ô-','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '^n8ë¨”W8“\Æ\ÖJ§Ð¥K','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Review.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Review.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n)\ë]zsŒP¥úf\Ø->´',_binary 'Ü¿\Ýñ\Ç\íÜ\è\Æ\\\á}¯Ðœ\Æß–6\Çi“«À‡’D','',0,'?'),(_binary '^p\åx\Ê3\ØM5	\Z€','wp-content/plugins/revslider/public/assets/svg/maps/ic_person_pin_circle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_person_pin_circle_24px.svg',0,_binary 'ðeD£\\¬=‚Í¿û\ZT',_binary 'ðeD£\\¬=‚Í¿û\ZT',_binary '«>}\0,\"% \0\Ù%n‘sÁ‹†e2\ÉÑ€˜®†[ð\Ù\Óy','',0,'?'),(_binary '^qtb€\Ù7Êž^u\Ï\ì²','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_CLI.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_CLI.php',0,_binary '­†D8•jKQ…\ç+\ÄÔ‘',_binary '­†D8•jKQ…\ç+\ÄÔ‘',_binary '®†³§-„<^¤ížA§\Ým\ê*‰˜\Õ:\Ø<«#H£Ï²','',0,'?'),(_binary '^tvŒß²J‚…²%','wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùõ+\ì)tL\îª5=',_binary '‡™U}­”o\ä+‡SO§Y“ ¥…:<®WQ2T¯g\0H','',0,'?'),(_binary '^wóm¯”L;\é/•ViW','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/RevsliderDivi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/RevsliderDivi.php',0,_binary 'D‘‡¹¨ÁU6e\Ûe~P¼u',_binary 'D‘‡¹¨ÁU6e\Ûe~P¼u',_binary '„ÀUÿ\ã»\Ï2\éI‰\éF\ä>ui\"ƒg2+¸KrG†','',0,'?'),(_binary '^yG=ÚœFg;3‘Ã¡©','wp-content/plugins/wordfence/images/button-grad-grey.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/button-grad-grey.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\ÄRC\ì¿\ÊTy\Õý?\Þ',_binary 'D\Þú€\ÃÁ\ÖH\Ù~µ’´Ï¨¢Pº_\á§{!\Ê\×','',0,'?'),(_binary '^\Ï\ßSwö\Ï\rD\ÅÚ¹6','wp-content/plugins/redux-framework/redux-core/inc/validation/html_custom/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/html_custom/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '^\åƒÃ¯ðˆ¯+…y|\Ð','wp-includes/images/crystal/spreadsheet.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/spreadsheet.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5†9øÐ¢1€T\Ë\Çn¤\ê',_binary 'e\rC¬ˆi0\ã\×[¯\êR¬8@\æ÷ð\ÍG’¥ðaJN\Í','',0,'?'),(_binary '^…°q\Èn÷´k\\ý\Ä\ã[·~','wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡ma¢;_dš_¯3ôÿ\Ü',_binary 'üÀ2¶Ä‡<ÿ\ãN\ãˆ‘±J(,¥I@qÞŠU=j\Ð','',0,'?'),(_binary '^…ºT‘ RÔ½\Ç¯k-','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sþˆY\ã\Ó\r~\r¯\rR6',_binary 'Ì…$\Åúm^Ž&W\Ñ6˜\ëòC„ùOn)\Õ4‡º“\Ðù','',0,'?'),(_binary '^Žðÿ5w®\\\ëOZ·½I','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger/StreamLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger/StreamLogger.php',0,_binary 'û˜ø b»ˆe»,¿ }Ÿ',_binary 'û˜ø b»ˆe»,¿ }Ÿ',_binary '\ì}ÿÌœ\Ù9Á5§\Ëá»€[H0\á1¹ö2Mg¾\Ø','',0,'?'),(_binary '^‘S\Õ}H0/\Û+\Ï.\ÏNö','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/land-area-unit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/land-area-unit.php',0,_binary '».	¦\Ä\àPö_þŒ~#\Õª',_binary '».	¦\Ä\àPö_þŒ~#\Õª',_binary 'e	ù{‚9@\"‚h\r\ê~~¤:\æT>ù«\ãHÇ¦¡)øt+','',0,'?'),(_binary '^’”6Z¿\Þ1j`TrO°½','wp-content/plugins/revslider/public/assets/svg/notification/ic_live_tv_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_live_tv_24px.svg',0,_binary 'LŽ‡½Å»’§eÆ°î—–',_binary 'LŽ‡½Å»’§eÆ°î—–',_binary '\éh½f\ãµ—ŒÐ‰\î\Z›Ycÿ+CÏ¡ &Á­Ö¦³®','',0,'?'),(_binary '^—Y¿Kb¦\àF2T\Ô\ÔT-','wp-includes/blocks/avatar/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«*ú‡‡(\Z¨ö\îøIz\Ê',_binary 'e2º,¢Õ”ùeõ\ÈnÁCš\ØL]ûö\Çs\Ë\ç+©¢','',0,'?'),(_binary '^ !òª\Äf\è\ìñTNs\Ûò','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountTicket.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountTicket.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a^’+ªˆzyZE•;$„',_binary '!\ÑU\ÔABK€·&°zv©\Êý\Ì^£—Gú\ÃyÅŸõ¶j‰','',0,'?'),(_binary '^¡\ã<uA\åBš„ü ‰Ž¦','wp-content/plugins/houzez-studio/public/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/public/index.php',0,_binary '\ï\á{J!u?}\î\çs•',_binary '\ï\á{J!u?}\î\çs•',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '^¢)Ôš—\îð ¹\åb®k','wp-content/themes/houzez/framework/mobile-detect/vendor/psr/simple-cache/src/CacheException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/psr/simple-cache/src/CacheException.php',0,_binary '\íšø½¯¼#\Ë\Ùv¾Â“…ð',_binary '\íšø½¯¼#\Ë\Ùv¾Â“…ð',_binary 'k3\ä\Ö\Ò\ÜôOû’Œi…;NF\ínÀ×š<D\ï!','',0,'?'),(_binary '^¢\ê`€õh>\Ý!#°17cE','wp-content/plugins/updraftplus/images/notices/updraft_logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/updraft_logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€úÝ²et•¿Þ¡\è\ÍÂ½Ÿ6',_binary '(\×X¤˜\ë—v\0\à›6Žv\ÌU\é‹+g–j\Í{\Æùú\"3\Þ','',0,'?'),(_binary '^ªŒVTü±\â`OXS“\n','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/includes/InstallChecker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/includes/InstallChecker.php',0,_binary '+\ë@»\ÊÙµ\é‹I\ã^i',_binary '+\ë@»\ÊÙµ\é‹I\ã^i',_binary 'P)°Ž\Ê\0^Bþ|\Êu¤˜|\è¶Ÿm\â[\ì®?\Ô\ÖQ','',0,'?'),(_binary '^¯5\áO	Z}¦ciVjðQ','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô/\Â-\ÄPm9§ºŠˆúP',_binary ')d\ÄÑ©dÖ/É‘øl\Æ%ºˆ\n\\\Ý\\n†¶«\É}\Ù\ë','',0,'?'),(_binary '^´pµI|˜\0\Ö_¯yfÑ¹','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³\Ä³öM9a\â\'›\É\Ìð',_binary '€b<\Å\æ§\Øwö\í:$·þt/×¼\Ñ\Ø¸®\é³ø»@\n_','',0,'?'),(_binary '^¶Ë·\àŠ›f\ÊQôhy\èË½','wp-content/themes/twentytwentytwo/styles/blue.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/styles/blue.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ððqˆ\ëEt:\ÙX+¹',_binary 'z~J*&²S»°|#£\0LŽ\à\ËX¸(Mˆ)\îyvzjg','',0,'?'),(_binary '^¼ƒ«N\ä„aVÂ³\ç)\ËÀ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessMetric.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessMetric.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø=ó¢\ëXú\Ü\èsƒŠ©¥®\æ',_binary ']ß£|¯BÁ\Ó7ú‘l¦Bhjqp1~\èC4A˜N','',0,'?'),(_binary '^¿¯òc/\Êo\n\Z+','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å•þ\Ç>i7ƒ\Ó:[}<\n',_binary ')UuI\â š›I4¿\Ñ ö.zø\Ðö\íM\Ü_Â“ð\åpû\È*','',0,'?'),(_binary '^Á±u\ëºuƒ¬W‘dœM=•','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æz\Ö\Ø=E‘o0¯´[ò±',_binary 'µm?\Z\Ã\"\Êg\ë=€0\àN\"„öQ‡ˆ`¦u\'\ì°\ë~I','',0,'?'),(_binary '^\Éõ\Í*´Eº\Ì\êS<^','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/yinyang.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/yinyang.svg',0,_binary '[û€\Ù\â\ÇD)Ë¯]„4W\\',_binary '[û€\Ù\â\ÇD)Ë¯]„4W\\',_binary '¯¯™³›Æ±«\Ñ!QYò}f¶\Ä\àS[´i^\î\Û&l‰o\'£','',0,'?'),(_binary '^\Î\ÉøDƒ¦ø2@ª?Ÿ','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/NegationNode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/NegationNode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½fWºx§&Ò­w\Çdü*\Û',_binary '¸Š{°\èò0IX|cGwÑ¯\ãQT1¶³‰I\Ý\Âñ´\êIó','',0,'?'),(_binary '^\à\éMÈ ™¦\å\Ú?T?ö;i','wp-content/plugins/wordpress-seo/css/dist/adminbar-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/adminbar-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Þh¶s–a¹\Êˆ”ù\Ù',_binary 'Ló‰ž™¶oÀ\ßÜ›ÁUò=z\Ï¥‚NC7xC$~¢\î\×m','',0,'?'),(_binary '^\á¬\Í	ñ\Ö\Ë0\ã\\\îšO&','wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\Ïr\è\\‚Cÿ¨ÀO\é¿\Û',_binary '”©`Bb\è.¿ó4+qiU-yT3oª‚Å¨¶lJ¢\n†£','',0,'?'),(_binary '^\êS6\rxT\ç58sµ\'UH','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderInterface.php',0,_binary 'ý¯õ\Ô<¤º±øBJb¥jŽ',_binary 'ý¯õ\Ô<¤º±øBJb¥jŽ',_binary '\ê2«@¡‹µ°€¾kh#\Ú?»_8p\Å\Ím£DU¼Q\Ï','',0,'?'),(_binary '^\ïù^\\Qó\Ã=(w²\î†','wp-includes/js/imagesloaded.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/imagesloaded.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h#vÉ¯È’”É¦ø\ãC',_binary 'Iò²j\Úú+V`)€® P¿\Ó3‹JÁ´(\"…xR`','',0,'?'),(_binary '^òŒ —;˜\Ö12\Ð+\Ð\ÜN','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SearchAnalyticsQueryResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SearchAnalyticsQueryResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”/o©—$\åõ\í\åo^\áÁ',_binary ',*7òC6=–½¸Ë°(l\Âûm\ëZ¨B|\ÆW–\Ôb¦Ç\Ô','',0,'?'),(_binary '^út‰ü\î©®I$ˆŠ¹´','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-700.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-700.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%°\á\Ê|\Î7p\ÕBsm²ch',_binary '\Ãcpc¶ŽjÿƒLpº\Ü\è1Ó‡C§¿K©(\à}cO4ò','',0,'?'),(_binary '^þ\ÌJödc²¤U+±~\Â','wp-content/plugins/wordfence/lib/wfScanFile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanFile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}·NŽ ¤™v§$ó> \Ô',_binary ' ’„ý³\Ð:<QM7¶\êÙ§F\æÿ&g·\\F]|tû\È','',0,'?'),(_binary '_\Ü\Ü^ªÎ°©»ú\Ê=\äZ','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/class-redux-extension-color-scheme.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/class-redux-extension-color-scheme.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q‚\Ån§\rPS)M\Z˜jI\Ý',_binary '!+iX8õŒ8\áúS™\ÌÞ©·$¨«%¾P\'Ø¤0','',0,'?'),(_binary '_°\0\ß\Åd •MP~\Û\ëD','wp-includes/revision.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/revision.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŒHK½s.RžÙƒ©S˜, ',_binary 'Ò„ü\ï\ÜÇ£.a\ê9\ä3\Z!\ì\ÛY¿b*Š±ˆÖ°¡6I3','',0,'?'),(_binary '_£k4\é÷·!*}ˆ‚Ý„ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì \"UE\"´Eb;D\ånð',_binary '‹©Ô±\ë»r–g\Ü\êCXJU\Ë1ø’Ö‰Ya,\Ùð1','',0,'?'),(_binary '_\ÈwÈ¬\æåš½qÿ‰¸ü]','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step2.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step2.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\ÃM»(nB\Í\ã&>u…',_binary ',\èP+»ˆ€\Î1	¤Šù]:™r7{4°>\ëZ','',0,'?'),(_binary '_Z\"¶Eù\êñ¬sƒ½\æò¡','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/bin/build_bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/bin/build_bootstrap.php',0,_binary '³—Rbr¬–´.»j’ø£¬',_binary '³—Rbr¬–´.»j’ø£¬',_binary '£\Ð\ÝD\ÈXM*Ð‘2pŠ$J¿@isš9%N·Š\èn<','',0,'?'),(_binary '_“®ƒ/èŽ¬¡õÃ²d\ÂS','wp-content/plugins/revslider/public/assets/svg/editor/ic_short_text_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_short_text_24px.svg',0,_binary '™SddâŸñ\î\Ån\Ö\ë°\Ò',_binary '™SddâŸñ\î\Ån\Ö\ë°\Ò',_binary '„ IuHQ\Í‘©~/\ßb7\ídõ÷\ÕmV“\Ì\î\nl\É','',0,'?'),(_binary '_*\Äâ½žLÿ0\â>\r','wp-includes/feed-rss2.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed-rss2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´­lN+\î5	¨›O?',_binary '@!\ë`C\Ê\Ïø*Meù\êûz«j@	´@ \Þ\ÒL°jw…','',0,'?'),(_binary '_\Ì#\è‹ñU1púGSò³','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z°Š\Årt½\Âýwú\É(˜e',_binary '¨Ò¿D\ÜI<õ^\Èi2dW‚]G\â_\ä-+…A8óW','',0,'?'),(_binary '_!_j;1â\ÖS†¨\Ö','wp-content/plugins/wp-rocket/views/settings/fields/one-click-addon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/one-click-addon.php',0,_binary '\ÐY¶K£zÿ0\Úûyð\Í,†\é',_binary '\ÐY¶K£zÿ0\Úûyð\Í,†\é',_binary 'º)ò(ü\×\'ŽM‰ñ\ï\ÔIú.Ÿ0K\rrÜÄ½\Ë“','',0,'?'),(_binary '_\"¹\"!`/K-TÁ³¤…yž','wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S?J«!¾J}§	Ÿz|š',_binary 'Š\Ïü«ôÈxo\Õ\Æ\n¦)È¢_gq\ã—$Áù£ÑžD','',0,'?'),(_binary '_-Š‹\Â¨ù¥Ý§.\É\Z\á¸','wp-content/plugins/updraftplus/images/icons/dropbox.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/dropbox.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊÙ˜0¨ÿEx\å3\Ð1?–]',_binary 'sý«2o\Z¼B/\Ý\Âu’G\íA;\í\"»€mVÅŠL\Æ[¹','',0,'?'),(_binary '_.\×ÁòD¿?`}£\Þp\ë','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ThemeResolver.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ThemeResolver.php',0,_binary '¬@%oL)\"!ûy\\ú*w	',_binary '¬@%oL)\"!ûy\\ú*w	',_binary '.“Ì @,\í¦\Ïx›ö0ZN7\çJ}Œ¾Ò®Bõ\È!²b','',0,'?'),(_binary '_/\Ï\Ó4Q\Î\Ë_Ì?\ã\Ý','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/object-choice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/object-choice.php',0,_binary 'œi2\Ý\í\àQ<¤Gb\Ý4¹',_binary 'œi2\Ý\í\àQ<¤Gb\Ý4¹',_binary '¬ „ÀHÃªs\Ë0ôR.\ÞXE\ï\":\â\Õ=¤kw–ª²Eû','',0,'?'),(_binary '_5•|™¨OD°|aþ³c\Ç','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pen2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pen2.svg',0,_binary '`g0ý|\Ì\Ô\Ç&£J\Äg',_binary '`g0ý|\Ì\Ô\Ç&£J\Äg',_binary '¡´t&ÙXHŸ­%hu\"«†òw“\éÐVH\â@	','',0,'?'),(_binary '_7N‹w\ß\à’-m= ','wp-content/plugins/revslider/public/assets/svg/action/ic_camera_enhance_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_camera_enhance_24px.svg',0,_binary '(ˆ¹¼³½a—³%\Ó*%\î',_binary '(ˆ¹¼³½a—³%\Ó*%\î',_binary 'BËœiù·\nkÐº¬\Z‹Æ‹L»L\Ý9³Ú›Žøý\Ù)ú|','',0,'?'),(_binary '_7+\Åý5{²\êý>4Z','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows022.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows022.svg',0,_binary 'a¶\0\Û Ç§CÆ”²\Þ^^',_binary 'a¶\0\Û Ç§CÆ”²\Þ^^',_binary ',4te_¹<¤M6\ä¿\îÀ?~\Ï\ÖrF;õ6Mü—}°','',0,'?'),(_binary '_9¿ý\ã\Ól\Õtþ\':	','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z“\ë8\n-Y¤8¹º\âr',_binary 'Œ¬\ÊyOOŠ\ØNJ\Ï7„>næª¦ø\Ðô0¹\\±P\êc\ï>','',0,'?'),(_binary '_M©R¢˜ª&~z\Ï\Ú|','wp-content/plugins/redux-framework/sample/sections/disabling/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/disabling/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '_SÁÞ”±Õ”P„Y¦5\Ä\'ˆ','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_down_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_down_36px.svg',0,_binary 'p[6RxkŸœ`+0\Ó-\áBð',_binary 'p[6RxkŸœ`+0\Ó-\áBð',_binary 'k\ê\Ñ2­’œZ\à0º\ì\Û\âG6\ßD^¬@®0ƒ|U\Å','',0,'?'),(_binary '_jõð‡_±¨/\Ô\Ì\ÖyÓ±','wp-includes/load.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/load.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šüi\ÕðÝ™u\æzá³¹',_binary '>\Úû·ú\Ð\Í²!\ã	\ïi¦§H\rJXL‹†w2ˆb','',0,'?'),(_binary '_jBjñ¡°\Î#16´-4','wp-content/themes/houzez/template-parts/topbar/partials/area-switcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/topbar/partials/area-switcher.php',0,_binary 'öÿöF\èf\î3@\Ë\æ~\ïù',_binary 'öÿöF\èf\î3@\Ë\æ~\ïù',_binary 'ûŸXø\Ï\ÒW·}^g\â˜w^ª\n¥\íë«’p\è\Äreñ','',0,'?'),(_binary '_rF;X”Ì€§«wS\Û+','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal/Configuration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal/Configuration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À©õ®¿ð‘i \ËfûY',_binary 'ð“òWKÒ’û\r\0»mžJº\ØÐšlâµ«œ\Ë6','',0,'?'),(_binary '_w¹ú°\æÀ\Øö\'\×JS6','wp-includes/blocks/gallery/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýÞ‹ù¼lŒ>nýq\ËyW¬',_binary '„“É¹aß¿\Ø\ë\ëKÛ˜n\éý¦Í“ÿ+õn²bò¾','',0,'?'),(_binary '_{ðF\áZW\Ë8\Æ\"r•/´','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÐƒBHŠFû-*{\í\"¼',_binary 'Ã§°¤\ÓI\Ôû9\ÙY\ë\íx\Ùö¥?G=Dl¯?ú9µ','',0,'?'),(_binary '_~§[H \Äòy@x.+','wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù0:÷À¥\î)!\Î@I‚',_binary '#¨µýC ð\Åjˆú8€¯ôðZ\Îc\íW\ék:÷$×›\Ç\':','',0,'?'),(_binary '_ƒ³p\ë©$0Z²œ\Ô|\é','wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode/wpcode.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode/wpcode.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÏLVðŽÁO\×A}°D\Ë',_binary 'Uÿ\è*\æG\æ \r\ÇH\åCb \Ä($(\ÃNhfÈ–¡','',0,'?'),(_binary '_†žEeo¾\n\åDo5À…\Ä','wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’ B³Aòwý-E§D',_binary 'IfQÓ¹<©‚Ÿ¹øbE‰\ÈJ|8þv(8š—C\Ó\î¬\Ä\Z','',0,'?'),(_binary '_‰Þ¬\Ëõ;4[„\ÍTh2™','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/vendor/jquery.ui.spinner.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/vendor/jquery.ui.spinner.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È·8\æ\ß|A\Ãþó¿|võ',_binary '4E-˜GÆš.*>\ÈGA\\<¡Ý“\r~V”\èZ\ê½Ë«>c','',0,'?'),(_binary '_ôdžô0°Ux\àH½ÿ','wp-content/themes/houzez/property-details/partials/overview/land-area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/land-area.php',0,_binary 'Z\ÆU³f¡_\rs\n´¯0\Ñ',_binary 'Z\ÆU³f¡_\rs\n´¯0\Ñ',_binary '5É•`\È~y]g\é^\Ìuo\ß!š±¾þ-3\Èœ¥…—','',0,'?'),(_binary '_ú5­¢04œ?%{œ\Ó','wp-content/plugins/redux-framework/ReduxCore/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '_’´np\ßt]²¨iò\á\ÌGp','wp-content/plugins/updraftplus/includes/class-manipulation-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-manipulation-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Éž\ÙL¶Œ\\Gª\ë3H‹vY',_binary 'k¥þ§_ °÷£’A¸„¹\Ó\\S¦d\ËR_€Ô¢O§s','',0,'?'),(_binary '_“À\ÂülŒ\â\Î\î\×6z0','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade159.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade159.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\ïÑŠ–(_¾7×·ðbr',_binary '\n\Æ\Î\"\äö\à˜:xjAA÷`\Ò\0>\â3(Í“üPVo$','',0,'?'),(_binary '_—\ß™&[qùMn8\Ü9','wp-content/plugins/wp-rocket/views/settings/page-sections/heartbeat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/heartbeat.php',0,_binary '©>¥ô1q»\Ì\"f@›\Ó',_binary '©>¥ô1q»\Ì\"f@›\Ó',_binary '\Ñ\â/\00ö»¯v§a\n\ïe\èbŽ\âH’÷dÕš[\Æ/mK¿Df','',0,'?'),(_binary '_¡KNeÿø1À¬²H¾','wp-content/themes/twentytwentythree/patterns/footer-default.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/patterns/footer-default.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J£\Ó6X[\×õyµ\ãŸv',_binary '\Â}Ž^ö7\Ú\ÃÍ‘¹³¸\Ùý\çñ‡±U5\'ó ¬\Ú\Ûk#=','',0,'?'),(_binary '_¡\Þ(\âþ]n\â³ 3€H','wp-content/plugins/redux-framework/redux-core/framework.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/framework.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü$®\çÿ‡“’\â2B\0\Ý\ï\é',_binary 'óšƒ§Á®s\'‘„l)\ä¯!2]Qlõñ´\èžÿ#','',0,'?'),(_binary '_¢8§À˜þD¯ñ£','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+vY!e»\\¤€9h2À',_binary '\ê&a\åþ=Ÿ\Þsªõg;\ÖTô\"“\Ü\ÆU\ÙO_CL3k*','',0,'?'),(_binary '_§“Wü™0DL\nO—\Ú\Ì','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ûp–\Ñ\ì‡ÿ\Í\Â\\$›\Ï3a ',_binary '(|\Ù\åF\ßóÞš\àoHS1\ÓxY\'\'‘…76Ñ§‘MŒ','',0,'?'),(_binary '_¨ N1N„óFcJŠ—¯','wp-content/plugins/google-site-kit/includes/Core/Validation/Exception/Invalid_Report_Metrics_Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Validation/Exception/Invalid_Report_Metrics_Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\Zžbþ\Í]‰Á\ÐeeÙ¡¸',_binary 'ŽMúWj{´ˆ¸‡yô‹sJü\ïpß€\Üvv÷µWA%\'','',0,'?'),(_binary '_«ž\ì>­µEfûû¯\ã','wp-content/plugins/elementor/core/page-assets/data-managers/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*”‘\ÂôZMm-u\rÀ\è&',_binary '‰€\\7€¹DQ‰ù\Öþ {Þ \Ò;‹IUKµùû\ãb','',0,'?'),(_binary '_­¶#,\â,†\núh\Ñq@P','wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\ê…Kö\í†\ëñ_\ërYý',_binary '¤\ï]\Òez¨ŠT‚§#	¿C¶eê¹Œ€\ÉÏ•@]\ÌW','',0,'?'),(_binary '_®Šmýsð*¿v\'\Ñü†*','wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í\è\â\àVÈmQ»öW{³',_binary '\Ø\Z/OE,\è‰p¶¢\ä8g\\ò¬\ëh\\\"\Ú\Ê5','',0,'?'),(_binary '_°ˆ‰6HÁ¡¡&[šh~','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\0÷.t\à-æ¼„<ý\Â',_binary '!l:ÈUm¾Eªx”ù°Õº^\ÚóƒB,«\çb7\Å1','',0,'?'),(_binary '_±¶Z6N|Gõ\nÃœR\Z4','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.1.1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.1.1.php',0,_binary '”\ìÌ¥f\Îb¨d\á\Ò\×T',_binary '”\ìÌ¥f\Îb¨d\á\Ò\×T',_binary '\ìYT«3\ÏT!OI¢ú¢¿;ÿÿ–rL‘\éz\Âw°\"ù½‹\é','',0,'?'),(_binary '_²\ã÷òB´€@\\û°`\r7','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Webproperty.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Webproperty.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[¼t$›`k\ß\Ôk†\ÒS\Äöf',_binary '2\Îq`+°\×~1±\Ò\Î† Gþ\Ë1\ísL\å²\ï%ûü{','',0,'?'),(_binary '_³)‡\Ì]•ÁTcúÄ«\èV','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„q\Ú®tD$Sò<Á\Ú',_binary ' F§ùæ¨¹O 8`±5¼\ãŽÆš¾qi}\Þ\æW‘ÿbÝ«','',0,'?'),(_binary '_´=®Œˆ¨\È\×gM\éˆ','wp-content/plugins/elementor/assets/mask-shapes/circle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/mask-shapes/circle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æb\æ\ÕO¤†\í\Î\Ð«Áö9',_binary 'Z\ä`ø\Ðvªþ3ý\å·M¦(\è\rüQ€+”\ÐU\Òô\Ùh4¼,','',0,'?'),(_binary '_¾¯ñ‚‹\êi\ëˆ\Ô\Z¶ø‚','wp-content/plugins/redux-framework/redux-core/assets/css/color-picker.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/color-picker.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rvy¨Ï€ñ\ç 4N\í!À\Ù',_binary '\ï1þ\ÎE’\ß`*\îQiSEd@²u’1G‚L‚du¹Eœ›¾','',0,'?'),(_binary '_È‰¦E¾\Ó÷R(i\Ø\ç™X','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/newspaper.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/newspaper.svg',0,_binary 'h\í.—Ú¼•ÛŸªk0«­',_binary 'h\í.—Ú¼•ÛŸªk0«­',_binary '¡¿‚\åºcôWvp½ù®œl‹=,W\ØT\à\Æ\á\â=h+“','',0,'?'),(_binary '_\È\Éþ\Î\ÉÞ¥y°…\×‹c\Ù','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/src/Loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/src/Loader.php',0,_binary '1\àBŽ?ÿ„Š2Œò¦\àq',_binary '1\àBŽ?ÿ„Š2Œò¦\àq',_binary '5\Ì\Ý\Ö\Õ{\È[\äa\Ö)µ\ÄWÛ®\í\È\Òn›\æ¥\Ô\\9tT•P','',0,'?'),(_binary '_\Ò<\×\Ü* \ÝDððƒ','wp-includes/Requests/src/Exception/Http/Status503.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status503.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7\Æ\âÏ·Áò\Ü\r|;½%¿‰\Ø',_binary '\êªñ\á©^J9$ Å‡\é\n‚\"]k\Ù[q•ª´N','',0,'?'),(_binary '_Ò”#_ú²\îÀ\ÇTûˆ','wp-content/plugins/elementor/assets/js/admin-top-bar.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-top-bar.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡¸§ý1#n—\ÔEÿ)',_binary ';P\Í\rZ„\Î|¶<Pµô\ÚÁ±‰qa’1gñÚ…7±=','',0,'?'),(_binary '_\ÕF\íw¶\à(|¾?J>S','wp-content/uploads/2020/09/streamline-icon-construction-fence@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-construction-fence@64x64.svg',0,_binary 'r©Š\à\ÍVmT~wú\îK',_binary 'r©Š\à\ÍVmT~wú\îK',_binary 'B6žŠ÷\ÎV™·\Ê(túÞ½H•\Ö\íi\âR7ûz\n\Ä}','',0,'?'),(_binary '_\Ö|œ¯T¢M^\î½õ\ÄJ','wp-includes/css/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€ƒš“Ÿ{m	þ²­U',_binary ']M\ßAþ7?t…‡³R\íã³ûýª¤\Zýw¥™¼$','',0,'?'),(_binary '_\Ö\à4\ä3“\Í\Ë=Ž“','wp-includes/images/uploader-icons.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/uploader-icons.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´“\\M\ÏÿÀùm–€',_binary '\Ìp\È\×ú\Ëúü+/\Ñ\Ü\Í\í\Ç\îi÷\Þ!Z®Å£6úm†','',0,'?'),(_binary '_Ú§\Ö<©\áù\Ó\ß\ã7S\ã','wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìe\r¾\Úw–\ZøKsYy§;',_binary '‰½\ç=ðN’lOl\åº\ÒH¸§:öé™”IH','',0,'?'),(_binary '_\Ý{«5\'\éF{…V¯\à,','wp-content/themes/houzez/property-details/luxury-homes/sub-listing-main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/sub-listing-main.php',0,_binary '¼|—´³P¿.ü\ëM±\Ôõ',_binary '¼|—´³P¿.ü\ëM±\Ôõ',_binary '†\rF¹\×\ËH\Â<\êržS\Åßª$dù¢\Ó\ê’\Í?\îŸ','',0,'?'),(_binary '_\ÞpM<D¡ˆuJR\â\É6\ë','wp-content/plugins/redux-framework/redux-core/assets/scss/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '_\æ\Ø3\è‡t cðªT!üýX','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©x\×N\Îwy›[‚\Ï\Ï8',_binary '\ÇYT rl\ì—QT‘\"™˜@u?«\ã\Õ3xŠ¬¤€´\Ìÿ	?','',0,'?'),(_binary '_\ë ¤\ÕS\\õ\Þ\Ù\Ôo>œ','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°c\ÓO·S\íMš¯&½',_binary '2’\Ë\ã\èd³c2\ïv¸\è\ÅÀò[Á§›Â¥ú\ì¥\\EbjŸ','',0,'?'),(_binary '_\ë\Ó=V®C©žò\æ\Z/¹','wp-content/themes/houzez/template-parts/dashboard/submit/partials/menu-edit-property.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/partials/menu-edit-property.php',0,_binary '\â\äüò=\Ä5\Z6\Õq\é\'',_binary '\â\äüò=\Ä5\Z6\Õq\é\'',_binary 'V²W;<§ˆŽªL\Í\ãc\ÃúT–4›>g){\Ã\É}','',0,'?'),(_binary '_\ì3­.\ÆyÀ;\Ø\"•þ³','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-refunded.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-refunded.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾A¤’\Ô\ß\ç	^™oº\é–',_binary '\ÜA\Ø4—gˆ	i\Ï­@8\Ý\Ø\Ññ~\ã¾S\Äý:j+²\è','',0,'?'),(_binary '_\î‘(\íC˜Œ\ÂM6˜9\É','wp-admin/includes/class-wp-links-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-links-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ6ƒKr$v †*Œ\Æ\Î',_binary '\Æ?Ij\Ê9*>F(4‹^wQ‹\Öc˜\îAS;…Ú»fA','',0,'?'),(_binary '_ñ\Ýh}œ²DnÀV5œ$','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-forms-c9b81525d9016cbbbef6.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-forms-c9b81525d9016cbbbef6.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Xg>G\ÅyFr¦_\ÂbŒ',_binary 'À\Ø8²j@XiWˆ\è{\Æw¶rAÿÅ¥‹Jú„\æ@\ä©','',0,'?'),(_binary '_ô~Š=fí¥–³úPˆ\\«','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«»%/\Ï¥\Õ)½H\r\Ï',_binary 'ú\Z¦\Õ+Üƒp[¼\Ï\Þ\ì [\áÅŒ@#óoif\éx\×g','',0,'?'),(_binary '_õ´\ïý\á8}\Ì\ßœ?\åŽ','wp-includes/css/media-views-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/media-views-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì3–\âZ¯\Å/ò“·\â¡\Â',_binary '-P½T\ZƒU@µ…O#2«d¤=~%A\'´@O\Õ8{','',0,'?'),(_binary '_ûŽ2oø±ÀU¶§úE6','wp-includes/blocks/query-pagination-next.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-next.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'PV\rüq\æFM>\ãð\Ëgþ¤',_binary 'X¬*û@w”×·\Ä\Å	\n‡\Ã\"\Æ\\\ê*÷ýs§Orðô\Æ','',0,'?'),(_binary '_ÿ\í‰\å¾p¨s\Â÷\Óþw','wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ï‡À\Î$úª½¾ \'\Ñq;+',_binary 'ƒð\ËM\Ýý*l\è®OqŽ@q¬+«ùN²@\ÈúÎ’‚ˆ\ê','',0,'?'),(_binary '`\0ò\Ë\È5v\çš\åHpN±','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y0Awd\éõW\èZ^M\Ò+',_binary '¯±¢‚f\ìõ\\‡½´ŸÑ“¨³†ñmMª0M¦“','',0,'?'),(_binary '`\0Wû›’\çL\ëÀ„ˆH\ï&','wp-includes/blocks/query-title/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-title/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']\ÜlüÂ¥Ë€\ä\Í\Ü\í3',_binary 'd\"Q\äÙ¥[\ÉRf?Ð°-[1“õ±•#x¾r,md\r_','',0,'?'),(_binary '`bX\Z›\à\0\å„>u—\Å','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Tag_Interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Tag_Interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N—˜¡z\Ìó=\æwˆ½\Ï',_binary '™‹\ï\ÃH‹˜‚ò†˜Ä¸\Ô\rž«®JÀ\Ä* rtð\Þ,','',0,'?'),(_binary '`3­…¶\ÃÐ®dÜ†4¿','wp-content/plugins/wpforms-lite/src/Admin/Tools/Tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Tools.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«¼2x\ÒþJ\í•ö±a',_binary '(ú@S‰¤H¡\áš \Þö\\4ý‘\åÿ+°¤¦˜fGzi‹','',0,'?'),(_binary '`	0C‹f¯¯	¦Jvze‰Œ','wp-content/plugins/revslider/public/assets/svg/communication/ic_location_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_location_off_24px.svg',0,_binary 'i\ÊÛ¡GBF.%„ý\nžõ\É%',_binary 'i\ÊÛ¡GBF.%„ý\nžõ\É%',_binary 'm}…5<<x(,\n\'\Æ7@<\îAü‚ŒCpggOX“¥ó','',0,'?'),(_binary '`…¼W3=6ö‡”\ìCô<ÿ','wp-content/plugins/google-site-kit/includes/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/vendor/composer/autoload_classmap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>óK\0à»´*\Ò@ú²b',_binary 'W$j|N\è\ÌÇŠ¦§?c”}\í.\'Á/­n/\nUJ\Ù','',0,'?'),(_binary '`\Îþ\ÇS”`NI‹^G\ï','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(€i@\ÆG\Ïg\ëô®0\åp',_binary 'G\ç½ù<š/÷14Å…\ÕL\ë\Ò5Ÿ»¸¹£œ¸!','',0,'?'),(_binary '`\âIrHŽ\ÓD…lEö_','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Each.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Each.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·\×Ì¨0:¼\á?\Þ8LJ\å0c',_binary 'û™©¦E8<qG\êõi\ë+!\Èœ\ÂðƒX\å}Uû\Å','',0,'?'),(_binary '`\Z³˜¤ ‹¸õQ&¯`4‚','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<†wQ\Èz3’\ï\ì™1vl',_binary '\î>\\=ð©so\Ô&Ÿ¦„º‹ò’µI‰jKð','',0,'?'),(_binary '`$>³ì¯]D%–‘','wp-content/plugins/one-click-demo-import/vendor/composer/autoload_namespaces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_namespaces.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\á,}vÄ¨3¼õGÀ\â)©',_binary 'E½r4@\0¸Ô¡$¦\âz\æú3ð¸$l²\ê\Z\Ð`i\äex\Ãl\Ê','',0,'?'),(_binary '`%­Ö½\áj®±\'‡\ÒPù´','wp-admin/js/edit-comments.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/edit-comments.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'af´~g\ã\Ò2PZ\î\Ç\ã¬8',_binary 'ªù\Î	)%TøL?¹¯Á\å\Ö#-\Æ.°ûÉ„…\å­','',0,'?'),(_binary '`\'ò€˜)7F‘\Ì`\Èð· J','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-cronjob.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-cronjob.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\n½ŸBBù¯Ox\\…ðñ\ç§',_binary '™ò\Ûzqª(¾\à‘\Ï=®\'8\Ù\Ëd5?´’yF','',0,'?'),(_binary '`,8Viÿ4N¢œ¥\Æ\Ä\éPœ','wp-content/plugins/wordpress-seo/js/dist/languages/nl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/nl.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â÷/—8\ã¦\é‘g\äD\Ä\Ä\Þ\î',_binary '\Õ\ïÛ»\ÊÐ¡\ËXŽ\ÉVÉ”:”ðX”v=U\ÜE#(xµ‚¯','',0,'?'),(_binary '`1†{3|\é¤EbjC‘L$','wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/abstract-term-seo-data-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/abstract-term-seo-data-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á#+\rƒ8\nö”´_\Ãh',_binary '†V\Êiª\r%\"$ªbŽñ‡\Ë÷\Í|\"P±¯\Üf','',0,'?'),(_binary '`1¶;\'w•µ\îlýª','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Requirement.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Requirement.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸\Ô%ImP\ÍÿB©†\È9¢',_binary '‰Q£#{e¨\Ðð¡\ï{V£\Ò*AŸ·q\ÌEÇQŽö]·','',0,'?'),(_binary '`1\Þó7€\\\ç*\Ñ\Êgöñ','wp-content/plugins/elementor/modules/system-info/templates/raw.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/templates/raw.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ7TX1\äò\â\Ø\ëWVý¯¥',_binary '‚ø•5\ìU„õÜº\éÀ%–2£7c¯$8w\\³ï˜\Ó','',0,'?'),(_binary '`?¹¹©\Å\ßC\Æ\Ëf\r\Ö','wp-content/plugins/elementor/assets/shapes/triangle-negative.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/triangle-negative.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\ê\æG`xH›C³Œ\08`E',_binary 'ó=\ÝYk3\à\Ó0\Î3÷\Ï²\×\Ññ\ÌU°»}‰÷–i·š','',0,'?'),(_binary '`@÷«·¦\"ÀxµY','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Queue/Queue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Queue/Queue.php',0,_binary '‰ c\r\Þ>bS3½f§”',_binary '‰ c\r\Þ>bS3½f§”',_binary '‚]CDv\è$h\ØÃ¾`\Ãò^§\ru¡\ìL¤Z	n\îwŠ(','',0,'?'),(_binary '`@ž%Lj\Ì\Û>”A=\ä\ç','wp-content/plugins/redux-framework/redux-core/assets/img/3cm.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/3cm.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Öv”½wÿ÷4¡†\Ód6\ç\ã',_binary 'R¦µ9®Ž]F%—”¢\í’Z\É03¢„¿B`\Ô	k[K','',0,'?'),(_binary '`A\ã¿MŽ\r\ÅD\á¢S–\á','wp-content/plugins/elementor/modules/home/transformations/create-new-page-url.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/create-new-page-url.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\å‰ù¶Àâ¬—œ\ìJ*',_binary 'S°+\'Û¿^ó\Z§‡o•Ÿ\Ü_•\r’\î±\ä0\È3\å3\Ø','',0,'?'),(_binary '`Bd3ó¼ Cöj¤3š\Ýn','wp-includes/blocks/verse/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/verse/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãv¶ô<_55Ú¬Q785',_binary '+\Ú.¹÷šýð…D[\è7¬ U«=\áaI¿\ì‘-H\0w','',0,'?'),(_binary '`GXÜ€\×~\ÆúŽ°d0ö\ä','wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-screenshot-01.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-screenshot-01.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìý“Wp\Ìu’hª˜’€¢Q',_binary '•&±Fþ\ï«\Ã8#†¬j {‚\Ãr^\ÝG¤Þª¸R­\Õ7\ê','',0,'?'),(_binary '`N)fÎ¯e=§p\è-\Ý] \Ã','wp-content/plugins/elementor/assets/js/image-carousel.4455c6362492d9067512.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/image-carousel.4455c6362492d9067512.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â,\íÖŒÜ§Y|–«O!­·',_binary '\î`e‚&n¡ªHU‡Q(\ç­\äÅ“{¶vk\Þ\Ð\ì\ÂlÕ¥\ë','',0,'?'),(_binary '`Nj’“tÅ¡\Íh’H\å£','wp-content/themes/houzez/template-parts/dashboard/profile/information.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/information.php',0,_binary 'X)÷º\éEƒ(m\Ì+-,',_binary 'X)÷º\éEƒ(m\Ì+-,',_binary 'MU–€ƒ\çƒ\n(²\çì­Ÿq•T\é®{¹\áv²!\Ý2','',0,'?'),(_binary '`Se£\Ó>KG¾\røHœ]','wp-content/plugins/wp-rocket/views/settings/sections/nocontainer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/sections/nocontainer.php',0,_binary '`8Yb8}\ët\Û×²®¯I',_binary '`8Yb8}\ët\Û×²®¯I',_binary 'C\ï‘\Ý^ˆ”\ä7Ÿƒ‰QoVl\ãÜ°	…~\rX™\ã¯ú‚À','',0,'?'),(_binary '`V¶R‚xšh+Pb','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–‡ƒ! d\ç\Ôõ\Þt\ç\ë\é„',_binary 'Z\Ì:õ¹Ð«¥\Ï\ÅwiG€e&¢\Øg\×\Ç;((f\'Ó‡','',0,'?'),(_binary '`hÿu˜©\ì²[Ç®´ŠŠ\Ù','wp-content/plugins/elementor/assets/js/editor-modules.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-modules.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',g\È\Í~Ÿc0\Ûqwó’',_binary '<¼MÕºb{$vKü´=\Æ\Î]rqº!«\n\"\ÄÆ¼I','',0,'?'),(_binary '`jóc\ë¼^E™Yl\ã\Ô','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '`m¨•ec\Ð\æ§>AðP‚d\0','wp-content/themes/houzez/template/template-listing-list-v2-fullwidth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v2-fullwidth.php',0,_binary '_w\â]&\ã¦¦Q\ß\áz£',_binary '_w\â]&\ã¦¦Q\ß\áz£',_binary '\'^\Æ\Ë\Ð\Õ(”±MbT¥\'i\ê¤þó;Ðµ®\Ö~\à\æ,=;','',0,'?'),(_binary '`uû\äu\ì\Ü\â»Å¥0\Úù','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/ConsumerTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/ConsumerTest.php',0,_binary '•¿Q˜Ô“™®rþHs',_binary '•¿Q˜Ô“™®rþHs',_binary '€É¹ÿô\æ\Ð!x…2‡—gºC¨lq9k\Üu\ÉÍŸ‘Ü…ŸlG','',0,'?'),(_binary '`y\Ùñ\å%\è³;\r\Ú1','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v\Ñ\Ç\ÃC5\"ÿs\àP‘¬',_binary 'gk 26\ÃDøuˆ \ì€\íe\æyg)eo\ì_p#vœ','',0,'?'),(_binary '`ŠPõ³†\Ñ\În\í7\0º² ','wp-content/plugins/updraftplus/methods/openstack-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/openstack-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\îUNxÅ‰”Iu(ˆó\ä',_binary 'z¨H mœ\Ý³¨\ë[¥¹FÑšý~\'~÷™#’º–~G','',0,'?'),(_binary '`‹ŸN2E‰ï¾®\Ñ\ÇpC\è','wp-admin/images/privacy.svg','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/privacy.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P–\ìo£¥%Ñ„„C\Æu‰',_binary '\Û!Ã©\Âoô‚TÁ\Ð\ãu5\ËHF¶±\Ã#&±H…hV\Ò~','',0,'?'),(_binary '`Œ\Çû\nƒýó†2¬\ê¯‹','wp-admin/css/code-editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/code-editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\ë¿\íö–V¡¯DBQVgF',_binary 'wþ\Ç86=\ÅÝ”—ý‡\Â2\é—\rD%VˆÿE5½Sø	ôT°','',0,'?'),(_binary '`‘†¶­B\ÎXs\äˆXU','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pf®û¾°\'›2š¿`ƒi+',_binary '½<\Þ&9«P\Ê0\Óa=e>\Ì%\Ã\É\Î.\ÛSWÞ™U\æ3','',0,'?'),(_binary '`“Úƒ›j‚ýe\Î&‚¼','wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Kp£­|k4\ÎñC\è|=/',_binary 'œ·šÀF8û\ËM7T\í{ß„q\Ùj«IPSø\Ò\ê','',0,'?'),(_binary '`”*Ò›V·»”©—·','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_garage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_garage.php',0,_binary '{¨n«\ËR\í…u4\Ýb',_binary '{¨n«\ËR\í…u4\Ýb',_binary 'ù÷r˜K¸-}H\ÜFU\à\äÿxA\\\æ)\0P³ò0','',0,'?'),(_binary '`•û+3 ~\Ø\Èh37','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ClientException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ClientException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h|\ä*m\Ï<\ÉR A\ïñ4',_binary 'S §FÐ¸5Á¯\Z\Ü*\Ûm>uç”£xÈ¶€±,²\ZÆš','',0,'?'),(_binary '`–HpÖˆnµ\'žð!Ð³','wp-content/plugins/updraftplus/central/commands.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/commands.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h2„\îLdx\'µ;|',_binary 'dC°ú—ò\å!\Ç\ä˜TŽF¯3xÖ‹½Š²£¨¾\èQ;o','',0,'?'),(_binary '`˜\Ö\'?¦ˆŽ ‘Ý’$\ã','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yjƒp®—	z\Å~ú½',_binary '’Þ†Q\ã\"ž\è\áb\î\Ìö§\ÉI\ÙìŠ«\Ü3\ZB\r\ÆWV\Ñ','',0,'?'),(_binary '`™\ì7­Rµ A/\îAfX\É\ã','wp-content/themes/houzez/template/template-idx.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-idx.php',0,_binary 'gö9\ï?× \ã\\‚^›®´',_binary 'gö9\ï?× \ã\\‚^›®´',_binary ';¥|Q/M`\áA,s‘œ¶\Ñ2­š7ý–\Ì5k¦œ‹8ðŠ','',0,'?'),(_binary '`¤aŠ(Šg°ú\"„—','wp-includes/js/dist/html-entities.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/html-entities.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_\Ö\ì¡Xh\àGÁ@þ5þi',_binary '\Õh–ûú¢\ïr»\Âm\'6\Ñ\ØFF¢\ß:[Ÿj,›Ž\Ú','',0,'?'),(_binary '`¥bGY\Ô\ê\è!\ÔÇ±Ó‰\"','wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\Ýt%«D\í®D\ïüÛ´²',_binary 'Ê 5\ÅE¿\ÛÁœ5ÿš\Óc”ù÷H·òÛ…4\Îd ®','',0,'?'),(_binary '`«“¼·\ê=´\×t\Ð\ÕF','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sr.js',0,_binary 'Ág»`\Ù+k¼ùž/]v.\í',_binary 'Ág»`\Ù+k¼ùž/]v.\í',_binary '¥\Ý%¾8\Ø9\ÇW6\Ý9¤¾»3\"	ºhQÁzI	Gm','',0,'?'),(_binary '`¬®\ÈY”u²7¶2ª™','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Dh\Ðf%E\én|1žNöø¯',_binary ']\\s\ÝU\ãS1\â”ÿU\êŸ{MQ¤¬^W3¨D\í','',0,'?'),(_binary '`¯^?”·û þvu´$/\Ã','wp-content/themes/houzez/js/vendors/bootbox.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootbox.min.js',0,_binary '€U\è#–¦\'\é<…‰‰\æ%',_binary '€U\è#–¦\'\é<…‰‰\æ%',_binary 'ýš0\\:4\">–û57*f¡\àKü+ :T[5Ç­£b','',0,'?'),(_binary '`ºqÄªt¤Á·ƒ¾x\Ô','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/scripts/viewportAnimationObserver.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/scripts/viewportAnimationObserver.js',0,_binary '\Ù¾<Nf5D\å\åœJ',_binary '\Ù¾<Nf5D\å\åœJ',_binary '€o\Ã\ë\È\'sŽ\Þ\é“;–Sö1p}?\0ƒÀu\Ü\æ\è0¸1”','',0,'?'),(_binary '`»c0¯ž\Ù\\ù\â\ë•3\æ','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'QD2jF°®D*.e‡–q',_binary '5r]ÿ¾$1ä˜¦ó\0jfFîŸŒ\îD\0t%‰gú\çq','',0,'?'),(_binary '`½\Z \ä0”¶>l\Èl¯','wp-content/plugins/updraftplus/images/icons/backblaze.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/backblaze.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\×ôWs›\îŒ}ózsò¨Á',_binary 'ŸržN3\\\ÍP\ÓA¡\nv*5ÿ½\ç@\æ\Î\ã§°ZþF','',0,'?'),(_binary '`Á¢Ñ†H.\ëg)I‘\Ó8','wp-content/plugins/elementor/data/v2/base/processor/after.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/processor/after.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ\Ù(º’nq~\Z÷’F2x',_binary '4\îžüòŠ\ç‚SO\äR¨\'Ö»—D\â~(•ê¶‰Ž\Í$:\ä','',0,'?'),(_binary '`Â›(5\Ñwö¼ð\Å!\ÔO²','wp-content/plugins/updraftplus/central/modules/analytics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/analytics.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't\Êxr\Ò@l(œ\ê\à\è',_binary '\â5\ÜHž4¸Å‚Ò¦\à&^Zò\Õ\Ò\ä[Ž•E‡O¬@E\Ý\á','',0,'?'),(_binary '`\Æ1C±\É\ÇÉ,¶\á ','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/coffee/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/coffee/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '`\Ðo¬o˜\è\èð\ìZ”W8¶`','wp-includes/js/dist/preferences.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/preferences.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ïµ»\Ç=\rqz½¹—E»\ê%ô',_binary 'þ­I\Ú\r!9«;k2o:Á\äâ™¦«hKzn‹','',0,'?'),(_binary '`\Ôn’\ë1±d‡ø(ùyt','wp-content/plugins/wordpress-seo/src/integrations/alerts/jetpack-boost-pre-publish.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/jetpack-boost-pre-publish.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nGL\Ý\ì•d\Ðp§O¹',_binary '5rÜŒ\ÂZ\î’6\ß8½^‡Unë´µ«o=AÀ<\Ã\ÄK]','',0,'?'),(_binary '`\Øjñö\æMrL•+¹','wp-content/plugins/redux-framework/redux-core/assets/img/raw/4-col-portfolio.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/4-col-portfolio.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛÁ…÷\é®n²[÷\Ül\è{',_binary '.W6Éª<›\Ù\Åw…ðN\Äm\ß )‹n;Šð%@G#°a','',0,'?'),(_binary '`\Û{¿)Áˆ\Õúê¼œ\ÏÍ£','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-analytics-4-00f0bb07e4bd025aa07f.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-analytics-4-00f0bb07e4bd025aa07f.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ|I²\ß?\Õ	”h­/;\Ð:',_binary 'ƒó†÷*u\rû¾oa\çû!´8Z††\ÙXq\èaƒ97','',0,'?'),(_binary '`Û XºY,\ÉiN\\&\ë','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataSharingSettings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataSharingSettings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º\Î ô¤\Þe\ç\ÐD/',_binary 'L \ØB…ÿ¹¾t–\Ð\\R\É \Î\ã¸GD\nšóðŒ\â%F','',0,'?'),(_binary '`\Ý}Û¦Hv`‹4\Ô¿\ç6Q','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php',0,_binary '†_-\ÒQ¾9[˜B\Ñ\ì.c„',_binary '†_-\ÒQ¾9[˜B\Ñ\ì.c„',_binary '\nÑž‹\ë©v³\åÓ¨$¨Ž ½`\ì\ËK0¢—µöo‚š','',0,'?'),(_binary '`\âþ\×i\\£\ÜPµú±÷','wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/redux-gallery.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/redux-gallery.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'SÓ·i$4¥À\èÌ‚\Úb',_binary '\ël¾\'n¼,\Òv\Ê\Û),\ÔN\ë\éyÀ|Oþ\Z\í¢ªx>','',0,'?'),(_binary '`\î(\ém7o¢þùç¿¼Œ.','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/site-logo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/site-logo.php',0,_binary '\09ñ \Ù~$£F°e*”$½1',_binary '\09ñ \Ù~$£F°e*”$½1',_binary '\Ê\Ì\Å_†ŒLŒ¿\äŽ÷×†ªò¿_úhZûL§7’\Ç','',0,'?'),(_binary '`\îl=”\É%|&\Ñ˜£\î\Üõ','wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\Þ(ð\ä¶=\Ò\Û(o®',_binary 'þ8¹Ú‚½Â«™\Ø6À©y…Œu¬\å\ãºþŽ…l™5d{','',0,'?'),(_binary '`ö]]HM3¾ÿ7«\Ý/','wp-content/plugins/updraftplus/images/pcloud-logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/pcloud-logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+…±	aÉÿ§ö+',_binary 'A—\Å\"\â{‘ÿBÀÊ„\ÈÈž\Û:Tú®L¾N[\êNO\Ýò\à','',0,'?'),(_binary '`ö¦”; \"­-¹ÿ\È+~;','wp-includes/js/tinymce/plugins/media/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/media/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß#@,\Ù4dGº\ÔM',_binary 'XHx¿¤¶\É0ƒÖX¹\Z³š„OG‹÷|\é{—F2','',0,'?'),(_binary '`ý}+\í6±L-q[©®$','wp-includes/sodium_compat/src/Core32/Util.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Util.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ£1\î`£\Ø¯0›¡£\Ñ\ç',_binary '\à¤qÆ–•‚\×\â‰%/\Ýy¤g’rwÃ›‹\r\ËLR>=Y','',0,'?'),(_binary '`þU®2‘šmdW','wp-includes/class-wp-customize-nav-menus.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-nav-menus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–F	2\n\Ù\Z€j9oI\Ú\"\Ç\Ø',_binary '\Ûû\Î\Ìm™N„H3…‡ÏŒ§BN |¥+\äwI»¯ý€·','',0,'?'),(_binary '`ÿ\×\í\nW\î\êxNzL','wp-content/uploads/redux/custom-fonts/custom/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/redux/custom-fonts/custom/index.php',0,_binary 'Ci¥½ÿ$ªdpÓ—X]2',_binary 'Ci¥½ÿ$ªdpÓ—X]2',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'a\äü)6\ç\ï¢À‚ÑŽ\ã','wp-includes/js/plupload/moxie.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/moxie.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰#C\r¡š5Ç±\ïÇ’¶üš',_binary '¿\èó\ÃI\Ò9_/x\Ôt5š\å¤\à(¿.g\âtT\Z}&¾°›','',0,'?'),(_binary 'a11-hÂ­7¡¿\î\èqF','wp-content/themes/sinatra/woocommerce/cart/proceed-to-checkout-button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/proceed-to-checkout-button.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã»i‚¹\Z\åV¸n\ë´À†û‡',_binary 'dŽ»\àS¦þÛš\ãmôn0Œ<\Î\ßøAŒtN¾ü¶˜üù','',0,'?'),(_binary 'a\Æ\Þ^ž\ÑVA\ícõ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chess-knight.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chess-knight.svg',0,_binary 'ˆzs\äu4¨-X*²Tp',_binary 'ˆzs\äu4¨-X*²Tp',_binary 'Š\Ì\"ð\Îoö0Ž·‹\ÓÝŸ=›O\É\ê„f×¢±\È)˜','',0,'?'),(_binary 'a\Ô\Ú+‹E\\w|fˆ','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sr.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sr.min.js',0,_binary '¸ÛÝ¬¬/\â’\'²ó±þ\Ú',_binary '¸ÛÝ¬¬/\â’\'²ó±þ\Ú',_binary '›Z€)7tDŸW?ƒ6…Z\æ@¶\çbM\ÊVH©9«È¢”Òº','',0,'?'),(_binary 'a\'\Ù< –8®J¾\ß\"¤','wp-content/plugins/revslider/public/assets/svg/communication/ic_mail_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_mail_outline_24px.svg',0,_binary '¦’i˜‰Ïk>.”®Ö¦\×j',_binary '¦’i˜‰Ïk>.”®Ö¦\×j',_binary '˜†Z¡?\Ô0!\Ì:Y{\ÓaK$:.|þ:\åÖ›\Í_A\ß\é','',0,'?'),(_binary 'a(\Â\0\È\'~¯§u”õ\Î˜W','wp-content/plugins/wordpress-seo/images/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EÐ›´‹O0‹cº«Ag3',_binary '\Í\Í	èš {‘c¼FJ\Ãw±¦!}aŸ˜ü9','',0,'?'),(_binary 'a)“”hºòõMƒ·Í™\ä½','wp-content/plugins/revslider/public/assets/svg/action/ic_bookmark_border_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_bookmark_border_24px.svg',0,_binary '\ìB#ªR¢%B·\é\Óa§š',_binary '\ìB#ªR¢%B·\é\Óa§š',_binary '&D\rD‹b„^\ÔK\n¹ºZ{0\éB`0\Å\0\é#»¬š…','',0,'?'),(_binary 'a)žTMW\á¸Ooˆ¸Q”|\Ü','wp-admin/images/media-button.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/media-button.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²¶\Ã\ã6@p\è’z^yeó\Î',_binary '_\Z\êúˆýòSj×–Y ½óð\è•V¿ZŸ\îGen\ç°_','',0,'?'),(_binary 'a5\Û\Þp\Æ\î\æUe>\ïi','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php',0,_binary '†q^‹©.9…!+\î<	N–',_binary '†q^‹©.9…!+\î<	N–',_binary '1a\'[c\Û\Æ\ìº‚þÓ›eŠQ)\"û¼\É6\0@–“\'\Þ\ä','',0,'?'),(_binary 'a8¢.Ô±IòMÿŠn?\0','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials/WooCommerceBacklink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials/WooCommerceBacklink.php',0,_binary '\ÚL8\Ö<R\á·+•¢C§J+',_binary '\ÚL8\Ö<R\á·+•¢C§J+',_binary '_r7Ãš7*\Ì}¡—e§ò•vYxn*sò„\0%[mQ\Þ1A','',0,'?'),(_binary 'a:\ès¼\Ý¨t\äqo\Þ\Í','wp-content/themes/houzez/template-parts/realtors/rating-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/rating-v2.php',0,_binary '[3]\äa\nDMŸ… /\Êzm†',_binary '[3]\äa\nDMŸ… /\Êzm†',_binary 'f\\Q\Â8Â­|cŒ\n–p\îJ\äA½ú^\ãNR`ÂŠ b<ô','',0,'?'),(_binary 'a:Ú‡\Ëg<\Ël\ä[»ò\Â\å!','wp-content/plugins/revslider/public/assets/svg/action/ic_stars_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_stars_24px.svg',0,_binary 'ƒRbvMž¡\ß’•)B\Ý',_binary 'ƒRbvMž¡\ß’•)B\Ý',_binary '	\n–š1[ÇŽCh4ñD©×„ž.ó\Îðd?U:»\é','',0,'?'),(_binary 'aD}@4\È=\Âi»Ü¥¾','wp-content/plugins/revslider/public/assets/svg/hardware/ic_toys_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_toys_24px.svg',0,_binary '¾,%I\r\Ë\ê¸\á\0\ÍÃ´ýü]',_binary '¾,%I\r\Ë\ê¸\á\0\ÍÃ´ýü]',_binary 'fø‰ò\ît\ï|¢ñ\nXÊ¸Šó\ë\\‡dR\êWTtkM\Öc±','',0,'?'),(_binary 'aIX\Í\0j\æú\Åk~>þ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/video.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/video.js',0,_binary 'øÅ¡\î)G¥L+r–IV\ß)',_binary 'øÅ¡\î)G¥L+r–IV\ß)',_binary 'À\ÏliD¡Ý¢<\nùÑ•?\åqÐ\Ó\æ\n˜½÷‰','',0,'?'),(_binary 'aR$q4 \Â\×R˜6\rúvž','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_CanceledAction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_CanceledAction.php',0,_binary 'S²SŠ !F\ä|rHj.‹L',_binary 'S²SŠ !F\ä|rHj.‹L',_binary '\é6Œh«}?!\ãE\á)rZ\'ÿ~ PûRZ†$\Ã-,','',0,'?'),(_binary 'aV…öœO\Ù\á{jŽ¿«ýºó','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´†!!vð\Û\ÔÇ®\×\ï­',_binary 'µ\ã›¤–kÊš]­}\ì\Ù\ÐA<÷0Š	ñü2 0šs','',0,'?'),(_binary 'a[•\ëvù“%„\é±]—','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-error.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-error.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú\Ø;\Z3{õö´c€Ý¨Æ·',_binary 'cJ\ä\0z|J#\ÞQyC-xeÀ¦xY¸\Þ\È÷µ²D[¬','',0,'?'),(_binary 'a\\c,I\"5T\Í±#Ì‹þ','wp-admin/images/media-button-music.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/media-button-music.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦9– M÷\nˆ\Ò5Eøø',_binary '\Ê\Öx\ÚÀ\Æ\"0‡½$\é\æ\â!¸\ÌH\Ý¿]š‘©ô\å\å','',0,'?'),(_binary 'a^À©O\è—Z@&˜\";','wp-includes/css/dist/block-library/elements-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/elements-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\ÙüY\Ýp\Ø\í\ÎÿU\Èô',_binary '¬½\Â\ÌùŠÁ\Þ)m.~‰„ºyw`\ç@y›c\æZB','',0,'?'),(_binary 'ab*ª”~g°ñy\Å\Å\Øy´','wp-includes/block-supports/position.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/position.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pø|­âª­ô²¹®w$JòD',_binary 'ufU\æCˆž\Çq\Ú$\Éq¸\Ëx+0\Øl!ô\â26fX','',0,'?'),(_binary 'agOIK¹1Þ‡.\nõgB\Þ','wp-includes/blocks/navigation/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$‹3\Øúü\Ð\é’º4•E\É',_binary '\à\Þþ4\æŽ\Z\çrª^ù…\njÌ \Ï‹Ø¹·~`Âƒ\å','',0,'?'),(_binary 'aj;AL	Ž!úu2ü\é^£','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_dining_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_dining_24px.svg',0,_binary 'k\Äxxj¯@öh3G',_binary 'k\Äxxj¯@öh3G',_binary 'Â¿\Î\ÙS\Æx>ŠF¡4jú,7ÏµÁlX2]¿ù\è_‰','',0,'?'),(_binary 'aka»(XiŠÕ­«“R¡','wp-content/plugins/updraftplus/includes/migrator-lite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/migrator-lite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È\ÆE\Z†\Ùt#°JL/\Û',_binary '—~»3Ýº¹Rúf{Á5\"É¦+`WÏ³X\êhò\ï¯82\Ç}°','',0,'?'),(_binary 'al\è\Îo$€J;W\ìiƒ\åR\ç','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.t\ê\Ðä·•\nR«œ~¬;\ã',_binary '¡²:·—vS}\Èi™ Å¸/¢¢²ì–_\Å','',0,'?'),(_binary 'am)\î\Ýe\é&³õ\Þ\Ö/¬','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-google-map-client.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-google-map-client.js',0,_binary '³~\Ò}„5\Í“:À´¶q,',_binary '³~\Ò}„5\Í“:À´¶q,',_binary '\â®Àº0`“/õ\ì\ÚZŸŸ¡jtšŠ\Î¦\ï\ê\Ø|4w*','',0,'?'),(_binary 'aydlô£²f4Mq,§œ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGoogleAdsLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGoogleAdsLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–QŸ+¹0ƒŽ\×-d’\ã\Ù\ì',_binary '\éš\Øò†;«t}Q™dÈ®;q\Z3jô$e]h#ŸžLh','',0,'?'),(_binary 'a}6~…,{.±¶\ì','wp-content/plugins/revslider/public/assets/svg/image/ic_blur_linear_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_blur_linear_24px.svg',0,_binary '!\æ€\Ä\ÈHll›®](±ú',_binary '!\æ€\Ä\ÈHll›®](±ú',_binary '\Ò~zfhý\ß\ày\Û\í3^\êF4‰2\í@}\ÆrÔœÎ‚¨','',0,'?'),(_binary 'a}™£7æ²¨rMðY\ìUŠ\é','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þQxË‚¥\æ~b\È\Ð$\Î:',_binary '\ZÁ¯Y™6„#OøSf\ÉRC\ÏÀ­\0ùªz\Þ\ä„$','',0,'?'),(_binary 'a‚m8ƒ\Ö\Z½®V±\å+¹','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalEventDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalEventDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\ãDð\É>y¨}a7a®',_binary '\è¢ÀHü\à:û©š¸\'\"¹·‡8qÿ¬ZG\àºm¿','',0,'?'),(_binary 'a‚w™U\Ìð\ZTzºK„','wp-includes/blocks/post-excerpt/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eÌ…ü¶bJü&ïŠŽ^Å§',_binary '™—•©‹ýš2u¼…	\ëlõx¿D\íg¾/\ëvº\Ù','',0,'?'),(_binary 'aƒŸAüpŽ\å\ë¶\ê\é/','wp-content/plugins/wpforms-lite/src/Admin/Settings/Payments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Payments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jUÝ±’ÀkaG„›³\Ê|',_binary '*\Írel¸ª†[%l\Åoq\àô¸ºË†Š¾½ý¼…KP©','',0,'?'),(_binary 'aˆ\'\Â[˜ü\Ï~ùpÀ\Í','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Õ‘\Ö\\\ë:\Ùv\äñÃ¸¾',_binary ';\ë¸YúŠ]]ñ0Y¡2hiI¥½\ÝT§¤nH÷\ÌR\ÚF','',0,'?'),(_binary 'a‰\ß\r~	Ý•VJH’v+','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-device.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-device.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',x:ñ”þ’Ò Æ‚	\0`\n',_binary '\'•’cf\ã“Sª*¢W\Î\n\ï\é_iT\è›\äõ,S÷l\Ï','',0,'?'),(_binary 'a‰\ã\ÆV<³\Âí‹›òw\Ã\â|','wp-content/plugins/houzez-studio/admin/js/i18n/is.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/is.js',0,_binary '2ó¼\ÈxbŸ¦ó\â\æ¨ó£',_binary '2ó¼\ÈxbŸ¦ó\â\æ¨ó£',_binary '¶\Ë4&\âQâ¼•]8Z>6¹#D§¾#ÿ“·\âeö\ì3È£','',0,'?'),(_binary 'aŠ\Ì€‹\ïÙ’MÙµû\äD','wp-content/plugins/revslider/public/assets/svg/av/ic_recent_actors_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_recent_actors_24px.svg',0,_binary 'Iao¡¡\î\ÛÞ¬þ¬–\Ä\åi',_binary 'Iao¡¡\î\ÛÞ¬þ¬–\Ä\åi',_binary '\Íx\í5µª\n`Zz_¡=zC‡ª\Ú0e.°†\Zð\í`	0','',0,'?'),(_binary 'aŠú\è–\í\ì\ê¼ñ\Z „{','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/static/a11y-dialog.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/static/a11y-dialog.min.js',0,_binary '\Ê[G^“v\Ø\Å\Øõƒc\ï',_binary '\Ê[G^“v\Ø\Å\Øõƒc\ï',_binary 'Àd;V¾µ\ët[$¿©§{·S{I¼;3ù^.sñ','',0,'?'),(_binary 'aŽ¯JŒ¡\åþZ”\í','wp-content/plugins/revslider/public/assets/svg/action/ic_lock_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_lock_outline_24px.svg',0,_binary 'ó\Ð~1í¸£ßŠ!I\à¡\êò',_binary 'ó\Ð~1í¸£ßŠ!I\à¡\êò',_binary '-uK\ÑH¯O\n”œ\ç„T)ó0…úN\ç² µ\ãP9‘\Ï','',0,'?'),(_binary 'a—otz†H\Ó^p!–•[','wp-content/themes/yith-wonder/parts/header-left-logo-nav-below.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header-left-logo-nav-below.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìÞ©h¼¶±E@ˆxŠ²’',_binary 'bc‚¦.×‡v\\+\Ç`bX\Â@ð\Ë+`Ÿµ.\ÒcûLw','',0,'?'),(_binary 'aš\rYl\à_¿Ù†nH\Ê\ç‹','wp-content/themes/yith-wonder/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K¼j_y¤\ÄB%\ÒE×œ”\è¡',_binary 'öú\î}þ¯÷™\Ð]iœ\å‰;\ã\àÀñt\ÑV·±\ÔZi‹m','',0,'?'),(_binary 'ašx\æBr^ u\Ê\å\ï\çU\È','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-gears.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-gears.svg',0,_binary '€?S\Ø`«(©Ô¢\àX',_binary '€?S\Ø`«(©Ô¢\àX',_binary 'c«I|«(·¢1T,\Øú\æ\àE}Ÿg/Ö«ó','',0,'?'),(_binary 'a›R`M€]%D\ÛQ­\Ûiy','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'an_D³öS¶?·\'}ƒ','wp-content/plugins/revslider/includes/external/youtube.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/external/youtube.class.php',0,_binary 'žƒñú\\	Ž\ÛN\ë\Ùk±',_binary 'žƒñú\\	Ž\ÛN\ë\Ùk±',_binary '£¡D\ÐŸ?U´Š\ÇˆVb…Á\ÌË„«ÔžxU:Oñc','',0,'?'),(_binary 'aŸY|qÖ®Yr\Ä[\Ë\Ì','wp-content/plugins/redux-framework/redux-core/inc/themecheck/checks/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/checks/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'a °·|†\èu>\ê b·','wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yA_\à<5tûËš\Ö\é\ß\ßo',_binary '…($¦\æ\é*Ú]¿´½žš\']´µVl	\ÃaD\r”\Î\Ï','',0,'?'),(_binary 'a¤•:\ÞD…?;H\Ü\â\ïI','wp-content/plugins/houzez-theme-functionality/classes/class-html.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-html.php',0,_binary '\Þ?„Á½H»¹†\"(3±>\Õw',_binary '\Þ?„Á½H»¹†\"(3±>\Õw',_binary 'M/ß”³š\ZMG~/oVeP¼,\ë9\êuG\î¢^ý«$ý','',0,'?'),(_binary 'a¦©`\å;(©Uµ\Ïq\Ë','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Rfc7230.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Rfc7230.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\î%Ë¿!„Ïª\ÖRKµ',_binary '¿Á.¯	§ZGhü`£\0b¾ªœ\"(gþS¥‡=m_»\Õ','',0,'?'),(_binary 'a§=\à\Æ\á\ÏshSta¢’!','wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼­w³\çM²V[„$\ÄR2\Í',_binary 'i‰B—)Œ6þa©È@Œg\íw´\'ü','',0,'?'),(_binary 'a§?£ª_\×Ë¢¾\Ð6j¨\ìX','readme.html','/home1/arxacomm/public_html/point2listingcanada/readme.html',0,_binary '\ÝT\Åõ\È\Ð1±KF–>',_binary '\ÝT\Åõ\È\Ð1±KF–>',_binary 'û^\Ü^’\ÕU]c9ó\Ûøõ•Að=\'¯UM?úž}Ê¸„','',0,'?'),(_binary 'a§IQI¬\0‹£r÷½v\Ã','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookStreamHttpClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookStreamHttpClient.php',0,_binary '¶H\ì‰C’O[€Uk%H\'',_binary '¶H\ì‰C’O[€Uk%H\'',_binary 'ú\ç0‡P@\Z‘°¢±)˜\à†5a\ÈUbA®ÓŒg\Çq\Õ\î','',0,'?'),(_binary 'a´%|û^/`j\ã¥s\Å}','wp-content/plugins/elementor/assets/js/5975ee58d21883e10a11.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/5975ee58d21883e10a11.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wy\Åöc\rñ-\"\Ä\ï\Ö=…\Ñ',_binary '÷“\Ç\Â\ÆmyNIœ*L„¼\×+$öv¶ök[3$ ¤','',0,'?'),(_binary 'a¿J”’r\Ó\ä\Ý&\Æ-D\Ý','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U¦ªo\ç}S}Á–8.',_binary '\î$®\Ös¶\Óôˆƒ\ì\È?;f¢Ä =`\r\Ù	\Þ\Ä&¹«!','',0,'?'),(_binary 'a\Æ\Åƒ\Éû(m\àEBýl\É','wp-includes/media-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/media-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gñý\åt\r5ü°—Ayªž¥',_binary '\Ý?@ú)üzf ·§ò,\È\íT²!–÷ÿú÷Û•\Ýlò','',0,'?'),(_binary 'a\ÉcµCH\r…‘=l@Ä¸','wp-admin/plugin-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/plugin-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'MŽ \Ê}{\Ñ\Ï\×+œVò½z',_binary ':ù=bMÍ¸5O*M\r7\Ù#\í~†e^¯b\ç\Ê\"´®6','',0,'?'),(_binary 'a\Ïz÷\0zòB±ZÝ§Å¬S‹','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/bootstrap.php',0,_binary 'žŠ+\Z@M\ái|·Dµ\Ü',_binary 'žŠ+\Z@M\ái|·Dµ\Ü',_binary 'w\ÔY:\nYQ¨\åaxk\ï8]‰:ù÷\Å>\âp\Â:\Å\Ä','',0,'?'),(_binary 'a\Ñy›9\ç˜}`n’²l®','wp-content/themes/twentytwentytwo/templates/page-no-separators.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/page-no-separators.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\Ì	¾lpžGQ\ÙOül',_binary '€¡·ª8FH>/>\è(YÌ‚fXW	=0&&\rÿ	\r','',0,'?'),(_binary 'a\Ò\Ì\âo¼§lÕ“\Z\nO‡[Ž','wp-includes/class-wp-plugin-dependencies.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-plugin-dependencies.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹\ìVM1z¼$w7\êèš¾ü',_binary '	$ 1\0µ\Ì]*‹¼µ\Íò\è ¸{\Zì½¿\Þh\í5iT','',0,'?'),(_binary 'a\ÔvR0\ánð\íw¼m','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookGuzzleHttpClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookGuzzleHttpClient.php',0,_binary 'vˆ7.‘\îR3B\âš',_binary 'vˆ7.‘\îR3B\âš',_binary '5¢†\ß~;ºPø-\Ì0Ç‰n\ç\Å×ƒ\è\Ù\\‰]\n\ê‚','',0,'?'),(_binary 'a\Ô\çˆ\ÑG¦¥—j™>\Ç¼','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š¥\rŸ¦õ“UQGjD5_;',_binary '²š•\Ìc/F;gG„\ß}ˆ”*RF\ÙSQÉ¡\Ø\\\ß\ß\ÎV','',0,'?'),(_binary 'a\Õ\ÃpõlQm’\î\ÄeI#¬$','wp-content/plugins/redux-framework/ReduxCore/core/dashboard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/core/dashboard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a}\íqSB¹Ù±Òž\Þ)òs',_binary '¡\á…\n¶$\à\"HL\ÌJ\Ù:–„\×Q­Nuðú¢f5=','',0,'?'),(_binary 'a×¯\×ðV&„\ËºfB_¢','wp-content/plugins/google-site-kit/includes/Core/Util/WP_Context_Switcher_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/WP_Context_Switcher_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!\Éj\Ø\Õ-šÚ§ºó\'\'(À?',_binary '\Ûk|É§©\ç42üzž_\éÚ´\Ú\"Ë¥óPÞŒ\"…\Ùd\Â\Ü','',0,'?'),(_binary 'a\æai\çGö¬ˆ}\ï\Þ\Z ¹','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û|kl\\<ù\Ë# @6fb',_binary 'oED vC:ªFŒ\ëö›É€2züù\Ï\Z\Å\Ñe\Ã÷\Z\Þ','',0,'?'),(_binary 'a\ì\Û7^‚GÈ¬\É¬\áh3t','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-headers-footers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-headers-footers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$83@s³\r?\Ö×§¡X\Ð\Ò',_binary 'Ù¼\è³Ò•\'a¶w\Âvtÿ2ý\åd\Ð\á’9¼ªn;O','',0,'?'),(_binary 'a\í\n/€>Û¹\Í6ªaÔ®','wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F½Ž0\Ä\0\Z\Öã‹¯M]C',_binary '\Ç\á\Åj-’\Ê#*\ÅÊº_\Üþ‹±\rƒD…3WwT²ó','',0,'?'),(_binary 'a\ï@m±J½\ç$¡°s§À§G','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_454545_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_454545_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð\Â\éJÖ‰Þ‡>óŸ\Ô>n',_binary '0\Þ\nòw½\×\âcõ¸–Yð¸g‰/,ŒÆŸ!ö}f¾¦‹','',0,'?'),(_binary 'aóXÊ¤G\'É€n\r|t\ãN','wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º‘¨‰&Ò™m?–D»',_binary 'vÚ£g\Ï`†‘fv‹0n;\\»òU\'\Öú','',0,'?'),(_binary 'aú‰{š\àù²«\Ï3=a¼','wp-content/plugins/updraftplus/central/modules/media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7Ÿ\íz\ïœ\í¢Ã–¶‚±\Ð',_binary '\Ìû]\×B0Áö\à\Îf\Æ1JfpAB±p\ÖP\ÈZª‡œ','',0,'?'),(_binary 'aúÏ«|O•\ÕñÁº°¬','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Subscriber.php',0,_binary '$X\âª>R@-ò1\ÂTa',_binary '$X\âª>R@-ò1\ÂTa',_binary '›ð´˜T¥\Ôw´\ë†\Ý\ãx-¢¥]­\Ëú)—Ð†°­÷','',0,'?'),(_binary 'aú\ì¹sp7¹w=Aaw—','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/DebitReversal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/DebitReversal.php',0,_binary 'ª-\ÎVj\ì!¦\Ä\n³\Õ',_binary 'ª-\ÎVj\ì!¦\Ä\n³\Õ',_binary '8\nW¤d%’®‹¹\ï\ÖK+%\é7\ã5˜z—œ\"`Žhò','',0,'?'),(_binary 'b	ø{¦‡Œx&b\ëfI','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_tab_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_tab_24px.svg',0,_binary 'Q\ã³3\Ó7}$n\ËrHNý',_binary 'Q\ã³3\Ó7}$n\ËrHNý',_binary '\ØJ­Vd.8;›­4³yÁLÖ§}?ö÷\ç×£†P\Ûþ/\à','',0,'?'),(_binary 'bº\îL•	\'8»Øº!~3','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_subway_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_subway_24px.svg',0,_binary '%…\Ýa¤_\ßq?ñ=±',_binary '%…\Ýa¤_\ßq?ñ=±',_binary 'éº¸”\ÝHLûÁ\ËùºK\ç*ºý¼žsœ+3y\rjÂ†¶5','',0,'?'),(_binary 'bcûW@É‰³+_À ','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë?û\ç¬U®E>Až\Än',_binary '%¯\Â7õY(-\æ\ÃÁFÁSMY†E?ù·ƒ,ÿ’Ò¨\î','',0,'?'),(_binary 'bu\Þ{\çðVpAA[d\ç','wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-registration.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-registration.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥%ŸlRjm_\Ç%»]',_binary '¼\á\"qð‹Bòª~\ÌjCx\Ï)\áÕª¤ü¦þ\Ü\í]\ÊJ','',0,'?'),(_binary 'bYM\ä„)u‚nF}^)*…','wp-content/plugins/houzez-studio/admin/js/i18n/fa.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/fa.js',0,_binary '\êu$’®\ËZ“ižB\Ö\0\Ø',_binary '\êu$’®\ËZ“ižB\Ö\0\Ø',_binary 'V®h\Ø\'7[[òŠió€?Á\çð\ê¨<ôðF\ç=[','',0,'?'),(_binary 'b \å!z\Í@\n‹&+-çŸ¶','wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìó¢l¬v\"l™·H’Œ\n„',_binary '´\ã\Ë\Ê\ëeÝ´EN&fÿÔ¡\è>Bo6\ÓH²ˆ\ä\ZJ%D8','',0,'?'),(_binary 'b/ƒý‹|a\"#·^\'ô\Ï4\î','wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ahþN‡ðN>Wø¼\Ù\n¿w',_binary '`„\Âh”-Ý¯¨\Ürb20Ñ–;<r\Ùýf/i³À\\|{','',0,'?'),(_binary 'b4\ÈiòQg9¡Œ‹ž;','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award1.svg',0,_binary '{ \Ç\Ü2NŽCÀ*D{›†\ë',_binary '{ \Ç\Ü2NŽCÀ*D{›†\ë',_binary '‡\Õ\ÌN‚\Ð\ç\ÔÁ´N\Ñ\Ãe\ÛCU°\0Dƒ\èþ¤','',0,'?'),(_binary 'b9CÂ¦\Z‡ñÚ­°u_|Cö','wp-content/themes/houzez/framework/widgets/mortgage-calculator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/mortgage-calculator.php',0,_binary '(¡\Õ]Ì—ŒµºxþŽ48\\',_binary '(¡\Õ]Ì—ŒµºxþŽ48\\',_binary 'Ž¿ù\Öd=H/ÿ2ã¡…6\Ãý\ïHV\Ùˆ­išm‡±ÁG','',0,'?'),(_binary 'b<Á\î\Ôc\ÃÁaT‰!5²','wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.js',0,_binary 'ÏŠÄ¬,¨$™\ï²fG.\nÒ‘',_binary 'ÏŠÄ¬,¨$™\ï²fG.\nÒ‘',_binary 'Œð97;‰y\âû©xcƒ˜-–B/Ó¦\å+\Ï]”Í·¾','',0,'?'),(_binary 'b<0™yIe\Ð\"\Ü\É\é–\Ø','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„]•AŒN\ì´\Ü\Öny–Ñ¬',_binary '0¾8G nJ•MBKÒ¬\Ã\"Ç±À\Ë\Æ~†®‚\ã†~','',0,'?'),(_binary 'b<S™˜›K\Äz\Û;¦\áK\n','wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+K\Z8ú¥u?o…9\×;l',_binary 'Xi@MD‚W	\ÈB\ÌX\ÞóX¾„»Z\ï½ýx½Áw‚\Ãr','',0,'?'),(_binary 'bA-\ê»Sní†”\ÛK‹#','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\H\É\Ö!#š¦>b\áW‹\æ',_binary '–&\ßxÁ†w\ÓÎ±h\Ø\Ä)šÅ“@5m\ß\Ò.)9\ßR','',0,'?'),(_binary 'bA»š\Í|¨\ÃG\Â\é‹m¡EG','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/speaker.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/speaker.svg',0,_binary '[w–P+hòœnµ½×ƒ¯R\Ð',_binary '[w–P+hòœnµ½×ƒ¯R\Ð',_binary 'F\ì§Ê¸Ö´LP5UVñ¶³–\ï\Êrj™OS}`\ÇV','',0,'?'),(_binary 'bC·žžø‚½>\n%’÷¬Œ','wp-content/plugins/elementor/assets/lib/swiper/swiper.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/swiper.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'OM}÷Å¥X³—p\\ÄµZ²',_binary '\ÍR×€^Uµ˜~ƒzÜ\'‚‘}¯ç”›žµ˜\äL#\'\à','',0,'?'),(_binary 'bHy[¡mvE&\ä¦\éF','wp-content/plugins/wpforms-lite/src/Admin/Dashboard/Widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Dashboard/Widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~¼Yc#pÛ˜f\n°NIº',_binary 'û6\Ñ\î \ßû\ÊH\ËþËddB†À\Ï\ÕM\Ã\æ[\ZzQ”','',0,'?'),(_binary 'bLi´\ÃôgJóÃ•T\åNK\á','wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-tnail.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-tnail.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GÈ¬€·n\Û‘6¶Y—Žü',_binary '<´fÍ«ö\Ø\Õ@\Ö/¬†&¶(^(+^‡[¢Cñ','',0,'?'),(_binary 'bN3…wÿC‹¯}\Ç/¾©\Ãh','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CohortSpec.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CohortSpec.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JûŽ\Ý>\î·Va´¨\åe',_binary 'Œ¦\Î\é\Ìy__Øšmñ°³˜™\Å?LU\ÈK\ÇË»V\Å','',0,'?'),(_binary 'bP~3F.\àS~MX=Qþ','wp-content/plugins/redux-framework/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\å&y\é\Ñ4“6\ÙU·\'',_binary '…\n\Ðz	Pœ˜GF\Ð P÷¸\Ú\Ô-òXÁ4awŠv5q','',0,'?'),(_binary 'bQ˜ÿfV$ƒ,”ar','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/UnknownTemplateException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/UnknownTemplateException.php',0,_binary '¥c{œ\'¶8¯ˆ€‚m',_binary '¥c{œ\'¶8¯ˆ€‚m',_binary '1jaaÑ¾\Çú\Èå¯«¢n¥\ë\Ù\Úioü &™Ï«','',0,'?'),(_binary 'bUND>¨kœ\Ô\ËGÈ¸ \ïW','wp-content/plugins/wordpress-seo/inc/class-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-post-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±(\Ñ]$@˜u3£H',_binary 'F\Òñ\ÏS{O8j\×S\âžÉ‚j‹9?c1:=‘¶­x~','',0,'?'),(_binary 'bVfd\ÞÉƒÎŠ\îí±¦R','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/ruler-compasses.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/ruler-compasses.svg',0,_binary 'À\Ã\è:¹\0fAÁ\Þ&sP0',_binary 'À\Ã\è:¹\0fAÁ\Þ&sP0',_binary ';@U8^Å€f\îû/ñ\Ô?G\äª ¸`ÿ–1YKy“','',0,'?'),(_binary 'bV¤XË¾¿–\à$L¡\è}q','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configuration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configuration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§g}\ã0¹_“¡¬\Ýt3\\',_binary '\ç^T\ç\Ó\'òúO {q¡5\ê2¿ù\ì k.^+hñ\ã','',0,'?'),(_binary 'bY\Æ,¥°Ï¥YªrÛ\Ñ;¾','wp-includes/js/crop/cropper.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/crop/cropper.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ky5ôni*M(\í™',_binary 'ôÙ¸¸T†\äÞO“³\ÙwL¦y=}\ÎgTlÀº±¤½÷','',0,'?'),(_binary 'b]$¿\ïvnŽ\rýE','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­R\ÊR…Í”%œ’¨©¶ü',_binary '¨:rBm.eFF\nc´R”/”\":›v5­_\Þ#ÁL£V','',0,'?'),(_binary 'b^™·mû˜˜ÿ¼\Ñ8&€','wp-content/plugins/google-site-kit/includes/Core/Authentication/Guards/Site_Connected_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Guards/Site_Connected_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù \×\Ú¾{ 4Å—QZq\Ñ',_binary 'ü~7Lþ\\½þrqôVŠ€\\“¿?ö¾\ïZAy@ÿ¬\Ãû-','',0,'?'),(_binary 'bb\nŽn\\V\ç\È\ï’o&','wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸ÚªC<º\Õb»„tpß¯\ï',_binary 'mB2p³õœh§Ê§\×Ï¦\Èl`70.uŒÕ ”‰\n3œVO\æ','',0,'?'),(_binary 'bc¬‚8§¡V\Ööf\ïj','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-regular-400.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-regular-400.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Vü\äh†\æ.\Û}o\ØaW¬\Æ',_binary '—b\Å\ZL\ÖU¶»°B	ú(5“#•,K\Âh@\ßEPúœmˆ','',0,'?'),(_binary 'bmL·HuõQ\Âi»˜ ¹\Ç','wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬<#õ-~ð“¦Œ\É\ìo÷G',_binary '1‹öY\æ§U©|ñ	2³qQr%ˆ´AA¼-ƒU\Ò','',0,'?'),(_binary 'bu6w\ç¦\à7·…\\	¬','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Experiments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Experiments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æQ–:Àˆ\î}ß€˜¥Bœ¬',_binary '_–#ù:\æo‘.ˆVr\å¡YC\Ûx$©\Õ00\×ü\ÄP ','',0,'?'),(_binary 'bu…¯¸–}\Ñ$¼\å“\ï-ñ\ë','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Combine.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Combine.php',0,_binary 'Ã³\\òÕ¨\ÈžË­\â',_binary 'Ã³\\òÕ¨\ÈžË­\â',_binary 'k\Ë?µ¥\ËôÁí¾²Ë‘\Ú\Ñ\Ñ]\Ý=> }÷Ï¿,€““\å','',0,'?'),(_binary 'b{‡\Ü\Ä3\Þ\Úg\0¾\Â\Ô','wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/css/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/css/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'b€nUC}½\ÛH)¯ù¡DS','wp-content/themes/houzez/template-parts/dashboard/agents/add-agent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/agents/add-agent.php',0,_binary 'M\"¦\à§#:öú5u l\ã°',_binary 'M\"¦\à§#:öú5u l\ã°',_binary 'µ&º7o\Å*\çcXN\ë\Þ\Í\Ìá•¤<_9\Æ-šœ\×û>#‡','',0,'?'),(_binary 'b‚F\æ\Ã¿\çD\Ëÿ\n;+™','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥uý\è›õ3UGT\è>¸-\Ð',_binary 'Mø\íi\Z›Ÿ\Í\Ñ3­§+ŸòÁŠð\ÏR}qø¢1IA','',0,'?'),(_binary 'bƒõ…²_iE\Õ=óf]','wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ¢EVV\Ï\Ä#ªJ\Ã@\ì‘',_binary 'p£\î\È>–Hú\ï\ÒÌ©ˆþ5\Ü\ïÿg\×\Í\É\â(@–\Æ9À$','',0,'?'),(_binary 'b„O«w†ž(‘ZÁš\à÷g','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-partrefund.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-partrefund.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾A¤’\Ô\ß\ç	^™oº\é–',_binary '\ÜA\Ø4—gˆ	i\Ï­@8\Ý\Ø\Ññ~\ã¾S\Äý:j+²\è','',0,'?'),(_binary 'bŠo²\âþV_Œ\ãS/\é','wp-content/themes/sinatra/screenshot.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/screenshot.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v±Bl*Tr¹\Ô\0W\Ì|q}',_binary '9p=\åIQ¨k:,¦OZlûøt>‚‘Fk\Ü4B‰&','',0,'?'),(_binary 'bEš#\ë»vX\á¾9Æ¯,','wp-content/plugins/wordpress-seo/images/error-icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/error-icon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âô+9¯U;1p\ÜÄ¿kt½[',_binary 'ŠZrgÀÀ–6„¼‡J\ìÁv`\Í<ócÄ›bš‡‰&','',0,'?'),(_binary 'b™ˆS]ªhRgÏ“ýüP','wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.f$žb6\Ð\î\êO6<fÀ',_binary '\æ^¾5»[\Ê2[Œ³¬E,\íË€Y‡\Ú\ì>\ÌBOÛ”ýI\0ð','',0,'?'),(_binary 'b™=u\ØfF/\í\Æ!ºÍ¨ƒ','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#köµ—»¥\ÛIId\è!\r',_binary '¸\Z0ý\ê\Ü\Æ\ài¾’ò\å1{s˜\á)Œ\é\ì\ZHÖ¦Yh','',0,'?'),(_binary 'b™m=1qÊŠ\"u{‰ \rI','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money5.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money5.svg',0,_binary '\ì\0©;1‘{\Þ^72\ë±\á',_binary '\ì\0©;1‘{\Þ^72\ë±\á',_binary '³Xõ­C §&‚\â=K2;;`A‚“\é\Ò\ì¾=\"¨n','',0,'?'),(_binary 'bCð\ï\Û™n¥	£RY','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg',0,_binary '#J¢Y›*\Û\"V—±\Ø·',_binary '#J¢Y›*\Û\"V—±\Ø·',_binary '¹¿\Çl¶a\Äq´\èN¾\è\ÔNN·ØŒ\Z=·Ú©–lœ','',0,'?'),(_binary 'b¤&\ÖiŠ½þé¹‹ˆ(I‘','wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À\Åa\"b²©õ\ã\Èv‹ˆ\n',_binary '\Õó¬¾y¡\â<<§Aé©£\'yiÎ©>;\Ç;','',0,'?'),(_binary 'b¤uKP6S\0¦Žšj','wp-content/plugins/houzez-theme-functionality/templates/fields-builder/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/fields-builder/index.php',0,_binary '­ß€\ØÇƒ%\æÁ\ÇT*\ÏBE',_binary '­ß€\ØÇƒ%\æÁ\ÇT*\ÏBE',_binary '²ÿùR f\Õ#\áY¸\Ë]òkB ›\ïWt7ž\æTò¶Z:¼','',0,'?'),(_binary 'b§~g»¾\Û\Ð`®e\Z','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaFirebaseLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaFirebaseLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û†4K†R=Œ\Ú÷\áo7‘\\',_binary 'Tþ˜‚#¢ÙŽœP\ÔH\\€W÷\ï|n·B?¿ö¢\"|²b','',0,'?'),(_binary 'b«jwÊœ«ˆ››\á­T\0','wp-content/plugins/updraftplus/images/notices/keyy_logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/keyy_logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”	\Ó\"o¡¡þ¹ý)\àW/',_binary '(üi.Ø«o‡¦?bFð\ÍõCE\Úv\Í\ÚwKŸ¶','',0,'?'),(_binary 'b¯/\Ê/)\èAö1\ßõ¯²','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';ƒRcP©\Ñ\Æ\Zÿ›ýM\Ê',_binary 'zŠEF\î\Þ\ØE\Å\Ôò\ÉØ–ûH\ÍmŠ¡‡\Íˆ\ï','',0,'?'),(_binary 'bµ\é=‹nN¼³*(~7w\ë^','wp-content/plugins/wordpress-seo/images/academy/local.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/local.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã8ž&ú{¯ \æ\Ý\Äp<‹;',_binary 'g3\Ì³¡3©:±þT®^ø¯$.Q\Z0ƒ\Ì1','',0,'?'),(_binary 'b¹ƒ\r7\n‚\Ö‹¿U3þ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-diagram.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-diagram.svg',0,_binary '\Ø\Òí«´™–’[Ñ¥„Í¤',_binary '\Ø\Òí«´™–’[Ñ¥„Í¤',_binary '¢2Œ§\r\Æ\'}‘%a\×\ï	¥–BWÌ“\å\Þ\ãò\Îxö\\','',0,'?'),(_binary 'b\Â\æÏ†N\æÑŒ¦‚\Ïº','wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãL»\Ú]a\çi/š¤”z\\',_binary '}uD{I»=\æ)L“`%\ÏõoRŸÌ–€\ÚO³VÔ¡þ:','',0,'?'),(_binary 'b\Ä	\ÅnZ³\å6„ƒlm ÿ','wp-content/plugins/wpforms-lite/src/Admin/Forms/BulkActions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/BulkActions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×Ä°\Ìÿ™/\ß.\Ú\× ,\Ê',_binary 'n])_r5p\\\rw{1rKSXú	»‹\"´•\Ù6s\ÄÆ“','',0,'?'),(_binary 'bÆ˜\å•9™?KCü‚D2¸«','wp-content/plugins/wordpress-seo/images/seo_analysis.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/seo_analysis.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd´\Î&QŒÚžx/\r°l\â^\Æ',_binary '5Ê‘B\æ›Jf–\Õóþ\ÅúÂŒ¼¦—A>\î¿m¸¿»ë””','',0,'?'),(_binary 'b\Ç«üE™¾þ\nUñ\âz™','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Elementor/Register.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Elementor/Register.php',0,_binary '›Bwt{£\á\Î]\ïG5m',_binary '›Bwt{£\á\Î]\ïG5m',_binary 'õòO`&§kež\ç¶XRr\Ï|‹‰\Û&s\ß\ÚSŠŽgžŽø_','',0,'?'),(_binary 'b\Ê¥ñHzfW˜ …­gw›','wp-content/plugins/wordfence/lib/wfSchema.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfSchema.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢£X\É]I—°À•\Ï\ä\Í',_binary '°kewÌ„E?˜Š•¡¯Ó°JÌ‚©&Æ‹\Ê#‚L\ä','',0,'?'),(_binary 'b\Ê\Ä7¹¨\ã[KÜ¶ˆ@\è®','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/arrow-left.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/arrow-left.svg',0,_binary '\ïqb°l\Ø\á&«¯±lz',_binary '\ïqb°l\Ø\á&«¯±lz',_binary 'Yk“}%up6f\é_Þ§‰4\æŸ\ÇsL#©x5\Ø_\'H\Ê','',0,'?'),(_binary 'b\Í,\à›><ó\×\é\çˆ\Ëg','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-small.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-small.php',0,_binary 'z\"œ†Q§”±¤',_binary 'z\"œ†Q§”±¤',_binary '7ª”ó\Í”1¦A{øð!nS<\ìz´\Æø#x«9¸³(\Ã','',0,'?'),(_binary 'b\ÍP\ç–n÷^ \Øk!÷E$','wp-includes/js/dist/undo-manager.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/undo-manager.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Šƒ\ÇW8\Í6…K\'\Ë\ÏM\Â\"',_binary '‰:!¯ùkW{°²ø\àiVŽ•¼\ßB}0.\éWtmò»\\','',0,'?'),(_binary 'b\Ù7ˆVc{+\èg\ÍH¢','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroupMembership.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroupMembership.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â¹\É6{¾^\âÁ\Íu\rñgc',_binary '\Ö\Ä¬\Èõ?˜\'ò\×4¡Âƒ\×@ª\â@F\ãð\Î \\\ë','',0,'?'),(_binary 'b\ß\r#9ªºa\É$\ÝwnÀ\Ï','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÝsÁ\Ü|a*Še¾Œ3¾_',_binary 'WCA\Ï@õ?ƒu2,ƒS–*(mR\Þ\ÄñŒ]|5Œ³¡','',0,'?'),(_binary 'b\à”û¿”ÒŒ &\é?¬{','wp-includes/js/customize-loader.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-loader.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñŒV\ê,yV\å\Û~=‹Á\Þ',_binary '—\Ìr•\'‚b\Z\ËvŠª\Íô\Õi¿|\ë~\Ì4Kù]¿^5','',0,'?'),(_binary 'b\â÷+Æ´ÝŸó´3\ï†','wp-includes/customize/class-wp-customize-nav-menu-location-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yÁœ1\Ñ\Ï\é‰\Ã]Fh',_binary 'VÓ’k\0‹\â­7°­\'¢ˆbü–²\è\ÝaKXù˜¼\â\ë-','',0,'?'),(_binary 'b\ãu \á†\Â\Ü8K¶ÝŠ','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookServerException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookServerException.php',0,_binary '\çXaO&­›Xyxx4h',_binary '\çXaO&­›Xyxx4h',_binary '%\Z¦v:7*\åü\ìC&d-’_7ˆjý\Ä<\âN\äñß„,','',0,'?'),(_binary 'b\äI˜ÁP\Ø\Ì\æ\ÐG!¬¼H','wp-content/plugins/wordpress-seo/js/dist/languages/ru.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/ru.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶PAl\Â=•®¬¦dxn\È',_binary '‡\ÝUôðš(P&X•\Ýv\ê²\\a3”\'Æžo™®½Q&','',0,'?'),(_binary 'b\ä\àb|6ƒ½Zñ*ºô','wp-content/themes/houzez/property-details/partials/media-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/media-tabs.php',0,_binary '\Ê\'‘Wz™\Ûj\"e–U\Ìkl',_binary '\Ê\'‘Wz™\Ûj\"e–U\Ìkl',_binary 'Fö\á>M{Ú€•\ålü03.†)\ßT_b¥\ê\à†n;µ','',0,'?'),(_binary 'b\é\ç\å\Ê&f0½WM\Þ/;õ','wp-content/plugins/elementor/assets/css/widget-icon-box.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰J\Æ.†Ù¼”²–„£\ÜC[\à',_binary '\Ñ.\Û\\<#¶Øªdµ\"—²(“\0,\ç…+\èU1±4\0»=f','',0,'?'),(_binary 'bê¤«|qšTaÇ°M[\ìK','wp-content/plugins/wpforms-lite/templates/admin/settings/email-heading.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/settings/email-heading.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+…0ŠwQ0Fmò1©»ã³¨',_binary '³>4” ±–Ž\Ë	ª\\¶&—]$=aS\'e›\çIS\Þ\Âo','',0,'?'),(_binary 'bðg¹!¿Ô¾\Ì\Ëðütm±','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionCompatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionCompatibility.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñº’y~úžc¤ß­D«ù',_binary '\ÝT\Ä÷;u\Ói†\n¹týñe\ß+DJp\0K17?	\ÚQ','',0,'?'),(_binary 'bñª¥²K\Äþ+x¹€ šwF','wp-admin/css/site-health.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-health.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f\Ù@¹ö™Ü¾\å6l¨ø',_binary 'dK\é\Ã\"‹’“\ØühsP¶\à?·GŸ%\0\ÇA— Ç','',0,'?'),(_binary 'bõ\Üüe¬ý±{Y…’\Ôù°','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/BatchFetcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/BatchFetcher.php',0,_binary 'E“[~%4\È °³\ç\à\â',_binary 'E“[~%4\È °³\ç\à\â',_binary 'ô’QF‚\Ï\ìµñj¢œd6K\ël(xöNg¾žXl\×tý','',0,'?'),(_binary 'búM¤¶ïŒ‚\Ú\Å^\Ê\Ã\ç','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»™Õ‚NÚƒ¨†›š$‹',_binary '‚Ž\àG!Ç¶¨ûñ[\î\"pŠƒõ¨b\ÊaQº','',0,'?'),(_binary 'bÿE4\Õ\É\ï@5©Ù“','wp-content/plugins/wpforms-lite/src/Helpers/CacheBase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/CacheBase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fC\Åú\É\ßN”õ£ç»¹3Š|',_binary '¡TÝ¨@‘’_\Â5\Çr\ã1Ptðw4ÖDJô-…ªk','',0,'?'),(_binary 'cé¤Ÿ¸´(Ok1‹!Í‚','wp-admin/privacy.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/privacy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\ç6œŸ[\Ý$@lÚœ\ÌS',_binary '\ÇRiS2›&x\Z8T\nGta\à“‹Mtö\Årô\î½y	\Û','',0,'?'),(_binary 'c	p2¶­\']]³j','wp-content/plugins/wpforms-lite/assets/images/about/complete-guide-to-wpforms-settings.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/complete-guide-to-wpforms-settings.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'NT\ÅEi&+µŸ©\Òò',_binary 'l\ÇZ\à\å™\ÜõðB\ç@öôÁLRB\ÄvWú\ÕOO^p¢ý±','',0,'?'),(_binary 'c2\å}\ÉHúùœb`M]’','wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïõ“0\ä\Ìv6•\Ò0HL\ç',_binary 'b\î\Zô/;$+€\Ùþþ]\Ûâ¸«X²\ÊZN™©ŽðÍ¸fù','',0,'?'),(_binary 'c\ß.ƒK-¡ªk3¼\Ædõ','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚T¦þ¦¾iô²l¬´Ç•',_binary '”_¿IU\ÄÉŠ+ºs/,\ÓR 9\ä®\à\Úu\ÔÞ¡\ë','',0,'?'),(_binary 'c¡\Æ\é#5?¹l\ìC\ÖTh','wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i©n\0„™ðT#·_X\Ý>',_binary '\Ö`%®[hCX—\Ø6\ìÈ¼\ÅÍ–·GO~o3§J¬','',0,'?'),(_binary 'c§4L]ôËž®·Mc','wp-admin/includes/class-wp-post-comments-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-post-comments-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2\åŽ\ÉaSYyl)\ÏK\ç6',_binary 'F_Û°˜G\ZO0\Ýc÷¥~\Ô\êI¯h ”\nY;jÆ£ž\Ç','',0,'?'),(_binary 'cÂ‹¥¸ºp	øPU3/\Í','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&Ü®Mª÷‹,~/\âø\ér',_binary 'F;ôô\ÌW]¬\Ï&ñ¸\åz~o\'ð/€q\Ì+¸¨','',0,'?'),(_binary 'c\Z´­r \ïteù\\-õ¥‚û','wp-content/plugins/wp-rocket/inc/common/admin-bar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/common/admin-bar.php',0,_binary '\Óó\ÄmNônŸD%÷iøJ',_binary '\Óó\ÄmNônŸD%÷iøJ',_binary 'Ù—¢@¡ž@ñƒ\Û6øj™\ÆkÅP}\Ïók=ü˜ß¤»!','',0,'?'),(_binary 'có\ÅV\Ã\r×¯3³\Ûk\×','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceItem/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceItem/index.js',0,_binary 'sØµž\ãÒ¼ˆ\Ý\'š{*1M',_binary 'sØµž\ãÒ¼ˆ\Ý\'š{*1M',_binary 's³\è@ôæ¹©\Ëm}\ÉúAÿfÀ’‹¨žŽc5@\ça','',0,'?'),(_binary 'c!†Švÿ˜nFg45	Z+\Æ','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Persistent_Registration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Persistent_Registration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™‰þŸñ\ÛX\Ìº\çpp¦ß¶',_binary 'qYH\éô\çzc{Tz\Å1&uGd­\ÒýÏ§Ô³ð—R¾','',0,'?'),(_binary 'c%¼;8\ÛQVWÆdÈ‡õ:','wp-includes/blocks/paragraph/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ë½‡‹ÿô\Ô`	Š\ÌÈ‚\Þ#\î',_binary '…½¬‚-\àÓŒ\Ò\È>	—E\ÉZh÷°6FˆA$$gÓ©£','',0,'?'),(_binary 'c&f’M\Zñ>\ã‡/\n›¦º','wp-includes/css/dist/block-library/elements.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/elements.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\ÙüY\Ýp\Ø\í\ÎÿU\Èô',_binary '¬½\Â\ÌùŠÁ\Þ)m.~‰„ºyw`\ç@y›c\æZB','',0,'?'),(_binary 'c&\Æ8õ÷Dÿ\í\é\Z	R','wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_neg_2_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_neg_2_24px.svg',0,_binary 'ºF¹×[wM2À*B',_binary 'ºF¹×[wM2À*B',_binary '«”þ~³ð“\Æo»¾f\Øƒ£\Ô\î/ú•fN;\Þ\ç§\\¼','',0,'?'),(_binary 'c*Ž\à¹l\Þðc<¾R±i\Õ','wp-content/plugins/bluehost-wordpress-plugin/inc/LoginRedirect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/LoginRedirect.php',0,_binary '\Ã;q1+÷\ÞG\ê\\\n3Š¹',_binary '\Ã;q1+÷\ÞG\ê\\\n3Š¹',_binary '|BŽ–ml¡¥0\é‘¼\è3h¹·‚ŠÀœ®;\ÕAÞ¨R\ê','',0,'?'),(_binary 'c,½…°[xÞ«ô3¥\nù@','wp-includes/js/jquery/jquery.masonry.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.masonry.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í³@`–ÿ€&n|}A‘†',_binary 'ö\\Û™§¿\áŠ\ã	}M’g\ß ¿$ý0± [\ä\Ý\åB','',0,'?'),(_binary 'c0Š·VhÅµµe ƒŸ','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-file-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-file-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å˜\î\îšÄ…Rq ¯\"\å\Ø|',_binary '4¾\rüta?k €üÐ¯	Á\åU\ìA=s\ÄH\Ô\È','',0,'?'),(_binary 'c4*)Œ·]£+6eoY\ï','wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '})\ê_G\Òô\Éi„e•ˆ7',_binary '!yø\Å\Ï>u½¸([ò\è7UM\Â¸»·\Ë9','',0,'?'),(_binary 'c;o½Æ¿Ì¥:z(ñýú','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ/yÌz:a˜/½m¶',_binary 'Ÿ\r%:\"\Øy6\ÉQ;ýœ\È\Ù\Ì\Ç{\Ób\ß\åóOsòt','',0,'?'),(_binary 'c@iyFaY\Ü\Íb€ŽºœK','wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’2@h¹<×’~üýg\Ý\\ðª',_binary '8\Z§RQpª³\\ž‘sYF©òµæ¹”M*»Pyþ8sn','',0,'?'),(_binary 'cF\Ð\×(š\ÉbvßŽ•¥5O','wp-content/plugins/revslider/public/assets/svg/editor/ic_strikethrough_s_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_strikethrough_s_24px.svg',0,_binary '÷œKt·\æ\n[\Ò\Ôd}y_',_binary '÷œKt·\æ\n[\Ò\Ôd}y_',_binary '´\Þ^„Jýu<\ë8*z>a\ã\n½*›*…\Ô.\è\ÐX‹\æ‰','',0,'?'),(_binary 'cH†¾N§ŠœôiÖ¾1ˆ\Îb','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/multiple-values.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/multiple-values.php',0,_binary 'ô[1Ç²\è„\áAþ)9\ÐT\Û0',_binary 'ô[1Ç²\è„\áAþ)9\ÐT\Û0',_binary '\'!ð”K\Ð @F€hÝ¤*\é—dg\Ò~:mr>——“\Ã`-','',0,'?'),(_binary 'cI¨\Ýþ¼‹[G\Û\á—\Û','wp-content/themes/sinatra/inc/utilities/class-sinatra-plugin-utilities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/utilities/class-sinatra-plugin-utilities.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î‰ñâ¬\ÑT-&4R?ý',_binary '\rª7¨k\á\ßßªu­\æM%£d\çi\Û\ÏBë¦Ÿ\é.k³÷Z','',0,'?'),(_binary 'cJˆ,lö{@¹§g¦/\âU','wp-includes/js/dist/router.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/router.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê\ã5\Ämv.	4:\ï\r\å‡',_binary '0\ÍÇ¡%Bû\Û\Í½¢³gs¯\Ý0ž©R-•:J“%b\r','',0,'?'),(_binary 'cKû½K\Ó{ÿ7â´”)‹\Ó','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l\ä\ãˆªº{A¾‡(F',_binary '\èô\Ì\0	|\Ûù\ßðÿˆæ‰­˜+•uP?\ÃzCÚ¹†’\×','',0,'?'),(_binary 'cUºÁ„¨m±:^Jo\êýö','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/clock.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/clock.svg',0,_binary 'O5½Kn[±Æ™\0G\Å+\ØR;',_binary 'O5½Kn[±Æ™\0G\Å+\ØR;',_binary 'K\ÂÄ•*p;Ã«ð\í.[\Zkú\Âb‹™JJ\íœ©½#ô`','',0,'?'),(_binary 'cWÃ[\â\ì)oŽ\éBE“´','wp-content/plugins/wpforms-lite/lite/templates/education/builder/did-you-know.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/builder/did-you-know.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´—\ì\è–M\æ\×Þ¢=Y\Î',_binary '\á*x\Ø^\Â\ï-o‰8»\Â\Î\ßc—K¿\ÇVÄœQ}¤\âù$Ps','',0,'?'),(_binary 'cf)0\î³\áÍ\Êa„','wp-content/plugins/redux-framework/redux-core/inc/welcome/views/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/views/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'cf\Øþ‘€¸\ív	hÈ“\Æ','wp-content/plugins/houzez-theme-functionality/shortcodes/properties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/properties.php',0,_binary '­ë®§‰R1A\Øõ\Þ\ê\ÎÐ¾\ê',_binary '­ë®§‰R1A\Øõ\Þ\ê\ÎÐ¾\ê',_binary 'b¦‡{þ\ÇU2\ã\Ûp±1ž\Z\Ðtö“¼<%\ß&Ý®\Ïò','',0,'?'),(_binary 'ci\Þ\à‘ÁRs-	\r™\ç\Æ\È','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ[$9\á±W©ùo„',_binary 'Œxö(ÚŸ¯x\Ä_ž\"x0[Ï¯	/!\ïÌ¥±P6','',0,'?'),(_binary 'cm¤­­\Ì\Z\Ç_	\"\Ë&J','wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-ajax-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-ajax-tabs.php',0,_binary '3ón:HQÖ†p’\î\ÎFY',_binary '3ón:HQÖ†p’\î\ÎFY',_binary 'ƒ_Ÿ\Í-\Þ]Còˆ{‹Ë™Y;R7G?Y³¥.=>\\','',0,'?'),(_binary 'cm\ÄtIû¸`ŽÀ,eo|','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_16_9_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_16_9_24px.svg',0,_binary 'L%·±¤\Îô=4¥+\åR„œ',_binary 'L%·±¤\Îô=4¥+\åR„œ',_binary 'RG4dDÿI7(­\ÅMO†r57>\Ó	¾L†¡\ÌX?þS','',0,'?'),(_binary 'cqp|b%¯\Ô|­,&S÷','wp-content/plugins/wordpress-seo/images/academy/multilingual.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/multilingual.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#{9\Ô\Ò\âS¦ŠDd\äP',_binary '\ÙŸH[¼ð`²b7U\ìU\ä\È\ÉÜœ(Šq\Ì:°¨­','',0,'?'),(_binary 'ct\Å×©’X\îÙ¾\Þu\Ûyv','wp-includes/blocks/image/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸%‰½\n&\n\çT\àY.@w',_binary '\Ñq\Ñ>P\És\r¶~÷[\rP5š–€\ÐpY÷ô8$´	','',0,'?'),(_binary 'c}Š6Ä™»¢˜H»™\Ôh\í¨','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/OutboundPaymentService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/OutboundPaymentService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°k‘l÷£w\0	÷°R4}¿',_binary 'Ç½S \Ê.yYU@\Z= \ÍRt-\ß@Ò¶h¨Á \î','',0,'?'),(_binary 'c…0³N`Ë¶EŠ¿\"\Û<','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_album_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_album_24px.svg',0,_binary 'iV&HlS>;Ä°\å}',_binary 'iV&HlS>;Ä°\å}',_binary 's\éÁH\á¬x†{$\Ôt\Ó\Íü§©¸òt‡\Ç`±“!\Û0f\ß','',0,'?'),(_binary 'c‹Á\Å\î½Xxÿd¾¶D„t','wp-content/plugins/houzez-theme-functionality/elementor/widgets/testimonials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/testimonials.php',0,_binary 'ž}~,&Lš¹\ß8u #zaa',_binary 'ž}~,&Lš¹\ß8u #zaa',_binary '\Å\ÍóÒ±–¨{\æ#û0c@“i\ÃGRÎ±|øÆ”]²','',0,'?'),(_binary 'c”„\ßÀ<f•`þŸ\ßS\å','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/piggy-bank.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/piggy-bank.svg',0,_binary 'B\ç\Âè³´»OC\é\r7‹u',_binary 'B\ç\Âè³´»OC\é\r7‹u',_binary 't‡r£A¥¬<ƒH.­8\ï	w,³+žþ5\â\Ãûü}Î','',0,'?'),(_binary 'c•Q€\Úi\Ó\Ü\É\à\æQv','wp-includes/css/dist/editor/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/editor/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jHrY‘üzUn©¥ÑŽ',_binary '\ì\ìA\ëJ?o\0\êqÓ€ˆ|É¿A°V–ýŸŸ\Óc\íu˜','',0,'?'),(_binary 'c–\ÊÿW¥n„4\Ç\ße\\','wp-content/plugins/google-site-kit/includes/Core/Util/Migration_1_123_0.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Migration_1_123_0.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³Æº\ã}Pyz5L‰Pô',_binary 'û@Œ®P[!Ÿ–‡›œS)Jû¹v»\Í@¹\à#\ï_F','',0,'?'),(_binary 'cœ©\êLD\Çf¼X¸÷V\åÊ˜','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementCustomDimensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementCustomDimensions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\ï ±þØ‘«£\Ç\×\"ñ4\Õ',_binary 'S€•8Q½—Jo\0¯€\Õ~øuµ\Ò\âõ^§—WÀ\"\ï9','',0,'?'),(_binary 'cŸlx:&ª„“\Ë-‰Ã©œj','wp-content/plugins/wpforms-lite/templates/builder/templates-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/templates-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9>÷4dÝ´D»kœóŽ\ç',_binary '©yl×†þ\èr*Š\ê·E:\rl™Šc¹\âRÚ˜™vO\ä;','',0,'?'),(_binary 'c ¯ÞŽ­{\Ö\â¶¾\á\Ç','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/jquery.validate.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/jquery.validate.js',0,_binary ' 5ˆ \â(\Ú}\ì\íV\Þ',_binary ' 5ˆ \â(\Ú}\ì\íV\Þ',_binary '´À>ME\åp±Þ©jñüÛ’Ú€1¹?\Û\æ«\î+¨¹lÀ`«3','',0,'?'),(_binary 'c¤)2\å½2\Î\Ã\Õ\r´¹¥8B','wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²\è#Q¥W\Z¥ýšc‘š',_binary 'e(P® õ‘\Üu•\Òm\ÒeÖƒjc\Ð\á\rÕšµ’Q—\Ëz7','',0,'?'),(_binary 'c§T\Ó6p\Ë\ë…}OV>˜¦À','wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€ó¡¡µ\îvfƒ°@z\Ù)º',_binary '\Ûø\Çpi¾\"ˆªYz=À=…Ã¹\ê\'\Ô U','',0,'?'),(_binary 'c­\è¦\ê\ZVY:“Îžü','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Source.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Source.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z`b³/bO&õø\ÊW',_binary '¿\Þg§K0\É|‘þ©+\É*†úe¦3~bs\Èp\Ü5','',0,'?'),(_binary 'cµløN}.a“ùº\à¡‰','wp-content/plugins/revslider/public/assets/svg/device/ic_usb_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_usb_24px.svg',0,_binary 'S\ÝG*‡m\ê\É4‰i\ÃöS',_binary 'S\ÝG*‡m\ê\É4‰i\ÃöS',_binary '‰Qeax\×\â¶H£$¨Hu*\Ü\ÍÂ\'°«)\Ëg\áû‘\0','',0,'?'),(_binary 'c¸\Z\â%¬¯œ\Â\Ö–\Çü\Ò','wp-content/plugins/updraftplus/includes/Google/Service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z\ä¡\á!,\îh¹\Õ%jM\ì',_binary 'Á\â¡Ì¤\ÍÓ¥ùN‹ø¶>wþ Œ{\á•04\á3ñP³\Ë','',0,'?'),(_binary 'cºP\Ú\ÖV[b•\Å	n\Z¼z³','wp-includes/images/media/text.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/text.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äƒ\Èc4¿t;GJ\×\n',_binary '\Ð·÷÷f-›\é@0›¦=ð\ÙIKE\Ä%>pYaF\Û.Ik\Þ','',0,'?'),(_binary 'c¾±vR\ìR<s•:\Ï\Ü&\Z','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/baths.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/baths.php',0,_binary '´ßµ\ßý\à\Ùþ‹ÿ“Ì‚',_binary '´ßµ\ßý\à\Ùþ‹ÿ“Ì‚',_binary '*$9\\\ÜM¾‚\r¼˜\Ñ\ÇX\"Á\Î\ÝÓ–øYª¦S\ï','',0,'?'),(_binary 'cÀR¥H?\Z–¸\Ú7w','wp-content/plugins/favethemes-insights/favethemes-insights.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/favethemes-insights/favethemes-insights.php',0,_binary '	F›’ƒ´R!]\åÙ”lª',_binary '	F›’ƒ´R!]\åÙ”lª',_binary 'kˆø¶\æ¶\Ó7œÏ˜\ÐÿHV\ã\çØ¬ð¥•«ò{98','',0,'?'),(_binary 'c\È³¥±»\ï˜ä¢”4\\','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å*B\Ï\í\Ø´±ýj‘Ð¥',_binary '$\Õ6\Þu\ÂHµ\Ð\â\Ñ¡6\Ç\Å\Å5\î\ëìŸ\è\ï6|Œ\á3','',0,'?'),(_binary 'c\Ô\ìñTt ^	?ƒ\Ù\Î','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception.php',0,_binary '\ÏaöÀoX\Â\ÛO\âª×ž\Ê',_binary '\ÏaöÀoX\Â\ÛO\âª×ž\Ê',_binary 'dB[\0Eu}ˆµ\ìÿœ¹t±\Ù(>‡±m¤¬\Õô','',0,'?'),(_binary 'c\Þ\à©\'Ã€\å+ýS›ù¸ù','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DLŽQL\ã\ãHÁ¬S‡%e',_binary '\×\àû°&uHX­J0´›K\ãXß¶½Y\ç\Z©L Rc','',0,'?'),(_binary 'c\ß\Þn`ª8Ym‚Ö“’3qk','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/DebitReversal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/DebitReversal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹…\rý£8f˜£.3„nƒ¾ô',_binary 'Ä„¤D\Ã\ËŠ Š‚\×e-@#ùSŸ¯Z>\é`Uh§¡','',0,'?'),(_binary 'c\áò<¼¿ðJ“\çPi ','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/MockHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/MockHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸO-˜À\Ã`]\Ü+©µ†r',_binary '±\ë\\Oô|Ò¢ÁhÚŠã¸´V\â]Æ”A4œM\Ù=“','',0,'?'),(_binary 'c\æÑ¤\Çh,ˆb\Ü\Ì5¾L','wp-content/plugins/elementor/assets/js/common.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/common.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\è<P}¡»P)c\ß\Ê\Ä\\',_binary '\ÆS\Ö@u\r-UG9y\áËð\æsF„}X©³\'yÿòŒ\ï\È','',0,'?'),(_binary 'c\îj.œ\ì~\ä†dRÝ¢-;','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/jquery-ui-1.10.0.custom.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/jquery-ui-1.10.0.custom.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6\ëg°š	¸·c`hx\Åf\ÆQ',_binary 'eW¬°—_`´{x8ÔXF<\'EºVÀñŽB\Ö*','',0,'?'),(_binary 'cýD\â\rO¼;š\Ó`','wp-includes/interactivity-api/class-wp-interactivity-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/interactivity-api/class-wp-interactivity-api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À\Öü†®\Þ\æü3MB”/\Èø',_binary '7¡œ(\ÌR—Fo\ÆI×\ï\Â\Ô\ÅN±‘Gg\Ø\ÛP’œ','',0,'?'),(_binary 'cþ†[b]\ËÀþÝ½‡JF','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§I]˜UÀ\æ	XÀgƒ¬‹¾',_binary 'þT\ÂÏš-\Ã1 [\ëž@./ió’¶¦”i\È\Åq\Ù\ë0˜o','',0,'?'),(_binary 'dõ\å:w¤\î\ÐO\ÍÐ†','wp-includes/ID3/getid3.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/getid3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œƒ\ÞLo\ân\éB™ÄŸ´?',_binary 'Ä¥7f‘\Ë\ê\ÞHò\ÊQœa./©‡ \èoQ˜8\n¨','',0,'?'),(_binary 'dyšðt=b© bC\ÞT','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CountrySpec.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CountrySpec.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O¡\î\Î\â¹ºŸmˆ[´',_binary 'Œu™\Ú\çŒH}\Ú\Û4As~• ³>\Õ6’zf¨@Mn','',0,'?'),(_binary 'd\ã\ì­1\íìµ“-…;O˜ö','wp-admin/js/custom-background.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/custom-background.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”óP\ÍA3†\Ã K\Ý}Ã›ž$',_binary '4hN\n\×\Ó:Q\ÛqX\äz! \Þ\Åiq°^sYÄ„\ä,i€','',0,'?'),(_binary 'd\r$7\Ì\à…ö‚\äe\ÖZ','wp-content/themes/houzez/property-details/partials/mortgage-calculator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/mortgage-calculator.php',0,_binary 'Dó€\ã<ñö\ê\ÉR®Z5#@½',_binary 'Dó€\ã<ñö\ê\ÉR®Z5#@½',_binary '^±Anu,µƒReÿOÚ€øü\ÇH«µ2«\ÄK\Â\Ø\Óÿ~ó£','',0,'?'),(_binary 'd\r¶cXD—\Z5¸(” 	','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/mobile-view.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/mobile-view.php',0,_binary ';\Ô{)Ã¹ÕŒèª°2',_binary ';\Ô{)Ã¹ÕŒèª°2',_binary '•D*ø\éŒÖ³6µŸ\×$¯\Þ  c„\å\×\")\Ñ\\_l','',0,'?'),(_binary 'dôY¡®\Æ`Ã…\"ò\ß„','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/APIClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/APIClient.php',0,_binary '\ìo]\Å%\ìõ\Ü\Ðf\ÕI0',_binary '\ìo]\Å%\ìõ\Ü\Ðf\ÕI0',_binary 'wŽ\Þr°v\\\ë\ì¸G$<ò§^ÁÅ«?\Úa9i!Û°\Ê\Õ','',0,'?'),(_binary 'd¡d!\n\'€¸0\Ê+¸','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó/—\"ƒWû.r»`‚xD',_binary '|G7Wß‰\Ë\É\r	)NŽ\ÇJQ`J¸}Â›¸\×g\"Q','',0,'?'),(_binary 'd\Z¢T1 B&w{ñ\Æ\Ü','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽÑ•8DJ-\Ú\\6*¡SP',_binary '\Õ\Ýs²:/\ì@‚7`–5Õ¥Kü£1DS¾V\Ã–	Á\è','',0,'?'),(_binary 'd!Wu„%\ä6\'«ññš&¡','wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_off_24px.svg',0,_binary 'BJº‹ÀÄ¶\í\äw<úrø',_binary 'BJº‹ÀÄ¶\í\äw<úrø',_binary '­“§o#eÒ‰(f³½©R\Ç\Ù\"Ç®Ô ýüéœŠCNÿ','',0,'?'),(_binary 'd\"ûj5¦š§\å¢jM\åN','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginInstallTaskManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginInstallTaskManager.php',0,_binary '+*£F[_{ŽH¬1_š²',_binary '+*£F[_{ŽH¬1_š²',_binary 'uK2…8¼RhUœL–@\à#\Éô¡uûðòu|xL\â½\ç','',0,'?'),(_binary 'd4c\r/-÷\n•€\Ý>\È\í','wp-includes/blocks/post-date/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-date/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3–†ú\âÙ¦>\éL\ã\'',_binary '\Òü¬°\ß?´\Öa°h–‚»™Æ–ovñ¬\Ö\×5nh','',0,'?'),(_binary 'd=§Q-dö†\ZOæ”¬\Ì$','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebPropertySummary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebPropertySummary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F‚Ÿk—Ÿ¨^š]Éœ”',_binary 'õ²\ç½x\×\nó\àÐ¨mÕ‘\nPºf\ìP\Í\Ìp_ª\Ò1;[Óƒ','',0,'?'),(_binary 'd@<\Ò@Z%\ãtå¦²(\Ø','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Transaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Transaction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*O7ƒ$°;vxb\ÅM',_binary '­\äº}\èd/«µe\ïV%ñÁdr®8¾¥‡¨\Ðü’','',0,'?'),(_binary 'd@CM^<•¼~}„\ÇM\ÖR','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/heading.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/heading.php',0,_binary 'O\Ä÷\ÓY\Ã-Lny«\Ü‡',_binary 'O\Ä÷\ÓY\Ã-Lny«\Ü‡',_binary '!´¬CWdž?–õxÉ¢÷\á{\Ì…s\Äó\ç¼^','',0,'?'),(_binary 'dAWÉ¶ /\Ùh‚$BQ','wp-content/themes/sinatra/inc/admin/assets/js/libs/select2.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/js/libs/select2.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7¾þÕµ8û¬\"LQf\ã/€',_binary '\Ð4‘1hÚ«\Ü\ØY\Ò\×\ÓÒ—$¶LnS”&6\ËrZI°Rp','',0,'?'),(_binary 'dA£@[!B¼^|¢\È+^','wp-content/plugins/wpforms-lite/assets/images/payments/icon-exclamation.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/icon-exclamation.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­?«‹9IV\ê(p',_binary '7|LÁ‘~\Õ\Æ\Ó(\Ç;Ý‰™h/\èüOûªf‡\Å\Í\Çn—','',0,'?'),(_binary 'dD,Dùýg\ÇðÎ’‰»¡','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=¼šLz\Û]H\èž7\Çw‹+',_binary '\ï†\ÕT“>À\Í›9«2WtŽó\ë>Q“\ê¬\í+a\Ç','',0,'?'),(_binary 'dJ”\Ì)£Ôµ\í–R\éšw','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/vc.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/vc.js',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary 'dT™r35\Ûbx\Ì\Ä<}J«g','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_emoticon_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_emoticon_24px.svg',0,_binary 'l!qM+\çxñ k-‹\è',_binary 'l!qM+\çxñ k-‹\è',_binary '\0ê§¤^vÞ•O\ç›\ÎÍðŠ–rü—r œ0#‰\Õût','',0,'?'),(_binary 'dVŠ^³³a±\â\î\0´\êŸÿj','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥\Ù\äiªöU»aL\Ç!\n8',_binary '§™ŽD\ÊSòiy†¸ùNyd±À:ó\"\ê\ïD(Bü\Æ\Óó¤','',0,'?'),(_binary 'dY$yü©¬pV\Ð\"ù;ø','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReportCloudStorageDownloadDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReportCloudStorageDownloadDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N™ù\Ü6ù\Ìûþ\êÏ˜|',_binary 'Z€ø\ÞI\è=õ“é½¶Ì‹ x\î\Ê\È	À\Z‰fnx8=	º','',0,'?'),(_binary 'd^uUµ¯ÖŒïª¢Wˆg','wp-content/plugins/revslider/public/assets/svg/action/ic_touch_app_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_touch_app_24px.svg',0,_binary 'û¾g†&\\,oµI0\ÆUn¨',_binary 'û¾g†&\\,oµI0\ÆUn¨',_binary ']\\w÷úz°‰\â‘_K\Ò¥Í {·\Í;D s\È\Öd','',0,'?'),(_binary 'dhð”tº(HY\ÙT\ãü\ÒW','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Create.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Create.php',0,_binary '\ÄŽnøƒ3\Ç\Âƒ.þ]ô',_binary '\ÄŽnøƒ3\Ç\Âƒ.þ]ô',_binary 'Qn\Û\ßKðJ°þ*:R \'\Ðð\"\×I\Å\ÌP”\è„qVL0','',0,'?'),(_binary 'dkô~ª£°DLñ¸uTô','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/hostgator_site_transfer_completed.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/hostgator_site_transfer_completed.html',0,_binary '0µ\Ö\È’\Å\Ê\ËÁ\íp1~',_binary '0µ\Ö\È’\Å\Ê\ËÁ\íp1~',_binary '~\È\×À4“œ\\Îˆ\Ó\î8qB?	Z€n,\'ªŠ\ÚñFW\å','',0,'?'),(_binary 'do®\ÖQmÚ¿Žº©ó]bÌ‘','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-title.php',0,_binary '£NŠó¸\çCl\äòõ¶Àª\Èi',_binary '£NŠó¸\çCl\äòõ¶Àª\Èi',_binary '=k„;dx\ÂV\Ð\Ó\àg\Åp<²´6\\<\Þ\'(ûNOPCú','',0,'?'),(_binary 'dp\Ñ72#|œ-\î™ö!Æ§','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/import-tools-changes.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/import-tools-changes.js',0,_binary 'Í½E\Å<\ÐW\ÝYŸK;\ÄÚ³†',_binary 'Í½E\Å<\ÐW\ÝYŸK;\ÄÚ³†',_binary 'rÒªŠ{«oÆ“\Õg2þ\Ämg­÷\0“¼ü\Ë\ÐMŸoº','',0,'?'),(_binary 'dr4N\è}C¹±\ç™|ûx','wp-includes/js/dist/vendor/wp-polyfill-importmap.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-importmap.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f\Ñ)¸Í£~­7\É+´	p',_binary '¨¡Œª¦g\Þô•™Þ¨\r5\'\×\ÏMQn‚¶8z>\È','',0,'?'),(_binary 'dw\Ò\ï¦ò}Y¯†\íóE­ž','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê\é2$Žˆ\Ñÿƒ±Q\Ýfs)',_binary '\Î\à,€\ì4«\ìcx\Ëôß³%\Öe\Ãw³\ï3ýb\ê\æ\Z@¼Mn','',0,'?'),(_binary 'dxI…w\Åc›\ÑN\ê¬b\Æµ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/book.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/book.svg',0,_binary '‚_pU ]\n\æqõ%¯kA¼',_binary '‚_pU ]\n\æqõ%¯kA¼',_binary 'F\ì_\rbm^OŽI_\ÉW:2€¦J—<\0¬*6€Éª‘¤þ\è','',0,'?'),(_binary 'dy-x—±·AA`1+‰˜','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Environment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Environment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1–\Ðý\Û)A\Ë3Ó¶s0<“h',_binary '‘\êv\Ë\Ðø„¹\Î\Û\ì\'õŠ\ÒIõÇ¢ÿ6\Å(%•“`','',0,'?'),(_binary 'dy­ÁÚŒ^¨#<˜›Ž','wp-content/themes/sinatra/assets/fonts/google-fonts.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/fonts/google-fonts.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0(ut\í„R@:¨\â25B4',_binary '\æb¹$ETB«Ù¤ˆÝ‚x¨“\Ö\Ôo|Œ\æ\Ð\èVv‹','',0,'?'),(_binary 'd|Š±8¾ð0öu×º<\'\Ê','wp-content/plugins/houzez-theme-functionality/shortcodes/blog-posts-carousel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/blog-posts-carousel.php',0,_binary 'Aœ*\ÎpHºÙƒ\ÏýÁ:ºR\á',_binary 'Aœ*\ÎpHºÙƒ\ÏýÁ:ºR\á',_binary '<\ëšÃ‚§\0HxV¤¿æˆº·mxœú¬*ÏŠ\Ã%F5\à','',0,'?'),(_binary 'dŒ\Ã\ÊZ‘9\è\àWþs6‚','wp-content/themes/sinatra/inc/customizer/controls/background/background.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/background/background.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oGp«#¬8´N¥\ç\á<D',_binary ',\Õÿ°”Š‹\ë2TÁW½?0Š¶(~/*\Æ6¿©®ƒ•T','',0,'?'),(_binary 'd¨\ãñ¾NrK>0\ä','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php',0,_binary 'ˆH\ïJ\Õb;uj\ä~g\ÇFò',_binary 'ˆH\ïJ\Õb;uj\ä~g\ÇFò',_binary '3Ì§Á\æz,õ\Íñ ,°\ÐÛ˜¯Ž=7\Ãôy«q‰s','',0,'?'),(_binary 'dŽ\á\ãš\ã\ç¯$§É¬•ä…ž','wp-content/plugins/revslider/public/assets/svg/communication/ic_business_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_business_24px.svg',0,_binary 'ž!l\æI\êðWH<Ž”Y¢—',_binary 'ž!l\æI\êðWH<Ž”Y¢—',_binary 'n@™±\Öq\Õ=Ð¢A\Ü]VJð…RÕ–Ò·M%yA\ä','',0,'?'),(_binary 'dŽüÇ—|*.L)q\ãk&','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/bootstrap.php',0,_binary '¯oD\Ö>÷tDö`\rÁTj',_binary '¯oD\Ö>÷tDö`\rÁTj',_binary '¦ñ\Ïy\è†4\íüþñKo\Úù\ÞU\Çd‡8)z‚p\Ê\Ø\"Jc','',0,'?'),(_binary 'd\×(8YT7ª\á{dg\Î','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/secure-passwords.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/secure-passwords.php',0,_binary 'Øº\â¡žº!x\Þ\ë|Î¯¥¨',_binary 'Øº\â¡žº!x\Þ\ë|Î¯¥¨',_binary '\çxW,°ºõñTO~v\ìø\â´0cur\Ýrp:ŽË²,^¤','',0,'?'),(_binary 'd’P¿š\0<¡}ò\Ì\éP','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾°Œƒ\Z#»“ó\ß\Õ\\\'^V',_binary 'µ\0½§C£ô\Z»×¬T2\Ýo& #¹ÿ‚&–\"ü{','',0,'?'),(_binary 'd”±Œ¼™¤\ë­m\èG¬','wp-content/plugins/wpforms-lite/assets/images/addon-icon-campaign-monitor.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-campaign-monitor.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âÿ$*\ê©:a%Vn%s©þô',_binary '|¸B)Þ¾µ\Õ\êE,Át9¤\Ìd”†Ç¡…]–ò3ÈŸ','',0,'?'),(_binary 'd•kòû‘JQAw6im<B1','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>‘†Ã‰ùAuÓ§h/\á4z',_binary '\îfÿ¤\r‡A?H2\ÃÅ†“<w\ç•BK\Þ\Z\"\ä\× þ','',0,'?'),(_binary 'd˜£…Auh\Å\ê 041\á','wp-includes/blocks.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i,UÊ“‰o\î\">\î\Õg',_binary '5T‡D·t†\Êt8x’•<;…¿ @‰¦¶õv\É\Î','',0,'?'),(_binary 'd˜¬	&\ìÿƒy\Ýy\é\Üh','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MailHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MailHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B23²,ˆrI«\á\Ùú<‰',_binary '-¶KÞ²\Èú“HByMò\r6V¯G\ã\n/\ã`\Ì','',0,'?'),(_binary 'dšS\ÌzÄ¯.³~—‹¦šs','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/includes/WooCommerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/includes/WooCommerce.php',0,_binary '\'¸„\è#µF•9e\í`J\Ö',_binary '\'¸„\è#µF•9e\í`J\Ö',_binary '\ËV0€\ä%¥B·\Ãc2ŸW?	/ˆ)=Ú¬X^\ä.Enu','',0,'?'),(_binary 'd£Mo§Žª\"Q8^¦4”','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookResumableUploadException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookResumableUploadException.php',0,_binary '+\Æ,hvøp8\ìé›—7ù',_binary '+\Æ,hvøp8\ìé›—7ù',_binary '\ßðVù“\Ò\è<\Ìf^\Ã\Þ0\0v÷D¦\Ï\æuÁCpv\Î\ë[','',0,'?'),(_binary 'd¦\Ò`gs™š€\ïN²³ö¶','wp-content/plugins/revslider/admin/assets/js/plugins/wavesurfer.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/plugins/wavesurfer.js',0,_binary 'óL(Þ€Rÿ¦x¶O\á³]',_binary 'óL(Þ€Rÿ¦x¶O\á³]',_binary 'ü=\0vñ\Îl`B\ÂE5ø°I½‘ \Ì¢\Ük#B>ÿ','',0,'?'),(_binary 'd©ù§#M‰\Za\àD¯}N','wp-content/themes/houzez/js/vendors/i18n/defaults-ar_AR.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ar_AR.js',0,_binary ']u\Û[1\ÏJdIkX«\í\ë\Ã',_binary ']u\Û[1\ÏJdIkX«\í\ë\Ã',_binary '¸¿\ãÅ‰\Ö\Â\ÔØ²E- t(‰…\ë¹9»j$ªùÜº\é==','',0,'?'),(_binary 'd«\ÅB«©\æÃš¶c÷Õ¶ú','wp-content/plugins/elementor/includes/controls/base-icon-font.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/base-icon-font.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–\Ëfó\\ººÕ²‚\æ\È\ÌÝ†',_binary '´9Œ\ê4¨$¾°À¢q\n4\Ú\Û%\×9û\î\Ç_‹øYðð0\ç','',0,'?'),(_binary 'd¬mcR)µ¾G\n9°±¥9','wp-content/plugins/houzez-theme-functionality/shortcodes/blog-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/blog-posts.php',0,_binary '	@ý B§]‹gd\à¾3[',_binary '	@ý B§]‹gd\à¾3[',_binary 'X¶\Ç÷Î»Ç¶(\ß\Þ\n¦v\È^Ž=cVŠ\'*)§\×Á|#¹','',0,'?'),(_binary 'd³k¿kFð1R\ï0¿.Âš','wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\ÙW!\çûV\æt>\ã\è÷s\Ù',_binary '7£´\Ñ~ ¯>®û¼¸Dÿ\"£[„¦\Å¾€j«\Ûn‚','',0,'?'),(_binary 'd´ðB\æ\Ö\Ñ9Sh7Aw\nœ','wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Cbƒ2SAr™¨”ö¯²ó',_binary 'Àh\á-NÚ”!\Ê)®¡«Ì¸vhñv\Ö\âróbh\ê¡Z˜D','',0,'?'),(_binary 'd¿\ÝN\ÙQrGþ‡¥ˆ /\Ïó','wp-content/plugins/wp-rocket/inc/Logger/StreamHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Logger/StreamHandler.php',0,_binary 'µ-²‘œ«ª„<\ÎnÀq',_binary 'µ-²‘œ«ª„<\ÎnÀq',_binary '\ZnsJº!-[‚y\'®’ö\ì.¢\'F\Ö#+Œ¥\áG’ñF','',0,'?'),(_binary 'd\Ã0ÀÙ·\Z\É\Ç\èóðÔŒn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\Üù0<N5Ò–o\èô\ãuM',_binary 'pô\"\r‰³¯<\Ò¡P13ùr£°z\î\Õ\Ò=\×\×\È\âÆ“]','',0,'?'),(_binary 'd\ÊDA%l`\Ø\Ä\Ñ^\ã\Û–G','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorInterface.php',0,_binary '‹¾\è›1)\àZs—Ü½K®',_binary '‹¾\è›1)\àZs—Ü½K®',_binary '0\é¾:&=‘\îF \ÛòVoŸ”¹¼¼©‘I~\æÿ}@^\Ö0‡','',0,'?'),(_binary 'd\Ëñ\éB\ãwtÁ\ÍRL¹0','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü¾J—\âr.(ð\ê\0\Z',_binary 'Œ¯I‹\Z[\Õþá²¤|\Éñ\îZI1ÄŠ˜B\Ò<xc<—¦','',0,'?'),(_binary 'd\ÏrEw\Ç-WZ¡ÿ«ððF\Ù','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Resource/Pagespeedapi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Resource/Pagespeedapi.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ëŠ˜”¼ º\Õó\'C^U.\ç',_binary 'dºvi+5!{\Ör“ûW\É7@»\Ë\êL¸\0\ÞPG','',0,'?'),(_binary 'd\Ñ1Õ‹\ç¨\Ü.\æ¶#ÿT','wp-content/themes/houzez/framework/stripe-php/lib/OAuthErrorObject.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/OAuthErrorObject.php',0,_binary '”	m+¶\â\Ô\Ñ\âð–˜bS†',_binary '”	m+¶\â\Ô\Ñ\âð–˜bS†',_binary '.\×ÁJµðÈµ9—\ÙTú\Óü!I`;\ã\â<5\ëº\ä¡b	.k','',0,'?'),(_binary 'd\Ñ\\oÜ•€Îº‹Z','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{L‚¢´ŠÆ²†(¢ªˆ‡þ',_binary '\çß”Pó€Š\ãuµQ¬°;\Ö\Êç®„‹JüõG%U','',0,'?'),(_binary 'd\Õ(\Ä\È%J\éù\Þ@õG†','wp-admin/options.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&f\çTj\Ûœ\í+\Å\×/ù\Â',_binary ' ¥\Ö\Õ\Ü°t\ß0ô‡÷rm5—¾@f[ó®P©ÿ;X¦‰\ë','',0,'?'),(_binary 'dÖƒÿ¼\ã4\Ç×±\ÅM/•','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\Z3Šú¢\Ø\Å]^\0\Îsžm',_binary '	«ƒj„_ö¨«°\n\Ö\ÊV;t£\\¶p‡\â¹À8\n\ä','',0,'?'),(_binary 'd\Þ|\\ýx‡†16˜p','wp-content/plugins/wpforms-lite/assets/images/about/plugin-om.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-om.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©Š4lü\âY<&s‘>\ír',_binary 'ý-9ÿ²µž\Ä\Í\Âk\á\ÂZ=\ÈRªgŠ[C.¾…Á\ãë¸˜','',0,'?'),(_binary 'dß¨»6 #\ç™<Ë¯ª‘¡','wp-content/plugins/updraftplus/js/tour.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/js/tour.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x›r›ˆg%Q\Î1Of\Ð_žˆ',_binary 'Ï¾m\æ\È4jk‚š\Ïp\Z´±–{\Ô\îSÕ‡JEñ•\ìk\â8Uu','',0,'?'),(_binary 'd\á§\à1T\Êgˆbž¦€!','wp-includes/blocks/query-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~0YJ!¶3‡\áü%\Ònÿx',_binary '4Œ\ÍßŠ\Ý\Ýg°ThCj7!bš£M$x+ÑÝ€`ø2','',0,'?'),(_binary 'd\âºhÄ§{q4‡2÷K\"\ß','wp-includes/SimplePie/Rating.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Rating.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸jkB³-\r?Q3Qw\îU7',_binary '{nH\Ñ(>}Q(¹\ï·\Í©a‘Œ\í\Û±b‹>“À\n’FY+','',0,'?'),(_binary 'd\äkóˆ‰J\0‹T\Å\î\Êö','wp-content/plugins/updraftplus/images/default-avatar.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/default-avatar.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vŒö›ÑŠ\Ï\ÇôðrA¤>¯[',_binary '0cñý7SMR\n\É}(_\Ì\Êaù%Fuó²ª(\ÙD','',0,'?'),(_binary 'd\è4j\à2U\ÂVŽ·$öP','wp-admin/css/wp-admin.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/wp-admin.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–7#Qª&M?Â»‡ù|ó[',_binary 'Q\ÃD¦ \Ì6¦¹›hP\Ö\Â\ÌqqM9\ÏFO\Ú\Ò\\O–','',0,'?'),(_binary 'd\èˆ@!\í\Æd§J€\Åû','wp-includes/js/mediaelement/mejs-controls.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mejs-controls.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡.Û·Z#e0¿< l–¿',_binary '›X\ã*\á\î\Z»ŽX\Û(\ÞZ!\ë·È½¨ñD2aB','',0,'?'),(_binary 'd\ï;‡N\Ï0\àT,nž.¡','wp-content/plugins/houzez-crm/includes/settings/enquiry-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/settings/enquiry-settings.php',0,_binary 'ý³Kó\Ðý”`G\Ûý',_binary 'ý³Kó\Ðý”`G\Ûý',_binary 'Þ–Eø\Î³¬\áv\ÊjnIQIt•U=\Ø~c\è)\È','',0,'?'),(_binary 'd\ï˜E‰$E¹\Ñ\è>óC','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/I18n.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/I18n.php',0,_binary 'ô\ÑÝ‘1h)7*ýÙA\ß_',_binary 'ô\ÑÝ‘1h)7*ýÙA\ß_',_binary 'ƒ£yˆø±b?¾ýŽó1b·\æoJ$Z&\Øl9\Ï?\á\è','',0,'?'),(_binary 'dô\àË¬”0´9\Ëô\\¢\ß','wp-content/themes/houzez/template-parts/dashboard/statistics/devices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/devices.php',0,_binary '`y\'\ÖyˆyuP\Î\ÆS“¥',_binary '`y\'\ÖyˆyuP\Î\ÆS“¥',_binary 's\çù\áL\n˜¾›±Ï³x%A\ä›/H@2¼]\ïþ¨U','',0,'?'),(_binary 'dõ|–¦K<cõ\î:8\×Q«','wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p‚R¦y\é\nã¨\Ö\â¢',_binary '\ä\àaª	öôB|[4÷ÿ¶ºŠ]Ó›Ä³\Ã\ÉŒ)\è”$[ö','',0,'?'),(_binary 'dõ•r\Ùª@\ç=<œŽ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCustomDimension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCustomDimension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Þ££»^‰¿H	{\ÇÑ—t',_binary '7\ÐtüËº=\á_)¦j)R›\ã\ß\0™ÿ\ÐM€\'A','',0,'?'),(_binary 'dö »Xi7\'\ß:T*‚\Ü','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/select2.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/select2.min.js',0,_binary 'C­\êA«>˜	M\Î\ÆE³',_binary 'C­\êA«>˜	M\Î\ÆE³',_binary '€®¢t ÷tV\ïì¨ .A²¡B[s TôC\Äl¹\Ò','',0,'?'),(_binary 'døœ£\ì‘”<7y»i·73','wp-content/plugins/one-click-demo-import/inc/WPCLICommands.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/WPCLICommands.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%ã­“Ÿˆ•µ\ë¶!K‡',_binary 'A†\Ç(z·\Ô\éì…¬Ä‘§r_QŽ*+5\Äýqh\Ã%D§u\Û','',0,'?'),(_binary 'dùfŸ@¬Á˜V;¯N','wp-content/plugins/wpforms-lite/templates/emails/summary-body-plain.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-body-plain.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ýûô\Ö\â+Ó¹™uúŠ¾',_binary '²KDA¼ùžÏ¹f¡G(u\Ñ\ëa}?ÿ1­”#±i`q)','',0,'?'),(_binary 'dúsd\rµ%z\âO\Äx€,Î¿','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªz\ã²[Ÿ¿!\èR¿0t¦',_binary '\ÓWdh©,\ÎD§³Y\íÁÔ\Æ\Ã7f´B†\ÓZ¡','',0,'?'),(_binary 'e\0À\ÍýžhóL‰ú‰Ñ‰¸\ç','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'YÁ\â\ØÑ±Æ”Uy¤þ{š',_binary 'pa™þŠ\ÂiŒñvö\ÂINa\'%\Ö\âfE?ŸMvø\Ð','',0,'?'),(_binary 'e&\Â\Ãc\×a\Üy~»k!\Ö','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/b\×e\Ø\í¡X\ê%«÷t',_binary 'Î·MzE\r-\'Q\Ê>Z®¬\Ýõ‘æ”«ôŠ	\ÏRŒ<\Ì\ÂØ§','',0,'?'),(_binary 'e\n\Ä&\È\Í÷3\æ3…\ÏÀ\ê­û','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Logs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Logs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xÀ{ÜŸ?ÿd2\È\×O\ãõ',_binary '°h\ÎX{nY @[èƒ§û…üU±J%\Þ)5¯„´¼¦³°Š','',0,'?'),(_binary 'e\r÷šZf‹‰\ÅÞž\Ê\É|\ï','wp-includes/js/api-request.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/api-request.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä‰»[\'¡|\")!Ã´\"ûp',_binary '¶°„\ë\nd\çP¿K3*«žR\'5Ä’’ \ZŒ­¤\'?','',0,'?'),(_binary 'e\Ã(‘üUñ\Õ`Á°n\å$','wp-content/cache/min/1/cd4fec0419ddfc3471616cc3bb44f796.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/cd4fec0419ddfc3471616cc3bb44f796.js',0,_binary '½ŸlU\Í.ð­­†\Õ8Y1N',_binary '½ŸlU\Í.ð­­†\Õ8Y1N',_binary '\ç(s2Ni‡·\Ô\í\ÍOæ¥ˆØ‚^;v¢l\É&+Ä®\Û','',0,'?'),(_binary 'e²Î—\\\ë\Ëþl² Nµ\Îk','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php',0,_binary '\"\á\Íé°‚g~.D÷b#À©',_binary '\"\á\Íé°‚g~.D÷b#À©',_binary 'ù #\Zm\Î„-0@¦Ê–DG\Ø \àñ‡˜ÑŒ','',0,'?'),(_binary 'e\Ç\ì\ÌXÇŒ.\\\ì(&ýd','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôaŽ…4¹³P^/ùö7\éEú',_binary 'Ñ§\n7YõGÄ¢j*þD_.\Ó÷¡\è™~Cž\Éb\Þ','',0,'?'),(_binary 'e\ÓH`*0	úÅ‚6ô','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/paper-clip.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/paper-clip.svg',0,_binary '\ZMø\íZH\æ´\ß(Jj\Ä\Û\é',_binary '\ZMø\íZH\æ´\ß(Jj\Ä\Û\é',_binary '³JS^ï¤¨j•5óŠw‰·¨;Á#--€\ä²—','',0,'?'),(_binary 'e7žahÎ¢ t`~\è\ï','wp-content/plugins/revslider/includes/woocommerce.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/woocommerce.class.php',0,_binary '«ŠùÏ±\ë¿\×;M\înƒcó',_binary '«ŠùÏ±\ë¿\×;M\înƒcó',_binary 'ƒw¦jØŸ3¡\ròñm2™ $©\Í\íñxùX$8\ì.1','',0,'?'),(_binary 'e!0þ<28;byh\Ì','wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K·/1™<‚X—`+\×',_binary '\çTŠ®Qê¿¬\â¹g­e¡\ì\Ò}:Uenù9\äÓ©mu','',0,'?'),(_binary 'e\"T·©µ”{\Ä*xÄ¼\ë','wp-content/themes/twentytwentythree/styles/block-out.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/block-out.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ‘i\ì\íŸ\Ô	\Ñ&\ã•_|2G',_binary 'Œ(ð	¹Q…G¨\Ð\ß\í\Ù6#\ÊLŠñó‹·úµ4Ž÷‡','',0,'?'),(_binary 'e&¦œ*9ú·FøKjJ\É ','wp-content/plugins/wpforms-lite/assets/images/about/plugin-pushengage.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-pushengage.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñXnþ\0uf0¯J\'•\Î0',_binary 'L–1\È\âF&»¾\Ô(‰ªÅ‚\á\Ô\é’\Ã\Z½\"ø','',0,'?'),(_binary 'e.PÈ´NB‡Sx[\Û&Á¼','wp-admin/includes/class-wp-plugin-install-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-plugin-install-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý\Õ`ˆUeý¸q€þ|„¼',_binary '\'mzX®\êw¯\Úø}|§1\í¶-+Y\í@\ã£\É\Ù>?À\Éu	','',0,'?'),(_binary 'e0\Ó8\Ì\Î/¢;t…','wp-includes/blocks/tag-cloud/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/tag-cloud/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý\r!Qf¯\ãKD:v<¡',_binary 'p\ä“4J)\0\Ü\Ö\"k\èW‹ðò“ˆú£\Ö<Vü½³£\Õd','',0,'?'),(_binary 'e6W9\Ã\Â<\áfoxˆ?\ïD','wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#¾\à=-û¤\àfƒ',_binary 'Ý¡MwûŠ\Ãö\Z\Õi\Ó\×a“’D\ÙZw\ÈE÷N­V','',0,'?'),(_binary 'e6¬uVþ@<?\ËwCýC','wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°\è\ÛÃ±º\ÜÜƒ\ß\×\Â\ì',_binary '„pj8A2\ßa\ï& {‹ ²€¼\Ã\"9|™\ÈZX	;WV','',0,'?'),(_binary 'e<û˜ö\\\íÀŽ\Ø\ÞQ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PersonResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PersonResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìÙŸ}¸~!G(Œ@<1',_binary ';’öR?\0¥\àn\é\r\íSBÔ©«\âFœD¬€\æ?','',0,'?'),(_binary 'eFó­’ª\Zù\îpOœ\îŽ','wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/AccountOwnership.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/AccountOwnership.php',0,_binary 'j?\æ@8\ÉÁV\n(—\äB',_binary 'j?\æ@8\ÉÁV\n(—\äB',_binary 'Q‹\Ä\Ù|„ö\"\Ì\ÃA(7\Êgú\Ó\nqªÌ²\ËaV\\°ik','',0,'?'),(_binary 'eKv1ó¡Ž\ÂñT‡.WY\Å','wp-content/plugins/revslider/public/css/fonts/revicons/fonts/revicons.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/revicons/fonts/revicons.svg',0,_binary 'úŒR÷4›ÝŽ­\Ëý÷\Î',_binary 'úŒR÷4›ÝŽ­\Ëý÷\Î',_binary '—‘\Ý\Ä,:4‰^a˜ø\Î{rrC‘\":Á9\"\Ûn‘*\Ñ','',0,'?'),(_binary 'eOˆ¦°¸\É\ÌE\è“~','wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-common-subscribers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-common-subscribers.php',0,_binary 'Ž°f3v–[\Å\Èö\ÃñÒœ',_binary 'Ž°f3v–[\Å\Èö\ÃñÒœ',_binary '&8Bª…\0z—\Z%µöf†\í\Ôvà¹±7þ\Ã~õ–b','',0,'?'),(_binary 'eS\æeþû6\îY9©\ãˆL´','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'PôBÁ:Á¿9r\Î2Q`',_binary '\r¨\Ìs\rI’vÜ“K\Ë\ÂptOvw¹B9+\ÉIGz‡','',0,'?'),(_binary 'eU\Û¹\Öy…\ÑJUM,cð–','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDateRange.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDateRange.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ë„mð†U*3\ÃA¹æ”¯\Ø\Z',_binary '#8döW€\î©\Äg]: ¨Á`w®ˆ8 2\ÙI\×','',0,'?'),(_binary 'e\\DŸ§6A*7!ƒô\Ú\Ô','wp-content/themes/houzez/js/vendors/i18n/defaults-fa_IR.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fa_IR.min.js',0,_binary 'Pz\Ø\ÎË‘‰7/µqVñ\rw',_binary 'Pz\Ø\ÎË‘‰7/µqVñ\rw',_binary 'ñ´\n´\ZŽ\ßg\nÒ†zU\ë¾`\ÐRéˆ¿‡F$’`','',0,'?'),(_binary 'ei—\äÜ•j\rd\ÙYº¥','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/ReceivedDebitService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/ReceivedDebitService.php',0,_binary 'ô\ÇÀ8\Ó>0\å;C¦7W',_binary 'ô\ÇÀ8\Ó>0\å;C¦7W',_binary '£œH&\0-NÁ>2#«Á´½b	T©Ö™±ü]ú\Þ8','',0,'?'),(_binary 'em÷\Ñ\èp ù\Õã¼Œn²','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Sitelock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Sitelock.php',0,_binary '‰%‚H\n(¾°òm\Þ\ÔØ½¹',_binary '‰%‚H\n(¾°òm\Þ\ÔØ½¹',_binary 'ü5À\Î\Ú?û\Î7_³g« Šƒ` Üµ\Æ\ÓyTûVŽ\É 1','',0,'?'),(_binary 'eo\ÓB\às\æ›I/œˆÝ˜','wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js',0,_binary 'û¡\nd\Z1‘\ç\é\äùÁ„',_binary 'û¡\nd\Z1‘\ç\é\äùÁ„',_binary '#•i\01|rcóõµv]UÀ\Ù€tg»Ó®/','',0,'?'),(_binary 'eoµ8\'Ù³˜\éþ¨ª\ì°','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners.php',0,_binary '<…\ì;»Í›\ÅÁ\ìy:bbR',_binary '<…\ì;»Í›\ÅÁ\ìy:bbR',_binary 'D\à4«hšŠKÁ¥ð\Ê0\Õa¶…ˆz\\\ë<—\í\Ð@\ÇE\Z®','',0,'?'),(_binary 'ep\r}\Èu_4ý¿‘±ó–Ÿ','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð©3®^7‡DPk¾@c_›l',_binary 'e½ž½­\ê× c\ã1°¾0F\Ç\ê^\Êb¼\ÕB\ÚQ@Buª¢','',0,'?'),(_binary 'erhP\åq\ê+m§—','wp-content/plugins/revslider/public/assets/svg/social/ic_domain_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_domain_24px.svg',0,_binary 'ž!l\æI\êðWH<Ž”Y¢—',_binary 'ž!l\æI\êðWH<Ž”Y¢—',_binary 'n@™±\Öq\Õ=Ð¢A\Ü]VJð…RÕ–Ò·M%yA\ä','',0,'?'),(_binary 'euo\Îð\ì(¦\ê8?5','wp-includes/js/jquery/ui/menu.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/menu.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß\çS86ù;¥\í\â\ï\Ð\ë',_binary '˜™`_$o\0ûó\â»%ÁoV\ádOhg§¸\í','',0,'?'),(_binary 'ez\ß\\ýo;8g h¸\ÈF','wp-content/plugins/revslider/public/assets/svg/image/ic_view_compact_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_view_compact_24px.svg',0,_binary '^=\Ìy\no\Z8\Ú\âËŒ§#Q\Ã',_binary '^=\Ìy\no\Z8\Ú\âËŒ§#Q\Ã',_binary 'yqjã§¬9ˆ}<\0F6´D\ïÖ£j\Ñr\Ð_õLAÌ\ï','',0,'?'),(_binary 'e}0wTnv_óg§~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/options-group-basic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VEƒgOº`#jV\Ô4§C|',_binary '\Ðs«c‡ñ	;¦ƒ*r3$X¸‰÷öG8Í¬RK\Ç','',0,'?'),(_binary 'eƒÿ\Òi92koj\Ûÿ†.•','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractDataManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractDataManager.php',0,_binary '…<£¿2›|\äøCmS=',_binary '…<£¿2›|\äøCmS=',_binary '\ßD¾Gù™R\ÊG\\\n>O]^œ\Ù)B_\ä~ò§¸S','',0,'?'),(_binary 'e…bV}%‡¿C}›þ¹S','wp-content/plugins/elementor/core/admin/admin-notices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/admin-notices.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pú[ûb¦ \éb„‚ð–L\â',_binary '÷tp\Ìð²/r¨±QWx&\'t9?„§G\Ü\Ý(“[‚”','',0,'?'),(_binary 'e†q\Ì$\n{kY§uH','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð^sˆ~\íÇ†\nö¥-\Ñ`',_binary 'ž2û¸A\ßpr\ÕA\ä$” {Á¹s\ã\î\ä_p\Ò>“\Íf','',0,'?'),(_binary 'e”¨µZ| Ë¸	\ìv*û\ê','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',&\ÉeŒ\Ó5ø\ëj„Æ›R ',_binary '•\êÉ¶þ\ä+»\È(\Ï,½[O\0,_®\ì:hJºb¼´','',0,'?'),(_binary 'eš ‡8£œ¨ô½$M','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v6-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v6-wpml.php',0,_binary '\Zø_\æÄ’›*k\ÌÜ®¨\Ä\î',_binary '\Zø_\æÄ’›*k\ÌÜ®¨\Ä\î',_binary 'Tõ›úž\Æ~B„y\Ú\á5\ç\â\Õ|þDB3/±z— ','',0,'?'),(_binary 'ež\ìŒÜš+bWUW§\Ö\Ä\Ä','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜Ê¯\æs\'78¬.yz$\\|Ÿ',_binary ')ˆU^ú\í\ÐI\â\í\é=GVW	‘Ÿ·zas‰‰›\ÉDO\í','',0,'?'),(_binary 'eª tµ°ùœ“\éb\è	!','wp-content/uploads/2020/09/streamline-icon-study-light-idea@140x140.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-study-light-idea@140x140.svg',0,_binary 'Q§só\ãóA0n\íÆ¤',_binary 'Q§só\ãóA0n\íÆ¤',_binary '÷\ëÝ¬¿Ï‹\ØY\å—w*_Go _kôb/‚&\ß.©²\Ì','',0,'?'),(_binary 'eª˜lsUO|°R}Ü“i','wp-includes/sodium_compat/src/Crypto32.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Crypto32.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\r}jŒÇŠQX]m“ÿ',_binary 'É±ù\Åä±ƒFn÷ž»2c.n\ßM±\íÚ£² A¿µ¿','',0,'?'),(_binary 'eª\é&\Æ\Ó@j½\æ±ü\0š','wp-content/plugins/updraftplus/images/icons/onedrive.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/onedrive.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\L\èMlíœZ]º¡\'',_binary 'zß„\í\Ç\Ê(e/\ÌT\ÕhRŠD’m\Zªô\ï—7','',0,'?'),(_binary 'e®\ä__ó%÷\è®xˆÀ\Û','wp-includes/class-snoopy.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-snoopy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚k\è\îöY$0òô\í{',_binary '3±[D\'\Úó\ZX5Ü\íMHm°œ\é$Â«R6è›ƒ¨','',0,'?'),(_binary 'e¶oa¦»\ÉÀñiTýx~','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/phone.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/phone.svg',0,_binary '\áÀI%\ë¶+\Æü§S8?',_binary '\áÀI%\ë¶+\Æü§S8?',_binary '…\0¿·µ¥·mŽp\ë‚\íF´\Òú\Òúut+xQHb6','',0,'?'),(_binary 'e¸l9´ÐœŸ\ÖR\âÑ¸Šù','wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect/wpforms-multiselect-checkboxes.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect/wpforms-multiselect-checkboxes.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!_4§#^€l\Ø+—y&‹',_binary '\Ò\â”ÿÀŸ\Åo[¹X–\Çº\É\Ìh1\Úxqn¬±¯\Ú','',0,'?'),(_binary 'e»±\Ö!©X‰O‘¬\Éx\áC','wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µA‰58O(Lj<†¡½‰y\ï',_binary 't\æfgCVµ£;±¼¦\ßCò\ëU…\Z\Ø7\Íü¦Ì DZ\Z™\Ñ','',0,'?'),(_binary 'e½^#|Û¢TÐ©’ˆz','wp-includes/Text/Diff/Engine/xdiff.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff/Engine/xdiff.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹^£L\Ä4X×˜o	³÷',_binary 'L\Z\ä(ƒM ª\ê\Ùbþõ;§E¨.\Ç:®\È)ºCp','',0,'?'),(_binary 'eÀqt–t4ùÐ¯EE\r#:','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LhrEntity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LhrEntity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'osr-¦/‹P\Ìb\ç<žö',_binary 'Y\ânV\í\ÓG/x0fZÁø»ö{D~\Æúþ0:w/þ‰N','',0,'?'),(_binary 'e\Älø\Üú>”§\ØÿLõ','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼N0!?¬5J÷l±\Ç\Þ]',_binary '\Ïâ‘¨c¯mŒœ»\Ð\'T}‚#\ìxSFŠ\í¤<B','',0,'?'),(_binary 'eÉ·jHV\Z\â-V¥|Šÿ$','wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/MobileDetect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/MobileDetect.php',0,_binary '9º\ÈcÝ“a\'ý\nS\×ó0',_binary '9º\ÈcÝ“a\'ý\nS\×ó0',_binary '\ë%\Ëp,8\èj&uT\Òó–¡\îsg„‹A-wý\ZNÛ…YD','',0,'?'),(_binary 'eÊ©/xªA7<&¬ƒ54˜','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php',0,_binary '\Æz\Ì\îª`Ã¾Úº¤\åô:…O',_binary '\Æz\Ì\îª`Ã¾Úº¤\åô:…O',_binary '\ßC\ëOeb¥\r\Éu0V(b–fµòÐ­\0¿ËŒh\ÄÞ«H','',0,'?'),(_binary 'e\Ê\Óý‚F›Î\æ\ç\ë','wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†!ù3±Q‚\Ôi—\Æ\êƒ}',_binary '=+_»\ÐÀ<;wlAR¼í¯ƒ@‘\Æ¶Áz[ò4«¼U','',0,'?'),(_binary 'e\Ì\ä‹Œ´Xd:F–+','wp-content/themes/houzez/framework/stripe-php/lib/Service/CreditNoteService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/CreditNoteService.php',0,_binary '½…¹8\ÙtD‚&Œs)·Wþ',_binary '½…¹8\ÙtD‚&Œs)·Wþ',_binary '8]ù‹šƒ‚:¢#¸G\ËØ“\äôZ\ä\Å&ü\"y\çð^^Q','',0,'?'),(_binary 'e\Í\'±ð÷7„\r€‚\í\Ú\Ï\Ø','wp-includes/blocks/group/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í\Z±0³xó:ÃŒ\ßIx',_binary 'ð\ÏAƒkMøV¾\Ï\ÓŠ@‚\×1}\äˆ\é+K\Öw\ØVß¶d','',0,'?'),(_binary 'e\ÎÖ+T˜·\Ò\ì#l›','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Delete.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Delete.php',0,_binary 'À¾ƒ¨’P®rþ|šX³¤',_binary 'À¾ƒ¨’P®rþ|šX³¤',_binary '5Žñ\0A\è	@\Ûl\Úwn6bP\n×›=¾±Z|ô­','',0,'?'),(_binary 'e\Ñ=üR[•œµq&,\È\ç','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GetReportsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GetReportsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûõ}QB¡/ºô.\Ö|f',_binary 'ES\ËSÁ\ÃòíŽˆ‚=B­Ž¹†PT¬Z\áI‘$Tb–´*(','',0,'?'),(_binary 'e\Û=s\Èðÿgl­ÄŒM','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/GelfHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/GelfHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c›­w‡Ò„\É6A7P‡\í9',_binary '–ž°Eúi{²Xø\ÕhòN0§\r\ÈLm\ÖZN\æF¿	\ì','',0,'?'),(_binary 'e\ÜI)YS(V\íR\É\Ä/','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/Subscriber.php',0,_binary '-`\Öp\âD`žJŸùØò¶w',_binary '-`\Öp\âD`žJŸùØò¶w',_binary 'p‹\ïFÔ›µx\\?X\ntœw‡N ü<q­Tök','',0,'?'),(_binary 'e\å‚h9_˜1Î<qÕ°Q','wp-content/plugins/one-click-demo-import/vendor/composer/installed.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/installed.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûƒd3©öx?ü±a)ø9',_binary '°§¾3¦k\Ú\ÄðŸ%˜(?ý\n<‚¿¥\ç¨\"e ÷ŽÁ','',0,'?'),(_binary 'e\çG ë²ª*\åùjpûÿ','wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·‚°\Zü–F\Ç%—°~*q\Ð',_binary 'ÿ d\êºs÷†Žr°¸	5~ .³ƒ-ZÍœ\Ú5d¾','',0,'?'),(_binary 'e\ç“N\Ó\ÖS°Ë–®\Ê\Ü','wp-content/plugins/redux-framework/sample/patterns/tree_bark.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/patterns/tree_bark.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ:œ/´eø\"ùÿ¾¸',_binary '„\ÇZC¢Ÿ„[ù§‹xs›^Í¨e	\æ\éG3aú=²2','',0,'?'),(_binary 'e\ìAþ.z\ÉN\ë\Þks\Ã1S','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/kk-star-ratings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/kk-star-ratings.php',0,_binary '\â\âž\\ˆò\\°†\'¬µ±·',_binary '\â\âž\\ˆò\\°†\'¬µ±·',_binary 'U\ÇeŽÍ®~¹EkZ³Ro<þ«½‚‰#Æ‡1\ía<©\È','',0,'?'),(_binary 'e\íˆÄ“\ÎYWštƒ­™','wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_more_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_more_36px.svg',0,_binary '1s4\ßñUÿ¦«W`jF¨',_binary '1s4\ßñUÿ¦«W`jF¨',_binary '\é6‹p:“\ÜÈ‹\ÜNŸ¸\Æ$\ëY\"2kg\ÃMc!	(','',0,'?'),(_binary 'e\î²¨w)9,Û©,\å•','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/strategy2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/strategy2.svg',0,_binary 'PD>œb\ë;<0YGPE\ÍK',_binary 'PD>œb\ë;<0YGPE\ÍK',_binary '¹°†ð\Ü\nP´À>µž,{Î¦§À\Ò ;%\n§','',0,'?'),(_binary 'e\î.´y°\á·>ô\Ôk','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=0M°5òØ„®”´i0',_binary 'W=:¿»°\ÄiT\îL­…7´rÆ†9Go\å\î+§úö‹','',0,'?'),(_binary 'eð®¡¥£‹ó²®­E)','wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ê¬Np!Žó!Ì}n',_binary '\ãÁ•…©@}ô³UlR\ÅR`ý£*\ï\"‡ùq£”\æ','',0,'?'),(_binary 'e÷»(q//h$ñã±”‘@Q','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementAccountUserLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementAccountUserLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜T*Q\ÂÓºO’D†ÁW£\î«',_binary '\éø\0¶i ¡K™€?\á\ænd–¸Lº}9b˜6½$¬\n\Ú','',0,'?'),(_binary 'eø\n’\"¥HöDš@\Çç«œ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_et.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_et.js',0,_binary 'X€r²•{¯\Ð\Ñ-½\âþ6ò',_binary 'X€r²•{¯\Ð\Ñ-½\âþ6ò',_binary '@\Þ>’q\ÎS\ìŽ\Öõ¯¬¦$qðU1ø¶2h\è	¢\Â','',0,'?'),(_binary 'eù7\çõVw’\ÚÜ¸CŠ','wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«>\íÐŠ¢Dº\Ã;¥u\r\Æ\r',_binary 'Y\Ù\â¹Ì¥€’Þ´\nü\0½ðn|vI-¡ý:·*­','',0,'?'),(_binary 'eú\ßxZf‘\ì\Ì\Ç\î\Ø9\ê\Ø','wp-content/plugins/revslider/public/assets/svg/action/ic_all_out_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_all_out_24px.svg',0,_binary '“7v\é£ \"Q\à5',_binary '“7v\é£ \"Q\à5',_binary 'P¥Y\å7\ÅþW7\×6\ä^&þ˜\â\éÓ–ì‘®@šOe','',0,'?'),(_binary 'eüd3x÷“|ô9\n\É\Ó','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/HashHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/HashHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9[öš5‚g\Ø.J',_binary '¸\n\×@’nþ¸\âZº\è\Ê\Ï\éqf\Ç}YH\r\Ï','',0,'?'),(_binary 'eÿgXw„#&ú»lòl#¢','wp-content/plugins/wordpress-seo/src/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/main.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö‹Ý‡Þ,ú\åH•›\'',_binary 'Ž‡—¬\èkq\á\Þç¸±\â4‚Gcz%\ç\r¯7\×k÷Ò°)','',0,'?'),(_binary 'f¸„Æ¦B(‚\à\ïU²','wp-content/themes/houzez/js/vendors/lightbox.min-min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/lightbox.min-min.js',0,_binary '‰À<s¶X-•¢‘yüõ=b',_binary '‰À<s¶X-•¢‘yüõ=b',_binary '	Ë¤ w÷jhIõ6å”‹¼l[\\\Þ©GýQ=\åÁ+ž','',0,'?'),(_binary 'fnF\Þro¹¥\ç”\Æ:\åL¯','wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´Î­‰¨VR¾`Xüˆ\Ñ',_binary '£·\ÃzØ’½ô¾ûNu\Ìvw¤q\ÖIô[= RÀ‘QE','',0,'?'),(_binary 'fcX~\çe8õcuL·<X','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Easy_Digital_Downloads.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Easy_Digital_Downloads.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\Z–ƒo2š$ò\é\ì\ÃÛ›',_binary '\áù\æq¨I\åR»¥§\ê\ì†A1¿¹H°\Òd\Â,K\í','',0,'?'),(_binary 'f#”\Ï\çd…F\ÐE\ï=6@','wp-content/plugins/revslider/sr6/assets/fonts/revicons/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/revicons/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'f(\ï5½–¯9\ä\á«q\ÈI\Â','wp-content/themes/houzez/framework/stripe-php/lib/Util/DefaultLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/DefaultLogger.php',0,_binary 'òIˆ\0óñ5¤\Çk>P§U^',_binary 'òIˆ\0óñ5¤\Çk>P§U^',_binary '´\Ø7m³ƒ¬M9=uU<\ÙF\á¾R®`d\í_\áòk•t\î†\Ì','',0,'?'),(_binary 'f.û^¥T7õt³\ì(\È\â÷','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äVµ¯ðÂ¡¦\ÓX\ê[\Ê‚',_binary 'ôƒÊš\Üc´Û®‚·‡\rE¹)\Îz9)j¸‹\Ð>Œ²\nÈ„','',0,'?'),(_binary 'f2B\ìÀ]Æ·\n2yR','wp-content/plugins/wordpress-seo/css/dist/metabox-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/metabox-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x–‰\Ð\í~Ã®‡M\ÝK÷',_binary '¾©õû²\"·÷÷\Ä,\éf\â\Â[\è½Nœ²€:¿gK¨ø','',0,'?'),(_binary 'f6E¯~q\ås\ÎZŸ\Çjÿðl','wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-4.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-4.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÈõN?~@`øôÏ›§±³',_binary '+º		4fö®§l:¥ÀS^\r—‡%\0Áù_ô4³\ÂHš!','',0,'?'),(_binary 'f8žøt\r\"A©\Ö\æð¦\ÃùE','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Application.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Application.php',0,_binary '¼’Cþƒ(û \Å\é/¡¢ò%-',_binary '¼’Cþƒ(û \Å\é/¡¢ò%-',_binary 'hF­›.BJ¾½Àº¸\"\Éàº¨8CU¾ô8|4\é\Å?','',0,'?'),(_binary 'f>X0¯{:\Z\á3ðt©6','wp-content/themes/houzez/property-details/top-area-v6.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/top-area-v6.php',0,_binary '¡ô\ãCŒ\èæƒ™ø+³„f²',_binary '¡ô\ãCŒ\èæƒ™ø+³„f²',_binary 'Ï·‚E_\Ía7%x^t¥kUÀ)–#¿ž–ÀŠ#','',0,'?'),(_binary 'fCTÄ•ð5q\ê8\\Ê»ö·','wp-content/themes/houzez/js/vendors/i18n/defaults-pt_PT.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pt_PT.js',0,_binary 'Œ¶4YŸ»\Ò|§B—s;²',_binary 'Œ¶4YŸ»\Ò|§B—s;²',_binary 'z(ÀŠzae;¹¼û%ü(S=nß²ûg•s+,a\"','',0,'?'),(_binary 'fE\'1¿D^&W¿ÿ\ê_…i\á','wp-content/themes/yith-wonder/patterns/testimonial-with-image-1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/testimonial-with-image-1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	ñ´úA_7€‹Àˆ6B0&',_binary '\éÕ¦]ò¬‘7­\ë)G¸œ`ø‰\ß©¿lÄ»\r\í¤3*¥','',0,'?'),(_binary 'fE/‚\ÇV6ø\Ø\åAkš+','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ&(­ošª`„þ\ã­\â',_binary 'Šqþ‡\Å!’€Žô `*{\ÌÓ™¦\Ó\Ñ\é\ÇS/\Ã>|9','',0,'?'),(_binary 'fEa)riwC4X\å®Çš\Öp','wp-content/plugins/wordpress-seo/src/helpers/site-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/site-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«TK]{@qVY£\ØIü²',_binary '\ËajŠM|s#žd[v„\×]]ÿú\Z$\ZÒ¸ØŸc\Î','',0,'?'),(_binary 'fE\ä\0T¶ø/UC2q\Ô*Ð¾','wp-includes/html-api/html5-named-character-references.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/html5-named-character-references.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸Œ°\Ê\0\Ó\é9\ÜOÎœ',_binary 'D\ìkð®ñÖ˜“;E£y&¬\Öö,[Šftò\\V\\ª°¹','',0,'?'),(_binary 'fQþ™\Ç=ûs“Vþx>)·','wp-content/plugins/wpforms-lite/assets/css/emails/summary.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/summary.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ‰\ØK–½*•\É=‘u\Í]°¸',_binary 'œ\n.IVp*ÿc¶\ÖPm£\í:µ\á\Ù7\"Ru\Å\äÏ‡	t','',0,'?'),(_binary 'fSõ‚n\Ê\ålÅ“ð\\¨','wp-content/plugins/one-click-demo-import/inc/CustomizerImporter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/CustomizerImporter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I9ñEl\àbœ³&ÓˆJ',_binary '‚\ë¡¸Áù­B[®—™Ì•“/7_‚–\Û\ìhvWh¤¶Z\å','',0,'?'),(_binary 'fXsÍ™QT\ãp	Ç¤','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§Ú\'¢÷h\Õ/ª;¿\rÀ\É',_binary '¶\Ü\ÜY\ÑU-\ÝyE8ŽdUnH4®H3Š7Dn‘ó±%\è','',0,'?'),(_binary 'fY˜Ã»mE\Ú’g\ßxD','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’šl\ä¥3³T&q\ÃK.ø\íƒ',_binary '/Â—õÀM|I,Iÿ³nñKðUk.4EýKp\Ú%\Ë','',0,'?'),(_binary 'f[a¢\Ö+PU%b(\Ñ^\î','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php',0,_binary '¥$õô\Û\02FTõùMf\ç',_binary '¥$õô\Û\02FTõùMf\ç',_binary 'ñ¡\î\âšŒ{AµJ\á%Á÷Ô•2FM²‡¾v\êZ','',0,'?'),(_binary 'f]þÀ\á˜\á&\éÜˆ\ã´','wp-includes/images/media/audio.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/audio.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›8gºt \Ä&ô÷’ƒ¸h',_binary '@\éE´yÚ‘[¾\â-\ÃC4’¹\Ô{\Z\ÈÐºÏ®_vŸ’]C','',0,'?'),(_binary 'f`:\Ç]\Íkšhš\Î¹z\ê','wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$kÃ¬\ë“2”k\Ì/O³¤Y',_binary '\å\é\ï \Ûó1xU­@¤\á$R\ÆÈ«er\Þ/UÎª{\ï','',0,'?'),(_binary 'fe~nz®¬{ùe\Ði.\ç','wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô<‘¾Ö…\È|;ø\în\éH¬',_binary 'i…ügwž|kø3öˆ\Õvë¸…Ä¿óF\éizß\Öz\"','',0,'?'),(_binary 'fhODK\ìž]5¿\â =','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunReportsRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunReportsRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i’\å\Ð`¤ö÷\è÷”@µ‰•',_binary '%«ç¯°\Ç\Ñ\Ås˜\âð@m_%–Hd¿\Åók÷Œ\è','',0,'?'),(_binary 'fkv¼H6m\ÎJ‰ýª\â','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/DataMcf.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/DataMcf.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	0\ìcö,¦X ö¤Ñ¯±–',_binary '¯ˆ\Ø\Ûô±¸Z\ëgyŸ\Åú/_Ž˜þ\Õh@\Í\0\r7B}','',0,'?'),(_binary 'fpm\"$A\ã7ºÄš\0r','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/GoogleCloudLoggingFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/GoogleCloudLoggingFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òb\Ìg\Ât¤þII8±œv',_binary '!hÂ Ô—°J–¤vþ¦÷<yI\Þu&Á—¯Ç¢\ÓL•j¢†','',0,'?'),(_binary 'fp†ú“\ê\ç\ÈjóH›\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§šD\ç•\ãa\Øò\ÓG]:',_binary '^Ä¶\ÖU•O\ë95E¡Ö¹\È~Á»z\åqM\çq\È3@','',0,'?'),(_binary 'fq5£{l\Ó\à˜feŒB','wp-content/themes/houzez/framework/widgets/code-banner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/code-banner.php',0,_binary '\äqß¤ðqy_ùØ¥™',_binary '\äqß¤ðqy_ùØ¥™',_binary '$ž»›`S¤\åG¡Î„ð‹\ÎÛ·yTð#$°EbC»ºô','',0,'?'),(_binary 'ftH•\ãðöoÿ¼-jš','wp-content/themes/houzez/template-parts/dashboard/statistics/statistic-deals.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/statistic-deals.php',0,_binary '\Ç,\ÇT¢k:\Ó,\ÚI\Æ',_binary '\Ç,\ÇT¢k:\Ó,\ÚI\Æ',_binary '²®\ÌI3W0¤Z›<À¿c»µQq“{{ö™\ï&‹	‚˜','',0,'?'),(_binary 'fõÊ„JtÙ»C?–¨/','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lamp.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lamp.svg',0,_binary '\ïŒ?;#\Ð \ìp§Ã¡',_binary '\ïŒ?;#\Ð \ìp§Ã¡',_binary '0\Ã\'Qiº„™\Í|c\í\Â/\È\à—™j‰0\Ù(\\ýß§','',0,'?'),(_binary 'fƒ-\ÞvUº¨fÖ¯,}i','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessRow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessRow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C*E\è…x\ä$¢“Pc-',_binary 'f/+½‘\áPß­9\Èt\çö®2Šaû\æöƒŸ $£ðÿJ','',0,'?'),(_binary 'f„§—Ö¼¬Ô½ö\î¸\Å\íB:','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalUrlDestinationDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalUrlDestinationDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–¼Ø<Øž b\Ï9:',_binary '\Æ\Z\Å<	Á\ä\Ð`öŽŠ•8>\Ò\êŠX!Ž:(Ó±\ç8\Ä','',0,'?'),(_binary 'f„µv¡Â™\å{§g^','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Alert.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Alert.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žõ2˜/Ÿ	\Þw»Ew\r01P',_binary 'Ln†Â¹Í·œ´‚xBUWX‡G87ô°\ã“`\ì¢\Ïò','',0,'?'),(_binary 'f…u3\n¸M\\Á}6*0\íž','wp-includes/class-wp-customize-setting.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-setting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Yª Y\'¿ñ„VÉŽ\ìc“',_binary 'œ˜úI&>WKiž!%Í¯(7Ô§Qw›°Ù’]\æ#ö%\×d','',0,'?'),(_binary 'f‡¯WT#»	^\Õ:³ƒû\Zò','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Locale.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Locale.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/ðœTù\Ó&XD š\ê5\í',_binary '\ålü_ñ¸\ç§i\Õ	\Êó|¥Z3\â¡-\Âhþˆ\é–ûù‡r—&','',0,'?'),(_binary 'f‰F\âõAŽ£lû‘Upýð\Ø','wp-includes/blocks/post-featured-image/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't”Y\Ùþ_\Ï?\ÚTšJIi.',_binary '/\ÉC\Î\è6’sG‹E^º\'Ö·C\â\ßyk°\éy','',0,'?'),(_binary 'f”ºL úªÁQr)±¢«\Ò\Å','wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-not-expanded.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-not-expanded.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T\Ø3\ã\ÈxZ\Ã\Å#>»±',_binary '(R7\ÑhIµ3ÅŒ0\Î\Ñ\Æ5‹:ÿÞ™ÿ% %·Ì¢ ¯2','',0,'?'),(_binary 'f–,—ˆ®ÁŽb\Ô‘','wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©œT\ÈyS<\äCqE¯:\è',_binary '\æ\Ò]\Ô\0E`DšHUÉ¸…-ÁŸ¦i\"\'\Ò\È=i\éRüLœ','',0,'?'),(_binary 'f—œ\Åa\Òò¸°,²\Ö','wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'f˜[þ&{Ñ’P…ºk\ë\Î','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services/FacebookHelperService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services/FacebookHelperService.php',0,_binary 'Þ¹(,C7ð\Ù`B1—að',_binary 'Þ¹(,C7ð\Ù`B1—að',_binary '–#™\ÎLaœ-»R¸†%\ÞiŽ\Û\0LYv|\Ø`°ƒ3ô\Ñ','',0,'?'),(_binary 'fœI\éBœG%\\•d´\Ëi','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'fœtüHÐ“{aB\ím‹;\Ý','wp-content/plugins/google-site-kit/includes/Core/Authentication/Verification_Meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Verification_Meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è¤\ßÞ¶÷õI«£K sJ²–',_binary 'ò\Ã2KW¸Ó‡\'b4`\Ä•ÿxP`jž4t\r\Åkš','',0,'?'),(_binary 'f éœ°fØŸ|hû¹U’L','wp-admin/includes/ms.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/ms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Øšj6f	d\Ú\ÓlÄ¤b\íA',_binary '—šv\àih\ÖzW…¸\ß\ã_\Ý €ý´t/u,sb³0\×[ ','',0,'?'),(_binary 'f£¦mÈ„©%¦#!y\rÀ','wp-includes/blocks/navigation-submenu/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-submenu/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eFs)ª\ã,™¢3\à\å+À›',_binary 'qP,\ï$B°{r¾^_z#@\ç\Ûb›+VG¡j\n)\Ð`','',0,'?'),(_binary 'f¥\rûdW¯:B\Ä`[2C\\H','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-file-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-file-cache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯l6¹~®û++d* > ÜŒ',_binary '@‚ˆ\\\è}\n—þ¶^µóÀ½¶*˜‚µ\äˆeÃ±¼\Ú\ÒÁ‰','',0,'?'),(_binary 'f¥\Ã\Zy\Í\Ë\ÐS\ÜUQJü‹','wp-content/themes/yith-wonder/assets/images/demo-content/phone-handset-black.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/phone-handset-black.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Žù/ˆ\ÍTøü?ShI™5',_binary '0\Ãj=i†\×\0\æ¢\Ã<\ÔÉ¾ÀÖ”ªMYRP\Ü\Ä\n¡\ç\í\Ø','',0,'?'),(_binary 'f¨Å­\Ý8®ÿ;\ÑslV','wp-admin/js/privacy-tools.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/privacy-tools.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#´ýÜ»·	u\Ä{\åœ',_binary ',y6£\Åþóx\ï\Ôl$\Ýê  ‹7¦\î\ÔN¿;Çž”-U','',0,'?'),(_binary 'fªSKùo\Üók‡“²‹úT','wp-content/plugins/wordpress-seo/images/text_link_counter.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/text_link_counter.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“\î\Íd«\î\î\Ì(¶‚÷',_binary '6\È¿\âý[gnS\î¨Ü·Û³\È» ×¼“n\à;&O','',0,'?'),(_binary 'f«\ã¸\è‘ñˆ•­›x\Ð#VG','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éB¾—¬m}}&„]n»7',_binary 'ƒ\Û:-\Zµ^u&=ü†\ê}¡“ú¸K†ÿÁ{õA','',0,'?'),(_binary 'f½\ÓÚš}£g£<+5gÁ','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/ExpressionErrorException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/ExpressionErrorException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>Á\Í6\æ\Í^‘Ž Š\Òy(',_binary 'e \ë=®(«#-zA\ç\í0ŒUB\å\í\ã¼\Ñ!	¼™','',0,'?'),(_binary 'fÀô\ß{ ’¸qu\Å\ÂGð','wp-content/themes/houzez/property-details/luxury-homes/mortgage-calculator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/mortgage-calculator.php',0,_binary 'ý^À7[lR¤Q!’ê­±c',_binary 'ý^À7[lR¤Q!’ê­±c',_binary 'cðRõ-‡žN\á\ÈDE\0\Û3‚Œ>Ä¡Å8\'\ÔA”_¸','',0,'?'),(_binary 'f\ÂüŠ·\Z\éº\à\Þ“m¸','wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É,eø\Æ\\#)†žœþ\Ç',_binary 'o¡N;…Üº™­„{y¨\ÖHQú\"ºYÑ›ó½\0TB','',0,'?'),(_binary 'f\Ä6ø³0öR#5&8','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/WonderBlocks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/WonderBlocks.php',0,_binary '°`7\àè†ª»cXœ(\n,\Ý',_binary '°`7\àè†ª»cXœ(\n,\Ý',_binary '3\Â>ƒñúÃ‡\Ö\è#}Œp\è4\Þ)ö\Ú\Íbu\ÚA*\ß#','',0,'?'),(_binary 'f\Æ\ëB\ïÌ†ô\Ó}‹¦é±•\Ê','wp-content/plugins/revslider/public/assets/svg/hardware/ic_developer_board_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_developer_board_24px.svg',0,_binary 'y8W‡<ü¥w ¼§‰“?',_binary 'y8W‡<ü¥w ¼§‰“?',_binary 'I=ð\ÇH\ÎG?\"ŠCýHû\Ì\ê—?E\Ås\Ú[\ÑÂ•3_\Ó\ï\í','',0,'?'),(_binary 'f\Ì[¼6•&û!j‰Ï¥','wp-content/plugins/revslider/public/assets/svg/image/ic_camera_front_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_camera_front_24px.svg',0,_binary '®\ÝNƒL6\ÊWø\ã†x',_binary '®\ÝNƒL6\ÊWø\ã†x',_binary '9oxp(~‡ž‡\Þ\ê\Æ\åòƒ8£‰N™«Žñ\Ã\â°=)™','',0,'?'),(_binary 'f\Î\ä \Ùý\Âe«ªR¹)\Ú','wp-includes/SimplePie/Item.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Xiñq»l U\ÃG‘Õ‘',_binary '\ßg‚ŒP‡L/¯(Oõ\È)\ÔG™.\çµG„¨…n£„E','',0,'?'),(_binary 'f\Ï3\×ý¸Y\Æú©ñT','wp-includes/js/jquery/ui/tabs.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/tabs.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Yô/­\â«K\ãJ™S_óÊ¸\ë',_binary 'ú¿Y®t·Y¾¶3\æŠ³«ø5v‰©ld\n†zQø','',0,'?'),(_binary 'fÐ°WJE\'\ÒV¼·6µ*‰','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hy.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hy.min.js',0,_binary 'µD\r_Z\ï2I¼\Å\ËUý',_binary 'µD\r_Z\ï2I¼\Å\ËUý',_binary '\îu˜ç•ŒH^T²\êIò`iòœ7tmr\éô§ªJ','',0,'?'),(_binary 'f\Ózˆ¯\ÖxÕ»’–õ\É','wp-content/plugins/wp-rocket/inc/Addon/Varnish/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Varnish/Subscriber.php',0,_binary '\Ð@&lMò(\ÎXž‘Q4\ê',_binary '\Ð@&lMò(\ÎXž‘Q4\ê',_binary 'Ì\ÔÕ®\×Íœ¥\Ê\Ê[®«ð-:t7·ˆ‡l\Ù\ï±','',0,'?'),(_binary 'f\Õñ\Ö\ÕÀø–\×Eä£„','wp-content/plugins/elementor/core/files/css/post-local-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/css/post-local-cache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìñ:uÒŠ/’‚”&\ÞuRw',_binary '&\Äà®ŒD\ãv\Ý(©[L%®`\Ä%œ.\Ä¡í¹®‹šR','',0,'?'),(_binary 'fÖˆó½ù¦¼V\íÔ¹)\ä9','wp-includes/theme-compat/embed-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/embed-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì\Ù÷me\Þð\æ8¦\Ðó\Âó›',_binary '}Ec¼£\îzÀ]#\în¢¸\êýw?y\Ú\àR‘a©–0Þ…6','',0,'?'),(_binary 'fÜ¬ˆú’À\éŠøû¤€ó[¤','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPXCloud.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPXCloud.php',0,_binary 'j\î¼-eag\éúnD­B23',_binary 'j\î¼-eag\éúnD­B23',_binary 'cZ¤ž¨PÀD¾\ÜŽKôÃ‘)M—n\Z×ª\0\Ä3\ÕTh','',0,'?'),(_binary 'fð¼‚&\Ø\"…‚=þZ$','wp-content/plugins/elementor/assets/js/admin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5_¦À,•4±©b…÷.j\'',_binary ' B?_‡††©–c:6\èhóL\"…\Ì\áe\á>¼³ó\")]=','',0,'?'),(_binary 'fòuak\ïÞ½^\éb\Ýó','wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_more_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_more_24px.svg',0,_binary 'wD\âõz\É\ÅNv¹#LÎ·l\Ñ',_binary 'wD\âõz\É\ÅNv¹#LÎ·l\Ñ',_binary '$ó\nV?H\ra­\È2Gþ\ãú°\Ø\ã	(\"Uz<U:','',0,'?'),(_binary 'g8  \ÌªÊŠD\Î\×ý\n','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_StoreSchema.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_StoreSchema.php',0,_binary '÷v¬hŽ\Øõ<³2\ÝF\ï«Q´',_binary '÷v¬hŽ\Øõ<³2\ÝF\ï«Q´',_binary '«\â{B\ÌGù¹agY~ôXrn¦“ŸÙ¤ºf','',0,'?'),(_binary 'g\ã\é >}š¿\Ò|¡6NK','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart01.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart01.svg',0,_binary ':ff\ÙG®‡\Õ\Â+ \ÆZ\ÓË©',_binary ':ff\ÙG®‡\Õ\Â+ \ÆZ\ÓË©',_binary '[a§LpJ_÷\Ç\Ã©Ìª(\àZ¯þ©’\àkv·ÄŽ','',0,'?'),(_binary 'g	?†ƒ\ÆÖ–ý1)\Å-\êû','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßa1!\å‚	Ñµ‚ù\Ú5\ãI',_binary '8@ù­­ú9e{¥Ó#‹Ò£ô\Ôn\nY\æÖƒ˜\áL','',0,'?'),(_binary 'g\n‹†\äVT+‰\ë5','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èSO6-ª7#\åhûþ\å\r',_binary '’s\ï»\Õ\á\çš°N¾˜t\Ó\ìû¾ºñ¥þ\Ôxwp²{','',0,'?'),(_binary 'g|Ò¨b\ZõJ§?Û»\rŸ;','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/customercare.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/customercare.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'FÐ>‘$E¡„xJ°“}\Ã',_binary 'Ž¨ýˆ³Ga‰3~R5ˆp²rõ¤6p\Ë]?¡‘î…F7','',0,'?'),(_binary 'g¯\0j\Ínt@­a\0‹Ñˆ„','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/MessageTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/MessageTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«‹\ë[ùv$¾\ì8©$w6J©',_binary '\Ø\Å\áŸs\Þ\â3H\Ò`y™\Ò\Ôoò·~\n3AHªù¸”','',0,'?'),(_binary 'g=È„6kcnw\Z˜','wp-content/themes/houzez/woocommerce/global/sidebar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/global/sidebar.php',0,_binary '§X4\å+\Zz7vIe±—\ãN…',_binary '§X4\å+\Zz7vIe±—\ãN…',_binary '‡«tq?…®Î£\Ë~$\Ã\â¨1v£Ñ”¶9¿+±','',0,'?'),(_binary 'g#L\æÍ¬K\ÄA]ea\ã•2','wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\á,}vÄ¨3¼õGÀ\â)©',_binary 'E½r4@\0¸Ô¡$¦\âz\æú3ð¸$l²\ê\Z\Ð`i\äex\Ãl\Ê','',0,'?'),(_binary 'gs˜Ð€ñp}<\Ëó1“','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaProperty.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaProperty.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úKŠrgcžny½PS\æ',_binary 'J¹¸Ty\ì\\K2\ëé˜¯oúŠ\×Jkð\Ð\r*¸','',0,'?'),(_binary 'g]ðª\ã`\á\ê8C vÉ','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K§6W¼\ÉAkj\0\Ép|?ý',_binary 'E±Û™\Ì^\è¦\ãDŽmx¼_\Û	uøg¦kœ”»˜£.\\1>','',0,'?'),(_binary 'g#\é,vM‘ÿŽ‹—\ß:õ\ä','wp-includes/js/jquery/jquery.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b>Ÿ|\Ø\Ï	<2\\Q\Zsœ',_binary 'úkð+\È\Ø\Ë/fgªÆƒL@„Àcf9\åsJŒtX/nn','',0,'?'),(_binary 'g\'\ÃA®Ë½ð–™“úñ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Activation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Activation.php',0,_binary 'q ®ý\àš-\í\Â\Ý»|\ç',_binary 'q ®ý\àš-\í\Â\Ý»|\ç',_binary '\n®pö\ã*‹³(G\î\n\"\Ïõ¹fkžÀ\"\Ú\Ì/?iS','',0,'?'),(_binary 'g)º\ÚNpJ@o{·Ó°…','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È\æ;{\ÛRòƒ—Xš\Ú',_binary '®¡€@˜\íSz\Ô\í~Ž€# ø3­œ«¥DmW\ÒeN% ‘','',0,'?'),(_binary 'g+yr‰\ä\Ðq„€ö€D©´/','wp-includes/vars.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/vars.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c©‹†(\Ø—…\"“\ÔR',_binary 'þ\ËØ§`3\å›\Þ4%Ú»c$\"œ `²Œ\à2\ÈÙ‹5','',0,'?'),(_binary 'g+±·\çwJoGÿ\í\ï{b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x\é4‚\0þÞ®ÿé¢º\Õ',_binary '\ÈY˜¼\Ú\èVœ“[\ç\ì6#•\\ —\Æ^uCƒ2žfô…','',0,'?'),(_binary 'g-vÇX«ºHH¼\à5§\ZM','wp-content/plugins/wpforms-lite/src/Loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð>‹—‰DW\ç/Á—„´€',_binary '`´@\r`šð«\×g¹œ~¿\r\0øwIiØ¶«—\ns¸Ÿ¦','',0,'?'),(_binary 'g;N²˜YÁh\"\îž.v\n|7','wp-content/plugins/insert-headers-and-footers/includes/safe-mode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/safe-mode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0Ï‹¨Ú¥¿Æº\Ùü\n/‡©',_binary '|³Kq-ôTX_a`O¾]if\äp\é\ì8¸¨','',0,'?'),(_binary 'g>Sý\0-,€Yö\n{\ì-','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_voice_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_voice_24px.svg',0,_binary '™;Õ‹	µ‚i$‡ö£˜\Äô',_binary '™;Õ‹	µ‚i$‡ö£˜\Äô',_binary '¬XƒÄªVü\Íu.Q\×>¡xõ«/‚¡b{Ÿ\çý\ÕŠAj','',0,'?'),(_binary 'g>\×-J>@Š­¨\è\È\×õ','wp-content/themes/houzez/template-parts/dashboard/statistics/statistic-leads.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/statistic-leads.php',0,_binary 'm´^ˆRÍœ\èúˆA\í\Þr',_binary 'm´^ˆRÍœ\èúˆA\í\Þr',_binary '°¨>0I£9§Šõ]\äe&U±2d†™{A8\Äõ\Ý\Ç','',0,'?'),(_binary 'gA)\ÈtýJ$¿\ä\'\Øö','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~¨Kb\Øz¯mÂ†1s´š\Ç',_binary 'þ\ä»\Ãó%\Zñ_cj“&k`O™N+r=¼\Ò|3e#','',0,'?'),(_binary 'gBRY\ì?fÚ±oPcÏ—Z','wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Þ\î÷ZI’++!hN\Â?',_binary '®b-\Å]«\Ôy\0Áý­\Ãöv\×(\ì›!žx>“7 1\Ú\ÉÀe','',0,'?'),(_binary 'gC‘‚º\Ðþw\ëî—>I¦z','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-user-templates.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-user-templates.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z(¸ð;\çù·K©§H¦',_binary '‚×Š4¯\Õù\å\Øñ#7žÞ»²U®Qe¯\í	÷ï„µ¢\Ð','',0,'?'),(_binary 'gI—\Íùk\Æž@i@¢\Ä#\ã','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_\0®\Üy\Ô>·\Ôe·g',_binary 'ý](\å\'Ip	lCZ41¥³V:˜Ia.™A²ª=4¼','',0,'?'),(_binary 'gM	{W\Ú\ç\Ê\Ì\n–\ÉwD\Ñ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/array.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/array.php',0,_binary '\ÕI±—„NóðÀ\ï7÷\Ø',_binary '\ÕI±—„NóðÀ\ï7÷\Ø',_binary 'ƒ¢š»R”<|\×f\0ryc`\ÃÚ³\æ/\Ë!7p¢\ïU¶]','',0,'?'),(_binary 'gOsY\ï¦1\Ã+X\Ü\â›i)','wp-content/themes/yith-wonder/assets/fonts/forum-v16-latin-regular.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/forum-v16-latin-regular.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l\\õº\ÚS\ÕC˜o\Õ\Ð',_binary '±jù\Z¶\Ót€w—’ÇŽ¶\Â\äÁ5tÔ©¢¶\Â.¹,','',0,'?'),(_binary 'gQirˆüë˜¿¦\é™/!½Ÿ','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§\Ä\Ø@\ØÏ³\Ï\Ë;¿$\ås',_binary 'ý@\É`£W–*Ö”‘\Ô\è~./\Z	Y\×W@‡$\Û\\¤\ßÐœ','',0,'?'),(_binary 'gVE\â”\Îö\'Y–öSûnµ','wp-content/plugins/revslider/public/assets/svg/action/ic_event_seat_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_event_seat_24px.svg',0,_binary '¬»¹¾0R\'`\Â~Lø—h6',_binary '¬»¹¾0R\'`\Â~Lø—h6',_binary 'M\à9\'\'‡Š$û–\ÓK÷(\ç\Õ\Ò\Ç#ºª^\Ô\ÕgK\Z','',0,'?'),(_binary 'gc©\\z_\Ñ\ß\Þ|VK¯Fg','wp-content/themes/houzez/framework/widgets/houzez-flickr-photos.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/houzez-flickr-photos.php',0,_binary '\Û\ë\ßt]5\Úp\ÈZh\'%—',_binary '\Û\ë\ßt]5\Úp\ÈZh\'%—',_binary 'LŸŒ\ïd‹Úr9\ã\í0\ìX²5lyžÀŒ\êü\Z•K','',0,'?'),(_binary 'gll…T}‹b\×¯9¤<S','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/RelationshipInterest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/RelationshipInterest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8#lè‹‘Š¼ü\æ¤\ß',_binary '\'B\'GRÊ¥Ö²H~\æ\åFƒ4@¦Ã‰•\×\0F.«O\Â','',0,'?'),(_binary 'gm ¬P‘\Ñ	YŽÞžÁ\r','wp-content/plugins/updraftplus/central/modules/core.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/core.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n°a‰Oú\Ô[²\ç\Ëƒ`)',_binary 'E\ëM7?Z=\ÙB´ÿÅ£Û˜õ\ä`\Ñ_\î½tn™;>X','',0,'?'),(_binary 'gv\Ô\Ù\ZUOÿ\Ýòñð­ö\É','wp-includes/blocks/html/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/html/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fX=\Ü\à\"~jŽ\Ìù\Ê{\ç',_binary 'Zc„ÿ\æcpði4ùg!m\ÖBC\ìK:d)&\Ó\Þ/(B','',0,'?'),(_binary 'gxF6“Uþ?gù¶\ìÃ¾ù','wp-content/plugins/elementor/includes/controls/animation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/animation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷^\×\îõmobœ…™²{',_binary '¥MÖ½:\r/\à–¤x.QN‘\æøP• t\Í[:Lþ˜\ì\Ý\Ì','',0,'?'),(_binary 'gz¸\Ùw7ˆú˜53\Çb1ñ¾','wp-content/plugins/revslider/public/assets/svg/action/ic_picture_in_picture_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_picture_in_picture_24px.svg',0,_binary 'ÁoE\ÖÀv–x 9¨kt¿y',_binary 'ÁoE\ÖÀv–x 9¨kt¿y',_binary '\ì\Ã\Ðóš\é\'\Ò\ß?_Zµó‰Ÿü&i¤³Y¤ºn\Ò','',0,'?'),(_binary 'g{\Ãb³´q\Ñ\ç\Éw\è¿','wp-content/plugins/elementor/includes/widgets/menu-anchor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/menu-anchor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅÉ´§=\ár[²Im;ÈšÒ†',_binary '\îœW\Ë\ßX\Ç|NŠº\á\ãÄ\ßmrJP\\”ZDE¾=','',0,'?'),(_binary 'g|y_“o4\"‰©X†Nšù','wp-includes/images/smilies/mrgreen.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/mrgreen.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-5Á\à^±”‘\ÓJ\Ýj\Ú',_binary 'Á\æ\ÐMƒñg¨$·\æ¥+;¿²\0\Ç5\Ñ\É\Ê\íH&\\E6%w','',0,'?'),(_binary 'gŽ\ã\àz¸ý\ÃG@¤J†','wp-content/plugins/google-site-kit/includes/Core/User/Audience_Segmentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User/Audience_Segmentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&ÿÿ†¥,ßŠGzÈ…†[',_binary '’»0\'\ïT&¿C¦{õÇŒ\\££\ä\ÎZ’\æA\ì\É\0\ï¸\Î8\ï','',0,'?'),(_binary 'ge\Ðq\Ýk`\ä\æöPŒ‚','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-content.php',0,_binary '†t 8rú\Üô$¼\çÙ°\å',_binary '†t 8rú\Üô$¼\çÙ°\å',_binary '\×c\"[¦%°‡Z\é\á\ì[2·:ôR)a‘ÌŽ0¹²[F?','',0,'?'),(_binary 'gmüÓ©¼ _Wúh¿l','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.da.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.da.min.js',0,_binary '&ñ«#™´(ÁW’X×º¯',_binary '&ñ«#™´(ÁW’X×º¯',_binary 'K:¯Àçª!)g\Z\Öò¥³\Ðù ±i–Ô«¿,„¤Œ\Ìq','',0,'?'),(_binary 'g’4·úO¿‹ô\â\á%Óœ›','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxId.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxId.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')@\ê]°{À#}Â§\Í\á\Z\Ý6',_binary '\ë†ñ\'˜\Â\ßÿŽo \å\'öjX\Ø¨úw\ç__{˜¢\ï(’','',0,'?'),(_binary 'g“LNŸ‘ˆ+Wø;\0\\g','wp-content/themes/houzez/framework/metaboxes/property/virtual_tour.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/virtual_tour.php',0,_binary 'ø_t‹A\ÜþT‹Â´Z\à¿\Z',_binary 'ø_t‹A\ÜþT‹Â´Z\à¿\Z',_binary '™\àõ»¹\éSaCA\Ìl\àªÁ÷\ì\\-kzXü³;€Àa\à','',0,'?'),(_binary 'g”\Z˜ \ÍÅžþ\í|qš(','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸzW\î±Mž\ê&˜8\Ç3\â6',_binary 'TR@pe\Ó\ÖùS`F¿a×±C«>+öVˆ%\Éú8\íJyQ','',0,'?'),(_binary 'g”$G\\¾\ë±;©r\Ä\Ä\Ï1X','wp-includes/images/wpicons.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/wpicons.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dSüøuq‘V_®\Ü\ãaô',_binary '¶¥\ÞcZ_”\Ä?n_Ÿ\çK‹6\ë\îŽ1\\}r','',0,'?'),(_binary 'g”K³„™\ÒN>JªÀ4','wp-includes/blocks/freeform/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/freeform/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f\ØöZHˆÓ”C”W>',_binary 'Q\ét\í\æu>Y-D¬Ó¿¢]h…mohµ–\Ù#“','',0,'?'),(_binary 'g˜bCŒ372mö—T','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bank.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bank.svg',0,_binary '^w­y\ê#ð)§YÀ¼\"\Ô\ä',_binary '^w­y\ê#ð)§YÀ¼\"\Ô\ä',_binary 'ó†$ò¢püy—…D:hü*­£\Ç\ì\æ[%’¿Ooã•°','',0,'?'),(_binary 'gš’\Ü/\Â*v\ÐN²¯ƒm˜','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php',0,_binary 'š+­V\'\Ç\ê=¤5\Äþ—',_binary 'š+­V\'\Ç\ê=¤5\Äþ—',_binary 'Do\'\"”¶;&\àì¤°bh4B§\ç\Ð_\ÌÀ\0Z°qÍ°·','',0,'?'),(_binary 'gœ\ÈUY½\Ç\ÌòXG\ã[\Ä\\','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/periscopemoney.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/periscopemoney.svg',0,_binary '¤œ\áH.¼l‹ô‚„*d§',_binary '¤œ\áH.¼l‹ô‚„*d§',_binary 'þ‹÷4±›ü\Æ\ròŸ-³º‰_\"\Ï;—OA\Ëxª_P','',0,'?'),(_binary 'g õ^ 0j8_šñ,B‹¼','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ApplePayDomainService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ApplePayDomainService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a7TÑƒŠ\Ú\n\ã\æHG\Ñ',_binary '£rd¢)9mGrË»4Å›\Ë5†VJ}H\0\Ì@¤Ç’ÿŽr','',0,'?'),(_binary 'g£\ÏÀ\è¬nÙe\È\Ûô','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sq.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sq.js',0,_binary '¨«®É†Â©\ÒXð3Á$ût',_binary '¨«®É†Â©\ÒXð3Á$ût',_binary '\é\ØB«\ç`[ÿ!J®Š8÷]6\í=q4žr“$œ_õ','',0,'?'),(_binary 'g¨\Èg™X:üƒUñŠ','wp-content/plugins/revslider/public/assets/svg/communication/ic_contact_mail_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_contact_mail_24px.svg',0,_binary 'º“\Ës[\ßqùCã’“\å\Î\Ï',_binary 'º“\Ës[\ßqùCã’“\å\Î\Ï',_binary 'iñ˜‰ž²„c*Oj+H\'aöHp¥™ù¯dDÕŠ','',0,'?'),(_binary 'gª˜<‡€µÿf\r,˜','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityAdWordsLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityAdWordsLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷\åIFøuE\n\ÕÀ\á÷',_binary '~\Ý2E\Ã\"\ÎÀ*$³%Mý<]Lvj’:^ºŽ;œmˆI5','',0,'?'),(_binary 'g®\Í6j\Z’Ó¢-þª\á6\Ê','wp-content/themes/houzez/template-parts/search/search-mobile-nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-mobile-nav.php',0,_binary 'í­u44¹0ñq>Rš\ï',_binary 'í­u44¹0ñq>Rš\ï',_binary 'º\îsaQ|š4•\ã\ìûCÜ™¿u?µ³uHq{\åõ3¦\Î)','',0,'?'),(_binary 'g°½Á9©§úÏ³÷R\ï¹','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/installed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/installed.php',0,_binary 'ùVC^«šRCÁ\È$',_binary 'ùVC^«šRCÁ\È$',_binary '\Çaý.)_=	H’ŒnvCk:_#„öxã²´4²¿.\Û','',0,'?'),(_binary 'g±fö1ûÛ¶òy\ä;´_','wp-includes/class-wp-http-proxy.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-proxy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}4TÞ—U\æŸü°|¹›',_binary ']#\âj\Ýù\Ã+xòwÄ™¶Î·:\á‚\Ïúb\Ì\n™t¤c†','',0,'?'),(_binary 'g±\éoÎˆ\×kµ\ÒV/\'¤*','wp-content/themes/yith-wonder/assets/images/demo-content/company/refund-policy.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/refund-policy.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î¬\ì\åˆT9\Ø].s&Ý³Ÿ\ì',_binary 'fs)iÝ€÷Hj\Þ\Ý+Ÿ–[wú–._­m\Ù\'E\éFœ2','',0,'?'),(_binary 'gµsô\Î)¡³mý\ç%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì\ç“`rœll¡3@Þ !s',_binary 'F+RZÏ‚®eQ$ep\ë•G%Ev\Ñ-\ÞþxE','',0,'?'),(_binary 'g¶]e…\Ô!^…‹(PKð\Ë','wp-content/plugins/wordfence/models/common/wfTab.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/common/wfTab.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2öT\Ô}šHW\'<}\\',_binary 'ZÂ¥|ÿs\éS\Ì8e•Œ3\è‹EØ—ª$‰Œ\Ö\ÆÜœ-h\å','',0,'?'),(_binary 'g¹M¦;5\Îûƒ4v/€@©','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/StreamHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/StreamHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4èŽ’,J’\0?d“”q\â',_binary 'W¦¿6©q÷g	vg—7\Ð\r\0on?÷•t<œe,	Õ—?\Í','',0,'?'),(_binary 'gÀ870_\Ü`\î\Î6\Ì\ïôXT','wp-content/plugins/revslider/public/assets/svg/maps/ic_edit_location_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_edit_location_24px.svg',0,_binary 'À]#b\Ú\Ìýò\è\Ù	\Ã-\Ø',_binary 'À]#b\Ú\Ìýò\è\Ù	\Ã-\Ø',_binary 'Ð°\"²ˆ0k¥™v‹—[×¯1.`‰fi‡]½\Æ\áFþ','',0,'?'),(_binary 'gÁ\Ä/S‡\åL\îß¥\Æ','wp-content/themes/sinatra/inc/customizer/controls/background/background.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/background/background.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C6¶\ê\å¥=,ó¶s =',_binary 'GPùüÁo\ÄHI€: 5Y\Å¡ºpS\ÅZÐ›{€','',0,'?'),(_binary 'gÁ\Èb;õ\è¥kß«¬(õ\'','wp-content/themes/houzez/framework/stripe-php/lib/Mandate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Mandate.php',0,_binary '¥—}VÜ½ŒŠ\Z\ÉÿIp',_binary '¥—}VÜ½ŒŠ\Z\ÉÿIp',_binary '€\ãÔ¿ôz\Ó@|rª­\\ŠÎ‹z£Bÿ›h“½µAbÿV\Ñ','',0,'?'),(_binary 'g\ÅgT\äk	oz\ë\Ì™','wp-content/plugins/google-site-kit/includes/Core/Dismissals/REST_Dismissals_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dismissals/REST_Dismissals_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æüê¬‹\ÒmSú\Ê|Ž\âÅ„s',_binary 'ºa™Ð»*+³–´…C3*+2ö5Ì°\×@>¹ÊBn','',0,'?'),(_binary 'g\Îøº,A1¯¹Œ‚}\Â','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_24px.svg',0,_binary 'z´÷WÛ \È\åÜ¹¾–\Ö',_binary 'z´÷WÛ \È\åÜ¹¾–\Ö',_binary '‘4Ú›`vX\ìM <m±>\ï—\×Yd\ã\Ð\Ý\æ\r·\Ëf‡z','',0,'?'),(_binary 'g\ÏO¹—¥™\ÑP\Ñ\Òm\âo','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php',0,_binary '\Ä\Z½”ù¯eøðG\Äü',_binary '\Ä\Z½”ù¯eøðG\Äü',_binary 'ù¬U<¡_e»÷]?\rPŒñ\ÑP”ªQ1?u\"€X\éô\à','',0,'?'),(_binary 'g\Ð¶~)²~¥sºÊž“ûI','wp-admin/includes/class-language-pack-upgrader.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-language-pack-upgrader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·hÖ˜Ë·!Ä†7+b†‘¶',_binary '\Ó\Ä\åôF\\V/¥;\í\\\ÜÒ²G\Ë\æ\ëßª\Õ\0>\Ï\ë…ñ','',0,'?'),(_binary 'g\ÐÀ\\¶4ôZŸòqF›©','wp-content/themes/houzez/js/vendors/i18n/defaults-ja_JP.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ja_JP.min.js',0,_binary 'R¨RˆCÓŠúw¾|*}Z',_binary 'R¨RˆCÓŠúw¾|*}Z',_binary 'Lœú\èH5^oJ\á¿FkAdƒŒ«gòL\Å§J¼\ä2\Ú\æ','',0,'?'),(_binary 'g\Ó3\"–ª\Ô8¤9»2:3?E','wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã1n\ã€J«*$\0E\rõô',_binary 'F\'E0>«ß¶¨™Zœ\Ó\Å4—róòZÁ7û­\ã8˜','',0,'?'),(_binary 'gÓ\Ù\"}øH\ß\ê,\ë–dñ','wp-includes/blocks/social-links/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®K_\06]N¥‡ \è\Õ\Ð',_binary '+\Ç\ãKÿŠ)Ü†u\Æú¢\Ö|û3ÿ3ñ\'~«¯G·P\Õ6','',0,'?'),(_binary 'g\Õd#—†re\å:¬M¾\Ç','wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'g\×_\Ù\ß\Øó÷\àV8¶\Æ]','wp-content/plugins/elementor/modules/container-converter/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/container-converter/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gMúC…f\Ña(±\ÕrZl',_binary 'b\îµ\ÛÒ•c\Ñ©›:*›\ßÅœþúS\Ü0~4¤Œ¨td','',0,'?'),(_binary 'g\×Ç»)šuË¾\ÌF#&5\Õk','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/PagespeedVersion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/PagespeedVersion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ói€\Ê\\Á‰¹Â™Jƒ',_binary 'l¯#€ˆš\çð”R®e\'Š¼5…f\Ä{–‘&n‡¿]','',0,'?'),(_binary 'g\Üƒ\â\ë;¹?.À•þ@','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-24-4.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-24-4.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kˆNl´=M\æ´} \Ø\ìû“',_binary '‰\í\×4ñJ\àR”€+\Ï\êm\í…b%Y\Â3™\Õ\îa51\å--','',0,'?'),(_binary 'gÜªÀ\ÂQþ‰[JŒ–!\×','wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/SendEntryTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/SendEntryTask.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÁûÜ¦\Â	 ½[ðO¶4<\ß',_binary 'ü\Ñ.0½…«d»)\Ã\Ê\ÕÁHÜ…rÆ¸À\Ý\Ñz2À\Å6·¬','',0,'?'),(_binary 'g\ÞG\'Q…S\Â\æ{yt\Æ','wp-content/plugins/wp-rocket/inc/Engine/Optimization/ContentTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/ContentTrait.php',0,_binary 'U^,{f\æK$\ê\Ä_!',_binary 'U^,{f\æK$\ê\Ä_!',_binary ' ª¥/=•g±Dx\rtF…€\×	1\Ö\ápOøZ\0\Ë\ÊluX','',0,'?'),(_binary 'g\éc\Ï\áQ¥Oô©¼âµ¾','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/StrategyInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/StrategyInterface.php',0,_binary '·°\Ø\ÚYÀ8b¶óø²',_binary '·°\Ø\ÚYÀ8b¶óø²',_binary 'ƒ¿­„Óž\\]¨Í•fm]#¤¦z\"ò±Ù Þž=ˆ±','',0,'?'),(_binary 'g\ê›\ê\Þ<X·_¡÷ž\n','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_classmap.php',0,_binary '¿\Ê24_\ÅK%·U§!\è',_binary '¿\Ê24_\ÅK%·U§!\è',_binary '{\ëô”›$S\Æ	[’#‰nc¬p;\Ü 1šVr\ZG\Ë\Î\ï\Ü','',0,'?'),(_binary 'gñð:£bë™€\îNPu\ç\"','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/nouislider.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/nouislider.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';Î†\Ù\Í\ì\0ù=›RÝ½',_binary '½¯„û|\àRaž\\³Óºå¾˜\Î\Ð\"‡-ô§g\ÐÌ½','',0,'?'),(_binary 'gõÆ™\Z3\é™ö3\Ä\Ê%\Ü\æ\î','wp-content/plugins/revslider/public/assets/svg/file/ic_attachment_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_attachment_24px.svg',0,_binary '‹Às–{&\"vç¾¨\Ô\Êv\ç',_binary '‹Às–{&\"vç¾¨\Ô\Êv\ç',_binary '^D³¥\î…K\æ\Ó9@OªØˆk¶®–x\ÅW\Äù','',0,'?'),(_binary 'gõ\ä]bR%ˆ Z\ÛEº','wp-includes/js/shortcode.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/shortcode.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ±>}OP\ã8Z,Ob³º™>',_binary '»\Ù\Çùƒ\Â:­ôD£aœ!†Ù‚ÿv™ª€§2\"!','',0,'?'),(_binary 'gø+\Î_óP=¥y\ÍP…#','wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\ÌkO\'\Ü2S*h\Ø\ç;[„\\',_binary '!^eL³ös•RÍˆH&­\å7ªB¿¾’ƒŒDHQ…','',0,'?'),(_binary 'gþEd\É\ã1¢\ÒD}\Â\Âü‘Š','wp-includes/js/jquery/ui/autocomplete.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/autocomplete.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jS\áŠ4[7\Ô÷\"b qhNy',_binary '$E]T··B[UqŸ\ÎÕ²cÎ±¦¥6\æ»\ÙÚŸ¢0•ô','',0,'?'),(_binary 'gÿP\ÉmqkUü\Ô\Ò‡\å\\c','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_AbstractField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_AbstractField.php',0,_binary 'W\ÆX\æúv\ÓvlX­8…š\Î',_binary 'W\ÆX\æúv\ÓvlX­8…š\Î',_binary 'qdwLÔ¹ºL“\é90¨\æ‡\Äk¶“9dZÿ£+T€`','',0,'?'),(_binary 'hiùFÇ·Éµx\ÑÀ\í½N´','wp-content/plugins/wordpress-seo/inc/language-utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/language-utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4yJ·\ã`{\á\ÆZõYPz',_binary 'H\Ò\Z„;\í©\ãN<’yzg\Ú[H \ÂÙ…m6vo­®¹','',0,'?'),(_binary 'hå¡¸ \åÒ²f¹\å\íþ','wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï{ð¬\ì¡B–T£wQõ\ä',_binary 'gÄ¬\ï\0*®<O|÷5\Ó·Sj=ö%\ãµ\Òð-Ÿ$×‰','',0,'?'),(_binary 'hÿc¦d„\ÛL¼2þ²D\ï','wp-content/plugins/houzez-theme-functionality/classes/class-api-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-api-settings.php',0,_binary '(¶ý²¸jOß©‡y\äCú0¿',_binary '(¶ý²¸jOß©‡y\äCú0¿',_binary '–@™7¹½®\Ù\ï\Ó\î-.\ãY›\â!\âi:zÐ—\Â\æ\à','',0,'?'),(_binary 'h	\0h\Ëú§\Üq ­Š{\ÐA','wp-content/plugins/updraftplus/includes/updraft-admin-common.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraft-admin-common.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?++\ánù\ákF\ÈItI',_binary 'fgt!sß–\0\ë¿8\n»Kº\àŒ¬Àc+;±\â_','',0,'?'),(_binary 'h\n\Ì1\ÚQ\ä]š\á\Ð+X‘','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_65_ffffff_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_65_ffffff_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å¨ó.(ý\\\'¿\í3È¨¹µ',_binary 'olœh®€¶i6›#\ÑK@J¬³´Û)G\Ë\0JÏ›7','',0,'?'),(_binary 'hZ[ý€=—\ïw–rŒ','wp-includes/sodium_compat/src/Core32/XSalsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/XSalsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\\™®”ñõ\à:R/\â+',_binary '\ÞÉ«¡ÿ‡¨\Ðø\ç\Ì:ª»¶jN\êmm©ú†½R·ª¸[','',0,'?'),(_binary 'h\ZOhlø\ç_ø\ÍLm/\å·','wp-includes/class-wp-customize-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')E\Ô\ë*?\Ñþ	’,ž',_binary '2\Öw\Åf™•’LYþ20jÿ+0\ËW›¬,!1O9Dò','',0,'?'),(_binary 'h d\Ñ’ê»…2ö\Ã_Àr','wp-includes/functions.wp-styles.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/functions.wp-styles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[[V‡½-´\äxÀ×o‹ü',_binary '6§Thü@ŸýJ¬[„ñNnl\ÂO\ë[\é6*™\é6‹Š','',0,'?'),(_binary 'h\"±£Œyö2ýZ±¡·','wp-content/plugins/google-site-kit/includes/Core/User/User.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User/User.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Lj`—\Ëe„œ•û F\è¾',_binary 'å ·Rõ—](†Ÿgz´\ê ·\àhß½/\ê·¬£4’_±','',0,'?'),(_binary 'h0X-\Èiÿ»\Õ\á^\ÌG`8','wp-includes/pluggable.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/pluggable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}bT5dÑ·\ëvWyyI*O¢',_binary 'Á‘‰y\0‡5£\\Zß¬´\ÙX	°ž/lþ¡1Ø›VFª','',0,'?'),(_binary 'h3ò\ÛÇN¬…\Ê\ÚO\È','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_outer_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_outer_24px.svg',0,_binary 'A¿,§ž§0^\Ö_\É,\â=ô—',_binary 'A¿,§ž§0^\Ö_\É,\â=ô—',_binary 'ø?\ZSb\Ë\\\åcýWž_Bf9\Ñlù»¾eÌ|¡\×@','',0,'?'),(_binary 'h4¬‹ò#3\Ç`Ž-Ýˆ¨\"¢','wp-admin/profile.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/profile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î\0ð\Ö,”û\Èøg;ê™´',_binary 'ûC«™q¨ñýN,\Ù`v¬S›±*\î\Ò\ßZ[\Ü`\Ó\Êô­m\ä','',0,'?'),(_binary 'h5oC[Ö’\Õ\\Ë˜^\ÜVq7','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý/\"òÎƒ\ÊYp&F†\ê`¿',_binary 'n·÷,^G\Ê\Æº~ø{	S\î+7ðÈ±|\î\êŒþ\è','',0,'?'),(_binary 'h9·cYñ\é~©d\n\ì\Ïs','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v4.php',0,_binary 'ûú\ç.@´^\ÒE–0m\á_Á',_binary 'ûú\ç.@´^\ÒE–0m\á_Á',_binary 'ñ§4¶\ê…\Ò\Ù\èŠ\Ã\"4\ÑËª\âR“1óš\\¿”Ä¬\Ãƒ','',0,'?'),(_binary 'h@Z\É%R\ë•F\ß;ti\\m','wp-admin/css/login-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/login-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›(ZrZª\Ö@\"\î.ó±‚M',_binary 'ð\Çmž¡¡ \äÁmó9Š\Êñ\Ó&¯E+Ÿ’hÐ¦†','',0,'?'),(_binary 'hIŸc\à¼\ä·Ji2$\ØWE','wp-content/plugins/wpforms-lite/assets/images/anti-spam/custom-captcha.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/custom-captcha.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j_ry3P\ÃgZ	\Ôþs7\Ç',_binary 'N>ù9\Ä\\N\èË¥OÚz.t4\0÷aIš\n\ãn¯\äEn','',0,'?'),(_binary 'hN<µ|\æ‹MÖò‹©\Õ','wp-content/plugins/wpforms-lite/src/Migrations/Base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=t²ð\çg\Þ\É\É`Ç”üF',_binary '.A-34kŠR8µ]Ô»#]y…C<N\ã\éµóZ30\0','',0,'?'),(_binary 'hTª\Ü:\ÏTª\Ëk“W\ì§\î','wp-content/themes/houzez/template/template-listing-list-v5-fullwidth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v5-fullwidth.php',0,_binary 'U}\å»\ålz¸¤‘‘œ«˜T',_binary 'U}\å»\ålz¸¤‘‘œ«˜T',_binary '™‚]˜d\ì\ãýqB\å1¡¥®fP\Ñ\×~L\Òg¶\æ÷}¦(','',0,'?'),(_binary 'hTÔ•‰¤w\ä\0\'„FŒ¬','wp-content/plugins/updraftplus/methods/openstack2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/openstack2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨MBø§\'_¹‡Y²:',_binary '\å‚ÿƒ3ED\È™ê­’ÁMH\Õ\Ò1g\Ï\á\Ûq\ßDS\Ø','',0,'?'),(_binary 'hVÛ‚+¬\çk©uù¹jN@','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php',0,_binary 'EO	:\'\ZÓŽšñ\Ô\èXƒP',_binary 'EO	:\'\ZÓŽšñ\Ô\èXƒP',_binary '+s¿x}^ðd¢1^®½g\Â\ÓRö\×ÿ±£\Â.û©£Ÿ','',0,'?'),(_binary 'hV\Ù\Þ\êþ>h¹Š9ý\rh#','wp-content/themes/yith-wonder/styles/06-gold-shades.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/06-gold-shades.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\é>º|Jþ2lôJ\ÒIz©',_binary 'D´‹\Ø\îŠ2ž\"\Ì]\ï@ž\ÊK‚	HŸg\ÝüA<€²Œm','',0,'?'),(_binary 'hX{h—\ßel”ðv¬_£','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Stream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Stream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7}‡3ö,`“YK¥`ô',_binary '\Äg<ð³}\'\Î\ÚØ›.˜&Ò¥žŽ´\ê£ú8—­¤¸ö]\"','',0,'?'),(_binary 'h\\{ø§t¹\ÏO<p&\çAE','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/HostMessage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/HostMessage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-^œu‡\Ær0$» \Ñ\ÙL',_binary 'T­gÁW–\×M.7½ƒm+\ë¶\æ²õ\ëO’8\Ä','',0,'?'),(_binary 'hc\Þ\Îøþ=õ £ð\à¯0\é','wp-includes/block-patterns/social-links-shared-background-color.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/social-links-shared-background-color.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆŽ\â}¢\Û;`\ZÔ´ˆª',_binary '>\ê**°¹?\Ä-T*þ\íH¾%9\Ä/ðE¬Vy\ìf','',0,'?'),(_binary 'hf¾\Â\ÍY_þÿßž\ß\Íl','wp-content/plugins/one-click-demo-import/assets/images/icons/brush.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/brush.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\ÒI&;a\Ïi¿ö\"~=',_binary ')²)\Ôs|G\05–%\È4œô™4AMS\áAö\Åfþ®','',0,'?'),(_binary 'hg\ßt\Å#ø\ê@¬˜÷0÷ú','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Òš7Û‘9;‚ˆNª\'\à$›',_binary 'JMÛŒZ \ÌN…G\r‘µD\ï\×½/öµª‚\îW\r.xt','',0,'?'),(_binary 'hv`£8\Ö/\Ò¦ò«','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/cs.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/cs.js',0,_binary '¨ˆ\ÇpxEgƒZ]}0œ\Û',_binary '¨ˆ\ÇpxEgƒZ]}0œ\Û',_binary 'I\ç°\ß˜.»š\å’‰\ãsúm\Ò_k:\Ça yÆ·ü','',0,'?'),(_binary 'hv¹¶k\ÎÑ‹Õ¤Ø‹¸X\É','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-network.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-network.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”±°=\×\Îi<\Îs\Z',_binary '¶\î‰Noº‡^úðÜ»¦\Ð=\Íøp?V-`\æaYv','',0,'?'),(_binary 'hxhsõô•–»¶AiŒ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/az.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/az.js',0,_binary 'rŒ•cÕœD»Ÿ \Æ',_binary 'rŒ•cÕœD»Ÿ \Æ',_binary 'h©Õ¬Y\ÍTý#´Šü\ìWˆ\Û\Í3lœ”]\Õ\àDšY®\Ý~','',0,'?'),(_binary 'hzVö\è\Ò\Ðz$=\â¶\Åý™','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ8d\ß\0\Ã\Îbú^Gªð',_binary '0˜g•‚\Ï(\ÅwŠ~“8`Ê”~c¼úýCõK–±!\í','',0,'?'),(_binary 'h{N2÷\íd\å<*%¡U','wp-content/plugins/revslider/public/assets/svg/content/ic_reply_all_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_reply_all_24px.svg',0,_binary '	‡\Çõ«èž¥þ\Ös',_binary '	‡\Çõ«èž¥þ\Ös',_binary 'y~¯«/\æ\Ìþ““t»bLdN\Ýöµ5\è\ãe=sTª\Ùb','',0,'?'),(_binary 'h|hEˆˆf:Æ±2š‚~','wp-admin/network/theme-install.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/theme-install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'å ·È¹\èüµH^r€',_binary '\ëfˆkL‡\ìö\Z¥)h/F_\ÜÁ\ÆMŽ9¥jùªV¢','',0,'?'),(_binary 'h}Mv1\ZQlO™ÿ\Éó','wp-content/plugins/updraftplus/class-updraftplus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/class-updraftplus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z0\ßo•Ý‹ZgŸ\'ˆM<\Ù',_binary '\Òd#þ ¹1\ä®o¢ù\å\àFô4\ÖA_\à\îiut','',0,'?'),(_binary 'h~•\Ö\\–\å@\Õ0M5¼YH','wp-content/plugins/updraftplus/images/notices/summer.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/summer.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T‚B—\ÇEŸ\r\ç½',_binary 'd§,\Ö=>¦\é–a\Ül¶›Ÿxð¸Æ©›„U6™¿\Îy\è‰','',0,'?'),(_binary 'hŒ\ìAø[†þc\×*H\æ','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'×ˆR—·t(ušwðAtU|',_binary 'ðIw	\r;,°*[U{û\Ï\Ç²KN–N«u5\'g\r','',0,'?'),(_binary 'h\Ç\ÒGüY¬)–xŒ|Ÿ\Ó','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-google-map.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-google-map.js',0,_binary 'A–ž¥@$½n\Ëò‚ø`\Ç|',_binary 'A–ž¥@$½n\Ëò‚ø`\Ç|',_binary '\â®Àº0`“/õ\ì\ÚZŸŸ¡jtšŠ\Î¦\ï\ê\Ø|4w*','',0,'?'),(_binary 'hý\ï¤YgÝ;ðTz\Æ\r','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/_multiple.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/_multiple.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*r\Ãc\r‚B\Ì|¡\Ôda\é\Þ',_binary '\ÜWùB\Ð\ã\nÐ¯=‘\Z›P\ÏNÁ=f4ø\Ä\ÊP\å','',0,'?'),(_binary 'hƒV‰¾šŽ\Ò\\–ô­w\àn','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Compiler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Compiler.php',0,_binary 'XÈž\Í­…\Ù6#\êb…¬',_binary 'XÈž\Í­…\Ù6#\êb…¬',_binary 'tZp\ÝO]4õó­©·n±¹\'ž}r\ÐQYG¢O]','',0,'?'),(_binary 'hƒ\é.™¥b\"l°^Sj','wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­c¦&¹\Õ\Ý\Û\Íl\ËP\Õô',_binary '\Â,bù@ 9qPl\Þ.dþ\rN·Tvx|@øªç˜šG','',0,'?'),(_binary 'hF¸Œ0ùVS0;©','wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v2.php',0,_binary 'rH¢¥Q5;@\É5 0=¬',_binary 'rH¢¥Q5;@\É5 0=¬',_binary '&\'\0y\\\î9oU„J\êS(›\â`U\í{#\ÂC','',0,'?'),(_binary 'h,õeß·óÂ¬ùÂ‹ ¿','wp-content/themes/houzez/template-parts/dashboard/board/enquires/add-new-enquiry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/enquires/add-new-enquiry.php',0,_binary '\í-Mº¤ž›\á\×ú\Óþ\æªZ',_binary '\í-Mº¤ž›\á\×ú\Óþ\æªZ',_binary 'F[<ŽWõµ%þqF\Çrmµ#!º‰\Îjµ3ðDò','',0,'?'),(_binary 'h›OM->J‹-¬÷ŸŒQ:\æ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ\Î\çËƒ’œª³\ß$f',_binary '1‹\Ò\íÿ\r{l”5\Z(;o©ø\Ý,b†]hF¢*5¾L\ì','',0,'?'),(_binary 'h OT,$\Ý\â(ú˜\ç\ç\ã\Ëô','wp-includes/blocks/site-title/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý’\Ìþ¯9f \0ð,C',_binary 'ø©|4\àG”ê‡Ž¦¿ACKò‰ÍE0q­\"\Þ','',0,'?'),(_binary 'h£K\èc\0Õˆ\å¿p7\Ù\ç\å\â','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/clone.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/clone.php',0,_binary '‹–¯¤5Áø8\Ï\ë!r>‡\Ü$',_binary '‹–¯¤5Áø8\Ï\ë!r>‡\Ü$',_binary '\Z\Ò/Á-\nùZ€‘¡E{\ÐZ+Õ©–+ÕƒHpln\Â','',0,'?'),(_binary 'h¤Yùs~}\Å8ø“ü˜\0T','wp-content/themes/houzez/template-parts/realtors/agency/single-agency-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/single-agency-v2.php',0,_binary '}Ó¹.u¯ÀwH9Rýs{',_binary '}Ó¹.u¯ÀwH9Rýs{',_binary 'E_´šK“û¥^\ãþw’¸ü£+\çiÏ¡p\Ý~šU~','',0,'?'),(_binary 'h¨€c!\\d/\é \0L]sD','wp-includes/assets/script-loader-react-refresh-runtime.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/assets/script-loader-react-refresh-runtime.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡\àšû\0¶!\Õj1M/>ûƒ?',_binary ' V<\ë\Æ\Õ#Y’&=\Æz;­\åôI\×0\Ù\Ã\ÃžNlz','',0,'?'),(_binary 'h®\Ë~cTOo¶y4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯f\"ü»Œ\ç#6${ JL\'\"',_binary '\ËeÅ‡Ž6\Z(«q\Ë&…Ú¶¬\í\Â]œ\Ì\Æ\n÷Cli‡Þ©‡','',0,'?'),(_binary 'h°\nH\Ò¤…tý£›\îl','wp-content/plugins/wpforms-lite/assets/images/addon-icon-webhooks.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-webhooks.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>is\ë&ÀYr\éì—“fS5',_binary 'Îžœ\êrysœps–qT\nh›dc‚qÑ·rpÀ¿1WUþs','',0,'?'),(_binary 'h¶Iý©b\È›Ÿöv\Ùð','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/672.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/672.js',0,_binary 't\è\Î\ÃÕ‘L`Â«Ñ„i:',_binary 't\è\Î\ÃÕ‘L`Â«Ñ„i:',_binary 'ù\íü´…ºv+\ZÀ/[\ë&§E`xO>=¬\âe1Õ¢rS€','',0,'?'),(_binary 'h¹_õúAÒ¶>š5~*Ml`','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/field_palette.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/field_palette.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0¤\"wx-’J:¢(º\Z\Å\ã\í',_binary '\ÇX¹.g÷=\Ò|,¬\Ï\ã2\Î\Ë\ÎS\È\Üß„\íz(i{','',0,'?'),(_binary 'hºM±Vžm\É •\Ó›²','wp-includes/blocks/categories/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–©·†òø~±B[|ùl',_binary '\ãÁ\'’´Y’9ó \ê9…¹_¯Á›\0&	“°ÿ','',0,'?'),(_binary 'h»<²]“”\ìOpNCÆ´\æ','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§ù\Ò@¡ž\Í Ê°8: œ',_binary 'KK\éMJ\Í\Öi\Û\Ã\âµÙTQ.\×9\ê2=«ô\èw1ñ|\ä','',0,'?'),(_binary 'h»†°K¾÷\Í%¹¼´H;NC','wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[zZ\'_A úý^X\Ø',_binary 'dNð*ôŽ…m$1^\Õ\\@¿²\Ó\Õ\ÇSpe\Ú','',0,'?'),(_binary 'h½\ÇIKr\Ãð­²ú(¼','wp-content/plugins/updraftplus/methods/template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\ç«/Bª¼‹)ñb\Ù',_binary '\ÌIbñ\å\r\Z‘­Ñ˜ŠŒ)\êÔ¶\ÑRƒ\Õ1II¶E','',0,'?'),(_binary 'hÁy¤v¥ùü¾¤°¾\ép+À','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-gallery.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-gallery.js',0,_binary '±ƒ\ÝtT\ësPKÂ®Cý÷Q',_binary '±ƒ\ÝtT\ësPKÂ®Cý÷Q',_binary 'o\nË…¢F\áS\æ\Ñf!\î\"›r\Õ\Ò`‹1\îe®*u¼~','',0,'?'),(_binary 'hÅb\Ñ+&|ói\Zø×®‡','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/action-scheduler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/action-scheduler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸•x6¦¯\ÇP`Sh\Ègy˜',_binary 'VGb(T¦¢\×\Z²šB-$WÝ—]\Ì0¥)\î°ú\Õ ','',0,'?'),(_binary 'h\Æ\"\ÄÏ¼!\Ô&\\8','wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V\Ì`H\ÜH.Ü±\Ö$¯|\'u',_binary '\é‘D\Æ\0œ@\Z\ÐÏ“\\\ÏõªóZ<?\'Tµf8©±wƒ','',0,'?'),(_binary 'hÉÀ¾\Ër®ÿ¾õª\Äu\ã','wp-content/plugins/updraftplus/includes/class-semaphore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-semaphore.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µÖ¡+Y\Ç\Óô“´’PÀ\Ó',_binary 'Bú¬i-þ<´©atÎ²Vò,Hß›\âÀr‚PB–± »','',0,'?'),(_binary 'hØ¡®¾‰õ\Ê]|s¼¯\É\Z','wp-content/plugins/houzez-login-register/social/google/contrib/Google_BigqueryService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_BigqueryService.php',0,_binary 'R\Í\Â¥•›CÆ¨¦›œ±oE',_binary 'R\Í\Â¥•›CÆ¨¦›œ±oE',_binary '\Îý\×ó®ulñ\Ê\è\ì´Á«ˆMp«O\Þ.W‡™','',0,'?'),(_binary 'h\Ù\Ì×¥‚M¬?46\äQ\Ö','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal/Session.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal/Session.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åô‡M\é^ñV\éWJ\ê c',_binary 'zE$£Œ`Ó®D¦[>u\Õ}ÿT\É\Ó(½U\Èe¿„7Éo¿','',0,'?'),(_binary 'h\Û 4ú‹rL\Ä^ôœ?‚¨','wp-content/plugins/elementor/assets/js/5975ee58d21883e10a11.bundle.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/5975ee58d21883e10a11.bundle.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚\'\ê+ÁË©–œÿMS‡š¦',_binary '5t\æ”NHýâ‚‡lQ™¥bU5ó\"@(ƒ%q2u•\Ø','',0,'?'),(_binary 'h\ãD>\Úw¡£(—=c¬¶¡','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æqZ\ß\áˆQ\ê\Ó\ã—)À',_binary 'þ®^‡[“ûJÇ«Z6®}“{¤(wü\×E:$cŽmµ9‘	','',0,'?'),(_binary 'h\åvJóžü ^¥\ï','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReport.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReport.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '².N+Î•£¥\"4QT\Þ\Ä&',_binary '7R³sÅ’³Z\æ\Ì!(\â#“ˆ2r\Üöƒ¨\àE\ËvÆ•Š\È','',0,'?'),(_binary 'h\èîˆ„<fô#·n(8','wp-content/themes/twentytwentyfour/templates/home.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/home.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D(ž`\\\è>1H]i	\ê',_binary 'Vö|\ÈÑ’\Ú?\à)ƒ¹zRŠ¬A·gþaà°·\ì…','',0,'?'),(_binary 'h\éç§‰@\ØW¥£\'D/','wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{Àl\"\àg®÷bõ«§žˆ',_binary '^]\æ\n6J˜>K>\ÅgŽdn\Òû¶†vÑš#©Ï¢','',0,'?'),(_binary 'hò\Î\ÇQKøV<r:Mg_\Ï\æ','wp-includes/js/dist/format-library.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/format-library.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–§_:<…KL§$¢7\ì\çH',_binary '¬ùFô¶úh€Ý™Å”C±ñd^3´¾µ¤n~•¿M`:®','',0,'?'),(_binary 'hófø\ä\'Á2Ó”U Žw\Å','wp-content/plugins/updraftplus/images/icons/azure.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/azure.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rœ\Ã\Èð~I\Û>®	iX*',_binary ':f“\î\Ó\Ï\Æx¸uñ%ŠoXw\ã|ipÓ¯\Èþc|#j','',0,'?'),(_binary 'hõÀYL%jVšeGwo‡\Ø','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bm.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bm.min.js',0,_binary '-v^•\å\r²y\Ï¦w}\Âs›',_binary '-v^•\å\r²y\Ï¦w}\Âs›',_binary '=mG	\ê«IkZšK\ä\ì\ËbCM‹°”\èG÷·3\ÒZü¯ƒ','',0,'?'),(_binary 'hùsùq&Œ;3	—<‡','wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\Úô–\É\Íg¿\Ð\Ók\Í^‹',_binary '\Ï\ÐKH\é\â\\\ÐÖ›wš8E{\ì„\Ø\ë¹Ê¹\Â\Æ¹M±b\Æ','',0,'?'),(_binary 'iøœ]\ß{¬õ³0~G—Ú','wp-content/themes/houzez/framework/stripe-php/lib/Service/FinancialConnections/AccountService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/FinancialConnections/AccountService.php',0,_binary '4¶u\Û\ïU”4\Ô\'f“b§\n',_binary '4¶u\Û\ïU”4\Ô\'f“b§\n',_binary 'óžˆ\Ôa\Øe\îÀ¾|r\ÏgrˆvÈ¯!F‰–4\Ê\ç','',0,'?'),(_binary 'i‰·[\Íf\È•\èWƒò8','wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Settings.php',0,_binary '®¨\ëEŒ:\Z¤¾HRµ®',_binary '®¨\ëEŒ:\Z¤¾HRµ®',_binary '‚/Rn\Â?\ï!«\Í`|»s8>hT¼˜¤.\r’kš€’R','',0,'?'),(_binary 'iŠ\í\ÇkmCxþÊ·\Ëòù','wp-content/plugins/wordfence/lib/wfDashboard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDashboard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\è£ºA’-‘\â”†&R\ï',_binary '\éS\0H©üø\n#8yÜµ\n\í;Â¸@\Ê.=ò!¬B³','',0,'?'),(_binary 'iž¡A5\Í\\¡\ï\ë{{\Ó','wp-content/plugins/updraftplus/central/host.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/host.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'æ›Í´¥7\è\î\ß\Ô–º',_binary '	\Ë\è»&[?\à\ì-#\ê\ËÁf¬’j@\ÄÓ¶£üG¶º\Ë\Ì','',0,'?'),(_binary 'itAN«|†\ä\ä†2³E','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Synchronize_AdsLinked.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Synchronize_AdsLinked.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H€)©\Âý\Åe$\\\Ñ+\í\Êf ',_binary '\â2¦¾ Bi…\ÑA³\Ëboô£€l•ó\Þö,µ…\Ñ7•','',0,'?'),(_binary 'i6oVð5ÿ\×1ù,nú','wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$úe€Bg|)\\ø•ž`LE',_binary 'J @\ï6\æLoU\Ã=\ßý\Ã\Ñ\å-\é`… ø‘cC\Ç','',0,'?'),(_binary 'iœ\×{ù¾pW\rŽž9£/¤','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡A\Ê\Ä\ï—còŸµP¦…',_binary 'd\ì9þ\ÆI\">°\ï=‘5\Ì\æÀi8?A\Ç\ÖÐ³:\â\ÇXœ','',0,'?'),(_binary 'i»]$\Z<X“V\\\ç.¨','wp-content/plugins/wp-rocket/inc/Engine/Plugin/InformationSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Plugin/InformationSubscriber.php',0,_binary '@nFö¼ò}«zftlf$',_binary '@nFö¼ò}«zftlf$',_binary 'Š™!Â‰\Êo¶§Ÿ‹	ƒ\ã\Íhº\è£Y—^t¯G\0Ö¼','',0,'?'),(_binary 'i)R\ËNU¤\âmS† ','wp-content/themes/houzez/framework/widgets/image-banner-300-250.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/image-banner-300-250.php',0,_binary '\àl|…G\Ën`œi½\ÂV',_binary '\àl|…G\Ën`œi½\ÂV',_binary 's9ól\ç?ª°\Í‰\nÒ¥ˆÀh\Ùƒ*\Ã\íKðZÄ­','',0,'?'),(_binary 'i1!»\â2=I\Ê| V›\â¸','wp-content/themes/yith-wonder/templates/product-search-results.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/product-search-results.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' {¨;!õ‚\å8{gK\Ôh',_binary 'U‹Hk\ÑóQ!½Å¸\ï—CH{b\n™ö+\"•8‹o\ãQ','',0,'?'),(_binary 'i¢÷›¶2®DZ\Ñ,\Ç\Ò','wp-content/plugins/redux-framework/sample/sections/slider-spinner/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/slider-spinner/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'i\Ø¶\0˜øÚ›Çˆ+\ßú','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r\ç¾\nŽ8\å¿5ªD\ËH‚u',_binary 'zI\Z@M#~Ý?hñ›4P\é\à\ëi\'a1\Þ>XP','',0,'?'),(_binary 'i\ï\0“¬L`Ç¦ò›dH','wp-content/themes/houzez/template-parts/dashboard/profile/password.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/password.php',0,_binary '\äý¥A°j\é\ÊK\Ìzý/',_binary '\äý¥A°j\é\ÊK\Ìzý/',_binary '\ÏN¤T¬\Ö,\à\Ä{­\'¨ZÁ\Ó\ì\0t®\àY¾10°\Ý','',0,'?'),(_binary 'ië½¼\Ôi?ù»Ÿ=§','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+\äŸ	qL±+®S˜m',_binary 'h¸\0·wgøóA[‘Y öz?ôö««¹y!\åÉ³¥—~s','',0,'?'),(_binary 'i¢™;\Ùõ&™¾o\â®?','wp-includes/IXR/class-IXR-base64.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-base64.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î*6\Ö\Õ¯D¶T\æe™»',_binary '?F]Lª2}‡\Ù\ë\rSþ@b\Ñ2÷O­o\ÇuU\'O„ª','',0,'?'),(_binary 'i$‘ˆªˆ\ïOý{\ÛþŠ','wp-content/jetpack-waf/rules/allow-ip.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/jetpack-waf/rules/allow-ip.php',0,_binary '?\Ø\'@7²\ë¬\âŽvY}',_binary '?\Ø\'@7²\ë¬\âŽvY}',_binary 'E±$q\â°\ÊgF[9\Ñ‡\à[æš\Þd\êO¦ðl\Ëõ','',0,'?'),(_binary 'i$\Ü\×Ã‘«ø`o\Ýt\ÝJ\í','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/AudienceExport.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/AudienceExport.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ó£aDÂœÝ­-\ég¡@',_binary 'H½Ý°\äT\ç8˜¤yZPÇ¶d\ìÞ“,±ö\"ùK¾t','',0,'?'),(_binary 'i(\âô	\Ç0t7„@\âQú@','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$vš)W÷—œØ”¸E¶\ï',_binary 'Xþ•Š_<X\ÔKnm¹_ŒŸ\Ý&±‡K$E3S¶','',0,'?'),(_binary 'i,j\ÆÃ´pñ\ä\n‚‡','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart15.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart15.svg',0,_binary 'x¯(©ôR°BOÿ\ã,,)\Ë',_binary 'x¯(©ôR°BOÿ\ã,,)\Ë',_binary '¸’Kb”ôx°üü~Mj¥’À¬Q2yT\ÅP1\Ú','',0,'?'),(_binary 'i1:\ï\èI§\ë÷•¾\Ò(r','wp-content/themes/houzez/property-details/partials/overview/type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/type.php',0,_binary '¼Ožv>F2•=—\Ë\Ä\ç',_binary '¼Ožv>F2•=—\Ë\Ä\ç',_binary '}a\Î>cÁ|¢|fœ\Ô\âš%´(x!•\ä\éŽ\ê£','',0,'?'),(_binary 'i3,\"u\Ù\â…Ä‰Z4\"E\Ê\Ï','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èkB\íG\é®\Çbw>!\Ä+',_binary 'z \çFß“÷o\ÕeŠU&\ëªuw\ê3\æ\ZøŽ„t\âc&','',0,'?'),(_binary 'i3”|†	JP¸ñ’“*•','wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É‹3 3\ØÿG .ú7¤´1',_binary 'y6U\ÌŒ†£\ë\Õt\ÚÄ’fDkŸw±+Ñ‚_G\ßnaB','',0,'?'),(_binary 'i=+½Q5üoC+\ìœ','wp-content/themes/houzez/framework/stripe-php/lib/Service/AbstractServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/AbstractServiceFactory.php',0,_binary 'É\Ñd€<\" ¶$	÷“W',_binary 'É\Ñd€<\" ¶$	÷“W',_binary '¼³\×\ÒõJ¥p@#¿\îp°\Ö\ëzú©3¶\r¶¾\Â\ì|°','',0,'?'),(_binary 'i?!¾ñ Ÿ,½\éù\Ðj4úþ','wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×Už$ù\Éaf*\ìo·nŸ—',_binary 's%\ÃÔ¾û¤\è\á¹;\è-þJ–ï„ˆºÇ¼/p f','',0,'?'),(_binary 'iM‹¿°	ô˜lQX8\Ök\Ú','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Checker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Checker.php',0,_binary '\æ\Ë\Ü@gž\ÐE‚.ñL&\Ê',_binary '\æ\Ë\Ü@gž\ÐE‚.ñL&\Ê',_binary 'Ï€)^¢>ŒQ~X¸epü¬{L:bp¥µ}ñGQ\Õl','',0,'?'),(_binary 'iNDpwv)\Íô\ë“+','wp-content/plugins/wpforms-lite/assets/js/frontend/fields/text-limit.es5.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/fields/text-limit.es5.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó•“¬‚x\á \ç–n»\\ó',_binary '<q›J¨³Œ‡¦•8\\\Ñ\"\Ã6\ã~g÷¬\é<Ð­Tôm&7','',0,'?'),(_binary 'iTP¨³¼U(\æ€H\àQ,','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-copyright-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-copyright-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â!?¯Ý•RD!n© \Ô',_binary '\Ì\ÍGs™B|BÖ‡(\ã°q1E@;3\ÂILºmÁ,Á','',0,'?'),(_binary 'iYX\Û%”Å–D|÷\r\Ö\ì%5','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RapidLoad.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RapidLoad.php',0,_binary 'ø¼˜B„\ÖY„\åƒR\Ä',_binary 'ø¼˜B„\ÖY„\åƒR\Ä',_binary '\ËÑ‰¯0€‡åº9@g\Õ#UñA‰M\Æ~bû$*\Ðf\Ë\Ó','',0,'?'),(_binary 'ia{–-\Ï\Û\Z÷Ø™o³’','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž}©<\Ì\ÄÜŽ‚s¾òœ9',_binary 'þ\ÝQ\Çþ\'\Ør™† ¼t7¥\â=s*a`<¾z\Úo\Ô_','',0,'?'),(_binary 'ic{0õµ¯h8N\ÓG\Ú\é','wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\æH\ìA`øY¬‰åŠƒrÁ',_binary 'è™¥D”Š²{«}°¶9‘Zi‰\ì~«\å}~%7¯Bö)','',0,'?'),(_binary 'idÜ¶\Ç1¾\"—ôù\É^\ï','wp-includes/blocks/separator/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅE`f\ÂÊE\ë–™',_binary '\×\n\â~Ú¹‘`7·\ç\å‘|p\î\Ô\à„P\ë*6Žp£‡.','',0,'?'),(_binary 'ih7C•+y•\Ïw`1$Œ','wp-content/plugins/wordpress-seo/css/dist/featured-image-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/featured-image-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^™.\Ó	N½|8\Ì\Íb\Ì\è',_binary 'ôÄª+4c²]´F\æ\È	˜vòû±+‹\î°D¸\ßE&','',0,'?'),(_binary 'ii·Â\"oýC\È„³\×`','wp-includes/sodium_compat/src/Core/HChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/HChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[Rz@\ëMMQmr÷ƒ…',_binary '±qÀ‘òX9Oøþ¡a4ÁA¯\Þ\æÀ\Ä\Ï\'ôøò\ÝÌ¾e','',0,'?'),(_binary 'iiÅ½\Î\êñO‘Àk†\Î\æ','wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/entry-list.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/entry-list.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	\ë@\0ù\ÇaÈ„l¢š>=',_binary '«/\Ç`¢«—ö=S7fsdX\Ï4’«\ns÷Q!\Óxñ','',0,'?'),(_binary 'ijÏ—*n¸9*Áýn)m','wp-content/plugins/wpforms-lite/assets/images/community/youtube@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/youtube@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñH¥N]$zht¿S…\ædÝ›',_binary 'Ä‘\ë\Z©6?ˆyþ€\Îe?¬¾\0a˜\ZD\Ùi\Â5X¾\Ú4\î\'','',0,'?'),(_binary 'in=Áý½	À­›\ÞÂ˜l','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBLogger.php',0,_binary 'À1”Š&ÆúÁ›ÿô\Å1H',_binary 'À1”Š&ÆúÁ›ÿô\Å1H',_binary ',òõÁ@\ëj<©=˜\Ð>õWºf\ìŽ•Ö€\\“\r\Ï\é›','',0,'?'),(_binary 'ip8ô\ÐxŽrë¬¯‚.>e','wp-content/plugins/insert-headers-and-footers/includes/lite/class-wpcode-admin-bar-info-lite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/class-wpcode-admin-bar-info-lite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þh[zš˜\rý\åÀS \Þo',_binary '€\Ý?“\Þ\ÉÀŽ\'³\Î0¥6¿0eQ÷\ÓÔ‚\ÝXPœ4yªG','',0,'?'),(_binary 'ix|\Âì‡”b.mIPŸcóu','wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.ñ%>*\áC\ÔUX\Ø',_binary 'Q­\Êm·R\nš\àk\ÃuBG¨§9\ÈFþ5°lw¼05“ˆ\Ã','',0,'?'),(_binary 'i~\Òo2 ‡zQb\é\Í\Üù4\Ó','wp-content/plugins/revslider/public/assets/svg/social/ic_people_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_people_24px.svg',0,_binary '\æL„\ëbsh\å\æ…G‰n· ',_binary '\æL„\ëbsh\å\æ…G‰n· ',_binary 'Pe…[\ÉýFü‚¸yš¦\ÅÆŸ\ß\Ý6VöQwW^','',0,'?'),(_binary 'i~øE¡nHK#\çä™\r\Ö','wp-content/plugins/wpforms-lite/src/Logger/ListTable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Logger/ListTable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\ËÁ\È`)\Éj#ñ',_binary '	 ¦8]Œ|¬ô\×<ñÁG˜R¿	\Ýúgvr½¸{D\È','',0,'?'),(_binary 'i‚±6»F*ÁWp\ÉV','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hi.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hi.min.js',0,_binary 'ºi\Î\Ûè ¡%Ò¶÷@Ô·n¤',_binary 'ºi\Î\Ûè ¡%Ò¶÷@Ô·n¤',_binary '\ÞN^C=A©‡øfT–\Z(Rjñ\ÊoB#¦\ÆÝ£’•/\ì','',0,'?'),(_binary 'iƒ?o¿À·\rW‡+$J\n ','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N\ÄùÀ2Jå¨³ýYBç˜±',_binary '\ZP­Lã¨’\ÍžZi\Ét‘Aü§\ä®\ë\ã\Ø7d«','',0,'?'),(_binary 'iŠG0_W3b¾mex¿À','wp-content/plugins/elementor/assets/images/app/site-editor/header.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/header.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gA‘\"a.3m;s3ñ©',_binary '¿WD\àÖ˜\0\Í9J\Ë\"Pò°`À‡‹(\ÏÁ¼\Ãõv)û','',0,'?'),(_binary 'i”n\ÛC:Géº¸=oõº5','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementSegments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementSegments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—Öˆ=<R)\ÌDg}T1',_binary 'M‘`\ëÁ³\"•\Èks\ÙÿûÚ¬eÁ\é¿Øƒ·^b…:JH˜','',0,'?'),(_binary 'i–ˆþ\Æš\Ç\ê+ò\Ëu','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/InflectorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/InflectorFactory.php',0,_binary 'd²ª\\ÛœB³UŽ\íœ*Ã›Œ',_binary 'd²ª\\ÛœB³UŽ\íœ*Ã›Œ',_binary ';\Ïð\æ4\ÓYùÆ­‰·A&¬4\\-X\Ú÷\Ï¯\Ð=|\Í','',0,'?'),(_binary 'i—;+´ù¿O\ís\ïÖ¿','wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_I\É&(\éiW\â¨[‡0·û|',_binary '/\Z‚4°ö·+Ù­­\Æ\Ýú¤\"¾~\æ#q\Ü3U\ÜþÔ—{Á\'‡','',0,'?'),(_binary 'iž¦õu‹,tJ@\ÄÀ‚À','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z³IQ\îˆ4Ž\"\Ú\Ü\Ã\Ù1\Ð',_binary '¶B&?ß‘€La¸JY½¨\×\0¿gq\é.€šu\'\ÎÈ¨','',0,'?'),(_binary 'i£w6^ fµ³\ÆEº','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/DataRealtime.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/DataRealtime.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê\Ý%\íN± Û­œJ·o\Íc',_binary 'ø\È\ä\r\ê±cMN`\ÂJ\Äz-«\×\ï\ZÛ‘ô(\îmBý','',0,'?'),(_binary 'i§ùÁC›\ÐPVY\éO…k½','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':	ùZP¥\ÅZšˆ?(?\æ',_binary '$…»µ°\ã¡\ìy>$t\é\Ý2\Í/\"LµPLÀõ¢FSD\Ñ','',0,'?'),(_binary 'i±l\Âõ\"©/wW…SŽ\é¾','wp-content/plugins/wpforms-lite/vendor/composer/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•]_\åŒ#Dö´\0óƒµ\â',_binary '\Z ŸøÛ’ö%§4~N\Ù~Gh!b\Ø­:w‚˜ÉŒ¿™\'','',0,'?'),(_binary 'i²-ÿ\ÐX±8V[~Eû','wp-admin/css/install-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/install-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@;e×‰\í¶—ñ\Æ\n]',_binary 'ûy”( 8\âHá©®kŽ¸ª =BRN\Â~\Ó\à„Áb±','',0,'?'),(_binary 'i² CCù,¦+©ª\íþ','wp-content/plugins/wordfence/lib/wfWebsite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfWebsite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢Át\Ì~\áAJ\Äao­',_binary '¾A‰ölE÷ô¥T2	:ñ¼$“\é‚\éò¤&b’«','',0,'?'),(_binary 'i¹fB·´f\Ç<\ä¾dSZ¯','wp-content/plugins/google-site-kit/includes/Core/Util/Uninstallation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Uninstallation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0#?\êU¹SD¥§\è×›)`',_binary '®ÀQZü­†ˆ\Ë<\æfm²¢)\Ôoþ\Èñ—9¨ti','',0,'?'),(_binary 'i½\Þ\Ëõó\ëEÁv—š½Y','wp-content/plugins/revslider/public/assets/svg/communication/ic_location_on_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_location_on_24px.svg',0,_binary 'I‚}Ôš^¨\ÑÞµ\ÊQ\Zw',_binary 'I‚}Ôš^¨\ÑÞµ\ÊQ\Zw',_binary '\\]:\ã³0²\Ãcø°A7’kö¿±T¾§\å`ª£\Æ	(ýœ\0','',0,'?'),(_binary 'iÀ\\´¯›=X\ïh$','wp-admin/js/language-chooser.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/language-chooser.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸÓ¤\Êku‘lLS©',_binary ' \ãõr4\Ø\é¹ùiÀ‹j¿\"Üˆ‰\Ë\â\Ë6¹\Ì\Ï&','',0,'?'),(_binary 'i\Â\Ý\ì\ìÃ¦d\Ø?4Á\È\ß7','wp-content/themes/houzez/template-parts/listing/item-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v3.php',0,_binary '\ÉB™©²lX£^\Ìüž·\í',_binary '\ÉB™©²lX£^\Ìüž·\í',_binary 'u\È\0@¥õVô9,˜„´·/„D\Íj,FR\'û_×§‰','',0,'?'),(_binary 'iÆ k v\Äñ\í›|\n:÷T','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/class-redux-multi-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/class-redux-multi-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”C°¹€wgT¢¸[§ƒ€;',_binary '\ë\çYeµœl¡>xØ¦š4‚Øˆ\æ\Ðú÷L¡·\Z','',0,'?'),(_binary 'i\É\ãþRë¬¼\r_\ÕG›gª','wp-content/plugins/one-click-demo-import/vendor/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/autoload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘m\à®e1ñF•.yB¢«',_binary '°\Î\Þ\ìW‘œ+%Œº~­½F\Ôx? 9§˜t\ÄU\Ì\ë\â','',0,'?'),(_binary 'i\Ó\Î\ÕM\Ü\ã\ßÀœA;ºo7','wp-content/plugins/revslider/includes/coloreasing.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/coloreasing.class.php',0,_binary 'À­Qf‡÷S£@®¼\Z¯˜û',_binary 'À­Qf‡÷S£@®¼\Z¯˜û',_binary 'n\Û\Ç\á=`>®º8N+cv…\æ\Üó‘ü\Ð)NS*€\Ú\ã`','',0,'?'),(_binary 'iÕ½\Ð}-+J2«J\çd9”','wp-content/themes/houzez/framework/stripe-php/lib/Identity/VerificationReport.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Identity/VerificationReport.php',0,_binary '±\ä\×Ã™\×;›\àk|þN\î\ç',_binary '±\ä\×Ã™\×;›\àk|þN\î\ç',_binary '\Ö`õŽ]!/ù\"\Ú87Ô™r»c¼‹Ð \îJð\ß8\Ó\É','',0,'?'),(_binary 'i\Ý63®½¼C|w—tÿ„','wp-content/plugins/wordpress-seo/images/rest_api.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/rest_api.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\Æs\Óö\Çr\ä[\\\í',_binary 'YC.;Pa\ÜüŒ¤üJ\È}\É\Öœýx\ê¨\Õc\ÅCA','',0,'?'),(_binary 'i\ák\ìñ­½Cñ\íT,\ì','wp-content/plugins/wordfence/lib/wfIPWhitelist.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfIPWhitelist.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2¥h‰\Û2aE\Ò™0',_binary '©D\ê:\ä]è¸z°\Ù\Ð\Âýw%[‹j\Ìo†\Ð\ÝûŽX`\×û','',0,'?'),(_binary 'iäº›b\Ï6¦¦\Äe‚g','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aM\çZX\é	\Ûû‚K¨',_binary 'XBNyU½(Ò¯ ¹9@W\Ùþ\ãÿ¯ó7\é\êlö;\å\ïþñ','',0,'?'),(_binary 'i\çGËƒ\Êð\ç5l$‰ì©‡','wp-content/plugins/google-site-kit/includes/Core/Modules/Modules.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Modules.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú$&\Ñ\0ªŠž;7QB\åw',_binary '%œ½¶\ÖÑ³\ìl\äm“\î÷Á³§\Ö:´9\Éo6öUÁ','',0,'?'),(_binary 'i\ì–Á\'t¶k¦R_¸1n','wp-content/themes/houzez/template-parts/search/fields/garage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/garage.php',0,_binary 'S0ó\åS]]¢Z\ÑRþ\îF\Ûò',_binary 'S0ó\åS]]¢Z\ÑRþ\îF\Ûò',_binary '#a>QÕƒL»C¸Á\â\ì¼x\æ÷w\â–oex|M\à\Úñ','',0,'?'),(_binary 'iðYaÿn¾sJž #€','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bomb.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bomb.svg',0,_binary '­l’\îS{\Ê\ë©*xôö$\Þ\ä',_binary '­l’\îS{\Ê\ë©*xôö$\Þ\ä',_binary 'oS~·øE\ïQg{Lwô\ÑkvnˆÂ¿\Øj\æ8','',0,'?'),(_binary 'iôyÆò\ÚI\n€±ò&','wp-content/plugins/wpforms-lite/src/Admin/Forms/Tags.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Tags.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S•>·ùV&s*f³%ð™',_binary '(\Ì~_y´\Èd\È\Ê\Å\ÙÔ±&©lAÑ—üAƒŒJS\"…»\ê','',0,'?'),(_binary 'iõŽxôE@¹ƒV²\ÎÀE\"','wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°o[wU\ÛtUxe\ã\î¤$¦„',_binary 'À”ðb5wZ@\ë\0V@~‘¸	k!ÍºwÑ©\àu¸ s','',0,'?'),(_binary 'j\0bõˆ-\ê-&8¼\á\Í\×','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_b_and_w_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_b_and_w_24px.svg',0,_binary '~p\ÎñY{aÂ®g%ã¿·',_binary '~p\ÎñY{aÂ®g%ã¿·',_binary 'GcÎ£¤#P	0Ì¶/W\Òc÷7·\àG]6=\âµ‘7\Üb¯•','',0,'?'),(_binary 'j\'Œ˜KœdB ù¡´','wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Geolocation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Geolocation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Dcø\r§K!\Ï*°y\Ó8{\í',_binary '¶£j>©\ìE&=Rbœ\â§“©“\Ë\×D¥\ÈDú  ','',0,'?'),(_binary 'j4pÑ\Ùm‘\Ô-\â·\0','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/Pluralizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/Pluralizer.php',0,_binary '{ý&:\Þ|Ô–OPâ»¹',_binary '{ý&:\Þ|Ô–OPâ»¹',_binary 'W‹[3„\êD@ŸO‹\Ô\Þ\ÕÈ¸¸´\æuOX«1Ž','',0,'?'),(_binary 'j\â\ä\"2ÿ9d v8','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Smush.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Smush.php',0,_binary '\Ë]ˆƒ d¬\áFI\'¤',_binary '\Ë]ˆƒ d¬\áFI\'¤',_binary 'soÅöu\è®X¹ûŠ\Ü\ã² {\Õf\ç\Üd\Þ7‰\Ìó\Ë4','',0,'?'),(_binary 'j\rò…ôº\Ç`z\Ð5\É','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Confirmations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Confirmations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't·cj™ôT™w{„ö­\Ù',_binary 'µ\É2±˜$\ÆfŒ|Ò -³S€\0œüq\Ä\ÑAøù8–o+','',0,'?'),(_binary 'jùþ\Ûx\\\ÎY1Á\ÂSù,','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg',0,_binary '&Fqi˜\Êi\ÌÐƒ¶¯u8¬',_binary '&Fqi˜\Êi\ÌÐƒ¶¯u8¬',_binary '`	©¡\ns˜ŸF°\Þ\Ø:1cµµq\Í*\é\Ûñs°À\0õu','',0,'?'),(_binary 'j\ÊSö­ÿ\â^p N	¿','wp-content/plugins/wordpress-seo/src/generators/schema-generator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡ø²\äÛ¸4X_x\Ð@gºº',_binary '\Â\Ë\ÖC‚\Ç‰Nò™œDLd¤EP\Æ\ãúm\Ø\Û\ÉW¦79','',0,'?'),(_binary 'j!\Z\ßô/\ÐIn\ä\â‘BJ','wp-content/plugins/wordfence/css/iptraf.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/iptraf.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ðeºbf.„\Â\n\ÝV[\ÝxPh',_binary 'JŠ‹-@ ]\á-\Ðò‡	\Ôcq\Ûú\åWQ$8«','',0,'?'),(_binary 'j%”L0é­²\ÝL¬	‘p','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/OrderBy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/OrderBy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó?`†#`h%«}º;1l',_binary 'Î²	ýfR§`\ß\ï^¨ÁPAð^Ezª\ä@³>¥d.X…x','',0,'?'),(_binary 'j&ºV1™¬®6“4ª¯\ë\â','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\í\ér‰Á9 #\Ó{…',_binary 'ï¾±\Ï\Ün—Ñ¿¹0c~Nüÿr\æñAuóg~Î”\Î\àI','',0,'?'),(_binary 'j(i,\Èq†0‹«Ò™ Èž','wp-content/plugins/updraftplus/languages/updraftplus.pot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus.pot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@”¹ž~üø¢;i¹k',_binary '¨4soN\É\ÒÃ \Éòy¹>12-\âª² ¬ÿ‘\ìº','',0,'?'),(_binary 'j(»w\å8_†\é\Û\á¤\0','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricFilterClause.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricFilterClause.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K9w–®;¼h¦¾\ÌFú',_binary '¤\\\Én™œ‰¾À¦Œ\0?fy¶—x«­ü×³Šõ“@\îJ','',0,'?'),(_binary 'j*\Î\Z@–«‹ˆòw“´','wp-content/plugins/wordpress-seo/src/helpers/date-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/date-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\ßø	+{R\\Knl/N…P',_binary '\Ì9˜qm_ù\Ã\áD¥Ieô„å²ºR6Ë“‰h`\ç©\åÏ¹›','',0,'?'),(_binary 'j+q8\ã\ÔÊ¦\ÖZ7KwA.','wp-content/plugins/houzez-login-register/social/Facebook/polyfills.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/polyfills.php',0,_binary '£¢´š¹•ö A9,\à[E#',_binary '£¢´š¹•ö A9,\à[E#',_binary '\é©\ÓM@\à¦uƒžBƒ\Ï#~\Âø9\n{ÿœ\Ñ\äÀm¯Ò¾i˜','',0,'?'),(_binary 'j/G%A\Ö÷t@\ß#\'p\Ó=¤','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php',0,_binary '¢\Õ	n¶J^nXqR‚\å\Ñ',_binary '¢\Õ	n¶J^nXqR‚\å\Ñ',_binary '„1Ë©·Èü—D¿Q´pGoQY\Óö¼9c`È´o','',0,'?'),(_binary 'j/sP,+]I»A°©','wp-content/themes/houzez/property-details/property-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/property-title.php',0,_binary '¯÷m\0†Ã\æ&xb‡\0t\n',_binary '¯÷m\0†Ã\æ&xb‡\0t\n',_binary '\'ú‘Z@j+\Ö(¢½S¨\ï\0NO1æ´‹ÿMªT\×\ë\Ï','',0,'?'),(_binary 'j;¡\Ç_§=\Ø\Zü“˜','wp-includes/blocks/group/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é¸Ì©ü\Í\äŸa\Ü\Üw\éÖ¤',_binary ' \Ïû\æk\Ï??ß™!c	\ZG›\æžgCãœ’…','',0,'?'),(_binary 'j<24\å–\ê &N]¨,\rò','wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n_~\íN\ï³\Ëò!¾\ÏQ9ÿ',_binary '–~¨}\Ñ#b?œg\ÏÀ‡ko•‹\ÏNW\Ô« \ë','',0,'?'),(_binary 'j<õ\"òH\Î>®›kF©','wp-content/plugins/revslider/public/assets/svg/navigation/ic_menu_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_menu_36px.svg',0,_binary 'Œ\Ë\Ú)VSŸ‰=G\Ø(\Ú,§',_binary 'Œ\Ë\Ú)VSŸ‰=G\Ø(\Ú,§',_binary ']®\ÊÃ–\àL\æ\Ì»ª¯ŒduÉ’yI¯\Æ,3½','',0,'?'),(_binary 'j>3cYM÷ªštBg\ÕY›','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/Publications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/Publications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZH<\ÚY­\ç\'û±Z\ï\î;',_binary 'œ-‚¤\ä\ë\Ü\Ø)w…\í$}pbšbi±\Å\Ê\ÄL¤','',0,'?'),(_binary 'j?Ü—\Ê8°\Þl\Ësh²Š','wp-content/plugins/revslider/public/assets/svg/action/ic_markunread_mailbox_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_markunread_mailbox_24px.svg',0,_binary '\ê/˜–T‰j`¼8£h£',_binary '\ê/˜–T‰j`¼8£h£',_binary 'C\â¢y\×\Ô\Öð\\P;(¾\ê\Ø5sPflt\Êi+ù9Ž','',0,'?'),(_binary 'j?\Ð-v\"•)A\0š\íSG[\Þ','wp-content/plugins/redux-framework/redux-core/inc/lib/browser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/browser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '</\á¸3¬—©õ\ÇW\Äf',_binary 'Ú¿o}…Sª#ž½^G²(¾ÿ:1’Uò¢	Ç¶nk5','',0,'?'),(_binary 'jK‹Ñ›ü.P\ëÀ§ƒ%®','wp-content/plugins/wpforms-lite/includes/emails/templates/field-default.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/emails/templates/field-default.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÀbJÅ¶C¹Ÿ£„6\ï{',_binary '‹\Û ;§#ñc÷+\Ø\áú5ùXBR=\Ëud‘ø\ï\"\è','',0,'?'),(_binary 'jM\Ê=÷¢¢Š\â\Þ\êLs°','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_shapes_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_shapes_24px.svg',0,_binary '8™»F9¡\ØD¾­…}\äÀ',_binary '8™»F9¡\ØD¾­…}\äÀ',_binary '\á°Á[\Õ	/]’\ä\ç\ìOÏ¼rü\Å\ên]E\ß~€©s','',0,'?'),(_binary 'jQûõ—e÷Šø;\âe','wp-includes/css/wp-pointer-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-pointer-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾>\r¿ÿ@\çoª\Ç4¨±R',_binary 'H×£²\Ìm|oC4\ï¿ùU\\;uPô6¬uœ0²ù\n°\Äl','',0,'?'),(_binary 'jUª¿p\Ô\Õ=Ž»\0(\n6š%','wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü-ƒ¶úQh\Ì\ÎMS“ ',_binary '¯|\Õ{\ÖqÅ½ûl©ý~¢ifexo¼\rÌ¾ÏŽhm','',0,'?'),(_binary 'jWK‹Ih)\ç#x\ÚiŠ9•','wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'jX^OüHåŒ¯1ºgô','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ResolvableArgument.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ResolvableArgument.php',0,_binary 'Q\\J˜\Ì\0$\Ôo‹\Z\0\å/',_binary 'Q\\J˜\Ì\0$\Ôo‹\Z\0\å/',_binary 'c\\öv*¸<\åGœ;±Û”\ÝF L÷U\ï\é_','',0,'?'),(_binary 'jZ\ÛS[\Ô\ã‡9\Üñ\î‚\å­','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SourceTransaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SourceTransaction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€ôŽTö[§üJfó\ë\Ö\ç',_binary 'ü\î}k•wo$$#\\ñq$gjöžò¶¿·wtž','',0,'?'),(_binary 'jgXùx¯rTsô‹õÆ¤\Ð','wp-includes/blocks/comments-pagination/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nûôPTV”°>0]G\äxK',_binary '\"GH¢H\ë}\îÿ\á*š\æõ\êq\Õ\Ô\\\n-û›õ\ßcž|','',0,'?'),(_binary 'jijrl\ÖYb\ÝBÿ\â\09h','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-defaults.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-defaults.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u°K\Æ1€\Ã~­\ÖAšVP€',_binary '™µ%[‹Ÿ\ä_(+Ç²q9\å\ÆV`u3“¬(Þ£\É;','',0,'?'),(_binary 'jmE¤\ÑAX\Ýuw›>Ü†','wp-admin/css/colors/ectoplasm/colors-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ectoplasm/colors-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û°lJ%z”KSµ™N\×É©',_binary '\È\ç*x6be \Ô`?Ô³÷¾´Â—›2 lh\ËkÍ¤\ì¬','',0,'?'),(_binary 'jt¼\ÙZ\á\êÜ¿\î,‡µ','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rš¼\ÂøÁa©a\å\îi',_binary '{J®L \Ù\ßÍ»&\Õñ{©½{¢\ÌT:š¥£\Â\ã‡B','',0,'?'),(_binary 'ju˜\Å%\ÃÉŠ\r\0FÒ§g\È','wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•¾\Ø\æg‘^–x ·Ÿ·l',_binary '\×s\nH\íK!ŸªÖg„®kn\â\Ê\ë\Ï\0\î\Ðw','',0,'?'),(_binary 'j~wzL){1ÁJy\äcò\n','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/TaskManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/TaskManager.php',0,_binary 'L\n\çjs\Õ\í\Ês\Êö¶g,–',_binary 'L\n\çjs\Õ\í\Ês\Êö¶g,–',_binary '\éÅšxfÔ¤+±q—x\Ð\è\ìuw¯For~\nÍ•°¬','',0,'?'),(_binary 'jä±‹¹¿\áð%ˆ\Ý\Ã]€','wp-includes/class-wp-xmlrpc-server.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-xmlrpc-server.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$³ºŒBÄ’\Õ~&|Q',_binary 'V\ËCTa<ºxsTü\Õ3^»m”\Ï\æ-¿\í‘4\îkÞ ','',0,'?'),(_binary 'j‰\Þú\Ê\Þ(® 8òú','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/FulfilledPromise.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/FulfilledPromise.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-h–>¤e)t‘Lžt¨ú^',_binary '\ÑVsŒ²=F\ç.U€Œ4\ãgK±}…S\ÖY8\äžØ°†Hÿ','',0,'?'),(_binary 'jŠ´‰«pø\0Z\Íò™','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ<ƒ^·p…5\ìâ±¿;',_binary 'Z<OÏ°\Íw¢HS8\Ö\îOø7\'¦\Ò\Ø÷š—º\ì\è³Y9H','',0,'?'),(_binary 'j\ZV\Øj˜£;T÷\×¿','wp-content/plugins/updraftplus/js/updraft-admin-restore-1-24-4.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/js/updraft-admin-restore-1-24-4.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª¾ù\ç_\ÙU©ƒ+b}ú',_binary 'z¸©¢bþ8\ãM¥/À$ü!\ä¸c¥”p®s\Õ`.A','',0,'?'),(_binary 'j<:½BxcfCo“]\ÐA','wp-content/plugins/redux-framework/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'j¯\Ò)nƒQ8Þ®\á¬DŒ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vu×²·´\âu’xJôB|',_binary 'óüü_\\\×O•˜ytnŽøôûÅ’ŒZ•” Õ´','',0,'?'),(_binary 'j—£\Éÿ5F+¸¯\ío','wp-includes/images/crystal/interactive.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/interactive.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯R\Ïm`ò\íº`™9§\æ',_binary '$­Áöë©˜<x1²\éÕ“»\íIR\ï›V-VZ\\jg.‡þˆ','',0,'?'),(_binary 'j\Æ]Ò§°\Zñ^6\Ô','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerInterface.php',0,_binary '“@tX\à\è´(ô\è7 ',_binary '“@tX\à\è´(ô\è7 ',_binary '‹\æ¯ó\ã\"ðˆ´ˆ[þ)@§W¼Ä™\àH{Û¿ûPöÀ¥¤','',0,'?'),(_binary 'j‘B„À \Æ\Z\ã\Çqˆ','wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qþ5¹G_õZBT–³£~i',_binary 'Š\Ö6io˜¡,Œþ\Çò\n\è\ç\åýD\Ô§—Õ©—','',0,'?'),(_binary 'j“€\Å\ê\ÌX!›I\Ëm3\Ø','wp-content/plugins/google-site-kit/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%h…g@k0\Çe‹uh',_binary '´žn¾/´\Â%	\r(!\ïœ	T@A:\Ê\íøŽ:º','',0,'?'),(_binary 'j›k<‡†Û½‘\Ù¶B','wp-content/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php',0,_binary '„\Ë\íY]©ü=\Ü]/\â',_binary '„\Ë\íY]©ü=\Ü]/\â',_binary 'A\ÍN\ÌDZŒL«\"ä–§iøUU·b\Æ\Ð?\ØC\"ýÂ¢>%\0','',0,'?'),(_binary 'jŽú\ãòoúû\Þ\Þ	¡’|','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/TestStatus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/TestStatus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø…tsC=œYi¶\0©‹0',_binary '>d+BA(A3©þý\Î\ÅT\é¦l\ãBR\ÔZ\×\nH\Ý\n\ß','',0,'?'),(_binary 'j¢øD‘†¹\í‡E+ª\çÿ','wp-content/plugins/elementor/assets/lib/hover/hover.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/hover/hover.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áûX]2ª‡\Û\íL\íÁñ',_binary '†„þ¥…~ùrS/\æ\ÃÒ¯°\ín”|Ÿ®i)z\Ü+ùy','',0,'?'),(_binary 'j¨8ðÔ¶—gRP”Oa\\L’','wp-content/plugins/elementor/modules/usage/settings-reporter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/usage/settings-reporter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡»øy\Ó\äGt\Ù<—š',_binary 'N†üð…š\êû~\î\Z•Ž\ê…÷g´IOT+\áU\æZ„','',0,'?'),(_binary 'j¨Ž\ç\è¶C\'³|I\'hù','wp-content/plugins/houzez-login-register/social/Facebook/Http/RequestBodyUrlEncoded.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Http/RequestBodyUrlEncoded.php',0,_binary 'dG\'“}‡~Gÿÿ€[\è¤\Ä',_binary 'dG\'“}‡~Gÿÿ€[\è¤\Ä',_binary 'Œ3w\Ã`]\ÆmKQŸ÷\ì­M\nm	.‰¬T„·rÜ','',0,'?'),(_binary 'j©žB\ÞpWº›\È\ês(','wp-content/plugins/revslider/public/assets/svg/image/ic_control_point_duplicate_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_control_point_duplicate_24px.svg',0,_binary '(ªV\ì\'\\\Õ\íX\â™4eøZ',_binary '(ªV\ì\'\\\Õ\íX\â™4eøZ',_binary ';^Š(¨÷]\çŸ~¶ó˜\n‰¾5n€J4=Fó+C','',0,'?'),(_binary 'jªsO\é®÷\àiÀZ-Q˜<','wp-content/plugins/insert-headers-and-footers/build/admin-global-lite.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin-global-lite.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V\Ð{µòe^©\Ú	9‹öZ\É',_binary '2	¢¥q¬™\ák?ÿd¼§¬|¯\ÇÁ\rŒDi¤¨\éó\Ã','',0,'?'),(_binary 'jªx\å±\ÌÁÒÁ­\Äl\\G','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '72\çºc¶ñ,ùY\ä«ô\Ï',_binary 'p¼x¨eP¬›’Ì‹ù_°öX\\$8\×MJZx|ò¡\Ë\æðñ','',0,'?'),(_binary 'j²¦4-«O Õ„‚\êrL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/block/wfRateLimit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“2‡9Q{\â\'Db2\Üw',_binary 'µ\ÝA\æ15·®2sNª ­Ã¤UºA¬-§’V‘¦x','',0,'?'),(_binary 'j´0ºƒx \á	ðd¶A/','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/visual-composer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/visual-composer.php',0,_binary 'ƒ,hUV%\ÙO¯\"½„Ã…',_binary 'ƒ,hUV%\ÙO¯\"½„Ã…',_binary 'A\Äzb\á-\ËfòIq\Ê\é?q+»š\Ñ:°ÿJ±]\ì¾N¸','',0,'?'),(_binary 'j´gs\Í66\Î$€¤8*¨E\Ù','wp-includes/class-wp-dependency.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-dependency.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r:\íG5\Ô+òHÝ†=K\Ò',_binary '\Å™»\0þ>\'oPH\êc=JžÓŒQ\Ç\ÔT}dDGN','',0,'?'),(_binary 'j¶\\(Xñ\Úõ*þw<EN','wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TÌùø°<þµ¬\ÈJ^\Û\0',_binary 'E\Èñ\Ät‚lnÂ•ú¦\Þ\×\ë‡ûŽ«˜8,‘@¸“1n”','',0,'?'),(_binary 'jºOö¹\ÎÖ›•è¢€fÁ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/onboarding.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/onboarding.asset.php',0,_binary 'Ÿ\Z\0\0nM\\\Ò+Riúšj“',_binary 'Ÿ\Z\0\0nM\\\Ò+Riúšj“',_binary '¸6\Â,í‘€«ðòKQ$ä§¾ž³\ÉÈ»£x\rwƒ~\×','',0,'?'),(_binary 'jºQô\áG…4Y’ßšC$¼','wp-content/plugins/elementor/assets/js/ai-layout.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-layout.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')¿Ç„\Çl\Þü%™<¸a\'',_binary 'Â§2\Òa¥h•ßš\Ç!_a\ä\Ý4{ñ)ý¼1^¹\åŠ\Ó\Âk','',0,'?'),(_binary 'j¼¯gh\r\Âª\Òö(?7','wp-content/plugins/wp-rocket/inc/classes/event-management/event-manager-aware-subscriber-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/event-management/event-manager-aware-subscriber-interface.php',0,_binary '\Í-„(Ç¯ ‘\ËX',_binary '\Í-„(Ç¯ ‘\ËX',_binary '|ô;—C5úža´÷3B\rGø&­8\"3uS‹ª¾k˜','',0,'?'),(_binary 'j½4\Ì6ŠŠõ“(\Ò\Êõ\ÒS','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-search02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-search02.svg',0,_binary '\àwH|}\r¢ \nŽM_\"Io',_binary '\àwH|}\r¢ \nŽM_\"Io',_binary 'n¹\êb¡sµ)\í+÷†‚¡\\Û³‚rˆ|–«c&7ÿ@','',0,'?'),(_binary 'j½qWq¥04Yõ¶6','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_comment_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_comment_24px.svg',0,_binary 'h\Â/\Ù3\Ý\à2/ûÊým',_binary 'h\Â/\Ù3\Ý\à2/ûÊým',_binary '·EP—)xiMZÆ¥þ\Õy^` \É}Šý£ó#¹Ÿ^Š1Ý½','',0,'?'),(_binary 'j\Ê\Òw¥\Ö=ôÁ\ÓO¼­5','wp-content/plugins/revslider/admin/assets/images/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/images/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'jÏ‘\0\Þu’­Mc\Í\'¹\0k','wp-content/plugins/revslider/public/assets/svg/places/ic_business_center_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_business_center_24px.svg',0,_binary '8\éfñˆ«Îƒú8sØ“J©',_binary '8\éfñˆ«Îƒú8sØ“J©',_binary '@\î*\ïöVªK’\0»\Í\0\ï\æ\ÆS\Ó¯^\'M´•Ø˜','',0,'?'),(_binary 'jÒª›¥‡¾1\Û;3h4\à#','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file08.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file08.svg',0,_binary '·\ás`bS…C\Ä\Ò\Ùa}f“€',_binary '·\ás`bS…C\Ä\Ò\Ùa}f“€',_binary 'öFn&8ˆ¡Š\ë\Ä+\×\njBœƒ?¾ÑŒ\Üâ™®_‹','',0,'?'),(_binary 'j\Ó!iOÚ¯\Øó\àAŸ^','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?—S\Ño\0\Z\Ìqò³ƒ\á9',_binary '€—\âŸù˜Qþ¸Y¨zoy^r\\Y‘‘T8\×¢‡Æ“•ØŒ','',0,'?'),(_binary 'jß´XªÀ\Ù 8\Æy õ\"V','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_1_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_1_bar_24px.svg',0,_binary 'h‡\Ú,\ëm¦Vý\Ø\ÂO\ÙU‡',_binary 'h‡\Ú,\ëm¦Vý\Ø\ÂO\ÙU‡',_binary 'ž¨byu\Zý\Ü\'›ô/Um\È3À|ÆŽ\ÝU\Âd	‹\Z','',0,'?'),(_binary 'j\âÁõö\ás‹{`6D”k…D','wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄÈ¼À2\nŠ.\ÂmL-ú',_binary ':¹\Û\Ñ\ì\ä³I¼xd–$°}Ÿ7ê»Žž\ìÜŸDÝ«\n','',0,'?'),(_binary 'j\å\\	–O¯ÝSw\ì©z÷','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—L‡\ãö2@L½O\ç\æ0!',_binary '‡d˜ýp4ù÷\í\çž\n¨#¯¤Fiv\ÊVŠ?ñþ¬\Þq\ê½','',0,'?'),(_binary 'jñD-¤‘…*þ\Ù\ã\Ò\Òv\Ö','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/RadarServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/RadarServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë\nû‰Yˆ*Wyû|D§õDÀ',_binary '\ÐHôÒ®ÀJr—\ØY\àU\á‘\É[…þ3S°\ZÌ¹~7÷‡','',0,'?'),(_binary 'jòš+|‚¥åŸ³$\Æ','wp-content/plugins/houzez-login-register/social/Facebook/Url/FacebookUrlDetectionHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Url/FacebookUrlDetectionHandler.php',0,_binary 'yÙ³¬/c¢\rù”x',_binary 'yÙ³¬/c¢\rù”x',_binary '\ã·\n.8H/òD\'¼|u\ÅmOÁÿ#O\ÞôÍ‘\ëb½Ž','',0,'?'),(_binary 'jõ_\Û\èÿµ‚ŒpÑ©Œ\â','wp-content/plugins/insert-headers-and-footers/includes/post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/post-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×:b\×\â…kº·\×\â¹ö€§',_binary 'ø\èþÇ©AbõÇˆ—\ç\ë-SÀµ¨f0\â\ç…r\Ê\Ð6\â$6','',0,'?'),(_binary 'jöƒF\È	—\'¿y˜<?Z','wp-content/plugins/bluehost-wordpress-plugin/build/3.14.7/index.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/build/3.14.7/index.asset.php',0,_binary 'eq\Þ‹Š\Ã4Qa«',_binary 'eq\Þ‹Š\Ã4Qa«',_binary 'Œ\ß8ó „nf)\Â\nF*	ãµµ†ñ40™h_õ','',0,'?'),(_binary 'j÷wù›K+]P\nc2W©\ï¨','wp-content/plugins/elementor/assets/css/widget-icon-list.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€]\'G^óŒt\å\æ+\ïÌŽX',_binary '6‡\ÈÍžùÿoðç¤‰ë¢TjO}Ý”i6#¶\Ì\ÌX\ì','',0,'?'),(_binary 'jûd\ËCT[^\êˆRž\×ò','wp-includes/block-patterns/query-large-title-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/query-large-title-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹Q²‹$4ý-ù1øe\Â',_binary ',ªƒCh1z`­q\ß\ë‚\ÂÀŒŒ©\\2ß‘ŽˆŒ{]','',0,'?'),(_binary 'jÿˆ\âk+± ››Ô¤]W\Ö','wp-content/plugins/elementor/core/schemes/color.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/schemes/color.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@ñD%:‚g\ÉP’\Ù=\nõ\Â',_binary '’ma;œ>%÷\ë\n\æ“ø¿¯eu¿Iú\Ê2©0\å\Ü&«E','',0,'?'),(_binary 'k	ò‡\Å9‚%P¢85Rjd','wp-content/plugins/elementor/core/editor/loader/v1/js/editor-loader-v1.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v1/js/editor-loader-v1.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žAlö%T˜õxSzùó¸',_binary 'Æ–\éú´+Rl¬N—cþR’µ÷ˆPrtS\ßþ\åq{U','',0,'?'),(_binary 'k¹»re.Z*6 .“\"‰õ','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ro.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ro.min.js',0,_binary '<]Ã¼+\Ú‡\Ûgá—Ù',_binary '<]Ã¼+\Ú‡\Ûgá—Ù',_binary 'k|% ‚“\â\n^z\\¾ù\àÇ¡P\ïªh\n\à\Ìf\ïŠzq9','',0,'?'),(_binary 'kþd=O\Ý6ê†­ðÀú6','wp-content/plugins/wpforms-lite/assets/images/about/plugin-mi.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-mi.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n‚”%u=\Ë¹‚1\ë}<',_binary '‡ëœ–)¯gš0p‘iv^\Ðh÷‘ \ä7õýš\Ç','',0,'?'),(_binary 'k\Ñûº\Érü‚*$ø0\Ç\ä£','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/FavoritesController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/FavoritesController.php',0,_binary '±ž”ôòDQ\â\"\ëRÖ œ?=',_binary '±ž”ôòDQ\â\"\ëRÖ œ?=',_binary '\È;õÄ®yA›ÿ´1Š£òZd\Î^–©\çXìº3Ž·³','',0,'?'),(_binary 'k\é,B<ôo^¶\"\\xl\Ï','wp-content/themes/houzez/framework/stripe-php/lib/Token.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Token.php',0,_binary 'S=\r¸,Vv^\î3C²\Ô? ',_binary 'S=\r¸,Vv^\î3C²\Ô? ',_binary '6cR€?Sp^W-—õb£ý›9\ÇÁ\Â)B%¡•\r`ª½','',0,'?'),(_binary 'k‚ˆ¸$6O³\Ò-N…x ','wp-includes/js/tinymce/plugins/charmap/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=B¶ìŸ„‹¶P\rLö\â ',_binary 'Â•ˆx[žG“‹-ó90b.z‘Gõ\Þaz\Ú>\Êr','',0,'?'),(_binary 'ký%Bs.K5Œ&±ž&','wp-content/plugins/one-click-demo-import/inc/Logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/Logger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W\\òh¶]\Û\"\àO•\é»\ã',_binary ',0Æ‰ow<Š•‚i]B\æ¼\n_óždxedbfø%','',0,'?'),(_binary 'k¾\ÙM\ÉÓŠ5¿\Èü','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SourceService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SourceService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'týTpÁ*¤’\ÆŒ',_binary '\â{\Ú2mHd¨\é\Èòl\Ú-m\rÎ¾ºó²°\Ð\á\0¼ª','',0,'?'),(_binary 'k\0/ýŽ³^\0³‘#\rö>','wp-content/themes/houzez/template-parts/blog/masonry-post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/masonry-post.php',0,_binary 'Rz˜‚¡—\ÞÆ„§ˆ\Í\äE-\Ó',_binary 'Rz˜‚¡—\ÞÆ„§ˆ\Í\äE-\Ó',_binary '½r;\ß\ÑÖ§ ˆ¶tzúŒ(2{H`ß‘S\ß\ïšA£†<Œd','',0,'?'),(_binary 'k#lYÝ—;‘ t;\r+ö','wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž~\Ø\r› [\Íeø}\rÞ¨¥',_binary '\éA\Å]Ñ¢lŠUºqá»²\è\ÒZ\Ä_‡õ@‚Áûšôÿ¸01\Å','',0,'?'),(_binary 'k&±4ø\ÆZP\n;XrÆ¤ÿ','wp-content/plugins/redux-framework/redux-core/inc/fields/text/class-redux-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/text/class-redux-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\Ò%\Í\ívŸz[ô',_binary ',‚‚ó\ÎA\èÛŸt\Æv·3ˆ]^\Å^W²Å¬¡±­Pü','',0,'?'),(_binary 'k(3Ô }|¸$]-','wp-content/plugins/revslider/public/assets/svg/hardware/ic_watch_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_watch_24px.svg',0,_binary '\è\æ•\Æ<(ñ\Ì\å!Zyg¬',_binary '\è\æ•\Æ<(ñ\Ì\å!Zyg¬',_binary '~v\Ö4\ç°\å\È;Œ\í0³s\Ñ\ëwULAk…÷\ÒD$³z+','',0,'?'),(_binary 'k(\Ï_À\\cý¯¿±?<','wp-content/plugins/revslider/includes/external/facebook.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/external/facebook.class.php',0,_binary 'ž\Õþ\ä²öû\í»\È?]›b\ã',_binary 'ž\Õþ\ä²öû\í»\È?]›b\ã',_binary '0l\Ø\íemÊ·Ÿ-€M)F\çØšcyž™\0¿q \×_Œ\ì','',0,'?'),(_binary 'k)’ñIa›¼AžŠ\ï¿C<–','wp-content/themes/twentytwentythree/styles/aubergine.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/aubergine.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Zþ°ñ$öa\'’\ê½8O$',_binary 'Ï„G\ï$A\ÏÀ\"\Ì\\=\ç/\ÂI\Â%-†²ç™„Iƒs,','',0,'?'),(_binary 'k*ŽOP?‰Õ¬\å\×Sÿ$','wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÑÎ›.ý½=‹óGr‹‰¬',_binary '¾´RñMñ†\âÃ–‚h)eü\ÒM\Ý8^€Œ@#…ò„\ê­E','',0,'?'),(_binary 'k/\ïÁq%·`\è\\¶MJ\ÙJ¦','wp-content/plugins/revslider/public/assets/svg/file/ic_folder_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_folder_24px.svg',0,_binary 'p…5l_\Ù4U<ƒ“‚»	>',_binary 'p…5l_\Ù4U<ƒ“‚»	>',_binary '$-v\Õ\ÌÄ£\0-nõòžŸ\ZcžÄž\Ôß¡¯Tø\r‡U','',0,'?'),(_binary 'k/ô³\Èu\ëo$y)]“I','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Oxygen/Register.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Oxygen/Register.php',0,_binary '\Ï\Å\ÕR\ÒP)üG\Ëÿ^„M',_binary '\Ï\Å\ÕR\ÒP)üG\Ëÿ^„M',_binary '§ø£pªA8õ\Ù\ÙZ=ÀŠŒp\">Áù	\æjZ}æ”‚)','',0,'?'),(_binary 'k6„þ *\â\Ü\ßHœ	ŒuÙ¡','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›x¡Úª)tdE«\ä;·\Ö™',_binary '?ÓŸqc¼ŠA\Ù\Z·Qš<Ls÷¶\Âuž:ŸI.\é\Â\Ì\Ï','',0,'?'),(_binary 'k8UÑŸX÷y¦–\Û','wp-content/plugins/google-site-kit/includes/Core/Prompts/REST_Prompts_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Prompts/REST_Prompts_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*?\åñú}e¹QË›ž',_binary 'J\Íb0G¬ÿ\Ø}CºÁ%„\Ûw@À/ü©s¶†øŸ','',0,'?'),(_binary 'kBQoß‹’¶n˜¨·\á÷','wp-includes/Requests/src/Session.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Session.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò,\ë‚\ã\Ð:]_0\ã+\Ã',_binary '\Ü6ˆø¦7¬\Õx\ïÁô\Äuv\áOAHcò\nd`Ut’m','',0,'?'),(_binary 'kE\ìðn‚fÏ‹ßŸ\È\'qb','wp-includes/blocks/video/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\Ð-þ\Ëh¼†\áZ±h\É',_binary 'ü\Øw\Ô\Üñø\'5Û¸\Æa\îE¥Nù±\×k\à\Ì\ê','',0,'?'),(_binary 'kI£„F\Éò>\\\î¯+ë€€X','wp-content/themes/houzez/property-details/navigation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/navigation.php',0,_binary 'xp4íœ‰!#û%£/¶',_binary 'xp4íœ‰!#û%£/¶',_binary 'zC\ë^\íï‘ŸLÁ(Œ1l(q…c\Õª«d}¡\é“\Ö','',0,'?'),(_binary 'kKòõ¨K ð¾.KK\"\Ù\Ë<','wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/Session.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/Session.php',0,_binary '\ÚJ“\ÞYB-´\Þ\ç%\îH\ã',_binary '\ÚJ“\ÞYB-´\Þ\ç%\îH\ã',_binary 'A^e}\åüú<Iwð›š—ö\è`t\ï\Ý\Òò·|&\Ñ&S2:,','',0,'?'),(_binary 'kM\Ïü–œ¦š\îÌ™Ysp','wp-admin/credits.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/credits.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\Í]Ä±\é1wús\Üœ',_binary 'óK\Èt\×pew\r\Ý\Öo¥U˜\î\ãº.¾ª‹ž&\n\ÞÇ‘1\ç','',0,'?'),(_binary 'kO\Ô\Ò\ÙQ~þÀ:¦\ä 0\è}','wp-content/themes/sinatra/inc/compatibility/woocommerce/class-sinatra-customizer-widget-cart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/woocommerce/class-sinatra-customizer-widget-cart.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð3´i=êµ”¨‰9Ø€ù',_binary '}>}žX\åû\é©#\\\Ê4AB\ÎÄªx0w!I\Ö\äg','',0,'?'),(_binary 'kQŠ\á¼KÒ¯©|·\Êüµ','wp-content/plugins/elementor/includes/controls/groups/box-shadow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/box-shadow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D_	{Ž¹/:þOˆ\È',_binary 'q\ë·\âA@O%šzq\Õ,oó@iÄ±!\àMŽdn!¿3ú\Ü','',0,'?'),(_binary 'kV˜³—BE/žø;ÿoò\Ð>','wp-content/plugins/elementor/assets/lib/hover/hover.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/hover/hover.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìº	z´\êË«°\éŸr¿\Æ',_binary 'WZ1å¼•\âQ7M‹_ðÜ”N‹K\ÈAY\ÇÀ2\àGa•g','',0,'?'),(_binary 'kWŒÁ=a.[°ô”v‡w','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/titles-shape.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/titles-shape.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&&\Ù‹vÏ˜\Ó\ã\Ùlóÿ',_binary 'Ñ„„Pþ1J\í@º1\Ô¼\ærQµV†³÷K\Äj§‚‚¿\Þ','',0,'?'),(_binary 'k\\pq\Ü8¡Jc\ã†\r>','wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C\ÅY8“\"Ô¨\ÞòŽ\Þ\Í6§',_binary '#‹(š\na	/E\å\ÈU\Å\çl\Â;WóØ“\0T*\ã','',0,'?'),(_binary 'k`\n>(¸”Ÿ×­\êùI‰¬','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\ä›!|ZZ¾\Í@ç‹™\ìû',_binary 'ÁG†\Ï&¾ôP–Ò`ùg¥I\åO´G»TU/+Œ°\rPR','',0,'?'),(_binary 'kd%\ì\r,G\Ï\Æt1À¾\Õ','wp-content/plugins/wpforms-lite/assets/images/addon-icon-offline-forms.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-offline-forms.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fbY\á\ÓqŒ5÷l\êCÛ',_binary '\ád0=[9sk”KL0\Å1\Ö»Æ Pm“>€\éY_ý¾\Äø','',0,'?'),(_binary 'kd¥d:—À\å.yˆxPø‘','wp-content/themes/sinatra/inc/admin/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S£$\ØûR%†èªŒEú|R',_binary '†z“iSm†^·+Ä¯\Ûbu>´\ZBÿ\Þ1\\x›‰\'','',0,'?'),(_binary 'kgƒ@Hù]u7o5!\0Nõ&','wp-content/plugins/wordpress-seo/js/dist/settings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/settings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^@cM\Ú[„\×Ùµ•4ü)^',_binary '\Õð¸V\Øù#h±*³£	\ÎÆF½·&–#ú–¼ô1®','',0,'?'),(_binary 'ki‚öeúì‘¤evbX','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/MeterEventAdjustment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/MeterEventAdjustment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e\Þh.õ\Ê{)K8x\Ð',_binary 'Õ‡{\ëÕªz>@\ê&²¼µ‹Wu-y\"­v\ØÿR›50','',0,'?'),(_binary 'kjŸg¸\æ\Æb¢uV\ÖÆªÀ','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageId.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageId.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïTþJ|\îAþ›\âJ\\',_binary 'Ä¿\â‚ÇŸ‘Rf_\æ¶\Ú\Åxshdÿ>*y–o@\ím\Å;y','',0,'?'),(_binary 'km§|÷‡Kma0\í\"*ˆk','wp-admin/js/tags-suggest.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/tags-suggest.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\ä¼6oWœ“€&‡ÿ¾ý9',_binary '¡hQW­S\Ôxª§õÁ\Ã%¦&\×ý	¡$#\Õ\â8æ›µD\ä','',0,'?'),(_binary 'kqKõýž8P\0º\éd.','wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T›¾\ß3\Ê0r¾ºñhD–',_binary '\ëò˜\×Oú\Õ\Ì6šûlXÓ¸@Ï—\Ã\Ææª‰F\ëK\ÌH@','',0,'?'),(_binary 'kqzf\08¢0•\Õ4Ñƒ«vš','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/pt.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/pt.js',0,_binary '\ÓòHNø/\Æ\'Ô¤z¦\é\Ø',_binary '\ÓòHNø/\Æ\'Ô¤z¦\é\Ø',_binary '7¿º‹Y=\Ï\Þ1$\åiWzc³Éžý!kõµP©ü—`³G‡','',0,'?'),(_binary 'kr;$2\ÖO(ŽË½|öñF','wp-content/plugins/wpforms-lite/src/Frontend/Amp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Frontend/Amp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0Pf\ËW!¬]šª]\Å\ÙÆš',_binary '«\Ó}¬ƒ¶³6¿¨L‡?\ÑAbo\ì\Ê|2ù„\\÷26d','',0,'?'),(_binary 'kx«ò±\ï§Z¨j\íò&ª','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Option.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Option.php',0,_binary '|\á\í*¬m\à¦˜ýµô',_binary '|\á\í*¬m\à¦˜ýµô',_binary 'Ú¿…x%Žb‹,™Š\åV$\ÓÉ“!\ç\0&„t69@¾\'','',0,'?'),(_binary 'kzw‰¨^aÛž#‘\ØX/\"õ','wp-content/themes/sinatra/template-parts/preloader/preloader-1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/preloader/preloader-1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F({®—\Ñúÿ\Ü–3x',_binary '}xbº&	šÈˆ\Ô\êÏ«Ü‡´¥û\ÎÉ§Y{\ãóö*','',0,'?'),(_binary 'k„\ìvV\ç8ô\ê\Zôšö\Ò','wp-content/plugins/updraftplus/vendor/psr/http-message/src/RequestInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/RequestInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Äp0ˆ½\âFP;',_binary '‰\åF0\æ \ÐE\0‰_\rmñ>\×ÿTþ4~EØI<€91]','',0,'?'),(_binary 'kˆF&“¬\ØY~*A°™ô','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\ìA…”…Ï°Á\î\áó>\ÞW',_binary '\ê†IÀ2\åû¶Vþx\ë\ésA¨£G™?\ä\Ë\Ò(4hi\Ã','',0,'?'),(_binary 'k‹ŸS»Nû\ÃO\0\Ñ\×H\Ä','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Event.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Event.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N *uÙ²–¾¦ýZ\ÙR\Ù\ê',_binary 'x\è÷B\0¦Ž4ª>M\Êf1\Ú	¾T:÷Û¶\Å–¾$\Ö4Á','',0,'?'),(_binary 'k¶Bº^<ƒbÁ–\ß\æft_','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/OtherContacts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/OtherContacts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý§†xJ9\ÞV6\É:Òª\Æ',_binary 'nñVa\ÝE¬® \í @F¤#g¿\æL§ù‚9w\áf:µ','',0,'?'),(_binary 'kŽQ‘dñ\Âù´{©E \æ´J','wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M~ô\Ù\íý§«6×˜û',_binary ')©\Ó\r+ú¿\Ð\Ì{~ªR;\Óx®RD\0ð~\È}ŽÈ³ò','',0,'?'),(_binary 'kõ\ê¸þuÏ…\'Ø3\Î','wp-content/plugins/elementor/core/files/file-types/json.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/file-types/json.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–ðMœ‘g±?\Ð\Ûbuû',_binary 'd\é°Ý¥›öN\Ô}¸\Ö\Ü0S ñ\Ö\ëhÜœ‚G ','',0,'?'),(_binary 'k“\Âw‚™ˆò{Ž˜3ŽD\Õ','wp-content/themes/houzez/template-parts/listing/partials/type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/type.php',0,_binary 'Hµ\Ö\Òûð\Ô\Ý>&\ÝÅŽv',_binary 'Hµ\Ö\Òûð\Ô\Ý>&\ÝÅŽv',_binary 'qŒ\à_®\ÍX$ ñøZ\\#hÏ‚ü®cõ¾Q­\Ðßœ-p','',0,'?'),(_binary 'k“\Ã\äga–Fz7\ÅðÀ\ÂÀ','wp-includes/Requests/src/Utility/InputValidator.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Utility/InputValidator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U\rÊ®\äYe	LŒl',_binary 'ªa©1¦\âQ¶au/d˜ûª¹s§\ØL¬¿ZvûUÁ¶','',0,'?'),(_binary 'k”\åKG×Š®_ÁU}±›%','wp-content/themes/houzez/template/template-listing-grid-v3-fullwidth-2cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v3-fullwidth-2cols.php',0,_binary '\êôä¶›eN{1\Ès',_binary '\êôä¶›eN{1\Ès',_binary '\â­\Ø/1ø !c6\à<¤Mz\ê\Òu×«œqú²›²\ÙB','',0,'?'),(_binary 'k‡$&\é\íLS &7@B\â','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_LogMigrator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_LogMigrator.php',0,_binary '\ÆDž\â\ÊõYöp\'\ã9\ß',_binary '\ÆDž\â\ÊõYöp\'\ã9\ß',_binary '\ÕØ¼N:‘=\Ýûûñ\Í\áþ‡5%wŽ*ñl½]vHn–l','',0,'?'),(_binary 'k¢Nƒ0\í­ÿÄ³E5†','wp-content/plugins/wpforms-lite/includes/class-providers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-providers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×ø\Â7ø˜\"\Ñf|\Î\æÀ™$œ',_binary '¥Û§\'E\æ_@¾\ë{À =h–\à¬\êm\" n[ûb¼@LQ','',0,'?'),(_binary 'k¤d\ì˜|}%ø@`sLk¼','wp-content/plugins/redux-framework/redux-core/assets/img/4-col-portfolio.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/4-col-portfolio.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*Ÿ~Q\nªz¤Š¥KF~§\Ð',_binary '\È-*\Ô\à\Ãöˆ`º}ŽuËŸ¡\Ñq±\ç\Ãhµ\Ä\Õ>','',0,'?'),(_binary 'k®7¾8cW\ÒTUùQ\Í6','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âÐ‘	\ÓGGN\çH\Ôõ%%\é',_binary '²õ\\6\ëò‡†\án”fœGö¡$‚šý| \ÝÎ˜\æßµ','',0,'?'),(_binary 'k±-\Íow±¬&<\ì²\î}}','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ«Y\\Ó¤7\é´iIÑ‡Uý',_binary '\ï€¶ \Zú}—WT¶\Üû“0\Í+AŒ¢ ‰\Íff','',0,'?'),(_binary 'k²8\Â0\Åy ¾ðªM”¿','wp-content/plugins/elementor/assets/css/common-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/common-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\ê`¡ \0L\Ý#vqv=',_binary '¾.\Ûqþ;\Æ<QV›ñdrGŒÀ|/=\ÏûÿgGr&)­W','',0,'?'),(_binary 'k¼xµr\Ò,j\ä\×i­™\ë(','wp-content/plugins/wordpress-seo/admin/class-asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê¡!\ãWò‘‹@y`\Ð:',_binary '(\É!\ÚVÚ¨ô\Þ#k±\ë\âh¢s’õ‚¥8\rRñöœQ°','',0,'?'),(_binary 'k½úBËž\ãb=y†\Ú','wp-includes/user.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/user.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A8ñ…¦E |5\Èa´^`(',_binary 'y¥	x©ƒ°Îñoô\å\Z\ìÁµ\îqŽeŽ6—¿‹F\Â','',0,'?'),(_binary 'kÀa”J\ZŠ\Ý\Õö\\D.¿õP','wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É3‘\îIš!ùBW\ÓÚ§',_binary '}*0‹5\å-\ØQ\ÝÌ¡\äûp«`Ë£ \ÓrP\æa','',0,'?'),(_binary 'kÂ“»›U/‘^\Þ\î\Þð ','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9„\ä0@û³ò\î\Åe\Üv',_binary '‚BZ\âExÜ¥+\ÉD`”šƒ«H,C Udo\ÅL\Ìu[','',0,'?'),(_binary 'k\Ãõ2.šÿ\Äg/\rn\Ì','wp-content/plugins/updraftplus/languages/updraftplus-ca.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ca.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G<6r›¦\Ü\àoŠ\Û\n',_binary '\Ü\è|\ËdB\Û\Ù+,<MËž\ã\èž\ÙX^\Øðvs\ÑÏ·°\Ze;','',0,'?'),(_binary 'k\Í\É2K8 \ÍP8·\Ï+Qü','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Subscriber.php',0,_binary '$!Ph“£/\éÛ®\ä†>¡',_binary '$!Ph“£/\éÛ®\ä†>¡',_binary 'ø\çcK\â\ÎC\ì$«Ý¾ô¶\Z\'_ú¥¿\Ð\à´uezn»n','',0,'?'),(_binary 'k\ÚA‰\Ú8½¨×†t\Å','wp-content/plugins/wpforms-lite/assets/images/smtp/pattie-2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/pattie-2.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£(‡¬\Í>\ç²{³ÍŠŠ¾',_binary '\Þ\'·\rÁ\ê¤Y\0.G\êz\î\Ï\ãûRR=\Ç*7O\ÌW','',0,'?'),(_binary 'k\ÛÌ»;Lb1W0\ÓGJCc','wp-content/plugins/elementor/assets/css/admin-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û<¶»Šø}²4qÀÿ=¥\í',_binary '\ÆpÑˆ\ÏHT†eù`fÁ\Å\'õ\ÏsgWq~6ƒn\É','',0,'?'),(_binary 'k\Û\à hÀÑ»<x©j','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1¬|\'£ô0„]‡\Îš',_binary '‘T!K‡¬»-­+[j\Û\îje\"a¡\Ôñ1—”LÐ³†i','',0,'?'),(_binary 'k\â\'\n+&=¸\Än`ò3Ÿ','wp-includes/js/dist/dom-ready.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/dom-ready.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðw=±¼,°ô…BXÑ‰/g\Ï',_binary 'ù¸?,ÆŸp(“~¾¯¼IÜ\ï1<ÿk–p¨|\Â$7Uu','',0,'?'),(_binary 'k\ã§\Ë‡À„‹^m\æ\\‡–”','wp-includes/blocks/navigation-link/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­nÖ©F\Âf\Ôû½Í®³3F÷',_binary '\ä®\Ü\Ê\Õ\Êû™œò\Ùñ‹A\ã~\ÈmHG\"i–œN³”ýr','',0,'?'),(_binary 'k\ç9TVH|>r\ËkV¡I','wp-content/plugins/google-site-kit/dist/assets/js/36-d107d353f148d8fe2822.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/36-d107d353f148d8fe2822.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º+{\\¯\æó\"\ÕmQ?¬™’',_binary '!e\Ô+5gd§·4\ß\ëŽ\Ú\à\ÏNÿ$S@×¦/­8M\è§\ë','',0,'?'),(_binary 'kó\ì‡&Ã©Jô	û__g­','wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’¨ÿ\Ë4H~šÉ›a&§ó',_binary 'jZ<\ÝbAXKz‚‡™[\0h\ï›oúò¤®\á‡\í\ÏT®A','',0,'?'),(_binary 'kôŽvcÑƒ§}1ù','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õy„…F_\0Wò\ÔŽ7Ïˆ',_binary '¾\È\0Bþ§1z«4£±\Þ¶;þµV\é`V9‹\Ð\Ò\à&x¸','',0,'?'),(_binary 'kö¢9Z¦\Ê}\çú04','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/surveys.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/surveys.asset.php',0,_binary '-õ½GQ’‹› ¯\ÓmV\Ü\Ï<',_binary '-õ½GQ’‹› ¯\ÓmV\Ü\Ï<',_binary '\ä-\ÕÜ†iG6\nÄ€wÿR\Õ.J¾¥õFqH$Oœ®KuU\Â','',0,'?'),(_binary 'kþ–\ì\ÈW\\y\×ý(\á†\Â','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	2\ÅzAŒ\í\ÌkY\Ô\Ö\rW',_binary '¾+˜\êJ~mY·$¢\ß\å \Ú6„‹8/šgÁ\ä\Ñ4a\Ê\"€','',0,'?'),(_binary 'lÁNŠK?Þ§óS\íü ','wp-content/plugins/revslider/public/assets/svg/action/ic_accessible_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_accessible_24px.svg',0,_binary '\ÃuÿŽŠk\É\Öü°v\ëd+‚\Æ',_binary '\ÃuÿŽŠk\É\Öü°v\ëd+‚\Æ',_binary 'Ò¾¶±\È$P1XÓ·A¥MB\ß.²¬{#±t5iÈ”X','',0,'?'),(_binary 'l\n—úVg™‰\Ä\íÆª','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`ö­º\â‰žKùu\â\ä\á—\ë',_binary '¥¥?§ÿpˆ¡´&k\Æµ»w\Zª\"\íGl\×ôr‹','',0,'?'),(_binary 'l¬U¼4š\Êà£™”n«','wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php',0,_binary '¬	p•Ôº¨Ô¢û<Ež«',_binary '¬	p•Ôº¨Ô¢û<Ež«',_binary '!N¹øR“»¶™‡ UQ\\\îÿS7\ìd°\ÛA\Þ\rß','',0,'?'),(_binary 'l\ìAË©ˆDÏe;Ž¼ ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_vi.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_vi.js',0,_binary 'S,¾\Ôö†œ¥ˆ†\Ð›\ë',_binary 'S,¾\Ôö†œ¥ˆ†\Ð›\ë',_binary '29Bˆ¹žÀ‹*3ƒ™Ä·\Ô-w+\'º\á°\Ö\Éuˆ\ç#qR','',0,'?'),(_binary 'l¸\É*P\Þ\ÜW\"\ÌC8ñ\á9','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-settings-stripe.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-settings-stripe.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'BŠW¥¢!mWh\à)Q\Ä',_binary 'LGn>JT\Â}© \Z­`~\Ùb šB‰j\éTI24Iœ','',0,'?'),(_binary 'l¶ý\Õ,!ŒÐ¿ú\æJA','wp-content/themes/houzez/template-parts/blog/tags.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/tags.php',0,_binary '\Èþ¿_a½øA\\n´Ý·wx',_binary '\Èþ¿_a½øA\\n´Ý·wx',_binary ')4¼>úµ†´Ô¹»›ª\ßU}½\Õt:Dƒ®\Ô&»5','',0,'?'),(_binary 'l	¯.\ËGöh\ë•\è¹','wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l\Î4_‚\Ô\Þ~=.IÁÿü',_binary 'T\ÄN¡¤\ßE)Oõöz2.¿k\ÜùDCû˜¬†^9¤F','',0,'?'),(_binary 'lV\Èb½:%F\Ú¢Œ@¼\á','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PurchaseInfo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PurchaseInfo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•C²÷\ßžM\ÝþÏ‡‰:',_binary 'ûF.’—“yý\â¹|C\âŒ-È‡¾¨„\æMtT†ûõ','',0,'?'),(_binary 'l&\ïJ›œ\Ò{o#þ?O','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/BadMethodCallException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/BadMethodCallException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@_¦\à«ˆ7¯\îCÁd',_binary '±ö×–NöA±\Ý:eôýÀÔ£”JLg\Þ\×by\ê¶\ny\rm','',0,'?'),(_binary 'l\'¢\'cNeY\î¢À¤„¼:','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache/NoopCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache/NoopCache.php',0,_binary 'cžzf\ÉÐŠ²ð¡4w¶',_binary 'cžzf\ÉÐŠ²ð¡4w¶',_binary 'zb•\ã\Ê?d ‚\"\Å.¹®öjRw†¶¢6\ÛR\Ïî˜¡\ê','',0,'?'),(_binary 'l(‡·bv;lD.\Ò?x','wp-content/plugins/wpforms-lite/assets/images/about/plugin-edd.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-edd.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á>\ÜTµ4ŠIG:3h\n¯Çº',_binary '\rÇ£§L\ÓôŠ³5\ËýS¥¸\'QW~P¦¦u’#','',0,'?'),(_binary 'l/K=þ\Ï\Ê\Ì+–\äHN','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step3.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step3.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\Þ	Œ¾\Ê8¨ŽT\Ò\r\î`]\Ý',_binary 'T\ài<S¾IrÑœ\î0†ú–žN’h\Ù/y`A®½1','',0,'?'),(_binary 'l/\n\ÑÔ€°WÁÍ±-c\Ï','wp-includes/widgets/class-wp-widget-recent-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-recent-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I%*\ÕŠ1¡¿9Ÿðñ',_binary 'u÷¢×›w\ëŸ\îx¡mI\é{‡\Öcºu€ló”²\Å','',0,'?'),(_binary 'l0û:D\Ùa/Lõ7Œ¿að;','wp-includes/js/dist/preferences-persistence.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/preferences-persistence.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§;n\ËÿŠc´ƒv–A:´;',_binary 'y+½”*»ûš¤g?¢!H™ˆd7ˆùTöw€\Ðeø,Ü±','',0,'?'),(_binary 'l5ù\È	Mvþp\á$\ÂòR8','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileFilterLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileFilterLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J|\"‘KA-†ÿl†K÷µ',_binary 'e?r[Ë—¶\"‚þ{_#s1“s¶Tt•ˆrPú\á\Z÷','',0,'?'),(_binary 'l9\é¹=¯üh\Ç,>\Ù\Ã\ç&','wp-content/plugins/wordfence/lib/wfDiagnostic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\\y\ã\Ýkf‰1u\Î&œ',_binary '_~xfN¾&O“\ÉKù#]b…jL¤þ%\Ü\éž<)˜÷\Ë','',0,'?'),(_binary 'l;\\F€v_\Ò-x\\3{','wp-content/plugins/wordpress-seo/src/routes/wincher-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/wincher-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðQ®Ž\Ë\'l\Ö_ó­O\ØE',_binary 'ô8ü`4Te–‹I¾·\Ðo˜\ÏL¡0\'ÁJ\Ó\Ê \Ì)·z','',0,'?'),(_binary 'l?]=Q­~=\Â)®m\Æ\Ù&','wp-content/themes/houzez/js/vendors/parallax-background.min-min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/parallax-background.min-min.js',0,_binary '€vþ)y\02\Êñú\Çü\\Ð¶',_binary '€vþ)y\02\Êñú\Çü\\Ð¶',_binary '§ÁI8U°¡‡ñ\á¢IŒ^79(\Â\ÐòA”d\âN÷]€ZÀ:','',0,'?'),(_binary 'lD¿#S’\âSxrô†','wp-content/plugins/wordpress-seo/js/dist/classic-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/classic-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤‚Ÿ¹\×\Æ	µ\Õ.7¬\×ÿ®',_binary 'ÁqxPA¼j“›\Ø\Ù1¦P¤\à®Oœ†Qÿo<\Z~Ò¢','',0,'?'),(_binary 'lH—\å½b¿Q\ï\Ô\Å5×','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\ÖOüÔ‚b¼t4\Ò\\',_binary '§\åÚ’5fCSQ\0Q†\ê·)=\Zkò$ Ÿ\Æ\0I˜','',0,'?'),(_binary 'lJ\í÷Í½j\å\îw\"\Ú','wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/redux-color-palette.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/redux-color-palette.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Hš\ÏH·dôÎ¸Sk¾štD',_binary '°\r!0!u!ö›\åFQPk®}L\é&Ì¡\Ù}\Ë9õ\å','',0,'?'),(_binary 'lKñ<9fOÕ®P\"\í“[h\Ò','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_null_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_null_24px.svg',0,_binary '•o7\èK_€Â¼˜ò¼',_binary '•o7\èK_€Â¼˜ò¼',_binary '›\Ó4ý«mj{|\Â\ê>Ÿ|M\Ëj˜\ÔZZ±%}±´~ø','',0,'?'),(_binary 'lMpŽn_6\\0\å­% 3','wp-content/plugins/revslider/public/assets/svg/image/ic_monochrome_photos_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_monochrome_photos_24px.svg',0,_binary 'ˆ\ìc\ë•\ÈüÎ„>ô»³\ì¸',_binary 'ˆ\ìc\ë•\ÈüÎ„>ô»³\ì¸',_binary 'D\â\ë\êñÃ¡žq×·\Å­<\Út´¡-Î‹/\é*­«r','',0,'?'),(_binary 'lT™%¤fùm˜›uL¹š','wp-content/plugins/wpforms-lite/src/Emails/FetchInfoBlocksTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/FetchInfoBlocksTask.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@\äþ\à #!3\Þ\Ç\ç\Ý\Ö',_binary 'Kbe\ÎfevÝ®\åÛ‹!³ 5V#Ê~\í\ÆVW','',0,'?'),(_binary 'lZ¿q¡#eS%s˜õ7Y\æ','wp-includes/js/dist/notices.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/notices.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JOC\ÜL|bS· ó4y',_binary '×¸¹\×ZVÚ©\çŽ\r\Ø\Ùð\â\åôQ­\ßH\á\é=‚¿.\ÓM','',0,'?'),(_binary 'li3œÀh(}Ýƒ0u¨–','wp-content/themes/houzez/property-details/luxury-homes/virtual-tour.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/virtual-tour.php',0,_binary 'V\È9¶EMf|Mk\\´\Ä^\ÎO',_binary 'V\È9¶EMf|Mk\\´\Ä^\ÎO',_binary '‰3\ài\ÃgÆ•›™\æ€\Ñsü²ò\ÚT\ÍÖµWõe\è','',0,'?'),(_binary 'lnC›³\ã”7]„·s\äù','wp-content/uploads/2020/09/streamline-icon-real-estate-dimensions-block@25x25-1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-real-estate-dimensions-block@25x25-1.svg',0,_binary 'sðvg‘pþnF°F\Ö?…²D',_binary 'sðvg‘pþnF°F\Ö?…²D',_binary 'mÙƒb¬½c\")ð˜ŠÀ[?u›®\ã¿mW³h‡ó’','',0,'?'),(_binary 'ln†@<d\åBDpy~c^','wp-content/plugins/houzez-login-register/social/google/auth/Google_Auth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_Auth.php',0,_binary '‡=\ÉÃ\ê\Û\Õ\Ú,—-|',_binary '‡=\ÉÃ\ê\Û\Õ\Ú,—-|',_binary '.˜\Â“pm8„\Ò,¦À\ß~mŽKÿIòŸB‹«F\Ò~','',0,'?'),(_binary 'loº7Ÿ\ì\Î:\èÿ1\0','wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŒT=e0´ˆø[\Ï<`u',_binary 'ø\ÈF\Éømˆk\Ê\Ïùo@\ÜR®—m\é_\â`…?iÍ”','',0,'?'),(_binary 'lo„±Iý4”·\â–\Ü@Ž©','wp-content/plugins/revslider/public/assets/svg/navigation/ic_refresh_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_refresh_24px.svg',0,_binary 'aw\r}®O\rq\ïsEP\0U@H',_binary 'aw\r}®O\rq\ïsEP\0U@H',_binary 'Hn;XNò\Þe”£i@V²DŽHÁ-Ü±$\'‰NV\Ç','',0,'?'),(_binary 'lt$°ü@¤|œ>A}QR‹','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select-tree.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select-tree.js',0,_binary '\Ô\ÊQ¥\Û\\|bš”\ÇWòz¸',_binary '\Ô\ÊQ¥\Û\\|bš”\ÇWòz¸',_binary 'TR9Á\Z\ä\É\ÞB;¾Œ©r§I>6&þ\âþ¥\Í\å\ä°O³vy','',0,'?'),(_binary 'lt\íö´¼%°\ØL\Ú\ç\ïÕ„p','wp-content/plugins/wordpress-seo/images/question-mark.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/question-mark.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷|iü‰)d\ÙÀpOd(',_binary 'IˆKLl\r‘Ò¦ß“\Â	S“\ëÊ¨re4>bI¥]','',0,'?'),(_binary 'lx’\Zð\ë#|³¼)¿E;‰','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebpropertyParentLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebpropertyParentLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó\î·\ìŒ\Ñ\ÜC?/ü‘',_binary '†Ä‡©\Ò\áˆ}²•˜·e¼ºw,&¯E\Ðm¿','',0,'?'),(_binary 'lzu°ÀDhSuka6\è','wp-content/plugins/revslider/public/assets/svg/hardware/ic_tablet_mac_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_tablet_mac_24px.svg',0,_binary 'w¿\Í+dm\Z°#®\êHULƒ',_binary 'w¿\Í+dm\Z°#®\êHULƒ',_binary 'Kô\Ú9\Ç?bv?oX­j\ï\ÈwSZ¸ªVz\Î\r\Ó8','',0,'?'),(_binary 'l~ žF\Ñ\å\ÑÀ\ï\Ä\\\Ë¢›','wp-content/themes/houzez/js/vendors/i18n/defaults-id_ID.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-id_ID.min.js',0,_binary 'ÿD½aZU`œ9Í£',_binary 'ÿD½aZU`œ9Í£',_binary 'ú³Q¹\Ûõ¿g¥†-U¹0\Ò]%2¤ôüA‡+ð\æ\ç} ','',0,'?'),(_binary 'l‚RM½\ëÛ³\Ðzt^\ë\êo','wp-includes/js/dist/preferences.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/preferences.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë”ƒ^\ê\Â>³’\í\Ï\\#',_binary '\n~\Üa6¹4\æ†\ØüŒ•™_\Ö1\áU²j[\Þ‡Ìª\í','',0,'?'),(_binary 'lŠ\0\ËMA¦“ŽûIG(R','wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Tag_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Tag_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ$‰.¡É¼I\06[]ûP\Ò',_binary '\Ù~m¬X.8X¦k¥x²J¿À´{úƒ\ÝAd„:h','',0,'?'),(_binary 'lŒÉ™¦\Úý±ò\Ü\ÇR\0ò¯','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<gø\Ó\ïˆ¶Z•³\Ãw',_binary '®«v\ÍÇ\ç+5_»¸CwÂ†¹+xb\ÒRSÚžÿ','',0,'?'),(_binary 'l‘YùõÓ¼\Ü\0tH\Ï!r','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0¢u†?m\á\0W¨ÿ-6µ	',_binary '\ß\î&3mˆ¸8`l*}•\"ÿ¨\ÓM‰\ÉO*\ÉT-²','',0,'?'),(_binary 'l”gBtˆ\æö÷ö\Ó!¤‡B','wp-content/plugins/revslider/public/assets/svg/image/ic_color_lens_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_color_lens_24px.svg',0,_binary '˜¯Œ \nöÖŽ\Ä³ö&\\',_binary '˜¯Œ \nöÖŽ\Ä³ö&\\',_binary 'À•KùS„\Ã_·õ¼z\îÝž’V\à\î_“ž˜ƒ\Ð^+ý\Æ','',0,'?'),(_binary 'l—ñLXžiUv8F\Ë','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!-0\Ä\r#`1U=b$71',_binary 'l0˜\ZKnñ‹¤‰E>‰™¡ \"ÿµ\åõ\\ð=\Ç','',0,'?'),(_binary 'l¦[Ú­j\Î<}S>÷8©¨','wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÇW\"`©¶—V­ý\È\Ç	',_binary '°¯d\åt\Â\Ñ\Ã\Ë\í¯,›79\Ñb\Ê\æ†9@«g5O-ñ¤b','',0,'?'),(_binary 'l§2jW4• s÷\Z £','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_454545_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_454545_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä6³CM‚±\ï3\É6C…¨Z',_binary '‘E¸Ó»\'†Bjf‹U\ë£&bASœ„1FžBBh·–\ÍW','',0,'?'),(_binary 'l©SlaP€kF,³(ŸF‡','wp-content/plugins/elementor/includes/controls/dimensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/dimensions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³Ê‡\á¦F\Ü\àÇ¢\á3À—',_binary 'ô†¿<PžŽR\É2F	ú9t¬\ì/4o\Ò\Ã\Ñ\ÞÊ‹|o‹”','',0,'?'),(_binary 'l©‹\ä\ZF-((º ´C','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/WPML.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/WPML.php',0,_binary ',&\ã®n\î‹^:i\á#¨',_binary ',&\ã®n\î‹^:i\á#¨',_binary ';R\Ôe©k\ß+Fr\ír±\Õ;›OG«\æ\ÞE\Õla','',0,'?'),(_binary 'l«\ßûSNVng\à\æ³yŒ<','wp-includes/blocks/image/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'djvY#vc|/?½Þ»d',_binary '£Hô7”‚%\æ\é:£\Ý\Ò\Ã6x›:?ß•¶\ë\×d\ì>E','',0,'?'),(_binary 'l²5X~d\åB)NH’I•','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Flatsome.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Flatsome.php',0,_binary 'ú…\Æ4—³†jjQ@i\æ\Ç',_binary 'ú…\Æ4—³†jjQ@i\æ\Ç',_binary '\Ú5\Ñ…8\Ètj‘\Ûô¤\0Ž‘,: ?\'\Ù\Ø\æ\'%Eh\Â\Ì','',0,'?'),(_binary 'l¶q\Â\Ôa+r0\è.T¿\á','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ApprovedThemesController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ApprovedThemesController.php',0,_binary '‡V>Y\Ùñ3Á–\è˜X•\á',_binary '‡V>Y\Ùñ3Á–\è˜X•\á',_binary '÷Y[°\ÖW#Qñ]_t\ê1vk0)\Í_²\Ê×µ\ÒÓ˜K	K','',0,'?'),(_binary 'l·Qôó\áü\äÀ/ò>F¹','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunPivotReportsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunPivotReportsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';—ó½!96–]\èIx„¦E',_binary '7ŠµX¢h\ìö=ma2S\á\ßO–~ý\×\èW“†\ßkn½H\Ì','',0,'?'),(_binary 'l¹\Ìö<»ô#\Ýqˆ,\æ¡','wp-includes/blocks/archives/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GL\Ï\0·¸Q’\Ê\ìv+s˜',_binary '\0B\ÅP©ñ}eGu‘ð6\Ä\â\Í\×Ø koŒ\î\Z­ÿC\ã','',0,'?'),(_binary 'lÀš¾òg\Í#\'ú\Õ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÙkN“¹\Ñö\ì\Ìä±–½0n\Õ',_binary '$2<$`²\Îp£¨JYm°\â\Ñ\ÌÍ»r¯¿®]\É$•lñ','',0,'?'),(_binary 'l\Æ\È\ßêŒ˜b;W4R','wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É¼UÅ¬ƒ‡´‘û)@',_binary ';BôY™B§\Å\Õ`¹ñz\'i\åŸ	hIv}j‹ G','',0,'?'),(_binary 'l\Èm(f\Ø_q¦`bC„%t','wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\Ú\ÏÕ˜Ys\ÙOz1K!•\ß',_binary '‹Lt£i]V$I Fž•`\ß\Æ>‡s\nwaó¼C\ã?o','',0,'?'),(_binary 'l\Ê}\Ôð%*ba\æh^ƒR~','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceSequenceFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceSequenceFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'è¯¥;IÎª³R6s…Ó¯\Z',_binary '+ü÷I\\Øª\ÝMö6\éúŠ±kš6>§{ý’\Þ\n[Y°','',0,'?'),(_binary 'l\Ì*C²]¼d\ÞY mÜ˜!','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-description.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-description.php',0,_binary '<n)@S\Ö>š\Ûn\Z\Z	*\Û',_binary '<n)@S\Ö>š\Ûn\Z\Z	*\Û',_binary 'Ó²mh\Ã\ëEL°n£­É€!Hj~»Œ[ºµ\âÖ±¿Ÿ”#','',0,'?'),(_binary 'lÏ’µ¶ÿ \çJQ%5','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php',0,_binary '\ì\rö’#y;Û•?D?öð\Ê\0',_binary '\ì\rö’#y;Û•?D?öð\Ê\0',_binary 'RgF\n\ëY¶xöU¸”Fb£¹¬\Ü\Ì\â8+\è¼tnr/','',0,'?'),(_binary 'l\ÒZg®e\ÍytKZü4ÿx','wp-content/plugins/redux-framework/sample/sections/design-fields/background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/design-fields/background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ëf#EW.†¢t<mŒ[',_binary '<W2GjC\ÕfûJ\éõV VÛºx\Ü\0\Øb\'¸ªH)¨','',0,'?'),(_binary 'l\Õ\ím]ö\Z¡d·aL•«•','wp-content/plugins/insert-headers-and-footers/admin/images/upgrade-welcome-headers-footers.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/upgrade-welcome-headers-footers.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­‚I\â,\ãXtK°u\äø”',_binary '\Þ\ïs£U|E\ã‘Ç’W\å\Í,\Ø\È\Z\\ø…\ÕH\ßj*ƒCœ','',0,'?'),(_binary 'l\×Y–\ä1@\ßn¬ž\éoÙ¬û','wp-content/themes/yith-wonder/assets/images/demo-content/company/company-3.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/company-3.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1¹\×_š#\Í7ŠÂ¹\âeI7',_binary '‡ÓµMbš¼(½\ZG\ê\Ô(&€w£CdÙµP¹5','',0,'?'),(_binary 'l\ÙEh-´Ëƒ˜\01€M','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Admin.php',0,_binary '\Ó\\EbG\Åj_1‡?¡',_binary '\Ó\\EbG\Åj_1‡?¡',_binary 'Cn3°‰×Œc-\æ\Ät§\'£\ä\Ü\æUo-¦€3ª\ì+\Å','',0,'?'),(_binary 'l\Ý€14†¯&y\íaûƒW','wp-includes/css/dist/customize-widgets/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/customize-widgets/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U\í\Ã\\0\â,L\Ü\î\Ü\ÎÒµ',_binary ',x\Ù³\Å\és|BBƒýF½5Ï„¢i\Õü\â¬yMu‘','',0,'?'),(_binary 'l\Ýz\É \Ó]™˜3ð>dD[','wp-content/plugins/wordpress-seo/src/editors/framework/site/term-site-information.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/site/term-site-information.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^©U5Œ\çñ&AR· bc',_binary 'S\Ã_‡40@eL\ã\"Ÿð\Î&ù2ý:O\êtk:\Íÿ+\Íø','',0,'?'),(_binary 'lÝ—]¹\\p›ºúQ¢žŽ81','wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Exception/MobileDetectException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Exception/MobileDetectException.php',0,_binary 'g\\\Ê\í<ªBŸ’ž©üÝ”*',_binary 'g\\\Ê\í<ªBŸ’ž©üÝ”*',_binary '¹4rk\çô\ÆVôu¥¬³rE½³¨´(\àbm«wÿ0t','',0,'?'),(_binary 'l\ßG&þ\ï3]¤(]¸­/','wp-content/plugins/elementor/core/logger/loggers/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/loggers/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[T\Ä;ÿ–\Î\É\ï4#\Ñ\Â|S¶',_binary '\Ò`ñ\êN\\\Ëk4?\Å¡Í)JQ¢\ZËƒmG\0','',0,'?'),(_binary 'l\àF®\È[öFÊ¬Is\Ø','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\çc\Ã9\Ù\ÇÖ¥5Ž\ï&',_binary 'ùTb¢>Žš\ç\Ýeld:ÿ ¾X.÷1„û&p*÷Q=_Â„','',0,'?'),(_binary 'lñÅ”7œ\â‰\í\×õŽ…Á±','wp-content/themes/twentytwentythree/theme.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/theme.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}\Ê@ŒDzþkTÀb=\Îô',_binary '\Â\Ú\Ùhû\á“ò\ÜV4ó\ÆÎŸ¾\è. PŽ\0_b‰\Ú\ã¬5','',0,'?'),(_binary 'lôº¯Ï‡6‘ýH\Å\ÚN÷û','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-24-4.min.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-24-4.min.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†ž\Êlt„\Égau\ë\ÉF',_binary 'CI°}\å\á<µ<\n¢\Ü\Îo<\æ\n\ÏªöÏ“ú\Ä\Ä[¯³\ã','',0,'?'),(_binary 'l÷\"\×5ÛŠnIùûØ zL','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/glasses.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/glasses.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎšxÆ˜la©\é:',_binary '&2–F\ÚX\Ñ\0\ãrZ“qó^‘@%1O—vÇ”	óˆM\r','',0,'?'),(_binary 'lþÂŠZsð	³ú\Â2','wp-content/plugins/wpforms-lite/templates/admin/splash/header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/splash/header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c‹ª-X‡ô6\'¯6\Ä¨H',_binary 'ø‘\n?€úÕš\Ý×—«ª7ùð	\ÓðC/õ\Âh€•„!s','',0,'?'),(_binary 'lþ°¶•=\\0Õ€ùz\Ìø','wp-content/plugins/elementor/assets/js/nested-tabs.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-tabs.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹P(Œˆ‹»\Z\Ç\Ì1\ÅÀ\ì',_binary 'øÿ¯’š-\"h}3\Zl•8:n“l3Y¸\áLQ*','',0,'?'),(_binary 'm)\r¼…\äôaHš­E±','wp-includes/blocks/social-links/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹‹JU£\à\Ñ\ÊQK÷’¡\Ñ',_binary '‚#LÌžÏ¨eS!U\à}!Cš±¥\Ìû\ÆIøk²«oW>','',0,'?'),(_binary 'mû \ãÉœ\Ùw°€ú_','wp-content/themes/sinatra/assets/js/vendors/imagesloaded.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/vendors/imagesloaded.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ®´mwSö\í‡\Ë\nøY\r\Îò',_binary '¯s—\Ï2FGwp¶2c­·-[\éC\Zu3\èðµQTk\É','',0,'?'),(_binary 'mÔšDi\ê1G)µ\íZÔ¿','wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_active_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_active_24px.svg',0,_binary 'ƒ *¦¤g)\â™\ádŠ\Æ\ß\Õ',_binary 'ƒ *¦¤g)\â™\ádŠ\Æ\ß\Õ',_binary ']p\Ñ\Ì46\è,.\æ­V\íM\á~=ný’-\ë\Ë\'‰§','',0,'?'),(_binary 'mD’\ÆTŽms‘·òA©}','wp-includes/certificates/ca-bundle.crt','/home1/arxacomm/public_html/point2listingcanada/wp-includes/certificates/ca-bundle.crt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'UC%PÊ…\êˆ$À\ËpöŸ¥',_binary '\à·<eN¬¢§fÀFKþFƒ¸öoò-¿Yö\ì\Ö\ÓSlUø','',0,'?'),(_binary 'mÿEŒr\å|´Y<\ïL„&','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Money.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Money.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@ñ³Y2\Öyªa¨\ÃDý8•',_binary '?>€KpMÜ›Û‡•ufdHmøÞ¶’^\ËC{y4› ','',0,'?'),(_binary 'mmð¨•\Ò\Ý\Ú&ä›Ÿ,\Ú','wp-content/plugins/revslider/public/css/fonts/revicons/fonts/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/revicons/fonts/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'meD‰d	û\n`ª™','wp-content/plugins/wordpress-seo/src/user-meta/application/custom-meta-collector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/application/custom-meta-collector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á\Ý3›?\ÎU{X!ub',_binary ':168”\ëLÀDR&\Æk<5;~…&\ï©T0¤’™','',0,'?'),(_binary 'm\çÎo¿\Ü%*˜¯ ¢\ë6','wp-content/plugins/wp-rocket/inc/Engine/Activation/Activation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Activation/Activation.php',0,_binary '…ö\ê)A\Ü}¨­*ý\èD\Ï\"',_binary '…ö\ê)A\Ü}¨­*ý\èD\Ï\"',_binary '`S\å…\Ä¹T`þÌ”Öµ¦ZEkTk¯³=]±i\Ì=\î¦','',0,'?'),(_binary 'm\ãß„@M\ê\Ü:”þ“‹','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò5©¿\è\Ý\Å8º’p²^Z',_binary 'Š\ZZ\áv\à\ÜÑ¢ó\Ë3kwð\È9\ÏIO-3Ù‰@\ãSM','',0,'?'),(_binary 'm\×r7\àûZ¿\á­m.¢ó','wp-content/plugins/revslider/public/assets/svg/action/ic_search_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_search_24px.svg',0,_binary '€w>ñ\ãƒL¹ƒƒG¨-\â',_binary '€w>ñ\ãƒL¹ƒƒG¨-\â',_binary 'ù! ¬º\ì\Ú€-+²@Ø–\ä\Å\Ó.Þ»P;\Ö;\Ý\Ä','',0,'?'),(_binary 'm +7f\"«ƒ¹Ÿ>¤ý)','wp-content/plugins/updraftplus/images/icons/updraftvault.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/updraftvault.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A	RÊ‚D\Ñ,Áõ\×d­¢¸',_binary 'š\ÑýW\È\Zð–½ªR^²xÇ§\Ù\Þp\Úê\ÆS3\Ð\ZU','',0,'?'),(_binary 'm!U\Ã°†n\"XAc\Ç','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-metaboxes-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-metaboxes-api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëNº•\r ¹œA\Ã\Ò\n',_binary '\Ø\ã{uƒ›.Q6{‰ŒfÒ®W\á\îg\ä\r\Ê \Ö\n¹\Ì3','',0,'?'),(_binary 'm*K\Ì_\î9#\r™F« û','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZÓ¹f3gÉ¯aÀ~ªn',_binary 'Þ¡.±DvNŒ&‘39ŠCið·;7ô\Þbœ¹.\äy','',0,'?'),(_binary 'm,\ãùü.b²\Òò','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFullName.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFullName.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']S\ç\Ûow·\Ãú\"V',_binary 'J˜\Ò\åÿ$ò¸\Ý\Þ\Êt-\r\í\"j{\ÂY\r}Z~î¹fs','',0,'?'),(_binary 'm2e6Hšör«B?¦n,','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/image-select.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/image-select.js',0,_binary '\Çs£;Qleýÿq_;“\Î',_binary '\Çs£;Qleýÿq_;“\Î',_binary 't¢Rm\éôrfø\å1D³®8b\"\Ý,‚“™G\ìŒE\0','',0,'?'),(_binary 'm51¾\à\Zp:¥8\å\é\0=','wp-content/plugins/elementor/core/role-manager/role-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/role-manager/role-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ènõ0g®¾_FÉ¶”¿',_binary '’UÃˆûÂ½!8<ºÁQL\È÷\"„\Ù]\ß\ëA:ø5Nûb','',0,'?'),(_binary 'm6ÿ—8\ßI—q=É£½%','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-500italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-500italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ-Q¢™ò\n°\Ýùƒ\ä',_binary 'Ž\éò³P|6K¼ðüüh\Ã	Á\'u\ç§	û@\í³v','',0,'?'),(_binary 'm<%\äý‰¥}W($Œ\Û','wp-content/plugins/updraftplus/methods/insufficient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/insufficient.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-\ÛH	£\r~©%9\Ã|g¶|',_binary 'Y\âYad\"95]?¿1ÿ+Æ‰yùö\É\ä\è\n¥\Â\Ò[\×N[','',0,'?'),(_binary 'mA\Âp\ä\×	1—\ÞGõU/','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“ŠØ‘4ºäŠ•\Çx™™¤1V',_binary '\Z|%\0Âƒ\Ä\ê^\Ð\Ýxö³¿\ç\n\âü?¼º¬Ö¿÷x','',0,'?'),(_binary 'mA\çðY·\à\ÊÀ®Rb|\ÞSŽ','wp-includes/ms-default-constants.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-default-constants.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶®\Öyª™j”0Â©\ç_÷‚',_binary 'r\×»\ìŸkEB\Ëf …\Úp\ÆøL\à€\Îð\Z†\Ç\âJ','',0,'?'),(_binary 'mEš¯ñö¾º\\\ç)\Þ\Øo\Ô','wp-includes/js/jquery/ui/spinner.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/spinner.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\ì\ÈND†¾ðX(*ž?',_binary 'ä™¨mJ\"\Ê\Ê\n¬žC\ÚY\ršÀit\"øuM™_9¨\éú%','',0,'?'),(_binary 'mHC#-\ß\'ª¶Ÿó”$ .','wp-content/plugins/elementor/assets/js/common-modules.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/common-modules.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nð.YG‰\ÄóT\\',_binary '\Ê\Ïÿ›¿­®ût\Â/s\"S\Þ\ã\Î¹J\îžÝ£…\îh','',0,'?'),(_binary 'mJŸG@z\'\éCŽ;¶Qs!','wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w\ÜAÀ”Ý¦«KÔ¼A©T',_binary 'ø.€ \á\ê´Aj\ï\Z«M\Ö\Ãö0\ÔÇ¥\Û\0¼£Pu&ŒWA­','',0,'?'),(_binary 'mJ´ó\Þ9X c\'3/§¡','wp-content/themes/houzez/property-details/partials/gallery-variable-width.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/gallery-variable-width.php',0,_binary '†Ÿñø\Ä$\É\0¶Ò±ø\Ém(8',_binary '†Ÿñø\Ä$\É\0¶Ò±ø\Ém(8',_binary 'yWqtþ°ez2\Ãö°3µ+ö\Å¹\Â$CO÷\ÆSÒŽ\r©','',0,'?'),(_binary 'mTZ`xk<Y,\×\í/Ss','wp-includes/class-wpdb.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wpdb.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È\ß(-¤{‚¡\Ë:\\ÿ¨¶c',_binary '\Î\ØW[¯ÿ\êz\ïUfiDvs|¾^\â\r\ÌVf-	b','',0,'?'),(_binary 'mVòž–®€4\ÃQô;¿','wp-content/plugins/redux-framework/redux-templates/classes/templates/template-full-width.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/templates/template-full-width.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å¿ú‰©´¹`šoÍ‡¢–øl',_binary '\ÑJ\Ú\á\Ý5lE\î\èö<\ìñð}´†SI:ª©b5K<\È','',0,'?'),(_binary 'mWýX6fô\å`«x\È^m','wp-includes/class-wp-classic-to-block-menu-converter.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-classic-to-block-menu-converter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n?E\'Ñ¹.Wm\r0¤S»',_binary '/%¥AØ¶³h\0\æ~@Ÿ\ïùòÑš[Á~9ªú¸FÀ¹<	û','',0,'?'),(_binary 'mY·Á“š}É½\ë…?','wp-includes/js/jquery/jquery.ui.touch-punch.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.ui.touch-punch.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L\Èm\ÄQ4Öƒ\ãˆ]±',_binary 'k>jT@©—Žz\Ì\Ã\È¯\êÕœ.OB\×Àj\É0\'ô\êt','',0,'?'),(_binary 'mZ‰jÌª)cfk\î×þ','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/fresh/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/fresh/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p}«Ø‹t4øÕˆò\åœ\ì',_binary '\ÍzpÀƒ\ê“a\Ó=¯h ‘ˆ\ZiløzÑ¿<¼Ì³y','',0,'?'),(_binary 'mdŒ\Ã0\Òò§\Üqe\"[ñ\"','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-7.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-7.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\Âó3,m¸À|?‰\Þ~',_binary 'e|P\â¼\á¬\Í\Î÷‹\ÇQm½Ÿk÷}\éo¬uš\ß','',0,'?'),(_binary 'mpZ°‚´vÜ LŸfôYP','wp-content/plugins/redux-framework/redux-core/assets/js/redux/ajax-save.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/ajax-save.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§\'Ÿxq;ûç€‚\Äþ¡ô',_binary '\'\ÖnºŽ4>œ–,3E¾ÿKZ¿W†³J\ê”bˆ','',0,'?'),(_binary 'm~s\ÝK1tÒŽ„P\ÇjŽ','wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Interfaces.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Interfaces.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è5\ÇpR|\Ë\rþ¿\'Wj\ìC',_binary 'ŸÄ£l\êÁ2\É^f\Òv\ÍZ´\Åšt,DÔ—‡·úÈ©.','',0,'?'),(_binary 'mˆº-\Zm1½¥\Èû£w\Ç\ï','wp-includes/js/jquery/ui/sortable.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/sortable.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aÀÜŸ\Z±v­É¶²_©ÛžN',_binary ')¶rAs`ú.H›EBÒƒyJS#\"÷	²p','',0,'?'),(_binary 'm‹‹žÞ–,MwV}+8—v\í','wp-content/plugins/houzez-theme-functionality/statistics/houzez-statistics-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/statistics/houzez-statistics-functions.php',0,_binary '\Ø\æ\Ùø@ruu‡IŒø\ê‹',_binary '\Ø\æ\Ùø@ruu‡IŒø\ê‹',_binary '@H\n\Ã´T™û”‘#}\Â9q\à•µ\Æ~c\àR-\ã','',0,'?'),(_binary 'mž\ä<~t€Z9%N^D','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Payout.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Payout.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úxñ[\Â5xœ Ý²\ç—\à§',_binary '‚\ÙI¦EùhB§\0\ì5O8\ÌNù–_±\ÐI®k\Í-S%','',0,'?'),(_binary 'm¤^\ê\r`õ\Ýð\Ö%­@ &','wp-content/themes/yith-wonder/patterns/my-account-icon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/my-account-icon.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n3\áŠ\è#F\ßÍŸh\æQº',_binary '‹’À_•ô¶\Ú˜· Ã¸qu´\Ï\ÜS\ÝgÁ†œƒ\à','',0,'?'),(_binary 'm¨9cþò)\è0f!ø\Ò\ä','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/OpenSslPseudoRandomStringGenerator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/OpenSslPseudoRandomStringGenerator.php',0,_binary 'WT*ZÊ“ð>%ƒBšqŠŒ',_binary 'WT*ZÊ“ð>%ƒBšqŠŒ',_binary '\Ô\ãN’yLº\r„‹Þ¢v^whz9˜\Ïñó˜:\ãUlÁ','',0,'?'),(_binary 'm«\É\ÓG\âð8~™tv¹','wp-content/plugins/wpforms-lite/src/Lite/Emails/Summaries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Emails/Summaries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áSó\Ó\n\Î5Ñ¸\"¢g™',_binary '!\"JK<2\Ý;u‹L…\ípÀ@ÿ\Ã>\é:KJ&¹ž“ºsi','',0,'?'),(_binary 'm¬	\Õ\ÍQ\ßX/ó½\rf&\Ù','wp-content/themes/houzez/js/vendors/i18n/defaults-en_US.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-en_US.min.js',0,_binary '[\Ée2ÿ=;·£Ñ®Rÿ…',_binary '[\Ée2ÿ=;·£Ñ®Rÿ…',_binary '\î…\Ì\0“©CÑ¼œÚ²óI}™(	™p™tt7\n\ÚýÓŽ','',0,'?'),(_binary 'm¬¦þ»|\ÙA*Q†§FÛ€h','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/QueryAudienceExportRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/QueryAudienceExportRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸpÀ\ì\'…•µ\æ—7^',_binary '\ÙÁ›²‰\\÷I/.\Þ2w#©£h\Î\âQ\ê¶y\ë*\Ò','',0,'?'),(_binary 'm±\Î1’³pm4p(þ\ÈÿT','wp-content/themes/yith-wonder/assets/sass/woocommerce/thankyou.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/thankyou.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞQ\Ån@S\Ä%€Kòñs',_binary 'Ì‚õþñJ£yU—ª¾Ë‹ {\0\ëû:‘™\Ùt§!˜','',0,'?'),(_binary 'mµ¹˜;Õ­\Î\êr1ö\ë‚','wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\á{veI	7\ã\â…u·@',_binary '$‰N«\Ìúñ	ÐŸ_ó\Ú\ï40DõW-pAœZ','',0,'?'),(_binary 'm·÷*\ÃR„«‡ðŒG‹cs@','wp-content/plugins/elementor/includes/widgets/rating.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/rating.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§Þ¦>Ù¾9\àVÌ«gDz„\ä',_binary '“ªXoKp—\rŸg=¥-h^ž(<¾\èª\Ø’›ú\"œSd','',0,'?'),(_binary 'm½5­)\'ò\ßaH³\r¤\ë-','wp-includes/blocks/home-link/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/home-link/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*Œ(\Ñ\Æ`\Ñ=\Ë~‹',_binary 'f¥\ígm3ëœŒÁ\ËÀ´·BºD\Ó\Õ~q@ý\Ë5‡õü\ï‡','',0,'?'),(_binary 'm¾$m’À\0\×br‘»BP','wp-content/plugins/google-site-kit/includes/Core/Util/BC_Functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/BC_Functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q1„‘s\Ì0s‘µ¨\Í',_binary 'B¿h!d\åh!Ïºv‰\ã\Ó\Ö<`)›D\Ü\ÂL8X\ë','',0,'?'),(_binary 'm¿^\'\ãZµxd~±\ÞðIƒ','wp-content/plugins/elementor/modules/library/documents/not-supported.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/documents/not-supported.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Î±sU˜Gñ\íZs|^c',_binary '”\è=yh5°p­j\Äv+k¢\Ö\ÍÁwï¤¸‰Œ\";','',0,'?'),(_binary 'm¿…L\×ux‚\àÅ»4\ÙÄ¿\Z','wp-content/plugins/wpforms-lite/templates/emails/general-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/general-footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’JJÉšªª\É\î“²\ÅÜ£',_binary 'É¼\æ}\r!\ì§\0j†9±?R(ƒ’ô%>):\ë´','',0,'?'),(_binary 'mÀ§ª„Oyƒ©o\'†\Ó','wp-content/themes/houzez/framework/stripe-php/lib/Service/FileLinkService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/FileLinkService.php',0,_binary '\Çd§Ì¯%¶U•¤}Sr',_binary '\Çd§Ì¯%¶U•¤}Sr',_binary '\ë\æ:x´µ!˜öÁ£¶\×0ž–”\ÓKq„‡¸Ñ2]®\É9','',0,'?'),(_binary 'm\Õ2\Ýz\Ú<ž—@•!‚\É','wp-includes/css/dist/preferences/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/preferences/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª·k§kWÿGŽ\Øf\ÍCtù',_binary 'g\åÓŒ\æ6ûÐ‚]òÿ[?@\ëP\ÛBt\Ãþw\Ë}J¡ñô®','',0,'?'),(_binary 'm\×BlCY¦1`.\r½p\é,','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/LazyOpenStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/LazyOpenStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R¬ÊŽWÿkh‰:4\î',_binary 'Ñ–D/=Á\Ã\\\ï¸øy¿2k})\Ør_‰¿Lxm','',0,'?'),(_binary 'm\Þˆ\ìù4\í\Û\ìˆl;{','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xG›?\ïMxŠ–¯ºl|\Ì',_binary '“B\ÇS\ZBeLÆ“3Ÿ#Ú¾\Ý\Äb‘j52=ÿ<P\Ê3vð','',0,'?'),(_binary 'm\à±«^]}J D\Ç\Â','wp-content/plugins/houzez-theme-functionality/templates/currency/form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/currency/form.php',0,_binary 'CD\ä\Æ&ÿ. F\ëð\n…/',_binary 'CD\ä\Æ&ÿ. F\ëð\n…/',_binary '«ÿ9\×_,VYó¸N\rWgp\\Žµ8ò\Ðd~B\Í85','',0,'?'),(_binary 'm\â	%\ÕK0…\'¥?\ÛQ<','wp-content/plugins/one-click-demo-import/assets/images/success.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/success.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò>\ê-µ\Î\Õ]»¸k*ù',_binary '…Dý\Z‚º\0rŒD®\Î\Ï(û,žMhºPIy®\Öp\ï','',0,'?'),(_binary 'mðÑ›x³}\äom­‘v¼\"','wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÂÝ½D\Ó\Ú*\Æ<Rºƒ÷[¬',_binary 'xy:š\è\Ê÷LyôœH¢ŸG³˜‚\Z\ì\àz\àÒ›Ò¦\ã','',0,'?'),(_binary 'mó¹þ‰\î¨\á\\ô\äÏ¹»1','wp-content/themes/houzez/template-parts/dashboard/board/notes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/notes.php',0,_binary 'Œ)¨$;/7ü\ìj6Ò»•',_binary 'Œ)¨$;/7ü\ìj6Ò»•',_binary '4…³}¦xF¢Î»õ·oG*ƒq\×+­˜2Þ‹‚@¦','',0,'?'),(_binary 'möm³„ûÑ¨aÀ^eì²','wp-content/plugins/revslider/public/assets/svg/notification/ic_network_check_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_network_check_24px.svg',0,_binary 'w½µ\ë“òu)ˆ\É HÁ\ä',_binary 'w½µ\ë“òu)ˆ\É HÁ\ä',_binary 'O\Ø]\Ò\Ã*»¾1ž«Cž´k\0™&™g¥5´×\Îtö','',0,'?'),(_binary 'mö•/ã˜¿.Qkð–#','wp-content/plugins/revslider/public/assets/svg/toggle/ic_radio_button_checked_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_radio_button_checked_24px.svg',0,_binary '/$O¡\\FÐ”\ÒcRúGˆk',_binary '/$O¡\\FÐ”\ÒcRúGˆk',_binary '$–l\Ë\íP\ç6\ëÖ—\"sµxN1EX£6û	0  ’\Ê\Ð\î','',0,'?'),(_binary 'mùZ0<\í±\Ö^)þap','wp-content/plugins/wpforms-lite/assets/images/empty-states/payments/get-started-pro.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments/get-started-pro.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r¿\Û¨Äµô ˆ«g£!',_binary '+´weµ6‹T÷‚=\Ðñnk$Ò¢¡\\&T0ôH?F','',0,'?'),(_binary 'mùô÷\\\Õ~bu,\ï\Íbt','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<”‘ÿ‡\ßoVÿ—BY',_binary '2Æ¼Îžw€¿´÷¯»4Ñ„‰C\ÇW\ÇúS‰g” Q•\Ù','',0,'?'),(_binary 'n\0Y1‹ta¿„·xFC&K','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SitemapsListResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SitemapsListResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“–\Èd«s¢É‘d‘\æ\×õø½',_binary '»¶>\ç\í¸vPCò\ÎI\Õ\'\r\":\ØŸ9yú·\Ö„n','',0,'?'),(_binary 'n\á&þ-Ñ½{±…]ù·','wp-content/plugins/wp-rocket/assets/js/lazyload-css.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload-css.js',0,_binary 'ŸtPÝ?=A\æ\Åÿaý',_binary 'ŸtPÝ?=A\æ\Åÿaý',_binary 'rRwS\à c\é~Œš2fË´Ÿ\È2\\o@\ß\\…¥»¥€','',0,'?'),(_binary 'nQ¸\ÊÊ’\'”k\Ã\Þ\"%\ã','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+\r\×\îÎ ;K\ÞÛ”ºb/\Û',_binary 'ß ‡P x²|\íÎ˜Q=­	\ë\í„¤Tc²vL\n*È°','',0,'?'),(_binary 'n\n\áÇ†P>\0’ð*¯7£','wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields/internal-information.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields/internal-information.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\Â\'ñ·?ó+\ÃÀu	x\Ú\á',_binary 'Mš\æ4\íÀ,Viw+~\å7ºÁ!±\â²L§,}\Ú\Z\Íõ','',0,'?'),(_binary 'n]ûj7<3ISsQ\ß','wp-admin/images/post-formats32-vs.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/post-formats32-vs.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·t.E¶­\ê5G¥N\Zóþv',_binary '(Z¨,…œ\îªIm­Y,Î‡üÔ—ñ\ÆtGŸ©£žú¯¸«a','',0,'?'),(_binary 'n[	X”‡ƒ}\É0‚','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'LL’#\Ã\Å\0‡uD,\ÑYþi]',_binary '®~^ô\Ï\ÍÙ´\Õ	d·\íi*\ÐŽ˜\ÌW„õ‹\ß<6ô¯\Æ','',0,'?'),(_binary 'n\Ç\Ú0_Úƒ\Ýõ\ÐŸ\Å','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒÚ²9c%4ô–k(A5«\æœ',_binary 'Ë«\Ô\Ä])«L´¸\Þ\Ðpž÷Õ²xQòx»%)ú','',0,'?'),(_binary 'n0|˜¹ŽT\ÄZ¢$ÃŸ\ÕR','wp-content/plugins/insert-headers-and-footers/build/notices.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/notices.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\ï[]\ì‚¹^þþ,}1',_binary 'ÙˆÁfüH\ÃC\ÙL/\îeL\Ø0@*\Î,¥\êY3——PÔ\Z','',0,'?'),(_binary 'n\ZžœŽ‚ô‹\é2šN°','wp-content/plugins/revslider/public/assets/svg/image/ic_brush_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brush_24px.svg',0,_binary 'v¤ ˜\ä\Ï\Ú`«•¥\É$\ê”',_binary 'v¤ ˜\ä\Ï\Ú`«•¥\É$\ê”',_binary 'cÎ£vi[™4Á&¢r« \î\Ôø\ä†&&xX!','',0,'?'),(_binary 'n¿\ë‚X_\Ãôo6t÷÷•','wp-content/themes/sinatra/assets/js/sinatra-slider.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/sinatra-slider.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L[D™\â\n:ÿ5\í‹\"\Ç ',_binary '[„D\r\Ùÿb²¤r¤&U6¾f,F¿ôì€³£Ã¿\Û\r','',0,'?'),(_binary 'n dûC\äŸ¾¸\ÄlT','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataQuery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataQuery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%{XPx;û¬*\'X\ã8I',_binary '\Ü*Šý„’q`¸¢„‡(tn}\Þ\ïÖ›ÄŠ\à‚.\ä\Â\ån','',0,'?'),(_binary 'n#©t=•\'…’Á\Þõb]{ñ','wp-includes/js/tinymce/themes/modern/theme.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/themes/modern/theme.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'UŽ\Ûö\ÈE\É\È|\Òh(Zf³',_binary 'Ó£	}•Ê«\ÌEŽ0ò).TX\Âø\äK\×d~\ÙHµÿNlK20','',0,'?'),(_binary 'n&\Ì3Û }Áwjdò#¡','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Charge.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Charge.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú\ÊYG	\Ì4%[`øþ',_binary 'òKX@\ïF\î°¬Jÿ½d,v·£»Å¯	©=\îy¡žU\ÎÁ','',0,'?'),(_binary 'n+Àz¶o\Þhs…W','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áv£¿¼F­ÏŒ\Å:p­&`',_binary '¿À1FÇ›ðc\á‡%\Ñ£\ÂLòo÷Ÿ]f«ý+[zgyý','',0,'?'),(_binary 'n0½<Pe™¦\í“y\0.','wp-content/plugins/wordfence/modules/login-security/classes/model/style.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/style.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+h·J­\íNš3Š}õ{ª',_binary '{\Ö>\Öß“v18g<]\'\ÈE¨#\\O¦­\Ù\ãõ@\ã¹\Ã\ã','',0,'?'),(_binary 'n8_K*„\ÝoD€R\Û\áª6','wp-content/plugins/revslider/public/assets/svg/av/ic_repeat_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_repeat_24px.svg',0,_binary 'e\ä\éË¼»œ\Åjl',_binary 'e\ä\éË¼»œ\Åjl',_binary 'ñV«7^\æ\ÍÐ’ø^û\"4ô»ú®º‡!vªv§ª\Ê','',0,'?'),(_binary 'n:|s\\\Ì\ÏpUx>F]–','wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js.map',0,_binary 'wW~š:\ãº|˜\Æ2=¤f',_binary 'wW~š:\ãº|˜\Æ2=¤f',_binary 'ƒˆ$~;y\"\á‹\åCš‚\ÜÀ)ñ<h\ÕOÜ‰\ä]\Ê	\âw','',0,'?'),(_binary 'n?\Þ\å<}rm\'\Üeq c','wp-includes/blocks/site-title/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ£\Ä\É<l2|zŽ|ò',_binary '‡}@\Å_H\Öû”\raP¹h§\é¥£\ÂÖŠ ±úžš\'','',0,'?'),(_binary 'nAj+´uªúVG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nR1\íÕž‘\Â\nþixBi',_binary '‹µ\ìSóâƒ§\í¯\É=ÈŒbjK„½\ÝðŸ\Ýiý$\ïý\ê”y«','',0,'?'),(_binary 'nBo\ê\ìeRAXG¡O–]','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSS.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSS.php',0,_binary 'Às\ím¦(\îƒþ¥`B\â',_binary 'Às\ím¦(\îƒþ¥`B\â',_binary 'Q–\Þ\ï\Ì\ßsÿrJh›m\r›-š\àºoš:5Xd$x','',0,'?'),(_binary 'nCµ„U…\î¹\Êsú…»‡\Ö','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Goal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Goal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T1·U\Ë1-@IÀœ“\Ûm<',_binary '\â9¨Ë•­\âc9†~\Ëp\æÿJ\ÆX˜$\Âi\ä/\Ñ\æf\Å|','',0,'?'),(_binary 'nF˜«\ÚÁ\Ã\ÐÙ°®§8','wp-content/plugins/redux-framework/sample/sections/presentation-fields/section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/presentation-fields/section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M\âxK\ÅRù± Ê¯¼rÅ³',_binary 'f8†\êxy•–«¢m\ê\Æ}“¹\ëG% ±ab\ÒýT','',0,'?'),(_binary 'nH“S\Ó{)ðK\ÃÍ¯ƒ5','wp-content/plugins/wp-rocket/views/settings/buttons/button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/buttons/button.php',0,_binary 'LPÆ«.B«_¤\Æ:8M\åm',_binary 'LPÆ«.B«_¤\Æ:8M\åm',_binary '\nŽ\ÌCóO¢\ßþC48ø>ü:²e”˜oÎ¦ry\äZM5e','',0,'?'),(_binary 'nP\å1]\ØX\îžü0—ö','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/IdentifierHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/IdentifierHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VüA\ÝA+\åyCóð*',_binary 'Kü‰$o\ÒZwr5¯e\æÆ­ƒ\Îx\ï’Q¾ž \ß`ƒ½','',0,'?'),(_binary 'nTf­(T÷»ò–f¯Áò','wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Insufficient_Scopes_Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Insufficient_Scopes_Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬\Ír\êu\à”‘\Úrþn%\ê',_binary '#5\É\Ò|®s­l`\\€L\Â\áúYü\ÕL‡¿b,€¶‰´','',0,'?'),(_binary 'nW5{¨‘±ƒ\È\ég§\å','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚¨—A­by\â­J	¦!\\',_binary 'Ÿ](K\ßeÒ¨OÓž€ETb ‹ß_\Â;¹ü','',0,'?'),(_binary 'nZ/1T:{&^„/n¿ý†','wp-admin/js/media-gallery.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/media-gallery.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö”_8\Ù\ß5o\Ø÷?\éþ–',_binary 'Æ¤$\Ù30™·I”øX\ß\ÇC,b¼‘Ž\"0l»N\æžF','',0,'?'),(_binary 'n_þZº;.}Ê±µõ|=(','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebpropertyChildLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebpropertyChildLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª,\ï¿2V\Ã5ù\Ãr…·œ\Ä',_binary 'ßŸ©7¶5:­*oK»½_v\í0ÿ\ê°³\Ù²Gh','',0,'?'),(_binary 'n`HTÀ§KòþK\à','wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\áDm{Á~\Æ3\Æ\Ä?¼',_binary '?¦\r\ÎÁYŽœìœ”\rj†°;)©%¶`švô\ËB','',0,'?'),(_binary 'ndÜ8\Ðþ>\ÓI\ÍëŽ','wp-content/plugins/wpforms-lite/assets/images/addon-icon-lead-forms.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-lead-forms.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ù·ò¶•O<´MŠT¶þ',_binary '	µ\Ë&X\Êd\î¹ªw‡2\É\ç\Ãn\ãW*ƒù\Þ7 kJ®','',0,'?'),(_binary 'nk(ŒBÀ\Ò\Û÷eÑ±°\Ø','wp-content/themes/houzez/template-parts/listing/partials/bath-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/bath-v2.php',0,_binary 'sGK¨š§\Ø#y¿5',_binary 'sGK¨š§\Ø#y¿5',_binary ')~\Ó\ÆZ2-V6c\èRM2<\ØRÕ¡2z\"\æ@\ÕÅý','',0,'?'),(_binary 'nk´X*VÀ‘\Z¡œLd\ã','wp-content/themes/twentytwentytwo/templates/page.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/page.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i®]6aØ°+eóþª\ì¸',_binary '\'ft\àg\àŽx\Õ9I¥±8&l<	P\0¯\'¹\rQ\Îh(À3','',0,'?'),(_binary 'n\Ü\Û{\È\Öoh\Z®\Ý*','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\'\æ\Û$tª¨øF½®²fò\Ò',_binary 'n\\G”zO*bq}=¡\í\í¬\Ã|)\ä\ä¿ ¯\Î\åq\ê','',0,'?'),(_binary 'nƒ\â¢–V`_(Æ°\ànO','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDimensionHeader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDimensionHeader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A9oc\ï…Ò¥ø\Ã`WZ³',_binary 'ø\ä(•©„k\æ•?©ž¾)‰\Ð¢Œ ‘&]{\ì\Ù\\ú','',0,'?'),(_binary 'n…ÿ`\á®/ø.\ÑB×´','wp-content/plugins/houzez-studio/admin/js/i18n/pl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/pl.js',0,_binary '\Ò\ä]\Ê\\!„$ùßœ>',_binary '\Ò\ä]\Ê\\!„$ùßœ>',_binary 'z\ÎC‰›\ÚGeÁ9gce‰`\èÀvò—m3!:9k[à«­','',0,'?'),(_binary 'n†\ë½o\È\í~¡pTëŽµ¡','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/envira-gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/envira-gallery.php',0,_binary 'IÈ¬I_wo5\Írÿÿ\à\×ÿ',_binary 'IÈ¬I_wo5\Írÿÿ\à\×ÿ',_binary 'ó\êšP0` ÷†‘\ä\Â99{\ZODk\'v¶Ë¾cYABgØ¼','',0,'?'),(_binary 'n“\Æ\í\Ä@’§AŽùF´','wp-admin/network/sites.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/sites.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E¸Õ¦´ªL\"l±tüt',_binary '.©\Å‰\è\Õ\ï¥\Ü\"±\ì³?j‘}3=½d¸†µSK„','',0,'?'),(_binary 'n•—™\Ö(zh¦¯Œ6ƒ\Û','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-900.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-900.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŒÓ…ö†\ÜFˆ\Ô\ÐH;xx',_binary 'R.ùt« Q¥-WµÕ¶”2£ôD¦ú¢D','',0,'?'),(_binary 'n¢^\r¥C\nñ£I{\ßX=','wp-content/plugins/revslider/public/assets/svg/av/ic_hd_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_hd_24px.svg',0,_binary '€-\È\Ö\ï°\Ë-\è\ãˆ\ÔÀ›o',_binary '€-\È\Ö\ï°\Ë-\è\ãˆ\ÔÀ›o',_binary '˜Š\â\"B…1H5Lj·Œ¡…\é4\ÞÈ\"on\ÏxWGˆ\\\ã','',0,'?'),(_binary 'n£øÿ‚ \ê[\æP%úi\Ù\ê7','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/WPGeotargeting.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/WPGeotargeting.php',0,_binary 'Tq&ñ\Îj°7zg¯šv0',_binary 'Tq&ñ\Îj°7zg¯šv0',_binary '¨\Zd\Ì.>JgÀ±s\ê*–‹ŸUdÜ‹=\ÊU7ÿ<}Ÿ3','',0,'?'),(_binary 'n¥Nõ‰¡R£f2\ß@Kò','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/storages/post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/storages/post.php',0,_binary '>ª\Ì\Ój‡„X\ÙÆ“vQ\ë',_binary '>ª\Ì\Ój‡„X\ÙÆ“vQ\ë',_binary 'ÝªpÖ¯£Þ¨½qüe|	|d$=A³	|:\r§k\×D¾g','',0,'?'),(_binary 'n§£\å\í\í¨!\Ì\ã\ÊC','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-osm.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-osm.js',0,_binary '†8Ÿ\Íý€ö\È!D1D5¨u',_binary '†8Ÿ\Íý€ö\È!D1D5¨u',_binary 'Yø,A\×9œmTo÷seð#r\ÓHºŠ’ñW¡gŒÁ\å','',0,'?'),(_binary 'n§\È\ægó7\Í\Ûÿ\ÎxÕ\ÚA','wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q\ÑI?•\è\ã—,PP5þR‘ý',_binary '2‹\Ö0\ëo\í•\ÔaÄ1rU\è\Ç\Ïš)bf¯~fxd','',0,'?'),(_binary 'n²\ÖrLšEH6¨^\Ø','wp-content/plugins/houzez-theme-functionality/shortcodes/agents-grid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/agents-grid.php',0,_binary '\nów\Ç]x\í\Ú]<ÁE<G',_binary '\nów\Ç]x\í\Ú]<ÁE<G',_binary '™ñyŠ&%T<«\'’•û\Í6[³_b)‚:(nÁ³\Ã\Ø\Ö','',0,'?'),(_binary 'n¹_\ß\îAöxš²j8’õ','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_color_text_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_color_text_24px.svg',0,_binary '¾£\ä\áS\×0B\ÍI¨…\ÏVI',_binary '¾£\ä\áS\×0B\ÍI¨…\ÏVI',_binary '[¤\Â\ØQiZ›™Dò@F;Ö£\Ú\ØlùP©\ÖõK ‰\Û ','',0,'?'),(_binary 'n»·+ep\Þ£D Í¾p','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/telescope.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/telescope.svg',0,_binary '\'ø+j,U\Öõò³Ë¡§’Šw',_binary '\'ø+j,U\Öõò³Ë¡§’Šw',_binary 'Y€À\ïSiM%»òC\Óç…³ü\é4œZ«`\å¢ûˆ,','',0,'?'),(_binary 'n½\Äº\Ý\Ã\äUC:YO#­','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessQuota.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessQuota.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd_/\Î\äúP\ï\0@†•x',_binary '†\à\"r<\Ó0bú\ÐóžV‹ðk$\êƒƒój”','',0,'?'),(_binary 'n¿˜@Š\ï\æQñS£:3t','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\ëSûi…µ‘K!°*š',_binary '3™\rÁ+\Þ#µ`E*h…4º<ý\å=f+_2L\Ä*Z\á(j€','',0,'?'),(_binary 'n\ÉFš`np~vuTk\Ü÷K','wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$U‘£M§hP/ŽN`«E',_binary 'G¹‡ý\É\ç—\ì½TÀ]\Þ0w\É_}#\Ù,ŠðM3‘òð#\Ð','',0,'?'),(_binary 'n\Í\×µ\Ó.ú\Û†\0hm','wp-content/plugins/wpforms-lite/assets/images/addon-icon-getresponse.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-getresponse.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©M\àû”\îOŸ§–b#a',_binary '\Ø#¯n½\Å\æÊ´\ë2²_N\Å‹\å\ìþ&\Ç0¨³ \×Ñˆ','',0,'?'),(_binary 'nÎ¢žù\â\×\î\'\â\Ç\Æò­','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é±ÿ!òz\Ô\Ø\Òn;Ïœ¾',_binary '\Íû\ìý‡:¶¼\Z#\Èm¾{\Ê\Íb4¢…M#š\×\Ô;z&†','',0,'?'),(_binary 'n\Ø\ÈÔ½\Åf*!S7X±','wp-content/plugins/google-site-kit/includes/Core/Validation/Exception/Invalid_Report_Dimensions_Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Validation/Exception/Invalid_Report_Dimensions_Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é¿\ZŽŸý8Ê¼ðs·–',_binary '™Ý üR\Âoe\ÂiŽ›§co\Õ0§ý|­\Ôø|\×','',0,'?'),(_binary 'n\ãÐº™\Óvýnj=Í®','wp-admin/includes/class-bulk-plugin-upgrader-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-bulk-plugin-upgrader-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ón±%ºÍ¤ŽY\Í÷ï‰²m',_binary '\Øqr€ØŠ\îŽ(;2%\×`\ä\ßF6µ\Z\Íw¼\èÁ\ï','',0,'?'),(_binary 'n\ë–?q7‘¥÷\0Z¡:0','wp-content/plugins/elementor/assets/images/library-connect/right-1.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/library-connect/right-1.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c$û©\ï\ÓZðù+\Ã.GD/',_binary '\É8ª‘\ã®Uñ\0¢\ËÎ Hl~ûYµ*ô\É÷XÁ\êôa›I','',0,'?'),(_binary 'n\íD\ÜÍ­ðaB`ªŽ\æø‘','wp-content/themes/houzez/searchform.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/searchform.php',0,_binary 'V\çñ\àÔ§|R\Z®ˆ”ŠÓˆU',_binary 'V\çñ\àÔ§|R\Z®ˆ”ŠÓˆU',_binary 'öP\Ç\"ûQ\ÙKŸ(aG\ÐX\åTóP—‰$2¦ÿ9Ò—¬','',0,'?'),(_binary 'nï‡,\ÑQû\éð3b¹õO','wp-includes/js/dist/warning.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/warning.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\\Ýu‘\\j\ÒúÆ•·\ç	',_binary 'Š¹z\èSº<\Ìd+¹W!!r‚­·­\ÂW\ÔU\\f','',0,'?'),(_binary 'nó\Êó09j®v8õ\"','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ef\È€\Í!77#2A',_binary 'ŠQ…\É\ÚO\Ì|R)VqøC¹Wª‘ô(‡\É@\ß‚@+õ“','',0,'?'),(_binary 'nõ\Ú×³[·\àxÊ‚‘v<','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/cookie-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/cookie-notice.php',0,_binary 'c\ÝU®\å\Ëz{½«¸\ëW',_binary 'c\ÝU®\å\Ëz{½«¸\ëW',_binary '(›±72V)\èð\Ù-\n$qƒ# \à£\Ì\è#\ê¿mB','',0,'?'),(_binary 'nöDz\æaÁ)üPR ,','wp-content/plugins/redux-framework/redux-core/inc/fields/section/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/section/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'nÿ®Û—\ÔðvXH)\é','wp-includes/sodium_compat/src/Core32/Curve25519/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y¢ªÏ›\ÑvjŸ\×\nÀ…\Ï',_binary '\ãS\Óx–^öV>m\Ð!-ªq\ì÷\ÌñD\ÙeV\Ñ\ß\Î\È\è','',0,'?'),(_binary 'o	÷1òL!”ÎW®\0;­','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fö\ZR^¤¹|Õ¥T«8',_binary '¬x–\Û^Q\Òa\ä²-fA:‡mPP5_\Ô&›¢™Ÿ[\Þ)','',0,'?'),(_binary 'o\n9ò\0\ä™\0\"(i\Ù~','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder.svg',0,_binary '‡\Ñ=(ó(T\ëDÀÆ0³',_binary '‡\Ñ=(ó(T\ëDÀÆ0³',_binary 'ª`y\Ì3æ±®Ê€.¯¶¹Ct²‚b©*R—{Eh\Âû¼\\','',0,'?'),(_binary 'oŸkø»P¶÷\èP¹©\ëG','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Oµ¯‰®\ÉVer\Ñ÷Á¯',_binary '¿+8Æ‰¸\Û/zþ-²R\ç<\É\æI·\ÊùL\æå†‹\Ñ\Æ\Ã','',0,'?'),(_binary 'o\ÐÀŠ\ÍÇ²Ž›“¦0O','wp-content/themes/houzez/framework/widgets/agents-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/agents-search.php',0,_binary '”&\ç\ê\Äý{¥l\çü',_binary '”&\ç\ê\Äý{¥l\çü',_binary '}€X\Ãv‡\ãs0=‚\ã#\"\ïÚ›·)\ç0hw”L\0\Ù!»n®','',0,'?'),(_binary 'oJ}^\ßP†\\Sóp\Ç%ds','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/class-redux-image-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/class-redux-image-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð+$\Û%v&\æŸÅ›ºJ',_binary 'T@h¡š\×\Ë#ú\Þ\Æ-Ž”ˆÊ¡\Ö\r‘Ñƒ\rvt¬M','',0,'?'),(_binary 'oz#Cle+?\'.','wp-content/plugins/wpforms-lite/templates/admin/components/datepicker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/components/datepicker.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';,obö¨ªE˜&®',_binary 'ý\Ë\Âû„<‰·±\\¿=¸ñ\æ\Ñß¶\Ñ+\Åür6™\è\í\Ã:º','',0,'?'),(_binary 'oE­.9À½þ¶Y™ŠžÉ¶','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-walkscore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-walkscore.php',0,_binary '\á64)Á\Ì\è#mN\Ö\Ú',_binary '\á64)Á\Ì\è#mN\Ö\Ú',_binary '–¡uW¹\Ò\Õ<ö x™\írÿe<FŠ-šŒñ¤²µ!õ','',0,'?'),(_binary 'oor\ì\Ñ]\Ì+Ç£Ä€','wp-content/plugins/google-site-kit/third-party/psr/cache/src/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/cache/src/InvalidArgumentException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1\Új‘\ìöAFª™dšPµ',_binary '¢\nTmy\ÖQ„o\í\Ýš\ÃKÝ—\Ö\ãÅ´¢\Ì%£§~\æ4','',0,'?'),(_binary 'o1*ã²¼Z¤¿	Ÿq½\ß','wp-content/plugins/revslider/public/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg',0,_binary 'M´0d°x.‹5µÁšû',_binary 'M´0d°x.‹5µÁšû',_binary 'óˆ¸±•ý­•\ï\Æf/xq‡\È\0Z|\ïLi[©)ü®]','',0,'?'),(_binary 'o&þ;º;‡K\Ð\â|-%1}3','wp-content/plugins/wordpress-seo/js/dist/installation-success.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/installation-success.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þBô1\n+Ö´ñS\Í\Ûp',_binary '¤\á#L—¹(¥.\Ö%	­yò6\Ö\ì‰BNY[\àBÁñW','',0,'?'),(_binary 'o\'RD-”\Ü\0¶±¡o‰\É','wp-content/plugins/wordfence/images/support.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/support.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬Cl\â$£‡r¼“£¼n<.',_binary 'Ž\Ê$\ãMû¡Ô®¦&\æ\â\Ã(á©˜s¬µ^	Ï¢*NÀ\Þ','',0,'?'),(_binary 'o\'ð÷\ä¤r+Ô®¾o	a','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô\"f/\å2£\ä|füb',_binary '2e‰\Õ=‹1\n2q\Çx[Hø@“JVV#c[<','',0,'?'),(_binary 'o+ß‰fôbK\Ù\í.ùþ;*™','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/nouislider/redux.jquery.nouislider.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/nouislider/redux.jquery.nouislider.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò‰Œ,¯”¡©\ì\Z\è™l%y',_binary '\'^zL¦6\Îòv\n ø\áã« c-;\î¨3s¥Ø†Ò¥¹','',0,'?'),(_binary 'o0¸ªÁù²2\Zb=C°»','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/rocket2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/rocket2.svg',0,_binary '|\Â;\ê.õ\èl\Òw8¤}Àþ\Ý',_binary '|\Â;\ê.õ\èl\Òw8¤}Àþ\Ý',_binary '½cÿK\Ñ?Xb?tF¢4O+]uf3\ïa\'%&/Žòœ','',0,'?'),(_binary 'o1iðL5¸“\Ïz®$·õ7','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»u1ò\È\\\ÈÁ8‹‚;#j-',_binary 'Pµ²\ê„|±l“_‹ƒ\ïZ…\È3z<NÉ§Ký\ß\Î','',0,'?'),(_binary 'o1¬ŒG\å\Þ;ÿx[\Øq§a','wp-content/plugins/redux-framework/redux-core/assets/css/redux-fields.min.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/redux-fields.min.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';\Éù ´_ZS±¦:»ˆ\Õ]',_binary 'b*°Ø·”Éƒ §\îx$+g§.Ñ§G™\î[­;_ô\0™û','',0,'?'),(_binary 'o8Ž¥ˆ$¶v3;4ã¾¦š','wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qdþ\äBnR“ÿË¶\0\íw’',_binary '\Å!\Óµ½*ug’{ºIpGýL>W\"VR×¶r\Ë','',0,'?'),(_binary 'o?û\ãg\Ö4§+ÁÔ³Û±','wp-content/plugins/google-site-kit/includes/Core/Util/Activation_Notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Activation_Notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sŒù¡ò\î¢°\ÙË\à±Ž',_binary '²M*=«ÿ(\Óf œ\Å\í3‰\Å\î%\Ô\Ô|òAQ\Ýy;;®','',0,'?'),(_binary 'oAB8TR\æÐ¦V®ý{','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/Notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/Notification.php',0,_binary 'µ\ê\Ð*_&\Ð\ÚLR˜­',_binary 'µ\ê\Ð*_&\Ð\ÚLR˜­',_binary '¼ä¾°\æˆ¾.ö\0™›G½ˆ\r¦\ë¸H\ÅoK!—ýû7','',0,'?'),(_binary 'oC\É\"À\Ï…Q¸\ë\àtƒ\Ñy','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±\Â+Á\ë’þõ%',_binary 'Á4!ýˆHü:6>\ËlE\î\æEc#œ\Ð\Øùa{A´{','',0,'?'),(_binary 'oDLòJ\ÆýUv\è\ä$¤\î','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\Ú\Çq¢—E/ñ/ñb›dü',_binary 'SÐ–\Åç®&¬¨O\îoaû?§ý@0,F\ÄF\"—¼+','',0,'?'),(_binary 'oEK~ò¥ó\Æ#×‚B\í','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'oI…‹aaH|¡\Ô\Å\Ø\Õv³\á','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ3«›R†öW‹kªüRð\Ø',_binary '»J‘&O~~E#µYÀ–pºN}\r\'£ž³µgÉ¿*\Ê3‡','',0,'?'),(_binary 'oKü\Ùy£JD\ç2c\ÙÈ—\\','wp-content/plugins/revslider/public/assets/svg/av/ic_slow_motion_video_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_slow_motion_video_24px.svg',0,_binary 'ýzñâ³­|« ¶0\0Wo',_binary 'ýzñâ³­|« ¶0\0Wo',_binary 'qÍŒMHœš!\r\Óar·ó\ã\àk´&Y\Õh‚>¦\Âb','',0,'?'),(_binary 'oO*\Ú_\á\Ö\Ú5¨úHš•Ž','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_AdminView_Deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_AdminView_Deprecated.php',0,_binary '\Ò\ív\æ¦ ¸¾?_Q',_binary '\Ò\ív\æ¦ ¸¾?_Q',_binary 'V•¦¦Ü¢18U±\r\ì&]_RPºf~¯9Od\0\ÕL·Iwvô','',0,'?'),(_binary 'oO\è#Š­B±\æ\"\Ö','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/bootstrap.php',0,_binary '‰\Âq»]\Ñ*™²\ì˜\Èôv\'',_binary '‰\Âq»]\Ñ*™²\ì˜\Èôv\'',_binary 'ï¶·’\ç\çZ&[/\ÜòzJPVY½\í~\î\Å7‹1#\í*;','',0,'?'),(_binary 'oPðûc™‡\ìo©.\är','wp-includes/js/tinymce/skins/lightgray/img/object.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/img/object.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'órdP\×E}u\n/M”A\Ç\î ',_binary '† #;!\ä\áI§ˆ.À>\çuÊòSVŽ\Ým{|ñe-','',0,'?'),(_binary 'oQN—3!\æ#¢\àŽ\á\Z\ç‡','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Ajax.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Ajax.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å¥<\Û\Ýˆ›:¹D\ä_|',_binary 'T[AÂ³…G¹ó:R\ê\ß\Â\Ùý\äI”\ÅY\çª(WB÷rù3','',0,'?'),(_binary 'oS]\ã~(\ä\ï7;\à™ \rœ','wp-includes/js/dist/shortcode.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/shortcode.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—E\ÄVGÏ­¦Te¬hêŒŸ',_binary '…úf\Ï\Z`[ÊŸr¹¼~£[Ë®/\ÄL\áñ\ÙýedKÀw','',0,'?'),(_binary 'oY\È eá§§@eöw™Þ™ø','wp-content/themes/houzez/template-parts/search/fields/distance.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/distance.php',0,_binary 'aø–>€•¤,\ïÿk¦¶`D',_binary 'aø–>€•¤,\ïÿk¦¶`D',_binary '¿30~\à„v$#’7kû¶\èBp\Ä\Î7\ÞFF\Ûö\Ö=F†\Ó','',0,'?'),(_binary 'oZ0†š÷ù\Ñ\Ø\Ô<c\Í0','wp-includes/SimplePie/IRI.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/IRI.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n\Ýñ9,¯zÓ„ycE¯',_binary 'Yeõ«kÀ\Ú\íô\Zkžt~‰n4‹&—\Ê\Ë\Ûóp#\îÓœ','',0,'?'),(_binary 'od|\ãjF«mù]\Ìð?\è\ÖX','wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_primary_landscape_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_primary_landscape_24px.svg',0,_binary 'ßŽX]r£\Ä3}[k',_binary 'ßŽX]r£\Ä3}[k',_binary '›±±f‹X\Ã\n\ç\Ñ\'\È\Ó$¢—\ÐUŸaB\éšp\rSf\r\ÑR\Ç','',0,'?'),(_binary 'oed¿{«T\"4óº\Ï\î¾','wp-content/themes/houzez/template/template-listing-list-v5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v5.php',0,_binary '¸OÒšñi¾Z\ê™È‹\Ò',_binary '¸OÒšñi¾Z\ê™È‹\Ò',_binary 'Xˆ…Š1Mƒ‚y/X°z˜W\çBùµ•ªÑŒ,›I±¤\ØÿŒ','',0,'?'),(_binary 'of\ëGk\ÌL†Á›ù`t@','wp-includes/blocks/cover/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DÂ¾†\Ö(¬3ŸCYF”±A',_binary 'Rpº\×Æ°<{C\Â.9\Ðng\Â`]g¥ƒ\ÛŠ>&','',0,'?'),(_binary 'ok89…~º\å¨nU5ý','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë¸Ž\ß|–yz#¼¸y5',_binary '®v,Ba\ãÐ‡}b\ÂHf¨ò\Ä›Ûž-2\à\Ø1\Ø7','',0,'?'),(_binary 'omõ\îº\Ãpº†ü÷r—ýªS','wp-content/plugins/elementor/includes/elements/container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/elements/container.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6I”X\ÐÔ¦\Ú®šExn\Z',_binary '›¾jtqww\')ö\ë—q—Ô²›’eøO\ã—wd|iB\Åv','',0,'?'),(_binary 'oo‘š‡³u¤]W}{\Ìÿ','wp-content/plugins/google-site-kit/includes/Core/Prompts/Prompts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Prompts/Prompts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\é½hi\Ø/\Â\àK 19np',_binary '+\êˆÀ\Ó\ïš¸\Ò\ãy­p¿ñ\Ë\ÃBP^…°','',0,'?'),(_binary 'ov\åÌ‘®’·Q•ˆó\ÔX14','wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sùL¶/\Ù\Zmc„¶j',_binary '\âWA+C\ØN€¸v\r]\Î@ž\Ô8L‰ý]\Ì\å\Åúö„¦±','',0,'?'),(_binary 'ow¬l\Ð7\Ä c\ì“Y3','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>§:{¬Q+˜¢;7q!œ/',_binary 'Ê—\ì¼\ï\Èx4«\"?\ë\Ý=¿Ó…‰\ÔõO^inlŠ','',0,'?'),(_binary 'owÕ·\èeT´ÀJÀ¢ž ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sr_lat.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sr_lat.js',0,_binary ']\n÷†€¨Slª[\Ëó˜A\ßw',_binary ']\n÷†€¨Slª[\Ëó˜A\ßw',_binary '8ž”Ÿ\Ý\Ä5P\ä£\ÄyWOH\ïõ™8£z!R…,³','',0,'?'),(_binary 'ox\âðóÞµ [\â','wp-content/themes/houzez/template/user_dashboard_crm.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_crm.php',0,_binary '>«l¾J‡¢¨¾Ó”Qoó\ÔP',_binary '>«l¾J‡¢¨¾Ó”Qoó\ÔP',_binary '¦qÐš‡\ÐŠº‹‰<y¤{ªI}§¥‘Ù†Qu\án','',0,'?'),(_binary 'oz\äÂ·\ÖÝ¯œ\â5a±Q\è','wp-content/plugins/wordfence/modules/login-security/css/admin.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/admin.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JXlX\Ó+þ…¿þ\é¬\Û',_binary ':©5J\ëpÅ¼û\å õ¡ŒW¹\"\Ðö›{Ozî©¦k','',0,'?'),(_binary 'o}1™ú\Ï=(E&RD_\ÆÁ©','wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'td@d­3”þ\ã¨’6z°w',_binary '«!\Ïô>g®Lö‘]\á\Öü\Þ\Ã\Åd\ß:Å›/‚x	¦Un<ú','',0,'?'),(_binary 'o}\ÛCÜŠ8ôEø\ïGð','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E8\ëñu\ÅChG<\ÛoÜ…\"',_binary 'þTQ\Ç\étû\Ý\êÝ“±¢z\ØÏ‰T¹ú0\ÆõA','',0,'?'),(_binary 'o\ív2iTþ6»/(]\Ê','wp-content/themes/houzez/template-parts/search/fields/bathrooms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/bathrooms.php',0,_binary 'ˆ…£)…\æ,—BTte',_binary 'ˆ…£)…\æ,—BTte',_binary 'þ¥{.1ürôÌ”?!\ìVcõ’s…ˆ\ìm\ÖF#<™\×0','',0,'?'),(_binary 'o‚;Rü?n9\\ªÝ‰}','wp-content/plugins/google-site-kit/includes/Core/Tracking/Tracking_Consent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tracking/Tracking_Consent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£*½\ÊÿEe\\©³õ¢zŠ',_binary '#\å*B±\Ä~–ù\É_\Õ#¶C\ÅOzk¯{\à\Ëh\"6#ñ','',0,'?'),(_binary 'o„b‚Ÿû\ÓÈ¶—,\ÊŸ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/Marketplace.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/Marketplace.php',0,_binary '˜˜\ÍF>v8\Æ\Ë\ÐD’j¶',_binary '˜˜\ÍF>v8\Æ\Ë\ÐD’j¶',_binary '\Ö#V\ÉB\Â3F/KH\Ým©`9\"V:s\ßðRa\Îó','',0,'?'),(_binary 'o‡µ\Ùû\ÛVS@OH\êQô','wp-content/plugins/revslider/public/assets/svg/action/ic_question_answer_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_question_answer_24px.svg',0,_binary '£#¶5\\#µ£«ŽNŠš\ï\Å',_binary '£#¶5\\#µ£«ŽNŠš\ï\Å',_binary 'ý\ïHF¿S:\Ø9û“zÓ£^±]\nÀ\Â\à¶ü','',0,'?'),(_binary 'o‰\0a{ ,}\èMü¢<[\ß','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/InflectorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/InflectorFactory.php',0,_binary '\É\Ë‹|\ÕÿÌ’v‹iO',_binary '\É\Ë‹|\ÕÿÌ’v‹iO',_binary '¢gþ»\ì\Û=\ão\'s\È-U&]µ›„ó\Zw\âÿ_^\n<','',0,'?'),(_binary 'o”{Ñ±`¬r±º<³–“\ê','wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô©ø§€œ4~aw\Þ\È\Æ',_binary 'Ÿ\'f†óqÙŸ²É‹ßˆ<Ew#Žo¨\Öÿùû’¯Î‹‰','',0,'?'),(_binary 'o:Uš‚£š¶nR¯‚‹;','wp-content/themes/houzez/property-details/partials/tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/tools.php',0,_binary '\ÙV›T??–¬ô®þ>#\Ò',_binary '\ÙV›T??–¬ô®þ>#\Ò',_binary '_ôOÈ1\\[B¸	\ÎW-\ÕÿŒ\Øl7NJ€wË–\Øƒ','',0,'?'),(_binary 'o¢m\Ê_P’Àø\à®5;a','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Query.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šªw®\ï\Ç\ì\ì\ëÅ¦þ',_binary '\é;túY\×÷\"ÓªÁò\Ñ(o\×\"e´;\×\Ä\ê=?+','',0,'?'),(_binary 'o£¡ª\ç	HŽ\ÊÙŸ`B –‰','wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ii\ÐFc|¿+šd…“•ó',_binary '‡X\éð\È\Ú/\"µ¯xMy[×½,š[\æ\rTõ\Ö&gh','',0,'?'),(_binary 'o¬	Ç»ÿ	&\ã\ïc÷\Þ\Ú','wp-includes/blocks/paragraph/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"a\'	b+µ0Ô™Â«¶\ìžO',_binary '©¯\Å\ÍÁ(w ½“mÂ¤\ÅbÁ\Z:‘—ƒ7\í=§1\Í\è','',0,'?'),(_binary 'o®^kÚ †rf{ \Ô\ÊG\Ð','wp-content/plugins/wpforms-lite/assets/css/admin/edit-post-education.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin/edit-post-education.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'XV•¯Y{C$,\Êòz',_binary '»¶X \á\Ì\Ðú8©\Í#\ÇÂ®Aö”7^ ;\äpx„‰xP','',0,'?'),(_binary 'o®nÿ5·ZšhF—','wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$“C_ù¡g&Võ¡Á/	',_binary '\×0	\êØºXø\Ù]\åEt\Ñ\\3º[VTœ n\\ð\è(\ï','',0,'?'),(_binary 'oºž#‹\Õô\Úx`V\Öð·','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/RejectionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/RejectionException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö°\"CJ¯ÿ¹1vDÓ‘g.\Í',_binary '½¯8Â5=©<\è\Zhˆ…\rM«-o\0\ÑøuVIYC¡','',0,'?'),(_binary 'o¿w*ö\nÎ›Î¢GÒœ]','wp-content/plugins/wordfence/modules/login-security/img/header.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/header.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\Ü\è±\Ñ\Ç]\êj-\ã‘ø¦™',_binary '8šü»\Ô\Ú#Ì„(8ø\áÿˆOû\"\Ç	+h\"Fb–\ìƒ','',0,'?'),(_binary 'o¿|Ð§Á\ìÄŒ~¦\äþ¸','wp-content/themes/houzez/js/vendors/bootstrap-select.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap-select.js.map',0,_binary '\å\ÒŸfú\à¨i53¶)G²',_binary '\å\ÒŸfú\à¨i53¶)G²',_binary '²BLN/º\ëòÿÁº7\Ö\Îb\Ùv\è`f¥h2Aj®*','',0,'?'),(_binary 'o\Â\Ï\êf\ç3\ÌR$\È\"„±s°','wp-content/themes/houzez/framework/stripe-php/lib/BillingPortal/Session.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/BillingPortal/Session.php',0,_binary '\×T:¡\nƒ‹šŒLJ\ã6',_binary '\×T:¡\nƒ‹šŒLJ\ã6',_binary '¹‡)^ª%¦p†\áù Š\'CÞœ70Ž’@hX\ÆÆ´¼','',0,'?'),(_binary 'o\Ø\Îÿ¹	ói\0·±¯–\\','wp-content/plugins/google-site-kit/includes/Core/Assets/Assets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Assets/Assets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Åä„†£•<\çC#EšLÂ½',_binary '\éU¾\×}Â¶È‹D\æøˆT5V+z\\\è0]û¬ß‘\ìu','',0,'?'),(_binary 'oÚžòOÏºJ@®m2','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CustomerBalanceTransaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CustomerBalanceTransaction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘Žº\çX„´0—t­ÿs¿',_binary '[ÿ\ÔØ¾«L\ÖqÀ1\ã%šDž¾W dˆÀ³Ñ­\Ï6','',0,'?'),(_binary 'o\Ý¢/AKn8#\Ê-c‚’\ê','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_55_fbf9ee_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_55_fbf9ee_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øôUŽ’ÿ,\ÖgS9\ì',_binary '¥óW7•\"û3Áý= \Ã\"3ŸAóû®[+\r(§€2Aÿq','',0,'?'),(_binary 'o\á¸xÀ\Z±¯¾\n£æ¶‘','wp-content/plugins/insert-headers-and-footers/includes/conditional-logic/class-wpcode-conditional-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/conditional-logic/class-wpcode-conditional-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?G\æÝ£±\Î|b\'m+YO',_binary 'u\Ä\ÇC\Ì:ø´¾9Ü’\Ë+\Ü´¼\Ôx¾ñbUaB\å·I\Î','',0,'?'),(_binary 'oã®š-\×;?X:ûpÒ¡','wp-trackback.php','/home1/arxacomm/public_html/point2listingcanada/wp-trackback.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ûs\ÐS\ì2S`qy+\è<l',_binary '.H.¹\à”\É$Ž¨—}\íY_\È\ì Ž\ì\0‹\Ð\Î\Ô0þ!','',0,'?'),(_binary 'o\ãþôþ°ƒø\n2~ŽR\á','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-700italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-700italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '……I\Â\ËP\Ã|s<ú\Û\ê',_binary 'ES¯¦›“\ßúD\ê1Í²\Ë\Ü*Š©iù‡¤³\Ä\ì6ÿ\\','',0,'?'),(_binary 'o\ä\ÙÀ\ßùYŠ\ÆÚ…”\ÌX¼','wp-content/plugins/wordfence/images/flags.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/flags.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W7\Ì ‚Œ(\ÐË¿!­\Z7\Ô',_binary 'Bxö0%Lyµ6øú!—óX\\z/< n²6=\ZW\Ä','',0,'?'),(_binary 'o\édðt6—[—ZU‹ƒ;=\Ñ','wp-content/plugins/revslider/public/assets/svg/av/ic_forward_10_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_forward_10_24px.svg',0,_binary '\êb÷ClêŸ—^œ<#{',_binary '\êb÷ClêŸ—^œ<#{',_binary '°ª™Oº0þ…#Ê¯Vf82u¢q¶D: N–Ž>e\\','',0,'?'),(_binary 'o\é\×\ÍYV~ý\áù´\ã4!','wp-content/themes/sinatra/inc/admin/assets/css/sinatra-block-editor-styles.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/sinatra-block-editor-styles.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ:—¤\ã~0u…i\'²',_binary '.\"›²žúÜ¼q\î&nRÁ:0\Å:g\\SÊ›¯ÿ}\0\nˆr','',0,'?'),(_binary 'o\ëK½™üŠ\0\Ê\Âˆÿgz','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/city.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/city.php',0,_binary '\0ûF\n\ïZmõ\Ë\ç“\Õ&²ô',_binary '\0ûF\n\ïZmõ\Ë\ç“\Õ&²ô',_binary '‚XŸ:¦¹f\"U:‚Lh¯‚\ÛG:\Â÷“,É®\Ïù','',0,'?'),(_binary 'o\íB\é\Ó`$XÀ)›½ª¹','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_right_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_right_24px.svg',0,_binary 'ø\Òûò\ÒM¬X±³TF}\Ä]',_binary 'ø\Òûò\ÒM¬X±³TF}\Ä]',_binary 'uB\ÐIEg­´\ÍÂ€“0À¥\Ý£\ãr>FBxj','',0,'?'),(_binary 'o\í“[¬\Ðn3u‚\ÈÊ¹ŸP5','wp-admin/options-general.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-general.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«J4\ÕA•	j¢cŽ\àa0',_binary '4T‰üƒƒ\Ç$H?-ˆ¸\âªlXcs\" µ\×û£\Î5','',0,'?'),(_binary 'oó^ò\Û52+eŸ™\Ý\ï¨G','wp-content/plugins/wp-rocket/inc/admin/ui/notices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/admin/ui/notices.php',0,_binary 'ú/Ç¸Œu\'dz“¹¥~',_binary 'ú/Ç¸Œu\'dz“¹¥~',_binary 'P™\ÎE\É\Ä(ñ \0\"\íÂ®‚YW{_¹\ç¥0±ø>','',0,'?'),(_binary 'oö,^E\Ýs3\ëK\Ì¼v','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½YŸÅ°ºuD-!\'ƒò(\Õ',_binary '­fH\ÏZkdJ0D\Øù**ÛŠ+´\éù—(1N(“ˆ,ù','',0,'?'),(_binary 'pôô7u\ÌL\Í_{2Ã›–','wp-includes/js/jquery/ui/draggable.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/draggable.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ZA¶ˆ \Ç[\"örør3øCù',_binary '5sˆ\ïÉ¦±^\Ô\Âüüˆ\ÚM”~t$2\à•\î{¨\\','',0,'?'),(_binary 'pš°ø°G\ØP—U\Ð\ã','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·Ë®†Yñª»›\Òy\n‡n8ô',_binary '_·(†ó\é\æ¸|0CÔ¢¬dp£½\Þ([x*z&< µ^','',0,'?'),(_binary 'p\ØBYW\îL\Å$N8^@','wp-content/themes/sinatra/inc/customizer/assets/images/header-layout-3.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/header-layout-3.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dA\ÔO¬´%,©ô†ø',_binary ']\Ö\Ü\æ*\Ìù9RJKY¨\Æ÷<\Z\ÞC\ÒÌ¹C]u u','',0,'?'),(_binary 'p0\å‡ó÷† Fv\âE({','wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-600.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-600.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0œgtÖ¸pS,‚¬+½°V;',_binary '·›\á´>o–…v‘g2¥ÿ€ûµI\ë4þX{\ã¨ŸK6	','',0,'?'),(_binary 'p\Ð\Çt@\Ô\äþœC´F','wp-includes/blocks/template-part/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oSu©þ\Îù—*L{Q5',_binary 'Ê¦ô8‚efŸ<|ôi\Üe( \ËñG={KY\äQm&#óB','',0,'?'),(_binary 'pÖ¡õ\Ê.«C\èr\à¶*','wp-content/plugins/elementor/assets/js/packages/query/query.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/query/query.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê7ÿ– O#CZc)Ã˜r',_binary 'ü÷²v¸¦^Œ6][\ê\îyó¥ø7¬ñ0þ¼U÷\\dK\î?','',0,'?'),(_binary 'pemG\áAñNû\Ä(','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/bootstrap.php',0,_binary '¨¹¾\â)>\×\Ü|N\'\ÆrC',_binary '¨¹¾\â)>\×\Ü|N\'\ÆrC',_binary '&ŒM\×Rf¡\çç“ŸÀM­8®ŽÞ½\ZÀ¸S\Ì&‘S','',0,'?'),(_binary 'p{\r¶¨ \â%>/üZÿ\ë:','wp-content/plugins/wordfence/views/scanner/issue-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚8Ï¼¨\çgó v5‡aS³*',_binary 'N\Øõ\Ò.“\åÁ0·-?s÷\Ð?\Ö\Ù,\Ññ¨ßŸ\Ò`ƒ.B','',0,'?'),(_binary 'p!#YÄ·\Õ\Ò`.‘Á&{®','wp-content/plugins/wpforms-lite/src/Migrations/Migrations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Migrations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"ò\'»¾¶\Ò{ý\×BÆ{A\n',_binary '¥({·€\Â*\é|\Ñ1®?Oªe\Ùi\n†þë½^e\Êj','',0,'?'),(_binary 'p*Vh\ËB?g•†;^I','wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´ð\éù	»\Â\Çz=;7\áE',_binary 'w´£\Ñ\è¥ ª˜‚/ù]\É3„üp’š/X\"ý‹½*<ñ','',0,'?'),(_binary 'p+|Ÿi%\ÈöÞ –\Í\Å|','wp-content/plugins/wpforms-lite/includes/admin/class-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ê¸¹\ÙS…\É\Ì\Ï\Êb~\Í',_binary 'j\ÈK\ïg,©­\nÈ–…©#=5‰\ß ¦¾oª\Û\\c\n','',0,'?'),(_binary 'p+~ö(¤`ž˜\ã_÷nh','wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥\àÚ ‘‘´röJx½†aY',_binary '6±wZ÷Žy\"\Ôpq‰“˜U\Ü\ÞQx\Ü21W³Y	','',0,'?'),(_binary 'p1/7týOþ\r\n\ÐHB¿B','wp-content/plugins/wpforms-lite/src/Admin/Revisions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Revisions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ö³›€ŒY\Ê#Û¬7',_binary '\r³t¥,„¬: G{.ªg\É\è3ÈŸ\ÄKJ¤xuC','',0,'?'),(_binary 'p6Qª\nR2\ÈNSOp\Ü:\æõ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesVariables.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesVariables.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íf\Ð>\ßG\Õ˜ómG\â\Õ|',_binary 'Ck•ÌŠô¾8\Åp\Èp3\ÙbÀ|¿\Â\Ó\É\Æ:¨\í‰','',0,'?'),(_binary 'p:7®\çj!=b#3M¼\í','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œB}6¯\äºK»\êù~›\àS',_binary '‰E¬m:\Z+cg\É\Ø*ùi£‰\Öcžœ\Ñ‚´Ny\ï\ØLR','',0,'?'),(_binary 'p:”,¯`OlL´(\éA','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k¥~\ÂH°À\é7»<¿B\á\Þ',_binary '\0!¥F\æE¦¶\×KP³£7ß»”0\Õ\æ\n;6”}Š\æ$','',0,'?'),(_binary 'p=7|Ú«\Zu¸\Ã','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataQuery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataQuery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò\æ/xü\Í#\Ã{\ï\0v–_\è',_binary '\Ñ&GâŠ²­w9ö‡J\Âçƒñ‡wA0(?\Ë\ï“\"BÛ€','',0,'?'),(_binary 'p?©X\Í\"ßš‹\Ë\à¹','wp-content/plugins/revslider/public/assets/svg/social/ic_whatshot_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_whatshot_24px.svg',0,_binary '4¿,8‰c\Ñc+Jó',_binary '4¿,8‰c\Ñc+Jó',_binary '\à2_MoûŽŒe\Èú“,\å÷83‡Nv3H™øŠ!¶','',0,'?'),(_binary 'pG4L&ý²T\Î\äxŽY','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„!ös\Øb¢1…{A/ºª´',_binary '­2\Õ;÷\Í~©T.\0€m\ÄÑ–|\à\éœBP%(ôôh ','',0,'?'),(_binary 'pG\ÚuL<¶VgE-¥zÁ','wp-content/themes/houzez/template-parts/realtors/rating.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/rating.php',0,_binary '\Ú*·\Óö0™.”\r\é\êyò',_binary '\Ú*·\Óö0™.”\r\é\êyò',_binary 'j;\Ñ§\Z\Ü\ÛFXò H\ÔôXœ\"¬tÀXl6¢‘\Æd3','',0,'?'),(_binary 'pMõ±ƒbª» VZ\Ä\ß;','wp-includes/blocks/media-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ1²\"@x±~%³›',_binary '~\Ãm+\ØD©ÒS‰—Á\'Â™vp*\ÊÓ¶N*¾H¸.¸','',0,'?'),(_binary 'pPu‰\ÄaF\'º\'dd','wp-content/themes/houzez/template-parts/map-buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/map-buttons.php',0,_binary 'ô­W\ÄF|ªg¿q=À´v\â',_binary 'ô­W\ÄF|ªg¿q=À´v\â',_binary 'YªŠ#–ýýjq\ä •¥\Ï\ægÁpÈ…\×','',0,'?'),(_binary 'pU?%G\ZðúJÀ¯ªX=`','wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_4’[\ØÀ\Â_š£¾Š',_binary '$ü‘LT\Õ\í\\B\"\à1.t\0\á`’8Pg>>\è\Ý,Z¨i','',0,'?'),(_binary 'pUyüa	\êb¯\àva„;¡8','wp-includes/js/comment-reply.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/comment-reply.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9©€(\îÞƒøÿ-,”qh',_binary 'Ÿ\×W£(V4nrŒµkxñ|¬/¦la—\ã\äe\no†','',0,'?'),(_binary 'pVYa\â\0ï­†=€Á\Ä','wp-admin/error_log','/home1/arxacomm/public_html/point2listingcanada/wp-admin/error_log',0,_binary '‡vk¹˜\Ã-o“÷\ãc­',_binary '‡vk¹˜\Ã-o“÷\ãc­',_binary 'ófjþ\ÐQŸ’D±\ÞÖ\æ	³=j\áRw PHA\Ä\à\ë','',0,'?'),(_binary 'pWÀX‹ý\á\à\áØ¯%*½£','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Chart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Chart.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë\ß\í˜D \rŸcýŸ•„Rõ',_binary '?«YÇ§³¦Ÿ\Ï»ùx\Å^‹\ì\ÚL„\és‹Ž2˜ñ®\Ø','',0,'?'),(_binary 'pb¢‹·ÁA]%êž¢SV8³','wp-includes/block-supports/background.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó{\Ú(¤\îI«\îL\çXW§÷',_binary '*ùZb(r—N]L\Ð\åt¥Y\rz¦~üL­°$Ú¬\Ö\'c','',0,'?'),(_binary 'pj–\êŠþN\n7S\r\ÌKV2G','wp-content/plugins/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Û³„\rÀ\à\ÏÊ©)û\'².m',_binary '\ß8V¯á¿”üþV\ç»\Ü1u,e\ÕG»_	š\Ç+©S','',0,'?'),(_binary 'pk‚ZA3~\n\Ìøý','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n¥#U\ïóðV‘O\ÈI¬',_binary 'ý¡¦ƒP\Ãþ\Ýb—\Ö`\ßù5\Ô\0\Êˆ‘v\0ë¤©b','',0,'?'),(_binary 'pq\Å)Õ¶‡‚\ë¼B\æ;','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReports.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReports.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ût\ér\âr,€¸\í!\rJh\åñ',_binary '½¢òø\0}˜puÀ\Z\Ù\nGý\ãUÒ£\ë|0Nÿ\ZG\Ë&\Õ','',0,'?'),(_binary 'pt&0h\Ê\0‚†\áž—\ä','wp-content/themes/houzez/js/single-property-google-overview-map.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-property-google-overview-map.js',0,_binary 'uÑ¢N\éC0&Ž·\Ü\à…^',_binary 'uÑ¢N\éC0&Ž·\Ü\à…^',_binary '÷W\ÙÏ\âo®1P›v=ô\Þ\0¨ÑªO9š\ÎüX-','',0,'?'),(_binary 'ptA¢§°\Ô!\Ø\és3A©','wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Manager.php',0,_binary 'W¿ŸHù¨r+K0\Óæ¶‰x¢',_binary 'W¿ŸHù¨r+K0\Óæ¶‰x¢',_binary 'R\íh…õ¨@\Ã\Ð4\0¨y\Ö4¤\ßã€±­Z\Ýs\ç¹NŠ','',0,'?'),(_binary 'pv\Ìô»\ÝV„Kose‰L<','wp-content/plugins/wp-rocket/views/settings/page-sections/license.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/license.php',0,_binary ' ‡ž„•p\Ú7ò3xr\é·',_binary ' ‡ž„•p\Ú7ò3xr\é·',_binary ')*j9H‘y×‡¦ñ£6¢ C?dµÙ \ä/\×Je)8¹\å','',0,'?'),(_binary 'pw\á\ÒQ„F\éc\Ùß b*','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@$\ÆqG¹2k5$¡†z”',_binary 'Ö†F*`\Ý\'\ê«O tµriR:\íj0\áó’W\Z–=¨j€‹','',0,'?'),(_binary 'p{UÊÐštecC4CDj','wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿ý \Þ\Êß˜­	\×zg»(ú˜',_binary '\ÈN“\ØÁG¯EÊ­<^@{oüZ\çGŒ»\È\ê\×\ë»Rÿ˜','',0,'?'),(_binary 'p}0˜Ú‚e”s\r\'ñ','wp-content/themes/houzez/framework/admin/menu/menu-without-custom-width.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/menu/menu-without-custom-width.php',0,_binary '•‚:È¶û•‡S¢¦„ªõ†',_binary '•‚:È¶û•‡S¢¦„ªõ†',_binary '\ÍP§k\ì¥gb\å&<s8V§qµ’Ï‘Ð•j5nZ\ãš','',0,'?'),(_binary 'p…lEzÑ»·HüdB7','wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-grids-carousel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-grids-carousel.php',0,_binary '\Ï(@&\'Êžñ\Ò*\ÖGNI ',_binary '\Ï(@&\'Êžñ\Ò*\ÖGNI ',_binary '_½\ì9ŽW&º«ˆ¨sVxDG Ö—9jSk\Åõ.\â,òh','',0,'?'),(_binary 'p‡Bý ½pÒŸÁ\n\æ ‹”','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLoggerCLI.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLoggerCLI.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·!\æ™*Oõ1Ž«–!ª',_binary '·—ø °›6„\Ë÷¹xÿ—UÝ»*T\Ð9§}Sß©1','',0,'?'),(_binary 'pˆ_“%P=\Â\çI\Ð/Œ8\0','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5¯#õMr~\Þ&²\Ë\ÓAùK',_binary '¼\×\èxG\í¢N`,»úO`\á\Ý9/:eG=BˆK¦1d','',0,'?'),(_binary 'pˆ…\Â8tig\'¸d\Ü#¸+›','wp-content/themes/houzez/js/vendors/i18n/defaults-de_DE.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-de_DE.js.map',0,_binary '-\0–}K;4^§MF\ä\èÿ\Ø\Æ',_binary '-\0–}K;4^§MF\ä\èÿ\Ø\Æ',_binary '\é\ÎÁ€Nû#tŽø*—m¢7€z÷d\\ò€›l€s…X±\ï[','',0,'?'),(_binary 'pŠþŸ6ƒ•PÃ¿ðl¿*','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ko.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ko.js',0,_binary '™ –ø_§Ç\ßóu»#	',_binary '™ –ø_§Ç\ßóu»#	',_binary 'õ´B‰„§ü}\Ý7rK÷,8o\í\ÑÇ˜Ù—\íò\'#‡Q\Ù','',0,'?'),(_binary 'p•ð´.Ð°”ó[ÃD¡','wp-includes/deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/deprecated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jG´˜\âµ\Îñú)',_binary '\Å%R> •z”ñs\Ôj¾N¦ty>ˆÄ‰+|¶\ëp\Î6Ó„','',0,'?'),(_binary 'pœ\ÝsQ¢´´\Þl\á\æ(^_','wp-content/plugins/revslider/public/assets/svg/image/ic_wb_cloudy_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_wb_cloudy_24px.svg',0,_binary 'œHcû$:k\ÊO‡‰½Y\è',_binary 'œHcû$:k\ÊO‡‰½Y\è',_binary '¥k^×·Xr³ª-	ð?\Ì1]-¹†o:¥?\0z\Ç;ˆR\é\Â','',0,'?'),(_binary 'p \ê)q_\n£&uÊ–e\Ý','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=D\'\Ü÷W¦Šj*<¯3øC',_binary '¯\ÑqDec7O€õ\Ãx@.x\àþ\Å\ßÀük `°V(','',0,'?'),(_binary 'p¢;bùzºl)v±LCò£','wp-content/plugins/wordpress-seo/css/dist/admin-global-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/admin-global-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­e‘\æx>#\×ùF-Žd\Û',_binary '\Ü\çd\Ãö§y±\ZM˜\0ý÷H{\ïp‹š¾v\ãh@›T\r÷M\"','',0,'?'),(_binary 'p¤\×\Î-5\nŽªZ^³BŠÅ ','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'p©J?:\Õø\Òf\Ëj\ë»;\ì','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/EventService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/EventService.php',0,_binary 'womMÀ9Js¶9PiO\ïG\Ä',_binary 'womMÀ9Js¶9PiO\ïG\Ä',_binary 'I!\Üj‰\Õc®õ“\r\rã“³\\¢\ÇÓ¢eq\æ8?´Bÿ0','',0,'?'),(_binary 'p­,\Ä\ïk\Ù*õG\ï¸','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢Bº\ró¡(¢Ê¹)¨\Ä]PV',_binary 'i‚Žžbzœu\r&\Z^bõÑ‹\Ø\'\Æ\ÑÎ¾F(’a|ž\Ôþ','',0,'?'),(_binary 'p·\Â\Û9a˜x‘\Í\àg€¥','wp-content/plugins/wp-rocket/inc/functions/options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/options.php',0,_binary 'Z…/EJ\Õ/½šôwh\\1',_binary 'Z…/EJ\Õ/½šôwh\\1',_binary '‡\Ï\æM0¬ú\ï„\×U¡\Þ\0\Ö&½x¸FG\Û<Æ‚Ÿ¿UotG','',0,'?'),(_binary 'p»¼\\*e\ê¶\n\rÏˆó\ëú®','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\ècd\Øx\ÊW{f¥\íŽNb',_binary 'O°ºj+hÅ¤\nâµƒ8QÜ®#w¾\Ë_p\ÊýC±\Ë\Üû','',0,'?'),(_binary 'p¼”\í7\âQe\ï\Òù','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager01.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager01.svg',0,_binary 'I—…d…›Ò¾ù\ì*—m',_binary 'I—…d…›Ò¾ù\ì*—m',_binary '\Õ\ë§\ãH\Üv„·t„#§µ)Æœžùú½¨˜öP¿\ÌE','',0,'?'),(_binary 'pÅ§–\n\é‚+R\à2Z\Õ\ç¾b','wp-includes/blocks/post-title/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-title/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/nR\'\ã\Ñ\Ýòy\\@Võ',_binary '\ÔþIjž4\ÈÀV\Ñ=Ó˜\å\ÉG¼\Ø\r\Z¹²‰/T¦+','',0,'?'),(_binary 'p\Æ6•Ktj\Ý\\ 6£(e—\Ù','wp-content/plugins/wpforms-lite/src/Admin/Traits/HasScreenOptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Traits/HasScreenOptions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vÏ¥>¡u“j2vWO˜s',_binary 'F“j\Z\Í=¥m\ÎS\î¿Á\ßý}`˜¢xJ\ÔÚ˜€š','',0,'?'),(_binary 'p\É[6u\È~vÿS¥¾\é‚KW','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaArchiveCustomMetricRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaArchiveCustomMetricRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B(”\'ƒ\á\×5U\Ý_\×',_binary '@]\ïU—ÁCp\ÂºK!t—NZwm\Ù\Äµ’¢\Ô!\\','',0,'?'),(_binary 'pÌ“0¤2@\ã\ØPF\Îtk','wp-content/plugins/wordfence/views/common/unsubscribe.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/unsubscribe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y:h3ƒ>½½a Ý‘¶4~',_binary 'E\èùqú¸´\ËTg»\çO>F-\ë\ÅOú(\ÍIÆšZ£¿z','',0,'?'),(_binary 'p\ÌÉ¸\èA‚•‡\Û³»\Â{','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾¢M~ûµ›)øV¼\'\Óô',_binary 'Ë—ŒMÉ«¢ù\ï\Z±w\ã•\ÞñDO\Û\íx¹;\"U\äY6“—','',0,'?'),(_binary 'p\ÔÕ¶vI^Ø’&\ã\ë&;\Â:','wp-content/plugins/elementor/assets/js/editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÂwX¡c\âÄ–%ò¬£k',_binary '\Ìù&ñ+*\ê1\ëL4;¨\áòÄ‹D¿e\è”Ë…*À²\Ô','',0,'?'),(_binary 'p\Õ\â|:A\Õ\Óp\r<vF`','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_psr4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_psr4.php',0,_binary '\ÙB,—½¬Ýˆ~u£\ãdó',_binary '\ÙB,—½¬Ýˆ~u£\ãdó',_binary '\Ý9•´ù}\\£\ËAa8·2¶¼\r»°\Ø8´®u5ò','',0,'?'),(_binary 'p\Ö/„€Ù¯Lô’\ã3','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/PluginsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/PluginsController.php',0,_binary '9Áÿ9bÒ’\íOòmÑŸ[Ü¤',_binary '9Áÿ9bÒ’\íOòmÑŸ[Ü¤',_binary 'i8k,;ŒÄŠz4}K*¸ˆûxiO½L†ýÀ\Ý \á','',0,'?'),(_binary 'p\ØT\ÂF\ÃQqÍ¿<\ÅuzÀ','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_6_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_6_24px.svg',0,_binary '-\0\àœ9½.aü9p{',_binary '-\0\àœ9½.aü9p{',_binary 'IÏ‘º¶UõÀ®d9Ò³½5»\Æ\ì\njOv‹\ç\0','',0,'?'),(_binary 'p\Ù}‡O\Å\ßa\á\Ófj_\Ã','wp-content/cache/min/1/72f71aa4043cf87bf04ca7996cbca6de.js.gz','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/72f71aa4043cf87bf04ca7996cbca6de.js.gz',0,_binary '—4K\ÄDú‘ðK=Ê“ø5',_binary '—4K\ÄDú‘ðK=Ê“ø5',_binary '4\ÂO¢p”Ù†\æ`:9\Âö¸\é…yú\Æ¹º\ÌI´ò&Ë‘','',0,'?'),(_binary 'p\Ú:Ÿ_\Z\ßC\Þ,¯”\Ù\å¬','wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_º\ïAÉºð^O)ü9ý‘',_binary '\ã\Z‰\Ê\ê†e•ƒ\Í%¥\ÆÍ£Š]$ô…[g8Á0½\á¯','',0,'?'),(_binary 'p\Ü\'¶ðW\È\Óä«œ\ê€;/\\','wp-content/themes/houzez/framework/functions/profile_functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/profile_functions.php',0,_binary '\"ô9ýt!^\Ì\Ç\É,f³',_binary '\"ô9ýt!^\Ì\Ç\É,f³',_binary '…Ž\n„[hÁ69\éõe\ÐL šøˆ*{ÿ7ŒE','',0,'?'),(_binary 'p\Þq­l8Õ…y¯Õñ\Õ','wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰0\0ß™5…þoq°Uø',_binary '\Ôõ;(\Éüüa²\"bBDB˜\é\×”Y«¡QÁ\Ø','',0,'?'),(_binary 'p\ìˆÒ‹¹±¼\ÆØ“©2\Ô','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Tag_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Tag_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä#3‰§‚=¥\Îm\Ê¶\â',_binary 'E%ß–q\Ç!ÆF\ÖÂšš1z”47AuPqš¹†','',0,'?'),(_binary 'p\î}G÷‚J\é\Î$\â\àx','wp-includes/block-supports/align.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/align.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\ì\'jŸŒo\á½y¶\ÝJ¢',_binary '\å^ð{L7\Å\\bµrò;\ÃG\îÏ„R\â;ÿ¡ÁÖ’š','',0,'?'),(_binary 'põ\\ö	f9\è±1Œä›Ÿ™','wp-content/themes/houzez/framework/stripe-php/lib/Service/PlanService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PlanService.php',0,_binary 'ýC?—üý\n\èkIƒ©hþ',_binary 'ýC?—üý\n\èkIƒ©hþ',_binary 'I¾8¼4Ž \îEuR‡¬E$:\Ýø(Ë§K\\\×O§r','',0,'?'),(_binary 'p÷Ý¨÷P\ë\çGb4¨¸\ã·þ','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!³´=l\"\Â\Ëòeô±¨j*',_binary '\Ùÿß‚4¨­«þC\n\ZöNƒ¿œ²x\ÙÄ¢’n–','',0,'?'),(_binary 'pøñÿ@}¸lL§]‘\ä¥','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð\ã#v)\î%\ÑþVÂ¯|\Ò',_binary 'Á\Ì6Bõ\rº\Ì`T‰W¤º‚æŸŠF`]t	NI›+D€','',0,'?'),(_binary 'pû\Å[{±fñ7>_\0\Ç.','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/PublishContainerVersionResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/PublishContainerVersionResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3hÊµ9C–e»ð \Ð5ök',_binary '\à\ÜCª/\ç\è„\Çb\n6\Ä\Â\âl¨\Îôô\Û\Ò^yh\Ûù1','',0,'?'),(_binary 'pþ\É\ÉX,„”¹{X÷','wp-content/plugins/wpforms-lite/assets/css/emails/compact.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/compact.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À\ÃòZŒSC÷ø­\Ù%`¢I',_binary '4\Z|\Ô|ßœpkî—¹«(†%fc\Ñ	\îK gø\n˜&r','',0,'?'),(_binary 'qDfÀ\Ë\Ü9>@=My\á\ë','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials/woocommerce.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials/woocommerce.js',0,_binary 'C=-p¾­\ë¢:\\2÷§Ž+',_binary 'C=-p¾­\ë¢:\\2÷§Ž+',_binary 'eÖ©#E©Mk\Óù\Ñ÷S¬fQöþ±_\Øb•±r','',0,'?'),(_binary 'qqC¸¢$²ž\àý¨ƒ@','wp-content/plugins/wordfence/views/common/page-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/page-title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5«ó*<ðX;øø',_binary 'N5%žº=\åœkUHVKÁAþlEI\"3\è¸j\Õ\Óþ','',0,'?'),(_binary 'q\Ùxo\ä\åµa¨…¹Mñ†ð','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/CodeSnippets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/CodeSnippets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ\ë#L‚“`c•(6‰œn',_binary '¤e\Öù\å?0»|•\Z-\'\Þ\ïdñ\Z\Æ`\í©\ètµ‡$\Ñ','',0,'?'),(_binary 'qs¾¢A­tª\Îd™\\','wp-includes/js/dist/warning.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/warning.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬•|ó²¤\n\\P=`²\ÔJ',_binary '…³>>-YÀ£2‹²IPl6„U§qg\'=\í1Šô \Âß»','',0,'?'),(_binary 'q\Ò4©#sÿ]jù­','wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-david.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-david.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®S\ç	Ý³û\Z\ÈR\èK`þž',_binary '£3ú63\ÍzúÇ©Œ}\È\Ó@\î\áz\Ýy\éŸ\0ƒL|\à‡Ë¨÷','',0,'?'),(_binary 'qú#‚¶ˆ\ß/I)ö.','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©ú­{}Nü<Å‹ˆ©/¢n',_binary '^G\í\ÎÙ°£¿Bd\ê’«%\á/·0‰\ï\Zö7\n¿w8•','',0,'?'),(_binary 'qs¬\Üx> µª*Ðž\0X','wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/SendUsageTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/SendUsageTask.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜†\ëž^A\èX††®j\å@jx',_binary '‚›wU,/h\êöGfž\ZW&Yyý]5p5IaÓ¢µ\ë','',0,'?'),(_binary 'q\àŠ\×lù¤½µ‘û>«\0','wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý\ì\ÆXºM¿\ï\nü/\ä\Î0t´',_binary '{¼\Þb<§Kø\î1øj„<§\âØ€Äµi1X¨†Ì¾','',0,'?'),(_binary 'q]^ª¤[ôŸ,8E–\×','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/DefaultLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/DefaultLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öƒCý& I\î5†N\ìd',_binary 'N\ìAÙ³ƒÁg?$dF\Èa\È|œ©zÉ¬)Å²\ß\à¬!¼8','',0,'?'),(_binary 'q *˜3Uµƒ7+œ+ø','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'qu\æ\Æjb0O\ÓS¿\ÒI\Äw','wp-content/themes/houzez/template-parts/realtors/agent/list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/list.php',0,_binary '„ »Ú°Õ¬¦´­‚\à\'',_binary '„ »Ú°Õ¬¦´­‚\à\'',_binary '_úþà»‚Z!Î¦õr\'ù˜\Çvóñ’“	E\ÚEt\rú&\î','',0,'?'),(_binary 'q¡sD_jZ.•\0\Ú$','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Events_Provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Events_Provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!º\Ü	\Ä~Àm6ŒAd\Í\ß#?',_binary '/\ÔF™À —Pp¿º1Áù@ý°¯„\Ük\'D]+t','',0,'?'),(_binary 'q¬ZWt+<\áMbEg¶Ž','wp-content/themes/houzez/template-parts/search/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/main.php',0,_binary 'w/é½$‡›\ï‚)8À“¿',_binary 'w/é½$‡›\ï‚)8À“¿',_binary '\n\Û\Ò\ÏÝ½~”jhŸ\Ù=§öPá¯±\åg‚û	–—¹%½\Å\Ëð','',0,'?'),(_binary 'q\"co\ë\Þ£>«2Rh\é]','wp-admin/includes/plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/plugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜxøóIÏ¹S7½··Xp(',_binary 'Ÿ5_—\Å\Ì\Þ(fM\ëB¿m¦$@)C~k`Ø»÷\áP³','',0,'?'),(_binary 'q\"³–ŽUÍ¡¾Û£OŸÁ\È','wp-content/plugins/houzez-theme-functionality/elementor/widgets/partners.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/partners.php',0,_binary 'µ¹²¦\Ñ)\0o’$õÅ¥\\',_binary 'µ¹²¦\Ñ)\0o’$õÅ¥\\',_binary 'tg-FW)lb0ô¼4i¬ý2t-ú\ßÁ\ZOj6/c;','',0,'?'),(_binary 'q%\âõ\Ø)–““ud†\Ê\Ë	ô','wp-includes/blocks/buttons/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n‹;Nú—ù[ŒJ¶‘œO\ÌM',_binary '\ê¹‡*\Â>™ß¸7@&lðm”wc§‹Ø”»\0Q<œ\Ö','',0,'?'),(_binary 'q1H\áF•.\êm‘\Ùü','wp-content/plugins/wpforms-lite/assets/images/community/youtube.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/youtube.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð7$¹µ™\n™S{ü\ÈMBŠm',_binary '‚‹6K!\Æh\Êb‡©Ý‰¢¡¡t0q}‹@\äõ»»©\Å','',0,'?'),(_binary 'q1\ÑHamH Q&pR-^D\á','wp-includes/blocks/image/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'djvY#vc|/?½Þ»d',_binary '£Hô7”‚%\æ\é:£\Ý\Ò\Ã6x›:?ß•¶\ë\×d\ì>E','',0,'?'),(_binary 'q9¾c\æªöV7*\ãQŒ¼5','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Resource/Properties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Resource/Properties.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']L¬FuYÝ§\"eh0\Ò\È',_binary '\Ó\é|\ïq˜í‘ \Ñ¾\Z\éOƒ\Ê\é¢ZB\ØEÁF\ãGf\Z','',0,'?'),(_binary 'q=· \ÖÀ\ÔI\×òu\ÚU\Þ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues/BatchQueueInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues/BatchQueueInterface.php',0,_binary '§!¯¢]\\j[\í\Å^]aù\Å\Ó',_binary '§!¯¢]\\j[\í\Å^]aù\Å\Ó',_binary '¬…«X8\æbUwf™V\reH‹¥–ð@(\Ét%ÜVC\Åù','',0,'?'),(_binary 'qB‚%#\rÙ£\Î\Ê#™˜Ç’','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/button.php',0,_binary '\É€¨>\èýˆ\â¼\ÎY\"\åB',_binary '\É€¨>\èýˆ\â¼\ÎY\"\åB',_binary 'qü\\$µ\ßSœ~\È\röAr\ë7ˆ¶µ	L\"±-†@\Î\á','',0,'?'),(_binary 'qL‹ü\åöI—Lcƒ','wp-includes/class-wp-recovery-mode-link-service.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-recovery-mode-link-service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z¼\ÑBW©›†Z \Ç	m\r\0',_binary 't\n\Õ÷_qGÆµ\âb¢›£\Ïþy}\ä2+\0ƒI¥\Ì','',0,'?'),(_binary 'qMH\è,¸\×Xb,\×Z–Ú‰','wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V\àÿ\ÞT5\rLQHzŠC+',_binary 'ª4ÿx¼Â¯¼\Ù\n‡œòù	Gœyû€\à\ì©\ÐMVL­V\Ç','',0,'?'),(_binary 'qW\Ø2\Ïø7.À`\ê<©\ÅQ','wp-content/plugins/wordfence/css/wordfenceBox.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wordfenceBox.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C¿\ÚWYœ~\äHœ#\ì]',_binary 'šrºŽµ¨{µ\Û\ZI‰5™O1”‡¤Q\Ü\ÝÓ‡¨£\Ò÷C\ß\ï','',0,'?'),(_binary 'q[\ÝQºv˜£‹„­­µ:i\È','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/elusive-icons.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/elusive-icons.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û‰>z©Ž¨\"Ï³K¥\Ô&',_binary '\è\Ø\â‘\Åö¸bVÀ²Dú€È‰J\"5K±UÏ‘Gzzx,','',0,'?'),(_binary 'qb\Ät=ðž©ó‘$ø›\0a','wp-content/plugins/revslider/includes/functions.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/functions.class.php',0,_binary '«\ë\ÄqE+\ÔrŽ‹\\’<·',_binary '«\ë\ÄqE+\ÔrŽ‹\\’<·',_binary '[\n$F\Ó\Ý¦ð×š€((o…\\5†y}·:\ÔT’\ÃN>','',0,'?'),(_binary 'qc»‰_³\à\ÒÒ²Û¯Š+','wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v$þ*:$:aB/Ö9:X',_binary '¿\íÚD™.pDcw†.Aì¬W\ç9:\"] WšÛ­','',0,'?'),(_binary 'qgŠ­ý £Û¸<\Ã','wp-content/plugins/google-site-kit/includes/Modules/Ads/Has_Tag_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads/Has_Tag_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jXn\ÄY³1tÖ¼È ”|<@',_binary '\Å4²\r\ÔMw¾|\0–Û½*>=\':«A5V\ÑIŸ}Ü¬Ji','',0,'?'),(_binary 'qh‚½q2}ÿ\ÇY\ì','wp-content/plugins/one-click-demo-import/assets/demo-content/portfolio-page.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/portfolio-page.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ýk\çZ³SÈžò™•\Õ\0r\Ö0',_binary '¿´‚\È\É\Ù\Ï/Š*½@\éi\ã\Æÿfr\ä\Ü\ÎF\ê…C\ìd¯@','',0,'?'),(_binary 'qhµ\Ôy%\É(Î€¾:\Ã','wp-content/themes/houzez/template-parts/dashboard/board/enquires/enquiry-detail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/enquires/enquiry-detail.php',0,_binary '¥pôr8Š‡\å¿C?m\â',_binary '¥pôr8Š‡\å¿C?m\â',_binary '.$\î£i7-3i\ÓFŒŽø )\niä›š’|\ï\ân–\Ç','',0,'?'),(_binary 'qhÿ665—y|ò=\ï?S	','wp-includes/js/jquery/jquery.serialize-object.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.serialize-object.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*…D\ÐB\ruŸ6ª\ä\Óò!',_binary '©À`ŽRÔ¶µ2É€¢`’µMx\Î\Ïi\ÏG fz\æC2¢','',0,'?'),(_binary 'qj¤\æO.C¸Þ¬Ð˜}\íù\Ç','wp-includes/blocks/navigation-submenu.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-submenu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z4;¿/]‰©˜\0–C`m',_binary 'r°Ž\Ùðªúðz\Ë\äl\ãa!:\æ	\ÆÃ¹˜\×üS.t\Î\î\Í','',0,'?'),(_binary 'ql6®ª*Ut¯Gœ‡l','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x£\ë›\Þ\Ñe\ZL¼\åþ:_\â',_binary '¹O_k\Í\ÍP7†[\îò\Ê\é‚Ú±\à÷.ô…;Ÿ\Êû\Õ\Ýõ\è{','',0,'?'),(_binary 'qm\ï,¶tGT\è_\ÅPÏ§f–','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hi.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hi.js',0,_binary '‡_` }<\à\èÁðm\É=',_binary '‡_` }<\à\èÁðm\É=',_binary '…I\ç–\0\Å\Ñ/¨»ª¥\Ý\È\Z—b\Òö’\í\rÕ’\Zh\ÄT','',0,'?'),(_binary 'qp\Ç|\Ï<\0*\"=\ál°','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' 7o-—\Ê&œh\É\ËR=Ž',_binary '»\ÞX\ïY}ÀÃ¶º\ãN¥ò­\">C¶´:ø%l*\×IgY','',0,'?'),(_binary 'qp°¸X\'5#\Ý4Á,	','wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Tables/Cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Tables/Cache.php',0,_binary 'cõÔ¢7H$¥\ÖM\è’\Ý#‘P',_binary 'cõÔ¢7H$¥\ÖM\è’\Ý#‘P',_binary '\Ò\Ô\ì¥Wm6e”Â³g¿°Þ™”|1\ÄZ±‹R\Ð','',0,'?'),(_binary 'qs)®go\ã\Ôdk\ã\Ã/\æ','wp-content/plugins/redux-framework/redux-core/inc/fields/select/field_select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/field_select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«A\å›qŒ\ÛTÀkˆ(5ÿ}',_binary '2Ì¿òL(\Ü=þ\Èu\rú_ý}ª®…\ÐG4t.\ÚÐ¿.','',0,'?'),(_binary 'qxDýpX\×\à)®Qj˜ý','wp-content/plugins/wpforms-lite/templates/emails/classic-queries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/classic-queries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÓË°p·t%Š–¤\Þ\Ì\Ñ+a',_binary '•\í}”\Ñ\Z_’S‡c@\ro\É÷}01©m\ë‡tA{À]Á','',0,'?'),(_binary 'qxÕƒ\í8ü!»¹¾\Æ\ê3¸','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-check.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-check.svg',0,_binary '?¾•2nP´Ÿ©©[\Ò<ù',_binary '?¾•2nP´Ÿ©©[\Ò<ù',_binary '”IAEâ˜ª{8±\ì8\Ô:®`¥}\ÎuTyƒ„\ÌDƒ&\Ã','',0,'?'),(_binary 'qy÷\n\àü{&Á?!\ï,Ñº','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/WP_Config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/WP_Config.php',0,_binary 'ôù€5{°\ÑI\Èj¶0‹',_binary 'ôù€5{°\ÑI\Èj¶0‹',_binary '+5\Ó\Î}v\ëW\Ú\\Z<sQ¸^g¢\ØG\ê®r‚M_e~¼','',0,'?'),(_binary 'q{±@*­¾|.%™Iýtv','wp-content/plugins/one-click-demo-import/inc/ViewHelpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/ViewHelpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#_Qƒ<ð{.=\Ä2êŠ•5',_binary '2+\ËõD^P†¯i	k9[+\éX7\Ë[`\Åô\ZdD\Ò','',0,'?'),(_binary 'qˆ\ç\î\Ú\Í|\ç»Uúw','wp-content/plugins/redux-framework/redux-core/core/dashboard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/dashboard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­\ÉE3÷Ç²mbT$Nõm«',_binary 'A°´,\àÁ#&`©€\ÅBŸ	›/s0²„Àžš- ','',0,'?'),(_binary 'q‰\'‘\àKX\Ü\æñ\0…›P¤','wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_With_Linker_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_With_Linker_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öR3f\âÉM;\Û\Ç|	’3',_binary '\Ë/õY\Úó8!CøX7\" L2šb\ri(X\'\ÎÅ‹–g','',0,'?'),(_binary 'qfù¼÷EHø7\Âd\íõö','wp-includes/css/dist/editor/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/editor/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\—‡\ÙÄ\Ä$J?u®',_binary '¨©\ßpþ{\íõD\ëÞ‚\Ò3ùÛ›\æŠ\ëÜ¯ó|Ø ','',0,'?'),(_binary 'q’MÌ¶ý\ç\Ç@f\èòþOU','wp-content/plugins/houzez-theme-functionality/shortcodes/testimonials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/testimonials.php',0,_binary 'Ì¢³2¬3C¶¼Ž^;:n',_binary 'Ì¢³2¬3C¶¼Ž^;:n',_binary '·ò\Ú6ÿ\èasn¾ke\Äx\ÃÇ»²\Ï^x6,\Äò;¶û\í','',0,'?'),(_binary 'q”s\ß„´Æž\àÃ¹\å\Ö','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Âž5F%G©O§°',_binary '\âc& €XRk\Ö\0\Ú}»CšÉ€¹?4\Ò\Z¯2 /O','',0,'?'),(_binary 'q˜b±³\Êr­SŠ³þ\Ð\È5¯','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/Controller.php',0,_binary '«þò¡<™…Gšyµ',_binary '«þò¡<™…Gšyµ',_binary 'Y\\v=R÷i¯¶Ö•n#‹\'ß›jÉ„\çMžzh`bûª','',0,'?'),(_binary 'qž*;[lR:Ò¡7e\Ú','wp-content/cache/busting/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/busting/index.html',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary 'q \ØZý\0=sˆ\r\ß\Í\r\Ó','wp-includes/blocks/text-columns/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a™Â¦ax:²ü`]\'^\î',_binary 'þeÂ±ñ²Qûn¬S„‚0>,\ëi(tHUn´Zó)\ÏK','',0,'?'),(_binary 'q¡\Þ\ÒR+\Òqù\ZŠ2û','wp-includes/js/dist/edit-post.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/edit-post.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë:\à¨öˆµö\Ï<\à\Ýg',_binary '\Äû_6H@hñT¡†L\è‹lŽ·¶\í¼N‚™†«GÏ½¶','',0,'?'),(_binary 'q£FÌ†\Ê•\Ð\r®Þ·B\à','wp-content/plugins/wpforms-lite/templates/admin/payments/reports.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/reports.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜s‡\Ã\Ýùµ„Ç«˜¢\ZP\Â\'',_binary 'dlt·o\Ç,gº\æ\éH3\Û=€hM“<Z]£…7>f‹','',0,'?'),(_binary 'q¦,W\ÆÀÚª$“w¯Ä¤@','wp-content/plugins/elementor/modules/library/documents/page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/documents/page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nk\ÕEÍ•8\í!²ñ{/÷õ\î',_binary 'kô[ŸþŽv‡¬\î I\àM#£€}ø…7 U7\é¯\Þ','',0,'?'),(_binary 'q¦d\äµ\é²\Ñ{ \èE\Ð\Ù','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lightbulb-green.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lightbulb-green.svg',0,_binary 'ò\×.¬¢‹nÿQ{z\\VT',_binary 'ò\×.¬¢‹nÿQ{z\\VT',_binary 'šu®iö\"ðc–\æ~–Vö…\nô!\Ë|€\Ê\Þ\â[','',0,'?'),(_binary 'q¬†ƒ\'\È8ïš²ÃƒiÁ','wp-content/plugins/wpforms-lite/templates/education/admin/settings/smtp-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/education/admin/settings/smtp-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'YC²{\ï\ãE\ÔHVTm\éß¾',_binary '\á|#C\\a+»òOVF€\Ï\Zxð\àY\á@\r4d÷ˆô…','',0,'?'),(_binary 'q¬)ù\Ò\ë9œ¬c¸m\ßvC','wp-content/plugins/revslider/public/assets/svg/action/ic_pets_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_pets_24px.svg',0,_binary '8MÊ¨®\æ!\çGt\ZŒpP',_binary '8MÊ¨®\æ!\çGt\ZŒpP',_binary '|_\ã\ìm \ê-™°\Ãe÷…9U\ëQ©þ\âwiE\îRÛ­.','',0,'?'),(_binary 'q¬µ°J®”Z\Ï\ë|þ:','wp-content/plugins/houzez-login-register/social/google/service/Google_Model.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/service/Google_Model.php',0,_binary ',-„A\È\è—k(óóM…',_binary ',-„A\È\è—k(óóM…',_binary '°\'}X/*ð\r™”\ØÁ\è~Hî˜…=¯\îA\Ú\Ø\á˜Dc@öq','',0,'?'),(_binary 'q¬ôTõ¸_zrU…\×†','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidGrantException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidGrantException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–NûYµÀHÁ°\×\n\Õ\å\"ú',_binary '_­‘<ô Qš\é\ÚHóJ¶¦\ÊÇŽ?^œ\Ä#O\î®W¬','',0,'?'),(_binary 'q´ó0#\Ì$”/\Ï\Éqh\n','wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W}\Ýö\Ù4v‚À½ˆ\í\Îð@',_binary 'æ² \ßñ\è‡Ü¨tµ[\ç®Y\ä\Ègx°ÿ\åô§¨¤ü\n','',0,'?'),(_binary 'qµ#N¸»NK€ƒR|\Ñ\Î','wp-content/themes/houzez/framework/template-hooks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/template-hooks.php',0,_binary 'öKiü!Á\ÔWd–\Ë\Ý`L0',_binary 'öKiü!Á\ÔWd–\Ë\Ý`L0',_binary '×¦‘}\ì7\æîž¾“W\ë`?\ì~qml—.l\åHc5','',0,'?'),(_binary 'q·0ø“\ÄœÁ¿±›\ì5','wp-includes/sodium_compat/src/Core32/SipHash.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/SipHash.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª5O&?«Eº	»»%',_binary '^%%ŽhTŠý,‘\æû¨³¾k2¬È®n=n%:\Ò\ï','',0,'?'),(_binary 'q¸†\ì\á\ç»\Ô\ë>¨ÿþ#‚','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-chart3.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-chart3.svg',0,_binary 'lC¾¢y§§/y¸¯ÀyŠ‘Q',_binary 'lC¾¢y§§/y¸¯ÀyŠ‘Q',_binary '›\Ä\æR\ËD\âÕŒ\ägd”µ˜8VO¨$_²\Õ\â°©k','',0,'?'),(_binary 'q¹K:O¹9bµÜœZ\í','wp-content/themes/houzez/framework/metaboxes/property/home_slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/home_slider.php',0,_binary 'lÈ…ó·ð\Î@ H¿y“h',_binary 'lÈ…ó·ð\Î@ H¿y“h',_binary '\\\ìž\Ç\Z±`\Ã\ë>\ÄðŸû—ù\ÞFl4I±”t\äj/›','',0,'?'),(_binary 'qº,<•©\ßwLþG\"ýE¼','wp-content/plugins/updraftplus/example-decrypt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/example-decrypt.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U8\ë£\Õd„#:#\ë’ó',_binary 'i‘M\ìø,\ê÷\å;\Ìø-­†4)»\ÆyÍ¼\Ý\Ôj5\ßw\î','',0,'?'),(_binary 'q½öEŸ‡vº…{—Zš\â[','wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q~±f‘¦œ¥\ïŒ\Í\î\ë“\"\á',_binary 'p,\Õ-\ÚgW¿‡ÔŽõ¼W‚\Ò.cýE‚¢²\âM','',0,'?'),(_binary 'q¾†5@£*=õ&´\æ\\X\á','wp-content/plugins/wordfence/lib/wfHelperBin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfHelperBin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';\ï\×!·È\Ë\É4Q\Õ\ÞX#',_binary '’—Õ¹%-ø^\ê…qƒ\âU\Êq\àM\é\ÒeY“\êð','',0,'?'),(_binary 'qÁ\Ô\Éd¿B\ï²\Î\ç8’','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Plugins.php',0,_binary 'š=õ»I\àD.p\âsb\\',_binary 'š=õ»I\àD.p\âsb\\',_binary 'Ñ·M²ú‚5L&GX|ž\èk\ÝuOj¬\n¿j{\àsöÀ','',0,'?'),(_binary 'qÁþœ‹ýð\ì|\ï=º\Î','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ModifyContactGroupMembersResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ModifyContactGroupMembersResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áP¦+­Ã†OVyæ¬¡/',_binary '=1S­\Øb7#o\Â\å¤¡Š•\å\à{¼)ü\Ï/nd','',0,'?'),(_binary 'q\Å$\'6‹e\âú¶÷-W]','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ø«Á\ãš\éûÿµ¾øv¦÷²',_binary '\Ïh½€³G8J4\"G`¦‡\ïŸÇ–Œ¶\ÛMD‚¯z','',0,'?'),(_binary 'q\Æ=BB\Ô\Ú\è¹\é­@ÿYG\æ','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EÍ†ðk\ß@ôý>Rê¿·',_binary '¹s¨\Óô\ÈÕ«W¯U¯V‡ž\í’il®«\\\'†#\Ïb°U™','',0,'?'),(_binary 'q\ÍC”IV\Íg‡ež,1‚','wp-includes/css/dist/block-library/editor-elements.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor-elements.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿ýŽc|½$\0š”{–o\Ð\é',_binary '$\È2iQfþÿ—~\Þ\'¡:µSr\Õ\Ú4:þ’ª \ËA·>','',0,'?'),(_binary 'q\Ø?þMrM$´,a½\Ý','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RocketLazyLoad.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RocketLazyLoad.php',0,_binary '!\é\0°™xÿi\Ò0y\á&\0',_binary '!\é\0°™xÿi\Ò0y\á&\0',_binary 'ó}\"\â\0ƒ\ç\ZúC\Ù\ÜÁ\Ó\\\"\"òø…H½\ÉCž‰\Ò\ß','',0,'?'),(_binary 'qØ“Õ´†l²ñ\n=‹vj','wp-content/plugins/one-click-demo-import/inc/CreateDemoContent/DemoContentCreator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/CreateDemoContent/DemoContentCreator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\è,7œ¿z,e\ÑxB#Š',_binary 'ÀÄ›†\ëÁdjd’X2B„d—Ÿ\ÅÛŸ(1†.9DE	','',0,'?'),(_binary 'q\ßJ\ê{˜?}¹á»™*£?','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_3_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_3_24px.svg',0,_binary '6¥e` ÌG°Ô³#/ô',_binary '6¥e` ÌG°Ô³#/ô',_binary 'R#7JSJ\ì²QPö\Ìg\ÃW\Û\ã\Ê4\æÓ\ÕÁ\æ®\ì™\Ë','',0,'?'),(_binary 'q\á ÖÆ•É»y\Ôl•Í“','wp-content/plugins/bluehost-wordpress-plugin/inc/alt-experience/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/alt-experience/index.html',0,_binary '` ”‹±­€#b\'\Æú¿6k4',_binary '` ”‹±­€#b\'\Æú¿6k4',_binary '\0ˆlŸ)\Z}D\0—9¦&I\äú\à›ûh(\røœ,','',0,'?'),(_binary 'q\á=‡¦CLˆ\é­ŠI+','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/LimitStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/LimitStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rj	úp€Ô–ùC\ÈlW\Õ',_binary '9²\Ãü[™\ÍL».\ïG\ÉªDi)7h‚`©ö5\Ë','',0,'?'),(_binary 'q\ë¯tü¨÷žˆ\ée„0l³','wp-content/plugins/revslider/public/assets/svg/places/ic_smoke_free_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_smoke_free_24px.svg',0,_binary '÷ûcy¸Ê‚N¨³£š\Þdf',_binary '÷ûcy¸Ê‚N¨³£š\Þdf',_binary '‰þ{œ\í·ø\ÕNK»Vg¸\Òâ‹­4]+\'¼0çµÀ','',0,'?'),(_binary 'qð;þ.÷,x2VŽH…\ì€e','wp-content/plugins/elementor/includes/controls/textarea.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/textarea.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã¾\Ù^z\Þh\ÃYù2\ä\ÙÁK',_binary '©€\å\àB/\×2\ål¹D‡9`\ïÝ‹ô!d;ª6ú\â¨\É','',0,'?'),(_binary 'qðnŸ„¸9f5`:ø´','wp-content/plugins/houzez-studio/admin/js/i18n/ro.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ro.js',0,_binary 'I¦/D\Ô……ø.\Ü\êŒ\Ú',_binary 'I¦/D\Ô……ø.\Ü\êŒ\Ú',_binary '¶v¼j-¡“ˆCŸlw­w¬J2o=\î©lû\Ì\èo´¥\ë','',0,'?'),(_binary 'qõðiÖ¬y\Ýd™õ¤+O\'','wp-includes/css/dist/commands/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/commands/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r\Ñqn$Ó‹÷(|¡\ä=¾±',_binary 'DS¯ºn!…\ïÀP	\Ä\Ðüaü5œŸš\Ó9`+v','',0,'?'),(_binary 'qþ€‘òÿ?¬\Éüñ¼','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/class-redux-custom-fonts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/class-redux-custom-fonts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿Å‰_­ÿ&,Ó£Y&¬Šþ\Ç',_binary 'l.\æ¶ _÷>&ø@E&€½]¬÷#ˆã­«ÙúŸX!\Ø','',0,'?'),(_binary 'r	%Tú\áleŸcJ‚ô','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_psr4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_psr4.php',0,_binary '\Ä\áJ‚X¶ˆˆž[\í\é&\Þ',_binary '\Ä\áJ‚X¶ˆˆž[\í\é&\Þ',_binary '>\Ï- Œ«IC\Ñ÷z\Ñ\ë\"\rYM\Ñ\Ò\ßû\é»õÁt\ê	¬c¹','',0,'?'),(_binary 'r”®h’\Åv†\ÏLk/…ö','wp-admin/network/upgrade.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/upgrade.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è{Ÿ1¨‹hwò\Â3u',_binary 'o#|\àV5‡:»PüüL\'\Î|q£|‘5°9..\ÃT9','',0,'?'),(_binary 'rX\×Tx&™vst\ê\Ø\'¤','wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã•Tþ3\Ö?²€PÚˆ\0]Œ',_binary 'Ô˜\Zúá‡º‡z\\)²QÔŠ1ú+Í…\ãÖœ\Ú\Ç\Æýº€','',0,'?'),(_binary 'rhó\ãôz?¡#\ïtû\è','wp-content/plugins/revslider/admin/assets/js/plugins/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/plugins/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'r¼­“\"þ‚%1}/2Y¬','wp-includes/blocks/pullquote/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ei\\ª\ãuEm\Ý^½¥•\Ûa',_binary 'ƒR*U28 R\Ì!«Eõh{	\Ñð\Å\nœ=\Û','',0,'?'),(_binary 'rt5Z0\ï\Ê\ÏP\\\×\ë~','wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>º§ý?\å\Ê\åñ\íw™\Ï˜',_binary '\Èu…5lG†\Æ\Ã2]²gÁ\ëzBö\"\\«6QHfŸ;¯','',0,'?'),(_binary 'rò¾:‚61#\Ö\ËC\èû','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hsb.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hsb.js',0,_binary '“­U\è\ÐøTÐ!\Äa\r4¥',_binary '“­U\è\ÐøTÐ!\Äa\r4¥',_binary '\ÜO—¶\ÇZTÎº”\Ä\è\è\"\r§ù\Ä\á	»fG\Ú\Z®\ëR\Ô','',0,'?'),(_binary 'rx\ØZ3!\á\\@T#\ÜJú0','wp-content/plugins/wp-rocket/views/settings/sections/addons-container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/sections/addons-container.php',0,_binary '}S e8+%C\ÞÊ«®\Æ*ù\ä',_binary '}S e8+%C\ÞÊ«®\Æ*ù\ä',_binary '\ÐBhž1÷\Ê\n½,\ãv$\Ì*_\Ê\ï\ßK\Å\ØùŸ8	~','',0,'?'),(_binary 'rRô/\è#+\à7ùú<^ƒ','wp-content/plugins/updraftplus/includes/jstree/jstree.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/jstree.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬C;8#ô,z«BòV×…©',_binary '2a4E¶\Ü\n•OŠi\áÑ§q¿<ú¤³p_œ\Öö€–·ñN','',0,'?'),(_binary 'r+zk;» 4¯\æWI','wp-includes/js/tinymce/themes/modern/theme.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/themes/modern/theme.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïµ(3o\ÞU\ê2ÅUŠ2™',_binary '½2.¯ptú\"r\Å`)¸\ë\r.C\Ül\Ç\\\ZžœBIX','',0,'?'),(_binary 'r3\0ˆ—=\å\î\røjB¦Z','wp-includes/js/dist/widgets.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/widgets.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç‚|zÒ ;øpeW• ýSm',_binary '4©o\ê\ßAa30)ô7\nT[GegÿbGB\Ë÷ ›Ê¥','',0,'?'),(_binary 'r3O§\Þ\n6¢\áK\Ýèž©','wp-content/plugins/houzez-theme-functionality/functions/functions-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/functions/functions-options.php',0,_binary '´\âÐ¾œIdª\ïòP',_binary '´\âÐ¾œIdª\ïòP',_binary '_Ü,ïŠ³÷ $\ç%)UN†þ\Ò\ÏHPE\Ã÷—-*H’','',0,'?'),(_binary 'r5€\î\áxrØ…Û¢Š\ÎP\Ûj','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Retryable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Retryable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pcD>]\àP4]ý\Ñ\Òk',_binary '<š¦Ž\Åÿx©ÑŸ­2?\n8\áŸ\âŽVû\à\Ã\èò€µ','',0,'?'),(_binary 'r5òø·©lò±^™u{','wp-content/themes/houzez/js/vendors/i18n/defaults-es_ES.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-es_ES.js',0,_binary 'L#\Éö™a[ª\ãp.†z«',_binary 'L#\Éö™a[ª\ãp.†z«',_binary '—u+•Žõ\Øƒg¼E\0!Ž©þŒ\Ä´\Z\Ì*eÚƒ€','',0,'?'),(_binary 'r=\ì;€„ÙžŒ{õ\Î\â','wp-content/plugins/updraftplus/images/updraft_vault_logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraft_vault_logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ´K+\ÐsB\æn–\à6\ä\r',_binary '\Ùs\è\ä¬(Y\0–‰\Ô6þ;\ïqZ$S5$l:\Ñ\äq˜','',0,'?'),(_binary 'rI\0yg\×E!€£û2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„Ä¼« 0\æ\àÍ±\Ï\Z4[©',_binary '²a‰ ?\'œJ%;—NÄ¯9l\è\\tß°¼|X\ïö¦','',0,'?'),(_binary 'rI\á÷0gzwø‘\ãw]u','wp-content/themes/yith-wonder/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å½\Ì\Z›ž7…k{±\ã°#',_binary '¸=\ÖI\Ø\nþFû£aKu;‹Ó“i,Tôøb¡\"51','',0,'?'),(_binary 'rL\éñY\á9	\Ú&‹#þ:õl','wp-content/plugins/wpforms-lite/src/Emails/Summaries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Summaries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž9†\Éð¢\é5š0šXÁ`',_binary 'ç ¯©Áý¢˜¤B<b\äm\Ç\Þ[\àÈ˜ò<ø5[÷–9b\ï','',0,'?'),(_binary 'rN+–Ä©´#3\Ö\ÏWú”','wp-content/plugins/updraftplus/central/modules/comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p’‘ø¾Ê•[dVŠ@´',_binary '\ä`\ÅKh#\0-’\èú\Ô$A#±w\Z|\Ö=*ô>Nõ9©P','',0,'?'),(_binary 'rNY›¯m;Vkk\0QU2ö','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/TransactionLineItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/TransactionLineItem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DZ«Ó¿„\ê÷vMg}\Ò\Ä\r',_binary '\ä9\å¤7fv\éAñ†½\å\Éþj±\ÃE‚\Ýü”¬\Ú\0#‘†','',0,'?'),(_binary 'rO£,\Ó\ì\îx¶¯ñJz','wp-content/plugins/revslider/public/assets/svg/social/ic_pages_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_pages_24px.svg',0,_binary 'HÖ‘\"Xoª™\Ä3\áS	',_binary 'HÖ‘\"Xoª™\Ä3\áS	',_binary 'ñu¡Y©Ÿ*DS6/˜#\r§ú{g–Döm ýdŽ\0õ','',0,'?'),(_binary 'rQ\'\éš–\ïoT±±ú.>','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/class-redux-extension-social-profiles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/class-redux-extension-social-profiles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ¦¿{ŸS\Ýw¾\Ã’SÁ]',_binary ']=’\ØÆŒ \\„\Ä	8GZ{Ë²³\n74/\â\ë  n°^','',0,'?'),(_binary 'rQvI‰üu‚C\ì\Æ<€z\È','wp-content/plugins/elementor/modules/apps/admin-menu-apps.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/apps/admin-menu-apps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xt\ê/˜\×f¸\ßÍµJŒ',_binary '\ß:u~\Ì\Ã9uÍŸ`\î‚¡LVJ?\ë¹4\é\Ð','',0,'?'),(_binary 'rQ}€SD…5%A­\árª ','wp-content/plugins/updraftplus/images/udp-logo-white.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/udp-logo-white.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oø\Õt‘#¿¨,\\÷•~g\Ì',_binary '|‚0\×g\Ø<Zö\Ñ\\>:÷\\•ºô™©‡L;€Lh','',0,'?'),(_binary 'rVyY)µ\×r¾¯\nf\è','wp-content/plugins/wp-rocket/assets/img/icon-i-circle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/icon-i-circle.svg',0,_binary '©\Ê\Z-ÿn\ÓJlµ\Â\ËR7',_binary '©\Ê\Z-ÿn\ÓJlµ\Â\ËR7',_binary 'wL\áiý\ëü‘_¨~%|\"š‡8GÑ²L»ú>E”)','',0,'?'),(_binary 'rX7Ÿbê›³œ2\×','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ\Õ9UME˜b5Ï–\Ó\ÒÚƒ',_binary '³›\Âò\'k¾§ILc«w\\Ö¦M\ç\Å\Êö\çô8ú[a1','',0,'?'),(_binary 'rXV·(I®DI½\Ñõ¨~\"','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorEmail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorEmail.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']ñÔŒ›ƒ¦A<Úœ87\Ú',_binary 'V—:\\!\àºY\Ú\ç\ê]`À\Z}h¦hŒý\á	qz:…¨+','',0,'?'),(_binary 'rX•÷¼[N&°5ù»Š-','wp-content/plugins/houzez-studio/admin/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/index.php',0,_binary '\ï\á{J!u?}\î\çs•',_binary '\ï\á{J!u?}\î\çs•',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'rZ!_\Ö\ìÆ {l\á˜ðv$','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ectoplasm/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ectoplasm/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\ç F«B©Ñ¡\ëq¾`¥',_binary '$¨†o\é\î\Ð’\É\èv±:ù¼^•/JV\\†\Ø\ëmq','',0,'?'),(_binary 'r`	ÿz\Ì\é€!Ce-qº','wp-content/themes/houzez/template-parts/search/fields/min-land-area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/min-land-area.php',0,_binary '\ìu7\Ë8“5þKNO\ÍPf]',_binary '\ìu7\Ë8“5þKNO\ÍPf]',_binary 'V\ÙJ¨\Ëe(.³\ÊyœÄ™È‡H\Å\è\ìL\Ç','',0,'?'),(_binary 'raÕ®4\æŒtbo¼\"\Ìg6f','wp-content/plugins/redux-framework/redux-core/inc/validation/html_custom/class-redux-validation-html-custom.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/html_custom/class-redux-validation-html-custom.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a`\Î|¿½\Õ1\ÒØ·\ê°@',_binary '»ŽK«<1„F“sÃžces»t5\çR\"F²z\Ï\â\ËJ','',0,'?'),(_binary 'rocv\npšØ¿;ªü•þ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_failed_screen_bluehost.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_failed_screen_bluehost.html',0,_binary '`Â­°\"\Z®¢ÊŽ[M÷‡',_binary '`Â­°\"\Z®¢ÊŽ[M÷‡',_binary 'ƒ¹\á—i»½¤2¼\Ð<)\ÝËª¸gp—˜Dc\Û','',0,'?'),(_binary 'rqŠg/œN‰ðœ¨Ú¢\ßzü','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_flat_0_aaaaaa_40x100.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_flat_0_aaaaaa_40x100.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*Dû\Ûs`\Æ\"¼ö\Ü\ï‡\Ø',_binary 'z\Ú[‡í’¡r\Ö\Ø\á\\¥øþË–\Ö;5MömM\çtVž°','',0,'?'),(_binary 'rs±¯hvšG¹‚žz\Û','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeDataProfileInfo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeDataProfileInfo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³*2\×?*Fœ2˜„×³',_binary 'ÿmt\Ä\Â![°%µ\ÙC\Ë “Â‚&9\Î×·@f,I','',0,'?'),(_binary 'rtŸIÂŒg[¼\Ë; õ\ì?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rV\ÞN…ck0\ã}/õÕƒ\å',_binary 'n\ëK \ÐkZ\Â\Ö	À—ò± N$ Ÿ EÐš¹\×e\Ø$','',0,'?'),(_binary 'ru\ïµØ‚|?XõSñ9ª','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php',0,_binary '\ÓKÑˆc\\\Ö\0\Ü)\Ä\æ\Ö',_binary '\ÓKÑˆc\\\Ö\0\Ü)\Ä\æ\Ö',_binary '\Öj£Ÿ´¯¶Xwp\à·>6(’5J@Š®¼\Ù\Z\ëh\nBu1','',0,'?'),(_binary 'ryr¥U\Ú\ßw0r¿¤¡¾\×\é','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Tagline.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Tagline.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4R\Ý‡Gn×‡jVÇ¦š\É',_binary 'zZz\ì ¼…O{C³8\ë¼tô_¶=\ì\ÍŠ¦\Ï/š','',0,'?'),(_binary 'ryÊ“Û­‰s€\Ý\ÐlD\Ñ÷','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Management.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Management.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VT½¨ci\n·Œ\é}*\î	¿t',_binary 'ü\Ó|^]\ïºÊ­\Í.©ø -\çÃ•\Ë\æ`·•AœQ\à$','',0,'?'),(_binary 'r}q\Õ\Ô2’uý\Æz\Ð5\ê','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\07Jì¤³\n\íF\Ï2\\xFu',_binary '\ÎB\Û%;÷eaø\ÊóO–\ÃaWú\Õ\ã·n<‹5','',0,'?'),(_binary 'r~™@aŒfx.ð›\ÆQ®\ê','wp-content/plugins/elementor/assets/js/frontend.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/frontend.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nfn„­283h…‹R¨U\æ\Î',_binary '/‹(À\ÈH÷³diþs1\Ó/© ¦±½«]ƒ±Krƒ','',0,'?'),(_binary 'rµô­¡ž\Ó\Ë\ß[','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'r€5<\0\Ø)ƒŒQ\Ýú6\ï¢\0','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg',0,_binary ']À\Åö\ì;ù\ãŸ\ë\Ù\Ãs',_binary ']À\Åö\ì;ù\ãŸ\ë\Ù\Ãs',_binary '%\æ6Ž÷¨cL}V°6iõeÿm­WŠYoWLJSþ\æF','',0,'?'),(_binary 'r‚8K\æ˜\Éf-\ä\Ùx§öH\ß','wp-content/uploads/2020/09/streamline-icon-construction-paint@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-construction-paint@64x64.svg',0,_binary '–ñ|ª¸\ìCLA\Ä\æw\Ã',_binary '–ñ|ª¸\ìCLA\Ä\æw\Ã',_binary '©Z\rž\ã\"§þ7÷\Ñ=A\Úy/4c&C²%•’_¦\Î','',0,'?'),(_binary 'r„\ÔKùO¯¶*\ï;\"š','wp-content/plugins/insert-headers-and-footers/includes/icons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/icons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_%ª^tkdz+(qÎ³H',_binary 'U\Óoºkaö»_KŠ‘U&Dn°\Ýyz¤ô\Ýo¦j¥*¬@Ö‹','',0,'?'),(_binary 'r…óAGµ´±›ô0»ž\Ç','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/RandomBytesPseudoRandomStringGenerator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/RandomBytesPseudoRandomStringGenerator.php',0,_binary 'ÀÞ°5\Ê[\Æ4\àqB(<',_binary 'ÀÞ°5\Ê[\Æ4\àqB(<',_binary '”°\Âÿ&\ÒOC&ø-G´u»„c\ÍØŽ6dG\\\ÕC¥','',0,'?'),(_binary 'r‰(nÕž¨ój\ç—\ßb\"','wp-admin/js/media.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/media.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î\'(šlo‘(01ou',_binary 'Hž•Àyˆy­Ð±\Î\Æk¥1‡Z/\Íó¨IvDùú','',0,'?'),(_binary 'r‹p\r$Ìžs¯ÏŒ8¼\â\Ã','wp-content/plugins/revslider/public/assets/svg/action/ic_class_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_class_24px.svg',0,_binary ';ªžCYµó;hùP',_binary ';ªžCYµó;hùP',_binary '²‡˜ü\Z\Èq27:œók“½~¨cL:„m‹ô','',0,'?'),(_binary 'rŒ®6\í®™\'&µ7p¿%','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Account.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Account.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'XQŸ¡\Û,¬¤¨`jm›û',_binary '±‚<Qw/\ÝvUe‡1ä–¯\r¹#“0‹$\Ó¨\éLP`†]4','',0,'?'),(_binary 'rŽ\ß?ñ\Ö[4³`HJÓX ','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Synchronize_AdSenseLinked.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Synchronize_AdSenseLinked.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[UgZ\ê\r\\Œ\ÆAÙr',_binary 's\ì\Â\Z›~n{¤RC)\ÑQŠÝˆ@[­?E\ÇajO\å4','',0,'?'),(_binary 'rœ,-h\'g¬·ò\Å\"\Ç.ö','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Message.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Message.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Eñù\×\Ì:Ï¸x\Æ:S\ãŸ',_binary 'Ñ¤¿…ûI(\ZI³¼Cd\è\Ï\Ö9Aý\ê2¼ú‰yL7€ÿ','',0,'?'),(_binary 'ržfh‚ö¼ºk±¡¬\Ü\È\Û','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/CombinedSelectorNode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/CombinedSelectorNode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JRš!&utÝ¦@RÁ\Í‚',_binary 'v¥Sµ[R$!\Ý_›÷\nøzõ¡H…À.`¥…ŒWxÀX\\','',0,'?'),(_binary 'r£$W\æ\Å3\í+¬Y®]üñ','wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ã™“ŠÕ¾þ\Ä\È@^Ÿóf',_binary 'ÅºŸŠ¾™]p\Ñ\Æ¯ž‚\r¤xzû\ÓÀB-po\ÇF\é/!u','',0,'?'),(_binary 'r¥¸lgõ\ã\ÄX \ÔTð','wp-content/plugins/revslider/public/assets/svg/maps/ic_place_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_place_24px.svg',0,_binary 'I‚}Ôš^¨\ÑÞµ\ÊQ\Zw',_binary 'I‚}Ôš^¨\ÑÞµ\ÊQ\Zw',_binary '\\]:\ã³0²\Ãcø°A7’kö¿±T¾§\å`ª£\Æ	(ýœ\0','',0,'?'),(_binary 'r¨f\é\á\ÄŽik\ï\ËZ>','wp-content/plugins/redux-framework/redux-core/inc/themecheck/css/admin.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/css/admin.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹c\ÈÊ½Á{\îó®\Ñtè¶',_binary '…+<\äŽ\Þ,£L8$ \Ä\æž \ï”aNõ‘\Ôðn›½\Ù','',0,'?'),(_binary 'r©®\ã_G„†‚ªÿ\î`a•','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/midnight/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/midnight/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'r¬I\ß=º\ìNxX]-\È1','wp-content/plugins/elementor/assets/js/packages/query/query.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/query/query.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary 'r³ \ÃfŠE„Mm\î\Éa^\Þ','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/CookieJar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/CookieJar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É{Ž¡\áŠYzž`\Ðw',_binary 'p»µw¸G\ÎY/öûE\0®¥6üt\× ¤EÇ¶t','',0,'?'),(_binary 'r¶jò‹”\æ¢c’Ñ‘÷Z\Î','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services/UtilityService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services/UtilityService.php',0,_binary 'ñŸ\í±$eGeU/A¦Žu	',_binary 'ñŸ\í±$eGeU/A¦Žu	',_binary '†º\äS´¡u©K²½\ÍP\Ç{\îÁÕ¹\ÄvG\r»w','',0,'?'),(_binary 'r¶Ÿö\á&Eö\ÊeD£q','wp-includes/blocks/social-links/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"(R²µùlˆ˜5§Bõûù˜',_binary '(d7\ÚNm\ç^ÜžÁuôz\çm\åÏšÄ¦„ró2•\Î\Îkª','',0,'?'),(_binary 'r\Ê\ë®-y;—n\â—}šv\í¿','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceFilterExpression.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceFilterExpression.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ít·c°\rñë¬—¡P\äm',_binary 'ˆ›, Aÿ\á/SzI˜\"\Ûvh>\ß\Í$3\ÛN','',0,'?'),(_binary 'r\ÌòóU_\Ä\Ù}\î7K\Ã','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php',0,_binary 'O\é*!*^Ý©®-yœô',_binary 'O\é*!*^Ý©®-yœô',_binary '„KÝ£™M\ÞS”\"UE®Ë¶16¾V¿ó“½\á%˜Á,\â','',0,'?'),(_binary 'rÍ†uŽ0ð\0ü}9K`ÿõ{','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataSharingSettings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataSharingSettings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ€ö~X\ÞRT)\Ç',_binary '\ïúj±y>Vš¼\rX¦%\ÖŠp®\â+\n­+„\Ö\\!a\Þ_','',0,'?'),(_binary 'rÒ¥X%\Û¢úšN\ìT2_','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/currency.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/currency.php',0,_binary '2\Î#,RURµ¢\è\äg',_binary '2\Î#,RURµ¢\è\äg',_binary '\æ¿LžD|wy1¢Pc7/];Iìž¤ýN¿©¾\ØF}’','',0,'?'),(_binary 'r\ÚÀ€\\;\àA\åpE','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/PerformanceFeature.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/PerformanceFeature.php',0,_binary '²ôÔ™¶\çŠÂ›½þW´\\',_binary '²ôÔ™¶\çŠÂ›½þW´\\',_binary '#L\r\ÍH?ŽÿòR%_®gþP]\é\ÃV\×r\0\Ý\äfþ~\Ï\Ý','',0,'?'),(_binary 'r\á4–GR\ë3X#%s“r2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-900italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-900italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';\ä\í\Î:ynà§¢)9°',_binary '\ì7öÄ¢üµ\Þ%\×l$¯r!\Öa\ç\Ë3-/\\jQIõi–ó','',0,'?'),(_binary 'r\á³\\4¤M-{ˆG\Þ\Ö\Õ\Ì','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/printer.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/printer.svg',0,_binary '\ÅzüiÊ\ZÕšñ­\è»\æ‰\Ï',_binary '\ÅzüiÊ\ZÕšñ­\è»\æ‰\Ï',_binary 'kRVöýõ\Ð,ÿ!n“Š8º\â9ýùÅ„?\çŒ\ê','',0,'?'),(_binary 'r\åônz\0`Š]–e\Ò#+t','wp-includes/blocks/comments-pagination-previous/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-previous/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#–nq–6ÏŸ\\ô€°\ç',_binary '\0õe\Ó\'“a ¯ö2¦¾A\Ý\ì=Fd]0—•$f*\èd@','',0,'?'),(_binary 'r\è3\Ûe\\ö\Ì,S„q','wp-includes/class-wp-block-supports.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-supports.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p}¾~\ÒÜZqô#|›',_binary 'Ð¡40‘-\\\Ðh}DÑ‚J\ËS!2±ÀôƒUEd<','',0,'?'),(_binary 'r\é_\è/™\ÍHG=\Í%—<º','wp-includes/images/arrow-pointer-blue-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/arrow-pointer-blue-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%m\ârÞŒ]4¸9c\Ï',_binary 'Á°{&DOÀz›\ÓA…fó/\É\ÏgÃ¡­†\í\Ï\ÄA]~À(\ç','',0,'?'),(_binary 'r\éör‡(J¯g÷(¨y­t','wp-includes/js/mce-view.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mce-view.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û\à(òa3[»†Œ\ÏM\ë™z>',_binary '\âB\í	\Êð=<G½cþOž\É.€Î·7Á\Ûù\â±)f‰\Ö\Ó','',0,'?'),(_binary 'rò†\îj€†·ö¶ý7ñ0^','wp-content/plugins/elementor/assets/css/app-base-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app-base-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a(€€°%©úl\0\á',_binary 'k\ìN¤\íH,lM“jsª\ÅZg«Q4¸#\æ\ÔAVOHN£T','',0,'?'),(_binary 'róQ³û”oúˆ\ÒZ\ã>\Ã','wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À.Þœ¸\å${~,`l<',_binary 'Om\Ëg\\£\",YÆ²\ÈB8Z\ÉO¤\Õ	#÷\Å\Õ	º\Z¤','',0,'?'),(_binary 'rómõt¿@ñ\ÔU\Å\Ð6-˜¶','wp-content/plugins/revslider/public/assets/svg/notification/ic_power_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_power_24px.svg',0,_binary '¢®`p.*\æ‰ºö',_binary '¢®`p.*\æ‰ºö',_binary '\Z·O&\Ä†\æöh\Ï\Å4„nÜ²ž°Q\ì	¨ŒŒ\Í','',0,'?'),(_binary 'r÷)\æ¡ò\éþ\Òe\Úülü','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“¡F)ºLx\â\ÜÕŠ/1\Ýô;',_binary '±‚9„›±g\ì+t¾¥\Åx[¢´ü\ác\Ø0GOrö£{Át','',0,'?'),(_binary 'rø—h^Ž\ÉŒg«=\Â\Èû','wp-includes/blocks/embed/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ™\Æ\è/›†P³\\A8\ÝX\à',_binary '\Ó0\ÅEž\ÃH³\éõŒC\åŸ\Ýg\\ú,1ùm»¦#ú5}˜','',0,'?'),(_binary 'rù\Î\n—\Ûb°•#ð©\é','wp-admin/css/media-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/media-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n‚\Z‹¨2ßˆ¥›\Ôyð',_binary ')¹t7¼skü©\ãµb 3ø\ÞÁ’\èFM¬«\É8¶@','',0,'?'),(_binary 'rù7²\È/y*¸aÚ›P] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B¡VŸ\í³F\×\ä\'£\èjno',_binary '±\r\éKœaTžE½f<MhM¹\ÐÀFŒõ(\ì›\ä\Ü\Õ\ï4P¾','',0,'?'),(_binary 'rûƒ´Mý\ÂkÁ7\îx4¯H5','wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent/DefaultContent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent/DefaultContent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\Ê\0Í§´}Y8\É\Â\Ðd©]ü',_binary 'ÁÇ½Æ–S¼,ÇŒiUY4n)\r¹\ÖE\Ñ4þ›Í¹','',0,'?'),(_binary 'rþ7«·>„F	sŒ\"\×)\È','wp-content/plugins/elementor/includes/controls/groups/flex-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/flex-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð\ázNÕ²ø?1uZª',_binary '\×C\"` µ@\Ð <4¡\ÓÄ‚Ã®\0g ýƒ>ªÝ±j-','',0,'?'),(_binary 'rþBt*”¿\ÜI\ìb\Ü{T\'','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Coroutine.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Coroutine.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜK‡<\'‚\ê\ro%øm',_binary 'ø\Åfüe= ¯ƒpŠB\æb¯±ûUn‘\Æýg¢÷’','',0,'?'),(_binary 'rÿ¿¶¥\Îýº*ƒ™-(','wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äm6ú U\îlS\à¡`',_binary '¶º(”Â¿š®‚¤…ƒúGµ\"‹-\Z±“¨L\Êh ¦«9 ','',0,'?'),(_binary 's\0\×eGS¶»¯í®¨®\Ê','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u¾]Ò¼~\Ã8\ã\ØN\ï\Ðt',_binary 'h\Ë=¶tjA\ÌûŽ>þ¹.®ß¹\È?÷¦{²h­\rf$ŒUu','',0,'?'),(_binary 's\Öú+l”L¶]ªS\é\Õ?','wp-content/plugins/revslider/public/assets/svg/image/ic_movie_creation_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_movie_creation_24px.svg',0,_binary '–|>¥ö\Æed:»\Í\ØU',_binary '–|>¥ö\Æed:»\Í\ØU',_binary 'œ\ìX\Üc\Ì\Zª™3‹ø\ãV.½M(­”\Ä\å9rL¾”i','',0,'?'),(_binary 's‹À?\Ç\âoüjzÁ¥¥','wp-content/plugins/elementor/core/files/css/post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/css/post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\Þ^;\ÍÓOÐ©®=„‡',_binary 'Xl £2\Ù~û/@”tø9\ê2ù\éÀ4ù\×’­ù<“@','',0,'?'),(_binary 's3.š4eY\0\Õ\ÒùW','wp-content/plugins/wpforms-lite/src/Admin/Traits/FormTemplates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Traits/FormTemplates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷#U¾®œ\ÖÀ)V\ßS;',_binary '–û\ï\Ó=9ùb>\í…	©\ìv,\Ö\Í\Öj†\ÚI‡!¬Í–\Î','',0,'?'),(_binary 'sò‹«As”Y¼ºø¸D]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ð\ã(û_¸¦©0tKG`C',_binary '&I¤Taôw0^}ºuT:·\Å]÷F­€vB+Žò','',0,'?'),(_binary 's\ZP×…evŸ´BÇ´«','wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–N¡Rr\Ð{BŸð\Ý\r\Æ\ë',_binary 'r–ù>­G„\Ïÿº\Ô\Í6\Ýu$\É\×Y ¾+5ù,2]','',0,'?'),(_binary 's¹\Û‹$œ³z=c\ê','wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4ƒXfS\ÞS»z/ŒBöÛ ¼',_binary '6\×W‡1cŠ…Bg†IÛ­\'dË¢º¶Á?!,Ø£','',0,'?'),(_binary 's(#­<²/œú4†\å\0\Î\Õ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',†(¶\Ôö^\çõN4\í·',_binary 'Ü¤\ÜR#»…li„iciÁ¬\É:3\ì‰QG©&h¹_Æ§','',0,'?'),(_binary 's)O\Í\Î•\ê¸Á6‡øª¨','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/bootstrap80.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/bootstrap80.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó\'¿\Ù\Ê$/¢(8^¨\å',_binary '´Í½\à¬ñ	Ü(\ÏÝŒ‡´XOZ\'}VùPÄ²¬O','',0,'?'),(_binary 's9\Ù\r\Ç&—yDû_Œ¤¨','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MinuteRange.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MinuteRange.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\Ô&ôiBüÔŠ˜×<«',_binary '`n*¯5ªÏ½W\á¯y\\€öûþ*5/ý=\ê6O!ª','',0,'?'),(_binary 's?F\æ$\È<÷\Û\çô(YŸšm','wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.svg',0,_binary 'B¢T\Ú µž}¬9\çŒO¿',_binary 'B¢T\Ú µž}¬9\çŒO¿',_binary '—‘\Ý\Ä,:4‰^a˜ø\Î{rrC‘\":Á9\"\Ûn‘*\Ñ','',0,'?'),(_binary 'sD‡‡‹ù\Ë\ìI6Š„|Uö_','wp-includes/blocks/post-template/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'KkD§\'\Ê™2€À‰\Ô',_binary '\ÖE¬2ì°;+i_\Ð\ßÀ\Ð«B\ã\à;l*.ò²\ßBº','',0,'?'),(_binary 'sFE…\à„¥!ý¨\ØmðL(U','wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù\ï \nV	­:UË¢N÷b',_binary '¡=!üv\Ê/Éq±!4=^\Þr37›\×wö\ï©9\ÍôT','',0,'?'),(_binary 'sGBO8\ã8&7p.e\á\ß','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/build/index.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/build/index.asset.php',0,_binary '\ÔA»1v+8_Á.¥0\æU^',_binary '\ÔA»1v+8_Á.¥0\æU^',_binary '¨p\r0yhT\çp\ß\è\Ä\ÆQ”\ÆW#UMl\ëW\Óu²','',0,'?'),(_binary 'sL–Y\Å\ÎC›‘aò—','wp-includes/blocks/embed/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\º\"m®]Œ®@‘\Ý\ÂCò\Ó',_binary '*þÄ“¾#FÏš\0j²‚\ÙkŽö¿‚‡5h™5ªÝ¢\Ç<\î\×','',0,'?'),(_binary 'sO‡\ÔwðKÀ»|\Ç\n\Þÿ','wp-content/plugins/redux-framework/redux-core/class-redux-core.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/class-redux-core.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î QŒK¿j1f\ã‚\Ùd°\Í',_binary '\Þ ¯3Bh?ò@°	/6Å¯Ž9\\d …7«\\ò','',0,'?'),(_binary 'sRª°#\ê\\x7…}w\íò\ìK','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á7\àƒ-\Ô\×m°`¬ˆ0E',_binary 'nP\Ä\Ë8±½‘hG\Z’¸;ùº]\Ù\È)²DKœz³R\Û\Ã','',0,'?'),(_binary 'sWö|ƒ‰/˜öžqTE','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Promise.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Promise.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3­+®¶\Þ8AbÒ¢Ó¬\n',_binary '\ÙH\ï`¥¿/´\Î\à‘\Îù6›8¡W‰Pa\Ô\Ä\Û\'c','',0,'?'),(_binary 's]¦Ù²¨œ,o\×xð0','wp-content/plugins/wp-rocket/views/settings/page-sections/dashboard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/dashboard.php',0,_binary 'ø­Âˆ“m§\ï¼r¾~–',_binary 'ø­Âˆ“m§\ï¼r¾~–',_binary 'ˆ\0®j\ê\Å“ ×–yø\ß_ƒV?ó\"U\ß>t\ÎFa!ªÀ3e','',0,'?'),(_binary 's`±\Øqi®žˆ¥GxF¤ó','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/fire.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/fire.svg',0,_binary 'ƒ´Lƒ\Ä\Ó&X2\0 ¡Ñ´\Ï3',_binary 'ƒ´Lƒ\Ä\Ó&X2\0 ¡Ñ´\Ï3',_binary 'FQŒ\ê	—Óµ®\É\rK˜5&eS_*¥W\ëFšev¥‚','',0,'?'),(_binary 'sai\î&ª(iVX	<\ä','wp-content/themes/houzez/framework/metaboxes/property/settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/settings.php',0,_binary '·\Ð÷\ØÅŽ\Å\ÜZù\ÄeJ',_binary '·\Ð÷\ØÅŽ\Å\ÜZù\ÄeJ',_binary 'A·«B-\Ö\íôcŠ\Ów6ÿFE\ËXN½øðú,÷','',0,'?'),(_binary 'saO¸Yˆ,~ràµ­k\Ã','wp-includes/blocks/search/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–\ÜPŸM\á\È\Ó8¹;\îq ',_binary 'tzFª\ZV$!\îú\ÜðfÁ\Ã\Í&d7XLû3\Ê<\é\Í','',0,'?'),(_binary 'sfL\íô\ÜFTñ®aOü`\à','wp-content/themes/houzez/property-details/mortgage-calculator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/mortgage-calculator.php',0,_binary '[ú\Æ\×M–<W%Òš\"\0\Z',_binary '[ú\Æ\×M–<W%Òš\"\0\Z',_binary '6]\È÷”Œªù¼É“\r\ë+Å¡x\Ò\rŒö\Â\èó&\É\0-5','',0,'?'),(_binary 'siŸ ^;gTp%ªú\Î_\Ý','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient/StreamingClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient/StreamingClientInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',²¼-3J+Š\Ó$…/',_binary '\àZµ\êº\'\Ä\ß_&2Š\àuz´ôp¢+\Ù €-T“','',0,'?'),(_binary 'skj\ÓõHa”·@.Ü„','wp-content/plugins/google-site-kit/includes/Core/Util/Exit_Handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Exit_Handler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')Y\Ý\ìIö\É~9‹/¤ø\ï',_binary 'o=M—E”1B\Èð€n’ø:ý\\Ì§ôôy\åŒ€½†œV','',0,'?'),(_binary 'so•¼Ž«\ê\Íel\Ò\Ý¿','wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';\Z’¼¢4sI$Š‡M\Ö',_binary 'Ö¿€u˜Ùƒ\î\ïäƒ¯²\Ûû,NiU\Ù\å9tmILº','',0,'?'),(_binary 'ssS\Ü\È_\âL\âŒ\ë\×T¥œ','wp-content/themes/houzez/template-parts/dashboard/submit/account.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/account.php',0,_binary 'V†\Î\Ã\\Ø·»D/[\ä\Éa',_binary 'V†\Î\Ã\\Ø·»D/[\ä\Éa',_binary '®±H+\ì«`9\æ_d–q‚:F÷«\Ã3Dõ!O.SI','',0,'?'),(_binary 's~=#\Ø`˜y\Ò‘\Ó\ìv','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(°ü6ò\çM­(b\ìK¶',_binary 'X\ä£B»®“7pL¡:a¯\ÞZ¯°K€\Æ\ÒB}g\ãCr\\','',0,'?'),(_binary 'sƒ+ïº—l´\è\ÏV\è+C','wp-content/themes/houzez/template-parts/half-map-search-results.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/half-map-search-results.php',0,_binary 'G_„‘^\Ò\ëI¡\Ý,7\nB',_binary 'G_„‘^\Ò\ëI¡\Ý,7\nB',_binary 'Šý–ñSõ¤~¬*Y\É3jx\Ê%µ\Ù\Úw;iG\ïž\Ñ','',0,'?'),(_binary 's†¹­h÷˜ö\rªõ?b0$\Ú','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>;CÇ±^3©‚L’ƒYl',_binary 'ú¢\È‘lúú&*ú\ëZ¢ ×¦¬c´\Ñb›3_','',0,'?'),(_binary 's•ñK,fª\áž\\§\Ý','wp-content/plugins/wordpress-seo/admin/services/class-file-size.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/services/class-file-size.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡l [_¸=oK„·F#;',_binary 'x_vw\Ð\Þ\ç”?r~‘ú›x?\á†}„p¢ñn\è’\íTI7k','',0,'?'),(_binary 'sŸ2\0e)™\Ê\Ô\ïÿ£”Ü‹´','wp-content/plugins/updraftplus/methods/dropbox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/dropbox.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nW\é1®~kbš¯=ýòP',_binary '†-%EûI\è\"xo\ÃF]Œ¶\Î&ŽS$\ËzLN9gû¿žu','',0,'?'),(_binary 's¢œ˜›/2\î\'%³5¤ô','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/icon3.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/icon3.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z$Z™¢0öõ\è´a\Ïf',_binary '´˜øe8‘@o[$œt$0(\n”I~û=\ÂT¨¡\Ùw oJ','',0,'?'),(_binary 's¨V-\"™\Ú9s‡0\'‘o[ò','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_zh.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_zh.js',0,_binary 'cŽ}ï²ƒúJ^Ð¬iy­',_binary 'cŽ}ï²ƒúJ^Ð¬iy­',_binary '„Lƒ¿Í•µC\'´¢\ÌHF®ö¬u^(³`^s° q€','',0,'?'),(_binary 's±Œ·ý}\"¥pc<\Í\î«+\Û','wp-content/plugins/elementor/modules/link-in-bio/base/widget-link-in-bio-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/link-in-bio/base/widget-link-in-bio-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°mmxmJ•}3\åz€	@',_binary ')·C\çDn>_\ZWös—\Ã)Îª¶\r«Ý¾ˆ\Ðjüô—X:','',0,'?'),(_binary 's²E¸Îžq\Èp°B\í\Ú\Ö','wp-admin/css/widgets-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/widgets-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\Œ¶CiõBf$\ãN\Ñ\Z‘',_binary 'Z…Vó\Ò\Ò*ùožó¶üŸ\Ç Ì–§“\"\á*!:’[`O\Þ','',0,'?'),(_binary 's³©Ñ“¹ópž¸O–*7','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I`_¹u÷+	\å„{°\r	',_binary '\à0­•ª–Ÿû\ÚðTV°\r\Çc±\Ë%]*»ó{\Ýú˜','',0,'?'),(_binary 's´¼¢Bó¿¾9)¢‘ú>','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ListTable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ListTable.php',0,_binary '°­\ÃJ¬‰\Ù\ë‘\Éú<\Ý}—\í',_binary '°­\ÃJ¬‰\Ù\ë‘\Éú<\Ý}—\í',_binary 'f.\Ó\í$õ\Í3š\Í:ÊºO.\Ê÷r\á^.oM‘\"6','',0,'?'),(_binary 's¶\r©ô\' n=@²òû','wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å Ù·üh‰XÁ†¥þ8-C',_binary 'Pr\ïýFñÀd\Äü{?\ØZS2\Ùt\r®š•µ¹\Ï','',0,'?'),(_binary 's¸\ãlY\êýcBB20˜','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityAdWordsLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityAdWordsLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áD\ÌFƒ\rV\åž\Þpž[»´',_binary '\ì^Œ\Ù]\ì”&l\Î\Ýùj“Knç˜¯º\ÍzD7]EÍ’Ž','',0,'?'),(_binary 's¹D*\ìhžõ©\×õ¦ûXW','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ójpº\Ò\'±û\ä¿Á\êM',_binary '\Z<D\ë\êótuEÿ4{:Q\Ô\ï´ú|ò\'óV&<Û:\ì|','',0,'?'),(_binary 'sº\éM0›\ÑcT\Å\ÄKY@Y','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/UnsupportedGrantTypeException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/UnsupportedGrantTypeException.php',0,_binary 'ñ]O+\élp.]ô>A—kŒ3',_binary 'ñ]O+\élp.]ô>A—kŒ3',_binary '²@š¸–Ê´J\Ñˆ@F¨{\Ã\Ì#ß¤@e\0+ŸZ@','',0,'?'),(_binary 's½±;Ê†\ÑQÅ™;Ä´ \'a','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±Ëš\É=¦!Ã¤q/ªz',_binary '¶nùõ ÿ\äGwû6|H}\Õ!x­ø \à\ã~','',0,'?'),(_binary 's½¼\0È…5Ž¸„Å’<š5\ë','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/build/index.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/build/index.asset.php',0,_binary '¼g÷½8˜(üõ•+“c\Ö',_binary '¼g÷½8˜(üõ•+“c\Ö',_binary '7\áñ¡\à·\èªÐª%gyô|£rÙ€\\ª\éÝ“—û','',0,'?'),(_binary 's\Ä Q# LN\"c£\ìN*','wp-content/plugins/wp-rocket/views/settings/page-sections/tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/tools.php',0,_binary ')\06:šXº² \îx\Öö',_binary ')\06:šXº² \îx\Öö',_binary 'N:¢RÚ–ˆ}H u¾“BšMd\"\×\èÀ\ç\×*ŠÛ¡]','',0,'?'),(_binary 'sÆ“§\É\ì½DO‡ j\Ó\é\ã\Ñ','wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´´~¹\r\'\ã\'¶ö¼\\	\à',_binary '–\Ê:	–R\'i†›\Éw‡niWx“x\çÑ\ä!@X	˜w','',0,'?'),(_binary 's\ÉP|U#\'ka£¹’¨®R','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Patterns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Patterns.php',0,_binary '\è¾ó	e?~·v÷¤%',_binary '\è¾ó	e?~·v÷¤%',_binary '\Ý2_ÁJ©®\Ä]ô´¼\Ò=ŽQm£É±z0\Ïq¿¥‹C','',0,'?'),(_binary 'sÌŒ•_1]9\ìŸ9)\ç}','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³a^q\Ê-5\ÑEZC™\Í\ÉRA',_binary 'ª›\Þ=¸s—-oS£@œ\à\éTœA_ñÊe<E{B\n\Í','',0,'?'),(_binary 'sÑ‘0\Ì\ÙW6Ö¾×¤X\Ê','wp-content/plugins/revslider/public/assets/svg/av/ic_sort_by_alpha_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_sort_by_alpha_24px.svg',0,_binary '+—Mõoú%¦|\ëfiš‡',_binary '+—Mõoú%¦|\ëfiš‡',_binary '~§\ì¶x‰\ÕØ´«{xÞˆ>6¦Øº£n>2Eo','',0,'?'),(_binary 'sÑ¦A\á®%\ÑH±Bƒca','wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÐK\Â9³w€%¨.\ÑXx\é',_binary 'ù+M/ùijh\nŽ²\0˜_<»\rLÅ£L\ë9W','',0,'?'),(_binary 's\ÓÁÿj\ß\ÓÆ¸\Ð<úÜ—\Ì','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Dimension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Dimension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éXŠ0\Îj¤ÿ@£\ÖM',_binary '„a!\Ù¸9|x{»ý\ÒjN*4†\ê¹v\ÌL˜Y\Ã×ª\Ãd\Ç','',0,'?'),(_binary 's\Ü0ylóêƒ‹D\\£…\"','wp-content/plugins/wordpress-seo/wp-seo-main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/wp-seo-main.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ¹}5{Œ¶¯Y€ºeƒ\È',_binary 'r.¢DÀõ•F2[0öF/(‡5\Çi¯\ÖÙ”®´bC','',0,'?'),(_binary 's\Ýhz¸\Æ8™x\àŒ\ßC‘1÷','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v5.php',0,_binary '6fn¾+#OZ…vµ»\É',_binary '6fn¾+#OZ…vµ»\É',_binary '\Ù\îõ\ÛgSˆÞ§	±=¹\î\â_^¤XZ¿Y\äµÝ\È#ùŽ','',0,'?'),(_binary 's\ÞÅU\'÷\ìÀe@¡d‹','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ò’:ñ…K\à[\ÏIw\\‰ªg˜',_binary '`e¾‹	“n²\í®O¤¢\ÙJM§%³N\ìhA\ï¯{ghÁf','',0,'?'),(_binary 's\à‡$\á\á)\ÏnY\åÕ»','wp-content/plugins/houzez-theme-functionality/statistics/houzez-statistics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/statistics/houzez-statistics.php',0,_binary '`3¬\Ü(#\ãN\Ý_%û»',_binary '`3¬\Ü(#\ãN\Ý_%û»',_binary '«KfóŽa° ^3\à˜ô\Ê\äb*¸X3÷([¤»RüAþù','',0,'?'),(_binary 's\á\í¸4Œ ¢‘R¿X>OŽ','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h…^n=(Š±&¡ñÝ‚¶N&',_binary 'S²óDIBÿz\Ñ_-?(Y\Î\ãpE¥yûÆ¹A¡','',0,'?'),(_binary 's\ã9=¤t´\ìo\ÐÙ•¼U','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0\í\nS–VþÎ™¹¢\ßrŠu',_binary 'Mƒ\ÓNò£\ËŸš¨¼žHðCW\n\Â\êÊ†Yr¤s\\#\í','',0,'?'),(_binary 's\å\\¹\È\Ö%rpƒB_\0F','wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-3.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-3.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P –À¾¸\Êquj4\å\Ä\ÓJ',_binary 'U\à\Ì>)W»±™aQ\Ë&ªœ\Ù\n \n˜„RAJ`','',0,'?'),(_binary 's\ç\Ð<¾B)µ{Kg•»¨\ÄO','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«Œ™gò”;\Ã5JDc\Ë',_binary '<\ê\Òð \î\"R{¯ó¼1}6¥yœµ’»6o\Í','',0,'?'),(_binary 's\éV\åfk·À·ðF¼\×+','wp-content/plugins/elementor/includes/widgets/wordpress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/wordpress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(\Üj2\ê£\ë£)(ú­õt',_binary '\à¹\0jwI\åZõ\å\Z\×öø5ò^Ó«X‚0¤','',0,'?'),(_binary 's\ì\ÃË±ŒY*u¿©\áO„','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’ñ^Ë€JÎ—rhZ/Na$',_binary 'À§\ä	:€\ÜH’\×0vˆ=\ÒT\Ñ$b\ëÔ†ñ^s\Å\\71Í','',0,'?'),(_binary 's\ï¶À°ž\É\É\ã)±…m','wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/Integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/Integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`	K\é„lsS?\â\"',_binary '^sÎ—\"-þ8oR€°9Òˆ¦û\ì«ú\ì‘õjš','',0,'?'),(_binary 'sð‚\Î\ç\Ð\Z\é\âòª\ï	U\Í','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-dollar.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-dollar.svg',0,_binary 'A\Ði\êS‘6k®ô\Ø&:o¥ý',_binary 'A\Ði\êS‘6k®ô\Ø&:o¥ý',_binary '5\ÝD³5y\ã\0»˜Æˆ\æ\Î0I&rZ\ÜA‹Y=’Ÿûd\ï','',0,'?'),(_binary 'sð°@wþ§¡Ž','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-easy-digital-downloads-a3b438fc133106da6a33.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-easy-digital-downloads-a3b438fc133106da6a33.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ=M·!M\Þp?ñÈ²@!h',_binary '\ì¶}‹{t|\Õòmzs¿‘M5\Âü#N\å8I(x‚„','',0,'?'),(_binary 'sõ.¢­˜\È\í\Ú?Á\îa¯','wp-content/plugins/revslider/public/assets/svg/device/ic_widgets_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_widgets_24px.svg',0,_binary 'ðƒPÌš\Ü]¯|‰SN',_binary 'ðƒPÌš\Ü]¯|‰SN',_binary '0{K­š^–ž®\ê\ËB€F!mDq<\ë¦	\í¡\Õ\ÌB','',0,'?'),(_binary 'sø\ïˆü*TV©1¯oE','wp-includes/js/jquery/ui/effect-blind.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-blind.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O’`\Ç4o<X#þ½‚‡\ç',_binary '¼aiî…\ß[\êI©7î¹·\Ìõ\ìJ˜H&¹\Ý\êG—vc','',0,'?'),(_binary 'sú­\r=/¨ÏµPù\"û0','wp-content/plugins/wordpress-seo/src/user-meta/domain/additional-contactmethod-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/domain/additional-contactmethod-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&qà·¿·¢“ó8mÄ¦\Ô\Û',_binary '\Çp\ëA˜X#t\ë\Ö7W=bs0„rœeF	„\Æ\rGf\Õ2Y','',0,'?'),(_binary 'sÿC4M¾*µ¾*B«)µ','wp-includes/css/wp-pointer.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-pointer.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è,\ÜÔ§\ï°ñ(þ«0(y',_binary '°®Ijþõ6Ê„ü{—£éˆŠ§‘\"ó	Ô®ió6Ç­','',0,'?'),(_binary 'sÿ¤j\'H]¥{4^ý¿û','wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼ˆ}_ç•®)1U)E\Î¼',_binary 'i‚\Í»½\åÜƒ†L1žõF:¥‹ùjb£ð\Õ<°š','',0,'?'),(_binary 't\\D´	Zt ^­\r7¤¿','wp-content/plugins/elementor/modules/admin-bar/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/admin-bar/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ’R±^½)¦*\ëd– \×G',_binary '´\ë†~qy0’&<Z.ËG÷\ë–M@c^¢µØ¹J–?*','',0,'?'),(_binary 't	*\0—xµR\ê¬\Ó\ÃXH','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_65_ffffff_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_65_ffffff_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Û©Q¬oG)Ujb6,Kò@',_binary '\ß?\Ós±šDó#Ÿ\Ý\Æj)\Ã\ZŒ|™žÁÕ°~Ðˆ\ï{»','',0,'?'),(_binary 't	ôU” iÞ§\ã\"•\Ös¿','wp-includes/blocks/buttons/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n‹;Nú—ù[ŒJ¶‘œO\ÌM',_binary '\ê¹‡*\Â>™ß¸7@&lðm”wc§‹Ø”»\0Q<œ\Ö','',0,'?'),(_binary 't`ŸE\à^r² \ê5\Ò(õ','wp-content/plugins/wp-rocket/inc/Plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Plugin.php',0,_binary 'lIp«yT9Hù2 .%',_binary 'lIp«yT9Hù2 .%',_binary '÷\æò\Ï1\ïHñ=Sœº¹\Ñ\"]ª3’\àBƒ\â¡BYZbTó','',0,'?'),(_binary 't\Ë& —ÿ˜#Ä±\ÊwJð','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^£=$(–\Ödµ#\î\Úf±',_binary '‘Rx\ÄˆÊ›ü\Ý\ÑÀkŸ\ZòoR&ÄŠ\0Pr)uš\ê#','',0,'?'),(_binary 't ~@r\È\Î.W\ê8_','wp-includes/blocks/avatar/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Xl‚Ÿ\Æ}EG\Ñ\0~<\ÔY>',_binary '\æò¶W£·8¤\01W\Å\ëSac)#\n7¿7¶ÿþˆô\ÙN','',0,'?'),(_binary 't\Z”±¶ô	‹l\ÕBEƒ\Ä','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß½Ì‚MòGŽ\â°K‚ 	\Í',_binary '±`”#	\Þ\ïQ¾þ&}®^¥\î•š\ÅA#j\äSª\Ô','',0,'?'),(_binary 't#l<Ì’Nž\ZT6L\ç\×ûú','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/CreditReversalService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/CreditReversalService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“?ùl×§ó„4\àL-',_binary '7µ°x\Ü@@²ûˆ)€0Òšöj²6i1½ \ÑÆ–\çÄ©','',0,'?'),(_binary 't%ð\"6²Z¬D¤~)Nk~','wp-content/plugins/elementor/includes/settings/admin-menu-items/tools-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/admin-menu-items/tools-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãˆÀÍ«\ê\ç\âŸ Ï™ú',_binary 'sü\\`G„µ\ÆMG\r¯Ù¹p\È\ÅN\Zý©\æ¹r\ç\n ','',0,'?'),(_binary 't&Ó…~þ\ÚýþÀ\Äe‡‘\Â','wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï\Ã\ÚMÿùûr\Ù=W+¾WÀ',_binary 'Òµ;\\RûnD–Ÿyºú½UŠ#\×\æ¿m§­þa¯','',0,'?'),(_binary 't\'¥_!¡=Ÿdjf§˜\'¬','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/redux-social-profiles-helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/redux-social-profiles-helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aÿøs\ç”\Ð#ò<mE,',_binary '~N]\Ï\ÍƒuD;ºñ\Ð\Z\r¿\î\ía^\ÒG\rÌ’ûg\rY\Ý','',0,'?'),(_binary 't(‹þ0\È\å‹\n™ðh','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/UploadedFileInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/UploadedFileInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à¾ô2o\à=s¬\Ê<i¾¯–',_binary '§;ˆù\êØ¾Ùª#\Ö\Ï\ÝÚ¨ShõC÷lHB{9öjœu\Ç','',0,'?'),(_binary 't*C˜T‡\Â#vn¯œò\ï`','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade187.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade187.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<“\Û\ï bŒ\n\å\æm^µ',_binary '?Š^ce\"þAýn\Úð{Â²?	1Ÿ’ˆ\âw4Tƒ\r»À','',0,'?'),(_binary 't/„Œ\æ¯‡Ji6WX\Äý\Þ','wp-includes/class-wp-recovery-mode-cookie-service.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-recovery-mode-cookie-service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ç¨©ú.ƒœÁžöl',_binary '\àùk´ŒuXšx\æ^-\Êb\Z’\Êr\ÍPÿ^ÎŠ¹§Mi\Ü','',0,'?'),(_binary 't5^	kS(1ý\ézŸG^\Æ\å','wp-includes/blocks/archives/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÏÏ‚<Xý\Ò^zÛ—ó!\Z-\Õ',_binary '•R«¨/ŠqE$Œ†HŠ\\±\év2V§‰˜\0\r\êKƒi','',0,'?'),(_binary 't6·\îžO¬\raŒÈ†\ëf','wp-admin/js/plugin-install.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/plugin-install.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\Îch\äP\Ú\Ì\Æ\éP\rDW',_binary '”ð°)\î ˆ $Kö8v3\ÉñX&\æ¢okv¼\ï\Î','',0,'?'),(_binary 't8ŒÀ\Ð\ïp¯Ì‹\Õz{jDp','wp-includes/css/buttons-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/buttons-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xqŸ±h`R§ÀI\rÆ¢B\Ê',_binary '¢zÏµ•Œˆ1.†‘eR¤”5Ä”7Â¿+€\Û\È\Ö?\è','',0,'?'),(_binary 't:a3\È)ÿ\Üö¸ð\ÑóRˆv','wp-content/plugins/wpforms-lite/src/Tasks/Meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’C®\âü8t¬€yn°a^$',_binary 'ß¾­€ÁQ8U¯¤Žø\Ò\È3œnÄ‰š\ÓV\Êÿ‹<Q…','',0,'?'),(_binary 't=^¥[¤\Ûu\Ý2\íx©Í„','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êõ];|J0 =-R&Ä›m',_binary 'O9N-qCVWg÷KjxXVþ=¤¶À\Ìú\ä/\ZÝž','',0,'?'),(_binary 'tD\Ï.X§eô÷8% º\Õ','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/apple-developer-merchantid-domain-association','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/apple-developer-merchantid-domain-association',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à\Ì+Á\Â ]À.\\*ž•Ç ',_binary '¦g>$1ú»Iÿ©KœJ\Ò÷g\Ú/ü(\Î{¬¦RŒž1\n(','',0,'?'),(_binary 'tM\î\æ©üþ\ì¸?ñ\Ê\î','wp-content/plugins/houzez-theme-functionality/assets/images/disapprove.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/disapprove.svg',0,_binary 'ûÀ\é\ÛÙ½†ï¹²°K	d~ƒ',_binary 'ûÀ\é\ÛÙ½†ï¹²°K	d~ƒ',_binary 'øLUV\çc^\ä\ìaûd…b3­³\Ï\Åh7û,})¹\Ã\â','',0,'?'),(_binary 'tOá•¡÷³üZ÷AÀ˜ø\Âx','wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á0¬‚„CJ\â\ÃAQ\ÓR\Ï',_binary '¨_2§LÐ“­N	¸Jw\äG\ÚL|ŸD…A±A\rL\Û','',0,'?'),(_binary 'tR\Û|MŠúØ¼B_“±>','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZtóVa\Æó|%d¸Mxª',_binary '‹úÿ\Ôc•Žá²<ò\Ù÷¶tŸ\á;\Ø#T^i¹','',0,'?'),(_binary 'tS®\à@\03?3\ë–\ÏP…','wp-content/themes/yith-wonder/patterns/contact-us.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/contact-us.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”Q\\—I¨p£ƒ™&\ë­(m',_binary 'OLh4)k\0RÔ¡U\Î\ÅñP6QQ;;¦B)A¢´Ed\Ú','',0,'?'),(_binary 'tU\Ò/Ds¤IÚ¤\Üst\ã','wp-includes/js/wp-auth-check.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-auth-check.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'HÀ6\Ó€\Óœb\ËX¾+M\'',_binary 'n@›¬ó¥·to\Ò:—\Ð\\øe!65¶\ê,KƒV\\=','',0,'?'),(_binary 'tVaª  lœq4\ë¶R\à¯','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/WonderCart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/WonderCart.php',0,_binary '\Ã\Ü+t£72yW®¤öT|\Í',_binary '\Ã\Ü+t£72yW®¤öT|\Í',_binary '÷º±º2\\Æ‡\0\ZEB+ýHÔˆ\Ãe­g³„P÷','',0,'?'),(_binary 't[9½7\×Xø-%\Ü}„\él¥','wp-content/themes/houzez/framework/stripe-php/lib/Capability.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Capability.php',0,_binary 'l•;>\Î&\å\'¯”þ94\á…',_binary 'l•;>\Î&\å\'¯”þ94\á…',_binary 'ük¾|,@c«\à\á«\Ù\íl\0‹Kò8Ñ¥\Þ%\èttn›\ë0','',0,'?'),(_binary 't[[ö=ª6u7;YºžT¥','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4s[•\Í\çlAc4Áf¡¨ö',_binary 'Æº\Ì>\Êy\×.~yK¾^¹)*f´°´‘6F·','',0,'?'),(_binary 't`\"\ævŸ’\Ë4:ž*–\èMJ','wp-content/themes/houzez/js/single-property-osm-overview-map.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-property-osm-overview-map.js',0,_binary 'J\ïñ.D¿z\Ù[*yž:Z?',_binary 'J\ïñ.D¿z\Ù[*yž:Z?',_binary 'q\åæ¨³zvF¸™YQ÷‘»¶	J¿cá±–u\ë?r\Âú','',0,'?'),(_binary 'ta©;_Y\npª=[_:BûŠ','wp-content/plugins/wordfence/images/icons/check.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/check.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸…DF\Ù\ì¦\Ô…\ËP\èL',_binary '\é\É÷ù+\Ç\ßÊ£“Ñ„È¯÷\Ù?\Ôõ\â+\×ý\0_\ÈÅ´Qq¹','',0,'?'),(_binary 'th)˜YC]À+\nƒ\ÞÌ¬','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ép›kÁ~IQ•Á\êõn\ßd',_binary 'í¤”8ŠP\Z“b‡&{µ\Ü\ìJn¢òQ]|È’Ž”','',0,'?'),(_binary 'tjJÐŸ\Öz¸¥²=¯ÿ\ï,','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“…–\Èf¹\á±\æþ|Ú®u=',_binary '\í«þp\×+|ðÑ™~\rÞ½\Ç[Áa}ða{\äÿU','',0,'?'),(_binary 'tm6Û—ÀqºÿŽ.£=j','wp-admin/css/colors/blue/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/blue/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\Î>¾5\ÛY>r\ê ',_binary 'yõek¯:£\\\Æ<b\ÇZ\Ê\Ì\Â}^õb\×\Õ\ÒIU›}','',0,'?'),(_binary 'tm¶\n£‘GO	\'ú\ZÞµ','wp-includes/js/jquery/ui/mouse.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/mouse.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åÃ‚V\Ê]ójf†±Cv',_binary '‚\Z£\ÈÂµ9ƒMÒó×¥²HŽ+‚\è†28©Ãž¨i\ì','',0,'?'),(_binary 't„Æ¡\ÄÑ™]ßŸ<A“\Ú:','wp-content/themes/houzez/js/vendors/i18n/defaults-et_EE.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-et_EE.js',0,_binary '\ãðf¥ñ\Ön\\ü{$#',_binary '\ãðf¥ñ\Ön\\ü{$#',_binary 'S[G<ˆðc7‘V\Â’Yf\ÕG;n<{=‘','',0,'?'),(_binary 't‹¼\r>Q«Œž­?\Þ>½','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/761.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/761.js',0,_binary '=z\ë¹\Üt§\Æa	»‹»š\é',_binary '=z\ë¹\Üt§\Æa	»‹»š\é',_binary 'y U·\É\íYn\Îbâ¡«Ý±\äU¨A42ü\Êf\\\ì\ã','',0,'?'),(_binary 'tŒÚ­\ÒýR\"L†€AÐ°','wp-content/plugins/elementor/assets/images/blur.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/blur.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ï¸V\Z†Øº^l\Å[\Å\ÎÀ',_binary 'Ufua„3c‘t¹\ËÏ§¸K{¼a<\ë\í\Z9ƒo4¥','',0,'?'),(_binary 'tŽ\Þk˜S·›IF	sØˆ\â\Ñ','wp-content/plugins/wpforms-lite/assets/images/community/suggest@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/suggest@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')ü´Oð0’ŒJ)öyjT',_binary '\Ù\Þ)—­­\éU\ÈÃ“€ù6£|¨\ÉLL\ÙùY\í%','',0,'?'),(_binary 'ts\ÌFò½C”\î\Ì\Ã7†P','wp-content/plugins/revslider/public/css/fonts/font-awesome/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/font-awesome/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 't’\'IÏš+:±:\ë4¡Ÿ','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http/MediaFileUpload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http/MediaFileUpload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”Mõ“/\"š\Ô\ÚLõa$\Ý}\Ò',_binary 'ñÂ¬Š|\r\áÑŒ)¾c\r«7L)õ×²Ù”tþ!c[\r!Â°','',0,'?'),(_binary 't“$œ0«	,ü]bþ&\Ð','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚J‰„y°ƒ¥P¡µ\æ¸J',_binary 'ƒ\ê\Ã\áQ\Ñ1\ãv÷V»¤x`Ñ™\ã¢\r\Æø\ì]=\Íô\Ì\ß\r\Ô','',0,'?'),(_binary 't˜m}\Õ\Ý?j5Æ¶k½','wp-content/plugins/elementor/assets/js/beta-tester.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/beta-tester.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ\ÌSO,ª>ólÅª€\Î',_binary 'ô\Ósª´&-%B„ž/Öº\Ãñ\é‹†v\Ím¥\ã\èŽ#oY','',0,'?'),(_binary 't˜€ŸXF\ã\Ù\"wÁ%ª','wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ\ÛZ~p]ü=\â€CžÜ£“',_binary 'Vó\áþž³n3rN¿p(ö—6\\Ð’\Ú\ÆÁX\à\Ö','',0,'?'),(_binary 't›|6ü€`wp7VÍ“;“4','wp-content/plugins/elementor/modules/element-manager/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/element-manager/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²#\ßý“\Ê]®\ro\ïü…?*',_binary '\áö!°¦µömÀ\ZMIˆªUZ\ë1îµ£ µu#v','',0,'?'),(_binary 'tœª‹…—¶’±\Ê4y›\êú','wp-content/themes/houzez/framework/widgets/featured-properties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/featured-properties.php',0,_binary '	¤\é\Ù.B¯$\Îø@mU',_binary '	¤\é\Ù.B¯$\Îø@mU',_binary 'lI;¨…i¸Í™\äþEžxü7„\êOõ]/$\é\Ã[\îD\è','',0,'?'),(_binary 'tžgh³\ê\'¨Ÿ·¼þR}ò\r','wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Âú+¯AYü}hŸ¢‘›',_binary '€;ÌŒKŠ™\rMWl±\ìs\Å\Ì\ÚlHK~·©\Ìöˆ','',0,'?'),(_binary 'tž»\íR\Ë\ÄOLZ\Ìö\Æ\È\å\'','wp-includes/blocks/query/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'at\Ùö\àA“¡gdP·B\ì˜',_binary '’_¬\î\ïñÊ²\åÈ„ú+¾\æ¥q›r­\Ê2•ow\Ý\Ð<','',0,'?'),(_binary 't¤dy\ÆH\nc€ƒIp²\çƒ','wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢V\n­¤\Ç(Te\Ðzÿ®',_binary '`Ø§\'­ýŽ\ÆV.\×\Å\ïRPcz[¡7mP¬ª«E','',0,'?'),(_binary 't¦—I\äÁ\',\êd\Úl\Âÿ','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Host.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Host.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŒL´\å*8ü™–$o{ˆù',_binary '\Ì\Å\ãL!‹v¯6\'búü´\é;¾\âH\Éy«\é€P	ú”ô\í','',0,'?'),(_binary 't¨ ¤\Û\íq+8…>¤\àB','wp-content/themes/houzez/template-parts/dashboard/submit/partials/snake-nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/partials/snake-nav.php',0,_binary '×Ž\Ñvk(Y“?ÿ/±ù',_binary '×Ž\Ñvk(Y“?ÿ/±ù',_binary '\ï\Â\ía>\Â\Çöó\"\ßP[hssXO‘…›D*\âVB\0','',0,'?'),(_binary 't±}jløU»º¹’)@¢u','wp-includes/css/dist/edit-site/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-site/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5@\ÄÂ…«\ßB¥xˆ2fI\â',_binary 'Ð¤“Ÿ\åx¸.>d\ë%9È»…3ñT—g[!÷ó¢O¢','',0,'?'),(_binary 'tºe)%†ª½¬\ÂmW;\Ï','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/action-scheduler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/action-scheduler.php',0,_binary 'Œ\àÿ8†\ÝÿJ\æDš~',_binary 'Œ\àÿ8†\ÝÿJ\æDš~',_binary '.n•P\íô,bZ¦˜\î\"Ô™,º\Ê(\ÔK\Ç\æ’\å,‹R','',0,'?'),(_binary 'tÀS\Ä\Æ3bb‘[g¶','wp-content/plugins/wpforms-lite/src/Providers/Provider/Core.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Core.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß|r+’k3\ÚXi÷¥°ý\ì',_binary '\"m\Î\Å6x\â\ßZn#h¦bx^\Ã1Nñœ¶0|','',0,'?'),(_binary 'tÂ‰6t\Å?”\ì\ØJ=$¦','wp-content/plugins/wpforms-lite/src/Admin/Forms/Page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ðk†}\ÍbD*\ÑÌ¼•\Ð',_binary '€Y\îŽIòÇ¶•¤GH‡ž1ó–“J\çf=\ì\Ä:w¢','',0,'?'),(_binary 't\Ðf,jƒ}\Ä\"\\\ß\ï’\å','wp-content/plugins/revslider/public/assets/svg/action/ic_power_settings_new_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_power_settings_new_24px.svg',0,_binary 'g{Û»E¿Š@\Þ$$6a',_binary 'g{Û»E¿Š@\Þ$$6a',_binary 'f1þ÷~\Ñ\àI•\å\np|uR„ðF\ì½A†Ô¿gFK\êÁ#','',0,'?'),(_binary 't\ÓdT»|š¼\×ƒa0f\È','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/DomainManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/DomainManager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uÿô7\Ã\Õ\ëi<©”Ã‰W',_binary '7	tz\à?Ø•{D,JL\Â?\Zð\nlû\\˜&|$‚a\í','',0,'?'),(_binary 't\ÖC‡\Ô.[¥æŠ\Ç$7','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/pattern-bg.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/pattern-bg.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3.N6jsÅ™Uð*8—;',_binary 'O{E9<O_]b­†3e•Mx\ÑM\ÇL{4@.œ3ÿv¶','',0,'?'),(_binary 't\ØŠ\0a¶§\\ _\'W\Þ','wp-includes/blocks/table/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\éaq¨*yz-T,)‰	\É',_binary 'Bú~­7#\ç\\ ·\"\ïz@·Ä*š\Ãfx‰5ñ','',0,'?'),(_binary 't\Ø\æ\Çb-;±¼’Tk-','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É¾†Bž™½rNl‰',_binary '\rŠ0Ê¨2tÙŠ6\â\ãaH‹\Øu>G\äôÀ\Í8²\Ûd','',0,'?'),(_binary 'tÜžˆz¸k\ÕY÷=ª','wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-grids.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-grids.php',0,_binary 'lÿ¯.­\ËgŒ·¿¼ƒ\Ö',_binary 'lÿ¯.­\ËgŒ·¿¼ƒ\Ö',_binary '±ù´sº\äþ0.œcq‚p¬F÷‡°Sá¦‘‡™\íhg','',0,'?'),(_binary 'tß¶\á>S´\Í\ÍFò2w\ÚE','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-2.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-2.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2ø{}ñïž‘´²n* ',_binary '—¬§V…Š¹bckœ>\ïÃ°/ðþ¼\ÛS\Û±€:(ù)','',0,'?'),(_binary 't\àÀ\Ò\âW^%V\ì	¹œ\nž','wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Web_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Web_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd@2¦\îJU\ÌÓˆû/~',_binary '›SP—Îºs4²\é`]W³™·²&Jö\àÿ \Ö\Ð.û\ç‘','',0,'?'),(_binary 't\áˆœ3\Ý$\ÝAm-„t','wp-content/themes/houzez/js/vendors/i18n/defaults-fi_FI.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fi_FI.min.js',0,_binary '™£œe9õMXš\âh“Km',_binary '™£œe9õMXš\âh“Km',_binary '\Ëó˜¹£ºNøMš“ýÜ¨B/E\ÛTž\èôù\ËZ~','',0,'?'),(_binary 't\ë½\"Ô•%+«_¬\íö—','wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u‹\Ê/©,o—¶;M\Z\n™',_binary '‡f\"Ä–©\å©x\Ø/Ø·IT­/HTËQÃ°üòxŒ','',0,'?'),(_binary 't\îzšQ!¿\Ô:»¼…C ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/978.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/978.js',0,_binary '\r6H\Ç\Ý>«taRMôM\"¤',_binary '\r6H\Ç\Ý>«taRMôM\"¤',_binary 't“=`¹r8-,øTCmQpL€®\Ú_\ÑvEoy{\Î÷','',0,'?'),(_binary 'tùôN²Z3Ò¾\Íø\ÙÂ°','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M8\Ã\ã\\3<öô®nBeo\Å',_binary 'zHQ\ß\ê ˜ –v\Ð\æ£:ýLº–õYð+6k\Ö1','',0,'?'),(_binary 'tÿZ\Ô¸\æ\ßõ$9~•rAM','wp-content/plugins/wordpress-seo/src/config/schema-ids.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/schema-ids.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+\È{>ü¶P\Ø	I\ÂP[ó',_binary 'Kj½}L_ƒT‰¯Šñ\ìE†#vê\Èó\ßaU¹\Ü)Qd','',0,'?'),(_binary 'tÿ£\æ´[o\ÇÊ\Ù À\èVŠ','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@Êa¬ŒŠ7\Õ4ˆ\è6”',_binary 'L~8Ý†v_¤R.QTUªÑ³b>Žð\æ\Ù\ÕI\Ü\"\ÌnB','',0,'?'),(_binary 'u\0  \ìJ\"Y¡\\»0\r:','wp-content/plugins/updraftplus/images/aws_logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/aws_logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8\Ç\ç\é€5üq.\î$y',_binary '\Þ>\ãt+F¿r¬Z”\í&­!/U¸œ^¤Ye>Y‹\Æ}','',0,'?'),(_binary 'u\ê6\ê\È4E~ñø:ð\ï','wp-content/plugins/wordfence/images/icons/working-indicator.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿«œ\éVF‘ \ë{N	þ\'G',_binary '„fXº\îRZ‚|:O…b \Ç=f\ê[y\ß\Û\á5 ~	','',0,'?'),(_binary 'u\Ýø\ÒÅ¬\Ý“\ÕV\É','wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookResumableUploader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookResumableUploader.php',0,_binary '\Í\Çõ_Þ™³…\ÓÑ¿1±¼',_binary '\Í\Çõ_Þ™³…\ÓÑ¿1±¼',_binary '%ý[Þ¸\"þ¾û\Ä\ÌC\Ý<MV\ïÕ“¿Ë¾\Çv0“\à\Ù)n','',0,'?'),(_binary 'upY«AÊK@ù“m\à','wp-content/plugins/wordpress-seo/src/editors/application/seo/term-seo-information-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/application/seo/term-seo-information-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\Å8\ÑDš\ÙjI=\Ú\È',_binary 'U\ÖòÊ§\ä\n°\ZQ\\dQõ6›!;@}j9\í};i\\]|','',0,'?'),(_binary 'uR¡ü6R‘Á\ê&\Ñ\Ù','wp-content/themes/sinatra/template-parts/header/header-layout-2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/header-layout-2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î¤\ïKY5#jƒ’Èµ\äô\È',_binary '@–ˆ\ruDai{’ñ€ˆ?\×\Ñ;;Þž±=5þ^·^','',0,'?'),(_binary 'uE=\ãC\"\ÖÂ—\Îžù£','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/PolicyTopic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/PolicyTopic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦Ú”ƒ\×\Ó{×˜B–6hd\Ô',_binary '\ê= ¿0þ\Æ\é‡OW\ÕÿUû`ž¥¢³C[1X´¢g','',0,'?'),(_binary 'u‚®fÁK°„ `G$B','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/CreativeMail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/CreativeMail.php',0,_binary 'h°\ï	MN\é)\0oøk!I…',_binary 'h°\ï	MN\é)\0oøk!I…',_binary '\È7Eµ;\\E\'z\ä\å	È«\ÛZ\ÖSÉŠÝ°:+RZÀ','',0,'?'),(_binary 'u!òò+\è\Ï\ZôŽúƒžŸ¾','wp-includes/SimplePie/Cache/Redis.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/Redis.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't\à\Ø]´>eŽ\n(40',_binary 'ró\Ö*%\Úÿ®\ÊPœò2Iƒ\Æ7†\Z£Kˆaq#\Ó','',0,'?'),(_binary 'u\"pø<ŒN’6þ-k\í','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/rocket.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/rocket.svg',0,_binary 'ð\Î}b[,Û°ï¥£\Ë\æ0',_binary 'ð\Î}b[,Û°ï¥£\Ë\æ0',_binary 'yM	Ç©Èuºú\ÔÁ%ž\ï¾Q(Á‘>­~fýc\ßý','',0,'?'),(_binary 'u#]\ÑG\ßMŠ\ß&§?™)','wp-content/plugins/revslider/public/assets/svg/image/ic_audiotrack_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_audiotrack_24px.svg',0,_binary '\Ô`³8¤\á4TÃª¸Þž-R',_binary '\Ô`³8¤\á4TÃª¸Þž-R',_binary '8’<ekI\Ø?ž[‘„øl“Œ0ª\ï`\Ä\×\Èy:Õ®ð','',0,'?'),(_binary 'u)z\ïZ\í¥hL\æPˆ|¬','wp-includes/blocks/spacer/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r\èzP©ª#ƒ®‘R°\r$-',_binary 'Þ!]L¥13q+€\é#u}N\Ã!\"oh\0ô\Õx~¤','',0,'?'),(_binary 'u*}Ÿ4£3ôóÿ¤¤Œ$2','wp-content/plugins/revslider/public/assets/svg/social/ic_group_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_group_24px.svg',0,_binary '\æL„\ëbsh\å\æ…G‰n· ',_binary '\æL„\ëbsh\å\æ…G‰n· ',_binary 'Pe…[\ÉýFü‚¸yš¦\ÅÆŸ\ß\Ý6VöQwW^','',0,'?'),(_binary 'u-\\ÿ£¦òŒÊ£Áƒ¯)','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/autoload.php',0,_binary '\Ó>\ÅoH\í´]’a1ŽY“',_binary '\Ó>\ÅoH\í´]’a1ŽY“',_binary 'ÁÿW‘A	c6\0ˆ^µ¢š:G2\â-„^\\¨:²','',0,'?'),(_binary 'u1>J§el\á6\ã\Ê\ä','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p’m»/d^ô°\rJŠN\Øo',_binary ']jˆq\ån;¶oz³ù\Ç\â\rù\Ç	O(H0‚à£‰ö','',0,'?'),(_binary 'u5\Ç.\Zc\ä\Ë2Œp\êE','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-group/meta-box-group.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-group/meta-box-group.php',0,_binary 'ñbC<¡7_\Ý)@\ÒÚ£#',_binary 'ñbC<¡7_\Ý)@\ÒÚ£#',_binary '÷\à`\Òifn/\ÑGñ¬ðÀ|±~yÆÝ¹¿l\Ñ4ô\Ï','',0,'?'),(_binary 'u6\îÔª\î0:hwdÃƒÚ\ß','wp-content/plugins/elementor/assets/css/admin-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…ÿ\ÇÀwJ\áW~ 2Á’º',_binary 'ˆ¶5ÿ\ìX<3\êe¾”º\ÇL-{¯Ô‡=»\ÕT¬Š\ãB\'\ê','',0,'?'),(_binary 'u>]\0aO<\ïG:œ5\ÅZ¿','wp-includes/blocks/latest-posts/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½Žþcc\Ä\Û\Ó;H \è°E',_binary '¤7=\Â%b½¾„\\84ýªH\ä7u\â‘\Î˜\Ï\ÉpB\ä=\ê','',0,'?'),(_binary 'uJTV\Èu\"\æ\ÌÛ¿\Âj\ÃiX','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingCLI.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingCLI.php',0,_binary '¼\í\Öo\Ñ\"KSc*0Õ—«‘',_binary '¼\í\Öo\Ñ\"KSc*0Õ—«‘',_binary '\à† ¬2†‰Ý¢\\†\è\Îññ0\Ã=RZ¯nŒX1\r>;À&','',0,'?'),(_binary 'uP+4C‡ž\Æ«ž´','wp-content/plugins/redux-framework/redux-core/assets/img/raw/3cr.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/3cr.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê¯™7»i\í\ÔQ‹:s5',_binary 'ðD!Ï…tûNLn„§¸\É\ãÑ­q,\Ûw—O\éK\Õý34\Î\ï','',0,'?'),(_binary 'uVºÐ˜¡\Ç$|ù´›\Î\ë€','wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý¬gN=th#\ím¾{² ',_binary '	5ß½‚\É\Új÷ò˜S6Y…\"vµðõH,\Ðhµ™v','',0,'?'),(_binary 'uY’«‰¸á›‡¦“˜£ö&','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Transformation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Transformation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’’ÜŠ6!W–™3«--',_binary 'BÌž\Â],v\Þ\Ò^³  š \êû\rRu@eb\è<N¸r','',0,'?'),(_binary 'u\\bzi5+L:¢žCP#','wp-content/themes/houzez/single-houzez_agency.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/single-houzez_agency.php',0,_binary 'ô†°R\Ù\ÏqqŒWŸ\Ö35',_binary 'ô†°R\Ù\ÏqqŒWŸ\Ö35',_binary '5`÷\Ð&Mu´–\é*¬8Ç»D¶•n”\Ìú½\éÄ±\Ü','',0,'?'),(_binary 'u\\i†ðˆ\è\É\Ûtz+¨©°ª','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãúU ,ž\ç2\ã6Lö ®¶M',_binary '\Z€ó—¶\0KTƒ¤¬a¶\r`¦\Æ\Çy–*¥\â{¾Á','',0,'?'),(_binary 'u\\¸6¢@„g\àI+H.¾','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èð‘´\0ˆn\ïXJKw',_binary ':·ø¢þvq·£ºR™ë²ˆZ¡\ÙZ\Í¹TÀ\â—#','',0,'?'),(_binary 'u^„ŽA³”Až©p[\Ð\åV','wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M\í\ã“øL`;\Zx‰/÷ú‰',_binary '5\r‚\n*	b›ò?®²Ø¢à¤¶\ì%C\ÏùØ®û#ð','',0,'?'),(_binary 'u^\É÷¾ùrËˆT;¶t‹¨†','wp-content/plugins/revslider/public/assets/svg/action/ic_account_balance_wallet_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_account_balance_wallet_24px.svg',0,_binary '#¼ù­8…Øƒ§ÀKŸ\ãûZ',_binary '#¼ù­8…Øƒ§ÀKŸ\ãûZ',_binary '\Í\r•ô€6\"„DNE\Þ_\0©‚‡‹Ü¬Oû¥\é^EGù','',0,'?'),(_binary 'u`Khdø\0\×V..¨\ÕM','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Quote.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Quote.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\Ì6\ÔÞšx\Ñ\Ü\Þ\nœ%¼',_binary '\Öü$\"Î—VñtEo¤\ã<\Ô\Ë`4û\0+#\'I«l4ð¦»','',0,'?'),(_binary 'uapF±‹[t#Œ€(q[','wp-content/plugins/wordpress-seo/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EÐ›´‹O0‹cº«Ag3',_binary '\Í\Í	èš {‘c¼FJ\Ãw±¦!}aŸ˜ü9','',0,'?'),(_binary 'ubú#–j³\é® :rx¸\Ê','wp-content/plugins/google-site-kit/includes/Core/User_Surveys/Survey_Timeouts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Surveys/Survey_Timeouts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚ž\n],I\Î&0\Âø†Ú¤\'',_binary '5õõf¹†CE§@ÁY’T´k¾\ÙK¦\ÃP2¦p0','',0,'?'),(_binary 'uczª,BZ\\nÁ¶^–W','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/sumome.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/sumome.php',0,_binary '(gò>\æ|¦N÷M¶¼',_binary '(gò>\æ|¦N÷M¶¼',_binary '\Þ\Ó\ÃWGG:JIò¼u®¡T_º^4”ó>]V\ßGº‰','',0,'?'),(_binary 'ueö,\"\n	\îh¸g.','wp-admin/css/colors/_mixins.scss','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/_mixins.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X`\ÂÀ oiø`HxþƒºC',_binary '¾\â\ãd\ËpeÜŠ&\Â\äÎþ¥¿\Ñ\á\Ê\ê—\åú’\ì\Ä\Þs-ñ','',0,'?'),(_binary 'ukŠ±\Þ$;­\Ïô‡\ì£','wp-content/plugins/wp-rocket/inc/Logger/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Logger/ServiceProvider.php',0,_binary '\rÁ|\åö“,Ö£º§ô',_binary '\rÁ|\åö“,Ö£º§ô',_binary '[)\Ø<c‰0\ãö\ïG\rŽ»G\Ïñ“H\à:0‘\rvOT','',0,'?'),(_binary 'urAõ~±º;Nd\Ù','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/Curl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/Curl.php',0,_binary 'Á˜Å¨\ØY‹\Ó{a\Zesx',_binary 'Á˜Å¨\ØY‹\Ó{a\Zesx',_binary 'N\Ó\ÕhMk;G‡<m\n\"!\Ù+‰“ü±ŸXc*\0äš­','',0,'?'),(_binary 'ut*üd%ñ]½²\È_÷<f','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money4.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money4.svg',0,_binary 'JU÷ùy¼	r¬(ëž\Ë',_binary 'JU÷ùy¼	r¬(ëž\Ë',_binary 'V(07\á?&VûÍ°Ö†\à~/\ç\n\rè§®V\í|\á`e','',0,'?'),(_binary 'uu\Ð6\Ñ°\ä¡ò¡6?œ¦Á','wp-content/plugins/elementor/includes/controls/groups/grid-container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/grid-container.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\áb\n\Ý\Òü–ˆ´G\Ô\r',_binary 'u8V)ˆ(óüÞ°Y\Äh²e:u’S÷X\á‰\Ã\ØS$\ÛE','',0,'?'),(_binary 'u{õ\Æ\Ë\Û\ê\0­Dã¿°Œ','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\çûý\"\r+[º%Æ”–',_binary 'ô)€+,–+\äûLhþQ\Ð>{¡©†G\è»O+€ñl','',0,'?'),(_binary 'uˆýú\ë[ý…†\ä\ê\ÚD','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#g\Åxü\Ì@\ìo\àÁTM³',_binary 'ó\á\Ûee\ë›6s  \Ê-Š-Iµ$\ëüQöÂ¼@Ùy•\Ä','',0,'?'),(_binary 'u‹I.\Ó\ä\rYB`c/\"','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š“W¶\î\ã\çü\Û',_binary '@\ìYu^EF\ÕÝ¨Òš,?¯,|xºÐˆº£L','',0,'?'),(_binary 'uŒ„,Ÿ¼\í}¸W\â\æoZ:','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ProIsp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ProIsp.php',0,_binary '¾ó~=¤ú\0‹\ÆQ‘­8oHN',_binary '¾ó~=¤ú\0‹\ÆQ‘­8oHN',_binary '½\ê\'l\äC\Öz41laº\ëY³K³S\ÑHO½E#fjkv¡','',0,'?'),(_binary 'u‘M”\ßAŸ|”¾Q“','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/cloud-coins.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/cloud-coins.svg',0,_binary '€lV”óš3ðêž¦MN',_binary '€lV”óš3ðêž¦MN',_binary '¹\â”\r°7zø­:X“\Éþá­\Æl\Ö{‘R\ç¿Á\\…','',0,'?'),(_binary 'u • &›†€Š‰Ò³np{\Ö','wp-content/themes/houzez/framework/stripe-php/lib/Charge.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Charge.php',0,_binary '‰|N-}\ß¤mžwœ\ç;',_binary '‰|N-}\ß¤mžwœ\ç;',_binary 'Ÿ|a¬P2\É\Ó\Æk\×\Æwv<¢þ‚\ëñ\ã9‘-\Ýy','',0,'?'),(_binary 'u¥‹|r¹`t)®Tww*','wp-content/plugins/redux-framework/redux-core/inc/fields/raw/class-redux-raw.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/raw/class-redux-raw.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Mww¯¸óù\\¾vml.j',_binary 'Ÿ\Å\Êñú@tw˜ u~\"\Ø2þ‘\ÒóU\È+Kd¬\é°','',0,'?'),(_binary 'u®bØŠ\ê\×%òjt\r-','wp-content/themes/sinatra/inc/customizer/controls/typography/typography.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/typography/typography.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\ï2$}¯x\Ú\Â\Ç\ÛP\Ód',_binary '»~¨s4BÖŒak$n}?XOÿu9>Àš\ë\í@·','',0,'?'),(_binary 'u¯q\ÈaO\Î\ä\å›ý\\ˆ','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-cache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7ö9›d—‡´7h;ö\âj²',_binary '\ÂQÉ¥\"¼ÁÔ¦ÿ¤Ã¬>ùh\×þª„\Ö\Û/¸¹ñ@T,N','',0,'?'),(_binary 'u°‡D›±\r\æ¢~\Ñ6','wp-content/plugins/wpforms-lite/src/Integrations/Divi/Divi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Divi/Divi.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì\ïc½Œ8$/\Ý\ÓÅ›U•ú',_binary '‰®¾:\rL\ë+\Õ\ç\à{<\Ã;e=‡“E»ü-MFd','',0,'?'),(_binary 'u¼÷&÷A;\Ïkp‹4ªn','wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àI\Ã&gB‡Ÿ\ë:o²ñ¬',_binary ']\Çó ¶M®Xþœ–S/ù€ÿLº=\ã	~¥0Ù™&\\\ÓÖ‘','',0,'?'),(_binary 'u½:\"¾0c.²)}n²\É\Ü','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/UserDeletionUserDeletionRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/UserDeletionUserDeletionRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è¬\Ó\'Ð©\á4eN¶K÷\ã\ï',_binary 'W¡eZ¢¬•\ÊP>ù-û$Zp‚\\†ò\êoG\ç¿\ç\Ï','',0,'?'),(_binary 'u¿\Ü3!pA³f…)R¯M\Û','wp-includes/js/tinymce/plugins/wpgallery/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpgallery/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç_\ÑvQ8_\Æ$\Í?¤',_binary '<\Ã\èA0\Ø6kJX\nvA/„\í%O\Ü-v_²¢\Ý\'püA@Ø¦','',0,'?'),(_binary 'u\ÇBsùô\" \ç0aV€{?\é','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Order.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Order.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=)Xc\âu\ît@\à$8R',_binary '7A\é˜\ZõA\ÛpO\Êe½!BZgôGƒ„(Æ¦\í¢\ÅL\nD','',0,'?'),(_binary 'u\Çm-O\Ô\Ü\'ß\ë]ƒ#','wp-includes/sodium_compat/src/SodiumException.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/SodiumException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«HDf\é\×ae¤\ã\Ôz°R',_binary 'ã¶œ\\‚©L>LöN-@G\'\Ä\×tmGº\ãi€‡kRß®g\0','',0,'?'),(_binary 'uË‚Û¡\Êkþ!ö¦¥Eú','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/TaskQueueInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/TaskQueueInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Øþ¶x\Íu>»ô\ZEv\ç\Ê',_binary '$\Ü\Ìõü²\ÚF:FñgZTýILsw¦Á:\ÝÁ&ú','',0,'?'),(_binary 'uÌ¿ø\êQ)1\è\ÐÄ´\Øa','wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Cache/Cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Cache/Cache.php',0,_binary 'ôU[…\Ã\Ó\Ö5qZ\Ñçƒž',_binary 'ôU[…\Ã\Ó\Ö5qZ\Ñçƒž',_binary '\Å\íñ‘ÂŽ²O]W\ã&o§û¿Ö©L\Ù£\å¤\í*f7\íS','',0,'?'),(_binary 'u\Ñ	u2LS\â\ä©>}\Ê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListSavedReportsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListSavedReportsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™—ÿÝ›‡ób©•\â5\Ì!',_binary '›ø+÷‚\ï¼\Z9:=¤\È,\ØW}¯39di\ÉJ®v','',0,'?'),(_binary 'u\×\Èk6¸O­>õ&ŸW','wp-includes/blocks/text-columns/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c^õ*›\ÆwŒ¶Gã¾Q\×',_binary '–+\\¦–÷1{*C\ãG+\î¸\è˜Jõ\å\æúLv','',0,'?'),(_binary 'u\Ùo\Úmª”¡\ÛðŠó_d\Ç','wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-confirmation.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-confirmation.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Çi6ý\í‡FK£¢7R²n',_binary '\î\Z7-¢R,hL6`¨1\ÔR§õ¹ô””g#´P\Ó°³','',0,'?'),(_binary 'u\ÞB^K\Í¢”n¡\Í\ï­÷','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÂŽU\"\Ê3žûWº†cÁA|',_binary '·\ë5ŒiQ›¾¸ª€g\Õ\Æ\Ì\Ç\n”\ëßµ\Úï·€\"MO','',0,'?'),(_binary 'u\àGóF\\:ø»©)¼˜\Î','wp-includes/blocks/post-comments-form/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y´&	þQ\ß`¤†²b½',_binary 'Ôµ­õv\á\ïDƒ=¦)´òœ¤NµDµ‡§¤,‰9Œc\0','',0,'?'),(_binary 'u\áqg\Z\0‡8‰hÔ­û\0ð','wp-admin/custom-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/custom-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Øòyôô³·¶\ì&›',_binary 'óÎ˜ò4ñ\êC\Úw@…Xdo\Ö\ÂN=w\é\ëŽ<~o\Ç','',0,'?'),(_binary 'uè¼­\"er©!ð\07+\ì\ç','wp-content/themes/houzez/framework/stripe-php/lib/Service/AccountService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/AccountService.php',0,_binary '\Êú\âkSüÀ\Âõ\é8I\ï \È',_binary '\Êú\âkSüÀ\Âõ\é8I\ï \È',_binary '™A\Æ>›šÉ«!Oe¢‘¯\Z\ÍÂ‚\Äz5-\éM+\ÝlŸ5\Õ','',0,'?'),(_binary 'u\éÀÒ«»¦ò;^\æ\'B•*','wp-includes/global-styles-and-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/global-styles-and-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ.T[Mpš\Ñz›>Zu\Åc',_binary 'ÿy&?g™Q\Ð\Ü^(\æc’6¶»é‹†vnv\É\â³~U','',0,'?'),(_binary 'u\í:\ìz§2©DQ\É\ï4','wp-includes/blocks/tag-cloud.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/tag-cloud.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+\n\0‡*o\ÂB\Ä]\Ýmòý¶(',_binary 'Pp+¬\\\æ†lÑ‚\á|‚²Ô¼\âHO]…½f\Ãñ˜h¸7j','',0,'?'),(_binary 'u\íò\ÐcC‘`¬\Ï{þ\Ñv','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…RÀ‡¥üæ“Xs\Ùp',_binary '\"!#½˜§/ý\Ïvê¢½Šò\Í>8h\Ù{g\Òé“©@Ye“','',0,'?'),(_binary 'uñ‚¥dÀEI\Ã|lgv\â0','wp-content/plugins/elementor/assets/js/web-cli.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/web-cli.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿°)tt\\,š\ß|\âoô',_binary '³\"¬Ø…¥Ê‚\Æz”%þ_\í;\Ï\Ç\æÄ©_¸)¬\Ï\\`´\Ô','',0,'?'),(_binary 'uô ¥‡ \'ò0¾\Æ\Í\Â','wp-content/cache/wp-rocket/point2listing.ca/web-development/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/web-development/index-https.html',0,_binary '\é6\Ã°uRýÒ½\è„ø',_binary '\é6\Ã°uRýÒ½\è„ø',_binary ';¨fŠP<\äf\â´š^\Ûs¢¾ü0^³”©÷Ž«F‘','',0,'?'),(_binary 'uõü\Ëcz¤\êJ‹±D”÷ºM','wp-includes/blocks/image.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–oAÜ—$Fó7\'HF\Z\â',_binary '5½o:Þ€cóÈ¥[\ã\î\â[,\Ð>lÝ´2ôòmPÉŠ','',0,'?'),(_binary 'uûº²\'M\Æ\Âû…2\Ã','wp-includes/blocks/embed/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áv\ÂM0AW+{–-\áW',_binary 'Ž\à\É¨Î›\Î\Ì\áøˆQ=1…Š2Š\×g6\è0ö\íj¬0','',0,'?'),(_binary 'uüWÐ‰#°¯\Âl}õø','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^r?Kl\'c\ÔR)õ[†ó',_binary '\éž“ÿŠ”‚A¤kh\ëþwÁ?\Ùl´¸\â!ICš\â¾\r7','',0,'?'),(_binary 'uÿ)ˆ½fõ\'R\É]šk\ê±','wp-includes/Requests/src/Exception/Http/Status407.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status407.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÁZqƒmP\Ý\Ò¤\'Ëˆ[\Þs',_binary '\\M\Û#E©&•\È[~¥\ìWž´ Á˜>\ÚAôl','',0,'?'),(_binary 'v	\Ù\Å=7\É\'\ÙkÐŸŠ ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/BlockRenderController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/BlockRenderController.php',0,_binary ' *ž6\àV¸(\êø¦©O•',_binary ' *ž6\àV¸(\êø¦©O•',_binary 'x\ÙV³Røs\Ú`\ãY@ù„t\ã/¥p Ã«\è”k\È\Ð\ãJª','',0,'?'),(_binary 'v	\Ý|Ø®VN.ýL`kT\Å','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fa.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fa.min.js',0,_binary 'ùÜ¤VPxe\×Cg\ß.\ÂB\Ò',_binary 'ùÜ¤VPxe\×Cg\ß.\ÂB\Ò',_binary '7€Ts\ÙeaM-!mUƒÀ})\Éÿ¹€\ÔPô¥8z«³¾S','',0,'?'),(_binary 'vÚ´¡\å\Ç\ÖV¹½\ØKµúP','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“\á\ÇPNÚ¡\'f\Â\Ï\Ù',_binary '\r]†~[²†¯¿›÷_Ë³¾P˜B\ÊTA`î©½\Ç¯*,O','',0,'?'),(_binary 'v(>1{Lô 6»„•','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\Ù\Î\0tº\Ñ\Ç\0Cng\Ì',_binary '¹z‘\Þ/÷Î…H•:`R=µi\ìX\äÂˆWŒz±2&Š','',0,'?'),(_binary 'v–)F¼\Û~q„‡œ?b','wp-admin/includes/class-plugin-upgrader.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-plugin-upgrader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\ébÑ›±dSþ	™\Ó06Q',_binary 'ðY ;O\è\î#\Ð6\ÚúN)™&t„1\Þ\èf	%~\r','',0,'?'),(_binary 'v\Ä\äuz\Åöb9m*ô\ìð','wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-700.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-700.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çvv,ª‘‡Œt\ì8\êð…\Ã',_binary '\è[Á\\Ñ·ƒ\Ð&x\Õ\ÑP5¯\\K\É£kSg«Sº','',0,'?'),(_binary 'v´Nc	åˆž£jtxó','wp-content/plugins/revslider/includes/favorite.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/favorite.class.php',0,_binary '\ÙMH¡\Ñ“\Ñ\ÜFŸ\á\êX',_binary '\ÙMH¡\Ñ“\Ñ\ÜFŸ\á\êX',_binary '°¥&hm\Û\ì’Ž¸qp.Àœ\Ì)5ž\Ê\×\äi¾g]‹','',0,'?'),(_binary 'v&5jrûjL #ÀÜ²“','wp-includes/blocks/categories/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\‚h\ÎúpRZúqŒ\Öû',_binary ' \é@\ïFHˆ¤\î†8\ï\æ\í .I¿L\Z\Ó}#\ã©?²\rZ','',0,'?'),(_binary 'v(\Ä\á‹\Õ0¤\Ô3ÌwPø','wp-content/plugins/google-site-kit/includes/Core/Authentication/Google_Proxy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Google_Proxy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š\âGºE#\Ý\×~Š¤ \Ô%',_binary 'WtD\ÛI¼\r¨Õ€®°×§­ž›n\ì9wÇaø\ÞÆ»U”','',0,'?'),(_binary 'v).Žx³3\Ô.#Ul„¤','wp-content/plugins/wordpress-seo/js/dist/post-edit.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/post-edit.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ¨#™cc\Ú\Äýi\è\0¤(',_binary 'ö3Ç¶\Óy\Õ{2jD-¢‡Ù¿jš˜+øC,{®„','',0,'?'),(_binary 'v,7:\Æd\é\â{A\×F£\Ö,ò','wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/Consent_Mode_Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/Consent_Mode_Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P$5fù’h.ú§žˆ¨\è\É',_binary '\Ò`+(\Æ+!\ß|¶` A]þ\Äý\ËD´ˆ’\á½~J±','',0,'?'),(_binary 'v1G·F+6\ìi ','wp-content/plugins/wordpress-seo/css/dist/alerts-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/alerts-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z\âC_\\\ä\á\íC `!,\à¹',_binary '‚5«òfvÅ¥ñy4ða­\Æ\ßcŒI­Vr¾\Ç6ñ\Å\à','',0,'?'),(_binary 'v1„´,->d.¡Ž\ã\Ê#“','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹y[\ÜÇ¡h¦b¶ø£',_binary '2b¿V\ÇCÎ–z°\Ò\Äž\Ð\ÈMOp©¼¨2¸6Ý¢´×³','',0,'?'),(_binary 'v3S\í+7\rÄ 9C\ä\Ó{','wp-includes/blocks/navigation/view-modal.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/view-modal.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òG9\ÃZL\Ñòl\Ë<ƒ',_binary '\ç}$Ágv±\Ýý¼F›JURò*\É\Ña\Z¿m›X','',0,'?'),(_binary 'v5¬8\Æÿ‹¯\Ð,€‹U;Ÿ','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ@d¶£\è¨icüU´¾\ç+',_binary 'e]6H\ìGJ\Ìõ\Ódk\Â\èI\ç`¯ßŸ†$\ï•}Nbj','',0,'?'),(_binary 'v=\'u\å\ê\×1\ÄiQÎRl','wp-content/themes/houzez/template/template-agents.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-agents.php',0,_binary '¢y\Å\Ü2_{G†\åh\Í\æ´',_binary '¢y\Å\Ü2_{G†\åh\Í\æ´',_binary 'Àýcžþ€1Ò²¢\ìF¨BýOƒõ\rd-’<Š_‚;¼“','',0,'?'),(_binary 'v>\n™ŠA?\íU’\Ü\Â(\Îø','wp-includes/blocks/post-terms/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-terms/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷°4¢\Å\á’\ë\à\×\"h\éƒ',_binary '¢@£\Z\'\ê_þ±:³\Ò\ï‡eš$\Ó)\ên\ÌF','',0,'?'),(_binary 'v@:T¿\ç‚%\Ûv< ^','wp-content/plugins/google-site-kit/third-party/google/auth/src/FetchAuthTokenInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/FetchAuthTokenInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kz&0Ä†!²\nv=œ\ÛD\É\Í',_binary '\Ô\æ7\"—\ç´ ²þÛ¥†\áC û†6\0€/\ÂS„\ì\åö&','',0,'?'),(_binary 'vAªH†Àk\r…ü4¦¨÷\ì','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/InlineRelatedPosts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/InlineRelatedPosts.php',0,_binary 'óÿ\Û$€™’JZp\ßi^O',_binary 'óÿ\Û$€™’JZp\ßi^O',_binary '\ã°PIp¨Xwº\Zž¿†²ñn\Õ\Ô-v\âV*9UrVŒ²©\n','',0,'?'),(_binary 'vF‹£0\Í\ìO\á”\Ûü,ºb\'','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/autoloader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/autoloader.php',0,_binary 'G»³$,ØµŸµY”`=£',_binary 'G»³$,ØµŸµY”`=£',_binary '•yp¨­U!~T©v1G’ÿ1¶û~\ÖM“\ÏYgV¡','',0,'?'),(_binary 'vI\Ö\\Øú».\n\Æ+\é','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head.svg',0,_binary '\Í+ÿOŠÁ\á\Ë\î\í\Þ\Ø\È]ú',_binary '\Í+ÿOŠÁ\á\Ë\î\í\Þ\Ø\È]ú',_binary 'FZ\ç+Ò€–tyô/±0„„†o½p:\ÖaqÁ^§I','',0,'?'),(_binary 'vK;@\ÑsºaU1;©	^©','wp-config.php','/home1/arxacomm/public_html/point2listingcanada/wp-config.php',0,_binary '´$öÉ£STù<M\î%}¹\Ý',_binary '´$öÉ£STù<M\î%}¹\Ý',_binary '?\ÍgY\ã\Ìí¿¼\ÞóõW7Iû7kß£µ#±³AtD0A/','',0,'?'),(_binary 'vLM—.f\Õ\ì\Ô%OMR','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0\ÏO\ëÿ\Ç†„\ìq+O',_binary '5›\'†\Ë½\ÒR¿þ\ç³\ÖEÒ»56¯½\Ædš\ì\å\Ågo','',0,'?'),(_binary 'vM¸m*&Z¶`\'/b\Ñ+','wp-includes/js/jquery/ui/effect-puff.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-puff.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ9D„J\å\Ýi\Ë\\ød\Û]\Ç',_binary 'pkCù¯i­\Ï,-„e}%6a\Ì	\Úøc\Ç\n]','',0,'?'),(_binary 'vP6\Ù)ú\Ø\Ê\ÛU3\ã±a¡h','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸‘š\ÂýPxe™¶%È€8„ø',_binary 'X\Ñ\Çf\çÏ\Â}4\å\Û6\ÖûNúc\ëµ\ÆKKQÿ÷G\Z','',0,'?'),(_binary 'vQ—\Öó\ÌÚ™ú¨\Î]6þ','wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$xóS~]\äiUO¨3(\Ûø',_binary 'X³\è6£q¨\ã]ô=$/\Í-óoF![\Ô\ìO','',0,'?'),(_binary 'vT|\n	\êÊ°\Û(\á\èX','wp-content/themes/sinatra/page-templates/template-sinatra-fullwidth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/page-templates/template-sinatra-fullwidth.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î€Ô¸A°\Õ\î.K\Û\è\â\Î',_binary '+˜]OX_…‚\ë.ðp‚œPºƒJU¡ñ¸7blf^\Ñ\Ï<','',0,'?'),(_binary 'vV\ÛWn\Õ	™ü6\Öpÿ\\\å','wp-content/plugins/wpforms-lite/assets/js/admin/payments/overview.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/payments/overview.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M€‡\Æ\ãÀ))ù1Lý',_binary '‹\ís\Û½ \r_78\É[½\ß\Ì2ôm1\Å^Bû]Bø¡‹¥','',0,'?'),(_binary 'vY\ÈJü\æ!`›|ù3ž','wp-content/themes/houzez/js/vendors/i18n/defaults-cs_CZ.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-cs_CZ.js',0,_binary '™žMÃ¼\ä†,.yŽª\Ùwš¤',_binary '™žMÃ¼\ä†,.yŽª\Ùwš¤',_binary 'ðU„˜i\Ç—q@kgBFò.-_\éð\nJœ·\Ò\î','',0,'?'),(_binary 'vZµ¯†t\Ê\ÄNºOúù\']','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar/ValueListItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar/ValueListItem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Éù\ß\0’>28CI\Ä\nD\ëM\Ø',_binary '–œ¨œ†\Õ\Z\Û7r§*ød\Øö»\'Ä¹š\×c©%','',0,'?'),(_binary 'v\\‘ª`ºí†¬|ƒkB\Ô(¼','wp-content/plugins/google-site-kit/includes/Core/User/REST_Audience_Settings_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User/REST_Audience_Settings_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\ÅZ*Ç˜\rn¿Œbûyƒ\Ø',_binary 'GûK|ƒùH°$\Å\Ë\Ãö\á\×òÆ’ªÿ¬¶S§)Bdôš®','',0,'?'),(_binary 'v`dÆ…™²@¦W·\Ô\"=','wp-content/plugins/redux-framework/redux-core/assets/img/2cl.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/2cl.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨~fÙ•\Î\rLS7­“0)',_binary ' O\Ð\ê\Éñ}„J¶\ßÚ®l“®s©\Þ@Ó»PM3\á^\à¶','',0,'?'),(_binary 'vc—zuðjb\\{x\Ô‚±','wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't¥0Ö»¿·˜üM6w[',_binary 'yûQôlÍ³¼\í“o\ãB\çqD!¸ýd‘¡e>\Þ:(@_','',0,'?'),(_binary 've`\Ð\ÉWÚ‹\ÃGó\ÐS£','wp-content/uploads/2020/09/streamline-icon-heavy-equipment-hook@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-heavy-equipment-hook@64x64.svg',0,_binary 'Mu!d³Aš¾•p¶\çž\Ö',_binary 'Mu!d³Aš¾•p¶\çž\Ö',_binary '\ÃÜ­\æ0\ë\åý‰LaÆ²Oƒ7je8\ÖF‰«ð€2c','',0,'?'),(_binary 've×¶\\°l.—Ñ…{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S|ª¶\ÌhDO\Õ3\n\Ð\n2“',_binary '4\ë\ÂN^pƒ\ÂÿZ$B¥oôT#Z\à\Çv\ÚR\r8vw','',0,'?'),(_binary 'vgý\ÝŠ6\ë\ÑB,0‹\è','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/scissors.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/scissors.svg',0,_binary 'QÝ«m\æJtQ•{“´z~Ü´',_binary 'QÝ«m\æJtQ•{“´z~Ü´',_binary 'Å¤1ÿ™d\ß½}\Î\êþ•¢Ã…gsv‹®\ÎÏ£†\Èz«,','',0,'?'),(_binary 'vi™fuP\âª0^ù>d¨\Ô','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â\ËSG°\ÎËº““F¿„\Ã',_binary '[\Þ(˜®R¸Œ\ê\ä\ë\ìôŠ$¦£2o\å\ãtûb÷\ç','',0,'?'),(_binary 'vm^Y}—\Ò4Y\Ëþžo†C','wp-content/plugins/redux-framework/sample/patterns/triangular_@2X.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/patterns/triangular_@2X.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÑOŒló\Üw$,\Ì\Øx‹1',_binary 'ì¨žƒ™$v\rºÒ—ö´#0\Îo>ïŠvm)\ì\nñóºò','',0,'?'),(_binary 'voöv7L’@½@ôP\'Z\'','wp-content/plugins/google-site-kit/dist/assets/js/32-f46a0b77a7ebfc2cbf9e.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/32-f46a0b77a7ebfc2cbf9e.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oòeôöº«\rbW(¡.‹',_binary '¨Q\'\'Fn\Ì\'\ìùU\Ó>®J‰Ó™ù(\Ñ|«\×þ*\r…Ã‡','',0,'?'),(_binary 'vq5B@Pf]6Hh¢a£','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\×1œŽÍ©#3ø•¦¼',_binary '÷\ÅÖ½\ÐŸ=ølB“å£¥\î£\0¢O¼<d\n\Ô\Ò','',0,'?'),(_binary 'vs>HMð\Ï\ã©Áó5þ – ','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'vw\Ù\Ñ@ˆH\Ê\Éz–F¦','wp-admin/ms-admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…UjA£Ú¦Yq€uˆ­	',_binary '\í\È\"G\nÁÚ”±¢·MhÀQ§2¸\à›l’\'°Üµø','',0,'?'),(_binary 'vz\à\nrÜ’Gm–\îý®ó','wp-content/plugins/redux-framework/redux-core/inc/fields/background/field_background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/field_background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õ4\Ö\ã\æ®\\\Î{€)ôF\é?',_binary '\ì\Û_\á\\*\ã	\"%\Ïù\áxP8Y½£+_\Ú,\àIdÈ–\ç','',0,'?'),(_binary 'vz\âñ,†CB\rº\Ö@ô\'','wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å¤vu‹#‡\"y\èÄ™{',_binary 'H\î›6e\Ï$Þ€vc8`\ÃW¿ðt:\È\Õeý\î\ç\É8','',0,'?'),(_binary 'v]¿z‹ð\Ô\åš\Ã3»tB','wp-admin/includes/class-wp-importer.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-importer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\Îz²þo-„‘¢ŠÕ•ã¿ƒ',_binary '\\\ë´\ãv…+6)\Öl\ê‰\'\n\ítsžÀÝ¡Uh±ž\ÏP\ï?pJ','',0,'?'),(_binary 'v€!1LÛ§6ª©\Þ|e','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/brain.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/brain.svg',0,_binary '\ÖøX«¡ü.º2A„}Ng',_binary '\ÖøX«¡ü.º2A„}Ng',_binary '\ÞM~/\ÇT™(Ø B½ò\Ö}bƒð%ùž\Ð\æŒ¶ö~p','',0,'?'),(_binary 'v”†\ê\ä@k9gù\Ïä¼¯œ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Subscription.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Subscription.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°fŽød\Õ!]‡™ö“ú*',_binary '³fú2“! †>)3s\àŒ\áLc=3A:z[=W\Éß†','',0,'?'),(_binary 'v•÷›\0Ã¢Ž!rùþ\ï\Äh;','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/NullLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/NullLogger.php',0,_binary '÷`/,\ÌM¸_ºŠH	º\Ê\Ú',_binary '÷`/,\ÌM¸_ºŠH	º\Ê\Ú',_binary 'öR“N¸\Æh\ä³W`\0™²¢\è,  \á¬o†Øœ\å¾','',0,'?'),(_binary 'v—„\ã›c|\ÎÈ—öQÈ±','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionExpression.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionExpression.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O3Þq2ª`aa2;\æœ\Ý',_binary '“\åÛ£::`\Þe4\Ö\Å$| ¾¡™RBý\ÙH*ö\à+k¾[','',0,'?'),(_binary 'v˜3\"ž½¦÷\ïR^bZ','wp-content/plugins/revslider/admin/includes/plugin-update.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/plugin-update.class.php',0,_binary 'C	\Ý;SŒ\Ø\\Jj™',_binary 'C	\Ý;SŒ\Ø\\Jj™',_binary '¸™¸d•ß¼Àgw;­—[0\ç)=žû<IÖ¦Ž.g5T','',0,'?'),(_binary 'v˜\íp¡\ZQAýšyy|ef ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart16.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart16.svg',0,_binary 'ñ¯\ê®+&Å§@›…te\ï(\æ',_binary 'ñ¯\ê®+&Å§@›…te\ï(\æ',_binary '3\Ò*\0\î}WÀJ]þ\Í@»\ÕJ\ÐP¶‹NerMß\ÚR\Ö','',0,'?'),(_binary 'v™\È\Þa \Ê\Ä`»dQ¸¨','wp-content/plugins/elementor/core/common/modules/event-tracker/db.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/event-tracker/db.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\å>œ\êD¯¾\èi0\íòqƒ',_binary '“\Î/\Ì\ãC\Õ‹ûÄ´ŽõùM•ˆ–\ÅÁ¦”±N\ÕqH$','',0,'?'),(_binary 'vu\åÒ¾Âº*Elü4Re','wp-content/themes/houzez/template-parts/membership/payment-method.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/membership/payment-method.php',0,_binary 'G92|dkœ÷¼*Ý³X\0',_binary 'G92|dkœ÷¼*Ý³X\0',_binary '`\0\Ü\Ç\"õ¿Š¬¿B\èØŽ¼\ÓsŽ\åó«\Ó\ßõ„','',0,'?'),(_binary 'v ju4òJ2±\nH\äÀ','wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgrader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgrader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jõ¤l¹\ÉIW„\r­\à\í¦',_binary '\å\nk\0\èfÀÀ\É\í¼o3\îE{—½$\Ä\ä\Ï(s\áù#!','',0,'?'),(_binary 'v¡–Þ£\ãûR\ï','wp-includes/js/jquery/jquery-migrate.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery-migrate.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âb*\æ„\å\í\ïZ{•Ï–',_binary '\Ç\0m€°\\$½6ýE\è´†\Ö¦\æ\âI*[dwLw','',0,'?'),(_binary 'v¦üW‰²\à¢\Ã^ð¬¢(%\ï','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/InstaMigrateService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/InstaMigrateService.php',0,_binary 'm\Å:‹q¿£2ù-™[¬',_binary 'm\Å:‹q¿£2ù-™[¬',_binary '-\ï¡\íHVøT\×\î?h\Ò%>q	x>L\Ò\ËÂ©\Ù\ï#»','',0,'?'),(_binary 'v¨#j)j’dZ\Ây¯üÁ\Ü','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphLocation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphLocation.php',0,_binary 'pb¾¿b	KMû\ì\æµmŽ\Ü',_binary 'pb¾¿b	KMû\ì\æµmŽ\Ü',_binary '\ßNVS\íA¬usaH\Ã\Ãq\ÂõÙ¤‚`?tFš¾3²°','',0,'?'),(_binary 'v¨«\êv\×%`\à\Úk-<©T','wp-includes/Requests/src/Proxy/Http.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Proxy/Http.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[‡4¾jò(\Ö	ùµ-°¶',_binary 'e\\;Ž\Zü\Ë\ÜoA º<?{ûzrÉ©Ð§Y\']','',0,'?'),(_binary 'v©q»ŠVŠÁ\Úÿ`TýI”','wp-content/plugins/wpforms-lite/assets/css/emails/partials/classic_media_queries.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/classic_media_queries.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\íÁ\n\ÓRC_5fè¾\áø¼',_binary '\âd0!\Z6º\Èb+‹¾þR÷r.“RoR²£+H','',0,'?'),(_binary 'vªðœF@* džùD\Îy>','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-gauge.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-gauge.svg',0,_binary 'e¤À\èM±±GùL\â¿',_binary 'e¤À\èM±±GùL\â¿',_binary '\n\ì\ÊFIp¿¸\çN{\ád74E?ºýðâ²¥K«>q\è\í','',0,'?'),(_binary 'vµ´\âÃ©ºµ|ûÓ²Úšô','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesAudiencesService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesAudiencesService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìs`wmzPÌ\ê§7Ž',_binary 'EØ§\ã\æÿ\Ï\î‚hB‰[\Ê³ŸW¬ƒ.µHp$]\Ä6','',0,'?'),(_binary 'v¸`úò—AgÅ…Z\Ì\Å<œ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Folder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Folder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úù!\ÓrÀ\ßë¼²\ì¯&+',_binary '·>G…:¶.\è\Ì]šÉ¤¶\á†+\ïÀm8·s$qôb‘£r\"','',0,'?'),(_binary 'v¼ ðZÁ»À˜l% \Å\Ã','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar/EarlyFraudWarning.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar/EarlyFraudWarning.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\ÈÔ€‡gI$«Y’‰G}',_binary 'ü3ùA}C”n\Öl~*—\ÜÏ•\nk\Ù¦MY\Ö#õ','',0,'?'),(_binary 'vÃ¢,\\­+Q¹\å\Õ\ÛñÖ§','wp-admin/css/l10n-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/l10n-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*\ÉH°<^6õ\ãPº\ÔR\Ù',_binary '\ì\Ó0Ó£užý‘{i;\Õ2s®J\Þ}ä­‡\ÓQ­Ã„w\ï¹u‘','',0,'?'),(_binary 'v\ÅO¯‚ ŒH2©Å­L','wp-content/plugins/wpforms-lite/assets/images/dashicons-arrow-right-alt.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/dashicons-arrow-right-alt.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'QU\ÒÊƒm,üôY\×ôþ',_binary 'þ-¯5\ì¯1\Ï\îÊ‡\Ê÷#ô\ÕBXº;\Æ8ñŠhAY\Â','',0,'?'),(_binary 'v\Ç%˜÷\Ã[\ÛVS\Éô¹}\Æù','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/InvalidArgumentException.php',0,_binary 'p­óÿ¬•\×msf\é!£%v',_binary 'p­óÿ¬•\×msf\é!£%v',_binary 'ƒ5BH­\Óñ3s)Ž [ó\è\0\ç>(–’‡J…7¿','',0,'?'),(_binary 'v\Ë.š#PÁ ¼‰\äH2\Ó\á','wp-includes/blocks/buttons/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³ÿÂ¬>u š™Y÷´Œ*',_binary '\Ï¾­/ù\á\×-(yö\à¾\î\å\Èþ\ã$¿£ó\æ\Þg´2','',0,'?'),(_binary 'v\Î{SD\â\ßUy)\Ë½','wp-content/themes/houzez/framework/stripe-php/lib/Exception/UnexpectedValueException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/UnexpectedValueException.php',0,_binary 'Ù—û\n\é(\È\Ç\ç]\â8C·)',_binary 'Ù—û\n\é(\È\Ç\ç]\â8C·)',_binary '\í­\ZžÝÍ£_KÀ‡\×o¯U$\Öù²ó¿\Ñz\È5N','',0,'?'),(_binary 'v\Ò\×q?\0\Ú{\í´\Ê=®Å­e','wp-includes/blocks/site-logo/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@\0Ø¼c›(Y\'~˜\é:ž˜¡',_binary 'BG\Ò\êeJA”8¤ÿ¼¦\Æ*ˆ\Ç[ô»\Ý\ÞM¸QœUxm','',0,'?'),(_binary 'v\ÝO>˜oDB½\Ï÷þ5s','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php',0,_binary 'ê¿‚´\Ñ/\"\Î^Z\âxñ^¹',_binary 'ê¿‚´\Ñ/\"\Î^Z\âxñ^¹',_binary ']a¥©\é•l„Œ•Š *LGB¸:—2\Ç>²\rñ“p,û','',0,'?'),(_binary 'v\Ý\Ú2È·¯\ÑXO\Ð6','wp-includes/blocks/list.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï\âhEÞ‰¦Ž÷\ÊY¦Ò«',_binary '  –O*\Ñ1³ˆºó\Ù\Î2ºŒnl\Ã°¦–²¯\ê\Òñ—²','',0,'?'),(_binary 'v\ß\ïŸz‘\ÞZqr\\¼@ñ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„n,þ(‚øûýº¬O',_binary '%ÍŠ¢õü\ï:S’¼R\àuI\0G\rÀþÿ,h:[´ºš','',0,'?'),(_binary 'v\âG‚.\Âg·Aõ\Æ#õr\é','wp-admin/images/align-right-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-right-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hƒl½>rº]£lW\ÆÀx',_binary '¤V:ðh¯Á\Æ#È†BT\Ö5i\0¥?„ùcÀBc\á„ô\Ý','',0,'?'),(_binary 'v\â\ÕM¢\"\ä£}ò\åŒ\êBj','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Eöð?†\á•\ÓÙ«ŽU-©',_binary '[ôÁ®M÷™‘ywB%….‹\Õ\Úü¨t\ãM¨\Íe\Ù`w»\×','',0,'?'),(_binary 'v\æü\á\â4\Ý|>\í<´ÿÀ¨','wp-admin/js/xfn.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/xfn.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôwcWº£_~\r\×1•>p',_binary '4‘[²¥Á”Å¸$[\Î\\°ŽÆ«4¾-3—–­zü”x°','',0,'?'),(_binary 'vð{#¿¹lš“b\0}\Ó\ãB','wp-admin/css/colors/light/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/light/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú[A\Ù\Åš9|‚PÙ¯\Å',_binary '97öE\nõhz½{\Ñ/\r\í\Ãó´Z»“¹=Ku\Üs','',0,'?'),(_binary 'vô\Û=/¡\ßG5oP,˜H','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CountrySpecService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CountrySpecService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†\\\ã\î \ãBþ°\ÖGs¬m\Ò',_binary 'Þ°É«8ˆ‹,2Z\Ã3¼¡€V¿³v¯¦H5`\ç•','',0,'?'),(_binary 'vùû„\Ä1\ÜWt–›~','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_paint_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_paint_24px.svg',0,_binary '\Ý\Æõ‚\íxÿ‰\æjŠG[b',_binary '\Ý\Æõ‚\íxÿ‰\æjŠG[b',_binary '¬ó\ãñ|…¾ož\ì\Èmƒù¾õ\Íwð¬K\Ú:®\nµ2','',0,'?'),(_binary 'vúÒ¸);D°~J\"\àq','wp-includes/js/jquery/jquery.form.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.form.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O¨–ö¯f\Ã\×\ï–•ñN',_binary ':\ïþ†U\ß\íŠa8\à\Ù\ZPû™‹‹­I¤\ë	›\Ï¯j\Ð','',0,'?'),(_binary 'vü÷üxƒ\ÓF^\"D','wp-content/themes/twentytwentytwo/styles/pink.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/styles/pink.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ékô¼2&IÔ±®x¶',_binary '\Ü\é|pe©V8Y\0Ù•h€Z¶\'À\ÌjýoWBþw\Ì\n','',0,'?'),(_binary 'w\Óbvž\Üp\ám\nO!¤p','wp-content/plugins/elementor/app/modules/import-export/processes/revert.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/processes/revert.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥›‚²\×3L\ÛÌ¿úÒ½\Ô',_binary 'Œ¼%€z¤\â€\Ø0õ«—\0\Z­øw)Ï›Š]\Ô7Ž%ž','',0,'?'),(_binary 'w	š\"•R–,CGW\ÖV','wp-content/themes/houzez/framework/stripe-php/lib/StripeClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/StripeClientInterface.php',0,_binary 'T./Zú”\îBv\í\çg?&u',_binary 'T./Zú”\îBv\í\çg?&u',_binary '\ÞT\à\ä\à\á\ãûµM¤!^˜‡c6\ÏVXpÿX¦°\éÕº?','',0,'?'),(_binary 'w\nÖ‹ž‚GÝ‘ŽT£Z?\Ç','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_5_4_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_5_4_24px.svg',0,_binary '<¹CK\ã|~9m\â§\Ý',_binary '<¹CK\ã|~9m\â§\Ý',_binary '‰¾\Ó\ìÙ¢¿–\Þ\ÎË»L(*«¥g½3\æa™KÖ€CŒI+','',0,'?'),(_binary 'wu\èšl|\åõp˜\ÊQ','wp-includes/js/autosave.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/autosave.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡º7P\ç÷¯—ƒE\ÐöCA\Þ',_binary '\åßº\Ê\í±K\ZXœLz^Æ™)\ÕYÌ§´µDŒö\í,ƒd','',0,'?'),(_binary 'w¶4©Z^GÌ—\ç-\ì\ï','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š¥¦(¤;yÑªl\Ýûš',_binary ' X¥0o+«\è)Š´«[t)±“\Öj1‹öD‘×›U-','',0,'?'),(_binary 'w¤.˜‡\Î\ëò¥­øi¥O','wp-content/plugins/redux-framework/uninstall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/uninstall.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'KÊ‰JV0a÷$U\Íô\Â',_binary 'ñ\æ1#ª,J˜\ê\'^«,ô\ä	74˜ò,yû3A¹I','',0,'?'),(_binary 'w\Ì\Ü\Çv{`d°\å\ß}e','wp-content/plugins/wpforms-lite/assets/css/emails/partials/notifications_media_queries.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/notifications_media_queries.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' 5o(K\æA\Ý]\êyz—¦»',_binary 'vX—¨*ð8iœò¼Ó©±ÿQ\Ù((\\\é\Ê\Ä›©ë‚’f','',0,'?'),(_binary 'w‚\ÃZ˜Z©‘\rF','wp-content/themes/houzez/template-parts/listing/listing-page-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/listing-page-title.php',0,_binary 'V\Ý~ºª+é‹¼f‡.ù7‘',_binary 'V\Ý~ºª+é‹¼f‡.ù7‘',_binary 'E\ÙN°‘eO6\é}a¦\Ù\â®?3²ð‹\"7\Z\Ñª„ð¤','',0,'?'),(_binary 'w©I\á¤#\è†\ß\äÁf','wp-content/plugins/revslider/public/assets/svg/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'w!Xw\Èg3”\nñJe\Ý','wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsItemBase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsItemBase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼ä§·r*\Ü\×\ï\×	R\æ?',_binary '!898\ï2\nÄ™\ìþ•\ÞÉ©;I\Þ8ü?§½Tjyvp','',0,'?'),(_binary 'w$\îd/`Ù³Nˆ%RÁ','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u3\ë\Ù_±{¼:§‰\Ìø',_binary 'ù\Õ|¬\Ë¿/¤©˜yë¥µ$þ­\"ag–,k\Ó\å\Ü\åûtr','',0,'?'),(_binary 'w\'C0‡Œâ…ˆ\×\ë','wp-content/plugins/one-click-demo-import/assets/images/icons/long-arrow-alt-left-blue.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/long-arrow-alt-left-blue.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó!:Å¸¯S´\Û@@8*\É',_binary '’þ«gŸkX\'\ÚÅ²ü£.\Ù\0¥1}ùQ¤xE€_+','',0,'?'),(_binary 'w,¯a\Z\r)\Êwb#\ç”','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á\çŽA˜ªðºŒ¦;–z;',_binary 'Ù¸\èržµˆ\ÎjýŠ¥:X7]›\ì.+ZFœœ­˜oÆ–','',0,'?'),(_binary 'w.YsT]6]§õ]r\î','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò9%ƒŽ	(Â²«Ÿ­',_binary '†©>j\Ê\éðŒó\îñ\êKfg\Ú]ºŸ\Ý/f™M¾ÀUŒ‚','',0,'?'),(_binary 'w5ÿn3$ ˜òLZº2`7','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó=r£\Õ\É»q°\Ërþò·',_binary '£ŒE\ÔÑƒM®Ž\×7\Ó\Ë\Ð\0+\êÿ³Æ¿\Ù\æ\Ú§\è','',0,'?'),(_binary 'w8h*™\\;°\î\ÍeŠ[\Ø','wp-includes/blocks/archives/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅÁ\Ä\êó™\ê	KÝ‘¾Ö‰§',_binary '\È9’\Éjé¹ ¤Ù ¬\Ñ4ñ\ÆSqðˆ¸Ã²«\ê–_\\`\ã','',0,'?'),(_binary 'w:·T@©¡iCÿ\è!\Í+F','wp-content/plugins/elementor/assets/css/responsive-bar.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/responsive-bar.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M[!ÿK=7û÷b\Ûyn <',_binary '¹È£\Ü\ä\ãü:g{ñ\Û\ï\Æin¬HP+U\ny>\ß\Ñò—¼','',0,'?'),(_binary 'w?,0O\ÛmQ„Ç¤Þ–·;','wp-content/plugins/revslider/public/assets/svg/action/ic_swap_vert_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_swap_vert_24px.svg',0,_binary '=\×J\ÌxŠõbY\ëx·m¬µ',_binary '=\×J\ÌxŠõbY\ëx·m¬µ',_binary '4pÒ—ñ³«ðU\éé’©.\0snû‘\Ä\ëAñSQ\à®{','',0,'?'),(_binary 'wCXu\Ò\ß-	˜\"~Gœ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/RecipientTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/RecipientTransfer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\ZW]§ø\ë<ƒ]€¢\Ûò',_binary '\Î\ç!T= w=È¦Y\Úÿ]¯c3ª$ù˜=‚Jå£¬[','',0,'?'),(_binary 'wDIš«-EòI\×l\å','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ûÿ\ïŸ\Ö»e4\êÊŸµðE',_binary '¡•ñ¦«4N+&ö:Ž<Y\Zt¥¬\Zù\ÅqÚ¡l\ÈY¡¹','',0,'?'),(_binary 'wG‚7S«:…|xó\×³','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/osm-frontend.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/osm-frontend.js',0,_binary 'I{‹›\Î$›|A9ey',_binary 'I{‹›\Î$›|A9ey',_binary '\àP\ã\Â\Å;F=×¡\ÐÙ‰\à£\âm;-¡œrö)\ÔM¡','',0,'?'),(_binary 'wI_¼IŠyz3Y¢j}	','wp-content/plugins/wp-rocket/inc/deprecated/3.14.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.14.php',0,_binary '\ÒeN&&|;xYL8',_binary '\ÒeN&&|;xYL8',_binary 'n‹7Â‰W\ÔCª\Í0:v\r\Ð±\í†f^º;)ýóœ5¸','',0,'?'),(_binary 'wIôZ\åž\ÂÂ‰¨l{—\è<','wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'wMIý¦‡°O:@S¼!S)‡','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/support-person.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/support-person.svg',0,_binary '}31­\Èg³\\–ôÁª¦	·',_binary '}31­\Èg³\\–ôÁª¦	·',_binary '‘ˆ«V¢\Ö7†\å~(§$y„]°pì¡§À¢ó\Ï_nñ5‚\ê','',0,'?'),(_binary 'wON`XK)k˜²°b4å½®','wp-content/plugins/revslider/admin/includes/folder.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/folder.class.php',0,_binary 'õ3ú=dÉ¬\É\á\èXNrþu\Ü',_binary 'õ3ú=dÉ¬\É\á\èXNrþu\Ü',_binary '»\ê?\Ú=ÿI†|‡C µ¡fö<*¸\Î\Z\æû\ÚF]','',0,'?'),(_binary 'wPk+&\ÙWžO\×rf','wp-content/plugins/elementor/assets/js/packages/query/query.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/query/query.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h&¹˜W\ëùxž\è\×b',_binary '|þ2ýzHÁü\ãW\\[„\ØrQ)Gˆ\ÜðA#$ºÈ¸ƒm†\ì','',0,'?'),(_binary 'wSyð\âGj¸2ù%r\Zzø','wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-grids.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-grids.php',0,_binary 'qø\àýƒD\È\ÑYA@‘',_binary 'qø\àýƒD\È\ÑYA@‘',_binary 'Ä«\ÉV©o{/‡£[TŒþ\æ\"ýAªý\ákÎ¯\Þ&G','',0,'?'),(_binary 'wT8Î‹ ú¤°µzY³ó±','wp-content/plugins/elementor/assets/shapes/split.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/split.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûN?\æì¶ˆB ,¬ªö\Â',_binary '‹©ŽeûCð†a\Øñòfš6³\ÐAXM\Þ®\ì2','',0,'?'),(_binary 'wTNc˜—*ÿ–{°fCH\Ä','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/FeaturesAPI.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/FeaturesAPI.php',0,_binary '®ñr QÞ‰\r·Ò˜m]œ(y',_binary '®ñr QÞ‰\r·Ò˜m]œ(y',_binary 'ŠŸ0sô\Æ_Á÷\Ï(\n·\Z\ÅÕ³\Ý6  pC\Ô\Ñ\ãgŒ','',0,'?'),(_binary 'wZ\è\è¸kFD9«œ\Ä\Î\Ùh','wp-includes/blocks/site-tagline/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-tagline/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á:ô\Ó/øzŒG\n®h\'°\Ñ',_binary 'w—=´£\ÒPú³©RTC6ªQ_9G¥\Û>Ÿ©}aQ\Ä\Ø.¸\\','',0,'?'),(_binary 'wc.üOhD6¹÷Ÿ\ßúŠ$','wp-content/themes/yith-wonder/assets/css/blocks/navigation.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/navigation.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.3 ò1j\r{•lÆMD',_binary '\ÅA4\Ñ\ç›þ%\íL¬¥\è¿c\î`õ® y»\Õêª@UZ$','',0,'?'),(_binary 'wd —¦­¯¢\Ð\ïŽ`\Ð\'V\ë','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LineFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LineFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§‚‘A·Ë£\0Ž~Fy)‚',_binary 'ƒÜ¯0r»\Ê\í²\"p\rû!4¡YV\êýk\"¨…‰=‹ž','',0,'?'),(_binary 'we–Q\çš;\Þw9™¬\Ç','wp-content/plugins/redux-framework/sample/sections/extensions/js-button.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/js-button.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëÝ¹¼×¶)\ì#¥2¯y-~',_binary '¦|9´\äúv+X1ÿ\Ït™‘\ÄLYe-ûza\îaŠg@º«','',0,'?'),(_binary 'wey¢¶=\Êc©;Ž°Þª«','wp-content/plugins/houzez-login-register/social/twitteroauth/src/HmacSha1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/HmacSha1.php',0,_binary '\Úy\åJ\×vZj\ÕZ24·&d',_binary '\Úy\åJ\×vZj\ÕZ24·&d',_binary 's¹	v´§iµûd	P}mTbMŽuqFP8OPB','',0,'?'),(_binary 'we£\Þj¶J\èýv?~µ‹H','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/availability-calendar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/availability-calendar.php',0,_binary '1‘õ\Î2Ox\0<\ÝS”\Ùp\0',_binary '1‘õ\Î2Ox\0<\ÝS”\Ùp\0',_binary 'ios\ætªª—Ÿ¥\Ñ=t‘u5!­¬ƒ™ü\ç‹1ne0±','',0,'?'),(_binary 'wl&^\ì\êvžG‚“\Êg\Ë','wp-content/plugins/revslider/public/assets/svg/image/ic_rotate_left_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_rotate_left_24px.svg',0,_binary 'JtDHv>¥2†ðŽ\Ö=',_binary 'JtDHv>¥2†ðŽ\Ö=',_binary '#ö}ø\08¹Q5‘…yXÁ4Â£Q\â.`f~ms','',0,'?'),(_binary 'wtµùý\êÄ¢wû1¥7','wp-content/plugins/revslider/public/assets/svg/action/ic_dashboard_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_dashboard_24px.svg',0,_binary '\àNm‡\Ç\Ó/NÏ©ý',_binary '\àNm‡\Ç\Ó/NÏ©ý',_binary 'ó\áÿ\ìT-\ÚòqE·N\rƒj\â¸\×[ü%9\ïˆù=£->','',0,'?'),(_binary 'wv%À6qJ%\ëÄ¸ ¨‡ ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CheckCompatibilityRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CheckCompatibilityRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹E[[@\çÍ¾;\é\î[\Æ',_binary '3;/+“šT\Ü+ý\í6û\ã†? ©1\ØU—¤t­§ÁÜ\î','',0,'?'),(_binary 'w{–~‹þr+DÞªŸd¿\ì','wp-content/themes/houzez/framework/metaboxes/agency-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/agency-metaboxes.php',0,_binary 'Ä¤·4³»™!»\ß\Ã\ä·ý ',_binary 'Ä¤·4³»™!»\ß\Ã\ä·ý ',_binary '‚Y_÷@{_n\"RTD×ªŸù\ÚþmXJÕš\ï®','',0,'?'),(_binary 'wƒ<üpED\0\Í\è!\áý¶M','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_7_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_7_24px.svg',0,_binary 'œ‡\ÞxB\'‘Ÿ,}mö\â\Ö',_binary 'œ‡\ÞxB\'‘Ÿ,}mö\â\Ö',_binary '&±ðfTpU;R\Þ\âÔ™=„L£Á\á-é±•\Ä\Ë¯\Ý','',0,'?'),(_binary 'wˆg\í©E¶þ5G.ŽI@‘','wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-code-snippets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-code-snippets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yŠ¸t¶9\ÙÙ¸g±‰',_binary 'GÎ…„sn\Ëú«zñ±Ek\É\"¸M»¯²Ž¤™z\Í	','',0,'?'),(_binary 'wˆ—M¯\r$¥Nb5\å]','wp-includes/images/media/spreadsheet.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/spreadsheet.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '68º\'Ÿ\î©\Ó;¾ƒ6.G',_binary '•\éfÇ‹B¦ÎFl8\Ú	UšWFjò&YW\Ú\Õ ­n','',0,'?'),(_binary 'wˆÁ\ìö	|«IXº>s','wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js',0,_binary 's&\É\Â”›¤E\ÕR¦ÁL7',_binary 's&\É\Â”›¤E\ÕR¦ÁL7',_binary '(ÿ\Í\ÏR\×\Ûm\Úo4Šo†v‘ZµñG$Š/‹\íft','',0,'?'),(_binary 'w‰‡g’\Ì\Ær§{Öš ^','wp-content/plugins/wordpress-seo/vendor/composer/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•]_\åŒ#Dö´\0óƒµ\â',_binary '\Z ŸøÛ’ö%§4~N\Ù~Gh!b\Ø­:w‚˜ÉŒ¿™\'','',0,'?'),(_binary 'wŠ\àqQ.Yq:?Ö…kY','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphAlbum.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphAlbum.php',0,_binary 'R=È¹ý”`ž\ämsÿ:\Ü\Ð',_binary 'R=È¹ý”`ž\ämsÿ:\Ü\Ð',_binary '¶2w|$\Ð\Ó3‚o„		ó­O\n½\"±§}*lÿM	JT','',0,'?'),(_binary 'wŠ›(\'‘²™ùD\å\ÐR','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/database.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/database.svg',0,_binary '1\ì~›¨\Ömk!\Ê\à}¿b',_binary '1\ì~›¨\Ömk!\Ê\à}¿b',_binary '…!^\ê­\ÃTTö­\ÕGµôV6ž\Û\êZ>oS&\ßÿ\Ä','',0,'?'),(_binary 'wŠ\ê\nj\Z¦¿I«V7pz\Þ\Ò','wp-content/plugins/revslider/public/assets/svg/image/ic_camera_roll_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_camera_roll_24px.svg',0,_binary '\Ð;zþ ”\r[‘Yô\ë~š\Õ',_binary '\Ð;zþ ”\r[‘Yô\ë~š\Õ',_binary '98…\\t3šò\àÅœ\É\Î\í‹*`@6œGòWl,a','',0,'?'),(_binary 'wy\Ò±U(\Ð^*Z\íG˜','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-cancelled.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-cancelled.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e,UH\â¶zÇœ\ÓÀ\Ë=Ÿ\Û',_binary 'ø$l¯¯aÿ`\ìøôN‰ý5\Îò ¸A\ÛeÕ¬%ç¨©','',0,'?'),(_binary 'wþ3\'\Âvº9\ë\Ü]1','wp-content/plugins/revslider/public/assets/svg/hardware/ic_memory_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_memory_24px.svg',0,_binary 'ð\0]ÿK\rM·òú¸\Î',_binary 'ð\0]ÿK\rM·òú¸\Î',_binary '*r‰¼<\é\Z\Öó±ƒ•ÅœºŒ.w\ç\Þ!;ò øvI\æ_ow','',0,'?'),(_binary 'w•Å¾ð!\ÐJ\ÙLa/+±','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð\Ç\èÁGˆ\Ì\É\Ù\Õj‡qž',_binary '\àZK“©Z!›\ÇS\×üË±û¥\ä”|òšMt\×Jš','',0,'?'),(_binary 'w–®\åuzú\Ý\Ã\Ôe,­','wp-content/themes/houzez/template-parts/search/fields/city.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/city.php',0,_binary 'j\rZ\Êy‚\Ã=H\Æ2W',_binary 'j\rZ\Êy‚\Ã=H\Æ2W',_binary '2žf\Ü\íýC\Ìf\ËL\ë\n OjõA\Z\\«H¬\Òý5“\ÇX','',0,'?'),(_binary 'w–Z\Ò)8øI’£‚%8\ÇP\ê','wp-content/themes/houzez/framework/functions/review.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/review.php',0,_binary 'U:¯š>%¡ Ù˜C\Äò',_binary 'U:¯š>%¡ Ù˜C\Äò',_binary 'L\\w\Ú\Ü\Ó>c£Š_\ÞB¯\æA*Yü„”\Ûüþ\Ì\Ù>','',0,'?'),(_binary 'w—\Ý\Zy¾5úÁ\Æò™\ãFZ','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings_diamond.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings_diamond.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­H“3²¬‡g$½W\êˆ',_binary '(`gdä‘€–\Â\ÌIùŽXû™yo\ìKfo\n˜½p&£B','',0,'?'),(_binary 'w˜\Ü\'®\Zõû\îÁº/ü©³‘','wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±8´ô+ôd}\ÉUP',_binary 'fiø‚8\ÜSŸ‹Ò¥ŠøzTŒ¨–\Éd\à\"w»\'\Ùq\Î4','',0,'?'),(_binary 'wcc•hb\ÚüÃ¯NFo©\Ê','wp-content/themes/houzez/template-parts/reviews/form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/reviews/form.php',0,_binary '”þfW\Ò\É9\éhh8i‚\Ü',_binary '”þfW\Ò\É9\éhh8i‚\Ü',_binary 'ž‡\Æô#ñ—\äœþ\ê?\ë\ïÃš%\Ó\éÀ`%7Ò£‘0','',0,'?'),(_binary 'wžÇ®¥\Ù|\ïz·<Mj\n','wp-content/themes/houzez/property-details/luxury-homes/walkscore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/walkscore.php',0,_binary 'ˆý9oóJ¦´f&/\ç‡\ìoa',_binary 'ˆý9oóJ¦´f&/\ç‡\ìoa',_binary 'ºùsÝ•}˜§cCIV:@\nfy{¥\ë\á\'\ãs_‹A	ˆ|','',0,'?'),(_binary 'w¢ð›‚NQVª0ÐŸ8|òd','wp-content/themes/yith-wonder/screenshot.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/screenshot.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë]Tl› Ð¯€·9´\Üõƒ',_binary 'ñªa¼\éJo\0\ÓÌŽú^\Ö]8tÍšW\í9\ÃW¿%-û\ëM','',0,'?'),(_binary 'w£¤\ïLý\ê£0œ\ïð]r.','wp-includes/images/crystal/code.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/code.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`\ï1²\Ïú\ï°õ1®9',_binary ';\ê©67˜¤ƒ”\r\Ø!Š\í\Û\çx\Z_@H\×\Ã&C”\Ð-\×\ã','',0,'?'),(_binary 'w¤¯\ß\á,Á	1“u\Ö\Ó/v³','wp-content/plugins/elementor/includes/controls/gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/gallery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨O\ry<V…•,\ß\Î\Û5\Û',_binary 'ð\ê°ûh»R\ì\î”\Îj?²R77)1Q³›[*þ@me\Ó\ë','',0,'?'),(_binary 'w¥möoÎž\r²î€·ù˜m\\','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GalleryReference.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GalleryReference.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g÷\r|óùn\×‹RØ„‰',_binary 'P\ÆH¢<3\Ï1&Ãˆ\Ð\é\â;(\àKs½ñ4(¬¥\ÖW7\Í','',0,'?'),(_binary 'w§@\ÏI©e\Æ\ÜR²fù7\Ù\Å','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹›‚hŒR´€\à¬',_binary '§üö=ömHü\Õ/¨\ne\Ûý\ëC¦3\Øu58‚','',0,'?'),(_binary 'w¬J(6\ï\Ò<Pi	¾*\ê','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/ContainerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/ContainerInterface.php',0,_binary '%q\ä~­\Çf\ì½\î9µ\á8\Õ',_binary '%q\ä~­\Çf\ì½\î9µ\á8\Õ',_binary 'D\"s÷TrI\È.\à¹ a\Þöô\âõºü\"å·¸\æ','',0,'?'),(_binary 'w®ô`M\Ë\á>\Ç{\Ôƒ´','wp-admin/includes/noop.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/noop.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã~\â‰Ão²KõKV¸e',_binary '½\à(¶ŒCF\ÂÎ³¥Ï“a¢­\êsüðFI`Iªs“DD','',0,'?'),(_binary 'w²D\Ãs.}P£›4•H\èò','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',ƒŸž—iS\Ö\'•”d',_binary '¥VKw0n¼\Ô··~1[ZÀ½š]\0½0Ot\â‹','',0,'?'),(_binary 'w²J\ÐÀ(ÄµŠ#\à\é\Ìÿ','wp-content/plugins/wpforms-lite/assets/images/cross.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/cross.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’/üšf\êfÌ¸”•¡¤',_binary '\è+¢K^ZŽÁ³‚\ÜK·\ÏA)ŠniÐš¹ù\×1 8','',0,'?'),(_binary 'w´®óš½\í:y„Zwø','wp-content/plugins/wpforms-lite/src/API.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/API.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶xUXe¤…•Û²)\è;',_binary 'SKY®ð\á\"†F×<±Td n=h\Î14ðGkª/ &	','',0,'?'),(_binary 'w·°\à@†{—Œ·|õgN%','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_line_spacing_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_line_spacing_24px.svg',0,_binary '\ÙsG\ê{\Z§GÅ¼‡\ä\Ï:\ï',_binary '\ÙsG\ê{\Z§GÅ¼‡\ä\Ï:\ï',_binary '.s\Ý\Ø7\íy\Ü{»–w¿Ë”\êµúŒ\ÌUw','',0,'?'),(_binary 'w·´Hmp|yZ‰9Ð„d&','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookCurl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookCurl.php',0,_binary 'ƒsN\å$JLKÎ•ƒ	¯`\É',_binary 'ƒsN\å$JLKÎ•ƒ	¯`\É',_binary 'õ\Â\êf\è\rip°±-:!ôh\Æ`hõ•\æiË\Ë','',0,'?'),(_binary 'wº\áÅ—e’ÿ\ÉSGÕ••','wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-base.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-base.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„Ç†¥TÚ¸D•ø€\ä	m‘',_binary 'þi$vö¡\ìz3!;\ï‰|Yù›J\Ô\êk\r@\Ük	\ç·+','',0,'?'),(_binary 'w»=Ò´HNM\×P¬D7…','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaChangeHistoryChange.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaChangeHistoryChange.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ên\ÓS×›ñÿ 6w\ç\ÅW‘',_binary '\× \×1?]\ÈC\0\Äö›£±–\Ë8ñcW18ÿ‹Ç´Zz\Î\Í','',0,'?'),(_binary 'wÃ‹ô\í\Ê9/,+1ý‚','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚gÛ°/*±‚\ÈC,k#',_binary 'avxu«‹í¶j¦«=žI¢S¶\ÑD{‘ù\ÞÁ’!','',0,'?'),(_binary 'wÆ˜ õus)\ÃCVtX‹X˜','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidScopeException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidScopeException.php',0,_binary '0d\Âg\Ú[ò\Ù|Š¢s¹\Â7',_binary '0d\Âg\Ú[ò\Ù|Š¢s¹\Â7',_binary '¯=«‘R,.¼Rm0\Ü\Ö\ã‘i<FMÌ»6\Î\Ï)^[5=','',0,'?'),(_binary 'w\Ç\Ïî¤õ\Å\0ñ9SW~±¤','wp-content/plugins/wpforms-lite/src/Emails/Styler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Styler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À\ß\Ëa¨E‰šª\Îp‚f',_binary '\ÇH¦‹\ç¤\Zü)ƒ\í·ö¦A*À:º\äS·<\â\ï¬á—¤','',0,'?'),(_binary 'w\ÌQpwEòò\à˜U0!Š=¬','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/bootstrap.php',0,_binary '\Ó\ÒpÁ£V|\Í\áa!¨J\Ãg\æ',_binary '\Ó\ÒpÁ£V|\Í\áa!¨J\Ãg\æ',_binary 'kC<œ\ëôõŒ\'8W»;m8l)¤Ž\ê#N. …[À7X','',0,'?'),(_binary 'w\Ø4uZ­qÿt‘ \Â;','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^|½H\Ê\æ\Î\Ã\ZZ‘)«',_binary 'y\Ú\Ôp”c6\é.W£XMy\n\\Cñ•?\ÈòÂ©­c9\ËP','',0,'?'),(_binary 'w\ßU¿·%\Üq\æDXaV','wp-content/plugins/wpforms-lite/templates/admin/empty-states/no-user-templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/empty-states/no-user-templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dÍ‚x\ã °\Ê\r7œ3',_binary 'QÈ¾\Ã\êm\ÞCo¸¸\ê\Z«º	bEj3q¼\ì‰[y\Òt','',0,'?'),(_binary 'w\á§Õ‹\\\à˜G\Ðû&•¢øA','wp-includes/blocks/template-part/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{oÅ…‰tc\Ö7»Sˆ/(',_binary ' ³v*„r“—\ç\è‚u¨\ìß©\ÇMqR	!\Âg)M?žŸ','',0,'?'),(_binary 'w\æ¶•’™Vk\Ö\ê†{K*','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ\î!E^\ÑHW\ÍÀ\Ðad',_binary '&\Ëý\Ò&h,C{õ‚@Ô€%\ÐS“(?`À\ãÖž¨','',0,'?'),(_binary 'w\ì´+2v¸)wq0¶\'OG¯','wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šb\×cû²[I/\Ã\ÞÞ„	v',_binary 'ö¯*M›a°†n¥¸8CŒH)0©÷š\ï.\êô-T˜\æ','',0,'?'),(_binary 'wð$ª¨\\Y…\Ä\ë.t°','wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™ƒ\Ç\Öø}§`<\é°_ú\È',_binary '\æ~fi\Æ4#5:w²\çA7R	lqx…K-¾Àº\Îø','',0,'?'),(_binary 'wòXùôŸ/\0\Øe0\ë','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchCreateContactsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchCreateContactsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v™¾‹\ç—Jš\ä\É‘Vlù',_binary '\Ù\êÇ•À\ì˜6uŠ+Šr\Ë s\ä#–\êP¬/\Æs‚\ÂHu\É','',0,'?'),(_binary 'wô\Ömõ>k0%U¸øO\ç0','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsSites.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsSites.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™û–&jû\æ‰©¥òÉ¶',_binary 'WùA\âŽ\êŠö\æ±ÿ•›/\êD	\Ív¹}`H','',0,'?'),(_binary 'wõd\Ò\'²srTŠMn‘;÷','wp-content/plugins/wpforms-lite/src/Admin/Builder/Templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/Templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«.\ç[óg\Ã\éÆ‚ù\ëN\ÇFG',_binary 'IRTmlo÷tyi^¦<†±’ò1Vg†;Šu81¬','',0,'?'),(_binary 'w÷$Y\àRa\'\ä\Ð,Ø¶ ','wp-content/plugins/wordpress-seo/src/values/twitter/images.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/twitter/images.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—É—B¤o\ÎiÓ–\Ôb¹',_binary '§=\å]MKg9`üšD,ó±=\ìt²±5m†\é®T£','',0,'?'),(_binary 'wýú\Úò\á\Ê:}V¹¼P','wp-admin/js/common.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/common.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó\ä\"\Z0v¿\ã¡\Â\ã1½Á¼',_binary '2Š\å[\ër±Á\ÍÞŠ(TU¯\Õa\Ìh56{nOký\0QK\ä','',0,'?'),(_binary 'x]\Î/³žû\Ç}\Ý\í','wp-content/plugins/bluehost-wordpress-plugin/bluehost-wordpress-plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/bluehost-wordpress-plugin.php',0,_binary '¨\Ì\Ñ2´?¹I<\éh{\Í\Û',_binary '¨\Ì\Ñ2´?¹I<\éh{\Í\Û',_binary '=Ÿ\ßMR¨\0?„˜b\Ò\×þ\ë–j\Ñ\Æ—€˜\ç','',0,'?'),(_binary 'x	G!N\ä·$¥.šdŽTb\ï','wp-includes/ID3/module.audio-video.flv.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio-video.flv.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(\Þ\Í\éAZ?¬!x&3h\Å',_binary '¥7T@ü7\Ìl±E\ìÅ“#¡ø±£¨Vð,\ÄLi\î‹\Ð\'­','',0,'?'),(_binary 'xYùt\ègtP~@ª\ÉM~','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSet.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSet.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A\Úé¾¿ù\á•\åªÂ [\Í!Q',_binary ',˜Xðh’da!J‚\ÛÖ¢\Ê]þ6Í£A¬_\îh‡mš','',0,'?'),(_binary 'xG¡\Õ\Í\r\Z¢u„ôxg£‚','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž[H`\Ï4u\'\Øc\ÜFs',_binary '}øÆ¯ˆ\Ë\ãÛO`{+˜IBLý’dJ‡ˆ´=\Ð\"	','',0,'?'),(_binary 'xôR\0\Ù\Ù,;\×Õ‡','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/class-redux-multi-media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/class-redux-multi-media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹‰µy•\Îóû‹\Ö\Ë9­',_binary 't¦!ybÀ¹iRo(\è2ò=‡§rÐ0Ü…}ó›*OP','',0,'?'),(_binary 'x\\û\"\Z9ð­˜f‚vš¯','wp-content/themes/houzez/template-parts/header/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/main.php',0,_binary '\"5<¦\Ë\Î7ñ\ÊEò+[b',_binary '\"5<¦\Ë\Î7ñ\ÊEò+[b',_binary '%¿\ÈvÙ¡]öS\Ð%kŸ²kÿU¢%@J%\ã¤\ê6a\Ý','',0,'?'),(_binary 'xt;x¸Œ\ãZŒE\ÍCH','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/ReceivedCredit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/ReceivedCredit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú/Tm\Û\Ê\Ø:j-y\ÂF)',_binary 'y!‹†JFf,\È\\r¡CEÛ—\\ ]n½‹XN®0=#÷\ß','',0,'?'),(_binary 'xÀ\ÇÝ‚~ú›&fV$´Þ²','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/ModeToggle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/ModeToggle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\Éb<@A­Wä’œ\\ú\ì',_binary '¦Ÿ\Z±e¤¤\ÅpÀ]Eÿ\Ù4\Ý>œ\Ô[š\ÜcE1œŸ³ ','',0,'?'),(_binary 'x#¯bW;i‘{i‚g\ã','wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹\Öõ­€m…j<©]\ã5Kø',_binary '¿³\Î!\ïON@h\ÉAµ\Ív-\ç•ò¤Àó4¸\ÌJ\n','',0,'?'),(_binary 'x(-¯MmWL\Ë\ß\×2…\å\Ý','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Fˆ¨¬Q½¯:‘³\í³X',_binary '\'±q…ÜºY\Ç~\Îð8~\Îýÿ””º}	2:\å&˜Mn','',0,'?'),(_binary 'x*+\Í7“©\çH^-\ãù5\Ç','wp-content/themes/houzez/framework/stripe-php/lib/StripeObject.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/StripeObject.php',0,_binary '˜¬2=\\#;\Í³@\àõ\Þ',_binary '˜¬2=\\#;\Í³@\àõ\Þ',_binary '›\Ð´/AœLO­ûÖ¹ª\â9v·z6\æB\ç\áø\è','',0,'?'),(_binary 'x8?jN9<¦´:²‚»µi)','wp-content/plugins/revslider/public/assets/svg/action/ic_invert_colors_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_invert_colors_24px.svg',0,_binary '¥˜IhöhŸ^]wPÙ²\Z\Å',_binary '¥˜IhöhŸ^]wPÙ²\Z\Å',_binary 'ÚŒ8õ\ÓÁC\ÌPÁj\ÍO\å÷|H™A„+[r‰§M\ç”6','',0,'?'),(_binary 'x9@^6œ\Åß‘¬óŸo·\è','wp-includes/images/w-logo-blue.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/w-logo-blue.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý[N°W¢ð_p\àw®0',_binary 'Þ£^Qt\ä3ôHunUâ»\É\à~²\'»T2','',0,'?'),(_binary 'x<ûLL\Z\Ë)•m^˜\Öq\Ö','wp-content/plugins/wpforms-lite/assets/images/welcome-video.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-video.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~LI*]MtørÿÁ\rb+\r',_binary 'LÁ\Ñ\âü\â‡›JÑ‰ Z„\rŒJKi‹\ÜS–p),¿a	','',0,'?'),(_binary 'x=BY\èfpS\Ò‚‡Óz','wp-content/plugins/houzez-theme-functionality/assets/images/approve.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/approve.svg',0,_binary '\ì?n0a\Æ* 3ª\ÇE\ëÎ–',_binary '\ì?n0a\Æ* 3ª\ÇE\ëÎ–',_binary 'òoþ\'˜¥\Ù\rŒo\0o[›\Z1ÿï¹«0}ÊŠç±ƒ§À3','',0,'?'),(_binary 'x>\Þ\à‰\\×™¡\Äï©™Š´','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php',0,_binary 'v5~\Òß½¢\ËtÃ´‡',_binary 'v5~\Òß½¢\ËtÃ´‡',_binary '¥l3P\Ø_kö5\ÖBŒG‰\Ð\ãV¢…]¥ðKö^Á±\Æ-%À','',0,'?'),(_binary 'x@ƒgñu\Än(\Æ\Úd‰…¯','wp-content/themes/houzez/template-parts/header/partials/logged-in-nav-ele.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/logged-in-nav-ele.php',0,_binary 'h·€s½ú {.„\ÅhEr',_binary 'h·€s½ú {.„\ÅhEr',_binary 'òYgT‰Œˆ\Õ\æ½\æ\Ú\à5c—l\Ê|Q`“\æq\Ï!','',0,'?'),(_binary 'xA?÷ò\Î]t¨\ãŠfªy]¢','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-24-4.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-24-4.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›tD_cš®ótŠcŸG\\',_binary '­V·\rs¹>‹u.JŒ‰§:ù\0\ê®i\äô\Ì','',0,'?'),(_binary 'xHz°O½F&9\0öQ\ä','wp-content/plugins/elementor/assets/shapes/wave-brush.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/wave-brush.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'°\æA·­9+§3¯©\Ï!',_binary '_`Ü¬\"T\rü\ÄvUoª½@)2ŽF¾?õW.~ú4V\ê5','',0,'?'),(_binary 'xIH\Þ.”9”Y\Ã\àBO','wp-admin/css/colors/coffee/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/coffee/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^„u©¼ i»\æPA£\Z†Ÿÿ',_binary '©67\ÂSµD><È¶óù\îø ye¼Õ‹V‘N\ÓcMM','',0,'?'),(_binary 'xI°¦;,0n§fMÁv†¤6','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements/ActiveEntitlementSummary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements/ActiveEntitlementSummary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹_²Hö*Zfÿ„z\îÿr¼',_binary '`±\ÙMlh\n±(ú\ÎX¥–¾º1CGký˜w=$}\Üd—\Ç,','',0,'?'),(_binary 'xLKx ––2¸¯Isò!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î\r—U¡Šö\Öý\ÚCB\"',_binary 'ƒú)M£¦•ì©‚tU\Ê\ä¯Î´\ÕÔª\Ûù¯\ÌF.ü','',0,'?'),(_binary 'xLþŽ“¶Jf\ïnš\\¯h.','wp-content/plugins/google-site-kit/includes/Core/Storage/User_Options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/User_Options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n¼\nq½™n:dJ\å\Ã\Ô',_binary '\Ë\0Q©<½ý0#x\Û\Î\Ñ÷W\ßúlš\è(y‰\Ã>\×\ì','',0,'?'),(_binary 'xS¼– Š\n5Ó¬yœ\'¾\Â','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/Details.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/Details.php',0,_binary 'ù© \Êiö&ù0Ä€Z¢\Úð',_binary 'ù© \Êiö&ù0Ä€Z¢\Úð',_binary '/£c\ÈTû¼2E³i\ä\Êr\Ï&Ò¡\\BkDXS','',0,'?'),(_binary 'xT\nÌŽ¸C,\áó\é\Ìñ','wp-content/plugins/updraftplus/css/updraftplus-notices-1-24-4.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-notices-1-24-4.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àe”«t]&(J$Pk[',_binary '\Zð¬Ö¯‡\ì	h€ê¥®Z.˜9`=‚P\à,¥iu\n0ª','',0,'?'),(_binary 'xV‚Mš\é>–n\Ù{O–ÇŸ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åI,0`\ç-=¸OxH§¼',_binary 'â°m¼Wka\Ëö—\è2ƒSj\Ô>¨\Ë·…\"\Çwù<','',0,'?'),(_binary 'xWU\Ôó\ç’\Éhø½	„','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@¿Œeiþ¦¿Mi\å\Ë',_binary 'f\Ú<8^.¨ÿ\r\ÇW\î”aÿŽV\É|<T	ü„Š÷Ðó','',0,'?'),(_binary 'xW\Éw;Ÿ·9 &\Â×¹','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ErrorObject.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ErrorObject.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”²<\0ÿ´qZkøKOSK',_binary '‘ûp	sŽ\Êd±M3¯Nõˆ­\å\í\Å|sšN`\Ê\É','',0,'?'),(_binary 'x`¡s\ìŸpˆ(\ÊÁ7$\'‹\Ö','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û¢Õ†°\Óý\ã¿F\Ä\Ìý>',_binary '(\Z9[šh\Öa¿‘»˜=´ñoÿY\Ù^L{_Aø.S','',0,'?'),(_binary 'xa\î„KP9þ\Ðj\Å	\Ö','wp-includes/blocks/comment-date/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-date/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨·jÀÜ«U\ï‘7¼…\ê0ty',_binary '\å#£¹¿&‰#0õŠMu×ŒS\ÉÃ³Gæœ»\ê\Æg\Ðu¥~','',0,'?'),(_binary 'xf‚¨\áV\ì{™F÷ŽÌ•*\ë','wp-content/plugins/elementor/includes/elements/column.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/elements/column.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*h\Ã	ûw‰È¥o¬•©ú',_binary 'xº\å7\Âl\èœD¤¢3`z×²i\×Ò½]–1¡¹\Z/\Õ','',0,'?'),(_binary 'xl\ê\íQ!\Õ\é\Ú)P¸X·','wp-content/themes/houzez/template-parts/footer/social.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/social.php',0,_binary '¢yB\èKy\éÅ«\\Á',_binary '¢yB\èKy\éÅ«\\Á',_binary 'Š4œó™¼ª&F:r«R°Gh\ê/;/iw½¿\íA','',0,'?'),(_binary 'xntZª,rÌ¼JkŠ¬\ã\Û','wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dÁ„ñ\nœFdiU˜“\Øz',_binary 'õû\Ä­¢xŒ]\Ïpb°œ<ª=Ê¯\í·\ä¨]˜ª+M','',0,'?'),(_binary 'xsµ¸Ž\Õg—§rŒSƒ\â÷\Ð','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CVsµ˜ybo¸3`>j#\Ò',_binary 'wA¨/e{zwý\ÔþW&œ	1og\ì\ÔR¹Œ²‰…]DŒ\Ï','',0,'?'),(_binary 'xu\È\ÏÖŽ\Û[\Æ\é\åv-\Óú','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´V[{¨‰ô\à¨\nHª{Mf',_binary '7­\Ôü>&¹\'qbé„À\îj\ë¢d$C\Í\î\ÉðÖ‘°','',0,'?'),(_binary 'xy—!\àøôqÁ)ö.Ë‰\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎmŽ„†•ÍŸ\Ê\är\Ñ\Ö 9',_binary ';	\Ñ_öY\ï\à·\ítŠ7K\ß\Õs—•mCø\Þ\r\å\à\Ê\îo','',0,'?'),(_binary 'x…È©\æÆ­MJ:´„]>À','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-envelope.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-envelope.svg',0,_binary '@‚‘zõˆ]D\Õôo6,8',_binary '@‚‘zõˆ]D\Õôo6,8',_binary '\Ö{T°‹*œë‹ˆ\rn$Àö\ãb\áˆw\ÌkŒ\æw#‚Åª)\Ù&','',0,'?'),(_binary 'x7r@÷\âB*7ˆ','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'x‚-\ÚdT\ÒAe–\êï¥±','wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':\Î\ä4\Ñ\\—}!#²t\êÓ ',_binary '\Ë{²l\Æ\ïº\Õ%!\áš\äg¦~¬ž3Q\Ò\Ôs«5XzÁný','',0,'?'),(_binary 'x‚n±ó1…\Ô\ÙÌ˜Ž†ð','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#—i\\Ê«\ÂõDr\â\Ø>8ž',_binary '\Â\\¤…za\r§\Ú4\"\ìW~¶Qñ:Á(k\Çö\Þ?\Z«„\ä','',0,'?'),(_binary 'x‚v\ï±\Ó\É9`}g‰C‚','wp-content/themes/houzez/template/template-thankyou.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-thankyou.php',0,_binary '+M=\"I+LS-²;',_binary '+M=\"I+LS-²;',_binary 'õÔ¾rð|[\Ðs4¢m\ê\n>•‰šš<RQŒ#zk£œœWMM','',0,'?'),(_binary 'x„o#s{ƒ-\ã\Ó\Ñó \Z.','wp-content/plugins/revslider/public/assets/svg/device/ic_nfc_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_nfc_24px.svg',0,_binary '%g´º:ZBŠÀw7VP\Ú',_binary '%g´º:ZBŠÀw7VP\Ú',_binary '%?$\Å^ \èuÕ¦Y\å\0@k£\èõ\ëW‹;¦\Ø\Ñ\Õûž.*','',0,'?'),(_binary 'x†7.D&ôÚ¹\ïg\æ¹','wp-includes/blocks/navigation-submenu/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-submenu/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\"\Ô±\Í\Äa¤»\í(\Ä',_binary '%¼¯]cÄŒ	­“&©$_°_©\ê1;SŒ\Âß·¶\"','',0,'?'),(_binary 'x‡»2D\Õ\în{\êM[/E','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7‹ƒ¨\\û°ñ\Zµ°\ßEn',_binary '{GSÁ\Ý0‡«\Öù\î…\Ã)\Ëñö.~ƒ©#m¼}\Î:2\È\Å','',0,'?'),(_binary 'xŠ|¶\ä‚\'¾\Õ\Íi\ç$ù','wp-content/themes/sinatra/template-parts/content/content-blog-layout-1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-blog-layout-1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '))\î`pYgK¿q^6VŸ',_binary '8—µ\ÞýJ-Î—Á·¹´p¿RgðÀµ{¡.[»\ÞRš','',0,'?'),(_binary 'x–^m\Ý]Ì²š/õ\ÅL4vU','wp-admin/includes/revision.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/revision.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3ß©vM-\æÒ \ÜH\åkø',_binary '\Ð4u¿ºFG–|že„”h‘+ú\à–:†¿<fn	','',0,'?'),(_binary 'x›Õµ«‡\çR\É5›°¬%\Â\Õ','wp-content/plugins/houzez-studio/admin/js/i18n/el.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/el.js',0,_binary 'cª—lºMXŸœ1\ç\å/',_binary 'cª—lºMXŸœ1\ç\å/',_binary '\Ý‚PF\ê!ôƒ¬K2þO	$>\Øø¢¹pˆŠ5.E„','',0,'?'),(_binary 'x ×†\ÝÑ—«ý3µZò•','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/wpforms-icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/wpforms-icon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')ö¯œ	l\Ô ¼þ\00Gy´',_binary 'f6\ÉÞ°«»Šµf„œUcizÄ½%\Ã~¿¯¼{¤‹\á>0B','',0,'?'),(_binary 'x£Km\àf‚e³\èò\Ã=µ\Ìo','wp-content/themes/houzez/framework/stripe-php/lib/WebhookEndpoint.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/WebhookEndpoint.php',0,_binary '\àÿ\Ù@\0C\Ã6y«.Hw\ã\Ï',_binary '\àÿ\Ù@\0C\Ã6y«.Hw\ã\Ï',_binary 'øÜ¶«gq\r´°ˆ\ÊJtCûMÿbõ\à¤§©:','',0,'?'),(_binary 'x¤S‰]\Þ\èŽ&B|\Óg\á','wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/Notices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/Notices.php',0,_binary 'ø\Äh\Çw;¹\ÈcyUV',_binary 'ø\Äh\Çw;¹\ÈcyUV',_binary '‹j0Œhj©\äck@#\ãXÓ´‹Ã‹ü,?.#Â³\í´\Ô','',0,'?'),(_binary 'x§å‰¨…“\'L~‡\ïŒ04','wp-content/themes/houzez/framework/stripe-php/lib/ApplePayDomain.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApplePayDomain.php',0,_binary 'ƒŠŠ\âL\È`+®{\ã\Æ',_binary 'ƒŠŠ\âL\È`+®{\ã\Æ',_binary 'M\Ú¬Aƒ–B@†w‹ÿ^s²2N\äU_Ó¸}Ù¹d','',0,'?'),(_binary 'x©ú‰Þ¶¦5LC\Ç}½¸','wp-content/plugins/wordpress-seo/admin/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EÐ›´‹O0‹cº«Ag3',_binary '\Í\Í	èš {‘c¼FJ\Ãw±¦!}aŸ˜ü9','',0,'?'),(_binary 'x«¼²QG™9n›J˜|ª','wp-content/plugins/updraftplus/vendor/composer/autoload_static.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/autoload_static.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\É {¢@¬´CT',_binary ' \ä=\Ïr$¡_WJ8k%±M *\áLö\ã\Óy\ïódª<\ïu','',0,'?'),(_binary 'x¬K(Žja<ú\äp£ú»','wp-content/themes/yith-wonder/parts/footer-3-columns.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/footer-3-columns.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç>\È.˜Ô§@ŠE¯ñ_Y',_binary '¯\ËR\â\0l˜o„ ¤\Êt*R$IWÊšu öŸI','',0,'?'),(_binary 'x¯=Eg´¤Î¾\ín¡cH¬','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/box.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/box.svg',0,_binary 'E›”ðÃƒ\ÍAz©q|f',_binary 'E›”ðÃƒ\ÍAz©q|f',_binary '‘\Âgj¨\ëÅ¦†V|e7c\04¨~ø\â$ˆ%p«$ë¶','',0,'?'),(_binary 'x´*±\Ð3u<òe\ßZ\à\ìH\"','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H7ó°\á\â\ÃKžŽ 9wþ',_binary 'øó.ˆûs·FRÂ‡p\â–\ÇAøT.Ž,E«HûQL','',0,'?'),(_binary 'x´{\âÎ‘\" \ì^‰ˆ\Ða6\r','wp-content/plugins/updraftplus/images/googlecloud.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/googlecloud.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊAf\0L œ\Æ\Þ\äˆX&\Õ',_binary '‰0Ez\ãBÊ£Z<•ðöº„\íKL8u`Û¶JŠ\éo','',0,'?'),(_binary 'xµò4^ß’\ÝcZ[\ël{','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-24-4.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-24-4.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç´\Éw\èiz]F¼¾\Õ\î÷’\Ç',_binary '›\Ù\Ì2~üãœ¡i`~sD\Ý4ú\àûñ&>÷´ÿ\ê\àP²\é?','',0,'?'),(_binary 'x·iköi\èQ¡	u\ß@2','wp-content/plugins/redux-framework/redux-core/inc/validation/str_replace/class-redux-validation-str-replace.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/str_replace/class-redux-validation-str-replace.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P\îZÿD®;&r\Æ°’\ë',_binary 'Õˆq¤zL<\'\ÅÇ¬£š\Zˆ¤n„\'ôLT¢¼óJµ\âL','',0,'?'),(_binary 'xº™\0ûŸê¨°\Ê\ÆS+6]','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùcžú}¢0y\n·´®¬\Ü',_binary 'ßŽûQ®Â¬b(:`#¾PÞ²Aˆ‚3DfE¹\ÂP\ácF','',0,'?'),(_binary 'x¼`\'Ð›;ŒÔ¦M\â\Å:ó&','wp-content/themes/houzez/template-parts/dashboard/statistics/24-hours-chart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/24-hours-chart.php',0,_binary 'zSÞŸñ†~e†Žt\áŽ',_binary 'zSÞŸñ†~e†Žt\áŽ',_binary '>Œ§­\Ê;$w\Ø\Öz\Ö+¿k´óˆ \Æ(3„r¿ô“<ò\Ù','',0,'?'),(_binary 'x¿ƒ+?\×o@j”k\Úk=','wp-content/plugins/wpforms-lite/assets/images/icon-graph.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-graph.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤G2\r\ÛFv\ß3V\íe˜µ¾³',_binary '\éJWŒ“j¶C7\ïšc\Ö\ÄÆµ¦–€¬5¥\Ýyw·4·•1','',0,'?'),(_binary 'xÃ \0\ï\Z \à\n\ÑWõ\×J\Ú','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø\Æ\â\Ä!\Z(\Æa5!ò¾P',_binary 'xw\ÃÙ†,OP²–¢$\îOuÿR\Ïzü[°N§»ÅŒ\ÅÀ','',0,'?'),(_binary 'x\ÏG\Ç4Š\Ã\'tS\ÂBim|O','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Tag_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Tag_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Þ­¬2B;¡Bnh_\ã#«',_binary 'Cç·Œðˆ3Ò›R \åM÷€%©\Äl÷²”ÿi‹i\ß','',0,'?'),(_binary 'x\Ù.½¦ŒXó\ëJ$§É®Ü¹','wp-includes/blocks/pullquote/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öW\Îz¾ý ï¸Ž\n\Ðò',_binary ')6V\Îý-l.w>£!Ø˜\î!£\\tCôt\èµ;\\\Ú1','',0,'?'),(_binary 'x\Ü\Úc‘#þ\âMhú\â2\Þ','wp-content/themes/houzez/img/full-star.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/full-star.svg',0,_binary ' \Õù~¢p\Óÿº‰\É\é1MK',_binary ' \Õù~¢p\Óÿº‰\É\é1MK',_binary '\ì\ï\r»¥A@C˜}ƒªP(DMZBº-\\yû}ú†’\0','',0,'?'),(_binary 'x\à¹Á^¹E\rYªˆr\Ë\è','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/clone.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/clone.js',0,_binary 'ª\Úw\Ú\ìrµú¤x~9Å“',_binary 'ª\Úw\Ú\ìrµú¤x~9Å“',_binary 'ƒ\0°X†/û\ÌõK£W©\Ç Q}\Ø0)nŠ|\ÃZœ','',0,'?'),(_binary 'x\è\ÚÆ¹Á‹/ß¿FM\0šš','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{_¤€=Y¯)u]¶WA’',_binary '\æÄ¥ú\ÇQ$ƒEf\0W£ mÔž\ÔÕºpRD»Ä‡¤0->','',0,'?'),(_binary 'x\é?3-å­¹š\é\Ã\Ê_\â','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á\Î#ô¡V\Î\æVRwˆKÁ',_binary 'T·À\Å@¡¾\Ò¨ÁXùõ\É\á`üÑ”Î¡ˆœ\Û\íw\Ïq','',0,'?'),(_binary 'xë‚‚Ÿ@}Y\ÇŒi\Ë+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/tabfocus/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦™ÏŽ\Å@\ï/@MümóN\Ù',_binary 'žxM‘”\'È¤“\ç´=\ÎÚ·¦?$ŠS,Fy¸„¥Ö¥','',0,'?'),(_binary 'x\ì	4d—Fž•À\é\Ýb`°','wp-content/plugins/elementor/core/files/uploads-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/uploads-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/P\â:j\Ë\ä­\Í.ý	\Ð\ÙÁ¥',_binary '#ú#„Qš‘ùv\áÊŒ‹öF¨—\ßF	\Û\äþª\ØM\Ôdi','',0,'?'),(_binary 'x\ïz#\è]”rŒu?0Ÿ®Où','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\ß‹\Õg`É¸:Ú•^',_binary '½•ŸF/Q°H\0ù¦\æ^l 0¡BÎ“Õ«6S@Ph\ë','',0,'?'),(_binary 'xñYÐ‘=ðmTj\Â\é\År','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/BlockRenderService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/BlockRenderService.php',0,_binary ':ö?\és	\ì\Å]vÓód‰',_binary ':ö?\és	\ì\Å]vÓód‰',_binary 'òùHô=_\n1¿…mlY@¤5HšÝƒ¦\än‚%N˜ðt','',0,'?'),(_binary 'xö\ÖÿL\Þ]\ÕÖ­BlöX','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/IntegerArgument.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/IntegerArgument.php',0,_binary 'ZþD~\é€ù´#\å´qi6',_binary 'ZþD~\é€ù´#\å´qi6',_binary ')Ø³1RõûÍ¦^wm6PszI\ÕB9‹™','',0,'?'),(_binary 'xû*b]\ÓD›Áw¼n»-\'þ','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Connect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Connect.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žó\í)\Ì9ÿ1Hš‰\È',_binary 'ˆ\Â\èÝœ™}÷XA\ï\ïq*€Ž¨8~ô\Å<(Ž\èa','',0,'?'),(_binary 'xü\Æ;HMü\ÄYžöL','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´f\Þm\å\Ú²G±Z:ÿ#',_binary '«\å+\êN[W\"yª\Ìó•+\í[[\Ìöfš{\ZG…þö','',0,'?'),(_binary 'xý|Mc³B+\Ì@Ð©wKT','wp-content/plugins/updraftplus/images/updraftcentral_cloud.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraftcentral_cloud.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j¶ô¥ÿ\Æ\0\ß;>;ˆJH©-',_binary 'Z„H9žœÁ\Ô+ù·ŸdvW\Î\Å\Õ,¨\ä1\ÂF¯\ìK','',0,'?'),(_binary 'y´í†¹˜qn\é¯p¶“J¥','wp-content/themes/houzez/template-parts/normal-page-search-results.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/normal-page-search-results.php',0,_binary '3o…¥Hn \ï°—4>/Ø±',_binary '3o…¥Hn \ï°—4>/Ø±',_binary 'q\ï\í®7jaA+¢w™Þ’?v¼\0öù;¨]ÿ0®\Ö\å','',0,'?'),(_binary 'yŠ­1‰\â-\è†/fI× ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê\ã09\rÉ˜a—d·£øP',_binary 'F*O\àÐžq^\Êl\×\Êgz·‚,I?\Ôb\ÎR\ï]K\ÂÖ³E','',0,'?'),(_binary 'y1‰’šP\Z,AJ\\[ð,','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/class-redux-widget-areas.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/class-redux-widget-areas.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\Úô¸wD\É\ã8\Ü\Ë\r>¶',_binary 'º \ï¶\×+UE¤ø\ÚCÏŽ5~·X«\r	¹Mu','',0,'?'),(_binary 'y&E\ÙzÝœ™Z½y×ºÚ²','wp-includes/class-wp-recovery-mode-key-service.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-recovery-mode-key-service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—«lMGµ=yœ¤ ž‘5',_binary '>G\Æ\Ãi/—¶­\0jDTk\r«8 p:u´\Å','',0,'?'),(_binary 'y) º¿wQ!\0\Ú\Ü3`M','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bB!~÷ÿü-È†ýÙ­',_binary '\ï>¯€T±kHÁ\ï~;o‰ELwpý‚J\Ã\Z','',0,'?'),(_binary 'y+…|pU\×\Ù\"\âAY\Ý$F\í','wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ò‹\ÉU\ÎX\n©‡ô†Ýš.',_binary 'è•¸¤A‡4·#)’\ç)•¿Å›oG\Æe®9ƒl\Ú/õp&','',0,'?'),(_binary 'y+º´\íÿrf\ÍÁð\åé‡','wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ØE»÷[HMh$m\ß\Ô\r',_binary 'c34g«m}Hš\ØÀQ­€\"øö\ÎIÊ£‡ºn:¹¼\Û','',0,'?'),(_binary 'y/\à€¥\Ôk\çd\éY|ýƒv','wp-content/plugins/wpforms-lite/assets/images/builder/check-circle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/check-circle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2;†\ìVD\"A4Á¢f÷',_binary 'øX§T¯’\ÛW†ðIÁºžZ´žm_r|ZB‹-\ê','',0,'?'),(_binary 'y4k\Ì]gnx‘·|Šò\×','wp-content/themes/houzez/framework/stripe-php/lib/WebhookSignature.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/WebhookSignature.php',0,_binary 'xte\å]²r1\Þg\r“',_binary 'xte\å]²r1\Þg\r“',_binary '™žZYñV;0„\"=_¿\Ä/ŽI0\âl\Ð{µs\Äý\'XŠE8','',0,'?'),(_binary 'y52¤m£\0¥l™\"ùe','wp-includes/js/dist/priority-queue.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/priority-queue.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôe$0AhÚ°¢\è\ä~…M',_binary 'óð –g¨”V\å\Å\nŸUÐ¬¿y6\Óe$~RP1\ä„8\â¤','',0,'?'),(_binary 'y=T-³À¹>\n§ \"wP\Î','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TaxRateService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TaxRateService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']€¨ŒSq_\ãkªŒ‡J\æ™û',_binary 'X¨\Ïl{be÷\áÑ”!¬R\ß\á»-\ë\Z€¦¢Ÿ\â\ä_','',0,'?'),(_binary 'y=»quû²±P\îð\n\ãw5','wp-content/themes/houzez/template-parts/listing/partials/item-image-v4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-image-v4.php',0,_binary 'b\ÐO\æ-®“c«ß¹X',_binary 'b\ÐO\æ-®“c«ß¹X',_binary 'tž=xuô}•óOþ\ê]¤\ÙM5\ßcm’ý‚(©>\ÄLW','',0,'?'),(_binary 'y@‚E-\ä\Û)ƒ’¾þ­\Ø','wp-content/cache/wp-rocket/point2listing.ca/portfolio/index-mobile-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/portfolio/index-mobile-https.html',0,_binary 'RpÑ„\Z$™cÊˆ¸h•ú',_binary 'RpÑ„\Z$™cÊˆ¸h•ú',_binary 'ƒs:Lb&^A~¬¢$\é\æg‡\Ø6eh0è‘¢Ð¯\ÑJ','',0,'?'),(_binary 'yA©‡0»¦•Xz(€ž\'\\','wp-admin/js/widgets/media-gallery-widget.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-gallery-widget.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸Wµ\á\Ï\él•3I\ØE¼hüö',_binary 'òŸ¢ZhX\0Šø›Ž…	,P‚6[\Î=½€2œÞ¸þ\ï','',0,'?'),(_binary 'yBô0N±\Æ!ö÷­›\ËP','wp-content/plugins/revslider/admin/views/features/premade_template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/premade_template.php',0,_binary 'ˆ\'3\nÂ‘(G:Àd',_binary 'ˆ\'3\nÂ‘(G:Àd',_binary '>E{`zü\äÖ­¶\Ägo­ûI\ÕøM\Z{È¥','',0,'?'),(_binary 'yK\ão¸”D%\ìÿ\Âlô(\â','wp-content/plugins/redux-framework/redux-core/assets/css/vendor.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dlúwg\ç›\×d\ÉA‹',_binary '\Z¨žÀ½Ÿ\è5!ƒÒŒ\àþ#ù\é¬\ç\ßÊª¢\Îe\\Ÿ°','',0,'?'),(_binary 'yMªo@£d0\ïKô','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ResourceIssue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ResourceIssue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[öË‚Ký¼c“\è@¢1',_binary 'Ú‡¼“TIDl\'‡½†$\Ø}\'8;±D\Ðv\nÝ¢B\ì¡+','',0,'?'),(_binary 'yOž\0yjùeB\nVp\Èûð','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–Eí¯·\äƒÆ€küvk¢¥\r',_binary 'ð¾Š¥iiLM»P µ¬4\ÚöÞ¨O_!ü\Íø“iN	»','',0,'?'),(_binary 'yQ\å^\Ùqq°>&…\éŸ\ß','wp-content/plugins/elementor/assets/js/media-hints.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/media-hints.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\n\Â\ãÓŠ\âFXD«®§',_binary 'vHfŠ\Ã\í•aª\ÑhÌƒ6\'.b€Ÿv&Ur\"\ÄPm.','',0,'?'),(_binary 'yT*0ù@†]L\çhŸ\É','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_3_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_3_bar_24px.svg',0,_binary '8;5zÁü	¢NŒ#7\'+\0',_binary '8;5zÁü	¢NŒ#7\'+\0',_binary '\âú\ÂK9~\ÄB&öœ\ÃXXvd®®}qrù[','',0,'?'),(_binary 'yZ¡ô™}q¼\r?(d\éd\Éc','wp-content/plugins/redux-framework/redux-core/assets/fonts/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/fonts/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'y`\Ëù\îÿ\êñB+À)\ß','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-addon.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-addon.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì\åo\à¥.\Ôh/MÓ¡±ÙŽ',_binary '\ru¼[dÏ•Tf°u=`\Ö8B~:•.›ò.#¯\í\Ö:\Z','',0,'?'),(_binary 'yi[ƒ\"Y\êhoÔ£mÁ\Ð\Â','wp-includes/css/dist/patterns/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/patterns/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ\ÒY![m\î=\Í\ÒSýo',_binary 'IV\È\\„\å_\ã\ã\çô–\Õu–¿5{C_Yî°¨Ác™¼','',0,'?'),(_binary 'yl\é™!\é=Sxx','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/star.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/star.svg',0,_binary '‘` 9ù\\)j÷\çók',_binary '‘` 9ù\\)j÷\çók',_binary '±\àòŒd	¤\nf?\\óB!¿\äD³Ÿ¥–t9Æº•–6','',0,'?'),(_binary 'ylô½Bï£¸còDÇŠ„','wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'MC²üµ\ï>jý\ÍSŸF…',_binary '“˜B–Ó¤hUg/´3ÿ€8M=\Å·€\ê\áoiu\á','',0,'?'),(_binary 'ymAµ‚\ÉÑ¾¿M„û{¬','wp-content/plugins/redux-framework/redux-core/templates/panel/footer.tpl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/footer.tpl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï\îÁ\ï19\\¦Ã•·}\'U',_binary ']\Ä©a°!þƒv7kN{—ªr\á\ê’\ç\nŽ\Â% \êó\Ó\ÓS','',0,'?'),(_binary 'yr|ª;‡pð`\íþ†¶','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_camera_mic_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_camera_mic_24px.svg',0,_binary 'S	ù^¶Œ\ç­Ez\Ë\á\ÍN',_binary 'S	ù^¶Œ\ç­Ez\Ë\á\ÍN',_binary '-È¥p·z÷#5\Öj-\èXî¬«Í…¤ÚŠ\Å\\$·²\Ç8H','',0,'?'),(_binary 'yuh±†m\06÷„2\î6\ïv\0','wp-content/plugins/wordpress-seo/src/helpers/image-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/image-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\É\ãW	!?XG\Ýkö´´a',_binary 'öYÿhF¦L]Rüó\ÐEX=á‡œ\ã\Î(¬.÷;Áø=¸\Äz','',0,'?'),(_binary 'yw\é˜g\ÞD»úl\'¤¨	<g','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã¿AbÅ•Y\ÄA7]\Ï||<',_binary 'þ‡\"CŒƒ\Ï\é+ØˆE\ØQ4nZðnx\Z›÷¥X\â/F«\È','',0,'?'),(_binary 'y|¦ \n\Û \æ’\'Æ¾h','wp-content/themes/houzez/framework/stripe-php/lib/TaxCode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/TaxCode.php',0,_binary '\Ý&\ïP$…\ÈtR\ÞQg¦\Ä',_binary '\Ý&\ïP$…\ÈtR\ÞQg¦\Ä',_binary '@÷µD<÷)]”>óªU\ì\îKûc*Á*VŸ‹lCÂ\Ú','',0,'?'),(_binary 'y|®2€¥ª.!|\å\ÒÔ½4R','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/HtmlFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/HtmlFormatter.php',0,_binary '¨Œ<^C&\ÝZ`Ä \Ö\Ê',_binary '¨Œ<^C&\ÝZ`Ä \Ö\Ê',_binary '\Ñ\à´:_ó-r;T»\'\î¸r²…f\çô\ê¦\ç:ô…m]‹','',0,'?'),(_binary 'y~\È1Y\Òr\Í\ï\æ	Z\\t®t','wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/Feature_Tours.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/Feature_Tours.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'QøÁ\\\Ï\ãWi	~¿01n',_binary 'MšNñˆ$–£,yü³“Ø²²\ç“~¦“§þÿ,¯B´óNt','',0,'?'),(_binary 'y~\Ù\æf\Õ©ÌšN.$ŠZ','wp-content/plugins/elementor/modules/notifications/api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/notifications/api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬J\Ó‚]v\Þ2\"\Ûi\ím',_binary '(òñ°¿\íRq\ÖýH?Æ›\ßc\ß>/rŒ+™ò\ÄGò','',0,'?'),(_binary 'y€Ÿ°ñ	J½2¶^¯4À”','wp-content/plugins/wpforms-lite/src/Tasks/Task.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Task.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')@4­z\ËöZô³\èõý',_binary '\á.\"<\ÊWcDªG\ìª\\5Ú¾\'Ì§»›[¡No°}ý(\Ö','',0,'?'),(_binary 'y\×\n–,\nC\ç|[i','wp-includes/customize/class-wp-customize-selective-refresh.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-selective-refresh.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰¬‚P\ÅWgi¹g\É\íc',_binary '+ŒtiÊƒY\ÒA5ºün}}-	…º\×,\Æ €rQ','',0,'?'),(_binary 'yƒr;¢š\ì9)3W¸+´(j','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒV\Ö\ÕN²\ÎY`ýª|ž\"$',_binary 'B®yyÅª§\Ù¼\Îôƒ\ãSñsÛ¹¥!\ÙÁ”¼','',0,'?'),(_binary 'y‰.i%ƒsX-Rs\ç}ù','wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„R)\r}\ëJðøt1L)õ¯',_binary 'ˆ}mbX(4\ÝÇ8‘W3÷š/´<žF-\äF²\\y…Îš','',0,'?'),(_binary 'y‰¤´ñõvµfs÷—ŒYb','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<ñ^Pj¸¯%^\Õ\å6€\Å{\á',_binary '-f\Ø]wž¦ûœ\ÌUo”‡¾T®À\Î÷e‹({?\èÇ€','',0,'?'),(_binary 'y‹ƒ{ˆ\\b\Òa\'\èø\\','wp-includes/customize/class-wp-sidebar-block-editor-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-sidebar-block-editor-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é]m³¿L-D\Ñ\Õ\Ó+ZÙ•',_binary '’o,bL\ÞnB\ÄðQvñ-|qd½¢\Û\'B=ŠX&','',0,'?'),(_binary 'yŒxM\Â\Ïÿ\ì@¼O\ä','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼°t@¤ôN­ö›þj’\Ä^E',_binary '¼~\éò\Ñÿ/€\Î|kc¯¨gjô#™ã »\Ã0¿\æt€c','',0,'?'),(_binary 'y†•ˆ´»®\ÛöR?kZB†','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':¬pDü\ë„8Æ¾\çu˜”š2',_binary 'ù·#žwy?…V\ÄÚ§\Ó\é“e‰0M¥²(\î%3*¹\×\Ñ\r\Û','',0,'?'),(_binary 'y–ôVö|/¡N/\â\î…¹','wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@@¡8XÁ\ÏÙµy]\í',_binary '\Í0\Í\Êkò\å”uPIPQ{!\äÕ¥@[\æ\nm','',0,'?'),(_binary 'y›K\ì:x}0\êJóFm¹','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýú\å²,$\Éj\çBÀ',_binary 'Êƒþô\î¾„±>\à7KO¼\ß}«\"ŠH—\ÉsWÃœƒ§x','',0,'?'),(_binary 'yžjc([\íN n\á=¦ýž\ï','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.rs-latin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.rs-latin.min.js',0,_binary 'ºBÄ­*Ú³\Ó\Í\ì\Æs',_binary 'ºBÄ­*Ú³\Ó\Í\ì\Æs',_binary 'œ:ó÷\ÂÀ\'ÿ§\Ñö<DT¤ðV=o\0DŠAŠcù\\','',0,'?'),(_binary 'yª¿óf³÷ˆy3\èŠH','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListFoldersResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListFoldersResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xy\n)\ç\á¬6N\\hÄ½$¦\Ò',_binary '\Õ\ä,7\ï`@r¤ðJP¨´N¨5«-Æ´fÇ™NTH2½[','',0,'?'),(_binary 'y«ò\êAØ½\í®ÜŸl','wp-content/plugins/elementor/assets/js/admin-modules.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-modules.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À‚zŠŒ\èH\ç\ÖÍŸg\Çm',_binary '¬\Zÿ\èv\åzm¦|–•lmƒ\Z1¥Zcdì¯•\ê\"Y¶','',0,'?'),(_binary 'y¬\ê{ó\Ç[|\Ç\Ã\í\Ã-ü','wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/formselector-legacy.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/formselector-legacy.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i™*ô\ï\î\Ú3¾\Û\æmR‡£\ä',_binary '\á÷B|5¶¶–^%¯\â…\Ñ3”\íª\r/Ð½<¬@\Õ™ƒ','',0,'?'),(_binary 'y±Ž–¢ˆc\Ý\Ú\\\Ø\å4\ã','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄwS^\Z;!\Öÿ\È\à\Z',_binary 'ô<9\r\Æ·&B¼mºl<a\î	i¤1X‚\Ô\ÏMÁ¯e®','',0,'?'),(_binary 'y´\í\ÝEa\Ìó:[\0','wp-includes/class.wp-dependencies.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class.wp-dependencies.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o=`,W‘„\ÂQ´-º\Þ8þ',_binary '\"]_–²\é1tsô\"d¸\Ù\á\î-{ýœ¨Ä‚\à\è^¨\\','',0,'?'),(_binary 'y\Ãb\ÔhU—«^a£\ÈÉš','wp-content/plugins/elementor/includes/widgets/image-gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/image-gallery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔW™\Ô¥\ZE0}¶ešx|',_binary 'l…õS¤¯R™`=t6­v\ÛuØO€¡~Ü‰\ë\âýLb','',0,'?'),(_binary 'y\Çó\ÄS`¾\Æ\Ù}ªSw5À','wp-content/plugins/elementor/assets/shapes/arrow.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/arrow.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F~z\ÆÙ¨Ÿw®–‰\ÏC°y\Î',_binary '7žhq\0©7÷¤­ûn\"eš%Sl]g‹«…ð','',0,'?'),(_binary 'y\Ë^&\äÆ©a{)KZN\È','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-html.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-html.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\Å\Ñù*š»3H=\È\ÛQ\îò',_binary 'À\Î~žK.\Ô¶1,)NTµ²kh)*þ¨Á\'tüuK€_','',0,'?'),(_binary 'y\ÎÞ¸¶\Ö\Åówò_ö_z\áS','wp-content/plugins/houzez-login-register/functions/roles-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/functions/roles-functions.php',0,_binary 'þvœ{Ug¯\ÓõA’\ç’B:',_binary 'þvœ{Ug¯\ÓõA’\ç’B:',_binary 'm­\î//\Êd×“Á+»½\Ðúdög›.*©‡\Ö\ÚKù\ä','',0,'?'),(_binary 'y\Ï\'¬\é³\rlw›øx\0û÷\"','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_20_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_20_24px.svg',0,_binary '\Ûmquÿ½pú:\á&m˜e',_binary '\Ûmquÿ½pú:\á&m˜e',_binary '\ÎRd×¤¿pS\Zx¿)q÷.]Xþ* ¡ÇŠõ\nhžµ\Í','',0,'?'),(_binary 'y\Õ\êó\É]™\î\Ô|\ÆQ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\Õ MòßŒuŽµ.<¢',_binary 'Ý´\Ï\Íß‚¶0³\áüb…ù}\å?\n S£\îHBu L…	\"','',0,'?'),(_binary 'y\×ôFô–ñ½rW\Ñrj','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Managers/ManagerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Managers/ManagerInterface.php',0,_binary '>\ÙyY¸H+4€ ¦\áŒþ',_binary '>\ÙyY¸H+4€ ¦\áŒþ',_binary '¼NRw‘ŒKþ%$J’º)(lo2\â‚(ah¼Y9- ‹','',0,'?'),(_binary 'y\ÛÄ£ÔœQ¯\Çd9Qpõ\Æ','wp-content/plugins/revslider/public/assets/svg/av/ic_music_video_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_music_video_24px.svg',0,_binary 'Ÿ€…~\Âf\ÔÌ¨_­³',_binary 'Ÿ€…~\Âf\ÔÌ¨_­³',_binary 'STÏfs¬\ÈL5lF|\Ò\r¡øŽp7\ÄC£\É=7Uw\r+0','',0,'?'),(_binary 'y\Ü\Ó;6s‚H°ý\Ú\ìy','wp-content/plugins/wpforms-lite/src/Lite/Admin/ConnectSkin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/ConnectSkin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k¼\àV\0\Ü3šCg\îQ4\å',_binary 'W¾±K+6\ÖóÀ”ú6\ÒÝ£ªöQ0Z‘&\çú\Â¢','',0,'?'),(_binary 'y\äù¤\ÙexŠÒ³‘úQ','wp-content/plugins/revslider/public/assets/svg/image/ic_switch_camera_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_switch_camera_24px.svg',0,_binary 'K|^\â\àû\æ9h¤½¯,1S',_binary 'K|^\â\àû\æ9h¤½¯,1S',_binary 'Ü‘­rÿÙŠyªD«o\Î\×Üš2ˆ{\Z½Ê®£\ÆýÀF','',0,'?'),(_binary 'y\åO{¼aO·˜÷pA‹','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/AccountFeatures.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/AccountFeatures.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y¼\êE]œLC\×m\ã\Ç',_binary '\à»M¯`u5m_#;óËO?j1¦\Ëñ! \àõ\çz','',0,'?'),(_binary 'y\æ3¡\Ý\â2/Ÿ¤[X#ù\ÂF','wp-includes/blocks/query-title/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-title/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"ý—.úS@;G¾g±x6¶',_binary 'J€Š\Z6\ZC†}RŽZ!\ì\Zw5(=\Ó=YSmxuF','',0,'?'),(_binary 'y\êŽ\äG•\\`˜\áù¢MR”','wp-admin/network/site-new.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/site-new.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'WTIS@$­q\ä8ð\Ó',_binary 'ETŽ3*?­±šÿ\"Å–œ\Ä.u]\Ò\Ú\ãköZ>=','',0,'?'),(_binary 'y\ìem$\ÍùJõœº\ÓS','wp-content/plugins/wordfence/lib/wfDeactivationOption.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDeactivationOption.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬	}?\Óþ\É \Òð€¶5',_binary 'Œ\'ˆò\Özg/‚Ù½n+u\×\ÍÁF=\Û[†\È\Zl\Í','',0,'?'),(_binary 'yñ «\0LzÀã¶µÙˆ','wp-includes/blocks/group/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}]x¯^E¡”©ª-•™',_binary 'y [q›j\Z\ZO†2\Ó;·–Ja¥t†\ÝE\è‰\çmB','',0,'?'),(_binary 'yó1\Ïx^L?7ôøÉº@nI','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìde«\ËM\Êú\'ñ[4òW5•',_binary '\ÚN,/Ý¹>D–u´\"}.£0O\Ì\\:\î~4ðþ\Ø\Ò','',0,'?'),(_binary 'yø\Æ/\è-Rc/!RJ\å\Õ','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WordPressCom.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WordPressCom.php',0,_binary 'Àq\ßê˜†_#\Z;&o…³',_binary 'Àq\ßê˜†_#\Z;&o…³',_binary 'ð[û4HbE»ê´‘¡4\' þ\Ðû\ÂMR	C\Ò\é!kDE','',0,'?'),(_binary 'z§¾\'‚ˆB\É\Èw%','wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode/wpcode.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode/wpcode.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '×†úö\Ó&NÏ¦\0$.\çBB',_binary '÷›÷wD`\Ó§~2\Ò%¯A+\Ïh“FMqM\É\ê\én+\nn®','',0,'?'),(_binary 'z\n\ÝIX”ð\rŽÔ’:¥\Ï\n','wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\ã~ú“†\0|\Þ\Ô\Üúü|',_binary '+jôO³0ÿ\Ï\Ù´Ò„¾*r,—B¨±¾RS	½\×\ä\Òz\0','',0,'?'),(_binary 'zÉµ›‚@ö/\Î/@ ','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\ä58OšO}ôös',_binary '«ž¢„$9ªdS>;ð:‚¡€\n\î\ïad_¨X\Ý¦[F','',0,'?'),(_binary 'zxÚ®ð›h,8x† •v','wp-content/plugins/elementor/core/logger/items/log-item-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/items/log-item-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê\î\à!³\ã®\ï™ùB\ÎAý ',_binary '\Øk;Wýˆ&©…7y“Ã‰\Ô5?ûß‰°ó2\Zö-’','',0,'?'),(_binary 'z\ÉFx†„yz—T*+g','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphGroup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphGroup.php',0,_binary '°©•\á\ÌÊ¤µ\É*’ou~~',_binary '°©•\á\ÌÊ¤µ\É*’ou~~',_binary 'Á©Žÿô™¤ÏŽ~\å¼:\ÍRTüWE\Í\ë€o','',0,'?'),(_binary 'z\ÜÔŠŸG\×\ÃøD\Þ','wp-content/themes/houzez/framework/stripe-php/lib/Service/SetupIntentService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/SetupIntentService.php',0,_binary 'ŽS†\É\'\Å&·<§oQ‡k',_binary 'ŽS†\É\'\Å&·<§oQ‡k',_binary '}\àZ\Éu+l2[:¥¹¼\Î}—û™ò1§On','',0,'?'),(_binary 'z%8@w\Én\ÍÇœ[„\é','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\æC\Í–Z—ª)\ÃD',_binary 'Y² ¡ltBvõ7X\"k\n¿Ü€\Zn\0\Þgöæ±»','',0,'?'),(_binary 'z$‡ÿh‚®|\0\Ë-ÔƒMº\Ô','wp-content/themes/houzez/framework/functions/header-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/header-functions.php',0,_binary 'ó	Ö”H]¨gP«ñ¡\×\Ô&\Õ',_binary 'ó	Ö”H]¨gP«ñ¡\×\Ô&\Õ',_binary 'R:„‹òUyW“ñ‰\ÔSYA`\á<\àhs†wZ‘g;','',0,'?'),(_binary 'z.[\ÇýD8R\Ô','wp-includes/js/codemirror/jsonlint.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/jsonlint.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I)fy\Þ\ãkTŒ+\Ê\í<ÕŸ',_binary '“$D;;¯€´ž0\Å\ÖÿFø~p’øGÒ“F¹Ë¦…','',0,'?'),(_binary 'z1Qžjf\rtu9´}¨”\Ú','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementCustomMetrics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementCustomMetrics.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xm­Y]­I(=»­´5‹\0',_binary '‘?ulS¹ƒ\Õ`–j\r\Ù\ÖV©v\ÄQVO\Õò¯C¡\ç¥O','',0,'?'),(_binary 'z4\å\\•\êlV±ÛŸ“ý','wp-content/plugins/wpforms-lite/assets/lib/choices.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/choices.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸\ßU½ŽË©ªÀ½Çˆ´“',_binary '¤s¯@Ÿ\Ær1‚\Þ|ž3½vJ|\ØY_Ö¼p_\ÐP,\É','',0,'?'),(_binary 'z7.Á;)\â\Êù÷aÁô«¶@','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/autocomplete.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/autocomplete.php',0,_binary '&<\ç{™D†Lm¯Á]Ñ',_binary '&<\ç{™D†Lm¯Á]Ñ',_binary '\Îds¦AsU˜\Ôe„1øÏ“Ü²šo”².h…‡±p\â','',0,'?'),(_binary 'z9¶\äFw\êÜœ$VŽü¢{t','wp-content/plugins/wp-rocket/assets/img/one-com-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/one-com-logo.svg',0,_binary '2#ÁXüý\áù\Î\Î\î¶œy',_binary '2#ÁXüý\áù\Î\Î\î¶œy',_binary 'p2.ÂžM82\ß\æpO\ïœ¦\ácti2,·ó‘\ßû‹ó\Å','',0,'?'),(_binary 'z;j2WDº6²Œ[¡V','wp-admin/js/accordion.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/accordion.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' -)‰\Æ@O(®\é¦òb˜',_binary 'ý„1\åiLOU™m\r[X\Åðð00\Úÿ\\ˆE²BŠµ\Þ-','',0,'?'),(_binary 'z<N‘\ÍuY+I«˜;wþ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Bricks/Register.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Bricks/Register.php',0,_binary 'RÓž/ñY)d8.M\å',_binary 'RÓž/ñY)d8.M\å',_binary '¥eC\Ø\Ü\äð\Å\ì\ídGµqá´‚\Ä›	›)ö@»«•Àž','',0,'?'),(_binary 'z=Pt\Ð\ß(\îY•\\5\Ë','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sk.js',0,_binary '¦´œ,°!_k ô€‚',_binary '¦´œ,°!_k ô€‚',_binary 'X\Â`\Ë\íüA\Ö;Ö®kEh\×\Þy\Ük…BEp:\Ñ4­\Å','',0,'?'),(_binary 'zL;\éTeIÀ\éQqE¼','wp-content/plugins/redux-framework/sample/sections/extensions/social-profiles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/social-profiles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G•X)\éL5û9mÿ”ƒ',_binary '\ï“#/1_–\Ç\Ù\ÂŒS\ïP\å¤	OK\Ûc½\ÇC\Ä; ','',0,'?'),(_binary 'zMT\ÈH\ç\ãy\Ø!ŒVÓ¢@','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart10.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart10.svg',0,_binary 'Œ/g	dNŠÓ¾^j\ÍÝ¨`',_binary 'Œ/g	dNŠÓ¾^j\ÍÝ¨`',_binary '\Ã;?\Âõ\à\rô\Ü\â]š\Éõ°\Ê[t\0•Ç­	\çdTò²','',0,'?'),(_binary 'zOÍƒZ¶©ºF9•Bˆ\Û','wp-content/plugins/insert-headers-and-footers/languages/insert-headers-and-footers.pot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/languages/insert-headers-and-footers.pot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3¢›´%¥ ù–ôQw6\×\ê',_binary 'eÿ\\²DØ»4\Óga¡ü’n‰Ÿˆ\nx\\FúwŠš»†X','',0,'?'),(_binary 'zPdq\ã\ZòK—Nv\Ö!','wp-content/plugins/wp-rocket/inc/Engine/License/API/User.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/API/User.php',0,_binary 'Ó²6!\Ë\ËQ‘e©\'\Ë\êb\Ü',_binary 'Ó²6!\Ë\ËQ‘e©\'\Ë\êb\Ü',_binary '‹º·þd¨Ž,û¬7±²6Å“.Ó¬”ˆª^¯','',0,'?'),(_binary 'zX/pˆ¡\\,šñAAh','wp-content/plugins/wpforms-lite/assets/js/admin/builder/email-template.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/email-template.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y”þY,ÁcÀ\ÚoÇ€¢ƒ\Å',_binary 'Î‚ji“\Þ3\'9(1chKfþÀµU8_\Ùf\ÊÁw}Ì›','',0,'?'),(_binary 'z` Â½2Yq0}c…/ñŠJ','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Compatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Compatibility.php',0,_binary 'Q\Â\ähüU\í	†F…l‹',_binary 'Q\Â\ähüU\í	†F…l‹',_binary '(/) \ã\Ö\0|3•©”\0\êbôu\ç˜x•t\àwqSµ\ÑÛ¾','',0,'?'),(_binary 'zcªBã¼ª\Ù4.Z$Ÿü','wp-content/plugins/elementor/assets/js/e3f753621bf9be55ec4d.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/e3f753621bf9be55ec4d.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îï†½V±Q\ZW6ªƒ³ž',_binary 'Ý»\ÄB‚„:\Ä%5¤–l,Ñ½ü“”vE\Åd\Ç\"Wu©','',0,'?'),(_binary 'zd8\ÅFóMðý$Sƒ[‡¿','wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%”R0F\ÕZ…„\0>&V©Q',_binary '¿¸(d.€Ÿ¯\"\\ªnˆ¬öqF€w {/©\Ù:a\"¨›','',0,'?'),(_binary 'ze\ÄÐ¡1cGTr\â¤‘','wp-content/plugins/houzez-theme-functionality/shortcodes/team-member.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/team-member.php',0,_binary '\ZÌ†Á\×*Žï†»¹HF<',_binary '\ZÌ†Á\×*Žï†»¹HF<',_binary 'Ï¨\0ú\ç}¦g<®”\ÒZøFo¸\Ä\Í1¨\åF\à3\ï\ÅÐ€','',0,'?'),(_binary 'zl,sW\á6¤uD\ÐWÑµú','wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '% \\À¶¼QX§¼p\ÌC\Ã',_binary '¤:µÞ©{E“\Ç\é\ÅûP1ŠuÑŒúR\à8\Ûfg+\É\ïÞ˜\Úy','',0,'?'),(_binary 'zn¦3þƒ\Î,º„M\ì\æm\ê','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†\èmû7Tñ§¶L»ò',_binary 'I\Ú\È\â\Ú&õ+\ìi\Ö\à¬(’`eð\Z\è=~ªÅ’ˆ.S0\ä','',0,'?'),(_binary 'zo¸†Ü²ˆ~¡\áˆb','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\ë’5”\éuNi\Í\Î!\Åz',_binary '€\Ô\é\Î#…\Ë\ÈÉ›!wƒcwØƒ}6¢\Ùó‚~A§’ó','',0,'?'),(_binary 'zp\ÝQe+\íBbL“\É','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡\ÃÉ†Ëª\á¢;Ý¹\Ò?žô',_binary 'Q\ÄˆöI\ÄL9ŽÑ–Ø…Lùc;Ù¢%™Ìš\Z­ü‹ŽIC2','',0,'?'),(_binary 'z|û­ª©\îL©\âF\ÄD\ßù','wp-includes/css/dist/edit-widgets/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-widgets/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çú\'Uõ´\ä_6´M(iž•',_binary '\n\äµo\'·?„\Ð€bAzºViG‡~´­[‹Üž\ÎED¨…(','',0,'?'),(_binary 'zƒ½[R³\Ó5\Óv\ß3\íx','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g¸hG\èi\0»*T†º\"\n}',_binary '›”GBh\Ã\î	ä‹š›cýz¹ÿs¬\îŠ\Zö¹›\É,','',0,'?'),(_binary 'z†LM…\å¨þúŽ`6²-','wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â-’¹w‹\ìP\Ë F.!÷\Z',_binary 'U±\Ù’\Ôñ«õ\Èx²¹\\\Ù0f·ªVy\Ñ½\ÆoÁ\Â','',0,'?'),(_binary 'z†~‰R@\å¼ñ)\ë\ãü','wp-content/plugins/redux-framework/redux-core/inc/fields/info/redux-info.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/info/redux-info.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸-\ïÿ†\"‘Ö©™\ï¤Õ˜',_binary '§ƒ¹\ï\Ç!¥>\'«¹½²’q·\Ç\ä\Û6©5s}%õ‡›%¥','',0,'?'),(_binary 'zˆm•SAý}I¼þ´)','wp-includes/sodium_compat/namespaced/Compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Aòi\êk²/\Ê\å¿j\rnŽ3',_binary '1À\'§¶‡Õ».\ìO\Ð\à}5ºAfi¤~¢>\î:}s','',0,'?'),(_binary 'z2]w\'´\á=\"\Ó-£4','wp-includes/blocks/query-pagination-previous/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-previous/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\ìÁ?(\íf=‰GWrv\ê…û',_binary '1	\ZNT9ZÉ¯g0£&€/\r¦3\nmƒDVÇ¯<”­\Ø\\','',0,'?'),(_binary 'z˜F…´¦G\áU·\Ók&‡','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í~\rU\×òFb{iIË¦',_binary 'g›£†r&[÷‰m\nxHs°\Â\êx\')9Ê»\"A|‰\Å\Ó','',0,'?'),(_binary 'z™APy¼\Å\ë#o	-â¢”','wp-content/plugins/wpforms-lite/templates/education/admin/page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/education/admin/page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬§öW€­«;\\¢\Þ{',_binary '\Ü\ç\ënÂ°0Ÿ@™…‘&|6‚u&|u\â¤\Í\Íöh\ê\"¨\"\É','',0,'?'),(_binary 'zš÷Ô¤™³Ð¥E\'64','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ib»ôZ„KhdüLô\\',_binary '$C‘Ä„0’5H¢~1;Àp\Æ1€\ë%Zd>t²oŽÃ¡','',0,'?'),(_binary 'zž\Òþs^\æR¨!#\Ô','wp-content/plugins/insert-headers-and-footers/build/connect.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/connect.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gÄ™\î\ÅSh\é€SVP…,',_binary 'b‚a\ßöô¦X¡B*³t\Ë+U@%\åf¾”\Ïù¡†\Z','',0,'?'),(_binary 'zž\ÔÆ“˜÷‚$Z\ÃŽ4\È\Ã','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'BT\Æx\Å\0\èA\ï3•)s',_binary 'òøVB\Øð\ÞmÂš.,\×?ü¼\"nû\ê|\ëÁ:k\'9ñ\à','',0,'?'),(_binary 'z¢5·*\ZADZCk¬\áj®’','wp-content/plugins/wordfence/images/icons/magnifier.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/magnifier.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨§uO®{:qcV\ã\î\'',_binary '™ at¿¿vºdQ\Ã\ë¨0(\ìIj®Æ–O§¢$e(*','',0,'?'),(_binary 'z¢š\å‘L©£5	g5µÄŽ¬','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't\×r\èI¦±¯bw\'-7\íš',_binary '³u©S\Õ{•ü<ø“ôn\rß…+-#²;»á·ƒQÐ®','',0,'?'),(_binary 'z¢ª[B-¾(—µ66','wp-content/plugins/elementor/assets/images/logo-icon.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/logo-icon.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pe¹\âý\å½ó¬.Žn,L\Ê\Æ',_binary 'ü\Ù\\C¸J¼¼¶»-\ÝÀ\\ÑŠy±J¼\ä\à¡}6(','',0,'?'),(_binary 'z¦\ÌCûH\èy¼¼\ì8F\ëu','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/PopupMaker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/PopupMaker.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZM&ŽÕªZ7W\ÕL˜˜',_binary '\æ\ÈY’¯¥\Ô\åö\r\Ì!>”`f]¯4xz!BF\àšPñ·û','',0,'?'),(_binary 'z¨‹\ß8 Lò{Ÿ\Óõq','wp-content/plugins/wordfence/lib/menu_scanner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_scanner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì8¼)´ü‘Õ‹d\àJ¤',_binary '¸\Æ.Ù”Ge\ß\â!VŒ*¤Ef2P\Ï?`\ä÷‰fq‘\ÄP','',0,'?'),(_binary 'z¨¯Q<’˜\'š€U~\ÔR\\','wp-includes/css/wp-embed-template.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-embed-template.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù@c­\Îú\Þ÷9«Qey',_binary 'EVMs¹\Ýy0¾\ã\ã\ë¨{H{.Kg\Ú\ÙÒ‚ngD{;','',0,'?'),(_binary 'z¬ö\Õ\ïJX\Ôw{!\rF«Àº','wp-admin/includes/class-wp-upgrader-skins.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-upgrader-skins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\"úƒ¼\ÈÒ‘\á-Ñ‰',_binary '.¡™7j3?Ì¶\Ê\ËÂ·?‹¡2U“EŽ.“G\ÌW','',0,'?'),(_binary 'z®\ç	1E |x{™0ô','wp-content/plugins/one-click-demo-import/assets/demo-content/book-now-page.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/book-now-page.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a¶j\Þ\ÏJšV\Ø00h»',_binary 'yÿ›e\ÊUk\ä\åzUøA\Ë(ÍœÐ½—¤N34½','',0,'?'),(_binary 'z²‰÷D\Âd9%vm\Ë\Z','wp-content/plugins/redux-framework/redux-core/inc/fields/section/class-redux-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/section/class-redux-section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉIHt=ú(qò*´£Ñ”œ',_binary '#½G°\"Y#m\ß\Ù!³s’»¿ö®\Ö\×øCÃ¡\Ò8s','',0,'?'),(_binary 'z²ƒ!\È38T\Ï_\×Þ‰:¯','wp-content/plugins/updraftplus/includes/Google/Signer/P12.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Signer/P12.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|^;_™h–\íH!oÜ—\Ì',_binary '\"\å`n}¦&7µ<´¾_H÷AZ€­\Õ\î«k&¨dŠP\ï','',0,'?'),(_binary 'zµ\Ç}whe˜8\ä]/O2','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'z¶\éý\Ý\ÜKx\éF\r:','wp-content/plugins/google-site-kit/includes/Core/Util/Date.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹‡<mª8ž¤6’¤\Ú\è\Ç',_binary '¤4£^=ù™wò;\Åu\É\'3C\r\ê\n\Íeh·  \Ý\î','',0,'?'),(_binary 'zº\È%\ZL;\â|‘\'','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CreditNoteService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CreditNoteService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š¼t´0\ÚSóO\\Œ',_binary '\nö9Áj9y¼ý\î‰%4\áÎƒ\Â(M\ÆwU[„”¬\èÀ','',0,'?'),(_binary 'zÁ[´A\Ök‚žy…0c¸&','wp-includes/blocks/avatar/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿8•§\äó™Rdµ-u\á€\Í',_binary '7o\é\ÕWýñÝ¹\íö¢±P­¡*ˆŸ\0Ó›€^ÀÅ¨t','',0,'?'),(_binary 'z\Â\ásø\0B\Å…(&•','wp-content/plugins/redux-framework/sample/sections/color-selection/palette.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/palette.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áÈ0™©sÀN\Îmƒò ',_binary '\Ñ\'\ã\í´eH\Z`‹$\Ùö¢´\ÂgH“9yÎŽY\Æ´o5','',0,'?'),(_binary 'z\Æ\×þ…”\ÈQ\Úõâ¥ƒ','wp-content/plugins/wpforms-lite/templates/emails/summary-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€)C(Qy\ït³A€Pb§',_binary '\é}€-b˜±\Õ\Z¾×¶\Èñ±{Áª«^\ç>\"Ÿ¿\'À«¡','',0,'?'),(_binary 'z\Éð7\Ô;2ò4Yw0\n=.ý','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementProfileFilterLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementProfileFilterLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•®´³vCp¯Dô½\rð\Z',_binary '¼Š\í0\'g—\Ìüœ°¢\àŒ2ò›\Û\È\Zq¥ža¯Y ­','',0,'?'),(_binary 'z\ÊY€\íiÝ¤õ\äI\Þ\Ö(1B','wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äd¨jsó\Þ\Øn\ÉpÄ‚v',_binary 'ˆ\ïÎ·È¼´JMc\ÔøUkr\ÍBD+pY}÷’tB','',0,'?'),(_binary 'z\Ìônô†]\ä?Jt/*','wp-content/themes/houzez/template/template-paypal-ipn.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-paypal-ipn.php',0,_binary '\åU\é\é\â\ï8D•®¶r\Å',_binary '\åU\é\é\â\ï8D•®¶r\Å',_binary '/\\v ¢\èo\å±\Þ—Tb_\ÏL\Æ=\r“ô—\êl','',0,'?'),(_binary 'z\Íf\è<\Ö7É¨\'“©','wp-content/plugins/wpforms-lite/assets/js/frontend/fields/text-limit.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/fields/text-limit.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞCÅªŸµG\ËØ„<\ï“lŒ',_binary 'g\ßâŽ¸\î<\ëž	#\è07ý\Äx•g\Ý\Ê+]\çLa¨cA','',0,'?'),(_binary 'zÎ‹Û—\Ú`\îç€ƒ\çô1\0','wp-includes/js/jquery/ui/effect.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*®+Ü•\ÆF>,Z\Ü\ÓA',_binary '4Ø—†¿M\"þI\Åxx*Z_™kÛ²Á\Ã\\»F|r\Ë','',0,'?'),(_binary 'z\Ï;\Ô8®vM½:$\Î:+','wp-content/plugins/revslider/public/assets/svg/image/ic_image_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_image_24px.svg',0,_binary '°–ð\ÚvËÍ¦F1ƒ\Ç8?',_binary '°–ð\ÚvËÍ¦F1ƒ\Ç8?',_binary 'É§bN½=\Í,\Ëg\ê8rö	(M«¢XjO\åA\ã`sÀ','',0,'?'),(_binary 'zÏ’\ÒB³\ê\ç\î\Z…\ÜŒ','wp-content/plugins/elementor/includes/conditions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/conditions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!U\ÐZý]o=+[xJO†s',_binary 'ÿƒ‚ôø¼¨H?ð`20¤N1\æø®rh\":®õ','',0,'?'),(_binary 'z\×&\â)šq³\0ó©¤’','wp-content/themes/houzez/template-parts/search/fields-v3/bedrooms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/bedrooms.php',0,_binary 'ÐÆ¸‰j–\Ý&ð;.Ö™',_binary 'ÐÆ¸‰j–\Ý&ð;.Ö™',_binary '÷\ÖÀH;@…a*\'k\çf²AO<Ýª\ÆÖ¹“\ÇW','',0,'?'),(_binary 'z\Ü,Z\Í4=Ý®],\ã`ò_\Î','wp-content/plugins/revslider/public/assets/svg/editor/ic_space_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_space_bar_24px.svg',0,_binary '\áb?ˆÄ¾\r\È°Â’o',_binary '\áb?ˆÄ¾\r\È°Â’o',_binary 'K6wƒX~\ê½)i¶s\êÔŠ\Ñ~¹Q\ÎÖª/%Ú‘º','',0,'?'),(_binary 'z\ßW¬sW5Êˆ÷ )úž','wp-includes/css/dist/customize-widgets/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/customize-widgets/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°ù„yŸE§Q°DEUW?(\Ñ',_binary '¤-\èc½<fTCißš\ÙWMxÁû`0<\Êq±ª4š¦','',0,'?'),(_binary 'z\ä[Yd\Ò#$g™¯Y*g','wp-includes/css/dist/block-editor/content-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/content-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö\ÅL\Æf¸\å\ÊHZ”\ß\ÜZ',_binary '\Å+G’™ß‚w‡}SZr\ë»ye•G™Ù¼\Î19SQ2(\ë','',0,'?'),(_binary 'z\ëô¤\ÙNÅºVîŽˆ\æ¼+','wp-content/plugins/houzez-studio/admin/js/i18n/ps.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ps.js',0,_binary 't€Ç‡\î\'›šÿ­\"º=',_binary 't€Ç‡\î\'›šÿ­\"º=',_binary 'Á6)Z\ãM[r\ä}’\Îò‡qÿT’”È‡\ásÐ©\Ù','',0,'?'),(_binary 'zø\Â\"Bù‰*&’†YJò\Æz','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Source.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Source.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\\ˆsÐ–™`\Ã\"Œ/V\'£',_binary '\år.}ƒ„	i§G\á\'O©\â1	\È\íðù*\Ö$÷CO6{ž','',0,'?'),(_binary '{¡Ã§\æ\Ãô£Ê©Àyž\ä','wp-content/plugins/redux-framework/redux-templates/classes/class-template-overrides.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/class-template-overrides.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GNp\0˜ót;gE\ÝŽ¿h',_binary '\ÆW\Å)jiÿ\Â\Ò\Ê0a\ÏR+\Ïbq-PŠû?F‹\Ó','',0,'?'),(_binary '{O¥ŒõÝ’²b*[p„','wp-content/uploads/2020/09/streamline-icon-style-one-pin-check@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-style-one-pin-check@64x64.svg',0,_binary 'G‚\Ì·Hjoœú™|',_binary 'G‚\Ì·Hjoœú™|',_binary '\Ðƒ\î\ÅsÆ¡Ÿ¼W~¡ˆ/i\Õfj\Ý\Ç\Õcm¢˜# \é','',0,'?'),(_binary '{KŒö@Ì¯Gr\ÈÀt.','wp-content/plugins/revslider/public/assets/svg/action/ic_thumb_down_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_thumb_down_24px.svg',0,_binary 'o<‘L\ÜB\áå‹‚/7²>',_binary 'o<‘L\ÜB\áå‹‚/7²>',_binary 'q¦²*\Óõ\ìÞ˜\×i\Âlwv…q]ÁøÓ©\0\Ù{„½¶\ÆR','',0,'?'),(_binary '{\n„\Õ\åR o­\æR=\'gÀ','wp-admin/js/widgets/custom-html-widgets.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/custom-html-widgets.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zW$.4ö§åž¾\Ô{¨',_binary 'ò`uÀVÄ‡~!\Çb&rëŸ‡û\È\0^¯À\ïÅˆ†~(z`R','',0,'?'),(_binary '{\n÷®-0ºQ;RÏ‡x´ƒ','wp-content/plugins/houzez-studio/admin/js/i18n/az.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/az.js',0,_binary 'ÌƒlÑªæ¦¼\ä±\ÓK§6',_binary 'ÌƒlÑªæ¦¼\ä±\ÓK§6',_binary '‹…P‡ò\"˜\Ù~QO?¾\Ö\Þg<$a\ÊÙ“°[HÁY!‰]','',0,'?'),(_binary '{\rµÿ6W„”¦´úq\Ý\Ù','wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-list.php',0,_binary 'v¦O—\Ãv­\Ï~·Á%w—',_binary 'v¦O—\Ãv­\Ï~·Á%w—',_binary 'xkq?›ªÃ¤˜\Æú\n4tÁ\ÇÜ\Ó14AÁ z!þ8p','',0,'?'),(_binary '{\ìA:\ä…br\Úo˜_6','wp-content/plugins/houzez-login-register/social/google/contrib/Google_TaskqueueService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_TaskqueueService.php',0,_binary '\ãOSü.A$1\è\\|\Þ\Æb',_binary '\ãOSü.A$1\è\\|\Þ\Æb',_binary 'MB	¨ÁE\Ï[\Ñ@\Ú.O+\×\Â\â¯ÿRb\ÂÀŽh‡AK','',0,'?'),(_binary '{N¤ˆ\È2\íQ®u\Ô\Þ=	œ','wp-admin/network/theme-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/theme-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶˜( aýÔ¢[²U?\Ê',_binary 'Àƒ®\ÛÐˆe÷gT˜¶‰²¶±G.’ó—=ºa\0@›','',0,'?'),(_binary '{Hnº\ÈM\ÖO§\Öt÷«\Û','wp-content/themes/houzez/template-parts/dashboard/submit/details.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/details.php',0,_binary '«\ÊAžf …Z~ó¡\ÃS@€',_binary '«\ÊAžf …Z~ó¡\ÃS@€',_binary '-\Ú\Øp‘µþi~«{^cW‘¸ŽzŠ#ýŸ˜ûVu8','',0,'?'),(_binary '{»”Ž*\Ñ\íýzCŽGn','wp-content/plugins/wordpress-seo/images/ai-generator-preview.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/ai-generator-preview.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºð[zmÇŽ\îÕ®²\ßt\ÃZ',_binary '·\è -\"Y\Ù)\Ù\Þo¢û`|u´:\ì¼)¨\Îñ¦@Î°y','',0,'?'),(_binary '{\'\êÃŠk\î\ÌM×¶ ©\í\á','wp-content/themes/houzez/template-parts/search/fields/feature-field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/feature-field.php',0,_binary '\ZPR\\ú»\Ì	†-˜\èá’™',_binary '\ZPR\\ú»\Ì	†-˜\èá’™',_binary '\Ü+¾$’ e\Í\Î}Eô\á´/aOj\ï©10˜?X\Ø\Ì\å\ä','',0,'?'),(_binary '{(\Ð\ç\×\çú\Í\ÚzšM','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^«ûðÞªù¿±z¹)~c',_binary '^\ßU\Ëw1\ãñxN\àÛ­E!X\ÙNq^À…d\Ü|þG\í’Jq','',0,'?'),(_binary '{4\Ã?Ljg¸\Ålo`’™\Ç','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/datetime.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/datetime.js',0,_binary '\å¦kV€\×\Ì|t3ƒ­Fø',_binary '\å¦kV€\×\Ì|t3ƒ­Fø',_binary '\ÎZùWú\îz»½š3¡ª+ÛŸ\Z}\Ò+N’2	5\Üeø','',0,'?'),(_binary '{8/o¢Àº\Ë\Z©’i´P','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/class-redux-customizer-panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/class-redux-customizer-panel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘|\\;ñ‰5*8\Ç\\üg\Ý\È',_binary 'i±»OX\nP±¯\ÅÄ±/Žûüü\nXVk»õÚ¸\Ø','',0,'?'),(_binary '{=\ë\'q<žÁ/-V\Ývš','wp-content/plugins/elementor/core/admin/admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í€jç„­ˆ\ÓY•…•ˆV‹¦',_binary 'ô\Í\'[bN\ÆDÖ¶Ä…ö²ý¯\Å\æ÷\ÌAY±8û\ÞW†','',0,'?'),(_binary '{A~;lþ\Ã?\ïEI\Ð\Æm\Õ','wp-content/plugins/revslider/public/assets/svg/av/ic_hearing_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_hearing_24px.svg',0,_binary '{\Ü{—\â| o…™™7a',_binary '{\Ü{—\â| o…™™7a',_binary 'F\àü“\è|I\Ì}Š\ìn\Ç\Ýö\Ña0\Ð5ð%¯¼¦üF','',0,'?'),(_binary '{FÐ½™`.‡\0¢\r\rN®','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_path.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_path.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡y8 *Zq‚\'>ºJ‚',_binary 'Ü¹\0,ö\Ï\Ò\í\×\Ðg§®\Æð\Ôê´«\ÞP¿s.','',0,'?'),(_binary '{J.„5cB­™—z6¹','wp-content/plugins/google-site-kit/includes/Core/Util/Sanitize.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Sanitize.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ¹´$¤rRcÖ°lk6\ëT—',_binary '\ÊCº¥A°$ð‘\Æd›.$`_³«Ñ—¿´uÞŽ\Þõ€	','',0,'?'),(_binary '{O­õ¢\Ý.\â,o\ç','wp-content/plugins/revslider/public/assets/svg/file/ic_file_upload_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_file_upload_24px.svg',0,_binary 'o\Ò\à¨\ÔS{œ!+r|¼',_binary 'o\Ò\à¨\ÔS{œ!+r|¼',_binary 'J\ÎhŠ±\åã¯‹#Š´¹3mÄ¤c\ìÚŽŒ23\è\"þ\å}','',0,'?'),(_binary '{Q.„\0nöeÏ²”\î[ò','wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢õþ—»;|»3\ÙÄ',_binary '1\Ü7»N­6—¿ cxi\à\Ãf (&›½lt','',0,'?'),(_binary '{TlÁ•\\aD\Ý`\Ê]\ÔR\É','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity/VerificationReportService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity/VerificationReportService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'ƒ±#\Ëbžuvì—',_binary 'ub—j±pƒ\Ü4	&\Ôß“ü\È\r‹Ø¡[œÀ÷8C','',0,'?'),(_binary '{U ¦psß›“/H.0†','wp-content/plugins/redux-framework/sample/sections/design-fields/spacing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/design-fields/spacing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×(\ÓÌ°¬CŠÍ€ð\Úû\Ë',_binary '[’{\n¢§e]Z÷4¦Ìeþ¾D•L\Í\å/\Ð\é','',0,'?'),(_binary '{YIˆô\èuD\ÝE`\â%Àh','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.az.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.az.min.js',0,_binary 'ó\Ã!ü‹\ïjú9\ÇõU}ô',_binary 'ó\Ã!ü‹\ïjú9\ÇõU}ô',_binary 'nŒq¥¸1\ï6_ØŠ·¯†ñ\Î\ë\âq:S\èš\Û1ib‡xhl','',0,'?'),(_binary '{Z\éÁl\ág}§.\ÃÔž','wp-content/plugins/google-site-kit/includes/Modules/Search_Console.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Search_Console.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3a\æ\Ìd\â\0²º=Ñ…',_binary 'aO¦H\ë£\àP\Äg\é	‹x—¯1$8\Ïˆ8\á«½Û¤=','',0,'?'),(_binary '{[\ã/Á°³†Ú‘\Îý„','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ5å¤‘=²MwK\Â\ê…h',_binary '‘j\ÐT59O½D\Ã÷P¸\ÅI\ê !š\È\Õ\æ\ç­8\"L‚\Þ','',0,'?'),(_binary '{]¡ÿ2]$D­^sq','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/\ä,\Å\Ìÿ2ó\×\Ô|n±°h',_binary '\ìd+„x\ê\ÈM¾ú{&\Ü&ß‰}nÝ§\íŽ&ÿ¹','',0,'?'),(_binary '{a\âÀ{4\Ó;ò\ÓMoØ²','wp-includes/block-template-utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-template-utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†S\ÜñU·Mr—ò‡Ó²c',_binary '´ü	8+£ó„\à\Ìû{®‘qÁ„ S\è¿ªn¶nV&±','',0,'?'),(_binary '{b$„¹­zª2÷®+£•71','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Debug_Fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Debug_Fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uƒqQc¾ÿH3\Z¯\ÏS',_binary '\\\ÛWIˆ{‡Eÿ‹Mgf(Ov\ï³®¾\è_vuß‘À!','',0,'?'),(_binary '{b/ÿ;¹¦÷w²\ßûHs¸','wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž\\-À2ÉV„\0\å¯þ®=',_binary 'PGVGD™\ç,FÁ?ž\Û*Fg’¤\è¸\nD(H(­ \Ñ+','',0,'?'),(_binary '{j?w\ì\ÕuÀ&1Y\ï\ïo','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-taxonomy-helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-taxonomy-helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Úß·°\à·]9\èAªŸa¥­',_binary '%H\Ý;\ÃB\ÑÕ¨0bXN3O£3’\Ì\Øe\ã\Ë\î\îºx@˜','',0,'?'),(_binary '{t\ÈE~ª\ÌP\ÛA´1ø ','wp-admin/js/tags.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/tags.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=†<@ô\å7K>Ê¹3…\Éh',_binary 'Ñ·¬\ëfR½\ì*Šóz;Ü“ý`\Èý\Ù\Ãc6¢§|Fö3','',0,'?'),(_binary '{wX^\Öóž©¢Á8-\ì0','wp-content/plugins/google-site-kit/includes/Core/REST_API/Data_Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/REST_API/Data_Request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\ã\Ê‚w\Öù†\Æ\ãó‡z‰',_binary 'D®²Qüv\Ï\ì¤þ\Ô\ËrŠ}¶Fpÿø4\'“ž\ã¿hh´\í','',0,'?'),(_binary '{y\"¶Òµµ\ÐÝ©¶{­','wp-admin/includes/class-walker-category-checklist.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-walker-category-checklist.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã,T9}ó©\'p*móð\êU',_binary '¢\Êý‚\\\éM´ U[›ñ)úT÷Í”Á\Ù\'Ow','',0,'?'),(_binary '{y²VN©ayo\ØUX7g','wp-content/plugins/wp-rocket/assets/img/logo-varnish.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/logo-varnish.svg',0,_binary '\Ã1J\ÆF\Þ\\[ùµù{óŽó',_binary '\Ã1J\ÆF\Þ\\[ùµù{óŽó',_binary 'z•\Ð\ÓD\Çá ¢ ¾s—ÿ—\'[‘W&r!l7Áœ\íû€\çC','',0,'?'),(_binary '{€¦8A\nºÅ»\Ò\Â\ë¼','wp-content/plugins/wordpress-seo/images/academy/crawlability.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/crawlability.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œŸ\Ã\Ãz&\íoÀžœ9Ä‹õ',_binary '©¥^R1!¥n•¦¸3ügÀ!w—5õ~ø·&\ÐD®Iˆ','',0,'?'),(_binary '{8-œ„ 0¤\Ú\Òöfa¨','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/CallableArgument.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/CallableArgument.php',0,_binary '\êV´\É]§ÁñóSò(4Ÿ',_binary '\êV´\É]§ÁñóSò(4Ÿ',_binary 'Ã†,5º\ãq>©2;‰ŽÉ·+´©|ùÅµ\Ã\æ \Ä\Ë\îw','',0,'?'),(_binary '{‘,j	mw¶¬\Ç0\ç‘(ð','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/40.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/40.js',0,_binary 'Ý¼r§µý»÷^\Â,ü',_binary 'Ý¼r§µý»÷^\Â,ü',_binary '¦SÖ‡´‹6\ØÃ¡\ÉÃŽ†VšL‡;\Ò\ìqk\ØQPˆr','',0,'?'),(_binary '{•¤?—@- \ÄS\Ô\ny\Ã','wp-content/themes/yith-wonder/assets/css/registered-block-styles.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/registered-block-styles.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.œqcdÈ”ÒZ\Ò~C\î¼(',_binary 'ÿ±4þm\Í\Ó\ÂF}dø\\‘†õ6¡5\áÖ u‘Å“ùpq…','',0,'?'),(_binary '{—§ •\ÙýJª’ ’¹¹<','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ohÄ¥\ËÆž}°J\Ò\ÆZ±',_binary '\Ñon”5”q%\å\Ãí·Žú\íxN÷Àþ± \Z{£\å¨c»y¶','',0,'?'),(_binary '{j\ÄÉ|n\ä	^<øWHž','wp-includes/css/dist/nux/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/nux/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿÀšœv\Ï	•\ÙC\Î',_binary 'þHsa¼\\>\Ä2\ÈQÆ ž‹\n\\%J\Þ[aG\Ò÷\ì›h','',0,'?'),(_binary '{Ÿ)\×4e4p:±fW‡','wp-includes/js/jquery/jquery.query.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.query.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø\rÄ¡\ä\áL´z;Ò¿™0\ê',_binary '…Õ²´\í¡\Ñ<\î†C=óñH:\ÆLWÎ¦9b\Ý\n','',0,'?'),(_binary '{§¬¸\Íj\Ä%ñIFŠ`¯\Í','wp-content/plugins/redux-framework/class-redux-framework-plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/class-redux-framework-plugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê\Öõ9,i!­Í“7ñe¯?',_binary '\Û6\Å\ÕO\Ñ	•GEô N×¬q¿Œö\"m<\Ã+\ë','',0,'?'),(_binary '{µHžý3?±\Ë\ï`²¬Š8','wp-content/plugins/wpforms-lite/templates/builder/field-context-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/field-context-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ^\Ó(	V¤ðn%rW_J\æ',_binary '\ËñSüñ\Z÷j9\ÅW\é@GM5d,ŒJ\Ôg¶D‰\êu\ê','',0,'?'),(_binary '{¸p¾\ì\Ý·\æ’S¤		»\Â','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù$\ËÿW+µ´BÏV¶',_binary '´œ·*\rIõö\Âd¸#‹´¢ôF²ny%–\Z‰\æölf','',0,'?'),(_binary '{º\ê=\çs^m\Ð\Çk…\Æ&Ó»','wp-content/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php',0,_binary '”d¶ ;ùÞ™Ï÷NB·­',_binary '”d¶ ;ùÞ™Ï÷NB·­',_binary 'ô\ß\È|	–\ßi»K„¦w\á¡\êÁ#Y‡ý›«¶\ÈY','',0,'?'),(_binary '{¼½„>ôüc$\\K\à0H­','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q—ñ\Êo­¬±B/<-ðB,',_binary 'ÿõƒ¿/\ìB\Ì6ë™Ÿ‡!\0DS+_¼›4’M‘','',0,'?'),(_binary '{\ÃD«k\r\Ýû°˜\ÐQ\è\×\È`','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åÀh47[ –\r\ëv‚\à',_binary '—xc:¨¥\Ç,¯¦g\Õušƒ¶(A*Â›W\ÅV','',0,'?'),(_binary '{\Å9\ë\î<û°\êw\Ä\ßx','wp-content/plugins/redux-framework/sample/sections/extensions/widget-areas.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/widget-areas.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\Þ#\Òò©Mb9\ÌO¶',_binary 'þY\êÁ\ï_ü¶\ëÛ„|Ü±y\ÌMfˆ¾N\Üc¬‰À\çœ+‚','',0,'?'),(_binary '{\Íz˜µS\Óø¢—n\ä,ùz&','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaKeyEventDefaultValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaKeyEventDefaultValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W,ükKù²>‡ði¬\Û)­÷',_binary '2!\Ë\æ”k#/\ÓÚ \ÖUkOGo~\àõ\Çy•Š\ÍYû¼\í','',0,'?'),(_binary '{\ÑL\ìa¤ýt\é\Äy\Î\é.','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php',0,_binary '\éuL/®L•,\Õ> #k\Õ',_binary '\éuL/®L•,\Õ> #k\Õ',_binary 'w\Ã]/P\r—\0OY­¸£cÿ\ÊÏ‡ˆ÷VÈ»\\™µ¢Ž„\Ú','',0,'?'),(_binary '{\ØOšþqd\çùÍ®xd¥\Î','wp-content/themes/twentytwentyfour/patterns/banner-project-description.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë:\å2¢7\ì¥Q™x„Ÿ\'Ž',_binary '+\êEÊ€™¬\Ú&C\è#À\ÑÿH\êmfZF¸/9Ÿž´Á0_','',0,'?'),(_binary '{Þ†dJvQ4.\Þl>§','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô/1\\\Ð5UŸÖ–?‘³\Ó\Û',_binary '˜>£ùbb$\ÕxÝŒ	Ç’Hš›÷w\ÏK‰ý.~7u\Éi','',0,'?'),(_binary '{\à@”‘Ñª0³N€fÀ\Ý','wp-content/themes/twentytwentythree/templates/single.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/single.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+g\Æ#\é>\éúJ=>–¦u',_binary 'ôI\îfYˆ#ô}¯ý¨\Í\Ì<\\¾F¡þ2X\é:’ñ†ñ\ß','',0,'?'),(_binary '{\â‡e\è;ÿ^3.X\rS½–','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/NormalizerFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/NormalizerFormatter.php',0,_binary 'V\ï±ÎˆJ%ñ¬!08',_binary 'V\ï±ÎˆJ%ñ¬!08',_binary '£\ï&o,ùÀj‘a°¢lƒ\Ësg}¡\"ÿŸ\É\ÅuF\'ƒw?','',0,'?'),(_binary '{\å°\Ç\n\ÍrI«\Å','wp-admin/widgets-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/widgets-form.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š¯\èøö¨\ÓØ¶(vC˜¨>',_binary 'Æ¡\æšFK	Ö¼\ÐP\âA\à¤ó|›s&µ¼J‰þf\È\àÏ¼','',0,'?'),(_binary '{\ïRC¼\Ú\Z.*\"¢Q','wp-includes/feed.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äFu\Ñd\Þ\Ñ\âKrai„©%D',_binary 'ûg\Ç,\ß-M¤ešFj·’0•D›@•xN\ß]¹Em‡C\É\Æ','',0,'?'),(_binary '{ñ\r\Þ-\ä\Ü} ^\é\Æ','wp-includes/images/smilies/frownie.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/frownie.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q›ó\Ð„°\Äôƒ\í',_binary 'rô~\×Dzo\Ñ÷hß±—\Ò\Ó¾þØ»\">E„+”Ke…','',0,'?'),(_binary '{ô\à\r$„ˆ›\Z[¤\Z\îÀNN','wp-content/plugins/houzez-theme-functionality/classes/class-permalinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-permalinks.php',0,_binary 'ˆ)©RXF\à”!†\Ú\É÷%‘e',_binary 'ˆ)©RXF\à”!†\Ú\É÷%‘e',_binary '-Uôƒ8¸\'DN†š~Vñ\åC~u’ž\Éð«I©1ARò;','',0,'?'),(_binary '{õ;ôÀ13\è84\Ë\æ/','wp-content/plugins/wordpress-seo/admin/ajax.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/ajax.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õB…šX¸!¢¥-ƒ7*',_binary '\"°«Ií¾ŒœT5ñ\çK½v‚Flg’1,ðš žC\ß','',0,'?'),(_binary '{õ‡?\ì\Ñ\Õü\r’\Ú\n\'','wp-admin/images/imgedit-icons.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/imgedit-icons.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\Õ\\2Ÿ\Ù\Ø}©G‰i;O',_binary 'T\ÎN\Â~ˆ\å÷-\Ã@°\èNƒ\ÐÌžV\ç\\¦”(u$\Õ\é','',0,'?'),(_binary '{ø™ÿ¤6x6¸oH\ß-','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_antenna_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_antenna_24px.svg',0,_binary '*®¤,Ô†]{H\ã\Ö\â´–',_binary '*®¤,Ô†]{H\ã\Ö\â´–',_binary '$\ÄôN\Ëgÿ\n\ßSºü\0Õ‰\\:ƒÜ¬9\Ô[S\é¥S','',0,'?'),(_binary '{ýj\ë\ÖWú’úže','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Dispute.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Dispute.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P_¢Y!ÁKCM\ÏNOœ¹',_binary 'ºª¤;“ø\È: \ë1”O>ž\à±(\Zš÷±rj¨‡','',0,'?'),(_binary '|ü‘º\ç<\0¬ ¼7 ¬¸','wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_strong_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_strong_24px.svg',0,_binary 'wjn>ñ\Èòiz\è\Ø&G\ê',_binary 'wjn>ñ\Èòiz\è\Ø&G\ê',_binary 'Ò€s½‹§<:y{ø\ÇC½dK\Ì\Ý;\ï] §\Ðü\Ñ\Õ,','',0,'?'),(_binary '|E¿;u¬\Ñ\â³4þ\æK','wp-content/plugins/elementor/includes/widgets/share-buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/share-buttons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X¿ž26­ø\Ëšd…jF',_binary 'ma\ì ‹g\Â}§ l‚¹1Œ1ññú¸•‘\Î\"|;-¸','',0,'?'),(_binary '|jª•x7\Ç(Q}Ž0À\'ð','wp-admin/css/list-tables.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/list-tables.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ\ÔJ\Øpwµ*· ©?\Ä?4',_binary 'Cyf¸À\\\ìó« ¼“\rÿ*Ä’þ\ß\Ø%4™¶D¤¾Só','',0,'?'),(_binary '|j’’·\×s­‡½¹„\Ê\æ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\Â<‘\Ø\ÒB[224;ÍŽ=',_binary 'b•r\Þcs„\é±£\nvU[/8\Ç4E„\Ôl!Ö‹\ëœ\Ñ','',0,'?'),(_binary '|aK”,BJ)¿<XmI','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '|F\ï(\ë†-}Ý§\"H®\ê','wp-content/plugins/updraftplus/methods/s3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/s3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó™)$e%¢<\åq$¸\Ü',_binary '\Ê\Â<–º\Z\âiºœ•ó2\Ëù\\p:ýð\É\äw\å`f÷Fw¼','',0,'?'),(_binary '|ƒ\ê\æ½L\ç\ïF8ƒ5<ZM','wp-includes/blocks/gallery/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4/´¹C\ëž!\Ø\Ãoˆ%',_binary 'o¹\åŽj\Æg)\æ5DÖ\Ér\ãòR°)5»\"Úˆ\ÎJÑ½?','',0,'?'),(_binary '|;Fä“¿*u:\éªÜ¦','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_namespaces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_namespaces.php',0,_binary '5\á,}vÄ¨3¼õGÀ\â)©',_binary '5\á,}vÄ¨3¼õGÀ\â)©',_binary 'E½r4@\0¸Ô¡$¦\âz\æú3ð¸$l²\ê\Z\Ð`i\äex\Ãl\Ê','',0,'?'),(_binary '|T/ù~UAYvQrfH\Ûö','wp-content/themes/houzez/template-parts/realtors/agent/stats-property-types.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/stats-property-types.php',0,_binary '\Å\Ã6°o¾G\ÛG\àg\å$³\è\Û',_binary '\Å\Ã6°o¾G\ÛG\àg\å$³\è\Û',_binary 'J§$õõ=§Ñ‹-&˜i\æ}4Œ„ø\Ñ}:RÓ¯','',0,'?'),(_binary '|\'N›`\àˆ\ë©W¡\É\Ä','wp-content/themes/houzez/property-details/luxury-homes/schedule-a-tour.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/schedule-a-tour.php',0,_binary '	fƒ)y\0I\"’L¦L\â•',_binary '	fƒ)y\0I\"’L¦L\â•',_binary 'l\rG©óºâ‹¸—\Ë\\;føoJ\Õ\0[¡Ä´CM\éWi\æ','',0,'?'),(_binary '|ð¨\ât´™A#°\rŽA*','wp-content/plugins/elementor/assets/svg-paths/wave.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/svg-paths/wave.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ým\Í\Ï\×5$¶N~\ßX0IŸ«',_binary '»“\Ã\ÑtK›rž\ê\çðÙ™f«\ånP‰d\Ê ¤m','',0,'?'),(_binary '|!\ß3ô!\Þ\×\r¤°†','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroupResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroupResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íjª\Ã,ns<·Jk¬w',_binary 'g\"n¡\ç{ƒû`h5¹\Ü\ÅXb¥\ãx…\í\ÄÅ«”eX¶ª','',0,'?'),(_binary '|(^Ü¬vR5›,ùvg','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æø–¤4v{}\rg÷\êU',_binary '~¤e\Æ)Þ‰ô?F¢\ÊÇ±gn§™’\èšA„	9™þ','',0,'?'),(_binary '|)g\âg‘#d\0A\Ç9» g<','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/CohortGroup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/CohortGroup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðTò‘\×0\Åx`T†NÊ¯E',_binary '¼­‹>\Ç\ÈZµ\ÔR\ÎúB7*®o1²iªˆ}<†Ë’\âƒd','',0,'?'),(_binary '|+7Œ>\Ô!Ü¨©r?M','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åø}’«\êd\î	¥¾‡þ”',_binary '\ÌÛ‡T&Â#Jq\ã\ÄN¦&ß”\ZK»“\ÖòÀ«GôÚ‚*›','',0,'?'),(_binary '|-\Ùý\Ó\Ê“zþ\Ç-¿','wp-admin/export-personal-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/export-personal-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü‚ž\Å;Y#\0ŽGŽ‘',_binary '\ç\Ëš˜\Ì7‘\å\à\ßÿ\0òIš#\"T®ºó[f¬\ìt','',0,'?'),(_binary '|.]\Óñ°ˆ0\Û´','wp-includes/blocks/pullquote/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„¹T\Ö_W¿1ý«=\"\ê0',_binary '%8!KHÓ„B€	š¯E\r<ß¬¢\áwX<†¬øW\î','',0,'?'),(_binary '|/Ú’\ë\0[*4“ÿxü\ã','wp-includes/js/admin-bar.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/admin-bar.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\Ä\"M\\ô|ÀHµÏœ¾\æ&ž',_binary 'w˜ü#tö\Ýqz0A\Õèƒ­÷ò\Øþ\n,‹D|:V	}Šk','',0,'?'),(_binary '|0hÌ¯jÏ¿_5\Ø<jÿ','wp-content/plugins/elementor/assets/js/nested-accordion.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-accordion.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N4òeú\èó;²zâo',_binary '•°%H(\ìK%”?»\ï‚\ÈG€0[E\Ì¥šƒµ','',0,'?'),(_binary '|1M:®|TJY\çËR','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/ClassLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/ClassLoader.php',0,_binary 'À+\æ\Ùfqø(ª\Óÿ¡4È®',_binary 'À+\æ\Ùfqø(ª\Óÿ¡4È®',_binary 'ük(¨\r(Nð¼þjj\Ú\Â\'\ÎÌ£\å6.÷/‘\Ò\Õ\'','',0,'?'),(_binary '|9-\æ\Ë5\ãò\Z3\Ô ü\Êr','wp-content/plugins/updraftplus/images/googledrive_logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/googledrive_logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'\ë\ì\Z\äõ¸\á_ª|÷9',_binary 'ca\å\Z\Íq=@‡\ìª O\ÝwF÷¯^1½ •µ[\ç\æð¡','',0,'?'),(_binary '|9\é3ùw€\æÞ»h¸:\â\Õ','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager/includes/htaccess.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager/includes/htaccess.php',0,_binary '2vE\\»\ÔóŸqF5¨M˜',_binary '2vE\\»\ÔóŸqF5¨M˜',_binary 'Ò§œùI¥7S@’(w\Û&ÔŒLC}‹ú\êú\Øv3E\Þ','',0,'?'),(_binary '|?“mFô\È\Í2½\Ë‰ù\ç','wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùj›x_\ì=0\Þ ´øó\Í',_binary '\æ`\ÖT³LQÍ¨‚âˆœF\È\Äõd\rŒ>\Ì]t‡F*','',0,'?'),(_binary '|H™¹{_\ä“!\æðürM“','wp-content/plugins/wpforms-lite/assets/js/admin/share/contrast-checker.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/contrast-checker.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™¼.sZÀ°Ž\Ýûs(¨ÄŒR',_binary 'Y;™‹i€Š3’_Kž/\Å<ž¶>›3\Ù–±e®','',0,'?'),(_binary '|N! ;x\ãN&®g\Ù\ïmù','wp-admin/js/widgets/media-image-widget.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-image-widget.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºG9ûFm£qQž',_binary 'Jµ6ð%Vµ\Ú\"\Ó\rK\ÎyÉ³›hª¤‘8†Nö\à\ß\Î\éF','',0,'?'),(_binary '|UvóÎ«Y\ê\ÒLL„\Í9','wp-includes/Requests/src/Exception/Http/Status500.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status500.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð\ÒBŽN\×xTZ‡0‡\åz',_binary '0žÿ¦/6¬X”\Ü\Ú\Ö\\ö×“€!|4&ÁL\èI9\Ã','',0,'?'),(_binary '|U‡\ë#Uu\ÙN\äÃ®@','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\á,/8G3l§–n¯²\Ä',_binary 'Ð‹\n\å’\0…÷<Z!¬ 5™Qþÿa\æ3Ñ£\äøO','',0,'?'),(_binary '|W\ÞeR\Ø¤É”ø•¸','wp-content/themes/yith-wonder/styles/02-pink-shades.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/02-pink-shades.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûC‡]%,7qñ;´µ\è`',_binary 'I\Ù-B`Cm!\Ö{æ› cqr3\Èp¦ \Ùp-¶\Å\Åu','',0,'?'),(_binary '|ZPi¬A!wD\nKµ','wp-content/plugins/houzez-login-register/social/Facebook/SignedRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/SignedRequest.php',0,_binary '\ë+d¤¾¬\Þ\'rc@Xc',_binary '\ë+d¤¾¬\Þ\'rc@Xc',_binary 'ùj\ÜT$\n\Ð,U¨­ƒ-1Á²G\Ò\áq\Ô„‚H\á\â\å½!','',0,'?'),(_binary '|f9/ª\Úü„aØ¾Hf‹','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-top-bar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-top-bar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5Š˜¢ß¤ý%»8¿x\r\Â$\Ý',_binary 'ƒ4¹.¿\è¡ùp_\Æ\Æ\Ö3Ÿ®\é\ì\Èþ9^UÁ¿žEÈ”J','',0,'?'),(_binary '|f\Éj79…³²ñxj¨\'','wp-content/themes/houzez/framework/stripe-php/lib/Service/SubscriptionScheduleService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/SubscriptionScheduleService.php',0,_binary '¥ŒE\å#Ž¤‰c \Îþ·\í0',_binary '¥ŒE\å#Ž¤‰c \Îþ·\í0',_binary ';V\"Ó¼þ¼\à)f(9ó\ãH­&#cn‰ÅœÓ§Ð \ÛJž','',0,'?'),(_binary '|ló+Fûº#ÚŸ½¬\ë\Ãð','wp-includes/class-wp-user-request.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-user-request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>û_\ÉT\âv|\Ë¯\ß0¸',_binary 'M{XP¸~\0û*>ŒekQYU³€–P\ÉW#`D\Ã%','',0,'?'),(_binary '|mÁ1\0¿‘z˜^©m\ã{\Ú','wp-includes/css/dist/customize-widgets/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/customize-widgets/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L·–”«¹„\Éõ«b]Š',_binary 'l8F6n\ã4©\Ã\\·p½J¦$\ç³!«’fiŒ\ä7\Ë','',0,'?'),(_binary '|o¤\ZBö~k\Ü\Zh5Eõ#°','wp-content/themes/houzez/template-parts/header/partials/logged-in-nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/logged-in-nav.php',0,_binary '{õÀºQp\ÈÙ®\\Î´',_binary '{õÀºQp\ÈÙ®\\Î´',_binary 'D\nš\ë\ê²eEX%®¤b¥xª‰>X\ï\×,×¯N%\î\à£\êw','',0,'?'),(_binary '|qù¶XÔ†öÜ»3µƒI\\','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_id.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_id.js',0,_binary '\ío{Î—¡ÿ\á®&µ½4¿',_binary '\ío{Î—¡ÿ\á®&µ½4¿',_binary 'b5Ýci~¶\ãF¦#yõO¯?š\âQ°¯?‹Lº­\â\Ñ','',0,'?'),(_binary '|x•‹A,QnÄƒT2\×','wp-content/plugins/houzez-theme-functionality/extensions/favethemes-white-label/js/uploader.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/favethemes-white-label/js/uploader.js',0,_binary '‘\ìaþ]•|\ãBÙ½\ã$',_binary '‘\ìaþ]•|\ãBÙ½\ã$',_binary '\ï9\à™\Ç[+Z\ìA±b_³®\íª1c\Ë~I\î%]7J9','',0,'?'),(_binary '|>Íœ\Îl†\ïz\\u\è','wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È[3s_^\Ì\"(„9i*}Sÿ',_binary '6Ó«gª~E\ÃjÓ¢÷¸÷œ\à\ÐòQ¨¥ù¯\Ï¢D°','',0,'?'),(_binary '|Ž\ä-\á1ßªû†I$2LN','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’\å7n9öK}71xÓ„rƒ',_binary '\\D½»>\\ˆN~É°\Z³\\ó\ç\åc\ÒÕ•R«´‡T2x)J','',0,'?'),(_binary '|ö&\ÉÒ‰QÁW]\è`','wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-lightbulb.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-lightbulb.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J1£\Ç@s[\íóƒ\Ç5…',_binary '><p‘G½¦—\Ä\Ýk\É@–VŒ9T\â¡Z˜k@ö	‹3\Â','',0,'?'),(_binary '|\ÍC˜\î-6(Ã‡¨zp\å','wp-admin/js/password-toggle.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/password-toggle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²;\0òN»ú·6‰Þ¯ƒõú\È',_binary '\×¯˜k¦!þ.³ß€¿‡f¨Ç¿\Üx\ä²\Æ`7ù{®\É','',0,'?'),(_binary '|–Å¯\â\á.Ztç¥‚— ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/index.js',0,_binary 'Å†Ö®¢¸\ÙAl¦zH:ó|',_binary 'Å†Ö®¢¸\ÙAl¦zH:ó|',_binary '¤s§?¦Fƒ\Ù*”v\Ñ\éw\rV\îž\È\r?Às\Ö\'','',0,'?'),(_binary '|œJÙ \Âô­ý\àt|\Ð\ëÁ¢','wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'SÚ¢4i}\r2ÿj\ÏE\êJ•',_binary 'øØ‘N=·—½‘{tü¿(ß±¬[x”ødé¤»K\îe—','',0,'?'),(_binary '| ¿\ÏEXŒ™\"\àU¾oò','wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookRedirectLoginHelper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookRedirectLoginHelper.php',0,_binary 'G\à”;ukc7¨\'Ÿ¦\à¨',_binary 'G\à”;ukc7¨\'Ÿ¦\à¨',_binary '}\Í)\Êœ,·\Ò\Û;/r<<\ÅX’P-9\ã*Gö³C','',0,'?'),(_binary '|¦þ€i¢Á|\Ãw¸d\å—','wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_on_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_on_24px.svg',0,_binary '“ž›G‰^ž¹ô(ð3\Ï\njn',_binary '“ž›G‰^ž¹ô(ð3\Ï\njn',_binary '?No!u¦…\Ù=EHC÷\Âñuœy‰\â‡c\Ä\à:Šn','',0,'?'),(_binary '|«÷ ¸4\ãx\å\\\Ð\ÏM÷n','wp-admin/js/code-editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/code-editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2Á\ÊNÿ\Ñ1\ÜB9Xk',_binary '\çXJ\èŠÃ’\ÉHsf=û]‹ù¿\n\Õ*vHXÐŸD\Ç\ÙC','',0,'?'),(_binary '|®U=ˆO4A“\àò\ß€','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o%[œ\ï‰K£`a><\éõ',_binary '\0£]\ÜJ¡\Þ[p¶õi·	 œ.•Å·L \r$¢\Ó\n£Ø¨','',0,'?'),(_binary '|®“¬E.\"\'\å\ÔACª….\Ø','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SequenceSegment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SequenceSegment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/9\Í@\\E¤¦‘\Z_·¿x²\Ò',_binary '¥\ÈB\áÛ«9\ÃyZ¤UK\è‹b·Pd)a³1hö©›o¬','',0,'?'),(_binary '|·ø°°…iHôr‡¦','wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':W´´½Nss\É\Ä{{>',_binary 'ÿ\êh\Õ\Ãq\í\Íø± °1›Ü­V\Ö*¶ÿŽ²PÙ¯–Á\Ùù','',0,'?'),(_binary '|º¨\Å4¥)ø=3}&Ï¤…','wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿al	£$G²\ÉLr¥\Øjq',_binary 'û:sTž”œƒ)›0•P*š<‰j5\"\Üw&\ÑcRb”','',0,'?'),(_binary '|\Ã\î3·2\é„^qjþ\Ú\ç','wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(²\çòC#‰{Â\Å\r`ö',_binary 'üù€üyw¨%\ÓÁŠhû\Ù\íž.\Ö^±H›\\š·¶ð.û','',0,'?'),(_binary '|\År‘%\é~BÀ¨\Ó[]\é\Ü','wp-content/themes/houzez/property-details/photoswipe.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/photoswipe.php',0,_binary 'Š·˜š\ÄDxoðñ·¨	¦\ío',_binary 'Š·˜š\ÄDxoðñ·¨	¦\ío',_binary '·E„t”üIKP@¬\Êùñš?ž7\Éd\Ï}\Ò\î¦ö4zU','',0,'?'),(_binary '|\Æk(Š\×?\Þ3Dò\ï˜-\Ü','wp-content/themes/houzez/template/template-agencies.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-agencies.php',0,_binary 'P\á¹ó \ç,Dv\Þ\ä‚u~',_binary 'P\á¹ó \ç,Dv\Þ\ä‚u~',_binary '‘ó„òþ›=\ßL\î\Ø÷\Óù\Ð\0I¬„=ü%Šƒ\çù/','',0,'?'),(_binary '|\Ésªkü\íž[øcƒûõÐ™','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦uU_\ÅsµSÒ‚\Ì\Þ\'`\×',_binary '\éc?À·P\âœáª¨8ÿÁ+\ÏÐ‘L³}\ç2:\ìXq','',0,'?'),(_binary '|\Ë`q&\ìˆþÖ·[ùW\Î\Ö','wp-content/plugins/houzez-login-register/social/google/auth/Google_AuthNone.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_AuthNone.php',0,_binary '	;#|Y\â\à…©~fLèŽ¾',_binary '	;#|Y\â\à…©~fLèŽ¾',_binary 'A9”a²ooù\"X\ÓY>›’»°.;œa\Ækì“Ÿœ—\Ø','',0,'?'),(_binary '|\Ïâ‡–\ãN6‚a£g\nB‰','wp-content/plugins/wpforms-lite/templates/admin/components/chart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/components/chart.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á°qh\Øiªb\âù\Í$1,,',_binary 'õC¶\ÏJ\ÎÁ‡Ÿ3jå™³>\ÅN6·]‹°\ZQÈ\ì¼2','',0,'?'),(_binary '|\×~bÃ…L’wµ^\\','wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2\êŒ¹²pT¤!(\r',_binary 'Mw\Èjg\Þ8ø\\Gg`6\Ä<\Èþ}{ö\Z®N]¿{x^¬p','',0,'?'),(_binary '|\í§ö]S£\rµ\ÃLE','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_device_information_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_device_information_24px.svg',0,_binary '\\¾+\äö	\ÛSK\é¦›µ\Ù',_binary '\\¾+\äö	\ÛSK\é¦›µ\Ù',_binary '­UaÀ\Za/6I\é*À¨&A”\0J\Ñ\Ùw¯W0j$€\Ô','',0,'?'),(_binary '|\ï›F4\Ýn\Ø3md4¥ð\é','wp-content/plugins/google-site-kit/third-party/ralouphie/getallheaders/src/getallheaders.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/ralouphie/getallheaders/src/getallheaders.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þQxË‚¥\æ~b\È\Ð$\Î:',_binary '\ZÁ¯Y™6„#OøSf\ÉRC\ÏÀ­\0ùªz\Þ\ä„$','',0,'?'),(_binary '|÷¸T]º‡:Y$=\'hº','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å\È\ã­\Û*B>	ƒ\ÝC»r\Íg',_binary 'h$V<¢`ùX)˜,ã¬á«‘I\nD\â‚X,y\ßØž','',0,'?'),(_binary '|þ»YŒ>\à€\Ð	ùÆ†\Ä','wp-admin/link-add.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/link-add.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸¶\ÑÕ©\Z]:\Û\Z¦vÛ',_binary 'Š6#ôD¥-?{Mò5ºY‡Õ•µ\Çñ \0h\ÊEo‹','',0,'?'),(_binary '}\0ª{¢&[xÇŽÍœÿ\è','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/bootstrap.php',0,_binary '\à\ì\Ú¬FžñTø\nÀ',_binary '\à\ì\Ú¬FžñTø\nÀ',_binary '\ï\ÐW»¸v\ï\"]d©œ!\ÜHªd^¦•T$±\Üs€O','',0,'?'),(_binary '}©û	^V\ì8\Z64\Î\æ','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg',0,_binary 'µ¨L“‘	5$RZ©(\æ:™',_binary 'µ¨L“‘	5$RZ©(\æ:™',_binary '¨Ê–~\ÎP\Öa#‹;›Ï¦\Øóø~ T›L÷”\Î','',0,'?'),(_binary '}Ä‰=•t©­ò‘»¤¹','wp-includes/images/toggle-arrow-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/toggle-arrow-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F\Ê\á\Ê\\øƒô\ÉCDr\ï',_binary '-\ï¼\×N‘¨°\Ý\Å\ê½7~@\Ë}‚_\É=ö¤‹V’_@A\Õ','',0,'?'),(_binary '}	©¸\Äü\r‡óy¿7\rn[\Æ','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_brightness_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_brightness_24px.svg',0,_binary '\Ù @\â^\ØZOºú†Šf\"\Ñ+',_binary '\Ù @\â^\ØZOºú†Šf\"\Ñ+',_binary '\ÜH¶~ª- l\ë\éi&\Ì5\íj- o.’\Î\Ä1¤”øÁ\Ê','',0,'?'),(_binary '}\ïaX–]¼\ã…¨D*I','wp-includes/blocks/file/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Êü…\n8£¾.g\0BƒP·',_binary '\äT<º\ì©xOÕ¿W\íYz\Î\È?!ó\Õ%¤\ímÿp3‚|@¼','',0,'?'),(_binary '}8ƒ\Ø\Z\Ì5\ægˆ¨\rªd','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_flat_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_flat_24px.svg',0,_binary '\áŽý™Y¨\âˆ\rŸ­\î~Px',_binary '\áŽý™Y¨\âˆ\rŸ­\î~Px',_binary 'ôÑ³¼^°Õ´bpF¤³N\É\äQØš\î_fÿ¢3\Õ9Jt','',0,'?'),(_binary '};\r\Þôƒ#™H}RlR','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/DidYouKnow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/DidYouKnow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']6×½26\Î\Ç\Þ\Î|I|J',_binary 'œ¯ªQ‰FW¢a\ß\ØÈ½†¾Ûœh\Ô)Ú¼\Ó\Éw','',0,'?'),(_binary '}ô’.¹Ft\Z\ÙnC›qû','wp-content/themes/houzez/template-parts/listing/partials/item-features-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-v2.php',0,_binary '&Ë†\è\Þ\Ål¨Ÿ¼UúÁ•',_binary '&Ë†\è\Þ\Ål¨Ÿ¼UúÁ•',_binary '*W—(g\í)\ç\Ø\îu)ö)(69h¼«YŒ•Í¿','',0,'?'),(_binary '}ˆn…Yñ°se\åœ j','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/charms.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/charms.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bk1Á?e­\à¡ÿuÁ¿_\Ô',_binary '\\¯«¾\"\Éd?™\ÏGhN0ó\æU\×Ya€ ¨b ™®W','',0,'?'),(_binary '}#\ß\Ü\Ô1³[`3','wp-content/plugins/updraftplus/central/js/central.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/js/central.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}.|¿C\Ú&/U›\Ë|8°›',_binary 'ä¼­\à\ëjx„$\âP$óÀ£†œ©Ê \ÃB“AUO','',0,'?'),(_binary '}(@}*´1ƒ©,\á\ìðg[\ç','wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fQ83&\ì7ú@áŒ©;1',_binary '\'‡ÿ\ÅDž‹þ%jQS!l\ßt!\í\Æ,\æŒ\ÑA–š*°','',0,'?'),(_binary '}-:\ÊlK-È\n‡\á','wp-content/plugins/wpforms-lite/templates/emails/general-body-plain.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/general-body-plain.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á]\\Ð‡A\Â7ô\ì\×\0½',_binary '\Õ,Óƒd­A¬ó)ñsÌ«‚\Õ\ÆE\ÕËŸ°/xŠ\Ùm','',0,'?'),(_binary '}3¬‰±r7Ë£Ù¡{\Þc','wp-content/plugins/bluehost-wordpress-plugin/inc/YoastAI.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/YoastAI.php',0,_binary '¯\'»>u­\ÅË¿`€ƒ´',_binary '¯\'»>u­\ÅË¿`€ƒ´',_binary '›¥\0\çI†™ˆK©rŸJ‰€/r’\Çg\å\rN¡‚>\Â\É\ß','',0,'?'),(_binary '}7²\ÝðÊ•\ì¼óõ¾+õr\Ñ','wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-label.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-label.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7»¾¿]¨\Ûô+¦¦ \ì¤',_binary '¥ù\â?\Å5 \å5\Ðò3+\Ø\æ¢6{¸ù\ä =–ðº\Äó','',0,'?'),(_binary '}<³\Å}#*%\ÓV>\ç\ÙÉ–','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\Ú\êÄ¡ß˜\ÎT\ÖZ4BB\ÆS',_binary '&\Â.Xt=cû€®§týÿ©APOB[\Í\áƒDü\êF3','',0,'?'),(_binary '}BqQo@\ël\"«\Ý\å¡','wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$\í\'H\â3\äº6v\æ@\Å<',_binary 'n8¶£\â{]‡õ!b\ë¥rChÓ‰‡X´\Õ\á\Þ\í*\ã','',0,'?'),(_binary '}DD5„˜‰\Õuc”0\Â<¥','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/advanced-custom-fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/advanced-custom-fields.php',0,_binary '7ü’ûr\É’³•S’ä±­',_binary '7ü’ûr\É’³•S’ä±­',_binary 'š\îò\Zñw–’«£Ö¸\ZZÂ‰\éü\Ò\È0\"V²«aùu…¬t','',0,'?'),(_binary '}E¸OÁ©S\â›<jü ','wp-content/themes/twentytwentythree/patterns/hidden-404.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/patterns/hidden-404.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡×§ñ\äMTt_\Z{ó!¸†',_binary '\Ü\"B÷\×\ÞKG\'†Ü©\Èü€~Mˆ\Õ\Þ &gS€\Ò]\Ø','',0,'?'),(_binary '}Köf y\0[ÁY§YW\Ç','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/StreamDecoratorTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/StreamDecoratorTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3©Fò \È{.f6®F—\Ä',_binary 'o)Ê…\åb\Þ\æ+ …*Rx\n:\Ô8^\ç\ãn\Üt','',0,'?'),(_binary '}LQ\Îqh>¬ó\ÎôB†^p','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-form-elementor.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-form-elementor.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·Ž¢W›WGé›Aˆ+',_binary '¤õ\ÎÀùúö\é¸H!ƒ W7\Þøª¥zµ\Åûp\Ü\Æð','',0,'?'),(_binary '}L{Á8U\ï#poxÀÞ•`-','wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-payments.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-payments.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”.sB:‰áŠ„„\Öi	ø',_binary '¦Î¥>?ý«\çS‘\æ\ÜNÂ“™\â\Ô1\ÐHÙ³™Yª\Ü\ÚL','',0,'?'),(_binary '}Lþ{´\Í3c\Û\çs!','wp-content/themes/houzez/template-parts/realtors/agency/agency-contacts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/agency-contacts.php',0,_binary 'R)[\í¼	ú}§^H˜\'„\ï¬',_binary 'R)[\í¼	ú}§^H˜\'„\ï¬',_binary '·ö\ã¥	d2Rþ\Ò\ßFôh’\Í\×i¥¬I;ü“SÊšb\Ö','',0,'?'),(_binary '}OŸ !Ù¶]öO\ÍO[Œ','wp-includes/block-supports/typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GIƒ…\æü\Å [K’›º¢',_binary 'iQ›]fEW\ZF—õ*~l¤ô\ê\n>\çpòß±¯NL\n5]','',0,'?'),(_binary '}X&dž\éú¿p\ä\ÍW€\ÃH','wp-content/plugins/one-click-demo-import/assets/images/icons/info-circle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/info-circle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïY\Ì>Z+Í­tÅ©5D7\ì',_binary '|j†ý»Õ­…Ç¹l¾®*•*\Ûù+4I¸•)lw\"\Ø','',0,'?'),(_binary '}Z§€þºû1V5ÿ°‘u¿','wp-content/plugins/revslider/public/assets/svg/hardware/ic_speaker_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_speaker_24px.svg',0,_binary '÷þjb\ÅsA¯\Ì\Zš£\ì',_binary '÷þjb\ÅsA¯\Ì\Zš£\ì',_binary 'Ÿs…€le÷Jvuùö[ùµ8×¶L…~\ßM\\¨±\ây§','',0,'?'),(_binary '}\\T\Æ	þ\09>nÀ^yPz¾','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_highlight-soft_75_cccccc_1x100.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_highlight-soft_75_cccccc_1x100.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\ÒúT((\Ön\Z\'.»À',_binary 'l !›!o¾gÒ\0ž`9\Åõ@sÿ»ògÙ“·\08?þ\'E\×','',0,'?'),(_binary '}\\¤5\æ\r’ð$\Ôl’Wª ÷','wp-admin/js/tags-suggest.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/tags-suggest.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šë£‰Œ\ÈanX\Ãÿz',_binary '©u©v\n+TŽU\ãš\\\å[¥\å.L\äð\Õ\Ñ%°P²\×','',0,'?'),(_binary '}^Žt\×E¨Ó¼²@­º\É\Ø','wp-content/plugins/revslider/public/assets/svg/communication/ic_message_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_message_24px.svg',0,_binary '.­–[m¾3¬%œ” f”\Â',_binary '.­–[m¾3¬%œ” f”\Â',_binary '/f“\×U£\ä5‡†‹œ\ì8‰~ê¢—L¤ù¬s^','',0,'?'),(_binary '}`\Æ\Òg\"P\É2®\ÂV½‡','wp-includes/images/spinner-2x.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/spinner-2x.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1ý™\æ2†^#\æ8µô',_binary ' \ï¯#–Ë’\Ì=$c©§6À\Þ\ä\Ò\ß	B™46','',0,'?'),(_binary '}b\×øÆªN\Þ5£\ÚIœ\Ü','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’6\\\Â\ç[éˆŠ\é,K–#',_binary '-\ÊSÃ¡	qp€iW¥\r­\"fw¦&Œ`±ôYB¤½l\Õ\"[','',0,'?'),(_binary '}k,k\Ô\ËX\Ò\à!\Ü2¬\ìô','wp-content/themes/houzez/template-parts/listing/partials/item-labels-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-labels-widget.php',0,_binary '$¥w%Ÿps÷\"œ0:38\Ü',_binary '$¥w%Ÿps÷\"œ0:38\Ü',_binary '5¥H}\Ùøb!„§#7~ž[¥bmˆøŠ±µ£›_•´œ','',0,'?'),(_binary '}k=ø\0\äE\Õþ\Ã|¼‡','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ù½\Õ\ê3ÀRh\ãHµr­”',_binary '\ã9	%-¦ˆƒ¬ý7k™\Ð˜Cö4»\Ü\ë\á','',0,'?'),(_binary '}v\Ù{,M5F\Â\'\Ø<ü\Ë\×','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/hostgator_site_transfer_failed.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/hostgator_site_transfer_failed.html',0,_binary '¸Y™\×¼\ç|uk€5/óe',_binary '¸Y™\×¼\ç|uk€5/óe',_binary '•¾\ÖX\ß\Äön4ØŠ?õ¦d\Ç| \î\nU‚H—œ\"=¥8º','',0,'?'),(_binary '}y:r’˜H´\Ó\ÓNF2','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Row.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Row.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ûþy@\ÆÂ‡Pš/·’\È\ê?',_binary '8l69TØƒú[öz-\Õ9¾	@1\Ö\ì\áO>\Õý[h','',0,'?'),(_binary '}|¸\î\0+…N±6]ª›R','wp-includes/blocks/audio/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f\é\Û_\Ð…0\È4›\è—a',_binary '†\ã§\çs8!\×20‡ˆÚ ‡¦\Ò\Îò\×/%\â‡Q?û”Sv','',0,'?'),(_binary '}~‡§\r\Ü8­jË…‹;\Î','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/gdpr.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/gdpr.php',0,_binary '¥gd~rm\ÔÎ–\Âl1»s\Þ',_binary '¥gd~rm\ÔÎ–\Âl1»s\Þ',_binary '\Ëö/R„Í­2PÀz+‘\È7\Ò}\ê\ç%\Ë\×hK\Úo','',0,'?'),(_binary '})²÷\"´xW­Ë%\î\Ê]','wp-content/themes/houzez/js/vendors/i18n/defaults-es_CL.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-es_CL.min.js',0,_binary 'IJk0\Ìr\ãýPAôž>',_binary 'IJk0\Ìr\ãýPAôž>',_binary '\ë\å\ëA -UjAþ^†\ßF\n†w\Ýy®*w1%q…»','',0,'?'),(_binary '}€Bo{v²­iµ\Ê×¸˜','wp-content/plugins/elementor/assets/js/gutenberg.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/gutenberg.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=—>¥\Ïð\ìa\Ð_\ì¿n¯',_binary 'œ/^\ÕE=ž½^5z¥\Ý\îHg®òQ&\Ç\Ê\ëº[\é}\Êi','',0,'?'),(_binary '}‚u½%\Ùwó3\r˜@—©º','wp-content/plugins/revslider/public/assets/svg/content/ic_font_download_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_font_download_24px.svg',0,_binary 'P\ï\"@^?ß…\Ê\0T¤\î©',_binary 'P\ï\"@^?ß…\Ê\0T¤\î©',_binary '\é!\ÒM\Ñ\Ø\Æ\ìŠŠ\Äv‚<?_½mf#ÿ­ª\Õ¹ô','',0,'?'),(_binary '}…ø\Ø?\àhF0ubù»c\Ï^','wp-content/plugins/redux-framework/redux-core/inc/fields/color/redux-color.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color/redux-color.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dF\Ùh Áun–Q»öš\Å\ä',_binary '¤~O}s¿\rñ0\Zý*j\Ãt\Ð\å™\ßH+\à\"r\çvþ\ïm„','',0,'?'),(_binary '}ŠDô*˜zp»\ác°Y|¼','wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çU\ß2\ÙZ\Úožõ|*3',_binary '4$\èû³Q“˜\áp•½hex˜d¼\Ò<ôBµ \ä:\ï~\Ü','',0,'?'),(_binary '}“Oœb \ã>¾\Â?2y','wp-content/plugins/updraftplus/includes/Google/Collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Collection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â”kH\Zmú\'Rž$kpþ',_binary 'ô!¼Vf©¤\Ô:+\éjÊ±¯b€°‹r\'\ëq\r\'7°ù¶ð.','',0,'?'),(_binary '}š*cdsÁŽ@\Ù(“~J','wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_24px.svg',0,_binary '\Z\'\ä`\éA]ƒ\"™=E§¢',_binary '\Z\'\ä`\éA]ƒ\"™=E§¢',_binary '\Øqþö\Óo|…\ì>\Ý\á\ÈÇ„¦%ï˜–ÃvÎ´\ßüÑ¿Ó‹','',0,'?'),(_binary '}3Ÿ[´*Á?=z+\ÍP\É','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-ewww-subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-ewww-subscriber.php',0,_binary '†9N¶÷ÉŒ$\ì—ø$>)\Ö\Ï',_binary '†9N¶÷ÉŒ$\ì—ø$>)\Ö\Ï',_binary 'þ¡ÿ‚ö‘\Ñsxx€oö:\ÅcŠ;\0Sf4&9r“þ±','',0,'?'),(_binary '}¬r\Ì”‡\Ù3\r<¥\r\rS9','wp-content/plugins/elementor/core/settings/general/model.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/general/model.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è\ÜuD 4vA¯\í¹\Ë`',_binary '\íi~bMYQ™¬2%L¬ö—A\ât5X>3¦`»|òðþ','',0,'?'),(_binary '}±\n°`¾\ß}(\Íü¸','wp-content/themes/houzez/template-parts/google-reCaptcha.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/google-reCaptcha.php',0,_binary 'N‡¦yØ€‰môXß›\'\Â\\-',_binary 'N‡¦yØ€‰môXß›\'\Â\\-',_binary '¹Y\Ø|\ÆM\ï¿\å`\ßm( ±Ù¥®\ë\Ä243o\î\ÍR\Ë','',0,'?'),(_binary '}²“l\Å8\å\\\í;\Ù\ÎÀ\æ~','wp-includes/blocks/social-links/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r\î“À$\Ílc,3K©_',_binary 'Z<PœPo¦ %\ËJ\Úu…_\Îq\ÇRúðk\0e\Æ,R','',0,'?'),(_binary '}²\àL÷¯e)‰ÿþ¥','wp-content/plugins/wordpress-seo/src/user-meta/infrastructure/cleanup-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/infrastructure/cleanup-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i=l%\è@‹Œ\Ðû/—',_binary '`¼?3,Äµ¤E´EÁ&\ésR\ÖKy¾N\ì_\æÒšb','',0,'?'),(_binary '}´%Î‰˜ªå˜Œ9±\ê\ÛQ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GetWorkspaceStatusResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GetWorkspaceStatusResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥`–šõŸdI°\ãùc@',_binary 'tŠdðH>\ämY`oòz…¤Â…\\\r;)M£\Z:9š¸š\ÚZ¥','',0,'?'),(_binary '}´\Î-¥$˜L¢H_R”š™','wp-includes/blocks/paragraph/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á>JŸ°;ã‡­¶¡\ÏO™',_binary '@B¿Jo–\âX\æ\ê_|!œWüþõ¦\ì\î\É5lnWÿ&¯¶z','',0,'?'),(_binary '}¶l¦–X`d\îD\ÐVo6','wp-content/plugins/houzez-studio/admin/class-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/class-post-type.php',0,_binary '*,\ÝB\ì,\ßJ‹\Âñv×‘',_binary '*,\ÝB\ì,\ßJ‹\Âñv×‘',_binary 'A\Ï\ã~˜8\ë\í¶\â@{,´\áÌ™û€nxmÊˆˆ›xlw','',0,'?'),(_binary '}¶ôU>8·¾\ã+	y%j\Ö','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/SignatureVerificationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/SignatureVerificationException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eöú6o&[[¸\ÕÎ™!A5þ',_binary ' –‹<\åQ†¬2¼\Ç-ý\\0a$Vb7Ž\Z]\Ú!¾','',0,'?'),(_binary '}¼Žöx;¿¦hœb\Â%\Ø','wp-content/themes/houzez/framework/stripe-php/lib/Exception/BadMethodCallException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/BadMethodCallException.php',0,_binary '&.&\Íò—úV!O\î]4R§',_binary '&.&\Íò—úV!O\î]4R§',_binary 'Qy \ß\íO\ÏÁtx.$š_ò´V\ë5ÚŒAw‰(ŽCö¶ƒ','',0,'?'),(_binary '}¿±Ÿ\"ÁJ±õ°*—\ïZ','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$3R6\È\Ó\\2/#Ký÷',_binary 'ò,\ÊL[2\Ãx¶¾º…t’] \r2cL‚f$5³Uc~Tª','',0,'?'),(_binary '}Á7 Þ˜\æDHD\ÚPl','wp-includes/SimplePie/Registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Registry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì;M\ìŒúñ£\è{²ÙŸ\ËR',_binary 'Ô¦0-\ß/¨\\k…ýÿøW\Î\É%o–÷Þ\'E)Š\Ã\ÇD\×\Ì','',0,'?'),(_binary '}Â“‘\Øb\Ù`£I-ù›0÷','wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸],\'¹÷5\'\Ø\í\"þ‹T',_binary '©\Ð\Z\îw1‚²ñ#z+1\ß÷ÍºþÌ¼L.\ëx\èðw\Æ','',0,'?'),(_binary '}\ÊòTñEÂ±gõR','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/speech-bubble.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/speech-bubble.svg',0,_binary '\Ã$\È{1P\Ò\ÆÁ}³½U',_binary '\Ã$\È{1P\Ò\ÆÁ}³½U',_binary 'ecT¼ö»‹¤ª&m‚‹ýü>ñ\ë\\DÔ¡k\ç$','',0,'?'),(_binary '}\Ê\'‘\Ô,U\æ\Õt9l\íl{','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒY²’.Ê¯+\î41nd\ì',_binary 'økƒAÏ»¶ù\æÅ¾N³E(nô\å\×\"E–Ž\n','',0,'?'),(_binary '}\ËDß…\ç¼\Òú\ä\ÛN\é_','wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸ÿŠÿ±sCLxe\Âs',_binary '™\Âo^É¯¨J\ï\"¨\Æûecê¾w\Ïl1 ¶[\ÓG;\\}','',0,'?'),(_binary '}\ËA²Ã»yE2h\Ñ8','wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…¯–\Û\\ÀŒ˜à ¼',_binary '\ÞHr\íÒ‡1®(û,\Ã\Ë^‡Ä¤^“{×’yv*rý','',0,'?'),(_binary '}\Í\Ífc \â \íúÌ†ZzžF','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsPayments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsPayments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\Õ+ñ\ê\âKþ?\\>wvø™',_binary '¢€gZ½•\è0t\Ðd&/\ìhò<-€…”#\ì;\àÍ¨','',0,'?'),(_binary '}\Ð<‡±H¯$\â³\Ùt\åm','wp-content/plugins/wordfence/css/wf-adminbar.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-adminbar.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô§_SZÚ‰Ë´&nQ÷üW¥',_binary 'Ü­¯3[=«[\è÷¨]|Djga,X	¶n-H{\Úo','',0,'?'),(_binary '}Ðz® *õØ—\ê\Ù®w¶','wp-content/plugins/wpforms-lite/assets/images/email/template-tech.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-tech.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9£¹)\åo1R©¥\n\nNU',_binary '˜¤\éú\×L\Ë\Ü7\0™2Ù™Ÿ ‘\ÍOÜŽw\Ínu\å§','',0,'?'),(_binary '}\Ø©\î\ç)÷™W\nŠ\Ú(„','wp-content/plugins/elementor/assets/js/packages/icons/icons.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/icons/icons.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘&–³Tˆ6˜k\ï\é\Ì\\',_binary '\0\×Ya\Çx\îÁ\Õs|.\á¸ù\å\çW‰\Ä8`\Çcò P pG','',0,'?'),(_binary '}\Ú5\à†À©ýqõò\å¯','wp-content/plugins/houzez-theme-functionality/elementor/widgets/price-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/price-table.php',0,_binary 'Ï›[/€\å‰ßˆ.¾!b?o',_binary 'Ï›[/€\å‰ßˆ.¾!b?o',_binary 'Q\ìP/f+\ï„\ÑL¡}p\êm\Õ\éQ,Ã£ZJ·\â\é','',0,'?'),(_binary '}Û‹´\ÒŸ\ËhC&','wp-content/themes/houzez/template-parts/realtors/agent/languages.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/languages.php',0,_binary '\0)KbL ’\áÿOr',_binary '\0)KbL ’\áÿOr',_binary '„ž\'õAñ\ê\Í\ÐÊ•þU@%p\íS\Õ^˜’Î¶¢X=\ÝE\Â\Ï','',0,'?'),(_binary '}Ûœ\0AG%1\ì…\à<÷;\Ü','wp-content/plugins/houzez-studio/admin/js/houzez-studio-admin.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/houzez-studio-admin.js',0,_binary 'U,#6´\à*ÑŠ¦gM\á\îm',_binary 'U,#6´\à*ÑŠ¦gM\á\îm',_binary '`?ŠK†C[\Ô\"¢M2\Í¦){{Wˆº¤°$.š\çuŸ','',0,'?'),(_binary '}\áP1yw2\nè Å†F\ê','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/TreasuryServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/TreasuryServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùü*ol’T4…|\\.',_binary 'N$12\0!\à\'Ä©Š\Z¶“\ÃbJT\Ê8ôi\ç+V~qe»','',0,'?'),(_binary '}\ïÈ\æŠ\\Lü¯`Š§\äi)','wp-includes/ID3/license.txt','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/license.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\à\á5>q%S\å¦\\/,x',_binary 'ó­Ž \Ä\Ä\Z3\nÔ¨c\Ò\0\êk‰úÑ•6ú”·k6','',0,'?'),(_binary '}ö\ä\Ø\no hB¦m\r\Í\ÏW5','wp-content/plugins/wpforms-lite/includes/class-process.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-process.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8_\Û\ìÚ·\Î™\ÃñR½H',_binary '0\Ä|‹˜\ê$¼‚h†º\Ýf\Óc¤\ï“\áœJf¼³\Ð\Ø]','',0,'?'),(_binary '}úDS\\´j€¢ðaAI\Ë','wp-content/plugins/updraftplus/images/notices/new_year_sale_24.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/new_year_sale_24.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zt	¦jd%\"wZ	(O',_binary '_Y6þfŽ\ËY8Fªd‡¾§n‹’–$\ÂÁN*\Ôü','',0,'?');
INSERT INTO `wpau_wffilemods` VALUES (_binary '}û\ê`nY>û2\Ñp–','wp-content/plugins/houzez-theme-functionality/templates/fields-builder/page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/fields-builder/page.php',0,_binary '\È=\Í\î¶\æ×ˆ\èvt3d',_binary '\È=\Í\î¶\æ×ˆ\èvt3d',_binary 'œGxƒ³,\ØH¾“´v‚\â\Ztð9\ï\ã*iE•','',0,'?'),(_binary '}ý\Ö\Ë{RÒ¢\Ô\à¢\"','wp-includes/default-constants.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/default-constants.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\ÊÄ“®†\ëRb(±N¿¶µ',_binary '†9\Ûñp\Èd4\Õ\ã\Å-šdK}i]3–[nºf','',0,'?'),(_binary '~)\\\\\Z\ÐiÙŒ\ßhž','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/EnhancedMeasurementSettingsModel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/EnhancedMeasurementSettingsModel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A~`ƒ {\æ\ÈK?¨–\Ó',_binary 'ã‘“ýˆR• B™\Â)¹Þœa\ãª@N\"·…«Êq\ë','',0,'?'),(_binary '~f›“$÷0\Åd9-n','wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',-\ÑÊ½$1cOøi?Y',_binary '—dXUQ3+Naò\ç\ål+\Ò¾zu*\èŠ*%“1\0qe','',0,'?'),(_binary '~È¾/úm\ÚÖ€\Í!ü\ì','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Øs\ÉûX]û[sC>Q\Ô\Û',_binary '³>‹\Ê_c\ZJ+\É\Þ¡¬¶aœø§…³–¨\ÃUmv)œlg','',0,'?'),(_binary '~\Z—?O\ê\å«t\ÎY¶1\à\Ö','wp-includes/blocks/comments-pagination-numbers/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-numbers/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ò¢ÊŸÁ‰\Ð\Ï;þVkn4',_binary 'Lcß½4!BÄ¢:[½þZ³î¥\Ë™\r½\éQ›òy¨','',0,'?'),(_binary '~±ö\\\É\Ç_b„$\É-¥\ê!','wp-includes/js/jquery/ui/selectable.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/selectable.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6w\Âøk–†8#Ó²»9',_binary 'µ\Ä\\£{\ÛJ±C\æ\à8\å\ÏY\Ì>WýÌ¦Ê¶[\Î','',0,'?'),(_binary '~ \Õ	z\Ùuu4Y+xÜº','wp-content/themes/sinatra/inc/admin/assets/js/libs/select2.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/js/libs/select2.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's4[x_ÿ°\ähº-“',_binary 'Q\Ð\à‹¾\nV\Ùp\Ã)ÜŽtñN\\K1½£8ñL´\r','',0,'?'),(_binary '~\'®C_€hªFòÆ¶¢\Î','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýelXl,ª)geVu',_binary 'Q\ãF}\ç\Ïgƒ¶\0id1?µ#<\È\"x4òp\0ø&3','',0,'?'),(_binary '~+Z\êË™¥6\Ó\Âþ[zp®','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öob·¬ibÓ®\Å\Ô\ã\ç',_binary 'Q—¦&&\ç`Ë—AEIËˆ\È\\\Õ\ÆúªN!€0YgdV¶ ','',0,'?'),(_binary '~1”\Ìe¦$`\Õé©«Ÿ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SearchUserActivityResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SearchUserActivityResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GsU\î\â$Xþ2´\Õ0i\å',_binary '«¿7\Ö\×^\ä\Ê\ÙØœS\ÜPR`ß²*Øswn÷N’®Ÿ','',0,'?'),(_binary '~>ÜžL‡M\"¡\'ñ\ËCO”','wp-content/plugins/revslider/public/assets/svg/image/ic_blur_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_blur_off_24px.svg',0,_binary 'v\\$=!»\îv‘|,&Ê’(',_binary 'v\\$=!»\îv‘|,&Ê’(',_binary '­F›\Î\å£3ëŠˆ\ÑÜ”Ý†DN\âqç£œ\ÜZbt\Ë\Öh\à','',0,'?'),(_binary '~?¡J¼I\Öb*×º\êe\èC','wp-admin/images/resize.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/resize.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë\ÖlN\íû‰«\Ä\Í',_binary '©6ó€¸\×óˆ&?\Ã5ú\Ñ?sýqGM`P;','',0,'?'),(_binary '~CkN¾–«_X .\"žRi','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrationsInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrationsInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó3þ3\ÎDi\Å\ÔX\Ó\Â\Ý\Z',_binary '·\á›\ÂE\'\ÖNYö½\Ü\Ê)Að\Â?Õ¤þ\êQYý','',0,'?'),(_binary '~F£\Ìã«Ž>dy\ì\Ðj‹','wp-includes/css/jquery-ui-dialog-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/jquery-ui-dialog-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïjh´Zö†a@>]cÿ',_binary '\Ð9|«7S^\Â=$õ×§…q\ç6µªo›<KvŒ\Z™','',0,'?'),(_binary '~GKZ—™Q#·²J','wp-content/plugins/wp-rocket/assets/img/logo-cloudflare.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/logo-cloudflare.svg',0,_binary 'É™¿¢	\àŸ°Ë—C_\ä9',_binary 'É™¿¢	\àŸ°Ë—C_\ä9',_binary '¶\\>tU\ÒEóW\Å`\ç\êwyˆ5zUr›™<\ØK\ÙIX\â','',0,'?'),(_binary '~I˜¼\åmX\ÍX1Ù ˜Û½','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/I18nService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/I18nService.php',0,_binary 'Ž‹‡ŸT’8Œ»{(y‚¿À',_binary 'Ž‹‡ŸT’8Œ»{(y‚¿À',_binary '^)0\n®G\Êpÿ(lŒ0lö*.\ïœ¸¤3\ÈJ','',0,'?'),(_binary '~Iæµ¡®<”‡f§ù(m²','wp-content/themes/houzez/template-parts/realtors/agency/stats-property-status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/stats-property-status.php',0,_binary 't’düÀ–}¸€ÁY”\ìg',_binary 't’düÀ–}¸€ÁY”\ìg',_binary '_\å6;eÀb\Ðò©+»gªº\ÑI•kªB¯,\Ç?óR¹ž','',0,'?'),(_binary '~JýJ´a°M\Â:1žrS','wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6˜Œ?Nq\Í({\Ê`\á¦\Ý',_binary 'Æ›öœ6ß€„—•ý‰nÓŸÿ\n†‚88˜D­¡‚5‚o','',0,'?'),(_binary '~K~Þ¢mÅ·i\Ôuž(Ó©÷','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/mixins/_gradients.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/mixins/_gradients.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Oÿ@\×r\Ú\Ç\Êf§™\Éý$1Š',_binary '< cH\ÐFƒ‡ý0sšš¹Ô½\Ös–X\ì×¬Œ½ò','',0,'?'),(_binary '~L¹;bZi£.\rý\á,\ÓH','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-snippet.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-snippet.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©@fØ½ª†G…”\ÍÃ¦:',_binary '…)-¬\ÌH\ã|u>	÷Ž¥Ÿ&\Í$à¶—?\ÜYv\×\Ð','',0,'?'),(_binary '~VXA\Í\Û&_§Mõ@em','wp-content/plugins/wordpress-seo/admin/class-export.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-export.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž¹i‡\è]¡@5\Ü\î|>\Æ;',_binary '1g_\0hË¦»\âi!øKN\Ý÷.se~Jð—x*®@','',0,'?'),(_binary '~V©\ÜXa]‹7p“|R','wp-includes/class-wp-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-post-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«a±f¸!§À?>¿\ß,',_binary '¤|£¾\\\ï%Weƒµ\ç[\êÓ•ž§H7µn\Z…E¸\Ñú\í','',0,'?'),(_binary '~Z?º‘_\âmRmˆ¿y\ëu','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListCustomMetricsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListCustomMetricsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ón’·Mo\êÄ…²fN¼˜;',_binary 'žF\êvŽb\í\"Š³L‡.WB™òzl\ï·ý±3–\0\ß','',0,'?'),(_binary '~^f=UPƒ\Ñ\Û\Ø‹k1\Ë','wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üRõ³\É\È\\\å\ã·`tš±',_binary '\Ê;\ÔúÁù6Ÿn‚\ì°®,µ_Àƒü†°”±FU\ç','',0,'?'),(_binary '~`hy(j4/-Sõ³\Ý\Ð','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ro.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ro.js',0,_binary '‰–÷ž\êx\Ý\Z\à›ò´š^~',_binary '‰–÷ž\êx\Ý\Z\à›ò´š^~',_binary 'SN»q\á\'\Â)\ÌS·¼ðk©\æû9q\à¨\É1¦|','',0,'?'),(_binary '~i|1Àƒ\êJ°ªlœ\î','wp-content/plugins/wpforms-lite/templates/emails/classic-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/classic-footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÁÆ\éÇ²}\æuÏ–.GñÀ\0',_binary '„gû\×!X\'É¸\\²›19ó\Ô\Ðò°\îv–#¯$pr','',0,'?'),(_binary '~i°I\Ò;Ý­]œA»\ÈS','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GPE»KT»\Þ\íY–)&F–£',_binary 'þ™ó¥_¯0dœŠþ}f!†v\Ùm§\ÍEwW„o—','',0,'?'),(_binary '~jÅ\Ø;‚‹RH\åP9’\r','wp-content/themes/houzez/template/template-listing-grid-v1-fullwidth-4cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v1-fullwidth-4cols.php',0,_binary '0Á\Ä\"r½\Ø\Ò#õ™qø\â',_binary '0Á\Ä\"r½\Ø\Ò#õ™qø\â',_binary 'ƒ\È\×\Ñp\Ú7 \ç\ÑTŒhJk>€Íùz¦\Ú\çqH','',0,'?'),(_binary '~oMl. kÙƒr¾\r0i','wp-content/themes/houzez/framework/functions/property_rating.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/property_rating.php',0,_binary 'PŠ´ûÀ\á-žq}Øž',_binary 'PŠ´ûÀ\á-žq}Øž',_binary '>,ó¢™\í<%J\ç(|‰±n<\0ux=¬±k	¦\à\Ç','',0,'?'),(_binary '~q7\Â8\è½¬\rñpzúKK','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-generator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-generator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n±(±\Ù@ƒ\ãþ¡8\ÆW',_binary '¿Cµ¥ô\í0nó\ï P;\ãKÔ“\êû\Éû’->b°r\ë	','',0,'?'),(_binary '~q\æIPžI™º\írñ\Äö','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊeY§’¢\ïÛ¬x2¢’ƒY',_binary '´‹˜gªHnµ™½‘~<\Ö0^Ff88¶‘\Ý.%x8','',0,'?'),(_binary '~wx{\îŽ?ó”“\áÊ ‚T','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-chart2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-chart2.svg',0,_binary '\Íx)r\á*\Ú\rI0³‰.ñ0g',_binary '\Íx)r\á*\Ú\rI0³‰.ñ0g',_binary 'cŒý\ã>Šþ+\\L»Í‘60\n\ÚN\Ïä…·fº\â(|\'z','',0,'?'),(_binary '~xO^o&&\Þ[_C4we','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/RandomGenerator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/RandomGenerator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€´­*ymÁQÄŒ\ï®ž',_binary ';>>qt¤\ë¬õ\É-¸N‚Ö¦Yûœ\Ö\0¦:…´\r','',0,'?'),(_binary '~z¢´d·v\é 3ã”–­','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/field_color_rgba.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/field_color_rgba.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€5QŒ\ä\Ä\äD\çÖ¬s‡',_binary '\åš$-\ç3P\Z$œ\ÙaG„0f•Ë˜É¼u%›\Êü‡','',0,'?'),(_binary '~|\î1M\ÕhPDCñ\ìò\Âsw','wp-content/plugins/updraftplus/methods/pcloud.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/pcloud.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\'ó*\ë–r2a\ÞƒR',_binary '\çð¢\ZYƒ†\"üf\ã\ÑP’ U–\à\Úwú’U¹\ÃØ¾','',0,'?'),(_binary '~}\â{ \Ý\Ç>D\í}¦<','wp-admin/css/code-editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/code-editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\Â3“; 7\Ð\Îv:ˆP\à\Ç\Î',_binary 'JlA¦€Zñº‰\Úq—\à‰F¬vö<3\à‘®I^†\Ñk\Ô','',0,'?'),(_binary '~€£\ä’s¿\Z’s…8\Ã\Ò','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/address-book.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/address-book.svg',0,_binary 'X\ZK:8\æ•D^ùÿ\è(\æs',_binary 'X\ZK:8\æ•D^ùÿ\è(\æs',_binary '_\Í\Ï\É°_„\æ™õu(¶¹ ,8\Í$O”¦`¥5ƒ¶¬','',0,'?'),(_binary '~•$ ÿð°\0Žúe\Äa','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_Schedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_Schedule.php',0,_binary ' ®v\ît;—Z\ã\ãN\×mÄ¼',_binary ' ®v\ît;—Z\ã\ãN\×mÄ¼',_binary '\"-Ü¢ýum\â€s–‚w>vu«J•§\ÍÔ¡X[\å±6','',0,'?'),(_binary '~‡\íO1¦’eŽ„[R\èD6','wp-content/themes/houzez/property-details/partials/image-count.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/image-count.php',0,_binary '\ë8ô\ç\È2\×\Ó\ÉTc_µö\Ö\Z',_binary '\ë8ô\ç\È2\×\Ó\ÉTc_µö\Ö\Z',_binary '€£ä‹š\ÃuL´¤\å\Ý\0öžO*±5¶„y’¿ª¶Ÿ\Åo—','',0,'?'),(_binary '~‰\ÂÎ¢¥¾|‹>Š¸ \"','wp-content/plugins/wpforms-lite/assets/images/about/plugin-charitable.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-charitable.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î\ÕñKO\ÇÏ»\ÞS{»g\Ô\Õ',_binary 'õh\Z5²žuŸi	\0DÛ…žÊ­]¯E6O+®~4G—f\Ì','',0,'?'),(_binary '~jžWŒ\×³K#¼q','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UserDeletionRequestId.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UserDeletionRequestId.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+)‰\Ë\ßòÈ¨”=„Ä”šj',_binary '”72Ë n•Š\0\ãF\09D÷¯\Ù$t\Ér\ÑH;Œ@\"1øGÒµ','',0,'?'),(_binary '~‘¡ReOX‡f2”ñ`€','wp-includes/class-wp-post.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Žˆ6<b™\ç\ÓTr•\Ï',_binary '\Ë	m\ç\\¾ôš|+\ä™3 Š¤Â´x\è 3V\ßwg','',0,'?'),(_binary '~—¹\Î[\"+“\Zµ\ÆquÁ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉG\Ñ\Ð\Ö\Ý	&\"Ë¸\Çô±',_binary 'D\ÃÀö“\ÊñE8\Õ\ÈøJ¿	ùjGøD G¨¸\ÊÐ£r','',0,'?'),(_binary '~˜\Ü3ž‘\á6is¦Áq÷n','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleAnalytics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleAnalytics.php',0,_binary 'šˆÿ<i1\rrƒlÿ³\ä~',_binary 'šˆÿ<i1\rrƒlÿ³\ä~',_binary '*¨ƒ£D€,QSt;P7žƒNr\×<‚6†\Û\é\È\Ø|E\ç‰','',0,'?'),(_binary '~™>b\ÄÇ­\î\Ífz\\Úž1G','wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_plus_1_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_plus_1_24px.svg',0,_binary 'Bû\Ù\\\ÏRto|s]\Ë)0',_binary 'Bû\Ù\\\ÏRto|s]\Ë)0',_binary ' û\ß7\Åï³†ku§u\Ä\Å51\Ü\Ü›\Zy2NÆ§ƒ¥','',0,'?'),(_binary '~ŸC0¯\Ü2´3*¸ \×ûJ','wp-includes/blocks/more/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/more/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“´\Çý³wÁ.\Ø,$‰#>\ä',_binary '+\Íç©©T^3=@\Û\Êü5\ì±\à_—Œ©jzÇ¼[9+\ÅN.“','',0,'?'),(_binary '~§²Ã‹Œ\ía”97\äšq\è','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-embed.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-embed.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­|	\í%H¸\à\ï\Ý\'\äôJ',_binary 'ý€‚A\ê	JaD¶\ì„#@\0®–\Ë\Øb½\ß•\ã¶!','',0,'?'),(_binary '~«¦I‚]:ˆ}t§ûVÁþ÷','wp-content/plugins/elementor/assets/shapes/opacity-fan.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/opacity-fan.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý>¯gg¼\ï—Npd\è\n',_binary 'È¤\n\ÂòÞ¼„;;„•Ô›mh(&Éª>‹\Ö\ë\Â\íþ','',0,'?'),(_binary '~«¹¥*Þ¿S’Ì™e—','wp-admin/images/freedom-3.svg','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/freedom-3.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–\à(\Ãç¸«\ZX¼†Öšý1l',_binary 'é›†(\Üõ\ç\å;\æüF\Ô\n€k·Š©Q™\×uõ','',0,'?'),(_binary '~±™ý¡Gx\0Ü¬‹K1N‹r','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/layout.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/layout.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€~¬#\0öAþ‰?',_binary 'k•\Øch‚$€|^\å#\Z<ñ˜\è—\0û¢Ÿ¢‚¸\Ò_:\Æ','',0,'?'),(_binary '~´§t¬\ë·i\ÑV04\ZþŸ','wp-content/plugins/houzez-theme-functionality/elementor/widgets/search-form-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/search-form-section.php',0,_binary 'x\à\'Wê‘¯¿øk?¿4ª¾',_binary 'x\à\'Wê‘¯¿øk?¿4ª¾',_binary '5b¬}Ö˜ò\Þ\íöÀ±:i\é­)-Žo\'û¢l›®','',0,'?'),(_binary '~´\áeÿ/\ÐúH‚\ÚÁ‚E¬ý','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”µ!Wy´^”*ù<m',_binary 'P‡¬¹kŸ‰B\Úh†¤hZñ)\ÓÞ \nö±Xƒ?–','',0,'?'),(_binary '~¹\"\à\é+’)V‡\'«Êm','wp-content/themes/houzez/inc/blocks/blocks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/blocks/blocks.php',0,_binary '1Vóv‚:¾÷øç³²=',_binary '1Vóv‚:¾÷øç³²=',_binary 'ù®V\æP6eðGŒõ%Ÿ/:\î\áw!t\ß7\á\n¥À\ï\Øô','',0,'?'),(_binary '~»Pf½¦Ô©~1¹LYw\Ý','wp-includes/blocks/button/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\×\Ç«\'\ßW\×kƒœbS',_binary '†E‡š©%r¢\Õ|Š\ÕO›Y?M\ÝbÍð´#g','',0,'?'),(_binary '~»Ýº9iŠ\Ó\ÔU™|ó\î­','wp-content/plugins/elementor/assets/css/templates/frontend-lite.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend-lite.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$&¹©Œs\í‘dR*\rò-b',_binary 'tÄµ‚}¾k!\Í,\é\Ï\'R„+©\Ä>ûúp†ì±¢!\Ö','',0,'?'),(_binary '~¿	,û–ƒF\í:õgoaª','wp-content/themes/houzez/template-parts/search/fields/geolocation-mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/geolocation-mobile.php',0,_binary 'e©o½#2¨5[0\ïn\Ê{',_binary 'e©o½#2¨5[0\ïn\Ê{',_binary '\ÚfoyH\Ù]–\Ó=	ƒŒI68^7^`›\Ò\Ùñ\Ë\0:','',0,'?'),(_binary '~Å¥\Ïs\0\Ì1y\ì$‘L}h','wp-config-sample.php','/home1/arxacomm/public_html/point2listingcanada/wp-config-sample.php',0,_binary '%Lˆ~Vµžþ\ÃÜ¿8]¡',_binary '%Lˆ~Vµžþ\ÃÜ¿8]¡',_binary ':¯š\Î2=’\è‰\Èôû‘Ê™žñ\àR\ë\\NœVL B\"','',0,'?'),(_binary '~\ÅÓ¸bcö\Ý\Z$@$©ò*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­8–Àb;”=YXJ)Õ·',_binary 'ª‰¸Ì†%\r\è\Õ–N\ìn_n\Ú\'E¿Ý¸Ú–®W{=D','',0,'?'),(_binary '~\Æ\Ì\ÌÀô©\nŸ“\'\Í\Ý$ú<','wp-includes/blocks/details/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z¦ƒ$U¾p¹\Ó=',_binary 'h÷\ÑD0Dc­\Ì\ï»ErCQ¦’6&0¾V¦Lf°|Ñ™\r','',0,'?'),(_binary '~\Ðc5ž\ç\ÌR¬\"\á@2\í','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’€Vi.(\Ë)ø \Év\ã4•',_binary '\Þ{c¤x\0x+,d7¦÷³r\ã\è¨i=ó4›–ô¸xº','',0,'?'),(_binary '~\Ò\êCI\Æd\ÄÜ¨+o\ç','wp-content/themes/houzez/template-parts/realtors/agency/map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/map.php',0,_binary 'ã‘©øyoö\ïü€„G',_binary 'ã‘©øyoö\ïü€„G',_binary '®hÁ\ã5Í¤îº½‡1	28X\çU©/¡|ß³ c°','',0,'?'),(_binary '~\Þ-\È1¢A‡\ÞÃž\Öe¿','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookResponseException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookResponseException.php',0,_binary 'qZÁb\Èp\ã\ßI¦ô0sûúW',_binary 'qZÁb\Èp\ã\ßI¦ô0sûúW',_binary '\æiûN\Z\r\Â#¾bõv\è¡\ÙjA1zz=\Æ*\ÓFhøó\Â\â','',0,'?'),(_binary '~ã¤¿<n\å“\Ú-²\ÞÄ£','wp-content/plugins/wpforms-lite/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\Êj.Y\Î2>\Ç=\áõ',_binary 'r7CŠ-_ñYb2—»m\ÔGSBŒZ\Î!_ñf¦:\É\â˜','',0,'?'),(_binary '~\å\ÎI¯\ï.«”>šE3qôª','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rˆ]\ÙCp\ÃMS«N¥,lK',_binary '\Ä\Óz£r°K\åò%\ê$\nUÚ‹=3\ÙhŠ—5ô\ÍZM','',0,'?'),(_binary '~\è¿7y\á&\ÄEšI¦þ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l±3›2hžL-YL¦',_binary '\\\Ìò\ßAn(W-\ß`¼[\ØK+v†\Ö!k©;[\Æ*#¨','',0,'?'),(_binary '~\ë·#\r…Ï³ÿ\Õî¤¦1e','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–\ÂÙšFŠ870F­\áû',_binary '­|\ÞkG¾ŸÓ„\Ó,.\ËM¶n/è¿•\î¿\ZŽ«tøü½‚T','',0,'?'),(_binary '~\î¢n~\Í\ÛZazMRÝœŽ','wp-content/plugins/wpforms-lite/src/Admin/Addons/AddonsCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Addons/AddonsCache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bwm\á>g„	Nt Û—u÷',_binary '‰i\ç¸ý\Það‘O\é>aN„\ë o\"Å°\ËEI¯ó','',0,'?'),(_binary '~ñ¹®Fº\Z>\Ú*\Ñ\Ö\ß(','wp-content/plugins/wp-rocket/views/settings/buttons/link.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/buttons/link.php',0,_binary 'ö$2\ë\Èq\ê[0†ya¯)',_binary 'ö$2\ë\Èq\ê[0†ya¯)',_binary '£SW(Èˆ¸’-›¥¡9˜O\ã\Ð7û¥\Z\Ëd(QaK§^','',0,'?'),(_binary '~ún6\'\"‡ðgŒv5î…™','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',\í\Ø\r)´\nx‰7\\¢\\q',_binary 'i—˜[[ô/\ØJso\Ü*y¼\ÜûB•\ïNrŸ?~uj\Äa*\r','',0,'?'),(_binary '~þ~\ä]£H\Ô\Êrò<Æ„','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/BillingServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/BillingServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ|ÿ\nèŸªU)\Ð+&K \Ð',_binary 'œUV/\Êð){sL¹ó²y\Ó\\Q¨¢ZðJ9Š\Ò\éF','',0,'?'),(_binary '†Á÷À?9~]œ÷û','wp-content/plugins/wpforms-lite/src/Admin/Builder/Settings/Themes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/Settings/Themes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹µ£oI“¤s±psÜ˜',_binary '¥ª•\Û\ÌÊ¡X\ëžrO»ôÄœ‡]ÿR	\î\Ù\"^','',0,'?'),(_binary '\â\Þ\n(Ù“ÀhµŽ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·›<Ly‰\Éó~MÊ¡F‹)',_binary '¿b?ûYó\ÕD3Š\Æ	*Å³\ÆöYÊ¦\n\à¿oÿ~\ç9\î','',0,'?'),(_binary '\r9±•r\ë;a#\êzm…','wp-content/themes/houzez/framework/stripe-php/lib/SingletonApiResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SingletonApiResource.php',0,_binary 'teˆñ~¯- ©?\Å-8Db',_binary 'teˆñ~¯- ©?\Å-8Db',_binary '¡œ,n·¤#^R¿,­«©žT,\Ò;\àa\Ìø: ¢¨M\r','',0,'?'),(_binary '\ÃldKñŒÐ¼\É\ì\Ç\à','wp-includes/js/dist/components.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/components.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â˜sD\Ï^†UªWy\ã',_binary '¸^ý\áH\ìA~—4Hòp©^u~\âFB\æû¤^	{\Ç','',0,'?'),(_binary '\î@¯\Üo=üzŸ<F‚%','wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õó‡Eñ\Ó\Ó*\Z\ÈR@ø#\ÆR',_binary '\åZ¬P27Šû\r¡À++tš/\éAR\æI\éV]<{f\Ì','',0,'?'),(_binary '.\\\\\ÕJQÿ-YŽ\àú³','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñ¢òþ²f96*\Ã\Ü/i¬',_binary 'C\ä\ËHaF\Ì]û\Ò;\'P\\\'sn&»Ä°øn\æ°B>\Î','',0,'?'),(_binary '0\Ç\ÒR)¤/\äK\"­','wp-content/plugins/revslider/admin/assets/css/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/css/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '6\0˜Oòª®kvzfTN','wp-includes/js/jquery/ui/effect-fold.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-fold.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7&°¯<q!\Ø<\ï9kSÑª',_binary '7b.œHÆ½ \Þ[/\n´’þòƒª3ÿ	G\Û\ÊO†','',0,'?'),(_binary '6>\Ä\Ñn\Ç@‚¢^\Ô!g\Ò\È','wp-content/themes/twentytwentyfour/theme.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/theme.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øo\ßö\Ð\Ò©õ‘<ûp$',_binary '\ÜQF^k!\'²å¹¨Lw\æ69Ë\Ì|\å#°n;\×N\ä$','',0,'?'),(_binary '6|\rÐ_’‹¨Œ‘8˜3','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BalanceTransactionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BalanceTransactionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9+\æ\î6\Ù83üj¼ÀE',_binary ',‚£¡K2y\Æ(©´{¿wªyFn	›$\ì\ç7j\×÷YŸ’','',0,'?'),(_binary '7\æ.Ê‹5°\á\Ï1³','wp-content/plugins/wordpress-seo/src/generators/schema/person.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/person.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸Ç¡R\Þv,’q¢\rŽ\Í2³',_binary '\ÓLß†91¢\Èg‚\ïô8ï®¢*`b5r²Ä–O\ÕÒ•','',0,'?'),(_binary ';;\Ã\Úm3Kºö\íû÷','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersEnvironments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersEnvironments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q;0&Õ”.Eõ\ãMùpø¼',_binary 'ú0\åíµ„¼T\Çj\r”\à\ê®Dmõ+\ë \Ò.//ºm','',0,'?'),(_binary '?f°gÂ²¥e\É~2òþ','wp-content/plugins/wpforms-lite/assets/css/admin-integrations.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-integrations.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's§K.Œ\Ñg™*øQÞ´\Ë',_binary 'W^\\\"´\Z.‹€}·ñ»±ÀI†\Ñ_’C¿¾œS\Å\ì','',0,'?'),(_binary '@ô={&À²\Û¤}\É_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`^É¤=Œó§ûR@\0>¸œd',_binary '}E\ÖË·‡N¬.@²Ž0 	\Ë\à\Çù§	ž²ô\ç','',0,'?'),(_binary 'B³2j70“/\àözLq•\ß','wp-includes/css/dist/block-library/classic-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/classic-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\ä–ý\ídc5¯\ê?ó',_binary '\â¶ù£„?\ä\"4\ÑAHð’úCÇ“¹‹«¬_/\æ»û','',0,'?'),(_binary 'EL\ß\Ø ðÓ±—/M','wp-content/plugins/revslider/public/assets/svg/hardware/ic_gamepad_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_gamepad_24px.svg',0,_binary '	¶‡ŒpT“=2\Åe\Z…$',_binary '	¶‡ŒpT“=2\Åe\Z…$',_binary '[°twÝ«¢‘jPe…W>·Ãœµ½Á“c\ä¦4\'X\èa	','',0,'?'),(_binary 'FÀ†ÿB¡\Ì\Ä1ùb68','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/v4-shims.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/v4-shims.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö6®\ÞHz+\ß\à­<‰\à\Â ',_binary '‘®ú¦S¾\È\Ýüz®\ÓXU¦nŽ~,	1D\Å','',0,'?'),(_binary 'I71qUµsÉ\Ñ\Ã\Â','wp-content/themes/yith-wonder/assets/css/blocks/paragraph.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/paragraph.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’(+\"/DUúMšú¸\Õ',_binary 'ö\Ýþ\Õ\Ü> \ÛU\Ò~ß·…|cTú×´)¸B«P\ä','',0,'?'),(_binary 'J\ÝBk8À¼29T\ÚaÀ\ì\Ö','wp-content/plugins/wordfence/js/chart.umd.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/chart.umd.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b?¨ú\\Ù°õYgD\rz',_binary '¨‡\éOdù \Çõ:X\×®\ê RU\Å+ú@\É\ìþ9','',0,'?'),(_binary 'L:V:òKE):8(‡h','wp-content/plugins/redux-framework/sample/sections/additional-types/sorter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/additional-types/sorter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q»\ÇyKvk\'ó\Â\ÜV#C\ß|',_binary '\à\íg’wÐ®8-/@6U\Ú\Z\"\æºlOšU0ú\Çf','',0,'?'),(_binary 'N{>Oã•šI\å._©\Ø\ï','wp-content/themes/houzez/framework/stripe-php/lib/Tax/Transaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Tax/Transaction.php',0,_binary '­Zxe»l\Æ\ÚSš…§',_binary '­Zxe»l\Æ\ÚSš…§',_binary 'šFÇƒóò÷´\áõŠB=\â\rQgÏ­7\ã›Q\"\"\ÎÃŽ9','',0,'?'),(_binary 'QUO\É\ß\ÙP~7Wt\Ü\ì¾','wp-content/plugins/revslider/public/assets/svg/notification/ic_vibration_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_vibration_24px.svg',0,_binary 'j%\Ý+qX9C\ÔV\ãïŒ¸',_binary 'j%\Ý+qX9C\ÔV\ãïŒ¸',_binary '™\Ã\Õþ\"g\Z2<n\r<ù\Â4\Ø\à+N¡½œL\Òû#­ù','',0,'?'),(_binary 'c¢\ÒJ\îw¡\ÍeIO¨Iq','wp-includes/blocks/cover/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y\Ú0t&–t%)‹\Ð:Ì˜',_binary '\Ô\ÂdY\Â,M}\âs#4g.xdLžC\Ö Áq›ú^§Gl','',0,'?'),(_binary 'c¹—$x3¾¢— v\Æ','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/nouislider.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/nouislider.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê\'\ÞkIõZö\'@²\Ë	ü\Ì',_binary 'HÁŸ§¹´\ÐD>‰¦;½\ä­ÒšB!1ÿð|˜š\Ñ','',0,'?'),(_binary 'j&†\Â^û\ÌøŒb³ôŒ˜','wp-includes/ms-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³~K1Zmö9\Â8o[ÅŠ',_binary '\í\Ô*JlU†L÷\ÅrbÎ˜ð›\Ñ\Ù6kö\å˜OeHªD','',0,'?'),(_binary 'j^µ³SN­-Oó ý','wp-includes/css/dist/components/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/components/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Yº\Þ}hö$…ÀC\nÛ˜',_binary '\ÔÝ¥V\×r\0j÷ÂŸ \í!ieVlË1i™±š¥¯	\"u','',0,'?'),(_binary 'knp\éxÂ•?yÁ\ÎD\Ê<','wp-content/themes/twentytwentyfour/assets/images/icon-message.webp','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/icon-message.webp',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}›-ùŸ¨©\È\0Y\åv™',_binary 'á™¬Ê¢P¯jœ›\Åû\î\ÏOŒ \Åw[5ƒ†§\\\ÅC)u','',0,'?'),(_binary 'r“X\r\ía\ÂE%û\ÒzJ\Æ','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/CustomerService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/CustomerService.php',0,_binary 'ÿ\Þ\r&’rÿ\Ûô²I¬\ïŽ',_binary 'ÿ\Þ\r&’rÿ\Ûô²I¬\ïŽ',_binary '¶H_!¥\ÙöªÝ…7º[z\îQ\Ê\Ö)†¢\ëµg}&Fµ4¢\0','',0,'?'),(_binary 's™kc€J‰Òªo€^%','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö*÷r\ËJPü\ÄH>™E',_binary '6«-Š0ƒ\Úmu±BG[]X\Ö\Çc@\ä}dÄ“’\Þ\×|‚\Ã','',0,'?'),(_binary 'tSþ\"\Ù\álZ\í‹c\Ê\êQ','wp-admin/js/auth-app.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/auth-app.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '04ðzú£>˜sú,\r',_binary 'S\Ì\\¼°|3mó4\Û:˜\ÇÏ­q\ë™B¯\Ä\r\Ð7\â','',0,'?'),(_binary 't÷§\åj”Õ§\'\ç\Ôý\ã\Ö','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/StreamInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/StreamInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[\Þ}Á=[3¿&\Ó\ê(a\Ç\×',_binary '\Ä?\Û\â; Ydú=œ4¸j”\àE½l\'h¤õMêœ«','',0,'?'),(_binary 'v§•`lwç‡¸Õ½—d','wp-content/themes/houzez/inc/register-scripts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/register-scripts.php',0,_binary 'ÖŸ(#AC…¤V\×2¡_\r\á÷',_binary 'ÖŸ(#AC…¤V\×2¡_\r\á÷',_binary '’\ÔX*@\ã\Ø\ÒT\",dicHG:ü‡?¨B!G\ËR','',0,'?'),(_binary '}BfkVÁ=€15l\Þg','wp-includes/blocks/avatar/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«*ú‡‡(\Z¨ö\îøIz\Ê',_binary 'e2º,¢Õ”ùeõ\ÈnÁCš\ØL]ûö\Çs\Ë\ç+©¢','',0,'?'),(_binary '~!NY\éb¥\Þ\é\ÂTòÿ;D','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/StreamHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/StreamHandler.php',0,_binary 'Á¼¦Ÿ4<^·-\å\Â36\×',_binary 'Á¼¦Ÿ4<^·-\å\Â36\×',_binary '\ÒR\Çp„\ÕS5ž£Ûª¶,\ä\æ,û$7ÿ\áû±e\Ø\Ù\íg;t','',0,'?'),(_binary '\'\ê&Žök°K\Í^','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryChange.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryChange.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷\Ç\"ö1ß²­£,ƒ~›}ƒ',_binary '”\Ü^d\nÖ”2HIk”“r\ÕÐ¦E\Þ`’û\ëoò\ê”','',0,'?'),(_binary '‡°\Ðc87p£Uá†­\Ë','wp-content/themes/houzez/template-parts/realtors/agency/license.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/license.php',0,_binary '47 »að“\Û\Ö\Îrõ.\Ú\ë',_binary '47 »að“\Û\Ö\Îrõ.\Ú\ë',_binary '‰ˆ+“WP¶\Zo¸³’\É³À`\Ù;\Â€Â\ÐF}ˆ>','',0,'?'),(_binary '‡\ä‹Uf\ì‘å‚˜Zc','wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²\Äk£%Ñª¦HE)Ï£`',_binary 'au©›ï³­\Äkxp\Æd`\×\Î{‰\rCI\Zh?¥¸','',0,'?'),(_binary '‰·\ã\îo&:M_R_´<A','wp-content/themes/yith-wonder/assets/sass/woocommerce/mini-cart.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/mini-cart.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£5¡ô3Ã‡)\ã\\a¡¤`',_binary 'Ú„\ä\î	e\î\0a>\Þ\rjÖº¼_Y–˜­\à\É\ÇÁc\Å\Ùb\Þ','',0,'?'),(_binary 'Šp\"-öPÁL{n\î','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/field_dimensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/field_dimensions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦—p·XÁ(\äó-6øƒ\rQ„',_binary 'q}‚ú·¦M‰t\\=…fžñ\çK1†/€{²)©ø\å7\'‰\í','',0,'?'),(_binary '‹w6\ït÷¡\Âhrf·§','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'ŒV\Ï\Ý9RfŠF¹`²¼','wp-content/themes/houzez/sidebar-agencies.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/sidebar-agencies.php',0,_binary 'Î®ð^\ê\ÆEÒOešÍ¶\Þ',_binary 'Î®ð^\ê\ÆEÒOešÍ¶\Þ',_binary '·B:ü¡£ƒ–¨~X;ž[XI\ìu\'9õ.\äbÍ’h>®E','',0,'?'),(_binary '”\Â\âö\0DV&\æP\È>¿\È','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/CreditReversalService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/CreditReversalService.php',0,_binary 'ø<{y¦ˆÜœ¬<½s\Þe\È\æ',_binary 'ø<{y¦ˆÜœ¬<½s\Þe\È\æ',_binary 'kvžJkT	\ÄPB\r\ã9è»–[fe\Ù\ÙTBn«wð§Z','',0,'?'),(_binary '•ró\ZE\êÕ\çjlS','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v§. T\ìTÁ\Úû;œŠ†–',_binary 'ù–[$M¥¯©!±Î¿b¡Â¸eJj–\"‹iK\Åù7Ca¬M','',0,'?'),(_binary 'Ÿt\Ç”¬Lb\êµôp\Â','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/section-address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/section-address.php',0,_binary 'ªë»¬œ\ã\Ï\ë`\n]\Ê',_binary 'ªë»¬œ\ã\Ï\ë`\n]\Ê',_binary 'WhÔ„^^€lLS÷*ôk\Õp?¤kƒ,\Ë/‚\Ý\ÆÎ’\\\Â','',0,'?'),(_binary 'Ÿzþ’¾~48\î\ál›Go8','wp-includes/js/dist/style-engine.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/style-engine.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×^-}ðT\æyW#¬\â:še	',_binary '&F—É‚\Çœo³Jñ\×úe•V\nÁó-3(Ž¿','',0,'?'),(_binary 'Ÿ¢MÁÇ£[\ë:›¨S	','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/InboundTransferService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/InboundTransferService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5ø;-\ê\' pc]Z\Öÿ\ïVp',_binary 'õ±öf80=~M¿†¨ƒÓ»!e·\É\ßJ/¾½{¢cŠ','',0,'?'),(_binary ' òü–[R\\´š+VL','wp-content/plugins/redux-framework/redux-core/assets/js/media/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/media/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'ªD¼8-¬š‰Â¤r\Øl','wp-content/plugins/wordfence/images/logos/shield-care.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/logos/shield-care.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	þ s‘hß‰\0‘tvó',_binary '£f2\"(>µl\ÈH93 ö\É\Ì\è¦ª\é	\ÂC$„<','',0,'?'),(_binary '®Š\Åø\ÈS\ãY\î/n\Õ\ëü','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Data_Available_State.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Data_Available_State.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïD10cN\Ï*T©^ôY/',_binary 'üMø\Îð«¥“•p&kq,$V£+,©JvÏ ?¡m·ÏŸ','',0,'?'),(_binary '®\Éü’m\àáµXª\0\n','wp-content/plugins/wp-rocket/views/cpcss/metabox/container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/cpcss/metabox/container.php',0,_binary 'tU›n\çN,a\ë\æÀª<\ê¨',_binary 'tU›n\çN,a\ë\æÀª<\ê¨',_binary 't\èh©s´\Ä\Z„£G0of*ð´™]ûñh\Ûkp\Ònv\É','',0,'?'),(_binary 'Á\Ú%G]f\Ó@\Í%\ÊZ\Ü\Í','wp-content/plugins/wordfence/views/common/section-subtitle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/section-subtitle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n^\rÁñ#f–šst„‚W\Z',_binary ':\ËtaQE´&Íœ˜³\î\ß\ÄsÙ¡\nGb\\Z S1{°','',0,'?'),(_binary 'Æµ” -9þ\ÏcŠD\å','wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y¶\åŠOVúA€\Âü²nºð',_binary 'zc\åÅ‰¸?ò6E~\Õü#upþ,‰úf\í´l\Í$\ïfö','',0,'?'),(_binary '\Ç\Í%XÍ¡\â\é› ý[\ç','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/RevsliderDivi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/RevsliderDivi.php',0,_binary '\nAi\å£23ºµu:\\*\î~',_binary '\nAi\å£23ºµu:\\*\î~',_binary '†øÓ´þ‡—óÄ©òB\ÛÚ°aóR_\Êý¶XP¨w‘\'ò','',0,'?'),(_binary '\Ë\Û;\'\àšþ€¼_\ÅÁ–\×','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-regular.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-regular.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*üK\n(¢G¦:K÷‚v\î',_binary '¤]\ÉR>\íXb?@B\×\ÌQ§\Ä$]t¹–£Ä¢D\ÝÀ','',0,'?'),(_binary 'Î›ñmö	°¹•µ:h*','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/background-decoration.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/background-decoration.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}H1\Ì\0:Á‹°—ð’',_binary 'tdqK&—\éÿaI\ëµ±Ÿ\Ýq\ÈeŸky\ÝO[¨G¥ E¯','',0,'?'),(_binary '\ÏB½•C;\Þst„3D/ÿ','wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\ZW§ ª\Ü	®¦-¬#',_binary 'œ¶»X¼’ì™¶Ñ“Ÿò>Œ\ÓÀ·07\è\Û6Š\ìkþ2','',0,'?'),(_binary '\Ô\ÐÀÒ’W\í³\"\Þö	Á','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PropertyQuota.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PropertyQuota.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '->³{\×EGŠ \Ö1½t',_binary 'Q¦L­Ù»\ßK§™\ÖYˆŸ°(\Â	\\Zv,\×\ß\îž(\Ò9¢.','',0,'?'),(_binary '\ØÐ¡qDÖš?\ÓižX','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦õM˜yšWµ¬\Øù«n',_binary 'D³¼‚Z_1dÈr‡‘FyÌ‚·\æ–Žb\Ü	C*Ã‘ ð','',0,'?'),(_binary '\ØÈ«\ï‡Op4û‡4','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$–•û\Ò}tIšñT\ß\îÿ¬',_binary 'kH Q\ÛG³\nÙÇ²y‚JM?ˆ*–02¼V€ôIBS\ë','',0,'?'),(_binary '\ÛKûQð}U&;&˜\ï\ØQ','wp-includes/meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8	Ë’Z\î\'\Ìojd\Ã\0\ë™',_binary '2\ÆAœ¾j\\5ô\Ç\ãº\r*ºRþ \ÎG§d,„@L\è6K¨','',0,'?'),(_binary '\Ýn%ðtó¬›V^_ÿy\Ã','wp-content/themes/yith-wonder/assets/sass/general-block-style.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/general-block-style.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë\ÜÑ\Ùs\æc\ë}#IòÉ‡ó',_binary '²aœt\Å¡[5\Ý}YœR-p\0¸\×v\ïc>\Ø\Ý`¥\é«','',0,'?'),(_binary '\àJÿ/ü®¼ƒI\Ë\ã\Û','wp-content/plugins/updraftplus/images/dashicon.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/dashicon.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úµ¬\Úv\ßl\ãcaf\à\á§',_binary '²ƒñ\Ï\å§|¸Z\â®\æ\Ó÷u<$(Š\Z&\ØDÒ¡&“','',0,'?'),(_binary '\à\ÞE Aj¢ð¹…Q«¦','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SourceMandateNotification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SourceMandateNotification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«\ÏóR¿ljˆ…¥½:)I',_binary '¦^›\Òõ9\ÉiMxÀ\èùe;½©]PúS\0yƒŒaZÿý','',0,'?'),(_binary '\ætr³ÎµF_\î \Ã\Ç\×','wp-includes/js/wp-emoji-loader.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-emoji-loader.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôVªtÀ\ZUO7lŠ¤s:\Z•',_binary 'ŸòD`\Ð%ÿÃ…¶9_­]M%õv\ßý\ÄzVxZŠ(\0ò','',0,'?'),(_binary '\ïØ–\ã\Ã\\z\Üµù\é','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bù’¶‹h\\œo\ÄRŽ£À',_binary '\Ã,Œ7=Tš3’*rZ\\­ûˆ£¹7–yaX&Dt‚z','',0,'?'),(_binary 'ð´\Ú1˜’OKœ¿~wþýw','wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N;M\Ô\ÉGes‹S5ðA\àB',_binary '¡Ó”‘\Î\ËZ\Ò+pö¢±5MŸc³\ÂqAº]±VJñ\Èz','',0,'?'),(_binary 'ð\ÑÞ‘‡G[„Xc¶','wp-content/plugins/one-click-demo-import/views/import.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/views/import.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Óª‹ò,\Äýð—ŸŒ\Ðu{',_binary 'Ú®Zar\äŸE\rÞ£ü\Í™$\Ò\'\r9¼®J.)\0A','',0,'?'),(_binary 'ò\"\èY\èQE4ƒ0\ê§\Þ','wp-content/themes/houzez/js/vendors/bootstrap.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.js.map',0,_binary '½\Èt“cN\éB+D\r“3\ï\r',_binary '½\Èt“cN\éB+D\r“3\ï\r',_binary 'o4É05gšžPGF\×pAh\Ý{u¯6Q,RˆQÑ»&]¦þ','',0,'?'),(_binary 'óö\"ÿ\í#¶\ÖWŸ’ R','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/PseudoNode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/PseudoNode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û¾ÀZ.\È%‘\á)\rX/?',_binary 'w3.†ŒLB“\ÈÁ\Æ\èS\ëžó\î\ëËŽ~B>¿\î\ãy\Ç6¨','',0,'?'),(_binary 'õx¡\È	\ì—Ptúw\r¢','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û\ä˜l“|©1aSÃ‰8',_binary 'bO²»=\ÚJ3EúýÁó’¾Æ‚ös~}e–2`kG@','',0,'?'),(_binary '÷d;¢øh\îñ”QšþØ§ù','wp-content/plugins/wp-rocket/inc/deprecated/3.12.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.12.php',0,_binary 'Ÿ5ÿn\ÙCr§‹½ž‹\ã',_binary 'Ÿ5ÿn\ÙCr§‹½ž‹\ã',_binary '–ø\"lø\áIM¹\çNv¥¼ú’	_‚	,MmpÀ¶B\Ês\Û','',0,'?'),(_binary 'ø)0;5bÚƒ[XAœ','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/maps.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/maps.min.js',0,_binary ') \Í|Š\Ä\È-NŠeIzÁA',_binary ') \Í|Š\Ä\È-NŠeIzÁA',_binary 'º!qs\nj\Ì|\Â\îaj˜a<Ò´UL»«ˆ\Ê\Ý@‰bq','',0,'?'),(_binary 'úSºh\ÚJ$OK]î¢g','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSGeneration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSGeneration.php',0,_binary 'qÿ÷‹<=Ÿ\Îd3 ¢J\n',_binary 'qÿ÷‹<=Ÿ\Îd3 ¢J\n',_binary 'ùM\Ð$¶#Ëœ\ÐÑ³–B\á”\Ü\Í(Â†Cit^\ËG²Ç Ž\è','',0,'?'),(_binary 'û\ì9ó\É$e{X´W¨Ym\ë','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â•\Ìœøe\Ík8„A¯@2',_binary '`¦RŸ\Íûh\Ù\Ô^ntôŽ‹asFœ;\Ñ¼}žÅ ˆ','',0,'?'),(_binary 'þFRMÐ­1ty\å\"x²','wp-content/plugins/redux-framework/redux-core/inc/validation/css/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/css/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'ÿ9Šd>	B\Ò \ÒüZ','wp-content/themes/sinatra/assets/css/compatibility/elementor-editor-style.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/compatibility/elementor-editor-style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°\Ç,\ÖÁTñ\Êfz-\ì[',_binary '.ƒQ1;\Ê&\ã\ë\Þsð\Ô^\Ûf\"C¬óQ\0¦\âª\î','',0,'?'),(_binary 'ÿÍ\Ú\ÛŸ½Ïb…B','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õñ:\êCVF¼‘\ïÐ†R',_binary ',)¼ø§|F…aµ\êæ‚ƒ\Ófœ\Ù>œÀ;J\Î\ß\\','',0,'?'),(_binary '€\ÞQu‘\Þ}\Ëü½›WN','wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']8TP—ó¾\n\ØFº¥‡L‰',_binary 'ºXœ¢k8m½œ(\Ì3¤µÿ¢LÖ¸µª„\îç†¼[\r','',0,'?'),(_binary '€§“#«\íêª„|uWR','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`M4¢T5ú^.@\âþ3f',_binary '­\ç<\ì\ç,\É\0I-\î°•†4˜W©%\×\"%sLÁG1','',0,'?'),(_binary '€\Ùpb«¸™¾¥Â›Ü—','wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E3\ÎbH˜Wu•†Ü´\ÇP\Ñ',_binary 'jó9\è\Ô\çfˆp*\íƒµ†prOrñû¿$	Ÿ\Åõ','',0,'?'),(_binary '€\Õ\Ã÷E\'\ÅHgñC\\\Ç','wp-content/plugins/elementor/includes/controls/slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/slider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘1\áyh§G9\ÙC\ï\çˆ\Ï\Ú',_binary 'ó\Ð’töý²Lÿ6GM(\è\'H.\Én·‰\×Ä•{ü’','',0,'?'),(_binary '€!²\Ë-^>:Ž†MœSpG\Ý','wp-content/plugins/wpforms-lite/src/Emails/Templates/Summary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Templates/Summary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\Ã(G	\î¡?>7Š\ÃRü|',_binary 'C\Çg«b-\éo+\Ó(sšFˆ¨\Í\Þ\Å\×Í¬U«?Y‡','',0,'?'),(_binary '€&Éƒ$ò…¯\á(zÁ\á\Å\Æ','wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'ei\ÏK,	÷?\Û\í,\Ä',_binary 'n\â4w:£K\ÑC\ÛAFM\ä\ÕT\Ó\Úf2\Ã\Þ[','',0,'?'),(_binary '€,‰–u¯¸%E>oÚ«m','wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠÂ³i\Ó8\\n\èD\àb½˜˜',_binary 'õ\ë!h,ŒÇ®PÚ£y\n\Z\Û\íøw\Ö\Ò«VLwË«ô','',0,'?'),(_binary '€,Î¼(\ÅG&Àh‚}5h2t','wp-content/themes/houzez/framework/options/membership.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/membership.php',0,_binary 'í¨½\Ê~6œ‡\Ì\Ç~4¬òQ=',_binary 'í¨½\Ê~6œ‡\Ì\Ç~4¬òQ=',_binary 'Áý/8a2ši¼ üªec4*èž¢5þ¦Œ=i/¿','',0,'?'),(_binary '€-	mì¢–\Þn—M\×\Ôø\Üp','wp-content/themes/houzez/js/vendors/parallax-background.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/parallax-background.min.js',0,_binary 'T/ý§\è+ø\Ú<{¦J•I',_binary 'T/ý§\è+ø\Ú<{¦J•I',_binary ')žlx.9ü¶…–´\Û#\Ê\èDò{O\r\Z³\ã\ïR!‹Å±','',0,'?'),(_binary '€0ß.»ÿ8n4k_M\Ò','wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DVe£žönÁ,!—9\ä¼',_binary 'ú\ÕPV\Ìø|(ñ·k\n\Ñ\ëø\ã\È8°ð\ßò.Â\ß¦','',0,'?'),(_binary '€3-ð\à\ê\íÿû•f\Ðò¶\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„®OÍ¤20ªu\Z‹·“Ÿ3',_binary '‚¬\"Ö±<\ÛWC\èÕ°\êñ¿}¥»‘_Ÿ^ž\îX¸','',0,'?'),(_binary '€;èœ€A¯6%C»N‰\ÍÁ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/Yoast.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/Yoast.php',0,_binary 'Š\Éj<¸@|;÷þª¹\É',_binary 'Š\Éj<¸@|;÷þª¹\É',_binary '÷z‡€\á„Á|bÖJ\ÐeC\Äò\ïnQ:\ÆwV’\èQ2¶¸«','',0,'?'),(_binary '€;ñ\Î!1\á>üY\ÄxQü','wp-includes/js/dist/block-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š\ìv[\ê\Ó	Í¡?_‘®öo\Ç',_binary 'F ‚\êÞ¼µÊ°z>1Ÿj`µÊ jy‡‡Añ±õ‘ˆ‹','',0,'?'),(_binary '€Cö\Ø\ÛOU0.\ì\Ú&\å‡','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßZ=\ÌL9–|CR½ùý_°’',_binary 's©Ž\ìÞ¨5ˆ\à’ü\Øø9\\\È9Š\ZI²¶\çÆ¸>9','',0,'?'),(_binary '€GÔŸ\Ò\è\Ê\ÞCs¨\ëõù','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3-assets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3-assets.php',0,_binary 'vE\Û)‹\æ|\ZZ/=aÿ',_binary 'vE\Û)‹\æ|\ZZ/=aÿ',_binary '¡k=\0\ãZ\ëE·g\' B%ið\ÕD%6o\äP«¸\ÃAÁ','',0,'?'),(_binary '€I–\Û\×&¤Š`Gq±\Ì\Ä,','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes/ThemeUpdater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes/ThemeUpdater.php',0,_binary '$e\Ó\îhö ƒQUŽ÷b„',_binary '$e\Ó\îhö ƒQUŽ÷b„',_binary 'Ÿp\"V\Ýf\àö\Êf‘yÀT\ë¸\Ú\ÛD\êÙ¶<”o\ç‚\Í','',0,'?'),(_binary '€Lkök\Ó\ÙB\è ³\Ã','wp-content/plugins/wordfence/css/license/premium-global.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/premium-global.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ù¬5\ÍÀ&‰\ë–]U¼\Ê\0',_binary '=:I\ê\Ã#_A¤\\R‹õ\ÏÖ£X\Ô\æF¢§SO™ˆreóc','',0,'?'),(_binary '€O\ÓXû\Ï,Ô«óÀ·za\"Á','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't]\Ôg»”N\è+8J;q\Ò',_binary 'N\ébß¥óI\na³·^ w€Ò¬y-\ÖG;\á¼\ÇR¯¾–s','',0,'?'),(_binary '€T\î‹J:\ã;\àû8¼|I','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-query.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?,–Žý\Ä\å›Á¥ŒYÞ¬\ÂW',_binary 'Àž¾\ÖJ8\Ô@¶\ìf(‘—.bž\n™\Éó/oG%²/¬','',0,'?'),(_binary '€X‰«¢\æKkö\Ï#¢/¤\ÞK','wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')û>ðë­¬\ß\î…h8',_binary '(–$…\Ä\à/\0\Ò*@„\Z\â\Ñú\æn\Õ\'\Ü#\Å\àô\Ç#‘','',0,'?'),(_binary '€Zd½°\ÒõO\Çr2‰\Äk•.','wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0\ë\Z!\Ë&+fQs‹\ï:f',_binary 'ÿ$s\áf¤|B-¼Œ—w\Û+\æci\êgT‰Œº›\Ø\Îñ','',0,'?'),(_binary '€^‘}\Ä\\K@˜¬\Å$\Õg','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/core.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/core.php',0,_binary 'cS³[1 bj³ùÚµ4‡',_binary 'cS³[1 bj³ùÚµ4‡',_binary 'n\ã\Ã\nk†¸üû]@*\à4\ÙT›‡\rg\æÃœ%Û«\ßö?<','',0,'?'),(_binary '€_Á\ç5\Z$’ÂÆŸ\r?\Ú','wp-content/plugins/elementor/data/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\Æ5†\n¯ž\Ô¼)2\î',_binary '¦E\íž3\Øÿ\ãN\ë©`\Ì@\nÀõ*\Ûþ\Õ\rV² 	D','',0,'?'),(_binary '€dý\ãŒ\Ì÷é›’Ø¥\Ík\"','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú…\ÃCTÛ¿°\Î|…¨$',_binary '¸I\r6P´‡ºSXñƒ.ø\ÂûI\Â»\â\âf|µÿn\Ï','',0,'?'),(_binary '€e:6\ë^Y\ç\æóf¯w&~','wp-content/themes/yith-wonder/assets/css/general-block-style.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/general-block-style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|¨=\"Û«3¥\ÓK|85\ÖN',_binary '?YbE¤D\\QF`D–0ûô™üô-÷šyUp#FP','',0,'?'),(_binary '€qúµÃƒ0\íð\ã8†ºc','wp-content/plugins/houzez-studio/admin/js/i18n/bs.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/bs.js',0,_binary 'eõ»M{\çK\í\ZhfQ&u\Ó\ê',_binary 'eõ»M{\çK\í\ZhfQ&u\Ó\ê',_binary '4\æµ÷\äo\Z§¿N);¦DW2•õ¾f¡³&\ÛþzZµ]','',0,'?'),(_binary '€x„ÜŸ‰÷\í±ðûB\â\ÚI¸','wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú\ç—:b­˜móq)HB¶T\\',_binary 'V\ÃüFÃ—&Þ¦™.;óû\îŸ\êù½ù/÷¤Yñ«Ó¡‰','',0,'?'),(_binary '€+„‰r.q¤s\Ófš¬\'?','wp-content/plugins/wordpress-seo/css/dist/support-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/support-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7q“-¥‹|¦<¾©öi…:',_binary '¿û•| }û\Ö7ü¯9ypðˆ7\Ø¸@p\à`¼:g','',0,'?'),(_binary '€‚Ó´\Ô\î\ä—7Kf\Ü`¯°','wp-content/plugins/google-site-kit/third-party/google/auth/src/CredentialsLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/CredentialsLoader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Óz=}7\áZ\Âwe>\âjN\Z',_binary '¯8`²Û¹e}%ô:\ÚIŽ}³\ÎUY$®²\"Ô‹‡Nø°M@','',0,'?'),(_binary '€‡ãª¢?»gØƒ\Ö\àX½]e','wp-content/plugins/elementor/modules/home/transformations/base/transformations-abstract.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/base/transformations-abstract.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éÂ£Iqî G\êf€ƒ\r',_binary 'P%\ÍHi¨\èz\ÜK\ËF&1\Ã7¯S2©‰p68\"d½N¡£l','',0,'?'),(_binary '€Œ¤\\\ÑT.S~J[2','wp-content/plugins/redux-framework/redux-core/assets/js/redux-vendors.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux-vendors.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5™½\ê/\ÚiÁ“;$p÷f\0',_binary 'Y!\ÒQ€\éfÙ«5\ZA€6¦‹mœ@T\ç’EKc\èu','',0,'?'),(_binary '€ŽBþ\Äz\Ï\åqt¶½ÿ\Û','wp-content/plugins/wordpress-seo/js/dist/indexation.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/indexation.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«G\È\Ñ\æ-)±R£7?»\n',_binary '\â:r]\Ü\rö—F!2\ÄÎ­¬ò}¤SŠõm\ïD{xƒ¹','',0,'?'),(_binary '€‘ah¤#\Ô\í8\ícñœ\Âƒ','wp-includes/js/tinymce/themes/inlite/theme.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/themes/inlite/theme.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4O\à\âDIc`\á•EJ',_binary 'p·v\ÓT5Z>j†jª\0\0œ\Èfø\Åxa/g=¶&µ','',0,'?'),(_binary '€‘•4õ\ß\"›{RŒ­w[\Ø','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/files.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/files.svg',0,_binary '£þ\Ë-2¢ˆ’Tdzž\Å',_binary '£þ\Ë-2¢ˆ’Tdzž\Å',_binary 'P\álœy\Ç\î	\ç¿\æ—^~‘¡¤œ–úýMö\n 0 8\Ù\áô','',0,'?'),(_binary '€“‰µ“º«IÆŽ ’\\','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SearchUserActivityRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SearchUserActivityRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†\n8\ZR\"\êQ‹2%œ€\Î@',_binary 'û{zyü\Îiv\Ë\á%F\×p¥“\Â\æw\æ\ÐN•\"=€ª~&¥¦','',0,'?'),(_binary '€“\âÎŸ\×Á4°Y¾f¯a‚\n','wp-content/themes/houzez/framework/widgets/latest-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/latest-posts.php',0,_binary '~¥YEl\Ë	\Äþrz',_binary '~¥YEl\Ë	\Äþrz',_binary 'rÄ™\Ìf\â·ú•ºug,óv´‘¯±ôØ»\è\Òù\ÉNDÂ¢','',0,'?'),(_binary '€”\Ó+kò™ª£\Õý<|=QK','wp-content/themes/yith-wonder/theme.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/theme.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø\ÙÀ®î„¬\Ï+Y:.\Ä',_binary ';…_­“®I|ô\ëÁ\à\Élf\È:Un8a\ïG \é…ò\Å\Ø','',0,'?'),(_binary '€ž#³ˆ\\7’¦\ZhGžl¢','wp-includes/blocks/post-navigation-link/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-navigation-link/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ\r[óu»\è×€?­vFq!u',_binary '\Í–R‰ø¾/(+\"	~$W¤¥\r@]c=¯@Jw\ZG','',0,'?'),(_binary '€žaA?¡&Š}û\×','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_cafe_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_cafe_24px.svg',0,_binary '~\ä)¤\â’Q\î“,\0•†µmŸ',_binary '~\ä)¤\â’Q\î“,\0•†µmŸ',_binary 'ýÂ¯\È=sŽ§\æ²h÷Ö³B\çµ÷\á¢=L¿O€Ea²q','',0,'?'),(_binary '€žœt¥õ~©«$\rü','wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Sö–x\äG¶\Ïlw\ï¡\Å3',_binary '\Õ(L„¬Wý91%Â†e\Ü\ã3]µE#\07ÿT®Š\È','',0,'?'),(_binary '€¡PE»ÂŽD±|^*žW','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sq.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sq.min.js',0,_binary '\É!V1\Å\Ù\åš\Ö\'“[f',_binary '\É!V1\Å\Ù\åš\Ö\'“[f',_binary '\ä	e{»û&,Q°éœºª\0\0dŽó}\Ê\ÊlÂ„zƒ\Ï','',0,'?'),(_binary '€§œ\ßýª\ï,5±Cø','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_list.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_list.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8úI\Z!20Dš3PsU',_binary '\ÑI€%°\Ü\æ\×÷–\Ë_0yu\rs\îm5S‘ð\Ûó†?rýL','',0,'?'),(_binary '€«ˆ\åö\èw‡ûr\"\È^,','wp-content/plugins/wpforms-lite/includes/fields/class-radio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-radio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£¬3ï¶µóx0–³ƒU/',_binary 'Œ4\ÖHT|«\ÈÄ”\ê\ÃXJR\0zDŽ4`@I.\r\Ð1','',0,'?'),(_binary '€¯‹ðÿ\0…6Ö®®Ÿ¢\É','wp-content/plugins/wp-rocket/inc/classes/logger/class-stream-handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/logger/class-stream-handler.php',0,_binary '\Ô\'Àh·Y!\0B»=O\Ã',_binary '\Ô\'Àh·Y!\0B»=O\Ã',_binary '\ZW—sw¡>kv\rn\ÞmO•fö\íV~Ú¬”j','',0,'?'),(_binary '€±? Z™™r\ÓY\Â	4','wp-content/plugins/houzez-theme-functionality/assets/images/mark-as-sold.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/mark-as-sold.svg',0,_binary 'N\×zÍŒ;ø\â\äü\É$0',_binary 'N\×zÍŒ;ø\â\äü\É$0',_binary 'æ·’4\ëøb]UDr\éŠÏÞ­‹ï»°u©š¦/D','',0,'?'),(_binary '€³	\0	ü\ípqø\Ñ\ZEú','wp-content/themes/sinatra/rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Xx“ÿ\Ø!œd\Í<ØŒŠ',_binary '†k\à¿\Ô^\ê£SJÎ²“!w=p’yg­nO$÷À','',0,'?'),(_binary '€¶—r=Š\Ä\Ú\Ïc\Ä\Ð\ËMz','wp-includes/js/dist/is-shallow-equal.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/is-shallow-equal.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å%+$d=\ÔÁ,».)',_binary 'yQ\èª\ì9I%\á£¢H4¬µ\èÂ—BŸ\çt\Í5\ï®)','',0,'?'),(_binary '€¹²µ\×\Ýx|¢_\"\Ë\×s\'','wp-content/plugins/updraftplus/changelog-old.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/changelog-old.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”#A½1Ð¶¯ô\Z\Íw=M',_binary 'ƒ,·d“\ÐÍ½Tqž)‡]´“N•ùud\Ï5m\Ò€¼','',0,'?'),(_binary '€»AÐ¿…ôF\'ÿ\ÅY\àŽý','wp-content/plugins/elementor/assets/js/packages/env/env.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/env/env.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '€½{ª\Û5M \ÎÐ»+žp','wp-content/plugins/houzez-login-register/social/google/io/Google_CurlIO.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/io/Google_CurlIO.php',0,_binary 'Ÿ](q\È{¦\Î\Ðï«ŒW\Ô\Ü',_binary 'Ÿ](q\È{¦\Î\Ðï«ŒW\Ô\Ü',_binary 'F€üd\Óüÿ¸ÉG3\î!¥Y\Èt\ëóL\àº=\Z¼‰,','',0,'?'),(_binary '€¿%	›+\Ûê³‚4û{:','wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡o•Ñ•bY\îR¹ò±ô\Ï÷“',_binary '©tiioP7,ˆR|­q–X\å\Ò)á†Š\ÝÇ®f\ê@Kv\á	','',0,'?'),(_binary '€Áõ\ë0á‚´Â†õ¼}¨1','wp-content/plugins/wordfence/css/jquery-ui.min.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/jquery-ui.min.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À}Oñ“^\×0tGG\ä\ÌQ',_binary '³Ù$rb=p\Ïh¹x\ËK£ù5]8\ÇQþ§˜R‰¯jn4','',0,'?'),(_binary '€\Ëe\Ò\"nò\çTŠ²ô3‚ðW','wp-content/plugins/google-site-kit/includes/Core/Storage/Encrypted_User_Options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Encrypted_User_Options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6WË®v\ØC\'ô=\"p¯E',_binary '(,%••M\"Y\ÚK¿ž¡\'b…\ÙwtiLò%O\Æ\ì?‰²','',0,'?'),(_binary '€\Ìü£!ˆõh\Z­É¨$\"R','wp-includes/css/dist/edit-site/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-site/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[1¢)ò4`>\äq\â\Ö&O',_binary '\ÏoýÓ¯0]\Ç\ÒÄ˜²ú’[\'\ßK\Ù\é&­ƒ‹M/„Nj','',0,'?'),(_binary '€Íœ\Ê(Ñ¾\á\roÏ´i!\Î7','wp-content/themes/houzez/template/template-listing-grid-v1-fullwidth-3cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v1-fullwidth-3cols.php',0,_binary '‹]~@ºhñ\"\n$ó5&“',_binary '‹]~@ºhñ\"\n$ó5&“',_binary 'ú÷r÷\ç³h®\ë¯U¾ƒ\×{\ÊV*€Ð@Ah¼\ê+7_]Œ','',0,'?'),(_binary '€\ÓÚº\èu¶¿M—\É÷[\r','wp-admin/images/wpspin_light-2x.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/wpspin_light-2x.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î{\Ì%µ-\âE\ê;Ÿ—Œ\Î|',_binary '\ä°u)\ÐœJ\äøA†92®ñ$§‚N\Ó8ý\Ô\Ç÷¼\Â\'F','',0,'?'),(_binary '€\ÖNx\ïõÚ‰\Z\ã8yH\\','wp-admin/js/theme-plugin-editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/theme-plugin-editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?tS‡¸~5—ø~\Ñ\æðš',_binary 'w\íT\Ø}Ï…‰*e«}\Èv W§*!¢E\Þ\ë’H','',0,'?'),(_binary '€\ÖsSk\Üi«<4\'c\ì-6','wp-includes/js/wp-embed.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-embed.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•wbs\Ûxg“p¸°)q2*',_binary '¼.šòb§\è$-\'½w\ÛP\\/ó\Ã\Ô\×\"Oý’±XH','',0,'?'),(_binary '€\Ùy	\ÒB£ü\Í\ë¶e8','wp-content/plugins/wp-rocket/inc/Engine/Saas/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Saas/ServiceProvider.php',0,_binary 'v\Ü×°¥±ömT“\Çý\Õ',_binary 'v\Ü×°¥±ömT“\Çý\Õ',_binary '\Î:süZ\ÐüÊ²;I˜#K\ç\Æ\Ì^q†*±8¡±‚ò\Õ','',0,'?'),(_binary '€\ß\æ)e³\â.¯ˆ\nO\è','wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"²§0”GiQf¿\Ê\ì²i6ˆ',_binary '\æš<\Ö	26^S­]Ä¯AŸ\Ñ-þ0L}\Ê‚2®` P\Ä','',0,'?'),(_binary '€\â¨Ho¬ŒßšªZ\ïû','wp-content/plugins/wp-rocket/inc/Addon/WebP/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/WebP/Subscriber.php',0,_binary 'üÀº³‹)ý‡¦\'60þ',_binary 'üÀº³‹)ý‡¦\'60þ',_binary '	WŒ:\ÑcupJ/\ÝHŒF†}0\Ò!dwJ`÷]c$óVËž','',0,'?'),(_binary '€\è\ß>ôoi£;o¦«”a','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/I18n.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/I18n.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÞšŒ¯\Îé´˜iuR\Ê',_binary '<qå‚£ T\ítnÜ­Fafy{OÿKh7ÌŸ7n','',0,'?'),(_binary '€\é÷’\ï€ü\Ëø\Ï\êÀ\æy','wp-content/plugins/revslider/public/assets/svg/image/ic_camera_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_camera_24px.svg',0,_binary '\rdm+\Ë>_˜MN´žt@T',_binary '\rdm+\Ë>_˜MN´žt@T',_binary 'Xº	\Ù\Õ\äŠ\ØDŸ¿C„\Ç\Ï7\ë^©=†—\ÛCP','',0,'?'),(_binary '€ôúYB\Ö\ë3÷¶$ó½\Òõ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ½¬X\ì:4tq–nh\ßm',_binary '\àG{÷]ap…GR®j|)TA™\Åd‚\ZµÆ§V\ÇÇ®[t','',0,'?'),(_binary '€õ‹²\Û^VjLZX\Û8t¨Ž','wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„ø?j(X%UŸÄ •c',_binary 'G\éÕ†!nGÁA÷\ÈMš^(™‹0­*p\ÏH˜;ž¹\â','',0,'?'),(_binary '€÷\êÿe\Ø\æ97\ãaJS','wp-includes/images/smilies/icon_smile.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_smile.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\à3ó.)À2\ê\Ýp\ë\Îð',_binary 'Ë \ëŠ\",\ë¶RÊ¨¨Tr=¦o\Âùr\ÑÐ—:µÁ°€','',0,'?'),(_binary '€ø_OKE¨þ¶ÿ\íÿ¡`n','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï\Ø*Q/ùGxš$ÁŒ\Í',_binary 'F\Â\Ù\ëKV	«	ú2	f©\ä\ÊÆšÌ‡Õ\Åÿ\ÝD ','',0,'?'),(_binary '€ø\ä\"\Ö~&˜¢œ‡^Š','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award5.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award5.svg',0,_binary '\Ê\Ü\è7ÙŽ2iNþ}³ ',_binary '\Ê\Ü\è7ÙŽ2iNþ}³ ',_binary '\"*!¾\çÏ™*Er÷M¶·[9»fµ“þ.*Ýƒ…8Bô¼','',0,'?'),(_binary '€ùÎ¼2©_\Ï&ð\Ñø/\Ù','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/field_sorter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/field_sorter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯­lµs\ç9¤]\áf\Ï\Ï.u\ç',_binary '\ày}\êmNpñ\Ý?³m<¨G¢EL¤ú?ˆ£\Ë\ïJ','',0,'?'),(_binary '¨£7\Æ::¾\Ð*š¹F¤','wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öbIh~\Û7”ßð¹\0',_binary '¨\éXMø	\0Ó¨\àri9\Ç\Ú\Ä\âöVW\ìùñN÷\ë¯E9\É','',0,'?'),(_binary '\rû\ïPôˆt\Ö	¼¡ZJB\é','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'ôqÐ¹­–\nKq','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G\ï0]o¯*ŸÉ´|±\ä\×\ZF',_binary 's\r1ƒø\n4Pj#¸rÀMü$´\ìg\íó’ô\\','',0,'?'),(_binary 'ùXQû\ád9r\×Ú¼–\Û','wp-includes/customize/class-wp-customize-themes-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-themes-section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùú.X\æ:>\âY‹ô¹‚',_binary '‰`xž™0‹yy¹[]^º\Ô»\éÝš\æòU©˜gL','',0,'?'),(_binary '\èU¬hgMø ¸dnQ','wp-content/plugins/elementor/core/files/file-types/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/file-types/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Og¯\Ç\Ù¿(\ÃÔ·ˆŽtV',_binary 'ÍŠ}3Š;e¯»\Ê`q\\\ä¢PŠ\"·~«O~™.NŽõ','',0,'?'),(_binary 'cdcÆšq\Ì~·%‹\ë','wp-includes/blocks/navigation-link/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i&§Ñ¶ ¶R÷ü\êp%\à¿',_binary 'þµD¦.rO‹ŽŠ <\áBd\êZh\Í8\r~W]','',0,'?'),(_binary 'goü@>3:ÛÕ\åh','wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷õ>œª–³\'%ÿbC¬¿',_binary '|®.´#Ž\ä\Ëf\È\ÕZ\ÂZŒY	9Á°~ýöÿ\Zr\ËK','',0,'?'),(_binary '‰2\' —«Ÿ|YVg†ù','wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N4òeú\èó;²zâo',_binary '•°%H(\ìK%”?»\ï‚\ÈG€0[E\Ì¥šƒµ','',0,'?'),(_binary '\"\Ö%‰ŒL‚ð0¯','wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/redux-button-set.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/redux-button-set.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ-¯¶-²=¸[)Ž',_binary 'º¿\ßee\ë§\Ék9[ò<gwŠ¾ Ž\\\njnB\n<Ý“','',0,'?'),(_binary '\"­lÅ¤fp\×o\Ë[\Î','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/city.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/city.php',0,_binary 'Õº\Ý8†º\ÌÒ¥\àrz\ï-À¬',_binary 'Õº\Ý8†º\ÌÒ¥\àrz\ï-À¬',_binary 'j¢\ZŠ†\â&xbu;KlRþL_ðV€š\ãP\×.9î„€','',0,'?'),(_binary '$€ÀÛ·VN\êvN±©|','wp-content/plugins/houzez-crm/includes/settings/class-crm-settings-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/settings/class-crm-settings-api.php',0,_binary '¥}öó‚ð\Ë!\ã½\Ã\nŒK:',_binary '¥}öó‚ð\Ë!\ã½\Ã\nŒK:',_binary 'Y«m²§Ž1\0+!z\á†{¾‹k\Õaƒ:UDUž\Ö\ß\ï\ê\È','',0,'?'),(_binary '%\Z‰û©\çTc.‡FG','wp-content/plugins/wordfence/css/license/premium.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/premium.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z¹¦+DqK™ÒU',_binary 'Ò—±d´\ÍUûA\ÐE¼®³qm\ï:, *õÉ•','',0,'?'),(_binary '&W^\Z7É¿\Ín`ðX\"\ç','wp-content/plugins/elementor/modules/history/views/history-panel-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/history/views/history-panel-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';÷uO¤gV[ P6l/',_binary '<\Ï\Î\é\áC;n\\WM(8T®ñûz²\ÂØˆp4¹™€¹˜U','',0,'?'),(_binary '($·*HQD“Eò5	\0q™','wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v3.php',0,_binary '…•]“ú!\í¦í³¢B\î1)#',_binary '…•]“ú!\í¦í³¢B\î1)#',_binary '€\Ë¶\\ò\ßL\Îoit6	\ÊW˜›™´+sw´œ-\Ã*','',0,'?'),(_binary '(i\×U\é\n›\ÃÐ½¤:jS','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_photo_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_photo_24px.svg',0,_binary '°–ð\ÚvËÍ¦F1ƒ\Ç8?',_binary '°–ð\ÚvËÍ¦F1ƒ\Ç8?',_binary 'É§bN½=\Í,\Ëg\ê8rö	(M«¢XjO\åA\ã`sÀ','',0,'?'),(_binary '-\Æ[ŠÜ·eë˜„?s#I','wp-content/themes/sinatra/archive.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/archive.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿ÿ³e\0Ù»Å\ÉMmIp',_binary 'X\ë6µAg‚ý‰‰\Æ÷³Ã·Ò°““\Ûs‡\ÜÑŠ!»c','',0,'?'),(_binary '-\Ó&¼\ÞZD\ÑÉ´œ\Ý]','wp-content/themes/sinatra/template-parts/topbar/topbar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/topbar/topbar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©T6ˆ$H\ê¤\Ë$*ùª',_binary '—7K\å¡^Sp%iyŠŠX\ÝCn°|\é>=\å\áv4“','',0,'?'),(_binary '. ÎŸhOÀ˜‰w9\Íx¥','wp-content/plugins/elementor/assets/js/152486453d0e39071cdb.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/152486453d0e39071cdb.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' »ø®†¬žÓ…>#\Ì\çF',_binary '\Í±558\év³\È->,£­(xs\Ó\îôð\Ü\î¸“\Ñ\ÂJ','',0,'?'),(_binary '/0œú\Úk\äúý{P0Ç‹','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/BooleanArgument.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/BooleanArgument.php',0,_binary 'õ\ïõ‘:#„d_KW\í\Ð\È',_binary 'õ\ïõ‘:#„d_KW\í\Ð\È',_binary '²llÀô]g\Õ{\â.\ÛT¿†\ÔÓŠ\Ô{Ÿµ0–\Ú','',0,'?'),(_binary '=^Ô‰Ru39M%\Æ!\á','wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\r	Øˆ\Ð\å\ZŠ„Œ_W28',_binary 'vö*øŽG\Î\îÀ\r$¥žEµZ¯:Ûžœ\Ãf\çÂ˜\Ï','',0,'?'),(_binary 'I\ì ÿÿ‚ƒ+n\Ó\Ìh^°¨','wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰%l¹)\ï&\r\ä-“”\Ê',_binary 'N¨S4ÿ\ä–\Û×¨I\Æÿ»¦°2²)^¼Æri\0Oö~ô','',0,'?'),(_binary 'J2\ÓJJ\Í^jðÀ=\'	','wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/css/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/css/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'ZÊ§¤#c‡g/þ\Ô~ƒ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý\Ýo–Ø¬Ñ¢3;]T\Z]',_binary 'VI\")ûôB&Q\ÑJÒŠ\Å!Ž¯Ùž\"vÁ÷ûC™\å','',0,'?'),(_binary '[ÿ…\Ô\à,xo\Ù2ûK^','wp-content/plugins/revslider/public/assets/svg/device/ic_screen_rotation_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_screen_rotation_24px.svg',0,_binary '\íüÿœƒ:=6‰Fñò0šq\â',_binary '\íüÿœƒ:=6‰Fñò0šq\â',_binary 'yr!\Äw\í\0‚¬}@\×xÉ³p’”=þ9\æ\ÕG\Ë\é\Í0 ÿ49','',0,'?'),(_binary 'a\\k\Ø5œ…Zú”¥=œ','wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•m+®yŠ]\"`b\î¹\Âô',_binary '…X\Ù&hÌŸ½ª!É¤\Ã\Ð-2´v>G\Z\ëÈ¼Mb/\ëQ','',0,'?'),(_binary 'el÷5s˜˜E\ïÃºQ\â','wp-admin/js/media-upload.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/media-upload.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'WC} \ÚK·\Ú\éF\Ç\Â\ä„ j',_binary 'w@‡\Ãù¬SÂ¼|\r>·\ÑRž4\Ò\n\ïN\ï»3Ys\åS\Ü\é','',0,'?'),(_binary 'nµ\çÌ¦z1ûŸ8:gƒ','wp-content/plugins/elementor/modules/system-info/templates/html.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/templates/html.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' Š\nÜšÖ²d‹%…´k\Ú\Å',_binary '’#G¨…u™V„Ò²*»H	:6¥E]t„øP‰|\Ç','',0,'?'),(_binary 'n·3ÿM\â7e‚qtŠ†','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent/includes/Fluent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent/includes/Fluent.php',0,_binary 'œ\Ì‚³x\Ône\áxŠ8',_binary 'œ\Ì‚³x\Ône\áxŠ8',_binary '¢j\Þm\èŸ‘V\ßb­üB\ìýU[\ë/o\n•P1\ï\Ú','',0,'?'),(_binary 't\";\ä\×\×\Ø:s•…º','wp-content/plugins/houzez-login-register/social/google/auth/Google_Signer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_Signer.php',0,_binary '¸ž¹c¸6†\n¦\"\Â\å¬',_binary '¸ž¹c¸6†\n¦\"\Â\å¬',_binary '”\Ù\æ¤-¨\ã]`7[ž\í2\Ë\á\Æ\Èë»±;‚M\ä¨','',0,'?'),(_binary '…,CUU\î\èœú9i-','wp-includes/css/wp-auth-check.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-auth-check.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^#Ÿ°N†!\ç^Dû',_binary ')ÿ}‹\Öf\Ôý‡¬\ì\ÛaW`mH„Óµ’r)œK“Z \Ü','',0,'?'),(_binary 'ˆNŒ:ŽK¹0l˜\Ãÿ','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Settings.php',0,_binary 'p05¬)€£³Úmp_=',_binary 'p05¬)€£³Úmp_=',_binary ')†\ÕT›IØ¥d\çù\æ.D<\á¡>*•Nèµ\Ù(4','',0,'?'),(_binary 'ˆ~¡ß¼‘\ÉË‘·+‘Ï±','wp-content/plugins/redux-framework/redux-core/inc/fields/media/redux-media.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/media/redux-media.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×GGI8\Ô^úð\×tº&\Í',_binary '.’\î(\ÞLöaö½c\Ê‚¾‹Z\Å©/ò]\×g\Æk½','',0,'?'),(_binary '‹\ãlž©G\Ì_\ãJótÀ\Ó','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²e\Ý`o>\éôÀº±®HLRU',_binary '\Èù~Ö—Aôz\ÖóIù-‚\Í]ø:È¾§\ÚE_h6h>\Ú','',0,'?'),(_binary '—£~–t\Ãóm\"\ÑaY¬#','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php',0,_binary '£\\y\ß\é\Ä5”<t¸>ª',_binary '£\\y\ß\é\Ä5”<t¸>ª',_binary 'M\È_\ß>má¨¹\'Öžù`;sÒ„8Ÿ\Ä\'ð¡…žÜ”¼;','',0,'?'),(_binary 'š‰ª…\r	ˆ\Ï›Ykl','wp-content/themes/houzez/template-parts/dashboard/invoice/detail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/invoice/detail.php',0,_binary '’\Ãì“¥#$É¸\Õ^9Q6A\Ô',_binary '’\Ãì“¥#$É¸\Õ^9Q6A\Ô',_binary ']\Z‹\ÔUsõ\î\Þz U8Ab\çLX©\Êt¹\Óüó1\Ó›ø','',0,'?'),(_binary 'š—Á?¸ E³Õ¼\ÊúU','wp-content/plugins/wordpress-seo/images/link-out-icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/link-out-icon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–ï—ª¬ )\"´\Õ&\ìS',_binary '\ç\Ì|¨¨ó>\ãÑ²¦\áˆ<¨_]*[GXrÁ$½\ïJ','',0,'?'),(_binary 'ž8†\Êk—}n\Ì\Ò‹','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_NullSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_NullSchedule.php',0,_binary '\áñlO^5¡\Í3\æ\Z',_binary '\áñlO^5¡\Í3\æ\Z',_binary 'ø-f ¥!=\åúñ“!C~c\Ø]jmtµ\ïž%‹¨ö','',0,'?'),(_binary '¢\Â\Ùfšã»¸rnl','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDimensionHeader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDimensionHeader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0%\äKC_Öª\å\Ôb\ÚZ\'/K',_binary 'X¾M©>z—Šøü¸€<eùþ:û_\Ñ+Vˆ¾•\É.Do	\á6','',0,'?'),(_binary '¨YafŒ¹\ëôP–\å¤','wp-content/plugins/google-site-kit/includes/Core/Util/Migration_1_8_1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Migration_1_8_1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å?r9é¹{…5¼}\È@$',_binary 'DT¢yƒ\Ä\n6~(	)¥\Æ½\Ç\Õn´P…\ß„~úö“¨','',0,'?'),(_binary '¨x¡]‹ùj\ç\Ì\Þi)t0','wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-dashicons.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-dashicons.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±\ë%‰<\Óhp2\ÃpxíŸR',_binary '\Ñ\Â\Z]F¿#ª|\è¼bÉµ=6­“ü)€`‡M','',0,'?'),(_binary '©lPnAü¢}\ì\ê	ø;|','wp-content/plugins/wpforms-lite/assets/languages/wpforms-lite.pot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/languages/wpforms-lite.pot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨*\áÒ­\Ùw\ß\ØuÅŽ+',_binary 'ÿ\raP‘2|0¥õÎ¯\èn6£+\Å\n\ÈTô‘=®;õ\Ì','',0,'?'),(_binary '²+\Zw\ï¶\çŒ¶y¯€','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Row.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Row.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\åÇ“\r.\Ê5\\\Ù:/´\Í!',_binary '…i\ë6ü`NG\Ï7<¨<g»D-„å˜—\ê¤\Ý','',0,'?'),(_binary '²ñF[]`©.\ãu˜n†','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-generator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-generator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èz¢\æ\ëwžA#2¹ûGV\n',_binary '$ÒŠ=·jQ\íA\åj9N\Þs‘ª!uÖ \Ú.B½©','',0,'?'),(_binary 'µ,›² -i½)‘\Å\"\Ç','wp-content/plugins/houzez-theme-functionality/elementor/widgets/item-label.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/item-label.php',0,_binary 'úº\åœD}ô$~M£\Ú\ç\Ô',_binary 'úº\åœD}ô$~M£\Ú\ç\Ô',_binary 'F\'\È\ïV·\Æ\r3§qò¹\ËÀR\n–K{N÷øŸI','',0,'?'),(_binary 'µ&ot¸\"¬Q&\ì\Ìþª½','wp-content/themes/houzez/framework/stripe-php/lib/Service/ExchangeRateService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ExchangeRateService.php',0,_binary '~–ª\Ë ˆA¸H\Íc!X[“ô',_binary '~–ª\Ë ˆA¸H\Íc!X[“ô',_binary '\Ø\Ê4\rw»Š\ÙòÏ³>¹\æ8]ª3ò|û¸l9\Âÿ¢!','',0,'?'),(_binary '·°Tf \æV\Ü\ï\ZytEJ','wp-content/plugins/google-site-kit/dist/config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/config.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýP\Æ\ï!\â­ÐŽ¤%\Í\\ö$',_binary 'ñ&¼Bw>‚y%§ƒ~‰wˆA¬	Š]w\Ñ\Ú=\ëw;yY','',0,'?'),(_binary 'À\0ø¯\áp§ ¿§Â–@\Ò','wp-content/plugins/updraftplus/includes/handlebars/handlebars.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/handlebars/handlebars.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\Ï1I?‰¹&o=\Ô%v-\\¨',_binary '¢òk^\ÏeÜ–;0w.\î\êOU-R`(¸O?¥ƒ\é','',0,'?'),(_binary 'À\Z Q]÷i•\É\Ô\Õ\ë\Ï','wp-content/plugins/wpforms-lite/includes/fields/class-textarea.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-textarea.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª( O0\Z!F/Ä›q(\Ø\Ñ',_binary '`\Ðh»ú¶^”1wø\0& \\>7lwrT\Z}\È\ÕW³¨v','',0,'?'),(_binary '\ÇUM]x=Ì—s’x] ','wp-content/plugins/revslider/public/js/libs/tptools.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/libs/tptools.js',0,_binary 'ý\Z\r6\Ñõ\"\àh|\êo\éf«',_binary 'ý\Z\r6\Ñõ\"\àh|\êo\éf«',_binary '\"ˆ\ÔEH\ÔÙ¾9·“öE´¿\ÏNE~\É,Eö\Ý\0v,µ\É','',0,'?'),(_binary 'È‰V?	\Ý\Þ]\Æ)A','wp-includes/js/media-views.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-views.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»‘\Ú!nK*¿N¿²\Î\ì¬ó',_binary 'G$¾\Ö)0­Œ&d™õ\í´šKmwÛª\í£^€!ez]\à','',0,'?'),(_binary '\ÌVk8¡ý\Äñº™\ï\Ù`\Ø+','wp-includes/js/dist/development/react-refresh-entry.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/development/react-refresh-entry.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª>ñ\ål\ËÀ\íŠ_T,\ë\Ï',_binary 'G\r¼×½f¿ó\ä\Ën³\Íƒy±\Ú\ãYE\0ú\éyw¿E\ê€','',0,'?'),(_binary '\Î`h\ÑNkO¡N8ž‚','wp-includes/blocks/file/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùQ±Š\n‹G&nO\í R¸',_binary 'Ó²»ð¿s‚²«±\ã 5¶ôˆ5Øˆ\îI¾·¦‡·x','',0,'?'),(_binary '\Î\ÂW\Ú\è÷=¶Ô˜Hdûz','wp-includes/class-wp-site-query.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-site-query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô‚\â]6ŸûOw…\æ®	\Ç',_binary '\àPžn>\ÜvZyóU>\Z\\–\î\Þ÷#ƒtpšÚ¿h³A','',0,'?'),(_binary '\Ð~³\rrã´„}¬\\*¡§¼','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Jbš\íK\Þ¡\åÿ$C\ä',_binary '¤\äy\è+qø¬\ÌjHÁ”–®q\Þ[§H‘j¨Ž\Ë\Â','',0,'?'),(_binary '\ÕXù\â\Ï\à-Ÿ4¤Jü_ƒ3','wp-content/plugins/wordfence/lib/wordfenceHash.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wordfenceHash.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°yþ±„!\0—-‰?*«šL',_binary 'Š3½\ç÷J³Ô„3ùkU’Pb\ÐX\ïù™;9\à)ù\Ø','',0,'?'),(_binary 'Õs0µLBO\àð0Œô&A','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'RÁ[ôh„\r}„$zñˆ',_binary '\ØWð2¨I\\j^õX‹s1f\äºù\ë©p°ÿÒ©4','',0,'?'),(_binary 'Õ˜:\Ô4#2V\ì‹q\Ñ\\±','wp-content/themes/houzez/framework/stripe-php/lib/Service/RefundService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/RefundService.php',0,_binary '¥á˜»Žø+8\îfjŒ',_binary '¥á˜»Žø+8\îfjŒ',_binary 'H{¶„•·)¯\\u;²“}¤@~p\Ü\Æ\Z\n,J¬\æZ','',0,'?'),(_binary '\Öð„\Ë\'>\á[½žÎ‡÷','wp-admin/js/user-profile.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/user-profile.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^\Õ4ò\Ä\Z~ò„›Tþ	Ì¥',_binary '\Ìÿ§\Çõ\âwi3œ#@‡lŠ\è\Ï\ÓbB®`†M','',0,'?'),(_binary '\âe]6óó[7\ÏK#»\ä9š','wp-content/plugins/revslider/public/assets/svg/file/ic_folder_shared_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_folder_shared_24px.svg',0,_binary '\äB\×û¶d®aõ\Èl\ÖS\ç\Ü',_binary '\äB\×û¶d®aõ\Èl\ÖS\ç\Ü',_binary '$t2rn\í7n½df‹)ó\Åþ#\ê‘\\õL&­\î{\\','',0,'?'),(_binary '\ãL\Ü\ÐU“¦s&ó©”\Åp@','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½…E\ÎWH—¹\äŠe|O',_binary 'þaŠ\Ì\íö\ÝCfßƒC,“\ç\äg“Ë™@Ç„€ \Ê\á','',0,'?'),(_binary '\ì¶Pdºµ“ý’\íc3','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò\Å.<$Eÿ\0—þg½:T±',_binary 'ÆER%ùó–f\Æ\\ŸÉ¾\ä\rv”8Cÿ^\Âh','',0,'?'),(_binary '\ì\ÅvTm~ôrÈ´¿z','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/buildings.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/buildings.svg',0,_binary '4û’\Ç@×‰)1\ÚÆ‹tRº',_binary '4û’\Ç@×‰)1\ÚÆ‹tRº',_binary '\Û6\éÓ£\èò“eý\Ä\Ô\îD·\ÜBz·¸R\ÄÂµs\ã\Ð','',0,'?'),(_binary 'ò·\Ù.„¶-H\Ûð¶†vÀ\Ë','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5n@Fò 9MYýS$7',_binary '‘ãœ‘`\'\'\çˆXo\ç V~ŽT»“\ÒP¬©\r»^sÉ…›','',0,'?'),(_binary 'ô\ÌöV£’\åƒsš¢\0œ','wp-content/plugins/wordfence/lib/wfIpLocation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfIpLocation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ós+\ÐÌ™g\Ö\ã³O;*XW',_binary 'Á½\ÉjÔš÷6´ƒÄ”-	¿Bõ\çõ©1–Á\Ê&+\Ün','',0,'?'),(_binary 'õ.\Ù:\Ù*ŽK\Îa¤)&','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_InvalidActionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_InvalidActionException.php',0,_binary '¼±û2B\è¼_Qu\ZŸ\ä',_binary '¼±û2B\è¼_Qu\ZŸ\ä',_binary 'K\ÎcqV¥Z`\ÉlÖ¢¾ú±°¯úpÄª\ÎmWsû\ÜL','',0,'?'),(_binary 'ö#P\ØUŠ˜”b=¤‰ôB','wp-content/themes/houzez/template-parts/banners/map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/map.php',0,_binary '7ß™\n\Ò7Ug\Ì\Öð\Å',_binary '7ß™\n\Ò7Ug\Ì\Öð\Å',_binary '‚D\ÖI:ø\Ã% Y\ëo¾üZ\r¦Va‡“gP\Í\Ñ\î\ç…','',0,'?'),(_binary 'øVþ¥\×\ÓAÓ€›:`','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôS+\æ‘	ayÖ—n\Ýð4',_binary '\È<.¹\éÍ¬@\Ý\ÈýjaEZBY\å9¢\É*¥‰c±®9/J¥¿','',0,'?'),(_binary 'úœŸq\×_•\Æô†Ä¡–‹>','wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™%®7ˆ‹ø‚©›­W·ð',_binary 'gHn*O\Z¤Áe\ã\îf<þu»\×^™vf‰Vb–','',0,'?'),(_binary '‚\0U\nô ‰³\ã/œ\Ìó','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å?ñ–¸Q¥\Ä	¥E`Êš,',_binary 'þ\Î[wo7Ÿ®„þ,8º®’\æ9*¾ñ\Ä7=¦®\â\Õ7\î','',0,'?'),(_binary '‚O\ÍX\ëÁg]<f@˜','wp-admin/css/farbtastic-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/farbtastic-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÕS@\ã\Î[“\\,ð3|’¶!',_binary '£Sm¾\'\ß;d`—\ãe M\Ø0i=óŽ?>\Î\Ð€\ä¼?{','',0,'?'),(_binary '‚uWÛ“±WP\Ô^ÿ‡(L¿','wp-includes/blocks/post-navigation-link/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-navigation-link/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O³¨£vSi?\0\ÓÃ‚(˜†',_binary '±Å¶C˜Ï­›hö©\ÚF0:2¡Iù´vš¢¼\ZùÀõôT','',0,'?'),(_binary '‚ó;×€kC|}\Ö=›g¥','wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„\×\Üb\Æ(™$s«__Î¸\ï\æ',_binary '<â£ö²þû[‹\Ñ\ÚO9¨9‘r¹\" O?\n\Êr,³','',0,'?'),(_binary '‚C™\Úy×ˆTÖ´\Ñ{†ƒ','wp-content/cache/wp-rocket/point2listing.ca/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/index-https.html',0,_binary '••0f	š§\ï\r¯ŒO\ë.”',_binary '••0f	š§\ï\r¯ŒO\ë.”',_binary '\çcl³\Ù(á¡¶Z§X_\'²ž\ï.\Ó\çÉ›H-=º–ö','',0,'?'),(_binary '‚ª·vJ÷=\å¡?½‚”','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UpdateContactPhotoRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UpdateContactPhotoRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-‡kFU^‚Çª·;\îcµ',_binary 'óŽ\ÐvÏVs„õÔ·D5 ¦\×)L“z(¢\'Þ«*ŸN—9','',0,'?'),(_binary '‚3¤–Æ‡e\Ç(Ãº9ù','wp-includes/js/jquery/suggest.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/suggest.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\\+A)œ”\ãn.;«‰',_binary 'I<¿{\04¯`œ<!j’±Z8ë²\è»D”HWÿ•','',0,'?'),(_binary '‚—b¤”·»N8®hk\å','wp-includes/rest-api/search/class-wp-rest-term-search-handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ\â0·†\Ûaœ^²ñbR\\r',_binary '0 ‰E\Ütœ¸ŠZ\éŽ\É[Á\Ü\ÛˆÄˆýiuòÐž˜¬Ž','',0,'?'),(_binary '‚RA(\ß	9¨8G','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uÁ\Æ\"9…h¤}\Ðn_V¯6',_binary ')\àü):X\Ã\"\ÓÀ®¶b\ÖÐ¯±\à!ƒ‘<\èi\ÈN÷”s\ë]','',0,'?'),(_binary '‚\ZLNGd¾5­Ds4©','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/OneCom.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/OneCom.php',0,_binary 'ˆ\î(\Î9Æ¢\áVøu¾\è´',_binary 'ˆ\î(\Î9Æ¢\áVøu¾\è´',_binary 'ôXxð\Û-\Ð\áL‡³t\Å\0\'tð—…Ut8n—\"s\Î8‘','',0,'?'),(_binary '‚ý\\\Ï(\å\ÙwB\ê\ÄI\ã','wp-admin/network/update.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/update.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l\Çû	Î’RU;\âpp\Æb',_binary '­,º!ÿ½m4f¸ƒ\å\Æ\Ø\ÖNRþ\n\Êò\âBÀˆ^','',0,'?'),(_binary '‚\"\çOM\ì²\Ú\0BŽÙ²:¿','wp-content/plugins/elementor/core/page-assets/loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“3ú\Û\r·ö\×Iô\"ú®7&B',_binary '-j\Ó\Z \Â*gX­Õ²\\ºî¾¤\äwùž¨œ¬ó\ÖDZ\î','',0,'?'),(_binary '‚(tTlDÎ¬7&‡³MP.À','wp-includes/js/tinymce/tiny_mce_popup.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/tiny_mce_popup.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B7¯I1º0Žµ¹ƒd\Ç',_binary 'ûº¤\'Ð—¯³/!\Z\Ûa!Ž~³)µÁ1D\ä¡','',0,'?'),(_binary '‚)/ÿ	\Ï\æü¢žWø\è’u ','wp-content/themes/houzez/woocommerce/loop/sale-flash.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/sale-flash.php',0,_binary '1\ßf\Ö9Ç¬®‘]i\Îj',_binary '1\ßf\Ö9Ç¬®‘]i\Îj',_binary 'OLªª§w«	¨\Ñ(÷\Ú\Èr‚OK\ëü]\ë_sIð\Í\r\é','',0,'?'),(_binary '‚/	ÁE:KòRå¯¥Àv','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—V\É\Ã[\×SPkCû',_binary 'úûÚºÙ…±Å´‹¼}C:\åÃ¸=€~\è†\ÞQÀ(8–\Ð$Q','',0,'?'),(_binary '‚1NE\à`†•=X¡\Êw\Ó','wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/RestApi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/RestApi.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡Ÿ©‡ö\Í\í¬n\Ö\npw\"',_binary 'Ýº\Ù\ä@þ\\O‚Ž\0¦>B÷GE³ðsUl¼\0\'\îu:','',0,'?'),(_binary '‚2·\ÕV\Ïd\êÀÎŸdG','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Providers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Providers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý¸\ß\Ù\è\Ç\Ð<Y\ÄJ}”s\Ã',_binary '™\Èpeñ\ä¤J²\Ñ?j„Å«p]bÄ\Ê\Õÿ^€0\â','',0,'?'),(_binary '‚9\Ü\ìòEÇŠ}ö\n>@b6','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Utils.php',0,_binary 'ó\ÂR^\Z\ÝÀ½r»X\Æ',_binary 'ó\ÂR^\Z\ÝÀ½r»X\Æ',_binary 'õCJ2Á\Õ\ÕNvr÷Ï€»õ\ÒÖ¿-:¦|ªW)2\Ð\Þ:','',0,'?'),(_binary '‚@\ßF \ÑÓ (©¤\Åe*[','wp-admin/js/theme-plugin-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/theme-plugin-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i’npñµ\Ý$¤\Ó‰\Û|\Ù',_binary '«pv\Çv0Á§´u\ëñ˜\î¦…TRt.Ÿsõt\Øú-','',0,'?'),(_binary '‚B\ÒóÙ‡\Èv<Svç¨³','wp-includes/SimplePie/Parse/Date.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Parse/Date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N\\ŽO2´ˆ‘‘¤C[\nÕ»',_binary 'ü=­£<\Ý\áþei|\ÎMûqZ]V[]&I-q9)g¹0','',0,'?'),(_binary '‚F‰ \åGJ\Î\ÖB\ìˆs7µ','wp-includes/js/media-models.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-models.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±Ychx*{É™dˆŠWœ',_binary 'A‡\Ó5S(•÷|úŒñ­óŸGF\Ì\ÙK‰‰E÷œ~','',0,'?'),(_binary '‚MÈ®s\í\Ã\á\Ó%}›+=\í','wp-includes/blocks/latest-posts/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡\Ë3\Ë\î4\Ì;eu<%‘—',_binary 'š\ØK\ï&\'ú™\Ä_MiU¾\\#q3Qh\ÓY;c\âF','',0,'?'),(_binary '‚N`e18¢_&Ö¦¾©\Çk','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementProfileUserLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementProfileUserLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rn½X)ÿ~i‹¹ ý2›4',_binary '\á`j‚µ1A†\ç\Ó½m»&ø¦ÁÀ;5•‰°N´˜','',0,'?'),(_binary '‚Q\0`V´ßŒbuUå¹²\ä','wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\ßK‰³‚b´“›Ÿ]Wƒ',_binary '\Ý)¨\ÞN¨Ud–<\î°!µ\Å:\Zº¶\É(\Z¡\Ü?W\ï£‡','',0,'?'),(_binary '‚W= \\\'x\"ˆW\Ì}\î\îd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§°÷Õ©\èK½­ƒ^ã¥¾¹',_binary '\ÏM‰8:ŸnaÆ‹GZ\ÝqQdÃ½!® ¼\Ú\'‡›&g1','',0,'?'),(_binary '‚Y‡Ø»úç”©\é\Ñú*ñ','wp-includes/css/dist/edit-post/classic-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/classic-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä÷Q®/o²˜u9ŽÄŸ\'\Ô',_binary '\Û(\æ¼l®\Ð\Ï\ËF\ÃÎ£´¿E\Ð\\Á\ÇWB ©=¿3¯õ\Ñ','',0,'?'),(_binary '‚`|y\Ö\ä	»I»hv3','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jóðt\ß)]t2M3|²•q',_binary 'óœGzh‹¸Ž»ÁÆ„\\’ÿl\çð—Š‘˜ôúÌ€!\æ','',0,'?'),(_binary '‚adA>$\Ô\ék¢\r¾gø','wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/colors.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/colors.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ày‰¯\Ç:\Ç\r)¤p|\×\é[',_binary '±@A¾G)\0þ:†£ñ…rw\ÇA%¬½Hõs	€','',0,'?'),(_binary '‚a\È.r.\æ\Â\ë\ÍÁ±=þ','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó2KcOa*˜¬ÐŽ\ïnt',_binary '#>¥Ç’\\ü\ØV(”\ÊM\Å^#ER¾\nß«I\Øû¥Ú¸»','',0,'?'),(_binary '‚c t;”½\à\'°v¼\Ü<','wp-content/plugins/redux-framework/redux-core/inc/fields/radio/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/radio/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '‚c\Ò\ê\Ï:/\æô×®\'\Í1','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_\× WBuþ\ÃBSök-\Ì',_binary '\0‰X	‹x[ônv‘½\n\É!ú´« ™cX›ƒuð÷{\n\á','',0,'?'),(_binary '‚h8`\Úó\Ø\ÇÊ,Às','wp-content/plugins/revslider/public/assets/svg/image/ic_lens_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_lens_24px.svg',0,_binary '¥ ²^Àzü9e®\ÔPŠ–',_binary '¥ ²^Àzü9e®\ÔPŠ–',_binary 'Y\Û~™.*\ì&\Ó/\Ä)á«°—\ç\\´\Þcd‚¼f*','',0,'?'),(_binary '‚kºIšy`Fn\Ö\âe&öš','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.km.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.km.min.js',0,_binary '|\røŠ\ÓK—\ÇónD:\Åø',_binary '|\røŠ\ÓK—\ÇónD:\Åø',_binary '›Õ¹\íjý\é\Î\Ü\Ç]X’,Š«¢m(6ƒoœÑ‹öü\êŒ','',0,'?'),(_binary '‚lû\æ\Ã;\Æ\î¬$¬\Â	\n\Õõ','wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô\r\\gV\ÒÚ€Ú„³n–\àû',_binary 'µhsõ\Ã|“¿\é’÷Ý£G`4\ërÕ„mc\Ñ ¼','',0,'?'),(_binary '‚möi\ZtµT\È\Ë(_µ\rp\ä','wp-content/plugins/wordpress-seo/js/dist/block-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/block-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ë +‰\éz\Ód½–\îbHj)',_binary 'Ÿ¼rv`¶¢V¥Hlc*u°\ËÚª!žºr\n‹1û5Ài','',0,'?'),(_binary '‚n*„§¾c\nþ¦G…è¡','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€5\ê®Æ³µbÁ®\ÑZÜ‹Š',_binary 'jþ8ñen½Á_l\nJ\Í÷±0¢p¼§c\Ö	IP\æú’','',0,'?'),(_binary '‚oR\ïS\ÆI\rV¾Ê½Æ˜e¥','wp-content/plugins/elementor/includes/api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º\àºû·†TAv…µ€W',_binary '3—¢¸¤þ\å\ê\Ð\áÿ¬^kP\ß£\Â}Pø¦xª¡','',0,'?'),(_binary '‚p)ðT\Z35\é\É\â\È\ëó½','wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tVy°ôX£\ë>\í¾>üð',_binary 'Å¼ƒH\èJ\à¡K’c\Í’\à¥:	jTk|ö½12Š','',0,'?'),(_binary '‚p•¶õ-G$\Î9óô*ô','wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wp\ïÄ¨7<Õš‘µxº\â',_binary '”<XÙ…¤%V;§\Ëz:®°^3uWNf@ÖŠój=K','',0,'?'),(_binary '‚sS\Z=q\ÜÕˆ\Í\Í@´º\Ø','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.uz-cyrl.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.uz-cyrl.min.js',0,_binary '\ë¨$3ŠñA\ì+bñu»	',_binary '\ë¨$3ŠñA\ì+bñu»	',_binary '\ÔrXYXž˜¬=4\ãë²¤.»I\ÇVkùÁ{5\Ûa','',0,'?'),(_binary '‚udVN;<f|O\ÆGö','wp-content/plugins/updraftplus/images/udlogo-rotating.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/udlogo-rotating.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê:Z]zG2Ð†hG.,\ì',_binary '\Õ7eB€\æK\ÇýKj1»\Ô“\ç8T\Ê«(#x ó-f','',0,'?'),(_binary '‚w€·5»ÿ\ïÁ¡)ºûž','wp-includes/css/wp-embed-template-ie.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-embed-template-ie.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î·)6žó	ØžÐ¼q ª\Ê\ß',_binary ' o•±+8]\ÅSu\çüH.\éCøgô\ÞR9\ê&¶+ý¢“\\W›','',0,'?'),(_binary '‚}Yz¨\\\ç½ý®kþ','wp-content/themes/houzez/framework/stripe-php/lib/Service/EphemeralKeyService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/EphemeralKeyService.php',0,_binary '5C\ßt\':T\Ü\Ô¯\ÏMžŠ|',_binary '5C\ßt\':T\Ü\Ô¯\ÏMžŠ|',_binary 'J´»}e\ÆKO7¹7X>lMÆ’ú—¶\Úy>õ¼','',0,'?'),(_binary '‚\ï…f-g\æ…Zd­Yúœ','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Info.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í!·›…Y\Ïñþ!G\Ù\è6/ÿ',_binary 'hË®Ö‹ô• %œ\ã÷»”£L\Æ\"Äå¶¸N­…£º~','',0,'?'),(_binary '‚…‚½\íÞŸRtñU0\Z]','wp-content/plugins/google-site-kit/third-party/google/auth/src/GetQuotaProjectInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/GetQuotaProjectInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µßŠ$[\Èqý¬ˆ\ëzû\æ',_binary '\Å\Îwn;‘‡N\ÆX\Ø0M¬ƒú8Z©\îPÓ¦rÙ„ùa','',0,'?'),(_binary '‚…+²\ç\ÝþB&\ã\Öü—Û‘&','wp-content/themes/houzez/framework/stripe-php/lib/Service/Apps/SecretService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Apps/SecretService.php',0,_binary '®\ã\Ò>o¥J\ì/‹À3',_binary '®\ã\Ò>o¥J\ì/‹À3',_binary '\Ü\É{P¸u*\Ó\ÇÙ»–\ÍÏ©cMôÂ˜5‚+2šÀ€JÓ‚','',0,'?'),(_binary '‚…¾»3\Î\ÂmDs\ä!C„óª','wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_With_Linker_Interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_With_Linker_Interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚¹p‚§;\ÇÁý$Ivµ$—',_binary '\á\ÝI\Ã\'Á™@:QýŠ)\á»È·w˜‚SJ—W¢\Ã!\Üge','',0,'?'),(_binary '‚†h!\"•U\ä\Ówk,8','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mailchimp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mailchimp.php',0,_binary '\æ©<­\ï~\æ~) \Ó0ù0',_binary '\æ©<­\ï~\æ~) \Ó0ù0',_binary '©™ƒJx—\ÌXY$´G¨úd•\Ó¸\Ü\éBA\èf¡½ :«\Ó','',0,'?'),(_binary '‚†¦\Ñð«Œ\ÆlJ÷<\Î_','wp-content/plugins/redux-framework/redux-core/inc/fields/info/field_info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/info/field_info.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hõ-ˆ%ðZŽ!$.¨\"¥',_binary '\Æ€\Þ\ïýx\ï I6eÁJù\êþ¯‘¡aMrRª^[»óž[','',0,'?'),(_binary '‚‡³­žð\r§l£­;E','wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àI\Ã&gB‡Ÿ\ë:o²ñ¬',_binary ']\Çó ¶M®Xþœ–S/ù€ÿLº=\ã	~¥0Ù™&\\\ÓÖ‘','',0,'?'),(_binary '‚‹Ô¿e\ÂýpZ°\åÉŸ‹y\Ð','wp-content/plugins/updraftplus/images/icons/email.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/email.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉE.cKo\Ýö|•\Ìs-\Ç',_binary '¶‰Ù­\Zq]^A\nba9‚Z‚üPmuL\Æö‡%w\È\ÎH\Ñ','',0,'?'),(_binary '‚Œ;rû:\Ì\á½+\Ð\Ï\ÛQ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/PersonalizationDesign.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/PersonalizationDesign.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘\Ï8–†”ø˜4O/h”',_binary '\\\Õ¼\ê\ÈC‰˜\ê’\ZóEƒõ—\Ù\æ[vg\ì‹!´õ','',0,'?'),(_binary '‚Ž\0¸ó¼²+OW+','index.php','/home1/arxacomm/public_html/point2listingcanada/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’m\Ðù]÷#ù\í“N°Xˆ,\È',_binary '³Dz²\n\èþ}_«ö7x,\Í9öt:\æ\'³\r¹ó‚\á','',0,'?'),(_binary '‚—\å¡B¯´Lü‰\éö','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserMeta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserMeta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0E‚¨a	\Ï\0r\ÌÍž‡',_binary '²\Ü7ð\Éù»qw u$ª º\Î]5\é\çUU\Ç\0´µJg$\Ö}','',0,'?'),(_binary '‚£€\Ö.M2\Æ\ÑŸ\\¦','wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™úÔµO,•\ë5\ìöwVþL',_binary ' \Zø7\ÊE@§•€\ê›^\ÈüŒ\åÅŽl\Þú.\0#Á\Ë','',0,'?'),(_binary '‚£Ž¬\à;ÿVe·»Ž,•p','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_animated.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_animated.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÙJ\ß\ÓV¯µJƒj',_binary '1\Íø1R¬z9ŽŒÂ«w½©\Ú+Üµ9Ô¿iEaxx:\Ì','',0,'?'),(_binary '‚¤`\Ì\ê\ÔÇº\äú\ÆNü:¥','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/file-upload.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/file-upload.js',0,_binary '`øó›\Ã]òq\æû@\ÆE',_binary '`øó›\Ã]òq\æû@\ÆE',_binary 'Z\ÉTˆZqŸ\\I‘Pz0¦Ã‘­ñ«»Áêš™K¸g','',0,'?'),(_binary '‚§¬\ã\íA¼\ÎòŒ1\Z…;¤','wp-includes/rss.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rss.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°øý@Ÿci\'8] eÍ‹',_binary '®Ô‹õùqÓ’µWŒ¬\ÆPwQÀ½òN¾k\Ó\Ðk(õ\Í','',0,'?'),(_binary '‚\Â\ßVÀ=¿	\"]\ï\Ê\Z\Í','wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd®–!¨‰k€S\Ý\Ö\Ñï¼¹',_binary 'b0¤½—\Ì},?ý/’¦£\çƒø\ÑQ¾&\Ð\âûN\Üo','',0,'?'),(_binary '‚Â¶B\î&Œýh&Ša\ë$','wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}\\@nyÀ\â\Å\Í\ÒNy',_binary '” ¸o¶\Û\ßö2?„þý¢\á;ÄˆD\ïO€À“J\â‚Ws','',0,'?'),(_binary '‚\É1€4\ÅR±\Ø\å\àª','wp-content/plugins/elementor/assets/shapes/split-negative.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/split-negative.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j\ë–¨ÿH\èC@/°)€',_binary '\Þ=$c(^’\×®5\àC\àˆ#…«œ\ÈL2‹z¦\Ï\Ö\Ê','',0,'?'),(_binary '‚Ë¯×°\ÚËš\Ë³\Ö','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/functions_include.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/functions_include.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß£ž`\à\0¨÷Km\î\Å[e)',_binary '.Dg¯F\è#°mðv8¯a¨] ª3\0\Z5Œ\Ë\â6iE','',0,'?'),(_binary '‚\Ñ{Œõh§Ž\æB-o:Ih\Å','wp-includes/blocks/query-pagination-numbers/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-numbers/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í@E\é(1þË±ûe„¨Bô',_binary 'O;\nV¡[%ñ\Z3°ü•³Eh\ßd\ßxø:\Ò{®','',0,'?'),(_binary '‚\ÔÁ–Ëš\Z,!%[\Â\î1','wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments/get-started.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments/get-started.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n9¶\0ò,’\âƒ†R³ ',_binary '\ÑzöaR•a>¤ \á#\ï\È,8iÊŠ\è\×\Þ8þ\ÒºÊ«0','',0,'?'),(_binary '‚\Ù{\Õø\Ä1Ì‰)K','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/MobileUsabilityInspectionResult.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/MobileUsabilityInspectionResult.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý\n\Ü3Rˆû‰‘Mz1\Ï',_binary 'Dj\çU\æ\îh\çŠ\\\r\Ù2ŒN¿«G›µ˜þf[Ë€\Õ','',0,'?'),(_binary '‚\Üq\î\É\'’„³/{R±\Èg','wp-content/themes/houzez/template-parts/search/fields/state.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/state.php',0,_binary '¶¬öX6¶j›p\â™L\Öq',_binary '¶¬öX6¶j›p\â™L\Öq',_binary '\ëú¨YMô\ÝAø·\ì\é5m\ÐÜ¨ZÂ£?v\Òß—c\ê®$„','',0,'?'),(_binary '‚\ßì¾…ÿœ\é<jv\Ô¯','wp-content/plugins/updraftplus/languages/updraftplus-ar.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ar.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ó¼Q¢õm09_2\Ú',_binary 'ŒI¤9ßµ|›™_ð$T¹\ÃX†\Õ[P^\Çüñ\×¶ã¦¤','',0,'?'),(_binary '‚\à*Á\r¢sI\êUƒ?°','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v2.php',0,_binary 'x˜»\ËÒ‰>\ÅÐ¤p½\Ô3‰',_binary 'x˜»\ËÒ‰>\ÅÐ¤p½\Ô3‰',_binary '’£·S\\\rSR‰ô Ø¿vv‰	=>\0ã„\ßAÿ°\Û\ß\ä','',0,'?'),(_binary '‚\à\ÓÆºz\n¶k\0$!','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfilePermissions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfilePermissions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷t\ÐD®C\\¹\Æ\Òo\Ó',_binary 'T0J4²U\Ø?Z¡\r¿hvœ±‚!÷ /M€;N³sh','',0,'?'),(_binary '‚\æl]\Ð\Èýóx%Œ\ÐÃ®','wp-content/themes/yith-wonder/patterns/site-footer-3-columns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-footer-3-columns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©²VC\äÍ©„­lÀ\Ö_',_binary '\äF\ï\ï+&„›\'À\ç\\d\Ì\\]o¡)$)=','',0,'?'),(_binary '‚\ìœý®v¿A\nGr\Ï3C9`','wp-admin/includes/class-wp-internal-pointers.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-internal-pointers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ*Yq#Ó‡«w\î—A)¬…',_binary 'ªû¡…>‚8qð`€\à7a\"v*žGñ²<œH\át\ì','',0,'?'),(_binary '‚õ~4b=#¿ºŒ ¾6 ','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jV\\Ÿ\È)ÿ\Æ=»he\ß\ÚdY',_binary '…\Ë\'P…Zö]%I\ì®?Jrµ\Úy²ÿuŠ\Û\ë¦\"A\ìD}','',0,'?'),(_binary '‚ø\Ä\Ç\ÊJŽûU]‡\éo„A','wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àEÀºl‰K\Å:E\Z]gÀ<',_binary '\Å_aÑ©Z“‡C¾Pà¯€“\Ä<¿Š\ë\Ü\í\'ÁÁ\áV\r','',0,'?'),(_binary '‚üE(¶¾G%¼‰Kö_?','wp-content/plugins/revslider/public/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg',0,_binary 'óB@…v¨p	kª°0€,',_binary 'óB@…v¨p	kª°0€,',_binary '1Ø§\Ösù\ê#vó\ÎH«p8ÕªNúš¨ýñGU\'\Ó<¤','',0,'?'),(_binary 'ƒ\à\0¶n¿J\ç*\Ë=\í/‹V','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookCurlHttpClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookCurlHttpClient.php',0,_binary '\È …DU\ìZFõ¡Š',_binary '\È …DU\ìZFõ¡Š',_binary '\Ê6z\ïý©\æ	c#Š°bo¼\"nÆ¾v\àÝ£®L${','',0,'?'),(_binary 'ƒò|Ar²i\à{\æ\Ú~','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/date.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/date.js',0,_binary '`|¡O„\"\ãUµq¿¨vªC',_binary '`|¡O„\"\ãUµq¿¨vªC',_binary '\Ô\çò†–pb£H\éäº oúa8œŽHÿ[P\Ï\êôú±¾','',0,'?'),(_binary 'ƒ$\êj¸\Û<\é9~/q','wp-content/plugins/elementor/assets/js/e-home-screen.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/e-home-screen.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0\ë\Z!\Ë&+fQs‹\ï:f',_binary 'ÿ$s\áf¤|B-¼Œ—w\Û+\æci\êgT‰Œº›\Ø\Îñ','',0,'?'),(_binary 'ƒ òqq’U•zŠA~\"','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú\Z÷J‰@¸M™/­e¦_L',_binary '¢[w‡ƒ-,‡\â=LÄ´ô\0)\æØ§{Î–„:ó²¿ôK›','',0,'?'),(_binary 'ƒ$†ñ\ã­EGm\ämO\Ù|Á','wp-content/plugins/elementor/modules/image-loading-optimization/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/image-loading-optimization/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\Îò\È¬v÷F‚\r§',_binary '‘ý\ã\íiJû:ÜªËN\Ù\æf«˜¢\É\×m»\Ë!«W\Í','',0,'?'),(_binary 'ƒ)ýÅ»u\ì\ßúc¤x','wp-content/plugins/houzez-login-register/social/google/contrib/Google_UrlshortenerService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_UrlshortenerService.php',0,_binary '\ïO\çv\Ãú#$\Ýä¯¾”ùy',_binary '\ïO\çv\Ãú#$\Ýä¯¾”ùy',_binary '·\Ù ^Ü»\'øýÎ–‘k\ï]ü€|ý\Ý|\æ¤Ðµ$’¶7','',0,'?'),(_binary 'ƒ10\Ï\Ð\Ì?TŽÀ?Jr\Þ\Ó\á','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z«™\Ë›YM³öÍ¡',_binary 'H¿‡qL\à9y/¹[ÿ(\ê­û¿ˆ‡E\ÍÀm\Íæº','',0,'?'),(_binary 'ƒ4mo~\"f§ñh‹ü1¸4','wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£Jx¸\ÈH\Ç?h³b\Î`ösy',_binary 'z¤Ï•\Ïj\ÌD6Ä¤õúNR®YŽ,[VM2ûVX‘Š\ä=‹','',0,'?'),(_binary 'ƒ6[8{D\ìE\Æ}<’||+','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùI\Ø\È	\ÓQ‘›¨¦Å—b§',_binary '\×HB¸;Ü­Cp\Ò~h¿òB~	Á®û›±\r®õ9','',0,'?'),(_binary 'ƒ7[j–=LcBrðro9','wp-content/plugins/elementor/modules/shapes/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/shapes/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ì¾ûP€>„©=±¬\Í?',_binary 'To‹œ\á³NùžÍ‹xE™\Ä÷v©[©\ï&š¾°r ¾v«','',0,'?'),(_binary 'ƒ?™d89©jù­>9¯Yµ»','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/_multiple.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/_multiple.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’\0jL\Í\ÜDuQ™øº',_binary 'ð\ídˆ\ÒqÂ¬1\ìR\Æ\Üh*\Äø¼Ÿ:j\nK\È)','',0,'?'),(_binary 'ƒEbl8yÀö\Ã}†¡—','wp-includes/js/tinymce/plugins/link/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/link/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø*NÈ’mQ¹€®\Ì¹\Ã',_binary '\Ã`3ŸcYQøÁ\Ùþ9WÞ­#l»ö\Öp\ËS+G\í\Ø4','',0,'?'),(_binary 'ƒF³d{ ±Hw™¹²\Í','wp-content/plugins/revslider/public/assets/svg/action/ic_thumb_up_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_thumb_up_24px.svg',0,_binary '\Ó\ÄKš{\ÒWÇ’\áûÜŸkž',_binary '\Ó\ÄKš{\ÒWÇ’\áûÜŸkž',_binary '»‘\Ú\ØAv\\–«GU#–\Ø\Ý\ätB ™_¼tŽ7HS¶,³g','',0,'?'),(_binary 'ƒNL\å[yÝƒ«)\Ïm§v','wp-content/plugins/wpforms-lite/src/Providers/Provider/Status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Status.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÇÙ±AY\0ÿ\rD÷Ý\æZ',_binary 'hlO\ì\Ú\Ç/v¦}raL”\ÜN\ÖL\ä\ë´¢Î€þ(ù¢','',0,'?'),(_binary 'ƒRT­ \ÜLqðP\\§e­\Ý','wp-content/themes/houzez/js/vendors/i18n/defaults-lt_LT.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-lt_LT.js.map',0,_binary '¸\í¶z½Z%;4\ÃÁ\ï”',_binary '¸\í¶z½Z%;4\ÃÁ\ï”',_binary '¾l­\rÜ½•Ð¸^1Ot]7bÌ‡.|Ìž]\Â5\í€X¬h0','',0,'?'),(_binary 'ƒU¬\äE!\Ñ%t£ûU\ãûXy','wp-content/plugins/revslider/public/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg',0,_binary '®šÍ·Eñ\ìÉ»‘J\âE7',_binary '®šÍ·Eñ\ìÉ»‘J\âE7',_binary '@\í_¬\×\'§\Æ\éh%ñBÃ¼O‰þš?\í¦\ËB“\èø\'\Þ','',0,'?'),(_binary 'ƒW\ÜnJ\Ö.\'/xû','wp-includes/blocks/embed/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áv\ÂM0AW+{–-\áW',_binary 'Ž\à\É¨Î›\Î\Ì\áøˆQ=1…Š2Š\×g6\è0ö\íj¬0','',0,'?'),(_binary 'ƒarqœAƒÀ\à¦b@r\Ø','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\Ï*I\\ùVžµø:rdø',_binary 'ý!7«8>vžY³‚Y\Þ^9Nþem4J\ß@¸üa—Ü½','',0,'?'),(_binary 'ƒg™Q[\â\í¢\ê\á¡_\á›ÿ','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v2.php',0,_binary '\Z™˜Ž^\Å\0E\È\Ò',_binary '\Z™˜Ž^\Å\0E\È\Ò',_binary 'º·Å§Šœ\èŒ®;Ì”ƒ ;òN¦G¢\Í;¹*zt\æ','',0,'?'),(_binary 'ƒhÿÿ\'¼¬h¦QÁ{9`','wp-includes/Requests/src/Exception/Http/Status401.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status401.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—RƒuMð\ì‹6/ñÿR\\\ê',_binary '\Ô9`³s·-K˜ž¤GH\ÒÛ’¸w3Þ²š°7Ÿú	ü–','',0,'?'),(_binary 'ƒröa\Üc\';¯QW¡—m','wp-content/plugins/wpforms-lite/assets/images/lite-connect/check-circle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/check-circle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÕŸn\éJ~F3g\Ê[	5Ì¨C',_binary 'vzýy•\Ñ_;AOY3ºaû\ê)Þ»b\á)Ü•+–g½n¤','',0,'?'),(_binary 'ƒx\å§$\n3yù7ˆ\Z¢','wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ëŽ–\ïóZ·š;\n›Jx²%',_binary '$,\'“¼JÿBv|\á”\ï\éf@¿œ%\Þô[û\ätÓ‰‰\Î\Â','',0,'?'),(_binary 'ƒ{K\ÍÇ¼:R½,$1‚\à','wp-content/plugins/elementor/core/settings/base/css-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/base/css-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½‚\ì„\Ì\Ë:Èö]\Äc',_binary 'ö/µ\\\è§\ÅPS¸|!7YÓžóš¹\Âö‘l\ÄôKbÜµ@˜','',0,'?'),(_binary 'ƒ \Ýb\Ý\ÔÄ²kÿh‡c','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·šò\ÚÓ¨´©	zbAÌ¾ƒ',_binary 'E²g¾¯u\Û\Þk\r¼	–­§þ“m\\QŽm6\\;W<7¡\æ\æ','',0,'?'),(_binary 'ƒ™\ï„*\ÚØ¸vqyr­','wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/LocationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/LocationService.php',0,_binary 'ˆf\"jQ…h­rò`l\Ûþ|',_binary 'ˆf\"jQ…h­rò`l\Ûþ|',_binary '¶ó÷±ü‰œÅŽ÷\æH\äŽ¸ñL@:˜‹„I\â*]„“1','',0,'?'),(_binary 'ƒ›oVu‚4\Ã\Ç\×;fž\â','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\Ç\Ñö…‹uI\Ì\Ö(™\ØY†',_binary 'ô\\Ou\èip\'(y]¹÷	€ú½+ª\nZ›\Þ\Þ<}œ¹','',0,'?'),(_binary 'ƒœ\â¶W\ÇkV\Æ„©±ñ\Î','wp-includes/blocks/comments-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@R¸þ§xá›±H š¥',_binary '‘Ž/e¹A[\'¨\\o=o*­d ‰E@Ë›Œ0®','',0,'?'),(_binary 'ƒ¨?\ç¬\Úz6¤—\ÛaDz','wp-content/plugins/wordfence/images/loading.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/loading.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K:û„²·õmð™—£P½',_binary 'j*\äeŽó©õdoX¤~§7\Â\ë&€²‚Nü9\É|L•\Ç','',0,'?'),(_binary 'ƒ©W>\Åi=˜‚”Œkõ¿+','wp-content/plugins/updraftplus/central/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\è®œ“\ÇÉ @<ó',_binary 'ŠÃ‰|’™N¥»œ¡›<J\Êò0\rµ\ÃX2½!4‹&','',0,'?'),(_binary 'ƒ«›¡\ÚLKkLA†\Â\ÒY\í','wp-content/plugins/wordpress-seo/src/user-meta/application/cleanup-service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/application/cleanup-service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊaD¼·e’2gÏž~\ÎP',_binary 'È±ž\åÈ‰]\Z\ZN¥bu\\\Æ\0nDÂ‡š)R\Ô,Ë™ý}&\Í','',0,'?'),(_binary 'ƒ¬1¿¯´zš«t\ß]……\Ä','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/_defaults.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/_defaults.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\0$~«Œ^™œ~·\Ö2\r',_binary 'kŒ€¥—&ñŠ\×L\à„ŽGF×ž\ç~\Ã×¶\â~V©>+y@†','',0,'?'),(_binary 'ƒ°Z?£Z\ËnbA\Ýòk','wp-content/themes/houzez/js/vendors/slick.min-min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/slick.min-min.js',0,_binary '5tÐ¢-¡\'üñžK[\'\ím',_binary '5tÐ¢-¡\'üñžK[\'\ím',_binary '²‹\æP†\ì›µþ	¾¦ô\Ð\ÚúE¿Ð³ýl\nbU\Ô\ØÍ©','',0,'?'),(_binary 'ƒ´ðñh\Ù\ÑRyƒ,—¥U3','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/SiteClassification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/SiteClassification.php',0,_binary 'K\ÒO#&Qó\çh\Zp˜^',_binary 'K\ÒO#&Qó\çh\Zp˜^',_binary '«—Î…<\ÂOÔ¸½À–)µˆ\ÌbÒ­“\ã‹I\"PPÀ','',0,'?'),(_binary 'ƒ\Â4L@fi\È}J\Æ{·öÌ¨','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Kinsta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Kinsta.php',0,_binary '\éo8¶\áj/\å\Ë@Zø­',_binary '\éo8¶\áj/\å\Ë@Zø­',_binary '#s‚\àw¨u,\å\Än¯ý \å\á©Z+b7\Æ#\Ý\àgû\Õþ0\Þ','',0,'?'),(_binary 'ƒÊ®\Ô\Þ-\"nÍ—Zrcˆw','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes/Fonts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes/Fonts.php',0,_binary 'ç£‰°°Á¤¼he\n#\á',_binary 'ç£‰°°Á¤¼he\n#\á',_binary 'bµð£Ž2{\Óp“G†a¾Cð¡×º°‡3\Zž¿B\ä','',0,'?'),(_binary 'ƒÐ¸+:3\èXnNˆtexöX','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥\Ôõ\ì\Ø{Wü7h>—­¯',_binary '„	2m˜\èw‡ó3)zWg‘\Þv{AfŠ\àHu`Co','',0,'?'),(_binary 'ƒ\ÕûKC‘º§m]i<¡ó','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ`T/uAp›\ÔÑš Á\Ìù',_binary 'ƒ\á{ñ…¦£ò;P†òY\Õ 7õ·\Å\í„O±\Ík‹.´/5*','',0,'?'),(_binary 'ƒ\à\ÂñŸÈ˜	˜	\0}µP','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0ˆ*2‡*ZY.–?\ã8ƒ',_binary 'LOoµMÙ¸z Ó«7!µ\ï“*\Ø\Û\Çõ\ç¢s-\Ï\Æô&','',0,'?'),(_binary 'ƒ\â\èÊ†\×\én¥Dã®–\Ë(','wp-admin/css/install.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/install.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\æ¬ä¼´(Á\ê\èjO=5nö',_binary 'p¿¤†>¦m`\"N½÷8zV‰°\\\Ú)Eÿn“.R\Ç\Âfž','',0,'?'),(_binary 'ƒ\ãj¬º\Ó\Ã5²\Þf\Åj¡','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô\ÖB±ýÁ”\æØŽ\îS’-',_binary '\ä\Ý\éR«@@¬lQõFÜƒ\'(m\Ý¨^znwnxq\ÃO¦[','',0,'?'),(_binary 'ƒ\æM\æ\Ò©¨ \ã\ØnÎ‹4','wp-content/plugins/wpforms-lite/src/Helpers/Chain.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/Chain.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü)1\ìã¢µ\Û \Úý±½0ÀQ',_binary 'q\è\Ûm¯\Ê\ÞX¯IÉžó\Èj7½€nx\Ü&&tc‘','',0,'?'),(_binary 'ƒ\é\Ü6\íi]±ÿåŒ','wp-content/plugins/revslider/sr6/includes/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/includes/index.php',0,_binary '\ï\á{J!u?}\î\çs•',_binary '\ï\á{J!u?}\î\çs•',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'ƒ\íq\ÞÏ¬\Ò\Û6mÑ©*&ú','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/RemoteRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/RemoteRequest.php',0,_binary '\Îþµ*}¸ß»yKŽ¤\å\ï>!',_binary '\Îþµ*}¸ß»yKŽ¤\å\ï>!',_binary '\â¤!®A9m‹\Ô\Ý\Ðy\Å\á‰\Ê[Ñ\Åð/.i9\âyþù','',0,'?'),(_binary 'ƒ\ï\Ñ\ÂKD#R¨µ–\Þ\ì-','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/dataAttrListener.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/dataAttrListener.asset.php',0,_binary '‹\rd:\Zûþ\ì1i\'\äg',_binary '‹\rd:\Zûþ\ì1i\'\äg',_binary '\'Á­{\Þ\àŸôŒ/t\êÃ˜<ÿ\Ôó\çlYÆ±‘®j¸%','',0,'?'),(_binary 'ƒñôZ	« h;ó\Ú\ÓÑ¦ ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/contact-book.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/contact-book.svg',0,_binary '(1ßœtnf»õ<{\ãƒ!',_binary '(1ßœtnf»õ<{\ãƒ!',_binary '›$ð5½7\"\ÉXýÂƒòÒ•\0{Ã‡9 \Ò1Ð¦†w\à','',0,'?'),(_binary 'ƒô}ò*\âI¯ŸÒªD+.','wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—Ê‘\âó\æ\n;)ž1Ô›Aw',_binary '/Ð¤vK¨¼T\Ö€%\Åñ¤Ž¯9\ÒÞ´q€‘3«·','',0,'?'),(_binary '„3?e¨?a­Ù‹¼v{','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/RateLimit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/RateLimit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÌQ‚óh\â3K%)Ó‹j',_binary '?Dò\Â`þj\ë\"­fSJ!;U8e\ê\É\Öÿiû\ãó\á+©³\é','',0,'?'),(_binary '„c~tš\ë\Ø(a¾œ·.V','wp-content/plugins/revslider/public/assets/svg/action/ic_change_history_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_change_history_24px.svg',0,_binary '3jˆÏ‚\Ò\Õ{6õóp^K\Å\á',_binary '3jˆÏ‚\Ò\Õ{6õóp^K\Å\á',_binary '›ê¬µ´ºZ!\æ\Âåœ•\0~§I….D‘˜‹ŒyG','',0,'?'),(_binary '„K ¸SE\ËÿÅL§3À','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V=¤ˆ\â˜\Ör®@Ù¸~kt™',_binary '|”J\0R]-ð2ž”˜°3zù¿\ÊTƒþ\ëH?Uˆ\ì‚','',0,'?'),(_binary '„-„gÅ‘L\Zlr„$[§','wp-content/plugins/wpforms-lite/assets/css/logger.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/logger.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w©;Ã¯ZA6ZSº²Ó‘Z',_binary '	ñ\ÇI£h“`<.¶\\vXtˆ*’‹2Áx÷ŠRü\Ö$','',0,'?'),(_binary '„†˜S„~‹KœÊŒS','wp-content/plugins/elementor/modules/wp-cli/library.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/wp-cli/library.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8bfwCr…|]g^\àNýf',_binary 'º].=„\í\â:\Ã=KMkµl¹µ\\\èöÙ‚\ì¢I\n','',0,'?'),(_binary '„u ‹®\å\Õ<µô\Ê\ÕV','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/ContainerException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/ContainerException.php',0,_binary '\ÖG)*ƒ\Ð3¤û\â˜\Â%',_binary '\ÖG)*ƒ\Ð3¤û\â˜\Â%',_binary 'ô÷Ul¤B£*¡;ˆ7§Ÿ÷E+W¼Dj\"\Ó6*PJ¤2','',0,'?'),(_binary '„& ÿ©†lküP~zW^G','wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_missed_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_missed_24px.svg',0,_binary 'óö\ä¡þ»pCT\ÅuŒ™l¶',_binary 'óö\ä¡þ»pCT\ÅuŒ™l¶',_binary 'rö\ÄÔ¸m”%•\nDp	¦ˆñ?\Æ\n3„‚\ÇÁ˜³†','',0,'?'),(_binary '„(¶E]8À”\ß\ØA­2\Ô|š','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sr.js',0,_binary '\Ê-šŒ\âz\ßL:\èn·Ó±:',_binary '\Ê-šŒ\âz\ßL:\èn·Ó±:',_binary 'ð[/ÁK>†ŠQEFW\Ù\éúj \ÓVcEš\åMd','',0,'?'),(_binary '„)Å©¶\ê…2[¤	\Ó4¨_a','wp-includes/class-walker-category-dropdown.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-walker-category-dropdown.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢‡Ô‚\ïIV­*ù\Þtü',_binary '\ÃIw°^\Ï\Ë\îKHÄ¶\\\ìsŽ³~BW—ãº¾fI','',0,'?'),(_binary '„+oõ2ž\á8³EŒ+K%;û','wp-includes/PHPMailer/PHPMailer.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/PHPMailer/PHPMailer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï\çGu\Øl÷4ñg\ØV‚',_binary 'bi\0ŠcH6\Ê;Á`B4/>0ð½‘ô‡R\ä %ð/U(','',0,'?'),(_binary '„.8½\Ê\n\ØZŠ7\Þü´“\Í\Æ','wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar/url/Url.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar/url/Url.php',0,_binary 'Pµ°»\éQ~\í}ÿO”ð',_binary 'Pµ°»\éQ~\í}ÿO”ð',_binary 'ø\'\ègj\êÀ\Ë\â»\×,\ÏW”ˆ)?\ÜGs\êœ\Ï®','',0,'?'),(_binary '„0Î½© žð\nÌ?óŽ','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/class-redux-taxonomy-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/class-redux-taxonomy-api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö|\ÑjF,2U\å\ì3…Q—\ç¼',_binary '9\Ò	rTg¼ŽVÁz½«ß¶[Q\î\Ü\r6#YZw”øvo\à','',0,'?'),(_binary '„3_,`P\ì¯(FO‚u\r\'_','wp-content/themes/yith-wonder/patterns/site-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ï%lQ«;ys&‘¿)¯6G',_binary '\å±\ÝFgÎ§j[U˜‚\ÝN\é˜y±øU2\Ú?IN‡z','',0,'?'),(_binary '„:+[õ¹g¾¦CZ\Ý\Øó’','wp-includes/template-loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/template-loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þz\È	Ò¿ö\èÜŒ~\Î\è\Ê',_binary '¿„\'4\Äh ²ä±º˜¥[£‘\Ë\ÙE·ˆ%’¬J©Hú','',0,'?'),(_binary '„=\"e\éÓ¿\Ù%\Í_~ø\ê.','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerAccess.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerAccess.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '×­D\ZKm€\ï!\Za!xö…',_binary '¹þ\0\ÚöƒO\É*AgS\Ãöö\Øc±FJâ½Œ\ÕnJ.','',0,'?'),(_binary '„=\ç[²°\â¯d–\àú¤','wp-content/plugins/elementor/assets/js/container.a7f0a15dfa05df34e1f7.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/container.a7f0a15dfa05df34e1f7.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É™2j¯ ;%ª\Þ_ssn',_binary 'H‘¼ÿ?ôÉ™8©e|\Öx\Û@;ñ‡Œ€e:SeU\ÜfUN','',0,'?'),(_binary '„H	 Æ–86°\ëIn\î','wp-content/plugins/wordpress-seo/src/loadable-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/loadable-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\\;¤‘TÿÿUø*­@l;',_binary 'øc·ÀÔ¤\ZhEA–2\åfÔ¾I÷\ÆÆ¥x\Ù-','',0,'?'),(_binary '„T»\×S\án\è\Ãgg\rko','wp-content/plugins/one-click-demo-import/inc/ReduxImporter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/ReduxImporter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6¬\ÓA=50W(\ìø/Kœ’–',_binary 'd+=Dwz…›\0b.Àø,_®E¬\'–û\à(\×Pt¬','',0,'?'),(_binary '„Y‰\Ór~Ò€¢ˆ:¥\â$ò!','wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[{7DYhÐ§\ámœf}¥\rf',_binary '¶\n\â\Î?\ra„°óØAL:, ={L\ã5}¢ƒ+,«','',0,'?'),(_binary '„Zñ®\"%ƒ\Ðw\ê\×â»\ç','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaCustomDimension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaCustomDimension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý š\×!¸q\n;$í¾´',_binary '\ÆVô\ÚL\ÆA ú\r˜\ÛÅª\×\æ|4‘€|\ÓEAQ§4N¯','',0,'?'),(_binary '„]”\Ê\ÃCQ6#(MO\Ü\à‰','wp-content/themes/houzez/framework/stripe-php/lib/TaxId.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/TaxId.php',0,_binary '÷L\Ð-…`‡s<\Ë\êú§',_binary '÷L\Ð-…`‡s<\Ë\êú§',_binary '*_ð\Õúƒyº.ø`qãŽ½o[Ó©ye\êÿK\ìa6','',0,'?'),(_binary '„_I\æ\Ýö\ÃÍµÙ©epô','wp-content/plugins/elementor/core/base/background-task-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/background-task-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gO¤4\Ôsæ®šÁˆ…\Ý&w',_binary '»D\Ùüüw*HBTûH)\Î¸Sþ}À\ê¸\ÅÈ','',0,'?'),(_binary '„f>\ë\Å;ß‹o<VŸJZ\Z','wp-content/themes/sinatra/template-parts/misc/back-to-top.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/misc/back-to-top.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\ÐÁ$#J†0¬\\ðÇ¾y%',_binary 'n\ä“`+\ÅKË›\Æ|\ë!Š½\Z\ß¡\Ëõ ¢µ%\î¼—','',0,'?'),(_binary '„i2O’×µ\Ú+¨s\ÌX.µ','wp-includes/js/jquery/ui/core.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/core.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8§\ß2\ÍYfg\â­÷ð¤p\Óü',_binary '?U7\ïôDosz·ñ—\áX-Ò‚\Æb|‰\Z\ÒÀó§\È\Õ\Ý','',0,'?'),(_binary '„k²©ð©\nŸúø˜¶h','wp-content/themes/twentytwentyfour/patterns/hidden-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-search.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬*\Ñ{ù\ï{*\ÙL­Ixx\Ï',_binary 'Gõ^I5ˆ¹]8œƒP]Fô)ò	ÿ‹,‡\íð\å`g	','',0,'?'),(_binary '„u ö=¯xsPøs\Ö0…X’','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/Proxy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/Proxy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '  \ï\à5)Ú£\Þ\Ã{',_binary 'P“^\ÇbL?\àð3Ê¯\ßõ­ø.b€µ]œ¯$\"V½','',0,'?'),(_binary '„\ëQ!e\ÃSO\â†E','wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'YÖš‹:†„A\Ý(\rJQ',_binary '\Ü/Mfëª \ÏPM\Z#\Æ7˜9f\å«ýýŒœ\â]\ãP','',0,'?'),(_binary '„\è¤\í\ã\ÅEVÊ \é«','wp-content/plugins/redux-framework/sample/sections/basic-fields/multi-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/multi-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷Éˆ\ÈN³ƒwm\æðEn\ÍH',_binary 't}œ-Sk;¸ùS5¤“ä½¢ N2@€ñ\Ôf\ë1fªn\æ','',0,'?'),(_binary '„€«i¼ò\n´=‘\Ñ+\Îi·\Ê','wp-content/plugins/revslider/includes/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '„†¦\å<\ØK\Óøª\év','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ë\ë\ÏvÂª\ß2õ\n›óO3”',_binary '?þ˜Y$mŒu\å!m–\Ù\r•¥™†°;ú-W,\àe[','',0,'?'),(_binary '„ˆ>¶.Ä±bF+EœVñ­','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Owner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Owner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á£	@ÝH\ï„^\ê\r±’T',_binary '&°¥H³‚>¨\æ–^»£	f^y£6‡\Úu“¿\Ê\É\Ö$O)','',0,'?'),(_binary '„‰P˜ø\ÆnŠ®\ä\ày„²Kª','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>Ç¯µ\å¥É‡\"Q·\Zˆ, ',_binary 'oL\ÚyÛ˜G£=^\ä{÷o¾»m#ª¸j8\"ŒlL','',0,'?'),(_binary '„¼¨ñb]ªÙº=\à0_','wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹\íMU¾{\ä)–\Û¥O‹',_binary 'QVQ·bK_¤ª\ÉÎŽ˜RÆ•¼]\Þ-ŠmlY‘\ç<9iqV','',0,'?'),(_binary '„=}¹‚~ÈŸ\ä«G%^=ª','wp-content/plugins/google-site-kit/includes/Modules/AdSense.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c	©:2ª\î-!µBû\Æ\Ü',_binary '0\Õ)#6¤2‚’~83a˜Œ(@ZX™\ã§p”Yñh','',0,'?'),(_binary '„¸ŠK%¡t\ï9a-›rÿŸ','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphEvent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphEvent.php',0,_binary '\ágzù\Û)\ßuX0öµü_\Ç',_binary '\ágzù\Û)\ßuX0öµü_\Ç',_binary '-\í\êð*V3?•‘4§ni\ÃL;–FRÀ¨<2¸™\ØMNj','',0,'?'),(_binary '„™4ä°¬´\ÔG™Y\â®','wp-content/plugins/revslider/public/assets/svg/navigation/ic_refresh_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_refresh_36px.svg',0,_binary 'Ÿ\Ã\á\ä£z–Ù¤*g‡bü',_binary 'Ÿ\Ã\á\ä£z–Ù¤*g‡bü',_binary '#ûON\Ý4OG°,\Í\0Û¢Q,4“_5ó\ê˜k\Ë[­P‹)','',0,'?'),(_binary '„›@<N¤8iy\ã—»‡›','wp-includes/blocks/separator/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­–EOžc¼º¸mù\Å{ñö',_binary '\É/`i-^Œ3Ò—; B¦³Tž;¶¸\Ìÿ®#\0\ärø}:j','',0,'?'),(_binary '„œ‚P»¼\ÝM…Ëˆ=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ê¿m€\\m10ø‘f*µ)',_binary '	mö\ÉY\Ü_\á\Ý\ç\Ë\\\'.º¥]¯»»WyW0÷‹0','',0,'?'),(_binary '„£Þ–,Î«H\Æ\ÔW‚Dò²D','wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	@0SAFe2`+\Ë',_binary 'Mtq‰\ÌlúI}Qˆ<;Œ›\Ü‹Á‚„\nlÞ’¢ŠüE','',0,'?'),(_binary '„§dCG\É\êœO\ávOã®œ&','wp-content/plugins/revslider/public/assets/svg/action/ic_polymer_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_polymer_24px.svg',0,_binary '\æ/@Š¾7\Ûf\ÓO(\Ó',_binary '\æ/@Š¾7\Ûf\ÓO(\Ó',_binary ';ó\È\'XôS\Ì\ä 	¹\Ú\Æ_4S3‚zr·{\Ûú¨±‚','',0,'?'),(_binary '„¨ñ„O\ÔmŒtÔ›á ¼\Ä','wp-content/plugins/redux-framework/redux-core/assets/img/logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã¼z,\Îe&wY“Áþ',_binary '—‡\çž»t°u\Z\ê\é•ÿ’v=Œ\ÖùA—´:²c\Å	\î‰','',0,'?'),(_binary '„¨ô«]g#Õ—\\³\Ý','wp-content/plugins/elementor/includes/widgets/tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/tabs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F¹œšCgw¶¹g³À¶A',_binary 'ÉŠy\ÞL«gƒ›üõ\ÄI­r™!A\ì2ù¡j\Ù\Z]A©','',0,'?'),(_binary '„©\Þ?Fÿ@xŠƒ\"R°\å\Ût','wp-content/plugins/wpforms-lite/assets/css/admin-bar.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-bar.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î7\åM\ç\Éô\n\ØMŠM,@=',_binary '$žþ\å»øœºõ‘§\ÐkÁ\Ë\Óf\Ò8„\äÌ–\Ý\ß','',0,'?'),(_binary '„«f;F¡\á—GD¦m•7\é','wp-content/plugins/wp-rocket/inc/Engine/License/API/Pricing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/API/Pricing.php',0,_binary '”tDNû8$8oö?y \Ëü\\',_binary '”tDNû8$8oö?y \Ëü\\',_binary '*¾ûò\ëk;\Ïrõ\Ð\ÃO>nüD\ÄN`¬]\ç \ØG','',0,'?'),(_binary '„­8\ÖR¨½z9»P¸29\Ò','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-path.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-path.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð¬ á±™µ\Â×¿Ø©\Ø\Ô',_binary 'S`A\ZMôrˆ0ùó,\Ê:n.Pe#&·€\ì˜4\ã\Íø±\ï','',0,'?'),(_binary '„°Že\Ùž-\n¶yV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©‰|®Wwšb>E\ÏòyJ',_binary '‚\'À²Ž¯­~À6È\nBŠº\ÂagÂzùÁ\ëd\Ã\ëQ','',0,'?'),(_binary '„¼B¸-ô¯òýMRŸ','wp-content/plugins/elementor/core/app/modules/kit-library/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/app/modules/kit-library/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\×&\Ì\ßt’·eÛ„úP½k?',_binary 'Ž\"Àb\Ñ(!ü\Z\ËÔ§8\ÙiÂ‰È—d)$ù`ˆOüT','',0,'?'),(_binary '„¿dCŸ\Ö	I%_\ïƒz‘Fƒ','wp-content/plugins/wpforms-lite/src/Emails/Mailer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Mailer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Çd…x‡Y\Þ){n~\ã*\ï',_binary '@¯­y\ë%˜³\Ä-ç˜’À]©\0«ñ/\ÊD\Ír/¶À2‡¢','',0,'?'),(_binary '„À\Ê\Æ\Ä\ÕPU¡…ac—\Ó','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³YA’ÀG=b\Ñu¡”÷',_binary 'zñ,Í¥²\è\àt	<{@Y{úiyƒ¬s˜Š\Ýc¢(SýL','',0,'?'),(_binary '„\Ä\ìq=`2.h¥±v:ª','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-php72/Php72.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-php72/Php72.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ë—µ\îx½š1\ÌØ†d',_binary 'H¾S\Óú¿³-8óÒ»Ð¼Sbct†õŽLþ !rf‚„','',0,'?'),(_binary '„Ê“\ï\éVeµü}\n¬#Ç¡','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/API.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/API.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢ažõœŒû…Ïˆ2$¾æ ’',_binary '\á“^Ÿ+§\È\î‡sú™\æÙ‰ƒû2š·w~S\'{ƒl','',0,'?'),(_binary '„\ÖnvûŸZùYV\ßû\Éþ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nÿ6G\Ú6)ø\ç(P\è÷',_binary 'CX·\×E¨aø/fPK{\ÕË¾\é\é^j\Þ\"C3FeƒÖ´S','',0,'?'),(_binary '„\Ý\ç+}4\ß:Ù´bð5d\È','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/OutboundTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/OutboundTransfer.php',0,_binary 'W‡DüÉ“ò®*·]',_binary 'W‡DüÉ“ò®*·]',_binary '\à¯\ËN‚‰Œól‘\âIUu&Q‰¸I­AD©\"®A²','',0,'?'),(_binary '„Þˆ\Ã\éRD9\Ú>»òC—¢','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.kk.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.kk.min.js',0,_binary 'f\çÊ€=³°#A<³¢%|.\Ù',_binary 'f\çÊ€=³°#A<³¢%|.\Ù',_binary '­<Ô¿º\r\Öh\í\ÆŒ…\Ü;\Ó	\ÂPù$”Šlî§º2{','',0,'?'),(_binary '„\ã\ËÊ˜GÊ¥\é¹o\Ï`D','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?Ž´³O\ç\ë$+dz\0¬\Æ\0',_binary 'Ÿ¸c\î¤\Û®jevFwöJß›\êR4G\à¦\"Fo¯\Ù','',0,'?'),(_binary '„\æ9\Ã\Ý}Gr\Ì\í$\îK|\"','wp-content/themes/yith-wonder/assets/sass/blocks/button.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/blocks/button.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u‹v¥¤’&Kö´!N3\æ(’',_binary '˜üd±wÞ³0ñ­–B°\î+FbóœecV#¸Š/O\ÃB','',0,'?'),(_binary '„\è–9ZyP\Íò”¸\íŒ','wp-content/plugins/wpforms-lite/templates/emails/compact-style.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/compact-style.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë3²ÀÙ°\æýP%”ü<\î­r',_binary '‰úWª\Ãøª\Û|(F\ÅoøÕŽ.\Íü¹šŽ\"\Ü\rƒªý','',0,'?'),(_binary '„\í8R¬	W:Á\ÓT\Çr²','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Service.php',0,_binary '¹ƒ†¡\r\Ã5b\äa¦d',_binary '¹ƒ†¡\r\Ã5b\äa¦d',_binary 'ób\Ï,N!K§“~§U\nƒÁ\Ït9\Ðí’¢º~F±\á','',0,'?'),(_binary '„òV\êÚ«_\Ä,À\nIN','wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸL\ÝüO‰ \Ãö\í\é\áCœ',_binary 'å«“\ÈzÔŠ“‰\Ì3Á4\ß»9E2†t1÷W¬9+{\é','',0,'?'),(_binary '„õ\Z©ù^-™5ŠA\ÐBy','wp-content/plugins/elementor/includes/widgets/heading.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/heading.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z~yž(¢Zy±Ÿ•ƒ€k>U',_binary '¼‹½v¬YC‰frR\æPøÏ‘\Í\Ô\ì\ê\ÅY\rZ„\ìP	','',0,'?'),(_binary '„÷!\ÐÏƒ´\ë‘C~y›G','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/megaphone.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/megaphone.svg',0,_binary '\Ä2\Ê\Ã)\ëD?\Å?M™\ÉRhª',_binary '\Ä2\Ê\Ã)\ëD?\Å?M™\ÉRhª',_binary '[\à:i4•`]#m\\0.90º0-o™•PÁ\îö5¼\0ƒH¬','',0,'?'),(_binary '„ú\naó„§>“E$¯l','wp-content/themes/houzez/js/vendors/i18n/defaults-ua_UA.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ua_UA.min.js',0,_binary 'T;’È€ø°\áGb\×\Ö\Ò$',_binary 'T;’È€ø°\áGb\×\Ö\Ò$',_binary 'L\\¥\Þ+3\äTs>{³2µ\ÉÆ‘Æ„YZòsT¯\àBªP\Ú','',0,'?'),(_binary '„þ2±˜Yg~õòlª9','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/earrings.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/earrings.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\Þ\Î!•R¾©ÂŽ›\ÈŠ\×',_binary '\æ\è¼\å9<‘in1º«ÿ­òE%)RGxÜ€[§…ó¸c°','',0,'?'),(_binary '„ÿu\Ü3	uL\Ú\è\Òm{','wp-content/themes/houzez/template-parts/realtors/agency/agency-grid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/agency-grid.php',0,_binary '\ä–,ó)$Ä…g\0^Ö©1S­',_binary '\ä–,ó)$Ä…g\0^Ö©1S­',_binary '²\ãRE‰X\ÛR\â\Ý6x®{O-iñiWWf{ùhg1æ·¢','',0,'?'),(_binary '…\\\ÐWªdÏž+\Ëÿ\nnW','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ­õ¯&\éÊ¾\0’\"ûªd\Ï',_binary 'iõ°8HL&<\æy´º<\0´ “C\0{H6\ê\ÆnLˆ','',0,'?'),(_binary '…Z\Ä\ÛDŸ›l³=¸ì»«','wp-content/plugins/wordfence/views/waf/waf-install.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/waf-install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'UTFE`qÿ€\ì!È‘G',_binary '•s öÿ9û7Ü¿.\àÔœWN‹…®ƒ(}\Ï@ú\Z7','',0,'?'),(_binary '…\î¦&jö\Óz~û”Y¯','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	5ðO\É7D=¯)\á‹´ˆ',_binary 'olyj¥µ»\Ã\Âð\Z\ßqv\\µ\rA@x/ÿ ”_– e','',0,'?'),(_binary '…	\æ<ª¾#\Â]‰xm\æ-','wp-content/themes/houzez/property-details/floor-plans.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/floor-plans.php',0,_binary '$(¡ö\ã\Ég\Ê\ÄzµO@oR',_binary '$(¡ö\ã\Ég\Ê\ÄzµO@oR',_binary '\ÃA\0½\ã›\Ù\àµb\Ï1º<{f³d\r\Ò\á\à£ž:\Ò','',0,'?'),(_binary '…Œø{\è/è¶’\ÊùZ\Ë','wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ\ê	«\ënŠ.˜}/|\ëÌ»',_binary 'ú\ç\Õðð\Íu˜6\í±×‰ qðÀ~p~boQù€d%1\Âj','',0,'?'),(_binary '…\Z•º\Å\Ç\à†ºB~W¸bš','wp-content/plugins/wordpress-seo/src/values/open-graph/images.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”¦\Åz!½m‡:P÷Ž',_binary 'ò\éà¸®ÁiBX cŠM•Ð¼1\ÂE\é\Ò`²\Å\ë\n','',0,'?'),(_binary '…!,Án’8vf\ÐÂ†¦','wp-content/plugins/wpforms-lite/assets/images/lite-connect/cloud.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/cloud.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Åõ:¿v¯}À\0U{s#@ˆ',_binary '„\ÐÒº\\õ\Õó€\Î{>j¦®a\ÞZ[^¢Ž\ïÛ¨º…B','',0,'?'),(_binary '…!\ëd{³:É¬\ëP ](M','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í}\éU¹V\ÒY%\îM.s',_binary '>‘\×–\ÅfªGmš]¡?rõUEE3Y\Z9û\\\Ú4','',0,'?'),(_binary '…$2(j,\âÑ¶\Ö\ã?h¡','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›`ò?2üK\î\ä4÷­\æt',_binary '¡~\êaõ\ç?oH3`])#)7\ìN«\È+_¢cñ\É','',0,'?'),(_binary '…&\Z]ñ–dn\Ô8U*€ü\ç','wp-content/themes/houzez/template/template-compare.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-compare.php',0,_binary '\ß\0£·x3œ\äki\ÓHl',_binary '\ß\0£·x3œ\äki\ÓHl',_binary 'Xô« ù\ÉöL\r\ê};B\Ð\0$!•\"6y\\.)Z\ç¼h»R','',0,'?'),(_binary '…27Š!û=I-Ðk\ÕÛ¡','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.et.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.et.min.js',0,_binary '½ÁWq`i¾ˆ€±^c\Ñ1',_binary '½ÁWq`i¾ˆ€±^c\Ñ1',_binary 'O{\êJM5+\Ö[²P-”kW”e{	gÅ\é”!\\f“','',0,'?'),(_binary '…3sƒg30¾üOj-T','wp-content/plugins/insert-headers-and-footers/includes/capabilities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/capabilities.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â\è›ÿASü\Ðÿ‡Qó\Ê',_binary 'I€%CÂ®¾¦{\Ôô7¼žŒ_„\'>‡‰c\í @\ë\ËJH','',0,'?'),(_binary '…3s?f5[/u\îJ3$2\Æ','wp-content/plugins/revslider/public/assets/svg/image/ic_center_focus_weak_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_center_focus_weak_24px.svg',0,_binary '\Ã\åE~}”!\Æðoµw*J',_binary '\Ã\åE~}”!\Æðoµw*J',_binary '\Ê\×\Ä^V\ï!šµ\'ºe\ÜmHÁpú®?˜e56ø§þ£š','',0,'?'),(_binary '…6\Ú(Q\è\Î1/\ÌJ\Íg\â','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Tracking_Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Tracking_Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î\Õ\ì\ÐV³ó\Â\Ô\Ò0Ÿ\"',_binary 'rø”)¿[¡h\á\"¼+\á8\ÊDR~¤’5j©*J\é›9d¸¥','',0,'?'),(_binary '…<\êò3q\á;i­zº','wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#¢/ü\Ç\'F¾­\Ìh,#‰',_binary 'o\'©a3\ÚT]Šò;\à:d6\ânýÉƒ…»H½•˜\È\ê','',0,'?'),(_binary '…=\ï@ÿËç¤—±.|Gx','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '…>®™\Þ\í_]ŒöWn0\áµ','wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\noOP\Z0žª \Å³\'\ä',_binary '‚\Ï\ÙfY)€,žô	AFögúb#du\ï\É\ÚuWÿ','',0,'?'),(_binary '…@K\ÍQ\Ø\ÕQ\ÜQC7ñe\Z','wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹\ç\îG\ê\Çð\n¾Oö¹›',_binary 'qÒ†©\Äð4‰Ì…ô†…U.Ôº_ï²®²¢œ\×ÿŸÁ™','',0,'?'),(_binary '…B%v6\ÍI\"Jb½\Ç4Ó¡T','wp-admin/link-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/link-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸUE½~»_\Ïa±·’',_binary 'T…¹:\ÚLL\Ò\ÂhŸ–\ÑÒ¬~ˆPWö\Îø\n','',0,'?'),(_binary '…\\&iÀªõB\Þ8*žšò','wp-content/plugins/redux-framework/sample/sections/basic-fields/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '…]ÿ\èd!¨u\Èj\à_†õ','wp-content/plugins/wpforms-lite/assets/css/wpforms-full.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/wpforms-full.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³ò\ê·Bí¯‡u/p†ñ',_binary '\æ\âk5b\'\ÓÀöb¾z§„%\é\Î;p\Þ<lBóq·ð_U','',0,'?'),(_binary '…h1i‹q\ãH•\Í~\nU','wp-content/plugins/google-site-kit/includes/Core/Util/Migration_Conversion_ID.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Migration_Conversion_ID.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õWñ\ê¦2“%¼\áþ',_binary '¯gÀ\âejl#.b\â\"´ü´|?HÎœk ½;»ó»Õ³\å','',0,'?'),(_binary '…mÝˆ\åœ\ÑQ&¯(&õ3Ê•','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-200.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-200.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§÷\î¾\ÇE\ïH\Ì÷£ÐŒf\ØJ',_binary '&O³†º2£Z\à2\Ï\ï\'Ô€v„‚|$%”‚\Å7ÿ3\Ýg','',0,'?'),(_binary '…p\É\åqU$½÷«¶v™\Ô','wp-content/themes/sinatra/inc/deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/deprecated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y¯#z’TŸ¬½j8',_binary 'o \ë\Z»H•Ø“Œ­¼Ýª«\Åz\Þ\Énƒ¸\Z0…\\','',0,'?'),(_binary '…wC1‘Mv£ôÄ¬5¼w\ç','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_inner_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_inner_24px.svg',0,_binary '<\ßc¬U$o\ÞB‚‹D\ãg\Â',_binary '<\ßc¬U$o\ÞB‚‹D\ãg\Â',_binary 'eþ\ÐS\Ñ©\î˜ò\Ð\Â\ïNŽv«•\ÄöÅ§\ÛL¿ø\ßo·v','',0,'?'),(_binary '…~O^A\Ã¹«º\Ûö\0n','wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#@\n‘½9[¥\0E2',_binary '\"J\É4¶+T”^‹¾\n\áø`†ôKB@\Ñ—©\Õ8\ßN','',0,'?'),(_binary '…oM2÷B\á0!4\è\ëSõ','wp-content/plugins/updraftplus/includes/Google/Model.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Model.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9_/\ÑumaQ$ð¥\Ï',_binary 'X\í(~\çx+!(\æ\Þ\îDR“ù™2Ÿþ„†ŒZ\îúÿ?s','',0,'?'),(_binary '…„‡¥ B\'¹÷\Ç )#¨\ê\É','wp-content/plugins/houzez-theme-functionality/assets/images/mark-as-expired.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/mark-as-expired.svg',0,_binary '~‰¿Uú\Ñw›R¸Jk\Ý\ç\Ù',_binary '~‰¿Uú\Ñw›R¸Jk\Ý\ç\Ù',_binary 'ð2{Z‰ºË¦„C‚>M\Ï“0¡o¸\Ã`¹o ˆ<)º¿R','',0,'?'),(_binary '…Š†9\ä}#§\ÇÆº','wp-includes/blocks/query/view.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/view.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„4€‰\n5\Å~K\á\Ç\'|\×',_binary '\r“©ñC¡¿ì¤¢(\ÈlÜ¶mÝˆ<í…½¢´\Å“Z\Ú\ç\È','',0,'?'),(_binary '…’¥\n¯%SJP¥;4l²K','wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ¯®”Á\ÏA\ã\ÛMôu',_binary '	\çh[Y¬\ÉN…uL’n\0‚cF@-P†H‘`ƒp.ø\Í','',0,'?'),(_binary '…”Û‰v…ôD¹\å\Ã{','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ef\rh­2+º\Z1\Â\ÂÔŒ(',_binary '§Bbg“ý÷F\éJ9\Ö?øIt\è‰aAkÿ†Tl²\Ô\×_','',0,'?'),(_binary '…–õ€w.(	µ=\çº\Ú\é','wp-includes/blocks/navigation-link/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"žg\Ôøxß›\ë+˜ºÎŽ‘1',_binary '\Ï{\ÖóP8cüSQ\Û\Ç>Ì³‡\çÿ©<8jUj¼§','',0,'?'),(_binary '…™S\Åý¥.|6‘Y0ö','wp-content/themes/houzez/framework/stripe-php/lib/ErrorObject.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ErrorObject.php',0,_binary '|`vøB,J• É‹VK',_binary '|`vøB,J• É‹VK',_binary '¡\r\Äøº´\Ãü}‹\Ú2¨#t\ÓtwjT¢K]{\\W\ï™\Ó','',0,'?'),(_binary '…¦\í¼ýI6­«\ÔFñ','wp-includes/blocks/rss/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[\ØC?˜~\ïóô-xŽ',_binary '0K:ô±FS¬2\\dDùÎ¨¦”ó‘)\\xd\Ô\å‚\É\É','',0,'?'),(_binary '…§‰\Û\Ñóùaò‚e\Ëÿ]ƒ','wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î5L\à	·oðóU#O',_binary '\Ï\ÛÓŸù÷\â·c×»\\V~½RG\ëR†H\êœŸú®ñV\ä','',0,'?'),(_binary '…«v\Þ\èAžDlúº&ÿ*\Þ','wp-content/plugins/revslider/public/assets/svg/action/ic_hourglass_empty_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_hourglass_empty_24px.svg',0,_binary '~c\Å\Û\æ\àýe%\Ö\ái\É\Ä\Óf',_binary '~c\Å\Û\æ\àýe%\Ö\ái\É\Ä\Óf',_binary ' W±:l\Èc²“\Æ\Û\ÛÍ\nŽWhºX3ñ\\J¿·\é','',0,'?'),(_binary '…°Ž*÷;W\Çihe‡s\ç…','wp-content/plugins/google-site-kit/includes/Core/Nonces/Nonces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Nonces/Nonces.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾Ž \è•\å\Ü*ýõAZEƒM',_binary '*i.m²\Ê÷1ƒAC%TŽ™Õ»\ê€9 \íôHô²Ši­2','',0,'?'),(_binary '…·QŽô½üyq\íümªr','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾ŽT]\Ì^P‰\0k™	n',_binary '¼´]3n\é\ÔË¹•¯¹–¶0\Õ¼Z¿b\â-pe·W	ª','',0,'?'),(_binary '…¸O\èRõ´›\'ºðø\r\ãŒ','wp-content/plugins/one-click-demo-import/assets/images/icons/widgets.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/widgets.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~1”š¢6™¿n\ç\×ðz_ø\É',_binary 'b¸:E÷H£a´Š\Ñ\ê\Ò\è¦\æ \Ìÿ]g)\î\çz‘\nER/','',0,'?'),(_binary '…¹>ÁA\äB\Ç7\åSz!ˆe','wp-admin/includes/export.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/export.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w+oùñŸZo>oM\äž\Ît\ä',_binary '\ÖÓ»VCžH@Œb[o#jØ±Bm\Ç\êD¡]%','',0,'?'),(_binary '…¼\rMDe©\Èn\ç\ç\Ýrž¡™','wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß·L‘…dò\Û\Ð*\ï+L>',_binary '­6ƒ[\Ð\05ZG3\Ñ4=1¥5qS“¼\Ì\Ëwi“qJºO¬','',0,'?'),(_binary '…¿\Ö\åcIª$YKž»w\Ò','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes/functions.php',0,_binary 'Žy\í9%ªº\r\ÇÜ­k=',_binary 'Žy\í9%ªº\r\ÇÜ­k=',_binary 'ùN²\ÃÊ„X/²d¥o‡Cö\ëd\'jþIn\Ý`øö\Þ','',0,'?'),(_binary '…\Ä@Š}Ãpš‚µrRyŠ%','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-chart2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-chart2.svg',0,_binary '{E‚öM\ÉP\éqŒr)Ì¼6',_binary '{E‚öM\ÉP\éqŒr)Ì¼6',_binary 'f?`†\Ò\ã»d†f†6\\\Ót\Æ;R¡`£žE3d\Zx½#\ÔÀ','',0,'?'),(_binary '…Åµk]\ì\è¬öÿº]D\'p“','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z/¸O½R®f\Ù\ï^®[i',_binary '¾ÿ;»µ Ÿ\Ý÷_IIR\é|	`$¹¿\"U†›h–P','',0,'?'),(_binary '…\Ë*`bÿô¹¯ö„P','wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒj«	±›[\Ê÷\ä4©ù+	€',_binary '½³ •N\Î&\Í\è®k©W‰ª\Çñqi1o\'Er\Ø\ÎBH','',0,'?'),(_binary '…\Ï2P&ø“zZ¥.›\äÛ','wp-includes/blocks/term-description.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/term-description.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7u5ª\ì Ï€;\"',_binary 'ý]„6U\ïð9\ã`¶¤ª\èœSqK¸…ÐšÓ…nq','',0,'?'),(_binary '…\Ò\Å÷LL‚\Ä\Ø=þ\è#Ž2','wp-content/plugins/elementor/core/debug/inspector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/debug/inspector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g}á›†µŠ\ÆûE³Xy§',_binary '#—<\âŽqŽ)\á}±rš¿ƒ \ÕE.Rñ\áwþA/E\0','',0,'?'),(_binary '…Õ¬K’>ñUQt›ü¼\ß:¢','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Áœ\Øñh/¶‚Q»jùÙ®{',_binary '[\Ã\Øak¤¦\ëH´ž¨(IG(\è9\0pH‹wH\"\äýwu','',0,'?'),(_binary '…\ß8;¶nõI‡œÅ½\ÞS§','wp-content/plugins/redux-framework/sample/patterns/wild_flowers.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/patterns/wild_flowers.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ}\ß\Û;\Ô\å…\0‡ª³M\Õ',_binary 'õ\Þ/9˜þ\æ«1‘µ·,¨>a/\ìZ¶n\Ë\É(©ô€˜','',0,'?'),(_binary '…\åia¤“4¡œ\è•\ê<Ÿº','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_voice_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_voice_24px.svg',0,_binary 'd¶1\ç*¦Ò±’ŠÁšß¾)',_binary 'd¶1\ç*¦Ò±’ŠÁšß¾)',_binary '×§{zY¾Ð ª€£^\0˜R÷‘\Ú\àqü\âR%<°)a\Ö','',0,'?'),(_binary '…\ëÄ¨=8\Ö@_\Þrr+\r','wp-content/plugins/elementor/modules/system-info/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·`{@£\Ã\é\äqý¬\rO',_binary '\Öwšy\ÃI#ž9Ÿ\r†+\ãgÿ¤\'\Û\î\Õ:\Ñ\ß\ÛY','',0,'?'),(_binary '…\ì|0¹¯\ÒO\ì+˜]lUõ','wp-includes/js/dist/a11y.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/a11y.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\Ìúkþ±ôn–} O‚ô\Ü',_binary 'j‘\Ó \è/Zµ{§\Äø%vž¿™\Ä3r üu–™\Æy?','',0,'?'),(_binary '…òƒ£\n\Ð8¤^XQò\í-œl','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\ÜP’H¦S©E\\-\åñR',_binary 'k¼Ù½+ÿ½/»®\Ó2°\n˜ Kl\èk¬\Zv	ª\æ÷ó','',0,'?'),(_binary '…ûXÁ\ÆÀ¥¾aÍŸ­l','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mobile/wp-appkit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mobile/wp-appkit.php',0,_binary 'ÊŸw@[V½‰|Ë”\í;•yW',_binary 'ÊŸw@[V½‰|Ë”\í;•yW',_binary '\ÉA4?} c\à—pØ¿}‰;\ë–\ånFOC\âPTÔ‡\å','',0,'?'),(_binary '…û³\×O\Øòy\Ï\'!\0‘\ßb‘','wp-content/plugins/elementor/assets/js/container-converter.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/container-converter.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}\ã§o^ü~\ãU–',_binary 'u\Ë3§‘u]®·-\Ì\È#r;~‘€\æ¸\Ý|\núÇE\\€£','',0,'?'),(_binary '†\0Š\'\Ê.\Ýöa¦oAjWa','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows02.svg',0,_binary '	\ê{>O#v\Í^¶@þÁ­',_binary '	\ê{>O#v\Í^¶@þÁ­',_binary '\ÛG¬E645Û²\àQ_\ÈµŸ”2Vl£E\í€T','',0,'?'),(_binary '†\à_Ì¡\ïññL$\Ú÷#\â','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š\Ù\ÃG‚1¯«¤5\'ó\áL`',_binary '\nš8\èz\ÍÂ‡[ñ$Ó“ 0±«<òwh¥˜¦Š0œ','',0,'?'),(_binary '†[®\ë–|DH\Ï\ç\åø­KD','wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†Q\ïa\Ð[{“@\êžc¹',_binary '¯ý¨ t†Š}K¤qH„\îºe_#\ÄCñˆ\íW\Ý%r','',0,'?'),(_binary '†\å\Ës?Š\èP˜h#„%\×','wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºi\ÚÚ—\Êaa\\\Öd±”Û€´',_binary 'O\Ä	®\"BT\'\É6\ï|þS”:o-\ÓÁ…7\ë\Ç3S','',0,'?'),(_binary '† ~\á\ÈŽ–\Z@®\Â\Ò]','wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘4\ï^¾™\Ý\Ä\Ýp\ÍS',_binary '\Ðz‰;\ÓD\Øq·•\Ãón#+N\"œ\Äl,(»Dp\êºGÊŽ','',0,'?'),(_binary '†)¢(ó \n\Þv\î\ÞXÙ‰‹','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php',0,_binary 'ZµýÐš€\rõ‰û,Ö¯%',_binary 'ZµýÐš€\rõ‰û,Ö¯%',_binary '\'²Id\Î|€—Nª\Øl²§Aƒx\Â\èúw–c¹M¶%\ß','',0,'?'),(_binary '†-°\Ç\è®¦Ö¢]Mhýª','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷]³_÷;Šp\Ê(‡^',_binary 'U÷úýog\Öa\êˆ6‰\ï\àñ»(@\Ã^\"h]+h›4','',0,'?'),(_binary '†1\äˆeUüMVý¸^š™','wp-admin/includes/misc.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/misc.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\í\á<¼o¥F˜“´!',_binary '¨3p\Çv`\"q.d¯¡¿>—57\íÆˆ„\Öu\èlc\Ã2Ê¹','',0,'?'),(_binary '†2¡0X\è’zF#\ã%e°','wp-content/plugins/wpforms-lite/uninstall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/uninstall.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',µ•µÆ†z7+	ú\Zh)',_binary '‘\ä€2_g~ˆ–†\á|\n¥p~ŽÉ™ÀMõ3C6û8','',0,'?'),(_binary '†6)x\ÖüT‚žz¶ÞŒ\0\ã','wp-content/plugins/updraftplus/includes/Google/Service/Logging.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Logging.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dô_7{!—\ê \æ.F\æ¾\n',_binary '’®€ÁZ\ÂÎ»±\Ä@Hœ˜}.Ú\Å<\Ãø8\ã(ƒ','',0,'?'),(_binary '†=\å:ù_x`\Î/‰\Ø\Ò\ê\Û','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner3.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner3.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðbÿ™:ÉŸLõt\î\Ë\Ï',_binary '0C!¸!ž	r\à0\ãŠ\Å\èË¨{qR$~“\Æ[ ÷','',0,'?'),(_binary '†AwbÁ ~_“}<‘²	','wp-content/plugins/updraftplus/languages/updraftplus-vi.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-vi.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’\ËÖ‘Ma\\tÐµFœ\Ú5»',_binary 'b@€\êha{Œ•8¿\Ó\'¢Àe«Nû€—\ÇN®jód\"','',0,'?'),(_binary '†F_q¡\Ã\ÈCŠF!o4p·—','wp-content/plugins/wordfence/views/scanner/scan-starter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1õ\ìxø¦ýÀh3\\',_binary '¦\ÑU\Ø~–žAVkr\ìº%R’x$p¨«Z1°\"\ÒU¤','',0,'?'),(_binary '†G\noc$\ïI/\Øg9\Ý','wp-content/themes/twentytwentyfour/templates/search.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/search.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b752]D“^K,ïž€z\Ù',_binary '¯ŸœX*M\Þ}d¿À—¾ü)Äxiµ‰KfvsY?¯','',0,'?'),(_binary '†H’P\ÈÖ››®\î\ÒÙš\Ö ','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/TheEventsCalendar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/TheEventsCalendar.php',0,_binary 'wªTpms\Ø\å\Ù\étƒ',_binary 'wªTpms\Ø\å\Ù\étƒ',_binary '°²¥©`÷mUñË†“¼»œ\0stžwõ\ÔM©\ÄIGQ','',0,'?'),(_binary '†J•¤Ž\Ïµ;\ÓV\ëE','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ZoneBoundary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ZoneBoundary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pÑŽ`o¸=*¾%Ç—lÌ¹',_binary '¥x\îøóµ\Îð`lU¯\0#.Ÿú¤F\Ý&\ZX\0Y“‡‚','',0,'?'),(_binary '†N·ƒõ£\Ý{\ÞV•NË¨4','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/AJAX/Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/AJAX/Controller.php',0,_binary '¾UR\Ùb!=5YB\"¹J{\Ìy',_binary '¾UR\Ùb!=5YB\"¹J{\Ìy',_binary '¢\ß+­r˜\äm0]Õ­Jñž\"ß›j§¡‹','',0,'?'),(_binary '†Q\ÝN“\è]\Ót\\R\åJn³','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò‹®†IÍ†q˜÷=š1\\',_binary 'Ô€XÖŒÔ•\ì\ìkŸ€2T\ÆFPid\Íc>j§X\ï¨','',0,'?'),(_binary '†U\ÝS¢AJc\ÞlŽ„wõ','wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒJšU$\r-\r—sJ~J†A',_binary '•\ïŠZ\è*¿oˆ?\ëB;jhb ù\Ì\ç\"”<\ÈF…\Â','',0,'?'),(_binary '†Y\è\Ò\Íðþ\Þð¶EvDž','wp-content/plugins/wp-rocket/inc/front/dns-prefetch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/front/dns-prefetch.php',0,_binary 'öö\\\ì‘q´‡\Úy\"‰\ïF·',_binary 'öö\\\ì‘q´‡\Úy\"‰\ïF·',_binary '\Íð–.1¯”\ZŠ(–˜B\ä\"\Ð\nCœ\Öÿñ4:xB^µ','',0,'?'),(_binary '†Yø\Ñd‰c\ì¾Öƒ#\ÚV','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-colors.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-colors.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·<\Ðƒ<õzûü\ÓÆ©Ê‹',_binary '? hF\ã\Ïù6Œ\è;hx³\â¥\Z¦Vy\ÄHgd\é”+ù','',0,'?'),(_binary '†[g–PY’òÏ–¢Dôõ¾','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v\Â-™HX·®\ÔÁH/0D‹',_binary 'O°J£è¤¼Tk¿Q\r.±‰LzY¸%¬0D\Ì\èU2','',0,'?'),(_binary '†_\Ì\ëõß²ŠD†1)Œ','wp-content/themes/houzez/js/vendors/i18n/defaults-vi_VN.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-vi_VN.js.map',0,_binary 'fJ\ÖtAc¹\á«=÷f¸«',_binary 'fJ\ÖtAc¹\á«=÷f¸«',_binary 'ipp¡u\"«¿[2Z…ñ÷\Ï\îûWmó‰^,\æ\ÝŸ”}','',0,'?'),(_binary '†_\Õg»s§;?•\'+%\é\r','wp-content/plugins/revslider/public/assets/svg/device/ic_airplanemode_inactive_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_airplanemode_inactive_24px.svg',0,_binary '\í^\'Q\ÎW1Úœ\íÁ¤¼',_binary '\í^\'Q\ÎW1Úœ\íÁ¤¼',_binary '±žf‰RÖ¸¨¾ƒm;rÎ½•@«q¥hÉ¶ñ7\Ûc³ùô','',0,'?'),(_binary '†e\âÓ¡D\Ö\Ú\"ˆ\\\ì\â','wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™\×xŒÿïŽ±,ô	\"',_binary 'þ­¯õ\î~:¤\Æ\ÚóšUö\Â\ÏO7D\êÿl\"8˜','',0,'?'),(_binary '†lš\Ø\'yK‘’~\ÖK –\à\Ú','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À\Ü\0o\\‰Ÿl\Ð\Ã,xŸP\Ö',_binary 'ñµw<.Sh5þ\Å\Ý\×[[c^4½\É&ñ<¡\ä\";ž','',0,'?'),(_binary '†„­\ÙWŠ\ëþB­TpÔ©C5','wp-content/themes/twentytwentyfour/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1[;9ñ\êÀƒ“£M\r\ïKA',_binary '\çü;¡cv¢Õ¿R/\ÝMvU==^c3S\Ü\êHiÆ£Lb','',0,'?'),(_binary '†ŠÃ§x}KWU™,€;Áÿ','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '².Um7‘e­\0ðmû^',_binary '²L\ÔxšªL«“Û¥Y\Æù»´\Èg,*²Ò¥½“|‰hòI÷','',0,'?'),(_binary '†¹\æ\Ñ\Õ?n¦eT\ÏÁP¼','wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_ù=³\\`\Í\Ð÷\ì[',_binary '¥0cYp)\é9|&\È^±À\ÄR\r	+-«‚+\ØH\Ò\Ö','',0,'?'),(_binary '†\Ê\ê*vQ°lj–7','wp-content/plugins/elementor/modules/apps/admin-pointer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/apps/admin-pointer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$ø\Ù-ð>â¯ ±f',_binary '\Ð±ñm\ÞB	«óy_V{C\èiJU0>;bƒnQ\"VÁx]~','',0,'?'),(_binary '†’òy0só£ó­\è‡?','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ë¡‚[\á³\Î\à–³ˆ›8\Ú',_binary 'm\Ño¿ón&z¬œ\×\é!\à\ÐC`B¾›†e8RA`˜¢\Þ','',0,'?'),(_binary '†“!Gq†›	Š·£‡¬G','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_florist_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_florist_24px.svg',0,_binary 'T\áYƒ®*Uýi’ô½',_binary 'T\áYƒ®*Uýi’ô½',_binary '¾\Z.­2qŸNbj\Û\èy„Í€Pû\à9\Û\Ý[\Ý\ç\âv›Î¹','',0,'?'),(_binary '†“\æFÕ³\ÝD~Ö«\çCÊ½û','wp-includes/css/dist/edit-post/classic.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/classic.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	N5$“R”,PœÀªb',_binary '¡LD\Ìu„MÚ¤\ÇMpš‘‰ä‰¼É¢ÁƒzÐ€½NB','',0,'?'),(_binary '†•\ìF\ßc‰z“ŒnÔ»(v¯','wp-content/plugins/revslider/public/assets/svg/device/ic_devices_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_devices_24px.svg',0,_binary 'S\Ñ4X	‡\Ã~ÁW',_binary 'S\Ñ4X	‡\Ã~ÁW',_binary 'µ\éa¾¼AF\\.1‡\Ï\Zƒ]rYS\çüõ@|­5ª\Èw','',0,'?'),(_binary '†–?^ö_\ÛTÕ¦\â§f?\n','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SetupIntentService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SetupIntentService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\Û-\Õg*—†1ŒG\ã7°',_binary '¡ø¤š\àj\ìžb–e‹G„jµºŠÉ€‘\ì\Ïg\"LK_F','',0,'?'),(_binary '†–‰<cr1\åth\ìi','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Address.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆaHP`\Ö\Æ~\Z\Ç\ê‰ú²Q',_binary '‹8%\Þ[:\Z!SüA¤¨a,\ëPÿ\Ãõ‘ijZò¬;','',0,'?'),(_binary '†—¨Ÿö\å\×\'Â­½','wp-content/plugins/revslider/public/assets/svg/av/ic_mic_none_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_mic_none_24px.svg',0,_binary 'V\'ú\æ-0\Ìý*~²²\Ù\Â',_binary 'V\'ú\æ-0\Ìý*~²²\Ù\Â',_binary '\ì\Þv@\×\áóþÕ„ŽM ü’…“\Z+¾Â…·!\r*›','',0,'?'),(_binary '†™\æE\ÊO\'\Ý\ë‚\0\"\\ \Ã','wp-content/themes/houzez/template-parts/blog/post-author.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/post-author.php',0,_binary 'edØ¨†\ØH2²«u4>·h',_binary 'edØ¨†\ØH2²«u4>·h',_binary 'J¹ºüzv\Æ\èº\ãþ·¹\Èv 8¨2\ïw·¥\ØDQNE?€','',0,'?'),(_binary '†›92þj(EJ\æ±\ÓÍ²hµ','wp-content/plugins/wpforms-lite/assets/js/admin/builder/dropdown-list.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/dropdown-list.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',®,—»¸%:dÚ›\èfAk',_binary 'M‘\í\àù87Yñ\'ÿ0a\ë\Ýs\äò¹T’õ,Ž','',0,'?'),(_binary '†Ÿ\0¦>#Š\Ñ›\á­z(','wp-includes/bookmark.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/bookmark.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹«]2s•!f‘\îˆ¸v¾œ',_binary '!¢ñ\ÓËˆ\Ëõ/>À\é·<t»\ÊP@\ïm™l”\Íòqû\Öh','',0,'?'),(_binary '†¡¨\äZ|ö“\ØA{sFõ','wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Õ£‹}`\Î\Ð)®Á<«$h',_binary 'cª\Ü\Ò;½\î0òSÀ™,A\ÑJ\Ð<¦™]\Å\Ü\\g\ÄÔœs','',0,'?'),(_binary '†¡\á]~»\Þ\Zñ´P\ßh]W¼','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/glass@2x.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/glass@2x.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎšxÆ˜la©\é:',_binary '&2–F\ÚX\Ñ\0\ãrZ“qó^‘@%1O—vÇ”	óˆM\r','',0,'?'),(_binary '†¢D\\óÂœH\ÅdZZ»\ãeh','wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-core-render.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-core-render.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?E\Ó\Ç\ê\Ð;ç½±9;\Å',_binary '¼7¨2`¢\ë\Äf\"œ\ÒN— !Ÿ\àCô˜\ã¢qD¥','',0,'?'),(_binary '†«{d<‹Ô™!+ž\ï\á´À','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-chart02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-chart02.svg',0,_binary 'N\Ý:y©½š)‚«¼\ß',_binary 'N\Ý:y©½š)‚«¼\ß',_binary 'x\á!¸œ¢4„¼/²ž’eù.Í±ôvF·j¤,Do\ÇW','',0,'?'),(_binary '†¬Ø¨Rx\èÝ¾LÜ¸“','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart21.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart21.svg',0,_binary 'i·\å\'™•\0³©Sù\à<',_binary 'i·\å\'™•\0³©Sù\à<',_binary '\ÐT!\Ê<;,µÞ¸\é\'†\ã¨V9Ž\Ð\îg\Æ$\Æ-=ƒUŠ±','',0,'?'),(_binary '†³¬º\Ã\ê‚\â\ë}•\Í','wp-admin/media-upload.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/media-upload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\Ì\0\Ý\nx\ä\rO2ÿP·\Õ	',_binary '‡°j®+™ö]-\ÄHOû´žgÄ©>\"š\ÈOö,','',0,'?'),(_binary '†³\ê+;–\'@\ÙG¤D°z','wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê8á‡šcP¹…O£\èE\' ',_binary '\Û·R³ZS#½\Í\n\Ö÷ñ\Ý2)ATÀ\Î\'\ßpþ\Æ;','',0,'?'),(_binary '†¶¤2üAšm?*¼=\Ï','wp-content/plugins/wpforms-lite/src/Forms/Preview.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Preview.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«`vÀ\Ý#Ê‰Yü.óŽ¥.',_binary '\ÕöR^R²[ûu))¼Ü¯¦Q\n\Û\äž+\ã6V“5Ák','',0,'?'),(_binary '†¸ø¶ºg\Ö\'kŸ\ÉJ\é\Ù\n','wp-content/plugins/updraftplus/images/ud-logo-150.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/ud-logo-150.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\Ú\îÒ¬T\Åòd¬6uP\Ö',_binary '…\ÐË½›®¤¯´¤1D\ç\×\Å4H‰H	\í[\éžY','',0,'?'),(_binary '†¹ ö\Öy›d·«i³ª6ó','wp-content/plugins/wpforms-lite/src/Admin/Education/EducationInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/EducationInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§ \ã†öÇ¦÷\ÙW5}.]',_binary '¿\Þb\ZŽNS\í\ÛXe\ÉV…Š\Ð§3f-\'.À¶\Òüc¿','',0,'?'),(_binary '†¹\Ôs\ÑL‹[ú=\í}­\Ú','wp-content/plugins/elementor/core/editor/loader/v2/templates/editor-body-v2.view.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v2/templates/editor-body-v2.view.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\Z\Âó‚|ýL™!\Å\Í4Ì²',_binary '&\ÛÅ‹\â\ìýG\ê8Bl~*0wóY2ç¤–=\"¸\â\àƒ','',0,'?'),(_binary '†»„£\Âo¿²\Ô\ÌË«o','wp-content/plugins/redux-framework/sample/sections/typography/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/typography/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '†¾ö©!ZP\Ý}‹\æ­lI','wp-content/plugins/wp-rocket/views/settings/fields/select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/select.php',0,_binary '˜\ÔH¸‡Ãµ‘KŽz(4¶',_binary '˜\ÔH¸‡Ãµ‘KŽz(4¶',_binary 'YM„J€ªûo\ã\ÐiPN\æ\åÀ/iTˆŒU\ÕL;&','',0,'?'),(_binary '†Á<ª¡1•Z\å\\sŒb','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öËˆ–\ØG­µSŒlk\×Á`¹',_binary '\ÚÇ±\ÃÙ˜~\ï-L\Û\ÎN\ï\ä\rc5Xm\0\ËG3¦ñ®€,','',0,'?'),(_binary '†\ÂmŸ®q€BÁò§T³„(','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x\ßF¼•ú“§Iœc­\â@',_binary 'ô@$\nˆNSò—¾ß”}ù¡®?Np›ˆgL\Ü\ÒN@ˆ\ÃM','',0,'?'),(_binary '†\ÈpDÍ¾\Ð\âV:°p\0L','wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-default.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-default.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G´(\ãWN\Í\ä	\Þÿ6/\à',_binary '\"\×\é6 Zûƒ\ïÃ¾š•°˜ˆRR¬Ô¡Ÿ\ê,\ÐH‰P•','',0,'?'),(_binary '†\È\Í7*\Óá±\'\Ç9q\Õ','wp-content/themes/sinatra/template-parts/entry/entry-prev-next-post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-prev-next-post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ\Ëúf\Úoó\æ!ü3O\Ø)ª',_binary '-aüE\\\ã=”BbSôY\Údå…™t\ÐaXY3	\ì aú/1ù','',0,'?'),(_binary '†\É6Å²¹±µx÷Á©U','wp-content/plugins/updraftplus/central/modules/users.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/users.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/\á\î^Vµœ¢õu„\É\ÖÝ«',_binary 'j~\å&M²\Ên\â„ÀbOõGb™;¾½\Ö\ÄÚŸ¾’o—','',0,'?'),(_binary '†Ë„‡úÞ“£idv¢','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/gutenberg-block.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/gutenberg-block.php',0,_binary '#™kM\ë9gh®JT(û',_binary '#™kM\ë9gh®JT(û',_binary '÷$…eD Q;*€Ê†v1›\ãB0*®ò\Ü”ø]ZŸ\nZ\ã','',0,'?'),(_binary '†\Û\å*dŽ2OÌ»Z¼NO½','wp-content/themes/sinatra/template-parts/header/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œµ\Â%\í‘=\Æön°\Ç/›²ƒ',_binary 'u\ì\æ”)¨3üF3ŒRóÁ$ªÿrÃ»¢+›È‡³³','',0,'?'),(_binary '†Ý¨|z\'©·\â\"Dl:ôþ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessFilterExpression.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessFilterExpression.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã’$ó¼Íˆ\"—!õ½À3&)',_binary '\'¶ÿ·\Zˆ‘ª%i\éP–Aüš‚‚Óž	}R\Ò6}¥¢•\\','',0,'?'),(_binary '†\ê36ýaq:«Õºiàµ¡','wp-content/plugins/wpforms-lite/assets/css/admin/admin-splash-modal.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin/admin-splash-modal.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶Q\åò‚^óQ\Ø˜†µ€\\',_binary '˜\ÖX%!ù\è	\Ú\Ì\å¨ \Ë\Æ\Ôh\ZED\Úv‹p÷YC','',0,'?'),(_binary '†\ìƒ@ø¤\'½y¦¸\Þq\Ö','wp-includes/blocks/query-pagination/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è\ëz~ø“N’¬\êYÇˆ',_binary 'aýŠW‡ru´\á\è\Þð.©	y\Ë÷\'a3|&ðÐ§','',0,'?'),(_binary '†\î_z\Ü\àJ¬*_òhWuü','wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É,eø\Æ\\#)†žœþ\Ç',_binary 'o¡N;…Üº™­„{y¨\ÖHQú\"ºYÑ›ó½\0TB','',0,'?'),(_binary '†\î\Í\ÎúCp´µ£º\Ð4´','wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_vert_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_vert_36px.svg',0,_binary '\îòöòˆ\ï‘6\Ñ=\Ê[·ý™\Ö',_binary '\îòöòˆ\ï‘6\Ñ=\Ê[·ý™\Ö',_binary '7ÂŽ\è\ßh\Õ+^j”*\n½(\Æ\n\\ þ\ë÷˜„G*pC\ÑP','',0,'?'),(_binary '†ñ7œûµ¡QiEª}`\Ï','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-chart.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-chart.svg',0,_binary '\×û·º©•\Æp¨%hKJL|´',_binary '\×û·º©•\Æp¨%hKJL|´',_binary 'P\Z\Æ\Â$Q\'ðƒÂ¨4‰™v¥}\ÌY\r\ÂK…š€j„(±\ßö','',0,'?'),(_binary '†ñ‚kVþ\Þ7­“£2\Ò+','wp-includes/blocks/heading/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/heading/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!¶<fK/’ó™ló7',_binary 'H™›3Yù„š¨F@‰ù&\'s ­\Û+ƒœk\Ç}/Ÿ‡','',0,'?'),(_binary '†óõä¨£¶Â‘F¢wùX','wp-includes/Requests/src/Exception/Http/Status431.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status431.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?M¼-\Ú-›k\\óÑ¤ˆ',_binary 'J]š\íe&\ÕÉ†%\Ë49\áû\Ë \ÃSõ3JCØ»\04ì³« ','',0,'?'),(_binary '†øÍ«¹\0V\ä7\ìþ\í{','wp-content/themes/houzez/template-parts/membership/price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/membership/price.php',0,_binary '+#–ðÝœhù“jb\ÑL €',_binary '+#–ðÝœhù“jb\ÑL €',_binary '+ùû¹\ä–\ä¸Ð¨c\Ñ÷\ï\\V\ê\ÕƒrÈšlr\Ñÿ\Î','',0,'?'),(_binary '†ø\åbZ“/Žû+\è','wp-content/plugins/google-site-kit/includes/Core/Tags/Blockable_Tag_Interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Blockable_Tag_Interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯nûV*Np\È\Þ)J<ôv_',_binary '·ƒcÁ\æ3\Ê}\"£©\ÈÀU‹½DªpƒCÁºªý±)‹','',0,'?'),(_binary '†ú\Öû³Nd¼N´z]$ûK','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Webhook.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Webhook.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú61Ê£\íA\ÈÑ©\Z$Fe\æ',_binary 'D_<ƒm`W\Öý\ìÑ \ÞWMl\"ÆW?\Ók\Ê','',0,'?'),(_binary '†ú\î5M^Ç³L\råŒ¾\ßÁ¼','wp-content/themes/yith-wonder/assets/images/demo-content/phone-handset.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/phone-handset.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®‹Knž¯hõwh³*t¶',_binary '¡®}[<\ì²C~K!.`ñ|\È\ê\\Rú?~W¡%\r\ì7','',0,'?'),(_binary '†û:£þ\ÈJrh^uö÷ˆ','wp-content/plugins/elementor/assets/images/announcement.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/announcement.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '* ñ¼xG\Æ\ë#ž\ÂNžu\Û',_binary '\Öø£˜þb»\Ïñ\Î$¬`½%F\Ü:”>9\Ýð¨\îœ','',0,'?'),(_binary '†þu—6g£„*ž¦$!68','wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\Ø–7©Ÿj¼µ\Ð9',_binary '„ló—\è¿úþvstŽ\Ôö¯\Å\Éx\ÛnDõ\\M\Î[†9Áb ','',0,'?'),(_binary '†ÿ9¥Uó^X#“n\ç\âr','wp-content/plugins/updraftplus/languages/updraftplus-af.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-af.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^·RŽH°l¡@Àƒ\ãÁŒ',_binary 'ÄŸ4Ž#7Ë’[\Ä[¼¶†\×\ßd\':\ÉJ\ÜÆŒ³x”F*A','',0,'?'),(_binary '‡\Ú\ï”Èˆ\Ø@Ôº\Ù×šŸ>','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Workspace.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Workspace.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·‘\ÚøMŸ5\Ý(Š`',_binary 'k=\ZQ„d^(8=;9\Å:\Ä~¯š	O\ão\Ú\Û','',0,'?'),(_binary '‡ô,õ\'v\ÉÄ»6¸GG','wp-content/plugins/revslider/public/assets/svg/action/ic_card_travel_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_card_travel_24px.svg',0,_binary '¬\äP)\êC*@F\Ö$',_binary '¬\äP)\êC*@F\Ö$',_binary '¼Á\æ&ø—„¨ \Ü\Þ:\Æ\ÍVQ\0\Ñ_E÷´\Ï\Ð	uN]«','',0,'?'),(_binary '‡%„1¨<qWf	&˜Ù¡','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö^\àF<¹§)\äÒ¿Õœl',_binary 'ë¿¦¸œ\'PT¿~;MCœ€Á+@–gýe\Ót\Ê','',0,'?'),(_binary '‡\nW_²Ú©F´EÞŠ\Çc#','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/859.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/859.js',0,_binary '2{\ÐR`¶&aƒ_é´–Ù…\Õ',_binary '2{\ÐR`¶&aƒ_é´–Ù…\Õ',_binary 'O\è\Ì÷þž«\")\á3,ö\n\ÑE6ú–Àqq\èŒ;ÿ\Æ','',0,'?'),(_binary '‡\Ý¤d\Ë\êóOJ\Ñ~','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_HybridStore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_HybridStore.php',0,_binary 'øH½b¯\Ë>¿ªê¶½<',_binary 'øH½b¯\Ë>¿ªê¶½<',_binary '«œ$iV\ã±\áª\È\åÂ:|‹\Òú%9\\\Í\Ø\ÉI9\ë','',0,'?'),(_binary '‡\r\Z\Èðzƒp%\ÖX','wp-content/themes/houzez/template/user_dashboard_properties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_properties.php',0,_binary '/¸‰i\Ê.n>œ\"¤g\"',_binary '/¸‰i\Ê.n>œ\"¤g\"',_binary ')»Û’\çd\â–üp\Þi\Æz,º:ªf\Ò;1g0wP\Ä†ñX','',0,'?'),(_binary '‡\Ò\Ûo™\Ñ6\åP$œµ','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_done_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_done_24px.svg',0,_binary 'K.Ÿò¦\08©\å`•\Ø ª',_binary 'K.Ÿò¦\08©\å`•\Ø ª',_binary 'µ2l/V\è‡sa\ìƒ\'Ñ­;vy\ç¨’\Èk—À¼¨mT','',0,'?'),(_binary '‡J÷#ï«¹#±\â!L\Ç\æ\Z','wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y’˜þ\Ãü‚°\Í\È\át\á',_binary 'Õ´K?T\î%¸µw¤5‡–\"˜ž°Ù£\ê´ú~>—4>','',0,'?'),(_binary '‡\ÍJ”H6½KF‰\ìþp~³','wp-includes/blocks/social-link/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-link/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\ÑP«y‰³xæ§¬KVm@\Å',_binary '\Õ\ÑòŒA\áð§¨¤û‰ƒN\Ì\0\ã+ô4ðPò\ç]elRªp','',0,'?'),(_binary '‡òP“wª©0\âhÿ9','wp-includes/js/tinymce/plugins/fullscreen/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/fullscreen/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y›»®þ\Ã2Ä°\rm}%¡À',_binary '3\Ë\î].\ÐBCBeýôÊ¢\ÒS\áˆ( ?ÀZ{\ï“\Éðºò','',0,'?'),(_binary '‡¹`½÷`W™\Z\Ù^k^','wp-content/plugins/wordpress-seo/images/xml_sitemaps.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/xml_sitemaps.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*	fùE \Z\Îü¤ø`',_binary 'Ä«\Z&À\'Ñ§‹y\ÏZü÷·¶!g˜²«u\ÞÂX\0\0\ç','',0,'?'),(_binary '‡f\ÇM\Ï\Æ\Ëø\ã\àôõ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListVariablesResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListVariablesResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²4£E¾\\•”}rah',_binary '1©`Ÿ[øÃ†…‚™˜J\éD‚‘9`óÞ•¼\Í\Õõ\'Í¡','',0,'?'),(_binary '‡ gÑ\ZžŠ¯Vž,·\ä','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢düc¥ó+cø-‚‡',_binary '3{€”UM”™¶û8PO›\ÜYi\ì+!~¸L~Qm','',0,'?'),(_binary '‡%n4«\å:¼³aƒ·›cŽ$','wp-content/plugins/elementor/assets/js/ai-admin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-admin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?xi\Ñ:ü‚Yþ·\ë^¿†¸',_binary '¢\Ëø˜\ËN2d2\í\Õ)€Hªõ\Ä@{ÉŸ™\Z›\ë\Ò\Î\"','',0,'?'),(_binary '‡)[»‘?ýŸ™B»^%ñ^','wp-content/plugins/houzez-theme-functionality/classes/class-post-types.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-post-types.php',0,_binary 'u\îÐŽ¶¨\Ðg÷e$$ i7',_binary 'u\îÐŽ¶¨\Ðg÷e$$ i7',_binary 'z\0,\Ô¼\ÅJ\Ø\ÎB6¿\ãP©ÿ\Ö\\‚_\íôQ²\é','',0,'?'),(_binary '‡/¥üE\Õú\â?¾\Ëñ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êž\Ìt­¹>e=\ç»\Ò8',_binary '£Æ¤e\ÜIýMÜ¾_5Lž~R\éã¹†«Meß`\ÌÑ¨','',0,'?'),(_binary '‡1C6¥\æ–l?¤W\ê','wp-content/plugins/elementor/data/v2/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô\r½Ð¬5ýò‚™z“¯Eüw',_binary '\èt€\Î_+\Î\è½H#\ÙK)º_¡iš\Î^\å\çK?c','',0,'?'),(_binary '‡;R\ì3oX\Â8³\ÛTŽ\'','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_es_AR.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_es_AR.js',0,_binary 'ˆ	\\\ècžó\ÅIT\á\ãJ',_binary 'ˆ	\\\ècžó\ÅIT\á\ãJ',_binary 'Xl\Í\ÕAf®½£\Ë=[Œ5—*ŸHR•2\Î[Tý','',0,'?'),(_binary '‡;jŒ§|ý:1/\Ç\æ£','wp-admin/site-health-info.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/site-health-info.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÈMû\ßC¤\ÓÇ©ý\"G ',_binary '\ËŸ3z®P\ìdóH$y2”\Ä\ãž\â‘Î *´@\Í@\ß','',0,'?'),(_binary '‡=+e†ºÉ€)f0ð?,¦','wp-content/plugins/revslider/public/assets/svg/action/ic_favorite_border_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_favorite_border_24px.svg',0,_binary 'ˆù–$L\ÍŠ\Îô»\Ñ',_binary 'ˆù–$L\ÍŠ\Îô»\Ñ',_binary '\Çr\åK<Ý…\åqeNS\Û%ñ¼<ò\n‰¡…›\0k\Ñ','',0,'?'),(_binary '‡@Ø=ú8\ÒÉ†i\Ç\"uC','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Uninflected.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Uninflected.php',0,_binary 'R^–5\"\Åb=v¶ü\è3S',_binary 'R^–5\"\Åb=v¶ü\è3S',_binary 'ö¤³\ë\Íe¤™Q÷AG¨4@°Gv\Æ\Éb\Í\Ì|\Ñ\àC]ý','',0,'?'),(_binary '‡Au­5|D!Xú\ß\Õ’','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/QuoteService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/QuoteService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì¢<ŸK‰\è÷w\Ý†°\â²',_binary '\ä\ÙPøªH\ä$a\ÊShAbÀ¡A%z:“þ\å?\ÞJõW','',0,'?'),(_binary '‡B y\Öw†+³\à\Ö|t«\Ë','wp-includes/class-wp-http-requests-response.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-requests-response.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôf•¶;‘h¢‰ý%+',_binary 'ßˆÃS#\ÍõŠ4{Á2_\ÌöÊ°\Æ\áb‹Hº®Tl\Û\Ù','',0,'?'),(_binary '‡Bü”K zm°9\nP\ì','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '‡C•±\"€\ß?v\ê§î–‰ó','wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r\Õ\ïc)\ïe¶‹÷\åù\Ð\Ò',_binary 'ûµ2ó,\è®ã¹‚¯G¯¼t³\Â\Þ8xŸ‰\ìqi%¥–F','',0,'?'),(_binary '‡G Å‰¥Å‘º\ìŒD>ƒº','wp-content/themes/houzez/framework/stripe-php/lib/CountrySpec.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/CountrySpec.php',0,_binary 'öªøYš›\Þ\é[`\Ö\ÆWO\Ô',_binary 'öªøYš›\Þ\é[`\Ö\ÆWO\Ô',_binary ']ÞŒ,8Q\\9×ªÁþ!+^\ÇöÜ¯M­1\èMW$o»Z\Ú','',0,'?'),(_binary '‡J¼&_#¹ñ3S\Ôq ­','wp-admin/images/spinner-2x.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/spinner-2x.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1ý™\æ2†^#\æ8µô',_binary ' \ï¯#–Ë’\Ì=$c©§6À\Þ\ä\Ò\ß	B™46','',0,'?'),(_binary '‡V+@ÿ0ñüp¸Éhi','wp-includes/rest-api/class-wp-rest-response.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/class-wp-rest-response.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Êÿ{3i3X%ŸŸ…X>vx',_binary '\Øb\'¬õ(\ì\æuþn‘\'ö\â\Ö ª­÷\0õ\Ù+ô»Û¿r\é','',0,'?'),(_binary '‡X‚:\"—¨0k‡G\â=C','wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“a¬\Ü\Ê÷cö\ìñ\åP9\ï',_binary '?\Ûñ 0\È\Å\Ö?F\Ì\ê}CBh^pŠ]\é\×HyruµŒ','',0,'?'),(_binary '‡Z\Ù)_„\Úw\ä\'$¥Xù','wp-includes/class-wp-block-parser.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-parser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\è‰±UPze;\ÆÓˆ3',_binary '“´sw]\Ö\Ñ\èË¢zð·}üúW*E¨þ<Ÿ5Ÿ³ZC ','',0,'?'),(_binary '‡^M$\Þ-#“\ÂBi\Ä\á7œ','wp-content/themes/yith-wonder/templates/archive.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/archive.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\Ë*±VÞ³\Í^\Ô]\'\06`¨',_binary '‚¦`ó}Q3\ãX$\Ñ.+ô\nµ\ÍW÷aÒ“-±l+X²ñ','',0,'?'),(_binary '‡^Sx_?u‹G\ÊD©\ä\ë','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\ÏH\Ùd9<CðË¤«š\Ñbl',_binary 'K\Ï.Bo¬°\ß\Øà£¸ƒvüˆb˜%…˜\à\ÕS~1ùK\à\Ã','',0,'?'),(_binary '‡_¬\Î)ƒ„A2j\Ú*[uÁ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Zone.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Zone.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\éyzÒ’T4q\ß\ZT\Ô',_binary '$\'!`·\ëYøÀ\Ëe³‰\ÈBq—2Y,ˆˆûX-\Ø','',0,'?'),(_binary '‡b~5\Ãaùš I@)*ñ','wp-includes/class-wp-site.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-site.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!\íN~Mµ\å(ß¡‚=Á\ã',_binary '¼+ÄŸ)¶²AdjrlöC(Iñ¹hë¾©^\n~• »¿^¦','',0,'?'),(_binary '‡c0\æG8þƒ‚ù‡´¿‰e','wp-content/plugins/wp-rocket/inc/3rd-party/3rd-party.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/3rd-party.php',0,_binary 'ÈŽƒ™)\Þjvóš®\Ë',_binary 'ÈŽƒ™)\Þjvóš®\Ë',_binary 'kJš\æd)Vxbj2bñù‡Ql4“\ÊeM\áž\Âù÷”','',0,'?'),(_binary '‡d+4!\\¼›ø\Ñ;c\Ù \n','wp-content/plugins/houzez-theme-functionality/classes/class-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-menu.php',0,_binary 'Z<\Ôf[(H9<\ï\ßn\0)',_binary 'Z<\Ôf[(H9<\ï\ßn\0)',_binary 'e\æ\îˆ8W<i›_ŽÚ¥\à\Å\Ì1¾Ï•ô±¦Gž¹¹85:)','',0,'?'),(_binary '‡fG<®@áŸNû\çµ-','wp-admin/includes/class-wp-privacy-requests-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-privacy-requests-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wV\ç¢X<\ÎN:\Ë\ÖÚ¼\ç@',_binary '’ÁtZ\Å9\äJ\Ñxœ`\ë¾>B\çûŒ¹\Ò)ô','',0,'?'),(_binary '‡fú\çKŸ\n;²†vÂ”˜¡','wp-content/plugins/wp-rocket/inc/Engine/Common/Context/ContextInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Context/ContextInterface.php',0,_binary '@\åy\ÚAüñ\\I¸”¡b\åB',_binary '@\åy\ÚAüñ\\I¸”¡b\åB',_binary '2\Ú\ÑHû@f\ßLüýT$ ø¾§\Þ^FSWK\è¬R.9','',0,'?'),(_binary '‡g®e\Æ\rp}\Þ]ØŸs','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Inflectible.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Inflectible.php',0,_binary '¹À\n)\Öù¥o=»Ç\Þ\Ú',_binary '¹À\n)\Öù¥o=»Ç\Þ\Ú',_binary '„ñ¬\Å	\n\ÍÁÂ¥ê¾ƒ\âJN´\ä6½6†ˆü§¿À¡','',0,'?'),(_binary '‡i‚`\ç\Ý+@6\áCr\ê†e\Ý','wp-content/plugins/revslider/public/assets/svg/hardware/ic_tablet_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_tablet_24px.svg',0,_binary '\ÉN\×\\×¯p9@r\ë]þ{œ',_binary '\ÉN\×\\×¯p9@r\ë]þ{œ',_binary '2l\Æ/¹m@ñÙ‹–\áI\×x^+ýBF‰\Ö|\Ê%ª2‚','',0,'?'),(_binary '‡j\ï\ÉÆŠ\è\àd\îs\Æ0e\Ø','wp-content/themes/houzez/template-parts/login-register/login-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/login-register/login-form.php',0,_binary '\ë\Z nû¡]\å:¿¾\Ñbª\ê¡',_binary '\ë\Z nû¡]\å:¿¾\Ñbª\ê¡',_binary 'jÕžu\Z\ç\Ês^³P‰% \â\èõŽÎ‚\Å3\Õd\'Ï»¨²','',0,'?'),(_binary '‡lb}\"=x<kþl!ý‹','wp-content/themes/houzez/framework/stripe-php/lib/BaseStripeClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/BaseStripeClient.php',0,_binary 'ÄºU\Ï@\Æt«\äZ:-\ë\Ó',_binary 'ÄºU\Ï@\Æt«\äZ:-\ë\Ó',_binary '\în\×J{\Ò>>@\Ç3¹¥ud>\î9’„z—\Øµ’*.8','',0,'?'),(_binary '‡mŒ\Ç,–†øWa|ñ©ó','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/GroupClientData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/GroupClientData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ\Ó!yû\ÜsË¨S,c\êK\à',_binary '\ì\á,)ü D²\Í \ß@´\Þb½b±\Æ_\ÊS\ß&\ép«0','',0,'?'),(_binary '‡t(\ÃéŠ–?\ç\'k÷J.–','wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_–’°º\Ùó\æ\ß>e+\Õ!~',_binary '\Z\Çzò·[z¿-I@\Û\Êlp~«\Ë\ã\ÕT\Ðg<«WS','',0,'?'),(_binary '‡w\r\Óß‘BÉ³¢\'üF<¿†','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/class-redux-spacing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/class-redux-spacing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eT·\Úxª·\Ç:}BD:\Î',_binary 'œ¹Xc\ïýt;\Ö\ë\ß÷\Þ;ž\Ùsµ‡RU—z\ë\å','',0,'?'),(_binary '‡x9p\ã2¬\Åðw\ã¸\ÄB','wp-includes/ms-network.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-network.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\í~°¢,\Ù|:¥ä‘º`]š',_binary '\Ðø(Vœˆ…ðÎ² Ø¿½=\Åó«Õ²\Z_§–\åy','',0,'?'),(_binary '‡y$þø[A©\ï¡ý\\^n@+','wp-content/plugins/google-site-kit/includes/Core/User_Input/User_Input.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Input/User_Input.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð¥c[n\ê00ýV\Ò2\ÓR®Š',_binary 'u%\Å>|\Üß£æ–¯´Sa•7JŸñ5ƒ¬—B©‰','',0,'?'),(_binary '‡|~«ö\Õò\Ä\æhÑˆÇž','wp-content/plugins/revslider/public/assets/svg/av/ic_repeat_one_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_repeat_one_24px.svg',0,_binary '\âaoý R˜\Ê\n\ç32®1\É',_binary '\âaoý R˜\Ê\n\ç32®1\É',_binary '\Ü`)|\0H•\ä2\n¬BK‹Ë“\Ñ>Z\Î\åT\Õ#“«y‘¯`\æ','',0,'?'),(_binary '‡|>À5Œ¯H^(”\Ù\Üx','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Settings.php',0,_binary '*\ÑgšqWIÒ½\ÐThb½°&',_binary '*\ÑgšqWIÒ½\ÐThb½°&',_binary 'N5\æ¤\r\îun\Íó0b\'#K&šu~Øšªþ­„4ñNS','',0,'?'),(_binary '‡†\É\Öì½´»\Î)¹IS¼','wp-includes/Requests/src/Exception/Http/Status418.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status418.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü¬\éP‚¾õw´Žu5¤`4',_binary 'ÿ2en2Î¤ý}a&\0&\åÒ \ê¿»õ#[\ã½%','',0,'?'),(_binary '‡‹9£·’ZqW\åøI\ßa','wp-content/plugins/wp-rocket/inc/ThirdParty/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/ServiceProvider.php',0,_binary 'uW9\Ïð^e¯±Œ9~\Î~',_binary 'uW9\Ïð^e¯±Œ9~\Î~',_binary '¦B‹(MÅ¨Ž‹\0t¹Â”6Æµ\Þ\Ø\0Î¨\Ê\Ð\Öy¹)^i”','',0,'?'),(_binary '‡Ž\\:\â\ÃÚˆ\Õ\ê)g,\\','wp-includes/images/smilies/icon_twisted.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_twisted.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L¾\×v[?\å\é+*8ž\×;\É÷',_binary 'V\åHhK…·\ÚÀ­°\n\Þ\Ç\êp©ú÷†\ß;.¢&/E…','',0,'?'),(_binary '‡\Z%O²H©%p¢¿','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ_.\È@‹a\Ãp²”',_binary '0f«2Fÿž=\Èd1RG\Ð\Öð7¬\à/E\Ö\í½$ŒÇ¢','',0,'?'),(_binary '‡•B\"Jn\\‡=Àh©¤¼\r','wp-content/plugins/revslider/public/assets/svg/notification/ic_sms_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sms_24px.svg',0,_binary '\ê¯R¾5¥\Åý!6/!¨¶+',_binary '\ê¯R¾5¥\Åý!6/!¨¶+',_binary '\\s‹\nmù;{s(ª\Ç\Ì\Ý\Ú\Ä\nŒC‰(E°8þ œ\'+\n','',0,'?'),(_binary '‡—\nTØ®?\ì€tj\éCÞŽ#','wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/PurgeExpiredCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/PurgeExpiredCache.php',0,_binary 'Ò¶\r½\æ\î!J\\2ümE\Ç',_binary 'Ò¶\r½\æ\î!J\\2ümE\Ç',_binary '+\îEf\Íjk\Ü7¸“/e\Þ\ÛE¸¤¹/°ô\ï?^@\Ë}','',0,'?'),(_binary '‡ž!¿\ÞEª©S7x–ƒ\È\æ','wp-content/wflogs/rules.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/rules.php',0,_binary '\ádq\ä+\è#$N\ìY[\Û%',_binary '\ádq\ä+\è#$N\ìY[\Û%',_binary 'ÿ2¯»ªõð(/i˜\à4k²)I\ë76_‘Ð±‚','',0,'?'),(_binary '‡ \í\ì\Ðt^czbK4\í\Ù','wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë-I8\È\']\Û\0\ÂR†f\ê',_binary 'kÒ‰\Òr®\Ô;L\Ê\Û i\éuù9%žrUš½c£vþ\Í','',0,'?'),(_binary '‡¡\\N\î{^Uxf‹¹\Ï?\Ü','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphObject.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphObject.php',0,_binary 'Ö µ’†xMžY\Zm\í0\Ëý',_binary 'Ö µ’†xMžY\Zm\í0\Ëý',_binary '!òý\Ú\ÊAâ¬¿ †\ÓY¬òú\ãM[Z±\í\Ãñ\Âø\Ê\Í','',0,'?'),(_binary '‡¡“~¹‡~´>¯<\èñ\r@','wp-content/plugins/houzez-login-register/social/google/contrib/Google_Oauth2Service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_Oauth2Service.php',0,_binary '’s¢®‡8\ÌÐ‘rIQ—',_binary '’s¢®‡8\ÌÐ‘rIQ—',_binary 'öh\0¨›œ\Ë)jiM–›A\à¾S\Ä=+|\Î2ñ1ý@','',0,'?'),(_binary '‡¢¨3v´U€\Z3˜P\Å^O ','wp-admin/css/widgets-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/widgets-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å³T\êŠ¡À,½Z\Ý6\é',_binary 'Æ‚d•í§„[\î}Ý–wý/jBd±ÿ\á\r%ý¯`õ€úY3D','',0,'?'),(_binary '‡¨6Iß¯Z\Íx\å›&\rX','wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \Î\é\ÔfŠl–!\ç\Öa›]',_binary '(œœ,ð*© ,13»¼>‰Ô¢\á*\×\â?3=ÿh4S8','',0,'?'),(_binary '‡«L Uÿ\ÕÀ¹f¯\àu\â<','wp-admin/images/icons32-vs.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/icons32-vs.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',\ÖP*\ç\Óñ{>v¥±Uf',_binary '–°\Úø?Uü˜z¾\ÔP\\™\Â@†`¢8g;\r®³Á–E','',0,'?'),(_binary '‡­\È86?•ƒb´%ù—`ý','wp-content/plugins/elementor/assets/css/widget-progress.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-progress.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\ìx‡ja¬r \é4v`õH',_binary '%nUJ\Ý5¡ý2\é\Å5\ç—R¶~ƒ8\é-$j6-ò\ê\ÃÍ§Š','',0,'?'),(_binary '‡®\Éí°‚?\ÏFÍ¥j\ã\íš','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_ffffff_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_ffffff_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4+À?bd\Ç]?™\ãB•¹',_binary '\Ý\ØCD6;¨´%’5›„Y\rxÕ†\\7ae›\Ê\ídR','',0,'?'),(_binary '‡µ¢Y‘½¢x™ú¤Q','wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›ö/f\âHy\Ónsÿ‰J3\'',_binary '\É\Üxz\Ô/E\Í4ù§\ZP³sI\ß\Çk:\Õ3\Ð\Çñ¤]/¡','',0,'?'),(_binary '‡¶-Ä‚4\r²Ò¥~o','wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-section.php',0,_binary '6\È_mp0\ïÿ\\´\ê\ÓL¨\Ãù',_binary '6\È_mp0\ïÿ\\´\ê\ÓL¨\Ãù',_binary '3Dò\à‚‘A¶òP4ù9?öAMV¶P–…ÀLÕ•\í\ã\Ù','',0,'?'),(_binary '‡ºg\0yo£K°¬³#¾ð\Ø','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/yellow-phone.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/yellow-phone.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Zu¨\Ó\äÿ\ÆX½Œ	P„\\ôŒ',_binary '\Î.\Ìö†]€9\êŸ\å:H:HYX;TZ¸œ°òm¥','',0,'?'),(_binary '‡»©i¤§¾‚™‹\Æø\í[{','wp-content/plugins/updraftplus/images/icons/dreamobjects.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/dreamobjects.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\Û9æ‰·G%ƒ2\ä^¶\Ì~',_binary '\Ï-\'»¿v\ÙÉˆn5ô\Ök––w\Ó\åªÿ\Ô]#Æ¾V”[','',0,'?'),(_binary '‡»\ê’b\ÕoªY\Ã\Ê\Íò°\Ô','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/class-redux-switch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/class-redux-switch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡º\Z¡*’öa\ÝP‚•\Ý÷7¸',_binary 'r—œ¢¯\Ð6±b\ä1\á²u?\ÔO°Ÿ’™Mo\Z¨\Éol]','',0,'?'),(_binary '‡¼õ*ŠõT¹‘\ç\æýAl)\Í','wp-content/plugins/revslider/public/assets/svg/content/ic_remove_circle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_remove_circle_24px.svg',0,_binary '{ñuWw\á‹\ÌÜ˜XºNŸ™',_binary '{ñuWw\á‹\ÌÜ˜XºNŸ™',_binary 'ª¯B\Ö\á+\Ðw™OR\æº.ø§×\âZ;wÿ:|\ë\æ','',0,'?'),(_binary '‡À-m°\ßZ–s\àgˆ','wp-content/themes/houzez/author.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/author.php',0,_binary '\Ú—\'C²™>•§Ÿ\Ät0²',_binary '\Ú—\'C²™>•§Ÿ\Ät0²',_binary 'Ž\Ô\ä“Ó£O”F‡\Ç\è%¨ºX(³)MˆªõC\Åø·‹','',0,'?'),(_binary '‡Á\×I\Ëc^ \ÉD\íÿ—','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡;mÖ½0|\Å>\Ë}£\ß%\"',_binary '\åQq¾\á\Ð\ÛRö\nªP¾B\Ênc	Ft\"6h\ã¼wž“A(','',0,'?'),(_binary '‡\Ä\\¥^\Ð@P/\å\nŒR\'”','wp-content/plugins/elementor/assets/js/admin-top-bar.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-top-bar.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À¸üDbi#³\Ê²i³·¸',_binary '\àÃœU©a¶Ál·b\ÜN¢T‰Iv\ëI§©!©I¯','',0,'?'),(_binary '‡\Æz\Ë80\ìC\í‘t½','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\ÅF(;bœ‹iMûa¢',_binary 'Gƒ[“_l·®ƒ(\ÂùO’A\'¸©0³DP…\Ð','',0,'?'),(_binary '‡\Ìÿ=~¿fCÓ¸\Ý\Ð\ê;Ë ','wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8†\ÊóPruI›¼b¬u\éh¼',_binary ')±\Z-Žœ\r²2°©!i	IIUñ\è\åCC÷NV=«d','',0,'?'),(_binary '‡\Òv\Âd\åEI¿‰¿|\çI\Ç','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùi3ÿs&©‹ÿa‘\Zw',_binary 'õžM\Ú8Jg†\ØA¹\r§¬`cY5¶~>,Ea%öðog','',0,'?'),(_binary '‡\Õ{MFi\ïõ\ÏXE¯M§X','wp-content/themes/houzez/js/vendors/i18n/defaults-kh_KM.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-kh_KM.min.js',0,_binary 'ó\Ó:?-Rc\02\í&ô¿Q\Õ`',_binary 'ó\Ó:?-Rc\02\í&ô¿Q\Õ`',_binary '\ï\ÒÆ¦Rú ,ñE¡m(9Lb\Ú\Æ4\Ë‰iG©Tñ\Þ\â¤B','',0,'?'),(_binary '‡Ø‚ÜºoÀž>þúR\ÇF9','wp-content/plugins/houzez-studio/admin/js/i18n/gl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/gl.js',0,_binary '\é&N•Š§‹\ÖD\íŸ67',_binary '\é&N•Š§‹\ÖD\íŸ67',_binary 'Ú­`©2‹>hÜ¡ÿ\ç]zpð\ÐQ\Ö\Ó8\ã\ÅiµFpb','',0,'?'),(_binary '‡\Û4B\ÛE4s\Þ_‡¡ùX·','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·ü\×_\ãa°‡ï‹¢KWÂ‚\Ý',_binary '‘\Ä&c“\æEubS\ç›GùCy,dœVaŽÀ¾9','',0,'?'),(_binary '‡Û³6£1Ã‚O¶\Ö\á3ƒ','wp-content/plugins/wp-rocket/inc/Engine/Debug/Resolver.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Debug/Resolver.php',0,_binary '\å×…\"†¤Ç—Ÿ+[Z',_binary '\å×…\"†¤Ç—Ÿ+[Z',_binary 'Œ’=+hj\çø»{\Ò=«¸\Þ6\âò Ôµ—@\Þ[u','',0,'?'),(_binary '‡\â\á]#g\ÐJ\Æn\ìy\ã¶G\Ì','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_icons.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_icons.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' Ÿ]4ÿBK#EIM\Í*T',_binary 'KÉ’ÝŽ_f=~\r<•H‡\Ê]¸3•\èo…œƒ\Ð\Ûx§\Ç;®\á','',0,'?'),(_binary '‡\äPûv%‹5M\\¬®”F','wp-content/plugins/wpforms-lite/vendor/composer/ClassLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/ClassLoader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’þy±G\ÖMú!ex9\É\Ù',_binary '\Å!ZgbZ\å˜ô“¯FZ¢›\Ñzƒš\ã\ï|±YE\Í	ŒªÀ','',0,'?'),(_binary '‡\äUõ™	C\Çqlß4p\ê','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Product.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Product.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\î½-‡\ïŒ\íKbÒ†²(',_binary '|õ\Ý{	fb•LID¾%«\Zb¤¾Ý)u\nJ\ìF\æ','',0,'?'),(_binary '‡\é\Öòù£Sÿp§œYB±','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementWebPropertyAdWordsLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementWebPropertyAdWordsLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õÀñûa3c«a \Ä\åf ',_binary '¡3l7Š]3\'§\ÅEŠ’\ÌÇ±†š\Èaj[5§N\0U\Ì1Ž','',0,'?'),(_binary '‡\êSkñ9jÍ˜\Ê8C‰','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/circle-gradient.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/circle-gradient.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%-bN3+\Ôf\êó–\ÊM\Å',_binary '[\0‹QÄ¹f£S–‰\î­û¾—¾\Ë\ï‚S\ÍVxû\0ö¦—','',0,'?'),(_binary '‡\ëk\á|A\ržv›I’\ÙVñe','wp-content/plugins/google-site-kit/third-party/google/auth/src/FetchAuthTokenCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/FetchAuthTokenCache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<;\Æl.òý†[½…Û›',_binary 'ÿ\æ\ÌižúQls\å\ë\è°Ö¾eô\ë\ì¶\â¿q\Å%\Âey','',0,'?'),(_binary '‡\ïO,ºn/»¬\êµRR‰l\Ð','wp-content/plugins/wpforms-lite/src/Admin/Addons/Addons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Addons/Addons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l’+l‚\Ù|Ò¾\Ò\ÏW¼v\à',_binary 'v/\á\ÊN\à\âºa.,>	\Ðt>úš\ÜAy{\Ä¤Ÿ\È\Å\é','',0,'?'),(_binary '‡ñRlVR¿Ñª@žô®Ì§','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h–Ùž‹9ú¢ÿ¡\è\Ílÿ',_binary '{Œ\Ü:ô\Ó@q …û?\È8ºU¡_„w«xöy\î¢\Þ\é˜','',0,'?'),(_binary '‡ò™°¶>Z\å\ì\É\ßWi[','wp-content/themes/houzez/framework/stripe-php/lib/LineItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/LineItem.php',0,_binary '›¶£ªQ@F¦±\ÔJ\Ëuy\ï',_binary '›¶£ªQ@F¦±\ÔJ\Ëuy\ï',_binary 'DÁ­…\ÈZm\ãGX…mòÏ“_&\äu2–\ÇjA©q\ì\Íj','',0,'?'),(_binary '‡óŠ*\ÍÀÉ¬~ƒ|Œ$\×\Ú','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pv‘RGUy\r	f®\Æðü\ãþ',_binary '¼$³þ¿…0ý†(\Ùò®p—,_;˜%g=r™*p\Ý%\ëp','',0,'?'),(_binary '‡óÛœ3úÈ¶\ê»\Û\">\á\ß','wp-content/themes/sinatra/assets/css/editor-style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/editor-style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '‡ü‘)Š[ÀIð ¸c5«','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \ÌÝ«E¯œ.\ÂD …',_binary 'z••cü#²*\çº$/\Ç4“Äœ¨ÿ\r®\Ï\Û±C‡I','',0,'?'),(_binary 'ˆZ\Î\ÔQ+x\Çÿr¶\ß0½\î','wp-includes/blocks/media-text/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<¿4\êvˆ³·™]\Ê	/~',_binary '¢yÀƒ;%\èqLÀ\Þ\ì.õµ!zº\Æ\\aDR\nQ\Ý\Ê\Èô','',0,'?'),(_binary 'ˆ\rfaH\Ç|\ã^öl®ü\Ø','wp-content/themes/yith-wonder/assets/css/registered-block-styles.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/registered-block-styles.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò¡*M\áð\n#ÝŸô\í<\ß\Õ',_binary 'WDF\Û\n«\à¾\0PsV\Ðk«Z\ç<ŸŠ©=lSeJ^','',0,'?'),(_binary 'ˆJ`t¨Ç„u¼r˜¦™(','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingMenu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingMenu.php',0,_binary '3þp¶žò\Úný\ê',_binary '3þp¶žò\Úný\ê',_binary '¼¹\É\îf\\žñ|•¡€Ê´ƒ\ä6\ì›\â#”­¹\ã.•','',0,'?'),(_binary 'ˆ@‚.m<\\?ñ‘_\åh','wp-content/plugins/elementor/includes/controls/groups/text-shadow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/text-shadow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯:A1uW•”Î‰ŽÂ',_binary '\Æq\nz\Æ\\Õ–\ä»>u’Õˆƒ¬I\è%h`\Êòb\ÙTSª','',0,'?'),(_binary 'ˆ	\Â\êp1ñ\ÓŒùnô,','wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªC\í\ÜU\0\ÌA¯\×U\ä´\Õ=',_binary '¬\×\Ê\Æ¬Ár®\r(\ÈÈ»oª«o—\í0Y³õe\Ê\ëñ\Ä\Õ','',0,'?'),(_binary 'ˆzTU ¥\ÚfÁ5²\Ë','wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics_Setup_New.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics_Setup_New.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(m2P[³Kh’y}o',_binary '\èÁu\Ô\n`,Q\à<Uô\ÑüH\Þ\'g\Å\Ú2%\âKj›ð','',0,'?'),(_binary 'ˆ\" 6A\éø7^\äH­','wp-includes/blocks/cover/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûŠÛŠ@\ì{´˜\Îw\Ò',_binary '¹«Ždº¦ú¤=\rÛ–‰“€_eyû’\ÚI\î\ä¥þ\Ø','',0,'?'),(_binary 'ˆ&A¤k¨6@\Ýò\ÇWû—€','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/garage-size.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/garage-size.php',0,_binary 'X\ë\Ã(z¶”0f\ÏôóP',_binary 'X\ë\Ã(z¶”0f\ÏôóP',_binary 'q/‡\î\ã½eT§\Æblœ°Ð£]\\(\0Uü‰×‘\Ãbºˆ','',0,'?'),(_binary 'ˆ&\Çb¥‘ Œ‰öP˜.\Z\Â','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/WonderBlocksService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/WonderBlocksService.php',0,_binary '\Â\'ÀF`·‚\é\Ë\íVý\0\àŠ',_binary '\Â\'ÀF`·‚\é\Ë\íVý\0\àŠ',_binary '1cz;3X¥”Át-ò¹diX>¥	\Êoi\ÐÚˆ q','',0,'?'),(_binary 'ˆ+Y„œ47–ž\àÿ2ue\Ý','wp-content/plugins/elementor/core/utils/static-collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/static-collection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£~ýa \îŒ™¡³\ìG\ìt',_binary '6“Š\ÕC^ÎŸü\à)Ž\í­¶sÜ‰ß–“¬¸€?Ž','',0,'?'),(_binary 'ˆ-‰„u/\Çp:8c|~\Ï','wp-content/plugins/elementor/core/isolation/wordpress-adapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/isolation/wordpress-adapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êÀ¾{¡Xî›[R=²\Ðº',_binary '\ÜÛ…5H*‘LK\Ëÿ\ç Ÿfl»†\é:\ì98°°','',0,'?'),(_binary 'ˆ:=%\Æ\Ì\â¾ù M\ÔÛµ','wp-includes/template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wô\æ‰ØŸ‹\0\n\Â\Ç8',_binary 'l\'	\n\Ý< T\Æ:/U1•OB¥¿\ßCI\Æí»ˆw\âb','',0,'?'),(_binary 'ˆ=ˆRaU˜¤ \Þh‰\ÆX','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Web_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Web_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À\×J9o\ÛJ\Ö(xTD\é§E\Ù',_binary '¸\ã\Ö\×\ÛS\ÛÅ…\"\Ê-“\ëú¥¦U—œ9Ë´\Ññ±\ß','',0,'?'),(_binary 'ˆDA!daDÁw¬bÁ\×md','wp-content/plugins/wp-consent-api/api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	\Ðr¢;ƒ@{?¡÷`<d\î\ì',_binary 'ôeŸ7^—Œ\nZ|0.\Â;Me\0ŠS“Ï²\Ì\×Áÿ]\Ïð','',0,'?'),(_binary 'ˆEù&vll‰Áƒ¼U\Â\È\×','wp-content/plugins/wpforms-lite/includes/functions/privacy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/privacy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';Žl³\ÓEQn0¨\çH†',_binary 'SH	¦\ÐõT‘¹(fGJtòˆSð`® H©n\çk\Ì\Ã-\'','',0,'?'),(_binary 'ˆI\Ý{‹?»†rô]¯ 7','wp-admin/images/resize-rtl.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/resize-rtl.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nC%Y\ØfœˆøvµF.z',_binary '@St-]ózº•\'+kŸ·2€\å{\Øj\Ü,\ÊQNš¯~)\Û	>','',0,'?'),(_binary 'ˆ[TF¡\Åù4“—Ÿ¸®\ÆZ\Z','wp-content/themes/houzez/template/template-listing-grid-v6.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v6.php',0,_binary 'Œ£\â\ë“z]\ç½P¼­¿',_binary 'Œ£\â\ë“z]\ç½P¼­¿',_binary '\àv0|¶\Ý\ØC(»p\ÜG3d¿ÿš\ì\ÓE°s§üS½D','',0,'?'),(_binary 'ˆ`\ÔÀ\\\Ñ_G¼IT%+\ê','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-regular.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-regular.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n\Ð2³\Ðz¯3±`¬G™Ý¤',_binary 'w¬ðd¿¿\ÇúN\É\ß\Å\Ù@\Ã*ü˜Ø·zQ\ï©m:‰)¨\à¢','',0,'?'),(_binary 'ˆ`\åŒ Æ¢«Xv ð{\ä;\Ù','wp-includes/js/dist/edit-post.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/edit-post.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æûf\ÏÎ¢3\ÒõªýZ”q',_binary 'ùš\çV)1¾Ð‰8\ÐQöiûr8•¦\Ì\è\"§ƒª\ÎHN\Û\á','',0,'?'),(_binary 'ˆaÁ\rtlœq$§%µ\Ç','wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-woody.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-woody.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤?œlKO\æú\Íù!’H',_binary '[£Ÿo™Ú½Dj<B\Ól-5À\Ílœ¸^˜Pi™Œ’÷ðU','',0,'?'),(_binary 'ˆb9¹3\ï-¾>m\×\àp','wp-content/plugins/wp-rocket/assets/js/lazyload-scripts.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload-scripts.min.js',0,_binary '\ÊL°À[\Î&\Ôl\\20d',_binary '\ÊL°À[\Î&\Ôl\\20d',_binary '\ÒOPw\Úi(³\íõ€Ë‡w|\í\Ø\Î%/\ë“}†ß¼‚….”š','',0,'?'),(_binary 'ˆc‚77­¼*B™2ö’\Ø','wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®U‡6\îœ\çÎ‡œK‘‡·D',_binary '\Ì\Åp£ô‡{¦³x¿\ÈE<»\ágNS#\íž\ÒW\än\Îj+','',0,'?'),(_binary 'ˆid\è^,¿4\ä@=	§ü9','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âkj„•Jô\ë7r_úaŽ',_binary '\nÅ˜Eš\éö\ë\Þs¥\ÂëŸ£;•ðv…©¥U:r','',0,'?'),(_binary 'ˆy\ØGŒ#3\Ô\ã†\0z\ÓÚ©','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð»”ÆŒ5ŠSø¨ð*©',_binary 'ð‡Ÿ™\ÝR¾-¦W-\Ê%\r‡ö…©\Ö5Ì½G{²L”\Í','',0,'?'),(_binary 'ˆzRMP\É\Z¶š3np\Ê','wp-content/themes/houzez/js/vendors/i18n/defaults-sv_SE.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sv_SE.js.map',0,_binary '\ÛTk±¸Oÿmy\èÏÃ¸',_binary '\ÛTk±¸Oÿmy\èÏÃ¸',_binary '%ú\Ýn¹b\Ú6(\ÄH\ËKuÄºAœñœ8Ÿ”\'\è\ÄÛ³','',0,'?'),(_binary 'ˆ~Gê’¦Wv_ž« y','wp-content/plugins/elementor/modules/gutenberg/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/gutenberg/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4\Åkù’&,P\"£_•1\ÝV',_binary '\áÕ¼Xj—¢”‰\Ô\Ë|\ÛDÕ‹™·ÁÉ”%ÒŒ\ØBö…','',0,'?'),(_binary 'ˆ~\äc«³\ì\Ï*c\á{i','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9 ¶	TD$FgiEnƒ',_binary '¨–ž ó\ßS]§S†(nÁ³\äZ\0\çÊ²¸§','',0,'?'),(_binary 'ˆƒ\íÍ¢,\ßRÿ\è4[,þ\Ê','wp-content/plugins/revslider/public/assets/svg/action/ic_watch_later_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_watch_later_24px.svg',0,_binary '’D\Ø;IA˜E\Äjü>³\ß',_binary '’D\Ø;IA˜E\Äjü>³\ß',_binary '\á1HP´~Q¯H1*}.G§ˆ}	\å•\Ç1…\ì\ÞE\Ó','',0,'?'),(_binary 'ˆŠ™eM˜y*Òž·\é\Ö\æ','wp-includes/js/backbone.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/backbone.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+\Ï/1]}\ã&f”\Û\è€\ì\0',_binary 'þñ^Uš#2‹y†Þ¶\Ýv”û%\Õ^\'2.„¡‰\ÜWˆ','',0,'?'),(_binary 'ˆŽÿ3.\Ø\Z=\Ïk_8š','wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';Jp³l\Î\î÷·bÀ7\ä',_binary '\Ð\Ã\á\Âg1ª\Ëú\áTö4BP§#\àl›l\É.\Õ\ÇñcLE','',0,'?'),(_binary 'ˆ‘@k&X\ÝItÇœ','wp-includes/class-wp-block-styles-registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-styles-registry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zt¢UG<Àï”™ª>ƒ',_binary 'jNÀ«\ÈÇ‡\×O_1O¼Á\ë³_•z\Í\ÖCžr','',0,'?'),(_binary 'ˆ—#\Êdl|M\ì™SRÉ™','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'óð˜†ûúrY¸-¸‘',_binary 'º\ä\à\ÜüS¿¯\àñ\ß	¡{o°5\ßƒÀV‘z-…¬','',0,'?'),(_binary 'ˆ›ú\ËB±+†y\0x•a¶$','wp-includes/blocks/table/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù*\Ý±‘†·\È\'V“mž',_binary '«þò\ÍBŸ\îOð‡—\Ô•ô&¦\Ý\'\Ìo1IYy¾%D','',0,'?'),(_binary 'ˆœ¢œ…U.8 C\å)fô','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/Extractor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/Extractor.php',0,_binary 'CH	†‹—¡f†¼\Ý\n4ƒ\Û',_binary 'CH	†‹—¡f†¼\Ý\n4ƒ\Û',_binary '\å\Þü»ƒslð?jy\â\ØË„k\êq\ßð¼7ü—\É(	ú','',0,'?'),(_binary 'ˆœøþjž”ú\Û\Æ\Þ@u\Ì\Ë','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tÔžB¸Þ“ªr\Ü7€',_binary '\ÜK\ÑÄ±\\:\Þ.XSÊ EmŒnù\nž\0 Ák‚\\‰²#Z÷','',0,'?'),(_binary 'ˆŒBö ³\Ä\Ú9\é\r','wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Jy¼œ\ÏÁ\Îr\0\äúI\0',_binary 'Ð–_\ÈÇ¾²U\âz\ÖK\"5©\Ú\\i$ ÿ±WCŠN–TL','',0,'?'),(_binary 'ˆž˜‘\Ôp\àŽú›A¿z1w','wp-includes/blocks/navigation/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ò®wU˜\Û\æA\ãõ\Û\Z\ê',_binary '‚«ª\ÒNë€²¼\Ò\Þ\Å ³¶ñCöÀW¼ø\\·f³','',0,'?'),(_binary 'ˆŸ\ãW]Ó¶¾é²†Þ\åa','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_italic_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_italic_24px.svg',0,_binary 'ÿ´\ÚÎŸ\ÞKöakÜ¶„',_binary 'ÿ´\ÚÎŸ\ÞKöakÜ¶„',_binary '§\ÛØµ§)]‹dü\ï¬\Ü$(g[\é£µ\Â[µUv\ÄûŠ','',0,'?'),(_binary 'ˆ¡Kk©fõgÿ\çT¤#”V','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Šer›\Éx‡‡|2c½\Ó',_binary 'š÷\Ë\Ò.C¹¿@2ˆP\ÖcÖœ‚^n\n”\'-‡v[~','',0,'?'),(_binary 'ˆ¤T5¾¦Ò´iw¡# #','wp-content/plugins/google-site-kit/includes/Core/Admin_Bar/Admin_Bar_Enabled.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin_Bar/Admin_Bar_Enabled.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´R”ÿoVMil‹d¬÷µ)ñ',_binary 'xˆ&\r\Ã6l³‰\íûœ¼f\áž5§”‚\ÕaG\Û','',0,'?'),(_binary 'ˆ©´÷n\ï\nõ\0Ü-i','wp-content/plugins/wordfence/images/blocking.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/blocking.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\'-H•f—Œ˜<1',_binary 'A5„Y9Ž®\à\0¶óO\Ätq\äÐ–L\\º}\Ëa½\Ô&\â´','',0,'?'),(_binary 'ˆ­=\ï JJ{BÎ¤«!\r','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php',0,_binary '¦~?Xf¢3‰yNk™–',_binary '¦~?Xf¢3‰yNk™–',_binary 'º\æ(‚\É÷\"\'?cFz\Û6–.>’\É\éò/\ã¦S\Ð1x~','',0,'?'),(_binary 'ˆ­@ó5œ^eš#²%þ„ƒ','wp-content/plugins/wp-rocket/vendor/composer/InstalledVersions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/InstalledVersions.php',0,_binary '-Y$ÿR\0Šƒ\Ñõ€',_binary '-Y$ÿR\0Šƒ\Ñõ€',_binary 'N¢RÃ­2\á\Æ\ßHŠh\Û&HX:b]‹ýdÌ³Šþ\Ï2O\å','',0,'?'),(_binary 'ˆ±aDü eö‚¸\å','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image-advanced.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image-advanced.php',0,_binary 'ñ !nÿ\Ñ.\ã…BquD©',_binary 'ñ !nÿ\Ñ.\ã…BquD©',_binary 'ûl·¹vúE»\êš\Æ‡’!\Î&[·‘¬7\Ç\ì\ÃR\Ü}\Æ$','',0,'?'),(_binary 'ˆ»™\ì”a\ÉVf¦öšõu','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-300.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-300.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö!E\ÔÛœ\Ñsa\'Û¬veô',_binary '\Úf\Ã:\Ðe2ø\ïSX_¡\é\ÆúÀG¾ŒD­j>Xœ/4\Ø','',0,'?'),(_binary 'ˆ»\Çg“•\Ý[z\ë´\0Î®›','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…Ý¤)e¤\à&´vW4À',_binary ']Zª\î*W\Ò!Oe‹H\Òv8\Íalù\Éû|ú\r\É30–•õ','',0,'?'),(_binary 'ˆ½kÿ\Ù\ÏQ®0ª+g!>w','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Runner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Runner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rò¥8PP+·CŽ£\íÁ1‰',_binary '¼Ÿ\Î—€l®nŸ\În&dIõ¸,\Èø8™E¡ñ!]B@','',0,'?'),(_binary 'ˆÏª!(w%\ì\í\Ù\ÝQ0žT','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/ingots.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/ingots.svg',0,_binary '2*ò¬Šz>Á›Š\é2',_binary '2*ò¬Šz>Á›Š\é2',_binary 'œ³\å²\ÚðT)}?f\Îô3ò±…[\ß÷Ñ¸¤$ÿžwZ£','',0,'?'),(_binary 'ˆ\ÖT¢·a\ã¶~a\â$\àž•','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/DefaultValueArgument.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/DefaultValueArgument.php',0,_binary '\á°\Æg\á”	~\Ã\Þ\ì}\é%',_binary '\á°\Æg\á”	~\Ã\Þ\ì}\é%',_binary '[™@VªCRð¶\Ò!ö–Î´¥Ld£I8½\Ë\ßT/\"‘','',0,'?'),(_binary 'ˆ\Ùm±\ÉH‰\ïEúQ\Ä\èz','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ApplicationFeeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ApplicationFeeService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\åñ\Í\Þ\\>\×\çZÑ™\ä\í}„',_binary '\Å\ÜMÀ~äˆ›žPÃ¹—S5P(i«CEJù\Ú\ßV%>3','',0,'?'),(_binary 'ˆ\ÚCRŽwù•BSEœ»','wp-content/plugins/elementor/assets/js/editor-environment-v2.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-environment-v2.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“~„n±»s‹0•šI',_binary '\Ú,©¸\ÜúlKBÞš[C\Â|(´‡3š}¼ÚºBxu‘\Ï','',0,'?'),(_binary 'ˆ\æÈ£ªË•©\Å\Ãv','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.½7·¥N?»g°K\r}\\',_binary '‰¦\é:\Þ\é\çqýb!–\Ø\ØJ,\\¬\ë\Åò\ãyº¢|*1','',0,'?'),(_binary 'ˆ\è;ögj—P2\êü›U‚\n','wp-content/plugins/google-site-kit/third-party/google/auth/src/UpdateMetadataInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/UpdateMetadataInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=zÁ=Xö…\Ã}ÿJZŒ',_binary '\ìž8\ÓOO3\nå¤¨!\Õ:\ëXGž\è\×cQ{xð›ø','',0,'?'),(_binary 'ˆ\ëa¦,Á\á\ÛtfÁ)','wp-content/plugins/elementor/assets/css/frontend-lite-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend-lite-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄR¹\É}¹N~k\è',_binary '˜\ë\æõŒ„;]š\×g¹	?¥X\Ë\ä¥\Å\äˆ@?“','',0,'?'),(_binary 'ˆ\í\\-\\£ªf‚t\å´KDšs','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'UTeˆV9l1\×[M£ò»',_binary 'µ^ƒ´1\Äj\Å\çU¾+…r*º\ÓuA“üu\Ð&1','',0,'?'),(_binary 'ˆ\î&“\î\ßcNX.¡xqZ','wp-content/plugins/elementor/data/base/processor/before.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/base/processor/before.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-\ä›\n²F@ùß›S\ÕM',_binary 'Š\ÓJ\çó°¸Px“\Ê\ÎD|8”{Y\n¸gv‰','',0,'?'),(_binary '‰Km)þ&c\Ì79!‚a','wp-content/plugins/wordpress-seo/lib/migrations/column.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/migrations/column.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤`\Ù`_^>ë»ªÓ¼?\Ó\æ',_binary '\åñ\Õ?\Ã>b¬J@\Ôq†žGz\ÝûŽ~Ó„\Õ\âu¦a\Ý','',0,'?'),(_binary '‰\n¹Gi‚‹k’\×OAˆ','wp-content/plugins/elementor/modules/editor-events/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/editor-events/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íCªIE\ÝÛ†mù\\\Ò',_binary '<Z\â\Éõ\Ü\ÎDÀ#\Õ\Å\ÅùªòÖœ8$\Ð|`\ZiTù€\èÆ„','',0,'?'),(_binary '‰‡/“p\Æk0»¦«','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/BadResponseException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/BadResponseException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=—aU$öµ\n\î{/‡\Î\Ëj',_binary 'pØ‡Q\à\ßn›š­¢aö\è1“	,ÿ±\Ãc˜q\Ò\Ì\Ò','',0,'?'),(_binary '‰\Zðhb\â¬1\ãôž’~','wp-content/themes/yith-wonder/assets/css/general-block-style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/general-block-style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '12\ÞÁ\Øw/¸{¬9o\Ó9\Ã\"',_binary '—\Ï\èü[\ÈO\Ü\0µR=»ýð‰p*ºÉŒX½\Ï5\Õwña','',0,'?'),(_binary '‰µª\Æÿ)\äi&Ë²·\ë\Ø','wp-content/plugins/houzez-studio/includes/helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/helpers.php',0,_binary '\Õ\á\ï”W˜Æƒaõ\\\à\ÅN\Þ',_binary '\Õ\á\ï”W˜Æƒaõ\\\à\ÅN\Þ',_binary ',\"\Û\\®\ãBnh Ùƒ\í\ØS\ï?{\ÅÉˆ\ïb\'®\Ò!ö7','',0,'?'),(_binary '‰[•¼q|±O)0<ù®ù','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÇMõ±LMt#7‰£¹',_binary 'E)\Óiaû.Uµ+jÒ¿AÇ²4vQvxR»¡Ÿób\ë\Ñ','',0,'?'),(_binary '‰G+A,^Àv½\ëzŸ\0','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/varnish-http-purge.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/varnish-http-purge.php',0,_binary 'gg¸\Ó@^\Üž;C\àû=\Ù',_binary 'gg¸\Ó@^\Üž;C\àû=\Ù',_binary 'Z(*CŽmE-\Õb[€R\Ä\ß\Ã\ÈÀAùŸ \ï\n\ÓwcÆˆ','',0,'?'),(_binary '‰  \ê\êg¶²\×\Ü%\ç!ž','wp-includes/blocks/site-logo.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')i8çº·b­Œ´×‚[@\Ò',_binary 'mJltJ•I!Á¬õô’\É¨÷ž¯š»ª9‹zþo­','',0,'?'),(_binary '‰ ¦&?ñ»žF ZiE¹Od','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùl¿q,\é}\Õ+CûQ‘z',_binary '\Ó\ã\Óù3\nuŒ!ÿ÷üsz÷vEõœ\Þ6€óaª\Û0K\Ù','',0,'?'),(_binary '‰.¤”x\ÖöQ}\ét\npó','wp-includes/rest-api/endpoints/class-wp-rest-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+$Ÿ¼@3‚ý¨f‡©•+',_binary 'Adô\Ë\íF:qfO,!Ñ“‡ÿ&D6CÎƒI,\ç\Ý','',0,'?'),(_binary '‰4¯pH.œÝ¿\çND\Æ+\Å','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-code-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-code-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C\èƒª®¢$\Ä,a(ÊŸ',_binary '6RlþÁ\Öñ0\Ê[	E$9¹J‡\Z€MRIt@¾×°\n\ëU','',0,'?'),(_binary '‰7*ûø\"{\ìóƒ\nK<','wp-admin/includes/ms-deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/ms-deprecated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fû}?{Gö\áj\áeGi¯',_binary 'eg¢vø\Ý\Zþx¥·!ƒ74‚F\Î\n\ÄƒŒ‘\ÝD\â','',0,'?'),(_binary '‰8cµkTLþ+‚œt\ÑPk','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotHeader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotHeader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7¥\í·þ~ÑƒQ¢k\É',_binary '†\0–\í±\íºo¥\Z%fQ„D×´\Æñ \ÐqÄi+sñg\Ü','',0,'?'),(_binary '‰:ûG\Þ\ÞÁ\ìo‡\Ë','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6\Ú\ã\Ï?\Ñ\n\å	:®Â›{Q%',_binary '„\ß—ZªIK/IµøwÂ¥‘Ovy›EøBi\\$G‹&','',0,'?'),(_binary '‰;ùdû&L\ç\Æty°˜\Õÿ','wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷õ\Ïs¨t“UYÓˆ\ß1<F',_binary '\È\ìœ,„™û\éö=\"ñ†ó%\ç]^¡ïœ\áes ','',0,'?'),(_binary '‰=ª}x^¤\'\r¬\í4À2\Ï','wp-content/plugins/google-site-kit/includes/Core/Modules/Module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#Þ½^K\Ó5\ä>(‡\Ìh«¦',_binary 'j(’C×Á…<Ý˜î¿€s‰šUÖ·#cl\ã‚—','',0,'?'),(_binary '‰? 8”÷˜\Ñ\ÉZ\Ï\ÐNÁ','wp-includes/ID3/module.tag.lyrics3.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.tag.lyrics3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â™\0k’EŸ.Ðšó a#',_binary ' ,ˆw>M–?%9,¦H’b\Ç\Å\Ú\Ï×¥*ðüº\'¥','',0,'?'),(_binary '‰FÚŠ)gJk\×Õˆy','wp-content/themes/sinatra/languages/sinatra.pot','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/languages/sinatra.pot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hsð,Pe\ä\Â‡¤S',_binary '·}#ª\ëþ%\r3\Ýìˆú\Ó÷ %>õp\Ûö \çd<','',0,'?'),(_binary '‰HNƒ„\r\ß4 	>.OXý','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout/SessionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout/SessionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^ñ•/Ö«\\\\dK^\Úÿ„’',_binary '>–!øø½\ê[ž}Ü‘\ê\Ñ}s\ØT°†¨1','',0,'?'),(_binary '‰VÐ-k\×AIl\Ñ-™','wp-content/plugins/one-click-demo-import/assets/images/icons/star.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/star.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÂQEheÇ¹\ë;—Á\çR\Ê;\Z',_binary '\ç\à…\ìùÙ¾{Öò®¹#K«j\ÌD^	Û¸ý‘\éÿ<','',0,'?'),(_binary '‰X*\ä\ãŽVL	ˆ_\ãƒ','wp-includes/css/dist/block-library/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y¥\æ\è.-\Ú\ä^dó',_binary 'ˆ\È#\Í\ãWØ”q\ÄÙ‹¥&de­C\";\éýÑ·^','',0,'?'),(_binary '‰_ž ¥ˆ6T˜‘þNG?','wp-includes/blocks/search/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\íhŸ\Ã`ÿûŠË)WŒ\Ó',_binary '‘\ÚÌ´·<„V\Å¯\áN5pEÁ‘¤†ñýA\"Cè¯›','',0,'?'),(_binary '‰`\ÛoÀ\í.QSŒ\ë`','wp-includes/blocks/image/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û‹k~\×\ÜøB0™',_binary 'þ±Wžß¤%¬ð¸m·d\ÙºD\Â\'.][÷\ZÔ…c<\í\Ï','',0,'?'),(_binary '‰`“n,¢W,·\ÒýQ','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/WPForms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/WPForms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J°kW\ïl­n|1Ž‰3?',_binary '¨’M\Õß»þ¶–\îè‚·dd¬+#\Öp\01Gb:¨¥','',0,'?'),(_binary '‰d¶\âñ,\ê§R<r\ä(\ã','wp-content/plugins/revslider/public/assets/svg/places/ic_casino_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_casino_24px.svg',0,_binary 'd¯³\åe‚\Ø@b\Í3l\Æ',_binary 'd¯³\åe‚\Ø@b\Í3l\Æ',_binary '²\ÝP\î)\n¬\ß\ïN\ÐXÝ•>-\\½U\Ç\å.s2Ë­£³¦Š','',0,'?'),(_binary '‰hRõ\Z¹u\ìB Š½€','wp-content/themes/twentytwentythree/styles/pilgrimage.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/pilgrimage.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Jz7Î›·n6ö{fû[lŠ&',_binary '\0‘\ç‚I%‹\àõ‡ª.!4CóS [%\íO{\ê?Q¼·,','',0,'?'),(_binary '‰j®\ÃI\î\Ô\Ó<êŸŸ³†iU','wp-includes/category-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/category-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò7l\Ý\Þ:Ø¤=\Ù\ã).\ÔX',_binary 'žG\ì;`ó9\Z\"€~\ë´\Òþ\ÔþjšzS$\ÞØ•','',0,'?'),(_binary '‰põ£\Ì\ßA˜«?@ŠX\Â','wp-content/plugins/wp-rocket/inc/domain-mapping.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/domain-mapping.php',0,_binary 'b\Æ\äÔ‘mÃ´hr\Ó7\éi6',_binary 'b\Æ\äÔ‘mÃ´hr\Ó7\éi6',_binary ')úc\×¹æ¯‰\Z\Í;xR\Û\nbŸd¨´NYÝ±@','',0,'?'),(_binary '‰ƒ@mmôpö’v¨_\ç\ä–','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Tag_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Tag_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„p3gÌ±\Ö9<°ö­=f',_binary 'Ùµ¹ yÞ”v‚iM fY\ãû\ÕGÅªŸU\àlQ\×','',0,'?'),(_binary '‰…¨3Á¿òóe™¾i*','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/WpForms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/WpForms.php',0,_binary '#¹F¼\×&	)xöÝŒƒðm',_binary '#¹F¼\×&	)xöÝŒƒðm',_binary '9°3©»§\à=\Ù(–]Ç‡\ßÖŽ›D>½FmWy¦œ\Ü%ò','',0,'?'),(_binary '‰ŠŒ&ö†\é}?\â\Zs`¾','wp-includes/js/wp-sanitize.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-sanitize.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{†‚ºI>ú_\æÀ@‡\"\Ú',_binary 'ôI0\ÙL\0\é\Õ\r\'‚}÷õg`‘·z _(Áò\àû%','',0,'?'),(_binary '‰‹76{ &ô¶~››lg','wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ak\Û(\ÏÝº¹´\r)ŒÁ',_binary '\Ú\ë\Ö\Ú\ß\é\æ$”ûýF¬½P¦\Ò	8O™¤t\Ýf/NlM','',0,'?'),(_binary '‰‹” \Æ]\àŠ\Ôü\rb8','wp-content/themes/twentytwentytwo/assets/videos/birds.mp4','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÁPq4/ó­-•¿SU\Ùd',_binary 'r6‘»+,¿÷&6VÐ‰\ÔG3ü¸t€¾«:’9)TŽ','',0,'?'),(_binary '‰‘\ÞQ\ã£WsñA7d\n','wp-admin/css/site-icon-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-icon-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®\Ó\äñ\"*\Ô3‰¬Y}h9\é',_binary 'U½%U]7¸$0MoÍ§ð™\åþ4¾aLšyÎ¹','',0,'?'),(_binary '‰’\ì2ž#c§¾RÃ­ü¿','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\æÃ®4¤o=\Ê\Ã~ŒC\Ý',_binary 'ª\ß{Œ HšB«4„ü¬\è%¿DY\Ú;\Öù½¸¤Pþ3=e4w','',0,'?'),(_binary '‰–YfR«\0’® \ß@ðX','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/customizer_panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/customizer_panel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žš+e\Â¢Ÿ\Ø\n\Ó78\é',_binary '\é>;\Ó].c\Õ:x‡ÿeÇž\æ»òu[l\Ç\n+U\Ø\\¹›T','',0,'?'),(_binary '‰˜»ƒõnJ-2 ªœ5W\Â','wp-includes/blocks/rss/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…,u«)\Ú\î¤\'&,s’Q¶',_binary '\Äõ>Qk\ØeGù\Þ<Ó­\ËQ¼˜·Á¯\ÎR\Í\"\ì\ÜI¬B\Z','',0,'?'),(_binary '‰žŒ^¥¬¼ó\ÝÁd\èÁ\Z','wp-content/plugins/favethemes-insights/includes/visits.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/favethemes-insights/includes/visits.php',0,_binary 'Ê•5l\Ã\"¼^·…£',_binary 'Ê•5l\Ã\"¼^·…£',_binary 'Z5«À\ê+»Z\Úx	1\æ¹\Æi¨ŸIÞ¾öl`1¿òw\ä\0','',0,'?'),(_binary '‰ªe\Ä\\«\Ô1\átÆ‹\Ü<	„','wp-content/plugins/wordfence/lib/wfUpdateCheck.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô\çjž\ÊV+KIóŽ~0\ï‡\n',_binary '¦\ÔÀš\Ë\â7«\Ô&.¿´±ºÎ·¾©DÓ›¯]e±\ç','',0,'?'),(_binary '‰®¿¼œ‘GˆGý “\ìa\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼ü*M]YnM$^Ã¹\"·',_binary '…À\áÏ\ÌN\×\Ëo…KtQ«V ««\r3¨-\Øóy\Ù-','',0,'?'),(_binary '‰¶]Á\Ï\Îß¹(\ï\ä8[\Ï','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotSelection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotSelection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7\Î1þ\Z!˜5\ëÁz>CS‘',_binary '\ÊJ\Æ:Ù™p\ÒÀ^/ª\å\ë…|a¹\\½½°ŠXýº)','',0,'?'),(_binary '‰¸­\ÐZ|òò0²75ÿo\ë','wp-includes/sodium_compat/src/Core32/Int32.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Int32.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\ÜÁúiQý­$\ßgŠ…Fr',_binary '\ÈM\Ç=\ÒcS§\á~[\r\å<\ì)Ç–”3O{ñxÚ¾\0–w','',0,'?'),(_binary '‰¼B]nÈ„¨8\Ú7g˜ó','wp-includes/images/smilies/icon_rolleyes.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_rolleyes.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÌY”Œu\Øuš 	\ã2¯›•',_binary '¡\\«\ã	±u¥e›T\Ù\rv\ë«j\à!Ò³7R†­¸','',0,'?'),(_binary '‰À%ø`\ÕfüW¢\î\å\â','wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_With_DNS_Prefetch_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_With_DNS_Prefetch_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z*pÁ‘\íŠ@Šwò\Ý',_binary 'j\ß\Í{sóLqd\í¦sA(ºûx³f€Q´JE‰©\ÎÓ­','',0,'?'),(_binary '‰\Å_ ˜U±h»\åò6,p“~','wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')\n\Í\Î1žp\"#\åñ',_binary '<ó\ÑlE‚\ÐT\ßl›þ\Ë\îbjÖ„ç¯K]Yò \Ü','',0,'?'),(_binary '‰È¤“‚\ï\áÇ±\ÉE\ÞL\n','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/virtual-tour.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/virtual-tour.php',0,_binary 'a2\é\Ó\'8NDo5ÿ™õ\Ä',_binary 'a2\é\Ó\'8NDo5ÿ™õ\Ä',_binary '“ Œ§†F¾	\á\ë„\Þ@ð0ÿ¬\ë|\Èe–u\êE\çh]','',0,'?'),(_binary '‰\ËcK=*\áGI7š…!','wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—>m\ÓG#ø¦¸\è',_binary 'V°P\ï\í?	\ÝQU¸\Íƒ¯_q8…E¨\ÒÛž„ö)¾§','',0,'?'),(_binary '‰\ÍmlýöG@G±¦5°:','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php',0,_binary '®VY\Ü<ž‹”SÁ{l“ô1',_binary '®VY\Ü<ž‹”SÁ{l“ô1',_binary 'GLd5u\éP=H\Ãz}šGÝn#dÖŽ?K\ä§Ðˆ\îE\â','',0,'?'),(_binary '‰\Ís7ú±ýI.j2¶g£','wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àU¤§b¾i—S\ÎYrT_r',_binary '¦BÔ“7\èbeŽ^´´G±’/$ŽW\Ï	\Ò\'Tù','',0,'?'),(_binary '‰\Õ5(Æ³n;ÓŽmŒA¯%\Z','wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wŠü\î3\ßkßš”Œ\åø',_binary 'Ka¸´_ûŠ]pòv\çÏ©-`ô±Æ¸+V\ÐYlW—','',0,'?'),(_binary '‰\ÕfR/1\ä\é\Þ›< PCŠ','wp-includes/js/dist/shortcode.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/shortcode.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\Ü\Ñÿyk0\í1\Üpd5',_binary '!µˆVQ\Üsc.cMÃ¶•»¼ >S[ˆ“÷kÀ\á\Ç\Ã','',0,'?'),(_binary '‰\á@\"¬[\ä>XFo\Ð','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/duplicate-post-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/duplicate-post-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤GÒ…96•¬^úa‹rŠ',_binary ',&+Z:;±\ÞX™\á‘\æ)i\é˜2\Û\ä…r\ÛA\ß;³¢ñ','',0,'?'),(_binary '‰\æ½F™ª³:kç†¾\í','wp-content/plugins/wpforms-lite/assets/js/admin/admin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/admin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚\î…m,Æ®…¢€‹',_binary '\èyŠi vHd\ìw;\Ýs\Ö·\â&jd”M\Å\É#Ò‰\Zªc','',0,'?'),(_binary '‰\èk z›T‚£\áž\ã\Å','wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘o`}Œ \Å^\å\Ílt¶›•E',_binary '\é¼òJ9=~:v	‘R³RL‚Rž\â\'\Ò}ý\Èµ$Ýƒ\"','',0,'?'),(_binary '‰\è™j†¾„u ´Ö½\èE˜','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_24px.svg',0,_binary '© m\'¶\Ã,)´ô|¥É fz',_binary '© m\'¶\Ã,)´ô|¥É fz',_binary '!g·X\î\Û	\ÞE‘\Ì\Õ1M*˜÷P™°Y;,£	ZºI\Ï','',0,'?'),(_binary '‰\ë˜—%ð&nÊ˜s\Òbµ\Î','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DimensionFilterClause.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DimensionFilterClause.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Àhª}°\Í…5ÀZ+7\äŠ',_binary '†S­%\ÈK\ê<jj‘wYß¼m\0\Îe™Wù•pÑºpk?','',0,'?'),(_binary '‰\ìI\í\ÉŽ\ê4T§\Z^¦W','wp-content/plugins/elementor/assets/css/modules/apps/admin.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/apps/admin.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';\ä+\\JÀ¨\é\íK÷e.',_binary 'E1³óºN¥\Ô\å\äjN*\Í*\â xX=´øª\ã@Sšo','',0,'?'),(_binary '‰ð-7pŽŠ­«A\Ò\Úüt','wp-content/themes/houzez/property-details/top-area-v5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/top-area-v5.php',0,_binary 'C\n¤\í\Ëf$‡\Ø#\ÊG\"\ÕY',_binary 'C\n¤\í\Ëf$‡\Ø#\ÊG\"\ÕY',_binary 'M3VïŽ¯—W.Cû•	\Ó\Ñ:\ë)]°Œ9#>›vLÿ8','',0,'?'),(_binary '‰ñV‰Z¾8þ=\Év\à\Ä\âc','wp-includes/blocks/freeform/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/freeform/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0Ð¯\0\"\Zv¥O>®b',_binary 't\Ã\êCœ\ÃI©Î»é¯¼[ˆ•¦\'¿G¿}ñt­\ä\×\ný#','',0,'?'),(_binary '‰ñÚ¸P¡\Ê\ÔÖºb²','wp-includes/blocks/social-link/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-link/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h¯½óVfš>¼Ãž½GIT',_binary '·+É¿f;Í™\n¤-8dœxLv“!$ö\ä\äbÆŽ#\âF','',0,'?'),(_binary '‰ó\íP\Ã7±ø\ä–õ=mõ]‰','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/HttpBody.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/HttpBody.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4|\ÐÍ¦P‹¨\Ýï¿“À',_binary '·˜œK\Ü[ºrU=ÚŠ•¬)73uo³\Ã\ÐO\×Eµ¡','',0,'?'),(_binary '‰øá¨¢R›ö]ñK´\Ñ|z','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%„||EW|U\rIfaìŽ—L',_binary 's\Ö)\×–LM\Z(÷˜\ã÷\ÑFÁñuØŸ8Y+x','',0,'?'),(_binary '‰ù½1\éS\è^Ã­^O¯¨','wp-content/plugins/wpforms-lite/src/Frontend/Modern.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Frontend/Modern.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"&\Õ\ÛL>\Ð#§\èED\Ñ',_binary '|ôtû\ìª\è\í‡ÁSQ7p¨“\ÏÑnŒ\ÕP|;n\Ê','',0,'?'),(_binary 'Š	y\'¤s~÷P\'ƒ€§e','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\Ãq!\è\Ãù\0ð­€ \'¥û',_binary '\ØW´4$a¼ö\Ü\'xô\é\à-¬\ÔKÎ¼–#’Z¯ðü','',0,'?'),(_binary 'Š­è›¢\ë3«×S\ëg¶°','wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' yGõ’ü8‡eR\áÞŽÒ‘²',_binary '\nu8\0¿\èF7»ò\rñÃ¶Œ¢CwžµdÏ’o\ï\0ù','',0,'?'),(_binary 'Š\ÎÔ´\\‘fû¥!¬\é','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php',0,_binary 'Q\Ó³\Ð\ãv\Ó\Ë1Pö•0\è°',_binary 'Q\Ó³\Ð\ãv\Ó\Ë1Pö•0\è°',_binary '«û;‚HhJ¦–´\ï»2|\ÙSanÛ™—\×1Ž5ŸÙ¯UÁ','',0,'?'),(_binary 'Š\ZŸ.Š²\áðD=\ÌbŽ0','wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/colors.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/colors.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú—~Ù«@U“Tu}¢µ;',_binary '\ãµþk\Ìm\äÀù+q\Õ\rŠ8t\éûŸ× T@…gˆ§','',0,'?'),(_binary 'Šô?\Ü\ì\ìU™(	öo_','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n­¼‰8^Mœ+\Ì\ÓsPš-',_binary '?9¾o\Ûÿ ñ\È\Ë´8\ÅXn=ó-!?\ÊR	²','',0,'?'),(_binary 'Šž\íÈ¢(òAŽyÔ‘vCQ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/nest-money.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/nest-money.svg',0,_binary '\áÒ±M|\'C\'\äV\ëñ\î‰',_binary '\áÒ±M|\'C\'\äV\ëñ\î‰',_binary '³\ë\Í-}]\Z¦%Þ¸\Ï\r\ë¼¾\Ü*¾\Ê$Ô¹OU\rE\ÃY','',0,'?'),(_binary 'Š\ìü¿X\Z\í¥\ç,8°þD','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/closed-sign.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/closed-sign.svg',0,_binary '3À¢\ê3\å¤Œ\ë]‰t',_binary '3À¢\ê3\å¤Œ\ë]‰t',_binary '\ê8ºd²€X\ÖP\Z-].¹÷\ß\Òe\Ù\ß\nG¹Ð\å£L\ê!','',0,'?'),(_binary 'ŠW˜V\Ã\r“\ÌIŠ~¶ü','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X\ØEm3‹+O^[\Ñ(u¯',_binary 'µ\Ê`5HÐ¼Ê„5dÀ—º7h!õCaó˜\Î|\'”!','',0,'?'),(_binary 'Š”¢K\ì™È;$\Ò\Íz','wp-includes/js/dist/notices.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/notices.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jôÅŒh\âü\Æ2\Ý<\rP\èt\n',_binary 'û_öxù¯þ\Ø\ÄÒü¨¯{\\\Ô\ï©h7H{±ý=\Å','',0,'?'),(_binary 'Š\Òÿ*À/\\\ê›;[\ïa','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/Traits/CreditCard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/Traits/CreditCard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ËÀ\äJ×½RN8\n	ñ!¹ÀX',_binary '.Œ5ù\ÏzùˆG\ÔD&(Î‘;\èù\nø7-Dóµ\ï','',0,'?'),(_binary 'Š.8y4@\n\âœñ•B(|','wp-content/plugins/elementor/includes/base/sub-controls-stack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/base/sub-controls-stack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r{ˆù a!§Ô‡{ù\ÈZŠ',_binary '²ƒOl~Š×®l\î\Ñ&]²\Ñ÷¶4<\Ã1´øX&Rª®\Ï1','',0,'?'),(_binary 'Š9˜…f\Í\Ü …ö¡ZN','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'lYŸZöià¨† 3\02[',_binary '(’\åA#\ïÀ¼F—þø~+¦Ÿ Fgh¡ðSŸ.ûb','',0,'?'),(_binary 'Š=ˆ\ßT\ØO¾õ7\r®7©{','wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤\Ù- \Ô\é\ï\ÈD»­õ‰¡',_binary '\Î7Ý°\è\ÒqÍŠ¾‚ø\Ð\çC\ËL\ÆwIãŽ˜|„\Öù¥Y','',0,'?'),(_binary 'Š=¿´@,š—Ž\éý\ÇZd­˜','wp-content/plugins/elementor/assets/lib/dialog/dialog.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/dialog/dialog.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž@Sýor\Õ\nþ\Ìa\ä¸\Ã,®',_binary '\Ú#‹\Z\Ý\è-‚t\ÖR\Ðz\0HN®+ºô\\\ç&ƒ\Ñò/ù\æ±p','',0,'?'),(_binary 'Š@8§öb\Å\íó\Èy9zk','wp-content/plugins/redux-framework/redux-core/inc/fields/raw/field_raw.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/raw/field_raw.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{cv‘‚¹«@\ê@LYb\ØW',_binary 'î„ˆl`‰\Ñ>˜ðˆ2¢Ä¬«p\ï1£¹‡eŽ÷kL¾C','',0,'?'),(_binary 'ŠC\Â\Óv\Ä\ÔÜ¥\á\ËFv+','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|‘ðk\ã`)s\à…\rSdš<',_binary 'J\n“Al¥C\Z\ÇéŽ‹‹š‘šÔ²q”O:l«ˆW®','',0,'?'),(_binary 'ŠC\ç\Ãc…OÈ—yW]-fL','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Commerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Commerce.php',0,_binary '\rùW\ãºFSkýhY¢H',_binary '\rùW\ãºFSkýhY¢H',_binary 'Z¤²\ër)/\r}|õD¶rŽ)\Ê_]8\Ã@S±eÿXõ','',0,'?'),(_binary 'ŠGÍ•\Ò\Äu\í^&oC²P\Ù','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Options.php',0,_binary '\Ö\ÔÇ‰Z¤H\r@ù›¿/\ÐY',_binary '\Ö\ÔÇ‰Z¤H\r@ù›¿/\ÐY',_binary 'z\n\Â%H\Û$x¶‘Rÿ\äeD­wnzø.9ÿUÀi)¯','',0,'?'),(_binary 'ŠIlZ¼¯Zx\Í\Ý6eØ«','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAdClientsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAdClientsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+@„C¢ˆM:pø‡/g\é\ä',_binary '\â¤AXa\ßµ#\ß\ä‡\Ü\Â²d,›¸ómr\Ô_\ægÊ…','',0,'?'),(_binary 'ŠMj÷A\ÕM™ñO\Þ\"If','wp-includes/SimplePie/Net/IPv6.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Net/IPv6.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r \ä\×ÀFºE»ú,‰h\é',_binary 'pùtŸ‚\Ñ[bm¶¥ýM§_IzŸ\"ûŠ[j/ò¨O\Ç','',0,'?'),(_binary 'ŠQB\îûN’MÏ£¥”\ä','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\0\È,ŠÇ—!\Ò\Ýz\Ãù›Y',_binary '\í\åm¯`!øóþ\0«óT 4ž/\ÒP7¯\ß\Ù\Ýyœ·%','',0,'?'),(_binary 'ŠR6—<\n\ÉÙŠ/\Þg\âW—','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_off_24px.svg',0,_binary '\Ï\ç}¨\ÅN¸°uz}¸˜f',_binary '\Ï\ç}¨\ÅN¸°uz}¸˜f',_binary '›>Œ\ÐyE\ZkF¬~¶ò\Î>ü#/]‡Ì§±ú:¸\Çš','',0,'?'),(_binary 'ŠXq½NM\æ¸\r\\¤ZZ>','wp-includes/images/media/interactive.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/interactive.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄE\Ë3±aH[»$Ÿ^‰µ',_binary 'Š–ý‡K\ç˜ÿ¸ýŽ\äM4g@Mw\ä\ÂU£Þº¢\Ì','',0,'?'),(_binary 'Š_ƒ©\â²?U9ö¥W»\è˜','wp-content/plugins/elementor/run-on-linux.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/run-on-linux.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý89\è\Ô\é\Í6X\\1„\Z\ã',_binary '¡7’a•\éŠ\×F6—$8uý‡¾\"N*R¿@·3¢','',0,'?'),(_binary 'Ša±\ÐüT\Ýð‹	\â\ÃY&','wp-content/plugins/one-click-demo-import/assets/images/icons/content.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/content.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4üBg€ò{	L‡\r£;?t‰',_binary 'Ù”€·ºÉ½Ú¡h\0©\Z\\»\Å¢†U\"µñý\íD•–F','',0,'?'),(_binary 'ŠkIKÁ˜„\ÒV[„´	5©','wp-includes/sodium_compat/namespaced/Core/Ed25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É¥v>\Î\Å#«‰!nÁ(',_binary '\ÝDFUu|\év©·/\â]\Ð2x_ERL2QlP93s	¶15©','',0,'?'),(_binary 'Šs.ƒV!­\É\íXtÃ£s¡.','wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò\çþÌ–0i\ÈV±Ò‡\ï',_binary '&%Ë´õ­tñE;V²ô€s\×\ï‰\Ì%\Ò+2°\ÇIjZ','',0,'?'),(_binary 'Šu=’)Õ†ñ\Þ\Ø\Ð= ','wp-content/themes/houzez/framework/options/halfmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/halfmap.php',0,_binary 'DÚ•õG†	|ˆôf\Ï8\ï',_binary 'DÚ•õG†	|ˆôf\Ï8\ï',_binary ' \ÆOy\Ò\à\Å¨T¥I“e§\Æy\'‹}’€h—}©™','',0,'?'),(_binary 'Šw\ì\Z\ÞdÏ¢óü\ruD\"','wp-includes/IXR/class-IXR-request.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%p.<SÇ¡\ê™\Ôz1Ï¢',_binary 'Q\ãµ*k\Ë_}’\á2ƒ¬\é>Tûq<\Ê_S\ß:\ïQh´','',0,'?'),(_binary 'Š{8\×f½9¢£þ¼Š÷mó§','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÂÓµnùø:Zö¬ŽI~',_binary '!Üµ¨¿vk\Ò\Ô:\Ô)\ë»Snœ\ç\ã\æz\ê\n¾Ÿ‹p\Ä','',0,'?'),(_binary 'Š~(«›³s^s+kÌ¸u','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_int.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_int.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9¡É¯®»Œª^?\r\ê>´',_binary ')OyX\ÝK\'µAó\Æû\ÏA}ažŠô’Ì£ÿ‹r-hÄ·','',0,'?'),(_binary 'Š…kWôT\Äû\Ükœ\Ï\àD','wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_turned_in_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_turned_in_24px.svg',0,_binary '¿¨ô\ÚV(`p\É\Åe›ø¬V',_binary '¿¨ô\ÚV(`p\É\Åe›ø¬V',_binary 'g°´S†Uñn„}ƒr€õI¾SšÞ·O\Ð9-·f—','',0,'?'),(_binary 'Š‹…òv†r@¬{\âc{','wp-includes/blocks/social-link/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-link/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h¯½óVfš>¼Ãž½GIT',_binary '·+É¿f;Í™\n¤-8dœxLv“!$ö\ä\äbÆŽ#\âF','',0,'?'),(_binary 'Š•ºD\é\Û\r™\ÓZi÷úñ&','wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N4òeú\èó;²zâo',_binary '•°%H(\ìK%”?»\ï‚\ÈG€0[E\Ì¥šƒµ','',0,'?'),(_binary 'Š˜¸4\äfð\ÑG“ºAZ%','wp-includes/class-wp-styles.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-styles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@U)÷º4\Ü\â\ÅÃ¶A%—',_binary '?½ÀDþGjù\áöU>\0w/\ÇGaûù¨€÷\00#\ÓoOC','',0,'?'),(_binary 'Šž •__½¹\ë²`œ·5q','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSOptimizeContext.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSOptimizeContext.php',0,_binary 'ƒ\ÇÅ‘¦]Ac¹óõL\ßôû\Ý',_binary 'ƒ\ÇÅ‘¦]Ac¹óõL\ßôû\Ý',_binary '=VU§Ù’.z1©	%ý¨›<øKQ\ï%¶‰7\ÄÚ¤•','',0,'?'),(_binary 'Šž¾/ª\Ä\Z²ø)y\Ð\r','wp-includes/blocks/html/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/html/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô’\î\Â,\Íe[\Ô2¦^.½†‹',_binary 'x§L\ÙmR—\á»~— eç«šûÅŸzA\ÚE\×\Ñyz0ôµ','',0,'?'),(_binary 'Š¥ƒiøÀa\Ýl°\Z¿–_y','wp-content/plugins/google-site-kit/includes/Core/Authentication/Credentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Credentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\ì…öaœŠa\0R`O',_binary 'ežŽ±Š\èn\à¦\ÊV\ç´Fº’\Ò\Ïö8^);sõWJ¢þ','',0,'?'),(_binary 'Šµ}tv¼\ÒûD£c¸ÿ–','wp-content/plugins/wp-rocket/inc/admin/options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/admin/options.php',0,_binary 'Xq\ÜB\à!\î\'|·‘O‚',_binary 'Xq\ÜB\à!\î\'|·‘O‚',_binary '\×\r;§4‹\È\ÑO‡ú¤\Þ\ánR®\æùºn£B00','',0,'?'),(_binary 'Šµ\Ä¼\r0\ß:1—„W\í','wp-content/themes/yith-wonder/patterns/blog-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/blog-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',)\íEÃ¬¶;½}0Áy¡',_binary '®£Ý«º@|ÿ	µ0(EVv`ù\"1\'¹þ¯$\0Ü½\'C','',0,'?'),(_binary 'Š·Â¼cžƒ\Ü5ó·\Ë€\Ò','wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú\nN\Ô\Æp¬w³^…\ëÿB',_binary 'ó2Vp¼I\í¨P5\åô\Êi\Ì,,x\â$jöj','',0,'?'),(_binary 'Š¸\ÆvØ¿H¢ým3FÂ†','wp-content/themes/houzez/framework/functions/template-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/template-functions.php',0,_binary '\\t¡\Ý\àU^_E\\~L',_binary '\\t¡\Ý\àU^_E\\~L',_binary '“¨º\ê? !\×\á\Ò–Ÿ\Z€M\Ü\Õ\rñ²ý\îF\Ó\ìG®3','',0,'?'),(_binary 'ŠÁ$¡\ÖxM1>\è²_8P\0','wp-includes/js/swfupload/swfupload.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/swfupload/swfupload.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì\×#™˜‹ù9\Ü\á>&YRg',_binary '\Úò„Ý™ª¯\åR€YY-\ÃÒ•˜&qW1(…K\à¾ñª','',0,'?'),(_binary 'Š\ÄpG\ê­-G£“\Üùû¥','wp-content/plugins/elementor/includes/controls/groups/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\Óyô[zN£u\0t\Ü',_binary 'ÀîƒD™ÿœ\Æ\æ\é6Ž^Íµ}\æi¥m\ÌMŸŸt3€','',0,'?'),(_binary 'Š\Ûk^Ç»j}‚›T¾0Uú','wp-content/themes/houzez/js/vendors/i18n/defaults-nb_NO.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-nb_NO.min.js',0,_binary 'G	\\2×°i?¦•W´Rt`',_binary 'G	\\2×°i?¦•W´Rt`',_binary 'odŽ¡\Ó[o‘r0òG•Ž‚+™÷L\0V*°Ç„úú$\×1','',0,'?'),(_binary 'Š\ß35n­o¡~.·\Õº','wp-includes/blocks/archives/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅÁ\Ä\êó™\ê	KÝ‘¾Ö‰§',_binary '\È9’\Éjé¹ ¤Ù ¬\Ñ4ñ\ÆSqðˆ¸Ã²«\ê–_\\`\ã','',0,'?'),(_binary 'Šß«Á•©„P%©\ìøD©–','wp-includes/class-wp-dependencies.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-dependencies.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß•Vü\Ê\\>p\ßS\ëÔŽ¾',_binary '§¶ð go–·DÓ´\ÂpÜ™ž\É.4<7”¥†Å¿Tº¿','',0,'?'),(_binary 'Š\à\\­¸þšø\áU±]\Ñ\Z\Ù*','wp-content/themes/yith-wonder/patterns/creative-list-with-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/creative-list-with-image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹ÿ	xS)[g=€”P`s',_binary 'ŠVZrˆ+\á>ˆô´Hž\áVjw\ØXpn\ãÿþ','',0,'?'),(_binary 'Š\ã\Þ-\\\É@Q\Òa\\\æ5','wp-content/plugins/houzez-login-register/social/google/contrib/Google_CustomsearchService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_CustomsearchService.php',0,_binary 'q\â@vZ)\î\Z\Ñõó\nqd\æ',_binary 'q\â@vZ)\î\Z\Ñõó\nqd\æ',_binary '\êP°ñ\Ë}†¤\0•+Ø‡ñ…NK¡Ø±¶À>b\"V¡‰c\Ü','',0,'?'),(_binary 'Š\ãta¾\Ò\ÑV/>¢–P†','wp-content/themes/twentytwentytwo/templates/page-large-header.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/page-large-header.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\ZzÝºš¡\Ã~´Š÷Ç¡„',_binary 'ô‹G#\'`&\Ë½\ÖfB\Æ\ä!„•\Û3`Ž°\Ã\é¯òû','',0,'?'),(_binary 'Š\ç\ëuRN9–\È>`ðr','wp-content/themes/houzez/framework/metaboxes/agent-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/agent-metaboxes.php',0,_binary 'YœS\íf_±{„8˜úøƒ',_binary 'YœS\íf_±{„8˜úøƒ',_binary '\È/Y\å(\Ä$-d¥Hú\å\ë«\è\ï	}	›]zŒ<','',0,'?'),(_binary 'ŠöøGa¬‹\ãƒ\ã\0\å€\Ñ','wp-content/plugins/updraftplus/languages/updraftplus-et.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-et.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n€NÎ³–\"Ê½¹\ì\ËDr',_binary 'Fž2ÿ\0Á\Ù|w\Ô*óŽú{ól3|dDs>}P','',0,'?'),(_binary 'ŠøQs|\âc·LØœVH³)','wp-admin/includes/class-walker-nav-menu-checklist.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-walker-nav-menu-checklist.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ût½\\v\0h˜f8~¥\Úa',_binary 'ŠH¢ý\r“h\ËM`/4\à5÷0V¡·ª>°·5\ÈUB\ì*','',0,'?'),(_binary 'Šø\ÄüV\Z`ºÚ‡Jgù','wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýÍ–^*n‡D“‘\ÔS«	ô',_binary 'ÔªŸØÅ­½›–ž”g­|¢¼{J\Íe\Ì5£J‡\è(l¶','',0,'?'),(_binary 'ŠúL]\Û’R\Ø\Ú%>\Õz5','wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-single.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-single.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò\ìuÇ¨¸\è-‚©!ðN',_binary '|\r¢TC{>>®+¨&\0m¼yˆ\ì\ÔS\Ëú”/>8ø{\ì','',0,'?'),(_binary 'Šÿ,E’ŽhjZ,ú4\'7','wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7A²\Ùð\Ó?Uõ)’nºE',_binary 'M$DMAV\Ë\äL°ó³t%§\î±“´A\Â}?Ë¶','',0,'?'),(_binary '‹1S¦ •G@\ÉZLI\à\×-','wp-content/themes/houzez/framework/stripe-php/lib/Exception/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/InvalidArgumentException.php',0,_binary 'ûƒ./¾u\Äh\â‹\íZ',_binary 'ûƒ./¾u\Äh\â‹\íZ',_binary ';\í9¾\íY©†–uN\è÷”ö\Ê\Óã·s¦HÀ›@ü\Åû','',0,'?'),(_binary '‹#—ªŸF‡ÄšþÀn\Ï','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(#hW_Ev\Ë[Ž29!û\Î}',_binary '\ÞÏƒG/‘.d¶µ±ÀrU\Èê©œŸ¹%8”,D','',0,'?'),(_binary '‹¦\Å\Ç@—×§i\ÔL˜','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/Plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/Plugin.php',0,_binary 'g/¥´ln0\Û2ø2.\Ï\Ô',_binary 'g/¥´ln0\Û2ø2.\Ï\Ô',_binary '\ätÓ¾\Ùp3\í ðWq\ëq&À\ÎÕ€<„\áŠ.vOnO\Ê','',0,'?'),(_binary '‹¼/8&ôD\ãg|¦\Ä#','wp-includes/js/dist/viewport.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/viewport.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/aœ¬Ü£!´žÎ¡t-—«',_binary 'y‹Ø„Ô—‹*ÿ	~/L“ZØ¢ùZ-CþL]Áh!','',0,'?'),(_binary '‹\É\à\Õ\ê\Ð]œ¿}vŠ&','wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦!h:^a–dv{µq\à\ÖX',_binary 'µˆó2%»£\0´\Ö1\Ø_ŸpM*\ËTt°·\Í7','',0,'?'),(_binary '‹:©­\Ã&Õ¢\Çw2Q K\é','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php',0,_binary 'VÉ¤\èú¡(R%ð\ê‡•',_binary 'VÉ¤\èú¡(R%ð\ê‡•',_binary ')MHlÂ½\ë5»Y|\ZèŽ»\ã#\ç\09Vü\â\î¬\Ú\Ê=Ÿ2','',0,'?'),(_binary '‹»Ÿý7¸\Ôûù]­s','wp-content/plugins/elementor/includes/controls/color.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/color.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜDƒE­7>i§\0Ïƒ\Ù6!',_binary '&xMü\ÍG\à\È&¬Ÿ8œðVÀ\Ö+R.\ÈqW\Ò&ñHˆ¥','',0,'?'),(_binary '‹¯!\Ð\Æ\á\É&ñ÷\ã\na;“','wp-content/plugins/elementor/core/debug/classes/htaccess.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/debug/classes/htaccess.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\ÌpjJ‹@\ÒÅš\'o ±',_binary '¥CŽ\"\ÌzÌºMm\Ù\å\è\n=&®=½¾&f&y\Û/®','',0,'?'),(_binary '‹ \Ëx‡k÷\Ò\Ï&Dx','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ér)Zôôù€ƒ—VBô',_binary '³ç†¿\Ñô)\äÌ”\Âwl¤º™vBÞšAœp4\ÖgUy°','',0,'?'),(_binary '‹!n\Êõ\Þ\êš\èNõ`ñ`P','wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jyQ \Ä]*e_Iá‰v&',_binary '´]\Å$®e¾‹˜A/Ð»–\è\ÆôšNš\é0¤4z\Ä\Û','',0,'?'),(_binary '‹!ÿm…, YeŒ¼\Ò[1','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentDimensionFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentDimensionFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g‡nJvú 	\çYž˜`R\Þ',_binary 'L¾\Ð\Ø>\ér‹0n\Æ/K\Ñ$¤\ïK‰-•¬÷wS}³\ë','',0,'?'),(_binary '‹$’?\Ì81\ßx\Íb<¯gf','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_return_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_return_24px.svg',0,_binary 'H¿/\Â?ó–0\r9*Î¢\"',_binary 'H¿/\Â?ó–0\r9*Î¢\"',_binary 'dh÷5˜\0o÷B+ò\ãl\è\Í*»\Î]š\é\å²\ÂþqaG\èZ¡','',0,'?'),(_binary '‹&š>	B7©\ê•_˜(','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gears2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gears2.svg',0,_binary '4#¹rÕ°úŽXKŸt@”×°',_binary '4#¹rÕ°úŽXKŸt@”×°',_binary '\ÝÄ¡’\é™\ÄZ÷\Ñ%|ðEplš…;Œst\äÅ§?Ÿû','',0,'?'),(_binary '‹*²SŽ¬8˜\ÓkŒU_ƒˆ','wp-content/themes/sinatra/inc/customizer/controls/select/select.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/select/select.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€ý»zO\'Hü¶F\"\êV',_binary 'I¦OÀõ¸\ß0¥$x>X2üz?Ïž\îF‚€\î ¸\ÇC','',0,'?'),(_binary '‹0g¹za\ÑF%ÁØƒ…¼ý','wp-content/plugins/wpforms-lite/assets/css/admin.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í\\\×\å\à”_¶\æ9\ïz¯*',_binary 'N4\Ì\æ[Ss\ÙÁ¼\0$^Q.W\ÓX}\Þ  —÷2\×\ë\Û','',0,'?'),(_binary '‹5næ™„þ‘W—[ =','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AbstractService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AbstractService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠHtž»FE¦:S3!;\\',_binary 'IG#>‰\ÂÅ…òG7“6r\Ê\Ô{Í	VZ$SŠ\ß\Ô','',0,'?'),(_binary '‹<»Ín\áoz#\Ù?:','wp-includes/blocks/widget-group.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/widget-group.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž@xßŠÿc \à¡ºa+',_binary '¦ªb\ÃÄ´l3?‘:<‰cÁ6‘d‡:ù¿,','',0,'?'),(_binary '‹?Àõ\Å\É%ÐŒ9\ì@I\×{','wp-content/themes/houzez/template-parts/search/fields/type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/type.php',0,_binary '?\Ó\Ó£ŽZE\'\ÃP',_binary '?\Ó\Ó£ŽZE\'\ÃP',_binary 'm#¿AGY¨e1õvH1\ä\í)ür\Ñ0d†,jÛ¦\Ã','',0,'?'),(_binary '‹?\Èü&¾,w°\æe\ï<\Z','wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ‹\ãeGî“¾.¶m(PòZ',_binary 'W\ë<Ë×»™¾\Ê»dq\ØÜ¬‘Œ\'\Ç.öH³GMS‹û','',0,'?'),(_binary '‹@Nø\Ü\"¼ð\ãF\é\ÜY\Ï(','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/static/js/features.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/static/js/features.js',0,_binary '\âA|„fK²6s\ÔT@pJ#',_binary '\âA|„fK²6s\ÔT@pJ#',_binary 'F¦‹ŸW›{.¿pÃº“Eh	ÿjxW¾D*Ž\0E\Í,\Þ\æ','',0,'?'),(_binary '‹A\æ¯\"Y\'wU³´ŸüÎ£','wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ\Ãg¼\×AO@ÂªÁ„',_binary 'g½C	«Y=`«,ë«¸\è\rA\Æ\áW÷\\^m÷ñˆ“û›]','',0,'?'),(_binary '‹F\ë\Þ\ë™X\ß#‹2d¡~','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/ReceivedDebit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/ReceivedDebit.php',0,_binary '\\xœœGø\'À«\ÈdŠ|¥',_binary '\\xœœGø\'À«\ÈdŠ|¥',_binary 'þ/\ÝM^i\ÑÅ¹zya¹²\á-\ÈùŽt\"\å7\ê','',0,'?'),(_binary '‹G˜¯/œj\ä\çi®aS','wp-content/plugins/houzez-theme-functionality/classes/class-testimonials-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-testimonials-post-type.php',0,_binary 'Í™­ÐŽ~sR©\'fÈ¨',_binary 'Í™­ÐŽ~sR©\'fÈ¨',_binary 'Ð´0\Ï$xGKA9G\á\n’„\Çù·“Ž\Í4¯Ô½P','',0,'?'),(_binary '‹Ox˜ñØ±•ÿc5(','wp-includes/css/dist/block-library/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\Ô¿ô¼V\Ûµ\ÖHh\Ô\"\ì',_binary '\Ú>W\ã‚\Ö\å¦VŒˆËˆ GG÷¹,vVq±¼O‡\'‡5~','',0,'?'),(_binary '‹U\Ü\Ðzƒó®cž\ép¬©','wp-includes/blocks/separator/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÙžŠ\n\Çþ¢o\Ã\'€¼\Ë',_binary 'j7W©¯\0À\Ó6…$\Þe\çÁ\ß~RIõ\Ñ\åp„%zP','',0,'?'),(_binary '‹[`ó¬þ\ÉXÚ¸¡\ëi²','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/switch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/switch.php',0,_binary '˜C\ï|lt’õ¶\ï\ÒG\Í}',_binary '˜C\ï|lt’õ¶\ï\ÒG\Í}',_binary '·)´8™–_\Ïx,X\âcÿLÿi=\Ì×‡-\éºOþÀ','',0,'?'),(_binary '‹[*\ß\Ó½\ãHß¹¥Æ‚','wp-includes/Requests/src/Cookie.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Cookie.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3E\Ø\îO+¹e\Ì:õÚ',_binary '\Ï\Ì1	I«,yr\æh=+ƒ\á_smW\Ì7†N¯¨·´K','',0,'?'),(_binary '‹cA\Üi¾.Š*^¶‹_7kv','wp-content/themes/houzez/js/vendors/bootstrap-select.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap-select.min.js',0,_binary ':¥\Ú\Ït J¡\ì,\'”',_binary ':¥\Ú\Ït J¡\ì,\'”',_binary '\ãÜ®ƒ¾¸zS‰_:Gòa·gµyR>;E›\0}öf','',0,'?'),(_binary '‹dùnba6\Óap\Óò¸','wp-content/plugins/wpforms-lite/src/Admin/Education/StringsTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/StringsTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a\ß\à=«ð\î\ç\è©û´\áK',_binary 'B\çpÆ±\Ý!\Ã™uFRŒG|ó«fuh2\r……­Aš','',0,'?'),(_binary '‹jÃ¾FUö\åE²Á\Út/','wp-content/themes/sinatra/assets/css/compatibility/elementor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/compatibility/elementor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N©X‘ŸÖ£zr\ç`¿—$f',_binary 'Ž#ž*\ì\ÂJ\Ñ\älBþ©ƒq\Ö+\íkXk×…³™š]´H','',0,'?'),(_binary '‹k\Ó\ã4\\\Ïy¾\êkµ(¤','wp-content/plugins/revslider/public/assets/svg/action/ic_view_module_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_module_24px.svg',0,_binary 'i\Ý@N…iµ¬k‰R›”4ô\0',_binary 'i\Ý@N…iµ¬k‰R›”4ô\0',_binary '™o‘\Ø)\ÂÉ´v\ì\Ñöýù’i¶ I/!KO/¡\nÁ8','',0,'?'),(_binary '‹mª°õœo\Ñ\'»ÄŽU¥','wp-content/plugins/revslider/public/assets/svg/notification/ic_do_not_disturb_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_do_not_disturb_24px.svg',0,_binary '0¥\ç³}\Þö}• w‚ñ',_binary '0¥\ç³}\Þö}• w‚ñ',_binary '\í\â\ëå¹‘©å§¥‘6wX\ÌöK]I;·xöš4¢','',0,'?'),(_binary '‹n97I.OúÒÞ¿ð°','wp-includes/js/heartbeat.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/heartbeat.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×ªöôŠxðxšˆ•¡8',_binary '³™\ã ò ‚»qŒ9¶‘eœ‰®\ß\Ü\ä„\ä\ë}û->','',0,'?'),(_binary '‹q£\Ý$m\æ~\éYˆ+j’½','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/platform_check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/platform_check.php',0,_binary '\Ù2§¦P\Ý>I6‹²Þ¦	',_binary '\Ù2§¦P\Ý>I6‹²Þ¦	',_binary 'g¶:IO\ÇË¡U\íeƒü7†Êª…£\ÔøG\Ëc\Óà¾¨§œ','',0,'?'),(_binary '‹u>ŒR€µP¹´]¹\ë','wp-content/plugins/updraftplus/images/notices/reporting.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/reporting.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Aˆ\ëS\Ê\ÐÁ…°Î¤%¶d\î',_binary '\ÚWÂª€\Ï&i¬;ø2v\à6ž\È\Ø6µ\×6‘ššM¡Mõ','',0,'?'),(_binary '‹yI\Ìy\í—Ðž¥Ú‰\Þ','wp-content/themes/twentytwentyfour/templates/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/index.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùÂ˜\ZŠ€C³šsý—\á=',_binary 'ZV¼LOme\ènw96q\ëŠ!c~w\"°Ž\æÒ³w','',0,'?'),(_binary '‹|BlôŠIHÒ¼\ÝOSÆ±','wp-includes/js/mediaelement/mediaelement-migrate.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelement-migrate.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<¶C’_hz\Ó3„\í<7',_binary ',b#0 !a­OVc,úØ•SÔI˜Ð»%®\Ûp)“ý','',0,'?'),(_binary '‹†Ln9úP\Æ\ÎI\"s€\ê\à','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character03.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character03.svg',0,_binary 'eº¾Už|¦üz0\è\'+',_binary 'eº¾Už|¦üz0\è\'+',_binary 'Æ /¡*ö^Ì«W\à­r­:K¸µ‘ä·†\ëA1\Ãz\áD,','',0,'?'),(_binary '‹Œ\ÍØ¨&G\é¦)šk{\ì\è¨','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬‚h\áüýP«\Ô\ì',_binary 'K\ç\Ø\Îˆdù%±.RAOôF¾\Þ\×\â\â\àÁ·joù-','',0,'?'),(_binary '‹˜p ¢”^ž™Sž\ä','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4bøBV®N•-`$–¡',_binary 'c)N¬þ†k„…Y\r$o’B5!&*Öd\Ò	4\ï','',0,'?'),(_binary '‹¡\ÕÀ¡©R‡\\‘p\Ë\ÃÂ”','wp-includes/blocks/comment-template/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-template/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—:²\Ã=µŠ‚B«À\ÉW®',_binary '	`øgu F™$`mó±=Ÿ3\ÕÀcÁ\ëc•%K¨\ï','',0,'?'),(_binary '‹¡\ã\Õg‹¦3aƒ\ÜOL$','wp-content/plugins/revslider/public/assets/svg/hardware/ic_tv_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_tv_24px.svg',0,_binary 'Öµ\åŠÎ†~G=F5\Ø\Ü',_binary 'Öµ\åŠÎ†~G=F5\Ø\Ü',_binary '¦65A…Ž t¯\Ú	\ã\ÉpóË™\É!S\É\â7eß\Ð\Ë6C','',0,'?'),(_binary '‹¥‘\Ã÷\Ø\ÐQ\î\ÕicA\Í','wp-content/plugins/updraftplus/includes/class-zip.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-zip.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\Øa¬o9c<%p˜f¨',_binary 'Q\Ü\æÁ\ÞB\09\æ¯Àt\ÃÃ½,brI!Â¥¶|¨ž@À§\Ý ','',0,'?'),(_binary '‹¦?Js÷o,\Ýùðº,\Ô@V','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart02.svg',0,_binary '}­]\Ôkb÷4!\â	w\Ó.{',_binary '}­]\Ôkb÷4!\â	w\Ó.{',_binary 'PŽJL®\"Õ†þ\Þ|€p…¦#P¥qP7œ\ØC¨c\Û,\æ','',0,'?'),(_binary '‹§\"	 zUÅ®!·\Õh†j','wp-content/plugins/redux-framework/redux-core/inc/fields/section/redux-section.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/section/redux-section.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šrAn¨3¹±\Î¢½¨þ',_binary '£ZÔ°Zš÷	\Ù$\àŽ\Ñ.Ÿ#(F[m5òA’d\Æn£','',0,'?'),(_binary '‹¨‡\'\ç@¯Ü“öiþ\n\à','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/tinymce.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/tinymce.js',0,_binary 'Ž(*+µ®Qô\\>b\ï%',_binary 'Ž(*+µ®Qô\\>b\ï%',_binary 'AJ–X·\Ìzm%\Ã³›X\èY\ég\ïºAF\Ø77 U\æÄŸ','',0,'?'),(_binary '‹©1©K g,]ýcŽ\Í\×\Ð','wp-content/plugins/elementor/assets/js/admin-notifications.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-notifications.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àVLš\àÀ(\Û(nGˆ‰k\Ð',_binary '\ê\Æ½»‹bü\'š½†\ìb\Ùvvl~õöÈ¾û\Üü\Ì','',0,'?'),(_binary '‹¬[\äˆ6»¨dcHa ','wp-includes/blocks/latest-posts/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4\Ë5²´/\Ã`½h\ÊR®«',_binary 'N‰t\ÒHs2*¿¥‚÷g‹¶\ã„Œ\à”z,','',0,'?'),(_binary '‹°\\÷­\àÖ¯´B!£\ÜaúV','wp-includes/blocks/comment-content/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-content/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\áaj·\åWm\Ö\ì\Û={\È',_binary '\è¶®\å\n\é\0¢k` ®³€˜?pµrE_¬=E–„\\\å','',0,'?'),(_binary '‹³\å\é$¨®I\ãOZQ.B','wp-content/themes/sinatra/inc/customizer/assets/js/dev/customize-preview.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/js/dev/customize-preview.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü‰¦\Ä\ëK¢Nº¢~¦K',_binary '\Û~‰Óˆ#û”¥<a\Ô\ÓXTÎ’\Ó^ -ÁùWAgT»K','',0,'?'),(_binary '‹º°\Åh+¹«B\Ì\Æò\Ð','wp-includes/js/tw-sack.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tw-sack.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔXhþ+tñ\r\r/\é\âA\ç',_binary '\Ý\\mN¾¤\ëí†¬3\ÇoEù\0\â¯Z¸¨)\âúy„B','',0,'?'),(_binary '‹ºF\è\"÷\èvh\â¡$LbŽ','wp-includes/js/imgareaselect/border-anim-v.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/imgareaselect/border-anim-v.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \Éz!™<ñ7\ê\Ùý¾\Ë\Ä*¨',_binary '‹\á>úª\Âöd\à•:\Ûý¹j1\í<\î!4\Û6“g\æ\ä','',0,'?'),(_binary '‹\Ä|Š\Ø\è[\ìw(»Ö®\ä','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/CssSelectorConverter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/CssSelectorConverter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EOóIm\ï\nL”\Æ)\Ì\ë3ú',_binary ' ð\á;\âô\ÑÒŠÊŽ-h”Æ•&Î´\Z\ÊÄ‹Â¥Xÿ‚','',0,'?'),(_binary '‹\Ë\"\ínO?1\ê¢ô\Ø','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessMetricHeader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessMetricHeader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û\Õ;\Ãbªuÿ¤nG²|',_binary '’4\Ê\Ò\Å\Ë	Á};E½¨\Ír€E’@¶3Õ­\Î\à\ZÀV','',0,'?'),(_binary '‹Í“*I\ê6–D°\ÛõYþµ','wp-content/plugins/wordpress-seo/images/support-team.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/support-team.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„4\ï_ôRx\ÏÀ›§D²',_binary 'L4\Ý\Ð\ÛvŒ&a\'2evó eØ¿‡÷št:A`\Ø','',0,'?'),(_binary '‹\ÑSšu\ÈM*\n–½-\éÖq','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\æ/7\íÈ¥\×ñ§\å<U',_binary '¹tX³˜+HöŽw&vý\ÕÎ´)*t)vxfÜ€†[\"','',0,'?'),(_binary '‹\ÒË©6ýf/\Ú6YjI\0\îW','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'føÀ\Ýq¥+\Óûfw\é\0\æþ',_binary 'Ì¦bFñ×®C~\ÅuŸ;m\ê´ÿ}\èPaM2\å,0S,¨','',0,'?'),(_binary '‹\×\çóB³¯…\'\ê÷\éK5','wp-content/themes/twentytwentyfour/patterns/posts-1-col.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ö›Aj\Ã\í\âA\Z´ð«+K\ï',_binary '\Ís‚$õ+\ê¤Z?Š\ËÀ…ƒu‹9¥™?FÏšÑ¦','',0,'?'),(_binary '‹\Þø™(\Úm%\ÔG}ö¦(ô','wp-content/plugins/wpforms-lite/assets/css/emails/partials/notifications_media_queries.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/notifications_media_queries.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\n7UÌ‡sStv\êœ\Ù<%',_binary '»~)!S=eVß­øïŠ¦Œ$ß±b>\Î€³†\Ü\Ë\ã\Åk¬','',0,'?'),(_binary '‹\æùfþ\Ö\Ðù°	l ´K','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-integration-active-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-integration-active-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')C¤\Ô%}ó‘‹PnÜ IŠ',_binary '#O£Y¹A\ßmÊ‘i¼s.6L)¥_|ð2Ž?‚ó+f','',0,'?'),(_binary '‹\ê´ZLLs•¼ý\ÑHD','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Upload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Upload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å\ÛXð\Â\n£\ß\Ç\ßÖŽ£',_binary '1\æú=2s\Þ\ëoœKªžªyh\Ù	Û³û|¼\ÂL„dŸ]','',0,'?'),(_binary '‹\ì’B¯I”J³rgJOu`','wp-content/plugins/wpforms-lite/assets/images/smtp/pattie.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/pattie.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿ý´“5\àŽ\Å{¸\Ø<Ú„',_binary '{«\ZRs´n\Î\Ï&4ý¼ŠdÁ-]\Å2¨„¢«K\ß','',0,'?'),(_binary '‹\ì\å\ë\ãÁ±cˆ<[‘Š','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž¥7Ž×§E0ùI²qX',_binary 'mO\Éâ©±X\ïXƒ\0E\í,Z*\ß\Ôy*\Ùz7;š','',0,'?'),(_binary '‹\í3\ÏúÿmšÁ\Ü!s¬ó…ò','wp-content/plugins/revslider/public/assets/svg/notification/ic_drive_eta_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_drive_eta_24px.svg',0,_binary ']˜\ãg>p~³\Â\Ë\Ä\ÌÜ¼¢v',_binary ']˜\ãg>p~³\Â\Ë\Ä\ÌÜ¼¢v',_binary '\ÊPó¸,tZ»%¨W½DxW™“@Ow©`Z,/Ž','',0,'?'),(_binary '‹ð	M†¡\nd¨8¢œ¾k«,','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Meta.php',0,_binary '“^8- @!\n\\\æ\íŠ}”\Ì',_binary '“^8- @!\n\\\æ\íŠ}”\Ì',_binary '\èÎ §qù\Ë%nR$\Ì\Ööƒ\åˆ\ß\éò}_½ý','',0,'?'),(_binary '‹ðMAHö\Ìô\0\êœ[d_\×!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\á,}vÄ¨3¼õGÀ\â)©',_binary 'E½r4@\0¸Ô¡$¦\âz\æú3ð¸$l²\ê\Z\Ð`i\äex\Ãl\Ê','',0,'?'),(_binary '‹óyc\â0O°g)Ï­Mf¸','wp-admin/network/site-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/site-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»¬a‡ýÿb\Éc’™´S%[',_binary 'üûXŒDv§X5¬ Ò„\Ë:·´\Ò\Ã,™Ìªz¢ój¥\Â','',0,'?'),(_binary '‹ó„Už]R²š\Û)Y¥\Ëm','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nûj®À¹ô0ö£\âû\ã›9',_binary '¼†\ZðÒ¨2Á#°…s:\ÕÐ \n		vƒùÃ˜+l´','',0,'?'),(_binary '‹óÈ«Gÿú\Ïi¿ZÉ¯‰\Â','wp-content/themes/sinatra/template-parts/entry/format/media-link.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-link.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õmn\ïK\áä¤”Aps',_binary '.—‰HjwV‰ô•®6dIeb¥MzHX	=;«m!','',0,'?'),(_binary '‹ô(;U<õ_ZsHÎ‹ÿh¬','wp-content/plugins/elementor/assets/js/nested-elements.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-elements.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\é¿+`žŽI^©Y’§§',_binary '¾\à$Œø¸=ÿD¿\ïgKw¶ °…uÇ­~\Þs”+/\Ü\Ò_x','',0,'?'),(_binary 'Œ\0\éK7Q·7ï½£n¬\è','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SearchResult.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SearchResult.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡³ &\Ûc\ÃN§ijº\íT\\',_binary '²\0D˜\ÞØ„hy·Oƒ\È+	ªS_ò]»\ÏŠ]¸¤','',0,'?'),(_binary 'Œ>9€\æ.¥pº;q\Îl\î‘','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']D.öú,—X \æeõ€ý',_binary '\ê¬nx¦\Ãi¬t¦S“Šù\ì\Ý\ÏéŸ»¨þC¿—>\È\ÐJZ','',0,'?'),(_binary 'Œ¤5Ç´.\Çù‡÷ø\Ýà¤±','wp-content/plugins/wordpress-seo/admin/pages/redirects.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/pages/redirects.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1\Û\Ä®|\\‚—™njý\Úy',_binary '\éW\å\æ\"\Ö\æ\ëVÿ	\Å\è1Œü7Àñ]Þ´×–D\Ö\Örž\Õ','',0,'?'),(_binary 'Œ\\sUw«u\éP×	ü','wp-content/plugins/elementor/assets/js/webpack.runtime.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/webpack.runtime.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hy±Õ©¹{œ«\Ãj{',_binary '<\ìi2\'eP\Éô\×\Ý_\ÓfKž)÷µñE\ë\ÎÕšô²\à\Ë','',0,'?'),(_binary 'ŒÈ¯¶a\Íy6öZhøAa','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg',0,_binary '\ç7f \æ\Þu3þ\ë\ÚbeG',_binary '\ç7f \æ\Þu3þ\ë\ÚbeG',_binary '…\Ãp\ÑDÐŸ¥r\ïŽc\Ü,ózj¢‹\Õ\è?¡j\ïO\ÐZÀN','',0,'?'),(_binary 'ŒtÇ±%˜û£‘µ\ÚF','wp-content/plugins/wordfence/lib/wfNotification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfNotification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0Ç V2\â(\ÆÀþdhVD',_binary 'S\Øa\Ö\àY„\íµ‡ýgj+|­\ë‘ ò\áJ²ŒM8³ª','',0,'?'),(_binary 'Œ\nkc‹¾\r\íQ“j\èª','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò€;I|w\ÐF\âŽ;\æ¥',_binary '/DhcEHT\ê\ìe\Éð\\Q’|¥¡*\Íi€\Ð)ô\à+´\Ë','',0,'?'),(_binary 'Œ\r7\Ô\ÎJ±\íb\ÖU?rµÏ´','wp-includes/Requests/src/Exception/Http/Status410.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status410.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ái®ŸL)„)¹ˆ7\Ïff}',_binary '³B‚•\Ö\ß\ÞRŸñX„?õ\Ë	6EÁ÷,n`\\­­c','',0,'?'),(_binary 'ŒK5_\×e\Ñ}¬\Â)\\9*','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/woman-with-phone.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/woman-with-phone.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à}|KÀ™\Ô\ê£Á*ô\Í@c',_binary '\æ\ÍL÷šq¹\êB¤X+±\ÊN(½$\Ó\0\n€÷µº>;©­(V','',0,'?'),(_binary 'Œµ\ÅýÞ¨¶ž‰H[	£$>','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ca.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ca.js',0,_binary '=Áõ.Ì ƒKŒµø—õsi½',_binary '=Áõ.Ì ƒKŒµø—õsi½',_binary '\Ù\Ù\ì=Øˆcou»Ò·ŒµX\ä\n%x\Å`K;Ð¥4\ï\à','',0,'?'),(_binary 'Œ%­\è{PsK-Á#\Ãb\Ý','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SamplingHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SamplingHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ws‚@›»ŽR\àf°\n$³',_binary '0¹¦\Âÿ—ú$7“\0g\ïø\á)\Ò7TeÖ³• ½}{±','',0,'?'),(_binary 'Œ0þ°\È\í]\ÔVa#±©Td','wp-content/plugins/wp-rocket/vendor/composer/autoload_psr4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/autoload_psr4.php',0,_binary 'Rö³\Ï*8•N$¦¾^¬',_binary 'Rö³\Ï*8•N$¦¾^¬',_binary '€\Z:G‚¤·Ù•\Z\"\Üt©g‡WÀûL¿\ï¢û®–~','',0,'?'),(_binary 'Œ1Á\êÏ£\×\é I¤','wp-content/plugins/wordfence/lib/wfImportExportController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfImportExportController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý´öû­««¶±ò+>±ÿ',_binary '½dlÑ‹Û¹`\á°\Ù…\Ì\ç÷¦ ¸Jû÷–#|i{£','',0,'?'),(_binary 'Œ:–@•Œ”’	Œ*x¾°‚','wp-content/themes/houzez/framework/stripe-php/lib/LoginLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/LoginLink.php',0,_binary 'ýôTj\ëO›\ÏsT7u6·',_binary 'ýôTj\ëO›\ÏsT7u6·',_binary '~fÀ‚y”û\âH‰°ªŒý\ÒoxDµbY]÷R&˜a','',0,'?'),(_binary 'Œ<‘\à|~E.\ÑY^\Ô!\Ö]','wp-admin/js/widgets/media-audio-widget.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-audio-widget.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nþtw|èŒ‡^À\Ø\r‹<K',_binary 'd½^2?P”\Û\ÌF­›~µ\Éÿ>Àó\ÄòÝ¾\àm','',0,'?'),(_binary 'Œ?š\n5ü´H\ã?\â\àÁÀ\à\è','wp-admin/css/customize-controls.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-controls.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I¶8ö/­¼¤\îÿí³­&\ì¸',_binary '\r§\ÏNC¦˜b‰\nðÞ£fB\Ù$qÇ!Ô¬ : V(\Új','',0,'?'),(_binary 'ŒAŸ\\9n¤}½%½\É8$¯\È','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/elusive-icons.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/elusive-icons.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',„©J\â¶b\Ý\ÎoR_',_binary '\Íö78U\Ùxkð\Ã@£ˆw…k9,Ôµ¤º\á\áK_\Ç8‚','',0,'?'),(_binary 'ŒA¡¶\Ôpffc°H\Ôv','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ge.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ge.js',0,_binary 'N\"ƒÐ•%°oqv;°\Æ…',_binary 'N\"ƒÐ•%°oqv;°\Æ…',_binary '>z\î€7F±fœ:8«<D\ÏM/\'	l\êS?En\Z(','',0,'?'),(_binary 'ŒD„VQR$TvE\èh\ä“\Ó>','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã,÷7ƒ%e—\r\æÁEe½ß¹',_binary 'nò5¢\Ä\ë]	‚ °\Ð\É¡J\Z\0]o‘Â€lÒ‰}°\0','',0,'?'),(_binary 'ŒG%—î¤¯_\Û\ä» |+]','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-700italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-700italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ´¼¢Û¼\ËU… šu»I\Z',_binary '«¬µro¼\'¡›%ëˆ˜bC‘ÿ`Ò¤\Ë2>¸\Ã(«','',0,'?'),(_binary 'ŒGd³dÌ\Ý¸ù–ù`\Íw','wp-includes/assets/script-loader-react-refresh-runtime.min.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/assets/script-loader-react-refresh-runtime.min.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡\àšû\0¶!\Õj1M/>ûƒ?',_binary ' V<\ë\Æ\Õ#Y’&=\Æz;­\åôI\×0\Ù\Ã\ÃžNlz','',0,'?'),(_binary 'ŒN.eþŠÛ“\Ù?ÞZ‚ÿH','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Filter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô÷!\×\ÃóM+Œ$a\Ù',_binary 'ñ\Ð9ú¡\Ô\Æ(7((8qM\Ò`\n›Kq(®:\É~z˜¶','',0,'?'),(_binary 'ŒUD\êÄž—;®\ï(Ç¨l','wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†:‚\äJ¼%k¨\áC*4L\é',_binary '›¥‚üÂ±\É2µµ¿S%PûôCpKy£¢ÿ\Ô\ësÌžZ;\Ô','',0,'?'),(_binary 'Œr\Ë\î×«3U}X~t•”>','wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/css/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/css/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'ŒwB~~ð¦üú¥BPƒ8','wp-includes/blocks/post-date/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-date/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3–†ú\âÙ¦>\éL\ã\'',_binary '\Òü¬°\ß?´\Öa°h–‚»™Æ–ovñ¬\Ö\×5nh','',0,'?'),(_binary 'Œ‹”vUûGU`¦\É;	+\Îy','wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘¨_·\ãœHPw\n\ë,]œR',_binary '„¹o|-–\nWi`°q\ç‚s±‘xp‚\ÑO¡²úEXš°ª¥\Â','',0,'?'),(_binary 'ŒñMö\Û{¬€©(z\åhBw','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_el.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_el.js',0,_binary '£%?¬ºj6þ³i>È°g\Î',_binary '£%?¬ºj6þ³i>È°g\Î',_binary 'þÿ‹„ýƒKT“\á:¤	VŽ Œ\äªQm!E\ä1ù','',0,'?'),(_binary 'Œ½´†juGCtO\Æþ\Ø\â','wp-admin/css/colors/coffee/colors-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/coffee/colors-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tŽ\"‘,~1ˆ¶\ì\ÃW\ÛU–¶',_binary 'ÏŽ{\ÌHTM^@ýÑ¨\ì«\\ô•ª¶Xr?Õ’°üõ£','',0,'?'),(_binary 'Œ¡c4\Ü)^V´\êlZRT\Õ','wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/QueueInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/QueueInterface.php',0,_binary 'ã¡y\Öhl-g¥\Ö\ç¤\rÿO',_binary 'ã¡y\Öhl-g¥\Ö\ç¤\rÿO',_binary 'pò?«¼’5ö¡g\Çî–ŽdÁŽ\'	^fM[\âÙ˜Á','',0,'?'),(_binary 'Œ¡ª!eƒ ú$D¾ÿz÷\Ù','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é\Ê\Þ\ï1Vfzx\àm$Z\Ò',_binary 'K™\á.j\á\r\ÝU±,»Ë…\ÍS‡RÆ©ï±®&Ö \ìœ7','',0,'?'),(_binary 'Œ­l«.H|S„³\Ö{°†','wp-includes/js/jquery/ui/effect-transfer.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-transfer.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@‚\Ëh*ðô£×»kA—i',_binary 'ne^ýP!²–¬yû©F1.}.\\\'ª¨\Û\åVv','',0,'?'),(_binary 'Œ°a¬Às“ÁO¿–¥Ê»','wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àò‚\ëxR\ã\æ\\\ÕùŸ-',_binary '®#¶?t\"£_\Õ\Ü\å	ø†I:\0\n²–´aþ[ª\"¢','',0,'?'),(_binary 'Œ´\æª’A\à•\Å\ÛICªÄ­','wp-content/plugins/wp-rocket/inc/Engine/License/API/PricingClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/API/PricingClient.php',0,_binary 'C»\ÄüÕŠ~\ÖR—S‹\Ì3',_binary 'C»\ÄüÕŠ~\ÖR—S‹\Ì3',_binary '¿Ç¾û­j£Gþ{q17ÖºFLa\Çgi‘€”d\î^','',0,'?'),(_binary 'Œ¶”µ´¢ò­ø~e/ƒ!','wp-content/themes/twentytwentytwo/theme.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/theme.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©‚.\Ð†Ž\Õ0†¬\æÖ¿\"B',_binary 'ðÀ\":M)û2\Ð\Â\Í\çµ_\âYK›\ÎNK%[£²xn¸!Ÿ\Þ','',0,'?'),(_binary 'Œ¸¦ISU`u€´úTòÀ\ÊF','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\élˆ{\ÃbOs\é“_aº\Þ>',_binary 'mõn5ñ\ËßÖžÎ²gJ\Ùü\\µý«¾\Ú3†ò\ãõ\È','',0,'?'),(_binary 'Œ»dI\0À¾¯\Å\Ïg³Im','wp-content/plugins/updraftplus/vendor/composer/autoload_files.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/autoload_files.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú-°\'¥{‘™ºŸ\× q',_binary 'M\ê\î\ã\Òa\È\à[«øD~\éô³jÿô\ÕÛ¯\ÍñV\Õ\Ï','',0,'?'),(_binary 'Œ¼\\2Qº÷—D\ÐJ¤·\á','wp-content/plugins/houzez-studio/templates/content/section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/templates/content/section.php',0,_binary '¡†—%‘Ö™¿ø\åñN”•',_binary '¡†—%‘Ö™¿ø\åñN”•',_binary '[¯)pV£€v\ÉBzq¼sKO\Å,*÷@¤žø0M‹h»','',0,'?'),(_binary 'ŒÀ\Å0H\\ý\Î6¶{¢ì˜™Z','wp-content/plugins/updraftplus/images/addons-images/googlecloud.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/googlecloud.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó\ê\'¤c\Ë\Ö\Èf\×{º=E',_binary '°y²„AZ82i^<\ÞÏ{Vž\rE‹[!‰ý7U\í\\','',0,'?'),(_binary 'ŒÁˆ\Þg\Ætó™ßœ_\î¨','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-method.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-method.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0°;÷±ö¤\ä ›œ?¼õD',_binary 'zp¤¿´|V³\'^\çvÃ¥=l¬¡ê¸\ão<†š+\ê;Œ','',0,'?'),(_binary 'ŒÁ\æø”–3™º\\§ú%','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-pages.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-pages.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^hO=Bsˆ1J.+‘\é\ì',_binary 'i-jV\ÊhÀ_\åV\Ù)Žn\Ö\ÞŠ\ÛCb·òøWÇ¯œ}F','',0,'?'),(_binary 'Œ\ÊOYx\Ç<~•ÀumL\n','wp-content/themes/houzez/js/vendors/i18n/defaults-pt_BR.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pt_BR.min.js',0,_binary 'T—\0Ö¤¿\Ïf§!”¿¶\Ô',_binary 'T—\0Ö¤¿\Ïf§!”¿¶\Ô',_binary 'Q43Ò¿\Ý:\î°\ÅiZ½ø\è™F¾´@g¢­¨ƒ3±\Õ','',0,'?'),(_binary 'Œ\Ê1\É\È8J<õt\äÀ´ú¹','wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/SysVCacheItemPool.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/SysVCacheItemPool.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶·[sECŒ ±ñ\ïúXF',_binary 'T2F \0¤ô aMý \\ÔˆBT®‚‹‘|7&¿ˆ´_','',0,'?'),(_binary 'Œ\Ë\ÚcÀc\â¦ñHV1{ð35','wp-content/plugins/revslider/public/assets/svg/communication/ic_dialer_sip_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_dialer_sip_24px.svg',0,_binary '\Ã%\ät“ß¸´ÀÑ“Q\Æ,',_binary '\Ã%\ät“ß¸´ÀÑ“Q\Æ,',_binary '™|+°þ&]Í¶p‰˜\'\ëFŠÞ¶tM…r¶\á(¹>te','',0,'?'),(_binary 'ŒÐ•8Õ• “\Ë\Î\âPV\Äb','wp-content/plugins/wpforms-lite/assets/lib/chart.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/chart.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý^\Ùn9ð»\ZZŠ!x\éF&Q',_binary 'ô^´-f\0¨x\ÎC9]$ËºWÚž¤>þ±ñ\î¦¶Snµ','',0,'?'),(_binary 'Œ\Öt\è%…rm»ªœª«þ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\0O/°ö\ÒÂ¿A\×\å',_binary '\Ðjù\Èó´‘†\0¯\ì\È{S\É\ÝHò¡HhW‘L\Ò\ÑÅ±v«','',0,'?'),(_binary 'Œ\ÛÝ\Â\è~\ß\Ï@\r\ë\n•\Ï','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v7.php',0,_binary '©­C\êù\ã¼åš¹¬Hq÷­Z',_binary '©­C\êù\ã¼åš¹¬Hq÷­Z',_binary '{>§\Ña\Âl\æ\ß\å\Z@eÿ³/®8pû\\ß…¶¹\ê“4¥~\ç','',0,'?'),(_binary 'Œ\ÜS%\ÜÑœ\"\â\ÏrŽ!\Ó','wp-includes/blocks/list/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨\Ñ\Ë|pIf‡)\Ýv?\ê²1',_binary 'LT¹	Ë¢Aºe\âB((TwÏ—MŒŸ,z\ØA3‚\Ðy','',0,'?'),(_binary 'Œ\Ýhð:¨ñ\æ\æ%)ìœ[','wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-coupons.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-coupons.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à~Y&¤ŠÊ›ò!§ŠXø',_binary '£!\â_>Ua\áwF$ \'z	j²lErT¯d','',0,'?'),(_binary 'Œß Æ \Ïp\\Á\Ìyp\æ','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTags.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTags.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')•\ZfÍ¿w\áy<sPtû',_binary '·\0ýò\éKP•\Ãe\\}\×[„\Î”þf‰.oV@\Â\ác}','',0,'?'),(_binary 'Œ\à\ç\ÓE¿‰\è\Ò#n3\æ`A','wp-content/plugins/wp-rocket/inc/deprecated/3.4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.4.php',0,_binary '³¹ø\çºEÀy\Ö1‚…Íš',_binary '³¹ø\çºEÀy\Ö1‚…Íš',_binary '>\ßV[£1»\æ´È¹(¥µ~\écôORû\ÒE\'j—\æ\í','',0,'?'),(_binary 'Œ\íz®\0?(¨»Z\åö\ë\Ô','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-group/group.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-group/group.js',0,_binary '\Zû\Ì/Ñ®0\×s R!',_binary '\Zû\Ì/Ñ®0\×s R!',_binary 'ˆ6Ÿ£\ÃH1—\ç\èá¢„©\ÃS\ìŸŸ0¹šG\nS\ãCõ','',0,'?'),(_binary 'ŒñRÐ¸{ö\Î\ïW\Ú;µ\ç','wp-content/themes/houzez/template-parts/search/fields/geolocation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/geolocation.php',0,_binary 'C	\äa‘ÕŸ9Zÿ–$›z',_binary 'C	\äa‘ÕŸ9Zÿ–$›z',_binary '=Fªn+t”p\":ò„!!8þ´P:\ßÚ3','',0,'?'),(_binary 'ŒöN¾wŠg\à`º#\ã\ç','wp-content/plugins/redux-framework/sample/sections/design-fields/border.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/design-fields/border.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Òu—Z†k÷·£ðBÀL\Û',_binary '\éyO\×`BœÀ\ÑIw\n\ák\Ù\0Šz7\"[\Zw¶®\r÷z','',0,'?'),(_binary 'Œúú=„TšŸ‘¬7šŒM','wp-content/plugins/updraftplus/images/addons-images/pcloud.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/pcloud.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b0\Ë 1ïš‚ùBr\î4€',_binary 'y~\ê©\ëO~ž»À£`\äP\è>dmƒz\æPe!b6´\×','',0,'?'),(_binary 'aœñÍ–\ä!œ›«)I¥','wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â¶p²ˆÇœ\î\Ô\Ö\îMX\Ë\Î',_binary 'Œ\Î8B­#x}oY«²¸&¹ñ¤\ÉÏ¡4j\èÇ§\Ã\Æ\É6!','',0,'?'),(_binary '•\ÒanµöV=Ty X\ä','wp-includes/SimplePie/Copyright.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Copyright.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\Æ\á>¸¬ŸóÔªQ',_binary '\æi\â\î¼%ŒÜ´\Û\ìE\Î^gû\Ïò2¶z,\ã”@£QÁò³V','',0,'?'),(_binary '6 ?‘µZ<å‰¼\\-\×\Ô','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_2_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_2_24px.svg',0,_binary '\Z\ÑJÇ½S\âa!\ÞN3%[',_binary '\Z\ÑJÇ½S\âa!\ÞN3%[',_binary 'tS§{\Ð@‘\'‘òU[Ú´o°dH…§\ÈVmCž\Æ\ã\ì','',0,'?'),(_binary 'e\\+Wn·ª°\é*','wp-content/themes/houzez/template-parts/search/fields/areas.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/areas.php',0,_binary '0µƒÇ‹d£7¤3ð™…',_binary '0µƒÇ‹d£7¤3ð™…',_binary '\å^\'eo\Åõ\íc-\ÑQ¥\0“o<Øƒ½¹ \Ð\'e8{fh','',0,'?'),(_binary '7„²Ï¸Èœ/¨.%n','wp-content/plugins/redux-framework/redux-core/inc/fields/border/field_border.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/field_border.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õõ[¯P.ˆ¡Ï‰½\å/þ\Ø',_binary '“£(nGZ‘<R†0¸T\ÊE¤Ø¯]a)\Ñ4~/b','',0,'?'),(_binary '#D™.$·dSZ¢\Æ-','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â\nŒ%ðha\ËLxô\ÉC\åó',_binary 'Rx\Ú\à³9£\í­\é\\uƒ2¢S&¹‰OMBñ«r¤V\ä\Þ','',0,'?'),(_binary '$·œb	¶Š\Âo\Í&ÿ¡8ó','wp-includes/blocks/button/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8+\ÆÙ·ôš³ˆR†{ºŒC',_binary '0\\\Ì\rzºñ¨\î_-v¿\ÌIs0;/^p›\îSGA}','',0,'?'),(_binary '%\âh\Ô2˜ñú d9\Ìa','wp-content/plugins/elementor/assets/css/widget-alert.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-alert.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§\0\ÃoöÀy¢ýtœ!B\Ø\ì“',_binary 'óH\â\Å\ëg\î\ê<Ÿ¼¿Q\äTsu¶\ã_\ËA\È\ãî©¯°i\Ø4','',0,'?'),(_binary '&$\Ñ\'=\Ðö¹\Ë¡õw','wp-content/plugins/wordpress-seo/js/dist/introductions.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/introductions.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.§oK\\¥[¡2\Â\Í\ÌW2\Í',_binary '_\Z¡¬i\Úð³u£\ë… \È7‰¹oh›(C\ÝV÷\\ø_ù©','',0,'?'),(_binary ')\Þ#`5\á\Êú\éˆt1úSi','wp-content/plugins/updraftplus/images/addons-images/moredatabase.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/moredatabase.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/a!\\-‰“H=k\É1§M',_binary '÷\"\Ñ$}Š\'Ÿòü]\ÆlAwK¾ì…³M–›sö=\ZDT[','',0,'?'),(_binary '1\n<\Ñ5C¼€÷»ƒþ½q','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©i‚OÚ˜‚\Ëk)[g,–',_binary 'ª\Ý7¾¼\Ã6¸1oLJC§Æ–¾\Â\Íþ¯\æG¼\âv\ëW','',0,'?'),(_binary '2\æD^q³2Ú»ü\á;>nJ','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úp\á\'U*±U¼Ð§\åò^Ui',_binary 'sª„\è¨&M\Õ\Ó@aDFDx#úó\Õ\äõ^ž.\Êiž','',0,'?'),(_binary '6\r Ýž\ËNsê¨¤Ai	','wp-content/plugins/redux-framework/redux-core/inc/extensions/shortcodes/class-redux-shortcodes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/shortcodes/class-redux-shortcodes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°dGcP\0¢0•†ß¦‹4R*',_binary '‹Ÿ¡q·ðXž,‰µfä¯”þw\ï*\r](¿~\çœ~²÷|\ä','',0,'?'),(_binary '9\Å\ç…ýs\\\Ñp¤X«)H','wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/D¶0_VœQm°>t¯',_binary '‹ 7&Â­ó\é\Ãú¢]¿k\ÒpŸ&\à–\ä«c7ò›“¿òû','',0,'?'),(_binary ';\ç?G±L88œ{(I-','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/jquery.validate.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/jquery.validate.js',0,_binary '³\Èk¥³=Z/´‚®Ô¥=',_binary '³\Èk¥³=Z/´‚®Ô¥=',_binary 'w\Ê:#ô‚B\Ü&Æ¯p8n Vµ‹•´]û\ÍWl¯ù[','',0,'?'),(_binary 'CV’ž%ÿü˜\èœ\Ói','wp-includes/block-supports/border.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/border.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a…\ÕGŒ†óoMµ™–\×\\\ì',_binary '\ZòoJ\Ë\Û\ë(\äF\"‰›c[\ì-9ä¹¹\"W¥ÿ\Ö\rb\Z','',0,'?'),(_binary 'K2·“,ü#\ÞE-=%W','wp-content/plugins/revslider/public/assets/svg/social/ic_public_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_public_24px.svg',0,_binary 'Ù©\ÓõC¾C€*Ÿ\ÑT¦y;¶',_binary 'Ù©\ÓõC¾C€*Ÿ\ÑT¦y;¶',_binary '•£\æ\ÐpRZJ…%Q)\åø_òùù8¬§\Äb1\Ó(¨','',0,'?'),(_binary 'Q[#o°x¿lˆ€\ØS¡','wp-content/plugins/redux-framework/sample/sections/extensions/taxonomy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/taxonomy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.3ƒ\'ú“ªšs\îµ)\Õ',_binary 'Jxc‰ŒdHÄ­ùñ\Ô\ÉÁl$˜\Ç=B±\Ä.\Ñ\Ô^','',0,'?'),(_binary '[nŸTøÿ.\È÷\à‘','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z\ÚqAñˆ*¹´(ƒ\ã`{\Ï',_binary '\n°½øýDŠZB\×\Ãô\í\×6ÁN&\ÎFa»…G¨#Ÿ¬','',0,'?'),(_binary '^\å6\ÃzC:pô¤8o;ªQ','wp-content/plugins/wp-rocket/inc/classes/event-management/subscriber-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/event-management/subscriber-interface.php',0,_binary '\Ýd\Ü6§\è		rÿ´!^\Æ',_binary '\Ýd\Ü6§\è		rÿ´!^\Æ',_binary '¾\É-\Ò/x\á*%“¢ò—.‰\'rð¯\Ñf1x\î`óõ6:','',0,'?'),(_binary 'p)\ã€bM{GTÇ‚x','wp-content/themes/sinatra/inc/customizer/controls/background/background.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/background/background.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎðLö2/˜|ƒýx\äO',_binary '\"ñ\â£b<õ½¨\É\Ù\Û@\ïj\Ø\Þöü\Üh;\é\én±¥Œ','',0,'?'),(_binary 't‘ûS§Pk\Ç>ª&/”¤','wp-content/plugins/one-click-demo-import/inc/ImportActions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/ImportActions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û€#mN›\Ñ_þC \Zmi\Õ',_binary 'D°\Ä\\T“\"\è]\É\á\Ã2\çm\ëX\à,ýŒŠ˜k\ÏMjl\í','',0,'?'),(_binary 'u4wY.‹ðü\Ãû…§ö','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò,«>7j½{ûTC\ä/;g',_binary '\ÓÕ„j)nÁx?\å!r\Ú7º½\Ô\Z©ªT´T\Ú\ï\å ','',0,'?'),(_binary '} yTŽ\ìZ\ÝH„cDJ','wp-admin/js/custom-background.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/custom-background.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùû|+Tø\çGTtú\å…\0',_binary '\Ër¶B~‹<W5¾9‹ÿ©[;]\ÅÞ“5Sõ\à¹D¼\ï\à­','',0,'?'),(_binary '…\ëªöZK\Ùú*%†\Ø÷\Ú','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚¡\Ê* ½›¦*\èµ))\Ë\Ð]',_binary 'F	-T]MN\Ê\0ƒH\è¸SœÆ®¨cÏ¯“¿„G\0û\É\è','',0,'?'),(_binary 'Ÿ%\07 {\ÑfµyRs','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/Util/JsonDecoderTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/Util/JsonDecoderTest.php',0,_binary '±†œ\Â\ä¥o\Çbˆ‰¿Šúw',_binary '±†œ\Â\ä¥o\Çbˆ‰¿Šúw',_binary '\îâ ž#ó<ˆ3í ±\ë^\êŒIµI:BS±!\Ãjp?','',0,'?'),(_binary '¤\ËE\Ä\rûƒ<4<J;I','wp-content/plugins/elementor/assets/images/logo-panel.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/logo-panel.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\Ãc©·\\žpˆy²\0y¬',_binary 'ŒmM÷P8XawZ\æ2ò\ÄO\Ö,c›=\Ü:\âHS§\ß-0`','',0,'?'),(_binary '¥8¦gL\ï/è–œ?M@ó','wp-content/themes/houzez/js/vendors/Chart.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/Chart.min.js',0,_binary '²5µdÞœ,a\×\ïüò¹;',_binary '²5µdÞœ,a\×\ïüò¹;',_binary '\ÃSmrnþ\ä_,‘\éŠy³½_2Q\Û\Í9\å¤\rHAb~\Õ\ì','',0,'?'),(_binary '¬{\ß0l(Æ²u9,wS\Øu','wp-includes/js/media-audiovideo.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-audiovideo.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÇR_\"7\Â-\Ö\ZÅ Ð§@',_binary 'd8 ³†•ðJƒ_X¸C\äŸ^U\r 2.\\\Í/\ÈQ\ÄX\ß','',0,'?'),(_binary '­Ý‘ú¶Gª\Åi¬.','wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '¯i\'Æ¥K(¿üKÄ¡…\Ø','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/notifications.php',0,_binary '-L²ß®\'e…ú\ÓC†\ëZ\\\è',_binary '-L²ß®\'e…ú\ÓC†\ëZ\\\è',_binary '\ä´ý\ÒP.¬5\"\np|Ø£\íð\Ë\Â\Û\Ôª½±Ÿ\ÆY½\\','',0,'?'),(_binary '¾\ï ,¯ù\áÖ›U\\X\Ð1¤','wp-content/themes/twentytwentythree/styles/whisper.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/whisper.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›W%$«I«\ÌRŽð®\0±',_binary 'n\é\Õ\ÍG{ðLV…0ƒ\ê\Ñ1\Zž\Ù\Åkn¾Z£•¨\Ò','',0,'?'),(_binary '¿AL¢]k‰p…ÿWzA¦','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Common.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Common.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K°\ÊWþ‚§\"{jn_MB',_binary 'Ÿ|\ÍC{h;t¶öÄ§nù=÷\ÌÁ\Ã\Èx¯ñ ¼k\Ä Y','',0,'?'),(_binary 'Â€\ÜCNP\ß\Ä\àJY1¹a','wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2¼\Ù\ZŸAH\ä\re÷¡ü¹³',_binary 'ƒpJ.<6\ÌL\Ñ\æÓ\äDõcPç´†0Pˆ\î€ºn\á','',0,'?'),(_binary 'Â\çz¥\çÛ‡\'lÿ\Èv<','wp-content/plugins/elementor/assets/js/lightbox.26bf6b6c4232d8789c0e.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/lightbox.26bf6b6c4232d8789c0e.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ¥ |·ŠWò\Òÿw¤4!-',_binary 'H\\~ön¡´\ÔEC¹¿\êz2$ac­™…1j¿†œ\ë¨','',0,'?'),(_binary 'Ä°8—¿\Î\"²†<Šú\Ì$-','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php',0,_binary '´\á \é–õ\Õ\Ô0\êý\È\ä¬\Z',_binary '´\á \é–õ\Õ\Ô0\êý\È\ä¬\Z',_binary '–útEt\0f\ä®Reø\Û\Í\ÈETÏ› \ÏW¬a\ãDß©','',0,'?'),(_binary 'Æ§¨–—¡\à”*¶H\ë\ÝL','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Resource_Data_Availability_Date.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Resource_Data_Availability_Date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';¬´\ï\×A…\Ù\îšk<\Å(¶',_binary 'òQ\Ç\Êv\Ò\×O}†\Zt ð<“û{¨\×\È\î2\àn\ÚZ','',0,'?'),(_binary '\Í$\0\ÓSlaÅŸq|˜\'\Ø','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö`\ä„ó™i”mq\Õ\r{l\Z',_binary '\Zõ‘[¨6qÏ½\Ý\ÑHO\\³ö\ägn®šþ‘BdG\ç6','',0,'?'),(_binary '\Ïa‚È‹qŒ\Â\ÑxÍ¸\ã','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step4.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step4.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0©\îYf{óò•%wÈ€',_binary 'ˆÔ‘ \Ò\"1s‰Wˆ@-‘”$\ì\á\ßÊ _Vn¥\Ö,¤Lp','',0,'?'),(_binary '\Ôü\×I´ÖœHlñˆ\Ñ\ì','wp-content/plugins/wpforms-lite/assets/images/community/suggest.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/suggest.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²ý>¿\Ì\Ø/\àD˜÷]\ìô·À',_binary 'ÁÁZ)5‘\ÇrÁÆ”nv\É\é\åpˆ=\Ã&ô \å\Ú\å','',0,'?'),(_binary '\ÞWŠ\ÉÚ”\ìÓŠ\Ï\Zck^ú','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Request.php',0,_binary '\Ù©¦ƒÀœ]ó\î¶\Â\ä\×',_binary '\Ù©¦ƒÀœ]ó\î¶\Â\ä\×',_binary 'Ý¥‹Šû*IÜ¢Œ\é\êc¾·Vóšù’	ÁOAþOƒ\Òô','',0,'?'),(_binary '\áþúG#R–\Ú0ß‹1','wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg/ThemesData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg/ThemesData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å*õc\nT—{”C\ÕTŒO',_binary 'JI<£\×‡x§ñ“‘H4s\Û\Îlžç• \Ç\0©\"¹Q¶','',0,'?'),(_binary '\â­t\ÄtT\r—¹l}Qv\Ê','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart13.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart13.svg',0,_binary 'É£C\é1ƒ}À9|E',_binary 'É£C\é1ƒ}À9|E',_binary 'sªØ¿»›8ž\Ì8\æ¯Þ–n\ÃQ±mò\Ò\äm¢„|ð\0\È','',0,'?'),(_binary '\ä)!)\Ã6‘\å>}\É74','wp-includes/css/dist/block-library/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\Ú\Äp‡v	¾­&\n\éX\Û)',_binary '04ú\Øô/ý\ÈŸ\ïŒ>, ˆi\Íoq\îµ\Çö]n\\8F]','',0,'?'),(_binary '\æ÷:|¸Àt #\Åýý','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/GroupHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/GroupHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ\ÃÉ¹%eGM»¯Â“L‡',_binary '™²\ê´òs\àWa»\Ð¹2ù\Ò!\Ñ\Ù\Â|¼ôô@dF\\\Â.','',0,'?'),(_binary '\ïg\Ð\0}^œ Ò¡\È:‘Ý','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/jigoshop.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/jigoshop.php',0,_binary '‹\ëEŸÞ—N\r/\îa#w­',_binary '‹\ëEŸÞ—N\r/\îa#w­',_binary 'j\å\Ú(ûk_\\ÕsADOC\ï<&p@„Ð½c^º»xn”','',0,'?'),(_binary '\ï\æ®{eu\È	I¸°²','wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û\Ô\Ê\Ä,\\¥u€œ\Ï\Ãö`ÿ',_binary '\×x\â`€R#\ÈGô½\ÒñEd[qÈŸ´\ëh\ê\nx»s¾‘','',0,'?'),(_binary 'ó(¾ù‡\ÙfÄ‰¾Wn\ÂE','wp-content/plugins/houzez-theme-functionality/shortcodes/partners.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/partners.php',0,_binary 'u.eV¯—\â\ç«Y\ÃÂ˜\èn',_binary 'u.eV¯—\â\ç«Y\ÃÂ˜\èn',_binary '\äX\îMy\\\rn(\á÷¿~¸ýQ;Q|lúi„\Ãpô¼\Êáµ”','',0,'?'),(_binary 'ý©L…òVÿY’\àÿ*','wp-includes/js/plupload/moxie.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/moxie.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Åñ\Òh¹j«º»b\Ó(',_binary '¯xþTô‘ Zœ™ºø¼\å$ ”\Î\Ä\Z\nºJCØ‹(•¾<','',0,'?'),(_binary 'þ\ìNr{Þ”§‡}z\0Õ¨','wp-content/themes/houzez/template-parts/listing/partials/room.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/room.php',0,_binary '\îM4_\ZÝ«“	ü<dJûFŸ',_binary '\îM4_\ZÝ«“	ü<dJûFŸ',_binary '&gPø¢\Â.RªÓ»¨S\àtB³\Ä\à\êS†\n1\\“','',0,'?'),(_binary 'Ž\ÕE‘\×\î3 IV°·d\ç','wp-content/themes/houzez/js/vendors/i18n/defaults-pt_BR.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pt_BR.js',0,_binary '#ðM_\Þ\ÖÞ”´\Þ\Ð\î7\ri\ä',_binary '#ðM_\Þ\ÖÞ”´\Þ\Ð\î7\ri\ä',_binary '¡›±\Æò1÷ƒ­”£\0š\Ñð\ê/\âP\Ù\â½\nº+hP','',0,'?'),(_binary 'Žy6\é\ëÚšŽp@_P8','wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/Subscriber.php',0,_binary '^ýûªŠ!U¼i\Çu[zB€',_binary '^ýûªŠ!U¼i\Çu[zB€',_binary '­Ø¶\ä¤d\é\Ûü\Ñ\nU2ŒÑ«?q°K{ò-óg–ˆˆ','',0,'?'),(_binary 'Ž6’\ç\Z+ˆ\Ð÷¦\Ö\'','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/ArrayArgument.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/ArrayArgument.php',0,_binary '»ø´H\Ï¨,ÖÐ¡53',_binary '»ø´H\Ï¨,ÖÐ¡53',_binary 'Qr÷ûZM2\ÐýA¡ßŒE,¯¿–^<­N\n¦%\0œ$','',0,'?'),(_binary 'ŽÑ°pü!]0	\ÐFwÍŠ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/InboundTransferService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/InboundTransferService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™ô^! ›&½	6\â ˜&\Ï',_binary ' ºŒZ\Çd\É\Úi}dÖ£{*\êdˆ˜E	¤“^`ð^e\Î','',0,'?'),(_binary 'Ž \éA$Û¤fCNö™37','wp-includes/query.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â\ÎE¢1 abúz0S%',_binary 'P¹º\Ãf\Õ]kZ–\ìtšlŽ`Ã„…¬\Ëý\ÍW\Ãð5\é','',0,'?'),(_binary 'Ž%:e%\Æ\ÃWq2¯S¸\×','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pulse.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pulse.svg',0,_binary '¤¯œ \ìLTaOûG Qªø',_binary '¤¯œ \ìLTaOûG Qªø',_binary '\äþÀÀ³Zze;W£cû\Ði\\´Q*’N~i\á','',0,'?'),(_binary 'Ž(¢û×”\ïW\åh@=a','wp-includes/images/smilies/icon_mad.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_mad.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Vž!\Ë@ýcû0\âS¸',_binary '\îÀ±½Šƒ§\Æd[O:Ç‡óžóµ\Ë³jl}òq\Ú','',0,'?'),(_binary 'Ž)\ä„\ØþXö,m©j\é\çT','wp-includes/blocks/post-content/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-content/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëJ±)¼ô…ejˆ\ë¸',_binary '\×\ÓŠ”<wž\Éc‰%dU‚.’\Þ^qs°Fkÿy\Î','',0,'?'),(_binary 'Ž*\ÆGc\Ét\ê¯}`n\Ô','wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û\Ù1\ë\Ü\ÅÐ¿*$±Wþ\Ñ',_binary '‡\â\áž\ìk(8|o,uN0JulažA¾P‚–','',0,'?'),(_binary 'Ž*È–Ë°Z\âzVS½«','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–)U/i¢öùÐ“C`',_binary '‘›n\Ìc;\æW÷\í\'¿:sy[x…v<\Ê\É\å \Û\Íƒ\Ð\à^\"','',0,'?'),(_binary 'Ž-º‹q8\ëC\Ýþ\×ýp¾\Ó','wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php',0,_binary 'gb\â\í2s\è¥(\çp\æ\ß\ä',_binary 'gb\â\í2s\è¥(\çp\æ\ß\ä',_binary 'ø\Úq-\ÊÇ»©ˆX\ÕS\×+õË£\Èlð\Ê\Ø`\r‚y~š\Ü\ê[','',0,'?'),(_binary 'Ž/\Å\rZ©ó“\Úq\'\rIÀi','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–0{¼P¬MLÅøý\ÍV{',_binary 'Áµ¯¦Ã™\ìRQ°&\ÅMG¡m\à*u»m\ëµ#f]—','',0,'?'),(_binary 'Ž2\Û]Ô–M\Æ\rz•óK','wp-content/themes/houzez/header-before-header-builder-.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/header-before-header-builder-.php',0,_binary '/W×¥\æ=\ÄŸ7\È\Ø\Â1\n',_binary '/W×¥\æ=\ÄŸ7\È\Ø\Â1\n',_binary '­\ì\è9´õ\ÒdÈž\ë†\ëx©D·¥¦ÞµûP','',0,'?'),(_binary 'Ž7ÿ0¥\ìÁÁ,š		M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Qy¾„£?¿;\é8žV\nø',_binary '\0\Ç-\Ø\Þ]ë®³‡•XEt)˜`\É\Å1\ØCý}Mr2\Ý/','',0,'?'),(_binary 'Ž;*\04\ÅS\Ê;#B¯§wø','wp-content/plugins/wordpress-seo/lib/orm.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/orm.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$»\Ú7º¤R\è%i\áS',_binary 'ºd„ŽYÏÏšEÊ£D‡ý\Ï]‚©ÿˆ\æ\åú\Ê \èù','',0,'?'),(_binary 'ŽC ,Ú¦ˆR1A\Ä	X\Ú','wp-includes/blocks/latest-posts/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÍB|¯a…½@\r@®ª',_binary '¦ÿ\Ê\Ë\0¼6\Ù[\à¿$¥o¹\Ý\Ëiµ”ô¯5ºuª+\ãk\ç','',0,'?'),(_binary 'ŽE‘H»¨ª!¨£Áh€<y','wp-includes/blocks/site-title/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GƒœPžCµR“Â½®EY\Þ',_binary '¢[\ê\é\Ë\È\ÄUgî¹­Yý”:[\èU\ÑT_\Èj\\}eõœ\çe\å','',0,'?'),(_binary 'ŽJWC<¨\ìXÉœ’º\î÷\Ö','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/default.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/default.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ;a\Ñ9õ\Ú\Z\0“°^kpN\Ð',_binary 'Ž\ÆWš,\\Ü†óBw›cj|\\\Îÿ\Ü:3dyšØ–\È˜¡','',0,'?'),(_binary 'ŽN\Ì\Ì\Îƒ1‹»,¹\×õ\Ì','wp-content/plugins/revslider/public/js/libs/webgl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/libs/webgl.js',0,_binary '\ë\\·ôM\è\æv…’rð\Ï^\'',_binary '\ë\\·ôM\è\æv…’rð\Ï^\'',_binary '\ë÷. lÞ³¶‡g!°£¨§~õý\É\\E%”ô*z¤ø§C','',0,'?'),(_binary 'ŽW;«˜$‰X÷¥K•Vf','wp-content/plugins/wp-rocket/assets/js/lcp-beacon.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lcp-beacon.js',0,_binary 'S\ê:Ü€Éž²zUW^k9Ÿ',_binary 'S\ê:Ü€Éž²zUW^k9Ÿ',_binary 'RE¦\ZV\×þIn¡q\äMÏŽ–B*‹sŽŠ[v\Ìdºz','',0,'?'),(_binary 'Ž[\rpk\ã%J$3ù÷öL','wp-content/plugins/google-site-kit/third-party/google/auth/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/autoload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š\êW¡¼x¾_¾†\ê‹9ÀD',_binary '€\Ó\ÏZf0*2m\Íb’¶\Â{†\ÐR~_¥›¸¡~\ÂVF=','',0,'?'),(_binary 'Ža³|•ƒWP£)®˜…gõ','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’Æ¢½²¯÷Ee\0N\\',_binary '\æ¾\Ú]¤pdºš0\0nsj˜’>i])öÿA2¹ûËµ€\Ï(','',0,'?'),(_binary 'Žb±F;Y™c1x\Z\ÅÕ­‚','wp-content/plugins/revslider/public/assets/svg/content/ic_backspace_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_backspace_24px.svg',0,_binary 'W\æï¾¡ûQŽ={a\ëº\í',_binary 'W\æï¾¡ûQŽ={a\ëº\í',_binary 'µ .Ÿ\ï\ÒÅ¥ŸÆ‡Ã¢™³¿x8bÑ›šŽ\ÉÓª±M','',0,'?'),(_binary 'Žg\Z»»\\\Û\rž`=ƒm­','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']\á‚#%þðZ	Ñ¦\Ý	',_binary 'Pˆ\Ê;ŸX]IR\âV^4Æ¢\n&\Þô\ïh\ì\Ô\ÍË±w','',0,'?'),(_binary 'ŽiŠ©µB\Èj\ß\Þö\Ö\ï]','wp-includes/sodium_compat/namespaced/Crypto.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Crypto.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—G8©J+œô³‹	¾ z',_binary '>8œ©¸\'X\ëi\ÔUbýGÐ½\Ø,<T`6\ä¹\È4Ðð','',0,'?'),(_binary 'Žm3­»\ËP:d©¦]ó	#–','wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Žp\Z\r\04~#q\Ç\n:Þ†¦,','wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6TK.¶\Ô_=\êùŠ',_binary '‹\ÂqC\í:µ^\Z?‰ük\Ã^\ZLÕ­²¥U%Euz*’.','',0,'?'),(_binary 'Žr\nÁôžü\0/\à’+\ÌÚˆ\á','wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Rows/CacheRow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Rows/CacheRow.php',0,_binary '-¦(©_\æƒYG<59u9',_binary '-¦(©_\æƒYG<59u9',_binary ':§ð5\ã\á&£¿\é“Á<!9\Ï\îÕ†ƒI´\ÔÀó¼l\Õ','',0,'?'),(_binary 'Žz¯”F´, \Òi\Èj','wp-content/plugins/elementor/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘|fFF1\Æõ\Ç0\î\Ñ',_binary '&|¸mtU4Ae\Ø‡\ä;\'ÿ\ï\Í4oùyBC\á¸O¦','',0,'?'),(_binary 'Žz5IQeŠ/vP\Ç2g&','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü(	_ÿ©–CŽ\á6Àðzü',_binary '2}|•ü\'\Äð5Žò¸\'µ£\Ó}«YCv\Ç\àHR_V\Z','',0,'?'),(_binary 'Ž~\Õ4E\Î\çy5“ Z¿\ä','wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-code-snippets-premium.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-code-snippets-premium.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!”hó.¯\Ñ\Ç\Ïpš&I',_binary 'ˆ¥†þÓ–1tŒ\Öò]ôA®\â\é\"S†0=À,\ÝÍ¥£','',0,'?'),(_binary 'Ž‚P¦\È\Â\Ê\Ñ\ÇFe\Úòœö\Ï','wp-content/plugins/houzez-studio/admin/js/i18n/id.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/id.js',0,_binary '\Ê)\á~\r]\âu=3',_binary '\Ê)\á~\r]\âu=3',_binary '1œK©v\Ïk?€“\ì\ÜQ\ÇRpkŒ—°¨^1µ\ê\é@Í‡','',0,'?'),(_binary 'Ž„ƒùvü´ŠÏŒ\éŒY9\Ó','wp-includes/ID3/getid3.lib.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/getid3.lib.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e]\Ö\è\È`Te,-¡(\æT',_binary '\Ùý+€ÇY5SÂ†\ç,™ð\âjG…h1DXž\ÙÌž*½','',0,'?'),(_binary 'Ž‡\åi?\Ófb\×šS?!v™','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Variable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Variable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O3„’‡m? \áœg»\á¯\ê',_binary '\Z‚\Õ~X}r\ÚB1OºŽ	\Ûa<@§\Õ¯p	n','',0,'?'),(_binary 'Ž‰û]\Z\ë´~-Cn”','wp-content/plugins/elementor/core/isolation/wordpress-adapter-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/isolation/wordpress-adapter-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±$\é-¨…ž]Oô^d¬)ª',_binary 'B\çˆùW!Êˆ\rñ¶yMX\Ó\íû>Ý \ÂM–ŽRˆ²¶','',0,'?'),(_binary 'ŽŠƒ<\ÛþG~÷\n(W\Ä.\å','wp-content/plugins/revslider/public/assets/svg/toggle/ic_radio_button_unchecked_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_radio_button_unchecked_24px.svg',0,_binary 'B¢WVYC>\n\ï\"‹Uø\Å\Ú',_binary 'B¢WVYC>\n\ï\"‹Uø\Å\Ú',_binary 'ž°º±c•&xO÷¼‹|Þ›caibŠg½=wŸ\Â|5','',0,'?'),(_binary 'Ž”\ÈX,-Fù^˜F´-9²','wp-content/plugins/wordpress-seo/css/dist/elementor-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/elementor-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\f\ãcó¿·D-’\Ñ.Ë¡',_binary '„fûbÀ˜)ŒB)‰œi‡\è\×D\Ûi›Œ\êQ\Å)\âó#û','',0,'?'),(_binary 'Ž›Rü\ì=ÿ°¼\ÕÁg÷Y.','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-exclamation.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-exclamation.svg',0,_binary 'Þ›nJ\æÏ€\\0¡Ç‚_|Ÿ',_binary 'Þ›nJ\æÏ€\\0¡Ç‚_|Ÿ',_binary '‚Ld)o`Œô\Ç“1`Ž÷}Ãˆ¯|HDBŒ-•³\ì','',0,'?'),(_binary 'ŽœQc@‚\Æ$	rs\0','wp-content/plugins/wpforms-lite/assets/images/challenge/chevron-circle-down-regular.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/chevron-circle-down-regular.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú\n«x·\Û\êŒò~Û˜‹`',_binary 'Xhu=Y…“¯ùJŽ\å ¿\Ñ[Bµvô\éH\ÓZ\îH5','',0,'?'),(_binary 'ŽŸ…X’‚˜Höov\Ë','wp-admin/css/common-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/common-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'åŠŸº]€‰[ wZ@o\Ã',_binary '¡H‹»X0x\"Ä‘¼\'“\Ì\Ð\Æô—2\à=}í™¾oô','',0,'?'),(_binary 'ŽŸ!N¨´D\çw®`¦ð¾[\Ê','wp-includes/js/jquery/ui/dialog.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/dialog.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°¼vnIþ\Ø`™€þuI\Ó\0º',_binary '{PñG¨/X^_7G:P¬q\ézi—¦ð¸€@V\êþ˜\Çay ','',0,'?'),(_binary 'Ž L\ÂÇ°@\ïvû\ß\Ü~û\á\Ó','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Û­®¼¾gZ]Íƒi7NW',_binary '\ë\'¬Èú„Ÿ\ÓÉ˜\Ì\îR„òCBÙ–o`eÿŽt5­„œBD','',0,'?'),(_binary 'Ž¢\éXp¤\Ü\Ó\çŠ~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÐW¯oe±~°oB2ž_;',_binary '5ŸqõªSrL\ß]OX½¥˜‹sqˆ\Í\ìð+l<‘\ÈÉ’','',0,'?'),(_binary 'Ž¬¬D !1gŒq\æ\çt%Z','wp-content/plugins/elementor/core/files/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bt±µ\à\î‘)a…ªã •',_binary '<¹Ê¿\Ñ\Î\Çz\ê¥\æX¿>”¡\ÛdÐ [“t ›','',0,'?'),(_binary 'Ž°Ö—]NR¼\ïS{qv?…','wp-admin/css/wp-admin-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/wp-admin-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',*iµ“\Ðò†[p]ª¥<',_binary 'r5S­E\Ð?29/õ)\Êý_\íPJvþVhü\äú«\ÉR½','',0,'?'),(_binary 'ŽµŠQÉ”iTˆ@!\Ã\Í|J','wp-content/plugins/google-site-kit/includes/Core/Authentication/Verification_File.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Verification_File.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°-\àû<V0ª£5\ïl\á`\Ù',_binary '«§´ƒJ\ïuùÌ‹S¤\'’ ~wuX¶\ïNPª‚2RÄ­','',0,'?'),(_binary 'Žºú—œ\æR˜\×j»B”\Ï%','wp-content/plugins/revslider/public/assets/svg/alert/ic_add_alert_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/alert/ic_add_alert_24px.svg',0,_binary 'ï”µt\â­ÇŒ‚ ‚roY)m',_binary 'ï”µt\â­ÇŒ‚ ‚roY)m',_binary 'B\í\\+Î™\Ñ\í:[°M8\ç\ÖübX·÷€\rñ’šÁ‘*Y','',0,'?'),(_binary 'Ž¼\nø@\r!»EdMf','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-500.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-500.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' Ÿ/\Ìþ\ã[rG°Š\Z&o(',_binary '‚¾7|ÿšŽ^bMˆ•:½ÕŒg\Ð¹½\ÙO~D\àe','',0,'?'),(_binary 'ŽÁ\Z,zó\Õ§Ò”U’','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-B.\ï½9\\\âñ}PÿNƒ!',_binary 'Å¾t¨ˆóTý\ë\Ñ\n”ôEt·¨ý„¼\ÞBz¸9\æ','',0,'?'),(_binary 'ŽÃ\ÍúU…¾ð“ó(Cfƒ+','wp-content/themes/houzez/template-parts/dashboard/property/property-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/property/property-item.php',0,_binary 'V¦A\Ò4;<’AŸ5¦ÿ',_binary 'V¦A\Ò4;<’AŸ5¦ÿ',_binary '¶Z;ö”E´\é¸l˜§À\Ù\ç\Ò{×¹Po¥æª£t|','',0,'?'),(_binary 'Ž\Å~k(¦G\ï\áó&¤VD¢','wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~D\Ã\Ý\Å\â\ÅM\Ì‚\Òz?¼',_binary '=\Ç\ï°/qU@©‚\×`D‰\îF·­\ê\ÓT5À\ÎJ','',0,'?'),(_binary 'Ž\È\ÔV.ƒ\Ç-­\Æ\Û3Ù¸¦§','wp-content/themes/houzez/framework/stripe-php/lib/Reporting/ReportRun.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Reporting/ReportRun.php',0,_binary 'G\î·f\Ë\ÛÐ&\Zp…]',_binary 'G\î·f\Ë\ÛÐ&\Zp…]',_binary '…ü\rGþ+•3\Ë=—‹/«û\ë.c< ‰¨r!_·»','',0,'?'),(_binary 'ŽÉý­tX2FX\ÈIO²','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesGoogleAdsLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesGoogleAdsLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ$l…“Ó»’\Æl\"\Ý',_binary '\ã\n\ë®#F\å\à\Ô;Kõ9¬¹™Q(.\0\Äe&D','',0,'?'),(_binary 'Ž\Ì! ¿Ã­%Múö.7E…“','wp-content/plugins/google-site-kit/includes/Core/Admin/Plugin_Action_Links.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Plugin_Action_Links.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.\Ã\Ù\ÑQ¯ºa÷\ËrH',_binary '\àB*O˜b¬u· º»p>þÆª\Ã`a0æº…','',0,'?'),(_binary 'Ž\Ö|\Â\Ô\\ËŒ\é\Éj¼ü\\»d','wp-includes/js/dist/vendor/react-jsx-runtime.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react-jsx-runtime.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g0\áx\ç“D@fˆñð’µc',_binary '\Û+\ê\é\×;tùþ†‘\Ê\Æ\Ê—\á¦o>|II³´I”\Ê ','',0,'?'),(_binary 'Ž\àw\Í\Øù\é\ÍH^Ž­jH','wp-content/plugins/wp-rocket/views/settings/fields/text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/text.php',0,_binary '\×\ë:²K0ö¹…i\Öˆp\ìw',_binary '\×\ë:²K0ö¹…i\Öˆp\ìw',_binary '\Åö\'¥_pø/,Á=\évøB\Ë\Æ÷¬‚i\Õ4gyV-','',0,'?'),(_binary 'Ž\í\ÖV2r« 5E†Àšµ¡','wp-content/themes/houzez/framework/metaboxes/listings-templates-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/listings-templates-metaboxes.php',0,_binary '8¿m¤f&\Ùbp4´¾*y',_binary '8¿m¤f&\Ùbp4´¾*y',_binary '= ­«›\Ì…¡`<|¼‰ªý\çNs÷#\î<0\Æ\Ø','',0,'?'),(_binary 'Ž\îOÜŽ$8ª‡J¦e»‚','wp-content/plugins/wordfence/models/scanner/wfScanner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ#€ü\"\Z*T0û¥ØŸ€',_binary '9v\r±ý½^J¶·M\Â\æMœc÷GÅ—ñ—§À\æ±\é\Ñ\Ø','',0,'?'),(_binary 'Ž÷õõJ0\ëð\ï_?”­\ÒF-','wp-content/themes/houzez/property-details/availability-calendar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/availability-calendar.php',0,_binary 'µ¨_‘öñF\î)ý(\áz±',_binary 'µ¨_‘öñF\î)ý(\áz±',_binary 'E—R\Ç\Æy\Õ1Uš½,\Õo\"\×[xJ;qQ\ÇM0“Ô¡‘À','',0,'?'),(_binary 'Žø\ïÏ„\ÐÝ§J\Ý\àm','wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8\ÃV§®Âƒ§Tƒs_~',_binary '¹‹°¦bÖ—.Q¡!ˆ\\îƒµ!ü«øêŽ£E¶¦','',0,'?'),(_binary 'Žù*v\Ñ<ýTCœU¿XJn','wp-includes/blocks/column/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/column/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']£\ßI\Ü,agù\Ç\ÔV0\Ú',_binary 'y”‰®ªD\èüs\ØL•\'\Âxúú\Ö7=Vºs\Ïrwž','',0,'?'),(_binary 'Žû\0i\Þs‡§ª³\nÄŠ·\Ò\Å','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Plugin.php',0,_binary '\Â\Í÷\æbEƒ°!¯2+A¿',_binary '\Â\Í÷\æbEƒ°!¯2+A¿',_binary 'k‚®`\í\ê}\äLi\Ü¶\Ê\É\Ø\Ôú¸\ÙjÒ·[ý\àa','',0,'?'),(_binary '\07œŽ‹±m\ë\Ð\ÞÀ\Ô','wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%  \Ó&ÙŸAYšj]³',_binary '* —n\Ñþ³am!­ˆ\í\êÓ£\Ë\è„\"±Ë¶¬‘§f˜\Ê','',0,'?'),(_binary '\âM‚\æ\åºP“0\è¹^J','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»x 5¶Ý®¹\ß<R‚–«ú',_binary 'm\Ñ(±“œ,\êw§¸õÁŠËœyªl9Â’\ï\Ò\ì','',0,'?'),(_binary '%0\Ë+ :\âY\ÝÃ®’','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/OutboundTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/OutboundTransfer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~6u\ÝþÂŒ½_\á\áœ1«\Ñ',_binary ';¯x\ê,g\É_\ì\ÜÕ½Ì°\åÏ’\nq®\ÓÀšñj-–r','',0,'?'),(_binary 'VñÜ‚0\0Uÿ`·5C>','wp-includes/css/dist/components/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/components/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘ŽI\Â\Îmô>F\Å\Í7',_binary '€’\å¨<b\Üûpú“‘Û¶\Ñ-&\ËJ!é’œH\Âm •ý','',0,'?'),(_binary 'Üƒ\Âˆù\Ç|™J1€€','wp-content/plugins/revslider/public/assets/svg/places/ic_beach_access_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_beach_access_24px.svg',0,_binary '\ÝxI›\Ðb3\ã\ë¹\ëû‚³\é',_binary '\ÝxI›\Ðb3\ã\ë¹\ëû‚³\é',_binary '…±´\Ítö\ÌóG\r\ä#lÄºC•\æ*\ÓL\Üxg;\Ðjn\ï\Ð','',0,'?'),(_binary '	\àJ\ÙD¶ë‡‚µe96','wp-content/plugins/elementor/assets/shapes/curve-negative.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/curve-negative.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w»ûýlN_\ØÀŠ¢\æWh•',_binary 'ìŒ©ºð€&\Ú\Ãõðõ\ìL{\Û1c@Lµ`k\r~£­þ','',0,'?'),(_binary '«¼i`\äý\Í\Õö¶\\-','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/accessories.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/accessories.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Éœ\Îø’œþ:¨f\Ã]¹)',_binary '­d–7«\ÞÁz\Í}œ,G\î\Õv\ÜøN6–³U\Éÿ','',0,'?'),(_binary '´\È@J&\ï\0\Ý~6\Ì7Öª','wp-content/themes/houzez/framework/widgets/houzez-instagram.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/houzez-instagram.php',0,_binary 'Q\Ú<(iúô•£4Y4L',_binary 'Q\Ú<(iúô•£4Y4L',_binary 'O\äY\Ñ+\Ø|Œo\ë½\ÖŠ’õH~k\âšÀ&U\Òð%ƒ6¼','',0,'?'),(_binary '¯=œ˜œ™®¢D\È÷','wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/keyword-analysis-disable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/keyword-analysis-disable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a¼\Æ\rp\Å\ÓñP\è r›\Þ\í~',_binary '±Q<¯;Y^\Îw\n¨\àö‹ÿj\rCN¡Ž•\Z2§\Õ4•©t4','',0,'?'),(_binary '(E¾@\à¥d­ô\ß\ç\Æ7','wp-content/themes/houzez/template-parts/realtors/agency/address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/address.php',0,_binary '1ô;h.2\àJ+q~\Ø=¤',_binary '1ô;h.2\àJ+q~\Ø=¤',_binary '\ÌrCJ™]®óo\éß›a8a5žœ\Ý>¡\ïPûO÷%','',0,'?'),(_binary '\ZŸ \ÜR³÷¹[\Ö\'\Ý>','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëJ—\\c7’yþx\ÆÐ³l',_binary '³~À\ÍqVš\Â¯¾*\'\Å1”¥¤š]3^‘öž\Í\Ém','',0,'?'),(_binary '\r?\Û>¸X\"-AŸ\á§np','wp-content/themes/sinatra/inc/customizer/assets/images/transparency-grid.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/transparency-grid.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[^¯\ãQ\áÇª\r:;¤5',_binary '¼ðºË?\Ó\ì#\ÔO	—\ï’C\çMøŸ·\\\Ô\n¸\0VY','',0,'?'),(_binary ']_˜\ÝòŒ9¡|²»gó\r','wp-content/themes/houzez/404.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/404.php',0,_binary '¿þÀ« ]x\'.ÑŠ\r\Ò',_binary '¿þÀ« ]x\'.ÑŠ\r\Ò',_binary '%¢OªQÊƒo%¼\Ü}–\Ì	û\Ú\"ƒ$^jùt¿&\Ðð','',0,'?'),(_binary 'ú&q	ˆ,(Tù\ÕW€-','wp-content/themes/houzez/framework/stripe-php/lib/Review.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Review.php',0,_binary '£µl\ç\á\ê§vÌ€¿\Ò',_binary '£µl\ç\á\ê§vÌ€¿\Ò',_binary 'G2\Ä\ß\ï\È=\Z\Õ} D®€a6Dž\Ô\Ót`1õÁ-®”','',0,'?'),(_binary '\"´|\æ\"{\Ë\íøº¢÷T','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/FinancialAccountService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/FinancialAccountService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“y…\Ñ&\Z¿\"C«wƒ',_binary '\Ó¬špÇ¬øŒ0¢F}\n$[\Þ‰~]%Ý¿šW¿,','',0,'?'),(_binary '\"‡\Æ;/^ûÿ\Í/®§\Ü','wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_paused_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_paused_24px.svg',0,_binary '‹¡Àk]\ëg«GH\Ñò\Óv+Š',_binary '‹¡Àk]\ëg«GH\Ñò\Óv+Š',_binary '\Ý5TLykð“z®Lõc6	!³NÞ¬‚›\"¢,\ÄÓ¸','',0,'?'),(_binary '#\é9Ÿ4u4Ÿ2À\\ø\à','wp-content/plugins/wpforms-lite/templates/admin/payments/single/details.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/details.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚¸t`(SôlX[€/',_binary 'eô¯“û™Ÿ\ë\n~¥\ê\Ð\í%\ä\0\ÃVw\Þo‹—ž>\ÌW\Ñ\"','',0,'?'),(_binary '$»Àªj¶Xž])D:','wp-load.php','/home1/arxacomm/public_html/point2listingcanada/wp-load.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘AØ”ªg£¨´\Ðú\0p¬',_binary '\éž\ä\Ü\É\Æ\ÜG-³`+—\r€þŸ\à\ä7\ÒòGºš\èú','',0,'?'),(_binary '%\ã+E\0¬%NóˆY[','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php',0,_binary '\ÃHÿÐ«=6‚dòRWU',_binary '\ÃHÿÐ«=6‚dòRWU',_binary '.Ü¶ev\Ý\å!Ç²XŸ\r\Ø\è­$ó´Œúl•ycI0ú','',0,'?'),(_binary '(\\—+_\ÑV¯\ÕFOW¼-','wp-content/plugins/elementor/assets/images/contrast.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/contrast.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øqÊ•\á j\ÂR\\¦“M',_binary '>LÕ±\è³M\àaq*&m9«	\íI|+úÔº“Ï•#\ë\â¿','',0,'?'),(_binary '21±M™¤\äb¢\Ò+Àù','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/OrderSummary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/OrderSummary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š¦Cgú»bò“J]Q‘*',_binary 'A>2˜Kžœ¹\Õ\Üy™/£óû\rÁ\î‘ød3ˆ\Æñ«O\Ä','',0,'?'),(_binary '2\Û-„¼\å-\ÕgÁ˜y±÷5','wp-content/plugins/elementor/assets/shapes/zigzag.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/zigzag.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/Gó@²\é?\í\0ú´:{Q',_binary '‹Nü\É\ã*†´\Âw|	S\äÌ¦x\Ù\Ï<\ÕJ:“ôkñTŽ ','',0,'?'),(_binary '2\ß\\\é17Õ€\Ôwi„{','wp-includes/js/dist/vendor/wp-polyfill.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’øÀP\Æ0ôõÐ°­hd',_binary 'NaÁX7’˜\Z\Ûrñ)´øÍ•JžeG\Ø|‚Ü¼´Hµ','',0,'?'),(_binary '39õ ¦÷r¬ð6È¯','wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"|uHW\ÛTÕ–ž¶2\Ò',_binary 'œ\áOG\æ0\×\ä$N…÷(þd€¦#{$,ù)e[\Z†Q','',0,'?'),(_binary '4ðs6\Í}4\Ó*¿±z)\Å','wp-content/themes/houzez/framework/stripe-php/lib/Stripe.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Stripe.php',0,_binary '’²9 X_“GR …\×\Êô¶m',_binary '’²9 X_“GR …\×\Êô¶m',_binary 'S¼-9vXR¾¯{©7Rh…Œ.%·†/P%x•ý=Od”','',0,'?'),(_binary '8_Cb\äpr¨\ëK\â\"y‘Z','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/TransactionEntryService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/TransactionEntryService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^—1\Z=öF7¬\é¬rHN',_binary 'þ;s±÷¸¹SL&\ä¤x#ZLüª\ÖóD\"u1\Â6\Ä','',0,'?'),(_binary '<³`\ê\íjV=x˜²µ·\ê','wp-content/plugins/houzez-login-register/social/google/service/Google_MediaFileUpload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/service/Google_MediaFileUpload.php',0,_binary 'X÷ù§\ZŒ¾Æ¹ †E\Ò!A',_binary 'X÷ù§\ZŒ¾Æ¹ †E\Ò!A',_binary '¹Í˜D–6\ë\"BE\â,\Úu\äA\ÅT7ñ\×\\\ÝýmxŒù€','',0,'?'),(_binary '?$;ˆÐ„\çý\Þa\Ëx|D','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/staging/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/staging/index.js',0,_binary 'Ö¾¥\"Yº™\ãA™iòs',_binary 'Ö¾¥\"Yº™\ãA™iòs',_binary '%\"\Ý\Ã3D®–d†¯\Ð\Õ0(„xù%Ž7¿¬\à!\"\Ø','',0,'?'),(_binary '?I\Í†[\\“\íTý\éMŽ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Notification.php',0,_binary '}Â”Fµ·_\Þ¤W³',_binary '}Â”Fµ·_\Þ¤W³',_binary 'NV³šSÄ¾\á0ö\Ú··£T?t­„³\Ø\Ä\Þ^\Öu\Í^','',0,'?'),(_binary '?‘‘¸ý,5¼\Úah]\ØI','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/colors.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/colors.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D’	Þ¹«T›•†dFJ|˜',_binary '> c(\\¹\"ü=’jZè§« v)±\å\\ò\\‚T)o\Ï\Ù','',0,'?'),(_binary '@Ÿ\ëR-HÐ„g9Ÿ+;\à','wp-content/plugins/revslider/public/assets/svg/image/ic_adjust_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_adjust_24px.svg',0,_binary '*K\à\è;Wñ™\í\ÕTÅ¨w',_binary '*K\à\è;Wñ™\í\ÕTÅ¨w',_binary 'Yf\æ¹\ê1\Ê>€›O\Î7TŠ#=÷\î\Ç>@ñ¦3\Çû§e\Ú','',0,'?'),(_binary '@†\ÎÄ”\Ðl!$\ïF®\Z~¹','wp-includes/blocks/code/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\JNPT-¦7þ\î\Õÿ·]£',_binary '¢\Þ<¥/\í\ÒlU0*ß¥Wµ$V£ªùývC]Œ\ÚòÁ4\Ñ','',0,'?'),(_binary '@òª£>ü’I0<zñ','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/blue/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/blue/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Ctq—Jñ‘>–\ÖÅ¬é—‰','wp-content/plugins/elementor/core/document-types/page-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/document-types/page-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ¾¨¾»\r»/±	µ:\Ô>',_binary '±`~v/<©${ñm\æ±ÚD\ëÇ Ðº–F\ÑFò\å\\úþ','',0,'?'),(_binary 'H¾)™\ë†’\×\ÇjH\Ñj','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@ð±\ÂËŠtrö£–\Þu\'',_binary '#\Ö_‰\Ö\n:8aD\Í\ÓØ r†Ùªœ·‡\ß2/€ß˜ùñ','',0,'?'),(_binary 'Nsfº#†@Q;§;¾{Ì»','wp-includes/blocks/query-pagination-numbers/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-numbers/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P,\Ï\Ç#0O\Ü%ò<ü8£|',_binary 'qnði\ê÷È…\å\n\ÒûÑ„o3QÛ¾-NP3NH','',0,'?'),(_binary 'Q\"\ÒBû\éz\Í\Û]¦8Ov\n','wp-content/plugins/wp-rocket/assets/img/warning.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/warning.svg',0,_binary 'zž\Ãÿ›bi3f\Í+r¸',_binary 'zž\Ãÿ›bi3f\Í+r¸',_binary 'Tú\r+øNSÜ3v´tE^…,ƒÊ‰Hxkj¥Ô¡.','',0,'?'),(_binary 'SŒ‰¾n\íY†\È mÁA+','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äŸ2\Ùå®­‰\á_«2”Š',_binary 'Sm\Å\Ó\Â}öq\ã@\èonk®®M^™$”£·\ä\Þq–','',0,'?'),(_binary 'T[¦¦/“\ã88,U\Ù\ÑG','wp-content/plugins/revslider/includes/colorpicker.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/colorpicker.class.php',0,_binary '¿q—ˆ\ß2G)äºŸ\Ý@M¨ˆ',_binary '¿q—ˆ\ß2G)äºŸ\Ý@M¨ˆ',_binary 'S—˜À$fa„¬¸\\\r\r÷,.U\ç,¤]|)\Ü\àmbfM{e','',0,'?'),(_binary 'Vö™©/\0NY…W’47\Ï','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Config.php',0,_binary 'mK\"\Û.\à\äyi_ö¦ü°—‘',_binary 'mK\"\Û.\à\äyi_ö¦ü°—‘',_binary '\"RNhXNaúb†\\GQ 8-g\Ð\ä~Y³m\é,\\”Ÿ>a','',0,'?'),(_binary 'Z)¥\ÍaC~¢`ýgCL','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/ServerRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/ServerRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2.ªˆª\ïgvc8\Ù\\a­',_binary 'oóa-®&±”K½`\Ç÷rÀ\Êü®\0l\ÇÐ¡','',0,'?'),(_binary '[$\á_ž¥\Ò Vœ€®B@','wp-includes/Requests/src/Cookie/Jar.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Cookie/Jar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß\ÑC\Én[LM(­',_binary '\n\Ã\É\É\Ê$S·\Ïô`\'@#¬\Î\ä\ÍGT€‡+ò\Åw\Ë','',0,'?'),(_binary '\\\ÞX\Ù©\é÷M>)­','wp-content/plugins/elementor/includes/fonts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/fonts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z\è/?È¼.ß®©^\ïÿH\Í8',_binary '{Ê­ú~/g\íM\ÜOñô6ý\nü`@\ä4^??Ápl¶','',0,'?'),(_binary '`;Â \Å\á˜G\Ç;\\(W','wp-content/plugins/revslider/public/assets/svg/action/ic_label_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_label_outline_24px.svg',0,_binary 'ª¶nú\é\Ô\âú\è\Ìr‘õ',_binary 'ª¶nú\é\Ô\âú\è\Ìr‘õ',_binary 'ü{\0²û(n„¶&9×;\ÐKý«\Åþ—6üfô3\é','',0,'?'),(_binary 'a…O¼ S!¾÷ð\Ùg‡T','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/validation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/validation.php',0,_binary 'dM\n#yÊˆe–	pô',_binary 'dM\n#yÊˆe–	pô',_binary '\Ón\ß\Æ,Tô?¤WEF~Pp3(i.oÉ™_Áº“','',0,'?'),(_binary 'cøF_\ÑdôŸ\È\ì\0B º','wp-content/plugins/houzez-login-register/social/google/auth/Google_Verifier.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_Verifier.php',0,_binary '\É\Þ0_H$\Æ\ÙM|@¿\ç¾X',_binary '\É\Þ0_H$\Æ\ÙM|@¿\ç¾X',_binary '@\ìûü\í\nc“ýw\î¨ý`¼\'ÄˆƒX.g\ÒU\Â\ä\ÐU','',0,'?'),(_binary 'h-KÑ€\ä§muR\ã\é›','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-similar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-similar.php',0,_binary '\ç±\Ëõ\Í_ªœ¥pó',_binary '\ç±\Ëõ\Í_ªœ¥pó',_binary '…‘›^V_)8—\ç5EcNÞŸaqŸI|\íÑ¤‚—À\ï“`','',0,'?'),(_binary 'i\rL­Ž#¬\ZuðóG','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/RateLimitException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/RateLimitException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïaE]ö4l:Z±K\â;\Ë',_binary 'hg\Ðû;3žO‰w\àfñ¾7;\î\ìý#{ª9\ã)b','',0,'?'),(_binary 'i_\ÞEdB\Ã\åf\\Áh','wp-content/themes/houzez/js/vendors/i18n/defaults-bg_BG.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-bg_BG.min.js',0,_binary 'yQóöØ£O¢cœ›4ž¿',_binary 'yQóöØ£O¢cœ›4ž¿',_binary '2«5øC\é¦Ûh¹`\Û\Ð5³\å~ƒt\ÄQ\É\ïB9R­\Ú','',0,'?'),(_binary 'i\à´!hóZ&\',C\É#','wp-content/themes/houzez/js/vendors/i18n/defaults-hr_HR.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-hr_HR.js',0,_binary 'Aœ\Ì\ï\Â\ß	\ÅvÍò¬',_binary 'Aœ\Ì\ï\Â\ß	\ÅvÍò¬',_binary 'WMv\È\ê¯A=™V\ÙôS\ÑA4m\Îr\âª\Ú\Ùk','',0,'?'),(_binary 'j%M»Éò\Ñp)Z‰\Ä','wp-admin/images/generic.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/generic.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øŽ•ÿ\'Š[#98!\Ð',_binary '§{u\ë£\å\ÕK[gÍ†Ex\Ü{¥:ß¼‚úlÍ¨G\Ä«','',0,'?'),(_binary 'n¨$ò;,\'þž‚rA¿','wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Kû7ƒŒ­Ü˜moû?\Ñ',_binary '¿\Ã>r\ÇEc0”\ç\"6\Íf\0—t€ú±›WÃ€\ì','',0,'?'),(_binary 'n\Ý@G\Ãn/ª¦\0a<i','wp-content/plugins/wordpress-seo/admin/menu/class-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÑnŠ\Í\×S\ÔS’†p]SM\ì',_binary '·‡ ‘‘¿´À¤\à7rjÀw’\Ôc¸©zyúª\ÓrY','',0,'?'),(_binary 'v¾À\às@µt,\\)”‹’','wp-content/themes/houzez/template-parts/dashboard/profile/role.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/role.php',0,_binary '‹T!ô\å>Ô°¯û(Y',_binary '‹T!ô\å>Ô°¯û(Y',_binary 'þ\Ö\r¶oE›»G¼q¦lº\ÑO®s\îxÌ–\Ö@vP\â½','',0,'?'),(_binary 'zXt3–c£oÜ©/8O','wp-content/plugins/elementor/assets/js/admin-feedback.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-feedback.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤ñ§\Æ\\-e\ì\n{!q¹ö\â[',_binary '¹Bs´\â{i\"\ì3Ž‘\\‡«lÞ“~ ù0Ú¾','',0,'?'),(_binary '~\"¤x0jš\å–\Å3\ä\Ù','wp-content/themes/houzez/framework/options/typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/typography.php',0,_binary 'gôK`¢\Ì>#øJJ\ZT\Ý',_binary 'gôK`¢\Ì>#øJJ\ZT\Ý',_binary '@Ruu¢(€2’\å/\ÆF> ù§‘—× \ïIHÁF\Ì\à','',0,'?'),(_binary '†ø´ÿ\â¯Ë—Â\Ô)a“','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php',0,_binary 'K\Â\Ç@˜]¢=BZ¡C',_binary 'K\Â\Ç@˜]¢=BZ¡C',_binary 'G\ïM€\êQ›ô²ô~h±¥8kyX¨«´¡/¥\Ö\Ò ','',0,'?'),(_binary '‹œ|j4µ\ÎÁ8KœH,\È','wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n\ÂÂ2Î·šU\Â\0ºPE\Î',_binary 'TYN±p—\Æ\étº\ìu\âR\Ê\á\Îø¿¢t‡0\ÄÒ‡¡­¾šK%','',0,'?'),(_binary '\ÆOzV2¯„…»\Øq\Ï{\×','wp-content/plugins/elementor/includes/managers/wordpress-widgets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/wordpress-widgets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×c—Aô\ï\Ì/¬\ä[¶\è',_binary '\ß\Î,i\\\ï–sQ\ÞOñª\ä/,‹†<Y0\0^L~ŠO£Ÿ¿»','',0,'?'),(_binary '–h\î›t\É\Ù:ñR¶‡\îª','wp-content/plugins/houzez-studio/includes/class-houzez-studio-loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/class-houzez-studio-loader.php',0,_binary '.<¾\n)9\"¹[\×W;œ',_binary '.<¾\n)9\"¹[\×W;œ',_binary 'þ\Ò\ÐB7ÀÿN>÷\à±oyšv\áž\ë>\ìU÷\ÍGŸW\"¼¨','',0,'?'),(_binary '¯b–Í¹zYú˜_ñ7','wp-content/plugins/revslider/public/assets/svg/action/ic_line_style_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_line_style_24px.svg',0,_binary 'R<\ÓjNº\éŽ5\ÌO±v\Ò',_binary 'R<\ÓjNº\éŽ5\ÌO±v\Ò',_binary '\n¹ßµ’¯?ú#§’ð%º²w\í(\Ó7ü±_B\Ñ','',0,'?'),(_binary '°‚žú\Ú=6u^ò}]Â¸','wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥\r=	ým5Fnf¬¡\ÎcwK',_binary 'Q0\rš¡\Ý¨j4\â.°¬û>pŒ\äµ1hCcz;','',0,'?'),(_binary 'º÷µ­\ÅC8LŒe&Ó´\Î\Ó','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '¿RKQ\ë5v-¼ü	¹ò','wp-includes/css/dist/edit-post/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\Ì®Ç˜q1nê’¦	.M',_binary '-\âNaIÀp\'ì£ªHAŽ0\ì2Ì¨©¯|g”k\Ñ\ïy\Ú\íW','',0,'?'),(_binary '\Â\áry\îSXr.wØ®@\à','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/static/ctb.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/static/ctb.js',0,_binary '\ÙV\Òž[\à1\ÕQÌ½® ',_binary '\ÙV\Òž[\à1\ÕQÌ½® ',_binary '…$E\Ïs²•÷¶\Ö,“\Óø\è=\Ô	\âÀ«­y\Þ_WŒ¤ x.','',0,'?'),(_binary 'Ã€\Ö\à\é	—	c\É\Ù\êÐŠ\í','wp-content/themes/sinatra/inc/customizer/assets/images/transparency.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/transparency.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤\Æº>Ÿl&µ€É¿o',_binary '/ò\ã—C\Â_\èÌŒ5}Õ‰S|e\à\Z“Ð‰®¤¾ñd','',0,'?'),(_binary '\Çq—ôë»£D(„¶‚j‰­','wp-includes/blocks/list/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨\Ñ\Ë|pIf‡)\Ýv?\ê²1',_binary 'LT¹	Ë¢Aºe\âB((TwÏ—MŒŸ,z\ØA3‚\Ðy','',0,'?'),(_binary 'Ë\Ø~9þƒ›gÂ’À\Ä\r','wp-content/plugins/redux-framework/redux-core/assets/scss/rtl.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/rtl.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F½•&?¾fŒŠ)f\îy\Ér',_binary 'u[\0­\Ì]5x\ïã©½‘3q˜<ÜŸ]{¼\ç1z\Ê','',0,'?'),(_binary 'ÏŽP»#1g‹\Äe\Ù=','wp-content/themes/yith-wonder/assets/css/blocks/button.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/button.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê`ˆËŽ¨*{ªŠ\×;ÿ\Ãþ',_binary '±\ä¹61*œža¬ÏžL*?ÃŠ^\×:K‹˜\Ì:\ëb','',0,'?'),(_binary 'ÐŒW\çŸfX\Ï2\Ë','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤\à/}Dð\rü¹¡m(`',_binary 'Á] ’‰M\Ëq\'Z\ì\Ò5v~…\Õ\éý’·\ë\íY“}(V¦','',0,'?'),(_binary '\Õñ¦ýPd×§‡!\í\0 \Â','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù³R%[·)tlUù‡?/',_binary '\á•rî“™>KhH@‰Š\äXU7üo+<BKIóS˜ñ“”','',0,'?'),(_binary '\Ü;(Xp`Ò™\Ö\ì‘pÝ·','wp-includes/js/plupload/handlers.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/handlers.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sD®§e\ÙdýU\ëžW\Ò\Ý\Û',_binary 'ò<u‹\Ü\î¶?ú\Ýö6™UþPO¨\Ùo»;PŠò¾Vk%\é','',0,'?'),(_binary 'â®˜¥Ÿ ¬F„þ„w\è\0','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kEmi‚[\Â\Ã\Ñ\îtR°½¯a',_binary 'Xóýj/+M@\ÞDpeÏ«Å¯/-pQ0VÉ‚','',0,'?'),(_binary '\æN~õ½’K¼aC\Ì','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-300italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-300italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',«:¸eJùZ¦21',_binary '\r\æ6\å	‹XX”^%\íz\0{ y&Ò¯x0$¹U0ý','',0,'?'),(_binary '\ï±yc\à0\Z\Øô(œùY','wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_36px.svg',0,_binary '\'_Ÿ|<%K\ê÷\îx]u\àõ',_binary '\'_Ÿ|<%K\ê÷\îx]u\àõ',_binary '­¾K›;j€\È4økNµú\"6–;\î@AõV|S÷°S','',0,'?'),(_binary 'ô^ƒ¢^[(J@ý`5iö','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ&!¦K‰…<UZ—\ÎÿÊ›',_binary 'H?ôÙ—\ÌKH´¢ºwªJ•¾5–ƒ>Ñˆa&y÷>£','',0,'?'),(_binary 'õ3\Ý\Ü\î>r´>Ñš3ˆ³','wp-includes/js/dist/vendor/react.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qgô*ñ/ðv\áSùJ¦¿',_binary '\î\Ä5ŒRÂ¸‘\é_q\×	ª›6pOÅ†ÁÇ¶G=õ6','',0,'?'),(_binary 'öŠ\Âýx:*{ý›øu\Õó²','wp-content/plugins/elementor/modules/landing-pages/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/landing-pages/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é=ÀU<\á*ª\"w#©',_binary '\Íû/\êYS \×U\Zð5¸Rwì€–ª\ìO¹K\Ï\á©-´L¦','',0,'?'),(_binary '÷|:Ê·Ôª\ì\Ýl\ßE','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<Ë¹B\ÃnÜ”š\Î\Ûo”š\ç',_binary 'ˆ\Ú „D©\à\ÑõRv­jB<¸\ë„õ²mqk\"Œ£8','',0,'?'),(_binary 'û\Z“§§Gub|e0w­õt','wp-includes/Requests/src/Exception/Http/Status501.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status501.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼‘\ê¸„\ÑjºNšþf',_binary '‡DŽ\ÐNif\áñ‘«qJ³„?•3+BŽ¨\Ê','',0,'?'),(_binary 'ût÷0\Ãgñ»a†/\Åýž','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~ˆð-\Êò÷Œ´\Üx\'·	',_binary 'Š™{Ú‹þ\ÂN\ìo\Ü\×#XÁ+Xe\'¢£Œ†\Ï_…\Þ\å\Ç>\Z','',0,'?'),(_binary '\n™qo\ãqZVyXœ¿9','wp-admin/includes/menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7p»µFœ|`tž\Ôb',_binary '˜g3]»<ž\Û\éú\×*p\Ø3\0\Ì\n\'\Þû\É1ƒ\Í6','',0,'?'),(_binary '\\–­/ýh\Ï<‰\ïs','wp-content/plugins/revslider/public/assets/svg/social/ic_poll_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_poll_24px.svg',0,_binary '*¦5¤\Ö\":(¬;•†7+¿',_binary '*¦5¤\Ö\":(¬;•†7+¿',_binary '¹a\æŒ\ÓO;”ˆö\ÞL;_)˜~Ô?à´¥€–:\Ú\Û\Í\È','',0,'?'),(_binary '\'§i¥X\ï\'kE;w8\ã¿','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Account_Ticket.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Account_Ticket.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÝžÁƒ\àE*ý‡\Î\êI',_binary '|U\Ö{L{>þcRôUÝµvM\"ur5þ\æ\ïc','',0,'?'),(_binary '	2û\ÕQ\ÙQ±ñD','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/FieldMetadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/FieldMetadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½sQU\Ý;\ß4\Ü\Ç\Âb',_binary 's-i \Õd+ˆY\é8\Û{«\n<+Æ½M¼ŸÚª»4üƒ','',0,'?'),(_binary '	’=ö\Ì\ÕWù.\Ïú!ñg','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal/ConfigurationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal/ConfigurationService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òÆ‹-)ºŒt-þ4º¦ ',_binary 'A}é´³pi´®ˆµTB\ä÷¶Á¯V\áv\ì\ïq\Ç^4B','',0,'?'),(_binary '‹¾œ&-\Ó©²\ä\è','wp-content/plugins/wpforms-lite/templates/emails/summary-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å-˜\"oC\Ç+\ÆN•\Ãm­†',_binary ')ô\ÒA&\0¸\ç…dÏ¬h	!b\ët€¡\n\é¿@¶','',0,'?'),(_binary 'v=bóò\ë?\ç¶¿³','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_upward_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_upward_24px.svg',0,_binary 'Éˆ\îBý2cŸj\r¢>ú4\Ï',_binary 'Éˆ\îBý2cŸj\r¢>ú4\Ï',_binary 'Ÿ’]/\Ò\Ý7—s\×{w\îsŽi™f`ÀIò\ÕQw÷V,\"J','',0,'?'),(_binary 'Z¸{g\Ê}öf\È-•\Ñ0\n','wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\áÿ“´\'B\á‹¾[#™s',_binary '\Ñ\ä¡WHð–fE—G¾6,šº\Ù\'\ÜñÀ	ja\Üu^HT%','',0,'?'),(_binary '@H€Ö¦}´\å]@…','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éV\Îû\Ç\ìómˆ	\ßóg',_binary '\Òi\è(¯±®\çVø\Å\Îó2€\ìü%w‚\Êy\Ã\Ïddš','',0,'?'),(_binary '\Z ®iŒ\'@A]Pqµ&\Þ\"','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pfWvôM†½‹;‘õ¬\Äÿ',_binary '¬\È?¿”¿\È8\í\ïKžSzÀª\ÄÓäˆ»\àŠ«Ô¿0G\ï','',0,'?'),(_binary '±¾‘Gu3+ú³\ävù','wp-content/plugins/revslider/public/assets/svg/action/ic_android_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_android_24px.svg',0,_binary '!®BÍ¶4%`€wƒ4Þµ',_binary '!®BÍ¶4%`€wƒ4Þµ',_binary 'B\È\ìj>\äij£€°\'L\ïó“¿ŒGqŒ\rkB\ì\è7d:\×·','',0,'?'),(_binary 'Hbh\Å5Ÿ´¼19','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1^{…˜±«\ÎŸbš$¨,f',_binary '\æX•\Ò÷hºe¶s†\àd	úZ[U0ø<´a©\à\rñ!','',0,'?'),(_binary 'šZ{_ðµþ¶\Ò3‚X\0R','wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±§\ál\Ã{ŸSoH\r{\'8\É',_binary '9s\ZÄ¨\È\×Î†9™g\'\áñ\Ü`Îª£-\Ò1‹)w!Ž','',0,'?'),(_binary 'M«=\Íû*b1?‚¯q©','wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/View_Only_Pointer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/View_Only_Pointer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R*þˆ)fý#hn\í \ÂÁ',_binary '?Áÿº\É÷Ib\ÄKi-³y÷–¡.qCBG!Q=¡','',0,'?'),(_binary '&McÝñE–\å\\\îD«Kt','wp-content/plugins/wordfence/lib/sodium_compat_fast.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/sodium_compat_fast.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd<‡{¹Þ¼ý\nñ]¦q…Y',_binary '\ï\Â$§/H¶pVª8C\ï÷¥.»\ïz¬Ÿùb¸”`Cô’','',0,'?'),(_binary '.øhµ¹\Ä!€¶°($\è','wp-content/plugins/houzez-crm/js/script.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/js/script.js',0,_binary 'Lò6iÆ™¹\ÊÎ´ñ‘¾\Ä',_binary 'Lò6iÆ™¹\ÊÎ´ñ‘¾\Ä',_binary 'g•\"ÿ\ë¨÷)ûM‚óÂŒ‘ùv~\â4Œ\Òñ.','',0,'?'),(_binary '.B¶¡€P\×\\“[5IE\Ú','wp-content/plugins/bluehost-wordpress-plugin/inc/Admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/Admin.php',0,_binary '\æü³\å]\ïs©KŒô˜(Ÿ',_binary '\æü³\å]\ïs©KŒô˜(Ÿ',_binary 'lô¥ç¢œO\Õ(V±M‚šZ\áH\Ç÷Si(›%l·ÁJ','',0,'?'),(_binary '.›\Û(!™>¡L@-K#','wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ>£e9ó\'\ÑÀ¿ð£¿Ce',_binary '‰\Þ\åö˜\rx¸e\Ûß¥Ÿ:GŒ>\n=)¯^\'¥-³¾','',0,'?'),(_binary '.°[¹=‚\Ð\n¤c0»\Ù','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊR\ÒG0\Ån\n¯y\nh',_binary 'ð1Fi §\Ý\äþ ­8bsÁH\èÄ¾ÿ‚u1±t_\×','',0,'?'),(_binary '1ª4Œ”/-\á,uRÀ6qp','wp-content/themes/sinatra/inc/customizer/controls/alignment/class-sinatra-customizer-control-alignment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/alignment/class-sinatra-customizer-control-alignment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\ïm\éA\ÅB\r=òd6_',_binary '•\Ì\ßûôˆŸù½š\á\â–^ƒ,¹Px\ì\ÚHzC\Þ©¾\â.f','',0,'?'),(_binary '2j™ƒ¼\Å\ï5žœYHoAö','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãúTñ¬.|½võ<\0Ÿ',_binary 'Vm\ÔWFu“p\Ä\É\á\Ân\áGœŒv.·2I\Ôr\Æ0','',0,'?'),(_binary '2‰eúRjm\êN@r\ßP\ãü','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å\ÔJP%÷˜\Ãj(„\ä<\Ô',_binary 'Ó•›‘¶¨§°¬†\ÓøÉ…ó6€\r*žñWLxyÀ:›','',0,'?'),(_binary '=<÷Oñ\Ý\î\ÐöÜ˜‹¯ý','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü¢W¼ž®uÕ¬ö.0\Òþ',_binary '.\în\Û\\L¾ùñµ¨\ç_-JÁÑ§V¾\Ô@`ý.£¦','',0,'?'),(_binary '>\å\êcvÓ³\àNñò&7.\Ë','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-schedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-schedule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àq\ë}\ZXiªrøG†3E6',_binary '\Óü{2 É¥&Œ?¡ØŸjA\éS³osÿg*\ÃAöŠ\Ìn','',0,'?'),(_binary 'R“•vê–‘\Ý÷ö¥ú|¥\è','wp-content/plugins/redux-framework/redux-templates/classes/class-init.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/class-init.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	\n\ï•Nk—’5\Ûá»¢¹¹[',_binary 'ñûtÍžý¸²\Â\"q4l\Îôd•Qhûý\çþJ\É~)#','',0,'?'),(_binary '^”V{f¿#ö¸ßˆj¹g','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄN®~(ÁAM(µk¨¢&',_binary 'k‡ûs\â\ì\Ú04‡n-Ž£ö\ÆKQ\';\×W—x9£ Œ','',0,'?'),(_binary 'a1\çI\Ø 3—Æ‡ñ\Üo\ë6','wp-content/plugins/updraftplus/languages/updraftplus-fi.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-fi.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')Žþ\Èm\ë\Ò\êð3:[;y\ìP',_binary '$\ÒÊ¥\Ï\ß@N‘¸7X\n«¨‰Qy:µO\æ©\ç°\ÛB*f8','',0,'?'),(_binary 'ež­°\ä–m\Ù\Ìø\ÊrD','wp-content/plugins/elementor/core/utils/import-export/wp-import.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/wp-import.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'HÅñ!óž^†n\Ø\Óp',_binary '&¥*qXœi_\Í	ÝŒÒ´õ9[\Z\×D\ØÂ \â\Ò','',0,'?'),(_binary 'm`i°x¨]B?ZA7','wp-content/themes/houzez/inc/blocks/assets/js/blocks-templates.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/blocks/assets/js/blocks-templates.js',0,_binary 'ð\×\\q\Û\Å\Ý{‡†!X£l\"	',_binary 'ð\×\\q\Û\Å\Ý{‡†!X£l\"	',_binary '|(oŒ\éfMðx’\'*©µ±\"œ\ZP¬d=’½\Ø0','',0,'?'),(_binary 'n]\ä|\è½{ \ìõúQW','wp-content/plugins/revslider/admin/assets/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/index.php',0,_binary '\ï\á{J!u?}\î\çs•',_binary '\ï\á{J!u?}\î\çs•',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'tLŽ·siCx3\Ùö	ðƒS','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/fr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/fr.js',0,_binary '$|(nxÝ‹\ì›\Ýl”S:',_binary '$|(nxÝ‹\ì›\Ýl”S:',_binary 'ø>:DJ™û‰Ï¯\è‚[¾\Ó\ì‚-5\ß\rBPƒ\Û\æ³Q','',0,'?'),(_binary '\Ö÷“ŒöpRy\Üg\Ü\É','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic/js/conditional-logic.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic/js/conditional-logic.js',0,_binary '½ÔµŒ0\ã#-Cˆ\Î\Ñ\Î\ß',_binary '½ÔµŒ0\ã#-Cˆ\Î\Ñ\Î\ß',_binary ':k\Ð\ÂV¦l\ÞY\'>xœfs®ÿhöº®€\â:†w$+3','',0,'?'),(_binary '‰ð\'lqaGV[g,¶&óV','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/inquiry-form-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/inquiry-form-wpml.php',0,_binary '^*\Ý\Î@T\ïSlc¸\Ð\Ï',_binary '^*\Ý\Î@T\ïSlc¸\Ð\Ï',_binary 'l\rD\à\Øú¿ùa)8@$¢ÁbvørEZ.8°´\æ','',0,'?'),(_binary '›D\Ç\")\ZKu—[V\0½\ÕL','wp-content/plugins/elementor/assets/js/video.817bd6a65a1542503aac.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/video.817bd6a65a1542503aac.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	MþF¦õ€\"ö¦U€cüød',_binary 'j.,\â=]U°G5\á-»’ð9\á“\ÜfX\ëRÃ„õ4\á','',0,'?'),(_binary 'œP}À¼Lž\Äöþ3™ü','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q)¡XMÔ­’\Õ`@Fv\Â',_binary '\Ô\êú¹\î\ï½\ÅôV®%ð•9¨d÷’þ6¢M5±\ÈI\Ù','',0,'?'),(_binary 'ŸZóö—™*06ý*d8','wp-content/plugins/revslider/public/assets/svg/action/ic_spellcheck_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_spellcheck_24px.svg',0,_binary 'w‚\æ\è]\ê‹O\\:¹\ëN˜¬',_binary 'w‚\æ\è]\ê‹O\\:¹\ëN˜¬',_binary 'vnC;Že_úfs³’2SÎ¸½\ÈöñÙ†‹[K»\Ì<i','',0,'?'),(_binary '¥ñ¹6Á“xl\è\í,	\Í','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/customercare.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/customercare.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡—wºO¢²Ej>',_binary '\Ó\ë–\äQ‚\Õt\Û]$”X“®\ÇK5;&³˜f\Çk\Ç\\¶','',0,'?'),(_binary '§UÌ›	\'CÔ»ñº\ÏÚ«\Z','wp-includes/images/admin-bar-sprite.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/admin-bar-sprite.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\Ï¤—:€W\Ê\Å\Óþ^',_binary '®ôrN!ú`VO´c«\ãK”\ÄviÕ€{Fn\Z£Ále','',0,'?'),(_binary '©4†ø#Õ°¨}ï‹„¯£','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»ð_õ¾¦29,HK\Ó\Ø\ë',_binary 'û¬\í\0Ã˜>·$Y^!L¯€æ™še†z5¦Gó_E','',0,'?'),(_binary '³‚\èl’‹‡¦`b=Ÿ´\ç','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|¤T\â\ï3\Ô6q[|Ì¸',_binary '\\Ó¾WºõZ…ž\â+r0U­™k\Ñ\Ýª@eû9t§','',0,'?'),(_binary 'µí“§u\ÃÀ.æƒ@õ','wp-content/plugins/wp-rocket/vendor/composer/ClassLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/ClassLoader.php',0,_binary 'À+\æ\Ùfqø(ª\Óÿ¡4È®',_binary 'À+\æ\Ùfqø(ª\Óÿ¡4È®',_binary 'ük(¨\r(Nð¼þjj\Ú\Â\'\ÎÌ£\å6.÷/‘\Ò\Õ\'','',0,'?'),(_binary 'µü>¹\0‡ ¼\Í\Ñz²\Z','wp-includes/blocks/navigation/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á\Ì\rr\èN\ÝýGu~&û\Ü',_binary '0‡f‹šw¯p\äuó@Xh‡°:û°¼3°ûŽ\ã\â/5›','',0,'?'),(_binary '¸W÷È¿«Ì¤\êQ\êHK\â','wp-content/plugins/revslider/public/assets/svg/action/ic_important_devices_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_important_devices_24px.svg',0,_binary '=²#¬\\\ç!\á¥>;ýhË½',_binary '=²#¬\\\ç!\á¥>;ýhË½',_binary '\Â\×yui£\ìpÄƒY8Q\ê}o©{–¯¤¦lþ\Ùtý','',0,'?'),(_binary 'À¶ô\ì.–ñ\Ö\Í{ùf¾','wp-content/themes/sinatra/inc/icon-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/icon-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÌÁ÷O\ê¶m{‰°¶¹g4$',_binary 'ÿÉ‡Ô¬Q\Ínk^„M\Ü?‚{{¸ñX¢gOL\æ™_ƒõ¥\Ã','',0,'?'),(_binary 'À\â—\ÄðA.–Ö™˜D','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Generic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Generic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î{¿9¢9«3+¿\ç\Ê',_binary 'A+&\Å6\ãomvL>¿Ü¢F\à\ë\â[‹\ìÍ‘Í£\æ±GD[','',0,'?'),(_binary 'Á\"\êZ0\0Ø¿e…Ô¦p\ß','wp-admin/css/admin-menu.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/admin-menu.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è\×_=sWNôp0R[Uó',_binary '\Øbq´F3\çª/Ô™¦õþ!¯\êt©Œ.Kp¦}ÿ¬','',0,'?'),(_binary '\Â\Õ}s«ò½+®óeB','wp-content/uploads/redux/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/redux/index.php',0,_binary 'Ci¥½ÿ$ªdpÓ—X]2',_binary 'Ci¥½ÿ$ªdpÓ—X]2',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\Å\"7\Ót\Þ `T3\Ì','wp-content/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php',0,_binary '•5…C\0=;\Ömã±±•1\ë\×',_binary '•5…C\0=;\Ömã±±•1\ë\×',_binary '³)\Â\æ†\\T\èÎŽz\ÄC/ùI]³²kW\Æ¨—¶¹•¿','',0,'?'),(_binary '\Í BK}€ˆÜ¨\Û\æŽ','wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z²K{>¥Wˆ­n	z\Î\é´',_binary '±\å\Üf²¦R\Â^?#\ÚÀ¤\é,··\éV\Ì\n‚–_D3*R³','',0,'?'),(_binary '\Ó!L\åcƒ\ndC¦=','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor-widget.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor-widget.class.php',0,_binary 'He2Q.BššW\Z¼a©',_binary 'He2Q.BššW\Z¼a©',_binary '15{o‚JöAú}·\Ölû„§k/•š\Æ=t¬‘S—\Ç','',0,'?'),(_binary '\×}ý¢¸6\ì\Ê5¥GV4^','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_run_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_run_24px.svg',0,_binary 'ñ·	P×¦\Ù}ö\ë\Ôe\ç‚X',_binary 'ñ·	P×¦\Ù}ö\ë\Ôe\ç‚X',_binary 'ÀÑ¹\Î\Øx·‹:I4™gÀU\å^\Îv5\à\'-}','',0,'?'),(_binary '\Ùò¯wª§0öºP^%','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListLinkedCustomChannelsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListLinkedCustomChannelsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿšŸ›h\ÊO\ÛMši—\à\Ä',_binary '\ÕalKñJ•“óˆö\Ø÷Y0.}¼Xh7ã“–g8·','',0,'?'),(_binary '\Üþ¼¬\"8YŽŽ74·O<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'di²BDõJòˆ¯D¥5\ÃO',_binary 'N«a‡º–iB\Ïñ\Í\rø\ÆAO]¶¬©@\áPµ\å','',0,'?'),(_binary '\Ýò®–x8[!>ñX','wp-admin/includes/class-wp-users-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-users-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9ù\ä&g\Èw\âul:€\ä',_binary '—‘K.\Äl?ø;?Vk±oG	9/Àt`\Þ\ãRx\Ýx','',0,'?'),(_binary '\å·D®9‚t\Ø½ vg\í','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/staging/defaultText.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/staging/defaultText.js',0,_binary '‹ƒU! \énoÀÙ¯IN¡',_binary '‹ƒU! \énoÀÙ¯IN¡',_binary '‘[’“c\Ùÿö\ÑÍªœÿ5±\Ñ\Ã\ë9¦\ç\\¤œ/\ë™\ä','',0,'?'),(_binary '\ç«ÿ¯…½\Z›e¢_\ëm','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l§*3†EÀ>\è\Çù™«',_binary '\Ùe»r\Óô8Ñ“[\ç•hx<1e\Ø\r5\ìþv+ŸK+w','',0,'?'),(_binary '\és©Ý¹\É\Ü/\Ù\Û\ï4žµ|','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Person.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Person.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3\ÞužM\Ýƒ\à\Ëû¶zŸº',_binary '\Ö:T$«\äp%Š‰¹Ù–K‡qU	\ÂÈ¥‚u²<H½z','',0,'?'),(_binary 'é˜®[\ÑÌ›~²\çÛr','wp-content/plugins/elementor/assets/css/widget-tabs.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-tabs.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ïô‰\âN½©.ƒ?\È<¢',_binary '\åü†Ÿc<\ÉLý“¦…\ãý€\Ï\n»Ž\âû.a\ì¨g\Õp','',0,'?'),(_binary '\ï´2‡¥D±5kq[]½L¦','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/BuiltInVariable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/BuiltInVariable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ.ù»S\ï»“ºo«\î\Ñ',_binary '„ŸWòm€{7˜6þy¡Ž<\Êu¾Æ’ûE¼¨Z\Ö','',0,'?'),(_binary 'ñ6«<\ìøRõÀ\ëJJ¾','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á¥¥›#¢²Ù·±»74',_binary '˜S\çPòº\0T\â\"„qû¼1‰¥ÿ±\Ý\×óÏ¸\0\0\ßJ','',0,'?'),(_binary 'ñ7.4ÿ<\Ç\ÉÜù¢¯}','wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰£¸\'÷«“T\Ãý_\É',_binary 'PiO½Þ“R{\Çz\"\Ã\n2——Ed+÷\ÄóeyŒ·\Ì!5','',0,'?'),(_binary 'ñQ\Ë×¹\æ\Ûˆ{ú¥\"R','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Facades/wordpress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Facades/wordpress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D~y\å\ÃV©žÚ·ó\×p{\ç',_binary '6õxI~€C®Ž§i;Û–\ï\Ó$«9·ˆµA4¤\Äqr','',0,'?'),(_binary 'ùx»ku¿Œ\Òw¦£7\\d‚','wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php',0,_binary '\Í	(Ð…ÿ\ßönJ\Ã\Ô]§\ê_',_binary '\Í	(Ð…ÿ\ßönJ\Ã\Ô]§\ê_',_binary '$\Âœ\è\Â\Å·ö¥Æ“«ž\Æô\Ç)£(\ëA\Å\Þ¦\Ôÿ','',0,'?'),(_binary 'ü6³xkmGƒ¿1X\çJŸ','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/class-redux-image-filters.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/class-redux-image-filters.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æmˆž•-œ\Ë\Ó8R=d‰',_binary '(L¶´½e°ß«swü‡\Ù\Z\ÃI]Ÿ\ìwºmÿ§Q','',0,'?'),(_binary 'ÿ´Ú”\ì\é7i‰©\×a\á','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-warranty.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-warranty.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹~,\Òo\åR\Ø\Ä#‡/N^',_binary '‡¼V¸Aû\ËJ£Q¦ö™T)óˆµZœ!?}Z\í5\ÂS8ý','',0,'?'),(_binary '‘a\éB™\Ùr¸9d1\ë','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.›\âÚ…R\ë\É`uDLH¹P¡',_binary 'XQˆþt<\Üb¿m\Þy©9#08e3+„h–µnð\Z«','',0,'?'),(_binary '‘¦J[\éd‹Eþþ–b','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j\Ô\0+6}F÷\ZÙ½v´3',_binary 'Œ–ñC\ì*}&D‚ƒ\í„ò‘ŸZð|n\Å([\ï ¸\Å<ø','',0,'?'),(_binary '‘Š)–\ZbOU“¬<\ä~','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”R\Ô\ä@žKš\Â\Ó/GÁc}',_binary 'Þ©¸ý\Ø\r“\î\ëŸ\í#¸·j_(šV\rGR²\Ë\Õ','',0,'?'),(_binary '‘SzÊ€U\ì\n–õ\Ü•','wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰!ø\ZØ\ÉÁo\ê€\Æ',_binary 'ò\ÄU\è/º¼­¨yIõ\Ø\à\ë^¹:?Rp$ŒÀRs1ó\ÅG','',0,'?'),(_binary '‘\ãue{X¡1\ì‚\Ñ\Ò','wp-includes/sodium_compat/src/Core32/Poly1305/State.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DM\"E\Ô4bÑœ\ÜB¿‘\0',_binary '\Þ\á\æ\Ù\"ŸC¨ùYªW6A\Ô\Z¿\Çðˆp\Çý7\r\Ï ðð','',0,'?'),(_binary '‘#6¸~	A^R\äù\Þÿ!','wp-admin/images/contribute-main.svg','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/contribute-main.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«­\ÃUVÆ¦¼2\ì°\Ëð\0',_binary 'ó\à9\ÌH;!-\äVÿ$\Ýzd®{m§Uñ%Y\Êô±\â\Õ','',0,'?'),(_binary '‘\Z–yA\Ó\Òa\ÚL{\Ò×¨–','wp-includes/css/dist/commands/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/commands/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'cJ\â¸Á”xÿ}E®\Ñ',_binary '\"VI°ø}_¾[ÿnŸüJAQ³H$Æ¾ŽùU*øSø+˜','',0,'?'),(_binary '‘ÿußƒoÀS\ÔW0 ','wp-content/plugins/elementor/assets/js/packages/env/env.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/env/env.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hB\\9ó\Îo“T‘•—',_binary '\ã;8Š\Ó\îTl\åq70”°Zb\rW\È,ª>òl?«.²','',0,'?'),(_binary '‘!‘¾˜0¿½~¤iVÎ¡','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '– \È\ÙÁ\Õ2\ÜôP4!M[«',_binary '\Â\ÐA	Zz|2ò®®²\Ñ\í#¾\Ç\\u\Ú','',0,'?'),(_binary '‘/«\Ò0)­ºœ\Z\æ«','wp-content/plugins/wordfence/views/scanner/issue-database.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-database.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š†S±\Ð>”ˆ«Z\à\à\Å\îG\ä',_binary '„’ñ\n«‡#Pw3Id\Î\È}Í‡%÷J\Õ\Ï\ì‡j™U¢\Ó+','',0,'?'),(_binary '‘0¬t=j¡ûp\ïtøU\Ò','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/briefcase.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/briefcase.svg',0,_binary '7Q\í!MÂš\ÏEòvÍ¹\ß+@',_binary '7Q\í!MÂš\ÏEòvÍ¹\ß+@',_binary '‚ø$Ivr£\Î\åG\á²\å2Á¼eº\Å2&\nS\Ð\ì5h;','',0,'?'),(_binary '‘1üª\Ö°>A©\ìŒˆ\Z','wp-content/themes/houzez/template-parts/dashboard/board/activities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/activities.php',0,_binary '\ë\Ñq¦x”þ@aÝ‚pjQ',_binary '\ë\Ñq¦x”þ@aÝ‚pjQ',_binary '\Ô\ÈIÚ²¼vöP¦¡0\í\ég\ÂAT5sR\ß\á2™ú\n«™pš','',0,'?'),(_binary '‘2û¬›\0:\ç\ç‹}\r1œ','wp-content/themes/houzez/framework/stripe-php/lib/File.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/File.php',0,_binary 'Ÿ½l\r©\Ç\ê‹*–ö×¦‡ý+',_binary 'Ÿ½l\r©\Ç\ê‹*–ö×¦‡ý+',_binary 'Fñª\×ò‹›¢‚¯±\×Á·\à4Ÿ\"±1¬‚”­\Èe¼ve–','',0,'?'),(_binary '‘6‡€\å$¥\0\Ïøm‰ð','wp-content/themes/houzez/property-details/partials/overview/garage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/garage.php',0,_binary '~ž­«\rJ\ß÷ŠvP]\à²›',_binary '~ž­«\rJ\ß÷ŠvP]\à²›',_binary 'x\å¬:\Â\Èe‘ý]zc«Þ¡Væ·’<ª\å\Ç›\Ñ÷i','',0,'?'),(_binary '‘7½­U\é!t\Õnï¬–\â\Úq','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-code-snippets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-code-snippets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bO\Ê\Õñ\0KJÿ\0÷AI',_binary 'Ø¶Ô«®¨\Ë:\'~ª]\ë¹¶\å“e»W«\ÑJÁ#\Äo\r','',0,'?'),(_binary '‘8©<(\È\Ë;²<','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Uri.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Uri.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×T\"\Ø$þŸ.=\'øm„',_binary '*YÅ±Áa*nŸ„\Ìiþ‹\ÝOœTñ\ßôycT[%µ','',0,'?'),(_binary '‘8×¸}¶\Í:–K\Ã\É\Â_\ëº','wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞÁ.l±{7¾\Úý2³Õl',_binary '4¦+\í\âµ*/˜S+\Û\Æ!b\åí¹†ä¢ˆ\ê\Ï\Åñdž’7','',0,'?'),(_binary '‘>\Ò\Ã\Í\Ô\è#2\é–n`’\×','wp-content/plugins/houzez-login-register/social/twitteroauth/src/TwitterOAuthException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/TwitterOAuthException.php',0,_binary '&B;’c ]L‰Ÿ°\ÑNý\Ç\Ó',_binary '&B;’c ]L‰Ÿ°\ÑNý\Ç\Ó',_binary '5{ˆ¾š)\åß“\æ4\\z\Çbnµºð\Ó\Â\Ãd0\ï','',0,'?'),(_binary '‘?\Öó\ãºM.,R1¼»«”','wp-content/themes/sinatra/inc/admin/assets/css/sinatra-admin.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/sinatra-admin.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>F÷5K­-\ÆV6­tÉ¬	',_binary 'ýFhˆ^\0Y/Ã–~Ü²­ú\ÖTzn$\\]Š¹:','',0,'?'),(_binary '‘@‡q°\ÏG\Í-$¢©—\ê|\è','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö\Ê_³wV-^+_§˜¸9>',_binary '¼oŒ¿s/¬ðú‰}$\ë©	_\çx\ê\0\Ô\é\Ôu>¤','',0,'?'),(_binary '‘A÷?: |/™“\éÓŽ\\','wp-content/themes/houzez/js/vendors/leafletCluster/leaflet.markercluster.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/leafletCluster/leaflet.markercluster.js.map',0,_binary 'ú}ªó.2\áól\ä9\Ðû',_binary 'ú}ªó.2\áól\ä9\Ðû',_binary 'G\È\î\ÏpœMš:]\Ì#kjm-4\Ã\"y\Î\Ä=Œn¦ö\É\Ç','',0,'?'),(_binary '‘B\ìf\Ø\å·S\0S9‹','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_1_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_1_24px.svg',0,_binary 'žó¦\àòüø™ø\0¨û7>',_binary 'žó¦\àòüø™ø\0¨û7>',_binary '4B\æY±NŸ4¾s\áa²- 1¡Ng5Zvû\Ëb O0M','',0,'?'),(_binary '‘C’®¬5>»\ì9\ÒT——','wp-content/themes/houzez/template-parts/blog/blog-post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/blog-post.php',0,_binary '­Zw\Út0ŸÄŽ«’¹†R',_binary '­Zw\Út0ŸÄŽ«’¹†R',_binary '*\Z_{\à^-Lw³7pjN›j(y|‡®t\ØN‚','',0,'?'),(_binary '‘F¹B€;YN\ß\0b1','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/sort-by-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/sort-by-wpml.php',0,_binary '†Š-\àfwX)Ú¡=l”\ï\×',_binary '†Š-\àfwX)Ú¡=l”\ï\×',_binary 'n\í\\¿\Ö\Õf\\À\Ò\Ð\Óoþ\ÇO‡6º\ëIý“:\á^4h\"','',0,'?'),(_binary '‘Høž™µ6fŠ]­…¥›V\Ö','wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<A\ì{W±(Õš®§t‚s',_binary '#‰Á,á…±s\çÙ½R\\”\Ûû\Èl\Û¤*÷-','',0,'?'),(_binary '‘S–\Æ÷ŠKK2iÉˆ','wp-includes/comment.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/comment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö €ùJ\å\×\ìU\ÆH£¤',_binary '\É{Z\Ç,IÓ‡\ÊB«\à	\ÆQ\0SŽ#°70e\×+','',0,'?'),(_binary '‘W‘p88Ä‹Lð“®7°','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthFactoryInterface.php',0,_binary '’\Å3¤öµ\'Ì«S\ÈI\"\ãÀ',_binary '’\Å3¤öµ\'Ì«S\ÈI\"\ãÀ',_binary '\Ö\Ì¤¦ë¶¤­\éGyŸbV¡›\ãgo\Î\è\å•ð','',0,'?'),(_binary '‘\\”?’\Ö\ßWc§õ·','wp-content/plugins/wpforms-lite/includes/compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù&\ÊÖ˜ÿ_@‡/\Ý7',_binary 'a/;(\Þ\ÅDön­<K÷¬\äŠ\ÙSL|žswº\Î6HQEH^','',0,'?'),(_binary '‘i¦jd\îT[:FY/¤·5','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/key-value.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/key-value.php',0,_binary '¡8ñöœD´•A€‰Xð',_binary '¡8ñöœD´•A€‰Xð',_binary '~(Ã£Ÿt®t”ƒy¿:«û³öÂ‘x¦’\Ã+#\Ìb|','',0,'?'),(_binary '‘x\Ã_,[˜\Ô5‰‰†ª','wp-content/plugins/wordfence/images/sort_asc_disabled.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_asc_disabled.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×\ÜÇ#a]2…®¼\Ø\ë',_binary 'Ÿ‹²û[8l\ÛYô¢\ì\åcklþ\Û	™u#KV\Ù\Æ‰n','',0,'?'),(_binary '‘yC©\çTø–5\ÓCŠ\Ó\Æo','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '‘y\ßg‹\ízaU\"ƒ	XKG','wp-includes/js/hoverIntent.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/hoverIntent.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ‰Ÿ‘‚\Ó$›øa¨½',_binary 'y\ìü\ßf`‡¶\îöDõ&\Å\Ü\ã•LI9\ì@q=¬º\ÄA‚L','',0,'?'),(_binary '‘|\\F}_ó†^%Pq','wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Authorization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Authorization.php',0,_binary '\Ðt\Ç\Æ.Ý’ºõ\\\Æ%§û\'',_binary '\Ðt\Ç\Æ.Ý’ºõ\\\Æ%§û\'',_binary 'štw\Ô\î{¢ñq^\×[\è\Üö&%R\Ù÷b\ím6ÏªØ‚','',0,'?'),(_binary '‘~/µCœŽ\Ú\r\ÌÍ·0õ;','wp-content/themes/sinatra/inc/customizer/controls/range/range.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/range/range.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã+\ÂO˜C*P— Gg.n,',_binary '-ðÈ´¢}wš\rMô§P+[:+‚#•\r‡^º','',0,'?'),(_binary '‘‡é¡—Hõ`\Äk\ï\Î!U','wp-content/plugins/elementor/assets/js/frontend-modules.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/frontend-modules.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pF«~,‘¯j\Ú\r‹ö%G',_binary 'š?Á€yÁ?\â\æ\ã \ÎýB)jf’IQ\Æn!\å\ïr\Ò?','',0,'?'),(_binary '‘•P:\0›\'B{²„‹èž™','wp-content/plugins/revslider/public/assets/svg/toggle/ic_check_box_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_check_box_24px.svg',0,_binary 'ˆ\Â\çR89¥\0v',_binary 'ˆ\Â\çR89¥\0v',_binary '\É\ãn»ßˆÁTž\ÈcQF‘/¿\áYO\Ê\äÿ\á\ÍÎ™G\ëÄ‘¹','',0,'?'),(_binary '‘™¥\ë¨\Î\Þd\éz9µT','wp-content/plugins/houzez-login-register/social/Facebook/Facebook.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Facebook.php',0,_binary '\Ä/¼÷\ØZ‡§ù\ãY\Äqû',_binary '\Ä/¼÷\ØZ‡§ù\ãY\Äqû',_binary 'öTU\ï<´\éoz\Æ`\ä7\ÖVS²)Rh;§\Â\ÝjŸv','',0,'?'),(_binary '‘¥´\0.T¯\ËI¬9þ\Åð\Ú','wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N\í‰|¾_ú÷0\0™\Õÿ\Ç',_binary 'Q\é0Õ €›ˆy\Ô©\"¢I;\n/j?ò6þ»^@³','',0,'?'),(_binary '‘«\Z\Ü\Âmg\r3BÚ­P¯','wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É¡‘˜\í\Õ\ì¢Ú²\í÷×¿„',_binary '\â\îú#Gr<PÍ²\'þ-\Ñó\Ëü\0+_\":DRlNn0Ákz÷','',0,'?'),(_binary '‘·\áºØ»j2\'qÁ:\Íd','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"K°\Élk\è$R\åQ^\Í1+',_binary '‚\í-\×==˜‚Ç–Â¾,O\ÐE	\ï4\"£uÓ¬!\n3‚›Z\ï','',0,'?'),(_binary '‘ºvRz\ì\Ú\èþ@7ò\ßg*T','wp-includes/blocks/navigation/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' @¤\è\Ì}jc5¦gµ{',_binary '_x=/»eÊ \Z\ÍU†iR\\¬\å\Ý\Ím%Ÿ/¶ ˆn\ØÓ«','',0,'?'),(_binary '‘¼}žNe¡ôÐA½¿@¤','wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ\ä\Éz%4 µ!¶G²SEk',_binary '/OAo\Ö8ý?AÁN\Ü\Ð¹¢fý\ÒYK·\r¹\Æ\Õ-!','',0,'?'),(_binary '‘½o(~ ù\Ø/˜Þ“‰W{','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '‘À\ßIS@X\á@r)-\ä','wp-content/themes/houzez/woocommerce/global/form-login.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/global/form-login.php',0,_binary '\ÌM¥[…Î¦n…\"{',_binary '\ÌM¥[…Î¦n…\"{',_binary '|Z¬\Þ~†=R¢€H\Ì\ï¬óŽ-üÏª*„^Xž\\ŠZ','',0,'?'),(_binary '‘\ÅË®žƒ©WRº-ø\ÍúJ\È','wp-content/plugins/houzez-theme-functionality/elementor/widgets/google-map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/google-map.php',0,_binary 'Xõ2±mDzõ\ÓrÀ’¸e',_binary 'Xõ2±mDzõ\ÓrÀ’¸e',_binary 'Cº4—qô[\×.—+¹Q{\0f„1\Øý|_\èr\î»»³N','',0,'?'),(_binary '‘\Î\á\æd\Êù¯•\ÝbÎ•','wp-content/themes/yith-wonder/patterns/company-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/company-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'LÝ½AXA²AY\Z \íŒ\Ï',_binary '¿©“†‰rÿ“Eq\Ö\È\ÌY\ás\r‹\å@‘ô8‹\Æ:','',0,'?'),(_binary '‘\ÜNTZt¿o\r–%²¯F','wp-content/plugins/wordfence/views/scanner/options-group-general.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/options-group-general.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tL\ëGa¸\0\ÝoÒ bY',_binary '2 6‰þl\ìn\rðñ\"¨ c¿:\ÓÆ…z\è¤vôJ1Ü¶\ßò','',0,'?'),(_binary '‘\ã9 L…û\Ük\Ú‹_','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†q¿wµÀ<\Z•-6€\Ý0',_binary 'E¦\'\'é˜Œ›¤¥2¶\"Õ½¸ñÐ¼¹ ‰¡|gœE','',0,'?'),(_binary '‘\ãv$~}+û™÷\Ò\Â\ró','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-elements.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-elements.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'YvaqJÙ²)Á‡\â\àÌ¼*º',_binary '·=†)m9Óª¢I\'¶\"\"#ðº\Ø*h½xÒ¥T','',0,'?'),(_binary '‘ñR„‰ûpB@LJ§ø','wp-includes/blocks/archives/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4?	\êóóU­Ew\á\á',_binary '\äÌ´\Ý2I3˜‘\ØÁQS*\"@L$	˜±\"ŒV´?±\å','',0,'?'),(_binary '‘ôÀ\È\à5Fc\æþ™?\å\Ý','wp-content/plugins/updraftplus/includes/class-partialfileservlet.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-partialfileservlet.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y\Õ2Á”¼\ßi´Tn=„±¡',_binary '\â\ÕBXù—¢ASr!Žôkb‡f¤q›`ŒB@*c','',0,'?'),(_binary '‘ö¤\í°\Ô\×­÷wT','wp-includes/blocks/button/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù´-\Ëð£…–°\è@h\ÓV',_binary 'u\ÏWß‹…Á@ø»1!\Ï\Ë\îM\Ä\Ã?\n\Ìù”P‚	\'6_','',0,'?'),(_binary '‘ÿa\Å>d\r\ÒToû¨–§ÿ','wp-content/plugins/revslider/public/assets/svg/action/ic_view_array_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_array_24px.svg',0,_binary '\r¿€)Uœtk’*…Y\"P',_binary '\r¿€)Uœtk’*…Y\"P',_binary 'ô.	\Î\Z¼	ðfúJ­sW.•E\í¼ð†\ËT–aø','',0,'?'),(_binary '’ñWklœü´ƒƒ\Å\Î\Ö\ì\è','wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"Pw?m\áv—t-S\Å{',_binary 'p²Ë½	“J Š\ÆH°Š°\"½\éU\ÛQ\ÎY;@[•-–','',0,'?'),(_binary '’9\rÿŸ\È\î\rK|‰\ró2','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†W\Ë|1K(ûHod¶ÿ\È4\î',_binary '—ÀÇ¦H‚¬©\rºH\'•³\n\'«2½~<IºuFK\é`','',0,'?'),(_binary '’TEa\äMYZ4CDi÷','wp-includes/fonts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GÙ…r¯\Ñ\Å\î\àõ9_×°',_binary 'iAZ#´l¡eõ˜Fßªˆù1\r ZZJ\è?†ù‹£S0','',0,'?'),(_binary '’/o\Ènƒ¨t–\ër','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PersonMetadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PersonMetadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Óz=%x²+$‰q\ê*A',_binary '\ì\r3}NY¦\ìiU%\ÅÍˆ\Ñ<DEËs\\&½Õ”aa','',0,'?'),(_binary '’‘{_¬´ó\ÃC\è©/~','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/sale-price-old.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/sale-price-old.php',0,_binary ')œ7³³Rƒ‘•\ÒKÌ™†š',_binary ')œ7³³Rƒ‘•\ÒKÌ™†š',_binary 'Qþ\'‚ÿ>2K[•\Ê\Ç0Â´I×±\Ì*\Ê\ÏÐ£)œ4}','',0,'?'),(_binary '’Q%•¼*¿„KÂŒŸ','wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸xo<\rEÜ¯\×\ZþXd',_binary '­\Ýý‚a‹…“+‰ ¡\"#$Óµ»gª\ÜSø\Þz¸i\Ü','',0,'?'),(_binary '’(i‘’\'ür>A¯³3µ','wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Drive.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢t¥3YöqI “‡mq:',_binary 'T_\rlW¨÷\ä\ÌM{L\ÚY@éª¸CMˆ>›µm\Ëj\Û','',0,'?'),(_binary '’/»É˜ü]ô^¤W\\ƒq','wp-includes/css/wp-embed-template.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-embed-template.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#Á\à\\ö3þA0:l>ßŸ',_binary '\Çn\ÞW‚F±¾•.\îË¥0€¶#gF\â£Z]À¨A\0\Ì','',0,'?'),(_binary '’5fª\Ï^AmºY\ë<qE*0','wp-content/plugins/google-site-kit/includes/Core/Authentication/REST_Authentication_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/REST_Authentication_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µqˆ?\Ä\Ûz\à\Ñõ©\Îq‰\î',_binary '„\ÙYE3‹¬(\ßg-ñ×½\ãG\áü>ˆ©\"!\à5•{\ÛÁ','',0,'?'),(_binary '’J\rtˆ\ì;©\Û\ì3!\ÍF\"‹','wp-content/plugins/revslider/public/assets/svg/editor/ic_functions_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_functions_24px.svg',0,_binary 'B‡’\Ãõ°„f¨\Þ\ãx',_binary 'B‡’\Ãõ°„f¨\Þ\ãx',_binary 'p^„š\"x‡\Ù\\’.¥\Ä\å7¢\Õ\ÎÉšŒ\Ö•òŒ\Ï,@ ','',0,'?'),(_binary '’JòPL*<\Ñ\ÂvŒ\Ë\Ë','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/InlineLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/InlineLoader.php',0,_binary 'eôI\Ñô?ë°‡ý\É\Ç\ï´',_binary 'eôI\Ñô?ë°‡ý\É\Ç\ï´',_binary 'K\Æ3\à2a˜üq¯G\Z\ßø\îBô\éR¨Fª$O\Å\Ç','',0,'?'),(_binary '’Jø\ê6ºs\nðNµ>\É','wp-content/themes/houzez/template-parts/listing/partials/modal-phone-number.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/modal-phone-number.php',0,_binary '\Í\×\ì\êz+”0úo–ù™º\0',_binary '\Í\×\ì\êz+”0úo–ù™º\0',_binary '\Åð\Í\Õ\â~rI4„r\Çp\Ë4*1AI\Òk%O\ÒIWºkƒ¼','',0,'?'),(_binary '’M­û(¡Í…¿[:\Ø\áó®','wp-content/plugins/revslider/admin/includes/widget.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/widget.class.php',0,_binary 'Ú…s¬—…2\å¦ã¢²w',_binary 'Ú…s¬—…2\å¦ã¢²w',_binary '±B¤\Ð8\r,\nV®ð™Wº €±­n>\Óþq¸6‚_','',0,'?'),(_binary '’`AuLMg\0\ée‰Ak‘','wp-content/themes/sinatra/searchform.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/searchform.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\ÆlS\ëRb¡\Ô¬¦s·!',_binary '\Ø*Œw)4\ä2=š¼Wý6h]V{4\î(º=\ÞÃ²Æ€','',0,'?'),(_binary '’bAœ–\ëÌ£j\Ø\Öí¹','wp-content/cache/wp-rocket/point2listing.ca/seo/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/seo/index-https.html',0,_binary '\\r!T° 4úT¸(’m',_binary '\\r!T° 4úT¸(’m',_binary '\rK5R\Ó\n¿z‚“÷\Å\'ÿAQL4\Ö žñ\Ä','',0,'?'),(_binary '’f´\Ù2|b5’\×Ö¤ô\Ï','wp-content/plugins/revslider/revslider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/revslider.php',0,_binary 'Z\ÅLK	€˜ñ{\Û,™=?\Ø',_binary 'Z\ÅLK	€˜ñ{\Û,™=?\Ø',_binary '\Ü\Äsòö\Çq@R…\çœ\ëZ¾õó\Ù\ß\Ö`¦S¶\é3	','',0,'?'),(_binary '’gh¶\ÌH@T’\ç ¸À\æ\Ç','wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qu\èc\Þ>`ry\Ùtóip',_binary '\'‚h¯‹\ËØžgfÿV[rO%F/Ô¢òlqrVx','',0,'?'),(_binary '’hA\Æ-Nn^6ný¯\Ùú:','wp-content/themes/houzez/js/vendors/i18n/defaults-es_ES.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-es_ES.min.js',0,_binary 'IJk0\Ìr\ãýPAôž>',_binary 'IJk0\Ìr\ãýPAôž>',_binary '\ë\å\ëA -UjAþ^†\ßF\n†w\Ýy®*w1%q…»','',0,'?'),(_binary '’i#r©ªb…¦fÂ”\ß:¨\â','wp-content/plugins/elementor/assets/js/alert.c3c6a3fdf4745bd26b7f.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/alert.c3c6a3fdf4745bd26b7f.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GR¬\Ëc‡¥úZ™\î\î °',_binary '\ÓJt‘Ì†\í#xp\â]@§D+ªam\ç’ºb\ÈX/7\Õ','',0,'?'),(_binary '’jrÁS)\ä~·G¶\ã÷\0','wp-content/themes/houzez/js/vendors/i18n/defaults-ru_RU.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ru_RU.js',0,_binary '\ÜÁ\ÛAz\ëùðRžht\á=”',_binary '\ÜÁ\ÛAz\ëùðRžht\á=”',_binary '¸’SÜ˜…½ :™)|	\0\Öù(¬A1Y¤ñW›¶q\ZA','',0,'?'),(_binary '’r™R!c\Þ\ì<ï“‡3','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/PatternCategoriesController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/PatternCategoriesController.php',0,_binary 'º»›-\é$WÁt/–s',_binary 'º»›-\é$WÁt/–s',_binary 'o\ÅXû\Ñ!‹+B<Ï\ß\ísR\é•ý|ü¼{,%[\0\Þ-','',0,'?'),(_binary '’v+¢ˆ®[³±¡7\Õ\Ó','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PayoutService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PayoutService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n¨VY¦z[H×ƒþ\n\Ü',_binary '¦‚\'*P\0R\ÎB^84:ÿ\×&;\r\ÞLOk/','',0,'?'),(_binary '’v{LöJlÅ€Yz\Õ`°(','wp-includes/js/thickbox/thickbox.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/thickbox/thickbox.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7ú\ëP\ïR\ÚnŒ,(žf\Ô',_binary 'MüßðŠV_—^¸¦ÿol\'\0š\ßqYLüÌ˜)›\Ý\ê','',0,'?'),(_binary '’vµºKŒS¾Št\Â¦“K~','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/EcommerceData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/EcommerceData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/\Éûž¬¦Â“¶Ãª^R¼*­',_binary '¸\Éù\ã\ÓHg0\nJZ«%dgó4=@\ï\Ö+\Å\ç\èVŸ°”','',0,'?'),(_binary '’y\í5¤ó~ƒ3\ÙFCl\ÂX','wp-content/themes/houzez/js/vendors/i18n/defaults-nb_NO.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-nb_NO.js.map',0,_binary '«Û’kCb\îñža^’@8•ÿ',_binary '«Û’kCb\îñža^’@8•ÿ',_binary '\Í4M¿\Åf\Í\×\è\Ñrƒj\Ô?#€Ø‡h\Û\áKaCw1­\Ð','',0,'?'),(_binary '’\ÌdzeÄ¡M\ÌM¤\Ýy','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Auto_Ad_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Auto_Ad_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼\ï=ÆŠø\Óƒ™G¡jV¯',_binary 'j”M¥úúG·`ŒE½\Z¦\æ\ãÇ˜»BT^þ\äŒ\â@¨','',0,'?'),(_binary '’‚iz®‹Ši)•\ì7+O','wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â\Ãý§6EÿCpµùrHs',_binary 'F	,ðq\ÉK¹Ô¬\Þ\Þ\Æ.²\ç\á\Ýe\åEþ\ìž\Í\ã','',0,'?'),(_binary '’Ž\æñC\í5d¢‹\n)™¬ý}','wp-content/themes/sinatra/inc/customizer/controls/color/color.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/color/color.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šÊ‚\Í	}Ì¨Á“\Ó\íùD',_binary '±\ÊÊ›	ó}“f¦.r\ØÀi½SW\à3‹\ÐQSj\Õ\ê','',0,'?'),(_binary '’k§{#ôa=#•\ÆF–','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-base.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-base.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’!	Ö—4DH?ys',_binary '\r\Ãz‡ù\n1ø\"ýN\îY„z{’“%)T\'.™~\Ô','',0,'?'),(_binary '’—…^\à£]–\ãnÄ¬–„','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure02.svg',0,_binary 'ª¨«x`Cs•W¸\Ñj½\í',_binary 'ª¨«x`Cs•W¸\Ñj½\í',_binary '\Z\äRÓ§¿\È\í>c.œƒV¨\0h¥²W\ÇU_\n\Ð	\Æv[','',0,'?'),(_binary '’˜k”\rŽÿ‰I\Z1? pœù','wp-content/themes/houzez/framework/stripe-php/lib/Terminal/ConnectionToken.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Terminal/ConnectionToken.php',0,_binary 'S\æ‚\ÙTx‚\'FÿM!d',_binary 'S\æ‚\ÙTx‚\'FÿM!d',_binary 'p1©\Ù\nv\â=„8*¶*\å¡7Ux/…)\'›º’‰£vd\ã','',0,'?'),(_binary '’›iƒbj¥ñWn\í¦D','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ResponseMetaData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ResponseMetaData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{UX\ÜþcNKV;s\n–\á\ç',_binary '`\å1œ\ZÑ\á\×ð;\ÚJ¢¯<9—\ëMA¿\é\Í\îz\Ï7\Í','',0,'?'),(_binary '’œ^¢	§\"˜uZ\ÙS ','wp-includes/blocks/comment-edit-link/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-edit-link/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nÜ°\Û\ÖE\Z£ \Û\Úú\ÇV',_binary 'EŠñ	0\ÏXO3óSy{\rYÚ™µŽ\'œ!,\×ù+\ìÆƒ','',0,'?'),(_binary '’žâ‚”u—º}[p\0\Ò:‘\Û','wp-content/themes/houzez/template-parts/footer/footer-bottom-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/footer-bottom-v2.php',0,_binary 'Â„wAö\ÒC\ÚC0N–èƒ',_binary 'Â„wAö\ÒC\ÚC0N–èƒ',_binary '\ÏVÙ¯7@O²ö(,©\×glS%\è¾Y~r.{9‚h\È\Ç','',0,'?'),(_binary '’©^|	0,ñx@@¢þ','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sv.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sv.min.js',0,_binary '„\æ]Ãº­>0a\r\ÚV\Äs',_binary '„\æ]Ãº­>0a\r\ÚV\Äs',_binary '?mÂ7\Ñõ\ã\ã\×\Ãœ\Ã;Ivh}2[>/\Üb¤|','',0,'?'),(_binary '’¬\í‚\ÑX©12\ïmÆ‡r','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•À†³&\Û\á\ê&”4K',_binary 'e=26dAõ™u,§\Â\Õ#Ü¥xp´ð˜·rˆ°i;','',0,'?'),(_binary '’±(³¼NL;	‚\ÎÀ','wp-includes/js/dist/api-fetch.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/api-fetch.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–‘ »þpq¾ÙŸ‡\Æþb',_binary '1­zf6\0NôYNc½\'‘kX\ê3³aˆ\å[ñp¶J','',0,'?'),(_binary '’±,yC\Ã\n}ð\rÓ„‹\Æ','wp-content/plugins/houzez-theme-functionality/elementor/controls/details-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/controls/details-control.php',0,_binary 'K\nÚº¬/\éBû°\Å\Ô÷¥h',_binary 'K\nÚº¬/\éBû°\Å\Ô÷¥h',_binary '¥\00õU•\Ñôs\Ô«Ð—úp ®‘˜\\L¡ö\îû¬U','',0,'?'),(_binary '’³Ñ™\×ö@tùó\ÄÓ¯','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/NoopWordInflector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/NoopWordInflector.php',0,_binary ';\\,0žY\Ì]TH_Š',_binary ';\\,0žY\Ì]TH_Š',_binary '»‘RfÂ€wc€ý/8+>Á\0£\Ù\Ý\å®\Ü/¾Jý:\× ','',0,'?'),(_binary '’¸3TE\é;WùC~<¢‚','wp-content/plugins/redux-framework/redux-core/inc/lib/dashicons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/dashicons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä{§\0Gw\ÑvW¹¾y\ç',_binary 'T\íTˆ«\å\ã‡ÿ›ª…Õ¤qBz\Ä’$§c˜\â[š','',0,'?'),(_binary '’¼aùJ‰’qe©û?X','wp-content/plugins/wp-rocket/inc/classes/subscriber/Tools/class-detect-missing-tags-subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/Tools/class-detect-missing-tags-subscriber.php',0,_binary '\Î\Öô\ÏNÄ¥I\ë\ã\é®M\Ô',_binary '\Î\Öô\ÏNÄ¥I\ë\ã\é®M\Ô',_binary '8š›\Ür¯ƒ®5}(•\Ða±Ð¼‡4*\Ø\çi(€','',0,'?'),(_binary '’ÀÀø{Ÿˆ}\É\Ä1x{_X\æ','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/WhitespaceHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/WhitespaceHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A®y¹/ú<’À‚/i\àr',_binary 'ð5¬µ8˜ñž¦\î©ù.Ï„ƒ¶š¶öbŠ`c¨vm[','',0,'?'),(_binary '’Á1—­\ßÐ¯ÀNÛ€\ëY0','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/EventsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/EventsController.php',0,_binary 'FG\ZFj½ŠŸ\Ñ\Ð*\0ß”#',_binary 'FG\ZFj½ŠŸ\Ñ\Ð*\0ß”#',_binary '\ÙW«û(U\éê‡£\Ç†9\\\îƒ\à)j\Ë	\íÛª\È~','',0,'?'),(_binary '’\Â;ñ·\ÇVcU\Zª\Ó\Ñ','wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_less_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_less_24px.svg',0,_binary 'v…\âT¤ÿ\'Š\Îövƒ°D',_binary 'v…\âT¤ÿ\'Š\Îövƒ°D',_binary '‡\ì\ÃY°ÿõ‚-\Ðò3\Âñ{?‘M#\"uŒdµ“EÁ','',0,'?'),(_binary '’\Ãù…;ªñGx\ïªiöj\Ü','wp-content/plugins/wp-consent-api/site-health.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/site-health.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð6ñ›2\è\Þ>]&¦ð)}4',_binary '®\Å\àù\ï©Åµ0O\Õ\ß\Ø8)\Ú\áx²0Kô\Æƒ@Ý·','',0,'?'),(_binary '’Ä£\rñÿ¶ |üwûÄ•}','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/TheSEOFramework.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/TheSEOFramework.php',0,_binary '¢®·ó\Þ	+H*‚’\na\'¿',_binary '¢®·ó\Þ	+H*‚’\na\'¿',_binary 'Li8ðÛ”¸v¹ ¥Åº\î›À¼Vg €.¹R—¶H','',0,'?'),(_binary '’Å§BQ*¬S\Èžs\Ö','wp-content/plugins/redux-framework/redux-core/assets/scss/media.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/media.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Köô•,\Òw¢¼„¸\á',_binary 'Rw\à}\ÊUƒ\á\Þó@<²: h‚\é\É\Ðx¬ñ\Öik','',0,'?'),(_binary '’\Ç\á=\Æð³X˜°©\'¬€7','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Parser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Parser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CŠpõ™SË´Š\'lGž=',_binary '¶\Ò}\rD\Ó\Ä\Ü\ÍzšAŽ¼\é¹,R\Ê}\×b=©³ w´','',0,'?'),(_binary '’\àˆ\ëSRHú‚ \ß)ÙŠ\í','wp-content/plugins/wpforms-lite/src/Forms/Fields/Base/Frontend.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/Base/Frontend.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Û³/¼_g\ê\Ü;R¼ R',_binary '‹2‘|¨\Å¦ÃžA±.K\á³T\éW\à\áeðþ=k','',0,'?'),(_binary '’\á\ØõF\âZ\î\nQ\ÙCE','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';·b\ë\Ð\Ý\Êz3Lþ\Ý3\ë\ã',_binary 'Ñš\ÂQ`‚\âwµd>OˆoJ’‰\×þ¨ó¤\'N©Ó>w,','',0,'?'),(_binary '’\êõ\ïºv|ý±\î…\"\ê\0','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/Task.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/Task.php',0,_binary '\n”\á:%I\Û~ž;Cu\á',_binary '\n”\á:%I\Û~ž;Cu\á',_binary '\Î?R`¿©f¹G\é´d¡Kš¹\âZ\ä#)<uüeÚ¨yue','',0,'?'),(_binary '’\ì\Î1\ÑÀþ-Q$^¸©','wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œœÿ“ Õ¢	\"\\®\Ø\n',_binary '\Ævõ[\Ã\Í-€NY©QVL«Vg»ŽŠn8¶b','',0,'?'),(_binary '’\í‘#\à\ÝePú\î)“`,','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart05.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart05.svg',0,_binary '\Ý6¹\ä¾\á\ïÄ…\Ð\Ã\és',_binary '\Ý6¹\ä¾\á\ïÄ…\Ð\Ã\és',_binary '•\ì\ì^/¯¹‹PUDõ\\\ß ¤\Øv\ë/ŽŽ\ëEc6¯¾§þ','',0,'?'),(_binary '’\ïÀA-K\Än¶‘p¯A#U','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/InvoicePaymentSucceeded.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/InvoicePaymentSucceeded.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î\ÔÐ“Û½\É\ËpJ\Çþ\â“',_binary '	\ëaw³F\á\Í\Ý\ëR\å^„\È(F\Òb{\ã\È\å\Þ	ør“\Û','',0,'?'),(_binary '’ð\ÚWÁ¡&\ÝA\íqjü}','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentMetricFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentMetricFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º@›”[P ƒf·…i',_binary '–\ZDyqT\\.\ÇhEœ–®›ˆxLo“ù”iv?s”HZ¦','',0,'?'),(_binary '’ò}\àôšq\ÂGM¤q–\âj','wp-content/plugins/houzez-theme-functionality/houzez-theme-functionality.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/houzez-theme-functionality.php',0,_binary '}/Ÿ%x‰­\Ú\Ýzþ®\Û ',_binary '}/Ÿ%x‰­\Ú\Ýzþ®\Û ',_binary '\î[\Üj\'\á}Š[†yô“vdl^Q§\â’% Í','',0,'?'),(_binary '’ó\r€m¹s\0@\Î=[\Æ','wp-includes/blocks/text-columns/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w®Mg5E_\"Ûš6†—-\Ñ',_binary 'Ý´º»ø3\0·­\Ëv\"ªEW\Ú\ÉPt½\ÌTTõu\Þ,`','',0,'?'),(_binary '’øAù›U\ée\×\Ý 6/','wp-content/plugins/houzez-crm/includes/settings/settings-init.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/settings/settings-init.php',0,_binary '\ï¸Zz\á[†ñ¨Aƒ|\í£',_binary '\ï¸Zz\á[†ñ¨Aƒ|\í£',_binary ';\ß\"G»¤D{	\ãtŒCˆ\ãø ˜=§±\Ì$[W\ÌØ‹','',0,'?'),(_binary '’ø…\Õ\äRp\ÐÛ—¶','wp-content/themes/houzez/framework/stripe-php/lib/Service/DisputeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/DisputeService.php',0,_binary 'Eo\ÓY¥€a\í^I~\Ör',_binary 'Eo\ÓY¥€a\í^I~\Ör',_binary ' zX¢¼zW”@\Ã\å3\ÛFw!\ÕI8µ\ÉÈ°\ï‹','',0,'?'),(_binary '’ûq\\C)#_dGC-','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Account.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Account.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÕW1‹\În ¹Ÿa\ÇCkK',_binary 'r²aÔ•©h\àfÀD™h&Cs¨\Ðo\í\"?ø“yu@','',0,'?'),(_binary '’þ--\ß\Ê?·¼š:[­\'','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\ænq*Š\îõ€ZF‰)2­',_binary '\áü&4\"\rQjX\ãmN\"\ã\É?P¾o”\Í\\°\Æõ?¹ùŒ','',0,'?'),(_binary '’þÖ¬+I•7\ÆŽ¬^ü¥','wp-includes/blocks/file/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²F\ê˜=°oJª\Ã\êW.üm',_binary 'ö¥Q»r—³T¦n%ú¥\Üñ@\Ðn\'\å\Úm}4ö','',0,'?'),(_binary '’ÿ¸øi#ŸP‰¹‚ 	k¶','wp-content/plugins/google-site-kit/includes/Core/Admin_Bar/Admin_Bar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin_Bar/Admin_Bar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'lþ6„ð´§\Æ\Z\á½ƒ',_binary '\ÇÊ¿×«|¨%\Ø:nHbÁ1h÷·´\ÖE8z„r@','',0,'?'),(_binary '“\0¡X\ÜnS#\Ø5’\ÔM\ÇJ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\Ãò\íô¯È…„±{¢Gß­',_binary 'q.9êƒŠ)»¶¨QKš!W\ê‡tt[\nøeµþ\ï','',0,'?'),(_binary '“z7 Ñª§±\éA=qnÀ','wp-content/plugins/wpforms-lite/includes/functions/education.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/education.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìOk^–N¥®¡\Õ',_binary '’˜Ð«š\êýhB[Mt¸iÑ·OJbV…Ú™\á\\?>','',0,'?'),(_binary '“B\ë_5>f\Ó\Ãõ1','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Occupation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Occupation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôù›7\0\æH.\íñD<',_binary '4\æ\ï¸\Î>P3\Þ/\ÐwºO,´«@oy„M\\\ÅO','',0,'?'),(_binary '“\àtZŒ}”Ø“\ïSõ­','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/BustingFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/BustingFactory.php',0,_binary '\â\È\Ýc»\Ø4E*©²@\è}',_binary '\â\È\Ýc»\Ø4E*©²@\è}',_binary '\Ås<t\r\Ïehª\Ü\Û\Ó(\È2\ËUŸ¶˜ý½L]Tó˜gj\Ø','',0,'?'),(_binary '“\r\ËO$Ï¹bl/*J§BLR','wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U¶}å¦Œ\ä b‘\Ú@„',_binary '7•ü\Þ$\ÝoX½ñ‹eRv.:Þ¯¢)iŒB_$·\ê\É=o','',0,'?'),(_binary '“\Ê\Ï\Ï\ÑÇ²E\"T\0O%|','wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÂóV\ÎØŠ\çW¼ö\\8¬',_binary 'Ñ“|B\ì÷\ÞGº@”ix9\×‘YžC`¿K|ñ‚‚*U','',0,'?'),(_binary '“ø;bo–\Þt’W£x\éH','wp-content/plugins/revslider/public/assets/svg/device/ic_location_searching_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_location_searching_24px.svg',0,_binary '>¨x\äE\Öy\ÙQ¦/bV',_binary '>¨x\äE\Öy\ÙQ¦/bV',_binary 'SB¶Âˆ\ØÞòG\Ë;Œ+bp\êñ_@=,n[M•”\ë\â','',0,'?'),(_binary '“\æR\Òpºx\ëO€U\Ê\"','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\ÎL-\Z\ê¶\Ø\Ò0vf\n',_binary '•+&h-Êš\Øù•j¢FpR±\Þ$\äù\é¦É©	1#t','',0,'?'),(_binary '“\"rT\í9U„?Euü\'','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Okcþž`¦§Sm¾.\"\Ã',_binary '\0ù>mdcMW\ç\rgóRŒ©\ÓS™‹tJ\Ï\éÀ\Ø8P›\ë','',0,'?'),(_binary '“\ZQy}­„þ|}\Ã\îÿ-','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/ServiceProvider.php',0,_binary 'µ34!\Í*ú€ôJœ†',_binary 'µ34!\Í*ú€ôJœ†',_binary '&?ÎŽT\ÖSd\Ú\Åk\ÅW¡Å‹~˜7\î\Ãn—™\ã','',0,'?'),(_binary '“ey ˜ôV\ËO8\Ó\âI','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/status.php',0,_binary 'ô\rCù,sj9€\Ö\Ê.',_binary 'ô\rCù,sj9€\Ö\Ê.',_binary '^Z\Õ|øÀ\â¢\æM\áu€\ã\Þõ¯¢t×™mL’…','',0,'?'),(_binary '“X\èV×˜O|8}š€‚','wp-includes/theme.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤§²^\ê\í°buv\Ë}%\ê',_binary '\Û\Î\Ä\âÀØ·RP‘^\î\ï¼Oq‡\Ñ\Ë÷¶f\ì\ìˆ^59(L°','',0,'?'),(_binary '“ m<-\'\Ö„š¹8Y','wp-includes/css/dist/preferences/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/preferences/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µkC\ÛA§	{HB\ÕCòq',_binary '†Ä c—:-p¨@\ëk\Ë\Ô\ÏÏB8ño÷9Ž6µ\ã\Ý','',0,'?'),(_binary '“.Á‡µ\è\'›[´\"$™%','wp-content/plugins/wpforms-lite/lite/templates/education/builder/providers-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/builder/providers-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\"8º++A‡öC{²\Ú',_binary 'ºl0\\R2¥\Ð\ËŠl\ã…®g\Ø?“\Â^4œn','',0,'?'),(_binary '“0\"§\ËG£\Z=\ßhV4œ','wp-includes/blocks/separator/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±‰¨ù\å·\Ã\ÞEÈªõó«h',_binary '×\ÓZ©È½n_6{‹N\Ón;\ÍFM>un´Áÿ·þ\"','',0,'?'),(_binary '“2\È\ÐØñ*	NÎ†}É¥','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!¾’1´\í\Ø\n3\ÂA\Ú\ËW',_binary 'ß†½`·úŠfÞœ16¬fIFd£WŽæˆ\í[Ð¶','',0,'?'),(_binary '“9\æW\î\î\ZZB=K?(@','wp-content/plugins/elementor/assets/js/web-cli.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/web-cli.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³®­6Ë¬ƒšKþª…Gt',_binary 'R¢\Ã!Æ…p’ócÁ\è\âM·‰zþB\Ì\0¶(&\Û\00?','',0,'?'),(_binary '“>\Ì\Ù?­_wþ¦“®’…','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/video.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/video.php',0,_binary '›N\Ñÿˆcï¾¡½\ä7—½o',_binary '›N\Ñÿˆcï¾¡½\ä7—½o',_binary 'l»3Hðý­Y\â9š­—»f¢œh©hˆ—“ü–h\ÌØ²','',0,'?'),(_binary '“A\Ûù\ÙÁ\Ðn,¸UŽdIð','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö\å\Ñð\'[\Êå¾°J­ \Éøª',_binary 'WÅ’\0¥\È\ä\ÞwÒ60¨öu\Òýt\0§HG÷\ãaòZ','',0,'?'),(_binary '“B\ÝH*mz—\ÍN83ü\î','wp-admin/css/edit-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/edit-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€Cz\é#\êhú¤0%',_binary '³jð\Ãñ¬ŠP\ØQö\ètº\00(4zV‡“K\ÐÛ§\Ý\Ýtþ‡','',0,'?'),(_binary '“D #\Ì}\02‡¯[”üþ†','wp-content/plugins/wpforms-lite/assets/images/email/template-classic.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-classic.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒyf›—\Z…hEšŒ\ä5z´',_binary '\à4Î¥\ê\ÌÖ’\ãoKA7=\Üo\ãE\æõ\ëK=\ÂJ\r†µ','',0,'?'),(_binary '“D\îˆ÷È—Â¶\0y)\ç™','wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-1.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-1.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!\ç\Â\ÄH\Ñ\Î\nEI«Ee',_binary '˜¦a‰¦1}u%œ¢ñ°¥oµw\ÐK\Õ02žÀZš','',0,'?'),(_binary '“G»q±¦ö‹\×ÿ\Ùiÿ_','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/vi.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/vi.js',0,_binary 'oõ™\Ø\Þj\Ð	\î\ãJø',_binary 'oõ™\Ø\Þj\Ð	\î\ãJø',_binary '\Õÿ\"\ë8@3öNÛ™:ô\à\\‚0X\Z\ÑC¬¥¬°[^Í®\ÖJ','',0,'?'),(_binary '“K[þõ~Þ³\ìð÷Mq$*','wp-content/plugins/google-site-kit/includes/Core/Storage/Options_Interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Options_Interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸K‡J\ê+a¡S_œÁ\'Úƒ',_binary 'õ¯’\çdQ\ÌúÐ§\0a\ã8oS% \Í;7öµ3ÀW\Ë','',0,'?'),(_binary '“R\rR0O)\ZÁ|szÿ8','wp-content/plugins/elementor/modules/nested-accordion/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-accordion/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z…JùóÏŒ¶\çŽyˆ&S8b',_binary '+þ\Ô\ì\Â\ê\á\à»þ@\Ü\ìŽ	|\á>®x–±¼wSó\î\0','',0,'?'),(_binary '“S]\ì\â…\Þ:E\ä¢','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-extension-abstract.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-extension-abstract.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\ÔB<ýB\Ä\0\Çsñu¹',_binary '¤\r0MI¾P\ÖF8£šU‹.ûL\ë\Õè˜³\ÊØ§\Îó–S','',0,'?'),(_binary '“U8nÏ¼ñ\'c\Ü\ëo\ÑH','wp-content/themes/houzez/template-parts/realtors/agent/address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/address.php',0,_binary ',¢©þZ…31\na!«Ë…+',_binary ',¢©þZ…31\na!«Ë…+',_binary '\îx¬mA=óij¤Àºú0=Œ¾$Ç€in\0ùx¥ñ\ß','',0,'?'),(_binary '“V}»P”œ±m•/¯|I*\Ù','wp-includes/js/customize-loader.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-loader.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5›üøG1…1QÅ\ëÎ‘',_binary 'ËŽ¾‹\Ö4p5ødº†£¨øH†í¹™m¤Ô’Ø‚z','',0,'?'),(_binary '“XùºkÐƒ¾¿ò¦\Ê','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ<”Ë‹B«p¢\ïN\Í7\Z-',_binary '÷>‘\Õ÷\n®®M2\\€lYßŒŸ¹\Ãh\×ñ\Ù\É\Þ\áf\ÐòX\Ã','',0,'?'),(_binary '“b´w7-sV\æt\0n&','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/cloud-up.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/cloud-up.svg',0,_binary '`Á\Õ59*_\\\ÔC@\È\è¶',_binary '`Á\Õ59*_\\\ÔC@\È\è¶',_binary 'nI:\è†E\ëûº—#•œ\Ë÷R«\Éó¯–QóF?ç¶©ó\×m','',0,'?'),(_binary '“eÜ˜\åHy·„]«ºÿo\î','wp-content/themes/twentytwentytwo/templates/archive.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/archive.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê0§Õ¼w\âžE\'t',_binary 'Òž´1ª“gù2\â‘	\×\ÔÊ»´B˜s\r¶\ÇVXLñ','',0,'?'),(_binary '“lüt:{0+7\à9Cý','wp-includes/sodium_compat/src/Core/HSalsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/HSalsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ\ÓHx+\Ú07¸™`®}ô',_binary '@qz´j\ØI¯™\á\æ \0D¼a¶W»¬6n\Í{Š£¶y\ß','',0,'?'),(_binary '“oÆ—\ê£ø\Ý,ü\ï2N\Æ','wp-content/plugins/wpforms-lite/templates/admin/forms/bulk-edit-tags.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/forms/bulk-edit-tags.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û†¦*\0q‚¦S5cø¸}',_binary 'Z!R8À¦-Y\Ì\Ý3§¸Î€\ïVÔ½üFJ{É¶','',0,'?'),(_binary '“s^iH3²\È)‘C\Þt','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_3_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_3_24px.svg',0,_binary '#P\\\Æ<ta…SE\×Zò',_binary '#P\\\Æ<ta…SE\×Zò',_binary '\ÃlK\Î\ß9\ìŽÚ±™eRn¿c÷l+%ó1S›','',0,'?'),(_binary '“yÕ\ç>”¡-@	ž©/†_','wp-content/plugins/elementor/core/utils/hints.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/hints.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B†+ø$(k\ÃTfh\ï£{º‰',_binary 'wTH%c¾½jLm·ø:\Íz‡ºŒõ\Ù&•N^hs\è\ï','',0,'?'),(_binary '“|õû›­ts\Î\ÄKC™','wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a\Ø\íÁ\Ü™”A\ïù\àB',_binary '	G/zæš¶³\Î\ç\ìSR‘­\\hbI.\Ý[\Ì,ª‡;\è','',0,'?'),(_binary '“‡ó)ð\á,ý=]\Ú\Âk\Õ=','wp-content/plugins/wpforms-lite/includes/fields/class-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bZ›}Ï¨\ÓLÆ¥§QK',_binary '\ê¡\n|dº<öñ@øÌ¥ì­²\î¼y‡6‚ß”\æ\ï¸zµy','',0,'?'),(_binary '“ˆ.™v8-rJÅ•\íqQ','wp-includes/js/wp-auth-check.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-auth-check.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘2©£\èYT\æx\Úw€',_binary 'E\éID(10iý|óV:\í\é^\Ós\ZXÇ‚\\¬9k\éO®G','',0,'?'),(_binary '“Š¼Àz>ŸN}!^ùxü£\Ñ','wp-includes/l10n/class-wp-translation-file-php.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/l10n/class-wp-translation-file-php.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É–x„+Y\Î\å®TM\×ó\Éø',_binary '\Ò“g\Ë\å»\î)rÇ¡WK¸¼X‚,\ÛIÀpLQ\ï²×¯','',0,'?'),(_binary '“Œ0µ_\Öj}\ë8IAšÁh','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`•Ey/\ì$\ìÈ…9 ˜\ßð‡',_binary '\'°V\ÅC¬÷ó¹\ëŠÓ»¼;&\ïÂ›A\à\ä»q\Ö•++‹\Úk','',0,'?'),(_binary '“\ËH\é{„¤„\Þ\Þ\È_#','wp-content/plugins/redux-framework/redux-core/assets/img/raw/ajax.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/ajax.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èuù‹x´dp©­\"[Ÿ\Òo',_binary 'zuX\Ñô:õ¹k6û¼¢Àªø\è?Ú¥l\ä.T–=8Åš	','',0,'?'),(_binary '“‘\Ù\Âmtƒô8©£`.P','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsPolicyIssues.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsPolicyIssues.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Hž\Z)Ö€±\Îw:‰9[',_binary '+óO¯\ß%:*\á\ìbõ	\ì\Ö¬¼4«P6À„\åIŸ\Çˆ','',0,'?'),(_binary '““ u\ïFú\ß@Cd\0-Žj','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg',0,_binary '™\è‰|\èºl]É¹\ädfò',_binary '™\è‰|\èºl]É¹\ädfò',_binary '}¤\Õ\ÌÏž•.‡µÜ—k¶,\â¥/\æy\Ð-\ãQþj7\ãW\É\Ç3','',0,'?'),(_binary '“–O\Ï\Î˜‡9X–KHo‚','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹?\ßM\Ëðe¯&\Õ',_binary ',\åIú»\n‘\Ù*°°„ö6ò\â¡¼º\çRf Uœ\ã€','',0,'?'),(_binary '“™\ÏW\èø\08ó\Çs±','wp-content/themes/houzez/property-details/partials/item-labels-mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/item-labels-mobile.php',0,_binary 'CM€PÖ‡£;»þ\ß\0ü[øj',_binary 'CM€PÖ‡£;»þ\ß\0ü[øj',_binary '\Î\ï\ï\Ùk)9´\ë/¾\áVþ‚]A¸Æµù9¥\Ò\Û	)','',0,'?'),(_binary '“œô€¿\Ëa\Ê\nL*™','wp-content/themes/yith-wonder/assets/fonts/Mulish-VariableFont_wght.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Mulish-VariableFont_wght.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0vgs\Ù ž2[°%\ï{\ÓR',_binary '`\ÖaO½c¢¹´¶Ž(¡ x–yŸyh(\ÂùB…þIŒ','',0,'?'),(_binary '“Ÿ6­\ÐU\ÑÑ¦\Üu\ï','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z	O™\í»U\Ç\0ðú\É.\ÉZ',_binary 'ÈªRŠÁ\Ûy\ì•\íw!<´5–??ûò\Z—n\ÖPY5s','',0,'?'),(_binary '“¡¬‚.Ï©Nš‚%)ˆmNQ','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.mk.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.mk.min.js',0,_binary 'Š\ÖA¡°\ßXd6u\éur\"\Ö',_binary 'Š\ÖA¡°\ßXd6u\éur\"\Ö',_binary '[µ®‡\Õ<\'nž”j\\\Î)—v“5¬|°Æ‚p\Ê+õ7','',0,'?'),(_binary '“¡ù*„\ÂW‘ò€œút','wp-content/plugins/insert-headers-and-footers/build/notices.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/notices.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\'\ÚÕ‚HE—/\ÍH\Úô\0ýv',_binary 'q¶ÂŒTh\ì\nI\â\Ø\ì\ìKŒ\'	÷3,Us\ã\àZm!M','',0,'?'),(_binary '“©UŽ>\ë\Ý@þ_,¦\ä\ß2p','wp-content/plugins/google-site-kit/includes/Core/Util/Developer_Plugin_Installer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Developer_Plugin_Installer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pç‡£\ßô\Ü5!§Lwüp',_binary '\n\Ü8\Ç\çô\ã9sA¢)6jŽ1ð%B¢µ\Ï£Ý™\Ì\ÙX','',0,'?'),(_binary '“«7‹\ÖE#¾wÅ§j¯²²','wp-admin/includes/image-edit.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/image-edit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\î†0zø˜Z„\á¤f$',_binary '<Š ŠI¢\È\î	ˆ!õVª_À¶ ”x\è´Áa¬0','',0,'?'),(_binary '“«\ÊÁU³¿Õ‰\ÇB¶\â\Ñ','wp-includes/Requests/src/Exception/Http/Status415.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status415.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n\Óe\Ô\Z\Ýð^Ff€m\ë',_binary '£•*Ø­ÒŸ•|9‡‡/_<\æö1ð\Ñ\Ç\Ã?+\ÒV†','',0,'?'),(_binary '“´©\à7oI4\Ï\Ä\Ò=w¶','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4‚\Þ\ÏkITŸ¥\ßÀ=Ö€/',_binary 'ñ¥ò|˜œÿ5/\îiò¢÷’VV#V\Ê\å\í²Að\Ô\Ó\Ù`','',0,'?'),(_binary '“´Ñµn]2ºù¸‘8?~±A','wp-content/plugins/wordfence/js/wfi18n.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfi18n.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i&XDE\î\Ìò®p/N\ï',_binary 'GU	š‹*Ž\èköP,¡:\Ó?+}xHb·5ÿ\ä°\á¬#','',0,'?'),(_binary '“º¼\ÒÁbqÀ/¤\Ù\ÛF¤k','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßðª­7‡õÂ¤\r¬F\Ä\Ýg',_binary 'žn’V\'ŒV±û»¤V\î²)F|*á‘2ˆN\à\×z','',0,'?'),(_binary '“½­.Mþö„A\r‘4\Ö1','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Òôù¹\á>17\ÎÿÑ©r‘',_binary 'WþˆA\"\ÄR@™Ñ‹\è+¹žò¨\n`F(|\Ë\ÄO%\'\Â\ìR','',0,'?'),(_binary '“¾&\ïr\Ä\ÏO ‹\ÖP\Ú','wp-content/plugins/updraftplus/central/css/central-1-24-4.min.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/css/central-1-24-4.min.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%Š\nƒm\æÿðS™\Âú\Õ',_binary '?ód‘ohüz­sS_\é\Ï$¹\à\ãð¥\åŠ…ü¯ô','',0,'?'),(_binary '“¾·\æ>\Þ]­Ç·[Zg','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_3_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_3_24px.svg',0,_binary '—~\à()PÅ’/;apD¶',_binary '—~\à()PÅ’/;apD¶',_binary '\ëqÿ£_‚õÿ\æÿ§AJ˜~\ÓM\Æ\Õ\â3E\Ø;´\Æ{¢','',0,'?'),(_binary '“\É—\ÞAÈ‘I4ôŸ‚f\ï','wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-300.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-300.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘¤Évœ\Û\\•õenô',_binary '\ä\É\Ûw\ç ß²AW¡«ßºÂ’~\\§\Ã\à¥#x\ÑT','',0,'?'),(_binary '“\Í\ã\Åyw‡;§ý\í\î¿\ä=\Õ','wp-content/plugins/elementor/assets/svg-paths/spiral.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/svg-paths/spiral.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')È’QN-\ÒÀgSÇ“®Ë¸¡',_binary '˜¨ð!\Ôò3¥Í·°}CSSL‹ûú„¶:¹õ&yµ\â','',0,'?'),(_binary '“Îµ\ÊN¯üo\Ç“F9‹\×','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-blog-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-blog-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JH\n~{<lÛ¯‘‹]\ë|Á',_binary '\çT[-\ç\È\Í\îû\Év•\ãc)£ŠF6š;T\Ê\Æw‰\é','',0,'?'),(_binary '“\ÕVq(ž¼Â¨œa™\Ú#','wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹\Ù\í¡L\ãFS÷gY‚þ ',_binary 'sT’8¼\çœÀ¼žjQXu \0\èa­7‚¥\àxXG,ÿ','',0,'?'),(_binary '“\Ú\ra3±\rŒwI–\é\Ñ\'','wp-content/plugins/revslider/public/assets/svg/image/ic_flash_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_flash_off_24px.svg',0,_binary 'K8xý!\Æy\ì`‹¥A\í\É\×',_binary 'K8xý!\Æy\ì`‹¥A\í\É\×',_binary '&qU\0\ËNð/Q\0\Ï!\Ì\ÎI¤³\ç“ò¤\Ä\'‘¹Áû·BL','',0,'?'),(_binary '“\Û=®N}	‰˜\ãX\Ç\Òy','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Úó‰0TY&µd_hQž–§]',_binary 'gdf\èi¸C±Á\î\Ûð¿„\å\Þ š\ß³¤¥°…Çš','',0,'?'),(_binary '“ÜŸ§_8H\Ø\r$\å:¾','wp-content/themes/twentytwentythree/styles/electric.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/electric.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎÇ­\nd\ášQÎ©6µ\Ó_Á',_binary '.\Ñ¿Ÿzu\ä‰\Ùæ«º·U\Ä\Ñ ¬TpÉ¸ú-\Ú','',0,'?'),(_binary '“\Ýùh Ù°<ó3$\ä\Òõ…','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerInterface.php',0,_binary '\áP‚`û»ñ\êE\Ú¿²zs',_binary '\áP‚`û»ñ\êE\Ú¿²zs',_binary 'ó\ì¢I¶\ì=8i\Ü\çªb\Ü`21{´®\Â6†\ïc\å','',0,'?'),(_binary '“Þ°·\Þ9º„\É|­²','wp-content/themes/houzez/framework/widgets/property-taxonomies.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/property-taxonomies.php',0,_binary '‘‚\â;\ìý¹)…|õùû,',_binary '‘‚\â;\ìý¹)…|õùû,',_binary '	\ÑÁ$˜w¬,$W\"t\ÊBWK\n\Ò3\Ìö‹\ÌM¤%Ú ','',0,'?'),(_binary '“ß ¹p”“\Üxþ\êpVÀb','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/426.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/426.js',0,_binary 'p\ì\Ú_\\\í†Ð„¸Y•Œ',_binary 'p\ì\Ú_\\\í†Ð„¸Y•Œ',_binary 'º\ê[\Î‚t\ß\Òx½>žœŽ\Þ¢7YHµ	÷\îG`R\ê','',0,'?'),(_binary '“\â\ØÃž<\éœb\Î\ì\îðÀ','wp-content/plugins/google-site-kit/includes/Core/Util/Entity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Entity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºF.Lm\Ò\îk)A3°“‘\ç',_binary '\ÔeÑ¡e«\Ã\Þ\Ó\Zi¥4ž„3€hñ/‹§™N\ì\ã, ’','',0,'?'),(_binary '“\ç÷ö\Ób\'·vXT\n ','wp-content/plugins/elementor/assets/css/templates/frontend-lite.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend-lite.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+\Òó‰m¾›ª¨ùB]‘“®',_binary 'C«‡¿\í\ßôü6%\Ë\á4ƒLr\æ[—‡ú\Âv°ÿ¢†B´a','',0,'?'),(_binary '“\êŠ`KñE\î#t’]{&','wp-content/plugins/elementor/modules/system-info/reporters/theme.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/theme.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c\è\Ð<dÞˆ\ë„\ÌZEQ',_binary 'K\0~¯Šw{œ`³R\è}\î¾NPdDžmkSLTÛ‰\Ø\àQ','',0,'?'),(_binary '“\ìøõ}%pQ—ñ¸T\ê;\å','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/PaymentsViewsInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/PaymentsViewsInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H!+T4(f“\ÕÜ™l[',_binary '\Ël¼>‚ø\×\ã¹=5:¹%\Ï\à:7	ƒ¯\àeSW²U„','',0,'?'),(_binary '“ð«v\î­ù\Ã|\ß-ð\É','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â!óý<\à…»]\ê»\Ñrˆ',_binary '\É…p[¼\È\Ðö¯\ÙL7F…£|Ë–ZBœRŠ','',0,'?'),(_binary '“ò\ÏÉ—¥,%@Žwñ‰','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬Ñ©Ê²\Ò[,û¬ 7}',_binary '-˜7²R1}[•¬nûa\Ñm¨\Ób\Ò+(c4±Ç½i7','',0,'?'),(_binary '“öƒÚ¿-\"=f%\Ó}d','wp-content/plugins/wpforms-lite/assets/lib/jquery.insert-at-caret.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.insert-at-caret.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')•\à\çB¦{ùü€ü³3Á\ìð',_binary '\â¤\Ê00¿¹ó\Ës<\Ì\ÏR\ÝZ	¸iB\×-­7Z@Ì†','',0,'?'),(_binary '“þûÐ…-O=\ì\èeœ«[','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Bucket.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Bucket.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9ôLkþ\\<)¢JÙ¦B¸',_binary 'M3¶\Ò\'Œå±Ž¯0X\ÒÖ†\á‹\'Àž\ÙN‹-È¿','',0,'?'),(_binary '”ŽiýMu\Ôj½æ¥','wp-includes/Requests/src/Exception/Http/Status306.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status306.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/HkŠ{O“;,<`S{~',_binary 'ñ\à‰©Muy—¯%\Ôhœº×—\Ç\ÐH\Ôl°„\ác‹\Ì\ëA','',0,'?'),(_binary '”,¡c\ßYÿ6ßò)ñ','wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/Subscriber.php',0,_binary '§cß…S!#|’]ù\Óô\Õ',_binary '§cß…S!#|’]ù\Óô\Õ',_binary 'K«gß‡\æ?‘Æ«_°\ì9›&÷·\Ô\Z€\é†\×B¬€\Ç','',0,'?'),(_binary '”\n\é;¯ƒ—E t\0Á9\ï','wp-content/plugins/elementor/includes/base/skin-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/base/skin-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ûbö=³ö¢}ÅŸ‘6·\ßF',_binary 'd5uw\Å\í2}^$‡ó\r[C¯\Ýo\Å\éf.#\Z','',0,'?'),(_binary '”h(ÿ¹q	eô?~Ž\Ê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PublicationPredicates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PublicationPredicates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!§“‘\nR÷\Âyq‰½_',_binary 'qqdxL&?\\c`¥$\í4=\ã‘\é?Rüt\ÊüZU','',0,'?'),(_binary '”\áµ?¯9T\ã\'µ¯›','wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_more_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_more_36px.svg',0,_binary 'ÜŸtüù\Ò¾\Ïiõo',_binary 'ÜŸtüù\Ò¾\Ïiõo',_binary '(\ÂGÁñRêŠ¢»ú\Ï\ßøjR;c\ZU\Ê\ÆD\Øv\Ôc’\Ì','',0,'?'),(_binary '”\r\î\á\ßô\ß<D+¬«Y5À','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdClient.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õtó’µŸn¶—,\ÖZ9O¯',_binary 'Ä&\Äó¸iF<‘µZ\Ø\Âªd5ƒtˆ¿Ô¾j´','',0,'?'),(_binary '”Wõrj°†‘ž\Ætc^D','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Settings_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Settings_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\ér)¥*8\ä\"¢B\ä\èDŒ?',_binary '}z¼\Õ\Ús•Ö\êÑé¾ \ç\Ë&¨\Ìp,c\à>»\Þ<\n','',0,'?'),(_binary '”Xª\Z‰4©|ÈŸY\Ê~\á','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/mb-term-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/mb-term-meta.php',0,_binary '[gœ\é$\Ó\ÎÏ‘9@\ï\Æ9_',_binary '[gœ\é$\Ó\ÎÏ‘9@\ï\Æ9_',_binary 'h\ë\ÅtˆŒ\Ü\äðXÁ¾UüBa¥›Ûžõ\ëc´rö›`œG','',0,'?'),(_binary '”!W\Â\ãbDþ†×š\íò','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/I18nLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/I18nLoader.php',0,_binary 'ArG,¤\ÈGñš\ïýy°',_binary 'ArG,¤\ÈGñš\ïýy°',_binary '%f2x¾Ÿ\Å§\æc}O\ãR\ém[H\Þ\Ä\Þ¾\\\Ôl‘','',0,'?'),(_binary '”aj\Ù\ãš\îk°¡TPýwx','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/wysiwyg.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/wysiwyg.js',0,_binary 'þ\\j´¾«ð]#E§¬£\'',_binary 'þ\\j´¾«ð]#E§¬£\'',_binary 'x\n¡C±uËµY+\Ú¡Ý®\áóAº\Êh¿\æ™Tb','',0,'?'),(_binary '”b\è\è£chGm®ey¾|D','wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\Zfé¤…Ä7z³.\Ø\Ë.',_binary '\ÂýŠk\ÛN\nR\ßl\Z\Îš˜Å†£¶h™4t¬\í;ü\è','',0,'?'),(_binary '”\Zóa\Èîœ£d8p\Ë','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–q\ä“\ÙÓ¨\'\ä\â\Ã\Ø\Ó=]',_binary '\Óq#Àœý‚6WÛ\É\'Á	§¦V\ÂCoc\Üàª‹Ü¨m°','',0,'?'),(_binary '”d\ÒÀFª=~Ÿ%jD','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/background.php',0,_binary '/qzDÿ\ZŒŽ\r[…óµ',_binary '/qzDÿ\ZŒŽ\r[…óµ',_binary 'Ó³\\˜õh\Î}•TðA\ïô0>\â $D0£Búd¿‡¢œ\"i','',0,'?'),(_binary '”GÖ²X¼Vg¬µA\0\Äø','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookThrottleException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookThrottleException.php',0,_binary 'Qã»bj¬Uýs\íý\Þ\Å\Þ\Õ',_binary 'Qã»bj¬Uýs\íý\Þ\Å\Þ\Õ',_binary '»^g“\'\0€+¥0G7I(HF[Œ4·D;d\Ô­','',0,'?'),(_binary '”!HUN&\ï\"‹¨\ÓŒz÷ô','wp-admin/css/widgets.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/widgets.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1z|> Ó•ƒþ¿Z¨µT',_binary '2?-O\í\ã\É{tMSn°O\êûCPºHR¢NW´¿','',0,'?'),(_binary '”!ª‹È¶N\\¤¤›iLš','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.eot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.eot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àµ¡Å°–£\âºHù\ÜH',_binary '‚²“\Ïy…§þ›\Âi-`¹xŸS®‹\ÕÂ±I»*8pA)','',0,'?'),(_binary '”&?R2	XP..\"ú6F','wp-content/plugins/wordpress-seo/src/loggers/logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/loggers/logger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')	kV´¸þó\Òb]\Å8ÁF',_binary 'ý\Ð{ó\ë k÷#\ÜÿŽ1\Ø“\à\Ù Ÿ÷ƒI&‚\ßF\ìž','',0,'?'),(_binary '”&\ÄÜ…ú\èq¶‘\Ðÿ<N\Å','wp-content/plugins/houzez-login-register/social/google/auth/Google_P12Signer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_P12Signer.php',0,_binary '\ã>W\íB\Ï}%\Ýl2\Örc',_binary '\ã>W\íB\Ï}%\Ýl2\Örc',_binary 'ÁÀŽ\"\ç’ö\" „¾·YX4•ðœfS\0÷e¢¾ ¸\Û\Î','',0,'?'),(_binary '”*±o\ÅQ]zÈ¶É£qc7','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'iAB¡°a›ðo%Ž\\þk',_binary '‡\Ü&ŸlHltºÚ©\ê\Z¾wiR±*\Ïõc\ëF?c“=\Å\Ú','',0,'?'),(_binary '”*ü5ujˆ‚p¡±Â‹','wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1öþ\"i)%\Ôl\r¸\"¸µ\Û]',_binary '\äZ™‹‚­\Û\ì\×\ã°{° \é\Z’iUR\çE\\','',0,'?'),(_binary '”8*F>}¶¡\ÅB¯,kw','wp-content/plugins/redux-framework/sample/sections/basic-fields/checkbox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/checkbox.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜½ï•Š\Æ_\'=•/¡L\æT',_binary '\0\r[H%ó©]@ž%ñƒ\Ö	Y#±{o\Ñ\ri\àQ„G','',0,'?'),(_binary '”8\Ð@mŽ…]¼Ó¬\Ê\\\ï','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÈŒ™4Ù°“v(š¾Kž',_binary '„3\r_Î¶¬<š*ô\ë†oA\Ò²Ó²*\Â\ÐS›´','',0,'?'),(_binary '”:Va8\n\ãa?m+3·\ØVi','wp-content/plugins/wp-rocket/views/cache/advanced-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/cache/advanced-cache.php',0,_binary '¢]ß†‡\\®\Ì;¢øž',_binary '¢]ß†‡\\®\Ì;¢øž',_binary '\Ç\È\' \\20\àJ¦d\×\ìƒÎ¿4•Ýž\å)úJœôÐ»)','',0,'?'),(_binary '”<#2\ßy£\ÈQ—;˜wù1','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉUñ)j‡ð\Ä\"\çYÁ›',_binary '\Ðb„»qiHƒBgeb\ä\ët‰fœy–\nø@ÅŸ','',0,'?'),(_binary '”>D,*\'M6`”¾\Ç.}\Ç_','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/redux.select2.sortable.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/redux.select2.sortable.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c\ì¬%\Å—\â‹s\ãR\ÏFº',_binary 'Ü²mA¥\Ò3H¶ÁH®Š	I»\Æ\á‰õÉƒ«¨gõ¤«','',0,'?'),(_binary '”Afa\å÷AZ=­)·\"','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/ServerRequestInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/ServerRequestInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†sIÞŠ³d·\Ý]®3',_binary 'C´S\Û\ß1]ú8ñÜ¥ˆ\ä\æVV})?O\ÔðcTN–','',0,'?'),(_binary '”BHT9swˆœ°mÎ™£/\n','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù7‰n%‹?\ç\ëb¸\Ï?l‚',_binary 'a\Z¯»\Îaö\Â@\'rM\ë¤³8–ýyúW° ¸ð1o\Í\Ù','',0,'?'),(_binary '”Fß‡¨‰\È#÷©ata\Ë','wp-includes/block-patterns/query-small-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/query-small-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f@¯I\àvaý=9 £uQ',_binary 'Í·%w@3#¥£’FŽZq’ t`\ïýs\Ùo\Äõ’Ž','',0,'?'),(_binary '”L\Í\Ð~iS?\Óv¶C>\È@y','wp-includes/blocks/latest-comments/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-comments/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë÷|\rV«’\×F\Æv·:\íƒ',_binary '.h\ê\Û}\ÄB§\rc£K¿ó\×B¬RÁ+õk¬+\ß%IA\Öj','',0,'?'),(_binary '”QôR^\×\Ãjd³uöMu','wp-content/themes/houzez/js/vendors/i18n/defaults-es_ES.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-es_ES.js.map',0,_binary '»z\Ý]\Z#kŸ&\Zœ\îT2',_binary '»z\Ý]\Z#kŸ&\Zœ\îT2',_binary '–\n©£…÷$~\ZWŽÝ¯¤´·•j(\ß2\Ö\Ñ\æ\Z\Ít','',0,'?'),(_binary '”S7À\äzÇ«—W\Ì~\Ó2ÿ','wp-includes/blocks/site-tagline/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-tagline/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9s\ë+2cü1À\\\é%Ž\0{',_binary '\È\ÜZkŽRþâ¨ˆ\Õ\Z5‰pý \Éô—\â¾m\\ónz\Êþ','',0,'?'),(_binary '”TüÙ§rƒ‘\0ö\Þ\é‹','wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìhw\èu$Šy\Þ\nT([–¾',_binary '\Öc\Þz\èe[	<*—s\ÑdAf\'9R\î¹*(³‹Œ','',0,'?'),(_binary '”U4ù\î\ÖNb<#ö\ë_˜','wp-includes/blocks/video/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð¬)>’Höh?7F',_binary '3\Âá™¼°<H·t?>¿N²OuÎŠÀ’Eg‡ÝŽJ','',0,'?'),(_binary '”[\ÝAò6a(þ&A\"“','wp-content/plugins/elementor/core/common/modules/finder/categories/general.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories/general.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äi†\ÞÌŽ\Ïô‡\Å —›D;',_binary '$A\å¥at\ä\Þ1\Ë\Ñ\ïB\Z\í\04¶H9ñ\ÊWOjB4','',0,'?'),(_binary '”`	\äññ¡>\ÒÓƒx¸þ|','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-core.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-core.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_¿‘\'™§±\ÖÈ—\çCIQ',_binary '³\ÄT\àT\éb§S\Â\É)\ß:\Ã?û\ÔT›¾\ÒR9¿\\¶t\Å\n','',0,'?'),(_binary '”a±tU\Úq¶^!\ä0Æ£l','wp-includes/post-formats.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/post-formats.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýoÞŽ\Ð®­\Â.Á”‰O',_binary '\ÞcµTl_\"bM*yú\Ä\"\ÌÀNªô©;,ý','',0,'?'),(_binary '”g—\Éù˜¿²žþ!5\ãß¿','wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•6†Už>yV\ç\ÍTq¥\â‘\n',_binary '\Û.ô\æm\É\Ê\ÏR›ü\Ã]Šo£¶—§¹§Þ“õA\æ}X','',0,'?'),(_binary '”k‹¥—zß£ó\Ô\ì\×bo\ÓR','wp-admin/post-new.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/post-new.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²…´\âŒc\n1U\î\\EÈ„',_binary 'œ®ƒlr}^\×u1w\Åö‡þ3;‘.±?NN«`r\Ô\Ç','',0,'?'),(_binary '”l\è\â¨P½ù\Ã,!˜,<=','wp-content/plugins/wpforms-lite/src/Admin/Builder/AntiSpam.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/AntiSpam.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó\Ü3ms¼Wó\æˆš',_binary '3\Z;®þ•R4°\0\Ç\ÊûV‹Ú„\éUSH¦1j\ÖR\ï•\Ë','',0,'?'),(_binary '”nL@\Ã\Ðõ\ìˆH”¬9¿\Ì`','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+%D¼V=\r€¢¼~\r•L',_binary 'Ã±^Ab\É	#«+\Þ\ì&\Ç\ÛÓ¦õ›\ê¿+U\ÎV?s','',0,'?'),(_binary '”u\Ç\n&fm¯\Ã«q\ïC²','wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ¤Qü’jDûmŽ(†®³O',_binary ' 7´F¶·\ç@Nl\àsº¯¼½¦¿K†³š’òýJú‘','',0,'?'),(_binary '”vO¯\Ö#\èJ¥N\ï\Ô+ì','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Aa+JD$ø2Ÿ‚J”\Ú',_binary '¬/#?T\ï†iOLyv¦\íuš˜TK”°©É¤½·\\Ø»õ','',0,'?'),(_binary '”vy‡\Ö-¡ Xþ÷]:F\É\r','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„ë¾Ÿ_\×ö¬._kp\á¸',_binary '¤\é¼\âƒ\Ú#,\Î\Z?ö\ï\ÐO\í­H “G¨\Ö1ðÁÜ´J','',0,'?'),(_binary '”w	\Ë\Ê4;÷œ÷\Ë\Z\×d\ï','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚±:\â¡mR¦K—l™¬µ',_binary 's\Ö1U\rŠŒ†w¡õ<E«5\Ï9¤†•«þÀS£','',0,'?'),(_binary '”zUý¾€u“i6Á€+ÿñ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TransferReversal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TransferReversal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼óð—\Ì.+’Ñ€›\é;oö',_binary '£‹r®¸5\\ûm¨¦\\S\ÙJqY?\ßü\'rW9\ÇZ\\7~','',0,'?'),(_binary '”{šñÑ‡…3¼\îzÒ®+u','wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\\\Øûº4Â©s?’{^ª',_binary 'f\ç\â”ƒ]\æ:Ä²­\Ø\Ò1¦úEñ…øó~*&i±\Ý','',0,'?'),(_binary '”|v»P•\Ú0\áfh\îÁT²','wp-includes/js/dist/block-directory.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-directory.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'cœO¦\î\í\é\Ö\à£)h÷',_binary 'ü¬ŒN\Ã+Õ°€I\ÏÁ§4HÂƒö*Eq“c4\æ1]','',0,'?'),(_binary '”F£®‘R\íß¼H–\Zj','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶#¸\Â3m\ÃPf `Œ',_binary 'â†ª0$OÒ HX\Ýh±a2—\í‘žë›‡³\Ðó,_\êAª','',0,'?'),(_binary '”‚¾X\Æ\á\';yÿ\Å\î±fF','wp-content/plugins/wordfence/lib/wfFileUtils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfFileUtils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“1¡›}o!8|\ëO\'¥\è®',_binary 'jc¥°OÿRo½´x·¾ó&#A\\!ÇŒ\ÇÐ ½,2«Ì–r','',0,'?'),(_binary '”Š \ç\ÇM{—š&»¥h\ï','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/engagement_rings.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/engagement_rings.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ\Þr·««Þ®a‰¸*\Ýn¨\É',_binary ';\çô‘eŠGh³\ÈNN¿€Ö¢=»±˜1\\#­\0ƒ@\Ñj','',0,'?'),(_binary '”Œ+\r¹“ƒ±\é\ê«\Ó\Î\Ï','wp-content/plugins/bluehost-wordpress-plugin/assets/svg/web-hosting.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/assets/svg/web-hosting.svg',0,_binary '@³?\Â6\çí¥ž.´ø\Ì',_binary '@³?\Â6\çí¥ž.´ø\Ì',_binary '[`\ÚTv\ä¦\ï\Ùc\ç#;\åIH]nÀI:\Ù|i','',0,'?'),(_binary '”Œ‰c¼\"\×8\r\×+°\Ù\ÏAm','wp-content/plugins/updraftplus/languages/updraftplus-eu.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-eu.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤eÞ¶\Å¡ð<@@i€$¸',_binary '·Ay2ý\É\ß1mÅ™GH\r¤\Å	¤Wðˆ\Û \Û\Ô\ê*','',0,'?'),(_binary '”Ž82M¹3\á]‰\ï\Ñø\"','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/functions.php',0,_binary '\r}\Ü\ï„¾\Êg“ûu¡\ç',_binary '\r}\Ü\ï„¾\Êg“ûu¡\ç',_binary '-3C`Î¤wµ™C%Ä“oÄ˜Bµ½7ð\Ê#²7\Z‚','',0,'?'),(_binary '”ŽIö¿ C&Dž8ZI¤','wp-content/plugins/wp-rocket/inc/Engine/License/Upgrade.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/Upgrade.php',0,_binary '\Z)\ÛCJ ó–¼6(•~ž',_binary '\Z)\ÛCJ ó–¼6(•~ž',_binary '·du‚¤§…\Íf•‘•p\æ\Øx©†BŒ»9ø¦^\äyK.0','',0,'?'),(_binary '”“?§€¢Ÿ¬\ÎVZ6³\×','wp-content/plugins/houzez-studio/includes/class-houzez-studio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/class-houzez-studio.php',0,_binary 'd¼4ªõunúSF\Ö6š',_binary 'd¼4ªõunúSF\Ö6š',_binary ' ÷peµûQ†·¬1Ltµ?«ü¤ 6\âOÁœûƒØ¤','',0,'?'),(_binary '”˜@†»{÷J¤\á«5ä·´X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U,û:)¬ Ø‹\"\ÅQqY',_binary '\"\äOoûÛˆ‰\á\Å<ö€oES-MOÃ·\å—YN€!‰¼','',0,'?'),(_binary '”š1\äL”\Ôg\ázB<','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ9ò¬#z­®#¼ŸX(°\Ò',_binary '\Þ\Ç\ê5E\ì\Ê\ê\0mŽMf¢_\Â\Ø$\Âr½3\Ï]\È6#û','',0,'?'),(_binary '”š”i\"51œ¸6“Åš','wp-content/themes/houzez/template-parts/realtors/agency/office-phone.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/office-phone.php',0,_binary 'Q¾º\êY jRixŽ\Èk',_binary 'Q¾º\êY jRixŽ\Èk',_binary '\Ý\îPcDC¥€N+¾•°\0\Ë ì˜‰«\æZÕ´Áý\Ì\ÉB','',0,'?'),(_binary '”ñmjú¥rn™s\ìhUy','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/DebugLog.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/DebugLog.php',0,_binary 'C’rR«ù›O0×”\Ö\Ý\Ñ\ß',_binary 'C’rR«ù›O0×”\Ö\Ý\Ñ\ß',_binary '¾“\Æ\à/@\'ƒ?5—ˆš­Ti\ÔA\0¾{`\Û\ë}FøØµ','',0,'?'),(_binary '”£‡+P\íó%š8”\è\ÎB\0','wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õcš†|Lø\à7©\é¸\0þ',_binary 'K¿ ²O=V…AN\è:&\×\å‰\Û1\ëÏŒE7\ÐË¬','',0,'?'),(_binary '”£§	J6«†Ø¦iÝ¼q','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_4_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_4_24px.svg',0,_binary 'E‚£hºÁ¨ŠD–~t\í\Z',_binary 'E‚£hºÁ¨ŠD–~t\í\Z',_binary ',º…»8mó\èYY	+5†¤)y\Ö©›9ô †\0\à­´','',0,'?'),(_binary '”­Yß3A¼\Ù\Ð½c\r\é','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðÑ«d!f \Þ7ö\ß|\ì¼\Ú',_binary '\Æ\éjñZ¬t@úbñ¥\\£$´\Ôf˜—+ù}7@ž','',0,'?'),(_binary '”±¦®L\Ø\â6	\ØÀ\è×³','wp-includes/ID3/module.audio.ac3.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio.ac3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú>Y¿¿\Ó\æ\Zk0\ãaM',_binary '¥b°´^#šýÂ¨(tñ^·rß˜z¸\å9òF\Ó\ï\í­','',0,'?'),(_binary '”±\Ó’Ž\îq§8\î÷\É\ç','wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>°²y\Û#AÎ°œOsô\ë`',_binary ')aRµS\È2¦½\"ƒów¢þJ–1\n»¼9GˆwÑ—ó$','',0,'?'),(_binary '”´\Ò_•sP®°“´\Ü8R','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Jetpack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Jetpack.php',0,_binary '¡c\ÈûA¿ \á.\ãS›ü\Ýý',_binary '¡c\ÈûA¿ \á.\ãS›ü\Ýý',_binary '€¡ƒ·\î*{iDˆ¢»\Óÿ7œdX^m%\ä*¹.Ë¨','',0,'?'),(_binary '”¶­\ÕA\ØS\É\Ì\ÄØ’ùeZ','wp-content/plugins/revslider/public/assets/svg/action/ic_open_in_new_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_open_in_new_24px.svg',0,_binary 'ù /¯Ep‘n{—-\è•!',_binary 'ù /¯Ep‘n{—-\è•!',_binary 'H;\0\ëô\Zc³³^¸*\'„%\ØrÁ²¤­N\Ö=¿\Ò','',0,'?'),(_binary '”¶\î\Õ-Jü®³…,\Ö+þ','wp-content/plugins/elementor/assets/js/kit-library.ac1a4cd5deae5526ce49.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/kit-library.ac1a4cd5deae5526ce49.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'KTÿ.4%I¸¯DK¦3e',_binary '&i†B]Ž±®L\Éþ¹Ž\Ýüò\çV\ì\Ä:\";pf¿xT\Ð','',0,'?'),(_binary '”·\05\àƒ£W\r\î\Ë\æ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/AuditRefs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/AuditRefs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\ß&3	`O\Ä8\ÜN\\\á',_binary '½\è\0»˜…Ž?##E\ÇOÔƒe)\å8EÍªwtú\å=¼£S\ã','',0,'?'),(_binary '”º\ïžÄ™4\É\ÚLEÑ“`@\Õ','wp-content/plugins/wp-consent-api/assets/css/wp-consent-api.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/assets/css/wp-consent-api.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J»\èNùu\Þu \ÌhW',_binary 'OÁYï°Š\Ñ\nŒ|~š\×ü\ë²“£0ªß«—ÿ','',0,'?'),(_binary '”»\0ò?n¡•›‰\í^,}ˆ','wp-content/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php',0,_binary 'w\Ð;\ä-ù\È*³\×A¥üð',_binary 'w\Ð;\ä-ù\È*³\×A¥üð',_binary '¶ú–?b»\çz hªQö:ªž¹®Ð­^\Ü\Ï\ì}¨~ñø','',0,'?'),(_binary '”¼a»`\0K•\Õ\ç³0M¤\è³','wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ§W\Z\ÝG8ˆ\ÕP{ƒ',_binary '_—D›²AGJ°$–7{\èòh²sœ1el×ššc\è)À','',0,'?'),(_binary '”\ÉT²¢V¨\íôª“\\˜—','wp-admin/import.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/import.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';‡¼\0¦Z\Ñ\'’ö0\Ùo',_binary ' UI#²´f_§\\¥\n\ÓS3<£ÿ2Yò‹Zm8u','',0,'?'),(_binary '”Í«5¾\Ú>]ŽŠ¶\Í\Å\ßt','wp-content/plugins/wordpress-seo/src/models/indexable-extension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í[À\ê|\0\î‰$\Ù3ýÁ1l0',_binary '¡ùQŽ<•.“„0]\ÛZk\Ý:úÞ¸:/Àmžœ\Ü\Ý\é','',0,'?'),(_binary '”\Úa™8a\ì³ö›j;Á','wp-content/themes/houzez/property-details/single-property-luxury-homes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/single-property-luxury-homes.php',0,_binary '&þ#:^+±R©h¾“',_binary '&þ#:^+±R©h¾“',_binary 'µU\æ€\ï\ÅzxA{\à)@0w„þ•¢}1*q¼\î','',0,'?'),(_binary '”Üµ[Ò²m%‰6òS8:D','wp-includes/images/toggle-arrow.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/toggle-arrow.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\ßÎ‡—aý\æ;\ëd\Î\Ï*ò',_binary '[b\Z©Ž\Å;\ë]¬f\É0 ²\æs|:¿¬†\Ôó%','',0,'?'),(_binary '”\Ü×¯dlô?C.\ÙC¯','wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/DataObjects/ColumnBase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/DataObjects/ColumnBase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß?)ß¦	gùX_O¡$L\ä',_binary 'Tª§²N\Ú(†’\æ\ÓR\Æe\ã8»ÿ’´›L[y\0\Ô2Wr\Z','',0,'?'),(_binary '”\Þ\ÕaYõL_E©’Žú#a','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Report.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Report.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±½†\à~PôüQ\ÎGË°N\Ù',_binary 'fLU{Êˆº\×‚\×ü\Ðò£\Î$Pþ]Á\ÓP&DÙ£Á','',0,'?'),(_binary '”\àØ§q7}\Ý\è¥G¿u›a','wp-content/themes/houzez/js/vendors/i18n/defaults-th_TH.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-th_TH.js.map',0,_binary 'ƒ\È@ý;\è‘¨fuªz\ÃE',_binary 'ƒ\È@ý;\è‘¨fuªz\ÃE',_binary '­Q¿\nÉœ?C\ï-LMC>®Áõ[þTþÌ’–Y©”ü\\±','',0,'?'),(_binary '”\ãO{¼\Ø[º£°%®;›','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/flag.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/flag.svg',0,_binary 'G[D\È\äd\\£õ™õ<¹',_binary 'G[D\È\äd\\£õ™õ<¹',_binary '¼(;ov-¼SK=Zk†0þžªÐ£=\Ç$\r$†g#ƒ€\Èò','',0,'?'),(_binary '”\ï\Å*Å¤š³\\\r°\áC\é­*','wp-content/plugins/google-site-kit/third-party/psr/cache/src/CacheItemInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/cache/src/CacheItemInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ç­Þžv…i\ã8)qþ±Dš',_binary 'z‰’,[Š‚ú¦•Ú»\áSl\ÖýrI\å½-zù…¶W¯2','',0,'?'),(_binary '”ñ·|Y\Ñ1\Ú^B„\Ûp','wp-content/themes/houzez/template/user_dashboard_gdpr.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_gdpr.php',0,_binary 'ñºò7½cY~:¨\ì\àt',_binary 'ñºò7½cY~:¨\ì\àt',_binary 'w·@^x»\Ñ\Ð\î‘¢bˆdúLX2eÊ‹Z$®µ¶2]½','',0,'?'),(_binary '”ó‡\ä‚\Â$ùOq\ÕyÜ¹™','wp-includes/blocks/audio/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'px\ëÚº•‰ø\Í5)C4\ZM',_binary '^}õ…b’>?\Ö´\Ð\ÑK±8<¿RÀÜŠ$ûÀ{0­6„','',0,'?'),(_binary '”ô¨–!Þ¬©\Äß³\ÂÁ«p','wp-includes/images/crystal/default.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/default.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Aò>)*/¾\Ü!\ì®-ò›º',_binary '€ˆˆn$‹¨ƒ_­u	†$Q3\Í–E»×r¡|Jm—','',0,'?'),(_binary '”ôóq\ïé´§œñˆ-¤\Ö','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_link_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_link_24px.svg',0,_binary '°`ótì­‡•‘°ýJñ/ô',_binary '°`ótì­‡•‘°ýJñ/ô',_binary 'm\Ø\Ú.\ç<YŽô?\Ì\Í?¦nˆ\Z`jýxƒ\Õhƒ°','',0,'?'),(_binary '”õ\0›ô»_\à !móc•\Ã','wp-content/plugins/elementor/core/editor/loader/common/editor-common-scripts-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/common/editor-common-scripts-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k²1øþ0\Ñ\Í*šuF8!',_binary 'w<\Ã\ÊK^õ¯·>…]oýG5<\Êúf\áA(Q¬’','',0,'?'),(_binary '”úH¬\ÛŠw\É-gomŽ','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b˜k\á«\ç§Q½2\Óö·',_binary 'Ô„\ä‹\ä4ÞšnqÓ¸$òõ?\rMfP\nù‹¢üTI˜p','',0,'?'),(_binary '”ÿk0½]\Â\ç(ŠiŸ‚c','wp-content/plugins/redux-framework/license.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/license.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·ö©?Y*\è\ãN\í€Á3ž“¹',_binary 'Ù«1Ì¹Èˆ\Zò²–×”Šì³—d¤9”Ÿ\ãŠ›','',0,'?'),(_binary '•\0ë¹¤²ô\Ñ\Ý\Þ>\Òß¡b÷','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É.˜$E5s{Œƒm¤ÿ',_binary '\è\Ø½È²ýRkœö<[zò?BP<P’Aý8ü•¼d]L`|','',0,'?'),(_binary '•\0\í>\Ë\0Ky*xý%:\"\Î','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tÝŸ\ê³‹\ÜIÀ­µ¯¹ð',_binary '¹3ºÌ“…\'…§\Ì\Å\ÌþÌµv¼D;]jnœ\à\Ï\ä™z','',0,'?'),(_binary '•\Õ\Êùœ\æ¿ð\Å\Ëk\\ò','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressidium.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressidium.php',0,_binary 'a\Õ½³º0·\à\ÇDsL.z',_binary 'a\Õ½³º0·\à\ÇDsL.z',_binary '‚={s \'\ÃôgY\n‡˜C\Ï*µžk\áQ/l)@´‡','',0,'?'),(_binary '•…¸I	2ŸRýNjYÿ\ã','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æc+9OËšdø\Ü/\ÈR\n',_binary '\à>©\à‚\á\æ–s¹$¥»\Ëý/³\ï\äC \è­yù§ùv¹','',0,'?'),(_binary '•&\ÚMûX—ÿW\ç\ÄO²','wp-includes/error-protection.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/error-protection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@GóX=\"¤\ì>‘7\ÃÅš‰',_binary ',í·µ\áë­@ñcZ\á»/_\Ëù,Ÿ\ÄÀ<Ò–½k','',0,'?'),(_binary '•\Þ\n‡¯Øˆ%¯ùQ„üC','wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce/notifications.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce/notifications.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…À~rÈ«Uœ}.ÙzV¦',_binary 'ý	‚¸¥^œº-( N\"#½ƒÐ”=\ØWj„Í­\ß\ÐHW','',0,'?'),(_binary '•ù«\0ºIƒ»ek—)}Y','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-templates-pack.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-templates-pack.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€!„‰šM—ŠD›\0R‡‰©',_binary '9Á\Ïr\Ï\åh_º^\Ðý·\Ó^\\y}u{¢šf\Î\rÁ\ê–5','',0,'?'),(_binary '•Cµ·\Ø\æð~UG\âõ\êa','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Event.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Event.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§8\ÓUg`\Ö±‹\Z‰S\Ç\Õ',_binary '»´Û¿qedˆ‹\â¥Oƒ#¢\äø©£ÇŸQúª½±\Ó^nn','',0,'?'),(_binary '•§•\Ìg0X£O+Nœ£œ','wp-content/themes/houzez/js/vendors/bootstrap-datepicker.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap-datepicker.min.js',0,_binary '7€sc¡=\å\\!„\ëwÿ‹',_binary '7€sc¡=\å\\!„\ëwÿ‹',_binary '¸v©K‚ò\'¥IBpõ—3T‘]g[\àAŒ›iÏš','',0,'?'),(_binary '•\ëF÷º\Ï\è$È¾]\0\Ä2','wp-content/plugins/elementor/includes/widgets/image-box.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/image-box.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0¨\êW\Ä\ïÝŠ\íz\Ð<h¢\Ñ',_binary '²\ïo#¨½J€7°\Óh-Ÿ+ƒ˜\à8e~é°¨\íúQ#\Ød','',0,'?'),(_binary '•\ZZGr0…¿¦Gß—\í5;','wp-content/themes/yith-wonder/assets/fonts/changa-one-v18-latin-regular.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/changa-one-v18-latin-regular.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a\ènz \ìóº¤¹©¡Í½',_binary '@ªC \Ã\à~Àž€\è`–(Û«\Þ!¢}¸M]·+\ä\Ø/À','',0,'?'),(_binary '•\Zþ\Ê}\àÌª¤ö-°K\0\ÓH','wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öyÕ#L\Ï\ÃC¦o\Û\ì',_binary '²(\Ì\ØAtm\ß_”aÐŒJX«§\ç\ØX®Þ·ºjþ\Ö,\Â','',0,'?'),(_binary '•þw\Ö(Õ¶Ü”ó\ì$û','wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N4òeú\èó;²zâo',_binary '•°%H(\ìK%”?»\ï‚\ÈG€0[E\Ì¥šƒµ','',0,'?'),(_binary '•\"!²O\0[]™\04<ˆ°','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºu¬\×~—÷i8\åž4YkC',_binary '%3‡	iFªÌ¥K«\n\02$gós¾A^2‚,~\ÄÀ','',0,'?'),(_binary '•#¡]\Ëe3E“i\n|\é\Ôw\á','wp-content/plugins/updraftplus/vendor/psr/http-message/CHANGELOG.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/CHANGELOG.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å»A\ÔÁ˜\ÑrE£\Çq!\ïc',_binary 'aM\Í\Ï|\ÖJ/»\ê\Ü%™\é\ê0,´¢\æ7\ä®ú\Ñ','',0,'?'),(_binary '•$¦XÔµº0¦j0\Z6L','wp-content/themes/sinatra/assets/js/dev/skip-link-focus-fix.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/skip-link-focus-fix.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰-„«À4ˆh!\Ø‘\\i',_binary 'ûmU‹¥g\à4\å\ÆCŠrlgW=f¡•¡‰s\r7uO','',0,'?'),(_binary '•.pb•§\Ù\ÅÐ‘º¶C\ç9','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessMetricValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessMetricValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»jE3o>d}YUæ€b',_binary '°§:\á\ÞÀ¤À\ÖhNa`°›†\Ã™){4\n{g\Zù£\0','',0,'?'),(_binary '•/~ji[ü!\ìD\ì\Î\Ä\ç','wp-content/plugins/redux-framework/redux-core/inc/fields/radio/class-redux-radio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/radio/class-redux-radio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' D™DÊµ\Æ;\n\ÍÕŽ.EE',_binary '‚š\îE+\á¿3\r»›õ?‡#ž@µVW\ÅÖœý:+\Ý','',0,'?'),(_binary '•3½k\×N%_\Þ«¾ITñ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JÐƒÁ÷Ëª&D}ö',_binary 'FÔ’\æ	›œ†VI\ãŒ·_f\Ën—\Ç\0\Ä™\Ó\È\ë','',0,'?'),(_binary '•5Y\'ÀÚ€±«\Ë`ô»\îÑ«','wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ\ës\ê6`Œ8U³\ã-',_binary '­p\âqb,¯\ÃD¹’›—ý\Ì.:\ä\Ús1È¥\â„û','',0,'?'),(_binary '•8©\äVü-\êÊœA“\ï‘\Û','wp-content/plugins/elementor/assets/css/templates/frontend.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$T\ZP¥\Â\ç]Mª9\Ï',_binary '\"]ô¸x£³WG\ÂrHüù=‹ð\r\\\æ\Í\Î€=&','',0,'?'),(_binary '•9@7Œ\Øxzo\Ë\ëG©G','wp-content/plugins/redux-framework/ReduxCore/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùBj\Ê\é$›­õcF\0c)¤',_binary '½|«—\érB¢‡42UT‹Gü‰\rý†\Æ\Èk~zøÍžó','',0,'?'),(_binary '•B—\æ²/-±BR\éHf\\','wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception/Invalid_Datapoint_Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception/Invalid_Datapoint_Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TÄƒ\Þ2?\ía\Â0z*—²Á',_binary '‹®E\Å\æ1¡\ÅøEŽª uü®ð:\ë“%HD\Öd™\\Q','',0,'?'),(_binary '•FÐš¦ûž.«þ\à7k\×','wp-content/plugins/wpforms-lite/src/Requirements/Requirements.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Requirements/Requirements.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä$`dÁô\Ó2(–¾šû\Í^	',_binary '\Ïz½b\Ør®Y˜¦|±ýI«ms\çñPµ/£†lP*','',0,'?'),(_binary '•GU{´‚±•µso‹\Þ','wp-content/plugins/wpforms-lite/assets/images/email/icon-upward.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/icon-upward.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H›BdLŒ\n	%)Š\ÕWr',_binary '·Àˆjµ#Xú-h\ÝsÈ€\ÞGL ˆ\'õCH\r.\è‚/','',0,'?'),(_binary '•PG¼G^\íþu\àx¥±0ö','wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/themes.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/themes.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îÊ®‡9cR­¥&ú†\ç\ßô©',_binary 'š\ÃS#OvU&%ñ\áJ^\×\å\Zt9\ÕôrB¥ÿ\Ähø!…\Ï','',0,'?'),(_binary '•PIU—þx\Âf¯Jö%\ãq¼','wp-includes/blocks/footnotes/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/footnotes/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÚŒ\âú\Z„—ZS®¨I§-',_binary 'P\é…\ÉI\ä·NÎ™‚“­Z\Ð\Ñtr\'£Œ\å×‚=,]¿-·','',0,'?'),(_binary '•SÅ·“E¡–\0Æ¦lH\Z*','wp-content/themes/houzez/property-details/reviews.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/reviews.php',0,_binary '(XE– XŽ_\Õ	\ÝO[',_binary '(XE– XŽ_\Õ	\ÝO[',_binary 'U\Ò\æHH¥rU\Âõtšæ¬ú8™¶ö´¿`nu„\à\ÐF+','',0,'?'),(_binary '•Y\ÆÒY-\èÒ¥”o\Z›%','wp-content/plugins/wp-rocket/assets/js/wpr-cpcss-heartbeat.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-cpcss-heartbeat.js',0,_binary 'ù ¤,ý\Ó\Â?_\à\Ë\Åa78',_binary 'ù ¤,ý\Ó\Â?_\à\Ë\Åa78',_binary '§X-üV^œA ry$7*lðÿóhz}\á}§\Ò \Â','',0,'?'),(_binary '•Z›Î‘\Å\Â”\nYž\È$\\$','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/class-redux-extension-options-object.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/class-redux-extension-options-object.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '` »\Î\Õ\Ç\Étù“\â\Ã#',_binary 'R¡AÒ–”R<Œ\Ö\×[€:Bc\Íý³<\×;\íH','',0,'?'),(_binary '•\\Ð”ƒ\Þh\Ýƒc˜','wp-includes/blocks/page-list/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦˜En\Çt<³¾4\0§eJ\Ú',_binary '¹\Ð4ìˆ\Óù…²7Ÿoþ\ÆÀšD²¢74:\ÚJ[','',0,'?'),(_binary '•_h\n\Òl\'\ì\æõY&%¿','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ConcatenateExpression.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ConcatenateExpression.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N\à@¢A”[~ú\Õ_qRe\Ç',_binary 'º;#ü\é\Ì\Ý\Þ÷8£-}\ç\íö£Ë‚\Õn\Ï’\r\Í\Üjø','',0,'?'),(_binary '•`yEI¿O\ë”Ü«„0>\×','wp-content/plugins/revslider/public/assets/svg/action/ic_view_list_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_list_24px.svg',0,_binary '\ÄW<#\áIKô!“™÷ú',_binary '\ÄW<#\áIKô!“™÷ú',_binary 'XDe{÷Ì‹§6M‚©œ€ûˆ\Ï#\Æ%3`¦>\Í}ˆo7','',0,'?'),(_binary '•a\Þ<„dƒ\ÝQ\Õ8õ\æ™\Õ','wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–ˆ\ä)\ÄMm…Ó‰¿1\åzš ',_binary 'ûBˆõWµ’gþ/~Œ\ÎÅ†ÁÝ¨&Oc\ëžo¨¶<û','',0,'?'),(_binary '•d\Èÿ@Áü+EWJ÷Œ\ÐC','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/CardService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/CardService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y—_HCf\Õ\ËµûV8\ã',_binary '\Â\ãš9¡‚xUˆP.‚\Û33\Ö\ä^w\'tœp\éR‹ˆ‚','',0,'?'),(_binary '•h•Sp\ïH\é\Ê1	Ö¡','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_style_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_style_24px.svg',0,_binary '4nÄ¡©]\ì\\h¡m\Ñ\0”',_binary '4nÄ¡©]\ì\\h¡m\Ñ\0”',_binary 'ôÇ¸û°`K\Ñø²o“CŽ9±¯õ—_k\Ûx÷\ì8c.¿','',0,'?'),(_binary '•h•´õñ¤uDrZK\åPd','wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.min.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.min.map',0,_binary '¹v]\ÔXoö\æ=Þ‹\Ú',_binary '¹v]\ÔXoö\æ=Þ‹\Ú',_binary '¾\ä_ª_”\ê.+ô¹\Ô7Y\ÕA¼\ß2{Ç¸ýÎ\Î','',0,'?'),(_binary '•m®^Ua!†«\Çõz³ÐŸ','wp-content/themes/sinatra/template-parts/entry/format/media-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Nª:dŽ5`Ž¥ä±‡À›=9',_binary '^‹³H=·,\í¬:$¬\Zµøô¾\Ù-óÛ•Q›	É›Ÿ','',0,'?'),(_binary '•o¯°º4™«\è«f?$œ','wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºÖ¸\ÊDU\Ç~¼®Cý8\Õ',_binary '¨…f¢Y{µFY&c³\Æ;¤k¾\Ñ\Ë+\Û<–{­À‹	ü','',0,'?'),(_binary '•w«[-\ß\Ç*]^–ÿCi','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ëpñx<uðWuK\ç¨üû',_binary 'IAp®b%gS\æp$ yµ$v)õg\îf—A\Ò[»,0','',0,'?'),(_binary '•{Ð´³\ÉU£ø\ì\ÌhÖ‰\'‹','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_2_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_2_bar_24px.svg',0,_binary 'i\Ë4wP	\ç9ª¸ÿ\r/',_binary 'i\Ë4wP	\ç9ª¸ÿ\r/',_binary '^”w\â#‰a/\'ž= \èY-üK\áGš‡w\ÇÚ™','',0,'?'),(_binary '•u1HM:E7/š{ú','wp-admin/includes/class-wp-site-health.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-site-health.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zI\Ã\\\Í3¦wº­®',_binary '\á°]\Õó\Òeü+h±„÷U\ÈD\èh7Z;\Êk\ÆEH','',0,'?'),(_binary '•\ä\Ï÷Œ .‹h\ï\Í:3ú','wp-content/plugins/wordpress-seo/js/dist/react-select.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/react-select.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í”õK]¬|I}4ùH•X',_binary 't¡ñ\ÜQªôûN+p½¹ô\ë¹ÿ‘\Ð\Òf³c–ó+Z›ñ','',0,'?'),(_binary '•‡\Þ:\n«oF–^…','wp-content/themes/houzez/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/index.php',0,_binary 's5<¶±µQHc\nÁ\áOÿ',_binary 's5<¶±µQHc\nÁ\áOÿ',_binary '\\òLY¾\ï®yBõ6­\çù–g±Ò¯\ÜÓ„i<³´›','',0,'?'),(_binary '•ˆZÔ¬=!Ri=\æ7ùhµ','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ðw$²1)x5)L’\Ü{p',_binary '\êÀÇˆv\áã¡´y\"0\éMpš@ò\íRšTà¶’\ÉK¹','',0,'?'),(_binary '•Š›€%\ì \Î\âe„\ë“\é\å','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/CombinationExtension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/CombinationExtension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š?\æ}2Ñ™™Œó\Ì\än\rLb',_binary ',±¦L\ÊM[e(h7…\ÍL3€’ù»»\0\"\ÂÎµ›','',0,'?'),(_binary '•6y\Ôa51›R«*š\'|','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\ëK>\ÚpÏºÞˆ\í',_binary 'ñ;cŽ{ R:.÷‘\È):ŠR¼:\Ï\Ä|®Ëºµ\Ü¤\Ó','',0,'?'),(_binary '••\Ý`\â˜XD\ÎO\ç$Š(œ','wp-content/themes/yith-wonder/patterns/homepage-3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/homepage-3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i“&\ÙQKTþj\rGµ\nÕ«c',_binary '0\Õ\ëPs(C\ÊVÍ ó\ÑôM\ïbl\ËB\"R\0ú…óF\Ê','',0,'?'),(_binary '•šf\ì{\Â\ÛW\Ç#\Ô@\Òø','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛløK\Ù\äL*¼Ne\Þd\ãQ\ë',_binary '¯ôÚ˜#Aq@„®ø„~¶JŒ&”™Dƒ\Ï\à','',0,'?'),(_binary '•Ÿÿ¢\ì*åƒˆ5\ÐþjŽ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ9‰8f\æôô°“ ¤\É\Ö',_binary '\Âi\n¨¥öìšE¼\rd70¨Œ‘ñqeØ¬~ø6ÿhœ>\Î','',0,'?'),(_binary '•©„óÑ´\Óph^’¥\ÖŠ','wp-content/plugins/revslider/public/assets/svg/notification/ic_confirmation_number_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_confirmation_number_24px.svg',0,_binary '¹Ü„±\ë’4½\\t­_',_binary '¹Ü„±\ë’4½\\t­_',_binary 'þ*¬),\Å$	óO*>p0À7‰g\å£\'ŠûšQ\â6\0Z','',0,'?'),(_binary '•¬ÿ¹L_”‡ŠŸ¥<0M2','wp-content/plugins/revslider/public/assets/svg/image/ic_nature_people_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_nature_people_24px.svg',0,_binary '©\\µ\â2Cwƒ#À\ËõŠ\×ò',_binary '©\\µ\â2Cwƒ#À\ËõŠ\×ò',_binary '\ÔYÆ€Y€ù07\ì<2®\ÝÒ©g!\ÕÁW»`C|!GW','',0,'?'),(_binary '•°‡.\í9\ê–.Ùˆ]6v','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataRowsConversionPathValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataRowsConversionPathValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç°\í¼r\Æ\à€\ák³%',_binary 'ûœ—ñ‰\çLy×³eQ\çN‰Y\Ç\Û\ÔH”Œž\í¹\é˜\æ','',0,'?'),(_binary '•±p‰4µkcQ\é(0\Æ\Êh','wp-includes/blocks/avatar/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D||¶‘ƒP¬Žy\íXG\Â\ê',_binary '~_\á8x~5KùŠ<A¸ˆ\Úð{ð\ÔØše \æ\Ð','',0,'?'),(_binary '•¶ž¦ŒN¦\"¾´60¾ª¬','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar4.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar4.svg',0,_binary '@¡ ¤_°ƒ¡óL\ÃF\åo',_binary '@¡ ¤_°ƒ¡óL\ÃF\åo',_binary 'C„pB\É\ç\ì%~…mYœ_NP\ê1£«‹¢zò’§òJ¥','',0,'?'),(_binary '•º÷I\ÕÚ£„òB\ÕOAB	','wp-content/plugins/wp-rocket/inc/Engine/Deactivation/DeactivationInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/DeactivationInterface.php',0,_binary 'U—:>7k25’US#0|›€',_binary 'U—:>7k25’US#0|›€',_binary 'i\à\r);.\È\ã{F\Ñ(i¢š	\âV<üÖ\ß\È\ÝNdŽô¡','',0,'?'),(_binary '•º”\Êg\íI\\\\\äoX¢¶','wp-content/plugins/revslider/public/assets/svg/image/ic_nature_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_nature_24px.svg',0,_binary 'ö2·_I\Ê\Þ\\K\ÓÁV|¦',_binary 'ö2·_I\Ê\Þ\\K\ÓÁV|¦',_binary 'ÁKw\Ø\ßU\îÕŒÞ¦ž\ÞY4w\Þ\0	Ÿ\r€\ÐJ¦‘½÷•y','',0,'?'),(_binary '•½¦\âK³W\Õ\É0L8¨£™','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg',0,_binary '±\ë\îª\â·=#¸R\à5Á1',_binary '±\ë\îª\â·=#¸R\à5Á1',_binary '”úä½¶Qè³š\rÉ­˜Pòý.\ÜM\ZH\\˜·É­|	V\æ','',0,'?'),(_binary '•Àh9\Þo\éûª%gÌ','wp-content/themes/houzez/js/property-carousels.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/property-carousels.js',0,_binary 'åƒºû±œ–ž\Çw‹Kºù¥',_binary 'åƒºû±œ–ž\Çw‹Kºù¥',_binary 'Ÿ¬~Fs&»p\'ú¯=C¹\Å\r±•\à!Ã’X[I®\á^W','',0,'?'),(_binary '•\Ä\Ü<f\ïF1h§»¿—\Â','wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìôfldNþ`Gþ\Ór(\æ%d',_binary 't9\æøv0÷£%‚ž‡+|šQq\Z¾Mžf«\×YT”F','',0,'?'),(_binary '•\Çz\n9‰>¥zžtù®§','wp-content/plugins/revslider/public/assets/svg/image/ic_transform_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_transform_24px.svg',0,_binary '¨I±Ÿƒ-­h4k[\×\å¾',_binary '¨I±Ÿƒ-­h4k[\×\å¾',_binary 'm\×\Ó\Õ\Z<\Ü\Ö;°¥4\Ù7KG‰iQ7Ô‚²©Qo\ß\nm','',0,'?'),(_binary '•Ç€3\å‹<¬²&³ªYÄ†','wp-includes/class-wp-roles.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-roles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔZ‰b)„¹€KU3£˜m\n',_binary '{anüD\Zb·8\é¢”¶0\è~x\nž[wß¢ñ¯p¦','',0,'?'),(_binary '•\Ìf0\Ù\ËÍ­¡\Ú~·)','wp-includes/fonts/dashicons.woff','/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/dashicons.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z\Ô_rY+Ê‚;\ì',_binary '§yU½]fô\î8\È\Æðt\âð§½’\Ùÿ\Ãl\ÕL.','',0,'?'),(_binary '•\Ò§JuÿEQ; ¨\æS&?','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Logger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô;9\Æa¥“\ç-À‰\È\Ôi',_binary '~2Wuòø3´æ§„Xj#}þ£¢·È¢‡.Ñµ|','',0,'?'),(_binary '•\Ô:ó\nV5\ÂkÕŠ>Z\"','wp-content/plugins/revslider/public/assets/svg/action/ic_done_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_done_24px.svg',0,_binary 'Í“`¼¼Ý«ý¼›·\á6E~\ß',_binary 'Í“`¼¼Ý«ý¼›·\á6E~\ß',_binary '•Gwv\å_kš€‡k;\ëb÷‡†z#t\ë¼\æÍ¶\Í','',0,'?'),(_binary '•\Õœ\Ê]ù/¡{\ßùU\Ö','wp-content/plugins/wpforms-lite/assets/js/admin/notices.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/notices.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æø\âp®b;!÷\Épu‰',_binary ':Î†Ž°U[)i\ZA.S\Ð\ç*Ù»\Ü\íF3ƒ‰rý\Ù&\Åh','',0,'?'),(_binary '•\Øñ…\r]1\î\Ðh¡F\ÈT\Ã','wp-content/plugins/revslider/public/assets/svg/action/ic_update_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_update_24px.svg',0,_binary '\ç\äO@™\ïn\ÈAÀ\Ü^O•¦',_binary '\ç\äO@™\ïn\ÈAÀ\Ü^O•¦',_binary '|ý/cÒ‹\È\í\Ì#›Xq¦RŽ.\É³\étÄ˜x=¬4\Ð','',0,'?'),(_binary '•\Ù	]\íPmÀ\àzÿ…]\à','wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N4òeú\èó;²zâo',_binary '•°%H(\ìK%”?»\ï‚\ÈG€0[E\Ì¥šƒµ','',0,'?'),(_binary '•\Úxü¹»tV\ÎÃŸnó6','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/EarlyFraudWarningService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/EarlyFraudWarningService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\ÉÐ”+*\ßH@¬\î',_binary '\Êò\Æ)¤“\æ®V©¹-\í\èX–*ô$VD1\çõ\Åóü\ì±','',0,'?'),(_binary '•\ÛIn\nÈ‡õ¹q\ì­\Ï{0','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-finance.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-finance.svg',0,_binary '\×}+WX\ßQ\å\Õ\0ÁT',_binary '\×}+WX\ßQ\å\Õ\0ÁT',_binary '\"Z8b:\ïüc~Ø¦\í\ÔJ0öc§™\ãÉ¶½\ß\Éo_R','',0,'?'),(_binary '•\èMO,\Ì\ãs\æ\Ò\Ô\r\ç\â','wp-includes/class-wp-http-encoding.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-encoding.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»Myy\Ü`DJj\Å4$Úˆ',_binary '\Ä~¿’žŒ?\Ñ\Ìr2ß­PÉ…[	¥…Œ\nY9fK\Î\Ø\Ê\Õ','',0,'?'),(_binary '•\ìgFBK\Ï\áõ½7ÓŒ:6','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chat.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chat.svg',0,_binary '‰†6§‚6WË§X, im',_binary '‰†6§‚6WË§X, im',_binary '’9g\ä®Ÿ¦\ÇDº„.K@È‹^¼\Î)^\ÖM ýD&P¢','',0,'?'),(_binary '•\ìŒ\â\áó\ÝJuy–—Ì©;','wp-content/plugins/google-site-kit/includes/Core/Storage/Post_Meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Post_Meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y)Baðg¦’™\çö\Ö',_binary '²h‰\éü‚‘³P·\05)0Œ)”\Øz-±¹}\åb³','',0,'?'),(_binary '•ø	rÿ\á”YúŒNGÚ¼ H','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/qtip/qtip.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/qtip/qtip.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Äœ8cqú¥ž—1\Í',_binary '”ú&ŽEt\Ê\àAÉ‹›WŠ®†E…\É÷PõW”¹Ÿ¯3H-~','',0,'?'),(_binary '•ø1\nJ\å£\'q§×Šu2','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RichResultsIssue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RichResultsIssue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~‹5\Æv‡i=6ˆ·Ž«m',_binary '\ÏIeT÷ B¦¢ ¸\Ä“óµD\ì\ËGM1\'\ÆÁz','',0,'?'),(_binary '–\0¸5h]tªÀñ?\ÍSG','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v3.php',0,_binary '\àÿY\Ø\×U$\ÌV¢',_binary '\àÿY\Ø\×U$\ÌV¢',_binary '=eöË\Î\Zd¡?$‘X-)ö:\Ó\Ü\ï\â¤9ž_Í®\Û','',0,'?'),(_binary '–„\Êd–Þ°c”J\ÈQ’','wp-content/plugins/elementor/core/admin/menu/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/menu/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜]\ê\Zˆ„\r6Vq$.[\Ô',_binary '\ÓY(\Ý7pšº\Zæ’‚÷„\í\í\ÜðGt`\Ây\ÈM±£°ð','',0,'?'),(_binary '–o‘\ïþ|c•D\ã•L\Â~X','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/SettingsService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/SettingsService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…Jø­\"xù­Ž¯ýp',_binary '€\ë§Ò“\ìN9®\ê¥Í¢Ñ§ü²rB,7õ	\n\îZý	','',0,'?'),(_binary '–]ñ\\\Ôbt~a†\Ç6\Ø','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ôU?¤\Ð/¾¨ï§’p²=\Ä',_binary ':F©ô¢’\ÔJ\Ó\Ü\Äû¼ú®\åœk\Ñ\Ä	þ¨Àd','',0,'?'),(_binary '–\0h}†Y›ß‘H\Ýwûv','wp-content/themes/sinatra/assets/js/skip-link-focus-fix.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/skip-link-focus-fix.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.¤{º\äS­#\Ô8;¾xÃ§$',_binary 'žš\ÍT\â\ÄW\ï-b­\×*ýyJ—~&\Æü‹>\Ó_kaJ','',0,'?'),(_binary '–ôz¸\ÜJ/\ÄB&C™%','wp-includes/blocks/post-featured-image/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DŒ÷ŒJ\æ/=\×9K/z',_binary '±„‰Hÿ\È\ê3\íM<\ï$Š½2ûNr•\á>¢ž8.\"õ','',0,'?'),(_binary '–\ÎQ+‘›ß¸IA­¦ró','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file05.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file05.svg',0,_binary '®};\Z¡8\Ø\åŽ\ÊI\Ò',_binary '®};\Z¡8\Ø\åŽ\ÊI\Ò',_binary 'hBb\í\ékªjVó²vµÁa·2 a¯\Üû©y4\ïƒZd','',0,'?'),(_binary '–†\revJDŠ$\Ô&O\"','wp-content/plugins/revslider/public/assets/svg/av/ic_queue_play_next_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_queue_play_next_24px.svg',0,_binary 'n\ìgM¶mDM\ØJ#Q¬	',_binary 'n\ìgM¶mDM\ØJ#Q¬	',_binary 'zJ\î\ìYð\'©–]›„Á)¡[N’\r\Øy!m\ßF3\ïo·\Û','',0,'?'),(_binary '–H”Imô×­p Í°£','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '–#ynÛå½[hr\\\ØU','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3]>¤€ƒ\Ä^#“\Ú;YÀ',_binary '\Í\ëOó\ìÿŠÎ‡\Êµ]ðV\Ë-ý\àž™¬\çÀnþ.','',0,'?'),(_binary '–%w\0`\ì¦\"}\Ë\Ék3\ì\Û','wp-content/themes/houzez/js/single-agent-osm-map.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-agent-osm-map.js',0,_binary '>–y\Ø\Öy«·’\Î&3Ñ•',_binary '>–y\Ø\Öy«·’\Î&3Ñ•',_binary '¡h}™ºO‚nºõ–h¿ZoØ‰*\Ó+\Ú\æ(þ…‚\ß|{\r\ß','',0,'?'),(_binary '–%¼…,R_´ò\ÃÛ€F','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷¦¨2aC?\Ê\Ñ\rfqn',_binary '\Â\ËižÃ¡¿˜¬³\Ñê§­x\Ä\Ð\'“©AªW\âyVpRª5','',0,'?'),(_binary '–&\ÓN€\És</õ8Ä‡\n¾ž','wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-cards.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-cards.php',0,_binary 'hO…‚\Ö\Øÿ;¹b3Îˆl',_binary 'hO…‚\Ö\Øÿ;¹b3Îˆl',_binary '°\\qœ°™É ²<ó%;Dý \Âû^„“½\Íp','',0,'?'),(_binary '–5ý\Ã;Tÿõ]¸\ß\0\ÃÂ”','wp-includes/blocks/post-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pj¹ü„’©{¡ƒ\Ú\Ô(û®',_binary '\"ŠY‚»»-aN«È‚–ŸŠ–›ƒ\Øù\ç8žba_\Éa','',0,'?'),(_binary '–6…\Ð2¯pù\æ\èê’¬‘x','wp-content/plugins/wpforms-lite/src/Frontend/Classic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Frontend/Classic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±9¸\Ä\Ì+\ïX’\â\áœX',_binary 'K÷hQXG/û1§\Þ\Õ4](4•ôK3ˆ2zŸsþ','',0,'?'),(_binary '–6¶|;¾;8\ÅQ¹4™k…ö','wp-admin/install.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!xZ|\ÞW\Îp€(›ú|Q',_binary '“5Ž¡¥0\îPI\í=0f¦<!„HŒ°K¾u\Îè±ˆ?´·c','',0,'?'),(_binary '–9µe\ÝEø€bÝ¾l´3¢','wp-includes/js/wp-lists.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-lists.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Võ1§\Î+Þ«7o±¸õT\Ö',_binary '%»jhAkü\æ\"q2QW\ë\Íi\Ýx€“F€\ÎÂšx¢Y¥$','',0,'?'),(_binary '–:|`\á1\ê\ãB\îüix\È','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UserDeletionRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UserDeletionRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rvñ‚\Õ3·“‰HŽ—sP',_binary '”>P\ÎuÐ„:Â‰QÀþ\ï\Õaôó\ì&\Æ8œ\Ã\â','',0,'?'),(_binary '–;”$ü|Áù\ßPñzOL\Ì','wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k¬\ËxóhÍ›ˆcûz5¾',_binary '8,(ô\Æ\nˆòd\èR\Æ\Í&§ù9ð?sT2þ\ä\\','',0,'?'),(_binary '–=ø®\ë\\by|/\å,‡\r\Ò','wp-content/plugins/elementor/includes/frontend.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/frontend.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't7ü\áfÉ”@ˆ%j¯\Ãd\Û_',_binary '}¾q‹8 ý3!»\é\âþ¶)#\Ðük@\ï°D?N\Í','',0,'?'),(_binary '–Au¤0Áý¾\r­¢O—\"\Í','wp-content/plugins/one-click-demo-import/assets/demo-content/services-page.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/services-page.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û\à­/\äF\ÔÀ\ïT\ÌU',_binary 'TE\î\ÑÂ«™p¬AG[=#ø(†t UHxDœ¯µ=','',0,'?'),(_binary '–B¸I¬£E\ÆC #Ÿs\ÌÁ','wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/Subscriber.php',0,_binary 'D\ÝV?r!Oq¤l\ß\nK',_binary 'D\ÝV?r!Oq¤l\ß\nK',_binary 'û.!,\r\êƒ;•¥sET%;¥À,Ž\Ç/v,Z8\íþ5”','',0,'?'),(_binary '–D„!D@OƒQ_hm¹E','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListAccountsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListAccountsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ¯qj°\Ë\æq†l\ÞGdx÷',_binary '“*\é\0ùF\ËvƒH;Gú\ÛJø€\ÈN\às\ê\'a¸\Þ\ä^','',0,'?'),(_binary '–Et¯#Prÿi<\ï\ßÿ@\à\Â','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/WPMail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/WPMail.php',0,_binary 'Á‹3H ^\0?\Ý÷$Â¿5\r',_binary 'Á‹3H ^\0?\Ý÷$Â¿5\r',_binary 'R€fý.fN	#bv0V\Ãv2\ÊLµ{¶\Ì\Ä1\èª','',0,'?'),(_binary '–F‡N†_hÚ¡þ¦#Ÿc.','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_original_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_original_24px.svg',0,_binary '\\:\Þ\r9\í \èCXŒs‘\ç<·',_binary '\\:\Þ\r9\í \èCXŒs‘\ç<·',_binary '|\ç<CH¸iw­sö»ò´=£þƒ\á\çl·\âš\ä\ÃÇ•b\ï','',0,'?'),(_binary '–IR&½¯ >û{y,@\Ø','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pie-chart02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pie-chart02.svg',0,_binary '²„\ä–oqÂ‘Ÿ‘\í \í',_binary '²„\ä–oqÂ‘Ÿ‘\í \í',_binary '¦Š-WK³Aø\âK|\r	vB@\Ó\æC+ Ÿ\Ð¹','',0,'?'),(_binary '–L<ô¶]G\\ª<¨4','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/button-group.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/button-group.js',0,_binary ' \Íc\í8‚»d\ì.«$W/sg',_binary ' \Íc\í8‚»d\ì.«$W/sg',_binary 'T¶¹\êE\Â\Ñ”d`E¥U\\\ÕmW¤®	$Ž<G\î','',0,'?'),(_binary '–Q™³\ÕUwŠ\ê‰\éKG:9','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/field_slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/field_slider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ùš,\ÔT p47þ',_binary 'N\Ø.°FŽ¹²¾¿\Ù=÷#Ž¦÷\ã¼\Z5\í³\è\Ã%\×','',0,'?'),(_binary '–Vñ»ŽMöµ\ëm“\ÔóHA‰','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentDefinition.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentDefinition.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R³8\ì<ž5†m^™KÙŸ»',_binary '\ã0\Å\ïÆ“K—SŒ2\áSq\Ú2;\Ò\Ê\ê\ÕGk\ã\Û×S›\Ü','',0,'?'),(_binary '–`t¯{^”À¬L^\Â2II','wp-content/plugins/revslider/public/assets/svg/alert/ic_error_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/alert/ic_error_outline_24px.svg',0,_binary 'þwø\Ô\ÂK\\­Ä¶\ãÃ™»Ž',_binary 'þwø\Ô\ÂK\\­Ä¶\ãÃ™»Ž',_binary 'ƒƒ\êôzaÏˆ\Ýe}Gt$}{ƒ\ä®P	¬\Ò\Í\í\Ô\ÈõÈ€','',0,'?'),(_binary '–l5lEªñ\Æ@R°\í\É','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RedisHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RedisHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»,¬I+PI\È\Ô\Ö]ýµ\Ü|',_binary '\îÿ\é<_Ì®\áKö\Õ\ß\ì5¥‚ž\r<”`NŽØ…Gœ#¼','',0,'?'),(_binary '–s_\Ì ûGMö3\Â\nH7†','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/RetryMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/RetryMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òòñ”úE-	½jG:]',_binary '{\Ê\0x…\å¨Ô‚/¯\Õ\æ) v%QÅ•o‹F!!\Ö¬„','',0,'?'),(_binary '–s\Ë?zL“e2™Só½±q','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-fields.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-fields.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·Ž¢W›WGé›Aˆ+',_binary '¤õ\ÎÀùúö\é¸H!ƒ W7\Þøª¥zµ\Åûp\Ü\Æð','',0,'?'),(_binary '–s\Ì6Zø$Ó¾y\áD(','wp-includes/blocks/group/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'abòóŠÐ–Z\ÚFU€´l\Z',_binary 'b‚S÷¸\Ã\å\á“ ¨\É%¬qR7Áò\ÃF¡ƒ®»Ö»','',0,'?'),(_binary '–z9»	\Å`üd3\Ý\0\ÈIay','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š¯mg‘\ßQ~[#£\\\Åb¸',_binary 'P‚óýM²·‘T1œ½\Õ;ˆª·ŸºB\æ¸`¨½¹','',0,'?'),(_binary '–}\èA6	\Ð^RŒR\â\Ý\È\ì','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesKeyEvents.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesKeyEvents.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®›\á3óY\Ä^+5\å\Î@\ß',_binary '^ÒƒM¯•œ\Zt´\É\Ú\'i¹†ýo£Ë¥NR!±\Ú¼','',0,'?'),(_binary '–Ž\Z5o\Ö\Ý#R\'/¤¬l','wp-includes/fonts/dashicons.eot','/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/dashicons.eot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÓN\Z>wð\Ë@\é‘R-/Yö',_binary 'B\nZ\Z¯®_pnÍ‚\ÌµQ?/\Å\r3sþ}½\×)','',0,'?'),(_binary '–‘t=O\Ä\Ñ+ô\Îkz%B','wp-content/plugins/elementor/assets/js/gutenberg.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/gutenberg.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v \åF4`6DQ÷\â[-hk',_binary '·/›£ðôA/\èv\énxÂ¨¹’\ØT¡6\é«\âú','',0,'?'),(_binary '–“ˆ(1Œ‡z^µv\à$Š','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/NoticeBar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/NoticeBar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«e\éö74%Ý¶\à\ZÅ¤X=',_binary 'ö‘\Z´ûx\Ä;ñ\É\Æ\Õ7ž7\Ý\Ü\àO,	lVY','',0,'?'),(_binary '–˜\r†\Õz¸Ë™€ Š\Ìb‘','wp-content/plugins/revslider/public/assets/svg/action/ic_store_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_store_24px.svg',0,_binary 'CØ—5DŒ =\ï¨_E',_binary 'CØ—5DŒ =\ï¨_E',_binary 'ñT\éW+Ý³4\ë\r$ôòY¹.\Ø&\Æ\Ô\Ú\ã}\0™\Év\ç','',0,'?'),(_binary '–˜p(=¿]\Âû\Ï`V:\ï§','wp-content/plugins/houzez-login-register/social/Facebook/Authentication/AccessTokenMetadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Authentication/AccessTokenMetadata.php',0,_binary '‘O€R\Óh}ˆ\Ó\ß\í\Æ\Ñ',_binary '‘O€R\Óh}ˆ\Ó\ß\í\Æ\Ñ',_binary ' -eJ#YjgýU@¿¯µYF3UoKr k%0\è2¶QY\è','',0,'?'),(_binary '–šk¾K…Eúc\ÓÌ‰0ð','wp-content/themes/houzez/framework/functions/blog-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/blog-functions.php',0,_binary '´õc\"â”l\Èr¥ˆh¨\Ç',_binary '´õc\"â”l\Èr¥ˆh¨\Ç',_binary '0Ú¹¾,Óžû¥\íb\×zp¨6Ÿ\ë7¹U\Ôv”¥\î','',0,'?'),(_binary '–ž0¬¶D\ÈÍ´M‰7íˆŽ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AdWordsAccount.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AdWordsAccount.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"ûaY¤?~‹\â\ë´M€V',_binary 'd1\à4{;ô‡,e\êzÜ¾}0þˆñ“€x‹','',0,'?'),(_binary '–Ÿ\å\åcm\Ùûj	§\Z\Ç','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccount.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccount.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§\rØ´#˜ý\"9;kI­ø9\Þ',_binary '‰2%Di÷\Å\ÌW7\Î:}öRv2¾\Ë4alœ\á\Ä\è™£¡\Ù','',0,'?'),(_binary '–ªqò„\Ñh8’°¬Nt¸±','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/InflectorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/InflectorFactory.php',0,_binary '#‹÷F\ëUYB3zö\ëÐ',_binary '#‹÷F\ëUYB3zö\ëÐ',_binary '`§œPü¿F~%‘_”\Ø%2*	øœ	p\\\"\Êj\ïð‰§¸','',0,'?'),(_binary '–¬ab<\ÚÀ§\Ð\æ` ','wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\ã|\ßu\ãµ\ÙF#¿\"{©',_binary '÷(\ÉP\è“@\"!{\ÇA){hý]Ä–Ð¦\'ûy\È	7X¤','',0,'?'),(_binary '–­ox\Éõ“\àÆ—ŒWŠ\Ü7\ï','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªt½‰ *\Û\ß#5/\'\ã‹',_binary 'ñÿ¥ú\Ç#iÞ–\ÝM@°\ØB[ƒ/ ¦ ª±u9gžMÀðm','',0,'?'),(_binary '–­\çŸ1±\á†Rór™','wp-content/themes/houzez/framework/metaboxes/label-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/label-meta.php',0,_binary 'þŒg&R\Ò\Ó\Òø\\\àRð\r',_binary 'þŒg&R\Ò\Ó\Òø\\\àRð\r',_binary '»±{Þ¥v0q/¥d¯Ú¶é±©\åJ\í¥\àÑŽó&’\ç','',0,'?'),(_binary '–±¿•JÚ²MvÄ“\Í\àp','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclientsUrlchannels.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclientsUrlchannels.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™ž®“£md¯^E[1\n',_binary '\Ø\î4-“r\Òn¿—––¡ùkºÑ‘ô[1Hl²úýŽ','',0,'?'),(_binary '–²\îet\çtŽý7÷\Å-\íÿ','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®>0…%gó‡õ÷sQ-\Îz',_binary 'K.s‹X\á~b`˜\Ù™Ë¬\Ð}ƒPÁšWÁ¼¬}\Ã\Þ','',0,'?'),(_binary '–»­~Š}+FOþ\å\ËFK','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/DeferJS.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/DeferJS.php',0,_binary 'K\Z\å¼#\ÑûYCZw™º¸',_binary 'K\Z\å¼#\ÑûYCZw™º¸',_binary '6}ºŸò7\êŽ?`sŽû’€\ÊNs‚#t\ï5+%\×xs','',0,'?'),(_binary '–¼Ta1\ÙW=ˆ\ê$÷¼','wp-content/plugins/wpforms-lite/src/Logger/Record.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Logger/Record.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ\Ø&NEQT8œ¯¹\Ñt',_binary '¶\Ôû\rY\É\çÞˆÔ…X·Ë–¼\Ä÷¤\Þn>g:\ê©','',0,'?'),(_binary '–½H\è\0.	\ÖõIˆñª\Ø','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/license.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/license.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\Ó\ãB7¯&\Ú]ÀŠNDd',_binary '\Û@H\Î\ßÁ\å\åM;ïº¾‰5 i\Ð\Ý\'™\åo\í¤5Vö','',0,'?'),(_binary '–¿©ÿöOO\é«\×\Ñ\áºf1S','wp-content/plugins/revslider/public/assets/svg/image/ic_navigate_next_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_navigate_next_24px.svg',0,_binary '\Í/›3’\\-²þ%\Æ§C',_binary '\Í/›3’\\-²þ%\Æ§C',_binary 'Éˆ\æ>5~D.51Å\ï\ïÝ¿¢@¬8ÀK¶\äiRr±\ØK\'','',0,'?'),(_binary '–Á¼™E˜?\ÆŒÐ®á¾ ','wp-includes/js/media-views.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-views.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ä­Ï¿„ª\ÉR%q·.>}',_binary '2øž Pg¯o·(o–\ìk\Þ9^\rh\Æ×ª\rÿ¨','',0,'?'),(_binary '–Â \Ïv…‘\Æšbu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä=Y˜‘‹™@ü¹\Ó·_¥x',_binary 'Þ°\Ê\Z^3\ÃÉŸv‰U.a\r]f\ßh\âI…™(sõ\ÆA','',0,'?'),(_binary '–\ÂÔ»6Gð\íÍºƒ$\Ý','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Create.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Create.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@!\è½sQXN:e³\å',_binary '\Üa\Ç\Ñ\Ä$N \Ñ$öT\Ó*\ìpƒ˜€«X¯–ô|£¹\é','',0,'?'),(_binary '–\Í\Ä\'·\åYüL\ÛX„Þ±c¶','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-review.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-review.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö¬\Î’‰Ÿ‡È‘0Mÿ',_binary '‹\ï©3H\ÙR¶Ñ¼ô \ØÀgD\ì›À7hò.1>¶)Œ','',0,'?'),(_binary '–\Î\0k¬ÿ’ç€ºj“	rˆ','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/ContainerException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/ContainerException.php',0,_binary '©\Z\Ï\í\\Š—ÿ\Ì\Ã³\ËE.',_binary '©\Z\Ï\í\\Š—ÿ\Ì\Ã³\ËE.',_binary '‚rþ\ÓtjGYZ\0\ÓRbS¢ZD÷²pý¸\íwƒª^','',0,'?'),(_binary '–\Î\ÄR:^\æe+x2—\Ùc','wp-includes/PHPMailer/SMTP.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/PHPMailer/SMTP.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ¤SQ\Â<3\É\é®m]u¬³§',_binary '\'÷·¼¶_±õ\ìž\ný\Ð*—»6ÿ¬þÃ‚vÿLOý‰»','',0,'?'),(_binary '–\ÐöY\Zx\ç[k2\âþd','wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬XÒ‚•›_\âHSkHøh',_binary '€]ªc!­¼ŠPa\Ò\âyc\à`¨Î)\ÜGúQb\'A\r\È¬','',0,'?'),(_binary '–\ÒO(§½R\Îx»´\Ôþ2\ÒQ','wp-content/plugins/houzez-theme-functionality/shortcodes/testimonials-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/testimonials-v2.php',0,_binary 'ò7@q¿³õH €L9\Z',_binary 'ò7@q¿³õH €L9\Z',_binary '\×=\ZubF#;äžb{:9¢÷aø\Þ\\‚öô\ì','',0,'?'),(_binary '–×©¤‡DžöE\ê\çþi_\á','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á§`G\ïvE0£\Ã\î¦\äs',_binary 'Rë¬¥&­F¯^±ö\n¥•ƒƒŒ ~=G\è1½_2£','',0,'?'),(_binary '–\ÙWD©$7þ‹w3\ä\êS\é\Ý','wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª“ô¶¶Õ¨\è.\Þ&£D•‘',_binary '\Ëú\0{ \ZY$Ž©\"7%z©˜9°ãŸ§\Ñ\Úl!ó…ý','',0,'?'),(_binary '–\Ý=\É\Ûû‚?;þ~7S¥Q\Z','wp-includes/blocks/comment-author-name.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-author-name.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÃB\"k\"«\É\ÙÐŠ+^ö¹',_binary 'óÓ¤\àóB\Ö&\âø½)Ž`(=Ã«,[}ß¢\ï¤yE\Ý\Ä\"','',0,'?'),(_binary '–\Þ2\Ð°qð%p\í„V\Éi','wp-content/plugins/wp-rocket/inc/Engine/Preload/Fonts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Fonts.php',0,_binary 'ÓŸQ)3M\\\Þxyk$šg',_binary 'ÓŸQ)3M\\\Þxyk$šg',_binary '\à)!’r 5\æ²v÷.oG;¸!£Œs9\î$','',0,'?'),(_binary '–ßœœUB©\åRjýj','wp-content/themes/houzez/template-parts/realtors/agent/mobile-agent-search-overlay.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/mobile-agent-search-overlay.php',0,_binary '\à&öYM•÷¸ÒŽ\Ö×',_binary '\à&öYM•÷¸ÒŽ\Ö×',_binary '\á#Ñ·¥D`\'N1\Üel7P¾Ž\ëT§cNó:¸°ôh\ä','',0,'?'),(_binary '–\âCg¿¸ñ‹}|\ÇE÷ý','wp-admin/js/word-count.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/word-count.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÖxgU0»\ÍV\ßÿ«',_binary '\Ü\î¹0\Ûüt³wT“Áùõ‘\ãz\Ç+of/\rª\Åh','',0,'?'),(_binary '–\ã¶ì¤¨B[˜”\æ?\Û‡','wp-content/themes/sinatra/inc/customizer/controls/select/select.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/select/select.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íý<öþC%ñÀ6\ë$Ó°6÷',_binary 'Hu\Ë\Ìô\Å\åvQ‹\ÆdHz\Ç~ø\Ðú”˜ }\ÞÜ¬á¨','',0,'?'),(_binary '–\èç’7¯“ \ê2D‰´Šœ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/ExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/ExceptionInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5£C\n“n|­#\é:\rªl\Ý',_binary '†\Õòd–\Ü]ÿ‰2\Ç1Hq\ÝA¢\Ý\ë\Î#«ñ\ÛtÂša','',0,'?'),(_binary '–ñ\èÚŽœÆ™>F›\Ò\Ý','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceEventFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceEventFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’q²G©\Î[­þc¿Q',_binary '\ás j­ o.]ˆ&`\Z\ÊlôV\èbø2\ëÌŒk8²?_M\í','',0,'?'),(_binary '–ú¹ƒ\'%S0>ŠtˆG\äó','wp-content/plugins/revslider/public/assets/svg/content/ic_block_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_block_24px.svg',0,_binary '\îwJ2\Ä]|\rEa…\ë\Ø',_binary '\îwJ2\Ä]|\rEa…\ë\Ø',_binary '´|N\Z—\ÌÀYeÚŸ~\Ý\Ã+¹5˜\'w†L’;@5-ö‡','',0,'?'),(_binary '–ûDü¹©k\"Sï¢¯ˆ»µ','wp-content/plugins/houzez-theme-functionality/elementor/widgets/banner-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/banner-image.php',0,_binary '^¤\Z?\Þ\Û>“»ëŠˆšw ¡',_binary '^¤\Z?\Þ\Û>“»ëŠˆšw ¡',_binary '.\Z](¯º\Ø\ã·[VýhK–y{K¾À\Ö<KN¡L\à@','',0,'?'),(_binary '—iš\Ö\ÜhÊ–\ÈsœK','wp-content/themes/twentytwentythree/parts/post-meta.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/parts/post-meta.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '83Š–Ú‰5]&˜ó’q›Y',_binary '†|òM„ô\r™ÞƒB X£?qÀ\çÿ\Èÿ[ö±‚$\ã}','',0,'?'),(_binary '—¨u\ÕEò€z¨÷™#d†½','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚Ù‰Ù¥’‚¶!l.\Ñ\Ï',_binary '\×:œNI+Q†‹\Üôo‰2\âJ\\ÿ>U€k‹ü&p','',0,'?'),(_binary '—\îƒ±·ºÿtT\ã‚]‹','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/MessageInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/MessageInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îA\Ö<a´\ÌsÌž:\É6¢\å',_binary '¬gÌ‚ú$©\r†uãŽ…ô(8!!¡7V\Ò\ï\í_ô\ík','',0,'?'),(_binary '—	v¾O.„|ß¤Òµ‚','wp-includes/js/tinymce/license.txt','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/license.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o•‰\à\È\ßx:\Í`\Òºÿú',_binary 'Y\á\â§#wO\Þg^\'\åbº\ì‘:…^\ë	=è·¨|ô¼\È','',0,'?'),(_binary '—L<Qµ\à(þŸ_g ¿ü','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e).7:ÿ4\æ]7“]\á\"J…',_binary '‚\ïN…š½Á\ÜqbG\æùx\ç<ƒBô\×\'\n}¶Z°­','',0,'?'),(_binary '—\ÐYþ\Ók\ç\ï5','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/mixins/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/mixins/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '—1/¾<Y=Øµ\â÷\ãU\Þõ','wp-content/plugins/redux-framework/redux-core/inc/validation/unique_slug/class-redux-validation-unique-slug.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/unique_slug/class-redux-validation-unique-slug.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿œ À\Æ\à\ç\\O%3\æñŒe',_binary '3¾\á»`Š\ØµµÌŽ<‡Ž4¦ÿ˜óß«öB\ê@\Å','',0,'?'),(_binary '—2íœµZ¤\Òò²õ¬ž_b','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-library.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-library.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X*è‘”W.ðy§q\Ðr\ä€',_binary 'L;wË±’e™´\Ä\Æ~ueDòñ\Ï[P§¡EC\Îð','',0,'?'),(_binary '—;‚¿?‰ùSò\Z\Æ\ëSW\Ú=','wp-content/themes/houzez/framework/stripe-php/lib/Service/BillingPortal/ConfigurationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/BillingPortal/ConfigurationService.php',0,_binary '\ã¯Xš\Ä\ëYŒ’²\Õ\Zl',_binary '\ã¯Xš\Ä\ëYŒ’²\Õ\Zl',_binary '*\î\0òniØ’v6;w®¤”¥ðÌ–\í‡C vô','',0,'?'),(_binary '—>Ü¢\ßÓ°\È\Z1¡¦\í=Cª','wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅMV·ò\ìò_†,o«v',_binary '\"½fK·‘»\Ôû\ìCÑªv²‡\Ã<4 Î¹T·\Íý&i','',0,'?'),(_binary '—CóQ%ŽŽ@	\ÄJa ¹','wp-includes/blocks/archives/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ÕœVHÁ³¢¬Zf\ãº\Í',_binary '4!\0ú}!Œ;9o\ãl„_¼l\â4¦\ßf’\ÊL¾\ÙV¬l','',0,'?'),(_binary '—Iô\Ö\Ç\âò˜`o\ïu\Ömñ','wp-content/plugins/elementor/modules/notifications/options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/notifications/options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ddñh!¢§ZŠye{w',_binary '\é‹\×\ÛvˆYQ÷\ÛÀ\êð\ë7C}Yí¹Š;€hes‚\ê','',0,'?'),(_binary '—Lß¨õÏ¤Œ(º¹R­','wp-admin/css/code-editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/code-editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û\Çgq•\Ù\Ïi¤sí”‹-',_binary '¥~:\"”`\Ôöhe&@øú*œÀ\ì\êûA¿¯\î\ê€«','',0,'?'),(_binary '—M\ßB\æcv˜ó*\ïn\ì’','wp-content/themes/houzez/template-parts/dashboard/submit/360-virtual-tour.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/360-virtual-tour.php',0,_binary 'ºiEb©¹K±¹Y£išóz',_binary 'ºiEb©¹K±¹Y£išóz',_binary '\ßÐ¢É¤h™³¨ˆ¤WG?(œ Z:ùÿ\ÌÒ¢«\Å','',0,'?'),(_binary '—Pk\êt²ý¥\Ðx¥5\É\È','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Script_Injector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Script_Injector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\Åh“¢—\Ò\Ì\î\ÈX-Ê—\Õü',_binary '/}\ã­]\í³NÀ\Ñ\ÒQm“ ›†°¡\ë–\î£aT~	û','',0,'?'),(_binary '—SpƒQ#`ø†\Ù)÷ÿMM','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\Üe­²æ–œ¶\é\'Å¬¿)',_binary '†\Ð\Ö\æE¡\ç%\â\âúJbô\ê3Hn¢~Dˆ\ä*','',0,'?'),(_binary '—V\ì\r£m¤%l¾ƒ {Á\Ð','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart-pyramid.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart-pyramid.svg',0,_binary 'Z\Ç7øq.4™•\ÉUWŠ\Ù\ä',_binary 'Z\Ç7øq.4™•\ÉUWŠ\Ù\ä',_binary '9ix,z©¹§¹¤Î¬\ä8u~©)6ý\ÂÝ”´ M)%lö','',0,'?'),(_binary '—X[FnÄ­z\ØÏ„U	\ë\ä','wp-content/plugins/elementor/modules/system-info/reporters/server.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/server.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	|@l\Âc7÷§&*BQ¦',_binary '´\äFy\â@ð¿®ƒmî…¹}cAR¬ <Ü‹#Ú¶/','',0,'?'),(_binary '—^\ìlv€“P\á–PRšO','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidRequestException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidRequestException.php',0,_binary 'ùº\êµ“_\à\à£}\"t\Ç',_binary 'ùº\êµ“_\à\à£}\"t\Ç',_binary '\ì‘\ë‚0=-ü‰ˆxô\á-¯\Âo\Ûºk½Í±*-§','',0,'?'),(_binary '—d?l©e¬j%ð9™¬\rv®','wp-content/themes/sinatra/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c\è\ï—\Ï\Öá€¾|}žR',_binary 'H\íE·“PQ	»¤Ø„S\Øs7c™\ÖqVpŸ','',0,'?'),(_binary '—f#S«UÁ\Â$:·Pjw‰f','wp-content/plugins/wpforms-lite/assets/images/addon-icon-authorize-net.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-authorize-net.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»¢q;,2:ˆŒ\ä\ä\ÈQj]¯',_binary 'ñ•\ÜCû¢ú©¿•uoO€tB\å˜5›y\ZO“\ã\äh','',0,'?'),(_binary '—hÚ°§ªv‚?³8…\ëÒ…','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Listener.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Listener.php',0,_binary '\è3øÔ’Bõó…kœñ+uI',_binary '\è3øÔ’Bõó…kœñ+uI',_binary 'i\Ö: °N¸\â\î)µlø\Òq²\\1+¼Š²[ô\Ë-­1','',0,'?'),(_binary '—jHE\â4\ï\Ô5¦wn','wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àB+™œú\ëŽ9ù¢\â',_binary 'û7\îYmR¯t\è\ã\æYª²V·\×û·WJn%ƒûŽ›','',0,'?'),(_binary '—p\Z1\ä}}gA>K©','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þbAð›{\Ö4|²5\ÛZ\ÚQD',_binary 'o\Ðlõ\ãÉª\Ó`\Õ»¨\ÛSgCÁHµU¥du­rr','',0,'?'),(_binary '—xô¤\Ç1u\á`^V³Z','wp-content/themes/houzez/js/vendors/leaflet/leaflet.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/leaflet/leaflet.js.map',0,_binary 'ˆ\à¼÷	\Ûü»W·;\â/(2@',_binary 'ˆ\à¼÷	\Ûü»W·;\â/(2@',_binary '§¦\Ã$\Ä0° IÐ¨hb±„\0X=ªMÁ¾Uƒ\\´’º©ýÁ','',0,'?'),(_binary '—|¹3\é\\)\ç\î\Zaý\Ú','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLinksResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLinksResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\\\ÚZVHn~Ä¾\í?;',_binary 'N&µ\ÈÍ±°\äy¶\r	\Ú\ë(V*\ã\ÔÝ–52ÀC\ÜW','',0,'?'),(_binary '—}ô„\Þ_\ç…pHD³<¡¦','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù\n\Ç\àô8ù\×&\Êi\"ƒƒ',_binary '¨?\Í\æNšÈŸ(U±•¤š5uQ?6y?“\Ú\ÏP­ó†Ú²\å\Z','',0,'?'),(_binary '—\Îpˆdþ2ž7·\ÏdV','wp-content/themes/houzez/woocommerce/archive-product.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/archive-product.php',0,_binary 'ÿx3C–g\áo¥„û\Ég',_binary 'ÿx3C–g\áo¥„û\Ég',_binary '%Ÿ\Ætƒg«ˆö\í\Ù	hÊª‚m\Ü\rÚ›ºµˆu´K?\á´','',0,'?'),(_binary '—‚ø5W\Ô\Ók\Ý^ü.\Ñ','wp-content/plugins/wordpress-seo/js/dist/admin-global.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/admin-global.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øƒxXF4¤”T­$h’$\à]',_binary '~TÐ™Á$¾/6¥ºG-\0HÆ†\0\Þõðâ¦Ÿfz4\ä6®\'','',0,'?'),(_binary '—ƒ\îñ\ÛË”»‘\ïR›l\å™','wp-content/plugins/revslider/public/assets/svg/action/ic_trending_flat_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_trending_flat_24px.svg',0,_binary '{Ž#s$¼¾\ÕÁüc¼m–',_binary '{Ž#s$¼¾\ÕÁüc¼m–',_binary 'W)\ÝsZ¢Nd$;v\ØùÕ©nºn@ˆ@Z?ñusÀW\ä','',0,'?'),(_binary '—„„lõhm\Äfsa\Æ\Z','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"ôR,^c\æ\rd“n¶\ÒVø',_binary '_ž¡?\Þ\×\0z~£\êö¦A–\Ø\ãAŸ²2Q,Žÿ†\æZ³\Î','',0,'?'),(_binary '—‰¥@7q\Þ\Ë#>†¾;Ž','wp-content/plugins/revslider/public/assets/svg/communication/ic_chat_bubble_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_chat_bubble_outline_24px.svg',0,_binary '¨Š³â“’Ã€Þª\ì\ïÿ\Ö',_binary '¨Š³â“’Ã€Þª\ì\ïÿ\Ö',_binary 'ˆP\ïþ¶–a	gO» ;F\êsv€½\06\ã9\ÇÞŸg$m2› ','',0,'?'),(_binary '—Š\Ì{ö\Þ=E5Iù¯a','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/RecurrenceTerms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/RecurrenceTerms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ç±\ãæŒeól>\"8ûvö',_binary 'µ\ZJ\âIwYH\Ê\n T3\Ùqu\ë¬µg¤²YoOw·Á','',0,'?'),(_binary '—‹W/\n*EX¶W\É)„','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchUpdateContactsRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchUpdateContactsRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\Ê{°<ƒþh—\Þ\Í\Z/1Q',_binary '¨ª°\Öü8%ñm÷x\Z£/”’`S\â\àˆ\âo…®¬Y','',0,'?'),(_binary '—Œroóû;\á10\ÊS”I','wp-content/themes/houzez/localization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/localization.php',0,_binary '—e\ÜkH$‘™1\ç‹',_binary '—e\ÜkH$‘™1\ç‹',_binary 'YI¬v\ÉÅ±,Iw\íg•ÀBþŸ\ÝÍ´‘¾%§\ëH\Ë','',0,'?'),(_binary '—‘0•K˜\Z/ørMw²’','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/InsecureCredentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/InsecureCredentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's¤ó\Å€÷£½ŒS’»',_binary 'U§õ\Ê\'B\ËO$\âšfÿb/)Ÿ©$v¶\Íqb\ËT','',0,'?'),(_binary '—•\ÉI\Ä ’9\n›e\àK@v','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Registration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Registration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôA\ÐG‘«É¼E{w²t1',_binary '\'e\Ì\íT\Í\"\å\â÷¥VÙ’\Ö\ê³üó’óz\ä\ÇžoP\â','',0,'?'),(_binary '—˜‰k¾¶°B+};\Ù\Z\Âc','wp-content/plugins/revslider/public/assets/svg/image/ic_music_note_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_music_note_24px.svg',0,_binary '\ìc´“\ë\Îø]=h@\Â',_binary '\ìc´“\ë\Îø]=h@\Â',_binary 'f/\ã\Ó °Dj½­1\è˜É¾3\ÅA8:\Ç\îZ¿RÉ¸HI','',0,'?'),(_binary '—˜\Ñ\ÊMüj¡œ\Û8h\Ù$÷ñ','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1‚.ÀÝ’`¼H³º6•J',_binary '¼&S\Ä\è\Ï\èL\ßN÷\Ü\Ò\ÄÁ(-T¶º\"»`‡ƒ7DM\Ã','',0,'?'),(_binary '—˜\á\Û)­È«œh\'D…\Ôo','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûlSc´cñÓ—R\Ð>\îð\Æ',_binary 'r¸h­\"ù\éo·¶\Ë\\^ï®„f»<,¬a}_¾—\Ç\Ä0B¶','',0,'?'),(_binary '—™pŠ©K\Öb™ø\0!—(¢õ','wp-includes/css/dist/block-directory/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-directory/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Íz†Ý‰*³IB‘Tª',_binary 'þ6‚R`¸D·ö\êÁW’\Ã\ÌYD\Í;=\ÎÏ¸PÂ¯µ','',0,'?'),(_binary '—¢[¥j\Ðo—x,ñ\Æab','wp-content/themes/houzez/single.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/single.php',0,_binary 'ø`2½q\ÆÄ§wQ‰S|',_binary 'ø`2½q\ÆÄ§wQ‰S|',_binary '\æ|ü÷^/\æ`\ä+¡7-®\ØyŽ\ÞiÀ€ö\ÑjFy\è','',0,'?'),(_binary '—£8ò©pñ\åYYy°…','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginDeactivationTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginDeactivationTask.php',0,_binary 'Dn\ìû¬›§s\Ð5\Ñ\'¬f7',_binary 'Dn\ìû¬›§s\Ð5\Ñ\'¬f7',_binary '.\è\îSb\Z‚§/\Ø5ñ‡§\Ãw÷˜œ\Ýò^­\Úÿ§V','',0,'?'),(_binary '—§Š…\Ê“«\å\Å&ÿ\Ó','wp-content/plugins/wordfence/modules/login-security/classes/utility/sleep.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/sleep.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§;Â¯^Q\Û\è\'³£¿°',_binary 'gú\æn\Å\r«¡L\ÝaP¤½E˜‹ú²7|vR™Xð…›i','',0,'?'),(_binary '—­(ø\ì\ni\Úñ	—\ì \Ù0','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0Ÿ\í5¥¥±;ZùW·¦•—',_binary 'ñ\Í!\Ó\nè¥—¾u\Èv\ê2§–\äŒ\Þ\êœ¢½}ø\ë¿','',0,'?'),(_binary '—®’\Í$¸8\êÞ’¤\îµ','wp-content/themes/houzez/js/vendors/i18n/defaults-ru_RU.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ru_RU.min.js',0,_binary '\àc	ñ84\ïì³¾B\"n',_binary '\àc	ñ84\ïì³¾B\"n',_binary ' ¬/\Ø\ÒF\ÈN\rÞ˜»ù\è6‹ò…\ÔT“\è©\Òt&','',0,'?'),(_binary '—°tüc\í8†8§¬ƒd@}','wp-content/themes/twentytwentythree/styles/pitch.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/pitch.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ¢&Kø?5\ãM\ï\ä«™7',_binary '€€—sPó˜\Ô%§V#\á\Ô\Æ-{3ò”\"n\É\\\Û\çU\í','',0,'?'),(_binary '—°wL$mQL¬¾Bq\ÑõŒS','wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Dashboard_Sharing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Dashboard_Sharing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9ñ\èU«8\í\nbñ\Ñ;',_binary '¹g¢X’@œ\ïKCn†¦G\éd‡û<sNò¯“ƒÿH\ß','',0,'?'),(_binary '—³s&ù(h#lGû“\í\×','wp-content/themes/houzez/framework/options/login-register.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/login-register.php',0,_binary '†ZL”4#2h»Â†f__\Ö',_binary '†ZL”4#2h»Â†f__\Ö',_binary '~³­·¡/,9\r›ƒN-À¹ù%\Î(\Ö\ÙCIÂšd-','',0,'?'),(_binary '—³\îö\Ä#¤HŸ¤À\éš\Í','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/InflectorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/InflectorFactory.php',0,_binary 'Þ¦`qð„ˆ\ë Ó›SË¬®M',_binary 'Þ¦`qð„ˆ\ë Ó›SË¬®M',_binary '„%\Üøaý\ï\ïAk¬\ç¸/HœÐ‹&…“óøTDA¤','',0,'?'),(_binary '—¶ö\Ø>\á?žôx\Ë\ß	\É\Ï','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªk1Ûv\íþ^¿£ñ{',_binary 'û¼(P_\Âc\"\Æ\Íx\æŽ\Ý\ç\ã¶úQœUsnÁ\È,a£U','',0,'?'),(_binary '—º	±£	â«°º9úò|ù¿','wp-content/plugins/wpforms-lite/assets/js/admin/builder/context-menu.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/context-menu.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—^þ–ÑŽˆ\"‹TQù.\à',_binary '}gA‰‹ú\Z\Z—6\Â\ÄkX\é\é+3_b3¥\æ\ÍÀb','',0,'?'),(_binary '—º\Ûy«rˆ±ªü\èz\Ä÷a\ï','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/champagne.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/champagne.svg',0,_binary '\ÙgN¨\ÜÏ¡ª\áõ\å\Å\Ý(',_binary '\ÙgN¨\ÜÏ¡ª\áõ\å\Å\Ý(',_binary '˜gÁ¾ ·‚¶\á*\Íb.8üBÂ¢[Õ»¨v\Å`˜)¤¸ef','',0,'?'),(_binary '—À³\0‡÷\ì\Ëð\Â\Õ7\n\à','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/meta-slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/meta-slider.php',0,_binary 'Æ³\nsbžp¹£#1\à',_binary 'Æ³\nsbžp¹£#1\à',_binary '¥†¨&có´\ßÉ•÷le\Ð\Ê\ã\ìZ`N>IH\Üð3/\Ç\ç§','',0,'?'),(_binary '—Ág\Â\Ì\\=?h;%0Ma…','wp-content/plugins/redux-framework/redux-core/assets/img/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '—\ÆT1¬Ð“\à\Æó±´','wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™du4¢4£»Jð\è«û³(',_binary 'Pð6¤s¢™\ÕYc:N§ø;\ì“`¦ÿDSwˆ™Ž','',0,'?'),(_binary '—\Æ\ÔŠ\ë\Ænˆ\Ñ‹­—\Ë','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½]½~]r¤MÍª(vu',_binary 'Yz¿Ð–ó¥4¬/h^DÏš\ê\Î»Ž \ÖØž¸@°&','',0,'?'),(_binary '—\Ç\É\í\0»ô[R{ô\Ë÷K\Ê','wp-content/themes/sinatra/inc/admin/assets/css/sinatra-admin.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/sinatra-admin.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎK\ä`6JMŒx,œ´Ku',_binary '3\à$—vP~‰\"‰Æ‡Œ:œF\Â(\àKòùû4!0‚-c','',0,'?'),(_binary '—\Ê/\Z“ÁýGaø\çn\0E`','wp-content/plugins/elementor/includes/widgets/google-maps.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/google-maps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7j6g¬48,K\ì\Ç!\æ\å\ê\Ï',_binary 'ƒ‘(ZˆF(j²(\í\Ä\Ý_\Õ\Ì÷´_À9?P\ïõh¦u','',0,'?'),(_binary '—\Ï\"ô*ú) \ÌX\'a„6','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeGeneratorController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeGeneratorController.php',0,_binary '™¤}£‚C‰¿¡œ-\0¤\Ø\æ',_binary '™¤}£‚C‰¿¡œ-\0¤\Ø\æ',_binary 'z¼T°	B\íÀÆ©c¥^\ÜN\ì^|”¥Ç¼\r³(\Í\Êd','',0,'?'),(_binary '—\Ór1¼õ»r©*\Â*\Ðö|','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/InvoiceCreated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/InvoiceCreated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\Å!Wt{\Äor\È†™',_binary '¾g4+›ôú™\Ó#\Ö=W¢…¬?;Ÿ\ìa<–5¨hE&t\Ò\Ü$','',0,'?'),(_binary '—\Ö#~9±·\á~Eˆ\æIð','wp-content/plugins/wp-rocket/assets/img/icon-user-cache.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/icon-user-cache.svg',0,_binary '\Í\ì	\ÏM\ÝG˜Ü°[©¶\ë',_binary '\Í\ì	\ÏM\ÝG˜Ü°[©¶\ë',_binary '\Õýp0ö%TBmh\í\ï.\ÑKö\çg­F	’Ž\ï\ÏK;>','',0,'?'),(_binary '—\ÖX\é\ëYÏ’\0Œ`b','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.12.10.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.12.10.php',0,_binary '\Æh”\î;]Û•ôr¡\0 °ûC',_binary '\Æh”\î;]Û•ôr¡\0 °ûC',_binary 'Q€Z¡)’\Û¶õpvµ­«vþ\ËCE¶\ÃÍ“\ÓdJ_','',0,'?'),(_binary '—\×\è©e\È\rRT\Ìð o\ê¼','wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php',0,_binary '¦ú€\ê\Ù\ÐZ |\Ð{',_binary '¦ú€\ê\Ù\ÐZ |\Ð{',_binary '£÷\Ô\è^\Ó8%yE­C`9ô¥„[\Ä\æ;†\ïpA¶\0)Ÿ','',0,'?'),(_binary '—\àG+S…±\ædž\ÎxÀ','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/BasicMessage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/BasicMessage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' kÿ´±S‚¨!E…\ìUJ',_binary '\ÔBW\í¾½T–}7\îSŠTpZlñ,Q¨\äR*E\"”A','',0,'?'),(_binary '—\á”\ÞÄ‚õZ¤&Á£”\çh@','wp-content/plugins/google-site-kit/dist/assets/js/runtime-f562582a775dd979d8cc.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/runtime-f562582a775dd979d8cc.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\röE®\ÞÖ‘JkPcr4+0²',_binary '\äCgV½Á£1\Î\ÈkÃ„\Í\Öû´Ž6‚/]û¨Ô‰x”','',0,'?'),(_binary '—\â^\Ñ\ÃD„f O)\ë#P–','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormId.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormId.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—8g+tmù\ÄÞ©\Æª¾',_binary 'Ro;\ËPrÇ¿kT¾:\ÍÑ¡]Ì‰*\ì\Ýj\ìü\È_@M›\Ñ','',0,'?'),(_binary '—\â\áhö\nSah=DR¥û•','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-chart03.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-chart03.svg',0,_binary 'ô\î#WBù5ŸŠTÑ’÷^',_binary 'ô\î#WBù5ŸŠTÑ’÷^',_binary 'ñ d\ÓÒ¤\',õ\éewA	\Ö\ÓÚ‘­ò›>…—+=¼\âò','',0,'?'),(_binary '—\ãv\Ö/9i·B5gµõ\ïª','wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\Ûó(Í¨ÄŸ›_›	›¾',_binary '÷²üc¦ZIO\ë\\‰ƒzý\ÏNL\äF¦@bÌ…“\ï¡B','',0,'?'),(_binary '—\äˆþ\Î\Ì\0†ƒ\íq@ÆŽ‰$','wp-content/plugins/revslider/public/assets/svg/action/ic_launch_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_launch_24px.svg',0,_binary 'ù /¯Ep‘n{—-\è•!',_binary 'ù /¯Ep‘n{—-\è•!',_binary 'H;\0\ëô\Zc³³^¸*\'„%\ØrÁ²¤­N\Ö=¿\Ò','',0,'?'),(_binary '—\å7?\Í3+	Â•»a°¼','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/loader.php',0,_binary '°\Òùv†D\Í\Æ5	0\ï\\€A',_binary '°\Òùv†D\Í\Æ5	0\ï\\€A',_binary '_\ÒC\Ýi\ß\å²ñ¾˜~bša\"?<¡Z1®\Ï\ÃÖ«”','',0,'?'),(_binary '—\éF‘+\î`U±;\0½Œ','wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Optimization/class-minify-html-subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Optimization/class-minify-html-subscriber.php',0,_binary 'ùÀŽž±¡J­R&\ÉYm\Å\Ò',_binary 'ùÀŽž±¡J­R&\ÉYm\Å\Ò',_binary ']Â‹c\Ä2t\È²š\ßwm‘^,\0¿ ÿ±}Ÿ…\å±','',0,'?'),(_binary '—\ë\æ$¡7•ögŸ\Çdo[','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö1•\ìMSj	·\Ü÷.)\å',_binary '\ï\Ø#sP†_\êZ‹—ðN\Å1\í18›[ß•º›C\Ë3þ—Š','',0,'?'),(_binary '—\í|œ~”‰÷\Éð‡\åô','wp-includes/sodium_compat/src/Core32/Salsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Salsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')6´¥):ö\Û\Íð¸Žý®\â',_binary 'H0¢“L³Ñ—?¸ãž¹.1\ÇMòIe\Ó\ÉÙ£’','',0,'?'),(_binary '—ñb¦ü’Áÿ£º|e~\ë','wp-admin/css/customize-widgets.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-widgets.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'HÍº/\áME\Ðß¾_Ø€C2',_binary '?”Îµ^d¼’\Ö{)iÒ²ß¼U…;“,=5\í\ÃA\è\ëT','',0,'?'),(_binary '—ö\Î\Ó\çV\×Y†A¬¬','wp-content/uploads/2020/09/streamline-icon-construction-pipe@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-construction-pipe@64x64.svg',0,_binary '\Õ>ž<õ\'Löö¾I\Ðù\Z¥G',_binary '\Õ>ž<õ\'Löö¾I\Ðù\Z¥G',_binary '˜œê‡ºHg$	!¢\Ï\×z«Uv\âx¦ó;B2eJ','',0,'?'),(_binary '—ÿµalòVš?Žfý\ZÑ‘Œ','wp-includes/IXR/class-IXR-server.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-server.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\Èdß¹\à—\Õ$c¨9\í«',_binary '\0\ä{M\Î\áU¡\rN.€)”-¤õƒ\Ä`wHò\î\Õ','',0,'?'),(_binary '˜\0h\î”Kf•\0ðø','wp-content/plugins/wordfence/images/forward_enabled.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/forward_enabled.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U\0/3e4e™\Ï\×ƒ\Þö',_binary '0¼´Q7018—Þª9-–z9Ø½qð\ÓSrÄ’\ÓPõ\Ó','',0,'?'),(_binary '˜).\Ç\ë´\Óþ‘Ë‰_\å','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop.svg',0,_binary '\ì»P\Ç\Ïo]\ï\Ú|¤\r¥',_binary '\ì»P\Ç\Ïo]\ï\Ú|¤\r¥',_binary 'Ó¢®º9\Ï\\\êMÏªÒœ‘€ýD3\Ð\è9Mû‹Q8¬%','',0,'?'),(_binary '˜‹°2ñE5” X6fB>K','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-#¼,9¹¸‘\ä[=µ<',_binary 'a÷$«R\0³r±q±\è\ÏŠ\ç©¤½)­ô®kh','',0,'?'),(_binary '˜%\Ò	.\ã\ìpDÆŒ¡','wp-content/themes/houzez/js/vendors/i18n/defaults-bg_BG.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-bg_BG.js',0,_binary '§A=…NA\\,y£ö>h‰',_binary '§A=…NA\\,y£ö>h‰',_binary '+[ù\Ú˜öC?h‰¯ð—ÐŸb¦‡B\Óß¾qÅ’!\Ï¤’','',0,'?'),(_binary '˜\í.xzÆ‰\ïø¤*Vl','wp-content/plugins/houzez-theme-functionality/classes/class-currencies.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-currencies.php',0,_binary '‚\íB{¶G\ÓRšyr2\Èt',_binary '‚\íB{¶G\ÓRšyr2\Èt',_binary 'b’\ÓrMY¢Yÿ}„\Ê\í\Î\"uº³\Ä,\ã\Ú#}¬q ;/?','',0,'?'),(_binary '˜‰Ye\ÖÅ¯Ç©—-ö','wp-content/themes/houzez/framework/functions/footer-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/footer-functions.php',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '˜›¯\ÐÂŽ\Ù\êH\Ë06²','wp-admin/images/browser.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/browser.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á²ùÂžµK\\„b•$þF',_binary '&$ñ†Ä‰9›¡\àˆ\×~_SH\Ò_\ÙÌ“\ï%L¼¶þ\'&Á','',0,'?'),(_binary '˜‹µ\ï†8(\Z¹j\èZ]}','wp-includes/js/jquery/ui/effect-pulsate.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-pulsate.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©\ÖÕ€\ÂúÊ±ôC\0\ã(IW',_binary '\Ð\"‹žTñ>Ý¾G\ã(jÐ¬;_2\ëA²ÿž\Ø\'\í{Šÿ¥','',0,'?'),(_binary '˜du\Ê/\Ðs\æS±','wp-content/plugins/wpforms-lite/src/Db/Payments/ValueValidator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Db/Payments/ValueValidator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÁÀp^M}¥cQhTj&',_binary '\Ä÷‚\ì\ÇB›ðý:9\Ônr–\Ýo]BÃ§†$X²W','',0,'?'),(_binary '˜k¸þ×žËŠ\'³ü«&¸_','wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø4þ\ìõÄŽ-š“\ä&',_binary 'Kõ\Ð¢) ž\ãÿ\Æ\ÔDbx\ã\0d\0¢\Ë8‰\Ó0=x E','',0,'?'),(_binary '˜ ;P˜©6¢\Ï37PUF¥','wp-includes/blocks/comment-content/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-content/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…tfg}\ÂÈ…ñ\ÒA\å\ç¨P',_binary '¨š÷¢\ßþ2¥í¶¼Ð¨!H`a–\ê±]Uq\Ñ\ä\Z[}','',0,'?'),(_binary '˜%3\æRZ\ÎEa·y\"Uôl','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Support/Data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Support/Data.php',0,_binary '\Ð3\ë\í+¿QöÁO$P\05>',_binary '\Ð3\ë\í+¿QöÁO$P\05>',_binary 'Ÿ7q!\Åt\Ö9µ\ÞVùv¹ú\×n«‰§\Öt6z>@','',0,'?'),(_binary '˜&³q\ÓVT‹:ø^š¥º`','wp-content/themes/houzez/framework/metaboxes/page-header-metaboxes-classic-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/page-header-metaboxes-classic-editor.php',0,_binary ',ˆð\å_òouµ„º0õ¶',_binary ',ˆð\å_òouµ„º0õ¶',_binary 'o“{§\Ãb\Ço“kn\æ–\êôUÞ‡\ÄlùL.Ñ¬Áƒ ','',0,'?'),(_binary '˜\'T	¬:õ!J±óßŒù9','wp-content/themes/houzez/framework/options/gdpr.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/gdpr.php',0,_binary '\Ù¨÷1¢’\Â+=;´]ü†',_binary '\Ù¨÷1¢’\Â+=;´]ü†',_binary '~cÄ²ò…ª…*Où\è®ZŠ\Ì\íðò°\Ô$b ,`]RJ','',0,'?'),(_binary '˜-œJµqñ«—Ô•z-!u','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ModifyContactGroupMembersRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ModifyContactGroupMembersRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7ò´ŠŠ8À³–3¨ôh',_binary '¢sµ šn\Õ×¬ŽXð\Ë\0#M‘\èµzº‡ø\é\'û','',0,'?'),(_binary '˜3gŸˆnO“÷—\íW\Ãw','wp-content/uploads/wpcode/cache/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/wpcode/cache/index.html',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '˜4Ä¾\ë\Õ9­f	Î‰tô','wp-content/plugins/elementor/modules/elements-color-picker/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/elements-color-picker/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\æÜµI„F¬\Ö2’{',_binary '¸Ã3\ßÔº\Çsƒ‹*Ò‹\Ò8Æ¯ªFØ¸\Å*X]³·}€','',0,'?'),(_binary '˜;\Æ~6 9<ž€É¬4|¿','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility/Status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility/Status.php',0,_binary 'Ž\Ú\ß\èœÍ™)\ØÝ·¼š³\ç',_binary 'Ž\Ú\ß\èœÍ™)\ØÝ·¼š³\ç',_binary 'A¶\Ð\áÁ\ë6/µuµ\×(·\ÓI¥\È‡¬\ëQ¢\â0¯','',0,'?'),(_binary '˜>\Å\å\ÃÿÍ™x¾œ\èft\n','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2ÁEøˆ!Es\ïGe¤?_',_binary 'P#Y¥¢fG\ÝGÃ“oõJ°d02•®JöEn>¦Š<','',0,'?'),(_binary '˜Iwü5±Šñ·…d_S7','wp-content/themes/houzez/property-details/partials/expired.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/expired.php',0,_binary ' 5ó\ïÂ°r¼f\ê)\Ëjª\Z',_binary ' 5ó\ïÂ°r¼f\ê)\Ëjª\Z',_binary 'n¦šüVòWß”\ÓÀ®¿’<‹<L»X\ßW *˜<CX\Ú\ïÁ','',0,'?'),(_binary '˜Q§\"}Ô»ŽÁ¸87k¹ÿn','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ta.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ta.min.js',0,_binary '\ÖüOH% ÀË—h\0F{ð',_binary '\ÖüOH% ÀË—h\0F{ð',_binary 'y.«t!¦&\Ò]ÿŽ°E«A{[WG½ú¥x','',0,'?'),(_binary '˜R`!\é•HÂ´¯Hš–\Ü\"6','wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïo·ž3•¼\Ðöƒ',_binary '¤R,œ\Õ`\âLW\Ûx¡‡£\ÝjÇ½¼\Òn\Îþ…PŒ’‰y','',0,'?'),(_binary '˜S‰ß¸h•:üdV­ºÞ†V','wp-content/plugins/wpforms-lite/templates/builder/fullscreen/mobile-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/fullscreen/mobile-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð@\æ|\ÔžÔ˜[¦\Ç\ï,\à‡',_binary 'u1N;8a\ä\ïV\Ç+ñ×”&ñ(bÐ«ƒÁiŽ˜\é®\á\ï5','',0,'?'),(_binary '˜U\ÄSˆ\rB\ç \Ìc>\r\Ý','wp-includes/blocks/latest-comments/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-comments/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O”\Ýw\Î¹·]Sp?³«O\Ã',_binary '\í¥2»\Ù\ÞÖž>\àþÜ …÷ s©i1B^÷\rIðP½6w','',0,'?'),(_binary '˜V™½A³k\ìm\\9LŠñ','wp-content/themes/sinatra/assets/css/compatibility/elementor.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/compatibility/elementor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7u¾p–Rù°ô…¸Z\Ç\Ã',_binary 'O±\ÎN\ÑU\\¼g±:„ñÿ¦´.³\É\Ù_ý\'³‚nË£','',0,'?'),(_binary '˜XöRÿevø• O¶ôU','wp-includes/blocks/quote/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[õlŒ™A¦M\ÔP\Ü\'B>',_binary '‚·ð´\rGuø&\Â\ÂÉŽ\Ù1‹\Èó)8}¥š.Hœ\ÔKˆ','',0,'?'),(_binary '˜X¸\Ô\Í\ìg5ûôŸ¼(=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿ž7I \Þ1F¦Guôj^',_binary 'œð \×Ã»§õ«Í¥J«\ï“OmOš:Ï™\é\ç\Ül˜W–5','',0,'?'),(_binary '˜\\fE\Ñ\no‰øˆõªGT','wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1h\'9½v¸­óbŽn‹;¸',_binary 'k”Kô/áºtS/\r\ÍY\è4\Ô…rÐ®	?‰“','',0,'?'),(_binary '˜\\\ÜH?3žÉˆ$ù%ˆ\Èÿ','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-failed.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-failed.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä%\Ù\0æ‰–$[Ç‘\çM\í',_binary '¦­\îZ¸þ5x”{ðC3Á\â)F6B”$¤”›R','',0,'?'),(_binary '˜a¿1þp\Ðù\ã\êÞœÁV¯','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\XŽ\ì¸0%=ÝˆA!ˆ»',_binary 'bZG~\Þu½™&\rå¯1æ¥ƒ/Ž+/i·½ø','',0,'?'),(_binary '˜bhT\Ç\Ð\í³\Þ\ÐŽ@ÿ\Ú','wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration175Task.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration175Task.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ø¯\Ý\Ð\áüzq\ä\æóñ\Ä\ÃD¾',_binary '²z,ºCƒÀH¬\Õm\Ð\ä‰\âme“V\Õ=¾ÏŒg”1e±u','',0,'?'),(_binary '˜d$õºr\Zÿ¯¦y\rS','wp-content/plugins/google-site-kit/dist/assets/js/31-29deb769fadbe2c03303.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/31-29deb769fadbe2c03303.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Úp\r­üa“-û\ë§.',_binary '\ì‡_‹ŽV\ÈV\Î<°\Î\ã!H!1þA¢c‚ó\è4\ØP\í','',0,'?'),(_binary '˜eµ\na\á%o…–†\ÃE\â','wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\ìx‡ja¬r \é4v`õH',_binary '%nUJ\Ý5¡ý2\é\Å5\ç—R¶~ƒ8\é-$j6-ò\ê\ÃÍ§Š','',0,'?'),(_binary '˜g€•d\Ü\ËÐ·÷¨nX','wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wM\ïEs<ÈŽ»ý‹©c\Ø[',_binary 'aýÀdBtV–”ôöV\ïu\ÍMmÃ\'übm°©Ž1Si2','',0,'?'),(_binary '˜pt_ Y‡ÁŒ\Ê7L\ãKt','wp-admin/css/deprecated-media-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/deprecated-media-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹\çSr\rI›sL’»\é',_binary 'œUÙ1m‡½¬ûÝ¨ñ:ª¼\È\ê0\Ëö\ÃÿƒÜ’\Û>\Å','',0,'?'),(_binary '˜x\ËvØ®y)\Ý÷Z°t³S','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-remove.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-remove.svg',0,_binary ':¯\íeœû¾Ú”S^$Ž',_binary ':¯\íeœû¾Ú”S^$Ž',_binary '\Ís\Ëú\nå¢ \Z\Æp\"n)dH˜-5.•ŸjÇ®_¬','',0,'?'),(_binary '˜zz m\Òb\ê.Ø‹u','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_id.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_id.php',0,_binary '\0€°†Xõq\Õú\îóW~\"',_binary '\0€°†Xõq\Õú\îóW~\"',_binary 'B€I\È\ÐA¾	Zý<I†5=§˜¨DÈž¶\Ê\ÅL()\Ó','',0,'?'),(_binary '˜z\Ø\Èga\nC–E\Ó$÷”','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/grid-builder-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/grid-builder-wpml.php',0,_binary '\0þn/ò†¦\0 \äð˜',_binary '\0þn/ò†¦\0 \äð˜',_binary 'NÑ¢)n\È\Ö\n\ÄÒ‘¡ˆkV\'ºE/\å	”{af\ìK\Ë','',0,'?'),(_binary '˜}9ƒjK  ²\Ç\Ñc`S\Ç','wp-content/plugins/elementor/assets/mask-shapes/triangle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/mask-shapes/triangle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«¡¬4¾\Ë\Ó\àû´\'9k',_binary 'Â‹[º[1“\Ê\ÌKA~ŒR*pŽûðµW1qê„\r\ÝDf','',0,'?'),(_binary '˜}­\ß[úó\ØôyûJ„©\Ùô','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/surveys.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/surveys.js',0,_binary '\\{Dõ½P;:¶ù\ë4N',_binary '\\{Dõ½P;:¶ù\ë4N',_binary 'þ†\è«M3~kÜ—5XL\Z*\Å+‰s\Æ\æW±Ay\Ì÷d¬…','',0,'?'),(_binary '˜]öÂ„[¬ \ì\ržùü','wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€|ñ1·ü±|mˆ³(‚',_binary 'f\ç~;\î\àÆ”’\Ç •^@L@¶4S\åz^Ñž\ÚO\î4¡„ñ','',0,'?'),(_binary '˜‚(üe\Ã\ÐQgD\\Ã¨\Ùc=','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/EachPromise.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/EachPromise.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Âs\ÖB€S-\Ú\È6]Axo',_binary '\ä\Ã\ägFù\Þ(Cv\\Ï¯mñc©†¯˜-”L>ˆ_\0×‰(N','',0,'?'),(_binary '˜‚l?]\ä°Z\êµjKY³','wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z¡zbI2S8w%¦z9\Ï',_binary '7\×1ô-Q\×\ìV@\é6ý[o„Y\ÚFUK!\âRY÷ó','',0,'?'),(_binary '˜ƒÍº‰\ïW\îÊ¹ô\à','wp-content/plugins/wordfence/js/wfdashboard.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfdashboard.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©£Ô½¬PŸ¬°\Í`\ß{i¹',_binary '=P¯z\×r”ŠŠ!\à?w\Z´/d!·½LÓª\Ä\ê1!·','',0,'?'),(_binary '˜ƒ\Ï)ü\Äó­\È\Éð','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php',0,_binary '\rEs\ï¸M!wýl]»y.',_binary '\rEs\ï¸M!wýl]»y.',_binary 'uaG\Ö\ÎÁµi]Ñ½\ÛAVY?D¿ºÿ\Íú/¸1	\ä$h','',0,'?'),(_binary '˜Œ¶·ñ•5\nHI·ƒY','wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php',0,_binary '£-š\Î÷ðe†\í\Û\Ò^ò`\Ýo',_binary '£-š\Î÷ðe†\í\Û\Ò^ò`\Ýo',_binary '€[¶(º*”\ê ]X\ß\ì;k³l\í6Eþ¥O¹\ì','',0,'?'),(_binary '˜£ýT¹D‰ÀF\ÒK1\Ç','wp-admin/css/media.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/media.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\r¥\à\á³\ïÀ”sh{ø¸',_binary '„{2\ä?@¨\í@n]Qô…›½\Ú³ß7ñ˜7\ë\à\Õû\ÇÁ','',0,'?'),(_binary '˜•Á	Ff|P\nta=o³ho','wp-content/plugins/houzez-login-register/social/Facebook/Authentication/AccessToken.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Authentication/AccessToken.php',0,_binary '\Ð$p¾®§Q™ÿ\ä\Ô\êe',_binary '\Ð$p¾®§Q™ÿ\ä\Ô\êe',_binary '4F\É}IKN§H­iw³xÁ\Þ#<\Þ@Ã–ýF/\ÃK\Ë\éÿ','',0,'?'),(_binary '˜–»h\ì,þ^#¤JŽ\ç','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­\ÈnY7´\rþ\é\ÈC+®',_binary '³æ­£DYó\ÚF\í,P‡ý˜ðZ\Ò\Z`\ØØ·\ê\ÄxG¬2T³‚','',0,'?'),(_binary '˜˜€N²ƒ.\åc\È\é–\Þ	]`','wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'êºù<Ù©S­HQOñò',_binary '&’²4DÖ„™öPô\"¦¿\Ìw?ü„\rª­2q\Ò','',0,'?'),(_binary '˜¥£Ã­Ÿ3n”µlÁ’N','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Biography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Biography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sƒûfq“½§QNÈ³<',_binary '|Š²\ÐO¨2\Þ2Ñn\0Ø\î¾\åÜ§®—s\È(\î','',0,'?'),(_binary '˜¨ý½\ÑÄ¯fZ-\ä\"þÑ˜\í','wp-content/themes/houzez/js/vendors/i18n/defaults-es_CL.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-es_CL.js.map',0,_binary '	q\ÕmÁ¤=N€Yp[\Û8Á\ë',_binary '	q\ÕmÁ¤=N€Yp[\Û8Á\ë',_binary '\ÈJ¡µ‡ŸSk\ÇX™¿P¦\î4\ê­5õH«\Å\Í\ÉXSº','',0,'?'),(_binary '˜³DN\ï\Í\æx\ÙFµ\r3','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/TagProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/TagProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H®œu†ó\Ævüp„qµ»',_binary '\Òbv:ü%™8°ûÑšEÝ²”™pyŠ64»§\Z}{{q','',0,'?'),(_binary '˜¶{\ßÚ¸ƒE–£º\ì','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php',0,_binary '\'§\ÅA{\îkæ¹‚-÷\"\Ì¹',_binary '\'§\ÅA{\îkæ¹‚-÷\"\Ì¹',_binary '6\ÑX¿m®Yƒ/€¯#\ÖŸ†Ã„†¿[ ³w¤Vw','',0,'?'),(_binary '˜½\çX°X%¯WÃ˜—','wp-content/plugins/one-click-demo-import/vendor/composer/ClassLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/ClassLoader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’þy±G\ÖMú!ex9\É\Ù',_binary '\Å!ZgbZ\å˜ô“¯FZ¢›\Ñzƒš\ã\ï|±YE\Í	ŒªÀ','',0,'?'),(_binary '˜¾°\åð3\ëj¹³½\'Á{\É','wp-content/themes/houzez/framework/stripe-php/lib/UsageRecord.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/UsageRecord.php',0,_binary 'IŒ3KÏŒúñž¬\Øudz\î',_binary 'IŒ3KÏŒúñž¬\Øudz\î',_binary '‹\Z‡G\\\è{U«_,/¸Y¢rƒ·s¥©\Ê\Ø~‘šm','',0,'?'),(_binary '˜¿´g×–‘¨at…n9\à','wp-content/themes/houzez/template/test.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/test.php',0,_binary '°Áp/<Pü³â¬‰;Ž¯9',_binary '°Áp/<Pü³â¬‰;Ž¯9',_binary 'TW\rŸ³Œ\'\n.òS\ân\Þ6€£CDb£\×\0YHŒ4NgS','',0,'?'),(_binary '˜\Â:k¼½\Ò\ÜXi<óš','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAccountSummariesResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAccountSummariesResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿†±\ÞO<†üž+Oþõý ',_binary '‡cg\Ç\íB-´Q\ÚB¼\à²\ÞoqÔŽšd{“Qˆ¬£t7\Ë','',0,'?'),(_binary '˜\Ä/GÎžÓ¶[­Çœ\î\ÙC','wp-admin/js/gallery.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/gallery.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':Àköv¡ûT\'n±\ä¡d',_binary '¦y=±ü¿]Ž\Z\ès˜]ˆ†Ÿjp×…\ÃÌ›¾6b\àv…\èa','',0,'?'),(_binary '˜Å‰œj¢±\Ä\Ã\ï7\î`…\Î','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTemplatesResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTemplatesResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øjð•b—|ú½G‘',_binary '\ÝI§2%aU“‘¾_#(h\Þ\Ô]u4x¢‹¿V•¸\é¢','',0,'?'),(_binary '˜È’T 7?_‡‚PS\ß\ß','wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics_Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics_Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åŠg²É†fx¨?\É8­•',_binary 'Qº]¼\è)ø\É^Ç€´¡.ˆR¹©D?|z\\]?œž','',0,'?'),(_binary '˜È§mˆ\";e\ãar@‡1','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/diagram-hierarchy.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/diagram-hierarchy.svg',0,_binary '‚ú\îúsý\Ô\ä…«É«\Õ(',_binary '‚ú\îúsý\Ô\ä…«É«\Õ(',_binary '&ŽŸƒ–!\ì\äöHo[ö§ˆ‰ü®Mb< 50\Þ)rŠ	','',0,'?'),(_binary '˜\Ì\Ð\åRò\ÚÀ\'¹P\ä','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folders.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folders.svg',0,_binary 'Æ‰§ü	[\íT+Ý¿ƒ',_binary 'Æ‰§ü	[\íT+Ý¿ƒ',_binary '‰1Ì‹Ñ‡P\"”Ž€8ž\Ø/ˆ\äóeYIFR\ï\ÓV','',0,'?'),(_binary '˜\Í\É[²/9} `:w\ÙP','license.txt','/home1/arxacomm/public_html/point2listingcanada/license.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™®oÑ¬\Ð°ù\Ä\áŒ',_binary 'Ÿm*c*Ö\î\åž%³>_|»«ya\rv§\Ïy%_Œx','',0,'?'),(_binary '˜\Ð~lJ?’1G+Á\Ä!ý','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic-latest/conditional-logic.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic-latest/conditional-logic.js',0,_binary '~Ž<¯%9\ÑÝ¢´\Ãÿ',_binary '~Ž<¯%9\ÑÝ¢´\Ãÿ',_binary '9~»\Zh^Ð”›jX\'µ\Ò\à]\×Ã¾\Þ$‰\é3f$a—–','',0,'?'),(_binary '˜Øð\Ît»\äøj\äu','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x\Î\"Jkûœô\Å¦>9Ls',_binary 'iÎµg4\'¬HŠ‚\Ø\Âö\äfâ¤\ÍQW¿6?+¸G#\ë','',0,'?'),(_binary '˜Ø£\ë6\Ö\Ã>¬\ê„j9!\×','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomMetricParentLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomMetricParentLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-O‡dmù×§8´¶\Ë\Æ[\à5',_binary '\Å\ê§\ÔJ^kžŸ\Z§º¢;ùuG4¸0\Zb½š\Ý\'%','',0,'?'),(_binary '˜\ÙÀv¨Ž\ÒK:\àøZF','wp-includes/blocks/site-tagline/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-tagline/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\ã‘\Â\ä\Ür÷38\ÅßŸ',_binary 'ª\ÏÅ²þuÎ‘§u\Æ\Þ-þ¤\Ð x“©m’oC\Ý\0£±/#\í','',0,'?'),(_binary '˜\Üg‘©™Ê³uU\ÏP;û·','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php',0,_binary 'w”¶Û¤´\ÍO„ SŽ©?',_binary 'w”¶Û¤´\ÍO„ SŽ©?',_binary '\â\Ö×\ÏÏº{QŠ\æ\ÛV«µúL¸\à­1­´[Z*I	K1¶','',0,'?'),(_binary '˜\ÞþoØšWã…œoC›†','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListMeasurementProtocolSecretsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListMeasurementProtocolSecretsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b€r*-CN¦m\ë\áJAU',_binary 'ºõt»q\Éô•I»\ã>!k?Ä¼?Õ¥k0)\ßÌ¶','',0,'?'),(_binary '˜\à„¦@‰vXMÞ br\ÛÕ','wp-content/plugins/wpforms-lite/assets/css/admin-list-table-ext.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-list-table-ext.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4P®\ãŒt\ê‡\Ø|Þ±M‰',_binary 'HW:gß ÔŠIe¡=;*¥jÆ‚õd]n…d[d\Û\Í/','',0,'?'),(_binary '˜\âFŠF¨fs»\Èõ\Ël\Íñ','wp-content/plugins/wpforms-lite/assets/images/community/dev-docs@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/dev-docs@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']ƒ­õIŠú\â„q8ø\î\ï',_binary '\È(j¡‰=e’-G÷µ[  •Ë¼n¦„\Ï\ï|ƒ«1\äO\á','',0,'?'),(_binary '˜\â\ï7·%\ìÌ¬Š\Å\è&','wp-includes/css/dist/block-library/common.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/common.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_¹`\Ï[\n\â*heeøÌ³',_binary '\Ä\n6\ZŠ\Þ\ÙFv%Gž6M	\íþ”¿«ðzVn¹X\à','',0,'?'),(_binary '˜\éK\ÆO\ä~Ï©-q^Lheu','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/AmpIssue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/AmpIssue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bª@ò\Øm\0\ìö\Öö!´´,',_binary '¬>øV¿Ÿs„”¥Ø”@À¬[\Õ‘vÏ†J\àF\Ï','',0,'?'),(_binary '˜ñen\'šLBvj•\r','wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q7$„üPvó\ÏöK(7m',_binary '\Éz¹\Ä)y‚þþJV‘œ±¦g{Ù±xCƒ\"vFndPX','',0,'?'),(_binary '˜õ\×ú›K‰~$Þž>˜\Ú','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ˜\Öl`†\ç¨³Ô…˜',_binary '\çs‡m\â˜Xñ€P¨:ä¼±”\0ª0\Æ_C3}Ÿ ®','',0,'?'),(_binary '˜ú\çi×ƒŽ\æô¼\Ñ@óNš','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd­\Õ\0y&\ÛrQ‰[\Ìó',_binary 'h“ùZ\Ú\áW*d\Í!7Œmm–Ap¹\Ù\Î)ˆZZ\ÝoŠ\â','',0,'?'),(_binary '™\0£ùµ\è \Ò.}¥fwA','wp-includes/date.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ï¿\éNaòe‹ü»\Ð\\ÀE',_binary '—CR®H—\Ç<f¡T\Û|Ïªµ/\"¹Î¦úh$','',0,'?'),(_binary '™5o˜u]\Î$¹;O2\ÔP=','wp-content/plugins/houzez-studio/admin/js/i18n/km.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/km.js',0,_binary '\ÎV§\Ç\×\ÆlR\ÞF÷¦Êœ„',_binary '\ÎV§\Ç\×\ÆlR\ÞF÷¦Êœ„',_binary '\Ü-UF\Ò c§\"\ÝÇ§i?™<¾\éy\ï\Í\Û|~\Ô\\Æ¡S\é\ê','',0,'?'),(_binary '™\èö\äÁG°O,,óç©Ÿ','wp-content/plugins/wordfence/modules/login-security/classes/utility/measuredstring.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/measuredstring.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!\ÙñZ%8žý|e\ç-Bü',_binary '«ŠebvTK§\Ð-{\é\Ý	¹\É\ë\Â<P·’ŸÁ)#¢','',0,'?'),(_binary '™	\n~Û—T½ky\ÂÛñ\é%','wp-content/plugins/revslider/public/assets/svg/social/ic_mood_bad_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_mood_bad_24px.svg',0,_binary 'Æ«\ÎPf÷þŽf\'¥',_binary 'Æ«\ÎPf÷þŽf\'¥',_binary '%Z0ð6ŠHJr²#Í©\Ò®ÿ¢\\jOUÃ­¸wð£\à','',0,'?'),(_binary '™\r¤‹%»A}±* ó·\çV','wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wtµC-„÷¹–o5\î\é',_binary '<7ú>\Ý\ËÊ˜—\ÑÀO‹\ÕykyM‚°A\Ö\å&]\å\Í','',0,'?'),(_binary '™R&’ð	-„ÿSv¸(ù','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§*\ÖûAE\Ý8~¸\0•\Ù\Ø',_binary '\ß\Ä\éšù\Å\Ô\á\è\Ç\Ò`>‘W‚h…ý¡@N]\ç6¡\ÏÉŠ','',0,'?'),(_binary '™)Qo¹˜‚\Ú\é\'3\Å\ç~','wp-content/themes/yith-wonder/assets/css/backwards-compatibility.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/backwards-compatibility.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øWô¿{n50QGAõ“pþ–',_binary '\ê@]TVo[ð\ÐA­vEdTu%wCª=;²r\ÉŒ','',0,'?'),(_binary '™*ù,T¦ŽR\áÛª‰*V','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/DefaultValueInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/DefaultValueInterface.php',0,_binary 'rp<Š\ä\ÇR\0\\u.Ó±™',_binary 'rp<Š\ä\ÇR\0\\u.Ó±™',_binary '\àLÉ”\Ñ\éÉ‰L¸»S€f!\Ð\n½Jµ­ú\\«¿\ç_¯ ','',0,'?'),(_binary '™/†ü3^\Ð\å~(\Î^\0','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotOrderBy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotOrderBy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì\à—z\Õ\ÈÿZd&\Ô:¨',_binary '&·‚óÀÍ‘\\\áUh\íM·…’\Z\Ð<§\ÛPXl3‰','',0,'?'),(_binary '™1Œˆ	$@a\ÈZ?)…\ëI','wp-content/plugins/elementor/assets/js/editor-loader-v1.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-loader-v1.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý…¬$Ã–iš›\ÓYþÇ€\Ù\Ü',_binary '…?7b…00\ÍÀ¯œŠ´Z\Þs\Ï0!;×…F\á','',0,'?'),(_binary '™?TEb„V+\Ï#é—“HC','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ©þ%ƒ.vŸ\Ó!\Ì{—9',_binary '>-Ÿq;\ç‹vž3†³RµÑ˜Ÿ\Ïu‰AÿIr,¼«8—^','',0,'?'),(_binary '™H\äe\Ð0J¶¥c`\Â¤','wp-content/themes/houzez/template-parts/search/fields/keyword.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/keyword.php',0,_binary '¾ã®¶5µw3`³¦\Z\Â?\Þ@',_binary '¾ã®¶5µw3`³¦\Z\Â?\Þ@',_binary '\Ö\Þ=\ÏôX!’©>Wô \Õ\í÷O³„\Ùyš7\è”²Š\ß','',0,'?'),(_binary '™P+oœxL6*\Çiýj','wp-content/plugins/wpforms-lite/src/Tasks/Actions/FormsLocatorScanTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/FormsLocatorScanTask.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÈÕ²\Ë.\"\Åô\Ùþ¤†',_binary 'Í¨¾5‰–\É9`\Øâ‘¸lñ\æ\Ã\ÖñŒ_´“®\Â','',0,'?'),(_binary '™R\áÂ‚Á%0½i\Ï1Vý%','wp-content/plugins/elementor/assets/js/editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘a=#©”_\Â8z&:\ÙÁ',_binary '\ß$Ž\'¶d\"öV®\à*9/\r‘ñ3g™¢4\íEyT ','',0,'?'),(_binary '™V\ã’¸\ã7ª\Èõ\è\Êcl','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_bar_24px.svg',0,_binary 'CH-ž]ö…\Ëó€»VHR',_binary 'CH-ž]ö…\Ëó€»VHR',_binary '¦Ë¢Z$\í\ä	{‚\Å\Þ\ât¯m9‡}Š\Ñú„˜0\Ì\rª÷­','',0,'?'),(_binary '™[‚Ÿ®QH\"pS1Èª\ëc','wp-admin/images/arrows-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/arrows-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '— Qð†}\Îñydb#6„',_binary 'ø,cË¿\Z¯i(~\æ\Ö\×)•Œ©\Î\'€\Ä8[A\é/¨I\Ñ\åx','',0,'?'),(_binary '™\\Žl/§S¬½	ú\ÇÊ¨ƒz','wp-includes/blocks/template-part/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿%R\é\ëÇ½.¼Ï´\Ò\ê†\ì',_binary 'Sv\ì\à\nóA\ê\Ø\Ât&\Ó2AªU—!”uš\êÂ£g\0´','',0,'?'),(_binary '™` \\«ƒøgOP‚\â\æ>','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/class-redux-typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/class-redux-typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N¡‹IÝ®/^7\Ö\É\\\Çó_',_binary 'P·u¥¿t%\Æ23€=^€\â\â<Œ®9\îFt¸RV­','',0,'?'),(_binary '™g†\"ô\"r|@ýi\Ý','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserEmail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserEmail.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\Ó;o² ú\ë$ðƒ‡\Ò',_binary '*TUZx¾\Ü^¥†;\ï[þ«tý\'ßƒ¹±_t{BE','',0,'?'),(_binary '™h²\Â\ï\êD¸· ©<\Å\Âû','wp-content/themes/yith-wonder/assets/sass/registered-block-styles.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/registered-block-styles.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hk\Þ<\ÅO³ž@9‹O½F',_binary '©­‹š·_^l}Š>C•\Ú\æ\Ír($5ÿ\æ9P3Nˆ&\Ò','',0,'?'),(_binary '™nI1*¦ªŒd¢Pb€¤','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php',0,_binary '®2÷qð†¿4—d^\\¬',_binary '®2÷qð†¿4—d^\\¬',_binary 'ú4 \Zm\ä\É\çˆ\0!\Ûd0c8)À¬\ì!\nD=¡NYC\ê','',0,'?'),(_binary '™n\åhC\å\æ	¢\\¾tu~c','wp-content/plugins/houzez-login-register/social/google/contrib/Google_PlusMomentsService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_PlusMomentsService.php',0,_binary '¤E\\ŽôuX4j…\Ò\äuˆj',_binary '¤E\\ŽôuX4j…\Ò\äuˆj',_binary '·¶\ãO†B\Z\áxstM\ë\æ™€\î¹\Ä\È\ÊViieCÍŽ','',0,'?'),(_binary '™v|¹¼\ÎU§š”•J!b','wp-content/plugins/wordpress-seo/images/open_graph.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/open_graph.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«ò¡\Ïý&=*©\ÙI|\Ë\è',_binary '\Ë\Ä:„ûlÿù\æSÏ®r­ûÿ§‚ñ\Õ-}=I\Z•À','',0,'?'),(_binary '™xðý++˜¿\rºÂ‘ÿP©','wp-includes/blocks/footnotes/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/footnotes/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âf«\Ú`ü\å)²_',_binary 'Dé‚´]£•\Ð\Ó=\Ôå‘”ž¹2Uƒh{HE8¬A_','',0,'?'),(_binary '™€I1\\\ÇT-\Ï\ìqó\æ','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´(EœŽÏ¦\" =\ï\æ',_binary '\0	Ì€·¶îŒ‰\æ«\ÄópoDõWTõ\î<J\ÂjD','',0,'?'),(_binary '™±\ì.Ÿ‰›*\ÃM\ìª\æ\í','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalUrlDestinationDetailsSteps.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalUrlDestinationDetailsSteps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„_\Ë=õR \É\Âù›\Ó\Ò',_binary '¢jöˆ7&‰x.S+	ue…\é¼|gñª\å¬4phª„T','',0,'?'),(_binary '™\Ê\ã\Û\Ú6\nÿ\ØÀMùHž4','wp-content/plugins/wpforms-lite/assets/images/builder/ie-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/ie-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fZ\Îj¡\àûJ\Ò\ï›i[',_binary 'Üˆî§&”†3\Z¹ûj^\Ê$\Ì\Z6JŒ1‡eœ4À\\­','',0,'?'),(_binary '™‰„Ö¶\ØX\ÌúD,9\n\Ñ½','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/Subscriber.php',0,_binary 'ûL²«½,‚Gµ1\ÐV;',_binary 'ûL²«½,‚Gµ1\ÐV;',_binary '€w®#{˜Kj›8°chgN\0ý¸‰\\\Ói£{®\Ú\î¢','',0,'?'),(_binary '™D0FFT\ç\Ûu”ASü\ê','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Tokenizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Tokenizer.php',0,_binary 'bÖš9\ï£R]—a\é*½',_binary 'bÖš9\ï£R]—a\é*½',_binary 'Ôª#ÿ…‹-hq$\Ç2<\ä\'3<µþ\Òö\ä','',0,'?'),(_binary '™¸RX‘\É\æÖœd.\Òs9;','wp-content/themes/houzez/js/vendors/i18n/defaults-lv_LV.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-lv_LV.js.map',0,_binary 'û-%°¸B\á2\íkDD\Ï',_binary 'û-%°¸B\á2\íkDD\Ï',_binary 'y\Zñ@O—<= n—eú\Ç\í¿_]·ö7•\Zò˜\"˜w¼','',0,'?'),(_binary '™˜[ixTºq\Ô\Ã~Wv¡e','wp-admin/network/plugin-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/plugin-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8@_vaÑ”Í“N\ß|\Åjµ',_binary '<‚	—gK\×K\ÛÔ†\ä{\ËÈ‘nV»\âU´Ì‰\n\æ2ö','',0,'?'),(_binary '™›\0\á‹cùU£u¨ü','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data/Options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data/Options.php',0,_binary '“\Ú\éó¸\äŒ\ì\ìPEHÂ‰,',_binary '“\Ú\éó¸\äŒ\ì\ìPEHÂ‰,',_binary '€¤­¯\"\ßò`g‚o$ž^$8¹pt”g\×7K›p1ø','',0,'?'),(_binary '™žF~…‘Ÿyµc7v-','wp-includes/js/customize-preview-nav-menus.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-preview-nav-menus.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'imš\Ú\ã\Þ\ïs[\Þx\Ïÿ',_binary '€¢“øUò…T&Ú¬¹V·\Åa˜\Ö\Ñ\Ù\È\ÅXÇ&a','',0,'?'),(_binary '™ž„§\Ûo_ö£¦\âGqÀ_','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/QuickPreviewResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/QuickPreviewResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l.F¤v/~\ÚÖ‘h¯',_binary '\Ë1\\˜\î¹\è¯Z–—E•7\ÈU[\r\é‹\çYû9ðYè¯¼','',0,'?'),(_binary '™¨Ue.55ö›9uføf','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/FileResolver.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/FileResolver.php',0,_binary '\Z–fˆ³.ñM\Ô\Æ6\Ó{',_binary '\Z–fˆ³.ñM\Ô\Æ6\Ó{',_binary 'ˆ‰TºŸ\Ì|^)=\Ù\áov—}òŒI-\ØÛ¯œ\Zsk\ËGˆ','',0,'?'),(_binary '™­ ±\å~kÑ¯}B{¡','wp-content/plugins/elementor/assets/css/editor-preview.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-preview.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\\÷rÏµ3ý·ˆû\rT\Í',_binary 'ÿ-µ²¬*ˆ•A\ÚPm\çzÈ¿\Øò‚\Ð\æ²+¿º‡(','',0,'?'),(_binary '™®\ÐÇ¬^côZ{w\ÆP¼','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_777777_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_777777_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7œ\â·Â ñ¢wqy7\è',_binary '\éQŽuYz##(~¤\è×¼\\\êÖž‚--¸»Šœ3¶\Õ¼','',0,'?'),(_binary '™´ùJ<:\\aÿo-o—\ç','wp-content/themes/twentytwentyfour/styles/onyx.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/onyx.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-gHS2\ï\ÂÂŒ1\ë\Î\Z\å\Í9',_binary '‹\Å:vÿtUÞ˜l¥\Å\à\Ãu\ÊÜ—Iz·¤\"Ct\Î £','',0,'?'),(_binary '™µ›5óH®2n \î-%\ë9','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ}\é\Ó\ä™)\âªb\0„‚nž',_binary 'ž\Õ •v À\Z>\Ð\ã\ÞY¨\Øn·\n†\é\Ü!Œ\Ó\ë&8','',0,'?'),(_binary '™¶ýœ3_³\áýÊ˜\ÜH³W','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager-idea.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager-idea.svg',0,_binary 'Ñ‡\Î#UÂ¹Álð?ó',_binary 'Ñ‡\Î#UÂ¹Álð?ó',_binary '\\\Ì\Ô\ç\"\ë\ÄS›jZjýh½²\Ð6[\Âf§\àŠ)–\Ô\ãe','',0,'?'),(_binary '™¶þ\Êû\éMAK›y†®W=','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-timepicker-addon.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-timepicker-addon.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>œFI•”\æX/ý',_binary '&ý„*\énh\ê|9±LgùÓ«\ç\Ôü³£\ã\ã¨$¢\Õ\Î','',0,'?'),(_binary '™¸\â\Ë•-GŠÓˆ€_tª','wp-content/plugins/wpforms-lite/lite/wpforms-lite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/wpforms-lite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡Ùª¬Ö“B\æŸe\ãB´ª',_binary '”·\í3À~\î[¨· Fõ\çÉ…/œwf\'1»›­\Òþ\Ö','',0,'?'),(_binary '™¿$†ˆ5¸\ç/Þ‘*W¡','wp-content/plugins/updraftplus/languages/updraftplus-ca.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ca.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' @±®»[j‚‘\Ôôq\ÉÀ0',_binary '\\~Á\í\ÕÅ‚o±À­ªú\îA¿\ìò\ØV¡Š\Ê\â\\”€ü','',0,'?'),(_binary '™\Ã~-¯@‡K\æÓžù\á\äµI','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Controller.php',0,_binary 'Y‰T\\>fúø	>›{1.',_binary 'Y‰T\\>fúø	>›{1.',_binary ':o\Ñ\Ò\â\Ç\×\Æs\Îóø¿¢ù¤þ}I\Õ.<“MŒ\Ê\rŒ‰','',0,'?'),(_binary '™È•Áoðº\Ù\Öy^z','wp-includes/blocks/image/view.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/view.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³„\á¼\"\â\àz_&!÷[',_binary '½\Þs}l6‡8y·a‡õu4‡Â€}Q\ßKø\é0s¥#','',0,'?'),(_binary '™\Î…\ß\ê‡h**é•‚‡F®','wp-content/themes/twentytwentyfour/patterns/template-home-business.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-home-business.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C²Œô\r¯‹¡\ZùY›b\Ï',_binary ':«DG4¤T× 7üŸ¬\Äò=‘R)ƒ…õŸ19A\àˆ','',0,'?'),(_binary '™\Ñ‡fO\Ç\Îß \ë%bi\Z¬','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù\n\ãK„Tº\Ç\å\èq\Â',_binary 'r?\å›swañ\"]†v³e\ZÅ›el\ÍøˆÚˆB÷wÀy','',0,'?'),(_binary '™Ò¤Ml\×\'JC™	\Ët( ','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/vendor/jquery.ui.spinner.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/vendor/jquery.ui.spinner.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W\à³\Ô5¦4\Õ0J/ûÖµ',_binary '\Ìóú»d,IgŸ\áBV•û#Oß¥(ü²uûd~\Ã\Ö)*L\íh','',0,'?'),(_binary '™Ò«M…\ì\"uõ¿Œú/U\Ô','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/TerminalServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/TerminalServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L\ç\æ;\Ü	1Rr€z^(X',_binary 'p\î †°`®5ª\"Ç€\çp‰“ø¢!¡¡^_','',0,'?'),(_binary '™Ù£4ª\ÔùVO÷\ÕA°\ÂZ','wp-content/plugins/houzez-theme-functionality/elementor/widgets/blog-posts-carousel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/blog-posts-carousel.php',0,_binary '\ìZ9v5KÞŠ³¶¡Ò’\Ì',_binary '\ìZ9v5KÞŠ³¶¡Ò’\Ì',_binary '\Ü\Âs\ZVKGø¡_üö\Ö\ÝJ\×õ½\èñ\Ê\Z‘œÝ®Ck','',0,'?'),(_binary '™\ÛŒ†‹Lx{s–ú\ê5','wp-content/plugins/elementor/assets/js/nested-tabs.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-tabs.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CziÁ#\'\ÈWsÐ‡Ÿnù@\ï',_binary 'JžrûwH6\Ù\Þ\\b\ã†,´¹¡–‚;þr\ä\Ñ‰\è\ä\â','',0,'?'),(_binary '™ä‘–\ëwƒ7:\'\Âh*','wp-includes/js/dist/vendor/lodash.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/lodash.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»µˆ\ÌC`\ß]1~¿õõÁ¬œ',_binary '×³[£p:\â­	Œz\ê±\Õ\ÌK\ÛQWwŠt}H¤\ÓI­(	€','',0,'?'),(_binary '™\æiœ%›ù\Ão‹)\Ü#…»\\','wp-includes/blocks/image/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Oš¤>oÝ˜¤ >;\Òò‚',_binary '®\ß|³°Kw\àyO\ÐÎ©§y\å)Š\è\'P\èVb£','',0,'?'),(_binary '™\è©7µ…\ËÂ§T’\Æt9@','wp-content/themes/houzez/framework/widgets/advanced-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/advanced-search.php',0,_binary '˜T›\ÌiYúÿM™µPe',_binary '˜T›\ÌiYúÿM™µPe',_binary '\è;\âO©];³~_òøSˆE~±~Y§\Ì\Ù=šÖ¼…/\Ýû','',0,'?'),(_binary '™\êK¾\äXBk\Î\Ø\Û2£&w8','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/spectrum/redux-spectrum.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/spectrum/redux-spectrum.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~\ë6>\Ãjžº5v‹H',_binary '\ät,\Ë[z\ìX\ÏB5\ÑÈ²-7g=ð\Z\ÂWô^÷¬','',0,'?'),(_binary '™\í1*Á\îeó\Æ8 ³ûa','wp-content/plugins/wordpress-seo/css/dist/icons-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/icons-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”8\Þ\Ó\Ú2®Œ\Þ\Ä\ÍÑ˜ ',_binary '£$\çöšF?\Â5Û¸\Â\"Ri{\Ì\Òcv%[Iuæ‚†€','',0,'?'),(_binary '™ÿÇ‚¹M¢¾}úGý\ß\àA','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7•E®\èS\Å\å¿ùe•£À<',_binary '>f¨§š\Æ^1Pf<9Dø\áJ’RDy¾MŒŒ«´\Ê','',0,'?'),(_binary 'šµ\Â2¼\Ýôø:ý¬”¡·','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…b4\Ç\'¡—&\ëŸð',_binary 'Û¼ó›Š4P\'ô¢\Ñ\áhN\êa\ë>·¨\ÛEþ5à°›','',0,'?'),(_binary 'š	¬­ ö\åV|\ÐL…\Ñp\Ï','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/css/field_social_profiles_frontend.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/css/field_social_profiles_frontend.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`\ámˆ»\ËÊŽ4.¨HÛ¢',_binary 'rOz\ÉyT­&\ÌM€F\Ð\'Wœ¨\Z§dõ¹hOYQ','',0,'?'),(_binary 'š\nµQž8jTJ(x{±v','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-settings-stripe.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-settings-stripe.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Áj)\ï¤Ö¶¶8A3™',_binary 'exS‘\â{{\ÏŒ]fB\Éú\Ä•§lJ˜K \èV^@','',0,'?'),(_binary 'š\nþ+\×g5™\ä\Z‘SAù','wp-content/plugins/houzez-studio/admin/js/i18n/ar.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ar.js',0,_binary '\ß\ãý(RjJl,2—í”™¾',_binary '\ß\ãý(RjJl,2—í”™¾',_binary 'öQÇŽ[?LJ¥\Ë<Å=“½ª\ÔN½z²\Ù#sL…öt','',0,'?'),(_binary 'šTZ\Òk\ÖPõ¶ö j»','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Rµøõ´x€¸\Í\ï7\Í\Ï',_binary 'M{\í6\ßû‹OYšS\ê\ëÒƒNò\î\îÄ›ˆ\í³×±','',0,'?'),(_binary 'šM\Ì}Àn¢\"4jdüR§ð','wp-includes/blocks/post-template/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@ÃƒNÊ…\n\íN;,k0\íf',_binary '‹¤	CJ÷ÿ-\ãjö®\"ô\ÍXU\ëZš‘\ÉuÞŸ\ßÈ±­ð','',0,'?'),(_binary 'š\'\Ì ú´°\Ú\Í\Ô\ß^\åj\á','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data/Plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data/Plugins.php',0,_binary '½*€\î.d™\ßqü\0‚og',_binary '½*€\î.d™\ßqü\0‚og',_binary 'HP´òœ›Ò³ƒ$©$9œ\ÏÇ±~}q\âN@','',0,'?'),(_binary 'š@\Æ¯_gUŸ‹9','wp-includes/Requests/src/Auth/Basic.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Auth/Basic.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öw\ÝY{Ó“1}`o\Ê',_binary 'o…‚,ØŒ\ÖbD\'&<¥ØŸ	ñ\àÀ¦e]Š™ñ\ê\'ƒ=\n','',0,'?'),(_binary 'š»g÷¸H†]+Ÿ®j`','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/RecurringPlanDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/RecurringPlanDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\Ð,ú_0\ÄÍ–‹oô ',_binary '\nb\Å2üM¥\ÉLm\Z¢vø945\à<<.bJ^}D','',0,'?'),(_binary 'š„°ˆRxŽ›§ª¿\ëa','wp-content/plugins/wp-rocket/inc/classes/Buffer/class-tests.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-tests.php',0,_binary '\Z\îúF\ê-‹8œ÷°½\ï/',_binary '\Z\îúF\ê-‹8œ÷°½\ï/',_binary 'H‡\Í/]s÷…v©ð½4hu	|(iA\É\Òy4\Î','',0,'?'),(_binary 'šP¼E\Ôþø¨\ÃµJƒ','wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›°1„¨ò„™½6˜\Z¥',_binary 'o&/\ÑÑž†!´}™:†b•L\Z\íJšøÁ¸Œ\Ó','',0,'?'),(_binary 'š\ÒI\rº§ò{Å©Í­','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/atm-cash.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/atm-cash.svg',0,_binary 'x1Io\Îh°‰zªô\êº',_binary 'x1Io\Îh°‰zªô\êº',_binary '%jð¿Î¤¬I\ÈZ7T\Í y(±ƒpl,µ\0i\â\äs','',0,'?'),(_binary 'š\Z-®”x7\Ãù(A\Ä4ù»\ç','wp-includes/js/swfupload/license.txt','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/swfupload/license.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë\à[°`\È^ˆ-Ào÷QWz',_binary '©\Ñ:)²›6Ÿa\"3r…\Ü\rP\rN™4‘yJ‹Ö·“U\éq','',0,'?'),(_binary 'š´ýÀu[Û¡6\ã—\Ìt®','wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãµI\Â3gv)\ÅF8\×@8:',_binary '?\Ð| 3VV\à\ç&T‡{\ànm\"‡¸Ž—(’X1¤A\r3\ép','',0,'?'),(_binary 'š\àªApý´žÞ¢','wp-content/plugins/revslider/public/assets/svg/av/ic_replay_5_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_replay_5_24px.svg',0,_binary '•f\Ä4PÅÀÙ€ªô‘\Ã',_binary '•f\Ä4PÅÀÙ€ªô‘\Ã',_binary '7Šûúk!­“dÀPg‰¼_«7\Åolš:Xì±?¤1','',0,'?'),(_binary 'š\"¿Œ\éÇ‰Í˜°F\Ê;,','wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çö€‹0•Ä¦oF‚\Ç',_binary 'ˆe™:©‘U›•B“Ušt£7_\ì\è\ÖFb/T\ÎvoV','',0,'?'),(_binary 'š,:¿\êô3ÀÕ¹üC@\É~œ','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…¼\ÕA¾a¸bvrñ¤',_binary 'C‡¾ö½\'r…9½\ì@\âK¡Þ†t¡ª™ö\â§w#@kº','',0,'?'),(_binary 'š-¥_\Û\Ðöýa€W]>V','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user07.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user07.svg',0,_binary '\0÷e”\×{ÿŒV¬¼^',_binary '\0÷e”\×{ÿŒV¬¼^',_binary 'K­zö¼goù\Ò\Û\\#Y„ýª\Ä6e¶œñgINØ§–','',0,'?'),(_binary 'š1W;cŸ¶š¸°NñÀ\"\ïu','wp-includes/pomo/streams.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/pomo/streams.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üa³Aþ\Õm²\Ì@4q#T',_binary '©m»C\È—\ÛØ™~ž{Ò@´F}Ë—nÉ¨©‘','',0,'?'),(_binary 'š5\åqn`‹\Òs~nø‰Ëþ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úÝ¢yi1–\î+Æ\è^',_binary '\ì%\n\é„|_,‹¨JJiX/1\Ð\á	•¨ð2ªo¯@\ë','',0,'?'),(_binary 'šB–/¼(y™d8P\Âÿ','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_down_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_down_24px.svg',0,_binary '!«·H£2\Å\É9\Æ\à3ý‡ƒT',_binary '!«·H£2\Å\É9\Æ\à3ý‡ƒT',_binary '”Šy|µŸ\çUp\Ñ\Æ\Ë©D\×\Ç<¥tn÷\ßÁhŒ7e¯,','',0,'?'),(_binary 'šE\ä\Å\Ðò•Â›y\Ä\ài\ç“','wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/dashboard-widget-before.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/dashboard-widget-before.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\Ü*\È\Ä@X\r<±×·Á9Žs',_binary '\Íy\Ò\ÂwÉ\"\Ì÷\Ã?R\ÕoWWŠ\Ìõ4\r\Õzo\Æ','',0,'?'),(_binary 'šJž‹B¾GT²;,l£ÀT','wp-includes/images/smilies/icon_exclaim.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_exclaim.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':\\­³>5\0r\Æ\Îôsg\Ø',_binary 'µL¸Éµ\èH²\ÏA(œxÊ“2‘EP%ð	‘\×#½ü¯#\Â5','',0,'?'),(_binary 'šMW2\Âc?Tqº‚r','wp-content/plugins/wp-rocket/assets/js/preload-links.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/preload-links.min.js',0,_binary 'YH‡ÿ(lÖ‰:\ÌG0b\"',_binary 'YH‡ÿ(lÖ‰:\ÌG0b\"',_binary '¬©RF/\ß*Y·Ÿ£<\r{\æô§Õ²N·Õ•µ\×5t','',0,'?'),(_binary 'šR<‚³K!Mp#\ég\0*¬','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Filters.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Filters.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û½Ÿø\íµ^1øHŽ“õ',_binary '\Í\r\Ê\"&\Ã £Ÿ’\0}\0iNk¯DW¾Z¿\Ê1üVm1óU•','',0,'?'),(_binary 'šT‚\Õ2|/\Ýñ¨A,\Ê\Þ\Ù','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaCustomMetric.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaCustomMetric.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\Öf²»\íTK4]\ÎO\ÔR\Ý',_binary '\\°*\\4b(R\Ëv¦£}£L¤}4l\Í1,¡ŒŠô','',0,'?'),(_binary 'šTûK¢Š¶YfiC9}','wp-content/plugins/revslider/public/assets/svg/file/ic_create_new_folder_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_create_new_folder_24px.svg',0,_binary '\Ðr;¹ó\Ú ¥\âœÛŒ¦º',_binary '\Ðr;¹ó\Ú ¥\âœÛŒ¦º',_binary 'T\×F†¹ø\Æs²\Õ3h§mKgH~\×6gho$P\åñ§','',0,'?'),(_binary 'šU\Ö_ö•d †7\Â\ïxY','wp-content/plugins/houzez-studio/public/class-houzez-studio-public.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/public/class-houzez-studio-public.php',0,_binary '¸—:cs~\ëÕ½—*\é\0',_binary '¸—:cs~\ëÕ½—*\é\0',_binary '\ïý>\çÁ½U>t‡-\å‘$\Ë\Ü4*>t”hn>Ò»','',0,'?'),(_binary 'šVŸ^\æ‚3±\çm6‡._P','wp-includes/customize/class-wp-customize-background-image-setting.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-background-image-setting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©#\Éó—æŒ·[°‡^”7,',_binary 'lxE&\ã35Ì……úNj\×´Ÿ’!%Æ¸ƒ÷v£\Ì','',0,'?'),(_binary 'š[IQ0iWY*fmE\â\Ý,','wp-content/plugins/revslider/public/assets/svg/hardware/ic_router_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_router_24px.svg',0,_binary 'v€˜³Žð£¡S4gòB',_binary 'v€˜³Žð£¡S4gòB',_binary '\Ó\ÍÑvÉ°2O7®úŠ\ný‹1«ŠSp½þ\ÓUð)\Ã3G','',0,'?'),(_binary 'š]¯nm¯<Å’OS\Ðõ¡\Ù','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/bootstrap.php',0,_binary 'E^US<fõ *‘n\ëy£\Þ',_binary 'E^US<fõ *‘n\ëy£\Þ',_binary 'Awz\ï)g\Z«\í–\â‰\'W)_¥—[»\É(—˜QQ\Ëf','',0,'?'),(_binary 'š_«Ì‰\ë\ZR\ÊB\Âýw6²','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Token.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Token.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ¨\n\×\í\Ðöþ†z·h‘)#\Ñ',_binary '&&\ë0\æÿúøŠœ»=Bbž\ÅMl\0Ž—²VÄ‰¤\éC>','',0,'?'),(_binary 'ša‰Hdú¾QtP´¡’º','wp-content/plugins/redux-framework/redux-core/inc/fields/divide/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/divide/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'šg\Øó\ìG¿B[w\Íž÷','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.kh.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.kh.min.js',0,_binary 'zS†g’\ï\ÅiTD6z„6',_binary 'zS†g’\ï\ÅiTD6z„6',_binary 'g&=÷\ëˆp“Dt¾\r–\Ç%xúlyh\ä?\ÅjV\Îq1¹','',0,'?'),(_binary 'šl1Æ“aþœ\Ó\Öð ¡„|','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Dispute.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Dispute.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9*©\Þ”:ß®Á¹¦\Ì',_binary '=Š\é˜Ö·M\íf|e&²·6±ø@ƒ¢Ç¹Ã¿®º\È\É','',0,'?'),(_binary 'šq2t’rÛ—,]s*rº','wp-includes/blocks/audio/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íC§u\Ó\á®È€\Éc4B’)',_binary '(4„K\Æqb\çQÿX\Î{dÿ†*µP¯\n‚zñ«þ','',0,'?'),(_binary 'šqµŸcÁxX\n w\ï*','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/CalculationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/CalculationService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú\ÎfŒR)C˜„Ñº&\Ì',_binary 'I¿\ê–\è×›\ÑOõÐ)E\Æ:ºJž\íý\É\Ì\Þ{\ÝkˆZ\ç','',0,'?'),(_binary 'šrfªÐ¤`ü,9\"F{','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-date.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-date.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’½D+¥hd¶lÔK©w',_binary '±1&Ù®þ§\Î\'×Ÿ@˜‡Ù¶J“ÕšøÕ¬Ú¿±|˜H\Ä','',0,'?'),(_binary 'šs7.\çq²\ïNº~^ºXj\î','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-php72/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-php72/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I¦-Z\Ô7?¹=ˆ&ñ4\Ì\Ü',_binary ':Ä¶I\Ä^%Ý #*-r’AÁ­M~A\Ãfl\ìwjE±','',0,'?'),(_binary 'šu…Z¾³«/|L\Üf\ï<«','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Ad_Blocking_Recovery_Tag_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Ad_Blocking_Recovery_Tag_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é\â\É\î©7Xc\Ïl Žœ\Ä',_binary '\nB„yNz@d\'hÀ*\ë\rñ†Àr\0\á”P8m\à/(','',0,'?'),(_binary 'š‚!b#b…¹=\Ä\Ú\á1','wp-content/plugins/houzez-studio/admin/js/i18n/mk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/mk.js',0,_binary '+¸.ühhk|*\nŸHöš',_binary '+¸.ühhk|*\nŸHöš',_binary '³\r\âå¡ T`0b=	\Éz¨@”ðý¥F\\dXû)ÀÁm','',0,'?'),(_binary 'š‚¬7—S¦)’A¹{','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/HiiveWorker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/HiiveWorker.php',0,_binary '\ÚUq¦r\Û:\rlkf¡L{V',_binary '\ÚUq¦r\Û:\rlkf¡L{V',_binary 'Urly&`#B\èhð%†f(\ÛQ]\ÒQ\à½MeŒ\"”dI','',0,'?'),(_binary 'ši]6Z+\\²Nu^–¢\Õ','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çf„\àˆ14Xö\â¢	',_binary '¼	m\àƒ[KzW¬¾…`\0\èm\Ð5±ôV+¾Ö©\Ö,°','',0,'?'),(_binary 'šóU‚øSÀË¬\ÑOo','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z \"š„¸\íYrö\Ùc+Ñž',_binary '>(\å{¶J\íu7`\ßn¶:Å›b\ÒX,(\îªó','',0,'?'),(_binary 'š’³mR»:Dq°\Æ\àŠ¤b','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/FolderEntities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/FolderEntities.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c|ö\â2º8\Z±\á%X¾',_binary '\áõpb1£-†®x|\âa»;\Ð\éÄ¾WYºrw\Ïx\nZ\×\å','',0,'?'),(_binary 'š–\èÿ(œ\Ë\ÌTa1`\ãO»a','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/select2.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/select2.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w•øld®\ß\é$eªMN',_binary '\à¸\ìc\É\ç(2\×K’½š1Œõ±\äý.u?\ËC2\Ú;f)Q	','',0,'?'),(_binary 'š£\ßl@‰\Ô4~\ÆÎ–y3¿„','wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a¸b	\Ó‘>ø/\Ë~\×F]³',_binary '®£m1;_52\Î5\Þt\éNFð”\Ç\àá¹ž–\è\î½ã˜Œ\Ç','',0,'?'),(_binary 'š¥7¸M3Âš\ã$\ËôŒ','wp-includes/images/smilies/icon_question.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_question.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³\ß[-\0\Ò\'¾‘W³¢F',_binary '\Æ7b \Ø|6#\Å\Ðö\íýƒ©9/?x»†~»\ã[³µ%t','',0,'?'),(_binary 'šª™‘2@\ïk\ä¬w>K”2','wp-includes/feed-atom.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed-atom.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›¾K\Ö:0µž™w–Ê',_binary '\æýˆ>¿g\çH…‰‘þ‘¢\ãÀ­:œ\Ô×Ž¼\ÊL3?w=¬','',0,'?'),(_binary 'šªô¢\ìH\0Û™À®h™CÁú','wp-admin/css/colors/ectoplasm/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ectoplasm/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6a§\Ü\å¥IÿH\Ò\çÿ\â…%',_binary '\Æ×°¥µ\Í\è\áB*\Éó\Þ\ïöœrc®5TtNöZ\Ów','',0,'?'),(_binary 'š°_KÁ?\å«\áhZµ','wp-content/plugins/one-click-demo-import/assets/css/main.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/css/main.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þŒØ¦\×uqV€\Õ•M',_binary 'Y	1$V\Å³*Ko\àþ4ç™\Ói1ù\×2k:Ä‘•','',0,'?'),(_binary 'š°wtòH©\ë\á-s“\0\Ân','wp-includes/js/wplink.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wplink.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â\r\ZU\è¡ù\ÏéŽ¿B\Ð\Íh',_binary '$SF\Êþ†¥f®\å½ù‘ý\Î2¯ù”O€Ö¢TcS8c†V','',0,'?'),(_binary 'š¿À‘œƒ\Â\Z™ýß»c\Ü','wp-content/themes/houzez/template-parts/search/fields/distance-range.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/distance-range.php',0,_binary 'aÙ„o	H¶r\Öl\è,',_binary 'aÙ„o	H¶r\Öl\è,',_binary '\êü$W\á @\å?6S[žT9<¯A0v.»<\×ðO\ÂrŸ','',0,'?'),(_binary 'š\Äþ\Ú=Ö¬H–@-i˜\ï','wp-includes/css/admin-bar-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/admin-bar-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#x8}i*ªý ™¿f¢x',_binary '«öÍlP\Ì›Œr£‡W\Õ¤8\Ðä—’–\Ê­œ\Ë©','',0,'?'),(_binary 'š\Åpšš\Ù\ï6‹É¨±ˆZL','wp-includes/blocks/widget-group/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/widget-group/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^1£¸îœ‚; \Ý:ÊŠ',_binary '\ÌY^µ“Ä 0×¥s²™Aõ\ßÑ”nü-d¯v÷IO','',0,'?'),(_binary 'šÆ¨®\\ˆº\ÏMr\Ç}yÒ‘ù','wp-content/plugins/elementor/core/logger/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õXÓ–zvK\Ì÷x)',_binary 'B_Yk‰‚Q8/\Û6bA§\Çñh?\äôö€¢\ëec+','',0,'?'),(_binary 'š\ÓO\Ó\Ç;\Â\ÌÀ\ÑÝœµ\æ','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_fixed-width.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_fixed-width.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$½zã¬˜ñ¥\nB²~¾fB',_binary '&­\å@\nvW­9XžJhß…¸°ñø\Ï_Ô¦ñ¬|ò\Ü','',0,'?'),(_binary 'š\Û\Ö~­ gØ€j\×8œŒ','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡\ç‰\äcµÀ +\ã.\0ù˜\à',_binary '‡Ð›T „RsC4\äY?õ‚?Ò«zÈ·‰\ê¸)F¿N9\à','',0,'?'),(_binary 'š\ß(B«A!¬ªž\×\Û\Ü\Ýöñ','wp-includes/theme-templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I¥g~‹¡tú”Áw’\Î',_binary 'H]l)RkZ‹Å›ô†e³¶[À\Ó\ë§\Þ\Ì~¿‚R—së ƒ','',0,'?'),(_binary 'š\ßcEJ_¦#W\ê\Ð}[À','wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rñ5 \rI)\'{q¿`M',_binary '¾(O_²6Øµ\â\Æ=/L\ÞZ´\×S;®Ê§ô\"\ïd','',0,'?'),(_binary 'š\à¸\Î:û´v±…\èøH','wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÌR\\|\ê¿¡\ZñO\04’•',_binary '‰ePDÌŠiš1hO\Ü\\†¦\"\ã\ç¾e\áQ\à\Î½uŒ','',0,'?'),(_binary 'š\è•\åŠ\ìš\Z‘ro','wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q‰°\Ô\"+¸\Ænnex',_binary '@\Ä^@•>¿\Å\éa\Æý³ºM[›‹º\ä4õË…‡\Çþn%','',0,'?'),(_binary 'š\ê-\'f¨ß•?X:4\r!','wp-includes/blocks/table/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è?\Ý!\ÍûAƒ¥¼Ò‰¬–',_binary 'šƒ²Ž´¾5A¤@ó\Ô\ÚÈ¥\íBC*h/€\×ù¥`œ¶Ø’','',0,'?'),(_binary 'š\êŠh‹L¼²JHÿX#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Jõc)û¾Re\àY\ßl\ä7ü\á',_binary '.\Ö`ŸiõWþ	t1\ä}\ëstyôÉª\Ü\ã³!K','',0,'?'),(_binary 'šò\Ñ\íb`’\×ÿ\Í3n³','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è¤\'\á\\\Å¾ùœýr+7\ê˜',_binary '•—9Ú‡~\É=\å¯ó‰q¦\Å+\Û\ãY2j\ï«Ñ¦”®','',0,'?'),(_binary 'šô]V…\ÌznO­û”F','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<°š¡²>‚ð$F¥û',_binary '\\…ÁI`¢·jYIüY?\íõM_‰(bB(\nyŽ¤','',0,'?'),(_binary 'š÷\ãÊ¡\áx’\0N\Ýn0ž“','wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ~_\ï`ý«i5\Êfw\æÜ”',_binary 'ÙŸ\æp\nl\Çc¦,Ê–+\ì³“@\Ôs«\Ñ]·£\àŽ\æÅ¨','',0,'?'),(_binary 'šÿ™^\'½qˆ\Â\î0…\ê','wp-links-opml.php','/home1/arxacomm/public_html/point2listingcanada/wp-links-opml.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Åý¢\rW5t,}Á\"×«',_binary '\ÂRysxüL9\Æ\âþ\ï5\"™CZ\ÞÌœýô95º\â ;§','',0,'?'),(_binary '›]­Q8¹´œ6W\á‘f','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/colors.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/colors.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D’	Þ¹«T›•†dFJ|˜',_binary '> c(\\¹\"ü=’jZè§« v)±\å\\ò\\‚T)o\Ï\Ù','',0,'?'),(_binary '›8Y<_ úw…ö\ä\Õa','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sª‹Cö,»=F\Å`¬ôŸ',_binary 'tÊ’½kø\Ævð\n‚\ëš,ó²\Êf#–\Äþf(ºPƒ\é\\','',0,'?'),(_binary '›uÁJ9b†^\Û7’=K$','wp-content/mu-plugins/endurance-page-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/mu-plugins/endurance-page-cache.php',0,_binary '\é@\Û#N™\ï\ÝDK=\ÈOz',_binary '\é@\Û#N™\ï\ÝDK=\ÈOz',_binary '£šm¤X`³\ê\ÛdÒµmY8ƒ?\çùh309€\n)','',0,'?'),(_binary '›+%ú:/tC\ÌD\ÖUµ','wp-content/plugins/houzez-login-register/social/Facebook/Http/RequestBodyInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Http/RequestBodyInterface.php',0,_binary 'µ”qU\Òh/’0C\"²\r\ç',_binary 'µ”qU\Òh/’0C\"²\r\ç',_binary 'M\Õ}ˆ`Õ¡·“º\Çú!!\í4Š \àÔ¬\rSéŠ¢$\Ö\Â#','',0,'?'),(_binary '›2¸Tóû³4‘÷~\Ê<','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/Php72.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/Php72.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯+Q\ØBgŒ®`\íJ*°\ÌO',_binary 'i>zØ´\ä$û\Zr¥¿»ÿP©×¦1\Ã\Ðlo/ Iƒ\Þ\È\Þl','',0,'?'),(_binary '›nd©-=Ð»6ah$A','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/ServiceProvider.php',0,_binary '`¨\êÕ\"qla\0p˜\ÂD9',_binary '`¨\êÕ\"qla\0p˜\ÂD9',_binary 'u\Æ:´PI0ú\Ï`üDKk\ïÈ¶}wö\ÈÇœV\Ê>\Ör','',0,'?'),(_binary '›#{}¸S¾\×^Rf¼”\Ö','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/monitor.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/monitor.svg',0,_binary 'P$\ÔS$¿;™.\íc©\à‰',_binary 'P$\ÔS$¿;™.\íc©\à‰',_binary '\r¨þñÛ‚…Ó‹t4B\\?8˜£M\ê&[<\ÚÖ†Aõê£‘','',0,'?'),(_binary '›%n©\ÍTß’	^\ÇgXÎ°','wp-admin/js/inline-edit-post.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/inline-edit-post.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>‹\ÜÂ™ö\Éþ	“ÒœŽ?D',_binary '}ý£©\É=\Å7\Û%ñG4ó“º‰Kr­õž>ˆ‡\Å\Å','',0,'?'),(_binary '›0„yˆÂ¥¾\ì\çÃªG\Â','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ\å¡|Š°6\Òl[£ý*\Å',_binary '\Éòn§»ù‘ð„ü\\òh	À\Ã~	µ¨®v‚e5(ð','',0,'?'),(_binary '›0õû²‡\"½÷O\æ\íð»','wp-content/plugins/houzez-theme-functionality/shortcodes/grids.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/grids.php',0,_binary 't[\ãb{üb\íV­x7A¾',_binary 't[\ãb{üb\íV­x7A¾',_binary '\ì#•Å§U©\Æ}c‚œa\ë¾ùÁ\Ý\Æ\\S‹3›','',0,'?'),(_binary '›3\âôaD•w·P¶œŠ\Æq','wp-admin/includes/class-theme-upgrader.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-theme-upgrader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô‹Cû›6W-VW\Ì',_binary '=¦\áŽ›Ñ“¸Ið^Î¥/…1n¡\ÄMòW*Z1³\Äj\ï','',0,'?'),(_binary '›6¡Zº\ÓUb2:\Õ»\ç','wp-includes/js/dist/style-engine.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/style-engine.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„œ¸¢\é\èƒ\ä$qFP-÷',_binary ']mc‡ØºL\í\Ø3õJ0¹\çIø\æO\Ò‰·d£rŸ)q¥','',0,'?'),(_binary '›6ð\ÊuQ[“›6þÌœl·\Í','wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\îÂ„d\ß÷I;r\íö~~U',_binary '›ôº$ˆ¥»¦ó£¯sU¡%;|\ã½^[ú	šüy8','',0,'?'),(_binary '›<3š—¼®€·)Ýš²d\Ü','wp-content/plugins/elementor/modules/generator-tag/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/generator-tag/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«9\Ñ|§r™&ˆ#r',_binary 'ê”‹\Ñ;°¦ª3o\ë+y„\è\ÕkC-nj˜½5~B','',0,'?'),(_binary '›<Y2\0<¹½\ÏuýP§Q\Û','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„VöK@\ß\ãª5\îÀwª',_binary 'ª-oY\Ã\í³\ë%”f®\r~Q”öé½™¯3 ”a£*\Í','',0,'?'),(_binary '›AŽû\È^ò“±Pù3\Ðk¬','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"(\è!\Ê#_\à\Ú\Ã,',_binary '3WÀ‘š4E …sWou­ó‡¦\Ò\É\Ò0\ìJó¸‘\ÄW','',0,'?'),(_binary '›LR\09–6,\æXg­)\äa“','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-smart-tags.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-smart-tags.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷Œ\íºq\ç\á“$Ë¦z',_binary '¢¢¦\èi¤~š\æt°\Õ\ÝROIgX¿J\Ç×¿‰v¿S','',0,'?'),(_binary '›V\ë—\Z¦\'[#(\ZG\å','wp-content/plugins/elementor/assets/shapes/clouds-negative.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/clouds-negative.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'È \àlö¢\ç\'[\è.V\ß',_binary 'ÀHª˜ˆWmL\áÙ„ˆø¿˜Ç¨ùdÞŸ)ã°³Xƒ','',0,'?'),(_binary '›Y\ÜI\ÐC¨\nüO\Ï\Í ','wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics_Setup_Completed_By.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics_Setup_Completed_By.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ÷a<BŒH¡nž®\â;@¹',_binary ',!pP]´6´¹ýª\ä½II›65\Ò\0\Þ\r\Ü³Å‹\'\î','',0,'?'),(_binary '›^Jbº\Ñû]\ÌryMÿ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~¼p\Ü_€\Ð\ZGr ›4]',_binary 'K6\ë#¹o;Í–Ò—\Ù	\Ë\ï\Z‰\ë‹\ç]®ˆ8NkJÜ‚','',0,'?'),(_binary '›^T¥¡`M\ë*±,•Ì®›','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDisplayVideo360AdvertiserLinkProposals.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDisplayVideo360AdvertiserLinkProposals.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü…\ÖÉ‚r+,(Vae“\n',_binary '¿4ª\×Í°%®\"ô›€¦¨sò?³=UT±/QÔ¶¸E\Ï','',0,'?'),(_binary '›`8Ê‚\ÂM5XCm57\å','wp-content/plugins/revslider/public/assets/svg/action/ic_flight_takeoff_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_flight_takeoff_24px.svg',0,_binary 'û(®%m_Qb§RÎ²~\Z\Â',_binary 'û(®%m_Qb§RÎ²~\Z\Â',_binary '\ïiU;A\ÇÂ¯Œ+a°P\î‘Dw/bVŸ\Ì+X—\n­]','',0,'?'),(_binary '›g¹V»Sf´ô\ÉRx','wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê\ÖüØ™ÿM?ô+\çuˆ\Ó',_binary '\é\Çø—\ÜT£† Mú\âÇ®r¥(\Â#Bc<_\âZ§loÉ™\È','',0,'?'),(_binary '›m`«\Ä5\n+\Ö\ã‘7\Òñ','wp-includes/blocks/search/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê{\à	\É\ßpA\ì5O_D	\"',_binary '+ý°¾LZ`‡Õ‰SK9ª¼ž\\{\ÍnR\ÊH&½¡@','',0,'?'),(_binary '›p\í€\0\Õv½d[\Ñ9—','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_underlined_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_underlined_24px.svg',0,_binary '[A|¦1H“õ´;¤>À',_binary '[A|¦1H“õ´;¤>À',_binary '“õ—\ÐJöþ(T	%_”\ä3¡tÒ\Ì\ë\â5#0‰1<ó','',0,'?'),(_binary '›t%þÍ¡-Jjfø','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/Collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/Collection.php',0,_binary 'ª¸\Öj¸¹\\\ßVrqU\Ì ‹',_binary 'ª¸\Öj¸¹\\\ßVrqU\Ì ‹',_binary '\ä\Æ\Û\Ñþ\Øû+\ÏJ\Ò[u]\Û&õý“¼\Õ\à²{¢q\ë_y','',0,'?'),(_binary '›t\ä\ë}Kûq~G‰÷\ÃË˜','wp-content/plugins/elementor/modules/site-navigation/data/endpoints/recent-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/recent-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øŽ®A\Å	h_¶\í\0«',_binary '\áDz\ãð\ä|\Âmý;\ëò{S/\\Q¼ð¸Ä¢$y³ý\ÜO','',0,'?'),(_binary '›u7þ\Î%Y“y²‚\Ò=€','wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W\Õr\Å	ýði¨a\'ö\Ñwo',_binary '† A‹\Û\í›\ï	û»\à\"tªØ$&\Õþˆú1”•\ßr','',0,'?'),(_binary '›wj\ÙN^\Âkj	aÃ¢ V\à','wp-content/themes/houzez/framework/admin/menu/menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/menu/menu.php',0,_binary 'Ye	&»\ÖY¹¢k›¤­Œz',_binary 'Ye	&»\ÖY¹¢k›¤­Œz',_binary 'S+‡˜¬z\n\ãŸÍ­ù©M‹)kú\ìœzužòºˆ¨Á¬','',0,'?'),(_binary '›xk¾¼d\Þo\Þ<\ß','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListPropertiesResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListPropertiesResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿh:\ÚÑŠL\î\ßOò\05\ÏTO',_binary 'š·v#\ì(-ì—‚kô¢\Ö}ø\ã\ÐéŽ˜«\ÞF…þ?’6«0\Ð','',0,'?'),(_binary '›zU)Šûí‡µºrý\êþx','wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$‚5m¨;­ü“Î¡',_binary '>s¢öxŸc\Ü\íM³Ù“\Ä\Åø\ÏÒ Þ¡mzA\ä¿n','',0,'?'),(_binary '›„¥\Ê\à¢”h¯d_›±.','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.id.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.id.min.js',0,_binary 'w¾\í\r\"k\Ú\ìy¨B<k\ï',_binary 'w¾\í\r\"k\Ú\ìy¨B<k\ï',_binary 'Gˆ1\ê‚xüÞ¤H\Ê{þ\\ùF\éTnˆJ6:ü\çÅ–Ÿ','',0,'?'),(_binary '›‰Q‹\ê\æú6Æ 5cÔª','wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eü>})´WÊk\ÄÀ<\×%',_binary 'õ¶\ë‚xZÁi\Ü\×ö/7©)AƒLO±†¨\"U‰R','',0,'?'),(_binary '›‰\Ã\ri—_%%2\r\Ý(T³','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\è\Ê\è!QŠ->pUA9',_binary 'o½F^g\çº\ZNú:ò\ß\ZN^\å\n\Ïsñ™\Ìa\íR»{2À','',0,'?'),(_binary '›Š\Ü#«|¨}<ª¡º\Ë;k','wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-sdk.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-sdk.php',0,_binary 'ÿi\Ó\Ì,XÒ›\nÁl~¾ú',_binary 'ÿi\Ó\Ì,XÒ›\nÁl~¾ú',_binary '^©¾\\xŽK\Ô\nœ\ê\×\È\ÇÀng¹C¦UöýÁ\ã','',0,'?'),(_binary '›‹\ÕŠW=`Ù¼œ\×)(','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/627.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/627.js',0,_binary '\'ø/Ÿ\Ós¶ñ]h…™\Ä1',_binary '\'ø/Ÿ\Ós¶ñ]h…™\Ä1',_binary '\É\å&±‰\Þ\ä\\÷¿\'7K\Ç\ÐBn<\Þ\Ëò\Þ\Î™\'\Ù:¤g\Ú','',0,'?'),(_binary '›ŒC®œÁZ¼®¼fŠqôÅ—','wp-content/plugins/wp-rocket/vendor/composer/autoload_real.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/autoload_real.php',0,_binary 'V\Í\ËDt•‰»\È\Ötö\Ö\á',_binary 'V\Í\ËDt•‰»\È\Ötö\Ö\á',_binary '\\\Ï÷RQ\nµ¬6ÿGùtbl\æ\Â#\ë2;&…i-wÚŸ','',0,'?'),(_binary '›‘\Íù0É¡\ê²Ij(|_','wp-content/plugins/houzez-studio/admin/js/i18n/de.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/de.js',0,_binary '8þ£AN«\Í}—>',_binary '8þ£AN«\Í}—>',_binary '\ÒKg¥n\å‚z˜’]¾ñqUs£\Ý\Ï2¿\ìxfŽf\Äp½','',0,'?'),(_binary '›’`1g\Ô\è”xzc½\\©™q','wp-content/plugins/bluehost-wordpress-plugin/build/3.14.7/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/build/3.14.7/index.js',0,_binary 'P~>UôŒ\è\ê“`$´',_binary 'P~>UôŒ\è\ê“`$´',_binary 'vƒRdµ\Ûqo\È\Ú\Ý\åA.\ÅiMR¦…±óZ=\0','',0,'?'),(_binary '›“õ\é¯X\æ1\ÓL\Èwðþ\ã^','wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôZ±š |e\ÌO~\ÅMÑ–',_binary '…þkE\Æ\ÈË“\ÈI~¬ÿ-£\ÑI\r[€U\Ä@÷\Ôez¨g','',0,'?'),(_binary '›—[*m	ñ\Ñ,\rlÚ±z\Ä','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services/ThemeInstaller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services/ThemeInstaller.php',0,_binary '\è\ÔÝ’\È\Çüa2\Íó<\ã',_binary '\è\ÔÝ’\È\Çüa2\Íó<\ã',_binary 'Yœ@‹ö­µ¿S\Íd8‡wKh\ï\áJ¯5‡ÿS^†3\Ã','',0,'?'),(_binary '›™D[›·T\0\'\Z„–šG','wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìQ	\ÖTÐ´½\n*¿öG\ß\'>',_binary '²B/†\Æ\é\Ø{ôö\å´\"B\íX¡ª\ìýµ{†„°…','',0,'?'),(_binary '›šn&¢\âðn¼!å´¬\î','wp-admin/css/site-icon.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-icon.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't˜¤ð\Ý\æP½´¥\â\ï™rD',_binary '÷U M…ð?–\àn¡—\Ý\'\np^\Õ\r*·\"ÀŽµƒ','',0,'?'),(_binary '››˜ÐM\ÈIUtTõ\É','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListDataStreamsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListDataStreamsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'\×q„\ÔÝœnÊ„\Ë÷ 3O',_binary '\"j\r-{ë¤“u\åý„IhÓ–.”›Šr²Sey¯','',0,'?'),(_binary '›¦\"\Å\Ú\ÝOø~ù\×','wp-content/plugins/elementor/core/upgrade/task.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/task.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™÷¯2®o)e0\äi\í.kGP',_binary '¿£A;\Ìüž\ÜÀKù~–\Û\åñhŒŠ\'\Ð1^\ï~^7/','',0,'?'),(_binary '›Ÿ\×Sh˜jŽU%®ñpMü','wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»6¢#ixs1¶<´ðý/',_binary '\"ÿ©\ã‰\Z\×Sm-]<\ÓuÓ¿±\Òs¯\"\Z¤\ï\í\î²?','',0,'?'),(_binary '›¡I»\çH­‡\Éb=\í‚j\Ç\Ý','wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(ˆCR\à’\ãc4%Œ\ßOØ¡÷',_binary '~D”\Z5tö\Ï\'„Q\Õ|„1\ÓPÚ¿>¾O_Ÿ…\ÐZ®','',0,'?'),(_binary '›¤ù¸³„Â­{Áe','wp-includes/blocks/comments-title/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-title/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bB}\n[~\ÞGr¨Û°À§',_binary '¦èšª}ŽøF¥\éVõ{\Ì—¾€³ÿðpümŸ¼3(','',0,'?'),(_binary '›°Nð\ßû6P–#¯|G','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Àd¥ð\Ð;´§÷)\\©wZF',_binary 'K.\nù\nXx\êÿpô\ã\ì}I½J\Ð:\å\é¬ 1J\äzŸ(­G_','',0,'?'),(_binary '›±y0]‚\àC±\Þ0žBþ\Û','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_kk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_kk.js',0,_binary 'O\ß\08/¾p8iV“—\ì\Öò',_binary 'O\ß\08/¾p8iV“—\ì\Öò',_binary '\Öóy?ù™ ¶\Út;ñ8f\ã\í¤ó_\ç\r ®ù?\ì\ãõŸ!Os','',0,'?'),(_binary '›±ø²;%?C\æ}\':Q!','wp-content/themes/houzez/content-grid-1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/content-grid-1.php',0,_binary 'v|qþ\ï‹WÕµ^q!',_binary 'v|qþ\ï‹WÕµ^q!',_binary '±xÀšŠ°.°ªj\ÓKBi\Ù;:³ˆué›ªSGª€ñ','',0,'?'),(_binary '›µ­Yh¸ ©”«‡¿	™','wp-content/plugins/wordpress-seo/src/helpers/user-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/user-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â—–¹ü;ñ6«þU.Kò',_binary 'Ä‘-õ­ˆ´Š\0xBš1C\Ñ+DûOú\×É­\Ë\æ%¯H\Ñ?3','',0,'?'),(_binary '›µÞ’w¨@¡6*\áC\Ùÿª','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/PseudoRandomStringGeneratorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/PseudoRandomStringGeneratorFactory.php',0,_binary '\Ð9Eƒ®,½Š\Ê\nC	õ?',_binary '\Ð9Eƒ®,½Š\Ê\nC	õ?',_binary '/‰²mü\êš\Â\ß\×ñDM\ÏÇ8,Ë‘…&\Ì÷s2\"','',0,'?'),(_binary '›¶\Ñò+tiI‚\Õ_\Ëc²\é','wp-content/themes/houzez/template-parts/listing/partials/bed-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/bed-v2.php',0,_binary '§\â…yjtq\ÑDGÜ¶\à',_binary '§\â…yjtq\ÑDGÜ¶\à',_binary '\éY£³Sy˜Ý§\Ì-vO\Ãú…_\ËgpýFwVÎ “','',0,'?'),(_binary '›¾S~K¾°Kt$\àn¸¢\Ë','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/Registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/Registry.php',0,_binary 'ý\Ä\ÖwÜ~Yb\Ö.Î•\ÌIJ',_binary 'ý\Ä\ÖwÜ~Yb\Ö.Î•\ÌIJ',_binary 'Â…z\Ñ^Um·79A”©8M.^÷|þ‚$Ä•\ÂQ¿’¿','',0,'?'),(_binary '›¿‚\Ú÷=\Û\æ!N\Z,T†','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricHeader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricHeader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·¤\Äm§Fl\ëx\âš}',_binary 'X6ƒ¯Uc~K½dk\í$i\ï\Åƒ½LFO6\ç	\Ã\ÛQ','',0,'?'),(_binary '›À‰c¶ò2Û©ÿ\ÆZQ\ê$+','wp-content/plugins/redux-framework/sample/sections/additional-types/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/additional-types/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '›ÀýQ‚²\Øe\Ó@”W\'1½b','wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F½\Û39BŒ\Zq\ê\Ç99\ç',_binary '\n¬Je\0E@0H lc{\Z6y	£]Àö·‰\Ý\Ð\ä\ru\r¹','',0,'?'),(_binary '›\ÃN\ÉBY/_\ãvú±§\ßA','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListGoogleAdsLinksResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListGoogleAdsLinksResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\ëþ\Æù€jõ?s\Å\èTù¡',_binary '¼*MEš.\Ù}ˆ¸j\é‘x\ì‘)\Óm¤#°*[¯\Éd\â','',0,'?'),(_binary '›\Ã{ü›{8B%@\0ˆx\Ð','wp-includes/blocks/post-featured-image/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DŒ÷ŒJ\æ/=\×9K/z',_binary '±„‰Hÿ\È\ê3\íM<\ï$Š½2ûNr•\á>¢ž8.\"õ','',0,'?'),(_binary '›\Å‰óEX\ï\ï\Õ|T§\Ä','wp-includes/blocks/media-text/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øK¡¢u\ïhŸ¦.aDF',_binary '¿U[ª\Â@\ÒM…\ío9©Â…´7ò\Ï\n\ÆC.¬…','',0,'?'),(_binary '›\Æ?\ÔSD\â<£J\ÇK\äpý','wp-content/plugins/redux-framework/redux-core/assets/img/3-col-portfolio.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/3-col-portfolio.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\Ø\"KoÔ»B-\ÕPX\Ý\ë',_binary 'ø¤(\ì2R\Å_*\äÐšË¢i4P\ÉÃ€õµ–P¿*$®:','',0,'?'),(_binary '›\Ær\ã¹qtvÒ°M«\Â\Î','wp-includes/Requests/src/Proxy.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Proxy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æZLp\Ëÿ¡yc¼\ëöš€',_binary 'ƒ™ô§\\œWÄ˜:%\Ú\ÝW“|§i‰­\Ñ!w¤V¿m-V','',0,'?'),(_binary '›Î¹qL\Øø\r\ä§\çˆMô','wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚G\\rj…›€83™¾«¼',_binary 'øAÿø(\Ë\èkn\ï_8®\ÛN$:\Ù\'‚\Ù‚­6–…Ê','',0,'?'),(_binary '›\Õ#p·xªi\Õc¡c','wp-content/plugins/google-site-kit/includes/Core/Tags/Guards/Tag_Verify_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Guards/Tag_Verify_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'\æë¤¹F\Ê\ë]Zo:¸4“',_binary ';6.\Û/t„C#J“°LõŠI<¯\Ô\Ç\'[	\Ò—ŠfN#','',0,'?'),(_binary '›\Ø\Ø\Ú!n*µ]\ßz,F\Õ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ímb¹ô?¿\×iB*¿¿¸1',_binary '\ËV\Åk™$#)´þsjzÕ›§^¶Fr»ÿÞˆ¸\ÚQ«a','',0,'?'),(_binary '›\Þœ\ë»ønâƒ…L\Ênõ','wp-content/themes/houzez/framework/stripe-php/lib/RecipientTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/RecipientTransfer.php',0,_binary 'mm„\ï\Ñãœ¯\é\'£P\â\ÒP`',_binary 'mm„\ï\Ñãœ¯\é\'£P\â\ÒP`',_binary '¼`øp‰B>õ=\é\"p4’;ž¢z\É\Ý\á\Óo€®\\“°','',0,'?'),(_binary '›\ßôf=\Ä~(¦%|¤\æ§~','wp-content/plugins/wp-rocket/inc/ThirdParty/NullSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/NullSubscriber.php',0,_binary 'g‹/q”„·üäƒª\Ôc™',_binary 'g‹/q”„·üäƒª\Ôc™',_binary '\0;ß½a}1+8\Ø!(Ùž\ÅÖ¹3k—W\ëž\ÝE\æÆ¥','',0,'?'),(_binary '›ä¼Ÿ\ÃeA\"Y”ðƒ\r','wp-content/plugins/revslider/public/assets/svg/av/ic_skip_next_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_skip_next_24px.svg',0,_binary '\Z\æ\í\'*±m&Ù‹E',_binary '\Z\æ\í\'*±m&Ù‹E',_binary '\ß\×cµ‘u–‰òI?7M&\æñ\Ô8\ß[”Uûÿ¿M\n¯L','',0,'?'),(_binary '›\íª]j¼l±\'²ô–»/x5','wp-includes/js/wp-sanitize.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-sanitize.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\È:k™\êóE‹t6Q\Ð™',_binary 'yÎ¦V­\å }É›qþŠ·‘K>ÛˆP6\Ó\Ä*÷\ÞC\ns}','',0,'?'),(_binary '›ð\ÔW´\Õ{\Ú\\,ƒYu','wp-includes/js/jquery/ui/effect-explode.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-explode.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ£µ%\ÉQÀ:‚ŸDA”-¡¹',_binary '\ív\ä5=%B‚™ÀQÿ›\Ï\Èb\Ö\ä§ôª*×»óu\Õc','',0,'?'),(_binary '›ñ±w\é\æŠ\ëÁ¶ªDù','wp-content/plugins/wpforms-lite/src/Lite/Admin/Connect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Connect.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™†q¦)TŸ\×\Ïþ\áZJ',_binary 'H©\×j„g*\ÈóÕ»Gù(S~¦°ÀT\î\îjI\Ã-ûŒðù','',0,'?'),(_binary '›ó!ñ\êŸ4µ¯r\â\â]\Ù','wp-content/plugins/wordpress-seo/wpml-config.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/wpml-config.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ì…µ‡Y¹\ç¡1\Î\æ\Å\ä‘',_binary ')?$ \Ä7¢*o §:þ¸\ÜpÆ¿@¨¤hjx~L‚ñ\ã\è\ï','',0,'?'),(_binary '›ó71\Ð¬\È}\nû\È','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1’2+;F\Ä\î\ÅÐ½NMƒ’',_binary '¾w†\Å\"³*”Á5¢U T@™\åœnyÈ³\Æ^a¥u½°\'','',0,'?'),(_binary '›ô2.|\Ó,‡I`ÓŒ¿xtº','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñ¸s€\ïÑ“TRº¹ôü.…',_binary '·g\ï„.\ÉcÊ¡ñ%c&B°8\éµRL\ë–@Jm¡/v','',0,'?'),(_binary '›ôÆ•\ÂS\Ô\Òóû\Z„ˆ','wp-content/plugins/revslider/public/assets/svg/navigation/ic_cancel_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_cancel_24px.svg',0,_binary 'B\Ñ.R\Òp\ÂcR1º\è[q',_binary 'B\Ñ.R\Òp\ÂcR1º\è[q',_binary 'i?Mø®™‡OQz3ç¿–\ã\Æ$ý\î.ˆ|;†ÿž²þfk\È','',0,'?'),(_binary '›÷$…\çS£K¢½ E×›','wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y\r¼\â£?¥¿™V',_binary '.{Z2036ŽŸVþ£\Îó\åms\á\×üI 4/V\0ú','',0,'?'),(_binary '›üvzG\îñô\ÜÙ§gœˆ','wp-includes/html-api/class-wp-html-open-elements.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-open-elements.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú¥\Ü\ç±\Ócs¡yOY÷VŒ',_binary '\É{–‰\ã\êþ\Ö~Cdž:aÐ‚\Óò8û½’\á|¶P','',0,'?'),(_binary '›þ+M66\0C»gØ%\"','wp-content/plugins/elementor/includes/admin-templates/new-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/admin-templates/new-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œº\ïKhBE\ì\Ò\Åò]Å›',_binary '\ÈÉ‘B—ðt\Ù\"=ô(3¬G¶²|u¹Å¬6\Ò\Í8¹¬','',0,'?'),(_binary '›ÿ(ý¿\Ë\Ùô3t$PT—\áw','wp-content/plugins/redux-framework/sample/sections/advanced-features/field-validation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/advanced-features/field-validation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!ž˜¦“{ž´M?\î\ã\Ô',_binary 'Á¤˜\ì6:`7E E\0»:ž&t§þ-©À\â\ìë¯ŸÕ','',0,'?'),(_binary '›ÿŸZ‘ôHöª	eTy™','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r\Î\Îz”¹Ø§”½(‹t',_binary '\ê6\'ùI\n¥)s\èˆõ.òx \îó±1\ìq','',0,'?'),(_binary 'œ\nr\'žª±AZ}‰\Â!ºd‚','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')\ë\Ï;û»Iÿa{Æ¬üÁ',_binary '\Ï\ézIº\Þ\ÙQZpR:ZÖ¡\è¿\Òim¹˜B€Ø»\r0›0','',0,'?'),(_binary 'œ\n\ç\ÊQ7œ‘\á‚xj¥}','wp-content/plugins/redux-framework/sample/sections/editors/ace-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/editors/ace-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îÀ\ë‹z÷¸‚3:.ö\êš',_binary 'd\é\ZoI«unOË›\r\Ö÷¸Š:*	\Zÿ*TW—K\åpG¨I','',0,'?'),(_binary 'œ)¶J-P¨\Ïk\â\ì','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/LogicException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/LogicException.php',0,_binary '2ƒðó’M&e\r\Ù&\âý',_binary '2ƒðó’M&e\r\Ù&\âý',_binary 'Š2€ÁeÄŠý\ä\Î >—l´ˆ3u_M;¦žsCù','',0,'?'),(_binary 'œ\Ú\æ«95\n~i~²ö+\È','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/LiteConnect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/LiteConnect.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c\Ñ\Z)\ÛL±GŽ(¼M\â\ìþ',_binary '2:¶^|@PW=I4\ï+R—\Ôm\ï3\Õ+\Ü\É-Z’','',0,'?'),(_binary 'œ\Ü«.*ýJN_\å','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-mailchimp-7920d200a07d3bcd60bb.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-mailchimp-7920d200a07d3bcd60bb.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3³\ãðü¢<\Ü?÷w$>',_binary 'H\Û\ï$Žº\Ç\Ù1_ñ(÷«”QŠ`I7“ùžkwReÁ','',0,'?'),(_binary 'œøyad\Æ=‹.43\èÊ®\é','wp-content/themes/houzez/framework/options/houzez-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/houzez-options.php',0,_binary 'vlÿ/¨ºš\ê\Æ8\ï\ï\Ù9',_binary 'vlÿ/¨ºš\ê\Æ8\ï\ï\Ù9',_binary 'Y\ØXŸJô¤ˆ-\\\Ôo7x­ß«o	\àG\ì\ï¶fl','',0,'?'),(_binary 'œ#ó>Cýjº¾\é…Óˆb!','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñhv\Ú\ÅM?’¿£0qñ¾h',_binary '‹¦‚8\êTD{1ƒ‹)[Ý´µ\â§1F¬p\Úe','',0,'?'),(_binary 'œ%‹ñª\Éô¤£y›>*{y','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLinkEntity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLinkEntity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ájñ]\åæ¸¿\âRJP',_binary 'ó\àI\Ïmu3\Èi\"X\Þa\ëuª½/­))j\r˜—ø-}t§','',0,'?'),(_binary 'œ2X69G3\ß\Z\Ï+}Aü6','wp-content/plugins/wordfence/views/waf/option-whitelist.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/option-whitelist.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©.²‡…’\â #\Év¾}',_binary '…i¨º©$‘¸h°}\Äws¦óö\ç\Ö©ºÁX¹¥2‡c','',0,'?'),(_binary 'œ4!c†„2=\ß\ï”(ql	','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M”\çb9\ë\È+N5\Íú4D',_binary '\ìvH\ë²IBg\ZÀB\Ö\Ç€@p 4½‘)\à7\Ñ','',0,'?'),(_binary 'œ5‰±¤x}¦\×\Âz°:','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’\å7n9öK}71xÓ„rƒ',_binary '\\D½»>\\ˆN~É°\Z³\\ó\ç\åc\ÒÕ•R«´‡T2x)J','',0,'?'),(_binary 'œ5ô‡¬ƒ\Ü\r¿\Ëk\Ô\Ä','wp-admin/js/color-picker.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/color-picker.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_°™ŸŸ;\Zñ©£\Ã½5\Ñ',_binary '\n—œmö\Üm^¸G&%Á\0\ÆSKmŒÿY2p„\Ú\åÿ¹ó#','',0,'?'),(_binary 'œ8ƒ©Ž…¦¬\ãP5aÄ¨	','wp-includes/images/smilies/icon_wink.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_wink.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e?2®\á‰i¡\à\ã¥',_binary 'š(¤š\ÔVÀ•{ñýV\ÕBk\É\è\Ê£o(`Z¼ªV	6','',0,'?'),(_binary 'œ9¾‹]†Z\á\ÒC3\Z<ª5','wp-content/plugins/elementor/assets/mask-shapes/blob.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/mask-shapes/blob.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1ó\ÈqDº…cp\ÍX8 \É\0',_binary 'Yú,ôÑó\ì\Ây\Çûô¢\ÏÂ«üün„‘\ÔZ*\Å_Y','',0,'?'),(_binary 'œB\ÌPfn§\æ—\Õa¡«ö\Ñ','wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n<oý\r\Í\ã\ê\Ï¹>cÂ²',_binary ']+·„-¡O»r\ÊlÍ¾‚\×\Í(\Ùöy\Â:ze\ÒR‹¹','',0,'?'),(_binary 'œC*‹1TºV5cL\Å÷]ò\Ä','wp-content/themes/houzez/template-parts/dashboard/submit/attachments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/attachments.php',0,_binary ' 1A:£¸ö+\ÄD]°ù',_binary ' 1A:£¸ö+\ÄD]°ù',_binary 'ŽÂ¨	m<1¶\Æ T¶ˆGÀ©BŽ!¸\ÐZƒZ0Ý ','',0,'?'),(_binary 'œH\ï¢Æ·É­\æÿ/§','wp-content/plugins/wordfence/css/wf-colorbox.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-colorbox.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'PX)p!ƒ¾N8¦j­Œ',_binary 'o©t0³\r™P2¡\è±N¹­ó\æ\éi\Ì\×\ÂK\æ\Ûu¤\àõ','',0,'?'),(_binary 'œUpHs,Mú\ì\r£\à‰*a','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô3D0Éº\'1>\í§üš\ÚM—',_binary '\rŠõ_ðy?¯\Â\Í\Ôùý&\âoŠG›Ï¶\Û\î\Üö—N\án','',0,'?'),(_binary 'œV\0Ø‡Œ\ëŸ	‹]þL\Ø\ç','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaRunAccessReportRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaRunAccessReportRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\Ù\\\â\ÂŒ?\ÕÂ¨UN',_binary '}“ƒ\çQ¬\Þ>c^OŠ{Â“¥W%v*zxœ%.‘>[','',0,'?'),(_binary 'œZ€!¥ýõó¼\Þt¬','wp-content/themes/sinatra/inc/admin/assets/css/sinatra-block-editor-styles.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/sinatra-block-editor-styles.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\0\ÕÆ”\äŸ\êFu¬i«\Ì',_binary '\í\ÜS\í|–\Ñ¦¤x-\\+CŠó¦o­ùlöÀE\á¼\Æp','',0,'?'),(_binary 'œ[P$·3þî’¹[4\ß','wp-content/plugins/revslider/public/assets/svg/communication/ic_screen_share_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_screen_share_24px.svg',0,_binary 'hA÷6…²\Ô\ï.Cô™7',_binary 'hA÷6…²\Ô\ï.Cô™7',_binary '²‰ƒ›ž\åÁ1[\Ë\é6\Ûö¦°w;õ‰€“\Í$eF=¤b','',0,'?'),(_binary 'œ]	õ’\á(Á™K¾k\ß\0Q','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-ZA.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-ZA.min.js',0,_binary '§?\Ú[²–“¾…n\Í\ÚUQ',_binary '§?\Ú[²–“¾…n\Í\ÚUQ',_binary '¦Q £º-/ºµ\È}\á~³»¤@Ä¤¹s\Ôri\êŸ©£','',0,'?'),(_binary 'œ_òzÁHµHõ¿¢?\Ø\Õ','wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'œa£©Ã³hš\íG^ýið','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï\ÖfË£ª\Ë\Ó	O‰:*‡\Ú',_binary 'YC\Ô<\"\×\×øQôH¶ZM³c¦\ÝwÚ’E‰•p\ÌÒ¤‰o‡\Ú','',0,'?'),(_binary 'œa\ì%%uºû.@\ÍwF\Ò\í','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/Partner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/Partner.php',0,_binary '­-\É\Þ2¬\ÆZd´ \Ò\Ò',_binary '­-\É\Þ2¬\ÆZd´ \Ò\Ò',_binary '\îõ˜!¥%D7ð5^ \ã·Zƒ¼Ö´›ezûvo','',0,'?'),(_binary 'œcC÷µ¥4€?\æ({Š6V','wp-content/plugins/revslider/admin/views/features/assets/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/assets/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'œdJfzò\â\Ï\ÓKˆ‡¨Š¸','wp-content/plugins/wpforms-lite/assets/js/admin/builder/panel-loader.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/panel-loader.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™M<\íu(»\å¹\èr~DÀ',_binary '­ÇŠ\ÈW9<}¹u_°UF\åZN\î`\rŽ–h5\Â¦¯‡','',0,'?'),(_binary 'œg²þ,VH2/uˆa2ú','wp-content/plugins/revslider/public/assets/svg/hardware/ic_power_input_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_power_input_24px.svg',0,_binary 'D9«½\Éß´¨³Nò\á\Þ?ý[',_binary 'D9«½\Éß´¨³Nò\á\Þ?ý[',_binary '{Üº{©™¾•/|Ý˜\äAüJ\"p‰;´}Rü\ç\ÄyIoŒ','',0,'?'),(_binary 'œiû0Ú¹§\Â1j\È4²÷','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-300italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-300italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Gkômÿ‡Vƒ¾`U',_binary 'óøŸcT4ux#¾YM÷^\Û Þ¨o÷špG-ó\n\Æ\â¢','',0,'?'),(_binary 'œm‰eúm9D\Ã! R¹Ù¦','wp-content/plugins/elementor/assets/js/nested-accordion.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-accordion.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X¹¿˜þ\ãŽöz+()%y•',_binary '¹ ­*­¨WöÐ?3E\Ñˆo†¶qc½I','',0,'?'),(_binary 'œp&÷\ï½>†i1ö<\ê\ã–','wp-content/themes/houzez/js/vendors/i18n/defaults-sk_SK.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sk_SK.js.map',0,_binary '3,,x“G@\Ó\áKŽÿ¤;',_binary '3,,x“G@\Ó\áKŽÿ¤;',_binary '©Gd¥\ê;—q±ˆ´c‹F«Á$ø-/*º_¸*‰ùò¤D','',0,'?'),(_binary 'œwú´I\ÐS\ÆU†›\Ù8+$º','wp-content/plugins/elementor/includes/controls/raw-html.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/raw-html.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l©óT—\æ\Èj$þm',_binary '\Ú/oyvj\Ä|Y6’J\Ô;r`_ž±†°\×\ß\ï]\ã','',0,'?'),(_binary 'œxk4öù\á=\ÄZ+®\ÐE!','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/LiteralArgumentInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/LiteralArgumentInterface.php',0,_binary '¥rh_Ò*ôü\Ú\Ù\Êr\Ó',_binary '¥rh_Ò*ôü\Ú\Ù\Êr\Ó',_binary '4¤a³…\Åu®‰—\Z¢7•#\Ña‚Y§T„\r¥:„\îdW','',0,'?'),(_binary 'œ}‰/ˆ£+M2S§6û¸','wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚\âRB‚öŠ \ã\Ëøl\Ïxk\ë',_binary '\àb®#6›/_5{\ÌS“\ß=!P\çp5mby…\ç','',0,'?'),(_binary 'œ€‘ôgò­D\Ë	¸S¿\Ý\Û','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èn›Ci¡SÂ<:Ó¸',_binary '½\r\Ý9ƒXç…µþ>‘ò\ÒC!Rxˆ\Ìf\\[\'­MÇŒ','',0,'?'),(_binary 'œƒ\Ö	–<#>úZu\Ö','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php',0,_binary '`E¯G¤±–8I]sý',_binary '`E¯G¤±–8I]sý',_binary 'a\ÏÇ¹eK!P^§ú¢0*¼+l\éY\ÔD\í\Ö\Ò@','',0,'?'),(_binary 'œ…]†\Æ\ä\áÿgðÁú(^','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O‹xŒvh\Ú\à6’zK\Z÷',_binary 'š¯Y*Ffé‘¶žò\"Á«°VP\Ãaô\ÉaÑ­}þ\î\ê¥','',0,'?'),(_binary 'œ…‰Šþy85õ\ÜÃ¦b\Ö','wp-admin/css/colors/sunrise/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/sunrise/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­#ûE\í*4\â.Èª¼H›\Þ\Ç',_binary '§z/öP^ª?Û˜%_o\ÉQø\îx\Â\á²w|c–u3\Â','',0,'?'),(_binary 'œ‰\ÌY“s\Ã\\\n†­d\Ñ\ï\å','wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yð\êCGe\í_#¼¢ÿ¡',_binary '^x\'¢³øžÿqA>ªd\nKtv)\ß:$ŒÄ¥K','',0,'?'),(_binary 'œÂ¨\Ð\ï¸`\éþÙŠ)°','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/bootstrap.php',0,_binary 'P@l\Ú)=võ~Z»5ä½—',_binary 'P@l\Ú)=võ~Z»5ä½—',_binary '\Ìw–¢\Ó}N69kp4!‰Zi—;x¾ö1\Òé©¿gTÀ','',0,'?'),(_binary 'œŽuHGZ^\èœê¿ûw\ì','wp-includes/html-api/class-wp-html-token.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-token.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸*•\ÙuB\Ø4\Ö\Ç	…Ã€',_binary 'K\éˆ,\Ã¯ú•Ë¬\rÀTŒTn\Æø™øº(\ï-\ßw\0','',0,'?'),(_binary 'œ½¯uòf\Þ\ï\ã…e\×öŽ','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/REST_Conversion_Tracking_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/REST_Conversion_Tracking_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bmq,\Ï\"\ë\rE˜',_binary 'q]±r¹#E®©|]±\çŠ\\R\â&Wql\Òg…¯Ë˜@','',0,'?'),(_binary 'œ\ïF\ÊÄ¦êž•{óg','wp-content/themes/houzez/taxonomy-property_area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_area.php',0,_binary 'œ~«A\ê\Ëj¾fH+',_binary 'œ~«A\ê\Ëj¾fH+',_binary '\êW‹\ä¶A)reAÁžƒ\åh\nÁD˜hG§/nAVe¾','',0,'?'),(_binary 'œ“	Ÿ²\äw½\í÷Ãª\ã\Çû','wp-includes/Requests/src/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…œ’ùY\Ù\Û÷•\ê\ã¾',_binary '\ÆZ¬˜\É\Ó\ïOO]U@,§j@Œ©mXž\é-\Êk','',0,'?'),(_binary 'œ“d‘^j¼fBV\Ò‰k\Î','wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':l|©©¥›øx×Œ\ïFs½',_binary '/6³@ó\æ\Z¿?÷^ƒÃ‘!?\Ê\'ýCc\ÆÀ|Ü™O¬­$','',0,'?'),(_binary 'œ•þ˜\ßwtz\ï\å\ë\Ñ	','wp-includes/blocks/term-description/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/term-description/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êþ,‰Æ¼À]œ_õk4ƒ†',_binary '¶ó\ä}?Ê¦,k:6gA]]§3°Os\n$\íWzU\à3!','',0,'?'),(_binary 'œ—#BgÌ±8)3—ñ!\Ú','wp-content/themes/houzez/template-parts/realtors/agency/single-agency-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/single-agency-v1.php',0,_binary '¦æ¸—]V,Ulš\å¹_k!',_binary '¦æ¸—]V,Ulš\å¹_k!',_binary 'Y\Ða#CÚ\ä(6}%{–nb¢J||¼nP','',0,'?'),(_binary 'œ›7Ÿ²\Æd$\ÔÐ­¼hö»','wp-content/themes/twentytwentyfour/patterns/cta-pricing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÝŒg„\Í];BQgxÿ…',_binary 'hE%0e\r‰Àš¤\Ó\0\Ëw…ª.´”-\Ü*5šÜ‚','',0,'?'),(_binary 'œ\r\nÙ½l\É\'w\äŠ\êR7[','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Yc¥\ßÙ¬úD[®nD‹K',_binary '‚+™ƒ/\r-/-tg™!ûQh\Û¥¸¡ƒq·$','',0,'?'),(_binary 'œ4¥\Ç\r\×ð\â£3›\Ó\ÕÍ´','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/icon2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/icon2.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'î½¢^]úl*™e \ä>ß‡',_binary ';üsKi€-\Â_Š~±2Î’\Ù\Ï$bX»¦R.\ÜófhX®','',0,'?'),(_binary 'œ?‚·\â7d«’','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-wordpress-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-wordpress-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\ì’\ïì¥Ž\ÓToND\ä3H¶',_binary 'X\Ö\ì&l‘þ3\Z!KI*ÿ‘8Ñ¡ò\Óy/\×?…','',0,'?'),(_binary 'œ¢è«ŽúN\Ïaø\Ø¤','wp-content/plugins/redux-framework/redux-core/inc/fields/color/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'œ¥ó)“¦6\Ñ)Û—H}','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Versions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Versions.php',0,_binary 'œ[&Ä©þŠý%,Ú¥\àx',_binary 'œ[&Ä©þŠý%,Ú¥\àx',_binary '\n¹\\)‚gü‘Il\ÞÓ«¤§À_…,a*`-\Ér+\ØI','',0,'?'),(_binary 'œ¨¥\Z0ÿZ¥˜I‰/i','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/vendor.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/vendor.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú`«¯¥\Ó\ä\å6\ÆfiË ',_binary 'D\Ë:\Ìwž{²\ÑD\Ñd\\ž¯’\n~¦t3biŸ\'’\Ð9','',0,'?'),(_binary 'œ®¾]\Õ\"\ÙûZ\Ñ¥ùL','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Reader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Reader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l-D¦b@€\Ô\è',_binary '’\Ö<“¦³*2wS‘j•\Þ¸ý÷û\Ý\ç\ÚG©o²ø','',0,'?'),(_binary 'œ±N¥¦­û·^„J\ÄW°™','wp-content/plugins/wordpress-seo/src/models/seo-links.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/models/seo-links.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò4×œsý&+Ø‹rŸ\Én',_binary 'n3\Ó$C‡0w\"ü.dŠ\\ô†ŠÜ”VÊ‹+h1PG/','',0,'?'),(_binary 'œ³ÙŽ–\ãZ®>{\åH]','wp-content/plugins/wordfence/css/main.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/main.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\Ãü”*ö8\ÂZM]—\á2',_binary 'fO\×\à¹ÍmùD³3¨MjHh‰y\á‚Uñn\Zo™¶{','',0,'?'),(_binary 'œ³\ì\Å\ä\ì÷»\ØAŒ<sM¸','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Schedule_Deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Schedule_Deprecated.php',0,_binary '\Í\ÄfÀµ±Èž‚LAš#(t',_binary '\Í\ÄfÀµ±Èž‚LAš#(t',_binary 'mbµK[¹2:e<-Ld\ÕNó‡‘U\åd]°ùŽ\ÙÂŸw','',0,'?'),(_binary 'œµwp¦m\îŽT\Ñ\Ãc','wp-includes/blocks/page-list-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸE@cc¨(u´<\È',_binary 'žÀ¶\Û+\à€+\Òñ–W²Á~Å‚`?\\˜¾\ß!#e~R¨','',0,'?'),(_binary 'œº\æ%h¡‰3‘Ž\ÄDh£\ë‚','wp-content/plugins/elementor/core/base/background-process/wp-background-process.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/background-process/wp-background-process.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦\ÐRUJ‹»\ÝÖ¾ªé³',_binary '`šLº²M\Zª›eAR\î$\ß\êÍµ\ß\í\n1Ú°‰\Ê[:','',0,'?'),(_binary 'œ»÷ˆd¬\0Z‘\Äl\Þ\Ä:','wp-content/plugins/elementor/assets/css/widget-heading.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-heading.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ ƒ]”ƒAqÈ½´ˆ†',_binary 'ùst\\\Ä\Ù=­\">CIP+ýšþ\Ø\ÅT ‰yJ‡\Äý','',0,'?'),(_binary 'œ\Ò<\ã\Û)»\" \Í¢vY4','wp-includes/blocks/verse/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/verse/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãv¶ô<_55Ú¬Q785',_binary '+\Ú.¹÷šýð…D[\è7¬ U«=\áaI¿\ì‘-H\0w','',0,'?'),(_binary 'œ\Ôö°„]LÀŠØƒ=ñô','wp-content/plugins/revslider/public/assets/svg/device/ic_settings_system_daydream_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_settings_system_daydream_24px.svg',0,_binary 'ª83›®y!\Ö\Ñ-¿R',_binary 'ª83›®y!\Ö\Ñ-¿R',_binary '-\Ñ)G\Þ\ßö¶R/Íƒ¯£¹¨öZ\ïDûC\á+s^¨\ä+Z','',0,'?'),(_binary 'œ\Õ‹€PQ‹E|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^¬®€ÕŠ<FÔ€~®\î¥',_binary '0\èú‡\ë\Â\Ócøºb!ü<=/µ±aœ\é\Ê92os§\Î','',0,'?'),(_binary 'œ\×Aû¾d JÑœñ.›\Ås','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Resource/UserActivity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Resource/UserActivity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\Æoôo¤-iÁŸ\×Õ‡~\É',_binary 'S?•,|k<–®ñ$¤\Ôn».0öÞ?\æI`f‚ú\Óg&¹V','',0,'?'),(_binary 'œ\à/Ç½h¹§ubˆ]©²','wp-content/plugins/wp-rocket/views/settings/sections/fields-container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/sections/fields-container.php',0,_binary '5§×¢9\'Ë£\Í-3p®',_binary '5§×¢9\'Ë£\Í-3p®',_binary '˜o\Ë 1˜M«H*\Ða<²\æ/v\Ø\Ý\é\ãl\n¹b\â=','',0,'?'),(_binary 'œ\áo\Æ8¶¼\Öø\rŒ\0wªW','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money6.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money6.svg',0,_binary 'Ì»Ô†¼p¥§>\ß$\r)ø',_binary 'Ì»Ô†¼p¥§>\ß$\r)ø',_binary '9©Bô\ã¶\è\Ùøªp)Cß\è!2<\Ü\r\ãLûL»T¬£','',0,'?'),(_binary 'œ\åU‰±ó$\ì\\*\Ý1^œSý','wp-includes/js/jquery/ui/effect-clip.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-clip.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®´S\0ô\ïj\ë,\ÍÖ‚†„C',_binary '\Èð\ÆYô¶‰ŽVwK\ë¢£\ï\Þ\Ô\ËJ-uð\åOT{','',0,'?'),(_binary 'œ\è÷Š©Mð\r\ÈñÏˆT','wp-content/plugins/revslider/public/assets/svg/av/ic_replay_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_replay_24px.svg',0,_binary '‘HõÃŠ^#«Ž',_binary '‘HõÃŠ^#«Ž',_binary '\ë—\\\Åð\Ï6°\ä˜.¶^DŽŽÏª~|™\Û,÷<\Ëy','',0,'?'),(_binary 'œ\é7Ùˆ \å\Õ1¯0C','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Token.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Token.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TXh\Ö¯~Á^a}½¡',_binary 'w+c£B½g[zÿ\Í\ë¢U\àÊµ¹ž½‡¤’òK\Æ\æ\çm','',0,'?'),(_binary 'œñû\ÄúžP‹J\ætûú1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!¿\ìE«µP]Ç¡;Ÿ™',_binary '<¿ø‹¦\0\ß\rIB=\"„P8D\Ç\"÷¶\àôÀL~\è€I[','',0,'?'),(_binary 'œó¹\Ü_\ç\È \ìŠ\0*ÁO','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú2 \Ðk \ÛFm=¶Púu8\Û',_binary '^¯†<üƒ\Z²\Ì\é±\à\äC\Ý/aa”Š\Ãsž|Vþs:','',0,'?'),(_binary 'œó{cŸ\ç¹\èô›ÄŒ\Úl(','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Installer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Installer.php',0,_binary '€¬gVô¾”Hd4¨ò:v~',_binary '€¬gVô¾”Hd4¨ò:v~',_binary ')\'¿cšˆ‰\ã=ª\é\Ñ\ÒE¥}Ã’¶6\Ò4‰W‚\é','',0,'?'),(_binary 'œó\ç\ÍT3ýµGZ\Ëg>D','wp-content/plugins/houzez-theme-functionality/assets/images/reactivate-from-hold.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/reactivate-from-hold.svg',0,_binary '[*yÝˆ˜pƒÂ²ia(\ÆS',_binary '[*yÝˆ˜pƒÂ²ia(\ÆS',_binary ',ôÿ‘i/\ËW§Ï´§¹Ó½8&!O‹új–Wa','',0,'?'),(_binary 'œõB\Â3\r·qel\ï±Lú','wp-includes/blocks/query-no-results.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-no-results.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pú\àý˜^>¡À±¨\È\ZX\â',_binary '¬\îû\è\ÓõO¸\Ë\ëOn\Äl\ÙRb\ãGx—üA«ý§\Ó','',0,'?'),(_binary 'œþP\Z\Å/\é¢¯l%¡','wp-includes/js/jquery/jquery.hotkeys.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.hotkeys.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jƒûhI„QLZA$UnöH¢',_binary '·ÿT¢§“„f\ßRMS\Ï9Âº„MDRšóR¡\ã’N\é','',0,'?'),(_binary '\0\É ‰Ÿk~‚£U5T','wp-includes/widgets/class-wp-widget-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ”ª\nùdGÖ¼kŽ\Ù‘\Ü',_binary '8Ohºª\Õ+‚DÐ®\Ïe\æ\Äö:\à$ „ù$\Åb`.´!','',0,'?'),(_binary 'xk}°\Ôû¯—Î®ô1','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/media.php',0,_binary 'jØ•ZG\Ú\édol’:\Èy',_binary 'jØ•ZG\Ú\édol’:\Èy',_binary '©Sõ\×ƒb´\Ôò\åƒ	g=Ñ²#Ÿ\ì\æ0ø%{j','',0,'?'),(_binary '\n%f[!aE«r\Òtg€i','wp-includes/images/media/video.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/video.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à\éñu\êh›\Ý\Ûq ÷',_binary 'DBU‹†¥\ÑMiO\Êb‰,‹\Ã\ãe•ô=\Ë\ÒWÀ{¿ð\æ','',0,'?'),(_binary '\n\Ï\ëCmQ¡UÜ“q²\äÁ','wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.õ§\Ùø¢´ó:…›¯',_binary '\î.ji«K!œ\Ïrm2#\íi3²N\àeS÷	¹£\îJ','',0,'?'),(_binary '(ˆ\ì¤\\~¿^´E!','wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php',0,_binary 'ò\Òñ­Sje\ØF]„\Ö#\Þ',_binary 'ò\Òñ­Sje\ØF]„\Ö#\Þ',_binary '—\Î)Hr\äD\Õ\äd†n6\Õ\ÕO\ÅÑšWNª9\îSò@¶Q','',0,'?'),(_binary '|\Ës\n=\äø‚,¾t]9','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/McryptPseudoRandomStringGenerator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/McryptPseudoRandomStringGenerator.php',0,_binary 'ºª¡$\è8]~~A¾k',_binary 'ºª¡$\è8]~~A¾k',_binary '½4\Ê\çô({<õ\ß\Ä\Øô_\ÎÐ¼Ž*‹\Æ+BúF¶œ\Ù$û•','',0,'?'),(_binary 'ñ\È^FfË›\Ú;øW±	','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentMethod.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentMethod.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r\Õ\ê¤‡+¦„ä•’›',_binary 'µ(\nZ¿HŽ\\\ç^*…\í\áX±%\"ª™\no@\Í¬2\Øvñ','',0,'?'),(_binary 'ü_ü\Ø0¥œ.\Î#ƒ\Û','wp-content/themes/yith-wonder/patterns/site-header-left-logo-navigation-below.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-header-left-logo-navigation-below.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•X‹jó0	i\ÐòÈ©‡89',_binary '\åMb˜J\Ú³<\æXJøl\áIhÿ ñ//Ný\íB\Þ\Å\é','',0,'?'),(_binary '\å‡Ó _žQ?øÁ«¤#','wp-content/plugins/wordfence/images/logos/shield-response.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/logos/shield-response.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_ª\nÙˆ1:/(d%Ü…ÿ',_binary '\Ò\ZºjtY\ãœaW=x!›•[ð²4H!|¤Áñ·–\î\í','',0,'?'),(_binary 'Ï‡³¦¡y2Å™\é—ð\Ú','wp-content/plugins/wordpress-seo/js/dist/languages/pl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/pl.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(`h0m\ÇN\è«n†\ÙóÅ«',_binary 'Á%9Žy\î$¼þžÚ¬Pjµh¤oùVj‹½P) ”m','',0,'?'),(_binary '%ƒ”CB…*\â\ìr‚QP','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒAy\nY£n2ù!ú\Ë',_binary 'ShVýZt^\Ô~Í›·Œº\n#$Ö’\r¡5ðV\Ñ‚»','',0,'?'),(_binary '&‡Sì§¿o¸$\æ÷0øn','wp-includes/author-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/author-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰eo\røòˆð\Úo«±ú',_binary 'i¤ö‰\n‹4ªSÁ”ÀG\ZóHº3ŠIx\ÇKÝ©\Â\î','',0,'?'),(_binary '&NøiQ\Ëž“L\ÅK','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Metric.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Metric.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Qùó8qó\Â]<	O\ÜÑ¯',_binary '\nB|\ÖøýS\ÅTüh-X¼\á$\ÛIo;@.;H(;\ß\Z½','',0,'?'),(_binary '\'z\Ú*R¥\Ë\Õ\\\×8CH\Ï','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/contact-info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/contact-info.php',0,_binary '¿\êlù§D²\Æ^86D\è­l',_binary '¿\êlù§D²\Æ^86D\è­l',_binary '*\npÀ—\Þp\ê\0\Z¢2;)aÐŽ \à\rˆvQ','',0,'?'),(_binary '+ %\Ì\Æú×ƒô÷ÿ6£','wp-content/plugins/wordpress-seo/css/dist/support-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/support-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\/D{ôc€3\Í\çÙµ\Ë',_binary 'm*]LÀj2Œ´jŠ˜f³¢tOy	>&¢m}Zž','',0,'?'),(_binary '.²\Ë\Ì\Ù>õ\æ7›k','wp-content/themes/houzez/js/vendors/lightbox.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/lightbox.min.js',0,_binary '~\\}ûóð	¼zˆ8«rÁ',_binary '~\\}ûóð	¼zˆ8«rÁ',_binary 'CgÔº-û´+?Â”1\Ò÷ˆ\é\Úvö5|•\Ëð>\ÓR','',0,'?'),(_binary '8\ÊX\Ã\å\ê;\ß\ÐÀ²‡°','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ‰{{\Û/€V\è®\0\Ï\å',_binary 'òósED25}­\Ó	8§]8\â\áÿJ \"gO?O\ì”','',0,'?'),(_binary '8\Ø[ÕŸ\ÕÑ€´*bõ\Ñ?','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessFilterExpressionList.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessFilterExpressionList.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ja\0¿ØÚž;Œ¶_\Ëô‰',_binary 'ð\à¿!iœ}\ë¹\Æ5ò\ãð˜\ä\Ía\å¤\rò`%\ßmD\Ý','',0,'?'),(_binary '?8Rm¼Ð¢E7hÀ€<†','wp-includes/blocks/buttons/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\ù\×u\ß*ø\Ç5¶2F\å',_binary 'üÛ¨\r¬W„dò\Ñ\É ·A–\ï! OI\ÉRkD‡*—ƒ','',0,'?'),(_binary 'G¨|$pÖ +(ª','wp-admin/js/tags-box.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/tags-box.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šg4i’e–\ÒÚ ‹Y,×ƒ',_binary 'u,°tsn¬‹`žb\Þ$\âD\ÉrõFRS©\ïr\ÕÒ‘¬^\"','',0,'?'),(_binary 'QcE’ms\ã»d\Î\Z\Å','wp-content/themes/houzez/js/vendors/i18n/defaults-eu.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-eu.js.map',0,_binary '8¨?ûpÿ~#\Ù\×9\Ã\ÏJ4',_binary '8¨?ûpÿ~#\Ù\×9\Ã\ÏJ4',_binary '<Ì¨\Ë$¶\ä\Z…X\'löúuÀ&_q\ç\ÎV\Ð9’\â\\¸{-','',0,'?'),(_binary 'Q ²Á\ÌÔ\ï2Š7u\í L','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð1ô¬ô3y¶ùû¬1‡\ï',_binary '	}¬\ÅN¬	<\Év\ã­·B±S%\á˜s\\üþ÷S„','',0,'?'),(_binary 'RŽ¿\Ã\Ì…Cªv—­\Å,ª','wp-content/themes/houzez/js/vendors/i18n/defaults-id_ID.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-id_ID.js.map',0,_binary 'ò\Ë\ÓMrÕ·öð¦º\å®v',_binary 'ò\Ë\ÓMrÕ·öð¦º\å®v',_binary 'ú+ö]8ú\07þPÑ†ó\rm\Ï!Œ@’j¸j²¹','',0,'?'),(_binary 'R\Û\ÙB¡pÀ•m\ØZª;','wp-includes/css/dist/block-editor/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '65eþ\ë÷PbÀd.u\î2kô',_binary '­k£\ÛJC\È\éˆFøECj’‚%\ç\Õ@ôMsQ~-X','',0,'?'),(_binary 'S¤†PºdMº1Ž’\\\ï','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':·\éÎ«Gžû_IŒw',_binary '\ÜO\èþ\Ç\È\ßAY‰ucDž\áô\Ô\ê¨\íË€\ç²)¹zø','',0,'?'),(_binary 'UA\ØQµ,U¬–q\×\Þ\Ä','wp-includes/blocks/pullquote/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©…Ù’@\ß;šJ†:m÷',_binary '„žQ¾Qg¸G²aóµP0\Ñ\Ìû\Êóž¡9B˜š¢ú]H','',0,'?'),(_binary 'i;yg2\'^3GY\á\ë¥L','wp-content/themes/houzez/template-parts/dashboard/submit/gdpr.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/gdpr.php',0,_binary 'Š›…¨r\Ócß¶¿ý9ð',_binary 'Š›…¨r\Ócß¶¿ý9ð',_binary '‚€‹z>½^¶GI^\êÚ°\æX#Á“\Õ\Èªžo‡','',0,'?'),(_binary 'mK¡JŠÁ\çCüB…\Øw$\r','wp-content/plugins/redux-framework/redux-core/inc/fields/border/class-redux-border.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/class-redux-border.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\èjJN…Z¦Õ¯£þ¦',_binary 'M\Òñf_{ü‹š\×\Ü …p®“«~	¢ˆ”tžZ\Û*\Å\ï\é³','',0,'?'),(_binary 'r)FõScS–I£\æ2C','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã†t–V\ÎO§\Ï+ó«mF',_binary '¤òš)-n€\Ñ—\Ãd¶™\\Go‹QÀ	3Ý°}\ïš2','',0,'?'),(_binary 'sLŒ\ç•ô ‘ýh&¡','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/FlowService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/FlowService.php',0,_binary 'ûoÀ\"RŠ\" &Û“\Ã%ú\×\É',_binary 'ûoÀ\"RŠ\" &Û“\Ã%ú\×\É',_binary '¬\"ýe\Ê\Òl¿À«òyKJBœL\í¼ÌŽ¨\0\Øš6','',0,'?'),(_binary 'zöU™ŒÔ¹šò¸ø','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '|3P\\y]B\Útf†«','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/PivotRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/PivotRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù+ê±Ÿ\ç3Q¹]i\Öû-º',_binary '¡9>?³2\ã¾ïŠœS\ÃF%&„yO“NSi‡YFƒr°rü/','',0,'?'),(_binary '|g©wmAbñ\n¨ûr%','wp-content/plugins/google-site-kit/includes/Core/Tags/GTag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/GTag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'â§–Ÿ\"\Ë|œþ®û·w',_binary 'V†\ßbý@¹>úWøüˆ­ˆ¥\â\Âý\Æ}–IÄ¡EI£','',0,'?'),(_binary 'o÷jù‹\É»y\æ©V','wp-content/plugins/wordfence/lib/menu_tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_tools.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à6Ë‹\ÐRC\å\Ö[A',_binary '^¡<ž°ø\Êû\×E»Q\ä˜a\ì\ã\ç–\Ë eù–M º~|','',0,'?'),(_binary '€*\Òek<H;R\ï','wp-content/themes/yith-wonder/inc/register-block-styles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/register-block-styles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<ó\Ãj¿C‹Os\î;²b¢[',_binary '\Ù\ào¦g_¯\à\Ñ9®\nU´/\ÒÓC˜­¯PÉ’§•=','',0,'?'),(_binary '‚#Œ0oVN¢§ú1V','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/IncludeConditions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/IncludeConditions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“l¼†y|_:‰\'Tôƒ_ø›',_binary 'ÿ\Ìô‰\Çµ\îº“¶\rsõ\Þþ=\ÂP·\\\ãÓ©¬\Ðc\í','',0,'?'),(_binary '‚ú\×n›½=y0$¦.','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÊºöÊŠþº\É(,,e',_binary '\ÑV¹ «¦øÂ±\Ö-2^=ƒo_\í2lŽÍ…¾Ú”žmý','',0,'?'),(_binary '†Ca\ÞsÁ]ž²n/\å\ì','wp-includes/css/dist/block-library/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Sƒ?\ì^²qõ™ñ”_\'',_binary '\Ô\Î=g%Y;-ø\Ã3V¹\Â\Zž@,6;K\â}€\îF\Z\Å0_','',0,'?'),(_binary '0©\î\é=ðµoñ;ˆ','wp-content/plugins/elementor/includes/controls/groups/image-size.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/image-size.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\Äe@\Ç\ÃT\âD\ÊV K;',_binary '\\ygs\é·HžÐ¡§„µ\×(AH¨<\Ó+\å\Ý³‹**\n','',0,'?'),(_binary '‘b\Ø[quk0\ÔC`˜ž','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/ExtensionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/ExtensionInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç™ö9’\î\é)˜s\Ëß©• ',_binary '‚´5¢\Ögü\n¡ ù°^;\é|£l\î\0\ÚFìµ¨Z','',0,'?'),(_binary '’ÑºŸ\"\ÌP5\ì\Ó^U\Zi','wp-admin/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7j—R«\n”ýX”ñ¬',_binary 'Cþµ?\Ïc³ºwp\ío\Ç4mó‡\Ø¹ ýz ¾\n\ÄX‰','',0,'?'),(_binary ' a(W/O1§€7\âQ!\n','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-print.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-print.php',0,_binary 'WzU‘\Îž\æd«$—\ï[#?',_binary 'WzU‘\Îž\æd«$—\ï[#?',_binary '! & 3º× rOü«ú•ž\â†!\Ñrü£\ß\ß\Ú\Ý&\\À’\é','',0,'?'),(_binary '£\ZfJ[O!&N\'¤\Õ','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DateTime.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DateTime.php',0,_binary '­2	(“™”Ú§F+þm\Ç',_binary '­2	(“™”Ú§F+þm\Ç',_binary '(;½7\Ðûw­\Ú\Õüm¢\Í\\6yuC:Z~{3\æ\è?\Ñfc','',0,'?'),(_binary '¤6gMsQT5w\Þ7\ál§','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š\ÑIB”¬ g\Ç\\OuTB',_binary '\× _¾ ˜a{ <@_\ç©{TO>hs#£x\Ì0>¢-','',0,'?'),(_binary '§S¶-²€‚ôc”[²Tw','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/Webfonts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/Webfonts.php',0,_binary ' ú\'ý£?	Ã€>ˆtn!\è',_binary ' ú\'ý£?	Ã€>ˆtn!\è',_binary '…`t/š£G{¥Y+9‰w\Ãeu\è€5cgF\×\è\ée\n±','',0,'?'),(_binary '§m\Ìœýz4\èL\ä¯úK','wp-admin/images/xit.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/xit.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?¾`¯…p£R’\á,\È\æ_\ìp',_binary '£\ÈA†\0|=fý‰\é\çòJœS<\Ïõ•þõ¶˜\Þ|','',0,'?'),(_binary '¨AÇŸª8;%¾£\0Egÿ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(­˜\Ze\Ü\nExq\ÈX\É',_binary 'Ö‡D‹ö7\åõß½i®Tð\Ù0Bl!rm\ë0‚81','',0,'?'),(_binary '­\Ü\ÜvÖƒšò\Õ\é”õ','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/GCECredentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/GCECredentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2ø£5±\Ìbn7\Û\èH°´',_binary '2ó\ÄÛ‚.\èO¢õw q®m	dörþs´y½G³ù','',0,'?'),(_binary '°wF¤òÈ¶Œ\Û\ì‡# š','wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â¬e¬·\×j\ë-¢ú\Ý=ó\n',_binary '\ÎW˜OT\Ì6W¥ð[Üºö\rª$ÀÀ´ùxù\êþ\ÛC®„^','',0,'?'),(_binary '´\ÇAóG,‡\Ã<Œ¸¸','wp-includes/js/jquery/ui/effect-fade.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-fade.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úÉ‹—¨%:\ÏwFŒ5£Ú˜­',_binary 'NDý\"x\'3,«ü3a€¾¯\n\Ô\ÉV\îl±³\êE^`¤™\ný','',0,'?'),(_binary 'µœZ·\Ò\çg\Þróâ­‹¥','wp-content/themes/yith-wonder/assets/fonts/satisfy-v17-latin-regular.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/satisfy-v17-latin-regular.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'IjÛ–7Ö¬\ÐüY F5\èˆ',_binary '¯–³\\\ÍY?6Y(/þ¸:™v	›)\å‚\ÙXzo\n8','',0,'?'),(_binary '¶ \Ûû\Ök¥!&ð­ò\è\Ô','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_f6cf3b_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_f6cf3b_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm\ê‹\Î2\ëA°«H±6\ÊJ!',_binary 'Uû’´	¾Hrx«T\ÐûE¾·\È\È~\ædPFw¬‡','',0,'?'),(_binary '»9\æ\Éô\ÑK‚.ES','wp-content/plugins/google-site-kit/includes/Core/Storage/User_Transients.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/User_Transients.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-Ì¬>G½—¿zA³ý&\Î',_binary '\Ã|•µ\ÂÝ†ñ²¨z£÷·\Öî‘’!o¾µ\ÙiH','',0,'?'),(_binary '¾.§>ñ¦u\0Mh\æð\'\ë','wp-content/themes/houzez/framework/metaboxes/property/private_note.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/private_note.php',0,_binary '}žB\à´˜¬\êFq\Í ôc',_binary '}žB\à´˜¬\êFq\Í ôc',_binary 'ƒ\n\é^hC\ç»–ôY\äB6žgtû€e>Z\êý“4','',0,'?'),(_binary '¿‘tb©¸\ï„`s]\'','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾ƒÞ›e\ïª\ÎZ±ŽŒº	@',_binary '”Ú¨,Á€UQ\Í;Vÿ\î]“\Ç\Ü\Î\æ€b\Ä]Ž[\ï\å+€6','',0,'?'),(_binary 'À:\Z†`gI ô±\Ë>P)','wp-includes/assets/script-loader-react-refresh-entry.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/assets/script-loader-react-refresh-entry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥š›\ép¥\Ú:P\Ùp’\Û`',_binary 'n\ØÆ¿‚	„UCŽ\æÖ‰¹:\Êeñ\å›ô/\ã\å<¶\Õ','',0,'?'),(_binary '\Æ\\in\r\Ý\\>¨¢\×\æ','wp-content/plugins/one-click-demo-import/assets/images/warning.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/warning.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž)|þñ9N@‡amÉ‘',_binary ';\ä\Âz–¢¥*u+½*H˜ƒV´õ6õ?¼€','',0,'?'),(_binary '\È)ºö?‡\\pVí˜€d\ák','wp-content/themes/sinatra/template-parts/header/widgets/search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/widgets/search.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉY)ô k< XÉ¯u“',_binary '1~±P\ãˆ\âj\ÈE\Ðmõú½;n\'€\Ò`INn{t','',0,'?'),(_binary 'Ê¾o‘\älv\ÒU£K\ä,¸','wp-content/plugins/wp-rocket/inc/deprecated/deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/deprecated.php',0,_binary '8úzK\Îõ)\ïðxÿ\Âôy',_binary '8úzK\Îõ)\ïðxÿ\Âôy',_binary '°ÿDIC\0\áŽ\Ãà´›~«4+q_ª9\ßE„½\r','',0,'?'),(_binary '\Ìµw†\'y`„/g…0','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Events.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Events.php',0,_binary '\Z\ÄH\ÕÀ\â\Õc2!DÄª\Â',_binary '\Z\ÄH\ÕÀ\â\Õc2!DÄª\Â',_binary '\Z4YÐ±ôk-ò¢!Sò\ë/j$NÛ®Á”ý…€\Ðß¶÷ô@','',0,'?'),(_binary '\Ð1Y¬^$Ÿ‹ª©rÁ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedDebitService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedDebitService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',|%_\"­þ#\r—\0\Ñ°',_binary '»¥\ä\Z–7}A>y¯¼p¬¬œ\å\ë{H?9qô®\îƒ\r','',0,'?'),(_binary '\Ñ.nˆ.µŸ¥›Kw','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-rest-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-rest-api.php',0,_binary '±Tfå€·ò7G	\ÂûbôZ',_binary '±Tfå€·ò7G	\ÂûbôZ',_binary '\Ä(\Ñ*2Z^ÀGˆ˜`H¬g.Ò¸›˜1!‘\ì¦\ÅÁJý!','',0,'?'),(_binary '\Ñ4\ç3’_–K6Š†0','wp-content/plugins/updraftplus/images/addons-images/onedrive.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/onedrive.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸O\" ¾Ã†\àhOô\Ý¿­	',_binary '\Ü\Ç(aF»_N\ÝÂ–«\\šR4¬ûj(s0¸A^ŒW\ã©\Ì','',0,'?'),(_binary '\Ô•\Åø	s\×m ,z\æX','wp-content/themes/houzez/property-details/luxury-homes/video.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/video.php',0,_binary 'º\ÑÁ®hf0\Í;›¦n7)/',_binary 'º\ÑÁ®hf0\Í;›¦n7)/',_binary '×‹¸\ï\'6hÈ¯ˆ6\ÓP¯ùÜ§õ(\íatG\à£k…¦','',0,'?'),(_binary '\Õ÷^‰Áû<Vd0O˜','wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\ÏK¬:ð\ÃK[\ï\"\ãý4\Í',_binary '¶ª½XÒ”\èb$8ô!\ã\ê\\ù=œ\ífÑŒ%ÕžöBƒ','',0,'?'),(_binary 'Ö¹O\èo2¶#œx\Ñ{ñù','wp-content/plugins/houzez-theme-functionality/classes/mobile-menu-walker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/mobile-menu-walker.php',0,_binary 'C\ä\à¸\Ò\r\"\raZ»{’>',_binary 'C\ä\à¸\Ò\r\"\raZ»{’>',_binary 'úI@Ã’\"õ$E¹z õX\Õ=\0Gƒ@|¦¨*,','',0,'?'),(_binary 'Ýj˜ûxÓŸývFP¼‰\n','wp-includes/Requests/src/Exception/Http/Status305.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status305.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e»¬\ÞQ°“6\Ì)…„‡',_binary ',’ŠŠ\ì<e§/\ßr\Ò$‹\Íó ™\ë÷}²S','',0,'?'),(_binary '\ä$Í”p‰©\Â\åè…´3y','wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v\È\Úøß’\\1\ÍN\í8µc',_binary '8üv›U_\n%\Ú+Z\Ôu\ÏA\ÝÄ®†¯,-¹','',0,'?'),(_binary '\çq	6c –\0N«R,~R','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessOrderBy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessOrderBy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ\ëµ\\¶þ›’lU€ªþ',_binary 'p©5z•ú\ÙFÝ——2\ÉÀ¹jŸ\ÎF…»ðA>JÖ˜”[','',0,'?'),(_binary 'è«’bBš [\Ûk~fû°','wp-content/plugins/redux-framework/redux-core/assets/js/redux/qtip.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/qtip.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉH\àxy¥ð\Ï\Û&\ßÄ–˜x',_binary '	X²\r–\ã<fú1QNz\×z!—Š=–\ï¡8½†\Èù\Ã','',0,'?'),(_binary '\îX)\Õþ²ü\ÈI³fƒ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\Æ\Ù\æ½Y0\'\ÕQB¥¨ºS',_binary '½œyn\rN\ËkoÙª‰€œB\ï\Êì°³#.U³	v£\ÏC','',0,'?'),(_binary '\ï4h“‡\È\Ö5«KÃ£','wp-content/plugins/updraftplus/central/wp-optimize.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/wp-optimize.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jo\î5Aw\Ù\ÜXøØ¥¿4',_binary '¥?\ZniIUËµ\ï8_¥Þ¶e•x|\Ëk\ÂxV\Ù\Z¢\Ë\Â','',0,'?'),(_binary '\ïM©§l¯¬ý@Y2\Ê','wp-content/plugins/redux-framework/sample/sections/color-selection/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'õ©o”®ñ°©f$\ÈÎ„ÀŽ','wp-includes/Requests/src/Exception/Http.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l‡8ªûZ·Z£¿Í\Ü',_binary 'ôÐ€nˆÂ—W–a*ÿ\Ë!c!öE…ŽŒÏ†\ÃÅ…>','',0,'?'),(_binary 'úlæ®“gIp\0sT5ó','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi/ThemeInstallerController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi/ThemeInstallerController.php',0,_binary '¨Pú)d¼²\Zzðfˆ¤t',_binary '¨Pú)d¼²\Zzðfˆ¤t',_binary '™\Í\Ã:\Þmã·¯\ì½\Ä\'e\0i\'\ÕBga\Éñ,\ÉY€›\Ø','',0,'?'),(_binary 'þ…¬¶\\¶«-\Åm\\„a','wp-content/plugins/houzez-studio/uninstall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/uninstall.php',0,_binary '©\ã÷qÖªJh²¾D\ß\íQ\"M',_binary '©\ã÷qÖªJh²¾D\ß\íQ\"M',_binary '|*8eòºBu€L4©’]3E\Ñ*\Çg¡\ê|\ÅsÏÉ¡','',0,'?'),(_binary 'ž\0\r„\ç”?þP\ëÓ³–l\Ý\Â','wp-content/plugins/redux-framework/redux-templates/redux-templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/redux-templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(·\ÞÌ¦\"`!Ÿñ|µjwú\Õ',_binary '“Ñ£8\\­\æµ\Ãr‹dA,YóIö\Ê\ì\"­L¼ñ@\Ø_','',0,'?'),(_binary 'ž\Û1™6pôÕ¥jÿû','wp-content/themes/sinatra/inc/customizer/controls/widget/widget.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/widget/widget.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':\ÛF7¹­:,˜\Z¢\\*‘l\ã',_binary '\Ûõ\"\ç\ÃkQ‘ò´¦*f£YkKý¢x\Ð=\'\n\ÄdÈ°ù','',0,'?'),(_binary 'ž¸ƒ¤ñLø\Ü9tH÷`\0','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-show-hide/show-hide.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-show-hide/show-hide.js',0,_binary 'ña¦\ß~\"9·C\"\Zu>y',_binary 'ña¦\ß~\"9·C\"\Zu>y',_binary '`ð†\Ò1z”Omrƒ\rcFö\Ö\å$‘7B\Ú#\Ñ\\','',0,'?'),(_binary 'ž›½\é–cTm½/','wp-content/plugins/revslider/public/assets/svg/hardware/ic_phonelink_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_phonelink_off_24px.svg',0,_binary '.j8$_¾òKþxÑ¨x\Ö',_binary '.j8$_¾òKþxÑ¨x\Ö',_binary '\î_£\Z•o\n|Ñ¼\04\Í òœ\á‰vÛ­Ðµ\Ý\Èö×','',0,'?'),(_binary 'žýý‡/¡t\Ôj\r‡?†#','wp-includes/blocks/site-title/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î+VX	¤¸1õ\Êf„k',_binary '¥\Ñ\È1\Ó\î\â(\Øú\\Åµ’\Õó!K´Y\Ô1*\Ñò¿¢1','',0,'?'),(_binary 'žµ‚´„Õ°	Ì‹\ÓÈ²\ÃS','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€”(`]VŽÅ£[^ \Ïò3',_binary 'FÜ‘ t=Y+‹Y\ÊÒ¿\æe\ÆÛ¾K÷b\Ç6W\åó','',0,'?'),(_binary 'ž£UÀ±a‚\Ñ\ã%¡\Ý}ù','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fr-CH.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fr-CH.min.js',0,_binary 'Žô	¶\ÄÍŸ‰\Ü9\ã(ð¨',_binary 'Žô	¶\ÄÍŸ‰\Ü9\ã(ð¨',_binary '^«nH»\Ë\Ò\æ8ög\Ô!\Õ\Æ\å4óö­\ã§S¨60]\ß','',0,'?'),(_binary 'ž Án€$›‡qˆ\ï^qf´§','wp-includes/images/smilies/icon_lol.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_lol.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@\äs\\e³Ÿ|˜sËŽD0',_binary '\ß\ÚøYŒÀŒ\Íaý^F_ûò8…\êØª2¡3%\áj\î\Ê','',0,'?'),(_binary 'ž\'^“Dý\×IG\Þ1…\Ù!','wp-includes/ms-site.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-site.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦y\ä‘Å·=žø³¥\éô¡X•',_binary '™\ÅRõ\âŒQŠ…\0È­¾j24‡\ÝÙ»Xn¯^•ùc¸«','',0,'?'),(_binary 'ž(Œó\ãÏ¹¦\éØ²ó°óˆ\Ô','wp-includes/blocks/video/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yŸ‘NM„LºŽ¶Áý',_binary ' y—QK\Ä\ÚÃ›õ§JZ”	 {¨ \Îv2¡½¦ˆ\é2F','',0,'?'),(_binary 'ž*Tñu\r¢\í\Ó\Ö ~ªm','wp-admin/css/colors/ocean/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ocean/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r>9Ÿ¦—´Šbõ‡\í\Ò\Í\ß@',_binary '\êÀ™Þ¹\åi¯´‚a‡F0(`™|h&»\Þ\Ññ6=/','',0,'?'),(_binary 'ž+\0Ž»R›/‰\ÛIø\Ê\ï','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“­Ž&VµG\È\Z÷!\×\rn',_binary '‚ÿ0Ý˜™\É\é&Ðšß“f²´ˆý5*c¥ª\å»>]\ÃJ','',0,'?'),(_binary 'ž/\Úh\Ì\nGýj$¨z€','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountRef.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountRef.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šž]¨w\íhc´•\ÅÈ±',_binary '\Æxý^p~­°µ\íMòXnWZ­ˆ—1L\ÒòÀE\r\Ç\í','',0,'?'),(_binary 'ž1l<œ t~LŸUwó','wp-includes/class-wp-locale.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-locale.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ', \"øÍˆ\Ý_\Êo[Y9\æ(',_binary '¹™¶‚™I±z©ˆÞ‡;/CÀ:WCNúÀ×œP','',0,'?'),(_binary 'ž2:i\ßMƒ¸F¸¤MÞ³ª','wp-content/plugins/google-site-kit/includes/Core/Tags/Guards/WP_Query_404_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Guards/WP_Query_404_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•]\Ï[\é&9š1#ð3\nû',_binary '‰¶\éÔ™vþµ\É_º\ÄV´[\\Zoö7S(\èWV-#\ã* ','',0,'?'),(_binary 'žBû\éÚ\ä(j]¹\ÍV©\ç','wp-content/plugins/wp-rocket/inc/Engine/Preload/Cron/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Cron/Subscriber.php',0,_binary 'ø1e	a%{\Âù$À…ô',_binary 'ø1e	a%{\Âù$À…ô',_binary 'n¦ˆYS\Â1¤2ivõX\Û|\Þj%Ið¬o¼8–<\ì','',0,'?'),(_binary 'žC¼I=™´jœ\ä’	ˆq}\Ì','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hr.js',0,_binary '\égO\Å\'	¬ˆ¦\çR?y{°',_binary '\égO\Å\'	¬ˆ¦\çR?y{°',_binary '\ï›«²v5y?\'!‘\Ï{Lª¶¾¹Oßš6\0€@:\çM5','',0,'?'),(_binary 'žE-j\à\Ê1j\ì£\Ê\r\ÏE“','wp-includes/registration-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/registration-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úQ<Û¾\Z7¦M¢v«ö',_binary 'Kd\ï\Ûˆ_ºMF¥ X¿òXþ.,\'T\\\Ù\Ù6ö÷ò6','',0,'?'),(_binary 'žHz¯t‡Q\Ð\Òà³¼\Ãj','wp-content/plugins/wordpress-seo/js/dist/faq-block.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/faq-block.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D¯™7©aµ/ˆ‚g4',_binary '\Ù\å}K6¿×›‚¯\Ù,\î{\à>‚V\'aV\0\à·h\ä–JòK','',0,'?'),(_binary 'žKû+^ûð\ÕpD\ësð\Þ','wp-content/themes/houzez/template-parts/listing/partials/item-features-v6.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-v6.php',0,_binary 'J´e±\âÿ–ôÀ{w}%',_binary 'J´e±\âÿ–ôÀ{w}%',_binary 'A­Š£¹‰\n \ÞÀE$š\È\'ˆ\Î\Þ.;HÇ‘\êo.jt\Û','',0,'?'),(_binary 'žLuö¼\Ðw?“²\Ùq9','wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fÙ ‹|\'¤Zóu(',_binary 'd\\®t°\Ú\"ro\Ë\ÔE=G\Ëü\ã\Ä\Å*\ÜÕ™²]x\ÅO','',0,'?'),(_binary 'žT\×Rˆ6f¸Í §\ëÁ\Ç~','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/BeaverBuilder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/BeaverBuilder.php',0,_binary 'Å˜x\\\'Mj\æh\î\ÒG¼þ',_binary 'Å˜x\\\'Mj\æh\î\ÒG¼þ',_binary '\Î!ž\áL¯úþ¹\á©	C]µ\ÄI23‰°q}±±‰','',0,'?'),(_binary 'žU±FVq\":\Ó\Â6Ò','wp-content/plugins/elementor/assets/js/notes.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/notes.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\è|Êš–Ú­3ž4d\n¿\Æ',_binary '|\ÛQ7öi\ê£û\êB‘•¶›ø¸m¿\'†$¹2»','',0,'?'),(_binary 'žX‰!#öö\Øq¸_Žcj','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/ServiceProvider.php',0,_binary '³29žÑ“\Ãl¤%wÛ¾\ZU',_binary '³29žÑ“\Ãl¤%wÛ¾\ZU',_binary 'Ï°=óõIu<\ã\æ–^d¿¹i%B\0‚»À¶Ó«\×}|\è','',0,'?'),(_binary 'ž\\ôý KW2\Ï\Ý]\nÿ8','wp-content/cache/wp-rocket/point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/index-https.html',0,_binary '\Äô\æü\ÈÆ#ª<+»\È\É',_binary '\Äô\æü\ÈÆ#ª<+»\È\É',_binary '«Z?°QŠ{TB	CI%ü¶–—©…£\ÌeG8õn\'\Å\ä','',0,'?'),(_binary 'ž]oMð¢seªªJ4\È','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿo†þh5ƒˆ\rxÜ–N',_binary '6y\ZuðÏ…;\ç	­0¤~\êrs1Jÿ9Ž\ÖX²‘òJžˆ\Å','',0,'?'),(_binary 'ž_Í†\Åj2QD2\rˆ¼ú9','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Iconv.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Iconv.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…aGb¥Ð¸Ÿü±Á¯n£\Ð',_binary '\Z{\×û4’/.¹iR§pEp,L\í\Þbˆi©‡h\ß_˜;','',0,'?'),(_binary 'žf ¬§r\Åp\Î(—‹p $©','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p¢\ÔbD\î@pýG+\×±',_binary '*DZ\Í>ùBgñ&Y‰Yˆ›þ„Ž\â¨4(<¨/','',0,'?'),(_binary 'žfhE\í,Qš2\ã·fe´\Û','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Installer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Installer.php',0,_binary '\àƒ\Èg\Ì\r\r¿ý H\ÕU',_binary '\àƒ\Èg\Ì\r\r¿ý H\ÕU',_binary 'Dƒ´ýh\ï™4¦ö\ØL\Ù5‰«\"ûÖº+C:R.‚O\ä','',0,'?'),(_binary 'žh]•³:ù¸\ê\Ò\Ô\à£i\è','wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X7Ásnm`<¢·÷D“',_binary 'z²¡p¹_ƒ?„P:\ÕLD¬8\Ò\ZKY52ÁxMe…','',0,'?'),(_binary 'žm,\àD­µ3\ÂÙŸY.‚P','wp-content/plugins/revslider/public/assets/svg/av/ic_library_books_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_library_books_24px.svg',0,_binary '\áq ±ehN\ÄPÿ\Ó&z\Ð',_binary '\áq ±ehN\ÄPÿ\Ó&z\Ð',_binary '+¤Ð‰Hl\éc‚°²²\ê\\2!^<J¶<j3þŒeý<','',0,'?'),(_binary 'žoª­\Òe\î\"uÿQc','wp-content/plugins/houzez-theme-functionality/assets/images/houzez-icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/houzez-icon.svg',0,_binary '\ÞL9Ê¨^O.\ï\"ºžÖ¿G',_binary '\ÞL9Ê¨^O.\ï\"ºžÖ¿G',_binary 'K\Õ\n)Tùµ\Í\í\\nñ)·».g”X»@žØ‹ù	‘','',0,'?'),(_binary 'žt§ð®¶¦´/Œ/;¯þ','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/PreloadUrl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/PreloadUrl.php',0,_binary '9¬õ\Î\n\î\Æñ¾¾«§2¨U†',_binary '9¬õ\Î\n\î\Æñ¾¾«§2¨U†',_binary '_}mO\â`¥‰—Ö­· Å¤b†\àÞ¤a\0ö\à@\"','',0,'?'),(_binary 'žx\Ø\åþ\ÕÕ³=,¯‹‡=','wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À+\æ\Ùfqø(ª\Óÿ¡4È®',_binary 'ük(¨\r(Nð¼þjj\Ú\Â\'\ÎÌ£\å6.÷/‘\Ò\Õ\'','',0,'?'),(_binary 'žzPö2\Ð\Ì$©\ÒK©\È\ãI','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Models/Toast.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Models/Toast.php',0,_binary '¤—J\êü:~-ú‹ü3šM',_binary '¤—J\êü:~-ú‹ü3šM',_binary '½º«À{ôŠ\Ð¨¢oŽ^ÞŸO±¥k\Ò\ØV´úV\ìR','',0,'?'),(_binary 'ž{³±\î¯\Êòügb$t¶I','wp-content/plugins/updraftplus/methods/azure.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/azure.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê\ã\í¯TT¥£­ô­\Ô\êT',_binary 'Œ\Ý\à\â­6—½Z¦Š\Zv\Ù[\r[0~O¶¤\ëµ\ìF¼G€RNh','',0,'?'),(_binary 'ž \ÃNl0<+\éƒýox','wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r|ö5;6z)qNA¹¿',_binary '¶yFepE\È^a\ç\Ú\Ü.\ç\ä\r;‚\è\á\Éps³ôL7®f','',0,'?'),(_binary 'ž…¶»½\î¢\è†<\ïx\ÍBŒ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÆSPZñ‚~\ßöþº±>\Æ#',_binary '1\n øœ„\É\ÃiŠŠ\Ù#B¯\0Ù—«o¬ûlE©K','',0,'?'),(_binary 'ž‡KÃ£\ß\Þ!\Éûub­“\Öù','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Web_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Web_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B($ù\É\Ë\èm\Ðúè™¬x',_binary 'Uó\çö¢\Ï£w+\Õ\n­\îb’|õ9~)\È(wú•','',0,'?'),(_binary 'žˆ\ÕÄ´j~=x¹6ÿP÷','wp-content/themes/yith-wonder/templates/single.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/single.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”Ã™Àýú<:\ê>dø‰H',_binary '(\ä\é\ì.\Õ\â²Ág\Ù\Çi¯\Ð\è—|úHI»|˜\æ´O\"','',0,'?'),(_binary 'ž‹\Þ\ä\á³Ï¨¬=H4¬]','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þŸøDºõR°\ä?\çm3tm',_binary 'A°w/Àº\0‡ûÿ3‡€;d4r\ä]\Z¼ƒ.e²„Ü†','',0,'?'),(_binary 'ž•\â“÷·RO¸6R\á\Éo…û','wp-content/themes/sinatra/inc/compatibility/woocommerce/woocommerce-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/woocommerce/woocommerce-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à|­a]\Ø}¤b\Ò\ÅS“Œ',_binary 'ñ\ÖB—‰\ï,€	¯3	ñ\ÉÁ{‰¦u½\Í|jK5\á','',0,'?'),(_binary 'ž•ý\ZpJ“\âhø\ÊNû\ì\ë ','wp-content/plugins/wordpress-seo/css/dist/academy-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/academy-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í\ÙÜ«,ùK\È\Ò\\~¡ð\Ý]',_binary '{\ÉòH}*E{+\ë<<üˆÜŠ\Ã\ÍYVv‚\îu«†\ÞÚŒ','',0,'?'),(_binary 'žœ\á\nC³µ=M\Ïtlbe7','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListUrlChannelsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListUrlChannelsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'XÿL‡ùŒÀˆ	%Eñ\Ê\ë',_binary '¯ß¸	¤6„FÆ€0—&‡\î+ž\Ï\Ô(,™—Z™„&Ø‰øC','',0,'?'),(_binary 'že\nýû\æ\é\Ù\ÐW¨Œ\à5','wp-content/themes/houzez/template-parts/realtors/agency/social-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/social-v2.php',0,_binary 'µmh¡˜\á†*»\Ü ú’/',_binary 'µmh¡˜\á†*»\Ü ú’/',_binary '\Â*[:-c“\ÝPîŒ„<Ÿu\âø\Ô@\ÝP>ož\Ì`\Þ','',0,'?'),(_binary 'ž£e-¨\ÒRÈ‰”®ùL:\Ñ','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q\Û\Ù\×zn\Ø¹z˜¥¿ƒ',_binary ',r\ê\ÚPQ\"q2`\é¦C3Á&\ZË€gˆZ^£6','',0,'?'),(_binary 'ž¦\èRÒ¼i˜‡\Üzi˜MY','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/delivery.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/delivery.svg',0,_binary 'Ã½\n\ê5¸xl|\ÌOtM)',_binary 'Ã½\n\ê5¸xl|\ÌOtM)',_binary '.\0‡Ã£Gs¼I\é1ù\rƒ\å6 š#·°<\äŠý´}\é¼\á','',0,'?'),(_binary 'ž±\ß2’h6Í’¿\r¾~','wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷¹=Q«\'®‹,\Ã\ï\09—¬3',_binary '|©ô‚\"¤`!\ÖCeŠl¸U\åt\Æ|#oùÿ«H$\è','',0,'?'),(_binary 'ž±=K3p*¬\Õ=2l\Ã¢','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's,s…qÔŸ\Ô\0ß­–\åb?\Â',_binary '\É\ÌaV¾ˆlK­~–W9!!A\ß\\\å4§’\èOg­\Û','',0,'?'),(_binary 'ž±BR¬ckr±³/SÞ…0','wp-content/themes/houzez/framework/classes/upgrade20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/classes/upgrade20.php',0,_binary 'nt\Û\rŒ3w§\ã\Ì\Î9Cž',_binary 'nt\Û\rŒ3w§\ã\Ì\Î9Cž',_binary '([ž\â³)-ô\æ9Z¸\ÊÌ…oQ\é¸E« \Ý(\Þÿ\Ø','',0,'?'),(_binary 'ž\Â\åž\ìwÁyt\á\ß)úQ\Õ','wp-content/plugins/wp-rocket/views/cpcss/metabox/generate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/cpcss/metabox/generate.php',0,_binary '\Ìð‘¼F¦\ÜB\È ôq¸­',_binary '\Ìð‘¼F¦\ÜB\È ôq¸­',_binary '\ë?»ÚžX\"òQ”#¿J¥’\Îñ©¬e\îQŒ4\Ö\ç»f„58\Ç','',0,'?'),(_binary 'žÇ b’‹110rŠ\Åf´µ','wp-content/plugins/wpforms-lite/src/Frontend/CSSVars.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Frontend/CSSVars.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡QøS\ßz‹\è*\äd¸j›',_binary '7—þ\ælf\n\Ï~m.­…9Á\'%+Fœf­šŠ\ìÿP\Ó','',0,'?'),(_binary 'ž\ÉPÀžC:\Î(\Úò\È\æ\'\'','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger.php',0,_binary '¢e\ÒFE_þ}™ŒF¸ˆ?¯',_binary '¢e\ÒFE_þ}™ŒF¸ˆ?¯',_binary '\Ï+Tœ!\ç¾UÊ¨<e&ƒÑ€\á•Ò³½Ò—Ú“Ø½)¦r','',0,'?'),(_binary 'ž\Êy\Ì\ÔKxk6­\É>','wp-content/plugins/houzez-theme-functionality/elementor/widgets/space.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/space.php',0,_binary '›X[\ï%s,=\"\æ\Þ\'ó\Ç=',_binary '›X[\ï%s,=\"\æ\Þ\'ó\Ç=',_binary '\r­nÎ‘lðw\Õb©ó*V¶½_\Ê\Ê<’\Þg³aÕˆk','',0,'?'),(_binary 'ž\Ù\Õ\Üg.\Þl`F\"\Ö\Îñ/¿','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PlanEntitlement.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PlanEntitlement.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r´É‡\Ø\ê-\ÆD÷ß¦r\ä q',_binary 'cwgß¹IM\é¢;{\ìÙ´\çý»{F˜”\".\ïe\Z','',0,'?'),(_binary 'ž\Ý\Z\Å\ÊP\n´º×¶7U','wp-content/plugins/revslider/public/assets/svg/action/ic_exit_to_app_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_exit_to_app_24px.svg',0,_binary '\ãR\ä·\ÓK q^¢€cG*',_binary '\ãR\ä·\ÓK q^¢€cG*',_binary 'ÇŠA{M§5_	\ãeÖ›\ÔG‘\Zñm“™Q(ša\Ý`','',0,'?'),(_binary 'žÞ‰‹Ô‘6~½Rp\Æ_\×x','wp-content/plugins/redux-framework/redux-core/inc/validation/color/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/color/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'ž\à¾X­*^ŒÏºR˜´\Ü8\Ì','wp-includes/css/dist/block-editor/default-editor-styles-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	+ƒbpe¨«\×\Ê\äQ5÷',_binary 'MnP•S\Ä0}s•vÙ€ Cy½O¼zOô\âò©z¡\Ç—\Å%','',0,'?'),(_binary 'ž\å²\Ê\Ð##Õ‘n\ndA\\­e','wp-includes/blocks/latest-comments/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-comments/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãû\é\Ï\â^\Õ^%Ro\Ân',_binary '»°^\ÒÕ—²\çI£ø· Hîž¸ \É)\Ñ«ºMa','',0,'?'),(_binary 'ž\ç\ÄÑ¨rÖŽwX*j%G2','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/APIClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/APIClient.php',0,_binary ' X\"õ&À/\Æ\ë\ã1ªj,­',_binary ' X\"õ&À/\Æ\ë\ã1ªj,­',_binary 'ô\ÉHWŠ/;¹\Ä)©Y\áÛ¢i®«\á|k&zF…¦‚','',0,'?'),(_binary 'ž\îp?E^¢@·\'Œ\ãPE\Å','wp-admin/edit-comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	WF\Û÷¾\Ã\r–\ïB©\Ë;',_binary 's\"|Ú°ûy—óÿ,\Óo?d±aM”E\nJQú5\Ô\Ù/','',0,'?'),(_binary 'ž÷Š\ï©Á\ÈU\Ñ\\™aE','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–w¸•Í±Àör0 \êØ…=\æ',_binary '?E\Ü%÷\ë+Ž›„±\Èw\r\ä^\ßÖ—.$\â‘i‘$[W','',0,'?'),(_binary 'Ÿ½I•Ž|>Z”\ìq','wp-content/plugins/elementor/core/logger/log-reporter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/log-reporter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùr–_S,(4F¤\Äy',_binary '²T\Ã\á\Ë_\ÓÅª:\ä\îùZ<\Â0ž…òË½\ÜL)\Åuq','',0,'?'),(_binary 'Ÿ! d´þ‹\àˆxO\r<§','wp-content/plugins/wordpress-seo/src/routes/workouts-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/workouts-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼\îÐð(ö %ú;‘a(',_binary '¸ˆñü§ ¾\ç\r\0\Ãh®“	‚^\âøÿ&‘iQÿp9\n','',0,'?'),(_binary 'ŸCv¥š¿ˆ¦\Þ4¥\Ê\á','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tÿû3\ãpœ\Z`Y;|š˜Où',_binary 'o\Ãbp~\àZ\Ò\È \Z\ïÆ¤\Ç.LiŠ\ì\ne³:\èa3\×m','',0,'?'),(_binary 'Ÿ\ZR«\â‡Ë©­_%XD','wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi/SettingsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi/SettingsController.php',0,_binary '“³s(;ß•F¤úb¨\â÷¾',_binary '“³s(;ß•F¤úb¨\â÷¾',_binary '\Ä\Ø\n\Æ\ÛU.‹ »¾¶÷`\Ç-¤Se\Íð\r@ô\Ë\á<','',0,'?'),(_binary 'ŸB\â\Ô\è™ô!³¹vÝ¡É¶','wp-content/plugins/wordfence/views/onboarding/banner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/banner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á\Ë\Ð\é]«bÿyc~ñ\àKw',_binary 'šƒ\á•ó\Z°T\îDi.\Âqs“Õ¶® ¢B\Ü\Ã`-pýnN','',0,'?'),(_binary 'Ÿ5\Õº£YtÀ\r­ˆ\Ç\Æ','wp-content/plugins/redux-framework/redux-core/assets/js/redux/init-fields.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/init-fields.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›»ÿ/†-&¹X¢9˜(X²~',_binary '\Í,¨P–\Ú$?E8k@1¤	\Z‚ªþ\Î.YXX?®Eu!','',0,'?'),(_binary 'Ÿ# \ÝmRhœ4\Ìª\Zj!','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-hcaptcha.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-hcaptcha.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm:#²^\ÎV<§=\ë´WU',_binary '\Ç\â\í(|\ê†,¥8¿ÁðO\"\Ø<¾\áuE†´’U\"R','',0,'?'),(_binary 'Ÿ\'&o\çSw6¡\Âó\Ø\ê(\ä','wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã@+°œ\ëSÖƒ©e9ø',_binary 'N\ÓO²\ï8M>™4\Ã\â\æ$\âˆT8}Tž^û€d\è£','',0,'?'),(_binary 'Ÿ*\ã15½ˆ­ºÉ»tf','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/ApiConnectionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/ApiConnectionException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P\ë\È=\êf\'\à ®k9\î”;',_binary 'E.\È\âå•»˜f&•§\â{½AJ¾\Énh\r±(\ÎW\"','',0,'?'),(_binary 'Ÿ-\áˆ	ž´BY9g´œ¨»','wp-content/themes/houzez/inc/yelpauth/yelpoauth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/yelpauth/yelpoauth.php',0,_binary '\ÆØ³\0*P}4Š\î\0¶',_binary '\ÆØ³\0*P}4Š\î\0¶',_binary '—f ½M\É\ç°qNpkµ¦ \è)>/\Ù\ÖI\ÑÊŸ<˜','',0,'?'),(_binary 'Ÿ1x*Ú¶\â>`;—1µ.','wp-content/plugins/elementor/data/base/sub-endpoint.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/base/sub-endpoint.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'FJˆ\áX\ì\ë‹Í®M¼)›’',_binary 'ø`“\Ô+y\Ðúõ÷ñ‚ŽÖ§]ºŒ’£fNùñ÷','',0,'?'),(_binary 'Ÿ2Œ…s|¦\Ëw\ßz','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éN»?¥·‘\æ¤oK‹l\Ô',_binary '©£\ËúQÜª¨ô¹@-a<…¶|ß›\å\Ãî· \ç&','',0,'?'),(_binary 'Ÿ4\ã”Zs™\é.]\åñ*','wp-includes/blocks/table/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù*\Ý±‘†·\È\'V“mž',_binary '«þò\ÍBŸ\îOð‡—\Ô•ô&¦\Ý\'\Ìo1IYy¾%D','',0,'?'),(_binary 'Ÿ6D*úŸ§F´š\n\Ï\0\Ùi','wp-content/plugins/wordpress-seo/src/config/wincher-client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/wincher-client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jH¦CL¼a\Æ7»\0‹›ø°',_binary '©qzô\Ü\àü²Èž.ù\\\ËðZz\Ãn\Õ4[b\é|sA“F›','',0,'?'),(_binary 'Ÿ6Á+\é\Ë]pYÔœ;','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/bootstrap.php',0,_binary 'wAzqpõ\àð\çb\ç\Ï\ËÝžM',_binary 'wAzqpõ\àð\çb\ç\Ï\ËÝžM',_binary '±ž1ù,\Z:?Œ3«1Švyj\äX‡œ\n\r˜f„\Õf\â]\ã9','',0,'?'),(_binary 'Ÿ9V#}ýXˆ<\å\Ò\n[R','wp-includes/blocks/template-part/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿%R\é\ëÇ½.¼Ï´\Ò\ê†\ì',_binary 'Sv\ì\à\nóA\ê\Ø\Ât&\Ó2AªU—!”uš\êÂ£g\0´','',0,'?'),(_binary 'Ÿ9et\ÚkÁß©\ÜzÐŽ8;\×','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜t\'ªú\ÙD\×m«E¥2‰À',_binary '\Ý\æ£\é\ÈOO\ê\Â\ÇE–\ÒKðY¾n-Ê¢ Çœ\È6e°Q','',0,'?'),(_binary 'Ÿ<„ (\È\êÀ‰*A]ŽO\í ','wp-admin/css/colors/ocean/colors-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ocean/colors-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bs2Ÿ@!R&\Ò*œ\î\Û\Ð',_binary '\Ì\én–÷\Õ&+b£|­½l½V!®^õFœ¼\Ú6ƒ\æ','',0,'?'),(_binary 'Ÿ@®¶b°A˜ Á \Z\Ð\ç','wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_setup_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_setup_24px.svg',0,_binary 'e5¯Ü¸žÜ·U|¿¶E1',_binary 'e5¯Ü¸žÜ·U|¿¶E1',_binary '^Z\ßuž—-š:\"\Éÿ]#XE–S\×!\àMF	\\Žÿ\ê','',0,'?'),(_binary 'ŸC´¯|#7õ=\Ä\Äq<£•V','wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zS\07œ\ÓÀ½À²«h¬\â\Ü',_binary 'P/·ž,2\ë­K-E9—u\Û\ÔÕ¯­–nQ©=\ÜY0\ì','',0,'?'),(_binary 'ŸD²¸d.PË´{-yo\Óg','wp-content/plugins/wordfence/views/common/status-warning.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/status-warning.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥µkR¹f,\ïJªÁ\Þk«',_binary '¹¼f‘!§\Ù\rWeŒ¥=?õ\ÛK¤›jP&\é*y\Ö|','',0,'?'),(_binary 'ŸFrT7p¶™¼#cE\Õa','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/class-redux-extension-repeater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/class-redux-extension-repeater.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü3B_\é6ÀGØ¡„',_binary '(G(Y\Ý	;\ß?hK±¦bÝ¯6B \ß48ÿ#s!\Ð:','',0,'?'),(_binary 'ŸI|›K9\Õ(\Ô{sõX','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ».¼ I\05\×AŒŠD\ä<',_binary 'Ê…<;Ò¨ÿ\è &IÖ˜^\ÇdD(\Ç\ÇeXö;\Î;{¼°„','',0,'?'),(_binary 'ŸO•X²\Zž¢wý\èy\Ù.ÿ\Ð','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/UrandomPseudoRandomStringGenerator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/UrandomPseudoRandomStringGenerator.php',0,_binary '\"3\Þ\Z[>qT›ojw',_binary '\"3\Þ\Z[>qT›ojw',_binary '©T½õ\à;¥\æE\Ì\è­P•\Þ!QG@:h0R:–p?\"pÀ','',0,'?'),(_binary 'ŸQ\rWM\ë•dÙ…½#¨6','wp-content/plugins/elementor/assets/js/admin-notifications.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-notifications.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯¼›•\ÃOLú`µ.¢9\"`',_binary '€N*\èS\á¡\É\á\ßòa\äwWÝ£lv\Þ\rG‹ˆe\Õ3”°','',0,'?'),(_binary 'Ÿ\\·ÿ\à\Ò\rS\ïj©{´','wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bù/Ê³\0–&vŠI\Í\0l',_binary 'X”\â@UÈ¸ü\Ùx&?3½ö¤#Pùsž\ÒÀ»\r\áŽŒ','',0,'?'),(_binary 'Ÿbv¾\ÉE’\ì´H\Õ\Ç\ãÎ„','wp-includes/js/wp-lists.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-lists.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '×¨§•@…¸¹–õ·¬þ(•U',_binary '\ÓU3Kˆ\ã\Û\ß0²“{;;i\Z™$&I_n[U\É\×','',0,'?'),(_binary 'Ÿc)a™\Ò\Ë\í3Ê…ó*…!','wp-content/themes/yith-wonder/patterns/3-columns-banner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/3-columns-banner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DÀ1T\è/uzs|Œ',_binary '²&·ll,nW½Õ¡\×rJ\Ï\æ\ÇH™`\Ì84\É.\Ù\çC??c','',0,'?'),(_binary 'ŸhS\ÑÀ:°ö\Ó`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N²+C#+|ófZ¦™]\å',_binary 'kn\Zy\é&\æ†_©\Ø[ƒ¯Iglƒ(\ãg\'\î^¹G','',0,'?'),(_binary 'Ÿió˜0eJØ—\×\â7È²uv','wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™Z\íŠÝ‡³œ&.\ÕNs',_binary 'ŸÞ€>\Ê\\·°£ŒZÀ0õš\Z\Þq™r±wA\ã\Â%ÍŽ','',0,'?'),(_binary 'Ÿs´ƒCI™\îc`¯º[\È','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hz™\àw¢\ÆÎ›\Üjø \Ü8',_binary 'Y¼\ÉJ\ÇóŒõFƒü°g;=#\è³FQ0X/M|','',0,'?'),(_binary 'ŸƒD!\å~3¥-7‹\ß\é','wp-includes/blocks/avatar/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Xl‚Ÿ\Æ}EG\Ñ\0~<\ÔY>',_binary '\æò¶W£·8¤\01W\Å\ëSac)#\n7¿7¶ÿþˆô\ÙN','',0,'?'),(_binary 'Ÿ†o\ÚømW–Šx1€™\×','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/AggregateException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/AggregateException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\ã\îc¯\ÞÎ—gz³%@¾',_binary 'ø‰4L\Æ\Æx}Iƒ\ÓI_\ÙŒµ¤\n´‡\"óµA1\ê½','',0,'?'),(_binary 'Ÿ‡ u_k²bL5\âz/cR','wp-content/plugins/wpforms-lite/assets/images/jquery.minicolors.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/jquery.minicolors.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D®O\Ûº%I7s\Ó\é7„',_binary 'Œ¾{u5²2UJ½`\Í\\ó`•@o’\ÔB>{‹§lY \\','',0,'?'),(_binary 'ŸŽ”¼Y<J¤)+\Z\ãC','wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsListBase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsListBase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8md±õE\Õ\'k\r+:w¼',_binary 'r¤0B/G\á5‚•a“`eª\ã˜|Iƒ¥¿!\Ù{¯\â','',0,'?'),(_binary 'Ÿ–ô\çPš=Q>¦\r¯¾','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/includes/CTB.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/includes/CTB.php',0,_binary '˜Vx§¯`\í¡¡(­h\Ñ\Ì5',_binary '˜Vx§¯`\í¡¡(­h\Ñ\Ì5',_binary 'º\ÊþÒ†\n{\0\Ê\Ï\Ù2!·\ä¤9^Ä•zRÁ\íKoÁW\"·˜','',0,'?'),(_binary 'Ÿ©\0­¯t\ì\é+üo\ë\Í\Û*µ','wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':m\r\éþ™;ƒÁ>G4—Z\Í',_binary '¿^_ þ¿xgt\Õo‰\Ð.6•ðˆ)/¸E\ÝU”ý‰','',0,'?'),(_binary 'Ÿ°©$\ã¢4‘dyb\Þ04','wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_pin_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_pin_24px.svg',0,_binary '\Ùd\Ë)\ËÁšt’Šn\àd\ÚI',_binary '\Ùd\Ë)\ËÁšt’Šn\àd\ÚI',_binary '\ÒG3ÿ\Ü ­¼·Uò‚«t£±I\Øn_ô3ø­6\äP','',0,'?'),(_binary 'Ÿ²i\ÒGµ\È”j#\Ä\å)µ','wp-content/plugins/wordpress-seo/src/generated/container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generated/container.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U\"Ù9’\èilÿ\ËÀQE',_binary 'œ dq?9j3jEh\ßÁ¾\Ù	¢\Ä\×Wbú~\Ç\Ñ\ÊS\n','',0,'?'),(_binary 'Ÿ²vL4\ã¿Q¿-§‚u»','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')e\íôf\Õ#¡`Pž~7\Än',_binary '-m\í\Æz\í\Ün\àN\ÊFûE\0Ñ­\\vq\ësL?—Z\Z²½','',0,'?'),(_binary 'Ÿ¶\Ý]³\Øc§¼uq©|¦z','wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë\ëfþ\åf-\ÐD\ë~)',_binary '”\é–Â‰d\Â}™ž\Z©b/€ƒ}´¾[<3\Ïh—J—‰','',0,'?'),(_binary 'Ÿº›~‰gJ$¾˜”“u\ç','wp-content/themes/yith-wonder/patterns/banner-1-3-2-3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/banner-1-3-2-3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Fñ\r”™\0M{Q\É^\Ñ',_binary 'ÒŸ†xþ(Wh.Ywa\â|ø–\rA®™Qþ\Õ*˜;\×3qð½','',0,'?'),(_binary 'Ÿ¾¡,¡U—!\08+K²cE','wp-content/plugins/revslider/public/assets/svg/action/ic_card_membership_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_card_membership_24px.svg',0,_binary '\0™g\ïvô\\\Ô1¾\Þ|z',_binary '\0™g\ïvô\\\Ô1¾\Þ|z',_binary 'Mri\"\Ù§Cò¢Ö‰L›bZ`Ÿ‹Š\È|\Ög£ž&','',0,'?'),(_binary 'Ÿ¿ƒ\Ì\Ã8Q\îýI’f\Þ','wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥\'¹>q¹GYÙ–Cdóµ1',_binary 'E\à4aþb`\0)¶¼“\ç¦Ui(¯@­Ïˆ€[;¥\Ô','',0,'?'),(_binary 'Ÿ\ÍV6›žªƒeP#\ÃPp','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/class-redux-extension-datetime.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/class-redux-extension-datetime.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹±ó\ßK6Q\à»\0',_binary '$…`Zu\Ê4;Ì¦`iL4r\É\ÎqŸù·­Œ¤£9\ê\Ç\Å','',0,'?'),(_binary 'Ÿ\Î–&¿¢N\Â,õ¥\ïŒ6P','wp-admin/images/icons32-vs-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/icons32-vs-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡*04ÿG4F—	&Zƒi}\"',_binary '\ë.aú}…‹hw\Ó6œWEÊ­–(3\ïJÓ­µ9\ÓE\å','',0,'?'),(_binary 'Ÿ\Ø\É\È4óš³Q\Þ\Å\Ç','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶/z\Ó}&N°€Eýˆ',_binary '*°~\ËZU45\áyY\î7‰R	•\ä@i;hcØ–~ý\Í','',0,'?'),(_binary 'Ÿ\Ùy*(«Œ[%a–^!¤','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/support.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/support.php',0,_binary '[\n¹H>\ËRôÏ\ÖA\á',_binary '[\n¹H>\ËRôÏ\ÖA\á',_binary 'ø\0\"dûö€\ë\Ä÷Y\ê9W$Á\ç a\×…3#d	\î§','',0,'?'),(_binary 'Ÿ\Ù\ä´G–c\ç\\ù3êš–','wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashUpgrader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashUpgrader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7\Z`šN\à\Ëk\0½B\Ø',_binary '\ß\Âÿñ¤8]@s–˜‚Ú°\ÝûŸ¼B\ZÜº\ìF«˜','',0,'?'),(_binary 'Ÿ\Úv½\á#q¸ò´Èƒ\Ù','wp-includes/sodium_compat/src/Core32/ChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/ChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—EOxÙ•X\Ú2ë–­Øƒ',_binary 'x¨\×aJNù!e±¬\×\"\"Nq\ê}\ç«AMCû1)®º{€j','',0,'?'),(_binary 'Ÿ\ÜuV\é\Ë¡/˜ s€|¾','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/TagConsentSetting.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/TagConsentSetting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z\Ç]P¢o8|·«<ð\\Œ',_binary 'ƒ[´i¼\ÑW\ã­\çz‚¤\rŽõcWg\Ê\Õ+õÍ¨,!+','',0,'?'),(_binary 'Ÿ\àUÔ…\Û¢lð)%gN‰','wp-includes/class-wp-script-modules.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-script-modules.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\Ð\Ý,\Þ;\æ‹ZÙŒøAO',_binary 'V,\Ôù\åN\Õ[\ï[DôG]I__\å\å\ï?ÿOÀ”»´4d','',0,'?'),(_binary 'Ÿ\àW31¦©N«¸\Äg×¤\Ê\Î','wp-includes/js/dist/vendor/react.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't$)ô\'º¯´¶U¼%~',_binary 'c\Þ69Ukƒ\ïM¡“%«N8\×lÀ\Ëÿ/ðu\ÍvYÍ®L','',0,'?'),(_binary 'Ÿ\æ,)\n÷ˆ|_ÿžo\èÏŒ','wp-content/themes/sinatra/inc/customizer/controls/heading/heading.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/heading/heading.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸\Ìc`cvz¸#\çð\ÛR9',_binary 'Á\ßsƒÞ®S¼\ß=o(jÀ,IEp\ëD¶­É“','',0,'?'),(_binary 'Ÿ\æø·Aµ\Äü\èX`O¯§ð','wp-content/plugins/redux-framework/redux-core/assets/js/redux/sticky-info.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/sticky-info.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't5\á!)•b,•\á\ÕÀ',_binary 'Ò®;\Ñ	\0\ÅPÁl0Ìœ\æÖ¯ˆË	¾$\àôø\î8ø~ø','',0,'?'),(_binary 'Ÿ\ç-\ëQKcŒhqkcŒ	V»','wp-content/plugins/redux-framework/redux-core/inc/fields/text/field_text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/text/field_text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý\Ï *\É66ñ\×t\á¡\Ö',_binary '‹\\“.X\Ìù~·“\Ã{%Ú¨v\Ç>k\ÔjG«¶Ncÿ\Zv','',0,'?'),(_binary 'Ÿ\è‹xý¡Iy\î\Úf‘Gv¸','wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûX¬m»¹¢hŠóGGUˆ',_binary '}SF‘†Á\â\ÙiQc£_F»\Ñ\"\ÔMDŒK‘¡\rÉ¡a','',0,'?'),(_binary 'Ÿ\ê4¯6,»­5d`cŠš','wp-content/themes/houzez/property-details/luxury-homes/sub-listings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/sub-listings.php',0,_binary 'ºu/v§\Ômo\Ýn‹ÿ\'',_binary 'ºu/v§\Ômo\Ýn‹ÿ\'',_binary 'Ïƒv©<\Ê\ç¾\ÜÃ¬\ë¢öl\ä\Ø`nŠü\ì\r\ÃC/ö!','',0,'?'),(_binary 'ŸñÊƒM\Ä\\Q˜g²€','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jsonview.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jsonview.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',Efùý¡Þ¦±¢Ó¥™',_binary 'cc \Í\èvü\ã–ó6~£ŠLùóv-	³RqX›o\ä','',0,'?'),(_binary 'Ÿôx[\Çe„ò¶¾>M','wp-admin/includes/edit-tag-messages.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/edit-tag-messages.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡.j\êA8\àr÷Uq',_binary '—?ùuZv¾*\Ö32;hú$,\r€ME\Û~\ß\à','',0,'?'),(_binary 'Ÿû3\\÷2^†8¯óP°\â\ä','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/CategoryGroupV5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/CategoryGroupV5.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=~\ê#\Ü7F¯}8„\Å]±\ì\é',_binary 'Rªy6‰¦ŒHCŽI\Û$¡¶€\ì\n	ÁÐ©»\ÞmÁW–','',0,'?'),(_binary 'Ÿû\Þ\\\Ü\Z#”z±\n\ë™','wp-content/plugins/revslider/public/assets/svg/action/ic_open_in_browser_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_open_in_browser_24px.svg',0,_binary 'w‘Gõ\î%!Ÿ\çVª\Ýnq',_binary 'w‘Gõ\î%!Ÿ\çVª\Ýnq',_binary '\ÆŸµ\n£\Ú!¬…œ\ë£\Ósy_›\nh’žòö¸¡\ïû \Î','',0,'?'),(_binary 'Ÿý\Ä@\'v½‚\âY«!Ñµü','wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð<zy¢°‹sm\Ög€™š\ã\æ',_binary 'ß‘GR©\Ï9*\ì%\Ø\éÛ–\ÞDð$iø\n<Ô¾4ü\Æ	9','',0,'?'),(_binary 'Ÿÿ*^dvÈ¥\Ó\Ø\áL†mÌ','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/edd-software-licencing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/edd-software-licencing.php',0,_binary '\Ñ\Ã;|€\î\ç¿v]+°\Ôû3«',_binary '\Ñ\Ã;|€\î\ç¿v]+°\Ôû3«',_binary '(H\"{’8»\\\ß\ãû„˜\Z‡µÀ¸\ê‚E=PÒ¾û¨P','',0,'?'),(_binary ' \0J¿÷þÆ”™ÀQ_Œ','wp-content/plugins/elementor/assets/css/theme-dark.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/theme-dark.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E!Á)AcÕ³\0ª(~{\é.',_binary '\Ü~Œž\Òù\ä\Þ\ÑÔ‰F~[\Û7³±_\Ñ1Á­\\\r$\ÓÕƒ','',0,'?'),(_binary ' ¦e˜bK\Ì&®“úuK','wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Eþ\ë†>ŸxAñÝ¯\Ño',_binary '\Â$\Õ\0ðº½RbªWŠk\ë;¢‹5\Å9ÿ\rõõ','',0,'?'),(_binary ' R¿\âšsD\âð`BO©','wp-content/themes/houzez/framework/options/footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/footer.php',0,_binary 'žvñoÈ…«|\ßS\Ô\Üö§½',_binary 'žvñoÈ…«|\ßS\Ô\Üö§½',_binary '*t\ÖöApÖš(–ú2\Þ1h\'w@ñC,~lki\Í>¥','',0,'?'),(_binary ' ,1k­Þ©\Þv\Åd','wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6\ä\Õ\Ó8¶.\Ìü1±º ',_binary 'T\Ã\Â\êb¿’õº\Ý\ßÌ›XûLó-òf \çýû<U|\Ð<','',0,'?'),(_binary ' 1H#‘\ÇPÿ¢q§ÀJL','wp-content/plugins/redux-framework/redux-core/inc/lib/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary ' 1g9\çl*š|£“R)£','wp-content/themes/houzez/template-parts/listing/partials/land-area-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/land-area-v2.php',0,_binary '\Ë5!Žˆ‘mlQ\×\Ù!6öð',_binary '\Ë5!Žˆ‘mlQ\×\Ù!6öð',_binary '”YÅ“m\ØÄ p)\×0§\Âú—“¿wK\ÈÒ¢$â½„\Ã\àÙ›','',0,'?'),(_binary ' 1\èVuÁUm$ÁöÇº´','wp-content/cache/wp-rocket/point2listing.ca/blog/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/blog/index-https.html',0,_binary '+]$©$\"¤\Ê\Ï2	A',_binary '+]$©$\"¤\Ê\Ï2	A',_binary '\í¨\ç\à‹^©\ßˆ¡ \ÚgN>Uºþõ] “E%\ä','',0,'?'),(_binary ' ;o”\á¼OŸuT}\å\Ö@T','wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç¼\Ë\í-užù\ËJ\êfO’h\ß',_binary '\Öõ A$€ûy§\Ì[-\îdþ ú\ÍBu\\ò	^=7Z@J','',0,'?'),(_binary ' =SM•P…^ü1\á’b¥G','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/ReceivedDebit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/ReceivedDebit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(ük\ÇsÀÝŠ\\Ë£\Â',_binary '\í\ê¸W\í\Çt•ú\Õ\'\å¼XŠ\\\n\ÎüÞ¤Fß\n/¤\'','',0,'?'),(_binary ' ?4²5¼‘Ìžó\Ý#*\ß\ã','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaWebDataStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaWebDataStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã=z‘k\Ð88˜\æKRB\Ã',_binary 'øv\ær8d\áØ©ÜŒÏ€þ;\Ó\Â\\þû}	LÒ€T','',0,'?'),(_binary ' @¸„\Ô=.µ[P@ZBT','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/WebhookSignature.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/WebhookSignature.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5 /¯MòƒxH\ÍM‰',_binary '[«\èw\ÏYƒ\Ò;É“^\áû\'rö@7°6°\Ði|a}Z\Í','',0,'?'),(_binary ' D\Ê3\Ø\×Áö\Zb¸^aW°','wp-content/plugins/houzez-theme-functionality/templates/currency/currency-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/currency/currency-list.php',0,_binary '‰¾UE£1ýµƒõ(¦u…™£',_binary '‰¾UE£1ýµƒõ(¦u…™£',_binary 'À}&_z\\Ä·y}+?ð¼RC\ÜF¿Q\\\0ñp\É4-ºu\Úò','',0,'?'),(_binary ' Heƒ–Q•ýZ0\\ƒ$/','wp-content/plugins/wpforms-lite/assets/lite/images/sample/flag.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/images/sample/flag.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾8Ÿpbpx•ò1òü¿¨',_binary 'WaW984„FÅ™™›P\ì\íSV:\Ì%ƒ0-\çûgL•\Ñkl','',0,'?'),(_binary ' H”~ú¬õ\ë\É\Æ\Æy\'Ó®\Ú','wp-content/plugins/redux-framework/redux-core/assets/css/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary ' Jdn!\Ï4U,(€\é1 j','wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_lock_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_lock_24px.svg',0,_binary 'iÁe¡ùVgX0cÑš*\Õa',_binary 'iÁe¡ùVgX0cÑš*\Õa',_binary '\Ø†kZ%‘&!õõ\ç\â¡\Îî™›±£žñµ2³;iXD','',0,'?'),(_binary ' N¤\0$3z:‡\Ò’2Œ','wp-content/plugins/one-click-demo-import/assets/images/importing.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/importing.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ\â\è\ãGj\ÔÀ\0CB\nM',_binary '\ÙK¼|8§$\ÒG5ÁE–d2*T^\ÈyÐ¼Ï§ö#óö03','',0,'?'),(_binary ' U}hT*@eN´ŸJIþ\Ð','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementCustomDataSources.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementCustomDataSources.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ðœ\ÎÐÄ¾\ÏO˜\rGQ1\Ü',_binary 'G\0\Ï\ÍB\0¥cJ+­·O}—óÈ·E>v\Å\ê—X\ÎQ','',0,'?'),(_binary ' V#í¶¾]ÖŠ\æk›·\"l','wp-content/themes/houzez/property-details/overview-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/overview-v2.php',0,_binary '\0c\Ø#\Õ	%t¿\Ñ\Ã',_binary '\0c\Ø#\Õ	%t¿\Ñ\Ã',_binary 'o4õqMökI#ø\ë\è\0¾®p\í\Ï^Í\ì\ï›(©~\Ç','',0,'?'),(_binary ' WT s\Ê\Ñó¤†\ÛM=\rÜ¢','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/lightslider.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/lightslider.min.js',0,_binary '\ì\ãVdÿðnþð?v½>7',_binary '\ì\ãVdÿðnþð?v½>7',_binary 'Øž\å\Ù`nI««µT<£ÿ;É‘\è…üe\êU“mcõ|','',0,'?'),(_binary ' fŽ¹=*…bOs\È','wp-includes/style-engine/class-wp-style-engine-css-rule.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/style-engine/class-wp-style-engine-css-rule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿš›Dõdz\èôZªU¡@\Ì',_binary 'CzV<$$Åƒ6]©ÿÿ\Øõ\åö¬}ò\á†;c“\ËH&Ž\"b','',0,'?'),(_binary ' kQª{‡^›‘\Z†L_Ò¼','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ¤¸ªP\"UóõGQ|\ÅH',_binary '˜K‰¿\í¤	¬?À\ÕE³S\Ù=\ìa\n\ä3{wDa\ím','',0,'?'),(_binary ' m/ä»\n”ö¿\ï•A5','wp-content/themes/houzez/property-details/top-area-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/top-area-v1.php',0,_binary '5»Yô·À2‰VÉ˜¯qŒ',_binary '5»Yô·À2‰VÉ˜¯qŒ',_binary '$\0‘ô\Ù7c5T\éCþŒ\ÆgƒBœ\ã¤\ås¹S!Q~\ã','',0,'?'),(_binary ' nÞˆ\Z\Ø/¨;8e£[','wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢CÂ\Ï4\ã0\á\Ä\Ï\ÎG',_binary 'Šªx\Ø6­•\Ñ\î¦À‡yb\ÅJ½ó\ÉmY&‘zF\Î','',0,'?'),(_binary ' p›§£p•©QV×°\í¾\È8','wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\è¼| 8\ÊU\å®b¶A',_binary 'ÿ\â\"¸°«z=Å·\Ý\Ô>¯\æ‰2\Ø\âO\"\×ð\Òj\á¹f','',0,'?'),(_binary ' p\ì­(‚?]‡D¬þ¨\ír(','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity/VerificationSessionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity/VerificationSessionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \0\åz%;%\Ðy\Æ\Ö„¹ó',_binary 'D=¹\Å+!J\àý‡Ë£r£\Z§^e{û5‚µ c?ºOž½','',0,'?'),(_binary ' qs\Ñ\ÅÇ¦g:REøN°ý\ã','wp-content/plugins/elementor/core/frontend/performance.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/frontend/performance.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Eß‡kWò\à\Ïº¯óE‰p',_binary 'ˆY#h{AAõB.\éBlN£\Î\0eñ0\Û,C«\á(e1','',0,'?'),(_binary ' qò¬h¢ö¾Bcø92’\î','wp-admin/network/site-themes.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/site-themes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u\æL\ç›‹&ô>¬ÀŽ\Ô',_binary '\ì\ÂC\ß`#a\î§¢»7Aežƒ©\Û\Zc[µ^Ïþ™}','',0,'?'),(_binary ' rC\â\ÐÒž/5[\Ûq©','wp-content/plugins/redux-framework/sample/sections/disabling/disable-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/disabling/disable-section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®È¤T@º\È/`^A„6',_binary '³s¤ÿ¬ë¼a\×Ã³\Ú\éŸg]uÞ¶Ž8 Úƒ\ï¾þ','',0,'?'),(_binary ' x{:¤Q%\\£_\ÆË°8ú','wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.\é\íIg•\Zq\Ü)J@',_binary '8[\Ék³Gº„¥›\ãA½/±N™·9nè¶•\"\Ã6\'T','',0,'?'),(_binary ' {7ƒe\'­Me®!','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/file-input.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/file-input.php',0,_binary '.ò\èµ˜´nrZü\ã}h',_binary '.ò\èµ˜´nrZü\ã}h',_binary 'yb²›˜dˆ†úÛ¼9	÷÷´—<ønp¹’HHx','',0,'?'),(_binary ' ƒ\Ò9§!\Ú36\Ä¹¦.','wp-content/plugins/insert-headers-and-footers/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bö‹¶\Î$yG’û/\ë0#ú\î',_binary '_ŠHºùn1krH¨ÁšsÀ˜ô|ªõ¨%JšFj†\Ìv','',0,'?'),(_binary ' ‹\ßôÀh\áýöH˜7Q','wp-content/themes/houzez/framework/stripe-php/lib/Service/CoreServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/CoreServiceFactory.php',0,_binary '½°\ì§Ñ‘ \Í.ðUˆg¦ü',_binary '½°\ì§Ñ‘ \Í.ðUˆg¦ü',_binary '\×\Ë\Ò*¦N@3Oò\ï\Â\"\Òr®Î»þ„/û¯~]oý\Éu','',0,'?'),(_binary ' –\å\ÊcË­˜š¶\Ý\Î3‹j','wp-content/plugins/wordpress-seo/css/dist/notifications-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/notifications-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Hñm¬\â™|ú\Ã9\êÞ­',_binary 'z\ÉMÁ/û·¬G}€(L*¼\×1!Ž¥b\\\ÃA(™TÀ%\Ü\\','',0,'?'),(_binary ' œ¤iA$7S¼½2À{V\Æ=','wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z–&\ê­\ã{\Ë.\Ú	+]5',_binary 'Œ0\Â\ãeõ}“Yÿ\Ònk\È{môY±0\";\Û?Ž\ãô°','',0,'?'),(_binary ' ¤Ý–R\ÎÀ\Zÿ|ØžjÝª','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞC\Øý\ì\ë6¿fŽ/‘sv',_binary '\n?3ÏŠ\Î$\î\âAô2sVmj=¼À\îg&\è¡\Ø\Æ|+','',0,'?'),(_binary ' ¥\Â\ã)OÉ©‘\Ýss„\ÊH','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesFirebaseLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesFirebaseLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·»Äª\â\ËkOÿ\è‡x\"˜',_binary 'üM-K\r\å$x\ZôÞœ2\É0¦¡*W!2D\æ\âY…\æa','',0,'?'),(_binary ' ±n1.Ã“u\étŸ\ÈlX','wp-admin/css/colors/modern/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/modern/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È-±¢\Ã+\Ú”f8\0',_binary 'O\×\ÇR÷{zJLQ\è°Mpµ¹fw&\æ¬úÁò€ÂŒý','',0,'?'),(_binary ' ³WNeñi½) ôÄŒ\Ý3','wp-content/uploads/2020/09/streamline-icon-read-email-at@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-read-email-at@64x64.svg',0,_binary 'A·¿¼Jª\ÄSe¬',_binary 'A·¿¼Jª\ÄSe¬',_binary 'Lô‘\\\Å\Î3ó»\":†b9\æj>\ÓO„«˜\'û ðõ2','',0,'?'),(_binary ' ¸‹‡`%ú’{\Íü\Ò+›ó','wp-content/plugins/wordfence/images/icons/error128.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/error128.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É:\Þ%7÷!Á´.\Ñ',_binary '{h\0,Ž]ózñk“V\î{Ò—¢6nG\nÀxš©s9\ê','',0,'?'),(_binary ' ¹TMŸ\Î3ÝÁ*¹','wp-content/plugins/revslider/public/assets/svg/action/ic_gif_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_gif_24px.svg',0,_binary 'aŒ-Dd?\\ üWX³l\íW',_binary 'aŒ-Dd?\\ üWX³l\íW',_binary '¹0’Ð–Fû=Í¢ñÚ·\ìW]~é´—ˆ÷\Zôü¢k;p|Ú©','',0,'?'),(_binary ' »=0úùI9\rnN±¼A”\Ó','wp-content/plugins/wpforms-lite/templates/admin/payments/tablenav-filter-multiselect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/tablenav-filter-multiselect.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷g\ÍaŽ§-TKE1\ãÅ¤.D',_binary '\Ã~þ\ìj­J@µ\'É¾ 5Q\Z9\n.ù…\Èö\ë¥','',0,'?'),(_binary ' ¾Žv†’\\Qœ¥À-¼\Ê','wp-includes/js/tinymce/plugins/hr/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	%>‚)šú…Â•;¶',_binary 'ØƒF\ä\íS\å[kõ\Ëø&ýfý 6+ b°>¨','',0,'?'),(_binary ' Ã¤2ª…8\Ä\Ùûõ«\ãj','wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à‹\Í\ævªX˜OÀ\Í\é#—',_binary '\äª7\á|)³h%ƒ8†E˜¾3q\à\Ò%¿0„š·\Í','',0,'?'),(_binary ' \Ä\0[’\äXjŸ1ú¤a','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar/ValueList.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar/ValueList.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú.\ä7™#¬:g2`\æ›#',_binary '\'³Ÿª`\'¸ H \Èõ\Ê\ã!ºs	‘ÏŠ\âI·\ï\ì','',0,'?'),(_binary ' \Ät’\Êh¼	,Gx¢\"M','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\Â!Ø¹\ÞÃ™\Ã\Æk?=\ìÓˆ',_binary '+\ËMBö‚W»·E€¥J1\0g¦\êû\Å_¹’WF,|ª','',0,'?'),(_binary ' \Ä.¥ˆ‘3ŸtZtvÜ½\\','wp-content/themes/sinatra/inc/customizer/controls/range/range.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/range/range.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#X-\Å@J\Ñ/ýy0œ\â‹',_binary 'A\ãfSžÕª.š¥«\åŒ:»k°%ôla\ÝeÓ˜¸Å‡','',0,'?'),(_binary ' \Í?Ný\È`†lJ”³A”\"','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/Resource/WebResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/Resource/WebResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å¾\ÖK¥{ƒð\Ïs\ì',_binary '‹u¶Œ‰=¼ü\ê\æ,\Æ*‚b‡iÿM^\Â\Øò¼¿‚,r','',0,'?'),(_binary ' \Ðÿ}3LÊ„1<¦%','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_type.php',0,_binary 'h†u»8ÁM\Öi›“F\é¿ò†',_binary 'h†u»8ÁM\Öi›“F\é¿ò†',_binary '‰\Ýõø\ÐK8š¨Š³\Ü7\Ç_ü\ÞqUw\ÄüQ\"2‹ª','',0,'?'),(_binary ' Ô°?ú\ZÁÇœv*ƒ\àN','wp-content/themes/houzez/js/vendors/i18n/defaults-fr_FR.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fr_FR.min.js',0,_binary '\r}\Þ\n¿FI7¤†#›F8',_binary '\r}\Þ\n¿FI7¤†#›F8',_binary '\Ü53¹A\Å>\Æ)\àµ}\Ú@B¥6ARR~\ÈF¶@.†PŸ','',0,'?'),(_binary ' Ö™eo\ÝVy®vq`Qq\ï','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessMetricHeader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessMetricHeader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bk]F\ésor„ÁK\á\â',_binary 'J2\Ì\â9…\Ã²:?9üµøŽøVª¥i÷\Ü0À9»','',0,'?'),(_binary ' \Øh÷?€\Ó$û®i=»\ä\í','wp-content/plugins/revslider/public/assets/svg/content/ic_next_week_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_next_week_24px.svg',0,_binary 'F>þÿH(¹¢eN©M£',_binary 'F>þÿH(¹¢eN©M£',_binary '-=$¸‹ÌªpnG\Ù9\ÕH1ø9\Ò\Ûg&\Âû+¹†K–x\à','',0,'?'),(_binary ' \ÙH}´\Êz½.…\ì9Y‘µ','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Rules.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Rules.php',0,_binary '\Æ\0‘1\'D\è[]ý£›²',_binary '\Æ\0‘1\'D\è[]ý£›²',_binary 'k•0Á!%gõ+´lµ\'ŠBóž7­\Þq¶4¥\Ï|ù\í\Û\Ï\ß','',0,'?'),(_binary ' \ÙÅª·ú˜Öü´¦¹E','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ê“¥^Sh\Ï\î|{\ÙÀ\Ù#ò=',_binary '‘	5A\Ú`÷¶¬ùSð40-\Ò\ÙQ^9\ä¢œ\ÈpÍ¬','',0,'?'),(_binary ' \Þ\Ã9˜X’¾¸¢U¨7¥z','wp-content/plugins/wordfence/models/page/wfPage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/page/wfPage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tŠbo i›%HºXw\ÏXv',_binary 'Æ…1h\ì/jw\Õ<UÀ”\\™kÀq%s|W¬6\é\æ','',0,'?'),(_binary ' \àÑ–\Ýq\Ý\äSGKy(þ','wp-includes/kses.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/kses.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\Ú[\çX@Yÿj\â&x~@[',_binary '\nFýunq¸H7{’Œ|Ê¸ò~‘µUª“îƒ˜\ÍÁ·ªS³','',0,'?'),(_binary ' ã……\Õ	žC±ª~K¬I\ç','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M¿#gƒ—i´ôšŒÌ6',_binary '¯3õKÛšbúIPMª)dLJÚ™Õ¨:w…;E“§\îh²','',0,'?'),(_binary ' \çIP6pó®\ÞW…ù’Š	','wp-content/themes/houzez/property-details/agent-form-bottom.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/agent-form-bottom.php',0,_binary 'Ñ©\Ì\êù?h®\Â\Å\Z',_binary 'Ñ©\Ì\êù?h®\Â\Å\Z',_binary ';€¿0e~©¡c>\0h>\ï\èkU¿u9Û‹x*pI)','',0,'?'),(_binary ' \è¶bö÷~®•\Òno4¤','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó5ùÔ½1ø8ž/ò|o/',_binary '…cí¢™®y\Úz\å\Ê]ˆ¿\ï\Ð|’€–€a\"æ¨˜eñ','',0,'?'),(_binary ' \ê\Ùd\Ý¡3Zo¿\å&WÁ','wp-content/plugins/revslider/public/assets/svg/action/ic_play_for_work_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_play_for_work_24px.svg',0,_binary 'U\Õ\Ñf+\Ï}üË®‡ ˆ',_binary 'U\Õ\Ñf+\Ï}üË®‡ ˆ',_binary '™\ârvz\ÐŸn–©tco&\å­\Õÿz²6P	MüdF\Å','',0,'?'),(_binary ' \ë¥}B\Ë[ô^ŠcQ\È\n;w','wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô\îÒ…±:j‚)È¨\æAB\Ä\×',_binary '\Ôÿw\'lOiS7l68K\ë9s\ä7n7 ¤\0+²;+õ','',0,'?'),(_binary ' \îV\ã5\âÌ®\ÂCüŒn','wp-content/plugins/updraftplus/images/icons/cloudfiles.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/cloudfiles.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'\ryzj,l·©‘Áôg\nn\ì',_binary '´#Û€†\Â\í\Ò\Úþuc \Z’ü±\â\çC_`?¦°\ïa','',0,'?'),(_binary ' \ï~n\ÍK$^\ÔR\Ð\ã\Ø','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G&JV•a;\ã|ªýu¡\Ô÷',_binary 'NE^N¨aI\0\Â\í?(ú\Í>þò…C\Ë	\Ï#‘°&®‰','',0,'?'),(_binary ' ð\'\×ttS\ÒUŒ\å<Aú\é','wp-includes/html-api/class-wp-html-stack-event.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-stack-event.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä¨à¤ˆ\ÜvKÎƒL3&\Ø',_binary '”X.\'\é\È\Õ\êÇ¾{šÊˆ€\ìbýžˆ®j]\×9\Â\Å\Ô','',0,'?'),(_binary ' ñeÄ¡3Šš§2ŒW\ì‘\Ñ','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú@\ÙZ¼É³ù|3–',_binary '_\É\å˜i\Ñ\ìÿŽc²ŽB¸¬„7H\âü%K ®¿','',0,'?'),(_binary ' ó|imØ®Ê²@CJ','wp-content/plugins/revslider/public/assets/svg/action/ic_find_in_page_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_find_in_page_24px.svg',0,_binary 'ò^Êž|õ\î?=O0\é20',_binary 'ò^Êž|õ\î?=O0\é20',_binary 'S\"”2È‹:¢a5¡óp]C<:\âF}¡„ù¸Ü½\ç)^‚','',0,'?'),(_binary ' ô…rÕ¢-\å\Ú+\Ý\Ú÷\Ò','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/_admin.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/_admin.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢q¼bç¾§š0K¯À',_binary 'øq\ßú\n¡·˜Wkÿ\'šoö¨\Ñ\Ñý6\í\\\è[¯\Å','',0,'?'),(_binary ' ÷Œ}\É\êg–W®cX]OY','wp-content/plugins/updraftplus/images/icons/webdav.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/webdav.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rd¡(\ã\Ú\í\Ù\à\Ú>',_binary 'Ï¡\ê\n-eS\ÆWd[@\é—\Ý\á¸2-¨/òU\Ç\Ì¾Ÿ›\ä','',0,'?'),(_binary ' ø:é­©±*‡/µ«mÂ¸','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ç’(„´\'ôÀ\0>\Íq\Û',_binary '\Ü¬>?…nM	{™˜W§¥?\Ð\ål«¢*\Ïeõ\ê_d','',0,'?'),(_binary ' øœ¡	|þi\æZ \Ûp','wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/wpforms-stripe.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/wpforms-stripe.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­×›Ç•®ƒ) `\Ý\ÑB\Êô',_binary '\Ù\ïôŠ´D,gi.˜+!‘V\Ûý«¤	Tß´n8ñ\Þ{.','',0,'?'),(_binary ' ûŒrœ\\b*9Zÿ\Z','wp-content/themes/sinatra/woocommerce/cart/header-widget/empty.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget/empty.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú\Ð[\Þ0\í\à-!«r9',_binary 'öK\àR\ç\Â¸={³¯¯È®\È\ß-¯\Özfj,û¾£','',0,'?'),(_binary ' ûšZ\ÐK‹I¢t½°\äÀ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Token.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Token.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øm‹P\æ]s­múm&>',_binary 'R„\è|O7\ã\î\ÇU[2H ¨P\ã\Êh:D\È1ÀŽøŠ/À«v','',0,'?'),(_binary '¡\í\ëû@’u\ÍX\è\Ëz\Ñ','wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/EarlyFraudWarningService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/EarlyFraudWarningService.php',0,_binary '!\àœŽ€\Ê÷h\ÈŸñ†»',_binary '!\àœŽ€\Ê÷h\ÈŸñ†»',_binary 'ñ\ï\ÜZÍŒZ®†\Ô\Ý\Ï>R`v»œ\î7´¹l‡ðnÁ\ê','',0,'?'),(_binary '¡jh“K‰P\í~÷M–-','wp-content/themes/houzez/template-parts/search/fields/year-built.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/year-built.php',0,_binary '‡T¢·\Ø+t£ÜòQ',_binary '‡T¢·\Ø+t£ÜòQ',_binary 'óðf¦Î5\èl„Œ‡w†“‡\äg\Æ W\r\ê3V\',»š','',0,'?'),(_binary '¡ôe\Êm>\éh„‘›Ï¶ž>','wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à•¿#`™!Ñ‹\Îù1©³W',_binary 'KÂ»=ªù\Ê=HŸ~‚q¤7^/ ©NPo\î%\î','',0,'?'),(_binary '¡]q\ß\0\Çp>\Ú(Œ\Ço§W','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity/VerificationSession.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity/VerificationSession.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë‹ðø÷ì¾¬C\Ø\Ó0‹P¼',_binary 'q?öñ5¨k\\Bý}:\ÜqƒÒŸL—±¦nKž¡6G3v','',0,'?'),(_binary '¡ž\Z‘:\ïPh~2:‘±','wp-content/plugins/wordfence/css/license/free.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/free.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c\ÎM\Æoœ²\×s|„…ùvø',_binary 'z¦÷5\Þñ£«\Ù\ÅÒ¤Zžu¾|*vs,\0§BA¬þ\ß9','',0,'?'),(_binary '¡)Hg\\|/©´\Ú\Û\Å','wp-content/themes/houzez/template-parts/realtors/agency/email.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/email.php',0,_binary '\Ý\é<µ\åW ¿ð_Àx\Ëm',_binary '\Ý\é<µ\åW ¿ð_Àx\Ëm',_binary '‚P\ãIVûp¡\Í\î\æ\Ì\î%\Ãf\ã\ë×ªU\Ýs\çr –5ü','',0,'?'),(_binary '¡db$e\"³ #gŸô–¯\Ñ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Columns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Columns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p]\ÓTý9~8±<Ý¹\Õ',_binary 'f¯ƒ\ß\Ü=ú-E\Ö\04\'v°q 2¯Si\Îk&qD\Ôn\Ñs\Û','',0,'?'),(_binary '¡\Ç3\ï\È[š\ç\Âk\Ì','wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookTransferChunk.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookTransferChunk.php',0,_binary '\Ì\ä:õ×©×‘X©”!C–',_binary '\Ì\ä:õ×©×‘X©”!C–',_binary 'J\rL\áÙ¥*E\Ñ0W\Ål2)®”\Äacw§²Q3‡‹\Ý','',0,'?'),(_binary '¡ðþ©S1iƒc@(@©½Ÿ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/StackPack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/StackPack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïô\á¨SŸ?ud$W',_binary 'S™ž¡3&+‡i‰\Îr\nKl¿b\çò\á°\Ùw\Ð\ÓÊ”','',0,'?'),(_binary '¡\Zu\Ï3¸\ÏI¸zs)\Ì+','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\ïŸ9	¤­†vx˜@©Fœ',_binary 'z]W\ïD=.)J>ØkD`h@vÐ¤– Hƒ\Ïÿ¥=','',0,'?'),(_binary '¡9\Ôl\Â×Ÿ? r\í\èqÀ','wp-includes/class-wp-user-query.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-user-query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸV3üÀojú;¥\ê®zs',_binary 'è™š­¥k°\Ðð\ëø\Ê–ƒAø\\¡\"\êÞš›”_û','',0,'?'),(_binary '¡§ZyÃ©<Ÿ^N½V~;','wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_manual_record_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_manual_record_24px.svg',0,_binary 'K­¦ð\è{òöq\æõ„´',_binary 'K­¦ð\è{òöq\æõ„´',_binary 'B_v\á\\L\Í:X/pÙž\Æg‰æŒ²G.³`—t\âþ	Af','',0,'?'),(_binary '¡#þ\0\Ä[c-´\0\éO˜','wp-content/plugins/revslider/includes/external/vimeo.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/external/vimeo.class.php',0,_binary 'K¹IÔŠ\ë±p!\Û\ëB\ÙEz(',_binary 'K¹IÔŠ\ë±p!\Û\ëB\ÙEz(',_binary 'i{»\Í\Ôc\È\Óù„&\ßC_+\×\ÒX|kËµ4\í	›’','',0,'?'),(_binary '¡#3©«J:qÉ­ô_ñ\è','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P^ZF\Ó{ž‚¬”t_\ÆK‘¢',_binary 'Ê¨÷ùý¯\Ôù\Ø\ÇY=\ÈI\r\Ï\è\\S™‘\n\Úo0Zˆz¶Œ','',0,'?'),(_binary '¡%¥°?’\ê•õ¨)\Ò','wp-content/plugins/wordfence/views/common/section-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/section-title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è²ø!z˜\à‘\ÏÀ¶˜ðÌ¥',_binary '+£ÿ\ä«A\ÍS—¯ÑŸbH´\Âæ¿³Á$V¯+¿\ÜNÎ‚\Ã','',0,'?'),(_binary '¡(\áÆø\Z§L\Å)¶”\Û\í','wp-content/plugins/wpforms-lite/assets/images/trash-red.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/trash-red.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò*,@’\Ú\ß:S€)(',_binary 'ð’.(\ëxˆA\åðt\ÌóúM†\\\é\È`m:‚9ÿ\âŸ\Z°R','',0,'?'),(_binary '¡,/ ˆ÷\r*£4yz™/','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_static.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_static.php',0,_binary 'ð°\âøÀTæ¾±Uô1>',_binary 'ð°\âøÀTæ¾±Uô1>',_binary '%¼\r\Ü\ä\Öa\ßeFXÀ|M\Õ\Ò\èòN\è\r0SEûÃ½\Ù<','',0,'?'),(_binary '¡/K\"RŸ[\âyñ…—SŒ','wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bs…½?\Ï\Ò\ÒÀÖ˜d91ð',_binary 'e.a\Þµ1q@ù«\Éya\ã.¦Í¦€\Î\ê\rP\ê«\Ë','',0,'?'),(_binary '¡4Ñ©º‚f‘¤v\ÊÚ•®‡\Ù','wp-content/cache/wp-rocket/point2listing.ca/author/admin/index-mobile-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/author/admin/index-mobile-https.html',0,_binary '<÷Å¤¢›Z‹\ë4¹û\Û\Ä',_binary '<÷Å¤¢›Z‹\ë4¹û\Û\Ä',_binary ' M°¬\â\ÆY^)[\0d«\åÎƒøiNb\0(\éú\ØA9ö\Ðb\æ','',0,'?'),(_binary '¡6!5£\Ð1=d\ÐÙ…8‡x','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/996.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/996.js',0,_binary '!Y¿º#Q@c›\Z³yúô',_binary '!Y¿º#Q@c›\Z³yúô',_binary '“õõŒy\Ö\è\×\ÕgP4‚nÓ™>@ð¤Â˜Iõn8$\ÛùŒ','',0,'?'),(_binary '¡:­™ã†²Aðb‡Lq#}','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_de.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_de.js',0,_binary '\Ó\à+\Zµ\È\0	x3).\Ç\Þ',_binary '\Ó\à+\Zµ\È\0	x3).\Ç\Þ',_binary '½=unˆ$\ïj\ÕX²³ù\à)õAü9EhH þ4','',0,'?'),(_binary '¡?z‰þ˜#5¸\Ø\Ù#tš°','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '¡A‹o‚É\ÇiòÒ½§DH','wp-content/plugins/houzez-theme-functionality/shortcodes/recent-viewed-properties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/recent-viewed-properties.php',0,_binary '~{\ë\Åñ¾\ÜQ\Äesxe¨j',_binary '~{\ë\Åñ¾\ÜQ\Äesxe¨j',_binary '\á®þ¶V\Ò\ïUˆ\Ö\ÝS\ê\è±?œG>\ÜUƒ\è?\ê ','',0,'?'),(_binary '¡DS\æ\â\á3.Ä¯y}ó;','wp-admin/images/browser-rtl.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/browser-rtl.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\"‘\ÙÓ A\ä\Z®þ¿¿%Ì',_binary '+å•§\î\Û\è0\Ö\çp\ÎÆœõ˜JMk ÿq\çwœXØ¨£','',0,'?'),(_binary '¡Dz\Ø*«½®˜\ÑF\ÎYBgi','wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹\É\ÃE6\áz.ž;úñ',_binary 'ž\0)Â—?\ÕÓ½™Vfš“H9aÁ0š\n\Ä;Bû·!ƒ','',0,'?'),(_binary '¡F÷	\ïTÖ®¦\"\Êö‰ù;','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/select-tree.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/select-tree.php',0,_binary '\áŸ%\0^\\Á\Æø|rLy!',_binary '\áŸ%\0^\\Á\Æø|rLy!',_binary '/÷hHò¢õÝž\\fØ£µ1À“Hd™Sñ\ë;}ô','',0,'?'),(_binary '¡G\Ðþu\Ä\ï\Ö÷\Ø\á\áP\àb','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' §\ÃufÀ\Ô *Š™Ô‚P',_binary 'Fh÷\Ç\ÅR\nB)E\×\æ-Žò† xŽøòŸ\ÌKÙ¨2Q0óÁ','',0,'?'),(_binary '¡N\'x\ë„fœ/\Ú,/³ô\É','wp-content/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php',0,_binary 'P¼3©´™-;+S²~9',_binary 'P¼3©´™-;+S²~9',_binary '²ü5b¼ Ìžn’M\è“i«¬›\åÒ²¶\Ç\ÐY\ÓQ(Zd','',0,'?'),(_binary '¡U-3F\0S\\ù‹=\Ð\É','wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Google_Site_Kit_Proxy_Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Google_Site_Kit_Proxy_Client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u\én\Ã\è¢*õ\ìH’J5mý',_binary '„¤&½|•D\ÍjpA‰\ÎY\ÊbhŸHÁ\\…\ç@§c™','',0,'?'),(_binary '¡V\Ú ¿[»‚¬i _Lù','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q.˜\í\æ¦\0Ä¡‰\Ü7/',_binary '\ï’Û|Ö›9ðu \ÔUÁs/Œ²F’\ÕÝ’‹?nÀ–	žL\ê','',0,'?'),(_binary '¡[¯R¡j¥‰\Å\ÅSx8*l','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Translator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Translator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o°×«\0x­]G7K‡-',_binary 'BŒøü¤bP~¾õzŸ\Õ\È\ÂÓ0”\r”E1\Ø÷','',0,'?'),(_binary '¡[öHn[P\Ö.~½ð\ßFU|','wp-includes/nav-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/nav-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à ‹\å]\ÖEŒþòC¦L¿',_binary '¼‡\Õ<l‹€\æ	v\ã^1¬\Û\åC¢š³“6ô\n','',0,'?'),(_binary '¡gòõ…ƒn\Z¦@¤\â´\Õ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pŒyud#“ùÎÁS\å$5\å',_binary 'R\ÉmÕ¥8/‡fx\é:Ó\Æto5~\ÌÄ…Šµ[‘\ÃV\Ì','',0,'?'),(_binary '¡i‡Q\éûl@Q¬ðz¿§\Î','wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šwÓ¨„Dd56¦A[',_binary 'W\ÒWrGW\Û\È_€\é# ½5K¢,\ì|l\ÐöV‚wC','',0,'?'),(_binary '¡jðò—\\\ï\ÉÄ¦<y\ãpƒ','wp-includes/widgets/class-wp-widget-custom-html.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-custom-html.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	\é.4,À–\ÞBó›| _',_binary 'B\\7h­¼®³µGjDB{%n·ÈŠ‹ª“}¤mW\Ø%õ)','',0,'?'),(_binary '¡m,q&\á,|nOúMœ«\Ì','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiRequestor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiRequestor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­P2ym}h\Ò\'\Õ3	d¯[*',_binary 'Y7§®\ëH†4t,/\Ñ]6ª‘\n™\'š.’¦\á\Æ+Lt¿','',0,'?'),(_binary '¡t\ä\Þ.!h\ît¸%h¬\á','wp-includes/blocks/video/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—¿A\í+kÎªYv~)Œ\ÃùC',_binary '©]\ÆiÖ¦z \Äùq¿õ-|k€ðÏ£\íõ<¸B','',0,'?'),(_binary '¡{@\Õ1˜ž’\×\Â/•C\Ý^','wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-regular.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-regular.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´ù~*Y&\Ý+¨\ë%Bºš´',_binary 'È­˜OXü&Z\Ît\Ñw	\ÐqC{Y¯b˜†;I','',0,'?'),(_binary '¡¡;l—E3öJ\Î‰-','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-700italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-700italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º\Ä\äü†\n’¾¶*w`H÷À',_binary ':E\ZK¢\é[|4Î³]/lBûýr¡ª\å\'8|J\Û','',0,'?'),(_binary '¡ð!A\Ïm¦$npô£OÒ¦','wp-content/themes/houzez/template-parts/topbar/partials/slogan.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/topbar/partials/slogan.php',0,_binary 'dv\Zò§„}\Úˆ–Î†²',_binary 'dv\Zò§„}\Úˆ–Î†²',_binary 'o’%#c|\Ý\å{<\å4S\æ\'u9Ú½+Šø\n:¸Í±','',0,'?'),(_binary '¡‚³\î9õdŽÖ±CSR','wp-content/plugins/revslider/includes/data.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/data.class.php',0,_binary '\Z>|ñ’\Õ@|:ó\É\Ó*]',_binary '\Z>|ñ’\Õ@|:ó\É\Ó*]',_binary '\É\ÎZ‰U«\Ì*E–\rŸ‹^#Ok…u!ŸNW™o&™','',0,'?'),(_binary '¡Œ¸4øÊ[Æ C\ÄZ\ÍQ','wp-content/plugins/elementor/includes/controls/select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…Y£…)\ÂZ?b£iÄ›ša',_binary 'U·\êq61{¿¬gL,mZÐ”Gšb—³óX\Ë1k','',0,'?'),(_binary '¡»«Z€\Zxcy•dó\'','wp-admin/js/language-chooser.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/language-chooser.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û\ÅU>½p4J\æl®“5À=',_binary '9ô\Â\É\rX¤L\ÙdC5@U\Þ\Ì¯K&>ÍƒlÀ”#\Ë','',0,'?'),(_binary '¡£2\éú\Ä\çs\Ú\âœk\Ó\å€','wp-includes/blocks/categories/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	8 \ÎMkRû£=´\n\î',_binary 'Ø—†º\Ä\Þ®0oˆº¢¬òT‡\ÌO|6°WÁý¸½','',0,'?'),(_binary '¡§z™	©Bv\Îÿ,Î¹S','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-pixel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-pixel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ø•\è-˜\éövÀNT¤\à ',_binary 'dnU\Ý>x.`\ÞMwAKý\Ð\Ø\ÄŒ`Ý¸„ž‰z\Ü','',0,'?'),(_binary '¡©\à>ÙŠÊ»\ëk\Ø;','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/RestApi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/RestApi.php',0,_binary '“o{ \Ú#œZÁZiL',_binary '“o{ \Ú#œZÁZiL',_binary '|K{¯¨PG(\éü©»\á\á5¢ta¼@\ìA® IOO‡i\Ñ','',0,'?'),(_binary '¡©\ì6B˜b—³M¶ü','wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š»9™ƒž#¿-\Ü,÷ý',_binary '?$\Én¨Œ‹H_§\\U—Ež?Ç¦•E|°½˜\ë\Üš\Æ','',0,'?'),(_binary '¡«“‹ª÷N|!k\é\Ë	ˆ³','wp-content/plugins/google-site-kit/includes/Core/Storage/Cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Cache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒo¸¦\íÃ‘¶¤Z5V‹	0',_binary 'gvƒø°f%¾;_°ÿršöFSy>ñ%^0½þ±¬H','',0,'?'),(_binary '¡®\ÎLC3v-¶n{\é','wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„cü\çüð\ìTG\Ó8`;\Ú',_binary 'š2S`„±J\É!®N,}.É§s0? ¥\Òúô#x¦ô','',0,'?'),(_binary '¡±XUqn\ã\à\ZÒ¸\'2ü@\Ü','wp-content/plugins/updraftplus/includes/Google/Logger/File.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Logger/File.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘\Z¦\Â\â¦8A…j<\Ý]\Â+',_binary 'h#&®™\Ó\à	P9°û¯ZÁ™³N½‰‚<\r\Ìß°E¯','',0,'?'),(_binary '¡²¨\æ€\Ë:x\Ùý=\á}ˆ','wp-includes/js/jquery/ui/mouse.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/mouse.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ýj\r{>\nû¼»A}\Ì8{',_binary 'p\Í\çZAUU”ý×‘\Í2sûþ\ëŸ\Ê;Yø­®;\å\Ë','',0,'?'),(_binary '¡´À\àX„ûm‚úÈ¼Z™ˆ','wp-content/plugins/google-site-kit/includes/Core/Tags/Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm\ãwx•š\Ï‰’\ÙR\î¥[',_binary '$•úEe¶š°+\ÈNH@Ã’·¯IŽ(t·>˜-_Ø¾ž','',0,'?'),(_binary '¡¼º{Ž\Üñ¨\è$-’Ö¾','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ms.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ms.min.js',0,_binary 'UŽ6C÷¦ñ\èÿU*ôR‰ ',_binary 'UŽ6C÷¦ñ\èÿU*ôR‰ ',_binary '‰‹M‚[\É@K\Ç\ì\Â7ŽiR\è\ã3.>Ú@[_\Ö,•','',0,'?'),(_binary '¡\Ç(\ÜBY]ô2\\~KŠy','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'Jöñ‹\ÓWf*\ëµ¾',_binary 'É³-ø6¢\Ö\ÂTvüüù¼º\ß+žœ¡3#kAšË© LU','',0,'?'),(_binary '¡\Î*Q‹`s\è\\\Z\å\è\ìd','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/recycle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/recycle.svg',0,_binary 'ÿ½\Ñ1[ôV“US\Ð+Ó†-',_binary 'ÿ½\Ñ1[ôV“US\Ð+Ó†-',_binary 'cŠ»˜ ó`XX\ÈG;{\éY}«­ƒ\ÛÆ«VbJ\ØwX','',0,'?'),(_binary '¡\Ô\Èð[—L =[Ý™\áZv','wp-content/plugins/houzez-login-register/social/google/io/Google_IO.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/io/Google_IO.php',0,_binary '‡-\ß\Ö\n^ö8Q~ø|k•',_binary '‡-\ß\Ö\n^ö8Q~ø|k•',_binary '\é©üJ´•\'‚.IV\\6\0\0¾Œ´Ä\âW\Z4_@*x1”','',0,'?'),(_binary '¡\Øc^Tó\ì\Âÿ–\à*W\Ñ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-chart04.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-chart04.svg',0,_binary ' ¨žN¸\rS1¹*\ï^M\ÃO¾',_binary ' ¨žN¸\rS1¹*\ï^M\ÃO¾',_binary ';›ÐµT\Z\0b\áú3µxU©\Þ\å\í‹Ê§@M¼€Oñ¹','',0,'?'),(_binary '¡\ØH\éaŒ+õ§­­Ì°I±','wp-content/plugins/wordfence/waf/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'WIB¼Ö·:W¶õ\ÈùHP•',_binary '\åFv®\Û\Â\ÝKŒ6`\Õ\ïH\Ó+6f!&\æ¼H”ZœUOõ','',0,'?'),(_binary '¡\Ù\Õ/S<_I&†·[~ù','wp-content/themes/houzez/js/vendors/i18n/defaults-th_TH.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-th_TH.min.js',0,_binary '?\Î\r>	W°z>…BT}\\',_binary '?\Î\r>	W°z>…BT}\\',_binary 'Ys÷X\àÖªý=•<\ÅUgv\Ç\â•ôõ4š²!¼ƒˆÇ´\Ý\æ','',0,'?'),(_binary '¡\ÚY\àõ“4@¾7Dµ€ˆ\â²','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6KS‡T,T*2a¯[\Â',_binary '¿\ÏÏ›\'\â£\êÝš\êo|”\àœú\rª9‡ ö\í5\×¸Os®f','',0,'?'),(_binary '¡\ÞO\íI\áóYŸ\\ˆ{=«H','wp-includes/robots-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/robots-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÓŽ|Ylm•+\Â6VŽ¨',_binary 'X†6ñ\ëhq@!\Ò¡`+\Ð\Ï\rx!ºªµó	Ð•’Ä«\Õ>','',0,'?'),(_binary '¡\àTn\×3<[”¤ ð¥\æ5','wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':\í+k\æ\æjÁ\Öý½`°|\Æw',_binary 'rÁ_®A\è½¶\Õ\Ù\Å/Æ„\Ä\Û#\"µ–YÜ»6•\Ý\åG´','',0,'?'),(_binary '¡\á#_\Ý+w¼ÕžcKC','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-title.php',0,_binary '\áµ÷\ê(æ®¡^Î¹4‹n',_binary '\áµ÷\ê(æ®¡^Î¹4‹n',_binary 'oV›³«°nk‚pBNt	{„(	7\àò¾Áz\'\â\ãL\íð','',0,'?'),(_binary '¡\äŽ|&÷’fPs(\â†~ƒ','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ImporterInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ImporterInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§\Ð\r¢m	b´b·Ô”',_binary '–SEn`\r0ª\ÚP\Æ\Ò1xVG:\ÙxL?½\å\Î\Ó5Ó´\É','',0,'?'),(_binary '¡\êy\î&a’A 7\Â]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\Ï\à%º»©B\ng 2…‰;',_binary 'D,…A£JÀ\íÀƒ»lOS‚p¢eØ‡£&ª\Ú\Æ','',0,'?'),(_binary '¡ë³‡\Å	ÀP—M·$','wp-content/plugins/updraftplus/vendor/components/jquery/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª»ý[\æ,Œ– \Z,|—Ê',_binary 'n\â\É\Ä>tª·V¡,¦\ÛEƒ\Å§pˆô\n$_l','',0,'?'),(_binary '¡ðl\äl1e\Õòz¯B\Óýl>','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/Reader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/Reader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢!KÁA”y°ò‰{ˆô­',_binary 'ÀLs}R›\ËU—\r8b+B Ñ€FW’Rÿ‰À ','',0,'?'),(_binary '¡óûÇ¼|\ï\æ4\Ö\â—\Êý','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_free_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_free_24px.svg',0,_binary '=¹w±K\0Œ\Û\Ð<X­\ä\'',_binary '=¹w±K\0Œ\Û\Ð<X­\ä\'',_binary '¬Ó‘\é€‚Ó‚3\à\ÍdZ\ÂIð…•—,Xa:\Ý\Æôÿ\Ç','',0,'?'),(_binary '¡ók¿6Y°\â¥F#7\Þ9}','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/uk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/uk.js',0,_binary 'Šl™Â–ˆ¦\éöX³Ù¡ú',_binary 'Šl™Â–ˆ¦\éöX³Ù¡ú',_binary '\å µ)\ïÎµ%¨ß™…:\Â\É\îul\ä{\nHXhµºŸ^¢·','',0,'?'),(_binary '¡õ+ü\éñ\Év\ÅT\Ê<Kš>','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/WebhookSettings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/WebhookSettings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U6òJ¸\Öóž\Æ*\0w}•œ',_binary 'h}ò{®Íˆ+(§ *BÁi±\Íú¬ø\ÏE	7÷©\nª','',0,'?'),(_binary '¡û´:’S–}j±\æ\Ðô\Ì','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/modal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/modal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4]r­N\0­fr\Ð=)\Ó',_binary '”$V\É$Dˆþ[Þ‹²¸nx‹\â0SŒ=\Ør)ñf_ŠaÏ§','',0,'?'),(_binary '¢šú\Ãm~fÒ¾­³wù','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DKƒR…ùìŸ™\çÛ¹‰ô6',_binary '\Årº¸:\'	\"ü²S\ç\05g·SÆ¢„\"\Ü\ä@NwÖƒ\Ò','',0,'?'),(_binary '¢Æž×…\ZXªX]ÁY\ÉF','wp-includes/js/codemirror/htmlhint.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/htmlhint.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ2\ì|ÑŸ¯GŒMtP5§\ê',_binary '\0U[\0÷M\'mCÕ¼5þ\Ð5k`ùªñ\é5ñÑ‘','',0,'?'),(_binary '¢h£ô\0ž+<YF\Çf\Ö','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/currencies.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/currencies.svg',0,_binary 'ò•œYV™¤\ì÷K¡Ÿ\ä1',_binary 'ò•œYV™¤\ì÷K¡Ÿ\ä1',_binary '3UvaNG¬¸z.\ÖÆšWyG\ÐS²\ÑÎ˜\rm','',0,'?'),(_binary '¢	¶bý\éö9»7\Ñð‘\ÂL','wp-content/plugins/wp-rocket/inc/Engine/Preload/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/ServiceProvider.php',0,_binary '^Õ¨¶Y\îŒZÛŒž\ÇME',_binary '^Õ¨¶Y\îŒZÛŒž\ÇME',_binary '\âp°\Ô<}Úž\åÀ@Wúý	\Z%:\í,\Ôg/\ÊX\Úý\0?','',0,'?'),(_binary '¢HÿY/Ÿ­,FŠ¦v½','wp-includes/blocks/query-title/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-title/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9Š-m†Cl-ÿ\â¿h',_binary '\Ði\É)!n\Òle#\Õ\Ôü\äaniq\Êla\n\ÑOÿX','',0,'?'),(_binary '¢÷\ã\É\Øó·Ö´ž¶\É,&','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼±û2B\è¼_Qu\ZŸ\ä',_binary 'K\ÎcqV¥Z`\ÉlÖ¢¾ú±°¯úpÄª\ÎmWsû\ÜL','',0,'?'),(_binary '¢zQ¡þ\ànµ\Ù\Û1j','wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ08º›N\êPwž˜\Ã,S',_binary '-\âe\æ™\È\Ëø…\ì99;3)vu‚õõu!˜','',0,'?'),(_binary '¢ a\"KwT\Õbc1S','wp-admin/css/revisions.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/revisions.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á,_ ÖŸ\í(þ©\ÉkK0\Ö',_binary '•¢\ê\Ð4´™j.y\ìüJ\ìo/qwó§N\Üt÷Y\r\ä','',0,'?'),(_binary '¢ €0ýšS¸\'Jo#Ì','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/da.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/da.js',0,_binary '®s3ó)0¦\Ð\ì@Á€E®Š',_binary '®s3ó)0¦\Ð\ì@Á€E®Š',_binary '\0WoW\rs\Ð\ÔN+‡\ÉÍ¹4~d[hõL\Ì*<nQ\r¼_H','',0,'?'),(_binary '¢-]K Fò\Ø$bþ\Ïb\ì1','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' jrñZ‹­5Ò]',_binary 'šûLF\Ö\çŸýÿ§:JF·)fc˜•\Ýz\Õ[ò%ô?','',0,'?'),(_binary '¢-‰[ipùœ\\^˜\ØóÁ]','wp-includes/widgets/class-wp-widget-tag-cloud.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-tag-cloud.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'iôl”Â¹\Ü+\ÐXÀ—ZÜš',_binary 'p­^B­’ó&¸ƒü\Õ\Ñó¬RO­\ÖÞŽýD\0','',0,'?'),(_binary '¢0\áÁ&¥Y©\î\Õ \ÕÁ¡','wp-content/plugins/wordfence/vendor/composer/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•]_\åŒ#Dö´\0óƒµ\â',_binary '\Z ŸøÛ’ö%§4~N\Ù~Gh!b\Ø­:w‚˜ÉŒ¿™\'','',0,'?'),(_binary '¢2&€¡q,pûó\â™j','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/V1betaAudienceDimension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/V1betaAudienceDimension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|³;ciÌŽÄ©·\èÚ‹³H',_binary '\Í\Ñ1\ÖÑ©<ý\ä±WÁQ\ZV±\ã¼yÀpv¨‚~\é=¿','',0,'?'),(_binary '¢3“\ß\Íú	½Ô£JwE','wp-content/themes/houzez/framework/stripe-php/lib/Service/Reporting/ReportRunService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Reporting/ReportRunService.php',0,_binary 'À.Ò²5C$¯\rb\î½1S',_binary 'À.Ò²5C$¯\rb\î½1S',_binary '‘ \"]¶Õ°6a\nÒ€I?¹h}+n›,A\"\Ê#÷ s&{','',0,'?'),(_binary '¢4gŒe\Ê\Ø\é>©ó\Óß','wp-admin/images/list-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/list-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hÕ»IS\Â2ý\Ói‚gš',_binary 'ù\îJüp\áS_ò¯\ÔX\Ø\Ø#Ž‰UB\Ù-z\Ô\Ô\Ä,\ç','',0,'?'),(_binary '¢6E3\Ú\Å;nÙ€À^\Å','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pen.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pen.svg',0,_binary '³ut O¸ ½f[ÿ-',_binary '³ut O¸ ½f[ÿ-',_binary 'ÃŠKø‰¾†4cœ#\Ô2?|V\Ì”«Rœ\nO±->×¢{','',0,'?'),(_binary '¢7)\Z\ÙË¬\Ñb¦—ˆSš;©','wp-content/plugins/redux-framework/redux-core/assets/css/vendor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T¶\Ù\ÎG2ƒ¦‘«q\\\ÊÐ¾',_binary 'B\Ì~šNmWh}Î†i\Î\íBkñž\çˆjBwÂ½R…','',0,'?'),(_binary '¢;¹f J1øúË˜·€+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘n\n\í\Ú+Õ®.jqAZ¨',_binary '„\0ýöIˆ›ùƒˆ’36˜ø³Ä›nüj7jk£:\ã\á','',0,'?'),(_binary '¢=BÿÈ5—[Hµ¿¢\Ó','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckExcludedTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckExcludedTrait.php',0,_binary 'ò%¾µ?4•¥Ó®\Èl\Ö',_binary 'ò%¾µ?4•¥Ó®\Èl\Ö',_binary 'I\\Ë­›Rö†[¾öŽð\ÑóK\Z\á„\Ö{£*\Õ','',0,'?'),(_binary '¢A\Ýfò´õ «šª¢_‡ò+','wp-content/themes/houzez/template-parts/search/fields/label.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/label.php',0,_binary '5cÆ®Ÿ¯N\ÍÂˆù”\\–',_binary '5cÆ®Ÿ¯N\ÍÂˆù”\\–',_binary '}vƒKs\ÏVxV¤®CO\ãÏ¡µŸ+N\Í]26\Ðh\r:Œ','',0,'?'),(_binary '¢JK%aû‡˜³õt','wp-content/themes/houzez/vc_templates/text_with_icons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/vc_templates/text_with_icons.php',0,_binary 'ñÊ‰Vºt\É\Û³¡Äµh',_binary 'ñÊ‰Vºt\É\Û³¡Äµh',_binary '¥–›â©„Z˜¸*`\É\ÍbFÀ—<cí’¸0m”AR¼\Æ','',0,'?'),(_binary '¢OOwT\àM\r\ÒÁY˜!d','wp-includes/js/mediaelement/mediaelement.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelement.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ii\Ü\Ñ:•¿¦Ïa\Ï\Ê\×0',_binary '¤F;(•D\È\äÔ¥õñ\Å\ß\ã$ùûTc\Ð#\ÐVd\0K','',0,'?'),(_binary '¢Xgò\È)©\åxµ,þõ','wp-content/plugins/wpforms-lite/src/Admin/Payments/ScreenOptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/ScreenOptions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å‚\Ðx awG\Ö\0/‡\Ã\r‡',_binary 'V\è\Çy\ÙBž4-\Zc!m\çÿ\æZo|T\nhN°5ÿ6Mo','',0,'?'),(_binary '¢[B\É1\Ö\ïÐ¾\Ç\éDm\ÓL','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/ConfigSettings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/ConfigSettings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†>¼h‰m\é;\çž_¶,R&',_binary '|±ü%\å\Ã_D\ÕP\á+þ,\ÍB9\\€CW\Ô÷Ñ”rI','',0,'?'),(_binary '¢]Ç¿| ´\áö¾¦ICô','wp-includes/js/dist/keycodes.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/keycodes.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Øˆñ¶ù\ÒÊO:Ág\æ\îš',_binary 'tqú\èCh\ëK\Ð(ŒÃ²ºó+ˆ‡«ðÞ‰9\ç°þ«','',0,'?'),(_binary '¢bm»<HÝ˜\"Q /}¥Q','wp-content/plugins/wpforms-lite/assets/images/empty-states/payments/no-payments.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments/no-payments.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ…»&‚þ\ËnE\ÚSy¤ƒ-@',_binary '†ºN†[\Ç\0ñ÷\ë9†z\â|u¶ô)\â-q’WötO','',0,'?'),(_binary '¢fkj’\ÂN‰Uei4=%\Ã','wp-admin/js/tags.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/tags.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£0™}¦†\æÀ0R\ÞMþT‚ ',_binary 'º¤›VkK\ç´ø¢§C±o—óÏŒ8ÀT·Ayn@µ\ÂZ\0','',0,'?'),(_binary '¢l¿³h\Õ-\à\Êv†Þ”\ë','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/OutboundPaymentService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/OutboundPaymentService.php',0,_binary 'F‡¢žu¸–s°¦Zª„\É',_binary 'F‡¢žu¸–s°¦Zª„\É',_binary '—\à\Ö\É ¬›;Œú¤<eFøŠ3\áú\èrá°“\Ñ©«0\ï\Æ','',0,'?'),(_binary '¢sE(ü¦U”’³\r…\Õ\è+¸','wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5—·škWl\ídöŠŠ4ÿ',_binary 'ä€€÷<\í3±\ÝIš{\ÈiÕ‰#]ˆ3²Ó»cú\r€Ÿ`ƒ','',0,'?'),(_binary '¢ub¤M¡¼\í\r#O\Ä}@Ÿ','wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_add_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_add_24px.svg',0,_binary ']4&?\r§R4¤šÁè»‰N',_binary ']4&?\r§R4¤šÁè»‰N',_binary '¨—Ñ•œ~™\î£=+\ê£:s	vbO5\Ç0.\rŠ#\Ô\00d','',0,'?'),(_binary '¢wkÚ³œ²…HQ˜­½º\ä\Ù','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKeyFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKeyFactory.php',0,_binary 'Nœc~N\">*vjD÷Ù¡(',_binary 'Nœc~N\">*vjD÷Ù¡(',_binary 'p\èÖŒ3$;ðØ¥š†\ê\àj”­\0\ÙÑ¨Ñ˜S€\Å','',0,'?'),(_binary '¢xYüö4\å(RMj2}5}','wp-content/plugins/wordpress-seo/js/dist/externals-components.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals-components.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<ç“¦Ä®Zú_\ç»1K',_binary '\é\\_¤±¨Áó´\"À.PoE\íhŸ-\Z¼\à€IËB','',0,'?'),(_binary '¢y%…\Ë\ÆÇº~¹ne\"V','wp-admin/css/list-tables-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/list-tables-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿\æœd9siFó',_binary '?8ö\íS\Âv\Ý0Ñ’Œ²\ê‰\Ã\Ð¾\ë£AÌ¿–µœ-','',0,'?'),(_binary '¢ynWö€\â]„Ä³R\îmr€','wp-admin/js/site-icon.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/site-icon.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–$\ë}e\0›u\å›W\å\ÒOý',_binary 'ŠÁr•»r•£xjFR$Ë£4\êšö‘üž\ä&üL\è','',0,'?'),(_binary '¢ˆ\×\nMF\åš>\0\Ñü2±','wp-content/themes/sinatra/assets/js/sinatra-wc.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/sinatra-wc.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	\é&®w\Óiu?ô\ÉG{\Ë',_binary '±\àI¬\ç¢÷À‰æ€½b©6L›\å&\Öõ\×$g6\Ö:','',0,'?'),(_binary '¢Ž	\Z_5ýöD³t9\Û*','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/OutboundTransferService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/OutboundTransferService.php',0,_binary '¤6þÀ;M\êA»¤÷ùw2f',_binary '¤6þÀ;M\êA»¤÷ùw2f',_binary 'øûŽ¯\è‹Á0Å½\ç7aÿ-G\×Ÿ›÷øUz	3Ô','',0,'?'),(_binary '¢Ý£ÿœ\Ó\ä\ç%’W\í´\'','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_75_dadada_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_75_dadada_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á,e\Ú\Ó\ëúdÈ£•š$i',_binary '÷—›\í$sŸ\ã\Õ<&\ÈV~“\Ò}QýW3’\æZh(0\á¬','',0,'?'),(_binary '¢˜ÿ\Çe\Î¿„yó\Ý1q','wp-content/plugins/wordfence/js/admin.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/admin.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä¨ÇžZ¥ùI\Éð ©g_Ž',_binary '\Ó, $B‘~\nµ\Ú\ÍMÐšñ6]1•1[TL \ï–Hp','',0,'?'),(_binary '¢Ÿ³ªc¼\É1Á\"m{s^ú','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚\ìaðû¯j°Áú‹…Œ\é',_binary '+›vjò\ãD6 \ä\Ü\Åkð\"=SøHu\èPh³²½\â\ï3','',0,'?'),(_binary '¢¦ª¤Z£;ÿnÔ«žr\Ì/','wp-content/plugins/elementor/assets/js/packages/ui/ui.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/ui/ui.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+ùH\ìüPiÃ•\Ô\çiT!',_binary 'MTš»#‰\n6P\ÜkÍ—”ß„	\0·ºô—\ê$\Óo;\Í]p','',0,'?'),(_binary '¢­€F+¹ðD{\ÓzX\î\Ï','wp-content/plugins/elementor/includes/widgets/star-rating.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/star-rating.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×Kù¯X¹ƒ˜Pw 1',_binary 'Cª91L{k^!Q\Þ\0\î\Õ/ƒnKÿè¯ ŽG·0K','',0,'?'),(_binary '¢²¯S^ =\í\åJ','wp-content/plugins/houzez-theme-functionality/assets/images/icon-featured.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/icon-featured.svg',0,_binary 'ð\éG\Ó\×)ýž‹‡Td\\\\',_binary 'ð\éG\Ó\×)ýž‹‡Td\\\\',_binary '@U\ÅK\Ú,™P%\Þ/-Ð®8Ï ±­ôIz‡f½','',0,'?'),(_binary '¢³$o”|®ú\É\Ú\Ù½','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_year.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_year.php',0,_binary 'ôX¦Vý\Ë^@d\ê·\Â\â.p',_binary 'ôX¦Vý\Ë^@d\ê·\Â\â.p',_binary 'z»\ÏbW(LAZ\ßòzúN2“§\à]ú±U½\Êô\å-\âö','',0,'?'),(_binary '¢´¸/\Ï-•TÇ»úT<—S','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{žúÝ\\%Dk‡û¯wj',_binary ']µúTSŸ .{˜£a\á\Þ\í©\ÐM¬l·Ÿ¨Ž÷\0–§','',0,'?'),(_binary '¢º\'¡*6\ë$«b/Hû\ì\è','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á4A¼x\èT\Å\"À\î',_binary 'žn²\Ö*ñ!•Lv}Ì…99R?y˜5\ç[t\Ø8T\â\ï§','',0,'?'),(_binary '¢»J¯“Ô¿+¦„»p','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/ServiceProvider.php',0,_binary '“\ß4u^\Ð\Z\êdÊ´…ô€',_binary '“\ß4u^\Ð\Z\êdÊ´…ô€',_binary 'òE\\(\Ö\"ñ\Âpš§\ÕXG‹7”2\î\rüyŠ\Ës4\è@i','',0,'?'),(_binary '¢½EòDzÁùˆü‰‚É›','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListDataStreamsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListDataStreamsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '×”š	¨>\Ø9?(_ð\nø',_binary '4£ó\Úcs}§•g¥\åØ¢.Áp8Øº…\Î\'Cû\Ì2\Ô0šý,','',0,'?'),(_binary '¢¿õ{\ÜJs\É}sGú`','wp-content/plugins/elementor/includes/controls/deprecated-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/deprecated-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²]$Š0cÜ¾FYÃ™',_binary 'ON\Æi¢œI¬}\ç\Zƒ¥’K?ø\èM\Ïg{³¹­»\å\Å','',0,'?'),(_binary '¢Á›6‰k\\È›H*G¹ý#','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_1_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_1_bar_24px.svg',0,_binary 'vJì«»6‰BHr³|',_binary 'vJì«»6‰BHr³|',_binary '§ÇœkƒF\ê\ØKª}si‚\çz\àžmW\Çñ¾f;ô~c\Ê','',0,'?'),(_binary '¢\ÂMT\ï\Ô/dj‹¤P#aZ','wp-content/plugins/wpforms-lite/templates/admin/settings/turnstile-description.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/settings/turnstile-description.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>Ï½³^\ß\âuo\ÑØ¥ûU',_binary '±ºö\'¶·E\Ã?\Ä1Ù©x\ç:þP“oc\ZyÏ•\Ó','',0,'?'),(_binary '¢\Ë\Å?5ú­\Ònw\ä','wp-content/themes/houzez/property-details/partials/item-address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/item-address.php',0,_binary 'u®\ÑoÊX‰öˆ’2Dk—',_binary 'u®\ÑoÊX‰öˆ’2Dk—',_binary '5\"|ü\"~\á.UH»w‹\Ì2Ã½mªÀL\æµo…(/9Ê•§','',0,'?'),(_binary '¢\Í@Ã»\ÖJ\í`aµdnw','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Filesystem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Filesystem.php',0,_binary '%\Ü\ç\ÅÕ«Ãœa»9 !',_binary '%\Ü\ç\ÅÕ«Ãœa»9 !',_binary '\Ï\Í\Ód\Ç\Ùl\Þ?4`õ™qÌ“7$\æo\"£r\ÄRTv\Ï','',0,'?'),(_binary '¢\Ó*\ì°0+Áj&ó{Ew\ä\ä','wp-includes/css/dist/block-editor/content.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/content.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j}œö½\ÈH\Ôú^™›\Ý4ò',_binary 'T€\×32=Qß½\ZS`R9ÿvtn&`{&S\êWõ* t\Ý','',0,'?'),(_binary '¢Ù† •uÊ¥\íÀ\rZ	\é\Þ\r','wp-content/plugins/wpforms-lite/assets/images/about/plugin-trustpulse.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-trustpulse.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Yb‚®\Ì\ïjL\0\ë¹U\ç',_binary '\Çg<[‹ƒÚ’i;« \ê\ÖüR\Æ\Î\ç/zg\ÒN\ÃZp\È','',0,'?'),(_binary '¢\ÝJQn“\Ö?V9ó2X','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/StripeAddonCompatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/StripeAddonCompatibility.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó`!\Å\äjZù<¢\êxÀ‡',_binary ')Q–¹\ã~È°„:$¤Ñ¯¨¨h\çþgrÀ•','',0,'?'),(_binary '¢\çU—œ»‡\\\Ç-L','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeClient.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A\"\Ò?Lý\ìÙ™\ã|PÖ¬',_binary '›.’œ \Ò\'GÐUÿ±E{‰0ûS=\0\Òa>®ö','',0,'?'),(_binary '¢\ê\Õr£\Ý¨N(€´M\í\\','wp-includes/blocks/post-title/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-title/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã}°þ\ÈkRp\×$²œ‡Å¶',_binary '.‰Âµ&;\Ôi\Ë¸\Ì`Œ?t\Ò\rI3\ãÏ“L&<\á\Þ','',0,'?'),(_binary '¢\ë\Ûð\ÎÕ’ž—Í„X','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-v4compatibility.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-v4compatibility.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Í™\ÂC¨¾&¿\èt£js\ìÿø',_binary 'œI]\Z\0;>Ÿô²Ž}q<eZZ ‘qOo”p¡§•ñª','',0,'?'),(_binary '¢\ì0D>w\ÅN\Æ{Š`½r','wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>Ë¤þ\Ê\Û\Î\ì\\\Å1gˆ',_binary '½ƒ™€´6®$:\'_K\à€T/µ\ØõE\ÅYƒ\Èý','',0,'?'),(_binary '¢ñ­=³a¶Æ¶\Ì\n–›','wp-content/themes/sinatra/woocommerce/cart/header-widget/dropdown.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget/dropdown.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\Øy÷FrýüAI[}ö',_binary '\Ôk+M¡ð\Ýwü=;H?­a5)‡ð„á›Áƒ\ÔM˜eM','',0,'?'),(_binary '¢ú¾WN6hôC\Åg÷G','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øƒ«m—´PfßŸÀ\Ù3§-¼',_binary '¸\éz\ÞÞ©¿ð4´VwÁ(¡4d#\ÜavÍ²Ÿ\\\Ì\rºœ','',0,'?'),(_binary '¢ûp µö\Ò>*oÈƒ†ú¡','wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò\ÅAö@Hu\åj\å\ã;K`”',_binary 'Xµùœû\Ç\ào¯¤\âú(U\Ûlv»\Ï1º\â\í[%‡xw±','',0,'?'),(_binary '£‹	|\Ã\Ï\Òy´\"Ee·','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v3.php',0,_binary 'Qd±åŠ‰\ÊÉ¹h\ÉcS&¢',_binary 'Qd±åŠ‰\ÊÉ¹h\ÉcS&¢',_binary 'œÁÌ¨“™wöø§d\Þ\Â\n\0\çð\Â[\Ìÿs`Ÿ$','',0,'?'),(_binary '£ÐŠ¥\Òû\âH†fe','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryEvent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryEvent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å0\Ã\È?HqÐª\Ô0Û–‘',_binary '=\'\ïJz\â„\Å\ìÚ„‚\Ø÷”+YT]\È\ê:­\Ú\"p','',0,'?'),(_binary '£p«\Ó@™\Æ\ÎwN„ºj®','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«U\ëª sŸ	…\Î\Ü•',_binary 'i›‰Ÿlw\Ë\n^\Î÷\ÇE|‡\"ú ¤\ÝSþæ²„Bi\â','',0,'?'),(_binary '£\Z‚b\ê@k¶.þ£i.p','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bbö¯=ôx\ä\Ë\ZS\î\ç†',_binary '\ni¦V5¨Ki}½ô‹¤EAŸt7Ì‰…\rt)fŽ|\à<P','',0,'?'),(_binary '£ÿƒFžøÿ ¥Ÿ\ÙLw¦','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_files.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_files.php',0,_binary 'BPo\Ì\ï\0¸\ÎBô0XXõ~!',_binary 'BPo\Ì\ï\0¸\ÎBô0XXõ~!',_binary '‰-‡q\î}ñed^ñœ+­\Ë|ÿŒQ\ë&®¨`Z­','',0,'?'),(_binary '£%HZ—šŠ\îÕ„Œ—¿\È*','wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Äõ\Û\01\0©³H›·Y\Ïh\Ã',_binary ',¯¢½NX®¬\ìd@\Ì\ß}‘]–š>VÀ0\íócÀ\Ô\æ','',0,'?'),(_binary '£\'£°ºˆ&„¤6\0\\4T','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesBuiltInVariables.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesBuiltInVariables.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—½\Éü?ü¿\ì?\Ç+\ÑPðs',_binary '¡µôH¦ˆH:¨ò/a;“ýGv6.bFV©3\äz\âŠf£','',0,'?'),(_binary '£.‡PÄ˜õ\ß\Ö+‡|','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity/IdentityServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity/IdentityServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚TŒI˜\ÛX¨Ëµ€oV',_binary '†\ìTB 6\Æ$¼s\0Y´SLzË”\Ã#ž˜a\Ñ-(\Îñ','',0,'?'),(_binary '£/÷ðj\Æ!~B`\Ø*| ‚','wp-content/plugins/elementor/includes/editor-templates/hotkeys.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/hotkeys.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£Á÷7EcZ\ßútƒ)\å',_binary '`\Ñ0s¶˜ \0.Ü¡e¥VEròU\×õ\ÞL\ÎfH«‹6<','',0,'?'),(_binary '£1\ào%¨Àq\ÅAµ€','wp-admin/js/inline-edit-post.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/inline-edit-post.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°/\Ç\Í‘Ò±ß “ûŒ¨',_binary '\îvEö\Ø\ëež\îºñ|2K\Äy±\ßX\ìÁTg¶s.,','',0,'?'),(_binary '£3úÛ†‰M\è*Œ:Ûý1','wp-content/plugins/wpforms-lite/assets/js/admin/admin-notifications.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/admin-notifications.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Êª6FÖ‚/ˆ2š­¯2\æ',_binary '\É\ç}š±X„@\à2q¥\É5´5J“ôkvb\'jÔ¶¤’\Ú','',0,'?'),(_binary '£>ž¾®\Û\ÛY0\ZY\Ì','wp-content/themes/houzez/framework/metaboxes/metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/metaboxes.php',0,_binary '„€¾oD b\Þ4Šc\âtÁ®',_binary '„€¾oD b\Þ4Šc\âtÁ®',_binary 'q\à\ì\åQ__/)—­D\×!¬ö¡ò\r2¢q;¥¬\ÆË¡M','',0,'?'),(_binary '£C\é\'ü;Mbø5\Ð\ä\Z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œS¿‚\Ôl€\í\é„û\Ã\å',_binary 'ò\ä1äŽ°T\ÚÝV@~p\í±÷±VŒ\×ÁWÎ§\ßRš','',0,'?'),(_binary '£Q€\Äò&U‘3¢›\Ì\à½\Í','wp-content/themes/houzez/template-parts/listing/partials/item-labels-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-labels-v2.php',0,_binary '}\Çý‹X<\r\áGp?\Â',_binary '}\Çý‹X<\r\áGp?\Â',_binary '\ÚI\ëÀÓ›k\Ä{cgz–zŠ-f\Ú{š{\Ër,W¶\r\ç','',0,'?'),(_binary '£TL \êßˆ,]½¬Õ¦†m','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8‘	¤¢½»:{€\äWó\êe',_binary '6{w÷»µ^Gk®Î«\Ã25\Ýúb“ó„\r\ä\Ýñ“«„\æˆ','',0,'?'),(_binary '£Už\\L†3\à.lV\ì?t»','wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷WþÄ„F\Ãz¿Ö¡',_binary 'hTWNB“ûZG§™ò®€”ñ\Øv\ÑRñf\ëy\Z¦e\äA','',0,'?'),(_binary '£^\ÙP®\ãsiy„/¯a\É','wp-content/plugins/updraftplus/includes/S3compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/S3compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P«­(Œa‹7·\ëó\Ã4\Ú',_binary 'õM\Ã=N†1¶w\Ø$Š!=\ÓLŸEl».ZŠ%\é.\0¾\í','',0,'?'),(_binary '£oÌ¶ô‹\Ùe2\Ï(&\í\ë','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿0c»Z\ÓóL\È\ÈE§0]\'X',_binary 'cvú˜Ïž¯\Z\Õ\Ý\ç®Otf\Ï\Ú\ê&\ZRTe¹I)','',0,'?'),(_binary '£r~i†8\Ä\âÀ÷S¢','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_movies_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_movies_24px.svg',0,_binary 'Á\ïH\È\r\â’2R™·Ú¤',_binary 'Á\ïH\È\r\â’2R™·Ú¤',_binary 'jõf‡‰0k\Èß¶zc ~\ÍÑŠ@rŸ^f0\à.¸ð','',0,'?'),(_binary '£w\éôPÓš\0Žÿ\åU\riÉ¡','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chemistry.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chemistry.svg',0,_binary 'È„ýø\ä¶\Í*y©†\äe\él',_binary 'È„ýø\ä¶\Í*y©†\äe\él',_binary 'û\äUš§c^‚\á9\ä@ºËŒ;v‹:›O8·|©D”±ˆ','',0,'?'),(_binary '£z²h9\æ\Çêˆ¦\Ä\ÊXpˆ+','wp-content/plugins/wordfence/views/scanner/no-issues.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/no-issues.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xt-|øF\ÞýŽ¨\Ð\Ñ\é…eª',_binary '\É\×_?7\Ëñ\ÜcõŒ¯:_˜\Ò@¨‹\ÃE\ÛJ‰Ÿs©°[','',0,'?'),(_binary '£{6ƒUùP\r$¯P\ä\É\Ü','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F‰ò’¡¼\å†\ïc\Ý]',_binary '\ìs™À’kYA0)š¿V‹÷v\'Z³\Çþ³³#E\'\Ò#','',0,'?'),(_binary '£~1ETL\r\ë\Ê\'X','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/RuleFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/RuleFormatter.php',0,_binary '´\ã\Ý\Ü\ÃS²)™¢[\Ä8œa',_binary '´\ã\Ý\Ü\ÃS²)™¢[\Ä8œa',_binary '\Ûý\ç‰1?†\Â)_–X§\äb\n\ïö\Ø632R\Æ','',0,'?'),(_binary '£‡®\íÎ£80þ~R\Õñd','wp-content/plugins/elementor/modules/content-sanitizer/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/content-sanitizer/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢$ÌŽ\Ã&\Ø\Z\Øðj\æù÷fc',_binary '†x’£ø“Cn\ã/,MN˜\âS|@\rD\æ~2·\àk','',0,'?'),(_binary '£ŽÒ•Õ¿¬\ëôJb8œ´\Å.','wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm\é¤\Ô\Åu±\äÉ‚\Ñ˜\Ë',_binary '5Ö±\Z*»!#\ÒúœŽÁ~ñ$\ä±}&\\“O¹›\áFQ£m','',0,'?'),(_binary '£‘„t%|\å bŽbÿ','wp-content/plugins/wp-consent-api/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\'ï®†~r:2Å’5\Ê',_binary '\Æ{×´£°DF.\Ï\Ê`ø¬G\\²\á)\\\Ä\Ô1\áU»É‚M(œ','',0,'?'),(_binary '£šEöS\Ôc+\ßñ#º)','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u\ÒNm…S\á\í”\ÔC\Û\Ò{\ç',_binary 'ü\Ø\ÔP~{p\Õ\Ô}x{\Ô82hXöx\ÅÁ»ˆ','',0,'?'),(_binary '££UŠ4Õ€Ù»‡ð','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-calendar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-calendar.php',0,_binary '\Éõ]ô\×¥‘Ì‡\Ö?I=X',_binary '\Éõ]ô\×¥‘Ì‡\Ö?I=X',_binary '%\Ó\ä\ÑÖ©*¹ •8\Z¼sÿŽ\Ù%9g]ó¿D\æ„m5','',0,'?'),(_binary '£§\Ê\Í	¸Yj†½¨1“.‚','wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D«¢7\0½œU‘\Ð`,*™f',_binary '’ê§«‘†2\ÎZ\ßr„^l³´Ÿ\Øwœ\ßHA{\×Ê‚','',0,'?'),(_binary '£ª\Z}T~ô:&£\ÆFš','wp-content/plugins/redux-framework/redux-core/inc/extensions/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '£®r\æ¼	¡KS1?J{','wp-content/plugins/google-site-kit/includes/Core/Admin/Pointers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Pointers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y‡iÿÊºd\èXEqÁ0',_binary 'kI|‚q\Ñe\ê°I.Oð\Ø\ì,¶\ÄIp\ß$‡ó\å\à÷8\Í','',0,'?'),(_binary '£´+[|\Úp\Ë;£','wp-admin/images/contribute-no-code.svg','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/contribute-no-code.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X?‹¡\ËLlŠR\Ï\'1\Î\Øÿ',_binary 'l—C¯Q,\\#’¯”õ¥[+Œ£*\êŸle2©\Ìø','',0,'?'),(_binary '£¶I\Çx¬\Ò\ß\ÑðPuëž–','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/ReaderService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/ReaderService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mu9RŠÁ“—¹¶\âq',_binary 'ò•û@ª]µùwµ\Ü;:ò¤!\ÎV«üö\ç&”\Ãtð€','',0,'?'),(_binary '£¶òx8î¯–¦h`}•\Ò\Ø','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/field_sortable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/field_sortable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á0SUMA_¦õE[\×\Å',_binary '\nAS¹‰ˆ\ÑT|‹Nvzñ/\Â\×}\ÎÊžX¯\är','',0,'?'),(_binary '£½:Ø·¯\n\Z\çù„SX®','wp-content/themes/yith-wonder/assets/images/icons/post-author.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/icons/post-author.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õöPs \ï\Ñû\à*\Îó:',_binary 'mø\Û$÷º²n\äh\ìDŸwN\ïÐ®kFbiR¥F1®','',0,'?'),(_binary '£¾ü…Ÿ\n\×\Ü9\Ðw¡-ˆ','wp-content/plugins/revslider/public/assets/svg/navigation/ic_cancel_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_cancel_36px.svg',0,_binary '4±Tvœ\Æ\ËW\ä÷4«Œ»',_binary '4±Tvœ\Æ\ËW\ä÷4«Œ»',_binary ' X¾“K#­ ›ðfÀü¹ª°\É O|[Ž°—\n\É','',0,'?'),(_binary '£Ä¼	\èY|¾pt\Ä4(Œ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›R\âõT\ä•þ¿\É­U\âð',_binary '‚Î·\Ý\Z\Öz·\à\ÑCh`H¯—a½\ãµ;:n,n»3\í','',0,'?'),(_binary '£Ë‹\ÖA\èF¿wD4B\0­','wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹\ÑL¾gÙ¢7[»\ëüžÿ',_binary 'l\Ä\×Ã\ÎHî¢˜j\"žv¥o”\ít\Ä„aR‡\Û?ƒ','',0,'?'),(_binary '£\Ð£ø˜™¬\ßjB\×I\Ö6','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=ž÷÷,ÿ##\á².\ß!oþ\Î',_binary 'ºŒ¡Aº,=‚’ñ%`	y!²v\èø5\Ôx·\Þ7','',0,'?'),(_binary '£\ÓÃ«\ÖxO\ê F\Ã\Ä\Æðü','wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç„T/\Ç+½X„<H3Y/',_binary 'U\ÙÈ¿l¬€Ó›½³\ëMy\Òoº®÷X¨Ó¼_us\'\"P','',0,'?'),(_binary '£\Û\ÖHE>\àŒ#\Ð\Ûx4\ß','wp-content/themes/houzez/framework/stripe-php/lib/Util/LoggerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/LoggerInterface.php',0,_binary '&ô]”z)Àgô¨:·lŠe',_binary '&ô]”z)Àgô¨:·lŠe',_binary '\ÄvH\È\r{,c«\Û4\ÒE§³Rsµ™\å~Ÿ‡J®¢™dVµ','',0,'?'),(_binary '£\ÜF¦²™˜{\ì´ýA','wp-content/plugins/wordfence/lib/sysinfo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/sysinfo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ® ¹ã †ó/«‡\ßÚ³E',_binary 'ùMGt¹\r=\ÞðÑ¼\Ã)#Iz9\×ø\Þ\Õ=¸ŒÁ`Q{k','',0,'?'),(_binary '£Ü’3BMlõ½a9S‘›','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-payments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-payments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7)gý’?\È),d[I’~§\Ø',_binary '?O\Z2Št\ÔW\á\á\×\"ž\èx¬iyI/²?ÜƒNq','',0,'?'),(_binary '£Ý†\Ñ@\0\Zw7jc<N\Ü','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/TaskQueue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/TaskQueue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ít\Þb€>\ÚxXb’Å‡*',_binary 'ò˜$d§\ì~\"\"¸ö\Ôf\ìYF^ø\ç¼H¢‹q½tlHB','',0,'?'),(_binary '£\å\Ú}1ö×§ƒœ\Ð\Â[X\Ú?','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªyi}\×\ÎóG	\Þ.8ˆ\nS',_binary ' \ÉY“§—K\ë¼\ÅôŽv\Þ\ë=\Ñ&gù\ÒókI¹¦c','',0,'?'),(_binary '£\èL!I\Æ_ynQÍP','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Skip404.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Skip404.php',0,_binary 'bóÚ…ösÿ2\0]ƒ1\Û%',_binary 'bóÚ…ösÿ2\0]ƒ1\Û%',_binary 'Œa5|À\nlv¥Àb­„7\ÊV2¥ŸN\Õ\':ü´\ËS#','',0,'?'),(_binary '£\ë·\èô~\åa‘DeöF\åG','wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’ù\â\ä\á\ÙT\ÃG¨¿½\Î}ºù',_binary '}ui<¸–M±…“£$þÊ«jF\É\n†|KG2ª}À\ïù\"','',0,'?'),(_binary '£\í‘E\â\â\í•ÀQ?\è\Þ	(\Ä','wp-includes/class-oembed.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-oembed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y§¼ðÒ¿~ŸK§Hˆ< f',_binary '? \ëAnœ6œ²”ƒ&z\'`\Õ,\êø¶j\æ]mÀúþ§v','',0,'?'),(_binary '£ÿQ\ÅhƒeB\ï´?9\Ðr','wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-dashicons.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-dashicons.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0lk…´Â‰Š\Ó5Íµþ®O',_binary 'Q½#˜b¦¨;\\üBZ\î5öŸLT\Û\Î\ç þH_Ä„o','',0,'?'),(_binary '£ÿn%~ú•¹„®,‘}œ\ì','wp-content/plugins/redux-framework/redux-core/inc/validation/numeric/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/numeric/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '¤1\Ãö¦Æ”,\\c+5|\Þ\Ï','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Segment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Segment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!p>\Ç\äuzr\Ç\ÉrH,g›',_binary '=\ç$+­\à\Ä\ç;µ¸lR\'Ìš‡?	ý÷©NVñ‚F\É	','',0,'?'),(_binary '¤.ÝB¾ÀxK‘YŒ','wp-includes/ms-default-filters.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-default-filters.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£°úƒ\"‰r™\0£R',_binary 'YK·\ä<þ	\Ù1A\ÐO¼òüùAU³Š¤œhPùC‘\Ñ','',0,'?'),(_binary '¤	ŽIy¯¼\ï\Ñ|¸\Ó','wp-content/plugins/houzez-theme-functionality/assets/admin/js/jquery-cloneya.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/admin/js/jquery-cloneya.min.js',0,_binary '“Œ@´­Ù•×¤·\Ó#–\å',_binary '“Œ@´­Ù•×¤·\Ó#–\å',_binary 'Ç§|°–\Â~Tž)\Í@-\Ò\ÚdÝ¶WZ+¢¯$c8q\æ˜z','',0,'?'),(_binary '¤.«©\ë†F\Ðg%\Ý>','wp-content/plugins/wordpress-seo/js/dist/reindex-links.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/reindex-links.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“W¼À½—›*b£¡kˆ',_binary '·—(Â¾<\ä8C\Ý\ë²\×:ºx\áAU8Ja\É\0¡ß™','',0,'?'),(_binary '¤F\×	}Bevkrª.Vö','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Managers/AbstractManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Managers/AbstractManager.php',0,_binary '‹ [„¯¡‘Œv\"XêŒŽþ6',_binary '‹ [„¯¡‘Œv\"XêŒŽþ6',_binary 'L¨\Ô\Æøjƒf\çpWB^µ—­<ºý\ê\Ù\Ú\Ò\"\ÃP','',0,'?'),(_binary '¤\ßz_	t\\a±µ\Î\æòrg','wp-includes/blocks/comments-pagination-numbers/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c²P\Æude±OÞ•Å«ú’o',_binary '6iO¥É­w¿“X©‘GV\áŸ9\Ö5¶\Å-I½\ÞüZ','',0,'?'),(_binary '¤\Ì6†\èó~eª{\Ð\".w','wp-includes/widgets/class-wp-widget-recent-comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-recent-comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<°F\È\Åö`–ý\Â\Î\ãŠ÷',_binary '—\Ë\é\ÝÔƒ‹O\Ëh‡	®Ÿ8q\Ä‚p£€÷¨=F[r','',0,'?'),(_binary '¤\Z•öË©¿\ØW\\‹‚b','wp-content/plugins/wp-rocket/inc/deprecated/3.10.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.10.php',0,_binary 'QŠ\Ý<‹\"®Ô‚\Óö\ØDLS',_binary 'QŠ\Ý<‹\"®Ô‚\Óö\ØDLS',_binary 'U\0gQQù«\Ô\Þ>i›b¿õ›o\ì\×)~I=1Ž±ýO\ç','',0,'?'),(_binary '¤(\ë\æ\Ý÷‡$\ç¾m½','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/fa.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/fa.js',0,_binary '†\×\ÏWƒüLŠÞ’œEc\éŒú',_binary '†\×\ÏWƒüLŠÞ’œEc\éŒú',_binary '{D\Í\Öfº\'Q‰dš¶B\Èx=bÁ{Œ‰6†õ\ã\\§Fz¥\Ð','',0,'?'),(_binary '¤\ÚRµlse¡%\Ô@nn','wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-tnail.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-tnail.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£Kd*‹Ú°ûa§uÚ¶…',_binary 'oP|W\Ô0Ñ«\ïC~Mc~\Ú_…\ëzeLöª[«³vu€','',0,'?'),(_binary '¤\'\È<TzH€u±§4ƒ‚','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/certificate.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/certificate.svg',0,_binary '\ê*;¹CMC)Ð™°„ú\â*',_binary '\ê*;¹CMC)Ð™°„ú\â*',_binary '´t\à–\àF\ÉŒNQ#l»]\Ì\áBÜ²€LX\'g\\\0ýÅµi\Ö','',0,'?'),(_binary '¤*O-¡LÏ„ª\Â\â\r[\Ûu','wp-admin/css/about-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/about-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è½UsŠµùD‘ù¡$m>´\Ê',_binary '<\ìuC\í—$\ØfòÛ±—\ìþù˜\ç\ÛƒRš¬fhJJ´b½&','',0,'?'),(_binary '¤.ÀS±-¸¼±\Çi[\ÓF','wp-content/plugins/houzez-login-register/social/google/contrib/Google_TasksService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_TasksService.php',0,_binary '0e\ïK§¹S\áI2Ë„@',_binary '0e\ïK§¹S\áI2Ë„@',_binary '¹KrN­ ûcyŒA^{yFUJ]ù&‹MÆ•§\Ç\És','',0,'?'),(_binary '¤2m\ÏõÂœÍ¿F›','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê\Ù\Ò{\àµp*&$g»*c',_binary 'L\í°\â(\í©}N)U\Ð\×2’\äñÂ‹W\nZz\Ó!~\Ý\Í','',0,'?'),(_binary '¤<\Êk¯:3\É\Ò\Õ\î‘','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreams.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreams.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÓÅ¼sõ¿¾XC3x“He',_binary '¯!]\Ú\àÓŒÜ…Dar÷ô›iJ™l`Ã·\Ñ\é2½ó\Ð\È','',0,'?'),(_binary '¤??n¿\ë\æ\åý\å_2g·j','wp-includes/js/wp-util.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-util.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹Ñ°~\Ù\Ç\ç\Ó\Ét\r¹(1M\ã',_binary '¦@\"L;jÿ¢¡\Ãß–\å;2Lg¤Žr\nŸZ2’\Í\ÄC¬?','',0,'?'),(_binary '¤B\ÑZX\'O\ç¡\ÕL\Û;\ã','wp-content/plugins/wordpress-seo/css/dist/tailwind-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/tailwind-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ)z<„¸˜.“\Ë%QúÖ',_binary '\Zz,\Ð\Å*\Ñ5½\r‡/µCh\Ë \ìS\'C\ë[a°\Ó\Ü\0>','',0,'?'),(_binary '¤Cž¥\ÍEK_÷•\ÂAy[Ð¶','wp-includes/blocks/site-title/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê%±•&|YB2Y_‹\ã÷—',_binary 'ö^H+øX)œ\n­+E¬\ç„-GÄ©Epv¢\àQ¼§ð','',0,'?'),(_binary '¤H@„o¸\Z\\\æq§1~Ê»z','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛßŽV7\ábôû¢¤\Í	¢',_binary 'ò\Ó+\Ä`s,rYÞ­\á¾\n¶Ñž	.ÜŒLÀ;7#·\ì\Þ','',0,'?'),(_binary '¤If\"4hz+xhC-Œ8','wp-content/themes/houzez/template-parts/dashboard/submit/partials/login-required.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/partials/login-required.php',0,_binary '2‹\ê\Z\Ðg\Þøg³\ÕdGœ',_binary '2‹\ê\Z\Ðg\Þøg³\ÕdGœ',_binary 'Cj\0=7[¼t+\Ç\àƒ}\Ð\Z‚·+4‚\Ó\Ç\ßž','',0,'?'),(_binary '¤Yg\áù$z\ÉH\á.Y\é\á','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'åššO¤×….(\r\â\"ð\Z\0Z',_binary 'Î‚:¯ñ\ÖÇ²=k:E7\Ì[eª\ÒV%\Çb\Å3rƒ\Þ\Z‡°','',0,'?'),(_binary '¤]3Võû„L\ÈcÜ­ˆ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-article.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-article.svg',0,_binary 'iÔ‡|š!H…¾·G<',_binary 'iÔ‡|š!H…¾·G<',_binary 'XµcÿaL+ µDŸg:6Õ”tõ\Ïðœ\'8_\é†\Ð\ïT¼','',0,'?'),(_binary '¤]F¬D>%Pw¥\ØüÓ½ÿ','wp-content/plugins/elementor/core/base/background-task.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/background-task.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïZÙƒ\Z¸\Ü$k\î\Íøo\âu',_binary 'g!¼!yba.#V uhE˜\rÿ#Ç0V¦pR_','',0,'?'),(_binary '¤ký»4D…Ï‰\êNù','wp-content/themes/twentytwentyfour/patterns/page-about-business.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-about-business.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý\ã˜®F¹ƒ\\s\\\éC',_binary '\Å8H@ª2[W„\å$\"ù>xsdüKZW¢µ–¹ù','',0,'?'),(_binary '¤p\î€8W4\èk÷c>ñ8','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F\Å\Ç\Õþ9p9N\ØC',_binary '4‘Z\Éh\ÄI{”¨]+W\ëRf°\îˆ(\åmÛ¦Wúù','',0,'?'),(_binary '¤u\Zª ×€+\Þù>\Ï','wp-includes/blocks/image/view.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/view.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':Æ„\×>‰\Üy\Ç\Ð2\ã±\Å',_binary '\ßXù\ÍG‹Û“\à&b¯Y°\Èþ\àv»¶­W\åŒ\ÙÁ\é\ç† ','',0,'?'),(_binary '¤v6\ËA_Wœ«ûOYg©41','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CalendarUrl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CalendarUrl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°]¢Udô\rS1˜øµš‘Éª',_binary 'S`rEgHr‹\Îðƒ;o“\ÐB¢ˆa x){¼nz\'Ï¸:','',0,'?'),(_binary '¤xO½‘\ÙfT\ï\0lBI\Çü§','wp-content/plugins/wp-rocket/inc/Engine/CDN/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/ServiceProvider.php',0,_binary '\í&‚<\È.\í§ô\âø®O«\0',_binary '\í&‚<\È.\í§ô\âø®O«\0',_binary '¹\Â,@–\Õ\ì\îkÖ¹‚9	2\Ã(ý@£\ÙVÏŠ\×','',0,'?'),(_binary '¤{#\é(?5ïš­ Š%©…','wp-content/themes/twentytwentyfour/templates/page.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/page.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':°\Ûß…;n3þ¢\í/’\Ô',_binary '±Eº\ÒDOõ\î\ïó\"y‹\ë{OÒ„ž\ê!\Û\çclòÏ‚B','',0,'?'),(_binary '¤}(\áhƒµ[@\È]‰\ï-','wp-content/plugins/revslider/public/assets/svg/image/ic_flash_auto_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_flash_auto_24px.svg',0,_binary 'z\Ýÿj <;ô‰\í6ú›',_binary 'z\Ýÿj <;ô‰\í6ú›',_binary 'le’@\Ä¬¢›P¡\ØN\ÛÓ‹cføQ²fû&4=¾\Â\ÚK\Ã','',0,'?'),(_binary '¤ƒO¼–Æ¸)[¸u™Ë“ôu','wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z©²` Zô<\0*\Ã3',_binary '¢J‹#³L§ôÓ¬B)\r&Aûk¢Ži\Ãjù@8\Êc¨qn','',0,'?'),(_binary '¤„³Dõ\Ê:jl\ÓM%A\ÐN','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©—x<rK\àV¨·}\ÂþK‰',_binary 'j.\Ö\07O”\Åò¶QE	%Œô›9\â\î\Õ,c\ÈJ€<Š','',0,'?'),(_binary '¤…],Ä¨ƒ6š£\ê\Íðr','wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-full.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-full.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Cy[\Ó\n ÿ—^¦•\ÐOúD',_binary '\Ú\Ãç”³M÷&É•¬_\"ü\êQN\Êÿqqø…K†\äõ%','',0,'?'),(_binary '¤ˆ£\ë®T…^£ÀC„—†ÿ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/images/meta-box.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/images/meta-box.svg',0,_binary 'ÿ^…\è¬\ÛÑ±¸¤\îù\ã®',_binary 'ÿ^…\è¬\ÛÑ±¸¤\îù\ã®',_binary '—”[Ð°’k_1ú½¯T*Nû­`0\ï\\zf\Ù$e','',0,'?'),(_binary '¤ˆ\ÖD•NýGcf\ß8uò','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'óiõ	ö7_‡Õˆ¤¬H\Ø',_binary '¤löŠù4ÂŠœªŸh·@taNNý?tcú\Â]¹','',0,'?'),(_binary '¤•v[r t¼¹±·\á\Ú','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregate.php',0,_binary '\ì\äR\ÖU‡¢U6?\Îs\Å',_binary '\ì\äR\ÖU‡¢U6?\Îs\Å',_binary '!-\Ó8:¦©Õ½ý“m÷n:\ÄI\â2\'4öôzY·','',0,'?'),(_binary '¤–\r\ÝÑ¤W\Øª\ÈfY!¥','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/MergeConflict.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/MergeConflict.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­\ê\å÷\Ü$h ó¼§\r\Ï0’Ž',_binary 'ù\ËÄ›µ-œ¦ùf9/cR¤%ˆr\0nc(\écfU','',0,'?'),(_binary '¤¤\í;¯dAo+¿\á›d(ž','wp-includes/blocks/quote/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Î·½òŒ=ÿùþ<\å`…¿ý',_binary 'OöKy\ëòsþ.SŠ\Úø\Ã\rReAõ\Êd5N\Ô\ÇJ','',0,'?'),(_binary '¤«“\Ãm\ë\ìÓŸa\Ö\Ä\Ô\Í','wp-includes/blocks/post-featured-image/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²k0ª®\Í\Ó4É¯',_binary '«\Å\áˆ\ÊØ©-ÁŸM§DI\ã\Ä!\âk¹û\ß\ë²\éEE(p','',0,'?'),(_binary '¤¸$.§\íI¹o\Æ[›\èA	\Í','wp-content/plugins/revslider/public/assets/svg/device/ic_screen_lock_landscape_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_screen_lock_landscape_24px.svg',0,_binary 'Ž\"Ÿt\×=\æ£Yo§Ÿ£Á',_binary 'Ž\"Ÿt\×=\æ£Yo§Ÿ£Á',_binary '\ÜÕ³e!·„}£#°\Ý[}òÆ’«\Ï\ßb\ç+\Ñ\áfÕ÷<','',0,'?'),(_binary '¤»Á\ÚRi\âÝ¨	\ÓY&\íj','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\ê /ùy \ÐSkP\Ó5',_binary '\Õ:\Z	»¤ó\Í\nO+¼œa\ë0¡H¢õ!$A‹v','',0,'?'),(_binary '¤À9•`¥ˆvËƒF‡\êS÷','wp-content/plugins/google-site-kit/includes/Modules/Ads/Tag_Matchers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads/Tag_Matchers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÆLÎ²Þ™\æNPüü¹[',_binary 'BjµÂªª\ä·4´Ý¡&š\Ø\î(Ö»¯`N\\\r,$‘T\Ü','',0,'?'),(_binary '¤Â±§!ó{Q\Ö:\Ð\ì?ˆ.','wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B:Ÿ\nk	¤\Ä\\\ÔÀ¬ó\á',_binary '®½Ÿ\ç\Úx$\êÑŸ¢Gƒ3q\Ù~~J”¹c?{Ä‹¼Ýž\Ë','',0,'?'),(_binary '¤\Æ)C´r³p),=e¢','wp-content/plugins/updraftplus/vendor/composer/installed.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/installed.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñ«\rõŒ/cWN;;T\ë1)',_binary 'Ž\ä6°“ý±\Óñ\×E¾Ñ°@^_À,v‰yh#Ó¡MqO','',0,'?'),(_binary '¤\ËOH‚\ÆB\æ\Â\Ö{(','wp-content/plugins/updraftplus/includes/Google/IO/Curl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/IO/Curl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+ÿHdr\Ø\ê7&\Ãù1¬±R‚',_binary '—\à\æ=G%·\ßO£ó8·\Ý\Ø)0ÿcEBiž-‚','',0,'?'),(_binary '¤\ãEõôe¬\ÂAróÐ¸','wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oDª–þŸE\ÒÀ(3«&d\Ùh',_binary '’—_[|!\ã@=°\Å>°\ÆX\ÙðÔ“X†!¦œF.¢¦s','',0,'?'),(_binary '¤\ç\nÿÁR²bð†\Òxýú¡g','wp-includes/css/dist/block-library/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Üme”Û³¸ø‚ \r,¶¨',_binary 'uòw=\å\Ì\Ê\Êk<ø\ÏM”-ƒ¯®ó¹80UA`J:^X','',0,'?'),(_binary '¤è§Žmfþ	™+\í\È×ƒ\Õ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart-analysis.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart-analysis.svg',0,_binary '”\Ô\É\ÈRa¡ø°©¯ªMY±',_binary '”\Ô\É\ÈRa¡ø°©¯ªMY±',_binary 'oøzO\î\Ý‚õ¾H÷µ8ªª[?\Æ*t0õ•X’ñ\\:­','',0,'?'),(_binary '¤ñ¾¢\É\Ä[I„\Ö®ô\n\Ð','wp-content/plugins/revslider/public/assets/svg/av/ic_surround_sound_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_surround_sound_24px.svg',0,_binary '	’&¸\çÆ•Ï¢P\å`',_binary '	’&¸\çÆ•Ï¢P\å`',_binary 'gX\'À\Éf9…ˆ\ßI)Z\Î\Ê‹š#A\ÉHµZŽ\0À¹:','',0,'?'),(_binary '¤òk€žh¨syÖƒL\è','wp-content/plugins/google-site-kit/includes/Core/Util/Collection_Key_Cap_Filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Collection_Key_Cap_Filter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w—59LÀC¥\Ô3¶Eg',_binary 'Zj‰\ÝðO\íBüà¸°Œ™\ÕðFz9piJ\æ\å','',0,'?'),(_binary '¤õKI É˜þ\ÅFkÀ','wp-content/plugins/wpforms-lite/src/Providers/Providers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Providers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zu\Ð6Y£«”]¹JÅž¥',_binary '\Ç?q—)`¼#3bV»\Üh\è\ï\Ä\æ¦eP¦¿f\Ô‹j\ê¤\î','',0,'?'),(_binary '¤üY¤\0)\r/jñ©)ôAr','wp-includes/customize/class-wp-customize-filter-setting.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-filter-setting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M\Ý\Ú`f¯\ì\0\ì©iuû',_binary '´\0<\nôj:§\ÜY£F¼\Â¿d\Éûw\Ê±	\ÉýÀ¬','',0,'?'),(_binary '¥²|\ì^t<[—t\Ìj','wp-content/plugins/elementor/assets/css/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚\äˆ\ë)|\Ó\íˆ`/\×\æ;`¥',_binary '­¬Su—B	ö\ë¶”ºm_úÑ¶\Ã\é\Ô@\è<¸\'eGK·4œ','',0,'?'),(_binary '¥c‡\ÊY	JBüHð\Þ¦','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(Bß›\ÝH©	\ï–}0\Ñ',_binary '‹õ\Çþö\é\×\Òwù\Ë—0®¥\ã\Íl…\Â\å¾¥\Ú?\â¢','',0,'?'),(_binary '¥Ø‰…iIqt#]4','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úcÂ¦¡\Óy<\ì:ÿG\ê',_binary 'r¢öR®\ã÷Jÿ\ÊÍª‹œ\ÎM[\ì\éUt¯%þ‘\îYx¤\Å','',0,'?'),(_binary '¥	\Ñþ&•ô÷j´X¸\àØ¹','wp-content/plugins/revslider/public/assets/svg/content/ic_gesture_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_gesture_24px.svg',0,_binary 'û>š\àÖ \È\0\ÔHngxD',_binary 'û>š\àÖ \È\0\ÔHngxD',_binary 'ÁýðY—Å²\ï*°\çÄˆuõcªõúöG\Òa­rið','',0,'?'),(_binary '¥2\Â\Ñi6–z%ª¢—+','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üw¤¹dƒÿóqK´@ýF\Ã\"',_binary 'ƒvÿ_\Ç\È\Ù-\ã\Åuô \Ð0*\r‚Vfq\0e\×1°þ\å/','',0,'?'),(_binary '¥±’)l\r\è93\ÓpF5\Äk','wp-content/plugins/wpforms-lite/assets/images/challenge/confetti.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/confetti.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dV]¶,ónS\ËV¨“\Ù\á',_binary 'Ò \Év´¤¦\Ï,;zS8l[¿\\16Y6™©M','',0,'?'),(_binary '¥P¶h`|/¸ª\ã:Wƒ\0','wp-includes/blocks/columns/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…˜\Ö+…+Fð¡§3\rn\ä',_binary '!Ã£¤Ÿ;h°Z¿\ÆDaµy^ZªtˆUì·¸°Ÿ­5','',0,'?'),(_binary '¥$n1\ä¡\ÙU\\\íx(\ì–','wp-includes/blocks/missing/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/missing/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡‡\Øh¨w:9¹ \Ê5 w^',_binary '{Ë¹R\å£\\\Z¡þøTh¡cTT Ê±²qý¶>L8*\Ä\Ê','',0,'?'),(_binary '¥Mš=R”ðfRº“{¸','wp-content/plugins/elementor/app/modules/kit-library/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ*²ð\'Uk\áb\n\Çt+\Ç',_binary '¿lÊ™²t\Ïë’¼$Œñ÷\âmQ¸‡lTlQPÇ˜¬\Èh\r','',0,'?'),(_binary '¥$_\î\à\ÃX\×Šla\Ò','wp-includes/js/jquery/ui/sortable.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/sortable.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü’»‡\áSI&®@®',_binary '‡-ÁmÛ†Z\ÕI@™b,8{3ô·\ÙZy\Åô ŒˆQ}','',0,'?'),(_binary '¥&îˆ“u6b6FSL{{\Ì','wp-content/plugins/redux-framework/redux-templates/classes/templates/template-canvas.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/templates/template-canvas.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨@)]\àðE_(t\'¾',_binary '°d@dôx÷J;Wr®+<•Š\ä\à\Æ4a$\Zlti\Ò`®H','',0,'?'),(_binary '¥+I6\ÏÀÐ·2\â\Ø\Â–','wp-content/themes/twentytwentytwo/parts/footer.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/parts/footer.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä§!ö>x)ÿV)P‰E¥G',_binary '\ã1Jgöø¦\Ñn\Òk_\ÙdÁÿN[%Qº`ö\â|\Ä!Š(c2','',0,'?'),(_binary '¥,:“\Â$\åg…	Bü†','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaIosAppDataStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaIosAppDataStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\ÇÞ¾\r5r¿Xô¦€#\n',_binary '¿^\â«Ô²‚ÿSºˆ²\ìw†\æf.k+£h\Ý2ÒŠ÷b','',0,'?'),(_binary '¥-sÎ™\ÊGCW\â÷\ëM\å¨','wp-content/plugins/revslider/public/assets/svg/image/ic_texture_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_texture_24px.svg',0,_binary ' ´a/µ:£~þ)IX',_binary ' ´a/µ:£~þ)IX',_binary '‚I\Þ;,,\âD\á\Ê\Û£\çg\Ö]D.0\Ö\Éõ\r9\çb','',0,'?'),(_binary '¥1°[\íqs¾˜\Ìo-O#š','wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿yÀ#¹.\à—{)\í™',_binary '\nŠ;‚…“\Ê\ï	\×n\Ö\à€C\ÅÀ<\\y)\ßbA\ÈÏ¥Þ†ó','',0,'?'),(_binary '¥4r)F\ãG!öšö1','wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')q\Ý@¹Ûˆ\×pªn‹E\0',_binary ' \ê\ì\Æ-^u1þs\èFuº…qW“B\ç\éz l8óWl','',0,'?'),(_binary '¥B9óŽ\Õ#\ØÁ®$<Y3\×','wp-content/plugins/wpforms-lite/assets/images/addon-icon-calculations.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-calculations.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nð.Ù´„Ñ˜ü\Å\Ôð\ë.³:',_binary 'ù\Â`\Õ~^h\Ç\Û\æ)·´ü¤@)z¨\Þb\ÅbAô','',0,'?'),(_binary '¥M\ãi¥¢f›[\É.“‡ø','wp-content/themes/houzez/js/vendors/bootstrap.bundle.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.bundle.js.map',0,_binary 'Me8Àl‚¸cuùôÐ”Uu+',_binary 'Me8Àl‚¸cuùôÐ”Uu+',_binary '¹3\0û+-úÄ¢Š¥ƒ§†£®r\Óö\í\Ïôú\ïo','',0,'?'),(_binary '¥NªSM“\È/@œ©PÕ¿‡\\','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ:>\à[\"˜\Ôü\ÒÆµ„Ë¬',_binary '\\\Ü\"¥ƒ¯<ð¹üH¸ž3#óoþ»RµH\É^x\Ô)\Â\Ú','',0,'?'),(_binary '¥P­O\í\ÐQ—Žf\å-&','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Optimization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Optimization.php',0,_binary 'f\ß/\Ñ\Þ^©¯¢¯M\Ï\à0ª',_binary 'f\ß/\Ñ\Þ^©¯¢¯M\Ï\à0ª',_binary '`š}­P	\ê\\Ö¨\È\Ö\Â\Ì¥E‡#\âdñþ','',0,'?'),(_binary '¥R;lzO\é8m<3”Nie','wp-admin/user/freedoms.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/freedoms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`™¾øUºø }\Îð­\n\áŒ',_binary '\ÑÎ¿zB+q¼¹\Â5Vl\ÎK¤l¡°kòZ/³ô|','',0,'?'),(_binary '¥[ºt\í®\0™G€‹¡;‹\áô','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/IssuingServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/IssuingServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ\ê‚/³eš„\']²|þR‹Q',_binary '\Òo\Ë)ƒS°:3ƒÿzW‚H\Ï\Ù\Ñÿ7œ\ã`\ÞCù>	','',0,'?'),(_binary '¥afh=F¯\Õ\ÞT\Ò:þ“6¶','wp-admin/includes/class-ftp-sockets.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-ftp-sockets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Zc78\r\Üj™\Ój\ÛÁØ’',_binary '®ùQô—,­0\rNQJ¼½¿”YŒú® ­môÊ¼0\Å\ÝA\Æ','',0,'?'),(_binary '¥cLB/hPs[\â(9°ÿv','wp-content/themes/houzez/template/template-listing-grid-v1-fullwidth-2cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v1-fullwidth-2cols.php',0,_binary '\Æn´‰Uµ\È=\Ýx[”œ7',_binary '\Æn´‰Uµ\È=\Ýx[”œ7',_binary '\ÛÙ‘@dx\ÏFvžˆ 	†\ßb(rý#º\"~\Ú\à','',0,'?'),(_binary '¥ik[!gWú}žv¸Èµ','wp-includes/blocks/image/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|‘É·»gW\Õ\å\ç0G1',_binary '\ëxx§†È”Q£þ\\KnU_ønd¦ñ7Ý¥\Ë\Ä\â_','',0,'?'),(_binary '¥i™ÿ\\\Ì;¢*\Õ]™Tg','wp-content/plugins/revslider/sr6/assets/fonts/material/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/material/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '¥l\Ó`@$ƒX,“¨k','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchGetContactGroupsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchGetContactGroupsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹p\Ûþh’\ä\èÀ0e\á/',_binary '\âœshMEúx\åN\ê¶y;?F¥§™ÿÀlÆ€\Üs¡ñ','',0,'?'),(_binary '¥n\ÌÓŽ“\Æs\Ñ\Ô*CÚ®\ÏA','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/ConfirmationTokenService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/ConfirmationTokenService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íýû²3Ä£¼r-÷/l.Ÿ',_binary '°O´‹W¼\Ô?\Ü\Å*\È\ÓÈ´¹°ot\ç\Â›±\ì›A\Ï','',0,'?'),(_binary '¥plÕ¢ÔŽ`!\Ù>f.\Ëx','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žW?Á;\ßÀ!\à\åKýl\×',_binary 'A\Ç\çv:4&\Ó\ÏqI\ärp™\ÝUEß¾¶î¯±±ó…l;ŠM0','',0,'?'),(_binary '¥qói\Ì\íZ§S¿¸m€zö','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileRef.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileRef.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\ÓÄ£DŸ\Änƒ!ºP‚™ð',_binary 'mn\rC{NX½.>w¢\çjó9Ló¹}˜\áo\æ¬ód!\Ë','',0,'?'),(_binary '¥u\Õh\Ñ0ë±‚”%›J0¯','wp-content/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php',0,_binary 'õ\'/ø\'¨pÀ²0\Â\Ëtm',_binary 'õ\'/ø\'¨pÀ²0\Â\Ëtm',_binary 'P\ÂN9•zŒ\Ú•ÿrq^p}1a0O^‚uƒªð','',0,'?'),(_binary '¥z,±Hü6ú\í,tƒ¢>','wp-content/themes/houzez/template/template-listing-grid-v3-fullwidth-3cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v3-fullwidth-3cols.php',0,_binary '³\Ì#\Ô\Æ:\Øb{ˆ­*«‰F',_binary '³\Ì#\Ô\Æ:\Øb{ˆ­*«‰F',_binary 'x½\\¿vPÊ€\É\ÒXø;7Ç‰r³dµŽ²{\ÎSÍº`','',0,'?'),(_binary '¥~y\0®d½x·![>&','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')ôz<a 0x\"¦ñ\Ì',_binary 'Px¦µ‡¸\ÍeÃ•Vü4³…\0\"“\n¦ÿœ1Ã«)6\n','',0,'?'),(_binary '¥‚	3XR†\Ót^l„!+','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ‰#=\ïVº\×GÀ«ºMGf',_binary '\'cf\Z5\èuÉ©+N\èIv¸\Óé›,_\î\è\Ú@¬ªl\àx','',0,'?'),(_binary '¥‡¤}£\ã®ýSUû\×2ô','wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\Ø\Þ\Ûy\ìv?•†/¶',_binary 'º	cYR#ú\Úz1‡w\ìN\Õ\æuÀ¬\è\×­\n\å','',0,'?'),(_binary '¥\Ù\ëñ§;~Ó·R·>ž£','wp-includes/class.wp-scripts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class.wp-scripts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7 Á\Çù#K\éÁÀ¬hŸ+',_binary 'r\æuÚ¶bW8\Í\ä7fœû´ÁG]\Øk\0²¤\éf5™±','',0,'?'),(_binary '¥ünvp¬e„\í\Æ\Ð\î\Ê}\è','wp-admin/js/customize-controls.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/customize-controls.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è\Ú\ZtO;b§iyQ£–',_binary '’\"\×\Ðaiÿ2D“Ö“Ã“Ÿ¥™öVôù­\Ò±7Qg','',0,'?'),(_binary '¥‘­ú#µQ\èœÁ\Ío…þ','wp-content/plugins/redux-framework/sample/presets/preset1.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/presets/preset1.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K³œ™\ä¿D\ÆËRc\È\äü',_binary 'x6>ó¦²);YwX\Ïb[`z]\ÈP©Ú\Ð÷>^\ë','',0,'?'),(_binary '¥’3(K·±lñ]Ž\åY\×','wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=H’¥²ù95<&“‚\Ã',_binary '\Õ\ïgŽ3xŸa\ìwÈ”\ÒR¶ûÿ?\æœ8ò!p?\Óñ\î\Å','',0,'?'),(_binary '¥˜SŒúl%1—›\ê\Ü','wp-content/themes/houzez/framework/stripe-php/lib/Service/Apps/AppsServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Apps/AppsServiceFactory.php',0,_binary '{*?^ð\0\çò®ˆOs\ê4I',_binary '{*?^ð\0\çò®ˆOs\ê4I',_binary 'XCO!ÁppjÀ¸¤\\y\éc.ó\åÏµ¾µ[PHY+NR','',0,'?'),(_binary '¥Š;œ\ëñ_ò»\'‹\í(\Ì\Ï','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TaxCodeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TaxCodeService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í[\"u\Í(ø1aˆã¤ O',_binary ')d¡A­¥‘\Ì–\ê:im\áš/\à\æ­\ÜE WS%€¤ñ','',0,'?'),(_binary '¥ ]Õ¯ù5‰\'OÆ¬\Ñ{qk','wp-content/plugins/revslider/public/css/fonts/revicons/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/revicons/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '¥¥\é,\à\Ý\ÔzB‰}UmR†','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l\ìÏ£KÎ‘ø@T\æ¿5!•',_binary 'ª?`{ý\à€„ýi›÷Œû’\Ëp¨\×ø\á\Z\Ú]W\'Z›’','',0,'?'),(_binary '¥§(ôsöO8Jôþ—³\Õ\É','wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\Ç\ëwš\Öü®<zI-&$',_binary 'ú-¯ºÃˆ¢˜oº2K\ÃMñ‹Ë§<žý]bB\ç\Ïh','',0,'?'),(_binary '¥«Ç½\Z\rmõ%Q1+šI1','wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û\Ô\Ê\Ä,\\¥u€œ\Ï\Ãö`ÿ',_binary '\×x\â`€R#\ÈGô½\ÒñEd[qÈŸ´\ëh\ê\nx»s¾‘','',0,'?'),(_binary '¥±&õ\Ôý®#\Zƒy‹—','wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^µ\îF\Ù\äYý‡!R›A',_binary '…ƒ\×\ÉP›G\ÍÓµ\ëÑ·6ÂŒn™\ìý$zÆ¶s¢\ÆK#','',0,'?'),(_binary '¥±p\à Lœ\ë„`<±¬G','wp-content/plugins/google-site-kit/includes/Core/Util/Google_Icon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Google_Icon.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'IgÃ¥B\Ò\æ\ËÝ»P[Â Û´',_binary 'Š	þ»K¹y²_þ5z•¡ý!fX˜î–ªa´','',0,'?'),(_binary '¥±\áD­TÇ¡“#\"\Ú1?\Ü','wp-includes/blocks/cover/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9òErñ“Uts	~O°Zq',_binary '\æj\Õ0\Ôç ¸¨69\ä‰y™n \ÎØ‹À	4;(w—;Œ','',0,'?'),(_binary '¥²\ÛQ\nU›š\æG8¾œ£ñ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ResourceQuotasRemaining.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ResourceQuotasRemaining.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't€\å\\ø\\¾še„6H³t',_binary '\Þ$;M.i¸ßµp!£Ášµ\Ï\ëT\Ü1aº±\æO«\Ç\ï\êý','',0,'?'),(_binary '¥´P‘\â”Z2™7\ÇMn¯','wp-includes/blocks/rss/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[\ØC?˜~\ïóô-xŽ',_binary '0K:ô±FS¬2\\dDùÎ¨¦”ó‘)\\xd\Ô\å‚\É\É','',0,'?'),(_binary '¥Æ™ø‰ÿ\æ–\\\rx\Èû¢¦','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-contact-form-7-21cf1c445673c649970d.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-contact-form-7-21cf1c445673c649970d.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹¨QiÂµ„ö®e\ÓÍ­Ÿ',_binary ',4\Ó\ÄÒ„-À¡Ø‚\æ\ÖQ\Ï\Z7:\Òò‚‹å½›7\Ï\ãœkö','',0,'?'),(_binary '¥\Ê\ä*«¥h^\í\Ü\Û¯\ï\ì','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'c\Ær\ÄÏ™Dq5\'G‰\á~',_binary 'H.„‡œ#\nD\ê\é¿u9uðq…<fA\ß\Ñ	e°\ÕV1¸\Å','',0,'?'),(_binary '¥\Ð5<\ÜPj\Ú}\Ôex$','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/sign.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/sign.svg',0,_binary 'U„¸\ÏE€ÀB\â5‹',_binary 'U„¸\ÏE€ÀB\â5‹',_binary 'Ÿ\Ë\ÄøGøKŠ\×N„Ž„Z`m“¯÷­\Ùô#\Þñû>','',0,'?'),(_binary '¥Ð³\\‹»>\ïö™\0iN.','wp-content/plugins/revslider/includes/external/flickr.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/external/flickr.class.php',0,_binary 'º¶V,l\0Ç°\Ô$',_binary 'º¶V,l\0Ç°\Ô$',_binary '¸K\âh–Â¨3De\å}›™­\ä\èÁ—÷ºüiõ†^','',0,'?'),(_binary '¥Ð´äš‡Nó\Æ\Ã&y\ÊÔ¥','wp-content/plugins/elementor/assets/js/container.c65a2a923085e1120e75.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/container.c65a2a923085e1120e75.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬^|×\0\à:_:…\Õ`',_binary '÷/ªµ[«Ã‘:)\Þ\Ü)Oa«\ër\Ó \'‡”«„7^5‡Œ6','',0,'?'),(_binary '¥\Ðòž\á}.\Ç[f¼\Æ\Ò\à}','wp-content/plugins/wpforms-lite/assets/lite/images/sample/signature.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/images/sample/signature.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Lº³üy\Êvo%Pæ¬©^\Å',_binary '8Á÷\æ\ã‡UÞ›7‹¡ó?h‹\ÌWx¸RV\Ëgs†','',0,'?'),(_binary '¥\Ô0Às?A€©v=Xö','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file09.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file09.svg',0,_binary 'V‰½\Å\Ü÷\Ë,÷€¥',_binary 'V‰½\Å\Ü÷\Ë,÷€¥',_binary '=7~\ßMOñ\"c}{£c_2;ò{L\ê “W$€²','',0,'?'),(_binary '¥Õ”ü{ƒÛª55Í¥\\','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EúJs\Í@q±N•B>0',_binary '=\ßF³º•|I*5vh®\àO¿\×\Â\ëœvA\ç\åh‰n°¨','',0,'?'),(_binary '¥Ö—šöŠ\ÊÌ•\Ó','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lightning.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lightning.svg',0,_binary 'H\ÈU\rû›(\Å\ï’\Ò:\rM­',_binary 'H\ÈU\rû›(\Å\ï’\Ò:\rM­',_binary '\áA\éÐ¹\ç6\Z˜]ú!:p\×\æ.Wñ\"ûad\Ü\æ\ë\Ü>','',0,'?'),(_binary '¥\ãY<•]\ÅI\ì\Ë\ã\ÃRU','wp-content/plugins/elementor/assets/js/kit-library.1f8d31888dc9d19dd031.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/kit-library.1f8d31888dc9d19dd031.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ€jšw¢þ;\éû¤b\Ø',_binary 'PÍ†-q£VŽžAV#š¯ûŠ‚7|	µ09­£v','',0,'?'),(_binary '¥\ã\×ntôaZ¤Z\ÒI\È\Ýc','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_printshop_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_printshop_24px.svg',0,_binary '\Þ)>0ˆ\n\ÑG\Z˜rQ\ÚF',_binary '\Þ)>0ˆ\n\ÑG\Z˜rQ\ÚF',_binary '‡]¯¨\Ò$Ÿpõz:\'C\àR‰\0sy\ÚL9\×#?','',0,'?'),(_binary '¥\í²\ï€¤},2²©Q','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test/LoggerInterfaceTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'È7†@=žr<€W]ý\È\'',_binary '?=)‡*\íq/»ì°Ÿ\ÙB#£\íõ;*ø.Ï™r\ÕøGJ','',0,'?'),(_binary '¥òû\Û^4“fMPv','wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zô÷z_Ÿ6\Ç\É+Zw¦\nz',_binary '„I\Ü\\h©Wü‘•	\ÌøD«r-Á»19ô‰¼OùÀ \n','',0,'?'),(_binary '¥ò˜B\\u}ŽLô,‚…ÿ','wp-includes/css/dist/block-directory/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-directory/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™O \È\ZòB¡0+2`TL',_binary '\Æý\Ü\rv’)]D}g\à£ø\"+\êP3$lQ¶\çM$žF\Ý\Õ','',0,'?'),(_binary '¥ò£¾\ì\Éd,\ÜDš(\Z\r','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart17.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart17.svg',0,_binary 'Ÿö:€i·xYžûY/T\×\Ü',_binary 'Ÿö:€i·xYžûY/T\×\Ü',_binary 'ûÍ»!\ê\ç\'\éf\Ûxú©‹\Ë\ÄZŽS/†‘\\òyk(°','',0,'?'),(_binary '¥ò´\"Ñ¤\Ê*„úhºc\Ö','wp-content/plugins/revslider/public/assets/svg/content/ic_add_circle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_add_circle_24px.svg',0,_binary 'K`¾\à|Á!u-\Z\Úy',_binary 'K`¾\à|Á!u-\Z\Úy',_binary 'ÌŠgPjÎ¡\ÕhRó·tS‘\Íöy\Ì4Î¡@ö.\Ânüx\à\Â','',0,'?'),(_binary '¥õcÁz²ù!\ï•¦}\ÒL','wp-content/plugins/redux-framework/ReduxCore/inc/fields/typography/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/inc/fields/typography/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '¥ù™zód\Å?0»ò\n\á\åB','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php',0,_binary 'ý‹`\Z\ÃEÅ½L5\rÃ·jƒ',_binary 'ý‹`\Z\ÃEÅ½L5\rÃ·jƒ',_binary '¾¿\'’\Ç\Ñ&C+Šf§R÷§!J©\ê\Ü>„#	\í\Î\ÝjV\ézŠ','',0,'?'),(_binary '¦G\çÞ²’^}wZ­\ÈE»','wp-content/cache/wp-rocket/point2listing.ca/social-media-marketing/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/social-media-marketing/index-https.html',0,_binary 'z\è®\Ä\ä\ÝcG:o¸\'F',_binary 'z\è®\Ä\ä\ÝcG:o¸\'F',_binary ' \ïlnxpþŸ\0\È »M6Ð˜’ú®Ø›†Q	S\Æ','',0,'?'),(_binary '¦\î\ãªG¾$Š\à8¸r•','wp-content/plugins/wpforms-lite/assets/images/search.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/search.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gj\ÛÍ \r	c¥Ý°ô\Ç',_binary '÷RŠdQ°Ný\ÂH}[‚‘r€t>ó-²W¸\Þá¹¦\ß','',0,'?'),(_binary '¦ÛªGzcŒ\Z\è+D¶k ','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/SingletonRetrieve.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/SingletonRetrieve.php',0,_binary 'øÐ¦\nY<_\Íh+}ª',_binary 'øÐ¦\nY<_\Íh+}ª',_binary 'n\à±\ÄeJ\ä•%\àZ~UŸXzqz„Ÿ¼','',0,'?'),(_binary '¦\'™:Hw\Ó&©¢{\åj\×','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeColorsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeColorsController.php',0,_binary 'm\áõj>\ïž¢\È\á¯\Çr',_binary 'm\áõj>\ïž¢\È\á¯\Çr',_binary '·­E‹•¯•U\Ñyœ\Ã\×e¼Ù¹\ì»gb‡“­\Ù\0½Kx','',0,'?'),(_binary '¦	ø÷öðƒ4ß¡¿–=Ð—','wp-content/themes/houzez/framework/stripe-php/lib/Service/SourceService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/SourceService.php',0,_binary '¯1\Ú\Ìmrœ[\Î\Ð_°†ª',_binary '¯1\Ú\Ìmrœ[\Î\Ð_°†ª',_binary 'h™>Ê»\Åjû <¤Œ˜®ü­uùúäª dYÄ¾8N','',0,'?'),(_binary '¦‡&Z\Î\ÙI±\Ê\ãl:\Z#','wp-content/plugins/redux-framework/redux-core/assets/js/redux.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\Ã/·ùœbmõ\'\0\Òú‹',_binary '\ÑWrÀR\îý=†š\ïÏ¿\ì­vpÖ£\Å}%\ê\ÊÛ¾TC','',0,'?'),(_binary '¦\åØµ6_²ä‹‰\Ö†\æ\'','wp-content/plugins/elementor/modules/safe-mode/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/safe-mode/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Íèš‰z\ã\à ­yç«·',_binary 'y÷^~0€4yA×¤\Ø\Ï_ó“Š÷º\Z­Àü8€\ÊZ','',0,'?'),(_binary '¦*?\n\å÷{Áu\Âa·5\ì','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/index.js',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '¦W\ÍNÛ·8G_\àÈ¢\Æúp','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionScheduler_DBStoreMigrator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionScheduler_DBStoreMigrator.php',0,_binary '÷\Ë(NƒL@Ò¸±l\Ò',_binary '÷\Ë(NƒL@Ò¸±l\Ò',_binary '„y®s”C7\ÓMÂ¨Uþ(\Þs\Æ\Å**‹n4Q‘žý\\Z~','',0,'?'),(_binary '¦\"­QƒOO±ÀP¤\ã b','wp-includes/blocks/group/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3ƒjC€OÑº}’`xÝ°¦',_binary '€ûGCñf0S®\"hs\É\çp4YuR\Zö­$\à\ÅxqO','',0,'?'),(_binary '¦#:Áö\ÌSk«U¹‚\â{À','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*Á:\è?‘\îl]¼¶ñ\çu',_binary '2P\æ\Öíƒš§\Ð=w=‰7Ar§\nýfQú\Â~,·¯B','',0,'?'),(_binary '¦$v‹ÁzÁ’Ÿ·øŽ\Ó?\Î','wp-content/themes/houzez/property-details/adsense-space-3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/adsense-space-3.php',0,_binary '\ÅÀXY÷¹…S\Ì\ÝE\É\0',_binary '\ÅÀXY÷¹…S\Ì\ÝE\É\0',_binary '©éž´)O%l¶\â„¾!¤šŸQh\èWö{ù\Ü*H4\Ó?','',0,'?'),(_binary '¦(¼|n\ä•Á´sARF\ä+','wp-includes/js/crop/marqueeHoriz.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/crop/marqueeHoriz.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŒÌ®œºý¸;\æ\ä\ÔLo\n',_binary '|\Þ\Û\ÍS\âùe©“|.\Ù‘/\éQ¹Yˆ\àWª}(','',0,'?'),(_binary '¦,™8H2yÁÇ±ww¤õ,','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/StringLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/StringLoader.php',0,_binary 'Št­)@dN€µbÀ‚¹—',_binary 'Št­)@dN€µbÀ‚¹—',_binary '$\Ú\ë\Íÿl(ü)™\Ó\Þ½b \éþD÷½‹SY^k~T','',0,'?'),(_binary '¦0\ï,¨œð»Mƒ\á\Ç_)','wp-includes/blocks/comment-content/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-content/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…tfg}\ÂÈ…ñ\ÒA\å\ç¨P',_binary '¨š÷¢\ßþ2¥í¶¼Ð¨!H`a–\ê±]Uq\Ñ\ä\Z[}','',0,'?'),(_binary '¦3É¤n[\Èôª/MÂŠ%','wp-content/themes/houzez/framework/stripe-php/lib/Exception/AuthenticationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/AuthenticationException.php',0,_binary '‹v¢\Æ\ï\æ~\í\ï*\"û ¥',_binary '‹v¢\Æ\ï\æ~\í\ï*\"û ¥',_binary 'ž\áÕ±&–\á‡\×W¬Rºƒ|I´\Ì\Ïì­›+4z‡\íeþ\Õ','',0,'?'),(_binary '¦;=óIl\Ñ1Y¹d‡ƒFX','wp-content/plugins/revslider/public/assets/svg/av/ic_volume_down_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_volume_down_24px.svg',0,_binary '\Ä\à#I\ëTU\Ä;\ïH#üH',_binary '\Ä\à#I\ëTU\Ä;\ïH#üH',_binary 'S•:ì‚«†f\è#\ÕÕŒ/\ÂJ;4¤„\êE\Èô\ÜõË³øw-','',0,'?'),(_binary '¦=¼T«·Sù\æIK~','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I2y<¯\ÅYyN[\æEö	\ä',_binary 'H\ÚW\Ó´m|™gn³ø\æ6\\\Z¯\à\ÂrÙ²%\ÕûòùI','',0,'?'),(_binary '¦@> `|F\ï¢tÿýø\ÙpY','wp-content/plugins/revslider/public/assets/svg/device/ic_wifi_tethering_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_wifi_tethering_24px.svg',0,_binary 'z…0N¾o,ûg+jG££',_binary 'z…0N¾o,ûg+jG££',_binary '@¥\ïh9K5<Ð‘šÁ\Ü =‹K	ù»Œ¡j0‰\"','',0,'?'),(_binary '¦E]å‘‚£ŒŽLÖ£!?ˆE','wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-socials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-socials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÍA‡#´±º@§¿‡Ž›;',_binary '\Ý=‘3\ÐP\ê÷I(•\Û\×bð\'xŠ)³\ÒõÒ¡\ÈmŽ@','',0,'?'),(_binary '¦HQö¸b4	\"‰h©³F','wp-content/themes/sinatra/template-parts/preloader/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/preloader/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zpHi¿\åÆ‰ö–žiú',_binary '¦£7¨ \â¶U·\Ê#\éˆZ\ØZ\ä\ëª\":‡Á¤S','',0,'?'),(_binary '¦M0Oº\ì\\8s?vƒ\ÑC\ÎF','wp-content/plugins/wpforms-lite/src/Migrations/UpgradeBase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/UpgradeBase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\Çn…&0\ÄS3c^¾ò',_binary '\Î\Âq72¡ë‚‰\ìðËŽ`µQêŸ›ywx‚O¯\n»‚','',0,'?'),(_binary '¦N˜I”\Úa\åk\ÇI‡5','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µQX_xž¿(»³‚Œ±',_binary '\ÚAS†¸mÛ®g•ž1QŸ„\'{žo^;\éOªo\ë½ôž\'','',0,'?'),(_binary '¦P%ý¿ Ý¢\ÒI`ð|\î','wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°®s\êNö2(À\ì\Í\ç',_binary 'Ã¹Ú¿\è\Þ\ÝLt_r³PSj\ÛP³K@l\á7Qñ®üK‰mò','',0,'?'),(_binary '¦T½t\ïd¼Cn\Û\0€A\Å','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_no.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_no.js',0,_binary '²z,gó\ÛyzƒO¾¾Õº',_binary '²z,gó\ÛyzƒO¾¾Õº',_binary '\ïbY˜\\C2\ÓGAm¦\à\Óho¬Žöp\Ý\Â6\ì6\Úm','',0,'?'),(_binary '¦U\\^†#%ä¬¤^y}“«','wp-content/plugins/wordfence/js/date.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/date.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œô\Õj½P¾ER\Ð_¯cÀ',_binary '€B=\ë\è0\ÕdÆ©\"B‰tUc¨¹^1€>–q&ø','',0,'?'),(_binary '¦VYEhsª\éJP2®Y‡','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer/Tokenizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer/Tokenizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4¶Q\î1›Z ‘\ê)W',_binary '¯ ‡\Ó…!/&+•›¼¸\×.ªÛ«\á²h·­ý\Ê\Ã5Ñ»','',0,'?'),(_binary '¦V\Ý\ÊOs®\ÊN®ª%{MA','wp-content/themes/houzez/framework/stripe-php/lib/RequestTelemetry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/RequestTelemetry.php',0,_binary 'Æ›W\ÍQ\ã\Ñ~$5U¥',_binary 'Æ›W\ÍQ\ã\Ñ~$5U¥',_binary 'h\â\çšUi\Éó¹öø4’\íþX\îxj(Z»AN`ò\Þ','',0,'?'),(_binary '¦[\'\é/£\Óþ¢; †”','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ü†)Cô/Á†Õ¯\Ë Ù',_binary '1\Æ\Â\Ë\'C\ÅAUuŠ3…i£öf·f“¦‰‡\ìDtl~\Ñ','',0,'?'),(_binary '¦]L–<|<\î2‘V=Tðµ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[&\êE\rµRÿ\Ë37CÀg,',_binary 'T\\®`\ZW\Ðn\îš\ä/Lñ\ß n:Zfñb$\Ð$Nv¡[„','',0,'?'),(_binary '¦^\àr\Äø\á’}š¹œ\ß]','wp-content/plugins/houzez-studio/admin/partials/favethemes-studio-admin-display.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/partials/favethemes-studio-admin-display.php',0,_binary '8\Õ	º¿Q-\"‹YêŠ¡a§',_binary '8\Õ	º¿Q-\"‹YêŠ¡a§',_binary '7Kƒ¤\á\ç\Õ?³BÎ˜Yu2YŠ³ò\×¥iPN\Ê\è\n','',0,'?'),(_binary '¦a‹\îö1lnö\Ó6\Ëò„›','wp-content/plugins/google-site-kit/includes/Core/Site_Health/Tag_Placement.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Site_Health/Tag_Placement.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/&»ûu]œF+ýÀ\íd',_binary '\Èt„ÿü[yrT32\í@³S\Þ\ïm%-\É\êA\ã—bC—','',0,'?'),(_binary '¦c:Qk2\Ä	 óŒ6¼\ç','wp-includes/blocks/columns/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=‘–„¡<\Ä^‚¬\\k!\îH',_binary ',\í4\Å\ß#®ZTUF´&¯g	–	R\Ã-^‹˜JO','',0,'?'),(_binary '¦djx-ªÿÜŒ\Ùôû\ã¶','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_wcSystemStatus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_wcSystemStatus.php',0,_binary 'w{E9Ò¾—\Ì~ð’‘\é\ì¯X',_binary 'w{E9Ò¾—\Ì~ð’‘\é\ì¯X',_binary '\ëù,\Õ\Âñó‰Cü\á\ß>*ª;¯º‰ ¹n—½¬€5\É\ã\Ú','',0,'?'),(_binary '¦hvR9\îþZ•€ÁÕŠ»','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_left_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_left_24px.svg',0,_binary 'v¡%\Ñ_‘ŒŽò§ü\îskV',_binary 'v¡%\Ñ_‘ŒŽò§ü\îskV',_binary '†O\ØÁ>3À\ïYJ/¼P@¶Vy]\êµ‰’]~\ä.$','',0,'?'),(_binary '¦h‹À­–û}°K‰ÿ.‡Å¡','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Destination.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Destination.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦\ç26\Ô\ã\ÅmtV;`½',_binary 'úWˆ  ÀU\ÙÔ£U*^ »¸ˆ«\æ‘,C2ù÷\Z','',0,'?'),(_binary '¦t‘˜\×_-‘–µMˆ0\'','wp-content/themes/houzez/property-details/sub-listing-main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/sub-listing-main.php',0,_binary 'B#\é\Ù?*ü\Ç7–~¶ˆb\Ò+',_binary 'B#\é\Ù?*ü\Ç7–~¶ˆb\Ò+',_binary '‘L\ï;ª@#vûO\Òô–`¡Zt\éL\ß\Ëj´','',0,'?'),(_binary '¦w\Ìõ\äª8ª´U ‡N:+	','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-money.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-money.svg',0,_binary '[Vµt3\r²n²~\èC\Â\Ö',_binary '[Vµt3\r²n²~\èC\Â\Ö',_binary '¥Ýœ\å\ì˜þpw ÷«û^=|ª§Ž\ÓUx›à«¼y.N','',0,'?'),(_binary '¦„¡ù~T)C\ÓD+B¾eb','wp-content/plugins/wpforms-lite/assets/js/admin/forms/overview.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/forms/overview.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X\ÙÔ»\êL¹®Œ•!S\æm®',_binary '\Êe¬±€9g‹nWw\ÂE\Ìõ\ã\äCUL)€õœ\áš\×w','',0,'?'),(_binary '¦…hRTZ\Ö%“OHºŒL°','wp-content/plugins/wp-rocket/inc/deprecated/3.5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.5.php',0,_binary '\é´œŠ‘·zš\Ê\ÉE',_binary '\é´œŠ‘·zš\Ê\ÉE',_binary 'a2f?\çl‰kx\Ân»\ï±\ì\ëdzÑ¼Zº J','',0,'?'),(_binary '¦‰þû±öE²\æ4\ÒN*Ã–','wp-content/plugins/wordfence/css/wf-font-awesome.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-font-awesome.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸\'\ÄÿM\ä\çÙ‹øVµª¿:',_binary '997dIŠOu\Ö-\Æøùñ%enÔ» 1º\ï„\é¾\ÓI','',0,'?'),(_binary '¦Š\ì@¡lS{Mo\ßCú•','wp-content/plugins/wpforms-lite/assets/images/edit-post-education-page-2.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/edit-post-education-page-2.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(	b\×ú\Â?t[-io\è§2',_binary 'Œ¼D´¬\Ð(\Ý6`*RC“¯O¦rˆ¶P¯\Å|\ï‘[••','',0,'?'),(_binary '¦‹1½¸3û\Æ^7\â\ãc.','wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_24px.svg',0,_binary 'E\æ\ØhWŒ\×\ëa\Z\á¢,Œ',_binary 'E\æ\ØhWŒ\×\ëa\Z\á¢,Œ',_binary '\Ê!2|ó¥Øˆ=OÊŒXwÇ„™•5\Ë:\×7]\ÏTÜ‰','',0,'?'),(_binary '¦\Ò]v!%\é\ä\å¤ŒýX','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricMetadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricMetadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#¿\î\àN˜\ÊK·±NHQŠ',_binary 'ô¨Só|\Ò­ø\æ%gü/\ÝI<<-(\ÉqŸ„i}ý\ì','',0,'?'),(_binary '¦’¯üž:[&bú[®hY©¸','wp-includes/images/smilies/icon_razz.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_razz.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9[\Þw³šD³AM­A\Ú',_binary ';§§òP\Ü1]f\èUE»;`QÚ®þ\neôZ\0@4¿aA\ç','',0,'?'),(_binary '¦—oGÿ¶T”c`˜>²Ã¯','wp-content/plugins/elementor/assets/js/tabs.520bc2ed4560c561029e.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/tabs.520bc2ed4560c561029e.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý¬i£<e¢\ã‚\Ûi',_binary 'º;\Ïÿ\'€‹Bðô]Y\ìM\ÖKziª·\Â27\0ÿvwÐO\Ó','',0,'?'),(_binary '¦—\×\Ý\Ù\Ù1Q¤\\¸þ¶)l\È','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â\Ò\ßn4/m^É¹·#mW2',_binary '©¢“‹C/´h\ë]\ïx±$£\ÌA\ì\Ã9ð\ê\Û8øi†3','',0,'?'),(_binary '¦˜S?¾sÆ›º\Ùü\×\í\ãŠ','wp-content/plugins/revslider/admin/views/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '¦š˜|›$„|\ÊW¬j§t\Ú','wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Render.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Render.php',0,_binary '3\Ü\ä\Ô\ÞY––Hòô>u‹\"',_binary '3\Ü\ä\Ô\ÞY––Hòô>u‹\"',_binary 'ªDWÇ«t68w«Á\ÑJ*{š\Û!Ì§Œ¦{\æ/\'\ã','',0,'?'),(_binary '¦œ‘/\ßSÛ—s[´','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-global-index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-global-index.php',0,_binary 'l“Í˜\ã‘bU\ïfð÷\Ô\ä\Ï',_binary 'l“Í˜\ã‘bU\ïfð÷\Ô\ä\Ï',_binary 'k:u¾X~£¤\Ë\0Y\áÀjc\çZ\ê\Õ\Ãÿ	\â\Æ~L','',0,'?'),(_binary '¦¥8?\ÙSžƒT(\Ñ Vô','wp-content/plugins/revslider/public/assets/svg/av/ic_videocam_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_videocam_24px.svg',0,_binary '”Œ\å3“Ê \à‰Ÿ\è7',_binary '”Œ\å3“Ê \à‰Ÿ\è7',_binary '\ê\æÁ\Î(.W\n…$Ú¾H÷¸ûÐ° ‹ö\ZG\"\î\êFG›“','',0,'?'),(_binary '¦§­e0\è#»\ØU Ó§·','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý·\Û|€¾(ICkÅ›\×',_binary '\Zµx€òp¦=~«I\"4Á6½{Ü¬|#$“T','',0,'?'),(_binary '¦¬Kü³ñ†9ŽË½/\Ñ','wp-content/themes/houzez/framework/admin/purchase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/purchase.php',0,_binary '`&’4ÀS•:².\Êv\r',_binary '`&’4ÀS•:².\Êv\r',_binary '\Ö\ízGW\Ê<œƒ±}Y{\'6P\à,qc2\nØ–1>F\r4*','',0,'?'),(_binary '¦®Q\"¿i¶™Ø¸\áb¬#À','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/badge01.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/badge01.svg',0,_binary 'L\"¢¾\ä\Å\È\0‘\à´=»',_binary 'L\"¢¾\ä\Å\È\0‘\à´=»',_binary '\ß\ntºªUô\Ù~as\Ûg°	4ƒ•\é²¿1»J\Þ','',0,'?'),(_binary '¦®\Å\Ù\Ã\r\\ôµ»=˜\Þ','wp-content/plugins/wpforms-lite/templates/emails/compact-field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/compact-field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Îf\ß\ÖÄºª«4€þ†gŽ.¿',_binary '\n<6\nñ–\ËtRÃ²[\è79’\Ó\É\ãOz)¥ß¨ò Âi','',0,'?'),(_binary '¦¹ñˆx2ÿ_.\ë~$\â)','wp-includes/js/dist/core-data.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/core-data.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"”\\‰T…ü	4\Ö\Z&\Þ',_binary 'ˆ×«GøtwTx\Ö\Z\èqö¯©nÐ©‡«v\ì\Üú­\ë½\Ü`','',0,'?'),(_binary '¦¿&¿\àÁ;Ak€^%\ä','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-4.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-4.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/sEDñ—¸Šsƒý+ª\Û',_binary '–#“b–\ï?4	¼\Èô&g¹»6q\0-Ð‚n¨/‡^¬','',0,'?'),(_binary '¦À5\Ûƒ\Ö¥+i{…yuü','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðø#™.R&	z(õ@f',_binary '6Þ—\ÎO\"û°R­)´ñ\Í[C³ö\n§ö¨¤q,\Ûõƒx9','',0,'?'),(_binary '¦\Ê\Í  »2	nÖ¥gm\Ü0\í','wp-content/plugins/wpforms-lite/templates/admin-bar-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin-bar-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fƒµ†]È“(\î_[R\ä\Úþ',_binary '¯aaZ\è\ãÝ¨\Å\âx\ÆJ\Ï\Ñf\êýv\ÂYe\×D™h\å','',0,'?'),(_binary '¦\Ð{ú½³\ËC¹†t','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âI§†CŒ\ÙAC`eöe§G)',_binary 'þyK0\ÚEŸT¼@`’Z;H9;\×X\Ú\Õ>\Þ\ë\Þðù®','',0,'?'),(_binary '¦\Ôòj»‚¨t\ß4WDF','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-02.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-02.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÂµŒB,F\Ö\ë™\"Z\r\Ë',_binary 'I¢\âüÖ•v³‘\ÒÇŠq\"¼\è6!yØ½‹¡H•$ö\×','',0,'?'),(_binary '¦Ø˜…ÀP\ê2\ít“O\è€','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Scopes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Scopes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®¢Z9ìŒµµ\Â¡’%',_binary 'A‚\épJð]\é\'Õ±œv\ÎH\Ó÷ý\ç½Lfdß€û`¦>','',0,'?'),(_binary '¦\ÜHƒBÍœ[!+®<\ä»,¨','wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B3‰bº=?ù€ªŸð\ÌL',_binary '©R\Zõ\Îf\å?6Y\Î9ö•VHÎ­>È…(i?‹úL','',0,'?'),(_binary '¦\à$\ÅtÕ¦}—	\ÂT','wp-includes/blocks/code/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hú©\è\í•h\èw>¶¨\ÆC§\×',_binary '#\Õ0cœ”Š\ákúS\ævÜ¾l÷´•n\ëlJ€7ü°','',0,'?'),(_binary '¦á½ˆ\Ë\ÛŽ\Ø5f?žhk','wp-includes/widgets/class-wp-widget-media-audio.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-media-audio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ,{¸H-]meZ\Óyú',_binary '3À\ìP\×U‡{gnÒ®Ÿä°Š\n\à‚¥z‡›	\"Ü¼\Ü','',0,'?'),(_binary '¦\äcwÒ\æõ1ÀT\"\å›\'@','wp-content/plugins/revslider/public/assets/svg/content/ic_text_format_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_text_format_24px.svg',0,_binary 'gý¼hŽ·÷Ò¬Ÿ³¬`',_binary 'gý¼hŽ·÷Ò¬Ÿ³¬`',_binary '´¾˜òŸ\Ó;\èÂ…n;ÈŒõ¤JybÄªbh\â\Ï\Å}\Ô,','',0,'?'),(_binary '¦\å¹\ÂÑ¶|O\Å\ç%ªÄˆ\n}','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3¶\ìó‚\Ú9§¢\éhn³W',_binary 'kzüyþ:\Í\êº,L=m\Ï\ÚÝ¡dN\Û\îmñ\Ð<°^!$\Ô','',0,'?'),(_binary '¦\íA®(!ð0, p\ã','wp-content/plugins/revslider/includes/api.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/api.class.php',0,_binary '\æ\íŒr#\Z¸\Ùz\Äö †»½',_binary '\æ\íŒr#\Z¸\Ùz\Äö †»½',_binary '#®ˆm@\à‚\â\"H\×Í· \ÆV\íl\å\îÞ¨3M²~ˆ\éS','',0,'?'),(_binary '¦ñ\è(¼‹o[6I³ñtc‰','wp-content/themes/houzez/template-parts/realtors/agent/layout-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/layout-v3.php',0,_binary 'ô’Z\Ô\åò \Ür”u•k«',_binary 'ô’Z\Ô\åò \Ür”u•k«',_binary '…¿w#41ô¹•#\â\ÉÄ…4¥RAˆ·¾~Ú€-4i¥f„','',0,'?'),(_binary '¦õ•þ\ÌÅ…b> \Ó\ç¥','wp-content/plugins/wordpress-seo/images/ai-generator.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/ai-generator.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'Å‘\ÉrjØƒ\æ\ÇÊˆ',_binary '\ãŠRžN\ës½žšZ‘\Èmˆx\âc\Øj%%Dò\r°µ…û\Æ','',0,'?'),(_binary '¦ù–\ÖSüNDˆ\Ñ]Fj\×.','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.pl.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.pl.min.js',0,_binary '\ØnG\Øœ¬8“\'‡’\Ô\ÂfV',_binary '\ØnG\Øœ¬8“\'‡’\Ô\ÂfV',_binary '\á²Ö«À\ä!JzHM\ç\Î\è}ô\æ\ç\ê\ÓVÍ^A\Í','',0,'?'),(_binary '¦û\ÍJQ\çrzA\Ê	X©W','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/Definition.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/Definition.php',0,_binary 'QÍ¨ùÝœ\ê^\ê\'¢{',_binary 'QÍ¨ùÝœ\ê^\ê\'¢{',_binary '\ä¢fºf\ç\í\Ì\ÑD\ÖúÀ\å\Ã1.F~˜\0ß¸2!\×i\Ä^','',0,'?'),(_binary '¦û\\ö¤¾â”3Ž\àE-Nó','wp-content/themes/houzez/property-details/agent-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/agent-form.php',0,_binary 'E]ºH½8cýBy3Šf',_binary 'E]ºH½8cýBy3Šf',_binary 'er¡ûF\'\n¬T˜þ#tŸ\è˜y<z\Ù\Ä[5%§Ÿ?','',0,'?'),(_binary '¦ü­ó8`9ù\×?Bb“Ð‘','wp-includes/js/jquery/ui/effect-puff.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-puff.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øŽ\Î*G\î\ïwýUJ\é\äM',_binary '«p‘[‘SA–g\×\Ù.#±/Ž®®%$\Û,DÂ–ù\"e>C','',0,'?'),(_binary '§\Ú\ï=\â9\é\Ô~\ÓC\î','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDataStreamsMeasurementProtocolSecrets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDataStreamsMeasurementProtocolSecrets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ò’¿\æg/ºzÑ¤ý{n0ð',_binary '|‹L\\sS\'´¿}–\äf)\ë±ó¸a<ù\ãd\ÞQÑ¶\'nZ','',0,'?'),(_binary '§\n\È\à”\à \ä\é”/Y','wp-includes/js/dist/data-controls.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/data-controls.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T‚\âK¾»\'PŸ~}638\ê',_binary '½‡	vþ\à\Õf½\Ë3\Û+Uµ¼?üCN:‚¢tX\Âw¾','',0,'?'),(_binary '§¡ }\í¾Vœ\ÐI\Ü\Ï\Üý','wp-includes/blocks/cover.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß\Äô#\Ú%qv\à\Ìs õ\Ä[',_binary '@¹³:\Â\ç·? šä¤…5µ^\Z\rDI1•FeúZõ','',0,'?'),(_binary '§NR!iÌ¼Õ³kBÁ','wp-content/themes/houzez/js/vendors/i18n/defaults-ko_KR.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ko_KR.min.js',0,_binary '\Õw*¢~\\˜—\ÛhMýò~M',_binary '\Õw*¢~\\˜—\ÛhMýò~M',_binary '­Hq9\Ø\äUh\ïµ\Z\Ó9>Wu÷¨÷-“«»Qö1ð,','',0,'?'),(_binary '§K\ÖnlKü»÷Zˆœ2’','wp-content/plugins/google-site-kit/includes/Core/Authentication/Setup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Setup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„3dtV‹\ÎrSR´\ÕQ,',_binary 'N*\ìñ	³+ö¥¤[%ka`˜[Pg®¨–€2W\Ñ','',0,'?'),(_binary '§\â\Â89l˜jaý`\å»','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chess.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chess.svg',0,_binary '\\Sk\èÁDpw&s¤ð	\Öq',_binary '\\Sk\èÁDpw&s¤ð	\Öq',_binary 'ñ\Ømk¶r+]h^¸²µ\n3WT’\r˜\Ú\Ç\ã\'n\ï','',0,'?'),(_binary '§ ¢¸\àp(l‘h(\Í','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é›ù>ž\æ>\"šŸQr',_binary '3d#ó)^)\ÚZ:¨-\n½60L5\r¡X5I(\n«t','',0,'?'),(_binary '§(\'\ìi‘Mfn6Œ\Ès‚\á','wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/ThemesData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/ThemesData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ëa?°%—+ýÿ\Þ',_binary '£LM{Q$	uŠ\ÊXY”Ù vÿ\Zz\ã\ÇÅ”oGSR¨','',0,'?'),(_binary '§+F—4\Þ\núõq¹±¤\"]','wp-includes/blocks/table/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø^q\á%’\ÕmZ\Åò,\Ç1',_binary '\Ë\ãWO˜)\Í\Õj\ï)ø\Ð\êþ“œ\Ý\ÊAg3$0±\ã$[\èôm','',0,'?'),(_binary '§,\Ú\ÉDDcqK\á¢ež','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í8k§\r´e’\Új¶\é2)',_binary 'Š^\Él²wñ\í\ÆY‘	ù!öa±\Ã†nm\È÷ófD','',0,'?'),(_binary '§/Š‰Œ±­t„Cõb’¢h','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/SiteGen/SiteGen.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/SiteGen/SiteGen.php',0,_binary '&\ë°\Ê>“v2`ð²1o',_binary '&\ë°\Ê>“v2`ð²1o',_binary '„–p\ÑC*š\â$™¼\ZiÎœ\Ï\ß\ZÌŠI \èù-Ü¨\Ø','',0,'?'),(_binary '§2\ßv÷\'¤³ö\Ò{»1\0ª\á','wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶õƒX±\ï\Æ™·',_binary '¾t 9¼\Ö\á\ÜÇ‘y\ã\îF]Š\Ú{²­QnÕ·/qh”\á','',0,'?'),(_binary '§3(•ö\ÅW¢!F½\Ç\âÐ¸„','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô\Î×›64!Y”&•Ü•8',_binary 'À#k<}†lƒ#\æ\ãs‚p…õ¾\Ý JOg¶u¯J¹¯\ê','',0,'?'),(_binary '§3†\åÛ´\0 3-öy¸lM','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalEventDetailsEventConditions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalEventDetailsEventConditions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=T\Ù\\€\à~¡\ÎN×²u.Ã„',_binary '$ ‚¾D\Ì\Å2’:a 6ð÷n,Z0h\à\Å^7€ý\\Ÿ~2','',0,'?'),(_binary '§7•/‰:Ž\æ\ÖÀ\ël†Ú°','wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/class-sinatra-customizer-control-checkbox-group.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/class-sinatra-customizer-control-checkbox-group.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îp¿]¯\Z‹F\\wglõ_',_binary '„\n\Ù@¡±MhŸ––—\æ\Ët†\Þø\ãŸRycciø','',0,'?'),(_binary '§8\Ï\ï\\\ËDJ\×Dc“†','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Data.php',0,_binary 'Ðn\n\è,w\'y\è·Y\\[]',_binary 'Ðn\n\è,w\'y\è·Y\\[]',_binary 'tiµÓ•Àd\Ë\ZHeƒ\Ó\ÞýZ7Óºrø£D\Ü)tª*\Ì\Ì','',0,'?'),(_binary '§9QEvÏ¦dù‡@[\å1','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/tk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/tk.js',0,_binary '‘”1Ÿ_S?D4\æZ\Ì\\\Þ',_binary '‘”1Ÿ_S?D4\æZ\Ì\\\Þ',_binary 'ÿR9?\Ï5L&° a´†Ý³øÀµ¬«=V´¨¯\Ü¹?','',0,'?'),(_binary '§N*2<O\'Št€±ŽZ¿','wp-content/plugins/insert-headers-and-footers/includes/admin/admin-ajax-handlers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/admin-ajax-handlers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»g&	`$;`®J\"\ÞO',_binary '†J2agL)\à˜\\—d_\ênª3\Ð\Å?Dñsþ¼€hr¼','',0,'?'),(_binary '§NsË‰X\Ýn\Ë5¦\Âi‚','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/CacheBase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/CacheBase.php',0,_binary '\Î\Ä\ÕL\ê\íº\ÐQ¾EÇ¡\â9',_binary '\Î\Ä\ÕL\ê\íº\ÐQ¾EÇ¡\â9',_binary '®f\ÄZ]Ë“\æ\É\æO·¢ú\ZW=š\è´\åR³!\ÐYðc','',0,'?'),(_binary '§O}Eõ&H’T\ÕK(R','wp-content/themes/houzez/template-parts/dashboard/statistics/chart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/chart.php',0,_binary '\ï8³!—Ôš½5m©',_binary '\ï8³!—Ôš½5m©',_binary '¯µÀ˜®ZO\ä\Î\îü}œ\Ã\áiQn\Í\Ñû#2\êUˆó¤\ÄWt','',0,'?'),(_binary '§S&\âýš–¦œŽx1þBŸ','wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v6.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v6.php',0,_binary 'NÁ—\Ï	¼À…•\Èö-ûø\ë',_binary 'NÁ—\Ï	¼À…•\Èö-ûø\ë',_binary 'G0^\Î6´}²t`›Î€6tÃ‚·žB#Á,%Ÿ¤9','',0,'?'),(_binary '§T†jä°¿É”¥Fi‘\í ','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_overscan_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_overscan_24px.svg',0,_binary '=^øl‰ú\×\Z/E\ÛTNA',_binary '=^øl‰ú\×\Z/E\ÛTNA',_binary '©ü\í\n\ßv=Osú(Ë”\ãý[\"&ñ$»\é\Í-^\ï','',0,'?'),(_binary '§WÁ4¼\ï\Ï÷\n¦¨8O¹\Ä\Þ','wp-content/plugins/elementor/core/logger/loggers/db.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/loggers/db.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EmRÉ§ÿ–\çþ–\â\Õý	5',_binary 'ž!k†5B«C\Ãa¹\É{\Ó\ç0ö»Á\Ö<\ÊbÀ-y4dŠ','',0,'?'),(_binary '§c\ã†ÌŽ´ˆ$\n\'@›\rò\è','wp-admin/setup-config.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/setup-config.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž3\×u?\Ê\ë(XŒ¯½\0',_binary '™c¸Ì’ˆ\âm)žq¶˜OpV52—©[!\Ú\ä \éM¬¬','',0,'?'),(_binary '§gŸ[°•ÿú1Ø©Ë˜’','wp-content/themes/yith-wonder/patterns/site-header-centered.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-header-centered.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÍM\Ú\à\×\ØSüG\ç;Á¬·€',_binary '°5Ûºª‰wý\ÌÎ‰PX–Kûa\Öï•˜Ÿ\è§øgŠT','',0,'?'),(_binary '§h.µ#€·Š3ü\ç¶Eis\ç','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/PatternsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/PatternsController.php',0,_binary '`)W‘ ˆ%p±7–³”',_binary '`)W‘ ˆ%p±7–³”',_binary '\Z8œ¹À \×qÍ¬c%\Ê\ÜD|\áù\Çö™\0t{>¼7\ì ','',0,'?'),(_binary '§kŠ3øª®ñ…\è\Új8úy','wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìòbK\Æ÷ »=f†\Ò{™Ð”',_binary '`´‹Ô»i	\ç†\Ôc\'ÁÔ­§\é5¨R\Ãù±ðKMOe','',0,'?'),(_binary '§mÖ™7š,\Ð}¶ñov','wp-includes/css/dist/block-library/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_\Ô1eY\Ê¢/\×\Ò7i\æ',_binary '\âb\rù¸¯ö!}5oûeü˜qM\Ð4Œöw\\¼\Ø/','',0,'?'),(_binary '§n3T\Ä@\Äý€\Ú7\Ò\ÜÜ§','wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Žl*\Ü\äM\Ä1©TŽ[\n:Z|',_binary '­ “}\êL³¡\Ý\Í25óg\Å(\\£-fÄ’5Û­K\àU\å','',0,'?'),(_binary '§ƒ \å7”l\ã\Ì\ÂT`¿\É','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\Ý\ÜL\çò¹fô¤\çJ:¬†',_binary 'DZƒ|¬4‘\èòÀ\âŸNA$\Ù\n¼l®	\í%ùRÔŠ','',0,'?'),(_binary '§‡¬üžv\Ûû™-Ûž\Û(Ÿ','wp-content/plugins/redux-framework/redux-core/inc/validation/date/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/date/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '§‡\è\ÇF\É=¶¾÷üÖm','wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/challenge-popup-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/challenge-popup-footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xý(DÂ•Èž‘\ÔÀ*¹_¾',_binary 'K\ï*\âó©„,\Ã64ˆˆú\èLƒ<ýW3\ï•\Ï\ë}¾','',0,'?'),(_binary '§ˆ\ä<«\Øð\à¯û)S,¸8','wp-content/plugins/revslider/public/assets/svg/navigation/ic_close_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_close_24px.svg',0,_binary '­\ß\ÎFî¤\Ì_\Z¤d«˜\"',_binary '­\ß\ÎFî¤\Ì_\Z¤d«˜\"',_binary 'Mþr‡Y5tÁ\ÙJ¬ \Î$Y¼I \Å?‚\ì¾À\ì\à•^\â','',0,'?'),(_binary '§‹0Z´¯\çšG\'&jª','wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î#Þµ\Ü\'¤XI\0UUzs',_binary '\Ýs—ù\"žjl?Qº6š\Òw£Ÿ…\ß\rON\ï—\Ê','',0,'?'),(_binary '§\ßV€³t¿Sù-\Þº','wp-content/plugins/wordfence/views/scanner/issue-file.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-file.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®xõ\Ð\ÌJZ\Ë\ãô\Ýô',_binary '*\ÈÒŸ\í‡\è\ãb\Î\ã\Ã\Ï\å\\\ãökpµB\íñS3\Ü\Óò*','',0,'?'),(_binary '§¨eù™©\áõe)3	Ûº','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/Remove.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/Remove.php',0,_binary '5$Y\à\'#i\Æ”\åÁO',_binary '5$Y\à\'#i\Æ”\åÁO',_binary 'Š-}>\âŸl\Ô4¡•À\àvµâµ¼‘h¡³@Æµ³³A\ÌV','',0,'?'),(_binary '§‘LV5…F{¤tÈqŸ','wp-content/plugins/wpforms-lite/assets/js/admin/builder/context-menu.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/context-menu.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gÎ´þË“\ìŸyñ´[\rŒ',_binary 'q\î õ+_¦§¶PÁÕµ\Ó3y¬V\ëy{Ã¶q˜”š$','',0,'?'),(_binary '§œŸJ1€«M\ßF°†<þ','wp-admin/js/tags-box.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/tags-box.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\ÎUú\Ò\å›\äGX	¥‹+Ž',_binary '\àË ü3—\0ƒZgƒ[ûwu½›|Š®H«\Ù&R6ó¼…\æ','',0,'?'),(_binary '§°NÇ­Œ\Ù\á—Õ‚p¶ÿX','wp-content/plugins/revslider/public/assets/svg/maps/ic_store_mall_directory_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_store_mall_directory_24px.svg',0,_binary 'CØ—5DŒ =\ï¨_E',_binary 'CØ—5DŒ =\ï¨_E',_binary 'ñT\éW+Ý³4\ë\r$ôòY¹.\Ø&\Æ\Ô\Ú\ã}\0™\Év\ç','',0,'?'),(_binary '§ºsrƒ]‰9à¨¶o\áWý\×','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/mapped.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/mapped.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ì’•R°{	/¤û>\Í4\ï',_binary '•%J<Iö\ÔiGƒ£PžkOŒ\íAwƒÜ¨«°ÁC 0­','',0,'?'),(_binary '§¼eŠ\Â2—¦\Ì#\È\ë©^G','wp-includes/blocks/heading.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/heading.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çELV\ëRoH\Ò\ÒZ€’R˜',_binary 'žõ\á…\ë#\Ú)\îõ-@!2*€žÀ\Ö÷\ã\Ë>\Õ','',0,'?'),(_binary '§Áô½o2%F\Â^×£4\Ñ\á\Î','wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïz¸\ê™G®²E4\æ´1v',_binary '\çôÈ¦)ó6™Fw6gOÈ­*s2\ÛbD·-CW°¤\áw','',0,'?'),(_binary '§\Ë7\Ü¬w\"P½','wp-content/plugins/elementor/assets/css/modules/announcements/announcements.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/announcements/announcements.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\Ì\ÏS¦³c…JÀúlMb',_binary 'F*ñ\ÕB>\äë‡™t®ˆ.‹½U»Q\äw\Ý\Ï&õ\0!','',0,'?'),(_binary '§\Ìc\á-,RŽqee\\\Þ','wp-includes/blocks/group/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\	¥Ê½=‘fZ9U',_binary '\â\ri $y+\á‹hô?±øƒ\Æjé­¾\Z‰˜ºb3­sJ)','',0,'?'),(_binary '§\Î\Æ-Î¶A\Ê\Õô}‚Z4\Ì','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/System.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/System.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A\Û\Þ:ž K|¯\Ï\è\n]ñ',_binary '(|1}:›€\rò?¼¨!¡ü¡\ÊL¦\Û!ùš#\×-	”DN','',0,'?'),(_binary '§\Ð\Å\ìQ-ø¢\×aö\Ôc','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-hero.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-hero.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\\3	\Æ#~\Ø\Ú,#òÀ\Z',_binary '“óTe\Ó\í)S&˜•\Ú\ÄU~h’ð#2ù¸\Ä>zÿüTg¾','',0,'?'),(_binary '§\Ó’?ÚŸ£E¿\Î¶$PF','wp-includes/pomo/translations.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/pomo/translations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Gh¡\å§\Ä\ÃŠ8\â—',_binary 'K\Ú\í°\ã7‘ŽŽ™ºõc‘=Õ›€Õ±¾­Å”\Æ','',0,'?'),(_binary '§\Ó0\çH–£šf*I®\âQ','wp-content/themes/houzez/js/vendors/bootstrap-select.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap-select.js',0,_binary '\'\ÇÙ¨v\r¼\Ý÷Qú‚\ÉZ\Î',_binary '\'\ÇÙ¨v\r¼\Ý÷Qú‚\ÉZ\Î',_binary 'U\0WD7Î¥\Ìah\×hñ!n\ÇR¼.Z$•ý»\ïN[k¥','',0,'?'),(_binary '§\ÔhY)¸W\è\'\áv\'\Ø','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó/\åØµ¾p\Í\ê\\ƒ(»û\ç',_binary '\'€Ø‚Ý«[[uGjS.zNø‰\ËÁ»òBŽz»5\Íh(','',0,'?'),(_binary '§\Õ=ò…>L\nÙ†\áY‚’K0','wp-content/plugins/elementor/includes/controls/notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\Ä\Û\ßf\æòˆ&&\Ì?¦ªlt',_binary 'Ž\ëÿÌŸ[O\ÚNu\rMwlM\0\é·^î¹»Q\îuL¬\àŠ¤','',0,'?'),(_binary '§Õ§\n\'yº­\ÇÑ˜¨µ','wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '··-8¶¢\Ê\ãg\ëze7\íz',_binary '.,÷ü«‘œ\ÔI„+\Æ\'_ƒ>Sº!§€\ë9$ô\Z\\\Ñ','',0,'?'),(_binary '§Ö‚m-NŽ\Ò\ã@i_\ìÁ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/date.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/date.php',0,_binary 'iÿfnHQz¥¢÷g\Ø8º†«',_binary 'iÿfnHQz¥¢÷g\Ø8º†«',_binary 'Ô«(~Wð‹\Ô\Õ+\ÐN\Þs\ÔQa\á[­\Ë6ú\Ç\ì‰\Â','',0,'?'),(_binary '§\Ùñöp\Ç&Xou\0KÎ¨\\K','wp-content/plugins/elementor/assets/js/onboarding.001cbdc1993cabe048db.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/onboarding.001cbdc1993cabe048db.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õ¼úš\Ø=\é¿8',_binary '‹\Ïn\æO\Ì\Ô\Ä|ðñ\Ùr0õ\í±}¹E\Êa\Þ2dA\Ë\Í','',0,'?'),(_binary '§\ßoI~x\ÔÚ³\å\Ö\'¼','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.ÿ\è\Z©®\Ó>g-\Ûuš',_binary '\Ó\Ì*\n}°\Ë\Ì\à\ënIN*”Ÿ-˜t`\Ó<W\0üZŸò9.','',0,'?'),(_binary '§\áßŸr47\äg\ß\ìj“','wp-content/plugins/wpforms-lite/assets/lib/jquery.conditionals.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.conditionals.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']¶pp ,Nt^RA\Ãa\Ö',_binary 'Ü· ]I\Û\\ üyøw	\Û\Þ0Á\Z2`³\Ó\ã¢\ê¢$','',0,'?'),(_binary '§\ä\Ñ\îv¹\ã\Ô*¥D2','wp-content/plugins/wordpress-seo/src/editors/domain/seo/seo-plugin-data-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/seo/seo-plugin-data-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e-4)hyj@m‡ç“°',_binary '¸,ÛŒ—FŠ\Þ.”1ÿ\íP|_«Í›¢¥xŽ7žqÇ¶GI…','',0,'?'),(_binary '§\ê´:ü\â\Ò\Ü^\é	6T4®','wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ïºªú·r\ÅY3\äù\'\Ì/',_binary 'ô\'qKÀ\ë\Óü3\"6\à‘‹ýüñÖŒ\Ñ\è\×\ÌUHƒõ#3','',0,'?'),(_binary '§öc4v‚óK\Ò~&‹\rð\à\æ','wp-content/plugins/wpforms-lite/templates/education/admin/edit-post/classic-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/education/admin/edit-post/classic-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*ÿ65ð3ŒJ33~‘ú¾5‘',_binary '\É!³ëž•\ÜrS\Ôih[hÅ¥R“\ì£o›+\Ü5¥ž0','',0,'?'),(_binary '§øH»ÿ\ì/Ê*\Ä]W\æ','wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg',0,_binary '\Ä_}\à«—jŽ~<P•\Ê',_binary '\Ä_}\à«—jŽ~<P•\Ê',_binary '\ä²7oð½\ÈÏ²\âž`w¼!±˜=FJ ]¨Ò®\ÒÂ²ž','',0,'?'),(_binary '§ü­…Ž\Î8«j‡þc}‹','wp-includes/blocks/rss/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å$Tn…øþ9Æš÷•†™',_binary '§ÞƒŽ¶`2Ì²\ß\â\Ä\È&€ÿA+\äe§‰	FóÂ¸','',0,'?'),(_binary '§ýIiz\ã7­_A\0ý…','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-idea02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-idea02.svg',0,_binary '¬›7\Õ\ïRA›*÷¡k\â',_binary '¬›7\Õ\ïRA›*÷¡k\â',_binary 'sy\Ø\í]\Ä\Ì\rŽjx1u\ï@<\r\×ñŽTð€\åF','',0,'?'),(_binary '§þø\Z®\0ÃŽf.2`g\ìù*','wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookVideo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookVideo.php',0,_binary '¬ašOaˆÅ™\Ê=\Ðdÿ',_binary '¬ašOaˆÅ™\Ê=\Ðdÿ',_binary 'Ð¡Œx/ÀY”ú\Ù\áH‹\Ñó_UT»”Gl²~l\ÆÁ;1','',0,'?'),(_binary '¨Ð_Oˆ%\ì^\0)Å—Ÿ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Wqš¼{ž:Œ|e¸&¦šMù',_binary 'f*K}ñ¢-ò¯Ý²$¼€O»p*$\'\ÄP°œüŸ³\îV÷þ','',0,'?'),(_binary '¨h¹x\×*(½&¾\ë\ÃkO’','wp-content/plugins/wordfence/views/blocking/country-block-map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/country-block-map.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡uœÁyGF¡,{–ŒXÁz',_binary '%Ôœ5–;º”û§öx“ˆ^)Ÿ‹¨G(…\ào','',0,'?'),(_binary '¨°\ÌœÀ\'K…zŽfŒ\å','wp-includes/customize/class-wp-customize-header-image-setting.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-header-image-setting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢$¯,ºV\ï\Ð9cRd¤6',_binary 'dV’´\Î\Ân…*Ž¸m![I¶dûÇº¢¬\Ça\ãøm³\Ë','',0,'?'),(_binary '¨\í5#Á\"8­%`}','wp-content/wflogs/template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/template.php',0,_binary 'lC¤db\ï.§Ë´\ëƒv',_binary 'lC¤db\ï.§Ë´\ëƒv',_binary 'Z][W‹Pš}\Ã,ûþ¿–žƒ7*öq\ä\á\n\ã\æÆ‘¡\á','',0,'?'),(_binary '¨SÇ¼0¿}ÿ\Ìü\ï(Q','wp-content/plugins/redux-framework/sample/sections/media-uploads/gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/media-uploads/gallery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿‰Ža[ù­•$ö!V\0Z',_binary '–¤Ú‡A¸_°¸ÜŒ_\äLi:(Z`÷z¹\ØPðV v\0D¢','',0,'?'),(_binary '¨\nZŒ÷d*»•,ÿL\ÏÀ','wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÓR÷…)‹þ¤_vTr×1',_binary 'P­7¢\î‰]|¡†-pgi\Ü\\\Å3Ñ¶\Íß-¯(«Th\Þ','',0,'?'),(_binary '¨Hc›¬÷1ºÞ°„=','wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý´@©½\Îÿ©\Â+V´z\Ý÷',_binary 'v\\i~:Q °Á ©ûœ\é<\í4/tAº\Ýˆ¨>D?o','',0,'?'),(_binary '¨ÿ«dª@\åQò\ÎÛ…¨-Y','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë&S\Ö\Ù\Ïq\Ù@\Ïâ¬ „c',_binary 'ã£œhþ&GG¡ý5!”˜¬\Ä!wb1ž·ó°‡-»’@','',0,'?'),(_binary '¨Q²l—‹­_ˆcf\ÃJt','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/wp-color-picker-alpha/wp-color-picker-alpha.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/wp-color-picker-alpha/wp-color-picker-alpha.min.js',0,_binary 'e=+\ã>y7T÷œl…\Ô\Æ',_binary 'e=+\ã>y7T÷œl…\Ô\Æ',_binary 'eö$k{¶Ž\"“¡Ã™~Ð§ü^O;I„c\Â\Ò\ÅV\ÉB','',0,'?'),(_binary '¨#\×?€™\ïGc	Â¯l1e','wp-includes/class-wp-theme.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-theme.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ´¾¢\ÌRmmb\Ï-N\Ù1\à',_binary 'ˆ1=\ïl(,z²x	C£%÷‘\ÂG\Ó2\r{\Û8j‡\Ý','',0,'?'),(_binary '¨$Õœ„:õ¤?\n|Á œ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessQuota.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessQuota.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';…\ÝÁœR!\Ö1R\ë¿\ÌG‚',_binary 'r\äN\äŸŽ:Åºø0=\ïa\ï\"‚5B.X9\ïP\ÐB-','',0,'?'),(_binary '¨)Îª@ú¹)b˜òX[N\Î','wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o8g_9(ÿ«­§l\0,',_binary '\Î\ã¼Heú\Ï\àp&©~‰\ÈNZ\ÙVl(ó6Q‰\Å\Ô.\Ä\Çsü\á','',0,'?'),(_binary '¨2	¥þ.¾`}r\Úcó\Ò','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/ConnectionTokenService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/ConnectionTokenService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';\ÄÊœ/¦fE]®\Î\Ú\ãJ',_binary 'ð!¦7©\ã¢;”ªÃ¹qdN¼<¾õ\0%Z\ìó\ÇF…\ëL','',0,'?'),(_binary '¨;Xª_•d>\rWñzlû','wp-content/themes/houzez/framework/admin/class-admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/class-admin.php',0,_binary 'ôut\Ëþ\"\Â;“\ÞL­_µ',_binary 'ôut\Ëþ\"\Â;“\ÞL­_µ',_binary '\ÏK\ØD\ï\ìô•Á<¼û\ÎMö!	\Þd\ËE·k.½Ÿ','',0,'?'),(_binary '¨?‘X\Ø]b¿tv5“7¤k','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreamsMeasurementProtocolSecrets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreamsMeasurementProtocolSecrets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M$\Â]V\Ð\Ù<U˜<º$',_binary '±~\åHyù3eÀ÷\ä¥\ÃS‘ºiJù(\"ñ¾	°\áT\ØY','',0,'?'),(_binary '¨@V÷«T¸‘L\'\Þ~¥i\Ý','wp-content/plugins/wordpress-seo/admin/class-yoast-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '} b¢	˜1ÀÑŠKaJ\ÑM',_binary 'c>MfS…À©\Ã.¦O’2§Y‰ƒ,Á4S´Ò§a Q','',0,'?'),(_binary '¨HŠ£õÁœPw\àð%8–À','wp-includes/images/smilies/icon_sad.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_sad.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞIx\áo\Ô\ÓTMz\æ\íD-',_binary '\Ùb5Àyh¬9€\ä\ã} ©\ëo\ÞôW\íIƒò°n§n‘','',0,'?'),(_binary '¨I]Sf\ìž„]½\Ä\Ú','wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'MquV±Ö¢_\àh¯N®½',_binary 'D°\nÝ†j6d5ù»\Þ<\ßòLË¤qÝ•\×ý}\Èm Ÿ\×N™','',0,'?'),(_binary '¨N2ÿ”Œüµ2+\ä\×g','wp-content/themes/houzez/js/vendors/i18n/defaults-am_ET.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-am_ET.js.map',0,_binary '.\ÌL‘¼¿o\Ä\Ê–D',_binary '.\ÌL‘¼¿o\Ä\Ê–D',_binary '\Î â¯‡¦:\ïs@„\ÅA\Âu³“°’1s\Üue˜ ','',0,'?'),(_binary '¨Q49\ãóLz\ÓJµ','wp-content/plugins/wordfence/lib/wfUtils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfUtils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sP º‹a“d…I•Y\\',_binary 'q_kAŽ¾\ïñM!ð‰\n\îÜµŒ\nõe0R´3„sB‰','',0,'?'),(_binary '¨Q5ý7„¾¼$|JðJ','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/currency.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/currency.php',0,_binary '\Ï3y¶wõû´Gq†&Ü…',_binary '\Ï3y¶wõû´Gq†&Ü…',_binary 'v‚ÁƒÝž\ïI¹IP\ßLF\é„\Ø\æ\ÍjKk\ïŒe','',0,'?'),(_binary '¨S~ö\á=}%® –^\ã','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9È¹s´£ÄƒñòÅ¨X‘',_binary '\'huÍ¹µD€\à\Z\0üõ\Å\Ë\Å\æT\Úø‘Ù¹?Q','',0,'?'),(_binary '¨XXïŽ“*\Î\á!2\Ö~\Å','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úž.\íù›Ó»µ1\ÓA,t/',_binary '½ö~›\"t\\Â›,û…4ô½w¥Â¡¯-‘~¯‡Mq£\äó˜','',0,'?'),(_binary '¨[\Ân\ÅG{\Ãù\'¾¢q:›','wp-includes/ms-deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-deprecated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âK\â\Û,­Q€&Tòjõ',_binary '\ËrH\Äu\Ú\çÓ³kn*.\Ô\à!þždU¡\ëüº˜~X\Û','',0,'?'),(_binary '¨\\\Çýhû RŸX\Õ<ºC®','wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›\ëß…—w@L‹\åO\êÁR',_binary '\àð«´EF‘j©„\×r¸Ä;s³\ìÎ€.f:\Ö\áÏ¤ F','',0,'?'),(_binary '¨`u\Ç\Þ)\Ø]f~\0\ì\Ì\ß','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma/SigmaServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma/SigmaServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'QnYE&ð~¯ZAEób',_binary '?ˆf¸„~,\Ë\ÃB-XÖ½Lj¡›‰*¡+9\ZA³la','',0,'?'),(_binary '¨c–®‹\É6¶ñ~\æ6Ì','wp-includes/blocks/button/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dUÁi\Ú.©LWÆ˜n¬g',_binary '×£ª´D™\ì\é\\ƒÍ•$“s++\Ís\Ê	•ÁYFB\Z‹­','',0,'?'),(_binary '¨hI0Š·J2’\ä[o­õ\Ó	','wp-content/plugins/wordpress-seo/js/dist/import.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/import.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$<-ƒ–\ÚEŸk(\n}ò',_binary '\ÎJ\ã\Ö 6®\á´n!ñ¡9r­q§\ä–d÷að/õ\à[','',0,'?'),(_binary '¨l¹iò©c\çù`V’¥-,','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';7¬:‡¯ÇY\n\Ç\Í,',_binary '-K½ŠTô?ò-‹šA¸\Òoÿø-\ï\Ðôõ÷\Î0A\Z{','',0,'?'),(_binary '¨tV5–\îR\í\nü‡\Â=5\'','wp-content/plugins/wpforms-lite/assets/images/email/template-modern.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-modern.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý|hZ€\n\Ã-oõ\ÒYqo',_binary '\È×ž^²!õ¨sŽ­¡G\ãñf!…‘q%Zß€’‡:','',0,'?'),(_binary '¨w\ÉÿI7©qdBz\Ë3@ú','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '¨|M­¬\"L\ÄQ”ô;\Û','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-polyfills-c5dfeeeb4566ab655187.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-polyfills-c5dfeeeb4566ab655187.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'in—\í\'3õn\ØY>\â\çñU',_binary 'A$‹-J…Œ \à`DRy\Ñ\Úþ\×ø\éŽBG-©C0‚\Æc','',0,'?'),(_binary '¨~JÏ°I\ï^|e=­','wp-content/plugins/houzez-theme-functionality/elementor/widgets/blog-posts-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/blog-posts-v2.php',0,_binary '0PAôõ£¥\é:4˜',_binary '0PAôõ£¥\é:4˜',_binary 'Š‰+¯s\í]˜ \r\ïp\0÷©ÔŽkv2ôû%“ý\Ê|','',0,'?'),(_binary '¨\å99ŸXÉ‘h\Ít§','wp-content/themes/sinatra/inc/customizer/controls/info/info.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/info/info.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘þr²C¦9õ%9K£&',_binary '¾\é[\éK´ÿš0‹Vt9	»\0\Ê\Ùq:\È\Ão;„¢…\Å!fûü','',0,'?'),(_binary '¨‚¦³üÊŠn\áó­úôZ','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õ%.öùE\Ðl„Ì•Ú©\æ(',_binary '\×;\Ê¼|\ßJw\æ#Gÿ<Œˆº&‡\0úë‰;&ñj','',0,'?'),(_binary '¨ƒ\Æ\Ù\Z7‚8ñ-\\\×~–','wp-includes/css/dist/edit-post/classic-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/classic-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mv`¼x\Ö\"•ð\êB7ºÑ½',_binary '<\\\âÈ«+\0abŠ$T=©&VX\Õó}ñMú>’!¬:€V','',0,'?'),(_binary '¨„òl¥ \Þ\Ík«(6T•','wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSingle/Field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSingle/Field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†ˆ^\ßz÷õ\éC´‘e\äs\n',_binary '¢Î‹œ\àV\ÃüR{7©=\Æ\Ìž\0\Ì\ÙÿèšŠ','',0,'?'),(_binary '¨‰ÿ|\ï\Ìb‰2yù*Ý„','wp-content/plugins/wpforms-lite/templates/emails/general-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/general-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J™s\Ø\Í&­5\å\Ò0\Ä3',_binary '\0ô\î\re9\á¼\ÐöÀ“:6\Ü\ÓvO%Ð·Wx\Étn¸¼%œN','',0,'?'),(_binary '¨Œlv\"‹(¬’\Ñ\ãŠ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h`“D¼ni\á^\É%\Z·Á',_binary 'JypG\ä)™‘4“\ÜVÀ.—÷M™U£WÖ•3\ÜÔ´\î','',0,'?'),(_binary '¨Ÿ_\ÎÍ­3ÒŸ˜\è?\Ø','wp-content/plugins/elementor/includes/widgets/image-carousel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/image-carousel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3øKwvxxuýŸá«—Qb',_binary 'q;\Ü~B\Ðf¦ÏŒ¶\'G.#°	k\ï¶\Øûû\ëñ³Òœ','',0,'?'),(_binary '¨½–-\Â\"h¡\Ï\î¶','wp-content/plugins/wordpress-seo/src/models/seo-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/models/seo-meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-„ZÀœ\ænkxt\ën',_binary 'núbz`»I\ço,°‰üe\æL®\Ý\'£\ë\ã\"\Ã\ï2p\È','',0,'?'),(_binary '¨—3_Á‹\ß[#¤g`À','wp-includes/css/dist/block-library/reset-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/reset-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oÿ§\ÜG\\\n\'\0$©a7',_binary '*\ÃÓŠ€ƒ;H€0TÅ•`_\Ê\Ý\Ùf‹e*z3Ï»','',0,'?'),(_binary '¨—Ô®‰¤´\ÓaL\ìóU[0q','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎQfi­2p15a\Úq \à\Ý',_binary '\Åg‰bôø-‰\\6{\é\Ì\Üf\ì\ÔÜ©‡‰Î…›\Ýw>¦*N','',0,'?'),(_binary '¨\'\'B†Ô£±®/\ìr','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/checklist2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/checklist2.svg',0,_binary 'Tþ\Ïe\å…fI(R±ž',_binary 'Tþ\Ïe\å…fI(R±ž',_binary '\ëC}\íZi\Ê x–Z\\4\È\'š•u]N\Øó:0½¢\íˆD','',0,'?'),(_binary '¨È•A²w¾\è\á\ØA\è]s','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/credit-card.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/credit-card.svg',0,_binary '\é”\æn\0€ôj“£Y\í',_binary '\é”\æn\0€ôj“£Y\í',_binary 'Á”ñ¨\ÉôK\ZŒD†\Íý\åk»ù\Ü\É#ô©ž\çi{^&','',0,'?'),(_binary '¨Ÿa~:¤*ü…~9©a©û','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^\Ù\ÝE}Gûš¾“³ÿXŠ',_binary '~€\Õ\Ô\r’’ºcø$n\ë¸Ce­=:(–ÿ\ï\ÔóT\'¥F…','',0,'?'),(_binary '¨£J\Ò×—¸_yzx\È÷6O','wp-admin/network/privacy.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/privacy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0®\È>¡H\rð\æ5:ó6¨',_binary '*]X8®˜\Í%\ØKÒ›R	ü\å\ÖQøfž;\neÀ\rƒ6\\','',0,'?'),(_binary '¨¤Ì¶›ÿ8‘žj<-—+\×','wp-content/themes/yith-wonder/parts/header.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öTi™žƒo‚­hD\Ï\Ä',_binary '\ÌL\Æ<_\ÉZ	P±öš\">sÕ­Q\Ä>q\â\Ó\"5\'','',0,'?'),(_binary '¨¦„|L³s„\Ô\è=Z\Ë','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookHttpClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookHttpClientInterface.php',0,_binary 'zf²šsµN vV¯=\æCjH',_binary 'zf²šsµN vV¯=\æCjH',_binary '\ã|X;gÞƒ&×´¯kœl\n¶\Ôþa\ë\ÇÕ°\ïóC','',0,'?'),(_binary '¨¦¡\Üø\Ä\Ûodz\Ê\\\Ï,\äü','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner1.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner1.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JT •¢\Z_F bhú¼xV¢',_binary '¥_h\ËÜ›[õf\äµûÙ°\ì\Ñ\îv ·¯\Ñý\Õ)¹\ï','',0,'?'),(_binary '¨¬\ÌÈ€\ç~_q\ÚI¶\ÄS¡','wp-admin/js/password-strength-meter.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/password-strength-meter.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²\äZ\Â\×3\År\î;]\Õ<|À',_binary '®¡\Ú\É1ô\äyå¥!‰}}\Ç3É»}}\Ñte\nt‚','',0,'?'),(_binary '¨¯\ß\\\àD ü>üF,µ‡\ç','wp-admin/menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹¡*)^/Yy\Ú]qs\ÅX',_binary '•¡5\\Š\ì’Á\ÖR^<…\æ¹G$L\"`&*Ž&Cµ\Å\"','',0,'?'),(_binary '¨°l aÞ‰®\ãˆ\îL\Ö€','wp-includes/css/dist/edit-site/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-site/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äµ µ\ë~+\íl¼ln<',_binary '\×÷D–Tþ·f\Ó4”n{;´\Æø\Ãa!\Üo÷„;!^','',0,'?');
INSERT INTO `wpau_wffilemods` VALUES (_binary '¨°¶\0¤\èc1\àYA€³','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/PersonalizationDesignService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/PersonalizationDesignService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0%5Ÿ);E3w¡Ó¿^.J',_binary '°\áh„Px¸®Ž>ôj\0\êqžGEXŽ\ìzrt¿N\×','',0,'?'),(_binary '¨±H;c)¹\Ò[ÿ½Á“\Â','wp-content/plugins/updraftplus/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/index.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üa¼: +\ÉBÐ‡q\0\á',_binary '\æH3š\ÓË”IxA¯´Œó;e£§v\È9]\Ûã³¡','',0,'?'),(_binary '¨²¼‰w¾«#*f$w','wp-content/plugins/wpforms-lite/assets/images/addon-icon-google-sheets.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-google-sheets.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õrA\ã\è4¥b´ß®ú\í8\Ë',_binary 'O/q²]Û£<Â¸\ç¸ -X$µ6\çˆ\ÈGFhr1†¿Uô¡','',0,'?'),(_binary '¨³on\Ãö\Ï¹}\ÒtÀf$','wp-content/themes/twentytwentyfour/assets/images/museum.webp','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/museum.webp',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+\Òr~ÿ¶\ÖòSè±Œs^',_binary '\îð\ïù¬WR\Í%L}’6¦²¿^­EC\Ð\Ñœ\ëª!','',0,'?'),(_binary '¨¼+xÿ9:H\æ0CX{)ùy','wp-content/plugins/elementor/includes/controls/popover-toggle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/popover-toggle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*µ\ÏK@\ãš\ÒLBšŠÿ',_binary 'y\Ï ¿O´5ž3÷by)\ãd)\'\0ý\ê\ÃB;\rlù?F','',0,'?'),(_binary '¨¾ƒ\â	~5;Š\Ç\â¤š¿','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_zh_TW.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_zh_TW.js',0,_binary '\ì\Õ=V\ÊeÊº´\í¯Ï£&ª',_binary '\ì\Õ=V\ÊeÊº´\í¯Ï£&ª',_binary '	š\Ô1Ž9¡U\È9gx,x³%eUûqp\Î0¬|Á','',0,'?'),(_binary '¨\ÄXKr¤\"¹Q\ê','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/CancellationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/CancellationException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÑD(¬½ýmœ\á8§v\æ\Óò',_binary 'þ¦h\\?¿\É ?—Î“*5!Ò¯šŒ\ï\"&®L-·\Óñn®P','',0,'?'),(_binary '¨\ÄÖ•\Í\Åb¶jwOw¹¹B\í','wp-content/themes/sinatra/inc/customizer/controls/widget/widget.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/widget/widget.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÈýµõXé´¢	D­µ\Ñ',_binary '\êÀ5b\ÉÕ«»R3\ÏOaO\íJ²\àÙ\ÙÀ6°\Ê\à\Ý\Ù','',0,'?'),(_binary '¨\Ç\Øjk\\ˆ\Ö\Ö\Â\nD\Î','wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘Ž\Ô\åe£Ú‰\àš·B\Å=Š',_binary '{P;nŠ2*›RpÛ–>²8Og\â\ÍXµGz\ÜD=¤I¦%','',0,'?'),(_binary '¨\É\ïT\Ëø\æ\Z=\í 4žó','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+ñ&ûHpjoM4$—±‡',_binary 'Úœz£ \\\0\å|¹~ß’¾\ã`$¤‰E¬ò\"L‹\ÛØ€','',0,'?'),(_binary '¨\Û	\Ì\")¥\"µ\è0I£o¨\Ç','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­z„¿q\Zs˜¾q776ó',_binary 'C®D­a–$\ê¹=›f[Q§4\ÂJW\Ñ7l)®.\Þ=%¯ÿ','',0,'?'),(_binary '¨Û¢Ý‚W9ýÆœ	®‘ü','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementUploads.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementUploads.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X\ËJ\Æö\Ù\èY¼ J\Å',_binary '³Ñº\Ô¯F$Ï”a9AOCqk?ðÃ£¹Ã›\ã\Ó`šc&','',0,'?'),(_binary '¨\ßØ¢ÀÀf?;f\ê¶z\È','wp-content/plugins/elementor/modules/site-navigation/rest-fields/page-user-can.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/rest-fields/page-user-can.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±\Ø÷´\ì‘E4š«\Ô[3O\Æ',_binary '\Øo„EøaN\çÝª(Z/w³‰\0Oz”0E5e\Ú!\È\ËòF\'','',0,'?'),(_binary '¨\àre}/±D\Û\ê\å’>','wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gA\í%g.Ú¦\êòÎ´{Jz',_binary '\0\Ö=ƒús{t\àX\ÝþŽ\ÃË€Ù¡\\¯’\â[ø±=\ÏA','',0,'?'),(_binary '¨ã‡–°`÷÷(k\"\íôý\à','wp-content/plugins/elementor/core/settings/editor-preferences/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/editor-preferences/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X\èR%\Ë\âl\ï„8{G',_binary '+Fhu%Úˆ–¸¿œa‘¶×µ:\Êqª÷‡>;e6\Æ8h','',0,'?'),(_binary '¨\ä\áê”•Ts™\r%¨LJ\åM','wp-includes/blocks/spacer/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r\èzP©ª#ƒ®‘R°\r$-',_binary 'Þ!]L¥13q+€\é#u}N\Ã!\"oh\0ô\Õx~¤','',0,'?'),(_binary '¨\åŸöŽ‚•—‰&Å»Ÿ(','wp-admin/js/widgets/custom-html-widgets.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/custom-html-widgets.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öö—®\ß\ÄÃ§†\äm8¤,',_binary ' £[Q¶³k»‡ßŠA\nÍ¥Œ\Ä\Ï@N€Ž\rV¢]\Ñ	\Ñ','',0,'?'),(_binary '¨\ëýŸ\å\ï×˜1r$t^Š','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SymfonyMailerHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SymfonyMailerHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅM™\â\Ïôm\\aQ\ÅZ=û',_binary 'eL]>µ‡O@\Þl\Ø)Î©ÂµZò\×^\ã-‡®\î\é,\Ò','',0,'?'),(_binary '¨\ì`R°\ÖÍWgk\ß','wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C \\¿·§þC5R!ƒ\nö­[',_binary '\Âq\åÓ†E˜ ó!W.Q¨Ú²\ä\Å÷\ÚlŠªIQ-eÇ¾\Ç*','',0,'?'),(_binary '¨\ï#€@RkÛ¼Y›','wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»+„‘ü~„}eö\áhZ',_binary 'Ù’Ø„Tš´ ý\Ø\'Y!Q\ÖO3Dos\ê%¨ŒòY\ÑÍ˜¢','',0,'?'),(_binary '¨úß‡^x\É\ì’ÈŸ<\Ùv\×\í','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Date.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Date.php',0,_binary 'm.&\Æ\ÔW*\Çð³“Ó½\å\r',_binary 'm.&\Æ\ÔW*\Çð³“Ó½\å\r',_binary 'i­>ž3-\Ø\\¯þ¸‹6:t½M,ñA”®œ=Ù§\Ä','',0,'?'),(_binary '¨þ¨b\éö§€v˜‘™p\î','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/sale-price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/sale-price.php',0,_binary 'Å©m£M”\r¨.\Ä!±õ¦\Ð',_binary 'Å©m£M”\r¨.\Ä!±õ¦\Ð',_binary '=¤*:M¤\ÛV\î9D–¢Ÿº”dO\Êó{-žyª','',0,'?'),(_binary '©\ïú~+\Øq\êX¾\Û\"`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zZBWž¯m‘B\ÙË¯\Â\á',_binary '¸È„!®++\à¶ò\Ê8…½,vF¡\Ýú\â÷+–¹öž3	','',0,'?'),(_binary '©	\ËÀ+\àIy²\ë	¡h','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTagsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTagsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛY\n+ ‡\ÄWe>œrxº',_binary 'óY@\îV¶dÀ\ãa×ˆœ\rŸn§U»ÀŸtˆ†—\å\\¬\ã','',0,'?'),(_binary '©\n\Ü\Ñd×ªó5MS\ç‘üUP','wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bW:ü\é5.þð\Ûd³Gg¢',_binary 'üòM¦½2÷:Rê½†ž	þ§¶\\UW½G8˜Ø¼.h2oa°','',0,'?'),(_binary '©\r9`V«@z®U¢\Ñ','wp-content/plugins/wordpress-seo/css/dist/notifications-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/notifications-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\"ß£G,\éž\n2)}',_binary 'õõ\è\Ä8€\'\Ð(¼¼\æø}y\Â±N…¯\í\ë°ó6fh%p','',0,'?'),(_binary '©\åQ•MH¹\n©u','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fi.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fi.min.js',0,_binary ';.¦·~\È\Z;š\Ö½a\Úe',_binary ';.¦·~\È\Z;š\Ö½a\Úe',_binary '+»¿^£M|DB/`W¾b™u5ò\í—O‡!,;=(M\Ü','',0,'?'),(_binary '©”\ÎH(œ\í\å¥7ƒ\Û','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Cloudflare.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Cloudflare.php',0,_binary 'd¥©¦±\ÛG¥ƒ\×\Õ7s',_binary 'd¥©¦±\ÛG¥ƒ\×\Õ7s',_binary '\ç5r\\J£\î™%6\ä\Ï}~ý¯s¥“–]$¾2§Þ‹X','',0,'?'),(_binary '©·¯0\Úü\'Ÿ2‰\è\Éõ¥','wp-includes/js/dist/interactivity-router.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/interactivity-router.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷°µòr7ºç¼•‘\'\áŸ\×',_binary ',³A¸&¨˜B[^\Ì$Œ©\î‡NÎ•<ƒ¿V\Ïº`Û“r','',0,'?'),(_binary '©\è†©ü)1\á\æ\ì\Ý','wp-content/plugins/wordpress-seo/admin/class-admin-utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eƒuš\Öœ\â \×k\â\æ2',_binary '[´¹”þ–Ñ…’wý†ô\Z¨§„\ÊmF\é\å‚&lIHl9','',0,'?'),(_binary '©;’bcH\ÂýQ,\\°®N','wp-content/plugins/revslider/public/assets/svg/action/ic_theaters_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_theaters_24px.svg',0,_binary 'Á\ïH\È\r\â’2R™·Ú¤',_binary 'Á\ïH\È\r\â’2R™·Ú¤',_binary 'jõf‡‰0k\Èß¶zc ~\ÍÑŠ@rŸ^f0\à.¸ð','',0,'?'),(_binary '©:2\02k¢m\Ä\'û\Ùiñ³','wp-content/plugins/elementor/app/modules/site-editor/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/site-editor/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý½¥²œ\è&¤Ã¶tÛˆt„',_binary 'z\ÞI“\'úM$¸”Þ–œ®NfÌ¤r*«)$f×¸N˜Š','',0,'?'),(_binary '©!}\émÿ‚L™‰h»\ë\Ë','wp-content/plugins/one-click-demo-import/languages/one-click-demo-import.pot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/languages/one-click-demo-import.pot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4vjtL‰!j‰tM+;B—',_binary '¡\å\\\Ðo\Ïú“\ØR¬õYñ\Ù†¿ôx\Æð\àUp','',0,'?'),(_binary '©!ò8„‚hˆd>hŸ‡l','wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôˆ°\ÄO\ßÚ3‘6\r\"5Ÿ',_binary 'a\Äb@/¥xý„V\î&·2\ìb{\Çx_G­™\0K¯','',0,'?'),(_binary '©$KS>žó\çh1²”Or','wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/admin.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/admin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”õ\r\ê\ï&s\Æ\ë¶\ÕTX',_binary '©\ç\Ôv\Ç÷H$ðRó\è ³Ô‹_War\ìPË“.÷ô÷k','',0,'?'),(_binary '©%\Ý\â¥§¾	Xú“ˆN\Ø\Ê','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd­\Õ\0y&\ÛrQ‰[\Ìó',_binary 'h“ùZ\Ú\áW*d\Í!7Œmm–Ap¹\Ù\Î)ˆZZ\ÝoŠ\â','',0,'?'),(_binary '©/®¿´•\×\Ê3À?÷±\Ó1','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/conference.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/conference.svg',0,_binary '\ç.zG\r\ZS3	ESª}\Ã',_binary '\ç.zG\r\ZS3	ESª}\Ã',_binary '\Ô\ç&#PFL+\àŸ\Ò8(\Ó.ýAH}{5@w \åò¡:‘]','',0,'?'),(_binary '©0jYrô\Ú\Ö\rø[´{\0','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|±\0%q›ƒl‰ð•´',_binary '¼ƒL#—Z³ÿOº³<¿¦§\Ù\äù\Äe´\rG$\áð¶M','',0,'?'),(_binary '©3\ìˆ&\ßU½Ÿ[%«@˜/','wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/formselector.es5.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/formselector.es5.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G=À&4~KË¼+\É\Ð\Ñ	§\é',_binary 'Î²™óbP\Æ\á¶ùSŠFmwŒºÀ† ¢ö€\ÜB÷','',0,'?'),(_binary '©6«\Ë0ÿö)H2 §Ÿù±','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô˜z¾Ÿ@…uß”¦,Þ‰',_binary 'qsþ.1ƒ\Î;š~_(Fi,ˆrC†\Ò]©[‘÷+Ø‹Á','',0,'?'),(_binary '©<‰û\Õ“_¡¾ã¡³S\'','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/welcome.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/welcome.php',0,_binary 'y\Âð\í\ÕTi\Öþu Uô=',_binary 'y\Âð\í\ÕTi\Öþu Uô=',_binary '4Ê¬ º·+\Ös¨\'Ž‚±-\Ì\Ï\ÙJBš*¢J;C]u2','',0,'?'),(_binary '©?R0+TóUðvLQ\0¢','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊQ\Ýñ\ãesŠ\ì\rBv?\Ûÿ',_binary '™ø­½K[(Hô©®ü/…\ÄCNB\Þ`Ev\æDs­9','',0,'?'),(_binary '©D9\ç\å²\ì…+*Q\Ëwa','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pþ\âGSU‘/Ê«\îaG]',_binary 'óh\Æh\ÜP\àj\ÂRÓˆ\á}\Ð3À\Å6“;Lö{Ï€\Ü\Ñu \Ã','',0,'?'),(_binary '©H&úúGš¿nPSa\ÇH','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çVR_\çã™¾\è\ï	xxp',_binary 'pÒ’/FNœI\àMû\Â]\'¸ÞŸÀ­A6¼\×ÿ:E\Í','',0,'?'),(_binary '©QÙ³\ã¹4°\ïf|\n”’N','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '00ô\âb¾hz\"\Êå±†Ú™',_binary '‹P\ëUvóˆÿ\r‘•¿ôt£v³¾\Ú+¥k¤ö<Ü˜^','',0,'?'),(_binary '©U!]\îÉ²º^\ÓùºþW.\\','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+`}\Â9…{	„;¼°',_binary '·l\ç3\â>«)[¥0Ž[´Y+\ÐHrom\Ðí¨ƒT/','',0,'?'),(_binary '©Ys®‹øò-8Ü¸‰‰\Ó','wp-content/plugins/redux-framework/redux-core/inc/validation/str_replace/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/str_replace/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '©Z«\Zµ³.¼¢*BÙ¢','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterParentLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterParentLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨\î0„´Ö–Í§±»­õ‡',_binary '\Å\ì`¼d\Ð¢\ßkË³fbvv´ª­h§„ôõˆñÿ~¸\ÂBN','',0,'?'),(_binary '©Z-2Kšðn¹œ›«ø:','wp-content/plugins/elementor/includes/template-library/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_¿ýÄ–\ì#¨­\Õ‚',_binary 'š\ÙNË¨ö0#¥ñp ‘/Le\ÄÀ\ÛÆ²%\0\Ð$‰\é<','',0,'?'),(_binary '©`\Z‚EGö\'úh','wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/AuthTokenMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/AuthTokenMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š*X\ë¹òQ\\\Ïf¥j®™ö',_binary 'ð”\"¨\Ë\ÊOT‘8<³\Ïò«„˜°\Û.\ã·!žnJ\Ù\Å\'\Ì','',0,'?'),(_binary '©e\Æc\í\êk\ØO*¾\Ö]ú','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D}Î¤wS\Õoº!¤f”\íp',_binary '\Å\Ìl\ç[7;Y¢\ÇA“º*ž˜‘n«ªJo¼¹\ìö','',0,'?'),(_binary '©ffú«‚û¢¦1½¬‡f5','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Promotions.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Promotions.js',0,_binary '¡Ã¡‰U˜Ù®\\.Àq¤',_binary '¡Ã¡‰U˜Ù®\\.Àq¤',_binary '\\š4#\à\í8ü8köÿš\ç¶\äeôŒ5\á«\ê]2·*','',0,'?'),(_binary '©f„L4\"\ÄoS÷\ÍA¬','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž2J‘_Cú• \é³d\ë¥',_binary 'z -¦¥x/\Í÷;O”ñ\ë:ˆ‰ 329\Ç1„O\ÅË¡','',0,'?'),(_binary '©j\Z¡;\éµŸ\r\Þeþ³þ','wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†\Ä\Ô*|À|h	Žz¬)',_binary 'r$3õ±u\0&VyF¢\áµ{h…\n8\Zl(ö~UM|„ƒ•³','',0,'?'),(_binary '©nýj\ÄþÜ™hÁr.l¿\0','wp-content/plugins/wordpress-seo/js/dist/admin-modules.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/admin-modules.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E¬Æ“SdŠ!ú£H\\s	e',_binary 'ú&\ä>–\à#š·ž,öœ1»[á‚º\"1x‰fuS¡ Zk','',0,'?'),(_binary '©o\0\ï”:2W[B¼ò\Ä\á','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Product.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Product.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸€»ª9‚=“’w\Í-†\Ú',_binary '\Z„?@ýv_“\ÉF¶wÈž6¶¿µb)EWÔƒ_–ò¼÷','',0,'?'),(_binary '©s\Ó•Wg\ÑOTUjsB\Ú]','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\ænq*Š\îõ€ZF‰)2­',_binary '\áü&4\"\rQjX\ãmN\"\ã\É?P¾o”\Í\\°\Æõ?¹ùŒ','',0,'?'),(_binary '©t\Ñ#–Š³`¾,\Ã\Ðú','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-skin-legacy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-skin-legacy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—÷=F6\éôv„\ì±\èQ\'',_binary 'N:d\Î\ì¡!\\¨%¿m)\Î?¿\ê\Þÿ¬P|LÁõ/y=','',0,'?'),(_binary '©zhý\å\í\ï7B2P¤\×\Ãú','wp-content/themes/yith-wonder/assets/sass/woocommerce/single-product.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/single-product.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rHNH>Â™¹\ïƒ;T½',_binary '\Û\ZŠ\è‘\Ò\ìÍ±MJkTiúí¨…ÿk˜Zú[º\à','',0,'?'),(_binary '©~Î²3§B·‹\ÒKC\äm','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner3.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner3.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó\Ô\âÖ¸²X¯>¯¦‘Sjƒ',_binary 'Ê®j±k\Ù8‡µ³±HS=\ì\È%\Úv†T)Ál*\Ï','',0,'?'),(_binary '©Ò¼¿„˜¸÷‰§\ËP\å','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_YearField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_YearField.php',0,_binary '\ß4Dfó\ßp\îT¶…xð³’',_binary '\ß4Dfó\ßp\îT¶…xð³’',_binary 'û¯“\ÒN„@7)(’´6¡øö•\æ0&^—ý’´š','',0,'?'),(_binary '©Ž˜g¨\n\à\îŸ–\æ«w','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Test/TestCase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Test/TestCase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™¶fœE¥-!Â­\' ‰\ÌA',_binary '\'Z‡./ `GoK )t©F¥T\Z#WŠ»l­;¥3©Mô','',0,'?'),(_binary '©’Z›\Ð\Þ?÷Xc?%f]*j','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/FunctionNode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/FunctionNode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”j=ÛŸžDõ6O¿?\á%Xr',_binary '°º\ÎS\Ü]ôs\Ìs»\ãƒ»\Åu†pÇ†û\È9\áG9þ7','',0,'?'),(_binary '©•g„¬D7£\Ã\áLö4\Ä','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_download_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_download_24px.svg',0,_binary ',\Î\îþú¥|,Ÿ®Z\äœž',_binary ',\Î\îþú¥|,Ÿ®Z\äœž',_binary 'ôö/\nTj)&•ZðBQ$ý°¹@wn}&\ÈsH\rú¹','',0,'?'),(_binary '©–kSƒ”\îj\åŽV','wp-content/themes/houzez/js/houzez_property-17-Jan-2023.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/houzez_property-17-Jan-2023.js',0,_binary 's…VbUEJ\×\Ûþ6	¼€¸\Ò',_binary 's…VbUEJ\×\Ûþ6	¼€¸\Ò',_binary '\ï®!\Ø\\»\æ\ëdð¸A´ï´¥\\\æEr¶V[¡\í\Ò ˆÀõ','',0,'?'),(_binary '©–Í¶°€·¡<O\Í\î—','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade183.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade183.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-‡\ê]F\r\Õe\Ãg¿:',_binary '^^\\•°ùr\Þ5\ê›\Z\nªM~_nk5$)I\ëƒ•m®h','',0,'?'),(_binary '©š;²ø&\ã	‚4N|_l\ã','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php',0,_binary '%î‰¢Ž\ÓFY/\Ïi¯',_binary '%î‰¢Ž\ÓFY/\Ïi¯',_binary '%m¯?ú\ïŸþ‡FbXH\Å%-–,ü\r$\Ø\Ù[¿¯s','',0,'?'),(_binary '©Ÿ\á/\Ò¿/^\äD³','wp-content/themes/houzez/template-parts/dashboard/board/deals/deal-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/deals/deal-item.php',0,_binary '\Ëñ\Ô\Ë>\ÌU±mð×‹W\åF',_binary '\Ëñ\Ô\Ë>\ÌU±mð×‹W\åF',_binary 'Y\à\'”\ÚýQü±î©¦tˆš\'’Ä¿•l(@®8¾ô]‰€÷','',0,'?'),(_binary '© \Þú=¤û¶\í@Dò\Ú','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingFeature.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingFeature.php',0,_binary '·\è¹î¨-ýc„J±Ü«',_binary '·\è¹î¨-ýc„J±Ü«',_binary '}ì¨‚§[ªGÁNœ \éQ&ó\æ}\Ý\áôÀ\ä/\ã~ÊŸ\ëÁ','',0,'?'),(_binary '©¢=CÑ \Ô\æ*TXô¹´4','wp-admin/css/colors/_variables.scss','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/_variables.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u\"\Çt\×\Å=“m™:Åª',_binary '~d8{žœ¸Zuy\í4f¼Ž–ò^1\Zµ*KF­\'™\ï?','',0,'?'),(_binary '©£\'¢\Þ\íi•3 Šˆ–€','wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’wÕY.´q1\Ó…h\Æ\Ò',_binary '›œ½¡}VùurdA\Âw˜ÙŽz£\æD{\äõŽ\ÈL‚^','',0,'?'),(_binary '©§(­#õ\Î\Ú[\Õ\Ïõ‘','wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-edd.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-edd.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú\Ûfo\èYX­ý´E+§',_binary 'üdM=\ÉÊ õX3Sˆ\Øh_\çqk*¿7\ê ~]€\Ó>','',0,'?'),(_binary '©¨\Â\ß;ŸX!Šýû\0ôk.','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n Í£MÄ°97\Öy ;',_binary '–\ßUý\"qÏ›gi¿a\ÛY£[\Óû\Ç{\0\Ë\ßRh\Å','',0,'?'),(_binary '©¸7¿j8³·Lu6\à2\êVˆ','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M\ä]\Õ\Ã\ï‚s\È\'\Z‹m8',_binary '\r«4e¼O8\Î{i\Ö{ï¿ŽŽ«*lEJCY.\Ë\Õ','',0,'?'),(_binary '©¹èˆ®»¬\Ìqmÿ¡’\0h','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.th.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.th.min.js',0,_binary 'nÏ’\ìüe\Í|±º`£*©P\É',_binary 'nÏ’\ìüe\Í|±º`£*©P\É',_binary 'Â›U\r§\rqtü-Š÷\Ý\ë“\ï9²~/ÖšúW\çÁ¸1ù','',0,'?'),(_binary '©º&½	Jkoø¾¼ò','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä3\é›n.õónPh=²',_binary 'ûs; 2\Ãi/[ö?\ëÁ\ÎÚª;¯‘ï»°\Õ\ÛÅ‘…\Ã`\Æ','',0,'?'),(_binary '©ÁµW\äž\â´\0þ\ÝYr','wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`–¶³M\ÍõYo/\ç(f\r',_binary '™\çamb“\Ø?ž´\ëÿ¦\Íy4|6\ìB·†ž\âü`søL','',0,'?'),(_binary '©\ÄZ•ºô·i‘½¶¹G;\ÅX','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\Ã¥.\àŠ,eÉ¾=\ãQ/',_binary 'ú–¢Êž)”-\É÷¥ `¾<yÁÇœ\é\Õß¼\Ç\n£G\Þ\å','',0,'?'),(_binary '©È…°\ìŒ	T\Z\0øxOl{','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ0¯\ÓÁC+ø€;U\ÆH\æ',_binary 'øœMó—5EŒ¡&/Ò›Np`}¶\'‹·¾Ž`]Ü½','',0,'?'),(_binary '©È…» j?¤rI«€ž\Õ','wp-content/plugins/revslider/public/js/defaults.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/defaults.js',0,_binary '²\É^£ƒO7Mþ”*N¢?´',_binary '²\É^£ƒO7Mþ”*N¢?´',_binary '¼€sJ(`\Ì\ã4Ld«]¢$\ÝÀWß½mMºh»ºÁ','',0,'?'),(_binary '©È‘-³\Ìaƒ\ÚFU^ùd','wp-content/plugins/elementor/core/base/db-upgrades-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/db-upgrades-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=G\ÝÀ„Vµ¬JD\ì\ß\å@¸\È',_binary '\nn§1[©™\Òò\ËÍ¸¢\ÍR¤5†\ÙóL®\í\rG\0Z4}P','',0,'?'),(_binary '©\È\È\äH$‘`\rDGõ|BY\ß','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò‚·ðEV\ËI¢¨\Â%wF\Õ',_binary 'BTX\ÒT\Þþh96ƒ\n¿r\Îm\Ù*>6JM_Lr·','',0,'?'),(_binary '©\ÊÚ·t\ìg—Z·gEò','wp-includes/class-wp-http-response.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-response.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%*Tÿ/½l\Ù\ä,\ÏIð\0$',_binary '„Ò¢\Ç\á„\Ü.¯§g·L\á\âkJ#½¯—/ZF]¡•m','',0,'?'),(_binary '©\Î\Õ2\'8=\á”Œ	\Æö\á','wp-content/plugins/revslider/public/assets/svg/editor/ic_vertical_align_top_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_vertical_align_top_24px.svg',0,_binary '\Ú||½‚Ppþq\ÙY\îd!ó',_binary '\Ú||½‚Ppþq\ÙY\îd!ó',_binary 'Žr\æ/}‡w#\n$u)c‰ó‹¸1aÆ’ªøŽ\ê\èr—\Ö\Ì\×','',0,'?'),(_binary '©\Ð9f7l\ïûR—±>ÿ\íP','wp-includes/blocks/comments/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†\Z~\ÙJKü9Hv\â\'^û',_binary '\Ê\ç{U‡iÍ·f€\È$Â¯37Q¼\éó¥k\ã;]\ëO—','',0,'?'),(_binary '©\ÖjTýctò Q‘\Ì#','wp-includes/blocks/navigation/view.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/view.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÓT·Y\É\É=‹®s¡',_binary 'út\ç\à*(Ì¡¸…\å‘\í>U\ì\É\ÑÀ\íRM¢/e','',0,'?'),(_binary '©×– ¹\Õ7\æQ°—re\æl\Õ','wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â\æ$Z\È\Zû\ã«Nõ³Y·',_binary '\\!\î%€¬\à”°¡^¼\ì\Ø“€\îG|ó\0¬öK¹/#\ï','',0,'?'),(_binary '©\×Ç\rÅ¸7¥ £fB\ä~','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-idea.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-idea.svg',0,_binary '\ÔÉŽ#• -X”­œ°\Ð\È\Þ2',_binary '\ÔÉŽ#• -X”­œ°\Ð\È\Þ2',_binary '>÷ó¨™%\æ\ì\ÍÝ§\"\"¢¼ú‰nXj¿Qò\È:8ò','',0,'?'),(_binary '©\Ú,CF\ìG+\é\êqeœ{','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_tr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_tr.js',0,_binary 'X4Kí³£±†Tã…³\á',_binary 'X4Kí³£±†Tã…³\á',_binary '\Ð´\ã?Qp\è×¬\É\Ò¾<¸i\Þ\Z÷¨W+YFD\Øl*','',0,'?'),(_binary '©\Ü \Í\çIt13&','wp-admin/js/nav-menu.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/nav-menu.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\\UJ\á\Õ\ÌŸh\âÔ¶[',_binary '¨*\×PS\rM.\á\æt¢\r‹\àþõv©På‹Žñ','',0,'?'),(_binary '©\Þ\ê€+\ÂH:­RÈŠ\ÚKM','wp-content/plugins/updraftplus/images/updraft_freev.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraft_freev.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~I+b$\0~…[A~{®+',_binary 'gT\Ù\Æþ8’¼FÔ´IS‡£\â}\ì·?\0[\ìAŸû','',0,'?'),(_binary '©ß¦\Õz\"HH{\ÞP%¨¥','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_0_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_0_bar_24px.svg',0,_binary 'ß¨TM-Ht!‡ Sðl4',_binary 'ß¨TM-Ht!‡ Sðl4',_binary 'Mv%wõ\Ö4\ÅuFxAŒ†²[#¢’>¡ôx‰€\Ï$','',0,'?'),(_binary '©\àxDm6Ø¾\Û\ÓA\é€\ë','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/magnet-money.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/magnet-money.svg',0,_binary '»þ\Û\ì©ÞŒ„\ïmý%Mž',_binary '»þ\Û\ì©ÞŒ„\ïmý%Mž',_binary 'û\Ê$´YIsÒ•,\í1ó/\"’ó\Ü\ã*=\Ñ6€!\ßC','',0,'?'),(_binary '©\àD¶\Ã\àù9…sˆv\Ñx','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/RecurrenceDuration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/RecurrenceDuration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ï“ß‹³\r\Ù%¯\Ô\ÄeO#',_binary '\rO h¶ˆo÷(tð2ß¡¾‘ö\ÖmÍ°©e[j—‚,˜','',0,'?'),(_binary '©\éÊˆ\ßw{\è›c{\"ƒ§@','wp-content/plugins/updraftplus/languages/updraftplus-te.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-te.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W\É\í{\Ú£\Æ\ÕòjOo',_binary '“«Iöd.\ågK(„\ïØ£&f~÷\n»~\æÀ­','',0,'?'),(_binary '©øv©\à±\æ:JV/fØ…ð','wp-content/plugins/revslider/public/css/fonts/revicons/css/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/revicons/css/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '©ùrzù=5<AS5.Vt{R','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/jqueryui/jquery-ui-timepicker-addon.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/jqueryui/jquery-ui-timepicker-addon.min.js',0,_binary ' Xá¢¥²`Iû‘\ÒT›',_binary ' Xá¢¥²`Iû‘\ÒT›',_binary 'º$@Èƒ[\ÑóYh…ˆ”\Û\Z\Z…š“+¾jÖˆ\0õ','',0,'?'),(_binary 'ªk?Ó‡A°¶”ü´T','wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•úY4û\é\çoó©•O,Gh',_binary 'Tž\à\êÜ˜þ: óª¯ed!ˆ÷0\Õ=\Í6‚\æœ#1Ff','',0,'?'),(_binary 'ª\ro\åW0§\ïIˆô7‹ý¼','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/866.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/866.js',0,_binary '	ü\ÞQF8¤2hz½­Ÿz',_binary '	ü\ÞQF8¤2hz½­Ÿz',_binary ')>;B@\r$öKdf\Ê\Â‡c´\ábkú\rº(^\Ø=z¡','',0,'?'),(_binary 'ª¹\ÏG™lö\Ü\ÊÝ _\Ö','wp-includes/js/dist/date.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/date.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':k3I;\ãª8¯@„‰',_binary 'z\Ã}¿B\ë„U’(\ÕNí¨­\Óž\ì“\è+g\Â\ÛõQ¦¢/','',0,'?'),(_binary 'ª>\ÊÆ¦F\Ç1\éY\â','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S`\ÆW\Ý\äC©”J¹9¯°2',_binary 'Qô\îv<¤ƒ\Ï\Z\Î\0\Ülö,aõ¦°v\Ã\Âù<\â,\0\ßŒ›','',0,'?'),(_binary 'ª\Â3y\Ç\áq#ø˜ZPw,	','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/SeekException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/SeekException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\Ú%X\Ã6!¹£Šm\È\â\Ñ4',_binary 'wE\ÄBGk]U €d\"8¶¬Wž=²\ì\Î\ÃV5}k€†l','',0,'?'),(_binary 'ªJ-ç‹º\Ô\\\"ý×¥&ð','wp-includes/sodium_compat/src/Core/Util.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Util.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&RÐ„s\íø\âuT-&3B§',_binary '\çDô¾\Çy)?€\Ü3´>\'9\'qu|D7–+\à³C','',0,'?'),(_binary 'ª#=û¿gA-j‡<k\\‹ý','wp-content/plugins/updraftplus/images/icons/openstack.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/openstack.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\ÆDnóR£¼$	H`ò\Þ',_binary '¿·ö\ÖŸt6\í\Ô\ã„ü~\0\Å2²\Ê\Þ*„By\Ð=ž}','',0,'?'),(_binary 'ª#Ä²¯\åÎ¬/ôš†„\ß','wp-content/plugins/updraftplus/methods/addon-base-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/addon-base-v2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á]_`÷¤µ#@À·—R',_binary 'ªø›\Ói\è\å=\î\ã/ò\ê!\æ3\ÖÄµ}ÛšH\ã™#[\Ï³ÿ','',0,'?'),(_binary 'ª.¹¿ü\Çkw\n(W\Î','wp-content/themes/houzez/framework/stripe-php/lib/Util/CaseInsensitiveArray.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/CaseInsensitiveArray.php',0,_binary 'ifVÂ´¢Ÿ9]\Zv¬(Hy',_binary 'ifVÂ´¢Ÿ9]\Zv¬(Hy',_binary 'ŸŽ\0Aj>\Ók\ÝÒ°}@;|b¡É¤w¤TZ\Z\Æñÿ\Ö\åM','',0,'?'),(_binary 'ª.Bo¤½eKS\ÐKÂ½\ØúO','wp-content/plugins/wpforms-lite/assets/images/zoom.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/zoom.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4jùø\Ýõ\êûóQ¸–',_binary '€K$3¢	\ÇQ¦q½LKZ’Ý\\¾‡\ßG\Î\ÈAmo@¹\0','',0,'?'),(_binary 'ª.H7-|]l#‰µd\áH','wp-content/plugins/wpforms-lite/assets/images/step-1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/step-1.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨Xžs\×y\Ï5/yœ',_binary '\rï…©a\Îô*K,þHù}a£ªjö]Om.…D¶­þ','',0,'?'),(_binary 'ª0¤Tû7û¤Fšr{	','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/585.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/585.js',0,_binary '\ß\Æ\Í@f\Ü8ú5\Ö\'\å3\Ð',_binary '\ß\Æ\Í@f\Ü8ú5\Ö\'\å3\Ð',_binary 'öJc.y3þ{ eF*+ö%ža\É\r&N¿»\á\Âñ\ìuQ','',0,'?'),(_binary 'ª1\è=«\æ“	•NRø¨‘T','wp-content/plugins/updraftplus/includes/class-http-error-descriptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-http-error-descriptions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[LCûth\á.þ?¾ôE³<',_binary 'Š{@R/#Cc?»q\Ý\ÙÀ#b\Ï\ÊÒ£Vý\ï>\Ø	Á°±\Ê','',0,'?'),(_binary 'ª67cõ\\[Àm\n9g=\ì','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/OAuthService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/OAuthService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ýó6ˆ•ö%Sž\ç-‡–—3',_binary 'ÆŒqT.÷Œ	Ü þv7º]·z¤.\\i‘.ž	\à‹­“','',0,'?'),(_binary 'ª;?2\è\áˆSý\ã§\0ûšp','wp-admin/customize.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/customize.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9½•d\Ósºƒ¨Ú†E#:',_binary 'Orr¬m“D\àô±\\QÑ—û\Ã+=Mš\âyó³“#í¼€','',0,'?'),(_binary 'ª<\'vO%I=Ê˜=\0•','wp-content/themes/houzez/template-parts/listing/item-none.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-none.php',0,_binary '™\âdz\Ë\è\Ç\Ñ^\\ù\0@:G¯',_binary '™\âdz\Ë\è\Ç\Ñ^\\ù\0@:G¯',_binary '\áKù½\Ó\Âø®\ÜÀ¼(V—¶<g\Ì`¯xJUý¶*','',0,'?'),(_binary 'ª<•6Ë¤h¢œlb…>R_˜','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a|	XÅ¤D5Su[\Õ~…',_binary '\Í9ò\ÅzwL¼\Ö5¿{\Û!ó?\éºƒšY!	\ïf\Ë','',0,'?'),(_binary 'ªG\çaò‘™±m,\ÄÜ¿','wp-content/plugins/wp-rocket/inc/Engine/Common/Clock/ClockInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Clock/ClockInterface.php',0,_binary 'VØ¿\Ø8o\Ë\ÌýHÿ+b\è',_binary 'VØ¿\Ø8o\Ë\ÌýHÿ+b\è',_binary '¦Ç‰\Ó.x‡·A\Ü\ÛòÑ2\ïD^ºŠ•§ü«9¯´R\Ò','',0,'?'),(_binary 'ªI\ît\ÇGH\ë\ÄV\Çe¢','wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_off_24px.svg',0,_binary '£y\ë\êO¾\ä™i.•u.>',_binary '£y\ë\êO¾\ä™i.•u.>',_binary '‚$Z¢\Ôp•yf½ÿŸN­š³OGˆ\ÒN¿‹@ñc\Ý','',0,'?'),(_binary 'ªLT…\ÜÏ©5„‡#ýco','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Èe,V\'˜k†;\Z!ô;Š',_binary '4À)J-’Zˆ\Ì\ê€XýñGúµ}\Ûv\í\Ã4˜2','',0,'?'),(_binary 'ªR}Pý\î‚\r\ë\Ãq™X‚¢','wp-content/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php',0,_binary '‚C“\èwbÀvô	e™…­',_binary '‚C“\èwbÀvô	e™…­',_binary '~„)\Ã\á\Æ|¼­z!ˆñ\á‘;\Ï\Z<“dTe<','',0,'?'),(_binary 'ªR\Üxf\×GD\ÄgÁ›•V','wp-content/plugins/updraftplus/languages/updraftplus-vi.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-vi.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Üe‚%‹kõ\î#\ÉZU\í\Äo',_binary '¯}Ä±¾VYb\Üß©þ\éQ uU\"\ÌQ\Ô;—La\âR\åž','',0,'?'),(_binary 'ªTw\Ã\êÍ”\n4Ã“\×0†','wp-content/plugins/revslider/public/revslider-front.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/revslider-front.class.php',0,_binary 'EÛ¶¦\ç\ã\ê,\Ït˜Y\âÜ—',_binary 'EÛ¶¦\ç\ã\ê,\Ït˜Y\âÜ—',_binary 'Z2L…“.†\çŸ\ç Cº}†Eõÿ-\Êh‚\Õ+ø','',0,'?'),(_binary 'ªX\à\á@Á\Ô%½1C„Ái','wp-content/plugins/wordfence/images/lightbox-controls.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/lightbox-controls.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm]¼a’¬•\\$\É',_binary 'Ç—’h?\à\ï\ïS\é\î\Í)¸:›Á\Öi@h. X\×g”†','',0,'?'),(_binary 'ª]I°þZiw;©²·\î8ý','wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Settings.php',0,_binary '[\ì\ÒKr£\ãL|/m\Ô\Ð',_binary '[\ì\ÒKr£\ãL|/m\Ô\Ð',_binary '\ËB³†« –\n Žq\ã\â^\Zj_[DÁ±C\æ9Jm*\ç','',0,'?'),(_binary 'ª]\Ú.\Ç1\rPXL©','wp-admin/includes/update.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/update.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h6†£n©\×p™',_binary '«?Ù™B}\çF¸\ÛY»ñ\ì\ç#a\ÞAHQ&ºŠ †öRtV\à','',0,'?'),(_binary 'ª^eÁÄ§Šž~&=¤¨+B','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunReportRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunReportRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q‹\ÄÌ¢a·F+ªH.E›',_binary 'Ÿ€\áA\ï\ÈR´Œ\Ì5d‹Pm\ÎK\'n^ž|y…¸%\Õa$u','',0,'?'),(_binary 'ª_´+„\à \âª2x¥\Zõ.','wp-content/plugins/revslider/public/assets/svg/device/ic_network_cell_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_network_cell_24px.svg',0,_binary '8;5zÁü	¢NŒ#7\'+\0',_binary '8;5zÁü	¢NŒ#7\'+\0',_binary '\âú\ÂK9~\ÄB&öœ\ÃXXvd®®}qrù[','',0,'?'),(_binary 'ª`F„–\Ö ¾\Ô~9\èr&J»','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_30_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_30_24px.svg',0,_binary '\âõ\Â\Ù~661ÁDŸ\Ñ\Ð',_binary '\âõ\Â\Ù~661ÁDŸ\Ñ\Ð',_binary '£á–€v8QÿaÂ‡\Û(—‰\å\â\â\è•w‚ªI+\ç|','',0,'?'),(_binary 'ªf(¼9\ì\Ò6›yaN|2','wp-content/plugins/wordfence/waf/pomo/translations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/pomo/translations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠúÄ\\cŽ±´»\Ëg–Ž\Ù',_binary ' ™\ÚÏžO\Ê)3JF\ßN,þŠ\ëx£r¡B\0»\'','',0,'?'),(_binary 'ªi,À#(djb*b\'—','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Experiment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Experiment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï\ZŸƒp¶[\Ç{\noŒ”',_binary '~:unùƒÉ¡~‡	t1S“\ÑX)¡’Ø–vqjd‘','',0,'?'),(_binary 'ªliDR¨F_Þòú\"A\0','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ka.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ka.min.js',0,_binary '7£\æ\å+öm%\ÏNž‰÷ô\èq',_binary '7£\æ\å+öm%\ÏNž‰÷ô\èq',_binary '\â\ìºü)¿¨\rÀ,\ÌiW‡²„™×—~iµø\Ò[yt±','',0,'?'),(_binary 'ªm•	UG„µ±\Ï\×\ruN0','wp-content/themes/houzez/template/user_dashboard_membership.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_membership.php',0,_binary '_h\Ä[´\Ñ9g\Ú',_binary '_h\Ä[´\Ñ9g\Ú',_binary 'z’K\Ìy\Ã\r6\ÇZt0\Ú\Ú\âs+\Å>L\ã¤\ïž\Ú\Ä\0@','',0,'?'),(_binary 'ªn$\á5r\æ’F9(ðµQ\ØM','wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js.map',0,_binary 'b÷¥Ag©Š ðC\Â_',_binary 'b÷¥Ag©Š ðC\Â_',_binary 'Z9\äú§\ÖqŽ³+,ªc…=@\×\ë°\Û\Z¸1ªk‰\0?‹5','',0,'?'),(_binary 'ªn/=!øŸ`\nôö\á{`\Õ','wp-content/themes/houzez/taxonomy-property_type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_type.php',0,_binary 'œ~«A\ê\Ëj¾fH+',_binary 'œ~«A\ê\Ëj¾fH+',_binary '\êW‹\ä¶A)reAÁžƒ\åh\nÁD˜hG§/nAVe¾','',0,'?'),(_binary 'ªp[ŸB+P I\ÕJ	´','wp-content/plugins/houzez-studio/houzez-studio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/houzez-studio.php',0,_binary 'xô¼À¬¦>ni\"ž~³Ž',_binary 'xô¼À¬¦>ni\"ž~³Ž',_binary '‚r´™ô­ù¶¥/H(`©0ÿl0T6!bJ‡%7×‰•;s','',0,'?'),(_binary 'ªrYýÿ\0­S²—\Ä(z|«','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g8EQmvðOuòTO',_binary '5‹9¹\ÒTš\êQ>|£šºÀ€_†ŒB¢dÃ¤\é','',0,'?'),(_binary 'ªs8\æ\'\í\ÆÉ€\á\Z%Cx','wp-includes/blocks/archives/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yir7\Í÷‚\éÕ´V¿d\Ùú',_binary '\ÕO\Þ\ä§WF4Y“Ò·™è«‹%\Z\ä#\ÓC\çð!E\Õn\ÝO}','',0,'?'),(_binary 'ªu$Š{\Â\ã\ÛÜ¨“§v\å','wp-includes/blocks/latest-comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\Z1\r	ÄÆ„¢_Û²L=',_binary 'ó‹´yD_\×a\ì¹\Ó~3|\Ô+©µ¢ùZ\Ø\Ñ\Â`\îSª','',0,'?'),(_binary 'ª~K•É·wwfÀC\ì','wp-admin/js/widgets/media-gallery-widget.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-gallery-widget.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{üc/ú‚©‰I\Õ\Âõ\ê<›',_binary 'y\Æ\\\ÜR£T\ÞÜ öU‹tmY\Ç(†ã»±Ì¿','',0,'?'),(_binary 'ª£%E\rZ§˜$y','wp-content/themes/sinatra/woocommerce/cart/header-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’cg\ÕR\é\Úo< ½!Ì’\Ø',_binary 'ü”\Í\å\0\rµƒA“­@°\Õq%}*\Õ\éo“c‘ƒõ·','',0,'?'),(_binary 'ª†t¡\Ùi“\áòŽ³%š','wp-content/plugins/redux-framework/redux-core/assets/img/ajax.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/ajax.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èuù‹x´dp©­\"[Ÿ\Òo',_binary 'zuX\Ñô:õ¹k6û¼¢Àªø\è?Ú¥l\ä.T–=8Åš	','',0,'?'),(_binary 'ªˆx±wf2\Ê|„\É\Ê_òo','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/User.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/User.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\èŠ°¡\Õc/\Z`\'\ÇHh',_binary 'UyG\ÊPŸ`\r\Þv]?©r9\ÅhG,`m£\Ïô¼','',0,'?'),(_binary 'ªŠ¤¬Lº?—\ìChB½x¡Q','wp-content/themes/houzez/template-parts/listing/partials/land-area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/land-area.php',0,_binary 'O\í)`#*´ú„¹¤µU',_binary 'O\í)`#*´ú„¹¤µU',_binary '1>ôOúù(^œ2?´À\ÞQ«\ãÃ¦fÑ·\Ñ\ë¹Ø‚1w','',0,'?'),(_binary 'ª™\rŸžµ[¯\ã\0\êEuJ','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=Í±\ïÈª\\$\\•\Z1…',_binary 'OŒªu\Ü8¹9ú•‡.\ë8W²y\"c\ïÀ¨','',0,'?'),(_binary 'ªž4‘y‡3%k³ ‘³˜\Ñ','wp-admin/js/widgets/media-image-widget.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-image-widget.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž\È;k“#?”\çcQ7\ß(e',_binary 'òo\ÝŸ{\Ì\rrŠh5\Ü\ÅF°w¯w\Ï	LeðFz\Ó]\è','',0,'?'),(_binary 'ª£õñ\Ï3hyòky\Ì','wp-content/themes/houzez/template-parts/banners/revolution-slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/revolution-slider.php',0,_binary 'Z·(‘O¹T¾ph2m\Õj',_binary 'Z·(‘O¹T¾ph2m\Õj',_binary 'LAJ\r¸_Nú\nB\ÌB;\rjÀ\Ö\ÏE\â-He3Z','',0,'?'),(_binary 'ª©¥³÷¾öšlô.W½³','wp-content/plugins/elementor/modules/shapes/widgets/text-path.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/shapes/widgets/text-path.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H‘”h\Ûú‹‹¶j\ã\Ù`',_binary 'q¾Fƒˆ`ˆ\Ôr\Ã\"KÓ\Ðvˆ\ry\Õ`¦^Wµ\n²¬w','',0,'?'),(_binary 'ªª½s \×Â›H\Ì+GZr2™','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥†,9‚\à\îðŸš\ÙÁG¸',_binary 'h–ø†€‚Í¼›˜ð\Ù\ÐÆ¾ek¿ Y€÷\Ý\Zfð²m','',0,'?'),(_binary 'ªªõ\Ù†˜|† ²½','wp-includes/js/masonry.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/masonry.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';?\È&\å\ÅTŽJeœxH',_binary '$¬!\É|=#f…c\êjcùÁ\Ç:¥ªT¹Q0b\æ¸,Ê‰‘','',0,'?'),(_binary 'ª­uw¢\á\ÝöÂ¶±7­\È\r','wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ëƒ´}\ãµS\Òj2Mi×',_binary '–’/\Ý~~\ÆY¿‹~w\Äq³aÐ¶IYý\nø%2m™}C}w','',0,'?'),(_binary 'ª½‘.\"Q\Õ\Äa\Ò6üñT','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´úÈŽô\ÑeWS\Üô<¢',_binary 'H\ÔÀ®¶\Z\Ñð\Ö\ètúaÀ!IcU»||i\Ù\'','',0,'?'),(_binary 'ª½ñ–©9\î£÷\ì\Öw\Ü','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E!fD\á\ä]r’\ÑK »Ôš',_binary 'õ\ì0\ÎpX¤\Û7¸A\Z\âlÇš¦y2\á\r–ò\Ï\Óf¤Y\Ä+','',0,'?'),(_binary 'ª¾mz \ØÐ±/÷\æY×¬p','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart12.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart12.svg',0,_binary 'a°°\Äùiý7‘\ÓÀò(ù',_binary 'a°°\Äùiý7‘\ÓÀò(ù',_binary 'Ø¦\\Óœ3\Æh±£• c.À\Ê\ÉALh|r)ûœ\ç\Ò','',0,'?'),(_binary 'ª¿DH›K\ì\Ò)ˆ_±Ÿ«s','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Payments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Payments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥&´??H ‰\'ý†(a',_binary '3\Ê2Z\"!K³<g[©½.ù\âQ%ˆ\Í\Å\ÎÀ\ßHœ\Z','',0,'?'),(_binary 'ª¿Î˜\Ä•r(„Å\ã\Ä ','wp-admin/js/auth-app.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/auth-app.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#ý\Ð\ÙLP\Ð\Ê\âS[fô',_binary 'F@H…ü8\åÝ‡ý\ç7an¢ÿƒ#{\â¡\Ó\ÛŠ§jü','',0,'?'),(_binary 'ª\ÅrÓ§Ø´\Ð2*t-#€[)','wp-content/plugins/elementor/core/logger/items/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/items/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð³\îü½\Æ M»óJù\ê\Ú',_binary '‹\Ê\È\ÑrüÞ±\Õþ\É(|c¡€Ë–\ÙòJ“L^%˜z–\å[\ß','',0,'?'),(_binary 'ª\Ë\Ùv{C«Àº\ÎÒ§€Ž4I','wp-content/plugins/wordfence/lib/wfViewResult.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfViewResult.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z•¯¿ñ\"J3Z\Í\Õw',_binary '\Êm\Ô¶e\å=žH‰ŽoDº©¿OT\Ý\0\ìv±\è¯\í','',0,'?'),(_binary 'ª\Ï\Õ\0ë€„	;t‘/¥‘-','wp-includes/blocks/file/view.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/view.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶W\ß4øj‘ñü\ÙZ6',_binary 'rj—†\ä4eV“)@‡”ŽN\n”¬º\Í\Ñ\Ú\ë˜F\ÒÅŸ5\n','',0,'?'),(_binary 'ª\Ï\'‘(T\"~m U\èc\Þ','wp-content/plugins/elementor/assets/svg-paths/oval.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/svg-paths/oval.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ï¥\Îgó\ßÖ®›±ˆõüCz',_binary '\â\'\â\Ä\Ñ[t^•\ãU\èŸ[\nžö-^FZ6x§À©a;L','',0,'?'),(_binary 'ªÏšD½xÔ™Ÿ\ÉBL','wp-content/plugins/bluehost-wordpress-plugin/inc/Data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/Data.php',0,_binary '×”õ±	^\rš\ìWFö\ß\Ù',_binary '×”õ±	^\rš\ìWFö\ß\Ù',_binary 'ZôDô\Ý9 \Úý/„\æ\Û,þ æ²™0hK\Þ\Ù!\Ïñ¨','',0,'?'),(_binary 'ª\Õ[1ˆöýÛ’[¥TÙ¶','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\Íü\Ã ó\Í\"¤l\ãi”R',_binary '_\ÊÄ°÷µRœx”Êµh&¯	®ñ\ÊE\ÔZ™ph','',0,'?'),(_binary 'ª\Õ\Ñ™Ž¦žGIû©¸a•','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Subscriber.php',0,_binary '+?\×N‚»šP‰\r;X7œ',_binary '+?\×N‚»šP‰\r;X7œ',_binary 'MŠ\èEWMÃ±‘\ÖDA\îA\0\ÌD\Â\í‹\î*Y†ºb\äapœ’','',0,'?'),(_binary 'ª\Ù|‘ARµ˜R\Ñc\0tD½I','wp-content/plugins/wpforms-lite/assets/js/admin/education/core.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/core.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ØX•!§\'\Ìf \ß	¾N',_binary 'J+’¹\ÑFT\æ¥\ã5û1-A~!tRˆ}<®¿Ò”\Äõ\â','',0,'?'),(_binary 'ª\Úpº$^†ôµdZ','wp-admin/network/plugin-install.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/plugin-install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡%(F±²v\0ƒ~»\ëF',_binary 'Ú™s-s™\å\Ç~²uYeö¦’À’\ÄT‹\ÃûF¶4¿!\á *','',0,'?'),(_binary 'ª\á\\§ð”•/nÕ´?-','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php',0,_binary 'þ\ÅÔ¢KH¾\Z_Ú¡\î„p',_binary 'þ\ÅÔ¢KH¾\Z_Ú¡\î„p',_binary 'Û„bHLŠU\ÇCH[|\Ü\\¹†\Èd\ìz¹«ñ\Äòf\n?5','',0,'?'),(_binary 'ª\æ[Kº\î\æbŽ\Ä\Ú28·','wp-includes/pomo/po.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/pomo/po.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4ø@9yó\Ã\Û\à‡\î‡G8\ï',_binary '\Ë:Ú‰µ\æL¿­Úƒý\Îa\æŠ\Ø\ïO¦w–=¶{KùG','',0,'?'),(_binary 'ª\ç©\îYgB\Ü7S\\¨\Ëd~','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesSearchAds360Links.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesSearchAds360Links.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w¤\Ï_\ã‡9‡\ï(‰<k„',_binary 'Ô\Ì\ÔGˆ¡\àô0v“``3°ö.º(\rr\Î\ÕKK\Î ','',0,'?'),(_binary 'ª\ë\æ4	!Ò°’—sM`%b—','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qM\Ñ=‹‰a|ú˜/ýô0£',_binary 'F;¼A5¾¼\Ô/\Öüü¡\Í\æ\Ä- \Ñg5…3Œ\Ò#*ð\ê','',0,'?'),(_binary 'ª\í4ih=\Äg½‡\Ç\è÷¨7õ','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o“Š\\\êY\0µsú*Ù£ˆô',_binary 'W\Ô5‰:ý¨M|SK³\"£)õ“$†³„“\ÛÙ´-£\ÅY','',0,'?'),(_binary '«_ü7MÚ¯\\\"¤þv\Ü','wp-content/plugins/elementor/assets/js/ai-admin.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-admin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}öjeT½R´SŽ\ï«\îG',_binary 'µ\0“xyø	ò™h4q€\Ä\ÃV=¾¨i¬T™§B&\é\Ë9‘','',0,'?'),(_binary '«\n´†\Ê1\æ¡#·/uš\\Ÿ','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-CA.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-CA.min.js',0,_binary 'L\á†9\Ù\×fº;Y¥Fùò]',_binary 'L\á†9\Ù\×fº;Y¥Fùò]',_binary 'N\É\Ûc_i\Äûøa¼bÓ·8vÇ›¾\ÎI1\ê\à{—.JY\Ò\Û','',0,'?'),(_binary '«’\Úñ\æJH‡l\"G¤Lù','wp-includes/css/dist/block-library/reset-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/reset-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$X\âyR\ëI¸\ßS§\Å¢',_binary '\Ñ¥\Ú2ƒbm qVÉ»,5¨\Î\n\Ð€e÷3rÃ','',0,'?'),(_binary '«8\Z´ò“D\Ô^[\ÓB','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2/select2.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2/select2.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@Z4þ§L+y\Ý\ä;Ÿ',_binary 'jS7f]\ä\ÊöbºµVßºK{‰òS¸t/s\Ügÿ›µš','',0,'?'),(_binary '«\Ð\èX’°\ØJ üp','wp-content/plugins/wordfence/lib/wfBrowscapCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TÁ\ë\ÏQ\×x‡j‚',_binary '\Ðƒ®ž\ë1Y„„õTšŠÐˆ\Õqó¤W6Ý‹™\Õh	','',0,'?'),(_binary '«9”[ŠE:Ñ¶q	²A','wp-includes/blocks/calendar/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/calendar/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X\Z\î\Ä\"P\Ù\î‘{\ÂÀÑž\"-',_binary '`£G›n¾$úiµðC¸õº2{7” $\Þl\ÞIx›W','',0,'?'),(_binary '«#¥\n\Ò\Ï\ÔÉ°À\é®Ð‚¥','wp-includes/blocks/query-title/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-title/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']\ÜlüÂ¥Ë€\ä\Í\Ü\í3',_binary 'd\"Q\äÙ¥[\ÉRf?Ð°-[1“õ±•#x¾r,md\r_','',0,'?'),(_binary '«)ôò šIB‡\Ív\Ï/\××‚','wp-content/plugins/elementor/core/files/file-types/zip.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/file-types/zip.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2m„lO\"\ÑgƒPñqÌ±',_binary 'ò–n—\n\â¸{¯óñ\æ—ê¿Ÿ\Ó\Ñ\Û¤³\0\ÄqÑƒù–','',0,'?'),(_binary '«*Žz…8n±\ÓÀ¾»Z\ÎS','wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ\ç¤$öZXÉ¤\è\ì+{Z\Ù',_binary ')¢+J\äÛ…Œä©ƒjOw#S\á–bKÔÔ¿_\ß','',0,'?'),(_binary '«+úulË³¬\ÖÐ”¦ó\r\Í','wp-content/plugins/elementor/assets/js/2f08057553c95b827d30.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/2f08057553c95b827d30.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZŸ;[vFp\Õ5N\Åm¤oš',_binary '5[]»&\í8X\Ä)Pñˆ²\'‚\â*[ú:¥\ÃòY~u^c\Ü','',0,'?'),(_binary '«4»ˆi\Ñú`.3Á\Ü','wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php',0,_binary '\ä¾w\Û\ç©RÍ”§}>\Ë',_binary '\ä¾w\Û\ç©RÍ”§}>\Ë',_binary '.\Ë\ç”\ÏHm™¡b‡\è“\Ød#…\Âx\Ö~.ˆ•™£™Š°®','',0,'?'),(_binary '«6òm7˜ú!‰è©„1¥5','wp-content/plugins/revslider/public/assets/svg/av/ic_pause_circle_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_pause_circle_outline_24px.svg',0,_binary '„²\í¡ñL¸0‹w×¨4',_binary '„²\í¡ñL¸0‹w×¨4',_binary '	<1x9L½4ó0ƒ5XŽ@!vk…_K›TÏ«>ð','',0,'?'),(_binary '«98u\Ó\äµzY6\0#ñÝ‘','wp-content/plugins/revslider/admin/assets/images/guide/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/images/guide/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '«A\ÂÁf?M\êp®À\ÝY7k','wp-content/plugins/redux-framework/redux-core/inc/fields/select/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '«F·P\í&Ÿl”ô¿À\ÞSS','wp-content/plugins/insert-headers-and-footers/includes/global-output.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/global-output.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â‡v pÅ¥·¼~i<®1',_binary 'þ\ÑF\í¯\Êw4d\æ1\á\ég~\àmH\ået%oýðò»-±','',0,'?'),(_binary '«Jëž¿©h#·:!^`\è=÷','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rv,%Šf\Én£\È2T¶ª',_binary 'á’ \Û#0\è\ß\åq*n\\\\!Ÿ\ç\È\×Í\'A%¥!.k','',0,'?'),(_binary '«LlWñ\Ã\ÔI¬·›E\Z\Í\É','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReportDriveDownloadDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReportDriveDownloadDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'md\ãrrw\ä9\Ä€\åª',_binary 'ElŠ¯™\Ò^OQ*`ÐŸ&\×\Î\âq‹¡“ö\Â}\Ö_þ¢¾','',0,'?'),(_binary '«S\Ä\ëú³q\ê`ŽƒM\Ü','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\Ý=B®Á®\nyNx{Ÿ',_binary 'žE\ç\ËzB\à¥4½/þpöÅ˜ˆ\rÛž.\âB¤’¢3','',0,'?'),(_binary '«]_\Z?Ê¤„•wHo\ç','wp-includes/blocks/avatar/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿8•§\äó™Rdµ-u\á€\Í',_binary '7o\é\ÕWýñÝ¹\íö¢±P­¡*ˆŸ\0Ó›€^ÀÅ¨t','',0,'?'),(_binary '«]iÝ€\æVYTa\È(n\Ð','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentFilterClause.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentFilterClause.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìg·ó{\×&ö8@\äzk\ä',_binary 'Ïœùeó{~\Ò\î®i\Ùô\È7®‚x(·>[‘û-E','',0,'?'),(_binary '«cH:\è\íS¬ˆoÄ›G\ÏA½','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/oembed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/oembed.php',0,_binary '„‹‡°,\ì0’F@r\Ùý5ô',_binary '„‹‡°,\ì0’F@r\Ùý5ô',_binary 'A\Èm+\Ò\Ív‰\åªÑ…9\ë¬UF\ï\í\â.-URÆ“P&\ÍÕ£;','',0,'?'),(_binary '«d\"³MA	\0úgA‘\ëÜ¾','wp-content/plugins/revslider/public/assets/svg/action/ic_history_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_history_24px.svg',0,_binary '@€þ.ÿ\×j˜ËF:mf',_binary '@€þ.ÿ\×j˜ËF:mf',_binary '7)\Äý\\¨\Ð\Î*\0du.i\âT»b\Ïü¢8é†¼\âšOZ]','',0,'?'),(_binary '«gCûd¯\nöšla\Ô7r\ã','wp-content/plugins/wpforms-lite/assets/images/addon-icon-save-resume.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-save-resume.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'PaÀ0d\Ãñ½\Ö $',_binary '\ç\Ûx\ãn\ça¡Cm©]­e½T\nº¨5›\Ú>¹ˆ¤ª\Ò\Â','',0,'?'),(_binary '«kx\Ýú)uó”\Å]¾#\Æ\É','wp-content/plugins/wordpress-seo/vendor/composer/installed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/installed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â6\ÝqY\"W\î:Qi‚',_binary 'lh²:(È¦\Þ\Z\Íòõ”#7}H~\ZF\Â\â£`n\áŠ','',0,'?'),(_binary '«kØµ·JÀ2óm\Ñ\Ü\Û\ç\â','wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/view-entry.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/view-entry.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Äÿ\âZÿ¨´\áœ7½õB',_binary '\äp5|’\Í=9Z3*\é\×s\ìþ*\Ñg}­šwKÍ¯03q','',0,'?'),(_binary '«m\Í\\ò\ímœŽ7\ë]Ÿ¦','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/BusinessPredicates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/BusinessPredicates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†\Êñù…i\Õ]W\Ëý„»“s',_binary '\ä4Áð»ñól [?”c!•<Ù„.Á?\ÚvY­©\Â','',0,'?'),(_binary '«nÖ¢¡ù\r’V5‘‹,\Ù','wp-includes/widgets/class-wp-widget-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊŠjô+(,¸^Šb·ÿ(',_binary '¿\ÆPL+wÁit¥Š½Z¶¢dþˆ\ÃkZ{XŒV`\Åt”','',0,'?'),(_binary '«o¢ù ´l>¼\âx~I° \Â','wp-admin/network/about.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/about.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~„€ž(™†ø4\áG\ìõ£',_binary 'öŠj/}Ó…¹”Á\0ESþúÌ¤\\Hg\ë#Z©¡._','',0,'?'),(_binary '«uÓ¨\×+Ì§xT\Ãd','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ¼¡3\ï\Åi&j%9Ýœ\Í2',_binary 'KAø\ÅSˆŒ\'\Â}\rT8W\Z¶\É_”L©8\Ü!%\Ó\×@\Æ\É','',0,'?'),(_binary '«{”L½=v¼4“iþ','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/AbstractExtension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/AbstractExtension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â?-K™Ó‚–\Ó\Ù`A',_binary 'ü\n$\å°A\Î!\íþð„B‹\ë8•±_¥\çxg(\à©ü','',0,'?'),(_binary '«{h\Z†‚“94%\æê¸°{','wp-content/plugins/revslider/public/assets/svg/av/ic_remove_from_queue_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_remove_from_queue_24px.svg',0,_binary 'üzU;}\íB^J]\n\0\"N',_binary 'üzU;}\íB^J]\n\0\"N',_binary '\Û\Îø¢\âK†Ù›:¤\áb»\â\äVf‡9IZ1™\êù','',0,'?'),(_binary '«{\Ù\ÈôÏ²\"fª~Až?z]','wp-includes/Requests/src/Iri.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Iri.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôje”Qd\à\èö\ìš2š',_binary 'õÌ£Ñ³jì­¢&wFò¢‚‚ jò5…\ÍJXÀ','',0,'?'),(_binary '«…;ûn\å–7Ï·¿\Åü2','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ~\Ñ#\ï°[hoD\Â\î\×\Ó\Äþ',_binary '¼¾À§\ç\ç]—W7C‘i\à&\îò\Þ\'õT—};ù','',0,'?'),(_binary '«‡õ`	!©°©5l+®\àA','wp-content/themes/houzez/js/vendors/theia-sticky-sidebar.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/theia-sticky-sidebar.min.js',0,_binary 'l`]—\ÌH¬¯\ßLî­šò\ÇT',_binary 'l`]—\ÌH¬¯\ßLî­šò\ÇT',_binary 'i\ãNºÚ‡‚.;Q\ÏH\é‰,•\Ü¤\Ö3<B	','',0,'?'),(_binary '«ˆ°0jˆlµS\ÓýKò','wp-includes/post.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\ã\"\Ìs@™c™:lFù',_binary 'pjõ›T«~\Íúš*3E\×þ’ù¢|`‡\ä\Êþð~ô\\','',0,'?'),(_binary '«‰ø!	>oU†ä¦\Æ^','wp-content/plugins/elementor/assets/css/widget-star-rating.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-star-rating.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†Ü‘(9n¸\rp\Ï\Õ#¨>\Ë',_binary '=/n‚I¾\Ôø½ŒwµEDŸ]U\'\æ\ÏDz°1±\È\ê\Þ>\Ã','',0,'?'),(_binary '«*ð²±U\r³\ß¢\à$','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/functions.php',0,_binary '.\Ã+\çF\Çf:\\¼Ùœ¢\ã\á',_binary '.\Ã+\çF\Çf:\\¼Ùœ¢\ã\á',_binary '<o»yX\Ô\Ý^T,M\\Raõ5 \é>¿t=2”\ì:–”ûd','',0,'?'),(_binary '«˜¸÷Þ¸q\ãic¼=’','wp-includes/class-wp-simplepie-file.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-simplepie-file.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š°®œ\Ý†\Ï\Å6”½D}\n',_binary '\ÜùBH\í_‹\ê${f”\nBf\àFðfu\âp )¿p\0j¾','',0,'?'),(_binary '«›\n}\ÂpØ·ÊŸ\ÈBñ\Ý','wp-content/plugins/revslider/public/assets/svg/image/ic_grain_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_grain_24px.svg',0,_binary 'u±·8a£¤üF|Ö‘\å',_binary 'u±·8a£¤üF|Ö‘\å',_binary '²Ê­y>\ã’V”©\Ü\Çy\Þo½¥8€/¾\ÈÁv\íö<','',0,'?'),(_binary '«œI7™Ÿ$e\Z¹UÀµ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Authorization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Authorization.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í^³\Æ\ï‘\Ï°üL—tž˜•',_binary '\Ýæ†\Õd¡(x?\0\ÄmwŸg0ö‡ñ\Å\æ{~½\ßö\â0','',0,'?'),(_binary '« 7{x\ã˜u†@þõ:%\Ô','wp-includes/js/dist/interactivity-router.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/interactivity-router.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä˜E<\ÌfbGOt€\ë',_binary '\â9\êªƒ\ÌR\çT¡ZqD\ÂÉ©ª?\"‘hKˆ?¹¡=&','',0,'?'),(_binary '«£¦Ú§9“‹‚4~§7z','wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\è!\ï\à§:Ô‹ûLf\Zuú',_binary '!$\0\Ò9\îB}‘žtiŸ9\ÍN¢¬Kö¡À5\ç %¯\ÕJ†','',0,'?'),(_binary '«©Œ5\ÜûmÀ¶Z\Êq/‹\à','wp-content/themes/sinatra/template-parts/footer/copyright/copyright.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/footer/copyright/copyright.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Õ“Ì€¢\ÌÅ¾‡Z¼½øü',_binary '	b>7ž“\Ëi1\08>M\n\Üa\Ä6bn‰§¸A','',0,'?'),(_binary '«¯£(”\ïíœ¦mµº#r','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y2‚I\Ó8\êN\"0=„\Ú\ç¸',_binary '[÷e\ã\Þð£Á³C\"\077¤•µ]\Û-I³MyUm\âr','',0,'?'),(_binary '«°`5\Ó{/\\y‹j\Ã-¢û','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨hi¿P5[­ó\Âäž\'',_binary '\Í\çŽ\\\Ð7\\\ê¾IQ‰\ç1–_B\Ä\Ë(”šó‡\r¬#','',0,'?'),(_binary '«±y¾\Âiw\íŸý0›–”','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/number.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/number.php',0,_binary '…†´\æÁx\n`\åB\Ø\Þ\Z',_binary '…†´\æÁx\n`\åB\Ø\Þ\Z',_binary 'œµ{9¥¹W¡Ý˜ZN\Å\æBP\î¶3X\ÎÇ‹C\'¯\Â\È','',0,'?'),(_binary '«³sùÕŒQ±¶7o\é\Ãô','wp-content/plugins/wordfence/views/common/status-detail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/status-detail.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`Ufxy9\â9”ùg4Á½',_binary '¸\å\ïE\èF\ËjÕ—&\n¶ôE¶¢&JÕŸgWk.Ž‹ºT/','',0,'?'),(_binary '«¶\'³Cù¹‘\0VQ\àG','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éB}¨¡\ß\Îb}_“W^§',_binary '\"vN6\'›k³¡\Ï\Ò#¡ø\'µŠ·¢Â¨´³','',0,'?'),(_binary '«»_±Qó|\Ý]ž\Å\ç\æ`\Z¨','wp-includes/blocks/table/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y\æe_ˆý\r\ßk¬*ð\å¸8',_binary 'A\'ð\×Rr\ØÁ;ŸhW\Ô\ÅOØ”!F%S¸_ûs0ò ','',0,'?'),(_binary '«Á˜zz\×\Å‹¥_´\ØE„','wp-content/plugins/wp-rocket/inc/compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/compat.php',0,_binary '=x¹\ä\Ü4‘ðû„\í¥Ÿw´',_binary '=x¹\ä\Ü4‘ðû„\í¥Ÿw´',_binary 'k$šÃ±\Ô`—þ\Ã\×öI[[=®ñ9\Zhº«/¸\Ûd','',0,'?'),(_binary '«Â«¬\ä—-j=´u¶N\\q\'','wp-admin/css/farbtastic.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/farbtastic.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\ã8)¸ú\í}{¾øCûh2U',_binary '|A¹\åL\äº\ÉMb\Çx¦d8X\ï‚jX.\ÐûŒ\Ö^\n\ZŽ','',0,'?'),(_binary '«Ã°\0ð|»r\Òi+^¡','wp-content/plugins/revslider/public/assets/svg/action/ic_reorder_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_reorder_24px.svg',0,_binary '!n>\ÏqMV’aË¿”-¹\Ü\à',_binary '!n>\ÏqMV’aË¿”-¹\Ü\à',_binary 'ö­üŽ½ù\'#o\Ãóža\ÍP\Í\rRÃ†\Ë$\êx‰\áû:A','',0,'?'),(_binary '«\É\Û\Èj>l¡õ\ê7ù°X¡','wp-content/plugins/wpforms-lite/assets/images/community/vip-circle@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/vip-circle@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥=\É;Lþõ…u’˜e7',_binary '+6^\Î\å\Â˜BŽƒi0™ðw\íBÉ¢™tŒ%¸ÿžB','',0,'?'),(_binary '«Ò°J\ß\è?\nûôú\Ó$z\Ê','wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"“eˆTóCÙ—a÷sB',_binary 'dÓµ\Õ\ÊB[\"†CŸ¤À´\äŸþðGP@¹õ™W*…=','',0,'?'),(_binary '«\Úlc*¢üÔ´œf[ÝºÀa','wp-content/plugins/revslider/public/assets/svg/action/ic_report_problem_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_report_problem_24px.svg',0,_binary '\âk’¼(1:ª\Úbòck\Ë',_binary '\âk’¼(1:ª\Úbòck\Ë',_binary '”…\Ò\Ú*\Ýtè›ªtmó´SIo2\rô|oŠÛ²2k','',0,'?'),(_binary '«\ß\Í×·³®	:<2<œ\Ù2q','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Permissions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Permissions.php',0,_binary 'vRMˆud”Eô\Í;³w\àS',_binary 'vRMˆud”Eô\Í;³w\àS',_binary 'g\äo>l«170Yù\ÌDDjÌ¦|<q§Nñ–:!\ÅÆ¢E','',0,'?'),(_binary '«\â6ð£›ô12rõ\Ýr´O','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v1.php',0,_binary '”’¿²¢Lbv\Þ\éSDÁ\æ',_binary '”’¿²¢Lbv\Þ\éSDÁ\æ',_binary '›ºx’±\âV–\Ç1–q\íW1)±2€côh´\nŒ‡A','',0,'?'),(_binary '«\â\ÜV3Uœ‚@?Še\"ƒ ','wp-content/plugins/redux-framework/sample/presets/preset2.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/presets/preset2.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–\Çh§\à*øQðT\Û[',_binary 'ðñ®¨Dô¨a\Ì\íñGJ…ý…\îN\é\Þ\Ñ0}i ;<','',0,'?'),(_binary '«\æd\Ê\Ò\ÏNK$\êW®\ÒW,ö','wp-content/plugins/revslider/public/assets/svg/hardware/ic_scanner_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_scanner_24px.svg',0,_binary '\ã0\Ê¸À¥J\â!D”œJú',_binary '\ã0\Ê¸À¥J\â!D”œJú',_binary '\Ñ«\ç/¯‰a™\Ø{\ßeñ´”_Gˆ¥·&&kÊ š','',0,'?'),(_binary '«æ˜œ]=Ý}$\â\î\n\È','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/dataAttrListener.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/dataAttrListener.js',0,_binary 'S0œ½Sa§‰\È9¸$S\Ë',_binary 'S0œ½Sa§‰\È9¸$S\Ë',_binary '—V—ðöN \Ì_9ß˜¸ðQeAÁ–×žµtÁr²p','',0,'?'),(_binary '«\æ¼\è\Ä\ÓÂ“)œ…NS‘\í','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces/JSONable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces/JSONable.php',0,_binary 'Y\æi%ÃŠŠ/¿)U^¢',_binary 'Y\æi%ÃŠŠ/¿)U^¢',_binary 'C4¹wu,¯xlNsÛ…-\ÎOAõK,þˆ¢­\Ñ\Å','',0,'?'),(_binary '«\éuôgk²DÁ—E‡‰K','wp-includes/blocks/query-pagination-numbers/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-numbers/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';D}WRqÿ>ù]ò»\Â$',_binary '\æx\à\Û=f\0_¹óðŠÁ€‰êŠ”\Z“mL¾qöbJ…','',0,'?'),(_binary '«\ê®\r´\Û\Æ\ÐFý—+o\é\\','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Source/FilesystemSource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Source/FilesystemSource.php',0,_binary 'º+T:?ôrDmHŸô\n¸\Ô',_binary 'º+T:?ôrDmHŸô\n¸\Ô',_binary 'òAZ\Â<jŒ–„O%›¢E\å¸	»ö2\á>«8\n\×/','',0,'?'),(_binary '«ô÷á—\Ø3…-ƒ«4°','wp-admin/css/colors/midnight/colors-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/midnight/colors-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kRQhƒ’ó°\Ð\na\ì\á\Æv',_binary '\Ãb»»Ÿ_J4\é1¯ùw–º\\\Â\Ç\ÚS“\Ó _f£º','',0,'?'),(_binary '«þH¢µ\ËúŸ\Òþ\Ä|/\æ','wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö¡\Óz\Ön­9¸E\ï3™-s',_binary 'ú\î\ìc\ám\ÉgT˜`ú“^n#»m\È\ê\È\'`]û…ƒ—öÀ','',0,'?'),(_binary '«ÿA8¹t\î\ã2K)zHô7','wp-includes/css/dist/commands/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/commands/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>VŸ\ã‰\"¡8\æ8\à',_binary '‹C\Ï:ª\îQ\Õn\Üÿ:¡ò=\ÖBüG\Ü\í%P;@Wi','',0,'?'),(_binary '¬1t@õ«±¶¸Ì£QôDþ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListPolicyIssuesResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListPolicyIssuesResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â\Ï\0Žôº’²‡ú“',_binary ')}•|#:(Ì™9\é\éxxt©\×$v¾\ëñ)~\×\æ\ç','',0,'?'),(_binary '¬\Êb‘\Ø\é\ÍþO–\æV#\á','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_landscape_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_landscape_24px.svg',0,_binary '<¹CK\ã|~9m\â§\Ý',_binary '<¹CK\ã|~9m\â§\Ý',_binary '‰¾\Ó\ìÙ¢¿–\Þ\ÎË»L(*«¥g½3\æa™KÖ€CŒI+','',0,'?'),(_binary '¬q­—OeBÎ‰ù\Z£6','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S²SŠ !F\ä|rHj.‹L',_binary '\é6Œh«}?!\ãE\á)rZ\'ÿ~ PûRZ†$\Ã-,','',0,'?'),(_binary '¬\n\Ãkø\ÔøÁ\çf0sƒp','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Data_Available_State_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Data_Available_State_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*5¤Uu\Ýoþ®²#\ë\0·\"',_binary ':Ö—ýö\"Š\Ú=*<g°*ŠFgI®,·\âð³ùN\ì','',0,'?'),(_binary '¬\ÙeØ›,ð>®t™AP','wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception/Missing_Required_Param_Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception/Missing_Required_Param_Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é‚ô\á\Ù\0p­=ù6•ÿ+',_binary 'BŠ\Z\ëa\ç•\ÓN‚;NAPˆš\Æ\Â\Ê\Ê?d\ç7¼{˜}','',0,'?'),(_binary '¬Bl}\Õ\ÅÇÀ^?lQ','wp-content/plugins/revslider/public/css/fonts/material/MaterialIcons-Regular.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/material/MaterialIcons-Regular.svg',0,_binary '¡­\êeYLP/”(ñ:\â\á',_binary '¡­\êeYLP/”(ñ:\â\á',_binary 'å´‹YCN\î\è\ëŒ§´:Q9k\ïÀ…d€Zkx¡ƒO','',0,'?'),(_binary '¬UÕ˜\Ø=\íöÿJ÷p¾“','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_mall_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_mall_24px.svg',0,_binary '¹Ì”¶ƒ\n†\Ímù<\Ñf\Ó',_binary '¹Ì”¶ƒ\n†\Ímù<\Ñf\Ó',_binary '3ÔŽþ‘Œ\Ý>ý\Ê`}3\Î`\íao\ZôfzœD¢\é¸\Ü','',0,'?'),(_binary '¬\Z`:ø²Ý»ýaŒ%','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')Á7d=\ÃL\ë9\å\Ð/<',_binary '\Ç*x“Œ.,±…º\át£—½2¼‡¬w™ø\ÎzdùuLz#','',0,'?'),(_binary '¬\"Ú•K[@‰G\Çû\á\á9‘','wp-admin/includes/class-wp-theme-install-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-theme-install-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œE—\ÝÀ\éhk{¯\nS',_binary '§\"œ`\nn¼w\É?Ê±º¼Í†ý;\ë\å°&gðKRº8§','',0,'?'),(_binary '¬#¬\È\ß‹ju+Ä´Á\à®_','wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_ind_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_ind_24px.svg',0,_binary 'Ä“£‹ºÙªp–š*£\â¢o',_binary 'Ä“£‹ºÙªp–š*£\â¢o',_binary '‡\Ú\'±ùÀÄûh00«	\\\×y\Ñ\Öz¯½Bl÷³','',0,'?'),(_binary '¬#\î\äu0¬c¡Œ‚}²€‡','wp-includes/js/dist/i18n.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/i18n.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T“Ã¯]„7\Ð\ÃE\Åó\ê\ä\ã’',_binary '¡j=ûoÂ Y¶\Ý_\"ª·.\Îò\ãG¼\È\ïýZ	\Â','',0,'?'),(_binary '¬$´Q²sP¸¬\êR3}/','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž¡sU4…\È\Ãæ«‹4[t',_binary '°\Ë\ãù_ŽjA\ÙC5\íOylŒDU!ÿú\0’–¥À','',0,'?'),(_binary '¬\'Æ¿Cy\ÉM0ÐJ‡Ã·T','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r\'\Í]…>\\v\\ 2\ß\Ô\ZM',_binary 'qoÁO$K]¡Ž°g3\ÐnûÃ’±Ñ\Ò~\îøù(€R€','',0,'?'),(_binary '¬)‘\îC‹VCŽ\Ñ%\Ô, ','wp-content/themes/sinatra/assets/css/compatibility/woocommerce.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/compatibility/woocommerce.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬‚ö\Ê8\Ò* 0O\àm®ðŽ',_binary '®S9ŒV±%ý›+=6IA	;Ò€GºNº\âò‹Qj\Å','',0,'?'),(_binary '¬0¦R¿“\ÊÿŠ©\'½mz“','wp-content/plugins/redux-framework/redux-core/assets/js/redux/init-events.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/init-events.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨UŠ‹!‹\éV Ä³ŸY',_binary 'ñ°>önp¾´bR\Ù5A5\Ð0\Å\×ñûX!˜^b','',0,'?'),(_binary '¬1\Ùùž´·ú\"T\0¥s¤','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|IÖš\×`‹4•\Û\ZPü',_binary '`¡ap,™y>\âOwÀ‹ÖŠ\Ê\Õ›9ð\äb°½‚{\Ò','',0,'?'),(_binary '¬3!9\ä=\è6Ý¡','wp-admin/images/resize-rtl-2x.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/resize-rtl-2x.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÏM\Õ\ï“ù¨MñHõ!þYA',_binary '£2ù\ìm\Ño\ß\æ{«|…ny‰üËƒŸ4(\åøûÏ†\î=ª','',0,'?'),(_binary '¬8¦}>ümk~ðo‰Í™','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/collection/Collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/collection/Collection.php',0,_binary 'DO\ØÊ†|G\Ê÷mö2ü;',_binary 'DO\ØÊ†|G\Ê÷mö2ü;',_binary '8 ®\Þ/œföŠÑ–\ìW:8q$”>Íº„¤1','',0,'?'),(_binary '¬=xž\Å8\"cE’Ïˆ','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_right_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_right_24px.svg',0,_binary 'q–‚š;.\îy\Ý}r\Ö>',_binary 'q–‚š;.\îy\Ý}r\Ö>',_binary '3ž\Ô&˜\r.ïŠ™‚L£FüöHu\"Ìš—•\í*¼a9p\Ë','',0,'?'),(_binary '¬E\â\Ø\ÕT\Ô\ï5^b)›J ','wp-content/plugins/elementor/assets/js/element-manager-admin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/element-manager-admin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=ô²‰\ÉO.W	q\'Lˆ',_binary '%o\äWµô§/\Ï!~P\çk€%–\î\Él`\'~h\ÍÁw$','',0,'?'),(_binary '¬F%\ÚNf\Ä!Ù·«©F\Î÷','wp-content/plugins/elementor/assets/css/theme-light.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/theme-light.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\ÜýnxG\ÜHš·Re\Éù',_binary 'R37\\\Ø%,Îª\\ÀðwÑ½›©’¢\\4\ß5q\ç‘Ã¢','',0,'?'),(_binary '¬GA?\Ö˜h E\Ý\íxWT','wp-content/themes/yith-wonder/patterns/homepage-jewels.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/homepage-jewels.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï”\ÙùÈ†Ú‰\"\Íi€=«',_binary 'A\ÃAV\Ã\áyqä”\ãÀ}\rŒ©*@\'uQ8\ë','',0,'?'),(_binary '¬Ioo¨Ô†5nu¤Ñ­¶ˆH','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0?½½4\'+Ì¶¼L)$”',_binary '\ÌY	ORÙ´@†M¾‚\Éò\ßö\Ã=‘™žxM\éK©\Z.','',0,'?'),(_binary '¬Kx\Ê<Ñz‡\í4ûiE','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/Location.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/Location.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íOv\Í87³e@¾cK',_binary 'üŠ¡-]ž¬G\æŸX¨lu·(-†“À¬U\Z¸ø\ÜÁ²I€','',0,'?'),(_binary '¬O¯PTpú™¡}b\rj','wp-content/plugins/elementor/core/upgrade/updater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/updater.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œÇ¸.À2b÷S@Žû\ç(¯',_binary '\í¢<NV®\å¼s \Ð[R\Î!JrÀt•l\ÊTfòœ\Ë','',0,'?'),(_binary '¬SG\Óø\Øü\ëÑ´V\rŸ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\×4»W… -\Ê\×\ÌX½;',_binary 'Ô™P\\<?ý\â†Í‡8KU¼2ÍŒ\Öxž~bv¦];i','',0,'?'),(_binary '¬SIJnf¬÷\äL\à\Ó\ë','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php',0,_binary 'á¥•~$ß©º;\Ýu\Ü\í›\"',_binary 'á¥•~$ß©º;\Ýu\Ü\í›\"',_binary '_þwût#ô“)p³ëµ§LgÁ\×þp\\y¤y\Í\îG¬\\¦','',0,'?'),(_binary '¬S\Æð„½\\>ó\Ñ\\ª_\á','wp-content/plugins/houzez-studio/admin/js/i18n/eu.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/eu.js',0,_binary 'Ù¿\Ä\Øj¼†lû\Ìwö',_binary 'Ù¿\Ä\Øj¼†lû\Ìwö',_binary '>^\Î\æ°¨_8Àx»°MBÉ’E\n\ã’\Ä\äyÃ¢AKN\Ê','',0,'?'),(_binary '¬SþÇ´\äøl>U*\ê\r=\Öÿ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\É†¯!\Z\Í\rHD±Z\ÐL\Ý',_binary 'tò\â¥\Âs\ç|Í¡K\ï\Ö„~\Å÷Àø“/½i%•j','',0,'?'),(_binary '¬U»¸p\'ë‹¡	3~\Â\"»','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Jð\"wn‹õÉ³\Z€',_binary 'kA‡w\Ì-¥R\Ûvüy%(€9?j´B\ì0!]©`q','',0,'?'),(_binary '¬X€\r!\Ö\\\È`\Æ\è¸\ä','wp-content/themes/houzez/template/user_dashboard_profile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_profile.php',0,_binary '‰eó§l•\ÈQ\ÎvÁkýn',_binary '‰eó§l•\ÈQ\ÎvÁkýn',_binary '\Ô\Ú\Ð\Ùò­›9&Ÿ®\ÐDlõ\äÌºótö\È4ï“¯','',0,'?'),(_binary '¬Y1r{ùX.\ÎD{4ñC\Ãõ','wp-content/plugins/revslider/public/assets/svg/communication/ic_forum_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_forum_24px.svg',0,_binary '£#¶5\\#µ£«ŽNŠš\ï\Å',_binary '£#¶5\\#µ£«ŽNŠš\ï\Å',_binary 'ý\ïHF¿S:\Ø9û“zÓ£^±]\nÀ\Â\à¶ü','',0,'?'),(_binary '¬^2^£Tš:\ÈmJ‡ø:­','wp-content/plugins/wordfence/lib/IPTrafList.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/IPTrafList.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`¿P\Â\Ö\å\ÉÕ¤²ueV¡m',_binary 'Ï´—CúrAœX–Í½‰(ÒŽ\Z#²?=»ß²o\Ù<','',0,'?'),(_binary '¬_ý\Êß„ó\Ò\Í\Ø\ÑðX®','wp-content/themes/houzez/framework/options/property-detail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/property-detail.php',0,_binary '\é>J¤\Ê\"ÿHxK_®¾',_binary '\é>J¤\Ê\"ÿHxK_®¾',_binary '\ïÏº¯·ø\Í\Ö6¿s/ø³n{\Ö\æ\"\àyÿ\Ó','',0,'?'),(_binary '¬bó0Ý€>j\ã¤\"«þG','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Aa+JD$ø2Ÿ‚J”\Ú',_binary '¬/#?T\ï†iOLyv¦\íuš˜TK”°©É¤½·\\Ø»õ','',0,'?'),(_binary '¬l8?©4Bq—\Í)tò','wp-content/plugins/wpforms-lite/includes/functions/unused.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/unused.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o%2Ia¥óÁY\Ëö\î\Ã~',_binary '\Ó\Ç\Äo. \Ë\08¸\âs¥¥¬ô\ì†\ï\Ü.¾#“h‹0´¿›','',0,'?'),(_binary '¬m†™\nÅU³R8f‘\È3¾','wp-content/plugins/redux-framework/sample/sections/switch-button/switch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/switch-button/switch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')©-¹K\Ög>\×&\Ú\à¥À',_binary '2\â\ÈR‡J\ÏT.’š\Ç[ûQg\èƒgÑ²Â‹\é»i','',0,'?'),(_binary '¬vÄ§\Ì `\Ü|³,b|~','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CreateContactGroupRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CreateContactGroupRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦ø+\Í\Óg\î\Ù\äh\ç¨\íD',_binary 'ºi•ž\Ëöª_øY­œ\èj\ã·_„JE[Ú¦\'/;­G','',0,'?'),(_binary '¬w;LS\ê\Øf\ê¦\×YpVL','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-taxonomy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-taxonomy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë~S¨p\×?uÂ›’G\ßH',_binary '8p\Ü\î_?\á©U<§öcõ‡+\Ñ\âÈ‡|‰A\"™\ÑK}>\æ','',0,'?'),(_binary '¬y£\"Ÿ\à0\ê¥\ZMñ\Ê\Ò0','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Location.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Location.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n¤…‰niŽ,cŽ\Ï#',_binary 'ð*\Ê\Â÷\nX\åUù\'ú§V\â(µû*5\ì|{‘­À<rr','',0,'?'),(_binary '¬}Õ‹1\Öþ¨y\ç\Ü0	\n','wp-content/plugins/wpforms-lite/assets/images/thumbnail-simple-contact-form-template.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/thumbnail-simple-contact-form-template.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼K\Ê\íÈ±\\ó\Üò×‡O',_binary '\Ö\ß¬Y\îv±\ÍRŠn\\\ËÒ¨ºU_Tj¥¥\äWª`\ívŽ','',0,'?'),(_binary '¬H\È;q\íiuô\ÔñÓ°Á2','wp-content/themes/houzez/framework/metaboxes/page-template-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/page-template-metaboxes.php',0,_binary '\Ã\ÃSÁV6#59Ôš{…',_binary '\Ã\ÃSÁV6#59Ôš{…',_binary '\ÏÆ¾h•e‚l_\êdm:}ŒI!¼Ÿ¡Îr\Èú£<ó(','',0,'?'),(_binary '¬†nlS\Å*A\ÆÍ½A|\\\Û','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Inventory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Inventory.php',0,_binary '—úÚŽŠOÐr„õ·cl‰',_binary '—úÚŽŠOÐr„õ·cl‰',_binary '\È\í5>œº!hjp \Ð7Ö—\r´c¡K/º\í#$;¡.K','',0,'?'),(_binary '¬\áÀ­\ÆÑ7¨\r\'ºx­','wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o€(\ÉXVM^@†\'¢',_binary 'þ]2MG•t\É[sš\Ñ~Ms!( B\Éh\É\ëý„\èVô4','',0,'?'),(_binary '¬‚h€¸Ü¼!\Ö\Z\Îo','wp-content/themes/twentytwentyfour/assets/css/button-outline.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/css/button-outline.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥©\ÞûµÚ±˜¡Ú±DG€]',_binary '\âŠZ\0›Êœ{\Z\Õ:~¼‘ú¨C°\'Â£¼wbHC„B','',0,'?'),(_binary '¬‰7\Ç_U&\â¾8ð\ìúw','wp-content/plugins/wordfence/css/phpinfo.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/phpinfo.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\Å\ëQ÷\Ø\æ!…0w/¨è“´',_binary '\Çýýa@|­®I\r=\Z^Îµ\Âd)ˆ[¶¹ø†\ÎW²\å','',0,'?'),(_binary '¬Š$\Çÿ~s\ïnûf\Æo','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/Base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/Base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X±­¤{\ï¥\åp¥I\Ëv•™',_binary 'šŠ\Ñ\r»~œ`¸f†™0ð)?66˜\Ñµ­\ã‚ù	Z·','',0,'?'),(_binary '¬”m4‰{®9yÍ“Ž\Ò','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAttributionSettings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAttributionSettings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö’a\Ø\'O0‚VY¼ñI›·',_binary '\Ý÷u\Ég¾Ÿ‡¶˜¥w¡ E\'\n…\'öR´÷\ï+ó','',0,'?'),(_binary '¬\Ü –G;S\î¨÷/œA.•','wp-content/plugins/wpforms-lite/assets/css/choices.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/choices.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª‘´7a¤am‹00\Ò',_binary '€¯H\'#S\ÉdU7¦4~ýz5\Æ	@=\Ög´\n\èu','',0,'?'),(_binary '¬“ªŽTo\Ó*_XÀ¥…','wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„uö`¥,ons\ÚwK8',_binary '\Ô<\ÂtS‰»4´ž\0ÒŽ\ßý£ž-\ç›\îú†Y¿\Ã\Ú}©','',0,'?'),(_binary '¬•\Ë\ë”ð\Éô\á°©\Ê#','wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã®]Õ…2.=‰c‚ùk¸',_binary 'Xz\à7C-çŸ©ú2oL±õ¼\ï3ÞiOww\ÖÖˆT','',0,'?'),(_binary '¬–s\è¼4„\ãF«÷o÷Î¿›','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_list_bulleted_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_list_bulleted_24px.svg',0,_binary 'Ù·=/Ö¼Æ£™Cáƒ‹',_binary 'Ù·=/Ö¼Æ£™Cáƒ‹',_binary '\ëú#Þ¤c–ƒŒ‘h°Mn:Á± Uœw\ã\0ƒ&N\Ú!','',0,'?'),(_binary '¬£YY‹H\Ï\\Ã©\ÚK° „U','wp-content/themes/houzez/framework/stripe-php/lib/Service/Tax/TransactionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Tax/TransactionService.php',0,_binary 'h¹\ÛÔ¤\Èb\ê¼efH\Ê',_binary 'h¹\ÛÔ¤\Èb\ê¼efH\Ê',_binary 'ƒ8©þES©³Õˆ‹»gB\í,?)(Wbù\ì\ÔxÅ¹\íþ','',0,'?'),(_binary '¬£Õ¹\ßµ*z¨\î³rJF\Ã','wp-content/themes/sinatra/inc/customizer/assets/js/customize-preview.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/js/customize-preview.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(±$ªu3„@\Ü•¦’mÿ„',_binary '‘ú\Â!@|-“»Ž®ª~\ÊôjÚ›E\êZXLMA]õ1','',0,'?'),(_binary '¬¤\"¹–Ö³ƒšÝ¸B=@\ÓS','wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q¹¦ø¤K›	|\"ª\ë>§',_binary '$4®ùÌŒ(¼\0ûq†ßª½=ˆ1/\Æ4±>\\X@\Ó73','',0,'?'),(_binary '¬¨o\å”÷ýˆV:N\ÚNüg','wp-includes/Requests/src/Exception/Http/Status428.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status428.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/q\ëÀ€xIåœª•  ˆP',_binary '<\Ò‘õ\Zø4!n\ëñ†*\Ý\\ö‚\àU÷Œ¸\Õõœµ','',0,'?'),(_binary '¬­+tÇ·5H™ðÃ¥þ€s\ï','wp-content/plugins/wp-rocket/inc/Engine/WPRocketUninstall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/WPRocketUninstall.php',0,_binary '¤Gl’ý©}d\ê\Ç\æjú',_binary '¤Gl’ý©}d\ê\Ç\æjú',_binary '† ó3\ëüO\èlU¤\ÕÞ‚n¾Of~þ§¶#OÂ‹žS','',0,'?'),(_binary '¬º©&b	¬Á†#óH\È','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wVoô\\\Þ\Ì\È\r\Ê	',_binary 'ˆKñb;\ä9¦\\| ¼\Äz:M³\Þ\\¥\rˆ±€s)ž','',0,'?'),(_binary '¬½S*\ï \Ùñô&\äÁ Ä¾','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-subscription.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-subscription.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I¢ö‚¾Qª\Î’r‹\êö',_binary 'M\ÓÞšúx‚V2F‹”\Ù\ÑDÁ·@Z¨Š‹\Ê\æ\Ó\äzº','',0,'?'),(_binary '¬¾d\ã}øYJe8\à…@§','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ\r.³¿„\'©zýË¢\Ô\ß2',_binary 'ICr¤t\Z7\å@1‹¤€\Z»\à\æD¨\Ñ„¦\Ô\í@œ','',0,'?'),(_binary '¬¾„ø†§\Âu¡\î½j`T','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒÁ\×óoy£±	W„T\É/#',_binary '!6©\à.8À~+sMQÀŠ¬»vK\r5S\Ö;\'fSR\ãb','',0,'?'),(_binary '¬\Â´È±\ÄI®S˜‡','wp-content/themes/sinatra/inc/compatibility/class-sinatra-elementor-pro.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-elementor-pro.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë\Ûõ>M\Î:\Ý=03FX+',_binary '¶\Ë<7	h¸\çz8[”Ç´shý=oHk\Äñ†2‹s','',0,'?'),(_binary '¬Ãø´ƒ\æ±0?h@E—\ê','wp-content/themes/houzez/template-parts/listing/item-list-v4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-list-v4.php',0,_binary '\à\ëˆöU\í\"?I_jš\Çúûø',_binary '\à\ëˆöU\í\"?I_jš\Çúûø',_binary 'AOZ(r­¶|\Ùù&’ö4®\ß.-ªEL\ÞKGû\njJ','',0,'?'),(_binary '¬\Å7;P“\'œó ÷oe`','wp-content/plugins/redux-framework/redux-core/assets/js/redux/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '¬\ÔP^¢zÿ¦º\Ò_pŒ‡`<','wp-content/themes/sinatra/inc/customizer/controls/color/class-sinatra-customizer-control-color.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/color/class-sinatra-customizer-control-color.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's»\Èx‡IÅˆ\éÊ¬X\ä¡R',_binary '\æ\Öj„u¢±¯›©9þ:Hƒ\Å\è%º\ÉN-\ÏK¢\âñ\ídR','',0,'?'),(_binary '¬ß¥\Ûô\á\Ñ\àeŠ©…6s)','wp-content/plugins/revslider/public/assets/svg/notification/ic_sd_card_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sd_card_24px.svg',0,_binary 'ò¯$ñN¬o\×I\Øg\ÕBú',_binary 'ò¯$ñN¬o\×I\Øg\ÕBú',_binary '\êg\Äl\Îý¥øò¾\êš „\ì7¨I¤\ÛÕ\é\ã\à\ÄA=¡','',0,'?'),(_binary '¬\áo=^÷RY˜B','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.eot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.eot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	6ªÅ²ð\Úv!ƒ\á•ü2',_binary '•6\Ú\Î;¶l42[À5W´\0\íøÖ˜öŒ£5ƒ\â\Ê\\¿C','',0,'?'),(_binary '¬\ãöUWX÷X—v²±ú¥:\ì','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/SessionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/SessionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S*\åAUð7\è\ÊP \êy<w\"',_binary '>r¶\ç\èHò~ÀxC¿%ˆVp¬\ãL\Õ\éeˆ;ì¢·Ð—','',0,'?'),(_binary '¬\ä™7]Žü;\è(=°','wp-content/plugins/insert-headers-and-footers/includes/conditional-logic/class-wpcode-conditional-user.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/conditional-logic/class-wpcode-conditional-user.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't‚ö{«D\â\Ã!¢•¿ \á…\Ã',_binary '8\n(¶ EÐ‹‘g°\ÖO§\êO¶Á´Å’£/€­&°','',0,'?'),(_binary '¬ò“\Ú\Íc\æÐžˆ®\ÂM','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'FY?°¢ƒøÊŠ1s/ƒ\×',_binary '<\Â\åølI¥\ë³!/\Ã\æ{\ÚK¡S|Ÿ’iû´\Ê$\Ï6…™','',0,'?'),(_binary '¬ò[\É\ÅÓ¿±=(¬½T','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsReadersOrders.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsReadersOrders.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆµ\È¼…Ku\ZmºaG„“',_binary '0¾\×Ï§õ{ôaª\ä\È;4ª,‘Ž\ÞY\Ù•a!ª','',0,'?'),(_binary '¬ósC<‰:ƒ†\æ<\ÎA\Ð','wp-includes/sodium_compat/src/Core/SecretStream/State.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/SecretStream/State.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é\ëõ\é:\ÇZ{\ãð\ë5²o',_binary 'Áú\Ç<\å€s\å6´÷\0,	Raô­uhXð\åcð\Ø\×','',0,'?'),(_binary '¬öc\Ç_-RÈ8(\ËE8','wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '­\äX™ü\É(^{?±Z	¢','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi/RestApi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi/RestApi.php',0,_binary '“3ô¼Y]\ë\'`*Dö¯:ð',_binary '“3ô¼Y]\ë\'`*Dö¯:ð',_binary '\Î\ßBWû\ï]\Ñ\\9\æn‡µ\ØÓ¸NF|¦[²\Æ\Ö{7°ò \Ô','',0,'?'),(_binary '­C¸}¸ö bˆZc\'HD','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/View.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/View.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')˜k\ãÀû	\Ë\ÖXük´\\{',_binary '_@õú£ll¥XZm\Ã ¤—…¡¦\ëŽô\æy\ê^§œŒ´\Þ','',0,'?'),(_binary '­\ï˜QÔ´TR’…°!<—','wp-includes/html-api/class-wp-html-text-replacement.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-text-replacement.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×Ü®\Û(<º]n\Û\æp¨Y\Ý',_binary ' \".G0YYMò(H\ç\ïk\Ñô1·‡\ã~Á•Gif','',0,'?'),(_binary '­À³{ð±€µŸ²V°','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°p2>¸ü9\ÊÒ•Ÿ{¬+',_binary '}œlX¬|ò‰	”†LgÓ‚‘d[X\Ë\ë¢','',0,'?'),(_binary '­)[\"J¹H”\î|\çjkŠû$','wp-admin/js/customize-widgets.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/customize-widgets.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´€•@lX\Ö\ÏV{ÿ:l± ',_binary '‚Àuò§b\ÝS“óð&`¡õ°\\ÜóCÒ±f¡=','',0,'?'),(_binary '­1£\Ô-œH™E\îBC\êo','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Deactivation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Deactivation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šcX2\éA2du:”²2Œv',_binary 'T]\â ]\Þ™ôm‚¢®\Ä#÷.O \Öò]\Ðy‰V“Á‹','',0,'?'),(_binary '­4D\íT/†;v5:','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/validation.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/validation.js',0,_binary '˜1\ÐZ\ØÔ–Lb¶À\ÔR\ä\å',_binary '˜1\ÐZ\ØÔ–Lb¶À\ÔR\ä\å',_binary '0T\ä\ï\És+^£¿i“\×\äÿL¤\n\Å&-q\ÐK\Îc\Ó\Ô','',0,'?'),(_binary '­:Ž\é_þž»\Û~³°L]','wp-content/plugins/updraftplus/vendor/psr/http-message/src/UriInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/UriInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H|Á9Z`À\Éó	',_binary '«\Ø\Ç+WúXþH\\_Z\r\ÌûUO\á\0E¸–ªmx`','',0,'?'),(_binary '­<‘\á\É:\Ðú0ön\'\á\"\Å','wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.eot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.eot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ëõ¿kf¿{­\Û\Ç',_binary '÷[°\\L—#„w’á¤¦\ì4º·hv\Ü~\æJ8\nc\'v•¬','',0,'?'),(_binary '­?8Ç¬…²+Ü™~¸\Ï','wp-content/plugins/houzez-login-register/social/google/contrib/Google_BooksService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_BooksService.php',0,_binary '>§”6°cù_•!ñ',_binary '>§”6°cù_•!ñ',_binary '\çô1zo¡hu˜.j\ë¥\é®e¸.Œtü=\Éü‘5+°ü','',0,'?'),(_binary '­?FÏ¸½\ë¼¥A†€R1\Ê','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™p‹˜Ô¦d0\Ä\àlN&7+',_binary '^s\nù@G,¤Ú–\n;|3P	nÔ”/\rzA\Ý\"\nd','',0,'?'),(_binary '­G\ë÷™H†.Ÿ·ú±!Ð±','wp-content/plugins/google-site-kit/includes/Core/Notifications/Notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Notifications/Notification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êšª!~	škW²d\Ãø\é',_binary '.$\'m™„Ÿ(X-~x\"Þ•B¹\Ã\å«(Gù‰\Änvñ	ð','',0,'?'),(_binary '­H•,wú\Ý\Û\È\ç9¬©','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/ThemeGeneratorService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/ThemeGeneratorService.php',0,_binary 'ª:Õˆü\æ\Þ\È\á†ô\Ïaÿ',_binary 'ª:Õˆü\æ\Þ\È\á†ô\Ïaÿ',_binary '\"l‚û\"Ð†\â›=Jmt\Óu.‰Ž®\É\Þ:\ÔaXg\Ûc','',0,'?'),(_binary '­JTV0D·\îoTAï¼»@¡','wp-admin/options-discussion.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-discussion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–¦_\ÅÍ”Á¼ne\çš@',_binary '8*n\Þ9]EÃ„ò\äÀ2\×\Ë&ä›7&£[šˆ/ªž\Ã','',0,'?'),(_binary '­MGû;t‰¬ü½\ßV9','wp-content/plugins/elementor/includes/beta-testers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/beta-testers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªÊ¸\ëB¥­¼›\" §Àõ',_binary '\ÇQŸjrXò÷\í–\á\nl\" „J×Œ´Ã’·®\î\\l\ã9','',0,'?'),(_binary '­O\ä1kžD\æ4G0ƒr\í','wp-content/plugins/elementor/assets/js/app-loader.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app-loader.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö\Ûrÿœü\Ä\ã2S©§“\Å\Ð',_binary '¤\ê0”2Óš×ˆ«¤À(Þl´‰b/Mg<ó\Âýùu]\ï','',0,'?'),(_binary '­Z\Ï\ì-:RgŸ8\ËË…a|','wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Card.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Card.php',0,_binary '¯ž\ï÷­Ÿ‚úfðŒ\Ç',_binary '¯ž\ï÷­Ÿ‚úfðŒ\Ç',_binary 'M?e\ï¸Ò™BƒX€†c\r²Ž®L»\Ö\Þ½6&Î•‘\Ò\Z\Ô','',0,'?'),(_binary '­b–l	»-vr $\éL°†8','wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bz\Ù;1‡?‚—n³_',_binary 'Ü‰P¨;‹ŒB/Ž6OÀ\ëA\í1\Ô<¤\n{†üúSÊƒ,','',0,'?'),(_binary '­i3eE®9}m\"\0!\Ê-‰d','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner4.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner4.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òzS!\ír+žF”»1µŠC\Ý',_binary '¤y\àµXA\Ìumzƒ¶,ˆ©H…4ƒ«º\à32q\ZþÀ','',0,'?'),(_binary '­n1¤v-\0kòq“f¶\Í','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[\äú%•	Ò†W³¤Ÿ\çb³',_binary 'd¯†\î\Ðr\ßVu[¦3 s*°DÇô»\ÊC¢7','',0,'?'),(_binary '­q÷\\ÿ†}\Ò\àC’+\Ö\Ø\Î','wp-content/themes/houzez/template-parts/search/other-features.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/other-features.php',0,_binary 'ü\ÏE%ˆ=\Ìc>\Ë1PŠa',_binary 'ü\ÏE%ˆ=\Ìc>\Ë1PŠa',_binary '5|x\ÄDp\ØÁDÄ…›õuû\è,@\Ó$±ºýÀ3Œ&','',0,'?'),(_binary '­sƒ¶33<BšFQFLG¿','wp-content/plugins/insert-headers-and-footers/languages/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/languages/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[\Ý\×p¦^ \îå ªó\Å',_binary 'f\ì?µ\Þ\àlD\Æð\Ì\Ñ#¯ÁWrO\Î\n\í»•u$\áR\Ð','',0,'?'),(_binary '­u\çÁôZQ\\\'¿«¥\É','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°hqòþ\æ²A\Ö‚®“i¹',_binary '’¢	q68…xÖ…\ã\\üªs\rN¾~ƒ.—ûZØ®[\"','',0,'?'),(_binary '­v‹\Ç»	$Á\çP\Í\ì?\ë','wp-content/themes/houzez/framework/functions/google_map_functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/google_map_functions.php',0,_binary 'ÀùEI\áy¼\ëK\Þó(¼',_binary 'ÀùEI\áy¼\ëK\Þó(¼',_binary ',}@­%\Í=\é‡BiI®&\âXú¼Á\0—d•ˆ\ß)ˆ0','',0,'?'),(_binary '­xµs9^ŠS\ËDl\á','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '­zz¾\ë}\Î	š³\Ç4DN','wp-content/plugins/houzez-studio/admin/js/i18n/bn.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/bn.js',0,_binary '\"A+\ïRMp\ä@Ô±ü$GU',_binary '\"A+\ïRMp\ä@Ô±ü$GU',_binary 'üw«+t\r‰&ER\Åa\ëyožYÄ²Px\Æóým\Åú','',0,'?'),(_binary '­{Hm\\P\Ñ\Ërÿ‡ò\ï|Sƒ','wp-content/themes/houzez/template-parts/dashboard/profile/package.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/package.php',0,_binary 'œ,Xw@-ú[\ë‘\Ìhôg÷',_binary 'œ,Xw@-ú[\ë‘\Ìhôg÷',_binary '4\Ímƒñh$;[o¯ª\n]\\»3Ê¹øª›‘\ë?Ž','',0,'?'),(_binary '­|ô,RÙŒai’3n]µ','wp-content/plugins/insert-headers-and-footers/includes/admin/admin-scripts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/admin-scripts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë§Ã©À¤×–¿=S\åNrE‚',_binary 'pŠK+›ø]žŒ¤5ðj›s¨|„k¨‡\Z4\n9','',0,'?'),(_binary '­\Zúÿ¼)óÚƒ-:µÁ','wp-content/themes/houzez/property-details/schedule-a-tour-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/schedule-a-tour-v2.php',0,_binary 'c\Ú}%\ÇóCüødCbº\ä™\Ý',_binary 'c\Ú}%\ÇóCüødCbº\ä™\Ý',_binary '\ZÏ¶C–k\×öd6\ÍË‡c\Ö2,’¼þšõ‚^\"s_','',0,'?'),(_binary '­\Ç\ænô/\Ç\ßóÀ\í\ÄD','wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9â‚¦B\Ô*«·\'.u$£=',_binary 'Á•\é*Ò‘	U}`\áEöµ*šS‹÷Š‚ºþ…µ×¸žÎŽ','',0,'?'),(_binary '­‡‹‚S\à8M\ßC‰¤>\ë\Ç','wp-includes/js/dist/block-serialization-default-parser.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-serialization-default-parser.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'WŸŒˆjvuô³¹.4®',_binary '³\Ô2ò°Ÿ%ü\Îz\×uo:\Ìù\ë\n\'A\\eTUþ5l\ì','',0,'?'),(_binary '­ˆ\n›G\ß\ãoŸ\ËZ•Š','wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.js',0,_binary '\ïŠ\Ü\Ó46Á\å\å`›',_binary '\ïŠ\Ü\Ó46Á\å\å`›',_binary '°BRw¹Ü´Û—­ÿ\ã\Úü*\èõ>6†\á{\ä&©\Ü','',0,'?'),(_binary '­ˆIbh¨\ê\ÎIB\Þ\'\r»úO','wp-content/themes/houzez/framework/stripe-php/lib/Price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Price.php',0,_binary 'Ñ¢\ã@\å\Ç\ägÉ´öz$4',_binary 'Ñ¢\ã@\å\Ç\ägÉ´öz$4',_binary '\Ö÷H-˜\Ü\Ù\à{Ä¼úxL8N\'@l¼W—iü\Ò\Âöi¡°','',0,'?'),(_binary '­•R\ã	‘òC¸\à\æ>ÿ¯','wp-content/themes/houzez/js/vendors/i18n/defaults-ro_RO.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ro_RO.js',0,_binary 'eša¦`G–[3\Ó\Ü^\ßòƒ',_binary 'eša¦`G–[3\Ó\Ü^\ßòƒ',_binary '¨z\"–ÔŽb­h‰&\ë”Z*	¸z”ˆ\êQ·…We\Ê','',0,'?'),(_binary '­–»\Ûú\È\äö6\ê\Ì>ý4\×','wp-content/plugins/wordpress-seo/js/dist/externals/jed.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/jed.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'as®rÖ‰\í#e‰:0“eº',_binary '„úU\Â6|ó©>¨‚¬\×P²\Ç\Íÿ\Ë\\Á´\á§s2\ÒQ#','',0,'?'),(_binary '­˜8\Z\Ú1\nÈ‰=\n¨ÿ{‘','wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#š´?\Ú&\×|\à\Zt«\Ñ',_binary '\Õ\à!ï¡[ø¯D¼Ò‰Œ­Üž¥Yº]O\ä#*\æ£`V','',0,'?'),(_binary '­š}\áF)·H{b0ÇŸÉ‡','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_WPCommentCleaner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_WPCommentCleaner.php',0,_binary '\'×ˆR—·t(ušwðAtU|',_binary '\'×ˆR—·t(ušwðAtU|',_binary 'ðIw	\r;,°*[U{û\Ï\Ç²KN–N«u5\'g\r','',0,'?'),(_binary '­›¡»\Ç„0«¥Cð¡','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor-modern.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor-modern.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åL¬xm°;¸¬²\Ð%%',_binary 'û\îô3K\ì>f§¹.:žJDb\àð½À®\ç=À?œ¢\"','',0,'?'),(_binary '­ƒÙ–|;‚þ\Û…','wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù¾P¢\Îý?½Ä´À=\"\Õ=§',_binary 'õj_y·™—»T†[\ë^\Ü\ÊÖ¤y®Uv¡þ¤–%\n\Ü~¯','',0,'?'),(_binary '­š•S\Çh\Þ\ë\áS\Ð%Tzø','wp-includes/js/mediaelement/wp-mediaelement.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/wp-mediaelement.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô%/NqOR\ågûÀ+\\\í',_binary 'F}\Z\n\åõ\êv†nò²`¥\çZ!¶T‡®WŒ°™\Ïs','',0,'?'),(_binary '­¤_ŠH\Öñ\Üù@•#\å‹ö','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y/¹1²š§<\'\'¨Œh',_binary 'šG\Þ{)/C±7.®…ž“\î³\âªð\0y—ÂŠ}\ÅR,–÷°‘','',0,'?'),(_binary '­¤ÂŠú\Zñg‘ÿŽ\ÆD\áLõ','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\Ô¢¶ö\ëQñòvm‰',_binary 'uý€U®\Ðú¾ª}mðB^	ú\Ñ9H¬M±@q3Þ»','',0,'?'),(_binary '­¥ë–µÁ\Ó);)wPÚˆp','wp-content/plugins/wpforms-lite/assets/images/community/dev-docs.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/dev-docs.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R.#\ÄS\×\é3óž\'\ê`e@',_binary 'ž\"H\×T\Êm0\ÑÉ£j=ƒM—~ò\â\ïnu*‚w6d¢','',0,'?'),(_binary '­ª’\â-3~\Üh\Å»¤G','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '­­Zh;ªwE¸lWT','wp-content/plugins/wp-rocket/inc/Engine/Admin/API/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/API/Subscriber.php',0,_binary 'ó\Ï/´\æZl\Ï\Óm\"LÑ·g?',_binary 'ó\Ï/´\æZl\Ï\Óm\"LÑ·g?',_binary 'Ž\Ü\à¤Í•r<6±3¬ú œœü\åtº\ä†Ã³','',0,'?'),(_binary '­¶\'õó®MS\ës{„W{‡','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Cron/Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Cron/Controller.php',0,_binary '\ì¥ô™,Â‡y“-|Uü9',_binary '\ì¥ô™,Â‡y“-|Uü9',_binary 'œc°ƒ,Ô´W§ƒ¹y¡_\Ûh\ã`\èº/ ÷¡\ç\çû/','',0,'?'),(_binary '­·6‘P‘—O\î€RA‰','wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'é¦ˆ\\\Å)>¸ebš¾øO\î',_binary 'z¹¿Ï€E³Lùð:\äùf‚xŽSÙº-\ÅUz˜|\ß\0i','',0,'?'),(_binary '­¹zuvIÁ©…&\Ûb›','wp-content/plugins/wpforms-lite/src/Admin/Education/Core.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Core.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªKhoô¯±ýýŸ\ã\Ø:7·',_binary '\'c\'\Äz5b÷aøH‰’\É\Ý8ña\î?!x¨:M“‚\\s','',0,'?'),(_binary '­º£’\âŒ1z\ë­\Ä)\Ç\Ä]','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`~\"\Ë.qEvóÁ”\Å¹',_binary 'o	YT\Éeµœl\é|:©\á|ºƒ)ˆJ«ª¨cº­E]','',0,'?'),(_binary '­ºÖªüyp!P¦Œ\Ê\ßE','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_rotate_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_rotate_24px.svg',0,_binary 'e±y\Â3«\â\Ì\"³™»Ž\á\Í',_binary 'e±y\Â3«\â\Ì\"³™»Ž\á\Í',_binary 'ƒ&48;¹7’K–…÷\Ì\r÷zþD,BC»…±\íºH','',0,'?'),(_binary '­¾\Ë+L’Ujýc \Ëx\êð','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-total.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-total.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®’µ\Í\ÞýŽ\r_,À\î•z\Ñ',_binary '\ìŠ\å/¸8\Ô\Ù_\îú\Zt\å–*`IJ¬f\Åò:Á','',0,'?'),(_binary '­¾\í¨)d9À\ï‚-²†.','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-by-ids.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-by-ids.php',0,_binary '\Åt\Í<ú³3y·M\Îd\Èö',_binary '\Åt\Í<ú³3y·M\Îd\Èö',_binary '“¥\Ûvo:‡×©Ù».A[5\ê^ý™Ø¤0X\Î\Õo\Õ','',0,'?'),(_binary '­Ä•\Î}m°Ç¢#P×›Vù','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_2_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_2_24px.svg',0,_binary ';–\ç€5DT\Ú%Èºd»¨.',_binary ';–\ç€5DT\Ú%Èºd»¨.',_binary '%n\ã\ÃG&A\ÖxXýS÷Kz	*M2j\Ó[\Î-M|ì ˆ','',0,'?'),(_binary '­\Ä\æH/¤%¢,/ž\à6¼','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æÚŠ¯I¼_–\r\ÊtWû0‰',_binary 'ò3LCÅŠŸ&Q\0\Ñ27ù,Þƒ\Ì\ê´»Ÿ¯\ZS\Ô]','',0,'?'),(_binary '­\Çô\r\ÂÛœTiESò\ã­','wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹%\Ûlž¦AZð|\Ól\Û^³H',_binary '†.¥µ®ÿ\Õ»¡ch)?Š\ËW\Ô0$€Q˜Ÿ™Ú²','',0,'?'),(_binary '­\Êbe\ïe…¹\Ên\Îð\Ùt\Í','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G™#œ®\Ä\Ís +ôV{\n\ä¨',_binary '*\éún¾0pd5ö‰y\çw&?Œ—^´8;‰’ŠN\æù:9','',0,'?'),(_binary '­\Ì\Ý\"Ü’³÷\Ó\ÃnzD','wp-includes/SimplePie/Caption.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Caption.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÜŠ\×\Ñy’uŒD\rÂ£¬',_binary '\'\ËW1Q½5[Û‹\ë)¿\Â\r´8Û5:ò\ê?*)K','',0,'?'),(_binary '­\ÍöœÃ¥À[(\Äã®´ñ›\Û','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character06.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character06.svg',0,_binary '\Ìj\ëþCW¦\à7½P.U',_binary '\Ìj\ëþCW¦\à7½P.U',_binary 'v¥ƒ\ï²(yŒ¾Ÿ€¸)7\ÊW¥’/?¿%\à–Šn~','',0,'?'),(_binary '­Ô‡\Ý\Ï\ÇGq¨\0\ÉG0\Ø','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-sidebar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-sidebar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü·˜PQ„ø¾Å¥1›\ÌE\Ë',_binary ']\ë\ãª58òô\ÔM†qbªf\æY`4q\ÇjY\áExg¯»','',0,'?'),(_binary '­\Ô\Ù#qM\Õ( ì¦‡`6','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯z\å©\î\Õø¸\æ˜ 6‡>',_binary '­\ß@â£‚©L\ëEQññ‰(ieº–q[N|&°\ãùÃ÷','',0,'?'),(_binary '­\Ö\âÓ ó\ÝQª±ŸVÕªô','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹\ÅO »\ßqY\í÷Ys\ï½i™',_binary 'cyÛ«œ\é8ù— O_ø\×O>Y\Ôõ¶ˆ¯Â§s{%','',0,'?'),(_binary '­\Û2\ëy€`\Ï.;©\Ï','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/AppendStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/AppendStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ\äüù É‰ù÷/\ÌJñ”',_binary '\Ã\Þuª\ÐòI1O\Æ©ý°3\æ«`°n—¹\ruE','',0,'?'),(_binary '­\ÜË‹\Ý_o!\'\Úuœ\áør','wp-content/plugins/wordfence/views/common/page-tabbar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/page-tabbar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q\è\Ø\ÂVdÐŒX@q›È™\Í\Ä',_binary 'Sþü\ÐØªA\ä\é\àÓ¤\Ë@5°ú\Çò|ˆ~ú?KBK9U','',0,'?'),(_binary '­\á`\0f»ÿ<\Î\ëÉKmc','wp-content/plugins/updraftplus/vendor/composer/installed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/installed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z\Õ7\îÅ‰À	 ·\ÝHüS',_binary '…T\ÓV¿\'ˆƒC0­l¸\Þ\rÁ ‹o*\\¨ú™*62x','',0,'?'),(_binary '­\á\Û\Þ;\nû7ºÚ“4t>J','wp-includes/blocks/post-date/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-date/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â=\í\ãñÁaºV…‚•\ì¬',_binary 'œ\ÑC`¶ÿbH&2*6Ô¹(]3\Ð\Úý\Í\\ˆ‹nÚ¶}\é','',0,'?'),(_binary '­\âZ\nu\ÕoK° ¯¶T;e','wp-admin/images/list.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/list.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>–½*\âÀÓ³\ÑSñ\Ã',_binary '\\w«»T[…=°b­aCk©…ª;c£¶À','',0,'?'),(_binary '­ä‚VÜ¤½cýQ›•\'ù3','wp-includes/blocks/comment-reply-link/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-reply-link/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§!\îTÝ–…F.¿	‰B',_binary 'Ë€-e\'‡i½\ÃZCŽ[\ÊKLWn›€\ÅA\ÞÒ®\Ï6€ô\Æ','',0,'?'),(_binary '­\å·\Ãm“\ÅúB=­hýñ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_Helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_Helpers.php',0,_binary '\"\É\í\Åm‚\r\ç¹ 9\Ï\Ëš',_binary '\"\É\í\Åm‚\r\ç¹ 9\Ï\Ëš',_binary '5\Ú@\ßXx5¦wEÛ¿\Ç4!\0,‡	x”Á5‰·s\éô\ä1','',0,'?'),(_binary '­\å\ï\Í!>~\Öwò®9\á³\Ê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/QueryAudienceExportResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/QueryAudienceExportResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ú„\Þ\è\Ù:ø5’¯ð ®',_binary '•9žUU4]!j¦šò\Æ\ÞG\r‡¶a%$K£^\Ú@>™\Ä','',0,'?'),(_binary '­\ê\Ò$\Ï%x€|6;Žo\æY','wp-content/plugins/redux-framework/redux-core/inc/validation/comma_numeric/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/comma_numeric/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '­\ê\á³‹×»r,ÁF','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Traits/ResetNotices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Traits/ResetNotices.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»ª7ûÂ¤\Ïaq‘B\â>_„',_binary 'Ê£S\à¢WQ~š\ßw&ž€\åeö4\Úm\Ú\âbot\âN','',0,'?'),(_binary '­\ë\Û\Ô.W\Öt_D´½\Ñò3‡','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðøN>šAb\ç\Â:m\àRv',_binary '»+\ë›Sa\'À\0¨60„ž\Óc¿er½`t¶mŠ >)&\ï','',0,'?'),(_binary '­\îó³ctŽ\×lx]æŠ‰','wp-content/themes/sinatra/assets/js/dev/sinatra.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/sinatra.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}Wµ\ÍtF`kŒ\Ü.\äM!\ã',_binary '&t\Ñ\\$ütYX‡z%\ÂaCŠL@q±5ù\nb\ÖXQyx','',0,'?'),(_binary '­ò\ç	F\Ðb*\×\á\ÄÚ­','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/WmxSite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/WmxSite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š1®S*½tºr²#“+',_binary '\Í\ß\Ñ¿2g\Éì‹“!W,\ÔÀ\Úic	p`‹s¶«\ßY','',0,'?'),(_binary '­ô\ÕVõs”(tf\ÕŸ\Ò','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿–mJKý‡’ß­\î\Ä{÷',_binary '\Ò5Nw\Âf\×~Œ’Z\äð\äo€Óˆ˜S3Q²€¾O7%','',0,'?'),(_binary '­ø-\'-T¯õ\Þo{²}-\Ê','wp-content/plugins/revslider/public/assets/svg/editor/ic_mode_comment_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_mode_comment_24px.svg',0,_binary 'ý\Zº\ì \ë«$\á´V2–_¦',_binary 'ý\Zº\ì \ë«$\á´V2–_¦',_binary 'p\ÉÚ©bÜš\ï9Yp@úG\ïúk‹—ERqe´\á‰Ð€Í§‘','',0,'?'),(_binary '­ùPy—¯sö\Ý\å?VÄ¦g','wp-content/plugins/elementor/modules/nested-elements/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-elements/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-\ë1\á>\Å$ö\nu;*R\Ôk',_binary '3«ó1	U”\nˆ’ù\"IÇ¸n9´ë‹«ET­ ðX»','',0,'?'),(_binary '­ùll¸„ƒx\èL,7W\ÊN\Û','wp-content/plugins/wordfence/views/common/modal-prompt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/modal-prompt.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0J\Ù.H[|\á—E3$d”',_binary 'ˆ\ZÀz%\ìª\Ã\ê;\ç\å¯ú—o©n\Ð\Þm&±\Õ\Ê÷µ¯\Â','',0,'?'),(_binary '­úF\â\ÓóŠ¶\æIUÿžÉ\Ô','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R·¦[3\î\à\Ú\ß%=°&ûC',_binary 'k\Ë\ÜÅ®´0RHÜž*¦\ëŽS¬ê„…WµJ%I)\Ü*¼','',0,'?'),(_binary '­û\Ü%8½™Þ¤Ñ¤gD\Ú7','wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-usage-tracking-lite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-usage-tracking-lite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}4±œT·ˆ¥òe:oÁv',_binary 'Æ½} \Úè‘¾\n––ºU‘Ok´)\æ\å0SÖ«*;­w²¡','',0,'?'),(_binary '­ý\ÏD\ã-j<?D´\Â\áW_','wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/ConverterInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/ConverterInterface.php',0,_binary 'X›¬·F\Ì8Á£s·A',_binary 'X›¬·F\Ì8Á£s·A',_binary 'ƒ$þ\Z6\å\Î>>vÌˆA8qF«\ä:G‹\ÎG¬‰“','',0,'?'),(_binary '®4)tk‘l#†<\ï\ÝU\á','wp-includes/block-patterns/query-grid-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/query-grid-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/0\ÊK±\0F¡\ÔOK‰ºM',_binary '\ÞQ^Dæ‹œ‰\åûdt\é5¦¦®TG ð)ËŠhø`ðe\È ','',0,'?'),(_binary '®\éH‚\0‚›E·³\È6„@','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\Ñ÷(M+Cmkž>B«\Ùh',_binary '\É7 ­\Â	\Äµx 1h’1$\Éô].\Ï\æ-_\Õ\â\Z6','',0,'?'),(_binary '®¥‘\È\Ø\ÅNb¶î¸¨¼ò','wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&u\Î\n©“¦\Ý\â»1f3R\ê',_binary 'h‡oú2ý\Âi¦Ê„Áa0Á$\Ä\Æ\ä\0ú·b\Ý\n','',0,'?'),(_binary '®™~\0ü‘õÀŒD`a','wp-content/plugins/revslider/public/assets/svg/action/ic_autorenew_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_autorenew_24px.svg',0,_binary '‰‰Ë¡€¼§•\Âp\ïŠ,',_binary '‰‰Ë¡€¼§•\Âp\ïŠ,',_binary '7…m.0J?\æ\Ü5Šú}\äON¨:I+è„#¥\Æ8f«\Ç','',0,'?'),(_binary '®\Ì\äUy/ÿ*%þ\åý;','wp-admin/includes/update-core.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/update-core.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žr¶\êOG…\ÄYÏ„\ê\ÅI\Ñ',_binary '‘‚ƒß¶w´\å…m yÝ„ª^o—^C\Ä\Ñh·“’ÿ','',0,'?'),(_binary '®\rEö\ÈU\ÏœøÍ„\Þ\Ù','wp-includes/images/wpspin-2x.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/wpspin-2x.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î{\Ì%µ-\âE\ê;Ÿ—Œ\Î|',_binary '\ä°u)\ÐœJ\äøA†92®ñ$§‚N\Ó8ý\Ô\Ç÷¼\Â\'F','',0,'?'),(_binary '®W«‡µPæ—ƒ^qðy€','wp-content/plugins/wordfence/lib/menu_firewall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_firewall.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!ñ%røÁ\'NP-XÏ¼\ÓA',_binary '\Ë`\n\\\Ç-\âj‰-d\Æ\ÑZ{%\îp\á¨jõˆ¢¸Aúó','',0,'?'),(_binary '®©Áö7?\í„\Ì/q–m.³','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bÊ¼\æ:\Ìû‹ò\åQ¶ös',_binary '²M#\Ö%€–ûyß´º½\ÊenY=Õƒa\Ë\×\çM','',0,'?'),(_binary '®¯y¥›¤ôeœû¨\Ê','wp-content/plugins/wpforms-lite/assets/images/lite-connect/envelope.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/envelope.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e%²KH;‚MG«Œ÷ƒ\Ëy',_binary '\'y¦~\âòƒý\Æ(umcecž57XÒ§¯°c‡Ãº£','',0,'?'),(_binary '®‚š¼tÈ—MÿÒ¬¡ 4','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VZ[‘vÑ€4Y\Ü7^7	¥',_binary '\ê\×\æ–Ë™!‚U_\Û\"¦õÊ‡\Z\Ã\å]:\ï¡R±8\ã\ây','',0,'?'),(_binary '®\"œ\ì\Ã0\\\Þ\Õõ¤^\ì','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Trigger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Trigger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®0‘?\çqaýi~fq',_binary 'Lœ¾\Ä|&ÿF™^o\Íwh\Û\ä\É<\Ñdg¨¥:®	\Üi\Ç','',0,'?'),(_binary '®)\Ê‹yš\Â\\”Œ\ni‘%P','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/golden_rings.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/golden_rings.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–97ˆ&”Lš…	JŽzÿ',_binary '\Ä\å½	pT¾1¡\Åd¼•\åFIÇŒš\ê»P\Å\ÈjMÔ´/\nY','',0,'?'),(_binary '®+GszŽ\è¤\å\"\à[\Ô','wp-content/plugins/redux-framework/redux-templates/classes/templates/template-contained.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/templates/template-contained.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ù‰ƒz…Ü½:´ÁA´u\á',_binary '#\Å!¯ôŠtbg¤ß¸…\ç\éc³S\å¬<\Äv˜º\Å\ì½','',0,'?'),(_binary '®+‘–¶<C83®D\ÙÿY','wp-content/themes/houzez/template/template-payment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-payment.php',0,_binary '6©¦\Èc]ˆA’Cš‹½',_binary '6©¦\Èc]ˆA’Cš‹½',_binary 'º¸9\Ü6œx¶—µ®.^A|\Öy¦a\Ò]p\è€(V°E®ð','',0,'?'),(_binary '®,%\Ôi‡\Ú9\éJ s','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tmÀ½\íœ›\é)ºžJxp+',_binary 'Ç©Î°¾K…¥\Ùœ\ÎfD²‡\ÑAD¿Pš\ä–','',0,'?'),(_binary '®5YÀv]«†²0.¹','wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/addon-not-yet-present.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kµÉµ\Å9n6w\Òú¼[',_binary '\ê¶\×Uð \î¶I]\Óõ9›û*f¨\Ý\é\Ë\éZ9ŸmÀû','',0,'?'),(_binary '®7\0¦¿\ï\Ãð\×<Üd¾','wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Wýzþ±|©‚ G®\Óð\â±\Å',_binary 'M\î¿+(\Ä\\‚]B\îŠ\ÙR\ëLY¹ø•\Ã#š?w´œ¨','',0,'?'),(_binary '®=ö‘&×€\ç5\æ†\Ø$\è ','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/NotFoundException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/NotFoundException.php',0,_binary '\rŸ˜Z\Û#:+\æo\r<&\ÕR',_binary '\rŸ˜Z\Û#:+\æo\r<&\ÕR',_binary '`dñ(ƒ\Ù,	QŽlÎòh YKM\Ï!\âw\0/QŠ×§[y','',0,'?'),(_binary '®?rC&£%ñ\é–\ç\áÂ£ø','wp-content/plugins/elementor/core/experiments/experiments-reporter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/experiments/experiments-reporter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6RžJt“6\Þ\'\èø6`\Ç',_binary '„	ñ3r®\rLH3ú†jðL\á\ïÊ‡2ƒ¢wµ\å¬\àR¶','',0,'?'),(_binary '®B*^\Åe´Gl„C9±@¨','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡¤h\"\á\ÍX\ì5V¤—¡\å',_binary '#·\Ý _m„ÿ‡&oõz)\ìÙ¤\Þn.\ÃH¦','',0,'?'),(_binary '®H\0Q&ß™\Ì\æ÷†¶\Zm\È','wp-content/plugins/houzez-login-register/social/google/service/Google_Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/service/Google_Utils.php',0,_binary '„³+\'„:xb\ë—Fü„\ï',_binary '„³+\'„:xb\ë—Fü„\ï',_binary 'õ‹\Ñ_j@f\Ý:\æ»J¾|5\äw›\Ú[\áú_X\Æ\Î}:\Æ','',0,'?'),(_binary '®Hf²±\Ïz-O˜v#\r','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3.php',0,_binary '¤>w‚%„û†Wyx¹Mm\á',_binary '¤>w‚%„û†Wyx¹Mm\á',_binary 'ö\Ô\ãZ7¬zF3¿”K\"\"\ÇK„QÖ¦À¤\Üû.–\Ì','',0,'?'),(_binary '®Ix\å¹_Wñ\Ë^8ú\×H','wp-content/plugins/wordpress-seo/js/dist/elementor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/elementor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã˜sm¿\ï†g/)%P]',_binary 'gÃ½f{‰ô\äýŽþL(²\Ë^…ð”\ÒG¤ô3{­~ý','',0,'?'),(_binary '®I‘Àiðè»¼›\â\í˜\Za','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_«›mA–B\r‘M‡%FùQ\ä',_binary '§z²‘!˜.>\ë\Ü1ŒYHŒ™£\Ýhù–ôµ€d²@—\Z','',0,'?'),(_binary '®NR,\äJ\à–*\æÌ¦G$iƒ','wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äbkÞ‹m,\Ý)\È®!p',_binary '¸‰2\Ø¡…²\ä\èK\Ño\É[¼k|\Ò\íZV\ÃT|\Çcö','',0,'?'),(_binary '®Tú¦R\ê&õ\êI\Å\×V','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-optin-monster-2bb9e40daaa87763f38e.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-optin-monster-2bb9e40daaa87763f38e.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹_“ªQX\çg\Ýpb\ì\×',_binary 'e_Muÿ¥_\äñ­\æšÉŽ¨¨ªPBp\ÎaA™q]{¼h','',0,'?'),(_binary '®V\Ö\ç>›ÁýL1Ò•c¢0','wp-content/plugins/wordpress-seo/js/dist/edit-page.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/edit-page.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h<Sü\Å]iÁ‡õž\ïx˜',_binary 'M\à°\Îÿœ8ª%‘ù\ÖûA¡¬©ƒ\Ì(ŽDZ¹$\Û','',0,'?'),(_binary '®]úxóu9¸oûüŠ\ê©A','wp-content/themes/houzez/framework/functions/search_functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/search_functions.php',0,_binary 'c³2\Ø\0z~þCA?§¶\\',_binary 'c³2\Ø\0z~þCA?§¶\\',_binary 'ùf)\Zx¸³\×\í`¦¦\Ó\n²ˆ\Æn \Å\ØYIyºÆ¥','',0,'?'),(_binary '®c~x˜Å³0zlÿù\ä','wp-content/plugins/houzez-login-register/social/google/contrib/Google_TranslateService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_TranslateService.php',0,_binary ']Ã‹H:\Z«\r\íl2{\ë\0%',_binary ']Ã‹H:\Z«\r\íl2{\ë\0%',_binary '‘\Ä~A\Êõ®“Ž.:\0…cÁ@…^µ\Ö|\É9É·O u','',0,'?'),(_binary '®f\ë8~tF¡Á\ÔgN\Ý','wp-content/themes/houzez/framework/stripe-php/lib/PaymentMethod.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/PaymentMethod.php',0,_binary '†8O\Þ¾\Ø*\îI)\Ô\Äp',_binary '†8O\Þ¾\Ø*\îI)\Ô\Äp',_binary '^\Öp\'6°ùûû\íš]@§\ã^.*‹Z\áS9S\Õ\Ãý,}}»','',0,'?'),(_binary '®h/Í”žj—C\ê¶\0\æn','wp-admin/includes/class-plugin-upgrader-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-plugin-upgrader-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àÆ¤\à©\Þ\ët“ G\Ä@ªU',_binary 'O|\Ü\Ý\Ôõ˜G½J\ÜüP{Cb›·<ý\á2j','',0,'?'),(_binary '®l¬E:®¬ó½û»\"eò','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/ThemeInstallTaskManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/ThemeInstallTaskManager.php',0,_binary '\ä|\ç=-e\ÚÐ½ž\âKŠŒú',_binary '\ä|\ç=-e\ÚÐ½ž\âKŠŒú',_binary '\ì*Q¤±Ou°2±cg\ãX$\Ã\Í\ÄÜYÄ´j\\Uªû','',0,'?'),(_binary '®s˜\ë)ŒN¶	z@%­\nL','wp-content/plugins/wp-rocket/views/settings/partials/getting-started.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/partials/getting-started.php',0,_binary '÷\Ù\ÅhC	±\â\åö%þù\å',_binary '÷\Ù\ÅhC	±\â\åö%þù\å',_binary '\ã\ÙPe¹Ô—0¡»¤G2w\è\â\Ä9\æŽ\ÞùJˆv/ 1À\Ë \Ò','',0,'?'),(_binary '®u.#üÃ¯\ëyv“—;£','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file04.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file04.svg',0,_binary 'Ã\É\Ñ\êúù\é@oŽÀŸt',_binary 'Ã\É\Ñ\êúù\é@oŽÀŸt',_binary 'vójX£?§\Õö‹€ŠwÞ·\Ó\Ó\É˜ŸD›\É)\í9','',0,'?'),(_binary '®xˆWº‰2eöuv\ÔL','wp-includes/customize/class-wp-customize-background-image-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-background-image-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1SDMô{KCª„(¾Ÿ1\Þ',_binary 'M\nþ£K6e@¢ŽÿzM\äd´ó×½Z%d	§XÒ«¬','',0,'?'),(_binary '®z‹&Z4\Ø=z\Ï\Þ\îZþ\æ‡','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-a.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-a.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^•@ý•Á\ë…÷- Oo`´a',_binary '6šˆ\Ì\è¶\Z(\ÓO\æWq\nX\rs\ëRF\ÝKW\Õ\ê\Øl›\ã§','',0,'?'),(_binary '®|€¯š‘õr³p\'ŒA','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php',0,_binary '\nL9\ÕÉ“3ú\É\'\Ú\r\Þ.',_binary '\nL9\ÕÉ“3ú\É\'\Ú\r\Þ.',_binary 'I	#©Õ¥bJM§k‘ö\Õit«A?\à\Ø(ce˜MW','',0,'?'),(_binary '®6« œ?\á›^o\ï»#ý','wp-includes/sodium_compat/namespaced/Core/SipHash.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/SipHash.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r-\äe\Åúör^©!ƒ~',_binary '…\î`”ƒR\élÔ¥Lz\ã?i\ÂÄACH\Óóž®£Py\én','',0,'?'),(_binary '®ƒ66ƒ¿–Uº»\è º','wp-content/themes/houzez/framework/metaboxes/property/media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/media.php',0,_binary 'uô›Œ,\å¨öºý£/',_binary 'uô›Œ,\å¨öºý£/',_binary 'Í¹z9IQ*\Â\'aŽŽ#›()­Eø\ê\í‚ú*u\Õ\à\Èd','',0,'?'),(_binary '®„\ÚTtG… 2L#C\ë\Ô','wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'KJ0ä˜¹3V\àT\í\ÆI@',_binary '±T<´}?M³ \ë6)`Rúkl]¾7ƒ¬[zaê‚¼b','',0,'?'),(_binary '®‹­˜#SÿV\äºõÕº','wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á—\ê­B\Äø,\ÛVV:t',_binary '\×ÂŽwŒÅ ·\'m±6Q£Ý¥a‚ôh‡|\Ä\æG±•','',0,'?'),(_binary '®‚\'÷ö6a=ä','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalVisitNumPagesDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalVisitNumPagesDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\èð$\Ñt\ÜQVb?°4H',_binary 'oÌƒü¾\ä‰ó«5ŠÛ¥\ç\åÙ®üm|[\Èø¿¤#†','',0,'?'),(_binary '®‚R	¿(¼,	!)\ÎZ','wp-content/plugins/wordfence/waf/pomo/mo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/pomo/mo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D‰œ6û\æ~.’\Å\çS\ì[',_binary '°\Æ\\\'÷_F\î u\æC)CR\"(C¹O\ÛYW\Ï!ž\È)','',0,'?'),(_binary '®ŸÁG\Í,F-\n\Òo.ú','wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ\æžsXoU\nùK,¼BV',_binary '\Ø÷ÿ…y!ý!÷ScÍ«\Ñ\Z@lP\ã”h^tª,\ÓPbø','',0,'?'),(_binary '®£\æœE]Dšš¹`<¨ýy','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginActivationTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginActivationTask.php',0,_binary 'R¶¨†\Ç¬­u \ÇB„¦',_binary 'R¶¨†\Ç¬­u \ÇB„¦',_binary '\Íù{q)\Ã\Å\×-ø\Æ \0©’óyÅ±Ž\Ü\ÓË™E¯','',0,'?'),(_binary '®¤u.·W¨9“Òº\n','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/OutboundPaymentService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/OutboundPaymentService.php',0,_binary '\Z,H«MûÏœ7!c•',_binary '\Z,H«MûÏœ7!c•',_binary '\Ø\Ùh>Ñ–\Ì¼OÁ¼³¤&-\Z’ñý.;“Lû+õ\\c','',0,'?'),(_binary '®¥ƒs\Ðr\ë\'gÉ¦\04/\ÆO','wp-content/plugins/google-site-kit/includes/Core/Storage/Setting.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@\ä\n¡¨\âGä‚½@\ÉF¥N¥',_binary '<÷F\Í\â-/\r‰mö\ÛZ˜¶!>1X`Õ‡\Zuc\Ç`¥M','',0,'?'),(_binary '®©!”\n]\å!öO˜\åû^©','wp-content/plugins/houzez-login-register/social/google/contrib/Google_StorageService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_StorageService.php',0,_binary 'Q²@ö1p\ÐÀ\Ý\'¢\Æ\ä5Ý¾',_binary 'Q²@ö1p\ÐÀ\Ý\'¢\Æ\ä5Ý¾',_binary 'bcg,a\éBZKE°\Çª\Å~[Aú–SÂ¢+x#\ë','',0,'?'),(_binary '®­´øý&@pˆ\Ó\Î\ÆÉ—','wp-includes/js/dist/wordcount.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/wordcount.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹?guE‘\Ý:ð;<\âH…\é',_binary '.¥òµ\ê®\Þ#ð\Ò~yü8Fž·û¦œ”\çÖ†ÀŒ','',0,'?'),(_binary '®¯9~\"«`@¤º9J\Ý','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ù™òÿ‘–©~¯v|ôÍ„',_binary '†µÿ[a«›L[\ï\Ûn£:\ÆÁ§¶§Õ¥²\ØXM%„1§Š\Û','',0,'?'),(_binary '®¸¯{Z€\È$\Ë\'ó‰Q©','wp-content/plugins/wordfence/lib/wfScanMonitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanMonitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{BèŸ‘b¡h¿6a\\À\ÝF‡',_binary 'r­‚¡±¶ñ\ÊBVö¸\Ñd\Î:*WUŒ2‰\ãn/¡','',0,'?'),(_binary '®»Î¦Hcñ^ž\âû°)','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®†­\Ø\Ý\â\'\á{=Íº',_binary '†–\ïR¡¹³“÷\Ç_fW{*3•\Å\ê±\ÅÝ”	±\"\Ë/','',0,'?'),(_binary '®»µ\ÐJ;ŠŠ»ýª\é','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-contact-2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-contact-2.php',0,_binary 'c\Ü=\ÛCy\Ðp©¢¯yA¥\ê',_binary 'c\Ü=\ÛCy\Ðp©¢¯yA¥\ê',_binary '/Ï‡\\Ž¬öšû\æ@xhU\éÔ]KÁ_P\ë`š%F','',0,'?'),(_binary '®½a­|I–\"¨‡\Ø','wp-content/themes/houzez/framework/stripe-php/lib/Radar/EarlyFraudWarning.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Radar/EarlyFraudWarning.php',0,_binary '÷¦\Ès\Ñ\"+!5†',_binary '÷¦\Ès\Ñ\"+!5†',_binary 'y†Œ\éruWË«.cò ¥\áeœ}‡Ü­\Ê>ym\Ì','',0,'?'),(_binary '®Ëªø\ÒDˆÿ\Æ\Z”£—£\ë','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-ninja-forms-ddd9645222a85c7954f3.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-ninja-forms-ddd9645222a85c7954f3.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']Š\ë4b\ít\ã\ÒXf\'\ÙQ',_binary 'Œ¡UÉ»k[¿t\åt\n«9\0øË^ý¨uTŠ9\ÛŒ\0¿','',0,'?'),(_binary '®Ì¤7¬.KHQ\ê­Q\ïœ3v','wp-content/themes/houzez/taxonomy-property_label.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_label.php',0,_binary '\ÇT+e¶sò3˜ñ?(Gð',_binary '\ÇT+e¶sò3˜ñ?(Gð',_binary '\Ä\Ér’n$Ÿ\á¡\Üƒ^zÑ¸U´XGBM\Ì¼ø81\Ì\Ê','',0,'?'),(_binary '®Ñ¼ü6„@Þœ7õO\Ý?·\Ê','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/bootstrap.php',0,_binary '\ì.©ó4;G\ÌKe\ë\r\é\È',_binary '\ì.©ó4;G\ÌKe\ë\r\é\È',_binary '\æ„R\Ì*…“µ\É\áa¢^ûk•‡J5%\Ñ\àÁçŒ¨\Ï\Åð','',0,'?'),(_binary '®\Ò#¯G¡ž\Þhgx¦ªðT','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uš9‘÷ƒ?DšVƒ',_binary '\"ŽÔ¿—¬\ÉY‹\ã\r¹×™}\éW%	ˆOj¡\çQ	','',0,'?'),(_binary '®\Ûh\ÅSÄ¿Q\ãƒ\îRœ\Ë','wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',\áù$omocgñ]N(\Ìñ',_binary 'Ÿ\n\Í}¼fX†Äœb<EŽo•.[<v6…1_ò^','',0,'?'),(_binary '®\Ý.\Ã6}I$ntþ`xF2','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Patterns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Patterns.php',0,_binary 'C\ê£…aIe3q\ï\Â\ÅRV',_binary 'C\ê£…aIe3q\ï\Â\ÅRV',_binary 'ÿ²“è˜§V\é\\\ß/\'\ß:))\ZÆ 7z/¹[Ežõ­K…','',0,'?'),(_binary '®\èwò%I¾\á\áË°¾B­=—','wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/SimpleMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/SimpleMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_“bqžK\îA',_binary 'O\àÓ¢m;œGD¬\ÈÉ ¹pú\ÈÎ‰ \å†c¿Å¬·','',0,'?'),(_binary '®\ê!Q†¯\ìº~°m\ÆÃ¡j','wp-content/plugins/updraftplus/includes/class-database-utility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-database-utility.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—	UMhN\áad\ìÈ¨b\Å',_binary 'iú\éE\ÈÅ¶C®ƒ\Z®=š øZ¾¾)³Q°†–\Û','',0,'?'),(_binary '®\ëþ§ª\ê\âsp›\Ð\äeü','wp-admin/includes/class-wp-ms-sites-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-ms-sites-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šâ¿ª\Þ\ÅM6kÁš\r‹',_binary '\Ñô\ïV_÷;,\ì>¬	®Z½\n]¡t–w¿Ÿ“‘Ã¼\î	','',0,'?'),(_binary '®\î}<}¦§rÑ€w€H<\Ò','wp-content/plugins/wordfence/js/knockout-3.5.1.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/knockout-3.5.1.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(«žaUHwË²I†\ÂO',_binary '\ã³\Ê\ë&$\Ìùz\Ü\è;o,ý\àº4‡ca˜‘¦ÿ','',0,'?'),(_binary '®ð\Óð\ã\ì`~š—™;ô¿\â','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñ¦xQ\'XX ¤öè™…~e',_binary 'ó\ÛY*›<ù{ž~´eÖ…§\ä]|½bó\å5*z(\Ó5`~','',0,'?'),(_binary '®ö¢¯\0U\á¦\ê\îøE\í\0(','wp-content/plugins/revslider/public/assets/svg/action/ic_info_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_info_24px.svg',0,_binary 'F¬X…³\0Z1\ï¿fõ+\ä°',_binary 'F¬X…³\0Z1\ï¿fõ+\ä°',_binary 'šÀ¿‡¼§t\ç\Æ<Ú´.~`xxxÒ¼\î´ümªŸZ','',0,'?'),(_binary '®öº@Pw\Óy\è\Å\Ù3‚Ks','wp-includes/blocks/site-tagline/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-tagline/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\ã‘\Â\ä\Ür÷38\ÅßŸ',_binary 'ª\ÏÅ²þuÎ‘§u\Æ\Þ-þ¤\Ð x“©m’oC\Ý\0£±/#\í','',0,'?'),(_binary '®÷¾WPå±†—\â\Ø{R?c','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/range.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/range.php',0,_binary '™Hyý\ä®v=\'d‰',_binary '™Hyý\ä®v=\'d‰',_binary 'ºÃ¼ý\Ù\â\Ü, «	xú‹Ç‹Œ\ß?<‘1\n›\Þ-œÇ‹','',0,'?'),(_binary '®û	ýÓ­gÈ±!n‘P‡','wp-includes/IXR/class-IXR-client.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Çaœ\È\ÃJ€}‘ž!\ÅW\Ì\Ê',_binary 'Yw½\à1\æôv.£G3eñd\å†¸Ã„¸­y`LR	]','',0,'?'),(_binary '®ý¬Êœ\\\"±\â\èz@*>\Ô\Z','wp-includes/blocks/site-tagline.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-tagline.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\ÖÁüÀB-\Åo»lY´\Â\à',_binary '•\Þ\Üp±”K1ü2 \Þm‘ˆ\Ë@Ñ‚\Ø÷þ\'P¸«‹½','',0,'?'),(_binary '®þbE\È¯—šö®«\á','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Apps/Secret.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Apps/Secret.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rf3Dj7½	‹2\ØgÁ„\Æy',_binary '=a\\e€¿7t[\Ò”\ç\æ\â^¬C\å©x¶kÏ¦QD\ÉU','',0,'?'),(_binary '¯\0‘s­°¢~™´ \ÕNa','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphNode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphNode.php',0,_binary '\í´\Ì\ÂD\Ç\ÑhûyA1L',_binary '\í´\Ì\ÂD\Ç\ÑhûyA1L',_binary '²x	,ƒÑš:3„‡\0X|ª°±C \'YÑ¥1N\È\ïš\Ñ','',0,'?'),(_binary '¯HJß³½\'¾P\åj¡','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookStream.php',0,_binary '\Æ×¦\Ùdd½\Öývd¶8#^',_binary '\Æ×¦\Ùdd½\Öývd¶8#^',_binary 'n´-–£‘\ê@`N6‘\×\é¼\Þ\Ô\Å\\TŒƒ/','',0,'?'),(_binary '¯ÁZ³þ\Ðz}¹¿Y\Û|ô','wp-content/plugins/wp-rocket/inc/Engine/Debug/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Debug/ServiceProvider.php',0,_binary '\Ü>\È\Ó\r2ðŸû¥HÀL\í4',_binary '\Ü>\È\Ó\r2ðŸû¥HÀL\í4',_binary '©¢òM•…\"g?™¸Z4¼¡Bö;l\Ë\Ú •bS‘Þ§C`üŽ','',0,'?'),(_binary '¯­UbôÀB­–[©@»','wp-content/plugins/wpforms-lite/assets/images/email/icon-downward.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/icon-downward.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\å%¢{¤_ ·&¬ø^9¾',_binary 'ús?\Þp«\Òa”\0vDL0·•ÿ«ý¬¶¡µB7ó@´','',0,'?'),(_binary '¯	*’°?™\èR#<¶‡\Ã\Ù','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/Accounts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/Accounts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€k³?\Ç\×?j \â	&',_binary '\éQ\Ík7/éX¨ ÀÞ½QM\ì›î—Žš“FIG','',0,'?'),(_binary '¯\ni_¿a*„‰>½dnP','wp-includes/blocks/post-excerpt/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Í€/“-\0I]T~\Ç\Ò ¸\Ø',_binary 'þ\ÓaŸð›\ç&\ÂjfÀ#‚\Z-Cx\ç\åWO\è\éòn¯\Õpj','',0,'?'),(_binary '¯\Ç=õ\Ù/“œ×ŒiNv[','wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Cardholder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Cardholder.php',0,_binary '?Œ`3{B\Ä,cÔ›·?',_binary '?Œ`3{B\Ä,cÔ›·?',_binary '|’\Ãñ\Ó/)\Â%õœ\ã\ï;NªM¹¢\riE(\Ì\Z}RU/c','',0,'?'),(_binary '¯\rT©¸±X\Ë\î ü³\á[','wp-includes/php-compat/readonly.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/php-compat/readonly.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\Ø\åœ\Ç¢s\á“ga,\ê',_binary '$…\ßS\n€­€C+ƒb,üýb–Š\ç§Tr\ÄQ†S­9>‰','',0,'?'),(_binary '¯¡wŽ=%\Ò\ÕIõ´¬8\Ð','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/includes/CTBApi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/includes/CTBApi.php',0,_binary '\ëc±ƒ÷†ºaK§ûc#\å',_binary '\ëc±ƒ÷†ºaK§ûc#\å',_binary 'X	övD¨|\ËL1\×\çGñ\Ê5Á\ÐO®\îuñZ—(M§2','',0,'?'),(_binary '¯W›\éŽH¬p\0Žy~','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart07.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart07.svg',0,_binary 'o0L\ÜQ±Ù—\Þc“\"n•À‰',_binary 'o0L\ÜQ±Ù—\Þc“\"n•À‰',_binary '6½\Û€^°4ºL\'Go80‚^Q«g\ê%gL\åÙ›Š','',0,'?'),(_binary '¯˜QV€sm]…–\éøˆ','wp-content/themes/houzez/template-parts/dashboard/submit/sub-properties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/sub-properties.php',0,_binary '¦\èð\Z¢’yû„(K4C\Í',_binary '¦\èð\Z¢’yû„(K4C\Í',_binary 'ö/Udò†X[Š+´ˆE\Ö3vB.J\èu\'Q\Æ#ì³¸`','',0,'?'),(_binary '¯ýz©$ŒSŽµpsœ»ô','wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentCheckbox/Field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentCheckbox/Field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\Çzè¤µ—\ã¼R©¿ª',_binary 'üÕ†ÿS3J:\Éð%2­l½ˆ9Æ¯Š\Ï.£B@²Aµ','',0,'?'),(_binary '¯+GTˆ¦Ì¡-\Ò}ƒ','wp-content/plugins/elementor/modules/home/transformations/create-site-settings-url.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/create-site-settings-url.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶.^`q‹w£\êÀ\å‡',_binary '6²C/ñ\Îo{\Ê\'¡N\ær\à“-öŽ³ŠU\Ô\Ç\Ý$','',0,'?'),(_binary '¯-1ð8ü;§Tö/X\â©]','wp-admin/ms-sites.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-sites.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f3¹¥¿ˆ&S²©7F76\çÁ',_binary 'øˆ\Ý,ü$˜y¾n)R¶€Hg¥®„h{\Ñ$\×™U\Ð','',0,'?'),(_binary '¯4rðp$¨ù­\íD\ËD0I]','wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘&“\ÓW•\ÖSu®ü=B\Ã',_binary '\nÓ¦ùû¿\Ê\á%÷}Å‘i¢ø>»(•\ÍD\Ë\ë/ 4´','',0,'?'),(_binary '¯:\é\â\Û\á0Q)´O\ë=+','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Jevelin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Jevelin.php',0,_binary 'HŒ-jgj\î?\ï;\è',_binary 'HŒ-jgj\î?\ï;\è',_binary '/š\×pP\Ù\Ç \Å`{n]1\r‹\Þ·S\Í\Öqj~\Zø3’š','',0,'?'),(_binary '¯<&‹Ë’¹Š¬ò³ƒ•\êP','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/stagingSite/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/stagingSite/index.js',0,_binary '6\×iðV]«N9„B÷Ã¸t',_binary '6\×iðV]«N9„B÷Ã¸t',_binary 'zò¥X\à‚ë§‘¯;ISGòYcÊŠ\Ï6&)fC\ä\Þ','',0,'?'),(_binary '¯Dù\Ý}U¹\Üðƒ#’\Ï:ô','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gT^”8—MbŠH\æ(P—	\r',_binary 'ü<Y7¾ÿ\é—%‹û>\åþŸD‰Èw\ßÖžª1\\8’','',0,'?'),(_binary '¯H]ÿr	\îúY†¢®ò','wp-content/plugins/wpforms-lite/vendor/composer/InstalledVersions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/InstalledVersions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ\äf·F©i*Œf><',_binary 'ñ¦M\î× kiy\ØÌ¨\'\ÛŽ\ï³S³¼\nV\×|TÄ´Àº','',0,'?'),(_binary '¯I°Y	vü1BI\ã¥\ê\'\É','wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n9†NN\Çrk\ì@”\ã‰_',_binary '[tŸ†\ãJn@ñÿ\Z!`Miø\Ö!ˆœ\Í%ºoD™@,','',0,'?'),(_binary '¯N-¸E\Åø\"BñÅ‡:^>','wp-content/themes/houzez/framework/stripe-php/lib/Webhook.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Webhook.php',0,_binary '\È<Ø»2oaý\È÷®\ã¤ßµ+',_binary '\È<Ø»2oaý\È÷®\ã¤ßµ+',_binary '³¬ÿj`\ÓF·²}œt¶\Ê4›»\ã+]A\È~º^r','',0,'?'),(_binary '¯^´\È0kô¨®\'5¼¢','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesEnhancedMeasurementService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesEnhancedMeasurementService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\\ÜW«J!¢YEDòi ',_binary 'E\"\ÑHfXeŠ\Â\\÷˜–qe£®…\æZa—‚\0e‰\ì','',0,'?'),(_binary '¯bCw8(}\è\Î\å\Ë#V}õ]','wp-content/plugins/revslider/public/assets/svg/maps/ic_map_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_map_24px.svg',0,_binary 'ëŠ¯ð’Ð‘Fð¢\ã¡u',_binary 'ëŠ¯ð’Ð‘Fð¢\ã¡u',_binary 'ð¨MEŠ6®ú“<‰–\Ô\Ê_V\Ø\Ï\"m€\'^‡\ÇÁ.','',0,'?'),(_binary '¯d@\åª\n»ùòó`?\Ñ$l','wp-content/plugins/elementor/app/modules/import-export/processes/import.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/processes/import.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Aõ\'\Ùju„\á &¡7£:',_binary '&:øÖ¶\Þ\ë\ï·yžŽ‹}þ™20N\Ýf71\Ü\"QÀ;xƒ','',0,'?'),(_binary '¯f\á\á5\ß\Æ\Îð¦¦\ç\à','wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S˜÷üp›¼!¸Žsi½0',_binary ' :¾„²\Äù\ÖŒ\ÛN2\Ã\í\í\í … ·°©f6,o›Q…	','',0,'?'),(_binary '¯j\Ð<M½Dd±—þ\î4m³','wp-admin/includes/ms-admin-filters.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/ms-admin-filters.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äÊŠ_™\å\\ƒh\Z\Õ\Ö\ÍE',_binary 'ð5G†F[P\é\âr±T\Ë\'xOQŒú\â1¨AN\ÆHd·w\\','',0,'?'),(_binary '¯jÓ¢[\ä[\Èwr&\æ>','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ja.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ja.js',0,_binary '?D)gð_?^û\à=\Ì\És\Ø\Ä',_binary '?D)gð_?^û\à=\Ì\És\Ø\Ä',_binary '~Ÿ][b\â¼DTšn ¾pµT\â\äœ\ÙšD¾€¹','',0,'?'),(_binary '¯qM··¸\'•¬\ÆI\âPé‹Œ','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/RequestOptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/RequestOptions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç¹´\ÏI=\Û\éqf‡­dr',_binary 'RjŠ‰;mþˆ8¡–ø!¬D@Q[Ÿm˜˜ût\ÔT$¸','',0,'?'),(_binary '¯sSUT#\íy9MxFeK','wp-content/plugins/wpforms-lite/assets/images/integrations/divi/wpforms-icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/divi/wpforms-icon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—„+=J\ÚC\å‘Dpˆ\ÝÁ‹\Æ',_binary '£—x\è\à\è†\'i\Ò(õu½\íE¦\é\çr\n{D\å9\rb','',0,'?'),(_binary '¯vºAöøb\Þtaþ\r\é\ï\î','wp-content/plugins/wpforms-lite/templates/fields/content/action-buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/content/action-buttons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0Œ°ˆ~V_\æô=›š~²ˆ',_binary ':¼¹ô<X\Úé„ƒ!6¾œ,HPpÂž\nb¥‰jþx','',0,'?'),(_binary '¯Ÿ\â×‡ÃŒ!aø\"\Ø\Ë&','wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É \×\ËaýœS¯*%0{[¿ó',_binary 'X·\ß\í7Z9\ÚqŠ\Æzü8t~\ÇIw\æy¨\á…n¡scýþ','',0,'?'),(_binary '¯‚[\röý;\ÛÁµ¬µš,ûô','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/CardholderService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/CardholderService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í5\\•|e·GEÇ‚\Ó#¨5',_binary '\èÈ‘Š7l‘pØ¯Zf‘ŽµŽ¼$Oˆ\Ï\Ç(\è‰\É\îP¤Ž7','',0,'?'),(_binary '¯‹A\n¦¿DD|”5\åc','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/SyntaxException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/SyntaxException.php',0,_binary '\Æ\ÃG_Ï¢°‚š\ïý\ìH\å\Û',_binary '\Æ\ÃG_Ï¢°‚š\ïý\ìH\å\Û',_binary '¤ø\ékK½/»\âC=\ß\Ï\æ>è¾;|*\ì\Çô@¬¾8','',0,'?'),(_binary '¯Œ\ÅI6‘ºŽ+ò¿\è%','wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.wI7ƒZ\ÜW•f}b>hn',_binary 'š!\æ\Ü\ÇeôB/kC9-Yù¾„b­˜Q÷RH\ïùóù\ã','',0,'?'),(_binary '¯Œ\Ë_1\Ý\è£ö8\é\à‹\Í5','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',´7\ÚfS\'®GŸ\'C–',_binary 'µ$)C\É:Ê¤œÿ \r· õ\îF…4@N=\Ä¨ñ','',0,'?'),(_binary '¯˜\Ò? !&4\Íð0¸\íP1)','wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'BµW]R\ËxÝ·am&¸\Ï',_binary '\ç]-\î:Q\Ì\ÌV\ZO`\Ä\Ã\Ù\ã\éq3@E¶	ÁEa–2–·E','',0,'?'),(_binary '¯™yªrqhd.mK‰(@~E','wp-content/plugins/elementor/includes/template-library/sources/local.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/sources/local.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'FX”\âûš‘±\ìd\Z–`',_binary 'ã­¦kB¢EŸ¶¦“pñ$@j_ò\Ôò>h.> ‹\ë\Ï','',0,'?'),(_binary '¯›*&\æ0=!úþ¼ð…Ÿc','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/PhysicalBundleService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/PhysicalBundleService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\Ý\æ\ën?™x|\ß)\Ún%_w',_binary '>85E\ãn>ðž\Ó\"\Þ’¯©\\\Õ\ÖUŽª\ÔÀU\ÉV\Æ','',0,'?'),(_binary '¯¤qzB,7§\Ä\áûu\ZH','wp-content/themes/houzez/js/vendors/i18n/defaults-ko_KR.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ko_KR.js.map',0,_binary '…\îYô®$Á>\ÒOR9\n™',_binary '…\îYô®$Á>\ÒOR9\n™',_binary '÷`¤\É_üqý‡>`ò(Qh.€\Ýdv\Â\ÅS²C\ÌE\Ò','',0,'?'),(_binary '¯¦\"˜ÿ\î\Îyµ\Ø\é3\'\0_','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file07.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file07.svg',0,_binary '\ß^\Ó\ê©->’/ö\"º¬',_binary '\ß^\Ó\ê©->’/ö\"º¬',_binary 'µ\Íþ€\Ç@„\Ý,·£#\ï#\ÄßŸw-V(‹·5óù\Í=','',0,'?'),(_binary '¯ªI¡Z‹D\ÄÝ¢Ÿƒ*','wp-content/plugins/revslider/public/assets/svg/image/ic_timer_10_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_timer_10_24px.svg',0,_binary 'v-/ƒ{µø {z\ÝËœœ\r',_binary 'v-/ƒ{µø {z\ÝËœœ\r',_binary 'Ž€&\Ò.\Õ0\àC]ž¿ÁG‹U©¸Gº \è›u`','',0,'?'),(_binary '¯¬:2\"­\Öôó\Öa›®ý','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÀþdÈ­Le¿¼Ô—üÌ•?',_binary '\Ëúâ¶Š>¦\Æ;<\r\\8\Ý6\áX¦\è6…\Ð>\äSIh3Œ','',0,'?'),(_binary '¯®˜ôy†£½Ì\åo!','wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í~½\îx\Þ\ÎJZ†',_binary 'œ•E‘!\É„ú½\Órf‡‹¾ú…r^C\á\Ö\Ðo…)Ep','',0,'?'),(_binary '¯±\"m\Ú\Zÿ´W\èg\Úg','wp-content/themes/houzez/template-parts/reviews/sortby.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/reviews/sortby.php',0,_binary 'ôÊ¤º\É:ˆ\Ó<\Ò%¨Y´IN',_binary 'ôÊ¤º\É:ˆ\Ó<\Ò%¨Y´IN',_binary '0•pV°²¯^`\í‘W^ ñ§À.¥u>\íª\ãƒI//¿','',0,'?'),(_binary '¯¹\î=cei‡Ù+¤ù','wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û,\Ê=±\å\ç|\Íp<\È~*i',_binary '\ë1	ŸÛCÔ§\\ñ\ÉÅ©‚sÚ˜ßŸT¶{G\ã> \åu–','',0,'?'),(_binary '¯¼¿ù\ç¢Ôöš\æfW\"N','wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1x;™\ß¢\î:y\ÈV',_binary 's¾/…1±žKûô-°\æË‘\çŠYžx™’‹yñeß½','',0,'?'),(_binary '¯½S£!Xò\ì© \í‘\é6\ï','wp-content/plugins/wordpress-seo/images/academy/site_structure.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/site_structure.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ¤AÖ‘ˆ\Ü\ï\ÙBszC',_binary '\ÔpŽüR \ç}Tá°‚\É[|UÇ¶¯Ô­þ&* $A','',0,'?'),(_binary '¯\Â\ç\ç”Å¥4\àÓ“µ—ñ[','wp-content/themes/houzez/js/houzez_user_profile.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/houzez_user_profile.js',0,_binary '\n\æ×¥ûó\â3Œ¿ªDu|l',_binary '\n\æ×¥ûó\â3Œ¿ªDu|l',_binary 'P! \×M(«\å×ž\È\äŸµ„	\êj¬¾\âzª]²\à\Ë','',0,'?'),(_binary '¯\Ã]™PV¯\åZó²\ë','wp-content/plugins/revslider/public/assets/svg/image/ic_wb_sunny_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_wb_sunny_24px.svg',0,_binary 'E<þúƒ¢5¡œ]ùÖ¶x',_binary 'E<þúƒ¢5¡œ]ùÖ¶x',_binary '²\ßE<ªo\0ƒÞ£,¼øô;mˆ\\ P·dJôñ\Ò{','',0,'?'),(_binary '¯\Ç4\rTº0œô…ø	Í£','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/Importer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/Importer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦\Öj\î\r\â\ëªE\ÈE?\ê',_binary '¾\ìut\'\ï•5xŒR¢¶ƒ&aƒû	\ÕI\ä\Ït¾S ','',0,'?'),(_binary '¯\ÉZ¬­wƒ—`+\æW','wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç?]mIC\Ó\ÚW#Pu¢²µ ',_binary '¸\Î\Ò\çø‘÷ˆ÷–\ÍÏ1ý¬To§›¶‘S.¬','',0,'?'),(_binary '¯\ÍL­¾\â 7‰\nZ\ç!','wp-content/plugins/redux-framework/redux-core/core/newsflash.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/newsflash.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'HŸ~\"Ñ‘-–!\Ý^>\É\Ù(',_binary '˜\ÃT*»Áu-Ï¬\Èh[´{y\ïPY\é\î70Ø–\×B—¿','',0,'?'),(_binary '¯Î¡~\×ß“þ:ý\è\à\Âøeo','wp-content/plugins/wordfence/images/icons/tick128.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/tick128.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åÄŸ‹øc·h4\"\è\Ý«',_binary '\Ö\Òû²\çV“ø}X e~G[C©å³†¶\ã5›²¥Š±\ï','',0,'?'),(_binary '¯ÏŽzkksôô›\Âk-\0F','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EP;Ø£R_\Ñ_3lý\ÄSb\Z',_binary ';oy\\`\Ü\nT(\ë\Þ\á\àAn×‹\0p}g›T\ÉÚ¾‘\ç','',0,'?'),(_binary '¯Ñ€ó»ñÍ‰+j`·\Ó_','wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éq\ÜI;9T]\Úÿƒ\Ô\'',_binary '\Â \à\Ë\ÓEmÁG\âB \æ¿þšøý•ú\Ïp‘GRSY›€\Ã','',0,'?'),(_binary '¯\Ôš„òµ\Õbò\ìý\ß;,','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú-œúÝœ}ÒƒAXð69',_binary 'Fq\âÆ‚\ä+`\æª\çºÜ´G²›k÷Œˆ,L†&\×','',0,'?'),(_binary '¯\×ÔŒ’\Ón°\Çß õ\Ö<','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileSummary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileSummary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}•\n_}nm[\Õ\ÙO2\íü\ç',_binary '\áiµ\í¸C7[¾š\r\ã½X\Í\n/³\ß7\Î$—h\Ï.\â\ìp½B','',0,'?'),(_binary '¯\Ùó‘Î›þ\Â\\L\Äpœ’\×','wp-includes/blocks/comment-content/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-content/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­‚dA\îSb\ÞkYhH\Ç',_binary '\Í	\0¦‰]Q&<GÑ¬\ËlB;K¿fÝ§¡b¸\Ý\Í+À)r','',0,'?'),(_binary '¯\Ü\Ï\æ\å(è§¨:pR\ß/','wp-includes/class-walker-nav-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-walker-nav-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M€‚\Ù\Ì=Ôª+©J\Å\Ïb[',_binary '¸3¢÷\Þ4y[ƒ\"³5%\ìß¾¬\íRÝ„5¦©}©£','',0,'?'),(_binary '¯\áûFn«©eŒv…P™¨L','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RunMobileFriendlyTestRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RunMobileFriendlyTestRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åÁ¶\Ôö\"7õú\êÒš\Åø\×',_binary '©†gx¥r‡B…÷‰j\Å~Bfó8¡\Ç}±„\Ì„,€','',0,'?'),(_binary '¯\ä™\Å\âN6m®®\Þk¯','wp-content/plugins/elementor/modules/site-navigation/data/endpoints/duplicate-post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/duplicate-post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Rð>¡ÓœH>Ÿ\Þ\èÇ¡¼8o',_binary 'ÄŸÁ\Ö[L9±YÒ”–¸&c§–+3\Ñ\ìó$NmMfC{','',0,'?'),(_binary '¯æŽ¸°ÿ.\"\îº¾<\Ú','wp-content/themes/twentytwentyfour/patterns/posts-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/posts-list.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ØðF2½\Î™º§`·•T',_binary 'µlµ8J©h!1¿1p|­ü€ù\å\Ô\ØJ\'Œ\\\ß\rSW\Ü','',0,'?'),(_binary '¯\é\Þññ0†\×ö[\Â\Ù\\6','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ú•«…ò¶€\ÌM]³q\ãn£',_binary '%ð\'%# %µBz‚\ÜPM)\Ôeó`mtõl¥ò)÷ÀG\å','',0,'?'),(_binary '¯\îð4|a)\ÇT\Çjð\Ç','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_two_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_two_24px.svg',0,_binary '\ÎXyh\å®\æBÂµü@*_',_binary '\ÎXyh\å®\æBÂµü@*_',_binary '\Ól­\ÈJ+VÒ¹Û‹‹2xÂ«%PH.µ\É~¶+ªT¤','',0,'?'),(_binary '¯\î™)vN7†p‚¥….S+','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È\Ãö·’‘º†š«°œ[\ë',_binary 'Á:\Ø&é’¸(b\Æ4Y»­½\ÂO¹†V\ï\æ\Û\Ð \Ñ=\0ü_','',0,'?'),(_binary '¯ð‹(5\ìaH­yo,Xþ','wp-includes/js/jquery/ui/tabs.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/tabs.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%	\ïòEÝ˜I¸\r©mkF­',_binary '\\E¦\ç\æ‚	xy@n\Þ6Š®\å*\×mTk\'>‚\ç,\ëU£','',0,'?'),(_binary '¯ôŒ\æ\0¡-ˆCzVK’\ì','wp-content/plugins/redux-framework/sample/sections/advanced-features/field-required-linking.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/advanced-features/field-required-linking.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ6±›À•Ü‘;’p‹bl',_binary '£Z\éÛºy\'žA;%%~†\ÔÇ€8\Ü\Ïl\ïTÚ±c$\Õ','',0,'?'),(_binary '¯ûð\á} þpºu­1\"õ\n\É','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(%‘¯øq>\ËDÀüSlh',_binary '\Ð]™Ž:\Û‚WHnC1òƒ bm\áv@¤\Ý\Ü\Ïl','',0,'?'),(_binary '°Ø·ˆ`\\\ËL\î´ñš','wp-content/themes/houzez/template-parts/dashboard/submit/contact-information.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/contact-information.php',0,_binary 'ò\rV•ja³Yæ¦˜}°',_binary 'ò\rV•ja³Yæ¦˜}°',_binary 'f°MR#‹&ŒŸ\åVfÇ†KPJ`ñúŽ€V.²Ù¢\é—','',0,'?'),(_binary '°s¬„ý	û±ŸØ¤\ÌŽ','wp-includes/class-wp-http.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œÙ¤L}`\Çx&\ïø\ä',_binary 'i-	^¬¶.Žeù\áÉÀ¤q\îuÃ\Ô	D\n\ß\çÙŽ.','',0,'?'),(_binary '°k\Ü\ï5nW\ï7T\ÌXka\Ñ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/FilterExpression.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/FilterExpression.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(e¿\É9¿r\Ì}+òS‚YD',_binary '\ÆC%*e~ù—Jø\åGxÖ¸*\ÖL¾ÿ+‚\Ô\àSƒuü','',0,'?'),(_binary '°J$ø;bñ·\Æo5j²Ç—','wp-content/themes/houzez/template-parts/blog/meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/meta.php',0,_binary 'G´\Þ\Z?H“\\\î\Ü\Z\n‡°¦',_binary 'G´\Þ\Z?H“\\\î\Ü\Z\n‡°¦',_binary '—-³¦úN07†\á‹\è¥+T¿šWkƒH€¦M$÷\Ð2\ï','',0,'?'),(_binary '°À¯‡\ï\é\ÎÞŽ\ÓW±\á£','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg',0,_binary '}Àß”³œ`Ñš\ìh',_binary '}Àß”³œ`Ñš\ìh',_binary '×GD3·W*špG\Ç\Þó#²ˆþZ\ï\Ô~¦ƒ_0Z','',0,'?'),(_binary '°>I\ëŠ\Ü\Õ‹9“B]','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade177.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade177.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%+oñ.cõ‚DF\æF[a',_binary 'õ7Ÿ´.P	\å•ù }\Ý8¢\Ò_\n`“ñ\åñ“1û\Úƒ','',0,'?'),(_binary '°\nOw~‡\×f|“\Ã\ä­(—%','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker-en-CA.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker-en-CA.min.js',0,_binary 'ë¤”\ëò\ê;A\Â[õ©\Ô÷¸',_binary 'ë¤”\ëò\ê;A\Â[õ©\Ô÷¸',_binary '£8%,Ì¬µM:T’>ú8M‹²Ka‹aCšÈ˜L','',0,'?'),(_binary '°<\ç¬b)§B–®=\ï','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']pž\Ý¥CÐŽW*—üG7\Ö',_binary '\îm½\Ó‰\Z¢\Þ$‰\';\çM±@‡ŸgP3;ùC2','',0,'?'),(_binary '°óv³ü6½J\Ç\ïCþ§','wp-content/plugins/google-site-kit/includes/Core/Util/Synthetic_WP_Query.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Synthetic_WP_Query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é=\ây>;>¨2¥ü\"•‰',_binary 'Z¸\\½/EqG\Ýõ\á\Ç\Ò\á^fõ\Ø(é®œ|9)ƒ\r','',0,'?'),(_binary '°\r÷Z\êò:¿k’«u8pd˜','wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y\\QŸ{Dÿ†\ZAb\Äc',_binary '‹F\r~n\'\Íz\î2\Ùÿ}\n[\Ë\Z³Eø’µI^\ÙA','',0,'?'),(_binary '°p_\è·87`c–N','wp-content/plugins/revslider/public/assets/svg/image/ic_flare_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_flare_24px.svg',0,_binary 'Ž»òRBõQý\'vœö¼¶',_binary 'Ž»òRBõQý\'vœö¼¶',_binary '²\ÐƒB\æ¥|\è(û\Ë\é<°…ŠnÈƒ„²§*Tc\É\Û','',0,'?'),(_binary '°Á\ä\ë\âlõ6¾ˆ','wp-content/plugins/revslider/public/assets/svg/av/ic_games_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_games_24px.svg',0,_binary '	¶‡ŒpT“=2\Åe\Z…$',_binary '	¶‡ŒpT“=2\Åe\Z…$',_binary '[°twÝ«¢‘jPe…W>·Ãœµ½Á“c\ä¦4\'X\èa	','',0,'?'),(_binary '°/7›Ã±\ãcx\î\ÙpŸ–g','wp-content/plugins/wordfence/views/onboarding/fresh-install.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/fresh-install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?—-Vf¡\×O,\Û`\à0õ',_binary ':ð\ë‚!¦:i¢\ÌD7Bi\ßs™Ž†¬w4\Þ>\æƒ=Yn_','',0,'?'),(_binary '°\Õ\ßö|õq»Ó¯\Ö','wp-content/plugins/revslider/public/assets/svg/maps/ic_add_location_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_add_location_24px.svg',0,_binary '\0\Ò`¯>8\n8‹ª\Ç',_binary '\0\Ò`¯>8\n8‹ª\Ç',_binary '…xŠ11&…2^*§J/\ãc@f…¯K~<.[_£,','',0,'?'),(_binary '°¶Ú¥±^i\ç$\âý\å&','wp-content/plugins/wordfence/lib/wfCredentialsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–{t[ï¹«m¤OT”ž,nˆ',_binary '\æñ\Ñ\å¬\ÕÎdü\Ãc¥ý\Æ\Ö\È\æ\ÂUñ@\å>S•6°•','',0,'?'),(_binary '°ô‘\ã\Ã\Úfmò!','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-regular-400.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-regular-400.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<¥\Üv!’Q<Á\Î#xŒ',_binary 'j˜gN?’¢!Ù´—\ZKA‰\ën„´\'lS+R©\r–','',0,'?'),(_binary '°$\åÍ“™bHn®€,\0-','wp-includes/images/smilies/icon_confused.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_confused.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/#	\ÆÓ¢ww$xê¾“Y',_binary 'U0\Ö\\LóX¨\ïfXÆ¦\íG\0\ÈTº÷$a\Ò5U\ÌB\Ò','',0,'?'),(_binary '°+2\á`‘~]¦\æx¼ƒ\Ö\Ä','wp-content/plugins/elementor/assets/js/responsive-bar.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/responsive-bar.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M”¸\ØûSvö+\ÌûIf\Å',_binary '`¡\í)ù”²©N’+ˆ[\ï¶\ä\ÕF\ßX²\ì+\ÂPV®','',0,'?'),(_binary '°,/\Öw­´‰\ìQœ{—','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\Û\Ôû/\Ï#2˜!)!@s2',_binary 'C\Î\åKŸ`HÉ\ê:9\Ô\\G\î¶hG‡pq\ï\Í·r','',0,'?'),(_binary '°-¨ì·“ö·9ñExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Xw÷¾•Tg¨\ËA}\Í\n',_binary '®k¡cQxúeôË³`=n6\ÏX5y‚\Þdz5u]WB\'','',0,'?'),(_binary '°2JË®÷$ç“¬\à}\Æ\ÅHC','wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘\ßþq{Áe¹Q\æF½[\Î\Ñ',_binary '5A¥`y\Ô\ZŸ\ÙX0>\ÚX“–+Í’·PùK»\ã\Ì_\à\Í\Ï\é','',0,'?'),(_binary '°2§bD6òúƒW','wp-content/plugins/one-click-demo-import/assets/images/icons/redux.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/redux.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×bT\nq\Úÿ„nj\r‹Þ¨(',_binary 'ÿ\"\Þ\Ù\ç®Dm\Ó\Ï&œ\Ôðö€õ.TöGnR‘…4','',0,'?'),(_binary '°5Žº8Š»ùT5ú\Ú-','wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£þn\Ùz¬2M4\Ùþ¨\Ò\Ñ',_binary '€²¢.\ék‹“‹‰\Ä=@[9¸W©¤P+|§“¿8','',0,'?'),(_binary '°7Ký!(ÿt\Õ4„\áb\Û','wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·UzŸ¾0¢”\î\ë{2X\Ú',_binary ',6q…»\ß\Ö\ÄP…9\ék¡sb}Ÿ€Ä³¯…ø³8','',0,'?'),(_binary '°E\Ý&\à\ï}¶E4\Ï0U–qø','wp-content/plugins/elementor/includes/interfaces/has-validation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/interfaces/has-validation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”ªb+gÞ®€!m\"lž\Ì',_binary 'py\å?˜¿Õ©û=—\ét·Á[uC\ëew9c(iÝ¿\îDŠ','',0,'?'),(_binary '°F\Ê`ð\ÒG\Ïff&x·','wp-content/plugins/elementor/assets/css/frontend.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ¨!c#\Õ\í¹Dg¿±²U',_binary '”aTº™±tC6WÁ@ÿ’û\Ï\èk„£–fT\'N\"@S','',0,'?'),(_binary '°GºÉ”ŠÍ¨;¼@','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/garage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/garage.php',0,_binary '*\átš`•)½q—\0­#2',_binary '*\átš`•)½q—\0­#2',_binary '\ì™ã£µ|b@y§%s3\Û\Ê\ìc¿‰u\Ê\ãj\ì\'Ÿ«ý\"1¤w','',0,'?'),(_binary '°IšÚªµHTr1ˆs','wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/LiteConnect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/LiteConnect.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_\Ë?B{³¹\Þ\êÌ²’^ôW—',_binary 'Ì’÷\rw³\å:ÏN\Þ~=<Î“Nü,D\Ïxø¤gö\Z','',0,'?'),(_binary '°N‡ýZND”\ÍN´>Y	','wp-includes/js/dist/components.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/components.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰\ØOW˜\Ñù\Âÿb\ZD@',_binary '*–jG‰Gfýóø«\ÓYqd­\âJË4#ó“ÿÝ¼dôC]h','',0,'?'),(_binary '°NŠà»…€\"³}L\ÅUL\ïX','wp-content/plugins/elementor/includes/controls/gaps.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/gaps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z\éEƒ¦\\\áõJ@Hw\Í\Ç',_binary 'û[Fª^\Û\Í\Ð\Ð\Âg»Œ\Ù½CøU†F])\ík‹]','',0,'?'),(_binary '°OŽ;\âJ\Ì˜j¶\ç\íðb','wp-content/plugins/wordpress-seo/css/dist/monorepo-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/monorepo-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5NK\êdØ±L\Â\Õ8²\"¡',_binary 'ˆ8Le\äZü\Ñt\Ê\Ë`\Ø`6$\rfJ.¸H>†A†¢´#','',0,'?'),(_binary '°SG.\å6p™\×\ëj­E\Ä','wp-includes/js/dist/private-apis.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/private-apis.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÐšFG\ëcu\Ækÿ¥\ÙtÏ±l',_binary 'rð‡Ò›=\ã§eýK·F\Î\Þ*#Z%ù ±õ\çH–Z\ï1','',0,'?'),(_binary '°XO³ˆ1Ž{©þ\àF`ù','wp-content/plugins/updraftplus/vendor/psr/log/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Eo‡€µr\ã½ ýÂ¾Ï”ôû',_binary '®?ŒžoKÏ‡3J\ß\ÎÀu¨56\"öö7jm}!C³ \Ì','',0,'?'),(_binary '°Z´(–ð\Â\ì~ó\Ön79\Ê\î','wp-content/themes/houzez/sidebar-houzez_agents.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/sidebar-houzez_agents.php',0,_binary '±.’\æ\Æ\ã+…!ü\ë¥ƒ',_binary '±.’\æ\Æ\ã+…!ü\ë¥ƒ',_binary 'D-§ ˜\Ûw\Úþ; 6\ßLnö\Î\ê\rŠ¼¥\åS°øúÿ','',0,'?'),(_binary '°\\, Žp4\å»\â\ÃT²‰','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O¤Àþj°jb‰wX3',_binary '•°\Õ@»\"ó\æUšsûX\ìW5‡&qVŽ\èH†Oýr®','',0,'?'),(_binary '°\\Ò›\Ë\ÝCŒŽp8”À—\ã','wp-content/plugins/wpforms-lite/includes/functions/date-time.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/date-time.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v‡(›-\â:7\Z]M1·@3',_binary '®\ÛÆ€ü#Å˜E¢7¡\ÒL\áŠ3Æ¿ceG\å·a‹uÍŠ','',0,'?'),(_binary '°]]r«¼e¼V‚K‚id\Ú','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P©\àcº·%Avžþ‰<',_binary ':¿\è±Á‡O\Ö\Ô\ì)7cr\ÆÚ­ü•ª&Bn¡-P~Œ','',0,'?'),(_binary '°l²„¾\'À±Å‘”¾©Ø˜','wp-content/plugins/wp-rocket/inc/deprecated/3.15.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.15.php',0,_binary 'ƒD*ñ\é\â‰u\íˆÿŽTg',_binary 'ƒD*ñ\é\â‰u\íˆÿŽTg',_binary 'CË€\Ë>\ÎÑ£\ÚWM¹\ÙÎ¤«DY5®@ö®Æ¤\ÜvøŸ9','',0,'?'),(_binary '°q¨§N;Qc\ìcg£\Z5œ','wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_on_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_on_24px.svg',0,_binary '†©ƒ\èy¤¡—-ø+\à\Õ \Ée',_binary '†©ƒ\èy¤¡—-ø+\à\Õ \Ée',_binary 'Á™+\ë\Ë#\0†²\ï\ã¥S>ºõ\ë(*\Ñfù\àv\Í¢','',0,'?'),(_binary '°r…\'ˆo\Ìi]‚‰§','wp-content/plugins/wp-rocket/assets/js/cpcss-removal.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/cpcss-removal.min.js',0,_binary '«(–\Ò(ŸiÀ‚gKJ\Ó',_binary '«(–\Ò(ŸiÀ‚gKJ\Ó',_binary '\Í^®&y€„ª¸|\Å\í@µ7/L’ÁzH\ÜO B“\ä6\àTN','',0,'?'),(_binary '°r¿TUœÌ‰x°ù†','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php',0,_binary 'N\ì•U\r\êu/½\Î\Ñm(Rd',_binary 'N\ì•U\r\êu/½\Î\Ñm(Rd',_binary 'sy|)\Øú²\'CBØ›efO8m¶I\Çl\now¥a|­>‹','',0,'?'),(_binary '°sü$Ÿ\ÐlAóF-Á¹^€\Û','wp-includes/blocks/group/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\	¥Ê½=‘fZ9U',_binary '\â\ri $y+\á‹hô?±øƒ\Æjé­¾\Z‰˜ºb3­sJ)','',0,'?'),(_binary '°{4´.„´’”£µ#˜#','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\ÓVWKÞºT4ø0~v',_binary '#tž¬ƒO\Í \è\îó˜\æp\ÔR®®]\ï\Ì@jý\è|','',0,'?'),(_binary '°{úûl\î/õ\Öyo¤»\n','wp-content/plugins/houzez-studio/admin/js/i18n/ne.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ne.js',0,_binary 'ÆZ*¿l|\nk*u\Ü:¡Àü',_binary 'ÆZ*¿l|\nk*u\Ü:¡Àü',_binary 'zN¨\èAùª_³aÿ\Ó÷\éB·}(^w“³*O­!.£','',0,'?'),(_binary '°Ü°Á\Ûø¾ò_~·h	sc','wp-includes/blocks/spacer/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\éñ6•­4\ég1¤)\Ç÷\Úb',_binary '­SWlši\Æ\"k\á0\ÝM\Â\ÉL\Â[¹¥T¾«û€¼','',0,'?'),(_binary '°ŠbM–¹ú€òC´\ÔM%','wp-content/themes/houzez/framework/metaboxes/property/energy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/energy.php',0,_binary '·sŽk¨±ª3\ÕZkã™“',_binary '·sŽk¨±ª3\ÕZkã™“',_binary ';S€ç£˜ß“\èØ¡\Ç1†c—IÌ\Î\Ú*1\Ç\Ê\ÎC#\'','',0,'?'),(_binary '°Œt\ì`~û\Ø=‰ÁŠ¯9\Ç','wp-content/plugins/redux-framework/redux-core/assets/js/redux/expand-options.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/expand-options.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2\na6´%}&Xr ¤;>',_binary '˜\×;ƒ\Ü\Ï\ZXó*¯ˆ\Ð4Ø¶²\Â9Š-ù¬¹\è©j‘;','',0,'?'),(_binary '°cƒ1ˆ;†\È!Šoe','wp-includes/blocks/post-author/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\ÛÅ³Î°\Ûg\æˆ\Ö÷\Ê',_binary '\æÜ‡ù\Æi)Á‚‹0N´\è\Ç+[!µ¼Õƒ\ì¯`\ã\Ó','',0,'?'),(_binary '°e¨!\ÂJMk\×yþ\êcK','wp-content/plugins/wpforms-lite/assets/images/empty-states/waving-hand-emoji.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/waving-hand-emoji.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•€¤‡&˜T\å\ÅP\æ?(',_binary 'ÁÞ´]BG\ÃK!M3ŒNÎˆR\0\Ò0\Â\Ý\Î`-¾_\È','',0,'?'),(_binary '°¬WAY\Z\ãñ\Øk\"\íz\æ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RichResultsInspectionResult.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RichResultsInspectionResult.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7¡¿¼\Å\'’¹’S\Ý\èöy¿',_binary ' n¬\â\Ü\ÔóU\Ú4•fŽÓŒõmYhÔ‘BC‹±\Ö(\æ\ç','',0,'?'),(_binary '°šE\Ì]¤»Š\ßZ±¶º±','wp-content/plugins/updraftplus/css/updraftplus-tour.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-tour.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿£˜kËmøL(\ê®!ˆ',_binary ':e…\Í\ÍFÍŸ\Ü\ë\Ìò´\Â\äò!®ø¹¿œ2ÿù','',0,'?'),(_binary '°šG›4„„d¹D4‚°›[','wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/ConfigurationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/ConfigurationService.php',0,_binary '©šÈ–.\Øjlò\rýCD\ê\á\ì',_binary '©šÈ–.\Øjlò\rýCD\ê\á\ì',_binary '\ä3i{\Ç\æ>vTÿ\ÌmY\æE‰kú{—\í±\n `‘=Á¨\ì','',0,'?'),(_binary '°¢I”.Eƒ(¶ÿ#S\Þ','wp-content/plugins/elementor/core/logger/items/js.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/items/js.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñ¶cÿŒü\Z+=«8\â*’6',_binary 'Å‡x*EA\Ð\æ\Ía\ç3Î•AWÉ”\0³C\Ý*ITö/','',0,'?'),(_binary '°§}\ÜBIY:ó1\"üô\Ù','wp-content/themes/sinatra/inc/customizer/controls/color/color.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/color/color.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fâ¥¥^‰qX½N¯n]',_binary 'Ï¾\\iT8iE¦XŠ3sþe\å\È)„,\Ýi\rô#\Z_7\Ï','',0,'?'),(_binary '°«3™\ÄLEr¦G1“µk\Î','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-umbrella.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-umbrella.svg',0,_binary '·\Ð\éñEõ,yµaªv‹',_binary '·\Ð\éñEõ,yµaªv‹',_binary '¥7ã¿¾÷\åÎ•uIO´d\Üh÷!¡ª\ÕKd\Ðt“@÷','',0,'?'),(_binary '°«\êpk2!G\ÂúcW3û\Ü','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_up_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_up_36px.svg',0,_binary '!\áu¨V\æ\Å\Â€s€\áX',_binary '!\áu¨V\æ\Å\Â€s€\áX',_binary '‹…\äZò$<š¯–0ŸDXUå°§‹\èÿ!˜·~9T','',0,'?'),(_binary '°±®ûiƒ¯ÀñO\ØZƒ0\ÈR','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Uþ)2Ú¤9\Åß—–jVr',_binary '¡\ï\Ô2¥kT“÷ý\ÊMr¥\î¬°;\éeWNhN	/´\Å','',0,'?'),(_binary '°¸=\ã¡B\Ûjö\ámhñ','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-details.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-details.php',0,_binary '\n\ÌQ\Äó8w\Ún!”\ß',_binary '\n\ÌQ\Äó8w\Ún!”\ß',_binary '\ÏÝœ\ëDª3–‡\íx_SÓ¿€gŸ‚‚MP³>Ë·:','',0,'?'),(_binary '°»ýes‹²F„º¸gWw±','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/team.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/team.svg',0,_binary 'RÔ¼8´;\ÜB0©¿;Y÷',_binary 'RÔ¼8´;\ÜB0©¿;Y÷',_binary '³X¨‹\Ðx`Ws€V\Åþiòò*³xzRn¥Q§B<L‹œ','',0,'?'),(_binary '°¼_^‘–®I–­]y\Þþbz','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '°½\îR›7R09HÓ¼\ç®Zv','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Plan.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Plan.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´öhxŠ\É\rt-»pfþò',_binary 'døž\â=\Î_Vâ˜ž\ê8OÔ¯Ã¿>þÀøCj\Ñ^','',0,'?'),(_binary '°¿hh\æ\Î\ë5\æ½O\àn','wp-content/plugins/revslider/admin/includes/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '°\Æ\"Z9#”mž4\çö\Þv˜','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/class-redux-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/class-redux-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q¿„\ç\ÆK%füB\Ä_f',_binary 'DÍ¹¹¹€´&Y£6¥¨\'\Ù\Î\'=	vþr\Ñÿ+b','',0,'?'),(_binary '°\Çð•XTµ\å¶\Æ\æ\ÔøLg','wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÐfXó;N¥ó\êü(h—\Ò',_binary '%	ñ+ŽÁÑ³\å³\æ‰_\íA\Î;QDS¶\î\Çøà®œ1A','',0,'?'),(_binary '°\Èw³‡š:\ïY–`ì¹‡','wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ\"\ÎÂŽ`~4»\áì®™',_binary 'd\Êyü\ß\nM\â\'”\É\ZÔ¼\ÞhJ¶j\Íð\å:y.Of™‚','',0,'?'),(_binary '°\ÊpBr‘\Ì\0\ÛU	B\ËR\å','wp-includes/blocks/require-dynamic-blocks.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/require-dynamic-blocks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò›˜\ÐË†\ç¢\r™¿þ{¡\n',_binary 'õ\éõ\Æ@»úõ/Š€…ª.Y/#š.VzÌŒ\Ëa¶\Z©€','',0,'?'),(_binary '°\Ì\Éô†*„«\æt)\ÜöH·','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdUnit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdUnit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì½\ïNRµb¯\ç¬\"ª¶\ê\Ò',_binary '_\Ê%‹+ò}\\J4ôŠ\æÑ•8½ŸTt£±˜)«qbŒ°\ì\Û','',0,'?'),(_binary '°\Ùv\'j@\Ô-\Ìÿ²*','wp-includes/widgets/class-wp-widget-media-gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-media-gallery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'óWfLZ\è±d\è\çR.¤\É<',_binary 'oÿ\íz=n¨Ò–×J§Š¬¬\ä!\àª\Ó\Ü=‡) \ë+','',0,'?'),(_binary '°\ç\Ñ\\\'ÿ*£~²¿‚\Ýzô','wp-content/cache/min/1/cd4fec0419ddfc3471616cc3bb44f796.js.gz','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/cd4fec0419ddfc3471616cc3bb44f796.js.gz',0,_binary 'ÁV\Í\Ï\ìX\ì4YNŸ\æ[Z',_binary 'ÁV\Í\Ï\ìX\ì4YNŸ\æ[Z',_binary '[÷’š.³¡\Äø\ÖN¿ &¸¨Å£®\Ýc\îS´','',0,'?'),(_binary '°\è\É\ØÓ xÁ¼@A¨\È','wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kýa6%4s\Öó\Öd˜4\Þ',_binary 's„µ¢®B†øHf\Ü	’Q¸`ô¾—k0E\În\Øj','',0,'?'),(_binary '°\ë¹ñ‘Xµø\Æ-ŒOf','wp-includes/blocks/nextpage/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/nextpage/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ei¿@¥\ÍF\ËF\èÁÁ\ZŽ',_binary 'ø-!`¿,#Ã¡œþ¼láŸ³DýTD\Ò	\Ùvý8=Yª5F','',0,'?'),(_binary '°\ï\É\Õ&,\ã\ÓüW\ÕF–û','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-n-a.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-n-a.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P\Ò\É\à\É.kÑ«B[R\ì',_binary '\Ý9\'u\Ö3/#8CÙ‚|.:]F\Â}-\ë&vN+\ìd¨m5¡','',0,'?'),(_binary '°õ\"WˆY™|s‘Ç¢Ý¼D','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°´/o<\Ç=ùnœ~[\éˆ',_binary ']·vB\Æ•Vgs\ì¥\ìœmŒPý\ïÝ•v.¸%]8','',0,'?'),(_binary '°÷]\ßò\î9Q–o\Æ\Ç\æ.\nO','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç<%dñ\àb\ÓH3›¿Ë‚m',_binary '\å7A\è\è0\ï\ÆX£dHÛ‰Å¦\'w’\Z°\ç´ÿ,Û…','',0,'?'),(_binary '°ÿ\Óûˆt\ÂûzÐ¢K\â¹\Ñ','wp-content/plugins/redux-framework/redux-core/inc/themecheck/class-redux-themecheck.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/class-redux-themecheck.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ`Ë‡ø,\Z¥°(®\çÑ‹X',_binary '\êø…2zö“\æJ«½ˆ%µ|úl\Ý\È0W\Ý2a¤}»\é','',0,'?'),(_binary '±\0¶&\Ë\Ø	ƒ\íwý$','wp-content/plugins/revslider/public/assets/svg/action/ic_youtube_searched_for_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_youtube_searched_for_24px.svg',0,_binary 'O\ÉE¸³i«Vke\Îõº¶\Â',_binary 'O\ÉE¸³i«Vke\Îõº¶\Â',_binary '±E\Çvi\Ø\ÈX\Ë\Ò\æ^Œ=B&}\Ð\ë(^Sm“Œ\ìGüC','',0,'?'),(_binary '±\n]Egƒ·\Ë7Oq¹b\è\ä','wp-includes/sitemaps/class-wp-sitemaps-registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\Î\å–\ç$ž\n¢X¯©\'(',_binary 'a:!û\Þ\Í\ËXA\æ2Y‡[n\n\àe©›\Å,\ÃA®SI¼$.','',0,'?'),(_binary '±9\é÷•\Ý=ti°ú\Å\áv','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éœõ6I0$6\Èó¾m\Ô',_binary 'ôu6a{\á„A\Ó0£#²bøTC\ÖAmˆ4”\ì\ãde','',0,'?'),(_binary '±\î©Ö®\0d\n\0\Ç^i”+','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ®v\ît;—Z\ã\ãN\×mÄ¼',_binary '\"-Ü¢ýum\â€s–‚w>vu«J•§\ÍÔ¡X[\å±6','',0,'?'),(_binary '±ý÷ªn¬›j\çøPú+…©','wp-admin/includes/class-custom-image-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-custom-image-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú¥¤¼“)\\c\á§`­!d',_binary '\Z:A‡q+»*\Û\\Ÿ5˜\åH\é_\Ðÿ9\Þ\â¹õœ .I','',0,'?'),(_binary '±KXz\Ú–zùFE7«','wp-content/plugins/wpforms-lite/src/Db/Payments/Meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Db/Payments/Meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.=\Æ«\çCŸ\Ø\á\é\è\Ø',_binary 'ú\ì¨y‰l!©‡noO\n­ž|R\ê­Ì³Ÿ\Èük‹h\Ç','',0,'?'),(_binary '±\Z\Ö\è†˜ˆ¹Bi/6ø','wp-includes/js/jquery/ui/effect-clip.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-clip.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôñ\"\à\ßuR·\Ã~p',_binary '^%ýDó\ÙlïŸ¡\\ùŽBº\Ùp¥“o¹%0†*ò','',0,'?'),(_binary '±\"RŒ@\Z\Îr\âñb¾\'\Ô','wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-admin-css-ba6e9e2a0bcfb5f1a637.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-admin-css-ba6e9e2a0bcfb5f1a637.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶h\nü¥z£\ÐN¼n—\ÅFQr',_binary 'ÅŠ\æ\ÌAty\ê$\Ý\âp#v\â\ên†\ÊÀJf…Ÿ—\Ó','',0,'?'),(_binary '±$³%\'aË­¸\Ø§\Îø','wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½’\Zö}ò÷\ÐtLO¿ßŠ',_binary 'y\ÄVªò-r\Î\ÚùB J­C¢\æ\Ë\Ì)•ù:¸5P{U\n','',0,'?'),(_binary '±2¾	5\Çý›ò\r‰®œ¨','wp-content/plugins/wpforms-lite/templates/admin/payments/single/entry-details.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/entry-details.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U+hˆE«Š\ç\Üõ¡',_binary '\ÔK\n”i$mxb\î±R¢ò”#\Û4I\Ï\ì‘h’ü¡’òf','',0,'?'),(_binary '±64ó…y7\ÆTCt\î\Ñ\ÓC','wp-content/plugins/revslider/public/assets/svg/social/ic_group_add_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_group_add_24px.svg',0,_binary '¯\â‰\\“\ç\Å\äc:p€ü',_binary '¯\â‰\\“\ç\Å\äc:p€ü',_binary 'o—7Û¯nH&K˜>\éP@~\'!©û¼DK‡›SRÆ‡','',0,'?'),(_binary '±8u7\Éh@jx\å\"€5','wp-includes/class-wp-block-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç²\Ò\ÉÄ²ß”\0*',_binary '¯IoD¡\Íõf\Ñ6Á|\Ï\É\â”&˜œLº	P\ß\"š­`+^','',0,'?'),(_binary '±>\\eõ\ï\Â\ÕAÙ¹´a÷','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod.php',0,_binary '\â–|%\Âx‡«· \ï',_binary '\â–|%\Âx‡«· \ï',_binary 'ª´4”w¶ÿ‹9:\n¤ÁI[\íû\'\ìkû\æ\áZ\Ú\ä–jDûµ','',0,'?'),(_binary '±@\î\Æ_—À—‹ q\Ú','wp-content/plugins/revslider/admin/views/header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/header.php',0,_binary 'É«û\ïÆ””Ÿó{\ÊQj',_binary 'É«û\ïÆ””Ÿó{\ÊQj',_binary '\Óc“Z\Ú~\Ê[3§Oþtþ.=õ\Ù\ÑI\ê²@ƒ#ô`#','',0,'?'),(_binary '±B8ñ`ŒxWš¹\â«fº','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Event_List_Registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Event_List_Registry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TÿHqS(IEk¼Ñ©—eº™',_binary '<`„\áW\è\"W	:\æpf`7£µ]0\äO`šg\ÙO£f~+ú','',0,'?'),(_binary '±D¹æ‚ª­€Vˆ‡•œúA','wp-content/plugins/google-site-kit/includes/Core/Storage/Transients.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Transients.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!DØ¡,\Î\\\Ð,*¦{¨\é',_binary '½\î7ñùŠ_eûk\æœ\êŸk‹Ó´@]‰–\ä\çÊ¨¬M;','',0,'?'),(_binary '±Lƒ’…yEõ{¦øf“','wp-includes/css/dashicons.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dashicons.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ökõ†\áUºÐ¾\Ø3ø',_binary '|¼38·9&ÎšGñ\"#\Ì\0Ì \Æ\Ë;·ù¿e˜R©','',0,'?'),(_binary '±O§¡\Ù\Ì¯7ZN[ú','wp-content/plugins/wpforms-lite/assets/lib/jquery.inputmask.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.inputmask.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8¾ ¢Û“k²d\åU\Øs',_binary 'þj\Þ6;\\\ï¹Å¸Rw„#\Ôt\Ãb(8\ÊT¶›W‡','',0,'?'),(_binary '±Uß·\Â 3Wi\Ì\ã\"\Z\Ó','wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0Žµ\ëú{Â˜ BùYD\ß%',_binary 'ü\æ\Üqa#T0þ\ßT™n=ò\È£8X\núBg%Î€L½','',0,'?'),(_binary '±]sm”\Úwû2¬\\Ž','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-tabs/meta-box-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-tabs/meta-box-tabs.php',0,_binary 'Ãƒ\Ë	\Í|\ÌÉ“‘›Ç€œv',_binary 'Ãƒ\Ë	\Í|\ÌÉ“‘›Ç€œv',_binary 'ù–\ÞF¶ö4R\\šfPÿ¦ø™º\Öe¨v\Z¨<.¾T','',0,'?'),(_binary '±_O\Äñ@E\ãuµ','wp-content/plugins/redux-framework/sample/sections/advanced-features/field-sanitizing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/advanced-features/field-sanitizing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'È’[\â\ÜN\çÆ®ð\ê…',_binary 'V“aô‡\æ„Du5¬c\nÓšO¡Ž«\ì=xv\ä‰nr\Ðz\Û','',0,'?'),(_binary '±g\Úbf\r\Zÿ\îÑŠ\æÿ','wp-includes/blocks/rss/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	_u›\Ï:µ|\ÒÁ\ËÿW./',_binary '-ò\no\æ|‰z¯\Ì#_\Ü\Ñú0—]\\\Çu•-R\èb\à?','',0,'?'),(_binary '±j14\åõ\Õnª#\èf\áL\Ò','wp-includes/l10n/class-wp-translation-file.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/l10n/class-wp-translation-file.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø\Ê\åù²(k^qS2?\â¸',_binary '¿T@~.¨~}G\î1	WZ\âo[Åš­\Õü¼¢}¯w€?†\Í','',0,'?'),(_binary '±j¦Õ®\ìöû\Ç\Úh¡—q|…','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '//±dñ\Âõ!\É\r›\Ùg',_binary 'žŽ\ãýš\Ø^+tSbQ\\ŽôV\â¤P¢ˆtccOðV\Ò','',0,'?'),(_binary '±k\ÊULŸ\íÇ¡¹$Á˜ú','wp-admin/ms-users.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-users.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â³u~]*C\Ìu«\0ü',_binary 'e\ës}k\Ò_¾¾q}¹þ§~G•¸§[§5\ßQŸu\í!™','',0,'?'),(_binary '±rn™`	mª¡$\0‘\ÏV','wp-includes/blocks/media-text/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°~/¡\ß8\Z¸„±~\r\0v’',_binary '÷\î-¿Abj#D\æC9Ã£ñ¡`ügðQ–ˆn9\Ðò','',0,'?'),(_binary '±tF–H\ç¿w\È	\Ñù³\ï','wp-content/plugins/revslider/public/assets/svg/editor/ic_vertical_align_bottom_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_vertical_align_bottom_24px.svg',0,_binary '…ø™8©“â…¼eE&\Ë\èO',_binary '…ø™8©“â…¼eE&\Ë\èO',_binary 'B‘þ)´.†nDEl*“›\Æ÷Yž\åªiÀ-S\Â\à ó','',0,'?'),(_binary '±w\ÙÈˆ„«­\ê\0WL','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/RelationshipStatus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/RelationshipStatus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãm\éP\ÆFó	AºÚª`,\í',_binary '´\ËH†\n€¼³ÍªE·1Kj©)	E[b’³$\áþ','',0,'?'),(_binary '±y¦ªn^..@Ð°E','wp-content/plugins/updraftplus/central/js/central-1-24-4.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/js/central-1-24-4.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´X¼1Æ‘„Sñ>\ÈÌ±\Þ',_binary 'Ì«koz\ï‹\ÎÃ¶ßšJ	Ú…:k6µoµ\í.¡r\í¦','',0,'?'),(_binary '±|ÖƒÛ°X\ï,ö69Y \×','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/Dockerfile','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/Dockerfile',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\ã˜ñÃ­·\r\'1…†ò',_binary 'xzv´[\Ã.«4û®AšÙž¢¼2œ³h \×1\Ò<Œú','',0,'?'),(_binary '±~µv\ÑYö\á’ÿ(\ë\È~','wp-content/plugins/revslider/public/assets/svg/image/ic_portrait_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_portrait_24px.svg',0,_binary '(®¼]Áµð-G\Ê\în¨³\r/',_binary '(®¼]Áµð-G\Ê\în¨³\r/',_binary ',\0\ç\Ònº6EeI98Ìa:ý4õs<	“ƒ?\n\Ü\è¿\Ô','',0,'?'),(_binary '±‚g´!\à\ÚÙºñ!™€\Ì*\ß','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°†\Ú\Ê6–¤sEœ6z\ëŸ[',_binary '\0ì²²Zz¤\Å/ºþ­T\Ù\Û\Úm\çWù)\Ù÷F\Û×´†ü\É\Î','',0,'?'),(_binary '±ƒCj8ý³I¥¥\ÆÀ\àš”\í','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/class-redux-color-gradient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/class-redux-color-gradient.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®f&ÿU’(yxrvýÛ{',_binary ',iU™:DŽ(\Ö>;U\î\ç\èŽB-9IJ$W2J\ÇL÷t','',0,'?'),(_binary '±ƒ¾>eQL¸’\â\Ï@\Ö\êM\Ú','wp-content/themes/houzez/template-parts/realtors/agent/email.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/email.php',0,_binary 'hF¨{“ž¥–5±7&%',_binary 'hF¨{“ž¥–5±7&%',_binary '“\05Ù²Ih¸ýnÃ…l[\ÍI$…®§o]\æÿ‹OiŸõ','',0,'?'),(_binary '±†L\Ë@œTV¡\í\Úh­ºô','wp-content/themes/houzez/framework/stripe-php/lib/Service/FinancialConnections/SessionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/FinancialConnections/SessionService.php',0,_binary '®–/Rhº²\êÁw‹/\n',_binary '®–/Rhº²\êÁw‹/\n',_binary 'úÓ‡\Ç[¾z\È›÷b¹&p\êN\îL€„]”Ÿ\Åö†f^E•','',0,'?'),(_binary '±Š„\ã8\í\Ý\íR§ý¾Y(‡€','wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-form-preview.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-form-preview.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÏyŠ_À\ç¶ð\Ü[Lm,µ‘',_binary 'Ž¥+š\0§\\6\âý“u©˜\å\ÌÐ§y\íýTCù5\"†¥','',0,'?'),(_binary '±Š®¦v\Ì~v)|\Ë\çt','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó\ÖÇœ\Ê	\Ëb°ƒvË¶È¯',_binary '\â\Û~Œ\\=\á\ßcš•ÀA\í”\Þ[†¹&v@{q\Òòü','',0,'?'),(_binary '±Š\Üs\ã€x\×\âµó6\ï±+','wp-content/plugins/elementor/data/v2/base/processor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/processor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðúw\Ü0’„\n@©s',_binary '¨ý£¹&B•R?¢\ã}\Ò\0‘]­B/|\Ü~j\à8Ž¾¬\Û','',0,'?'),(_binary '±‹=·-XÔn{]·pf','wp-includes/js/wp-embed-template.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-embed-template.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Öf%W\ïû^mñy\Ï\Õ\Ð4$',_binary '\ã€)\ê•\ç\Óš\ä\äA\âr”\rt½\á@Š‡j\Æ\ïYÀ¾ø\Ç','',0,'?'),(_binary '±‹we\Ööi!<º¡súy\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øh8¥FK¥3EqŸsù \å',_binary '\Ñ0T›û—E÷Va~\'55h4‘ÁoÕžˆ{MÉ±\Ëð\'','',0,'?'),(_binary '±—«\Âû‚Ûw6Uu%¦À','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õÛ§^\ì¦aÊ­V‹\Û\ë\Î',_binary 's6\Îm±‚¾]\æ\ç:ˆ¤·„3õöHPÑº\î0Ÿû\Z','',0,'?'),(_binary '±™\\öþ§JRÙŽ€nx','wp-includes/blocks/navigation/view.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/view.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï&ÝŠYvAñ§‚Øºq%',_binary ' o À7Y»*2ð•Âšø•\íQ=\Ñcþf¡p­¢U\ë','',0,'?'),(_binary '±™]HÄ¶B\ÄP\ã\Ì Ä›','wp-content/plugins/redux-framework/sample/sections/switch-button/button-set.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/switch-button/button-set.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·tß3\Ëo·dþ$˜ûò',_binary '\áô[z´¼e)Nªg†;J$M´œD\'V:Kr\ÌRN+\Ç','',0,'?'),(_binary '±™¦_0‘8®üQ´ø%»','wp-content/plugins/revslider/public/css/fonts/material/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/material/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '±š\ÄfSu¹B\ìÍ¥?^yO','wp-admin/css/themes.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/themes.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0üöW\Ð\r\rU6£=\ä',_binary '{\ær¬\çh•’A´7š^#c\0f\Ï|s¨wº\ÞF!†™Lû³','',0,'?'),(_binary '±›cN\Þ	™tr\ZÑD','wp-content/themes/houzez/template-parts/banners/partials/caption.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/partials/caption.php',0,_binary '–s\ÙP\ç2;\"Š3U',_binary '–s\ÙP\ç2;\"Š3U',_binary '\ãF\Äd[`\0•\ÙZ!9\ÛEýjÊW\Ãs?\0õ\ä','',0,'?'),(_binary '±Ÿ\"&¸–œ¿L#\é#S\Æ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_uk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_uk.js',0,_binary 'Tays‚œÍ„\îŒ\nK{',_binary 'Tays‚œÍ„\îŒ\nK{',_binary ':Ä¿y\×ÙŽ\àó§V¨¶¶‘}\ã\Ð{®òP\"mXOoÅ–','',0,'?'),(_binary '±£®±&9\Õ\â—-ZŽ\Ø','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’ü0E9\ìc=\'	\0\æŠ\è ',_binary 'x–¿ˆÙµ;ŠP¬i|ž:\×\ï\È\â\rúÿ\riHÃ¤•¾a','',0,'?'),(_binary '±¥´ôÇ­4¸öÀ	{b\Å\Ñ','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg',0,_binary '€R<\Ë³\Æh\ã‚«üd\Ò',_binary '€R<\Ë³\Æh\ã‚«üd\Ò',_binary '¾:\ÝKŽgòUþð\r{A’\Ôn1\ïÙ»ø‚¡™jO—,úû','',0,'?'),(_binary '±§ƒ\ØðÐ¾Â‡À.Œ…˜k','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's¸§û¸\×	×µõFóa®>\Ô',_binary 'q« .>ü»”»›–\0\å\ÔÜ‚Ä·\ã+·óq™\ÒM4W“','',0,'?'),(_binary '±§©\Ù{^Ž†W\È\í\èóC±','wp-admin/css/colors/ocean/colors-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ocean/colors-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»¾FÚ¯¶¿\n›ðóš\à©',_binary '²Vnø\Êf\ìXl2\0±‘ÙOeò¸˜\Ä\"aÖ˜t','',0,'?'),(_binary '±±\Å:ñÁÏ—CÙ’™7','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/core.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/core.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²» ¹-\áDH›n¾f’\ç\Ø',_binary '1¹Q\êFŽ‘±‘e\â‘õ¶j<š\'\ÚÆ°CŒWZÅ„Q','',0,'?'),(_binary '±³9}d CŒ\n‰PÀ†4K°','wp-content/plugins/redux-framework/redux-core/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '±µS\Ùtƒ\Ë\êy\Ô	fV\ZH','wp-content/plugins/wpforms-lite/assets/js/admin/email/settings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/email/settings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Yú€©dRN\ê‹h¾\ÌñÿK',_binary 'è˜—‘­”ò…Rnn—\Ö{\Ê\"rú\r#ó\ÜðÛ›kn5§o','',0,'?'),(_binary '±¼\ç\r\ÐÉ‡|ë““Rq','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ug·”\É>2\Ê\Ê~$<-',_binary 'lf€m\åH\0L*Æ”Z`\ÞÎ«M·fa†@Awü\ë','',0,'?'),(_binary '±¾­RŒ±Q\ï\Ò\Õ/Q® —3','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v1-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v1-wpml.php',0,_binary 'T>†—¸Ÿ\r\ä\ì.~©~º\ç°',_binary 'T>†—¸Ÿ\r\ä\ì.~©~º\ç°',_binary '\ÂôµG”\ßV¨\np€•Þ©e \Ú\Ú\ã\ÆtgV“[\æ\'F','',0,'?'),(_binary '±À¨-’]ü\rù~(#÷','wp-content/plugins/wordpress-seo/admin/class-admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~B1÷¥\\\Ã\ç	\×\ÊV/VÒ›',_binary '™O˜!\îIe_#¿.\Í2­!\Ø&ê…óLH\'5\ÖZ\Û','',0,'?'),(_binary '±\ÆÃ‡ú‰JV´W]I¢','wp-includes/blocks/table/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U*N.y˜^Š\Æ\á¼Ïs\Å',_binary '•Z>t>7^\ëÒ™\æ_\Õ\Ó\êÍ§h¶€\èžú„ûô\Óvþk','',0,'?'),(_binary '±\É\ì=–©:v\Öofw\Õl','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes/Colors.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes/Colors.php',0,_binary '\ÒK‰Bøt%\r•Ü½Y6',_binary '\ÒK‰Bøt%\r•Ü½Y6',_binary '\r³E7\Ý\ç\ÜD\åe l&¿\Ì\ruW=õ\íÁ¶8g','',0,'?'),(_binary '±\×Á\è™i¥6Ì°”S™','wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^$Ú¼›]e×\ã\nS+^\Ê',_binary 'EHh¾>õó{\â#q?\Ä\É\ç{\ZüSv\ÉD\ÛA\áWB˜','',0,'?'),(_binary '±\×\âf¨Ö…#Ÿ\Í<W\è','wp-content/themes/twentytwentyfour/parts/post-meta.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/parts/post-meta.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k‹\Ít*\ÎJ»ý\ê,\ë\å\Ò\Ã',_binary 'e´÷Q*+\ïÊ~Á¢žKJŠ±\ÒTEŒ3>¶\ìZE“','',0,'?'),(_binary '±\ØD‡\Ë¼\É\'œiQI','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßq\Ó\ÅQ:ÖŠ3\ëŸrôƒ',_binary 'qþ\ÕÔµ™\n«v Z\çg\ÑBz«œ?-ð)‚\á5[Pz','',0,'?'),(_binary '±Ü¦Ã¾P\çe\í\Ò0ðS«\Íö','wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-woocommerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-woocommerce.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÂÁ\ë˜Y¦»›\à‹õ\î\Ñ',_binary '80÷Ð¢dÄ„P—\Ì(ndGö·‘y>wK$“ ô%','',0,'?'),(_binary '±\ß|úöú-‘n’?^\ãKY','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessNumericFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessNumericFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*(Jz™j\Z\ÌO‡PD\×O¡\Ú',_binary '\Z”?\Îý\Ã.\Z#Á•¿.ji¤¶mÁJ-\r\ê\×\Õ/ú','',0,'?'),(_binary '±\âmòZr\Ü\ß^¶Þ—Œ\rõ¥','wp-content/plugins/houzez-theme-functionality/elementor/widgets/sort-by.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/sort-by.php',0,_binary '«\rý’ g™\Z…J}?',_binary '«\rý’ g™\Z…J}?',_binary '¼ŒSw\0‰\Ö\Z>\ì2‘¿Ÿ±\î\Å\ís­;È–£Kp#','',0,'?'),(_binary '±\è\È;Ž~oøX\nr¨·“v’','wp-content/plugins/houzez-studio/admin/js/i18n/eo.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/eo.js',0,_binary 'ºa\'OpQxwº‚\ê4$\×',_binary 'ºa\'OpQxwº‚\ê4$\×',_binary '*Dk˜\Öqù—T+µ\àR©\Ñ01‘Z\æ‘ì”ü›','',0,'?'),(_binary '±ð$[\ßû\ÜtCÅ¤Iw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þQtúªz¯\×Q¾\Âó\Ý\"',_binary '}\äØŸZl’(y´“0\áÅ¨z“7{šd6Ynrh\Å\Ï\\','',0,'?'),(_binary '±ÿ_\ë‰öK\î{Q%§¨”\Ã','wp-content/plugins/updraftplus/images/notices/subscriben.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/subscriben.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›¨–U9Î€”³a¸# ¡Í”',_binary '0\í½Ì„%L\Ì2hu)qŽ\è,]¶F\ÌÀÂ¨\çY\Ä\Üs','',0,'?'),(_binary '²m5¼\âu\Î\Í1}\Ø','wp-includes/css/dist/block-library/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öÍµ•8,ýŠ\é\Äð0',_binary 'y¯„˜‚Ð¡(÷aXñ¼6Ë£I\Â\Ó\Üo\n¾±‘ù0=r\æÎ“','',0,'?'),(_binary '²…ùp\éµ\Ì3\åQqL','wp-content/themes/houzez/vc_templates/text_with_icon_v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/vc_templates/text_with_icon_v2.php',0,_binary 'X\0<\ß\Þ\n×˜¤\Ü{\n‚k',_binary 'X\0<\ß\Þ\n×˜¤\Ü{\n‚k',_binary '´€Í²Ä´3?=\ßViìŒ»33™0±\Ö\êR4?\Èa(³','',0,'?'),(_binary '²\r±?O8ÿz\Äx¸\Î\Ê','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter/String_Filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter/String_Filter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Åh”žX¶p–ùšŽP',_binary '°ÿñóhøš¤G„û¿±ñrH^#\Îß‰²ó=\Ì\îWû©','',0,'?'),(_binary '²u(Û‚®ú‡Vˆ¢U.','wp-content/plugins/wpforms-lite/src/Integrations/SMTP/Notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/SMTP/Notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±+¼NÀÍŸpnrEz…',_binary '·\åR	\ÚýñX\êÄ«p,\Ì_wù\Êÿ+K@¡¨&=D','',0,'?'),(_binary '²·«~x*Lƒ›µ:»','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/NotFoundException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/NotFoundException.php',0,_binary ']:E\r:;\ßúuÅ–G¼',_binary ']:E\r:;\ßúuÅ–G¼',_binary '¸\n¦\ïv”h3	\\/A–Z\Ë	7ƒ€²\áûƒ»\ëÑ‰T','',0,'?'),(_binary '²ü&B°5V\ëAUU,“\ì','wp-includes/class-wp-http-cookie.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-cookie.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–Ž^\ÕzW\n%X6R©?\Þz',_binary '…šxgŽ«û\á\ÐmÀ­\ËgEv\Þ\èô|	¹r\ì\"@ô­_µq','',0,'?'),(_binary '²\"Y\Ù\Ú\×YL“–\n','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg',0,_binary 'RVÀ”Ÿø¾* :´¤Ž2Q',_binary 'RVÀ”Ÿø¾* :´¤Ž2Q',_binary 'L\Â\Û\Ûš\ß…}\'¤ôŠBÛ¿’Î¾“G&_¤\Î\\\É\Õ','',0,'?'),(_binary '²%J \Ù\Þ{aTx¡š2','wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âa–6b\äy‡\ìÃ\çÝ',_binary '¾\Ý\n\Ì$\n^\ÍøU\ì#‘|\Å}\î§\ÐÿX…\ØEŒ’	','',0,'?'),(_binary '²\'\âŠE´(ƒð!ü2œ&','wp-content/plugins/redux-framework/sample/extension/my_extension/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/my_extension/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '²(½x«´ô’ýŠ+jAÃ¬>','wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer-preview.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer-preview.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\å\ÈwMŸ-DŒ\èQ¥\Ê\Ú',_binary '3\Íñ«›4i+¯ý\Â\ÎE‡‘;U\ê´n ò%™K\Ó','',0,'?'),(_binary '²1A\ë\âbÈ±‰\â8£”EN','wp-includes/blocks/group/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';£\ÉuHù\Ò@\"„¶c”',_binary '¨\Z¢¨ËˆZâŸ\ç(UM~«‡³ÿÏ‘hY¼²S]C','',0,'?'),(_binary '²G•\Ç\Æ\ÝØ‘\ì÷±ÿ/œct','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select.js',0,_binary '9\Ñw\Òýø\Í\Ýö1\×64<',_binary '9\Ñw\Òýø\Í\Ýö1\×64<',_binary '	k¾qº‰¦ž\Î\Õ6\Ï;ˆ;\ã3õ\è\ÂõJÊ—h\Þs\Ê\Ã','',0,'?'),(_binary '²Kht\ï:\ÊÊ‘\ÜË—N\ÉY‚','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-importers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-importers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jz0×­Nó×«¼b\"¤‘',_binary '\ì+\Ô\Þ5doòÁ\ÑH¢\ÓaŒK\ã*ic¹T\ÏLJÝ¬\Ö','',0,'?'),(_binary '²K\íL^*}½…c\ß\Ãøb','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SubscriptionScheduleService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SubscriptionScheduleService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ØË¡ø{sHY\Í\×;õ\î[Ö',_binary 'uô\ÈryÁ\Ñ^V\Z\ä+c\ç–\Å^¾#ýZ#\Ék\Óý£\àZ˜','',0,'?'),(_binary '²XG6šÖ¹\á¼\Å1Á','wp-content/plugins/redux-framework/redux-core/assets/css/media.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/media.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ\'XW\Z­mô\ÌcBX %W',_binary '®‹)O ÀóR½>{²´\éN\ê•H´öoxw\ìo{a‚\Ñ','',0,'?'),(_binary '²_fô\ç²;w\Ða\Ë\ÙÚ±','wp-includes/js/tinymce/skins/wordpress/images/gallery.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡_±ŸŒPwù´PU\Û4',_binary '<W~…\î\áØ¶¡\Ç+\ÑhNŒ\é„9\ç\×ú1\Ì_°3\Õw‹s','',0,'?'),(_binary '²e=ó¦ý#¦E™\éG9¯','wp-content/plugins/revslider/public/assets/svg/communication/ic_voicemail_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_voicemail_24px.svg',0,_binary '²\ã7P\ã‰Y\Î7<3H±ö²',_binary '²\ã7P\ã‰Y\Î7<3H±ö²',_binary '¡¦ü\ÂW\Â\êü‰\Þ\Øs\áÇ…»B·D+\Íû\ÄI#\Ì\É','',0,'?'),(_binary '²kÝhQý±\ï&\â°2','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_24px.svg',0,_binary '3ºc‰³Vú~ŸÁ\ÏLj˜\Þ',_binary '3ºc‰³Vú~ŸÁ\ÏLj˜\Þ',_binary '.~ÚŒ|nx•€‰ö\Ïe:’T\Ö\èE˜DÁŒOøR[','',0,'?'),(_binary '²l³\é* §\ÛS\ÓNlo','wp-content/plugins/wordfence/js/jquery.qrcode.min.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/jquery.qrcode.min.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð±\×Ô¹°´—Xp`me<',_binary 'wP\0\Øp\ÔzuYDS\Þz(W ß¥‰\ìP¾3$S‘öò‘','',0,'?'),(_binary '²seTrŸh\îa5\à>/¾','wp-content/plugins/wp-rocket/assets/img/heartbeat-hover.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/heartbeat-hover.svg',0,_binary '¢ª3ù3Æ¿UiVI¨Vñþ©',_binary '¢ª3ù3Æ¿UiVI¨Vñþ©',_binary '7®\ÈZ9§€x•=\Éý\ãÉ¾¶\Öv€ 1H&¶)g','',0,'?'),(_binary '²u\æ\Ø<e\çx›®@ÖˆÂˆ>','wp-includes/js/underscore.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/underscore.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øW »EN\Õ\Ò\Ë\ÛVk',_binary '³°\èe\Þq\Î)j„\r\Ùø\É\ä2w\í-%v´®\å‹ñ\á\Ï\Æ\æ','',0,'?'),(_binary '²w4š\Ì{4ˆT»7šŽ','wp-content/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php',0,_binary '\âƒ&\ß_[\0£º\ÖÈ²>nQ',_binary '\âƒ&\ß_[\0£º\ÖÈ²>nQ',_binary '\à\í¥þ‡…m\èÿ\É*··W»U\îs[yœôù\"','',0,'?'),(_binary '²®ñkõ\Ë\àS\Í.B*','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/inc/class-redux-color-scheme-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/inc/class-redux-color-scheme-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’\Þa2DŽeƒž+¶7\Ì@',_binary 'P=®ñöFm\Õe\Ú\Û\í{©øŠ\íp7^\"·2:Hú:”ô','',0,'?'),(_binary '²‹q?%\Íõrpþø0÷7\ïq','wp-admin/css/colors/coffee/colors-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/coffee/colors-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯§\Åih9dbÉ®0“ô',_binary '|‘I«[1^Ï·¾\Ø{-O;3¨‰Ÿ`\Ât\ån\Ç&üs','',0,'?'),(_binary '²Œ9$>\àª\ÜùU\æÙ¨\Ô','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/select2.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/select2.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„\ïn&U š\ëÂºmðú',_binary 'µ!<JÞ”º]4þ\êl¨¶;bPOY·\ë\ég¬\ë\ZFS','',0,'?'),(_binary '²\à@08®š+ \àDG±','wp-content/plugins/updraftplus/images/notices/summer_sale_24.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/summer_sale_24.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿü\ç\×(\ëø`€D©JR\ç',_binary '%§{žœ)¸&Œj÷EùO\n/Ÿ9ŽhN£š^Í¿\Â','',0,'?'),(_binary '²”\0©,¼\Ý`jI¼™®','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-library-auth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-library-auth.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ä†¯„\"Mnl•P‘s\à·\åª',_binary 'ò\Éy\ÆE½¬a†QqT]Ê®+{;RŠÿ\Èd\èÿö\Øy ','',0,'?'),(_binary '²•Ž²\âCŸ	#a¿“S\Î[','wp-includes/sodium_compat/lib/stream-xchacha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/stream-xchacha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\Ç\Û^=©$£\ëTœ¿³',_binary '/~Uô]\Ü\ÙNn¦<!¤–\"žFm™‹§ÿ\Þ7\Ý*\0r','',0,'?'),(_binary '²–+^4\îj\ì±Á\ÓÌ','wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-confirmation.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-confirmation.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a`o9&ôs\ra%\ãˆ \êŒ÷',_binary '{\ÞX	VDBƒ%Ž(Ò’ò; Ze?kt;©À\Ñd[\'','',0,'?'),(_binary '²—üt‘:Š¯\ßZ\0\å±','wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž–`wö\ècÁŽ€Êˆ',_binary ',KI¢A\Õ2k»1%uÐ¨”g~†+dJ\é°\çƒRø-º','',0,'?'),(_binary '²œ\ÃÄ¾õc	œ¢','wp-content/themes/houzez/template-parts/banners/parallax.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/parallax.php',0,_binary 'dHµ	Y\Ä\å£\êe \ç\ä',_binary 'dHµ	Y\Ä\å£\êe \ç\ä',_binary 'X¯iø5ö“ø \Ð‰\É;+±³<ÁžZ/úR•','',0,'?'),(_binary '²¦93\Â\íQÁ¹½>1\Z§','wp-content/themes/houzez/template-parts/search/search-for-banners.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-for-banners.php',0,_binary 'pT\êA°¤\å\n3d\ìsam',_binary 'pT\êA°¤\å\n3d\ìsam',_binary '½AG\Ë\05,¸\à‡\ß\Ã\"Ä¡?@\àé²\'—<ÿ','',0,'?'),(_binary '²¦ ÛŠ?¬ô^´ß–3C¨ø','wp-content/themes/houzez/template-parts/search/fields/save-search-btn-mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/save-search-btn-mobile.php',0,_binary '„<b³3.A`œŠ\ëb¾',_binary '„<b³3.A`œŠ\ëb¾',_binary '4Š„Z\Ý\Ó8\r­ž\ï\î\áÀ^\"\ä˜\ÞÀµPY“Žm\ëE;5','',0,'?'),(_binary '²©\×>%f,\×\Ãé“¹','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_none_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_none_24px.svg',0,_binary 'TQO¾N4m‹ŠÞšøüÀ',_binary 'TQO¾N4m‹ŠÞšøüÀ',_binary ',“\\Kþ;\ëŽn\ÜC˜©\ä}\ÕT„\'|\î	5¸Rù¡½ý”J','',0,'?'),(_binary '²·-û.À\èIc)!)¬\Æ\ã','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.12.7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.12.7.php',0,_binary '%x\Ü&£úÁv\Ó\Õ	Œ‰Di',_binary '%x\Ü&£úÁv\Ó\Õ	Œ‰Di',_binary '\0„V§\\aÓ³Ž…·ü¥b~½a\Ûe0\Ú\Í[ð\0Dø','',0,'?'),(_binary '²¸X­³\Íó‘¯­c\Õ\ä\ë','wp-content/plugins/redux-framework/redux-core/inc/fields/textarea/class-redux-textarea.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/textarea/class-redux-textarea.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›×•Š\Æb\ëkÖƒ–¦\åV)',_binary '\è½\ä9\ã\çE\Ðjs\éñr\ã|[q\×ððh¾w!','',0,'?'),(_binary '²¼¬\à\ëžX%ô\Í\Ù\Ù','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sv.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sv.js',0,_binary 'W¼/<uŒ€<¤|j\âÝ öù',_binary 'W¼/<uŒ€<¤|j\âÝ öù',_binary 'Pc\êSó«ò\Þ\å\ÖVeÒ\05–\Ô\âYZ5\'»\nhÍ¦ú','',0,'?'),(_binary '²À<wq\Ýy\Ï\Ñ,ñy','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm¤·\îvoH´\ç;\0.-¨L',_binary '/k¾Ç­\æ\Å÷Ÿ†\Òt³£¯wC‘v¤¶Ÿ|;º‰¹=%','',0,'?'),(_binary '²\È\ï\ä¢ð|[ž\Òu.©œÅ´','wp-content/plugins/wpforms-lite/assets/lite/images/sample/map@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/images/sample/map@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€V^ó±.€\"œ<’Á\Þ\Z',_binary 'óllv5vòÿOVô\Âû€ÿgÙ£§ZÝ¨ºž?(\Ø=À','',0,'?'),(_binary '²\ÉW$Hð¾—ÿD\ä!;1D','wp-content/plugins/elementor/assets/lib/animate.css/animate.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/animate.css/animate.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øn¦”ö€3Ÿ\ÓG;KE\ã\Õ',_binary '°ø³£a;8#ûš\Ð\"\0M0Ü¤ÿÌ¨õ\ÍK¦¹[\Z2þ ','',0,'?'),(_binary '²Î¿\ì‰8zh\×ñ¥!\äÚ‚','wp-content/plugins/elementor/assets/mask-shapes/flower.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/mask-shapes/flower.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uc=$­_M•\Ö.\æŸ6z\\',_binary 'Z+\ÒbÅ½\Ýnõ·:\Ã\êŽh7üB\Î\ÜÀ\äl\Õ\ä\ÞC\Ð\æ3','',0,'?'),(_binary '²Ðº\ëôø/\Ú\ï6','wp-content/plugins/wpforms-lite/assets/images/addon-icon-hubspot.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-hubspot.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï#\Zq	\"‘“\×\ßeY³',_binary 'W‘@²‘\ÎWì±®?ˆ\Îjdƒ…ùJÊ¹$N†þÇƒ\ï¦»','',0,'?'),(_binary '²ÓªU\Ð\Â\îe6ŸXh{«ð/','wp-content/themes/houzez/framework/metaboxes/transparent-menu-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/transparent-menu-metaboxes.php',0,_binary 'ˆ\Û\ê\È\åÏµ&By„',_binary 'ˆ\Û\ê\È\åÏµ&By„',_binary 'ó(\Ëö\ØP.Ú‹S\ÇúA4\îócc\Þù\î\à]nû','',0,'?'),(_binary '²\Ô\Ú}Å›ù½\Õ×F9Á\è_','wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget/welcome.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget/welcome.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûhŸ\êæ“€	4ñÀ§\áŸ@',_binary '#\É3-	öJP‰\×q&Zš\â^«¶N†©T\ä3ñ','',0,'?'),(_binary '²\Ú,«ˆŽU@©¼0¤${','wp-content/plugins/google-site-kit/includes/Core/Authentication/Authentication.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Authentication.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤8³7(M‚×®¸óFù\ã',_binary '\ç\n\á2­95‰\ïD«&`\×Ñ¬p°rE\rsb¶nŽ½´Š\Ü','',0,'?'),(_binary '²\Û\Ç+uô\ÒPÎ½Ê‚\ï\Ý','wp-content/themes/houzez/framework/stripe-php/lib/Payout.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Payout.php',0,_binary 'e%\ìÊš\Ã÷jFÏŸ\â°\Ç+',_binary 'e%\ìÊš\Ã÷jFÏŸ\â°\Ç+',_binary '\'yY\æ‡P†%T\äˆ)t\ØKhUOªFi:VR\ÖÓ«U','',0,'?'),(_binary '²\Û\ì>wø¼«“\Ìm}}L_}','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterAdvancedDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterAdvancedDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!cš\è¹\0’`!Ì¦”\äŠg',_binary 'e©ª°‡>Wg~\Ð:Èª\à\îö\ï&¥;\Ë=¡\\?Œk”;\Ç','',0,'?'),(_binary '²\éÓ¥\"\Ü­\é\Ï\á\ÛõŽš','wp-content/themes/sinatra/inc/compatibility/woocommerce/class-sinatra-woocommerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/woocommerce/class-sinatra-woocommerce.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' („¥\ÜÞ¤\Ïj:\ï\ÆK3',_binary '\ãß‚<Ü“q‰•u8]ý°$\Æh´·\Ô+\\2‘\Øw2I','',0,'?'),(_binary '²\é6p\êZ\æX›Aú\â¸','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-payment-element.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-payment-element.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'NŽMÑ–\Òÿ!\ã¢\"{D›e',_binary 'ý\Åä‡½\ËoS\ÓôI\è~\åX\×\âõhé¢Œó1F\Û\ìro','',0,'?'),(_binary '²\ê)IÏ‹¡ rƒ ¢\è','wp-content/plugins/elementor/assets/js/packages/editor/editor.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor/editor.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	ž,¿–!\Ëc‡+\Õ@`+',_binary '\ïšö\é;õ\Ûûs½\ÉZ\ÜJ²\ÂT@(=…˜\\µ¯Ñ“\ÍY','',0,'?'),(_binary '²\î°n`ó³)j\Z7b#e','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/ReportParsers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/ReportParsers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•GFþ\ÎX\ä¾f)\Ç\Å\Ó',_binary 'A>bhE…\ÖÃŽÚ…„ÏŠô\æ\Î\Ø{§¬\â\èxi¥<}','',0,'?'),(_binary '²ñ\ÓÜ\í¤o097ü\Å','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/BulkActions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/BulkActions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~\Æó\Ç ÿ[\äy\'-\Ð\Ë2£=',_binary '}o^\çôŠ-\ï¾lŸ\Ël+ŠÿYP\Ñ\à\Ü\ßýYDl‘\ÇÀ‘§','',0,'?'),(_binary '²ñ\Ý6\Ç\ÎQ\Ð\r„Ò#','wp-content/plugins/wpforms-lite/vendor/composer/autoload_psr4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/autoload_psr4.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î(®–\Èh=Ò®\ßH²pø»x',_binary 'ˆÆ‹Uˆ~l?®\Ý:”\\m,W.\ìe™Z{=iõ?','',0,'?'),(_binary '²ò\èŠ\îÍŽ\\1Ñ‡Ú„\Ü','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/DataManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/DataManager.php',0,_binary '¼pDvZÕ„¬’_¬s',_binary '¼pDvZÕ„¬’_¬s',_binary 'b\è)#˜6:€p‰Æ‚ \æ}§	\î\rƒpÿE\ÊlkùŽf%\Ø','',0,'?'),(_binary '²öŠ¾Æ”¤H\'\\*“\Ã ò','wp-content/plugins/revslider/public/assets/svg/places/ic_free_breakfast_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_free_breakfast_24px.svg',0,_binary 'C§c\n±db,_¡Ö¨',_binary 'C§c\n±db,_¡Ö¨',_binary 'H£9\îä»¹ºnÁõC¿·oœb—Áoò/\Ãh\×l\Ü','',0,'?'),(_binary '²ùzvo:ø·\ÜB%šºðõ','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\Ãh…ƒ®%u-C\0\Ä',_binary '\"YÂ¤&6HU¾^\é·\'ý$±ž\å=_;>þ°§\æ','',0,'?'),(_binary '²ú\×k\ê\Þ\Ü8m\ÅA±','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PeopleEmpty.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PeopleEmpty.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7\Ó6/]œ} +k\Ë\Ü\"-F',_binary '€û2z\Ì0®v‘‡¸¾6»M(b7ý£¶­~ö)\Ã','',0,'?'),(_binary '²ü\rd\Ù\ÔIÁ\ä\ÑW\É\áT','wp-content/plugins/one-click-demo-import/inc/OneClickDemoImport.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/OneClickDemoImport.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰möwN«¦õ‰:‹hR5Ÿ',_binary 'e‡š³\àXœ\Ã\rB5mhs}b\Ñpo‚÷Œf³®úŒD\î','',0,'?'),(_binary '²ÿþ­x\ÄÐ™\Ò)DC‡\Ì<','wp-includes/js/customize-models.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-models.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô\'ôÿ·‹~G~öÔžœ',_binary '¼hð3XVx\Úp\Æ\ìT¼\èOSÂ‘Sfb\æ\Ñ\r„Eæµ\Û','',0,'?'),(_binary '³	”½÷h\Üó16\"S¦\Í','wp-includes/blocks/comments-pagination/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',S\"\rö\çW¡\0n¾œo',_binary 'ƒ\Í\0°«Wl·3ôº½ls\Â>Ò’\ïðÓ½D^*','',0,'?'),(_binary '³Wm©T>\\-ù\êx/n','wp-content/plugins/wpforms-lite/includes/class-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã¿\è6Ú¯\Ú\êd¿I¡#¢',_binary '\ÐV¾JC 9I\Ç\èûR>Á“ƒP\â\Ì\0uAzBù','',0,'?'),(_binary '³~£š¹­U÷\"\Ð&\Ð','wp-includes/images/wpicons-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/wpicons-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\çn\×V\Äo©$š”Of~7',_binary '\Ý]Ú©A=µÑ’¿%\Îq¢%aMÁÀ‰ù\àB­U\æp','',0,'?'),(_binary '³tõ~¼µ½\Ê\Þ\È*\ìÖ†','wp-includes/blocks/page-list/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—†\ã(M\ìBŒ\ì‡_\ç\îš',_binary 'º¡º\Ôl[­)\î\Ù%=g\Z\Zö\ãœF¸€ðtºW','',0,'?'),(_binary '³\Üdö}]mŸ¼2M—þ\Ö|','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/DisputeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/DisputeService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*ƒh\ZøÕµ¿>’\æ\'­\Îöò',_binary '\Õ.,ú	^gN{ñ\æü{Ü‘ô¼\â¢| \Õœ¼Jx','',0,'?'),(_binary '³\îYý8\Éj¬C´G\Þ#','wp-content/plugins/elementor/modules/favorites/types/widgets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/favorites/types/widgets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' U¯™ó¤(0ý\nºM',_binary '96ðJSx€\é‘?p¤—C]ˆ™†\n\çŒ=#‡@Ñ†(','',0,'?'),(_binary '³\rõÕŸ\Ý)“Œz…¢','wp-includes/blocks/footnotes/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/footnotes/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0b´k.3 Ô»¯\Ô\ÈÛ´',_binary 'S\èø(²:`«–+\ì \à‘ª%Ç´ªŸ¥\ÞXfE±','',0,'?'),(_binary '³\ÌW2\Ý\ØDñG‡7‡V','wp-admin/css/common-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/common-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"õô‘[`:\ÛŽ*\0•\ê',_binary 'G^³n\Öý·[$÷KŽ¶\×½ z\ÞÚ_;\ãò\á\Î','',0,'?'),(_binary '³\èMŸ\é~\n\ÏT|·','wp-includes/js/mediaelement/wp-mediaelement.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/wp-mediaelement.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ê•‚v·\ÞEK\ÓÂ‡?\r\Ä~_',_binary '!?ÿ[ö\Ü_ü\Å\çrô€\á=&\È\nö-%!y¸£\r\Ú','',0,'?'),(_binary '³!=—l\n¯¬.V!3<\Ú','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Importer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Importer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡‚\"&0t\åU\ä\ßb\nd“=',_binary 'ñ¶öñ-\ÒEA\Ñcþµ\'¥\Ýú û~\n]79£š','',0,'?'),(_binary '³#0<mh®\Ã;D;1+^\Ú','wp-content/plugins/wpforms-lite/vendor/composer/installed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/installed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅM‡4‰-¤	©²™€þ',_binary 'DuO‰±(¦)û”›m_™\Ô\Ì-r«•Û\rÒªb©','',0,'?'),(_binary '³*N‚‘|º\éra ¬6','wp-content/plugins/elementor/assets/js/beta-tester.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/beta-tester.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\"WB.\Âú;°Û•',_binary '8\Ã$\Æ”¢–\\¿`F[M©„VA£¯ò1#\Ä#ˆ','',0,'?'),(_binary '³,_\Ûb‡\ã7Y\Ò\É\È\åý','wp-content/plugins/one-click-demo-import/assets/images/icons/copy.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/copy.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W\ÆU¨\r°O-G—Q³†\Í',_binary 'À\Öª;¢\àt\åJ²‡×„$Õ´)Z$ý·\Ç5Ðµ','',0,'?'),(_binary '³-#ß“\'\èEDA\æ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hûXˆ$ˆ:8…\Ë]B\Ë\Æ',_binary 'fpz¹~\ÈU!‡Š³!«|Ã–	0¾C@\é„\ßeU²','',0,'?'),(_binary '³2‰¢Ÿ‡–¬ü`MŽ\Ï\ÆñQ','wp-content/themes/houzez/inc/blocks/class-library.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/blocks/class-library.php',0,_binary '\ÛI:pS\ÉF\Ù\Èðª\ä\Ü',_binary '\ÛI:pS\ÉF\Ù\Èðª\ä\Ü',_binary '„h\åÿ²\Ðx®o7?ðz˜\0({²l\Ê2»±œš6U','',0,'?'),(_binary '³I¸>ª¢I9V\Z|n”\Ð','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/vendor/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/vendor/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '³NL	–’›XG\Ås\Åð','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/619.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/619.js',0,_binary '?\äb¨\Â\é\Üqø»¡6;¶&\Õ',_binary '?\äb¨\Â\é\Üqø»¡6;¶&\Õ',_binary 'Ç¹¯´w\Ü\'#\êWL\\‡;\\1{6e\Ñtžc\Ì\æ®@','',0,'?'),(_binary '³UMz$Ä‡ ±á¥^','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_identity_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_identity_24px.svg',0,_binary '@¦Ä¤u±\Ý@\ëu\\¶\ß\Ñ\Ó',_binary '@¦Ä¤u±\Ý@\ëu\\¶\ß\Ñ\Ó',_binary 'øu\ÇÙƒ…¦#úspŽ²O‰À_=NAb‰\îmt6ü\Ì\å\Ø','',0,'?'),(_binary '³Vb(ktˆW\"\í6(;Æ´ ','wp-admin/includes/class-wp-media-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-media-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤Y•6u1\è1Œ¤ex\Ù\è',_binary 'ýša\\ŸC’1ñ‘÷¸zI\Ý#\Í2\ÔHp^Õ£*','',0,'?'),(_binary '³X\æö\à¡ðu1\Í\ÑN¥?','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D¹‘N	\ÏO\Ý\ã/	€”N€',_binary 'ûiŸÈ‰{‡_¦¦Z©\Æ÷Jó¥q@V\åiDË¡Ž²ð\"','',0,'?'),(_binary '³\\]û\Û{+ÿ\ÌQE=','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/Proxy_GoogleAnalyticsAdminProvisionAccountTicketRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/Proxy_GoogleAnalyticsAdminProvisionAccountTicketRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vùý3\r³Šc\Ø\Ô\ì\\C',_binary 'þƒ †PœÀ\Å^¸ˆªN°Y+‚vv\æ\Ýûe‹W\í_³d\Ú','',0,'?'),(_binary '³\\h¨~v´‚gd¥vµS','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8H]—.Ì‡n\"Ð’\ß\Þ9',_binary '„˜|Æ´Ï‹2r÷g°mÿR¨\Â\Ø\Âl’\"\Û`)›L«¹','',0,'?'),(_binary '³]`¬Zaö\è\Ã5Ô‹±¬','wp-content/plugins/elementor/includes/template-library/sources/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/sources/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A˜$T2\Ï`¦™\ï±\Ô4',_binary 'Á§—C‡A\Âs;\éý¢´\ê·\"kZ!“­ÿ·r¾\Í<	\è','',0,'?'),(_binary '³iÈœ\Ì1Š\é\0¦\Î\èÁ8','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó¶S;h8\î^\Ñ\Üg\ÔR',_binary '\ã\Ðm\ëfÊ¬º \×S¢XTª¥\Å\Ã8\Ì\àA¥-¾g','',0,'?'),(_binary '³m\äe\ÂS¬	˜\Ò0\ÙgÐœô','wp-content/plugins/elementor/core/experiments/non-existing-dependency.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/experiments/non-existing-dependency.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿@®\ßX´t&E\Önƒá¿²>',_binary '\Þó1fJA\ÏDx(¨÷“\ZÀi\æ²K1¼ú\Ö/Ngž','',0,'?'),(_binary '³n\Â\n’,ü\Z.\Î\ÍSÞ¾','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&“ù|w\ë˜ºªTF\à1',_binary '6«A¯HR\Ñcgƒ\Í\Ò|.\ê+s7\Z\ïzÀe,ªÏ£\ÐÀ','',0,'?'),(_binary '³tfF	\Ör{™Ü‡ _I²x','wp-includes/SimplePie/Parser.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Parser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©Ø¬\Ã8\rÊ\î\íöY Œ',_binary '¾\çÑžŠ\îKñ\àˆf\Ã\'\Ì\ï?\Å=\ÑO®\ÓnÆ°\Ü^ÿ','',0,'?'),(_binary '³zÂ‚·‹%5›!øK¯','wp-content/themes/houzez/css/font-awesome/webfonts/fa-brands-400.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/css/font-awesome/webfonts/fa-brands-400.svg',0,_binary '\Ìý¹\ÜD+\à\Æ)\Ó1\éD—B‹',_binary '\Ìý¹\ÜD+\à\Æ)\Ó1\éD—B‹',_binary '¨\Ë\0ÿr\ØNkI\à#ùDP\åSC\ÍÁ^\â²!}…°|-','',0,'?'),(_binary '³{Àh5 \Ü÷\Ã7°V\é/\Õ','wp-content/themes/houzez/property-details/sub-listings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/sub-listings.php',0,_binary '\àÆ\ë%\Ã\ß>\ã¥B+o}Z',_binary '\àÆ\ë%\Ã\ß>\ã¥B+o}Z',_binary '´«ôŒEÒª§pr8\ïÉ²stÿÎ›LEA½À\Ç\Ï¬','',0,'?'),(_binary '³|]§D\Åó\Z.’Eî±®','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D¶ê«¯üy\ï•5\æpc',_binary '0(ú¦5D²=UŸ\ïÔ”~\é\ØÚˆI\")\á¥7h','',0,'?'),(_binary '³…aS	‚›VTTL¦','wp-content/plugins/redux-framework/sample/sections/basic-fields/text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$€nVÿ8„ ~NW_Ÿ',_binary 'ÿ´sô¨‡¸\Â\Â\Ó\Â(*—\ïO†õê²Š‚’pß\Ò\Z\Çü','',0,'?'),(_binary '³…s÷Å‹:VŒa&t~\\”¯','wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php',0,_binary 'w1†—ÁÁ\Z‡˜\è[Rÿ',_binary 'w1†—ÁÁ\Z‡˜\è[Rÿ',_binary '\ášX {G©\åiš\ï\à\Îox6[\ßG\Ö\ê~íª…A½!','',0,'?'),(_binary '³ˆ;\Ïú(¬\î[\0$WSXT¯','wp-content/plugins/google-site-kit/includes/Core/Modules/Datapoint.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Datapoint.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aˆü\ÕüF¡\Ç\r„;7‚<n',_binary 'iÉžf0\Ãw–SöWø/†n¶:1° wsjk?','',0,'?'),(_binary '³‰®N-¡qŠ¬ˆ\0û\ç¶','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹ˆ·\Û\ä‹\ãû\Ù\r¯)\ÒoF',_binary '†T´%šbuûI‘|\Ç\È\\\ä/\Þú\Ì+7^f\\þRIÛ„','',0,'?'),(_binary '³‹Ÿ˜cˆ\\\ÚZ\îBõs\ê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Resource/Reports.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Resource/Reports.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ýº>£ø±\\[\r\ì_\ËUr¡',_binary '>rq\ÐÆž.\Ý=Š\Ë{©¢ Ci\\\'‡\Ô~\Í}ÀÑªo5i','',0,'?'),(_binary '³\Ä!\Ê#JðžF‰}¶p','wp-content/plugins/wpforms-lite/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/autoload_classmap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø|’&1icº2-\Þ',_binary 'vKZ\×\×ú\n_W\âI\0,¥\Û0CU71‚-¼}O\î,µMZ','',0,'?'),(_binary '³pk»&VO\Î®ø(¬','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterInListFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterInListFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%•C\êŒ9y?‚ª\â8',_binary '¡q­\×÷\'M\ÛiGp6{J\çbóD ©¢I+\\z}ˆ\"N','',0,'?'),(_binary '³‘Ÿ‘ó)`ó˜r\Ñ\\ù\Í','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_missed_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_missed_24px.svg',0,_binary 'Æ´²6Ü›ûL\ÝA›@J¿ó',_binary 'Æ´²6Ü›ûL\ÝA›@J¿ó',_binary '\Z{¼\Í\ÈÚ•X \ìgm|®Õ±ñ\Î\'\Øº; ™\0„','',0,'?'),(_binary '³““c\î£*¤\ÐÂŽ\Úd!','wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-translations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-translations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰\åð]\á‘um±y§',_binary '\ì§B\ä,6\Ç!\Ð\èA›\ÄL?}\ÚT\Ù0·\éGz\r','',0,'?'),(_binary '³•n\Ì1 \äPWO]±¡^','wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-button.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_\ÊZ\ÓJ\×0€¶:°¾–',_binary 'W\Â\ÆF„„õk\nw1mW±*\ï\äj\ØA£S\Î\'’³\Z	$','',0,'?'),(_binary '³¤A•±¶¤4/Ì‡óQ”\êF','wp-content/plugins/wp-rocket/inc/deprecated/3.2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.2.php',0,_binary 'S\Ñ\î\çf—x\Ûû,(Ñ¾q›–',_binary 'S\Ñ\î\çf—x\Ûû,(Ñ¾q›–',_binary '\ïzj“IY	=­>Y…›½¿©\êÀ:Ÿ¹©)\ÜVµ','',0,'?'),(_binary '³¬1wA\Ðÿš \ã’Kð','wp-content/plugins/redux-framework/sample/sections/disabling/disable-field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/disabling/disable-field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}:Æ’›õ¼³M¢À\Ìhs“7',_binary 'Áù”ðøN`qrAâ©¯°¤W¥0F6E\Ñ\Åw\Æ]','',0,'?'),(_binary '³±±^h\Þ\\¾J‰&œb(b','wp-content/themes/houzez/template-parts/dashboard/profile/delete-account.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/delete-account.php',0,_binary '±:¾\ÎQƒe2„ûñþ¡\ë\×\ï',_binary '±:¾\ÎQƒe2„ûñþ¡\ë\×\ï',_binary '}ý\ÂÂ½\Ý\ÓE†Ç˜Û´ó˜ó\Ù\èŽ<\\‡Ö¸\ZŸ\Íp\Ñ\à','',0,'?'),(_binary '³±µ5\Ç+}Š;ü&\Â','wp-content/plugins/revslider/includes/slide.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/slide.class.php',0,_binary '9>\Ý\ÞsCu\ÅË­Ld6',_binary '9>\Ý\ÞsCu\ÅË­Ld6',_binary '\Ó\ÝH_^˜j`E,Ð·\ã6\Çg\"%…BQ‚dº-‹z„*','',0,'?'),(_binary '³¶v\á\ÔT\ï¥Šž\ÐC\Ê','wp-content/plugins/wordfence/lib/wfVersionSupport.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfVersionSupport.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\ßFnr£\r-Z&5g\ë',_binary 'E\Â\È\nñ\ØeªÙ“œg¹lbŸ\"‡þƒ‡Œ£H9G','',0,'?'),(_binary '³·¢\Ã<®ˆû\nŠÿö\ê','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Service_Entity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Service_Entity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡e¹\Ú2­žl—°pŽ',_binary '³p\Z\rø”\ç.\çƒõS°ƒiª|.kþ(MŠ\Ó\Ä;ƒw	','',0,'?'),(_binary '³½\ÈÆ°-\ß0\Z\Ü]Jø_','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/googlefonts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/googlefonts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·)\ã\ß\Ä\àp’1\Ð\êIZö\ä',_binary 'l1D\Åkz„Z\Ð\Æ*Z¡v‡ÿq\è=¨¸ªØ—`Äª†','',0,'?'),(_binary '³¾¤Ù¦y&¯³^ñ«Añ³','wp-content/plugins/updraftplus/images/addons-images/noadverts.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/noadverts.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+4ô\è•0*R\Ëƒ¼\È\Þ',_binary 'pK8A*{\Ím C<\ë¯\È^	°%ð•Ç£¤6\ÖD0‚\ÃÕˆ','',0,'?'),(_binary '³\Ì\ãYÇ…\"Ö›T´˜\ÐC·','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/OAuthErrorException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/OAuthErrorException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€6M@\èhÀ£s&sŠ#\Z‘',_binary 'tœñ[c&\ç›\ìGv/\Þ(\Ö\í˜EBLqZ[\ËI>©ùEw','',0,'?'),(_binary '³\ÏUwB$<öõš®\Â\î\å','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php',0,_binary '-zŽ8“ð…²¡\å”Ã®R‰',_binary '-zŽ8“ð…²¡\å”Ã®R‰',_binary '±y\\Â©EÔµ\Êÿ7¤ùfzV¯Öª|\îrt\"Nv(rYm­','',0,'?'),(_binary '³\Ï}³a¼][£™Üª^ö','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰KSø+¹2H\é„A¢NŸ',_binary 'Y0ZñÁl´Ùš…û\Èðò¶ò’÷ù\ÅN#h\nN\Å3)ú','',0,'?'),(_binary '³\Ð\Ñ\Þ\ËH\æÃ˜)t\ß\0œ','wp-content/plugins/wpforms-lite/assets/lite/css/admin.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/admin.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æbŠ\Ú\È@¸I™ž÷·U·',_binary '\å,[/“mA³§@\ãPDµ/õ\Zñ6øw78ƒ&ñ?ô','',0,'?'),(_binary '³Ñ“d÷*×¨”¡Vœ·','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_IntervalSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_IntervalSchedule.php',0,_binary '¿\ÝdB7;ú\Ã6µ\çZU‘2',_binary '¿\ÝdB7;ú\Ã6µ\çZU‘2',_binary 'üÑµ8EN$J0G! I~\å&;Ž(·tòÂ˜k\Z\":Y','',0,'?'),(_binary '³\ÔZ\ÍG?œ]\ÈÙ¸\Ð8\î','wp-content/themes/sinatra/inc/admin/assets/css/select2.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/select2.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\"§\â¿\ìM*‚\Ä\Ý\æ¥/±',_binary 'ØŸæ 6B¬&€\'NO§†`\Ðû«a“VPf\0³\0\Þf','',0,'?'),(_binary '³\Õ\Þ\ì\ìaÆ”\0aÿ\'\\?\Þ','wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»01PŽ_m\àrwûš·)\Z',_binary 'K„$ÌªÕ½±Re\Ä	\Þ8™O\Öy_¦\ÍYoa°²zj ','',0,'?'),(_binary '³\Ø 2³V©L¤K<','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-chart.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-chart.svg',0,_binary '\áWrŒû\î\â\àŠ#/>\Ð7\Z',_binary '\áWrŒû\î\â\àŠ#/>\Ð7\Z',_binary '\ÛwEM0š“p«\ÕL¯KH\ä\íˆ×³”_\Ðøš\É\Â\î\"\è','',0,'?'),(_binary '³Üµ7þn\ã·/\Óx\Æ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/TestHelpersServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/TestHelpersServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºxEzš‚ªœ\ìY£7',_binary 'Rñ\æ\Ê\ë,S\ÃþÕ“aJ\ë«{\åZ‰\0¥›û†¦&…)','',0,'?'),(_binary '³\à\rW6kök[\Î\ÊT°8','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BraggingRights.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BraggingRights.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-\ï@\ÊN‘«vs\r‹û!cv',_binary 'de\åZpª––—\n\Ê\îc\äœ2\á|Pû£\'Ã“À–8\Ó','',0,'?'),(_binary '³\äe»A-\'0?Œd!\é3','wp-content/themes/sinatra/inc/customizer/controls/textarea/class-sinatra-customizer-control-textarea.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/textarea/class-sinatra-customizer-control-textarea.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—`\ëxU¤”k\Î\Ð',_binary '%\í\Æ|OT\Ä\ëS¶hÆ¹\Êq+mcPÀ\ç?d¥½”N','',0,'?'),(_binary '³\êZ\r\îjAò}\îs˜,<\ÞS','wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8\ÊJò”`\Â\ß\Z¹û®\Ø`I-',_binary '«A-Ô7ÿL\ëIKgýÿ\Ý\ÄÃ–rƒ1(‚\ê\Ý\Û?\Éz','',0,'?'),(_binary '³ð‘œúv»+ðk•N','wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0\ÐxÈ­‹i¢ù3c',_binary 'AQ\Ð\Î\È\ã£÷\ÜñOlŸbµ\Æfø¸\ìõJ‚\Ô\ê\à','',0,'?'),(_binary '´\0mý¤`!“st\0\ßP\0¹ ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Kzý\é˜s\Ø\ß\É>é¡ˆú\ß',_binary '!]1¶!¯\Þ\Ó{D3^\ëUŽ6Î™–ü*™n\Éh…^','',0,'?'),(_binary '´)\ß[\àM¤\í\Æ\Å;¥\Õ\ê','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Response.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Response.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o5üZôp­ß±«üŸ¹\Ý',_binary ' HOK\ä¡\ÉD\Å4§­ü\×2\r\ëGð_\Ü\ß\rÍ±Òœ\×)','',0,'?'),(_binary '´\n\0ˆ\ÐÚº¹AŸ\Ó\Ìz\Ò\ÐR','wp-content/plugins/elementor/assets/svg-paths/line.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/svg-paths/line.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\Èwú\Í\ÛW\"|_\éà¢¸',_binary '#’¦Üµmê«£\Õ`\í\ëÖ¼\Ø\Ñ;PÿÀð»x*z\Î5','',0,'?'),(_binary '´µß²;ø›0ÿ‚\Ù\Ë','wp-includes/feed-rss2-comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed-rss2-comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G°\Ä\ÛHöŸÝ­v\é',_binary '˜.\ì‹÷?–’ú\ÝÁU\ëž%O\ÑõóÎ™´\â÷x!-\Ã','',0,'?'),(_binary '´ü/\ë\Ø g\æ€^\Óúž0','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/Util.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/Util.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\Ç}\')\êÁ4ê¡ƒ\ngòö',_binary '?;°\ÇÇºkB\ÐBŒ“Eûñ€i  6\× H_sDˆ','',0,'?'),(_binary '´ýRµ\Åe Ž?ñÿ\ê0','wp-content/plugins/revslider/public/assets/svg/action/ic_copyright_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_copyright_24px.svg',0,_binary 'ù2\Ô\Ø\Ôÿª1oG½ãŽ­¨',_binary 'ù2\Ô\Ø\Ôÿª1oG½ãŽ­¨',_binary '\Å×‘‚\é\"‰‰];†ŸÞ¡ð£\ÐZ~\è\Ë\Ý6FD\áõn *','',0,'?'),(_binary '´?ÄQqŸ	ŒQ…\ì‡','wp-content/themes/sinatra/inc/customizer/controls/background/background.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/background/background.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼\×_\î\é²mÄ¿\Å\ÄKØ¯',_binary 'K\ï<”N\Íd\r°C+³\\ž›ò\Å8™eAU\É\î‚\Å–Á','',0,'?'),(_binary '´\'cC2ˆ,W²²®ýôÜ²','wp-content/plugins/one-click-demo-import/assets/demo-content/contact-page.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/contact-page.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V™\É\"!·•\ÅU]—°+x˜',_binary '‘¿.j)9s|\rZ°pZL1\Þ\Æö\ìh¤#(3•','',0,'?'),(_binary '´!˜-LHvø)¬\ïn¨#','wp-includes/https-detection.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/https-detection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nb>Ò¬hFZe¹¬£\ZpŽ{',_binary 'Á\Ê\äCXd®\ê5\È\Ã\É[\Ø6vZ\ÂR}‹\í¼ÀY\î„ü','',0,'?'),(_binary '´*š·ö©\Þ\Üê“‚ÿ1lŸ','wp-content/plugins/revslider/public/assets/svg/editor/ic_attach_file_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_attach_file_24px.svg',0,_binary '`š\îø‘\ÄB\ìûkÎ©m.',_binary '`š\îø‘\ÄB\ìûkÎ©m.',_binary '\éw\ëQwV,ò?AÎ­0ö\æ0hv:\ïy,$4ñ—','',0,'?'),(_binary '´+\Çh§, \è\Z:R;(%N','wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žBl\Ù\Âe\0..iŠ\0e?\â',_binary 'ô±Tj\Êôò@¯G\Â\Ärœ¸)\Ìr#W4 ³\ëw%Ÿ','',0,'?'),(_binary '´-tŽ?žDFFµO','wp-content/plugins/revslider/public/assets/svg/notification/ic_ondemand_video_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_ondemand_video_24px.svg',0,_binary ';˜Ì„r9\Ö\á†ÿµ¤n',_binary ';˜Ì„r9\Ö\á†ÿµ¤n',_binary '±\à\É\É\é\Ì\ÆHr+0\àŠO\Øw#bC–D=mkÒ\'|—','',0,'?'),(_binary '´/¶TeˆV#\0\È1eÓ±j','wp-content/plugins/houzez-studio/admin/js/i18n/fr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/fr.js',0,_binary 'K€ö¦\î\ÓVfdaŠ½',_binary 'K€ö¦\î\ÓVfdaŠ½',_binary '}ql0r\Í[O³K§‘\á-¾˜ò(P®Ï¿¸|wš+','',0,'?'),(_binary '´;ªš\Ì8‹^\r<™CUVD','wp-content/plugins/elementor/includes/tracker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/tracker.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0i\ïp4btk«\0¼f!`¼\'',_binary '•\ßL-Û¹\Ðq\"Kkx\Z\'¥_ój—\Ûy\á;PU»\Çü‰','',0,'?'),(_binary '´<\Ø\ì€g\ã=±C£×´qD','wp-includes/customize/class-wp-customize-themes-panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-themes-panel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Qò&W\Û\ît?}\ÕÇ½D+&',_binary 'C\×:¾.˜ü:ÿ#\Î\à€<¥Aƒ2\Ð\Ï\éV\íˆ\èú\Ã','',0,'?'),(_binary '´B\ÝV®R\Ù{ª\Þm©[','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E“[~%4\È °³\ç\à\â',_binary 'ô’QF‚\Ï\ìµñj¢œd6K\ël(xöNg¾žXl\×tý','',0,'?'),(_binary '´J«\0|ñwŠzƒ9\ÆÞƒ\Ã','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/autoload.php',0,_binary '\Ê\Øß±šaM\îŠX,W\Í\í',_binary '\Ê\Øß±šaM\îŠX,W\Í\í',_binary 'V–\Âd\Íy’*hS{Š·úOxl…5H²Ú²ú²\ä\ã\Ï','',0,'?'),(_binary '´PC<\Â\Â	º\Î\Ûvn\àR8','wp-content/plugins/wordfence/images/tools.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/tools.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡ò@cI\Ü\Û\Ë\á\Å',_binary '\Ü\êY„\æ=\Ü\é\á¾\î\îRB)	~ò\ë\×\ï‚Ü–ÝŸr','',0,'?'),(_binary '´Rx\å)\ï§\Å<7\Ïe–','wp-content/plugins/wpforms-lite/src/Db/Payments/Queries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Db/Payments/Queries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{Mšö@6¹\ç¾A\ÚU0\Óý¹',_binary 'º\Å\î0l’\É\î8¼bþº\ÅN\Þ	Vµ´eŒM\ê\Ç','',0,'?'),(_binary '´[_…GžóV.¡\ÏNEg\æ','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/nouislider.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/nouislider.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’\Õx¼\í\×Ã–˜Ci\ÚT\â',_binary 'ú\î\Û/3®Ö·iM\ÐT»\çdñ,I\nC}\Æn\×YA\îŒ\á','',0,'?'),(_binary '´]“ûd5¡T¿Pt”\\‡','wp-content/plugins/updraftplus/images/onedrive.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/onedrive.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M\ÞüzŒ8\ï\ä\ÒJ$gË±',_binary 't¹nJõ6±œ‚ÁtC \ç¯\"Â—†•}²J\ß\æZþYð\ï','',0,'?'),(_binary '´]õ\Ë#	¨­^\é!zÅ¡Bþ','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php',0,_binary '\ëœ{\Ù µµŒX\í›õ¸‹',_binary '\ëœ{\Ù µµŒX\í›õ¸‹',_binary '\ê0„\ÊTv…ú]\ß\Ñ\Ó\"T›&žŠQ\íÕ°¥»\Ã5Ž','',0,'?'),(_binary '´^£õr\Â\Ä\ãò¤ˆ\îPm¶','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/TransactionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/TransactionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o\0PE‘õ½#\ê÷À¸x',_binary '®=Ë\ÅE™2\"ÿ6©0Z\Ï\å|C9\ï€\ÅY«\rX1C}','',0,'?'),(_binary '´`.,5\à†ù&\ìRNpƒ','wp-content/plugins/wpforms-lite/src/ErrorHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/ErrorHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß–\àÊŒqnr’}\nº¸´UŽ',_binary '×¶!G†?\âñ\×\ÖVy €—¦G6>þIâ¡Œ‚','',0,'?'),(_binary '´aG¹\íLƒ=žû\çX\ín','wp-content/plugins/wp-rocket/inc/Engine/Optimization/AssetsLocalCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AssetsLocalCache.php',0,_binary 'z\n\á?Ál\ÕQ™KŠ¶Ÿ7K¤',_binary 'z\n\á?Ál\ÕQ™KŠ¶Ÿ7K¤',_binary 'Œ\ÜVt¤\Åyg\Õg›>M™G£\0\"\ïI\à=\r½‘r\Ú\"','',0,'?'),(_binary '´a©\Ôð3˜q4	\Â*','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/field_color_gradient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/field_color_gradient.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëqxm{ûó\É\Úõ]\â•?õ.',_binary '\ÐD0JË˜\Ü\Éÿ0?\ÊhU»\ÊL¿Ó¦¾ŽA\Ç\Ò*|','',0,'?'),(_binary '´b\Ù|w_\ZœA)«/\ß`\Ó','wp-content/plugins/elementor/assets/js/text-path.2bc8a9cd0e50cf1a5a9c.bundle.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/text-path.2bc8a9cd0e50cf1a5a9c.bundle.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á\Ïwnb[}\Z#„¦©,W@',_binary '`\Õ(kµjg+“\Þ…e¶ý\0w4ƒ§SlšI\Ñ#\ÓI','',0,'?'),(_binary '´ið‘h•\Ãó\ÇB…¢\Õ','wp-content/plugins/elementor/core/files/css/global-css.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/css/global-css.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿G¤,5=¦ÿ\Ô\ëz\Öõr\Í\\',_binary '\ØLÊ°ó‡5\ß%š\ár2ÎÅ ¹\Û\Z\èÂZ+^Œl\Í','',0,'?'),(_binary '´l»ó6Œ!i³ùg=','wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\é\á\ÙWh\'\ÃF/«»j\Ü',_binary '\Ë-£B›^Twœª]-¹\Ä5+L\Ñ\Í9Zœ©\â·W\ãz\Ê2-','',0,'?'),(_binary '´nt8\çû\Ö\0f%.Sq®','wp-content/themes/yith-wonder/assets/images/demo-content/company/testimonial.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/testimonial.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œDn„n4ùŽ8ý£ß°uð1',_binary '%\Ùú†º¯±ºˆ²•Kpfuºm\à\×$,\å’\Úèƒ±\épo','',0,'?'),(_binary '´s¬CÂ¨„ƒNZ\ëc\0¡\æª','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bonsai.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bonsai.svg',0,_binary '\ã«\Õiýú‰\Ð:·\íøj#',_binary '\ã«\Õiýú‰\Ð:·\íøj#',_binary 'c4‚\É]õv\îwf†vC˜F2vÿA¨xHI³\Å1û‰','',0,'?'),(_binary '´t¥Ð¿j—¤ZKö7 ]Œ','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”r˜\Ðr!¥9\å\ì{A',_binary 'k÷\ÐAù|‚Ô¯<v\ç­	!A7\ê\\\èjòK°K¡Ø°\É\í','',0,'?'),(_binary '´uGPŒý3*xO‰Óeº','wp-content/plugins/updraftplus/includes/Google/Http/Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Http/Request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|ÖœÃ¡¾\Ö\ê\ËQš\Õ\Ä3',_binary 'C˜–¶E¿œ“ý6qÌ¹3ù\ì:!¿zû©<œ\ç,\ß\ÑUzb','',0,'?'),(_binary '´v>ð8Šó\'¶ôT6¶\Í\ÕX','wp-includes/js/jquery/ui/progressbar.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/progressbar.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤š0¡o4x®‘£*\r£g›',_binary '!ð\ÄHyŠ¼±—¢	Ž†,:zôÁü›d\ÇV#c','',0,'?'),(_binary '´w>\ábMssñõ0q¢øº','wp-content/plugins/houzez-login-register/social/google/contrib/Google_LatitudeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_LatitudeService.php',0,_binary 'P–«z:‹ù~££ð-(\Ö',_binary 'P–«z:‹ù~££ð-(\Ö',_binary '¸](©®\Çˆ6a¡…9„bm°Žq4þ\Ð2(­´ƒ\Ç','',0,'?'),(_binary '´zbm¹%Ý¸·ö ³[\ÌA','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ar.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ar.js',0,_binary '.0;P\Õ\"ª\á’r”n¶\'',_binary '.0;P\Õ\"ª\á’r”n¶\'',_binary '\Z\çR¾qw±ˆ[µÈ‘j\àwV^\Îw%¦\ÂA›S\×\çô¥a','',0,'?'),(_binary '´z¶OXf>k\áZbðq\Ü','wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wnø¹O/‰RrwðžòLO',_binary 'q´†\åÎ\æe¥ñ©10®q\ÕE•A\æyF™É«\àV”\ã','',0,'?'),(_binary '´~\Ò$ŽGj\Óþ9\ÂP\Ò\Ù','wp-content/plugins/elementor/modules/wp-cli/cli-logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–\â7õjCö\ìpé‡¨r',_binary 'A†À:^1ž#q:”˜|%Pül\è91‚:[ýEÓ†±','',0,'?'),(_binary '´€w ƒ*D¦Àu\Ó3¾lƒ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/PhysicalBundle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/PhysicalBundle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')%Ç¡÷Ag‚¢F<—',_binary '÷\ãqß¶\è0\"d®<#n”<¡+\ÊH\ÈI­\ì\ÒO·\íÐ–²w','',0,'?'),(_binary '´‚,\é\×M†ø;vûû','wp-content/plugins/wordfence/views/dashboard/options-group-import.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J­™u\îK.£\á5›?‹g',_binary '\èŽ\î\è4š«\Ém¥ d\ßDš\à˜X<\Õ\Ð\"y1U8$p\É\ê','',0,'?'),(_binary '´ƒ3 T.^Æ™<\Þ÷ø','wp-mail.php','/home1/arxacomm/public_html/point2listingcanada/wp-mail.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[Ð…@*Jew¼qz\"cT',_binary 'V^[ñ\é<üVû\ëMXï‘¾9‹[Q 0\Â	³8‚l‹','',0,'?'),(_binary '´†=%,†ýW\î£p\Ñi','wp-content/themes/houzez/template/template-listing-grid-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v1.php',0,_binary 'R¿=^ô\\˜«6E\Å>\n\Ï',_binary 'R¿=^ô\\˜«6E\Å>\n\Ï',_binary '¤ós\Z\æ£yFñ\äšu(žÉ…ñ,1BsƒU·\Íx','',0,'?'),(_binary '´‡\É\å•0þ\ÉKùN!t\ä','wp-content/plugins/elementor/core/files/assets/files-upload-handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/assets/files-upload-handler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0Ï ß‚©ñ\á“0~¿‚ù',_binary '„\Æh\Ò\Ý^›«´\Ï^\é½Jr\"‹xñx\Ð[­ÀÀ¤¦0','',0,'?'),(_binary '´‘\ÐM*»¼}\ÑÂ·µ\ã*y','wp-content/plugins/wpforms-lite/assets/images/icon-chart-smaller.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-chart-smaller.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À|À`qï¦ª›ùð!',_binary '\ÛhõXòL	Š³R‡w^:±:]OùŠ?Ÿ­\Øp-Œ','',0,'?'),(_binary '´‘\Ý\í–MWn¤j˜yM½)','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.zh-CN.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.zh-CN.min.js',0,_binary 'š\çKM¢·µ+\î‹õ‰.\éH',_binary 'š\çKM¢·µ+\î‹õ‰.\éH',_binary '´\Ãc‹‘\ëñJEŠ\ÑC-ñ-­¨\à»£2HµFšmð','',0,'?'),(_binary '´•†v^5Gd\Ü\Ù>Y´','wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N¥+¨¦\Î\ïCG}\Ý«\ÜV',_binary '\Ø~ˆ†î‹º]üª\îÖ£\ê˜3Q \é\Øe O6¤n%_','',0,'?'),(_binary '´•\'ˆ‹@S \Ç÷D\á’š ','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U±¤?\ëq>ÿ@\áª\×p',_binary '\0{aq\î(w\Ï!Izó}+lÿx/I0¸9|1%¡øÀ¼','',0,'?'),(_binary '´—%ƒ\ïe\ÙÝ‡\Ïw|‰©','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"lÑ¼¥)¨&L{6\ÞgÁ\àG',_binary '•\ïô\Å;©™\Ýöf\Þ\Ñ6)\ÜT\"\Î\ØŒˆ÷','',0,'?'),(_binary '´›j\å\\‡\ëŒö4/X´=K\Î','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-args.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-args.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\Þ†qXÐ\æ\"\î©§\â',_binary ',6$“u¶]‹y^ ‡|0\ÏG)\îlw´Žl°ðKõH—\0\â','',0,'?'),(_binary '´¢‚”@¥¹\×>Bt­N ','wp-content/plugins/wpforms-lite/templates/admin/forms/search-box.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/forms/search-box.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b-šõ\Æ\Íž2E\Ù',_binary 'Ö¿\çß‡ŒŒ‹ªªˆœ`Z\Ój=·|vÄœŸ¿¸N','',0,'?'),(_binary '´£O>Iô©—:™p³±gô','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_scan_wifi_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_scan_wifi_24px.svg',0,_binary '\ÆW_¢MJ©\Îx˜x|ZH',_binary '\ÆW_¢MJ©\Îx˜x|ZH',_binary '>%cóuÑ¢3¤LÑ—~\'¦H9(Ð¿ûa\Å\Ù,®\Î','',0,'?'),(_binary '´¤!vÓ„¬‚f=\èò_q_','wp-content/plugins/wp-rocket/inc/Logger/HTMLFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Logger/HTMLFormatter.php',0,_binary '?Žƒ`ö\Í\â“i-¨6\Ü›',_binary '?Žƒ`ö\Í\â“i-¨6\Ü›',_binary '”\Ñmò¥I[¼8\ÅC¥^3Š¨\æh\Ñdª²ñ%N$§','',0,'?'),(_binary '´¥xmA\ÂOn`\È)V\æ','wp-content/plugins/elementor/core/schemes/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/schemes/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰]Þ¶\ìu¹X:8QÒ†',_binary '»›ŽˆY%,9„&¾ý·l3ŸÁƒ9õ\æD®\ÍyE¹Hø','',0,'?'),(_binary '´ª\ZV¤Ž‘96²’','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_failed_email_bluehost.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_failed_email_bluehost.html',0,_binary '<\ÆM7þ$k\äbÉ“Q.À',_binary '<\ÆM7þ$k\äbÉ“Q.À',_binary '\'\ÓY½cubO\è	‚œ’³wžGwc†››ù]o%úù','',0,'?'),(_binary '´¬œ£×v-\ÉÏ¹ô8\Ñr','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%‹`a)™DÀ¯sób\çF¬',_binary '\â¡ó@^A\èF\n-YgÙ±?¬‘û(3c\Ñ?W/¬','',0,'?'),(_binary '´²²\09X\Îs¶e€!¬Mö','wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i{\Â3\í\éø²üZW\ê\ÒT',_binary 'ß¬uB³4!²bU¢g+BwÜ²‰I\ã=˜ž±Ã£«F\ã','',0,'?'),(_binary '´¹=\Æ¶GªÀ+\é\âz\É','wp-content/plugins/wp-rocket/inc/Engine/Common/Context/AbstractContext.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Context/AbstractContext.php',0,_binary 'S=–v\Ú}lº\ë¯N\"²ü°',_binary 'S=–v\Ú}lº\ë¯N\"²ü°',_binary 'Àu˜œx9Ð•—_!>ú’S´j¢2nÑ’·M\äÉ¢hy\Ã','',0,'?'),(_binary '´¹µC‚l„‡p¤‰t¸þ.\é','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	òs«HòYô\ÚÓ¨*',_binary '“\Z\é1•%Eb²ñ‡}é³¢´·¼t•/D\ïL¨5ú','',0,'?'),(_binary '´½š}½{_öpþXŸ\r­','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´§»uo\É š\ÛÇ½9\ì>¡',_binary 'Ž\Ç#Iõ3\ÞLûÙ£\" úw/ÿrÅ”$3pP*´1¨\Ëp','',0,'?'),(_binary '´¾7µ¨‚_P\Û\ß\ÈL\Ç\Ú','wp-content/plugins/google-site-kit/includes/Core/User_Input/REST_User_Input_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Input/REST_User_Input_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”Æ´\\L”a·œÏœŽP­',_binary '…ƒKp—¤Z Bx™9\Îzð\na4KOC1ÿ‰V6\Ò','',0,'?'),(_binary '´\Â\0$\È\Ôð\Ú	k¤‚\ëe\ì','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/JS.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/JS.php',0,_binary 'T\éµ9\Z\à!y‹V¼Žþ]',_binary 'T\éµ9\Z\à!y‹V¼Žþ]',_binary '©\Å&–Ñ¬„°ò\ä\Ý\É\Ù\Ð^n†‚KM˜„_','',0,'?'),(_binary '´\Å1®ü\î7\àŠMht\Òðn(','wp-content/plugins/wpforms-lite/templates/emails/summary-footer-plain.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-footer-plain.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@\0¼i\Ö\'¯@\Ã*\är\ç\n',_binary '{†¼¬öR\î\Ü/ô’v\ÖIt‘ô\Äé¢\â¹\Ä\ßFmFJ\æ','',0,'?'),(_binary '´\Ç<R1€•Ã†RcÀ	h\Ë','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/LoginLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/LoginLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­ðI@û\Ì)b\Ì\Ç\Æ<¤',_binary '_Ce÷a7r¬ƒ¨ ¢3¦„Ÿ®07ˆ^†l+)dŸ','',0,'?'),(_binary '´\Ç\Í\Ía)[+o\Ñ91a\Z)','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8­õ€.ö\ÂþLL\Ã\æp^',_binary 'y²˜\ÒõÿAb-\ãƒó&ô·3C‘…O\éµ\Ùþ^\ÕŸ','',0,'?'),(_binary '´\ÒK´\ç\çOÈ–9\×3|<','wp-admin/maint/repair.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/maint/repair.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\°?Dª>´%j\Ç\âD',_binary 'Õ’¸d!–Ó¢H\ËrÆ„=ö\Ì/]\Ô\Æv\ê|H¼“\Ñp\å','',0,'?'),(_binary '´Ò»_\"\ÃsÅ¤\rF!­»','wp-content/plugins/updraftplus/images/updraftvault-150.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraftvault-150.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';\\ŸVb‰\Ô\í¼X®Ã§\Æ',_binary ',«»{\â\Å[…N%º†iTÀ¸ùr\Ø>\ã#¾kÙ¸Ehu','',0,'?'),(_binary '´\ÒÀ¥H\é/.ºD`:CŒ','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/Yoast.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/Yoast.php',0,_binary ')X¹u­\'Ky!‹•',_binary ')X¹u­\'Ky!‹•',_binary '›\Ñô(\äÆ½>Q\Ì\×YS\Z\ä)Î¤À÷\Ã \Å†\ç\è\Þai','',0,'?'),(_binary '´\Ó*!ô‚ ö\è\Þ@]:¤','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertClientResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertClientResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U‘\Æ)º\rmú\ãü+\äõ`÷\Í',_binary 'tJzn^úr@\Û½¡ˆ\Ö®ƒeh\í\ÆcÀ:K‰¦','',0,'?'),(_binary '´\ÓV|²xÖ«kX0ª‚H|ð','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-abandonment.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-abandonment.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\Ý@½\ë8FT\rpöú9\ê',_binary 'º‹ƒumÀ_¡¸¥.ú:“_C´k`Ž\Ç31','',0,'?'),(_binary '´\×]-R5g‹w\îNcò\ã','wp-content/plugins/wpforms-lite/assets/images/about/plugin-smtp.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-smtp.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÕBt­V±\éÀI¦.Ð²',_binary '\Ð\çaˆf\r\Ñ\Ïg~t°6%\\ Æˆ`S\ç{0\\Gf\r','',0,'?'),(_binary '´Ù¥\çb\ßðxˆµ‰œ!™.&','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_e6e6e6_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_e6e6e6_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô%CVÂ¨É£ƒ ^ò\Ä\Þ\"\Ä',_binary '/‘\ë8qm(ª´=hJ\Ój)\Î\rU-\Zw0«n06','',0,'?'),(_binary '´\Úd÷\Ò\ÑB¾\Î\rÔ°•wªÁ','wp-content/themes/houzez/framework/metaboxes/property/agent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/agent.php',0,_binary '‹@~D>‘\\ü\n\Î\n\Ù\Â\ém',_binary '‹@~D>‘\\ü\n\Î\n\Ù\Â\ém',_binary 'ZTŸIE]ühi®¢ˆÒ³úm\ÚUñr\Ór•8Š¡\Í+l','',0,'?'),(_binary '´ßª6\ç\Âýe?ýu†ó‡ó','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðRŒ\ÛÄ®\ÔüxH‡úQ%',_binary '#zµ¾\Õò”&Á…Ú²8ºw{L©*Á*‹T\Z2Xp\ëz','',0,'?'),(_binary '´\âŽM‚ª{x¸J\ÇH£”','wp-includes/blocks/pullquote/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ái\Ô}–}Oa¾X`£',_binary '5hž3D\Ù	¢±!­Ð£ô^I\Öun+ ƒ‘/\Ù_¾u','',0,'?'),(_binary '´\â\ï\íó†PLq›IX—?','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'MAŽ»\Íu\Ê>³\Z©˜b',_binary '\Ø\éRÝ‡ý\ÃIJG‚³_™“\Ö\Î\é\àz¶\à¶-€¡ò™•','',0,'?'),(_binary '´\ã3¬\"\"S\ß\'i\Þu','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/User.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/User.php',0,_binary '\ê ú\0/­´Z.œñ\åÿ¶»',_binary '\ê ú\0/­´Z.œñ\åÿ¶»',_binary 'B@\å4\ä\Òqx<á“˜ö\Û-µ·œªŸiM‰\ÙÀ.™”uG','',0,'?'),(_binary '´\ä¹òZ\ÕT<MZM\Ó\Ûq1','wp-content/themes/houzez/template-parts/realtors/address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/address.php',0,_binary ',¢©þZ…31\na!«Ë…+',_binary ',¢©þZ…31\na!«Ë…+',_binary '\îx¬mA=óij¤Àºú0=Œ¾$Ç€in\0ùx¥ñ\ß','',0,'?'),(_binary '´çŸƒ\Ìh&œn¬\0\ëÝŠƒ)','wp-content/plugins/revslider/public/assets/svg/action/ic_view_headline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_headline_24px.svg',0,_binary 'R>‰Mü\ï+d\æi½€R{‰',_binary 'R>‰Mü\ï+d\æi½€R{‰',_binary 'új± ªðƒ´’\Ù #§cs³ÿù$LµiôLp\Õ\Ý','',0,'?'),(_binary '´\ï\é?ªY§¹&‘\Õlš\æd\n','wp-content/themes/houzez/framework/stripe-php/lib/Plan.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Plan.php',0,_binary '«I\ÆV<\\wÌ±*N&G',_binary '«I\ÆV<\\wÌ±*N&G',_binary 'raù¼`6dô8£\Å\Ðw§_8‚v˜\Íæ‚»d\ÍL¾jo','',0,'?'),(_binary '´ðI\Ç\å\Øû.$U0]\'ˆS_','wp-admin/includes/widgets.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/widgets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘…\åOÁ¼Á¤¦It;Œ',_binary '\à]š\Ý]º\Â\Z›\Ëò©\Ë&ŒË¾Qfcy:«d\è¦O','',0,'?'),(_binary '´ý½B}+aŸ\Û\ã¼5“ÜµV','wp-content/cache/min/1/7f3d83e306dadb1185cc84d8043332c4.js.gz','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/7f3d83e306dadb1185cc84d8043332c4.js.gz',0,_binary 'dLŒm!:é¤¡\Ý\Òg/',_binary 'dLŒm!:é¤¡\Ý\Òg/',_binary '²\ÅË‡7~u6¦Ž\Ý\ZA #±\íhZ7py~œCF9©`b','',0,'?'),(_binary '´þê‘‰}úOaŸT‡TN.','wp-includes/blocks/search/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã=™\\&\à\ÏÚ¢1]GZW',_binary '\áT•\ëU˜f1›\ÄdÞ»÷õjQ;¦Yô\å\"3˜ºM\Zr','',0,'?'),(_binary '´ÿe­\ÑS00>“{õð\ÄXS','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Pool.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Pool.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c\åžD!Tu\å²\n\ê\ä$',_binary '¿üX\rPAQ\Å)²Z\ÍJm˜ó>¥˜G˜òDº‘\ß','',0,'?'),(_binary 'µ	AD\í\n†=*(\Ôñ¶S@)','wp-content/plugins/google-site-kit/includes/Core/User_Input/Site_Specific_Answers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Input/Site_Specific_Answers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨	µA&\ío‘>b/˜\0\Î',_binary ';9t’Ä¦„,òrRk}\â†·m>;GzŸ\í\Ôù“^\n‚•','',0,'?'),(_binary 'µ­xþ³\åÿsIV‡8)','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾l\ï@\Ê\ržo›À\ãa²®ˆ',_binary '\Ìò#\èÃ„z1c#«p²rt\"²÷qfHv\å°õZy\Ë','',0,'?'),(_binary 'µ* DJ\ä7yý\î²½','wp-content/plugins/elementor/assets/shapes/arrow-negative.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/arrow-negative.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†x^(ÁÆ¤§Ù§—ñ\0\ë',_binary '…Žm¥¿2\0>4É½³‹Ÿ\Ç\Ø\êð,c\ì\ÎU\"Š_o','',0,'?'),(_binary 'µ\åµ+DžFÜ¿TZ[H7','wp-admin/images/post-formats-vs.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/post-formats-vs.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦S¦l“ôH\\©¬¯¯ü\æ',_binary 'e…t¯«w|W§{x¿y%K:¦»QE7¬‘\å\Ã\Ó','',0,'?'),(_binary 'µY\ß\ä¦\ÃU÷WS¦¬s8','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php',0,_binary 'I¹œúj¾/GL8/„E',_binary 'I¹œúj¾/GL8/„E',_binary 'A,\ç¨\ZŒLfx\Ú\ä\Û\Ç\å•÷‚¤8¨Zex3a (:','',0,'?'),(_binary 'µ\Z\å[\èMµ˜[\Ù\r','wp-includes/blocks/columns/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â´`ÿb\ÈoFIK°’¢',_binary 'd×£!x`¶\Ñ\Èõ\Ïùÿ\ÊJ\ä÷&\Ý\ÝÍ½÷{\Ðó','',0,'?'),(_binary 'µ(qü9–óZw¹','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý\Í²\ÔÑ´6ý@ß¡\0õ7',_binary 'ù\'²±pQM÷EýºªG›;\×$\ÐG1­¾JGXÄ’NW','',0,'?'),(_binary 'µ*’Ru&\Ã\é%¤\àÓ\r\Ð','wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplatesCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplatesCache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°\É\Ã\Ùh÷(±\'›§¿\Ç8¼\ê',_binary 'u}dK2zt­\æ\î¿\Õu£\ïE³@­ä“ºÀ¦\ä','',0,'?'),(_binary 'µ+”³ø†­J™57l\ä','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/class-redux-extension-widget-areas.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/class-redux-extension-widget-areas.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Žh6Œm.yŠªlYü ',_binary '\Ëþ-6©Ý©›\Í\ìa\n0¶%\Ü\n\éŸ\ÔWª&\è“>7\ÇN','',0,'?'),(_binary 'µ3\ëþH\ê%k´§ðTdý','wp-content/plugins/revslider/public/assets/svg/action/ic_list_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_list_24px.svg',0,_binary 'Ž3‚.v;m\Ý\áo¯½U',_binary 'Ž3‚.v;m\Ý\áo¯½U',_binary '’lœ\àM(M~6O\ïô\ß®££E¯o¨_¸´\Ò\Ø\"‰©I','',0,'?'),(_binary 'µ6Y\îf2\ÙG\Ì\Â8‚º\'5<','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeDataColumnHeaders.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeDataColumnHeaders.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DG\0ê¦²\ßW¯ö~Ž®<\âj',_binary 'sQö#®Á\0W0VÄ«°\Üd=\Ìw+\åù\Ë=Xw	¿ge\ç','',0,'?'),(_binary 'µ:¥#E\îyKj\é$=\Ç	²•','wp-content/plugins/redux-framework/sample/sections/extensions/google-maps.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/google-maps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ãÿþ;>Ê°Ú±\çþ\0\ÌYp‰',_binary 'E9\\\Í ,\Û?ž­þsv\ÝÌ¬¦…\ÒrÀý\Zg´DQÑ”','',0,'?'),(_binary 'µ<Ÿ3\ì†v¢&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-failed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}\\§¾fD¤|2\ÜÀ¨u…',_binary '÷þ¥–¯¤3\ÅùC‘¨\à&iˆ\Ì8Ê9Mgo\ÔApzoø@','',0,'?'),(_binary 'µ>®ùO\à\Ûµ\'\Çð°©¥ð','wp-content/plugins/wordpress-seo/js/dist/languages/es.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/es.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'MC·©€Õ·KãŠ\Éx	‡\Ã',_binary '¤\'¿d‰ù‡ª£W\áp\Ï\Éf\È_»×Œ[\ÌÂ Š,?','',0,'?'),(_binary 'µA?\à™]\\8«PMT\Él','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0Ç°{8…}”—z²l©\Ôü',_binary 'jGð\Ä\Å~.\'¤G\Ì\Î\ï*ù—\'³S3t~™¼\æÓ†³´','',0,'?'),(_binary 'µD\Ým¨„\Ë6\'K¾6 ‡˜','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sk.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sk.min.js',0,_binary '\í}o\Ç\Ç rJ\Ï´É˜{#',_binary '\í}o\Ç\Ç rJ\Ï´É˜{#',_binary '?]\n\Ó63\Ü `:_-žs ‹õ\ÄU\í\r´ù¿wŠ','',0,'?'),(_binary 'µG\Z5¹S“D/s!®ð•*','wp-content/plugins/wpforms-lite/assets/images/wpforms-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/wpforms-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã‡h¸4ö\Â/\Õ5/:I7',_binary '[Û­IÁ\æ7ñˆ³1P\Ät2A6H=oXÀ¾÷[$‚^i','',0,'?'),(_binary 'µGV\\z²…#°ÿƒ!;¢\Ä','wp-includes/js/media-audiovideo.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-audiovideo.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v€ªñ°|3°£ /N',_binary '\'\ë\á\êþD\×nQ­\Í<“~‘\Ð2[…\Æx8‹]U\ì\ÚKòUA','',0,'?'),(_binary 'µMŸ\és\á;\',¼\Þ\Ú-E','wp-admin/css/dashboard-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/dashboard-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿9³\êÿºvºl\Ö~uÁ',_binary '\è*\à]ƒ·¾?FU:}­°ž\î9\é¸J\Ãýuº´€©y','',0,'?'),(_binary 'µN²h†¡†\ÖM®¸iŽ','wp-content/plugins/redux-framework/sample/sections/color-selection/color.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/color.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' r,û\Zò3ŠYN;\Óüb',_binary '	|D.ƒa‚P˜|ƒOU«J&ª¶V3É³ß¶e\ßeð^','',0,'?'),(_binary 'µO—r#½\ÔýTºG‡¿!','wp-includes/js/swfobject.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/swfobject.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿýº,ÿI}p„e~2˜qõ',_binary '?”Lw‚ž\Ï.\ç4M\îÕ’F…J\Òø>fI†é´†œ','',0,'?'),(_binary 'µS\æz½t-•qh$@\î}²\È','wp-content/plugins/houzez-login-register/social/google/contrib/Google_SiteVerificationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_SiteVerificationService.php',0,_binary '—’\â»\æ(ý®‘\Ûú\ã\\\0\ß',_binary '—’\â»\æ(ý®‘\Ûú\ã\\\0\ß',_binary '\ï8°\×Ù®|ÁhhÄ¹\\wv|Fiòx´œz\í\èfmý\Z\Þ','',0,'?'),(_binary 'µa™\Ô\ænŽ\ç¬,!<‰','wp-content/themes/houzez/template-parts/dashboard/board/deals/new-deal-panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/deals/new-deal-panel.php',0,_binary 'žH[E2\áõa\êð‹[²',_binary 'žH[E2\áõa\êð‹[²',_binary ',eó\ÑÉŽ\în\Ú01_\ËV7©…v²2@€\ßrQ','',0,'?'),(_binary 'µb8DÁ!™q\Ò`a‰I¿\ä','wp-content/plugins/wordpress-seo/images/readability_analysis.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/readability_analysis.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§;\Þ&\ëCx§Ê·‹¢£¤`',_binary 'o\ç ¡4\ì/»¥>ê©–\à~M‚ü@¨5 ¤°\ç›\ë.A','',0,'?'),(_binary 'µd×»&ºy\ä\Ä\n–\ÇÖŽ\é','wp-content/plugins/wp-rocket/inc/Engine/Plugin/RenewalNotice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Plugin/RenewalNotice.php',0,_binary 'Ùº\Â|:®\ècÂ·ªXŠQ',_binary 'Ùº\Â|:®\ècÂ·ªXŠQ',_binary 'gð\Ã\èW>\Æy%V™{\Ûiml\Ç\ØB_”\Ë9»M‰¼\Ëx','',0,'?'),(_binary 'µf\\k;Lmcš¨Ò¾x1','wp-content/plugins/elementor/includes/editor-templates/library-layout.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/library-layout.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.\ëŒD³Ž#ŠanP-OK',_binary '÷RK\ë<Ù‹·ä—œ~¦ˆP_‡µË¾½’Ð \Í&\î\Ý^g“\0','',0,'?'),(_binary 'µh“$¢#ˆNqIñ|þ,','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-site-4e71ab7c3bb633e19a32.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-site-4e71ab7c3bb633e19a32.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼\Ð_\Ð\ç(€\ÍG?I‡·$',_binary 'FU(®7\Æ÷@”vî‰†\Î¤\êTIh\Ü…ºHlœ\Ï\ëJ','',0,'?'),(_binary 'µjg\ÚB‡¸<\æ\Õ\"[›qX','wp-content/plugins/updraftplus/images/notices/black_friday_sale_24.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/black_friday_sale_24.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\ÙŸñ0‹<¨B$/5z',_binary '4‘.AÜ›8¡\ÆM\à\æ’õB—Gy$`Á%žª$µq\á\à','',0,'?'),(_binary 'µl&ö*‡©õñ\ßõ\È&','wp-includes/SimplePie/Content/Type/Sniffer.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Content/Type/Sniffer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JVP°t>%N\Ó\âµðˆ\å\0',_binary '\nþ·S/³\ÒÌ¼#@¦\ë%ô\Þ\Ó,\îul°\è½$t¡¸…T–³','',0,'?'),(_binary 'µpiQ\Þ^®l»u\Ú\ç\å\Ï\íJ','wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1ùuOHžs3k‘™€1\ß',_binary 'ù\Ç#”HŸy–\Í†U\r\ÔI§\êR–Œ=€†·ãˆ¬\îU\à','',0,'?'),(_binary 'µ}!úú°ü€-\Ð2³','wp-content/plugins/updraftplus/languages/updraftplus-th.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-th.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×%/\Í:>û$\\\Æ[1-S',_binary 'eƒf2”“_\à\Ð\â;@-³’\îsó47´g¬jÀa·Š\É','',0,'?'),(_binary 'µ‚.\Ó7¡¹”\ä\Ò\Ðf[¬','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0c–½Y\ßÒœ\ïj†\r¡­',_binary '«_Ù¦.û†ó\Ôg•Šš/T\â$3\'X@TúD4JŒ:\Î','',0,'?'),(_binary 'µ†»$(­g‹(Á®\ÔP\Ú\ç/','wp-admin/css/wp-admin-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/wp-admin-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GƒQ5\'EY­o\â0¶}\Æ_\Ç',_binary '0‡|TF\î\á\Î\ÝO 	\ê.—«‘\å¨\ã.¹¯>¹CEjûø','',0,'?'),(_binary 'µ‰ü4]Gð&™&wf','wp-content/plugins/redux-framework/redux-core/core/required.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/required.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'–Ž\0ú=$»Ð­?j™\\ûù',_binary '\âž\êhµ«´a\Z\äI¸×ˆ\ÂP\ØÕ¸\'¢\nON\â','',0,'?'),(_binary 'µ‰ñ\Î2–\Ùoô%›Ø–Ž\æ¹','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_classmap.php',0,_binary 'V²šVˆAMV¡Q]•J‘',_binary 'V²šVˆAMV¡Q]•J‘',_binary 'pej8 ¡“\íZ\çG$–±\êø\'™„\ÓUgý\Ä\n\\o&G','',0,'?'),(_binary 'µ’\é\Í˜a—¬¹|\ÓP‰\Æ','wp-content/themes/sinatra/template-parts/entry/format/media-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š¤Y\æ™Ç†§°n<»©Tø',_binary '\å\nFE´ƒÔ¾±T7\×’Þ²ÿøŸ®ú3\ÊY4','',0,'?'),(_binary 'µ•4\æPzo\Þ\ÇÈ}¾*üœ','wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-screenshot-02.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-screenshot-02.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')Dn\ãÙŸ*©6Z6\á¼',_binary 'M¶­®£FAWº-\0Z\Âõ³\\)”²µ“N/ùp¹¿','',0,'?'),(_binary 'µ˜\Èz^¬ª;,\×Ò','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/upgrades/1.1.18.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/upgrades/1.1.18.php',0,_binary '¦µ‚F§—\è,Žòc õ\Ña¡',_binary '¦µ‚F§—\è,Žòc õ\Ña¡',_binary '®\Âc\Ô\\ò·¥\ßwjlKÔ¦›r\"’\Äö,pfH—\â\Û','',0,'?'),(_binary 'µœ5ŽAtß‚–m0iŽz®','wp-admin/css/themes-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/themes-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðº72\íooË™\ÉPBŽªðª',_binary 'G‚_üÄ¸\"\Ì\Ã\ßa\îTK«\á\n1\ÎÆ¯£\ï%Ä¤òM','',0,'?'),(_binary 'µ¥\äªyx“\è\â\Âx4*ý ','wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j7 7=õŽ‰`\â8\Î',_binary '¨zý\Ðt÷Œ§\ëX¹Š\Î\Ñ¦xu\ßúV\0','',0,'?'),(_binary 'µ§H–Ð¡ð\×ó¥YVhZ£','wp-includes/block-supports/duotone.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/duotone.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õµˆRpw\à;\æn•òÉŸ\Ö',_binary 'Š\î(q*ù1K\ë±C¾\ÌC¢\Õ\'{[Dk¨¯D	ŠL\å','',0,'?'),(_binary 'µ¨\ã\ÑF‹µI\Äl\ä','wp-content/plugins/wp-rocket/views/plugins/update-renewal-expired-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/plugins/update-renewal-expired-notice.php',0,_binary 'ý\å\Õ\ÓTlwÔ˜’s¡\ç˜\Ý3',_binary 'ý\å\Õ\ÓTlwÔ˜’s¡\ç˜\Ý3',_binary '¯¹BOë¬€>­0­\ÇH\'¦ô¢Aùõ\çºö‰›ü«\Õ!','',0,'?'),(_binary 'µ©\"\È6<Ó a=\Ðø•À\Ã','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/AccountAccess.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/AccountAccess.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú\"2{?Fª+øW–Ž–b\Ò',_binary '\"‹Ü™|\äj‹õ.\Û£¶\\f\rnRV®r\ã]q‹qšLo\Ö','',0,'?'),(_binary 'µ±qX³oŒ¦\Úµ9F+\ä_','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æCÇ¡hFò­.ƒ¸¹I`',_binary '\Æ1»A\ß\"kk%\Ø\×ñ!D¨œ¶\ã\\I¿,Y¯·™J','',0,'?'),(_binary 'µ±\Ë#¾r\ÛVh$Ë½Ø¤','wp-content/plugins/houzez-theme-functionality/elementor/traits/Houzez_Property_Taxonomies.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/traits/Houzez_Property_Taxonomies.php',0,_binary '{c_¤<€ú¥,°ü',_binary '{c_¤<€ú¥,°ü',_binary '\ÕU\ë\Ô4\×\î•M\\ö¯\Ç\ÙKR\Ý\íÜ¹^x—ù\Òe0š','',0,'?'),(_binary 'µ±\ã·q†K\ÑU\Ôj\í¤','wp-includes/SimplePie/Category.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Category.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{ôô«\Ø[°Á \çZVG¢4&',_binary '¬<±úJ\ÂH\Ñv\Êi\Î	b\àŒ4l~\ãe\ÐF\ë\Úmj\Â','',0,'?'),(_binary 'µ¹\É5ô¦J®‘£\ç','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/property-id.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/property-id.php',0,_binary 'p»\îyj\Zgy\Öò\ÆÈ‡]l',_binary 'p»\îyj\Zgy\Öò\ÆÈ‡]l',_binary '\Ù5\Ó‘­{_Ì‹Ybö½«\å7ÃŽÙ‚\Zò±Š\ç+:,\á','',0,'?'),(_binary 'µÀ‰­\ÞÀ‘\Z;_/\n','wp-content/plugins/elementor/modules/link-in-bio/classes/render/render-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/link-in-bio/classes/render/render-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»D@¾\Ý\ÝÙ¾\"Ž—c\ÚO',_binary '^\Û\r-MJxeôôšs<‰ô^—l¹\êC{\Ü(ÚŒ\ny\ì','',0,'?'),(_binary 'µÁÝ½\ï…Ô¦D\êU™\âu\Ø','wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{.\Ù\é™\ï7+‹–\0ô’K',_binary 'Ê«°f\nJT3„h¯Y\\õcð1M8l\Ñ5ü¯E\ä6Àr\\','',0,'?'),(_binary 'µÈ‡\Ýµ‘ð\àª\æŸK\ê','wp-content/plugins/wp-rocket/views/settings/fields/categorized_multiselect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/categorized_multiselect.php',0,_binary '?vEw\èo\Ç|añ\Ëd`',_binary '?vEw\èo\Ç|añ\Ëd`',_binary 'H€j(õ%›\Ñ||±Ï¶\Ñ\Í\íþ\Ý\Ð:x±0<÷\î<ò','',0,'?'),(_binary 'µ\Õ;‚§\Z\ÌÍ¥\ï³\ï','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0zo³Y×¨\ïEPú\ç|´',_binary '»©½@\×fø{´<qMŠ¸`\Î\'\"5 ?\Ø\ÚEZi}m-\Í','',0,'?'),(_binary 'µ\ÕDõe—q\Ù\áfK.','wp-content/plugins/elementor/includes/widgets/spacer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/spacer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±¬4\ÕORW\'¶Ý†{',_binary 'ù\Ì\ág¤”õ±\ág¼8¹irbÀZÓ™NVÛ…ùRÿ‹&ö','',0,'?'),(_binary 'µ\×\äb\àyKBúo\å3ó','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c\Ýî¾®…\Ý–ÿ\Ý`]',_binary 'gK°N;|,L>W\Ìw°K–Ö–µ\Õ\ÔF¥{˜ÁŒ]/‹µ','',0,'?'),(_binary 'µØŠŠ0ø\nPv·øŸ<Ò','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-6\Ô\"¯?$b[ÅDƒ_',_binary 'X¾\ä%B{¤0\Üy2³|\íkõTU\Ãgm\ë¸\Æ\Ì#ùY','',0,'?'),(_binary 'µ\Û\Ó\Ä\Ó4\Ãi\r}ˆ\Õ}x','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_vintage_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_vintage_24px.svg',0,_binary 's\Ú\'\nˆ\Ý~…£—À4\å',_binary 's\Ú\'\nˆ\Ý~…£—À4\å',_binary 'Ÿ\×Uux´—›„\ëŠc„µZzþ°oBd\Ôj³\ä:µ>','',0,'?'),(_binary 'µ\ÜÃµ|œ¼yŠ0•ñ\ëñ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/wallet.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/wallet.svg',0,_binary 'žö3Ú‘¥i\ËT.Ò«\Ëv\Ú',_binary 'žö3Ú‘¥i\ËT.Ò«\Ëv\Ú',_binary ']ªh\à\ç¡8«£\å\í\â\ÒH«¯\ÜA!=C¢\Ù*\Õ‚Lô','',0,'?'),(_binary 'µ\Üö 3cv\åNÀ\"\Öð@ƒ','wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯›´`\Ëyû”9:\Ã\\£?',_binary 'ú¹\×\ì\È:IvŸ±»\ÙT@\ÜÆ\n¥ºg»\0Wð3XC','',0,'?'),(_binary 'µ\á™xÆ†ƒxQ4Z°\Ù\0','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬4\0_¯»\\nøü4]',_binary '\Ø8J\ßÈ­\ËL?q\Ç\äLð\Û\ïz\àÈ¿ýK†§)d}','',0,'?'),(_binary 'µ\ã-Z¼³€:E¾:','wp-admin/js/image-edit.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/image-edit.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·™\í\å\è«K¤¿`{',_binary '\Ïa’S IË˜­W}<Iž¥ü|\×t7W2j','',0,'?'),(_binary 'µ\è¤Ñ„\Æ\ìº&\ÍÀR+µ','wp-content/plugins/revslider/public/assets/svg/image/ic_timer_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_timer_off_24px.svg',0,_binary '=¥§É«/….’YÂ•†\ê*',_binary '=¥§É«/….’YÂ•†\ê*',_binary '\ÚR·ÀÍ•&¥°N\ìØ‚VŸL\ë\ÉX¯ñbxÄ¾úü','',0,'?'),(_binary 'µ\ï;:¡P¸;×‹šS—','wp-content/themes/houzez/js/single-property-osm-map.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-property-osm-map.js',0,_binary '×ŸþC\ÆÐ‘`Dtm¢ü{M',_binary '×ŸþC\ÆÐ‘`Dtm¢ü{M',_binary '\ÃD\ê>)û£\Ñ8ö]=Oü‰¢Û™ú‚\Ó\É1\Åx­','',0,'?'),(_binary 'µô3O@\Ü9·E\è­pý\Ã#','wp-content/plugins/revslider/public/assets/svg/action/ic_pregnant_woman_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_pregnant_woman_24px.svg',0,_binary 'r\à\ÑJýFUÙŽ\"Í™S\Âs4',_binary 'r\à\ÑJýFUÙŽ\"Í™S\Âs4',_binary '‚M£`s#«žOHø˜~\â¡a½Ó¦(\Å\ép\é%LdY','',0,'?'),(_binary 'µõnx–‘ú&sAljZde','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-single-post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-single-post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\ÊË­T’.<\ëDñ\0!½‹',_binary 'ŒžU-So\Ò1€Gv-¶‘\é¢—L«;¸>—¡\æŽE\Ì','',0,'?'),(_binary 'µõÁÿ?U˜\Õ\ßñÁž>J','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListClientsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListClientsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1O\Æ5h=ŽXr‚\Zœ1ƒ$‡',_binary '©\Å\äÚ	|ðhÌˆ´\ß\Ä\Ê\ãµua‘¦¹ž*ó\ï\Ë|¶','',0,'?'),(_binary 'µöÁÀ’º\åô¤¼¼ŠŽ©0','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nA\ë\ÎjJm8W^IÀœ¼M',_binary 'E|6EJ\æ5\Å\åX\ÕK}¤\"ñF\Ô\á\ïó\é>3\à\Ý<‹\íf¦','',0,'?'),(_binary 'µû±qu\ß\Øb¤ˆ¼!Ah','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/autosave.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/autosave.js',0,_binary 'y\È~‚\"%‰\ÔW?Ghl%',_binary 'y\È~‚\"%‰\ÔW?Ghl%',_binary '”ðò\è\ècW›\Ê	u–u\ç\Ë\Þy’|V5˜\Ãb–pÁ','',0,'?'),(_binary '¶	TUÛ‚x‚\\¼‡\âˆ`(\Û','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_full_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_full_24px.svg',0,_binary '\æ\Ó%mh\Z{FI™ƒ$Û',_binary '\æ\Ó%mh\Z{FI™ƒ$Û',_binary '¯÷£ù\Î\Þ=ºmYŽuñö\"­¥²\à^D{¢¤. d¬’\âŒ','',0,'?'),(_binary '¶\nF÷dµK?&}cJdý\é','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-notifications-e5815fba60fe1cb1e172.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-notifications-e5815fba60fe1cb1e172.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜>½œ÷˜XP\ã:vŸG‰',_binary 'È‚6:¥|Bó™WõÞ­$»\á\Å\Çx\äTSBœ\n	ˆ	—¼','',0,'?'),(_binary '¶xw[o©e’XŸ”\Ð:','wp-content/plugins/elementor/includes/db.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/db.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4MR›\ÍÀN\Ókw!m%',_binary '\Ã\è¡/\ËK|]\æ\r¨ze®³,3\ä_ƒ®k\éŽX¬+D&','',0,'?'),(_binary '¶:°3«úV¿R¤’Œ\Í','wp-content/themes/houzez/css/fonts/slick.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/css/fonts/slick.svg',0,_binary 'ù~;¿s%K	’ñz\ì',_binary 'ù~;¿s%K	’ñz\ì',_binary '„Í¸Hr§—ÿM‹‰o\ÚSœ\Ò\ÑtƒDŽS¢¨\Ð\Ì','',0,'?'),(_binary '¶º¤|jX–ù©\ß|\êfb','wp-admin/css/login.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/login.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5e\æ\×\Ý6H\Îw\Ý(\nO‚7',_binary '\à-vF§‰qUz=¦À€s»•\Ük\à‰¾+\Î2Þ®\Þ\È\r','',0,'?'),(_binary '¶$\Ù8}‰<B¨ù)_	³§[','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#«\Ç\×v9ˆ£Ø˜`o\ÏC[',_binary '–<\nhö¢ôùx\\afÍ•4Œº–À\nÒ¦L\î\ëˆf','',0,'?'),(_binary '¶%¥WªR\äµu\ß\Üw','wp-includes/blocks/comments-pagination/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r°\äù\ZH¥\'ùQ¿Œ',_binary 'Às˜cEŠp9\îºo³tˆHÜ›‡÷{6¥s½óU\äŽ','',0,'?'),(_binary '¶&,~\Ò\ÝZ±j­\Û\Ö','wp-content/plugins/wpforms-lite/src/Helpers/DB.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/DB.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð5ñ\Ùo“ÿ\é¤µÆ ©ó«',_binary '\Òb˜žF¤fZ¶ ´ÿ;ª†G‰»0\"M­¸\å\\','',0,'?'),(_binary '¶1Ö‡¿´—	)0\r§\Ü2q\É','wp-content/plugins/wpforms-lite/assets/images/settings-email-html.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-email-html.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'iS­J#\Úñe€1\ã\íg$²',_binary 'ûÄ¤.&ppZ.;ó6®“¸ùq2\Ý\Û{v\Ë\ÊòÐ‡\Î*','',0,'?'),(_binary '¶4P³šþ\Ü$\Ì]Ja±¥E','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý\Ç\áõ«¦rt¿\âQ@[',_binary 'ñ(›‰Ij]«•U›\å9\Ü\á¾û\Â\ç\ÚþdDt','',0,'?'),(_binary '¶5;H—¡#4¶œ{i…¬}','wp-content/plugins/revslider/public/assets/svg/action/ic_credit_card_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_credit_card_24px.svg',0,_binary 'z•G}…},-3\åX',_binary 'z•G}…},-3\åX',_binary 'ú]|»¡³cÆˆ\n\\®Þ‡pÓ§¹•!Î¾€À\Z','',0,'?'),(_binary '¶5AÀ™BLo\í9MFHðI','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ú›’\í \Þ-?\ï` ¥º ',_binary 'ÚnAË…›ý\×ý%!%\Ê`V‚;[¦Ž\Òûÿ€•.C½_','',0,'?'),(_binary '¶;\'\Ï3`}`H\Çöq)IFX','wp-content/plugins/revslider/public/assets/svg/places/ic_airport_shuttle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_airport_shuttle_24px.svg',0,_binary 'M®6\æU^ÿ„‚¥˜-·\Ì\ZP',_binary 'M®6\æU^ÿ„‚¥˜-·\Ì\ZP',_binary '!ÑŽò—«t\Ö\Ïkv„\Çfóh^5\ÕvNJ„ð¼!·#&\ê','',0,'?'),(_binary '¶;ˆ¨0\Þ\ã¼\ê¥\ï™$ÿ%x','wp-content/themes/houzez/framework/admin/tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/tabs.php',0,_binary ' ¡m7h®FÝˆ\rŸt‰',_binary ' ¡m7h®FÝˆ\rŸt‰',_binary '¸-\Û\ßJük\ØöHg\Æ\×X\ïñEÎ¾<\Ð\é‹$Ò','',0,'?'),(_binary '¶=v\Ù\"¿!1\Ìp\Ù\Ð','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TÖ¤N\ç68•ÈªZº.0®',_binary '«ûd\á\ÚVŠžº•Å·N=\Ö\î>ºS\æÚ£j¼UM›','',0,'?'),(_binary '¶Bº\ï\Ð\Âd	^ß–\Øu)¶','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/AttributeNode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/AttributeNode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z·xµ$Z\Éº¹=ž\ïšû\í',_binary '\å\à\Ör\Î\×Ln\ÐÉ“\\ú¥46‘G\Ë\ÝAQt#VGs2','',0,'?'),(_binary '¶I\Èû”o\Öz¸ 0«ú>','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û#\ê\Ô\ï4\ÌF®ŸA±39>',_binary '†²8ù r]]´\Ô\à\Ê\ÝXP«ß¡!:Qö\"EÁ²\ÉÆˆ\Î','',0,'?'),(_binary '¶L`\0N\ÂD—!p\ÂÞ','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž×·úF:8\×\Z\0t\îŠ',_binary '=M_Þž\Ì>^Ã—a°2]Ù‹„“«/»cº((O­zº‘´','',0,'?'),(_binary '¶MR²\æl\ÄBœF¥u','wp-includes/option.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/option.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0Y²¬\ÃòG’{ã‰€f%',_binary '\Z.\ÆSM\ÉCu–1±˜¬Ð£%\Ç\Å\Ï\îµ!‘`s\ÉÓŒ•','',0,'?'),(_binary '¶M‡éž·®	ž\Ô\ÏA\Ïq	','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Discount.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Discount.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Dm¿7¶%\Õ/7.\ãž%W',_binary '¾C˜c´jšr†þ[ŸiH\â\ìJâºŽ\Ñ\í¡Z\ì-','',0,'?'),(_binary '¶P:+o\ÌØ©_I5‹Z.¡','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ExchangeRateService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ExchangeRateService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r\ÖN\×\Íl	\Å\rÌ‰jŸhD',_binary '4\Ï\Û¤ú1ž/µŠOPóT\àaCu¯io¸»Ô–j\çwM','',0,'?'),(_binary '¶Rc‘²)\Êfõ<öŽ-¯\Æ','wp-content/themes/houzez/framework/stripe-php/lib/Util/Set.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/Set.php',0,_binary '¥ a,˜6ô|þ…\âAfû',_binary '¥ a,˜6ô|þ…\âAfû',_binary '¿\ëþ&ö&‡X\Ù-\n\Ñ\å\ÕM•…|l´À\ã¯w@ŸZCÙ“T','',0,'?'),(_binary '¶V†+oŒ\0>¿@»[wõ\Ò','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_60_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_60_24px.svg',0,_binary '@È«˜?÷/´½\Å\Ù\Úõ[\Þ',_binary '@È«˜?÷/´½\Å\Ù\Úõ[\Þ',_binary '‚c\ê²\î\î\0\ä|·\n\rŽÅ™P„¾ô\È5\Ì,r&-¶H','',0,'?'),(_binary '¶Zž¬´ˆŽr‚\Ü\âÚŠ\íV','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-review.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-review.php',0,_binary '=d.\ä>£5Ç¹J¶‹tv',_binary '=d.\ä>£5Ç¹J¶‹tv',_binary 'Ò¬\ç\ÔQ5›pf¿\Ó#RuiFc\çúRB\Æ”(bÞ­\Ó','',0,'?'),(_binary '¶he¨\Ê-¬BJ–ñª_vñ','wp-includes/blocks/search/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p›†W\nõç˜Ó‡\Üñ',_binary 'ª·\ÇEö¿*\Ëi´ô	Å³º\Ä\Æh\Ù1¸\èN©K[«','',0,'?'),(_binary '¶h¨†Wcf”/\Â\Æ<','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8\Æ\×6\Çúú»\Ú\Ð(© L',_binary ';³Ž(2| ¸’x\Ì\è\êa¼\×\Ï/qCmÌ±m´ª\ÓEð','',0,'?'),(_binary '¶h\æú ­¨\ë3ÎŽ©³y8','wp-content/plugins/insert-headers-and-footers/includes/lite/class-wpcode-smart-tags-lite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/class-wpcode-smart-tags-lite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽMò\"|>Y\Ù\'\Â^lE',_binary 'š´t\âj\çÊ‘¨göSÂ¸°=ª\ã©;Á\"\Ýó77\ÌS\Ü\0T','',0,'?'),(_binary '¶j\âeL=\Z”s‚4ók´+','wp-content/plugins/wordpress-seo/js/dist/editor-modules.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/editor-modules.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X\æ\ÄGc\"ƒúŠ‡qZ†‘',_binary '^(\Ç\Õb\Çp‡y¢\ÕV„?Å§\Ö#7rˆYrþ,\×1‚^ü','',0,'?'),(_binary '¶mvˆyayT\Â\Ç«\"','wp-content/plugins/wordfence/lib/wfInvalidPathException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfInvalidPathException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Üj“‹\ìÃ´Ù¶¤¹\Ê',_binary '\Ñ\ØG!\ëž‰žöU6H›\Ök9J0š\Ç\èO\Ä\×\Çdv!','',0,'?'),(_binary '¶n3c\â\Ô\äü¿Ô§sm]\Ö','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð^sˆ~\íÇ†\nö¥-\Ñ`',_binary 'ž2û¸A\ßpr\ÕA\ä$” {Á¹s\ã\î\ä_p\Ò>“\Íf','',0,'?'),(_binary '¶qŸ\Ù1X‘\è|­öœ\Ø','wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|UOð3Ôp½k#E\ÄAa',_binary '\ÅÁ=\Zreÿ]1LT\ÇÇ›2±¼\êœ\Îò\Ø\'\ÈÞž>C]\é','',0,'?'),(_binary '¶r\\\Ùj”´¨ò\áA$','wp-includes/js/customize-base.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-base.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯%Pe.Ÿ,­*ä¤Š©y',_binary 'Ÿ\ä‡\ä›n>½¶ )w±\éÃ®\Í\ãÉ®\Çý§ÿ>4nw\åü','',0,'?'),(_binary '¶z\Ø†\Ø_ªtHƒÊŸ£¾','wp-content/plugins/elementor/modules/element-manager/options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/element-manager/options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á©\\^V!ò&@\Þ>†<\0P',_binary 'n¹?2>É±>5v”\ëURúioŠ-\Ê\Ä=ƒ\êù\È\ç','',0,'?'),(_binary '¶{\ïr›p7\å\ê¼\Î>]\à³','wp-includes/blocks/post-comments-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬¾t\Ï>¨\àYn\nŸO­',_binary '\Ñ\Ý(|\ÎR©¬‹œ\Ýb‚Ø±^x™AýE\È\Ç]¯\r\'\rü','',0,'?'),(_binary '¶‚;Õ±r\ÛF\ãŸ\ç‹','wp-content/plugins/elementor/assets/lib/swiper/css/swiper.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'özß»\Ûf»3‘»\Â=6\à',_binary '•\é9\Æ*þôLiyo\çdø\Ü\Ö­>=IµI\Ú[8','',0,'?'),(_binary '¶ƒ7ÒŽ¯Ÿ) 5?_\\¹','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'$Cd\"}¢\×ð¡|k£@',_binary '«X¹A5ù4Ôµ‚7¢Á\Ï\í,mÒ•J\Ø`€\éÝ«\Z','',0,'?'),(_binary '¶…\ä\á+L€\èÁ\"^ø\á¯','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“S‹2(šð Z|°K\îõ',_binary '¯\\g¢\å\î7\äRƒ•\ÎÁ‰¦DbQ\ÉV¥š\Ú*L\ëò0','',0,'?'),(_binary '¶çŠ`bIñ\"v4…Nñ','wp-includes/blocks/cover/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\êv\n‚\åß‰\ÅZ\r9',_binary ',\rš\Íu\å\ê˜Hbßç€—µ™I±Q!¸q\rt»','',0,'?'),(_binary '¶”.fÃ¢ö\×\é\åmÝ»®','wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤n“ŠÀò°\Ð\ë\Î%\Ö\à',_binary '€u<O[\Ö;,µ/Œƒ<ùlœ\î«[¹XVi™','',0,'?'),(_binary '¶—-3ºK\Ò\ÎeÚ¯ˆž\Ê\Ð','wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y‰°iJÖŽ€A¾\âV^\áO',_binary '\Ã],\ÏÀ\É\Þ7—@?x\æ:\r}6p\Ì5Î£û\ËQx','',0,'?'),(_binary '¶˜G\Zð0…»õ=(‘\íû','wp-content/plugins/google-site-kit/third-party/google/auth/src/IamSignerTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/IamSignerTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Kö±t4.»\Þ\ÑF3¶7šÝ’',_binary 'MgK/±kk\æbd\ì-ž†\æ\Ð?ç—‘ë¬Eèƒ ˜º©','',0,'?'),(_binary '¶˜À\ãŽ\Æ\"SÎ­`t@','wp-admin/network/plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–R\n½¨.o\×\ÄÆ±2bw',_binary '\ÕAˆgpª‡Œ\Ò/…m\ïø,&Rqÿf9eyþ÷$=\æ','',0,'?'),(_binary '¶œV£\Ñ[\í¼dšŠWA>','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Scopes_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Scopes_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c½\ãw9S›oO?>>†H‰',_binary 'Š\â\Ù\èšHTœ¬DŽ”còm\ï	Z†›\×_ô}‚=g7','',0,'?'),(_binary '¶Ÿ\×ñ¶BUN¶m\éhy\ï/','wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd&ºƒB®5\'\Æ\Òöx?†',_binary 'À¤#­––M¬œŒ+a\Z/ö\Ð\Ø\â[©Ÿ N\æl¾­®\Ý\æ','',0,'?'),(_binary '¶¢œï˜œEY^\Ä9(7b','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-calculator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-calculator.php',0,_binary 'L”ðkJŠ\é²_õ\n!¢—',_binary 'L”ðkJŠ\é²_õ\n!¢—',_binary '¼\ì´\î{¿Þ‚\Ï2O\Öø¼ý7\è‰ö‘º\Ã\Ë','',0,'?'),(_binary '¶£ô¯›a3Þ”\ìý\r\Þ','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_pizza_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_pizza_24px.svg',0,_binary 'å¼\Ù<B\Ý[(ºv`‘\Ä',_binary 'å¼\Ù<B\Ý[(ºv`‘\Ä',_binary 'Sf-{W|[\Ä\Öû\Ê\\ÁtoŸpÄ•{@¢š\è\0Ý·û','',0,'?'),(_binary '¶¦\â\\\ä\Æ.1°\Û-œ¾:','wp-admin/options-media.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à}.6ðÂˆ¾G8u6\Ç',_binary 'x£0±Œüsš†û«‘\à\ÝNW»Aœ<\Zxž\Æ(\Õ \Ù','',0,'?'),(_binary '¶ª#©›†ö6Á[N‘j‚T','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sl.js',0,_binary 'SVmý{.’^\Ñ\Ëy',_binary 'SVmý{.’^\Ñ\Ëy',_binary 'QyG²BF\æwoõ9¸\\·x0£Xº¿øz™\ÌiO','',0,'?'),(_binary '¶¬ý\ßnTtDùºlKõ:S','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/QueryVar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/QueryVar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l/õó-wA\Ñ\é$‹µ',_binary 'p\ç\ÖüŸ\è\ß \å#2cô\æò\ÌH€©\Ø\Z,+|\\','',0,'?'),(_binary '¶¯\×f»¯\á¥‡aEe\r','wp-content/plugins/houzez-theme-functionality/assets/images/put-on-hold.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/put-on-hold.svg',0,_binary '\Ú}D\Ö{\ÖR\Ð`\"è¦§õi',_binary '\Ú}D\Ö{\ÖR\Ð`\"è¦§õi',_binary 'B{fQ±qšzŽº1bÎªAñ\Ê{]€™\í¿—kþ\Ä58~','',0,'?'),(_binary '¶°ÎHº*¶\á*.ÚS','wp-admin/includes/bookmark.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/bookmark.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\nKðùa¡@%G\æ§\Ç,',_binary '¹¬‹¬\Ë˜\Û(‘Á“\"L\Ñ8ÿEw\Ûðm.\Ôö¤\ç','',0,'?'),(_binary '¶µ8Šòp>°Ä‰\áÁ+(ž','wp-includes/blocks/template-part/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@’ž «_„:\ßž\ÈzD\ï',_binary '<t{®8\ï\"\\v19žJ¨§\ZÈ²’\Õ3}MT\ÍDv:™¤','',0,'?'),(_binary '¶·Pª\ÃFub¶§n\ê|','wp-content/plugins/insert-headers-and-footers/includes/conditional-logic/class-wpcode-conditional-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/conditional-logic/class-wpcode-conditional-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œÆ˜Â«8d\×V¦…\Õ	¬¶\0',_binary '/®q,n…ûž…¤A§ J}92á“\ÄÀC Ap™\Ú','',0,'?'),(_binary '¶·]y²«œ\ì}­\Ê\Ë8£','wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\Íó1J/–õGñ}@\Ê÷',_binary '/›„­_Ju\çüû«u–9×šI\Ò «\Ñ[?aÿ‘ƒ0¢Y·','',0,'?'),(_binary '¶»½^.\ï0i8¶ÿ—J\Åñ','wp-includes/Requests/src/Response.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Response.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'äŽC!B8Y›õRóý¦',_binary 'Þºö%Å’ó0+­õ(´¶—v¹´)*\Ë÷\Çþn=¿D\Ë\Ð','',0,'?'),(_binary '¶ÀT\rœ\î\ÎhÌº\Åü…','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Util/JsonDecoder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Util/JsonDecoder.php',0,_binary '6”)È®XxñˆÅ™h\Ú*\Ë',_binary '6”)È®XxñˆÅ™h\Ú*\Ë',_binary '§\ï·˜Î…¯7“3ø2°þ\ÍÍµ”p¾f\n?’0Ÿ','',0,'?'),(_binary '¶Ádx¹\Í\ÖeBÀÝ™ÏŸ5','wp-includes/IXR/class-IXR-clientmulticall.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-clientmulticall.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åH›˜qºg\Ç\×l¡t',_binary '†žÒ“\'bO\Ò\ë\è\ÚE¦&Æ§W0hÀ	o’\\`ÿ\ÝY­\Ó','',0,'?'),(_binary '¶\Ã\ÒKvj0!\Z±%õÐ‰‡—','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/audio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/audio.php',0,_binary '$·rž¹8-\Êû”c\Í\rD',_binary '$·rž¹8-\Êû”c\Í\rD',_binary '\Í±\ÅOS\×[w<\ÎD\0;\êxú†oZ£Œ\ÜôOœ\Ã\n\Úf¬','',0,'?'),(_binary '¶\Ä!w,(9XÒ¸¾s÷|ª','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/script.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/script.js',0,_binary '@ý\rx\âº\Î<pƒ\Ñ\í¾',_binary '@ý\rx\âº\Î<pƒ\Ñ\í¾',_binary 's\â‚\'†£øjá†²\ÛÜµ\Ø*ª\Z§¾x\æ\ËDbñD\Ç\Î','',0,'?'),(_binary '¶\Æ\ëAüµ\Û\Z<JKg\Âö','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-required.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-required.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x—©pñ?À(‚pm›8\ÃW',_binary '\ÎOd\"‰¼¡+—\â>BôG}D\Äöø4þA\é\ïZ\Ü\n\È','',0,'?'),(_binary '¶\Ëô\ZùM\Í {Hj\â»','wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c6d‘”J¨\Z\æ7;{\ßV',_binary '¥9QT\Þ#\åRNùp\ß\ZÀª/—®ûÁ‚ù2ö7·P3ÿ','',0,'?'),(_binary '¶\ÑE=;LT?——\ÏÑ¦?\Þ','wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\ê€\ÚÈ¨‹\ß\Ù Ì–#R»X',_binary 'œóBF™Ç„?ô\Ò¥‹5ø\â\ÚnTüžRD}±¹\Ä','',0,'?'),(_binary '¶\Ñð8›î­ŠY+5\Ì?\Í','wp-content/plugins/wpforms-lite/src/Emails/Notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'PöÖ»\n_!­\Í\ëcQ˜Bc',_binary '\ãÇŽ°>(|˜wR¾0¯PsŸ=\Ñ{™— |†g¾\ï','',0,'?'),(_binary '¶\ÜLó…\r•Pˆl\Â0H	','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨e¦È¹Œ½‹h“­­‹U`',_binary '\æCW­!..f³hù1‹ô#©\ìu‚˜\År\'‹”0`Ð©','',0,'?'),(_binary '¶\ã]db½:‹µ\Ù+öS\ähƒ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Handler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\Ó1G ·kq¥¤\Å\î\æ',_binary 'XÐ…\ìkl\ïJ\ßn@	€\Þq\ïð0\ÃS\0€5m½š','',0,'?'),(_binary '¶\èš+Sð\Ê+E\Â=F_\ê~\Î','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Invoice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Invoice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'Cy©\â®\Êh£†Et\×',_binary '²”›\\)c;;/­\Îr«±AaDª‚!º\ÎsÅ¢\í\×Ê','',0,'?'),(_binary '¶\ìXLþ\"\àA\Ñv@Ó¤U','wp-content/plugins/google-site-kit/includes/Core/Storage/Data_Encryption.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Data_Encryption.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_bÔ‡§\ì!]{t8ý\ÑR',_binary 'Ÿ\Êx=£¾øx¹\Åò˜\íZ\×.™ª~ýµ\æ\çõ\â¢\à','',0,'?'),(_binary '¶\î¤Ul1ÀÈ•Dübmgñ¯','wp-includes/css/buttons-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/buttons-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&~\í±!K”KB¬¼\È\í.',_binary 'š³‚Ù™\ß*1dAš(\n¶}MýKJµ\ëÎº2N7\Ñø\äü','',0,'?'),(_binary '¶ï®¢\ìaôQ>\íüä©ˆk¨','wp-content/plugins/houzez-studio/admin/js/i18n/uk.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/uk.js',0,_binary 'U@²\r¥N§ÿ ÂQ½[‰y',_binary 'U@²\r¥N§ÿ ÂQ½[‰y',_binary '(L\Õ]9\èt¢žC@„Å±Jg\ÔØ€hWõ¡ˆ\Ê3','',0,'?'),(_binary '¶ù\Æh›\Ò\Þ	¤iˆ8.','wp-includes/blocks/post-comments-form/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?ÞŒ\Öâ‚¯‘’“\ê\ìf\é‚\Ò',_binary '\Æ/…GÜ¹ª¼˜sù[ý;ÛžM>Ÿ°€ˆ·‚A!þ‰}¯H','',0,'?'),(_binary '·	W)}´‰\' $R\Ê\r','wp-content/themes/yith-wonder/templates/no-title.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/no-title.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó³\Ðñ·†^¾ŸN•þ¥',_binary 'y ]CñxI®œô8rt 7[\Ýj?3Á¼\Ë\íU\×B„™','',0,'?'),(_binary '·\nfv 8¦÷\á1·“™-I','wp-includes/SimplePie/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'é€—z\ÇqÅ”¡\Ã/\ä\Ñ',_binary '_pe±NO\ï/»*¶mv\×\ÙÈ¿\ïn6*ù\çzoþ\än\Ô','',0,'?'),(_binary '·\\Rœ]\ì_ \ÈI?¦8','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter/Filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter/Filter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[v\Ò­+šµòrS·',_binary 'Ò•\ÙB¤K—¿q“¤‰JÁ2\Óc™wùe¾Ž\åž~Jks','',0,'?'),(_binary '·Œ#\î\ëS	tan\æDö\ä','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_24px.svg',0,_binary '••¦\'eO\Æ ˜\î\Øí²·@',_binary '••¦\'eO\Æ ˜\î\Øí²·@',_binary 'ðu\Î\ÑD\ÆI\æ•\ÖF!\ë\'>œºA?OµG\Ú\Â<','',0,'?'),(_binary '·\ç.\0\Þ\çª\n\Úk\r\ËØ¥','wp-content/themes/houzez/js/vendors/bootstrap.min.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.min.js.map',0,_binary 'œ:\Æ\ã\Õ\á\ÃtR:@‹½',_binary 'œ:\Æ\ã\Õ\á\ÃtR:@‹½',_binary 'üš\ÖQj³d•”0û‹\Û\ÉI\\lj>Á0>Ak<À\Ä–','',0,'?'),(_binary '·81¯¢¨™\\¦|`X','wp-content/themes/houzez/property-details/partials/calendar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/calendar.php',0,_binary '!-*’{~m!v2©`',_binary '!-*’{~m!v2©`',_binary '¾†¡\Ä~‡w;\å\ëfÿµ\ÞM§º\Õ\"µ\Í+\Ð\ém«\âWd','',0,'?'),(_binary '·ß \æ‘w£½\Û¯Ó©€!','wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åb)\îM½\ï\'Û¨ÿ´#\È',_binary '\æ\ë¥\ÐÜ’#Aâ£‘o\åÿý¨º¶—\ËM+£jUr\ÛöLM','',0,'?'),(_binary '·)\èÑs‚Rm\éU\Ü\ß\Éò','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼(4²Fû’Ru¢ýûôÁ',_binary 'yHú\'‚D]\\le?½oüˆ\×f%8õk\ÅóKµC‰7','',0,'?'),(_binary '·,µ°4þ›¸¥P\0•”\ê—','wp-content/themes/houzez/template-parts/listing/partials/item-features-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-v3.php',0,_binary 'J´e±\âÿ–ôÀ{w}%',_binary 'J´e±\âÿ–ôÀ{w}%',_binary 'A­Š£¹‰\n \ÞÀE$š\È\'ˆ\Î\Þ.;HÇ‘\êo.jt\Û','',0,'?'),(_binary '·0d¡|\Ó¾«\ß8i','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '·5;	ß¬@N%z;l\î\Ý+ö','wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'el.,0½¤8ð\ê!J&',_binary '«4c!#\ë\ê\ì\Ñt\Éñ÷d\Êj\Ô:Á¶‹˜ª›','',0,'?'),(_binary '·7‹#i\×\ãý/74ZBŸ•‚','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ng\Úb\Í<¾‚±gñ…[ÿŽ',_binary '‘½\Z\Î#\'Ç“\åøf\Ñ\n\Ô	†i=£ˆ™¿”Š¸÷ºÀ','',0,'?'),(_binary '·;2ý2c\âPrAP1G|\Ó','wp-content/plugins/wp-rocket/inc/Engine/License/views/promo-banner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/promo-banner.php',0,_binary 'G©„ri·xJÁõ®\n\íq\Ü',_binary 'G©„ri·xJÁõ®\n\íq\Ü',_binary 'ª\Ô[Íœ¸ƒh3Fj®žwŸ\Ç\î\â8€\Ç-1†\àgò¦','',0,'?'),(_binary '·AJ\á\Öû;mK¹Z^p¦2','wp-content/plugins/elementor/modules/home/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š\Íò®¾!»¯}ˆ\Ê]',_binary '¤\×{_D•g ;`…V\Öœ·^K\"\ë:\ã ¤\Ð\âió\Ñqe','',0,'?'),(_binary '·BúUtø\"¼\r\çTñ\Î','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestParameters.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestParameters.php',0,_binary 'mu¾\ë\è÷Ì§Sù	0\Þy',_binary 'mu¾\ë\è÷Ì§Sù	0\Þy',_binary '\ÄO%\â=²\â4‹·\rL†\Þ\ç\Æ>¿¢2\ÐSjac“Ï¤','',0,'?'),(_binary '·E~’X‡döQhŠó\Ì','wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´@ûVÑ©\æ±n,û®\ï\ë',_binary '<!Z‹óô\ï\×h\Òtb\Î\Ò‹ý\âxN•\Ûr\Â','',0,'?'),(_binary '·H!T­\íƒK\r%»€\rŸS','wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Subscriber.php',0,_binary '\"£¶ \ÌP¥Šh£_¯c`',_binary '\"£¶ \ÌP¥Šh£_¯c`',_binary 'ò5+e\ë¼©Œ)o\Î\ÃA,¢òb¥\Ù$\å\ïúK=(ªª','',0,'?'),(_binary '·J{œ\Èú¯µú+\Ìr$\Ã~','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DœOz\\V:‚\ê\Ç[E´',_binary 'ô\ÎJ\á`­9¯A¶Fj\"¹œiV?\É\Ö\î^¡P[ù\é\Ê','',0,'?'),(_binary '·`{C\îU‚Vz/Z\í-','wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üù\å¤\Z÷]O®›yCSó',_binary '¶7$^*±J\"Ó­SÀƒNŽ\å›]6À.\Ô¥‡3š„','',0,'?'),(_binary '·`™`\'\Îl`=\è\ê¢X(','wp-content/plugins/wordfence/views/options/option-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J*E\Õ%v	N\Ãa!‹¤Uw',_binary 'Mü«#3‰a@xh\ÇÀ s\r5qB\ÒNÙ£©X#Àò’','',0,'?'),(_binary '·a+/\ÈZ—&\Ë$\rô5\ï','wp-content/plugins/wpforms-lite/includes/admin/class-notices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-notices.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1\ê\äÿ\×øÁ\ÂB=0»\0M',_binary 'A\Ðþñb€›>hb\î\0¿H\Ø³w,©À.Á_Ÿ\è¥a','',0,'?'),(_binary '·d<Á¶Ê—&ó|«^\Þ:','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '·gZ’\ÃL\ê\Ø\ç}*','wp-content/themes/houzez/framework/stripe-php/lib/Source.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Source.php',0,_binary 'ø]÷¹\Ýk§À:‰*}»t¾ù',_binary 'ø]÷¹\Ýk§À:‰*}»t¾ù',_binary 'ÿ”›§¼¨a®Š`\Ì4L\çZKy\Ùv7‰¾†\Ì~\Í8	E','',0,'?'),(_binary '·i\ä\'¤ .“\Õt)¶ºò','wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·3ñ0C¥\ì\Z³¾\Ê\\jM‘',_binary '\Å\Ìy€0oói\Çxªd\Ø÷\ä—-–n0cH\"€J©ywõ','',0,'?'),(_binary '·j‚þ—û\Üúd\×hb!ž','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/CommentHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/CommentHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/NT\Ã=Ÿ\áE\ê\ç;ò”5',_binary '\Ìdð”ƒ-\ß[[ó®zšI‰A©iNÚ¾\Û\é\Íd‘','',0,'?'),(_binary '·q\0\Þ\ã\Z“~\Z\àüùñü\ì','wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õú iƒ19y‹„`qÁCü\Ü',_binary '\"\Þz\Öµ\Óñ\æ\ä5Q\âõ².r’0–Yw\ãxG\×ùG','',0,'?'),(_binary '·uöj\Ì\ãòõ.¯r\âv','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð¬5™,øŽ¼¶q',_binary 'Bº\ï˜ù\á!ƒ™a%Ž’g\'\àR²\æ\\Tl\Ë\íU­ñÞ„\î','',0,'?'),(_binary '·y£¿Ñ‘ÿc«j!¿\\\'','wp-includes/class-wp-block-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-list.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(\àÝ·öŽeBÁ‡9\Ã{',_binary 'Í±\ÊT´q÷SI4S1p4^\Ú$_J(xª&ü\ì£\nA','',0,'?'),(_binary '·{­ž\Êb‰’eå¥³\æ»zn','wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.js',0,_binary ',\Z¿\æWHfpü2\éhs',_binary ',\Z¿\æWHfpü2\éhs',_binary '\è”zµŽ%J­òWEB”¬²r¡nŽE#-¡¨Em¿z‚','',0,'?'),(_binary '·2±D[\"¹ñÿ„*\"(\×\×','wp-includes/js/jquery/ui/effect-size.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-size.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7Aœ@\Ô/œQ1\"4‚œŒ\á',_binary 'h\àx£Mõ\æ\ØJ\nÿü¨o^¡\nöö\ê>P*(Žr\r€&','',0,'?'),(_binary '·5Iœ»¿\\¯‚\â','wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤L\Å:®d\ë\æ¿|­\"',_binary '¦/6¿30°\'ˆ›kA\ÜÁ\"u ~2\Ôia\Õ/‘','',0,'?'),(_binary '·¥\ÅH:]Y8Cw','wp-content/themes/yith-wonder/assets/sass/woocommerce/generic.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/generic.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôl&ñ\Â\Ê\Ð\âõA´„\Èÿ',_binary '+6_;{€\Zw}ŸŽð\Ð\Ã\Ñ\rK½d† GÝ¾Ó£\è\"\ãN','',0,'?'),(_binary '·„O\Ú*TƒD	@)\ê\Öñ','wp-content/plugins/houzez-theme-functionality/classes/class-changelog.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-changelog.php',0,_binary '’”°\Ó\Ã\î^²²¿o',_binary '’”°\Ó\Ã\î^²²¿o',_binary '!q§\Ñ\í¨eP™\r{m:Ur<¢\ãfiˆ£\ã±Þ­?ª\Z','',0,'?'),(_binary '·‡Fil*&9Ç·¶b\Ô','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-sublistings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-sublistings.php',0,_binary 'kBXW\Ü*ÿ\"‹ó‘\Írl',_binary 'kBXW\Ü*ÿ\"‹ó‘\Írl',_binary '±û\Èd\êX¦xJ¥n¸ÿŽI3Ì¾\àZ]y¸\Ã\Õ\ÊQ\Z','',0,'?'),(_binary '·Œ¡(“™#DÀ(4Ú›ö÷f','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.Í´²oŒüCc*\íYq',_binary 'jb(\ÓÀ™\ã^5\Ôþ\È4kñõ°6\0EDl\rµ#\\2','',0,'?'),(_binary '·­ðˆ \Ù\Û locT¹Ä›','wp-content/themes/yith-wonder/patterns/banner-with-title-and-separator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/banner-with-title-and-separator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n”œß¾&¸µ\ä\Ú]V¾\Ë',_binary '\îñö‘û\ÏúkÙˆNñ£ ¯\èÍ®·\ËZ°Á‘Jjl','',0,'?'),(_binary '·“hJ–´D\Òã°—G¥ ön','wp-content/plugins/wordfence/lib/wfCentralAPI.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm]3_¢’\×Ãˆ\ÛØ ŸßŒ',_binary '»2f\Ù^~@…´C“‡s\Ä±±€ž\ÝcOú×¢ŠYE\Ç','',0,'?'),(_binary '·˜\\¨\é\Î0O¶\'w[l/^$','wp-includes/blocks/gallery/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CŒ¶\Ô\á\\\Æf`ˆ•\éh',_binary '\Ü\Ê	\\\ÂCD\è^ˆaˆq\ëLÌ·›ZJÿ¥š÷u\Ìo;X','',0,'?'),(_binary '·˜ˆS&‡\âmÙ¼F‚]\ã,','wp-content/plugins/wpforms-lite/assets/images/community/announcements.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/announcements.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't˜’\ZÖ†¨N\Þ\0\\\ËT·]',_binary '`¬‘¢+-\Ü\Ó&<MP\È1:žõ!„ƒ|ˆ‘\Êd\0\î¦+','',0,'?'),(_binary '·›œZQ4\Ç\Ø\\(‚Ü‡','wp-admin/network/admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ï®\rŒý&Z3’r“\"ò',_binary '\Ö:\á\×%£;KiˆW@>\áU;Š\Ô\Íô\ë½#À>','',0,'?'),(_binary '·ŸUÆƒù&ò\ë¦I‡j\ã','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ·ˆ+”\æ½\ÆÐ¨º\Í\ç]\å¬',_binary '\ÜAõ\Ñ\Õ*q\0ºj©N÷·:<d\í\çQü¬Š¨\ã0¡Ï±','',0,'?'),(_binary '·¢,68\ê\ÈF¾Œ:[¿','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Frontend/Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Frontend/Controller.php',0,_binary '€\Ó<:8¹…‘¢UŠõ',_binary '€\Ó<:8¹…‘¢UŠõ',_binary '\Ü\'t”Ó¾aC\ÜI¥ù\Z\ï\à\Ös£Š\"¡; \Ù\â°\\','',0,'?'),(_binary '·§‘S\Æ\Èa’\Ü3ña…_','wp-content/plugins/elementor/assets/js/text-path.2bc8a9cd0e50cf1a5a9c.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/text-path.2bc8a9cd0e50cf1a5a9c.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç¢|µ	\í51™\Ü:&\Ì',_binary '\áX–\ì\í\àQ\Þ~°`!$\ï÷\ëcI\Ù}˜¤ù¨JŽŒ°ñÊˆ','',0,'?'),(_binary '·¬¬\Ô\è/d\n²Ô£\ÙOû},','wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v„qð%´\\fñ\Ø\Ïd€',_binary 'žÿn§>Tqu¯¡v\nsEÙ—;ÿ\ÜÁ[1x£˜','',0,'?'),(_binary '·®§ð&\ZÈª#ƒ+©cÿD','wp-content/plugins/revslider/public/assets/svg/content/ic_filter_list_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_filter_list_24px.svg',0,_binary '\â°RõR\êMü²\é“.\ÑI¸',_binary '\â°RõR\êMü²\é“.\ÑI¸',_binary 'Çˆ$\ì¯I¨Ÿ„,\è\ï0\'µ ¨Y“kŠ¬À\ÛOö','',0,'?'),(_binary '·±v\Ò(ºeø—¡ ½v','wp-content/themes/yith-wonder/assets/images/demo-content/wonder-logo-blue.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/wonder-logo-blue.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âi×»\ãþQ<i÷<O\Í',_binary '¡gzÿ±ŽüV;\ä\Û\Û\äö%\ïãž¢d\çKQ\é†\Ý\ç%œ‹/','',0,'?'),(_binary '·±±\ÉÚ¨‡\Ô\ä_@•ø@','wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úÃ#%Á úb,0(m\Ú',_binary 'z\Ïr¢Ñ]¿~\Ö\Ýw\nŠl\Â@\Üô vÀ¶\Í\È\"','',0,'?'),(_binary '·³\Ìjp\ß.\ÇÁ\íš–	ðP','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerInterface.php',0,_binary '\ÈZºañô¥……ûÜ±¾\Þ',_binary '\ÈZºañô¥……ûÜ±¾\Þ',_binary '\ÓHÁ-H\Ã!¾w\àR\ÄþKW	\ï“|#þCÎ¦ZÞ»0','',0,'?'),(_binary '·¶U¡Ž?´\â,¯¢\"”ˆ','wp-content/plugins/wp-rocket/inc/classes/class-abstract-render.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/class-abstract-render.php',0,_binary 's\'Ebz§x‰\ÍE@\nú\Ê',_binary 's\'Ebz§x‰\ÍE@\nú\Ê',_binary 'ž\Ê\Â3¸kš©qYY³€ô^ó{\ß\Í;ÛŠ²m\r,W™','',0,'?'),(_binary '·¹£$š§-„NG1¨S','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/abacus.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/abacus.svg',0,_binary 'iÁ\Ôfqs>¿®\é\ÆJ¦0',_binary 'iÁ\Ôfqs>¿®\é\ÆJ¦0',_binary '\nJhtr†³[k‡šû*W¤¤ñ\ìpa#O¼[v{','',0,'?'),(_binary '·Æ¢‰ ¾ jù}) Ï’T','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-contact-methods.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-contact-methods.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y\×0f)sSÃ”\Ä\ç‘<Ÿ',_binary '4~‰\Î\ê—\Ô!)\ÉøÖ¬§B)\n¼ytOfˆ\'[P†2¬Á','',0,'?'),(_binary '·É¶«z^\í¾Í…\ïBý','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y\r¥r\Íæ¸¶5\ÂF#\è\'',_binary 'šc\åô\ê¬\ìür¸[¤\ÆÃŒ¢\ëA}¤w\ã\ÃhÍµ¥F-','',0,'?'),(_binary '·\Ë\ÖX›O_\'¦»ÿ’\Îw','wp-content/plugins/redux-framework/sample/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '·\ÎEü—Ž`{ñZÁ\çUó\Í\Õ','wp-content/plugins/wp-rocket/inc/functions/posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/posts.php',0,_binary '\áZ0\Ðd\éx\ÃÁpd3°',_binary '\áZ0\Ðd\éx\ÃÁpd3°',_binary 'þþ@\á\0ö\ê&)=vBÌ€2\ç\Åoü\Ï\ÇAŸf.G','',0,'?'),(_binary '·\Ï_\Ý\Èe¸\Ï\Üf¿\ì\í\æü','wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄöP„ƒ74“\Â1\Ù9',_binary '¼2p\Ò\Ü\ê\ßpk Œi²Ë­!S\é,¸\Ì^e\ë\Ï','',0,'?'),(_binary '·Óž)?E\í÷&‚\ç\Ã\É2','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/TestClockService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/TestClockService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ†!‰\Ã\ÊõÞ™Ê©)',_binary 'P±Ž\Ý\Ù1±\ê\ï$QSž\ç\×ûÔ—,$?\ÌË½\Ë','',0,'?'),(_binary '·\Ô\æ7bW\0<\Ê_ªD\Ù[«','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š\'qh´Ø„_“‡Ù£ü',_binary 'Á/KÑ³T··F\Ærµ\Ù=}¤\í;•£Wm\å4}y©­','',0,'?'),(_binary '·Õ“\ÛñI\Î{f¿qÏ‰„','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient/ClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient/ClientInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ƒ|ùÿ\Õ\ì\ìÚ¼Æ£Ž',_binary '\êq‹—Ž\ìÒ…ºP\ïü\ÍzE\Íw$Ï‚>g=G','',0,'?'),(_binary '·Ú‚5r¨!Q_\rÂµûÓ¬','wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éH\"?•\É	,(Ì½Wž¸f',_binary 'ŸVÿ\à}¶\âiñs¸¦šT\îªi9]ú/\Ç,»¡','',0,'?'),(_binary '·\Ým\rwš3 \åUú','wp-content/plugins/elementor/includes/controls/divider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/divider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸÀ[\ãDgekl\ÜN…\Ëiº',_binary 'Rú‡<\é>\êreÓˆ\r¡h zMC÷/	(,\"d\É}µ','',0,'?'),(_binary '·\Þ\'DÆ¶¤®ô\Å\"sˆ\ï','wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/redux-my-extension.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/redux-my-extension.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<,Pø:ú–±B=df\Ë\n\ç',_binary 'iøµ\ÔZf\Ãi\Í÷šÿf-Vš˜»U#loX?\Énd\æ','',0,'?'),(_binary '·\à\í\ÈX,\àŠ\á\Û,d§¼','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxRate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxRate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£z»J\Ý4æ©ž\ä®ûw',_binary '>t\Ð*\æ\\›¹¨a\Ó\ÒDÈ”6”˜\ÇvM¡ŽŸ^_\Z¨','',0,'?'),(_binary '·\ác²if\n3L¦7¸¤\Ïd','wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìh e†¸5!˜Žl”dlfª',_binary 'sñ\Û¼t3\å\'ˆ.!†‡¼\Ó\ëzñ0æµ£\Ä\ÓsO','',0,'?'),(_binary '·\á½d…+“Á˜\Ãõv\r','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-700.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-700.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò¦]d2(x`_¨G+°%',_binary 'w0š}\ï`ÿ#”‚@\ë­ZE­\0Zr¨\á\Ì÷®T÷”\Ý\Z¬','',0,'?'),(_binary '·\áÏ·ý¢8	M7µ\Û-ý','wp-content/plugins/revslider/public/assets/svg/image/ic_timelapse_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_timelapse_24px.svg',0,_binary 'øm\ÙÉ¤?É„|\È!•b',_binary 'øm\ÙÉ¤?É„|\È!•b',_binary 'qx‰G.¬\ÌûÝžÒˆô…\Ú\ÖR[ÁÖœ*qBA','',0,'?'),(_binary '·\å+\â…d\ÌE\àvnGÀ\Ïþ','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php',0,_binary '»M¯@©gQ&Q§ž\ì7À',_binary '»M¯@©gQ&Q§ž\ì7À',_binary '¢n†¤Á®i\î6zuY\Î#\"Gú\Ñ\Ì)‰d\Ù}Š\Ð\î.','',0,'?'),(_binary '·\ï/\ïöØŠ!¤N>ñ‚\nþ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú¢f<_2S^I¿ªZ',_binary 'ý­iÝ¯™ÿ8{‘iü´\Øq!d¾ \ÌÕ¨\åAzòõ©','',0,'?'),(_binary '·\ïôXûÙ· –m\Íg\å\Ô','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/TimeZone.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/TimeZone.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jI\Ð0±Õ˜ ýÙœ*Oˆ®',_binary '`F™²ƒ\Ý3i\íJ¢±P\Ø)\Êû¨rÅœ4S»[','',0,'?'),(_binary '·ôsù[a ºa…\ë¢.','wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-option-min-max.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-option-min-max.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êN\Ýü\Å\×õH\Ïÿ2',_binary 'I§÷w•“lð\îw¡\ÔJ¯Gc\â\Ùô\ßl´-F\ßoµ','',0,'?'),(_binary '·ý®/C4W\n%\'\áf¹','wp-content/plugins/redux-framework/sample/sections/presentation-fields/info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/presentation-fields/info.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™3\0\Ò\'¹fVA‚t\Ú\ï—',_binary '•-&G§E\Ö\Zô~\èHòŽ¦²4——SE-óˆB0','',0,'?'),(_binary '¸Y+&\æÀk¼ƒ Ò¿…','wp-content/themes/houzez/js/vendors/i18n/defaults-eu.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-eu.min.js',0,_binary '\\‡\ä::‹S\Ó+&{ú]',_binary '\\‡\ä::‹S\Ó+&{ú]',_binary '\èIi¹\Â\åi˜RKÆºŸ;H\'8—õŽ€ÀŠ,ºy\Ïñ','',0,'?'),(_binary '¸\à,Ê¿eÎ”¥\ZÎ¢­\Ñ','wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/TerminalServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/TerminalServiceFactory.php',0,_binary ')ööT[\âY8\Ð\Ò	÷T²©',_binary ')ööT[\âY8\Ð\Ò	÷T²©',_binary 'Ö§\'Í\'hti‰÷À	Ý”\Âñ&u‘tgÁ=°\ç','',0,'?'),(_binary '¸er¶=™À¯T­\è@š','wp-content/themes/yith-wonder/assets/fonts/Nunito-Italic-VariableFont_wght.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Nunito-Italic-VariableFont_wght.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ãñ:Zj·1&<\êo\æ†\è\É\"',_binary '\Õ)U\Ìz\Þ\å¼K\ÒL\àŒ®\ÓN¡>\Î=wD¾ö`u¯7\Ö','',0,'?'),(_binary '¸µšA@–\î\Í.\àU&\Ñ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/LogRecord.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/LogRecord.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ímú¥ö¨¤L}º:h¯\ìõY',_binary '¨VŸvw©\ÇEû½þ…[(\Ãf°÷ „\ÂÕ¥\'»\ç\ï','',0,'?'),(_binary '¸Km\ãMƒø¢¼\ÐoÑ‡€','wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\á2V&õDp¾\ï\0±N\à',_binary '‚\ëû\Út¸ò\ÅT”Ý¨úaC¯¾h*\Èù\0Tp|Py0\ZY','',0,'?'),(_binary '¸\Z¦’o\ÄÁ¼|;<\nºdö','wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ¬’Q!šom_É®©y/\Üö',_binary '$\"\ç fÖŠÅ’¢¦¸\Ï\êD\È\âd¨½ ­^\ÒÖ“1ó%','',0,'?'),(_binary '¸\Z\ä¡¯l\î\Î\Þù3ÈŠ\Â','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P\ÉUÕ’\è¥JL´“m8`v',_binary 'Ó›úvQ´–k\â\Ä\n¹ƒl\Ø]\Û`Î•ºÛ·ô•+}\ÒkO­','',0,'?'),(_binary '¸.]¿*Š~†p_\ä\È\â\Øy','wp-content/plugins/google-site-kit/third-party/google/auth/src/ServiceAccountSignerTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/ServiceAccountSignerTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\—ó\â™þ1e\ÎwÆ˜”',_binary '4ˆ(µù÷vøRg\Ë<\àƒ\Ò&–\Ö\Ù\Ù\\eê…“.¸º','',0,'?'),(_binary '¸/%¬\É\çh«—rN\æILpl','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_justify_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_justify_24px.svg',0,_binary 'ó\Ú-©Þ¨\àö>\Ñ\ÝI÷^’',_binary 'ó\Ú-©Þ¨\àö>\Ñ\ÝI÷^’',_binary 'þató\ç‚v¦Oô\Í	²\Ú\ã\Ð\å”úk\áH›\ÅŠ','',0,'?'),(_binary '¸8\Ê!\Ð?Î—\à\èù`›t³','wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®‘6¶¿S\Ì\îù“ôW“',_binary ':——\É\'™Lð¶\ì\Ðr3ƒW¡®Ù™s¨\×Ä‡³õ','',0,'?'),(_binary '¸<h iÑ­3*µ	Fq','wp-includes/blocks/button/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êf´\éZ\àT\æj\ãš\reZ',_binary '\Ð\Íi¶1Â–\ìF³»QxiùÝò%f[\Í+\âi/>G','',0,'?'),(_binary '¸@\Ö\ì´d\Ý,ªõI \ÓÖ…','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JÔµ/\Þ\êM†z<®w\çu',_binary '¾\Êdh~hÄ¥þ„šW9&(œ(‘\ÒO\r0^1F)\Þ ý~N','',0,'?'),(_binary '¸B|\ç?¹Œjx>MÁ','wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2byô ee{\ê\Z O\Ç',_binary 'aŒÁ6g\Ôÿ\ë\Ôk#Ÿ )žWh¡ˆs\ÍS¾o\ßf?YÓ°','',0,'?'),(_binary '¸J|6}\ËP\ß,\rÙ›','wp-admin/css/colors/_admin.scss','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/_admin.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Aaª*P÷øa |Ò¯ŽvT',_binary 'aÁ\é\ÞUQw\åÑ¯\Ô \r¦×¹rý.\Ó9}','',0,'?'),(_binary '¸O±~ ZA8\Æ6\Ï}ƒ\è','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥[\Í@h+6¢¥5»JN’',_binary 'hVFJ õ«ls+\Ö\0<¡©—\ÒñF\Ú.\Û/*w•L','',0,'?'),(_binary '¸T96o\'y$ŒÍ¬3ñ$Ùš','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v2.php',0,_binary 'Èš¿2«Qj\ÃK£&“ƒ\0',_binary 'Èš¿2«Qj\ÃK£&“ƒ\0',_binary 'Œ}–x\Ñ\Ô|3I{„\î Iýf¤º\æŒ\Þu¸i\Ù\Í\á','',0,'?'),(_binary '¸Ux`²HúnÇ’|R€','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯s\ÝPš_\Â-ÿ‹\Ò\"l',_binary 'e\ßJr\ÑL\Ò\ÍwŠwg\Ô3ý\á¢,±PQ—Y®i¶\Î\n\Z£ó','',0,'?'),(_binary '¸U+•\â%öN{«*±ýN','wp-content/plugins/updraftplus/languages/updraftplus-ckb.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ckb.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6\Â\Ò…[~\Âü†û¾\r/‹',_binary '2\Ä\äX(ñ—\Æ\ãH®3$\É\æ¸SB’†±+Ÿ\ß\Ù.ch»','',0,'?'),(_binary '¸X\Î&§+\Ä\æE\\‰9L','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg',0,_binary 'G\à#\Òû\ËI\èÖ‘§‰/\ÐE',_binary 'G\à#\Òû\ËI\èÖ‘§‰/\ÐE',_binary 'ÁS\ë!\Ú\ç\çWµni¶Ž}šC‘Œ¦O¦B\\Ðƒ\Ë[T','',0,'?'),(_binary '¸]µz\áxz ¬‚â™œP\Ð\í','wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\Ú.\æRÍQ¿„ñ …›',_binary '€§OZ‹¹\\¬\á\Ü\âw\ÕÒŸNmlÊ»»UV³”@›‡f','',0,'?'),(_binary '¸ahz‚²\Î\Êd.ó:\Ãû','wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷ww‡k(‹ÿ\"&«\0\Ë9',_binary 'n³Q\è5I3Óº‰Y²yˆ¬Ri®Û0\Î\àýüGjs','',0,'?'),(_binary '¸c¹ŸSƒ”G\ÎdD!\r½','wp-content/themes/houzez/property-details/partials/overview/year-built.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/year-built.php',0,_binary '–;\î%o—žó}ž[\îx\×\ß',_binary '–;\î%o—žó}ž[\îx\×\ß',_binary 'N”\á!\ïòšú`3W·g9\Ï\Z©VR›ª[–;™‘','',0,'?'),(_binary '¸c\Â\Úx\Æ\ß~9¢*Ru¹¡','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Îú\ç\Í<¿¯MƒWü\Ð\ê\êz',_binary '\Ó\ÑEˆh1v\Å[5¦œKQo­\î\ÑüsE\Ýe\ÔÃ¿EEk','',0,'?'),(_binary '¸d`#)?žÏ³š\Ï0(w‡ù','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ÁoYƒ¢\Û-\ã)EHd',_binary 'l\Ü,8¿EñT—ŽC‘eylžaùS\î\Ô;)\'\"d\Ì`zû™','',0,'?'),(_binary '¸j³1=ñ\È\îd½ô/;','wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùQ\Ûþ\ã×‚/©¡x\Z:½',_binary 'Ö 4P!H-„…p\ï0Œ§ý‘Á\È)R€\Èd£p=ŒF','',0,'?'),(_binary '¸l¨ß¼D\ì5\ÌA:Jx¥','wp-content/plugins/houzez-theme-functionality/templates/locations/form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/locations/form.php',0,_binary '\Z_1¨\í^\åV¬ð\È\ØVÃ¥®',_binary '\Z_1¨\í^\åV¬ð\È\ØVÃ¥®',_binary 'N5[\ÙÀ.N?†]µ=2\é+¶‰\'šÿF©zT2','',0,'?'),(_binary '¸rYEer	~Íª³KN*\Þ6','wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ì«&œ(\Ø\ÉÖ¾|:ü¸s¨',_binary 'i„1ú(\"°\Z\'\É\ÙnK\è\Ø^šE³l¸¯G—c„¹\Ü4','',0,'?'),(_binary '¸uô88%\ê[\Ö\Úõ	\ÎX','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠNøò”Maƒ?©\Ë°8',_binary '\ÖOø\Õõž$\â!vY¢\Úg\Ú>¬-¾O½s?\ïN\Ö','',0,'?'),(_binary '¸zJm\ÄmjNõ(ü†¹Å°','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\ã˜ñÃ­·\r\'1…†ò',_binary 'xzv´[\Ã.«4û®AšÙž¢¼2œ³h \×1\Ò<Œú','',0,'?'),(_binary '¸{FÜŠ b90\ß<_Qþ\é','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '¸}¬ºšN\\9ž\Æ\\\Ï\Ó\ä','wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ,2—P\ç¡\ÄE©m',_binary 'ë‡»9ó¢(T’Pû’#\ßg\ïò\nµ\ÙQ¿¢ ©‹k¢¹','',0,'?'),(_binary '¸}Á´È¬ž%a3ET(','wp-content/plugins/revslider/public/assets/svg/image/ic_colorize_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_colorize_24px.svg',0,_binary 'ž ÿ\ËJ\ëP\Ä\Üp\Ó;-8Œ!',_binary 'ž ÿ\ËJ\ëP\Ä\Üp\Ó;-8Œ!',_binary '?6IgE`¹Ð¥\Â\ä.Ž\\²}O½\ËrC [H¨\Ù¦\0','',0,'?'),(_binary '¸~Ð¼\Ïù!ò\ÐÁ\á.z','wp-content/plugins/revslider/public/assets/svg/communication/ic_comment_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_comment_24px.svg',0,_binary '\ëV„aùQ^$IGÊ­',_binary '\ëV„aùQ^$IGÊ­',_binary '­ gƒ;’\ZSÞu®‰¸D/=z¼Ÿ\ÝüO|—G','',0,'?'),(_binary '¸=Uq(mõB.\æ¿BÐ§','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«u£a¯9\Îee¬\Ìø\î\ë½',_binary '¯rŽp]	Â’‡#]7ˆ«\ÆW*;EmC‚™d‹','',0,'?'),(_binary '¸ƒŽˆ\×VZ\Íbl“Í¯','wp-includes/blocks/archives/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4?	\êóóU­Ew\á\á',_binary '\äÌ´\Ý2I3˜‘\ØÁQS*\"@L$	˜±\"ŒV´?±\å','',0,'?'),(_binary '¸Œx–`þf,5ef2ý“','wp-admin/js/site-health.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/site-health.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼\æ]Æ‚}6 ‘a$y„ñÑ’',_binary 'p\ìh£a\ìþ ª\ï\Ú/g8h²ü>\åŒ?F»lzÌ•8hE','',0,'?'),(_binary '¸d\×]\Ñ&3š¶\ÖNˆ=','wp-content/plugins/wordfence/images/logos/shield-white.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/logos/shield-white.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õdX\Ì#\Ìp°RÃ°J¾',_binary '\ÏœL‰O\Ñ\'\Ð(öEqH\Ã\îl\Å@\èü\Ê)O§ŒŽ­','',0,'?'),(_binary '¸Ž”§œ[®:°—„…q','wp-admin/includes/class-wp-plugins-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-plugins-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±\ä5v§S¸\\`\×Ä€Ž\ï\Zl',_binary '\ßKkýÀ\ÏÅ²º\Ä>^C\ÐÇ´D\Ï	²…m^\Ö\ì\×|','',0,'?'),(_binary '¸¾½¢\Ù\0ü6\ÍFA\ä`','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Collection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÊºÊ¥<¿Ã‹\nŽ\ã¦\å\âm',_binary 'C\rø…Bwxw\è\ÎN™ŽAC\â\ÊWrºF\Î\Z”\ØoU3\Ëa','',0,'?'),(_binary '¸”Ó¶­\Ø\È\ê\'\'\Ë%','wp-content/plugins/revslider/public/assets/svg/content/ic_unarchive_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_unarchive_24px.svg',0,_binary '•û#{›i Ku€‰Uo\î',_binary '•û#{›i Ku€‰Uo\î',_binary '€@ÿQ¡\âg\ÅD*b8©¥±\à[%+ñ¡ D‰ð1`X','',0,'?'),(_binary '¸š…P¿Of;ö™\Í/ó\×','wp-includes/SimplePie/Decode/HTML/Entities.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Decode/HTML/Entities.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰™jÑ‹p&y€\Å·\Ö\é\ìU',_binary '—ÿWP»\Æ*P=NÏ»;\Z Ž¾iÿ\ä8\Ú\Ã2_¬ü¸ ','',0,'?'),(_binary '¸ \Ð+\ì\0ýùˆÖŽ%7£','wp-content/plugins/revslider/admin/includes/export-html.sr6.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/export-html.sr6.class.php',0,_binary 'ðg™DY\\\Û\áÈŠ·0\á¯\ã',_binary 'ðg™DY\\\Û\áÈŠ·0\á¯\ã',_binary 'óI-‰*\n¬¯\Ów>\áI\ÃBd@:÷³ ûÇ‹¹Å£+\è','',0,'?'),(_binary '¸¡\Þ«_¦q\\9Md','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '¸¤¥&/ê©²5`\n)½','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '¸¤²¬Cy\Ø+ +™½\ë\Ø','wp-content/plugins/elementor/assets/css/theme-dark.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/theme-dark.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÙL>ôgV2®i\ée\ãð\ïe',_binary 'Gb÷D)FC%\Ê9¤E\Ô\ç‰\ê\Ëm¯\Ò\Î\\C¢ù}ÿu\Z>','',0,'?'),(_binary '¸±:)\ÖJˆ\Ù*Í›y0>*','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/zip.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/zip.php',0,_binary '\Ãiýg\n­·\Üd’\Ê+',_binary '\Ãiýg\n­·\Üd’\Ê+',_binary '€R‘Fkˆ#C÷Ý¢w†1DHI¼ÿg\çÁ”\Ñ]eh\Ñ|\ã','',0,'?'),(_binary '¸³.\ÎýXxqV£ž\à#¦','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»­²3ª.lWI¬œk',_binary '\\Cˆž¹5\ÔHU\ì\Ìò\ÓS‘­!° ¶zös›Žy¼S\n','',0,'?'),(_binary '¸Àc½‘Àg†#\ì×†m`†','wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\0sxŠ<mÎ«ðjzª8',_binary '…\Û\ä1\ê˜\éZ\ì“\í÷ŽX\Ý%fpNÛ˜[c\ÔCû,','',0,'?'),(_binary '¸Á\ÒgÚ­£½*\ÎÁöõ]I«','wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôÏ°À©†+\È Œ=IÂ‘ª',_binary '°û!B8p¦|i)8¸(?¯s\Ó\Ñ01ÅN\ëºt\æ','',0,'?'),(_binary '¸\Ãùú—\è0HRDg‘w€\Ó','wp-content/plugins/wpforms-lite/src/Tasks/Actions/IconChoicesFontAwesomeUpgradeTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/IconChoicesFontAwesomeUpgradeTask.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ»û\'’ö\Åö:9qi\Ã',_binary '”<±²¼\r¡\Û54_ðdu\\\ëD.¢¾‹L\Ý^y…o','',0,'?'),(_binary '¸\Ðüs\rY0h[8¯÷ 4~§','wp-content/plugins/updraftplus/methods/googlecloud.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/googlecloud.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4¤ô4&&W€*´\Ú\È',_binary 'tðùl\ä` µL\Ñ>GV½\îÞ€\ÇCV\äñî—™»+r\Þ»','',0,'?'),(_binary '¸\Ö}µ\ÐDx\"\ä>. qq','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çn\nz!½\àýw„><T',_binary '\åÁŸÈ¸Gn¯q\Ô6S\È{\×\nY\×kO!Þ¿€C(t','',0,'?'),(_binary '¸\Û•µ=§>*¼õ?=<','wp-content/plugins/wp-rocket/views/settings/sections/clean-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/sections/clean-section.php',0,_binary '¾-˜\Ï\Î\'3,\Å8!A9¥{',_binary '¾-˜\Ï\Î\'3,\Å8!A9¥{',_binary 'SÀ&nTŽŸ\å!\Åw%\'“Ñ°\äð\æ\ÓuX\Ð\ÛPZ#\Ë\Ç','',0,'?'),(_binary '¸\ÛZŠ\Ì(“\Å§|Ÿ\ÍZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'QUÿp~ocÃŠ4\ÒNt›û',_binary '”L\Î\Þnµl2@Îö>hši,uJY²H¦‰\\\ãLô,²B','',0,'?'),(_binary '¸\Ût¯÷Ðœ’\ês¢!qŽ','wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't‘;\Ìö¯G¡¹Š‡O',_binary 'GŠ^7Ž\Ç†Wlpx\Ýc.¯”O˜+û\æª[\æn6ƒ','',0,'?'),(_binary '¸\Þ[sõõ×šk [’`','wp-content/plugins/wpforms-lite/includes/admin/settings-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/settings-api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠV¡¿<Û¿gI€J\Ú]²\"',_binary '\Æˆ\ê×¼\Ó]¤ù,\áªÁmþn¯¸¬n%ñ\ïÄ½Ÿþ','',0,'?'),(_binary '¸\å\ÔXò½xBõN³\Ìbªq','wp-content/themes/houzez/js/vendors/imagesloaded.pkgd.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/imagesloaded.pkgd.min.js',0,_binary '\ZK&2\èDJg£6há•¥',_binary '\ZK&2\èDJg£6há•¥',_binary 'b\ìT6SœJ>˜¸!\Ú+O\'\r|I\Æ\ê;<Ô¾»\ÂJ','',0,'?'),(_binary '¸\ç¹kp\Äøò{¢¾7$KÀ','wp-content/plugins/wpforms-lite/assets/js/admin/payments/overview.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/payments/overview.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\è¯õÿ´ˆ\Î2–^û»[',_binary 'È«³W=y\Ü[GÞ§ƒØlDF•\Îv%±“±','',0,'?'),(_binary '¸\è«\\ ¯”IÑ»Á»\è,','wp-includes/class-simplepie.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-simplepie.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒÀqe·T¶3¸ Ÿd™å¡­',_binary '|-4¬\Ý\×#ôo~\Ëð¡m‘‹[Œz?¶v§V\î\Ý\Â\Öÿ','',0,'?'),(_binary '¸\íð{?¸\n\Ô\Ó\"œ;øj®','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/CustomerSubscriptionUpdated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/CustomerSubscriptionUpdated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's¬s{ðw¼8˜yª#û\Ð',_binary '\\lt?P\ÖxT()/¦\ÎKÀ9À£<\Ý\ÛEm\ßB8+“K','',0,'?'),(_binary '¸\îÚ™y\ì2D\na€ú93','wp-includes/block-supports/layout.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/layout.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µª\ZÿO6«w]£O\Ïö¿',_binary '¾\Ê/:ð`$Â™\Ü$¾Êž½4€o*\çS4¡','',0,'?'),(_binary '¸ùd¢òbx\ËCpÇ¢— ','wp-content/themes/houzez/framework/functions/cron-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/cron-functions.php',0,_binary '(ž\Þõ¥ª\åjR¸_\Ó¤Ge',_binary '(ž\Þõ¥ª\åjR¸_\Ó¤Ge',_binary 'ü8#¦\Õ–\ç›\"õn‡3Ù‰s*LCX©¢‹·‚ yòš','',0,'?'),(_binary '¸úXÚˆ¼:ÿí˜´','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-post-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï¥ø¥(+Ÿ’ŠþF}±Ä ',_binary '=ô9û\îq\íÂ¡ŠR€Á44f\É\Ï\r±AmCqƒn”','',0,'?'),(_binary '¸ü¢«PW-¾4\á\×o\á','wp-content/themes/houzez/framework/stripe-php/lib/ApiResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiResource.php',0,_binary 'Iª”­mø’øœ*G+„\è',_binary 'Iª”­mø’øœ*G+„\è',_binary '‹_}<™f\ëbÕ‘\Z­t\ËÛ¬#\â¿~ý‘Å„\Z_','',0,'?'),(_binary '¸ü­E\ã]²3×€t²¿ò','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_garage_size.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_garage_size.php',0,_binary 'tª^ \È9›«£\ír%\è',_binary 'tª^ \È9›«£\ír%\è',_binary '“\ì0k0uh\Z³\nW¢\rÖ¸\Ü\íK\Õ,\ï›q\î<','',0,'?'),(_binary '¸ÿ­½_ð¥Wh]Ë‘SŽ\Î','wp-content/themes/houzez/framework/options/contact-forms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/contact-forms.php',0,_binary '¹xˆk>\å	\ÂS&¸~ôù¾\"',_binary '¹xˆk>\å	\ÂS&¸~ôù¾\"',_binary '\Ùl#;\ÔU#ú`O ¾Y\Å\ØUQj“\í\Ð–Lä¬«','',0,'?'),(_binary '¹º\å\É=jE’\ãš\é0','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-buttons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c€œ\å\"‹®\ë„]+[\ìdi',_binary 'Œa\ï‡[¬’ñÅ¶ò»\Z¸¦™4I\Éû\ÏZM\ßvGsx¢‘t','',0,'?'),(_binary '¹ð\Ü/Á\ï+\çôn ¿I','wp-content/plugins/revslider/public/assets/svg/social/ic_plus_one_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_plus_one_24px.svg',0,_binary '§£a\Ú\ÄwÞ¦¸\Þi¼H',_binary '§£a\Ú\ÄwÞ¦¸\Þi¼H',_binary '\r¾õ	\×¨fL’`û*:NB‹!*‡\Â”ô3gg','',0,'?'),(_binary '¹\r±4\Ú\èø\Ó\Ë,h°C\çþ','wp-content/plugins/wp-rocket/views/settings/page-sections/preload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/preload.php',0,_binary 'j˜¼Ÿ\Ú\ÒÇŸ/O\ÐýË¯',_binary 'j˜¼Ÿ\Ú\ÒÇŸ/O\ÐýË¯',_binary '³ö·VŸº­\r±Q\ï\Çõhl]üŠá«³±¶=Z<\Ãn','',0,'?'),(_binary '¹=\í@™e\é—G1Ëºù','wp-content/plugins/elementor/assets/css/widget-image-box.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-box.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u5Î©„Š\âZD\ÕÀXð;',_binary '5\í¶rX[…´œ}4%&¢I©\Ë\Ä3\èü[&—K\åp\àl½»','',0,'?'),(_binary '¹\ÖpwöÃƒ‚1D	\ï5','wp-content/plugins/updraftplus/images/other-plugins/keyy.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/other-plugins/keyy.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒÁ2Wl0†T²Êœ¯',_binary ':\ß8\éÈŽ\ãƒHr#\"QŒ‚g>ñ\âDýHbA¬\æ\Óp','',0,'?'),(_binary '¹\í‡\\ž]^\ÒT£ê¥Š\Ñ','wp-includes/js/dist/vendor/wp-polyfill-url.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å™›=¹NTó¹\\¼—{š\Ê',_binary 'þ\ëh\ìý½Ç£¥q\îÙµKt\àû¶\r4DSgªd0Z†','',0,'?'),(_binary '¹ ¹\Zy‡5ry\"Nsúúò','wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g¹rP|ý\Ül4oY\r½',_binary '‡y\Ã÷	In¸ŽpL–>¦Šÿ\'¡Ž“ªE_®Š\ìž¾','',0,'?'),(_binary '¹-”iñO°\ásoûz\Éõ\ë','wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I?\ëB_{ ö:› V¿',_binary '¿Œš4–\á¾3yœ\Ì\r~Al®Eß„F\Ï4f6\Ù>\ì\ëS','',0,'?'),(_binary '¹/&¼Ž\Öû\á2®Ñ¡\rgDs','wp-includes/http.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/http.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	µq7f\åj<\\tð\r$=',_binary '² ?\ZñÇ—\Ïs²\çpÑ•ú06\0Šq5\ÔU\ÌK==ðœ','',0,'?'),(_binary '¹5Ù‚aÜ¨Ï˜\Ò	#‰\åbu','wp-includes/js/dist/compose.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/compose.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç\Ð(Kù\ì=unh{vôÀ',_binary 'Vˆ‡TŽK\Ë}T\rÓ¦\ÅTq@“+]\'µ2\rÁV\Ê\Õ\Ë\Þ[®','',0,'?'),(_binary '¹<uÿŠ0Q\è±\ÇÂŸd#ñ\Ã','wp-content/plugins/revslider/admin/includes/help.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/help.class.php',0,_binary 'x®\ßõ«\âh”\Ü\é‡m\ÛV^',_binary 'x®\ßõ«\âh”\Ü\é‡m\ÛV^',_binary '\Î\\À1\Î\Ñ–™—\Ê\Ãe\no\î†Éªy:¦\Òe\Å','',0,'?'),(_binary '¹=\ê#™\Þ-\ë\è\É38','wp-includes/blocks/code/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+v{Ád\è„ôf$9¶\ì\Å^',_binary 'Ké¬/¡ \Þs´\ìCS-\0\êU\ï„jhòs\å5 š','',0,'?'),(_binary '¹=im½\\qÅ«¹hƒùB}*','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BaseStripeClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BaseStripeClientInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T\ë\Ø@úýLG¢Qn9™°',_binary '#3’žú¨œ}uk\Ó1dIó<«§ü\Û\ç;r¬\ç7‚õ\r=','',0,'?'),(_binary '¹>Ú¤Xg\rs‡u#ÁX','wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'YÜ‚mœH\Ã*Œ\ÌŠ’l',_binary 'n`ÚºÃ¶\Çh§¬\ÌE2e~k\ÌZ%C¿W\Âô4V\É\Ì','',0,'?'),(_binary '¹?b\ÊNA¯VFAyö\Í','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/af.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/af.js',0,_binary 'L1\è7.\ä\Õ\ß\Ö\Ë_U‰6',_binary 'L1\è7.\ä\Õ\ß\Ö\Ë_U‰6',_binary '%	X\ì\ì\ÎgE+a\ÝW\îqQ\åMe®ý%[\\JZ=\ÇX°\Æ','',0,'?'),(_binary '¹E \ç¦¥®¬EE²G–:','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-info.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-info.svg',0,_binary '¾²BÛ¾Ó¸\ryªÈ€·`%',_binary '¾²BÛ¾Ó¸\ryªÈ€·`%',_binary '®‹/zLÀNGa\æÔ·	\â\í¬\×õC“+û¤¢­HqŽ]','',0,'?'),(_binary '¹H\rf\Ê\Ì9\åž°Qogžô','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\ÎúÊƒ\Ô(\rõ¶s\ÍX\Â',_binary '/xÇ‘-q¶À§Íˆ@\Ü\ïWð2\Þ]¯£7ú\Ôû@Ê²','',0,'?'),(_binary '¹O1\ÌMz$òTk?\å¸','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Filter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôdiöª\nŠ\Ä\Î¨\0(',_binary '_]ve\Ë\è‚\Ï!šb0—>©¼\àµ\èÏªvÁ\á~+H','',0,'?'),(_binary '¹Q%ªª#m¤ãšœ¸§•\ÅW','wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vÁIr\ÛK¨Û¾P6',_binary 'Ý»fO\Èx¸T}¸·|û­4\\G+F²½[\Ñ]cü0-','',0,'?'),(_binary '¹Q\\O9¸«b´V\Æ_@Ÿ','wp-content/plugins/wpforms-lite/src/Admin/Pages/Community.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Pages/Community.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ï¹À1P/\'„\Ê2‰\ØÁ',_binary '/G>\Ã#™û\ÕWÉ§vuÌ€ý\Ï[Ž\êÐœºzø\Î]¿>\è4','',0,'?'),(_binary '¹Sß™\0‹\Çc¥Æ•`4','wp-includes/blocks/navigation/view.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/view.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½ô\ÜMzš\ÏSFñ8ÿ\n',_binary 'f¾ð¸]>0š¤D€9í—·~\0¦ž(y4k%\ì½/®','',0,'?'),(_binary '¹V¯Q8ðð&›ÑŸC\"q','wp-content/plugins/redux-framework/sample/sections/media-uploads/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/media-uploads/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '¹dSp@±\é\Ú÷\\\Ò\í0)¦q','wp-content/plugins/wordpress-seo/src/routes/route-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/route-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×Núä¶ˆHu,\îð\ï\Ì',_binary 'M˜\Ï\0un~\É\Ñ×ƒ§X\é”T’¨T\Å\à\êø’,K8U\Í\É','',0,'?'),(_binary '¹d¥ø©\Õ!\Ú}$}(\âøô','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/class-redux-link-color.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/class-redux-link-color.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®¦Ñª\è-EKq2ª^”',_binary 'Wû+RZ”\È\ìY!®Ú¨›À[H^,C™—£ù ®›ý','',0,'?'),(_binary '¹d\éqïŸ¬\Ú.5¡;\Ç','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^`û—cÁ‡\ëð/½O',_binary 'rn¿M€jB/\è©\ÏúY¾ôHE\èTŸú‘*°£²µ','',0,'?'),(_binary '¹v\í#Ag­‘d\ÐòP=+','wp-content/plugins/wpforms-lite/assets/js/admin/builder/help.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/help.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a\Ò\ZŠ\Ä!Y7H\ê!e\èC',_binary 'û1[\Ûmp¯­0¥\í\Z‰J\êXIPd\r\Ùb†§\è?','',0,'?'),(_binary '¹zI’xð›ø\Ëu%±+\Èó','wp-content/plugins/wp-rocket/inc/classes/traits/trait-memoize.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/traits/trait-memoize.php',0,_binary 'ƒ\äeTBB\×iÁýu\ÝWø\Â',_binary 'ƒ\äeTBB\×iÁýu\ÝWø\Â',_binary '=Ÿ¶ì¦‰u\á\âG¿˜noõ.\'\éµ\å&™:\Ý','',0,'?'),(_binary '¹}\ØI$@tÛ=W?Ü¢–','wp-content/plugins/revslider/public/assets/svg/hardware/ic_headset_mic_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_headset_mic_24px.svg',0,_binary 'fQ”ôµõ\Ä\nn\ÉÎ¼™—',_binary 'fQ”ôµõ\Ä\nn\ÉÎ¼™—',_binary '¶\ÚxT\"QnvT›\Ð3\\›\í\àƒ\ì\0ø0«G q\ëwÏš7\Û','',0,'?'),(_binary '¹j\r§xw=ý‡¥€¯e','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/Features.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/Features.php',0,_binary '„ºñŒAyÙ¬}nmk/\Û',_binary '„ºñŒAyÙ¬}nmk/\Û',_binary '“^°‚û3l–©¯Š\"ÿ:WO1‚Gƒ®÷\nlKU«\Ö','',0,'?'),(_binary '¹‚¯¶=\Í\åÑ¶\Í8$ú','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/2•;°¸ñƒ(ú\ëU‚µ ',_binary 'i-»…®;R9\é\ïs 	„bl¼\ã:XJ$\å¤ÿKô¹	\Ë','',0,'?'),(_binary '¹‰<\Ì&l\ÇaL(4V^™+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"÷ù‰\ë±s\×C\ë>\ÈùX',_binary 'A§”_&\Û-(+h;\Ñs®Ä•Ocr\æh\Í\æ¶\î9]\É\Í','',0,'?'),(_binary '¹ŠöòM|”!g\ÍrBúXp','wp-content/plugins/elementor/assets/js/common-modules.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/common-modules.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\ì$¢r™Š+!®V@\Ò',_binary 'JK$HQs\éÝ¾SÔŒ¬\Õ\Êô\Ì\é‹lj½\Û\ë\"þ¬Õ·','',0,'?'),(_binary '¹Œ?ƒ0|\Ãö\à5uÆ¡ƒ¾','wp-admin/custom-background.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/custom-background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ã½«¾ö]0¹m7\ì\éöd',_binary 'ZÁ5\"=®\0\îT§Ïƒqr­/0ž\àQ\ÐX^dn6','',0,'?'),(_binary '¹˜”Í½<u%?Töj ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTransformations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTransformations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p‹¬	\r|(‚o,Õž£i`',_binary '\ïº\ÚHq\ØöKµ‰˜C‘¹#R€=–›U\âi\nl','',0,'?'),(_binary '¹ž<eJô½\í5}™\Ûj','wp-includes/blocks/site-logo/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìô&\æ\èý\ì\ÒU\âOSp',_binary '\ï\ÆO\î§\×€ycôª±þqdƒ\ÌT³\ÚÕ«fÖ•€Í‹,,','',0,'?'),(_binary '¹£\ï\Ðt«ª1…Õ”ô\×\îA','wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/redux-js-button.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/redux-js-button.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\æ#é¤¾X˜º¯­©\ì',_binary 'sÌ©­È³[`Ÿdñ”\Ò\èI˜¶n+s\ætƒ†ñ\íFV','',0,'?'),(_binary '¹¥dy(\Öú`\Ä.\'Ž‰(','wp-content/themes/houzez/js/vendors/i18n/defaults-zh_CN.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-zh_CN.min.js',0,_binary '*HP\Å{0,E 4ô.J\ìH¯',_binary '*HP\Å{0,E 4ô.J\ìH¯',_binary '#\ç N÷\áJ\ÇòYŒ‚ «¯†xd\'\ÇvS•\à1\ç@','',0,'?'),(_binary '¹¨A\äY¹Sð„\Ï@W\ZöN','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Favorites.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Favorites.php',0,_binary '\Ð&\Í6Xwƒ	\Ä\Ö\å³',_binary '\Ð&\Í6Xwƒ	\Ä\Ö\å³',_binary '‘zI\"•Œ:¹\é\Ô{Ó€Ar\Ð!Xk¡¸ŽÐ£²\ä£\Æ','',0,'?'),(_binary '¹®ƒqh\Ìn›Jýj¯','wp-admin/css/nav-menus.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/nav-menus.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E™\æœ\ãŠ\Ñû\"d±›\Þ@/§',_binary '\Æ;ºœ12Qbc‡žù\Ýÿ\ÂFú\ê^*ªdK£i\Ò30','',0,'?'),(_binary '¹¯{ð8\è9¢5š=_¤\Ý','wp-content/themes/houzez/js/vendors/i18n/defaults-lt_LT.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-lt_LT.js',0,_binary '…‹KRúKj2÷˜Y­o|',_binary '…‹KRúKj2÷˜Y­o|',_binary '%\\\ß\"»\ÌJ¿µ¾Qùš­qB¯ý\ßyùz5¬š­','',0,'?'),(_binary '¹²|õ¤h#s\Ý!˜v`hÃ ','wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äóók\ë&óð0-&‰·Ž+',_binary '%´\æ \ã°^\Æ)) ¾û}t™\'\ßQÌ\Þ|žz—Sô€¡','',0,'?'),(_binary '¹¶\n\á0Ý•\Öwbdó\í','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-sliderAccess.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-sliderAccess.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­]\ÏÛÔVe]È—V',_binary 'dN©Žõ·\ì\éŸ\Ñø|žHMe\Ö/š\ÛH*STQf\Ã','',0,'?'),(_binary '¹·=X“ôc\Æx¥\"','wp-content/plugins/houzez-studio/admin/js/i18n/hr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/hr.js',0,_binary '!!$½}Šú”µ\'_%]W',_binary '!!$½}Šú”µ\'_%]W',_binary 'Z-ôm@÷k”\Ë\ÔWüÀOÉ“Rˆ!$[W›F¸o\Ì-¨‰','',0,'?'),(_binary '¹¹\Î<ÿ	\Ïf%\ÕnŸO³','wp-admin/includes/credits.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/credits.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wª\"Ë·\í\0ÿŸA,†QZ',_binary '4¼%XÁ°;…\ÝTj1ôe^\Ý\ï}€#\ÅR!¦Ù©¶','',0,'?'),(_binary '¹À\ÝM#\ÄrP:°\ã µk¾\å','wp-content/themes/sinatra/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\ÄX\Ù¨<ðý\'\ß<ý\éþ²',_binary '5€\Ã\Ä]ƒ±oƒY\ÍüL…\êr\ÑÀ\\¦ºK¼­f','',0,'?'),(_binary '¹\Ã.	¥ A\Ów¼d¢','wp-content/themes/houzez/template-parts/realtors/agent/layout-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/layout-v2.php',0,_binary '\ê¤Q\Ì\ÞÎ¹\ÐsÕ­ú7',_binary '\ê¤Q\Ì\ÞÎ¹\ÐsÕ­ú7',_binary '_‰a›¾s,\Ï\×F‹d¶ÿ¤\Ð[…ŠGlH)<¨£Š{\Äñx\ê','',0,'?'),(_binary '¹ÃuL\ç,\îŸ&Ç‘‹\r1','wp-admin/media.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K‰µ\é…\ÐF	+})@>\ËBý',_binary 'n#\Ð\'\åbbP©˜\"¹ûu9vñ¬> —°S\á\îõ¦\ãž','',0,'?'),(_binary '¹\È\ëµ~d¯üD˜)œ¨³³','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Database.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Database.php',0,_binary 'Ÿ²	\ã@(rõLÑ¤‚-e',_binary 'Ÿ²	\ã@(rõLÑ¤‚-e',_binary '‰!2|@õs,_\ÃýJ\ÐÀW\'\èXøbLÆ·ZD3*\Æ\Û','',0,'?'),(_binary '¹\Èöƒ\ÖL\å³\ÐÚ‹a€±¸','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_ffffff_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_ffffff_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\0«L*/½–ÿ­\0ªõ!&',_binary 'õð\ç\ä\Ü-—z\Ïi\ã²’ö 3\ê3PW$@)ó\Ã\ã','',0,'?'),(_binary '¹\Ñ\'vS44„\'\×\ï²\r','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '¹Ò©]²|y\Ö÷Á=xö','wp-content/plugins/updraftplus/js/updraft-admin-restore.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/js/updraft-admin-restore.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï%\Ú&\ÕøX¡‚1Ñ¥‡ô ',_binary 'K\îb”Ž¶Q\é—Y®R>²sY\×]üÖ‹\ïöº®¬','',0,'?'),(_binary '¹Ó€9[\êÀM-g‰‚','wp-includes/js/dist/hooks.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/hooks.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D&\r\'j\ßÀtbˆ6@†',_binary 'W\Ñx˜Ã:§\ë;{¢Y~ \ÍCS”BEÄ Qw','',0,'?'),(_binary '¹\Øs¡)¤9\0õ³t÷µ…','wp-content/plugins/wpforms-lite/templates/admin/settings/recaptcha-description.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/settings/recaptcha-description.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý,Y\äõs^÷O¥,%ü¦',_binary '\írK\â™<E\ÏWg•EC Fž‰Ü²\é†^–(','',0,'?'),(_binary '¹\Þòm~\ÊGß›È¼\Ðn\éø','wp-content/plugins/revslider/public/assets/svg/notification/ic_more_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_more_24px.svg',0,_binary 'Gû%–Y\ßaþv\"µB÷º',_binary 'Gû%–Y\ßaþv\"µB÷º',_binary '\ë¬;úN§hG<\\u\Ò#§‡P2t@r\ì(hªø]EÁN\0','',0,'?'),(_binary '¹\ç¥l“\Ð;+©S›G¼\Â','wp-includes/blocks/audio/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L@Ø¥m§ž\Ä_ž’°YF',_binary 'eŠ7\ç¾K¿V„Ó§i®d½Æ§³\æ9k\Ûy¾¹','',0,'?'),(_binary '¹\ì;m½]I\Ãñ’_Œt/','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner1.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner1.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ãk•ˆQŒ\ìx .eX',_binary ',\r!,X»#U‡	-¹Z\ï¾\Ô=Ôø\ÞÿûM\Ï-\É0\\¤','',0,'?'),(_binary '¹ñƒðL\Ð\Ñ\ãm\ê£˜','wp-content/plugins/wp-rocket/inc/Engine/Cache/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/ServiceProvider.php',0,_binary '\"´È’ò‰Ux•Ê“A\ß\Ð',_binary '\"´È’ò‰Ux•Ê“A\ß\Ð',_binary '‹‹þ[‘zj´(srpP4•/\Ï\Ìo\ÊúÁ-\ã¤*yÊž','',0,'?'),(_binary '¹ú+??“©L¶Ö,z','wp-content/plugins/insert-headers-and-footers/build/admin-bar.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin-bar.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%ôfü\ÒM\î? ½9Ç¾L^U',_binary '²½ô§œú¾ŸX¤bJ–\æ\'E	ReöVD°ý8ø+','',0,'?'),(_binary '¹ÿ{Z\ÌñV\ä\Çö­$“§','wp-includes/blocks/social-links/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öO (UiT<{E\Î\ê	\Ø',_binary '$n\íl\îuÚ¥Ù¿j\Í\ä\É9‡¡øb“n¢HT:\Ñ5¸','',0,'?'),(_binary 'º\Ú+M\â%üµ]›sD00\Å','wp-includes/blocks/freeform/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/freeform/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!œ”dN¬\çik\Ûl‘œ˜B',_binary 'ðm¢zhñ+\Â Ã½\ç\åLÆœ‚l \Üh\à/‹Ä„\\=','',0,'?'),(_binary 'º°››G2V¤Dšm\ÙL>','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®E™„Ÿ\ÙA\Ô\æ<Y;',_binary '\á´A\ÜLY†¬.ð·\Ë	 ƒ\îqÚ¨H(5mŠ±&_ªG','',0,'?'),(_binary 'º›\ÛW\è\Ím	1\é\Ê\Â\Î1','wp-content/plugins/houzez-theme-functionality/templates/fields-builder/fields-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/fields-builder/fields-form.php',0,_binary 'S[¾cOj\×t\ZV÷:Ž',_binary 'S[¾cOj\×t\ZV÷:Ž',_binary '\Ò=¯Ý•Ÿ\â]?Z˜\ÔWÆ„ôÅ…ôEA…F‹…\Ì','',0,'?'),(_binary 'º!Q„Me^@¿\Øaq;QR','wp-content/plugins/revslider/admin/assets/js/modules/admin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/modules/admin.min.js',0,_binary 'w\Ð\r\ïkO\è\Ð6\Ð<mvf$',_binary 'w\Ð\r\ïkO\è\Ð6\Ð<mvf$',_binary 'wžC¯\\fX\ß8¥Ë‹Ëž®õ§ClŠ±\Ù\ä¯\×\Ã','',0,'?'),(_binary 'º¥þ9õ\Ã\\‚[t\ÏÄ\Z«','wp-content/plugins/revslider/public/assets/svg/image/ic_timer_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_timer_24px.svg',0,_binary '\ÐÁ¶\Ôsk­\ì\Ôö¦+vp™',_binary '\ÐÁ¶\Ôsk­\ì\Ôö¦+vp™',_binary 'o\"%”:t\ÓU\çþ3,µ”u£ºv‘H\nq®\Øc²“8[','',0,'?'),(_binary 'º5RŸ#\Ò\ßM}™þtÀN','wp-content/plugins/elementor/modules/library/documents/section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/documents/section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼i\í\Ùà¹{¹ÿ\ãÏ©ö',_binary '¸5\Ý\í\Ä\æFñ\ä\"Døv\Ôf±™™¶\Æ\Ü_wM´|¹\Öe','',0,'?'),(_binary 'º3\04\ãl\éÉ‹•hC¿','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ”M,\n…=|6Ct\ç\à',_binary 'vª¢g¦H\ïGÓ•\Îz\Ø\Í4üÉqa\É cšGõ\Ë\æ','',0,'?'),(_binary 'ºc	6h\Åj\ì\Ð¹x\r','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfWeekField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfWeekField.php',0,_binary 'tl\0\Ïe°\ï&.d\nfð\Äg',_binary 'tl\0\Ïe°\ï&.d\nfð\Äg',_binary 'ÿ“¦Zf\åò²eº“L‚†\r0K\ÚLÈŠò&´‡','',0,'?'),(_binary 'º\×E\Ù\ár\Æ)\Î\Ôa”H\\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í\Ì)\Î[®k+~Qù\"0º',_binary ' «U\è‹õ\Ã×µ¬\áñ6!Z?h‡+lò\Ç\í\Ó\Â','',0,'?'),(_binary 'º )¹!h$R§Uvx˜Æº\Þ','wp-content/plugins/wordpress-seo/src/integrations/primary-category.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/primary-category.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ó³\é H“À„ Ì\Ô\ÛUs',_binary '}Þš:¯M)c§ðÏ%þNBV¿\Ì\á!u‘…l{','',0,'?'),(_binary 'º \É÷tH’Ž \Õz\ä\n…\ê','wp-content/plugins/houzez-studio/admin/js/i18n/ko.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ko.js',0,_binary 'Qøõ¶[\ä”s\ê\ç>‰º\ÐO',_binary 'Qøõ¶[\ä”s\ê\ç>‰º\ÐO',_binary 'AZó©JnœØ¾ý\04?uH\Û<;‡ e½˜6','',0,'?'),(_binary 'º%\'Âœ\ä\' ‚‹ªK;3','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Deactivator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Deactivator.php',0,_binary 'ók÷ª]g\ÜCûGJÖžÿ*',_binary 'ók÷ª]g\ÜCûGJÖžÿ*',_binary '“\áZ•ñˆ\Õb¹õ1?}\É\ÊfùY­v ¶‡þ}-t±›','',0,'?'),(_binary 'º&­&\Ã\ÚP\\1ñ\åmt','wp-content/themes/houzez/framework/stripe-php/lib/Invoice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Invoice.php',0,_binary '=¸\Å86“ŒI­ýL‰„u\â¥',_binary '=¸\Å86“ŒI­ýL‰„u\â¥',_binary '”JúnZ\ÔI|¼w\Õžë¦·d„oP‚Ü˜\nz›','',0,'?'),(_binary 'º&²:\ê\Ï2Ê¦Q$”}\Êž','wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/Facades/ColumnsBase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/Facades/ColumnsBase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶Ã‚PAF\0r\Ù,',_binary ':‚š ‹½Àù{I#£F\Èð\ßM3\åmXØ¤®L\Êbº:','',0,'?'),(_binary 'º(dwI\0:\r\ÎÀ\×Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•v\ÌòÁ[ý¥A.F3D\ã',_binary '@– Ú“‹V\ÓCñ²+ù\é´<!;@8ŠÀ§9\Ð(ón=»G','',0,'?'),(_binary 'º+2\ÌF¸\á-{Ã„:Œÿ\à\Ñ','wp-content/themes/houzez/framework/stripe-php/lib/FundingInstructions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/FundingInstructions.php',0,_binary 'ƒ¡—ûpþ(\é*e\Ø|\ã',_binary 'ƒ¡—ûpþ(\é*e\Ø|\ã',_binary '+\ëD8B /\Ï6˜ý‡r;M27ñ%»)ó_#y0','',0,'?'),(_binary 'º/À\ã\èsƒ³Šu\Â','wp-content/plugins/revslider/public/assets/svg/image/ic_edit_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_edit_24px.svg',0,_binary '9\Õ05H\×øq^ùÂ€\Zü',_binary '9\Õ05H\×øq^ùÂ€\Zü',_binary 'Œôvu;¦\å›ÿ\Ù\é×O<K¦R\Ê`Ö½\ÉÓ¯›$~','',0,'?'),(_binary 'º3ž,’˜\×cv‹k–’\Ñø','wp-content/plugins/wordfence/views/onboarding/overlay.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/overlay.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ðœ¨´þ\ÙÁºñ\Þ\és\Ã',_binary '\ÔÀa:£Fž¹\âV¢W\Ü5W¡<nôo`úø','',0,'?'),(_binary 'º6ž	\â½\Õ\ÇfX=bªp\Ôò','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»‡4°\Û\ÃöP_\\dƒ÷Rn',_binary 'LTŠC`no_þx¼\Þlù\á¿4™\Û\êSþ+\ÉÿB< ','',0,'?'),(_binary 'º7Ê\ìÀþ…aB»Kz','wp-includes/blocks/button/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êf´\éZ\àT\æj\ãš\reZ',_binary '\Ð\Íi¶1Â–\ìF³»QxiùÝò%f[\Í+\âi/>G','',0,'?'),(_binary 'ºAM(ðcùò {>;','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3I¬\ê1P—Šÿ\àû*<g-k',_binary '\É%Ê·_4E\ê\Ð<\ç‡ú®‹PK>×©WOÜ¾\é³','',0,'?'),(_binary 'ºA™\Èi\ßc`~C9„','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImportInfo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImportInfo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'IP\r)\éF‚:\Òr‚_“\ËP',_binary '€\ï\'H1á¥zEAý\à\ÔsÞ³~92#Ic	Ÿ\ß\è','',0,'?'),(_binary 'ºC’hL=-1BvdSa\Â\à','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-setup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-setup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²†\ë®u11d b’¹£zF',_binary 'þ~g©Ò¸$(3ú©6–iÌ«È­\Ïe&\ÐÀ‘‘Iñ\ï','',0,'?'),(_binary 'ºFú\à?\ÅBú]–óš','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Consumer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Consumer.php',0,_binary '^úý‘ZSX–›™\ìT2ñ',_binary '^úý‘ZSX–›™\ìT2ñ',_binary '^¬\àø=—\î\åNf\Ízš7›»¾ª\ÆX±ÿ\ëŠô%÷D¨u','',0,'?'),(_binary 'ºG¥\Ùwy‚ER’øjß–e','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_bedrooms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_bedrooms.php',0,_binary '\ä€\Ónž@3zy\ãJ \ÍÞ‘',_binary '\ä€\Ónž@3zy\ãJ \ÍÞ‘',_binary 'l¾M>\"M¸r‘DÙ¨\Ïe«\æYT(|p2Ê¹\0–m5•\Ç','',0,'?'),(_binary 'ºI}o\ÑiM%c\'ˆ°\×','wp-content/plugins/wpforms-lite/src/Admin/Loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Vmð—\Z\íZ\"N\\l¼\å',_binary '\ïûB‡\áK™$\ß³i¨óm°b\\þ³Y}O>ÿó','',0,'?'),(_binary 'ºJ\Ð\0Ž6 ¨‡9\åV/\ß','wp-includes/blocks/site-title/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î+VX	¤¸1õ\Êf„k',_binary '¥\Ñ\È1\Ó\î\â(\Øú\\Åµ’\Õó!K´Y\Ô1*\Ñò¿¢1','',0,'?'),(_binary 'ºL)Ššð6\Ëþ\'\ÙÍ•','wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\é_±£øq\É\ÙÀùŽ\Ã*%',_binary '¬¸A|\ÑÆ—…$\\ÀF\Ô2_AFp\ãt\ê®+?ð','',0,'?'),(_binary 'ºQ\Èð;z²Á¡ö','wp-content/plugins/elementor/core/app/modules/onboarding/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/app/modules/onboarding/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö6KDj\Ò\0†\ìÒ»#_',_binary 'j2›8}\Æò{\Ô®\Û,#:2„¾0ò\ÕqÍ\ÊhÐª\Ê	º','',0,'?'),(_binary 'ºRQ(K\évK$\nó*Jþ','wp-content/plugins/houzez-studio/admin/js/i18n/tr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/tr.js',0,_binary '$\×\å§ú–\ÔØ°£?&´',_binary '$\×\å§ú–\ÔØ°£?&´',_binary '‹x0ÿ–œ}Àp4C\0ò«ª¬Ü„P5ó\Ï~‡+ ¢3\Ö	','',0,'?'),(_binary 'ºWM\íŠ\Ë{h©ø\ÚÀ(ž','wp-content/plugins/wordfence/lib/menu_options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U’fMB\åz\à¥=sÁ†®by',_binary '\Ë\Õ\ì²—\ä\æ±\è8þ1»\â©¯\Ø*{”\ï*\ä$','',0,'?'),(_binary 'º]K{\ÌÙ¯¼\æ`\Ø{¿,','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+E\ÒYH\Í\í<YPK=°S',_binary 'Û‹ü&ò:^Áý±G¿\Í\×&BˆŒ„2\ÃPC‡¿~÷¯ò…','',0,'?'),(_binary 'ºa\É@o›ÿ\'¿\Ékb\íþù','wp-includes/js/jquery/jquery-migrate.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery-migrate.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿþ³.-žûø÷ª½\í$\"g',_binary 'r‚Ó½ž\ì\å.I]\éB\ë5þ*ÖŒ\nj\à~¶nú÷¸g','',0,'?'),(_binary 'ºd\ßhFc…¼uºÅ©+l','wp-content/plugins/wpforms-lite/templates/admin/splash/section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/splash/section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\ïö•uFò	ô^\Ð\âr',_binary 'y\Ú\"\ÓD_DUÕºŽVLù8ò\rM:©\Õ\à³','',0,'?'),(_binary 'ºiy\íŸ\ä9´\Õ1a*s3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥™tVLµˆm°m8b-{e',_binary 'W|FUó\á¾hy	\Åô¹¬¯ŽüT\êm\Úý\rö¹\ß\Ï','',0,'?'),(_binary 'ºq\åYQ©›\Ð\Z2Bž¼|\Ñ','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/PromiseInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/PromiseInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷]áŽ”n\Ê$‹\à‚ÿ±Œ',_binary '©ù’­c\Ñ\Ù\ísF\àr$,\Ü\à=z\Øj”&•± ¿GÝ‡W\Ç','',0,'?'),(_binary 'ºw\ÝhIÂ¹>±@vµJ1','wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ\Ø(‡\Ì)Z÷£ôV',_binary 'žµ[gkL‡™‘r ´¯\nI¸1uYGý¬¥#\ìWHº,','',0,'?'),(_binary 'ºx;_úq\íˆ*`<','wp-includes/blocks/group/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'abòóŠÐ–Z\ÚFU€´l\Z',_binary 'b‚S÷¸\Ã\å\á“ ¨\É%¬qR7Áò\ÃF¡ƒ®»Ö»','',0,'?'),(_binary 'º‚…™…€–\æ÷*\Çb‘P§','wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º;Ã o«b\Ðk§x,“Ÿ',_binary '¬M£HJ\Ò†ð±\nIúEtk’‚¸\ßñWºeÁJGV\Í','',0,'?'),(_binary 'ºƒ\ä\Ú\äœf\\X\ÉðÁ}²n\Å','wp-content/plugins/houzez-theme-functionality/elementor/widgets/grids.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/grids.php',0,_binary 'ö/\Ø\Ã-Ä—3w¸Ÿo[øƒ',_binary 'ö/\Ø\Ã-Ä—3w¸Ÿo[øƒ',_binary '\é\äu¶\'\Çd}úÜ˜niý•\Ý^i\ïjaW¤\èUÿD\ï','',0,'?'),(_binary 'º‡;»ø\Ñõô-\Ü_ND\È\Ü','wp-content/plugins/elementor/core/utils/version.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/version.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^£Šˆ\é\ÏozMÎ†|Çˆ\Ì',_binary ':ïš‰\Z\Çu~1CQ†—Á·\"\ã\ZÇ¥‹<ò¤Bð	•','',0,'?'),(_binary 'ºŠi/ŠpEtðµ\n\Ý÷lø','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´ÿr\à\Éš0mb74$',_binary '\ï{hõ¹D¨ôXò^µw¯š®6D‡fc\Ä@Q‘\Õ\rüf','',0,'?'),(_binary 'ºŠ­z°Óª\Ò|›wÁa#ý','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Delete.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Delete.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G}‡ôš†›õðÄ…\äP\n“¹',_binary 'ú<\ÛM¤\Å-­\É§ó£žŠð=úô<¤V‡€Žøx³‹3','',0,'?'),(_binary 'ºŒ„\Û\×@yÅ¤õ“\Ün','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-user-addf75df8db655765af0.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-user-addf75df8db655765af0.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°˜8\\Sš–Ó¾d¸!›þ\ã',_binary 'Ó¾A^±\äÁ\rU\ì¾ø¾\ÃA1.\Ây…;\á§‰\ÛGnrO','',0,'?'),(_binary 'ºŒ–Å¾¿N\ç\\Sú','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Terminal/ReaderService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Terminal/ReaderService.php',0,_binary '\ÇÓ¡\ÞÂ·@\Ç\Ì\Ù\Ê+µLš\ã',_binary '\ÇÓ¡\ÞÂ·@\Ç\Ì\Ù\Ê+µLš\ã',_binary '¦…\å\Ð\Ó5r\éÜªørzöL«ùrg\ß\ÔT\ÐL[.£–','',0,'?'),(_binary 'º\à¥@˜\Ð\ÉÒ¥¶m\â¦','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-‰”©6Œž®,RRÀõ\ï¿',_binary 'K<w\Ç>|x£\ÇY\'B\îÖ‘HVE²i:ñ\ÒZ±{Û¦\Ç','',0,'?'),(_binary 'º\Ûó)Z5-¡‹\Ú\Î','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-time.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-time.svg',0,_binary '‰\â¨\ê9\Ð\å{-þ\à•',_binary '‰\â¨\ê9\Ð\å{-þ\à•',_binary '!1Ö¸\î\Þ~ð>g ˆ\Æ\\€´¢1\Z±y¤©+Ñ¹','',0,'?'),(_binary 'º‘Á#zF¨]\Õ\Ï\Ô ½','wp-content/themes/houzez/template-parts/header/header-2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-2.php',0,_binary '¹C£a}\Ú¨\nS\Þr \Ì',_binary '¹C£a}\Ú¨\nS\Þr \Ì',_binary 'DKz]³¾ø\Ö<VC ô4\ÑÎ†T\àX\Õ\r\æ\Òü·\×T¨yý','',0,'?'),(_binary 'º’\Ï\ë2ÿ\Ê?!\àu\ØÜ†\"','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÏIÍƒ\èCƒ\'a@\Èz‚ª',_binary '\áOD=\ÜÏ¾Cøh\ë³¼¨Yð!@\á\'fP%\"&','',0,'?'),(_binary 'º“g&x‡3º©ðwZ>Ì¡þ','wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect/wpforms-multiselect-checkboxes.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect/wpforms-multiselect-checkboxes.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ìv‹%[Ÿ!\Å@¢\Ôð…:Fž',_binary '\Þc˜&^ýU\ê_\é/›^-³ \Ã.øÒ›\çXë‡@\É^','',0,'?'),(_binary 'º“­«\Ýk¢;Û¬\\…ù\\~\Ù','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Mailchimp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Mailchimp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿQ\ÙÛ¡šút J·òn\èF',_binary '\\’[\Z>ž¿šk\Ö\á\rjYv±4„iM\á:\ÒT™','',0,'?'),(_binary 'º›üª»S:’\ÊG\èj¼\Ã\Â','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PhoneNumber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PhoneNumber.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï †8\ß ÿ”¾,\åN}º',_binary '—{Toá­’\Ô¢%‘l\nHy4“‹rþ\êVtL¥a·ñ\'Ÿ','',0,'?'),(_binary 'º¢\Ô3\nn\"«,0—u.˜\Õ+','wp-content/plugins/houzez-login-register/social/google/io/Google_HttpRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/io/Google_HttpRequest.php',0,_binary 'ò,v-!ý|“\Ô\Ö7°A',_binary 'ò,v-!ý|“\Ô\Ö7°A',_binary '«Xõjø¼n\ÈÊ¢P¼4MK~\æC˜p,¥¬{µ³ò½\Ç','',0,'?'),(_binary 'º¤)ºÐ«¯\è\è\Ð\ÎNT¢','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á1¿|\Ð\Åj«\ÃyB\rû',_binary '(J­;y¶9\Ù&ÉÀ‹Ä¼s5­f~¼\Ú~rC,\Ú[<','',0,'?'),(_binary 'º©\Â\ã^[X’\æŽi³	\í','wp-admin/themes.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/themes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xŠû\Æ\×\è«y\ä\nW{S¥¬š',_binary '‰mZI\ë\Âc¾\Ðx,<s/ˆJ\"¨|\í\r6¸\á¤\Þa¿#','',0,'?'),(_binary 'º­:\æÀX©¼@\0{*\ÅÖ¯¦','wp-admin/includes/class-language-pack-upgrader-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-language-pack-upgrader-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô€‘\Ï\åaN\â~ñ¤©ø°',_binary 'sV\Ð+\ÞÀL¥¾¯\Ç\×[-<\Z\çM™¡Ï’³Í–2„','',0,'?'),(_binary 'º¯]£p\Ìú\0ûKqû\ä‹','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pin.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pin.svg',0,_binary 'Z\Ó\Ç\×QCJ‚¾:8µý¸',_binary 'Z\Ó\Ç\×QCJ‚¾:8µý¸',_binary '-I§)™6?uY‘=\Õ÷[o‘þSº§ÿ®„¬D›z','',0,'?'),(_binary 'º¸.R\áþF4	ójy°n','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'Xw\Ç\Å<hJL˜Ú',_binary 'ð­Lr\0º\àõ¡¤˜†QûTT™d¸‰m\ïorÆƒ\ë4Qj','',0,'?'),(_binary 'º»,œ¤¹c™¬RzW\Ï9','wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±¡¯”’½\Z&s\nñ\Å',_binary '\ë·\ã\åÕ­«\éIþb[\ßGY\×\Ð0Ì¢X\ËvŽ¸k\ÆMŽ','',0,'?'),(_binary 'º¼4T¸(\â\\9\'Œ\ä3±)','wp-admin/css/customize-widgets-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-widgets-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+ý\ç“F³+N—\Üq.V[—',_binary 'a“¸”E-n°Ae\à=R=:.CC\\\ät¦š°Z*¬\Ô\ë','',0,'?'),(_binary 'ºÅ†»+¨¶(_K\ãxa¨','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDateRange.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDateRange.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ\nÝ¼Œ±òùGÁ‘\Ú',_binary '\ïyÁ_ö8p\Þ5cÚh.)\Ù\ÃVzý½Fýtþ^y[','',0,'?'),(_binary 'º\È\Ê?¼JJÞƒ%\ç®_D9','wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýx‰~o/&\Û\ËÆ¤sQ:ý',_binary '¯Jpˆc‰7\Ò\âÙ°r²\×CN<Í©eö\â	\í/‡\ÑC','',0,'?'),(_binary 'º\Ík{š\ä&òó»x\n¶ø','wp-includes/class-wp-error.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-error.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"*JV+œQI5»%’',_binary 'ÿ¨Kk4$‰j\ê1\Ä\nUy¦+ô}^ƒ\Ædö4a\ÑdF','',0,'?'),(_binary 'º\ÏC\Ê?\î-I\Í(<$³\î','wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†i¬­\Ý\×5¿\Ý\Öþ\\|',_binary 'aõF’½\Ú\âzšo§T§\ê*€gó©¿ž Ä¬Ö\Ú5a\Ê','',0,'?'),(_binary 'º\ÒK>CWŠv\r{½™üÖ¦','wp-content/plugins/wp-rocket/inc/classes/admin/class-logs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/admin/class-logs.php',0,_binary 'r\Õu )Q+<µ\å\ìö\Øt\Ð',_binary 'r\Õu )Q+<µ\å\ìö\Øt\Ð',_binary 'Y\æÙ“‹öC4Ê­¬5\Ò\èA\Ì\Ú\Í]ôx\æ\î•\Õ\éuQß»y','',0,'?'),(_binary 'ºÒ„´0`/Ô¥œiˆ(\ÃC*','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x-÷\å(~\àõÍ™+÷ô\Ì`',_binary '÷°\×z[\Ú‹r‹W¥¬\ÚÇ©M\Õ\æ£é‡“L8K\å¿=ø','',0,'?'),(_binary 'ºÖ™´d.‡&\ÆóºŠÐ£\Ä*','wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ¬Q<\Ñ<û¶Zr›Š\Ý|',_binary 'Á–w\é\âûó}\Ú%²Qf.÷2\Ëj²¯ùD\Ê{EGj','',0,'?'),(_binary 'º\×™Œ|[ªŸýf','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ï¬mM\Ã\ëò\Çð\äŸtÑ¼\ÔJ',_binary 'fðþ\é‚.ý%õ*ÆšWn\ÝC\ãóòs\ìSiþ','',0,'?'),(_binary 'º\ß$\á„o“¬1\ÖT³2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›	›\Âd*W·\Ë‚ÿ\Ã1g›',_binary '\Ç+q\Ò~;f€E_\Î#\Ñ]I·V\\ðk?l¶•\ËÃÏž\é','',0,'?'),(_binary 'º\çª÷eµ©`KM[d','wp-content/themes/houzez/woocommerce/loop/pagination.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/pagination.php',0,_binary 'd \Ø\äùð¥\äW\×\ì\Ò1ý\à',_binary 'd \Ø\äùð¥\äW\×\ì\Ò1ý\à',_binary 'd\ë’zŠVfù™‰òQ‡œf‚9\Äp»D\ãG\Îm\ãöþ','',0,'?'),(_binary 'º\èšpüN+cŒ\r\Çwbô/','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/wardrobecapsule.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/wardrobecapsule.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž¥€(¶eFÂ„_*³Ê–C#',_binary 'Ä—^»ù¹zÕ¥\ï‘&ö\Zÿ£¾\ÉaˆB m­]s5j','',0,'?'),(_binary 'º\é\Ñ\Û.ûk„m!_\Ã2W','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/NotificationsRepository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/NotificationsRepository.php',0,_binary '\Ûsr\rp<¨0€©',_binary '\Ûsr\rp<¨0€©',_binary '¿GD}0x¾\Ó\Ý\0›\Þ\ï8v6®²õ”)&m\ÞYºõöqËŽ','',0,'?'),(_binary 'º\ê\ì—\\“\Ô\Í\Ä\ÕX\Ð\É\Öò¥','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-base.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-base.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\×\ê#BÆ½¥\Ýôp\ây¨',_binary 'ºX`9lu=ø+\n!Sh„¢”ÚŽÑ¨÷ª6e°$ 3','',0,'?'),(_binary 'º\í\ÌA0fŽýf`\Â KÇ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n+Z/_¬\Zxu\æv',_binary '¢\Èu‘úü;IV—•a[¯~ãµ­þTZ\\^\àyJ¬j','',0,'?'),(_binary 'º\î\Ç±Œ‘±\ì\ÔI\íå¡','wp-content/plugins/revslider/public/assets/svg/content/ic_select_all_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_select_all_24px.svg',0,_binary '¡\í#ñ¤Ÿ\Ý\á¿#˜º\ß',_binary '¡\í#ñ¤Ÿ\Ý\á¿#˜º\ß',_binary '|n‚è†\ác\åŠý*Ž–¼C\ï\Â\çmg\0ù','',0,'?'),(_binary 'ºð¥\ZmˆA\×L‘³fœ\â\æ','wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/Beacon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/Beacon.php',0,_binary 'h¼\äó\á\ëÕƒ\Û»d¿‘\Â',_binary 'h¼\äó\á\ëÕƒ\Û»d¿‘\Â',_binary '¶ü›uE±Œ½«e	U¶±[`¨F¾M/ú\Ð/z‚\á','',0,'?'),(_binary 'ºûù‰VFN	Ø€#{¶','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2†@ot\0~„·r…8\Í',_binary 'i6\Óaj\Ñ~v³<ªb@\Ø]‡\rSt²ƒ\è¿°\è ','',0,'?'),(_binary '»\0²\×%3[$x\0\è\â.°Ž(','wp-admin/images/marker.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/marker.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3\Ü*O2/\Ô3I2œý\è',_binary '~T¼@\\Ž€vUI<\çpK\È\×\Ä\×a`Tº@c\ã\Þcaü','',0,'?'),(_binary '»\Ý1¨‘¾\×mšõk\\¼À','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_left_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_left_24px.svg',0,_binary '§CÂ²q”+¸|©\Ö.·v¢',_binary '§CÂ²q”+¸|©\Ö.·v¢',_binary '\\]h¯\Ñ;_s…Uht:\r\Û05ŽAUgýºÎ»zh¡1','',0,'?'),(_binary '»\Úòø‰S£×®è´¢','wp-content/plugins/elementor/modules/web-cli/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/web-cli/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢)C„@Iœª©uzA',_binary '\'Ì¾\èÁ	–Ü…\Õ2\ß·gp-­©3þÙŠ\Æ%`¤ ¦x','',0,'?'),(_binary '»\Ò\É4þ™õ‰ù=Ž¸','wp-content/plugins/wordfence/images/icons/ajaxScan.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/ajaxScan.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘Ê–´Ñ´­÷~fúúžiÁ',_binary 'ß©0¼Ôò£\ÕÑ¦®Æ»H\n‰•Ž‹ÀÂ¡;\Â','',0,'?'),(_binary '»	\æ\ã\ãEm[¥¬³\Ç\Øl\Å<','wp-includes/js/tinymce/plugins/image/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/image/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-”úZC\élÂ­}\ÄèŽ\ê',_binary 'y\ç\éT\í\ÔNz+¨ª\ã†­âƒ†õ\'\Ãó«ü%Y\Ê','',0,'?'),(_binary '»\ná›5Á¤ &>À@','wp-content/plugins/wpforms-lite/src/Admin/AdminBarMenu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/AdminBarMenu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}„\ÎDÀ\ïpp³\ÚzMuŒ',_binary '¡¼«hCû\ã2’É›¦\0™¹J\'dÖ‘Oay¹\Æa‰õ\èƒ','',0,'?'),(_binary '»žr+k_È”~¦(5­','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDimension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDimension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']*„_W{u&\\šU}\ÈR',_binary '\Ñð89ÃB·n¨’ã³²±µ5¦þ|\ßË¤\È\×)\Õ-Š\ã','',0,'?'),(_binary '»\r²3L\ÆHBX\äò\Ó#‹žf','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsReports.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsReports.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó%\á\ÝJ\Æ7!¯÷ø±*',_binary '|\"º`\î\Å\Ò¨X=*cwG\0\ÑUÐšü+¶\Ô\Ç\Ür\n°\n','',0,'?'),(_binary '»%(7\Ès&Ü»\Äû','wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†C÷jò6@O\ÇÎó',_binary '\'\×4[\á\È`Ï?Ë“¸‡Ü–·Sž\Zú\npÕª˜\ï\Ò[mõ','',0,'?'),(_binary '»9¨°ŸofU4AºtZ\Ç','wp-content/plugins/one-click-demo-import/assets/demo-content/shop-page.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/shop-page.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ41S\Ø}ú8¼cºûh\æ',_binary 'ö6Ncˆ.\ÕÏ·õV”‚(F^<ø:©)÷2Z\ÄV','',0,'?'),(_binary '»3Œ$.\Çi6c\Äñ\ê','wp-content/themes/houzez/framework/options/general.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/general.php',0,_binary '^‘þAiYž€ž‡\à`\îq',_binary '^‘þAiYž€ž‡\à`\îq',_binary '.õW?2&²K\n\ç*i§®\ÜyYq¯µ\"\åuŽ\Ïq³z»K','',0,'?'),(_binary '»\Zsˆ—‡·\æ‡\ØT\à¥','wp-content/themes/twentytwentytwo/templates/home.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/home.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Zm¯I\Z:>›\Ó\'b\ä\Ë(',_binary '8\Ã!S\Í|\íw\Ú\èrD|Û½“\ÇÄ†/R\Ì|yV','',0,'?'),(_binary '»:ñ\È%»$4\ç_˜\é\ÌC','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í‚3•þG­\'ñ\Û0‡i',_binary 'ÿ7#d•Ê¯V4\ß\ÏdUˆ\ãGÆ§KŠDg\ãG\Þc·','',0,'?'),(_binary '»¾˜\ì\íLðû\Z¼\Å','wp-includes/blocks/query-pagination/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð.¿Œ+»\ÌþZ\\b^ù',_binary 'a\â:”]õR±¤\å™3ü°?-ö\åowÜ©,Æ®c¦ur','',0,'?'),(_binary '»1\ë3š\ä ­E	˜¹À\î\â','wp-content/plugins/elementor/core/common/app.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/app.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë.f\ÆÝµ.D:÷Ç”F/ý',_binary 'L\å®_û\ä<…8©\Òh‡§\ÑŒuS\ÛÍŒw·\ì%\Öü','',0,'?'),(_binary '»6ø³i¿\×Z(‡qa','wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’B€±ôx\n\ß-%@‘Ø…',_binary 'Ò¦t\Ï*At\Âfò\ík‰$hRˆ?ù2\Ê#qYûü\Ü','',0,'?'),(_binary '»9µ\ÐVs¸`{<\Ôoø','wp-content/plugins/houzez-login-register/social/google/contrib/Google_FreebaseService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_FreebaseService.php',0,_binary '\ëS€Y¢\í\ÑÁn\\[3û¢!',_binary '\ëS€Y¢\í\ÑÁn\\[3û¢!',_binary '*‚^	»sj\ØB–Œ+WO§fÙ—\'yŽ›\ÖQiWˆ','',0,'?'),(_binary '»<\È\Ä*Þª|þ¯(`','wp-content/plugins/wp-rocket/inc/Engine/Common/Database/TableInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Database/TableInterface.php',0,_binary '\Ã\ÞÊº 5š\rÖ¶Û“+‡',_binary '\Ã\ÞÊº 5š\rÖ¶Û“+‡',_binary 'óMü§ö¢/&žþ\ï\á\Å]9©\Ôu“T;b‚\Âð$','',0,'?'),(_binary '»=­\ÕV­ü´r™=\ÆXÈž','wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v\Ä\\_ûß«\È\Zp\åX1\Ì',_binary 'KšiÀñ/\ébœÓ– Œ#\Ó\â\íIJ™ú·+jd4—Þ£','',0,'?'),(_binary '»E\È\â\'\Æ\Ùÿdª‹}O+','wp-content/plugins/google-site-kit/includes/Core/Admin/Pointer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Pointer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Rq¯¢[eº\Z\ë\Ì\ëÀù',_binary ':\Öb°£\'\ÓÁ\Ék¢ˆ¶µû\æ©\Ë\×\Ü|Œš\È\å€','',0,'?'),(_binary '»F€²kZ‰¶ÀM/fg¬','wp-content/themes/houzez/template-parts/listing/partials/item-date.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-date.php',0,_binary '@N)5‘`\×\Ò\r÷.{',_binary '@N)5‘`\×\Ò\r÷.{',_binary '\ä¸:[9\ÑúŠ™pË½\ç…ò\Êyòy\åª\Æ\ÙO{7','',0,'?'),(_binary '»L$Mû(…\ÈaŸGÀÆµ','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Rules.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Rules.php',0,_binary '\\½*_\Îód3AUS´\Ú÷µ6',_binary '\\½*_\Îód3AUS´\Ú÷µ6',_binary 'Kiÿ[µZ_Õ¯£üAjßŒ\Åu1§CsT; )À','',0,'?'),(_binary '»XW›üE\×~7\Ø\ï˜yš¡x','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-cycle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-cycle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2—VLcU‡‹d»¾8 À',_binary 'A–\Æõ\í›\ßTq+=„µ›¥/\Øÿ#¤\í\r\Øšh\Õ+ù','',0,'?'),(_binary '»Y¡b™³Ñ‡„‚˜\É%\Û','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php',0,_binary '\Ý&\rT’ü\åÜ§A7\ÔW\Í',_binary '\Ý&\rT’ü\åÜ§A7\ÔW\Í',_binary 'ñ6Œ;›*ƒ\ß\Ãg|²—nÜ	*\Îý\ÏW½\'){\êL¬œ','',0,'?'),(_binary '»]\îD[¡(§ý\ì­ƒ=','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$x\ß\â\n?\Ó\âýý\Ù!û÷m',_binary '¡»ViU\ê\éR\é E¯\ÎÍ„+¦Ê¥\"	ÔˆOFrbw','',0,'?'),(_binary '»_)BIR\âXo0Öµl\è','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V\Ù=KV™v²\î\Ò~\ÒËˆ8',_binary '&‚þB½DQP\ÔC\âön‚Á^\Ã\Øu½\Ï\Âv\Ý&\Õ\á\Ê','',0,'?'),(_binary '»bT•\ÞN\àº×‚y#','wp-content/plugins/elementor/assets/js/46e544e5863270fc32f2.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/46e544e5863270fc32f2.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç?¼\'¿u“~³‚\ÍB¨',_binary '£JYº\á \â¡\\P~¹­µh§q-RVgü\Äí‡ŽÀI™\\\Å','',0,'?'),(_binary '»fdÎŽÅ„û\ê\Ä\ÛÕ¼-¾›','wp-content/themes/houzez/framework/stripe-php/lib/BankAccount.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/BankAccount.php',0,_binary 'È¯nncó\n]\Ì\Ì\Z³',_binary 'È¯nncó\n]\Ì\Ì\Z³',_binary '8@\Û`òÖ¯8\æh›Û½˜kP“{½\Ì`½†\Õ\å\è','',0,'?'),(_binary '»i\â?\Ýo\ßl\"\Ýõnr\Æ\Û','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/ReCaptcha.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/ReCaptcha.php',0,_binary 'üš²\È?Z$\Z\ê\Éÿ7™…ô',_binary 'üš²\È?Z$\Z\ê\Éÿ7™…ô',_binary '*ÆƒpL\0x4‡¼v((v\éŸ&¢™²}R\Ð\îò\ÄU','',0,'?'),(_binary '»j~ñ1l´ —\'²Xc½','wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/popup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/popup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»?BgVUn\Äx<+Ç„J',_binary 'E¼œ7\ëøV±Çœª˜šnrÒ¨7«\Ît\0|•l\Ü\"…Á\Î7','',0,'?'),(_binary '»pµ;{Í§\å9Ÿ¶\Úsu5','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Rules.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Rules.php',0,_binary '¬vú]JŠ€`™Fü¼1¹\Ð',_binary '¬vú]JŠ€`™Fü¼1¹\Ð',_binary 'z¸@(Œ\ÌQ§\çˆèˆ›\ÝYI\Ðþ\ç\Ò\ÌF\Ùÿ`\ÇK','',0,'?'),(_binary '»u£pñ\Ç‹Œ²\nŠ','wp-content/plugins/elementor/phpcs.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/phpcs.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!\å\Ë{A\ÝhXø™•‹Gˆÿ',_binary '\Æä§„³®\Ïz®\0Š»Ü´[vþš\\zýq…Zo>Ï±€D','',0,'?'),(_binary '»y–y[\ÂzŽ¶A¤‡òfF','wp-content/themes/houzez/framework/stripe-php/lib/Exception/IdempotencyException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/IdempotencyException.php',0,_binary '\ÆÏz\äf€÷MôÝ£U\ß\Ö',_binary '\ÆÏz\äf€÷MôÝ£U\ß\Ö',_binary '	„™û*ð\Æx\àk\ß:\Óxò\Z\Ý\æv5¤o’7i\Ú','',0,'?'),(_binary '»ƒV*&\n>\ZDÛ‚»r ','wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers/Payment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers/Payment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Àü¡Ï«ô¬Tq/k\Ú-\êqŸ',_binary '\ã\ï+N}òl^\ÌB\Ôcˆ.ƒ]g\0,o_kà F\ÜÎ‚O','',0,'?'),(_binary '»„4\ésœo“(H¿\Ôh´d\Ö','wp-includes/fonts/class-wp-font-utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/class-wp-font-utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\Ü#ø¬\Â,¯cª%5V\Ãû',_binary 'ú8\Íe‹ŠoŠ¢žF£‰Nb®\'Ñô<ž»D','',0,'?'),(_binary '»Œ<­cT2\'NS\É\Z','wp-content/plugins/revslider/public/assets/svg/action/ic_view_stream_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_stream_24px.svg',0,_binary 'šJVq\Ê÷[I\êò\åCj\á',_binary 'šJVq\Ê÷[I\êò\åCj\á',_binary 'ž@\á—/\Z:\Þj”z:ò\'yÿ\Æ\Þ>\Êy\ä¹¶zQ\n','',0,'?'),(_binary '»—\ZøyÁs\Ð\Í\éJÓ€\Ê','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/UsageRecord.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/UsageRecord.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@\rFöx&	”Â¯y\Ûlzf',_binary 'v¹ \Çq.{¦3¥Ñ‘\ãg\Âl\êÎ¨]x0õ$ˆŽ S˜','',0,'?'),(_binary '»™\×y¿@i÷ˆ\Þß¼uj”Q','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php',0,_binary '$KŸ›øôª÷w&´ö·÷\È',_binary '$KŸ›øôª÷w&´ö·÷\È',_binary '‰j¤k\ÈbgH#\î\0•·‹uf#Gý/Ù‘]^\Ö	','',0,'?'),(_binary '»šcdx\âPJQ˜™‰ß·h2','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õ\ç)\ì\ÜVŽ;“õ{ ',_binary 'Ø±\ÛJTP’°¿¨{øP\ë\ËQ<\èg[+e\Âþ\âô\Øu%\Í\ß','',0,'?'),(_binary '»š“\ãtq€’¾WL','wp-includes/Requests/src/Auth.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Auth.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒbX¬QzÜ´O\ìHÿ\ÔÁ',_binary '\ë\É*7\Ñû\äÛ˜7SN®¬\Ø^s—‡ƒ\Ãsf\Ùû¹','',0,'?'),(_binary '»œÊ¯/ù[uI)é½‹','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/class-redux-select-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/class-redux-select-image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­©±ò\êjð½ÔŒ£0«\è',_binary '\r\Ã\ål¡/ŒÀ)\Î4Ø‡—\Ñ\îl%Pšž1—Žþ\'\Ì','',0,'?'),(_binary '»¸Q›…g\ë 2\âr\\“˜ýÀ','wp-content/plugins/houzez-login-register/social/twitteroauth/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/autoload.php',0,_binary '2N8$ùí¿™M¨\Îó,',_binary '2N8$ùí¿™M¨\Îó,',_binary '\n»ó˜`_\Ìù\Z™)\Ê- ©U%Å–G^ª=¯’','',0,'?'),(_binary '»»­Oø\×\ï[\"\á<Cø\ÊF','wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes/DefaultThemes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes/DefaultThemes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ=±6DVý\ÙÝ©;Ÿ\Ï',_binary 'f¨öbJ\Ùõ¶¡µ\ãbf¬,@·cr_8_ÿ:g†Á\Â$…','',0,'?'),(_binary '»À`\íoœoJS8ÀÄ¯»\ä','wp-content/themes/houzez/js/vendors/bootstrap.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.bundle.min.js',0,_binary '\ÒðNu½z±§€\Í\Ô\Ã0…',_binary '\ÒðNu½z±§€\Í\Ô\Ã0…',_binary 'hw\ØP¬\ÝF\ç\î«\Ñ6•e:U\0´u\îûI¯\ã£Øž#','',0,'?'),(_binary '»\Ê6\Ë\Zø#iW?Týò\å=\Â','wp-content/plugins/revslider/uninstall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/uninstall.php',0,_binary '?°î…¾IŠ7ÿ\Ñ3ml\Ñ\ÍZ',_binary '?°î…¾IŠ7ÿ\Ñ3ml\Ñ\ÍZ',_binary '¶x\Ì!	x!\ÔÀ±#\Ü]O\àóý\à`l\'µ\Ï\"þ‹þ²\Ür\Ä','',0,'?'),(_binary '»\Ê{ü]\\Öµ­	ô\èdó»\Ú','wp-admin/css/forms-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/forms-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.t¶\Z§t1Žß·EA­',_binary '\í:V:|9”£ñ‹g4®5/V÷¸º\ï\ÞÖª\Ü	‘®','',0,'?'),(_binary '»Ë“:·m¢Ç¦\×Å¦v ','wp-content/plugins/elementor/data/v2/base/endpoint.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/endpoint.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊŽpNjGVa\ÏÙ¢»\Ôñ|',_binary '“w\Ï	†t( \"«±˜—€®\à$\í†t›´\Þ¬\\\æ#]@y','',0,'?'),(_binary '»\Ó&M“KªÁ\Û\'°+\Ç','wp-content/plugins/wordpress-seo/css/dist/score_icon-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/score_icon-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œüwwVšª\í\á8£‡\à\Çü',_binary '½w\'û•60ùÁL\Ã&À[äŽ\r:a…\ÝþÔ±„\æ\Åk','',0,'?'),(_binary '»\ÙvŸ\Ø#»¥x\Ý\Ò\çƒü\Ý','wp-content/plugins/revslider/public/assets/svg/action/ic_turned_in_not_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_turned_in_not_24px.svg',0,_binary '\ìB#ªR¢%B·\é\Óa§š',_binary '\ìB#ªR¢%B·\é\Óa§š',_binary '&D\rD‹b„^\ÔK\n¹ºZ{0\éB`0\Å\0\é#»¬š…','',0,'?'),(_binary '»Û¿ƒ½nû•Ÿ\ê$¸ó','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/platinum_rings.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/platinum_rings.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',D\Ëz™\Åù\Ü\Î\æa	)\ã',_binary '$÷~}œ\ÎsÌµ±\È\Ï	§\"\Öõ6g\n\âH;ù\Çm','',0,'?'),(_binary '»\è\ìA´ËR\'–½','wp-content/plugins/one-click-demo-import/views/create-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/views/create-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' © \á˜\0tÌ¹a¹‡ñ¥',_binary '1X+/\\ý7‹iO\Å\Ôc©\ÞH”€\ØJgû\ïÄ–>a%','',0,'?'),(_binary '»\ì\nøfQ8Wm \æ¡=ÿR','wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X)\î/½Hp±XXæ‘#¡',_binary '4\Ù’º.ˆ„9›L¿`€r.+.\è\0fžã±˜¬','',0,'?'),(_binary '»\ìfÕ°é„ªžcÓ·\Ün-','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-megaphone.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-megaphone.svg',0,_binary '#\ëñ\à¤#È‹˜Äª\Õ`\è­_',_binary '#\ëñ\à¤#È‹˜Äª\Õ`\è­_',_binary 'b\Â1\"ôóºv\Ê}‚…t3#º;ø\Õ\Åt¨\Êw½\Õg©','',0,'?'),(_binary '»\ìX\î\ÖC¯I\æ%ô?Ë','wp-includes/fonts/class-wp-font-face-resolver.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/class-wp-font-face-resolver.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\áGy·ø‹}\à[',_binary '¦\ìšh\Ýj`\ÒO\ZP\ÞúZ7Ê©P3!\Úg›µn\éO\Æ','',0,'?'),(_binary '»ö‘¢ô@\í’\Zx]4C÷™','wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z\04Â¿\ë\ÌôŽµ÷JÁ',_binary '|UÈ£W’bÒ§¨\ÌÓž\Ï^—\'/8Ò§(\Æ9˜0a8O>où','',0,'?'),(_binary '»üT\Íp0\Ã]oµb†±\Ë[','wp-includes/blocks/post-comments-form/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1{â±„ñk\é«_¨\ßBv(²',_binary 'k\Æ\èó¤œð-\n !²5Á<˜s„+\ÆLTy3“wšý','',0,'?'),(_binary '¼\0\ÊôD˜\ãY±\ßX^\í\Ç\îz','wp-content/plugins/wpforms-lite/assets/css/admin-integrations.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-integrations.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îgüwª\Øý”M\âóö¶÷\Ê',_binary 'ó!\Öpƒ6‚D÷m›1)\\\È‚jAW¹\Ò\é\Ü2´\äMsŽ','',0,'?'),(_binary '¼ö05,\à9PzÊ¬|b','wp-includes/js/dist/interactivity-router.min.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/interactivity-router.min.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯3±.ðEý+\æ*2›j',_binary '\×$ŠF!l&\Å*8®#W¸¾Br\ãCû$¸D`K\r†{','',0,'?'),(_binary '¼÷\Zi^b\'\á\ØóŒÿ','wp-content/themes/sinatra/inc/customizer/controls/design-options/class-sinatra-customizer-control-design-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/design-options/class-sinatra-customizer-control-design-options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó\ÜHX\Ün\íL}™hC\"ªw',_binary '\'g‹ s\æa{¤\ã\ä\à¼^¡%ò»­¬P8“ ²‹\ØLD','',0,'?'),(_binary '¼túM2\ëü…·6t‰ð\Î','wp-content/plugins/houzez-studio/admin/js/i18n/af.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/af.js',0,_binary '®+‹\êþžûöj5\ÅS\Ð@û¤',_binary '®+‹\êþžûöj5\ÅS\Ð@û¤',_binary '°­\áq9´ ’bHy¥ôq†\\\Ö\Ñö|»\à˜ó”®I\Ð1\è','',0,'?'),(_binary '¼®Œ\Ö]\Æ;Ž|ªbú','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/TaxServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/TaxServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬6\Ð}ŠX\Ó\æ8\ÞaH\æ\Õ^\ß',_binary '¼UJ\ç“\r\ê;¤¿Ÿk#¶\Õ4\ìwˆ\Ûú\È\È(Ž–°›','',0,'?'),(_binary '¼¸ða›s\ÎS\Â=‘Ä…','wp-content/themes/houzez/framework/stripe-php/lib/Service/MandateService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/MandateService.php',0,_binary '¥^\çÃ³#¸k!ô§9#µ\ç',_binary '¥^\çÃ³#¸k!ô§9#µ\ç',_binary '×¦`y‹“±\Ì\Òô\Ô3\\r\ÐN=\àûðxWŽ{»‡\ï‹5x','',0,'?'),(_binary '¼¬ð\à\Ä\Í\ï\"¦R\ÑÅœ','wp-includes/images/crystal/text.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/text.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì Ñ²ªü#¾dÿ%\ã[µ',_binary 'n1ô\Â0µ\é©<;ý\n”\ÍIp¢ö~\Üf™\Åâ ¸\Ï\Çz','',0,'?'),(_binary '¼\í\ïÍ¥õ*›Y@Iz','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentIntentService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentIntentService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øº7\Ètxý£´-\"\ä³N\Ê',_binary 'X ‡Fb¸7ü\åîµƒÊ¡\'†„5‘«uló+ŒV','',0,'?'),(_binary '¼&`Lg{f\Ýñ=@','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_car_wash_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_car_wash_24px.svg',0,_binary '\è\ÏVE$»}F-?Xu„\ã',_binary '\è\ÏVE$»}F-?Xu„\ã',_binary '³ò\îvQP˜ÁHQ#_ú­)¢\Ó\Å\ã[þ„E©\ìô™‘','',0,'?'),(_binary '¼&r~Ÿ6¼’×°\ß@cu','wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž&Y\Ô\ë`\êüµWÅª\Å',_binary '¡51\r©*Ÿ6i«$^|P\äM\ÕÝšg^‹\Ã\Órz\î\Ðó\ç\Ü','',0,'?'),(_binary '¼)	ñ>\ÏÎ‡ž\02l.©‘','wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Google_Proxy_Code_Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Google_Proxy_Code_Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Di×†.³\ãAýBö\êuU',_binary 'C%l\ä?d&l\ÆÀõC£_ /ò¢\í‹tHŠ‹Q\0Cs','',0,'?'),(_binary '¼.0m<Y\Ì\Ãd¥2Àzpž','wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°¦–ý’mb\é\Í,P­',_binary '¤`MÁ!n„\Î\Æ\Ãyº\Ú\ïH•\r)ý_®~I£T6k','',0,'?'),(_binary '¼3¯¹C\ç\nò\Ï\'”\'\é°','wp-content/plugins/revslider/public/assets/svg/hardware/ic_videogame_asset_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_videogame_asset_24px.svg',0,_binary 'º?%‚\0&›ÇªF•s \Í',_binary 'º?%‚\0&›ÇªF•s \Í',_binary '\Ör\ßJõe/d\Þ\ì¸;.Z’š8.Ìˆ\Ò1¶*\ÍLB','',0,'?'),(_binary '¼6»\r“»öŠ¿\î\à\n³]\à','wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â3\Ò\Þx\ìzö°±\r÷X',_binary '‡Œ\Ð*žÄ¦k-øG(a\Z«À\ÆtwÞŒò\ß.\Ô\Ä¦ø','',0,'?'),(_binary '¼7 ÀR\é¨\êêº¢V\äT\Ë','wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J¼ú\nœŸ©\Õµ¤˜\Ê\Ã',_binary 'ö\ÊkÖ¶<P‡*†›ˆ+uøDœ²\í\é>²¿´\ìù%\Ò','',0,'?'),(_binary '¼;ýÙœ2ªnC=Ù±%)','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/ChargeRefunded.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/ChargeRefunded.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\Ó0gbK\Ê=Û \È\"\Ò',_binary '\ßÀ‡’ø¤\Z\Ç%wÄ¼“˜G®¡LˆG\Ë[~¢÷Ÿù¾','',0,'?'),(_binary '¼<_(‚£ü\×=¨^r\Ø','wp-content/plugins/updraftplus/images/addons-images/azure.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/azure.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö\èótY\Å×§e{S§D',_binary '•1vo¶f8©M¤RX«>ñ\Þ+*}\Ë	„+ï ²ÿrý­','',0,'?'),(_binary '¼AH‡µ¢AcO#Œ\å=\0\â','wp-content/plugins/google-site-kit/includes/Core/Storage/User_Aware_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/User_Aware_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#™±\ë°W°n\Õ`\×pi[e',_binary '\Ý\ì#÷¨\áŽ[\Ûÿ±(#sy5[¥\Ñy\Ñ‘\ÍDdZb\Z','',0,'?'),(_binary '¼ILB\ÆüÐg¶ˆ©Fˆ','wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php',0,_binary 'œœ\Ï\É\È<X>¢“C“Ÿ–\ë',_binary 'œœ\Ï\É\È<X>¢“C“Ÿ–\ë',_binary 'šT7\Þ}P¤\è«Þs„kzÝ„W®\"bùHw\0…´ùr','',0,'?'),(_binary '¼M4]¶›&“ó\Øò‚&C¸	','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Capability.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Capability.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vÁ\æˆL¥Z3\âË=ø\Þ',_binary '¶»\î#!-\Ì\ÃCNcüõ`\Êq\ØlA’-\Âp°\æoó–','',0,'?'),(_binary '¼Mõ\Í-[ø\æQ„ËºK¯w\Å','wp-content/themes/houzez/framework/metaboxes/cities-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/cities-meta.php',0,_binary 'ÝšO‰\ã»p\ÝD\îe\èz\è',_binary 'ÝšO‰\ã»p\ÝD\îe\èz\è',_binary '9)#ua\Î+\ÌEº„ðw²k\Õè¢—>¶\"TCjŠ‹s\É,','',0,'?'),(_binary '¼NŸ÷Œ’<û3þnø9Qˆ\×','wp-content/themes/twentytwentyfour/patterns/hidden-comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u4Nb{~´L\ÙÛ¶0',_binary '¦ELÅ¸ô\Ë±iXòü\ËÀi[«Ê»¨\ìI\'õ„’’±\×\ÄÀ','',0,'?'),(_binary '¼YJ’\ìO\ÏÎ ð*Z\Ò€\å','wp-includes/blocks/post-author/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨¬õâº\è3UM}Zg²šµ',_binary '\ÒQÝª·IÞ¯k\îNQ\ÔZŸ¢sˆ²Z³)JY\ÒY','',0,'?'),(_binary '¼\\6 p\æ&\r‡H Š\âò','wp-content/plugins/revslider/public/assets/svg/image/ic_grid_on_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_grid_on_24px.svg',0,_binary 't|nÁ>¾+T«”N',_binary 't|nÁ>¾+T«”N',_binary '\\¥KA/òˆ\à?Nc\"…3 10>9¹\0y\í§)[M','',0,'?'),(_binary '¼]+³aÉ»]*\nE¦','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-full.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-full.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.FDs„\Îxa½\Øs•š–\Ó',_binary '\ïñW\×(_ˆ\Ï	ƒ‰¬\ÑE•;\Æk\ê<¼˜@¥vŽ&–','',0,'?'),(_binary '¼b<¡\Åð; Àó\ì–L\Ê6','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SingletonApiResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SingletonApiResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_™½\Úe«w\Ò\ß\Øx~\\r',_binary '\Ôr?À`\É\Ê\Ôe»\æC-Raa\0K%Ž„\ß\Ð_ø¨w€ÿ;','',0,'?'),(_binary '¼dš\"to%ì®¯?¾^','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pie-chart01.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pie-chart01.svg',0,_binary 'L|R\'p´ò¬g—\ë\ä',_binary 'L|R\'p´ò¬g—\ë\ä',_binary '\æv\nøð…“\Þò]i´›\Ò\ÛgV«òH\Z\ÇY^.‹p–€vO“','',0,'?'),(_binary '¼f©P±}\Ë8npwX\ÕzW','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-functions-ex.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-functions-ex.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®ù\ï\ÔJ›\Ë\Ä I«³^\Å',_binary 'Æ”w	ñ–jþ(²\Ë5j\Üh¿\Ä\ë.O†\ß%\Ó\Ã[8','',0,'?'),(_binary '¼g\Ý39s±+¡‚|ß»','wp-content/themes/houzez/js/admin/houzez-admin-ajax.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/admin/houzez-admin-ajax.js',0,_binary '/\îr\Z˜C-öþZ\ïliKþ',_binary '/\îr\Z˜C-öþZ\ïliKþ',_binary 'Ôšzg·Š€”œb¦\Î\0‹¾5ƒ4,†9µ\Z*C0\î\Þ%®','',0,'?'),(_binary '¼iP˜\â–iÁ\ÈS¥\ÛT','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-gears.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-gears.svg',0,_binary 'Äš²œ™…!Hµ\çŒ?O\Ù',_binary 'Äš²œ™…!Hµ\çŒ?O\Ù',_binary 'Eú]Ð´÷e\Ñür²“\Ô\ÝVõø6\Ô*“(\á;š\Â\à','',0,'?'),(_binary '¼n’cF±\ç\ßþ	Š¨üØ£\n','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/LinkedForeignAccount.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/LinkedForeignAccount.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\ß\Ë.%\Ï5Ÿ\ÕúW£`',_binary '`L\Ë¾[¡0T\ë\Î=N”ûM\ßÃµ™°`\'ÕµS\"\çe\Z','',0,'?'),(_binary '¼p8ów#˜\ê<\é¿úþ\Â7','wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\"¢\Ç·P\Èþ \Ì\Ý3¥J…',_binary ')\ìõ\îe\Õß¥ƒý\ê³6 ‚RU*ž‘‡\çCEYü\Õb','',0,'?'),(_binary '¼s\Òt]H°˜‘û\×\Íþ\ã\n','wp-includes/js/dist/edit-site.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/edit-site.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\ÏÇ¬´&qšit¿P1v',_binary '”7¯úZ§ˆX&µ”“ê™‰geý^×©­­£\Ü(ýk%¶','',0,'?'),(_binary '¼t§\ÛmjÀ÷\Ï]	—-1d—','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessOrderByMetricOrderBy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessOrderByMetricOrderBy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žNBavtV\Úžj\n[',_binary '%»&\Å\ï;`..¨*\î˜>¾:ÕŠ—.\Ú>÷- l(','',0,'?'),(_binary '¼t\ï%”ñ?–P„(%?6¢','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImporter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImporter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³†qGøi®V\ßN,¯\ç:\\±',_binary '6\àvôu‰Xÿ—)%THj“Ç±û\Ðp¾ð´{“\ëð”ú','',0,'?'),(_binary '¼v%Ÿ”ŒS´[¿Ìª£Ñ¾','wp-includes/ms-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\Ý,&KK|j<sD1t',_binary '\Ùa‘¨u\r{Q\î÷ƒ¶6\ÞÙ§\í\É\íý4·Q´\ÒbŠi\n‰','',0,'?'),(_binary '¼v€—L~\É\ê-\ä&\ÏH\n¹º','wp-content/plugins/wordpress-seo/images/twitter_card.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/twitter_card.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à9{¼\0\ê|<‚^ŠúaŽ',_binary '·¬<§JÎš\Éy\í3\ÕP…Ã ˆ¹_¨4][Ë²¬\èþ','',0,'?'),(_binary '¼w‚Á¹žW¶„¹ûÁ*	','wp-content/themes/houzez/template-parts/listing/partials/item-tools-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-tools-v2.php',0,_binary 'S|…Tô\Ì\\\åˆý œƒ\Ûl',_binary 'S|…Tô\Ì\\\åˆý œƒ\Ûl',_binary '°£@Sl8´µzõ«\Ðûòy½B\ÐiF¨±ó4Ü','',0,'?'),(_binary '¼}]\àiLy‰\ë\É/”ºñ','wp-content/cache/wp-rocket/point2listing.ca/privacy-policy/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/privacy-policy/index-https.html',0,_binary '4ÿ^\Ïd.d²òk^2Š\Ð',_binary '4ÿ^\Ïd.d²òk^2Š\Ð',_binary '^3þ/\Ø-¶\Ï\ât\rž\æ˜}ñb÷7‰—\ß4\ÒLÁ†g:\î','',0,'?'),(_binary '¼%\ä6©ñV\\‰qÍ5	','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G¾dš\âüžAEˆ,£',_binary '\Ð\Ùp÷kJ`k<Q¹\êTó¾Q,xrø J…\é\Í\Ëë†µ','',0,'?'),(_binary '¼†§®³œ0\Ãy}‡±#^¼ú','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/checkbox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/checkbox.php',0,_binary '±.\à0\ï\Ïh\ÞùqÎ€ó',_binary '±.\à0\ï\Ïh\ÞùqÎ€ó',_binary 'WŸ\Ù>·P8\â’\à*$6±€y\ï¡b=f´\Û \'F\Ô}','',0,'?'),(_binary '¼ŒüÁ@*»D†C\Õ{ñ\ê€','wp-content/themes/houzez/template-parts/search/fields-v3/price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/price.php',0,_binary '\Ö\èdfG§·\Î‡',_binary '\Ö\èdfG§·\Î‡',_binary '\ÅEô\ÖP	\é\ì€\Ì\è\è\Ñ\Û\âp•Ý£l\Î÷Ä·M$0*','',0,'?'),(_binary '¼§F³8˜»A¨VF{œ','wp-content/plugins/one-click-demo-import/assets/demo-content/about-page.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/about-page.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÞŒ23\r›\Òj‹~.öh',_binary 'Ç¡ú£ X7¾¸a\ÆOA£Ø•ÂªøY	|e#nzE','',0,'?'),(_binary '¼‘öŒ—ò7_Õ´\ëuR‘','wp-content/plugins/wordpress-seo/css/dist/introductions-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/introductions-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V0%‰\í^,·÷tµ!Þ€5',_binary 'vvCój-{Je_,\Zy \änªH<zê žV\r\î','',0,'?'),(_binary '¼—¢°=\æ\ì7®\"®*˜t!','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/UserPermission.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/UserPermission.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿€—ð0Š,\âf\ç»*',_binary 'Lü¤põ)\êV¥\êg|\Ý2\ÉQthl\ZB\ìÑ˜8¼¾V','',0,'?'),(_binary '¼Ÿ¦rsa\ê\Ð\Û9SUU¨\ê','wp-includes/blocks/post-featured-image/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bLsm¸pŽç¸ª\étM\ê',_binary '\"-\è=[nÀ>÷\á=\æ(`«­&c\Ø\Ä¼Cüº¾†ýi','',0,'?'),(_binary '¼©‘\ë\Ø\ãv\ÍyL\Ô\Âe¥\í!','wp-includes/blocks/post-terms.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-terms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò\Ä-ô\ã)}t€o{L§',_binary 'J]^wSò£\çˆH[™&J¡‡¸¦«e¶Ñ®Zu\ÆBv\ß','',0,'?'),(_binary '¼±p˜\îõ’_\Ê\'·\Z1','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-10.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-10.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–ƒø-¶}\Ú\âø\rµC	',_binary 'PT§7\Ø-7peYŠCdH‚:œ »/Qf‘w/OŽ','',0,'?'),(_binary '¼±­ý\Å88\àƒh¸lc’\í','wp-content/plugins/wordfence/waf/dummy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/dummy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë:<]y­6jˆ\Ðöz›0',_binary '¦\Ìw-c¨}ºº:¯i\\BSƒ¹q5…4¬uHÑ»‹†','',0,'?'),(_binary '¼³‚|X%jgu@\èCJˆM','wp-includes/js/dist/vendor/react.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø? `\æJh¬d!\Ù\æµõ',_binary 'I(ƒ\ß,\ê2PlÿG‰\ä™\â°ÁdõR‡TŸ±¿y¹Dz','',0,'?'),(_binary '¼ºs \rŠÌ™L‚kk¬zC','wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/formselector-legacy.es5.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/formselector-legacy.es5.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kiÿ\n\ëX_©	5e‡\"',_binary 'CŸ\à»~‚\Ùð‡\Ãtƒ\Ò\í\éNj ~I\\Ž¯~yð ‚ý','',0,'?'),(_binary '¼\Í\ÕY?ßªS´\"òb','wp-content/plugins/wpforms-lite/src/Helpers/Transient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/Transient.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L­G\É\â\ÓµE¥û\Åø\ÈÁš',_binary '˜\Ç`\èó6Y\×XwYjñy<óqŸ\àp`JAy\Ï\ê½k','',0,'?'),(_binary '¼\Ôv•\î6´\Ð\î\î\Î+\ëL','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/fieldset-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/fieldset-text.php',0,_binary '\Z?–^\ç\âpÐ»Ì¯g¹',_binary '\Z?–^\ç\âpÐ»Ì¯g¹',_binary 'P\'#xAŸ\Â\Ü>I¸›±y˜T¥…\Ð\É\â\ê\nV\àY-\Ã','',0,'?'),(_binary '¼Ö‚xRa\Ñ\ÛùÇœ„@','wp-includes/css/dist/editor/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/editor/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'‚ûTû\åú\á˜SyŠƒZ',_binary '\ÔHy\ä_\á´\å·½<kN½Ì³br\ïmuMu3/‚Þ¦~','',0,'?'),(_binary '¼\××¨Å¥\ï7½gpqb','wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íÁ2\à\ßK”‰µ¸A\ã^',_binary 'š•Aüð\Éö·OI\å\ZLŸG}\êTv¦%ñ=\Ò{ôüfœj','',0,'?'),(_binary '¼\Ø\ã\ëˆó­š°ª\êd','wp-content/themes/houzez/template-parts/listing/item-v4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v4.php',0,_binary '?5\ÃH~\ê(ò\ç\á%\îC¼l',_binary '?5\ÃH~\ê(ò\ç\á%\îC¼l',_binary '0\Ø$/»¡¿s	\æØ’h\ïÑ´û\".\Ý1‹d»ò\áw¶\Ê','',0,'?'),(_binary '¼\Û_…,sQ-\Ì (V£d','wp-content/plugins/houzez-login-register/social/Facebook/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/autoload.php',0,_binary 'Œ\n‘;\Â3¹\n©™\èÿ[”',_binary 'Œ\n‘;\Â3¹\n©™\èÿ[”',_binary 'r\è.à²™öD›D˜rE‚1§Blžú\Ð\Èûš’','',0,'?'),(_binary '¼\ãÚ¢RlŠ’@b:w\×d','wp-content/themes/houzez/js/vendors/i18n/defaults-ro_RO.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ro_RO.min.js',0,_binary '@Â¬‰@5¯§\Ý‘0',_binary '@Â¬‰@5¯§\Ý‘0',_binary 'bS^_J“Ad.w\å?A,†J\Çao´¡¨Fª 2g\Â\Ìq','',0,'?'),(_binary '¼\çY¾ÈŒ\ÄúUl|pR™','wp-content/themes/houzez/template-parts/realtors/agent/service-area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/service-area.php',0,_binary '\îKúi\ë„}\ì_”7 KŠ',_binary '\îKúi\ë„}\ì_”7 KŠ',_binary '\å+ù¯ùÔ–e\ÃL\ç”+\éH+û´jƒ(µ\0CN-£N5\n','',0,'?'),(_binary '¼\çÃ´\îcz†N0¨\ÉC','wp-content/plugins/redux-framework/redux-core/languages/README.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/languages/README.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾tüdƒ;‡\Ì9z÷U¹',_binary 'L\ß\\zž’ù\æT\ÇM0³\Øõ‹<¯·¤›:®µI\Ü\æ\Ð3','',0,'?'),(_binary '¼\ê\Ç4ŒRÍµ¬«\Z\í\åÀ','wp-content/themes/houzez/framework/metaboxes/header-search-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/header-search-metaboxes.php',0,_binary 'õQø|ª2³SW·@¤\å\Ä%',_binary 'õQø|ª2³SW·@¤\å\Ä%',_binary '¸]öÄ¢5:¾“W\0‡#\\\ÆH_n—‚°\Ô-°','',0,'?'),(_binary '¼ð›\ÂX\"¯-{\ã\Ê$48sx','wp-admin/css/deprecated-media.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/deprecated-media.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àÿº\n!.J\Ã\äK0K­‰\Ð',_binary '\ì\ÅÆŒFE´Á:„rË»\àÁM6%|\ì	¸n´¼L¼D„ð\î','',0,'?'),(_binary '¼ð\Å\r\Ê\ÌZ³”O[Î…f”','wp-includes/blocks/columns/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â´`ÿb\ÈoFIK°’¢',_binary 'd×£!x`¶\Ñ\Èõ\Ïùÿ\ÊJ\ä÷&\Ý\ÝÍ½÷{\Ðó','',0,'?'),(_binary '¼ó¯†2Mð\ÔxFÐ™X','wp-content/plugins/updraftplus/languages/updraftplus-eu.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-eu.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{M²\ßL6È«\áö€\ÐJs',_binary '8/tv¯¯º\È’®\áW/\äLk\"Ã£¤²)Õ)\Âbƒ','',0,'?'),(_binary '¼úOó\ê/«¤=½”t¢\Î`','wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù&¸\à3üxG{gG',_binary 'ŠJ2ø€2 q\Ë(\ÏRMV\Ù=G^mV?û¹š¦\\\n&c˜‘','',0,'?'),(_binary '¼ú¡#Û´¼ö¹5‹Qzj¤','wp-content/themes/houzez/template-parts/realtors/agent/map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/map.php',0,_binary '¤wA\Ã\Ô^¼Î»\ÝrÎ‡D\r',_binary '¤wA\Ã\Ô^¼Î»\ÝrÎ‡D\r',_binary 'oE:J°m\Ò\'³7j‘†Ì¿doh;ü°\ámYG\ê\Ø\ì!\×','',0,'?'),(_binary '¼üUdŸ¥M…’\ÙS$€l','wp-admin/includes/class-wp-list-table-compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-list-table-compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û}‹>\r_D\"¦õCkñ\ÔC',_binary '\\¥;Šý]\"§¤®(+/\Ç\Å}žËšq5\ÎôNS\'ª','',0,'?'),(_binary '½>¼´½\à½÷=\\55','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥U\ìÿ™›¶½£—½u±',_binary 'P\éþ™6ÿ\Ð6k\ÒI\Þ\â\0eûøˆ0\ÇÎ³¹°	ÁB\éK','',0,'?'),(_binary '½\rz\é@³_ÃýmødM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '96¿fºö®\î;˜¡‡0',_binary 'mgc%\Ói\ZnƒA®€BŠ@ÀšwF±z\Û;\çy`\rN','',0,'?'),(_binary '½øƒ\\\æAM\äEÁt´','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http/REST.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http/REST.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ\"9Q\Ó\î\ß\Ñ\Î\"\É4u‚',_binary 'š¼\éy0.ICn/øÀDBøB5\ÐK\ìÞˆ#Zwwú','',0,'?'),(_binary '½¿Ñ“\ï\í\ÃF.¤O¯¯','wp-content/plugins/updraftplus/css/updraftplus-admin-1-24-4.min.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-admin-1-24-4.min.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E.\ÞDG¬§šý¨¶\æ€\Ù!',_binary '	•\é¨yõ ¥{²qrœ‚\ËºÿT-7€’','',0,'?'),(_binary '½©‡Z\Óõ1©¸‘Xu>','wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/SitemapParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/SitemapParser.php',0,_binary '=ã²††”e\ß{òC\Âw\n',_binary '=ã²††”e\ß{òC\Âw\n',_binary 'ü–	Ð’1œ\í¤Ò™)\æ›\ï\Ärµö\ÌUi:`1ûh÷','',0,'?'),(_binary '½!½`½KcŽ\"m÷‚\ç\ã­','wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	^Rý7(ž>õ÷ö™\ÃlÁ',_binary '7\rÙ»K@F´øg\èpTÓõVG\à$ScH‰0½¨h','',0,'?'),(_binary '½\"ý¯“Ž:Q.g©w9','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v5-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v5-wpml.php',0,_binary '\Ãk\î5‚x”PÌq\ç\\ñ\Ä',_binary '\Ãk\î5‚x”PÌq\ç\\ñ\Ä',_binary '7TwWJ\ÓY\äNGÙ‰\Ì*ø\ÑðØ¢¢©¼JQ¹v','',0,'?'),(_binary '½#\nd\ße&+Rsðü','wp-content/plugins/elementor/includes/controls/choose.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/choose.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7›d\"~W-ózžÅ›%Œ',_binary 'P\åZÞ¢9j\êÍˆz¼\ÉX“xñMZV~\âø•­\èò:õ’\Û','',0,'?'),(_binary '½&o*\î¢\Ó\×¸±‹ö\æ£','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PivotHeaderEntry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PivotHeaderEntry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñœß¬–\æ\"p£M\àº\â',_binary 'VS¼(™Ÿ(LúšÞ”\ë‹Vƒ\Å$M	‚j\Ã5`ŠEO	','',0,'?'),(_binary '½)5E\íò\ÌÈ„ZûÇ¼ó}','wp-content/themes/houzez/js/vendors/i18n/defaults-it_IT.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-it_IT.js.map',0,_binary '¶œ\ïFÎ^X\Þ[‹­¾;',_binary '¶œ\ïFÎ^X\Þ[‹­¾;',_binary '`½÷¬Tù	£\á¼?g¥+SG\Þ\Ô\ÚÐ\È\Ö\0&\Ï@–lw','',0,'?'),(_binary '½/F3§\ï`\Æ\021W{Y','wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k³<S^¤·\ßÎ‡d1«‘…Š',_binary '\å&ü\ÚÀJT=dj9²)ò\"1=ð\ÆRIC—\ä\ã½<G\Ë','',0,'?'),(_binary '½/\Ã?-²Ã¦¬\ÛüôS','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '½<J8Ä±Y\Ê\ã\"Añ†','wp-content/plugins/elementor/assets/js/lightbox.62507767544e8d455e1b.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/lightbox.62507767544e8d455e1b.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öW¸0üQ#|¦=bÿ±²D',_binary '»w?\Âzr\Ðn\Õ\ÎÑ¥=Hn\êVó:r¤	> e.1¶+Z','',0,'?'),(_binary '½>\ËDðR &\ÞQ›iÞ¡','wp-content/plugins/updraftplus/images/addons-images/wp-cli.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/wp-cli.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n6\Ó\È\âg@\×\Î\â!\×ñ]',_binary 'T·6y\àZ¥\ÈË«Š\Ìe4@š¸\ÉP[\n¯ª¸‡\ÄL\ï¼M','',0,'?'),(_binary '½@G„\ît\ÇeY\\\'>¯O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š\"4a\à\ã\Ã%½\nN®\ßa',_binary '·P-ù>Z\Í\Ûm½š;Zþ‰\É\êmk]p¹³µV\àT>!','',0,'?'),(_binary '½Gï¸ˆƒg\Ù\í\Ý\à\ÐpÎŠ','wp-includes/blocks/quote/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä±C#µÄŠó\çJ\Ã\ÆM',_binary 'n‹t2ƒû(:¯h6|	,Â¦\Ô\é‘{ýUD\0I!/2','',0,'?'),(_binary '½Q¬üle!~\Ñ\ÙG\\','wp-content/plugins/redux-framework/redux-core/inc/validation/email/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/email/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '½Q\è”¾f?{R•ý\âN','wp-content/plugins/wpforms-lite/assets/js/admin/splash/modal.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/splash/modal.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z®2’U6¢\ZÐš”Á\î',_binary '?\Ä\ÏVk[P¾’2š}vF<\Úae§L·=wÎ½\âR¡ˆ','',0,'?'),(_binary '½YqÁ  #\n~‹´\è\ç&\Z\Ì','wp-content/plugins/revslider/admin/assets/js/modules/overview.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/modules/overview.min.js',0,_binary 'JBv\Ð\äDö\ÊQjGd«',_binary 'JBv\Ð\äDö\ÊQjGd«',_binary '9®Œ\Ï%ôr=\\jNž{mˆ¢ZL”ê­¶\Æ\×{K','',0,'?'),(_binary '½ZžÀWt\Çp¥NŒh','wp-admin/css/nav-menus.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/nav-menus.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å\ç-WUúÿýAœ\è×•÷',_binary 'ƒ\ï¨	v\ÊÃ>ºõ\ì\r\ß:ºû\\%\È\å¹\Ò\è¼','',0,'?'),(_binary '½\\\Ò M*_\áüY‡ªYRp|','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª<\Òó\Ë)·Xb¬ˆ–­\Ô\Òb',_binary '9\én\\\Ð5£l+¤LC;1\ízÓ®ETžY»Q#]','',0,'?'),(_binary '½^½÷\åeƒ²%\äLùõ)','wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/entry-list.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/entry-list.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„wqœtøV÷3»R\0',_binary 'þ\r7\ß%._U\Z5b¢}p^¿\n\È~G\âp\ÄôZ','',0,'?'),(_binary '½a­#1B&¥ÁOÐœ®»?','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-main-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-main-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$®AÎ¼½£c8ü\è`÷?',_binary 'š4\Ä\ËuÚ£¢V¨\åƒ_û8V³³Á½7Á›‡_\Ó\ïn','',0,'?'),(_binary '½c\á\Å\Ô~¬?B•r®','wp-content/plugins/wpforms-lite/includes/functions/debug.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/debug.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú\Þ@«›\î!k\ÔÙ­\ê¶',_binary 'rò\n Ñ€QÁPáªŠ\'Ã—W`Mz\Ç\"!\à‰÷/û','',0,'?'),(_binary '½d\Ì2\Ñ[\ì*^Mt²˜\Îlc','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E¿\Éz{ó8;j¤\É\Za\Ô',_binary '\\’¥\ÎF#ˆ\î‚\Ñ\äa²m\Õ\rXº|¯tARW\ê¤™','',0,'?'),(_binary '½gžO»ekô^|\Í\ì¥Or\'','wp-content/plugins/revslider/public/assets/svg/action/ic_view_column_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_column_24px.svg',0,_binary '$\r{\"\0z\ßz^R‚8\Ì',_binary '$\r{\"\0z\ßz^R‚8\Ì',_binary 'õö\ÃyÇ¹v\ÖT\èi\Æ*gP°^À\Ä\Òn`Àòo‹y\Ë','',0,'?'),(_binary '½m%p¢¯–¸¯i\ÄÆ—Y\ÎZ','wp-content/plugins/elementor/includes/editor-templates/panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/panel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëo\æ§uN3;³™\ÉqYH',_binary '\Û.\â Vð\Ä\×ö\"m\Û\è\Ïñµ¿!*l:R5B—†q[$','',0,'?'),(_binary '½mZ\â(\Öl†\ï\è÷›r-\ß','wp-content/plugins/wpforms-lite/assets/js/frontend/fields/text-limit.es5.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/fields/text-limit.es5.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' fH1´®-¯“WmBUh4',_binary '¯ø¸u\ï‰\Õ8ë€’Ÿ|·­ó8$úSIL&b¦óÐ¥','',0,'?'),(_binary '½m\Ýa#$sõm˜xµñ\ëQ','wp-includes/blocks/template-part.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3ù9T®ˆ¿ñ=6|',_binary '\Ë-<ú_\Ù!\ÒÁ¯N=Š.\Í&\ÜBþD_–Ÿ°!z$8','',0,'?'),(_binary '½q¾tþUJ\Ö\Ëüo˜i','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'So\Ë#Ê’\È\Ë\ÏJ\Í%\Ñ\ï',_binary '&MNÀH7\ÏÙ˜ß»Û”Ç“\á0ô\ç4\Ü)®2\×À','',0,'?'),(_binary '½wl\Ñf1\Ör~8\n\È3¯\à¾','wp-content/plugins/one-click-demo-import/assets/css/main.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/css/main.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8zC£\ÑQd£e¸U\îec',_binary 'Gþ®\Úû\ß\ÉVG\Ãónƒ›\Ðz¦w¢Ö\ç\ÖøÆ€','',0,'?'),(_binary '½xC‰/úü\Ï\àyE0d','wp-content/plugins/google-site-kit/includes/Core/Storage/Encrypted_Options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Encrypted_Options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ\Ü.\Èlx\ìõ\Î\ÉóÊ—J',_binary '¨€/·„U4\'\ïüv¯\Å!Ÿœ©\äp8¨\íµ\n\Çõ','',0,'?'),(_binary '½z¯\æ{z—oˆ\än\0Õ¦g','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudience.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudience.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶…œ“ \Ã\ë«}\Ô\èŒ',_binary 'ªu³ä„«$Ë ²rÁ»xF$‘\Í/ŽM$SÁ\Ö3\â7\0','',0,'?'),(_binary '½|:š\r\"9Þ„;\ä-\é','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/ele-handle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/ele-handle.js',0,_binary '0\Ä\'nói2\Þ\Ü\ÈÞ³ªH+',_binary '0\Ä\'nói2\Þ\Ü\ÈÞ³ªH+',_binary '\Ó\ÙÖ¡Œn¡\×,u\Û\ï©¥t‰\àpó\r¢\Å0ž£Zÿ','',0,'?'),(_binary '½Àz\É{:¨Î¨›\áß l','wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ´‰ò\æ\æD¡‡\×\\Ur',_binary 'deG\ß\âE…\Ý\"\è\Õs {\í\ëj\Ðûu\ØL\ÍtP»\â²j','',0,'?'),(_binary '½´V-s jù\Åcno','wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›B¸\í\rHe1\æ\Ç9s\æ',_binary 'ÂŸ&øY\Ò,)9°\0\È2HË¯\Ö\â\ë«7m\"\Ã','',0,'?'),(_binary '½„#;‡\ìe½¶O\"õ¼#[','wp-includes/blocks/shortcode/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/shortcode/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸O*c\ÜñtµúBõ\ÈHV',_binary '˜Š½¶tpF³©¤W…Cp>2[–}\âh\á\ævôp6«jÿ','',0,'?'),(_binary '½‡0Y ø@\Ùm\Ðb‹Q¸','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–È¸Xc”•\Ñi?—\0@™&',_binary 'œ	þ„\ÄIuO$ÿ1¾$\Ô<…¯,\Î^Ÿ\ZH\ÏAúz~','',0,'?'),(_binary '½Š\Ðvµx‹¶£—`ŠQ†“','wp-content/plugins/google-site-kit/includes/Core/REST_API/REST_Route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/REST_API/REST_Route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´h;w9ŠúE\n\áb\Ð[ ‚',_binary 'T‡û©.£ôð]\'w\Ó<š?²N\èjÖ³K–Q\ä\\.\à€4\Ü','',0,'?'),(_binary '½Ž\à\ç‹Y†£&%o\ß\Ç\Õ\àf','wp-content/plugins/google-site-kit/third-party/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/vendor/composer/autoload_classmap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Uµ\â-&0%~½\Ê,±\Ä?\î',_binary 'c’Ž\ÍýÄ¡D«&0½=™\îÝ„\Ñ\î^G G®Dhq©þ','',0,'?'),(_binary '½Z øOg\nW‹W’2','wp-includes/js/wp-embed-template.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-embed-template.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'cj?6f–¦N5‰5H\Ë6',_binary '\Õ\ëþIl¼‡sñ\Æ&ý°˜x\áújzQƒê¢“ø–\æ€','',0,'?'),(_binary '½ ¤­iX”\ÓV)IP%m','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/functions_include.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/functions_include.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë\Ñe,£\Ä[Uû\édø\ì\âú\n',_binary 'f¡@›qMñ2¢\Â\Þ`IÁ\Üe“m\r\Ã\êb\î»\êU','',0,'?'),(_binary '½¢\Û\ÖÊ \ìaHû\ßcšqµ','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/DefinitionContainerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/DefinitionContainerInterface.php',0,_binary 'J“\ÐB“ñ-EûÔCH',_binary 'J“\ÐB“ñ-EûÔCH',_binary 'ˆ”°i+uw¤»¥\Ù”\"Ù¢ W\r%\Ú6\È@2A¶','',0,'?'),(_binary '½£f\Är™YŠôN±•','wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_exit_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_exit_24px.svg',0,_binary '´€Os\çT\ãJ£Ùªgÿ',_binary '´€Os\çT\ãJ£Ùªgÿ',_binary '+\Û¥\å\ãÛ‘=óù‘ú¿\ÏqDX3d\ë‹,!\Ð\Ó','',0,'?'),(_binary '½¨úô¤øB\ÃJ¨<«`õ¢','wp-includes/blocks/post-excerpt.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßw÷«\â;Z¢\á*×›˜~',_binary 'Q¤U*T\á\í‘þpaËºWõ>\r²oÒ§;­\ÒfX\Ü\0','',0,'?'),(_binary '½ªA º³ f\Å]‹\ÂÎ„\Åq','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"]\Ð\à\æ` \ß^7*;v\Ä',_binary 'q	™ò!\ì\ç5¿\àÿš•Ö¶²\Ólð;\ãg4\×\æ$»\Ñ','',0,'?'),(_binary '½«­ üH[y(‚þöN','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-usage-tracking.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-usage-tracking.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Áò¿gü\Ý^2\ë\×\Ù',_binary '\\_£\é\éN]¬†–u–Š6 \Ñþvûp\"\à‡®EZŽ\Æ)','',0,'?'),(_binary '½«´—I5\Ê\Ò¹ô¢Š	','wp-content/themes/houzez/framework/stripe-php/lib/Radar/ValueList.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Radar/ValueList.php',0,_binary 'ˆŒYÅk®4\r`:FP¿',_binary 'ˆŒYÅk®4\r`:FP¿',_binary 'ÿš&…Ãª|\Ù3òôFw4×‘gpm\íZr— ¤^:','',0,'?'),(_binary '½¯!\Üh>„iq…8t\Õ\Ân','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö\0\ç¤\Ù>ö¤@Ue\ì\ìU',_binary '®È›pñ\â¡Ë„o<¸§O\n¼†Oo{\Öw=—S','',0,'?'),(_binary '½°ú…˜-qô\Zê¡•\Òd','wp-content/themes/houzez/property-details/partials/overview/property-id.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/property-id.php',0,_binary '8‡y;½	¾ƒ`UÁr	|',_binary '8‡y;½	¾ƒ`UÁr	|',_binary '¯r8±M“€\ÔóB¾³‹•\ï†s|\Ú\æ\ÇÊ„	\'|‹¨¸','',0,'?'),(_binary '½²¼\\†“9ºÑ•F w\í','wp-admin/js/revisions.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/revisions.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L\Ã\ÖOez²¿±nUR',_binary '\Èq\æ\Ó:\\\É\ÏH\å-ˆ”Æ’’V‚\Þi²\ïÔŽ$','',0,'?'),(_binary '½µ\Ûý\ÜKFôS¦\é†.«»š','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒø7òŠj?\Æ}v\äl\Í\ï',_binary '‡\Æu\0\"¨A‹R:ph\Õ\ÌO‹¯h±\Ï\Ä\'\ç\æ‡_p1M','',0,'?'),(_binary '½»\ë+»½^Õ¡?Yµó ','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/field_link_color.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/field_link_color.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î‡o|«1\ÏöŠXª(›\ÙÑ¦',_binary '\ÎUªý{76&4#AŸ¿\áŠ\rn7Ö‘b}²†\Ä','',0,'?'),(_binary '½Á.\Ñ\àœ4ŽïŸ À§\ß\æ','wp-content/plugins/wp-rocket/assets/js/wpr-cpcss.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-cpcss.js',0,_binary '5E—õˆG•),\ÙC¿•ÿ',_binary '5E—õˆG•),\ÙC¿•ÿ',_binary 'eN*\á\Îþ<\èÆ”µ\ìzU \Ú\Ö2ƒäª›’\×ÿ˜“œ','',0,'?'),(_binary '½\ÈKuBœ¸Ó°²\â\à[Aº','wp-content/plugins/revslider/public/assets/svg/av/ic_play_circle_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_play_circle_outline_24px.svg',0,_binary 'x²\í²xCû\Õ\çº\Ñx',_binary 'x²\í²xCû\Õ\çº\Ñx',_binary 'Š\é\Ëa\çÑ¹0\ÐbE?\ìiV~Gr\àD\ç¿®a4‡Ø€','',0,'?'),(_binary '½\É(G¬\Ø%\ì¹ý\Ñ\Ù	','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/Subscriber.php',0,_binary 'ì¼N]N\ÎMMxµŒ!<’',_binary 'ì¼N]N\ÎMMxµŒ!<’',_binary 'ôùzŒ\ÓÁa5\Ï.\Ñ\ÄùƒŠ}¿Ë1\Ãxt÷','',0,'?'),(_binary '½\ÊSñ¬„*;A-\åm¢ˆ','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Panel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M\0G¨f\Í&š»\ê\é]5\Ì\Ç',_binary ';º½Pl\â2„Y+SoaK2œ•AÃ¹%\î:_GB1ûQ\'\Õ','',0,'?'),(_binary '½\Ï\è0\ÒpF\ç\êZy\Z','wp-content/plugins/google-site-kit/includes/Core/Modules/REST_Modules_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/REST_Modules_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%x*\ës­[Aû\Ü\\>¸d#',_binary '‘\ãw†mS\Ú\ÓÃ‡%[È¢¼†þ¤9\ÖýP\ío¬RX´\í','',0,'?'),(_binary '½Õ¨y\É\ìL²Ô¾R','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/SEOPress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/SEOPress.php',0,_binary '¯NB%%¹Ir\Ì1§À=-',_binary '¯NB%%¹Ir\Ì1§À=-',_binary '\ç<2LóI\ÅIC\ï\Ôô§\Â 2\Â]™7\à	m\\?i»]','',0,'?'),(_binary '½\åæ´®|/&JŸOR‹|‹','wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šL\Ö÷=\ä \ê¬nPh¥Qfž',_binary 'ìˆ‹ \î\Ô\0z\Ø\Z†g\ÍWTMó\Öðc<5&úLZz\Ð\\','',0,'?'),(_binary '½ìš«ê˜\ï)*•<J','wp-content/plugins/wp-rocket/inc/Engine/CDN/Admin/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/Admin/Subscriber.php',0,_binary 'ÀñrRñ¬\Âô\ZüOŽ§}>',_binary 'ÀñrRñ¬\Âô\ZüOŽ§}>',_binary '‚ÒŒÚš%\â›õ9³}¯µlÍ˜ZŽ ø•Í»¾^%','',0,'?'),(_binary '½\ì\çC`y.Ó€ô¶¨\rŠ','wp-content/themes/houzez/framework/classes/Houzez_Query.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/classes/Houzez_Query.php',0,_binary '\ÜÐ·¾ÁŠÄ´ÀG¬L¾Œ#',_binary '\ÜÐ·¾ÁŠÄ´ÀG¬L¾Œ#',_binary 'Á\ã‚%Ÿ°ƒŒÌ¦4\ÇDE\éGÏ­Z\Ùj0\rô‹Î…~ C\n','',0,'?'),(_binary '½òXn\ÜØ¹4õ‡3½\È','wp-content/themes/yith-wonder/styles/04-black-shades.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/04-black-shades.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(ÿ¬Ù…‡¼ô\ÊþJn«\'6',_binary 'lû*Ô½Zc°=ªô\Z“y±¥\æ7¡Á\ÌY\Ze\ì\Î','',0,'?'),(_binary '½ô¸ó8Ï¬ËŸ\í\Òm<L\×','wp-content/plugins/revslider/public/assets/svg/social/ic_people_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_people_outline_24px.svg',0,_binary ',:÷ ,\ã\Æ^þBõ\ËVm',_binary ',:÷ ,\ã\Æ^þBõ\ËVm',_binary 'ûòUÔ‹h»y¹©0F9\Êz–U\Åp|\Ñ ™i’j³\0ù','',0,'?'),(_binary '½þ§-o¤\ì\ê\îmq\â¨\0X','wp-includes/class-wp-block-editor-context.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-editor-context.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®\r\í~Eª!üb„š\Ù',_binary '\'Ž \r=F}¯Lhž†aIÃ§\å\Ü\Z\Ï\"\ê¦$•\æÎ”','',0,'?'),(_binary '¾Yh·\Ù-›\ÈF\ÄÁ\Ðz','wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[b‚¬Ç­¸$™:\æ±D~\Ú+',_binary '\ãñNŸL\ì§Á\È#û\r6&}$¹cN…Ah\áÿ\îY\ï','',0,'?'),(_binary '¾˜¼z\Ê1\ËBL\ä¦o’ð','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­\ç\ãl2±¹ŠpH3HÊ˜ù',_binary '¼\æ™Fc*G_•p0gÔ¾\"p¢…D\Æð\Ä²\Öü¢5\Í','',0,'?'),(_binary '¾¦M3\ÖvaBcdµ','wp-includes/blocks/search/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã=™\\&\à\ÏÚ¢1]GZW',_binary '\áT•\ëU˜f1›\ÄdÞ»÷õjQ;¦Yô\å\"3˜ºM\Zr','',0,'?'),(_binary '¾:ù¢+ˆ˜hy^Wƒ','wp-includes/block-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'QuFtxŽy\×G¯\Ùöù',_binary '/\ÒÞ„“´zW\0\È\Î	d\r\àln\"Ù>\Í\á\Â`\ís','',0,'?'),(_binary '¾@W2öõw\îq\ç„','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ko.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ko.js',0,_binary '±`Ú²hh5}šO…IÙ€6',_binary '±`Ú²hh5}šO…IÙ€6',_binary 'F“¶%¼û\Ê\Õ\êN@\ãŽ mÃ—Ä±Bð|–wµ(Ÿ«Ÿ','',0,'?'),(_binary '¾vj8\Ð=&»\"\äK\è','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð\ßµ˜^1\Í\î H&±·',_binary '›\æv¶\Ê\å¶Ü x#i6”¥ö‹\Ýõ¨26’	M\ã\n†F','',0,'?'),(_binary '¾3Lˆ›\Æ\íkC\É6Æ±4','wp-content/plugins/revslider/admin/views/builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/builder.php',0,_binary 'Á,pc\Öþ¢gýùv†ó*',_binary 'Á,pc\Öþ¢gýùv†ó*',_binary ']˜¬¹ˆ\nú\Ú\'\Ý÷\êM\Ì9`õLø\n@t¦\ê¼<','',0,'?'),(_binary '¾N\ä5t-5hŒe²\×','wp-content/plugins/redux-framework/sample/sections/basic-fields/textarea.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/textarea.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$\ßþ\æ±:õC‰\Ö=\\',_binary 's¹78ÿ\Ã÷q\ÛF!‡Ò¢5¹\ØAr–69¥‚','',0,'?'),(_binary '¾/=\ï+HhE\Ñ\Þ14\ÓÊ†¥','wp-content/plugins/wordfence/views/tours/login-security.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/tours/login-security.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›PÉ–¬µ\Ø3TØ±#…',_binary '>ãˆ³ec\ÃÂ¯f4s\Ø7©8ý·\á#G‚`þxžµ0–‰','',0,'?'),(_binary '¾1:¿À9,×®n\"\Ãø','wp-includes/class-wp-theme-json.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-theme-json.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü5G)_^¦E|b=¥',_binary 'ŒH\Ê\Ö\Ôa\ÅQYºv¸\ÞŒ¬ LZT\ßñð\àï¶£¡±','',0,'?'),(_binary '¾7T\éÁh¥õSm{\r†]','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™hPmžÀp¶C3\æVˆ',_binary 'ŒÖŽ\ØMgÀéŒ·ƒ\çô„³3´ŒccÉ‚dw!\ê‹Í§','',0,'?'),(_binary '¾<0H\êÇ¯\ëL\É\ßöx*','wp-content/plugins/elementor/assets/images/library-connect/right-2.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/library-connect/right-2.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|c~maEü\í\Ý\ç¿.Ÿ™9\Ó',_binary '­\'\ê•ršð|ò „Ë…^IüûÛC\n« ¸«p“©','',0,'?'),(_binary '¾=E`°1ø±°\ÏdûNS','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CYaÖ B5-Ü¯´&ˆ\ã¨N',_binary '\Þ{`8bó¢¢\í\ZŠ{\0e\ìgv\Ü\n\Z³\â9\Ë7‚ª','',0,'?'),(_binary '¾>)E\Ç2gúJ[»+Z*','wp-content/plugins/revslider/public/assets/svg/places/ic_child_friendly_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_child_friendly_24px.svg',0,_binary '\Ñ\":X?&\Ø\\¢\Éc‚Ž',_binary '\Ñ\":X?&\Ø\\¢\Éc‚Ž',_binary '®Iw.dj¬H¹:\Êq]9-\ÌY\è&M\'q•\ï§ø','',0,'?'),(_binary '¾@)` \Õ\ä~O\Ý}\ï»ac\Ì','wp-includes/blocks/heading/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/heading/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\×\Íjõ=\ÈbIõö\Ög',_binary 'BºQý6bbD«JútÐ^yYšðy·û²†	','',0,'?'),(_binary '¾@\íW`÷ò|•ybùº\ä\Ù','wp-content/plugins/wp-rocket/inc/classes/logger/class-logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/logger/class-logger.php',0,_binary '+\ç`û\Ò\ÐÿMI·\Ø\n\å',_binary '+\ç`û\Ò\ÐÿMI·\Ø\n\å',_binary 'Ð¸#ž\Ú\Ð~-Š\n\í3\Ö\rýk\ØJu\Òò6„$š','',0,'?'),(_binary '¾Dõ‡ó\áw€»\Ä\ZV ¯ ','wp-content/themes/yith-wonder/templates/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/index.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô,<_=Ï•>”v•\Ø',_binary '»P=\áO\å\"U¢Ex,ZÅ`5\Ð+%.>£®q¢\Õ\r','',0,'?'),(_binary '¾E]4\å¸7rFj‰6%3','wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øt\Z{@\ÔvE$J~§Ü•Cˆ',_binary '„9å¥¥\Ä3…ü\ëY•Q\Þš](\nOKü¿~¤F,\Ìip\Ö','',0,'?'),(_binary '¾P\á\æiY<W\Ô\Â&®€\r','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php',0,_binary 'ÔK\Ã XM\ä\ã\Ä\ê!s ~°',_binary 'ÔK\Ã XM\ä\ã\Ä\ê!s ~°',_binary '‚•9lÃÀJMÿõ\ÝÄ—L\Ä$1~Ç¡°Æ„ü}!ž¨‹\Ô','',0,'?'),(_binary '¾YöI¶‘lTX\n\ìV\è','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php',0,_binary 'pS\Ð\Îl\ï½X«·9GE%',_binary 'pS\Ð\Îl\ï½X«·9GE%',_binary '0ŒDõY2`ò–¼Nn^Å’(†œô\ãß·Š\Õl‹›…&','',0,'?'),(_binary '¾d8\Í@8ðüy^_­Q¹','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListMeasurementProtocolSecretsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListMeasurementProtocolSecretsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^®]*sNA«\\tb\à…™',_binary '!k¼«S­–²1À\\Š\Ï;*$ÜšË‰Â»„r®‘\ãø†²¤','',0,'?'),(_binary '¾e*±.\Í^85\Ä_‚\ïL\Ã','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pens-pencils.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pens-pencils.svg',0,_binary '\Ì\ã\á6\ØG\àÎª\Î\î‚T',_binary '\Ì\ã\á6\ØG\àÎª\Î\î‚T',_binary '\\g\çÀ?+%0D\ë3p\ï\r²\Ã\ÏU ÀH7üñÇ‹Í—k','',0,'?'),(_binary '¾i\ß&`”°q–boƒº#–','wp-content/themes/houzez/template-parts/realtors/agent/position.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/position.php',0,_binary 'm9š|ygE>³Ø&gù¤',_binary 'm9š|ygE>³Ø&gù¤',_binary '%{µS_Q)—¶7¿\Î‰(þ­6©¦¦\Z\î1µE\æ','',0,'?'),(_binary '¾q6`ô&7g˜D\Ñl£','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/DebitReversalService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/DebitReversalService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž¸»Ø¦\ËZG¶ŸLŠg',_binary '\Û(!—M÷Ž\ÐFC1‡[™8\Ù\n \àL\n\r\ÆÑ:\ÞO','',0,'?'),(_binary '¾y}&iZªL5\ÖÖ˜\0ô¯(','wp-content/plugins/updraftplus/images/icons/lock.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/lock.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶\n‰»\nS*qˆE\è\èGa',_binary 'ø—\ãø(,6a[ø|g\ÈÁÓ ±^óï‰™vo˜A\Z\Ì-','',0,'?'),(_binary '¾yó*ô®’\Z¢Ó³`\Õ\Ò','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É@»¸-I\Ð\Äg¥\ä\Ã½',_binary 'ÿSb\ÅJ(²¬6\È¯xƒhYÿ\â¯!dBK1K¡}À¨','',0,'?'),(_binary '¾{\ã³Pò4UôÒ¢ºx•','wp-content/plugins/wp-rocket/inc/Logger/LoggerAware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Logger/LoggerAware.php',0,_binary '\Û8\án¹kW\\õñz‹1',_binary '\Û8\án¹kW\\õñz‹1',_binary 'G\è¸lø\ÎVšN\Ñ\ÂOðùùÌ‘„¿\é»\Õ}œ\ï\n…|\'','',0,'?'),(_binary '¾€~\ËðšN¡–@®\Ïl¢s','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}\Í!4¾½`ÍŠøù¹¯\ZE',_binary 'Åµ%žÔ¤s‚T\àbºA\äé˜·‰Ï„\é\É‹©‰Fº1ù','',0,'?'),(_binary '¾ƒ—ñN\é\Äõþ@½(º3—','wp-includes/ID3/module.audio.mp3.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio.mp3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùù¹˜„\É(~\é3	A\Æb',_binary 'ª¼\Ò:µûüv—\Ü8?s\î¿\nñ=\ÎÀ’¨\Ú\è)>WÆ¬\îÀ','',0,'?'),(_binary '¾ˆ¢}<•Ë‹\0²\Ê\ïK','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uÁ\Æ\"9…h¤}\Ðn_V¯6',_binary ')\àü):X\Ã\"\ÓÀ®¶b\ÖÐ¯±\à!ƒ‘<\èi\ÈN÷”s\ë]','',0,'?'),(_binary '¾Š.vy \Í\ÐW4\Ö\Ù','wp-content/plugins/elementor/app/modules/import-export/wp-cli.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/wp-cli.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H&žWjF]Ü´Õ¼¦\ÞA¹‰',_binary '\Âø\å\ÃxUCq¤œ\nˆ0<Yô\Ôu\çQF*S\×L>ó','',0,'?'),(_binary '¾Šh¢\Ý\ß)UG@\Èx–\Ìv	','wp-admin/edit-tags.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-tags.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ>A\Ñ[sØ—ž‘úØ–f|K',_binary 'Ç±ø§£‚šfÁ|Û¢\ã¦\rôO\ÄXm+\ÄûU½','',0,'?'),(_binary '¾Ÿ*\ÅÃÉ‰D„6\ÞOn*','wp-content/themes/houzez/framework/stripe-php/lib/Terminal/Location.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Terminal/Location.php',0,_binary 'OÌ»†\Ð*\ÍN\ì\ìN-gCc\Â',_binary 'OÌ»†\Ð*\ÍN\ì\ìN-gCc\Â',_binary '\Ê9hq?ÀÛ·\êV\æ˜B\è¤W9\æg‹*\æ1p†\"\Ó-¡','',0,'?'),(_binary '¾ŸX\î\ìw\Õ±E’\ë','wp-includes/blocks/more/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/more/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8+ª\Õ\à2€B…¾‚9\Ã\ÌK',_binary 'ùg°d[zøœ”ók\r–g€8\Úø\æ\ÇÉº4C\Þ\Üý¡H\\','',0,'?'),(_binary '¾ ¿×\à\Ç=P\Üýgf×·','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements/Feature.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements/Feature.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5ø&‹‹\é„!®\â\Ìø\Ãr',_binary '\ìû­iª°=€¬)z¡ðb&\Ð	Pa\"z•‘px)`O','',0,'?'),(_binary '¾§2çž¼ó‹\Å\Øp\ç\r\Ü\Ý','wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\ßN½§Ó»\é\è~Ufú\\',_binary '\ìd.K¸ª]\ãÞ¨\á^•Ä…U\"²fÀ\ÆOÌ‰BX','',0,'?'),(_binary '¾³P?\×R0þ†¤>\0Yýk','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jCbr\Ó0#‹\Z¢.-\Ï.',_binary '\á]a`½\0y:ç“œ¶ðCŸ·+|,¨÷š€kF…k','',0,'?'),(_binary '¾´\ê>†\îHùGK)Žn','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Metadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Metadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'IÀP\ã—Â´›R\È»ž\àx',_binary '{6	KLþ\Ôd®4%O£”\Ýþ4¹H…\Öf\æý•ƒ€G','',0,'?'),(_binary '¾µ•¸J\ËV\ï†\Ó!=t','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_list_numbered_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_list_numbered_24px.svg',0,_binary 'bQw:Ä€TX×¸\Ð7˜',_binary 'bQw:Ä€TX×¸\Ð7˜',_binary '‡óº¶´\\M®\n©\n\Ïx\Ñ\ÅN¦²\Õ&@\ã¸}\â7ñú“','',0,'?'),(_binary '¾¸\â§Ž¯$CÛº¬2k 7','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Èrz”W\Ïm8+L³”—Ÿ',_binary '<¼²£§yb\â\è\ÖÅŠý	È­Ò’c³Xýÿ˜ÛŸ\Ø\Z4','',0,'?'),(_binary '¾¸ô­¤\Æ\íÝ»z\Ñý\ì‘','wp-content/themes/houzez/template-parts/banners/video.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/video.php',0,_binary '\Õ_µ”³uÿ>G´\0\çœ¶',_binary '\Õ_µ”³uÿ>G´\0\çœ¶',_binary 'ùÆ’`A ¨Y\Ô-\Í\Ü5§p+[0J3^ž’Y¼¾','',0,'?'),(_binary '¾À¼ºµ$\ÌI2ª\ë\Ý','wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpUtils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpUtils.php',0,_binary '¾BlÄ–ÿÿ‰ƒ`\Ò@8LD',_binary '¾BlÄ–ÿÿ‰ƒ`\Ò@8LD',_binary '‹Mc\npª½­“D®\Þ9\ØölnI„\"ƒA&\Èk±','',0,'?'),(_binary '¾Åˆb­šeÀ²mÁoÁ\Þ','wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\¶=Õ¼QªC\ÞLK&i²',_binary '°¬\Ú\ç¨}ø\ÍË¹t$­\È)\ÃÊ¦»’Pñü1À~Ü€ú\Ù','',0,'?'),(_binary '¾\Ù\ÉS«·¶}Y&\îÀC\áh','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v8.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v8.php',0,_binary 'O\'lzôU«,\0ï®',_binary 'O\'lzôU«,\0ï®',_binary 'k½-\Üö\Ú\ÓÀ’7\ÛTŽ!#™‰<3<\ÅÙ¼1b&›n','',0,'?'),(_binary '¾\ÝI\à”«–\í\Õk`½\Ã','wp-content/plugins/revslider/public/assets/svg/maps/ic_my_location_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_my_location_24px.svg',0,_binary '“ó¨G~)5³o\ê±\Ä!gÀ\Ã',_binary '“ó¨G~)5³o\ê±\Ä!gÀ\Ã',_binary '¬W?Ú“¸-µJA\Éö\Ä\åVÛ©TSÁ`„o\ß{+¥‡','',0,'?'),(_binary '¾\á2]hqu:\ÞT6E\ÑU¶','wp-content/plugins/wordfence/lib/wfAPI.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfAPI.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ls¸º,\è¼\ÔTO2üøN³',_binary '\Û…2¢|^þsn=)\Ä\å\ÄM{\Ä\è(\Ú[¦³s\æ­LQ\ØÀ','',0,'?'),(_binary '¾\çr½q\n‡â‰­]‘\\«¾','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/FinancialAccount.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/FinancialAccount.php',0,_binary 'C\é\ßD\n›ð”†\Ý÷µ>',_binary 'C\é\ßD\n›ð”†\Ý÷µ>',_binary 'Z¬EA¦ý	µ\â¼úlq,2þÁp@ùy¤K—\r{t','',0,'?'),(_binary '¾\èý‚\Ú.\å\0[u–÷¿¢š','wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷\Ð\â\\Y¬nhQ*f\Åa',_binary '¿V§ûj\Ã÷”yá°|i¨‚bx\êö¬u=x\Û\Ï\ç\ÑO','',0,'?'),(_binary '¾\ëbb\0\î\Ø\ÊL?i\È','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/redux.select2.sortable.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/redux.select2.sortable.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z÷v8\Þ\à76oYf0B±',_binary '.:r0¡@l\Ú\î¿[6×Œó\ÕbsP\nt\"mù¼	','',0,'?'),(_binary '¾ò\Ï\Ö\Ïw}§,\ÒÒ˜	¡','wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g»Už»\å\'º$¾½\ã\ÂJ\r',_binary '\ç^+4§Fp\ç5?ü¬\Øò{8W@À³ð\Ùuy\Øó','',0,'?'),(_binary '¾ü\ïCz¼\æv\Ä©™@','wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/ServiceProvider.php',0,_binary 'œóšÿ?d\ËK9\"ðÚŒò¶',_binary 'œóšÿ?d\ËK9\"ðÚŒò¶',_binary ']ˆ]Qk–\Úý_õˆ‰Ô«›_C,›‰¸o\È\Ö+5\å˜}wš','',0,'?'),(_binary '¾þ6ür\à®CC4žï¦§Ý¨','wp-content/themes/houzez/js/google-map-properties.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/google-map-properties.min.js',0,_binary 'Jtª\n.¶\Ê\Én!C£{',_binary 'Jtª\n.¶\Ê\Én!C£{',_binary 'D¾ÄŸø¼Z\Í\Ä_&£\ÆXZÿ+!£@E\é[g2òm\0','',0,'?'),(_binary '¿½,€§ZŒ\Æ\n\ÏK¸®(','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔÁþ\ï\îd¸TÌš\ã›úd',_binary '%\Ò\ÒUq\è·zÏ4k·41ØŠb\étD€ªF†y\Ò','',0,'?'),(_binary '¿[B¸(\Ú-j/»;¸I','wp-content/plugins/wordfence/css/license/free-global.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/free-global.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\ÜjõgE”B7Áq,\Ç',_binary 'ø¬\\R1¢\"¨`l 2\íL\ïL\×c”Xe‹ŸEt	BMŽ|','',0,'?'),(_binary '¿	Ie\ÓÔ©[Gº¼³_Á6','wp-includes/js/dist/editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\ä˜D%×¡€\à©wZ2²z²',_binary 'A’m\Î\n\×ø\'/&L€f×†ß¬ \é\ÌÑ¯.¨A&Rÿ+õ','',0,'?'),(_binary '¿7””Œ±HQ‰iü+\Z','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NoopHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NoopHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R:)\ç× \ÉÀ©X\Ý\Ä\Æ',_binary '”nA^ú\r\áL\ÅW¦e³f[õ\ÞNs°¹\äõ*\íV\è\0}¦','',0,'?'),(_binary '¿•jH\é\ÕE\ï!úÂ©„–','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php',0,_binary '\Åe¬¡þ4„<šµ÷R„P',_binary '\Åe¬¡þ4„<šµ÷R„P',_binary 'K:\Þ,B\Z+‹óºzÀ=ŸŽ~x®‡®ñ\èª\nµ\ÜMƒ','',0,'?'),(_binary '¿}\ÍJ¨Ô&\Zq¶Z\Ç\Ý','wp-content/plugins/elementor/modules/library/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' J”E¡#\Ý\â×•QýTf¡',_binary '¸šez\ã9£3Ø…\×\ÖH›\ÞCö:²`Â‘õŸ\å	','',0,'?'),(_binary '¿þdý*©žÄŽÒ•BL[r','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionHeader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionHeader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!­\í¬Â¾6Z%vc[¯',_binary '\ß~°öV÷	„ð\Ô!>‡wGûi³Kù\ä3u±\é\r','',0,'?'),(_binary '¿#²AuI.Fªù/ö \Ç','wp-includes/js/wp-pointer.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-pointer.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ˜8\Zß@ \rÁ|ÿÉ›[d',_binary '¶O²È†m~À¼š‘gÆ·^96\Ï\è}>|Ì­/\Å]\ê\Ú','',0,'?'),(_binary '¿&˜O ®n{\ãZ/a~\Þø\È','wp-content/themes/houzez/template-parts/topbar/partials/nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/topbar/partials/nav.php',0,_binary ':øœ~‰š’\0°`ò½L>',_binary ':øœ~‰š’\0°`ò½L>',_binary 'Œ©Oó;Mñ¥\äJ,—\ßÂ”w—\ÎHY¸l;‹z+\r\ë','',0,'?'),(_binary '¿({‹,*Žq7”%B(ù','wp-content/plugins/updraftplus/images/addons-images/lockadmin.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/lockadmin.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßø˜\Ðw\r°ç³“\È\Ðu',_binary 'n¦©ðO\ÛÀ5¿c‹Žûò!œH¬’«¡m\ÅIg\Z<','',0,'?'),(_binary '¿+\"|\ÜOU\Ó\ÃýdªŽ5»¢','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Perfmatters.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Perfmatters.php',0,_binary '½È°6möPj¤%\ÊJÓzX',_binary '½È°6möPj¤%\ÊJÓzX',_binary 'vÁÀEsF«ÅŒƒ^Ð€b·]þUÆ›\r…\Ð^\rÒ‚Q}','',0,'?'),(_binary '¿.Yü\r\Ü\"ù-lÁ\Îc†`','wp-content/themes/sinatra/header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þI\æ¡%¢\ãƒ6\Òvcòø$',_binary 'Â½sEøZ\Ù\Ä\àÀD\0˜/¯\r|#\ëƒiD\Ç\\\â¢,','',0,'?'),(_binary '¿.Œ^\å\n½kC §2','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListCustomDimensionsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListCustomDimensionsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸ý™\Ã\Þ*s´`g!',_binary '\åÛ¹‰”\'V2r=n©\'ºCŽ\ë`HkÿY©`’\Òu','',0,'?'),(_binary '¿4*6k²\\,™\ÚY—h\åv','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#Á5·m7`Y,o ¼Â¾v',_binary '¸Ç“l\ã¿\0\È\ì¡ErÉ¿S®)bJkx“­ð\"¨n','',0,'?'),(_binary '¿8.\à˜šÿc\å«º\ß,\×','wp-content/plugins/elementor/assets/js/packages/locations/locations.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/locations/locations.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T®Á\ãYS« \ÒKLC',_binary 'ým‘Uµ{q¤»tSPY+€’6,:’	D	','',0,'?'),(_binary '¿8\É)œp4\Õ\Â{–\ìa’‡{','wp-content/plugins/wp-rocket/inc/Engine/Admin/ActionSchedulerSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/ActionSchedulerSubscriber.php',0,_binary '³„¾… žþ±\Ï\0‘bù',_binary '³„¾… žþ±\Ï\0‘bù',_binary '•\Z\ê\É;0/J!¿!µµöø\Êù Ÿ¨þV\â-yQ¿9','',0,'?'),(_binary '¿<\0$\é°\rÖƒ\É\'(Ok\Ü','wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìI\Ðs\ãµ\ØÕ…†@D',_binary '}8h%?\Ã|\ä\Û\Û|\äB‰‚¥i4÷_\Z`\î\r7(\ÑmNK','',0,'?'),(_binary '¿?T\Ñ\ÙBZ\Ód“¡Jøˆ²õ','wp-content/themes/houzez/js/vendors/photoswipe.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/photoswipe.min.js',0,_binary 's…µR÷\à\Ùy\â\âþo2@',_binary 's…µR÷\à\Ùy\â\âþo2@',_binary '-¦\æÀ0y\íÆœ\í$V	V\íV=€\â3™\Ì3\ÐaP?*Ü®¾','',0,'?'),(_binary '¿@¬KU&î°€y\Öx\å‘','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg',0,_binary 'Z\ÙJº\ÖXÌ¦¢Zð\ÒúÀù',_binary 'Z\ÙJº\ÖXÌ¦¢Zð\ÒúÀù',_binary 'Gý‹@ù¤F,\â³\çu‘~\ãx’·ƒln”Hp\09$f\'pU','',0,'?'),(_binary '¿@\ê\É,\Ðn\\–€+k·','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ­‡“™z\à~&)j¼',_binary '\Î6“Š$\Ã\Ëû‰‹üû” –?gC2Ç…S\07*ç˜‹','',0,'?'),(_binary '¿F\ÑGx\èd,5	\n2Ë©','wp-content/themes/sinatra/template-parts/entry/format/media-quote.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-quote.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd¾P‹´\éy/3¼§\ã\î',_binary 'j#¨\Çi³\Ø\Ów½qH¦ñ¬oÕˆ\ÄM¸\ë\\\Ç/0_b\Ç','',0,'?'),(_binary '¿I\É-:²$[¡¨ú<N€','wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-render-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-render-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[ð\Ï2§L\Æ\ì˜,ómz¶',_binary 'LP™;þ=¤…X\ÛðQCÉ‰õX{u½Ö¥6ˆôeš[','',0,'?'),(_binary '¿SweŒ¯žŽ³œ\í÷\îœ-','wp-content/plugins/elementor/assets/css/responsive-bar.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/responsive-bar.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ\ÙÏœ²\ç@˜†6˜À\Þaÿb',_binary '\âœ7Inôa7ûfq¥ð\á\ÎL\Ò\r§|±\Æò§','',0,'?'),(_binary '¿V\Öul:ZKh—Po¤\ä','wp-content/plugins/revslider/public/assets/svg/action/ic_date_range_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_date_range_24px.svg',0,_binary 'r^\Ñ\Û(-\é\ÆNûLü>',_binary 'r^\Ñ\Û(-\é\ÆNûLü>',_binary '4Ï¾\âÊŽV\ìR$¬×¸\Éó³€™ÀÙ–<&œƒ\\','',0,'?'),(_binary '¿jºô	ª	˜]9\r”|’','wp-content/plugins/houzez-studio/admin/js/i18n/da.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/da.js',0,_binary '\"7ªA<l\â?\å¯\Ë\Èc<',_binary '\"7ªA<l\â?\å¯\Ë\Èc<',_binary '°\Õ/»uØ¹a™a?\ÝG\æ“À·–Š/Ö½\Ã.ü¿#Ÿõxk','',0,'?'),(_binary '¿ls\ë\Ð\r\énU\Ý* B¶T','wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬\çŽü‚Ø†DÀ“\ï\ÄU',_binary '\Ð\nò=\ÄýBhfñ}\ÌN+MJ„HŽ\àiY\í)	ú','',0,'?'),(_binary '¿n/Î¡~\éZx°~\ê6‹','wp-content/plugins/updraftplus/includes/Google/Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c!\î³oš\ÂÔ‘û‰ˆ]¹',_binary 'Ò€¸ÿ\Ó›¥P\Ï0\ç\å³(4lR(|Ë¦ \0:\Å\àF4\Î','',0,'?'),(_binary '¿p…Š>¹\0\\Ö¦:§\ßqrl','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/AmpInspectionResult.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/AmpInspectionResult.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3‘\Ûbõ\Ö=‘ú»ü<',_binary '`\ç€\ÑOJª!©\Ý+v·þcnD«\îê½¨\ê,=ªª','',0,'?'),(_binary '¿r4) .!¤\È\Ìw$\ê','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_24px.svg',0,_binary 'Ô¡\ãÀIñ\ë\\7§g;;Ie',_binary 'Ô¡\ãÀIñ\ë\\7§g;;Ie',_binary 'ö\ë}<1@½\á“m+ü9®O’!=õ4=ª\Üs®¸rˆ','',0,'?'),(_binary '¿v\é—FI—\Ë2h´\Ïø¤nÁ','wp-content/plugins/wordfence/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jP\áÇ³\Í\ës\Þ\ÄL\0ùØµ',_binary '8‹zµV¿g³\ç„+tX>}z¸ž\ÖÛª;óÿ©œmÚ,','',0,'?'),(_binary '¿{‰1ðú\"¸¦^\ë\Ò\È.','wp-includes/class-wp-widget-factory.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-widget-factory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üý2úlN¿«\é“V',_binary 't¬±)\Ú	¤Ðˆ74«ñ¯\ïA8\Ã\Ãsk\Ð\êedŸ;af','',0,'?'),(_binary '¿&\Ý\Ôÿ†ÁJ¯F\Â','wp-content/plugins/elementor/core/utils/assets-config-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/assets-config-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T¼\Õ\Éñ›D\æ\ÓOòo® ',_binary '4®¼´\ßQbRd4`?¬\\\Çi!†pö¢ÀÁ0œ T°','',0,'?'),(_binary '¿éœˆTd¾‡§<“dÿŸN','wp-content/themes/houzez/template-parts/loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/loader.php',0,_binary '”\ïK´¤\Í@§x\\Í³',_binary '”\ïK´¤\Í@§x\\Í³',_binary '÷6\à+´\ÞL2c8š\ÄGüòhÇ± µ6×¦6{','',0,'?'),(_binary '¿‡ô°{—Œ=\îò\á ‰g/','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/InternalErrorException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/InternalErrorException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Fð©E\Ô\Å~\Ðƒz \ã\Æ\Ê',_binary '7~³8²\0«MN\Ýgc­0¸	ˆ\ëƒ5…ñ\â÷ˆ €A®¨\Úú','',0,'?'),(_binary '¿À3`\Ë;Û™\Ó³¼ ®d','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-dollar.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-dollar.svg',0,_binary '\ÙØ­‘u‚¢j¼ÓŸ\ÂÖ•òP',_binary '\ÙØ­‘u‚¢j¼ÓŸ\ÂÖ•òP',_binary 't\èY~9\è3Õ²”é‚¦ó	F¦¬§1B±–\Ýb˜','',0,'?'),(_binary '¿Žzô\Èf\Ý·L@¼T´^','wp-content/plugins/houzez-theme-functionality/elementor/traits/Houzez_Filters_2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/traits/Houzez_Filters_2.php',0,_binary '>F\ÆwûÐ•\Öy…!’I',_binary '>F\ÆwûÐ•\Öy…!’I',_binary 'PH\ÄbQŠD”\à\ï \ïÒ—‡H‘3@†\Ò+\"{³ø5','',0,'?'),(_binary '¿‘;ó\ëªÿ‡ò‘R!\ëÈ¦','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/class-redux-social-profiles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/class-redux-social-profiles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â´\èMbh\rœ—\×y³',_binary '3À#’92Aúl*lyý¬SVA\Çúõh´\á\æ»ø&¥','',0,'?'),(_binary '¿“¶\ÒÝ†ôÄ 3/E','wp-content/plugins/wpforms-lite/assets/js/admin/logger/logger.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/logger/logger.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Šf\Ó\r 5ŽªV0	',_binary '7h[\ÑûŠ.ÿVý|MÏ„P\Û\\\Â!\Z®\"Z\\aŠ\Óy','',0,'?'),(_binary '¿˜¸s¢¢ô\Ü\ç\ï\è\Åv ','wp-includes/blocks/social-links/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éM¡V²%\Z\êD$\ZW¤',_binary 'Ï¾9\îolH(\n\"Sd~ ‡\ì\Âc…¶}+´‚\Z¢\Â','',0,'?'),(_binary '¿™s¼óƒIžqF›Š£µ','wp-admin/includes/class-theme-installer-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-theme-installer-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š\Ë\Ìw]Y\'¥À·‚',_binary 'Iþ\Ýn\åƒø4Æ¯O\Çqúa¨@\Ù\ï&ø’õaº','',0,'?'),(_binary '¿™¸=V;¢‹\í\í\ÂN.K','wp-includes/js/wp-list-revisions.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-list-revisions.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'PbOPµxO¥rs7©µ2',_binary '#´ò;w´1£°.¥\ËB\Õ\Æð3•f_;\ÏPf÷','',0,'?'),(_binary '¿›Œœ\'›ÀgN½»T…b','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒAy\nY£n2ù!ú\Ë',_binary 'ShVýZt^\Ô~Í›·Œº\n#$Ö’\r¡5ðV\Ñ‚»','',0,'?'),(_binary '¿zò°i•5 Ó¯^6žt','wp-content/plugins/revslider/public/assets/svg/social/ic_party_mode_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_party_mode_24px.svg',0,_binary '‰û0±‚\Ù\Ò^¾0²‰‹',_binary '‰û0±‚\Ù\Ò^¾0²‰‹',_binary '†£VV\Ì%\ÝoHK\ØÕ´“ùYó\ÑõŸ\É\Â\ä‘þL™Ž\Õ','',0,'?'),(_binary '¿ª7FW\à\Ñm!w—µSZ=','wp-includes/blocks/video/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð¬)>’Höh?7F',_binary '3\Âá™¼°<H·t?>¿N²OuÎŠÀ’Eg‡ÝŽJ','',0,'?'),(_binary '¿·\n…Ó›IQED	\æü\ê‰','wp-includes/class-wp-comment-query.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-comment-query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éPig\Ì7¥\Ë\Å\'_LŸO',_binary '‹l\'­ó\Ó	\ÓÀ\È~·55\"l\Íj—\æ|A\"´\Ô2','',0,'?'),(_binary '¿¼±€?C\Æ\Ã^\ÞõG\î\ÙÐ²','wp-content/plugins/updraftplus/images/addons-images/multisite.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/multisite.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j¶ô¥ÿ\Æ\0\ß;>;ˆJH©-',_binary 'Z„H9žœÁ\Ô+ù·ŸdvW\Î\Å\Õ,¨\ä1\ÂF¯\ìK','',0,'?'),(_binary '¿Â†\íŠ½…ÝŠ\é,','wp-content/plugins/elementor/core/admin/notices/base-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/notices/base-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L`“÷4Ï®-d?7\Çõþ\Ã',_binary '\Ã!Rq…„\r	\Õ\Ôõ4>Ã¿«Tó\r\Þ\"!DiX\è\ç)','',0,'?'),(_binary '¿\Ä/?\r™hª\ëgù;E&Tù','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~¼üS5>¾,oV.Ï¡le\Ï',_binary '¡.Ñ©‘\"\ér«›¥F\Ã;¿ÿ\ìª\ÍVšŸûÚžD\Þ','',0,'?'),(_binary '¿Æ§\\ƒpŽ›‰\Ã™J¢','wp-content/plugins/revslider/public/assets/svg/av/ic_shuffle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_shuffle_24px.svg',0,_binary 'ùB\Ú–øX\03Õª` \âl',_binary 'ùB\Ú–øX\03Õª` \âl',_binary '™\r+/Ê±ûv‰d\ã\ÞD\Â\Ì<d	\rsq\Óå¹ž\çsŸs','',0,'?'),(_binary '¿Î¾-£4WÝ—”;Lþ‹','wp-content/plugins/revslider/public/assets/svg/image/ic_iso_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_iso_24px.svg',0,_binary '\ê\ç-Ê˜ÈœF‘¾š¾ox\ì',_binary '\ê\ç-Ê˜ÈœF‘¾š¾ox\ì',_binary '‚Hú\'\Ù8ý\Ü\ëW8\Óù‹c\ÛüiA$b\îDG(·;h™','',0,'?'),(_binary '¿ÑŒpŒð#ú\Ü\ç\Üo\04\0','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\ãrŠ¢3ûõ%\×2\Z%',_binary 'rUü\×\ë£*²s—\Úý\í†\Ûp\n$”ü(³\ÚbGPd–','',0,'?'),(_binary '¿\×&„e!\ÙD‰­&»\Ñû¥','wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js',0,_binary '¹Çµ\Óý\é\Æ\Þ1\ÏLœ',_binary '¹Çµ\Óý\é\Æ\Þ1\ÏLœ',_binary 'ü\Þ\Ãø\ÂÓ¦\É\Âa\î8~{RyE#´‡N!ì µ2®','',0,'?'),(_binary '¿\Ü?\Û÷»~‡‘\È\Ø\ÓU?À','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/class-redux-accordion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/class-redux-accordion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ ƒŽ\é\êÐ¯º\Ô\ç¹<\â',_binary ':¤òòüe\Ë6ª&\Z>tÓ•_RÖ„RÖ¢YF','',0,'?'),(_binary '¿\àÎš,\ÌQ˜a»gl·\Ä\Z¯','wp-includes/class-smtp.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-smtp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.æ–šaˆq\ØÝ“Ï ©¾Ž',_binary 'B)HJ¢¬«¥ÚòR¨ps\Ð \Ýø˜¿©	+\'8k_','',0,'?'),(_binary '¿\âB0¼©\"\Æ!m–IP','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDimension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDimension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|s\Æp†ó. ;Y!]ˆoKH',_binary '¼:Z\0Vú…•\ÄF6ß”ù\Ä&?9ÿGCm0\Î†\ä›T\âc','',0,'?'),(_binary '¿\èü´\å}Hp+“\ÒUÚ‚','wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ¹òr\Ûg\Þj\ã«ü\Üñ·ý',_binary '}2EB\éGr™+-y„5™±j¶\â£\æ6~+‚Öš(¹','',0,'?'),(_binary '¿\ìL\Z\ã—\Å|¨=šc™‰','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B0õ÷™š\ìou‘ÌŒ\Â',_binary 'Žœ‡ü7/QŒ\ã¥\åÆÕwÿg:\Ä?¡À#{sþðÉŸú','',0,'?'),(_binary '¿ð=\ÑSl¥:²¢Ž\é\Ô','wp-content/plugins/revslider/public/assets/svg/communication/ic_import_export_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_import_export_24px.svg',0,_binary '\Æ|­Ó¢›\rezd\î|5',_binary '\Æ|­Ó¢›\rezd\î|5',_binary '5„…ªEaI\Ïõj³\n\Ä\Ý^_V$¡\Þ%c\Ý\Úu-š…·XË¥','',0,'?'),(_binary '¿ø‘\Û\êPq%ôN,\Í\ä','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾€¾O¥INn0€]F´M',_binary '\á\Ó\Ýy\ÄLI5X°I&pšåƒ€\ë\á\r\0øz‰G/Ñ™','',0,'?'),(_binary '¿ü;%\ÏA5¯‘\á_\ìO','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/InvoiceService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/InvoiceService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z9\Î\â\Ô;”/B§LŽo¿',_binary '%=¾4>~€¦þñ\î®Ú¾Ž£§P‘\Åog#\ëÁ\Ûf\éù','',0,'?'),(_binary '¿ÿdA#…ö\Í*\ç‚Å¹o7','wp-admin/js/customize-controls.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/customize-controls.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\ê­ZÁ^?KšdƒŸ¨\ç~',_binary '*\ËU|ð.MºŽ¢\ÒÀ«º¹¥jQ\È\Ü\Òp\Ë\Ðü½òñö','',0,'?'),(_binary 'À\0qúG0Bû¾\Ã\Íd[ÿ\ÙC','wp-content/plugins/revslider/public/assets/svg/hardware/ic_smartphone_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_smartphone_24px.svg',0,_binary '{\äý¨F\r·ÀAxP\Ð\ëN(',_binary '{\äý¨F\r·ÀAxP\Ð\ëN(',_binary 'ê’–•‹\Øó\á\å¼S|X.or£i‚\ZûN{\ïA^©\Z+','',0,'?'),(_binary 'À¾x-M€˜\Ü-öN§÷‘r','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“	ƒ›³‰-nB	ËŒ)ûu',_binary '8@ù­­ú9e{¥Ó#‹Ò£ô\Ôn\nY\æÖƒ˜\áL','',0,'?'),(_binary 'À\rÈ…\ß3°¿Ï“-:4\nQ\0','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Clean_Command.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Clean_Command.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó•q9Û>lšˆL\0’\èF',_binary 's	Ä…ü4»m­1\Ç€\ëX\ä,š \'hª]@E\î\'­%J\Õ','',0,'?'),(_binary 'À\ÎV\ZF\Ã\Ó\0\á\ÌŽ|€','wp-includes/sodium_compat/src/Core32/Poly1305.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Poly1305.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß@Bg\éÁ»EJøÆ½H¶',_binary 'i§\í¦|\\I¦—\ÇñE‰‘Œ\É_•¬Xç¶ˆj’\Ù','',0,'?'),(_binary 'À«\Íx\ËOW\rƒ ¨ \Ç','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©£Ø¦T\áÐ¬©Ô„c\ì/¥ô',_binary 'TJ¶)‚,8\ãq²@©f\Ì<DÚ›”\Ö\rx\Ý\È\å\ÄF‰','',0,'?'),(_binary 'Àf\\÷½6“\á¶×ˆ\æ','wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„\Íò¯rn ­\\g·\ìdy\ãc',_binary '\ë­31\"’Á¹œb\"\Èý\ê\Ä5*…ë±œ\ãtlm¢r\0','',0,'?'),(_binary 'À87n@Á¨\ïC¦†','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Search.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}Ç©\Ë.\Ë\èV7‚\0…F5¯',_binary '\êbN¡\Þ	Š=f°\ß^ø,\'”©\ã«þs%‡½‡Ë¸\í','',0,'?'),(_binary 'À$\Í\Û\"N1&Y¥\ÐÀ\Æ\În','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/Turnstile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/Turnstile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º¼¶“„–\ã\åFh¾Un|‚',_binary 'Àb:\ÔOhÜ³kA‰‡>•—W¶\ÝUKG¤0³N\î=j','',0,'?'),(_binary 'À*3IÀ\Çnx\î\å\ß\éD‰\Êe','wp-content/themes/yith-wonder/patterns/4-columns-icon-and-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/4-columns-icon-and-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£õ·\ì:\Ã{?†ôJ',_binary '„÷¯[T}\Ö\\ƒn\ìQp\Û\Ë2\Ö\"GG$ðZ(^\\ð\Ø_\Ï','',0,'?'),(_binary 'À.\Õ\Ãù€$O\Ü7²t\Ï\ä','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/SupplierService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/SupplierService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü‘ƒ\ÙZŒ\á0\ZŽ|²\Ó/f',_binary 'ø\Í]¥=a\ÂûøA%Ù¦°\éƒg;£F\ßV÷)õ«\ÃJj\Â','',0,'?'),(_binary 'À1z²<}\âH:Ó«Zx','wp-content/plugins/wpforms-lite/includes/fields/class-checkbox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-checkbox.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'PN¦¯\Æ\â\'Z\Êi\àPa',_binary '¢N\ÞùŠ÷\Új\Ì´ŸlY( o\×eH\ìvŠO\Âcg','',0,'?'),(_binary 'À5Úœ š\Ç2\Ïl2{„','wp-admin/js/widgets/media-video-widget.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-video-widget.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì\Ú:\çÜ¥ó\Îd|QùSón\Ú',_binary '…\ÊR;T„›wh©\æm^\Êÿ²\éò\à½äœºü\ÙKñLÀA','',0,'?'),(_binary 'À:t1Î§\Ø%N»´ebŽ¼','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾õ\ÛV\ØO“¨\Ïï£°\å',_binary '\é.%ò+r¹=“\Ó ž\äüÿ\ÔC\Å\áN#l\ál\"Ÿ','',0,'?'),(_binary 'ÀB\×^Ñµ¶c™¾){x*-','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-money2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-money2.svg',0,_binary 'Y»\Íy\Èóˆ\r\Æ\èpCû',_binary 'Y»\Íy\Èóˆ\r\Æ\èpCû',_binary '\r :‹t6b\é¶!f†‡w\\\îò\Î/œE\å­Î©nS','',0,'?'),(_binary 'ÀDˆÿ!VD+“ó\ê\ë','wp-content/plugins/wordfence/views/scanner/scan-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N½V†³\Â	¯9\çJ·',_binary 'Öƒ\á\Ïhbfõ#\æðÐ‚‡\ÚOE\é\íR\Ý\âþ¿ž9H\r','',0,'?'),(_binary 'ÀE\â\Ñ5ðS\ÕÑ“º\Æ\á\Û\Û','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UpdateContactGroupRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UpdateContactGroupRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í>9^\ÍD­U³\à<­~¡¸',_binary '·Ž%GI?£\î\á,ÁCa­F¯»}£4ÐŠ\Ï>:$I0ü','',0,'?'),(_binary 'ÀEÀA­7Þ´\rT¤§te\í','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/CloudflareFacade.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/CloudflareFacade.php',0,_binary '\× ,ß©+\Ì#h\Ø]`|',_binary '\× ,ß©+\Ì#h\Ø]`|',_binary '“µ\ä­Jù\È.bÿ°\0\Õ\èPúŒï…|Z|{?Œ\Â\Ö','',0,'?'),(_binary 'ÀM¹/<\æPôß\çf.¤ð','wp-includes/js/jquery/ui/effect-bounce.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-bounce.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\ÑõŽb\ß©¾Ÿ{o#{',_binary 'v‚\ËT\å\Ä2n>`_;5†¶¹\Î>\0\å%Ÿ^š\ì\çó','',0,'?'),(_binary 'ÀT(TùõvÁ´ed\È$f¹','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1„“‰\0•!Á†\å\Å«',_binary 'j¥£\Ò	f½\'\î\ÐgH\"E\Üx•\Ë2\Éb~\éFð\\e4','',0,'?'),(_binary 'ÀVT®™2e\ãw\Îgß‹u8','wp-includes/js/jquery/ui/button.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/button.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(\Ö1œ:aˆ\Óñ?qj§Š@',_binary 'øTm…\ï\"	Yj·\Û\Å\áÿ%žÝšM\çù\'Ra>8ò\ç','',0,'?'),(_binary 'ÀY\î±2\Ë}Z\åO%G		','wp-content/plugins/revslider/admin/includes/export-html.sr7.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/export-html.sr7.class.php',0,_binary '“YkK±Í´J\Òô\Üac\"',_binary '“YkK±Í´J\Òô\Üac\"',_binary 'ú¾O\Å%V\×8ß¯‘]oú¼\Æ2ð¦¸‰°÷‘P›”','',0,'?'),(_binary 'ÀZ²\Âzpk;ð‰+¸\ë¢','wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Exchange_Site_Code_Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Exchange_Site_Code_Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ6\"X;\é8#š¶hÂö',_binary '\\e§YZU™· ]Qú\Í~‹ôý\Ç&	­\n1„§\ÈPmgq','',0,'?'),(_binary 'À[4©}“ñ“€pJ/\é\è\Õ\Õ','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-filesystem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-filesystem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÌS\×r\Ç,\ë\ÍK¢\Ð\Ö|~\Õ',_binary 'z“T£&v{V`õ|^$›)ü-Gfÿ|\Ö>\Æ\×f¼\Ìv\Û','',0,'?'),(_binary 'À`\ì<L«Cu\ÍTX“]\r','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘¡+;53@}›\0\Ã4ú¹\é',_binary 'Ò´7§¿3Å¿\à=Z\á*ÿ\Ð\r\å:\'\Ã|S«u)›','',0,'?'),(_binary 'ÀfÔ–„\"DKG­wÛ¢>\â','wp-content/plugins/wp-rocket/inc/Engine/Common/Ajax/AjaxHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Ajax/AjaxHandler.php',0,_binary '·_~Þ¶Ç³Gs?¶\ÕpB\Ö',_binary '·_~Þ¶Ç³Gs?¶\ÕpB\Ö',_binary '³Ÿ_;\ÍE€£\ÐðfeºD,C\Ñk\ê®\ë„&\Îñ†¢\×T\"','',0,'?'),(_binary 'Ào\0A\Ä\á\ãEŸ“ve/','wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽÍ€2\ß\é\æJJ´/V\ë\ß',_binary '³ñ”y,^Dõ®\ÓÆ€ôH‡§TF\æFp\Zs\ãm`„\ãs','',0,'?'),(_binary 'ÀuE]´»£\ãTqP!1','wp-content/plugins/wpforms-lite/assets/images/about/plugin-wp-simple-pay.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-wp-simple-pay.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨\âx\ÚÚŒˆRQs',_binary '\Ø*Þ³sy\ZÍ¡q:œƒ¢L«¢hy˜\È(ƒ´\ÈÞ¹s','',0,'?'),(_binary 'Àz¦h\nº·jÿ:Ã­ðo','wp-content/plugins/revslider/public/assets/svg/communication/ic_chat_bubble_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_chat_bubble_24px.svg',0,_binary '¤j\à\èŒí¦¾u\Ó\ê\Ñ\'T:',_binary '¤j\à\èŒí¦¾u\Ó\ê\Ñ\'T:',_binary 'ªy (+Ü³\ä\î2„‘‚õ0Aÿ\\(4\Ô\' yt\Ì1¸','',0,'?'),(_binary 'Àz»6\Ù\Ù+ð\Ô\ÜPH\r¦tU','wp-includes/css/dist/block-library/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ZmðpZ¡Ø¿Jw­Š¸',_binary '\ÔË…÷ú\Ý\Úbxú‚cÕžŸ^\âˆŸ\ãÿr\ëQžŽ','',0,'?'),(_binary 'À|Wú>\Â\nxÊ§\ØyT{\Ì','wp-content/plugins/elementor/core/settings/base/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/base/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\æ\×wØ…™{´—¤A©',_binary 'Cz%Ëš5z2\Ù.\ÙúBŒœÀ†\'Ÿ™\×À\â¾Â§ü','',0,'?'),(_binary 'À|¤œw™TÁ\âÿOú','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/ClearCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/ClearCache.php',0,_binary '|v\Ð	U·+\ÇSœ2\Ùk^',_binary '|v\Ð	U·+\ÇSœ2\Ùk^',_binary ' Á~³\à•\Ëh\Ýš\r\" ,™ûš\ÔP ©5^\ïŒ\Ä','',0,'?'),(_binary 'ÀË¥Ì°MVÐ—eªAú','wp-admin/js/widgets/media-video-widget.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-video-widget.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VUö6¤ýD\ÂõÁ]C\Ð',_binary 'W\æ_T\Þ>\æ)Rpÿ>n\È}Pm\Ôz\ä˜\0£¢:s±c÷','',0,'?'),(_binary 'À‹¨`‚ûC\Ç7[üuA\Â\ë','wp-content/plugins/updraftplus/vendor/composer/InstalledVersions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/InstalledVersions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-Y$ÿR\0Šƒ\Ñõ€',_binary 'N¢RÃ­2\á\Æ\ßHŠh\Û&HX:b]‹ýdÌ³Šþ\Ï2O\å','',0,'?'),(_binary 'À˜t¦\å(‹iltY/','wp-includes/css/dist/list-reusable-blocks/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/list-reusable-blocks/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œŠMZi¾\ç\ëøÌµ\Ú7U9',_binary '\àŸyø03;=†\Óû6vƒ\í\'@H\Ï\Ã\ë\Ï\ï\ê]‹\ë_F­','',0,'?'),(_binary 'ÀŽÎ¤e;y\Í[ð¾9\ë9','wp-includes/js/jquery/ui/checkboxradio.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/checkboxradio.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' —k\Ä‚\îNg\'‹`ös¦',_binary '–{ö0?¿ô\ïõ¸;Ë´d «Ô¬%oóoˆW¿i)7¥\Ì','',0,'?'),(_binary 'À˜\ÔGñU;rnR\Ï¾G','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-600italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-600italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&~¾8¬·Œ©AÍ³ðôK}',_binary '\\J$}-4\n\ä»	\ÃÇ•¬>\Âl6õ¦sL\×,4òÏž','',0,'?'),(_binary 'Àš\Zp±–\ÆXÁO1Ÿ\Ó\â›c','wp-content/plugins/revslider/public/assets/svg/hardware/ic_security_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_security_24px.svg',0,_binary '\áuýRX(\rzú;“\"/\Å',_binary '\áuýRX(\rzú;“\"/\Å',_binary 'á˜8\ÈN-ˆ¹Ä˜~\ÕW!o­\nXW2.,Ü“¢¸','',0,'?'),(_binary 'ÀœX\ï\"É˜’œc52e8f','wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ½q›aZ:½}HP~f',_binary 'Y`7]Ê¸·ô¥N\çÞ‚s\rw_\Ñ\è÷\Ò:¦\ê-\ì\"£','',0,'?'),(_binary 'Àœh\ÄœI](«öÿ_','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/class-redux-extension-multi-media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/class-redux-extension-multi-media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò¡ºŽ6N$Ÿ!\ÇfcL',_binary '±?¦Y\Ãÿ3I\ZûºrT€IÂ´\äF£‡ü\ì\Éc•','',0,'?'),(_binary 'ÀŸWU_\î˜b¥Ž|üò}=','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/light/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/light/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Òô\Ñ\Ù‹\ë\å.ð\ÌÀ\Ä\0',_binary '\æA0,&{Ç <¯\ä8\Â\Ê45L\Ãön¬5†\r\êu%x\Å\Â','',0,'?'),(_binary 'À \éðÁJ\èÁ— x[)\ÊEÿ','wp-content/themes/houzez/property-details/single-property-simple.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/single-property-simple.php',0,_binary '„®Ú¥\Ü&o\ÙÎ°\Z',_binary '„®Ú¥\Ü&o\ÙÎ°\Z',_binary '4\í\ÞE\ÝXY\ç=G\êû›\'‹À¼?Ù–\ë’Ù›š&\å\É\Ë7','',0,'?'),(_binary 'À¥$ž};/êƒ²{1‚ù','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ>{O\à<Ü…\ëñb\ï1\Ó',_binary 'o8”\é\ä%d=¨D-o€jð¶\äˆSYJK$£7¦\É\É','',0,'?'),(_binary 'À±3\"ü(z\Ùa€4\î8Œ','wp-includes/images/media/code.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/code.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-o–­UÊ“\î\ÕU©U_',_binary '\'eM a[R#q2š\×kz­+*<ü\Äü÷\Ñ7\0\Þ\Êj','',0,'?'),(_binary 'À¹)-hŽA®~5ž\Ê','wp-content/themes/houzez/template-parts/listing/partials/item-author-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-author-v2.php',0,_binary '´K \Ã^\é[1\å>)¹bÆ­',_binary '´K \Ã^\é[1\å>)¹bÆ­',_binary '!+·v§\Úk\Ï\Õ¯\ã¬Rl\æšG\Â\åö³I3Š‚:‹','',0,'?'),(_binary 'À»¸„\Ø<rVl\ÝM1ü`\Ø	','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphAchievement.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphAchievement.php',0,_binary '¸@\ã?‡?…6\\—\n\Ë\rVj',_binary '¸@\ã?‡?…6\\—\n\Ë\rVj',_binary '–C!š|\'’\ÕB˜Œ¼À¾—y´¢,Hdy5•›B3\Õ','',0,'?'),(_binary 'À\ÄÎš{\ÜLþ\Óô€8{\Îa','wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_off_24px.svg',0,_binary '»|\í±\Û:¼\rh7GÌ£_',_binary '»|\í±\Û:¼\rh7GÌ£_',_binary '%}@`–Œ=iþ„\È\åg7?õB`iCr?y\Ú°…\ä\æ','',0,'?'),(_binary 'À\ÅT{¡\ß2˜\Z\Z—8EF','wp-content/plugins/elementor/includes/controls/hover-animation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/hover-animation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S¤b@¦\Û\î$*­]Yy\0',_binary 'õóE?fL«\â\ã`\éb¯›¯ö\ï\ähª(Q\"Ã»\Û\ÍÀUg','',0,'?'),(_binary 'À\Æ\Îûúmº\Ð{·@¯m\ß','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oLFÊ’4\å¼\Õi\î--',_binary 'Á‡¦Cc#1_»œ|\Ë·Z  ¿ˆ1€—É¾\Ü\Õ\ÏYx\í','',0,'?'),(_binary 'À\Î\Ý÷j’\Ð\íDBeŒ\Ï<','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-ajax-typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-ajax-typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸¾H&g\Þ\è,”Y4‚þ j',_binary '7™•\ëa\á2\Í^gM\Ýê¦®x\ä§»¦\ê\Ø\ÑcM¦©','',0,'?'),(_binary 'À\Ï¡’PF\í\îm\ê;Á(','wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òIvÿtÅ¤ô\ÑG\Ü\ä\Ô\É-\Ç',_binary 'ÀÁGZ’›²`º0º\ç¬ÿô¯*ÁJûA\Ú]µU\ëQ','',0,'?'),(_binary 'ÀÜ’\r\r1w5‡½7x†','wp-content/plugins/elementor/includes/widgets/text-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/text-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~\0º\è\Û=\Ü$nWV>f',_binary ',ò¸$+\Êÿ\îp½¥—‹\ÈÌ±z\ê\Z]¶:¢‰ûmú£\Ï\ß','',0,'?'),(_binary 'À\â5Ò¤\æ‡Z\â¶\í§\Ì\É','wp-content/plugins/elementor/includes/settings/controls.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/controls.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”¡23\0$\ÓU+\ÉNSU¥',_binary 'Ö¯$½\0È—\Ég\Î\ÝCN÷\ãF\ÉE•ª\Ý\Zñ?|Gy¼{e&I','',0,'?'),(_binary 'À\â\æ³ÀŒÿ»;%tU×ˆ\'\ä','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-main-navigation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-main-navigation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶Ž;Ì¾Ed\Ø\Ç\Ä\ÎK',_binary 'y!òbl\ÈSƒ\ê\ÛENF8Æ‚\ÛÖ·C\ã«\å(¹ôO\'','',0,'?'),(_binary 'À\éR6¯Í´¨ö\r\ÈX\ê†','wp-content/plugins/revslider/public/assets/svg/editor/ic_linear_scale_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_linear_scale_24px.svg',0,_binary 'ºÅ’\ÐXÀ·!\ÈP\\¬:ý',_binary 'ºÅ’\ÐXÀ·!\ÈP\\¬:ý',_binary '³ñ\à÷ôg4@MPck\Èd™#ˆ*G\ÐiV®j~','',0,'?'),(_binary 'À\êK/»­ýRÒ¢\ãv$!','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•þ¯>km|\àö\Í/f‹\äu',_binary '\ç@\æ²P]qžŠZ¡9@[¬\ÅkZª;œ-P%cM(\Z\Ï;','',0,'?'),(_binary 'À\î(;õ½:óYf?þ‰OJ','wp-content/themes/houzez/template-parts/listing/partials/streat-address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/streat-address.php',0,_binary '„a±o%,!\Ç\n~¶\ZS\éq\Ø',_binary '„a±o%,!\Ç\n~¶\ZS\éq\Ø',_binary '¾¿”/RñÛ«}|üg\ë_\Å\Õ\Ü`s\î\ÛYû-8…\ë2M','',0,'?'),(_binary 'Àñª<7lL\Íl¬©!','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/RequestTelemetry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/RequestTelemetry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'at\åÁF°Y6¢\Â	´F',_binary 'x\'z?N{\îs}€MÁ1«OrxÌ•x\ãmhX\"|r0g','',0,'?'),(_binary 'À÷K_\Ì\å» »}w\âº\àr','wp-content/themes/houzez/framework/vc_extend.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/vc_extend.php',0,_binary '\Z\Ü\ÇG\Þ \Òý‡k€\Ç',_binary '\Z\Ü\ÇG\Þ \Òý‡k€\Ç',_binary '\ÃT	\Ã\ßôn\n ñ¹\î\ë­Dª½Xï¬¹~\Ô:¶','',0,'?'),(_binary 'À÷ÍŸIû\é\È?\ÔG¸ \æ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure03.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure03.svg',0,_binary 'C4…I1É¡\ÝF¶Tº\'\ÊSF',_binary 'C4…I1É¡\ÝF¶Tº\'\ÊSF',_binary '\æ9)\Å<;Çµ$c@¥¶\áKl­c†e¼ug\Å%X\Z@G\Z','',0,'?'),(_binary 'Àü_ùµê¥¿xô\n¥','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/class-redux-ace-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/class-redux-ace-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»~\î\ì”gi#Q“\Ï+¯\Ì',_binary '\ÚÅ‘X3\Èu¡J”HÎ›¯³V±Ä‰\âð\Üñ\ÂZo\é|’','',0,'?'),(_binary 'Àý\n5;ª	€Eb\0¨ÐŒq\ï','wp-content/plugins/wp-rocket/inc/Engine/Support/Rest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Support/Rest.php',0,_binary '^)K\Øi(®®\Z\æ\Õ+,”žh',_binary '^)K\Øi(®®\Z\æ\Õ+,”žh',_binary 'S*±\è\ÏD!{·}\î\Ï°Nª¬ü}\Ó\ã_û\èd','',0,'?'),(_binary 'Á©<z´\Ço=ð¥rf','wp-includes/class-wp-duotone.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-duotone.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':6µ:®\r®[6\ÕÊ—\È1',_binary 'Ÿõ…_¢ª¥\'\È2»ÀÛ¾n°5¤\ì(‘^Af’¯I6','',0,'?'),(_binary 'Á¬¦\'\ß+·fÁA4X','wp-content/themes/sinatra/woocommerce/cart/header-widget/content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget/content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š¼øƒü\åI7\Í}Ò±r¿8',_binary '\Ûm\Çõ	Àùg\é\ZðON)‘EK2\à\Ùl–Q†%9\Z õ','',0,'?'),(_binary 'Á~Q”ÔÅ´Fp\ì\Û\Í','wp-includes/class-wp-taxonomy.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-taxonomy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TÆ \Úv¡²õ t™F\Î',_binary '\ïü1eM\Ó\â\ì4`÷ižø.v&o\ä•*ìƒ\Å,\ÆE','',0,'?'),(_binary 'Á%¥ûf%ÿ “É§\íõ˜','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§«\Ú\'K\É%\Z\éšJD\nÍ¶“',_binary '55Â±—\ïmˆy§c…J§¥/4`‚ú\çJ\á\0\Ûj%','',0,'?'),(_binary 'Á@óƒ„÷Šœëµ°On£','wp-includes/blocks/html/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/html/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y½_ä¨p\ìóOÿ–Ü½',_binary '\í?tAZ\Å\èl½³\å\ádhœ½o+™\Äð‚\æ\Øe™†û0\É','',0,'?'),(_binary 'Á$\Úã¦°<;ý|¨qÁ‰§¼','wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒù¯…\Õ\ën\ÐDue#Z',_binary '\r\Ñ=®R›\ä”òn¦¬ô\é)\è\Ùv•ò@Y<e;¤.','',0,'?'),(_binary 'Á%uS>ú\Ëa.J\Èaz\Ë\Ò','wp-content/plugins/one-click-demo-import/views/install-plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/views/install-plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–\ä»BgfôÃœ&c\ã',_binary '\ÞòµÔ\'\ß#ªQ›˜\ËQ*	5ò ’fÿ©Gò\"\Üx\"','',0,'?'),(_binary 'Á%+•:¤w™P\"\ìyôüh','wp-content/plugins/wordpress-seo/admin/views/form/select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/form/select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U‚N\ß@ò…ò–v\Õ M)—',_binary '\ál›©b)Š§ø\Ë\Þ%TŽYt+\\•rE\ÆM¼Pl','',0,'?'),(_binary 'Á%\Ý^‘§Á5O#æ™ŸØ´','wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'Á&-\\œ7“oj\æ]=c\ÄLù','wp-content/themes/houzez/template-parts/listing/partials/item-btns-cew.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-btns-cew.php',0,_binary '4ùRð_“…G§\\\\',_binary '4ùRð_“…G§\\\\',_binary 'CfQÀ\Æ\ï,>¼:¯nDì‘¬©§rI\ë,÷Z\Íz‹','',0,'?'),(_binary 'Á&lÁ@\ï\ÊˆóÊ”¸8øJ','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Á&¯Kðœ&\ëÚ„€XgŒ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'döwU@¡71	€,5­',_binary '}~\ân*k(œ\ç‡\Ñ\è\Ú\Ë{C˜M\ì\Å3•³\0$','',0,'?'),(_binary 'Á)¤t\Â”ú*\Ìb<[\í','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ•¢-üp%¤\nª£\çrˆk',_binary '\'Ýº¾þ0paò\Ô3!(ù¿uþ–±}\áL‡VÛ½','',0,'?'),(_binary 'Á)ó3\ä¥f²›Ga?˜(','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_he.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_he.js',0,_binary '«}M\r†)Ñ°ý5œ5:',_binary '«}M\r†)Ñ°ý5œ5:',_binary 'ˆŒ·\\\è6\Åy{öþœZ\Õñó[r—\êO\×&6K','',0,'?'),(_binary 'Á*\É\ä\ßy{²«\ê€-Ï–\ê','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿?ÿq±Œª\áž•—',_binary 'ù\0®\ÝR\Ôõ\ç\ã\Ä@Ò§©¤©\èq_^d2»\ãL\è\âñ–R','',0,'?'),(_binary 'Á0¹<¶0\ß\n·q	ò','wp-content/plugins/wordpress-seo/js/dist/api-client.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/api-client.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™”C\ÓOöi¾\Î\ä¼ýN0\Ú',_binary '|û@y6}˜·\áµ\æ\0„†“ú¬90d‚õ®\\C','',0,'?'),(_binary 'Á2w\ë“Þ®y>T#ù\nyM®','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•¬Q9\Ñqƒ°o‹/!À\è',_binary '›\Ç\æ]¥\ÍI\ÙV¢¼ö°Ý±±¬&þï¤••üÇ(\è¢\é','',0,'?'),(_binary 'Á2\Ã^ñ\np‘\ãaH\ÈH','wp-content/uploads/2020/09/streamline-icon-project-blueprint-buildings@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-project-blueprint-buildings@64x64.svg',0,_binary ':/”^\Ï\Ï#~cê˜—{ú%ô',_binary ':/”^\Ï\Ï#~cê˜—{ú%ô',_binary '‰ª\ÝCþ!SŽ\ëù@\ÛKÐŠ¶i©1œ\çè®ŽmR','',0,'?'),(_binary 'Á2\é\Z°Ø‹Ú¾\é¬ô|','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/ImpersonatedServiceAccountCredentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/ImpersonatedServiceAccountCredentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ógm\ëU.Vý\'ùó7ÿ',_binary 'ÇŽ•2Zx»dj?\Å\çqõ¸\\\Ñ\Ï\î\Ü5\ïik\0{\Ö\nC','',0,'?'),(_binary 'Á6\Â\Ók\×\Ï=Ö¿Ó£ºS\ä','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/InflectorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/InflectorFactory.php',0,_binary '<-U2‚‹Ju¿\êûX7B',_binary '<-U2‚‹Ju¿\êûX7B',_binary 'Ë•2§\Ô\éz\É#·$Ð€\×^\Ô\ÎN»\Ç^Siü\Ä/$','',0,'?'),(_binary 'Á;\Ðs­«\è•ûx\Î\ã\0¹ÿ','wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/field_button_set.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/field_button_set.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'lkzö3‘ƒA\îA0\Ù\Û\Ç;',_binary '†¾ÿ#-\çP\Å,\ÚIC\r¨\é!¥¿9\à•ÿ±:ö¦m÷ôwHI','',0,'?'),(_binary 'ÁE>\0\ì½:%)ý\ÙøC<\Ò','wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u\é §–¸\ã€\Ç}\"(~”?\r',_binary 'U¢B>G\Â9±†K,\"5 ûÉ¢‡cü	½e?¯N\n\íø@','',0,'?'),(_binary 'ÁO™\Þ\ØIAÓ•\ÒR6þ]9','wp-content/plugins/revslider/public/assets/svg/social/ic_mood_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_mood_24px.svg',0,_binary 'l!qM+\çxñ k-‹\è',_binary 'l!qM+\çxñ k-‹\è',_binary '\0ê§¤^vÞ•O\ç›\ÎÍðŠ–rü—r œ0#‰\Õût','',0,'?'),(_binary 'ÁRz\Æ\È/_\Î8¾@\'“!ˆ','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T\ã¶l»õ\é\×<\ã˜R%\Ä*I',_binary '2BRzm9,oŠ\ç‘‘w Î«\È}i\ê>\äQŽ+¿!\n\\','',0,'?'),(_binary 'ÁVXg!xOIù\Ã\æ\ï{\áA','wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Éõ%¥˜<D™À9… \á',_binary '\â\íŠ%\ë\ÕYõHä‘º¢tŽœO•+¹\Ùh\à \\¦¾0','',0,'?'),(_binary 'Ác£+Û¬]K\ÊK“\í)I\Ï','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListContactGroupsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListContactGroupsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`h\ÛN(CÏ«Ú­\ï°º‰',_binary 'ª$;wB{—›@²´[±\rƒ1;c\Ð÷‹©‘\èÏ\nÀ®','',0,'?'),(_binary 'Ádÿx›\ÉD§MqÜ®=','wp-content/themes/houzez/template-parts/login-register/modal-login-register.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/login-register/modal-login-register.php',0,_binary 'kž\ÄTm§«5\r´q\É:\Ò',_binary 'kž\ÄTm§«5\r´q\É:\Ò',_binary 'Cþ	\ëD[\êa(s=FfD;Q¶‹\Öe¥õ\î\íÆ²¸[','',0,'?'),(_binary 'Ág\Ó@µi\Æ`;\r\'i','wp-content/themes/houzez/css/font-awesome/webfonts/fa-regular-400.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/css/font-awesome/webfonts/fa-regular-400.svg',0,_binary '\ç]ýM6j%`\Æ<#\ÏÉŽø',_binary '\ç]ýM6j%`\Æ<#\ÏÉŽø',_binary '¨\É\âË”	ûLuq-\Zù(\ËD=\n0i\Ëy\ßd™','',0,'?'),(_binary 'Ág\Ç÷i,cÀ\ÄU\É}','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ákë³Œw\Ó\äDy	e¾g',_binary '„ƒ3\êa°Qþ`[\âûŽ·­\Ó#­L úð q¢Š\ÆS','',0,'?'),(_binary 'ÁjhV,6wT[\ã6;Ê‡\å','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸ˆ†\îÎ —1q5\Ê\Ûû#\î',_binary '–+…?\r\Ô%°\\•é†­¬†\îE´\íh\"P2‘Œ…','',0,'?'),(_binary 'Áj\Ü\ÅT&>Šþohº§‹\Ñ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SubscriptionItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SubscriptionItem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠüµB_Fq\ê·á€¨cI',_binary 'ü‡.½b¥ siþs\rhr	\ë./»0Y\ÎÕ†:°×«7*','',0,'?'),(_binary 'ÁkHm\å1\Óó`0Ñ¹¯–_','wp-content/plugins/wordfence/lib/wordfenceConstants.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o\Z\Ý¼l\å\â®û$õ\î4$a',_binary 'D®h\æ¹õ/D¶\â*§®†jlñ¡T£\Z´ôQDs¯ò','',0,'?'),(_binary 'Ál\ë\Ûù|­©ö#þ\ì7\\„','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Mbstring.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Mbstring.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\á,/8G3l§–n¯²\Ä',_binary 'Ð‹\n\å’\0…÷<Z!¬ 5™Qþÿa\æ3Ñ£\äøO','',0,'?'),(_binary 'Áqœ~’0s\ÅCü\Õlc1A–','wp-content/themes/houzez/template-parts/dashboard/board/match-listings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/match-listings.php',0,_binary '\r¨½\Î$\Ù?ZW7Nx*',_binary '\r¨½\Î$\Ù?ZW7Nx*',_binary 'óh\Ì\àG.’\ï«\Ûú¢[yp0\Õ\Ð`€¡ª´s\é^Ao','',0,'?'),(_binary 'ÁzÝ¿\ä¯&Xâ™6¤˜\Ìs','wp-admin/css/media-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/media-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&NR/‚¿W!¨¤, Eb',_binary '\Zýu<Z¹el>­\Ð\ì\Å\îõ\ÚÏ‰ZÄœ««fun¯','',0,'?'),(_binary 'Á{ß‡\ì°\ÊC\Øq\Þ\'z','wp-content/plugins/wpforms-lite/assets/images/addon-icon-coupons.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-coupons.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oý¶úú˜\ÖK/\â5o\Â@',_binary '¤\ì¡Dd!ì€¦2=@þdUõ\r—\Å8\ÓwpŠ¸IŠ.ö\Ô','',0,'?'),(_binary 'Á~\ÔÃ‹[Twñ‚hIç½¨','wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Activity_Metrics/Activity_Metrics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Activity_Metrics/Activity_Metrics.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„,Qma\r{\Ý\n\Å\Úÿƒ',_binary ':«a\ÅAô0”«Þ©‰\Ðs&\ÝO-Ô£??\ã§','',0,'?'),(_binary 'Á‹®WWª\"\áü<\î\â','wp-content/plugins/google-site-kit/includes/Core/Modules/REST_Dashboard_Sharing_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/REST_Dashboard_Sharing_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0 \Ï4\Ü\ëÜµ[™&Š‰j',_binary '\Z,œ\ã˜\àQ0\à\Î\É;ÅŠ$FP	—RNˆ\ë\ëb„cW-','',0,'?'),(_binary 'ÁŽ[\Ù|\Ø;¿c|þ%A','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentIntent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentIntent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Èšj\áˆm ŒZþÑ’Qó',_binary 'Dþf?x±\"R\Ú)\é[\çCYª¡aL)ÿ“t\Û\ãôY¼','',0,'?'),(_binary 'ÁŽ«¢ö_\Þ÷þ¸¤C6:\Ñ','wp-content/plugins/wordpress-seo/lib/migrations/constants.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/migrations/constants.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰IËŸZT\Ê\Üc\Ò*u®ý\Z',_binary '3~o;‡.\ïo‹-?ö\ØÄ¡\î©oW\æw@','',0,'?'),(_binary 'Áœ!\ç\ày\ÏF¼¿]\É\Æ\Ã','wp-admin/includes/class-wp-ajax-upgrader-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô¶˜uÅª\Í\éÖ˜z³$B',_binary 'ùU<zV|T	…wûøýUzn3™h\Ëv‡AS{','',0,'?'),(_binary 'Á þ¬\n ð\æ\æü„\Î(z','wp-includes/PHPMailer/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/PHPMailer/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“ÿ\ÊuiD\Í7Ç…€C\0\ì,',_binary 'õ/ûb®^u,ŠÊ²`¥XJ±·x \Ó~\Íù\Z¤´C’†','',0,'?'),(_binary 'Á£b\ïð–\'\Ø\êÆ»i¸\ì','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Avada.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Avada.php',0,_binary 'KŽ\É\â&ý™Èœÿ?µv½•',_binary 'KŽ\É\â&ý™Èœÿ?µv½•',_binary '¦°Q\'\æ<”bKð~=OH\Ø6@S¸\én±ò\äc','',0,'?'),(_binary 'Á¦\á“q3\ì+0û<€ŠI','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7l—öU=\ê©³ù‰½',_binary '\ç\Û¸–P¯™ü¥‰z¾b¡ºbò\ïG[ŽZ\Ø{¶—!','',0,'?'),(_binary 'Á©cU€*õ\Åt\ë~Á\í\ä\Ø','wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!¥„\æ›$÷+(¢‚Ÿ¯\\',_binary 'D‚( \ÜVŒ\\¢Ìí¶£|ú\Ý\ÑþÁ\Ëû´ó†\Ä\íÀý\Ó@','',0,'?'),(_binary 'Á©\âjm95\'ð\Êò~{»-','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Account.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Account.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Sz”h\"\0}’˜\Ö\ï\Ð\é•',_binary 'û\ãº~\×I\Øò–£ô«›·ðÃˆÑ¿({\Óp&kg\'W\à?','',0,'?'),(_binary 'Á«†Ý¤ÁÀÅƒ\ØLò¸¦¨','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/input-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/input-list.php',0,_binary 'wî­“\Æ\Õw£1R–ÿª2Š\Ð',_binary 'wî­“\Æ\Õw£1R–ÿª2Š\Ð',_binary '}˜¶\Ðñ\á¥?;\Ö	\Z_O(ÙªM=<ó8c·`³¬‡ü”?õ','',0,'?'),(_binary 'Á·\ÖR\ãÕ˜¸ø\É\Ñg‘2`\Ò','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LighthouseResultV5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LighthouseResultV5.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘\ÃôPO?‚\ê¦AÖ\Ò\Ò.',_binary '\0t\ìrô’wðoYIcdC²§ô¯®wF6U®H+G','',0,'?'),(_binary 'Á½u‰²{\Â]P\"%\ØÔ8[','wp-content/plugins/elementor/includes/settings/validations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/validations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\Õ[ô\Ê\rqûZ¯\ì+˜',_binary 'ÀŸ\ì*lªb\Öño”«³Z`„·E\Ü\Û\àc¿;ö }n\Õ/','',0,'?'),(_binary 'ÁÌ†üž[ŽÚ6sž™ZJ','wp-content/themes/houzez/template-parts/realtors/agency/specialties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/specialties.php',0,_binary '\Ð\ÑT¤[­€_ˆÀ*þJ',_binary '\Ð\ÑT¤[­€_ˆÀ*þJ',_binary '¦cDÙš\Û*g8/\ãrv5‰šh†øPYi\Âó%','',0,'?'),(_binary 'ÁÒ´Ù‰Àü-\Ü2°‰ð‡j','wp-content/plugins/wpforms-lite/assets/css/emails/partials/compact_media_queries.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/compact_media_queries.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+jdŠˆ6\ÖÉ¹\ÄY\Û\n _',_binary 'q¾²\ì#\ä…#;@óòKGV”\ÜHÊ‹(û¾¹º¼','',0,'?'),(_binary 'ÁÙµ\nh¶\ÍJxµdv\ÏÔƒ]','wp-content/plugins/wordfence/lib/wf503.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wf503.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š_*\"LƒX\09zR\Ì\ä',_binary '=\æz:4©\ãms\Ê\ÇFy\ÈFÐ‰O\îÜ²\Ó¼n\Ü)','',0,'?'),(_binary 'Á\Ü_\Ñl”#±	\ÄköPµ\é:','wp-content/plugins/elementor/assets/js/text-editor.2f2f7e0ea1e16387a004.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/text-editor.2f2f7e0ea1e16387a004.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'IµÑ¦®÷˜–ò,½¼\Ñ\Ý',_binary '\Úô\ì\0\n%W\é}\íwÛ·-5œDóP\Ò7ÔƒA\Ý&\ÔÀ´PN','',0,'?'),(_binary 'Á\ÞMñy\\W\×3‚š‰A','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';X¯gv,è­ž±t\ZÐ‰',_binary '/r4\í|6\Ò\×H\ì\íÝ²e¦‡1†_Œc®v%F','',0,'?'),(_binary 'Áß¯¡H­·\æ¥™\ì>\ÝZ','wp-content/themes/houzez/framework/stripe-php/lib/Service/Reporting/ReportingServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Reporting/ReportingServiceFactory.php',0,_binary 'šn¢\âë¾€ô\Çf)«†\â',_binary 'šn¢\âë¾€ô\Çf)«†\â',_binary '{¶òº„€^žW–l60/ôòuö3Øƒv­$\ê\nÀ\ã','',0,'?'),(_binary 'Á\â\ç“\í»M\ë_1‰\ê…t	','wp-content/themes/houzez/property-details/partials/overview/bathrooms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/bathrooms.php',0,_binary '…²M!<Ž™\Ï\È\ÒFuR3',_binary '…²M!<Ž™\Ï\È\ÒFuR3',_binary 'F&ŒÂµ/a\Ûw+a7V-ˆ\×>öŒ˜\ÂB{\"\"(\Í\É','',0,'?'),(_binary 'Á\å·ôÉ¾r¤;–v|/‰','wp-content/plugins/wordpress-seo/js/dist/new-settings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/new-settings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z¾y^\Õÿœa\"p²Ï‚+',_binary '0^?\\¨rù½uu\Ó?¯£§šMyb+:o','',0,'?'),(_binary 'Áð $öT†Xü@#Ž„A¤\ç','wp-admin/js/widgets/text-widgets.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/text-widgets.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\ëZ\ÊúÃ·C6Ø \ë+¾',_binary '\é>¹\ì†X7T¿\Z™&ø~27\ØñöZ\Ë=JÃœ-','',0,'?'),(_binary 'Áö#n\ç\Ï\âgkw6\ä\àÀó','wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiTools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiTools.php',0,_binary 'I\Ö4»‹\ÏeÁ\ä\Ý\Ìdºõ\ä',_binary 'I\Ö4»‹\ÏeÁ\ä\Ý\Ìdºõ\ä',_binary '×”\î\ÇDö\r~ó89¿;©HLS\à- ûªûü±tF¬p˜','',0,'?'),(_binary 'ÁùÁ2zsñŽú4x\ÎEB','wp-includes/ID3/module.tag.id3v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.tag.id3v1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\ß:¶±ú0’J¹6(°\Æ`',_binary ':?¢E\ØùÍ…\Êffˆ\Ù^/øUCø9\Æ\ÃR2\Ï/','',0,'?'),(_binary 'ÁÿÁ’þù‘+Œ>§h )','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')o<ªYŠbüÀ\\\Þf\Ë\ä',_binary '¹\ÃÎµ«?û4J\í‚cIXÌ‰{Ì©¸»AÈ”ºOyýð','',0,'?'),(_binary '\Â\0Z\Ô6f±ò\àGaYwr','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Uninflected.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Uninflected.php',0,_binary '»7#T‘¬o­.q@\nšš',_binary '»7#T‘¬o­.q@\nšš',_binary ' =rþ$ˆ\ÇWð€¶´ òe\È__]ß‰\Îô\Ö\Í\ËU,\Îò','',0,'?'),(_binary '\ÂObc®³\" \Î\Ç\Û|J(','wp-includes/images/smilies/icon_evil.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_evil.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð^ôM>\Êz“\åø',_binary '¦\çQ|x>¿\Å\é@VÐ›_¸/€\"Ž\ÎWô™ó¯%S','',0,'?'),(_binary '\Âdù&\ÊóˆB‰\ÑNTW','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/APIClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/APIClient.php',0,_binary '\n.\ÒCÀ- ›edžo¹õVW',_binary '\n.\ÒCÀ- ›edžo¹õVW',_binary '#1\Õ\è‘\Â\Ë;h;(ÿ°#<8\ÂM¸?u\æMµ\Ä&|\ÙSr','',0,'?'),(_binary '\Â‚\à1$LOŸÑž™œ','wp-content/plugins/updraftplus/includes/class-updraft-semaphore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-updraft-semaphore.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\L\ëbV‹Sd2b{¢v\ÛW',_binary ' ›ž\Óbg\Òw<ð‰\Ã\ÔÀ\èy^Ã·y,<°¤{…ø\Ê\Õ','',0,'?'),(_binary '\Â\Ç\Ì\Ú® ¼\á¦ÀB;»ò','wp-content/themes/houzez/framework/stripe-php/lib/OAuth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/OAuth.php',0,_binary '¤\r¶«€µvwØŸRûù¢',_binary '¤\r¶«€µvwØŸRûù¢',_binary '‡2e7f\áJ4f¬\rŒþ…h·•A@št–«}¼W¬\å¡\ãø','',0,'?'),(_binary '\Â’¥µe­\î7”F\Ó%','wp-includes/blocks/post-title/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-title/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶úõ\ì\Ö8X‹\èoYc',_binary 'o’W Bx½\ßpºû…\Õ\'.uZ^ò‡\Ê2cˆ´±€','',0,'?'),(_binary '\Â·P´¸=e\Ô.a£\×61','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o_ð¬\ç*â°ó\ÍmJ4h',_binary 'óÍµ|@t–$Y “ô\ÍÁµ–¤Ø¯ð\Ñ\ÂZr\Ö\ÐO!','',0,'?'),(_binary '\Â.]ý§£¤\Ê^‡+=7\Ô','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregate.php',0,_binary '¸Ÿý\Æc}\'žŒ\Ý„\ê‘ø\Ó',_binary '¸Ÿý\Æc}\'žŒ\Ý„\ê‘ø\Ó',_binary '\Z‚\å’Ar¶Z\Ò\Þ\ÍÀ±´¿Z\Õ\Øq#L)ž.üxl\Õ','',0,'?'),(_binary '\Â\\!@PcM5iz/ƒ¹\ç','wp-content/plugins/wpforms-lite/assets/js/admin/builder/dropdown-list.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/dropdown-list.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.\ï>Nä„˜@Š.yó',_binary '\ZŸ´Ž¹\ÈÀ\ç1GóNõ\n–I>\Ì\Ã#\ÙÇ‹›Y5•B:','',0,'?'),(_binary '\Â˜£WžÞ§ag\å\â±~Y','wp-content/plugins/revslider/public/assets/svg/editor/ic_wrap_text_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_wrap_text_24px.svg',0,_binary 'H™ph@0£›º\Ès\Ûc',_binary 'H™ph@0£›º\Ès\Ûc',_binary '\Þ\ä\ßTAM\Ûo™¹p>)Ü·\ÏF¥\è¤Ÿˆ9‘Ø³q\nc','',0,'?'),(_binary '\Â>;W\Æ).[G«9=³','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListEnvironmentsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListEnvironmentsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Buª\êŸþw\ã\ÞSus`{w',_binary 'À+jO/~.#¸·‰EÔ‰e$„>D¯¯–ŒsN\âÒ‰','',0,'?'),(_binary '\Âs2¢\034$§™kŽ','wp-content/plugins/elementor/includes/editor-templates/panel-elements.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/panel-elements.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i¡Ù†\ã\Ö=€ ‰¬f¹m',_binary 's…a¸¨¸\Zžv}9\ß	\æiöª_¡¶\n\\5','',0,'?'),(_binary '\Â0œ:\ä‹\Å6G_\Å\ïDÈ¼','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\ÂSJytf©þ\Ó@1\\\ÞI','wp-content/plugins/google-site-kit/includes/Modules/Search_Console/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Search_Console/Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rŠ 8«¬—\ä—üÙµŒ',_binary '“aýhýMK¾@¡ðÑ\â;T\ä¡Ò‰#ð“çŸŽNøü','',0,'?'),(_binary '\Â-s®ƒÁ~Q¹\ËX6/','wp-content/themes/houzez/template-parts/search/fields/geolocation-banner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/geolocation-banner.php',0,_binary '\é÷¯j\ì\í\Ì\Î\n\Zy\ë¢ÿV¡',_binary '\é÷¯j\ì\í\Ì\Î\n\Zy\ë¢ÿV¡',_binary '\Ë \0li°aLn[^\Õ\r1Ÿ»þ¡¥;Küs¥ó F{ø\í','',0,'?'),(_binary '\Â-šY•j†M3GJ³DL','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/headquarters.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/headquarters.svg',0,_binary '!‘´£*\Â5ˆz<\Û>?¸2\Ù',_binary '!‘´£*\Â5ˆz<\Û>?¸2\Ù',_binary '£)†.f\ÚÙ–’t\ïSÌc&Š?\n\Ø\é£{S¼ô¤\ìç®','',0,'?'),(_binary '\Â/.—!ùb8i¿h+\Û','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/Base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/Base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ç M%6\àõ\Ê2_\ÓJ·',_binary '\Ñ!\ÌX³8d\Ý` 4öXõñ\Öc%`Bl?,®+s','',0,'?'),(_binary '\Â0\nmƒoH\Ú\rµöuw\Ì','wp-content/plugins/revslider/public/assets/svg/action/ic_aspect_ratio_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_aspect_ratio_24px.svg',0,_binary 'ù^‰ý\Þyô\ã®\àûSr¼',_binary 'ù^‰ý\Þyô\ã®\àûSr¼',_binary '¤>²‰\Ï\í¯¦\È!l€‹ß–\çl	\ÔÑ¢Þ²žü—%;','',0,'?'),(_binary '\Â0¯.ù\â\ê•`\ánŠ·','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{WB98\Ø\Zu\ÄŸò`X^',_binary 'ðz\Ø=\Øxü)®\Ø\å\Z¥Ð±\ç4@\É\ÂY4\Ì\êµ„Bse$','',0,'?'),(_binary '\Â1¨ŒWV(2Ÿ˜6²„³”','wp-admin/images/icons32.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/icons32.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÑÛ¬[\çm9…\çJ¡4\Ì\Z\ê',_binary 'D\ÌkCd‰\î—i|a|™¹\à\Ý\Ù+ò\ržx‡¯ÌŒ¼ñ«','',0,'?'),(_binary '\Â3‚\è\ÑN’\îõú~5\Ãi7','wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïxo\Ï\nÝ›dË­²tcRŒ',_binary '\í9!n‚NÓ¨ü\ØyûüÐƒºø‹W˜~š´8ª\Î?‡P÷','',0,'?'),(_binary '\Â6³¿MÍ“\Æ\è)Ì»','wp-includes/blocks/text-columns/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'IŽ\'ò|\Ù\Üõ\Ëð\ë¢=8¬',_binary '¾¸Ný‰@HK™‘0þ”½ø\×\Î9Lœÿ*\î“\ã\È|','',0,'?'),(_binary '\Â=©¼†}ÿLsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[M/*ŽµE\æ<s\äW\ÜRG',_binary '\nðÁ\\‚¯XÎ°Ö¨P’°A\åÂ—\nXjð\'£;qý{¬‡a\Ö','',0,'?'),(_binary '\Â>Æ€ºè„´o\Ï\\³i\×D\â','wp-content/themes/twentytwentyfour/templates/page-no-title.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/page-no-title.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C\Ñ`Û¯®!2þ\è«\Çôi$½',_binary '^4›º.9,Ñ‡Ê‚´óG­Œ¤R¼§:«	þ\áÿK','',0,'?'),(_binary '\ÂF]z´\ç\0\æˆ#ó\Í1¦','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/RequestHelpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/RequestHelpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nÕ»…\"]dŒ‘žs÷E–H',_binary 'j~\Æs+3©„ª( P¤\×\âd\ÅsBi\rVf5ƒýl','',0,'?'),(_binary '\ÂMÁ¶*¤5\ÐvJ§n\×\ér','wp-content/plugins/wpforms-lite/assets/js/admin/builder/help.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/help.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>%ea5øðDm\ÝKñ',_binary 'Á©-]ƒ\ì‘\É$ÁðÎ‚°P\í\Ðò\n\Ù7·À^ô\èY\Ð','',0,'?'),(_binary '\ÂME[S7czÆ›®\×','wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ru\0³d\åOŸMS\á”',_binary 'Y\ä»8\á6l¸\É\çk0F‘A–\Úyû¼À:£‰@¶Š','',0,'?'),(_binary '\ÂNu\'¹¨›£\ãhõW*','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure01.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure01.svg',0,_binary '|\Êa¨\Õd±³D!\ãIù',_binary '|\Êa¨\Õd±³D!\ãIù',_binary 'd‰Ê­7\á#Q\ä\"%¦üÂ‚Ÿ¯Mzö3\\\É\0wx\Ó','',0,'?'),(_binary '\ÂOHU\Ô|”Z±©#—Z\n','wp-content/plugins/elementor/modules/announcements/triggers/is-flex-container-inactive.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/announcements/triggers/is-flex-container-inactive.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\Ï\ëa©¥†\ri‡1è–¤©õ',_binary '•pÓ´hÀŽ	œn\ÅËŒ? Á¯\íBj›\ÅÀF‘gmdñ','',0,'?'),(_binary '\ÂO“tg˜\02‘\\‘BÀ”','wp-includes/assets/script-loader-packages.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/assets/script-loader-packages.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ò½˜¶cD¼\á¹C\rJ?7!',_binary 'ñHN—ÿ¿5üÀ‚\É¶\íqˆ¦\ÃA=¶pLEfb','',0,'?'),(_binary '\ÂPg*l.\\»¥\áýì€‘\'','wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Subscriber.php',0,_binary ')Q*‹=\Æ\ëue&8ñ¥«',_binary ')Q*‹=\Æ\ëue&8ñ¥«',_binary '.²²©—\á\ÊsHõn\Îh¾\rLdI³u\Ñ2L£\ZµÌ«˜','',0,'?'),(_binary '\ÂU4\Z¬\ÎÀˆ·Z\èž\ØÔ£','wp-content/themes/sinatra/singular.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/singular.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$ùcÍ¶¬1\à9r\ã',_binary '\ë\'\í4”[G–>y\Ñ\à`wU7Xk‹\Ý\æe9U\Ã','',0,'?'),(_binary '\ÂWˆYP“ù\è{\ëtkf','wp-content/themes/houzez/framework/functions/emails-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/emails-functions.php',0,_binary '\Z¡\ìVÀ\"e‰«y\Ô\ï%C\É',_binary '\Z¡\ìVÀ\"e‰«y\Ô\ï%C\É',_binary 'º¬tž\ÇJˆi}Z¯*\Øx÷ý‡F[3û”\Â\î\æÁ“ð*‘','',0,'?'),(_binary '\ÂXJAðj³\"hPÎ¯M¬\É','wp-content/plugins/wpforms-lite/assets/images/exclamation-circle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/exclamation-circle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$˜H\ï\á7md\Ýsx·Ž',_binary 'S•|ªe4¬K6JJøBq¢M­,°¹ZUýœ¢’','',0,'?'),(_binary '\ÂXª5¡—{\á\rÍ±)jM»','wp-content/themes/sinatra/inc/customizer/controls/widget/widget.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/widget/widget.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ¨Œ–]\ê\Î|> ­š+FT',_binary '¶G{õZ¸¾\å\Î.An37ˆ¡µ<nY¸\ÐW§\î\Çñe','',0,'?'),(_binary '\ÂYm–Rôl«X\0ø†\Ù:','wp-content/plugins/wordfence/views/options/option-textarea.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-textarea.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°Ž„\æw\n£Mus•ô žµ\Ì',_binary 'O¾Š¯=~jc#ý6Ž¿Lçªœ\Ý\Ê\Ñ\ÄasòW\ÕOQ-','',0,'?'),(_binary '\ÂZ½EpU¦\Ê\äMø‹ I\Ç','wp-content/plugins/redux-framework/redux-core/templates/panel/menu-container.tpl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/menu-container.tpl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š•’÷½m\è$Ÿæ†‰	¿\"',_binary '!h 4IÊ¹[\"ª^ñY0[\0\î€Y·÷\Ç/-¼gO\Ë8','',0,'?'),(_binary '\Â]ìˆŠYT\Ã\ïXm°+%','wp-includes/js/dist/vendor/moment.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/moment.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š\á\É\ÓZ¥¹…ü¡\ÍÔ®',_binary 'Óœ\Í†\ÔX˜œ©G\"\Z­r±\ß\Ö¾sNñ=c\ì\r','',0,'?'),(_binary '\Âb2ñd¸M“D\âl¿\ï\Ï','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/functions.php',0,_binary 'Q0ž²1Ž„øf”’M\î ',_binary 'Q0ž²1Ž„øf”’M\î ',_binary '\áf\ã4¬›*Y„Z\Ç\æ†\äF4T+£NA€].´qÊ¦e','',0,'?'),(_binary '\Âi9º$:¹¼Óžl¯{\Ñ\á','wp-includes/theme-previews.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-previews.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É!\ÏÏƒûž#\Ôx0,OY¿',_binary 'ò]\ÄH´˜[³lô\r.\rcC©«\Zå˜¿\Z\ç‘ð3úY›P','',0,'?'),(_binary '\Âjvÿ}\'~øƒ¿†\ï£\×','wp-content/plugins/redux-framework/redux-core/inc/fields/text/redux-text.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/text/redux-text.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7e9‚À\ì|t[L˜“\ì·',_binary '¦§ $±¼’ü6=\í¼\Éý\æB2\ÇÑ‡R3~‰\ß\Ï','',0,'?'),(_binary '\Âj\Õ\çU\ÃU\é‘X\Z\Ð\è/J/','wp-admin/includes/class-core-upgrader.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-core-upgrader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' MÙ”‡ÿ¤\Û\rs=\Å\ã',_binary '‘)~H	E\É-\î¿o¨P\ËX·÷\×¡ªJ\ÌÄ´•\ïy±','',0,'?'),(_binary '\ÂrqÉ†À» !¡õL&­™','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹\Õ7\Ì\Ô9`\î’úU\Ó\Í',_binary '^\îH…\ËnTktò¬¹ø%ýu7\ÅÍ½MM\ÎH\Ò\nz1','',0,'?'),(_binary '\Âs\íö”>/xv¹Ñ¢h\\O','wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-form-preview.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-form-preview.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«FJRg\r…C.<H\éY',_binary 'ú2\ï•\ÖÁ5Þ˜€3¦€[\ÖQ\á›(fƒ¨gt	#','',0,'?'),(_binary '\Ât£‡`ª¼\å¿‘\Ý÷','wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Processor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Processor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·£\êt}{\ï¶\É}úM‹',_binary ',1V#¤\ï¾\Ú\Åö²7z\ç×Yžo\Ü\ï†\Þy\0\ÙC›‚','',0,'?'),(_binary '\Âxu^÷™W¢^$£\ÊŽQ','wp-content/plugins/revslider/public/assets/svg/action/ic_donut_small_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_donut_small_24px.svg',0,_binary '\n™I€u—ñ\0n\Ì(\"9\â',_binary '\n™I€u—ñ\0n\Ì(\"9\â',_binary 'þ—€­_\ê\Ð\îÙ…X‰m‰\Î=¼Û‹iÅ¤P¢¬\'\nJUV\ì','',0,'?'),(_binary '\ÂxÛ¢~¦\î§*YŒß•','wp-content/plugins/wpforms-lite/src/Admin/Education/Helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®@ñN\'WU‚ùŸ*“\Ñ=',_binary '%ž÷ñÎ­3\0##B]r2v\ZŠ[\Çå¦®\Ï\àÜ›!9Y','',0,'?'),(_binary 'ÂŠ\êgØ²h/á¸®™O²N','wp-includes/class-wp-block-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r[žSõõ3?pnD\ÑN…\Æ',_binary '-^¯\Î4j\ì‰9µbidó3M{\Ý-¸o\ÎbU_^\Õ\ì‡','',0,'?'),(_binary 'Âþ÷ÀˆžÄ¡!±ú¦‘\Z','wp-includes/blocks/categories/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	8 \ÎMkRû£=´\n\î',_binary 'Ø—†º\Ä\Þ®0oˆº¢¬òT‡\ÌO|6°WÁý¸½','',0,'?'),(_binary 'Â’T`+F‘.Aþs—','wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\œg{Ž\Ì*hHó\à\ïV\Ç',_binary 'i’\nˆ\Ø7ºt\Æ5\Æx¨\ïª½\É\ÏðMÒ”\×¾±¯','',0,'?'),(_binary 'Â•&´C„5•\Ö>·V+§ ','wp-content/plugins/redux-framework/redux-core/assets/img/raw/1col.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/1col.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã3.T\å’Ž,\Íl\îŸù',_binary '\Z\î1‹\ë\Ô\Ï7\Ü*Lbú\á\íW\Ò0\Ä3MhTkÁ.\Õ-','',0,'?'),(_binary 'Â™‰6F¹ZK[\è©\Íq\à','wp-content/plugins/wordpress-seo/js/dist/languages/it.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/it.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ·¨òP\\M,\Å\é\Êp1',_binary ' ¶ú­\\\ç?¦³§C¹\Ã=\â>\Èún4×©cq}5bg›','',0,'?'),(_binary 'Â™öš¼\Ú\Éò¼wLUR\ä\Ë','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^8{‘<\Ü\Êó\Þrª´~d°',_binary 'l¯—H•­\á,=ŽÁY?rÀ\êò¢”’\Ü\àD˜¯½','',0,'?'),(_binary 'ÂŸXD’ú\ÏAi(¤À_','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php',0,_binary '\Ùt‹´ò\ÜMy\âÆ±\Â\Ý',_binary '\Ùt‹´ò\ÜMy\âÆ±\Â\Ý',_binary 'Gv¶¤øŸ\ÕÀSøJD\á¢_\ÇyEö—1\Ý`¥ 4¢ð(Z^','',0,'?'),(_binary 'Â ¢@öQT€¾´\åp~\Ê','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_5_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_5_24px.svg',0,_binary '\Ä0|®±÷\×þM¢Ü¹œ',_binary '\Ä0|®±÷\×þM¢Ü¹œ',_binary '«\Êø\ê“t\ß\Ò\Ð\Ê=\Þ\Ï]&‹d\á}qz7môó\àn\îu','',0,'?'),(_binary 'Â¡Hï²’\ÏþxT7D','wp-content/plugins/wordpress-seo/admin/class-option-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è[¤\é\Ñ\ÇÙ¡¼¼f¬¹ÿm',_binary '?·Lž{p\Ü\ÞÀ	Q_¸¹i+<[3óah£\ßOf¨’\à','',0,'?'),(_binary 'Â¬D£R`¹7\è3†¹ñ\Ù','wp-content/plugins/revslider/public/assets/svg/action/ic_thumbs_up_down_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_thumbs_up_down_24px.svg',0,_binary '/Ñ¢\nÒ›\è\Í\Õú\Ï¸',_binary '/Ñ¢\nÒ›\è\Í\Õú\Ï¸',_binary '¸<ü~#D{\Åož›Ì‘5\ne¯È¨ÉŽÁÏ‚yl¬¦g\r','',0,'?'),(_binary 'Â¬¶@-2„÷C:_\Î[\rH','wp-content/plugins/revslider/sr6/views/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/views/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'Â­¸R\'–À¼˜\0Uõ! \0-','wp-content/plugins/google-site-kit/third-party/google/auth/src/CacheTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/CacheTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾kCHÚ¤P·ˆ\"FU\Ëù',_binary '<¥?\æñtÏ˜Ð•\Â\ÜlÀ”;U\ßt^9‘‰7>*\ât™*','',0,'?'),(_binary 'Â¿eh*,p½Ù«K','wp-content/plugins/revslider/public/assets/svg/action/ic_3d_rotation_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_3d_rotation_24px.svg',0,_binary 'ª\î\Ø\ÊV>™—\ZCŒ‚˜',_binary 'ª\î\Ø\ÊV>™—\ZCŒ‚˜',_binary '(4 0*\Û`°\á…\é\ï1ØŽóV);S\ZJRA\á\à','',0,'?'),(_binary '\ÂÀ1Œ’Á|¸}š”\âdQ','wp-admin/export.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/export.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' š®FkŸ©\É\à\Ä=-yµ',_binary 'g˜_NU,Åž\ÕR‡\ë»CW”_\ì(÷Š\ÃM ·’‹','',0,'?'),(_binary '\ÂÁÇ–:\Î\Ïqg{\Ëj«\ì','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ProgressBar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ProgressBar.php',0,_binary '¾l\ï@\Ê\ržo›À\ãa²®ˆ',_binary '¾l\ï@\Ê\ržo›À\ãa²®ˆ',_binary '\Ìò#\èÃ„z1c#«p²rt\"²÷qfHv\å°õZy\Ë','',0,'?'),(_binary '\Â\É#¤œ\æxv\ÆŠÿU®','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\î¶~h»\ïã˜–¿\á«X',_binary '\é8sZa•v¿\Ì?ˆ»¸©„\ë¿$^Ý¡7W@','',0,'?'),(_binary '\ÂÍ››\ÌY›L‚µ¨7‘\íý¤','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Models/Theme.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Models/Theme.php',0,_binary 'Liþoq§;B\ßv\Âm\Ë1³',_binary 'Liþoq§;B\ßv\Âm\Ë1³',_binary '\Î\à—Y>Áñ\Ù2‘Ù§7º¿9¦p\Ç\'-\Ç\Â+\äM0\ê­','',0,'?'),(_binary '\Â\Í\Ä\ì˜	Kõ\ëºi×¨sz','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaProvisionAccountTicketRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaProvisionAccountTicketRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':Eöž%™):\æ\ìIˆ',_binary '.\Î`jrDý\Ð\"\á(C0U\Öé¬ž%U;ô<„5:÷Œ','',0,'?'),(_binary '\ÂÎ®\Â!Š$›†¸t,','wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-grids-carousel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-grids-carousel.php',0,_binary 'Ë’\ë¦\Ð\Æv²:´ÿü%/',_binary 'Ë’\ë¦\Ð\Æv²:´ÿü%/',_binary '­t\ÍÛ‘\Ø3AP‡Ž\Æwo\ÎB\Óc¼\Û[\Úm\Í\à\Ä%)','',0,'?'),(_binary '\Â\Õ\Ö1’\Ý*\â“\rò{\Î','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/CSSUtilities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/CSSUtilities.php',0,_binary '\ÍM(‘´H®1:\Ö\Ê@ûñ±',_binary '\ÍM(‘´H®1:\Ö\Ê@ûñ±',_binary ' _T\"9¢d\ËBJ\Â\Ý\Ó-†\×[¤¨\ÚPT¬©\Ë,d\';ô','',0,'?'),(_binary '\Â\ØÿZ\Ï@8p¶rŒ!\Õ\Ë\æ','wp-content/plugins/wordpress-seo/src/generators/schema/article.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/article.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm¶úP\îÖ#ñ2¢',_binary '¼–c`j\ç˜šø\ÚwšJ¯ºdq\Ï5l€•\nÅ·\Â{\ä','',0,'?'),(_binary '\ÂÝ«ž\Þ\è\Ñ£žÍ£/\ä~','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j£9.©4›ùºÎ \Îev',_binary 'ˆˆP8¦\ZE­¬õi·q\î]z\"VsÒ“žS\ÜFHe','',0,'?'),(_binary '\Â\æœÀ¬°•½b¿‘ÿ­','wp-content/plugins/houzez-studio/admin/js/i18n/sv.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/sv.js',0,_binary '©|‹\îN¿±\'/2d\çòl',_binary '©|‹\îN¿±\'/2d\çòl',_binary 'ªZú\Û\Z7\ÐÃ¤S\Ð\"„eûwúm\Å\Ð#\Ëük£6','',0,'?'),(_binary '\Âé´´gšB«¯(d3¹','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ(c9œd&›§\Ç\Íõ',_binary 's\éá™ƒ@\áób\å4±Ã¼\ÊS\ÒW§´\ÍüPvÂ¦\ïX','',0,'?'),(_binary '\Â\é\Ð/ORQÊ¦*0e*4­','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š\×Å±…\åp3›\çV',_binary 'Æ\Ä-\ßK:t\íj@\Ñ}pXžŸýkÖˆ 6ªû*\\&','',0,'?'),(_binary '\Â\ì\ê~ù\Õ`\ê•e’?¦\Ï','wp-content/plugins/wpforms-lite/assets/images/about/icon-partial.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/icon-partial.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\åú2Ÿ—\ÃZÃ«¿)\ê½',_binary '\Õ\ÝPz\äüDa±ì‘¯#‘¡Nzêµ\ìû\ÚŽ‚Ÿ^\nû','',0,'?'),(_binary '\ÂökM\È\Í\Zx…8p¾ÿg','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataRows.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataRows.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M²¤˜\Ëým:m‹^\ì',_binary '? \rüÄ‹˜\ê¦o\Ý(=\Ñw¨ø\Ïw™¡9¸Ç¨!','',0,'?'),(_binary '\Âø`Á\0x-0\Ës¥\0\Æô','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\Úv \n\"\éJùš[ª\Ö\îÿE',_binary '±%J\î9\ì\ïÀ\âdT‰>[„öu\ïl¿r\ë+\èå¦º±cÑ¶\Ô','',0,'?'),(_binary '\ÂúŽ±Î \Ú7\Æô\ÈD,ƒ','wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\ØO$¿\rc+¬Dn¤-/®\è',_binary '\ÒM\éÁk‡œŽ/‡½Æ‘¬\ÄHF»1\nM$1x\Ý-¬U\ã','',0,'?'),(_binary '\Âú³2¸\ç€\æôiuya¬V','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/fish.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/fish.svg',0,_binary '¦N\Î\Í\nGIm¢˜\Ù\â³',_binary '¦N\Î\Í\nGIm¢˜\Ù\â³',_binary '•Q\ÕRú7pò}=ù›†CÒ£\Ç\ÇÛ¹¹8ŒX\çú\ë\ËCN','',0,'?'),(_binary '\Âý	1ªõÐã€…S:(','wp-includes/js/thickbox/loadingAnimation.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/thickbox/loadingAnimation.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î\"h\r\Òc\Íôÿ\Âö&º',_binary 'BÿFú\åœ`¼F-›\Ël®Ú›±RT6\Ï\éº\åüþÕ…ý\Û','',0,'?'),(_binary '\Âÿ-\Ô´aù%\è\Øk­ª','wp-content/themes/sinatra/template-parts/entry/format/media-audio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-audio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ÷Á\ÒM =\Ú\0(£\äH7Q',_binary '{\Ñ\çö²V·#µ?«ð˜€yO\Øõ‡¿?ÇŠY\à\Õ7‡t','',0,'?'),(_binary '\Ã4\ä\Êwº˜ýQÍ','wp-content/plugins/one-click-demo-import/assets/js/main.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/js/main.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·¡*‡\ZJ\Ùô\Òtÿj¦¡',_binary '/!\Å\àŸ\Õ\çX²i½”d•ÿ×¼²“€?\ÆÁH¢F\Ï\0p˜o','',0,'?'),(_binary '\ÃR\n\àçªT\Ï\ëp ˜\í','wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpRewrite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpRewrite.php',0,_binary 'H\Ùmþ\Ü ,\ÄŸ¯\ïV',_binary 'H\Ùmþ\Ü ,\ÄŸ¯\ïV',_binary 'Š±öIg¼\ì\ÃÏ—qX5‰6…DY\çO0\É\ê´L+\'6','',0,'?'),(_binary '\Ã\rµW$2lv9{Ü­:„\Ù','wp-includes/blocks/post-title/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-title/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã}°þ\ÈkRp\×$²œ‡Å¶',_binary '.‰Âµ&;\Ôi\Ë¸\Ì`Œ?t\Ò\rI3\ãÏ“L&<\á\Þ','',0,'?'),(_binary '\Ã\r\ë–]˜\r4Ÿ(>PÍ®','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/MutableLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/MutableLoader.php',0,_binary '	öj¥<l»#9öG¶Nv	',_binary '	öj¥<l»#9öG¶Nv	',_binary '®§úKZ7ž´Sÿ—ª\êhpŸj„\Ê%\Üþ·\Ü!‚‰F','',0,'?'),(_binary '\Ãø®ñþ\î\Â\Ïw	¿²Š','wp-content/plugins/wpforms-lite/assets/js/admin/admin-editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/admin-editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\Ê\ZžPf\Æ{v\ÚM#:d',_binary '‹¡\ÌXP\é¶÷\Z7P¸Ÿ´e4‹\ß\äc\ëÐ‰ú¬','',0,'?'),(_binary '\Ãw:k@DižWQ¾','wp-content/plugins/wordfence/lib/wfModuleController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfModuleController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿·oIñÆ·k†ùb',_binary '7.Ý°Ì¿•ò™\ÜU¶„\ÔL>\Ö\"\ÍTM5±]¿\Ú>†','',0,'?'),(_binary '\ÃÉ°G)\ßlFs±\Â\Óõ','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X\Ò\'W²­\ìû[Ï»X\ï›\Ì',_binary '¬N9+\ê\æ\àBÊbödÿ†KŸ\é\í”(^jÎŸ%N\ÅX','',0,'?'),(_binary '\Ã•\â^R‡ƒ,¶D†\êQHm','wp-content/plugins/wordpress-seo/css/main-sitemap.xsl','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò\Æ´“&|mø8)“‹',_binary '\ã\×m\é\'\Îý\ÛOH¹	C@üHúþ\í®\é	\Ì§Ìˆ\Æ','',0,'?'),(_binary '\Ã_WS‘¯\ë\ÆÞ²\Î$','wp-includes/js/dist/edit-site.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/edit-site.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}ÀHÚ‚kM;C\Z\0`\Êw',_binary ';&{\ÇY7,\Z–¥3òö)\×Òª\Þn?·º£­³¼PŽz','',0,'?'),(_binary '\Ã#\ÂýŽ\í+ŽkOê¡°','wp-content/themes/houzez/template-parts/topbar/partials/currency-switcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/topbar/partials/currency-switcher.php',0,_binary 'ÿ€IXW—]uÈŒ¥L<rb',_binary 'ÿ€IXW—]uÈŒ¥L<rb',_binary 'Ì$\íšè·£\Ì\êBµ\çë¥´	—\ã.ò2\ÍÃ““\î\"^Oð','',0,'?'),(_binary '\Ã#\Ð\"Ô˜Á–A\Ö:.','wp-includes/Requests/src/Transport/Curl.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Transport/Curl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹\Ò\Æpa™¥\ÉyŒÀø½\ì',_binary '\Äð\Ó=F\ÏW¬eSú\Ý\ê>¥ \\¼+sR$¸@\×‡¾','',0,'?'),(_binary '\Ã)KbBŽ\ÍF®~•µº\Ï\Î','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´T3^\Éþ4J\Ëe,\Ð\Ö\ä\Ï',_binary '‚Ë—„hF\Ä7 \ì}Gÿ@\Ô-WS/ˆøõ¿F¿†','',0,'?'),(_binary '\Ã-9± §1\ìu\ÜA¨\Û6\Ø|','wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/RewriteTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/RewriteTest.php',0,_binary '‚\ß0\Ñ6‰øW¿ùfú',_binary '‚\ß0\Ñ6‰øW¿ùfú',_binary 'õÑ¢|i\à#\Ü+»\ÖHAÁ*Ú“Áúp‡µW¾/–„½”	#','',0,'?'),(_binary '\Ã/jrŽT¾Á‰e–¾òp<','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginUninstallTaskManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginUninstallTaskManager.php',0,_binary 'Ü—\é\Þ\ç\ÐR,mÜ¿I',_binary 'Ü—\é\Þ\ç\ÐR,mÜ¿I',_binary '–\ne_\ÉB\ëx\Æ œÖ‹NªfM”jR•]u™\çb\é\×','',0,'?'),(_binary '\Ã/ÿ\ã0óWfš\Ùþ‰Ä¦€','wp-includes/images/media/video.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/video.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';{ž\Æùq\áŒ\'El¤¬',_binary 'ö¬)8u\ëG¯\\\Ä\ÑLº\Ã¿§b\âE\ÑD\äIž','',0,'?'),(_binary '\Ã9GÁ\çÑˆV\ä¸Óƒ®','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Request.php',0,_binary 'ùSDw7ú7f{v9„¢—Š',_binary 'ùSDw7ú7f{v9„¢—Š',_binary '\àY!ô:d@XDž{/“\Ø\Æ\Û\Z_’/“¶V0¦ˆi÷Z','',0,'?'),(_binary '\Ã:“¼	KÞ¢vÏ½>i{~\'','wp-content/themes/houzez/template/template-login.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-login.php',0,_binary '\ÈÑœ\äŠ]{#Ü‰2G“%\Íz',_binary '\ÈÑœ\äŠ]{#Ü‰2G“%\Íz',_binary '; „e\Å²{b~\Ëù\Åq\ã\à†h1´d6G8@\ÐZ\Ñ\ëŒ','',0,'?'),(_binary '\ÃD\ÄÁ²\Ä{xjž\ÉYôz','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSubnav/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSubnav/index.js',0,_binary '5\ê°Ošñ¿9\ç0\'gzû¨',_binary '5\ê°Ošñ¿9\ç0\'gzû¨',_binary '=zð6ÀT« ´7CQ\rN)ºô—²-\Äox\Ó\ÂðºÕ­F','',0,'?'),(_binary '\ÃEp<\Øp>”t\Å_','wp-content/plugins/revslider/includes/external/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/external/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\ÃItA\ÉDñT]\ÍHFÀ	ÿ','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-panel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š\Ø.|\î€M{kž…QiYó',_binary 'il\\‡\í¶z\Ô+Nö¹‚\"ó\ÇöÁ\Å\Ê\Ø)8¼„\Èk¾','',0,'?'),(_binary '\ÃP\Õ\×k\ßÕ†Ž \ÌY^—¯=','wp-content/plugins/houzez-login-register/social/google/io/Google_REST.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/io/Google_REST.php',0,_binary 'à·«\Ò)%vÅ°‡¸Ý¼\\f¶',_binary 'à·«\Ò)%vÅ°‡¸Ý¼\\f¶',_binary 'R~*\Ø\î5\îð³G3d\"\ì\æ¥¦Ÿ†§YA†]y\ê\Ñöû','',0,'?'),(_binary '\ÃT¬µ\Ç!Ø©7l°\É<','wp-includes/js/codemirror/htmlhint-kses.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/htmlhint-kses.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îýò[®¶k[ó#cLf{',_binary 'N\à©&\ÜV\Z…A«\Ó/\Å\ÙR#~Õ¢¸\á\×_J*\â—Ð‡','',0,'?'),(_binary '\ÃWF¹®\Î˜REE\Þ4\0','wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ì«˜7n¿œ	©ù§\ÙR:C',_binary '\\c:\r\"À\Ô?Ni,Á	Á‘`q‚ö_7¤°V¦\0','',0,'?'),(_binary '\ÃWv½º™=\ÛS\ÒY.œŒ','wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-grids.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-grids.php',0,_binary '=Z\Z\ÙWmcÞð8\ï¶',_binary '=Z\Z\ÙWmcÞð8\ï¶',_binary 'ˆ\áóWzM«/\Î\Þó£Õ§­\à?°‰ÌŸ\Ë_a','',0,'?'),(_binary '\ÃY&þ´¥U²;u´k\×\Ö','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';¸F‚¼¡FMK§\ÄD\ãY}',_binary 'Î¡óALœOGÀ„¸\êþ´¯¿\â»E:\êcž¹-‚','',0,'?'),(_binary '\Ã]å˜”\Ñ$ý†?¼``Á\n','wp-content/themes/houzez/framework/metaboxes/partner-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/partner-metaboxes.php',0,_binary '!¹÷ý§¶(ObVž ~',_binary '!¹÷ý§¶(ObVž ~',_binary '\âl¿Oe\'\È…u„±ÿ€\ÅG6Z)\ë£\ìB\èmoH\×@','',0,'?'),(_binary '\Ã^ü¿#\\©K‘Z£µxòVX','wp-content/plugins/revslider/admin/includes/export.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/export.class.php',0,_binary '\\\Ö\'£›€\ÝùpËšÿ‰©¯',_binary '\\\Ö\'£›€\ÝùpËšÿ‰©¯',_binary 'œ@:\Ñ\äHD\n\n÷¯Í‘¶\è\ß#$•\ç\0\ì\×r’\'¦\rŒ','',0,'?'),(_binary '\Ã_´—§jSX\à2\ÎQQ=','wp-includes/ms-load.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-load.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q*~„\îµ\r\ê)\Â\0–\Ë',_binary '+8Œü\â¨.XXEÁFòF\Ò7\Óq8¼°g\í\Ïô¡ªm','',0,'?'),(_binary '\Ã`~|D%EH´wOº¤ƒ\è','wp-includes/sodium_compat/src/File.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/File.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³\r‹†\Øõ^ž™—¸˜\Z2',_binary 'o%\ÆñE\çsVFWWñ\×öM]b \ÚòBX0.y','',0,'?'),(_binary '\Ãb\æ·\Ðw\Í|yñJ>V\Ô\\','wp-content/plugins/wpforms-lite/src/Forms/Akismet.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Akismet.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&€Á·\ïºQþ‚o5$ƒº',_binary '{\àµ‘›0nð.`7”Ú«2Ì¸*&_Ùƒðš\Û\ë¬\Ã','',0,'?'),(_binary '\Ãg{Ÿøœ\Ùzh1Ÿ]²Ð¬','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/class-redux-icon-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/class-redux-icon-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û›Û“¨\ê\ã\áÿyŠ%\ìYw†',_binary 'š„/ð\ÜKE%)™%¶¢Bóþø +a\ÆE=[M\0O¹rŽ\à','',0,'?'),(_binary '\Ãk\ãÒ©øÿ\Ç\ëGq\íª\íms','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-money.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-money.svg',0,_binary ' Ý¡÷½Ø‡\Zl…\Ø\á—²',_binary ' Ý¡÷½Ø‡\Zl…\Ø\á—²',_binary '¬Y\ï\Üª°\Å=\Ë\ï—\"\ç!±\'¶œ³ª?j¾‰\Ö\ï‹#?','',0,'?'),(_binary '\Ãl¨‘ÑžLs2*_\í\æ\Ë','wp-content/plugins/houzez-theme-functionality/elementor/controls/warning.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/controls/warning.php',0,_binary '\ÍqY`Ÿ‘Y‘û’L¢,f\ä»',_binary '\ÍqY`Ÿ‘Y‘û’L¢,f\ä»',_binary 'U\èðyû\×yK\èÖ”qõÑ\Ø\îµ\ã$WÏ³G\ØV;','',0,'?'),(_binary '\Ãml\ï+°õ´m\×]\Ä\ÄG_','wp-content/plugins/revslider/public/assets/svg/places/ic_room_service_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_room_service_24px.svg',0,_binary 'œ$\Ã\Â!M\Ëk(\×ù…',_binary 'œ$\Ã\Â!M\Ëk(\×ù…',_binary '?\ØÚ¹i&¬u\ã\âV\'ÿ\ÜC©¨òû\rG¯¦­\áTEZ\"ô','',0,'?'),(_binary 'Ã‚uJõM\í/€ w·y','wp-includes/sodium_compat/lib/php72compat_const.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/php72compat_const.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðp{\á\î¡[•´Ë”·	',_binary 'À9\çoóøš\á\êG’f\ÈpmeGó#`­:Qü{`¶','',0,'?'),(_binary 'Ã‚þ\ËóYR õp³JX´œ\Í','wp-content/plugins/wpforms-lite/templates/admin/payments/single/payment-history.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/payment-history.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦\Ö\"\ÛË¤\È\ÅÝ¬J\\hP',_binary '\Z.<T$ =hW}òÆŽ€b1§«|8W‡©o´¨\Ç\Úm\Ò','',0,'?'),(_binary 'Ã…[EÁ\nft:Àµ÷\ãh…+','wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2°\ÑÇ¯\×g\Ñ}lYÀñ',_binary '\î.Lj6¹f\î\ã+/ú¬\Ën\Ðþž•\àÆ‡%ûJ´\×w','',0,'?'),(_binary 'Ã…Œ.cxba–Œ\ÌBf©','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a“Õ—q4¡Ç‘›Õ¨|\Ä-',_binary '¥\Ãn\Óü\ÈUúÿ‡\Z9›:\"Mo\ÌÙ2bœ¹\Ò2\Í8','',0,'?'),(_binary 'Ã‹¾¬¦ˆ4ª\0(–y\ÛJ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/km.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/km.js',0,_binary 't\ÉÐ„½(\ë=\ílŠ\Î)3x•',_binary 't\ÉÐ„½(\ë=\ílŠ\Î)3x•',_binary ' `a;\Â\æ\ØZYò*´^±Ï½É°µ\é\éoüj\ëø-','',0,'?'),(_binary 'Ã‘wH\â\Ë+qš¤F¶£','wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')¿Ç„\Çl\Þü%™<¸a\'',_binary 'Â§2\Òa¥h•ßš\Ç!_a\ä\Ý4{ñ)ý¼1^¹\åŠ\Ó\Âk','',0,'?'),(_binary 'Ã“\ÍŽyP\Æ@÷\á·wð\à\î','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tie.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tie.svg',0,_binary '\í^fÉ¢Mk„\àq>º+Š',_binary '\í^fÉ¢Mk„\àq>º+Š',_binary 'w\Ùdù•\î-HªOŸˆÞˆO`Ñ•)û¯îª¯\ïù\\ó\åh·','',0,'?'),(_binary 'Ã””X$²`\Ùy\Óa4Š¤*','wp-content/themes/houzez/template-parts/header/partials/login-register-mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/login-register-mobile.php',0,_binary '/Ù¤®h`!-&ZG€›\ä',_binary '/Ù¤®h`!-&ZG€›\ä',_binary '³K™Öºü\ìý\î%¸²\ï|ZªC¯h\"Ìœó‰‹³ú˜§','',0,'?'),(_binary 'Ã•õ\ÅuU[,I’Y\Ö\Û\Î','wp-includes/Requests/src/Exception/Transport/Curl.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Transport/Curl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð¢¢R1¡ù\ÒU’UQ',_binary '\áqÿù]t(J\Þ\á½\æj\r\Ã\ß#9\Îo‚\ì\0È¾÷\Ü','',0,'?'),(_binary 'Ã¢\ï±\ê\ÚÕªø·q\n\Z\Ë','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg',0,_binary '\Þ¶\Þ\ã\\‘¶‚\Î7b',_binary '\Þ¶\Þ\ã\\‘¶‚\Î7b',_binary 'Bkt\à¬`g_\ÊýTÈŒ¨uñ\ËAPø:õÍ™^\Ö@d','',0,'?'),(_binary 'Ã£\çñ½¯4óñš˜þñ|»e','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v3.php',0,_binary '\ãs1ùŒð‡k\àx',_binary '\ãs1ùŒð‡k\àx',_binary 'l~ŸRæŠ€\Û\Þa2\nZÔ¡\Zø8\æAœyLº‚!T/+','',0,'?'),(_binary 'Ã¤û€]0¦`\Ðù\ÝAS:D','wp-includes/js/dist/blob.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/blob.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' VK\Ëq]}§\ì\ée°SÉ­™',_binary '\ÎZ/9›¹ƒ\ë±\ë\ï\Ì\Î›µÿôÿþy}\ä\Ì\ÂL“mÁŒ','',0,'?'),(_binary 'Ãªû\Â‡ûLŠÿ:\áT,','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI-1-24-4.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI-1-24-4.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿ˆ%ôL\Ý>,gQ]\Ð\Üô’–',_binary 'D\0³žmññ\ÏhTRl÷\rE†\Ù\ãB°}\"ÿg\Û½Ò','',0,'?'),(_binary 'Ã«›¼¾mY\"÷\Ãf+>\ß#','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u£ñU	–ƒ_I»c:Þ™',_binary 'R\ÄMõ\Î7¦E–\í6mÁ‚­‚\â¹	ØœÜ·(—«úu\Ã','',0,'?'),(_binary 'Ã®¶\î!„ÿ—£%|\'`\n”','wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á°Ó½9[\r\Æ@¬±QÝ',_binary '‚–pu\ØDC\\\Õ\È\Î*\Ö=—\È\Zú\Ë>\ærCø›(]','',0,'?'),(_binary 'Ã°ýñÁJ:KqS²7I“v','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìgeµ\×_\Òd¬\áÙ¬\n',_binary 'ZGgE¼™‹\Û\"ž\Ãùùô÷†‡Œ?3¬°“»\ÂL/˜','',0,'?'),(_binary 'Ã¹2\"\Êwtš\ÅtP\ÒM\'û\Ó','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/SitePagesService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/SitePagesService.php',0,_binary '˜\n\Z\Z\Z{‡Op(€\åÐ˜v9',_binary '˜\n\Z\Z\Z{‡Op(€\åÐ˜v9',_binary '~=S\Ô,?’F9¤yýR‘\Øñ~ó\\}%r\é“ˆU','',0,'?'),(_binary 'Ã»¦\ÚG¼ó\ÜTaN\î‹ý','wp-content/plugins/wpforms-lite/assets/images/sullie-edit-post-education.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/sullie-edit-post-education.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸\ãBC\î jJ{÷\è«X4“0',_binary 'uY*\Ú*\É{=€4\Ü³ÀÿE÷tŽºeü`I\Ò\È8;','',0,'?'),(_binary 'Ã½£ÁP„²7&Ý£`\ã)','wp-includes/sodium_compat/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/autoload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oˆ¨øu°\r’´¹*B.”7',_binary 'O\ÃBÑ¡\ÏE·\ÑJ\Ç>q”±\âø\Ø&h\Ì\×0ö6\"£\Ê<','',0,'?'),(_binary '\Ã\ÉN´™\Æ:]€\äyŽ\nÏ±','wp-includes/blocks/search/view.min.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/view.min.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd¸:ŸQ‚\âjò\Ù',_binary '6¾²Fn³[L\Å\0!\Öm¢\Ò\Øm9ü\Í\Öm#¢kû\Ì','',0,'?'),(_binary '\ÃÊ›\â×‘D:–¢(\Å!U','wp-content/plugins/wpforms-lite/src/Frontend/Captcha.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Frontend/Captcha.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íj7BBf`Apb\î›Ó¤\ìD',_binary '…`À¶<B¹õ¢\ÉRü k\ètœGi<J*q','',0,'?'),(_binary '\Ã\ÍtnRŸØ”À\á¯\Î\Æ%^','wp-admin/images/align-right.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-right.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\Øó\â‡Oe#\Ól@:P+\"v',_binary 'ò‘üÉ³üö‘Cºº?ò=ÿò\è&¡°UyZ©31’¥!<c','',0,'?'),(_binary '\Ã\Ó\ÔH+Ö§r¹Yv	%ó','wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vôP_q¹…¼\ìŒ\åA6lù\Ä',_binary '-ú(Šþ\ÓU7:N\Ûxi!{ûYŠZ\r{\éI„`x5­Çƒ','',0,'?'),(_binary '\Ã\Õ\Å5\ÛV\"ó°$$\î_ý','wp-admin/includes/post.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#’Š¿D•õp\âÝ„>Õ˜',_binary '~²•¶½š¶u–£]lõ†°I\ÙÀ\ÈU¥f™Á	3ú\Z','',0,'?'),(_binary '\Ã\×\ïz\n¿@\Ët°\Þa‡E\0y','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/wpnavbar.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/wpnavbar.js',0,_binary '\ÇÀQÅž\'&ZD`ò\ÉA.k',_binary '\ÇÀQÅž\'&ZD`ò\ÉA.k',_binary 'PÁ\n™3\Ìß¶²¼2¡\áÔ€½%Etp\0‹¤¹‡·P\à','',0,'?'),(_binary '\Ã\ØLñ,%Ã}Š÷?$\Ü#\Û','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/business-woman.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/business-woman.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜÜ¹\é\Òqàµº+‡“ŒEK',_binary '“¡\Ú9o\Õ\ì‹þü\0u’U~\'\Ìeš\n¾R8\å\ãh','',0,'?'),(_binary '\Ã\Ù4\Ìl!„rÁ\êØ„\Ã\ß\Ó','wp-includes/class-wp-block-type-registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-type-registry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\ÂeRHE´\Ýw„#\Ý,»f',_binary 'fÜ¸^Be\Ã\ÌnÕˆ\Ùñ”YŠlZ&]\Ú\Èô†\Ø\ÞH’Ld\ì','',0,'?'),(_binary '\ÃÝ¹\î\Éóª\â\Þ%=B†\ä†','wp-content/themes/houzez/framework/stripe-php/lib/BalanceTransaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/BalanceTransaction.php',0,_binary '[àµ\í¤~E¨Ÿ­gW\Å',_binary '[àµ\í¤~E¨Ÿ­gW\Å',_binary '\ç1ò›w«c‡\Õ\nž>¦¡j½OûYF%D\è\Ý6ö','',0,'?'),(_binary '\Ã\Þ\Ä\ã\Âö›\"¨­\á…\ßAM\Ý','wp-content/plugins/elementor/assets/js/f634673e5824ceb13f3d.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/f634673e5824ceb13f3d.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\ËYÑšYï§™¿€´¸’*',_binary '\"qÞeM\Ú\Î\è²ð÷\":[9\î\ï±b;«¶,\n\ÖÜ°U','',0,'?'),(_binary '\Ã\áiY–†…\0\nR)–„','wp-includes/post-thumbnail-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/post-thumbnail-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò:&o\Ú/F@š*1‹)q',_binary '¤$„Sa™\×\É:4ô:ƒ\éõ\âVŠ\ÒV·?}Î½ob','',0,'?'),(_binary '\Ã\ä­\Ã\Øyˆ@µ\Ñø®s¼O','wp-content/themes/houzez/template-parts/dashboard/statistics/top-platforms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/top-platforms.php',0,_binary '«b\Ø\ï{š\ÝÕª\ÞõS\á\ì',_binary '«b\Ø\ï{š\ÝÕª\ÞõS\á\ì',_binary '¥&\äQ±\Ç\å“;\Óúo\é7\ï§@\ê\ã\Û ¹\ç;i\Ì\'\Ü\çe','',0,'?'),(_binary '\Ã\åuÿX\ÛÝ¼#‚-\Æ\Âøª','wp-includes/class-wp-http-ixr-client.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-ixr-client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4©œø£5eTÖ¹\Úý\ç‡\å',_binary 'Fô\É@²µI™Ñ–%4\Ë]¹‘a¯ks<Pk¬k','',0,'?'),(_binary '\Ãò\Øy“V¢B‹Kc¶¼¼\ë','wp-content/plugins/revslider/sr6/assets/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\Ãú~NF^´ù\ÍL&k]','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-03.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-03.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›øIbi\ëþ”Sp8–i',_binary '”µŽùSA\ÜY\"6…?>$¿`,wCE´SC~°š\"ó','',0,'?'),(_binary '\ÃúË²J‰\åŽ%2Cr¡fÿ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/assets/term-meta.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/assets/term-meta.js',0,_binary 'y\Ûc%W¢™T[A\î\æTl',_binary 'y\Ûc%W¢™T[A\î\æTl',_binary '\ÐÊ\\cU(ôrÿ6 d3iy.Š\r\à\Æ\ã˜ð·úñ<Y','',0,'?'),(_binary '\Ä\0U\Î\Æ\Í\ËöaS­\Ì','wp-includes/widgets/class-wp-widget-block.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-block.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gGšP\'#\âƒDa§x­\\',_binary '¦|ñ°X•K\íeQù®\ÐLK‚ü»±ø\Ù\ï[\îu\0\Ã@R','',0,'?'),(_binary '\Äcá˜£¼r\ä¿\Íw¹\ã¨','wp-includes/blocks/file/view.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/view.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ïv\ì\Ï K\'[#H©QŒ6™',_binary '~vŸ·caŽ•Lób\èŽ!pXz±:œI\Õ$GJÀ-','',0,'?'),(_binary '\ÄU÷685\ÛCd\á8†#\à','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-page-render.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-page-render.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K)F\Éð÷BÏ¤@Ù¶Ž	\×',_binary '€^\çÀ¾_&J\0\\6~|¤n\"¯Ö¿\ndù\â¡QöDZöÿ','',0,'?'),(_binary '\Äˆþ‚+/U7\ÌzÒ…Qc+','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php',0,_binary '<œa£\ã”A\çö›$\ZŽ',_binary '<œa£\ã”A\çö›$\ZŽ',_binary 'ÿ--„ypK~fO\Ã<òT\n®øbðl\Ô=\Ýg˜\'l#','',0,'?'),(_binary '\Ä%O®\ÆF\Õ|‡\îsˆ$','wp-content/plugins/wpforms-lite/assets/js/admin/share/xor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/xor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì8\È.3lH\ÑT\Ý9Q6',_binary 'KFñýrŽ{Ÿ·\ß[ž§´Ô‹ó\Ñ1\Ú\Ì>¦§ŽÅ½','',0,'?'),(_binary '\Ä8»d$\çnx‰¥™yÅš','wp-includes/blocks/navigation-submenu/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-submenu/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ#¡r\r÷l³ø\0³{@/‚°',_binary '¯S\èuñÁ´/{R\È\ÄÀ\\‚\Éðe\Ò²-x\ãF\ß\Úh!E\Ú','',0,'?'),(_binary '\Ä\æ5Ä¨)\Ì0\Þ\ÆX‡\'\Ï','wp-admin/widgets-form-blocks.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/widgets-form-blocks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëy#ž\Óm¼$œ\Ób÷¢',_binary '>h-±À\ì²Jiª\æ`¦p³y È”X\î?E8-›','',0,'?'),(_binary '\Ä uFPjkq\Ð=k\ëŸ\é¿','wp-content/plugins/updraftplus/includes/Google/Config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Config.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã­B&2R©ø\ç\ÄVo)F\Ë\n',_binary 'YqöÑŽ\ç[59ôb\ä\ïZœ¿W~\èi\ÅQ \Õ\î\É','',0,'?'),(_binary '\Ä!N`½\ßRòö¬”\ë{ˆ}9','wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mIr\äQ\r\Ü#ÇŽ \ÊóùW',_binary 'jl‘\Å\ÏwB\ãV‘A€\Â‡\0±›c\ÝJ3r²3¢','',0,'?'),(_binary '\Ä$‡\rþð\ë\'©*\æªŒ','wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_new_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_new_24px.svg',0,_binary 'Y<i“Œ²\ï„\íCY0l‡',_binary 'Y<i“Œ²\ï„\íCY0l‡',_binary 'ƒEz\ç>h‘e·„R(!Ô©\"D„&ºz\Ùt\Ò3ü…Y','',0,'?'),(_binary '\Ä)tÒ´U\Î7\Í\Ñ\Û3@Œ%Ž','wp-content/plugins/redux-framework/redux-core/inc/fields/raw/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/raw/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\Ä3k<R6ˆ€¹ƒ\ÏÖ”z\É','wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìbÛ´|…=}ÿ˜gqyd!',_binary '\n(<^\Ä\í–‡ªö×™¬}\î;>\Ü\í¡RxØ–i','',0,'?'),(_binary '\Ä7~Œûô’4Œ\È\ã=n','wp-content/plugins/houzez-theme-functionality/elementor/widgets/testimonials-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/testimonials-v2.php',0,_binary '÷\ä­+\ÕV\Ø\Øñ³K\Ã',_binary '÷\ä­+\ÕV\Ø\Øñ³K\Ã',_binary 'Ñ¾\ZXŸG§\ÂI¹‹?•<ˆ±\Ý9ò\åK\Z¥Æ…z¿\ä','',0,'?'),(_binary '\Ä:\ä±FN™õU2Ey’\Ä9','wp-content/plugins/wp-consent-api/wp-consent-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/wp-consent-api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²+,$§\"\0ÿ¼b©Ëf—š',_binary '-@k°\ÂÈ„ðý¼hd\ï\ÕóZU\ê‰ ô\áø\Ø)$	\î','',0,'?'),(_binary '\Ä>E\ê~\Í\0ƒ¢æ“¾W','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì0¤d3\\t,´\Õc]¤”5',_binary 'Jgr¬š™\ìc §\ë!\ë–\Ztg\à7\ëw—Iï­•Ò…DŽ','',0,'?'),(_binary '\ÄC ä ·²T‚	f” ú','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gOPÒ‡¨ÄÁ›¤\Ò\ç',_binary 'ûú\å~8 ir®¿\Ý\nPp¯¦\n2òŠ5§DahBzP','',0,'?'),(_binary '\ÄDF\ì|`z\Ý8œ@\áƒ)©','wp-content/themes/houzez/framework/options/translation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/translation.php',0,_binary '5-[\ä&\ÎÃ§\Ý5¹‹J<',_binary '5-[\ä&\ÎÃ§\Ý5¹‹J<',_binary '[Ûd\Ë× ®°–‚\ã‹K\ì\Ö\Ð+£¸¢‡gù\\\Z_g','',0,'?'),(_binary '\ÄQ$!\Û9uÍº_ö°ž¸','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/latitude.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/latitude.php',0,_binary '¦R\ê\Ð\áu¥fD>*\ß2M',_binary '¦R\ê\Ð\áu¥fD>*\ß2M',_binary '¶#À€‚´m\Ê4;™i\Â\à‚øopU/\éH»\îð:cy]õ\Å','',0,'?'),(_binary '\ÄU\×\Ö\0ªû¼µô\Ì','wp-content/plugins/houzez-studio/public/js/houzez-studio-public.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/public/js/houzez-studio-public.js',0,_binary 'IÎ §‡J–(y\Â\ÊÊ›\Ã\"',_binary 'IÎ §‡J–(y\Â\ÊÊ›\Ã\"',_binary 'Š9\Þ÷Ÿ>#‚k\à.|J\ãô‘)\Z}\Æx±¨\ï(ð¤$¢','',0,'?'),(_binary '\Ä`\ï,}£\×D\ç\Ø@','wp-includes/class-wp-recovery-mode.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-recovery-mode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º\ç\éõYL¿\êÏ¨Oü£',_binary '¶wLõ\'µÜœ\Ò+¥—­‰²\é\Þöo\Õ\å`[‘‰+\Ô\Ç','',0,'?'),(_binary '\ÄfY¬\Í\ß¶©íŽ«~3','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MonthField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MonthField.php',0,_binary '\Åbü$½\ß \é}°[„\Ñ\è\Î÷',_binary '\Åbü$½\ß \é}°[„\Ñ\è\Î÷',_binary 'S‚]Ksñ¤DªüÃ€vi·–I¾ºt%µj¸=ž\â\'','',0,'?'),(_binary '\ÄhC¾½\â\Åµök“\çK','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÉŠ\0\\\×Ì¡uCz@¬ÿ¨',_binary 'b-J³¢>–:‡…\Ê\è\äÌ™‡|‹¿\Øm¦\è‡÷ ','',0,'?'),(_binary '\Äjª2\Þ\ïö#¿ùIþ','wp-content/plugins/updraftplus/css/updraftplus-admin.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-admin.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿\Ë\å{ù]g¡\Ó|\n)øŸ«',_binary '„„\ÐŠ\Ç\nD\Ñ\ç\à-w¼\ÌéŽŒ”@\â\é*¦u¾F\Üñòµ\Ë','',0,'?'),(_binary '\Äm\ÉPo\éC\áx/\à\ä´','wp-content/plugins/wpforms-lite/assets/js/admin/builder/search-fields.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/search-fields.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'\Ñ\ë-2\Â\Ý\r#À\æ\åñ',_binary '\ïã¤™4*š\Ð\×7\rRm)ú¨¾\í˜\ÙŒv\ÖÀ~1\'u','',0,'?'),(_binary '\Äo\äAx«YÔ–*M','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Subscriber.php',0,_binary 'ˆf½\Z3¡òk\\=‘Å‚',_binary 'ˆf½\Z3¡òk\\=‘Å‚',_binary '\ËôGze†#\Ö,»?k{\ãü# 2\Ûrvˆ¯8ƒ“\È\Ú','',0,'?'),(_binary '\ÄpÈ¬\é“ES÷÷•ù0²K','wp-includes/blocks/search/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾‡OÁ1f43´¡\ÖÑ¼_0',_binary '}+»‘{È–19\ÇD\0W0‰S¹(\0š©sj(ª%%§p‚','',0,'?'),(_binary '\ÄqûsÓ¢=\ëmñ!','wp-content/plugins/revslider/public/assets/svg/image/ic_blur_circular_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_blur_circular_24px.svg',0,_binary 'Ä·®Þ¾¨E­w(WD>Í©\æ',_binary 'Ä·®Þ¾¨E­w(WD>Í©\æ',_binary ':u\Ä\ÜZ\×\á\"Êµ\\ª­\à0oP¬ø\îö\Ïx\\Ž#›U\Ô','',0,'?'),(_binary '\Äv\0F(®Y¼x½Á–õ\Ê','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/VersionDetector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/VersionDetector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨^\ç“QWºy)2',_binary '½Z\âY1šˆ\ïhx/[/\Í\ßú\Ý\ÆW6‹8¿ƒñ‡3ZJ\â','',0,'?'),(_binary '\Ävdþ\Â|Äƒ†|g\ÙTi©ó','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð\ã†ü\ãIk[cK=?\íSŒ',_binary 'b{¾¤\Ïüû\ÉV©\èš\Õ µú\á\Ä\Ò\Ã@`ˆ7š¹º','',0,'?'),(_binary '\Äv†®\î¹\Éo\Zöwþ\êó','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_9_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_9_24px.svg',0,_binary 'f³Ù„™÷!q\×\n§«u\Z`',_binary 'f³Ù„™÷!q\×\n§«u\Z`',_binary '‰¦Ÿ\Ï\ÔÙ»ð)\"«ð>Ú½¢(\Ñ\ÈD¤ÿö›\ë\r†õ5','',0,'?'),(_binary '\ÄvûV/W\Î\Ï{}!^\ÏN','wp-includes/blocks/html/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/html/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û<¬“ø\Ó7¯Pôo\Åz\ç&',_binary '\ãR2C8\æY\ÐTvx)c§\î®Åœª‡ˆ\ê\Éò™»“œ','',0,'?'),(_binary '\Äy_\êd\ZùD¹\Õ>\éB†','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Cardholder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Cardholder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê#ÁbpK\\OÓ­\ÙV²Ã¯',_binary 'ºK½\ÔGg!¬g—\ï&\ÑR\Ç\æPµ\Å\éŸ{‘\Î|¹lÿ','',0,'?'),(_binary '\Äyvˆ\ï.\ïõ`³5y6“\é','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/class-redux-extension-users.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/class-redux-extension-users.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2t\îüf\Ã:,‡-LŸ\Ï',_binary '\äK†5ñO|e\Ñ\â	Þ§†\Þxºñ\Ý>Ý‚¯CŸ\ÆñÀgv','',0,'?'),(_binary '\Ä}$)ø\ÈÀ\Æ\É\r<\ÆE','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sr-Cyrl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sr-Cyrl.js',0,_binary '÷©	-D](•OU\r\Ñ\Ê',_binary '÷©	-D](•OU\r\Ñ\Ê',_binary 'zi8š\Z D\Ó\'¸Æ¦\Í\æ^Q©yžù”·¾GÂƒQƒ¹\Ô','',0,'?'),(_binary '\Ä~;$(\Ë¸·—pXzµ','wp-includes/blocks/comments/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qT\Í\Ö\ë\ØaQ÷›\n©\Ï!',_binary 'j¥Â›‰‰y\ä^Nt\ÂPv\ÞM™p\Ãûxù¿”tù?.','',0,'?'),(_binary 'Äˆ^Aõš+l†®¬oød‰\Ò','wp-includes/js/tinymce/skins/wordpress/images/audio.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7~!\æ\ß\à\0Ž÷\Æ\Ôý\"w',_binary '\çg\Ö\Âz\Â\Ù\Ï.g‰Vû:«ƒ[‘¥\Ì\ÓÐ™¡H)Èž\ì','',0,'?'),(_binary 'ÄŽ¤æŽ’þ;ù\á\ÔÀ\nTd','wp-content/plugins/wpforms-lite/assets/images/anti-spam/keyword-filter.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/keyword-filter.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A³ar9½\â¥i‰¹z+\0k',_binary 'Ÿ§€\Zø«²»úaö{\Ç]W›Ø¢\ni9ó\ÑTEµy0','',0,'?'),(_binary 'ÄA.¤a<\Ú\Â#Š\Î\Ú','wp-content/themes/yith-wonder/assets/images/demo-content/phone-handset.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/phone-handset.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm,Dµ\0TD‹¶\ÎaYb\Îù',_binary '\ÞScnðG8ˆ;‡U\á‡[Q¶A±-({Šºý‘÷\Ñ','',0,'?'),(_binary 'Ä‘\ÈÔªV‹CTœ‘þ\àG','wp-content/plugins/wordpress-seo/admin/pages/licenses.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/pages/licenses.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡0\ÛF°Àõ\Åþ¤\Ín|hD',_binary '3—\Õ&\à”Sb„K£•ú†A\' xP?d¢&Oü\Æw','',0,'?'),(_binary 'Ä”Ô¼ü\Ý\ÕpPˆZ	H´','wp-includes/images/smilies/icon_cry.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_cry.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E›\ZE\ÖC›\È\Ù\æsx',_binary '\Ô\Ø—vŒ’Œ‡eµð\í\Ïw»µIHe—aµ’-cý','',0,'?'),(_binary 'Ä›\Åwú²+\ë¶qAZ','wp-includes/blocks/group/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í\Z±0³xó:ÃŒ\ßIx',_binary 'ð\ÏAƒkMøV¾\Ï\ÓŠ@‚\×1}\äˆ\é+K\Öw\ØVß¶d','',0,'?'),(_binary 'ÄŸ\\›x*\éª=\Ä	°.ªV','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤ð9¦TaC\ÏÁ\ÏI•;@',_binary 'y«Hx°d?—\Þ\ÆOWfGfÌ¶Xe~m5²ø¡\Éf`\É','',0,'?'),(_binary 'Ä¤0x\Ò$X·™7¼ˆ<‚ª¬','wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[ŒS8]$õ\0Hj•k‰ø\n',_binary '™i\Èþ»Zq_$Ã¹\Þ\ãm¬FT³o—\Ì÷*©°±m','',0,'?'),(_binary 'Ä¥…žd›I\í•xh²û','wp-content/themes/twentytwentyfour/screenshot.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/screenshot.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ê‘\Í9’m#±ðL¥¤\É|',_binary 'I\×+kG*¤Ð®Æ–C\Û>\êA.˜£~@›\ë^Ô¼','',0,'?'),(_binary 'Äª¦;Y½X­öa\Ô\Ï\æ2P','wp-content/themes/sinatra/inc/core/class-sinatra-fonts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/core/class-sinatra-fonts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾°‚zYû©\Ú\Ó\ÃP€f\Î',_binary ':„;6+\ç—d@­k»Šgò¨øxŽ\Í~ƒ\\·¿2‹Hg‰Y','',0,'?'),(_binary 'Ä³Jõ\n`|\Æ5,HTõ»','wp-admin/includes/admin-filters.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/admin-filters.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥Iœ‡÷~j4Í­y·\Ü',_binary 'V\ê\éy‹~\Ù@ùqƒ\Ät\ÌZ?fIÐŠxb=…v„	\ê-','',0,'?'),(_binary 'Ä¶L\äù\ë‰\Z(vc˜ˆ\Ú','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-700.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-700.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'FB\\™È‹h\Î',_binary '\Ó>ž+\åY\ãb,\ë÷¸\\e£ñY“³tG7g\Ô\îòsó\ê\Í','',0,'?'),(_binary 'Ä¶‡Æ––oŠ\çÃ¨f{U','wp-includes/js/jquery/ui/effect-highlight.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-highlight.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þð÷ÁnÿBs>=\Â}[+C\ã',_binary '†	{²N¥ù«\Ë¬½\Ím\î9†CTO–ø\í/\Ð\ÒkK0w','',0,'?'),(_binary 'Ä¿­1º¢\ÞJð\ã	\Â\Í','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Payments/SingleActionsHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Payments/SingleActionsHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™5²º?±“‡«Idg;',_binary 'ª½\Ø›U^\êš\àõ\Ãú˜Ëº\ÑÂ”.k3šü›\0A\Ç','',0,'?'),(_binary '\ÄÎ¬\"‰¶0ÙµŠ\æ°|Œ°','wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r\î\è‰¯{\â›\Çd¥`3TJ',_binary '¸‹ûZ;±w¯\0˜&¥põr‰o\Ö\Z^#¬=ò\ÃkD¸','',0,'?'),(_binary '\Ä\Ïe‚ýN-\Ï\Ý@1\Z£\Ë','wp-includes/blocks/legacy-widget/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/legacy-widget/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒG\Ô\Ýtnr—\Â*aœó',_binary '\à>\ä£!ˆûO´®jeø†\ÖE\"\ï‘\ì~9*5¨0µ”3','',0,'?'),(_binary '\ÄÑºÉ©•‚uy\â\Ò\ï\Û}','wp-includes/sodium_compat/src/Core/Salsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Salsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®¹£b5lJ\å#ûšõv',_binary 'c=0\ïŒ-#Ž-T\äS\ÅX†&ž´4¡\ä\ï\0\ÈK8\r','',0,'?'),(_binary '\Ä\Ø×­ˆÄŽ®ý›…ñ\ì','wp-content/plugins/wordpress-seo/src/deprecated/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EÐ›´‹O0‹cº«Ag3',_binary '\Í\Í	èš {‘c¼FJ\Ãw±¦!}aŸ˜ü9','',0,'?'),(_binary '\Ä\Ø\ár/I\ïL\Ï.¦\à\èú','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Factory/StrategyFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Factory/StrategyFactory.php',0,_binary 'ž«±«e ø™0\ÆvB\\\Æ',_binary 'ž«±«e ø™0\ÆvB\\\Æ',_binary '¥0\ë´d\ri\É\äh³\Ã+¬\ÓÁž\éöÔ£N	–\ß|K\Ð\Âs\Îw','',0,'?'),(_binary '\Ä\àÊ™\0}ô\ßç” K›ö.ÿ','wp-includes/js/jquery/jquery.color.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.color.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í­!4;Ö·\ÞÂ¢1\Ü',_binary '±šµ}õ+™!9\'ð^-\Ï-0\Ú!\æü\Zr~h“\Ü\ÈA9','',0,'?'),(_binary '\Ä\ãœ{xŽ¡8)sv÷(','wp-content/plugins/wpforms-lite/assets/images/spinner-blue.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/spinner-blue.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úž[ðò\íù,\ÇGß±',_binary '±k \Ý\"Š\"¶019\'\ËòC\ç\ØÛ\â\×\\¬»r\Ô\á','',0,'?'),(_binary '\Ä\è$\Êq§\Êñ”\ÈEú\rûBI','wp-content/plugins/wpforms-lite/assets/js/admin/builder/templates.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/templates.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n6L`…¸g­`\ÛFþ½eb',_binary '5\\Ë€3Þ \Ôõ ™1!‹R/\n+ÿF£Û—l²d˜\Ã','',0,'?'),(_binary '\Ä\ë\Þ\éûõbÏ§\'D¥Y\æ¢','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚_ü©IÇ“I\Í‘\Û\í%',_binary '\ÄsÞý}\Ï!»¼,d}I5ž\ïxŽõ¡2’#\"\0i\í»','',0,'?'),(_binary '\Äñœ\ÅÐ„j[ö\'P€`Áy','wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆþ§Ó£T2ñ­i\åÃ‹V\Ò',_binary 'sT6û\nÀf\Ö\è!9(ŠH¼ü\Ï\Üe*Qg¥/u©üÁ\ä5','',0,'?'),(_binary '\Äò\Út\É-,c\Ô\\ÿ¿U-÷','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï®¼óS$–Y\ßJÖ¿ˆ',_binary '»õ)¾@u\Ç\ÂW“\Õù¶Sk@\à\\\â\'\ÎÆ”o5\Ö\æ','',0,'?'),(_binary '\Äû\Êq(JœV\à‘#¼edy','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­\Þ\n\Ì!m]\'\Âx\Ë_·',_binary '\ÓW‡”þI¯Y¢\ÞT\ÃÄ¯Q².0(?ƒ\ËF£™\Ïf#|\ÆM','',0,'?'),(_binary '\Åõ\â‰Gúø)O&\ÆÜ¯ý','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_50_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_50_24px.svg',0,_binary 'wf\\8W¯¹0ð@} ',_binary 'wf\\8W¯¹0ð@} ',_binary 'U4C¬…ž\êÿÑ¯QQ¸\ê9öy«;\æ\'L\Â\Ëhc','',0,'?'),(_binary '\Å\n\Û\Â\\W\ì…*=FI\Ç','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-800italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-800italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„û&·°\ì*\ê[\"Ÿò\æý\ä',_binary 'Ym1á¿Œt&-Go¯¨fR$wQ…\î§\è\åH¸\Û<','',0,'?'),(_binary '\Åó\ÇP\ámÊ»ŠD;±ˆ','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageTitle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageTitle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-DŒ­…öüŒ<“‘aºh',_binary '\ì\Ù:D6®dW¶’A±£®È¸:\Ã7\ß\Ô\Ø@\Ïútb‰÷$','',0,'?'),(_binary '\Å›˜N	ÿ¢¢Á','wp-content/plugins/revslider/admin/views/modals-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/modals-builder.php',0,_binary '+keoŸ |‚ºÈˆ\î\ïþ',_binary '+keoŸ |‚ºÈˆ\î\ïþ',_binary 'ka›4¿_A’zT0Ž\Å$Ò¤-\Èq(\ÂÓ½§±¿Uýj','',0,'?'),(_binary '\Åª{A¸\êmmù\ß*K','wp-includes/nav-menu-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/nav-menu-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñ°ø\ïp…½‹D­“\à-g3',_binary 'þ\Ý@)j§EŠ-ª\\Yhcqš \Òtc\ÔöoPK	\Òíƒ¡','',0,'?'),(_binary '\Åƒ\'r¿C¦‰\Ï\âAM1•K','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Provisioning.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Provisioning.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×r\ìÚ›œ´\É.ýZ\Æt¿­',_binary 'd–‹û\Ía€)\ÂS.\Ãn.¢\ÝDjÆ¨ùwWQI˜¯','',0,'?'),(_binary '\Å˜÷Z\æX|\åo\Ç\Ê\Ôr','wp-content/plugins/elementor/app/modules/import-export/processes/export.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/processes/export.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤$1@\Îújü¯Ø¯\\\Þ3',_binary '^eG]\Í=Tµ2¨¶c\Ê7Ÿ!O‚\×V€Jnu„n','',0,'?'),(_binary '\Åa¶}\Ñ‡\Ê$v‹Å§r\Å','wp-content/plugins/updraftplus/includes/updraft-admin-common-1-24-4.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraft-admin-common-1-24-4.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îtt‚³·½m•}‚!³F',_binary 'Ÿ\Ç\á\ÉV¿X5¿\ÃÓ§\ÎÈ†¢Ö©\Ë:š\ÜN\ÍóyH\ZÒ»','',0,'?'),(_binary '\Å\Z\êgÿ+\Ûo\Ç9/bv','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®L\ê\ìjeÂ¢›\Û\ë\Î0\Ñ',_binary '$—Q»5¨P2\ÌÀvöˆ\Z¸¥¼iþ$ˆREñø}³\æ’','',0,'?'),(_binary '\Å M4Cóõó®y.»SSÔƒ','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/Inflector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/Inflector.php',0,_binary 'lV–Is	 `cƒÁö“´\0',_binary 'lV–Is	 `cƒÁö“´\0',_binary '™wÁRE\'[O^\Æ«b¡u¦\í­m\ÆpCøT•\"K\Äþ™','',0,'?'),(_binary '\Å!«\è\ë§F\Ð\êüx¹J•6','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O‰^tâ½‰§\niTšb',_binary '\è\Ú>n÷\Ój½\Ã\È&f{\Èa´ð‘{ý\×\Ç?GgOõ','',0,'?'),(_binary '\Å05Z{lI\Ê\íw¦','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AbstractServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AbstractServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•a]\ÛV<3Î±“L@˜,¼',_binary '•2\ê	\Í\Èû\0h\èñ­°\Ê\Ö\\³¸gÚ©\Ø\Û	{í‹ ^\Îe','',0,'?'),(_binary '\ÅTŒ•V\Í6š\à\îD\ß\ë\ìg','wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ %DÇ\êKÊ7\ÞT',_binary 'J‘Â£v\Òþ\Ï8D\rù§6\ÔAùª‹4Z	°;˜£Yµ1°','',0,'?'),(_binary '\Å_\Ìn€ü£³\Ép·¼aV','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>*L\Ö1\ÊËµ©\"k%Fƒ+',_binary 'Z±öi\éM\Ûf¼UŒv±i-\å})ôùf\Ñ\"†þMnd?X','',0,'?'),(_binary '\Å`#\ã\ØG–b¯C\Ð\åÖŠ\Î','wp-includes/js/swfupload/handlers.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/swfupload/handlers.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j¼Ú™K\á~q	õˆü\Øc=',_binary '\ÙTòŒ¿‘ôõdñT¯y~#\ï\ïjI\"£++3ÁÉ‰','',0,'?'),(_binary '\Åkº=Q ¥Q™l›\Ê','wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-subscription.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-subscription.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò{$\ÉMW¤\ïer”™Q',_binary '—7Kf86ÝŽ\àø4x\Z\Ä0~\ì´jf\Â\ê›#Ë€‡\Ëo','',0,'?'),(_binary '\Åk¥Ex˜/µ\Üc\ÄR” )8','wp-content/themes/houzez/template-parts/search/search-half-map-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-half-map-header.php',0,_binary 'I\ÈÛ£Ý©*\ÊòkÏ©\ß\\6',_binary 'I\ÈÛ£Ý©*\ÊòkÏ©\ß\\6',_binary 'ÁD\n\Ó}ˆ’=\×\ÇN–Ëš«ý™2\ï5S\Õe?\Òh\ìþþÛƒ','',0,'?'),(_binary '\Ås²‹\ÒS	}tró','wp-content/plugins/wpforms-lite/src/Admin/Helpers/Chart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Helpers/Chart.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«\Î\ÜÓ‹Ç„`È‘Ž‘?¹\ã',_binary '\ÍM©ae\×Ç©\ëõ‚ž#–¹…þ\ëŸÈ‰[sÏšX\É','',0,'?'),(_binary '\Åxejuù\ï¸\Ù²Š','wp-includes/css/dist/edit-widgets/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-widgets/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\ç”*¨k¾ˆPa5',_binary 'F\Þÿ·\ï€Otª/¯bKº\ÜþU\Ê÷g„\Íü:³/\Óþ\æ\Ü','',0,'?'),(_binary '\Åy»mY“®[÷¡œ”\r•2','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/time.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/time.php',0,_binary 'bô¨~<+˜´Hj\'bÒz¿',_binary 'bô¨~<+˜´Hj\'bÒz¿',_binary '\"/d© -c«ý\Ý6OV\Ý\à\Þcg7rPu\å\ÛL ºõ','',0,'?'),(_binary '\Å}Ø”³k—€†\ÓyFc[','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Captcha.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Captcha.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í]/Ÿ¤\\!ÁÔŠ\è‹Kx',_binary '‚¯LŽ\rc´„ž>¶‰|\ä2Ÿ¼74À«†y\0\Ò#\Çÿ','',0,'?'),(_binary '\Å}\åg\åõ]\Ð\ê@˜\ã\éö\Ö','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯U)¨H´Q“\éÀ',_binary '\ZÀ\Õ2r\Òen¹\ï\×?™özh1‚_\Ï5U4y','',0,'?'),(_binary 'Å‚j¨Dß‹¿.¥Ë–D¥‰','wp-admin/css/forms.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/forms.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1f¡4e²ý²‘R	\âC\"x',_binary '-Y\0†§G6KXo’5,\"…ðkrúh\ç·÷ü\Þ\Ì\æ','',0,'?'),(_binary 'ÅƒI@DAL§\Ì_bj@\ç','wp-content/plugins/wp-rocket/inc/Engine/Optimization/AdminServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AdminServiceProvider.php',0,_binary 'Y\Z5.UW\\Y\áñ\ZE',_binary 'Y\Z5.UW\\Y\áñ\ZE',_binary '·:›¿e3&0\ë…PRh6@ù\ê\×\åBvÝ•µxð‰','',0,'?'),(_binary 'Å†€Ô¡yi\ÓD\â‚1›','wp-includes/blocks/embed/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jø¥?„\Ç<&\Í7ªpÖ…g',_binary '\Øë®¤6‰c‹À;~\Âýy7Ó¨\ÓomM…ùd )[ò\Ó','',0,'?'),(_binary 'Å‰ct÷\è™\ä›õk\Ã','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sd.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sd.js',0,_binary '¥.\àÈ²¦+hH\ÄNz\n˜¦',_binary '¥.\àÈ²¦+hH\ÄNz\n˜¦',_binary 'S\çŸW\Ìô:G®ð\Ü\Û\ëDA\Ü\ì,\Ë\Ç\è\Â\Æùc”ñ–¿','',0,'?'),(_binary 'Å‰¿\ØmzIÑ©µ\0lnû','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/AccountSummaries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/AccountSummaries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';\é*U\ïñQ»\áµAþa\'',_binary '*…®3+\Ír¢\ÉE:©%Z\"	%\Å`7w¥\îµHº\\D','',0,'?'),(_binary 'Å‰ÿ4—q]\É\ß\Ô\ÏÁ#\Ï\Ñ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Collection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T“£Š\ä¿Þ•vÕ°¸',_binary 'AÁH¦\Ã\î\Ð\ê\Í\åd\Ô\Ù(^{NŒ\è“$[|iÛ8õ§?','',0,'?'),(_binary 'ÅŠb\æ9ü\Þ¦ø@o„8Æ«','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/egg.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/egg.svg',0,_binary '¼{	\Ã‚<]Rcÿ\à\'÷Kô',_binary '¼{	\Ã‚<]Rcÿ\à\'÷Kô',_binary '…?µ\0—¯BÎ“\ÔP Cm\Øø\ÉxÓ¢–\n†s\ÇHGJ','',0,'?'),(_binary 'ÅŠ³÷6ƒ÷½@\àL(`ö\â','wp-content/plugins/wordfence/views/scanner/site-cleaning.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/site-cleaning.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\²!ß´_²&xh£•G',_binary 'l¿t–œ!o\ÊVL\Ãþ`Í‚eÜ¶\ã<·¬`\ë','',0,'?'),(_binary 'ÅŽó\ìæ‘®\ê°v\åµs1','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CohortReportSettings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CohortReportSettings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^ª:@\'£§ùÙ„\Ñ>ò©\ì',_binary 'Hn²\ÜZ–\nnlf…\ÄøO‡\Û;Œ¨ÿ+¶³;‰Î¢,“!','',0,'?'),(_binary 'Å‡5]Á‡dxvý:\Ü','wp-includes/blocks/pullquote/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hR\Ë<UGª\Ùût\Ú',_binary 'Ažoi^ø—®<h+F–y\áQÔ¡\æNo­Áx]L4\ÑO','',0,'?'),(_binary 'Å˜\î!\ê§Jý›\é\å–\ã','wp-content/plugins/redux-framework/sample/patterns/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/patterns/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Å›h4\ågþ\êóŽ@<­Vz','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/ListPublicationsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/ListPublicationsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z²)}\Ú*˜®|Ñ©¦Žüu',_binary 'X~ðƒCzñ¬° .¯^³T7L¾\Ð\Ó({\Z-$ ªy','',0,'?'),(_binary 'Åœƒ\0»>jô-Œ»§š¤\ê','wp-includes/blocks/latest-comments/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-comments/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L\Ãt½¥\×\Ù\ëû¥š3\ë„Ta',_binary '<E(·SŒ£Wä®“+\È|Ñ«$\Ó4(Ÿ\â†vWphò^d ','',0,'?'),(_binary 'Å\äý†El³šH™)\Ñ\Ï','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareInterface.php',0,_binary '5\Î0,\"£ý|”,dM\ÔõÌ‰',_binary '5\Î0,\"£ý|”,dM\ÔõÌ‰',_binary '¯†M°hÁuÜ¡R¬A­>ë¹…\'ó«wX\ÏF\Ù]','',0,'?'),(_binary 'Å¢\æ%8½v·s©ù6\ì…','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z—t\Þ\Þ\Â\ËûKi\Z·IAW',_binary '“Å¯C(#\r\ïø(\0\'™Á‹[Î˜m·¯­;x£¬\ê\Ã','',0,'?'),(_binary 'Å´<xaiQÏ•\ÅÀ{\Ú','wp-content/plugins/wp-rocket/views/settings/fields/radio-buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/radio-buttons.php',0,_binary '!\æQ[™\Çi\Ø.h°´bD',_binary '!\æQ[™\Çi\Ø.h°´bD',_binary '\î\ÎM“Hj‚X.3\Ò@²Œ)$F\Ï]±¾	xwñ½¾\èž\î','',0,'?'),(_binary 'Å·k—,QŸŠ\"”K*¬þ>','wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³Ø–µyôÑœ ºb¦',_binary '\Ïw?\äW~—¶_=öˆ\ç…n\ÍX¯»iO<,ˆ\Â\ÚÀ','',0,'?'),(_binary 'Å¸MÈ»Õ I…×š°','wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qºù…\Úz\×\'ŠŠN\Ë',_binary '\Îþ™\Úœ\áˆýXVU\ëc<–j\Æ\"f¢.Ž¦{ž\îa\Æ?','',0,'?'),(_binary 'Å¾¬,\ïf \ÒBÁ‡V\Òû','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-entity-dashboard-bf6ba3f0b9c923f11709.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-entity-dashboard-bf6ba3f0b9c923f11709.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó\ÑD¨\Þh:~†@š‹\ëQ',_binary '²«\0iÀ¶Ë‘\Çþt_](›µò‚U”dZÁFsZI','',0,'?'),(_binary 'Å¿’[Ïƒ¾\Z\ï©F½8š','wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S<}.?ŠXÀ‘Ò²ì«†\ïQ',_binary '1C?+¢\è¤2i¸Iš!¡ó‰3LA¿¡*sN\Ç`¨hk]','',0,'?'),(_binary '\ÅÁô\Ú\ÔH\'€*Ú¶Š\ä','wp-content/themes/houzez/template-parts/dashboard/side-wrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/side-wrap.php',0,_binary '\rýa\åB˜Ç«õ›\á†ÿEW',_binary '\rýa\åB˜Ç«õ›\á†ÿEW',_binary ']\ØÛ”(#Jˆu‰ª¿šJ\0iRsÚ‰«\Õ5j$~\ÐZ^€ñ','',0,'?'),(_binary '\Å\Â\É\ÐM»G[KZ\ÏB\Â§G','wp-content/themes/houzez/js/vendors/i18n/defaults-ja_JP.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ja_JP.js',0,_binary '›h+óX¥\î}-\Ë\"¾ò›',_binary '›h+óX¥\î}-\Ë\"¾ò›',_binary 'y~§˜.Gy\íO³úÜ¤\Â7\Ë$>q,ûx\ÎU	','',0,'?'),(_binary '\Å\ÇA \é‰K\Õõ‚\ÝÕµj','wp-content/themes/houzez/property-details/yelp-nearby.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/yelp-nearby.php',0,_binary '°O°˜&zø!}Ø™ŸD\á',_binary '°O°˜&zø!}Ø™ŸD\á',_binary 'p\åG¸\É¦\è$ê­™{&I1Ö‹P4uwI¡¾¥¤|T','',0,'?'),(_binary '\Å\ÌÝ˜6ˆ¿\ë\Îß¼\á\ß.*','wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Google_Site_Kit_Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Google_Site_Kit_Client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0_¢¹žƒW°,#\"£+†',_binary '…‰9œ;Ë[˜¬\ì¸ýM\æ~I3˜\í3 \í#\äz\Þj™','',0,'?'),(_binary '\Å\Í-†p“lE\Æó\Øk†/ö','wp-includes/js/jquery/jquery.hotkeys.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.hotkeys.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãS!}EU«\\b³g¾h‰=',_binary '\ZJ·û]\Ýx Õ®T\î¾\ÄcÁ0n˜9  +V\ék\â','',0,'?'),(_binary '\ÅÑ‚ƒ:-„\ç°\Ýüž=','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file10.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file10.svg',0,_binary 'LY«w¥t-„‚®½\ÈT\è',_binary 'LY«w¥t-„‚®½\ÈT\è',_binary '3RSR(^S÷i•S\ÂF‰”o\éª\í\ÇX(­u†—EZc\Í','',0,'?'),(_binary '\Å\Ò{F\ë§\Ù\'\ä(h\í\Úx','wp-content/plugins/wpforms-lite/assets/js/admin/builder/drag-fields.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/drag-fields.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z@3	ø¾tkú\à0P',_binary 'vMc\Ý;\ÚvD\ä‚m\å\ì“oÕº– \ì,Z\Ð=\Öv´ñQµ','',0,'?'),(_binary '\Å\ÔU„¬E~°‹ÿ-²`','wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è—4…Fž\áúb\'¤	Ž\î',_binary '|üZ\Ðƒ®º35¡£fÃ±zxY}‚eX\è zŒ•š~','',0,'?'),(_binary '\Å\Õø¹D}žý²¬2û2','wp-content/themes/houzez/template-parts/dashboard/statistics/top-browsers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/top-browsers.php',0,_binary '½2dO½*\ìžv\ÖY†¬o',_binary '½2dO½*\ìžv\ÖY†¬o',_binary 't•ñ\àg\0\Ö|V¾¼™MjÝ—u”R°\ê©O\Öö¥\ã','',0,'?'),(_binary '\Å\ÜInþƒz5dœ\âûÄ†','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-cdn.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-cdn.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&¨\Â_$L\Í\Õ\Æ\í ðV\Ì',_binary '¨\\Ÿ`GSªNòu¿\ØE\Ë9ó\ä\Ì^ƒ\áŽx\'pµ\"','',0,'?'),(_binary '\Å\è|xðd–5’n`´ª`^¼','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg',0,_binary 'eT}\Ö\â\ÒŽ=úò–õ',_binary 'eT}\Ö\â\ÒŽ=úò–õ',_binary 'Á?ÀRGD\Û½ßOe4\â†÷£\ÈS»\Æá£±=[I','',0,'?'),(_binary '\Å\è\Õiª“Õ•6>HúD','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGlobalSiteTag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGlobalSiteTag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T\ÒÇ©#¡š ‘P—\Ò\0¡@',_binary 'ºÊ¹9ii¸q£«£¸\Âmòd\Í\ç)™N\ãlb»','',0,'?'),(_binary '\Åñƒ\Ìs(¬¶p½L{C\çw','wp-content/cache/wp-rocket/point2listing.ca/ppc/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/ppc/index-https.html',0,_binary 'M\çKz]¿ò¡/ò',_binary 'M\çKz]¿ò¡/ò',_binary '$\Ö³“Y>«\êJhi[n=$‚I\Z‡v\Ùü\Õù):ÿ\Äm','',0,'?'),(_binary '\ÅöZTDÀ\r[ø\åFcLL\Ó','wp-includes/blocks/gallery/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Fg¾\Ïð9»B½	]”i$',_binary '7\çò\ÃU[\ÉsB\Ä|A´ÿQ\r@‰ðó…\ïrû•©¬p\áVüA','',0,'?'),(_binary '\Æ·xx\ß\×w]ü\ï3µ','wp-content/plugins/wordfence/lib/wfScanPath.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanPath.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';YkŒj‹ £RzA$20\Ø',_binary 'Œà­¹3¬vQ†Pj‹\Åu$$‘÷eš\ëÜ‹ƒHq©•\î‡','',0,'?'),(_binary '\Æv.)Nkp L}ˆ	\Åd\ë','wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.js',0,_binary ' c?\ä\Âp\à\ç(Ñƒ:¶\Ú',_binary ' c?\ä\Âp\à\ç(Ñƒ:¶\Ú',_binary 'b\á¯=„!$¸°AN””¶|æ©“S=†b¢SÁ¦','',0,'?'),(_binary '\Æ	–2&\Í5Ÿ²*°\ì8T\Ü','wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_current_portrait_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_current_portrait_24px.svg',0,_binary '0SÜ¼\Øþ\áòB_6?!zE',_binary '0SÜ¼\Øþ\áòB_6?!zE',_binary 'œ\Ã3a§j¯b\07H+&6î£®\Í;(F7¡¨ÞÁ\Û»$','',0,'?'),(_binary '\Æ	™·#A©\n#b#ü =','wp-includes/js/tinymce/themes/inlite/theme.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/themes/inlite/theme.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âZ=\ro<3¤¡E\Ð\í\Â',_binary '·\"Á;l¾¯\0s\'\âlB´3qš6)Œ8’\n@D‡²¸\ê','',0,'?'),(_binary '\Æ\è*W\ße°\æi\Í	X«','wp-content/plugins/elementor/assets/js/packages/editor/editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor/editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'km&\äþ[v#w¥»Z›V8¼',_binary '!È—f„or\\JË‰\Å[¶œ\ã.–\Ï\îpYœô¼\Ð-‹š4','',0,'?'),(_binary '\Æªqe;\ÚÿXi1»','wp-content/plugins/revslider/public/assets/svg/image/ic_assistant_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_assistant_24px.svg',0,_binary '©a\×Ä¬+Í¬\Úc	o¯}s',_binary '©a\×Ä¬+Í¬\Úc	o¯}s',_binary '¡B\"Q|_Z„D\Ãl%\Ó@\×-RDý\Ô\ïú˜Bd','',0,'?'),(_binary '\ÆÈ².\Òk¶[\ÔûñI*|','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_grocery_store_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_grocery_store_24px.svg',0,_binary '\Õ|F\Ê\Ð\È5ñCV÷\Ü:\å\Ñ',_binary '\Õ|F\Ê\Ð\È5ñCV÷\Ü:\å\Ñ',_binary '\Ä²Ôže\æ;nT†G§\ì’Kkø¥`§\Æýßˆ6\Í8','',0,'?'),(_binary '\Æ°‹F§\Ú3ñƒÅˆ´qC','wp-content/themes/houzez/js/vendors/i18n/defaults-ua_UA.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ua_UA.js.map',0,_binary '7-zÏœ>t\Âþ\n\Þ\ßwX',_binary '7-zÏœ>t\Âþ\n\Þ\ßwX',_binary 'I_\Ò\Òø!‰¶v¥O…}\à\"q>C!©]Ú¨TÊp\0','',0,'?'),(_binary '\Æ*\ZJ¡\à\ZX7¡n…‚','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F\Æ+PjJÂ?\Ö!Sö',_binary '÷ûÓ£I0¢\Ù~–\Zuþ\ã\Ï\n~‹\â|h©\Ö(\ÜRy\È\"','',0,'?'),(_binary '\Æ+’ \Íg\Ô¾\Âq6¥^\0\è','wp-admin/images/wheel.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/wheel.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E0½ q0m»\Æ\ZY%V¹X ',_binary '(]´:=d\ÓqÛ…¼O{9ŒÂ€Ô€¥vš…È˜~Š²\Úó','',0,'?'),(_binary '\Æ-Xtû%\0¢1^G­\ç/','wp-content/themes/houzez/framework/widgets/houzez-login-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/houzez-login-widget.php',0,_binary 'q.\0\Ú\éª/\à\ÞM%,¹?SR',_binary 'q.\0\Ú\éª/\à\ÞM%,¹?SR',_binary 't(¢ø\Îù\Þ~\æø\ï–\ÎM¤/óp©\Ô,‹^þþ\Ñ\ë','',0,'?'),(_binary '\Æ/Gð\0]yB¦X\ÐGˆñ\ã<','wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/REST_Feature_Tours_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/REST_Feature_Tours_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`ñÌƒw\r òÄ±\êÁ¸;',_binary 'y8}\Z$û½Ÿ\'Lûl¨›j6±thjôo\â)MT\î','',0,'?'),(_binary '\Æ;Z…õd\×}\ÇM[\0\Ï\Û','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-cross.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-cross.svg',0,_binary '‚,<¶M\á$m‚R4h¹Ä†',_binary '‚,<¶M\á$m‚R4h¹Ä†',_binary 'Ù²_Á(“\rh«”ÀðW\â\Ì~{ªfù­\Ë\è\Ñ\çƒ','',0,'?'),(_binary '\Æ@³ð:<¢o|J-e´','wp-content/plugins/wordfence/images/wf-error-badge.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/wf-error-badge.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰EQt\Ä\Øs	¡Mz½y¦÷\á',_binary '¿\å¨æ®™F¦\Î`\Äa¤Ý€\Þk¶\Ý\ÈmE\íQ´¥+~¤\ç','',0,'?'),(_binary '\ÆI\Ó\0«µü\Ò>JØ¾1¢LŠ','wp-content/plugins/revslider/public/assets/svg/toggle/ic_star_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_star_24px.svg',0,_binary '<M7Ty~O„Ji¸¤o',_binary '<M7Ty~O„Ji¸¤o',_binary 'ÿÍ¨i\å”gÎgO…±x8õ†l¼\å±öÄµ”®\Í¢€','',0,'?'),(_binary '\ÆX\rNÎŒ\"&’\Ò\ì5GóN','wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²6Š\Ú]\ÚFŽƒ§öe',_binary '›TÔ¾;õ¶\é”\ìÿî€·£»ó 6´\Ç\î™7M6X©\ï\ÇS','',0,'?'),(_binary '\Æ[^U´›\ä\ã\Õ\ë\ÜR°û','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7\Ò:Œ:XFÆ0\'¦P',_binary '–/ ¸nöf…<\Ü%n)\Å9\à\Ø\àlf—ø×­ÎŽu’¾','',0,'?'),(_binary '\Æ[\ÇÀE\ë³\án\â\Èø­\Ó\ÂF','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_888888_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_888888_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ä¿—/À\él«\ÕI\×b=\ç<\ß',_binary '.c|Û±\Ò]\nlxQ\Îð\ÞP\ÓVýQM•hË¦Š\'²!k­','',0,'?'),(_binary '\Æ`_ˆzvŸ¶x\ê\ÍU\É€','wp-content/plugins/houzez-theme-functionality/elementor/controls/address-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/controls/address-control.php',0,_binary '\ëñ¦VÁ\î&\Âv\èÿ\ìf\Ý2',_binary '\ëñ¦VÁ\î&\Âv\èÿ\ìf\Ý2',_binary '\r\ßI=Ø˜„ö \Ç{rz\rG»´n\ÆN®\êù›9A×Ÿ$a','',0,'?'),(_binary '\Ædt\à€šS0›[\\Og:','wp-content/plugins/wordfence/modules/login-security/views/.htaccess','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/.htaccess',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…¼\ÕA¾a¸bvrñ¤',_binary 'C‡¾ö½\'r…9½\ì@\âK¡Þ†t¡ª™ö\â§w#@kº','',0,'?'),(_binary '\Ægµ\Ã0\â#{„²AY»ŸQ(','wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-app-config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-app-config.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆh©\à„ ôT^\äv·L\×',_binary '\ê‹‡R#\êþÿ{^\Ç5@Œ¥€qw\Éò!ª\\‚ž ','',0,'?'),(_binary '\Æh(Ù²\î¢&b‚«\\ek','wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.\ÅE	ýš¯\Ùò\Zñ¸(¯',_binary '¸4&\\<õÀ##Q³Ù•ñoöFöò\Ðk|‘€x','',0,'?'),(_binary '\ÆiK$\Ò|:3¬	‰?z\æˆ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c‹\Ú\Ú|Š\Ëh\ã©hñI¸£',_binary '„\ãx\ÊX—•v“\Î\0\Ý\Ëö\Ì\Üú†\ÈS\î#ô2\ä&\ï¨N°þ','',0,'?'),(_binary '\Æok‹³\Ø\Ïs\Z\ÈdQ2õ','wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3ZY\ì“\Æ\Ã,‡ZŽ\ßQ\ì',_binary 'È¨§¤h\Õ\á\rlj©b\ÅNŠrÉ¢S„‚y÷ý\ì	\îš','',0,'?'),(_binary '\Æq\é&]&‡=‡ð¶\Ím\ç','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«ž“³\0j¿”\ê\r\ÖÁ_',_binary '„µüƒ\àE[\ZÑ‹?Û¢€Á\ÒxWô6­a@šS‹\ÑÑ¼»','',0,'?'),(_binary '\Ær5\é\è\Zú\é\ê-j§ª\Ø','wp-content/plugins/wpforms-lite/assets/images/spinner-white.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/spinner-white.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜¼#¹[ETR\Ï\rˆ\Ú',_binary 'b¿%~4µwû\Z¨«\ÞN–±þq\Ýj/˜§lh”ò+\Ï','',0,'?'),(_binary '\ÆxÏ‘u\ãLÊ®¥]1Â°','wp-content/themes/houzez/template-parts/banners/partials/slider-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/partials/slider-item.php',0,_binary 'Ì§ñ°/˜l<\âŽE,',_binary 'Ì§ñ°/˜l<\âŽE,',_binary '\"G¶\ê&\ÇRjSRc?\Èú¬H¥\×t=\"ö\×\×k(','',0,'?'),(_binary 'Æ€¦t³$ú`L„úm»­¨','wp-content/themes/houzez/framework/stripe-php/lib/CustomerCashBalanceTransaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/CustomerCashBalanceTransaction.php',0,_binary 'ò»-‹©\çN9]êœ®\Û]IE',_binary 'ò»-‹©\çN9]êœ®\Û]IE',_binary 'dl—üÊ˜JÇ–)šò l\Ãü\Èõö\Ù9¥hù¼8','',0,'?'),(_binary 'Æ‚«dJ,Ö¹\í\ã\Ü\Óö0\Õ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/upgrade.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/upgrade.php',0,_binary '\É\ä¤MF1\";\êP¨L\Ý4\Ó',_binary '\É\ä¤MF1\";\êP¨L\Ý4\Ó',_binary 'ü&\ïZ¾{Yñ\î$spŠ\"+Aƒ\ë”`¶]òèˆ“ª­','',0,'?'),(_binary 'Æ„h¯¦†€j†³ƒ\×w\Æ','wp-content/themes/houzez/framework/stripe-php/lib/TaxRate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/TaxRate.php',0,_binary '@-æ¡\ç¢ˆHÀ{ª',_binary '@-æ¡\ç¢ˆHÀ{ª',_binary '\Ñwÿ„\â\ãõ¯Y0\Âh?4D¢\ç¾\×Eö0R3P\nfÿH>','',0,'?'),(_binary 'Æ…Ž‹‡|_\Ëi/y¡\Ò	','wp-includes/js/tinymce/plugins/media/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/media/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6\Î\'1\êZ\Þþ‘ž\Âf ',_binary '\n\é>\ë\á\çEQ\Þi¶æ¼º˜\äk}Ã®¨Ç²“—þ£\ç','',0,'?'),(_binary 'Æ‡?d!(Ž¥Ú§rW¬','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Lock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Lock.php',0,_binary '€\ßO	RO\Ö\ßA7¿›¡Kg',_binary '€\ßO	RO\Ö\ßA7¿›¡Kg',_binary '¸\\j*æ¯½úª\Õ\êa“Y†™t[jM\Î7é£©•\Z','',0,'?'),(_binary 'Æ‡¡‰À›]\êÄ¬\èÞ˜š','wp-content/plugins/wordpress-seo/admin/interface-collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/interface-collection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡\Ñ/\ê8srò%\æ,\Ì\É#Ÿš',_binary 't_<\ãM¹ý\Òž\ë,to~\Éf\ÔY\Êc×®’ñ\ã2(j´','',0,'?'),(_binary 'Æ‰\ä‰\à©3Sº+c¸,N5','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Úð=û­öx\ë$ü´/\"',_binary ' \ÝHE¬*ø˜ \ÛdÇ­±\Éül\Ù\Æ)•­\Øz\Ì8Ó¶','',0,'?'),(_binary 'ÆAU[.~ü\Í2x^ù','wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-container.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-container.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\'Iò\ß\na‘’3Yâ’’#',_binary '\ß(R;\ï\Þ\ÝK8­œÊ =.•btfÿ@\ï8Æ²','',0,'?'),(_binary 'ÆF\Âœºõ‚û\ì%','wp-content/themes/sinatra/inc/customizer/assets/images/wpbh.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/wpbh.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`I\ÌC&úR\Ëg‡\"\\@G',_binary '$Evd™‡»\å¿\Ø\æB‰M…°H·\Õ\ÝO\"iU1.¡* 3','',0,'?'),(_binary 'Æt¯¿\Z\â»\êo+\Ý\ÕØ´','wp-includes/blocks/spacer/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\Þk“\Ë\ék3z\Ä\ÓU)\Ä',_binary 'u2ÿT\Ø\Úz\"»„\íÿ\Ï-g¾‰¶&]\ÌV\Ûj²•$O>‹','',0,'?'),(_binary 'Æ‘üY¤CrJr\×\Ëµ\Ö','wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';¸—pÀ}:óeÎƒÀ©',_binary 'aJÅ¹D\áQ`~„ú6Z#\î™\\Ý‹sf\'+\ã]¤(6/','',0,'?'),(_binary 'Æ–§f~Qöo¤_S…','wp-content/themes/sinatra/template-parts/content/content-sinatra-fullwidth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-sinatra-fullwidth.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤˜\'6„\n¸P\Ð\ç¼\íK?',_binary '>\×Al\è?¢L\ígDŒ+˜W–vö„\í\Ê\èn¢\Ð]','',0,'?'),(_binary 'Æ›‰=\é\âBqf¡=x','wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jZ)3ôˆ«NŸN¼\×¶¡',_binary 'ñÙˆ±I\Z\ÛQ\ÚX\Ù=\ÞbLÇ­²“\Ùû\Å\É9\Ìa¡ðH_\È','',0,'?'),(_binary 'Æ\åf\n‰ü\Z\å\0C‘]œŽ','wp-content/plugins/elementor/assets/js/editor-document.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-document.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ{3Àló2Ÿ\Î}^†\0',_binary 'iýX÷þ\è‰\ãºZ-~¡\êIdK\Å._=\Ô\î)Mo','',0,'?'),(_binary 'Æ¦\Ø\ÐC\ÇôQ¬Un}þ«','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '89\"\ë\îzzø\ÂVv*\Î\Ø]',_binary '«Û†%%l\í:J\Äf<\Èbq\ã\ÅP–\ÂPtË¯}ß\"\Õf','',0,'?'),(_binary 'Æ¥S\ZY\Åð¢gñ§EC6¥„','wp-content/themes/houzez/template-parts/dashboard/property/favorite-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/property/favorite-item.php',0,_binary '\ç88s\ÌxJRoo\Ü',_binary '\ç88s\ÌxJRoo\Ü',_binary '•—N2(\ËC¾\Î\×7@qs­\Ð¬\Ò\ã—\Í@#[õ½±','',0,'?'),(_binary 'Æ©\n\Ú¹¸Ð’\Ï\ç¿\áC','wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/ý«» -C…¾\Ó<Me',_binary '‹¯¡ü½;ƒT\"k\0W¼»¦ZX v1³ùm”\âA¬Á','',0,'?'),(_binary 'Æ¬+\Z–¼\ÊIód^i <\0','wp-includes/js/jquery/suggest.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/suggest.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':$tV‘E\ÕÊ¿\Äû‰‚',_binary 'r\ç,K\ËpÅ—rq^b¢\\‘¸=rZ\Ð]ƒ\É6+','',0,'?'),(_binary 'Æ¬Œ\åSX‰ƒ\ÝZ“ù\â3›','wp-includes/js/dist/plugins.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/plugins.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z¸—‘\Ð\î\æ+mfHš\ì\Ù',_binary '$\Æv¶m]õ@¬ƒqÉ€!ró¨“‡H(\Ï`+	\ÙI[€[','',0,'?'),(_binary 'Æ°‘X¨¢ù8\ÔQÿÿ\ÊK\ï','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaUserLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaUserLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û,ñõec´$£à¤¤',_binary '\ÃÑ¸¿f_&£e®\Ûñ1˜$«9 \Ë{|\ÐUF\\Hu','',0,'?'),(_binary 'Æ²\" jy\âj\á—4¥+¥','wp-content/plugins/updraftplus/vendor/components/jquery/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à7\ã,™x”òaž*',_binary '@J\ØB›¥\Ã\íBÁ\ØE#Æ¶-fž¹\ÐI_+Š\é¦K¹c’','',0,'?'),(_binary 'Æ¶§§ò§\Z-\"\ÐI[m\Â','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/InflateStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/InflateStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê[\â.ŸJ¯;D¹\éMÀs\n',_binary '9Š{\í\á÷YoSó9\'4zô\á\Çh™D\Ù_\Í\ë','',0,'?'),(_binary 'Æ·À8”\ïküZô_\å\Ø\Æ\n','wp-content/plugins/revslider/public/assets/svg/social/ic_cake_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_cake_24px.svg',0,_binary '&¿m \Z\ÍF:‡>¶2\ËO`\\',_binary '&¿m \Z\ÍF:‡>¶2\ËO`\\',_binary 'a3˜\çkWS\î\éª\È\åA¡½M\\3^Æ¹„ˆ—H','',0,'?'),(_binary 'Æ¼…¹\í\Ò~9Œ\ç~ç±Œ÷','wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©“r\ã\É@gž±‡',_binary 'vG>YV ^œ¨Y?;M\Â`¿@°QÆ‚\Ô\Ú0ŒW\ë\"','',0,'?'),(_binary 'Æ¼“Â®‡\äp}tQ$N\Î','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W®V¨«ÑFQ¢#šÔ‚’B',_binary 'À0fdøgIñ{{“]©3t¿\äÀ\Õ;ˆRs\á™d','',0,'?'),(_binary '\ÆÃ±\ïÁÁH`ho¿\"\ÄD','wp-content/plugins/revslider/public/assets/svg/action/ic_swap_horiz_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_swap_horiz_24px.svg',0,_binary 'Oÿ8H¥\É\çWß»ƒú9+J\ì',_binary 'Oÿ8H¥\É\çWß»ƒú9+J\ì',_binary 'um˜·¼€•bqo\Û\îñ¾\ì:¿¨²\ÑXMøF&†Ž¬þ','',0,'?'),(_binary '\Æ\Ã\à‘ùd\Å\Ï\ÙI\Ð-\ßI','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_highlight-soft_75_cccccc_1x100.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_highlight-soft_75_cccccc_1x100.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rÅ“\Ñn™‰RÍy\î3\Æó',_binary 'T•2%\Ü­\Ò¬S\0\æ%Êœ\Ñ¢\ÄOš\Ìó¾\'Å²\ËIn','',0,'?'),(_binary '\Æ\Å\î\Ô;VÞ¯€¤nTy ','wp-includes/class-wp-theme-json-resolver.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-theme-json-resolver.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I¸F\ÏÃ“Ï†G\r±xS ',_binary 'O¨v\ß\Í\Â\Â\ç£B\×\áAŠ1ƒ\î 78W\Ú‚ùY+\ß','',0,'?'),(_binary '\Æ\Í`5%JŠ¦\Æ`\à\Ã{´','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-i18n-33cdd2dee5d1d1f4fb34.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-i18n-33cdd2dee5d1d1f4fb34.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í›ijAl\Û:»\ï_Õ§—',_binary '½Qz`í‚’ý\ê÷³†ó\\;ö‘ú¤¦&}©fA\è1„þ','',0,'?'),(_binary '\Æ\Ögv\Î.ÙŽ–¹¹K','wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v	4Gfòs\Éo®i\Ð',_binary '©\Âñ\Ú<ÝÛŸCúóú\ë¨kS\ÖOK\ÞD–¦	\Êÿõ:','',0,'?'),(_binary '\Æ\Øùlƒ\é™qý\È\êbqA¨','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/AuthorizationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/AuthorizationService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç]9©\ÖÔ±L}\ÒP+—÷',_binary '\Ô\ês(u\Ï\â%ð‹O¦Wü8ä¼‡\äµð$¿Š\áÑ‹','',0,'?'),(_binary '\ÆÜ·\âñJL¤\Ó>\ç#','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·9\ë\Æ+^\Ó[\î6m>',_binary 'e×’ƒ\å\è²\Ñ\ã4€\Üy\éþü{\Ôs|xj\n\ëªð\ÐN\Ù','',0,'?'),(_binary '\Æ\ÞT\íú}[\Îò‘9ªZ','wp-content/themes/sinatra/inc/customizer/controls/typography/class-sinatra-customizer-control-typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/typography/class-sinatra-customizer-control-typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ[Qþ\rÁ\ét×˜¼\Ý	\é',_binary '¹U¢t\íwS\"=G\Å}&À*¡­%?\Ø`\ã','',0,'?'),(_binary '\Æ\äÀ÷¹\Ü\èE“ŒøG','wp-content/plugins/redux-framework/redux-core/inc/fields/info/redux-info.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/info/redux-info.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ây\ÂPRú9^õ\ËÈ¢cƒK',_binary 'ªaIû¶\çnÎ‘¦ž\Ûrh»\íb/µa^É¯Ò•h\ä¥\Ê','',0,'?'),(_binary '\Æ\é	\áúRN±±\Þ\ë\Ücœ\Ô','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ØF–A!©ˆ~\Ð+oò',_binary '7v©g-&j,*¸›U\Øû 	°\×ô‡\ÄI\n9\ÙC\Évœ','',0,'?'),(_binary '\Æ\é’e\êü‘x\0\ì¦÷’™c','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.tr.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.tr.min.js',0,_binary '–Ø°	\î»Ô©o\ÓÉ™wÜž\Ë',_binary '–Ø°	\î»Ô©o\ÓÉ™wÜž\Ë',_binary '!}~ö\á˜\ß\Èõ\Ìþ]G­š°\ÐÛ°¦8i\ëáƒ³d','',0,'?'),(_binary '\Æëª³@\Ñ ›=¤\Åy`','wp-content/plugins/wordfence/views/options/options-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/options-title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢Û˜\ä©\Ö\ÉjçŽ“Ý†E',_binary '\îûþ£Kxf›»´Ÿ„“\ê+eÇ–Ù­®ÊŒõ‰ù¼m','',0,'?'),(_binary '\Æ\ìAs¹.\Ö$©À§>º','wp-content/themes/houzez/template-parts/realtors/agency/layout-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/layout-v1.php',0,_binary 'I¥C®^ñ\Â4 \ØK\Í\ÏÂ‘\Î',_binary 'I¥C®^ñ\Â4 \ØK\Í\ÏÂ‘\Î',_binary '’-\ÚWú\ê\Æ6L\Û\Âp\'<±Ö}®\Õ\ÐJ\Õ?\Ù*FL','',0,'?'),(_binary '\Æø‰pXhQ²ždve1\"\0','wp-content/themes/houzez/framework/stripe-php/lib/Util/Util.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/Util.php',0,_binary '„&©G³óvû\Çp‹Ë¨¢Y',_binary '„&©G³óvû\Çp‹Ë¨¢Y',_binary 'C_\Ð!ò„e%)éž©¹¡S[\Ód}™¦7Oa*','',0,'?'),(_binary '\Æû®Vl9\Â:.{\Êrø\ç','wp-content/plugins/wp-rocket/assets/js/heartbeat.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/heartbeat.js',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '\ÆþŠ\æ6%ý[ûeJ?r7','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹\ÐÃº\á‡\ê&\ç±Þ©¢',_binary '‹@5¬\Ìþ,¨¡â¸”\Ö\Ë@.l9(‚¢ˆq¡s!!','',0,'?'),(_binary '\ÇÍŒ%+\Ëe@uQ(\Ï','wp-includes/js/dist/editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼žˆ»z9’º‹\Î\í4m',_binary 'r°‘ÆŠÑ²œ¸¥\Ç\Äsñý\Ù¥Š¸;\r\"s~9u\Ì','',0,'?'),(_binary '\Ç\èŒôVž¸a	\Ï	þ6O','wp-content/plugins/elementor/includes/base/controls-stack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/base/controls-stack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'SJ‹\çmÁ}&\Íô-\æ—ý½',_binary '{ó´Q·!7¹üEûl¹°ûM’\ÞÎ\é*$v\Âùa0\Ý','',0,'?'),(_binary '\Çú¢sqrFu8n@q=R','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_color_reset_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_color_reset_24px.svg',0,_binary 'ÝŒO„XW\Ã*†X\Í',_binary 'ÝŒO„XW\Ã*†X\Í',_binary '•ùm\æ2\'û9Ò—\\,\nü¡½N³\Ú1ª±ŽŸ‡','',0,'?'),(_binary '\Çf!û*²O\×ö+n','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã¬ö-øh@\Î|¸\Ò_qÁ',_binary 'h}×6ò\Û„Xº1<¬sÊ†\æD#kŠöƒ5“‡5','',0,'?'),(_binary '\Ç\ÂÜ¶.13\Ä|ò¡¨T­–','wp-content/plugins/revslider/public/assets/svg/action/ic_https_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_https_24px.svg',0,_binary '¯Dø?¼-_óXuRó',_binary '¯Dø?¼-_óXuRó',_binary '\'…Ü€÷e\'³6÷hð—\×\0ñ\ÒV¸t¤˜\Ä*H˜','',0,'?'),(_binary '\Ç”ˆo¼<\Î@Š\é¾-ùÀ','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' T¨\Ð\ç¦5øŠü\ïE†7œ',_binary 'ˆJ\å¦Ú¤Â¶\î;“¼¬¤ýº”‰ŒX\ÙP÷\ï\ä{÷Bñ','',0,'?'),(_binary '\Ç\r\Þ\ß!\Õ\è\ç!mJ\Zm¨','wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ35\Ïdi#öe%ª+ô·',_binary '\'\àù\æ\åQi1mïª¨ó–Ê±pÛ«¦¶Á‚%VÍ…§D','',0,'?'),(_binary '\Ç\Ú\Îdü”{’)ØŸ.tŽ\Ö','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\Çk½<³Ä‹$„Í“¸€','wp-content/plugins/elementor/assets/images/eyedropper.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/eyedropper.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Qkhû\Ü	,n·ò¤)x+~',_binary '¯O\ì½–\ïË®$|‰d¹\Æint-P\Ó\ê<+\ÛÌœC','',0,'?'),(_binary '\Ç\'\âUk\å¨?¼+[N\Ì5\Ñz','wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™Gýú®É·\ÍT1“ ©\ã:',_binary '@9)\äò\å‘\ì-V9\nh\ì°fy\\\Õ)\ââ«”I','',0,'?'),(_binary '\Ç+§d	%p’\ãfLGbÁe','wp-content/plugins/wp-rocket/inc/deprecated/3.7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.7.php',0,_binary '°¹\×Yt¦\Ýö\Z2\Â$Œr',_binary '°¹\×Yt¦\Ýö\Z2\Â$Œr',_binary '¶o¿_\r›©Q\êaT\Õ%š†÷\èü§2\éÂ¼m\ëŽ-Ž','',0,'?'),(_binary '\Ç1)Å­\Ô2›\Z´•ˆ\à','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_real.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_real.php',0,_binary '¸Ñ¯m%u]\ÚT–×“ý‹§',_binary '¸Ñ¯m%u]\ÚT–×“ý‹§',_binary 'Šø‰6  ”\04£7S¹¡\ZbôÆ‚po\n;\é','',0,'?'),(_binary '\Ç3\Ò-pB[s=9K.¼','wp-content/plugins/houzez-studio/elementor/class-houzez-elementor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/elementor/class-houzez-elementor.php',0,_binary 'û\å¦ò:™ÁK‰\n›\ç÷n)',_binary 'û\å¦ò:™ÁK‰\n›\ç÷n)',_binary 'z\Ó\ÈªV\Ïùö„R›S¸š\Þ\Ôq\Ãb9‡ª\îõDÖ~','',0,'?'),(_binary '\Ç>0º­¯Åƒ^Lx\Ñ\nŠs','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/sf-move-login.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/sf-move-login.php',0,_binary 'O³—ÿ\ë\ï/²\ÌÉ²À¿9w',_binary 'O³—ÿ\ë\ï/²\ÌÉ²À¿9w',_binary '\Ê69Vœ0f¹µûõ\Î\Ö9üËŠZ\ï>–pG;ø”!\'','',0,'?'),(_binary '\Ç>\æs?\Õi½}r%\Æ\ä\Ö7','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹‘ƒ°.¬ÿ\Äk\Çe·+b',_binary '`žÝ‚¸A £a]al\É«ñ\Ê%)ƒ`\Íù;aŠ•=‹p','',0,'?'),(_binary '\ÇI#\æ\Ý)\Ï\íË\\®£','wp-content/plugins/elementor/core/kits/controls/repeater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/controls/repeater.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\\› \Ç}<ˆ\Ï«<U$•',_binary '&Š®/óGZõrž7­\0\ã)Q\à‚“D®öj`P¹Ž2','',0,'?'),(_binary '\ÇSQ\êsY7aF\ÇIMjŠz','wp-includes/blocks/post-author/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7Û–Ž|)\î\×+©\Îj¼.',_binary '\æ\ëp÷+zEŽ\'ˆžvú³¯~\Ä9\Î`òW|\Õj!ºð','',0,'?'),(_binary '\ÇV–‡²V\Ì\'§\Ó\Ñ3','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø•¸p1e\"—Ì¹…ó÷´',_binary '\í\Èÿõª0w6û\çª,50˜,P\" Mšg\Ü\ßuP9','',0,'?'),(_binary '\ÇW}\rDÅ¬½w‹°*¾ñ','wp-includes/blocks/query-pagination-next/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-next/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À|p$.¤ÁNW\î»\å¼ôJ',_binary 'Â¢JCÍŠ\à\á\\t2¼\ã®(\á1\Ò$YùSVhÀ8','',0,'?'),(_binary '\Ç[P”Š\ÏeV\Ó~ñˆB©','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-user.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-user.svg',0,_binary '‡2M\ÂX\Ô,‰\"J9ŽŠ™6',_binary '‡2M\ÂX\Ô,‰\"J9ŽŠ™6',_binary '\r»j7‚\æI8Œÿfr6«\ÄRÌ ˜Á;VD\Ù\Z1M','',0,'?'),(_binary '\Ç^{[\Ô\ïbõ\Ü#$‹Xs','wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A²Ž¬’\èx\Ûðøúƒk\Õ',_binary '¾Ò \Ü\ÈÎŸ›—„‚\ï.ž]b*ö°†õ\Î)¿’b3','',0,'?'),(_binary '\Ç_B,\"†¾3:\ä@C:\n','wp-content/plugins/wpforms-lite/assets/css/builder/builder-scrollbars.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-scrollbars.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß\Õ)A—õðØ¾øF\ï\ë]@',_binary 'Øª\Ó\é\ÊT\ïÒ˜¶d$\r³¦¼F7\ëò\×,¸Áu•©—d','',0,'?'),(_binary '\ÇbŽC¤ºÆ šW…dc\å','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-library.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-library.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\0£‡£ð2­³1\Ì\ÆV\Z',_binary 'œ\"\á± ±l\è*\ÂlZTyºE\äu\íišõùvš Ÿ\"ô','',0,'?'),(_binary '\Çm%CH,ñ]%œN\"‡\à','wp-content/plugins/google-site-kit/includes/Core/Util/Entity_Factory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Entity_Factory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·\êù±\ìûp¤^´‰,+=ñ',_binary 'Iª¹\éµ[¶t“Ø«^–]\ä{§¼U\r\'|MŠ¤','',0,'?'),(_binary '\Çnÿ\Ã3n†|\Ó;ùÿ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterUppercaseDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterUppercaseDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶BL˜¨\Ç^h2JoË¤',_binary '\ê\Å\Î\ÈJ}\Îò\ÕC$a!†\æwt\ë-hšY¾È£½O§„','',0,'?'),(_binary '\Ço\ë²\ãU¶Œ\Õn&5fº\Ú','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Cloudways.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Cloudways.php',0,_binary '«P}D+V\\#‚\íl³',_binary '«P}D+V\\#‚\íl³',_binary '‰m$X(­\éQ1\Ó rôšJ\ÞE‚GG\Ä\ê0y|\ÜóµR','',0,'?'),(_binary 'Ç‚-i)ö.ø\\\Î\è\æz„^a','wp-includes/Text/Diff/Engine/shell.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff/Engine/shell.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tC»&ª“ ºwB\Ð\æ@\Æ',_binary 'þ´¯œÝ™\ï§<ƒJ2AœQ<\åNI¿¬W|	eW–\Ä\Ð','',0,'?'),(_binary 'Ç„1…–V×®³FJ','wp-content/plugins/updraftplus/vendor/psr/http-message/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û!¡–<ž1£\è,þ',_binary 'P\Å	lk\Ý¾\"\àp¬—†czö[hž\Ü¾t¿','',0,'?'),(_binary 'Ç…ú9 \Ù9: ÷¤\Zþ','wp-includes/cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/cache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'­«~ó‘Ä©ºB\ë<ùX',_binary '§\Í8\Ò\Óh\æ–bS¯z•Žm÷sabjK\0\ä\î\æ—%¿o','',0,'?'),(_binary 'Ç…9¤½²¢\àP¸F%º´','wp-content/plugins/redux-framework/redux-core/inc/validation/js/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/js/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'Ç†<[X\ém~¾½£É˜\æ','wp-content/themes/houzez/framework/options/topbar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/topbar.php',0,_binary 'œLò\Úº¯©Z\ß/\'\ï0|',_binary 'œLò\Úº¯©Z\ß/\'\ï0|',_binary 'ýkûÁ•ø²†K\Ðp/\Æeµ\È\äj5¢iÚ\Ò\Õ\ä«3†k','',0,'?'),(_binary 'Ç‡\Ô\Züûl\ëlªr<õ\n','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade184.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade184.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“\n\Äò——\Êb¸ó\'F\ZJ\Z',_binary 'v¡œ‰¾\Ë\Ï@€Pø\Õ\ç™üD\Z)q\Í\0|ÀG¦<J','',0,'?'),(_binary 'ÇŒc™\Þ+\\ú\Ô|([¢\Ê','wp-content/plugins/wpforms-lite/assets/images/addon-icon-salesforce.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-salesforce.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ym±ùe§Ö„LA´*',_binary '>°Ì–TEm£\æUÙ§ }»\ìø8!Fôuzƒa”\0—þ•','',0,'?'),(_binary 'ÇA\ìñ¸\Ô}\Û0\èz','wp-content/plugins/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\Í1o½\ä#\á(,5œv÷',_binary 'eóˆ»Ú¼<Ÿm7t 5Y\è¥WÀÀF\')\Äõµz`7ý','',0,'?'),(_binary 'Çy\×\\±!~”\ÄÜ¤\Ú&','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesFolders.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesFolders.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H¶_Ë–µ\Ï\r¯˜¢\Æ-',_binary 'L\å\ëÉ€\Þ9VµöbU–Ž\Ò\à\0˜S\ßRE\×{\Û6','',0,'?'),(_binary 'Ç\Â^¿xð¤JB\Z\Í3-«6','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G–þ5]{\"•¼\ã«V\Ø',_binary '¨C\ËJr~W\è„OY…*[ó:[j)«²\ÂGýÐ„\ÖeŠ','',0,'?'),(_binary 'Çž|\0¡4\â[E¤ò;','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_namespaces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_namespaces.php',0,_binary '\"@\É~û‚Ç´[’ò@¯A',_binary '\"@\É~û‚Ç´[’ò@¯A',_binary 'Á¿Ð¬«»K\Äql:\å™~ÒÙ¤B‘¬u¾\ã$*V z\æ)','',0,'?'),(_binary 'Ç£\ëœÒ§y^¯ó1¾\á','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_@\á@\ë\â¶1ðú>\â±*y',_binary '	3Ø‰Í¬|\íbd ^7µ:\Ëv\0Š…©…\Ú\\õ\Éiú','',0,'?'),(_binary 'Ç¤>z±Ô„Ÿ!J]>','wp-includes/css/wp-auth-check-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-auth-check-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\Å4\Å~¡&\Õ9\ç$\ä\Ë',_binary '\è³´ƒMia\'\Ý”3\Ë±F\èÝ­‡ù.e','',0,'?'),(_binary 'Ç¤\Èu3\åç°°­‡Ô›”\î4','wp-content/plugins/revslider/public/assets/svg/av/ic_loop_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_loop_24px.svg',0,_binary '¹‡¡rŽ/2%&ù\Â.\ÐV',_binary '¹‡¡rŽ/2%&ù\Â.\ÐV',_binary 'h) uâ¬‰!{\ÒG\0\Ä\0\Å\0\É\Ìx‡†Y#iDVð—','',0,'?'),(_binary 'Ç«\É=\Å\èm‘/\àÁœ^','wp-admin/includes/schema.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/schema.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'è€µý\nª\á>õM\r¿rL\Z',_binary 'h´¸\'v)1\Ö!\ç\Ã\îö3_\ÜÕº\ßX(\ÝKM–„“v¦œ','',0,'?'),(_binary 'Ç¬qw›’Ö•€rO','wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nö\ZUÂ†Œ‘\ÂWÉ¨dA',_binary 'ahÑ	F¿zR•R°Wø\á&Uµˆ\ë\Ä\Æh\åú~Š´½','',0,'?'),(_binary 'Ç³\\ª\Ý_L-Y€ÅŒ%$','wp-includes/ID3/module.audio.dts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio.dts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºllA\Óõ2õ\Ô\ëÌ‹\é¿',_binary '\Z†aH\ÈõŒýrµ\ß\Î%Aµ\ïñ6$`Hu¬T\î6y\Þ4•','',0,'?'),(_binary 'Ç³p&	À€\Ë54\È\Í!š\\I','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/version.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/version.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\Î\Îl\"°b\ê»Dƒ\Ö}I',_binary '—„	> úluK“­5Ky5j“\ßŽ\Ì`Oc\àúø','',0,'?'),(_binary 'Ç´©«ùˆ32™T3?','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/FormatterInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/FormatterInterface.php',0,_binary '_1òŽö\Â‡ùõ\"7\r\Ä\Ü',_binary '_1òŽö\Â‡ùõ\"7\r\Ä\Ü',_binary '\Ü\Ì/Z[\æ\È\Ë@¥	.unŽL`Â wÎUýw¥…','',0,'?'),(_binary 'Ç·\Ç\ÒÞ L¼˜¬­ŸÙ‡','wp-content/themes/houzez/framework/stripe-php/lib/Checkout/Session.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Checkout/Session.php',0,_binary '¡\Òe‚M`Ÿ6„w',_binary '¡\Òe‚M`Ÿ6„w',_binary '\î\ë\ÏcV9D\ÙOŠ\Ø¿Ý‡‘ü>\Ü\Ð\ç\ÆZ>N¡','',0,'?'),(_binary 'Ç¸5\ç>\çVKtE\Ññ2’','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W\Úü§µúr\Ôc~ \í\é§',_binary '\è‘O\Éÿ¥\0…\ê>•^« lNÖu“Fý\ëñ\Ìzø:q','',0,'?'),(_binary 'Ç¿X€­\ÄM\Ñ\Ù>]\â\æ)H','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php',0,_binary 'R*·i\ÃXU\é\ê-:M',_binary 'R*·i\ÃXU\é\ê-:M',_binary '19B¯:Y.]-2ò\0\Þù_ý\ëKŸoLÀ\ÆIË¼ƒ7N\Òõ','',0,'?'),(_binary '\ÇÀ\éÅ³©\'\Û^Uü¦kŒ\ç','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/slider.php',0,_binary '—Éœ¶\Øh\ËóøX\î-®ñ$I',_binary '—Éœ¶\Øh\ËóøX\î-®ñ$I',_binary 'ÿüTg£—þ>£\ZðÅ¤5»h&\nWu®Ky\Þ4‡¥õ®²','',0,'?'),(_binary '\ÇÊ£M²\Ä4d!¯ŸA\à\0p','wp-content/plugins/wpforms-lite/assets/lite/images/sample/signature@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/images/sample/signature@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á\ØR>Sn\å\à&¸Wg\ÓE',_binary 'x\ï\âŽµš!r\Â.\Ð7Ô”\æ °]¶&U«¦=/¹ŸH','',0,'?'),(_binary '\Ç\ËØ‚‡#k À€;y¾\r=Ÿ','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_composite_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_composite_24px.svg',0,_binary '‡q\Å`¹ÿy_-Kc\Ì\\·',_binary '‡q\Å`¹ÿy_-Kc\Ì\\·',_binary 'vA-¥iS½fó\ÛE\×$Yf³\æµ{¨Ÿ·‚¤2\í\î®','',0,'?'),(_binary '\ÇÒ¬Ÿ@ú>€›\êúÀ]\Ñ','wp-admin/images/contribute-code.svg','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/contribute-code.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·%\'Œ+cŒ·›ÿõ&\"L',_binary 'Rõ€uiKµt\É\Zjlˆ\Ö@¹7\ÛÁ¡#\äU*­A','',0,'?'),(_binary '\ÇØ¨® }G\Ô\ÊýµXþ\ÚS','wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsTask.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð£\'O‚ó\ÞuºRžMzóm\È',_binary 'D‰–Y\æ‚0´ŸS\Ö!‚)*e\Í‹°3„hµ©×¸#Y£','',0,'?'),(_binary '\ÇÜ•nµË‰\â$\æñ\ÅÂšs','wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-2.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘\ÄB&ÿÀi[\å \'v¦ˆ3',_binary 'aI\å«5e‰1@I\ß~Kg8\ß\á{\çŽ-†b5šB\Ózp¦','',0,'?'),(_binary '\Ç\Ý £\Øa\í¤\Î:¤v','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/DisputeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/DisputeService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$J<=¾1\\\îc#3\Þy+',_binary '˜9}\Î<\ÞU&	Q„öý\ÂD­Ÿ‰‹ñ.m\n†\ç\0\Îf','',0,'?'),(_binary '\Ç\ß\ÏñE½\æ\î’\ì\â\Õô','wp-content/themes/houzez/template-parts/dashboard/board/leads/import.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/import.php',0,_binary 'rk‹ðzðüUi\Ä\â\Æ\Úð5¿',_binary 'rk‹ðzðüUi\Ä\â\Æ\Úð5¿',_binary '_8gº\áO5fª›EhCQ\Ô\êX×§‘\äßž\ê¦\ì_','',0,'?'),(_binary '\Ç\âH)1F#\Ô\'Tu*]','wp-content/plugins/one-click-demo-import/assets/images/error.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/error.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÙAÀ»¶,õ’¾‡»\ÅJ',_binary 'xÏŸP\rG\å1›Ÿä­½32\Þ\Ç\Ú&‰×œ\'eD«\Ó\0À','',0,'?'),(_binary '\Ç\ã]LF-\ë\\ŸÁ\Û8>&1','wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-preview.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-preview.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\Å7ùø(_m\'tBO#±',_binary '=\n´”)&P›;—¨¶P\Ü\ÞTo´g\ãY;›_8…ˆ^','',0,'?'),(_binary '\Ç\ämyvH\åò½Ì‡\à\Î','wp-includes/blocks/table/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y\æe_ˆý\r\ßk¬*ð\å¸8',_binary 'A\'ð\×Rr\ØÁ;ŸhW\Ô\ÅOØ”!F%S¸_ûs0ò ','',0,'?'),(_binary '\Ç\åwª\Ûy¾*®X\ÍO\nG›¥','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿´}&?P¶!D¼,­ý\"\ß',_binary '}g\áY/~†¾[-žÔš¼ôd	±\Èp\ël9fÎ¬ós\ß','',0,'?'),(_binary '\Ç\è\'\Çm³\ëdå§ŠËŸE—¥','wp-content/plugins/wordpress-seo/js/dist/support.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/support.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢£kIt\Övþ1…\Õ0',_binary 'Ù¨×ž]\î\ç<ai€\Z@3›’£¼	7P»:Oú`›','',0,'?'),(_binary '\Ç\ì‰z 3\Í•ÀòA%^\Ï^','wp-content/plugins/google-site-kit/includes/Core/Notifications/Notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Notifications/Notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å\Å.\ÇnÞƒ²$\ÜA,X-›',_binary 'LcMa4kLTQZ¤Ï˜\Ú+2$/\ék°Œl_B¦¸k\æ','',0,'?'),(_binary '\Ç\î®=†Ü€\ÕAjA\Ûcžñ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W9«¾PòóÚ &Bó\Ú',_binary 'TB®>€4Ú…üJ´Žzš\'Pv–•U¯¢fn\à','',0,'?'),(_binary '\Çñ}\ÛC“wX•TC€û','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm]¼a’¬•\\$\É',_binary 'Ç—’h?\à\ï\ïS\é\î\Í)¸:›Á\Öi@h. X\×g”†','',0,'?'),(_binary '\Çó¸`	¸Å½1 \ï`e®\Õ7','wp-content/plugins/elementor/core/files/assets/json/json-handler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/assets/json/json-handler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',Ï‘˜\à\ÌE•¿\Úõ\Â5v',_binary 'õ¼ð\r¯f\r.œùÀ\ß\æÔ´\Û\"”ðMº\ÊO+ uL\Ü','',0,'?'),(_binary '\Ç÷X:Ó¢h†‹z§\É','wp-content/plugins/houzez-login-register/social/google/cache/Google_FileCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/cache/Google_FileCache.php',0,_binary '|³ðGÁ\ãwDtÞŽ‹/[\Ö8',_binary '|³ðGÁ\ãwDtÞŽ‹/[\Ö8',_binary 'ä¸¬—Ž\æo\0B,w5—;]\Zh÷\ZŠŽ´ô»¿ŠY“•','',0,'?'),(_binary '\Çü¥®ò)©5¸™Dr\Æ\r','wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*9òýjBJ\í\'O%\Z’‡I',_binary 'b¸\Í^=G\ãû(ò™\Ú-å©)¦\éx¯X\ç','',0,'?'),(_binary '\Çü¬µ\ÚÒŽ‘\ÙÄƒüôEû$','wp-content/plugins/wp-rocket/inc/classes/traits/trait-config-updater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/traits/trait-config-updater.php',0,_binary '½ƒÿÁñr\á\rX\ÐK?\É\Íz\Í',_binary '½ƒÿÁñr\á\rX\ÐK?\É\Íz\Í',_binary '\ì9	+˜L\àÿX‚TÕ¦\ìtýÒ³Bð·)\í™m²\ä¶','',0,'?'),(_binary '\Çÿª\Ç\Ü[^¿¸©yEš¡sB','wp-content/plugins/wordpress-seo/src/models/indexable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/models/indexable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P:p,‰BþÚ¯¹Mº…œ\ç',_binary '!§…ý*\0•£\È=:`¯4‹‹‚E¢GÈ¾Ô„\ÃK‘h,“t','',0,'?'),(_binary '\È\0!½ôFYDg\ë›ÀýZ’k','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-24-4.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-24-4.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºª4u>ŠÐ‹Or\ì¡ò”',_binary '\í5\Â\Ï\ÆÄk\ÜoBö8\à/À}\r	þônŒ>0\'žl','',0,'?'),(_binary '\ÈZMaþ`\×Uõù¾¯Nz','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DateRange.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DateRange.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Õ¤uN–q)‡tüô¢‚\Û',_binary 'k\Ø5AkjòìŒ•cp7\ï=ö>º\Øß½¡›È–tD«\\','',0,'?'),(_binary '\È¨x´ªÓÃ°\ë&','wp-content/plugins/wp-rocket/views/settings/fields/hidden.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/hidden.php',0,_binary '…×¼\\ÀÑ¬\Þ\ïÏ¦óŠ¶',_binary '…×¼\\ÀÑ¬\Þ\ïÏ¦óŠ¶',_binary '•\ìÆ­&\Æa…‹ô²žûq­uß·õ\Û{8Ä‹•Ò‘','',0,'?'),(_binary '\È/ª5\\—j\Ü:—n\Ý\ßl\Ã','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Event_List.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Event_List.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'HqÒ—\Ð÷’\Ä\ãß” I£\ï?',_binary 'G\Ö79Ž^ù<©g¥\ÖT\rG\àq^¦\Ù5_÷³(z2©[\Ú','',0,'?'),(_binary '\È\å°~ª~²Hµ=.ô)}','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/PatternsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/PatternsController.php',0,_binary '(O†‘•£]22p\Ú&ˆôkñ',_binary '(O†‘•£]22p\Ú&ˆôkñ',_binary '\ërþ²G\è³?\Zc\ë9!ô\ã\ê¬s°¶ý\Ù\ÏCaœ#oôZl','',0,'?'),(_binary '\È\ê|ø\È2E­<s#ilÀ','wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ný¶*\áp~\Ìd\Ó ö\'',_binary '\ï\íüh­K\"G\ë}Yþ•F7Nw`*…t4£ž\ãT5Ñ‹','',0,'?'),(_binary '\È\Z{g\Ýü?\Ñ3gÚ¢\Z½','wp-admin/images/icons32-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/icons32-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ%¤*ùúüø\Ìgš´ú»',_binary '\×#!$\í¯\Ø@\ì0g\é¿.\Ö;i3%!\ÍýcHP\ë•œ=','',0,'?'),(_binary '\È\Z\çbpx<ru\Í*º,s','wp-content/uploads/2020/09/streamline-icon-armchair-modern-1@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-armchair-modern-1@64x64.svg',0,_binary '*„tf\Ìšp[dÓ¿VY',_binary '*„tf\Ìšp[dÓ¿VY',_binary ';ç°¦0*2\Õ	û‹\ípƒ\Ö\Óh\'H)Jñ„9','',0,'?'),(_binary '\È\âüfp°ñ\0!¹tDK','wp-admin/js/code-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/code-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤òN¦\'ß½	‰%ù\îñ',_binary '·\æ-‡Bd/\È`ò²\\Vôx6Y*\Ý\î-$\ßþ³®\ÄW','',0,'?'),(_binary '\È€e–P\Zya\nôž\è','wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅŒÀ\áz7\ÛH\êVø¨\ÈL\ß',_binary 'µ\á:\Ð\×\îb \Ïy´R\Êý2’”pR±;–¥ð\\\\©¯iS','',0,'?'),(_binary '\È\"u@ž³T¬…S›ñ5ò','wp-includes/images/smilies/icon_idea.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_idea.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\ì\Ô<]\×ÿW3tÞ\å',_binary '\Å{ô2^4S’ ¶‰Tl¨\ç·\ç®I†J\ÑQøö\"','',0,'?'),(_binary '\È\'\\HT\Ê%˜\Çö}Nœ8','wp-content/themes/houzez/framework/stripe-php/lib/Subscription.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Subscription.php',0,_binary 'EŒ\ÜÆž*ò\Ða\0\Õ#%\å\è',_binary 'EŒ\ÜÆž*ò\Ða\0\Õ#%\å\è',_binary '­a c¹!Ú²‘Zlþšü„\ÅÎ¯4Ág\Õ\Î?6ôp','',0,'?'),(_binary '\È0Œ\Å\ÕZvT\âQH\Ð','wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P\Íþ*\'\01­c­˜\ÚO',_binary 'ù8µVš[‘›9û£\â«ö»ü‹P6Y?­³Ž¬DÄ‡','',0,'?'),(_binary '\È6¿\ì¡w¼¡Žr]\Ï\ì*\\#','wp-content/plugins/wordfence/license.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/license.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\Ó\ãB7¯&\Ú]ÀŠNDd',_binary '\Û@H\Î\ßÁ\å\åM;ïº¾‰5 i\Ð\Ý\'™\åo\í¤5Vö','',0,'?'),(_binary '\È7˜\0ŽùttŠ².','wp-content/plugins/wordfence/views/dashboard/status-renewing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hwB\í®\î\ïþe (›º',_binary '‰\Ô\ì^K$¼\Ó\Üú1\0¤nÆ„&\äiM{\ç«$Œ^\àŠh‰','',0,'?'),(_binary '\È8\â\×\ì¶\ÃR6>G\"Š£ð','wp-includes/js/dist/element.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/element.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž[a§@^k\Z\Ç\Â\Î,\Â*p',_binary '\Äþø\á•dò\\™\í!õ	\ézñIÀ\ÚùÓ­\Ú\Þòs|	\æ','',0,'?'),(_binary '\È;±°”N¼Q>\ã‰\Äô¨','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v@¨Þ—Ö™š8¦:(',_binary 'DkœfŽ}“{g\ßù%y÷¿ª=3Vf»h«)¤nqTx','',0,'?'),(_binary '\È=\Öq\Â\Ì\ï\Ø\äg‘B\Í\Çdc','wp-content/plugins/elementor/assets/svg-paths/circle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/svg-paths/circle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' |o¾!\rº—\ïœ^QTy',_binary 'PŒf¶I<ûdƒP¶\ÇUyU«ˆK-¾¨eX\Õpu\ã','',0,'?'),(_binary '\ÈA­G-n°\éB! ñ•b','wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GV¢;?ö\Õ\Ä^…¿Òº&Ì—',_binary '¹-L7£\×0^Q–TþA>‡EdOLÒ²½º£Œ\éT»¨','',0,'?'),(_binary '\ÈDŸ3¥+{8š¨\Ý~¤s_','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ScreenviewData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ScreenviewData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Zøiƒó\è\æÈ–\Æ\Æ\ÏôS',_binary 'Qaö!@¡¸2Ä€t\ãÚ«™ƒ8\Î(«\éN¬­Š†O\ØÁ','',0,'?'),(_binary '\ÈG¡\å\ïÿI0¡ý2³0‘\ê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>˜‹FöŒf-\Õ€q',_binary '=L\çž<\á8Ñ½œ¸\ênñ«P\Ç\Ì.<üf\ãò^\ÅO','',0,'?'),(_binary '\ÈY$\'«»¾šo‘\ã\ì','wp-includes/css/wp-auth-check-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-auth-check-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0†\ëðdøhµðÚ\àþŠ',_binary '‘~QÓ™\Öm½,²\èþ}³]\Ü?*ö\0²µ¥Å‚T\ÅÄ€m\r','',0,'?'),(_binary '\È\\†¿1Þ¬Q\ÑIMŽ','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\È^ö–Ž\Îk+\"À\È\Ã¹\Ñ','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-consent-mode-3d6495dceaebc28bcca3.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-consent-mode-3d6495dceaebc28bcca3.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$¾wGD÷\Ê8P\Ð\äö@Rm',_binary '\Û\ä\ä4Ÿø×´™!7\è¬\Ò\ë\Z|:L\ÌŽLß ¯=','',0,'?'),(_binary '\È^/xp ¬$V·toþ','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Polygon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Polygon.php',0,_binary '{\Ø÷\èm \Óö“Á\ß\ï',_binary '{\Ø÷\èm \Óö“Á\ß\ï',_binary '¦(!\ÖÇ¨G\å­\0NŒ\Ê\Æ]\Ö17\ä/ey\Þ)\ß@™l','',0,'?'),(_binary '\Èc´\ÎY?SÇ\ÖaDt','wp-content/plugins/wpforms-lite/templates/admin/empty-states/no-forms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/empty-states/no-forms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\Îe=Ú…iôsf\Ýx‹\Ã\Ô',_binary '\Þ0öi{¯v™nl\çòö¼\Åh©\ã7@ƒ\Ïòû^E\Är6','',0,'?'),(_binary '\Ècò3\Í@e\r:\n9¬\àN','wp-content/plugins/wpforms-lite/assets/images/email/template-elegant.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-elegant.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '].¢\Õz\ç5mE3#žK˜\Û',_binary ' \0\ÂC2bõ5y—Ü“O§\îyÞ§\'½z,©ó®™ \å\Ô','',0,'?'),(_binary '\Èeð\Õ\å\æ`Vq v4\ÉP','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/TransferStats.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/TransferStats.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l•f1%I†\ÄR!\"\ë;&',_binary '1¹°cð\å­\í¹:O\è\âÛ“‰e78(Ž\è:•›ôÃ¡','',0,'?'),(_binary '\Èo‹U•6&Vù.\ë‚N9','wp-content/plugins/houzez-studio/admin/js/i18n/lt.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/lt.js',0,_binary '×„g¬\×*3·\0ôõM\×\ê',_binary '×„g¬\×*3·\0ôõM\×\ê',_binary '·¯»„\ÅÖªv , q€øt\Ç\r˜ú8;gH\0•shyne','',0,'?'),(_binary '\ÈoÜµe\è\n;²>\ØFž\éd','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/longitude.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/longitude.php',0,_binary '\ØpMM\ZUÜ¶­c¼±^\ïÿ',_binary '\ØpMM\ZUÜ¶­c¼±^\ïÿ',_binary 'þB‘y\"þð3GŸ¥ú&Ê\Ü^=œ–÷\ß|›©','',0,'?'),(_binary '\Èu\å\ÙC~7\n\è\æôW³e\×','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£Kž\ëoó`„\Æ—Uó«\Â',_binary 'ù„4Cò	·úx¤\Ü\ß\äÌ¶\î¯\Öú•Qù\n*—7¾ý','',0,'?'),(_binary '\Èxö¼xj´«^×€ºƒ\Õ','wp-content/plugins/wordfence/vendor/composer/installed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/installed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³$SNŽRcg..3\ê',_binary '\Ó}[³VDç—ŽŠx¡c\Èõ0²\Ö÷´{\Ò\'x \Ùv¡²ú','',0,'?'),(_binary '\È|’-“º]ª\ÖþW1¦','wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Subscriber.php',0,_binary '\Æ\Ìº8_\ÄË­#]V‡W',_binary '\Æ\Ìº8_\ÄË­#]V‡W',_binary '¼;Ó‰‹ž8\"óhôt=3\ìlñ»\nÐˆÅµÔ\Ä0','',0,'?'),(_binary 'È·ôÁ‚#/î–£\0œ·6','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2Aútz`\àn%”ðYPÿ',_binary 'Ÿµ·÷÷\\ƒ1\É\Ó[ù\ØZ†>EKö\ÆRk\å\ØW\\‹vŽ','',0,'?'),(_binary 'ÈÒ‚¢\Ýô{½\ã\ÃM','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Subscriber.php',0,_binary 'ômÒ€Ô™\êý½h\ÍÎ²wF',_binary 'ômÒ€Ô™\êý½h\ÍÎ²wF',_binary '5t<2€S´V´ŒP\Ùˆâ¦§Eør÷Çˆ\n#w\Ì','',0,'?'),(_binary 'È„O\áG\í÷’f\âù±Ÿ','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_n\çù|\Èh8c\\œPA[\È',_binary '™)~W¸ Cr Îº\Ö\Ú?\â•\ë®$,`]´@\ÛD1½\Êpp','',0,'?'),(_binary 'ÈPž\Ã \é3\Ä\ï\Ñ€\n”\Í','wp-includes/class-wp-customize-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' `n’¾¬kžQ3p\ßi\Õö¨',_binary 'ûÊž|ú?£\ëhzJñ‡/«õ0sM¬\Õuv$õGù\åO','',0,'?'),(_binary 'Èr¡\"$ªŠ0\Þ\Õ\ëjS','wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder-providers.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder-providers.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òV¼°€™m–P\"\ì÷|œ',_binary 'Žœn³\ÆI7\Õ!5ùûû^ˆÁ¥|}¹%#.\ïº\ë¨','',0,'?'),(_binary 'ÈÙ¶\Í\âtT­l\Éú~Š','wp-includes/js/dist/development/react-refresh-runtime.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/development/react-refresh-runtime.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²\Ì÷\\®M¨\à(ºg\ëÉŒ#‰',_binary '?l\Ó\\^	®=ˆ\î\Ùõ€ªn\Î\ÉC¬\ï\ß\ß6}ü\ÝT7\Æ\Ô','',0,'?'),(_binary 'Èc;¥ßŸ\ÊÈŠ.%§~','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php',0,_binary 'Fv¯¾|ƒr±†R©<ØŽ\Ç',_binary 'Fv¯¾|ƒr±†R©<ØŽ\Ç',_binary '’\èµEüqr--üfg õ\â7DñŒ4A#0óŒ¢\0\r','',0,'?'),(_binary 'ÈfL[“+¿÷~)¬8cu','wp-content/themes/yith-wonder/patterns/site-header-transparent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-header-transparent.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\ÉÁ½g‹_\âœT¢²K\Ù',_binary 'ˆé›¢KH\0¿xU~QÚº-\Ö/Œo\êBH\ÉR\Ñ½:§\Û','',0,'?'),(_binary 'È’\Ôþ0w%H\àB£«\Â','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\Ùs«ýù^\ÍI\Å\ËÊ½\ÊF',_binary '™G3˜gG&D„±1ÅŠª\ÄÚw÷¦‰\îa|¤\Ë‚A$','',0,'?'),(_binary 'È—ò7²\ÒŸ\nO}H©','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/270.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/270.js',0,_binary '’qˆö\ë’\íVdK²¨',_binary '’qˆö\ë’\íVdK²¨',_binary 'Ÿr­\çù\Í!¢@}îº‡¤\ÂÆš˜•·\Ñ<³exRHú','',0,'?'),(_binary 'È™òU–«U’F#®ÿ\ä\Å.','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Core.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Core.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«\Ö\ÖðYKY>ay\Ùy a',_binary 'Ž“|ÃªÜ‰§¯²\Æpw·\Z\æ\rQWSHU%xY\Ía','',0,'?'),(_binary 'È›!u#Á®´§¨¬\å6\\£ù','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/SiteHealth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/SiteHealth.php',0,_binary '—r‘\Îû\å+\0R\í<¢9ÿ:=',_binary '—r‘\Îû\å+\0R\í<¢9ÿ:=',_binary 'Ngn\Ã\\9|\Ç\á\Â\\!~±Vÿ:!¾¹X.z\în\ÎÁQqN­V','',0,'?'),(_binary 'È \Â\Ò\èfÿ1\èhò»‚f²','wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†@N7£yÂ¿x¬µ‚\ÕVý',_binary '¦ðùx—û©YŽ}R‚)9\àr—\ëLÏ‰Ÿ‰„\\ku-~','',0,'?'),(_binary 'È¤\'\Ç|r‰\ÖJ\n\ì¤&\Æð','wp-content/plugins/wpforms-lite/templates/emails/summary-queries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-queries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u\ÂIF\ß>Á*Ó¾Á\Ð',_binary '`«FŒ´\Ý\ïv¾@Áý6ò)Ý™ª“&¾VcyeX}ªt^‹','',0,'?'),(_binary 'È¤©¢,h\ÕyI~¥\ÓZ*','wp-content/plugins/revslider/public/assets/svg/device/ic_storage_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_storage_24px.svg',0,_binary '	‘˜F\Çú¯\ê“ô\ËPb!',_binary '	‘˜F\Çú¯\ê“ô\ËPb!',_binary 'n\"\à_Ÿ~	‘E+¡\ã˜P@O™÷¦Spû_^*\"','',0,'?'),(_binary 'È¦\á)itDiü‡Š \án','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/ReceivedCreditService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/ReceivedCreditService.php',0,_binary 'JR\ÆnÄŠ–\'žõ\Ü\è\åkZ',_binary 'JR\ÆnÄŠ–\'žõ\Ü\è\åkZ',_binary '<U›³gºOn!AõOS3Ë³</‚\íFý\Ý<\å°oK','',0,'?'),(_binary 'È­õáŽ£™ýJ\à×¯™\0','wp-content/plugins/updraftplus/css/updraftplus-tour.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-tour.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å\rÜ€+–‰d L6+\Ù\Óþ',_binary '*ƒDy^†\ì’Bm¡ƒ8/˜œ=jùªžj\"\é¿\ç~7\n','',0,'?'),(_binary 'È°s\å˜Š¶\é\Öu/\Í','wp-content/themes/houzez/framework/stripe-php/lib/Exception/PermissionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/PermissionException.php',0,_binary '\Ô)²©\Þ\ä^\ä\Ô\à\Å6',_binary '\Ô)²©\Þ\ä^\ä\Ô\à\Å6',_binary '»p>\Þ\è\ïwDIÀ¬ƒšl,¤\íp\'lR°Š«òr','',0,'?'),(_binary 'È³nvˆ\ÄX1f\Û\ÚI‚~ý«','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å{\ç¿\ë1¦AwEã—“e©\Ù',_binary '¥\ÝÁB¿C8,Cs…\Ê8öÿk5Y›<g/UJW÷','',0,'?'),(_binary 'È´6-òZ\\¹>´;õ*','wp-content/plugins/wpforms-lite/src/Admin/Pages/Analytics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Pages/Analytics.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\ÉS\Ú19K‘±ÀÿZz¨',_binary 'xðÃ„nÀ>\Ò\Í\Ýk¦ÁZ#\ívŽ\ÊÑƒD\×Ð¸Ê¹\ÒD','',0,'?'),(_binary 'È½,:n×ªjŒYýWY','wp-content/plugins/wpforms-lite/assets/images/addon-icon-surveys-polls.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-surveys-polls.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò\ÂUW\Öo”)2‹\Ó+N\ïo',_binary 'RÎ±tŽI\é]÷=\Ù\ßoÛ«ñMuVÈ›’7\í\\\ÔKnf','',0,'?'),(_binary 'È½¤‰´\è¿!\Ûb®Bb-´','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Coupons/Education.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Coupons/Education.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷©€\âz[ý(±¼¨+³\Ì',_binary 'œø\èmWM Jºž77ú=(õ\ÝMm²pj=\0dX_,g','',0,'?'),(_binary 'È¿7›&ü\áDµÝ¨WC}Û§','wp-content/plugins/wordpress-seo/css/dist/edit-page-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/edit-page-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rõ£i$Øžnÿqóe_Sc',_binary '!X|y¶X­h,—Û§¾S!Í xÉŸf´^D¾©¥\Â','',0,'?'),(_binary '\È\Ê\Ôk`¼·ÿ\Ôi+¾©#','wp-content/themes/houzez/template-parts/membership/package-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/membership/package-item.php',0,_binary '\Zÿxth5 \Ù\ètDúZ»„',_binary '\Zÿxth5 \Ù\ètDúZ»„',_binary 'G\ÍÅ¿O6º¬Uv\r\Òkq\ÍÉµ\Ñö\ÃWQh\Ã\è\ËT','',0,'?'),(_binary '\È\ÏQ!/V\Ï{/oO*=','wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T\nË¤\Ê\Îñ\à+\ÒFöC\\Ó±',_binary 'úh\Â>°˜*°\ã\ÖÏ†	k[šb¸chõ’/hXX\å_C','',0,'?'),(_binary '\È\Ó9S\'þÊ»v¼SG–MF','wp-content/themes/sinatra/inc/template-parts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/template-parts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0ýõù÷¸pöÅ±•ó}',_binary '¿o\Ý\çPˆÀ\ÅðÁÝ¬ºq\ÄtRúMG\Ê\Ö/46¹&½\'','',0,'?'),(_binary '\È\ÕÎ©hL©´Am\Å\0²W`','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphCoverPhoto.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphCoverPhoto.php',0,_binary '\Ýö­\ÚJ;Ö–\ã\Ç:',_binary '\Ýö­\ÚJ;Ö–\ã\Ç:',_binary '™\âG h*\àn‘Ë·q\Ên\Ö\Îø—P\rY”5\ïz','',0,'?'),(_binary '\È\Ú	x¢8\Ð~Õ\ÜJ\Ò\Ü\Ð!','wp-content/plugins/wpforms-lite/includes/functions/filesystem-media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/filesystem-media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\ÈÅ©¢c\è)g\Õ\Îù6õ4n',_binary '\ßè‹¦LK„ž‚m¶U›µ\âøü\ÊAŸ\Ï÷H¦P\Ã\'Ú?','',0,'?'),(_binary '\ÈÛ¨ÂµU´W\éþR£¨','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAndroidAppDataStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAndroidAppDataStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›}œ\ÖAaš”`oZNe\é',_binary '˜¸øRÁ`,´ÀŒ}³òŸ_·Z†°¸¡¥_M‡\Úbüo}','',0,'?'),(_binary '\È\àQ‰q\á}Þ…›[\r‚\å<','wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™w´ô³›wqG¨/ü¼¸',_binary '+XI\ê˜iZ]—	?:\Ö`ðP\Âõ›ü¢„\"]\íÿ\êmBB','',0,'?'),(_binary '\È\é>[R\á\ß[–ŠÌŒš','wp-content/plugins/elementor/core/editor/loader/v1/templates/editor-body-v1.view.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v1/templates/editor-body-v1.view.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Òm·+\Ù\\zD¶±úú\ä',_binary '…\Î	\Ð¿[c\ä\ê `&ºw8¿µ‚„÷ñG\Zö\'M®¢˜','',0,'?'),(_binary '\Èòª}*\âBòÿœ<‚%\Ñ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/presentation.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/presentation.svg',0,_binary '\Çl\æ\Æ\r¶,_™©¾È‡',_binary '\Çl\æ\Æ\r¶,_™©¾È‡',_binary '\ÅÏ¹\ÛŠ*}d0½Gÿ\Ø\Znúo#¾`F¿A¦9_³e\"','',0,'?'),(_binary '\Èó\'©”	Š\çÎ´P+!¢ô','wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Xw¼ùã´›\å•d',_binary '¹\Ú^\Òþ\Ø\ØÑ‡ù­8¶\Ê5 3¦•ð	\ç\ÄB0ö‡ÿ','',0,'?'),(_binary '\ÈõMlý‹\æN\àŸ# x','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³¡û\ÍIÁpF\êß·›o®',_binary '4•.I0\ì\Å\è\é\Ä!0yx\èr\í](žF‘WÿòJ¶¥V','',0,'?'),(_binary '\ÈùÉŸˆ_üú€p\åÀnú','wp-content/themes/houzez/property-details/block-gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/block-gallery.php',0,_binary '«Ca<>\ÇPòÛª\Íô7‚T',_binary '«Ca<>\ÇPòÛª\Íô7‚T',_binary 'SA7UoŸ‰\çË¿ŽE·&˜\à¶Š2Î¶†0\äI','',0,'?'),(_binary '\Èû¾\ê\å\Ë\Øu\é~\Å	hC','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/layout.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/layout.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{÷|¹\ãŽ\"Tf´¦ñ.¿',_binary 'Ö¡\n\0>\ÚÍš_\Ùvú/_¨\Ä\ßn\Ï\'%k™‰²º','',0,'?'),(_binary '\Èü«±\Ë=¢E#\Ä4\rùÀ','wp-content/themes/houzez/template-parts/header/partials/contact-info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/contact-info.php',0,_binary 'ž– Ä¬(œ;¢„“°•ó',_binary 'ž– Ä¬(œ;¢„“°•ó',_binary '+†€CF‹¡S+§\á\Øq´1\äòjd\Öi‹‹y¦i5™','',0,'?'),(_binary '\Èþ\ïù5«ù »\ï4Z¡','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\ë1b¿£^ôþAg7>\îƒ',_binary '­1÷¡\ë¯\È\Û)\Ó\Ó\å\Õ\Õ\ëÅ™ª\'µƒ\n=ZX²','',0,'?'),(_binary '\É‚\"jžš•<OyŸ','wp-content/plugins/redux-framework/redux-core/assets/img/logo--white.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/logo--white.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼”\Ãu‚d\'–F\îZŠP',_binary 'ªoµ\×US¸p+…òGWŸ”;~>ù\Ó@gœc’l\Ù','',0,'?'),(_binary '\É\n}HXL\ÈKž§©\å','wp-content/plugins/wpforms-lite/includes/providers/class-constant-contact.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/providers/class-constant-contact.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\ê&\ï1\Þn‘ÿH|%W¯9',_binary '/u®^ð|²«¶\ÂU\à\æY34¨\Îa­\á›L>ªk[jž','',0,'?'),(_binary '\Éå–£ ±`E¨€\åKm¯*','wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\'Jn\Ã\×]K¾Î½‰m+',_binary '®\è\ëñðÅ¦	]{·üª}C|@ñ´\ÏG\èê˜£.X','',0,'?'),(_binary '\É¶‘º—ô^*´\\H\' ¥;','wp-content/plugins/elementor/modules/site-navigation/data/controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/data/controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1“Vo¥W“¶šNœW“\î',_binary '\Õ\ßª\Ï?\nY(5·%mì†š\ÕQ\ç€J.\Ä\Ø×¿]^ú','',0,'?'),(_binary '\É\Z€MR¤mK5\Z»rƒ}','wp-content/themes/houzez/template/template-listing-grid-v5-fullwidth-3cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v5-fullwidth-3cols.php',0,_binary 'l-P¯]6…\Ô\ç”XI°ûA',_binary 'l-P¯]6…\Ô\ç”XI°ûA',_binary '*¢«~hl(E”¡¿%\á*S#;’7ƒ?~_ ~¥){','',0,'?'),(_binary '\É¥ƒ\Û\Ð~\r\ZK4(#\ã\Å','wp-admin/user/credits.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/credits.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»¡(íŒ‹‰#\Ñ\ÓAƒ\äó;\Ç',_binary '‚u«A\ê\Ãö“+I/˜ãŠ“\0»n‰N\Ë1G8\Ü\ZD-ú','',0,'?'),(_binary '\É½N»›¼®q@\Õ¦B5','wp-content/plugins/revslider/public/assets/svg/image/ic_palette_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_palette_24px.svg',0,_binary '˜¯Œ \nöÖŽ\Ä³ö&\\',_binary '˜¯Œ \nöÖŽ\Ä³ö&\\',_binary 'À•KùS„\Ã_·õ¼z\îÝž’V\à\î_“ž˜ƒ\Ð^+ý\Æ','',0,'?'),(_binary '\ÉÁ~\0š_‚	\ÉÑžmA‘','wp-content/themes/houzez/js/vendors/i18n/defaults-pl_PL.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pl_PL.min.js',0,_binary 'Kv¦@5(šô{z.Û«T8',_binary 'Kv¦@5(šô{z.Û«T8',_binary '\äqp®\ìº#-\Ý \É\Ý2Jx\Âq’ûÝ…*Á\êvv•\î]','',0,'?'),(_binary '\É\Z=Ÿ¦üp‚«2LIr0S','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCreateUserLinkRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCreateUserLinkRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U[ða™þ†¢¶tm±\Â÷\n™',_binary '\àc\ãpö\Û3ºl­G/U³\è.ÀˆÿP\Ñ\ÐFr\à\'\n¦','',0,'?'),(_binary '\É\n\ä\ØC0þôw\Ì#','wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l`[›´cwh˜hö c\Ú',_binary '^Êƒ\ä¯\0$ô­l`‘P€™÷²o-\Ãú.\ì{\Ñ/N','',0,'?'),(_binary '\É!á„º	û¼n™È¢Á­1•','wp-content/themes/houzez/template-parts/header/partials/nav-left.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/nav-left.php',0,_binary 'C«L\Ø}ˆ\ä4À\åLñ',_binary 'C«L\Ø}ˆ\ä4À\åLñ',_binary 'þy\nVw\Î1a\ê\ËÏœ¡e£øt6–ƒ\\°Fz+gu','',0,'?'),(_binary '\É&ønG^\\0vG\ï\îŠhÏž','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_0_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_0_bar_24px.svg',0,_binary '¦\nRð\ËÈ®i¥d\ç·\Zfó',_binary '¦\nRð\ËÈ®i¥d\ç·\Zfó',_binary 'fnºýjvš\Úmu\æÏ›²\"B\ë€\Æ×¥â–9Ž‡|7\ç','',0,'?'),(_binary '\É\'þqRBúIo\Çû—Á\0','wp-content/themes/twentytwentytwo/inc/patterns/query-default.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß©¿´¨\Ï8z‡§4B±Œ',_binary '8\Üz\Î\å>_(zg7‘/B?\Òþ4Z0ùp\0F¹s \\\ä','',0,'?'),(_binary '\É-„«:Egý*–77\è¼','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\Ñ|«¦\0\Óq¼n\äOfÀE',_binary 'e¢i=\Í\ÒwK°ó\Íý»]‰{(\n¬s|0ø	u^I®Ð”Vi','',0,'?'),(_binary '\É0ñb=\08’ó›Vd\Ãs','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/price-table-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/price-table-wpml.php',0,_binary 'NÍ¿d\éº\æi\â~Mk\â0\É',_binary 'NÍ¿d\éº\æi\â~Mk\â0\É',_binary '›­Ã»J\×øû/z¹~¥N«Ÿ\á\\ýžÀ9d\é\ÎHüÖ\×','',0,'?'),(_binary '\É1°\à¬9Wu\ÞÓ€4B«','wp-includes/blocks/query-no-results/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-no-results/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý!d\ÃsŒ¦\Ä¡où\ÚÐ·\Ý',_binary '\Ð\Ô@\ßú~Ñ¤\Çy\É\ì+ŽN\Z\×!°§È\æöÀALf','',0,'?'),(_binary '\É3ú\'3+(8Ù­‰Œò«','wp-content/plugins/houzez-studio/admin/js/i18n/en.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/en.js',0,_binary '>,\Ôþrš&.E›ô½<L',_binary '>,\Ôþrš&.E›ô½<L',_binary '?¡;aA\Ó˜:„÷\Øð3õXqCZCH\íôùN9‹\Ôl’u','',0,'?'),(_binary '\É5ªiD‰hI„6\Ìþ;','wp-includes/SimplePie/Cache/Memcached.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/Memcached.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°\Ú\Ö\ç\n\Ñ\'Xlab\î\ì4`',_binary '?O\Õd6¸C\è‰\Îu—¸\Ö>Jrúýh«t»\×\íôe…\î','',0,'?'),(_binary '\É6¼ô±#Pj_7Ñ†3¼','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/TestClockService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/TestClockService.php',0,_binary '¢y\Ô&Wø†Œ˜c­%‘š	',_binary '¢y\Ô&Wø†Œ˜c­%‘š	',_binary '¢§Y@P³Š9T]\è0qŽO¿Þª\Ç/\Z/‘0\Ò\ÐQ.„A\Ü','',0,'?'),(_binary '\É<v£\ÏKÅ¨f\å+¨h†MÀ','wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\Q95Á±j¾*>‚\×LqXÀ',_binary 'Ø³	¢‰Î¯B‹\Íe4\0ÕœÓ8i\×eƒ’Ë³ +}','',0,'?'),(_binary '\É?Ml\Z‚¿\æd\È3[\á0=™','wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›¢\èP¡lŒúW!™q\í&',_binary 'Œ)œ žýYž¤aƒ]@|¢nwŸ\Ü\Z\Î6yn\Ç\ëZ','',0,'?'),(_binary '\ÉA7¨\'\áC#žwŠSûsŽ','wp-admin/css/about.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/about.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']ò¢\ãs¬[\Î/@ÚQ…\ç',_binary '”\É\Ñ\æ`\È\è$ƒŠl\Û\ëH\ßY\éG&ß·³&4@C‡','',0,'?'),(_binary '\ÉG5F^®\ÕÔµ\Z”N','wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'km}”±¢ò072š•±¡»®',_binary 'Œ“S¨˜+dT\ÏX7\ÆÌµ¶S\æ{\0é¦ž7ü	dI3','',0,'?'),(_binary '\ÉGª\ÜMñA€ñOò÷\î~S','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/APIClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/APIClient.php',0,_binary 'O\Ü\0-\í²\êXNÔ6«\Ò\ï',_binary 'O\Ü\0-\í²\êXNÔ6«\Ò\ï',_binary 'd\Ý\æG<t½\×VCHG½¯@£\ê”eD>ƒZ<\ä<','',0,'?'),(_binary '\ÉP2³SS$¸À}\Û6ª\'','wp-content/plugins/elementor/assets/js/packages/env/env.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/env/env.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=\Æl{K3?+C¹Bø',_binary 'ÞŽmA+ÁK\Ú)¤ ù¶†7&¾n…w\'Ì‘\ÝÀÊœ','',0,'?'),(_binary '\ÉZeMTÌˆ\"ŽeŽi\ç\å«','wp-content/plugins/wpforms-lite/templates/emails/general-body.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/general-body.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q,\ÎÁd\Øxˆœ0[a\Ì\æi',_binary '\Ô÷\Û\ìq¾½\Ü\í‡\Ì#÷\êIô\ì\Ä\ç“œzþ»«;','',0,'?'),(_binary '\É[ù\Ã0{£\ÐB&ù\ç^µ','wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×Y…§œ\nÔ†\Û&\ÝJ3a',_binary 'v¥vü”{’+?\ÉQŠfHY¦Az\à\íq¡\\¨dNÝ¡\Ð','',0,'?'),(_binary '\Éd.aª?zö\ÝAý³\å|','wp-content/plugins/google-site-kit/includes/loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@Bÿ+»\" ŒPŠa R',_binary '~,Â¬>#\á¨\ÛtT\×YðÁ\ëô°t ±‰n\íz%s\ê\ëÜ²','',0,'?'),(_binary '\ÉlX”wÁóBõ*X§Wñ','wp-content/plugins/wordfence/images/sort_asc_disabled.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'OÉ§\Åþ\Í*\ÒXÿ²\Û9e',_binary '¯v‰\Zþ|5.YX ©‚÷‰¤òZ–é¹Å¹','',0,'?'),(_binary '\Ép\Ì\É\rs¦‚où4÷©d','wp-includes/Requests/src/Exception/Http/Status400.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status400.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GlCµ\Z }*\ßb\n\Â9]',_binary '|ù-þ;\Ññ\Ìù®\È[e•\å6U*\ë\Í|D©Ž²C3\Ä','',0,'?'),(_binary '\ÉqVTi\Ø0÷2\é\ã\Ü]:.','wp-content/themes/houzez/framework/stripe-php/lib/Service/TaxCodeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TaxCodeService.php',0,_binary '\Ý\ÔeÑ¶\ï\ì S¢\Íü:ˆdº',_binary '\Ý\ÔeÑ¶\ï\ì S¢\Íü:ˆdº',_binary '\ÐÔ•\×ð#¸¿I\êfS:	=] •\é[c\Ò~\Ã','',0,'?'),(_binary '\ÉsG}-+\Ñ\Ø\Ðvq¦ñi','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\Ó,n\Z:õñtU“É¾\Ãò³',_binary '\Üú\Éf6Ñ²`UEó\ÈjDý5õ*aº\Ò\Ä\ZEþ¡ùQ<','',0,'?'),(_binary '\Éy]ë¼´£T\äB©n¦','wp-content/themes/yith-wonder/patterns/5-columns-product-categories.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/5-columns-product-categories.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“Ê¸}Ö¨\ÒUó6\Û\r—C\Ò',_binary 'œv»[\Âh\Ûþ\Íç§°2:Ù†\Îgrj;¤\Øp¬A','',0,'?'),(_binary '\ÉyÀ+T\íg—\Çl^6\Ç','wp-content/plugins/bluehost-wordpress-plugin/inc/alt-experience/init.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/alt-experience/init.php',0,_binary 'e W*5<[´^%<—¹',_binary 'e W*5<[´^%<—¹',_binary '¨)·½ÁýFK÷\ØcÆš\éJ\êˆc+’ÚŸ\ÜBŒlë°‡','',0,'?'),(_binary '\É|D\È7\êî– 92’\ß\Ê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àR\çðy3…ôÐ«:^\ê\Ù\Ñ\È',_binary 'Ò“ý‘£\ÞU™\ËOÙ›€¦\ëª\î9Œô\Íþª€$','',0,'?'),(_binary '\É}Jü\Ôâ©¹lVþ\å\èy3','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\Å÷ý\åÞ¦\ìA—±gÿ%\â	',_binary 'k\'ú\íó\Ö\Ô\ì\r\Å(\0hM\â\Ù\n\ÅO_bjmN\í|:K','',0,'?'),(_binary 'É\é\â\ïr\í°~\"!\Êj\Ø','wp-content/plugins/elementor/includes/controls/groups/css-filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/css-filter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã9z²ï¢“_5T¯/\ß{',_binary 'N²„7¥c\na\à ¾K(+“\í‘=ƒ\ê*Ž\îJ\æ\'é¡¯','',0,'?'),(_binary 'É†8¨\Â\ÖÀpÅ»ÑµVý','wp-content/plugins/wordfence/lib/wfActivityReport.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfActivityReport.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯¥Y1û~\0a\ÝC¶ð2',_binary '¦(Î¥\à:¿CÔ½6¡ù\ïP\Â6c\ìfa\ê\éC‡§u³','',0,'?'),(_binary 'É†ý˜µ_\È2µJcA)¸ø','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/AccountSession.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/AccountSession.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û\á@w+\ìQP\0Q—?N¬ˆ',_binary 'nN^¡±)÷fdn,ûG_ˆ‘µ¸²£d”¥0@JU@h','',0,'?'),(_binary 'É‡ƒ\êRŠ‹\Â[òG­\Ð\×\Â','wp-content/plugins/revslider/public/assets/svg/communication/ic_vpn_key_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_vpn_key_24px.svg',0,_binary 'Oþ&6»\ÐP–jžne\Å',_binary 'Oþ&6»\ÐP–jžne\Å',_binary '…ƒ\'\Ë\ÅdŸŒ¢\0\Ñ;«\â¦\ë\Ø\'¬·\ïßŠ» i\æ\Ò\ä','',0,'?'),(_binary 'É‹°ýS\è\Ýd—\Äõ','wp-content/plugins/elementor/assets/js/e-home-screen.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/e-home-screen.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é‹ÊˆGI9œÐ‚gc‚r',_binary 'A¥Òœ\"±À\á&Ç¨“\áE3e\ÒIJ\ÐA]¹ò’\íe§','',0,'?'),(_binary 'ÉŽ\Ø\rT—ƒ»fûgÀ/9\Ñ','wp-content/plugins/wp-rocket/vendor/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/autoload.php',0,_binary '8Â”›7\ÄHežz\çð¦',_binary '8Â”›7\ÄHežz\çð¦',_binary '˜€>oZ-rö«™|’<iZ\à¥p°w-ýx°â²¹\î','',0,'?'),(_binary 'É’þn¿–Y„¦¥\0‡ÀE7','wp-content/themes/sinatra/inc/customizer/class-sinatra-customizer-info-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/class-sinatra-customizer-info-section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_ö\Ñ\ÃÁ<sM\Ô\èSY{!',_binary '\'\ÏF\n<+Hn°½÷²\ì3Š‰š<c™[\Ù.Hx~','',0,'?'),(_binary 'É˜\àñ\ê\Æð‰É¿ˆ¾\æ\'\ÊÁ','wp-content/plugins/elementor/core/files/css/post-preview.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/css/post-preview.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U¦¤H1öPš)öTL|\á“',_binary '|/—3\Ýõ`÷Cd£dD—\Ó\à…¹N¯D’\â\î•','',0,'?'),(_binary 'Éž\Ñ?µ¸j«‹\'t\ëU\ã','wp-content/plugins/houzez-theme-functionality/functions/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/functions/functions.php',0,_binary '\Ôgó	Sð2*\Í\Þ\çº[a*',_binary '\Ôgó	Sð2*\Í\Þ\çº[a*',_binary '<œ\î\ï¢\n‘\Â(‡\×aJ|\Zÿ˜f¶¾uÐ—\"\ïii','',0,'?'),(_binary 'É¡îˆ‹Ê§~²¢Á¿.)k','wp-admin/includes/class-custom-background.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-custom-background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª$G8\Û\ß\í3o\é9¹\ËF5',_binary '!ƒj.±V&[&\íÁ:ý›z×¿Ø¶ùM‚‘ö\rŸùP­','',0,'?'),(_binary 'É§M:‚E\ç\ë(¬Ž6%=','wp-content/plugins/wordpress-seo/admin/class-database-proxy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'QÀ\ëy\Þ\Z–š2L«†V\re\Ç',_binary '®–\Ñ\áqœûey\0¥«‡\ïA€†\'.·%	\èB›9','',0,'?'),(_binary 'É«\è¨\äü\Äê±·*;\â','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementProfiles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementProfiles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rwR\çuæŽ·˜ú•^\ÝsÏ£',_binary '\ë\Ë`\Ù\í#òÀ>þ\È	¨`žó\ÆŠ\åõ\é(n8«ø^','',0,'?'),(_binary 'É®\ä\Ì\È7µAû\Ê\å)\àþaZ','wp-content/plugins/revslider/public/assets/svg/action/ic_translate_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_translate_24px.svg',0,_binary '\n˜gò\ÑøQ¿O¥cù…',_binary '\n˜gò\ÑøQ¿O¥cù…',_binary '\ãò\Û\ÎN‰v^¡?Ž„ÁËŒ\0\ÐmS*)\Úii}=‚_ ','',0,'?'),(_binary 'É¯\Ýv9Ã“Êº)nD1\É','wp-content/plugins/wpforms-lite/templates/emails/classic-style.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/classic-style.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º,s:\äÿ›…®·',_binary 'qYP@21³¬`ðG0L\Ò	wWOu\Ðÿ\Óe\ÞÔ¯\ä4L&','',0,'?'),(_binary 'É²t€8ñ\Ð5\ÓTM’\'§l','wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦bE¿\á\îjž\Ç}Ÿ\Ý&Y²\Ë',_binary 'Æ„ó\Û\ZˆX\Ä\Ðo\éV	–“…\Ú@NÚ‡F‡uø\×|³\í\É','',0,'?'),(_binary 'É´\ê((\ækz÷ýž\Ý?–\ç','wp-content/plugins/wp-rocket/inc/Engine/Common/Database/Queries/AbstractQuery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Database/Queries/AbstractQuery.php',0,_binary '\Ô\ÕF ‘¸­8jrXxþ.',_binary '\Ô\ÕF ‘¸­8jrXxþ.',_binary 'A\àI˜òŽ\àZhq\Ü7Bñ\æ\ê\r*¶\ÇZ[1','',0,'?'),(_binary 'ÉµªþU5S*\ÄòP2\é','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-main-dashboard-db649d3c3b6d9027a824.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-main-dashboard-db649d3c3b6d9027a824.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<—©o·`Wü…ý6\Óò\Ä',_binary '\î«ò¸\ê\ã\æ~L]¹Ù…ý\ÊAªÑ–\×\è4','',0,'?'),(_binary 'Éº¢4e\ïÙœ\ÒÕ‹\r¾{','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`®B6y \î\åwˆ\íŒ\Ã]ó',_binary '\ØgÀµ„Iò\ÇøM<ñP\ËL\ï\ËÁ+\È<±¥bu±¿”+','',0,'?'),(_binary 'É»q$OLN&\ÃÆŽ\Ür¨$','wp-content/plugins/elementor/app/modules/import-export/utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ù†r\ÞE‰R¸‹Rö5oø¢',_binary 'ø\Ê~bÉ›?+»dG¦\Z£½ùR\Ên¼ü‡ùŽ§Nû°','',0,'?'),(_binary 'É»º\r\ã†tæ¡µÿ\ï=k','wp-content/plugins/elementor/core/documents-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/documents-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý…3-\\ŽÆD/›\Íÿ8\"',_binary '\Úio¤{]\Ööý0£n\ÏV\Õß\r&<¤’zäžœ\Ï','',0,'?'),(_binary 'É½lµ,½ƒY¡¶~l\ê\Å','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/field_ace_editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/field_ace_editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°\é\'WÓ‚eB°\çˆP\"§',_binary '§Q„Ye!0e‚V\Ì\ísq\ÎüŽR” %µ¦Uqj‚NV','',0,'?'),(_binary 'É½•ú®¡ñŸ\îv\ZH\0[ú','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/RestApi.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/RestApi.php',0,_binary ',\íK-?\Æ¶è…McþR',_binary ',\íK-?\Æ¶è…McþR',_binary 'þz«\ØJç¤ŸJO…@hé®º?svJž=(9\ísOq','',0,'?'),(_binary 'É¿ªÁ §Z,‹Žþ±«','wp-content/themes/houzez/framework/options/custom-code.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/custom-code.php',0,_binary '8#¸™\'¾`ñ1\Äù',_binary '8#¸™\'¾`ñ1\Äù',_binary 'p\Ö5¤o–A¾±W‹y˜˜ÂŠ\ïöY\Ñ~­%F7¤ôµ:\Õ','',0,'?'),(_binary '\ÉÊ¼ö\"{\ÐP\àõ\"\Ó]—','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ExperimentVariations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ExperimentVariations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Oj^V\î[@±¨¥u ¹ó‡J',_binary 'Œµ:i%seaÀ1>˜\ÓE[·d\ÖÀ1P\Õb‚)r÷;\â','',0,'?'),(_binary '\ÉÌ—BB\Ê>˜\ïkB0,Y[','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidClientException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidClientException.php',0,_binary 'Z!þ ´\0\ÖY\'\ÍH»l\Ë',_binary 'Z!þ ´\0\ÖY\'\ÍH»l\Ë',_binary 'U¾øZ\Åÿ\Ì#	h\ïŠ<;Q\àn/P.‘!^õ\Î$i?œ','',0,'?'),(_binary '\ÉÌ¶	’2ZB±Á…H›','wp-content/plugins/wpforms-lite/src/Forms/Submission.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Submission.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8%ó;\Ô\Ä;\åf,._\ÅO@õ',_binary '5£±ÕŠ\ÉûB\åúšðl\\u¿l\Ú\0\êf‚ñZ\ÕøY7oˆ','',0,'?'),(_binary '\É\Ð\Ñüu˜\élr·1\Ékn ','wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\ç\Ð~¢·\ïÁ\Èù\Å\î\à’4',_binary 'É¡rFŠ”ýô¾ò\×0¡DÇ¸°	f\Üi\nñ\Éa•d{','',0,'?'),(_binary '\É\Ò°†“2D´i\Üe½','wp-admin/css/l10n.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/l10n.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'BFUð’bB¡@±\æ\r',_binary '\Z67`˜¹øl \Z\ÏÖ˜\'ˆ¼½\í–VwªLS\â\Ø4\ÚU','',0,'?'),(_binary '\É\Ø\ë´4-L\ÈR\Å)\Ö\Õ\è','wp-content/plugins/wpforms-lite/templates/admin/challenge/welcome.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/challenge/welcome.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\Ö8‰™‡È€°#4 c†øZ',_binary ' 5‚%§÷úG§³Úš;Ÿt÷ÿ\r^lrQ|òbû\è\æ','',0,'?'),(_binary '\É\Ý7…¿Y\Úý5jµw\ËR','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesAudiences.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesAudiences.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß¹\\úM\î\Z¹8\ë3¶ÀW',_binary 'A²J¿\ëDlk‰•9\Îlˆv­“»b{ÿE…›„˜„¤‡','',0,'?'),(_binary '\ÉÞ­	441k\é\Ø •K<','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Enqueues.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Enqueues.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i²M¤K\æ9\Ø‰\0áŠºY',_binary 'z#dˆD\'D\éw.I«\ìôldà¸§‚’Š\ÖC-K\ß','',0,'?'),(_binary '\É\à#šNbó\Â	\ÙXÔªv','wp-content/themes/houzez/css/default-skin/default-skin.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/css/default-skin/default-skin.svg',0,_binary '²WúœZ\È\Å¬Mw¦g\Î)C',_binary '²WúœZ\È\Å¬Mw¦g\Î)C',_binary '´¡ö5#tjõV‰c6ÿ\èû\Æ\n\à©P‹n1\ÂoŒƒ\'','',0,'?'),(_binary '\É\áUrDJs[FÉŽŽnD','wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸³\ËV¨øt©3\Þ\ÒÈŒ%w',_binary 'k„Z\'Ió\ëVj\á¦+P7Fâž/õV~\'\Ð®\Þ\Ús','',0,'?'),(_binary '\É\â0ôô\nY·9#c\ìÜŒ]ˆ','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç‘Y\ÓHy¹ø\àöTé¥¶.',_binary '#¿™³H\Õ;Å ô	|\çHŠUi\í\íuG•@”E˜c','',0,'?'),(_binary '\É\ã…\Ä?\"\èñ&-\ìj»™û','wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º\Å!\æ€yNôÑœñûzð',_binary '\Ô\ã¿Ý©ž\0ó $´\n·\Ì\Ðo[„\\qñÍžrv\"/\Ê','',0,'?'),(_binary '\É\ç\0þxÙ¡\ÑNY6Z”','wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashScreen.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashScreen.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô´‹’wÃŠ‘HóQ\Ûx',_binary '6\Ðng`Í‡aZöu¸\Åf\êþV¸nðh9\ÃC:\Ýdj‡','',0,'?'),(_binary '\É\é\Ï	WZ~V¤ŒX? C','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ConfirmationTokenService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ConfirmationTokenService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>I\Þÿ\à\×]\Èv\Ý9zô\â9Œ',_binary '\Ç<³l+ð£ŽŒ*^Wl\Æ\Þ/²Z9¸\Ó7	\ÔðXZ­)','',0,'?'),(_binary '\É\ì\ÉrÑ‚JÿŸLø\å¶','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qv÷B»bf\çõ\Ð¹”¶',_binary '„«¾I7_q\Êpm#\Ò\ÑbÎ´G\Ó\æÞ¤©§Jt \Ó','',0,'?'),(_binary '\É\ï—¾\ß«h&£\'s','wp-includes/blocks/search/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p›†W\nõç˜Ó‡\Üñ',_binary 'ª·\ÇEö¿*\Ëi´ô	Å³º\Ä\Æh\Ù1¸\èN©K[«','',0,'?'),(_binary '\ÉûÑ¿‘šú=­\Ú>\æ<†','wp-content/plugins/wpforms-lite/assets/js/admin/builder/panel-loader.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/panel-loader.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§\åñ;ox±\Æbz9€Ÿ\ãa',_binary '¹X@\æ¸\åyüDtu5–\Äy¡¼X\\ü HóªOøkˆ','',0,'?'),(_binary '\Éý&\ÔPÿo\ìx\Ù\å \Ù\Ø','wp-content/plugins/elementor/assets/js/editor-notifications.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-notifications.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î9Ï•‡q$Ú•¨‰\ÇÈ¿®',_binary '²|\ÝE¿¦DN\Éo8ˆµ\Z\èù\æx\"\Ó\ì!N\ÅKK\ÎžQ','',0,'?'),(_binary '\Éÿð<\Ä7d¡³t¹5:\'ò','wp-content/plugins/elementor/includes/widgets/html.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/html.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dyZ¼P#\Ö]\Ë!„Á›',_binary 'ic–o\Ø;	\nŽo‚=;‘V\'ô]WGESª)\\\åQWž™','',0,'?'),(_binary '\Ê\0FfT!U®ÁBþ¢tô','wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php',0,_binary '\í¢v…ºžu\È\æx­Tøq',_binary '\í¢v…ºžu\È\æx­Tøq',_binary 'Ï†-xÏ¬¶m	~|úš„P4ù\×\\ùð]$¼¬²Š†¼\r','',0,'?'),(_binary '\Ê\n€\Ó~>Rž€Yjü\Æ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/bootstrap.php',0,_binary '‚ø‹J2L¶\ápý’û\ç­	=',_binary '‚ø‹J2L¶\ápý’û\ç­	=',_binary '›¤Hþü\\ž)¨)ûwXû\èEü\ÆÁm\'»û\êñÜ››Wöº','',0,'?'),(_binary '\Ê\nÁŸ\í\rxmšOW§\Òõ%','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b¤öXQ³½\Î#\åD',_binary '2a\ã\Þ\ÏsÃ–\ÚP¤Z	Pþ \ã\Ý8\Ç%è› ­€H','',0,'?'),(_binary '\Êý¼G‰õxwl~öoFv','wp-content/themes/houzez/woocommerce/loop/loop-start.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/loop-start.php',0,_binary '¸;\0aƒX¼\\”\Znü\Âû‰•',_binary '¸;\0aƒX¼\\”\Znü\Âû‰•',_binary 'ôÂšA\ËMÅ¨T=\Ö\Å\í\Ê\Ä\Ã\×\á\çœ0’\\p†`{Á?','',0,'?'),(_binary '\Ê\ÆP÷p\ç)`Ö²\Ý@dò','wp-content/plugins/wpforms-lite/assets/images/anti-spam/recaptcha.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/recaptcha.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛH\ÏÑ\Íh\íwfò‰¼>ùV',_binary '-\Õw>I¨\Åñ`>\à‚,³‰ý-ù…\áxQY±Ÿ4‰.K]','',0,'?'),(_binary '\Ê ü†µtdrlPj','wp-includes/css/dist/widgets/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/widgets/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':­7‹‚´ª»Œž\Ù\Êh',_binary 'ú”€$.&D”%· \ÔfW\ïu£,…	Ñ™\Î,f\äUJ£','',0,'?'),(_binary '\Ê(†q‚4P\è}ý5Ozük','wp-admin/js/inline-edit-tax.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/inline-edit-tax.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž›_¡¢’hŒA?¹ø»D',_binary '±›LZV(jû\ä0\ï~\Þ\Z3u¿)›\Ôztef\n\Ë\Þ\ÇO','',0,'?'),(_binary '\Ê-?@`°\Û\êU\Ê¢²\çõ','wp-content/plugins/wpforms-lite/assets/css/admin-notifications.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-notifications.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î÷ÿ\ÉÀ‘Y\É?õÒ»\Ù',_binary '3še¼*–ýó‡\Ç2‘vR±OS\×~>eE)]=z\È^–F','',0,'?'),(_binary '\Ê0\0ú\â!Jð\Ê\Ö\ã\Ã\Þ ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/presentation02.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/presentation02.svg',0,_binary '€,kò\ÂTn\ÂgñUdj\íW',_binary '€,kò\ÂTn\ÂgñUdj\íW',_binary 'VŽ\ÈCÿH°fR¼\Í\Ýð&7&~p\áwŠªH´‘¤>Y','',0,'?'),(_binary '\Ê1½a>\Ê¤\à\ì·\ß1','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pb\ÎY\à\Þ¸À\í\Í}:',_binary 'y¨Á¾yEWÐ /ª\Ìn‘\×\ÂçµœT×²\Ë\"¼ûQq>','',0,'?'),(_binary '\Ê1Â.§\ëUlö&$\Õ#z','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Curl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Curl.php',0,_binary '\Éj\0¬¾\Ûs\rœÍ¯2ˆ±',_binary '\Éj\0¬¾\Ûs\rœÍ¯2ˆ±',_binary '@\ç\Ù]Ÿo‚y•:R\ÈC\Î:{YJÿ³‹&¬P£$œ]-','',0,'?'),(_binary '\Ê2Èš?q\Ç\ìlnhøD˜/','wp-content/plugins/revslider/admin/views/features/add_ons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/add_ons.php',0,_binary 'R~&p²ŸAf_<¾`',_binary 'R~&p²ŸAf_<¾`',_binary '®õ\ï}1B .|\Æe 9\í\"\Ý3\é\ç¸;\Z«‹r2©FZL','',0,'?'),(_binary '\Ê2Ê½¦\ég\Ó/²8x•CÀ\Þ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/autocomplete.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/autocomplete.js',0,_binary '\nšÉ™ü†£\"ô©\ã>u\ä',_binary '\nšÉ™ü†£\"ô©\ã>u\ä',_binary 'S€36+¸h\Ñ\ZkW\Ì44‡7\àY\r¸0\êwþ\ÝS§','',0,'?'),(_binary '\Ê3¢û5£&uCéƒŒh\æl','wp-content/plugins/wpforms-lite/assets/css/emails/partials/summary_media_queries.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/summary_media_queries.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„91±«¨.\È\Ñg¹\Ñmƒ',_binary 'CS\Þ<s?\Ñ>{¡y½\Ðy\í4ž`VT\ï\\R…[L','',0,'?'),(_binary '\Ê4Á@E‚˜v\ï\Â\Õ\Ï\Æ\Î','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/class-redux-dimensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/class-redux-dimensions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',VJ²±þþŽË‚\Ì\â=+',_binary '\Èc.Å‘{\é¶a.ƒ>Ÿ\Å!?\ÈþY\Ò%G¡{V¿\Öò¸ ','',0,'?'),(_binary '\Ê5/€úšÌ”\âk¯\ãwÊ¯','wp-includes/interactivity-api/interactivity-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/interactivity-api/interactivity-api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(El9\ç\äDrƒh7@ÿ±',_binary '4uÀ\nU€™ \Ô\à¦¤u\ín`xg¼\r ˜t€«dÁ','',0,'?'),(_binary '\Ê@>A-\0yE\"!\è#','wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠQh	\ÈsŒTBmù¤±Ó•',_binary '§\Ól¼–F\Û]KÂŒN\ë@]CŒt,ºÿ\Ü\ìš)P','',0,'?'),(_binary '\Ê@\è²\è\Ö\Ã\\wŒ\Â\É¦:\Ã','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Update.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Update.php',0,_binary 'ø\è\åc´9£‘\îøÎ›x',_binary 'ø\è\åc´9£‘\îøÎ›x',_binary 'c¦\á\Æ>}µ7\\É„;T\â\ítJ\ÐSð\ÌKE\ÒD¹\è¯\È','',0,'?'),(_binary '\ÊDÀ@\Ñ-\Þ@\à\ç‹=8›','wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/tooltip.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/tooltip.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ\0õ©S®#aÒ±\"]E\ì™',_binary 'Ž\ÜiŸkÝ–aV½Ó“±„©j\Ã(6«@\Ìb\Ä\îPpL','',0,'?'),(_binary '\ÊI	\é6³<oi“¢—Š\ì','wp-content/themes/houzez/template-parts/search/mobile-search-main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/mobile-search-main.php',0,_binary '2‹M«*¦¸q”ow\à-',_binary '2‹M«*¦¸q”ow\à-',_binary '‘N“2\n©œù³™½“dÒ¸JDv\ÊH]hQ…,$','',0,'?'),(_binary '\ÊRy©\Ó*©‘¬\åñ¿eŸ3õ','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Üò\ïn<\r™\"*.µ\Õ=',_binary 'û8¹\Å3¨\Ø(7~	¾–Ó²V\Ã/\Æ\×“‘v.™yÁ®³','',0,'?'),(_binary '\ÊR±­\ÙÑˆ\é°Þ¿¾0','wp-admin/css/themes.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/themes.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',B@-\'W}=¨•4.ž',_binary '¼]ù\ËN\ÙoÔ•…\ãS(.š\åµ\çi§\Õ\×ý`Œþf\âó\âz','',0,'?'),(_binary '\ÊTf¸\ÂTŠj>µ\Ø^w\Ç','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_psr4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_psr4.php',0,_binary 'ª³Š«ñÇ‘ d>*)^e•',_binary 'ª³Š«ñÇ‘ d>*)^e•',_binary '¤‡tŽ–g_x¿B…=J[1(T˜o\ãz€\èôŽšœ-ºh','',0,'?'),(_binary '\ÊW\ÉTa‹ñƒ\Þ\0\ä!y¦','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/EmailAddress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/EmailAddress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}ò\0J\×\æ€\ç\Z\Ë\ä.J\Ê2',_binary 'gt¿\'P‚¯ \ÐõY›¿º©/\Ú~ :/õ\Ýú-µ','',0,'?'),(_binary '\Ê\\¯`]ö|I€®m8H˜^','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã.‰Ö«)–\ÛDW\Ù\×f ',_binary 'ó¼¬\â?ùi°ž\ïVE\Ô\é1\\ø#\ì—\í²83@~.\íi','',0,'?'),(_binary '\Ê^1m°›\Ï\ÊHü©¼.`I@','wp-content/plugins/revslider/public/assets/svg/action/ic_trending_down_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_trending_down_24px.svg',0,_binary 'B$\êH!\0+]~\Ó\ÚH>\n†\Ò',_binary 'B$\êH!\0+]~\Ó\ÚH>\n†\Ò',_binary '­¢;ùA•\ëpÕ “>\Ëg¥ù~~>\\NŽv:›\Ù9i','',0,'?'),(_binary '\Ê_ˆ$R}öX¼oŠ*ªi\ß','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_real.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_real.php',0,_binary '’®F¸œ\É\äBYº`þ',_binary '’®F¸œ\É\äBYº`þ',_binary 'ºDŒ¶h3†ª†\Ë.!¨¹¼ŠµG\\~Py\×d\0\Ù=ù','',0,'?'),(_binary '\Ê`Q\å\\)\ÝQ\Üüõ\ß\ÝBº','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart11.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart11.svg',0,_binary 'K-è¾°\Ï\Ó	MÃž\Î5®\â',_binary 'K-è¾°\Ï\Ó	MÃž\Î5®\â',_binary '‘O \Â×™\Æù#zŒ2y;/\ÑO\ê]\Zó\\\ëU7¦>„','',0,'?'),(_binary '\Ê`‘m]\ï\ßE-ÇµKñ\ïò\Æ','wp-content/plugins/houzez-studio/admin/js/i18n/th.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/th.js',0,_binary '’úX\\Œ\Ù\'7¯ÿ\çì¢£',_binary '’úX\\Œ\Ù\'7¯ÿ\çì¢£',_binary '\ÊT\Ùb®ui¢1|?œ?®Š \Âgn\ç°b\ÑsTIûò\Ç','',0,'?'),(_binary '\Êb\×Ã®ÏƒÏ®…>ø2|}','wp-content/plugins/elementor/core/utils/collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/collection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*ô.„\Íïº„\Ô{–\íw\Ü\Ø\r',_binary 'AñUô$šZ†9­6Ä”2šv\ä¹g\çž/\ã…:','',0,'?'),(_binary '\Êd{<\Ô0Œ´,o*³','wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vVštˆJ¿\Ù\æIþD¸',_binary 'Ÿ=æ«œ Ä‡:™G§\Ì\ê\Ö\Z“—\Ó\Ðê¢¡2Kj°)\Ó*','',0,'?'),(_binary '\ÊhFM<@`%q-\ã\æ','wp-admin/includes/class-wp-filesystem-direct.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-filesystem-direct.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'WÄ¦5\Ò\êi°¥ÀLb‘',_binary '²C\ËzÉ”] +\ÐI\Ò7&˜4Mhƒ¹F7m\Ü\ëN9˜\Ñ[\Ù','',0,'?'),(_binary '\Êr¹ž{¤\Zk¡À\"¨¤k','wp-admin/css/site-health-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-health-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'iEqþVAðdº‹`¾\Ø{',_binary '\ì!IL\å1]naü®TŠU;Ä¢³=öˆüDE¸rz½‚','',0,'?'),(_binary '\Êx^\Ìd&°\Êa\ÞÎ‰K','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v0H=Ô°Ä†9Ò¬T¨”´P',_binary '¸ÀV!g$¿X\ÐM£\ÙÓˆnÌ£QÑ’\Ë!UO³­ø','',0,'?'),(_binary '\ÊxfÜŽ=ÏŒx/Œ5\"','wp-content/themes/houzez/template-parts/dashboard/board/deals/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/deals/main.php',0,_binary '¶T;z^X\èùS\î\á\0œ\á',_binary '¶T;z^X\èùS\î\á\0œ\á',_binary 'F!\ÅÄ½\å\â\Øc›)ùµò\É\Ëls½d±e	¸ûvW','',0,'?'),(_binary '\ÊxjP\Õö¼¨\Ù!c\Èx','wp-admin/plugin-install.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/plugin-install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«^\êv‘P}£s5¡\ìKòk',_binary 'J©\r\Ô…ËŠUP\Ð|\ë_³–=\Ç-\Þ²6k5','',0,'?'),(_binary '\Ê{&¸HöNò`b5IÐŒÿE','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘fUc\ÚB©¸¬<\\5M7',_binary '%Z¯\íeM\ï\Ó\Å\Ü\Ý†\ß>€g\Þú‘*%\í\ÛjË¿¼','',0,'?'),(_binary '\Ê~Œ-‹‹_\È})\ÎB«','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/396.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/396.js',0,_binary '¯Ë§¤\ï%G¸\è\ç\Ç\áÀ',_binary '¯Ë§¤\ï%G¸\è\ç\Ç\áÀ',_binary '™²V«ûL\ì°<\åµs\ÔÍ›eLð¸-ºO]ò\0','',0,'?'),(_binary 'Ê€‹´\ítKN\Ç\Ðl\ãu)\æ','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-admin-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-admin-notice.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Í°¶\Ð7\\¬\ìeŸ±]x›',_binary 'ò±#\ru\ï÷\Î\ïe?R-‡\çúxß \ì!Z\Êþqø-—6w','',0,'?'),(_binary 'Ê	iôð\ìþª:g•y','wp-includes/blocks/search/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì¼zü©å˜»\æ€S',_binary '\ì-N\ßk\"”,[[\Ñj¥_t -¨X\ÓO\Öý\è\Þ\Ã','',0,'?'),(_binary 'Êƒ¢=¾6ñœŠ6zð%òu','wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg',0,_binary '\ÜÉ®Í«‚¨L–)7',_binary '\ÜÉ®Í«‚¨L–)7',_binary '/º€™“0œ2Š,B›\ÉuPì–žn2¦.g\ÏO','',0,'?'),(_binary 'Êˆf¡¬B,µš|º\Ç\Ñ','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-none.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-none.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Û¨°»hLI3P™d\Û',_binary '`8\ìþðC:±¨·/(Õ¥b\\JZ!šXT]¡_Um\Ò\Ô\í','',0,'?'),(_binary 'ÊŠš2¼%ð‰+a_\ÒôLF','wp-includes/blocks/columns/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'lÎ¯ýFH}ñþx\Ò\Ì\Ø/',_binary 'x\Û\Ë8mcÁnBC4¼\0Ô‰\Ý3ø£ô“¨I\ë\ì','',0,'?'),(_binary 'ÊŽ\"„Q–\0öc\é\Ñ÷ü:','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_HoursField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_HoursField.php',0,_binary '\Ô/1\\\Ð5UŸÖ–?‘³\Ó\Û',_binary '\Ô/1\\\Ð5UŸÖ–?‘³\Ó\Û',_binary '˜>£ùbb$\ÕxÝŒ	Ç’Hš›÷w\ÏK‰ý.~7u\Éi','',0,'?'),(_binary 'Ê“\Ý\Þ\ß\'€H­^a\\k','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/Regex.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/Regex.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's·&$P\rg–i\Ôþ½ú€',_binary '\'\æ„„²`he\0Á\ØzùVœv\É\áF4¯hW±l','',0,'?'),(_binary 'Ê—\æÌ@S[Wë¦–…','wp-content/plugins/wordpress-seo/images/academy/copywriting.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/copywriting.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mŠÿ\ÄUX÷.{\ë5\r¦',_binary 'øNk\Ãe¯WF8˜@Ši÷`a\ä°2ˆÿ]eK\é]ò»¬','',0,'?'),(_binary 'Êšûl7\Ú*\ÂE\r5‘d','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/AdminPageSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/AdminPageSubscriber.php',0,_binary 'd}\×\å´}|iw1\ÞtZh@\æ',_binary 'd}\×\å´}|iw1\ÞtZh@\æ',_binary 'øý\á\ÑL[ø.¦l.&*.ødŽ@\ÚvPÇª4«fªT¡¿','',0,'?'),(_binary 'Êœ;•‚2½-‚QST+­','wp-content/plugins/elementor/core/utils/exceptions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/exceptions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' V@\ãQ¨T¨™l¬',_binary '˜†ü<Žxt>‹\\&\ç\"q\ãu¥†\äo/m¹6Œ”¶TE\Þ','',0,'?'),(_binary 'Ê§¬³>\Z¯h\Û\ê±\ÙC#','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/address-book2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/address-book2.svg',0,_binary 'ú\ÝŽR7rRÀ\r\Îw3¶',_binary 'ú\ÝŽR7rRÀ\r\Îw3¶',_binary '\röI^\ác>´½\ãÚ®ð¨\ÝuBÁ7[±˜4•„Ã¶U\Ê','',0,'?'),(_binary 'Ê¨&\Ê\Ý]\ÞÔ“(2\Øcjž','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/field_slides.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/field_slides.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©²\áš:J*	¹¿Vƒ\×\î',_binary '¤l4Q™\Â\â\n\æ÷‰\ëT\ØBk\íô¨K ’~oLv«t|','',0,'?'),(_binary 'Ê¬ùU7…†«ûs¤Xq','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_power_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_power_24px.svg',0,_binary '(ü.ƒ‘`wšù\'\ã?¥;.Á',_binary '(ü.ƒ‘`wšù\'\ã?¥;.Á',_binary 'ˆ\'˜Fye\Ô]­¡X^_ftŒM9—ƒ£ö¤à«›ëº\ê','',0,'?'),(_binary 'Ê­\\9ƒ…\n¥z¬›\íx=û\Ö','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/UnlimitedElements.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/UnlimitedElements.php',0,_binary '•<¢\åÀl};\Ýn&ø\Ð\Ð',_binary '•<¢\åÀl};\Ýn&ø\Ð\Ð',_binary '\ÍP˜­\ãzsývdr¯{\á\ä¤\ßÑ‡b\ÌÛ¼3?ª\n\ì\r\è','',0,'?'),(_binary 'Ê­\æ9p\Ú7÷+\Öñl*\í','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.t6°\äø~o\ÓûB°“',_binary 'J\ç,´\0\Ù×¸©\Ö\0¡L\Êø´¡¬] u%\îýš \Ù','',0,'?'),(_binary 'Ê¯ö­þâ‘ ‘¢\Ì1WÁƒ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j\Ù›`\Ô\Ìnšh\íûY\r`',_binary '~el\Þ8öýÚ­ö¼-Ö†Ÿ­\äjŠ@B°Oýz([','',0,'?'),(_binary 'Ê±ŠôAªl\Òo‰\ë\Ó|a/','wp-content/plugins/wpforms-lite/assets/images/email/template-compact.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-compact.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`.ý¸†úƒ\Æ\Õ\â=z&',_binary 'Q¬€L&HŒ¨¾_m\í“A?‡S—S\'“Ý—+•i’*}','',0,'?'),(_binary 'Ê´®Ÿÿ)ò3‘G“ÿ€d¶\r','wp-content/themes/houzez/framework/stripe-php/lib/Exception/InvalidRequestException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/InvalidRequestException.php',0,_binary '\ÇeIf™u\ß_\á;&\Ú\ã',_binary '\ÇeIf™u\ß_\á;&\Ú\ã',_binary '’ QY\n\ì•ôx†Å‰ùR=\Ý²\Z›/\É\"˜ø','',0,'?'),(_binary 'Êµs\âBòþs*x¸n‘	k','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@gg:\ÏÕ¦_û\Õ`,W\Ã\Ú ',_binary 'TqÕµ.K4?\åûò\Ê2t¿\éwI†ºL¡\Ãe£IøN\è','',0,'?'),(_binary 'Ê½;,\Æ-\ÇGüc}ê—Ÿ\ë','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'Ìƒ\Ïzš8%ttªn\Ú_',_binary 'J$I÷\ÃtˆU¿ð·¿’”‘{\ÊZ½\ÖeªŠdƒ#\Üu','',0,'?'),(_binary '\Ê\Â>ùFWªf4™\ßðO\çz‹','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend-bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend-bundle.min.js',0,_binary 'pªÔ­BCY°\Î\â\Ûh',_binary 'pªÔ­BCY°\Î\â\Ûh',_binary '¢ù;w¥\rý\ÃÃ¯?~+\Îc\Ìvñ.\é-žÄ“\ï\'ûÑ¡°t','',0,'?'),(_binary '\Ê\Î\Ý!˜ßƒt7\Ä\É\ÇT[','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchAds360Link.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchAds360Link.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A\ìø¹›ˆÝžúM­H\":Ú‡',_binary '£·\ç\å\Ì@±Ÿ|²x\0HË—Ïµ˜sºp\×B™yD«2\Z','',0,'?'),(_binary '\Ê\Ð3\î¶(92¾´Š³\ì','wp-content/plugins/elementor/includes/rollback.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/rollback.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\\ßn¶_D\0[B\Ï\nU¾±',_binary 'q¢º¸¯?\àv\Ñwaô»´ÁZ	·þ_+^X\Úr¤ªv\é','',0,'?'),(_binary '\Ê\Ðh>J½C\Ñp\Æ)!m9\Ê','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FundingInstructions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FundingInstructions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡…\Ìö#\ÏgM|o öŠ0',_binary '.Á\î<‘\nðNh~´6Á\nÜ\Ûñn¡—J\Â\ìM„Ï‹','',0,'?'),(_binary '\Ê\Ñ?ûz‡r»¦s¥‘Ø¦þ\à','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/Themes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/Themes.php',0,_binary '•W`\Z\Ø2ü›\É@½\Ä^',_binary '•W`\Z\Ø2ü›\É@½\Ä^',_binary '=Uk“PVO5 5•#G¢\Ï\n•wmc^\Í\r9q\Þ','',0,'?'),(_binary '\Ê\Òo\Ì<HZQ~›²Ù†Ž\Æ','wp-includes/script-modules.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/script-modules.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðš¤[µúcTB’\Ñ\ïb¼K',_binary 'CšWÐ’°…¹UEŠO@¹<\Ë¼p\æÑ€†ª¤\á”Æ·','',0,'?'),(_binary '\Ê\×\îÀ3Bñ\rˆžŽ3¨¿~','wp-content/plugins/elementor/assets/js/packages/store/store.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/store/store.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“9ób_5\Ü\êdw\Êy±œ',_binary 'Fø}™u\ç^\Ù\ã>f¯ô—\Ùø™Éj¤\'\æøk3¾­7','',0,'?'),(_binary '\ÊÚ \È7ÀsB©G\à\Úx¶\ï','wp-content/themes/houzez/framework/stripe-php/lib/Service/BalanceTransactionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/BalanceTransactionService.php',0,_binary 'n\Â\áLv8\Ë\ßØ‰\\«”j',_binary 'n\Â\áLv8\Ë\ßØ‰\\«”j',_binary '\ß6¢8zZƒ+‹v@ƒ.M’ü*Ó¬–þª”\ÊZý•','',0,'?'),(_binary '\Ê\Ú÷ó·\è‚¤“# \ïÛˆ','wp-content/plugins/one-click-demo-import/one-click-demo-import.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/one-click-demo-import.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VFtló›s®¿ÁÃ±Buo',_binary '7«Íƒ¢w+\é\r«¿-:\n\Þ0f—Î£¦\Å3‘$\rgK\Ú','',0,'?'),(_binary '\ÊÛ¨V¤ö<\Ðð;\áø‚@P','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZÏ™\ë.t3€Í¿;¤K',_binary 'Jo?<j(´/\r¼5‚o\ÔxF$3ñ\êm!ÿT','',0,'?'),(_binary '\ÊÜ±\È\ZƒZ\Ä\Ä1u\É\r:j','wp-content/plugins/elementor/assets/js/packages/store/store.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/store/store.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '\Ê\Ý	b¢·–8\Î[¿¶¥y','wp-includes/js/wp-emoji-release.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-emoji-release.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹v¶Q“+ý%¹Ýµ·i=ˆ§',_binary 'd?ª¾·kOs?Í¢RYŽ»2%\"\ã=\"þ\ÇÄ±\n\î\É','',0,'?'),(_binary '\Êã±›™‹­ V9ø{\â¶\éb','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~¹ñJnw\Í\æ8z2óswa',_binary 'œu<üOñ8Be\'O¯b\0yŽPJ\Òx7˜\çþ\ÜÿIó','',0,'?'),(_binary '\Ê\çK\Ó\Þ\Ø?¬9F‰²°þ\'\Í','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/TreasuryServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/TreasuryServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D¯h7±\Í/\Èœ\ÉYúkò',_binary 'vø\âPÀ\ÒÓ—º™\éùÇˆŸ\ë{Ø¦5û‰\Çö-N„ú,2','',0,'?'),(_binary '\Ê\é$\r\r8MS¢w\Ãg','wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Integrations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Integrations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`›5\r\ë2\ß\Ñ\è–c',_binary 'ƒa™À:«¾\Ï\á3uòd[©P;]æ„Ÿê›«\î>µ\Æ\"rP','',0,'?'),(_binary '\Ê\îOå¿¯uRòû\ÒcÁ[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[cl\ër‹u©	\ÃÐ¡u^',_binary '6p\Ë\Ó\'`À+*[AG\à4Šüúü^6ÅŠ£\è%\ÔÁC','',0,'?'),(_binary '\Ê\ï5·+É¦qú\É%um\ç6','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-osm.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-osm.min.js',0,_binary '>Á”>=ùu€ªŠ)ZV”',_binary '>Á”>=ùu€ªŠ)ZV”',_binary ']¾AQð•¾¤%\\\é\Ù\ÂQA\èB<Áÿ\Û\ÇýsBm\\»\Æ','',0,'?'),(_binary '\Êô±¶„±6…˜]¡y8N]ª','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôJ@Ð”¶9§G\Ø|4D¨€',_binary '„\àË²#]û¾\Ô\\ä¢›Æ‡Ö¶F\ÛÕ¥A±‚òtŒŸ','',0,'?'),(_binary '\Êõ&Í€z“\×I\Õ\ë|¡Š¡','wp-content/plugins/wpforms-lite/assets/images/check-solid.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/check-solid.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xŽX\ß\Ö…‚Ý¢\Ä0kw\Ø',_binary '9*«þ\ÅOþB½\ÙM4–|Gfqù¿@f^½¨Ð’-\Ã','',0,'?'),(_binary '\Êÿ(@\ê¡e­\ç\Z\×2ÿ¸u\Ó','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/994.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/994.js',0,_binary 'b\Ð^€Ý«¶Oñ1`‰ ~l',_binary 'b\Ð^€Ý«¶Oñ1`‰ ~l',_binary '\Ë\Ó&y¸Æ¦û–—S‰T0÷\î¡fšNªj\ã>?P÷D†H','',0,'?'),(_binary '\Ë	T¥´¾`Ãœ\Âa\àˆ\ÅK\Ç','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëj¿¦5#O§–iÉ—Äœ',_binary '(ç‚²™&¶’’\Ïæ§˜D(\Ü?´f\Æ&ž\íT©V\Íl','',0,'?'),(_binary '\ËJ\Ûú(²\Â\0\á…}m†','wp-content/plugins/wpforms-lite/assets/images/payments/single/info-circle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/info-circle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'an(ÑŠ¯£	2Fž\Ý',_binary '\Þ¥\æQ7?`\í¨\×u@QWrp«\ä\Ü?P\'aai»\á‚','',0,'?'),(_binary '\Ëœ=®_.Ñ°\Ì.\ÄÚ•-ó','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/image-upload.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/image-upload.js',0,_binary '‘\\™QiÙŒ•€y[X\ÍOôv',_binary '‘\\™QiÙŒ•€y[X\ÍOôv',_binary 'ý9ÿ\ïýz›oÅŒh<F\Í\"\Í»¼2::?aÀõ²‘\ÆF','',0,'?'),(_binary '\Ë:£$(¸%£T†š¢','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCustomMetric.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCustomMetric.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡¸‹¶\Ú\â0ö\åErjøon',_binary '\ë\0`ñ\î3\n\"q„\à×£D44¦¡$§\0œ¤Aã†Ÿ6','',0,'?'),(_binary '\Ë$Kù>½w`ö·^¸','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß¿\Z|{¹j™\Ð:\Þs\å6',_binary '²t	õ§­\èû~(Vþ ”	¾d\å­<\Ã\çFO+[¤^µ','',0,'?'),(_binary '\Ëô\É\Ý\ì9e\î™³þX´','wp-content/plugins/houzez-studio/admin/js/i18n/sr.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/sr.js',0,_binary '¼9J{úKƒÓ´\æ\\]R¥h',_binary '¼9J{úKƒÓ´\æ\\]R¥h',_binary '\å+”‹UX”qcQ\é/2O&”q;\æ\ÞzaC’®™#“}','',0,'?'),(_binary '\Ën\ß7­‚JÀ·\Zq1ü1','wp-includes/fonts/class-wp-font-collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/class-wp-font-collection.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îôƒ%iq\î\ÃD\\uFª %',_binary 'Á¥y\ÄUÌ®ô\Çvç› ¶\r\ì\ÅQõ\0]\\ö\â®\\/¦','',0,'?'),(_binary '\Ë!¢#ò°\ÕI|‚\ÛF\é','wp-includes/js/tinymce/plugins/directionality/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/directionality/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\Ö\"\èX	& )\Æ\Ï=Ê€$',_binary 'µ&‹[\ì@\à\Ê5ˆ¹(\Ó¬cv‘§LûYI6ðB;)-','',0,'?'),(_binary '\Ë\"º¹\È){¥JŠP¯O>','wp-content/themes/houzez/template/template-listing-grid-v7-fullwidth-3cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v7-fullwidth-3cols.php',0,_binary '\'±\Ð\ç”\Úc¦lmuPñ_¾',_binary '\'±\Ð\ç”\Úc¦lmuPñ_¾',_binary '4ceý©\äC‘³cÉšX^ýF6zö\ÊÁ36\Ø\\Eaº%s','',0,'?'),(_binary '\Ë\'ŠsVÌ»W	‡\êg¤ –','wp-content/plugins/elementor/includes/controls/icons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/icons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶8V\áõ\Ê#it·VR \Ê\Â',_binary 'h¬ˆ¥{£ûCbi¹N¼ûP\Â ¬¬µ#\ë¡aöC\Ð6','',0,'?'),(_binary '\Ë*(]>¸&ZòD±d\'š','wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']h	ˆ‘{jV\êm\Å-e´',_binary 'ùÿy\åú¾^À|x©¡*–ÁPY<£ö¡žµ¤FM*‡\äòý','',0,'?'),(_binary '\Ë3¨\ÍÃ4\à;e^û°\É','wp-content/plugins/revslider/public/assets/svg/av/ic_not_interested_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_not_interested_24px.svg',0,_binary '0¥\ç³}\Þö}• w‚ñ',_binary '0¥\ç³}\Þö}• w‚ñ',_binary '\í\â\ëå¹‘©å§¥‘6wX\ÌöK]I;·xöš4¢','',0,'?'),(_binary '\Ë5V›x\Ç,$¾>7dýk»','wp-includes/sodium_compat/namespaced/Core/X25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/X25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ú¸búò¯9ô°‡±M',_binary '\éF©/\'¡€M%”9ô }@¬\ÎfW£>Œ–S*­m','',0,'?'),(_binary '\Ë6 <¥\ÊC\êï®¿¹V:(r','wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢øP{˜`X\ìs†\r(L',_binary 'kü‹6„W*\Út\å\Ø!Ÿ;¼=\"û&\0”u\Ë[4a\ér»º¯','',0,'?'),(_binary '\Ë9–\êK§QƒmLq[—','wp-content/themes/yith-wonder/templates/order-confirmation.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/order-confirmation.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\Ù@»b\Â=/\Ï\äb>òA',_binary '¼­jO9“‚\æ3	\Î7ô«ùS ±÷¸;\à$D)','',0,'?'),(_binary '\Ë9÷ ÃŸòþ\Ì!\ïmõ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qGl“X°Œ\Þñ\Ù\å\Z³pJ',_binary 'Nñoqbw\Ð8=³ñDn7w\Ó\0t§Á\Ý#}\'\Ñv','',0,'?'),(_binary '\Ë=¡BVˆ+%ò\Þ;\É','wp-content/themes/houzez/framework/stripe-php/lib/ApplicationFeeRefund.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApplicationFeeRefund.php',0,_binary '¾\Ë	-€Ô»ý;Ð‚–,`]',_binary '¾\Ë	-€Ô»ý;Ð‚–,`]',_binary '\îüLòþ… ›û\Í#;³ª\ê\Ã\Ï]½y\Â\îiòrC÷','',0,'?'),(_binary '\ËFþK‹KMt\ß$œ\ì','wp-content/plugins/elementor/app/view.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/view.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öF%\î?\è¬¨`É¨¬ú',_binary 'WV@\Ïú¡*f4/¬˜6,¿WCvv\Èñ4\ï¿ ‘!\Ö','',0,'?'),(_binary '\ËGð%»¼?šÝ–´|Dcc','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/book-apple.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/book-apple.svg',0,_binary 'O\ÕUú8ši„–ùÔ¥¸$e7',_binary 'O\ÕUú8ši„–ùÔ¥¸$e7',_binary 'b\×}$–ÿÅ–bJ\ì\Ú1Ð‹\"${%v\Âuñ\n;\Ãøu\ÕQ­','',0,'?'),(_binary '\ËSŠ\Â)P‰õ¿\àwò\Ô','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/ClassLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/ClassLoader.php',0,_binary 'À+\æ\Ùfqø(ª\Óÿ¡4È®',_binary 'À+\æ\Ùfqø(ª\Óÿ¡4È®',_binary 'ük(¨\r(Nð¼þjj\Ú\Â\'\ÎÌ£\å6.÷/‘\Ò\Õ\'','',0,'?'),(_binary '\ËU<\Ý?Y,õ\Ï§Ø»(','wp-admin/js/svg-painter.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/svg-painter.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\\ïhC<\0÷\ì C—\æT',_binary '­q¤}\êò,P/L\æan¼úºp¿\Ç\Zr+#\ß‚','',0,'?'),(_binary '\ËU\Ð\Ä}\ÚB£\Í	Jsýª','wp-includes/class-wp-object-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-object-cache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿB\Í\ÛI·Ñªò¼€u\Æ÷',_binary 'Äµ\Â]FÀCL\êûð3\Æ¬WÕžªE”ú\éÀƒ\Ç','',0,'?'),(_binary '\ËW1«†\íI f\Ãý\Û','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ewp°*µ÷\ç<þ\â!º—ñ\n',_binary 'ó\ëHF¨›è˜º)¬rŸ±>J©¾7‡ò—Ð‚¡yE¶\0','',0,'?'),(_binary '\ËX8Š\n\Ø\ä\Íþú0','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/LoadInitialSitemap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/LoadInitialSitemap.php',0,_binary 'KC6½&D¤¡\ÍF\Ïn›\Ô',_binary 'KC6½&D¤¡\ÍF\Ïn›\Ô',_binary 'i\'Ž¹À—˜s “wR\0þYjˆQ\Õð¬8&\ÄO\æÁú9','',0,'?'),(_binary '\ËX\â&ƒ5i(²µA>±\Ý','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-reader-revenue-manager-3ac3cc164752a4e67945.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-reader-revenue-manager-3ac3cc164752a4e67945.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'KÆ™ksRI…´û\\/Ih',_binary '‘a£ó½Ó±V~¦‡_inŸ²–@!1ªµa\Ö\Ü','',0,'?'),(_binary '\ËZÜ¥¥^¾ù\\63a\ëš%','wp-content/themes/houzez/framework/stripe-php/lib/Service/InvoiceService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/InvoiceService.php',0,_binary 'I\è7¿Gû\ÞÀÈ¯óÀñþ',_binary 'I\è7¿Gû\ÞÀÈ¯óÀñþ',_binary 'QÄ•\\^¸»®å”– öK‹©€‚	!Pº\ï™ü^ú¸\è','',0,'?'),(_binary '\ËcŸÚ®q€¶\"–.|0>','wp-content/plugins/wordfence/images/icons/check-response.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/check-response.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'NŠ¶Fòô\Å\Ø\Æ¿\â¦',_binary '82f…)³o>\Ø\æ5iq)»\Ãe=\Ò\Öò©G}\ì\à','',0,'?'),(_binary '\ËdGW\ã\ïj<,-·¤Î†','wp-content/plugins/elementor/assets/css/modules/apps/admin.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/apps/admin.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê±&\âA2l\\Gx\rÀXA',_binary ',0¿U\Æ3˜\×ÿE:g\naF9\àc\Ý\'«TTgB','',0,'?'),(_binary '\Ëfð‚/+L¾\æ\Ýö','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/class-redux-slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/class-redux-slider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í\0R\Û\rE~®}ƒ²š\ëú',_binary 'a\èß¬@\ì¾t‰ZDa¶Åœ¬­Müþ\"›ð¸Mƒ€','',0,'?'),(_binary '\ËiKº/r\Òþ\ÎR5\Ï\×{I','wp-content/themes/houzez/template/template-listing-grid-v6-fullwidth-2cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v6-fullwidth-2cols.php',0,_binary '&^½é¿¿üÍ«	¢ƒ',_binary '&^½é¿¿üÍ«	¢ƒ',_binary '¸(9©Üˆ¶7\îŠ$5F f<\Ø©2]¼/±\â¥\"','',0,'?'),(_binary '\Ëqò›8\à]C¤\Ý\ËÖ”\Õ','wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y\é¡-È®\É\Õq³Qx',_binary '\ïË¯I@®\Ã~\ÂÂ£0sð;÷\å\\\åõ*\êv\ÎwGŠ','',0,'?'),(_binary '\Ës#y÷h·\âüb\ãE\Û','wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ\ÓO\íu\\M,!þ‡',_binary 'ùC4Ð¥€ \Ù]{(\"¡\Äf½\ÊI8FÂ´0»z[G@6´6','',0,'?'),(_binary '\Ësñ¿‰§}r\ái„½¡\ÍS','wp-includes/block-supports/shadow.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/shadow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'OZ\ßqv«\ØB®¼©<V*Àò',_binary 'zß\É\Zõz3\Ã[b\Z‘\\¿&XPO¼›\Ì÷?\ÛG„ÁS','',0,'?'),(_binary '\Ët ÷wýc™—ñ\0N&™\È^','wp-content/plugins/one-click-demo-import/assets/demo-content/meet-the-team-page.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/meet-the-team-page.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r^ZÏ”zlž\È/É\ë„)›',_binary '\ä¿÷z.˜\ïn\îs\Ú°\à&vf^€%\áw4:i©\Í-\r','',0,'?'),(_binary '\Ëy\Ð6‘6l\ëšM¬C·','wp-content/plugins/wordfence/views/waf/firewall-status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/firewall-status.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý\ëû\Ø\Åð¸S\Ó4,=³tP',_binary '\Þ\â-.\\zo¥Ö‘úÊˆg\ç¤mP¤P\íR§.\Ò$\ï','',0,'?'),(_binary '\Ë|Gµ\Ò$\ê\Ñî¥‚\Åk™ú\ä','wp-includes/js/dist/vendor/wp-polyfill-url.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-url.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ˜>d KP\'IC¤\ç3µ½8',_binary 'žköõz\ê¯\Ï:ó´—_sDpþxe%J\Ø	½‰õSTº_','',0,'?'),(_binary '\Ë}Ua&gl\Ã\äi¸)º\ë\Â!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q{fDó“%ûV‡öm',_binary 'o!\Újh°oP\é\Í\Ìd‚µ¢6$ö\ÛÞ»;õ®D‚\rN™','',0,'?'),(_binary 'Ëð³·—C\î¼pZš÷*ˆ=','wp-content/themes/houzez/framework/stripe-php/lib/Service/FileService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/FileService.php',0,_binary '\ès*\îŒÎº\\ƒü.\r\åx\ã',_binary '\ès*\îŒÎº\\ƒü.\r\åx\ã',_binary '5€\ÖòD\'o-ü~LJ˜v!k¯GK¿Û·žGR<Ž\ÔZ','',0,'?'),(_binary 'ËƒÄ¿Åðxš\îO<]\ß','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/type.php',0,_binary '¨Ð\îó\ï\çB>ªöDY\Ï;',_binary '¨Ð\îó\ï\çB>ªöDY\Ï;',_binary 'Ø‰³ø\ÃxÀ\èxCR1…ú·J-CZüX·T¿=•U\Ó','',0,'?'),(_binary 'Ë†]g–1{[	œpeŽ','wp-includes/blocks/video/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\Ð-þ\Ëh¼†\áZ±h\É',_binary 'ü\Øw\Ô\Üñø\'5Û¸\Æa\îE¥Nù±\×k\à\Ì\ê','',0,'?'),(_binary 'Ë‰ó{\Ã\"Y\å8ÿDmSqN','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õ\È}\Ç\Ò$Ù´øqÌ«÷‘\é\É',_binary 'w\Ð\ëóL‘_x£(c\Z¶~\â0ÿ\ÚF6À\Ùõ\ê‡î®±5','',0,'?'),(_binary 'Ë\åGä¯€oe·ÿ\ïoœ','wp-includes/js/shortcode.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/shortcode.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@¨¿ñ\Ð\Å\â\ÉP}óSÎŠ',_binary 'yae\ÃaK\ÔµR\å\0%\Ô\Æxy¿Áuþyûâ†¢','',0,'?'),(_binary 'Ë“^Q’\Õò|bx\Æf^\ä','wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã˜¯eyI°ºT|%x',_binary 'ŽUý”¶ñ-÷MÅ‡\äÙ G‚\Ïj›v‘¦0>ž¦›\ë%ø','',0,'?'),(_binary 'Ë“o\áY6\ß_…lyûD§','wp-content/themes/houzez/framework/stripe-php/lib/Service/PromotionCodeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PromotionCodeService.php',0,_binary '?=ž™{2z$\Ù\ç\ß\'Á',_binary '?=ž™{2z$\Ù\ç\ß\'Á',_binary 'q\rQ›:T\ËS\ê›~Wò‚ˆk£©·\ì(\ÌÁW†','',0,'?'),(_binary 'Ëœcªr—¬_­\Ü4}¦','wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÚpW~¹»—\ß@«+\Óh\0B',_binary '\ÍA¤L\"™yñ5üñþË®;\Ó\ä$!\Ì>ÿ\Æ/º$','',0,'?'),(_binary 'Ë¤Ô’{%kò¥Ž#¶f\Û','wp-includes/js/mediaelement/wp-playlist.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/wp-playlist.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nW\Ãi¸žz\ÖT\ÈÖ¯',_binary 'Û”<œ¨ŸQŠy\\úBš…u|\éÍ\èûÂ‹f\í²C|d','',0,'?'),(_binary 'Ëªû;\r‘\àni6\î;ñ\î?Á','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/js/a11y-dialog.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/js/a11y-dialog.min.js',0,_binary 'H{œ\Ï\Ë\ã!x\é ;¯®ý&',_binary 'H{œ\Ï\Ë\ã!x\é ;¯®ý&',_binary '¹@¥\ê\ïƒD\0žúF\Ê\Èe½\Ö\îÖ˜\äy.¸…$\Æ»','',0,'?'),(_binary 'Ë¬ó4 F™<\\&†¥“\æ','wp-content/plugins/wp-rocket/inc/Engine/CDN/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/Subscriber.php',0,_binary '²°C ú©¥Búo\åYx²£',_binary '²°C ú©¥Búo\åYx²£',_binary 'V\ç©8¸O$’ñ\Ñ\0\îŠ\áÚ±Œÿ§2/`\n9I\ÎM@øz','',0,'?'),(_binary 'Ë®úa\ZyA’B\ë\Èo\ë·Kl','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/s2member.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/s2member.php',0,_binary 'y–‚‰›ýb\É#EK‰\×',_binary 'y–‚‰›ýb\É#EK‰\×',_binary '¾>1m°\Î©z:ø\Õ\ÝXx M—_t†˜\È4F2‰\"H”<','',0,'?'),(_binary 'Ë´Ú®n†D·lm‰\Ú\Ò9ó','wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±¨]oo¡§	¢\í¨',_binary '¥÷‹ò”Qš»©²\Ù@\âIR –\n—˜\röp!Y7=çµ…','',0,'?'),(_binary 'Ë¸nQ=pF+*D~ö] 5','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï|{!C”º\æø\Z\í.',_binary '§yZ’£<Á\ÍU\"\Ìç¬’Y)\'\ntõð´iFþ¬»\ÐN‚','',0,'?'),(_binary '\Ë\Ã|\Ì ´ž2l¼J`w\Þ\r','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v5.php',0,_binary '\\¥±\ã\\¡ƒú\ß\Ì¼„°\Ä',_binary '\\¥±\ã\\¡ƒú\ß\Ì¼„°\Ä',_binary 'p\ÎZX\ëÀt\Í%If$\×,¾=\'\Ò\Ïý;có_Mñ\Zº','',0,'?'),(_binary '\ËÇ†\ÜQ½_yœdö+£','wp-includes/sodium_compat/src/Core/XChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/XChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X†ñU iU0\Æll9ýc',_binary 'þ_\Òv$\í¸U7_‘*\r?¬+ó^÷Œâ‰¾¾Ä€','',0,'?'),(_binary '\Ë\ÑN0•ž\äHœÅ†±','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsReportsSaved.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsReportsSaved.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÙbŽÈ…Fõ¼\Ì\Z\Ö\ï¦þj',_binary '\ê{zª=µM[\ê\ìuÝºšõ“/$š8M¤C~·\×\\”=','',0,'?'),(_binary '\ËÒ­\ÚPS\0«W¸‡–ù+z','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php',0,_binary '%÷¬ž\Ì\"\ç\r\çž\È?Xýi',_binary '%÷¬ž\Ì\"\ç\r\çž\È?Xýi',_binary '~\ã<€k°\ZSe\\úQOTÿ}`™q r˜ƒ\ìÏ€','',0,'?'),(_binary '\Ë\ÖÕ¯\ç\èp®±þ°\ÜQ›z\Z','wp-content/plugins/updraftplus/includes/Google/Service/Resource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Resource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›9 R\Ó,\Ø|…\îµ\à¯',_binary 'k”j‘µ‰‚±É“ð{\ÕJñ’²jJj…T\ÖÃ$O[','',0,'?'),(_binary '\Ë\Ö\æ»Nú½\0\Ù\ÝÜ¹\Ît','wp-includes/js/jquery/ui/spinner.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/spinner.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«.$ú9¢Í¼\Û[zo\Ñú\Ú',_binary '@\Ðüe8XejŠTÀw[ºÂ¯E=\ÕK!\\\Ä¬ªP5D¯¸\â','',0,'?'),(_binary '\Ë\Ú þD¿\Úm¢¸¶\×\ã%','wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ\Åÿ;Yž‰“\Ú\Üü…û~Ï£',_binary '\Ø;¿\äWÉžã£Œ£S\nöN\ÞUˆPõ¼iI¡0Sv\n','',0,'?'),(_binary '\Ë\Û?ˆ±É¨“\ãH«]‚?','wp-content/plugins/revslider/public/assets/svg/action/ic_card_giftcard_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_card_giftcard_24px.svg',0,_binary 'È¾\á|£™§sOÀ#4cŸ',_binary 'È¾\á|£™§sOÀ#4cŸ',_binary 'Uºb\ÞTùL\Ô¿\Ñ\éržg$\ÏT)\\w·\ï\è^³X\Ç','',0,'?'),(_binary '\Ë\Û\ï\r„¾t	‚\Î\0¨…&ø','wp-content/themes/houzez/framework/stripe-php/lib/Dispute.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Dispute.php',0,_binary '8ŠÜ™sŸ…øª\Ð÷',_binary '8ŠÜ™sŸ…øª\Ð÷',_binary 'hEºKõr½q’G[¥“¸0£$´nª\Ý\Å5h\èü\ß\×8','',0,'?'),(_binary '\Ë\â\\\Ô\r\Ð1 pœ¼x‹Eõ','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.lt.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.lt.min.js',0,_binary 'W”O<€—·A±`\ê',_binary 'W”O<€—·A±`\ê',_binary '}\à+V¨YsPX\Ç8œ É™‹\ÚAD£ˆù­Y‰t5\\','',0,'?'),(_binary '\Ë\ä©YA‹m¾¾\Ë<S’9','wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£*€\Ö\'\ã`¸¬\\Ka¯dõ',_binary 'Tÿ“g\å \ê5\Öc£o1d7\Ânf‘\Ê\âÒªj¯Óž\â’','',0,'?'),(_binary '\Ë\çÄ¦\ìzYÝ¾µ\"|¹y\Ï','wp-content/plugins/wpforms-lite/src/Admin/SiteHealth.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/SiteHealth.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\ê_Jü¶¦k/“¥8Î¶\"',_binary '\Z¨‰®?l\Õ}Og\ÙŒX;:\ÍM\r\Ñ\n	›Äƒ\ë}° ','',0,'?'),(_binary '\Ë\ç\ë\Ú5Y¸¸–ð\Í.i\Ø\'','wp-includes/Requests/src/Hooks.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Hooks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™\×|\"¼†\âe÷|\Þ\Ýj\Þ',_binary '«\Æ\Â;g}hµñf\Ñ‰×˜>S\àC8Š\Â\Z\Øñ1\à','',0,'?'),(_binary '\Ë\ëd\ÖI–KÆ¹\ìv\Z÷0\Ç','wp-content/plugins/wordpress-seo/admin/views/user-profile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/user-profile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3w\ÓPúÏ‡I~ƒ¿Kü',_binary 'Æµ}ÅŽžŒ¸\Õ$Ò¬7ús\Ä:ú\É\í6¢—bñ X_\êŽ\Å','',0,'?'),(_binary '\Ë\ïv\íE,¿-O\ä{\Ïº–','wp-includes/link-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/link-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G\Ðe™ƒ\Z¯,§ÿ±r!\\',_binary 'H©õøR¬\Z”2\'H…Œ\×a#”qò\å\âsÏ»£[\ïò`','',0,'?'),(_binary '\Ë\ïþ#XEMòLY¬‡\"s‰3','wp-content/plugins/wpforms-lite/includes/admin/admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠB;C\\\ì Šó\æ\01ø',_binary '\Ù`¶y-›$V»#\ç¢qöB8¡úþA14&D!\É7²|Y','',0,'?'),(_binary '\Ëü\ÊMgù)\Ë7öD™t\ç','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Profile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Profile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íX¨\åkÒ¶%¶	À˜/±',_binary 'TUX})¢ƒ;\Õ\âX…9””\å\Ò);a\Þ#\Æ\ZÉ­”M\\¹','',0,'?'),(_binary '\ËþUv\ØQ\è­YÌ¨”P','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg',0,_binary '{¤,ñ›÷\Éqü<+\'',_binary '{¤,ñ›÷\Éqü<+\'',_binary 'MòMUŒ¢4@Vˆ\Ûx—G®0½\â½ýV\rp&/¹N\â}','',0,'?'),(_binary '\Ëÿ\â\ÇM\è°4§ôh×±Q','wp-content/plugins/wpforms-lite/assets/images/challenge/getting-started.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/getting-started.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤¶ŽQ%Ofƒž=c\ÈkN',_binary 'Ì¶û°o&¤\ÈÞ¹–‘\äÊœ\Î8W»ø–¯™1\n7\ÍR','',0,'?'),(_binary '\ÌB˜\'ž¹ð¿Õ´?õ]\æ','wp-content/plugins/wpforms-lite/includes/functions-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions-list.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\îE\â \æ½\îÎ¨oÔ¨\Ü',_binary 'k |ð‘GI¤bv<®ª¨„\ÇfEs\Ã}u`y0\Ê','',0,'?'),(_binary '\Ì%\"T£< À‹…³ñ‚','wp-content/plugins/updraftplus/includes/checkout-embed/readme.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/readme.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»´±kfH[h¤—‰m‰\Í',_binary '\Óhk#ž«l\Ì#\Æ÷x\åò\ßv¶‰xR÷¡pf\nô','',0,'?'),(_binary '\ÌYu¤jd]f»?1PdB','wp-content/themes/sinatra/inc/admin/assets/css/sinatra-meta-boxes.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/sinatra-meta-boxes.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³›#LoK®i„,\î',_binary '\Ù<Ÿ\â\ãI¢¢mUÃ‘ñ9\Ê2]£\Ëv\Ùx&lƒõž','',0,'?'),(_binary '\Ì³´3+»oY	©µ','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßrùJº\æ²\ÛÆ·\\\ã\âL5h',_binary '¯\å=]\r\íGl\"±>·¨’\Ö…\Ø!§Ø·.ye’6f*\ë','',0,'?'),(_binary '\Ì­\ìALe\Ì0®%\"3´','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/mouse.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/mouse.svg',0,_binary 'ruý\ä©\Ù\\10`?õ\Û',_binary 'ruý\ä©\Ù\\10`?õ\Û',_binary 'zi\Ê_˜±ó’qÈ‡£ù`te5Yp\n\í2,Û±œ\Æc±','',0,'?'),(_binary '\Ì!\éLT\á3•Ÿi\Ù\êx\Å','wp-admin/update-core.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/update-core.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶:$§ýZ\äb«Ö¶’\Ü.',_binary '÷s(5\ïø`k®rjˆMÿM\ïŒ%˜\ÜsXÏ¹¤\ÚJ\Üs&','',0,'?'),(_binary '\Ì&¡¶\Þ\â8I¤\È]\Ö\ái³','wp-content/themes/houzez/framework/stripe-php/init.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/init.php',0,_binary '3¶×Ÿ¢pfH¼ü!\' l\Â',_binary '3¶×Ÿ¢pfH¼ü!\' l\Â',_binary 'œ—@\å4:ñh\ë\Î6*lmw\ÓBgð»6§\Z\Ê<<ü+¦','',0,'?'),(_binary '\Ì)¼k…&¤º\\`‰_i)ò','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7ð\0r®\àžn8I)\á±xk',_binary 'cû¤\çž]\á0 ûŒ2$J\Ø$‚\é\éB\Ê\é\Ö3DþA–','',0,'?'),(_binary '\Ì-j¬YmŠN\Ü\ß\êõ}” ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Status.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì,y\Õ\É\'²¢\Ê\Ùjü\È“',_binary '\â?ò ¢Þš \åú™#‹6f*–Åÿ\Ê\'\á7Á¨F\Ðõ','',0,'?'),(_binary '\Ì.j¶/û@\ífHZª\ÜX¨','wp-content/plugins/houzez-studio/admin/js/i18n/zh-CN.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/zh-CN.js',0,_binary '„¶85{á¤““B¾Õ©‡',_binary '„¶85{á¤““B¾Õ©‡',_binary '*Ï¾+F±\\=²øªú\È*Q%}…u\Èí¶Ë­4','',0,'?'),(_binary '\Ì/¦}‘¡Â¦•\ÆkA¸Zj','wp-includes/blocks/query-pagination/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í~ªuò‘½\à‘\â\îdN\æ',_binary '÷$\ç¯Ô¡i¥\ã\Çxr:`•k™G±r«?ù™‚Õ‰¤\é','',0,'?'),(_binary '\Ì0\Ð2\Ñ1?\Ø!£·8\ØR\å','wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sˆjh¸…K2(\Ø]@`üqQ',_binary 'FR+þ)úR|^ô<yU­I\É¥9u~–ó™¯\éFG\Ä','',0,'?'),(_binary '\Ì4>¸{n\Ð÷\Âu\Ñ^-‡µ§','wp-includes/Requests/src/Exception/Http/Status404.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status404.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I!Ä‚\àf\ÜöZpL.re‡',_binary 'rc‚\ížc±†\ä5»\Z\ï„·:º^K”\ÑýY®R|','',0,'?'),(_binary '\Ì7gÂ†j¸\èw?«©ð²','wp-content/themes/houzez/template-parts/header/partials/social-icons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/social-icons.php',0,_binary '‚SCgH\Ã8–ª§žld\n',_binary '‚SCgH\Ã8–ª§žld\n',_binary '_¹»À’$töT7eÙÌŒ‘LP1±^tL\Õ2Š·”L¾','',0,'?'),(_binary '\Ì=`\Ê:‚°º®Ÿòx~”\ë','wp-includes/blocks/site-logo/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o*r#\ÈCŽü¿pw¨—\Ð',_binary '\Í\Z‰\ÆQ»\Ö\n§«e»¥\Ðq\à\Ó\n´¼²x|ZûñÖ£','',0,'?'),(_binary '\ÌJ$\ÅýB\Óq\Úö\íûD¦','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '31Ý¤\àí¼™“²!ð\Ô',_binary 'HkS\ã\Ämw^\Ó$4 ;oÀ$D%\ÛSJ±\Ð\ëõŸ\Ä','',0,'?'),(_binary '\ÌM\ÏTq&[?ýù>ì¹Š\å\n','wp-admin/css/colors/ectoplasm/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ectoplasm/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ña\Ôb\æ.3\í^\ÝDSo',_binary 'ˆxªnûˆ’0—´ #¡G.±ì¦¡!!—i\Å»ø\È','',0,'?'),(_binary '\ÌM\è\Ö\ë\àz\ßÅ­Yºü®','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ØG\ÓJû‡u;Q\ÔZ6ø½',_binary 'ÿû…\ß\\MUŒ\íKhQ¯wÀC©¶i\ÖV´î¢¹²\ÎJ\'','',0,'?'),(_binary '\ÌTZb5¡–¹Ò§51','wp-content/plugins/houzez-login-register/social/google/service/Google_Service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/service/Google_Service.php',0,_binary '!6\'Ï”?GŽ\Í&;%1•',_binary '!6\'Ï”?GŽ\Í&;%1•',_binary '=\â>4K[n\êWƒ\n(q\å\ç79\Ð]º\á\Ç#\'\ï$½J\Â','',0,'?'),(_binary '\ÌVÚ®™œ\Æ\êM¯\éjÓ','wp-includes/js/plupload/license.txt','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/license.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u&\n©TIŸzº«ªˆ+¾',_binary '¼ÿ\0v1£\ês\ÔN\í>cIDÙ¦¾\Ö„I\é­0ÿ-','',0,'?'),(_binary '\Ì[\édñ«†&ø™O48ƒt+','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.serializeJSON.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.serializeJSON.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7«•\×F\\S\Îø\×~ò˜[º',_binary '’¾	6\æC\ÜE\èj<[ýbc&©>-]>´¯^qØm,•q','',0,'?'),(_binary '\Ì]Tr‘`-¶ÿ\Ä8»\×3','wp-content/themes/houzez/framework/stripe-php/lib/Event.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Event.php',0,_binary 'k(úO°“o\äfÿ…\Î',_binary 'k(úO°“o\äfÿ…\Î',_binary '\Ì\ëŠ\êUƒ\0þ%©2\Ð	’\Íõñ6FT´÷†\ÇW›y“','',0,'?'),(_binary '\Ìa$¿:¹4j\ç\0º\ZX\ë','wp-includes/blocks/comment-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â\Ê]\Ç	2—ý\îa4Ú…=',_binary '\Ç<Ÿ\â\ÂSAó\î0:Zý¤Î·«v-\ì\ÃZ¦\ê–E…\Ê\Ø','',0,'?'),(_binary '\ÌmñÇ†Ž\í:gž}6¤Ë©','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-user.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-user.svg',0,_binary '\é¡™ß»i…Ò©¸\ë’\Z',_binary '\é¡™ß»i…Ò©¸\ë’\Z',_binary '[À\äk\âdb	S\æF\Çb;	\"9ÎžSy&†Q,Ž','',0,'?'),(_binary '\Ìo\ÌX”€¶±L\Õ5\Ë\É_µº','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/325.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/325.js',0,_binary '\Ù\ÖðC#IÑ±ªý%j(',_binary '\Ù\ÖðC#IÑ±ªý%j(',_binary '|9\î…Q\é]aûÁ=¸\à\ä\Öó.ÔŽ!/F·sj«>','',0,'?'),(_binary '\ÌtgÓ±ü³¿ún0\î\\%¶','wp-content/plugins/wpforms-lite/vendor/composer/autoload_namespaces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/autoload_namespaces.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\á,}vÄ¨3¼õGÀ\â)©',_binary 'E½r4@\0¸Ô¡$¦\âz\æú3ð¸$l²\ê\Z\Ð`i\äex\Ãl\Ê','',0,'?'),(_binary '\Ìx\nÔ‡\ít,,¨:ü\Ín\Æ','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éòžeê®²I5\Åð6{–4U',_binary ']\Ú~‹¥§€G‹9ö\ÈÙ««©\ëq)™\Îÿ],d­˜','',0,'?'),(_binary '\Ìz¼\â‚t¬Ur¨o\\gõ','wp-content/themes/houzez/js/vendors/i18n/defaults-fr_FR.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fr_FR.js',0,_binary '~Fl”!@½ñ\\\Ãc\Û\Ò',_binary '~Fl”!@½ñ\\\Ãc\Û\Ò',_binary 'm\Þ*½šüÁ*Ñ›@Æ‰4£¿ž{I€\à,EFc\"‘:(','',0,'?'),(_binary '\ÌIWœ\ìzm#ºxix¬','wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^þ˜[†Ì‹¤ —eÀ—u',_binary ']Ñ½¥™>Œkò»K²\Ë_Wø¿\Ë1\é1\âh\r-Qx\ÜqO/','',0,'?'),(_binary '\Ì…t˜lZ|\ÎP\é J¶B','wp-content/themes/houzez/template-parts/realtors/agent/listing-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/listing-tabs.php',0,_binary 'U^DŒ)›¯‚!†„\É#',_binary 'U^DŒ)›¯‚!†„\É#',_binary 'eUˆSh°O{—\Æ\ïò¡8¶^¦÷R\×\í±\ZYƒ»ž\í©','',0,'?'),(_binary '\Ì\Ñû i›\ïn°j/\Är¼\Õ','wp-includes/js/dist/i18n.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/i18n.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨|\Z‡»O™\í¾\ì|71\Í',_binary 'Fx& ‚wu\È\éŽÁ›\rI\ëƒ\ïªMi$Ï¾\æÁóZ`‚G','',0,'?'),(_binary 'ÌÔ‘¦A¹Ha]ª\':©','wp-includes/blocks/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Cœ9W™x2%Íœ©N®³',_binary '#}²nÕ¡@Sr¯|w¬X:WøX\ëDA\ïBhó\ÓÇ¹','',0,'?'),(_binary 'Ì\ï=>š\Âeú«ž§$\à','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg',0,_binary '%qÉ€\×®\Z\àƒ¸žt\ß',_binary '%qÉ€\×®\Z\àƒ¸žt\ß',_binary '|\É\×\Ó$¡¹q«\Ò\"2ˆJfV¸w‡\Ìþ\èP±\Ú	\æ\äU‡','',0,'?'),(_binary 'Ìƒ]\à\ë\rtª*>Ä›','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-tabs/tabs.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-tabs/tabs.js',0,_binary 'c\ÎÐ¹<\\³YAi¼\ì3\Å(',_binary 'c\ÎÐ¹<\\³YAi¼\ì3\Å(',_binary '•\'\á\å\Üù!\ïzwaŠy\Ç§ž¼\ÄiW­{…\×8§','',0,'?'),(_binary 'Ì…\Ö{‰æ„µþqôI6\Þü¼','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹\0¯‰\é[Žˆ\Õu‰!WD',_binary '<Dþ\ï[ *waPû2µ¦E1iò¨°¸hU_(:œoŠ~','',0,'?'),(_binary 'Ì†¿ðcˆŸj<<¹óû{$','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~)\Â2ˆ8>a=Bu\ìŸo8',_binary 'Á\Ñð]m`µÉ¯q)’\çt§xú1Ÿ|$Cÿu^\Ï—¦','',0,'?'),(_binary 'Ì‹¸q\ÈB3a\êY\ï\ç-ö','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û\0`\'}·(ƒ¥ƒb·†ŒA#',_binary 'c,€Bp£2ý8 \Õ\í¨0j‡7}hp-ùòå®†','',0,'?'),(_binary 'Ì™~üÈŒÃ®+\ä\íbyÈ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùÇ„÷úç°•\ÃÛ¹\ß3w',_binary 'Ê£>yqÓ©\äf_#›»¼Š†QŽžu\ÈW‰\"•^?¥\Û','',0,'?'),(_binary 'Ì£¬„€\Z§³%\ÈL«','wp-content/plugins/wp-rocket/assets/js/lazyload-css.js.min.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload-css.js.min.map',0,_binary '6¤‘\Ô9\Ñ^nFW\Ý\à\Ùð',_binary '6¤‘\Ô9\Ñ^nFW\Ý\à\Ùð',_binary 'Í² —\ËÍ˜¨M{!i¿¯OÀª,nñ×²¢®\Þý\íð\á','',0,'?'),(_binary 'Ì¤3‡\Ïk¤M62ù½D]','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6Ô¦‹\ç#“hlÜž‘s­¿\×',_binary 'Y\Ã\É\ã(z\Í\êk\\ÀÓŽÌ‰1D~\Ð\æDr$ÖËŽew“\Ø','',0,'?'),(_binary 'Ì­óÄ¨žuA\ìo\í\Z','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementFilters.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementFilters.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G\Ö\Æq2\Ý]ý†$QT',_binary '°þ…\ä\étm‚\r`IŒ-ªQ˜0rA£\Ã,\Ê\Æ\Éú\Þ÷M','',0,'?'),(_binary 'Ì¯cŸqŽ\Z›¢Sš2P','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Assets_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Assets_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’t<\Û\ßof©\Ç\íz“\å',_binary '3žþ¤>­„^L+g\\‡.œS\ÓlÏ™ÿ\Û\×¿‹At­\Â','',0,'?'),(_binary 'Ì¯i\Þ_uP„\Øù™º=ª','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/FinancialAccount.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/FinancialAccount.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0YW\ÂåˆŒG\Û\ê]\ãµ	\Ç:',_binary '\Î\ÂNJ$E\Ã8ººIXT9h\Ë6ø\ë\ÔÎ‘¬2\éÌ¯ha','',0,'?'),(_binary 'Ì¸¿¬™-]\ZŸ—‰nü','wp-includes/sodium_compat/src/Core/Ristretto255.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Ristretto255.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k9÷wZ\Ö\ê~˜¹ øô\'',_binary ' z¾`WN?]ýÓŸB,K„õ\ÈJl´\êŠW±¨>k¡','',0,'?'),(_binary 'Ì¾rX\Î[¶|¬\\XS\æ\Ãú','wp-content/plugins/wpforms-lite/src/Emails/Helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pr–¨\Ýù¶\Ø_u \\n&',_binary '\nñ\Ði!ilK‹á– ¶Ok\n\íðsVcˆ#žóý','',0,'?'),(_binary 'Ì¾\î¢<û€:šRP°','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/AllInOneSEOPack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/AllInOneSEOPack.php',0,_binary '\ë0!Ä›Cæ±Ÿþò\róÒƒ',_binary '\ë0!Ä›Cæ±Ÿþò\róÒƒ',_binary '<ˆ8\\­)viXƒ>”ƒ¶’¦=„­š¢˜{0\×ó s','',0,'?'),(_binary '\ÌÃŠ5ff\Í;,G!\'öó\'-','wp-admin/css/colors/ocean/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ocean/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mF8\n8prX\0;9t%\ì',_binary '%®`\â¬E‹m\é±jxZk!³	þ±•\í\r4›ö\á','',0,'?'),(_binary '\Ì\Å\Î\ê\Õ\";+\Â\rxu´\ä\Êw','wp-includes/js/mediaelement/renderers/vimeo.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/renderers/vimeo.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À?\È~s\Ð\â\ài6G¸/',_binary '­\Ë{ƒö“\Ûw˜\Ø-\rþŒŠªzF\áv_€û\\wf\Ë\â\å','',0,'?'),(_binary '\Ì\Ærðr=s\â^$JAŒ','wp-content/plugins/revslider/public/assets/svg/action/ic_code_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_code_24px.svg',0,_binary '¢\Ü:\ÉV‚ñ\"\ÒÁ§v ¿',_binary '¢\Ü:\ÉV‚ñ\"\ÒÁ§v ¿',_binary 'ô•´„’a«FŒ\ÎÞ€VŸ?n}+\åò\Ç\Ç9Ÿ”W`«\ã','',0,'?'),(_binary '\Ì\Çmú;Ú“?-\Ø\Èõ\Ê','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/XPathExpr.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/XPathExpr.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êVÆ•‘OË–\ÆÑ ¢§wh',_binary 'š7£½\æ@Œ6\Ô0y	»\0¤\ZB\ì(`\å†L“¿t£','',0,'?'),(_binary '\ÌÇŠ·EÁv–c,\îØµyS^','wp-includes/images/crystal/license.txt','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/license.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð]µLc\ãiG›fQ“\r\Ï\ç',_binary 'v\è\Úpm„\Êc\ëø6\ßY~\",!V¹\ØEXlül\ã\"z\Þ','',0,'?'),(_binary '\Ì\Ð)þ5\ÔÀ)™j›\îŒ\0Š¹','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-pagespeed-insights-e5394ed3d712ca668967.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-pagespeed-insights-e5394ed3d712ca668967.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãE#}©\Õ\Û\çþ\æ±;\à%',_binary 'ÿRJ+‡ÜŠ¥f^Vò\ï4ÿ\\\ã	D8”eA\É2õ!a\Ò','',0,'?'),(_binary '\Ì\Ñ\0ó£^L§R`,\çV“¿#','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/bootstrap.php',0,_binary '+\âg­Ž\ÆR{œš\áBø\Ê',_binary '+\âg­Ž\ÆR{œš\áBø\Ê',_binary '–*\É\ïnÆ“¦™\"\Òxm, ±\Z\ïv\çJJ§žxS*Í¬','',0,'?'),(_binary '\Ì\ÓU`)\Ý\ç:\ÓB¬\Ót*','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor.class.php',0,_binary '…/[ÿ/P\ï:j\æ\å†G',_binary '…/[ÿ/P\ï:j\æ\å†G',_binary 'L>EPZbw·,^\Õ\ïs\íIÀ\Ó„Ab|9qI´C?','',0,'?'),(_binary '\Ì\Õg~\îmy¶s\Ì\ï–\ê','wp-content/plugins/redux-framework/redux-core/assets/js/media/media.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/media/media.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•K•þŽ¸l±Åž\r-Ö°',_binary '7¬8m\×M5b>€\Ö‡i™¬¦$X¤¬!','',0,'?'),(_binary '\Ì\Ú‹¤\ãOaIm§{õ^H','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬;u n»?\êŸ3k-Hw',_binary 'ª\Å\"\äøb\ãaˆ\Ï\ÓrþŠž\á\Ö\ßE\Æ@ð\ÄZ›¸\Ó','',0,'?'),(_binary '\Ì\Ü\îÜŸrlS=üHò\È\Ël','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesAdSenseLinksService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesAdSenseLinksService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄH\ì2.Ÿú{¼\ß> P{',_binary '˜ó\àÀ5\ìWúG¥·˜°óÿ€5‹@MMt\çøG\×|\Ô$','',0,'?'),(_binary '\Ì\Þ\Ì\á\æo™>h¡\ãÿs6\ä','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒúozÁf\r\ÇÀO{Q?k',_binary '‡P0\Ù*/WUB\Þù“!C9e\È\'÷j\é¤!—\Þz','',0,'?'),(_binary '\Ì\à-:\ÈWrb\ÄLu‡º\æi','wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\Ï*½+\Zþ?™±U’ª',_binary 'ÿu$™3\Ì;{–Še\é\Þ\å-©…\Ú$tKÀo\ËR·\ãž\Ê','',0,'?'),(_binary '\Ì\á\Ã\Ê$—“yþf\éX\éñ\É','wp-content/plugins/updraftplus/languages/updraftplus-ur.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ur.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùN\Ãð!X\"ýG…K\Û\Ø:\Ô',_binary '\Çø;I°Jcø¨µ€´,«²\í\r\ß\É\År‹&¨Ü´\ã\àU','',0,'?'),(_binary '\Ì\ëÃ¶kqCú\'Š¨\äúOƒ\ã','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdUnitAdCode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdUnitAdCode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oÍ¹\êpo|.Š\í\Ê^­\Óf',_binary 'òw\ï`ø}\íƒ\ä\Ò÷§Kð‹*3>\È> + .v\Í=­bú','',0,'?'),(_binary '\Ì\îvs2}÷U£¯e\ÙLþ=\Ã','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úd@»$k\Ëb\Ç\Ò!\à\Ú',_binary '7¥8‹3Jf5ó\ÐL…5~‡˜;Ç«uŒ°,ÿ\Ý\Ó\Ð','',0,'?'),(_binary '\Ìñš%´)>\Êõ*|iH1)¾','wp-content/plugins/redux-framework/sample/sections/extensions/accordion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/accordion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(®Œ—}„–ð½R‘Ó€',_binary '¸A˜“\ï\Ü\ÕÀ}:vD%^\ÐJšŒ\îm]\ÜÛ¨Bd£ª²‰','',0,'?'),(_binary '\Ìù\ë\îß¥\ÂrWµ?¢]','wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚_¿|†¡R=\Þìˆ¸\Ã-',_binary '\èÿ7ñvc\n÷c W\×ó\ã1j½Ã˜\ë\êV‚¤ò.%D¿','',0,'?'),(_binary '\Ìù€M\\U2½Œ\Ç\É\Ïx]{8','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dbsHhOW€u¢\Õ\ßÅŸ',_binary 'úh>³U:p\Z¥¬¡®Ð¢.E÷œP\×]°wcõÿ&¼|','',0,'?'),(_binary '\Ìú\rZ\0ôJ=\Z¢\î³nkû','wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßpx.\Ä\î¥x\é\0›·4þ„',_binary '@*Y‚@ñ¿\Ê!Q\\\ì«\ìdð®\Ú4$¾4ÿÁN´¸`\Zº','',0,'?'),(_binary '\Í\0\í8Y\âÁæ»—\r]\ä0\Ê','wp-content/plugins/insert-headers-and-footers/includes/lite/admin/notices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/admin/notices.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜD0t\Ñ¢–^ˆ«î¢‰',_binary 'V32i\á®\éŽ}gc$#:_ø1„]+kúœ\ØPj','',0,'?'),(_binary '\ÍÀ…\Õb`© œ`<\Ç\"®„','wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾_\'•\ÎsSªûùb\Ü]\ê',_binary 'Ý³\Æ\îÖ¬Ù¨õeu\åVRa–§ ¤+\Â\Å\Ðe&t¤€','',0,'?'),(_binary '\Í«ùv\0ñ\Ût)x!£m®³','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/jquery-ui-1.10.0.custom.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/jquery-ui-1.10.0.custom.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\î\è\â,rÝ„\Îh\ë²û[',_binary '‡\0\0b*ŸF•cJq\"e´×›L2?9„7¨&¢c”9’','',0,'?'),(_binary '\Íß®\ê°õ°*\ÐPöq[û','wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šr8€¡h`j\ç&t	\r\Z',_binary '­VB\ÙH84O%’/bÐbJ\è\ÈB\Ê}!nv¨7\ç','',0,'?'),(_binary '\Í2>\Ê\Ý:mz=	6Ù£;','wp-includes/blocks/comment-edit-link.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-edit-link.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„œ‘\Ü\\F\ëÂ¯‚††^ó\É',_binary '(uÀM¢vsF¯\âŸ¼R\'½±V–G—‚¢DP\ÆDn\Â6','',0,'?'),(_binary '\Í\à\Ó\æ¹i\ã\à­OôfA','wp-content/plugins/redux-framework/redux-core/inc/themecheck/lang/themeforest-check.pot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/lang/themeforest-check.pot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-ð•\ÅJ{t\Ö0Kù¼/O',_binary ';×¯cW‘ÛµLRòŒB\æ^\îT¢y\Õ\àl¦Ô®8\à=x\ê','',0,'?'),(_binary '\Í\nU\ÐLñ½\ÂJ\Úða¶÷\Ç','wp-content/themes/houzez/framework/functions/stats.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/stats.php',0,_binary 'xÙLÙ„\Û_DuÍŠ.',_binary 'xÙLÙ„\Û_DuÍŠ.',_binary '°ü\ÞD‘O5w\rsWAû\\ii ´›,\Ù\Z\0©\îQ%\Î\â','',0,'?'),(_binary '\Íý\ï}\Øß‹L+Ã»³ó½V','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricCompatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricCompatibility.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ów0²£Ú¶<\Ý-™e0ôfH',_binary '\Ûô\ê{ã¨«\ÈN„\ï\Ù>PK‰\Ú?n_ÿ&úý\Ä\È\Â','',0,'?'),(_binary '\Í©ÿ\á‡p÷jÖ›`’\Èw','wp-admin/css/customize-controls-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-controls-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â{YuQÈ«\Ãó–‰õ:\Úú',_binary 'ªe«\n‘¾a¼d¤K\Þ.øNUñºŸ\êzü\ér\ÒXv\Ä','',0,'?'),(_binary '\Í[r\Ü öMð\Ñ_A7O','wp-content/plugins/updraftplus/images/icons/s3.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/s3.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Zõ\ßÄ?\Ýù7!²\Æ\âG',_binary '\Í\ZL\æ²Àr\Ô&\Ð\é¦>e\Ä`\Å\r\Ð…Zo\ç ´x6','',0,'?'),(_binary '\Í¹þ]4\í	#\ÕC\r—y\r','wp-content/plugins/houzez-theme-functionality/elementor/controls/autocomplete.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/controls/autocomplete.php',0,_binary '’`¾>ë€øýV\ÄÈ­ÿ',_binary '’`¾>ë€øýV\ÄÈ­ÿ',_binary '~EU>%Tp~”\ë«\âñ\ç\Õ\Ñ5j\\-Æÿ\×\àF','',0,'?'),(_binary '\ÍKz[\Ñ\"rÙ‘<ñ½=\Ü','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bg.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bg.min.js',0,_binary 'TÔ‰òœ¿ñAšG\Ù7=E(',_binary 'TÔ‰òœ¿ñAšG\Ù7=E(',_binary ',ö5G\rH\ÚLeÍ„À\í^¸õ¹\Î457%¹ƒ1Ñ‰m³÷\Ô','',0,'?'),(_binary '\Í\Ï\äz½m^2ÀüØµ{\ÃP','wp-content/plugins/revslider/public/assets/svg/device/ic_sd_storage_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_sd_storage_24px.svg',0,_binary 'ò¯$ñN¬o\×I\Øg\ÕBú',_binary 'ò¯$ñN¬o\×I\Øg\ÕBú',_binary '\êg\Äl\Îý¥øò¾\êš „\ì7¨I¤\ÛÕ\é\ã\à\ÄA=¡','',0,'?'),(_binary '\Í‚²8\å=Gsñ:@Kn','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-instagram.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-instagram.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0>uj¡ø=Ö¾2ˆ&\r¶',_binary '/šŸG»©\'·^\Z­’Ž\Ñ\ç\ÕoJmGû=±®S¤÷','',0,'?'),(_binary '\Íd\Ý\ê\ãlP‘O\ê’ùI„','wp-admin/network.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±‘º*J;uc^0Róµ',_binary 'T•\Âý÷`–h[…ršTŽU‡²Žg\é+¶¡«¤4','',0,'?'),(_binary '\Í)<ú\Â\á«¼\ÈtO´Ÿr','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\Í)\Ä\Å\äò\0Ÿe‡_\Ô5=«','wp-content/plugins/wordfence/lib/diffResult.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/diffResult.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\èQ ¼ª½\ífú7\ÅF',_binary 'õÒŽ“\ÎE\ÔõˆóØŠ>^!jº¡\0O’€\ÆcaŠ´^°\Ò','',0,'?'),(_binary '\Í3Ð·š\ëý‚Ù´g\ÚñW','wp-content/plugins/elementor/assets/js/responsive-bar.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/responsive-bar.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷5$3\Ç\ÔúB“þZ\Ö\ë',_binary '\"pû$\"p\ît&õ<x²†®y\Åd4½¶\×hK\\*','',0,'?'),(_binary '\Í4g\Ë43\Ê!\ÎB\\êŸ‘²','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û\Ô\×\Ñj\áfK_e²RÝœs',_binary '‡ˆ\Çw2ù)\ï##FóŒV˜­¨}Ö„¾ \Ö\íŽ\Ï','',0,'?'),(_binary '\Í9ÿ?,—{XI2d‘«Ó‡','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/DatabaseManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/DatabaseManager.php',0,_binary '»\×c([S¥aa4wº<',_binary '»\×c([S¥aa4wº<',_binary '¥pÒ BiB9\î\ZWÖŽù¦†\ntÐ·‹~\å¨\é9O\Ê_','',0,'?'),(_binary '\Í:=S`Ó¸}ô³Ýƒö÷õ°','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Date.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽV¹ñ(MY¥ºü\Ç)\Ö',_binary 'F-¹ª+\ë˜ú`ðÂ !ÃœY¥‚p“\ë.H÷/m','',0,'?'),(_binary '\ÍE\Ç8T‰%Gk\ÈW®Á|+','wp-content/plugins/wpforms-lite/assets/lib/md5.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/md5.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±±#¿·›\é\'’\ï)o1½',_binary 'E9:§\Ä&H@³\ï\ìÉ²>–¤Ž\æe¥¢‰{=¶\Ê\çZ¡','',0,'?'),(_binary '\ÍIfþc)\Ì\á‡<<Oö','wp-content/plugins/wordpress-seo/images/cornerstone_content.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/cornerstone_content.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',\'ya\ß,ÜŒa*¾·',_binary 'k\ç0Á_\Z+‹“%QÿŒ—\0sóª\ÚT\é\î\ÑK9Hg7','',0,'?'),(_binary '\ÍK=­X\ìa:\Ä\'5¼','wp-includes/sodium_compat/src/Crypto.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Crypto.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-pü˜ÿ‚\0E\Ècbœc¥',_binary '\"\ÚÌ˜ŸLŽ\×\Ù!\Ò{rDnPz^ô\ÚXòjô\ÄûLk','',0,'?'),(_binary '\ÍW¥\ë‚\×dOJ\ê\Ó\ì\Ç1','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-page-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-page-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l@\Ø|	Ë-\ì\í\\q«',_binary '¯\Å9q„%V2>8CÕ‚¾G	\ç\Ä Rø©3\Ü~*\Ó\ìû\æ','',0,'?'),(_binary '\ÍXcôŒK”L®\í4%Ñª´´','wp-content/themes/yith-wonder/assets/js/block-variations.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/js/block-variations.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒD?\Ì,ó™\Ú\ëhLÅœ\à:',_binary '‹=Ow¡vù4q^¯\ÐumžV­nžg¿Uiž”ú€','',0,'?'),(_binary '\Í^&‘ó`R\áy’‹™\ìJ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð\áa§j@DùTØª¶+9w',_binary '\È”q\Æ4q+@g¿©s€vz,\Ø~F­éº¦\r$a\ê\É','',0,'?'),(_binary '\Ídy\ÆÉ˜3Ÿþ“\Ã\ï','wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v½0\Ø\çŒ\ÐÿR8\ÅY',_binary 'mK\É#=P\rhCÅ‘rœˆ(0S]\ÞP-E+\å2³¾','',0,'?'),(_binary '\ÍdšŽ`¯N¿\Í\'{•WRÀT','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/nl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/nl.js',0,_binary '\Ò\×&Žh˜Ÿ…cn˜2`%Í¡',_binary '\Ò\×&Žh˜Ÿ…cn˜2`%Í¡',_binary '\ÊM.ƒk¿\Ê%4^¾p´Ö„v0Eõ]±’&À|+’W{','',0,'?'),(_binary '\ÍeŒnq\Äú™z<\é§Ú¯\É','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\Íi„\Ã7°v$/c\ÍN','wp-content/plugins/revslider/public/assets/svg/notification/ic_mms_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_mms_24px.svg',0,_binary '­~&\ÃQšÄƒptª8—Zo',_binary '­~&\ÃQšÄƒptª8—Zo',_binary '`©“\á\î8©q4\ä?¿‰sBz\îK9›7¤\èN\Ç1^;X','',0,'?'),(_binary '\Íi\áP¢ª±\ç¿bX\Î\êV','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/property-title-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/property-title-v2.php',0,_binary '_!õ\ß\à\á9Û‚R	H}\Û',_binary '_!õ\ß\à\á9Û‚R	H}\Û',_binary '@\ê ²\Ò\ä\ZQr\é3·\ÊÛ€kš°¤šÍ¶IV','',0,'?'),(_binary '\Ím¥L0N\"\ÈT~\ìb\Ü','wp-includes/theme-compat/footer-embed.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/footer-embed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„õZ\Ü«„ò.“+–j',_binary 'ƒi§\ÉDÿAJöÏˆ;v,gc\Ì%‘\çˆ\Ñ	^#','',0,'?'),(_binary '\ÍqÂ§%$$òZ=0\ïf£\ä','wp-content/plugins/elementor/app/modules/import-export/usage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/usage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ9Q\Ø\n©	\í\çP{‰5¸§¡',_binary '\ÇO].v€3Ø•°(%3\Ïì¹³\î/b\í5)K;','',0,'?'),(_binary '\Íwÿ9=Ÿ_\"h%’\×v','wp-admin/css/install-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/install-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°\è{s½`‹;\ä#k',_binary '\Ì\0!½F8\\ä¸>Uv¢\ÛÛ›¾`\Ðrúñn8Od\Ò','',0,'?'),(_binary '\Í{ûJ“\â\ZZø&\Ýÿx³¼','wp-content/plugins/elementor/assets/js/toggle.d79746a764407a0828ee.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/toggle.d79746a764407a0828ee.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð¯Ÿ\\/ø‹hw\Õ4ù\Ý~¨',_binary 'øQn%¼8Ÿ8\à=b— \×\Ý\Þ[v0\Ìv\Æ~ÉŽc¢i¾','',0,'?'),(_binary '\Í|W ž¼£´KžGˆg_','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\Í}\Ð]§\Ý\Ó\ã®}-lºù','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListZonesResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListZonesResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰žCP<\ï\ØÀÉ†ktÜª',_binary 'l)\ì\ØŠ\Øx\Û\É\ã^u»\"H5K³üx¸rEd‡)_\n','',0,'?'),(_binary '\Í=¬hÀÈ„\î\Âk\ëÒƒ(','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ‹ÀKdJ¡¬—ÔŒ«k',_binary '·vs9ð¥\ì\Êó2ø(Ë‹l×ª?aÀ\ÓD|\ÒL\Ô}TQ','',0,'?'),(_binary 'Íˆ‘…\rùƒ”W!oLu\\!þ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/SocialData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/SocialData.php',0,_binary '|BW©;(\Ù`ˆ«ðœÆ¿',_binary '|BW©;(\Ù`ˆ«ðœÆ¿',_binary '~`\ä|\Í\\\éfiy\æA·Ë†hd¤\×|9k\â\ä%\Âé°Ž‘','',0,'?'),(_binary 'Í‹\á;/\ßñah‘\ê\í','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò<aÂ„´³°\ÉÀ\Ä\\l ¡\r',_binary '\ÙH\æñú\Æ\Ç  –’\å\Ñjr\æµu³S\rÆšM\Õ[','',0,'?'),(_binary 'ÍŒ”~Å¤\Z\Ô?r7Z*m2\å','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/TokenStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/TokenStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿S,]\Ò_\é\×\Äl\ê',_binary 'L	 0—4\ÜK\èO„ð\ä’†§¥I·š©õôžq','',0,'?'),(_binary 'ÍŽ3×¢\àJyn\ÎþÄ€M\à','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\ænq*Š\îõ€ZF‰)2­',_binary '\áü&4\"\rQjX\ãmN\"\ã\É?P¾o”\Í\\°\Æõ?¹ùŒ','',0,'?'),(_binary 'Íb“:\Çÿ‰Áä™¡\Ç;','wp-content/plugins/wpforms-lite/assets/images/recaptcha-placeholder.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/recaptcha-placeholder.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾K\\\èHW|Œ€\Í\Å>',_binary 'õwp\Ö\Ðlt¥\Ï%¢!\Ü\Ãú\ÏBÖ™‘OP\Û\æ\èŸÍŠ”K','',0,'?'),(_binary 'Í“\ßY\á36¾\él\ç€Y«°','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\Üv™<h\ä\ä\èð\Î\îÿpü',_binary '!À/\Ì[I\ä+\r©ðG\í²\â\à– DÕ­\Ï7€=ŽŽ·®“\'','',0,'?'),(_binary 'Í—’´Õ³f:oƒ) ®','wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÖIŽw˜}\Õ	›¬\ÛK\îk',_binary '\Òp,öùE\0?¿¢\ïoq\Ý\í\åŠ\Âw—\Ö_/V','',0,'?'),(_binary 'Í¡\r#\Ï\éSŽ?÷','wp-content/plugins/revslider/public/assets/svg/av/ic_playlist_add_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_playlist_add_24px.svg',0,_binary 'II\à\é/\ë7‰\ÚD•\ÎjYdS',_binary 'II\à\é/\ë7‰\ÚD•\ÎjYdS',_binary '¥¯\'ô\Çñ\ë\Ã]IË•·w\Þr7·Z‹\"4KA=™	*‹\Ý','',0,'?'),(_binary 'Í£Ý«Nþ7ž°A\ï#™\Ü','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TestHelpers/TestClock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TestHelpers/TestClock.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Öe\ìÀñŠ³\Çß””\çÿ ƒ',_binary '™}+°?½æ°·\Ðh@øÐµÀrq­¦#‡ZÁ\'\ì¸{—','',0,'?'),(_binary 'Íªu¹owsFC¹G[cƒ\ï«','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kS\Z\×®g¹þNA\0gð',_binary 'Î¤NB¢S>\ç•\Æ]Kˆº8,	Î‰\Û!ÉŠ\nˆ‘\ÛH','',0,'?'),(_binary 'Í¶”jÊƒà°±ýÿ·-¦','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Óþd(Éª»\Ê\'G^\Çe[1',_binary 'sX«§rÉ™·\ïñ{r‡.ƒRX\0‡ð qÎ™@ø','',0,'?'),(_binary 'Í¼~\àG´÷–«ûhú-Z‡','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Data.php',0,_binary '\é\Ô\Í˜pþ\Ò45\à&',_binary '\é\Ô\Í˜pþ\Ò45\à&',_binary '$)…N²š2ðÁz\Ì\Î$”\ÂDÀW­½¦¦Ÿd¤(','',0,'?'),(_binary 'Í½3\Â\è=£¡OÁG\Ä|~§','wp-includes/SimplePie/Credit.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Credit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.‰6\ÍK>.¡³L\ç\Ô',_binary 'rõÙ´ƒ\í@c²@°ù…{R\ÛCGþ³®¥d^\ã>>E\Z','',0,'?'),(_binary '\Í\Ä\Ý_ŠP…=¥³­O)ƒ','wp-includes/Requests/src/Exception/Http/Status402.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status402.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§y 3÷NJCº@wýŸC«',_binary 'R\ã.»-¹	\è‰hk¸V¶ýH™P„©÷‡\'jx˜\Ò`*¾','',0,'?'),(_binary '\Í\Èœ)‹ð¡%ÎŽƒ\îk','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-main-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-main-footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P.Z\0\è‚X–\ç\îC\Ëi/q',_binary '\ÍvqP¸zRþ4=\\–wtXsš_F¿KQZ\êû\Z','',0,'?'),(_binary '\Í\Èy\ØUq§¬\ê½hÅ\ß','wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'LD¾\ÇS Øš¢múñ˜G:',_binary 'ogú°S?ºJÀ(N¯üjˆö\é\æ\Êþ«Q¥\Òs	†òY^','',0,'?'),(_binary '\ÍËŸ‡:uR\í\à“\äy¶,','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_color_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_color_24px.svg',0,_binary 'ó\é|±š\ÙHXŽz×‹ºÙ¡U',_binary 'ó\é|±š\ÙHXŽz×‹ºÙ¡U',_binary '“Ió°)š²}	¦J\Ó\È|¦yªrË‡\êù]e\ÂE\'Š','',0,'?'),(_binary '\ÍÖ¡T‚i\Ò+ù8À\Ôu•4','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/open-street-map.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/open-street-map.js',0,_binary '@B!\Í9«O‚Fú´4J',_binary '@B!\Í9«O‚Fú´4J',_binary '[+\ê­+œ\Õ0dÊ°£q!\Õ.Ê¤÷\Ú\ég„§lq‡ d','',0,'?'),(_binary '\ÍÖ¥™i›T\Í\Ï\Øx)¼i\ÓW','wp-content/plugins/wpforms-lite/assets/js/admin/education/core.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/core.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}Wk\âw†5£2š/b%ö\Õ',_binary 'tDDW†	§µ°\ÞQ8>’*1\0\áJ8&\Ég…K>^','',0,'?'),(_binary '\ÍÛ§ø€f\ÄRdn\í*V\×ú','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹!P–GZ±Æ¾\Ö#£',_binary '\Ê\çÔ›;9\0˜þ\Ùt\î=óF\àsIŽ\Ö\"tH[\Ç2Àöiy','',0,'?'),(_binary '\Í\ÜM£\î\ÞS<#œB%8N\Ð','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/img/busy.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/img/busy.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ¼ \ÏvøÁ\×\ÏÝ¥\Åð',_binary 'wó÷Æœ…	“´T\Þ\Ï)\Æoo\Îü\Æðjˆ\Óf\ZUm\Ö(–°','',0,'?'),(_binary '\Í\â\Ùu—¾\îµ\Ý\Ð«\Ê\"ùö','wp-content/themes/houzez/framework/widgets/properties-viewed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/properties-viewed.php',0,_binary '?U\ê9tf€1’ª\'a²',_binary '?U\ê9tf€1’ª\'a²',_binary '\ê9””Àþ>U£Ë¾\ã\Åro¦@\ËÁ…±ˆžl„ýA©–','',0,'?'),(_binary '\Í\åû¢—W6™û2\Ò','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö?Y\ïi\Å9X\Äp ',_binary '9\ìu5˜Ê®\ïd^3,¬òF§5ª\Ì\ØõZë¼³¨=¯','',0,'?'),(_binary '\Í\ç3À\Í\Í‚\äFô<¶¡8','wp-includes/js/underscore.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/underscore.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷i³e\É<Íƒ\Ù\àf\Ú44\æ9',_binary '¾VÞ—…ñ¡–úÃ¨_=“V~ \Õ\ÙUWK\ÝOCö\r','',0,'?'),(_binary '\Í\éLŸjf*V˜Ee¬²›','wp-content/plugins/wp-rocket/views/settings/enable-google-fonts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/enable-google-fonts.php',0,_binary 'wük#sÚ°’@y…4H\ÐI\Æ',_binary 'wük#sÚ°’@y…4H\ÐI\Æ',_binary 's\â\â`§)29¥Gù…\Õ\Z\ï‚\Ç\éa~ŽaPm	:o','',0,'?'),(_binary '\Í\ì‹EŒw Ò¶5ME–_û™','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/HelpCenterFeatureHooks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/HelpCenterFeatureHooks.php',0,_binary '\ås©ønX\äN\Ò\áH¥',_binary '\ås©ønX\äN\Ò\áH¥',_binary '\ÜDb”\ÉA\Õ\Äß´‚ž7xú\è˜À=\Þ1“¶mñ\Z\Õ','',0,'?'),(_binary '\Í\íS»>s»U)€¹¤\ÍH','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°y$NX\ÒŸ\îl€±l',_binary '[\ìŽ-©¹\Âv5<\Û\åM\n\á¦\Ë+B»u.,\Ô5g','',0,'?'),(_binary '\ÍôE†\rvÏ­\ÌÐ…Ÿ+1ù','wp-includes/l10n/class-wp-translation-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/l10n/class-wp-translation-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á•£-$K\Ì-†¼ˆ¿',_binary 'X†\æ\ë‰\ëôüO:w™è¦’ˆñO A \ÒT¶QB','',0,'?'),(_binary '\Íö·Z”$óyJ¾»€qH','wp-content/plugins/revslider/public/assets/svg/maps/ic_rate_review_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_rate_review_24px.svg',0,_binary 'Mþb:ùh\Ø‡û~}*\\Yt',_binary 'Mþb:ùh\Ø‡û~}*\\Yt',_binary '’KlOoÌ YˆÇ®öcKBy]3¿Š¼§¾9\èŸ\æ‡','',0,'?'),(_binary '\Íø‰»j(gù€~jU#·\Ö','wp-admin/includes/class-wp-filesystem-ssh2.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-filesystem-ssh2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£›o¼ž\ZL„2}9',_binary 'ÜŸ›ñ \Ëp\0$¶t%œÕ•\íä­¥%cP›µ¾ÇµÌ\ë','',0,'?'),(_binary '\Íø\Ô\Ã8\å¬\Å\ËnWy','wp-content/plugins/updraftplus/css/updraftplus-notices-1-24-4.min.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-notices-1-24-4.min.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô›\ædlqAvD‘{¤9Ã¸',_binary '¼tžý>=ŸW\ëw	wžòg\Ê¶\Û\\9[ÈªžŽUzS','',0,'?'),(_binary '\Íþ˜‚‡\è\×\í\ÅBtúˆ','wp-content/plugins/elementor/includes/widgets/divider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/divider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ©\ÉºR\'¼³¥²¤D',_binary '\Å\0uE\Ç9×’ŽS\â\×]vµOÒ­ŽØÁŠ\Í\äE\rC+7','',0,'?'),(_binary '\Íÿ?@[ƒ\r+\Ù±\Ð}•K','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/BigCommerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/BigCommerce.php',0,_binary '¢<Ü±8v­N\ÉrN£\'\Ð',_binary '¢<Ü±8v­N\ÉrN£\'\Ð',_binary 'î“ªŽð¥µ\×u;(•^pV]n%?\Ü3…\É÷\Þaqf€\r ','',0,'?'),(_binary '\ÎEX=Œ_öL\â\×|ü\Í','wp-content/uploads/2020/09/streamline-icon-construction-brick@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-construction-brick@64x64.svg',0,_binary '\î\"Òˆ\Ðð$\ân\Éæ £\Þù',_binary '\î\"Òˆ\Ðð$\ân\Éæ £\Þù',_binary 'Ž\rsQ:ø\Õc G_§8Xˆ\è&öðD¦iþe\à×‘›','',0,'?'),(_binary '\Î	^BO;\0oLü\Ã@2_«','wp-content/themes/houzez/framework/class-tgm-plugin-activation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/class-tgm-plugin-activation.php',0,_binary 'cÐœLgy¹’V\0Qœ}¼eò',_binary 'cÐœLgy¹’V\0Qœ}¼eò',_binary 'r4Æ’Ï‡¢l\Ñ\r*&Ù­\ã@/\î>>?Bo¨ÔŸ','',0,'?'),(_binary '\Î	˜+\å”oEj—\íø\Î\Ï','wp-content/themes/houzez/template-parts/realtors/agent/agent-contacts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/agent-contacts.php',0,_binary 'T-\ÅQ‰/Vˆ3\ÆB\Ü',_binary 'T-\ÅQ‰/Vˆ3\ÆB\Ü',_binary '\ê\Ø4õ¡8Ð¢Mg\æ€x\Å9}\á_d“fµLjQ¾','',0,'?'),(_binary '\Î\0\ÈweŽ\Î*·\àp','wp-content/plugins/one-click-demo-import/inc/WidgetImporter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/WidgetImporter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—/¸\ã\Ü/7Oöu§ˆAO\Û',_binary '„\r}ºòRd\" .<‹Fô‰\Z~JDÛžOSj\ì$ Wi','',0,'?'),(_binary '\Î%µ]\Þ:QQ|oµb\é”P','wp-content/plugins/updraftplus/images/updraft_central_logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraft_central_logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ \Öü(?O7Id\Ö\í\ß ',_binary '\0K\'UV¥\\”Ló&òðKU½5Œ…¦RRp\í','',0,'?'),(_binary '\Îuè‡‰\îQð¡³p˜0t','wp-content/plugins/wordpress-seo/src/routes/indexing-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/indexing-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð¯8\Ðq€7¿ð‹±|\æ°',_binary 'ùKgúb˜N¶-i\Çb(¨±ý R)\Öþcµ•h‡\çR','',0,'?'),(_binary '\Î%r&I+\èýšk`½>“','wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÃX\ä\ê·@e-X8’.T·',_binary 'L\ï´‚•o˜\ìÛ¥³\Ã>º†?\ïBÌ«fRžÛ‰\'@\á','',0,'?'),(_binary '\Î(¹*‡fˆj\Ê?\éò1\èC	','wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pCòs´\ã$k”mÕ¤p®T',_binary 'ðå®¾‚2›¼œ Vkð½¹<éœ¡1yT¢¤\'[AY','',0,'?'),(_binary '\Î00\ä\åÉ4\éÉ¥^u‰','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I&‰æ®€!›!\ÏT.\"¢',_binary 'Œ‘\Ûx\âó¢¦’BfgQU/\àer£U\ÚUk—\Ýo8','',0,'?'),(_binary '\Î8¤.Èµzk‚H\'Ý¨\Ø','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\Î>þü»\É98\Ù\Ú)D\éN\Â','wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSelect/Field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSelect/Field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÕÄž\n&Š\âó¿a¥k^',_binary 'l\n†51YûŽ­ƒw9¬‡_~K&­ôò´\Í*H\Ô\Î+','',0,'?'),(_binary '\ÎA\ZQvž\ßlœe¯Ž¾J','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/SuspendedDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/SuspendedDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦<v\î\Åúš…%\ÖAú\ä\á©',_binary '- f\Í\Ú7·e6\èl\ä‰Ô€^@\ØJ\Ý\Î\ë/\'™	','',0,'?'),(_binary '\ÎIc¢–·6I…\á™\\\è\ß\ê','wp-content/plugins/revslider/includes/em-integration.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/em-integration.class.php',0,_binary '¼¾YW‹˜e	#«U\Ø',_binary '¼¾YW‹˜e	#«U\Ø',_binary '‚‘&\Ò\å‚‚ªü{ªHt€\Åni‘§D7¥ºí˜ž!\Õ','',0,'?'),(_binary '\ÎJ³\Õ\ïÔ–o\ã[c`\nƒ','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/wps-hide-login.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/wps-hide-login.php',0,_binary 'on\å\ár’tÈ»\Æ\r;§ü',_binary 'on\å\ár’tÈ»\Æ\r;§ü',_binary 'û<M	´kð˜=¢\ám‰\0þ@ \í(\Þû7Í…6!õË \É','',0,'?'),(_binary '\ÎOˆ\Ò:\Ìbø\î~2­ó½','wp-content/plugins/wordpress-seo/images/acf-logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/acf-logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾ˆÑ·\ã\îœ=B›õ#\æ:&a',_binary '\Ãat\Äö\ËG±­Xm5Dc;x‰@\æš|ð×=ô\Ì\ç~¦','',0,'?'),(_binary '\ÎSŒ˜µŠ*hr!~\íÙŒ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/quill.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/quill.svg',0,_binary '5\ìÅ‡½þµ&>%’iL—',_binary '5\ìÅ‡½þµ&>%’iL—',_binary '„x2<\ã\ÂagÉ‡\0†h=JC™n¤ª/96ÀO†i','',0,'?'),(_binary '\Î[q\àO\Æ÷\\\Ë>d1±,ÌŠ','wp-content/plugins/updraftplus/images/other-plugins/easy-updates-manager-logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/other-plugins/easy-updates-manager-logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{c\â„Á÷ýj±\Ï[j´\Ð\Õ',_binary 'A‡g°\ÓuâŠ®\í`œ¬fö¨ƒ™D‰\ã&¥A\Òr±s','',0,'?'),(_binary '\Î\\*«$On¾YOW%Ë®,Á','wp-content/plugins/houzez-crm/includes/settings/deals-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/settings/deals-settings.php',0,_binary '„IN$g).N:[…+L',_binary '„IN$g).N:[…+L',_binary 'Z±\Õ_Ÿ”¸·ÿ%7£²X]øy‰\Ï_#“.œ','',0,'?'),(_binary '\Î_)-ª]\íËŒkO	\Ã÷\Ã','wp-includes/ID3/module.tag.apetag.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.tag.apetag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd@O	–’\Ë%/f3GÀ”',_binary '\ÝK\')1Áö„+\ä++ƒ«®!¤.ƒ\Ö*©({.[\ëX','',0,'?'),(_binary '\Îf\àOt¸}u\Ëþ»%\ÆS\áð','wp-content/themes/houzez/js/vendors/i18n/defaults-nb_NO.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-nb_NO.js',0,_binary '}?\'\×B\â\í}5t9±0¯»',_binary '}?\'\×B\â\í}5t9±0¯»',_binary '€¦c\ãB\ÆWñ–Ú¼`À¡Mš„‡\Ã\Êø}\Ð6sþ','',0,'?'),(_binary '\Îfø3¬ðo ±Õ‹­ö ','wp-content/plugins/revslider/public/assets/svg/social/ic_person_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_person_outline_24px.svg',0,_binary '@¦Ä¤u±\Ý@\ëu\\¶\ß\Ñ\Ó',_binary '@¦Ä¤u±\Ý@\ëu\\¶\ß\Ñ\Ó',_binary 'øu\ÇÙƒ…¦#úspŽ²O‰À_=NAb‰\îmt6ü\Ì\å\Ø','',0,'?'),(_binary '\Îl/<À\ÍU\ç\ëZA‹\å','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­¯\'\èÐˆµHn0´\ì\rv',_binary '\Î<i\âq\á\ê‡Ã³tIx\Å8ª+•I‘µÙ‡W;¥\'','',0,'?'),(_binary '\Îo÷$\êÁ•¸\áÀ¢Ü³ ','wp-content/plugins/updraftplus/includes/cacert.pem','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/cacert.pem',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GPE»KT»\Þ\íY–)&F–£',_binary 'þ™ó¥_¯0dœŠþ}f!†v\Ùm§\ÍEwW„o—','',0,'?'),(_binary '\ÎpFd\Å]b\Ó\'?ø\êY\0\0','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache.php',0,_binary '\Í.c‘S¬>htÛJÆ…\å',_binary '\Í.c‘S¬>htÛJÆ…\å',_binary '#öaòT•ñ\êV‹ES·{\ï*¼O­’ûiK\Òp”…','',0,'?'),(_binary '\Î|ž\Ïf÷€\î\è\É,2­T	','wp-admin/term.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/term.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a2½×±w°ûSF.ù\Ç\Ç\Å\é',_binary ')iC…ý\ë\ÐH\á35ú°\Ú8ƒ™‰\ÝlB{Bªfö²\×g','',0,'?'),(_binary '\Î}HŒ*±s>GY\r\â-ð','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/ProcessorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/ProcessorInterface.php',0,_binary '.-Æš—Ë¸‡®¸Ž\æ7WJ',_binary '.-Æš—Ë¸‡®¸Ž\æ7WJ',_binary 'æ¡“\ÓU\åi¾ôK_\Ä83\×]³Vi~t”›2”Z','',0,'?'),(_binary 'Î€õ³-G\á*\Â\Õ\ÈD1·','wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø@z\Òe\Äû,†\ÄnoL',_binary '\É\'~…¯\á\Îø\ÅU:Á\Ü\Ú\Û;ˆEq\0”òE\àxb\Ä\0j','',0,'?'),(_binary 'Î‰±X\0XšŸŸ!\Ç\ì\Ê','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/PermissionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/PermissionException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Gèž´£›\nº±\á×‡:',_binary 'p_f÷ƒ}\ã÷\ÓPNk\ßf_@“Z\é\Çm+Žñ¹¿R\í1V','',0,'?'),(_binary 'Î’½¥z$\Ôb\Ù\í±#Vaû','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ms.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ms.js',0,_binary '¯›Ü\ê2¹0°šr\ì',_binary '¯›Ü\ê2¹0°šr\ì',_binary 'a—1Ž\ç\Ø\Ý\íš\n1\\ÀE\Ý0\Èm?];<ÿö?E\Õ','',0,'?'),(_binary 'Î’\\öm\É\Ý\0ŠTb/\çX©\'','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-growth.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-growth.svg',0,_binary '\ÓÄ™\Z¿9ÿ»ñœ\å§TOü',_binary '\ÓÄ™\Z¿9ÿ»ñœ\å§TOü',_binary 'Gs\Ï*\"Ÿ{„\ÂU«µÈ‚\ëan*§C\é\ãc\ê¤€û','',0,'?'),(_binary 'Î˜½r¡	üöxz\Ü\Õ\ÒI‘','wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_24px.svg',0,_binary '\Â%x—¡ñ\îý_ \æµj',_binary '\Â%x—¡ñ\îý_ \æµj',_binary '\è—9VxC\ì\Î$\Ù\ïBHú.•ƒ©^\Û\ÑÒ±C4Rò','',0,'?'),(_binary 'Îš`\ïk²Àd\Â3QB™Å¦´','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterSearchAndReplaceDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterSearchAndReplaceDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±\"\è\Ýül–\è¿UIÔ‹',_binary 'ôhq…þˆ¯\Òù@\å\"Š‘CD\rz\ßBŽn\'d\Óµ','',0,'?'),(_binary 'Îš\Ë\r)Ä¼<#¯Ž','wp-content/themes/houzez/js/vendors/i18n/defaults-id_ID.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-id_ID.js',0,_binary '\\#jñ´0k-¨n,—',_binary '\\#jñ´0k-¨n,—',_binary '~r\Í[§\æ‚j\ï\ãY1Hõ§b‚\Ì\ÓN\Ä_—öI$ªÛ¦','',0,'?'),(_binary 'Îœ]\ÐY½×ž±WK—wÑ–','wp-content/plugins/wpforms-lite/assets/images/addon-icon-geolocation.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-geolocation.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é!N`ý·hI\ëSU0',_binary 'ô9\Ý÷ñ“\Ç•ø\nB7\ß.\×N*p\Ð5\ÌIA]\Z„>','',0,'?'),(_binary 'Îœdû‚,\â0M\ßGjŒ\ë§\r','wp-content/themes/yith-wonder/patterns/site-header-centered-logo-split-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-header-centered-logo-split-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O\É\Ä\Âú\Ït‚¾•ü÷˜;',_binary '\Ü<‰\Ýf€em“\ÂÀ\Å1køU\Äúg\Üsv1O\Ês','',0,'?'),(_binary 'Îœ\Ì>\Ï)\Èœ\'úa¾\Û','wp-content/plugins/wpforms-lite/templates/admin/settings/hcaptcha-description.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/settings/hcaptcha-description.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+\Â\ë%\Ê\ì\Î‘¸_û‰™¤',_binary '0\ã™Ùeû3® 0_¸\íß›O6z1¸·Ê´|¢\àZ\Â','',0,'?'),(_binary 'ÎP|\ÙÚ’ü‡žó\\\Ão','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ „w^\ã®³]ç·£M',_binary '•«ò°Áñ÷§ZEüO\ë´7(­nY›\îh\îË¨ƒ‡','',0,'?'),(_binary 'Î¬?\ÖðU>üš™•ˆF','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/BufferStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/BufferStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ:	=\êµEG¿8žVžÁ',_binary 'HÚŸ\ïhf+Ð†6#ð\0(”YŒ&bBXR\Õ©¸9.$','',0,'?'),(_binary 'Î¡fÿò\ßWµyL,YU','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð\ßw5yØ\Ñ\ïw¢]bg',_binary '5«œ¸ˆº5Œª¦‡Œ\Ú\Ñd±Nae^Gªü¡•\à','',0,'?'),(_binary 'Î©\'\Õ\Û…\ZMwb=þ','wp-content/themes/houzez/framework/options/webhooks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/webhooks.php',0,_binary 'Ø’\Ç\Ê\Z}²NªŒ&W\àò\Þ',_binary 'Ø’\Ç\Ê\Z}²NªŒ&W\àò\Þ',_binary 'iŽ’`úF\åü¹twJùE\ï~ú­\âŠÁ„a;4\×\ÛQ2','',0,'?'),(_binary 'Î¯:ñf\ÂŽKO\Ô\Ótju','wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Mn5D•½”²œŸÈ¾qp',_binary 'Ÿ¼o,p§9I\Ï}\ì¼]^\ÐÏ¶-gX\ÚOržp;i*<','',0,'?'),(_binary 'Î±¥Z	 \Úi\ÓIÈ­','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H…K·WŒw”‘B\Û^\Â',_binary 'd\r\ÔW:|[\Z»\Ù\Ñ»!\Ï\Úc\Þ9¿qŠ]LHó\ì\\F','',0,'?'),(_binary 'Î±\éJ\Ô\ÎÂ›Àþ{À\Ó_s','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GetReportsRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GetReportsRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ÷\ã /~“½°£2›ó',_binary '¦E\n\îR\ÅM\Ý\åh\'o½`ô½ù\îfÄ™±\Ö\îhK0','',0,'?'),(_binary 'Î³y\0¯6\ÓÏ›\0€^	=@','wp-includes/blocks/post-navigation-link/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-navigation-link/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒCü\êb›r¬†¼µ’:\Ø',_binary 'A„ùù\Î!¶D”g\íõ$µ;\è~³Ùºo²“£\îP;{','',0,'?'),(_binary 'Î¸\'~\â\Ë&÷\Ç3ÿ=9','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hours.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hours.svg',0,_binary 'U\Ó\Îó\Ò?g\ÄPA\ÒL1½ƒ.',_binary 'U\Ó\Îó\Ò?g\ÄPA\ÒL1½ƒ.',_binary 'rºÛŠX“\î¿_Y™È•r\ã\Å9\ån ²7¯V€\\\r\èL\ã','',0,'?'),(_binary '\ÎÅ“þúúÏ”ò=Ÿº#6','wp-admin/images/post-formats32.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/post-formats32.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'WY~O’ø{ð+_L‰kE;',_binary 'k¾<8¤._D´\ãK‹‚µ\ßG[§5e-I(0w°\áh','',0,'?'),(_binary '\Î\È5\ÈF\×,žYÚš.1\Ö.”','wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'WH}™ç†ù³±Al~',_binary '®’\×\ë2Ì¯ª\Ó\æº%S=\ÚtØˆ…n\Ú\ì=ñWc','',0,'?'),(_binary '\Î\ÐJ§\éùØ¯¹\ÉýA³W¡','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/similar-properties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/similar-properties.php',0,_binary 'ŽþL\Ý|\Ö5\n\ËuˆÁ˜¶õž',_binary 'ŽþL\Ý|\Ö5\n\ËuˆÁ˜¶õž',_binary 'IX\æŒ\Ã^F¥zc®Œ´\Ï\Íc`$¶\ÉS³·Œ\n+N','',0,'?'),(_binary '\Î\Þ\Íw.Ÿ8\0\Ä\Ì=p‘€À','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÑÀ\\\ÚºYïƒŒ\Æ\Ó\Z ',_binary 'jœ4)~\Å_sJ\Û:Q\×Õ2\ØúþOu9\ÐPa','',0,'?'),(_binary '\Î\àH\í\ë\×Wñ\èµkþ“¢','wp-content/themes/houzez/template-parts/listing/partials/garage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/garage.php',0,_binary '9÷\íðø\îd®üó;\rjMV',_binary '9÷\íðø\îd®üó;\rjMV',_binary 'É³*;\"ô€\"Q,b\ÆB\Z\æð?‰\á\ãÞ€•·r£','',0,'?'),(_binary '\Î\ä\ë\"Í®Uß»ix¾\Ú\ã\Ï','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/extensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/extensions.php',0,_binary '(¿\Ä\Ê\å\Zg\Îÿ\É}\êt	',_binary '(¿\Ä\Ê\å\Zg\Îÿ\É}\êt	',_binary '<š\Ë2Pj\Ù?\ëE$D§€\ìT>ü\É›…£.$HûU#—*','',0,'?'),(_binary '\Î\äp‹Ï•Œ´¤t”Á\Èq%','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/SocketPost.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/SocketPost.php',0,_binary 'þ\ãP\Ði)@Ó—f8Q\Ò\ÛAH',_binary 'þ\ãP\Ði)@Ó—f8Q\Ò\ÛAH',_binary 'ý\Ö!m§\é³`_++:½`‰/u\0L¦\í\\\Â\'\æeb¡†','',0,'?'),(_binary '\Î\ä—\Ïÿ\É®ª\nŒP','wp-includes/blocks/quote/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')AÌ¿¯ð\Ê<:\ß\ì>N',_binary '™\í•O\ã/\â\n»\Æ/G«\"\ïsÎ½RÈŒw„¼\Ýe','',0,'?'),(_binary '\Î\ëµ\î9|\ê\èr•\ê,\Ô2ùü','wp-content/plugins/insert-headers-and-footers/build/admin.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£TX\Ì\ÐGiË¯Y\í8Á',_binary '¦—PÞ÷5L¦\Ñ1\Ûðšü{o-ß°U~½–¿óR','',0,'?'),(_binary '\ÎýºO¦ƒ÷\ï„9\ãfñ¦¥','wp-content/plugins/wpforms-lite/templates/admin/challenge/modal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/challenge/modal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§)=4\ß\Ë?ÿû\È*Z\Û*',_binary '€.×­$)[7\Ôôa)´\ìÇ™4û7‹ŸXÕ¼zý\Å','',0,'?'),(_binary '\Îþ\ÒB\Ô0´ö\äi`zz','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']oR\í\ßý,ˆK€»h`',_binary ' P\à•^b–>\0ªW\ÖÀŒ¬C\ëx”ù2{\ÇF¹\"ðž','',0,'?'),(_binary '\Ï\ß,”Ÿ´@\Î\ÖóºQ\Ì','wp-content/plugins/wordfence/views/common/indeterminate-progress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I·\æ\"\Ýsg½4ˆ\\(±8',_binary '´@™\îýZn\"Î¾~žQÕ”º\Ã8“s\ãPŠ¶ž\07\å3','',0,'?'),(_binary '\Ï\ÍÂ¦(\Êp¬’”\ß\Û{','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/ClassLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/ClassLoader.php',0,_binary 'À+\æ\Ùfqø(ª\Óÿ¡4È®',_binary 'À+\æ\Ùfqø(ª\Óÿ¡4È®',_binary 'ük(¨\r(Nð¼þjj\Ú\Â\'\ÎÌ£\å6.÷/‘\Ò\Õ\'','',0,'?'),(_binary '\Ï\Â\n\0\Û0{ÿÂšñ‚\ë','wp-content/plugins/wordpress-seo/src/helpers/post-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/post-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™\Ô=‚}\\¢\'U¤<¸\Ê}M$',_binary 'Ö‘>)÷W\È0ðm Ø¼ø(÷\ïg8\í.®›Ÿ§\ä','',0,'?'),(_binary '\Ï\na0–‰Šˆ\í8\ã\ä¯ý','wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"(‹\È\r§+\ãœ¹\Ûz\ÝT',_binary 'À\'¯(¶\r\ÊV•¼4\ÍóÞ	’\nØ›ˆ÷ý‹\ï¸\\¦','',0,'?'),(_binary '\Ï\Ø\ÍÉ‘\r¿Žlµ¯˜\Ø','wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':¿0L\Ñçž¼&®…',_binary '\êw—[Ü‚p·/Vn_ˆ•:‰œ\É=ŒP•rs\Í\àN\rJÀ\Ï','',0,'?'),(_binary '\Ï\rü§«O¬‘\ßc	\Ét\É','wp-content/plugins/revslider/public/assets/svg/communication/ic_ring_volume_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_ring_volume_24px.svg',0,_binary '5q*ƒ¡añp€~«\Ï#[\á',_binary '5q*ƒ¡añp€~«\Ï#[\á',_binary '‹ò\Ò=<^\Ü\"FÝ¸@Ï³:yòü\ÙñOµ\Ñ8\îon','',0,'?'),(_binary '\Ï\Zª´ö»M\ä5\ÂHÒ.\Ù','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\ÏpµE\Åûú÷_º{+û·','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/GetPeopleResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/GetPeopleResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pZ“d€\Óö·†¡jRÅ“h',_binary '@\à©U\Ð2:\â\Ç\Ã;ðXSW!*b«²Sa™\Ì','',0,'?'),(_binary '\Ï#ÀxÜ¼\åWL+v?h\Õ?','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Idn.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Idn.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'pSDÄ¬‹¾g¢D\ÎW»­\î',_binary '\Ó\ÞiG‡\àø\r!£`q6yn &/GÅ‡œG\Ø3W5ß¯•\Ã','',0,'?'),(_binary '\Ï$oô·jJ™AÐ¸IÎ²','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7Àÿ÷˜½T<©„\Çu/t\Þ',_binary '\Ä\\$} †Âg)ni\Þ3ÌƒÁŠ\ÚÑ¡Ø”¬ö<`’','',0,'?'),(_binary '\Ï\'\ïp\Ãé±‡–yw„÷¨','wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºDe÷ý\âü,\ím\Î\ì',_binary '%¥b–R447 T\ÓWzò?²X6º&±½¦\Â\Ë.','',0,'?'),(_binary '\Ï*N.w\ï\ÊzAœ™a›','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache/Mustache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache/Mustache.php',0,_binary 'P=Ôš\ã(±Eñ2\è¦(',_binary 'P=Ôš\ã(±Eñ2\è¦(',_binary 't\â,\Î\é\Â)w­*dý5ú¯\Æ&\Æxn‚\Ö\èi÷)¿\î:','',0,'?'),(_binary '\Ï-\ÈN‘ý–¬:»±³Š÷','wp-content/themes/sinatra/inc/customizer/controls/heading/heading.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/heading/heading.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VÅ°ˆF×²E\Ô$ƒ\Ä\ì;\à',_binary 'cŸ÷e1$:Œ-\ÚÆp˜‘ºÁg¦Á¶…¶i36\ê916','',0,'?'),(_binary '\Ï-\Ó+Že\Æ\á\Ômñu\"¶\Ãx','wp-admin/css/colors/sunrise/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/sunrise/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ$µ\Â]\Ít£\â]­¥\Åüje',_binary '\îm…\Ø\Ô	\Þ4¼%ûÙŸH3\Â<PM\Ói\Ýù\á\Åx2&bf','',0,'?'),(_binary '\Ï26\Ë6\Ý#	S[h(\\²µ','wp-includes/css/dist/block-library/common.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/common.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`\Ýf¤k\ë€côÕ‘²‰=',_binary 'Z/˜%PT\n¯X¾“\è/)D]\î\Ë\Å†Ÿ¨ûH‰','',0,'?'),(_binary '\Ï5\ßd>\Ð\"h‘÷¥Qÿ\ã¤','wp-content/plugins/elementor/includes/controls/groups/typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E^ÿ\Â\n\"b/ªrõ@Ä™8\ç',_binary '¼Û®/\ÓAÝ£õ§¹‡\ÂV±N\rq­I\×4=”\í»R¸V','',0,'?'),(_binary '\Ï5\çmQ;\ã÷ú¨\ËwÄ°•\0','wp-content/plugins/wpforms-lite/templates/builder/payment/sidebar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/payment/sidebar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êi†ð|œò6fš\ÓFô‰',_binary '–óK\Ìkš€~~ô&(*þV9©…\âFQ®\â¹G5F*œ','',0,'?'),(_binary '\Ï9\"ƒP\ëm1ó%£r.ö^','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å†¬\\þzû:Ù°¨Ò­Pu',_binary '„Q”\Ø:›\Ó³[Jy½’_Ñ—òˆc\Â\ï‚\ÊV¿','',0,'?'),(_binary '\Ï<[pPTý\Â†7†b&i','wp-includes/js/dist/interactivity.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/interactivity.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ\Ïó\ÞÁó\êFª\Ð\ì6',_binary '\Öng¡ n\ã½{R`þù†ö£º[\É\ïµÿ™£LÆ¥oß','',0,'?'),(_binary '\ÏEú\æ	MóL\Ñ\Ú:«\Ñ+º','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlRegister.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlRegister.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\ßIFì´¼\ä£+Mü',_binary 'ª2Zxq«T`Mö8(Q\Ú4Ka¶°b¡\n>\ï\å“X\í\Ô','',0,'?'),(_binary '\ÏF¹ ¶\Ê\Z\\\Õ1y_½ú','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T\Ø\È/\×!K&\Ø_“[\ë\é€',_binary '\Ú\Ç$ûu\\ŒÜ§ö3Æªÿ{PS÷â• ²Å‘\0$\è4c','',0,'?'),(_binary '\ÏN\Îb\Å\ÙjÀ@\ß—X\ë¨e','wp-content/themes/houzez/property-details/partials/yelp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/yelp.php',0,_binary 'q:‚€\Å\Ë\ÊK=Qù\ïe9',_binary 'q:‚€\Å\Ë\ÊK=Qù\ïe9',_binary 'X\äB\áh€\Ú\nQ\Â}ý½=Ôƒc\Ü ŽÙ¤Foì³\r','',0,'?'),(_binary '\ÏO`Â©ú~œD\ÄkUú\ÎU','wp-content/themes/houzez/framework/stripe-php/lib/Service/BillingPortal/BillingPortalServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/BillingPortal/BillingPortalServiceFactory.php',0,_binary '\Ñ\è\ä\Â\å†c1\Ëað\Þ0»',_binary '\Ñ\è\ä\Â\å†c1\Ëað\Þ0»',_binary '\æ\Û¤EŠ³\ÊMPm\æ£%0ß¹ø³QžY\0uS4}™o','',0,'?'),(_binary '\ÏV-‹§T†\ãx¾–\Ú\Û\Ú','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.pt.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.pt.min.js',0,_binary '_¬p\ÅgL&Z\Íþ _ÂŒ',_binary '_¬p\ÅgL&Z\Íþ _ÂŒ',_binary '2%£\î+s7xý«HY±ifO»ûð´\0ë®þ\Ì`W{‘r','',0,'?'),(_binary '\ÏVS©°5‘ö¾\ê4U\Ù&(','wp-content/plugins/revslider/public/assets/svg/action/ic_help_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_help_24px.svg',0,_binary '\í\'\íJCqev£\î~oQ\å¯',_binary '\í\'\íJCqev£\î~oQ\å¯',_binary 'ñˆ\âtˆ¥qðO8\\.”÷²Yl¹­À¿a<•\Í\Æ','',0,'?'),(_binary '\Ï_q ^¡\Ç<\à8\ï\Ç:\è	','wp-admin/css/colors/modern/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/modern/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£ƒ¹³j¸É°µ>\Üø÷0g',_binary '†\á\Ù\'\È)ó53)þ‘Ö¯y²(ƒ§+\í¼^\Æ\Ã\Þ','',0,'?'),(_binary '\ÏaK\Êv\Éê¬©•F\åF÷','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}ø3¾g|aÀ•Àð	Àa¶',_binary '\Î\Ùuù@\Ý(Cµ9˜>0\Í(¶0©\î$#Œt%„\ÈH3¤','',0,'?'),(_binary '\Ïc\Ü÷\É8\é»ôÚ²šž$n','wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùF\ÓR>†9üº\Ãh´“£',_binary '¯\É\ÞO\Âó‘°\Éé¥¡)ƒq\Ó8¨¬{*\×Üµ•Q`','',0,'?'),(_binary '\Ïc\î´s.<¦oš}g1µl','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/API/ComingSoon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/API/ComingSoon.php',0,_binary '0f\ï/ ›g\Ö\ë\Õ5‘ß',_binary '0f\ï/ ›g\Ö\ë\Õ5‘ß',_binary 'ÖÂ•^\ËÙšIŒ0ä¢—‘ üH¶\ÑWYA9SS\çù¡†','',0,'?'),(_binary '\Ïe\ãðm¶öK7g\â”au','wp-content/plugins/wp-rocket/inc/3rd-party/hosting/pagely.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/pagely.php',0,_binary '\î\ä\â\Ý*ÝO¸Œuº',_binary '\î\ä\â\Ý*ÝO¸Œuº',_binary '^ƒ›\ËMŽ…\ÚI§H†«c•ôÓ‘—‡5kðA¥Wº(%Šš\ë','',0,'?'),(_binary '\Ïn\nÑº\"ôiE\Û²zaY·','wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”~\Î$úo<¸—E\Ø%ý[œ',_binary '“B€Jð\Ô\îhr;ƒ`\Ã\'É±jRe\Þûõx±l\Æ‡™£','',0,'?'),(_binary '\Ïo\ÍŽo(\\°³p\ÐS','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/InvalidArgumentException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rM±…­Ï±\×y“\Ä\Êd~E',_binary 'Xcq\Ô\îz¯=9»ŠûV\Íe-ðƒ(E\"6\ãÑ‘ñ','',0,'?'),(_binary '\Ïq‰W\ÂÕ²\èÍ¦\ØÀ\ÉQ\ê','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Inflectible.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Inflectible.php',0,_binary '/Ae!g0­f8’ü¢ul:',_binary '/Ae!g0­f8’ü¢ul:',_binary '\Ç?y\Ó\Ç,I•“ƒ¾}\Ó-¶\ïsÍ¸W}\\®AÜ—¦\ÃŽ','',0,'?'),(_binary '\Ïs\'\ÏeX=@ª\ÆnJ\'','wp-content/plugins/wp-rocket/inc/Engine/Cache/WPCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/WPCache.php',0,_binary 'ž\ä“0ùS\ÜÿM\ÏhPy#',_binary 'ž\ä“0ùS\ÜÿM\ÏhPy#',_binary '\ÖM.\È/\×Íºb†–$\ïµ	<©õ\Óh\Éø-–\Ü\îTN*','',0,'?'),(_binary '\Ït,’tT¦I—`itN/Kx','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/PromisorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/PromisorInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&û²2Œÿr\Ë\å\Ý(À\â)',_binary 'cúI\æõv\nn\ÈbMÁš²i\n1#{7\Æ@\ßä¤€\Ö:\r','',0,'?'),(_binary '\ÏuFó\â‘^Gú¥E+ˆ¶c','wp-admin/network/freedoms.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/freedoms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u¨6\ë|º”tJ4¿1´',_binary '\àƒ\â B\ë;µñ½øM\Ù7©ßƒ€\á[²9Ÿ</ ','',0,'?'),(_binary '\Ï\ígƒ‚’öR\ÂN\Ô','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' â®†þ<’Ÿ¶_jS<J\ë',_binary '#÷2kõš6\ä»OØ€C\ÙJlx…N3¿\Üm91B4','',0,'?'),(_binary 'Ï€tGÈ©\ÈÀ‹¤D','wp-includes/js/tinymce/plugins/image/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/image/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠB\n€4\Ø\\ªµ0ð=',_binary 'Q¸vö©“SI>;4¾Ž1û%»rf\ï$@\Ïp\Ô\Øø\\j','',0,'?'),(_binary 'Ï‚»q#[\Ü\îAÎ’k¦Tgý','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PivotValueRegion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PivotValueRegion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I=‚5p}ú£ÁPv?–\í.',_binary '©\Ä¨\åÁ*s\ÐlŒa\è\í²p\Z~\äòž\á/³®}Z/`†\Æ','',0,'?'),(_binary 'Ï…j:IXwl~d\ç&»¢«','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TokenService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TokenService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰5õ’6¬%O!Žªù$fu',_binary 'Kb“\Ê\ÂpµÐ¡\Z\Ë\ß<\Ð1?\Þ\ÎÄŠQ›\äN\rm\î\Í','',0,'?'),(_binary 'Ï‰\ØŽB²\ìÏš\Ã','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting/ReportingServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting/ReportingServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y\ÌÂ•šYo”K\Ë42øB/',_binary 'Z¹“LÁ\Õ\ß\Èð²cm^x\É\'­3\×\0t6÷‘<','',0,'?'),(_binary 'Ï‰gÁ©\Ù\ËX\Ýu‹[®?6','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ca.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ca.min.js',0,_binary '\rŽñ<º¥‘[\è.Ü§²\é\ê',_binary '\rŽñ<º¥‘[\è.Ü§²\é\ê',_binary 'Lø\ØÕ«o³›8+„\èN¸R\ç}XK=t]—%','',0,'?'),(_binary 'ÏŠ=÷\ÆX®¬÷bBz\' Œ','wp-includes/js/jquery/ui/effect-explode.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-explode.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù}\ã3Ô­4^\ås\ÜÆ›ö/\Ù',_binary '!ƒ!Eyln\ÛÊ³V`Ë¸ö†1w\È9¼=T«\Õ›ðï¨¸','',0,'?'),(_binary 'ÏŠYw\Ô×¹˜ŒE­G\ê','wp-includes/blocks/group/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3ƒjC€OÑº}’`xÝ°¦',_binary '€ûGCñf0S®\"hs\É\çp4YuR\Zö­$\à\ÅxqO','',0,'?'),(_binary 'Ï28\ï\ç¶td\È<\å','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SubscriptionSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SubscriptionSchedule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6—\å6¥Xyz`œ>¯‰T',_binary 'm~ö\á\Ä\Ïöv¥\\ó(–|=L\rR\á\êh\ïM\à\Ìÿ\Ñ','',0,'?'),(_binary 'Ï„\ry\è¸w«#U\Ý\ÈW#','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºˆM\Íg\ÆOœ:\ã\ïÓŠ£ˆ',_binary '\Í\Ë	i™:c´\é\àŒ\çuFW{&uf½þ\Ìõ¬z?','',0,'?'),(_binary 'Ï—\Zw‡²¨\Î:€vŒ®{','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/ThemeInstallTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/ThemeInstallTask.php',0,_binary '^\r\Ã_b\0\Ëx²pµñª¬\"',_binary '^\r\Ã_b\0\Ëx²pµñª¬\"',_binary 'k\è‰h\â\ËÅ¨¼\ä`¥ã½ 73«¹Ä°À®)šýh;Z','',0,'?'),(_binary 'Ïš–\"ž²‰jðy±\Ô\Í\Ý^','wp-includes/js/dist/blob.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/blob.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«~fºÙ¹]\âC„\È<4º',_binary '\ÒnÆ¢ó5gi\ïmH+\Òf)„š\Ý|±4kž¤Œrh\Î$','',0,'?'),(_binary 'Ïœü@@mWo¿X\Ö™¾','wp-content/themes/houzez/template-parts/search/fields/property-id.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/property-id.php',0,_binary '¼\n¹\Ï.C\Ó\ê\é\ì<4\Ð\Øj',_binary '¼\n¹\Ï.C\Ó\ê\é\ì<4\Ð\Øj',_binary '™#®Á‡câ°¸’†\Èqm£\à=7«\Ú\Î˜ñ}¼]','',0,'?'),(_binary 'Ï¯\n¸¥_\Ô0;¹\Ýq\Õ1','wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'Ï¥qUŽ~ž\r§Ø€w\ß|','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çõ=\ïÛ¡{U\Í?pZ\'Û’?',_binary 'yòe\ÊG\äW#,¦AY/š7\âaÊ¨¦4ã¼«s\êy³¿','',0,'?'),(_binary 'Ï¦Xþ\è}U^\Zw\Ê_\ÎWv','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountSummary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountSummary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Nð™÷°Ë¿‚^<2lˆ	\Ò',_binary 'VÒ™*\ÑÅ·À\ÇJcœ¦PÁŒB\ÈM÷5/\î\Õ@¨…7','',0,'?'),(_binary 'Ï¦ó\Â¸ˆ\Ï\ècctmƒ','wp-content/themes/yith-wonder/assets/css/blocks/paragraph.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/paragraph.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë\nµ[>\n†‚ã¥¯(_Y',_binary '}4<œ4Ï¢”&-ý!\ÏQrMŸs\Çn¤¬šróÒ','',0,'?'),(_binary 'Ï¬{\ÑM‘\ÊGû~\Ñ','wp-content/plugins/one-click-demo-import/vendor/composer/autoload_static.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_static.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ešzº»\ßVA‘\Ì5P',_binary '^\ÂNŒbM ¹H¤\\Yz¢GG³•qKeö]ŠYù','',0,'?'),(_binary 'Ï¯^¬ª~t¾Å³LÉ´','wp-content/plugins/wp-rocket/views/settings/fields/rocket-cdn.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/rocket-cdn.php',0,_binary '‹€B\àä²¿l\Ç.”h\ÈJ',_binary '‹€B\àä²¿l\Ç.”h\ÈJ',_binary 'ssºóá‘¾¤C“Q\ã‹UH]ƒ\Æ7\Òô`$8\Õ8¸','',0,'?'),(_binary 'Ï°˜jK€¶\ç~Ž=d‡\æ#','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/search-builder-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/search-builder-wpml.php',0,_binary 'õ\àôutK0W£“E\åf{÷',_binary 'õ\àôutK0W£“E\åf{÷',_binary '{v/·\ÄLœ¬¡%\ÈLJ˜$Þž\Æ\0\ë\á†‚@¿','',0,'?'),(_binary 'Ï´÷/G+9\ê)k“Y','wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jÚ¢‚k\0:–\ç°\êþ\á\ë\0',_binary '\ÉI\Õ\Z…²ZŒ<2ƒjüH\Ûd\à\Ð~«Å—\ì(\Û\è¿m','',0,'?'),(_binary 'Ï¶\æuDf}\í{jZ@ž™q','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.js',0,_binary '®\Ç5\rHaU/2ey4\\',_binary '®\Ç5\rHaU/2ey4\\',_binary '¡\Ã@Oh ®8\ê\æ\\\Úd\å€jcb\ç²\Ëø€‹\Çn©','',0,'?'),(_binary 'Ï¼ý\Ï\nxÔ¡€\Åú%eB\Ú','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñƒ\ß\àS~³Ù½\àCD´\å\Î\Ì',_binary '\"\Ï\Z‘Û»bûóœú\Ê›[ô\Ê$“M\ád—/ƒí¤.\çz','',0,'?'),(_binary 'Ï½B¾ü\ßÁR¡7£ù\'º |','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/video.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/video.php',0,_binary '\Î¥\Ê\á”h?Oû¾\Å	7',_binary '\Î¥\Ê\á”h?Oû¾\Å	7',_binary '/p÷¸\è\âŠ-cuŠYÒ†pF¹¡p¡™9„\êù\ã¤e\Ü\é','',0,'?'),(_binary '\Ï\Â\È­ÁHÔ¹ò\Üf\ëk\á','wp-includes/js/tinymce/wp-tinymce.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/wp-tinymce.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1_H—0¬\í\âUS\Ã\á@hó',_binary 'Áš\Ñ\Û\ë\Ï_Ø•\×\Þ\ÉNÍž\í½–\ì1‰*\ã\ÖÇœýö','',0,'?'),(_binary '\Ï\Ç\Äf/´,\\!\Î\n‹\n\Õ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®†\ZÎ¨ž\ÓJ\Ü\à\à\Õ\íÛž‡',_binary 'ºi\Ð8ð\ß?¢A2\ÙPœd¯\Ð{\Éö‘\æ+\Â&>]','',0,'?'),(_binary '\Ï\ÑÀMÐ›™™Ï£~&$','wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S½K\äbo\ÚÚ®Y_ú',_binary 'z~\nì—†\Ïù¼N„N±\Ú\ë¥\æ!\ØÏ¡·‹ù«ýdŽ','',0,'?'),(_binary '\ÏÖŽ6üb9ªaÁ#s+W','wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZyŸ\ãÀ\í€Pø„902¡',_binary '\r‹w±Yû±;O\'øl/7G÷K¼F €¥ „¸‰','',0,'?'),(_binary '\Ï\×\rDMV™1*·û”	“','wp-content/themes/sinatra/assets/js/dev/vendors/flexibility.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/vendors/flexibility.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w\Ñ‹Y$>’¬¢e§Å©\è£',_binary '±j_\ê\Ü\í¬$®\ÂB­B\ê´^-\ÂŠ\È@\åVf\í»\â‰Áb','',0,'?'),(_binary '\Ï\×€yKv\ç\Ó.ù\Z±','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>¹„_\Ð3õ\ÑNw°#÷',_binary '\àÇ¥\ãmZz*,=:\n½\Ù-\è3™™|£\Äù!“\ã\ß','',0,'?'),(_binary '\ÏÝ™ªP(™ƒ\ÉO\'E‘ùe','wp-includes/js/jquery/ui/effect.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\ÝM\Ê|°’\á†n¨¨#',_binary 'ŠtŠ]\Ê\\”\à\×8\Ù0¯=ü\0)4Z8«\Ìx\æ†0ì·‹ 1','',0,'?'),(_binary '\ÏÝš»y.\0\åöØœ¨iþ','wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n=§,m]ó\éq\îbÄŽŒª',_binary '\ä)­\Â\È0…\å]¿¤˜¹Ì¼kvV¼m`›\Ê§bRn','',0,'?'),(_binary '\ÏßŽµš\rš©®.g&\Åô','wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!&#wJ\Z‹\Ô ·\ÕdF',_binary 'G\Ð}\Ë\è‹NA˜Yò·š¼œ Mž‹¸«-ñð€b\È7','',0,'?'),(_binary '\Ï\áT\Æ\ÓN‡>{\Ã}_ð\î³','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesCustomDimensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesCustomDimensions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'rö;™!\éH•Ÿd\îH',_binary 'ù\áöóÁ¾Ž©Ò½[\æ	º§TB\Ü}‹s\Ã\Ì\n<þ+­Î¦','',0,'?'),(_binary '\Ï\áÁÁ˜$”a²Egú\ì\Ø\ç','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/EventService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/EventService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý‡¨ \0ºHNxó\0AGµ',_binary 'u4A\ÎIÁ\Ô\ÚI¶Á{w\âƒ] ]«ôˆ¯®× }\ë\n\Û­','',0,'?'),(_binary '\Ï\ãS<C£Õ§Ÿ6g¿)','wp-includes/Requests/src/Exception/Http/Status408.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status408.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Lú\Ù\È\â\Ç]pÃ¦ÖŠKý\É',_binary '«|g\Õ+}ÕºIwô«y\ëTlfO\r¢\ÆOœdî˜ ','',0,'?'),(_binary '\Ï\å(ƒWkD÷Œ{\ìf.\Å','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à—gÖžû(z$I,',_binary '=ƒVO½¶€×‚U˜–_Pg\ÅKŠ\æ¡\ÖÛ•«¦¯¾l','',0,'?'),(_binary '\Ïè¡¡‚\É\äõ¶À\Ökü8)','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/287.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/287.js',0,_binary 'Dáº¨8G*\èž\Çu)\â:g¶',_binary 'Dáº¨8G*\èž\Çu)\â:g¶',_binary '\ØUòøGZTw¶\Û7)F¾=VS\Þ@³I.põp\æˆ\Ó','',0,'?'),(_binary '\Ïé‹­¡‚{^ªMU*ô_','wp-includes/js/twemoji.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/twemoji.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½°&\à·÷k‰ÁÄŠX\çN',_binary 'Ž%=tuÁplýL+W.¾\í¨y«ŽÁõ{\Ì\ïq\n“†\é','',0,'?'),(_binary '\Ïõ<Ë·\éu¥’©\êQš¯£','wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öX \îg¹uúø\Ò\Ú\Å\ØgJñ',_binary '‰ÁN?«)“ød¨D$\àŒ\Ì\Ñz[´mšÙšv•	°K','',0,'?'),(_binary '\Ïüô\\TŸ¨@SO\á|m','wp-includes/blocks/audio/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—Îœ\é?¨˜	°þ\ê›h¬',_binary '•\0[ž\ÂÞˆ\ÍDx\êeRSù{7¥”¢\îMz‚\ÄM¯\Ë[Ñ§','',0,'?'),(_binary '\Ïý½ˆ)µ­@§Œ¿\Û`U','wp-content/plugins/elementor/assets/js/packages/icons/icons.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/icons/icons.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù#\'°û†zKŸŸ\Ñy\É',_binary '¯\ë/\Ë\'°¿{“CqñBe+\Ñ;n÷…g\ä\Õt\Ê(\Ì','',0,'?'),(_binary '\Ïþ=ÉŸœp‘7\Ì\Ë\åD£’','wp-content/themes/houzez/single-property.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/single-property.php',0,_binary 'v3ƒÀÝ¬ +i—u\ë',_binary 'v3ƒÀÝ¬ +i—u\ë',_binary '\"7­cú#)\æ\æ\\ò\â\á–y$\×Ð„·À¥C\ÊÙ¿ªn˜Z','',0,'?'),(_binary '\Ïÿ@¶÷AO=	òyA¼','wp-includes/class-wp-paused-extensions-storage.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-paused-extensions-storage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O«Ü†L\éªu:Jš\à\ì§',_binary '’,8k½\ÎŸNðf\Zi»}½\Ù:T(\Ç>\r7®\à','',0,'?'),(_binary '\Ð\0¯»—·L\Ð\Ä\Õ%½E‹','wp-content/plugins/wordfence/js/jquery.colorbox.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/jquery.colorbox.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(Oˆ0%6Œ9óe§3\åj',_binary '{\âLý#\í\r˜]\àý\ngL8P,µü¢@—\êIr,{ \Ä','',0,'?'),(_binary '\Ð¬]mÙ²§	â–­\ì','wp-content/plugins/wordfence/vendor/composer/installed.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/installed.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M\ã£X\"‘ Æ·»U‚]\\',_binary '*¤5–Å“­\á,žôVu‚C*‚_\ïõôo1\nPCœ\rF','',0,'?'),(_binary '\Ð\ì¼ú¦‚gs˜†)Ý…','wp-includes/blocks/latest-posts/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'óR99ÿõ1…º',_binary '´‰c©%”/¬¢U|#ºF_·s`:x¹hŽ\Z¥\Ï\r\Òó\ë','',0,'?'),(_binary '\Ð(ô…\çc`\Ã\×,\Çm¾','wp-content/plugins/elementor/includes/controls/tab.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/tab.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«„\ï\ÊBtžÜœ¶»~HYo',_binary '\0qÁ\ç`¢%r÷(¬Ç™K‹9½.|¡6 õY9\áÔª‚','',0,'?'),(_binary '\ÐT³’a\\rx­\Ö	\í¾','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.oc.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.oc.min.js',0,_binary '!@\Ç\Ò~‘\à\Ð\Æ?y–®',_binary '!@\Ç\Ò~‘\à\Ð\Æ?y–®',_binary 'bñ©Bžz³+¹1žû\ÜlX0›7hó2¶\ÓñA\è–\ØO','',0,'?'),(_binary '\Ðµ†~‹1|v\å_±¦\ë“','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†\\xo%i,Ÿgr%Eq\î¯5',_binary '¦L¬­hu\ã$\ÕKp±‚(Š:Nò‡”ÌœŠ\n\ç\ìQŸ','',0,'?'),(_binary '\ÐøO™§\'¶@‚‰«VOŠC','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o¾\ç»Ý¡ó¶\Óuò\í7\Ý',_binary '3JðF¡r\Ã\ê\Öpj\×É€\ãüs;­¤!\Ç\é\ä¯]\ã','',0,'?'),(_binary '\Ð#\ânÁ0¬_Ž0‹§$','wp-content/plugins/revslider/public/assets/svg/content/ic_link_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_link_24px.svg',0,_binary '°`ótì­‡•‘°ýJñ/ô',_binary '°`ótì­‡•‘°ýJñ/ô',_binary 'm\Ø\Ú.\ç<YŽô?\Ì\Í?¦nˆ\Z`jýxƒ\Õhƒ°','',0,'?'),(_binary '\Ð%#óº\étÁ\Ïò4„x','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y¨Wû0{X\ån§Zÿ0',_binary '\Å\0AVðŒRXˆ\ÊÈ•\Ê~\Ü\ád§^\í/)…@Rò\Æ','',0,'?'),(_binary '\Ð/(\Ñ¦\Þ\ç<\Ñ\r9™õ','wp-content/themes/sinatra/inc/customizer/controls/widget/widget.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/widget/widget.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢\Ýk\Æz«sxY	X¬‚;',_binary '\éo£&ºE“\ëš\é=¢\Ý\Úc´¿o”O³g÷\çPbÖ°j™','',0,'?'),(_binary '\Ð1@Žjöc‡žX}\É`-','wp-content/themes/houzez/framework/options/advanced-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/advanced-search.php',0,_binary '_%\ç]+MXjýƒ.ý',_binary '_%\ç]+MXjýƒ.ý',_binary 'm†ü\Æ\"‡T\ÊG\ïC<]\éew®%¶\é4gú\á³„N°','',0,'?'),(_binary '\Ð9Š\ËmXemµ\Í]sb±w','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@EjñÀú@g\0úvg·\Ü',_binary '\Ö4ó±\Ì,²÷\Ý\Åh	ƒD:õ}\à\á\ê&37E\ÛZñª~E','',0,'?'),(_binary '\Ð:A9\ëA‡IË½\Ì:×ª','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Owner_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Owner_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Gøi|Áû»\ãR27ŸC\Õ',_binary 'ðý\ì\Û\'Š‰\ÚFÎŠ¨\Ø}ƒÀJ<27\Òònv%–','',0,'?'),(_binary '\Ð:µpP¦À‡‘=…!1\Ý','wp-content/themes/sinatra/inc/customizer/assets/images/header-layout-1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/header-layout-1.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$\È $\ãS\ì,ý\Ï_>†\êD\í',_binary 'mÿõ\Â:&\Í*¦\ÈKÎ®\Ý\É2—\Å\ã1xÙšß¹R”ƒ…','',0,'?'),(_binary '\Ð>6bY£¹•AUFð.','wp-includes/blocks/archives.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸<òº?‚\Æ\Çkt\\\Ó&',_binary '\Òõ¯j_x2Ø´þòq†\ã‡\çŠv‹\Å?3…ü\ßcŸg','',0,'?'),(_binary '\Ð>›s\Ël›WD7õM°','wp-includes/bookmark-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/bookmark-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZbE·œ $„!Zw!\'',_binary '{\Æ\ndÿ\ÂÔ·•€9üDZ„õ¥)’\Õðÿ^Pø\å˜-$ED','',0,'?'),(_binary '\ÐE\n\Ò\"ú¦¯r-\Ø<\ßw ³','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€Lii\éuc…Fc‹jZ\ØP8',_binary '\×ý@\Â2\í\×;‚¡Hrp»\Ì<…°³\ÕgY¤\×$z/ü±','',0,'?'),(_binary '\ÐL`@ò‡¡\ëè¿‰Û»P>¨','wp-content/plugins/revslider/public/assets/svg/action/ic_offline_pin_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_offline_pin_24px.svg',0,_binary '„¡Û»)¿y#â§ˆ<q\í',_binary '„¡Û»)¿y#â§ˆ<q\í',_binary '® ºòŽ4©ù„P}\Ç-L‡u‘!\çq\ï4[\'®x\ä','',0,'?'),(_binary '\ÐT\É\Ü@C9%i²','wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ón˜~öeAh\è˜!¡¸!',_binary '‡\Ý\ëV†ƒ9±b\'?J$€­£9A> .\ÎT¨&x²Šk','',0,'?'),(_binary '\ÐU™‡½r’\ÈýqZ‡-–±','wp-content/themes/sinatra/template-parts/entry/format/media-gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-gallery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„\æüŸ\ÖR\çŽ\èr\0Ö‰.\É',_binary '¯¶[6KP<}FC\Ïiz(Î´0\Ó^f½©10\Ü\Ì','',0,'?'),(_binary '\Ð]\\]‹d´ÕoœaT\Ó','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}Á·s‡6\Ý\Ä_ºkÝŽøƒ',_binary '\Öú‚©\ÒQq¶Ù¦!®ub_\æK0H®ö\å>\í®\Ô\Â,z%Ÿ','',0,'?'),(_binary '\Ð]\Þ$f„\à­	\Å4\èýaŠ','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/LambdaHelper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/LambdaHelper.php',0,_binary '\"­ðÿD+¹\Ù\rNð6',_binary '\"­ðÿD+¹\Ù\rNð6',_binary 'ò™…Y\'2cð¸_u¾k_†\n+}2wtI\Òr‘g˜³´','',0,'?'),(_binary '\Ð^%Ò‰\ÊÍŸ\ÝeÒˆèŒ’\Ö','wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÀC\Òþô,\rD\Ô)	ž‹\r',_binary '¤†C# ¨\ÜÌ•y\în¿bµV\Ã^X	Hûb²D0E\çú˜1','',0,'?'),(_binary '\Ðac \ÔI}\ËfœÈ„\åÍ¾','wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ïó‹ñüû:\à´†\ã!\í',_binary 'È»¿\ÓÙ­“ù3µø¿\Ø]“J’¥73ÿ*pªZ@„Lù\ê','',0,'?'),(_binary '\Ðgz_µMvf²­~\Å','wp-includes/css/dist/block-library/classic-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/classic-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý®uº\ØxŒ\Ã2\Ä\ê˜V8C',_binary '69­\á\éò\ØS\î$µ\ÌB#\çn.0\É%8\ÕlF*$\"\Ã','',0,'?'),(_binary '\Ðg®‘ŒS¤©Q>\ëì€0m','wp-content/plugins/updraftplus/images/notices/black_friday.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/black_friday.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞÁ`Pˆc™š(0w\Ë',_binary '/a\Íj\Õ/ô3ñ’\æ9ý/J”\Êø,J^A\Ëû‚‘bB§','',0,'?'),(_binary '\Ðm\Z\ä[\î/jeI[»Áw’','wp-content/plugins/revslider/public/assets/svg/av/ic_mic_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_mic_24px.svg',0,_binary '³+ \n1õ”b7c	Š\Ö<',_binary '³+ \n1õ”b7c	Š\Ö<',_binary 'ms;\à\ë-ûn s\Í<i;b# ³\0Ds\æiOX\ÇxY\Ûðƒ','',0,'?'),(_binary '\Ðm \ÅN&\É\"\Ï‚÷\î¢','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/functions.php',0,_binary 'e¢”\\\î÷³ •—f:\"É¬',_binary 'e¢”\\\î÷³ •—f:\"É¬',_binary '\ÍZ¼±Br@ò­IÐ­#\à\Ç\Ç,ò£N(\í=kR\Ò','',0,'?'),(_binary '\Ðn$[Ð‚…þ©\ëØ§kG®','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListContainersResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListContainersResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\×=þ¸\Ñ=µ|`ô\ï\"ð¥w',_binary '\Þß´vtyE§\ËùVsiù42ºÊª¼5d\Ü÷_{u›\Z','',0,'?'),(_binary '\Ðuu\Ü3	Nøsj\Ö\Û=\Ù&Œ','wp-content/plugins/google-site-kit/third-party/google/auth/src/OAuth2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/OAuth2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	^Q÷žxÙª>ÐŸLh“\Ô',_binary '(qF\èQV\n aõŸ‰…£*\\:þ¯ .»yó:4·0!','',0,'?'),(_binary '\Ðwu¹o\íú\Z†\Í\'T\Z ','wp-content/themes/sinatra/inc/customizer/assets/js/dev/customize-dependency.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/js/dev/customize-dependency.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿H\×ü»\æ«y\'›Iƒ&',_binary '\ç‘\Û\æWó!«zÈ£\Ï.V™Cg§jZ\ÐNr¯\'P@E\Ù','',0,'?'),(_binary '\Ðx81‡zóHnœ\ÉA³T','wp-content/plugins/wordpress-seo/css/dist/workouts-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/workouts-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v…Ë€üt³\Õ\Ñò°ÀÀ•',_binary 'gë¦®ƒ7©*“Jcô28zô0bjcYim@sô‘~n','',0,'?'),(_binary '\Ð0†>ˆw\"I¶\Úh\×ñ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsReaders.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsReaders.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´XP«¯\Í\âQ?»{F\çû',_binary '³­I´\Ú\Ðv¬°½‰\Z)\ßð\Èyaj5ŒjgdÄ¨\Ñ\Ðh5ý','',0,'?'),(_binary 'Ðvyÿ©»<mCÆ—³\ÍD','wp-content/plugins/revslider/public/assets/svg/hardware/ic_dock_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_dock_24px.svg',0,_binary '½¶\ïµ!¹‚½ÿ_;W»rô',_binary '½¶\ïµ!¹‚½ÿ_;W»rô',_binary '€¨;\ã~y¼Œ\Û\Å>‰\×lñ!;µ\Û©8­{ºg','',0,'?'),(_binary 'Ð„A,ç¸¡\Z›£zBEŒ¹','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-youtube.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-youtube.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ò¡_’j«ðó}\ãi\Äf&\Îr',_binary '\Î\ï×¥4K\0‹}÷\\\é71E#\Ë4·1$Ö‚\ä\Ù\Ã\í','',0,'?'),(_binary 'Ð‹V\ÄjLMz\ÉØ«ý\îÑº','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“%\é\îS2‰\Ôñ?²x”\Î\ì',_binary '´\ßýhTA\äð·n\Â\íŒšŽŒž»V&Nn\ê¾ó¶—¡','',0,'?'),(_binary 'Ð€\"¡hz%dTÌ©¢ô','wp-content/plugins/wpforms-lite/src/Admin/Forms/UserTemplates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/UserTemplates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'AÈ !\Ä#þ°ðG/±¢O¢',_binary 'Æœ˜w\çcY\ã”p…\â€Mµ)u\ÙD³\ÄkH¡‹`’‡\ÑS','',0,'?'),(_binary 'Ð²7»¹ø\×`¿|wda','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/CascadingLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/CascadingLoader.php',0,_binary 'I\êK\Ô\ì„\Ú\ÅLñ\Z•¨',_binary 'I\êK\Ô\ì„\Ú\ÅLñ\Z•¨',_binary 'ý’÷—²sg\Ò#aM\ÚÎ®\ç\Ý^¯ðÀ\éKýºN\ä—','',0,'?'),(_binary 'Ðœþ¿³eÀ\ÖRö“;§š‹\ê','wp-content/themes/houzez/template-parts/dashboard/statistics/views.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/views.php',0,_binary 'Oâ¯­Cñ\Ã\Òk¸\á*\ê',_binary 'Oâ¯­Cñ\Ã\Òk¸\á*\ê',_binary 'sBŽ1ûC°h\Ñ\êi\Æ5ó\éxÓ¤\Öþ[oslš<ù','',0,'?'),(_binary 'Ð¡\"T=F:¡ª\éÐ€\Åû','wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f¢\r\èÒ›Æ¦½Ln[\å9M',_binary '¦%¢\çMq\Ý:§$‡¨®¡lQW½oD@\éA…0gIÞƒ','',0,'?'),(_binary 'Ð¡§‡k\î‚\Ü\ì\n)~Vû','wp-content/themes/houzez/framework/stripe-php/lib/Balance.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Balance.php',0,_binary '©ES!­UVy—\'$œ\Õ',_binary '©ES!­UVy—\'$œ\Õ',_binary '\\W¦G\åUQ\ìkù\Ý‰/¬\Ï?\Ð\Þeù’}—@¥ò\Ê¡','',0,'?'),(_binary 'Ð¢’íŽ¹‚|\áŽ\Ñ\ä\Ø@','wp-includes/images/smilies/icon_arrow.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_arrow.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' 	\ÉÿJ<\Ögþ\Ìo9:x',_binary '¥nc²\î\Öx0’Ä¥\ã\Â\át‹”N…¡\ØÞ¾Y2X\0!','',0,'?'),(_binary 'Ð©D\æ\Î=)œ@‹—¦·‹?','wp-content/plugins/elementor/assets/js/frontend.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/frontend.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù´o·ô)\ßB–•ý$ò',_binary 'ý2XcB\Í\r¤6¯Pvi™S”õŒ®¬\Ò\íos9\Ë\Ö4','',0,'?'),(_binary 'Ð®¡\Øv\ÒWLÑ¤©š','wp-content/plugins/wordpress-seo/images/readability-icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/readability-icon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i¢‹“Fh0½\ØB\ãŽ\ã}´',_binary 'ÁW»ÿ\nÀßƒ¦ì™¹º\Ó÷‰\ß7ø`r\Ü\Å{IN\ÒF','',0,'?'),(_binary 'Ð±\ìüÿzBu°i§\ï#ui','wp-content/plugins/wordpress-seo/css/dist/monorepo-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/monorepo-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r4\Ìy…\ÕèŒ¹B\ÛŽ',_binary 'd•1\0O^õ«^²bO\î\î.\Ì\Ñ\ï0³l„\å\Ò\åSi/°','',0,'?'),(_binary 'Ð²=¸`uWƒNDý\Ç\Ó','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/second-price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/second-price.php',0,_binary '5o¬k5\È\è\ÈR\ìƒ\ãJ\é*',_binary '5o¬k5\È\è\ÈR\ìƒ\ãJ\é*',_binary '[\áXh\ÝCs-zH\ç5›ÁÛŸ÷8”·Œ]V–b¥@\ß','',0,'?'),(_binary 'Ðµ]\á\0ˆ;¤sCÀ\ä\Ü','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=÷.¿D\ÕGg—d‚X\Õ',_binary '1ˆ^\î«\Âóc‘#(\Íæ¿«\àT”VhQG>C	ˆK','',0,'?'),(_binary 'Ð·\åóxg½\ÞA+ÿ–dN£y','wp-content/plugins/elementor/assets/images/app/site-editor/product.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/product.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý¦	Ò®÷TÇ“@\ËÙ‚',_binary 'Jÿø0NW×¢¬z‚‚¯Èp5N\Õ\Éò_+—\âEXE','',0,'?'),(_binary 'Ð¹B0üÐ§3\ã½p@RÜ','wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†T;\Ê\Ø\Èà¹«•zG',_binary '8þ4C\Ü 5-„\ïª.I@.\æ2\rš$¯­`0ÌŒÁºþ','',0,'?'),(_binary '\Ð\Â\ç\Ä/ðEmSñ\íþ~ô','wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùh\Ùu\ZN®_0X\Ì',_binary '`${(?6\Æme¹xd\'¼Â©\Ó\áP\Ô™\ÍjnÚ˜W','',0,'?'),(_binary '\Ð\É\ÉŠŽ.p]¼\È½\àZ','wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·\ÙH°œLM‹ñ\î]j8•\Ò',_binary '[lj=“\à‡B[\n\"¿±\ÉuB¾u[Ud\æ²R>±eÎ«','',0,'?'),(_binary '\Ð\Íu|¾=:£1¾\ç\Òvø','wp-includes/blocks/post-excerpt/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©	“<\ë•\Ð\r\'w9zR',_binary 'OšFsoKL*\Õ(\n\Öb\â`†fNXƒsSÔš†\\S¡]','',0,'?'),(_binary '\Ð\Ö2[ñv\\)›I†\ÝðQ','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~/\ê\\ž/0oÒ¹	×¢\Ú\\',_binary '•\çú±g\ÖZ”\ËxEÄ´÷Î—M&3r\àøq‹c\ÔlTG\Å','',0,'?'),(_binary '\Ð\Ø^º\\¶X\èPvS¬\\÷{','wp-admin/js/media-upload.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/media-upload.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F‹ß»V?\Â\ßa\Ïn\r\Èº',_binary '™E¥ŸÀÿ\ä‘òa,Ÿ\Z‚\á,yM /\\iQ\ÙÓ \"\Ò?28','',0,'?'),(_binary '\Ð\Ù\çf-PtFH¡{j¦Š','wp-content/plugins/revslider/public/assets/svg/communication/ic_swap_calls_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_swap_calls_24px.svg',0,_binary '÷k\âù\r½&–J™\Ðg¤¦',_binary '÷k\âù\r½&–J™\Ðg¤¦',_binary '?\ÊT€\ÃR4Žk\íP“E‹eÂ˜M‚\Él[Ayò©','',0,'?'),(_binary '\Ð\àŠ#XfO‚¬‰\ÔÿÑ¼a¿','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/thrive-leads.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/thrive-leads.php',0,_binary '\Ë8z‹ˆô1òT÷Ò¨\ÞY8',_binary '\Ë8z‹ˆô1òT÷Ò¨\ÞY8',_binary '‡\Î:V/Sa9 ý–\ËY%¢\ìX{\ëU³‡Õ’\ëZ','',0,'?'),(_binary '\Ð\âŒ\Ï`¯~P¾0N\ç6H','wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ïax[T‡œghŒõ\Ã',_binary '\Ó]\\·£Gv¶Kò¾®}£0ºýôñ¼Cû\Ú','',0,'?'),(_binary '\Ð\ä÷\ÊÑ¹\Õ*¹v\ÅAP\â','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_Helpers_Legacy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_Helpers_Legacy.php',0,_binary '”–%+G\ØH‘\ï\ZÁÁ\çTö\ç',_binary '”–%+G\ØH‘\ï\ZÁÁ\çTö\ç',_binary 'ø\n\ëfj».7e\n9½e²úþ\É\0 ³@˜E~\Í\0U\Ñ','',0,'?'),(_binary '\Ð\æ3(l\Òr˜Ni\í\îÔ·•P','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-delete.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-delete.svg',0,_binary '\ßNs\Ê/^\Ì\r•\ÉY}\Øô',_binary '\ßNs\Ê/^\Ì\r•\ÉY}\Øô',_binary 'w½óº[h8\0¬*L	4þ¥‰\'\r’An–„O½.º=.Á','',0,'?'),(_binary '\Ð\èú\Ù^ž‰\ÚG\ãç”\Ý%','wp-content/plugins/wordfence/lib/wfScanFileLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanFileLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2%Ÿá»°åšƒg¿@Îž¨',_binary '„\Zc¨BQ„Š\ìò¡\ïÁ\å\ÙVY N–EgI%3<cõ°vX','',0,'?'),(_binary '\Ðñ½>—O]6þ\Í9\ïMSš','wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½2»‡E\Û\êú{=k!¿;1•',_binary 'x„ö‚7†´.\Â;.Q=\äý‚Ïž\Û<«wû1\î\n¼I','',0,'?'),(_binary '\ÐóO\ÆK5°\çDô\è\Æ\\š\r','wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÅR¼\ægõ\Ø5O\Ñ5>s‰',_binary '¤\\:µ\ç©hpó\ßAu.–¥ÁkG¨CsHü¿\ça','',0,'?'),(_binary '\Ðô´V´õ\Ã1˜\\fOø\Ú','wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_Legacy_Keys_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_Legacy_Keys_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZHyûRh€¿Ž(\Ð>',_binary 'ƒ“Z©qKû\Éu \ä’\í\"½š·\î\ÜX\åmU°gR','',0,'?'),(_binary '\Ðô\Ò\Ï\Í,\Ù\áñf\ë\×','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y2eR\Å\Ñ\ÛÛ»ÀI\è‹\Õ',_binary 'Rws\Êú5Ç¨6þþ\Ö\æ¡Ð¢öKxôži,u|»\Ü','',0,'?'),(_binary '\Ðü!Z¹&kAyXý\Û\áŸ)','wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aOYc\Í*C)\ë‚ˆž†%\Ê',_binary '\æ©û~\Ð$;V|¸´&8˜¤mpÈ›\â\ÓhŽ¼¾>›\î','',0,'?'),(_binary '\Ñ\0D”E ¹!Ü¯ŒQ!kÁù','wp-content/plugins/wpforms-lite/assets/images/about/plugin-seedprod.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-seedprod.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\nHN·S”óN ‰¨p1',_binary '?>šg 	\Þgº\\\æ)l—<Ü–/‡ñ—x\êvú\è¦','',0,'?'),(_binary '\ÑœEU»«ô-Ñ„ƒM\Þ\ê:','wp-includes/blocks/more/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/more/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þz©\Å\ì\Ý\ëñ\â\â™uó„…d',_binary 'þ\äy*¾C\Ä\ë6W\çÀº¼ÕÛ³\Ãw/\Ö8õ¨:¥t¾·','',0,'?'),(_binary '\ÑÀ‰QuªA	I\ÆÀ.','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/area-switcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/area-switcher.php',0,_binary '÷ºa6Büo\Õ\Ó\çb*\æ\è',_binary '÷ºa6Büo\Õ\Ó\çb*\æ\è',_binary ']nåªŸ[^\á1U%Î¢Œb\Â%\\ZÙ¾c\Û\'\ë','',0,'?'),(_binary '\Ñ	dLö—F\å¬q~	ö\Ë','wp-content/themes/houzez/template-parts/dashboard/dashboard-snake-nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/dashboard-snake-nav.php',0,_binary 'Žò1‰2¹\ÜóA*Uè¦µ',_binary 'Žò1‰2¹\ÜóA*Uè¦µ',_binary '¸1¿RyYEª¿»K÷\Öm£Xl÷H2Æ¿}¯sªã…Ÿ','',0,'?'),(_binary '\Ñ	B~m9»bnb›Å‡`=','wp-includes/blocks/details/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™2G\àa\ä F²!P^',_binary '#_*\Ë\Ù%)Ÿ&k\Â\Â;ÿ¦\â]V‘±~\ì½zo','',0,'?'),(_binary '\ÑY‚•N\ß\ÈÔ®µb•6','wp-content/plugins/redux-framework/redux-core/assets/js/redux/redux-hook.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/redux-hook.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F;~@Ef€R«€\"e\ë­\Â',_binary 'z+ð\ØB™Á\Ê^`\Òü\àz¿\ÚW{\ä–L\ä\n\ß¡ô*\Ö','',0,'?'),(_binary '\Ñ\Z\îb\Ñ\æÁm€A€bG¼\É','wp-content/plugins/elementor/modules/nested-tabs/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-tabs/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E$bFÞª\â‹\ÕtÙ°*',_binary ' N\'\Ù\Õ\ÈA3\É[<#˜\ÔPl<tº)CIƒÁ7§0','',0,'?'),(_binary '\Ñ#‡$t¸ì€¦ªô¿ˆM\Ä','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php',0,_binary '\Âq-\Ö*¯°úPh6\ÓÀ\Å',_binary '\Âq-\Ö*¯°úPh6\ÓÀ\Å',_binary '\à†cþó,Fn]f¿[Á£™¿—R~I%¶„¼W\ä\æ‹Óª','',0,'?'),(_binary '\Ñ&7Ù¿ò…\0&\Æù­‚8#','wp-content/plugins/revslider/public/assets/svg/av/ic_new_releases_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_new_releases_24px.svg',0,_binary 'Z’3Ë°örL‘n\×ýf\ìþÁ',_binary 'Z’3Ë°örL‘n\×ýf\ìþÁ',_binary '#¹ýN–?76Ò¶‘‡\è2G„\Æ\ÅkÁ5\Ìjü5E¸|ƒ','',0,'?'),(_binary '\Ñ&ºöx­9\niRu¹˜\ß','wp-content/plugins/updraftplus/includes/labelauty/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v¡\Êò¥x\rûða m.UR\Ö',_binary '¢tN—\ZqJˆÀ@ev,Ž¨\îBDúØ³„)\á°oq’','',0,'?'),(_binary '\Ñ2…€-£wJ=û\Í\Ú{ ‰','wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js',0,_binary 'Ñ…#ä¤ª©B\n†\ä\Ýß°uT',_binary 'Ñ…#ä¤ª©B\n†\ä\Ýß°uT',_binary 'khveþ§Ê›11¤@)¯yE”ÓŸ\çe¬\'§‘\\#9\ÒH','',0,'?'),(_binary '\Ñ3\ì\å1uùô\âx|ƒ‰F\ÕX','wp-content/themes/houzez/property-details/similar-properties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/similar-properties.php',0,_binary '…ø\çmH\ÊEÿGvp\Ùm\Õ\Ój',_binary '…ø\çmH\ÊEÿGvp\Ùm\Õ\Ój',_binary 'ø&r=T›|û€—À>Zb©4)\'x˜Q¼¤ø<¤MQ','',0,'?'),(_binary '\Ñ:¹\n\Ø\Çy­ËŒ\"4«','wp-includes/blocks/text-columns/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ\ë\ïwò\å`}\ÞNû\nºþX',_binary '¬t!\ï\ãþlŽ`¯|*µ^…«\Ù0»	\Ýl$C§»ò;‡\í','',0,'?'),(_binary '\Ñ:¿rfi\0$VvNê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\Ð47?Ô¦ôñÀf',_binary ')t=AþŸ¿‘\Ñ=l@d\Í\ã¿ŸSÀ=§}c\ÇÄ’e,\ë','',0,'?'),(_binary '\Ñ=™×’¾\äwŽ:\ã%?‰E','wp-content/themes/houzez/framework/stripe-php/lib/EphemeralKey.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/EphemeralKey.php',0,_binary 'Œ\íöBgÝ¢®Cq ±',_binary 'Œ\íöBgÝ¢®Cq ±',_binary 'Ð‚\Â+\ÂY\ìxmÊ.MXN¶W\Z¿šˆŠÀ\éq\0\Ê÷\"\Ì+','',0,'?'),(_binary '\ÑD¬p\çü­i±¿’','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/ignored.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/ignored.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šý\Ïõ\ÎüszQ\ÛgD\à†«',_binary 'ü_S‰œÐ§;\äR¸_wiú%ÙœK\Ìðˆ„€ªg¤i','',0,'?'),(_binary '\ÑI?ô$†9\\ù\Â_o¸Ê•','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ~‘\0\â=-%v_’\Û\ÞP',_binary '\ï5\Äs\Ã¢`÷1z.\ß1T÷ŠP&ÿ6Fß³¼œy','',0,'?'),(_binary '\ÑJB\Ë\Þ\ßR–ú1NõþŠ»0','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/Captcha.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/Captcha.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ú¹\ìù£2.®ò\Ðl2\È',_binary '¤\Ôþ\Ø\Î­”TVŸn5©•röx\Î\åaRk\Ö?I«','',0,'?'),(_binary '\ÑUX®HJu¤òD\æGa¿y','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-install.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô¨5RPó¦¦¿\ÎÜ¡¿nž\'',_binary 'œ\Ó\Û\"\ÌN£ÿ\Ó\0\'ZV·Ô¾Û¤I˜S)¡\Å','',0,'?'),(_binary '\Ñ[™Ü¦\Ø_u ¨{”(\é','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field@2x.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field@2x.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fÞ¼rò6;\"lpb¤k',_binary 'òV5W¬dn,[{\á¨\Ð}of&•\Ö\Äf¼º†ñz¸÷\Ã\Ý','',0,'?'),(_binary '\Ñ_\\c9mLŠv\é\è£1‰\Ñü','wp-includes/compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7,…q\á\ä5,N$5úµñ',_binary 'LÊ˜½\áª\Ê`j\\\Ã9þÛ“\n4\Ç\Ý4@Rl\ì\Ôý','',0,'?'),(_binary '\ÑdÆƒ«$f2‚1ø‘\Ø;=','wp-content/plugins/revslider/public/assets/svg/notification/ic_bluetooth_audio_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_bluetooth_audio_24px.svg',0,_binary 'c\r;¶IÌŒ­¹_ó‚\á',_binary 'c\r;¶IÌŒ­¹_ó‚\á',_binary '>TV\nC~8™LOÉ\Ù\ÐY‰vKË¶žDe»¬\'‰%','',0,'?'),(_binary '\Ñgúø\ît$Zƒ¿\Ú\n9}m¼','wp-content/themes/houzez/template/template-listing-grid-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v2.php',0,_binary 'ð\Âû>¯¯\0\Ù\ìÎ€\É',_binary 'ð\Âû>¯¯\0\Ù\ìÎ€\É',_binary 'm”ý2mðIUÁ\Íú5\Ü[4òh;\ZDF¥e$9—\ÉÁ','',0,'?'),(_binary '\ÑmaõvMvŸKó³¥\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êö ’2%\\½¹¸&\"PÀ',_binary '\Ü6_]Wü•>VXv¶ðB„\æÓ¾¸u\áK$Þ°9þ|]E\r','',0,'?'),(_binary '\Ñmª?\ç\\šÿÏªaGò®Fô','wp-content/themes/twentytwentytwo/parts/header-large-dark.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/parts/header-large-dark.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'NýÔ»†÷U_›ml\0BY5',_binary '›&®‡0M/WGbv‹?õÀ\éº\Ë1m.™þ¼2\Ì%v','',0,'?'),(_binary '\ÑqN\Çu‡\æ\"\Êü`yf|','wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ýºøý75™N\Å\n8öuø',_binary 'rµÅ‰÷{^‰o2‹g]\â\ágh\êjòÕ¢gP×ª™Yq°','',0,'?'),(_binary '\ÑuRl£t\Ð\Ý\ÍÀ´\"“\Ñ','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\íû7ÖŠi[L¯9ÆH	¥',_binary 'ß¹{8(ü•Ãatûÿ\0C\Ôn3Q\í„Ú¤\n‰l?¼$yñ','',0,'?'),(_binary '\Ñ{¤€¼i§/\Õ;*žòŠ','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡qx\"¢LŽT€ô\Ð\ÍÝ‚n',_binary '­µÞ’1fB\Ïf9Jm\ÜcGÀi\Õ\ë\ç%ÍžII\í×©\Ñ','',0,'?'),(_binary 'ÑMeš‡:\ÓØ©?j\êò','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ¹]\ëÀ8²\ïa¡”g&ù%',_binary ' Ê‚!n ’¤w¬«”u;VŸ6*\ÄÉš;@v›\ê¦ýköd','',0,'?'),(_binary 'Ñ‚–\ÖÂ°)\×\í\Þ&\âT£','wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ\Ùñfµ±Â‘þöR³\êA&',_binary ',e\æ,\r$l·š!!f«v‘ºGx\Ô\0ô¸\0$ñ.<ô','',0,'?'),(_binary 'Ñ‚ˆc/JE\ÍJQyR¥yÊ‰','wp-content/themes/houzez/template-parts/realtors/agent/agent-grid-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/agent-grid-v2.php',0,_binary '²7\ã3ª\ë´m\Ú4[“h',_binary '²7\ã3ª\ë´m\Ú4[“h',_binary '“\íxn¶¿J°­š\Ö u\å\Êö–\Øøi)¸£YÅ¾@[e','',0,'?'),(_binary 'Ñ‰¥¥…KÂŽ\Õc\Ú\Ù7#','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/scales.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/scales.svg',0,_binary 'u£å¦ªd\×_Ei-’j>',_binary 'u£å¦ªd\×_Ei-’j>',_binary 'p\Øô\Z´„ˆ+CD\ïZõ\éÄ•,ªRôz†\'\×þƒ¯','',0,'?'),(_binary 'ÑÚ¬xV&ˆTZxjw•‚','wp-includes/blocks/footnotes/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/footnotes/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š«.\ç\î÷QŒ¬¼f\ænó3',_binary 'l\ßi+!\ë)f%%\Ðu¥!\ÎY„e¸\Ç\Ô\æ4\'¤–™¾','',0,'?'),(_binary 'ÑŽ)3C\åpLÙœ0µ=´ŒÁ','wp-content/plugins/elementor/core/utils/str.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/str.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ÿ}•Eûl\ï1\ë÷\ZŒ\r˜',_binary '9¬H“œIe¬>ò\Å\çñŒ¢2Y(\Z1v~\Îkò\åƒ','',0,'?'),(_binary 'ÑŽ\Ú\Z÷‘\É\r3,\Z\åøþ‰','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's°m6\Î\ÑñIƒ1tjOƒ5',_binary '1%^!\çqq„üW\\ê‹‘T49ù³+\È]¢ò`ŠP$£q','',0,'?'),(_binary 'ÑŽù>1‚´‘\à\Ðf\Çr\â\Ð','wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder/admin-builder-lite.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder/admin-builder-lite.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š>R·†x}‚lA\É ;hX',_binary '\Ý!Q\ÂÁšý¶ó\ê\ÕJ0\å\ËNUöEÀ)”ci\É›õ','',0,'?'),(_binary 'Ñ:y)K´P¾ž-·\Õ\Þ','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/SiteName.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/SiteName.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4„%Û‚I‹xÐ‡½\Ç\Õ\Â',_binary 'ª ú?\×4öE“gm.*Œ\0>4Y\äRù\ß^\Ñ7_','',0,'?'),(_binary 'Ñ’€\Ü2\Ò*š«d\'','wp-content/plugins/revslider/public/assets/svg/notification/ic_sync_disabled_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sync_disabled_24px.svg',0,_binary 'wµÉºOòº\Ún—Á\í',_binary 'wµÉºOòº\Ún—Á\í',_binary '\Ö½ò6V“û†0\Ã\ÊV	\È\"µ¤\'¿œ\æ\î?7¦X…6','',0,'?'),(_binary 'Ñ”\Ýbl/Œ\Ø\è\î@\ÑN„]','wp-content/plugins/elementor/includes/controls/base-units.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/base-units.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-ÉƒøOŠ1W*7Ž¯H\r',_binary 'a_‹/5×‚o4L%õ\Ë9[Ð¯¡\æn­F`ó“¡Ü®','',0,'?'),(_binary 'Ñ•ºn…zù,5œRT„jS','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾lÿ.´š(\ëK‘pQ\Ùð',_binary '³Ù$rb=p\Ïh¹x\ËK£ù5]8\ÇQþ§˜R‰¯jn4','',0,'?'),(_binary 'Ñš£žbS\Þ\í”ùßƒ¶˜','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/virama.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/virama.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N„øð#UÊ†¯:ž',_binary 'lFgIwl\Ù\ão\â!¢\à;\à\Ò€5T¿;A»;n`','',0,'?'),(_binary 'Ñš\Ìs`kHt0dT3“i','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Survey.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Survey.php',0,_binary '‚Í­\\d˜†|ˆ:\ç\Ï\'mƒ',_binary '‚Í­\\d˜†|ˆ:\ç\Ï\'mƒ',_binary '•\Ø½\Úÿº>zõ^¢º¢8½µ·œuõ[Í£¡ª´:\Û','',0,'?'),(_binary 'Ñ›!\Ù¬8ÉŒ\Éþ\Ò\Èr”','wp-content/themes/houzez/template/template-listing-grid-v2-fullwidth-4cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v2-fullwidth-4cols.php',0,_binary '›\Æ¼H\Û\r;orþºv¼,',_binary '›\Æ¼H\Û\r;orþºv¼,',_binary '\ÄZ(y!je\êJ“F \Ë\ÔJ†Àt\ê\Zðu\ÉF3ˆ‰œ\æ\Ò`]','',0,'?'),(_binary 'Ñ›\×X\ÊC‹\ÛlBÈ†,\ç','wp-includes/blocks/query/view.min.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/view.min.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹õû5U\é\ìHÄ ¥†õ\n¦',_binary 'Ë­w\0tzw½ªºF²\á7”Ç¢‡¤XÎž§S¤¹u#t','',0,'?'),(_binary 'Ñõ`-0TvyQC·¬@','wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ä¿¥P4¤\âAGY<\â’',_binary 'z\Ê\á³#I/»|\àñ™xP\Þ‘¸^l;8-Íª)ÿ\r','',0,'?'),(_binary 'Ñ¬öA\ào¬\Ú*š”S›\Î\Ó\Ù','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/RefundService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/RefundService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï)S¯ø.„¶	\Ôþüúª',_binary '‡{W/™y|\ÓV\Ý7\"_U.\ë\ÍbúŽn\ÒþÕ›§&.\Ø','',0,'?'),(_binary 'Ñ¶É·z–HC\'³00wú*','wp-content/plugins/elementor/assets/css/widget-google_maps.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿\ß\ëdD!Àt9Añ5¶',_binary 'c“\Ö\âL\ç‘y”\rzY¤\ë•S$#\"\ë\ë&š~cˆ\å\Í8t','',0,'?'),(_binary 'Ñ¶\Ü\"<9ÞºŒZXmªÇ•','wp-includes/class-wp-theme-json-schema.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-theme-json-schema.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`y\Ï\äulî¦‡†ƒ[)',_binary '<Z5šª\è¤e\ì“w”s\Ýð[¿q‘“rœ½_\ì15\Æñ7¿','',0,'?'),(_binary '\ÑÂ´—À[,¦\Ð\Õ9\ä\ág','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GoalSetData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GoalSetData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Øi2<\'ª¬\Ä\é\\\îøÿÓ¥',_binary 'ñ“ÁMd.<\Ú}œ‡\ÜŒ-$‹Œ=¦\à2\Ð\Ôõ®J—·?','',0,'?'),(_binary '\Ñ\Æ/Ö—’e9¿òHË¹#n','wp-content/plugins/revslider/public/assets/svg/action/ic_lock_open_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_lock_open_24px.svg',0,_binary '^}—,š}\à*‹^]€,c',_binary '^}—,š}\à*‹^]€,c',_binary '\Z1*öbüSHœ¾Ð²(V&TzV\Ë\×?¶¼¦MXJ','',0,'?'),(_binary '\Ñ\Ëõ15n(Oý#\Ér:@ð','wp-content/plugins/wpforms-lite/vendor/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/autoload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Òf€†„Ø–«¾N\Ã>',_binary 'r\Ãg\ÛQ`\äó±‘\Ýô3\r”$–¥\Çg\Óu@ùi|®‹','',0,'?'),(_binary '\Ñ\Õ5(M]ø„ù\å\×nÝŸGü','wp-content/themes/houzez/template/template-listing-grid-v5-fullwidth-2cols.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v5-fullwidth-2cols.php',0,_binary '\ÞN¯F&Û”¾û\Ø\ëñ±Q',_binary '\ÞN¯F&Û”¾û\Ø\ëñ±Q',_binary '\á©\rFñ&1\'ýŠ\Î\ãUL²ü\rÍºûù	“í²†','',0,'?'),(_binary '\ÑÚ¹\Ñ/¾^¨\è¦\à\èk.x¢','wp-content/themes/sinatra/woocommerce/single-product/rating.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/single-product/rating.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1‚!’:\nU>	\ÂN¨@',_binary ';†‹V¾=lß†Ü«Ê§	nf7gúdÒ­ZœC\Ò(\Þ\Ð','',0,'?'),(_binary '\Ñ\äGHK	\ï\";#­fŽh…O','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Sôšu…aü|“\Ù5\r',_binary ' ü1›\É;€XòþÈã¿¾\\ø\Ð\"\\\ÌÙ£zW•¤)\á','',0,'?'),(_binary '\Ñ\äyHJ\Ügš{ð\ß\ÕÀ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/post.php',0,_binary '‘”§®T\âp\Änƒ6ŠŒ\Ð',_binary '‘”§®T\âp\Änƒ6ŠŒ\Ð',_binary '‹7\ËM>?û{yý™€…ž<)g7šu2w×§}[','',0,'?'),(_binary '\Ñ\èÐ£DšMyõ˜…k\ÔÁ','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/LiteralArgument.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/LiteralArgument.php',0,_binary '(Ëˆ\Ë`£\î\ßúÿ†ª\à\éRi',_binary '(Ëˆ\Ë`£\î\ßúÿ†ª\à\éRi',_binary '÷ž(¥ŒfÌY\áS\r8)°€e^w1Hÿ\âf<y©—X3D','',0,'?'),(_binary '\Ñò†¾\Ô_§V#ðªþ­\æBt','wp-content/wflogs/config-transient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/config-transient.php',0,_binary '\ÚOs;ŸaDzc84¶ö_',_binary '\ÚOs;ŸaDzc84¶ö_',_binary 'º\\wdÁ\Â\Õ\Þ²‘^C\'K–—C.\â\êb³a\â\Ã\Õ^ ®','',0,'?'),(_binary '\ÑöªŒÁ\ËmŽ\æ¡]õˆ1','wp-content/plugins/elementor/data/base/processor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/base/processor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À4ÿ\'»VþCû£½\î\É\0±\Ö',_binary 'Bw¥iY y.†\ØN\Õ]FT\n0\Ä`kø²õŽw\Õùo\Ê','',0,'?'),(_binary '\Ñù)û\Ä\rW¶±è¹£\×<O¬','wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äN\ä\ì=®s=Ü¡ž:¸.',_binary '4j\Þ!$‹JR§0”\âs4£qWµ”£B\Å\æÛ±4‹','',0,'?'),(_binary '\Ñù;J\ß_Ž¸­\×^u =ù','wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookFile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookFile.php',0,_binary ' £ª:O½¸‘)¶b\é',_binary ' £ª:O½¸‘)¶b\é',_binary '˜–K÷~|ÞH\Õ9¹‚1-°qºŠžm|;5\ê‰rf°\ÏJ','',0,'?'),(_binary '\Ñûv$Ù¹ F¬´\Ê\ÒU','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_classmap.php',0,_binary 'C÷ýE¤HEecX\Í4a\"\Û',_binary 'C÷ýE¤HEecX\Í4a\"\Û',_binary '\n\'oˆ\Ó\íòº\ÑEÌ¬\Þ1\ã˜\ÞÝ£OÁb\Õw`','',0,'?'),(_binary '\Ñü¼÷\ÝÇ†¥A©\Ö-‹\Ö\ç','wp-content/plugins/wpforms-lite/templates/admin/challenge/builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/challenge/builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÏrˆA…\ÓFE\å¹xÿ³£',_binary 'e±&ÎŽ]Q#ƒ\Ô\Ó·*þ‚\r`\ç7(Or\Ø{\ã	J','',0,'?'),(_binary '\Òj\\§(\ç°\á\Íi|ôxN','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-question.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-question.svg',0,_binary 'vS‘•€”\Zz\Õÿ\Í\Z\Ü\è‡',_binary 'vS‘•€”\Zz\Õÿ\Í\Z\Ü\è‡',_binary 'ÕŽ°\Çö2¹–X«·\ë›	w[üfµ\î\Éþ“zÙ}','',0,'?'),(_binary '\Ò\r•°H½Á\á6Cc\Ãø\\\ß','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+\ågòõ$‚s	sÂœ$',_binary 'M~Ó‘‘Ù½wLö§\Z\á$þ\\±0»½J\â;\Òô\ßAR','',0,'?'),(_binary '\ÒJh|±”0\çƒ`Zp˜E','wp-admin/user-edit.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/user-edit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô6=\êo\ÞY9JL±\0\Ò0€',_binary 'Ý‰\êŠ\Þ‹½Ýš&wEô@‡‹¬„¹(gJÜ YKµ\å','',0,'?'),(_binary '\Ò=cø—Jµ\\\ÒA´2²','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity/VerificationReport.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity/VerificationReport.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%¯*mxCi\Zý\Èl”{)`O',_binary '\nvdÁ–xÆšò…²ºû¤%Je”-)-1`{VŽ\Ë\ÍõqC','',0,'?'),(_binary '\Ò\0‹9i6©ÀxÀƒº','wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=@qôõu€\è¸\Í\Ê sZ',_binary 'eP‹Š\×M·\æsµŒs¹¤K\Í=t„\n,{W0÷\æÆ¢t²','',0,'?'),(_binary '\Ò¨Y:º¿R•\Â\ç|°n½J','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V*K¶S*†„^¿\Ê(}¨',_binary '\æü$.ö¶—A•\Ô^j\n3n\Î\Ñ\Ú^_L\äS','',0,'?'),(_binary '\Ò.ý»™ƒ4\ÓsJB+˜m','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-data-def4f4a434351223837f.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-data-def4f4a434351223837f.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\Ãh3\n|Š«\Ã\ç6\Þ8',_binary '%~9kP`Õ ¾¥¹Àö\Ñ2yøA\Î\Ñ8n\ä¼\Ì3p-óv','',0,'?'),(_binary '\Ò>q^¡û¶¶8Ä/¾\ÑQ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')ÿ\äùE\é\åTQFu\é·\è\ÞÀ',_binary 'TT\'h.k{&F\'v\0\Ô\å®\å/`\0p\écif\á5ü3\Ýÿ','',0,'?'),(_binary '\Ò4ŽÖªJaOb2¥Na7','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'\Â;cÿ|\Ä\á«\Ó',_binary 'Ô¡v\á(\ÍIƒƒyY\ÏQ’Š\äCfA‚S<\ÈH\Ùl','',0,'?'),(_binary '\Ò\"\ÚÍ¬ò\ÔcŠ\Þ%\êK«','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/houzez-validate.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/houzez-validate.js',0,_binary 'd\r]ö\Îbc–7‚ÿkg',_binary 'd\r]ö\Îbc–7‚ÿkg',_binary '‰r\à‰\Ô\ßmõ¸=õ¢¡£¹´¶sˆ!¥¯hzƒ\"l¿','',0,'?'),(_binary '\Ò+gºã™µú<Iò;Q','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ZoneChildContainer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ZoneChildContainer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\Ý	\0\Ôx­ªºaS¤\íô¬Z',_binary '\Þ\ê}ÿñ—õúP‘\ÊL€šd_\ÜÕ¬\ÚjŒ\Ø®FŠ\Æ*\Ù','',0,'?'),(_binary '\Ò-§2“¦„H/»]imn','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½þÀ¤\í\Ûqg¯\Å×®<û‹\0',_binary '\æõ\á§:%ˆ\ÄG1\\D2byn\êñ\ÍIš0\â\Éõp','',0,'?'),(_binary '\Ò7µ[*w¢J\nnˆ¬º>','wp-includes/js/dist/redux-routine.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/redux-routine.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{ú\Ü\\¼\É\0{™\Ð\\\ßD\á',_binary 'ÿRó½´\îú\ÚÁŠ\"±;J¸.‚\ë(At\å†\Æ\Ók\Ñ3ù\ë','',0,'?'),(_binary '\Ò7þˆ\ï\ÉÏ£\ç~Sg\r','wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'KŒ3,®:uŽ}0·”ôvz£',_binary '\Z\×Tªy`*]¶n\Ä0;ò£8zW\\u\0ƒ÷)¯\ßu4§','',0,'?'),(_binary '\Ò8¯séŽ—‰šß¹Oh\Ä','wp-includes/js/dist/vendor/regenerator-runtime.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/regenerator-runtime.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\ï\ä\"\íxa†\ç\Ô?J¹\æ',_binary 'ªp\Éf¶c€ƒ•\êEg‘µ09øf\'f[OUKT…M¥\Þ','',0,'?'),(_binary '\Ò;Ž‰¢§V\×\ì‘Þ‘\ÊYÙ¢','wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/Dismissed_Tours.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/Dismissed_Tours.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u\Ö\êž\Þ\Ò\Ò\Äx	\ëúÏˆ',_binary '4H\ØÈ‹­«%\ì¹÷­ ¹\Ìc|T\"\Ç÷\ØÜ„Q	o','',0,'?'),(_binary '\Ò@.¬Ž £coÆ«GƒV2\ä','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/ProductService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/ProductService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨ò`Ì†\rñ* \ÂKLœ\Â',_binary 'B\ÈÏ¬Ž—0€…}\Ì\ßòX,Ú !O\Ù\èdy\Íb','',0,'?'),(_binary '\ÒFð„SNfZ\ì\"u\Ù\×\ãü\è','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”Œ\Þ8\Ñÿ¥¢)wdü',_binary 'ë¸ª·\0½d‡\n\Ø\Í\æT92Tå«¼V\ÄôIój0iÇµ0<','',0,'?'),(_binary '\ÒG\'Cò©k\éE\Ñ:`\é&6','wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_high_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_high_24px.svg',0,_binary '\é\Õz·ð¹\ØQDˆž	Ë™s',_binary '\é\Õz·ð¹\ØQDˆž	Ë™s',_binary '„&QKýv\ë\ã%NÁ\0ŒŒŸu– I“\Îv­Y\Ù','',0,'?'),(_binary '\ÒT\ç¹b\'‰¯	¯ýû\å5','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebPropertyRef.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebPropertyRef.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ:WoZ£«\ÓmL=E F\n',_binary '¥N\Û\Í\çt\ÛÎª \0\ÂI,¥ü‡aû>–.X-¸','',0,'?'),(_binary '\ÒZ™rÚ‚=¶®\Øøž\Ë\Å','wp-content/cache/wp-rocket/point2listing.ca/terms-and-conditions/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/terms-and-conditions/index-https.html',0,_binary 'N#˜,e\æ»r‡E´2=m',_binary 'N#˜,e\æ»r‡E´2=m',_binary 'v’RC”\éxó\Ûß¡…)†l\Ðz|3ó\à\Ô8 ~l\ìXu½','',0,'?'),(_binary '\Òf \0ó=L+•~[\Ãkiû\Ì','wp-content/themes/houzez/framework/stripe-php/lib/Tax/CalculationLineItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Tax/CalculationLineItem.php',0,_binary '¿9\é\ÍYÁ\Ô5\ÑÞ˜X •\'',_binary '¿9\é\ÍYÁ\Ô5\ÑÞ˜X •\'',_binary 'ƒ¤±c.©\Ú4¹Œ³GÈ’_\ZYM\á©\í;`\"ýp„_}:\æ','',0,'?'),(_binary '\Òh‘©<i+\éPú¥ù6@','wp-content/plugins/wp-rocket/assets/img/bandwidth.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/bandwidth.svg',0,_binary 'X\ã[Eó\êˆü«\ëŠKŽ&¼',_binary 'X\ã[Eó\êˆü«\ëŠKŽ&¼',_binary ' \ÚN«\áFg\æò˜\ÚH‰­\è?jº°[mlª\Ó`','',0,'?'),(_binary '\Òj¸i±\é õ\nT\Ûæ§¿\r','wp-includes/blocks/post-featured-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':®HB\Æ,©-©»¥™\ì',_binary 'ðøE\îÁl\ám÷‚6ô‹©3£\Ã8ˆ\Í#e›­\"','',0,'?'),(_binary '\Òk õø¶‡‚ ¶$','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹\Ü*b\ë.BŒ\n¦C7`',_binary '—\Ç\Ú©\ÛjE!’ikµ­¼¥F\Þ\à;\ßt´+—\Ó','',0,'?'),(_binary '\ÒmP)Ùº‹^õYoj\Ëph>','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hat-moustache.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hat-moustache.svg',0,_binary 'Z\ÍA‰>\ék­&øÊ˜V',_binary 'Z\ÍA‰>\ék­&øÊ˜V',_binary '—\Üð¹ý\Æ8š\ÏÃ½\\»^\'‡(+\îò·\å{›yè°¥\r','',0,'?'),(_binary '\ÒmSf‚‘¢ŽÂ†Z”,G©','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-sections.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-sections.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W#ø%\é\Ç±W®6CÐ¸l',_binary '®\îaókR\ä\ØÊ…1†&f\Îò8V\n£µ\Ïz$\à\å\ï;½','',0,'?'),(_binary '\Ònµ×©!\Ç\Â@ÿ\Æ\é¾','wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')\à ú4ôöeÑ‚\Ô\áÀ8',_binary '\æT‚\Íy<º‚q‘4G;SWš¦\Ü\Ô  ™Ë­\ç©H','',0,'?'),(_binary '\ÒyƒúNþÓŠx\Û\Í3\Ì+‚','wp-content/plugins/revslider/admin/views/builder-slider-forms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/builder-slider-forms.php',0,_binary '¡\Ó\Âý\Îoy$“\ê¿=\Ó2\ï',_binary '¡\Ó\Âý\Îoy$“\ê¿=\Ó2\ï',_binary '—DT\Ø\àþÿ\Éúa”tD‹\\\ßP> Á¹c\çv„¢I\ÄôZ','',0,'?'),(_binary '\Ò|\Øihœ=\Ø\å\Ë\î¶%v¾','wp-content/themes/houzez/js/submit-property-google-map.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/submit-property-google-map.js',0,_binary 'w³\"%\å`þ~¶³\éòd4',_binary 'w³\"%\å`þ~¶³\éòd4',_binary 'y*¾¾·\Ó8\Ù\Â}¿\ä\r\ìßƒ@@õ]4—™9w«ù','',0,'?'),(_binary 'ÒŒ!\Èq\ë>˜˜Š¨¦ŽY','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Íd-Š€ƒ¤8²0býó',_binary '9‡o•\ï!Fö¯supAˆ›_õ\Û\ZdacÀ]K÷z1Œ','',0,'?'),(_binary 'Ò•1ˆ£\ãVÿ„DŠ¤3C+a','wp-content/plugins/wpforms-lite/includes/class-fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':\×\à©	y\Æ\ëa\Ä\ëúÈŠ\Â',_binary '£®D¡>R5rT0qŸB$üR\Ôù2\×\0þÕ©ûK¶','',0,'?'),(_binary 'Ò–6Š\ÐòMÖ¦¶®5wH\Ì','wp-content/plugins/wordfence/views/options/option-text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k»ú‘ßŸ*×‰k+;8',_binary '7\Æ\Ã\èM$<\ì÷rO9ªGj\ÞÁ\ç¿\ÞEyžöQ*+÷3','',0,'?'),(_binary 'Òž³\åú\ìÇŸö	Ks\Í\×\Ð','wp-includes/images/icon-pointer-flag-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/icon-pointer-flag-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©\å\á¦2ñ³¹b\ä\Ä&\ÕZ\Ìr',_binary '4ö”BÈ¥\Äª\'x+c\Òh¹Ò VnŸ5®I\Ú>ƒj\Þ\Ë','',0,'?'),(_binary 'Ò£\Û/I…u.\éK`\Ï/{','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\ÇõŠŸg3{†Y%\Ý',_binary 'P\Ù\ã\Z0\Í\ïW/õ›(›†ðc¨ª±D³“Kc\ï4','',0,'?'),(_binary 'Ò¦ª”bV\×\Ç][\Ä\Â`','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fo.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fo.min.js',0,_binary 'T-\é¤\Ð0O\Ý/…\Ý%\ÂYú',_binary 'T-\é¤\Ð0O\Ý/…\Ý%\ÂYú',_binary '\0\Ñòõa/Söª‚òŸ<“²,¢J‰3Š³µ-O…—²Ê‹','',0,'?'),(_binary 'Òªžkø\Ï}¢¢ƒE','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ\áº‹ˆ\åÔ‰T•™@¬+',_binary 'ÿ½s‡ðÖ‘)Nf\Õo‰«²--»)Yô{Ì®','',0,'?'),(_binary 'Òª*\ã\ÔHšª¨\n;t²û','wp-admin/includes/ajax-actions.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/ajax-actions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ziPBý\Â,’—¤!L\È',_binary '\Ò«u×²mû+	Dw+d§[‡‡\Ô\rõ´‰ŒO\ã\æ\ßù','',0,'?'),(_binary 'Ò­ó_VlKøg°!p†1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JÁ3X\ã#ˆ[ÿúÏŠPq',_binary 'f‰ó1`ÿ©H7«)dy÷>„¥\äO\\\ê­.Ãƒm[Ä','',0,'?'),(_binary 'Ò¯Y\ÌEi\ÝÓ“3_\ÑÁ]Jþ','wp-content/plugins/revslider/public/assets/svg/image/ic_healing_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_healing_24px.svg',0,_binary 'dò\Ø]=‘\á\âÓŸÀÛ·',_binary 'dò\Ø]=‘\á\âÓŸÀÛ·',_binary '\éÿñŒœ…Q11\0ñ\Õ$<ËŸx²C‘GK¤U\ÎIH\Â','',0,'?'),(_binary 'Ò²E5|\ÒÑµ‰C‚dé—¼','wp-admin/options-reading.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-reading.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÝR\Ó58´\É>\î´\Ë>ŸW\í',_binary 'º\ÇÿW\éüú\Ç%Y‘‰\È¨Áö_J¯\\{{','',0,'?'),(_binary 'Ò·÷ý¦Jû\á\éAÎ— ','wp-content/plugins/revslider/public/assets/svg/content/ic_undo_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_undo_24px.svg',0,_binary '\ÓCöNafŸ’VRR¸YŸC',_binary '\ÓCöNafŸ’VRR¸YŸC',_binary 'W\ÄGvC5l©Ü»­\'ûÀTwA3iXSŸA¹¿b=','',0,'?'),(_binary 'Òº\Æx\ß\ï\Ç\Ä\Ît`}§õc','wp-content/themes/houzez/property-details/detail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/detail.php',0,_binary '…C#¾\0g\êö¼–dL%\È\ÝO',_binary '…C#¾\0g\êö¼–dL%\È\ÝO',_binary '\éHlû*ð®x\\\è7\Ç\á–r\ÒX\æf’+ýkS\Ö\ê.','',0,'?'),(_binary '\Ò\Â3u\"ø\Z–Nô\ãœ\r´ª','wp-content/plugins/updraftplus/central/modules/pages.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/pages.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼_6*¢ê¶ŽLF	?\Ö\ÄÙ¯',_binary 'À[\Ö÷7(j?²‹IbÕ“­ew\é|emjZô\Å	\Å\r','',0,'?'),(_binary '\ÒÎ µd\Ù2\âp_Eô\È;','wp-content/plugins/wordpress-seo/src/editors/framework/seo/description-data-provider-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/description-data-provider-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é	ê¶¾\ë\ØÁ–g|”±\Ó\ê',_binary 'W\ß/\Îòi4\ÉÝ“\àô\ëzi\å¬Û—\nöGõ\èVÑ¢','',0,'?'),(_binary '\Ò\ÕLt593–u^˜\ë\ä)\Ù\Ô','wp-admin/images/comment-grey-bubble-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/comment-grey-bubble-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TY\ÓÅ2¶s,\rõmƒ¿',_binary 'D‰\ÅÀx­ŒT-¡¡\æ\Üþw…\ÃN„	 ¾PŒ{¦‚','',0,'?'),(_binary '\Ò\Ý\Ïq—¾~3\ç\Ë\Å\Ôñ˜','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7r¢š/Ü«L‘…V\\…¢',_binary '.‘I¡y:P\æ]\Ü\Ê!\Æ~P	×«:\Èpƒ5e‘P','',0,'?'),(_binary '\Ò\çr(\î7”\Æ[\Í^¤s¯\Õ%','wp-content/plugins/elementor/core/base/providers/social-network-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/providers/social-network-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm\æ±\Ï\\±&\Ë=23e,\ê/',_binary '²I÷\\nJ\ÂX5uTöö„\Ê\èðc…¹O@ò¡2¡i¶ö','',0,'?'),(_binary '\Ò\èy\rQ*\ì\Z8PZgZˆ\"','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºO>ùÈ˜‚SZ`!5ÿ\ã\ê',_binary 'J\ÏU(uù\Ô\0ü,\ÖmDØ²}y&“\Ò{Zkõ\n-\Ç0\ÄC','',0,'?'),(_binary '\Ò\ëÿu„\ïUBš\Ôy].','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesZones.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesZones.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï~\ÊÍ´Nó÷FZÕŸ)\ËQ\Ø',_binary 'b¿\ë\ä>q\ïH0‡³m\Ýz\'<oW/>\ØøK¥\È','',0,'?'),(_binary '\Ò\ïƒe“e\Ôc•l—“U\'','wp-content/plugins/redux-framework/sample/sections/extensions/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\Òñ5]Ïº+E\Ít\âõ\ä','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/Arr.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/Arr.php',0,_binary 'ô²\ãCE:\\y\ì+~XDi·',_binary 'ô²\ãCE:\\y\ì+~XDi·',_binary 'Ž\ßxÁ¨Ñ€wÛ›\×®À§@Uš$\Þ\è	\Ï\Ò,Wù\'¯Zs','',0,'?'),(_binary '\Òñlü¤I\r,B8ð¦º','wp-includes/blocks/quote/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F“m\Üý/x\Å%±rka°',_binary 'ˆ­YöˆSY¥OOc1t\êjxR´\É¤T‰À©úBò','',0,'?'),(_binary '\Òò „6¢–öi˜r\ê\Âg{.','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/FilesystemLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/FilesystemLoader.php',0,_binary '\Û4\Ñð´[@Z”\Ø:u',_binary '\Û4\Ñð´[@Z”\Ø:u',_binary '/6ƒz$%°·{,“\×zª\Ê\Ùc‘ö\Ûô”¾\È ','',0,'?'),(_binary '\Òõ\ÌAXZ–­µ=','wp-includes/Requests/src/Ssl.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Ssl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T\Î\é\Øvbu\ÏØ¶:º\Í|\É',_binary '’Ä‹^È¨çž…K\ÉFc\"Wd \0V\ÕÖœ‘®,eb(H3,ö','',0,'?'),(_binary '\Òø—\Ë\Ñ$\èOÈµz%ýõ','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-entries.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-entries.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤8¦2VŽ™õ‹\îÄŽÒ',_binary '!Uù¸q\Ì\à%›ž™\Ü{\Õ ß\ÜHZqt@Ð³ü','',0,'?'),(_binary '\Òø§vi‰\Å1‹&?Æ¶\Ê','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/field_spinner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/field_spinner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'MB„òöj?Ì†\'P<c\Ø',_binary '±‚õ\ÄvuÀ3T\Çt\Û¨ðU\Â=\r*ŠJ¥','',0,'?'),(_binary '\Òý¨B\ÇdœÁò(\Ì}žHû','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Entitlement.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Entitlement.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼@µ(g4\Â\Í\Øðy˜AA',_binary 'vÿH\rs\Ã	\'9³\"·²I–±T¦Ë‰°ª”ö\Ýõªs','',0,'?'),(_binary '\ÒÿqùŒÀnB\ÙÉ¨eýµ¦¨','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Accounts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Accounts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\ÒyA†!7ú\ç,.g^£',_binary 'jŸv¤_«m&”Å¶\Ç5=Z\í<ë¥¾Iª_\rî¬œ4tGñº','',0,'?'),(_binary '\ÓÚ•A18U]s«','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user04.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user04.svg',0,_binary '\è%”‹n°0ÿô\ãm°tF',_binary '\è%”‹n°0ÿô\ãm°tF',_binary 'ØŠƒ,O\Õ!Zf+Q6²\ÜW\ÝJ\é\Ç)FX§P¬Ÿòv','',0,'?'),(_binary '\Ówƒ]cIýw‚\éÈ°\ØH','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Rù¨©m\n8+¯œ(^£M',_binary 'Ð¤‰øpÝºk¼W B-.Ñ©°8†=X+`jfýSRþ','',0,'?'),(_binary '\Ó\r\Öp¶<®+ždfw©ñ','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±56\Ñ\ÌQC”\ÂwH]´',_binary '&j\Ó]\ã\Ù!L\ë,¾6\á…%Ï°$e|jg–%¡\íQ','',0,'?'),(_binary '\Ó\r9‡\Õ\Z\ryR	','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AdminEmail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AdminEmail.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾O\â±\Ýúki\àÐº“\Ý',_binary 'ÁÁ“\æ;¼ RØ·9ýñ\à\îM$(ƒïž™V†KX\åº1Q','',0,'?'),(_binary '\ÓG™X\Ü\r©™\ÇP\Ä*','wp-content/plugins/wpforms-lite/templates/emails/compact-queries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/compact-queries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼uÀ*\îq\ÝLqE±\ëI',_binary '‰½\Í/\â#!\Ç\ÇJ¡\ß\ÈÊ®ðƒ‘»t­:\\µ»lP\ä','',0,'?'),(_binary '\Ó\Ó\Í?¥>hýk²\îx/m','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Óyp?m\ß}¥\Ç\ßý€\Ð\Éø',_binary 'O3÷‡…Þ»zT\é\Z*„k6\rš\ã—ýÆôÁ˜ö\ì\Z\Þ','',0,'?'),(_binary '\Óø\Ç\äõ™JJL—f\åj-','wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-background-process.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-background-process.php',0,_binary '%\Ë!»Qrô\Ú}Or‡È¹\r',_binary '%\Ë!»Qrô\Ú}Or‡È¹\r',_binary '\ì\Z\ì\á)õaƒ\Þ=I\îï®®+ò5#|¬o \Õ\É-€6%ƒ','',0,'?'),(_binary '\ÓV.­7–p\ä.ž¡F°','wp-content/themes/houzez/template-parts/header/header-3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-3.php',0,_binary '¥|[Ø½Ð¢\Ö\ÖLe	\Å',_binary '¥|[Ø½Ð¢\Ö\ÖLe	\Å',_binary '¾o«|ÿF\×}\éºI\Ó\ï¥\ØðNbX\Ç0£+€…þ\îœ\\N','',0,'?'),(_binary '\Ó\'1¹\çXù\"ü\Z‰U€\è','wp-content/themes/houzez/framework/options/emails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/emails.php',0,_binary '\í‹\å{H•r7–%ook•6N',_binary '\í‹\å{H•r7–%ook•6N',_binary 'Jœ‘\Z\ÞòÖˆÁciž\0\Ù\á0‹\ÙÕœ¥T,\Õos]\Ë','',0,'?'),(_binary '\Ó(EhLf|\Ð‚ù»ñ¶~','wp-includes/blocks/details/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™2G\àa\ä F²!P^',_binary '#_*\Ë\Ù%)Ÿ&k\Â\Â;ÿ¦\â]V‘±~\ì½zo','',0,'?'),(_binary '\Ó0U­f¶d´w(y\'\ê±ù·','wp-content/plugins/elementor/includes/controls/text-shadow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/text-shadow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Šg‰\Õ.¼¬¹ž¤±\é“',_binary 'ˆø\Ëq­^\éti•·õ`½\Íù.j4Ü¶–%\é%³\É<4','',0,'?'),(_binary '\Ó4\ä“£\Ç\"˜\æ\ï|:l','wp-content/plugins/wpforms-lite/assets/js/admin/builder/providers.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/providers.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'°}\éþ\Ãõ#õP\îA=:',_binary '*\Ð()„„HG3µxÿ_º‚J\Ãö!\áb)Al6\â\Ú\îT','',0,'?'),(_binary '\ÓCý3\ê a…—p?|\ê','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Parameter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Parameter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…+’Ô“\Â\Ï1¥4\Ç\ã',_binary 'p\ÇR)]¤‡óXÿ\è\ïH™ mhÀýmøˆ^|‹º…\×','',0,'?'),(_binary '\ÓE#lð\ÂLþ\æ_&Üª³\Â\ï','wp-admin/images/arrows.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/arrows.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Úv’$ð>ˆ\Ñ\ß\Ù>¿Y',_binary '’YW‰š(†ðN3–2U;\Õ\â\Æ\Î\Ñ<.iDd!\Ä\Ñ','',0,'?');
INSERT INTO `wpau_wffilemods` VALUES (_binary '\ÓH Š%9\Ý\Þ\Õl¶Ô…”E','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷Á¨ˆZð\Ú|JS\Êó\çœ',_binary 'Á—¹¯i\\\éJkFó\Ót\\ó\0x\ß\ÉReñheÁ&j¼','',0,'?'),(_binary '\ÓKt¿óIX—Ÿ•-FŸ','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/black.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/black.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JT •¢\Z_F bhú¼xV¢',_binary '¥_h\ËÜ›[õf\äµûÙ°\ì\Ñ\îv ·¯\Ñý\Õ)¹\ï','',0,'?'),(_binary '\ÓM\Þp–\0¨¯\Í`künP','wp-includes/template-canvas.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/template-canvas.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶b\Î\\\âK“¨g5v\Ñmx',_binary '\Ñ=\0\Ù\à‹—¾ïŒ‚Ä†ª}}8\rq>ü\âª&\á','',0,'?'),(_binary '\ÓPþ»ŽˆK6\ÄZm‘\ãP','wp-content/plugins/revslider/public/assets/svg/editor/ic_vertical_align_center_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_vertical_align_center_24px.svg',0,_binary 'ÆŠ\Ö·d£`v+{#T$\é',_binary 'ÆŠ\Ö·d£`v+{#T$\é',_binary 'PˆóÀ6p}‘m	¿fÚ³)|)\ç\ÒNµ\Þ\Ï0ƒ#”õ','',0,'?'),(_binary '\ÓRw\Ö\â¢#=(\æ”^?Ÿ4','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð^sˆ~\íÇ†\nö¥-\Ñ`',_binary 'ž2û¸A\ßpr\ÕA\ä$” {Á¹s\ã\î\ä_p\Ò>“\Íf','',0,'?'),(_binary '\ÓU_t`×€);ÿkø‰\Û','wp-content/themes/sinatra/inc/customizer/assets/images/header-layout-2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/header-layout-2.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬\ÛSzL?Ç¼ŸPxd„¦\Í',_binary 'E)\Øj¾ƒ£T\Ékƒ›\íV2±\Ã\ÒAÐ»4ŠZ\â','',0,'?'),(_binary '\ÓU÷€n\Ð/|r@Úªò\×Á','wp-content/wflogs/config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/config.php',0,_binary '\Ë\ï\ì	eÆ¡\Ê\ë\\(B×˜\Ãý',_binary '\Ë\ï\ì	eÆ¡\Ê\ë\\(B×˜\Ãý',_binary '\Ô±ú‚mvLšÌžÛ˜˜ƒ«±Äž\ÃG¡ôH•h','',0,'?'),(_binary '\ÓV\àýÓ€$›@SvE\\û¨À','wp-content/cache/wp-rocket/point2listing.ca/portfolio/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/portfolio/index-https.html',0,_binary 'Zÿ\è\îœp˜\éôlóBO',_binary 'Zÿ\è\îœp˜\éôlóBO',_binary '\'^MþØ®‘¦º\ËL\àøJD\rw.¼\íYü°','',0,'?'),(_binary '\ÓX\"øhvs\ÈfPq‘–q)÷','wp-content/plugins/one-click-demo-import/assets/js/main.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/js/main.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”\é\ÅP\çXj­“ŠÕ¼\ì\Ù',_binary ' )1\ï\×÷è¯¦«\r°0‘\Í\â<$¢¢˜j¹>÷\î','',0,'?'),(_binary '\Ójs¤žw2ù\ìp®ýqS','wp-content/plugins/wordfence/lib/wfIssues.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfIssues.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5}±]\ì…ð!©ÿ…\ÚG“',_binary '7Å¨H\îøWM\Ç\ÌBÊ›M†ù\Ïi\ÍE\0\äÀ oUT‹B','',0,'?'),(_binary '\Ók@\Ï\n^ºÿUÉ¶ÿ\Ü\ìn','wp-content/themes/houzez/template-parts/blog/related-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/related-posts.php',0,_binary '¢t¶A^$)\É[Ë‹±\\–k\î',_binary '¢t¶A^$)\É[Ë‹±\\–k\î',_binary '}»o0¹*\Öc_\Í\âYW6o·´]´2O’$Ó©HO','',0,'?'),(_binary '\ÓlKrºP\ÔU…v|NL¢;','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/cacheSettings/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/cacheSettings/index.js',0,_binary 'Ú€>¤¾hk+a.!³%',_binary 'Ú€>¤¾hk+a.!³%',_binary 'X¶o\È\Ýz§)\ØM”–¢„‡o)Š\ÑBlÀ\Ñl\nŸ\Í\Z','',0,'?'),(_binary '\Ónó‹}Ÿ@6\â¶e·h','wp-content/plugins/elementor/includes/widgets/traits/button-trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q±½\ä¸½Ãž\Ãõ;d',_binary 'µÝƒ^]\Ò}\àWž1Ft\ÏVd/D½U3W\â\âB','',0,'?'),(_binary '\Ós}\ÔùÇ¶\ê)\ÓT\ÐV¯\Ï','wp-includes/blocks/nextpage/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/nextpage/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ío¹\Æ\ÇX‡V\íá‹Mµ‡¯',_binary '2÷?õú#\Ò{•eOz‰\é_Q²”„ú\"\Äz\Ô}','',0,'?'),(_binary '\Óy4˜\è\Þ\Ñ\ì=\Å\Ì9û\æ{','wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '\Ó{xM(\ähR:N``\ï\î\0','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/RequestException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/RequestException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"U¾Ï²\r^\ï\ä\Õ`_|°(;',_binary '(­\è\Î/%•\'#\á2˜\Ña”1VÅ‰#²ÿ\Ïb«','',0,'?'),(_binary '\Ó{Ú­d3TúXy½‘ñ\Ð7;','wp-includes/css/admin-bar-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/admin-bar-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ó’ó‚°z°/–Ž£L~\àaF',_binary '†(Ÿ3xv¦DiÈ¹©¥‘s¥h.\íG‘\äozÊ®\ç?','',0,'?'),(_binary '\Ó}³\ïªe¨\éC\Ó\Ë!Ž*','wp-includes/js/codemirror/codemirror.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/codemirror.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò\Ò	üf‚‚hˆ;f¯q\ì',_binary '¨uŽ*\ÃQ\ß6öÆ„\ÛdªvdÈ‡_¹û“\0·\Ôû¢´™','',0,'?'),(_binary 'Ó„š¯p¾Œ|úÀ´‘\Çõ¦','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookSDKException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookSDKException.php',0,_binary '\Óûþ-&ô\ç}KI¬³/\Ö',_binary '\Óûþ-&ô\ç}KI¬³/\Ö',_binary '_«\Â^Æž¢œ¡8\ÔaaeÆ±Ê—Õ¾ºi~j6','',0,'?'),(_binary 'Óš-w˜y9µ,¨\Ð\Å','wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' £8£š0\Ñ\Ë\Üxi§7¸',_binary 'O³8*P\Å<köœyQ\å\åK\é›\É\Ï&®ž\×\Õ\ì=’\â\Ê*g','',0,'?'),(_binary 'Ó\È)\ZÊ°ZFñm|¬¡','wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õô4ƒegÊ¯\Z¨8\å',_binary '!ó\\±¾S¦\0nŸu\Ù`õ\Ãs-`t¹µ@ºJ\'²pž–','',0,'?'),(_binary 'ÓKßŸŽ	ñ•\ê‹>†\Ûw','wp-content/plugins/revslider/public/assets/svg/image/ic_slideshow_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_slideshow_24px.svg',0,_binary '$õ.d½<‡]¤ID‰tO”',_binary '$õ.d½<‡]¤ID‰tO”',_binary '3M]\Ô\'t\íb\Û\ß\ç¹»–qh#¥E\r[2ôUF','',0,'?'),(_binary 'Ó•\Ëý–\Â\n§®t\Ê0','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mpG\Ì\Ñ\×aBþšNX>œó(',_binary '%Á-*Î¨6Fž\Èiº\rWÏ¹‰M×½¬WI±…†:výD','',0,'?'),(_binary 'Ó—d÷”]\Éú0¶j\Z¦^¯\"','wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õtc’«“MYKy«ƒ\"±',_binary 'ª3ñf Iºÿ;!\Ùó[’uSÝƒNL (R#V/_','',0,'?'),(_binary 'Ó˜X\ç#\Ü%z»Un®­ù','wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U|‘$‹õ¾-.>(;',_binary '\ÅRHK\Â\Í?9\â\Ú ù\Ý÷qª\îVpÞ—K‘L‰\Å\ß^','',0,'?'),(_binary 'Ó›[ ¦\êº-\Æ\É\Ü\à\Þ¸\Î','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/BufferHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/BufferHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å¢w\Í\Õ\Þw»\Ê\ÄQW\ï\Ñ',_binary 'v\Ï4\à‹ o”A6ð7‹q\äOe‹¶=_\'›ôS ½Ba´','',0,'?'),(_binary 'ÓŸ/\×Å•œU”¬€ýd','wp-content/plugins/revslider/public/assets/svg/communication/ic_import_contacts_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_import_contacts_24px.svg',0,_binary 'Y\é-Š•\ÕA«\Êh3\r\Ô',_binary 'Y\é-Š•\ÕA«\Êh3\r\Ô',_binary '\ÜÁ„×•€‡\Äa´´¼]Ö®<\0¡ý«>‘º?~_­ôL\è','',0,'?'),(_binary 'ÓŸ\îñ\Çmy¬+\nf\é:','wp-includes/js/wp-api.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-api.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îÉ¶	@\\°™\æûR¥T3¹',_binary '\èñ <©±bÐS8ü\è£ò\Ã™\"fU-Ð›\ÃrM~L','',0,'?'),(_binary 'Ó¤¬·\æ\ÌûÇ•L\ÙFZQ','wp-includes/css/dist/block-library/common-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/common-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':\Üesšö\ÖUQh´Œµ\àf',_binary 'f}\\v7ÓˆFøF\ß]‰}UP­Ð™\Ôgˆò¾o’.Àf\ÏM','',0,'?'),(_binary 'Óª\Õ\Õ\Ü!Ft	ƒ%?l@]','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù•wMû;‚_mŸÈ',_binary 'ùü¡”NS¢„a4\\MØ˜\é$Î“œ‡®H\0½¿¾µ¶x–','',0,'?'),(_binary 'Ó°Y0Le¸†Y\Ù\í\Ã!·l','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SubscriberInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SubscriberInterface.php',0,_binary 'z\Z2Tý›\r™\ä1\èe”²¸',_binary 'z\Z2Tý›\r™\ä1\èe”²¸',_binary 'Q`ú‰)~2^1\Æ!‚£B#yeDr¨°y2\ÎLš\\','',0,'?'),(_binary 'Ó¹¬Ê±4Y±\Ë#c\Ð+,þ','wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð÷E’¬[Yð^	Æ¤Wl',_binary 'ý”¯\Øˆ¾_¶Â“\ÖChõÊ§•‹\ìW\äq¨NRÿs	','',0,'?'),(_binary 'Ó»Û¬Ì¸Z\é‹a(\Ë;‰š','wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\ãõ\Ö\á.6´ ™\Ì\\ý$\ßF',_binary '>A¶ †bøÅ¯qé¸ƒ\â\ËI\àSUIUÇ–.\Õ\â}','',0,'?'),(_binary 'Ó¼¡*\í3Ì»™d\êS\Ý|\Ð','wp-content/plugins/revslider/public/assets/svg/communication/ic_chat_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_chat_24px.svg',0,_binary 'ÿ\'þµD\Ú\Ï]±q\æa«NJ',_binary 'ÿ\'þµD\Ú\Ï]±q\æa«NJ',_binary 'P®\ÆO\Ñq\çE~\å®\Ã\'‘ºðSš¶*\È¤y:M¹','',0,'?'),(_binary '\Ó\Å™­!\\æ´Š59ƒx','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/993.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/993.js',0,_binary '3-\"@yŠL%\ãm\Ø\ÙM\Ë',_binary '3-\"@yŠL%\ãm\Ø\ÙM\Ë',_binary '/Zš\æô¿TiB§¾G—f\é|lj\ËÓ·\ãP˜\ÔzÓ”-','',0,'?'),(_binary '\Ó\È\n¡ô¸¼›\ïJ\Å\å\Ô','wp-content/plugins/houzez-login-register/social/google/cache/Google_MemcacheCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/cache/Google_MemcacheCache.php',0,_binary 'Hò²²H@•M\nz§f',_binary 'Hò²²H@•M\nz§f',_binary '\æ\ZtŒ\ÆBú\Íg\ÂFE4—Z„ \0œð.»\Ç\ïx3','',0,'?'),(_binary '\Ó\Ê|+XÂ†aI\è/\ï','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' Mcc …±¦¦Ž9ž\å',_binary 'f8\Æ¶ò<2ºŠ€\Þr\Z²›_\Ï\á\Ü-ý¥ s}ù','',0,'?'),(_binary '\Ó\ËzRAƒª¿7\Ð\ra—±·','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/ElementNode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/ElementNode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&eMú¯÷])£MQvÁs\ëj',_binary 'ƒ¶*-_\Ô8\'\ÈUÒ£Î¿Ÿ\È@\íZ\å\á¯p¤«$\È²œ','',0,'?'),(_binary '\ÓÑ\ào(ýHŽttxû.','wp-includes/blocks/table/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýi\ß@\îÚµ\ÖfžO€–ƒ',_binary 'upX\î;Á`q\ìRµç¢©J0\ZÁŠ bžY·¯‚˜','',0,'?'),(_binary '\Ó\Ñ\Òp\nW%Dk\'U…','wp-content/plugins/houzez-login-register/social/google/contrib/Google_ShoppingService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_ShoppingService.php',0,_binary '=½ ^³÷øº§ðŠ\n9¬',_binary '=½ ^³÷øº§ðŠ\n9¬',_binary 'q1$6M è·µ\0¾na<\àlá‡\Ãý.¨Bþ™7§\r\r','',0,'?'),(_binary '\ÓÒ”Ð³]‡\rþ\ì®a£ñ(^','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesEnhancedMeasurementResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesEnhancedMeasurementResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼SOQ%€CŽ¥_H6·x¹(',_binary '9·¯a’Û˜°-Fš8\ÔF®\î\\ ž\"*Í¥µk','',0,'?'),(_binary '\Ó\Õ@E\ä\Òù+¼û\Ç5','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dfu€ü„Ÿ|u\Ò;\ÆÁ‘ª³',_binary '#x8]8DTPk”o`\Íi;¡R{|øñ/ƒe','',0,'?'),(_binary '\Ó\Ö\í@\Ù\Öa\Þ•\ïO\"h','wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd-disabled.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd-disabled.php',0,_binary '\ç-T%W\ÅG)[k¾†’÷',_binary '\ç-T%W\ÅG)[k¾†’÷',_binary '«\é\æ\î\Â˜o{¥À\"h~_pÊ—_\Ù\r°6\Ö9jb¾','',0,'?'),(_binary '\ÓØZ\Ùv²,Œ¾°\íŒ>O','wp-content/plugins/revslider/public/assets/svg/content/ic_add_circle_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_add_circle_outline_24px.svg',0,_binary '0¨\ÏKC´#8:Ë©@\Ùþj',_binary '0¨\ÏKC´#8:Ë©@\Ùþj',_binary '\nšp÷\0aj\È5_–e\Äú Hª\Í\å\ä £’D•nl','',0,'?'),(_binary '\Ó\Ú\ÇZj4«7É¢dSF`\è','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ja.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ja.js',0,_binary '·P\âx¿XZ{\0{i\rS',_binary '·P\âx¿XZ{\0{i\rS',_binary '$\n lôN\ßu?3Œu¢@{|ò\å÷Y‰pÀ^\ßüE','',0,'?'),(_binary '\Ó\Ý3myP¢†3\ÉÁ\âM&','wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/OAuth2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/OAuth2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±ñòù\ì\Ð}µ\ïV\álGA',_binary '‚z!”N¢ü÷‘\\Z\á/\ê4‚_nƒ+G÷M•Ö‡','',0,'?'),(_binary '\Ó\ã—5¬¨\ì–Äº\ì%µ\Ë','wp-includes/blocks/buttons/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³ÿÂ¬>u š™Y÷´Œ*',_binary '\Ï¾­/ù\á\×-(yö\à¾\î\å\Èþ\ã$¿£ó\æ\Þg´2','',0,'?'),(_binary '\Ó\å5\Ûƒ­ø#³’¯È›&ÿ','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/JobProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/JobProcessor.php',0,_binary '“œº6ª‚&·\0\"Šy,\é>¾',_binary '“œº6ª‚&·\0\"Šy,\é>¾',_binary '\ËMJ›-‹\0¶?9!~6y_H“\Ä0ª]¸¨;\ä%','',0,'?'),(_binary '\Ó\æ.\"ð)óø„U\rÇ¸=}]','wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nÐˆœ\Îúoø\r§k,¡°',_binary '¨i¯³\ÙÁ\Ã*\Ü\Å{ºHeù\àˆ#Í¥±^ô\ã','',0,'?'),(_binary '\Ó\éz\îô_<2$Ê¤\Ö>>jG','wp-content/plugins/wp-rocket/views/settings/fields/rocket-addon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/rocket-addon.php',0,_binary '|qÀÍ«vR\ïÎ©\à\ì\Û\Ç+÷',_binary '|qÀÍ«vR\ïÎ©\à\ì\Û\Ç+÷',_binary '\Ò\é#Ê¢\Í	.Ü ¶b\\\çU\ÜG¤þnÈ¡\å\Ð\n)\ê','',0,'?'),(_binary '\Ó\ìŸ\Ãe\Ói(#\Â\ï\î³X‡','wp-content/plugins/elementor/assets/css/app-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç;\ëd§JP›J\n\êq',_binary 'F\Óiaýð\è\ç­\æ\îà£µ\nÅ°\ÝÎ‘YKÂ´‹¶$Ù‹','',0,'?'),(_binary '\Ó\í\ä\íG\Î\ÞÁI\Z–Ø£8¡','wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j?œ\âqSÞ¤hÿ\"«R¦5',_binary 'Š»À‚t‹~Ldù¾2ó/•šø5Ÿ\Â\rÓ·§\ç€\n\ë','',0,'?'),(_binary '\ÓðH\Ù\ÌAGÿ|³™¤\"­','wp-includes/blocks/nextpage/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/nextpage/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6Rc›±0µt F¼\æö0',_binary '\ì\ãX§kW¦¦ŸœŸ4\ç\êx\ÕY‰\ÔÄ˜\ÑHš7óšy¡a','',0,'?'),(_binary '\ÓóÁI7ß‡S\Ñ2‘&°Žˆ','wp-admin/erase-personal-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/erase-personal-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷]yC|¯›Dñ\ÑJ&÷²!ƒ',_binary 'ô&¶\à\Ò\0þ&\î\ÉY•¨\Ô\ã´U¢\Í\Å\Í‘5F@\íõ\Ï)','',0,'?'),(_binary '\ÓôR\ÊVb–?R\îí†«¾','wp-content/plugins/redux-framework/redux-core/inc/lib/redux-instances.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/redux-instances.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}\âÕ…Šþë¶p\á€t:',_binary '(\æ\Å3Úœù\ê\Ü;ˆ66<\ÛÕšV²©Î‹\Û\èM…;ó•','',0,'?'),(_binary '\Óþ?H4©Vªˆ‰­\nƒ\Î','wp-includes/blocks/pullquote/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ái\Ô}–}Oa¾X`£',_binary '5hž3D\Ù	¢±!­Ð£ô^I\Öun+ ƒ‘/\Ù_¾u','',0,'?'),(_binary '\Ô	kJ’?û ¢@xª°’¤','wp-includes/blocks/categories/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G”G3-ôŸ\Â\Ç\Z#\Ì\Âk§v',_binary 'k\Ôø‰\à²Q\Ï/\0v\Õ\ã\Ò;Ä¼[Xv\æ!!£TS','',0,'?'),(_binary '\Ô\èòÿ\å\Í0*\îW\Ç\Ô','wp-content/plugins/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/index.php',0,_binary 'gD,V\ë§=\\\ÆbP',_binary 'gD,V\ë§=\\\ÆbP',_binary 'k‰À—~	¶½UH\Z¥\ÖxƒP\ê\ÛAÌ„¢ú<¡ž;X¨','',0,'?'),(_binary '\Ôa\îƒ¤GQ\Ç7šE\Ó','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\Ö\\ØÍ¶jh/\ß4´¨®',_binary '*&… ;~\"Œ§­0ôFÜ©\ÊjÝ¬‰\Z¯C÷M¬µc ¡','',0,'?'),(_binary '\Ô’\r\n«8n}ô˜\Ñ','wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ëz\ã-˜WŽ\Ñ5Œ\ãh\ëdC',_binary 'Y+G®’Q{u\Ò(V\0Vœ\æø\Ï$0\ãú\ëýú´\'\Ý\Ð','',0,'?'),(_binary '\Ô\ê¦6™¬±¨Ë§›i\'9','wp-content/plugins/updraftplus/images/addons-images/autobackup.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/autobackup.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+ÿ\ÅtºœnjKÀ„',_binary '\Â-\Øg±\ÛvA>Eõ«s¯\Ö\×]ô\ê\ë¼\æJ\Ìzt','',0,'?'),(_binary '\Ôµ3\Ã1þ¾ž\'È¿VüÁ«','wp-content/plugins/wordpress-seo/images/link_suggestions.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/link_suggestions.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b¢\Êðj–Š^)S\\VŠ}	',_binary '*Qy4K\Ø<ÀU\æxlùM5Sûd]‚J¬I$¸”\ÊÉ','',0,'?'),(_binary '\Ôu\\\Ðu‡Y¹É£d\ÚC_P','wp-content/plugins/revslider/public/assets/svg/action/ic_info_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_info_outline_24px.svg',0,_binary '²‘ž\ì\Ì¼O2Ÿ>C0\ï®9',_binary '²‘ž\ì\Ì¼O2Ÿ>C0\ï®9',_binary 'ôŽa\ä\á?³85\È®ü\×]Šó~‡|\ßlŠs;m¾\"','',0,'?'),(_binary '\Ô¤T»2—™$Q(Ÿúz','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	Œv…Aô#Ú¬\ä¬¯F[',_binary '\Æk{\Ëú\î \âPIy ó*§Á/&\É6\ï–ÖŠ\Ú@\ì','',0,'?'),(_binary '\ÔœA?j&l’\\ˆtQŽ|','wp-includes/Requests/src/Capability.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Capability.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dzÏ¤w{†‰\Ä\í¸\Ù',_binary 'g$•¿¯÷¼š_\æ;^\×>£›mÎ”´»¨-½d\Âp«Š+g','',0,'?'),(_binary '\Ô\0¸\éµübL‡\ç\Ä\ÇU','wp-content/themes/sinatra/inc/core/class-sinatra-theme-setup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/core/class-sinatra-theme-setup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—šÁ®á°¡e5|s	\r\Ç',_binary 'E«eÉ¡\ËK¦œ\È\É-°!…\é\â\ÉÄŽdŠ\ãu¼\äG','',0,'?'),(_binary '\Ô//.\0ò³¬¥llO\Ï(','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZUsöq\ä83{ðgñ—',_binary '¬†Ž¹\ÜQ¬=:5\Õ{ž•7\Ñ\'\åÀ \ÔF#<\Íyœ\ÏFš\Ç','',0,'?'),(_binary '\Ô0p–a*e\ãe\Ê\î3PƒºŸ','wp-content/plugins/revslider/public/assets/svg/av/ic_replay_30_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_replay_30_24px.svg',0,_binary '¶•rN‰	-\çW¬6\Ùa`',_binary '¶•rN‰	-\çW¬6\Ùa`',_binary 'µ.8}?]n õIöùüjž\0Ô¥\ÙiŽ£\Ð.\Þ\È','',0,'?'),(_binary '\Ô1\n‘g4„”F.ŽKž\Ðeõ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\É\Ê¿,Mñ¸:~\è\åo¡ƒ',_binary 'R—ih\r\Ôò€»~“Tÿ—v\Ó\Ù\ÄC*0Ÿú\Ö','',0,'?'),(_binary '\ÔC54z9v`½\è&\å^õ«','wp-content/plugins/google-site-kit/includes/Core/Admin/Screens.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Screens.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò’\êšq¦¯göŸ\Ü',_binary 'Ô»‡-	­\ró&N\Ím.V\ÍÀ= ^›]½OU:\Þ\n','',0,'?'),(_binary '\ÔD\íg5e\Ð\'\Ö7Y\Ðk3','wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/HttpHandlerFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/HttpHandlerFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Gº(\Ã\'(\\€ã„—÷\Ö@\æ',_binary '2)Ij?4\É úl™F…\Ê@þj\ÖübqB\0¤8\Ù','',0,'?'),(_binary '\ÔFoºIÇ“a‚\Ä1W\é\Ôy','wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments/no-payments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments/no-payments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿÚHÿ”\åH“K¥ÐCZn',_binary 'Ä®S@Oªu\àª?Ã­¿Jµû\âlù–¦O‹J§I\0','',0,'?'),(_binary '\ÔF{\æ§Ê—•ðONŠj¼','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-chart.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-chart.svg',0,_binary '²”dó>„ñB†\Z&¹Ü¦Š',_binary '²”dó>„ñB†\Z&¹Ü¦Š',_binary 'Š\ÓœA\æ\í‡\'L»\Óô+ý\Ë\Z\Ï\0Wñ@˜\Ç újõ‹','',0,'?'),(_binary '\ÔI[0¶•k}‚\0£MHN','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/TransactionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/TransactionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"u²\Þ »˜³`\Ã7õ8',_binary '.^\ã\æ&\Ñ\Å\íÂ²x‹\É`Be\äºy`•\Îø\06\ïø','',0,'?'),(_binary '\ÔS(žKB÷œYF]ª¯]93','wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-standard.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-standard.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '91x\Âý¶I\æ\át-',_binary 'ˆÁ>[¢8ƒ\Ò*\ÍS£Š”üõ÷=\Ê \Ã\Ù\Ä\ßW‚h“9ö\n','',0,'?'),(_binary '\ÔT¼q”[\ê\É(£HŸOX','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-google-map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-google-map.php',0,_binary '¤75Œì ‹\ÖM\ÕFg	ú',_binary '¤75Œì ‹\ÖM\ÕFg	ú',_binary '…¨ô;\âó”‹×¦—÷\"ð ÷}~\â¿\ì4\èƒFõv7­','',0,'?'),(_binary '\ÔU,Ž¶\Ãñ€Y\Ûä¶¼0ˆ','wp-content/plugins/elementor/includes/controls/base-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/base-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n‰\ç8C»\é‡7\ÔýnQD\Ñ=',_binary '›¢±4´N\æ?Z\èz@\Â\0[i$øUV\Þ2ñc•\ØÓ 8À','',0,'?'),(_binary '\Ô].õooðÈ¦M-n	‡','wp-admin/images/align-none-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-none-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øXC™)[\×°›-º4½',_binary '³ß§&QQ½p\"~\Û\Z8S×Šš‰\ï\ÍöY\Þ\å\ë\ÅS`','',0,'?'),(_binary '\Ôa´Œ˜Jj\ì“AŽ\íD\Ù','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/Socket.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/Socket.php',0,_binary '\Ðtk>.©²CY”_ðe¾',_binary '\Ðtk>.©²CY”_ðe¾',_binary 'A\ëH\ã\Z5\ê`©¿×Ÿj\Ö_¦\È\êz>W\ØLŠo\ã\ë§','',0,'?'),(_binary '\Ôf\Ì2\Ö\ZüKüö\Þñ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/UserActivitySession.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/UserActivitySession.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\r™4ÿ`¢\ë	m\0_ŒL*',_binary '»\ÌW\á1Ë§Wª\ã\áu\ÕK‘“{’7\äNxT?–šÀ£³','',0,'?'),(_binary '\ÔgÇ–v¼‚\é\Óñ+¥M\Î4g','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/Transient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/Transient.php',0,_binary 'dR*°>\n\ËóÀMÙ¶q',_binary 'dR*°>\n\ËóÀMÙ¶q',_binary 'ü$8º¡\r^ö\r\ÚòE8\ïtTSL4$uC…]\0YS\ÕCj','',0,'?'),(_binary '\Ôj¹\ÞEÊ¼É­\É9\Þ\0´','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/HelpCenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/HelpCenter.php',0,_binary 'j\àt‡%I…Oaý¶DÚ\å',_binary 'j\àt‡%I…Oaý¶DÚ\å',_binary '\æŒiFô ¯d›q\í\è¥TA“%‘uo-\à\ÑYrôe\ß)','',0,'?'),(_binary '\Ôl\Æ\0\Û%”\Å=ð„³³\Å','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UserDefined.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UserDefined.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³\Æú·Á\ç(¹´\ï\Ú zó|•',_binary '‰µñw›“J\îÚ·G%\ÎSY¦\Ø`õñCHF=¯\\ƒ‰.þ','',0,'?'),(_binary '\ÔyM\ÄÀ«\Ù\Òmˆ§Y57”','wp-content/plugins/redux-framework/sample/sections/media-uploads/multi-media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/media-uploads/multi-media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';Éžw>:hC=4±(´®',_binary '\é7\Æ\í\æ±ä«LWÁ%€96\×\Ì\ë\ìù##«¸:—d\Ä','',0,'?'),(_binary '\Ô{G\ê08Ì¨\ÔY\Ñ^&]÷A','wp-content/themes/yith-wonder/patterns/homepage-orchid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/homepage-orchid.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾–\æû&\ìx v\äž\î\åO1',_binary 'Îª‚“\Í&ø;(?0L”e\â….’~\áºˆ¦C„','',0,'?'),(_binary '\ÔŸ\Z91@\Ç\åCA(\ïXÁ\Ø','wp-content/themes/yith-wonder/assets/css/woocommerce/woocommerce.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/woocommerce/woocommerce.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'\Ë)Ä²¡úýC²¸¥',_binary '¤.±\ï\ÞV˜ˆ)X-\ê*~\Û\â9\Óúï¶€¤š¿O‰<','',0,'?'),(_binary 'Ô€ˆõjµEj\Zþp+o','wp-content/plugins/elementor/modules/library/documents/container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/documents/container.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á=%\ß\í-g‹ü}˜ŒJn',_binary '!²;\ï\ÐnFU	”wP\Ñq2Kþ‹\Ö\è\r‡y ¡\êþ\Ü\Ù\Ñ\ä','',0,'?'),(_binary 'Ô€™z¼	\ïÄž\\ÁS™\n','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\nïž¿ðkƒ-Rm\Âöƒ',_binary '_iÅ·\Æ]\"%y|&~(÷\Ä0[>1bø&ƒS˜\Þö÷|û','',0,'?'),(_binary 'Ô‚\Û‘\ÍY\î½NuIª\Ô\Æ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/RestApiController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/RestApiController.php',0,_binary 'v3\Ý^RÝš¼±}\ç',_binary 'v3\Ý^RÝš¼±}\ç',_binary 'z¯-\ä§?sX\Î*i\ê›\Ïªe¢\06¼\Ú#\\¹‰„®ú\Ñs','',0,'?'),(_binary 'Ô’¢Z\åCLE\Ç\á;G·','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SocketHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SocketHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Qz\0\ãLCn„¯0ó¦D¿B',_binary 'ÁùgA\íd¶\Ý*¾»\È:}ñº\n¥\rS3Iv\Þ\ä4','',0,'?'),(_binary 'Ô›\ìù\r·!l U5\äNŠ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/performance/defaultText.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/performance/defaultText.js',0,_binary 'ð\È\ï\É\Üù—H\0>\ãJo:',_binary 'ð\È\ï\É\Üù—H\0>\ãJo:',_binary 'T=þhuŠc«ZÔ‡\ÝT]%O)&ºöq†*ª\à:•}J\r','',0,'?'),(_binary 'Ô›÷aù\Úýš\áÁtr­‡','wp-includes/blocks/video/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?ý\Ü*\å>„”\Ê\" Z8|',_binary 'CÿF 5\Äoeå³”\Þ—¬	‰\ãW6\ÈQ\Ú÷T|¬\Ù3¯','',0,'?'),(_binary 'Ôœd­&;0\Ì;ð}h¼\Ù','wp-includes/blocks/columns/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'lÎ¯ýFH}ñþx\Ò\Ì\Ø/',_binary 'x\Û\Ë8mcÁnBC4¼\0Ô‰\Ý3ø£ô“¨I\ë\ì','',0,'?'),(_binary 'Ô¦ª\Âz¿§\ë_…+>i±\× ','wp-content/plugins/elementor/core/dynamic-tags/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/dynamic-tags/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'KöüùY?\Í\Ãø\Ú\ãð\Z\Ù',_binary 'tŠ\çÙ—\Ó+\Õý’À*I\Ý‰8ð\Æ3\"\è8p\'\áä»š','',0,'?'),(_binary 'Ô¦Á÷ø\0LNn,\Ä\æùSˆ','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/InboundTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/InboundTransfer.php',0,_binary 'FŠÍŠ\ÒFƒ\r\Zf1S03^Š',_binary 'FŠÍŠ\ÒFƒ\r\Zf1S03^Š',_binary '´<\Åð*;\Â\ä\Z½G\Û\â\î\Ãÿ¾¤SG\È÷—%X†V','',0,'?'),(_binary 'Ô§Á#7Œü\"\0\ÓxyP','wp-content/plugins/wpforms-lite/vendor/composer/autoload_files.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/autoload_files.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·=)q\ç\Û\Ù\ÙO’<„ª½',_binary '~%û\ËA^\ã\É\njn“e>\ÄxÔ²EUì”ƒ\Å{\'','',0,'?'),(_binary 'Ô©ü\Â=F\Üé¨Š4Dÿ\Ù','wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤$\Þ\í^œr+Ž’ý\0NY€',_binary 'õ`ºh“;\é§ü»Î¨±\Zñgf²\0t?]\ÅÓ¤jv','',0,'?'),(_binary 'Ô«\Ã$º\"Ÿ1¡‘Æ‹»%Eü','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.me.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.me.min.js',0,_binary '\î	M\Ìk@®d_U\×',_binary '\î	M\Ìk@®d_U\×',_binary 'ª\'B=°v±_#vŽˆRkD)Ó\àt~\Û\"¦\0 R^','',0,'?'),(_binary 'Ô®ñ	\âK˜uP\ÆÐ‘g\Ò\×','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AnalyticsDataimportDeleteUploadDataRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AnalyticsDataimportDeleteUploadDataRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yˆ\ã\Ý\â\Ñ\äº[‹\0\Ø',_binary '€9ö\ê°`HsŠªIšõs\ß\×5x‚\Ý\Ç\Öw\ïñ\0B','',0,'?'),(_binary 'Ô°r¾£nú»§šªsŽb8\Õ','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-pre-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-pre-footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—§•QQ½dÙž\Ýyo«',_binary ')÷\Z\ÝÎ\å\ËÄ…ŸašjN†\è/o|\æ\æÔ…\ç\Ä·\È\"','',0,'?'),(_binary 'Ô±\áP´&\\¾v\Ø\0‹K','wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦4ÀƒN\n„\É\ì„\âWû',_binary '½\ìþÉ¸cÞ¡öL#}ŒQwp[a¨\Ã<µ€ˆ%4\Þ','',0,'?'),(_binary 'Ô²¹ŽL[‚¹šõ·h\r_','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserLastName.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserLastName.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\ÙÜ¨£šoº\ìQÿË ',_binary 'D„ðñ*\Ï1a†K\ì%ƒ‰C\ãÇŠó¯G-½, Â—+ð','',0,'?'),(_binary 'Ô·\Ö\ÚgJªCV !\rG=\Ó','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementUnsampledReports.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementUnsampledReports.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']\Åò\íu\\¾\èfC¥ø¡',_binary '©\Ò\Ïx¸\ëA÷\×\Ù\Û\0ˆ;ô»©¹˜P’ŸŒ\ã\àÞ±¥','',0,'?'),(_binary 'Ô¹•\ç‘¨ôm\Ù&\Ù','wp-content/plugins/revslider/public/assets/svg/image/ic_wb_iridescent_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_wb_iridescent_24px.svg',0,_binary '\ßË®¾%\ïþtñð\ì›%',_binary '\ßË®¾%\ïþtñð\ì›%',_binary 'OQˆT_f«\éùžŠ8œ‘¿¨»¹:4ÊŒ\ÛOH\Ç\Ñ?2','',0,'?'),(_binary 'Ô»q¾E\è{\ä\Äð‘n¥¹Ž','wp-includes/blocks/verse/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/verse/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æe\á©Ë£R\ìR|¼õ©­—',_binary '…j/+\ÕH‹\æ\Ó+\Æ×ˆ\Ïz*c\à\Ù*‚±a‡ažeÁ','',0,'?'),(_binary 'Ô¼N-\ØÿWN\Ä,\Ù‡G“f','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/595.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/595.js',0,_binary 'mZ7q8C}\êC‡C\Þ',_binary 'mZ7q8C}\êC‡C\Þ',_binary '±¨\Ü\É\Ö\Â\ãÛ¸Fªù[±²”\Û~K\Å\0w\r£/y','',0,'?'),(_binary '\ÔÀ‹\è\åôXONÅ¨\Óþ ','wp-content/plugins/revslider/public/assets/svg/hardware/ic_phone_android_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_phone_android_24px.svg',0,_binary '\Õ©\Ú\å²,c\ëñ+œ­',_binary '\Õ©\Ú\å²,c\ëñ+œ­',_binary '?\í½h\Ï5÷´\á^e®™;²\Øk!ÒµYy:˜U6\'1ð1','',0,'?'),(_binary '\Ô\Æ#R\é‚yGUòÀ³,\í\éˆ','wp-content/plugins/updraftplus/vendor/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/autoload.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á\ÈSC\Â-7\ÖsžlRO\Æ',_binary '¼\ÑNu#ô\Ã!HŸ\Û¥Ë¾\"¼½û\Þj\ÊL\á¶Zc±','',0,'?'),(_binary '\Ô\ÆÀ¤›\Û*©\åÜ¦›g©/','wp-content/plugins/wordpress-seo/src/deprecated/admin/class-customizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/admin/class-customizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/\ÝsM0À÷>qR°f',_binary 'Z1\íñ¯Zÿ\Îf\Ð,-.>,@¾¢D¼Ù£\ßI¯´†Zúj','',0,'?'),(_binary '\ÔÈ†pŸþ\Ñ]4\Ì\ÐLñ\Äq¦','wp-includes/css/admin-bar.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/admin-bar.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ûb©vüTÀ=ýó\Ì\Â\Ô',_binary '‹\æQ°\\m•\ÜöHG«­§ú)Ñ«l%Ä°7ø¹¹Q2 ','',0,'?'),(_binary '\Ô\Ét×Š^ªN³]','wp-content/themes/houzez/framework/stripe-php/lib/Exception/CardException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/CardException.php',0,_binary '\ËOmxfPv*zR;3',_binary '\ËOmxfPv*zR;3',_binary '\Õ|’G\Älþë¥¥\\”1A\Ú#\Û@az)\Ýà¾¬\ß,\Ä\î\æ','',0,'?'),(_binary '\Ô\ÊpÿýS•š`\ß]T]D\È','wp-includes/css/dashicons.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dashicons.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',Jð»\ß/¶\Än\çR\ä»~\é',_binary 'qÔ¡\Ðú¸c«\Çq\Ól5/\Ý3$ËTœGW\é','',0,'?'),(_binary '\ÔÊ¥\ÃDOdµ>\Ö(¶(e\×','wp-content/themes/houzez/framework/stripe-php/lib/Service/PaymentMethodService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PaymentMethodService.php',0,_binary 'o8;ë£½¹Ž[\íºt\Ç\à',_binary 'o8;ë£½¹Ž[\íºt\Ç\à',_binary '‘Yó‡\Â\ä\ÉJ\ï€w1J4²ƒ¨i¼ˆž\àøš„.ÌˆQ','',0,'?'),(_binary '\ÔÌ†lÒ˜\Ü\\\ç4\â,C-“m','wp-includes/css/dist/block-library/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=ƒ“-Ù…\0”+¥TP¥\àm',_binary '\ê\Z\ìú0:d\×v\ÑX’…†\åZn\ì¯\ÍU.\Û\r°\Å\Å','',0,'?'),(_binary '\Ô\ÎSDd™Ú±\"\ÏBh\äŒ~','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-atomic/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-atomic/bootstrap.php',0,_binary ' \è¬6Ž D\ä\ßþ/‡A`‘Ÿ',_binary ' \è¬6Ž D\ä\ßþ/‡A`‘Ÿ',_binary 'HG¼õ\Óú\ÎQKT˜Ž¤/\0¾²ZNð…¯ \éT!R/a','',0,'?'),(_binary '\Ô\Ñ8Ž¤¤\è\ì>{°j¢…','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_444444_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_444444_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò~j´Qš“$\í\Óg‘d?\äg',_binary 'C/Š–\ç	«—\ì³{‹Lai|23ûmËˆ|T\ÊY¸üyð','',0,'?'),(_binary '\Ô\ÙÅ½\Ùu“¤\Ó“ \Ä','wp-content/plugins/elementor/core/upgrade/upgrades.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/upgrades.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z±9r`,¼\Z•\Ûµ¢x',_binary 'pr\rª¯IÜ£w}o3\Þ\nA”\ÎóÃ§\Ð%„;iÿIq‹','',0,'?'),(_binary '\Ô\ÝN»Sw\'Ve±\Þy\Ñö','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥8±WY¬l\Þ\â™@\n\î',_binary '^SW«’\àšuº\Ðñ;QO–\Ü!ÐŒsP\ÇôY—®ÍŠþ[','',0,'?'),(_binary '\Ô\ÞÌŸ‡¼:H­Cbg*I;','wp-content/plugins/wordpress-seo/src/helpers/language-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/language-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û?aÿ4b‘¸À\Ñ,bw£H',_binary 'ž\Êø{\Ç\ä)ÿ.\ß,$wÁS—¡Ùœ0„õoâ«–\ê\åü\Î)\è','',0,'?'),(_binary '\Ô\êSú\Î\éO6jH\ZR\ï_\ïn','wp-content/plugins/elementor/core/settings/general/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/general/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2µ\'\ë@voV\ÐV&\Å\â\Ü\ß',_binary '!J\à\\¨OþûI6˜(.Sx†|p÷B\Äý\Ý\"x‹¨ð','',0,'?'),(_binary '\Ôð\è\â7~;-ˆ7—\Í@j','wp-content/plugins/wp-rocket/assets/img/imagify-info.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/imagify-info.svg',0,_binary '—œ¬\'\ZY÷?\à±\'\nö„\ß',_binary '—œ¬\'\ZY÷?\à±\'\nö„\ß',_binary 'c\Ë÷¯\ç±Òðc\Ïö\æ| x{ÖŽlŽ£ôôu^ˆx-','',0,'?'),(_binary '\Ôó—\Ü#\Â|\Ø÷\Ç(¤J\Ê`‚','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ContentAdsSettings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ContentAdsSettings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$L•ô	ö[;^g[vºi',_binary '\Ðý­®²\ì¦L4ë³‚u¥s½bB¤V¢«;e\Ñ\Ñ\ì¿','',0,'?'),(_binary '\Õ÷¢/—q‡RR\Ê|¹¡\ê','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\Ç÷~œ\â\Þz„f8‹­•¶m',_binary ';!™us\ßŠ`\'4b¼p˜”8sblRZ{ºy\Â','',0,'?'),(_binary '\Õnƒ0\Ê{]Á€	\êg<','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/StripeCreditCard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/StripeCreditCard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™\Õ.:ðˆ\Î|©\è\ê6\ÕKo',_binary 'd\ê‚JºŽ\ë¿…_@m\ë¢-ö—ö\Úi\é\Þ?7²','',0,'?'),(_binary '\Õ	\Ð\Êeq+¥-\\;l”©','wp-content/plugins/revslider/public/assets/svg/image/ic_broken_image_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_broken_image_24px.svg',0,_binary '™‹Ìº‘ÿ\ÅR\0\Ö0€¸\éP',_binary '™‹Ìº‘ÿ\ÅR\0\Ö0€¸\éP',_binary 'O3\ÍÎª)jª\à\n\ÉmU¤º0“7\ê¿C¶š\Í\ïn\Ç','',0,'?'),(_binary '\Õ\äØ†¿[ùB\ÊrÌ³®$W','wp-content/plugins/updraftplus/includes/S3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/S3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß¬?¯b´ T2Ð‚\ë™U',_binary 'x<õX\ÉR\èuŽ·²8·\ÇnÕ¿ÿ8õS+)û½z²ŽÀ˜s®','',0,'?'),(_binary '\Õ\rb\âœd/Ó¡;\êž\ZŒ#x','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w\'üPrQ%õf \Ð',_binary 'ZyÝ¨÷eCÝŽ¸¥QSn‰i±ð\äü\Ù\×\ÑEtC\é\Í\ÓJ','',0,'?'),(_binary '\Õ²\Ü(\Z¶×¿*¯—Žü\"ð','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Custom_Dimensions_Data_Available.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Custom_Dimensions_Data_Available.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\ÊwŽ\nI?Q\Ð-\ç\ÝGŽ\åŠ',_binary 'Ž$”üPœ<ms\Ó\à‹Š+‡j\âú]d°\Ý\Øõx\Î\â78','',0,'?'),(_binary '\Õ¦ö ©\ìk•/ir¡','wp-content/plugins/redux-framework/redux-core/inc/welcome/class-redux-welcome.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/class-redux-welcome.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™¦¡Í„¯Þ‡\Çö\å|\Òõ\ÅB',_binary 'k*U:\ÑBþ9¨„¬Ð”7\Ý\ï~\×þ\é€\Þ\ÞI\ÝSU8ú\ß','',0,'?'),(_binary '\ÕX\éð¯—$„a²\ÔB\È\Ò^','wp-admin/js/user-suggest.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/user-suggest.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6|3¤—\ÃsŽJ:+IV\Ö',_binary 'ÇŒ0BúÈ |óqO­	F¡±¤\æ>ƒg„€À¦\Ó#','',0,'?'),(_binary '\Õv—ð\ï\æf\Ó\ë*&Î¾ž','wp-includes/Requests/src/Exception/Http/Status409.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status409.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r\ÔZúD6—\èó$\Ï[$',_binary '«G\Ü9\Ó\î73\Ò’\ÝUÉ¬\çƒ}\ÓOŸ@œ\Ï\à,','',0,'?'),(_binary '\Õ e\ÕdW\át’<X©Dò','wp-content/plugins/wp-rocket/inc/classes/admin/class-options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/admin/class-options.php',0,_binary '³\\zøNœ½“dÊ²\Þ\Æ\ä',_binary '³\\zøNœ½“dÊ²\Þ\Æ\ä',_binary 'ˆ-º\Þ\ì7•´ç¥´ Á9Af‰ã¨Ÿt]Vž^ ','',0,'?'),(_binary '\Õ!\ë+\ÓZDŒ)¼)6¤¾\Ò','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements/FeatureService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements/FeatureService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«h.ÂŠK\áŽ–:\Èý÷‚',_binary '3>•DŒm”X\Ç/ûô\Z\Ô:øX¯o Þ€ÀÂ¹…¢‹bx','',0,'?'),(_binary '\Õ!ø3qôüŸ ®/6¨<€¤','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/shield.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/shield.svg',0,_binary 'À\ÞCóaƒ|\î\ßñ\âlHý',_binary 'À\ÞCóaƒ|\î\ßñ\âlHý',_binary '<„~EDó^qF\Ýñ¥\áT\\Œ\Å¤\Ì\î³&Ñ”\Ï\ç','',0,'?'),(_binary '\Õ&M¿ŠC—üo\Âyð\Ë‡','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â’~^H4w&šÏ¥e',_binary '´:°\ïqLU23ñš]a½2	‡ºQˆýFtÌ®’‘ ‹Qw','',0,'?'),(_binary '\Õ2¡öˆô©_R\Õ\à’[¹ÀY','wp-includes/blocks/code/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úQ\êº\ZQ‰\×\Ý\Òï©©ù',_binary '¸½ \Ôõ\ã$¥\r›$‡\àgI`@‚+9‘\rÀ„ò‘\ëµmf','',0,'?'),(_binary '\Õ4_{HÔ‹pbªW\Ã#µ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi/PluginsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi/PluginsController.php',0,_binary '$7>ˆ7ŸvrÌœ:À.·/',_binary '$7>ˆ7ŸvrÌœ:À.·/',_binary 'Y[\ÝXE\ÂožŠ´ª\ëÐ›R\\ó\07Nu-:eð/8NYKaT','',0,'?'),(_binary '\Õ4jX¼Íœ^/7tP`\Ò','wp-content/plugins/wpforms-lite/assets/images/challenge/bar-bg.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/bar-bg.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆr21¦tw²O~)¯ú…†',_binary 'LŠ\Å=\âE\ÓG\Ýûþ+ÿ\í\ì\ÎI×­œ SEj¾²,','',0,'?'),(_binary '\Õ8c\ÓDHƒzä¸‡q0\Û','wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xhƒR¸J,Ã£WYm¨¤ùZ',_binary '\Ü,<N\ÒT°ò\ân8\Òöuóüoƒ\íÂ­;`ñS\ÈRÎ”€p','',0,'?'),(_binary '\Õ:SJ®\0™¤þÜ¸p\ÔJPö','wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_searching_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_searching_24px.svg',0,_binary 'c\r;¶IÌŒ­¹_ó‚\á',_binary 'c\r;¶IÌŒ­¹_ó‚\á',_binary '>TV\nC~8™LOÉ\Ù\ÐY‰vKË¶žDe»¬\'‰%','',0,'?'),(_binary '\Õ=õ1¿\×$‚{l@¥w.','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphPicture.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphPicture.php',0,_binary 'm·¤Ÿ&¨>÷\ïö½­|°',_binary 'm·¤Ÿ&¨>÷\ïö½­|°',_binary 'GŸ\nD\Ú\Ï`o\Ú ÿ\\ó“€F©——\é»n«º\Þ\Þ','',0,'?'),(_binary '\ÕBImSÀ\Ô96\ß7’†ðX','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì \"UE\"´Eb;D\ånð',_binary '‹©Ô±\ë»r–g\Ü\êCXJU\Ë1ø’Ö‰Ya,\Ùð1','',0,'?'),(_binary '\ÕBÂ§2n­OF^QO´÷','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\ÕG}©C\Å!—]ô\íô!Ld','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/section-title-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/section-title-wpml.php',0,_binary 'º~Oö?+‚Sao™‡\å³.f',_binary 'º~Oö?+‚Sao™‡\å³.f',_binary '_\Ñ—H–P½„P]•\Æ\"ž\äV¨À\'¦Ž”\îz“Zõ','',0,'?'),(_binary '\ÕL\Ë8ŸÈ˜d.q‘–ó\í#\Æ','wp-content/plugins/wpforms-lite/includes/class-install.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-install.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4\É5\Ûnö:_ñ¢?JY†ƒ',_binary '%eID\"ûõN\Ëû\ä\ç»a:Ìš\ÚB`x)Y¢À18®I','',0,'?'),(_binary '\ÕP)\æ‰—:\Ä\Ç~\Å™4”','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/803.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/803.js',0,_binary 'Š\Ã\ÇHŒLˆC:Ò¹TB°',_binary 'Š\Ã\ÇHŒLˆC:Ò¹TB°',_binary '-gPõh¦\Þ\Z†€ñ’·õ\Ã\Î÷lÓšT¸x\Ú','',0,'?'),(_binary '\ÕQyhñ&\0W\\…™E¼\ÉU','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü,Ú\Ð/i\Ü*p—B\Ç',_binary 'ò1•¹\Ò*\á\äµY¸žzÏ–0\Ð\Ñ,È±¿l=ø','',0,'?'),(_binary '\ÕVdwp¿\n«:\ÓF}ù¦','wp-content/themes/houzez/framework/stripe-php/lib/Service/PaymentLinkService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PaymentLinkService.php',0,_binary 'ü\Ê\ÇudS;W`h\åV\Ç\Æ>',_binary 'ü\Ê\ÇudS;W`h\åV\Ç\Æ>',_binary 'g\ÈPQ\Ú »y	Š„\n”·N]\ÃÅ˜¹¹Yõ·®z›˜\Ã','',0,'?'),(_binary '\ÕY3\ÏaQó¥KT+\rÞµ@','wp-content/themes/houzez/js/vendors/i18n/defaults-ua_UA.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ua_UA.js',0,_binary 'Í¶¯Â¬/h v\âõr^3\'¸',_binary 'Í¶¯Â¬/h v\âõr^3\'¸',_binary '\ÑS‡&Z)€,¦\Îú\Í\0\â…KªŽþZBv\rÀˆ‘V€\"e§','',0,'?'),(_binary '\ÕZ\ÈÁ|Ó®\rw\rWñ*','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.uk.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.uk.min.js',0,_binary 'ÿ\Úó¿:›ÿ>,)\ã¼6',_binary 'ÿ\Úó¿:›ÿ>,)\ã¼6',_binary '€Ÿ¬\é®C#Š…3qý{\íiu\ä¿<t’\ß µTwW\á','',0,'?'),(_binary '\Õb{q;|»2÷”\ì(\Î','wp-content/plugins/elementor/includes/controls/groups/border.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/border.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÓA\ß\é?\â\Ôu>®õZ\ê\Î',_binary 'fE\Ó$>\å/ðÿŽþKƒ\'™„þ1Tbý\Ý\ìÀúE\Ã\è','',0,'?'),(_binary '\Õbª]zL†5|;”\íA5','wp-content/plugins/revslider/includes/wpml.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/wpml.class.php',0,_binary '9È‹¼K••˜e\rExJ',_binary '9È‹¼K••˜e\rExJ',_binary 'ƒ\Ò.Tk\ê™\Ù±h\Õbþ$·õi ¶°n.h>\Ê*vw','',0,'?'),(_binary '\Õe@\Ò_AMD]°v1»Å§}','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FileService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FileService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼\ç5Š;RQSþ\Ò\ÂöG=Ž',_binary '·Ž‚ZÐšM_þ8,\ì\Í<‰X[^ºS	\Â‰lQi','',0,'?'),(_binary '\ÕgÖ¿þ€mœã‹£‹\ÙI','wp-includes/js/dist/data.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/data.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ\Ôp¯ýÞ½\ãŠÈ®÷kr‚',_binary '\êKDC¸iU»ÿž«\Î\Ô\Ì\îo¢²öFl5Nx«\êeµ8','',0,'?'),(_binary '\ÕiVp&Å¿]ªÿ.Ü‰”œ‡','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Client.php',0,_binary '› \"ó›\Â*\ä©\ÚxL§/q',_binary '› \"ó›\Â*\ä©\ÚxL§/q',_binary 'ù—Ž@FNb\Z\r©\'u½_u\é´\êò\Üc\é\Êô«\Ç]\\£','',0,'?'),(_binary '\Õk\"ôñOŠ„§$N)Š$¸','wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹~V\Ñ\ÑÁšn°q/”ý\Ú1',_binary 'r8Ã¦\ÙeY\Êk\î\â5a\În\Õ\Z\Û[€•U\Î,T^¢‹^e1','',0,'?'),(_binary '\Õp\ïsZZ…#÷N7—óe','wp-includes/css/dist/block-editor/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Zc,kFLK\Þ÷Ó\×/ÁŠ²',_binary '\æ\î’!\nAi¬u\ßÚ¯”“\éêˆŒHl=×¯ˆ\×@û¦ô\Ñ=','',0,'?'),(_binary '\Õs\Æ‹,ó?hiM\é»','wp-content/plugins/wordpress-seo/src/values/robots/directive.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/robots/directive.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý“±\âaS<\ï·q¼‹_\Ö',_binary '\Í3!\Ú/\Ìšx<þ 5\Ì(ÒŠ~&¾z\ä­\î…KR\0‡','',0,'?'),(_binary '\ÕuN;KS£\ä<£\êºþR','wp-content/plugins/elementor/assets/mask-shapes/sketch.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/mask-shapes/sketch.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';zÁ¹™‚¶ >€\Èqb’',_binary '¤RÚ‚ýC Œ%\Ùñ`}]vû\ç*J¶ w»\è9YŒ]sÁ','',0,'?'),(_binary '\ÕyúÜ¥|õ\Ò÷À³ù\ÒV›\×','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞC\"V÷þ\È\ïØ¯{ÎŠ\"\Å',_binary '\ÑŠ =\Òí ®Í‹¾¾xAFs\Ò\æ9{¶`„\êK¬','',0,'?'),(_binary 'Õƒ\Ï[ƒ\àf(-	Á‹)\åÁ','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg',0,_binary '¸á´¨\Þ\èQÀ®X\È\í\Ä',_binary '¸á´¨\Þ\èQÀ®X\È\í\Ä',_binary '8.…i-ˆß‡Lú¬.ÁWæŽ²\áµ£ §a¯\êN¶\Îa','',0,'?'),(_binary 'Õ…”Ÿß\ãS“‰+ý”¤‚','wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B#É\àFŸ\à\Ð{iËk',_binary '¾!þ\æœ1ù&Õfž™Óšf\Í\î\Ð\Ûs¡\'µ\Í~\Ë?¬','',0,'?'),(_binary 'Õ†õÀ7\Æ	\ÛÑ£9ƒ~û\ë','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_made_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_made_24px.svg',0,_binary '*KY¾ù¢ fÀ®Ÿ%¸U@',_binary '*KY¾ù¢ fÀ®Ÿ%¸U@',_binary '\Z&ÖŒ¡²,C\rc‘	<\è\ÞYßƒª´½x«»Z›	·\Ù','',0,'?'),(_binary 'Õ Ú¿\'þBÞ½nw\Ãù','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/zh-TW.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/zh-TW.js',0,_binary '„\âyNø¿õ`5×°óR•',_binary '„\âyNø¿õ`5×°óR•',_binary '½dp–\\N<euº\Æ\ë5#´¡q\Ñy)\Ôk\Å\è“\é\"','',0,'?'),(_binary 'Õ‘\"¢„g1JaºÊŠ¢ò\ß','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.css.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.css.js',0,_binary '&J~\Æ\ÊAJw& ]i\Þ',_binary '&J~\Æ\ÊAJw& ]i\Þ',_binary '@\Ø\ê¾À€P ’ŠñE\ÉmT\ÇI ‹••\ß~š¯ø#J´\Ó÷','',0,'?'),(_binary 'Õ“nø[\ß|\Âù¨ >v\ßB','wp-content/plugins/houzez-theme-functionality/assets/admin/js/jquery-cloneya.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/admin/js/jquery-cloneya.js',0,_binary '\ØÇA\"ƒˆeP\â54°X',_binary '\ØÇA\"ƒˆeP\â54°X',_binary 'ª&s\Ï\\>Á va+‡€¦Kh\í÷\Ô\Ç?¸d \å¢6\×','',0,'?'),(_binary 'Õ•L»¡+7>$É¡4\æ¨]','wp-includes/blocks/post-comments-form/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ì®›’ó9\n.ha¿‹=8\ä¶',_binary '«¤¶bŒð›Š?C¯=Pý\Ë\n\æ¦E\ÎH\Íg÷pE','',0,'?'),(_binary 'Õ—=P™:`p\Ý‹¹~›ž','wp-content/themes/yith-wonder/patterns/site-footer-3-columns-centered.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-footer-3-columns-centered.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\É\\\ÇXÈƒ3!`‚ù',_binary 'Óš Ó‹Z\É8Œ‹\ã¢gH¢\×A\Ô{Û”.‰‚\ZµpÆ¾ý','',0,'?'),(_binary 'Õ¢¥Ô²‚Y…\Ô{—yýô(H','wp-content/plugins/redux-framework/redux-core/assets/img/raw/2cr.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/2cr.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚6÷Fk`›“WF}5',_binary '\Ó-«¥ž«¹v,\à\r\"”·°4%(ü\Õ÷®\Ã§·‚','',0,'?'),(_binary 'Õ¤!xE¦˜YþŽ\ë©\ïU]','wp-content/plugins/google-site-kit/includes/Modules/PageSpeed_Insights/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/PageSpeed_Insights/Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±1sÀN´\áb—\Ç×Ž\Ý',_binary '<:þMT|;9N\Ç\ÎZñp\Ék\r?\ß1ÿ6u¸ÓŒ…>óR','',0,'?'),(_binary 'Õ¤i_“çŽÎšD\r±4','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xW\Ý }õ‡t—]-…\èŸ',_binary 'tš6\îFÅƒŽ6a†„òõ#\×T]§¯>\Í\Õ&r{\Ö8þþ','',0,'?'),(_binary 'Õ§£\0=-MÌ·W)B8','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M,ÿ\Îra´?s0EVŠ„ø\r',_binary '\Ñp‚\ê³n®\å-\ÉF03˜\ï6À\Ö\ÏU\Ì×¾¶n…@','',0,'?'),(_binary 'ÕªC¯°€›õn‰R4n\ï','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_larger.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_larger.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\'\Îÿ5ô.Åµ\Ó\ÓûÈœ\Ù',_binary 'ni„ñXu£K‚Ul%}zf\ì@¨m¿“y\Þ\éB¹‘›','',0,'?'),(_binary 'Õ«UE\äë…«\ç19o\È\ï[\Ä','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\n1Š¶—\ì\è4†7u\ß_`',_binary '†zþ \ì|Šh)4\Õ<\íx‹\Ùs[»4ò¾-N!o„v¼','',0,'?'),(_binary 'Õ®n\Ó\Ç@u¼:µ\Ã]öu½\Æ','wp-content/plugins/elementor/core/modules-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/modules-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë\Ê,Jmƒ>¡‡®\Ñ\Þ\é ',_binary '\Â—S¦•´	þ:K¸[\"_®\n3¬5b\ÂR\Z\Ì\ÖL','',0,'?'),(_binary 'Õ·K¡;-À/—ŽU7\Íf›','wp-includes/class-wp-block-parser-frame.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-parser-frame.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O}\Í%¼	kX\æi!ú\Ö\Åm',_binary '\Ü}¹ý\à!\'Á\Ò:ô]\Ò\ØJ¶eX«°SZ´¸èº¸+yc','',0,'?'),(_binary 'Õ»Ke>™7Á‘;(\ê)\ë…','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/LiteSpeed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/LiteSpeed.php',0,_binary '\0rÀ\ãVuz\Ëz[\Ö',_binary '\0rÀ\ãVuz\Ëz[\Ö',_binary '¤\Ñyq\Å\ØU	[ð~\ëm¹¢sü%\à\Ëò\ê­Q\íA\Ú','',0,'?'),(_binary 'Õ½þ}­r\Ë/\ÜÎ™£\Ü1','wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0Š#2\ÌhiZeŒ¸hÍ±',_binary 'Ms\á5¹©@F¹¾P\0þ—­^u`&\ê\áJ–h','',0,'?'),(_binary '\Õ\ÃöøÈ¨’\áŒr\Ñ\é%MÃ¨','wp-includes/blocks/file/view.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/view.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!C\ãŒxf]\\_0›\ìOi“',_binary 'o\Ø\'\Ñ|F\Ëó‰7¤¯] +\åR\â+x·4=yðYvz0R7','',0,'?'),(_binary '\Õ\Å*‘\íq;\ê˜õß®~\ÃL','wp-content/plugins/wp-rocket/views/deactivation-intent/form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/deactivation-intent/form.php',0,_binary 'U2`–´ö®\Ö\äÏœÀ¹\Ë\å',_binary 'U2`–´ö®\Ö\äÏœÀ¹\Ë\å',_binary '¼`\Ç\Íi×´ í¾4³\Ò\Ü\ÓdKú[š\rù\îK\æ\ç\Ê\Ò','',0,'?'),(_binary '\ÕÉ£pÎ·š_&q“x;ž','wp-content/themes/houzez/framework/functions/menu-walker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/menu-walker.php',0,_binary '\Ø\áJ£6™`ÿ˜q•\0\'\Ë=',_binary '\Ø\áJ£6™`ÿ˜q•\0\'\Ë=',_binary 'zšž\n/û\á1h\ãý\äƒ\ÅÿX‹\åaöÎ¿X…“~','',0,'?'),(_binary '\Õ\Ê4\ZóJ\ía\Â×‘Ü‘\ÙKJ','wp-content/plugins/redux-framework/sample/sample-config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sample-config.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0½EWF¹\ã9ø9KÀüò',_binary 'O)ó\á©\Ç)#@_Œi±™…$\\šÍ•³°„{:[\Ýý','',0,'?'),(_binary '\ÕÎ—4RŠµ\é=\àœö·,÷','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W\ÆX\æúv\ÓvlX­8…š\Î',_binary 'qdwLÔ¹ºL“\é90¨\æ‡\Äk¶“9dZÿ£+T€`','',0,'?'),(_binary '\Õ\Ñv\Ó)\Â+/~\ËZ%iV','wp-admin/images/dashboard-background.svg','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/dashboard-background.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[H\rkgö€yjK£OM‡\Åü',_binary '°\Ëcµ.K.h|ðM›\ÜÀ¡œ=Ê€ñ0R’Ï­D¬\ê','',0,'?'),(_binary '\Õ\Ú\ì\æfGBKH\"\ÑWvÄ´','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛÀ´‚÷¸9¬@^gn',_binary '„\ÃO\ÖB‡£‰±¡\Ë$Û¦,úlb§§$¶sSœaK\â','',0,'?'),(_binary '\ÕÝ†-Œ:\äýjO³&š\Ô','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´û!à¡¹³\èò~,¤\Ð0',_binary '€:\ÍBŸ_\Ö0#Ž«Áˆÿƒ°¬\ÉNI\Ö>.¸e\Ù\ì\"ñ»','',0,'?'),(_binary '\Õ\åuORŸOÌªks93ª¤ ','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶0\Ù_MW{¶\Þý\Û\rù',_binary '<#{\Ýc\Æm\Ï|\Îû^ðI}\í6\èyi\Ûß™Õ„Ž U\0','',0,'?'),(_binary '\Õ\çVKtyB†\ä†ôüN','wp-content/plugins/wpforms-lite/src/Helpers/File.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/File.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3‚=\0ò)V\èy¡}¸',_binary '0Nq]9¾W\ì]”–Eö&5*i\Û\Ïy©6\Ì\É@U4B','',0,'?'),(_binary '\Õ\ç¶$Jq\Þž:GZX\ì)y','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ocean/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ocean/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ0°¹\ÛO¡i\Ýy',_binary '1±\É`\ßó\Þw\å\â0S‚‹\n¦?v\\Œ?$œ\Æ\Ý\Øk\í','',0,'?'),(_binary '\Õ\ëW”Ô¾Þ¥´™Œ9)\Ò\î','wp-content/plugins/updraftplus/includes/Google/IO/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/IO/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì\æÖš\Ç\çSÑªNi8;ð',_binary '‡œ#~“bq¤qˆb$\ÌË¡\'s÷‡Zß“›ÀJü£','',0,'?'),(_binary '\Õ\ìd\Ñ	÷\âQkg‘\è\ßl','wp-content/themes/houzez/framework/stripe-php/lib/Service/WebhookEndpointService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/WebhookEndpointService.php',0,_binary 'Yar\ã(£\åB¯*\Êt',_binary 'Yar\ã(£\åB¯*\Êt',_binary ',.›W\ÎI\éH<‹#(\äqjw\é\É\çe¦\Æ\Z\Ì>\áû„±[','',0,'?'),(_binary '\Õ\ïûþ s:]\æD]TnV','wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Tag_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Tag_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ûo¬Š3\ë0	\ãþQ!+\ã',_binary 'Ár\è‚\à-ÿ\'öÜ·[\Z…\íòH¶Z\éŒB§ó¤','',0,'?'),(_binary '\ÕõK2;\æ<D¦®‡ƒkub','wp-content/plugins/wordfence/lib/wfStyle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfStyle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's†»1_¸eþk2R’²ž\É',_binary 'j\Æé¢Ž·°\È®_c\×632¤3Ö…\ã]Gs}.\n','',0,'?'),(_binary '\Õõü”ó-˜ \É©\È\Ô','wp-includes/Requests/src/Exception/Http/Status403.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status403.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#YOdsCHMG¹\Õ7½',_binary '\ZY\ä\Ü EKq\ÒÀšev\Ý@÷9•\ån3Jy\á&‚¼','',0,'?'),(_binary '\Õö¼úÍ¤6\é\0/ý“kúÀô','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ó³\É/Vñ\ÚaWƒŸ6³\r',_binary 't¦\Õc©At\Ã]´\ß{\Â N\Ê@\'y)B\ë\×CL’·\Ðù¡','',0,'?'),(_binary '\Õøg\áf\rª\Ì#Y’‡©\Ó','wp-content/plugins/wpforms-lite/assets/lib/purify.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/purify.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý\ín\è\ä?”W¥e/ª¢«',_binary 'G\ä«Kt{Ÿ\É1„¯x2ï… \î]h%\Ä\É/’X6\Þ&\Ù}','',0,'?'),(_binary '\ÕüJœ?½,À‰¦\ÛQ\î6”','wp-includes/blocks/read-more/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/read-more/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à›é‡\ÍOöW¾’F[Gk4',_binary 'H9	øv\n¢Ü­û²\Ù÷ ŸB¥ 5\ršû`>\áu¥e','',0,'?'),(_binary '\Ö\á\' \éŠ\'$,5\ãW\Ã','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_hdr_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_hdr_24px.svg',0,_binary '\ÓDp\0)úü[ðY\é',_binary '\ÓDp\0)úü[ðY\é',_binary 'E‰é…².~I/€tK\Ç\×\Ò\æÞ–¿·D•™Xy\Ë\Ñ\æ{E','',0,'?'),(_binary '\ÖZÿ\à‘a†>\ßqO7','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchDeleteContactsRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchDeleteContactsRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5Ê¯_{ò[\ã»pgÁ–w',_binary '•\á•\"nZÑ²¯Ü\ã\Â-MÞ¹Ú½·m\Û$£	_&','',0,'?'),(_binary '\Ö–Qü’…\Þþ™€\n.œ','wp-content/plugins/revslider/public/assets/svg/image/ic_flash_on_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_flash_on_24px.svg',0,_binary 'F\Ñ`Ã±\àð@ª\Î(˜',_binary 'F\Ñ`Ã±\àð@ª\Î(˜',_binary '\n†›=Á•¦\åH\î\ìö•X\Ðð>§æ“e-•khk\ì\í	3','',0,'?'),(_binary '\Ö(3s\rnwb\É1\Ð{\Z','wp-content/plugins/houzez-studio/admin/js/i18n/hi.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/hi.js',0,_binary '\Çm¶\è5¦\\>žV6Ì‹',_binary '\Çm¶\è5¦\\>žV6Ì‹',_binary '\Æ^œ\ã?£ôG\ÇÛ¥¼\Ù=Jù~7Ù½†â®ž\Î&¿','',0,'?'),(_binary '\Ö	£ÿ]´2¯\ç\ä\Ê>\Îh','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_indent_increase_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_indent_increase_24px.svg',0,_binary 'E¥£O°&tû\Â\'\îp\ä1\Ê',_binary 'E¥£O°&tû\Â\'\îp\ä1\Ê',_binary '3y2Zbš:\ÖIª04 \\ð¹#œº´—9Í­B²ƒš:','',0,'?'),(_binary '\Ö	›\à‡Œ†AR©Z\Z\ê\é','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊSˆ\Ü¨¬`‡üV',_binary ')\Âl¹{¤\'\ÛC¬Q_\ì:ØˆxYÿÀ—ò\ê','',0,'?'),(_binary '\ÖQ‚’\"0]×§EL@þ','wp-includes/Requests/src/Utility/FilteredIterator.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Utility/FilteredIterator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'cŠ×µ€L\Î{$\ïG’\\i',_binary 'Áž‹G¬\ç\Î\Ø\êÁ¤\Ëdù\ÞO‰u¡$A\æ$6P•Cnts\ï','',0,'?'),(_binary '\Öz¥\Z”Lª–/˜\Þ\Ù','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionScheduler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionScheduler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q18\"ª…mö\à*xü\Î',_binary '\Ï\ît$\Ö\Îv¡¡=n|nþ‡\ÞÍ²\0\ÚeUºYÅ·\Ç{\Óõ','',0,'?'),(_binary '\Ö	\í§\ãõ_Nidô1CL','wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„|—I\r}\ë\áø‘\ê\ìF=',_binary '((\Ò\"§ƒˆ,As\ËÃŒªk\Í\Öf43\ïtu;P™ðx','',0,'?'),(_binary '\Ö™ ò|\ÄX<4—»\Ã\Û','wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/Consent_Mode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/Consent_Mode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yCP\ê2\Þp0¼Ö—œ-J\0',_binary 'Ä–‘>iYxN8J¤Tô{˜?ÿõÀ\ëOŽ\Íz\æZ','',0,'?'),(_binary '\Ö\0XI\Û\Ì,¤=\îø6','wp-content/plugins/wordfence/css/license/response-variables.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/response-variables.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '\Ö(l\ÖÿùZžs\ío\Þw','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/radio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/radio.php',0,_binary 'À\Ìþ´{ök ).\Åx\è€õ',_binary 'À\Ìþ´{ök ).\Åx\è€õ',_binary '.Ä€t-¯P¹Á§\Ë\ÞDÍ‚¨›:üù\áÃ‡\Óqj\Ã','',0,'?'),(_binary '\Ö(Ž–hfŠX-ý\"‹\ÅD','wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/ImageDimensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/ImageDimensions.php',0,_binary 'd\ËZ6ºÇ€¿\è\Ý(V‘',_binary 'd\ËZ6ºÇ€¿\è\Ý(V‘',_binary 'X¦R\Ô*‚\Îÿf}ÉºÁ\0¸m\ZñÆ–Dpó\'‘\Ì1','',0,'?'),(_binary '\Ö)§ºÒ´w%L\á-\î­üs','wp-content/plugins/wpforms-lite/templates/admin/challenge/embed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/challenge/embed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ù’{A Ÿb\Ýø•½ÿÅ®ú',_binary '	9ed=(7\rB©ôgõ_\êó›¾y…]¸E`N¥@:†™ /','',0,'?'),(_binary '\Ö5\éx=\ÊKD…ð\ìW','wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨|\ÊdÉ¢,Z\\\Û þ',_binary 'ù~KF#}\ï´ñ	õ\r’hòR—¾—ãœŽ\r<K','',0,'?'),(_binary '\Ö6\ß\åZ.¬øm*£\Ð&O+','wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§Z\Í[Ž3w	I;	\ï@I',_binary '~£¿W„\Î\ã\ß5©A6‡­žœLV\Å.Ar\Ò\éD\'A','',0,'?'),(_binary '\Ö7À\à\Õð\Ô\0¬Å¤s²\é','wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Rj\Ä<¨œtˆj®\Þ[',_binary '\ÚñT¢†£[ø\×!\ßHûv\Ý`\àý\é¦N\ìƒ\ÇEóx','',0,'?'),(_binary '\Ö;a.m\í—Í°€a¦=d','wp-content/plugins/revslider/admin/views/features/layer_animations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/layer_animations.php',0,_binary '¬\ì\\ºu}Ô /Ñ¡›f',_binary '¬\ì\\ºu}Ô /Ñ¡›f',_binary 'K+;\Ø^U\åuh\ÑB\\8ñ@;B\è\åIÐŽ˜´ÅŠnu','',0,'?'),(_binary '\Ö<ù8\é;p® x¹TG','wp-includes/css/dist/edit-widgets/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-widgets/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ØQÀ:O»L†b×',_binary '!‰\ì\'—~÷¼\rWŠY\è-c£\Ê\ËG¬ò®s-\ë','',0,'?'),(_binary '\ÖA>\ác\rÀ\Þ\î7UØ¹K:','wp-content/plugins/elementor/includes/plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/plugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞTª™\Ýü£ñ\árr44³ ',_binary 'ûõ“I]…\æC\Ûi)\Â\Îúq7úõuu´Ác\ÙÔ/\ßM','',0,'?'),(_binary '\ÖEß·i±3x³&\àH$Ÿ','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸„óõ\Ùrx¼Ú4„ù',_binary 'c„\å|\nº>¾ò\Ü+Pñ³9\å±\Ù;9×Ÿ™)—m0','',0,'?'),(_binary '\ÖFÀ8m€u@_óXT\Ö','wp-content/themes/twentytwentythree/parts/footer.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/parts/footer.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W	Ào9i€\æøò[‹¨r',_binary '¶\é,	…¶\Æ‹×¼b$\×O¹\ç\É`I\Òðù¬','',0,'?'),(_binary '\ÖG\Ô\ì¢ð!Ÿ)?1\Çm\Ô','wp-content/plugins/wordfence/js/wfonboarding.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfonboarding.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï8x+`:.^\ÊA[)©T',_binary 'ÀV\ìp¼Poñ÷V\Ã£\ã\ï\Ôÿ«:‘•CI\\R¹\ÅÁd','',0,'?'),(_binary '\ÖH\Æ(]@\Z°UÄ¯v@†Y\×','wp-content/plugins/elementor/assets/js/packages/locations/locations.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/locations/locations.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U\r\Õ\Çdñh”\àb÷Prg',_binary ')°01÷˜?a§ú\×B\nRöÒ¿©\Ú\Ä\Û8ñ¡XFi¬\Ö','',0,'?'),(_binary '\ÖI”Jcr\ê,ZJ3NÜƒ','wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b?¨ú\\Ù°õYgD\rz',_binary '¨‡\éOdù \Çõ:X\×®\ê RU\Å+ú@\É\ìþ9','',0,'?'),(_binary '\ÖIþ,F}l[ø|­\Âùšœ\ä','wp-content/plugins/elementor/assets/js/packages/query/query.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/query/query.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åOþ\Êôe\ËÞ©\Ü\ç%«–',_binary '-\í®$\ÓlŒý¤P¼Š¹\Út%šr$öÀˆ9· _kð\Å','',0,'?'),(_binary '\ÖJ\ä÷\n\Þs\ÎK×³k\Ì\\›','wp-content/plugins/elementor/modules/usage/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/usage/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àP-¤ßƒ\Ï¬0w\ÏA\ÇD',_binary '<|û}‘n¼¬þ#[‚\ÃYio­†\áÚ¡q\èE^M%»','',0,'?'),(_binary '\ÖXÚ‰|\î8\ÑõÁ\ì}\ÂB\Ý','wp-includes/js/tinymce/plugins/link/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/link/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°öV\\\n]\Ì\áKûs\' ',_binary '\Z>†‹I\ÖS\ÖÐµ´œ\ê\Æv´,¢\Ïq¦U¡¬\Þò^','',0,'?'),(_binary '\ÖYñ•\\02\ápU±ý‰ñ','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-200italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-200italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^^½««³5ƒô\ÑÍ¯\Z',_binary '\ßP\äYWt\Ï\æ6eº‰v\ÇR\É0s‚p¤v“36*(gk','',0,'?'),(_binary '\ÖZ\×ö	r!Þf\Õ\Ñ¾	\Þ','wp-includes/images/icon-pointer-flag.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/icon-pointer-flag.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°\Ó,‡ò­‹\ÂE^¿j`\'',_binary 'oq·\Ú9”Áa{)h}=#¾½ü\ë\çTû×§\É\Â','',0,'?'),(_binary '\Ö[\áûÁ\ÚüM«¹³)Mš™G','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/lang.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/lang.php',0,_binary 'jƒ@zÞƒy—r‹n’)b',_binary 'jƒ@zÞƒy—r‹n’)b',_binary '¥´o\á³,J\å\èZå½»\Ôw¶Á?‰Ä•en\é[J','',0,'?'),(_binary '\Ö_y©H_yÂ¦E–7ýüˆt','wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ.÷L=\Ö[Goù¾`\ç^',_binary '\èŒD\å\é><\Ç\Z\ÊûÞ®\á\æ¼4K`\ãñ?šSL‘\Õp','',0,'?'),(_binary '\Ö`¦\Zg›B/²Z(]ŒmGj','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Filters.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Filters.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?dl+\Zz-HWcR',_binary '4GvB60Ä†\\_\Ì0Š;ô\Ö\r\Ó	É§Z,\0J\Ýz','',0,'?'),(_binary '\Öeƒb‡¥LcŒ\Ø6¯Æ§','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rs.-0ñ\Ë\ã\ã>yü\'^t$',_binary 'D&Ãš`“\Ôi7\ì\Ç\ÜØ†§‡\Û\ÒA°¿\Ö%PX¨Yz\ß:','',0,'?'),(_binary '\ÖeÆ™ \å}ÇœMWÔ»-–‡','wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡Þ‰\éI_‚—\Ä\ÙPr\ÊY¼',_binary 'X³\ÄWJ¦×ª\åoD9C½40\è³7P”a Q','',0,'?'),(_binary '\Öip0|ö¨pmciŸÿô','wp-content/plugins/revslider/public/assets/svg/action/ic_tab_unselected_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_tab_unselected_24px.svg',0,_binary '`Â™\Úø\è\ÇÌƒ\×\Ë~óf\Ö',_binary '`Â™\Úø\è\ÇÌƒ\×\Ë~óf\Ö',_binary 's=5%ªm¶¢÷4\Äõˆ¦Bj+‹8\éQKD˜±šj?','',0,'?'),(_binary '\Öjõ‡‹#¾Ó²©·X%œI','wp-includes/block-supports/elements.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/elements.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pð‡k†1E3\Ù×¬§µ4\É\\',_binary 'x#g§_DI&Ò€?\Ù=\é\Úß¿%ö”«S\Î\Ù','',0,'?'),(_binary '\Ömá‹žj¨\ï¼\ÇW\ìBv|','wp-includes/blocks/template-part/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î[¢\í\È\Zöuœ7ü \Ô\í\ê',_binary '%ŽûF.R8–c\è€¿@\ÑB•LH\Ôg#œY±S	\Ï','',0,'?'),(_binary '\ÖoÒ¨*K\î\êo˜7{ƒ <','wp-includes/ID3/module.audio-video.matroska.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio-video.matroska.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F\Ù\ã\Óop\ä»¦HJ	!»',_binary 'whd›´Ÿ»¦\í¼=\Ìn=\ËyLY<,oY-ŠK“Zlm','',0,'?'),(_binary '\Ör·\\\ÔD@k\Ât¤@Á:','wp-content/themes/sinatra/template-parts/entry/format/media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-R7\ÙY™¿„œ\éŽJ+e',_binary '¦\èœ*Yj\êŽy“Z\é\å\Ïn\ë€C•ª¢U¹\\h9','',0,'?'),(_binary '\ÖrAü¤\Ï]	€š/sú+\Ñ','wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y}g\ç\á­W¹@Añ\Ãjÿ~',_binary '›¬¯6\ì@°ôˆõ­\Â\0Zýß´þ…~\îö0 €c)\Þ\â','',0,'?'),(_binary '\ÖrF¤\ÖS•c\ÐYI¦ƒO\Ö','wp-content/themes/houzez/template-parts/search/fields-v3/label.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/label.php',0,_binary '²,¯T|l«Y–~ún¥Ó',_binary '²,¯T|l«Y–~ún¥Ó',_binary 'Á5\nÊ¸\Þi\áŽT5;ŸG&\rsm_júSb‘”¾_','',0,'?'),(_binary '\ÖrYŸS¯xwDYËšJ™[','wp-includes/images/media/interactive.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/interactive.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R×¬Ë‚®ñ\ÂÃ´Å‰h\ÜH',_binary '{óô‡ [K\ê\à\0!ƒê¸½²/\á\\¹lw.Á¨\ê\Ý','',0,'?'),(_binary '\Öu\Ø*‹À\Ë!›\í\r´','wp-content/plugins/elementor/includes/controls/section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bZôô6”þï¹š	õ\É!',_binary 'A\ÅLoö\"\ì\Å\Ër3(ª}÷¯D·nK%‡\è¬\ÄD','',0,'?'),(_binary '\Öxa—1[Š”9ñ~3@Z','wp-content/plugins/updraftplus/images/addons-images/morefiles.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/morefiles.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V‹\È@÷†¬ug\ë\à’',_binary 'VÁœ\ïBü‘{6\í£¿\ç¶¡O¢™û†ú	`¯ž»¡','',0,'?'),(_binary 'Ö…þY¶&\å^\\\ì\Ýú›½¸','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ»‚—sk÷\Ó;8”z\æU9',_binary 'V\æÚ˜¢yL\"ó§/rœ%\×´\"})®\Ä`ºþ‹ñ\Â\áž','',0,'?'),(_binary 'Öˆ‘\Ê\ÇKTú\äºVw~$¯','wp-content/plugins/wpforms-lite/includes/emails/templates/body-default.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/emails/templates/body-default.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z\ÒúGAÏºü|u‚/\ZE\åG',_binary ')\Z‚™³wšO|ÐÓ¡I\"X³Ì—~·\Z°4©\ê9Z¾¥','',0,'?'),(_binary 'Ö‹\Ë8“[½À¦‰˜0½ÊŠ','wp-content/plugins/wordfence/views/waf/debug.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/debug.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûAöN™¯z‘ð\Ì	Ü¿œ',_binary 'Å—”5‰£bDGˆ!‹\â\Í\Þ{t¶*\"Ÿý\Èy»','',0,'?'),(_binary 'ÖŒ·ñq\æÃ³ýX°[\È\Ò\Ç','wp-includes/class-wp-feed-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-feed-cache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?\Úù®LMpºú¾o”',_binary '„¡2\æ\×=+¯Z,§\ä%½¬|\î1[+Ñº¢`‰','',0,'?'),(_binary 'Ö‘®÷¦€xE\ëŽf]Im\Î','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceList/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceList/index.js',0,_binary 'zÉ‰œ\è\"KAQ]¡<åµ¾',_binary 'zÉ‰œ\è\"KAQ]¡<åµ¾',_binary '\r«¼=-’C¥¿ˆÌ™ýÉˆ¢\×}\Ó=Y³“ä¾¦+2³','',0,'?'),(_binary 'Ö™gDaý¿F\ë\ÈJ\äI}','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspaces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspaces.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éºQ\ç!‡\Ù`\ÝöÁ´\Èu',_binary 'IøcPnx\Ùlž9•7/”*…ñTJi5²xø¼Q9kz','',0,'?'),(_binary 'Öš\ë¯\ïw»!L4öR¢ª','wp-content/themes/houzez/template-parts/dashboard/board/records-html.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/records-html.php',0,_binary 'X”jM²\Ô.ØŽŒ\ä›',_binary 'X”jM²\Ô.ØŽŒ\ä›',_binary '»ÿN¸vo\Øu˜0\å;¦Àü ù\Ë\ëZ\êEv\ÓmG{','',0,'?'),(_binary 'Ö›†.\ïlù›&D$\ÏÏ·?','wp-includes/l10n/class-wp-translations.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/l10n/class-wp-translations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶\Ü\\\ÈQU@”e:\0\âH½',_binary '¼%BT¾T˜-ÿ\éz/„P³7\Ï}zf·›S\ÄU','',0,'?'),(_binary 'Öžýw_5R%$¶@º\ÈDd','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessMetricValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessMetricValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V0\æ\ÅJ&%S/8“\È',_binary 'j#‘CD{ñwq—\Å\à†‘²\ËzÀ\ÕôL›n\Ó\0	\àðª\æ','',0,'?'),(_binary 'ÖŸJ\Ð+Á|”ö¥•¥¢Š','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php',0,_binary '\êdû\ã\Å\ÝO.UŽüšL\ï',_binary '\êdû\ã\Å\ÝO.UŽüšL\ï',_binary 'UK\ÊI7tÁ\å\Z™8ƒ»É·\æ\Å\Õ\ìHx\Ür\Þ;$xB.Ë½','',0,'?'),(_binary 'Ö¡\àÃšsñó\àj\î•\"!','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentMethodService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentMethodService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÚÔ®G,\à\Z½¼\ÑHB',_binary 'AŸS/µ\áÀNƒR°ÿ2\ÄW£\Ç]BJˆ\Ì\×J\ã','',0,'?'),(_binary 'Ö®\ÃmN\åGAøsÿ\î¬.','wp-content/plugins/wordpress-seo/src/generators/schema/organization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/organization.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½\çÞ¬I=ˆ\È&\Ñ.)·¯¶',_binary 'ªý~\ÐmK¢t§ô×”H?$µŸey	Î¨QM·’7Àv','',0,'?'),(_binary 'Ö±\â\ÙB+\ØWŒ\nC¡\Å\È\Î','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/FinancialAccountFeatures.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/FinancialAccountFeatures.php',0,_binary 'p\0nT‰\Ñ%l\í\r\ÎL‰',_binary 'p\0nT‰\Ñ%l\í\r\ÎL‰',_binary 'u´÷\ïh¨~†µ\Ï\Þ\è´(¤S<¡HR\ÊU)ø¿¹','',0,'?'),(_binary 'Ö´m¼\äH \Ëö\Ó$„»ž\Ê','wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/colors.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/colors.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D’	Þ¹«T›•†dFJ|˜',_binary '> c(\\¹\"ü=’jZè§« v)±\å\\ò\\‚T)o\Ï\Ù','',0,'?'),(_binary 'Ö¶\Ë\å9Øžføpo3t','wp-includes/class-wp-admin-bar.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-admin-bar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[ýÀuE´s\Ê\Åðô2M\Û',_binary '\écý{ ¿(\Æ_ø\0ø1·ðI7·5eqÆª\Ö:\Ó\æ\Öó\Ï','',0,'?'),(_binary 'Ö¸g±Ÿ¤Lvx\n¬£\Í','wp-content/plugins/wordpress-seo/css/dist/score_icon-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/score_icon-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JZ\áFõ•óª\Õde ™',_binary '2ñûtc´zfj\ÏdcSwnõ¥‡…P@Á£r\Ãuz\ä\ç','',0,'?'),(_binary 'Ö½¬BŸ\åm²O\Ð*ƒ:q\Éz','wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€\ã{¶0\Å\Ä,ûQ6nÀœ',_binary '\í` ‰\Õ\ê\è\çs›N\áü.\Î-Ú‰ó¼GDTú‹¶¸-\nt\Ô','',0,'?'),(_binary 'Ö¾šnþ•d\Ì!m•>\ãU$','wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-base.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-base.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äò’\æ]K¿\ë\ê%a\é\Ô',_binary 'þ€H‡Z\Ç+\Ê\n\r`cŸ\Å\æ‰gÈ€auÃ‚4\ãy/^3LA','',0,'?'),(_binary '\Ö\ÉHI4À¥\Ö\Îs X\é’òž','wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce/notifications.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce/notifications.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É°”\Þ\ë›\Î 7©I;t',_binary 'G½-ýNkîœ¶\Õoü\ãµ9ør\ãaž\ØWH±-/o\ê','',0,'?'),(_binary '\Ö\Îb\0”<v¦jú\"{oZ\Ú','wp-content/plugins/google-site-kit/includes/Core/User_Surveys/REST_User_Surveys_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Surveys/REST_User_Surveys_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\á\ß}\è7x\Ât-Dÿc5\åd',_binary 'Z\ÛDf_‘R\ÛNøºø\Ì@8“_z¥D¨\Þ6\Í\È@\Þ\É\ï\á','',0,'?'),(_binary '\Ö\ÏJ\Øû\ï!¬[W6Ý§\éý','wp-content/plugins/wordfence/lib/IPTraf.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/IPTraf.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†«8ùw\ÞVX¯8¾›~$òö',_binary '¯\ï ©%\ï\Êõ\Êm\Âüù\èò³š«-[«\0:ˆ& ý','',0,'?'),(_binary '\Ö\ÐP®—û\é‘ü\Ü+•jR•','wp-content/plugins/updraftplus/images/updraft_cross.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraft_cross.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»aª½/=£\ÈÿdW`\Û[\Ù?',_binary '%òzJŸ¼QvY‰^ \Ê\Ùð¦\ÄO¯–\Ð4@Fh\àHwP‰','',0,'?'),(_binary '\Ö\ÒGcµ?¾³F²9”UY','wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú(\É\á}\ê\Ì\ÚK­+`•n>ü',_binary 'šxºkÁF\à\í.\Æ\Û2\Ði9!§üœtt›ŒD&}','',0,'?'),(_binary '\ÖÔ<J:>¹uˆ\Zóˆš‹C','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/media.php',0,_binary '\Ýò™—µ¯Z“ª;­²\æ¢-K',_binary '\Ýò™—µ¯Z“ª;­²\æ¢-K',_binary '¼·üÐ‚sõ,/»=P6¨u\è¤\Ê+OvE\"·Cf','',0,'?'),(_binary '\Ö\Õmª|µ¿/\Õ\nUž8\'','wp-content/plugins/wordpress-seo/images/admin_bar.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/admin_bar.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³®.\ï4¡¥˜\äØ‚',_binary 'Mñm£gA\É5õD“j£\Ò]³i<4J<Cú\à{\×l3','',0,'?'),(_binary '\Ö\Ü\ÏBû\ØW‹\é\Êk\rZ{½¥','wp-includes/sodium_compat/lib/ristretto255.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/ristretto255.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a3³pwypo÷|i\Ë\Í',_binary '$ú	3¯­Ÿ\âo3ø83… \ìiƒQ´\Z)[µe¶','',0,'?'),(_binary '\Ö\à–(³ŒÎ\í\ë’mM.CI','wp-content/plugins/houzez-login-register/social/google/contrib/Google_PlusService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_PlusService.php',0,_binary 'Ç…6W¯1£9ùªpÿk\0',_binary 'Ç…6W¯1£9ùªpÿk\0',_binary '·Á\ÌsÛ¬\Ä\n1\Ë#ZøzV<\ê8­PÜ€»`÷ú 2ù','',0,'?'),(_binary '\Öùö\Z\Ó\Ã\Ãkz,ÁpÚ’\Ä','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccount.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccount.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û‹Œ|bf©\á-\Ö\"ƒ\Ã\ê',_binary 'Ò£·¤•\Î\n‰ƒ<\â9È©\Ô ?’Íµ˜´\Zßº†A\\O','',0,'?'),(_binary '\Öú[±/þlšBw\0‡v¹','wp-content/plugins/wp-rocket/assets/img/play-alt.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/play-alt.svg',0,_binary 'n¥*o\ÜhwZKC„²½s',_binary 'n¥*o\ÜhwZKC„²½s',_binary 'þm$¯2[¸+•‰²#l\×\Ð-­¬\ãŸø£¸ÿ¬±°±j\Õ;','',0,'?'),(_binary '\×\0\Äs,¥›û\ïÓ„=,¾¹»','wp-content/plugins/elementor/core/common/modules/finder/base-category.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/base-category.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤û¡‰A$FHG\ËuhV',_binary 'l\åö´r{e¥\Ç\rØ¨ª¸:þO£¬…8\Z‰¢>ÜŽ|ºC','',0,'?'),(_binary '\×™\Ò6\Ñý\ê˜#•¨-³\Ãy','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çf³^Œ\Ì;.#´x¬!\Ën',_binary 'q\Ó<À›6šC\"\Í|“3[\Z\Å;^”L©¿»\È\É_Í©\Æf','',0,'?'),(_binary '\×\Ôù¼ˆ	•¢\Õû\Û\Û=Š\Ü','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-flash.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-flash.svg',0,_binary 'uE£-O\çÒ¶\Zk\ík',_binary 'uE£-O\çÒ¶\Zk\ík',_binary 'UÁxm9g \åH_\äyo¦ƒp9\ÞôK°_\Âk\Ñþ€N','',0,'?'),(_binary '\×·’ú6,U\\\Ñ0±¢\Ü','wp-content/plugins/wpforms-lite/includes/fields/class-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®\Ë@!@Gm\ì0z4ñ©TT ',_binary 'Uhš†\ë[ü|}\Å)ÿv7}2\Æ\çüðùŽ½\îô\ÓÝ¥','',0,'?'),(_binary '\×	p=Íƒ¿\â\É_úfÆµ','wp-content/plugins/wordpress-seo/css/dist/new-settings-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/new-settings-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W˜r„>Z5»V7,¸*•\r',_binary '\ÙY\ÈõƒPf¤ZB§ Ä³\r3}‰\Ç\Õ\Ò\çò.[¡¿','',0,'?'),(_binary '\×\n\èÁy\Óx\æ\å“h\ë\ÌG','wp-content/plugins/elementor/includes/admin-templates/beta-tester.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/admin-templates/beta-tester.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\'\Æy\î\ïÆ–ä¾ªò¨',_binary '\Û\Øf&ŠcXš\Ûk\ÙF\'Y[ñsœÐ„\æ\Þ\Ï\ï\ìQI4h\Í','',0,'?'),(_binary '\×4˜¬FYóócF¨›h“','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/performance/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/performance/index.js',0,_binary 'Sóò³\Ñ6Ð¯Mz	\Õ',_binary 'Sóò³\Ñ6Ð¯Mz	\Õ',_binary '¸¦\é*µ2Ž®&þ\ÒZ\á\Z\äN\Ò (õ¶4O_\ÖF«','',0,'?'),(_binary '\×„‚\"-­òspþò\æ\ê5\Ù','wp-content/plugins/wp-rocket/uninstall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/uninstall.php',0,_binary '/do%HuwX\ß^¯\ãùö',_binary '/do%HuwX\ß^¯\ãùö',_binary 'vŠeO\ß\Ñ\Ö<b\Óö¯y±Î³\Â{\ë\á\×!K\îsÐ—','',0,'?'),(_binary '\×%\Ïu\Öc\êpÖ–´\Þ]\Ñ','wp-includes/blocks/calendar/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/calendar/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬	WXAf~D¦¡\Âa‘ûaZ',_binary 'Ò—;mT}\Öö\Ï&†¿]h\Ð\ÞòN\Ód»¢\ïEh“T\á¹\Ù','',0,'?'),(_binary '\×!\Ò{N\Ç}óô \Ë\ç','wp-content/plugins/wpforms-lite/assets/images/sullie.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/sullie.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')3\×\Þ7š?ú\äxƒ†™',_binary 'š\Ñ7•¯ûjam\Ïl¾D•˜\ÇÁLkgW[\Ùfa\Ì','',0,'?'),(_binary '\×\"B6\nbZÁd®÷Fß€','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php',0,_binary '\Ü3­l•sŒu¢J1\Éa\å®',_binary '\Ü3­l•sŒu¢J1\Éa\å®',_binary 'Bÿ\Ó\ê¢mDs*^\É`Ô€µr	\Ðl\ÆE\ábP’u','',0,'?'),(_binary '\×%IETm0S¥~0VÅ­','wp-content/plugins/revslider/public/assets/svg/action/ic_input_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_input_24px.svg',0,_binary '\ë4•yb\Ø`_O\êŸf\Ü',_binary '\ë4•yb\Ø`_O\êŸf\Ü',_binary '-\Ë\Ïóh\"¤\Ùo±\Úg®É’ðN TE‘º\ÅJC*ðr\ê\ï‚','',0,'?'),(_binary '\×&+_\ãt UÇ”F¸Žs÷','wp-content/plugins/wpforms-lite/includes/functions/providers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/providers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>‰.\n\â\Ð\0³}j\Ê\Þx',_binary '«Pm!EY}¾O‚\ê\àñQ\äóHKQV\0Î Ž¾Ž\âL','',0,'?'),(_binary '\×5\n`ƒYtÊ‹\Ë\ê’{Ù™\è','wp-content/themes/houzez/template/template-listing-grid-v4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v4.php',0,_binary '”=\Z7[!\á\Èz&4\Æ\0\Î',_binary '”=\Z7[!\á\Èz&4\Æ\0\Î',_binary 'nW3\ß\ì]Œ%\Òj¾ô\Û\î\Å-\\©–Wi{<^A…\ZbF‚','',0,'?'),(_binary '\×8µ\íR%/9m&ðöm·b','wp-content/plugins/google-site-kit/includes/Modules/Ads/AMP_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads/AMP_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§…˜t&”µ	Œ•ù\á\Ðp',_binary '\àtb\ÖõðŒP›žÄ±x6¾\nf”W%R«œc:¸\Üa,\Ö','',0,'?'),(_binary '\×9‘]>B’û6ˆ´\Í\áøA·','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ConfirmationToken.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ConfirmationToken.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Àž\îN§\ÖÔ’\Î\ÊS\"OW_',_binary '\Îd0\Û,ý¨fšK\â\Ú	Dº$T\n%–g÷L†\âÂ ó\ë','',0,'?'),(_binary '\×>û?G\È\ÒjŸ¡Gc\Î','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter/In_List_Filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter/In_List_Filter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\Ç^\é\Þ\'{l¥³µ (i~',_binary '˜G ‘b\';\ä>Ê¼\Ê%Ñ†\Å\é\Õn=4ù.p©ÏŸ¢','',0,'?'),(_binary '\×?]X›¢d¾ŸÿCÅ°uH','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SitesListResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SitesListResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W´+\Î¬Üž1W\ëü\Ý',_binary '\â\n\Ä\n¨\'\Z\×U\r®Ù½MóM;lT4r}¿“\ÔT]q3\å','',0,'?'),(_binary '\×DO\ÄBxÞ¼‘\"û Á*@7','wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/ValueListItemService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/ValueListItemService.php',0,_binary '>{*_Ê‚\Ód§»\ì)¢K/',_binary '>{*_Ê‚\Ód§»\ì)¢K/',_binary '\É²§‡š¡\Â V\'S\\~.¶d\Íb;,J&o¡µ·','',0,'?'),(_binary '\×GÈ©õ\ï¿6”¤³\È\0Y','wp-admin/includes/class-wp-posts-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-posts-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊøýýüŠª¾\ZüW;v¡\Ï',_binary 'š\Þ\ÝmY“º§˜õ\Zy\ãmá¼„\Ó2*0M¥œ´?\ïq','',0,'?'),(_binary '\×I\ã	JµŽa~RšZ¨','wp-admin/includes/class-wp-application-passwords-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-application-passwords-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ»¬9ø,Ù£õÿÚ¸\åz©',_binary 'ü¹»	”õ zØŒs\Å\ëõóy¨hT\è\'Á\Z)\ë\êš ','',0,'?'),(_binary '\×JUð\ßn¸§ŠuXµ@ ¸','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements/ActiveEntitlementService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements/ActiveEntitlementService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O¦öKWË„±Ý‡\Ø‰-õE',_binary '¹T@ŠžØªkŠ[½E\Ø1±mø\âcyn6/8Šx\ß','',0,'?'),(_binary '\×M\0÷\Â\Úc°š\íø¡¢_d\Ø','wp-admin/includes/class-file-upload-upgrader.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-file-upload-upgrader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm¤(ø¯û\ÜMB?*\íÍ¬',_binary 'EGÀ$v¦”…5©|9T\Â\Ûb\è\Í\æ)÷Â‰\×>ˆR_Zú‚','',0,'?'),(_binary '\×X\äýúJ–K¸3µ¦F~\â','wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€=ù`ñ\æ·BŠ\âòWT',_binary 'C“	“V‚/\ãÆ¢ AZ¸VKebkƒ\Üi½¿±\Þ\âÀý\á\Âq','',0,'?'),(_binary '\×]Ÿ“H\Ã\ï[LóHA¿\ç','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/bg.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/bg.js',0,_binary '@˜\êû¿x‚\ÑI\Ý^Æ¿',_binary '@˜\êû¿x‚\ÑI\Ý^Æ¿',_binary '”‚Îˆq”0¢:e\Ãlññ\ÜrYS:Â‹	ao','',0,'?'),(_binary '\×_n¾``n|(XIF),','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß‘\Üö¸¿«”ÁhJI',_binary 'g™\Û÷!\n”a¤ŸÏ‘{\ÛP@Y\Û’ó	¿	_\Å61d»','',0,'?'),(_binary '\×_wrŠFH\ã¹qÔ¡b','wp-content/themes/houzez/template-parts/header/header-6.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-6.php',0,_binary '¦ƒ41~Õ‰+,ñq˜½\ÏH',_binary '¦ƒ41~Õ‰+,ñq˜½\ÏH',_binary '(N\ËJ\Ë+\0š+t0s(Rr›B˜z\êSkmVó6\Ò\0B¸p','',0,'?'),(_binary '\×f¿k[x‹•œ\ä \\Œ/Y','wp-includes/js/dist/redux-routine.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/redux-routine.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A`W‡\Úv\êmG-dü',_binary '\nbÁ™¿›\èjÝ’H’%´\è\ÊzA!µ\êÃžª\èO','',0,'?'),(_binary '\×h !Œn”0÷¶B\Ã*\\s#','wp-content/themes/yith-wonder/assets/images/demo-content/company/high-quality.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/high-quality.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿo˜Õµ\ÎN6Åš±\Î',_binary 'OÐ£d\ìšRíž»\Ü¦`4^‚\Çô\á/£Š™˜H$÷]','',0,'?'),(_binary '\×m@Ç‘ilªF™4k6','wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A.\ËL\Ä,C\\(¯\ÝY®b',_binary 'R†™–§\âˆ„Fez„õpU,\íaØŠj`=ú1;Y­\Â\Î','',0,'?'),(_binary '\×r\à\rò>j\ÔI$7™†»','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Settings.php',0,_binary 'M‚}`\ÝA¦G;\ã˜\ÞùÛŠ',_binary 'M‚}`\ÝA¦G;\ã˜\ÞùÛŠ',_binary 'u±‹´³\ÉY)‹¡XG\ë\â;Á$n\éfY\ée4®pý','',0,'?'),(_binary '\×v\"6\Ô`\Òvy\ïH„ªŒ¹','wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dX\Ôˆ¶Eý%”E‚E',_binary ',ù›;Q\×\Ë]›:Å­¸ð\r{#~¼ã¯Ž±i\\$\ë— ','',0,'?'),(_binary '\×wŒh] Ã¡\Ë&“wM³\Ä','wp-includes/class-wp-network-query.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-network-query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ScI\Ûý\Ëó”¹\çf_±Ì‰',_binary '9\ÞL\Ú\\a¾(b†÷ˆ¯Ø 6ù\Ú Ì¶\Â\\41hþ','',0,'?'),(_binary '×€3\ï\Èp;V\è‹\Íœ','wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg',0,_binary '\Ä_}\à«—jŽ~<P•\Ê',_binary '\Ä_}\à«—jŽ~<P•\Ê',_binary '\ä²7oð½\ÈÏ²\âž`w¼!±˜=FJ ]¨Ò®\ÒÂ²ž','',0,'?'),(_binary '×‡AŽj2[’nP`Z','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaArchiveCustomMetricRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaArchiveCustomMetricRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï\æ¥ý\Ù\Ð\Ú#(\'>§{w',_binary '8!Ž–i\â’þø÷^j½)±’´ †¿ó¯\Ã~¹Mþ\Õ','',0,'?'),(_binary '×’Œ¹\âD9Za2¸²\r','wp-content/themes/yith-wonder/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C5ð§ô™¾NÁ0‹¾±»<',_binary 'T– X¡†{¦?‚Q\nT6»³¨jxED7\\°:œ\Çþ\ë','',0,'?'),(_binary '×™—uM6·ƒ0‡ˆ\Í\êBJ\î','wp-content/plugins/elementor/assets/shapes/waves.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/waves.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘\ÕjX\\¥\å‰Y\æB‚P‚¿',_binary '!S¬kU54{U\×ˆ´¤2A¹\à\Äü]~²[@gh¡fÁZ','',0,'?'),(_binary '×\ÝX\Ôs\×;ý\î:\Z','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ä­øš\×\Òÿ\'—\Ì<\É4GS',_binary '\ÇÆ‰ýQŠ—ÖŒ¾š%>½\ãk\Äñp¼ŠrñÚ±©','',0,'?'),(_binary '×žjµ N\æ\ß@\éd\Ñ‰','wp-includes/Requests/src/Exception/ArgumentCount.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/ArgumentCount.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ä½$Jð\Ìz\Ï\é\Üf\ØDU',_binary 'Vh6\È\â#¯EIœ\è =¦‚ó»\r6´U!\ZÂ„Œ˜³(','',0,'?'),(_binary '×ž”y„7mE5ƒ…O_Á','wp-admin/js/media.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/media.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ\Ô%K©/÷®÷^ý>´$‰',_binary '<R|\ëw·\Òˆ&%b†\ë2H¿q{f`c¥Ëž4','',0,'?'),(_binary '×£Ëº‚/Dòy%—–','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/AccountLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/AccountLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ¿¡‹„‚óBõ¤\î­G\æ',_binary '\É\ßV8\"c/\â=(\í	µ \'¡¬p4†©hz,i\Ýi','',0,'?'),(_binary '×©ˆ›óc\Ú#\í|±˜\Ç','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó91b56x—ö\ì÷«½º',_binary '2ðR[¥,ZÀ\æ\Ë7M\äE,ž%\ì1úþdBS0uÿ','',0,'?'),(_binary '×µ	\×@œ|•¬\Úm\"]Bl\È','wp-content/plugins/revslider/public/assets/svg/action/ic_group_work_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_group_work_24px.svg',0,_binary 'I=^}\Ã\íqŒ6\Ów',_binary 'I=^}\Ã\íqŒ6\Ów',_binary 'Þ£½ö*ž&þ”n\Ú\ÂR¤3¸°‰\n†Âœ7FŸh.\Ã!','',0,'?'),(_binary '×ºÆƒnÀD¨e7\ÐEö¡b','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Dimension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Dimension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_e€:tÒœ¸l\æTŠ­',_binary 'tŽ“Û¦‡B\ëm|£b¢‘£¦hJÅ²\ä\Â\çÀ®°*¯\Ò','',0,'?'),(_binary '×»Îšrð	2ˆ˜\n(1P;','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-logo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-logo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2v\Òg(¾\Ù\ÙY˜šC\æU',_binary '”8T\Èl\Ã.D‹ˆŒV‰j‘I\Ú×œ²N|Þ›¯2”','',0,'?'),(_binary '×¼]Œ.Š\Ä{8\ë\Ù4¢','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdClientAdCode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdClientAdCode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%Ÿ})\0Ëœ½T\'i‚\ÜJ',_binary 'üy³ ö\r…“\n}W\Ãü óT\Æ_r\é\ÒB\í\íB›	\nUd','',0,'?'),(_binary '\×\Ã9l?h\è†\à¤J\ìI\\','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/PaymentElementCreditCard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/PaymentElementCreditCard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù\Ìtafa—³\îˆ\ãƒ',_binary 'Ž«(•t>ö†óB‰³\n¼\'ì¸¤§­\'\ë\Ô’ªw¾','',0,'?'),(_binary '\×\Çj0–©\ÞwþE}Â®RŸ','wp-admin/css/wp-admin.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/wp-admin.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€e\èUpÊ“ûHšWtP! H',_binary '\Ê^´\É\ÝE-\ÊRŒø±¢\'#?‘leÀ®mL0¯kU@','',0,'?'),(_binary '\×\ÊPÁÙ€\\ô\Æ/oµ®”v','wp-includes/Requests/src/Exception/Http/Status406.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status406.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù4þ·¦)-‡Õ€ö¥\0G™',_binary '$£+\Ä\Ô}d\Æm<\Ë\Ã|v±\Õiw\ìø‹r1\Ô\×Gš\ç0\â','',0,'?'),(_binary '\×\Í*Ø¢>4P\ZˆKw¬r(','wp-content/themes/houzez/template-parts/header/partials/mobile-nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/mobile-nav.php',0,_binary '7\Ì\Ô#wPSš^\ä¸,º{j',_binary '7\Ì\Ô#wPSš^\ä¸,º{j',_binary 'Tô…ñ²\î”úy@jÀ<-2K»4\ç$®À\Ç\Ñ*ü‡','',0,'?'),(_binary '\×\á\È,¦…œ¬\Þ\nZ\"\Û\ÎÍµ','wp-content/plugins/revslider/sr6/assets/js/libs/three.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/js/libs/three.min.js',0,_binary 'LÁ5\r\îZ²•ùÞƒ[v_ú',_binary 'LÁ5\r\îZ²•ùÞƒ[v_ú',_binary 'q­V\0?Í s;qGÎ—¦Ç…|\àñ(\'kS—uÈ‚\î','',0,'?'),(_binary '\×\â\Úmµ8QLn\ë\Ô\Ø\éG','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/Subscriber.php',0,_binary '\ÞT\ß\Í`O\Ä\Ë%»²[°',_binary '\ÞT\ß\Í`O\Ä\Ë%»²[°',_binary '&)¼Y7£asu\Å\nýò[’ó¬:>}Y\ÎLn¾VÀÀ','',0,'?'),(_binary '\×\ãÁ\Ëz‰\ï°ûß©a…,6','wp-content/plugins/wp-rocket/inc/Engine/Admin/API/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/API/ServiceProvider.php',0,_binary '©Ux Ä‰Ö¼’?\Z!\Ñ(~‰',_binary '©Ux Ä‰Ö¼’?\Z!\Ñ(~‰',_binary 'i\0ñ\"I\Z4|·\ívlM4\ÆS\Í\åÉ¹l“°0	M€\Õ4‚\Ã\æ','',0,'?'),(_binary '\×\ã›C\Â\æUØ©ET$\Öð','wp-content/plugins/elementor/assets/css/widget-rating.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-rating.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢…\Ì2\åšbü\Èg-€',_binary 'B¸or+ \å¤]È¹Ÿ¼¼VºG{\ÛY¯À¹j|Žh\é','',0,'?'),(_binary '\×\ãž3\ÍðyŸ\0ý\Õ#:t','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/UserRefreshCredentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/UserRefreshCredentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û\áKµI\Äj‚\Û18&\É',_binary 'h:p\ÆT\É+tÖ ±{5\ÛL\Ë&Ž\Z\íz¬TóEsÂ›p¹','',0,'?'),(_binary '\×\ä^\Ëu©­\â\Ë}G»\Ô','wp-content/plugins/wordfence/lib/email_unlockRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð¤Î~ÍŸñ\ìþak±\Ö',_binary 'u\Z g$}o¨‚û\ëbÄ„ñ+\r \ã\n¸»±8²','',0,'?'),(_binary '\×\ìL\å¤v	\'©d¦\Ù','wp-content/themes/yith-wonder/assets/images/icons/post-category.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/icons/post-category.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y+y€5râ²±åº¬zS',_binary 'B=ƒ1˜\ìSÎ“@†\æ^¼\ÅMý«ú±„¼9	\Ïÿ]d²×Ÿ|','',0,'?'),(_binary '\×ñ\ÚM§…ž\éR¡N\ßa ó','wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íÔ……\É\×ö˜Gy®$ý”\ë&',_binary '‹ƒ\\’S/Ÿ3õ³)nb\Ì\Çpz¸ì¶²2?TÆ•Á4','',0,'?'),(_binary '\×õ(‰º\ï)\Õø½w4\"½','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_flat_0_aaaaaa_40x100.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_flat_0_aaaaaa_40x100.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<^yp¨§šÁ\Çõ˜;ô\É\Ñ',_binary '¢¹½olÁ¢4b§¿Æ²\å\n&Se\'OOø9i\ãóü','',0,'?'),(_binary '\×úŒÒ™Ÿr0:øñÑ˜\ß','wp-content/themes/houzez/template-parts/dashboard/invoice/invoice-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/invoice/invoice-item.php',0,_binary '\îaA¾\Z8\ÍP\Ó@ƒøµ',_binary '\îaA¾\Z8\ÍP\Ó@ƒøµ',_binary 'Fýh\Å\è^õ¤8y\ÇÚ¬\04´eyœüýÀ­	rGS\Õ','',0,'?'),(_binary '\Ø\0­‘w‘G=Ç£wJ\×\à','wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hd¼3Pºó ¹þ;L¶\æþ',_binary '‹L€+’\Ý+q¹rP)53\"Õ™Q\Ú5b\ëKU­5€\à','',0,'?'),(_binary '\Ø=ƒ-Nò}¡%Z)\Ä2Dž','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/price-placeholder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/price-placeholder.php',0,_binary 'Êƒ±\Ï8\"°¸y(y¯\ÎW}',_binary 'Êƒ±\Ï8\"°¸y(y¯\ÎW}',_binary '!¿À£ü\Ø\çºº³»\ÄZuHý\×ö\Ö~_†Ù¡­¼—¸','',0,'?'),(_binary '\Ø:ýwùV\'c8ƒ-ù™3','wp-content/plugins/houzez-theme-functionality/elementor/widgets/login-modal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/login-modal.php',0,_binary '¸UhWoð\nq§i8»#}k',_binary '¸UhWoð\nq§i8»#}k',_binary '[eq›\ÖÀ›¯¤C\Ç\ÈHX÷¬¾\ê)B\íBñ[W','',0,'?'),(_binary '\ØÀ\ZvŒI:wm\ä²\'~K-','wp-includes/ID3/module.audio-video.riff.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio-video.riff.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9„¥ƒu¥¬ª7›s„9dG€',_binary 'mIl°\èJcIó´9 3­B….<K.Ó–\êYi?)Ù\Ì','',0,'?'),(_binary '\Ø}Ä¡\"¯Zž„Ñ\'’¾·','wp-content/plugins/updraftplus/includes/Google/Http/Batch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Http/Batch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜}™GŒ\×T\Ê\Ý_™µs#',_binary 'œw£p„½†T®$H²óIÇ¹¦þ\É\ÛAV*\Ö\Û,&','',0,'?'),(_binary '\Ø\ZdX\êô\Ù	[œ\ÚTº	3','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰pl\èôŒøü]‰\éŠ',_binary '\ê¡\íNª<´Sm\\ÛB»e%\"ˆ‰R|ByóHB¬Ol\"','',0,'?'),(_binary '\ØAZ\"c˜!f|iû@j','wp-content/plugins/wpforms-lite/templates/builder/payment/recurring/item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/payment/recurring/item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=:ø\ÛÙ±Š]¢\Ë\0Qgñu',_binary '¨{l\Ütsü¥€Œ¼Ú»S	®¬ø\Ê\ìf ´x^','',0,'?'),(_binary '\Ø1”\Ë .P\0´(9)˜','wp-content/plugins/houzez-login-register/social/google/auth/Google_PemVerifier.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_PemVerifier.php',0,_binary '\éût[É‰•:\'t\ç~X',_binary '\éût[É‰•:\'t\ç~X',_binary '\ZyU?G\×À\É÷\ê˜Í¢\íù\î\Ï\Â\ïñ¬/Ü«‚\ì\í»Z','',0,'?'),(_binary '\ØýaH\Çô[­¯\Ò\Ä÷sm','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphSessionInfo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphSessionInfo.php',0,_binary '\êR6D‘1Ç¹\Èr0\ÛÍ‚!',_binary '\êR6D‘1Ç¹\Èr0\ÛÍ‚!',_binary '\Èú\r\ç\Õ\ç†ñr\Ö~vò\Ù6\Æ\ÔE\ÝIˆT\é-¦°TX^','',0,'?'),(_binary '\Ø \ÜñB&óPME¬¾\í','wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üÂ—e´Šˆ‹+c\Ìe',_binary ']\×öòË„H^”Òˆ¿\Ü]· M¯@ºf–Ç©zjf','',0,'?'),(_binary '\Ø&\ãZh\Í$›Ã‰o‚','wp-includes/class-json.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-json.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\ÉÞ°\ÑBs\âA\Í*‡.\Ú\Æ',_binary 'uù8\Ùg\ÅÇ“9½\ëÀ­ùš\Ø\Íñ\ÑHøK2øJ÷¸•\0,¡','',0,'?'),(_binary '\Ø(\Ù\ÂK¹o³ü5F','wp-content/plugins/wordpress-seo/js/dist/term-edit.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/term-edit.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' H\åj¿cz\Ëo¡J\ß.P\Ù',_binary '9	URH\à\rƒ­\Å;>Àp»Š\ì\âœõ\í£†KÁ-û !','',0,'?'),(_binary '\Ø)sjf\Ï|—$*oô','wp-content/themes/houzez/framework/options/optimization.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/optimization.php',0,_binary '9ˆ×½\Ï%_Àa\È',_binary '9ˆ×½\Ï%_Àa\È',_binary '\Îfú\Æ#°–u\Ü:p‡Ë³\ÚK\ëZ‚¢kJ\ë\îÍ¸qhch','',0,'?'),(_binary '\Ø.÷6Lü\ÓX…nµEf','wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^…X%•–&™\É}ú™)\ç@',_binary '`\à{¥øH\èöþÈ´ù\àO!˜\Z®Ln\ÏùRÀ\Ôc','',0,'?'),(_binary '\Ø0O<\Âõ‰.‹$\Ç\Õ\Þ','wp-content/plugins/houzez-studio/includes/class-houzez-studio-activator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/class-houzez-studio-activator.php',0,_binary '¶·3eŠÁ\Ñ\è=@\Â\Ïü¸',_binary '¶·3eŠÁ\Ñ\è=@\Â\Ïü¸',_binary 'C•\çF¤*9š`u|õ\Ív\ÐÉˆI-[Šƒ…““Ù¶·','',0,'?'),(_binary '\Ø3m\âO\ÜI­jÍº¼£zj','wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_Owned_Keys_Interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_Owned_Keys_Interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€1]hu§ô¥\é\'—µy',_binary 'r&¨±”~ad˜h¢_Žƒ\'3²¸gH\às]y\ÕN','',0,'?'),(_binary '\Ø8/B±$8ˆ\Ï`mœ','wp-includes/js/imgareaselect/jquery.imgareaselect.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/imgareaselect/jquery.imgareaselect.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'XN?[¥\äÆ\ËZL\"ð',_binary '\Å÷Y•\í”\ãE´6¯4ôg/¶¡€\Ñ\è<\"zq$º','',0,'?'),(_binary '\Ø<\Í\ác£\ä4Œ?X\\š\ã\Æ\n','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/review.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/review.php',0,_binary '\È)\È5ö3‹»\Ò`òñ¨',_binary '\È)\È5ö3‹»\Ò`òñ¨',_binary 'Œ‰\Ðb€M›CCYoK\Å\íO\ê\î‡J\Í\â\Ç)»r\æ\Ù»;‘','',0,'?'),(_binary '\Ø@9\Ë\ï!Œ¦\Ë…(\Ê\Â\ï','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/country.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/country.php',0,_binary '\Ñ\ë\é\Z(®¤©bð¤¾\r',_binary '\Ñ\ë\é\Z(®¤©bð¤¾\r',_binary 'r\É\Êúz®0\Â(D\Ï\Ük/¯@±¦R\Þzñ +œ','',0,'?'),(_binary '\ØA¯h)Iˆ\Z]Gr\ÞöƒE','wp-admin/includes/import.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/import.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-‹¬¹«€&ÃžE‹1v5',_binary '6.ˆ)GP\ár¢cb¶e«±m \Ô#­¥jW†«}í”‡','',0,'?'),(_binary '\ØIBÌ $ýQMy¬Ld…\ç?','wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÐÕ½=\ÍÀ)“\ÚGh',_binary 'f­ð¼p\îHÍ“\Ø	ž\ÅñF|höŸo<e¦œ<,\î3d','',0,'?'),(_binary '\ØJ=R\'ÿ¬\ßt^ôŸ}ú\n','wp-content/plugins/wordfence/images/2fa2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/2fa2.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä¾\Ü\îŠ\Ôû\0¿”H',_binary 'n¸põŒÊ…¹¨üG\Ê¿0\Õ6KqÁJ]Œ\î¾\Ã¾Jû','',0,'?'),(_binary '\ØLq\éñ\Â\àk\n\Ñ[øAö','wp-content/themes/houzez/template-parts/dashboard/board/leads/saved-search-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/saved-search-item.php',0,_binary 'A«ý÷³K±\ÇNF',_binary 'A«ý÷³K±\ÇNF',_binary '\×\ÊwÌ¼]‚\Õt©ô½$š\Õý·–\Å\ÓO‰.\Ò\"','',0,'?'),(_binary '\ØM&3\r\ÜÁ3CMaQ{','wp-admin/images/yes.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/yes.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä+ø¢7Ü‰—\rqZ\èQk',_binary ' =\ÊQ\ê\âG\Ý\ë\çˆ9%¹K†\æ\æ,\Ë\rû\ZFðyõ…\ç','',0,'?'),(_binary '\ØM\ÇT°§a{0-÷ÿ<d\'','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_az.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_az.js',0,_binary '¼\Ñ\Ã\é‹9\Ür.™·ÿ;',_binary '¼\Ñ\Ã\é‹9\Ür.™·ÿ;',_binary '8¨¿|¾Þ›\ì\Î}!ô°^ª¤\Â\ÄPž\Ã\á«@S\ï@€','',0,'?'),(_binary '\ØRð·ý5t\ÓH\Ò9§)\ç\Ù','wp-content/plugins/wpforms-lite/src/Admin/Builder/HelpCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/HelpCache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zW2³\Ì\ç–ù\ìÏ¾\Úe­\Þ=',_binary 'un²6wóº\Þ\È\ËU§\nm\rXvõ³*·¢ò<Ñš¾\ç>\Û','',0,'?'),(_binary '\ØTý\È@\'¿L\é \\—\Ã\Ì\â8','wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž}ªM:]n\Æ\ä\"G¶',_binary '¥a]…‘,ó¹\ã]z´;24÷w¨¶Dÿ\Z\Ù/f¤°','',0,'?'),(_binary '\ØZœ\áÖª„&µ(þ¬\Ñ','wp-content/cache/min/1/47dbca63492098acf731216ab1616558.js.gz','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/47dbca63492098acf731216ab1616558.js.gz',0,_binary ',\Û;\"Mnf\Ä\Ö)L\Óÿ4',_binary ',\Û;\"Mnf\Ä\Ö)L\Óÿ4',_binary 't3…¥·S\ØaºT{iƒ \ÉÈ¹zM§¾2½\âÒ¢÷','',0,'?'),(_binary '\Ø[%ùŽ²X¬\î\æ<±\×r','wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P°\é&ªqKUr\Æø\Õ',_binary ';±CŸñ\Ò]?\ëª&\ÊE“¬°\Ô\ëW\ÐQ\á\ïQ','',0,'?'),(_binary '\Ø_ˆ\Ð,KxŒˆ\Ú;§À\èy','wp-content/plugins/houzez-theme-functionality/elementor/widgets/create-listing-btn.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/create-listing-btn.php',0,_binary 'W“¤\n\Øs~–v*ª%½[\Ê',_binary 'W“¤\n\Øs~–v*ª%½[\Ê',_binary ' \á6uû¦Jû¹¾\Ì%\ç+þª4\æšU\Ù\r¦á§•|\ç','',0,'?'),(_binary '\Ø_¸<\êÄ´ÂµºtSª','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/AbstractFactory/SaasFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/AbstractFactory/SaasFactory.php',0,_binary '—6Û£ñó®Ò›]¥\Í\Þl',_binary '—6Û£ñó®Ò›]¥\Í\Þl',_binary 'ö\ë0¬\ä\ç|M ³9˜\r®^\ã“f\Í e÷†22\'š','',0,'?'),(_binary '\Ød±|pHûû\Ï8ûJ\ëqC','wp-content/plugins/updraftplus/images/notices/ud_smile.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/ud_smile.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gÏ‘\0=¡\ÕnD‰\ÓMpÒ¬',_binary 'x“Jò4›y3­uŒÛ˜*Pîƒ½}U¥@k\Óe^','',0,'?'),(_binary '\ØeÇ‡™\Ô÷\Ýng}.','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/weepie-cookie-allow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/weepie-cookie-allow.php',0,_binary '=)ö.ý|$\åh\"',_binary '=)ö.ý|$\åh\"',_binary '•=®µµ¥\\£\àkÖ£\îÔ¢Ž\Þ-#\èlõ…«uŽ,m','',0,'?'),(_binary '\Øf\ÐN\ÇR\í+{\æ\í†G\î‚','wp-content/plugins/wpforms-lite/assets/lib/list.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/list.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÆM\nA\ÈD¸\Ý\ÑðuA;·',_binary '}L™\é’ñG+V—\è\nƒø\ç¨<´[U½€ÿƒ¤˜µ†`','',0,'?'),(_binary '\Øi:xA«\Î\ÈH=\r¿3£Nþ','wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹y·4þ•s,ë¡:',_binary '[÷1nXÿr\Û\Ûôbc¼®a7\Îz\Ù\Êt#\\k+','',0,'?'),(_binary '\Øo\ÅÇ£ž	×£\áŸf0¿Y','wp-includes/SimplePie/Core.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Core.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ø²3aÝ©\æ0)¬­_\àS',_binary 'õ“\×760\î—w8\Ý([†ž\Îo\ãW\Ô\èK\ï\Ô4dŽ\Ãó','',0,'?'),(_binary '\Øp<;a\Ód‚{Yü°³ó¬','wp-content/plugins/google-site-kit/includes/Core/Assets/Stylesheet.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Assets/Stylesheet.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\Ïö\rMEE)ÿý+\Ë7o',_binary 'l\âf\ÎôCE¸\ë\í~´zu€s¬¸\'z¼‰\"GüŸQ˜','',0,'?'),(_binary '\Øvõý\ã\Æ\r\êû´&X‰','wp-includes/js/jquery/ui/selectable.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/selectable.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5FL S\Ö\'^ƒ{©7^¸b',_binary '3s5\çš6£½pÏ‡\×U\Þ\ÏW„Š²\í›H“|)','',0,'?'),(_binary '\Øx¼øÎ²Ð¦¬\à¨A	Š<\ê','wp-content/plugins/wordfence/lib/wfCrypt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfCrypt.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CøR`¨œ¾\é\Ä9|‹e',_binary 'U ÍŠŸs›ôds\Õ9;\ä°ÀC¿Oô†ûòÈ¤‰@','',0,'?'),(_binary '\Øyf9.\ä\èü¸)úŽN¤=','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AdminSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AdminSubscriber.php',0,_binary '\Ù< \äÿ•Ì…\'FˆˆX¾',_binary '\Ù< \äÿ•Ì…\'FˆˆX¾',_binary '\Ü`(ûEŒ¹3#`(ú\n¦C€>¼ðŒ\á6Z”yaõ\nJ\Ý','',0,'?'),(_binary '\Ø-m\ÂòD\àdŽ¦Í°','wp-content/plugins/updraftplus/vendor/eher/oauth/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾²Ž†a\Øonª#ç…µýö',_binary '\Å\'«n£\æ\Õ+d\Ú2]ú\å	\Ökõ8¼±\Ä\î£1õ¾\Õ','',0,'?'),(_binary 'Ø…ÑYM,ˆ¦wtPßˆ‚','wp-content/plugins/revslider/includes/extension.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/extension.class.php',0,_binary '¦œ\ÓÒ§\Ï6\Ùa\Â:Ð€F’',_binary '¦œ\ÓÒ§\Ï6\Ùa\Â:Ð€F’',_binary 'T‰\ÎS8\0\Ð!sn…	]ðfZòd\ÛHu·×Ÿ“Wx','',0,'?'),(_binary 'Ø8¢Œ­­~ª}','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/satellite-dish.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/satellite-dish.svg',0,_binary 'ñ\ÙmOg¦\ÂF°.-Z\Æ~\Þ\Ú',_binary 'ñ\ÙmOg¦\ÂF°.-Z\Æ~\Þ\Ú',_binary 'V×¦Œ¦Th»iKf+\×\Â\\}\ê\ì6ŽE^yÝž2\Z','',0,'?'),(_binary 'Ø’2A\Èq\Ýož\ÐÀ$UµE','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êt±CZ\ëÎ†N(ºC\É0\Å',_binary '\n_ˆ¢Áf§Ê¬^\ä=gÉ‚+\Ôù]|„7˜ø-4±','',0,'?'),(_binary 'Ø“…-ú¶\Ñÿ\ä£œ\Ô\Î\È\Ñ','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥\Ø9e=Wž ‡š‘½žÅš²',_binary 'Ü°§a\á\Ætj½K/º\ß2\n\ç´˜\æ\Ö÷\ë\Íkhp:Z','',0,'?'),(_binary 'Ø”ùpGº´¼{§P\ÄN\ßB\'','wp-content/themes/sinatra/inc/customizer/assets/js/customize-dependency.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/js/customize-dependency.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì±÷\\(8ù0\ëÂ WaX&T',_binary '‘~Âf\à¶a‘†À|Ct‡k9FB)—˜¾N?Ÿ','',0,'?'),(_binary 'Ø•ô!º·§!‘³öh¨','wp-content/cache/min/1/04f8ed9531d7386c78377935c864a7ec.js.gz','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/04f8ed9531d7386c78377935c864a7ec.js.gz',0,_binary 'Á\n\ã\æ‡¶~ \n{\\{v4',_binary 'Á\n\ã\æ‡¶~ \n{\\{v4',_binary 'ó¡f\Û\Ïø\ïÜ»\Ö]õ|÷øt\ÕG8\r\Ò5@~‰v','',0,'?'),(_binary 'ØŸt^\Ò\ç&W\n¿:¹ý5_','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã+ì¡…\Ò\æAÿDTüB\ÙK',_binary '¸\È\Çö\ì\ä\ê®.\Í\Ìd¢©Ö•Rj4ôš¬•?\ÅW\Ø\ï ','',0,'?'),(_binary 'ØŸƒ\ëZ\Önc\Ìô±›C','wp-content/themes/houzez/js/vendors/popper.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/popper.min.js',0,_binary 's1ý‡uþ|À<\ÑRf\'B\r',_binary 's1ý‡uþ|À<\ÑRf\'B\r',_binary 't\ã:õ,:\ç¨NhÎ¤\Â\áeH\â]mß³õ°Ÿ†p(','',0,'?'),(_binary 'Ø¡\Å˜Ë»Cxb×•k\â}\Ö','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/Sitemaps.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/Sitemaps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	|©€züû\Ô)Ö°¸+',_binary 'û5\Ú\Ì\à{W\é\Ô\ëõ1’‚²\ç¬ï–ŽN!F/ô‰d\êª\ë','',0,'?'),(_binary 'Ø¬}\éõ\í›È‘\Ñ#×½e','wp-content/plugins/wpforms-lite/changelog.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/changelog.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4\Öa»jÛ«·M¾\á,¤\Ø\è\Ä',_binary 'Gk©2U\ïÈO\Âd´ž±Ž\èB–±\æº?\Ø[û£','',0,'?'),(_binary 'Ø±¥-¤_}Z‘hû\ì\n±\Z','wp-admin/includes/class-walker-nav-menu-edit.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-walker-nav-menu-edit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ›Y´\ètSù0¨“oÁ',_binary 'N­˜Á•*>.\ã¥öù£<Z¿D\×s\0[ª«m,¥7','',0,'?'),(_binary 'Ø¸ù\'\Ý\"Œ—¦`§«¬','wp-content/plugins/revslider/public/assets/svg/action/ic_view_quilt_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_quilt_24px.svg',0,_binary 'k¿\ß\0wA¯Ió”úk\Ñ$',_binary 'k¿\ß\0wA¯Ió”úk\Ñ$',_binary 'ù/‘{i!6\×,NF\î€x’\Ô]\Æ-¨“µ|HAI^\ÈÿI','',0,'?'),(_binary 'Øº¤”\Û\Ç\Ð\nò\ßóÀ›)\Ô','wp-content/plugins/houzez-theme-functionality/shortcodes/price-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/price-table.php',0,_binary 'nŽTDœa3\×5\r\ç\æG\Å',_binary 'nŽTDœa3\×5\r\ç\æG\Å',_binary 'S~õ\Þ2œ”\Ý\á ã·S<\ïJ	6\ÈY\ëdþt','',0,'?'),(_binary 'Øº´™ý\æú–*µs.€°\Z','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_received_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_received_24px.svg',0,_binary '!(ûöd“ 8!«]_P',_binary '!(ûöd“ 8!«]_P',_binary 'ö“m:Ó©:\êp–å½“œ\ßÄ“š÷LIŸ\Îex1ö9]','',0,'?'),(_binary 'Ø»ŽË¦=©¯ðý`„Žž','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaArchiveCustomDimensionRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaArchiveCustomDimensionRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`SC%©‹}[‡@¨¼Iö',_binary 'Ì®–N‹óR:¡ ¾pÃ‘·ô\ÞÌ˜	‰\à>·3\ÝVX','',0,'?'),(_binary '\Ø\Ã9Dû	ÿ.lƒ\Ð÷÷=q\à','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Admin.php',0,_binary ')s\è\ÏW÷£/I®ux\0\à\ì',_binary ')s\è\ÏW÷£/I®ux\0\à\ì',_binary '\é2–m´Úš»M\Ñ\Å/ZÔº\ä§ûoÓ°ÿýW\íhõŸ','',0,'?'),(_binary '\Ø\ÉXz3ÓŒ.¢\ì^%+','wp-content/plugins/wp-rocket/inc/classes/dependencies/mobiledetect/mobiledetectlib/Mobile_Detect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/dependencies/mobiledetect/mobiledetectlib/Mobile_Detect.php',0,_binary '=¡ô…>§G\×\æ\é¡\"\Äø',_binary '=¡ô…>§G\×\æ\é¡\"\Äø',_binary 'i¸;SrÏ§ ²]s\n€@\ç-Ï¯\èuºJ®ƒt\éP¾tò','',0,'?'),(_binary '\Ø\Êÿÿrf\âô“L¤\ÜS ','wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼wó¥/7‡7fVµg&',_binary '\Ëv¬Eüx,\Ã%¦%NA\ä 6;\î34*E;`\Ô#5a','',0,'?'),(_binary '\Ø\Ê|\Ö\",.d¦>!ÿ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Interest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Interest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô?ó\0V†‡&{â¥”S[',_binary '\ÚZC¹sÅ¾©A¶\nW\Êy`•õ\Í&G¬9Ÿ\"§eL#\Ì;«','',0,'?'),(_binary '\Ø\Ëþ–G\ìŠ\Ã\Ç&FW\à','wp-content/plugins/redux-framework/sample/patterns/triangular.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/patterns/triangular.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â%à²ž3Š¤33~Î\Â9',_binary '¨ÿ`¶<£)Ž»\ãñ\ÇzZ–V\ÙW~\ÇRúrhŽ—¿','',0,'?'),(_binary '\Ø\Ð\ã&òJ¤´A\â?Ú«','wp-content/plugins/redux-framework/redux-core/assets/css/media.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/media.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥E>\Ð\ß\'t_\"4«VhŸ]',_binary 'o\Ås|þ\ZÛªš?„…f]€4\Équ\ï:ú®‹ŒQQe{M','',0,'?'),(_binary '\Ø\Ó=)8\Ì{\æ\0Z\Äg(\Ú{\á','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	|,UÇž\ãIIB\àDxK\è',_binary 'ö6ðe\àÇ’9…NsŒˆû¶Sm\×ò-ãƒ• ~ù%9L‹E','',0,'?'),(_binary '\Ø\Ù\')Œ\n\ØDô\Å\Ø*\0Ÿ','wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v1.php',0,_binary '^*ÿ<Å—©õ]\å\ê°{',_binary '^*ÿ<Å—©õ]\å\ê°{',_binary 'J¦N\'®E‰¼ýŽkg\â¾\à…Z\ã¤?\Ñ*\È6¯\Ä¶\É','',0,'?'),(_binary '\Ø\Úa\í@z<ÑŽÁHk\Ð','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š@^F\à;>^•·7ˆú',_binary 'y\Ù\ã²\Ø:ÏªÛ\Ä\ß{˜PAm/iZˆ\×\ÃŽ95','',0,'?'),(_binary '\Øâ…Šó\"²µ—\ïYÿ#\Ó\Ù','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ResolvableArgumentInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ResolvableArgumentInterface.php',0,_binary 'o\ã\Çý|d4óõ\ËJ4py',_binary 'o\ã\Çý|d4óõ\ËJ4py',_binary '\â ®œ½–kZd4AÊŸ\ë\n4£(\áK\à\\BT\Î-\Ï\Òe','',0,'?'),(_binary '\Ø\êQ_ Zö¿;@ðÎ˜ \"','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Normalizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Normalizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\âÏšB´nŠa#©LJ\äp&',_binary '\åÆ¥}B2hA\Ï¿S\'ÿ]ì’®øp\ÙO³ƒ)','',0,'?'),(_binary '\Ø\ì\Öv†\ÎÃ¹ú¶Ô®M„¹','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services/FacebookService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services/FacebookService.php',0,_binary '\ß6¹(Æ°˜l.m­',_binary '\ß6¹(Æ°˜l.m­',_binary '\ÜD\\	p6{»\Å\É\n\n\æôCb+žÃœ,\èz3…\na','',0,'?'),(_binary '\Ø\îs3\ïŸ‰v»(\íU\ì','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes/insecure-password-screen.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes/insecure-password-screen.php',0,_binary '\ê)‘ÿ\0¡\Çô ²:—\Ü',_binary '\ê)‘ÿ\0¡\Çô ²:—\Ü',_binary 'œ§\Íùœ\ìy{\'T˜ù4³\'w¨Pš.X\Ú H¤¸\é$i','',0,'?'),(_binary '\Ø\îÒ¡ýŽªK%‚¯ˆû^²','wp-includes/js/dist/dom-ready.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/dom-ready.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä¼\ÌEÊ‘«	Þ¡4—\\Q',_binary 'ø¶i\ì!‚6Ñ“]€­ÀsR9ª6T‘M<\nlnŽ','',0,'?'),(_binary '\Øð\ì¡õ“BY¬º¢hó\Ân','wp-content/plugins/revslider/public/assets/svg/action/ic_get_app_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_get_app_24px.svg',0,_binary 'Tÿ¯\Ñ7\Å_tn3,ýg',_binary 'Tÿ¯\Ñ7\Å_tn3,ýg',_binary '‘7d\âŸÁd=jphš\Æ§·\Õa\\\à(/Î®´Û¢','',0,'?'),(_binary '\Øñjs\îö?>\ÕBôt¿\àœm','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&…\êšM¥\éy÷Â£\"q§¡',_binary 'UxzuÀIÇ¿~+’\Ý\ÝEZ\Ì¬’\ÚSÿ¬¤‘','',0,'?'),(_binary '\Øöt’´ˆg)½ŸŸX','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_hide_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_hide_24px.svg',0,_binary '‡\è2Mo^Yt\\\'\ÈN',_binary '‡\è2Mo^Yt\\\'\ÈN',_binary 'xœ\éX\Ã_\Ã\á\Íøc¹~’Œ\ëG\ê$\Êaæƒ‰’ðüý','',0,'?'),(_binary '\ÙT@S ³[ÿ@p½8\Ñ/\r','wp-content/themes/houzez/js/vendors/i18n/defaults-sr_SP.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sr_SP.js',0,_binary 'W-\Õê‹›¸Q9a\ï¯ú®\Ãú',_binary 'W-\Õê‹›¸Q9a\ï¯ú®\Ãú',_binary 'ywl¨\æN¹,vSø!¸\ØMV\Z\Ë/g¦We³†','',0,'?'),(_binary '\Ù-h\n\r`–\éÃ½Û•C/s','wp-includes/class-wp-query.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£\éjœÓ©\×rn\Ô\Ï“ \Ã',_binary 'L¼6 .\äD>\Ålº¿ Sq6üD\èN _v^Žtn','',0,'?'),(_binary '\Ù\n´FwúyÁ?Ñ¸s·\Ð','wp-content/plugins/insert-headers-and-footers/admin/images/syed.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/syed.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê7\ç¬0û8À—\Øýu£—\è',_binary '>*bª\ÙHô{-\ä	¸\"…¡÷×»\\`	6ñõ}qi„','',0,'?'),(_binary '\Ù\nÀC™ùŒMº\Ñf„Du\í','wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';OWÓ³\ç´\é\ìjµ¹W',_binary '	ùÉ ÷Žû\ÜhŠ«;G•iBŠ\Ùsð\n‚','',0,'?'),(_binary '\Ù±kZau\ì·óci’','wp-content/plugins/elementor/assets/js/fd6a00ae23a1bc2c6190.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/fd6a00ae23a1bc2c6190.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'BtU\Øt˜…6›”A\È\ê',_binary '\ìoÀPÈƒ‘RvÚ\ÃÔˆ7\Ä\ì®ö‚š7þA®\Ñ\Ø\ìD%','',0,'?'),(_binary '\Ùgƒ\Ñ\"Ÿ©”gø\Ã','wp-content/cache/critical-css/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/critical-css/index.html',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '\ÙƒÈ‹6ŠhŽõž\ß#\Ê','wp-content/themes/houzez/template-parts/listing/partials/city.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/city.php',0,_binary '›øª•“3\ÙfI\ïv\Åõ',_binary '›øª•“3\ÙfI\ïv\Åõ',_binary '”ýRÖú»g\É/Y€h\å’G¾þ—\ÆYDjR(Ô¿\Ú','',0,'?'),(_binary '\ÙÌ½M?¸ùÄ’šº ÷\×','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/218.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/218.js',0,_binary 'ýóº¯Ð§½”FŠùcJ0',_binary 'ýóº¯Ð§½”FŠùcJ0',_binary '\×\09™DJ\Î&\â;GBo¯·»Ò®ú,\Ý7I\Ój\ìUS','',0,'?'),(_binary '\Ùu65Ý”!\êV+}w','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\Ù˜\Ü@Ä°®!*l¤ÀE\0','wp-content/themes/sinatra/template-parts/content/content-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íœY·™}¶\êˆ\íþ`·+.',_binary 'Š&\nHu\ãßžŒ¡Œðo®\é“RC`Œ`\\¶†©\àV\ß\ê','',0,'?'),(_binary '\Ù!t\0œO\Ëw`ñ£G\Ä\ê\ï','wp-content/plugins/redux-framework/redux-core/inc/welcome/views/about.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/views/about.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿JO‰Í§¦ •\0^Á¬',_binary '—k\ÞÀT¢[5Íƒ—)\ç%(¬&\Ú¶¸ûQ­{$$G¬™','',0,'?'),(_binary '\Ù!¶XF»{k*¶[o/\íh','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Rules.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Rules.php',0,_binary '®†‚2E€\Ì¶¢mñ<',_binary '®†‚2E€\Ì¶¢mñ<',_binary '¥#Nr0bÂ¥¦†\Éøºð\Ë\Ú\Ê\éc°ž\å4\îI\ái','',0,'?'),(_binary '\Ù!¼Q¸K·\ÔbY.&ø‹\à','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç\É÷ño\Þ÷\Ëòw&k²±c',_binary '\èƒg\è¹rˆ\ËõžF§\n.¨o\ÞUP›d÷¼\éÇ±dgW\Ý','',0,'?'),(_binary '\Ù&-‘TQUÅ‹wA\êj\Ò','wp-content/plugins/google-site-kit/includes/Core/User_Surveys/User_Surveys.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Surveys/User_Surveys.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è*f]‘lß >qE%d:',_binary 'Ac_wd¾!·Tp`Ay®j\è[wùúY|ø)\Ø\á\É\Ýk','',0,'?'),(_binary '\Ù( ”H\é\Z\Ð4Ÿ5«ø2­‹','wp-content/themes/houzez/framework/stripe-php/lib/SourceTransaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SourceTransaction.php',0,_binary ' gt[\Èd(\Zjÿ·#[Y^\Ô',_binary ' gt[\Èd(\Zjÿ·#[Y^\Ô',_binary 'žr´P0ß…]rÊ¬Um\éþ¥)CšHTIœ\"\Ü\Ê	','',0,'?'),(_binary '\Ù)¤WW²\Ëjp-|¿\ìq','wp-content/plugins/insert-headers-and-footers/includes/lite/admin/admin-scripts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/admin/admin-scripts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'SIv\\kŸ?n\Ëð=§\éL',_binary '\âzù\ÜÇ¾za=Á´‹\Æ3WFey\01ñ\\Í­\äz','',0,'?'),(_binary '\Ù,(¡i7:^\Ì^\ç‰#','wp-includes/js/tinymce/plugins/paste/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dX®\Û½Ÿ•¥ózÒ†Ö«',_binary 'ƒf÷\×\0W{?q½\Å\Þ\Æþý\Å\æ‹\×Ul\à¾PóýÖ«c8','',0,'?'),(_binary '\Ù1&¼J\'#2Š÷5o\á¾0','wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0€Q­¨RÈ…\\ˆ[´\Ã\î',_binary '•\ê|®§‚,\Ó1×·-\æ\å‹\Ï]ô\Ä\Ù$5F•\Õ\"','',0,'?'),(_binary '\Ù7‹\ÙÀ’ÿ¦\ßlk\à®8','wp-content/plugins/updraftplus/languages/updraftplus-af.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-af.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸS\ÈÐ³`;\'\Z¾É­`ñ',_binary 'ú¸—\ÜÀTšXD¢\é*òJøuY¼fRº#®?\è_Dl\r·','',0,'?'),(_binary '\Ù8\×èœ¹õN‡ú^\rI','wp-content/plugins/wpforms-lite/templates/emails/classic-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/classic-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1Iö®\á¯kZ}„õ8…',_binary 'b2‰Bÿ•4)\Ò\î4\â5,µ\Èô¶\è±+uNK-','',0,'?'),(_binary '\Ù@\ì\ä\Ó`]]`\Ç\ÖGÞ»','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-google-map-client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-google-map-client.php',0,_binary ' C¡Tô…µ„¥þ,\ì®\Ú',_binary ' C¡Tô…µ„¥þ,\ì®\Ú',_binary '\ßOþ¨\É:\Þsd\Å\nðN ¯» ôøJ3\Ífò‚{úJ\Ã','',0,'?'),(_binary '\ÙI´Ð¦¦Æ“\Ä\Îr“ôi','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/CachingStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/CachingStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œò°ûS‘“\Î\"\ÏuT',_binary 'U‘4\ïùi‘mk³XjY \Ì=û,#†\í\Æx˜f#\ãdVý”*','',0,'?'),(_binary '\ÙJ\à\ïš^\Z7ü•uG–k+','wp-content/plugins/wordfence/lib/wfDB.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDB.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '×¦xk\ê#¾-O\Ìf·ô!',_binary '¸\áP°Â·ò\ÐJIK>\ØISBf„\Ù`yYr¸Aù’','',0,'?'),(_binary '\ÙO\'ˆ\'\ËC¯’‡\é','wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w\åD\Åá¸¯:½%ôC¯\Ë\ês',_binary '„WWgn.&p²€óª¥&\n¬o 0 š\è\ÌGÿHI','',0,'?'),(_binary '\ÙOœh¹žÐ‰¡LNû—I','wp-content/themes/houzez/template-parts/search/fields/rooms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/rooms.php',0,_binary '¥Ê™¸Ôª\"+¶™6?üðiÁ',_binary '¥Ê™¸Ôª\"+¶™6?üðiÁ',_binary '…Y\èPÆ‰:!\Þ\äk[\È\r\å±T\Ã+\Ë=¨y˜J','',0,'?'),(_binary '\ÙR\ÚM\ì\Ã<60%›³±;','wp-admin/network/contribute.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/contribute.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c­yJ\Åß›\ÐBõ¼¥\0',_binary '\ßC¢\â\ÜóKdS\àI—¾´SßªÕ«,<\ÆÁ,F¼‘\è','',0,'?'),(_binary '\Ù^?\à³:Š\r\Çfþ²7x\ë\Æ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/image-advanced.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/image-advanced.js',0,_binary '\ìú”Š­Þ¼”\ÉH©\\\ÏH',_binary '\ìú”Š­Þ¼”\ÉH©\\\ÏH',_binary '\ã%bU}\ç\0\Øb7‚»82C\ã`\Ñüÿ>0E;\Ì\ç','',0,'?'),(_binary '\Ùc\Ù/‹aù)‚D¶ló','wp-content/themes/houzez/property-details/partials/schedule-tour-form-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/schedule-tour-form-v2.php',0,_binary '¥$45Ý¢=\ÝXÈƒ†|\É',_binary '¥$45Ý¢=\ÝXÈƒ†|\É',_binary '!;”Š\âõ\Þ\rT\Z»X½kF0ý‰H5\Ë+5þq\ëIºf','',0,'?'),(_binary '\Ùd\Å\Ó%3\ß\èZð4ý•_+','wp-includes/css/dist/edit-post/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r¤X\'ó$uöbF±ƒP\ê',_binary 'I0¡s\\k³ú\Ê!2OËƒt½\\Cü\ß\Èt\å$«´8“3','',0,'?'),(_binary '\Ùeq\çO«=\Ëg\"¨C','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money3.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money3.svg',0,_binary '’GJˆc_±\Ä\Ò(@	\Å',_binary '’GJˆc_±\Ä\Ò(@	\Å',_binary '[€7¤#\æS\ëv)ò…”LG#y\0jZ¦¿|\æx?[','',0,'?'),(_binary '\Ùfi\î°Ž*³\ã\É »vYp','wp-content/plugins/revslider/public/assets/svg/toggle/ic_star_border_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_star_border_24px.svg',0,_binary '\Ù¯\ÄùZ‹ñ^½(D1±ñ',_binary '\Ù¯\ÄùZ‹ñ^½(D1±ñ',_binary '»Žijª\Í\ÈN´\Â*\ã7dt5\ÉÙ#ƒ+‹,\0\"‰\Ý\ç¹','',0,'?'),(_binary '\Ùj£\×ð,`®‘­Áº\ãue','wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/EditPost.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/EditPost.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Nqù~®\Û\Ä\ÇX“£Þ»',_binary '‹Cš\ÃwU\éj.–7²©=-³\"ñ|\×ß–²\é<)È›™','',0,'?'),(_binary '\Ùk\ï\Û/yž³©ý›&‰ŸG','wp-includes/images/rss-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/rss-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÇYa[ QÁ\æõ—ýrj',_binary 'yS0üc`\n7ù\äas®\Ð#\Ân\ìú¨Y\ßü\Ø©','',0,'?'),(_binary '\Ùr&V`ø\r\â\éä‘½ó\ÙC','wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o\äô…¸\'”³…\í‘cŽ´',_binary '|õB»©{uS¬¢\Æ(2PƒGˆ\'‹›FHŠ’\í¿dO1','',0,'?'),(_binary '\Ùt\Ì¥ó>\Çx†o,V\Z','wp-content/plugins/wordfence/modules/login-security/css/login.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/login.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ZeBÏ–ajo‰®…˜™\È',_binary '_•j1\\Q\îv“4À‚\æ|²%i„t\ë9\×|:¤Fk4‰','',0,'?'),(_binary '\Ù{%¥›³\Î=c½W\rô¿','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/webp-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/webp-interface.php',0,_binary '\àËµŒ\"E\åQG¥¯\ê§\\²\é',_binary '\àËµŒ\"E\åQG¥¯\ê§\\²\é',_binary '«`ô\ã=#õ}\Æ{`\Ñü&‹,©ˆ\Z—²kX\ì“ž­rM','',0,'?'),(_binary '\Ù}û°\î\Æ\ÝM\åR¶ˆ‹\Ø','wp-content/plugins/updraftplus/vendor/psr/http-message/src/MessageInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/MessageInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mn\ï¬&\Î\ne\nX\Ú\èò',_binary '\Ìw\Ä\íVl›Km¸\Z[\Åÿ\ï\nQÞŸˆ…Fa²ó\Ë?Qug','',0,'?'),(_binary 'Ùƒ5‘?\Â^¸wÃ¹=L','wp-content/plugins/revslider/public/assets/svg/notification/ic_event_available_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_event_available_24px.svg',0,_binary 'ANÈ­_0Ô­\É\ê\ZD\áÌ¢',_binary 'ANÈ­_0Ô­\É\ê\ZD\áÌ¢',_binary '«ù)\ÙF2\Ý%z\'0:–2£÷u\Î$\r\Å1ÿE‡Á','',0,'?'),(_binary 'Ù‡\ä¹\Õ\\ iP·c³rÿ','wp-content/themes/houzez/framework/stripe-php/lib/Tax/TransactionLineItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Tax/TransactionLineItem.php',0,_binary '\à!Gnc\åž“†\"¡\\>?',_binary '\à!Gnc\åž“†\"¡\\>?',_binary ' \Ûþ\\õ†c³‘³Ÿús§\'£¯\'š\0\ÂÙ”ˆ\Þ\ß\à‘ä¬½','',0,'?'),(_binary 'Ùˆ\éTÄ–hx~Dt>lŸ','wp-includes/js/dist/compose.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/compose.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E4 h[¤\Ö\\ýY\Øh4g',_binary '7šo!1\ìa%òW—[\áW\Ðöó°Y÷Ÿ\åWÁ‘~\ïž\Åh','',0,'?'),(_binary 'Ù\r¸Q=w05–˜ð\'','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Föœd? ~8GEY\è$ƒŠg',_binary '’E‰\ä?\Ãa8\ÒP¥aô\Å\ï¸\É7ptIL,†{lDŽ\è','',0,'?'),(_binary 'Ù\Ê\È	[\Õõ0\å¢\ßJ^','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O/,\Ý\ÓnÞ’}G\Í÷5+*',_binary '\ÉÀ‰\ÂÐ¥‚6/ò]©–’¬\Z\\>/Z\Ð8’/\èÔžl:','',0,'?'),(_binary 'Ù”\Ó@!YK·„ò™š\ÎÄ]','wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-authorize-application-css-ce25e97404abc5a02921.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-authorize-application-css-ce25e97404abc5a02921.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '--ü\à¢;$\Zsto',_binary '\æ×Ÿ\Û\ábŒd®ÚYÏ,v¶Á<\èo]¥¨i\'Á','',0,'?'),(_binary 'Ù–P\âµ\ÂSü\ï÷\âEó\Ô','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_es_PE.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_es_PE.js',0,_binary 'ñ‘¦\Ñq@_s‹\ÐEÃ¹…',_binary 'ñ‘¦\Ñq@_s‹\ÐEÃ¹…',_binary '1|“nU+¼{¤,ŽŽNine\ï\ZÁ‡\éb2{\â!¢–±','',0,'?'),(_binary 'Ù—6>\äñ$H\ér¡*K\Þ2','wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\Ýø±3\ÚüÀzŽ»Lú',_binary '\ãK\Üuac\Ö*Ð¥\ä^cýò¬Gl\ÎCUNq(3<\îO','',0,'?'),(_binary 'Ù˜P2X™¦¢@.E¨et#','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\Ï6Q¥)P-ü\í\Í@ú',_binary '\áHµTcšRö‹H~¡¿o/¢‚W\ã6½\Ð…½|','',0,'?'),(_binary 'Ù˜\Ý\"P´Üž÷\Æ,ƒ©\Ø','wp-content/plugins/wordfence/images/icons/ajax24.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/ajax24.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K:û„²·õmð™—£P½',_binary 'j*\äeŽó©õdoX¤~§7\Â\ë&€²‚Nü9\É|L•\Ç','',0,'?'),(_binary 'Ù™[‰\Åy³›?m¦¶\"','wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…­\ÈÍƒµj1^¸ID\Þýú',_binary 'q‘°ð°4¬r]Ï¬0»ß£ŠgÃ¿Ð’­E—²‰1u','',0,'?'),(_binary 'ÙžB\ã¯9\Ü\"\Ä\ÝwÓŸ	','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests/Fetch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests/Fetch.php',0,_binary '_\Þ\à\Ð\èu&°?OŽ–',_binary '_\Þ\à\Ð\èu&°?OŽ–',_binary '\0ÿ\æ7\à©s\ä\æceÞ»Z-•z\ßC\Ê\Çk\ï@ŸtV‘´','',0,'?'),(_binary 'ÙŸÓ‚\Ðv\å/¶² \ÛY \È','wp-content/plugins/one-click-demo-import/assets/images/icons/plugins.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/plugins.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',ÿý\är\ãD\çu>\ÊR¥À–€',_binary '\Ô\Ý\É\Õ¡\'$\ç\áÊ¾cŒ§‡{nB’—|–¸{!\'','',0,'?'),(_binary 'Ù¢Qò¯\0\n\Âœ-\æ©ñŸ','wp-content/plugins/updraftplus/css/updraftplus-tour-1-24-4.min.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-tour-1-24-4.min.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9W/ZlhòL€Èµx',_binary '¼ª–EH1\Z¤G,R\ä+}\î\rü\Ç\ï4Ê¤2¹T¥„{B','',0,'?'),(_binary 'Ù¬®ý»O\Ç³¾ðÆ¤\Í\Ð','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\$žt\ØkW\Ò\Î',_binary '\ÏÉ¥\r õk(\Ì\0¢Á>\îœö#\0Z:­\Üt]u\ë%.\ïþ','',0,'?'),(_binary 'Ù±ºµMPr\Ë\Ñh~Œžù','wp-includes/blocks/post-content/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-content/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Vj›~™r(K~&2Jºs',_binary 'ïŽ’œDž¨¸2ýš–Àk‹ž¢dgX›\ê|‰¨(‹\ÈC™\Å','',0,'?'),(_binary '\ÙÅ—Es.9\0µ<…\Öq','wp-content/plugins/elementor/core/files/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©N>µ?\ÆY\î9E—w‹ð',_binary 'þ)¥\Õ|\Ë:\ß\åª\0Š~^$\è£I\rhn!#^I8Ý ','',0,'?'),(_binary '\Ù\Îu·\Ä!G-IO\Èd\Ý\í','wp-content/themes/houzez/template-parts/footer/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/main.php',0,_binary '\é\Ý\èÙ€ßŒ‹e7‚›Œ;',_binary '\é\Ý\èÙ€ßŒ‹e7‚›Œ;',_binary ':˜\åÐœ\ÛOþH_8>Æ¶z-\Âh\Ä\Þ®€‡*y','',0,'?'),(_binary '\Ù\Ôz”;)¿2pf%\Ì,RŸ','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' Z«A+ \'\r?M‹/',_binary '­…\\\èñ\Ç}šõ‚Oø\É7\×+\è\ãnPÒ·y~¼‘','',0,'?'),(_binary '\Ù\Üò\ß\âN\ê»\Â#,:ñ ô','wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·óqCM%¹‹©cˆ”…',_binary '$o‡\éU\ÕCª¹\Øö‰~\'vc~HÀIÅ„R2õ¾\ê/\r+i','',0,'?'),(_binary '\Ù\Ý6ö\ä,V)‡’\Ðï“ƒ\0','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/MeterEventService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/MeterEventService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\Ü.0:þ\ÓsƒFUhº\Ú\Æ-',_binary '–³\"¿\"‘›nX\Ð7~û§b\\²\Ò›Bþ^c§\æ¿w','',0,'?'),(_binary '\Ù\Þ@Q_Â¢L\Þ+\î:Gug','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentMethodConfigurationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentMethodConfigurationService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚œˆSÜ‘ô>\ZxªŒ\ÏU',_binary '^¶\ÜM†>?U\è“ÿVB]]…/\è\ë‚›_\ê\à\ï/Dª>','',0,'?'),(_binary '\ÙßºX\ÒÁ1\Ó+œ\0µ¿','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_REST_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_REST_Controller.php',0,_binary '+¸i™B&r\ãñi	',_binary '+¸i™B&r\ãñi	',_binary 'œ\èŸ \ÖO‚cL¨—)\Zx\åÁ‹±v\ç¯$\Èé£¤\Åg','',0,'?'),(_binary '\Ù\àm‹¶÷\éVßºö\ãx\Ã','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ApiDimensionFilterGroup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ApiDimensionFilterGroup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j\\€\0IJa@\0ÿ‡\â»P\àv',_binary 'Í\'Œ\n\Í\"\Ã±:©Í“ô›;N¼vt£+\ÌUb†‰Š','',0,'?'),(_binary '\Ù\è®\à(>\ém¬\Ìõ 7=\Ñ\Ó','wp-content/plugins/elementor/modules/home/transformations/filter-get-started-by-license.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/filter-get-started-by-license.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿v\áS¯C\ÛÀqKÙ¨»j',_binary '\Ä\êu\äWhR%?\é\Ò\Ô\'Áßž3¥¤|f\0;\åÀù”žÀ½\Z','',0,'?'),(_binary '\Ù\ë¼!}ñ=ö`*„gZ=','wp-admin/network/themes.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/themes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',þ7AQp!Ïž/¯wN±',_binary 'L\\\Ù1e$û\0/\è8}¢Eü²\ç\Ûø€¬J_¤^’Ä¦q','',0,'?'),(_binary '\Ùð<ýG+&3\í9ð¨l','wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N1\ÈN\Ùº`?»úÕŒ×„',_binary 'Ý‘\Ù\ÍwHŽ,þ\ÚQ€‰h¿\Åb÷¡?¸’÷‘Z','',0,'?'),(_binary '\Ù÷VBÇ¡ñ\è\ZŸB\"\0²\Ç','wp-includes/js/codemirror/esprima.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/esprima.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd_™ \ÛS’ñg«¹Ù›´“',_binary ']ù;¸%Js\à\Õlxîƒ¯\à’£\ÎFqý‡BH\Z\äU8\î¢\í','',0,'?'),(_binary '\Ùú\"ª„\ÉÍ­\Í],·\Õ\çý','wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration173Task.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration173Task.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò\0°%u9›…ôÌ™…ÿ\Ù\Å',_binary '\éŒVS‡\ØÃ¡üP`\ÐT\Ì$,\í/%n÷Ý·o‹','',0,'?'),(_binary '\Ùþ>\Ï~\ä!ðªg\Åq‹˜','wp-includes/js/tinymce/skins/lightgray/skin.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ…¿\\– B–œ¥&\èpw\Ç',_binary '7>xV&v|Â­«\æUž& Ý·\"Ç¥z9j\ÛF%Ñ½K\Þ\ÞV','',0,'?'),(_binary '\ÚÈ’“ñ%o¬c\ë„\êv','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_parking_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_parking_24px.svg',0,_binary '…œV\rÆ±”=©\àÆ\Î)r',_binary '…œV\rÆ±”=©\àÆ\Î)r',_binary 'Às\Ý\ï#-\Í\Ç\Ö\Ó!\ë\Ý/©t\ï¿¬0\î ÿõ~ ~','',0,'?'),(_binary '\Úaÿ¾À¼Nt\Ô_{Á\èJ','wp-content/plugins/houzez-studio/admin/js/i18n/pa.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/pa.js',0,_binary '(&\Ö-MZl/é²‘E\é/\ß',_binary '(&\Ö-MZl/é²‘E\é/\ß',_binary 'b·:[F’\í*ú\î\ì©\áˆtùˆ§	‹B\ÊóÃ¢\n\Ù','',0,'?'),(_binary '\Ú{ù­¬\î\Õx„:\Øe\ç?','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/white-wave.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/white-wave.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•S`¢—\ã,A§‘›ƒzc…',_binary 'E«pÈ.\åù\ìER\\øyõb\ì\ä+ÿ\ÔÀ\Ðy\ãue—¦lh','',0,'?'),(_binary '\Ú†wú=Å¢\ÄOú&¹F\Ê','wp-admin/css/colors/midnight/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/midnight/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DI¾ÿ¤¯—0\'Ÿ|`n_(',_binary '\é\\\é\Ö&5e\\\Ök\Íq\ÖpAnL:öÁbÀº‚÷òŸ','',0,'?'),(_binary '\Ú.Àb%\áŠHIµros\ì','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades/2.4.22.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades/2.4.22.php',0,_binary '\ï\Ð3º²Œ\ê7	\Ö\Ð',_binary '\ï\Ð3º²Œ\ê7	\Ö\Ð',_binary 'v|\é¼[lð\ÉW-\Ë\Æjª\r\Ä\Þt¸\ï\ßm\Þ\ÍaŽN\Ú','',0,'?'),(_binary '\Ú\Êõ\Æ)ñ\â‚D‡«','wp-includes/block-i18n.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-i18n.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n\åó\Þ!’¼¤:D™\É8\æ„',_binary 'ñfý\\t›M&\ë\rû1\É	$u3Ž\áó \Ô\Ù\ç','',0,'?'),(_binary '\Ú\'£\Ýø7\ìb\â\ä~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Base64/Original.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ò£-\ï‚ý\è\ÞÑ‚ðº±',_binary '±9\0zotˆID:\0¹›\ê·\Ég\ä I%\á~Þ¦$o','',0,'?'),(_binary '\Ú,\rž\Ê	\Õg\ÎH\Åþ6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×\ê8v\n—\Øeÿ=\Ü\r+',_binary '¼´žo!#0\á`¡BÚ¡ýˆÀ`¹\í\êRúÝ–\Î\Ï&##TF','',0,'?'),(_binary '\Ú,x½ûRˆ«ÍŠ\ÚB8¡–±','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Filters/Between_Filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Filters/Between_Filter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}Í³¥…¡\'½4,\ãb2«f0',_binary 'Lt¹\ç&\æfpR”Ç¼p€\è\Ý:IB±Ù™\Ù\Ë%[|¥','',0,'?'),(_binary '\Ú2\àŽ6,Ìž|ke‡L\ns','wp-content/plugins/wordfence/images/2fa1.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/2fa1.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/)\Ýh\\ h¨G\æ¯8ü',_binary 'C\Ù%ñ0…z)f ý¶±@\Ît>õŠÉ¶{Tˆ\Ù8·o‹','',0,'?'),(_binary '\Ú3\"Î¿E\ã“0c(hi','wp-content/plugins/wp-rocket/views/settings/fields/cache-lifespan.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/cache-lifespan.php',0,_binary '´øe\r_]\ÜdÀ>R0º\Þ=',_binary '´øe\r_]\ÜdÀ>R0º\Þ=',_binary ',,³\Ö=>Q%¿Ÿ÷+A–Ô‚/\ê†þ\Ñ8ydi³ôUµü','',0,'?'),(_binary '\Ú=®h´\ëR\Ù(\ï\ÇV™\Ô','wp-content/plugins/houzez-studio/admin/class-houzez-studio-admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/class-houzez-studio-admin.php',0,_binary '\\Y\êI\å2ÈŠö!\Ùý(\Z\ß',_binary '\\Y\êI\å2ÈŠö!\Ùý(\Z\ß',_binary '„ú¥‚0€\Îq\è:™ß„\ß\Ò\'Pt#š\Âk/NIIy†','',0,'?'),(_binary '\ÚB¨ZöS¾>\Ô\Ïxê¨º\Î','wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°Ò¢´»6Oi3i\è.»¹',_binary 'y¬­:‹ö*¤úB\ÊÀMiŠ}(\ï˜ \Ãˆ$Ü„/²…','',0,'?'),(_binary '\ÚDŠgZ!ÿ€mµ_önª','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award4.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award4.svg',0,_binary '·\Õ\ÚP­Rx´~ì±•\ì!¸',_binary '·\Õ\ÚP­Rx´~ì±•\ì!¸',_binary '\ç|Å½`Y\ÊH(^f,6\Õi`\ÓT¦^-œ[E€ô·%˜¢','',0,'?'),(_binary '\ÚPªò´B)ö\Ä^÷.L*','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U´¾±\Ï\ã¦\Z+@D1ÿ',_binary '\ÔC<‡\Åüg°:xU9´ò•\Õ\Æ3JÛ–1·\íõ\"D','',0,'?'),(_binary '\ÚVŠ\Î\ÛC\ÐÀ“ôdvÛ¦±','wp-includes/blocks/file/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð.ù¼•\ZÊ¼Î¯[Ä‹!',_binary 'þ\Â6úŠ–ª\íŽßº\ä$%aW.\êã±ŸLMZ>','',0,'?'),(_binary '\ÚZ1\È×¼B•ñ0n¼µ','wp-includes/css/dist/patterns/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/patterns/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S»4“™U`\Ów\ÌÞ¾ò\Ë',_binary '\0\Ì<?ù\ßmó#j(fG\Ï\î†M¤\ìrG\ÂLNõ\ÜÐ–4','',0,'?'),(_binary '\ÚZeKŒ•‰œºK\0õV«N','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-currency-converter-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-currency-converter-widget.php',0,_binary '8BV\è†,\"‚\Í\n>)K\×|s',_binary '8BV\è†,\"‚\Í\n>)K\×|s',_binary '`\Ó-\Ð:{_ \Òúù~Ö´W\Ú\\ýƒ+¯X\çªDýVr\Ø','',0,'?'),(_binary '\Ú^©›Ã¿m5‘m£¨\Ë?','wp-content/plugins/revslider/public/assets/svg/action/ic_accessibility_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_accessibility_24px.svg',0,_binary '©ƒôv1\Z\ÃÇ·\0¶96-/]',_binary '©ƒôv1\Z\ÃÇ·\0¶96-/]',_binary 'KÀe˜S`oY§\Â,B˜\Í	ôc¢‡\Ãq…ŒÀp½','',0,'?'),(_binary '\Ú`w__muO1t_\Ø\Ä.','wp-content/plugins/redux-framework/redux-core/inc/classes/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\Úa©™÷T\Èvb\æ\Ã2sE','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\â4t(¢À\îwZ~‰',_binary 's—eHOŸn·ðm­ôüŒ°Y\É\Â5ý\ÆwG>bø','',0,'?'),(_binary '\ÚbT)û³D5Ity#','wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DV¼@MO›\í ›‹\Ú+ó8ô',_binary 'Î•Ü¥\Ñ9§H”Td9Ÿ\ï|\ãôM\Í+P¶Ÿ»þý\ê','',0,'?'),(_binary '\ÚcÕ›V\ÞÉª=\Þ\ã{¦So\Ö','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-pie-chart2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-pie-chart2.svg',0,_binary 'f\r‘?–g¸\Å\Ì{3£',_binary 'f\r‘?–g¸\Å\Ì{3£',_binary 'ˆ_aiBÍ›PTºŒŒNzð\Þm„›IiŒ#(nA\n\ã','',0,'?'),(_binary '\Úf³\ÙÿföXeÚIII\ìY','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-output.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-output.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ“\ä•\Ï82RŸR\ÃÄ£S',_binary '\Ç{(’öŸ¹°4iŒX¨£To\Ì\Z†€\á^\n†\Î:','',0,'?'),(_binary '\Új¼•\ìû\\h\èÕµ¦\Z¤','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\ê\ÔøW½—!±\"`h÷\ë2',_binary 'I±÷\ÒÊ©¿d\ïªÏ¦/\ÏaÀ\äÁŒ¯4P­u3ƒ\rÁn','',0,'?'),(_binary '\ÚmbZ¢Y\îT;\è7µøD\æ','wp-content/themes/houzez/framework/stripe-php/lib/Sigma/ScheduledQueryRun.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Sigma/ScheduledQueryRun.php',0,_binary 'Œ\ßf¤Æ­\Ù#Ç€\Þû¼ž',_binary 'Œ\ßf¤Æ­\Ù#Ç€\Þû¼ž',_binary '\Û\ZHTs\ê%\ãnô)zª±w+\ÄVY­&·¥±b','',0,'?'),(_binary '\Úo—+-/#EG^!ª?ù\n','wp-content/plugins/revslider/admin/views/builder-layer-forms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/builder-layer-forms.php',0,_binary '\äDM=‡9o{÷‡Q,U”',_binary '\äDM=‡9o{÷‡Q,U”',_binary '<¦W\Ý[Á¡U+²°¾”\Z£\ËK\Ñ>\çò©\ì(4°T\Ð','',0,'?'),(_binary '\Úu78¾Â¸\äKÔŠkh\î','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\étJÖ¶•DÜ’¾+ÿC',_binary '\ë¬ô\"uužgˆI$E¯…®D=\Ðð¿\nºž·Q³‚g-\ìTZ','',0,'?'),(_binary '\ÚugK¾»{E|T\æÕ±¤ ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart08.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart08.svg',0,_binary 'œ«6`½Iy¦{4 +þ|o',_binary 'œ«6`½Iy¦{4 +þ|o',_binary 'X\Ý5­¹RÊ©\è{G‘Àœ:ÿºõ}A\ç¦\0^ËŠ¤','',0,'?'),(_binary '\Úvoªò1\êžOÿ•¸šœ','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader.php',0,_binary 'B‹\rYõ·f.ù^þÐ‰!…',_binary 'B‹\rYõ·f.ù^þÐ‰!…',_binary 'JI¹+B^±°\n(œDS\àøpI5[\rm4õ\nD\ÅE®—\å','',0,'?'),(_binary '\ÚxZ´\Ö34#~È…p„','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðm²`dûÃÜµ„MP',_binary 'J3R¤‹¶÷”KÈ‰lö1­\èÄ¹W?\á\ÓbŠ\Æüt“','',0,'?'),(_binary '\Úx\î8€CT¸ùX7j©c»F','wp-content/plugins/updraftplus/includes/handlebars/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/handlebars/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™ñJ\áI\ã\É×¹£5\×<',_binary '\ßZF»p4kŸ\ÃYÐŸ\Ê\Ó\rÆ”*‰¼]ÿ=¯	27”9','',0,'?'),(_binary '\Ú|À#\éÔ°#{•\ÄþŸ\á','wp-admin/js/link.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/link.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n…“w¾hµ®£õ’s[',_binary '—y×ˆ\Íh8\ÛHi*\r!‹\Ù4*”<9g·V\"¶Ušø','',0,'?'),(_binary '\Úu¯G{õTº {\Þ$','wp-content/plugins/wpforms-lite/src/Db/Payments/Payment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Db/Payments/Payment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û7\Õ`aMXE\í\ß~õ',_binary 'BœFoT´\á\0›—\ç\Þ>Ñ¤Aû‰ý¦5ŒAyƒ³¢\Ít','',0,'?'),(_binary '\Ú•­ä¬½F8¤‹qómP','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nIeø‡®\Úþ¥\Ê#Ýž',_binary ')|@§5h\Ët*#>˜W;\Ût\Ý^|ÁX3YŽ|€\å','',0,'?'),(_binary 'Ú„ý|Ñ¥«‰\Ð7¼ù“¥l','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-vendor-625942ce3e249bc6cbbb.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-vendor-625942ce3e249bc6cbbb.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â\Ò\ÃWj)œ\Å4…ùø.¬	',_binary '÷ê¸¹\È\Öò?ƒÍ£%\ßl\Z\ê\"kW\\\É>Ÿò\Â	\"=','',0,'?'),(_binary 'Ú…\ÔÉ¢‡\ä+½”xÀJ‡I}','wp-content/themes/houzez/property-details/partials/item-labels.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/item-labels.php',0,_binary '\à\Ôz\ç\ÅJ\í²oò\å;Ü“–',_binary '\à\Ôz\ç\ÅJ\í²oò\å;Ü“–',_binary '¸vbõ\àacj\ëq\Èñ”ôa\ì‚‘a°¿\\ò\Ö6\ÂD','',0,'?'),(_binary 'Ú†:>\ï	p^WÃˆc	¡','wp-content/plugins/revslider/public/assets/svg/action/ic_record_voice_over_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_record_voice_over_24px.svg',0,_binary 'K¦88’ô\Æwrôüm‚ò\È',_binary 'K¦88’ô\Æwrôüm‚ò\È',_binary 'Ew\Êt\0ty6m‚\ÉkŠX06Ÿ1\å@÷%©¸h‡ª','',0,'?'),(_binary 'Úˆ˜Aõ§nÕº\ÖE\Ï\Â\Î','wp-content/plugins/updraftplus/includes/class-backup-history.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-backup-history.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬,#tn	]…\È\äggK\0',_binary '\ãA¡ÿO\Ü.8o\ïƒ\æ@Qwús5=\Âûw’\Ú;y','',0,'?'),(_binary 'Úˆ-ò\ädŒª\í%±\Æÿ—\î‰','wp-content/plugins/elementor/assets/js/packages/store/store.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/store/store.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S6v£‹\Ô\Ñ\î§x?¸-_',_binary '\Ìx:ùIŒ-\Ú!\ÞU[qó*;\Ïô\ÓsO“\0»ù·','',0,'?'),(_binary 'Ú‰x`\Ù9\íLÅ¥M‘\Ò,L','wp-includes/css/dist/block-editor/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vE)–ÀS†Tl\Ò\ÌòŸ',_binary 'ô¡\É\ÍT~8\í991¤a3+\îX\ÛDb…à¬“Œ@2\Ém','',0,'?'),(_binary 'ÚŠEš–ƒª5^d;\Ëó','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ+‡~PþþòöÁ3',_binary '\Ã7´“a´?\'þlð}Æ­Á/Á²a$^ƒù^ü\è\Þ','',0,'?'),(_binary 'Ú•VC´\ÍÀJ¥1´\Î\Ç','wp-content/themes/houzez/js/vendors/i18n/defaults-fi_FI.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fi_FI.js',0,_binary 'Ó³‹\ÃI¾\ÝS‡{xÿ¥\Ù',_binary 'Ó³‹\ÃI¾\ÝS‡{xÿ¥\Ù',_binary '`ˆl:°\È\ÍT@W„;¾-4K(\Îe„¶FŒyB,p‰<5','',0,'?'),(_binary 'Ú–Z plyýb\0šŠ¾q','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPMessageDismissListener.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPMessageDismissListener.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±À!\é1¯ñ¡‡/¡B\Ö',_binary 'þ\à3sÑ¨P\ÇŸV\\<»¤½5\æ~°\ZÿÃ¡A0(\ÐnB','',0,'?'),(_binary 'Ú—”´ë—‚\"‡º\Û\ß#~','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>@\Þ`—{Š³õ­4˜4',_binary 'fboÀý´\È\Ì\æAizA\Ë>C\\ÿö9Œ+¬B¯ñrH','',0,'?'),(_binary 'Úš§\éÞ´¬¤˜\ë\Ðu_\Þ','wp-includes/blocks/post-template/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'JÑ–6\Ü)f5\îœ¸JA',_binary 'v5†²„›B!¶\çt|^mB\È\ì‚Þ®\'ü•\'\Í,','',0,'?'),(_binary 'Ú›ø!{‡E²“M$ð©š','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K7hh‚.ƒŽ:k\Ã¯',_binary ')Ÿü\ïö±„—\Çln¯#›Ž\'S\Ë\ÉfBß©/ù Ä©','',0,'?'),(_binary 'ÚŸ˜\Â9“ò_5Prô2¸','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-globe.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-globe.svg',0,_binary '³öha–\Å\ås:\ë:\á~–V\Æ',_binary '³öha–\Å\ås:\ë:\á~–V\Æ',_binary '–7¼¡žž#\n*Ùš1 --\ÜlÔ¨JTˆ\'ö·\ãK%[','',0,'?'),(_binary 'ÚŸ±ñdò3\Ö\á…=\n]\Ð','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'galsgÀh/$š}\nXIz',_binary '¯\î\ÕAª¢\Ò§¿°2L÷\rµ\Û\rÁ†d,¾28','',0,'?'),(_binary 'Ú¨±H.\ÍZ!V£Q2','wp-content/plugins/wpforms-lite/templates/admin/payments/single/field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â†	ø|\\\Îöƒn\ßI\àS{,',_binary '~u¬8I.+I\åøó\ìõ`CH&u‚·\Ôû–s±\ÚeJJ','',0,'?'),(_binary 'Úª5ƒñû¬\è\ë¨k\Õ\ç‰','wp-content/themes/yith-wonder/patterns/banner-with-3-buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/banner-with-3-buttons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\è\Ö\ÒEOÿ”Q·C\0\'b',_binary '·$cw/cZ!¢\ÔP\æ7‡ ‡<Q\'‡\è\ÏN)Ž8','',0,'?'),(_binary 'Úª~üV£]\à\Çÿj\Ë','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-shortpixel-subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-shortpixel-subscriber.php',0,_binary '³&Q\é+E\ç7]\\Ñ¼•½\ç',_binary '³&Q\é+E\ç7]\\Ñ¼•½\ç',_binary 'DM\à5°-GZnr“\ãIYý¥ñaþ•Žqh³ª5¾þ','',0,'?'),(_binary 'Ú®€¿K»»fL\í','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Øf\ãª(j|ewR!Ž{;ÿ',_binary 'ìŽ…gªø9{¼u\Ù>qž¯²&z®\Ø~m>ˆ½¶þ`DB?','',0,'?'),(_binary 'Ú¯\r|\â¡·~£ú','wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary 'Ú°\Ên+?G÷·9o¼ò\Øv','wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':í²¨\ádL\ìð\Ã\r\íõ=',_binary '_ó¯B\Ô\ë\0‹&$Šô…¸b’“\nª­9‡ð7÷˜‰³','',0,'?'),(_binary 'Ú±ln®\×\ÕúFƒÀ;\ÏJ1','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/wp-color-picker-alpha/wp-color-picker-alpha.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/wp-color-picker-alpha/wp-color-picker-alpha.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…þ\ÉWI\ÈŽFí¶¶¸%',_binary 'RÜ‘Ñ\ÇS4F\ßø\r5\Ý\Òð3i[\æ\ê\ê\Ç\Èö;[$²F','',0,'?'),(_binary 'Ú±‰JLX\"|\íQY\í™2\Ê','wp-content/plugins/wordpress-seo/src/config/oauth-client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/oauth-client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïŸÒ¬L\Ø@0  ±',_binary 'Ä“\É\ÊJO;™\Ñ\ÐH)P\Ý\Ûd¦4¤þq\ïU–’\Æ*','',0,'?'),(_binary 'Ú²(@drx·8s‰ý¦!>','wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nže™+r§>¶Nƒ\Ð9Rb',_binary '\n=Ò¤¬ŽQ ‡® ~“\\úu\ÚÿK\Ýd`\Z#ž¨&','',0,'?'),(_binary 'ÚµÖ•À\áö<+\Ü\ïè…½','wp-content/plugins/revslider/public/assets/svg/content/ic_markunread_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_markunread_24px.svg',0,_binary '1v):®Î¢Xgóu‰Œ0',_binary '1v):®Î¢Xgóu‰Œ0',_binary 'ô^#Ã›\ãwzú½\éªs‹ý\În{\ÂÑ¬\",-°i\Ýi´','',0,'?'),(_binary 'Ú·Þ”\àø§õ‹\Û\\¾`<','wp-content/plugins/redux-framework/redux-core/inc/fields/section/field_section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/section/field_section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"WÄ²iß‚E·™t',_binary '¹g\0„2¡D\×”\æ\î\àœ\Æ,qd\ÕV\ÓY6<»8\Þ\ØP\ê\à','',0,'?'),(_binary 'Ú¹‹\Ñ\í¬:Ð™qž\ßW\äl ','wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j1”J×³Û™\ÃK!á›”',_binary '\×\ÇÒ\\Æƒ[\Û Q8ýñWk:HÆ’‚gù)\æ\ÏÁ','',0,'?'),(_binary 'Ú¹¦±\å p^…','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/NotFoundExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/NotFoundExceptionInterface.php',0,_binary '&\ç\Zózu‹‹N\0­5O_',_binary '&\ç\Zózu‹‹N\0­5O_',_binary ',E¨ \Z¨\Û\çÜ¬µ\Ðw’0\Ý;¢\×§ñ5¾S&òû\0X','',0,'?'),(_binary '\ÚÀ\åUñLÂ±d²¼*d»j','wp-content/themes/houzez/template-parts/header/partials/nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/nav.php',0,_binary '¹ÿ-‹¯šIºþ6FM|)²',_binary '¹ÿ-‹¯šIºþ6FM|)²',_binary '\Å?N¥\0iU¢\Ð\ÎF\'\ã& F1\nµD\r1\0v\ê\Z-c‚','',0,'?'),(_binary '\ÚÁ=\ÄÝ––gÁ!Q†˜\Ç','wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`ò\æqŠB>ZEA¦:d‡\è',_binary '\\R¬¶{\ÉZöu´Ë–\Ô{«ò\Ó\è¨\Íò‚ú.ü','',0,'?'),(_binary '\Ú\Â[\Å[\n•~i\ÝP–\Ò<','wp-content/plugins/houzez-studio/admin/js/i18n/sl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/sl.js',0,_binary '™ùZC“Á;¤i¾)t÷‚w',_binary '™ùZC“Á;¤i¾)t÷‚w',_binary '\È\Â*?N( Áó`9\ÇIn\ÒùOòX)€G\È\ÃÁ‰f	','',0,'?'),(_binary '\ÚÂŠ#6øK%#f\r\È','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9@G0\Ö\éz\Ê\Ì0j^D\Ë',_binary '[¼\Üj§\á“9Á‘–\ÎBa\Î|³þû­\Ýð\â)¯>·Oa','',0,'?'),(_binary '\ÚÄ¸j\æúT„N9÷×¦Ha)','wp-content/plugins/houzez-login-register/social/google/contrib/Google_ModeratorService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_ModeratorService.php',0,_binary 'ò’°U9D’\ÌùŽð\ÖÌ',_binary 'ò’°U9D’\ÌùŽð\ÖÌ',_binary 'c\ÇX\Ê\åJÿ¾e”x QGf¤!§v¬‹V¦(\Z\'´\ãrG','',0,'?'),(_binary '\ÚÒš:ŽE\à\Ôgs\ÄÉ³¢','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œç« ]¡_Œ9\ÔjHx¯ª',_binary '\ÌÑ‚Ftj—û:[§\Â=[H\0¹[­pô(TU\nÑªßª‰','',0,'?'),(_binary '\Ú\×r\ë\ÊwÆžô¿•\Ö\Ï','wp-includes/blocks/footnotes.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/footnotes.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•J¯t©+`ì´’:\Ã',_binary 'ù2\ä*\àq\Ã-\å\ÚhtQ¾\íe³{uÀ\ÄEZ\Ü\'i','',0,'?'),(_binary '\Ú\Úlœ\á\åF\Ø&\ÇÚ\æ«','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/he.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/he.js',0,_binary 'ÿI\Z ¼˜8\Ã\Â\Î\Ê\Øh†£V',_binary 'ÿI\Z ¼˜8\Ã\Â\Î\Ê\Øh†£V',_binary 'O, \ÅoÛ¤Ú®P\Âß„\ä@Ø¢)\Ä,[ŒRh\Ò\Æ\ÕÿI','',0,'?'),(_binary '\Ú\Ý7$\ëbm u\0ªŒ•m\Ò÷','wp-content/themes/sinatra/template-parts/entry/entry-content-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-content-footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l\rm\Ä1Ü¬Cv3\ë',_binary '¦ Bøj\n 0+z‘èª\×Ox\Õ0\ß>;S¨1ñtmþ','',0,'?'),(_binary '\Ú\âo+øm÷’C4/ñ¶¶','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdBlockingRecoveryTag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdBlockingRecoveryTag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿xŒÒ€\'2o\Ç7@º',_binary '\æt£ÀWx\â\ÚK¾\ïÍ¢¶2a~C\ä\Ê\ÓTÆ³ÝšúH\Ä6K','',0,'?'),(_binary '\Ú\ãÌ­\n5\ïB…ó\î£\ß+\Õl','wp-includes/blocks/gallery/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xu\Ü\Ëcî£µL‹\Zß{Bx',_binary 'Zh‹Z,À\è!Ìœ3®\ï¿¤ºu51Ô™û\ç†\Õø\Ù_','',0,'?'),(_binary '\Ú\ã\ím*Ÿ·lš°)4\ï','wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$fú:Æ…R7gó\å2n\ÓP',_binary '\í»<Ï¿\Ïnm€ù¤¹¦<\Ü^8¸3¢·2ýùŽ','',0,'?'),(_binary '\Ú\êqØ¼‹¶\0p,ž±‹','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f\ÑÑŽqM–>Ö¤8Ê—',_binary '3H•U´ùuk\ê±KQ\Í\èË€<t_R\É2\àq^6','',0,'?'),(_binary '\Ú\ëJ«B&9:V\ÃF[À','wp-includes/js/dist/media-utils.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/media-utils.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';ô\ç»\ã\æJqÍ¶ _\é\Ü\Ç',_binary '\Ð$ß·\rxøf›j\èK9*9tÚ“\Í\î½Nv/K','',0,'?'),(_binary '\Ú\ëL,Ã¹Ô±±0†Ÿ…—÷5','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/class-redux-palette.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/class-redux-palette.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ\Å~a®x\Ó{™G\Ý!‚%',_binary '=\Zo¯¹A«þ\Ý\ïK½\à=G\æEÎ£\Ý\ÐW6®p \Ó˜','',0,'?'),(_binary '\Ú\ë¡pNe9­OˆiEX)!','wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\Çâ©‘æ“š\ìysƒy\ß\È',_binary '‰\ï@\ÏC\à]^¯‚h\Ç\Þ\æ¿\É\Üb6¨•LŽ™ªK','',0,'?'),(_binary '\ÚôŽ©ðBOùb\\¸\Þ/¡ôn','wp-content/plugins/redux-framework/redux-core/inc/fields/section/redux-section.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/section/redux-section.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&~<¦$	wþ¹¡K',_binary '¢s$\rü\éˆFe. \Â\ÂU…„rëž¼dý[ˆ)Ä¿ô','',0,'?'),(_binary '\Úô“ðC .yj\0o\ì*úf¹','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÁL\Z3`f§ŠÑ–{_z©q',_binary ' .IET°\ÚØ£µ«J#\ÕJðUk\Ã7úhy›\Ò\\û0ˆ','',0,'?'),(_binary '\Úô·t)i*õÖ¶ú	\ÔX	\æ','wp-content/themes/houzez/template-parts/listing/partials/area-size.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/area-size.php',0,_binary '´dòsa°\Íp2m¾F\ê$-\Ð',_binary '´dòsa°\Íp2m¾F\ê$-\Ð',_binary 'v\âË°®O%\ì§\ë]¡\â\ëN¶uW6Iu|Ú›¥+Fõ','',0,'?'),(_binary '\Úø»újþò“\"œ\Ùº-','wp-content/themes/houzez/framework/admin/documentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/documentation.php',0,_binary '´Üµp\n\ç’\å¹C\×ó¸\Ñ',_binary '´Üµp\n\ç’\å¹C\×ó¸\Ñ',_binary '?B\Åâ®§\ßS\Ê&;ƒ«K\Ù\ÓDWðÏNN\ë;\á,\Ìü\íx','',0,'?'),(_binary '\Úü\×w\âY\åõaö5 \É\ê/','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'cÐó¸_g\Å9”È°\Ù$F',_binary '<Ò¢“|t‹m££¸mD1‚\ÏR\å>\ìg@\êM5X*i','',0,'?'),(_binary '\Úý!§(t”ò‰<Ô¹','wp-includes/js/heartbeat.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/heartbeat.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦{kA¬\ÒUI\ï<\Ô.',_binary 'JÝ¼Â¼ ùŠ\Ð<þ	¥tZ•\ÉG\r\\ö¾Wvþ5','',0,'?'),(_binary '\Û»ü\àÙ¯\è\Ü]+\äWf','wp-content/plugins/updraftplus/includes/Google/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë+¥¥ºº3q±;y¿r±',_binary 's*\Óa¥~T˜ÐºþYTnÜŸ\îí²£ù\Í\ì\Ð\â•(\Z\á','',0,'?'),(_binary '\Û\ãŽ_\r¬JL\è#®@B\Ì\Ö','wp-admin/css/colors/midnight/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/midnight/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ]1A9\îQzÀ}\Ëð>q',_binary 'M\æt&\æ}*ñ%5\"wè†	òoû|x¨”}’!','',0,'?'),(_binary '\ÛJ²DÁ\âFJk‘#û','wp-content/themes/houzez/property-details/luxury-homes/agent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/agent.php',0,_binary 'Ž5ph›Ž){œŠ0_1¾',_binary 'Ž5ph›Ž){œŠ0_1¾',_binary '—ª\É6³†Ç”\á\n\r·¬?¥>™ŽUµË›Lf\ì–x','',0,'?'),(_binary '\ÛS\ì?5¨L\Ç!\ç	*','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºW€{\è\ê]m®	em\Ç\ÑH',_binary 'óÈ‹h?eu-üý3Æ\ÝP\r\Û)+‘\rW}\îò\Ë=—ºC','',0,'?'),(_binary '\Ûf¸\Ã+™ý\Ä-³<Ï­\Ä','wp-content/plugins/houzez-studio/admin/js/i18n/ug.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ug.js',0,_binary '{ª$ö$ƒ\ÒN\ÔVŽŸŠýº',_binary '{ª$ö$ƒ\ÒN\ÔVŽŸŠýº',_binary '9}\Åþ­- ‹<:;wÿ‹\r —^Tù\èv\ËQ¿L·‘—.','',0,'?'),(_binary '\ÛJ{B\È\Ö.|\n”ñe','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ëœ{\Ù µµŒX\í›õ¸‹',_binary '\ê0„\ÊTv…ú]\ß\Ñ\Ó\"T›&žŠQ\íÕ°¥»\Ã5Ž','',0,'?'),(_binary '\Û»oM\â\nBƒYˆhö±','wp-content/themes/houzez/img/map/marker.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/map/marker.svg',0,_binary 'ý‚”!\Ý9R„/ò)žY#\Ú',_binary 'ý‚”!\Ý9R„/ò)žY#\Ú',_binary '¾ª\î\çó‹KòR\ß\Ð\èc\Æ\È.ÿ@c¹s\ÏI…Þ§B›\Æ4','',0,'?'),(_binary '\Û§·~ -\ZŠ¦‡C‹)','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛðÂ‘^vý‚©SS7C',_binary 'An)\×\ë_p5{\ÐFi;–û\Z¾­žf«öFKQQxyšÀ•','',0,'?'),(_binary '\Û \æI\Ù_X²\Óš¼¨?','wp-admin/js/gallery.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/gallery.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V\Í\r~7x\ÂDec\ã²b¿',_binary '\ÑÐ£0¬	#\çµu\r/¡…¨L:„hJR\'š\ç\Õ9€k\Ø\Ò','',0,'?'),(_binary '\Û$\çõ)’¿1>+\Ú\rÀÜ‚','wp-content/plugins/wp-consent-api/wordpress-comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/wordpress-comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü–öTVFDÁ…\Än>ª',_binary ':egz¿˜kò\ïWGúYjH-g\â\ÚV7Ÿ\n¸0½!','',0,'?'),(_binary '\Û\'9d­‘d…h^uM','wp-content/plugins/revslider/admin/assets/js/modules/editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/modules/editor.min.js',0,_binary 'v·\Û)–\ÃŒ\ã/\Ø/ò4\ë\Ö',_binary 'v·\Û)–\ÃŒ\ã/\Ø/ò4\ë\Ö',_binary 'È°O\É\Ô\ïŠ*Z¶“£V/J~\Î\Ý|KlG‹Ä³\äŠjt\è´6','',0,'?'),(_binary '\Û.\è˜/CA\Ã\Ð\ï\0\ËÀv','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jJI¹`\r\ÇLòóüw–',_binary '»I=Q˜  ‚\ì(÷º9Î¹‡o¼p»ð/\ÊHY¬','',0,'?'),(_binary '\Û4Vús#À,\ïûQø\î','wp-includes/blocks/query-pagination/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ(ÿðƒyX\Éön	\îH\Ýf„',_binary 'DAòuJ[ù˜¢?W\å¸–\Î\Ñ.Ù\ë±oI\áo\è¸&','',0,'?'),(_binary '\Û46\ï1\Âm\Î\ÍùYR','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4øt\á\×QSDv’¾ô˜À',_binary 't!…BûŠxV\\\ÎN<ÿ»tp\Ï!SE\ÅÐ³‰–','',0,'?'),(_binary '\Û4\Èð@D\åŽj`u\è','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q\Ï(„\×H\ìs_\ÑW\\«œ<',_binary 'ô\îˆ{£¦ò‹_Nð3›	\å\Â\çõñÎ–\Úiy57Á\×','',0,'?'),(_binary '\Û6\Ü\Õ`u@-7\Ãa\á³','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯·NõkyFB\ã‹\\²Áº',_binary 'Mù\0ûC$ñ±›a\ê^Æ§––vñÇ³^eû‡¼','',0,'?'),(_binary '\Û>4ò\ÌC®-?˜ÍŠ\Òx\ã','wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_24px.svg',0,_binary 'Rÿ\ä]»\Þ\å‘(w‘Ù§n',_binary 'Rÿ\ä]»\Þ\å‘(w‘Ù§n',_binary 'e³o>»yg\\\Ê\æ‹PK¿3”4+w«e¡¡\0','',0,'?'),(_binary '\ÛC2>ªñ\Ö_y§$aN','wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-wp-dashboard-css-d1180e1ae01fd577a4c5.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-wp-dashboard-css-d1180e1ae01fd577a4c5.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm¼\ä\â]W­ /b\Ýb¹\Ê',_binary 'ö’\â\çeôš8“yLg\n˜U´¤	*1Ã©SV7Wq','',0,'?'),(_binary '\ÛP#\í0\'“›=¿U=«t!','wp-content/plugins/revslider/public/assets/svg/navigation/ic_apps_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_apps_36px.svg',0,_binary '¥\ï\è;?Áb\àXÆ¿\\\Ú\å¯',_binary '¥\ï\è;?Áb\àXÆ¿\\\Ú\å¯',_binary '3Cñ¡J;C]Q+þFn¹g»\ÆCÊ§‚©t\ã\ä','',0,'?'),(_binary '\ÛQsl#{K1\æn€™\Ç','wp-content/plugins/wp-rocket/inc/classes/Buffer/class-config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-config.php',0,_binary '5XM®hr¶\àó.\î­þ÷Å«',_binary '5XM®hr¶\àó.\î­þ÷Å«',_binary 'Zü<\é[þDQˆø_(ƒI§\Ýw•\î\å7¯½´˜“œ','',0,'?'),(_binary '\ÛUsg†â³¡Žfµ\Ò\æ','wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\ÛUÀ[\Ê\rH«ö¥$õJZ','wp-content/plugins/houzez-login-register/houzez-login-register.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/houzez-login-register.php',0,_binary 'k³\Ó5,õ*“\äµ1À˜º',_binary 'k³\Ó5,õ*“\äµ1À˜º',_binary 'EYÅ‰]9$\Ê>Ó­4©¤{x\Â_P\çBrúnƒ5','',0,'?'),(_binary '\Ûk\rN[,–\'õ	VC‘$Du','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žŠJOµ*¼ôÕ\Â',_binary '\Ü}§®ô\Z­°ñ\ÏÚ‚\ÐL\rB%©£\n\îOÀ¢2n\Z«Nó','',0,'?'),(_binary '\Ûr_.ƒ\Úûx\Å\Ã=ö|','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterBetweenFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterBetweenFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™\í\Ëñª½\Ñ\Ã\n†òùbt¬\Ë',_binary '\Ë\ì\àN\Ì(1\r]h\ÛAc3®2\æaúnA<-\\\Ñ}ƒÍ°\0','',0,'?'),(_binary '\Ûr\é½ý¹`­¨õ\ÏÏ¼‘‚','wp-content/plugins/revslider/sr6/assets/css/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/css/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\Ûv6^A\èó€A/],6\'y:','wp-admin/css/site-health.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-health.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y\ÇC[_!2\Ïj\àj\Åa',_binary '{²J\ËóKq\Ë@ñ\\oƒ\Éymr¥J¿\Ö%»8','',0,'?'),(_binary '\Ûwv \Ã!c\ÌÁBª\Ã-¤™[','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/factory.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/factory.svg',0,_binary 'Y6ò!ò,^±›\Û1HP\nP',_binary 'Y6ò!ò,^±›\Û1HP\nP',_binary '\î~\Ù\àÔ†t\ç\\IÁ«÷•\ÓQPd(\Ô4C“\ä\Z\Æ\r','',0,'?'),(_binary '\Û{;\Õ\Å*†Ó…\Èp~½\Ø\â\í','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\Û{Mq¾+™§\Ú\']¼','wp-content/plugins/revslider/public/assets/svg/notification/ic_wifi_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_wifi_24px.svg',0,_binary 'V¤=Bj2…ùgU\ÛA',_binary 'V¤=Bj2…ùgU\ÛA',_binary 'œ!7v´4\ÞV\Í>îŒ«\ÎñùA›\è‰\Û[\ÖdT3ó6|\r\0','',0,'?'),(_binary '\Û~\â\Ûÿ\Ñ\Ð\É\ß{\í¥ab5®','wp-content/themes/houzez/framework/metaboxes/posts-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/posts-metaboxes.php',0,_binary 'ƒ¬.°K\éOÀ\ÞóMM\ëG',_binary 'ƒ¬.°K\éOÀ\ÞóMM\ëG',_binary 'j½¹+òEKRrv4‚\å	Œn«SÍ£+w \Ûuø³X\Ì\Î','',0,'?'),(_binary 'Û†xD·\ÌLý\ázW#Å™M','wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç¶pP¶÷ñx\Û}\íª\Ô',_binary '|‹*\Ç\ÞZ ƒ\Ðuh@ùz;;`F˜Ã‰XCÃ’Ÿ\Ü5m','',0,'?'),(_binary 'Û†\Ëò’\á\éA+:„õÊŒ','wp-includes/Requests/library/Requests.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/library/Requests.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5NªEj\å4yx\"ð\Û$',_binary '¸P\Ï\Ç\Þþ\ì¥\05P¡^õ9*‘xG)üÖ¬Àa\íX¼Ÿ|\Ä','',0,'?'),(_binary 'ÛŠw‰\'š\î\Øõ\Ôc\Ï2mYC','wp-content/themes/houzez/framework/options/404.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/404.php',0,_binary '\Ùr™X&\È[ûH\Ü\Z‹£',_binary '\Ùr™X&\È[ûH\Ü\Z‹£',_binary 'Hq-f#–¹L	¾ÿ-¶\åóry¥Ÿ\Ìg¨?\éaY','',0,'?'),(_binary 'Û‹{S0\0\0=š1_Ø¦\rÀ5','wp-includes/js/dist/priority-queue.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/priority-queue.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8@\Å7^ÁX\Ú\Ì\îC§ñ',_binary '];±)eµnŠ<—\'G™Zo„\æ\é=Tm)†V-R¸_m','',0,'?'),(_binary 'Û‘öñœ\é*5R®Nö¼\â:2','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalVisitTimeOnSiteDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalVisitTimeOnSiteDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒt¨\'ø\n\Åz\Ì$\Ð0\Ô\Ä',_binary '\Ç\Ü>if!RAw£¨\Ö@ÏùŒ*%\"§¹³\0ûQ‹V7 º','',0,'?'),(_binary 'Û’)$”W	Š€ö\î^*T','wp-content/plugins/houzez-login-register/social/google/contrib/Google_AdsensehostService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_AdsensehostService.php',0,_binary '‹j\\\Ó$LøLk3\áW\r\r',_binary '‹j\\\Ó$LøLk3\áW\r\r',_binary '’Ma˜;(lHø\"O³Sy9\Í\ÒÞ¬\âV\Ó\éÿ\êÿ\Ã@˜','',0,'?'),(_binary 'Û–JBw…C˜¡|Môv','wp-content/plugins/wordfence/lib/Diff.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/Diff.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥5VzY³]ª#yR•\ÛJÝ®',_binary 'YÁMÁ\"z)tÏ–©‚\Ö*c‰wL\0¢‚ý‘´1w$dƒóû','',0,'?'),(_binary 'Û˜\ã\ÔdSø˜1*\ë„b\Ç\Þ\Ð','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Token.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Token.php',0,_binary '4Ÿþdtûœog„B¢µ¿÷',_binary '4Ÿþdtûœog„B¢µ¿÷',_binary '5\âB\è¾3;#¶:2j8UJ\Ð\Ïðý&†e\Ñ}g\Ðq\Þ\í\Ì','',0,'?'),(_binary 'Û™È‚\Ô\'\Ñ.·œgJ\\e','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª=N\æûaô\ÏYš{¥ ',_binary '™Š\å\íŒ)Ÿ]W°²\îÂ•|öŠi\Ån³ƒ\Ô÷\é\"Z!G','',0,'?'),(_binary 'Û››†³h‹\ÞC|h\ÂR','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListConnectionsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListConnectionsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€pyqð\ã{%¯d.«9\Ü',_binary '’5¥ûŽ;EW\Ì\ÙRðF]n\Ò{œXA­~¹Ö¼.\Æaw`','',0,'?'),(_binary 'Û¡Ž¿\ê\Æ‰œA\Ì™ Ž','wp-content/plugins/elementor/core/admin/ui/components/button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/ui/components/button.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\ä\Z>”þÀ(ÿ´”',_binary '!Œôo™G\Ùe	\0\ì±~U‚-h4BR>\ï\ì\án0Eµ¢J','',0,'?'),(_binary 'Û©^\Þ*%©A›\ÙNi™”A','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘ž‚w¶\"\ç\ÈQ3¹C›\î\\',_binary '\"T©M¢\á›oNF€GE\Ò	¨—‚+\Ý:\Ø+\Ý\Úe±£','',0,'?'),(_binary 'Û©|\ÕN™¯l¤\åA¿','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/includes/Runtime.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/includes/Runtime.php',0,_binary 'šC™ÊŸ’E;~\è‘\Îm',_binary 'šC™ÊŸ’E;~\è‘\Îm',_binary 'J³,\Í\çÿCA\ï=·\'~]5atoz-\Æ\"QÌ‚','',0,'?'),(_binary 'Ûªò\ê÷	.\æÕ¸\ß\\¾ò¯','wp-includes/js/tinymce/skins/wordpress/wp-content.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/wp-content.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üƒÁƒ`‘\ÆUn\0\rˆ´',_binary '>¥ \ä‡@\Æ:so«\î\åúX\é=¹°Kd˜\Îkuˆ{Š','',0,'?'),(_binary 'Û¬$¦+Ñ°trNx‚UB\ß?','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_24px.svg',0,_binary 'Qü™÷•âƒ½„Qö}t\ïFÁ',_binary 'Qü™÷•âƒ½„Qö}t\ïFÁ',_binary '\é\Ôõp?+R¶×˜´Fö\é\Ú\0S0Y™\è`ý¬(+','',0,'?'),(_binary 'Û­J\ÝN\Øj/±\êq´\Ì','wp-content/themes/houzez/page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/page.php',0,_binary '\âí‹»)e«ô´\ï¹B¤\Ü',_binary '\âí‹»)e«ô´\ï¹B¤\Ü',_binary 'Œý.ùWr	7X\ä\'\\}{	.l\0\Õ?qk»7T…7','',0,'?'),(_binary 'Û¯›\Å—¤2M¾—K§f²¼','wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~Á\Øö’«j\â\îÀ3I',_binary ']P\êõ\Ñ\Þ²Š2+\Çý¯1t0´ˆ[ƒpƒžE\Ò\à','',0,'?'),(_binary 'Û³Wk\ÐpD-·+†\rmüªŒ','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯z\å©\î\Õø¸\æ˜ 6‡>',_binary '­\ß@â£‚©L\ëEQññ‰(ieº–q[N|&°\ãùÃ÷','',0,'?'),(_binary 'Û¶8\â= X>7Ã“C\Z','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/WooCommerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/WooCommerce.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8d\Ð\nd\ÖNrˆñx^µ/',_binary '\Ä^ ¶û5P&¦£ñ\Ð\Ã\Øõ¡‚ó{]–óc‘­j D{…','',0,'?'),(_binary 'Û¶?\Ý\Ù>¾v¼!\Ê\ì=u','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð^sˆ~\íÇ†\nö¥-\Ñ`',_binary 'ž2û¸A\ßpr\ÕA\ä$” {Á¹s\ã\î\ä_p\Ò>“\Íf','',0,'?'),(_binary 'Û¶¸ñ}Œ~\Â:ŠÃ”g\Ì','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CachePurgingService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CachePurgingService.php',0,_binary '\Ò\íïŠ¢ý~\å÷2+b=š',_binary '\Ò\íïŠ¢ý~\å÷2+b=š',_binary '0µu·t\ZÍ¯xüþFöJj÷\Ô\Õp²˜\ï‡ü¢IM\Ç','',0,'?'),(_binary 'Û·\çð«ö½\nó¯÷/\Ï','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§\á5À=Vªó\ÖÐ¯‰³X]',_binary 'e\"»­\Ì`×Žü•K¥\\Ü™-C;\å2.t\Èl\è]¤;¨','',0,'?'),(_binary 'Û½ž)\ã\rƒr*[G\Ës','wp-content/plugins/google-site-kit/includes/Core/Util/Google_URL_Normalizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Google_URL_Normalizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð\â\él&Ž»g¯$\Ð\è\íaY',_binary 'sŸŽ\ÌQ\Û{ \Æ\ÔÚŒVh¦r›\Û8:n†m‘r\Ù\Ä|ª','',0,'?'),(_binary 'Û½¢H\Êû¹úpK|fFE','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_phone_msg_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_phone_msg_24px.svg',0,_binary '\Å%,?¦\Óý&µ‹s\áô‚\Æ',_binary '\Å%,?¦\Óý&µ‹s\áô‚\Æ',_binary 'B>½kM£bi±P:q½lBiqk\êÄ³¼ÜZ˜õd“\ê','',0,'?'),(_binary '\ÛÀ›–\à\Ò\È\Ç\Ô*).','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ConvertPlug.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ConvertPlug.php',0,_binary 'J·Z®7\Ú8“#eþ:p\Ê',_binary 'J·Z®7\Ú8“#eþ:p\Ê',_binary '÷‚Üµ\n;{\Ù\"ˆ•\Ïl¿™¸mP\Åõ\n§ª}º·C\n/D)','',0,'?'),(_binary '\Û\Ã¾x†yB\Ô\ß}ªój\Ô\È','wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-disabled.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-disabled.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c;÷\01œR\rÀMvÿ€=©',_binary 'žo¿\ÉZ\ïsY\åÑ‰sF÷¤yŠ\ßT\êg¥…S +H\å','',0,'?'),(_binary '\Û\Èrš¼ÁµØ=\ÔÔ’\é','wp-includes/images/rss.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/rss.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥°[¿(ò”°.ý”*NZ¸',_binary 'jþ(-9¿§_\Ç\ïE-#\êwe\Æ$\Ø]oÿ01©\Ïu','',0,'?'),(_binary '\Û\ÚX2WYA`\Î6^NÂ–','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/CapabilityController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/CapabilityController.php',0,_binary '2\â\Ó)\í\êu‡5\Ó\Ð5',_binary '2\â\Ó)\í\êu‡5\Ó\Ð5',_binary '„¸\â\Î]ÿSœl\ïK?/\Í8	Jvn\å7]7\ïkˆô_.','',0,'?'),(_binary '\Û\Û]`(\Øb\ì—ay´‚u ','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-imagify-subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-imagify-subscriber.php',0,_binary '$z9‹¹¥÷È‡\Ç*\ã>úˆ',_binary '$z9‹¹¥÷È‡\Ç*\ã>úˆ',_binary 'v}ùlÛ¬0.\ÙQE7\í~\îQ‰˜\Ów\Æñ\Ë<\í&&\Zg','',0,'?'),(_binary '\Û\ß\np¡ñ\ÓGnu:¢¸\Ó','wp-includes/js/colorpicker.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/colorpicker.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð\ÊV gô„²¶ùŸ-¯',_binary '…V‘w\ä\ç%©%\È: 3CQ#+g\Öô›	•–e¹}\×','',0,'?'),(_binary '\Û\áø7]\Z\Ï@,ô\Õ/TÁ','wp-content/plugins/elementor/includes/heartbeat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/heartbeat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆCÀ$ŠUFšu\å\àn\ë',_binary 'Ñ´iñŸ†:\ä\ÕW~%n\'•ACEp4z\ÞÐ³P\çbÿ\Ð','',0,'?'),(_binary '\Û\å`ž\âŠù–suõ\0t¶\îc','wp-includes/html-api/class-wp-html-unsupported-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-unsupported-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŒfÀl2¯õ€ ¸_·!',_binary '\Äx‡\\ý«•99ÿ\çþy—£¸ñ´–b¤	¡].Ý™9','',0,'?'),(_binary '\Û\æ&35Uí²”\ãSM9òx\å','wp-content/themes/houzez/template-parts/dashboard/statistics/top-countries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/top-countries.php',0,_binary 'Á™.Bû0\ì·Kû½‚\É\×x',_binary 'Á™.Bû0\ì·Kû½‚\É\×x',_binary '¥‡\r;SM-dÏ”%ÿ5y1tø¤¸\Û\â\Ã‰k\Ì\rG¼\Û','',0,'?'),(_binary '\Û\æ±?™üAŠ¡øöm¶¶šŸ','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/give.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/give.php',0,_binary '‘ðR\"]¹›‚\ÔŒ«€\Ò',_binary '‘ðR\"]¹›‚\ÔŒ«€\Ò',_binary '\"†¹\Ä—6‚i‰µ=j1óM~\Ù\ÕÆ¸“x\\4–®’','',0,'?'),(_binary '\Û\ìV iª«ƒ\n¡_\Ñ\ßý','wp-content/themes/sinatra/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×\É\Ä—u–]8“¬\ß\â',_binary ']\âUG§FFøÿdý|\ß2¯1ô4š\'½°Á\ÖUbÞ¹','',0,'?'),(_binary '\Û\í0y\Ét\çOÛ“$\Ê\ã0\Ö','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-wpforms-b35450445f9cb0eeb855.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-wpforms-b35450445f9cb0eeb855.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç]þ\åLŠ¿°¶,p\äšr',_binary '\éf+£\Éó¯¹`û\Èm!zœ¬\Ïú\Ô\ï\áµ\Èv\çxg~','',0,'?'),(_binary '\Û\í„[ø\Õ\ê\Ælz\\½\'^C','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/meta-box.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/meta-box.php',0,_binary '»&ÙƒL…S\n<±Ü¨¸‚',_binary '»&ÙƒL…S\n<±Ü¨¸‚',_binary 'OE¡eT4:óEA½\ÝRÄ±g`e³¤­ñ\ínÀ1`\ÝB','',0,'?'),(_binary '\Ûò¾.\"Œ\é²Ÿ\Úp\é','wp-content/themes/sinatra/inc/customizer/controls/info/class-sinatra-customizer-control-info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/info/class-sinatra-customizer-control-info.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gÿf%\n!’/Ñ·rXZ®',_binary '>f\0O£=\Í¦\Í|¾)eœÁôHµ\èló(7T K','',0,'?'),(_binary '\Û÷tÎ¤ü ZüCBµ','wp-content/plugins/favethemes-insights/includes/cookie.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/favethemes-insights/includes/cookie.php',0,_binary 'ú4\Å<\è#|°E\à\Øh!\Õ\Ü',_binary 'ú4\Å<\è#|°E\à\Øh!\Õ\Ü',_binary 'J¬ž~¶ZB¨‹‹cŸ‘-—Ù¿|ø_#%qN–¶7\Ô','',0,'?'),(_binary '\Û÷\Ò\ßU…8”­\çS/g”','wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðW‰*\ÆMI¨\ÎóÑ›_h',_binary '\Æ0\Ó\ë¨\nG\Z~øf\ØYþRc®£\ÝÞ˜\ãŽUÐª\"Ü¿\â','',0,'?'),(_binary '\Ü\'\Ó7a®ß¯ˆŠb','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/loader.php',0,_binary '¼‡dù£\ï¨\ÖH{D\àõ˜',_binary '¼‡dù£\ï¨\ÖH{D\àõ˜',_binary 'Ý¤\âÃ‹°O§À%\ÎO@,R\Å]\Ü\ëR=\ê5û©,\Ó~','',0,'?'),(_binary '\Üúõ\"[¯\Ì|À»‡$','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×À]~E²±*Ú“x\æzv',_binary '#Y¿•¼q~\n\×[zQÑ0§z\Â\å:Æ¸Z1\å R!','',0,'?'),(_binary '\Ü$x^ý³\î,¶Š©X\\M','wp-content/plugins/revslider/public/assets/svg/action/ic_bug_report_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_bug_report_24px.svg',0,_binary '\ï8§¹b™=\ÚW–hqM«h’',_binary '\ï8§¹b™=\ÚW–hqM«h’',_binary 'z\Zlû.Ý¹Tg•›un\ä¦f\ÐÀR·c†–\\ƒ¦\ÞV','',0,'?'),(_binary '\ÜF\èª†\ruŽD¼b7','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a\è™MG<¿?v—\'ªúD',_binary '¨Yw”\Ê1ô\Ç\Z™ %Rar¢Õ¦¿±”\Ô\Ëv\Õ\Za','',0,'?'),(_binary '\ÜÈ¼‘ØŸ\Ü\'\r`ùô\Ê\Î','wp-includes/feed-rdf.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed-rdf.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xG³7\ë%”ž \0b\Ðø\ìþ\É',_binary 'p=m=G\Ülò”h‚nh\ÒÁ¸V\Ó\å]\Ó-\Óû+1\Êa','',0,'?'),(_binary '\Üº‹Ž¼\Æ,ZŠì‚¦','wp-content/themes/twentytwentytwo/templates/single.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/single.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ñzo¸yN]É½2´¸',_binary '\0h\Ýkø›\ÚQv\Û6PŸÿr\"—¡:RF.\èm$õÏ­I','',0,'?'),(_binary '\Üóó\îÇ–\í\Éÿ¶‚o','wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—ˆ99¶u˜¿Kj¦w‰',_binary '\È	\å\ÇÿsÀød\æ8-\à®5€a \Ï*Á|\ÞD\Ê\ïi','',0,'?'),(_binary '\Ü °\Õ\'\Ö \Å\Ö\'…³½','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï¬ \Ú7”@\Ï ³l\Ê\Ô',_binary 'ClMÞ\ì\'¾aµ\n©ôœ ¢/\ÅW¢0ªº\çn¢','',0,'?'),(_binary '\Ü&\ÈR©¹€¼ñ’ï›žl€}','wp-content/plugins/houzez-studio/includes/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/index.php',0,_binary '\ï\á{J!u?}\î\çs•',_binary '\ï\á{J!u?}\î\çs•',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\Ü-`\Z\àtG-ZI‘«»\Þ~G','wp-content/plugins/bluehost-wordpress-plugin/assets/svg/bluehost-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/assets/svg/bluehost-logo.svg',0,_binary 'U%< þ1c8°b\Ñd\È',_binary 'U%< þ1c8°b\Ñd\È',_binary 'M7‰p\\\Ü\Ñ\nr­4\ï¸4Œuü®»…«5Œ\í\Ñ8ŸS„û\é','',0,'?'),(_binary '\Ü1k1seÇ¢Ò \Öy\îÿ\Þ','wp-content/plugins/wpforms-lite/includes/admin/class-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '› cCÈ¨n+\rhü…\Ä\Î',_binary '\äxT*œ\ã\É@<¥PÁ\â	A\É-&¾pÁšw\"v','',0,'?'),(_binary '\Ü2Gý?¦_\æü\\\è\Æú-B','wp-includes/canonical.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/canonical.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V¾[M±;NX{~R†\Ñ ±',_binary 'x$]­Yjý9yX)z\ì}¬t láŠ®šª&º§B8','',0,'?'),(_binary '\Ü8ÿ¬»¦ÀØ¿&!\Ü\Ý','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart06.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart06.svg',0,_binary 'lŸ\â\êa¢K@VžLv(ù',_binary 'lŸ\â\êa¢K@VžLv(ù',_binary 'Gð\ÈMñaP\ÞX5ú*-EºpM\í4P“S®eÁ>ô¯§','',0,'?'),(_binary '\Ü=n`ü=f;¥8èŽŸ÷','wp-content/plugins/google-site-kit/third-party/psr/cache/src/CacheItemPoolInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/cache/src/CacheItemPoolInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ü„¸º)\ßö‰1\É\ê­ «¾\Î',_binary '\ÓXC#¿¨U,*|\Ð_f¨þªL\ÌI†È¨3\é\Ë1\ÖÑ¬','',0,'?'),(_binary '\Ü>\ä\Ãn*p[F B: ¼','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«PÁX²H\Æ\ÃF|…fAE\ä',_binary '\ãS/¡©°…\å\Z7I\á‚xŒ=‚²»$º¶Ø¤¬\Ç\Ö','',0,'?'),(_binary '\ÜD:ÀÀ«DAŠšXC½','wp-content/themes/twentytwentyfour/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯%ÿU#$ü¦v\Ïq}³',_binary 'š\Òÿ1)Fÿ\ÄÙ£1\ì™Ú¢7|šY\Ü\îÀ\Ñm[\ä','',0,'?'),(_binary '\ÜL\é(/\Íu\n‘žªÀ—\'< ','wp-content/themes/houzez/framework/stripe-php/lib/CreditNote.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/CreditNote.php',0,_binary '>:WÓ“I÷µ|2\'ŒŠ',_binary '>:WÓ“I÷µ|2\'ŒŠ',_binary '\\_»ú\Ú&4f\Ña2ÿ:r¦\ë_ùm\ËNŠ\ÆlŸ±ñ9—','',0,'?'),(_binary '\ÜMÚ²Š\Ä>,\Ìrå„³q','wp-content/plugins/wpforms-lite/assets/images/lite-connect/wait.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/wait.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹ª}p““\Æ_0D\ê/\à',_binary 'lS\Ölûûž0_D¿š08GÂ¯Ÿjƒ\ìwv?®\à÷ö)c','',0,'?'),(_binary '\ÜR\îIV±ðxÐ·c¬ŒHo','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ServerException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ServerException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ‡s\Íxü\Äð1c—\Ù\ÉJ\Ùq',_binary '\Ä>GBþ,<\ÆcHW`@kº\Óí¼\Zñ\n\à:RØ‘¢s','',0,'?'),(_binary '\ÜS«r\ïƒq*EJ\ZA	8þ','wp-content/cache/wp-rocket/point2listing.ca/email-marketing/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/email-marketing/index-https.html',0,_binary '¶\ä&.!þžým	QWW¶',_binary '¶\ä&.!þžým	QWW¶',_binary '¦|·Œ\äQ1Ø£”E\Ê8<\Î/»\ÛûÝ¦!P\îÔ–','',0,'?'),(_binary '\ÜXÃ}Qª«m\èM\í*\È','wp-content/plugins/wordpress-seo/css/dist/edit-page-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/edit-page-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-ah²ú„-\Ú°\Þ\Ó',_binary 'º¯“\"õn&\ÓC\á‚Gp-\Â ’¢£½0Ìœ 4YCªk','',0,'?'),(_binary '\ÜYjbHu¦NV9ÂªR\Íñ&','wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y\àŽ-E€\ÒDf-[pº1',_binary '\ëóy\×\ÆÖ¦«M\r”*\r:ÎœûÖ´d\Èw\Êñ:ß® ','',0,'?'),(_binary '\ÜY\çØ±\Ø\r-ñ³(','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_50_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_50_24px.svg',0,_binary 'W\ïýt¨\ÌK…b@\äB\Î',_binary 'W\ïýt¨\ÌK…b@\äB\Î',_binary '\Ï|Ža\Âðfi\ß\Òµ\'Wú\ãŠ\Ñ×§’U©Sú‰4\Â\é\Ñ','',0,'?'),(_binary '\Ü[¾z£œDh\Û<\Ùùô‰¢','wp-content/plugins/revslider/public/assets/svg/maps/ic_person_pin_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_person_pin_24px.svg',0,_binary '-N0|\íóžÿ’Vn\"\æ',_binary '-N0|\íóžÿ’Vn\"\æ',_binary '¥\Æ=*—Á¹¬÷/\êgÙƒµ\r¦\0—®g\ïZ]%´¥\Ë\â','',0,'?'),(_binary '\Ü^b»¬º)s«\è!;{\ï\Ï','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Residence.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Residence.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆJ\à0Tž…Ÿ›\é\ßF1ž	',_binary '”~—\Ðb\\¿¬þE\Ò\Î\ì¼2ÀR¶\îŽaÎ«\Õ-Ò}‹r:','',0,'?'),(_binary '\Üyù>E¿\ëT=¯mR\ä','wp-content/themes/sinatra/inc/customizer/controls/typography/typography.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/typography/typography.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÃšûLª(–7\Ã(n+9\Ý',_binary '\\3€(¿’¶¸Ád‘‹eøÁ$šõð&\ã@D^@-_dF~','',0,'?'),(_binary '\Ü}\É7›\nŒ\àUH]3B\ÚB','wp-content/plugins/updraftplus/images/other-plugins/aios.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/other-plugins/aios.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦N\à¤øR·É±\ÎÓ‘‘\Ñ',_binary '†’Y(_/‰s0¨õ\Ï\ì\í`}\í;˜\È6ž­&É¼wü','',0,'?'),(_binary '\Ü~¹Àÿ\ä‘\ß\Û?ù/º','wp-content/plugins/revslider/public/assets/svg/av/ic_movie_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_movie_24px.svg',0,_binary '–|>¥ö\Æed:»\Í\ØU',_binary '–|>¥ö\Æed:»\Í\ØU',_binary 'œ\ìX\Üc\Ì\Zª™3‹ø\ãV.½M(­”\Ä\å9rL¾”i','',0,'?'),(_binary '\Ü>k Pk\\1\èü­\Þ','wp-content/plugins/wpforms-lite/assets/js/admin/form-embed-wizard.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/form-embed-wizard.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä8®ªôCŸ{€¤\rw\Ze',_binary '5\Äó—ñ‰dØ‡ôWQ¦N\á#\ÂV\\S\Ì]yA\Öz·“Ò™\Z','',0,'?'),(_binary 'Ü‚&:²¡/\0\"_HF¼_','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³w|Z—…\ÎT•s>YÕ \è',_binary '´8¶\à×¾9ø\ÑÀ\ÊM\àj¨\èq÷\àjzZ)Ày\èH','',0,'?'),(_binary 'Ü‡\Ì6£nl\Æ‚K¶;mc±','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/SamplingMetadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/SamplingMetadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù¬j[¯˜drª\Ûa\\O',_binary '\"\ë\ã\ÆJOEVf19t$±4þˆ¼ƒ‚7@¦M\îð—°‹b£<','',0,'?'),(_binary 'Ü‘K\âÝ“\à¥\É\Ð%eP¾^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g³}\Ùhšk9ñyb©(W',_binary '¥ú\Ù\ZD“üQ\à^‹ý\\¡–£\ì9›£;\Û7v¢\çF\Ë','',0,'?'),(_binary 'Üš™‹Œ¿ø(c¹¶¸¼¾','wp-content/plugins/houzez-theme-functionality/shortcodes/agents.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/agents.php',0,_binary '…jö\Ï\ÔÚ³û‘P{n¼Å­',_binary '…jö\Ï\ÔÚ³û‘P{n¼Å­',_binary '\Â+}§È¡\ä4›w‰9´ž£DO¨¢ñŸ\à*y','',0,'?'),(_binary 'Ü¡\è\Ë\ÌB\Ô\Ô\Å\×ß§¡\Ð','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PsrHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PsrHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\'“Fdÿ\"Ù¦oOY*S|',_binary '‘^sW\Ôù\í3æ¿‡\Ïr?³©Ÿ—°&[\êp\íü^‘‚)“','',0,'?'),(_binary 'Ü²IÁ: ¶\åoÐª÷\"ò','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6´½qHºjz\è»`†',_binary '#p}Î‘ò£¼\ÊZøcÖ•nM.\Ñÿ9\Ó\r¥ý\Æ.2\ìm','',0,'?'),(_binary 'Ü·pÄ°s\Û\â{1Ó¯T^¢','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Customer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Customer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[Yµtit.Ê¿\Ün4\Äf',_binary 'V’5bñ\ÒÃ²_¿bo¹JZ\ï|vß¦¹»·EJ','',0,'?'),(_binary 'Üº!ABòÀ•^\É\Í-Žº	','wp-content/plugins/elementor/assets/js/element-manager-admin.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/element-manager-admin.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%nK·8Š\ÌDs=\ÐX',_binary 'R\ã6½q”¸¢¶Nj‘g™\ÇLp³A{\ÏÁ/eKIW\0','',0,'?'),(_binary '\ÜÁ}ºI8\àÐ¨5¾èž¹\È\Ó','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceListResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceListResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\ÜV\ã&§Øˆ\ê—\ß_¬\â',_binary '.\ìL\'ŽK‹­Ë\Øh-wo„s!Z¢B«>\î\Ï','',0,'?'),(_binary '\Ü\Æ\ã|ôƒ,™\è_W\í\è¡','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_3_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_3_bar_24px.svg',0,_binary '1´¡¹ò\ÞCŒ¼§\Å\É',_binary '1´¡¹ò\ÞCŒ¼§\Å\É',_binary '¼\âV\â\Ý\Ôõ\Æ+õûb(\ìÁ§°8‚L%®\ì‘\Ém\nI','',0,'?'),(_binary '\Ü\Çy\rW?\Ðýw\Zg½ ','wp-content/plugins/one-click-demo-import/assets/demo-content/testimonials-page.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/testimonials-page.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\ßoùB©\"-Ç‘\è­\ã',_binary 'wòIô¶=ÿÁ\å€\ÙE™i‚\É$Pß‚1dšv5)\Ò','',0,'?'),(_binary '\Ü\É1J\ß\rô{S\'7	','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CoverPhoto.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CoverPhoto.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðñ…ƒ1phùÐŸ°±\àV',_binary 'û·ø(»\ÑÁVtx\ç¨\Êb\È$d\Ð:)¯!Hj¯9','',0,'?'),(_binary '\Ü\Ì\ä.\ÜU\Û	ý¯Y\ä\ä=','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾h„Á³`‰·ÁœV“Af',_binary '<‰\\žGò\Ì;1#½Àk©L´—Ã \Ãƒ(Öƒ','',0,'?'),(_binary '\Ü\ÎTÐ¾ÀR§Ÿ²\'\ï´{','wp-content/plugins/wordfence/lib/wfPersistenceController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfPersistenceController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø%\ë\âkyŠži\ÕMO*',_binary 'ò¢\ïÿ«\ì\ÏX(¾30\r\n\å\ï\nPEžÌ „› Ž9\àöª\È','',0,'?'),(_binary '\Ü\ÐŠ\0\Ô;ü[\Ô\×EX','wp-content/plugins/houzez-studio/admin/js/i18n/ru.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ru.js',0,_binary ' \Þ«aÿÏ·€ 	\n¡nõa',_binary ' \Þ«aÿÏ·€ 	\n¡nõa',_binary '<\Ì\ïõƒEðtU\Ò\Ë=Sßš:48h3\ì\ãCö ¯ef','',0,'?'),(_binary '\Ü\ÔD\é\äõl)\ïûþ4-0†','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò\'œ\\/º¼	v\îô½',_binary '¶5>@þ)nÁ*\È]u¼ˆ–Ùµ£ˆb\Ì©9v/™','',0,'?'),(_binary '\Ü\Ô\ÏZC\ÓiT5g?\ïfô/','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}4 (‚˜Ži-9Fÿ\äðm',_binary '£¯‚º*ò&A\í¤Æ¢\Ý\í¾ó§8Pû\Z¯ø£&’','',0,'?'),(_binary '\Ü\Ø\Ä\Üx-¾g¥~cš9ªÀ','wp-content/plugins/insert-headers-and-footers/build/admin-bar.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin-bar.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\ZŒÞ¯)Mx§”TO)',_binary '‘b6$öù©ôŸ€ L—Ÿ\ìÙºv˜¦Pzxü\í\Ã5ƒ\ä','',0,'?'),(_binary '\Ü\Ùp …U&hº_³>Sz','wp-content/plugins/revslider/public/assets/svg/image/ic_tune_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_tune_24px.svg',0,_binary '\Ól]\n%çŒ m°Wg.',_binary '\Ól]\n%çŒ m°Wg.',_binary '\ÑUøòš{Óš\êDŒ\éò¡)2\æbŠ\Ý-À:Ïœò','',0,'?'),(_binary '\Ü\ÚóÚ›\Ê)$«,ò·V','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j\â\Æ8ùÅ‹g‡\Øûg#',_binary 'Z´9\×\Ä¨Þ‡9\î²\ßñða®g]·›Vvúb‘n','',0,'?'),(_binary '\Ü\Ü0ø:\á\ë‚\ïð	E^_','wp-content/plugins/houzez-studio/public/partials/favethemes-studio-public-display.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/public/partials/favethemes-studio-public-display.php',0,_binary '\ë)“vü\î-‹^½,8(ÀJ',_binary '\ë)“vü\î-‹^½,8(ÀJ',_binary 'c/¸SÃŸ\"\ntÓ±¯ÎŸÃ´¹þ”/½\Ì\ÚtE\Ö','',0,'?'),(_binary '\Ü\ÜÍµtG£——\â­²x]E','wp-content/plugins/revslider/public/assets/svg/image/ic_blur_on_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_blur_on_24px.svg',0,_binary 'Æ¹ur®”ÿd\Û{dfšN',_binary 'Æ¹ur®”ÿd\Û{dfšN',_binary 's§\æ ôg\åh—Ÿû«\Þ[km¥4CqT\ì\ÔúB\Ã','',0,'?'),(_binary '\Ü\éÕ»Zml•\î4ôË®U','wp-includes/images/smilies/simple-smile.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/simple-smile.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éK²\Ï{Â…Ž±f²w—h',_binary 'ô´?Y©ag\\<yƒ\ÃÁ³€0\01\äƒ\Â8½3‡¾H¤g','',0,'?'),(_binary '\Ü\í\rüØ¸üB^mô¢±b>','wp-content/plugins/houzez-login-register/social/google/service/Google_BatchRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/service/Google_BatchRequest.php',0,_binary '<_•¹ŽÑ¤£þ,\Å\ÏH\é¶',_binary '<_•¹ŽÑ¤£þ,\Å\ÏH\é¶',_binary '\è~ûþý°B4&¯Œkšœòž»ma7viaÂ°_gŽc','',0,'?'),(_binary '\Üò\Ãf\Ú=rQý÷\ê','wp-content/plugins/elementor/assets/js/app-packages.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app-packages.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ó·ƒg\Z\ÄK4Û³„6\"Hr',_binary 'ŽDˆ[\Û9d\Û9ÿ5	‘sÁ\Z]v\ç\æ,­\é\ßN\ß\Í','',0,'?'),(_binary '\Üüñ\à¨	\Ðh¬Cð@H»‡ó','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ProductData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ProductData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›»Àh\Âa\Ì\Ò}Fû\èº\ä',_binary '†#r\ÚFÀè¦¼\Ñaº3‹‡\Ø\âôD¦b/\Ïw¸Œ\"•','',0,'?'),(_binary '\Ý¥r\æq(ò–ø5j9[€','wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder/admin-builder-lite.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder/admin-builder-lite.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\Ñ;´„iŸ¾\0iŠ@\×HUw',_binary '79\Ä÷Mi¥§?8†XrRˆhS\rÀW\êÿ©0·5‘P%','',0,'?'),(_binary '\Ý\Û0ƒ\àª\ï±\Z/1¢\Ò~','wp-includes/blocks/query-pagination/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µHÈž]y¢d`R<',_binary '›Ï­F\Å\à‚K±^®\á	B\íÒ¯\ÅBn‚5“\Ý','',0,'?'),(_binary '\Ýº\r\0FJ\È\ä–B\á\Þe\ç','wp-login.php','/home1/arxacomm/public_html/point2listingcanada/wp-login.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'UÑ›\Ëwºˆj%Š@‰^böw',_binary 'Ì°”\\û=é•/\ìôdL¦¥\rkýT—’–[À','',0,'?'),(_binary '\Ý×µ(õ\éœ‚K\ÛB\í\Ø','wp-includes/js/codemirror/fakejshint.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/fakejshint.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\Èv÷,ROlx]J\')K',_binary '\Í\í‘-6ó$$¨;²™Ž}ptO§4]2¶€Ð¢R\ã5Ö¡','',0,'?'),(_binary '\Ý;$‡¥…‚NL\è\íÏ˜i','wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings/integrations-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings/integrations-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™\Üqo“YU–\ÆX÷`Œ',_binary '…¥³@\Ú[Š]3€h+o\02\Ú\Í9ý\Ë\ìüi\r5\Þ9–','',0,'?'),(_binary '\Ý¨A\àõ0\'jú”ðX','wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-\î\Ý\\aý˜s¼÷ý',_binary 'N˜4\Å|R6¨‚\Å)@wŒ7\Íï¾ž€bGn±','',0,'?'),(_binary '\ÝË½‚Sðƒj«8\×\Ño\Ê','wp-content/plugins/redux-framework/sample/sections/additional-types/date-time-picker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/additional-types/date-time-picker.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Óf ¤!\"ˆ]}…b§õk',_binary 's»ñ]\ë¦Ll\Òo½­9ñ\Zh\í\Æ\ÔLsU \ëöWt','',0,'?'),(_binary '\ÝDŽg|U°MŠ9\àD$¢\Ô','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces/Arrayable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces/Arrayable.php',0,_binary '|Ïœn?©ˆ\Æ\Ø\ÞK\å$³\ß',_binary '|Ïœn?©ˆ\Æ\Ø\ÞK\å$³\ß',_binary 'g—\ív&#\çS¨J¦²Á\ØU\"\ãqÿ§ú(\é”\Ê‡','',0,'?'),(_binary '\Ý&?\Û|¢\ÃA„ùi\Ùd\ØT\Õ','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/AppIdentityCredentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/AppIdentityCredentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')ƒ,\é¡uJ0q>ûh#¢',_binary '\à\ÏQ>PmR«Pž€.HÀÈŽ®µ÷Ï¡}Ë‡m\Ù\é\ãŽ\ì','',0,'?'),(_binary '\Ý&?\åü¸ÁYþ?N\Ã\Ý2','wp-content/themes/houzez/property-details/partials/share.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/share.php',0,_binary 'imJ7~cý\ÔH\ì&;',_binary 'imJ7~cý\ÔH\ì&;',_binary 'Í©E÷*®>f|®©*\Ã!²\é\ï7\0ˆà­›ap\åM','',0,'?'),(_binary '\Ý/+‰÷¥«mr\ì±ˆ\ç','wp-content/plugins/elementor/core/breakpoints/breakpoint.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/breakpoints/breakpoint.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'æ œ„Á4+*\Z_u;{\Ö',_binary '©I/sµ8Ö½ _y¾«¼–Ÿ\á\áª\á\r»Õµ','',0,'?'),(_binary '\Ý3\r£>YL¬™‰jrf·~\Ø','wp-content/themes/yith-wonder/assets/fonts/Jost-Italic-VariableFont_wght.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Jost-Italic-VariableFont_wght.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠS¢+	~\ÑýE®',_binary ' ¶\'‹˜“º\Ò¥\îPÂš®ž\Z/‘cŠ\Ìì•‰ü«<','',0,'?'),(_binary '\Ý5 <Ø]Ôš\éù\æ>\Ëu¶','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³I}\Ûb\ä\Æ~ LMQ\Ø',_binary 'WVŠXH‡¥\ÉWŸ¯r’ rt(¡\è\à<b¾)','',0,'?'),(_binary '\Ý9OXR\ãýhaÀ2\îD„','wp-content/plugins/wordpress-seo/admin/views/redirects.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/redirects.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à\ë	\Â \Ñ\Ö\ZŒŒh\Ê',_binary '‹¼~\ÇtŽ?ùždjÒ”\Çù.\â$W\Ö\ÇUBce\êB(\äH','',0,'?'),(_binary '\Ý=XÂ©a\â‰\"ÿm2\î\×ô	','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataRetentionSettings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataRetentionSettings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$:£y \ÄÛ®rekøŽM¸',_binary '·°\ç´v©\nä³ˆù‚f\×d”B \ä°l;\Ú>\ë™	[§\è­','',0,'?'),(_binary '\ÝA6f™\Ï\ë&ý#Yþ\Û*','wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle7HttpHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle7HttpHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë4ô\Ûõ2Q‰\ègžDÄ™\Ç\ã',_binary 'O\n\ÊL\âMn}\æôTZ\\%«ÿ«*úÙ•W‚ôRZ','',0,'?'),(_binary '\ÝF\à÷dŸ«\Â.Ä»\ëø','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php',0,_binary '}ü4y\é+š=Â“*\Úòþˆ',_binary '}ü4y\é+š=Â“*\Úòþˆ',_binary 'pM”€øu•97¹„\Êq_\á?°nš¦0“R8\îcnq}§(','',0,'?'),(_binary '\ÝJ2½°\äñ¹<\\ø8Z¾%','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c“G–<Óˆ¹Þ¼\Ì/\Ö',_binary 'É¼}\æ6Ny­(\ÏG”÷+ún\"û¾+\á8P\ç','',0,'?'),(_binary '\ÝJ0\Ïõ§\Éj Yg\Úh£','wp-includes/js/tinymce/plugins/lists/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/lists/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2´8¾·:s–¥w¼9\çJ£',_binary ')bò#4\æ”e¬¾*\Ø9(™°=ôQE£e0|1û¦\à\ný','',0,'?'),(_binary '\ÝK\ä\\À\0~:¿gQ\â7~[','wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_left_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_left_36px.svg',0,_binary '*_c\Êû6aÑ«[«oq7',_binary '*_c\Êû6aÑ«[«oq7',_binary 'Mþ5XhõD\Ó\ß\Òd?tYþê¥\×÷¼b2ù:|1J.\Â','',0,'?'),(_binary '\ÝTòo\Ä+¢V­´\\&','wp-content/plugins/google-site-kit/includes/Modules/PageSpeed_Insights.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/PageSpeed_Insights.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm•ù°A¬¯\Íb¶\ÛD',_binary 's\ílS\ßyUöt2>P·GT\Ñdµ›‹ˆ\Å4&£¾H\Ä^','',0,'?'),(_binary '\Ý[6»5€„+\È	\án9\ä','wp-admin/images/sort.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/sort.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û ²¬ \í½*¢ ª’\Ú\Ï3',_binary 'vP„„-~«x’µO\"	’\Ç\Ð\Ù\áþ;€\é','',0,'?'),(_binary '\Ý[KxB}¤W2\Þ|»\ã ','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«™©‡+z1\Ü\á\Õ!\ã h\Ú',_binary '¾ª\íRk˜°Z?1h\Ð«fU\Äy5D4\îP1\'ƒõ6©','',0,'?'),(_binary '\Ý`Œ\ãL\\3-iš_3³S\r­','wp-includes/blocks/code/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hú©\è\í•h\èw>¶¨\ÆC§\×',_binary '#\Õ0cœ”Š\ákúS\ævÜ¾l÷´•n\ëlJ€7ü°','',0,'?'),(_binary '\Ýc+%Ló4j+—g9,s‘­','wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢bnÙ‚\Ð\È\í1%KŽ',_binary '\çf2\ÈÝH\È.öLFU¦Ž\Û}<\Î\Ð-´s\Â¸\É','',0,'?'),(_binary '\Ýf…\ãyŽü¬Ä§—*!','wp-admin/js/nav-menu.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/nav-menu.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"ú˜¹’Ð³€É¥–õ*',_binary '/\ë¸\Ö/\è£u=…‹,°#3¬3\Çä¬º\ÔC\á‚}','',0,'?'),(_binary '\Ýgÿ£\à†’ÇŸ\Ä2÷î¸','wp-content/themes/houzez/woocommerce/single-product.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/single-product.php',0,_binary '\n\ÉH\ã\äUJ\Ñ~\äI¦•b',_binary '\n\ÉH\ã\äUJ\Ñ~\äI¦•b',_binary 'ó}<þ©\îW/\Í\ÇJA›\ãyÚ®v/1›|JŒù','',0,'?'),(_binary '\Ýh\ìEa¾»ú†Vq\Õ g','wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C\ÛD\ÇÛ‰^wDQ´7\Ô',_binary '6ˆ\ZzµK¤™Dg‡cúi¾\ÙC\åp\Ôo¨4:Q§d','',0,'?'),(_binary '\ÝiN\Ó\"jšW†<©¦ÿ\Å','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_activity_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_activity_24px.svg',0,_binary '\à?½z/OT¡ˆZ±F‘',_binary '\à?½z/OT¡ˆZ±F‘',_binary '\'\á\ëA\Ý\ï¿ø$\0M$6%Oxh\Ç=¹NYU§\Ñê… Ò¸','',0,'?'),(_binary '\Ýof\ï™ð\ä¨Aÿ\î×(','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nJ!^\r„Y^\Ë&\é©[c\áþ',_binary 'Î$—ök†[‚o®B÷LZ@h\ÌaWÂ†Tò\Ìe‘\Ç','',0,'?'),(_binary '\ÝxŒ\àÑµ|¯›	5˜’\ìN','wp-content/plugins/revslider/public/assets/svg/action/ic_description_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_description_24px.svg',0,_binary 'd¯–\Î16cb\Þþš\êy]',_binary 'd¯–\Î16cb\Þþš\êy]',_binary 'Ÿ3 ¼Þ„ÁÚš\í\ãqB\ÉD“ýoLõ¹7ø0\îP\Ìs','',0,'?'),(_binary 'Ý…-\'‚£I\ä‹Q\ËÞˆ9³','wp-content/themes/houzez/framework/options/map.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/map.php',0,_binary 'o\n\í½\È\Í@\Ú\Öu\åc òm',_binary 'o\n\í½\È\Í@\Ú\Öu\åc òm',_binary '}\nWð¼d˜ÂŠMg*g/\Þ/”\Õ4.\r–Ý½\ê¡î†¨','',0,'?'),(_binary 'Ý‡À\é\0­G/†=>:l\Â','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'‡d2Á\Å\î\Ç×›‹Œ\0\Â',_binary 'Ü®=;:f.7 \ê\Åw\n²®Ã·Ái\á\ä­\çÿÇ´#a','',0,'?'),(_binary 'ÝŠ\êC\ny\Z\Î*p1Rt^©','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AccountLinkService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AccountLinkService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦fxIr ÿk¬ˆSD÷\"',_binary '46\Øs¡T\r\Ç\è\ËiôS…2x<Aó\'ú:uq0/C','',0,'?'),(_binary 'ÝŒV\á[€É†ø\ß\Çc©üQ\é','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LighthouseCategoryV5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LighthouseCategoryV5.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­ÁüõR0\ä\Õ\Õ\êg{\ã\é‘',_binary 'M\Ý\Òaùµ|€CûC`B|k2\ã¾Sv²^˜H\ê\Ë','',0,'?'),(_binary 'Ý’#]8Ÿ\Æ\ê‘ð¶\Î#!\ê','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_all_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_all_24px.svg',0,_binary 'd²‘@Å‘\n\Æòb·ªð\ï2¹',_binary 'd²‘@Å‘\n\Æòb·ªð\ï2¹',_binary 'y€	e	MÿŽti\Ù[x€S\ã\ë\Ç.õŽ$.3\'p\ÚF','',0,'?'),(_binary 'Ý–¼\'\Ö\"|3\â_™t|©ö','wp-includes/class-wp-term.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-term.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0tv\Å’e·\ÇÁi/Ÿ :‘',_binary '£\Ü\Ü\à\ÆV\Ò\ÜGk¦<\Ð|<P\ïSŸ	5\×I\áž\ß_\è\Û','',0,'?'),(_binary 'Ýœ{ÏŽ\Ânü4¹¨H,Ðœ','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-360-virtual.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-360-virtual.php',0,_binary 'y\ZŒ\r‚½µ’\ï\×q¼¿J£§',_binary 'y\ZŒ\r‚½µ’\ï\×q¼¿J£§',_binary '¨•‡O?ôgÿ<FÊŒ	’Qå‹’\ær\Ë#;ó\\‚e','',0,'?'),(_binary 'Ý¢ .€©al\rÄ—xULƒi','wp-content/plugins/elementor/modules/home/transformations/filter-condition-introduction-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/filter-condition-introduction-meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÖK	£þo›\'F±‰Ÿ',_binary '[ŽIˆU/*ˆv8i@\'\Û?WõGqžc\Ìq p>&>õ','',0,'?'),(_binary 'Ý­[ÉŒ\å\Ñ|ó˜6	²','wp-content/themes/houzez/template-parts/search/fields/geolocation-shortcode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/geolocation-shortcode.php',0,_binary 'öp\á¯Q:K&&\Ý||ÔŒ',_binary 'öp\á¯Q:K&&\Ý||ÔŒ',_binary 'EO.b\á\r@tL\ËHnö¼\Û™BÿW\Þ!\åz÷\ÕÝ‰','',0,'?'),(_binary 'Ý®\Ã¬*Mltú\Òô~','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character01.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character01.svg',0,_binary '\×U¨ž«¦:J„þ†V¦Àh\î',_binary '\×U¨ž«¦:J„þ†V¦Àh\î',_binary 'ˆ\ÇR>\ÕSŠ@>\èDeTC \é`\ÏO¶Gy¢þW÷{ü\Ï','',0,'?'),(_binary 'Ý±·*x‘\Ù7+C½“É\Ì','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôA+(\á{ð!\í¶',_binary '<7Á+¹¶nžX\ÝM\"À£… Á­d¤¼þ\Ò\0=\ÕAó€nw','',0,'?'),(_binary 'Ý²¼©g\Ë>:\Å[tQ¯V','wp-includes/blocks/query-title/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-title/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9Š-m†Cl-ÿ\â¿h',_binary '\Ði\É)!n\Òle#\Õ\Ôü\äaniq\Êla\n\ÑOÿX','',0,'?'),(_binary 'Ýµ¿iK#¬\è\ÃB]•¨','wp-includes/blocks/term-description/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/term-description/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð2\îç’Œ\äoF™`@_\Ð',_binary 'X¢øH)e¼?J\×\ÒWy\î2ö¡\r\Ïkq‘üL•ô\ï\ç‡K-7','',0,'?'),(_binary 'Ý¶žp/pˆ\ä&,ô','wp-content/plugins/insert-headers-and-footers/build/admin.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%Ï[IH·‘\í<¢øð',_binary 'ô\Úi\à\Îh\ín¹ò#¤ôFs›@ž\ïC4ô2\Ê_\ß','',0,'?'),(_binary 'Ý¸]d˜)w0\ÛT‰j\é°','wp-content/plugins/wp-consent-api/package.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/package.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾z¬(\ä‹^\ÍHir·‡ó¨',_binary 'GZ\ê(\Z––•Šˆ%U©NF¸€V¡•:³A¤œ\ÂW','',0,'?'),(_binary 'Ý¸º\ì¼Y\éK\ãC~ö','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure.svg',0,_binary '¥XjfE*#\êÀ\åŒ[',_binary '¥XjfE*#\êÀ\åŒ[',_binary '$\áKU\n\È»}w`\ç\Ô\"Rp#\ç%>\Æ6$¬B\Ñ*=ÇŽð','',0,'?'),(_binary 'Ý½‘Gªù#…\êX-—*8+','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a+\Â\'Gµ*[²”‘ŽÙ™\Ú\ç',_binary '¾N¿\è\Ã \Ú!\é\"K \0¬\n½P»\Î\ã\ã\×M¡\Ð','',0,'?'),(_binary '\Ý\É\ÔH\Ñ\Âuû,±±','wp-content/plugins/elementor/tsconfig.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/tsconfig.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uð”m\îNŒ¸ý›[ÿÇ·',_binary '\Ì\ÊD53sòåœ#\ëö\nñôƒX\Ð[\Þ\Ü\Øû|Q','',0,'?'),(_binary '\Ý\É\Ñ\î8:&v¯[\É_ƒ)','wp-content/plugins/elementor/core/settings/page/model.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/page/model.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@f7&’c~Ÿ†gñóZ´',_binary '}(+²P£=üº(:u3\Ó0öôi¯¯Ÿ®”*ú¦','',0,'?'),(_binary '\Ý\Ë\n0=¾=Q´\ØL„²','wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-list.php',0,_binary '7\â.\Í\Æ&¬ODü¤OZX',_binary '7\â.\Í\Æ&¬ODü¤OZX',_binary '\è+<\Ü\Úk‡A¾\Ã,…­d\î\ÑIÀ<gZŽœ.…NŠ\ÑÚ˜v','',0,'?'),(_binary '\ÝÐ–Y$b+\Ö\á»\Ñ©i','wp-content/plugins/elementor/modules/history/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/history/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\Z\ËÄ‰(‘4jc5T',_binary '©LI‰ [J\0.mˆ9\n‘¾‹™_£­_\æ$\Ç:\"\Õ;µý','',0,'?'),(_binary '\Ý\Ñû\Â4\Ò÷´—°òƒ','wp-includes/blocks/media-text/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Å¾[[\èrú»éž‘ªa\\\ÝL',_binary '\ìð\ÇT5™lOVB\ßKKhû\É$ˆ\ÓAÑ—8\â=%]\ï ','',0,'?'),(_binary '\Ý\Ó\0‰…b2µ1?®»ô:','wp-includes/js/dist/core-commands.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/core-commands.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&Ž\rø\ÇVQA„\êF¨küv',_binary '\Ç\ÃZŸ\Ò\Éøÿxy1¬K1\ê=¥!fPÆ¤I|ð¬\ÜGI','',0,'?'),(_binary '\Ý\×!z\à\ÉH›\àT¹Û°·','wp-includes/js/dist/router.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/router.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0+{—6\Òú%z\Æ\ê£\Ã',_binary 'øb@¬\ØÉ«`,\"5Bfû\êE\rý\ÇS½úi\ã#1­\ïAB','',0,'?'),(_binary '\ÝÞ“\ÑC³Mp6¹“Yz”º','wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êŠ\\\Þñe¬Qÿz~F\ÃÁ£',_binary '\n7\r•‰› µÀ •ž–ñöÄº\'öc5i+ƒŽ¸Hö','',0,'?'),(_binary '\Ý\æˆ\'˜\Ä|?˜\Â>û\í£','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ¦÷L\ÕòaDJ„?ûƒZÿ”',_binary 'ˆ»‹…=F=„=…<øø_%ˆ=§\ÙM?\áª\Ý\Ü\Þ\çu/','',0,'?'),(_binary '\Ý\ïñ\Å|\Ågm\à$2\Øõ#·','wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Processor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Processor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë\Í\ï\Ì\Ü\â¤u£Û¨F¤‹…',_binary 'õ™_‹Ò¹N¬)\Äs±\ÆP\î‚ÛV~f¾mo4°<#\è(œ','',0,'?'),(_binary '\ÝöÔ²\ê\Ý\r¹Ê²		ò: ù','wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/class-redux-js-button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/class-redux-js-button.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å0/\Ã\ç\0`žœ)Ž›=\à\Ø',_binary '\î‹8\Æl\à/\ïa*¼ô—\Î\Â .òtTr‘,','',0,'?'),(_binary '\Ýú`ÿ€4ù\Ð#v\íg¶¥','wp-content/plugins/revslider/public/assets/svg/image/ic_leak_remove_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_leak_remove_24px.svg',0,_binary '¥.$‰³Î—~¡\ì[u—J\Õ$',_binary '¥.$‰³Î—~¡\ì[u—J\Õ$',_binary 'y1b\Z3*\ÇW?DC\à§\Ý\Ø\Åx¤qATÈ¡2¹Dœ÷','',0,'?'),(_binary '\Þü\Í\ÄjJ%COx0\Úe\É','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€A‡4(Ì¤\ãEò¹ÿ(ú‚',_binary 'ñÁ_k~ \âf\írA \ÛpŒtô6\í§8œ\×<™U¬G','',0,'?'),(_binary '\Þù\à2\È;,—t=D^]','wp-content/plugins/elementor/core/isolation/plugin-status-adapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/isolation/plugin-status-adapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\¿\Ð1•5ôG}ÒX',_binary 'M \ä½lù›l‚\ÈjaW«žš\ZðùWG¢–ÂŽ\Zý’{9','',0,'?'),(_binary '\Þ	ÿ¼‰F¼\Ý\ä\Ý\ÊE¼¯)','wp-includes/blocks/comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')ûN`<J\ØO	´«dÜe\å',_binary '\rä…‡\ÍSy„\'nŒ’NM»|if	¢~j1ø\0Ë­•›©\n','',0,'?'),(_binary '\Þ?Ó¹ih<¢N™Z‰j','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/en.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/en.js',0,_binary 'Æ\Ø&\ÔÊ›®0	™JŒoC&',_binary 'Æ\Ø&\ÔÊ›®0	™JŒoC&',_binary '\ä_µg\'¼4™$	5\rŠ\ÐÐ¥\Ê]\éºOZP‚Td','',0,'?'),(_binary '\ÞiGlW£À‹”\ä\á\í¶A$','wp-content/themes/houzez/js/my-test-with-favourite.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/my-test-with-favourite.js',0,_binary '*{w\Ë?g‚bQ…Ü„«CJœ',_binary '*{w\Ë?g‚bQ…Ü„«CJœ',_binary '4Ÿ\åžÊ‘´o®9$¾«\äM\Ý|7\á\è\ì2Sb4Á„x\Ù\çù','',0,'?'),(_binary '\ÞHCý™¶\âô\Ð)ªC\Í','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\êy\ë\ÚKÁ\æ\n\Èuˆ@\Ðx',_binary 'AÝ¶ºÝ;_|s\ÏÈ¤4\Í\Ô_\×)zµaK\ÇQ¾Ee!©º','',0,'?'),(_binary '\Þp«Õ­^\ß@#\àÔ’','wp-content/plugins/wordfence/views/scanner/scan-progress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-progress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b·1{\ê	@õmŸ90',_binary '\ïKª\ÊM$®\ã)+SCQF 1qZ\éTv`\í»r','',0,'?'),(_binary '\ÞH\âŸex\åþ¤¥\É\Ø','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/All.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/All.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àE\éº\â÷öJ@\îAb</l',_binary '²ò`œQ†\çŒPö\0Ž¢I:–ä¹¹\ßa÷%\r#1Š','',0,'?'),(_binary '\Þ(‹X\Ý»oœ}\é\Ðt‘\0R','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S{–†\ì@ÿ\ÆX\åþ',_binary '\á\Ê6\ÜtT\ÜI\êRZeŠ;[?jU\âra¿u#ŠP—\ÚX\0\Æ','',0,'?'),(_binary '\Þ*QH<Í¸š!\ÂG	œ¡f','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-woocommerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-woocommerce.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^J˜y˜ul\\\\g!d',_binary 'u\Ó1\è\0÷\Ä%•f‡¯)\È\è¸lÀ\ë\çº<¢GKó~','',0,'?'),(_binary '\Þ/`R0v z#\âÀ3‹\Ñ','wp-content/themes/houzez/js/vendors/i18n/defaults-pt_BR.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pt_BR.js.map',0,_binary '¯\"M—ZJ^­³IeÉƒ\å\é',_binary '¯\"M—ZJ^­³IeÉƒ\å\é',_binary '\ÞhÄƒòQ,Šª\ÌTW†\\jh\ÓZŠš/.€8n6~','',0,'?'),(_binary '\Þ/\î*NW¤ \â\ï‘“P','wp-content/plugins/elementor/assets/css/frontend-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨~Pƒ\ëq¯ŠL\çkm\Þ\à¥',_binary '£)¾~-f-\ã_¬ñ’†Ü¯¶\ÝN\è’\Èz‘”þf9\Ãn','',0,'?'),(_binary '\Þ/ûG\Ø™ª±õj{\"','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PivotHeader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PivotHeader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êM\ë‚v\Û\ÎvØ¨&-\'',_binary '3b»H-Ž\ÖA€ŒqØ „\Ôc\'Yf¤Û‹W5Ìš\é°','',0,'?'),(_binary '\Þ2¯jƒº\êU\Û3\í\n','wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/class-redux-color-palette.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/class-redux-color-palette.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«\ÂŒ#‹¸–gŒ<]¶',_binary ')O–!\Ë.ž=\ß)\Ä.f\\\Ë(¢Uœ—Jœ\Æ\Æz\Þ]','',0,'?'),(_binary '\Þ3^\ë\ËPMŸY˜\æ\íHˆD\Ø','wp-includes/js/tinymce/skins/wordpress/images/video.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/video.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÐÂ¶÷ B©=\rz»ƒ3jÁ',_binary '¡ˆÁi‚\Í\ÄI/=´M¾MXž:M\æA\Õpv\Ü\r\Å','',0,'?'),(_binary '\Þ4ú#vºž\Ó+\Õ’a','wp-content/plugins/houzez-login-register/social/Facebook/FacebookResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FacebookResponse.php',0,_binary 'œ$O,oO\Ãù\âö®óžtT',_binary 'œ$O,oO\Ãù\âö®óžtT',_binary 'þ¾Š­¾\ÚZ\n=\"\Å_<rrQ\æ\Ôf\rÀ5µøˆ²','',0,'?'),(_binary '\Þ5f„´ ¼\éoÞ®\ç','wp-admin/includes/class-wp-privacy-policy-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-privacy-policy-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[B\Çº£n\nþ\Ý\ê˜A',_binary 'M\à\âP>PöÍµ\ÖKŽjN?\í3úù??ˆt*¹\à‡9œe','',0,'?'),(_binary '\Þ6i+ˆ¹y‘/SfB~ª5','wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js.map',0,_binary '‚	\î÷\Æ`Iö/A\Ôr',_binary '‚	\î÷\Æ`Iö/A\Ôr',_binary 'Ð¶7\\J:\æ7^‚¦§+I¹³ü›K wŠƒÀ9þ”\ÌV','',0,'?'),(_binary '\Þ:\Òöÿ¥¦ô%\í¤ze2','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ZT\ËKŸr\ï!Yp\ê¹+',_binary 'g3¼òòF:PA\ÔEóf5»@¬\ä`1I«)\Ö\ä3¿µ','',0,'?'),(_binary '\Þ@6$C^þYeŠyo\08','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Query.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Query.php',0,_binary '\à)\á6<ªýi7k#\ïO&¨',_binary '\à)\á6<ªýi7k#\ïO&¨',_binary ';¦a:|‹€\åP\Õ\Ü[´\n|Ð‹£„µõx¼\éYK¼','',0,'?'),(_binary '\ÞB6Dª—~\ÑK½o9’d\Ã\á','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Preview.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Preview.php',0,_binary 'a\ÜXÙ‹V\ÂÙ£Qÿ~…Á',_binary 'a\ÜXÙ‹V\ÂÙ£Qÿ~…Á',_binary 'ò,A\Òó\ßú½r¾\ËVk°Ë½Œ¹‹M@_ŸfÃ¨j8g°','',0,'?'),(_binary '\ÞI\Ë[5¯\ëF\Ñ?=†\Ë','wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[W\â\è§kg\êA\0õá³¨5',_binary 'kl!³­°=R°˜Ž\Ì\"¾Noý\Èu\Z\Øi\Ú:Z’•','',0,'?'),(_binary '\ÞJ\ï[…wZ1Š\Ë\ç\è\ÉYÏ™','wp-content/plugins/elementor/assets/js/accordion.c16b88b2e8a0c50189bc.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/accordion.c16b88b2e8a0c50189bc.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ¡wR1`†\ÚBñ¬bŒ%©',_binary '{^‡¯fõZ\'mñ\ív%\â*¯I\âˆ8‘µø$&¿','',0,'?'),(_binary '\ÞMLr=‰TŽÀ,€ÁOS','wp-content/plugins/google-site-kit/includes/Core/Prompts/Dismissed_Prompts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Prompts/Dismissed_Prompts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡\ìnß™—\Î	?\Ìd\Z\è\Ð\ï',_binary '‹A…ŒD¨XjkZ\à´f\Ò[$ú¶0/\Û!\áVY¤T­','',0,'?'),(_binary '\ÞN\Ä\\ü|ó`*·,)@4','wp-includes/images/xit-2x.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/xit-2x.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œÓ\Æu:@4\r…\â\Åz<5\È',_binary '¨S\r\Î}@½~Q÷:€Scµ±§\ê*d+\åZ\Î_¾{¬R','',0,'?'),(_binary '\ÞN\Ø>móð8‰\n„Ö','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart20.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart20.svg',0,_binary '³=¦&Nþ£1\ÝÝ³II',_binary '³=¦&Nþ£1\ÝÝ³II',_binary '¼¢­C›^\íi3}ýYú[©¦È˜…|\Ûÿ-u`÷µ','',0,'?'),(_binary '\ÞO\ç\Íp+~ó\Óm4KN\n','wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\€•\ì\ï\nŸƒ\è5L',_binary ';w¸õ)\Æ\Éb#Hž5\é\ÒP\îö/ñ\Ð°Ép€•‰E','',0,'?'),(_binary '\ÞQ…\\ˆ\Ê‚²Eòö','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e\n\Ã’¢ûŽP¯w÷øòÐ',_binary 'õò!G…š°Ž&†x\è\ÂN\ÒY¦ \ìÁ§Y}dI›ˆ\ç„','',0,'?'),(_binary '\ÞX+Štl\ßûôp›/\Ô/2','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Áy\Ó<sžÀU\Ä\Ú4(\Û\ç',_binary 'DT\Zƒ|ºŽ•õO0&\ÐöHMI\Ò^+o *¤Š4\ÃT-\Ä','',0,'?'),(_binary '\ÞXr¼¼/D÷}ñeB\Ä0K','wp-includes/css/dist/patterns/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/patterns/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9\ÇdÉ„c?\è*M¸>¦—d',_binary '!K|k\ÖW®›Ð¹6\Äw³\åo„3¶”\'\ÛG›¥\å&°\Å','',0,'?'),(_binary '\Þ]=—\r6‰ý\ç€5þ\ç','wp-content/plugins/updraftplus/vendor/composer/autoload_real.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/autoload_real.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü©ûz‘ôË®·AWÜ´	',_binary 'òo%.¡Š¦Ä¥Pž•Xó y}÷~6\ëŽ\æfRC\Õ\á','',0,'?'),(_binary '\Þ^\Æ\Èþm\ËPvJ¡m\Ø%','wp-content/plugins/houzez-theme-functionality/elementor/widgets/search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/search.php',0,_binary 'N-	—=‡ö¼e^\Ì\ê\Ð\r',_binary 'N-	—=‡ö¼e^\Ì\ê\Ð\r',_binary '§\à…oø+µ÷„Œ¢W\å\0B!b\ïr@R¿Ás\Ù>FeFd','',0,'?'),(_binary '\Þb\Ô|\È?Áˆ~,‚G3','wp-content/plugins/elementor/assets/js/packages/query/query.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/query/query.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–§:¹Ç­\ËNÅž\ÓÀ\Út¹',_binary '\Ëõ90bŒñ•„—÷î„£V//³Mhû\ÌþFq†˜…½¸§o','',0,'?'),(_binary '\Þe`÷&h€\Äq¨!$\Å','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á7=Šq\ÚÑ¢\ÂØ¤–tC',_binary '\ç\"\ÓP€	t/ \ÉVGÝ¹\Ör(#„\É\"âž—h.ûG\ë','',0,'?'),(_binary '\Þif\ÂZ\Ð;0úÞŠ¶\ÍZ','wp-content/themes/sinatra/inc/compatibility/back-compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/back-compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ)ÿ¼ˆwLU¶\Ë[\Ç\Í\Æs',_binary '4–\â´ö«o\Ú(K\â’ý“å££OýË§¼¥','',0,'?'),(_binary 'ÞˆûÓ“ˆHAI8\êXý\Ñ','wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T«8j$P£\äq`(¨\Õ+Qÿ',_binary '\ÉH‹\Ãüüi´28OD‡rN\Ø\0 ‡k\ÄA\ÄeW\Ö\Òmš','',0,'?'),(_binary 'ÞŽa©Ý´ôM$WŠR!ú0','wp-content/themes/sinatra/inc/customizer/controls/toggle/class-sinatra-customizer-control-toggle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/toggle/class-sinatra-customizer-control-toggle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VYü-l0›· y·o„xø',_binary '\Ýônx\Í_:3Zs\Øqˆ°J•\én*¹òÁËœ\Ã\Ó','',0,'?'),(_binary 'Þ‘o\Ñ!.žµo –;ßŸS0','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/bootstrap.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't‡ÖŠqÚ©€‚ýŸ‡\Ý?½',_binary '\îo\Ä\ÊÍŒP\ä3•\ZJõy­\ÃÜ¼­\ì`o\0|¤\ã=','',0,'?'),(_binary 'Þ’¶?IñÎ©i%úýg\ÆyÁ','wp-content/plugins/wordfence/lib/menu_dashboard_options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åx\Ô\ÐU\Ò\éº\Ãe\æúÒµS',_binary 'Hˆ¦þ#Ý‚yf¾ö¨6A˜ŠU(714ªJŠ2\Ù','',0,'?'),(_binary 'Þ˜7`4jL\Û@oH]?#','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AccountSessionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AccountSessionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú1QH³ \ËU^J7`þœ\Ö',_binary '\ë+l~úr_*´dEò‰¢°þ˜Î˜¥Z—Jj\Òø\ím','',0,'?'),(_binary 'Þš\íê§­\Þß…\"gÑ<Nr','wp-includes/blocks/text-columns/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ñ\ë\ïwò\å`}\ÞNû\nºþX',_binary '¬t!\ï\ãþlŽ`¯|*µ^…«\Ù0»	\Ýl$C§»ò;‡\í','',0,'?'),(_binary 'Þ›©‡¡wxýˆ˜H÷','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertZoneResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertZoneResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3¥wK™ô°\æ+\Æ|Q°\â¡',_binary '…‡\ÚO:»úp\áR^\'¨¼†Å±S\ä\ê(\0TT[\Ù}ió’À','',0,'?'),(_binary 'Þ \Æq«\Ç¡\ÈD\Ä„\äb,','wp-includes/blocks/paragraph/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"a\'	b+µ0Ô™Â«¶\ìžO',_binary '©¯\Å\ÍÁ(w ½“mÂ¤\ÅbÁ\Z:‘—ƒ7\í=§1\Í\è','',0,'?'),(_binary 'Þ¢\Å 9d£ò„d\í¨\Ä','wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/formselector-legacy.es5.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/formselector-legacy.es5.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×ý§H¨Ši\×Wm‹ö\Ò0',_binary '§\Ð?±vû\Ïœ\Ôr­Vc5´\'\Þ\âc‹s\Ä\Ã','',0,'?'),(_binary 'Þ¥¾Bt\éQ9cZÀ‡p*,','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/testimonials-bg.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/testimonials-bg.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ãk•ˆQŒ\ìx .eX',_binary ',\r!,X»#U‡	-¹Z\ï¾\Ô=Ôø\ÞÿûM\Ï-\É0\\¤','',0,'?'),(_binary 'Þ¥\í\ã\ÔbÇ†\ÖÁ\í‰\é\0‚|','wp-content/plugins/revslider/public/assets/svg/communication/ic_email_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_email_24px.svg',0,_binary '1v):®Î¢Xgóu‰Œ0',_binary '1v):®Î¢Xgóu‰Œ0',_binary 'ô^#Ã›\ãwzú½\éªs‹ý\În{\ÂÑ¬\",-°i\Ýi´','',0,'?'),(_binary 'Þ¨¢z+BÁC´‚\á-šœ','wp-content/plugins/wordpress-seo/js/dist/addon-installation.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/addon-installation.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	\Ø\Êc\Â\áñWœ>e»…z',_binary 'Y\ÔO1±n_c\Ät,ž¤ö\Õ¾\Ú]¯_\Ö\ÆózÆ·s¸','',0,'?'),(_binary 'Þªlnð\à*€þ7¼(','wp-content/themes/yith-wonder/inc/register-block-variations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/register-block-variations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡QŠR\íG?+h¼²`òÞ›',_binary 'Zþ—¬´ªNù\î\è\ë\ÚQ\ï\Þ\ë\Ë EM\á\'«Ÿ\Ôom\ê','',0,'?'),(_binary 'Þªÿ%‹\Õð%-¦‰\Å\à\Â…','wp-content/plugins/wordpress-seo/images/alert-info-icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/alert-info-icon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B,\è§\ìÁóIµ÷ŽkÁE0°',_binary '¨f‹/“#O4˜˜ùÛµQ˜svv»+½ºù&#\Ñ','',0,'?'),(_binary 'Þ·µ\âH³ñòôÓšc','wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿\ÏÞ¾Àã€¨:\Ï\ç~1',_binary ' \'?\r= ªõl™«5À‹¾“\Ã$X\Ñû&¤üô¯\Ý','',0,'?'),(_binary '\ÞÀ9¶\Þ\Åõ.~W\çð','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/sunrise/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/sunrise/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\ÞÁ,ûô´\Ñ\Ë\çXhò9>','wp-content/themes/houzez/framework/stripe-php/lib/BillingPortal/Configuration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/BillingPortal/Configuration.php',0,_binary 'ƒRG¨\àz7\'\à&\ÈnSB',_binary 'ƒRG¨\àz7\'\à&\ÈnSB',_binary '¶Pj\"BWß¨-¨L\'ò\ÏÁ­†w	P 6¯º…Ø‡Q','',0,'?'),(_binary '\Þ\ÄP€ü¶€¤Ü½\ZRl\Ë\é','wp-content/plugins/redux-framework/ReduxCore/core/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/core/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\Þ\Äû8ó¤NBÁ\éøH\04','wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_24px.svg',0,_binary '\Üü\ì\'‘\ëµ\Ô!.L|*±',_binary '\Üü\ì\'‘\ëµ\Ô!.L|*±',_binary 'Ô¹?e\\À­\rHÈ”#\Ï\Þ\×\Øk!v™j­^z+','',0,'?'),(_binary '\Þ\ÓòCæ‰‘1\Î\Ê\çÌ·N¨','wp-content/plugins/elementor/assets/js/app-packages.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app-packages.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n™»´s\È\Ï:cO¾\É\Üúh',_binary '\é\Øð¨¹X`?\×	DT¨óV¯õ)\rHp\çT€cFÒ»','',0,'?'),(_binary '\Þ\Ôý\ãS7PŸr§ƒ€¹ƒ·','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pound.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pound.svg',0,_binary '\Òrf\ät›~XjH¢\Í\Æ\æ',_binary '\Òrf\ät›~XjH¢\Í\Æ\æ',_binary '`c/”@6.¥úñ»tù\Ú\É!Z_\r\ÆºtvZÿ\à','',0,'?'),(_binary '\Þ\Ö #Ÿ[­¿–µ‹yA]','wp-content/plugins/wpforms-lite/assets/js/admin/pages/form-templates.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/pages/form-templates.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó\Ìo‹~\ì|{H\Þðk\×\íu',_binary '\ÇG¿\Zg’Ã¡>’’hQ#\Íþ° CD³‹…F\ì?7œ‹','',0,'?'),(_binary '\Þ\Ù?\âQ÷¯OI\ì8W¨Lþ','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/wp-color-picker-alpha/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/wp-color-picker-alpha/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾0·p}\ÍPÁ\Åü¤\åy\ëŠ',_binary '5\'\ße„Ž=\ç€#¦3B\ãnN%dÉ¸«ZŸs«]^­\è—','',0,'?'),(_binary '\Þ\Þzô{P\\%ýe‘Ü®\á\"','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹d\\¿@\äœdyoLñq!',_binary 'ùAn\Þÿ­‡–Piø7G+aM¤\î\Í^$$•¥:o','',0,'?'),(_binary '\ÞÞ‹³­”1Fóø\ë\Ûa“','wp-content/plugins/wordfence/lib/wfArray.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfArray.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜§\ÂršzTªG‰\ë~SJ­D',_binary '8sn¢b¹AÞº \Ù.¼›\Îr\ì0z©„!ñ÷\àN<€sA','',0,'?'),(_binary '\Þ\âW`k\ÍF”\ÐH\ìJ\î‡t','wp-content/plugins/revslider/public/assets/svg/av/ic_subscriptions_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_subscriptions_24px.svg',0,_binary '+^\ËG\0‹w\é\Ì)T€’]',_binary '+^\ËG\0‹w\é\Ì)T€’]',_binary ']‘\Â\×=\Û	m©¹Á0w¢\ß8Iz\î3€\æŒô \Ðb','',0,'?'),(_binary '\Þ\ã,\Öt4ºvbxm\Õ\Ã','wp-content/themes/houzez/template-parts/search/fields/currency.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/currency.php',0,_binary '@0\Ã\Ã\Ó\Âfp\ÚH€ðYðx',_binary '@0\Ã\Ã\Ó\Âfp\ÚH€ðYðx',_binary 'RÌ¹\naóUú‘hdÁ\ß:£¡ô·þ\àCð`C','',0,'?'),(_binary '\Þ\é\'g!Ž:–H™\î),¾','wp-includes/SimplePie/XML/Declaration/Parser.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/XML/Declaration/Parser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùO,@\ÜÀÛº¦aõ	Î”\Ë',_binary '¾\ëim\ÍQöq+’¿\r¨£:§Po§«ü\Ð\Z*þ®†Œ\å','',0,'?'),(_binary '\Þ\êñOÀL\Ñ*ï´™C°œ÷','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/range.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/range.js',0,_binary '\Þi\àùÉ¹.\æg_¿ÑŒI¤',_binary '\Þi\àùÉ¹.\æg_¿ÑŒI¤',_binary '¿\"o¨õh¥½­Ÿ~wi˜V5¢S°¨‚x”\Ì\"iu\Í','',0,'?'),(_binary '\Þ÷Ü–ŸÆ­¡rg-š4ú^','wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–}GO‹ü›JH\n\Ò\Ûöb¦',_binary 'M)Ÿ\ã¢ZB?\ä>\àE\èL5\î—†\ÊøBPN\Ñot@','',0,'?'),(_binary '\Þø„‹gH”ž\ì‚lce¬','wp-content/plugins/insert-headers-and-footers/admin/images/icon-wpforms.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/icon-wpforms.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãBt•pq\è\é\Ù\à¿\è¦_',_binary 'ø!<T#/Ž¹þp\\\ï½°\Özc›wöôšbÙ²','',0,'?'),(_binary '\Þø\Ù\Ç6…w\Õ\ïÿÏ¥Ñ«\Þ','wp-content/plugins/wp-rocket/inc/Engine/Admin/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/ServiceProvider.php',0,_binary 'ò•hvkQ=«cA+…Ó¬)',_binary 'ò•hvkQ=«cA+…Ó¬)',_binary '÷\ãT\ïþÁ\è¤\"(\Ð-e¤Œ9v\Ùyud	\n','',0,'?'),(_binary '\ÞûŸ­«Ó±×–PŸ/b5°~','wp-content/plugins/redux-framework/redux-core/inc/fields/info/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/info/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\ßCZ[}\Ë\"\r\íjú4\Ô','wp-includes/js/dist/vendor/regenerator-runtime.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/regenerator-runtime.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý~ò\äsz\Ítý\r\ÍÃµ\ã',_binary 'Ÿ‰(\Ï$°›\È9‡˜˜\Öt‰L¿£\Çre\ë¥ò\Ö_X','',0,'?'),(_binary '\ß\nk•Y\á¿…\Æul‹¥\ß\ß','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…#ª °YžlõŽ	Z1¡–',_binary '\å©#ök/\ËÊ°\×aw\Ê\áE*;v«\Êõ\ß\ì[#óŸ','',0,'?'),(_binary '\ß\n\Âr\à\"\èÁL0\çŠ{C»\ï','wp-content/plugins/wordfence/css/diff.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/diff.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ü€g	­ú	™$’˜‹`róQ',_binary 'À\Ü$µ\ÌhEJ^54<$žÓ­Yc\Ã\×\áÂ’\Þ&','',0,'?'),(_binary '\ß\nñ\âk}‹\r²ô\'FÔª','wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï\Èÿ\Å\×A‹K\ì\0„sû',_binary 'Žyø\ÆÒ \ÅøUU@ùm\Ç\Â\Üÿ\Æ \Ür „’5r','',0,'?'),(_binary '\ßu¹’¥J•°\ëŽ,Fq\á','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{­±\0,µ\æ\'û½ªgUÆ‰\Õ',_binary 'TtJø\ê5i>xªuü\áHþ\æf{ú|\ÌkGõ±X','',0,'?'),(_binary '\ß\à\ÒÁ\"‰»–¾\Íc)j\Û\"','wp-includes/js/wplink.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wplink.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wOFy”k\ÃU\ï	\ëü\æ\Î',_binary '\Z\Ô\Ï7¬µ|\Ð\â2}ø¶\ÐÁ!²Z4\â<ÄŠ¼\ÜqUö','',0,'?'),(_binary '\ß;\ë‹Z\nu\â\n«:´þ…','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\ì÷“:R\Þ\ë\Ì \ÈòWD',_binary 'nTM\Z»™¬*º8f­\ãp\áà¤„¯…nvK\"\Í\Ñ/ú','',0,'?'),(_binary '\ß\à\Ñ[²a;.ª@±°ŒªC','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ8ò <¦†‘\ÄcKo¥[ý',_binary '`)r V“Tl\ç0„ŒU%9(\Òý½…ª¡y\á\Õ{\Å<','',0,'?'),(_binary '\ßI\Íú\Ý\"”+ô\ÅÁ','wp-content/plugins/revslider/includes/navigation.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/navigation.class.php',0,_binary '¶g\ÐFø#¡KFiÚ±\ç˜',_binary '¶g\ÐFø#¡KFiÚ±\ç˜',_binary '…G,\ËZ\'U\Ô\"Q.½P™d\Ë#~¬‘:¸ž*§_«','',0,'?'),(_binary '\ß‡\íQœzk\Úð\"G','wp-content/themes/houzez/js/houzez-instant-page.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/houzez-instant-page.js',0,_binary '\Z;\èE[”¢™z:G/\ëB',_binary '\Z;\èE[”¢™z:G/\ëB',_binary '«(\ÙNTÃ”`UË\çc‘‡¶L{\Ôe®e\ê\Ò\n}h','',0,'?'),(_binary '\ßo‰!¶”~)§¢Š\Ü{p','wp-content/themes/houzez/template-parts/realtors/agency/listing-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/listing-tabs.php',0,_binary 'Š³b)K\ßw\\üø\æ‚q',_binary 'Š³b)K\ßw\\üø\æ‚q',_binary 'SO`:Ý”GÞ‹}jM¶¥k\Ì5,\Þ\Úk\ÑµÚ¶=–','',0,'?'),(_binary '\ß#«­k]R#Î‘‡nöD','wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\ß\'»\è6\Ô\ØÃ¤±‚`I¯','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v6.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v6.php',0,_binary '\Õm\å\ïNB£N\"A¹¯\åU”',_binary '\Õm\å\ïNB£N\"A¹¯\åU”',_binary ')¥š\×?Ôù\ÜQ\á\Ý<NóŠ\Èû9™]\Íc\Ü\"\æ\âþ','',0,'?'),(_binary '\ß-\Õ<tN¶8Z\Ðý5¥B','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/select2.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/select2.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á\æ\îžD:ú„\æŽ\Â%“b',_binary '\ÄÄ”\ÛÆ·¤‘ˆy\ç1¡ÿ?\nL1\r\×\\úylQÊ¬ª¢t','',0,'?'),(_binary '\ß-\ßx€Qš¨û`š+%','wp-content/themes/sinatra/inc/customizer/controls/class-sinatra-customizer-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/class-sinatra-customizer-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©•Æ™¨}MÄ¾¦°#',_binary 'Š˜\ì2Ž}LW7\Ä@\ä[E:\í1z\n±KYý*K&—)¬','',0,'?'),(_binary '\ß4_£¼	\Ý|u\â{\Â\Ðw','wp-content/cache/min/1/72f71aa4043cf87bf04ca7996cbca6de.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/72f71aa4043cf87bf04ca7996cbca6de.js',0,_binary 'kø\âªP²©¾\Ã`¬\×\\',_binary 'kø\âªP²©¾\Ã`¬\×\\',_binary 'ow¥KNfkpÁº®\à=Azu;u«T\ïûh\Ì\Â=>','',0,'?'),(_binary '\ß6<c\ë\Òò)®ù!c®','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7\Ïb‚—\ÈK-\äŸ\ßUvk',_binary 'ÁI\í\ÃfWˆ÷¢\ã¨\ÄðV”§™”§÷BA\Ê	\0\àzZ:ÁK','',0,'?'),(_binary '\ß<V+Še«‡¾ž-—v’Œ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/single-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/single-image.php',0,_binary '\Ö\Í&\ÚZ\Øu{/®Ž^)s\ë',_binary '\Ö\Í&\ÚZ\Øu{/®Ž^)s\ë',_binary 'ú´\Ë\Û\ÔòP*”ðRY\n2\ÌÑ¥\ç¾8\ã…ú–\ï\à4Õ•','',0,'?'),(_binary '\ß=@\\ðJpQóm\\†À6','wp-admin/includes/class-wp-upgrader-skin.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-upgrader-skin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬”.Q+ó\î>\Â;_\é4q',_binary 'F\rE&\Ëxõ(k¾&Í•°m\Øk\Òix\Ñ{&.Àœq<','',0,'?'),(_binary '\ß?§¯\çý3m\Õ|›€|”œ','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/CustomerSubscriptionCreated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/CustomerSubscriptionCreated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·Q\áù¸Î‘\èAŸ9\à',_binary 'Ï¥ò\â—2CaÜŽ!<¸\\œ#j»=«lP\ãJ\îkò’\Ü','',0,'?'),(_binary '\ßG\r/ªD‹g°\Ü\äŒ\Õ\Ô\Ó','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/SyntaxErrorException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/SyntaxErrorException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªj3j,N\ÓÜº³¶L\í',_binary 'T†\ïž2\Ñ\Æ*yn­·\'’m-/4Àj,sª›‘\ÔkWŸø','',0,'?'),(_binary '\ßL#¦¹\à\âa³‰W ñ','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º\å:n¯ztµµ¯\Ã\à',_binary '$4¹g\á¿\Û:ÿ\Ç\×A*\Û\äñ\á\é¨y\Ê^µm=º2++–','',0,'?'),(_binary '\ßLB¡\0˜ÄN~\Z\rÝ·','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/CustomDimension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/CustomDimension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DI\\\Óý;3!¹zõs',_binary 'R\ršPª­V\Ëb)ô5\Û\ãq¯ªIý´S\å2\Û8e#V','',0,'?'),(_binary '\ßNlÜ•K¹­\\\Ò^\Îô\Äðø','wp-content/plugins/revslider/admin/includes/newsletter.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/newsletter.class.php',0,_binary '‚¼SŠ]8\É4>n™\ßA',_binary '‚¼SŠ]8\É4>n™\ßA',_binary 'Þ€4¤Ø¨Ó¥»Œ;óòñ1p(D\ÝÑ¢?¶º­ª','',0,'?'),(_binary '\ßOö¬ü‹\ß\ÏN¨jT”ki','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_bn_BD.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_bn_BD.js',0,_binary '=W\ê/|\âcK\Ìxôg',_binary '=W\ê/|\âcK\Ìxôg',_binary '­Sz²®€}‡m<\æ˜j\î\â±¨\ß\É…_b\Ë€','',0,'?'),(_binary '\ßY’\Ñ?…)f€\Ãö','wp-content/plugins/wp-rocket/inc/Addon/Sucuri/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Sucuri/Subscriber.php',0,_binary '¥’þ4\Èn…\â’I¡µœtw‡',_binary '¥’þ4\Èn…\â’I¡µœtw‡',_binary '\Ì\êH÷\á?T¯bV\Û\ß4š€8){ŸL2}¢8þQ\á8\é','',0,'?'),(_binary '\ß_E\ÇeBµ…-@ôò\é÷ø,','wp-content/plugins/revslider/public/assets/svg/image/ic_camera_alt_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_camera_alt_24px.svg',0,_binary 'O‘\Þ\Ð\ßa6•Y©%øµ‘\ÏC',_binary 'O‘\Þ\Ð\ßa6•Y©%øµ‘\ÏC',_binary 'l6\èê€\Ù].\årŒ\ßûC“\Þ‹°·\rµ;E¥À…','',0,'?'),(_binary '\ß`>š\É\Ã\Õ\ìÂ—ÿ†\ïI@v','wp-content/plugins/wordpress-seo/css/dist/modal-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/modal-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾a‰šGh\Û\à;»eSÉ®',_binary 'Î%:|\Ã\ãa)Î‘oºÿ\äþ;G>¼CG\Êù“È»U\Ãÿ','',0,'?'),(_binary '\ßap\í†,\ë\í¬emj\Ñ\â¬','wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/UsageTracking.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/UsageTracking.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½1$¥\ägeYŽ\Õkµ—',_binary ':üÈµ\Ò$m¼n«›X-\ÛÃŸE1ÎŸz¦±D£\ä','',0,'?'),(_binary '\ßbP\ng0\ê;\Ç%ð\ï˜','wp-content/plugins/wpforms-lite/assets/js/admin/share/admin-utils.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/admin-utils.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒF\'9=\\Õ¸³(\×0',_binary '\êi[¹+“N}`–\äá—“\å!J‰\Ó}d\Í\î\áF 8\àö','',0,'?'),(_binary '\ßbz“/›ƒTº7aHy','wp-includes/js/mediaelement/mejs-controls.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mejs-controls.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð„š^yq+\áS%\ã\í¸y',_binary '‹½®\Ò\Ó\Ïhó…©¯A3Lš:¾\î\'1÷ê \Â\\\è','',0,'?'),(_binary '\ßc\Ù\Ëvê²š_–J¸','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôzµ±«\Úò~Yž;Š°/',_binary '<\åþó\å.\Þ\rIm-°Qk\r¿¥\r \æ\\£~©¤?¸Ry}','',0,'?'),(_binary '\ßjH¦©Ÿ«üÍ \ï\á&(³','wp-content/plugins/insert-headers-and-footers/admin/images/icon-search-replace-wpcode.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/icon-search-replace-wpcode.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øþñ½¦T\Å\Éù÷Qg¹\àô',_binary '‹C¢1sR˜m•ul©g[B]qs¼ó}wa\ÆÁ«CQ\Ò','',0,'?'),(_binary '\ßlPvf·À€±N¥öÁÿ','wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php',0,_binary '«\Ìx<)°#\ï!)@\æ$·',_binary '«\Ìx<)°#\ï!)@\æ$·',_binary '˜#\ßõ\ZxòqóY&!ó\Âu>lõ\Ã]\×i^\Ôpˆšô\Ýq\'','',0,'?'),(_binary '\ßo\äö÷7þ«x\rõ\ß\Ã\Ññ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/RestApi/FacebookController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/RestApi/FacebookController.php',0,_binary 'ô²\Å„_ÐŒr!{|r\Ï\ê\'',_binary 'ô²\Å„_ÐŒr!{|r\Ï\ê\'',_binary 'ð8‰ \Þk85R³\0Ê¸Bù\Û\èy‹\ØxŸE¤\År\Ò\Z','',0,'?'),(_binary '\ßp\"?™^\íM,\åùc¬\Û$','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ar.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ar.min.js',0,_binary '5\ÒkO–\ãû*ô5\ÇÀó',_binary '5\ÒkO–\ãû*ô5\ÇÀó',_binary '•½Ê—­\Âc·R\ä÷-ÿ\Évö_½}{Ÿ*R¼¤!','',0,'?'),(_binary '\ßp\Æ\ÑÁ\ä.\àQ$P… Jð','wp-content/plugins/google-site-kit/includes/Core/Util/Feature_Flags.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Feature_Flags.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù\Úl\ãh\ê¶­÷»jy\åx',_binary '„[VŠ(+\Íq2s\ØY4\ÔbSŒioM/®\ÊGKÒ“%.\ã','',0,'?'),(_binary '\ßq‚ùœŠ%Å±“ m+','wp-admin/css/colors/light/colors-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/light/colors-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â\ã;/IŠò™3\â_\rZ=',_binary '\Zˆ£\ÙÎ²%Uÿ¿\Ýý‚Kˆýš_\ZpÔ‚úa\0\Ûu','',0,'?'),(_binary '\ßxù\Ú%º}„HzL‰ŽN','wp-content/plugins/wpforms-lite/assets/css/logger.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/logger.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-£\Ê\áÀ \à\ÔT\åòc:',_binary '9\íÝ¯\àj›™y\Ò53wý-Li\Ø$ô\ãºM’\\Àr§\Ïß¹','',0,'?'),(_binary '\ßz#›>\Ûl\ä±ñR\Ó\å”f','wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"úšJÉ‰Œñ\Î_0¯2˜',_binary 'k¯1ø\Ï\Ã\Üû_V¶\æ,\ï@à­’{`\ÍòZ§\Ç>\è$\Å.','',0,'?'),(_binary '\ßz\ÃNi\îo«r\Ú#\ß(”','wp-content/plugins/elementor/core/settings/editor-preferences/model.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/editor-preferences/model.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't\Ç1\Ñh‚ï˜œR¾/#\åN',_binary '\Ùü\èZ™£#º^–\Ã\Æ&ú\äþ0\0D¥‹qø‚f€','',0,'?'),(_binary '\ß~>g‡õ>j^0%a®sg','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Þ˜£¾œ°\ÑQ!	¥@S]†k',_binary '¹3\é™\ØqAHƒÒ–e®JðµòN¨ \Ä\ìer01\Û\ß','',0,'?'),(_binary 'ß„Ðœ:YMJj\Æf°\ËY‘','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CashBalance.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CashBalance.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7’\×D†ò\'õxµ\à\"T@',_binary '‰K*\á2=\Ý¶\é\ç2›X¾\àY©©r&Ý“Õ¯/','',0,'?'),(_binary 'ß…l<Žr½ˆú!§dP','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/971.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/971.js',0,_binary '`E§\ê #	?+\äS`\î$',_binary '`E§\ê #	?+\äS`\î$',_binary ';µ·a´}‡~ûó~ô7\È&c\á\Òm¦p‰k}ª\ï[\Ê','',0,'?'),(_binary 'ßŒÅ³È›õc\r\Ü/\ÎB0','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/bean-bg.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/bean-bg.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê}„\ÙÞ¤\ÅOž\à\ä¦\Ö\Ø',_binary '¯8†ºë’’š­&\Ã2\Ïk\Þ<­/\ßG“i\ÙX½\íø»‡','',0,'?'),(_binary 'ßŒò‘(ƒ©©‰\Õ\Û2\á\è','wp-includes/js/quicktags.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/quicktags.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É—\àLK/ø·™™WÁ\æ\Ô',_binary 'A\ãÁV\É1Ê¾\ËFü¤e4¢Ž,½Å³5\Òðœ\Ö\áe\Z','',0,'?'),(_binary 'ßŽ_«„®iio\Ò\ç64','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_cd0a0a_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_cd0a0a_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö*	aStTs:\åHJ\Í\í',_binary '‚Ú£Ø\âd&½	O>\Ùô\î£Y¹.VEpn-¤','',0,'?'),(_binary 'ß”Oú·(1£ \r).\ê\è','wp-content/plugins/elementor/modules/home/classes/transformations-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/classes/transformations-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë’^ð\'½ü@\é\Ó$\ÅJDZ',_binary '™Õ‚r$k²7µ¯\ç>h”\ïºü«§\Út\ÉK.„\Þ.mE','',0,'?'),(_binary 'ß”¿\Ï\ËŠ‹œH‰u\Ô&\á','wp-includes/js/plupload/plupload.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/plupload.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý ª$pZR\Ñ>\'Œ|÷',_binary '\à\"³\Íº–8[J%ª.ºËš¤c¯V\r\rE½¾)\'','',0,'?'),(_binary 'ß•»\áE%+\ÒyRR2€','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaRunAccessReportResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaRunAccessReportResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì]G\å\ÌZ=Z»o`ü',_binary '“\Ñù\×k•\ï’(\åÁ‰Õ‹ñ=f•´/\0uIy\\1=\Ç\Â>','',0,'?'),(_binary 'ß—\ÏQµ¦u\â!Ù¶x•[','wp-includes/js/wpdialog.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wpdialog.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%˜‰ƒEWðù@‰ˆ¢™',_binary '£&£Cú\ã³\Ä\î“%\Öò(B\Z‹t¥¿÷]£h\Ó\ÇË¾3\Å','',0,'?'),(_binary 'ß¢\Ò\ØŸÀ±¢‘³e_','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/ruble.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/ruble.svg',0,_binary '¼Œ²\íBú\×N\Û#Rw	1@',_binary '¼Œ²\íBú\×N\Û#Rw	1@',_binary '\ÙÇªk»„CIÒ’\ï\Ò3#˜”rƒ«÷«A\í?\ÖXg`\Íû','',0,'?'),(_binary 'ß¥\Ë]ò\\;Lc’9\íR\Z','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xgùÛšlL–#I³(X\Z',_binary 'juÌž°ß›Ë™4ý¯‰fE­’vm\ë\Ý?W†\Z\Ó\ng65','',0,'?'),(_binary 'ß¥\ÓmB-õò¶—.²\Z\é','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Metadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Metadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\Æ:ô¸}f¯¼A­:',_binary '\Í\Ê·\'1·^¾‚¹C–ˆL£\×V\êÂ\î§H_Ÿl\î­','',0,'?'),(_binary 'ß©X‘¹\Æ@@äƒ','wp-content/plugins/wpforms-lite/assets/images/check-circle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/check-circle.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>ÆƒÁ\ê>÷±¨:÷a',_binary '>2i²SòVs\ÇçŒ¸X‚\çþ§^\åW„^\ìh\Ä\á1','',0,'?'),(_binary 'ß©@¨\ä?œ#e\éý(«','wp-content/plugins/updraftplus/includes/checkout-embed/products.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/products.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”ÎŒ¡ò»1~öÛº’0\Ã',_binary 'D\Ça\áw2*™H\í6\ÎX–;-Ë¢hùB[‰Mõ','',0,'?'),(_binary 'ß«òn\ÂðIßž¸\Äk\ØV','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GetContainerSnippetResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GetContainerSnippetResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W½O>f¯ü~·¾+œ\Z-ƒ',_binary 'õ…µi -aEm„\í\Õc3Y\Ð?ôpŒp_’	ütj','',0,'?'),(_binary 'ß°S‚³ˆ±h[üÛ³\Ì','wp-includes/class-wp-http-streams.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-streams.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢¯>,Q‚1¨(ú\Ä^=',_binary 'µ\ÛÁ\ß\ÛÂ¡\\Ã½ž\Z\Ø\Óï¨‰úH\Ì\ZoÍ¦FN³ŒµÈ¡','',0,'?'),(_binary 'ß±ZrŒ\å`¸oBGPp‹L','wp-content/themes/sinatra/inc/customizer/controls/spacing/class-sinatra-customizer-control-spacing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/spacing/class-sinatra-customizer-control-spacing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö£7Qôl*xüX»\âvn',_binary '³æ„…ÊžF?Ò‡.£;~\åœ1€nUºƒ\Û\Ô:$`e','',0,'?'),(_binary 'ß³‹\è´B²f\\\n¢\'h?R','wp-content/themes/houzez/template-parts/realtors/agent/layout-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/layout-v1.php',0,_binary '\çœ\ÉUû\ì\ëƒ»\Ù\ÖñtÁ',_binary '\çœ\ÉUû\ì\ëƒ»\Ù\ÖñtÁ',_binary '„O!\Ø8öbœt0\à|û\è\åCšR\n÷O¯®k\nœ\ã','',0,'?'),(_binary 'ß´\âùS8\Ö\ÑAÐ¢','wp-includes/js/jquery/ui/autocomplete.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/autocomplete.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm!l\Ó\ïŽ6!#*7Ê˜­',_binary 'š:\âF\ÆOóÙµHÎ™[G¬ò\Ä\ÉkVþÜ«ö|q7¢ø#','',0,'?'),(_binary 'ß¶ô«=¶\'Û‚c÷g¿n','wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r\ç\Òip“Áqûj]',_binary '\Ò\ÉÝºð\0sÅ–™2Ã˜Dõ€0—$we£pc¡\Â=VPÜ‚\Ñ','',0,'?'),(_binary 'ß¹V\Ì=¿£»\"\à#n§	¹','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_\à-…T³\0\Ê2²L-\Õ',_binary '¢È´¾÷£\àg’A\ã]\Óz-Û£²ð¢ûüá·¸[\Ï','',0,'?'),(_binary 'ßº·o^›ª²SŸqtdE\ì\Û','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/yellow-woman.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/yellow-woman.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒJ\Û:uX:\×n›\ä™',_binary '^\áQ\Ä:Dô)/£d{\ï\0\04²pVÛŸ\ä‚\íw/È‹¼÷8','',0,'?'),(_binary '\ßÀf«y¡Ú¸y\êY¨n\ÄC÷','wp-includes/style-engine/class-wp-style-engine-css-rules-store.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\"u\Ðqxõ\çüm4¤\å',_binary '[¤ð;\"ˆù!¦d`mg¬‚0õñ\ëþÄ‡','',0,'?'),(_binary '\ßÁ\ØÀQ:bY§s	–\Ü\Ý	','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_90_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_90_24px.svg',0,_binary '\èýo[Gd\åÀ„!5 “‰¹',_binary '\èýo[Gd\åÀ„!5 “‰¹',_binary ' *=V9ºZŒ\n\ncn\ìl\Ô\Z\Ï|u·5õVy\ã¨Q§','',0,'?'),(_binary '\ßÄµ>“„#B§¾bóñ\Ç','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' Û“œ\ÑôGÿc,«™=c^¥',_binary '\ì\Û\ä‹«G\êc‹À\ï\èt(5\n,9%\Ù÷—£\Ê\å)\ïe','',0,'?'),(_binary '\ß\Æ\ãšVŠŽò$›€4\á','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éÄ³¯Ay„@Z‘ #¡];',_binary ']zª_*½lLŸl°ú\êdúÁª+*·ŸÞ²ô\æ¡','',0,'?'),(_binary '\ßÈ¦0\á $¢7O>\é¿\à','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\ãŸJhX8zo?s‰žH',_binary '\ç\Ø\Ó5þ~s\îbDd1g­•g0\ÈÄ‡x’n·?*','',0,'?'),(_binary '\ß\Ï!-\ÂO?ßœ§\ÕB8\æ','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-overview.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-overview.php',0,_binary '®\\N!^•…<¶\×0ƒg©ý‹',_binary '®\\N!^•…<¶\×0ƒg©ý‹',_binary '<oT7P\ì\r\áÛ˜n‹°­®½\Í\Û\r]\ìxŠ','',0,'?'),(_binary '\ßÑ‹\çÁ÷z4\ì 	UF','wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\ë\áñ\ç\"=«mš	\à\äI',_binary 'Œ[„	^\rKs\äI£ùT­\Î/“õ~‘—\Í:‰\Ê','',0,'?'),(_binary '\ß\Ò\Ü,\ïL(3–@[\×3F¾','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-shipping.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-shipping.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\Ø1ÀŒ\ÖH\ç-§E',_binary 'n\ËQ\nùi\"AYa^™~ª,•\íF(žSû+£IQ¨.','',0,'?'),(_binary '\ß\ÔYv”z\ÏÖ—*–9\ã\ïa','wp-includes/js/jquery/ui/tooltip.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/tooltip.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹\Â]\Í#\Ñ1D.\Ò{³\ê',_binary '–6vV>µ»\ço\â>½,k;\à)…´r\è4\Òe—®\ä','',0,'?'),(_binary '\ß\ÔÊ½û£™9tU4¹•Â¬','wp-content/themes/houzez/template-parts/realtors/agent/single-agent-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/single-agent-v2.php',0,_binary 'hV1\Õ\ÎuT\ËL¥Ù¹idû\Æ',_binary 'hV1\Õ\ÎuT\ËL¥Ù¹idû\Æ',_binary 'óº/\ä»\Ü\År\Ä]\Ø\Zú\ç?#j\Þ cf‘3pŠ‘t˜','',0,'?'),(_binary '\ß\Úeÿƒ\Û\n*õ\Þ\Üv²','wp-includes/blocks/comments/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gß¿>¾\Ù\Z¹»\Ã=(De',_binary '-0:\' !þoº·6Õ¶\î\09ZN	@7µþB¨	X\çv','',0,'?'),(_binary '\ß\Ýþª]\îö¶„@\Ì\r‡ n','wp-content/themes/houzez/framework/metaboxes/property/floor_plans.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/floor_plans.php',0,_binary ',Î¶—\0ž*#œi\Û\Ï#¬',_binary ',Î¶—\0ž*#œi\Û\Ï#¬',_binary '½V¹°Z5\ê\Â_Bl+)Ÿ®ôgüm\Âe±-#\í\æi‰÷±','',0,'?'),(_binary '\ß\å]\×?Àt\Ó(`\Ñ85V','wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Áœ&|òZø’jX\ã²£',_binary '\çGNÖ¨Z\ÖKÿ+ÿ1wi¬Tw¥)Iý½\Ö\Âg\Ä2n/','',0,'?'),(_binary '\ß\æV\å\îüð\Ò\Â4\\ýˆo','wp-content/plugins/wp-rocket/inc/3rd-party/hosting/siteground.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/siteground.php',0,_binary '\äÄ³„#\Ãiµ”tƒ\á§.3',_binary '\äÄ³„#\Ãiµ”tƒ\á§.3',_binary '‹ ™ $²Q¥\êZò\Þ5l\ëóÁç—‘õ»6<A£Žb“','',0,'?'),(_binary '\ßæ§†‹‘e9Aslp0','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Bridge.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Bridge.php',0,_binary '‚ƒ•µ©Q\×þ¸]œ·KT\Ù\ß',_binary '‚ƒ•µ©Q\×þ¸]œ·KT\Ù\ß',_binary '66\Ø\0d„.1}µ‹\Ë±Ð–·eä Š\Óýk\\R«\ä','',0,'?'),(_binary '\ß\ìGs!CoU‰;˜','wp-content/plugins/wp-rocket/inc/Engine/Media/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/ServiceProvider.php',0,_binary '[È›E‚L\âð7t»\Ék',_binary '[È›E‚L\âð7t»\Ék',_binary '\æ2ø$|¢]„ \Ù\ÑkV»~l\Ùº.Ê­aÐ®^A','',0,'?'),(_binary '\ß\î-\ÓwÁ˜=‹˜\äš\ïS','wp-includes/css/dist/edit-widgets/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-widgets/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î°ÿ!\Ã\ìÇ¯Ñ¡7¯Î”',_binary 'Dµ¸\ì…ñz\Èß°pK{¼Š \ÂxK#\ë1\Æ\Ð\Ø','',0,'?'),(_binary '\ßñJvOB\å\é ¬R\îi<\Å','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\æ\ê>ß—H)R‚M',_binary '¡\Ö\"_ô½N€ù­s«Éf ±N?R•ŠH€n\Û\Ø','',0,'?'),(_binary '\ßñ‡1‘²(\ã®\Ç-\Ô ƒ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/user.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/user.js',0,_binary '/ðT.\ÈU+n…Þ‰Xi)&\Ê',_binary '/ðT.\ÈU+n…Þ‰Xi)&\Ê',_binary '2¥þ\×\á\Þrc\ß#7%[µø>È¾†ö\Ü_D\ì“','',0,'?'),(_binary '\ßú³‘¬X\ê\Þí¿\Ø¹\Ò','wp-content/plugins/redux-framework/redux-core/inc/lib/elusive-icons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/elusive-icons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ãst¨•ý¥— 8¢\ë²õ',_binary '¶\Ú7¨\Þ	pNÝ‰­¾6\ì\ã°	\ëŒVõ}\æ\ï`³`]','',0,'?'),(_binary '\à>\Æó\á\Õ\Ýà¤¾\ï¼4?','wp-content/plugins/wpforms-lite/assets/images/icon-wpforms.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-wpforms.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Öže)˜\éL\n\Z\æ\Éô\n{',_binary '…WT@Et›}\î§IQVoS.Ã¼<…¦i\Ùeò\é\È8','',0,'?'),(_binary '\à:÷‘\åéºƒH\íy\Â\â\á“','wp-includes/js/dist/vendor/wp-polyfill-inert.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-inert.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5qû´]þÄ¢Z0Ñ’óQ£',_binary 'x*<uú	O¸›\íú“\á²L€¬:¶\n÷rºf®· ','',0,'?'),(_binary '\à	V¼…q%ž¼\ãýšl#³','wp-content/plugins/updraftplus/includes/jstree/jstree.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/jstree.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`¼\å\ÍÒ‹±6F¿@^™',_binary '\á\ãy…÷ûAð·¾µn“GÆ‹³V\åc\ÖŠ‚ø\Þt','',0,'?'),(_binary '\àI&Œ½¡þ%`~•…','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/Queue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/Queue.php',0,_binary 'y’\ïÛ\á|ñ»\\\âz‰±',_binary 'y’\ïÛ\á|ñ»\\\âz‰±',_binary '\×IŸ6­˜ôbk{\'\êñ)\Í\Ö\Ó\ØÇš\Ó%JAŠt=õ','',0,'?'),(_binary '\à† Z\Ç,o\ÆšŠž','wp-content/plugins/revslider/includes/update.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/update.class.php',0,_binary '2žA›Áó\Ë-\è1ýkc(',_binary '2žA›Áó\Ë-\è1ýkc(',_binary '³ÿmK?[z¼iÄ¨\'·‰qøš€u)„\Ë7ó¦š!','',0,'?'),(_binary '\àw/äŸ±$U{³‚\ä\àZ','wp-content/plugins/redux-framework/redux-core/inc/fields/date/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\àŸ<S%ÓŸ\×B\êq}‡\Ø','wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/Subscriber.php',0,_binary '’\ØRÝ®’±\Ú9ôR—üˆ',_binary '’\ØRÝ®’±\Ú9ôR—üˆ',_binary '\ØñTÓ‡“ú~« uÀî´‘ò_«\Ã8{ªã‡#=S','',0,'?'),(_binary '\à¯“g£u;S\êù5S\Î','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-ajax-save.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-ajax-save.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9t\n=_K¼\äG¨\ä¦c3ô',_binary 'º\Ö5t\0\å³\Ë\ä\â‚öVm°¦¨\ç\á\Ï\é\Ü2ƒ%_F2\Í','',0,'?'),(_binary '\à\Z³tU¨R\r\"C©\ç\Ì','wp-includes/blocks/avatar/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_\ÐýÙ“B\ìE\à»/A',_binary ')\ßq2è•·\Êù^‹W\âk\ÚNˆ„¹\Ð\Ìiÿ¼\ç¬AŒ0?¬','',0,'?'),(_binary '\à=Ÿ#ª÷\Öó¿:9<%','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_bus_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_bus_24px.svg',0,_binary '\ZšºVÁ‹–\Ïñ~Šq^',_binary '\ZšºVÁ‹–\Ïñ~Šq^',_binary 'X\íMNjˆÑ»‚l\Ú\îYk\Ú\Ãx[8rô\Â\\;Hd\Ö?Û‚','',0,'?'),(_binary '\à ö>õŒŽFc«Ÿ\ì\Þ\ÜU','wp-content/themes/houzez/framework/stripe-php/lib/Exception/ApiErrorException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/ApiErrorException.php',0,_binary '\êGU=@¤÷\Ù5ZkR\Ã',_binary '\êGU=@¤÷\Ù5ZkR\Ã',_binary '¦\ådw±öS\ÉÚ´\ïà¤·	\ßµ^e¤G\Èd6«o†¸)','',0,'?'),(_binary '\à%,1aƒ²[û_XV\×=Qú','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding/ForwardingServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding/ForwardingServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰š0¥epý¯\Å—¶\Å\ï”',_binary '±\ß\ãô©¬­ƒc%ƒ\ì~aú8D¯\áõB‹Ž\ÌSr€','',0,'?'),(_binary '\à%]¦©9­O&4#®Æ¿','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-popup-maker-e1863af0c352a2ce8748.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-popup-maker-e1863af0c352a2ce8748.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è‡4ŒÃ­:n\ïu¯\Ñ\Û`—•',_binary 'u¡Þ«–Á\é1\Þvd\ÌV\ê^t\n€7\ålÅ¿H\rûF','',0,'?'),(_binary '\à%\çf\\+,…\æ\Í\0\\Y','wp-admin/includes/class-wp-filesystem-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-filesystem-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉX\Ð\Òdh{“4\ë«;$—P',_binary 'ùK(\ÕRó\êòy\×U ö\Ã\Å\Èpl{‚\Ý{°Ÿ…A5Z','',0,'?'),(_binary '\à*¢™°¹\'Kj¨›Ì°!c','wp-content/plugins/wordfence/waf/pomo/plural-forms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/pomo/plural-forms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P!7GñúýŸÇŠúq`.',_binary '.’¼\n)[.\ß\éc¬f£‘\r›\rFº\äZk\ïœ£´','',0,'?'),(_binary '\à+\ÆLÊ¨vÏ”9\r\0-$N\Å','wp-content/themes/houzez/framework/stripe-php/lib/SearchResult.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SearchResult.php',0,_binary '])\Óx}û}‚ý]ÿ\n\æ',_binary '])\Óx}û}‚ý]ÿ\n\æ',_binary 'ý“\é[n¿¡.zHx‰b—\ßx(e\Ô\'¾½Z²\Ü\è†\í','',0,'?'),(_binary '\à0Å¶l¯\ÜbW©\âV','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–m:…\Ö8J\Û(\Â	h\è',_binary '[ÌŽfœ¨¢\Ð³Õš@j\nGˆˆ´Ÿ\ë”„\n\Ò','',0,'?'),(_binary '\à9·Š\\H»ô/Á\ÈIŒ7','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar2.svg',0,_binary '¥e\ëMþ\"ºz¬¬D(þ',_binary '¥e\ëMþ\"ºz¬¬D(þ',_binary '¸±b«P\ê	`¬<\ît/d†^ ®¯8O{ b\Ç/\ßi','',0,'?'),(_binary '\à;T¶ üWZ\îj¡(o','wp-content/plugins/wpforms-lite/assets/images/edit-post-education-page-1.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/edit-post-education-page-1.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ‘²!¬J\ìÉ¯ýÑ¿B\Ö^U',_binary 'm\ì›4·Ÿ`\0_-¶™Ü§~·0d²H9\Ö&Ôšò‘','',0,'?'),(_binary '\à<\ì¨ñº\ê\\g	¿Ÿ\êF','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªœ#,²›Z\ßE«™\ê†',_binary '€‰\Ç\Îü.¿E™˜ú\Ý}l\Ã_\ØwT\n\ÉVŽ¥œ;Š	\ÄP;','',0,'?'),(_binary '\àD=xX6½ñØªö‡û\Æ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[t.Þ±›Æ³\ëu\Úu8º{',_binary 'roö_·ÿFw\Û\Ôõ\Z$w ?@q]Qb†ˆ\Øfñ2o\Ì','',0,'?'),(_binary '\àG… \î._\ì÷ÁÁÀ°','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/deviation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/deviation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø	÷x•Óƒðx]<&$',_binary '\0\ïz\ÓÔÂ–m\ßeGp±F£š@9…\Æ5\áWu!Œ','',0,'?'),(_binary '\àH\äéŒ„8\×øþf\ÜVn','wp-content/plugins/elementor/data/base/processor/after.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/base/processor/after.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n\äŽA<ü”þQˆcº†',_binary 'u‡x±1\ça¿P\íFOIG]±5pþž^¡\Ç\êA\'T\â\Æ','',0,'?'),(_binary '\àI\Ñ\'\04}9±\Ø','wp-content/plugins/revslider/public/assets/svg/av/ic_av_timer_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_av_timer_24px.svg',0,_binary '\×\Ì\r¼‚M§‘õ\é\n¤—',_binary '\×\Ì\r¼‚M§‘õ\é\n¤—',_binary 'gi{Ž\æ\ÇG\ÄBƒ29‰I\ìžú\è™\Äå¬©òul!','',0,'?'),(_binary '\àO±*‘Òž\á 9;²¡­ˆ\ç','wp-includes/blocks/embed/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'AgL\ä\Þ/Ðž¸÷¬g\n',_binary '¶t¢ž¹#`Bœ!ŽIô\æ\ì~{‘^„¤!y|µo\äÃ¢F','',0,'?'),(_binary '\àR7Ÿ~¢\Zp‘¬ÀFk\ä','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php',0,_binary '¨•¾¡q`\r¼w\ZMô\'N4',_binary '¨•¾¡q`\r¼w\ZMô\'N4',_binary '-/\éñ*†Y=ŸûdV\Üx§\n\Ü}\Þ[\Ó\Ñs\ëë²‡h´|','',0,'?'),(_binary '\àXLˆt¿ž£\ÎCc-¯—','wp-includes/blocks/query/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd~¦¥\Ê\Ãe†q\ÊKö„¡',_binary '³ UHaS£\Ôð-+\èÒr”‘:\Ù\È#|pò;\r^u','',0,'?'),(_binary '\àZ\ÈÞ¶Mº#jf0','wp-content/themes/houzez/template-parts/dashboard/submit/edit-property-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/edit-property-form.php',0,_binary 'gù>Ÿ›õ¶\êM¦‹´\Äs\Ï',_binary 'gù>Ÿ›õ¶\êM¦‹´\Äs\Ï',_binary 'jÖ–·.^“±\'©‰ˆ’_ñ¹Áµ»nVö\'¤&z™1','',0,'?'),(_binary '\à\\1Ýƒ\â%\áVE|<Nµ°','wp-content/plugins/wordfence/modules/login-security/img/loading.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/loading.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K:û„²·õmð™—£P½',_binary 'j*\äeŽó©õdoX¤~§7\Â\ë&€²‚Nü9\É|L•\Ç','',0,'?'),(_binary '\àk/˜ZVb[jý„dNK\â','wp-content/plugins/elementor/data/base/controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/base/controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠJ\íh)¥¥A£np',_binary 'pq?±f4Þ·M›üŠY‰`mEy-Cs@\Ãø:Wü','',0,'?'),(_binary '\àlGýif³#5/²\Â\0%n','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/map.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/map.js',0,_binary '4\æý\ïtf÷%x9t',_binary '4\æý\ïtf÷%x9t',_binary '3°œ\É\ÃX\Ò\ÈX\0xV\ï¥.¶J@‚y[¿)\"¢EG+','',0,'?'),(_binary '\ào¯4œc4) 	h=· ’','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kö\Éõ||®¤”±<<HQ',_binary ':Áï¥‡¼)©Uµý;7½\ÄC†š-ü\0ªƒeŽ\Çx;','',0,'?'),(_binary '\àqrÐß‡Eß C‰J','wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÇD\ë0W\â¬sIaõ\ry«‹5',_binary 'ZÿŠM))u\ìBz\åmœ¤x^’š JÄ¿8Ö¡r“','',0,'?'),(_binary '\àqÜ·\ä\É`¨¤\×JN\Ð','wp-content/plugins/houzez-theme-functionality/templates/fields-builder/multiple.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/fields-builder/multiple.php',0,_binary 'z{7Å¤ó\í\ã‡?¿E\ï±\Ý?',_binary 'z{7Å¤ó\í\ã‡?¿E\ï±\Ý?',_binary '\\\ì|\È(¹\ÝÅƒñ­ÿEòÌ®‘3\"¾\í/—Xa\ëô7„','',0,'?'),(_binary '\às©tˆ\ÓdkMˆwÀUO8','wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(«\0šPV\rÊ¯e–Á•ýa',_binary '\n-Wb·‰gëº”\Åw¢&¹y8ôð_·º1úÐ(/','',0,'?'),(_binary '\àukJ]{\ÂV‚¬TÔ¥I','wp-content/plugins/updraftplus/methods/cloudfiles.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/cloudfiles.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ¶Ï±\0oú\"\Óý›\ä/',_binary '\Æo\ãp•A´MS™+xWƒ¹N÷7\ÍD\Çl\é^o^J','',0,'?'),(_binary '\àv¸5ñ\åºNµñ–\ÞZ','wp-content/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php',0,_binary '_\ã\0¨\Ã\ÓgšK2~&©\Ü',_binary '_\ã\0¨\Ã\ÓgšK2~&©\Ü',_binary '\È\çs\à4\nü\ÌJ\è\Þi˜ £¡\Ñª+þaøBXÁ`€','',0,'?'),(_binary '\àvÿZß¸þ\ÇÌ´yµ|û','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calculator3.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calculator3.svg',0,_binary 'Søx\á\"\É!wŽJV$…',_binary 'Søx\á\"\É!wŽJV$…',_binary 'D2”Eƒ;ŸUq\Ä6\Ò(÷¯þj5½nj0;ð\È \Û','',0,'?'),(_binary '\àyF·¸%À€‡«¨hQA','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/fi.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/fi.js',0,_binary 'WN-0ŒP@¥•\á\ÆxÜž#',_binary 'WN-0ŒP@¥•\á\ÆxÜž#',_binary '\r‡R¦\ÎÊ–Ð˜Ó™ð¯\ÔÜ§C”tLUÃ³±;z	A\æ\ç','',0,'?'),(_binary '\à}‚\Ó&\Þ\Ónýºó¯?º','wp-content/themes/houzez/property-details/top-area-v3-4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/top-area-v3-4.php',0,_binary '\çœ\É|k÷hg«§nñ2š[',_binary '\çœ\É|k÷hg«§nñ2š[',_binary '=\Äf\ÜLy}h±`¼¶eûd\Æ\íeqyb\nÍ€¿\Ì','',0,'?'),(_binary '\à}–¼}h\ä€2´S5¹','wp-content/plugins/wpforms-lite/src/Integrations/WPCode/WPCode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/WPCode/WPCode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';á–º4}\ZJs¢@úùœ?',_binary '$¿p%‡1Pc.¦+\Í\Ì(—\íL?°^#ˆKoTcøO','',0,'?'),(_binary '\à\ï¹Úœ\Þ_x\ã]`\È\ÜM','wp-content/themes/sinatra/woocommerce/cart/header-widget/buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget/buttons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êk,¬\èV\åúvžp×²\ÎO',_binary '“\Øá¡®\Ý\çt°!%Ñ°ðfú\ÆÛ‡t,·\Z_\'“JU','',0,'?'),(_binary '\à„i·÷ò4û»Zl\áÐƒ @','wp-includes/css/dist/block-editor/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Åxi•\å¿ªNô\n^hˆ',_binary 'Å\Óøiu˜~4‰P_o\Çe¬Ø·ÁCÉ¾kÜ—¡ƒ','',0,'?'),(_binary '\à‡•Ž·w¸—±\íg?¼ý','wp-content/themes/houzez/fonts/fontawesome-webfont.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/fonts/fontawesome-webfont.svg',0,_binary '‘.\Æmurÿ‚I1“–G\Þ',_binary '‘.\Æmurÿ‚I1“–G\Þ',_binary 'Lr7D@yŒ¿\ÂÉ‚]NK‡(–\Ñti\ØG9\ÎÀù \ÈTm=','',0,'?'),(_binary '\à>¾]*a\Õ\à˜õRó\ã','wp-content/plugins/wordpress-seo/src/helpers/product-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/product-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q\ËQ6­I~p€`<œúd',_binary '¢³fE\Ü÷(¿hG®\Þ1\Ö\Í\ã¨Äžc\ä‰\Ây¹‹|\æ','',0,'?'),(_binary '\à“&^\ÎGˆe\ÇTüƒ,\È','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-show-hide/meta-box-show-hide.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-show-hide/meta-box-show-hide.php',0,_binary '£\n—6<šÛ Ša\í\"CJ',_binary '£\n—6<šÛ Ša\í\"CJ',_binary '\"µ6\Æ\Ê•\ÎAeE!Oú3yZ\îšcrM\íÏƒô\Ór²','',0,'?'),(_binary '\à–\Êrª\ÖM\ÓÜ´-\nSƒ„','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eR\è\Ûrú#ˆUÿý½çŠ',_binary '\è\Ð”s\ÈGd‘“l\ãIB-?`7|r\ÚR\Þ\Ý3µƒ¬V','',0,'?'),(_binary '\à˜G SygÍ”ñ±ˆW¢ò/','wp-content/plugins/houzez-crm/includes/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/functions.php',0,_binary 'šÿ\Ë.Ê‹+ˆ»œô³Xo˜‡',_binary 'šÿ\Ë.Ê‹+ˆ»œô³Xo˜‡',_binary '÷\Î\ïB¯\ß\Ü\Ûi@\ë\ÅK’‰~´¶\ã\Üóy`\Öù¹5','',0,'?'),(_binary '\àœ7U!wk\Ã\ä›ÀÅš','wp-content/themes/houzez/js/vendors/i18n/defaults-sk_SK.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sk_SK.js',0,_binary '\Ê\ÜE‹\ÑG\åA+À¯ù',_binary '\Ê\ÜE‹\ÑG\åA+À¯ù',_binary '9!O gz\Û\Òc¶ˆùFl\ÎYz&oBq2O·³¼','',0,'?'),(_binary '\à¡¦*ü\âŒ%˜„w«7·','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ûšS&\Ñ8¶\ÛHÀY\Î–\Ó\ï',_binary 'ù7¢œt\Ø\å•\Õ;\àt-0\Ä\Ã\È\è\á°®{%\Â\ÓCf','',0,'?'),(_binary '\à¨4=>·\ì|K\Þw¾™\æ\Ä','wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ób‹Wy)À‚\æ\"š°£ó',_binary 'Î¥FAœ\Î,r—\Ãd.?x\r\"á›ƒñ\Ýf4\Æ\\zU¶9\ã','',0,'?'),(_binary 'à¬½#‰¯8~Ä\Ð,Ÿ\È7','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/RestApiFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/RestApiFilter.php',0,_binary '\ÃÒ‘.4±(\æ\Ñ\×N?\à¨',_binary '\ÃÒ‘.4±(\æ\Ñ\×N?\à¨',_binary '/Á:7€`x\ÛM`®	\Ð2_“œ4S\ÈÚ‘‚jLôI\Ç\í','',0,'?'),(_binary '\à¯\'\Ý×¢;ß„\ì)I\Ô\Â=','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/RedirectMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/RedirectMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!\ÍoÃ¦2\Ô\ÃN\0\àƒ¨\æKh',_binary ':\á\ì\Í\ÏÁ³\Ì{{\Ú\ÐT£%¹\Îõc^p)wö\"\Û¡†','',0,'?'),(_binary '\à½\èB´Z\Ø\Ïm\â ç¼Ž³X','wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-integration-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-integration-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥a±j©IÅ‚|=d±\Ò\Â_',_binary '~’A\Ø\nJ\Ñ\é›ó`m\í+¼\ÌW\éŽ\0\Ã\Âù¹\á=','',0,'?'),(_binary '\àÁ\ß\ÜaT‰n7m_RµTŠ','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bn.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bn.min.js',0,_binary '»ôÀÀ>µŠ|\î\ê\Ó1\è',_binary '»ôÀÀ>µŠ|\î\ê\Ó1\è',_binary '-e9\ÉS¶tF\ÓOÉµ4Í°¼²›Z	\0\îz\ØLý\Ò','',0,'?'),(_binary '\à\ÄJU_mu‰BŸg\ïe','wp-content/plugins/revslider/admin/includes/shortcode_generator/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\àÈ•ø«ÐºDjƒÿ\Û','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´Ö¹ÀD\Z¬6NIx@Ž',_binary 'D±T\á\"öx¸%³BŽ”x\Ä\ZeoPõÕšGÜ¥X1\Ó','',0,'?'),(_binary '\à\Ë~Z§žd\éS3\rR\Ù','wp-content/plugins/updraftplus/central/modules/plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/plugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦V:>\É\Îþ¡‰¬g;N',_binary '/S©9³»÷þW\ÖL/\îD[\\¶†\Â\Ç÷[³{7Y','',0,'?'),(_binary '\à\Ð\ïw\Þo\Õ\Ô]\'(\Åw<ö','wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-search.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öK˜B³}Y®*Dˆ¹j',_binary '\r\ç¬?,½)9\ÜO+å­Š\ÕNp„Æ½NnœÛ²ˆe\rXQ','',0,'?'),(_binary '\à\Ð\Ä6™?aŸ;n‹G\êDm','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidClientException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidClientException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z\Â%\ç-\ëIqN\Å ø¡\È',_binary 'a\êPÙ¤¼%ÿ\ïµÍ¶ÿz\Â+>eA»Ú›ü”¢>hx.','',0,'?'),(_binary '\à\Ð\Ï\Z \Ð\è:\æ	ø§V6\Ø','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunPivotReportsRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunPivotReportsRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&ÀùüŸ‹uF	ið¢x',_binary '’\Ý\ì?©ö…y–Fû@_E!*¢Ò¥\Ù\ßˆ_µU\\1¢','',0,'?'),(_binary '\à\Ñõ¹\î±Vä†²\Í\ë¾ù+','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/SetCookie.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/SetCookie.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿UKX[8‰‡\Æ\Û',_binary 'œ$\ïmj3­³\é\Õu–t÷te/¡µ‰#ª\Ò\Ó\Ë','',0,'?'),(_binary '\à\ã\ácr\Ôüªœf\Ø\\7','wp-content/themes/houzez/js/vendors/bootstrap-select.min.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap-select.min.js.map',0,_binary 'cƒ9,£\ítº•\á÷û',_binary 'cƒ9,£\ítº•\á÷û',_binary 'ÀGXn\Ùs`Ùž\Úò’›\\\Ú4ž\ï+h­\Ïý‚P\0uò\Ô','',0,'?'),(_binary '\à\ãûË›\r\î\É\Â\è©','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/ReceivedCreditService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/ReceivedCreditService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æÓ¡ŸXh%\0¿\â\Æ%\êó¿h',_binary '”\àDu`ù\Ù\Â\è\ã\\\É\ã\\Í“òÆ·Û‹1 	\Êöfô','',0,'?'),(_binary '\à\ä½JŠ)\"–¬D\È=«™Bi','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Sigma/ScheduledQueryRun.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Sigma/ScheduledQueryRun.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þiy\Æ\\-œb™BEG°.?Š',_binary '—$„Q1»ÑývªX¸&y\ÙT×…²Q\ÉS»U\Ìo','',0,'?'),(_binary '\àñ.o\ZÀx%²\Ëø’£û\ï','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Schemas/AboveTheFold.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Schemas/AboveTheFold.php',0,_binary '˜&$p(\Ò<Š£Æƒ‹‡?',_binary '˜&$p(\Ò<Š£Æƒ‹‡?',_binary 'u\Î:Ššž‚\Í\í\0[ŒL\Øüˆ\æ-ZôTu7¥','',0,'?'),(_binary '\àò¿\é ;¶|¼Dû9,`D','wp-content/themes/houzez/template-parts/listing/partials/item-features-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-v1.php',0,_binary '¾h\à\íÿB\Ù|H™_\Õh|',_binary '¾h\à\íÿB\Ù|H™_\Õh|',_binary '¬\Âü± £‚UxÁL_5G¡W\Èg,NUN€t°£l©{œ','',0,'?'),(_binary '\à÷\Ô^ñx¯.wóa$\â*','wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á\ÊUyõ\âÌ¥\åH\î-üšŒ',_binary '>°¬­y,–§Ê£\éö²;\ê)hK\Ù\Ê9d_­u?ú+,¢','',0,'?'),(_binary '\à÷ì²®È”¼\ë¢­G¿','wp-content/plugins/revslider/public/assets/svg/communication/ic_portable_wifi_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_portable_wifi_off_24px.svg',0,_binary 'ˆ„¤O\é˜vnºZ\â–y',_binary 'ˆ„¤O\é˜vnºZ\â–y',_binary '‰…\"…ñ÷	‡§óoA\Ù|w„—\à	gw\Ï\çwŽY\'ø+','',0,'?'),(_binary '\àü‰	D)g\rQ\×\Ù>8R','wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô´yb3Cê£“}–\'R\ï',_binary '#£\Ï`ŒÈ®F†h\'ºF®w1±s³+2\Â\ïX\ïˆ','',0,'?'),(_binary '\àþ!b±\ÛB¹\ËZ\Ñg\ã#','wp-content/plugins/wpforms-lite/src/Integrations/IntegrationInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/IntegrationInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r»ôXô˜8:e7Üºl¢Àn',_binary 'y¡ +¨sÿ\ÞÆ¢\Ü\Ýn–\Ò.Ÿ%YHõ)¡?_”lœº','',0,'?'),(_binary '\àþ}Ñ­\Î\Èl[Û‚tRsŒ','wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›†Š³¼Ö¼\í\Ôt1MR',_binary '¡§\Û~yÀ»7oB¡&ý¬žœ¤ûUV;›\æ^¼!W¿','',0,'?'),(_binary '\àÿ%Àxz:\"´ yKj0','wp-content/plugins/elementor/core/upgrade/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6E\ÏBNYÃD¦=•FE',_binary '\î§u	Y \Ó\æ\Ù\á\à©;~su÷G\Õh%&\çÿ\Çd\Ì\n\í\î','',0,'?'),(_binary '\á\Ù2Q4—OøHl\Ì{À','wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-thumbnail-01.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-thumbnail-01.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	t~ó[Ï‚ã±ˆ\Ð\âeœ²',_binary ',\'8±®ø\ÒD\ÏþAF\×-3šg€‡ã±³cƒø','',0,'?'),(_binary '\áÀFN6} ;Æ®ýD†\Ð\Õ','wp-content/plugins/elementor/modules/dynamic-tags/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/dynamic-tags/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž,w„ChÅˆ|\'kEn\Ñ',_binary '8,;\Û?I\äm¼Ÿ$\Åm\×\\¹…¼\Ò\ä\Ò_,öi~7\Ú','',0,'?'),(_binary '\á©^ºûbR–\åSI\á!\Ó?','wp-includes/class-wp-image-editor-imagick.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-image-editor-imagick.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²g\Í(sÄ¶\'Â´k\Î\Ç;¶',_binary '•Xƒ\â½$™ˆ÷1¹}ýý¾\Õ\\*aKj@‰Ó…\Âû','',0,'?'),(_binary '\á6\æ¬Ì¬H4ªO‚„$\Ì','wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©R¿QIGh6ø\Þø\ÍV\ÂT',_binary '¹\Ã^öVŽ„\êþ[•#¡’:µ‘9¡Ò•tGúÁcƒt¸šý','',0,'?'),(_binary '\á	}±…Ì¨“,©H¡´\Ô=','wp-content/plugins/google-site-kit/includes/Core/User_Surveys/Survey_Queue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Surveys/Survey_Queue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\Ì,¶¥tOOP\áõ%¼º',_binary 'S,º­7A¿x~œ¿1\ÛÁ?\ân«€Q`\Ê8:>\í>N','',0,'?'),(_binary '\á\n¿ó\Ðün\ÜÉ«XÂ€\ÉQ','wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget/settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget/settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢_\Ö\0\Ê\ë{µ+°\ÊþX',_binary 'Š->\ë#\î`ˆw\ä3\'\çKƒn%\ÜTóû\æpµ³a¹Qtn','',0,'?'),(_binary '\á†\ÕS\ï\"¯{\0¤±Ý€À','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v1.php',0,_binary '\'7	„þ\Z\×a\ãÏ´\Ø3‘Vv',_binary '\'7	„þ\Z\×a\ãÏ´\Ø3‘Vv',_binary 'a5`µ\Õ\ÇZŸÆ¦]\r\Í>~1ƒ‘7v\å¼N²\Ã\è]±','',0,'?'),(_binary '\á€©YK&\é°([\èW\Ú','wp-content/plugins/updraftplus/central/translations-central.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/translations-central.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ‚ºÂ§mZø¸ o/\ß9œ',_binary 'K‚Ò o:\nŠKCŽ\é\n³âŒ 3-\Öx°9ý%\å ?','',0,'?'),(_binary '\áVË¥)ME\n=º‘›’ÛŸ','wp-content/plugins/houzez-login-register/social/google/service/Google_ServiceResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/service/Google_ServiceResource.php',0,_binary 'J›¢lº½ƒ0’\Òi°e\å\ã',_binary 'J›¢lº½ƒ0’\Òi°e\å\ã',_binary '·^¿ô.Q\èŽ+3)ü­N ¤\åþÕ¹½Ê¼T#ñ­$ó³\à','',0,'?'),(_binary '\áQ‰\æ\á&\Ç\Þy)\ÐT<','wp-content/plugins/houzez-studio/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/index.php',0,_binary '\ï\á{J!u?}\î\çs•',_binary '\ï\á{J!u?}\î\çs•',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\á¤Pþ=\àÁÁ•W,*˜)Š','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“±¥ª\è4I•\nZHù‹u',_binary ']^Ÿ‹M\æ»;Y~„\rým\ä»@t‡E\Ð]“9»J\Å','',0,'?'),(_binary '\á´ô\Úsk“6/§«Ð½º','wp-content/plugins/wordfence/lib/wfSupportController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfSupportController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú\éò(Ið”õV³M\Ã\è',_binary 'qõ¤5)ú2\Û_{[XL\Ù\å‚nI‹j\ß¿qw&šƒ5','',0,'?'),(_binary '\án\Õq““–2\ÒÐžO¦ö','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nõo¼¦¹„š\Ã¥\ç‚ ',_binary 'lO¥7\ëƒbzô°’\Û3„\ä\ÜñL\"ú(ggøD0<S¾','',0,'?'),(_binary '\á\"\Zca“þ²ñ—<\á*','wp-content/plugins/elementor/includes/controls/heading.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/heading.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Íƒ ¸+@«\î—\Èôÿ>õ',_binary '\ÐFÂ’•B\ãZ«^û¸|P½»\'Z2y}\è\è·\æˆœ\í	\î','',0,'?'),(_binary '\á0\"Šm	\ÉS#¦ú\í\ç','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/51.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/51.js',0,_binary 'zÊ…:ñ<„Ù³c/& wJ',_binary 'zÊ…:ñ<„Ù³c/& wJ',_binary 'iÏšl®\Ö×›\ÒxVG\Î.ŽN\"ó´¬uð\Ê\éÍ¶\Å\Ú\í','',0,'?'),(_binary '\á:%l´\r\Ç\ÌF\åJ¤O=4U','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\á?±p_Lú\ÉwE‘,´','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÝÁo3+P\Ä\Ä[\Ô9,\ã',_binary 'G°¬\r²Np3¢¡øx®‡\Òxøwò\"QH¿\'V\Ñ	‡	','',0,'?'),(_binary '\á@†‹M]\"° …iNJ','wp-includes/class-wp-http-requests-hooks.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-requests-hooks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#\ÉXþ\Ý\Ý\Ç-t³øÐ½',_binary '2…:Ÿ(\ÛÀ”@¥\'\èƒVÁ)\ã\î{\Ö\0bŒ;½f_²ûw','',0,'?'),(_binary '\áD\n‚5Ÿ!vh\n™šO<µ','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F\Õ\ëo¬)·‡š‚dš\ã',_binary '‹Zª\Ù9\Ð@-ŒõB\ãxi\ã´U\ß\èM?\Âq!À 0µ','',0,'?'),(_binary '\áN§ #!š´\çÎ‰\Â\ä\è \Ê','wp-content/themes/houzez/js/vendors/modernizr.custom.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/modernizr.custom.js',0,_binary '.bÉ›}@tú-	¾8+g\Ú',_binary '.bÉ›}@tú-	¾8+g\Ú',_binary 'Œ3¶÷ö\å\ß\ÈMªQ#…C\ì\Ì¹|\è{œ\Ãmi`','',0,'?'),(_binary '\áO’9\èF·#1–2\Â\\¬','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/HashParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/HashParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÈZž°#Ó¡œD\í’LúŒ',_binary ']O1†‘½\á\×U‚\Ìú\Ç\ÉO€Š z1\à±@\Æc\ë\ê\Ü','',0,'?'),(_binary '\áPœÑ‰û:=i\"\'\Û\Û\Ø','wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/ValueListService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/ValueListService.php',0,_binary 'Ð§\Ãr\èk!÷m\ZX\×3¡7\É',_binary 'Ð§\Ãr\èk!÷m\ZX\×3¡7\É',_binary 'YY(.z`.ZhŒð‹»+Tœi\\5\ã\Ó7—zXY<','',0,'?'),(_binary '\áPžL¨N}ž0ìœ£þ^·','wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉRñ\ç«M5^’w>\Âk',_binary ']€p¡0*\Î<|Å“[0.™\Íð\æÎ¼\éœ\ÕÉ@','',0,'?'),(_binary '\áT…w‹ö|=Ž“ð\è\Ö\Å','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user06.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user06.svg',0,_binary '{¾\ß_«l»t6…¢‘“',_binary '{¾\ß_«l»t6…¢‘“',_binary 'S\Þ\ÒVp_\Ýý\Ø^”\Ã\Î\Çi\"P˜\ÏSðË¹.4h\É)œ\Ús','',0,'?'),(_binary '\áT\ÂT²9Ü°\Ê\Ø\nj\í~','wp-includes/blocks/query.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÏñÃ¸±òd¨\á|Í­',_binary '\í[!s¸üþƒ\Ï|\Î\â>*\ßpÉnµ÷?o@’Y\á\×','',0,'?'),(_binary '\áWpŸú(z&S8Ôªñºj','wp-content/themes/houzez/single-houzez_agent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/single-houzez_agent.php',0,_binary 'hK}oœRŸYø%*š¡›\'',_binary 'hK}oœRŸYø%*š¡›\'',_binary '%+\"‚\Ã\ì@Bql¨þ\î÷KZ“&Ÿ¢\ËŠ?\Ëu¥','',0,'?'),(_binary '\áZ±Ž®(>(ª1bÞ«”Z\ê','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹lo7\Ör79wA¬U\ÉE',_binary '\Ìô\êEýÿ¬P¥¡\ã[\Ó¼•xðv1i0\ëh;†Œ¦ý^J','',0,'?'),(_binary '\á\\m\â”]I{‘\ËB]¦','wp-content/plugins/wordfence/images/icons/check-premium.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/check-premium.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß‡…º“`Þ©:\r‹N·',_binary '•&«\Æy$ƒf\Ü\ÓDó\àz’²\ãú‘\Ê9Í§÷|VqV\ê','',0,'?'),(_binary '\á\\øõ¶ø$\ÛI¦H\É\î¥','wp-includes/js/jquery/jquery.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚n·~†°*·rO\ã\Ðø|',_binary 'ñÀ¨\Êi¾\äx\nc Š.³hµ\'.øž\ê¥syo','',0,'?'),(_binary '\á^\Î\íbqvlì…¡V \Ô','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-enqueue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-enqueue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-73~\Ó\ì–JY”\ÃO¡±;',_binary '^ðû¼\âÏ¥‚ô)™ÒœenM\ç\ß\ê{~&»\î0PC','',0,'?'),(_binary '\áa%±“½6™\Õ\0H\Þ6\â\Ô','wp-content/themes/houzez/framework/thumbnails/better-jpgs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/thumbnails/better-jpgs.php',0,_binary '¼¹!g\Ñ\ÔbH\ÕR£(Sž',_binary '¼¹!g\Ñ\ÔbH\ÕR£(Sž',_binary '@^HÕª\"VÙ¸­²\Ñþ=+–Z\ÞÓT†PD,þˆõô\é)','',0,'?'),(_binary '\áe\í®¯\ßÀ‘:Ö¬p6\ä','wp-includes/js/dist/vendor/wp-polyfill.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x2$©ó!\0ž\ÉØŠlŸ£',_binary '<h¨%“Z ,\Þ\é\ÆaY•8õ„wj§\\¢•ô¥…\ÛOù','',0,'?'),(_binary '\áfaBüº8d¼h .I ”','wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-base.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-base.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×\é¨\Öð\í_eƒœ¿Yoß¹E',_binary 'r~-úR„Uxú˜D*‡¼¡hü?—\à£\r\Õ\Þ#z','',0,'?'),(_binary '\áf ™\ç*Ž\à8iˆ\é\Ù','wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šd\Çû\ë\ÆÔ†Sž\0\Õ?',_binary 'x2]J\rx\r±3n¾\Üsd‚‚\ÊÁˆ·xNý‚°\'','',0,'?'),(_binary '\ákSkH\æÄ\ÙÃ‹\ÝÆ¿','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/blocks.build.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/blocks.build.js',0,_binary '±>Ô¨=BrM¢K¨™¬]',_binary '±>Ô¨=BrM¢K¨™¬]',_binary '}¬P!–Ú“\Ö_ö¼:ÊX\Û3øž\È\Zq\î\'ðÐ…\Â\é','',0,'?'),(_binary '\ák\êFýgM(™üWNŒB','wp-content/plugins/revslider/public/assets/svg/action/ic_shopping_basket_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_shopping_basket_24px.svg',0,_binary '·m\\i&URP\'`\"G/ô',_binary '·m\\i&URP\'`\"G/ô',_binary '°€%ÞŒi·R9ÿwŒ=\\`–o¿5\r\0-~½m\í[\Ë','',0,'?'),(_binary '\ám±tböFX\"\è7µ†\ß','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Contact_Form_7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Contact_Form_7.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F\É?{3š\×þ2V\â\ä®A',_binary ')¶±\ÏJQ\ë\\&û¦\ë\ØÁ¨×†+ eEIÝ–±Œ±»#	','',0,'?'),(_binary '\ámZ|%¼‹À¦ò\Ôd','wp-content/plugins/updraftplus/includes/updraftplus-login.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftplus-login.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èV‚ß¦1ˆ£rn\É\ïez',_binary 'K:„\Zû˜’\ÓóEwqË€=€y\Ö/^ž%ó÷£y\rÝ¹C','',0,'?'),(_binary '\áq!\Ñð€\ZIŠ”öC\Ï:','wp-content/themes/houzez/template-parts/realtors/agent/single-agent-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/single-agent-v1.php',0,_binary '~2£Yað‚„Kœ¨™e',_binary '~2£Yað‚„Kœ¨™e',_binary 'ZƒvZhWk¸f‹D®Zýš\n\".ýlÀG\"bLqšc}','',0,'?'),(_binary '\áq@/»¹ê¦‘Ùž-M\Ë','wp-admin/network/site-users.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/site-users.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\ÅpXW½\åü o Ù·F',_binary '&\Ú\éž\ÉúI5h@d¾;ƒ\ç\Ù^O‡\Ã \Ûa\ÊúC','',0,'?'),(_binary '\ávnÙƒ:ýÞ‹7\Ã+wX','wp-content/plugins/revslider/public/assets/svg/content/ic_redo_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_redo_24px.svg',0,_binary '\ÐS‡l§Ì þ\È4DoŽm\Î\É',_binary '\ÐS‡l§Ì þ\È4DoŽm\Î\É',_binary 'B†i(½Eµ‰•\ÉÀ[šŸ\Ð?3\Îôež>Á;\Ëvw}z','',0,'?'),(_binary '\áwv\ÄY\rú\Û!E\áÖ”§W ','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/NumberHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/NumberHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡ø4Dˆ®8Y]\Ü^',_binary ';.L,\É\äñûÌ¸\":&j¬\\­®¦s2š\Î,¤\Ì','',0,'?'),(_binary '\áx\É7\'NÀ«\'B°–2ó','wp-content/plugins/revslider/public/assets/svg/av/ic_videocam_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_videocam_off_24px.svg',0,_binary '—ö´‚´Ÿ•úÐ¶ªÃ­\"',_binary '—ö´‚´Ÿ•úÐ¶ªÃ­\"',_binary '\â…mšjr—ð+€tŸ\'‘ù’\"ñ\ÒIöþu§@ZW^O|','',0,'?'),(_binary '\á~O®ž\Ê!#jrqar\ß','wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”¯X5\Õ\ìmU\0q&Ý•ø',_binary '\ßö‹M\ïªYM76²\ÅtÞ•¢ó{**–•‚>q™\Âÿ¥r¡°','',0,'?'),(_binary '\á<Ÿ“.¥}¼\ÅKÍ­pŽ','wp-content/plugins/google-site-kit/includes/Core/CLI/CLI_Commands.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/CLI/CLI_Commands.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ¾Í¹\Õ\í½\á¢\Ò+&\Õ\ï©',_binary 'ˆ\Ï\àºpŸÈ¬gN\Ä\Ù\Í\ï€A…O¶_¼;3c\Ó\Ü\ÄU¨[','',0,'?'),(_binary 'áƒ»\ãß›a\ï\"°C¶»ñ\â','wp-content/themes/sinatra/woocommerce/cart/header-widget/icon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget/icon.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@gª±[ƒvf’\á\É:Qù',_binary ']$O\ÇCª¢ü~ ú—\ço\æf²r\"l#|c¾1uBô^p','',0,'?'),(_binary '\áˆ\n‹™7^ %qp07','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessRow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessRow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øyT\ÔIÚ¬@€zø{m',_binary 'hE‡6¯\êU\ìôóU³`™“”(o¨\Çj°Gø»¤Aÿ\n','',0,'?'),(_binary '\áˆiò£h§ ?õ0Š\ç\è','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_bold_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_bold_24px.svg',0,_binary '†\í·|ÇŸ²X»\çNb>',_binary '†\í·|ÇŸ²X»\çNb>',_binary '°x¶lw\Çm\ëÌ›9–‹\í²z¢üûmW‚\Ï8\è ','',0,'?'),(_binary 'áˆ³ö®\ÝÖŠZÑ€W 9Ã¾','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\Xý¶.+\Ì#ay\ÝrÀ',_binary '{\âôÁ.54]7ñXóI4\"§†„BŒÓ…„\Ü\Ñ','',0,'?'),(_binary '\á‹Ê“ý/F_¬T\Ô\ïZ™“–','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-900.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-900.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')`\ê#\Ð‰«Šbc[\n',_binary '\ã\á†<$¡BIä´ªþ´º–u\Î:\"cjþ‚¦V','',0,'?'),(_binary '\áŽ\'ƒµ’J\Ú\í\élmÀ','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_center_focus_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_center_focus_24px.svg',0,_binary 'qMR\Ï\Ú{EŸ‹D¤R',_binary 'qMR\Ï\Ú{EŸ‹D¤R',_binary 'ù×•L4k:Ð°‘\éO³+\È\íZœ\Ö\Ì\È&wA¹\ÊM\ÆD','',0,'?'),(_binary '\á?¤ƒ{Ÿ¿”pðCŒQ\Õ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDisplayVideo360AdvertiserLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDisplayVideo360AdvertiserLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V¢\"lT\éUZ§Õ¥+x|\á',_binary '\Ó\Ç-°”ô:*EO£\Òu†etl=\Ê\åb\ÙbA!\nG`üYK','',0,'?'),(_binary '\á‘,˜ÿõ¥\Û\ØV\ß’†¤','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/ModuleRegistry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/ModuleRegistry.php',0,_binary 'J-\è÷<:\Î\ä>\ãy\ìaX3x',_binary 'J-\è÷<:\Î\ä>\ãy\ìaX3x',_binary 'ª:z§\éõh\Âý§\ç	\Ïýœÿ/Þ°\Ô5_iy­+QjN\Ñ','',0,'?'),(_binary '\á“<\0@ð\"ixð\ì\ÔQ\Ëw\"','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageDismisser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageDismisser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§\n\Ü\Òqm1 ò%Æ¾§W',_binary '~\ç{ -„ ¦\ë\ÚD\ÜsXR!°œˆ\Âöú(bŠ }','',0,'?'),(_binary 'á•µ7\\Fû|‹[Eª„\çl','wp-includes/sodium_compat/src/Core/Curve25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Î¶=·`\Ûv\ZC÷­',_binary 'x¢\Ö«Ó¡U\ruXºaL\Éq&\ÒóŽ”\Ì\0“-\ì\ÖN','',0,'?'),(_binary '\á–\îa0P@\Üa\\xŠþ-','wp-includes/blocks/social-link/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-link/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\ÑP«y‰³xæ§¬KVm@\Å',_binary '\Õ\ÑòŒA\áð§¨¤û‰ƒN\Ì\0\ã+ô4ðPò\ç]elRªp','',0,'?'),(_binary '\á™>Â“\ê\Æ\Ì\nô5´\ë\äZ','wp-includes/customize/class-wp-customize-image-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-image-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jÿf¥\ì³	Ë¥\Ø^\èÐš',_binary '¨\nu ¨8\á\rYYµ\ä:\nVkÁ¢ý.aGˆóGoM','',0,'?'),(_binary '\á™p\é€Kùª9Y’=|ø\Û','wp-content/plugins/elementor/includes/controls/alert.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/alert.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À \ä¿\0qoú.º‰ûx3Š',_binary '\Ó\Úmƒ\áþvš\ï\Ç\É\ç½m¸_„e€hñX; ','',0,'?'),(_binary 'áŸµgŒ<Â‹ò*4\èu%','wp-content/plugins/google-site-kit/third-party/google/auth/COPYING','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/COPYING',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â¨TE\Äþ‚eÄ­	cS[',_binary 'o\Ø<\Îþ ¢F5÷õ[ÿW!E=\Å€¦¬Žk­/\Ð','',0,'?'),(_binary '\á¡L\Å1.”©¥-\Ð\ãyn\É','wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸Á\Þ\Â\èÅý\äc]1o]y',_binary '.\í¢}*©i\ëNþ´\èLZ,\ä-$Ž\ä\ëœE\ßcSj\ßu\Ò','',0,'?'),(_binary '\á¢s5´\á2Ÿ\Ú\í>!\Ï\Ë\ÕÀ','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-base.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-base.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Àû\ëð­\ÉE/‘6€†KŽ¬',_binary '÷\Zvð‡z?=.$*\Ïø!\æó\\¿/Q\Ü	7¼\éÀ™\Î','',0,'?'),(_binary 'á¦qA3I\Û\Ð\æDú¸','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_taxi_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_taxi_24px.svg',0,_binary '…*¸¾\Þ\ÒT\Òcˆ+a0ð«',_binary '…*¸¾\Þ\ÒT\Òcˆ+a0ð«',_binary 'A²OdÆ{…\Üßº¦zW™qô\É\ÈO\\œ¯\Ü s','',0,'?'),(_binary '\á¬;ÁDthòE\ÓG\ì>“H‰','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÍÎ“õÿjN÷y¥\Ã8',_binary 'U™\ÍAM¦V\n\É\ÃPWkŽxuû		¶\Úûµ›Œ/ø=','',0,'?'),(_binary 'áºó+’†µ9¦\n\Ö^\Êr','wp-content/plugins/wp-rocket/inc/deprecated/subscriber/Optimization/class-dequeue-jquery-migrate-subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/Optimization/class-dequeue-jquery-migrate-subscriber.php',0,_binary '÷Û$	JB\ä\ç½øhr',_binary '÷Û$	JB\ä\ç½øhr',_binary 'YƒMÓ»\ïšM\Û	MtðFzj\Ì\ï~nt j@\Ã[Ê…','',0,'?'),(_binary '\áÁdw´®+Ô¸]0\çŸk)','wp-content/themes/houzez/property-details/overview.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/overview.php',0,_binary '‘]\á\'\"bkÿ¬)H\n\éŒ',_binary '‘]\á\'\"bkÿ¬)H\n\éŒ',_binary '€Iø\ãJÿûŠ\ï{\ÉÀUhÐ¿ú‚²<zŠ„m=‡Q','',0,'?'),(_binary '\á\Èû›m|\ë™ybœÁ¶\á','wp-includes/class-wp-recovery-mode-email-service.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-recovery-mode-email-service.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò\ÔBÆ©õgø%\åµ}wr¹ò',_binary '‘\ê…#\í\Ç\Ì\n`‚˜ˆ¡ü«½ApYÇ»Göag¤D‹\ì','',0,'?'),(_binary '\áÍœ nG\íé¡¥\Ë\Þ','wp-content/plugins/redux-framework/redux-core/inc/themecheck/checks/class-redux-full-package.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/checks/class-redux-full-package.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~\åœKa\Ö#ú˜\ï-4UI2.',_binary 'dcV;tŠñC¯\ÊÙ™\å\ç˜% Øš\Ý^Œ¦fó2 —\ÔQ³','',0,'?'),(_binary '\á\ÙnR\é”h\ÃWz\nŸ4¾\r','wp-content/plugins/wpforms-lite/assets/css/admin/edit-post-education.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin/edit-post-education.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z¿JA}…\Ù	\ÍgSHž|',_binary '{>…ü°5\Ì\Å4®KFwóÁøZ¢&)RL\rA´','',0,'?'),(_binary '\á\Ûq…\Ý:súù±#10]-','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÃMDî™µø\ÇF\r\í?',_binary '¤\ä²\Þje¼IÞ¡\Øô£xIƒiñ\Ù\ç\Ö\Þ\0£:@K\ÍÉ¤','',0,'?'),(_binary '\á\Üi\à—4|?¼ü›','wp-includes/blocks/details/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×øm*cavSG•ÁbÉ¦',_binary 'Î}ø)\Í?\Ãu\Ãn4öõ;[lö°±\Òw³Úœ=','',0,'?'),(_binary '\á\á\"\ÐC*ÿª\×š\Ý.®±','wp-content/plugins/wordfence/vendor/.htaccess','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/.htaccess',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£E\"xK\Ê\ê{\Ç8ödS³',_binary 'C‡¾ö½\'r…9½\ì@\âK¡Þ†t¡ª™ö\â§w#@kº','',0,'?'),(_binary '\á\â\Ãgº2ý©# \äú–A2','wp-content/plugins/updraftplus/templates/wp-admin/advanced/db-size.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/db-size.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü˜\\2”#\Å#9«\ï\ÚQ@ª‘',_binary '=Jj>¤ulò}¯oå¾¸\ëUs\ÏL¸¿Ž„','',0,'?'),(_binary '\á\í*ÿy4\Æ\â¼b=^_Š0£','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xwõ¢+Á;ax¨÷jt|',_binary '|t\Ús|œ\Çº­Žð\ïE\Ä*U¨öÆ”«*\Íûk\äÝ¹\Ó','',0,'?'),(_binary '\á\í9p{\Ç\ÞA`&‡H,L\à','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_th.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_th.js',0,_binary '·\ê¤J½N2Ë€hÃ ',_binary '·\ê¤J½N2Ë€hÃ ',_binary 'aE\âM_Z¯\íJ22ðf¿\rE¨\ê#Xn‡‹6l:','',0,'?'),(_binary '\áñ\\9Ã£>œŸ„Iz4“c','wp-includes/js/tinymce/plugins/hr/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/hr/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤\Ék+%Á5l3\æÁ!-¹³',_binary '\Ù2`’”\ÙRi€L³#eØ„ü4\Ç6ògôªp†o~ø','',0,'?'),(_binary '\á÷²ÿ¹L`\íR\Ò`×•›·*','wp-content/plugins/elementor/includes/widgets/image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÆŽ¥f²!œr!&·j‹\âô',_binary 'i—¯­\ä¹9I7—\Ø\à$;\Ë95\Çþ\Ø@#KÉ¹—\à\Ñ','',0,'?'),(_binary '\áùgpT–Ñ©\árß’\Ô\Ú\r','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'O™ðJzE»‰d‘²III’',_binary '\éYu\"ª\Zp\r\æ¥ø\ä3yz?=Zœ\Å\Z¾oußX]g	H','',0,'?'),(_binary '\áùð\É6v.‰\Ã^\Ï0JI…','wp-content/themes/houzez/property-details/partials/overview/bedrooms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/bedrooms.php',0,_binary 'K\à\Æ\çË¥»GRÀnO',_binary 'K\à\Æ\çË¥»GRÀnO',_binary 'ÞµŒ¶Ti÷¥ÿK\ç9÷!EPj\íj\Ê4Q\ÅÁ0MƒH','',0,'?'),(_binary '\áüÞŸCŽE\ÕO}\rÕš','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”M\ã\Ø\â”:1¬¼ühó¥š',_binary '6’=“\í›\È\â\àH\Ø6\ÙXö¶\ë4ö{µU\Ê\ì\É','',0,'?'),(_binary '\â¶0Ea\ïÏ‰^8','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-500italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-500italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â=¯\íhÔ†\í\Ú>[',_binary '„\ÍA+\É\Ë\Ä <ñ\\\Þöy<ˆ*!R\Ê>|#\ëó‹\ë','',0,'?'),(_binary '\âBK†ÀõA—a<\ä­l2','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉXß“\à¾Å’\"X3\î6DQ\Ý',_binary '!l.º.¬\êGI\î´\n7oe\ÈÑ¿\è\';Iÿ\n\n³ \ì','',0,'?'),(_binary '\â†EKó>\èBm/1i','wp-includes/Requests/src/Exception/Transport.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Transport.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ØHa\àò‹òxÁ³\è£',_binary 'ô7˜C–\r‹X\Z<\Îw=,8\árww{c\Üm\à[ýM0ö\ÇD','',0,'?'),(_binary '\â@O¼2\Îñ–Þ§ú','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Frontend.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Frontend.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1K\Ì[®K,\ÏIŒ“\×FŠ—\Ò',_binary 'Ž-\Íª\ï\nÞ™\Ãh3[\Ë\Ò&*y›,¼\×Y¯#²$','',0,'?'),(_binary '\âÙ¹fÊ‡\çzH—%,:Zk','wp-content/plugins/revslider/sr6/assets/js/rs6.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/js/rs6.min.js',0,_binary ';\âi\Æ[^/\ä°k;¾g',_binary ';\âi\Æ[^/\ä°k;¾g',_binary '>\Þ(2v\Ã`I$c\Ù\Ë]ó§ñz–œ™>\É\ê\Ñ \Î3\ß]','',0,'?'),(_binary '\â%h€¿i\r·\0I\Ã\âV','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á¡\"\È1:o\É8\ê°\ìñc',_binary 'VŽ÷\Ê9\Þ{°\Ñ3HO™\Ý\é\â$w_wß\'¶ö:','',0,'?'),(_binary '\â$,\ã³\ì+\Å\àKK!:$h','wp-content/themes/twentytwentyfour/templates/single.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/single.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l/½ïƒˆ÷‹Ha\Ô\êK\à',_binary 'KòT5Ø¦«\Öò‡×‰g~¾C¥v®]‰j–[÷Eo\Ê`','',0,'?'),(_binary '\â)…Þ¤—\íšx7ƒxy¤','wp-content/plugins/revslider/includes/navigations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/navigations.php',0,_binary 'fŸô-­ù ž”´»»\ÔPÁ',_binary 'fŸô-­ù ž”´»»\ÔPÁ',_binary 'HLBƒjù\"\Z6,\ã¼0ýh²½§ú\ß\È\É_Wo†_’','',0,'?'),(_binary '\â+.¬³®c¾M\Z¨Üž±\ä','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/video.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/video.php',0,_binary 'Nó2 ô\ÔZV\ë(Ì˜\Ú\Ê\à',_binary 'Nó2 ô\ÔZV\ë(Ì˜\Ú\Ê\à',_binary 'ôO.oûœmwüþ1†]B(|mQÕ‡Z¬/(Iú\É','',0,'?'),(_binary '\â+ˆ1V/N8\ÂX}&˜f','wp-content/plugins/google-site-kit/includes/Core/Admin/Notices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Notices.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·N¸f†w\Â ¥ññ*´›',_binary 'kmöH¨A›\í)¶þ\ß+4q(<M¢e+\Ìo\Ø','',0,'?'),(_binary '\â-!G‰\Ús*\àF‹€s','wp-content/themes/houzez/framework/stripe-php/lib/CustomerBalanceTransaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/CustomerBalanceTransaction.php',0,_binary '½Ø±\äi¦5#§mÂ‰, ',_binary '½Ø±\äi¦5#§mÂ‰, ',_binary '\Ö\ê$ô?¶2\ä·U½°\Î\é\ÖñF—JZÜ‡ÿÉ¬‡Ú¬U','',0,'?'),(_binary '\â9Rj\×<o½qûƒ\\.\Ê]','wp-content/plugins/wordpress-seo/src/deprecated/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(Ž`(óñR\åO~…ú',_binary '¬¬p\Ê~Š«\ØP¹’zk\Ðcnÿ\ÖD\\\ÐyH\â,iuO','',0,'?'),(_binary '\âL¶>ÙŸ‰#{6p}Y\ã\Î','wp-admin/options-writing.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-writing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^\ßST*œ\Ìl?ƒBóôø',_binary 'ƒ2Y¼\Ì\Ù6’’©°\ÈaûG	\É\ÒRÜ”Õ¶D¡*XµB','',0,'?'),(_binary '\âU6Ï…s\Äd\Â~x¡ýð','wp-includes/sodium_compat/src/Core32/XChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/XChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿Y\Î%RS\Çÿ›\Îñ\ïTY',_binary '`-¬ù³\î\ÃÀ Ÿ\ÔJ·¢\0\â¤P\Ì\äÁ¤#M\"\åµ&o\ï','',0,'?'),(_binary '\âU~‘\Ê)üRQ‰u\0O _','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/WP_Admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/WP_Admin.php',0,_binary 'eAš˜,=Pt5iû<\É\ã\Ê',_binary 'eAš˜,=Pt5iû<\É\ã\Ê',_binary '¬\ïFl†\Ã\0NS<\âKÀ\ÐN¬F‚s\ê\Ç`û$¨','',0,'?'),(_binary '\âU\ÖbxBU»AŒ[m`J','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=5\n-~(bjg\Ï]Z}(',_binary 'sO²3a}W\ÄðöU‚²ûp\Ë\î‹9&þ†\Ë\ßAõhW','',0,'?'),(_binary '\âVVö©F=/\ÇQ(q\'\Ï3','wp-content/plugins/elementor/includes/controls/code.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/code.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':\ÎN‘HCÿ%W\ÃÖˆ\Ü\Ó\ìÿ',_binary ';€’\Õe\à\Òr—p,n²—NoØ””^\Ì~¥\ÖI±›®','',0,'?'),(_binary '\â[À(¡ø	¼RR‰Rw«x','wp-content/themes/sinatra/woocommerce/single-product/tabs/tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/single-product/tabs/tabs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'LyC\ë,‡\ÎJ\ÒÝ¡R(j',_binary '\Ïu‹)qLû³Bb\Ù@\á5û\åòq\ïD™W*A9ô','',0,'?'),(_binary '\â^}R	\íV7{WI\rH','wp-includes/blocks/search.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Vò.i´iIG\á\ÍrŸ¨ˆb',_binary '\Ò\Ì~\Õ\×IV	2£sXuj\Ì\ê+bQ0\í­J\"U\Ì}Z','',0,'?'),(_binary '\âk8M\à\ÌÑ²ô’pÿ\0€','wp-content/themes/houzez/template-parts/realtors/agency/service-area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/service-area.php',0,_binary 'ƒ³D4\Ï[\äb„®U\æ\î‚ß®',_binary 'ƒ³D4\Ï[\äb„®U\æ\î‚ß®',_binary '\Ñ\r%\í\rM7’<\Ó_¤XN[œG\Ê\Ä\ê\èœÿ13Oþ±C','',0,'?'),(_binary '\âl\Åÿ‡·ˆõÊ£‡6i»','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic/meta-box-conditional-logic.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic/meta-box-conditional-logic.php',0,_binary ';\ãy\ß;¸§þj:(\×2\â',_binary ';\ãy\ß;¸§þj:(\×2\â',_binary 'ú™¦ó\ã¥C¿ô™\æ£\nÂžßŒ‹\å¸b\Ôó\Î\àØ²\Ô\Ô\Â','',0,'?'),(_binary '\âoñ\åF“	\0Ö²³ˆ3\Ã','wp-content/themes/houzez/template-parts/search/search-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-v1.php',0,_binary '¾:­¹\è{¢M\Ä¨\Ä3¬',_binary '¾:­¹\è{¢M\Ä¨\Ä3¬',_binary '’)!I\Ö\ÒÚª\Ül\Ñûp‘Vn?PK¬cœ\îL\Ç','',0,'?'),(_binary '\âq²K™;\Ô;\àº)Ì§R','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L:TÂ©’xA|Œ\ÍI¢V',_binary '„bÕ•ðÑ¾6\â\äM´µ¨w\Ò¡•‹\ÕUY¼Ê²zœ°\Í','',0,'?'),(_binary '\ây¨0H#;\èe\n\"¢+','wp-includes/js/dist/server-side-render.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/server-side-render.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß]ÿ™œÊ±¢§\á\Ç}',_binary '>4%Š\ák©È•—&\Ïdl°Sk³Zú\×Õ¢‘\r\æU(','',0,'?'),(_binary '\â†=Ô¡!,F0Yò¸´','wp-content/plugins/revslider/public/assets/svg/notification/ic_event_busy_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_event_busy_24px.svg',0,_binary 'v\å&\ì/gŸ\ÂòÍ£‹C',_binary 'v\å&\ì/gŸ\ÂòÍ£‹C',_binary '\ïT\ç‡\Égô\ß\Ñ\ì9B\â\ã\ä9®)p²Yv\ÈJ§“\Ì','',0,'?'),(_binary '\â‰B…|”¥²\ãƒ½D÷','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽW¹’¦º&hE5†Ox¸\ê',_binary '1\rŠ\éû*–h\\\äBöo\Õ–\ÐB®}ÿù_ù„XD7','',0,'?'),(_binary '\â“õ`a(\îðþ\ÙUC÷','wp-content/plugins/wp-rocket/views/settings/page-sections/tutorials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/tutorials.php',0,_binary '¨\îP\nead©A¦,ûû\ê',_binary '¨\îP\nead©A¦,ûû\ê',_binary '\Òñ!‰\Þ¢Aõ\âR£7÷õo\Ýó5\è}@€\ã>’!\æXMb','',0,'?'),(_binary '\â«^¹´¿\Õ\ê\Ø[-‡>d1','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner-2.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner-2.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—ª^P8,ømŠv,\á\Z',_binary 'Yð\n)<ú¿Å¡1£C¸	 \ë#(°\éZ™\Ëv\Ê,a','',0,'?'),(_binary 'â«•om\ÅK½gÖ•¦\Ê\Ñ\Z','wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù›´x“$(9‰@$‚õ\æ\ï',_binary 'D;ð*`K[?\Ëô5…ŠG[™…d÷¤5“BE\ßÁŽv','',0,'?'),(_binary '\â¯ô­H}\Ù	¯b\êxuS\Ô','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_classmap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_classmap.php',0,_binary 'V²šVˆAMV¡Q]•J‘',_binary 'V²šVˆAMV¡Q]•J‘',_binary 'pej8 ¡“\íZ\çG$–±\êø\'™„\ÓUgý\Ä\n\\o&G','',0,'?'),(_binary '\â³ð€\Ì\Æu.w¿\Üú*\n','wp-content/plugins/google-site-kit/includes/Core/Authentication/Has_Connected_Admins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Has_Connected_Admins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '09\Ðp²F\Þ4y¼G\Úþ\Ä',_binary '­®åªa\Ð\"\ä”4Ikóg|Mþ_&j\ÉC\à>e\':•»À','',0,'?'),(_binary 'â··\é\ØÁ»û\Å\Ê?¬XHiŽ','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/open-street-map-old.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/open-street-map-old.js',0,_binary 'ò»`ÀxC+\ÖÄœR',_binary 'ò»`ÀxC+\ÖÄœR',_binary '\ßvB™S\Å\rª;=‹òˆÖ­š¯L\äq8ƒ|yeeø…¤¯ö','',0,'?'),(_binary '\â\ÄZa9ŸUÀzü³Õ¶','wp-includes/class-wp-date-query.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-date-query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡{€Å½_…\è‹/\æC¤',_binary 'wE!«mŽj4\Ñ=a²…\0º3­>\ÓÕª\Ã%£	\Þi\î','',0,'?'),(_binary '\â\Ê\ÒUHDS{¯¾/ø','wp-content/themes/houzez/template-parts/header/header-5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-5.php',0,_binary '°\æŽB’Ar\n\Ô1\Ì}göc',_binary '°\æŽB’Ar\n\Ô1\Ì}göc',_binary '÷\r1‚ú:»sµt\Ù\ßT§k¨\ë|A½!Ó½3}€\èª\ÌMn','',0,'?'),(_binary '\â\Í&•+=\Û[’?\áÿb¥!\Ô','wp-content/plugins/elementor/assets/css/widget-social-icons.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0™©þ\çQœ\è\Ñ\á\ì\å\ék!',_binary 'ùj	¤\Öýue\ßdB¡+“\ÖuVe¹Ù¿','',0,'?'),(_binary '\âÏ€ªs\ç„Y©°S\×\"\Ë','wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/fonts/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/fonts/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\â\ÓH,\âóT¤	(X\î^x\×','wp-content/plugins/redux-framework/redux-core/templates/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\â\×lY]]b•žW\ì@','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'iM\ßúö\n%7#\ÆTšW›t',_binary '²OÞ‘‚Í”d\Ø\Ðe\Ûh™­÷jP»Œø_¡\ä`£ß†w{','',0,'?'),(_binary '\â×‰E¹\Îl9“u©¦F7IG','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶ô<Q‘PH?V\âf5x\"\çw',_binary '\î2Â²Žª¤<5‰ì¶ž8\Ób_rGCI’F\ÞÍ ú','',0,'?'),(_binary '\â\Ù\Ó\È\Í-P¿F?•:õ','wp-includes/blocks/comments/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e8\Ö\à_©©\Z¿«ê€²',_binary '¯\nôq …C5!\Ê\Î|v\Ö\Û\0+iM\ÏÔ  K€\Öf\\{}','',0,'?'),(_binary '\â\ßY+õ\âk|bp†»Ñ…','wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0È°&¾Š¡[\ë\\\Ï\×P',_binary '^v\Å\ÖEx\ÄcEÒ¶ùCÑ©Gam:‹ƒk²+†ú\ÒƒA$','',0,'?'),(_binary '\â\àtª|\ryÁô³\0\ç”\Ão','wp-content/plugins/elementor/modules/system-info/reporters/user.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/user.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\ÍÁQk‚\Î\ÕE2õ(',_binary 'ºñ”´©KE’¿\Ø\Ù6h\ãì½–d†6\nS)3o\Âbn','',0,'?'),(_binary '\â\â[qn\Ìu£:lÝ”Íªb','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/class-redux-sorter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/class-redux-sorter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œó&N¾\æ°\ZK‹ST$',_binary '”÷	Ùµ$Z  1\é¤/r‘5*kÔƒ€¨\Ø\É–û‰P','',0,'?'),(_binary '\â\âeóÀ\Ì\Þ\n‡\Çüš«ö\0\Ð','wp-content/plugins/wpforms-lite/assets/images/splash/sullie.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/splash/sullie.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÑwK¬nv±s²×¼\Þ‘»',_binary 'h\În:¾»²\Ç\r2“vB\Ø\Þ\ïC‚Œ·ðWº\ã\æ¯y\é’','',0,'?'),(_binary '\â\äÄ¸:\ß,p´1¿\ÛHr','wp-admin/js/dashboard.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/dashboard.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ\âg	ñ\Ë1m\ÈÑ±5œ*',_binary '\Ä\Ø\çþßY±\Ü\é\È\évYIŠý\änš	SD7¶\Ì\\¶d`','',0,'?'),(_binary '\âì˜‰\r“\í\å\Ýn²	½\è','wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™@#ýj×ˆsð d3{',_binary '~?\ZL‡\Þ(o%Ê“ˆ\Ó^—÷÷};—”\ï+B Y%','',0,'?'),(_binary '\âð(¯hYÔ«>e^r\î\å%','wp-content/plugins/wpforms-lite/assets/images/builder/loading-spinner.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/loading-spinner.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ2¦O\nzù\Ðx+é‰',_binary 'ù\Â9÷(\îv@Ë­\Ù&Jx2\nƒ]\Ã¦\Ò\\\Å\Öw«Lò','',0,'?'),(_binary '\âñ©¥€¯óa\ÆöØ¤W©','wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties.php',0,_binary '|…dýM\ì\ÏFqo±\\j)õ',_binary '|…dýM\ì\ÏFqo±\\j)õ',_binary 'æ°ƒÙ•„!\î5¡e\Ý\"\Ôt\ã0p\nPz1ü‡\Ël\ïG×','',0,'?'),(_binary '\âôŠq\Ñ,a9–\ÑP\':\Ò','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/field-registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/field-registry.php',0,_binary 'K˜¦ú\êx\ê-\Ô­(»ub°',_binary 'K˜¦ú\êx\ê-\Ô­(»ub°',_binary '\èx”»s\"*¯ö\Òó5½\ÚJn\ê\âQ,¿}6{\Î5«\ç#b','',0,'?'),(_binary '\âö\Þ\ìv‹ò.Œ\Z´\ä~\Ô','wp-content/plugins/one-click-demo-import/vendor/composer/autoload_real.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_real.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\å\ÓzbUG²©6\0œP4 ',_binary '§`þ\Ï\Ù\ÊÛ½yé¬£ü–™\è\å¡SÃœ‰;Eg\îý‘r','',0,'?'),(_binary '\âû\ê\Ä,U_p–\Ý$¹','wp-content/plugins/elementor/core/editor/data/globals/controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/data/globals/controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\ë\Î9’\çÃ¯\Ò«t¡\ç',_binary 'f?`$%\ê\è\î$ø\Ñ=½³’\ígª\ß-w7\ã\í\Ú$r¾','',0,'?'),(_binary '\ã\0¼•×•oxi3%\r+]kg','wp-admin/images/post-formats.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/post-formats.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜKÿ\á\Ñ\0“\ä\Ù%3¨\Öº',_binary '9Æºƒ&\Ï]Ÿ¯nŸEu¡Àa]iF\é÷\Æó¿Æ³\Â','',0,'?'),(_binary '\ãð—m‹^\Å4(£!ü,\ÈK','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-sliderAccess.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-sliderAccess.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H¯ \Ö\ì}wCZ#Là¶šþ\Z',_binary 'eQªß´M(c\"•¢}E‹[™û˜\á„]¼‹¤jxz','',0,'?'),(_binary '\ã5\ï\ãö´ý˜‡Œ¦','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù\ç\Í\n ^oÄŠÛž',_binary '\ÕL™•ŽÒ•\ã\Òdù™ùL£÷»&G*v,Ø‚x!r^','',0,'?'),(_binary '\ã4CVZù\"\ë\Ü\è\Ä\Ï1d“','wp-content/plugins/redux-framework/redux-core/inc/fields/text/redux-text.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/text/redux-text.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý\"¿:³œ†\Ãù\à¥g\à',_binary 'ÁŒ;Y&w\ÅDVÿRo­’‘­£\Ç1 *øˆG®%\ç','',0,'?'),(_binary '\ã·+\ÞÐ¯Ž«\Ò(˜“\ít ','wp-content/plugins/wpforms-lite/includes/fields/class-gdpr-checkbox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-gdpr-checkbox.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý”:­•½ð§ò¡\Î=\Ô',_binary '^Ò—vG\Ä]Œ1§¿¬´±—ŸY\r3\ì\ä\ÕC&`','',0,'?'),(_binary '\ãûI¹©SL¼È²\Æq³(','wp-content/plugins/elementor/core/upgrade/custom-tasks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/custom-tasks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Gøµ„²˜Z*\Îø1­B\Ðd',_binary '?@~M9WB¾)bX1ýBóf¦–\Þ™òX\Û\Ù}','',0,'?'),(_binary '\ãx\\5nžW\n¬Š\Ò\Ý\Ç','wp-includes/blocks/embed/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ™\Æ\è/›†P³\\A8\ÝX\à',_binary '\Ó0\ÅEž\ÃH³\éõŒC\åŸ\Ýg\\ú,1ùm»¦#ú5}˜','',0,'?'),(_binary '\ã)ý W!<BM:&€¦û”ÿ','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Config.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äB­¹bª€\\B\ÒŒ<X',_binary '‘\ìE»L5\é“>\Ç\r÷hS\ZX\×^–= ñ¦\'[3A\È','',0,'?'),(_binary '\ã-m}‘6\á\ç0ùË™\Ñtó','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pgøö\Ö\é­A=Xz\ã¹p\r',_binary '\çº›¦{c\ÕRøÙ\Z°K€}¾\Z1V¦¼tõ¤\ßû','',0,'?'),(_binary '\ã/ü\Ûý£\âH å‘™','wp-content/plugins/wpforms-lite/src/Admin/Forms/Views.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Views.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜Z`fW\\S\äB!\ì²#B·',_binary '¤\ÛY·Dû	\Ýd»®×€ûC\n?\nµm]ÀL\\G\Ën','',0,'?'),(_binary '\ã/·\Þú\Å_\ç=©wú\Õ','wp-content/plugins/revslider/public/assets/svg/action/ic_flight_land_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_flight_land_24px.svg',0,_binary 'Ü««Ø˜\Äþa*jžK\r\ä:',_binary 'Ü««Ø˜\Äþa*jžK\r\ä:',_binary 'r?†‹Ý–NªA{\è­pÈ»Á´Ú…±[º\ãa$E¾Sð·','',0,'?'),(_binary '\ã0—;\ê-,\ÓA\ÞEy\æ','wp-includes/theme-compat/sidebar.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/sidebar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\\Þ\â\È\äŠ\ç¤t\Í¥',_binary '1=†U©gžPv“Xª3a\Ë@®¸ šb%\ìù½ºo\Ô\\\â\'','',0,'?'),(_binary '\ã2S`\ä\\±\ÐF/HV#\Í','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Subscriber.php',0,_binary '\ØBVÇž\âP5|E¥ù\'\Þ',_binary '\ØBVÇž\âP5|E¥ù\'\Þ',_binary '¥Z€:\î\ÆVõ0\Ý\êŽ\Í%‰DiN¹hi!\Æß¹ú€\Ò','',0,'?'),(_binary '\ã6‰\íDó[\Ú5‡\äû¦c\Â','wp-content/plugins/revslider/public/assets/svg/editor/ic_merge_type_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_merge_type_24px.svg',0,_binary 'ŠÞ²­:4±)ž!*”t',_binary 'ŠÞ²­:4±)ž!*”t',_binary 'kÆ•[ž/kB\ì…|¨>\\`\Ær¨\Øt=†ŽVE=¹ïž','',0,'?'),(_binary '\ã?\ä\Ã\çz‰8=G7+”ø','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê÷Î¦{t‰m™‰Ð†\äµj',_binary '«I\Û\é\á@H{YÖ²\ÑI„V£@\r0É™Ï€\æñ\nhŽX','',0,'?'),(_binary '\ã@d€¡)\ÍZ\é\Û/\ì','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/CubeHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/CubeHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w\Õ\ËH­°>¶t`\æH\ÏBR“',_binary '\É\Ã«\éó­n\×7Í½<H‹x”Ñ„Œ\ÓU\\C~6m+{','',0,'?'),(_binary '\ãB—‡\"^I\nš\ÒùhÆœ','wp-includes/js/dist/dom.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/dom.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±³YlOG\Öa1‚‘\r&',_binary 'v\Ùñ2i_\Õ\Â\ÚÑ¯­²_ŒY\ákù³‡*;º','',0,'?'),(_binary '\ãM©v\ë´\ÈhVµ\Z>\ä(÷','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessOrderByDimensionOrderBy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessOrderByDimensionOrderBy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊF\åõÁ‚4ý6µ\Çõ®\Ïr',_binary '‘nQ=[\Ú#a{¼ƒ+!\êi<ã¿ Š9\Ïº·IO7','',0,'?'),(_binary '\ãR#¶E\Ê6\Ês…ˆ\ë\î¾s','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sv.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sv.js',0,_binary 'Å´„a{«^ú”‰\Æaß±',_binary 'Å´„a{«^ú”‰\Æaß±',_binary 'i\rž>C™‘_‰\î‘\ÔÆµ•‚ß«”\\s¡a8>Ã€6\×','',0,'?'),(_binary '\ãR\Ðz²jÂŽ½O%y','wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/REST_Key_Metrics_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/REST_Key_Metrics_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸\Âß‘\ê\ì\Z\Ög°¨`r¹a',_binary '\ÒŽ‹:[\Ò\àp2,6MZM¨d\áª\Ì?\Â0LDH÷w\á','',0,'?'),(_binary '\ãS¹\Ê\"BcB\å-\ÆyŸ','wp-content/plugins/wordpress-seo/src/commands/command-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/commands/command-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(¡yúªX¹@s$Xos±',_binary 'y\ÃdT!ôÿ&R\\¹p\à^¹ˆOS\"N\í\îu\æS\Õ\á¡\Ä\Þ','',0,'?'),(_binary '\ãXŽ­\ÕU\È|Ô„\î~\ë–','wp-content/themes/houzez/template-parts/footer/footer-bottom-v4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/footer-bottom-v4.php',0,_binary '.¥EºÀBKý\ÝAÝ…\Â',_binary '.¥EºÀBKý\ÝAÝ…\Â',_binary '¨¬\Î\à8\ßI=O·Ç›È¼ù\íkf©\Â\Öi¸_‚E','',0,'?'),(_binary '\ãYÐš\äqK.3h¾§Ò¦\ã\í','wp-includes/blocks/footnotes/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/footnotes/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#± üq7À@v£Ÿ³Þ‘',_binary '\î\Ôi÷	þ\ÉÀ`\"¸TB]ñ\î\æ-\Õ\ÓY™w\×\êf]‹,q\Õ','',0,'?'),(_binary '\ã[ L\àn\È\Ù>€°ŽVðv','wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/Subscriber.php',0,_binary '[†06¸Àdˆ‹Î¸\Æq±„',_binary '[†06¸Àdˆ‹Î¸\Æq±„',_binary 'n™Q\Ð@\É\ä\êðŠ³/\ÃÀöú§\ÅÞ‡wÿ—/4«(uB8','',0,'?'),(_binary '\ãa\ÝOj\'÷Å»D*ÖV4','wp-cron.php','/home1/arxacomm/public_html/point2listingcanada/wp-cron.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xÿ%y6\ã\æ\ë‹?7\×ÿ',_binary '”\ï^g\Ükö\È)ý$\ê\Þ\îÂ²¡]\Þ\r2%C\çÕ…½¸\\ø','',0,'?'),(_binary '\ãba\ßl\ÂÁ˜4°æ‹²Nð','wp-content/plugins/elementor/includes/controls/url.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/url.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯P»\à4<Àm\Â\â\0\Ã\ë',_binary '¸Œ\ì\Ý¬\Ço\ÕPy\çªf;µ\îA‘)\Å“[\àh²°','',0,'?'),(_binary '\ãck±-˜€[´l}ƒ\Ù9G','wp-content/plugins/revslider/public/assets/svg/navigation/ic_close_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_close_36px.svg',0,_binary '7\">.}À}\ZB?P\Å4\ÕN',_binary '7\">.}À}\ZB?P\Å4\ÕN',_binary 'ˆ³Ë‰Ã¥§\Ì\ÄB“hP\ÌZ\ãø@?v…FŸ\Ý)¡ï¤\Î16','',0,'?'),(_binary '\ãi¯\ê\"öü1š³HN\r›','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\ãm5^¹\ÛÀ\Çu\È\ê°9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß(t\î\×„\r4\Ô\ÇcR',_binary '¯^\àVô£x‹þ\Í_:\Æ\ák	¤\Ü(£\á?½B\Ë!','',0,'?'),(_binary '\ãsóº\ÉW7H¶\Ë\Å','wp-content/plugins/elementor/core/utils/plugins-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/plugins-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\Òä½(^jƒ†¼ã§·xš',_binary 'Ü’‘\ÄZ‚‚ðY‡\Æ\êj*\é!9j¡\Ä\ê7“\×Põ\à†m¸','',0,'?'),(_binary '\ãyjü\ß\æ\í{¾Z}6¯›','wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚r0þBRU\Å\"C€…ƒm',_binary '\ÖGµFY ¼PfúQ3e\ÅK`\å_\Å]Þ¸ˆ\Ï','',0,'?'),(_binary '\ã†#\' º~“º\Æ\ç/z¶F','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï\Þ\êj\ÌòµÒ«%eó\0Ï»',_binary '‰\Ë-ßŸ&¤(:\Õ4‚h\É?©?Oñºr‘”‚`ŠøsHh\ê','',0,'?'),(_binary 'ã´\É/\Øe\È<\ä$Ip','wp-content/themes/sinatra/inc/admin/assets/css/select2.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/select2.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ýŸ\ä=‘c>!…ÁºÝ¨',_binary 'b(ZöApˆ±ýocxH\Êaô\ÎP®O£]†Dó=F\Û','',0,'?'),(_binary '\ãœ\0\n€G¸¸\á`þ¦0','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U„\ß\É)p\ç\Ôó\ZPó¦',_binary 'œA¸Å‘€Ù‹*œûWG…Ÿ7«\Ò\"VRRÁRQ\î¶\à','',0,'?'),(_binary '\ãŸ?\Ø\Ä\ê1fQ¸Xš«','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/IssuingServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/IssuingServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š¬\áC¤>*Ký\çu1¿È¶ ',_binary '^\Z%º„•\ë;\"\â\×\êP¹‰»\0\Ëd @\Ô]u\Ý\Ô|¹a¬','',0,'?'),(_binary '\ã e\Æ\\\Ûk\îc\ç\ßXf','wp-includes/customize/class-wp-customize-upload-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-upload-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ø“‰B8¥?)ivr­`-‹',_binary ' ~t~¸ýX¹«% ˜\ÌK/3-n6\0\ÈRB—Ö¨G–','',0,'?'),(_binary '\ã¢Rs{p~ž\Ú\ägÐØ‘\Õ','wp-includes/css/dist/reusable-blocks/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/reusable-blocks/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Èº=Mÿc\âMÀ\Ï‚Z\rÏ›',_binary 'yòz3JÁi<D\×~gh´€Bb€f@4ajYŠšÀ','',0,'?'),(_binary '\ã¢X®‚-þ\ßù‚\ìÀ \Î','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/wikipedia.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/wikipedia.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À»)\"w\ä“\èu(BýaÁ\Ú',_binary 'd\ZÊ•®U\ÃNw²D%ò\Êü¼­Š¿*Pºþk~\ÕFL\Ë6%','',0,'?'),(_binary '\ã¯D{\ÒÂŽW\Î1²ö','wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\ÕCñöû\ì;\Ñe­°´–',_binary 'Oœú7Þšn£ÿ¾•\Ñ#ñõxY\ß\Ã\Ü6\æf±ñUKª','',0,'?'),(_binary '\ã\Ãx\ÚJ¦gÊ—;\âÀ0X','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\Ë$³0\éF2p‹\Ïe²',_binary 'L°$\ÐFlûÃœ;j\Ï÷\Èpù}]()²º­Bz		¬\r@','',0,'?'),(_binary '\ã\Ç\æ\ZH\nº\Z4‡¡e&û','wp-content/themes/sinatra/template-parts/footer/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/footer/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4\Ï3(p\àOªË¢M\Ñ}ˆ\Ø',_binary '<\ÌŒ$\ç_K\è\É4Je	=O|\Ì\Æz\éË‹©q r6Y','',0,'?'),(_binary '\ã\È¢c/Y‚?…a\Ç°','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/NotFoundExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/NotFoundExceptionInterface.php',0,_binary '\Ís\ã$ðqÂº\"¾W\Ã.',_binary '\Ís\ã$ðqÂº\"¾W\Ã.',_binary '¥ûU[Áù#´c\Ù\Æp‰ µ¾_2m\ê(­Õ›\Î\Â','',0,'?'),(_binary '\ã\Ë\ç¶s0?BW´\âŸÇ£!','wp-content/plugins/updraftplus/includes/updraftplus-tour.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftplus-tour.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P\Ôv6V74í¿‘ù&\0',_binary '\Äm\È4È¶€²@q÷t\"6!XK- !—¬\Öi\æB9K«mW','',0,'?'),(_binary '\ã\ÓY\É8y‰\'i§õ\é\ã\Z{','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/OrderBy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/OrderBy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó!X\Ò-ºªOôNN\Ä',_binary '\åL£½\Öx\Åù	‡¥c‚x¡`­9IX¿ÿ¨¸?\Û÷ˆ','',0,'?'),(_binary '\ãß³$?w}¶ mË¦\n\Åg','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Activator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Activator.php',0,_binary '\Ó7Qœþ,H»$†ß¸þ',_binary '\Ó7Qœþ,H»$†ß¸þ',_binary '\ë¶û°\Î\Öü\Ï\ÇD»(_\Õ,Ÿ6tšÍŽ0LfpW&Åƒ\Í','',0,'?'),(_binary '\ã\áq\Õ82½úv\Â&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpview/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ýj5qŒ™S\rXŒ\Ú\îi\è\ê',_binary 'Ej\Z…³\Z°I\Óñ\Ó3J\Ä\çG»jVÝ’¤¤6<S\ç9P','',0,'?'),(_binary '\ã\ã¶H‘Š§„\Ï%\â÷\Ú,ƒ¸','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|¦%;w©ý¯Q»8ø\È@',_binary 'wi>\Þ6·Æ¬\à4\È\å .N\ÊC¹\äž\Zÿ4ªIOž\Ù','',0,'?'),(_binary '\ã\ä2,ô\ÙKõ­c/Ám\r\"0','wp-content/plugins/houzez-studio/admin/js/i18n/pt.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/pt.js',0,_binary 'U*d\àd\r$\å>õ„À¢m',_binary 'U*d\àd\r$\å>õ„À¢m',_binary 'I¯\ÚNºªR\æš$8R0\íu;M\Ä\"Ô¶û\æþ\ï','',0,'?'),(_binary '\ã\èL¿\í2qŒŒù%‰N\ä\Ï,','wp-content/themes/houzez/property-details/single-property-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/single-property-tabs.php',0,_binary 'H2\ï\Ä$µsf\Ûa€\nö ',_binary 'H2\ï\Ä$µsf\Ûa€\nö ',_binary '‰p\ï\å¬7\è\Äh\Ï\â\á<M‹c?²‚Ä”zL;h\Ñ\Ñ\à¼','',0,'?'),(_binary '\ã\é@E\Z\Íô®ðA‚S>\è ','wp-content/themes/houzez/js/vendors/i18n/defaults-vi_VN.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-vi_VN.js',0,_binary ' e\Ø\Þsµ\'†eŽ3»',_binary ' e\Ø\Þsµ\'†eŽ3»',_binary '¨ý¿\0 ü9/ßŒ\×F\ÊZ%öJ³­ÿ½Y\ÌZG%x\Z','',0,'?'),(_binary '\ã\ìó<kUJv%ò1‚‡','wp-includes/fonts/dashicons.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/dashicons.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7¨¡\Â÷\Þ|±¯\Øû¡‡Z',_binary '\ßDº\ÊD+ve‚h \Þs>±˜¬Züfo‚÷vWˆ~,=','',0,'?'),(_binary '\ã\íò¤Z	Y…Œ»\î\':/','wp-content/plugins/wpforms-lite/assets/images/about/icon-none.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/icon-none.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\L4\æÈ›7ÿqM\ç4\Å~Gn',_binary '\Ì^¡¿c\Å\Øi/¤}¼(\ëQE2ø\É†w','',0,'?'),(_binary '\ãñoù\ÓE\ÄÁ\áÕ™ƒr–','wp-content/themes/houzez/framework/options/logo-favicons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/logo-favicons.php',0,_binary '\Üþ‹\ÝX\Î{µGRjf\Ý\È4',_binary '\Üþ‹\ÝX\Î{µGRjf\Ý\È4',_binary '¯gL¾j¡´—F£\Õ‹5s´0\\\îu‚:n\à•e\Âþ^','',0,'?'),(_binary '\ãõ®·MH\ï³D\Û9¾Ó®','wp-content/themes/houzez/template-parts/header/partials/nav-right.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/nav-right.php',0,_binary ' \ç\ÊQ†…–\äþ\ê\íBpj',_binary ' \ç\ÊQ†…–\äþ\ê\íBpj',_binary 'Lv\Í\Ù\Éþ\×ðô\ÓB2\Ï>vð\ÈJ#]ƒ<o#™G¬+E','',0,'?'),(_binary '\ãù\å@1¾š\Å\è­uMš{þ','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\Åg¥d-`9 +¹Z',_binary 'ö\ri@O|¬¶]‹\ïÁŒ$œ]‚¢M\Ü Å‰Dn\ê\Æ','',0,'?'),(_binary '\ãÿ–PT§u@•\ám‘t\î÷','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/ApiErrorException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/ApiErrorException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'À»L?Ñ¼}\\Š\Ó\Ä\Ô\Ãû',_binary '‹K8ñC \è5‰!HLs´˜q\ï_6ž\í@ŽóV\Ð9y¯\Ä','',0,'?'),(_binary '\ãÿ8þ?p\ÈC\Ø|T¬Zº³','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê\Ù:Z‰‘(y\ÄHð”\ç17',_binary 'ýXš\ák¼®¤\Ýfˆðl\Ù\Ë\âC~}‚Ö¶˜\â ú','',0,'?'),(_binary '\ä\Ô`c´@3\í\Ï\Òvz´','wp-includes/blocks/legacy-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/legacy-widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…´><ªv\ÎK,kw\×vc',_binary 'ÁñFx\Òy\Ý\îó§\ã–\é\0¦\Ã?;v\ã3\ßLÁ­','',0,'?'),(_binary '\äˆ\ç\Ä\æ@\Êv6ým\ÖR{\Ï','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessInListFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessInListFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'U•¬]vZ¶.eŸR}ÿ\Öc',_binary 'a?M.’\"\áž¼¸D>\Þ-x#\åN\ßSPµvˆœŽ\"\0','',0,'?'),(_binary '\äl\×\Ë!šLW\à[óï„¸','wp-content/themes/yith-wonder/parts/header-left-logo-nav-inline.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header-left-logo-nav-inline.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öTi™žƒo‚­hD\Ï\Ä',_binary '\ÌL\Æ<_\ÉZ	P±öš\">sÕ­Q\Ä>q\â\Ó\"5\'','',0,'?'),(_binary '\ä\Ñ\ç#ÿiJ\å®H·?ö@¸','wp-includes/class-wp-http-curl.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-curl.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'í¼±3Š@RbÀ”û‡‹Zl',_binary '|\×\n\ÂT\éÐ°\æ\á›\Ü\Ó\Æb[†jû¶>‡ÁŒ´%v;°þ','',0,'?'),(_binary '\äw¢\Í\Ó\ÖV¥\Ð\ë¼!\Ü','wp-admin/includes/class-wp-ms-themes-list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-ms-themes-list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çi\îa\ß\ç\"‡òŒ…¿',_binary '/\n©¿\ì\ä?[UFªhH\ÚHº{c±%Z3t‘}c\ä\â','',0,'?'),(_binary '\ä)&	©Žˆl˜i,\á¿H','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_stacked.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_stacked.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' °þuA	\Ø0¬™“\æ\Ä',_binary 'U—^f\ÖR\ÚÍ‚:k\í°=š\Þ\0eªó§J£Å„\ß\Ã','',0,'?'),(_binary '\ä„o\Ñ\ß3Æ°\nÿ\É\Í@•','wp-content/plugins/wpforms-lite/assets/js/admin/builder/form-templates.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/form-templates.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F)\rðú»\\šHC¢°}\è\Ê',_binary ')‡nW,m÷0	\ä±\Ø*ß“@Ý¼:\àg\Ù\Ó\êð¸\"','',0,'?'),(_binary '\ä\ZôK\éõ^ª½û\nõ','wp-includes/blocks/image/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÈZ\ÄERœM\Z\Ña 0·',_binary 'HsTIQ\Â36½P\Ö-\â\ãv\Ô\ìøSŒª£…\ÑaøtsF','',0,'?'),(_binary '\ä >hŠ{:»(\È\ï+7','wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü|-+\ìAú©üsåš¤',_binary 'iJ6»¯,,T|§hƒ½X\î*\æ	\Ò\Åiø\è„ÂŸ\Õ\Ç','',0,'?'),(_binary '\ä)dX»:\î\æõh:}k','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\ZZ\ëü\\\È)D4œ.chü',_binary '\Ì\åC9²£Ì»ÿ€1P±\ä\Ä\n\Ï5\ê.\à_[:,','',0,'?'),(_binary '\ä,°\Ò*iV¨O1a\ß\n3\ë','wp-includes/blocks/post-featured-image/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bLsm¸pŽç¸ª\étM\ê',_binary '\"-\è=[nÀ>÷\á=\æ(`«­&c\Ø\Ä¼Cüº¾†ýi','',0,'?'),(_binary '\ä/±\Èd‘[\í3¢8\ï.˜X','wp-content/themes/sinatra/inc/customizer/controls/button/button.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/button/button.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ‰þÔ3kò’¾\ÅI¶',_binary '±œwFpâ½¹WM\\\å9ó\îhÀ2¼•v—L³M‰+r','',0,'?'),(_binary '\ä/ÁVpkùú^õB¥\\\å','wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':L6÷\ÍóiÉ«ŽH²A\È]',_binary 'ú‡F¹Q°\ÎûQ\Ðû\Ä4X\ÕxŠ\Ú&\ê$lH\ßù\Ôkd\Ø','',0,'?'),(_binary '\ä2\ÕÿÆ—\ï…% “','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Table.php',0,_binary '{õ2\Ñ\ç²RŒ;q™•Ã»5‰',_binary '{õ2\Ñ\ç²RŒ;q™•Ã»5‰',_binary '¬\á\ä\ÆM\\\ä¢ojÔ±\æý¡5 ²»º@-\è\\²Y}^','',0,'?'),(_binary '\ä4\æP•cþ•’aI\ÔWÀ','wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-metabox-snippets-lite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-metabox-snippets-lite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽS#	Ø©õØ‘©»ó<K\Õ',_binary 'DÊœ¯ „gÙŒ@Ás\éð0P¿#µ?xym¤–T®','',0,'?'),(_binary '\ä5œc6”‹#û\ß-\è\Í\à','wp-content/plugins/revslider/public/assets/svg/places/ic_all_inclusive_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_all_inclusive_24px.svg',0,_binary '\Â\æ=Ž°\\iqð\ÐùwÀ',_binary '\Â\æ=Ž°\\iqð\ÐùwÀ',_binary '£MJ\\°r¦±\Ê\ë\ZÅß¹¾nöÀú»kˆo¥®Z\×\â4','',0,'?'),(_binary '\ä5]µFJ2¹,zj”º_,L','wp-content/themes/houzez/img/map/marker-plus.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/map/marker-plus.svg',0,_binary '\æ1\ï\Êý>û\ïûm„*¦6',_binary '\æ1\ï\Êý>û\ïûm„*¦6',_binary '5’öº\ÞX¶\\Q\á•x_IúAÿ|!òÖ‚ÁG3\Z\í½','',0,'?'),(_binary '\ä9÷óS­G\í\×ôö\í(r­','wp-content/plugins/revslider/public/assets/svg/navigation/ic_check_36px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_check_36px.svg',0,_binary 'k£,Zª¯M“\Ø6C',_binary 'k£,Zª¯M“\Ø6C',_binary ' vH+T‚Ë¶8ð(ye\ÓÂŠü‰\ÅA\Ë\É\Öùºn\â','',0,'?'),(_binary '\ä:€.j,\ÔV}‚\ÑH^\É','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/class-redux-customizer-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/class-redux-customizer-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y¬šb­iö°n™û•\Ü5|;',_binary '\åõhÕŸM\ê~¤GYÄ¿W\â4\Ô5ä®¬FJz‘q®€­','',0,'?'),(_binary '\äL\é-¨ñ«’þG\ï_\Ð\È\Ó','wp-content/plugins/wpforms-lite/templates/emails/general-style.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/general-style.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â@~¿|g\á(¬_]›Ô¢',_binary '\á\ãHrQ„·ƒ8H§!›ƒ\ÖÜŠK–HÊ·S\î¥^+ª','',0,'?'),(_binary '\äR\ß\í\è<¼²\Í\Ñ~C7m5\Û','wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û\n¯>ô:·\Ê3V!l’n“0',_binary '\Ä\Ü|ƒþ‚¿¡˜&L%9k¶y½}\"6k_%\rñ\ç­','',0,'?'),(_binary '\ä\\/è„W\Þn\Î-•\n 9','wp-includes/blocks/image/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'|d\Ågk€B\\Pñ\'\\\ÐJž',_binary '“÷E:\ÏJXh›\ÑR’L\Êt¼o¿\í\ç\nu\r\á»]\ËK\ã¯','',0,'?'),(_binary '\äb …=e\é$$\ïH\â«\r','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SiteGenController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SiteGenController.php',0,_binary '\ÜxEüýüT&¢ ÷‚ó',_binary '\ÜxEüýüT&¢ ÷‚ó',_binary '\ç»-3J^-,Œ?‘¬¸¸¹kË’>\ãNhø¾CS\ËÉ†Ÿ','',0,'?'),(_binary '\äl[C¸˜¸\Z\Z\ã\ËY (¢','wp-content/plugins/revslider/public/assets/svg/action/ic_lightbulb_outline_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_lightbulb_outline_24px.svg',0,_binary '\Ûúˆ)\ÈÝ§6À\Ü\Ã\n',_binary '\Ûúˆ)\ÈÝ§6À\Ü\Ã\n',_binary '6òŽÙ­¢\Í5¤\ÈJO\è˜W½š¸qJ‡\Z6\ÂL\Ê4AA2','',0,'?'),(_binary '\änò9-ºA\ÖnAó|hr','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö\r’“QôºR°øg\â\Î\ä',_binary 'š\Êÿªrg\áz¼ªM\É#ö\Ð\\f.c¥õó<”ó','',0,'?'),(_binary '\äuJ4¸š‚w{\áø\ÞÒ€\\','wp-content/themes/sinatra/template-parts/hero/hero-hover-slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/hero/hero-hover-slider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜óWoˆ.;û¢¶ö!',_binary '\è\Ìe¸lúMœ\Û\ß&ƒN²§ôð“\Ä\è§\ÎÁŠC¨«`#','',0,'?'),(_binary '\äyñbbŸßu$#Ô–','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'KPñŸ—©§·›4˜\Ý\×\í\Ê',_binary 'naÓ±¥›*gUq\Ù¥y#²\ÊÿóIa\Ð\ë\Æ`*³;•','',0,'?'),(_binary '\äz^}ù„Â¤hh3\ržˆw','wp-content/plugins/wordfence/images/options.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/options.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥V\ÉðÑ´®\Çó»A\ï¥',_binary 'D:\Âbw\Ã#^›€\Ï4¬BÀKIP‰?	zÀn‰V\Ì_','',0,'?'),(_binary '\ä}ÿ\ØÊ­ñBŽ–—ˆÐœ\êr','wp-content/plugins/elementor/assets/svg-paths/arc.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/svg-paths/arc.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4\"`Ÿ—Kl]Vr©ú\\&4',_binary '\í\n;x©F®¼ø#\é\\\Æo\Ï3(¸~‚þ’ø‹–Ù™V','',0,'?'),(_binary '\ä~£\ÛS\æ7zJ®—\Ò,Œ','wp-content/plugins/wpforms-lite/assets/images/lite-connect/raised-hand.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/raised-hand.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vÅŠwneþK¬ƒ±-(ù\Ü',_binary '÷,6ˆ \çœBO%ŸÉŠ@½É¯W¡{9\Ö=vPv','',0,'?'),(_binary 'äƒ‰‘\r\Ë6ñÝ³Nû?Šõ','wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP/Notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP/Notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_\æô³#\r)Svi',_binary '„Ô¹¦Ág!™\È7—oÙšVQÀòV+‚þ›\Úÿ','',0,'?'),(_binary 'ä†®G*\×~–5H\Ò\ÜI','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fm\ìvCI=\ÑwbÖ¾ö;',_binary 'û™L\×c¢c±\É9\Ô00p“¢’\Ë$ÂŽÓ¥†Œ²ü','',0,'?'),(_binary '\ä‡][ç—¾2_þ/¥”ò','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/soliloquy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/soliloquy.php',0,_binary '\ËwY¦\ãÓºý`F\é@\á',_binary '\ËwY¦\ãÓºý`F\é@\á',_binary '~\äñF÷ò÷¬M8‚tchL\Z\Ñ%(\ry‹1Ÿp‡a','',0,'?'),(_binary '\äˆPò\Ù]XK\Ö<\ìŸkm¶','wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛüÚµ¸\Æ{ñ|˜	6H”',_binary 'l×ºX5Gžm¡^š›WÀ/9C¾³\Ûd¶\ã%£\Ü«','',0,'?'),(_binary 'äˆ”“¢÷p\éJ…¼‰gˆ\Ñ','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\'\Ù\Ö\Õ\Îoµ”S\Ð',_binary '\Ø’W\Ó\Â\Ñ\ä›\ä„\Âc\ä‹`õ\á\Îeb€\'Ü‰\Ùe™','',0,'?'),(_binary 'äˆ»\"ô®\é>˜T\é76˜µ','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverInterface.php',0,_binary '„kE!V“Ê«@I\×Ib\æ',_binary '„kE!V“Ê«@I\×Ib\æ',_binary '<UT\Æ\ël7K£ðRƒ\ì\\±¶IkÀDž~£Ž\ê','',0,'?'),(_binary 'ä‹Šø†\ÎV!ý2d¨-\n','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è(EÉ¿\'jš+.T’}\Ö\É',_binary '\ìHž°Ù²úy\ã«G\Ûóy?\Ä-n \íg`Â’\Ìî„ a','',0,'?'),(_binary '\ä˜*\în\Û~už†–\ZYÀ','wp-content/plugins/wpforms-lite/assets/images/about/plugin-aioseo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-aioseo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø¾þ¸}’÷¡¡K–\çR¨',_binary '[5\ÃWŸ¿ª\Ô|þÀr¾\ÆPbŠV )\\œvMFm™ÍŒ','',0,'?'),(_binary '\ä›h\ßÑºtX5õU','wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Þ­;P½^\×&¿\ÈW>\\^‘',_binary '6?ö†\Ö\0%;541:r¢!oN°„#‡`¨\'O\Ï\Â\"]\Í','',0,'?'),(_binary '\äœ\Ör`qˆs¡]D\Ù\ZÖ•','wp-content/themes/houzez/template-parts/listing/partials/item-featured-label.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-featured-label.php',0,_binary 'Ú–-\àõ\Ï\èb2\Ö\ÙŽ',_binary 'Ú–-\àõ\Ï\èb2\Ö\ÙŽ',_binary 'p\\-\éd\ÞÇ…e\ãø\ÖR¥¼o[}þ-¢\Ü\0¶¦ÚŽ­k\å','',0,'?'),(_binary 'ä¡­¿¶ö Ù”[_\Æ\ç4\0','wp-content/plugins/redux-framework/sample/sections/advanced-features/wpml-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/advanced-features/wpml-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L bù0R \ãr©\Ï\ãå­¨¿',_binary '\íþÝ‡Ž²²ž¶Î™T>i¶Ng\áK‹LÅ­‚\Ì\ï3~APµ','',0,'?'),(_binary 'ä¢ƒ\Æùÿœhw¢•\Î\Ó&«\È','wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡\Ë\à™Nþ\ì\\\Æi\ï¿\è\ß',_binary 'XÜ˜”3^È¦‰®€*\îñb\ÍI:6\ÄUkB\\\è¸¸­c','',0,'?'),(_binary '\ä³\"®vçº©©\Ö\ËrŸ\æ¯','wp-content/plugins/redux-framework/redux-core/assets/scss/color-picker.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/color-picker.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#­?¡}›¬\ì?#}‘\Çz\å',_binary 'Æ„BIbæ½Œ\ÕT\Æ ¢6©¡ú}A?õô]\"y\î\Ù{,','',0,'?'),(_binary '\ä¸*9WJýG• \ï–0u-','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListPaymentsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListPaymentsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'hY6Y…’Ÿ\Õmw\è12Z',_binary '\í˜Æ´Ÿž\êfŠ\íú§¨‘\Éÿ\Ñ}W\Æ\Ã‹/¨(\Z','',0,'?'),(_binary '\ä»\â\Åâª¾X\Ø\ç+ªMj','wp-content/themes/sinatra/template-parts/header-page-title-single.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header-page-title-single.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.ymšó=XLC,HE—R',_binary '˜K\Òû\Üýú›bË‘\ë›‹˜]\Ö\Ê\rg\Õ\îuõÉœ;*','',0,'?'),(_binary '\ä¼yª±–0¸ôÑ®5…','wp-content/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php',0,_binary 'l<\å\"4¡+ŽU’O\\',_binary 'l<\å\"4¡+ŽU’O\\',_binary '\'žw§\Ç,~n\"\áW©\Ã¿%1X\ã[¤8`´\çôûA','',0,'?'),(_binary '\ä¼\Ê9¤\ÍÊ›E	?—jþ','wp-content/plugins/google-site-kit/includes/Core/Admin/Dashboard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Dashboard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢¹\ì\ãgp\Ïú‰&\Â\Ü\ås\Ù',_binary 'a.0x\"s\Ëy0—j `.´ðLVYD\Ä\Þùiq\åI\ÊbÇH','',0,'?'),(_binary '\ä\Ê)ýµ\í0\ß	¼¹\Ñò','wp-content/plugins/redux-framework/sample/sections/typography/typography.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/typography/typography.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Àt^ó‹~¦ºÁG«–ù•™',_binary '®­G\ê1œ÷\×/\çù\ë¬1M‘*5®\Ö\ß\Å#z*7Ì3\áñ','',0,'?'),(_binary '\äË˜\n´\Ï\Û¶D.\n{','wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_in_talk_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_in_talk_24px.svg',0,_binary 'À¿f\çbšôÇ¤(\àM\Ôus',_binary 'À¿f\çbšôÇ¤(\àM\Ôus',_binary 'lÍ¤z\ÕxÓž\ïžd_[§%¸g1ùe‰K—HrJµDý4','',0,'?'),(_binary '\ä\Ñ,G†ˆ/ÀuŸ~e{\Ö','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤®\ÉD™\\?LbY¾³–(\Ñ',_binary '<\'S¸y¤9+o\ë­n±À	ª!\êý\Ì\\\î…%o-c','',0,'?'),(_binary '\ä\Ô|\åœ\à\á´.B£','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§¥œõ\ì2q3·ð“]',_binary 'Žˆ\àX\á\\\á\Õ\Ûv0¸m\Õú™C§þ)\ÑI‡','',0,'?'),(_binary '\ä\Ú_I¯xœ\É\íF£','wp-content/plugins/updraftplus/backup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/backup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´0ŒbjÅ‘\ä„¾¦1:',_binary '\Ùa5\Êôh-l7\Ä\ÓJ,7\Ìòb‚¨‹\"uÿ\å\Éð[’³K','',0,'?'),(_binary '\ä\Ý×x3§\ÐR\ï„yr','wp-content/plugins/revslider/public/assets/svg/av/ic_subtitles_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_subtitles_24px.svg',0,_binary 'tq`¥g#± ˆž\Ó',_binary 'tq`¥g#± ˆž\Ó',_binary '\Ãåµ¾¨pBvøyõk½ ·tw8¸š Å™öÎž¼[96','',0,'?'),(_binary '\ä\ß\æ¨\ÞzpKC²{\\>‚ó','wp-admin/js/dashboard.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/dashboard.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú÷\èð\Ó°	\é1™\×S|',_binary '\Z‚µ>\\2q¨ª£ØºóH\Ó\ít(b•Wú]rDB©÷5','',0,'?'),(_binary '\ä\äƒalº\Z\ä\×ø5ˆ\â™0µ','wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/ServiceProvider.php',0,_binary 'iŸ¶ª´¨dpü\í\ßö@Lr¿',_binary 'iŸ¶ª´¨dpü\í\ßö@Lr¿',_binary 'õ\0f\áuõg\ày‘]&U\â¸\ÄXñ½\ç|rXZ','',0,'?'),(_binary '\ä\æ¯w\Öp{›\ì¶V¸:q','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-key.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-key.svg',0,_binary '\Æ¤4.,GK\\ñýi@\"\ç',_binary '\Æ¤4.,GK\\ñýi@\"\ç',_binary '‚ˆ\È\Ï\ì\ê‚M4e´q\Ù\Z~.V’\âfÎ\ÆÁ›™_9\ít','',0,'?'),(_binary '\ä\è/R27BKDYHº»œ','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Issuing/IssuingServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Issuing/IssuingServiceFactory.php',0,_binary ':”¦\Úz\0¼dß—\ëz´«Œ',_binary ':”¦\Úz\0¼dß—\ëz´«Œ',_binary '#NŒÈ“b^\èú\èa^›\Z\à\ß[3sü\Ä÷U\\','',0,'?'),(_binary '\ä\é\ß\Òd´\àÁ\ß\ãs¼£j','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_remote_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_remote_24px.svg',0,_binary '~—,Lþ<COp:ðq¬',_binary '~—,Lþ<COp:ðq¬',_binary 'ŒÇ¥6•š_õR~@.ƒU—§¯\áLö\êp“šƒò¯aU\Êi','',0,'?'),(_binary '\ä\ê¿1þ]\ÃM|®K\ÔFZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfBulkCountries.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°±ü¥;]\àMTé®Œª=',_binary '¿B$	\Û(–ZŒ„\ê-¡SX?Z\áñ} 2Çk(25\ä','',0,'?'),(_binary '\ä\ê$W\Òû?#Ê]…¨y','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ“FhÅ©`tBñG+',_binary 'Ž\ï\ÇZTlfN®@\Ç\ÞI;\Ó\Ì!E‚ž\Í\ÍLt‹\È\é\Ñ','',0,'?'),(_binary '\äö\00‡ùqŸÄŠNy)”\Ô','wp-includes/plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/plugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ögÖ’a\ÔfX	–*\Ä\\eK0',_binary 'w\Ó\Zc.(ª¨\ÕUc™IñŸsyÿ\ë8÷ÿê©™\É\Z~','',0,'?'),(_binary '\å\0\á=\'‚ƒ\í‘bŠ¼º—Á','wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php',0,_binary '\ì\åQ`ªH5\ãI\Ç\È(´u',_binary '\ì\åQ`ªH5\ãI\Ç\È(´u',_binary '\ÈN£)ôõ\è>`õù!p\É9§†œ\ÆoöÇœ“Á0\à','',0,'?'),(_binary '\å|\ÂL\r¥\ßÿW·ó\è','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“Sª\ï\Ý&Œ\èLt×µ?}¶',_binary 'U-V[\å®3)Œ\'”l²\ë°\àiw‰\àO[v b#\Ñ\Ð2','',0,'?'),(_binary '\å\íÀ&Ô¢–G\'w\ÇT\àÁe','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/banner-image.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/banner-image.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òzS!\ír+žF”»1µŠC\Ý',_binary '¤y\àµXA\Ìumzƒ¶,ˆ©H…4ƒ«º\à32q\ZþÀ','',0,'?'),(_binary '\å7¤€ð/Dv91\Âj/','wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àû0ÀY7òG‰T\á',_binary '£fÿ\îp\rCê•Œ\ãM\ä\ã}„»«8[\0>\Ò\Ò.lJ','',0,'?'),(_binary '\å™-‰úÓ¦œÿ˜§\Ö\à\æ','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade186.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade186.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉH> HÃ¿V´¢¯=\ÍR\ç',_binary '^\Ãj\0XLA~\á(U.\Æ\ÔV¨Œ-’Ð…¨{\Üx\ÉN@R','',0,'?'),(_binary '\å³ñJ>&uÈ§\Ó\ËU)uº','wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/Cleaner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/Cleaner.php',0,_binary 'H„\Í7r.Œù<³f\æU^:',_binary 'H„\Í7r.Œù<³f\æU^:',_binary '†ý\r$~\ß\r7¢\n¡®±ÁI j2<‘³:ž\ZÀ','',0,'?'),(_binary '\åfcÿ¯>\'m/ÁƒœO','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsEntitlements.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsEntitlements.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·ãŸž¦®römü*Cbd¸•',_binary '4)\ã\rŒ \n=žŠMôµ¤›\Þ\ì\ÍT\àöÃº› ¥jc','',0,'?'),(_binary '\å&^\Ýk\ä\\r2(E\éÊ‚','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-regular.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-regular.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+ý\á{š„\Îd¯x\Û‡¨/',_binary '~\r\ïõU¦œ+±5>\ë\0/Ã–0\Í5¥Uù\Ê)ñG','',0,'?'),(_binary '\åµˆ+Tx*”ø0r~','wp-content/plugins/updraftplus/methods/email.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/email.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\á§M\Ö\×V92\è°ö\É',_binary 'Ø/|þ¢»¼ñaHì˜…\Ü¹\Ç&«­\ì5e¾}\'','',0,'?'),(_binary '\åT‡J2\ÌsW7\Þ9…g_','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/office-chair.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/office-chair.svg',0,_binary 'yû\rÆ½1<ñ±m€\Ð5“~',_binary 'yû\rÆ½1<ñ±m€\Ð5“~',_binary '\ã^n3\"Ž±Ú¼8õ2-Ž E\Ê@a7“_m[‰','',0,'?'),(_binary '\å›EZ4|ñ±T¢Ÿ$','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/OptionSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/OptionSubscriber.php',0,_binary 'm´\Â\ÎTÌ‚‚:#qQ\ß5\æ',_binary 'm´\Â\ÎTÌ‚‚:#qQ\ß5\æ',_binary 'XFDöý‡b\Ý]6\ä§G\ëó\ã\éz\è¨.d\Ñ<l\ÑO','',0,'?'),(_binary '\å$¹`xF×’v VÝ¤\Ñm¾','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/403.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/403.js',0,_binary 'Í˜gR´¼•x5%\nM\Ö',_binary 'Í˜gR´¼•x5%\nM\Ö',_binary '¡7e~[’*¤2{üÐ®\ÊH‘?\\~\n•‰\êµo¿¶š','',0,'?'),(_binary '\å\'\Ò`FÌ”\Ì~\ÙÄ–“œ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C¿ýõØ\é\Ì0\Ð+C„²…',_binary '`>&i(Å¹›…‚C”\Î\ßfÿ\î\ë&ñ\Ï\ì>Y\"¦','',0,'?'),(_binary '\å)¦é·«œ\ÊgÌ¨R','wp-includes/blocks/loginout/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/loginout/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚#ªkh½ªYE\ãsœ@\à',_binary '\â\æ;\ÖWÿ“\'>—¤“ô\"Õ¤ùHÕ‡\'·\â€t‰¢s','',0,'?'),(_binary '\å++ðD\ïX£œ‰5\ÖÅ\Ó','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSourceChildLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSourceChildLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ\æIM\Ð-¦´³¿}I\Â%¾ø',_binary 'q„½e\×5“ù#ü\æ\ï/\ã²‚€bÝ‹\ÔzÇšÕ¦@','',0,'?'),(_binary '\å5&$5Q¡’‡5\ìž\íN\ß','wp-includes/js/dist/edit-widgets.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/edit-widgets.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…r¹ô(× \íW)R”ª',_binary 'nµ&)E™v!Wù,\Ò\Þ+o\nwJó¤§#\ì?ø','',0,'?'),(_binary '\å:\Ú\\nJ°Š\ÅE–¿\Ø!','wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø4f¿úü\'?’\ÍS¶',_binary 'JL°P‰=À<c3+¥aªOÕ—œE(Ð³','',0,'?'),(_binary '\å@.\\A {5)q*Š`','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$4et‰mj’\Üp\ÜY.',_binary '!¯>M\Ç\ëCÐ5DÓŸ½c?ö–\".%\Ó\Ëû/‰\Ö5','',0,'?'),(_binary '\åB\"5û\Ê+5’aŠiQôT','wp-content/plugins/elementor/modules/home/api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/api.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ':»\Ø+Žªv’\"He¹',_binary '@\ÌhV÷\ZR­:nC\"\Ï+È–ÙƒŒ³o±£¦ó\àv˜›°x','',0,'?'),(_binary '\åCžÇ´ú\é²k‘q{.L','wp-includes/js/dist/block-serialization-default-parser.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-serialization-default-parser.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'hŸYÁÁ\Éðuö;',_binary '‚·\â–\à™ô\ám­ž\ÂSi\Øüx\á¼?[!\ê_`¯','',0,'?'),(_binary '\åC\ÓRU(0\nƒÿQœ\Ã.¤','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd?\"l\ÎPò·\rc„EŽ„V',_binary 'y¦\ÃÛšf(\Ù\Æ{Ÿ‹w}Â„FŸ4Q4“6¿¦K!','',0,'?'),(_binary '\åDŽ?üˆe®2F+õŸ\É\Z','wp-content/plugins/wpforms-lite/assets/images/addon-icon-brevo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-brevo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®ž#6$ü(¡w\0q\ÆS',_binary 'F\nFY=X.;\Ô\Ùz’±»WJ\åhÿ2E‹R\áþ}¬,8','',0,'?'),(_binary '\åE?’\'y”\ÍÞ««¸\\yðl','wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û—]’ˆK\ÌÆ¦e;\î1ôû',_binary '9¶$~\ÊJ‘	’WºVQ‹e\'<.øwgl}ñ­zðˆ3','',0,'?'),(_binary '\åH\Æ\Ì4….\\\ã:‰\ç#\à\î','wp-admin/css/l10n.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/l10n.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j¶®k\Ù\Õ\"»>\Û\"Òª²',_binary ')j€ö½¯T­œD\0\ï¢M«33_dž0\Ô#¦>\n','',0,'?'),(_binary '\åI¿)ß‚:þ$©\í\"9s›','wp-includes/blocks/term-description/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/term-description/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð2\îç’Œ\äoF™`@_\Ð',_binary 'X¢øH)e¼?J\×\ÒWy\î2ö¡\r\Ïkq‘üL•ô\ï\ç‡K-7','',0,'?'),(_binary '\åI\Ü\ä\îa¬!±›­c–·','wp-includes/Requests/src/Response/Headers.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Response/Headers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öPü\ÖL«—ƒ\Çl³\ÍwÎ³',_binary '§\Ï\Å\ë0Ÿ\éaø‹mƒÁ.*b¸3¤\0·AhyÌ§B¸','',0,'?'),(_binary '\åN\àeC\ÍR,\rF \Æöe','wp-content/plugins/elementor/modules/wp-cli/command.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/wp-cli/command.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üœy7w`m\×i\ì\ÕN\ÛbPC',_binary 'oEuDKþ0\ã³	\Ý\á”¨»)§8x½p§H42ñNÒ‰˜','',0,'?'),(_binary '\åOœ\Ó\ì\Ã¢ú\Ú\ê\×','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}/\ÑX5$\×9ÿñ/\Þe',_binary ';ªþ5b°½G\ìS£¦B:e}¢\è\ì\Ñ\Ö!q|z\Ò6ô¿','',0,'?'),(_binary '\åR«¹q± vö\Úz\rPU','wp-content/plugins/wordfence/languages/wordfence.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/languages/wordfence.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y­a\ë\ß:`LŽ±”\ÜµO',_binary '—lÃ\\dC\ä=Ô—/wº(=úG\áNùFÑ¡–{(Cc*\È','',0,'?'),(_binary '\åR\Ë\ä5?’- S£^H—ý','wp-admin/js/editor-expand.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/editor-expand.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«‡zY®{: \ß\ï\Ô/\Ã*K',_binary 'BžQB\Ð5·\Ùò\è\×Æ½dÎšL\Ý<\éù¨\ì±¨‹€\Í','',0,'?'),(_binary '\åTUYIù¬u¶½(ý\\ª','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\åb±w5Ò³hM´f·šÀ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hi.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hi.js',0,_binary '®ø\ÊTË‚ûñY0i\"iy·~',_binary '®ø\ÊTË‚ûñY0i\"iy·~',_binary 'ˆú\0’¨\åñ*ˆV^Coª¾r;0\ÎK³:t\ÜnÀƒR\ã','',0,'?'),(_binary '\åeÅ\Âúôüýn·…ŸA\Û','wp-content/plugins/wordfence/lib/wfView.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfView.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[žÜº\Ñ-Ë†N\n™\\\ÏnO',_binary 'x\áˆ2Q¿…\í\àmkÙ«@IFRh\ÕHu~\ÂR8¨\"z\ìK4\Æ','',0,'?'),(_binary '\åhU\Ì\Ën~\í\ß\âUy|\Ò','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\ÕY–)\æ\É)g\Ø\r',_binary 'bµ5\\\äœ.º¾“MEŸ\à¦ñ°¬£ò’ýb…','',0,'?'),(_binary '\ål?kŽ¼!i\ÑzD§','wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V\Æ\Þ\Ív²-ú7M\nF\Ü)•',_binary 'ò\ã5/%QL9x\Ë-7…›r¼\Ê~o} ]R‰ý','',0,'?'),(_binary '\åo‚\ßø\ï:oNp\'d³!','wp-content/plugins/wordpress-seo/src/helpers/string-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/string-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾§6à«“(D—®4\"\Ùx¾\ì',_binary '\èfVº\'½M\Ó\á¶|GÉ¯\0MT\0¡ƒ)\Æ|[7šy','',0,'?'),(_binary '\åseþ¬ŸQr^T\èKù','wp-includes/blocks/post-title/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-title/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶úõ\ì\Ö8X‹\èoYc',_binary 'o’W Bx½\ßpºû…\Õ\'.uZ^ò‡\Ê2cˆ´±€','',0,'?'),(_binary '\å{Ò€\nh\Í\'gž)0s\\','wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÑF8`¢?•úy\ZXW¦\â{',_binary 'gac­}JF\älZ–\×ý\ëþ`StŠšMÿö\ÛÏµc6F','',0,'?'),(_binary '\å„#—nÎº“\î³	»£\Ö','wp-includes/css/dist/edit-site/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-site/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	5‹Ò‹×™Iüø\ïõ¯T™\Ó',_binary 'ˆ.}\ìM0\Ìß–Ø‰Ke:¶O’sü\Ë÷\âY¤\\','',0,'?'),(_binary 'å†³¹S™¹¥^ƒÛ–tjd•','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-700.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-700.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÁÛ†Rã’@è¡Ž\0—',_binary '/c \Î\ÊT)ŒY—#P!yö*¦¿õoG‘$Fz½*/','',0,'?'),(_binary '\åˆka±¥\åCºlKrW\íø','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”¼XúÀ–œ\ÎG¸\íò\Û\É',_binary '\Õ\ÌB1˜\ä\0”\×\ÙB\×\Ê\ÑWÈ‚Qš“t>M\Ð@e','',0,'?'),(_binary '\åŒ\ç|¸\ë¿Ô–\Ò>ò6s','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßxQ¥‚Ù¼93xKDW õ)',_binary '\Í%®!ÿ\à]Š\Ðc&&æ„—¹d\ïˆ\ÃfeŽ|½´Û’‚','',0,'?'),(_binary 'å£SfŒF\ì\ç\ì\æ \\—','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·€¶\Êûþü\ã,¥1\á@b9',_binary '£$-G\ÇZËµðºyÇ€¨\è\n_\àBT¬ÀQ(','',0,'?'),(_binary '\å\Õú°5\Ü1QŠ?ž_µ¢','wp-includes/https-migration.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/https-migration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bd¼†^´qnú\ÃÌ +',_binary 'P~9ˆ8‡Y ‡¢§’*2\æ*ž´ j\Ýi»Å­³','',0,'?'),(_binary '\å‘0.ó‹¼}ý2µ½öF.\Ç','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Jobs/Factory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Jobs/Factory.php',0,_binary '`^\å\ÊL´™\Ý\Î\Ðm',_binary '`^\å\ÊL´™\Ý\Î\Ðm',_binary '4q1,;\è{¢08A%©Œ\Îstð\ë\ß\êlcYz','',0,'?'),(_binary '\å”<›½‘\0û+/U]—','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-schedule-tour-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-schedule-tour-v2.php',0,_binary '\Ü4›4tg± H]#\ÍE´ò',_binary '\Ü4›4tg± H]#\ÍE´ò',_binary '[\Üh¾¥… 0vÄ¿r\ÙÀu¸@l\ÃI\Ü\ÜB\âøÜ²\r†\Å','',0,'?'),(_binary '\å”Óñ^s<\Ê	ø\Çl\Û','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage/index.js',0,_binary '\×÷\Z³ûÚ’Àò\ÚÙ ©v\â',_binary '\×÷\Z³ûÚ’Àò\ÚÙ ©v\â',_binary '\É!u\å~\Ç)¹B}=_ô\år†Npü\à,ž\Ë\Ì\ÕAx','',0,'?'),(_binary '\å™ú¡-;] Ys2‚','wp-content/themes/houzez/property-details/luxury-homes/address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/address.php',0,_binary ']TV«ü@y³­V\á\Z$',_binary ']TV«ü@y³­V\á\Z$',_binary '>#’¦x]O1l—¸“y!}}þ#X3Z\Ék\ÑYÏ­','',0,'?'),(_binary '\åœ\Ðöû8¸|LŸP\ï‹	','wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯•þHnEw^ŽÁý\'D_',_binary '¤m\Ê\Å@½Aq\ÌR¿À´$Êƒªj¢ò”\éb\îv\æ—','',0,'?'),(_binary '\å¦c†5\É\Ô\è<`¯—','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Php70.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Php70.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0e—’Aò^*¦™-\æ•÷',_binary '\çT\á \Þü ¬@M¼SKX\\9ui\\‰­\ê·g\éb·¶ˆ¥','',0,'?'),(_binary 'å«›\É.\Ç%:HÜ¦˜õ	','wp-content/themes/houzez/js/vendors/i18n/defaults-en_US.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-en_US.js.map',0,_binary '\êX”‚€\Ãtz¡Ã›.fÁL',_binary '\êX”‚€\Ãtz¡Ã›.fÁL',_binary '\"\Ê-5I~ž=}º$\0\Ç5\È6²„t<\0¼¨x\ç\ÎXš\Þ','',0,'?'),(_binary '\å®/7=ú#Õ‡û\Ú\Z„8¿€','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/V1betaAudienceRow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/V1betaAudienceRow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª¼ÀŒKhnƒV\î`¬',_binary 'a¿¬•ƒ„¥Uš•!<iü}\"R\ÉVhÛ£\î¹°YÜš§\Î','',0,'?'),(_binary '\å³\ãr§\áµcp¯r¿','wp-content/themes/houzez/template-parts/login-register/register-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/login-register/register-form.php',0,_binary '”dRŠ±›º—ra²ùÁM\rö',_binary '”dRŠ±›º—ra²ùÁM\rö',_binary 'TŽ\Î&<µ\ä1D¼¦-õ\Zó€5\ê\0ñ\ËI‚0-žo‰','',0,'?'),(_binary 'å³³$¿ @z6§\0`’\Ñ/ª','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Õ‹}\ç\ïB°÷HÀ\Ö71',_binary '\Ã\"\Ã÷beTb¿$\à\Ö\æ‚\Ö×‰ù\n…º°~½ln\Ý\Å','',0,'?'),(_binary 'å´•ø?\Ô\ç[Å“žPôi¸\Î','wp-content/plugins/wordpress-seo/js/dist/languages/el.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/el.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£a\Ó)\Ûv.Å‚E–ÁŒ\É5',_binary 'qVœy\àþ\á“Fò“‡E¹¤\Æ2ÛŸn0Gw—b\ÐS','',0,'?'),(_binary '\åµZ?(\áú\éø˜¬ý,CA“','wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/description-data-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/description-data-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3\Ìu¦ô¿X\Â;Ÿ\Ò\ËHùq',_binary 'O\Úl÷¥0™Rš#\ÛÀf¸Wr\Þ\nŽöX\ÓBt\Ãn','',0,'?'),(_binary '\å»\è\ÉÜ‚lŒ\Ï\Ê*x&ER','wp-content/plugins/revslider/includes/googlefonts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/googlefonts.php',0,_binary '\0\nþ\éÔ¯Œ¹¬”dJ$´ˆ',_binary '\0\nþ\éÔ¯Œ¹¬”dJ$´ˆ',_binary '>\èý±¹…\æ\nP_Õ„G1CÔ‡=\ç•²N`‹&L”','',0,'?'),(_binary 'å½³,]LTûœ¤¨&','wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php',0,_binary 'D–’ö*v?À\\\á\ÉtÁ',_binary 'D–’ö*v?À\\\á\ÉtÁ',_binary 'V\Î4n¥/”“\ÑÖŠ%5©R\Ä\Ê	\'Â“ÕØ©p\í7','',0,'?'),(_binary '\å\É$wÂ œ\è»y¼mõþ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0÷s´\0qZ•\\ÿ¡Œ€\à',_binary 'kˆc0\Ù5™–¨gw\Ê#™T\ê)¹õ\ZHøA(H','',0,'?'),(_binary '\å\ÉÁž\ÏP¤¬ƒ¦[\Ñ\nø','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/Plugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/Plugin.php',0,_binary '|-\Â:¾	/$Ûƒw\Ð',_binary '|-\Â:¾	/$Ûƒw\Ð',_binary '\ÆKK¨¢d§©1_ú—t4n´ò+]\ëõ§B\æg¿\Z\Æ','',0,'?'),(_binary '\å\Ï\ÏÖ©&žIJvôÀk©3©','wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý\ÛgÂ·¼¼Ý¢˜Xbu',_binary '@-lgp‰ÞŸù\Ï\Å71\êw\Z\Ù_\Æ0§£\Ç\ãÿ\r‹*\Ë5','',0,'?'),(_binary '\å\Ï\äT4W\å\ë¹;Di¾kj','wp-content/plugins/redux-framework/sample/extension/my_extension/class-redux-extension-my-extension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/my_extension/class-redux-extension-my-extension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ}ªmÿ‡OòòÓšŠNq',_binary '5®—\Êe X	.ÿyœ™m®§‚\Ï\È9Œvˆö§uþ','',0,'?'),(_binary '\å\Ü´\ì°òÒ»9|™ò„•ø','wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2GYºQ\ä\Þù)w]’J',_binary '¼–I\Í\ÛwÁ JwSö\Ø\0\Ñe»†Q\íw\Çd†ƒ','',0,'?'),(_binary '\å\â§Ì´‹$Œ!B\ßv{ø','wp-content/plugins/google-site-kit/includes/Core/Dismissals/Dismissed_Items.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dismissals/Dismissed_Items.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oñ\ç8‹¿±©\Zx¸\à(Y',_binary 'ôŽµò‹\ØU™\ï¶\Ô\\¦\Z\ÒVJs\æ£\è2lX†°\Ý\î','',0,'?'),(_binary '\å\è\ÉË¥B\çmN©iñ','wp-content/plugins/updraftplus/images/automaticbackup.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/automaticbackup.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+ÿ\ÅtºœnjKÀ„',_binary '\Â-\Øg±\ÛvA>Eõ«s¯\Ö\×]ô\ê\ë¼\æJ\Ìzt','',0,'?'),(_binary '\å\î\ã\à\Å`wµ‹\æ\íc-','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SearchResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SearchResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–“” W\×\âÿJ$_&Ù¹',_binary 'óoV\îaI–0\ï¿\Â\Ý\ÜG\Õl\ÝÁGÈ¤	\Ä\'±¨\Ë\Ö:\0b','',0,'?'),(_binary '\å\ï”l¦0tDJ \ÞNeûT','wp-content/plugins/wp-rocket/inc/Logger/Logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Logger/Logger.php',0,_binary '\ë³>N«\"”£¡\äûSñ˜ñ',_binary '\ë³>N«\"”£¡\äûSñ˜ñ',_binary '7 /›2\Ò\01YôŽ°ñ‘GñÓ‹&\à@1[\âRƒ\å\×','',0,'?'),(_binary '\åó\ØO+•§^\ã9Ew±','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomMetric.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomMetric.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Rð\Í÷5¼¯s+\Ò\ÈVNÁ',_binary 'ß“\ÛÕ©\Â}Š·\ÕNH<73…Y³\\F\njŽ5¡\ê','',0,'?'),(_binary '\åô\×*\Þ,A«*³\è\å\É>Ÿ','wp-content/plugins/wpforms-lite/includes/providers/class-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/providers/class-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö”\å@\àd?;ÕªÇ¬øL)',_binary '-¶\×À…@\Æl©ª\ë\ØØ£\Ó4i\Ü\Ó÷ø‡ˆõ\n¿š»\Øy','',0,'?'),(_binary '\æ	lúŒ°{¸û\Õþ†Qi\Õ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/modal.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/modal.js',0,_binary 'ºNð\0‡¹ôú\áR*\ê\åi',_binary 'ºNð\0‡¹ôú\áR*\ê\åi',_binary 'ŽNŸ\Ù%œ§¯]\È^iök\äô{Ÿ\ÔL\ßÂ‰N¢\ßTÐ¤','',0,'?'),(_binary '\æ\ròb\\ñ™‰\ÄÉ²\Z\Ä\ë','wp-admin/edit-form-advanced.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-form-advanced.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù_¯9>$¨†f\î\"Áò4',_binary '/v\Ï1‡f\Ø\ÎS\Ì}Ð·Hõ¨¸2”•‚š$\Íæ»Â¸a','',0,'?'),(_binary '\æ¯°¬aÍ“4‹4Ô’L','wp-content/plugins/elementor/core/editor/loader/v2/js/editor-loader-v2.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v2/js/editor-loader-v2.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ$\ÚPýÃ¢\Ì\é(]g¿x\"',_binary '\0Ð´B²¥*Ÿ¦\íMøVG\Ùcy{\r\æ…@<8\Å/\à\Ì','',0,'?'),(_binary '\æA¹˜žqœR\Ô³½›','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';0ŒK=‡2òg@²ÍÀ­',_binary '‚\ì\é\âR\\#À\Óo; \Ô*+Àzs°{¶JòV°-\ÆF¿','',0,'?'),(_binary '\æ‰—«FD³®\Ã%\ÕY¨','wp-content/themes/yith-wonder/assets/fonts/changa-one-v18-latin-italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/changa-one-v18-latin-italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '®›÷\Êu\áø/f\äB',_binary '+gS\Å1gü\Ü\í´\Z9Ryü.Í‡¯…oJ\éR\á—\Ó','',0,'?'),(_binary '\æ\Åúøm-\É œ&edÿ¬','wp-content/plugins/wpforms-lite/assets/images/about/plugin-duplicator.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-duplicator.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹}5rÔ®˜m«øòzwx',_binary 'œ½V\ß/e’\Æc8ù¬; Ÿt?\ã‘w?Õ¤Pt\n','',0,'?'),(_binary '\ævÑŸŽH¨ý\Ë5%','wp-includes/blocks/site-logo/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9’^pm1š‘%w\Z^6\æ',_binary '8¨˜&¶¡2À4¦H<¢R~&<o9\Û,\æA\ë~õ¨|„','',0,'?'),(_binary '\æ+tŸaš\êb°\Ù\Ñ\ÓÒ“','wp-content/plugins/updraftplus/methods/onedrive.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/onedrive.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸5UM5(k¼\Éó³µb&\ã',_binary 'gJ§m±›<´\Ó×’›¹\Ä\È\"ý\ÉÀ~<\\\ëG‘?\ë‡ý','',0,'?'),(_binary '\æ+‚ù«.\âø\ÇeF«\È','wp-admin/css/dashboard.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/dashboard.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's…©¼ ½?k\ío3/\Ú',_binary '\ÙP\ÄHŠ1§\'Ö¦\nôp\Ö^­8:þ!)»¬o4y—¯zv','',0,'?'),(_binary '\æ.º\Z<K‹g£Ì³k\Äø\ß','wp-content/themes/houzez/property-details/sub-listings-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/sub-listings-table.php',0,_binary 'E\0\rÆ”b\Ú\ß&\å}AI–',_binary 'E\0\rÆ”b\Ú\ß&\å}AI–',_binary '¤»\ÒY\ÖiÙTKÑ•®\Z1÷Œ,1\ãŸü\á\Â÷¶\Øn\\hb\ä','',0,'?'),(_binary '\æ8^\'\ìL\\?½²\r¶g','wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò0\"Ÿ“G\Í\Û\Ô\Ü\ï\Ú@	',_binary '7†\èƒ)€ÁýÀ\Ð^W©\ØdhJ?}\æœh\à_EI–ü','',0,'?'),(_binary '\æ9eºò\ÐkköR\Êo—†þS','wp-includes/embed.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/embed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þy?u\Ü\â‹ùD/˜\ëžm',_binary 's=þÔŠI¸a‘X[²¬c\Ò\Êu•À¸\è\ßt˜65°¶','',0,'?'),(_binary '\æ:\È\å°!Ÿ#(B¢Ÿšs','wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Æ¾>\ã\ë[\Í\ì^.\Ð-\ß\n',_binary '\Åç©\Ì	‰¸;Rô“\r^Šu³¾|¯X,\ëš×»X\Èt','',0,'?'),(_binary '\æ@08a\\ª3Ÿ†u‹žº','wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!H\×\ÚRk+3„„¢Wxð',_binary '\ßÎ€öb¦h‡®Ì©sJ¿–rTŒu‘,*\Ö, ]ÞŽB','',0,'?'),(_binary '\æB LIW´N“\×h¿t','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/detail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/detail.php',0,_binary 'WŒ\\ª„‡¼\' \Ó',_binary 'WŒ\\ª„‡¼\' \Ó',_binary '0\Ó\à\îS3´A\ãÜ°ªž	^ÿ\ër\å\Ø($}\'&`z\Î\Ù+Œ','',0,'?'),(_binary '\æF\êˆ:Ÿ\â\ÅUF†ð—Œ<','wp-content/plugins/wp-rocket/views/settings/page-sections/media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/media.php',0,_binary '\Ò\è³\Ý.`M!Y\ny\Ës›',_binary '\Ò\è³\Ý.`M!Y\ny\Ës›',_binary ']H§\ÝDoF$\ÑG\ç\Ï\0ö¡\Þk²\Öú~Så£˜Ì»','',0,'?'),(_binary '\æG\Ä\Å5\Ø@\æ\è\Ù\Ú07•\Ç','wp-includes/images/blank.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/blank.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉýûÊŸgŽ\Ðh\íkK¾¶f',_binary '>„øE\ïG\ÅóLó´ E²òšJQ‘‡ô|\ÌBÀij\Ï','',0,'?'),(_binary '\æH¾F\æbG\Õ5D\Ì7¢','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/rslogo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/rslogo.svg',0,_binary '›9õõÁ¬ÿ[ð¶7',_binary '›9õõÁ¬ÿ[ð¶7',_binary '\Z>\ÝT½Û¯‘£9\æq±O\ç\'!!«·­\nO¿DX\ã','',0,'?'),(_binary '\æH\ÚðY\çû±\è u¶·0','wp-content/plugins/wpforms-lite/assets/js/admin/builder/settings.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/settings.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åÕ…>LúüŸð][l»œ',_binary 'U§“iA\Îð\×\ÈY¼è…ûmp Eÿÿ})646MhŸ','',0,'?'),(_binary '\æJ9\Ã{Ó¸ym@a¤\Ä','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/Container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/Container.php',0,_binary ';\Ïÿg\É¤‹T‹D\Ã',_binary ';\Ïÿg\É¤‹T‹D\Ã',_binary '@\åNe\ÓIò¢vK\æ¯\0b¹ž€Ú¨\Îü\"M\ì\éº\Õú¦o','',0,'?'),(_binary '\æJ~_o¸f™k³¨öóº\Ï','wp-includes/js/wp-embed.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-embed.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/œ“\ì£÷a\é¨|s\\ó¢J9',_binary '9\ÜDf©­·nƒ(Ý¬>d8g\î}\Zg\ß\à?»\Þ\ÒFpS','',0,'?'),(_binary '\æJ\ì{eý•¨°‰A !…’','wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7Di\ëÉµ]ÿ,|!Nù—',_binary '³˜\â[\ì`(\ÅÐºp\Û\á\ì\ZM\Ì\"\å«\Í\Ê\Ëò	j°\å$','',0,'?'),(_binary '\æK	¼u÷Œ÷ˆñ\Í','wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookJavaScriptHelper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookJavaScriptHelper.php',0,_binary '†zXy Šw4±¬[·o',_binary '†zXy Šw4±¬[·o',_binary 'óÂ‹½Þº[„K¬n\î‰¿\àB·o\Ë\æ5Vh<Yõ\Ä\Æ \ß','',0,'?'),(_binary '\æSû^qp+)(,Ht','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-add.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-add.svg',0,_binary '(¬\ÈAÐ©€›\áF™ö1ú²¯',_binary '(¬\ÈAÐ©€›\áF™ö1ú²¯',_binary 'o=dý\\¥;z§N l¨Ò«•\ãD)R0Wg2Â¦\Zž%\Æ','',0,'?'),(_binary '\æVr\Éâ…­²\×Öº°\ßg­&','wp-content/plugins/elementor/core/files/assets/manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/assets/manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ïž#‡\Ô: üfUlžŠs',_binary 'ÁM±š´,—y[ó[Ä°6³?\ÈóH¬†\0.\â\æÐ®Œ','',0,'?'),(_binary '\æYqúšžiýw\äüY','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶\Í7^­M\×ø\Ç\rßˆ\×ó',_binary '\ÏPu0£¦\0#;š¥3…l-\×[¤ø\rM„.q&\ÍEI\ïú','',0,'?'),(_binary '\æY¹‰¬ý¦\è\Î^CŒþùµO','wp-content/themes/houzez/framework/options/price-currency.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/price-currency.php',0,_binary '™F\0\â°\î8ŠA£\Ëe\Ð\Ú',_binary '™F\0\â°\î8ŠA£\Ëe\Ð\Ú',_binary 'À	1¿!l)=]*ò\Ëiu\ê)\í@þ)!îˆ™\ÆÝ¡tf¿','',0,'?'),(_binary '\æ`¸‰Yj£¿œ\Ø\Z2(‹˜´','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/ApiVersion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/ApiVersion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't…>/0\Ö\Æ\Ñd\Ä;kœ¥',_binary 'BG!M	knX€\Ø1»\ÅÑ¸u\è‡´™\Ï\Ôû<^\â','',0,'?'),(_binary '\æcQ\\…Ð‰‡\×\ï(\æ\çd','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.pt-BR.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.pt-BR.min.js',0,_binary 'ØžV ”{\Æ%\æÐ¯§3cˆ¼',_binary 'ØžV ”{\Æ%\æÐ¯§3cˆ¼',_binary '@ÞŠ\rO½‚ô\Í2\Ãó½\Ñ\çôQ{œ\Z§Ð¶Ô¶®','',0,'?'),(_binary '\æd\ÃV!$\ÜN\í\ÌùF\ÐU\Ë','wp-content/plugins/updraftplus/languages/updraftplus-et.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-et.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â‚»\ÛÅ¦û‰\è¦^Š\å',_binary '\rñ‹¿\íH¡7R%¾ù\á‘E\Ë9\Þq\Â\Â\è¼pW–¡','',0,'?'),(_binary '\ænw¬1øÐ™\àMÞ¥1DY','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListUserPermissionsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListUserPermissionsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o:\\p´¥¿³ƒ\ÈcÁ¹',_binary 'j*=g:&>Š\ÖsH\íF‘g\ã\Ìý}\Û\å¢e\Úl7\Î>—/','',0,'?'),(_binary '\ær1—\ï°\Ä2#¡\Ýj…Ÿ\áƒ','wp-content/plugins/wpforms-lite/src/Forms/Honeypot.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Honeypot.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S9“4Q²HC…\ÎòD\Û$',_binary '¯s\ÚQƒŽ\'Ã„Œ•faI¡\Ë\Ú\Ñ:aI\ÎR#70\í','',0,'?'),(_binary '\æ‚4\æ\êx;M•EŠD\Ù&S¬','wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(§ŒD<ø‘\Ã^zŒlF',_binary '\Â\×\Øüýd¹0p[–!œ¥³´u?}\â8Íž\äÚ›–‡','',0,'?'),(_binary '\æƒ0–¦#Ì¢\rø§¡K•|\Ì','wp-includes/html-api/class-wp-html-decoder.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-decoder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž¾© ûn5\ãJ0£q[Ì™',_binary '\ï \0pcd<VÀ>”?¦\çö›\Ëû§\îR‰\ns','',0,'?'),(_binary '\æŠn¸\Û\Ö(rƒ^´\æø\ã','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/HiiveConnection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/HiiveConnection.php',0,_binary '\Ìbr¬KjN\æ»E\Éý\Êu’',_binary '\Ìbr¬KjN\æ»E\Éý\Êu’',_binary '’*©Œ-Mƒ¨ôÎ”´]€ó£\áÃ€¡8µ]\ÄÅ¯‚^\Æ','',0,'?'),(_binary '\æ‹6Ô™U™a`º|Y¦\É','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerFeatures.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerFeatures.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý>+Ò¯Á#¢Â€A\êž:’',_binary '\ï§0f)-\í8œk¦ó,”M\'$5JŽ=„Fvƒ','',0,'?'),(_binary '\æ^™\áóè¼¹ÀL&L‚:õ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ô\ì¸jz¢m€#I’r\ny\Õ',_binary 'daôò\ng-Gò‰\Øö\åþ¯C7¹~¥F\áÜ³+¥¨2gh\á','',0,'?'),(_binary 'æ¸\ädj†a´‘\ÏxŒ§','wp-content/plugins/redux-framework/redux-core/assets/css/rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á¥*/RŒ˜ŠD—ŸS\è',_binary '¼þ\Ðk“\â\Å$\n\ÝÁ¸…ñi:¶’=¹\Â\r9xõ\"','',0,'?'),(_binary '\æ‘H\Þ3rL†€e<À\ÂñI','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/functions.php',0,_binary 'ñnvy\ÅoF`\Ú\Zn\ßN\Ò<',_binary 'ñnvy\ÅoF`\Ú\Zn\ßN\Ò<',_binary 'Š‡>Ú\åþüºb\Öë«¥»oŸ}÷å«Œ\ß0÷_\0\ái©','',0,'?'),(_binary 'æ•†X®@±m}\×\æ_hp…','wp-content/themes/houzez/framework/widgets/properties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/properties.php',0,_binary ',·}Ñž$ë›“K½J‚‘',_binary ',·}Ñž$ë›“K½J‚‘',_binary 'c³ò)ÁøzD¿LH\í\àb¦2L…¿j¢‹}‚ˆo\ÃZ\Ï\Ã','',0,'?'),(_binary '\æ™*›4Ð¬JR R\ÎI<','wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡Y™ht¡\í#0X\'l”#',_binary '_\Ì/_y\áGŽ¡ù\é\ÆP%F\ÓL+Z¸@@(‰6É¥{°\Ñ','',0,'?'),(_binary '\æ¤OsL\ê\íc\r®Wø,›','wp-includes/images/media/code.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/code.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê\ÊóMvR¦\ì$\ÂE\Ì^.¯',_binary '“úË²dð‡ðn“f®N’˜R¦\ç \æn%Wƒr\Ð\n­¶Á','',0,'?'),(_binary 'æ¤¿Íš…(ö\Þ}/\Ïò–<','wp-content/themes/sinatra/inc/customizer/controls/range/range.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/range/range.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘/\'ù\ìrðœ\é\æ´\Å\Ö-',_binary '\Ý\ë˜\ÆûÈ‚ù 79[×©âŠ¬Ü¸Ì½|À\Ä`2_d}','',0,'?'),(_binary 'æ§˜º\î7\Ý^ô»b³\"³','wp-content/plugins/wordfence/images/back_disabled.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/back_disabled.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h\Ù\Â\Ôg\Øú\ïi\î\ã†>',_binary 'Žä›Nó7\ÓgÎ‹\Ä?\ìFb!}„­Ý¿°\ÝC¨­é³‡','',0,'?'),(_binary '\æªÎ—¯·ˆ7\0\'É“Œ|','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-admin.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-admin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òVvò\ï&úHÁñ›\r$S',_binary 'ÀªŽ´\nû Q+\Ä`ñR&|0‡1»\r\ÌY{VÝ…b¡\Â\Î\ä','',0,'?'),(_binary '\æ¸^r°ýÚšÚ”™0Œk','wp-content/themes/houzez/framework/stripe-php/lib/Exception/ApiConnectionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/ApiConnectionException.php',0,_binary 'Ö¯\ã¿`5¿c\Ç­!,q\í',_binary 'Ö¯\ã¿`5¿c\Ç­!,q\í',_binary 'KQ\0g!”þ’­\Ø\Öf@JŒ_Ž“\Å\ápu4_\Ï\ï\Å','',0,'?'),(_binary '\æ¹#S\îµ£Ù\"\"?Bõ','wp-content/cache/min/1/a193b147bbbff4222980adfd5cc82ffa.js.gz','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/a193b147bbbff4222980adfd5cc82ffa.js.gz',0,_binary 'AÝ«Ñž_}:\î\Éñ6\å°\Í',_binary 'AÝ«Ñž_}:\î\Éñ6\å°\Í',_binary '¯\ï\Æ\Þ\Ð{¾Á“*vQþ–7zI¹Ž\å\à\\«\àöi\í©}','',0,'?'),(_binary '\æ»;]~f¹^?ŒŽ\É}º','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_walk_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_walk_24px.svg',0,_binary '\ËúQƒ\ìo\ØÿLömiò-',_binary '\ËúQƒ\ìo\ØÿLömiò-',_binary '—œF,\ÛÁ\ÉO\Ô:ó¼Žc(\ç+GŒ\Î\ÒÁ­¦Áœr','',0,'?'),(_binary '\æ¼g¬\ìwßühm÷—\ÕAú','wp-includes/blocks/freeform/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/freeform/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó ´Y\áúSª©¡Œ(',_binary 'üAx\Ï\Ü<…]‹7\'\r\Ê\Z/ozß¹·\ïz\×\è9‘','',0,'?'),(_binary '\æ¿y§lš€só§U>\Â<ò\á','wp-includes/css/customize-preview.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/customize-preview.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨\Íb\í‹€\ÈSb\Æs•®\"',_binary 'ßŒ‰\ÙIùRð\\Ä¹\Ôe£¸z3\ÚüQsC•Á¾\×Qˆ','',0,'?'),(_binary '\æ\Ã´˜eÒ•÷h‚V\"€','wp-content/plugins/wordfence/views/options/block-controls.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/block-controls.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àd€\nYO\Ý%ˆsº¦',_binary '\r–\'UkÂƒ¤3¢4xP‡¢Í€\ë%\íö£§~\Ö\Ìù\Z}','',0,'?'),(_binary '\æÇ¶‰¯ˆ-º¶~I\áª','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³’œ\É\é6Ž£(¡´g_…',_binary '<\Ï\åNn\á\0‡j¬k† \ßí£Ú„¡Fnôôm	É¿F','',0,'?'),(_binary '\æ\Ì\rT»\\\é\'\ïD\ÆQ%z','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸\Ç\ì\ÎqM\ÙM³x\ÄR?',_binary '1xn@7,o}hiB™„HdÙˆ¶{öq9|+L\Ù\ZÒŠ]','',0,'?'),(_binary '\æ\ÎWû\ê\Ã\"ú\Ú\êSk:\Í','wp-admin/images/align-center-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-center-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž¾²-ór‡5*J7¡If',_binary '¢8tf\ç*Jw\ÒT\Â^\å\ÂH\Ù>\Èñ\Ê1öJD\ÈÎ¿','',0,'?'),(_binary '\æ\Ï\å¼\èP¿IcD\Ä\ËÆ¾\è','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\Ì®\ÙJ˜s\ÓÇ™ùB',_binary '¥²ER ôJb\ÆÈ¸I\"\Ê\ìt\Þ],˜qPþ1\\fD','',0,'?'),(_binary '\æ\Ù[L2@œ™*»Â‚‚õI§','wp-includes/blocks/comments-title/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-title/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \ß]C\Ú!\Ñ|A\ÕJH\0þ\Ê',_binary 'øžf )˜CÚ¾ŠKGÀ\Z\îCž°\ÇôÅ¥ L™¹p\äµ','',0,'?'),(_binary '\æÝ¤¬d\Ü˜I¦©þ§´\Ë','wp-content/plugins/revslider/public/assets/svg/action/ic_chrome_reader_mode_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_chrome_reader_mode_24px.svg',0,_binary '~=\Ð9<I?\ÂfüÀ',_binary '~=\Ð9<I?\ÂfüÀ',_binary '™\ë\Ô\ÒPõX$n‚ˆ%®\î\Þ\à˜W\'bÁ·KñI\×*\í>kÿ','',0,'?'),(_binary '\æßª±¯nnŸ€ªŒôˆp|','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ\Ï ô÷ˆmƒ\âYQy',_binary '2Ç²\0€}Á‘? \ÔCò\â‰\"Í‹\ï­Â§˜Ÿ\r9C²','',0,'?'),(_binary '\æâ££ôM\åO\×º\î\ïƒU®','wp-admin/js/editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿=\àôÎ’\í“þ\éyº\Ö',_binary 'Ú’¾ƒeñ÷½y\ìƒÑ¿\ÄHKÿ\Åt%\ï¢\" Ö©\âk','',0,'?'),(_binary '\æ\â\â:ž\ØU)Á\î”96Y²;','wp-content/themes/houzez/template-parts/dashboard/submit/description-and-price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/description-and-price.php',0,_binary '	0\Æ{¼x\Í7=„\áÁVr',_binary '	0\Æ{¼x\Í7=„\áÁVr',_binary ' Ld\"öD&„\ïd®wž®¶¢´’FH\n‹ \Ê\Õe\"9','',0,'?'),(_binary '\æ\åi CQ¤™Ù¬-8û´\Ú','wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f£~”Lü{\Èg¡\Ý\n!',_binary 'òes6q##k\Í	,¥\\g\\ )\ê…e©¡c}z™#','',0,'?'),(_binary '\æ\é¼\"ŒLJ1\ìC4ND÷','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Íp»ò+X-;ß¨yŽD°j',_binary '|º\\õv¨Gø\å>\È\ç©×´K\ïW@\ß\ÑöMR“ÀQ€Q…\Î','',0,'?'),(_binary '\æ\îU4òa\Ô45\È\ÌY)œ','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-js.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-js.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹™ü¤­`{ \Z>-h',_binary 'Ë‡A±\ÄsºÝ²\Ø\rQ\Ù\Ã7)+©\ë\Â\Å!X	_\ÙJd!#»','',0,'?'),(_binary '\æð)+¯ ýu³É®\ç$³ô','wp-content/plugins/wpforms-lite/assets/images/email/template-placeholder.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-placeholder.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mN†\Ú\ß.QÌŸN‚\Âý·',_binary '²c-@\'ˆeB^&\Ä\Ø[‘¼¶+*\n¥zª\è\Ö\ãÚŠ','',0,'?'),(_binary '\æ÷µ\È\Â;ŸWœ\ãŽ\ì¡\Íl¥','wp-includes/js/dist/deprecated.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/deprecated.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k\Ë\Ù\Â.nh,§k%$0(9',_binary 'C_»¬;Î‹\åú&@ÿ\ïjv¹”ggo\Z\æ¾8ª1','',0,'?'),(_binary '\æø\ÔkqTô\î8\×>Þ¨Vô','wp-content/themes/yith-wonder/assets/sass/woocommerce/checkout.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/checkout.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†\Ã÷±¡•.¸\ë	\">`“…X',_binary 's(\Ñ\È\ã7\n¸a \è\rJŸ©!\ë\ÙG\ï/h=0\ê	%4/','',0,'?'),(_binary '\æø6nŽ1(þ\ïýø\äS™§\Þ','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/actions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/actions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öñ3€\ç\'¹þM\êµxv',_binary '/Ý™}\Í\á\Ì7x<uªDˆ»^¾M©®û \Þ\Ç\n\åsdG—¢','',0,'?'),(_binary '\æþàº‘´JŠ‘p˜\Çßˆ','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á¦öL\êY[A¢ßžº¼ü½',_binary '{p¸1)^­\\\Õ\")=\ï6\Ý¬h˜\'aEÓ‰^þ7Ï·','',0,'?'),(_binary '\ç\Ë>í˜²\n	\ÉS÷u','wp-content/themes/yith-wonder/assets/fonts/Montserrat-VariableFont_wght.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Montserrat-VariableFont_wght.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R£q±\Ø\ÕÖ®7>i,',_binary '\æi\Þ\Ù?>P@«\0†\Ó\Ðz5	ž\à#\ì*\ßE%ð','',0,'?'),(_binary '\çEF‚y•N\Ãokh\æh','wp-content/plugins/wp-rocket/inc/Engine/Cache/AdvancedCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/AdvancedCache.php',0,_binary 'yö]h&OU´&\n¼)1',_binary 'yö]h&OU´&\n¼)1',_binary 'Q/f­þð:´®\Ö\íB™‹\Ö\Ô\Ê ^£:J]\ß','',0,'?'),(_binary '\ç\ìQŠ\åŠ\Ío\êCPÞ¶\ãš','wp-includes/blocks/navigation-submenu/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-submenu/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F\å\Ç)—C\å\ç\È;]<‡™',_binary '\ÑÔ«\0PT‚rQ>\ËJ\"T‹þ™£ñ{W½J\ÎC(\Ú','',0,'?'),(_binary '\çX›º´ÁCl\Ë‹g€','wp-content/plugins/elementor/includes/controls/number.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/number.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹¿	õ—\Ý7À7\Ú)mÍ„',_binary 'X²\É\"o\'†0\êö.e\ÂI0Ç`kq\î¢;dGÏ£2\Õn7','',0,'?'),(_binary '\çj\ÇÔm„bqÝ…˜™Í¥','wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kN\Ò\Û¸ÚD›­+`³ñj',_binary '÷\ÑÅr¸\ÆaœP*¨º²§[R]\ã=×§g]Z	]\r','',0,'?'),(_binary '\ç¶P\rƒ\ï­÷\Ë\\\ìÀ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”uOˆ\Ð\Ñ2}e\æ;ñ\ê',_binary '\Ö\é	(ù<\ÞoH@\r+¢¾†aKB\è)>^’\ÃöÁsI','',0,'?'),(_binary '\ç¥\êuª\Þ=~€5ðý®','wp-content/plugins/wordpress-seo/src/editors/application/integrations/integration-information-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/application/integrations/integration-information-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\áOÎ¤z.öu\ê \Ê;2k	',_binary 'Õ¿˜\çODIÊ€\Þs¾O\Ã2\n¶\ËP\Ï\ãM2<Ø’\ÊU¾','',0,'?'),(_binary '\ç\"\ÕÆ¡üŸ7vs+ö','wp-admin/includes/class-pclzip.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-pclzip.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\à\Ø\Ýf!:Ž/=l×•º',_binary 'þ3Aðâ—žø3©P8Ž-š{\Úü\Ó#•·‰±–\É\ÝpV','',0,'?'),(_binary '\ç\"\ÆóœWWi\r \ê\ØOrÀ','wp-content/plugins/houzez-login-register/social/Facebook/FacebookRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FacebookRequest.php',0,_binary 'ÿ\Ë\0Xµ\àdl\Å\ëù\ÔU=®',_binary 'ÿ\Ë\0Xµ\àdl\Å\ëù\ÔU=®',_binary '\×\á„ŠK´M‰ÆG!\Ô+ƒ	\Ñ@›e¶ù˜\ç¸Jõ/','',0,'?'),(_binary '\ç$\ï\àF†\ï\ã\ê´\âü„\'ö','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessNumericFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessNumericFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm\Õ_Ÿ«?y\âZš\Â`',_binary '\ÎÅ˜i\'Tu{¶\n½l†öÿFû©!½;s¡\ìHˆ\ØT','',0,'?'),(_binary '\ç*L\è\ìðb	N\çf7†','wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ðEž$„c\à˜Ò»¹\ì·õ\Þ',_binary 'OL²`¯ì³¼¦\'\á]\Þ\'Ñ©&\á\äñ\ãY\\°¾‚\n','',0,'?'),(_binary '\ç.\nz ÿ\\GŸ©\Ðg','wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’šŽ\ß9† R\á¦g¾|!‹',_binary 'ýo°ãˆ¬p\Ì<\Ç\ß;\0v4ˆRv\ßvŒ&\Ä=\î~ ÿ_M','',0,'?'),(_binary '\ç2\Zð‰ {D·Zý‚¸-','wp-content/plugins/wordfence/fonts/ionicons.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/ionicons.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ýµh³\ßI­15[I]J',_binary '*¡\×\\&¿tä­¨\\\Ã	gTw°‰µ¯,\Æ1ƒ©¢','',0,'?'),(_binary '\ç4Vý»ð\Î– D\Üü','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/796.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/796.js',0,_binary '1kE¤ VŠµi 4–\ákJ',_binary '1kE¤ VŠµi 4–\ákJ',_binary '\å8†º-_ÿ\Ø\ÐtºŽRh?\ã»?A\ÍW’´hD…\Ç\ç@','',0,'?'),(_binary '\ç8wcsFDü°Y\ÜbÊ“','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/202.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/202.js',0,_binary 'zó\0Œ<Ù¿6ŠË’¥(\Ã',_binary 'zó\0Œ<Ù¿6ŠË’¥(\Ã',_binary '\ïüòJj]HS´\ÙG\ç\ÒD&˜r^¶u\"¸²œ6£\Âm','',0,'?'),(_binary '\ç<:9)#Bgª„¦Á k','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Date.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1\'\çúT„\×yC\íÁL',_binary '*ˆR.ôd\äò=O8Ü?u\ÔE‚dD 0R›F«‚\Ú','',0,'?'),(_binary '\ç>\î.õù«‡%£Y\Å\È','wp-content/plugins/google-site-kit/includes/Core/Tags/Guards/Tag_Environment_Type_Guard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Guards/Tag_Environment_Type_Guard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D`•\r\"\ã”’\ïY€YJ',_binary 'n?\érÕ¿ P \Ê<ò©€±H\ÜZ£\Û\îNÔŒ§Y\Z','',0,'?'),(_binary '\çA;\r\Òý}\Ý*´µ.v\ßm','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/TransactionEntry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/TransactionEntry.php',0,_binary '¨Z¹ R\rµ\Ìg\ìqw\Ø\Ø\Õ',_binary '¨Z¹ R\rµ\Ìg\ìqw\Ø\Ø\Õ',_binary '\Þ	\å\Í\é<®}ò*&q\Ð*SÒ£.»ºX–†x\í\ßƒ','',0,'?'),(_binary '\çB\ÛE[	W\ç‰J‘\çÿ}3','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_LogEntry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_LogEntry.php',0,_binary '|@m\ê\Ì\Þ|X9›p9\Õ',_binary '|@m\ê\Ì\Þ|X9›p9\Õ',_binary 'œ#jŸ\Ð\îÁž/÷ü7OY0Kš+bªñò+¢','',0,'?'),(_binary '\çDj×ž\å8]fÐ”_\Ú','wp-includes/class-wp-widget.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-widget.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™Q\áD“RÛ„»IGšµÜ’',_binary 'D(­\åuœ\È\á‹(\ïeó5]\Ãi\n\çs\ë\ä','',0,'?'),(_binary '\çNÃŸOz€\é…ÐœƒU¶¢','wp-content/plugins/revslider/public/assets/svg/places/ic_child_care_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_child_care_24px.svg',0,_binary '¸\Öd>½›º+€‰•©`',_binary '¸\Öd>½›º+€‰•©`',_binary '¦¶NI¯óZt¡m\Öõ¤®Žÿl´I P\éjùG\çÁ^$ŒAx','',0,'?'),(_binary '\çYÊ—Nþ\ØÌ·b¦¸òAI','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_center_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_center_24px.svg',0,_binary 'Ý„!œ]qXž¾¤r\Öq',_binary 'Ý„!œ]qXž¾¤r\Öq',_binary '5B\Ö$½\rkPxG÷3\"ªL\érªÙ³\åI\n\Îa‰¶ K¬','',0,'?'),(_binary '\ç\\®\ãY\Ä_\Â\äö,4E','wp-content/plugins/wpforms-lite/assets/css/admin-bar.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-bar.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê\Ë#\Â\Z¿e46e$È¾(',_binary '&ðB“V\n\Û?6e&‚8\Æ=Pž††AŽv¿¤}m´yB¥','',0,'?'),(_binary '\ç\\Å¼Q4—£¡¿„h,;Á','wp-content/themes/houzez/template-parts/search/fields/max-land-area.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/max-land-area.php',0,_binary 'qi\ëÿ\Zòò4\Ä2žG™fs‡',_binary 'qi\ëÿ\Zòò4\Ä2žG™fs‡',_binary '\È\"eÈ¶)%Ø´‘CºMEbš9½q\Ól\ãP\ïv\Ò','',0,'?'),(_binary '\ç\\ð\"§M/ò\ãl\Zx±Öš','wp-includes/block-supports/block-style-variations.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/block-style-variations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vž•r,E\ÈC\ßdH\åD`\Í',_binary 'W˜\îƒS9öËŸA\ßûE‰g°G5KH°ñkõŽR','',0,'?'),(_binary '\ç]3„¼’8·µû¦DP–','wp-content/plugins/redux-framework/redux-core/inc/fields/password/field_password.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/password/field_password.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤û7\Øiün}\Ï\nK¬§Z*',_binary '\ÔM–\n\È>Ñ°:Y\Õ>	C‘©\Ò³6Ša\Õ\ÙU¼·¸','',0,'?'),(_binary '\ç_}k\ã\æ%\Õ\áBñ›\ï\r','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­\É\ÝHœZ¿Á	r\è#tð',_binary '9h\"}ûo\'\ÕÅœ{\Þ\ÖT\ßW\nüµƒ\ÇG‹#4´P%','',0,'?'),(_binary '\ça%¯‘Ì‡\ì3D\Â&JW\Ç','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/spectrum/redux-spectrum.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/spectrum/redux-spectrum.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\à¾8Ù¼¾³°8®',_binary '2\äkþºö÷²`c\Þ]º%sº8ÁSÜ¬û£’y*\ç','',0,'?'),(_binary '\çb`K¬\'\×Šì»œ\ç\âK','wp-includes/functions.wp-scripts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/functions.wp-scripts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oò6¦\àË…\í¿\æ\Ð',_binary '\"rr‡ðôÁK¬1\r’d\Z?A`D!\\‡O}:ðXñ','',0,'?'),(_binary '\çe”’·/n\Zm†î›²}','wp-content/themes/houzez/js/vendors/modernizr.custom-min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/modernizr.custom-min.js',0,_binary '\Øü‰CÃ‡\'¡šý\0òoƒ',_binary '\Øü‰CÃ‡\'¡šý\0òoƒ',_binary ',K}¶a§i\Ù!\íš‰—:C	\à8\î\ÝH?Z@j\0','',0,'?'),(_binary '\çk…¹s©°¤aW\ä*\Ûf\í','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '. ¿[&üöLF\ë',_binary '\çv\ç=%™‡e\Æv\Ê\×z’®\r\å\ØrU0£[6h\ÆC\Í^','',0,'?'),(_binary '\çm§jù\n=ªhŽ‘¬«­þ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Curl/Util.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Curl/Util.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\ç\ß\ÎjŠ¯Ó£\ÙõeG˜°',_binary '\Þu÷k(Ó”Ad)œ\à±9‹•»\ß*™Ê„ilg#\ä','',0,'?'),(_binary '\çq/ñJ\Ú#ua%o+%¿','wp-content/plugins/wp-rocket/assets/js/lcp-beacon.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lcp-beacon.min.js',0,_binary '¨]_‹\0ª1‚t\ît&®',_binary '¨]_‹\0ª1‚t\ît&®',_binary '\Ü7cªJòpÏ†Ë´™¡w\ìŽøŠ]PhC„WH\ê•\äŠ','',0,'?'),(_binary '\çxÎ”)NX3u/@Œ4Yª','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+Ed^‡¬D]\Îþ„ÿ',_binary '.þ¢ˆvzRt\éacE?À£\ëuò?4\à1È©<¯\Z','',0,'?'),(_binary '\ç|@UF\Çn	A\Þø`}wò¤','wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/IssuingServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/IssuingServiceFactory.php',0,_binary 'A\Ø-\"\î¿n\ç@!­Qx',_binary 'A\Ø-\"\î¿n\ç@!­Qx',_binary '5 \Ðù®Aªi`9½·\í\Ä\Ç	IgU2@#ùG>žQ','',0,'?'),(_binary '\ç€\ä¨\Ò\ß[œŠ¼4UX\Ï\ë.','wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/CardholderService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/CardholderService.php',0,_binary 'Ô¿i4Š‚Æ¬H/þ\Ý\'·6',_binary 'Ô¿i4Š‚Æ¬H/þ\Ý\'·6',_binary '\Û%Eb³	¯~\Ó\ÊûI\Ñ{u·\Í.pM.·\ãð\ÜkZ\Å','',0,'?'),(_binary '\ç„Xñ\Ô—¸–ñ’¶@5','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯ó\Év}±C\êöAXC\rQ',_binary '5\r‡h=\Í\n¥\á\'#v§58¸\ÔÍ¢¾2GÇ˜¿¦2','',0,'?'),(_binary '\çˆ\0\ÞmD;\Üm6d','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Events/Event.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Events/Event.php',0,_binary 'Nw¦b<s\Ý\Ð º\×\Õ|#\Ü',_binary 'Nw¦b<s\Ý\Ð º\×\Õ|#\Ü',_binary '<ùmgŸ‡Ûˆ<…^¼‘³£‰2D|¦ü`x§@\ÆF5Z','',0,'?'),(_binary 'çˆ©†™	¯ƒyµ!E\ì›\Ö7','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þá‰µ\ÂòÍ¤|ùÛ¹üüô\Æ',_binary '\è5D}¡£Ã­]tM\"\ãR¹ˆ\\º–`Ws‡\áü(Þ¿','',0,'?'),(_binary 'ç„\Ú>)ü\ît\Þ\á\äOvD','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/funnel-money.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/funnel-money.svg',0,_binary '½ ¶žY\Í\ÂÜŒˆ¶«\Å8',_binary '½ ¶žY\Í\ÂÜŒˆ¶«\Å8',_binary '\Ö<QA\Ç#\ßöxl\é\î¶k’~#Þ³¼)\Ã\ÆS$m’‰','',0,'?'),(_binary 'ç’¿?c\ÖRd\ËGÒ§\àPPÁ','wp-content/plugins/revslider/public/assets/svg/action/ic_open_with_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_open_with_24px.svg',0,_binary '_s¶ú\Ëó[\È-+f0',_binary '_s¶ú\Ëó[\È-+f0',_binary 'vs\å™7‘·\îeÁYº—¡Z³<\Ý\Ãý€\\\äT','',0,'?'),(_binary '\ç”Jú¡Ñ‘e÷\rXd”\Ô$\Ý','wp-includes/class-wp-customize-widgets.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-widgets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­YEÚº\ëKf\Ò)šQñT¨',_binary '¨§w+±«Ò\É\Ð?\Âsú#ö¾0Ó¯_×ª\Æ\ß%ZõÐµ¥t','',0,'?'),(_binary 'ç•²øŠ²*	z,l8Ø','wp-content/plugins/elementor/includes/editor-templates/repeater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/repeater.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\ï,À8XwK\è_ _„>F',_binary 'lüBŠO\àWÀ\æ½?c¥\\„‚TÀ³}\é6\Óû\\N¿‚?·','',0,'?'),(_binary '\çš\Z\ÊIðó˜˜í°Š™\é','wp-includes/blocks/social-links/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@‘l$©W™U‰²;^U',_binary '‚\ÜHªWc·:}Ð\æ6º¢`\0` X\á\ß=\ç»\í','',0,'?'),(_binary '\ç›~\éþƒ²«¢9þ\Ò\Ú','wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àCŠ\Ú\äËJÊ¯t\ÉJ',_binary '¶©ÿ\êm7´\Â_\Ý!\ï‘÷´]{\ÐõUÅ­\Ú@\êS7W,©?','',0,'?'),(_binary '\çž\å§‹´Œ OƒS÷Dz','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\á\Íé°‚g~.D÷b#À©',_binary 'ù #\Zm\Î„-0@¦Ê–DG\Ø \àñ‡˜ÑŒ','',0,'?'),(_binary '\ç¤S¥ÀF\ÛYªn\Òñn¡\ï‹','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete@2x.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete@2x.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª];ú\î\0“7D=\à…\íK',_binary '58,\ÖÍ°—mb\É\ÊcÀML¼0U,\ÚKª/~rl\í','',0,'?'),(_binary '\ç¥ý—w\áM…g\Í÷lt','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResourceSite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResourceSite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€­)TQ¹­H—}\Z‚™\'',_binary 'i¥\Ï·¯{\èg4h\Ò\'ð)N\â\ã:ss¡iìš¼c¬+F','',0,'?'),(_binary '\ç¨q¬\é™\Ø\Öù\ìH6 £\×','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×\'úwy1\Ð\Ò\í\ÛV,‰',_binary 'P5(Œ\ß/zý¿¨\È[N˜1¿ŒKF\ä¡¦¯\ÊW	','',0,'?'),(_binary '\ç¬V\èawu+•\ÜdT\Ês','wp-content/themes/houzez/property-details/luxury-homes/yelp-nearby.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/yelp-nearby.php',0,_binary '\ïT#x¯>S6{\Þ;£¥®',_binary '\ïT#x¯>S6{\Þ;£¥®',_binary '\ÓHòg5 ¼\Ö+\Ôd\0\îñÃ¥\"cD.øóÙ¦¾ùJ8ð','',0,'?'),(_binary '\ç®\×\Ö+½8¤šl?~•k','wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/ServiceProvider.php',0,_binary '‹\ât24Œ‚Fþ\Ç\ÈöX\é',_binary '‹\ât24Œ‚Fþ\Ç\ÈöX\é',_binary 'õµ=Å‘\âùX\Ñ_`å¬¿”&rˆ(¦\ÆY\r5\ÐöL©K@','',0,'?'),(_binary '\ç¶~5«¬\Ös€|\Û¥3\Ã','wp-content/plugins/updraftplus/vendor/components/jquery/bower.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/bower.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž^G\îÞŸÂŽMFhWW',_binary '>°\Ý’k¥9\íÌ¢7MX²¼\'=ñ}\Ñ\ÃÀ¹r','',0,'?'),(_binary '\ç¹kN\í·>tñ\ä,õ\Ñ\ìý¥','wp-includes/blocks/file/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å->ZQœ\Z†R¬\Ù',_binary '(:Žu¿ÀW\Òn\çQRUögö£\ÏDÌƒ\çŠ	^L\'m˜\â÷','',0,'?'),(_binary '\ç½6\ÄSi\ï\ê\Ç\rÙ„nT\Û','wp-includes/blocks/comments/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êW}I>×•û°\Ã”xµ\â',_binary '[÷¾†J\ÈWv)@1q¸IO:‘µDx\à\ë1‚˜3?','',0,'?'),(_binary '\ç\Ã\ÕKÿg›\Ð\å‡o#\ç0','wp-activate.php','/home1/arxacomm/public_html/point2listingcanada/wp-activate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð€) “gö\Åq·aüÀ(š',_binary '\ë˜~h»˜:w|\È\Ûñþ>¾#&Ë€F\Ý\Çu›Hñ¬ó','',0,'?'),(_binary '\çÅ‰û	i\àö¿/Ð­','wp-includes/formatting.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/formatting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­r\0\ÙÉŠ³QùŸö{cwB',_binary 'ù½þW:ú\æá™mõ|þ¤qoœ²šœ\Ó\Þ\ÌNOY¡´Ÿ','',0,'?'),(_binary '\çÉ±0,x(€Š\ï!cü\Ä','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒÒ’I…‡µ™\n\ï \Ò\ÄR',_binary '¯:c¢ûƒ\ZÑ–\n	ÿ\àØ¬M\Ð\r£\"\ÅN`G{\ÔŠ	ð','',0,'?'),(_binary '\ç\Í\ç„\âa\Z—C\ë\È\Ö','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#¿\Ø&‚u\ä\\ðb^\\/\Ùò',_binary '&C\äü\Ã?£…q6dyÃ¾…õ„¿V­ì™’¾Ô‡\Ð','',0,'?'),(_binary '\ç\Íò\É¨&ƒ¶nRÑ‘¢\Î','wp-content/plugins/revslider/public/assets/svg/action/ic_rounded_corner_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_rounded_corner_24px.svg',0,_binary '2\Â7¿Y\Ü\Æ~)ƒ\áV\Zo4',_binary '2\Â7¿Y\Ü\Æ~)ƒ\áV\Zo4',_binary '†œO¸<f‚+\ÏJo‰Ùd\Ödö¿ªÀ‘O¿›]Õ‘•§ù','',0,'?'),(_binary '\çÎ¨\Å&>Bµ\Ô\Åþ\Ú@™\Â','wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v4õ\íò\Ë6Yc±\"¶’Ž',_binary 'Œ«l\Â3\Évu\Ä\âe\ìRþW$w{P{2\Å}`','',0,'?'),(_binary '\ç\Î\â\à?\"/†@\Ê8Æ·)','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½¢l\ÝÉ«¥¸Á¦\âe',_binary 'w‚Ô¾I‰\æ!Ù \n\Ù`\æú¥E\Í\Ô\×­Ä¤°¾ûú€—','',0,'?'),(_binary '\ç\ÏH\â¶\Ç\Ílö±{!D#¯!','wp-admin/js/color-picker.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/color-picker.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”–`l¤ W+%ä†Škc',_binary '}\ßÌ¶¨g¤Àuw`h¶f\ß\ÞFozŒ,drr,,u','',0,'?'),(_binary '\ç\Õ[¤døöKß³\Ý\Ã','wp-content/plugins/elementor/includes/template-library/sources/remote.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/sources/remote.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôÃ‡CÕª?\ë\Ãø3¸¸£À',_binary 'µb\0™=„÷HA/ªã¹™¸Û±x¾Ö’œ8\ïpr\í','',0,'?'),(_binary '\ç\ÖòA\Ú\ØQ…†¤µ4@V','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/_dropdown.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/_dropdown.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ\ì¶\Å/\î\È\Â*T\æU<Eu',_binary '\ÔIl[t\Ólt\\þa\ê\Û,o\ê2\à‹y˜X† GiR','',0,'?'),(_binary '\ç\Ú\ÝL³.dDv\ìù','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',–&›1{\è\04ªH\Øž,\Í',_binary '+\Ó=¨ùŸ\Äþ\Þ\ÜÉ±[2¶È©~¿<oªch\Îþ','',0,'?'),(_binary '\ç\Ý\âŸê¿©{þ•n\ÆöP÷','wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢°­Ê¢g-½¶\Êõ;\á',_binary 'Y\ØA˜\ã\Z\n·Žƒ\n†ß¬+~=Ç›>œluƒWó<','',0,'?'),(_binary '\ç\à\r\É`\Ë\ÚW\nz;E\à','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/autoload.php',0,_binary 'SŒÔ²\Ì\ä{!y©<F',_binary 'SŒÔ²\Ì\ä{!y©<F',_binary '¹ã½˜\Ñ\Ë:°¹\àü¨D\æ\×]þö^m\èI\ïN','',0,'?'),(_binary '\ç\àFüZY¿\ÑC8À3E','wp-admin/css/colors/blue/colors.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/blue/colors.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ¯c¾\ÍFq…\îõ\é‰s¦(†',_binary '*ü€óCC }¹ALîš2\ä¶b\"KžpyZM½\á','',0,'?'),(_binary '\ç\âæ‹³Ä‰3nøo®9‘','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N>ß¨£2¹¼¤ÀVå¦;',_binary 'ò‰\ÎW¢iPJ>…\Äók3z«©\ÑM]\â\ÖP·U˜9\ÔÐ ','',0,'?'),(_binary '\ç\å€ñ\å\è,”\Ö8\Å\n\Èxk','wp-content/plugins/revslider/public/assets/svg/hardware/ic_device_hub_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_device_hub_24px.svg',0,_binary 'Ê©\épCÀžA\Ø\Ñ*X',_binary 'Ê©\épCÀžA\Ø\Ñ*X',_binary 'Éª(\'H’ÿkðt;Lwƒp¡Ê‚?0\Ð²4\Ñ4','',0,'?'),(_binary '\ç\é»ð5R\Íqñ¤\ZX\È','wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '×ú6Ùj\ï%Š›',_binary 'e\Ð\é3\ä\çs^ÿl`ž\Ö\æbö—ò\Ô8!Ð£6€\Ü','',0,'?'),(_binary '\ç\í\Åú^\Ú\îzÂ²–’\Z»','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTagResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTagResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÍŠ×žø»\Æ_øþn\Ög',_binary 'Y§qNeT@HR«ˆ\Ârbn\é»]‚\ë\"\äþM—','',0,'?'),(_binary '\ç\îŠbV]\Þ\Ðz)\îŠ@','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6#2\Ó!zƒ`2\ß4øI\Ý\0',_binary '¿\åb1\É6e\Û~\ç\å\ßrý+*,€&ò8&ˆ=–n¤;','',0,'?'),(_binary '\ç\ïZ\"…_@‰¾)4þ\Ìq\Çt','wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/social-data-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/social-data-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä$CðVAø\ê\ï\ëñ\ØZ¢\æ\Ö',_binary 'IôH^\ÑU‘þ…šù	D§\Ì\Î(œñ­;n`¥Œš','',0,'?'),(_binary '\çðfñ\êû.~&\á\"«t\Ò','wp-content/plugins/revslider/public/assets/svg/action/ic_print_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_print_24px.svg',0,_binary '\Þ)>0ˆ\n\ÑG\Z˜rQ\ÚF',_binary '\Þ)>0ˆ\n\ÑG\Z˜rQ\ÚF',_binary '‡]¯¨\Ò$Ÿpõz:\'C\àR‰\0sy\ÚL9\×#?','',0,'?'),(_binary '\çö»ñ&-?»47f‘nÁ\Êt','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/time.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/time.js',0,_binary 'û\åxó9\â³{<k÷Dù',_binary 'û\åxó9\â³{<k÷Dù',_binary '*ý€‹?ˆ(”¬‹ls@ƒ€º!1v°ö\Æ$–P§\èð\æW','',0,'?'),(_binary '\ç÷ýh<O[›õ÷úÀ','wp-content/plugins/wp-rocket/views/settings/fields/import-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/import-form.php',0,_binary '	*S‘5\Æf’¸}\å\Ã`\ê\Ç',_binary '	*S‘5\Æf’¸}\å\Ã`\ê\Ç',_binary '\Òl¢Œ$QRŠþ\Î\Ðÿ\0\Â5ÿø\ê_’/ù4¥p','',0,'?'),(_binary '\çùŠ\è\é\â)0{ñ¤\Ïx›','wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ\Å×–\Û*:}bH³\áQ',_binary '¥‘Npl\ë…/J5O\"¦Å‚\æTC\Z\ÓÞ´ù)‰É®\nÕ™k‘','',0,'?'),(_binary '\çú~\ÆW´ŸS\ê~±QÀ','wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5&H\åJ\î‹\ïî˜¿ö\Æ',_binary 'G¶WQeN~Tº´EHÁ\Ïs\Èj\Ä\âŽp\Ä\"¸nŠŒ„\Æ\ï','',0,'?'),(_binary '\çü|\É=\å»\ãƒÛŠ.','wp-content/plugins/updraftplus/images/addons-images/anonymisation.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/anonymisation.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚°ó¦–~ð\ê¯\à\éø°',_binary 'u\é¥>_7bß…“\Ó\Ô(\Ô,!\ÆM€¸{75\ê^\ëò¤\Ð','',0,'?'),(_binary '\è¨Ã·‘g$\ë”õM\âs\ß','wp-content/plugins/wordfence/views/waf/option-rate-limit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E,bÙ¿ÊŠ•N¹þE\\',_binary '|J\Ü\Ú\Z^(\á–•£™×Œ»xDsX\â¡\å8\Û\èˆ?\ÈR','',0,'?'),(_binary '\èNüðo,‰\Ð•B\á(\Í','wp-content/plugins/revslider/public/assets/svg/av/ic_volume_mute_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_volume_mute_24px.svg',0,_binary '*¸ƒ\ÞIXªk+”[£Hcø',_binary '*¸ƒ\ÞIXªk+”[£Hcø',_binary '­\çt÷•\Zœ8’h£\ï!N\ë\ÂR2Y\0|0–•\Ý\×','',0,'?'),(_binary '\èZ­M‘úpx\\Ö‡™õJ','wp-content/plugins/elementor/includes/widgets/counter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/counter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ù£93”\Úr(£C\ÞKð',_binary '\î]n…“5<ðS\ÉU\ßB\æy¯P±€ItÀAóü‹m²ˆH','',0,'?'),(_binary '\èÉ½`¬lg\ìM\ÐùJ\é\Ía','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\Äù” \æÕ´3´\Ø=­',_binary '=Yh\é#˜\ÎH\åþX“\ÄÀ\æ	\ÌIwþ²\Ã-»\0Q\ïJ\å¸','',0,'?'),(_binary '\èõ×–?º4N‰-¸','wp-includes/Requests/src/Exception/Http/Status417.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status417.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ó¬“nL¿…Á,\ÌUx£\Ñ\Í(',_binary '@v±AºªZ³7\È\Ä\ÃXµBº-¿»%ouŸh\×5p','',0,'?'),(_binary '\èB	Z.nƒ.\Ò\èn\\','wp-content/plugins/wpforms-lite/assets/images/icon-provider-constant-contact.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-provider-constant-contact.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñ§gTk¬·\rzg\Ø\ß',_binary '|\Ìõ{÷.\Ó¦w8‹V%Rò§£\Æ\áP\ç\ÚB¦«SÀ','',0,'?'),(_binary '\èö*~ð½N™O\Ãwþ iù','wp-content/themes/houzez/framework/options/taxonomies.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/taxonomies.php',0,_binary 'þ<¥Ml‰T\Æ\Ñ@f}k³',_binary 'þ<¥Ml‰T\Æ\Ñ@f}k³',_binary 'oôGM\È$\ÎkÝ§Ÿú¨|\ïa\áj\ÛI“\ÕŸ°ƒ=Ëƒ','',0,'?'),(_binary '\èÿô™^\æ\Øs|w¦L\Ã','wp-content/plugins/wordpress-seo/src/config/researcher-languages.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/researcher-languages.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\Z4”\æsˆ3Ö°5\'ž\Ï\É8',_binary '¹]¥\î\åQþ¯\nxwyA@¬¢Ô¥\év\Ò\Ñ*eœ','',0,'?'),(_binary '\è\"‹“X•=»L«ñ”óZr','wp-content/plugins/revslider/public/assets/svg/action/ic_language_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_language_24px.svg',0,_binary '\ÏN…D Ç©gŠ©;\æ\Ú+M¤',_binary '\ÏN…D Ç©gŠ©;\æ\Ú+M¤',_binary 'œ2A“L\Í\äß‡2Oy’‰‚›·¦ —´\Å','',0,'?'),(_binary '\è\"£j+Rþ\åª\Ç\ë¢C	g','wp-includes/Requests/src/Exception/InvalidArgument.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/InvalidArgument.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾·R%º\æ9H&F™’',_binary '\ÏLb¾vý\ÝGZœ§j\'¬°²‹<K#·J™¥Ñ“S\éõ','',0,'?'),(_binary '\è%y>}H\Ão\Ú\æú(6','wp-includes/js/jquery/ui/core.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/core.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼\"Ç@Þš]‰p¹',_binary 'n+_¡?[³cM\r;\æ8ú]]/U¦\Ô\á\"¹}\rIò/6','',0,'?'),(_binary '\è)L&¶kp\ìœ>\Ìó­µ}¹','wp-content/plugins/revslider/public/assets/svg/notification/ic_sim_card_alert_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sim_card_alert_24px.svg',0,_binary '\ç0N¬\r\'0M8†«\ì‚~´W',_binary '\ç0N¬\r\'0M8†«\ì‚~´W',_binary 'Àñ \nŸ1\êk÷%„¤¹fE¶%P	g©–\Öû‡zxÚ¹','',0,'?'),(_binary '\è5‹óš§Œ³\Îðt–ƒl','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image-upload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image-upload.php',0,_binary 'j\ÔI\ßJ\è\Û\Î\Ï;	\Õø\Û,$',_binary 'j\ÔI\ßJ\è\Û\Î\Ï;	\Õø\Û,$',_binary '›y«“tªò:ý\Ò!#·Kœ\n*gû\'Ò”O\ç','',0,'?'),(_binary '\è:f”nŸ\ÓÐŽA~gKº>','wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/admin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/admin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`FM Ë¸¹îŒžgMþ÷',_binary '\æ?½uSÁ£YQò¯s”¥Q*Ašx\Ý\ï\ÔE¾>‡','',0,'?'),(_binary '\è>#4k}{1Ž\Ô\Z','wp-content/themes/houzez/template/template-listing-grid-v5.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v5.php',0,_binary ',Š\\§\íÔøœX\ä0º',_binary ',Š\\§\íÔøœX\ä0º',_binary '\ÒÁ6‰\Êa_m¤Ùƒ]\ç\àK2L,Ö¤§\ÉRy M†','',0,'?'),(_binary '\è>£œ.Ç˜Eµ˜\ï•\èE','wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/OAuth_Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/OAuth_Client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Óˆ‹ð\ë±\Ö=\Ø\ßPû',_binary '›û’5ß˜\ÆeIû@7þµ+x½K\ä·)8C`yI_¼','',0,'?'),(_binary '\è@J?1\é\Ä.È¤8œ\ÙpV','wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^]\'«ÿ& +bµ\á\ÆPJ',_binary '¬\ÐúŸ\0! \Ä5•\Í÷l\Ém\Ð\à‰dž(`m\çÅˆ ex‘','',0,'?'),(_binary '\è@±ž\í€I\éÛ¯c\Ç&O©','wp-content/plugins/wpforms-lite/src/WPForms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/WPForms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>~\"U;!>\â?…¥R <',_binary 'ZF>,¥³™^¯\ÇEŽG9\Ôa\ê\Ç6”mm1/ \È?FvŸ','',0,'?'),(_binary '\èH4´žv&©ª4‰&¥‰i','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Runner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Runner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï\ÃÊš?¶\ßU\éŸ\â¹',_binary 'ª¬® kº«|^þ/]>}š}<\ï,[\"†\n\Ó\'Æ–v','',0,'?'),(_binary '\èHx^\Õ:\Ø\"‚ú\\«\å\ç-','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–²@\Þ+‘\0¤°•¾\rª\rý\"',_binary '\×\Ýh~ýC¢|Ze\ç\\-ùÚ‚\ÉW¯\È\'SŽ\ê\Ò]6ø\ç\Æ','',0,'?'),(_binary '\èL¦Ð Þ\ÓÄ¸\Úf·ù–r','wp-content/plugins/redux-framework/redux-core/core/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\èSHLenP\îq7¾Ä‰','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'f‡\î‹´Ž`\çj|£yþ',_binary 'iú†OGi„¥•F|4 8\Ú™Vñ\×j\î\n#V-L','',0,'?'),(_binary '\èS\ÙI’›\ã#¸µ )|','wp-includes/blocks/quote/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r\Î5_\à~|cnþ¶	',_binary '‡Ž\ãIÿ¹E6;¥Wô&>ž<\0\Þc`%\n\ÌpjzkTu','',0,'?'),(_binary '\è[tƒ>†òmÐº¹\Ú0','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±…`º\ìO‘v\Ü\à°',_binary '\Ñ\ÐI|z\ìl*\ZUM\ëo-³L„²}\Ë,`OôÜ·O\í‡Z','',0,'?'),(_binary '\è]¼Áºß\è—>\Ë{\Ï\n','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php',0,_binary '\ãÔ§ -¹!§–„j#N\à\Ö',_binary '\ãÔ§ -¹!§–„j#N\à\Ö',_binary 'c23E)€ù@.§4!Xpû\Ð%¡+ª7Ï’ø0Ö”Î‚','',0,'?'),(_binary '\è^ÛŒq<\Í\á—[1S\Ã\è?X','wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/Subscriber.php',0,_binary 'uC\êr˜C	-6’%‰\á',_binary 'uC\êr˜C	-6’%‰\á',_binary '´ ]SdÊ¼\àžÛ­\Z+V¯\ç\ï>6\Å\ä\ÙyÒ˜j\å’\î5\Ô','',0,'?'),(_binary '\èb+\Âù÷a©X\Æ\Ç\âX','wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<S\n0\è\Éß¸?œŠC}O',_binary '*\Z]a\â1L¦&\èU\î,¦\íg\æAptˆ¶¾@ñT','',0,'?'),(_binary '\èfõi¿`¸=@Tµ\ço\Ù','wp-admin/images/spinner.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/spinner.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÕLõ\nD½\n\ÊoÙ‹\ÔjË²º',_binary 'zÆ„\à\Z\"ÿ²n\Zs²(\ÎU¶/~÷7º€F«ø^Â…\ã','',0,'?'),(_binary '\èiˆ0ú\Ñ\â80\Üb¨Œ','wp-content/plugins/revslider/public/css/fonts/font-awesome/css/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/font-awesome/css/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\èu\Ï\Øn33þ\n\"ôž:\í5','wp-content/plugins/revslider/public/assets/svg/av/ic_volume_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_volume_off_24px.svg',0,_binary 'ƒfk}\ÊJ(±\Ýñ…OK',_binary 'ƒfk}\ÊJ(±\Ýñ…OK',_binary '\\!s\ãÊ»ž¸ó\çŽ\Ç\Írý\ZVüš\ÒM%¬\×/Ë™\'°','',0,'?'),(_binary '\èwj0‚¢67˜³„@ùT','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\êŒ2s7¬ø\\\ïi#—\ËE',_binary 'a\Ç\Ü\Ø„\Ó\Þt¹ÀWñ\Â	\Ì3NŠ\Z\Æ\ã`x†hI\Ý`À','',0,'?'),(_binary '\èy\Õ\Ä\Ä<~\Î6óûZó«','wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŠÉ\Ëqòs-›A>^|ƒU',_binary '¹ù™ýr\ÃA~×¯_,\Z˜z¤ðŽ¢™§º¿\0\Â\Üô}|','',0,'?'),(_binary '\è~@f\ÃR?$[¬»¢\ìu ','wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'obù–gy©—«Ð®',_binary '›¤\ìÖ¼!¾þ»)õ\ä¤$´—ùzþ]b°·tRË•\äh','',0,'?'),(_binary '\èJ‰\Ù\åy”ž0m\ì`\ä¨/','wp-includes/class-IXR.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-IXR.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\É0¼\ã\àC`q¥x\Ûü',_binary ']\Í\Ýñz\ïpŸ€qŸN\"CKW\Ç\ä›é´›‰øcŽôM','',0,'?'),(_binary '\è‰\ï¹q•\æ8Oº\Ï;\ÃA','wp-includes/blocks/shortcode/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/shortcode/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨>`±øY\Çóý®ù<Š¿',_binary 'õÅµ3\ÈJ² }g9ºx 1Ê…F†©ýö÷Þf‘','',0,'?'),(_binary '\è‹P(\Òóü\Î^\íNu½I”','wp-content/themes/twentytwentythree/screenshot.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/screenshot.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0;¦\Ê#)7ŸWW:H „\Ø',_binary 'ô2f°\ß|\ÑzW£9ƒ2±\Ï\Î4\'g7Ð›ðr \íôž;x\Û','',0,'?'),(_binary '\èŒ\0…]¨p\Ý\ÒÞ‘\ê–	\rG','wp-admin/css/customize-nav-menus.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-nav-menus.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÓóWx§º[­ü\Ç\ÒúP(',_binary 'Š…\Ýô#\Ò|¢\Ú,-\ÊAso1@\à*\Ó^ù\è\Ðh\Ú\Øûð\Ô\\','',0,'?'),(_binary '\èŒùc\ÎNx\Íl‡a‹UN¤','wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.es5.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.es5.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l»oO\à\Ö	dù½\é¡: ½',_binary '¾	+:\Þ\\\ÛÁ\n­&Ãdº¹\ÞWEAn‚ð‚[Wª','',0,'?'),(_binary '\èa\è\Ô/1 \ÜÍ¥I\Û;','wp-content/plugins/wpforms-lite/includes/templates/class-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/templates/class-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A\ç+Î½\Ò\Ä¢y	µ‘Z>',_binary 'Œû\çUKK\Ö\Ût²\ÊˆV/x<“Rb\ÕÊª²HlH‚','',0,'?'),(_binary '\è‘÷s\ÙX\Ò3¶ºýf\Êý$','wp-includes/blocks/file.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬=µ\Ä<+,òÁ\Ø\íþb\ä\Íú',_binary '9r‰¢¿2\Ð\á\É\Íùrö¦+ˆC›7¹sDp0s','',0,'?'),(_binary '\è˜O…s‚M\r\"’e¥–Xó','wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_paused_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_paused_24px.svg',0,_binary '\Ð\r\"†2•\à=3©ŽŸv½$',_binary '\Ð\r\"†2•\à=3©ŽŸv½$',_binary '”|\0œð‡™«3k\Ùþ9RI\íüJ]÷g²™!óPö\ík±n','',0,'?'),(_binary '\è›\ï.ž_\ÃC`ôd\ëª7','wp-content/plugins/redux-framework/redux-core/assets/js/media/media.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/media/media.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e\ã…l±Oü\Ín(´Ç±M\Û',_binary '#­h+J\Zvœ¾Ï®\Êe|!PH\É\\:\ÆpV’<`\è\êðu','',0,'?'),(_binary '\èÊ£0½V\Ü\í\Î4Yƒj','wp-content/plugins/wp-rocket/views/settings/page-sections/advanced-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/advanced-cache.php',0,_binary '3²\Z9\íý\ÏÈ¦\é\Ë\Þ\Êu \×',_binary '3²\Z9\íý\ÏÈ¦\é\Ë\Þ\Êu \×',_binary 'à¬²B\Zp\êP\×  fØ£’o\Ðu–\ä\ÞTž}ÿ4f\Æs’\Ú','',0,'?'),(_binary '\è\Íe\ëÈ«Ã†T\ækß‡&\Ç','wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º\å´(\Øù3Gó\0¨-',_binary 'e´G‡„ª[5\æ÷©\åƒHñjR%¶?—UqºÁ\Î\Ôom)\rN','',0,'?'),(_binary '\èž\ê}¯)\\\ÜT6N¡k','wp-content/plugins/redux-framework/redux-core/inc/fields/media/redux-media.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/media/redux-media.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b¿ô\Ð?%u\Ðð_ö',_binary '\'V\ä7y\\\ê7‰i¡\ÄüÝ´\'¾§Yò\Äò0ÿjúÌ²ñ\Êi','',0,'?'),(_binary '\èŸ^†Ð°.mµÔ®e~','wp-content/plugins/elementor/assets/css/admin.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…ÿ\ÇÀwJ\áW~ 2Á’º',_binary 'ˆ¶5ÿ\ìX<3\êe¾”º\ÇL-{¯Ô‡=»\ÕT¬Š\ãB\'\ê','',0,'?'),(_binary 'è¬¤j\á¶\Ø,\Ð\Óð\Û=>','wp-includes/blocks/site-logo/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@\0Ø¼c›(Y\'~˜\é:ž˜¡',_binary 'BG\Ò\êeJA”8¤ÿ¼¦\Æ*ˆ\Ç[ô»\Ý\ÞM¸QœUxm','',0,'?'),(_binary 'è¶œX\êþµ\Ç\é\rÙ²ˆZ‚»','wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ið\È	c»\È`xû\É',_binary 'Mû Su9¤ß«p…J\×6–ø\á?…\ÛÀ\ëù?;\ÌhD[','',0,'?'),(_binary '\è»ey\Ç\Ë«f)\àhm\ë3','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListChildAccountsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListChildAccountsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4`kþ>\î\Ó\Ëð3X\\l',_binary '”³D.\ËEðeB!sF\å\í;eRÕ»y“7J0-À:e','',0,'?'),(_binary '\è½:¼p¼\ßÝ—a\Å~?','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_size_select_large_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_size_select_large_24px.svg',0,_binary 'Á\Ìm.Ä\à\Ø	¥\ã;ˆ',_binary 'Á\Ìm.Ä\à\Ø	¥\ã;ˆ',_binary 'F;l!\Ôh\ê\ê8H\Ú þ\á\rÙ‡C¥b\Ã\Ê\0£¾\éù','',0,'?'),(_binary 'è¾Ž0+Ny¨\äŠ:¾\Ã<h','wp-content/plugins/elementor/assets/shapes/drops.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/drops.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|‡±•Yz\â¢\ë6¡\Þ;y',_binary 'T~v\æP«3\à&t£W-•¯ø\ïƒ	°›\çTN©qA›“','',0,'?'),(_binary '\è\Ì¾ \Å\ç3R&ˆÁ:º','wp-content/themes/houzez/template-parts/listing/partials/item-tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-tools.php',0,_binary '\Ëj$˜ˆ>ÁWð”¡²[',_binary '\Ëj$˜ˆ>ÁWð”¡²[',_binary 'uŸ¦Bf÷ºÀ$\×<ÌºÀ‹\î¼òj\n(\Ì\çò\ä´fö','',0,'?'),(_binary '\èÍ©@2\í\Ó\Zf‘Ÿl','wp-content/themes/twentytwentytwo/screenshot.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/screenshot.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥]+t\ÊL¿;‡©,\Ë9õ\é',_binary 'Í-üDŸn>\Û-žr1\é¤«1”8\'›\î\È-us{#\æ','',0,'?'),(_binary '\è\ÓH¼ü=ñ¿:&\êfÐ›v¿','wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages/Addons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages/Addons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r¿\á\ÃmJ¨µ\Ôarñ–\ç',_binary 'cûÿ°¨®(ÿAh‰\Õ\î\\·[]NÇ®ú|\à','',0,'?'),(_binary '\è\Õy2º;ŒAQac°I','wp-content/plugins/revslider/public/assets/svg/communication/ic_contact_phone_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_contact_phone_24px.svg',0,_binary ' \á„\Ó\èÅ½\àR\ZR\Øõ¯',_binary ' \á„\Ó\èÅ½\àR\ZR\Øõ¯',_binary '9ŠÁ®Q§ô¨\Ép\Ó\ï`š²\Õd\Æ]\ìhHJ\Ü\ÑË˜','',0,'?'),(_binary '\è\á›\ÅÁW\Î\ã¶\é:†]','wp-includes/js/dist/primitives.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/primitives.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\Ô\æú\Ç^lÀ=ŒTP’',_binary '˜6\×h;¬¶<(ÜƒZ\ä\Ãqd[\Æ\ÅòÔœf©:º\Z¨¾','',0,'?'),(_binary '\è\äùp¶\"0^þû¬T]\ß','wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-journey.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-journey.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶Ò£\ä¸õž@$š\ÑFk\Ò\Ò',_binary '´T‘7¿\ê7öog\Íf…_4ó1I@­\é•7Ø‰\Ù\è\Õ|','',0,'?'),(_binary '\è\åCv\0pr5G¨|\Él\Ôþ\â','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_downward_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_downward_24px.svg',0,_binary '…\Û\ÜZ\Ñm³) -!AŸ',_binary '…\Û\ÜZ\Ñm³) -!AŸ',_binary 'QPdJò\×w\á\Þs*ÁjZ\Ç\ç‘l¿}[ö	\çuó“\"Z½','',0,'?'),(_binary '\è\é\nb¦%“þx,	\è,\\þ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Image.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù\ÕUJúyí¹™¾3ü\åŒ',_binary ',X|A\n\ç»\í\n„( \Ç\Í.tvV\ÌFÐŒ\ãð\à¶g«','',0,'?'),(_binary '\è\í)QF\âD\ï\é\Ì8\Øñ@,\Ó','wp-content/plugins/elementor/modules/element-cache/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/element-cache/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔÁþ\Æ fþŸ`ªKÁ^\Ã',_binary '¯ok\"Ÿ.ªknF»‡„ðB\ïŒ[n·\Ýü¬\\|','',0,'?'),(_binary '\è\î\Ø0M·\äHRª¶\Ó-qƒ','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';óbÄ–>\0‹°Þš%\Ós',_binary '\íµY3HZ‹œ`?\ÕN„\0\Æ\Ô\Ò\Z\'»¼\Ù\ë.q\â\ÈÊ','',0,'?'),(_binary '\èò<|Æ†3#§`®}Š','wp-includes/blocks/separator/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mfPû,fó\'×¼®tOgQ',_binary '»8\à\ãœvY§\êÍœ\ï {¶kzfž7{+¾\ÕúÁ\Ô\×\Æ','',0,'?'),(_binary '\èò‡òQ\ËoµH*¹‚À(\ï','wp-content/plugins/wordfence/images/sort_asc.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_asc.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',¸»I§\Å+Æ¾ \êú=€ü',_binary 'd¹C\ìT¾\èµ\Ú…\îe&,)Ñ´ú\àFG\î\Zd\ãON\Å','',0,'?'),(_binary '\è÷y÷¨f{›‡ÐŸZX\n\í/','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š#iô2cJ¸Š<=;n\ï³',_binary 'L)— Ž©R+ ¨\Îÿ\0d~†Ù’i;X®¸|ô\Öy°ÿ\Ã','',0,'?'),(_binary '\é¥.ôhûz£fö\Ö','wp-content/plugins/wordpress-seo/js/dist/languages/nb.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/nb.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%‚U[¦ª\ã‰S\ê%¢…Nj',_binary 'ª\r~3EË«+7»Ï“\çõ3NpÈ‘,4 [F1ö\"— ','',0,'?'),(_binary '\é±U©MU¥­©$\ä','wp-includes/blocks/latest-posts/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6f„–³Pvô\Ì¿',_binary '\×VR\Z‰ö|;}|J\0<µ\':x!qÀÊ³É£”viF÷','',0,'?'),(_binary '\éA$ý\Ó>\Ö\Ç\ÝTªƒ.','wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G\è\Ê\Î3´®\èaqOt\ã',_binary '{„ðý”‹ \ß1œü\Ó^ iˆL›}\Å?\è\ë¶J\n6û\Ç-\Û','',0,'?'),(_binary '\é	\nŽùiyž\ìd9­‰','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/PseudoRandomStringGeneratorTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/PseudoRandomStringGeneratorTrait.php',0,_binary 'f0œ–µ+…®d<\âI–g',_binary 'f0œ–µ+…®d<\âI–g',_binary 'msu\Ôd‹ƒøu\nÿ\Å9Ý¬Qgª©<LkH\ÍmÜ¬I—','',0,'?'),(_binary '\éojÜ§\Æ\01-5};(','wp-content/themes/houzez/framework/stripe-php/lib/Service/InvoiceItemService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/InvoiceItemService.php',0,_binary 'Ž\ÝB‡vÛ«o5\ÃWxñw',_binary 'Ž\ÝB‡vÛ«o5\ÃWxñw',_binary '\ß^?7O\Ì\íª[\åø}ht…{Z5\å\álllsÁE','',0,'?'),(_binary '\é+\ê‚3ô»pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@]¿\"‡\Ðî‹¼\æ’lÜ­r',_binary '\å3K\Óôz‡\Êñ½öõ\Zo­\ëðm…JPFò <6\0','',0,'?'),(_binary '\éúmJ\á>ª\Î\ìc\Í\\	\Ù','wp-content/plugins/houzez-studio/admin/js/i18n/dsb.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/dsb.js',0,_binary 'JÆ¯³uC`¿›v\ÚõÛ—t',_binary 'JÆ¯³uC`¿›v\ÚõÛ—t',_binary '\ÊWª\Ã\'–yN¶¬\Ó{)\n\Ð5\Z\î¤y\"Ù¿,L¯˜','',0,'?'),(_binary '\é\"Ý†GI«õhN˜¦«^‹','wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#ZfY\Ê{CÍ¼¼A-\ÜP\à',_binary 'Œó\à6cu\Û\rQ:\é$€¥¤–3‚ý\Úú•l','',0,'?'),(_binary '\é(!0žŸ\ïö.Œb´\Ï\Ù','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes/PluginUpdater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes/PluginUpdater.php',0,_binary 'óA·j	¯|~5œðs\ÅÃ£',_binary 'óA·j	¯|~5œðs\ÅÃ£',_binary '<ÿQü\îöŠ\Û\0(S|3Q\î\Ñ\æ¿ý\Í(\áñÔ‹¾…','',0,'?'),(_binary '\é(±ÿY9§\Éc\â\Ø`\Ô','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„asˆ\Ñb–¶U\Õ\Ì\\’Ì¹',_binary '÷\È\â©\Ík{RÝ«<F!¿	µo\ê\ìR,uš—_F6˜XôQ','',0,'?'),(_binary '\é*„“cs7¦\Åó¼ñKJ\Ì','wp-content/themes/houzez/framework/stripe-php/lib/SubscriptionSchedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SubscriptionSchedule.php',0,_binary '(ÿþ\ä”þr$‡˜\ï7ÀŽ',_binary '(ÿþ\ä”þr$‡˜\ï7ÀŽ',_binary 'šzo>ô‰\Íü÷±ùk}\ìuƒyó±TÝž³Y¬!+w','',0,'?'),(_binary '\é,<úEÂ´&õ\âze\ÅM','wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q$\è]\Åxÿˆ|ö\åz V',_binary '˜g\í\ì:¦TP_U”o¤µ³}Vtx\ê‹=£)ý¸ñR/','',0,'?'),(_binary '\é.¯¨u´/•B\r\îÁ—\Ø','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/SignalHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/SignalHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T>\×1M„\äš\Î~[\Ð\ï\È',_binary '­[M)ö\ÎNá…³•\Î\Ó\r\Î\ÌóÖ‘f{\Ýy\Z\Ü\â‰IaQn','',0,'?'),(_binary '\éD<t›}\"½­ª\ÊVƒ…','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/O2Switch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/O2Switch.php',0,_binary '­ÇŒ=(}\Þ4Ó¥b\ËÐ',_binary '­ÇŒ=(}\Þ4Ó¥b\ËÐ',_binary '8F\Æ\ÓKº¢K_izÛŠ­\ÝP\È;A\ÃM\íñŸFu,','',0,'?'),(_binary '\éEòxE]‘k‹N`1Pn\Í>','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡Õ½\ZL±¼LG\Z\édY\Úù',_binary 'Mõw#pD\ä¾~£F3.|sN?ô™¨©j•\r\ç6 |\ã€þ','',0,'?'),(_binary '\éF\Îj!Y\é{.J=,µ®','wp-admin/images/stars.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/stars.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[¬\à™><õk²{\Ò\ì(‘',_binary '/	\Þ\ï\"…\ÚÀˆFaì±”<SY\Ú\Ãg\Ü¬\ÐØ‰FŒ\×@','',0,'?'),(_binary '\éF\ãƒS\èüg«\ÙwÃ®¹ž','wp-content/themes/houzez/archive.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/archive.php',0,_binary '\â\ß!¥\ì	9uTº!º©ÀW',_binary '\â\ß!¥\ì	9uTº!º©ÀW',_binary '+ ­\Ï$˜/ó§zd³\ï.™£^c(Áfª{q¾\å¶9Ÿ','',0,'?'),(_binary '\éMœ¨N\'°¤ŽtT\ê\Ðö™','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.cs.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.cs.min.js',0,_binary '±iµŽ\ìþn\ÝÅ‹žqb9\0',_binary '±iµŽ\ìþn\ÝÅ‹žqb9\0',_binary '¥µ»º[|AÀ\åŠhþ%\ne®À¢z ¯Cÿ\Z¾\Ùu;ž¿\Ç','',0,'?'),(_binary '\éT\ïy\×\r$ù\åS','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-energy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-energy.php',0,_binary 'u\ï4seÇ¾eF\r÷\Ü2|s',_binary 'u\ï4seÇ¾eF\r÷\Ü2|s',_binary '\îöF\Ý¾7<\ÕT\',[\nv.\Ë6gï¿‘¾Vö\Ó','',0,'?'),(_binary '\éT-|&A¾\Ó\ÊLÁ˜Ÿ5;I','wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8u¸+YL›\Ä\î¦Wm~\Û',_binary '4Zü~™6ð±N\ël\ì\Ír\ÞÌ¤:³ÔŽˆ‹;ó…«','',0,'?'),(_binary '\é]÷W/>\ï}<8\è VF\ã','wp-admin/includes/theme.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/theme.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!ƒó«—\Ð6zJ\ç\Û]\Õg\r',_binary '¹:BK;6\×ð‘°i,æ»¡‰Re<\ç’\ßJ\Ù\"ò','',0,'?'),(_binary '\é^.—jT}ù<\ÞŒI¾™','wp-admin/js/accordion.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/accordion.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§@|{^\Ê\çñg¥\ìh\È',_binary 'j~<¡Tƒ˜\à}õ2\ã\è\Zl(\0w\Ôa¸Œ\Úv¿ÊŠ·%P','',0,'?'),(_binary '\é`’öD\î™òÀ<n	F\Ä\Ê','wp-content/plugins/houzez-theme-functionality/elementor/controls/info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/controls/info.php',0,_binary '·\ËA1¾\æ8\ím0',_binary '·\ËA1¾\æ8\ím0',_binary '\ß[(x\Ø79þpU‡joNô8³]y§8¤\î\Â$0,Öˆ\ê','',0,'?'),(_binary '\ég\ÑÁ¶ÿU)\rR(\â','wp-includes/js/dist/is-shallow-equal.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/is-shallow-equal.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'xC÷õn\Ð!ƒ¥K\Îx:\'Œ',_binary '!aJù\îR³ù–ý 1*\â~šV¥ý\ÎDwrNû(','',0,'?'),(_binary '\ég\æ?§ÄU’\ë¥$O\Þ\"\Â','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php',0,_binary '\×?\î\Z?´VBYh\Ï\ß\æ',_binary '\×?\î\Z?´VBYh\Ï\ß\æ',_binary '>%#\Ú\á:-µòŠpK÷[\Ì\'©\Ó@¬\á\é¡o¼iz\Í','',0,'?'),(_binary '\élG³öF\ì›9™jzv±g','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/RequirementsChecker.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/RequirementsChecker.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Oi^†÷Žwe=ÅœC',_binary '\Ö\Ä\"”Ç­\×9£›ø\È+\íYX3G¡\"\Ñc£\ïÇg\"l','',0,'?'),(_binary '\éu½{¸†³»\Ú\ÐNÖ«²\è','wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òo°/€x¾sro\Zÿ@',_binary '|„&\'\Ò/°O\ë–\ï«Èš\á\ã\ÖM}\ß<\á±[õ\ÜH','',0,'?'),(_binary '\é{“BeöÒ¤\0\ßaPús\Ó','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/class-redux-datetime.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/class-redux-datetime.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹\Ï\'_¾U\'¾e	`-t4',_binary 'š‰k%QEÏ¾\ÙZSŸ<W7?Tžý0#E¤O	-\ÜF\å','',0,'?'),(_binary '\é|:«\êxZ~±*\×wlø','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '< ¤$0\Ë\Û2ª™Öš‘\îN',_binary 'Ê‘\íK3N\Î@vµ[…\áõ\ÈL\Ì\ãe\Ýü\ÊÚµì±K\Ú','',0,'?'),(_binary '\é€Y˜¡5¡\Õj¡,’\Òcj`','wp-content/plugins/redux-framework/wpml-config.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/wpml-config.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=+l“ô\r}´\\JC\Ø0p',_binary 'ð\Ä\n¨\ÙI2$I½ñœŒ ùHB–\ì#û‹È…×˜”ûù','',0,'?'),(_binary '\é‹hQ¤\Z-\Óö.ð?}¹','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rD¼‚»ÔÀ¹ŒŠgI ÿ¹',_binary '\Ý\Z¶e¼ž\á¸­Bf”CšI‘[+±Œµ¤+«™½¡\è','',0,'?'),(_binary '\éŽu$§‹\Ð\ÑB<Cq\\ž`','wp-content/plugins/revslider/public/assets/svg/image/ic_view_comfy_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_view_comfy_24px.svg',0,_binary 'Á\à“xÂºƒ0§Ž‘f;',_binary 'Á\à“xÂºƒ0§Ž‘f;',_binary 'C\nC¡2\ß5‰T¸¬!/)´2R0ÁZ(3k¼`Á8ˆ_','',0,'?'),(_binary 'é‘›j9\ÐF‘\Ê\Ìj¸|Z','wp-content/plugins/wp-rocket/assets/js/micromodal.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/micromodal.min.js',0,_binary '\ÝiLr\Å\æö7.+fÝµv',_binary '\ÝiLr\Å\æö7.+fÝµv',_binary 'x®›b\ÙD8\ì²q\íú¢oo¥LóQ$­\\?NžòTG~','',0,'?'),(_binary 'é »ÀyN<Ž €9€o\Z<','wp-admin/js/xfn.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/xfn.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<\×>B’Žû25Š\r1U*¨',_binary 'O	\ï†óh^dLgzòò\ÌIwúvÆ„aZ1û\î','',0,'?'),(_binary '\é¡tLHŠ:§\ìP(\Ù\Ðö','wp-includes/css/dist/widgets/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/widgets/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øg\ÊU\ä.ü¾²L%Æœ',_binary 'n‹Jð\ëÞ•¢\çuò0´¸¿d\Î\ï&’\ãZ–S\ï^in','',0,'?'),(_binary 'é©­ŽÄ˜3pD“\")Àw«','wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-memberpress.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-memberpress.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pñ3 \×\ïC9~„ø¸ýB',_binary ')?kr+0 \ÕK¿;\r\Ì/†\Õ\Æ Á4\r–\r˜Þˆ\Â','',0,'?'),(_binary '\éª\Êm¬Mt¨†\ÛW³B','wp-admin/images/align-left.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-left.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\ýy0\Ïúd÷Zòo.hž\Ô',_binary '\é_]\ê<#¶S\Î\"´B^U4_\ÝQ<!@šx?J$®£K\Ï','',0,'?'),(_binary '\é®iB\äŠ\ÛöXX)n','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListKeyEventsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListKeyEventsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Xl\ß`R\É[h)Ž\è1k',_binary '\àªL{8\èR£š\éþkF^¼\ë\îL¶€\\‚ð\Ã=þ','',0,'?'),(_binary 'é¯¾ñ(!\Ð}IÀi®4\ç','wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Tag_Matchers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Tag_Matchers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é}³\ÈÂ¦…D\Þ3üjô',_binary '\ÔÆŠ›vw,§ôyÄ·Å¨i\Æ{ÌN¸ttLjb\\º~{\Â','',0,'?'),(_binary '\é´\Ç}3§-G#‰\Û\'/cx','wp-content/plugins/wordpress-seo/css/dist/icons-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/icons-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”8\Þ\Ó\Ú2®Œ\Þ\Ä\ÍÑ˜ ',_binary '£$\çöšF?\Â5Û¸\Â\"Ri{\Ì\Òcv%[Iuæ‚†€','',0,'?'),(_binary '\éµp)\×>r‘P [t','wp-content/themes/houzez/template-parts/search/fields/keyword-banner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/keyword-banner.php',0,_binary 'ŒiK¾)F¹~±˜xD<',_binary 'ŒiK¾)F¹~±˜xD<',_binary 'µ™\"u©d‡o\Ñnv\è>\Äc;0·· Lk\È\Ðû6','',0,'?'),(_binary '\é»c\ï8ÿ\ïx«\ï\åÏµ','wp-includes/blocks/preformatted/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/preformatted/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰S²ü»G\Ô{Äˆ]ù5\×1',_binary '_Ÿ£­pc)k\é\ê\Ë3YHL¶IWO…P]9ôt\×S','',0,'?'),(_binary '\é¿\Úq¾wZ¦ƒ\çIøÀ-','wp-content/themes/houzez/template-parts/header/partials/logo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/logo.php',0,_binary '\é\ËN¥\Û7™ ]mL¥½',_binary '\é\ËN¥\Û7™ ]mL¥½',_binary 'Z a>ûž<ËŽsðò\Ä>\ä´Ç ƒ>µ \Ù V¦\è\Ä','',0,'?'),(_binary '\é\ÈE;¢\×+?©f \Å6\ì\Å2','wp-content/plugins/insert-headers-and-footers/admin/images/icon-duplicator.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/icon-duplicator.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!?ô\æ6Ž]b\Êô›h',_binary 'þ¥ “;l\ÖU:ý\à2s›ztÖ²\'zK\í½y\éˆr\Óf\n','',0,'?'),(_binary '\é\Ë1\ä\à”$p\r+®	¬X@','wp-content/plugins/redux-framework/sample/sections/extensions/icon-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/icon-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`IŒˆ­‚žš\Ó\\‹k?',_binary '\Ðôµ…ñ\ã¦&\ÞP\ëH©~\0#TTdt€z\\£ƒ¯RmW','',0,'?'),(_binary '\é\Ï\Ì\Â\Ó\ÜÀbŒy`–n','wp-content/plugins/houzez-studio/admin/js/i18n/hu.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/hu.js',0,_binary 'og\à\Úwzl i\Òq\Õ',_binary 'og\à\Úwzl i\Òq\Õ',_binary '•€»K\îñwŒ£\Ùó\ì\06ŒS,ò\ëe\ã]\åõ§\Â\â','',0,'?'),(_binary '\é\Ô\Þ\ât“þ˜Z\ÑO\'ƒ \n','wp-includes/js/thickbox/macFFBgHack.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/thickbox/macFFBgHack.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’È°gï†­\×W’,/u´',_binary 'Rw\Ë/\à¿h\×\í&q\è\Þ]Z¢½_ó\Ä\ÖNgyô•ˆ¹\Û','',0,'?'),(_binary '\é\Ö\ç\ÙöV,E@†X‚šy','wp-includes/SimplePie/Cache/File.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/File.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P·¦8?Q\Ð\Ôh×Š\ç¢',_binary '~\Å`Ÿöå«Œ\Í<½õB\né²™%]û\è­X}\Zi¶¿','',0,'?'),(_binary '\éÚ¼<½O õ}}†“\Ù','wp-content/themes/houzez/template-parts/realtors/agency/stats-property-cities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/stats-property-cities.php',0,_binary 'ýx+·Mv«Z\ë\ßþ\äùWû',_binary 'ýx+·Mv«Z\ë\ßþ\äùWû',_binary '2X»£5IcU\rÑ¦\Ûù\'„¢Æ¸\ë\ç\ÝUg\ã\Ó\ÈyÜ¶','',0,'?'),(_binary '\é\í¨Þ¹=l¨õ¡–õ\ím«','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/IntrospectionProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/IntrospectionProcessor.php',0,_binary '\åòU-ôSaP\é0˜Ž\Ü',_binary '\åòU-ôSaP\é0˜Ž\Ü',_binary 'O	ª\äXU¶Š\éúaˆ\Î\ÞøC~\'\ï· \ïCþ’‘ù\nô','',0,'?'),(_binary '\éñ™S´§t\éþR·Ïš|\ï','wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/wpbakery.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/wpbakery.class.php',0,_binary 'mKù\Å8Û°\Ô\ç±\nJ:Ö³',_binary 'mKù\Å8Û°\Ô\ç±\nJ:Ö³',_binary 'lòT^ˆÅ“\Î@J€Goÿš…üa\Z³\Þ\ÎT„g¥‰½pv','',0,'?'),(_binary '\éò<\Ôœ\íò\ÓlˆR¹k\"¦','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ColumnHeader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ColumnHeader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gftI50uúIk\çjR$¿',_binary 'zÿ{h-\Öú¶Q¯1!\É\0)†¿\Ã\ÂiŸÁO³E\á^¨úÿ—','',0,'?'),(_binary '\éó_\ÅS\×-c\íBÀ!X¶','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/year.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/year.php',0,_binary '¿[¬=\ë©\Ä ¾/BÜŸ6',_binary '¿[¬=\ë©\Ä ¾/BÜŸ6',_binary 'ø§I\ãO§\é^;õ\î÷´öŒj]„P¨ƒY,Yt\äk','',0,'?'),(_binary '\é÷ú.ó\0ß¢÷Zû<-dK','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Url.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Url.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òJ³ž¿ò‚kN\ÊT‹²',_binary '†+€L©ý\ÉM\\<¸Š3aR.vx\îp4lVNb\è','',0,'?'),(_binary '\ê*œ\Âlw°-3Ü¸*)\à','wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â.GÁ,8QþJ\ê¦{Ÿ',_binary 'H—‡\ådA…Ú¹;\ÌJ,&uóÓ»–X&‘\Æƒ½Û','',0,'?'),(_binary '\ê‘!>\Å\Ã\Ù\Ê‹','wp-content/plugins/wp-rocket/views/settings/fields/cnames.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/cnames.php',0,_binary 'XIv\×}5‹EzEh&',_binary 'XIv\×}5‹EzEh&',_binary ';h›.€·\×\'\êY h\')\ÂT.Rˆ\Zy§3\àÁÿ>†\íOv','',0,'?'),(_binary '\ê¶ö½\Þ\âºü§U1_\Ï','wp-content/plugins/updraftplus/vendor/psr/http-message/src/StreamInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/StreamInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4‹ ýÊ±É·+/\0Ï–\Å\Ì',_binary '\â\ß\\\åƒÿŸ¦ž\Ðþü\ædXw\åqÖ°\ÛGE\ï«','',0,'?'),(_binary '\ê\Ì\\ñ$$\Û0\ØEj\Æ\ç\ÓK','wp-content/plugins/redux-framework/redux-core/assets/img/raw/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\êkLN\0ô\ç»x6@','wp-admin/css/list-tables.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/list-tables.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…ò©ƒl+_ñ\æF’[¡',_binary 'l Ô¦¿·ö°|1%£ °/¤SŸ,Vk@\È_‚','',0,'?'),(_binary '\ê\r˜­6À¡˜%Á¾Ú»ø\Ê','wp-content/plugins/bluehost-wordpress-plugin/assets/svg/website-content.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/assets/svg/website-content.svg',0,_binary '»\Æò1Œ\Ò\'\'(c;k‘£',_binary '»\Æò1Œ\Ò\'\'(c;k‘£',_binary '™.-ûZ¿½ø8U©¿\Å	Ö¤ú\å\ãT\ìŽ¥\ç®÷','',0,'?'),(_binary '\ê\Ù	^\æ)	‹¦,ƒ/µþ','wp-content/themes/houzez/template-parts/search/fields/country.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/country.php',0,_binary 'BQ	\Þ\Úe\ØgTöU^\Ü',_binary 'BQ	\Þ\Úe\ØgTöU^\Ü',_binary '_%ô²i\åX1I\Û#D\"|\î=¦{¿ôô\Ù\î\Ò4døý¬','',0,'?'),(_binary '\ê¶’À\Úò\Ý_`\êÈ,','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ConnectCollectionTransfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ConnectCollectionTransfer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2:‚\ä€\Ù\Ú%j:Žô*+:',_binary 'š>¬ó\ÇuÁ\î.§Zw³\î­ôª6\ØM?q^\"ªš\à ','',0,'?'),(_binary '\ê>=^ƒ%Ý\ÖÕŸ\0U9','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-puzzle.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-puzzle.svg',0,_binary '%cÈ¥A”V,\åyö\ë™\Ùl[',_binary '%cÈ¥A”V,\åyö\ë™\Ùl[',_binary 'zt\ädZ×¤\"Ã±s>Á\Êð´´m\ìšñq\Ê½E,\á–','',0,'?'),(_binary '\êw\Z\ËG±v­!k\Ûø\Þð2','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_90_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_90_24px.svg',0,_binary 'ú\ê+\âjýC»°x%í¯˜œ',_binary 'ú\ê+\âjýC»°x%í¯˜œ',_binary 'D¤ v\ï\ÂS\ïwò9Ot\\Fd\æókW?‡\Ñ\î\âØ‹‹\Êò','',0,'?'),(_binary '\ê¸”@p\ÑÍ¢öa¦=òþ','wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åO|\ÛM¶!¬\î\ä=\ïcFŒ',_binary '\Èw\ß\ë-K\Çb£˜–ñ÷/;5²óË¾Š\Â\Êö\'J28','',0,'?'),(_binary '\ê Î‚±Ÿã‰°‚\ÏV|p©\Ö','wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾†µ\ÇJWxù^Ü©\Êh\ß',_binary '#/-&Ò®¶³-‹\Ä;\Ú“\ß\ç*\'²\Â¬ÿø-¢\Ö÷Z_','',0,'?'),(_binary '\ê\"6‚‘\ã´-\Ê\ï\ÌL…','wp-includes/blocks/comment-template/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-template/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þñ§ 7“R›L\Ñy\0£ž',_binary 'L~»\á|G’½y^¦ÖGžC	ôÇš´\Ä%¦mAu','',0,'?'),(_binary '\ê$u,\Òd¶=\Æ\"=°“','wp-content/themes/sinatra/inc/breadcrumbs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/breadcrumbs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã1½–o¶\n\é\æu\ÜµFƒ',_binary '•a¿\×_\ÝAôp\Þõ–‘t©Œ÷5cÑ\Z\Çî¦¢6)','',0,'?'),(_binary '\ê%\ì`«‚\à\Ã?Ž’³ÿ','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_split_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_split_24px.svg',0,_binary '\Ë\Êa4³XlýL±\Ç\\õ®¤\í',_binary '\Ë\Êa4³XlýL±\Ç\\õ®¤\í',_binary '\r¥F5\ægm!–\í–ü±s¾{¶Uq„\ä’þ®?\ë\ä+','',0,'?'),(_binary '\ê&\Äû9­uL»?x¥c','wp-content/plugins/bluehost-wordpress-plugin/inc/jetpack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/jetpack.php',0,_binary '¶‰§\Ç\ä\0™ »wU\èef',_binary '¶‰§\Ç\ä\0™ »wU\èef',_binary 'õ\é\Þ\ì\êqxK€\î·\î^­\ï—3*\'©œ*\Ûh>v\Þ','',0,'?'),(_binary '\ê-.§´x¶É¤\àR»\Û','wp-admin/includes/privacy-tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/privacy-tools.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\åf\àF¯nj\Ó\Û%XÄŒ',_binary 'O dPÞE…\Õ<\Ñ\ÙÒ¡\Ð\çPrÖ¸\ì¸u(tX¥°¡#','',0,'?'),(_binary '\ê.Ì0<;d‹š’>®\np','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™zu±\ÄÝš£Kb^\ÖCw',_binary 'qY\0…\ÚL¦\04á½¦{*\\\'\Ý>ò7\àp¼ÀÖ’','',0,'?'),(_binary '\ê0J\é”\ÇÁ\é\Ífx°#X{—','wp-includes/sodium_compat/namespaced/File.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/File.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']\Öm\Çw\è/\æ\\\Æy5\Ú',_binary '»Ét‰d7–Hñ†}=·ù.t“\âCw$–`cºÀ\'ü','',0,'?'),(_binary '\ê4o@\Õ\à\è[¯\êÆ—Y\â','wp-content/plugins/wpforms-lite/assets/css/emails/general.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/general.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì[Ü³\r\íp8\Ö\Ý\çD¸\ç',_binary 'ž™0\æ\")‰oa0+­6h¢m\Õk÷e\Ît	\Ú','',0,'?'),(_binary '\ê4\Ê\×\çº2‘)A.;4\Ñ','wp-includes/js/customize-preview.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-preview.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3Q	ý!@\áÙ§T\r',_binary '	\ÐZ\\L\Ï\éô\'b\É%\á¹i$\çõúò\Z\n\ïµ\Æ\îF®~','',0,'?'),(_binary '\ê5ƒ]\Ór\ê\ÅM…‘kø:û','wp-content/uploads/2020/09/streamline-icon-common-file-award@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-common-file-award@64x64.svg',0,_binary ')BTdùV#\Z\Ï\Ù*4Šxt\Ê',_binary ')BTdùV#\Z\Ï\Ù*4Šxt\Ê',_binary 'Ó»Ì•\Ü\"ƒzª\Îx\ÐZ\Ï\n” £pži\Ã\r„0|','',0,'?'),(_binary '\ê6s\0\Ì\Ó5\ç\è%´xY','wp-content/plugins/redux-framework/sample/sections/design-fields/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/design-fields/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\ê6Ô»FJðÎ _\àC\ì\ä3','wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-popin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-popin.php',0,_binary '‹\ë\ÞfP\rB\ÐVG\0,\ï',_binary '‹\ë\ÞfP\rB\ÐVG\0,\ï',_binary '\Ø\Ä>Ž\à—k‘Pš,\rV£\\s™KJv;Ž °\0Þ“','',0,'?'),(_binary '\ê:•‡\Ê SLÜ¦„ô!®\Ú','wp-content/plugins/elementor/assets/css/common-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/common-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Zò…3\í=²*\Øxž\ãgQ',_binary 'Ÿ{„¾š\Ó¯\Ð\ÞW«\Ýypp\Ù\Ä~=&¦ºu\\¾B\è¤e†','',0,'?'),(_binary '\ê=±z\ÝýA¤\Ñ\â\Ï4¨\Ê\È\Ü','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '${’\ÉA\" _K\Ôñ‚«',_binary '\Ç\Ñ\ãwû° \æjœ)~q	ï„»\Ù\Ù\'qŽ\Þ@\ã%Mò¡\ß','',0,'?'),(_binary '\êF\"\ÚrG¼\Z¹~þPJð²','wp-content/themes/sinatra/template-parts/entry/entry-show-comments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-show-comments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìÿ!\ÃÁ¶â›œ\Íó²Ÿ8wˆ',_binary '*ÀÀ:\Âáªª\ËnŸ™vAºÆ—\ï&ù»Nt\áûš','',0,'?'),(_binary '\êJÕ-\ëv\ÅI\äŽ\ÕrS¹','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ímq‡9-€×±Ý’\î\\t ',_binary '}ðí—:è…’:–\âƒ\Ìóz.zÀOž-–°Q`2•>\Ë','',0,'?'),(_binary '\êMS	nÛ°n\Ñ\Ë\Å&A2 \Î','wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß} D1ÀCN«?\âRB\Ó*',_binary 'ø\ÉHŠ×Ž	B\ëTz\Ë™’C	ù\ìú:DY,©\é\ìù¿','',0,'?'),(_binary '\êQ\ÉA\è	ð=HŸ¯7-','wp-includes/js/jquery/ui/droppable.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/droppable.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á‚%d’šP#\Çnž¦(',_binary 'Zƒ•ž‚l±p™^\éœýt¶U\Ã=œ<„©BÝ³\Ð9T\×','',0,'?'),(_binary '\ê[Œ¿\é}Àg”M+\Ã\â\ê','wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/AccountOwner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/AccountOwner.php',0,_binary '\í\Ø\nº\ÃS\çV\ÒñL\Ü/Ã¦.',_binary '\í\Ø\nº\ÃS\çV\ÒñL\Ü/Ã¦.',_binary 'ü\Â\00¯\ÛDöÇ˜¤\Ó5ðva\\…„\ì|\Òó”t+Ÿ_´','',0,'?'),(_binary '\êc!.\É\ÒQue—\éHWdU ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sl.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sl.js',0,_binary '\ë\ØJ°¡‹=WvöUñý\Ô\È',_binary '\ë\ØJ°¡‹=WvöUñý\Ô\È',_binary '[H†\Öa-u\ÝÅ§\Ïù¨k\'À8c¶”D³2Ê°‘Ñª[','',0,'?'),(_binary '\êd\nºv;\èO1:®®,Tn','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò’¼Ð¾µ6¤\Êþ¯¢\ã',_binary 'r\Ì\nz\É\è•\é>¢˜½g\ãi\Ô\ru÷´u<²\ä›F','',0,'?'),(_binary '\êr@¤\ÈD¾‹Z\Ðä¯©','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š!K\å	5y¼¡S*',_binary '\Îý¿ˆTy‡O\î%u;\ÈU\ì“}\ãg\æü1Ÿ\ï)˜\ÝZ\Ã','',0,'?'),(_binary '\êw\Ð6?k‰_+\×õR\êòý','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»C\ß\Õ\Çÿ@\\\ëd¼PŒ',_binary '0ˆ\ÙyWb/Vb©±p¬*0:\".\è:›Qûö\Ðoâ½¸¿','',0,'?'),(_binary '\ê~#Iý\æ3\r_ý\ì\Ú\ì½\Ö','wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç\Îö|ôÁr’Ô¾Ô•¡5ÿ÷',_binary '\Z\Ó\Ó/°Z±	)DTDsŒPƒ\ëõ\Õ\0O3kñM\î\éM','',0,'?'),(_binary '\ê‡ZˆùG\Ñuýì²£š¿µ½','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç¦ô\Þ[f\ÛGdŽ\Ö\Ïe¶“‘',_binary 'z\Â0\äx\×k“[†õ\ëiÁ›c*Í \Þ0¡2¯Z','',0,'?'),(_binary 'ê¥²«2jEbgØˆW²x\Û','wp-includes/css/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û\ì…\ÂµŠˆB\ßhË–?¨',_binary '´—\Ô{/\Z\0`¬.ž\ë•?\Ð“c\ï>’\0\Êú\ÝÉ±œ;','',0,'?'),(_binary '\ê>u\é0±…0OIn\è¨','wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’•¦>P£ŽN‰×¯Q¾\'',_binary '\Ú|‹±\Óo·-sˆ‡†`«X\×(‹,¡h\ìr]AýN¼','',0,'?'),(_binary 'ê”¡\ì!,»E¶\ç\î\Ãü','wp-content/plugins/houzez-login-register/functions/login_register.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/functions/login_register.php',0,_binary 'Ò©bRO¾\Üó\ÐÁ‚ò–',_binary 'Ò©bRO¾\Üó\ÐÁ‚ò–',_binary '<=$\Þa\Ïy\Ç\Î%9O·-z~\ÝH6Sƒ\â »7/\î6hW','',0,'?'),(_binary '\ê—N@x•Š-=Rx','wp-content/plugins/wp-rocket/inc/classes/Buffer/class-abstract-buffer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-abstract-buffer.php',0,_binary '°YI\Ô\\JFDº\Ý“h©\r',_binary '°YI\Ô\\JFDº\Ý“h©\r',_binary '\"\×`cõùC4íª°n2ý¤\Ðê¼…¶\àËª\Øotõ','',0,'?'),(_binary '\ê™\ÜMˆuÃžZhú¥±Ó·','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'cb¤g=\Ö\è+°U¯Dñ\r±',_binary 'Wa²¬›\ÅiƒøÒ£f”1\çp\Ý†wµNÿ„\Ñ\â','',0,'?'),(_binary '\ê P¿\ëÆ„\ÇPúPhzFmž','wp-content/plugins/wpforms-lite/assets/images/addon-icon-signatures.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-signatures.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1»q œdp\èŽ&ÌŽ~ªó',_binary '\"\æ‡\ÙFöC\á \éV:Ø˜R¸}S—\ïbb‰Ò›€Î«|','',0,'?'),(_binary '\ê£¦Wcp	QªN\Ó\Ï\Êý«','wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder-providers.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder-providers.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?\çÈ–½¼+Œs§Om1Ã¥',_binary '¼–\"hË™’ŽY\Ï.D­\ä©ó6 Px(Y\à$','',0,'?'),(_binary '\ê¥bz\×ŽÝª\Ä_sQ6','wp-content/themes/houzez/template-parts/dashboard/submit/partials/author.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/partials/author.php',0,_binary 'pX7³û•øw«IŒ¿i~5',_binary 'pX7³û•øw«IŒ¿i~5',_binary 'f¡ß„ºöj‹\ëY6&µ\á\æT\î¡\Î\ám¼v\Çx´©§O','',0,'?'),(_binary '\ê§@ŠM\æ8x\r<\Ú¸÷','wp-content/plugins/one-click-demo-import/inc/PluginInstaller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/PluginInstaller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Àf­\Éö)\ÕõKBøŠR\â4',_binary 'Ï‡]	P\ÎFª)qn†<56rIÁ§‚\îv\r©Ù˜œ','',0,'?'),(_binary '\ê§?°`§»d\ÛÀ‹²¹q[\ê','wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Îð\ë9eC]\Öt_Zö_„',_binary '¹²\ë\r\×\Í•/£ÚŸ\éaž\Ì[¥Õ†l\Â\Ñ{õ','',0,'?'),(_binary 'êª˜¶¨\é\Ê …qB','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_gas_station_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_gas_station_24px.svg',0,_binary '_<ÝŠ`ó½Ú²a}m\ë',_binary '_<ÝŠ`ó½Ú²a}m\ë',_binary '(ºt\Ù\Ów8‡FDöôˆ	«¸güj$ý>\0¡£÷J\Ü','',0,'?'),(_binary '\ê­4¢.{\ï\ÅLú°L3~#ú','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ`\é\Û\Û\àZ&I\Æ^\É\Õp',_binary 'žª||\å}Qõ\ï…,Ÿd°‘<µ\Â\Çv\Ør;˜ú','',0,'?'),(_binary '\ê®a¤•&\Ä\n®aÉ¥^…/','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/es.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/es.js',0,_binary '\é\"‰	ö@ˆû#Js•ø\è',_binary '\é\"‰	ö@ˆû#Js•ø\è',_binary '\äñÊ Wt\ÈI\ËošQ…\'üzBS-ò6v‡´\"l.<\Å\ß','',0,'?'),(_binary 'ê®”ô‹\Õ<¶\Ë\Ð,Zò³','wp-includes/blocks/comments-pagination/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÐÂ·\ãˆQ2†ö ‹\é\îy[S',_binary 'r¶\Ñr)8JŽ\Î eZ\n*\Úõ@“`CÒ™k\Ö=\ã9-vB','',0,'?'),(_binary '\ê¯Ç‡¾\Æ\Û4Ë“T`¡k','wp-includes/js/wp-pointer.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-pointer.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'AV{M\ï®\äüürn?\Ã\n÷',_binary 'c:\â±™8¹\ËXÜ¹l\Ö8od„Gh¯S\àD§%\nM\Ì','',0,'?'),(_binary '\ê¸\\4y.¦Ž¦§£Ž\ÞEr','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-pie-chart.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-pie-chart.svg',0,_binary '–øÐ¡úÍ¶U&ø–´\r-ˆô',_binary '–øÐ¡úÍ¶U&ø–´\r-ˆô',_binary '…Kbe™š^¹¿ò\í:Šx	”n”¢\î©\ï€gD\ÂÚ½$','',0,'?'),(_binary '\ê¹<i‰\ÎÇµ¤|o?·_','wp-content/plugins/revslider/public/assets/svg/image/ic_tonality_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_tonality_24px.svg',0,_binary 'Afþò³Î¨¾v@:ÉŠF)',_binary 'Afþò³Î¨¾v@:ÉŠF)',_binary '\Ð\Ð\Ü%6\Ô@h&H\ÚF\è\áþ\ÈM¿\È(5yQÏ¥Œ³','',0,'?'),(_binary '\êÀ\ÊU\ÕeŽˆ®\î†9$\éC','wp-content/themes/houzez/template-parts/header/header-mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-mobile.php',0,_binary '¯;¯Z^P*‹k²“%¼',_binary '¯;¯Z^P*‹k²“%¼',_binary '\Ï\ÂqŸ\Ó‹ý÷qy\æ¾2„IˆjÝ‘OŒ\ÍoÖ‰\Èòõ!ªÿ','',0,'?'),(_binary '\ê\Î/\âukGÀŒx£\rze','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.lv.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.lv.min.js',0,_binary '¼\Ê2\ïR	x@»k›’ð',_binary '¼\Ê2\ïR	x@»k›’ð',_binary '¤iÎ ]\î\"\Ïü\á\Ó}+\æx\æH6\ÚH¸	>²\ì\Ø¹W','',0,'?'),(_binary '\êÔŽ6„g-\â8Q<z','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/users.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/users.svg',0,_binary '{Lt\Ó,a’ú\\³\ÄÜ´\ï\Ñ',_binary '{Lt\Ó,a’ú\\³\ÄÜ´\ï\Ñ',_binary 'õ\à–ú\É8\×`?\Ô`N]\ßè»²\à\äZ—j\ÑÔ¦ü‹±','',0,'?'),(_binary '\ê\Ôñ-¡br0Kw*µ','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-c.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-c.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽŸV¤;Ê‚§þå…«B\ìt',_binary '{[\×r\ÊG÷\Ï½<hž­\Òo.ÖºS&> t¸','',0,'?'),(_binary '\ê\Õû£x‚•\ê\0\ç žfD=','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build/1.2.5/coming-soon.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build/1.2.5/coming-soon.asset.php',0,_binary 'hµbC”ŠË»\"”}\n³',_binary 'hµbC”ŠË»\"”}\n³',_binary 'A?\Z\æò¼ÁÁU¿bUž~ÿúWs\rD~ˆzó\Ê\çž','',0,'?'),(_binary '\ê\Ø3+\á\æÁUVu\Ä\ãM','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Schema.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Schema.php',0,_binary 'Jo`5\æ\Ãm%)9ð¬\Ø ',_binary 'Jo`5\æ\Ãm%)9ð¬\Ø ',_binary '\ã\îL%\Än±›\Ò~\"!.©b\ZV\í\ì\\‘¼\\RN44\æ\"\Û','',0,'?'),(_binary '\ê\ã\Â<rªÙ£\"†\èqÜ¸\î‘','wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³;\î\ßÉŸþCô\r¦[Rªy”',_binary 'i¼»DXn¯–\rÀY\çpt\nO\ä\\n,WjN\0|\n•ºk~','',0,'?'),(_binary '\ê\é¨z$šUD?S','wp-content/plugins/bluehost-wordpress-plugin/vendor/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/autoload.php',0,_binary '8{:@þDRvJ\Ú3ª\Íz4',_binary '8{:@þDRvJ\Ú3ª\Íz4',_binary '\Ä\Ô0¿o ²£acÞž&\îwgF\Þ\Ò´—Ÿ\Û.ð','',0,'?'),(_binary '\êð6\ÎZ—fM\ï£ó”;„','wp-admin/css/site-health-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-health-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û\íW¾\×\å<a~»;ˆ’ú',_binary '+D.\È\ÈÌ¿bÏ¼u\ç^Ç÷>†¬ O­Í„£_','',0,'?'),(_binary '\êó¶—\Þ\ÔrÐ’d6T ]f','wp-content/themes/houzez/vc_templates/text_with_icon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/vc_templates/text_with_icon.php',0,_binary 'Ö‡(ÿ~\Ü\Ðm\Í-NM',_binary 'Ö‡(ÿ~\Ü\Ðm\Í-NM',_binary '[ÿ@\'°KñP¦šŸÃ¶5ªŠ‘Yz0¨—C°\ra\Û\ärP‹','',0,'?'),(_binary '\êöñ\Ü\ÊÀ\ä*\rh}h(','wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \Æe\Û\á\Z_\Í\é){',_binary 'ÿPöÛ H\ç\Õ²\Ù I\ï‡\Ôúð¾V\ìðr[4›Už²','',0,'?'),(_binary '\êùÁ4Jý“¹8jÚ‘¨\é','wp-content/themes/houzez/framework/stripe-php/lib/Radar/ValueListItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Radar/ValueListItem.php',0,_binary ' @®°\Ô\Ñ >`lž\Ïø«+q',_binary ' @®°\Ô\Ñ >`lž\Ïø«+q',_binary '®\éuY\Ñw\".Ö\0j5xt\Ù\êôœ•;þQP\ÉtööQ','',0,'?'),(_binary '\êüÌ–™þ‰»w™Á/xLd','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityAdWordsLinkEntity.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityAdWordsLinkEntity.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ¬$\È*ÖŒBN\à\ÊT/',_binary ' ’^ Dp–v’ùD°\\6ë­£ ‘\â\'\îÅ©<.Ï','',0,'?'),(_binary '\êÿ\"‹\ë{\ïBECû»÷&','wp-content/themes/yith-wonder/parts/header-transparent.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header-transparent.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯ˆkÐ‹ ñ6ý\n\×x\Éñ',_binary 'e%—²;\î\Óñ÷Ï½9E‰\çhm‹\ÑB8É¦úh','',0,'?'),(_binary '\êÿµ\æ­\åLC<}8¥«','wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php',0,_binary '.»\':s\ÑT÷u\í/3†',_binary '.»\':s\ÑT÷u\í/3†',_binary 'ðsj¶ƒ½]«Ï¡IL\Î0\×A²¶¾- †É¥\Ër·$tü','',0,'?'),(_binary '\ël¤µm®-\'\æ^¨','wp-content/plugins/redux-framework/sample/sections/design-fields/dimensions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/design-fields/dimensions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \çCE.T\ëŽn±Š\è	¤',_binary '%ü·n\Ébü\È\Î\ç”9Tž¤3Á€ù5ô\àI9uðv\\G—','',0,'?'),(_binary '\ëŒ\Îöò¸¢¾„JAú\r','wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çßµh0à­¡–—öŠ\éX',_binary '¡ùºBv•úÀ\â$\ÈÚ¹w§¦wó0\Ü?I„yÿ','',0,'?'),(_binary '\ë	ø{þ\Zltu‰\î\\Iô¾','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PDFEmbedder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PDFEmbedder.php',0,_binary '\Ñ¨«mE•‹\Ú#\Ìj§À',_binary '\Ñ¨«mE•‹\Ú#\Ìj§À',_binary 'K*·†–\Íp>$w ñ§Ñ˜ë— 3‡^ÿÇ¼\Ú`cžtR','',0,'?'),(_binary '\ë\njÝea!\è\ZWdq','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÓÙ¶Áöh«rdGŽÍ¶',_binary '³_7\ì	2î¼”w-Tb\â	-³\è710ÎµA\Õ°\áÿ\íf','',0,'?'),(_binary '\ëŒö o\ßb\Âd1\Íz•y','wp-content/themes/houzez/sidebar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/sidebar.php',0,_binary '»Ë¦/NzvðJp7ÿ\äh\æ',_binary '»Ë¦/NzvðJp7ÿ\äh\æ',_binary '„5£°õc\æÊŽö¯\ê®m‹½júeg?,l\Ò.\Ø','',0,'?'),(_binary '\ë5…#X?«\Ã\ÞN\ÒE','wp-content/plugins/houzez-theme-functionality/functions/functions-rewrite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/functions/functions-rewrite.php',0,_binary 'O3:œ~\Ì\å\íS7u5{',_binary 'O3:œ~\Ì\å\íS7u5{',_binary '4—/O——\Â#Ai$\Ý\ÉI c\Z¤\è—ZJ\ì%iJžM','',0,'?'),(_binary '\ë{+†\ÔBSY¢\à\0ªK(','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íb2‰A\'­‹%\æk–¹¯',_binary 'ûò\î\ÎSÅµ\Ï¦—ª@»\Ç£O˜·Úª¤s1­\Ò','',0,'?'),(_binary '\ëÔ‡\èDój=\Ç77W\"','wp-content/plugins/redux-framework/ReduxCore/inc/fields/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/inc/fields/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\ë!¹©‘%uIÀ\Ô\\Eg_','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphNodeFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphNodeFactory.php',0,_binary '=[YÇ²­ò\Íÿ\ëZ\È}Ä¼',_binary '=[YÇ²­ò\Íÿ\ëZ\È}Ä¼',_binary 'ÀJq#`[\ã\ç©\nú·j\'·\ÆSõ\ÆiW”M*|8”','',0,'?'),(_binary '\ë+!6}dÎ¡NM±yg','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-shortcode.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-shortcode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Hñ/Elt\æ«óù`C#l\î¡',_binary '¢4ø¼‚\éZ‹\ëÿÀ3”(\"+MQvÊ¡ÍŽ­püµŽ~','',0,'?'),(_binary '\ë-n\ê$.ÿ#g%\Ä}\Ý÷','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å \ÂOÙ‘CHŒØ–sº ',_binary 'pX˜\Ü\éuc{ð-\ãK×Ú˜ /OnE0œš„)JB','',0,'?'),(_binary '\ë-qA•\ê®\ç\ÓGÄ¢ø2','wp-content/themes/houzez/css/font-awesome/webfonts/fa-solid-900.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/css/font-awesome/webfonts/fa-solid-900.svg',0,_binary 'º|·MòœF\ÖK\îN',_binary 'º|·MòœF\ÖK\îN',_binary '\Çü|=Ð—\æ¹6R}ƒ÷%Kñ\í\äDkQñILË¡9S','',0,'?'),(_binary '\ë0žŠRðJ³{y\íË£÷\ï','wp-includes/general-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/general-template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0\ïR3?\ËC‚~…m©\Ì\Ú5',_binary 'd‹ªn©’p\ÃÌ ?MðÒˆw4†X×›¤°‘OÈ€\Ó','',0,'?'),(_binary '\ë1\n‹ScŸ¯{N\Ìob','wp-content/themes/yith-wonder/assets/css/blocks/button.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/button.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•^¢¤7\r%“ˆa\Ã±',_binary '˜üd±wÞ³0ñ­–B°\î+FbóœecV#¸Š/O\ÃB','',0,'?'),(_binary '\ë2˜ž8hˆ>µ­´\ÐLB','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ro.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ro.js',0,_binary 'Pwˆú\×B\ÄmL”Jm\Ó\î7\é',_binary 'Pwˆú\×B\ÄmL”Jm\Ó\î7\é',_binary '5¾D/`>øÌ…[\ß\à©\'?æ‡¤c¹r\Ðdµ¸õ\Ó','',0,'?'),(_binary '\ë5ÿ#À\Ïim\Ë9ŽrJ„','wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬½\Òdø\Å=/zI³~\Z',_binary '’K\ç\á>\Õ\Ò\Ï^\"/öM[dzu‚2&8*\á£\Ô\"C','',0,'?'),(_binary '\ë6\'E·ønfŒ+\Z¡kv«`','wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Žþ\Óõ^$Š¸N0Ùƒ–',_binary '\Ì­EË“=d7À¶«¹·Œ\\»T`[S­©HYœ\í\Ññ','',0,'?'),(_binary '\ë9\äK|M7;N”ò$•\0','wp-content/themes/houzez/framework/metaboxes/testimonials-metaboxes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/testimonials-metaboxes.php',0,_binary '\ã\ÙZ\Éý§•F^QW\îž+“a',_binary '\ã\ÙZ\Éý§•F^QW\îž+“a',_binary '”Ü¬D\äM\0²u/yq6˜\Î\ÒÍ¸›Ÿ½?6¥\ï‰\á<','',0,'?'),(_binary '\ë:—‡\ÑC\"ˆ1\Ü\Î\êŸ*','wp-content/plugins/elementor/includes/editor-templates/templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô—…;gm6”x\ÒJ›8,¸\ì',_binary '\Ò\ÅPŒT#ž/&rŒ&\ÎM¢\É6]\n¨¡\ÍW	\Ñ=P\Z','',0,'?'),(_binary '\ë;\ë\ì1×žc›»¤!R','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ka.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ka.js',0,_binary '³m…óÁ6ò¨‚©\\JÀ&',_binary '³m…óÁ6ò¨‚©\\JÀ&',_binary '.\Ý^\ßY\í—@\êuõ\í6‘\è\nÕ£½{°FL_\ÞT\Å\Ã\Óh6€','',0,'?'),(_binary '\ë;\è,\Ý\ê:·1•\êƒ\ÇB®','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/UsedCSS.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/UsedCSS.php',0,_binary 't\Ìhtx\Ü\à\ÅúfY\ê\Â$',_binary 't\Ìhtx\Ü\à\ÅúfY\ê\Â$',_binary 'zv,\î\ÎiCž‘Á™\Îý	dð\"\íV¿\0s\Êe\ÅgA´\Ó','',0,'?'),(_binary '\ë<©\ÙGÑ˜ž\æû\î›\Í','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\ëBE‹Œ¯|$!õ¹¡5','wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡$ü;nR\Zñ\ÕÊ‡\Z¡\à>',_binary '¡»©\Ü*\å1jw·\Ìga<Þ½\"†s¬%M®\Ï\ßñðb‚\æ','',0,'?'),(_binary '\ëF ó8\Ç+²)\Ð\Ør\ÝP\è','wp-admin/images/no.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/no.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Èk¿d\É$ùŸÜŸV7ðÀ‹',_binary '\n\à>\È\Ò¢~h\ÄZõ¤\ÓP\0ýU0\Ê;\' {õ)	¬>','',0,'?'),(_binary '\ëIA‚@f\çAbž«¥‡','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B\ÌZö—§\Ý\ÓöI“^òƒ‚',_binary 'd¿zZb:^øÀ=\'S\Z\Ôž.\ê*=\Õ^\Þwó\ã1','',0,'?'),(_binary '\ëIHg(T\\\Î\à\Æü.þÎµ','wp-content/plugins/revslider/public/assets/svg/av/ic_volume_up_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_volume_up_24px.svg',0,_binary 'l\á½z˜\Õ\rý\Æmqµ\0\'\Óx',_binary 'l\á½z˜\Õ\rý\Æmqµ\0\'\Óx',_binary '»ºÿ\ÌÝºQ\Ïü\ájk‘¼³\î7½:§otv','',0,'?'),(_binary '\ëL\ä\\£L´ \Æ\ë\æµò y<','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/TransactionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/TransactionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÝFÿ{w~ð\ï(WaFRvm',_binary 'E—=­\\8A\ãŠ@E˜÷&ZõZB—\èP]\Énû\ä\Ö+÷','',0,'?'),(_binary '\ëM\Z¥\Õü—H³?Í²Z','wp-includes/class-wp-rewrite.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-rewrite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p^$\âždEýžBm\Ý\Ç<',_binary ':¬‰¸\è?;,\Ôc‰n?œAž»\Ïw¦\n<·9ÿ\Ï³ú','',0,'?'),(_binary '\ëOÓ¿ú;¤=\\J¼zy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?¬Ÿ\Ð\æ\Í\Ø?g>þ}',_binary '»J|x\á«^\êW`ƒ\ã\ãöoqB<”s\Îþe„s','',0,'?'),(_binary '\ëQF\Ô0t\è+¼ö\Ø\á™ðª—','wp-includes/css/dist/block-library/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'lY‰\äF3ñ\ãðŠ\ØEù\Ù\Î',_binary '\ÊV°gJ`òš÷´¯9ê–„F\ßóAPoK\íj\í¢öžÚ','',0,'?'),(_binary '\ëSü.ÿ\Ä\Êÿ\Ðô®³Â®','wp-content/themes/twentytwentytwo/parts/header-small-dark.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/parts/header-small-dark.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I!·‡6^X¨Á÷›Q+\Òg',_binary '	$\Í÷$o—ýpÃ±Œy2\"t¯Ak›,\Ë\Ïc­\Z\î¾Iy','',0,'?'),(_binary '\ëU’OTT»P\ß\ÕZt‹¦\è','wp-content/plugins/houzez-theme-functionality/assets/images/duplicate.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/duplicate.svg',0,_binary 'AEˆi\ë$jú\è\á-7•',_binary 'AEˆi\ë$jú\è\á-7•',_binary 'É<”±’š^r\ÚÁ)s§X*T#]%¥e™™U\Ù‰œþ','',0,'?'),(_binary '\ë_‹1t=qTµQ¤*«Fò','wp-includes/blocks/gallery/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\î\Z\áÁ0Ë›•DVu4.',_binary '\0\ì+û€÷¸ú´T‚“]zO\ä	\Øs\çÐ¢ |\Æ)\ì\Ü','',0,'?'),(_binary '\ëa¶Žu\"9s?‚H€ø\Æ\å','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒü%1ùs¬˜¥Ã‹G',_binary 'E”„WÙ³¦?\Ì4\è\è…@U?¬0‰€\ëbPº+\æh','',0,'?'),(_binary '\ëi>\Íh>Ø»þ1;mj','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·e<i”þ€Y^“\ä0ªY&',_binary '_vˆ&\â\ÖZŽYwDÚ€\í\Ög]•\é^\Ä9Û”™ufú¨d','',0,'?'),(_binary '\ëm+:o]\ë\Íºau¸{¯·','wp-content/themes/twentytwentythree/styles/grapes.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/grapes.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'íŒ© ?R,•UMƒ‰(\Ý',_binary '\åº\ãD²Ÿo¤¨%\ì\0_;¨/ð˜Àø\")¼÷«\Ã[','',0,'?'),(_binary '\ëobòL6i„]„Q‰\è','wp-content/plugins/elementor/assets/js/e-home-screen.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/e-home-screen.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê¾&#µB n-\ÏgH',_binary ' w,\Ïû\ÑG ;ñƒOE\Ò4À\"Ÿ“jœ\Õ\Ù.\rF’K','',0,'?'),(_binary '\ër\\bwô¬BrÊŸÞ¶·','wp-content/themes/houzez/framework/stripe-php/lib/StripeClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/StripeClient.php',0,_binary 's\Ý\ÎgHÈŽ­D­øQ\Ú1',_binary 's\Ý\ÎgHÈŽ­D­øQ\Ú1',_binary '\åXR\\F«<ø\éš#\í`óÕ…°ˆñt`\Ñ\à‡»}\Õ','',0,'?'),(_binary '\ët\ã.§zSb\Þ\ÄbÄ™iM','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DimensionFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DimensionFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨Î«KN@@¦\æ\âŸø',_binary '³\0\è\áxw\Í=\Ï_\Ã-ù§ó’Ü±¿}wW\ãó+¯ÏŠJ¬','',0,'?'),(_binary '\ëv…®\Þ4r\ç\ä44ö\Zz\Ð','wp-content/plugins/elementor/core/utils/import-export/url.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/url.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷¤<zŽ}:ÿ1–\r¶',_binary '­™_:L\Þ\Ý\r\'GiY\×\çº\È|\ç4¢s.}\Ã\èmh1','',0,'?'),(_binary '\ëx}YAOöR`#X\ë','wp-content/plugins/revslider/includes/cssparser.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/cssparser.class.php',0,_binary 'LÒ¶ ¨ÿQx&;',_binary 'LÒ¶ ¨ÿQx&;',_binary '\è-0*Æ¸ð¸¡:\ÖY\ëƒ\rA¼¼AL®£\Æ7C\ç4','',0,'?'),(_binary '\ë|$\Çø\Zß™\í\à$\è\æ•','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/MandateService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/MandateService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nKÕ„*{*<}-º“4Ç£w',_binary '\àÈ²Ø¾‹½\ÒÏ…8ÿ\ï09ª|y±\×e¢¯\å)l´','',0,'?'),(_binary '\ë™‚\Ý\å|‘y\Ó6ðt†½¸','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTemplates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTemplates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö¸\'óp\rE}Pb\å~\ß',_binary '7<¼\êJ\Ó5®\Æ\àZ,-˜\à\ål\à\Ãk-^ÐªûuÝµ','',0,'?'),(_binary '\ë\Ïót\ë\\›}\rký“\î‹','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0g˜du}™\çMVgU',_binary '\å\ä6ª@ }a\Ó>]\ÇF¢;\Û\Ü\Å}ðeND¦cýu','',0,'?'),(_binary '\ëx°Dª.¶\á\Úm~<\×2','wp-content/plugins/wordfence/images/ratelimiting.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/ratelimiting.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0[›\ìM±Éž¥yP°\é',_binary 'ô@ƒ\ê­ôS\Ä\çy\'\èN+™k\éBÀ¿3†J!PbÆ–•','',0,'?'),(_binary 'ë”\Ó\ÒV¡\ÛZ_\ØaÀ³','wp-content/plugins/elementor/assets/js/ai-media-library.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-media-library.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[b‚¬Ç­¸$™:\æ±D~\Ú+',_binary '\ãñNŸL\ì§Á\È#û\r6&}$¹cN…Ah\áÿ\îY\ï','',0,'?'),(_binary '\ë‚YŸw†—ÿz«û–KÏƒ','wp-content/plugins/updraftplus/vendor/psr/log/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ZtbrýyI7¾9J¶‰2~',_binary '\ÚK‹–‘Ô¼\Åi€E©½l¶1³9GR¾¬¥MóC\Þ','',0,'?'),(_binary '\ë…?‘?#†ñ\è\ï\ë—$\×K','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹£<}\Î\rŒBÆ•70›q',_binary 'Jð@£\Â\é¡J¤\é\Õ\ëlòS4‹zÁC÷\Ýk\É85','',0,'?'),(_binary '\ëŒX\ã´À\â„% X-?¥','wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception/OutOfBoundsException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception/OutOfBoundsException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é\Ý\ïZ.<\é9:q\è?iA',_binary '”½¼\Ï3÷µ\Ù+\îwOö\í\Û^³\Ü2W…!³©\rdo½','',0,'?'),(_binary 'ë‘ª\09ÜŽˆR\Ãyg¼ª','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@o­ódô\Ù\\:\ÕÁ@%7Ì¡',_binary '™^\ä\×\È\Ñ\ï¦p—\Íq\È\"¾z¥\"t{8 \Åþ³+‡D','',0,'?'),(_binary '\ë“’¾+}>c\Û,-\Ð','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	:¢\Í\Õ\ÂgJÀ\ßÄ©\Ý',_binary '\ß@k*\â_¾þrðd…¤¹:\Û\ä¨»g$T¿”|&\È;','',0,'?'),(_binary '\ë”a\à™®¿žDò°–ûœj','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/checklist.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/checklist.svg',0,_binary '\Ì\ë°k†$}ýNg-£',_binary '\Ì\ë°k†$}ýNg-£',_binary 'Ä‹\îZ\å\Ñ\ç a¡\'–´‡Iˆ^\Ùg…x\Ø\Ô+­š?À=œ','',0,'?'),(_binary '\ëœ\ØL¡¥¹\ÈMƒ\Óù','wp-includes/blocks/comments-title/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-title/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_Ÿe\ãþú\ÖG¦Al\Ä\Ó	',_binary 'Æ³Tz‡¼]«¼	•ù‰‚\ÍG‰\á\éb˜\Òg\Âû½«','',0,'?'),(_binary '\ë¡tú\ß\ÚSAgÒ‡~‰,','wp-content/plugins/wpforms-lite/templates/admin/payments/single/payment-details.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/payment-details.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡/`¯’\"ò6³ÁK\ÛúVx',_binary '`ƒh\ïY\Ù\ÝÕ³\Ícÿ\ïú¾\ÆÑº:k&hð¦C\ÖQ5²—','',0,'?'),(_binary '\ë«CŠ\rqÙ“šwO†OByQ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Skill.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Skill.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÞÕ½“p/y§®,µ¿',_binary 'U‹³¨b\Ö\é‡mÁQ²¦j\í\èÚ€ûuôü¢(\Ç¿ª)7\n','',0,'?'),(_binary 'ë­·\r\ç!z}MLKE','wp-includes/ms-files.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-files.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'aœ€\Ù\ß\ã4õ^\Ï#²	i',_binary 'þ\ÎÐ´e\î]]€Iõž\è[)—§ª9~wd«¡K\Þ\n','',0,'?'),(_binary '\ë¯\Ðe\Ûÿ1ô\æ±\ßn]-','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data/Themes.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data/Themes.php',0,_binary '¾õÄ„\' j9…[p¿²cE\Î',_binary '¾õÄ„\' j9…[p¿²cE\Î',_binary '·([[À“Å™Æ—š\ÑÇ³lw0Œ2¶^\ïY³\r\á\è','',0,'?'),(_binary 'ë±°ú6#|\È\ã\à\ÞtÄ¸','wp-content/plugins/wordfence/modules/login-security/classes/model/script.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/script.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì/\Ê\à\Þ\í+\Þ£€\ä',_binary 'SÝ•þùË¢¬nð \î$C¹³‡¸®új\ZD#´\Ì\Ó','',0,'?'),(_binary '\ë²\ÔSÚ°p—GMÇ¯¨l\í','wp-includes/css/media-views.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/media-views.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0\Õ\Ì\ÍðJ-So\Øý	·TYT',_binary 'ý¾\ÓÏ¸S\â`;v3¢|ú¡)%ó\0Š˜ñb\Ú>–«7²','',0,'?'),(_binary 'ë·¤\Ö!M`€f\'Œ¼Œº‘','wp-content/plugins/wp-rocket/assets/img/play.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/play.svg',0,_binary 'LÀ‹›®\ç®Y©\Ü\â',_binary 'LÀ‹›®\ç®Y©\Ü\â',_binary 'þÍ˜+Ž²—Kt\n˜rn£%s§\ÄvŽKLu÷_³Šv','',0,'?'),(_binary '\ë¹*j\â\ÅÄ€hx\0™d','wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Is¨\Z®\Úõm)„\ÇKœ\Ä',_binary 'ý€Å±û\nþ®~(9{	ž:\çµ^\È\Ù\Óvˆ\'•‚Ròz\Ê','',0,'?'),(_binary '\ë¹2š|õ?‚]¸ø°Ï¸\Ç','wp-includes/css/dist/nux/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/nux/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\âñR³\Ë\ã\åO0½\r\êú',_binary 'b\ë	r²û+Ž7\ç¦Å¶ˆ:\\u‡l·„§¾WŠ','',0,'?'),(_binary 'ëº¿1ºá«€ˆu«º\Å\Z\Í','wp-content/themes/houzez/js/custom.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/custom.js',0,_binary 'c9óÉ’Å©ÿ’½',_binary 'c9óÉ’Å©ÿ’½',_binary '²»FF¦Ž‚\Ãnº“–¡gJMl\Î\Û:K¹Q•ýY3ü\å','',0,'?'),(_binary '\ë»ôŠaš¾Ñ†ž\Ùós—G','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/HandlerInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/HandlerInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fð±8’\é)J\êW#\Ð\æ',_binary '~\é,sn#¨C•e.ò¢oF^š\Âr²Ð©¡†‚?ý¾v^g','',0,'?'),(_binary 'ë¼“¶Ÿ¨¢£l3$EšÒŠ','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_quote_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_quote_24px.svg',0,_binary '…ñQE¬/ŸXN©™f',_binary '…ñQE¬/ŸXN©™f',_binary 'k˜¸\\”o÷ô¡Xø\Ý\Öc]?\\Ø«\Ã,\Ô\Éc[Xw_7','',0,'?'),(_binary '\ë¾[©V\\/št\âW¶qm','wp-content/plugins/elementor/modules/wp-cli/update.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/wp-cli/update.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤Sb$\âov…\ì•Àzª\Ùw',_binary '\é03vÌ \í\ï–\É\Ñ\ær¢¨„Sð9˜Ò¾Nn˜^&\Zña4','',0,'?'),(_binary '\ë¿)\ËH(W>?VMÔ¦¤','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Inflectible.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Inflectible.php',0,_binary 'éŠ‰G`²‘l\'¡•©~N',_binary 'éŠ‰G`²‘l\'¡•©~N',_binary 'ŒŽŸú-ñšZh	K\Æó\éò\Õ+/¶†°x\áÿ\Ô5¥Ö¸','',0,'?'),(_binary '\ë¿M&}Á¼YoOq\r¼','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/TransactionData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/TransactionData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\\X*7ƒÿ‘”\äùÈ¶™',_binary 'ì‚†ƒ˜¡\ã\Ío¯¼#R\â\Æ\ß¥Bˆ.ñ%\0™\Ö\Ð','',0,'?'),(_binary '\ë\Æ\Ð\à\Ð\ï,\ís\æ\îZ(£q\Ø','wp-content/themes/houzez/template/template-stripe-charge.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-stripe-charge.php',0,_binary '%i\èm\ë\"gòqcŸ+\Ç\ç8',_binary '%i\èm\ë\"gòqcŸ+\Ç\ç8',_binary 'CþC\Å\îXþNN$\É\Ç\'v\ÓÁ§1tñ…÷_yù£','',0,'?'),(_binary '\ë\È\Ä×®F\î\êp\Þs¥\Ø4£','wp-content/plugins/wordfence/images/back_enabled.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/back_enabled.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡¡ñø]\È÷£”\ÒHŽ\Ã',_binary '¹¾¶9í‡¥)Rµ$px#¯q Žþ°£˜\Ç{#LøOº','',0,'?'),(_binary '\ëÍÒ¦Za ®”6’›\Â\Ô','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/field_spacing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/field_spacing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Î¡`¹±\Õ5¸OÒ‡+‡[\ë',_binary '\'¯Á“žÔ—›³¹Jn\Å\ß\Ê	]\Ñ÷yˆ\ä\ÇR±À±','',0,'?'),(_binary '\ë\Ð\ÑiW;`\Ó\àB<+','wp-content/themes/twentytwentythree/readme.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/readme.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fûˆ\ÃN¸9ng¯\æ\êMz¼',_binary 'R\å:\Îc»‡yM•Qªo‰†\á\Î\Å#ð¸kc©ŸVÀ³rŸ','',0,'?'),(_binary '\ë\ÑÍ¥°,(~;(cMoÿ','wp-content/plugins/redux-framework/redux-core/inc/fields/media/redux-media.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/media/redux-media.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!d»pºb\Ï\Ô\ê\Ø\Ñð\Ê',_binary 'ó?\Ê\ÈE#Í–{ŒdŒG9§#µÕ’à¯ž=š\Ê9\r','',0,'?'),(_binary '\ëÒ©“Ÿ\\´kðfy','wp-content/themes/houzez/img/map/marker-highlight.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/map/marker-highlight.svg',0,_binary 'z_,\ç8w“žˆ³µgN¤º',_binary 'z_,\ç8w“žˆ³µgN¤º',_binary 'y¼NŒ¾\Ñùh\Ü\ÌRö»=…\n\×Z\rf]zom\í5°0','',0,'?'),(_binary '\ëÖ[1£\é\âë•°5E›','wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹\Ùq\\¤Œù™û/\ì\Ú)?¹g',_binary 'Œ\Ä$2µ}i¿\Õ\á}¢FtJ\ïX-4[‰j·—œ\r”=\Õ\"k','',0,'?'),(_binary '\ë\×\Ýe\ÈÆ¶¥­\ìpA','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Content.php',0,_binary 't›óPLºœÊ¦g9þ=\ß',_binary 't›óPLºœÊ¦g9þ=\ß',_binary 'H:I\ê8`%Shj\í\Ð\à\à\ïm\á\çF´ûC¡\ê\æ\é\Ë\Æ,','',0,'?'),(_binary '\ë\Û-\Ùú¾Q\Z8¿¿Q/\0','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg',0,_binary 'X\Ç\ß_Kat%[¯=_Z',_binary 'X\Ç\ß_Kat%[¯=_Z',_binary 'S¡‚kŒ-óq—«6\ÏÐ¿R¶®¨£e+—\ÃnšI&\ä\ç','',0,'?'),(_binary '\ë\ÝvAÀds½ƒ—µ®Kµ]','wp-admin/post.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G‘FºDm«}—£¡e.',_binary 'O$\èX\ÌŠPÁ½Qxg\\H‹¿Ýœ\ËW|‹)5d\×B÷\ÇQ','',0,'?'),(_binary '\ë\Þ6ÆŠøl\Ý_oµûPª','wp-content/plugins/updraftplus/css/updraftplus-tour-1-24-4.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-tour-1-24-4.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘\Øzy\Õó\Æü\Ñ;º\â',_binary 'mQö]˜»%*£\ç•E>a\Í+\è;Nv\é\nmH{','',0,'?'),(_binary '\ë\ß6[Z¡ð\"•†§','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/aim.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/aim.svg',0,_binary '\Ù,)\Ãû%\È\Z°$}N‡g\Ý',_binary '\Ù,)\Ãû%\È\Z°$}N‡g\Ý',_binary '°Øž‚¯-	\Ô\0\Ø\Ù[	±üC\î¾61\É^C`\è.÷+\Ú','',0,'?'),(_binary '\ë\âþÓ“kzE²7·;4±','wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-limited.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-limited.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄL^\Ã-k\\\Åþƒ¿\n´¶G',_binary '•c‹|UÁü\ÏUÀp(\ã±á‡½fóD__®:ñ‚¼³D','',0,'?'),(_binary '\ë\ãYC\à\ÞoƒoR\Ôäºž”','wp-includes/capabilities.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/capabilities.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0)vkuZ?’ôPþ$\è\ÂB',_binary '\Ï,šh\r\àvª³®\ÐVq`þ	 qÅ\ß˜+CòL','',0,'?'),(_binary '\ë\è¢o„€9†\ä\ìˆ\\ŠYM','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uù\Ó7\çÐ†€A\Ð>\Å\Ç,',_binary '>lñòÁ£\á¥x;ºyjAw5Gò\àj`µu°˜½Q','',0,'?'),(_binary '\ëô7K/=ª!Nº YšR=','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_drink_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_drink_24px.svg',0,_binary '\é¹FVú\ï\á\ç\ÄL´h\Å\Ý',_binary '\é¹FVú\ï\á\ç\ÄL´h\Å\Ý',_binary '­\Èô™\ÏÀÆŽýt<ß‘Zu—g÷Fµr1€','',0,'?'),(_binary '\ëù@\ÖûÒ®[ÃX§À„¼','wp-content/plugins/revslider/public/assets/svg/places/ic_pool_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_pool_24px.svg',0,_binary '\Ù$\Ó\Ë\Ê\Ü3‹N|\É\ìj\ãY',_binary '\Ù$\Ó\Ë\Ê\Ü3‹N|\É\ìj\ãY',_binary '\âra`\âUÿœ¡cö:Yo\Ö\Ïj\Z\\\ä&.[ “\ß','',0,'?'),(_binary '\ëúk:\Þi£%³£ü›_','wp-content/themes/houzez/framework/stripe-php/lib/Service/Identity/IdentityServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Identity/IdentityServiceFactory.php',0,_binary '§\Z{ð\á›õ\Ñ FÚ“¦<\Õ',_binary '§\Z{ð\á›õ\Ñ FÚ“¦<\Õ',_binary 'UhŸT ó²^\âÝ—]À#NµüjVn\Ëó%M$\åF\ë','',0,'?'),(_binary '\ëýDˆ\0š¹£\Ñ\Ým\×\Ëw','wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg',0,_binary 'ÒžlG°nÀ‚\Ë÷Nv•(/',_binary 'ÒžlG°nÀ‚\Ë÷Nv•(/',_binary '\ÜST;±ò`LÿžŸ;\Ö$uPdœ—•—ù:\Zgf‘®\r','',0,'?'),(_binary '\ëÿ,¡Ba\Þ`’e5„','wp-content/plugins/redux-framework/redux-core/inc/fields/date/field_date.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/field_date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—“\Ö\ÄhnS|·±7LC(\Æ',_binary 'H(\ã\Ì1Ei;xºAk…?hmcJª’Q6Ã£_*\"','',0,'?'),(_binary '\ì\n­x\ÍÍœuT¾\ÃE:\ßX','wp-content/themes/sinatra/inc/customizer/controls/select/select.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/select/select.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è_(e\íRbFÀj¸ö±;\Ô',_binary '‘:Sz=a\É$U‘\'o´\Ê(ŠWc\×\Ä %\Ýc®\â\"','',0,'?'),(_binary '\ì\ß\Ã.ãµ“~\ÑXÿÑ¹7\Ò','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å\'¸\r\ÝUTñû\á·Úƒ%\Û^',_binary '²#\ëO\Ò\Øq°\Òi3ô\ÉB“\ÈQµ™ñøQ\àd\Ì(÷','',0,'?'),(_binary '\ì\r¿™h\ÆT!$)]„@²»','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/dashboard-status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/dashboard-status.php',0,_binary 'kŒ¤\æ\Ú\ÃMªuûø+¤•µ',_binary 'kŒ¤\æ\Ú\ÃMªuûø+¤•µ',_binary 'R\Úq[\î\"†À?\é¡}òŸÇŒ9\ï©|\î²Y¶\Æ#¤T&','',0,'?'),(_binary '\ì/\èh\Ò/\È¡	=]ö','wp-content/plugins/wordfence/js/wfselect2.min.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfselect2.min.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÌÄ¡\ï Ç§^t¸,g',_binary 'ó u\ì\ãV nhCPH\Î]8\Ë\Ò*)Gøý`.r\åú','',0,'?'),(_binary '\ìgö\Ú%¿\ÆÔ«…£²\r\ä','wp-content/plugins/wpforms-lite/templates/emails/compact-body.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/compact-body.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6\Ë6é²œ÷”-¿{»)^ ',_binary ':+\âc\n\æ@–…np>Š9——8Q‚Béƒˆ P\ç\Ók\é','',0,'?'),(_binary '\ì`\Üòø\Å\Ó}Sm€\'r','wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\è£h\\Z°Sˆ\ÞÍžM©',_binary '\nõ5£\r‡…\Ï!-\Ë`B\n=b²\Ù\â\ì\è·—dÿ5y','',0,'?'),(_binary '\ìjÞ£ñ¡gnX$ˆq\Î','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/546.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/546.js',0,_binary '\ém‰ý„/¡Þ˜<t]°',_binary '\ém‰ý„/¡Þ˜<t]°',_binary '‘\Ýr>*XaÀ.T–k\â¤Ë¶õ\Æj7® 0Ž\Íw','',0,'?'),(_binary '\ì ‹\Åp(é‚Š«È¼‰a£‡','wp-includes/blocks/navigation/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÀV\ÄW(¥LË¢e<\ïU6',_binary '¢¯£;\â\ÅRbB<h¼i\Ôj\ÇwA\nˆµ¥J­¥\Ý|ž\\¨\ê','',0,'?'),(_binary '\ì!ŒNZ09…&@8*˜R','wp-content/plugins/revslider/public/assets/svg/action/ic_find_replace_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_find_replace_24px.svg',0,_binary 'ÌŸ}õ\éR„)b¥\Òn\å',_binary 'ÌŸ}õ\éR„)b¥\Òn\å',_binary ']€{¶¿Þƒ1\é’Ú½ÿ7scRc\Îò2üÞ³M','',0,'?'),(_binary '\ì\"\è\ÏOý²Ì•\Æj/·','wp-includes/images/media/archive.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/archive.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰¢\á÷\â\î}+åƒÏ¯',_binary '\çÖž´¥\\_mô=‹\É\ß:6ˆ6N~\âÉ¥,ºM¢Ÿz“','',0,'?'),(_binary '\ì%zº\0º(\è`Ÿ\Ôcö','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/`t ¡ ®v^’k¿_',_binary '\Ù\ä%¬ÄŸ\ätx\Í%C°IT‚\ÃC;%¥*žÔªû2‰','',0,'?'),(_binary '\ì*V!\n\Ô+HŸ:KBQ\ë,','wp-includes/Requests/src/Exception/Http/Status511.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status511.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñº\Çô\Z1E©Wk˜­ú\ê\æ',_binary 'E+†ªðAü:SlŠ h	)\í-®’¢\Ô*R‘·§Aø$','',0,'?'),(_binary '\ì8·Ú§™ºs}\ï÷Õ¶\àNi','wp-includes/class-phpmailer.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-phpmailer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'\Å\ÙF!;‰ 2ó±»±4\Å&',_binary 'G±\ÄZG…\ãƒ\í5ÿ_Üš…\à¬XS[Wˆ\ÄS:9p@\Û?œ','',0,'?'),(_binary '\ì?\Ø\Ô\Þý·h›±\Ò\Î;','wp-includes/js/quicktags.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/quicktags.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŒÊµ\Æ\Ù>	%…nK¤{<5',_binary 'mwdÿ\Â\ì^Ê‹\à\r€§1 ^K–\É(<nV¦\ãŽ\Ð\è','',0,'?'),(_binary '\ìD\rh}¼\è¯¶‚!\n','wp-includes/js/jquery/ui/effect-drop.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-drop.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'j]\ãv&Z“Y\Ù\ÊòÐˆ†y',_binary ' #\Åö‚F\ÙY\ã\ÙO\î¬&…dö\"\êŒ\Æ\nuj','',0,'?'),(_binary '\ìD:_kE®Ž ú½:²','wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_right_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_right_24px.svg',0,_binary '\Í/›3’\\-²þ%\Æ§C',_binary '\Í/›3’\\-²þ%\Æ§C',_binary 'Éˆ\æ>5~D.51Å\ï\ïÝ¿¢@¬8ÀK¶\äiRr±\ØK\'','',0,'?'),(_binary '\ìFN\ì\Ûu‡\ÏUhô2\Å{\æ','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-300.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-300.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘\ì¢Øµf@¤q\ã£\é',_binary '€±\Å\Ñ\á`_QK\Êvß½ñ”YI/\Í™\Ùmu#\ã g‹;X','',0,'?'),(_binary '\ìFvð\à»zEù·\Ð!J','wp-content/plugins/wpforms-lite/includes/class-db.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-db.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F+`úÔ™;F„Þ´®\æ',_binary '\êÿh2\Z\Í\æ\Ü=>‡\×Å‡¹,±¯ùy4¤QG÷ª%Ž','',0,'?'),(_binary '\ìH±¹Hj]òþkš¹W:','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/scripts/utilities.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/scripts/utilities.js',0,_binary 'Ë¹Ž>n\îš¹k!œ`¬7Y',_binary 'Ë¹Ž>n\îš¹k!œ`¬7Y',_binary 'ªI¢…³v\ä;*‚\0,\ÅÔß–ñ(Oÿ„(­%\0\È8†^/','',0,'?'),(_binary '\ìJÍ‹½Ç²ýM¯ð\åN›\Ò','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v2.php',0,_binary '\Õ\ÏÀVt4mòýV®ü\n\å',_binary '\Õ\ÏÀVt4mòýV®ü\n\å',_binary '\ÇÇŸ…\ßn^A®R\ì^HXO\Õ^A#¿ CÇš@\ç--¡¾','',0,'?'),(_binary '\ìP<«õh®\â…l¤RA','wp-includes/blocks/list-item/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list-item/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z=.À &\Ù~\\wl/l¹',_binary 'g{Cô\îö©ÁDq=\è\ÐIŸ´…\í\ÃV‡\î¸,','',0,'?'),(_binary '\ìPØ·úŒæ‚‡ÌºÆ´$@\Ø','wp-includes/SimplePie/HTTP/Parser.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/HTTP/Parser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P0³Ø´ð57\ã,Œœ	z',_binary 'þþ&\ÞbôBç­¢\ã0·9ÿZ/õ|ô1¸\æ÷p¦‡','',0,'?'),(_binary '\ìT÷\Æ@a\àJ¸ýQZ\"À F','wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò\èb8æŒš\ÎJöô‹Ÿ&',_binary 'm¢²ûÕ´2\'O³º?“vó–˜ü\ÛNÿqx%ÿ4V¢','',0,'?'),(_binary '\ìU‹=ô“L\r\ì4\ìWCÁ{','wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Syncer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Syncer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']yR¥@©S\ïRÅ«di',_binary 'òAx’\æ\á×±\'™\Ôu+M\Ïw€\ï*Šj,SN*™}','',0,'?'),(_binary '\ì\\\Z¿R:(\ÓV0„7Ú‰´','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/StreamWrapper.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/StreamWrapper.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'BþH\Ü6\ëT8\Ë0‰Q ',_binary '\ÜWaNT\éû“a›\å¢\å‹f¸«)N\ïQ\çÇˆ\ÏÊ‚Ÿ','',0,'?'),(_binary '\ìiYø\ìNO{(¹MA\í','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/customizer_section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/customizer_section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄL¯\ã‹[\Éñþ\Û%\ÈØ›\É',_binary '\Æ\í\È{$\ï\ìº[}‹²Ç¦ó²–€\æ\á1¢Ì®Glž£\æ','',0,'?'),(_binary '\ìjE¡™f™\Î{¤ø¨®\â','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' w.@]\ì{¶#:i~\î$',_binary '\Ø\Ò <}«.;\Â\ÆwVF‚Þ Æ¦‰\Â?	¾¥?²B','',0,'?'),(_binary '\ìl²»™±9\Ò\Ç%rA)†¿','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/checkbox-list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/checkbox-list.php',0,_binary '\Ñ\Ç3ƒ¡u\éšO+Ò¦b¡',_binary '\Ñ\Ç3ƒ¡u\éšO+Ò¦b¡',_binary '±¡ZñJÑ¶ok²º&¯Uª¸[˜\Ü\",¦\Ék\ÇZcõx','',0,'?'),(_binary '\ìr{\'¡>N,·( Bó1õ','wp-content/themes/sinatra/assets/js/sinatra.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/sinatra.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…·£(\ÖM}µ?—ýc\ã',_binary 'e\Æ@\'\Ô\Ò\\#\Ã\í\"b\0?\Ô8‹z\Ï\ï\Û\Úc‡\Å\ã@','',0,'?'),(_binary '\ìs´‡ßžô+	¡5½%S','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_cd0a0a_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_cd0a0a_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>E*,f2”˜\ç\0\Z\×|',_binary '•·ù’*•ð;\Íú7…:’\î\Í\ê‚$GŸJA#\É*¾OW','',0,'?'),(_binary '\ìw\Ì\Ê\é\Å\íÑ²7E T\Èdü','wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ7:‘\ÂDy} Ÿ1_QQ\Ø',_binary '—jo\0Ý•º²ðm%­œ;9w‹»yn;)À±‚\ë¿','',0,'?'),(_binary '\ì{7P|\í\ëj§°|²®	Õ¬','wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterSubscriber.php',0,_binary '“zŠ… [8ª¶\à\î®~\èM',_binary '“zŠ… [8ª¶\à\î®~\èM',_binary 'N(}\ãªw\Ò^\"D¥h\Ø\Ü\r¼¼¸\ÖZ dHT\ê','',0,'?'),(_binary '\ì{VcR\Ý\Æ>˜ÔˆA\Ä','wp-includes/blocks/code/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '! –)\Ðø\ï>ò8ü\îo$',_binary 'õ 	%\äB\Ü\Ê\Õ*\Ë0£Ess\Ë\éx„£-\ïšöœ\ã\\s','',0,'?'),(_binary '\ì~ z¬rp;\èÁ8+¾Ù²','wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥½jZ\ÈÒ‡9F\Ò«ÿ',_binary 'PQ\Â\0LbÒˆ#\0\Âm¢\Ä`%9—Q~¨\à.?H¿ò','',0,'?'),(_binary '\ì€	\ßN\î}P\Å\îaµg:Y½','wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/class-redux-extension-js-button.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/class-redux-extension-js-button.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·œ\È\"Ï•&LrœŸ]P_',_binary '3Ž\Ö\ÎTw\Ô%\íøœ+ùIXœŽ{½‚†\áñ‹#*0','',0,'?'),(_binary '\ì˜b\é\Þi’1Ûµ\ê\'\Ör\í','wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Transaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Transaction.php',0,_binary 'ž²ñÇ…z›—SúN,',_binary 'ž²ñÇ…z›—SúN,',_binary 'J˜²4\æ§\Ì3h\çq\Ã¥®\éÀÿœÚ“]¹‰ž*ºj','',0,'?'),(_binary '\ì˜\ä\"¿¨\Îú1ð`!d]—','wp-content/plugins/wordpress-seo/src/introductions/readme.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/readme.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o5±\Z\ß\'¥]½*€*\0g½',_binary 'ƒÝù¬ª\á“\ÕS\â\'÷û\ÔU\\\Z¶n#ôº¥’®<\çr','',0,'?'),(_binary '\ì˜øb5AbŸ\r\Ì$¢#;9','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Èbv¤²¸¾ª\"a¨2Ð¡jk',_binary 'bpÐ”ŸIñ…¬+\Ì©Šú;ƒ_	ó#\Å:]n\Â®','',0,'?'),(_binary '\ì˜ûŒ}Ïª%.®dü\É\í3´','wp-content/themes/houzez/property-details/partials/overview/rooms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/rooms.php',0,_binary '?w¥š\æ/gû`\rœý‹À³',_binary '?w¥š\æ/gû`\rœý‹À³',_binary '0º°·\Ýo÷\Ý\ÒO€\Ýv\å=Q±«v\ê¾F\É=¤\Ùý”˜','',0,'?'),(_binary '\ì›ƒF*ÛžxoL)\Ç5V','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y)zŠ‘H/ø„>ü',_binary 'Öœ_\â[2(y+9}QªI\ï•*\0Aº¡\Z\à»Êfg\Æ>÷','',0,'?'),(_binary '\ìžX\å¸ò)À\ß\ãÅ³','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTriggersResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTriggersResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0©Æ£¡ˆz4([?º¿',_binary '\ìc6°·2XH\ì2}<^\Ü,d\È*”L\åÚ–I>','',0,'?'),(_binary 'ìŸºVlŽ¢\Úãš¸[É¢D','wp-content/plugins/wpforms-lite/src/Admin/Forms/ListTable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/ListTable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°õ‹\Å\Ö`\â+8ûÜØ¬',_binary 'Qð[¤E=n\\0óú·\êÁ\Ë7«\Òl,Zé¦‡qWöQ','',0,'?'),(_binary 'ì §\âzð¹X¼M$G¯','wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H–~¹\É2DØŠEu\Û',_binary '•m³­L­\á0YoH|\îR?\Ç\ß@\Òu\Ôu\ËiQ1’','',0,'?'),(_binary '\ì¡\çc\Ú\Æ.D\Âr¿ |ö\î','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\ÐÀ\äZ\Ê?f.\Ç8õ\â	',_binary '\Â\äŠÀ.c%´c°*G~£Õ¢>€Ydƒ¢:7\×j','',0,'?'),(_binary '\ì¢_ÁŸ¬Ÿn#\ÕKsL\Â','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icons-bg.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icons-bg.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÎýžD–X„\ÖôH†vñi\ë',_binary 't\È)õ\Î¹Hd•ª*Áó÷À\Ñ\ÛOž[\âªsm’ZG9','',0,'?'),(_binary '\ì§64 dFT\Ó\Z_¼W','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'ì©ˆ!3vÜ¾<©\Î\Ü\è/õ','wp-content/plugins/one-click-demo-import/assets/demo-content/faq-page.xml','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/faq-page.xml',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö¤¾ˆ\ßpÍ†I\"V‹\âa',_binary '/.=jþ³tŒ2‹+\nQ\ÚQÅ ¬=?¹-:µWŠj','',0,'?'),(_binary '\ì·#\n£DŒa4ÁšlD','wp-content/plugins/houzez-login-register/functions/social_login.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/functions/social_login.php',0,_binary '¦`A\Ö|›#  \ï¦F\Ü2ü',_binary '¦`A\Ö|›#  \ï¦F\Ü2ü',_binary 'Àù¢©—¬H¯cÕ«\êX÷6O8H{øÿJ°„‰','',0,'?'),(_binary 'ì¸ƒúv\È\Û6\àš;˜~','wp-includes/js/tinymce/utils/mctabs.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/utils/mctabs.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ë¡\ì\"Yù±´“>xUå­£',_binary '%—Y}Ú¿ƒ&)û¢øMaYg‚¿Ð\É\Ü\í*¦l','',0,'?'),(_binary '\ì¸\î\á\á\Ýò˜\ê[v\á','wp-content/cache/wp-rocket/index.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/index.html',0,_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ÔŒÙ\0²\é€	˜\ìøB~',_binary '\ã°\ÄB˜üšûôÈ™o¹$\'®A\äd›“L¤•™xR¸U','',0,'?'),(_binary '\ì¹\Ú!<ü\Ü\ÓB4\ZS}','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\É\Ïþª\Ìle\Þ@1˜\Ù-°',_binary '¦ª+	[P\rªi-\Ê\Âb0m–Ÿº\ÃÆ¥¿M\"…#³¤@','',0,'?'),(_binary '\ìº\ïò‚÷Ab\î\áó','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'É™?ý²À(“\ã9Vx',_binary 'P\Í\ç\Ã4C\"G£¡=©\Ø7oš©eG«#ùªZù\ÆXG=\Í~','',0,'?'),(_binary '\ì»[\Ý\Î\äÓƒ©\ï2¾W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')”Va\î6°\×ønE.–c',_binary '0‚\×e²ÃŠp´ði\Îva\Zoy-¼º[ò>|ª*\Í','',0,'?'),(_binary 'ì¾¿ö”Y\ÙÑ‘Ù¤SÒ˜¾','wp-content/plugins/updraftplus/central/images/ud-logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/images/ud-logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C\ÊjÀºM\Õõ Ñ“¦\'Ë\\',_binary 'wöyB¥1btž\ÈW\"l%©\Ùt)›Qp‹,Jb.','',0,'?'),(_binary '\ìÀ-x\Ç(\ÅE¶oI„=\Ý','wp-includes/class-wp-customize-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A½†û³§J­\æ˜\êo¡',_binary '\n1ÀO˜:L6Ö£!dh·+\ÚSiýŒ9\ãWJ—\ØD','',0,'?'),(_binary '\ì\ÚfM}\ï0Eø®*(“@–z','wp-content/plugins/redux-framework/redux-core/assets/img/icon--color.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/icon--color.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/RH\æÿ\Î!;£ü¢\Ù.‰',_binary ' ôQT\ït&–³ù9¯\r\Ñ#	€KÜ–\à\Þ&Ni.÷+›','',0,'?'),(_binary '\ì\Þ\Ï2¸\ám\äDýŒ§\Ú×»','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EüG¿z²Ö“\ét\Ù0ÀZ',_binary '¤ª>¸Tônolunv¾iPEP¿\æ¼\Ó\áò\Û\àˆ}','',0,'?'),(_binary '\ìß»,H¥¡Ž\à\É\0D¦','wp-content/plugins/revslider/public/assets/svg/hardware/ic_mouse_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_mouse_24px.svg',0,_binary '§JftÎŠ\ÞNI1ô0‰ÿ',_binary '§JftÎŠ\ÞNI1ô0‰ÿ',_binary '±Ñ¬\×/\Zdˆ­žŒ÷§3žü”=ú$)P	fâ«¤¼','',0,'?'),(_binary '\ì\îBÖ¤\ß²[8\Ô1','wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'µ*5@ú)ÊvZŒ\Ðýþ',_binary '{\ì\âL\ßcoX\ÂË¡=\Z€5\rN\Ó–\ÊkÃ«C‡ùJI¦','',0,'?'),(_binary '\ìû™˜9ü+™K\á\Ë*','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßõ&ˆóg\Ö\ÎE>©\á',_binary '‹*\è°mò¶\Ô9»†vù6\å\ÄÄ‰4hh\Ü_†Ù‡\Ùw`4€\Ì','',0,'?'),(_binary '\ìý¥Æ¯\Ã\æ0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/customize-preview-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Eù\Û?¯ónZ£\Ò\ïd¥-',_binary 'G¨–i±\rlºiU^õªn\ê\Þrmº5ð\ÉÎÛ»Œ\\l','',0,'?'),(_binary '\í:	§8¹\Óô]y¼\ï','wp-content/plugins/redux-framework/redux-core/inc/validation/css/class-redux-validation-css.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/css/class-redux-validation-css.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»¸\í!¸\ä¶÷\Ø.XWJR½',_binary '\È6O¸\Í&À¬xˆó·\é \Ù&¸@cw;\Ì#BÖ','',0,'?'),(_binary '\íX\r·Hyš« —9v’','wp-content/plugins/redux-framework/sample/sections/design-fields/box-shadow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/design-fields/box-shadow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û27%÷\\—1¥¼aGFÑ¤',_binary '·\ëª\Óü}\'\ÓüZç¸µ¸`÷‘¸€¸·8ûÊ–','',0,'?'),(_binary '\íù\ËBó\È\áö8ý#\Ó\ÐW','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UploadedFile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UploadedFile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤—\r\ÑÄ´ ”w}ý6Ò‘',_binary '(·’Œ‚^y›%Eg{=\Ú\ÆG\í\ìûS’üŠþWÍŒ_ö','',0,'?'),(_binary '\íh\ä\Õž6\Ì\Ôôú \ê','wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/class-redux-my-extension.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/class-redux-my-extension.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ûýh×µ@™‹²Åšû’¶',_binary '\à>\å¼4,\Íú•I¥im¯f0¹5»\Zhµ÷[\Ùû+','',0,'?'),(_binary '\í\\\áSƒÕ‡–€8¸–;2','wp-includes/class-wp-tax-query.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-tax-query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»˜·w¤ªG\å+h»†\Äð',_binary '	%\rÀ\"!1P7_µŸBþ÷ù&yÖ‘¶<\Â‰øð¹²','',0,'?'),(_binary '\í–øm×”\Ô\ÊF@$€~r','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û+#\"bMõ\îBLùK[\ì6¡',_binary 'S\î™ü‰kö!,BO—#	¹\èQdzÿ{w-‰z','',0,'?'),(_binary '\ía\\yoÓ´\Ý:\âô§\Ä<–','wp-content/plugins/google-site-kit/includes/Context.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Context.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öçªž\Î†–\éI<\Ø\ã6.m',_binary '^b˜\Þ\Í\Èg\×í±¾RfÛ¶‚3‘†wTÕ¤?cÁz\Ì','',0,'?'),(_binary '\íû&e`­9Ô£\n¬3Y]}','wp-includes/blocks/image/view.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/view.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÃöYfô\Z”7\ëÎ™x\Z',_binary 'Îž«‰Â©\Þ\Ë*H`S1\0\Ô_¸\èN\ì ¼\ì6\í:ÄƒÄ—','',0,'?'),(_binary '\í™upqd–WZJ§l/\Ø','wp-content/plugins/wp-rocket/inc/classes/event-management/class-event-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/event-management/class-event-manager.php',0,_binary 'k[Åžžo¦\0\â£ô%>™\ä',_binary 'k[Åžžo¦\0\â£ô%>™\ä',_binary '·¯\å©ó\×eTj\Ëb\Ü\×H’Êtu”þ\åê€´ö&\Ì5k','',0,'?'),(_binary '\í,+¨Lúù³°\\ƒÿAc\Õ','wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(PÅ¨\Ö\Ír\ãx÷\îmBb',_binary '\ã@¹ŸŒ ðF\ZC\ì;:\"\ÊP@=W>‘\Ö53\0$ú','',0,'?'),(_binary '\í¨m&bŠÕˆý\Þ\Öq.`','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces/Stringable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces/Stringable.php',0,_binary 'õ:öV‹¢ý%¥ú«\rþ',_binary 'õ:öV‹¢ý%¥ú«\rþ',_binary '[]8Ô’F6J”ƒ\Ð]ÉÁ›®?r\é%=zª\ÂA’’&Dƒ','',0,'?'),(_binary '\í!3-HLò3Ž>Ÿº`±','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSourceParentLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSourceParentLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'óE°^t\âbc‰(Û¡',_binary '\Ô\ÊP\ç˜\åÒ¬D8&eõkyµõ\Ï\ãUÇ‹\Zõ&šR\Ïø','',0,'?'),(_binary '\í$ƒ\ØUŠu³Œ\ÌÁ¡\Ít','wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers/payment.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers/payment.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W,¸R1\ÌS\Ða\nÁn¾X',_binary '¬\Ö\î\äk\'¢\é5«n\æ\ï=ÿš~¿bNø£\ìø7Š=','',0,'?'),(_binary '\í%IC#®Zª\îcd‰K\Ù','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Support/Arr.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Support/Arr.php',0,_binary '+°\ÂnPœR%\Êlù‘¹E',_binary '+°\ÂnPœR%\Êlù‘¹E',_binary '\âY$Ð–¢\Ã«}ÿ\Û\êPy\Zw~q!\èYÀ»·ñ>kB-','',0,'?'),(_binary '\í,9³zA©^»kûo+¹\ã','wp-content/plugins/houzez-studio/admin/js/i18n/ca.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ca.js',0,_binary '\Ë\Ä$T•&žÀH7VŸi',_binary '\Ë\Ä$T•&žÀH7VŸi',_binary '‘=&{K\Æ*L÷doY§\Âö@\Û\ÍqCüjhi¤x4\Ý','',0,'?'),(_binary '\í/ƒ«2´\î/óG;\0+o','wp-content/plugins/wordpress-seo/images/support/github.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/support/github.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J ŠË°ô\Å~¯{\ëQêŠ',_binary 'ö/zÕ‰½š2\æ¬——T:¬µ\äøa\äR¦8','',0,'?'),(_binary '\í1ºõñ\Þ\Ã\Ó)æ•§„\É','wp-content/themes/sinatra/inc/customizer/controls/select/class-sinatra-customizer-control-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/select/class-sinatra-customizer-control-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ^’\\°ûR¡0žKGs¿d',_binary ' u\nuð\ï+<·ð;\ìg\ãˆ\Ú\äl\Ä63D\Ç\Î\ëx¥\Î\é\'','',0,'?'),(_binary '\í2:µ±.\ÑGÞ¤8eø–÷','wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üK\êP\Ë\äxúeEJ†±{',_binary 'þ¶Iõy9*7)¼ý¡¯8\ß\Þ	k\ÖŽ \î\n®\Ø\Ñ','',0,'?'),(_binary '\íN\Ý\Ô\'¢!\rB\Äj¶\Ë3\Ï','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\H\É\Ö!#š¦>b\áW‹\æ',_binary '–&\ßxÁ†w\ÓÎ±h\Ø\Ä)šÅ“@5m\ß\Ò.)9\ßR','',0,'?'),(_binary '\íQZ ¢OI\î¹\Ør‚K\ØV','wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ù¬MU6\Ð/žû\Í\àAü1\Þ',_binary '\n¢Gú\äí££‡³™–ý¥\è¨#‰s\Ü\ìU¸W\ÇN','',0,'?'),(_binary '\íR\ë…\æBµ\'P¾Žt\æ\å','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/src/MetaBox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/src/MetaBox.php',0,_binary 'E\Þ\îƒu\Ô5`|Ç¯jöù,`',_binary 'E\Þ\îƒu\Ô5`|Ç¯jöù,`',_binary '\Æ8\Ü\Ðd\ÇVù\Ýu\ë\âvYd {Hs!‡1Ä¢ÐµÈ¯','',0,'?'),(_binary '\í]š§@ƒ\n—«>Äº\îYn','wp-admin/admin-post.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/admin-post.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"–M!Ïº,c\â˜\Øõ¼|\Ü3',_binary '¬bÒºqb{I$«³õ„™.p£?e©\Ë\0·€˜\Þ\n¬','',0,'?'),(_binary '\í_\0¼7\\‡@­Vd','wp-content/plugins/elementor/modules/floating-buttons/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ;|¨\ã\0Ž€	ùTp\Åôo',_binary '\Îý*aÖ¬÷+k=\â\Íp{/?·›¦QŸ,£2þ±','',0,'?'),(_binary '\íeŠMÀ?o$½r\ÓD\è6\ë^','wp-content/plugins/one-click-demo-import/views/plugin-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/views/plugin-page.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[~h\ÔÙ††=±££LkS+\Û',_binary 'ÀÀ]Ô«¤’¤%6\Ôôp\ëd\'2I•\\[­¿ú?º\Ä@','',0,'?'),(_binary '\ík.ŒOjM\ÇSƒ\åÃŸ','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e\Ë#\íj=\n\àR¾°',_binary '0¿qU\Ë!×€\Ðf–•ß»užt¸’K‹\ç\nE\à3‹¨€a²','',0,'?'),(_binary '\ík®ödö;ù\Ó3¾À\èu²','wp-content/plugins/houzez-studio/admin/js/i18n/bg.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/bg.js',0,_binary '\åUZ\ÙV/ódn…‹\ÊI_†',_binary '\åUZ\ÙV/ódn…‹\ÊI_†',_binary '=¼Ft¨\Ö\ìóoY£]\ã®V¾¿³²³\êHgF?\éC´¥','',0,'?'),(_binary '\íkÁ\ËUD\å.Ô…7\Ç\å\å)','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerAwareInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerAwareInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼\íN\é$\ê\Ç>Sóü¾‡®',_binary '\ÎÁ\ä\Ú\ç\Ð\Î\ÔWdšjú#c3ˆ¨™¼¸¾jx±ú´','',0,'?'),(_binary '\íx0†ù¥\Ï-Æ’†AŒ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResource.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResource.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#€‹\ÈL9ƒª\\{I›\nÿ',_binary 'h!_Š/\\³u\È•ˆªOX­\Ò\'\ÚkŸÝ©\ÈJ¨Q*b','',0,'?'),(_binary '\íz\ß.×‰‘=ž¨r‚','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountTreeRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountTreeRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘—(MŽVÜ¬Pf©\\b¦',_binary 'ö\ÛtVyµ%Œªº¬r6\á]½\ç\Ü`D$Jg`\è}:\Ø','',0,'?'),(_binary '\í€žjr{µ†\ê§Zó\Ø','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#õ/\Ì±h<ÀžU\Õõ¤',_binary 'Ÿn\ä\èøÁ\ài\Ùë—…µNµvX¥7«Y]´…¼°D','',0,'?'),(_binary '\í€}¸?¶¯dgu\Äò4','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginActivationTaskManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginActivationTaskManager.php',0,_binary '1øžDR\âj\æû”\í9HJzú',_binary '1øžDR\âj\æû”\í9HJzú',_binary 'n\'b^R¬T\Ô<·Ã©\Ðþø\ÂÊªgû¾\Åöº1\Ëa67ù','',0,'?'),(_binary 'í£ù2uJ_aA\ÝoJ','wp-content/themes/houzez/template-parts/search/fields/geolocation-dock.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/geolocation-dock.php',0,_binary 'd\Ò~:ý£\äQ\Zd ',_binary 'd\Ò~:ý£\äQ\Zd ',_binary 'x–5þ‘C£B	Š³“$2ªw\Äm%i¨’ˆ\0\'','',0,'?'),(_binary '\íƒ\r!Þ—Ÿ‰‰\âLý0ñ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q59‚\ê,\rE[‘µ\ä9+\ß',_binary '-„\Ç\Å\ÕS\\Rk¼W“\ÏÔ©¦\Æbc\ä\à\Û ŽS\Ýæ‰©¬','',0,'?'),(_binary '\íˆ\Ò\ãI0“±B,óhÊ›p','wp-includes/class-wp-term-query.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-term-query.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì~ÿ\ìñ•\'lW\ìx®·:',_binary '>M„\0\Ù\ßM?\Þi™l\É)A\á3>\Û65P\"¥u|1Ai','',0,'?'),(_binary '\íŒ>LT \ËÆ \Ôz#PkÃ³','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \ÝðYªz‡c\Æ(ÿpc^\n',_binary 'µ\Z¹k|!‘`mS8KW¶þ»\ß\Ö|fo?·ˆ,;','',0,'?'),(_binary '\í’_\él«Ë±z¡6\'—Ÿ\Ê','wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_vert_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_vert_24px.svg',0,_binary '‹lxºžú±1ù½ñ%fö',_binary '‹lxºžú±1ù½ñ%fö',_binary '\Ê´H\Ëòañ\'\ç2š´• –\\\ÂR›”F°\r\ÔÝ´2-','',0,'?'),(_binary '\í”\å„\ÎÖ€^;/\àš\âI´','wp-content/plugins/wpforms-lite/templates/builder/help.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/help.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ë‡ŸóTHB\ï¤ò± XÁ÷',_binary '\"—š\Ì\r¦Bnu<“šy¨#z¾‹Z/ž`ß¥\ì}<\Ø>','',0,'?'),(_binary '\í•\ÍÙƒ4‰²„¤^úIdz9','wp-content/plugins/revslider/public/assets/svg/action/ic_query_builder_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_query_builder_24px.svg',0,_binary 'œ\n¾8¿l}®+üQGƒ\Ðÿ ',_binary 'œ\n¾8¿l}®+üQGƒ\Ðÿ ',_binary '£~2`õ\É[”Ã©ÀùYR\Ì:\ËÙ—Î­0\0#$s³ô(','',0,'?'),(_binary '\í–c@Ž\Ê8®›Tj½ö','wp-content/plugins/revslider/public/assets/svg/action/ic_assessment_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assessment_24px.svg',0,_binary '*¦5¤\Ö\":(¬;•†7+¿',_binary '*¦5¤\Ö\":(¬;•†7+¿',_binary '¹a\æŒ\ÓO;”ˆö\ÞL;_)˜~Ô?à´¥€–:\Ú\Û\Í\È','',0,'?'),(_binary '\í™\æ©dDØ€\Ø<|Z7','wp-content/themes/sinatra/assets/css/woocommerce.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/woocommerce.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tB8Á+g\"\Ç8a²¸:',_binary '.º	”ñ)b¢‚†:lºˆk·rÏôôˆ\ì\n,ªS•','',0,'?'),(_binary '\í \\L€6€OžAšfW7l','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í’\ê×”œLhRŽ­x‚ø\Ã',_binary '\Þ!¼ø\ã2¸[^\Úþø{W9½wDi\å	–?\ÅŠ¹þ.E','',0,'?'),(_binary '\í£‘–\îú‡™è³®]','wp-includes/customize/class-wp-customize-code-editor-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-code-editor-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\éŸ\æjM\ØÑ–\Â\é\élM£‘_',_binary '“xFZŠKc\ß\É37\Ä`Ôª$jgñý]\ÔQ\ì\Û','',0,'?'),(_binary 'í¤Z\Ò\Z‡5\n\Íj´}…@','wp-includes/blocks/buttons/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#Ø®&½skžHGx\ÎòrC',_binary 'mbžè²­^Skð\Ì8B-º¥\ïb½K£0\ãVõ#3`Ç¨','',0,'?'),(_binary 'í¥¯’Ã´\ÙQ#b\Ò','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'ªºF%ˆ±\É÷F§mKN&',_binary '\Åè$\Òf\Óÿ\å3[Ž–¨\ï\æ]²UY\ßo\çØŠ£\Ý','',0,'?'),(_binary '\í§1¼½$pX\ÜzûÿŠ\\™°','wp-content/themes/sinatra/inc/compatibility/class-sinatra-wpforms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-wpforms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð­\ÅJ¡pû=°~\r!\æ',_binary 'Ä˜#/I[\àxVV#\Þ[;IC#¸EJHý^\n˜e\×‹','',0,'?'),(_binary '\í§F–ô\ì\Ý÷·mº¹¬','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û+Ê¸x5\å3™‰zñ',_binary '?¡\Åa\â‹a\ÞU\'9\Ñ\Ô,é®Ÿ\ënžC\á5\Ú\"6?\É','',0,'?'),(_binary 'í§¤Z\Å\ZaYH\0 ›5\î~ ','wp-admin/includes/class-wp-automatic-updater.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-automatic-updater.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”‚\'ð`,ø\rý\ÎpiNZ¯ ',_binary '%iV\0Ó¢\Ã\Ù\ï1fßšñ\ã}\n¸BSI\áq2‘ŒXSD R','',0,'?'),(_binary '\í«õM\'¹\njnd\Éb­\Ã','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Íˆ^\Ó4¶@Þ¤12°',_binary 'ta±øÿ>W&sk–\"q\Èj¡Ÿ8bˆ\Ì0\æö(¹`\"[ONû','',0,'?'),(_binary '\í¬MJ\Â\î«.¡‰¹¯#\Zut','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v6.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v6.php',0,_binary 'Sôm\ß\Îøi„×ªDy—',_binary 'Sôm\ß\Îøi„×ªDy—',_binary '“\Ézÿ\Í\ÂQ\Þ,ÿ@öšù—Ã›I\î5A\É\á E\ÈK!','',0,'?'),(_binary '\í°QR\"\æ\Ã@3ªöv\àS','wp-admin/js/link.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/link.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ï¶5§\íû¤«Öžù´Pô§',_binary 'O\Ín\Ê\ÄnÿôòË•\Ì{?Ÿ\à\ÈQ!\ï=øˆ\Ñ¢V¥oi\Ó\Ú','',0,'?'),(_binary '\í±K”Vµ	llhk·u\ÊkI','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'òpjmª‹É‘>gGøT',_binary '\ï\í\Ü\Îñ¹î…–\ë\Î\Û{®‹\ßG»®!³\é\×j\ç»ó\Zox','',0,'?'),(_binary '\íµI\\v\'\Û\Z\\ü3yG+','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç:•® ³<o@Mxûß†',_binary '\ÕJúPÓžN„1\î+\Íi—\ÑRŽ\ì›ÿ¿M£\àB‘ ¤g‡','',0,'?'),(_binary 'í·‚\Æ\ÝÇ¶/˜ŠŽ\çó\ì~','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_play_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_play_24px.svg',0,_binary '\à?½z/OT¡ˆZ±F‘',_binary '\à?½z/OT¡ˆZ±F‘',_binary '\'\á\ëA\Ý\ï¿ø$\0M$6%Oxh\Ç=¹NYU§\Ñê… Ò¸','',0,'?'),(_binary '\íºG® “\Ø~ª\Ðÿô`ø','wp-includes/customize/class-wp-customize-nav-menu-name-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú\Þ7\ìfõW·Õš7Á´†',_binary 'pû\Üv\àw °\ÝÜª9ù¶Ÿ©?¡°a\Ýÿ\É€zŒ','',0,'?'),(_binary '\í»J§\ä©nö\Í\êd½ª\âB','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™;zþº†3\0\×ñ©†',_binary '\Ê\ë\Î\Âaý\à\ÑôH)Ýž6\ã.4s¡Ï¤Ð—jIŸ–ö\Ó','',0,'?'),(_binary '\í¼\Ý\ÓòZ@±=»ò[\ÌsP¸','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/crown.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/crown.svg',0,_binary '\r·_/n\rt8tw•«uga\è',_binary '\r·_/n\rt8tw•«uga\è',_binary '¯†OEƒ`·WS\ÖK\î\Í/\ì¼qfLa\Î<•¯‹ø1¿™','',0,'?'),(_binary '\íÂLú(\ÜmûQeþÁ\Î','wp-content/plugins/wp-rocket/inc/Engine/License/Renewal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/Renewal.php',0,_binary 'öGN©Š\Ø”zd\Ð‚UpM',_binary 'öGN©Š\Ø”zd\Ð‚UpM',_binary '*sP\à›E•Ž‰(\\ÿ%XÅ \å8‰“G=\É(H%>E1','',0,'?'),(_binary '\í\Å¹\nü\ë\Ô\Ê\à19o«','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}(¤²/D.¶‡OUtk(\à',_binary '­\è96EŸ ¢>ˆ«Sð®#0\Ébf3\ÑºY','',0,'?'),(_binary '\í\Ö{{} ª\êVtvm','wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg',0,_binary '*®(Gôh²\îT1\í‰Zm\ã\Ý',_binary '*®(Gôh²\îT1\í‰Zm\ã\Ý',_binary '\Ï\ç¡z\Î4w®¹\îTe–\Æf\á\Ö\äS\êA\Z<ßŽ','',0,'?'),(_binary '\í\ØÀU…\ØE\àýKÚ‚*ñU','wp-includes/blocks/gallery/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à\ZŸ\0:¿ü[5ùF\Ð\ã·0',_binary ';\åƒ¥M…u„¿jIF^ú2U•ÿ 1T-’\ã)g','',0,'?'),(_binary '\í\äu<}N½¯ð0\ã5ˆB›','wp-content/themes/houzez/woocommerce/loop/add-to-cart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/add-to-cart.php',0,_binary ' 7…“Ò®¼Nù«\Ñ\èøG',_binary ' 7…“Ò®¼Nù«\Ñ\èøG',_binary '¾˜&[¬JM®ö™E!\ä6ƒÉ»ŒÉ‚c©¦J\ÄAž¹$','',0,'?'),(_binary '\í\é\Za˜]]\ãA‰\ê\'hŽ¤€','wp-admin/network/settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í\ÂId;\ì\ê¿+4“\Ü\à\"\ë',_binary 'bœ‚ñ9a\ÐGƒ¦!¹En}Piü\'\á\Û\Ð:Tøg','',0,'?'),(_binary '\í\î\ÍJœ\Åõ\à\í–jO>@G-','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/OptinMonster.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/OptinMonster.php',0,_binary '¹³œ]ˆ\ÎfVg\â‰W',_binary '¹³œ]ˆ\ÎfVg\â‰W',_binary '\ê\Ø_\ÊÀ@_µ\Âd|\ÜB¯W\é\ÞÇ­N@‰ˆ’€\Õ\"ðT','',0,'?'),(_binary '\íðue‡\Ø\ïC\ìƒÑ†ƒ\Î\"','wp-content/plugins/wordpress-seo/css/dist/workouts-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/workouts-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w\áypT\ÄÈ¿CT\ß+~\ì',_binary '\èð\\Ó®{Þª\Æ\Þö­‘C`°\Êd¿OB<n‡VtBW\Ú','',0,'?'),(_binary '\íñ²ƒ=\Ãúc\äÙ‡œ\æý','wp-admin/includes/upgrade.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/upgrade.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ó¥\ÖY\ÉašPü\ã\\aLý',_binary 'µ\n:G‘Và±³œ¡}­š!h$Cn\Ýü»Ò¥\Ð\ÖI\É','',0,'?'),(_binary '\íñRMÁ$O…”t°\ß\éÀ$C','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sw.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sw.min.js',0,_binary 'f\Z\Ýq)\Ý5}4žQ\éº;',_binary 'f\Z\Ýq)\Ý5}4žQ\éº;',_binary '\\¯\ç\éÁ\Ò¸\É7‚r£ü}FT	š2¸\Ìqgµû','',0,'?'),(_binary '\íøn’`q1<,YW ð¬y','wp-content/plugins/wpforms-lite/templates/builder/revisions/list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/revisions/list.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ò_Á€ýÊ’#“o–™',_binary '1\Ø\Ü\ÂÆ’>õz=¤³­Œ\Ð\ÍxºzV>}zCº8ƒ&','',0,'?'),(_binary '\íø‘##I\Â\Ãa\Ò-\Ì)Ž‚','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidType.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidType.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£œ%¨\ß\'\r·¦\à}úK4\Õ',_binary 'y³<\Ú8)‚›Oý—E¨Tò\Åÿ	¸\Z	6\í4°WE\Ä','',0,'?'),(_binary '\íøÉ¾–\Ý­‚\neI]	»','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/street-view.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/street-view.php',0,_binary '\ç¥}\ítŽZSð¯tã“®{',_binary '\ç¥}\ítŽZSð¯tã“®{',_binary '[”o4\Óö‘\îUšZ¼·ÖžB\Z‹¼û6C•§\0\Ð÷n','',0,'?'),(_binary '\íù\Ãù¦ü®}ùõ`èžŽ','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_3_2_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_3_2_24px.svg',0,_binary '\È|pX$†È¬o(\ïN¡\Õ\É',_binary '\È|pX$†È¬o(\ïN¡\Õ\É',_binary 'C£~\È_=<+y–·¬\Ð_P+¸Mœ‚aº3O‹]i\Ï\Å','',0,'?'),(_binary '\íù\ëeC˜¾„ðDi!\×\ç','wp-admin/css/colors/coffee/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/coffee/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²\é.]#%y\Z¸e£\êS',_binary 'ªM\ëa\Ù\Æ$ey§-„²ª\É\ç„\Æ-‡(\n‰Ì€u\Äh¬','',0,'?'),(_binary '\íú\×\ì\ÕF¶\ÃJ¿> iDŸ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CustomerCashBalanceTransaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CustomerCashBalanceTransaction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}}ù“¦\Â÷µmÐ\ë*ý',_binary 'È±&\ë\"	\×ò\ã\Æ\ížò„_¼ö\Ê\Z\Ê\ÏÿC\r“Âœ\Ë','',0,'?'),(_binary '\íþW[_“•|Y,3\Ìòn','wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^¿De|\á„}«qh',_binary '\ÄRU\ê¡Tx{f”?ä &Â¨4¾\Ãe”¿\âðùŽû\â','',0,'?'),(_binary '\ît¯\ZG\ä õ÷öŒ','wp-content/themes/houzez/template-parts/listing/partials/mobile-map-switch.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/mobile-map-switch.php',0,_binary 'g]Ž,VÚŸ­Ž^ùX\Õ',_binary 'g]Ž,VÚŸ­Ž^ùX\Õ',_binary '\Ìð\Êt\\2=û×±òX‡ú`mY:¶»¨pB\Éùµ\ÇýH','',0,'?'),(_binary '\î‰•f\Ù%u\ßPû\Êñ„','wp-includes/js/mce-view.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mce-view.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'h}™û\æ¿7È«ñ\à\Ê\nB',_binary 'r‚\"v\áZ¬ejR°÷7f\Ø/TÌ¶Ÿ=qñü¼ðªJÛŠ','',0,'?'),(_binary '\î\ZPxE£\nO¤w£³\Ö','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/ElementParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/ElementParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'trcóO\Æ\Ú\ì\älJ\Öj¸',_binary '\ã‰\Æ|\Ît¬\n:c\Ú\á\"«º¯\Ö\ÕM¬TL³W`\ÚÉ—˜I','',0,'?'),(_binary '\î\Z½‡\å{:\ZªŠ\å4f','wp-includes/js/customize-preview-nav-menus.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-preview-nav-menus.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[Nm ¬lñVÒª3„¦Ž',_binary '\é5,Œ‹M3\Å5÷\Ýn(tL5¶ ;^\æ\ÄP/9z±\á\Ø8','',0,'?'),(_binary '\îsY«š?,\ß8û_t«','wp-content/themes/houzez/template-parts/listing/item-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v1.php',0,_binary '\Z<,‘pÒŠ\×\Ù\ÜFˆô\åu',_binary '\Z<,‘pÒŠ\×\Ù\ÜFˆô\åu',_binary 'µ\ê\Ì3+Ì²]ÀðôG6–‘bSh€\\•˜\è\Ï\Å\âW\ï','',0,'?'),(_binary '\î\Ë\æ*cU/‰¬\Z6¯E','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListSearchAds360LinksResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListSearchAds360LinksResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ŽCþ­ƒ7Ü¥ð»qž[\Ê',_binary 'r {ˆ·‰ñ–\ÖÀ¯\å(Mƒ±ó\ÃX}Â½’\"ž\Æ ß›','',0,'?'),(_binary '\î!\Ømm«¿f˜£\Ó\rŠ¹ž','wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(X$¼[\ÚÁ¨PlUgñ¾2',_binary '™×¤\0Oe%\n…C\Å\È\ì\Ó[u–À{\å*Š\0¬c7\0™\Zu','',0,'?'),(_binary '\î.\Éz›ƒ&·Š”.\Ú1y³\Â','wp-includes/css/dist/format-library/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/format-library/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\íŽd*Vtz\Ê\ËþqIXü',_binary 'õ\Ã’‰+\Î,\Õß½@}-&\ÞE¯ß£\"6io¤\Ûh','',0,'?'),(_binary '\î.ø%q¤$$6ÙŒ~?¶Gp','wp-content/plugins/wp-rocket/assets/img/logo-cloudflare2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/logo-cloudflare2.svg',0,_binary '\'0ØÆ»Ÿ®³\nœ-7',_binary '\'0ØÆ»Ÿ®³\nœ-7',_binary 'ðY@\"¡G\ê\èE·Ü…[Lñ™¢\ÆžLñ *Q\Ô0£É¾','',0,'?'),(_binary '\î1¥`\à\âp‰•–ª	¦K','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-syntaxhighlighter-subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-syntaxhighlighter-subscriber.php',0,_binary 'U\çú(Ÿ›\Í\Õ\å§\Î:º=š',_binary 'U\çú(Ÿ›\Í\Õ\å§\Î:º=š',_binary 'TÎ±Š_:=Êº\áGI\È9@\Ës\éÀ½\Ì\Çn¨jAÑ©”ž±e','',0,'?'),(_binary '\î2µ\ÞV º/xl\ì5z','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets/js/secure-passwords.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets/js/secure-passwords.js',0,_binary '\ÝgH{:\Ïzô\\¯²ø¾M',_binary '\ÝgH{:\Ïzô\\¯²ø¾M',_binary '\ÇLÐ¦s¨^\æ\ã“\r}ù½0ºEö·ú½i7óú\ÌoY','',0,'?'),(_binary '\î3XvÀdX\é\äŸç¼¼òž','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/PrePublishModal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/PrePublishModal.php',0,_binary '»ó£ÁÀ«Zw¼0²',_binary '»ó£ÁÀ«Zw¼0²',_binary 'ru®\Ê\r2\çñˆ!\Z“Q3¢pCZ?\ä/­¦É££','',0,'?'),(_binary '\î6§16Oˆ÷i\Ú','wp-content/mu-plugins/sso.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/mu-plugins/sso.php',0,_binary 'º\æDz&®˜ÇŸÀí˜Š\Âe\ä',_binary 'º\æDz&®˜ÇŸÀí˜Š\Âe\ä',_binary '&y\rV\Üv5{!S¹ˆ\Ð|1A`‘E\Â**’ùÄµ','',0,'?'),(_binary '\î6wd3ÆŽ¶Q\Ç}žg','wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'RÏ‡{Ëˆ.mþÊ»‹\à­\ß',_binary '\rM9\Îrz1KB\0l¥uE\Î\è™5‡\Ôj·cG','',0,'?'),(_binary '\î<A!\"TûM?ž\êwyòž','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q$\ëPü‚\'Ç‚iòÙ•cõ',_binary '\È\Ü-U¬AT³\æ:»8|\ÈHó—É¤H>\0ø\Òk\ß\é','',0,'?'),(_binary '\î?kbŒ…x÷_Jž£M','wp-includes/blocks/comments/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È|ƒX$Ç‚=\ç`¢•¨ž',_binary 'õ¸Ž `}nFW6…6Ú®4bSl\Æ\"~¼0\Ûõ7\Ù÷','',0,'?'),(_binary '\î@\ÊÀ\×\æhYUñ\×·Á','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#¹P\Þl\ÚQ¼(PZr/·',_binary '\Ø\ä\ÅB\n1jørøU*˜\È\Èj;Ä°ŸÐ€ÀV\ËR','',0,'?'),(_binary '\îE\Í\Ý\Ù\ái!Ù•ú§\è„Y','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchUpdateContactsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchUpdateContactsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç‹ð$•=f™\á¥ñ¿aù£',_binary '	¾|—c\ÍØ®@é–¼¾‹«tkQ¢E\Öý¥®‰a\ãOŽ\æ','',0,'?'),(_binary '\îKI«a¢\Çy÷\ÄniõT.\É','wp-content/plugins/houzez-theme-functionality/classes/class-partners-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-partners-post-type.php',0,_binary '\ë\Ç\"\ÞZü\ít‚({`\àp',_binary '\ë\Ç\"\ÞZü\ít‚({`\àp',_binary '\Z\Í4?*\Þ-=VŸ½. v]\îcˆˆ«™¨y}L\Øm\Ù&\rš','',0,'?'),(_binary '\îM–Ÿºj	ªu\âÃ£\Ì*·Y','wp-content/plugins/elementor/modules/apps/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/apps/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u3Ÿ\Ë\Þ˜£€>f`«',_binary 'SƒŽ¢oq~ù9\Ýƒkv‹wV{35òSL6õ™RD\Ö\Í','',0,'?'),(_binary '\îM¹ÿ¬4YÇ•\í’','wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åŒ‘l>RJXF\r',_binary 'póú\ß4u\ÇYÀ\à²uw|?\Åé˜«.~¡Y\ë´^_','',0,'?'),(_binary '\îQn°B2Zl\Âä­‘y','wp-content/plugins/elementor/includes/base/element-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/base/element-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Wl{¡:­£%vÙ£',_binary '\Øn*­\Ú;eO™W\ÖT•¹·÷@I\×s\Æa0T*¤6','',0,'?'),(_binary '\îSi&É®ƒ|2z\ÎJÉ½~','wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'NJ_\Ð^ñ\ßñªµf+\Õ}',_binary 'Xo\Ý\É\ÊBSØ•X\ê-#8d<¾n\É\Ê`h\Òú¯cûb','',0,'?'),(_binary '\îW\Ì\ãülc\Ü\â\Ì\åG\'’\Z','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade168.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade168.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z­»\ÊSNZ\í>1((]\r\Ë[',_binary 'L\Î3\Z»\æ=d\Î2\æÇ¬ra\×CG\ìy¬Â…^\æ\Æ','',0,'?'),(_binary '\î[ÿ‡V\æ3qOÛ‰À5\ì~ø','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ',‡-¾`ôºpû…5aØ³^',_binary '€\Ê_¥Y[H)\Â<*\Ñ2\0M§Ç£\Ï:þqÝ­þ*','',0,'?'),(_binary '\î^°bvUðKô26>mô=','wp-content/themes/houzez/js/single-agent-google-map.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-agent-google-map.js',0,_binary 'W,0x+\é\àho\í\ÇX”',_binary 'W,0x+\é\àho\í\ÇX”',_binary '¥?{V-\æ:Nšz˜\ÓaR\Ç\ÆÀz\Ïz*ü\n\nµ+„°','',0,'?'),(_binary '\îbü\ZYôh#\ê3²º\Õ8™0','wp-content/plugins/wpforms-lite/assets/js/admin/share/xor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/xor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·ÿ\Ærw*V‘Ib€>(b',_binary '\'°*\áž…i¼tN\\Yh\èÁåš¾öXZô\" awÏˆŠ','',0,'?'),(_binary '\îel	;‰Ë…Mè£˜q¸','wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp@2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp@2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mN¡Qðb~h\ä\Ùöj \í',_binary '\n\Ä\Ñ\í\ë_;£?:ñ>C–ù\×f—W¦','',0,'?'),(_binary '\îf{r#‹y—\Ûú`#\Ïþ','wp-content/plugins/updraftplus/methods/googledrive.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/googledrive.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ\Ùo¸=\Å/+\ÐÎ‹t.„º',_binary 'ùm$÷\ìýXYf\Ã\æ¯:\ìG .\äç…¸P¥\ë\\)','',0,'?'),(_binary '\îg5H)ÿ‹”m`0¹y\Ñ','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_lt.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_lt.js',0,_binary '^?õ‘\Ô7vÆ’\Ãýk«\êBS',_binary '^?õ‘\Ô7vÆ’\Ãýk«\êBS',_binary 'R—u¶\0ð.¨¥Õýg\Ù\Í\ØÎˆh0bn¯%u‘‚¦','',0,'?'),(_binary '\îpq—K \Ägƒ­‘¶4k','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vøK›úý<•\Ût\Ý\× \ÂQ',_binary 'ôO[^\á‰Á°yV¦`\Ë\â\êž=\éh\è+ï°°d\Ñ\0-','',0,'?'),(_binary '\îv\éš¨¼\Ï/.1ŠÏ€','wp-content/plugins/revslider/includes/output.sr7.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/output.sr7.class.php',0,_binary 'B‰Ë‚ö6©Žo:&øŒŽ',_binary 'B‰Ë‚ö6©Žo:&øŒŽ',_binary '\Þ\Æ³\Ùñ$	\ë{õ¦C•c]²@n²œÍ‰Z','',0,'?'),(_binary '\î‚\è\Ò\Å3‡\ÇˆxZi\éS%','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/bulk-actions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/bulk-actions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û\Õó{ú©p(J0ela\Ö',_binary '¾ª\á\Õ\Í\èv!ˆ\æ4Xj\" ]¦ó\Òd–±)•_`È„Èª','',0,'?'),(_binary '\î‚÷óKùß–\ÙY	m\çT','wp-content/plugins/elementor/modules/ai/connect/ai.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/ai/connect/ai.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jm#Ø‘7\'‡˜\×\ÂVô?Oö',_binary ',4W>B=Ä—½=šY#ô/²$0‚€]AžFø»?','',0,'?'),(_binary '\î‡QdB‹7;ý¤oj\Ê%','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeDataQuery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeDataQuery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ôò\Ä\è\Ì\ï>\ÊÆŠ|tI\áU',_binary '„eû—7ƒÕ+´ºš²7ð\Ç\Ì\à\ã¦WãŸž&','',0,'?'),(_binary '\î‡Ã¬;œ_E\Ìs\íDÛŽ\Õ','wp-content/plugins/updraftplus/includes/updraftplus-notices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftplus-notices.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä\î« yM_Ñ¶\Î÷+7ßƒ',_binary '[‚)Aöju-KF\êfAz\Ù3V‰bxŒðiý£øOzF:#','',0,'?'),(_binary '\îVdôÝ®h\ÑL˜‡C“k›','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character05.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character05.svg',0,_binary 'Ò˜v(`\n9Âž -$\Õfy\Ä',_binary 'Ò˜v(`\n9Âž -$\Õfy\Ä',_binary '§[p¹y×“8˜gÉ‘\Éø9Ì¤ª\ê©\ïŽQqufø G','',0,'?'),(_binary '\îr»Ñ±M.\êðaC¼òz','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ApiDimensionFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ApiDimensionFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=\Ô\Ö3ZcdcT\ÄpÿdL29',_binary 'H®±\ê¶oÓ›’cG•ò§¤cü\Ñ\\À2„v>AzP\Ær','',0,'?'),(_binary '\î›.\í\åY\Ðúž+ß’Dj…\Ö','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-price.php',0,_binary '9˜F\É_L\02µ\ÆI\å¦',_binary '9˜F\É_L\02µ\ÆI\å¦',_binary '®fœ€\Âli÷8v\ÄVC¶\ÉLQ_VŸ\"?hO\â-9¼«\È','',0,'?'),(_binary 'îž—‘F\Ô\Ó>‹!8u','wp-content/plugins/wordpress-seo/admin/class-premium-popup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÕŠ8TAÀ2z\áo-\03m',_binary '\Í\àC–yÏ´]~ \'fW´™õA‰Ÿ1,Sx\Ú\Ò\ru','',0,'?'),(_binary '\î«\ád‹¡¸Y:‹½ù\å¸','wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îö\Ú.ôýÐš£Ï‡%¯7\ï',_binary '\Ï0Ê¼\à÷\Ø\ï‡h\î\Ö^ô\ÍyóE‘²\Ò\ÈK€fW\È:T','',0,'?'),(_binary '\î®\ÐñÂ£5¬d¼%’Q‡','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-online.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-online.svg',0,_binary '\'ô\'fR™“dù \\ô^Ž',_binary '\'ô\'fR™“dù \\ô^Ž',_binary '¯\Â_3™™“ý4;j:\åH•¾¯sap\åK)V;T\è*','',0,'?'),(_binary 'î±Š³‰Z\Ör2/x\éÃ£Á','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Row/UsedCSS.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Row/UsedCSS.php',0,_binary 'M\Õl\ÞM\ë“Ö¬ŽM',_binary 'M\Õl\ÞM\ë“Ö¬ŽM',_binary '©ð&E\ë\0\Z’¾;>^tÿE‘ðnŠ/W\Ç>(žŒª\ë5','',0,'?'),(_binary 'î²ª<ñ™˜ªÜ¢$¤\ÎoŸE','wp-content/plugins/elementor/modules/floating-buttons/documents/floating-buttons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/documents/floating-buttons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð®|n«S6–M¸/½QDaf',_binary 'Î{¸Os¯„C&¡L\ãH™74jW\æ‘\È8Vo\ÑW\Ï','',0,'?'),(_binary '\î¹·¡sKd\ë-\Ý\Ñ}','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/DataManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/DataManager.php',0,_binary '$¯e@ö\Æ?Ì²\ÎT+•\Â',_binary '$¯e@ö\Æ?Ì²\ÎT+•\Â',_binary 'l‚A6‘#\Ö(L\É\à˜o…¸\Ò\\Áa6²N\Ê‰ñ!œ','',0,'?'),(_binary '\î½Hš.w\Û†\ÊQÞ¹¡','wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\Úe ±$Iñ\ÐD\r\á\"',_binary 'Wè»·ad¸Û¢\èÚž²›d¶tŠ.\ê\ÍÕ»º›Í…\î\n¤','',0,'?'),(_binary '\î¾<„7vº\ÍY6?\é\à\Ñ','wp-includes/blocks/separator/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'mfPû,fó\'×¼®tOgQ',_binary '»8\à\ãœvY§\êÍœ\ï {¶kzfž7{+¾\ÕúÁ\Ô\×\Æ','',0,'?'),(_binary '\îÀ\àò-ñý}º[˜L~\nW§','wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.Bþc§x/U3\àR\Ð',_binary 'þ<™ÇW)\\3&ª\ßt:Œ/6÷¦³1da€¾\Ö\ÐKO­','',0,'?'),(_binary '\î\Ä\È_e\ém>ˆùù1¶V›Œ','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž;*\í½\à\èxø\åLõ\n\ÊX\Ò',_binary 'a-\Í\ÄÝ²ò\è_\Îu®œË©²¡¬Xò#ZN¼','',0,'?'),(_binary '\î\ÅwÊ«\îºkU<_\ì5¦ž','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CustomerService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CustomerService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bûL{LŠC@À‹à§…\Ü',_binary 'œh÷™v¥‰ˆI3À\Û@„\Ü+.>b\Ò\á?Àh|[\Ç','',0,'?'),(_binary '\îÈwyy~%\0ˆ•{¨\Ô\à','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v7.php',0,_binary '|¯eúU Fd\Ô> hò|',_binary '|¯eúU Fd\Ô> hò|',_binary 'û>´À-PkQ\'Q,\Z¿T¯\îÑ¨â¥­_ªo}«Ÿ','',0,'?'),(_binary '\î\É¹ƒ\Ûg¢ú»~.³2ù','wp-content/plugins/wordpress-seo/js/dist/externals-redux.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals-redux.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰º\ÓÀóõ=o?5\ëNH',_binary '\ã]ú„v‚L£0¨Nô_\ÞWe—³\nË³\å^Ž]ª8F¬k\Æ','',0,'?'),(_binary '\îÎ¯¾\Û?ñ¹gW„õ÷9','wp-includes/blocks/embed/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\º\"m®]Œ®@‘\Ý\ÂCò\Ó',_binary '*þÄ“¾#FÏš\0j²‚\ÙkŽö¿‚‡5h™5ªÝ¢\Ç<\î\×','',0,'?'),(_binary '\î\Ô=|žmOž\ZZc\0b','wp-content/themes/houzez/js/vendors/i18n/defaults-sr_SP.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sr_SP.js.map',0,_binary 'I\ék¸\èµKe\Ä×£\'K‰',_binary 'I\ék¸\èµKe\Ä×£\'K‰',_binary '¥n\"#ž\ë\è¨NðÇœ\å5¤\Û;^n­$Éƒ\ÉN	¬','',0,'?'),(_binary '\î\ÔÀ,?	\à©r¢uú\à','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/AdminSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/AdminSubscriber.php',0,_binary '~;_‘	z‚ï¦\Ûö\r£\×',_binary '~;_‘	z‚ï¦\Ûö\r£\×',_binary 'Á¨·+^£p\Ö4> »î„¹)\ß\ê¬!ZK\ç	ð\è¸','',0,'?'),(_binary '\î×—\ëxs£X†gAwx¼·','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/WebhooksManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/WebhooksManager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³Sý\0\ßý	\')““1&i',_binary '½0\ìƒpå­¯‰®3¯¦œšô/\ÝÍ“r¾‚\Üwp\ãÄ¬','',0,'?'),(_binary '\î\×\æ\'X\×\Ä\ÎÀ¸\æ˜?—†','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ContactForm7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ContactForm7.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜‘†\Å~ü‰$œdN„\\',_binary 'wx\é\Ý_?©\"Œ3ùb\r\Ó\â\ÈûØ¶Œ› Ÿ\Ú;\Ø)Š','',0,'?'),(_binary '\î\ÙÀõ…¥‰_\ÕÁ\ãõx!','wp-content/plugins/redux-framework/sample/sections/media-uploads/media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/media-uploads/media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê\æ‰ëµ»©ü\ÛMä«·\ï…\Ì',_binary '?:­¡“‚\ZÈµõ(:\èD\n$p|ˆ\"\ÛGB˜\Í\Ùp·\á','',0,'?'),(_binary '\î\Üi)ø`œÀþG5Ö¡¯','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\Z©TkA\ÔðÐŒ5¬d',_binary ' M%\ZG0úŒ ô«\É/hA½¼\á\í¸\ë»4\Æ*s\ÐÓˆ_','',0,'?'),(_binary '\î\à\é#\â!¹ø\ÝÄ¹ùf','wp-content/themes/houzez/js/osm-properties.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/osm-properties.js',0,_binary '©b\ÂÆ§±¯\Î¡s¡',_binary '©b\ÂÆ§±¯\Î¡s¡',_binary 'U‰ql¢”º\ç\Ý\âvµþ\ã` µP\Üð²g&†\à±\Ä\0W','',0,'?'),(_binary '\î\á=ŸŸ\Ã!yP³—¤Š¶‡','wp-includes/Requests/src/Exception/Http/Status414.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status414.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ã°šDeµ¸l®~\ë‰J©p',_binary 'ö\É\É˜.ý±¬Hm°<+\ÖÛ¦)Òó\ÈD\×Q<5','',0,'?'),(_binary '\î\á²N–”\ç¦F¦V\ïY\ìC','wp-includes/blocks/shortcode.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/shortcode.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '- ˆX×œŠ•§‹¡êƒ¹\ç',_binary 'Š¤\án\ÝW\á?\Êc©IËœ\âÓ¦…Y}=\Zö@Y˜—4?r','',0,'?'),(_binary '\î\çXO¥z-\Þl9Æ·\á0Ž`','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒAy\nY£n2ù!ú\Ë',_binary 'ShVýZt^\Ô~Í›·Œº\n#$Ö’\r¡5ðV\Ñ‚»','',0,'?'),(_binary '\î\çuyªØŸúuV‘û@/‚ó','wp-includes/class-wp-block-patterns-registry.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-patterns-registry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M½p8h¡óT0\Üx¤Ó¤',_binary '¦&Mð\ë¾ýˆ$\í\Ù]Rã•ž3“N³³µ°','',0,'?'),(_binary '\î\ìÐ‘‰\Î0µ…#z°?','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©2Z0­\0woŒ\ÖEdEH',_binary '-J\Æ*z­k:w#\rHU’<}ª\ÎôhV–DC‡-´','',0,'?'),(_binary '\îðL¤v›{‰;|ªž¥','wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/fonts/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/fonts/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary '\îóAE\ái \Í\Þw}W£;Ü¹','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerAwareTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerAwareTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F#\éö½I\"\Í 5#3',_binary 'D”üIú$¨¸…m¬ž¿l…]úÚå‰“\0&%','',0,'?'),(_binary '\îùh[í°¬u•Eñ\ë\ÃA','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î?\Ä\ã[4\Ôx\ê\ËJCW¸(',_binary 'q½ó²õ˜i\á\Æ$Á”\Ó\"­\ïHYAÃžtªNËŸhLt²','',0,'?'),(_binary '\îú±Á\'˜H/%Í‰jö','wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'BÒ¹~_PÅ…tûIÁf5',_binary 'ƒú\ç\r\×À|\ÆcN\ïm\èCx³±SE¢ø°¬\Êrˆ§\áM','',0,'?'),(_binary '\îûŠZd/X–3ñp\àc\n\â\è','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorId.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorId.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó\è‘ô\ÒA5™fi\Ïo\å',_binary 'rU™nþ\ì$²h¥\åaDŸ\ã\Ñ\ÎN\ë!!ù.Œ`›Ü˜.Š','',0,'?'),(_binary '\ïú;¢oL;C£.\Ú-','wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ¼²û’3wmûŸ\Ù\Û\â',_binary 'Ì™ž®HŽ¬C\ÜW\Ù%\n \È\Û$o9K5¶F\'¤+·‚œ','',0,'?'),(_binary '\ï@}&£J~\ÏÂ¾&ó\è\0','wp-includes/customize/class-wp-customize-new-menu-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-new-menu-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«\ÈN‘\àp‰\ÅaC\Çq k',_binary '„F¾\Ì0”Hyce\åLuQ¬«\Î&§\ä˜LiH\n©DÅ©K','',0,'?'),(_binary '\ïN\ÑT¨\×l\r0ag\Ì','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Áœ\Øñh/¶‚Q»jùÙ®{',_binary '[\Ã\Øak¤¦\ëH´ž¨(IG(\è9\0pH‹wH\"\äýwu','',0,'?'),(_binary '\ïÀa‹nŸ§U¥”÷w5','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/build/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/build/index.js',0,_binary '\Ä\ÒnWö]y}\×Çž\Z¸m©',_binary '\Ä\ÒnWö]y}\×Çž\Z¸m©',_binary 'HOZ\ã%ü½…z 0ø›I&	5u|\Ù\îq±X','',0,'?'),(_binary '\ïR\Ð0šD{F‹z–','wp-content/themes/houzez/template/template-onepage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-onepage.php',0,_binary '\Ò¶.P´ª”Ì„ ‡¥…­H',_binary '\Ò¶.P´ª”Ì„ ‡¥…­H',_binary 'eÛ¹\æBvNÉ³m¬fKqSùcR¢ÿ\æú‹ô9ø”uù«\Z','',0,'?'),(_binary '\ïŽBö¨šúHJmJ~','wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_weak_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_weak_24px.svg',0,_binary '\×ý[±’\Â\Þbuª³\Øñ\Ùõø',_binary '\×ý[±’\Â\Þbuª³\Øñ\Ùõø',_binary '&\Ð\æ½+øøzÿ¶4=¹\ëoX?\íN\Æ\Ø\Þûv\êð','',0,'?'),(_binary '\ï\Ïþ\Ç\Þû(Ó‹Gd\Ô\çH\Å','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/RefreshAccessTokenTask.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/RefreshAccessTokenTask.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÝŒg|V&7™‘<\Èã¬†',_binary '¥\åý\Ð\Ü1ôÿiÉ£»@¶gÀ<¡Þ¢W¤þU\ï»n~q','',0,'?'),(_binary '\ïÜ“fù\Év\Å\è0$\ï†=3','wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' D\à1\Â¬3\ê\ã\Û]²%\ß',_binary '—72­\\À\ãL\'lD”8ÊžÿdPÿ>v€ ¦\ç²(','',0,'?'),(_binary '\ï\'©\Ñk¹S9Nù\Ö§¨¬','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ë\ïK\å^Y&CH-ô\æø§\Ï',_binary 'z$|¯²\",”¼¨7_2UX\áóm^aŒ¤Ý—>¼0i–','',0,'?'),(_binary '\ï1\ã›\ÓVR½¨û[U\á‰','wp-content/themes/sinatra/assets/js/sinatra-wc.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/sinatra-wc.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ud!¢ý\ßg…Pó\Ñ\Äñ‹M',_binary 'Þžw\ÌW\n\Z\Î\Z³›\0ô\ï\íœ\Å \"Ú¢\êkndTù½u','',0,'?'),(_binary '\ï7À-™Œ\\KŸjµøŸ¸','wp-content/plugins/revslider/public/assets/svg/av/ic_album_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_album_24px.svg',0,_binary '\Ô#\ÂS\0€\Ì6-ö4Ž',_binary '\Ô#\ÂS\0€\Ì6-ö4Ž',_binary 'O\æ>5cIfÜŽ‰¶\éÿ\Ü\ÎsG\îl8õz[4\Þ\Çùÿ','',0,'?'),(_binary '\ï;L\át‰×¬C°ƒ”É£','wp-content/plugins/wordfence/tmp/.htaccess','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/tmp/.htaccess',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·I z~\Òi¶,Lžÿ\è',_binary '	ù¦HQI\éqz¼Ú¤øp\Æ9ŸC4>Hü€\Â3¨‰„G','',0,'?'),(_binary '\ïB}\×\ê`\Z¦|»†ü™µ','wp-content/plugins/redux-framework/redux-core/inc/fields/background/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary '\ïD£‹UÁµ#—\Î-\nx*¬','wp-content/themes/houzez/template/template-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-search.php',0,_binary 'Y\\ª›¹°\Å\ì)\ä6Lžnf',_binary 'Y\\ª›¹°\Å\ì)\ä6Lžnf',_binary 'f“ôŽid\ë^µq9µ\Ä-ª\ÑG;H\à¾Á¶Å€\\)','',0,'?'),(_binary '\ïFý{8\n{\Ð&‘¼)`m','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/taxonomy-advanced.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/taxonomy-advanced.php',0,_binary 'l\Å4Vg¹Ž\'˜%\â›h—',_binary 'l\Å4Vg¹Ž\'˜%\â›h—',_binary '\0\ç\Ífd\ÝÛƒ˜¯jûÿ\\‡ÆœI¢šu½r*:\æ\r”A\ë','',0,'?'),(_binary '\ïM+(©+(q·«\Ð\Ío}J\Ó','wp-content/plugins/wp-rocket/views/settings/page-sections/addons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/addons.php',0,_binary '\Ð4ˆÀðEµ#\Øl:°—\nU',_binary '\Ð4ˆÀðEµ#\Øl:°—\nU',_binary '\Æ-\ç²ox™\ØO\ßs1&\nô\Ðv¶Jù\ÞF\Ô\ï\"\í\ØT\\','',0,'?'),(_binary '\ïY^~5~‘¨pŸG-ŠŒŠ','wp-includes/js/customize-views.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-views.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸HÓ·¬-\\Me•ˆ\ï',_binary '\íbõ ‚½Lýþ-¦‰9wlo\ê\ßyŽ$+\ÓY\ZÞ˜\ÔN','',0,'?'),(_binary '\ï_»ž÷ð‹þ\ÅÛ\r´ýü','wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1\Ð5E\Ó\Z-¦Š°1¿\Ã',_binary '\íA¶; ¿\ížÉœ\ÛÀK¢ñ_ƒ²§#Hz\íT\æ~÷:','',0,'?'),(_binary '\ïbš\Ð.‚\Ä\Ë\Ü\è8\é\î','wp-content/plugins/wordpress-seo/js/dist/integrations-page.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/integrations-page.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-ºt\ÄH}1y–xtm­‹\r=',_binary '¦^nT†g„Á«‡¾YÜ©p‘˜x+\âÂ¿*ñ\ÑXW0y­<ñ','',0,'?'),(_binary '\ïb*ö‘1,\Ð\Í=\0¯-3','wp-content/plugins/wp-rocket/inc/functions/i18n.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/i18n.php',0,_binary 'wN\Û‚iªü\æ\0?¾ôR\ê',_binary 'wN\Û‚iªü\æ\0?¾ôR\ê',_binary '–ù½L\ÖH³{Ãš15®j\îfþ™®8e®;ð¥Kc9ºY','',0,'?'),(_binary '\ïc;Mq\á\0~™¶oJpú\Õ','wp-content/plugins/google-site-kit/includes/Core/Authentication/Profile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Profile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\îñ<Š\ãƒ-\îs\Ê\ç(¯',_binary 'ª…™ƒGh½wAý•»jW‚u7n\ÂÀÎ’\Ù\êC•]u%','',0,'?'),(_binary '\ïh<n}P~l·m\Ù1\È\×ú\'','wp-content/plugins/elementor/modules/dev-tools/deprecation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/dev-tools/deprecation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Pg\Î\âzª\ÆÀ ‹*Ku',_binary '^RX‡¸{m(_Ÿ\01HE\Ç@%F§*W{\Ê\Ò!-\Ît','',0,'?'),(_binary '\ïjU \Ç3\ê0<\Ìg\é\Ýb','wp-includes/blocks/paragraph/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÒRƒHúüÿ©\Îñ\Ý\ÇÂ‚	;',_binary 'Á\ìi7j‹–;\ÇW€;)À\è„.ETõPŒ\Ò\Ót8¿','',0,'?'),(_binary '\ïsÒZ\Ëo2šV÷\È¢”','wp-content/plugins/revslider/public/assets/svg/communication/ic_clear_all_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_clear_all_24px.svg',0,_binary '\â\án4­H2\ëu›{¨[',_binary '\â\án4­H2\ëu›{¨[',_binary '\Æû	¹0ú\Ø7­üÁS_\ÒL\îò\æ0<«\ÂW‚õø\Ç','',0,'?'),(_binary '\ïu_ô‹‹ÿ\Â\Ê~!\0\Ä','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y=\nY\à´99š2­ø',_binary 'ý—û6©‘°\Z/ˆˆùp\ây5\îÁœ\ÒEð”Ø­½©­O±E','',0,'?'),(_binary '\ïw`y_žýÀ\îrÞ¹’]','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'à¾„0œ-8\ì{#;ˆ\\Ÿ',_binary '‰\Êµ\êÆ”\"B\Â\0W~¬?¯lŽ;‰!\Í<\0h\ÜT3,\Ä','',0,'?'),(_binary '\ïzúÀœ\Øö\×ò|”zûxv','wp-includes/js/jquery/ui/droppable.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/droppable.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º€iµ4\È*H\ZZwªl¾',_binary '?r£Ü¶K£~Ï¦›c\è$E·YƒÖ W>\'þ)\Ü','',0,'?'),(_binary '\ï}YC=Ó…\ê\Æø\×v¬`\ç','wp-content/plugins/wordfence/modules/login-security/css/embedded.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/embedded.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e\æP€:¼}:^ñ\å–',_binary '‘\'ù\Ï\Í}-q8i¯Î²!1TF\é\àW\ÔÊ†ª‰\n\Þ\ê•','',0,'?'),(_binary '\ïú¶\ÕË•§³r&\Õq\ÇFi','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½!y¥WU[«u3FQ',_binary '\×òóÄ·\ÖÍž&Fœ’\åI\é\äfY°GŸ¼‹ª\ß\åþŸ0','',0,'?'),(_binary '\ï„mµYx—À²MSl¹A','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-adminbar-26b6ac7482380c6f0503.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-adminbar-26b6ac7482380c6f0503.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x\à\á\Z}š#Ðš€)¶',_binary 'x\Ú\äE\Ç4\n\âV‘¹¸iAK\Þ\è(›!ôq$\á¡(ó\n','',0,'?'),(_binary '\ïŠ.(öc\î¾|Z$›ËŸ8','wp-content/plugins/redux-framework/sample/sections/slider-spinner/slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/slider-spinner/slider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P±uðø¢a1Z\nF»\ß',_binary 'ÿ•\âý±¹þJ›ž×Áoy»\Ú\è­×¸F]—5„7','',0,'?'),(_binary '\ïðA½÷<c&LcZa‘\Z','wp-content/plugins/elementor/core/logger/items/php.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/items/php.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´«O\íñº‹\nGùGe\ã\ä',_binary '\ä{°\Òõ\Ñ\ÖZ\0?\Ü\ÞZ\éoP_¶YÀû^*\Ï\Îx','',0,'?'),(_binary '\ï‘\ãW”’sÿ*uJ«\Üs¶-','wp-content/plugins/revslider/admin/includes/license.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/license.class.php',0,_binary 'ÿKýˆœ˜\\Pa³Y\é\×KŽ',_binary 'ÿKýˆœ˜\\Pa³Y\é\×KŽ',_binary 'õ÷\å\ß^9“[\Ó({Z«Œ„Ka\à8z\ä\Ù{?°ô‚ORÀ','',0,'?'),(_binary '\ï•x ]\ÏX\Ð\ÅLÍ¹-!\×','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceEventTrigger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceEventTrigger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@Ñ¶fy¡¥±#\Ê',_binary '©µû\á\á>\âv’\ç\Ã|ª\ë\Ä!€u\"~³\Å\Z\Z{¹w ¦','',0,'?'),(_binary '\ï–dW‰q÷÷xB›4V\Þ^\ê','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKey.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKey.php',0,_binary '†RA`2x[e™\î×¶9š=',_binary '†RA`2x[e™\î×¶9š=',_binary '0¹ý\r\ÖD0…MA½¹\â\áÿ\Ë±#xû °œÔ–‚	\Ü4','',0,'?'),(_binary 'ïž±$ä€•i¸]\É\îHJ&','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_NullAction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_NullAction.php',0,_binary '´úÈŽô\ÑeWS\Üô<¢',_binary '´úÈŽô\ÑeWS\Üô<¢',_binary 'H\ÔÀ®¶\Z\Ñð\Ö\ètúaÀ!IcU»||i\Ù\'','',0,'?'),(_binary '\ï¡x\ì/þ·½±hS¬c\0Z','wp-content/themes/houzez/template-parts/listing/partials/state.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/state.php',0,_binary ' ’D\Ý0\à¤\ì-+.¶P',_binary ' ’D\Ý0\à¤\ì-+.¶P',_binary '+º8Ÿ\ã^ˆ|¸O÷\ÊB\à6½:\ÖÞ¬…\îô·*p\Ô\Ö','',0,'?'),(_binary '\ï£4›Hº-C_^`õ[','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒ?©\ä\Ãó¥¾EÇ”Ž\ÓE',_binary '\0õ\ë\Ù{\ìýŸ\å7\äpÁ:«ý&mýsGEŽdWÇµ','',0,'?'),(_binary '\ï£\Å·.þK’TN\æ›n\Ù','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-compass.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-compass.svg',0,_binary 'ƒ\ÑWA5\äsžX§‹•&«z',_binary 'ƒ\ÑWA5\äsžX§‹•&«z',_binary 'Ÿ™šº<ƒ\Î\ã\nùU\î°\ÜRû–\nrW\ÔÞˆ‡ZþXÄ•','',0,'?'),(_binary '\ï¦sD\Ç\"WZ˜°ôLðÎ±','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/UserEntitlementsPlan.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/UserEntitlementsPlan.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(¦úª>\Ö\ç®kF9\Ø',_binary '\â\Ík l\Ô\0v\Ü\Z6\â8\ZˆH€§¸=?Û±Pi\ÃoK%','',0,'?'),(_binary 'ï«”ÀS\çL\î_ò+p\Ç9\ë','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x2½\ï”4™S\Â[\ÑCq',_binary 'Ož®]DHv‚N¼¤¥ž\Û>’\Òuõ\Ë\ÌÞ¾ú_™ö7\Ý','',0,'?'),(_binary '\ï²BJ½¤š=4\ê\ß÷\Â¦','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\àÌ¶=:\ërÂ–\ÙRô\Æ',_binary 'Ž`\åSx3©\å^xQ@Á\è‚mœ]\Z.À¨NZPó zúWd','',0,'?'),(_binary 'ï³¤}ŸŠlØºHFGx\èOK','wp-content/plugins/revslider/public/assets/svg/content/ic_send_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_send_24px.svg',0,_binary '¢7§—¼Áº€˜Ãš\ä\Ú\áœ',_binary '¢7§—¼Áº€˜Ãš\ä\Ú\áœ',_binary '|($«yƒK£³A=A¼Þ…\03.G”¬¨w\Ò\ÒO','',0,'?'),(_binary '\ï´òu\Ó+€–©Þ¢šû','wp-content/plugins/wordpress-seo/src/routes/semrush-route.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/semrush-route.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '76\ßÚ–K·Ä¡U\ì¨ÿ¾–',_binary '\Ä\Ü\Ô\È ‰@\rœ\ì6\Ð\é\ïí¨…ð,s†	ë¹¹\î¾_\Ç','',0,'?'),(_binary 'ï¸€Ü¹\ãXu‰ýð_\Å\ÚJ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²€kÀ2¶–bQ¸-\Ò?aý',_binary '‡x©\Ð\Ð\Ê\Ìr}š`Š\ë1\08‰\Ö\Ð>\Æ\á\Éuó6oÀ:¶³','',0,'?'),(_binary '\ïºû\Ç{ý;ORr6N=º6','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_tilt_shift_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_tilt_shift_24px.svg',0,_binary '‰C! œ \\\àžÎ”Ä³ª',_binary '‰C! œ \\\àžÎ”Ä³ª',_binary '<Áœ	ö\0\ÖVÏƒ˜eÈª2ûÂ©û–&Ó±*tk0˜','',0,'?'),(_binary 'ï¾˜QŒ¹©÷´)B\n\ë,','wp-content/plugins/wordfence/images/loading_large.gif','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/loading_large.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚Y¼®{Ob‰UW~¼YË™',_binary 'p8ñ\'—÷™	t—\Ï\ß:„Q\ßo]{5G1\å\è\ã»\ÅE¾\Ç','',0,'?'),(_binary '\ïÀûP†‰a`Xuî¥¡','wp-admin/css/color-picker-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/color-picker-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\"ý:ô@Ü˜^J¶Š\à',_binary '\×Eº\ã‹\Õ_wü«†¹¶\ì1:\ç\æ\Å\Ð\Ó\Â-\ÄE','',0,'?'),(_binary '\ï\Å{´ú \rðSlÅ¿\é	','wp-content/plugins/wordfence/views/.htaccess','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/.htaccess',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '£E\"xK\Ê\ê{\Ç8ödS³',_binary 'C‡¾ö½\'r…9½\ì@\âK¡Þ†t¡ª™ö\â§w#@kº','',0,'?'),(_binary '\ï\É{•C,Š\Û;8#Ä’\íB','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/ClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/ClientInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3z^HH{s\ÒzfQ',_binary '@Š\ê\îxu¿^ËŽjhXBb>\nð#3h—¾½uÈ‡d»0','',0,'?'),(_binary '\ï\Ë9ÿ\åSS(¸¾4Óµ\Ä\ê','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Card.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Card.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '98ßº÷“\ÊB\Ú\áó›-',_binary 'Š\ä&\æpVP‹86È½7sJõ,H®\ïî‡²ˆ/8\êù,*Š','',0,'?'),(_binary '\ïÌ¸›WTºÔ¢4s«\í','wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\Ôr@úU‰\æ\ç \\Ú¶;€',_binary 'I\ç0w\Þ\Û÷\ÃP\Ú\â,z\ÆWWT»TV3¸ƒi\'\0|\á\Ìø','',0,'?'),(_binary '\ï\Í\åa\ßDq	\ÔlK\r\'¡','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/EventService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/EventService.php',0,_binary 'C†üƒ„ùý#L³',_binary 'C†üƒ„ùý#L³',_binary '\Ò~®\ßb•úœªÓ®\à	¹ú\Õl\á4\'\Ø&l}q˜\Û=','',0,'?'),(_binary '\ï\ÑX=U¡pfp¾€ÁZ','wp-includes/taxonomy.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/taxonomy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÍCdÆ¤£°\Äbp¿\à.»W',_binary '´ò–X7\'ŽŸ^—±¦G÷þO\ÈøfˆÀôBaI\Ø','',0,'?'),(_binary '\ï\Ø\î\ÛV¹1l\É>','wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R·Á3<úòP”\ë¨lÀKL',_binary 'EÁ‡\Ü\Ý!\â”\ÛFóÖ°oJ+ ¾\æ3\Æ5PðR\'«\×]E','',0,'?'),(_binary '\ï\Ù\È4…~§Ž^U1Ex\æƒ','wp-includes/blocks/site-title/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GƒœPžCµR“Â½®EY\Þ',_binary '¢[\ê\é\Ë\È\ÄUgî¹­Yý”:[\èU\ÑT_\Èj\\}eõœ\çe\å','',0,'?'),(_binary '\ï\Úè¯ ‚¿sˆD\ÐUû¢³¬','wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R\Ë\ã\ÊúpŠ\r­\Ã\Ço%Ft',_binary 'œ\\½q\Ã\â \ëD¼sü`ž\År\êžK\ä\âÿ¦\n7','',0,'?'),(_binary '\ïÞŒt+\é\\õ+\ÆXa†ZU','wp-content/plugins/wordfence/lib/wfScan.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScan.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…Z\Ï{¼A°Z»(cZK%',_binary '\Åt/ösP¥ó\â/\Ûc2wŸ«&œq\'M5”\ÔV‹\Öô','',0,'?'),(_binary '\ï\Þ\ì¶Xf\Ýú9;£„^J','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionClaim.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionClaim.php',0,_binary '·e<i”þ€Y^“\ä0ªY&',_binary '·e<i”þ€Y^“\ä0ªY&',_binary '_vˆ&\â\ÖZŽYwDÚ€\í\Ög]•\é^\Ä9Û”™ufú¨d','',0,'?'),(_binary '\ï\à„]\É,\ã£Zf\ÙJ\æž','wp-content/plugins/wpforms-lite/assets/images/cross-inverse.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/cross-inverse.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë5\ã\Þ\Ë$÷€€¹',_binary '÷©Ö”ý\Õ\Ç<\Ú\Ð%l™\â‚W»@>Xõm\î4\\ G©#','',0,'?'),(_binary '\ïã¯©\è	\'¯\æ¶Þ¨‹÷V','wp-includes/images/smilies/icon_biggrin.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_biggrin.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üK²ñJr§½:¿]kI\Ø|',_binary ':š²«\ÖÙ”\ë\Æ\ÅMœ›\Ó\ÛX%	\Ì<8½g4Ÿ','',0,'?'),(_binary '\ï\ï6X‡Ôª4ñ\ã[_‡=t','wp-content/plugins/wordfence/lib/wfScanEngine.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanEngine.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úø%‡	\æ²#ñ\â´w\Ú\nQ',_binary '–…‡\ÔÀ\\aŸ€_\ï9-\nHf \ë[qnÉ”¡(ðý‚¿','',0,'?'),(_binary '\ïñ\Ý\Â\ìW~‡øù»þ˜ÿ\å','wp-content/plugins/wordfence/js/wfdropdown.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfdropdown.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\Ï\Â_Y\Z™TvFu\Zþ',_binary '–\×A\Ò\ß\ëÄºKbaº’4÷\î-\ãt¦$W\è\ËTrPd','',0,'?'),(_binary '\ïó­\ÈZñ\×\ÄE¿\ÛñK-','wp-content/plugins/wpforms-lite/src/Emails/InfoBlocks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/InfoBlocks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿‡ó¬|¶$w	t\"\ç',_binary '{’³‰\Ípe+fEðWù?˜@r«\ãÎ|§•†:','',0,'?'),(_binary '\ïô±¨cµ\ÐG¼¶¸(`E»•','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä¼\r¶®\0lp_Ñ€>\â#',_binary '¦­¦»T,¦\Ú}1wa\ïY\ïø\à²\ß4BI]wAXÛµŒ\Ú','',0,'?'),(_binary '\ïÿ€\É9‡\ÊrÀMÔ§\Ä\è','wp-includes/js/customize-preview-widgets.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-preview-widgets.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜b\É^Zµi\"\'žX\ê}Škf',_binary '˜ƒ³¦‰ð\äo…\ÏC\çƒ†øMÇ†ù=¡M¥0Ê«','',0,'?'),(_binary 'ð;M\Ëg\Ü8~þóÿ\å\ì','wp-content/plugins/wpforms-lite/includes/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0<”À€}ð^7P¿¨Ü‹H',_binary '!/\åó\åm~\Ñ\áÁüi80¨Á\Ü<1‚­V	ù÷°\ëõ¤1\n{','',0,'?'),(_binary 'ð(S\ìY‹+\åú+Nú','wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Fµ+¯v\Ë&${ñ#Ä¡\ï±',_binary '^\ÛHÚ¿o‚ð\èù…»R\Ú\ÔD5\Ðg‘\æA\ÃFQ¸\ëGŠB','',0,'?'),(_binary 'ðót1Q¤j%ÜµI','wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\Z‚‘\Ä>\ç»{V\áUa§',_binary '\Ë<-±AŸ{·:\Ú6c$9\æˆ-„8&aF‹-\ÖkGe›,«','',0,'?'),(_binary 'ð{Œ\ÆAôA’T\\\í\Ç]','wp-content/plugins/wordpress-seo/images/support/help_center.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/support/help_center.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ëœ†6ºJš.›T\È<…',_binary ';\Ì@ñÿ\Ë;ª72_­8R»N~*}aˆ&l’ƒ+\Þ','',0,'?'),(_binary 'ðVX¾UÿÓŸˆ\ès=ý','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-currencyswitcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-currencyswitcher.php',0,_binary 'z‹Ýx)žd\Ô\\{\'\ÏÞš',_binary 'z‹Ýx)žd\Ô\\{\'\ÏÞš',_binary '\ÂÒŒ\Ëa\Ø+Ÿ=•n¯ª+¿	eÇ«Ë²\Û\r\Ä\\ðÅœ','',0,'?'),(_binary 'ð\nHv\èc/¹¹ ³xÝ„\à\Ö','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ne.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ne.js',0,_binary '\ÉÁ+{Œf\ë0[L\êyh÷\â\Ñ',_binary '\ÉÁ+{Œf\ë0[L\êyh÷\â\Ñ',_binary '\Âl\ß¡\ïE‹‡ò½S!Â¾÷Á¢\Òö\Ï\×;ñð\Ô\É8›\èº','',0,'?'),(_binary 'ð ÀÞ<:9\Î|\Â\Î6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²&Nu)©wgÆ¡g^&\Ã\Ì',_binary '5!\Ú\ìªì…”N{Gc¨\Ûûºy\Þ]òü>\\;B!\Ù','',0,'?'),(_binary 'ðŽK(À«v§`P\\÷4M\É','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Webproperties.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Webproperties.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í*\é¡¢\"5¹\â\Ì4¯',_binary ':\r ‚ˆZ¤ò]=kA\é’w›†OsùÔ‚õ\Úu\×M','',0,'?'),(_binary 'ð¸\Ê6)Jo*Š§Nn+','wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'æ´©\Ä`ˆ‰\"@\ã\Ò)õ\í',_binary '[(ûQû@ÌŠ\Û#2“\nHþe©\îEc›{×¨xH8\í‹:','',0,'?'),(_binary 'ð$ŸÄ«¥Iˆ^ý“3·”\Ñ','wp-admin/menu-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/menu-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A™Î· \àòôf:ôÒ±ÿ û',_binary '\ßø0­ \Ú\Í1\Õl\à|be\ËF¼®\Ø\Ý+e7¾t*\ê²‚','',0,'?'),(_binary 'ð%-‡®P§\äögüss•%G','wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-200.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-200.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´\Î\Ô`ñ\Ð\ÆüU?«r9qw¹',_binary 'Ý±\ï\"{\0¾Ó–Q6¶\"dû|\Zðqwvù‰›>','',0,'?'),(_binary 'ð.ú—ðHd>TU™M\á\é\Ó','wp-content/plugins/google-site-kit/includes/Core/Admin/Authorize_Application.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Authorize_Application.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô}\ÄÌ¯¨OF\ZlWið\Ý',_binary ',cv`ø_Vw\ÆDŽK¸tL©\n\ÏMP‚ò/\ï\ã\â%>Ra','',0,'?'),(_binary 'ð1\ÌŠpH}Ejirº\Ã','wp-content/plugins/wordpress-seo/js/dist/workouts.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/workouts.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ\\™\áNo\á:\ßS‹¡‚&f:',_binary '6@»þ˜*\Ü9@H˜{¦À5M¾4(½/Kdô\í\î¤\ÔG\Ëd','',0,'?'),(_binary 'ð3þlr\ÙPû\è_µB','wp-includes/css/dist/block-library/classic.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/classic.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ý®uº\ØxŒ\Ã2\Ä\ê˜V8C',_binary '69­\á\éò\ØS\î$µ\ÌB#\çn.0\É%8\ÕlF*$\"\Ã','',0,'?'),(_binary 'ð6fÝžA\Ê5O\à™\êÄ¬','wp-content/plugins/elementor/assets/images/no-search-results.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/no-search-results.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åœWF¨¯\å<+\Â\âe©',_binary '[”\è~\È;Lúl®„¡ a‡†:9*\Æ#ÿ\Í\æ‘\ß\ãüª','',0,'?'),(_binary 'ð9w·“2~s²5ûE;Ÿ?','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u¦½±R \É&^\ä\êùe\×h\"',_binary '‡¿³}­|h›E§sNÛ´†k¶1›\ÊÕ´tm\ìwSû','',0,'?'),(_binary 'ð=ªZž†ªzq\Î\êó2(','wp-includes/html-api/class-wp-html-active-formatting-elements.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-active-formatting-elements.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­j}Fö¥xšË‡Y¥Q\ã',_binary 'K\"ña|›­*p€mòùž¹A£¤“\ë—\0°X\à','',0,'?'),(_binary 'ð?\Ï\éU\Å+\ç­\ê\'>œ\ìÀ','wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/redux-gallery.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/redux-gallery.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù÷R¼ÿ¯\îs\rsa?h',_binary 'gºD«´EC™»UaoÿO•a«Eb(|¦²™ø','',0,'?'),(_binary 'ðF\ÓüNlðÞ¶D*6‚\Ù1','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-execute.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-execute.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'à£ `U³öúlÚ¨ÿ§Û€',_binary 'Hb¯øø\Ç1\ÉGr\ÍRÚ|›\"¶‹\×Ô»y3¨D“‡\Î\Ò\í\r','',0,'?'),(_binary 'ðI/\Z³N\ç2\é÷ö\á\Éñp','wp-includes/sodium_compat/src/Core32/Ed25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Ed25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä*®ÿþ²¦\ë\Îeÿ\ì®\Å/',_binary '1¯\Èh¹e\ä¢+\ï\É:²z\ìa‹ð\é÷ƒÍ£4@\í','',0,'?'),(_binary 'ðKF$™2’\èqHb<*>,','wp-content/plugins/wordfence/modules/login-security/classes/utility/url.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/url.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\\Fô‹MP	•\ì^\ì™',_binary 'Ð°STh•õ¯D¼\â>wðD\Ä\n})‚;TQ1­¥&\É','',0,'?'),(_binary 'ðK‘ý\Ï}%XC™°vúx','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7‹ƒ¨\\û°ñ\Zµ°\ßEn',_binary '{GSÁ\Ý0‡«\Öù\î…\Ã)\Ëñö.~ƒ©#m¼}\Î:2\È\Å','',0,'?'),(_binary 'ðS§\Þ9Qe\Ò\ÆI¼3\Ê','wp-includes/blocks/details/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©³›\ïb2\Úõ|^®\ä°v',_binary 'W)tœV3õ>M¥*\ÅÛ\Û\ÕTCj\ÕOc$\ãËˆ8ß²‚','',0,'?'),(_binary 'ðW\×ñÿ£Ú‰#\ÇXS{','wp-content/plugins/redux-framework/ReduxCore/inc/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/inc/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'ð[\Õœþuò\â\Èp\'ôžp','wp-content/themes/houzez/template-parts/header/partials/favicon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/favicon.php',0,_binary 'þ?û$\Ò\Ñ~›m™«›Àz',_binary 'þ?û$\Ò\Ñ~›m™«›Àz',_binary 'Ž¡õü´Fgw5x»™\ëoM›\ÖöK\0·–þ','',0,'?'),(_binary 'ð\\aT\Ô\ÄkA­~_w&Z\Â','wp-content/themes/houzez/template-parts/dashboard/submit/partials/author-mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/partials/author-mobile.php',0,_binary 'ª—Ÿû\áú½\áº\á£-i',_binary 'ª—Ÿû\áú½\áº\á£-i',_binary 'œ»,xò\np?\å —\Ä\Z\\\ï7B½ ÚŠ«c(\Õ\ÔF® Z\Ü','',0,'?'),(_binary 'ð\\\Øñ5Ó™9µEGQ7•\Ë','wp-content/themes/houzez/img/houzez-icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/houzez-icon.svg',0,_binary '\ÞL9Ê¨^O.\ï\"ºžÖ¿G',_binary '\ÞL9Ê¨^O.\ï\"ºžÖ¿G',_binary 'K\Õ\n)Tùµ\Í\í\\nñ)·».g”X»@žØ‹ù	‘','',0,'?'),(_binary 'ðc7û\'4¥5•q\ï\0À4p','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ €ŽØª!v]Æ¥q\ÉO\Õ^',_binary '\Ôv\Í¹\Ý\'¶œz7¯«ôö[‰™¢u\ÙÖ€\â”B8','',0,'?'),(_binary 'ðk’\ç\ØûG\æ\0ûôo','wp-includes/block-bindings/pattern-overrides.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-bindings/pattern-overrides.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ëh½ ;	À3X\0\Ù',_binary '\Øqÿy…91©\É\ÚU\Æg\Ù£¢©H}{®\Õ²\ÏCe','',0,'?'),(_binary 'ðs¼%\Å\à¼LB4bžŒc¿','wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a\ÇWEº{C>¬€\Z\âN\è',_binary '–“Ö…S’\äÚ˜õ G#D\'\åð<lœ…Q?­§Nh,G','',0,'?'),(_binary 'ð}ÁBó\ã2=&À·o\Î','wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator/UncannyAutomator.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator/UncannyAutomator.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<ùWÕ»¿I’À?-¦',_binary '\Ïô”»¤\Ã\ê\Ì\ZYª0ØŒùl•}\Ë1·¼°\ÉV©\ê#','',0,'?'),(_binary 'ð}ÙªL1Às_=Ì”\×\æ~','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|’\Ë\Ã>VØ°\Ì\ã\×\ê²(',_binary '\×Bö¶\Øz\â#\Îl©\ÉöynRD’•\Þ/PL?†÷I','',0,'?'),(_binary 'ð~$:\ÎX£\ÏV‰i\ÊÌ‘','wp-content/themes/houzez/woocommerce/loop/orderby.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/orderby.php',0,_binary '”QþMm5\Ò5\ÍÚ©ß½eú!',_binary '”QþMm5\Ò5\ÍÚ©ß½eú!',_binary 'Mh¤È ‰\Ò7\\RùSÈ†`ö¹\ÐxË‰	t\Ø\0\ÅQ','',0,'?'),(_binary 'ð‘\Éóò€\é3ÿŒ:À´^c','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dPüX\Â¥\Å\×ûn…\ç$\Æ',_binary 'dMõø\àksqœ\Ö4¿þ\Ê\Í\çRý^2ø~B\"K’','',0,'?'),(_binary 'ð•‰Ž—£ óV\Øý6û¢>','wp-content/themes/yith-wonder/patterns/testimonial-with-image-3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/testimonial-with-image-3.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò²Ž•+]…ðq÷Óµ4r\r',_binary 'z.\èÎh@€\í?$Mfða\Z«©QZ¾.Á\Âx I\ÞE','',0,'?'),(_binary 'ð‰Xƒ,¼I}›8’Šs\î','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/class-redux-extension-taxonomy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/class-redux-extension-taxonomy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò(A¾,A\àk\ã\Î\Ûh\×',_binary '1;HIZ¶Œ¦Z\Çý±eu\ßòy… ¨i£õ9/ü\Ê\Òr!m','',0,'?'),(_binary 'ð¬\ç€HNu÷\Ë?:\á\Òi','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/SyncStatus.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/SyncStatus.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Òó¼P<HPr-?C',_binary 'Ã¶2=û£¾¿*Xœ\Å\ïšVQ÷\ïß€\nõ¬.ˆš ƒ\æ','',0,'?'),(_binary 'ð­\á—9\éBÏ ÷3…ú','wp-content/plugins/wordfence/images/icons/check-care.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/check-care.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'š@“\Ûn?du\äÇ¡os°?',_binary 'J\ï\å\çõX\Ý;¡W\í`i¹\"¶™[*ø\âõ&`K°>r4\Ð	','',0,'?'),(_binary 'ð®¢EÚ’¨-\Ófh','wp-content/themes/houzez/framework/widgets/about.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/about.php',0,_binary '«\Õ4w\îw¨¶\Ïv3y={',_binary '«\Õ4w\îw¨¶\Ïv3y={',_binary 'ƒ\âK2™sý\ÜÀ\Ã\å­»5iñ\ß+ø\Zf\îö3¢t¶','',0,'?'),(_binary 'ð®™\ëRYò‡\Z2ªý\Èþˆ','wp-content/themes/houzez/framework/stripe-php/lib/Service/Identity/VerificationReportService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Identity/VerificationReportService.php',0,_binary '\î\"œó\çº0,šEN\î°\ê',_binary '\î\"œó\çº0,šEN\î°\ê',_binary 'ùXH¤¤9¹4a:h›þ}\ÝZ¶œ\Ðg)Q_\Ü;ýQ','',0,'?'),(_binary 'ð±\èþ‚E®a\ì]mhA','wp-content/themes/sinatra/inc/compatibility/woocommerce/class-sinatra-customizer-woocommerce.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/woocommerce/class-sinatra-customizer-woocommerce.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ºH“ow\ÚXœú©¦Å¬-',_binary '\"ÁÚ¦\",ø©=‡‡\åˆ>p\'ˆ8(ûŠ\n\íH9¿zZ','',0,'?'),(_binary 'ðµQo«\Ü\rÿú \Û=A\ç\Í','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '/¨?0ô¼h}ð•Œ\Ù.¦–d',_binary '·\Ä\í&‡x{t±\Ù/|\Ó\ÐÀ\î“l_U\èyý\É%','',0,'?'),(_binary 'ð¹\ì/QY‹Aò!Í½\Ú','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/class-redux-box-shadow.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/class-redux-box-shadow.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é²*”¦«\à½om¤',_binary '\çw¶G)\Û€bMi4LA5\Ê\Â0¹‹m\×DXFÔ’\Ú\Ã','',0,'?'),(_binary 'ð»lL:Pç©±X$\Ìô\"Q','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/taxonomy.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/taxonomy.js',0,_binary 'ÀŒ=.E\èšÌŒRq™‚',_binary 'ÀŒ=.E\èšÌŒRq™‚',_binary ';Ìš\nv\ë¤8V@2\à‚e\Ù.õ”\É\è¤.\Þx ú\ì¦ð','',0,'?'),(_binary 'ðÁI4Mü­\ÈNó÷%3\íl','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/AudienceListMetadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/AudienceListMetadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤«“\Ñú8²\î5M<=>÷o',_binary '\ÂJDY§º÷T\êx\î‹#\ï‘\'-\Zœ¹Cˆ\èY©dÔ‹\Å','',0,'?'),(_binary 'ð\Éy\Ìþu\ènµ\Ûc[Ù§','wp-includes/sitemaps.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç`S ¥³˜òE¾X»^YA´',_binary '\Å%\Öø\àªS\äiù¬úx3’k®™½O\Ûñnz]ö¿¤','',0,'?'),(_binary 'ð\Í\03mMK\ìÒMY\â','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-admin-page-loader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-admin-page-loader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'B=«\ØM>w\n]%êœþ',_binary '-\ÅÍ…ß¿\Z\æ¨\àQ\Zó­”¯vo!È¯\Ê\íl\\eU²','',0,'?'),(_binary 'ð\Í\ÃCûpE÷Õ›ž|M´0','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/image-advanced.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/image-advanced.php',0,_binary '\Û\Æ\Ô\Æøƒ\r^D©v\énš',_binary '\Û\Æ\Ô\Æøƒ\r^D©v\énš',_binary 'ûxº‰\'mÍŠª\'3\Ñþ¤f­M½Š@Û¤‡‹œ„nµ\á\èH','',0,'?'),(_binary 'ð\ÍŠF¼×»#g\Æ1~>E¯','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Items.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Items.php',0,_binary '©¯\ÛZ¶jhw£²µ1Š¿',_binary '©¯\ÛZ¶jhw£²µ1Š¿',_binary '–ô&sUÄ—\Ø\Âtt\Ç\àe-ÿoþ‘\r“Ö¸ˆW\â‰\Þ<ø','',0,'?'),(_binary 'ð\Ï;¸ýx‡\á¢N<±EHQ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file03.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file03.svg',0,_binary '_\'°¶3¯\ï<\à5[\ßå’Ÿ',_binary '_\'°¶3¯\ï<\à5[\ßå’Ÿ',_binary 'ô\Æ\Ú\æ\á<\àÞ¥Ú²5\âWA÷e±!\éø¿\ï8\Ò,','',0,'?'),(_binary 'ðÐ·&§LÛ½Â¨\ãVNŠ','wp-includes/css/buttons.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/buttons.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\1AõôK\Ôt¡N[u\à•',_binary 'ö–\ÈS„Y^•ÄœôòMÕ¬6Ä žü¶1M\åõg\í','',0,'?'),(_binary 'ðÔªõ±+QxUò\Õ\ÍØšŠ','wp-content/plugins/houzez-theme-functionality/classes/class-taxonomies.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-taxonomies.php',0,_binary '®°\n¤\Ãex\ÆJÇ‘@\È]',_binary '®°\n¤\Ãex\ÆJÇ‘@\È]',_binary '\É-\ê	;€ˆk\0]\åz\Õ8Ûˆ\Ã!’l)r\ëJ\Óy£\')','',0,'?'),(_binary 'ð\×À\ÛQIü”\à\ßO¼Á','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/NumericValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/NumericValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Û17a›tjMN„2£ÿ4\îH',_binary '–Zxt\ãzd€¡‡û?\Î:\Òzý¯\Ïl$¨ø,\ây','',0,'?'),(_binary 'ð\×\Ûpv\'g\ê@Ê˜õSž{','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/bootstrap.php',0,_binary '%\é\í5/û‹‹\Õð\Þ&\r',_binary '%\é\í5/û‹‹\Õð\Þ&\r',_binary 'ƒ\Ô9uË¤í«¸½\Ï.\ãC\Ó^QNT`@€q´º‡ôq\á','',0,'?'),(_binary 'ð\ÛH\Þ\Í\Æ[ì„Š:«%\Òu','wp-content/plugins/houzez-studio/admin/js/i18n/et.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/et.js',0,_binary '­?§\àžca¨N„>ú*Á¤',_binary '­?§\àžca¨N„>ú*Á¤',_binary '\ï\Z??ñ‰w\nœÒ¦Ê—û]G#\ê,\Ë@»\Ü;k¦]„','',0,'?'),(_binary 'ð\Þ\Çò§\Õ\0\ÓÀ¢ý','wp-content/plugins/revslider/public/assets/svg/action/ic_payment_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_payment_24px.svg',0,_binary 'z•G}…},-3\åX',_binary 'z•G}…},-3\åX',_binary 'ú]|»¡³cÆˆ\n\\®Þ‡pÓ§¹•!Î¾€À\Z','',0,'?'),(_binary 'ð\â\Ü)¾\\´¬¡EA&ô°b','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷‚Y\ê\0lñeÔ„Š1,‚}\r',_binary 'dI\Ò\æ\ÞÁ± Þ—5”Kª•)\Ðñ\â7?ùOJ\"jU‹<K','',0,'?'),(_binary 'ð\èûÑ‡ÿ\â/\å\n¶K˜','wp-content/plugins/houzez-theme-functionality/elementor/tags/test.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/tags/test.php',0,_binary 'fz,xk\à?Ê€øŽ¾\Âñ',_binary 'fz,xk\à?Ê€øŽ¾\Âñ',_binary '^K{\éYxºU7—|‘g[§-hðöA¿¶†È´ºúú“\ç','',0,'?'),(_binary 'ð\é2´s6c\'ø9‡†A…ºõ','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Context/Context.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Context/Context.php',0,_binary '\Ø	E9¥\×\ã°off3-?»',_binary '\Ø	E9¥\×\ã°off3-?»',_binary 'f\ÝDñ¸Á|1Z\É\äC{GÛº\Ýw›\ãV?n‹…\Ïý','',0,'?'),(_binary 'ð\éKk¨¾Bh›ÿ¼üWÀ=¬','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CoreServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CoreServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\Ä*y­I³I÷\á\ã\ã|',_binary 'Œ]Lf\æ\Ç\ÂØ½”Fq*`‰W×Œ¬øcÙ‰¥Ó®.','',0,'?'),(_binary 'ð\ê;\Ìbø(˜.ª\çÁ(S‘','wp-content/themes/twentytwentytwo/templates/single-no-separators.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/single-no-separators.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4!etšé¶›b\Õö,',_binary '#\ÔW¶\ÈV\ÙCPdv’ü»\ÏJ\nø³B–o4˜\Þ,Q;','',0,'?'),(_binary 'ðò_ÀKp\ÃK\Øm\àC','wp-content/plugins/redux-framework/redux-core/inc/validation/no_html/class-redux-validation-no-html.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/no_html/class-redux-validation-no-html.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*F¶\È,v\ÈP\Ð\ìàª±',_binary 'o1\ËS\ë÷\É\æy÷9\ÚÀ ¸ž\åÇ¶\'’\ÒGÁ6°','',0,'?'),(_binary 'ðô\ç<z¸\ZUK§{‚÷ø','wp-content/plugins/revslider/public/assets/svg/av/ic_playlist_play_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_playlist_play_24px.svg',0,_binary '\æ\ã¶%\ïhÓ×¿r\ìº4£',_binary '\æ\ã¶%\ïhÓ×¿r\ìº4£',_binary 'w8Qœ¥ø£óO«Ú‚¸]:KB‚H˜¶JÀ™s','',0,'?'),(_binary 'ðö\0¾È¨«„b±¸;M\É','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-100italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-100italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬\Ô8\Òû¹¡\Çù\ÐVt%',_binary '³\"›g»\Õl1\×’\î!j¤¨Jr3\áÌ«‚¾-£','',0,'?'),(_binary 'ðö´øü•ø6$[£ª®OÀ','wp-admin/css/customize-widgets.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-widgets.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x\âh¶\ï\édM\ç*’E\ã‰y',_binary '\äZ\ëš0Ú€”#]\ß*\Ï\ÐœÔ¯\r\â=\Ò\Ñ}ªi-','',0,'?'),(_binary 'ðøUK\ÜK±f¹ùrA','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Container.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Container.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'øƒ\Ú\è«]µ—S\Ó9-',_binary '\ØC\æaA\0-Žoe\ìD ‘\Öy![±­¢sx\ß\ÚJfµ—\Ï','',0,'?'),(_binary 'ðü±ø‚\ÂþA}\0\î','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'ðþ°8‚¬Š1\æTÈ„³\Ç{<','wp-content/plugins/elementor/assets/shapes/curve.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/curve.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G$\"\àYkgÁ(.\Åþ_vn',_binary '¥žË¶Œ¤ºD²\ê½=²€¡«½E™‘£‘\Æ,×›”','',0,'?'),(_binary 'ñø\å“rp.u…3zx€','wp-admin/includes/class-ftp.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-ftp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ã·aLž£p¡4\Ç~¡–ÉŠü',_binary '“_ž¡a©BQeD…š„üšSa‹=‰	ewV­+\Ý@','',0,'?'),(_binary 'ñT™\ÞûÃ¨c\\Å¾xE\Z','wp-includes/blocks/search/view.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/view.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z•Td\Ó\ç„•“\Ô\í\ä',_binary 'º¡ù6›p¨d”\É\Üb<\Ä.Q1qør‡®\ì`\ÚM¾ƒ*','',0,'?'),(_binary 'ñ	~\×#Ú²\"\"\ÙQ6²Wõ','wp-content/plugins/wpforms-lite/assets/js/admin/builder/search-fields.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/search-fields.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nM¶\Ý\æp\'o…Œe',_binary 'wÌŠª\Î\Ñ\ë\Ù\È)iYIýñw<ôw“‰-ž2,¨‡õ','',0,'?'),(_binary 'ñ\Ò3Pdo\Ó,\Ãt¼\ê\Å','wp-includes/blocks/comments-pagination-numbers.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-numbers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\ÙQU{\ä\×Y\ì—6\Û\r#±',_binary 'É‚úa\Ñk:o¦\Ü3Í°Q)ÿÎ§\Ý\á³\n>õ³•}','',0,'?'),(_binary 'ñÿÁ?\æþ\ß\ÙaB°/†±','wp-content/plugins/revslider/admin/views/modals-copyright.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/modals-copyright.php',0,_binary 'ü€€µ…¤Z˜µF†\"C¤\Ì',_binary 'ü€€µ…¤Z˜µF†\"C¤\Ì',_binary '•º\Ò`Î•Æ¸A\ÆlÕ=Â§ô6Á­„vyI!\ÐH\"÷','',0,'?'),(_binary 'ña\âÙž…\ÈU\ç@{Äˆ','wp-content/plugins/houzez-login-register/social/google/contrib/Google_PagespeedonlineService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_PagespeedonlineService.php',0,_binary '·>ûh‰ñÄ®°Xø\Ï\Ä:',_binary '·>ûh‰ñÄ®°Xø\Ï\Ä:',_binary 'šºgC\ÝI\ìÇ¶·?A\Üe0b\åoÞ—·Ÿ<x©\È\çs','',0,'?'),(_binary 'ñÿ¥Z„Rõ\ì\Â`\í1	²','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/media.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/media.js',0,_binary 'j\î³\Z\Ó p5@o‚Z˜z',_binary 'j\î³\Z\Ó p5@o‚Z˜z',_binary 'y\éñ&\à«z¼gcý1K~_ 0|\Ô\Ý\Í-­U=\ÄA','',0,'?'),(_binary 'ñË‹\Èb9ck6;A7€','wp-content/themes/houzez/template-parts/listing/partials/area-size-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/area-size-v2.php',0,_binary '\Ð\ÝB÷b}OVu¥q}1i´',_binary '\Ð\ÝB÷b}OVu¥q}1i´',_binary 'p[?k€\Øwý\Ä\Ï\\/©¼\ÃÈªMQ\Ãt|\é','',0,'?'),(_binary 'ñ\Ù\àµ\Ó$¹t`Þœ8Z¾‚','wp-content/themes/houzez/template-parts/realtors/agency/list.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/list.php',0,_binary '\\\ì”ôýkà¨¿dö\í›\ÄT',_binary '\\\ì”ôýkà¨¿dö\í›\ÄT',_binary 'Fo°‡²xG‘\Ók’Z1¥6ið\0,\ÂÅ±4‡	þÇ¶4','',0,'?'),(_binary 'ñ#\ìÏ³\â\æ‰\Õ5A\Ég\Òo','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/trait-wpcode-revisions-display.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/trait-wpcode-revisions-display.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'q®˜\',‘5Ï\Ûqƒ\ì\Åt',_binary '\Ö\Ë`N\Ö\ë1\ìú\"Pš\n¾Zñ\Ü@o†	1–\à;5\Þ','',0,'?'),(_binary 'ñ%LÀ1Ä\ä ûJ\Ò\ÒÙž·','wp-content/themes/twentytwentytwo/inc/block-patterns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/block-patterns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`\á]«-\Þo€Äð\ç\×û\Ó',_binary '\\Øµtþ§\Zßƒ\ähs¬Žõ4\Ï&[¬¬p¿\É\ÆøTgP`º','',0,'?'),(_binary 'ñ&[¦Á>jþ\Ò\Ü/\Ö\â¶GU','wp-includes/js/dist/token-list.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/token-list.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\ØzÖcªWAd”‹(ý',_binary '¼u60^\ëà£ !-ö¨(ö‹\Êu¤™!\ä\Ðr~³¯­Iù','',0,'?'),(_binary 'ñ)®z¬š1$˜\" E','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_component_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_component_24px.svg',0,_binary '‡q\Å`¹ÿy_-Kc\Ì\\·',_binary '‡q\Å`¹ÿy_-Kc\Ì\\·',_binary 'vA-¥iS½fó\ÛE\×$Yf³\æµ{¨Ÿ·‚¤2\í\î®','',0,'?'),(_binary 'ñ)\àÞ‘J\áU¢›,Ji\Û\ï','wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_24px.svg',0,_binary '\î\ç(JØ·\Ê7\Épˆù_',_binary '\î\ç(JØ·\Ê7\Épˆù_',_binary 't\ÕT•ÉƒKUM£þZ€ýCnH¿™nhñgX\Ý\î\ç','',0,'?'),(_binary 'ñ*\ïA²Æ•«¢oþ\Ø1ù','wp-content/plugins/revslider/public/assets/svg/content/ic_forward_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_forward_24px.svg',0,_binary '\"´f[£‘EPX\0õ#ö',_binary '\"´f[£‘EPX\0õ#ö',_binary 'ü(hÑ€‚\ÐZNk™‡\ZÁ\ä\â\ß[A!~\Ä*®c)\0¿','',0,'?'),(_binary 'ñ*º_2AWb¶¸¶Oüx]\à','wp-content/plugins/wp-rocket/inc/admin/admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/admin/admin.php',0,_binary '¢º“KQ#¢c\á´!Tÿþ',_binary '¢º“KQ#¢c\á´!Tÿþ',_binary 'ÿB„\Éa\Ä-s?.™5\í’&qÆ”\ÆB\èpó\ß\\·=Ë±','',0,'?'),(_binary 'ñ*\Öñ0¿\ç\Ñ!¸\Æ%£ü','wp-content/plugins/google-site-kit/includes/Core/Util/Health_Checks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Health_Checks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X›re\ÝS_†¤|ý\Ö\ä\Üb‹',_binary '³zn@\rš{&\Ó\Ô|\æ\ÕP‚¹§»×ºô\Ìzö³\Î','',0,'?'),(_binary 'ñ,1xˆ@e\à<)ù','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\r\'8üïºœj\ç\Ê %',_binary '‹U õ†\Z±ƒ£a;qº­š _›²t„¦Á\Þ3J\nŸ','',0,'?'),(_binary 'ñ-\í‘¹„Yü@˜·9V7','wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_wide_angle_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_wide_angle_24px.svg',0,_binary '¨d\Zë¢¥z\Î\ëº\"ó»\ã\ãD',_binary '¨d\Zë¢¥z\Î\ëº\"ó»\ã\ãD',_binary '<~†8\ç\Þn Ü€ùñ š\Üù®\Þ\0•\Ñ>Ë¤o\ê[s','',0,'?'),(_binary 'ñ/_\å;>\à\0„\ÔE\ãû‰','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger/AbstractLogger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger/AbstractLogger.php',0,_binary '¨£ª-.V,…Ÿ†ce_\ÚEò',_binary '¨£ª-.V,…Ÿ†ce_\ÚEò',_binary '\0y\Õ»\ÐHWš!ðÖ‡&w\ïœ#Ý–Pm)¤~\Ã','',0,'?'),(_binary 'ñ7I__²\Í\Ë\ÌvD!’«†','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨S¹!\Ç\ì\î=œ[\ÖuRJZ\Ý',_binary '©ÿ\ÊøF<¥R´÷ôòu\ë÷g%gýöR—\r]Ü¨@ù','',0,'?'),(_binary 'ñ7m½\Ü\×m›a¤h²\"|\Ô','wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_erase_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_erase_24px.svg',0,_binary '\ïuF¡›\Ô\0YQWŒ\Õt',_binary '\ïuF¡›\Ô\0YQWŒ\Õt',_binary '\Ì9ðØ¢(c…RØ¸œœ¥™ÿÿ·<`~Vú\Úe—\èw¥','',0,'?'),(_binary 'ñ7sþ\\]\Ô}ˆAAùwe1·','wp-admin/tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/tools.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çª\ÌIq\ç\âºG\èÈ§¦n¶',_binary 'ªßª•Ö€›¤¯ˆ¡\ã¥T\Ê&¨Ÿn\Ùý\Ò«DÕ‰‡','',0,'?'),(_binary 'ñE¶ô=\"\ì<ÿÍ¼œµ•','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/static/js/coming-soon.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/static/js/coming-soon.js',0,_binary 'ÁU7BQ^¦\ÝÌ—Í™Ó¼',_binary 'ÁU7BQ^¦\ÝÌ—Í™Ó¼',_binary 'ü¤ý? ^\Ù<ÿ—¸q½9ð•\Ü\æ3±\ÝU-º–','',0,'?'),(_binary 'ñI\ÊŠRy¾d¯¨\\´\ÓK','wp-content/themes/twentytwentytwo/styles/swiss.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/styles/swiss.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm¨ƒL¹\Ö=$)\ÞÁAŠxE',_binary '\0cp\ã­R/¼‹:Ÿ`\\-j\Ê_pg_«\Ì|;·{/þ2','',0,'?'),(_binary 'ñNbÄ“…p	\n\Òð#?E','wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Âpñj¾IBOõ†»§TÔ ',_binary 'lŸ“\Æl‰†1Xsœˆ)3²r$v\Æi¤9+*…$','',0,'?'),(_binary 'ñS3ñ\Ð\îü¼\Ô5\ÈZ}µœ[','wp-content/plugins/revslider/public/js/migration.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/migration.js',0,_binary '{‚&(\Å\ì\Ýqüôx¡„',_binary '{‚&(\Å\ì\Ýqüôx¡„',_binary 'øp#„|=Ú¡+\ÆV6E\Ê\ÆpBDñXCy%S>¤','',0,'?'),(_binary 'ñZŸ³9°1­f\"–ó','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/JobSetFail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/JobSetFail.php',0,_binary 'ªA\'ðyHKUòXh0u',_binary 'ªA\'ðyHKUòXh0u',_binary '(ù\è’ùÜ‰\Zo=R!…NIgðô4«‚ö\ÙFP™ˆñx','',0,'?'),(_binary 'ñZ/¥¼û{Lt\åÕ®F$€','wp-admin/js/svg-painter.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/svg-painter.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú\Ì \àV,\È~\Í\ËH\ï]‘d',_binary '\â\"s¯€W\Ë\á\å`qa\Ý8\É4\ÙPÙ¢Vùuí˜§ÀM:º','',0,'?'),(_binary 'ñ^v[\Ôc·^8´™º±Ã¤w','wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø1¿\ÜS,•P’˜\èG‡VwP',_binary 'È»\Ê\ÖÀ\"vwCM£\'D\Õý*E\Ô\Ç\ÔL|ø¹- T','',0,'?'),(_binary 'ñ^©\ì—\ß+û®b\Ì#.€','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/media-modal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/media-modal.php',0,_binary 'cÂ‰¯\'\Ë\ÒFr@@Nù\ä',_binary 'cÂ‰¯\'\Ë\ÒFr@@Nù\ä',_binary 'n\à\Û[´mT\ìÊ¹¶’™Ñ´>¶ú‘rG¨Ì˜6!À\"\Ù\Ô','',0,'?'),(_binary 'ñk&›]\Í\ÖI`Å‹û#Ft','wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3\Ã\á\Õú\ÅÎ„ø\çe+c',_binary ':>òŽ÷óÆ‘\Ì;…\Õô­\Ï ­R¢6(WrP‘³f','',0,'?'),(_binary 'ñnø\"\ÎiÕ‰oüŒc','wp-content/plugins/insert-headers-and-footers/admin/images/wpcode-logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/wpcode-logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€Z\áù•œüž81£GH\ç',_binary '\Î,û­\Ô!\ä2V÷l2ý\ßÿˆ\í+a\ë\0R¹','',0,'?'),(_binary 'ñnHÿ@·\ì!(\Î\íy5pž','wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \ïvû¿e÷7\\Ê›× =',_binary '!h¸eód£¹\ëeÖ‰SwØ±ýšŸ´¢~n\â\Ì\ÒI!x','',0,'?'),(_binary 'ñwó\Å†I}——‹\'‰','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-validate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-validate.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Eºq6µš²[wy6œEô¨',_binary '\'	,z~62û-ôœEX÷\Å\Ñ\á>«\Î~¤¾\î8ªc1','',0,'?'),(_binary 'ñxAœöX¡\ÇhµÍ—eJ­','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_size_select_small_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_size_select_small_24px.svg',0,_binary 'ÀÚ \Æ\"¤_¼úJ:u\rß¤',_binary 'ÀÚ \Æ\"¤_¼úJ:u\rß¤',_binary 'ûvA_£R\ê\Û\á\0\'®}›Kcõmv\Æ&.\ï\ÌóŒ$½œ','',0,'?'),(_binary 'ñ{/ûW\\\"b\rÿºUò\Å','wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/Subscriber.php',0,_binary '\Å0¾u=uò\Ù\Ë\Zñ¹o²À',_binary '\Å0¾u=uò\Ù\Ë\Zñ¹o²À',_binary 'H\Ò\â\Ë\Þ\àLÎµüQ«¤‘º\æ\âI\è\Ó»Fî½²tzt','',0,'?'),(_binary 'ñ|Àß—™\Êñ¼GE','wp-content/plugins/elementor/core/base/app.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/app.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ø€>´i¡\Û\ã\èa0[',_binary 'û‰\\\Ì1d\"\æž/¡5§‹\êòc1¡‹$Àº}\Ç÷0','',0,'?'),(_binary 'ñ~HN\ÖŽ6‡‰\È¿|','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[\êH\ØÞ¥\Ø\ä0\ÚŒi\Ë\Ó5',_binary '‚!WÒª”«N\0Ö«(\Æ\ãr\ê\ã\ì88A3F4˜\èÁ•\Î','',0,'?'),(_binary 'ñƒx79qJY?H¨#ýù£','wp-content/plugins/redux-framework/ReduxCore/core/panel.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/core/panel.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kŠ½C™)P»\Öu\ï\í7,',_binary '3¨2\Ídˆ\È\Ùv²4Ê´\01³8Š“¯}4¹c\n','',0,'?'),(_binary 'ñŠ¢vŒ:¹D¸Y\ìG','wp-includes/js/plupload/plupload.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/plupload.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰yöõ|(‰Hýe„\Î\ê',_binary '—ˆSV\í…yŽ\ÊbŒ‡ZŒ®\Ä\Ê\ëj¿z\áx—0L¤\É','',0,'?'),(_binary 'ñšjJ¯>Ÿ\r\è\Ìg´K†','wp-content/themes/houzez/template-parts/listing/partials/property-id-v2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/property-id-v2.php',0,_binary '¶\ÎF·[ÒQ5·ÝŠW›=&',_binary '¶\ÎF·[ÒQ5·ÝŠW›=&',_binary '±]ò)ÿÅ\Z‚\ì€6\ã`y†`I‰Ú¥ü±$,§\Ò\ä[	','',0,'?'),(_binary 'ñš\È\ÒC!’z\ÉTÜ±','wp-content/plugins/wpforms-lite/assets/js/admin/payments/single.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/payments/single.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X\á\r˜#\È(=$E¦\0',_binary 'tÞ¡ùz\Ó%\\µÁK)\ÜO¦Ø¤¾\à‹¼UX·«\ë:','',0,'?'),(_binary 'ñšÍ¨Þ¹À\Â0É§ä·‘\Ù','wp-includes/blocks/video/theme-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/theme-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	X6ŸTcW#\Í\'–L‹ñ',_binary 'D f¿¾7žºRƒ.À+\Ì\îþ;©`1ô-p:}yu6','',0,'?'),(_binary 'ñ›\ã\nÿŠ«\Æýô\n3~²','wp-content/plugins/redux-framework/redux-core/assets/js/redux.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>s.¬tý\'I«þP^Ô‘',_binary '†ýgqÈ“t³´\Â\ë\ÎÑº‹¡)\äEŽV;s\Ðö\Ò&’™ï¥—','',0,'?'),(_binary 'ñŸ½€[uN`?¬ñÖ»‡ªª','wp-content/plugins/elementor/includes/controls/media.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '78?¢I«F¤5MWYS°\0',_binary 't·³\éÀ\Ä*—’O¶Šœ.õS¨‚¾cs„\å64K\'“\ZP\à','',0,'?'),(_binary 'ñ¤.9¼=RÁX	\á5+(W','wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á|d0y–û†24Ÿ.–üc',_binary 'þvÁ\Ô`‘ªs%\ÄRóeP??dNúÁ9®#,’,T•','',0,'?'),(_binary 'ñ¥\ÓA\×3#\0f)\ì\Ë94','wp-content/themes/houzez/template-parts/banners/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/main.php',0,_binary 'xw\Í]u*\æ\ßï¦»$ ª',_binary 'xw\Í]u*\æ\ßï¦»$ ª',_binary 'p\ËM¾‘I[ —-\\\ÜR\ÂV·\0^9¿¬\æt\î	vzýf','',0,'?'),(_binary 'ñ§¶\\\ì\ç\ÆtÁ[\Òò8','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/select.php',0,_binary '¢\nô¥¶:±\Í\ê\ãùb÷I',_binary '¢\nô¥¶:±\Í\ê\ãùb÷I',_binary 'jœtw\ÈÁ\â\Å\ë«0H\ß\"m…RMq1c¢¸½e¨²ùð¼','',0,'?'),(_binary 'ñ°/¢÷\Ø~úV\Ó\î“+','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-notifications.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-notifications.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸»K–y}\í(’-\Ø?',_binary '¢ ¿)ñðŽ¯>\ÏÝ°\\P§Å‰£y\Ç.«\ÉÁ[Øžy','',0,'?'),(_binary 'ñ°®\ê!K\\ñ•q\àœA™','wp-content/plugins/redux-framework/redux-core/assets/img/raw/3cm.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/3cm.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3bÿ\ë\Èj\ç\â\ë“F­«',_binary '\è\Å\ÐPY\Ç.WÿmüƒWÞ˜“ ÿ\èy9{=\ÉWjô','',0,'?'),(_binary 'ñ±TY\ÛPpEñw†“','wp-includes/widgets/class-wp-widget-archives.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-archives.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+‡É¯\Ò@tÐ@øXñ&',_binary 'h÷ÄŠŒ\ÖZ±\Öx:µ‰\Ç\ßr8\Ë¾@Þ¾ûÍ“$£K\Æ','',0,'?'),(_binary 'ñ´ƒ›=w‹¯S\ç\à\Ê\Êò','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/HttpClientsFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/HttpClientsFactory.php',0,_binary '¥6Š$Jm#‹]>\Ï\Ì\ìi',_binary '¥6Š$Jm#‹]>\Ï\Ì\ìi',_binary 'ú·&	‡/»¬¬Ð˜œ\ã×™ûh÷ÈµÑƒÌŸò%ý4¦','',0,'?'),(_binary 'ñ¹\Ç\Ý}cµ{o\ÊÁY³o','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/hostgator_site_transfer_started.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/hostgator_site_transfer_started.html',0,_binary 'tJp\á‚\Ð/™X©*~\×@',_binary 'tJp\á‚\Ð/™X©*~\×@',_binary '€2w †kíš°žD´¥a«€\É\ç™;\îÀÃµ¤\ç§','',0,'?'),(_binary 'ñ»}±O;U\ë©i\Ä\ã<À‚','wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ç!\âZÏ“\Ú}\ÕiF  \å–o',_binary 'žóž\ì;^&`2Ž°‚:ó&(Æ½{Ê—¸Ly9\\d«','',0,'?'),(_binary 'ñ¼`2Q¶ê‚¢ô!)8ª³§','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Data/Brands.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Data/Brands.php',0,_binary '›i=LQB¤\"÷\"\Zi±%',_binary '›i=LQB¤\"÷\"\Zi±%',_binary '»Sª/œ-G±\Þi\ïl(D\ÜuM2\Ýý:÷\á\ÜbÚ”:','',0,'?'),(_binary 'ñ¾\\VX\Ò{\Øa‡×›]k\Óø','wp-content/themes/houzez/content-grid-3.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/content-grid-3.php',0,_binary '!uP\ÐpBTˆø`\â—\Æ0\rb',_binary '!uP\ÐpBTˆø`\â—\Æ0\rb',_binary 'µŽª\\óüø2–‚98b•´5¦_#Àu€2ò’3\àüþ','',0,'?'),(_binary 'ñÀŒ77ká‘¿Lñ½ÿ¹!\Æ','wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/REST_Consent_Mode_Controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/REST_Consent_Mode_Controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Îµ‘o¶\"‘\é[a%4',_binary ',‘,—a\Çþ›}\Ç®U\Èd\âÀ*ñ\r}\è\'ø\ÆÌªZ','',0,'?'),(_binary 'ñÁV\ëù\à|Ú‘\ä\âS##\Ò','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3ZxJ„O5¯w·˜›',_binary '|¼üY\"i\×G\ÐøGÃŒò7\ä:…lD›\Ï}e*‚Ÿx¯\â\Î+','',0,'?'),(_binary 'ñ\Æ4‘\ì\ï\Û$êŽª','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö&©J¤þHN\Ä\ïÔ‘',_binary 'rªh,Ð˜Q\ÃU\ç\Ó2 Vñ†J¸„\à6}N\'3\ÙiuK','',0,'?'),(_binary 'ñ\Æñ#Ô®\Ã\nhý\\â°º¿','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ExternalId.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ExternalId.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛÁú¡ˆEÀðš·',_binary 'Hˆ\'”gÂºP;d0ò$Y¥\Í\ï\çB½°¥W®˜\r§','',0,'?'),(_binary 'ñ\Éý\Ö#‘dbi¤šV<ü','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^}—§\ÖN˜Y¹s}7¢\×',_binary 'YŸ ¿°ù\å‰\Z_\\”ó¼\Ë\í³a´ô\Æ?\ètbV','',0,'?'),(_binary 'ñ\Ëÿ/4\ÆQ®H³\0®a¯„','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/TransactionService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/TransactionService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™„\ÕlŽ±\ê$ I$“°ƒ',_binary '³y‘I]_\ÙÔ¶G\í\à\é\æxþ^I/È‹h\ëý€)-ý\Þ#ßœ','',0,'?'),(_binary 'ñÐ†$\ä±\áHd+Ø»Ÿ','wp-includes/assets/script-loader-packages.min.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/assets/script-loader-packages.min.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}\Ç˜ È¼|~ø\Ä8Gw\Ø',_binary '”\éQµ¾w‹N.\ÉôP9\ÞRÁ_\Æd\È6lak;¯n‰€\ÈS','',0,'?'),(_binary 'ñ\Öw\å©\ëZ;p£þK\Ø_','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\'Ä»\Ða˜Žó€½Q\ã\Øq',_binary 'I,@!O“ O­BpÛ€~­e­\èòª˜Á´û','',0,'?'),(_binary 'ñ\ØP\Õ\Þ[Ÿ\rˆV®f\à','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bank2.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bank2.svg',0,_binary 'W{z%=T/\Ä7ˆ\È+/…ð»',_binary 'W{z%=T/\Ä7ˆ\È+/…ð»',_binary '2\Ý_û)\Ùòbô¡b´¡\Ã^Ph‰ô§¼ñŸ³PM','',0,'?'),(_binary 'ñ\Ùy\Z1‘„^\Í8žd71','wp-content/plugins/redux-framework/redux-core/inc/fields/divide/class-redux-divide.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/divide/class-redux-divide.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú\æùP\ÄJ1-\åS\Û~v¤£',_binary '÷Ä©i9\Úe…NøS\'L\ì(g´e\ÄV%PWaƒn®¿ô','',0,'?'),(_binary 'ñ\Ý-o:˜\ÃUL Np*ª<','wp-content/themes/houzez/js/vendors/i18n/defaults-th_TH.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-th_TH.js',0,_binary '·r8tK\è\Ù=ü\ã \í0õù',_binary '·r8tK\è\Ù=ü\ã \í0õù',_binary '’±YZ=8”Cµj=½E¯\Ó$•\ç\Ï\ì^|\êWDi6®28„','',0,'?'),(_binary 'ñ\àHSf\nï›«S¦\âq\Ê','wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=\Ø]Qý‹zð+¢~pi¤',_binary 'ƒD\äÚ»j„\â‰\î\×S«W3B\é\Î0ŽK’û©×ž\ÒÀiM²','',0,'?'),(_binary 'ñ\àŒWJ”µfzi\n`','wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹qJ\Úm&\Ë\Ï^Ã³',_binary 'ŽŠÕ¦UŒ§\âs°	û¾\î\ï\"Y¨¹\ì=.PIô7\Öa','',0,'?'),(_binary 'ñ\ï7~i»Op)x\ë\Ô\Þ	À','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ò·#ñÞ®E\à½\Â\ÍJ¦%\Ì',_binary 'qGhò[Ÿ°\Þ\å*ƒ–\Ô\ÜLZ\Åý2#<a«ÐŠ˜\"õ\è','',0,'?'),(_binary 'ñïª¯¾zy´\Õ\È>_+”t','wp-includes/class-wp-user-meta-session-tokens.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-user-meta-session-tokens.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›8/\'\0¹\0¸¥vSL-G\0',_binary '\Ö\Ó\×Ž8\îb\íYB&?\Ù6—\ío\Ì\ß\Ô>','',0,'?'),(_binary 'ñð¤˜17j-*Ü‡rJO','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/promote-notice.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/promote-notice.php',0,_binary 'ê»‹9\î\Ùø\æx\Ô\ZaoØˆ',_binary 'ê»‹9\î\Ùø\æx\Ô\ZaoØˆ',_binary '?¥`ó}?‰@ûR½iØ‘\à$Fuqt…\ÍF?Dü)“–´','',0,'?'),(_binary 'ññY\ÆcE|§\é:›`\æ!','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/state.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/state.php',0,_binary '{¤aý‹v)ûI\Z$>y',_binary '{¤aý‹v)ûI\Z$>y',_binary '$Aû6&Ù’\Ú\î¦@.§ø\Ðe3\Ðs[\"vv9\î\Ër}ÿ','',0,'?'),(_binary 'ñõƒB÷\0S\\Ó³×»>÷\ä','wp-content/themes/houzez/template-parts/search/fields/max-price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/max-price.php',0,_binary ',–¶®À¢£\ÒD„\Z­ßŒ',_binary ',–¶®À¢£\ÒD„\Z­ßŒ',_binary 'f\n_O\Z\Z„6\Õy¦\É\ÍÉ§‘,‹m5¸\ê,Á[T~öˆ','',0,'?'),(_binary 'ñúy\àA\ÔožÚ‰—\ç’','wp-content/plugins/updraftplus/includes/Google/Cache/File.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Cache/File.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\nÏ·l^ñ–#v”Q#¢',_binary 'Â¯_øYù7\î‰ü-	D3i\×,8ö°uhÏ—¥‘8÷','',0,'?'),(_binary 'ò?ƒˆù”\ë\×V\n–\r\É','wp-content/plugins/revslider/public/assets/svg/action/ic_cached_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_cached_24px.svg',0,_binary 'iþ\é\ÌB.\Ï\Ó\ÕL¿^9.\Ë\Ü',_binary 'iþ\é\ÌB.\Ï\Ó\ÕL¿^9.\Ë\Ü',_binary 'šle&>\Êg`m–¤.X9œT\Æ,¥a	Ÿ\Ô-\Äo','',0,'?'),(_binary 'ò•4\áø¾­M¼E^	\Ô','wp-content/plugins/wpforms-lite/src/Logger/Records.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Logger/Records.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È`O¨\"\nœõr§ð`N#š',_binary '\à¦üK\ÐÿƒÍž\ì4}\Ø\ÂzcŒs511\ïX\Ãs\Ãð\Í\r','',0,'?'),(_binary 'ò¨¨D\È\r\Âu\ì¼‹o','wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentMultiple/Field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentMultiple/Field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªLi‚YJl\Ç\nb*A\Ô\Î',_binary '²#[\èY:Us,.mk¾šYôŽ\ÍÍŒ\ÜQ€ï‰‹FÁ/D¶','',0,'?'),(_binary 'ò;[‰õ\Û^:É°\×\Ù	ù','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/img/dog-walking.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/img/dog-walking.svg',0,_binary 'ø\Øö\Úó¿6.d9~¼@©~',_binary 'ø\Øö\Úó¿6.d9~¼@©~',_binary '‰‡©\'ƒ{\nX\È\Ûh\îu¶\ØM½yv2l‹zc(\Øi­n','',0,'?'),(_binary 'òðXœAwògÁ\âh²µ','wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_primary_portrait_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_primary_portrait_24px.svg',0,_binary '0SÜ¼\Øþ\áòB_6?!zE',_binary '0SÜ¼\Øþ\áòB_6?!zE',_binary 'œ\Ã3a§j¯b\07H+&6î£®\Í;(F7¡¨ÞÁ\Û»$','',0,'?'),(_binary 'ò\ã\ÝHör #\âw/“:4','wp-includes/js/dist/plugins.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/plugins.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<ke5\Ü\ï9,GOŽ[ñ\ä',_binary ';¤«Ž£°©ö”%ª \Ë|US‚°|I‰8’\Ëÿ2º¦W','',0,'?'),(_binary 'ò«µÿmºT\âsªÝ¦V','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileChildLink.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileChildLink.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ú”n­©˜²™gò`•/NW',_binary '\Î1µi,­\Íaª‘57F¯\Ý\0ûº\Ã\0£y\rzYK\ß','',0,'?'),(_binary 'ò±\ÙD?€\Ï=žW´@','wp-content/plugins/wordfence/js/admin.liveTraffic.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/admin.liveTraffic.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'G¡#fo¥x*È:­‚Ì©§',_binary '‹S÷ô\ç[z$Ž¢	R¥…d!kV•\äMJ.®#£\è@8','',0,'?'),(_binary 'ò#\ãž\Ðm\ÇX8¸›+ËŠÜµ','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷4qó\Ûkr‰D\ÈX\æ\"]¬',_binary '\èC¬`\än)\é‚w–14ž\ïK\ÚH\â©-²§_úa¦\Õ	=','',0,'?'),(_binary 'ò$\ÄÖˆo\ÞQ\\Y÷qø','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-600.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-600.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|÷Ÿ½øHQ\rsR\'Nü$',_binary 'z¬,MA\æ{¿«¾j\\*‘\n¹{ñyð\ÏWÅ«Xÿ8','',0,'?'),(_binary 'ò&bJ^ž,®Ov\æ]y\'','wp-content/plugins/revslider/sr6/assets/js/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/js/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'ò/‚+Fø—\ÐXD`•¶fP!','wp-content/plugins/elementor/modules/system-info/reporters/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†¼Ž\è~V#OpÏ€ª',_binary 'S\É.\Ðd\Â­]\ÔY-\â›	Q˜ŸNJö…\0i>r\r\ê¬\Ã','',0,'?'),(_binary 'ò1\nò\ç\ÏÁÁ¡x¾¿¬\Ù','wp-includes/blocks/latest-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™U\ì#b9Z:œ\ã{i)€',_binary '<œ\ØW\Æ\à\\\Þó.\ãöfv\íâ´‡\êŒñ­ó,6\'yú¿','',0,'?'),(_binary 'ò7§×Œ`¿I1€Agjil','wp-content/themes/houzez/archive-houzez_agent.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/archive-houzez_agent.php',0,_binary 'Æƒoóg\ÕÀ»c/\à»H7û',_binary 'Æƒoóg\ÕÀ»c/\à»H7û',_binary '“S\ÕeSÁ€%2*\éh‰\î<-y1\â\Ô9I¡\å+\Å6®Ö›','',0,'?'),(_binary 'ò?!„©9Eø8\ÝÀ=¡:¹','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php',0,_binary 'YWAJ+\ÒW’¡^…',_binary 'YWAJ+\ÒW’¡^…',_binary 'SNüÃƒ)\ÂO\ßt_j¯…ó?\Õ\ã\"3þ\Å%°±‹E','',0,'?'),(_binary 'ò?²\âE_\Ï)ŠxÚ…$ž','wp-admin/includes/deprecated.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/deprecated.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©Õ›e€\æ/\ívÀ¢é›”\æ',_binary 'Ñ¬\ÞšVš˜\éŒ:ž\Ñ\Z“&\ÃF\ÅH·Ÿ\0\Þ}\à-\Ê[','',0,'?'),(_binary 'òA”A\ÙT\ë\ï\0`°\Þ','wp-content/plugins/revslider/public/assets/svg/av/ic_closed_caption_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_closed_caption_24px.svg',0,_binary 'n1\0…<\Ìx×ˆv=‘A\Ú\è$',_binary 'n1\0…<\Ìx×ˆv=‘A\Ú\è$',_binary 'ýd9¦`\'-¡‘LÁµAò\Õ\Æ[rüø[\Óg8W?µ~e','',0,'?'),(_binary 'òL>\Ë;µ*	ª¹YÛžm','wp-includes/blocks/preformatted/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/preformatted/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çOoJ}[¯Œ×»õ¥ÁWŠ\É',_binary '›¿m€\ä\ãA-¶\ä`’8\Ç\ï	£P a\Ôy\í<ð(œ\î','',0,'?'),(_binary 'òSPŒø\Â\ífvYSûZ','wp-content/themes/houzez/framework/options/print-property.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/print-property.php',0,_binary '\Z£+QY¢\ØucZô±4/',_binary '\Z£+QY¢\ØucZô±4/',_binary '5¿vã¸ªp&¦ã©³õ~7\Ã\èˆ\ìs ‘$§\Ãe¶¢?','',0,'?'),(_binary 'òUU¼z\Éq.\Å\Ø\'ƒ´%·','wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/DisputeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/DisputeService.php',0,_binary '}Q™!.¸4¡µ¼;&¶\ïW',_binary '}Q™!.¸4¡µ¼;&¶\ïW',_binary '\Íyþ\n…:\æùr¿\ÛñW÷•6\ï\Ó9Á\í\ïj\Èp6ö','',0,'?'),(_binary 'òU\æŒ\î~|\í$\æ¯\Ãò\ß','wp-content/themes/yith-wonder/assets/fonts/Mulish-Italic-VariableFont_wght.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Mulish-Italic-VariableFont_wght.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!¿ÿn!hH§‡M›8ŽÀ',_binary '?ùaWtù´\\	•óXT+\rArç Ÿ¢{„\Ím\Z°\É\Í','',0,'?'),(_binary 'òXÔ¬/´~Z\â‚ÀiO=r','wp-content/themes/houzez/framework/stripe-php/lib/Service/Tax/TaxServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Tax/TaxServiceFactory.php',0,_binary 'S¬ö\"€\ÆûY\Æ\r\ç\×<\Þ\Ä',_binary 'S¬ö\"€\ÆûY\Æ\r\ç\×<\Þ\Ä',_binary '{¨a\\\ÇmQ!ô $¯]Ê›#\Ë^ÿ*y\Çp\å','',0,'?'),(_binary 'òY¬\Ýõ}\Åy_˜¢R›X','wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/colors.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/colors.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ým|\Òk\å\î²pdò€ò',_binary '[Vô\æ”f°T tpÌª4\Í>ºŠ\Æ<¬\r\r2¦€6X','',0,'?'),(_binary 'òYÀG\ëhl\âpþ£´õÏ±','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RunMobileFriendlyTestResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RunMobileFriendlyTestResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~.»{§@\å\èð>)\Ì\î',_binary '\Äiv”¬!`\Ý\Ê\nYf”ü=¯W¯Ú\Òü®.\á\Ï\ÂZ@','',0,'?'),(_binary 'òd\íTo\Èf‹öÒ·\ÜbS','wp-content/plugins/wordfence/lib/menu_dashboard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_dashboard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©H\ÌÂ£\æ{ø=7Â§x ',_binary '³wÚ½Ã¾$7……ƒ\ëŠ!#XXŠIœ{@X{COð','',0,'?'),(_binary 'òjñ\nj<Àcª@B‰X','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']}À\Ê¥ÿñ§¡q¸\0',_binary '9özö­ñ¡f#\ä\Z–m×¯\Ì\ÜRKˆ	·¥x%yi ','',0,'?'),(_binary 'òl\ÆöDe\èð\á\0^\0\Â','wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È±²Óšz\ZG€\ëC‹¦t',_binary ';	°ò,%¿œ•4®‡‹3\Öp½t;1M\äd7)û\×','',0,'?'),(_binary 'òpo‚´X0%÷¢\Ç\í\Ï\ë','wp-includes/css/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Òš6±N\r\æ\êA†\çR',_binary '‚S¥%.ðš¬^ \à©ú´\ä‚Q/ðiör:¼²À.','',0,'?'),(_binary 'òu;ÈŒ0\åq”wªœ=\à\ß','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1€A¤×¶«$^>ô¿“\Ë',_binary 'p}ø:\\O•š²\Û\Å\é\Î\ç\Õ1Q\Üõ6Xy³ŒTY\Ö\ë','',0,'?'),(_binary 'òƒ\×,\Ãñx•6Nƒ\ïÞ«­','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/all.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/all.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2\Ë\ÇI¬{\ÔÇ½2î¾“UG',_binary 'öÿ\ï\Øú)9\ÆÇ¨#\ìZø$ó{\Ì\Êô\äˆLG1-i×”','',0,'?'),(_binary 'ò†?=äƒ„b¹¸·ô^ð','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²š~ü$õxM6filK@\Ã',_binary '­™¼†J\Ë]\Õ\'œø\Zu\Ñ(XñÝ´R\"','',0,'?'),(_binary 'ò‡Š¨¸DVe ohÁx\Ä','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^\É¯h\Ôhº‘{\äC¦',_binary '¾–W5\Çe,\ÑÆ„óC\ã>yxó\"ú¢~­H75‚z','',0,'?'),(_binary 'òˆ\ÍÀ\Ô¢n\ÇK\n\Æ÷ÁÀ','wp-content/themes/houzez/template-parts/dashboard/submit/settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/settings.php',0,_binary '£\î“«\Ò,20ý°`«y',_binary '£\î“«\Ò,20ý°`«y',_binary '÷R #vh¯‰„~¤÷\Íwä°,»\â4…	|)Š\íÓ“','',0,'?'),(_binary 'ò‹*<0\ß8~“ð\rct‹','wp-content/plugins/wpforms-lite/assets/images/sullie-vc.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/sullie-vc.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÄVÙ‡\"òƒm6—g£^\È',_binary '1¿Ö…üb\î*_XS³\íñ\â[\í\Ü0Uù#2› ud…\æR','',0,'?'),(_binary 'ò\éqcTyòˆ\Âˆt0','wp-content/plugins/revslider/public/assets/svg/places/ic_smoking_rooms_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_smoking_rooms_24px.svg',0,_binary '£J\Ñt\è5\Ç|ûLGÁˆU',_binary '£J\Ñt\è5\Ç|ûLGÁˆU',_binary 'Öº6\Ðs¿a[\Ó\æ3(û]AH¯$2™5\Êðw\Ã\ß\Ô0‘ˆ','',0,'?'),(_binary 'òš|«\ÜEOm¼¹õ(\Ø5','wp-content/plugins/wpforms-lite/includes/integrations.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/integrations.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÁÄHv_FŽ\èje¯\á’z',_binary ':Û…¹aA?ñp\Õ\Þ%EŒZb& ž=I\Ãöõ’±\nX','',0,'?'),(_binary 'ò×…ü™Á$ŒT{8/f','wp-content/plugins/wordpress-seo/src/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H±K€¤J\ç;Ò–9my',_binary '×­÷E\rö¦†üÁ\Ê>ŠÄ²\Å\ã†\Ê=+\Ùt‰²6HJQ','',0,'?'),(_binary 'òßŒ*|¦Srt7\Äón','wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax/PanelLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax/PanelLoader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Üµ\Í[:*¶Ã¸»\çyŽf–l',_binary '0CŽ¹&}\Ï\ï)¨*sLmƒ¥vB—òÁm·†ƒyx','',0,'?'),(_binary 'ò¢—\à§DK‰ð','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionMetadata.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionMetadata.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›·4ö\ÂRz1(\Õ~iX',_binary '¨\×Ü–f:wŸJ·8ud¨ÉŠ¼bŒó<½4“ú•™x','',0,'?'),(_binary 'ò¨$c{±97^Ð†\È÷J\Øg','wp-includes/js/dist/server-side-render.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/server-side-render.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';\ÜM\ÚÑ©üU\æ\ÞerO±',_binary '\ÒL%¯®JVX°¨\Û+Yg(\Ã/p»Q4\Î\é¬&—\×|(\Ô','',0,'?'),(_binary 'òª³±5‰		%N\èJK^L','wp-content/themes/houzez/framework/metaboxes/property/listing_layout.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/listing_layout.php',0,_binary 'ÿX°\ÆSÀƒ•ôKõf\î¦2',_binary 'ÿX°\ÆSÀƒ•ôKõf\î¦2',_binary 'š\ãx\Æ\è±+š*ª[4\'u‚\î$«D°<P\Ô\ç²0\Û\Âo','',0,'?'),(_binary 'ò¬ø\Z\Ðl‹«„š÷8/¤~','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê\æsÓ”ûõ\"¤K u©#',_binary '|‹œ*~\Ör™Çªò ¸„b©\ÞyD“RŸÃ£ŠAx\Ì','',0,'?'),(_binary 'ò®\Óö(\'¡q1Ww ','wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-admin-page-loader-lite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-admin-page-loader-lite.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\êó°›†þn;)\èqw\í',_binary '\Ê÷N›55\Òûºõ–dn’®’.‹gr“	ô`Êž\áƒ\Åþ¬®','',0,'?'),(_binary 'ò®ò…Å•\î‚oi|}\È\ã','wp-includes/block-supports/custom-classname.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/custom-classname.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=§»\æ·F\íGrk\á9²',_binary '{Íª\Å7\Ü\âÀ¿*wz\r‹p\Â3†a3\Çê…§¾˜7´@','',0,'?'),(_binary 'ò°–üM\ÂÙ¦M\Æ/`¼','wp-includes/js/swfupload/handlers.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/swfupload/handlers.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÂÁ\ì*\Ã#\Í0‹-\ÆÕƒpõ',_binary 'H³#ý¯¥Ÿa:š‡1ú‰À\Õöð\í—ß¯orrj\ìuz\àzV','',0,'?'),(_binary 'ò± ­ü²B\ÉR\Ôz‡‡Y','wp-includes/js/jquery/jquery.table-hotkeys.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åogo·¿“~i¦I	ú',_binary '„<²Š=¸¤;’:Át_,w«ÄƒI·\ÊÁ,Š,™œ','',0,'?'),(_binary 'ò¶?{o_±°µ\'»n\Ö','wp-admin/images/resize-2x.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/resize-2x.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ{3VV´\íFV¬f\ä%K',_binary 'æ‡´y2q™þZðo ¦~´¢([—‚`\0`C¸i\ZL\'','',0,'?'),(_binary 'òÀ‰Þ¡\ÖùöwGubò¾€\Õ','wp-content/plugins/elementor/assets/shapes/drops-negative.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/drops-negative.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿\Ë	S©¡l¬_yÖ„¬À\Ñ',_binary 'QW‹\í„g\âÝ±q›€—\Æ7¸ýË°5\"ù¢\ã\Æ.°FÂº','',0,'?'),(_binary 'ò\Â\Ì_fÂ $ÁO<o','wp-admin/js/common.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/common.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+¸\ØZXö\ß\Æ	õO\Ï\Ì',_binary 'z\é\É4i\Ï\Õ\ï[q¿5ñ\à‹¢²3\ß4`\ÇD>!}\çÙ°','',0,'?'),(_binary 'ò\É*ùPO‘tU\ã{k¼','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-600italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-600italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†Ð\ÎO“¹\êl\ç',_binary 'Mæ´¢p\Ãp-\"¤\Í\ÝÇ£eX\ØO´½s«\ÄÇ¼1þ\"','',0,'?'),(_binary 'ò\Î0ýc<oFü‹=†½','wp-content/themes/houzez/template-parts/listing/item-v6.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v6.php',0,_binary '§4œšø/J4…\Ø\Ú\Ðzþ\ï',_binary '§4œšø/J4…\Ø\Ú\Ðzþ\ï',_binary '¿µg—˜‚c\Øl/\Ñ\çNa;;&\Û,7D\æ\ÌKqß†÷pÕ','',0,'?'),(_binary 'ò\Ò%¯\0ú\Êz”fÀN\ÈpS','wp-includes/js/tinymce/plugins/wpemoji/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpemoji/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'SE­\îx=d¯¨~Á±«eM',_binary '\"ƒw”%%{Ž˜\å=L(°¸\ÅhK\â\rÆ¢H\êP','',0,'?'),(_binary 'ò\Õ\Ôo#‘Ìˆ»®M\É\ä\Î','wp-content/themes/yith-wonder/assets/css/blocks/button.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/button.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z¤Ž‹\Ä\ÞË®\Ò3\'ŸØ¹L',_binary 'BJ—p\Õ\â>YR\08]Jz[†Âª¤%‡|…ykûùù','',0,'?'),(_binary 'òØ§\íR\Ýz<\ÂXøSa„','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentInterface.php',0,_binary 'Žš‰–q¬?=k%¢\æy\Ó',_binary 'Žš‰–q¬?=k%¢\æy\Ó',_binary '\n$òƒc5•W*‰\Å\Ê›N)^sB¬A}u\å\ä²„’k','',0,'?'),(_binary 'ò\Úw\Î+\"+ú$\ã¬^¸','wp-content/plugins/wordfence/lib/wfLog.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfLog.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'DÛ§bŸŽ\Ò}€\äñªªFD',_binary 'G8%\'´X i¸Ø§»\èp³ßu`¸++!¶\"®³l','',0,'?'),(_binary 'ò\Û\Zk(=\\\Ç\ÃXv‡\ÙLÿ','wp-content/plugins/revslider/public/assets/svg/av/ic_video_library_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_video_library_24px.svg',0,_binary 'G¯5.¾nO\ZbN\Ò\ÅuF\×',_binary 'G¯5.¾nO\ZbN\Ò\ÅuF\×',_binary '|\Z¤(‰\í\ëCvkn¬˜òWWôU¾.²C·\â\Ô[o`!','',0,'?'),(_binary 'ò\Ûñ?Q©\Ç\ÜsœD˜Lj','wp-content/plugins/revslider/public/assets/svg/device/ic_screen_lock_portrait_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_screen_lock_portrait_24px.svg',0,_binary '\Ì,\Ã©$qeO\î`.DP\Ô',_binary '\Ì,\Ã©$qeO\î`.DP\Ô',_binary '›fÙŸM\ëÒ–*\ÚM\Z!’,“bq\ë3k\×\Ü\nN\à\Ì','',0,'?'),(_binary 'ò\æ–<üñb\Û7`‡ˆwöþ','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_land.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_land.php',0,_binary 'aCjv“ûŽ)p\Ô5\Òj\Ð',_binary 'aCjv“ûŽ)p\Ô5\Òj\Ð',_binary '{‚”\ä+74š—%3´®\Ú!\á²\í\ïY\à\Ä~\Ã¸Ž','',0,'?'),(_binary 'ò\ç´2ÿÚºk\'ù¬ž¸V®','wp-content/themes/houzez/property-details/top-area-v7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/top-area-v7.php',0,_binary 'ký¥©G’SM¹0VaU\Îð',_binary 'ký¥©G’SM¹0VaU\Îð',_binary '¼6\Ú\Ï\Øsfò\éßœÅƒAßº»!hùõ¶kÆŽ©:','',0,'?'),(_binary 'ò\èÏ¸‹N†›\ç\Ãðù\Í','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-900.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-900.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n0À­¼Nº”\ÕC\ê‡',_binary 'w–„ù¹\æJ\ÆrÚ–\ÆÍ®\ë¹t£¥Ž\Ë\ãðfÓ»ù|','',0,'?'),(_binary 'ò\îa\Ýu7J\îD\Ç\ê\"Bu\é','wp-content/plugins/elementor/assets/images/library-connect/left-2.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/library-connect/left-2.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ\ïyœxô¤\Ïc~ôÚ©[',_binary 'cˆ`\Ð`…E\âü\'\Ê\êù\êG\Í\ÂP\ì$_‰@-Œ\nƒ','',0,'?'),(_binary 'ò\îcfpa\Ä3u³\ë¸õYµ','wp-content/themes/houzez/template-parts/header/nav-mobile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/nav-mobile.php',0,_binary '\ÔA\í ‘\Çô\r\æÀµB',_binary '\ÔA\í ‘\Çô\r\æÀµB',_binary 'B#½¿J½\Ä@\Û\í¥Hð°\ã½9<•DSsÈ²F³X4\Â+™','',0,'?'),(_binary 'ò\ï6U\Þ*)u1@)\0Pó\è','wp-includes/blocks/navigation-link/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\â\â\âÚ«jµy6Ù§Ž',_binary 'S©\Æ{\ã¨\r\Z+¨r]`\ÏN\Ý\ì®\Ë\Ç‘!3	¤S\Ä<','',0,'?'),(_binary 'òó\Ýñb“¦ù_4FŒ\Îôÿ\à','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'¡\'-T•^_\ËBX’aLô',_binary 'w\é\ÉZ¬\ìž&Û†\ä\ïL;&V|»9B\ì¶Z\åŸ','',0,'?'),(_binary 'òôÏ›³5\ß\Äod‚P“±\î\Ø','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/triangle.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/triangle.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»\åÁ$\ÓSFð…\Ûi\Ã ',_binary '\Çw\Èvq@¤4MTjû;\Í`s½YÔ—\íP\æþŠD\å›','',0,'?'),(_binary 'òø/_}r\ä1¤¼*\ËN\ã\r','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼½j“šÃ½\Î{‹±\ÆL',_binary 'ù­õ€øuÌ†\ÛDR\ìÿx\ã…×¹ð\ØþŸT6\Ì\Ï\É{—v','',0,'?'),(_binary 'òý\à>ýI¨\àðÌ”y£e»','wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm\ÈÍŠ\\\Ï*$z“\":Ò²_~',_binary '–[j\Ó\È5\ÒrQò©eÊ‡ròÀk\'\r0¤#i\Ð\à‹g','',0,'?'),(_binary 'ó&%¿\Ú\0\ïQu\Üý¼²','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v8.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v8.php',0,_binary '½\'e9	ôµ\Óv-`5\Óë“µ',_binary '½\'e9	ôµ\Óv-`5\Óë“µ',_binary '–N(\åZmN†1{\Ñ™\Â~ncN{-\É´®nJÀóO','',0,'?'),(_binary 'ó*B\ÚQ\"@V\â}g°ö','wp-content/plugins/redux-framework/redux-core/assets/css/color-picker.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/color-picker.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'zù\æ\íg{o»Šu\"\åK',_binary 'AñB¥Ÿ\Ê1\ÓöP5(\0¸Ieþ¬²›\ÝÝž›O\Ø','',0,'?'),(_binary 'ó¾~ò\Ê\ê\Ê\ævûr‡†Ee','wp-content/plugins/elementor/assets/js/text-path.fa44919c1abfe9244186.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/text-path.fa44919c1abfe9244186.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÏÖºÔ¯|\ÍGÜ½\ÐM™7µ',_binary 'Ió	<;H‡=´\ÉH´\Ôs‡£µUFs¦\Ê]\È÷m','',0,'?'),(_binary 'ó s–\ËTOÄ”H‡U”','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-24-4.min.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-24-4.min.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±¸k€Ge˜\íŽl;m¬',_binary 'Aò%ºk\Æ\ÈX­•O\á\Ãqm‘t{qa\Ä]Á\Êô‘‹.z5','',0,'?'),(_binary 'ó“0Vƒ–„H¸dý\Ö','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-builder.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-builder.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÃÁŸ{\Ñÿe¡/Si‰u',_binary 'r£¶\ê\íNZ\n\0ðaÊža_4{\Î	ŽHµ*Qo›¦','',0,'?'),(_binary 'ó›?vO¡@gE\Z½4\Ó','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Person.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Person.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`œ\å\Ý\å“*Ö©bÜ£¡gý',_binary '#‰óÐœ\ãÂ¹Ö¦\Ë%Te~,±Jbì“’˜ª2\Òø^','',0,'?'),(_binary 'ó´ª\'A\à\Ïô½\ë™C~\r','wp-content/themes/sinatra/inc/customizer/controls/info/info.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/info/info.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0øfƒAsð¥%¹<ù¤†',_binary ' D»ZR®¸S\Õ\Øbo¹]+R\Û\é\à\ë©0©\Ì','',0,'?'),(_binary 'óy\Ï-\çfn6†C£','wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'cw9õ\'\Ôø§\ZwŽD\æ’ù',_binary 'ò Œqµ~µ„\èÑ q/„¶%L\ÕX\'®5@õ\n','',0,'?'),(_binary 'ó#\\ú·\â¨/‡vXR','wp-admin/js/theme.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/theme.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '›.X®lŠü6‘Vù­',_binary '8»0öy\æ’\Ù[1\ï\Æ\È(AU_-r„jþ\ÒL=òf.…','',0,'?'),(_binary 'ó$ó\â\Þ\éúOvašª¸8\ï%','wp-includes/blocks/text-columns/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' û…+ö™Á+§ªR\ržþ',_binary '$£ÿYö|e©¨q\ÓÐu\0dfÁ°DbtF\ê\í^ú	ŒóT','',0,'?'),(_binary 'ó\'^=h$ž\Î\Í$\âhF†','wp-content/plugins/wordpress-seo/js/dist/languages/id.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/id.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­%_\é\ìO\å¥õ:µ',_binary '\Ø¿Y¥d„`…8üzm	P\Âç³ÕœK-Íš±ÁOa','',0,'?'),(_binary 'ó*ÿup†‘Àýy—[\Z','wp-includes/class-wp-token-map.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-token-map.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥\æúAÎž´øx¢\Ïõ1',_binary '/Jw\Ý\Æ\Ý\ßD5—Hz¯!GÕ¾\Ì<¶e\ÓC…=€šÿ','',0,'?'),(_binary 'ó3z%\î%|›d„ý:š%\Ú','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w\êb+/Ì¢û,5\Ç7¦g',_binary 'ý§q¶rƒ)Ï«©\Ð{V…G¦\ÝÉ¨P¯’‚\é>jƒ\Ù}þ','',0,'?'),(_binary 'ó3\Ý,H‰þ>…	\î(W','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-elements.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-elements.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²jy¡_<8\Z\à£\Ò(ð¦÷z',_binary '\0\r6Y‚c€M—®ª©ˆ.Ž»}ÿ_9ë»‘\ÞV\Ú)D','',0,'?'),(_binary 'ó4ýD[«™\Ír\ä\Â?','wp-content/themes/houzez/js/vendors/i18n/defaults-fr_FR.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fr_FR.js.map',0,_binary 'T¶h\Ì(\'y™9\è”mZ_–',_binary 'T¶h\Ì(\'y™9\è”mZ_–',_binary '\é…)\Ñ\\4.^n\ã\ï•8oHÁX\é™þQ¬<m–\Ö','',0,'?'),(_binary 'ó5›,¢3\Ñïµ›\Z\Ï\Ï\Å/','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/media-btns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/media-btns.php',0,_binary '§\Ö\0dž\É\ã<T\Zä·“ƒö',_binary '§\Ö\0dž\É\ã<T\Zä·“ƒö',_binary 'xÉƒ$¾\åÁèª¼û\Ù7\î\rÁÛ¥/Áò”*¸y\â˜\Ë','',0,'?'),(_binary 'ó6Tri¾\êôúw!\Î\" ','wp-content/themes/sinatra/assets/css/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\';ô\å§£a(ò}h\Ý',_binary '$BAÚ¿4+\ÏY>ÿ\ÎðnX\\>ý\Ò!ù\ãæœ¸ü\rÂºÁ','',0,'?'),(_binary 'ó6_\ë`Œ\Ô­\íyš2 >I','wp-content/themes/houzez/property-details/partials/overview/area-size.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/area-size.php',0,_binary '&g•sU—Ä€÷½µ˜x',_binary '&g•sU—Ä€÷½µ˜x',_binary 'ž•™\â\ì\á\0J@\î„\0:—\Å9\Ût¾\ÆÀó\ìcM\ê','',0,'?'),(_binary 'ó?š\ÛÎ¨ÿš¾{²?\é','wp-content/plugins/houzez-theme-functionality/assets/admin/js/custom.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/admin/js/custom.js',0,_binary 'Ÿj¤QYY6W¦Q\ßWx\Û',_binary 'Ÿj¤QYY6W¦Q\ßWx\Û',_binary 'œÀÚ½“ú*‰(\ä„\"}•BVñ¨n¯\Üä¯\ë‹','',0,'?'),(_binary 'óB9’ª1=\r‰^}®¨´”','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n!1\Ð|¡†½…óg“§Ñ¨',_binary '{lóK8\Ï=I\ê+ZÊ¡!~a§PÎ»²2\åð0½','',0,'?'),(_binary 'óI@u£ƒ-;rBñ \Ñ\åô','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-500.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-500.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+A_c\Øø4\ÒÁo\Ö\ÉÇ¼k',_binary '!#½R\éˆûþ<ó\ÇG|\ÒGP[;üÕ˜Z€q<·','',0,'?'),(_binary 'óLT\Ün3\ÆT\ï+]\×Op&','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8v0~ù‚Ûœß­¡ýR$',_binary '“\í§1ô€¤U®x¸Á©Œ¤fj\é¤oI²¨ð}\Î','',0,'?'),(_binary 'óM½…w²	_\ç?\ÒHq','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/stamp.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/stamp.svg',0,_binary '\'\çinˆ²\n4hùT•\ã',_binary '\'\çinˆ²\n4hùT•\ã',_binary '@mqKC\ã†\Å^Ò«¤›k4KZ¬ï¶¦\Âß¸6X¡¡','',0,'?'),(_binary 'óM[?ObŒU6$Þš','wp-content/plugins/updraftplus/includes/Google/Task/Runner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Task/Runner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯™V—OÓ„„€‚µZ',_binary 'ò!Si“\Ø;QQÞž?¶\Ð\rž¬“Õñ\Ù9k','',0,'?'),(_binary 'óOföa-TmÅ&’§v™\Ð','wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.js',0,_binary '5qz›FŒ¥°W€^!	',_binary '5qz›FŒ¥°W€^!	',_binary 'Zhú*\ì`•\ßý\ê:«gó$”rZkH.ÁX’Ê\Ã','',0,'?'),(_binary 'óPÿvI²‰„z\é€%vKm','wp-content/themes/houzez/template/user_dashboard_invoices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_invoices.php',0,_binary 'U«ô÷Z)€\È{³¯R',_binary 'U«ô÷Z)€\È{³¯R',_binary '¾P¹gô¤\Þ\Öò²Z <e\ì<Kº–¨Ìƒg´Cø','',0,'?'),(_binary 'óTp¤a“ò\Ã6@*Á–\Z=','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/UnknownHelperException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/UnknownHelperException.php',0,_binary 'IN†b÷\é!\"\ä\î$',_binary 'IN†b÷\é!\"\ä\î$',_binary '¼+”\æ\Â=¥ÿ»\Ê g¿ünˆ¢U]—ôZª!¢9\î','',0,'?'),(_binary 'óU\'ð\èû\Õz½±6-qY£>','wp-content/themes/houzez/js/vendors/lightslider.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/lightslider.min.js',0,_binary 'Á>\Øõ÷\Ð\ìI?ý¤#¯',_binary 'Á>\Øõ÷\Ð\ìI?ý¤#¯',_binary '\rc¡,MYŠ‡|4*\×cBbXEEp\á÷É«€1.\ëq\0','',0,'?'),(_binary 'óUö©\Õ+nÁ^\â\ã-\Ôö\ë','wp-content/themes/sinatra/inc/customizer/controls/range/range.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/range/range.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(\ë¼Cs\ÛM¡•u\ÌOz¿',_binary '.´pWœ¹T\íŸ\Ù\â”%À[>xo\Æe£L\Çù\ÙpI\È?%','',0,'?'),(_binary 'óZgóH,ÛµK:3›¸=','wp-content/plugins/wpforms-lite/assets/images/addon-icon-constant-contact.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-constant-contact.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ì*ý\ì\àxž7;öÿ‡\Î\Â\Ø\ç',_binary '?A:£0Â¶…NÓ•£œ -Z÷tYd“…\Õ\Ð\ßw\nr','',0,'?'),(_binary 'ó_ž­œñ…\æ<D¤Áhg\È\å','wp-includes/block-patterns/query-offset-posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/query-offset-posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ\ÞNtW42\Û™ :‰µ',_binary '‰Õ¢}=%f|Þž\ìVžØ”\à#/=È¼¶kÀì–œ*¼ù','',0,'?'),(_binary 'ód>›\Û]`ý\×\ß\Îöó','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build/1.2.5/coming-soon.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build/1.2.5/coming-soon.js',0,_binary '´¸y8oWy)-\ÜÂ¶#\ã',_binary '´¸y8oWy)-\ÜÂ¶#\ã',_binary 'Žl	\Ê,\ã\n\áX­\ë\0F¥jEÝ°t-ý\í\Ò‘Ok »','',0,'?'),(_binary 'ódŽ«‘z7y™‰\ëK\î\Í','wp-content/plugins/google-site-kit/includes/Core/Contracts/WP_Errorable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Contracts/WP_Errorable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wò>\í!Ò³<4Œ?\Äp@',_binary 'Î§°–n£\Ö?8\èûfº ¯l|c†z\í’\ï²\ëÑ§»i1B','',0,'?'),(_binary 'óf™O\Æ##³\íPÂ¬¾6','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Template.php',0,_binary '’c\Ò&\èx)Æ]©´',_binary '’c\Ò&\èx)Æ]©´',_binary 'ój¡þŸC\Í\â\Þ`\×ü²Lv\×ûx\ç$\à\î\ì<iŒ','',0,'?'),(_binary 'ój5Q·\Ù\ïü\×>ú\ì¶','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/id.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/id.js',0,_binary '½“\ì”ÅŸ©4––,þ—',_binary '½“\ì”ÅŸ©4––,þ—',_binary 'tUñ;€ÍŽ˜Qw½¶õþ‚\É:¬L[¬&<šNü','',0,'?'),(_binary 'ój\Ó\Ý	ú•\Þeo*ô¶','wp-content/plugins/updraftplus/images/ud-logo.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/ud-logo.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'C\ÊjÀºM\Õõ Ñ“¦\'Ë\\',_binary 'wöyB¥1btž\ÈW\"l%©\Ùt)›Qp‹,Jb.','',0,'?'),(_binary 'ólF‘®¾\Ücë’•\ÒLÁ€ø','wp-admin/js/iris.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/iris.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰2\à2¨?Þ¡š{\Ä\Ã',_binary 'ƒdU\ÂD£2òð\Ì\Î\ÓG\Ó\Êý\Èþ#¹™\ëlk^[\Z°','',0,'?'),(_binary 'óq)yj¶±\å`I÷','wp-content/plugins/elementor/core/logger/items/file.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/items/file.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„ø[Y0C@:b=P5y¸',_binary '\ÎN\ê:.&žh*E\î\àN(€„ò¸¹~Ñ¬ M','',0,'?'),(_binary 'óq»\Z\î\Öû¬¦…žC\Õ)','wp-content/themes/sinatra/assets/images/sinatra-logo.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/images/sinatra-logo.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v5»\Ã\Â\àYú ®*\å\ß\Û²',_binary 'óT#$˜s:	WWŠWVË®xõ«N&\å\Ý$‰RÌ„K\Öq','',0,'?'),(_binary 'ós[Ù®#ÿd€Jž@Žðõ2','wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle-orange.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle-orange.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ç»H\åW\í–-J\ä\ÎW>&»',_binary '’xQ™vˆ¾J\"›\æº8r)´¿ü«\ÌF LGôp','',0,'?'),(_binary 'óy\Ý\ë¸\ÐFÜ€]\ã^­ÃŒl','wp-content/plugins/houzez-login-register/social/google/contrib/Google_AdsenseService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_AdsenseService.php',0,_binary 'F >Ï…@ó\r(J\ëT\ë',_binary 'F >Ï…@ó\r(J\ëT\ë',_binary 'Z9õÓ¶,\n[\×mgô\Z/ž|V³\æ´Œû\ÚÖY:£','',0,'?'),(_binary 'ó°±zo\Þ)qym¾”','wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-\à?·ºùˆÃ¥.\â\äý',_binary '\ã\Ë4b\Ü\Ïyð\Ñ? u ò)Öž!ù\È\ê¿\Çd@§Á','',0,'?'),(_binary 'ó‡\ç,·o\Ù!\Âz¾j\"ó','wp-admin/css/edit.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/edit.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬#«¬=*\Ý\ÈQ4ò´²',_binary 'yýþ¸†qv¡=†\ìöE©¼X“9\Ç+˜gºb´fÊž','',0,'?'),(_binary 'óŠØ ]\Ôf•ˆðPô¢†ƒ','wp-content/plugins/wordfence/lib/wfLockedOut.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfLockedOut.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'X3\è¹ñðÂŠó°07p§',_binary '½%yC—\è¦ó\äw²2]E*\ç@\re–;¤}X\Ï.üv\ã','',0,'?'),(_binary 'ó‹k<¬#6·&&Vº9‘ª','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡š\0ó6\Õ\ÝUšJ‡\'\Ì6',_binary 'XG\×Ð¸\äo\ÈNQ*\ÎdO&{{‡,ÁB» P\ìùv','',0,'?'),(_binary 'óŒ\é¹\È\Ä^@¦\é9§\Ê\Î','wp-includes/blocks/read-more/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/read-more/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\à›é‡\ÍOöW¾’F[Gk4',_binary 'H9	øv\n¢Ü­û²\Ù÷ ŸB¥ 5\ršû`>\áu¥e','',0,'?'),(_binary 'ó`\Ñ-}¥Ài_\àpBö','wp-content/plugins/updraftplus/methods/ftp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/ftp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•\Ùó\îU«v¨22d\èz',_binary 'ž\ZVTDxWû¼\ì¯ªÆ½,»7\ìe\Î\Íõ\Ð<\Ú\Î˜·','',0,'?'),(_binary 'ó‘ª{×®¤\ì\0¥¡[ƒy','wp-content/themes/houzez/js/admin/metaboxes-taxonomies.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/admin/metaboxes-taxonomies.js',0,_binary '\Æ<ŒHÈž\æ\çty\ë\æ%',_binary '\Æ<ŒHÈž\æ\çty\ë\æ%',_binary 'aŠ\Ã“µ*0¦‚\ÆCòy\Æ<^\âg>p ÿ²\è\àk\â','',0,'?'),(_binary 'óš:IJ’ð0q\á\Ít‚ \Ð','wp-content/themes/sinatra/template-parts/entry/entry-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\é\è\Ö&ÈƒòÚÐ­	',_binary ' °\â|1¡®Ý™¤(`(¤3	L\Ô\Ý\é\çS2\ê\éø$¶Xy','',0,'?'),(_binary 'ó›gŒübd\ç8ƒc!\Ñ[','wp-content/plugins/wpforms-lite/assets/images/challenge/red-arrow.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/red-arrow.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÅºS}7\ÃÛ¢\ØH½/qd',_binary '\èa\ì½\n\îG=1ól\ÍX:¥a\Ðð¦«^…÷ ´ÕƒP\×','',0,'?'),(_binary 'óR\ß~P¿}*cIš:','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­¸6+»5I\Ñç‡‹Vp[\Í',_binary '¥\Ð\Æ\Å(\ØRY\áo3\É\Ñ\'\Ú^D)¼¾\ãP,û‚\ä|t','',0,'?'),(_binary 'ó \Zo.b]ˆ]H“ž±0\Ã','wp-content/themes/houzez/woocommerce/global/breadcrumb.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/global/breadcrumb.php',0,_binary '\ÄZx\×\×\Þnù{\ØÀ¡',_binary '\ÄZx\×\×\Þnù{\ØÀ¡',_binary '\çZ;µ\ì\r\Ì\Ù\'·\ÖIR ócZÏ¡¾­}M,oöC','',0,'?'),(_binary 'ó¦‚®Š³®¨¯¾\ÜH#ô\ê','wp-content/plugins/google-site-kit/includes/Core/Authentication/Initial_Version.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Initial_Version.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯Nm9Ÿõ€¹|	e€qõ',_binary 'ß“¢ú4¥L©\\\Ï#–]ÿ¶\Ö:/C]:[\Ïˆ\\','',0,'?'),(_binary 'ó§´ó\ÄLeÅˆ \çø5','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'wc}f<y§õ:}­5la',_binary '\át|R`LLF9\Ô\'¾\ÍsM\×fŸõ¯ÿ#4þ\Õ%$A¿','',0,'?'),(_binary 'óª¸‡=y\éì¢¸¨¢ùŽ41','wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Missing_Verification_Exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Missing_Verification_Exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'RÇ¶\ËU\å;Þ’™üCj',_binary '³%b°º\Î\Ã\Ï\Ã\\hePð“–ð\Ì‘\í9þ´3\Ü','',0,'?'),(_binary 'ó¬¢œù\ë¼–\é€P×»^','wp-content/plugins/insert-headers-and-footers/includes/compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[8xm:÷¶•9%ö2!\Õ\à^',_binary '\à©`\Ï=øù\Ò=C<\Ä\Z1\ÍÆ³YÝ¨Ž\r\Â}\ìž\Ó8úd','',0,'?'),(_binary 'ó®¶ÁK²¿\Üe%Y¦m','wp-content/themes/houzez/property-details/adsense-space-2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/adsense-space-2.php',0,_binary '²5z\r\Ü:\Äâ¹µ\ß\Ùm',_binary '²5z\r\Ü:\Äâ¹µ\ß\Ùm',_binary 'Žº«…:-(\ã\â›\Zdpó\Æ\Å7ü\æ5WÕ¹\êû‹ñ\Å','',0,'?'),(_binary 'ó®ÁT\à¿˜]ÿ_ \ç','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì4”ar;\ÌH\Êv\Â\Økô\Ç',_binary '‡\Ûó\ê\"p‹]\Ü÷\Ìnb½\ÍÒž– \éAÔ¢©ŽdW','',0,'?'),(_binary 'ó¯\0†É™ˆ§±\Æ\ÛÀb³³','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Condition.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Condition.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']ø”À6“,žhµn¢¾',_binary '\Ômô~­Ü‘£Ÿ\â“`\"\Ã\Ü\ØY\Ð8T/AðªÐ¶SN','',0,'?'),(_binary 'ó¼¢]\"Oñ·ô\ÂdIC\ë','wp-content/plugins/revslider/public/assets/svg/av/ic_explicit_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_explicit_24px.svg',0,_binary '¯yŽO\ÊAqƒQ}\"Ò¬±\í2',_binary '¯yŽO\ÊAqƒQ}\"Ò¬±\í2',_binary '!‹IôG\ã-\ë¢i`c¬ \Ã\ßb{ófk±ñTÌ‘#¹\Ã','',0,'?'),(_binary 'ó½³Nò³\Ëô„ü«ó\Ïs\Âù','wp-includes/customize/class-wp-customize-custom-css-setting.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-custom-css-setting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?\ã®H(t\è\Ö\Ð)…G9œ',_binary 'O/`d;º®]\é\Úz\ì\á#\È®òÎlQ¤g–f\í	','',0,'?'),(_binary 'ó¾÷n¸(ƒ´û.nk`zY','wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Óp\Â@\"Dªý\Åx\ÄWª',_binary '\ÚpÇ„|¢Ù¦¢Oú®»÷\â8,\Ýp­DºW»³\àG\Î','',0,'?'),(_binary 'ó¿5-ù¼\ïò%[L\Ñ3™V','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/drawer.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/drawer.svg',0,_binary ';y<2&5&xýñ]43ü',_binary ';y<2&5&xýñ]43ü',_binary '\nGG—OqžCF\Ëq´‡ÿYù5k|¡\ÞnWRUJ','',0,'?'),(_binary 'óÀ\Ù?Î¨c\î<¸Vb`ø¹','wp-content/plugins/elementor/includes/controls/wysiwyg.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/wysiwyg.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ð•PÜ–j‚&\Ò_œ¡\Ü',_binary '.Ð‰%\É^|]\Ö\Ð¾ø\Õ\Ó[Ñ¦y´¿ù7(¬\Ì*·4W¤','',0,'?'),(_binary 'ó\Â6‚Cl\é8!\ß}(x\Ã','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Parser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Parser.php',0,_binary 'ü½‹SÕö‹IR\Ò9\Û',_binary 'ü½‹SÕö‹IR\Ò9\Û',_binary '\Ëù\0›\'6M\n\ÖM\ÝÉ¿~BûZ’nÂ¯Y\ç\é\Ç,õ\0WP\0','',0,'?'),(_binary 'ó\Ã\0L\ë\á‹\Æ6\Â','wp-includes/blocks/latest-posts/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ™Ï†÷Lb\'G	ùÁ½¹',_binary 'L\ÔÀš\0x\Ì\å>³ \0+h°{}/¶o[#VL*-«iD‹g','',0,'?'),(_binary 'ó\ÉÙ«(Oœ¿Ut8ý\â','wp-content/plugins/wpforms-lite/assets/css/builder/builder-scrollbars.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-scrollbars.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î?ÿB€~R0bòj¯Ow',_binary '±·ñ¯\Í\Ú-rø\ë‹Mš›©\ß7+ªœ	µ¦\Ïn1-/hª','',0,'?'),(_binary 'ó\Í\Õ\àƒ!c)\æPRS\àb´','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åS\Ü\Ójf\rQNØ‹®Ü¢',_binary '_¬qòò¿\×O\áúN\ä–\Æñÿp/I›~x˜{9j\àSK\Å','',0,'?'),(_binary 'ó\Ï,\È{F(\È”ÄŒ}‚P','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm\Ø\Ï\àð|\ËXÒ£Ý¤ePže',_binary '›%¦\Éö…ò?\å¯ö\Í<\çF\Ü\ÚD\æ´Q\'‚|šKr{Á–','',0,'?'),(_binary 'ó\Ð)£·îŠ¯hª\È\îò‹„|','wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_chromebook_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_chromebook_24px.svg',0,_binary '\ËÜˆÃ‘\Ôd&ü.\ÃFó·',_binary '\ËÜˆÃ‘\Ôd&ü.\ÃFó·',_binary '¨¢÷–\Üp£Ê›’\Â;\ê.|\ÛKlCž\ïG\î\Â1\"¿‡‚','',0,'?'),(_binary 'óÓš÷ @\ÓlI{ }¬·','wp-content/plugins/wpforms-lite/assets/js/admin/pages/mi-analytics.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/pages/mi-analytics.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€0ñl\è|#O\éû«qr;F\å',_binary 'w?v¤e¬ã€ŸiAAœK\Ó\ç!\0õOJú¤iF´‘|(','',0,'?'),(_binary 'óÙ‹\å\ë\0\á4©JfT£EE','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/ArrayLoader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/ArrayLoader.php',0,_binary '\n\â7Ë‚ŽQ†C€…Àgøa',_binary '\n\â7Ë‚ŽQ†C€…Àgøa',_binary '_c\Ü÷Ø½y)ÁJùºóh•…Z2`Àz¥M;9²n','',0,'?'),(_binary 'óÙª\Ô#½|1\\ö2Um\éõð','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ý2,øANÿø\ëS¼[',_binary '%¯g\Ú\Õtóéš†lpXIÑ¥I@CÌ²™“¾ó¥r','',0,'?'),(_binary 'ó\ß&.óÐ¦QxT/rbœ†','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/i18n/polylang.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/i18n/polylang.php',0,_binary '—‡»~sZq/¦¤Aûó¢',_binary '—‡»~sZq/¦¤Aûó¢',_binary ')Ip\'7²x†»­‡²{ °ýa°¨c?¤\áck@5|','',0,'?'),(_binary 'ó\ç&.-Lpa¹;™\ÄÃž\Ð','wp-content/themes/houzez/template/template-listing-list-v7.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v7.php',0,_binary 's›\ß{1A’s=[[\Ð	^™',_binary 's›\ß{1A’s=[[\Ð	^™',_binary '­—ó\í1P\Ä2.3.»û\Í\Ù÷ú\ì8\çhÖ¢\ãRö]¡W¹.','',0,'?'),(_binary 'óò¦ú¡\Éeû`sÌºÆ±','wp-content/themes/twentytwentyfour/templates/page-wide.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/page-wide.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E%˜\Ëz–\ZaƒhCh«m†',_binary 'O®ö”Hb^5±´x÷o\'8\Ú-m•Šn¼ñž?\ç>','',0,'?'),(_binary 'óó\Ò\Í\Ñâžžùª^Õ˜R\Û','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\É\Þo”…\å—¹\å§h€g[',_binary '€\àÀß.\Ö-h4`9S _\r\è“)I\Í(†\íW\Óò','',0,'?'),(_binary 'óù¯¯3I,J\Z+qÆ³*','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/FloatArgument.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/FloatArgument.php',0,_binary 'XŽp}E\Ô\ëDzƒŒ¿À',_binary 'XŽp}E\Ô\ëDzƒŒ¿À',_binary 'ó‘+\èy\"\\\"\ÊÉ±\'Ñ 3\ìl\êû:5(²˜2fe\Î','',0,'?'),(_binary 'óú\Ãv¹¬”?­\Ò\âr\ß','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Photo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Photo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥ª)À3|¶\Òðµ\ÐL\\',_binary 'ï‚¯-UP®¹P_^V:\ÖK\Ï2º™û8LôY%o','',0,'?'),(_binary 'óú8\Ô\ØU2\èÿT\ãMeœ¡','wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ë²¨@+µÉ‘\Z~œG5 wr',_binary '\ìö\Þ\n¯_\Ä\ßw*Pzž*Z#\í4³w,L·ueŸ©','',0,'?'),(_binary 'óýt\æx^z\ï«ü¿¢','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|Jtv\ïnU»n%%‡\Èk',_binary '\" \0ƒ\è\Ån)\à^\ï\É\åÊ™TO‰¾—\Z\Ê<W\ß\á<„d\Ø','',0,'?'),(_binary 'óÿV¬“k9Û´\îs¿»€Ö¿','wp-admin/css/customize-controls-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-controls-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2b] p?§\Ù?o\ÑO\ë{&\\',_binary '¶+z}™³.ùª\ß\æø]‚yN~]#\Ø\Ó?õ\ê$','',0,'?'),(_binary 'óÿ¹¹<\È\Çpš0rRž˜J','wp-content/plugins/updraftplus/central/modules/posts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/posts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'TôÊ‘¡!eŸvô\0Œ=´',_binary 'QlÛ¹\ZKnƒ2\ê4\éÒ¯\Ð\ÉùEŒjü=ý0\çB&','',0,'?'),(_binary 'ô‚Ž;\ê¢^ð©¸´8c„','wp-includes/css/buttons.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/buttons.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤yØžˆ\é·\Ãô\×\çmjm',_binary '@:£v¸5p¤À\Õ\"_€õ/„¢¾Ž\î¼\ß\Ø%¤½','',0,'?'),(_binary 'ô	qDStg8š]','wp-content/plugins/revslider/public/assets/svg/communication/ic_contacts_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_contacts_24px.svg',0,_binary ']Š%c†X]\'¬‘:!\ÕI',_binary ']Š%c†X]\'¬‘:!\ÕI',_binary 'ô¸B3Ó—°\âÿŒU&GJ|%yKªZ\ê\ÎÌ²O\ïýte¬‘€','',0,'?'),(_binary 'ô	À¹Fð¯;Ž‚·$y','wp-content/plugins/houzez-theme-functionality/elementor/widgets/status-label.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/status-label.php',0,_binary '7œb\Þ\Øö\ÊO\Å\Ò$Š\Ñ',_binary '7œb\Þ\Øö\ÊO\Å\Ò$Š\Ñ',_binary '\Ø¿³ú0vƒ„W\Ü\ÝR0<‹€Ow4~ô4RU\è','',0,'?'),(_binary 'ô\nI\ÓP9«¯B>Az\êG','wp-content/themes/houzez/img/half-star.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/half-star.svg',0,_binary 'YE$Û±i¾öK½q\Þ\n',_binary 'YE$Û±i¾öK½q\Þ\n',_binary '\ëµ\Æ&Uþ°ŒN\Ã+\ï\é\áQ\Ôcžª‚¯p3‡¹’\îr','',0,'?'),(_binary 'ô,U¿nq¯s’­k\ÂR','wp-content/plugins/wpforms-lite/templates/admin/payments/mode-toggle.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/mode-toggle.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'yL\ÉM#&$g\Üu ¶|+\îP',_binary '\Z\æÀ\Ü\ë”ô>ax~ñuTH`õ²\ì\ßR\íœ\r0;^;','',0,'?'),(_binary 'ô\rh\ê%%B\íVa3ô†wF','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/UsageRecordSummary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/UsageRecordSummary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŸYpD>‚=\r¿6˜“\Ô!d¦',_binary '\×}t…\â‡š ñ, GW\ç\Z0|ûÝ•ØƒÜ£¤°­d','',0,'?'),(_binary 'ôŠ¥•RP\Êúp\Û\Ö\Ý\è\ç ','wp-content/plugins/wordpress-seo/src/integrations/support-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/support-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ï¶/U­N^\ÈÎ²¨+¬',_binary ':b7ü¢> \n2Kt ¥\îq\Î,\ÑH2\\^\"\ÍmEÍŸ\Î','',0,'?'),(_binary 'ô˜²\×j÷y\ËÀ£+)[','wp-content/plugins/wpforms-lite/assets/css/emails/classic.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/classic.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o\ÄVa\ß\Í/¾«‰2…÷',_binary 'ÊŸ\Ýb»6k+€¿\î-W™}:•\è\Ýp<nÃ®	\ÞY','',0,'?'),(_binary 'ôº±o±[Á\ÜK@w·t\Z','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_failed_email_bh_cloud.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_failed_email_bh_cloud.html',0,_binary '\ßWR¦`z}¢³©€­',_binary '\ßWR¦`z}¢³©€­',_binary '‚»*Eþƒ\ZBÜ™\Ôø\ì½\Îi\Å8X¥•qFh\Ï','',0,'?'),(_binary 'ôS ],4Fr8\Ñv','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fð-\\±\é;µ±õX\ß\ë‹=',_binary '\Z«78Ue)\Ö1\ç¨/´<\Üj\Ù\'\é˜ù&Õ‘\ç+(','',0,'?'),(_binary 'ôh.e¹—ra7/`\Ã\Üô','wp-content/themes/houzez/template-parts/reviews/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/reviews/main.php',0,_binary '\Ç{üA•3ý\æ\"+\Çc9',_binary '\Ç{üA•3ý\æ\"+\Çc9',_binary '‹/ÁI9•d1”û\Õ_p\0)\Î=Xœ¬\ÙI2YÝ±.hK\Ç','',0,'?'),(_binary 'ôsr!\È\\\ÄB–Pw’.','wp-content/plugins/revslider/public/assets/svg/navigation/ic_apps_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_apps_24px.svg',0,_binary '\Îó|ÿ{-‡”>ª9*—x',_binary '\Îó|ÿ{-‡”>ª9*—x',_binary 'P\ßH\'! †N3¢\Êó0k\Õ\'\'Z?‡\êkOW°„G\î','',0,'?'),(_binary 'ô–™\Ö´\æžD\Ñaÿ\\','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nÅ¶\ÑYpA‰k¢bøß‰0',_binary '__7]>o7v$\ê-*qƒX\à\ç\Ú@k±\"\â\Ú}F\ßþ','',0,'?'),(_binary 'ô•}2´ÑªWYq\é\é;a{','wp-content/plugins/wordpress-seo/src/config/semrush-client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/semrush-client.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é¬üú‘…¥v\Âö‡\Ô_cˆþ',_binary '\â\ìZ\äZE$H\Ûj‚|º\ç#|;ž\ÄÅ»W)öUÓž\åÀ','',0,'?'),(_binary 'ô#ð€’b\0%\\\×\îÁ\Ñø','wp-content/themes/yith-wonder/styles/05-red-shades.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/05-red-shades.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e•u\Ækðð\ÜÁ™J\ÌP\ì-',_binary '5\é\ÃyVÏ¾#\Ã`H½™ž=£Õ‰ºo\Ó4%’‚','',0,'?'),(_binary 'ô(:€FqPp/±É ™\Ûr#','wp-content/themes/houzez/template-parts/dashboard/board/leads/saved-searches.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/saved-searches.php',0,_binary '1ß‡U9jW‚\â\åž\Æ<¢¥¿',_binary '1ß‡U9jW‚\â\åž\Æ<¢¥¿',_binary '¶E“õ\æq9~\Â\Í\Ñ`¬2~»i](\ÈPJ\ê\Zo\Ø!šc’\ê','',0,'?'),(_binary 'ô(\ÓÔ¿£\íÉ¶Û¾\âè¶®','wp-includes/js/dist/edit-widgets.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/edit-widgets.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \Ó\áPŠ£\Ã\ã+ò“›ša',_binary '÷Ì¬”ZXOkG\Ñ\áÄ–Wc¹BE¯Qð\Þ-’o™\Âpø','',0,'?'),(_binary 'ô)€‹\Ð0Ù“Cƒ¶%­C*','wp-content/plugins/revslider/public/assets/svg/av/ic_mic_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_mic_off_24px.svg',0,_binary 'g^VgˆKÁŽ-$¯\Ì',_binary 'g^VgˆKÁŽ-$¯\Ì',_binary '°b}UÛ«¦\Ý:œ·šo\ÜZó¨³²\çt‹[qpáŸœ0#O','',0,'?'),(_binary 'ô+u\åx³£ñgþ¤¹!œ','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1\èC\ÕI:œ\'-ÁGx¢(',_binary 'ž\Z\Ç<+€§\Ý\rY\åñ6\ãQ€O¥9Ž”\Ìð%\Ægªù\åR','',0,'?'),(_binary 'ô:{û¶\Ö¡š¾—:³žQ','wp-content/plugins/revslider/public/assets/svg/av/ic_add_to_queue_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_add_to_queue_24px.svg',0,_binary 'Á®2E´jgXF›zòðo',_binary 'Á®2E´jgXF›zòðo',_binary '\â\âUú‘õH»p‡3¿ÀØ¹\Èò­a°\ãÐ»‚\í','',0,'?'),(_binary 'ôF8ÅŠN<Z\áM©2Y2','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SendGridHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SendGridHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's¿€?Aõw5Ù†z\nõ',_binary '	|%¼:µ°²i”RiL\ß¨²¹Î‚\è_H\ëS~ˆ¤\Ó\Þ','',0,'?'),(_binary 'ôH@\Þ\ãgÁ_¬u|Ø‚Y‚','wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔGƒ\'\çƒNºI)<O©{\Î\×',_binary '˜´?Z ý‡\Ú\Þ\é¶Gr=Ož\ß0\æ7\Åý˜]˜\Ñ\ísd\è','',0,'?'),(_binary 'ôJ\'#‰‚rN„0a\r\È','wp-includes/images/crystal/audio.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/audio.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™nVñ:\ÉÏ‰óG\Ø\Ô-#k',_binary '¢~B\Z-×¼of|W¢x\\þª|¨M\ë)\å\ß‰Ë¢','',0,'?'),(_binary 'ôKfb8MG\ÏHXã‡”','wp-content/plugins/revslider/public/assets/svg/places/ic_ac_unit_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_ac_unit_24px.svg',0,_binary 'À?¨`¥vz\î\Ìs>>',_binary 'À?¨`¥vz\î\Ìs>>',_binary '\Ç\Ä\Ò\ì†@~¹€Ä™ò\Å:\Òù—\àvYOŠ˜{•y3,@t','',0,'?'),(_binary 'ôP¨©>?‡½Ö§ióF','wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Schemas/Cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Schemas/Cache.php',0,_binary '0Ç‘€W\ç®\r\ÏRŽ÷›',_binary '0Ç‘€W\ç®\r\ÏRŽ÷›',_binary 'ùƒ¤‰¦ß Á«=\Äk\ãª²a\ëY\×\ÓuÛ›^¾™V','',0,'?'),(_binary 'ôR!%h*\ÆÌ»¿}d\Èvû\Â','wp-content/plugins/elementor/assets/js/packages/env/env.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/env/env.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'N‰¤œ½.\ál–Žv)/',_binary 'v­\0¯FNa?6\Ø\Øf÷²ö&d&Ï¾\Ç\ä`¾	7‘¶:\Õ','',0,'?'),(_binary 'ôS\ï\ßyu£\ï3R\Æ@×Ž\Æ','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg',0,_binary 'õ˜3\Ñ\ÔXÁÑ¶G	óÀ\ZQ',_binary 'õ˜3\Ñ\ÔXÁÑ¶G	óÀ\ZQ',_binary '%Ax\Ç\ì\Û\ï%8\Ðý\í_M™“ø\âS\Ê/)Lf\èkJh`F','',0,'?'),(_binary 'ôY´ªR‰Yi/µ·l@HX\Ó','wp-includes/js/media-grid.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-grid.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Mˆ>>)Z\ÂÎ«\é‰\n\Ì',_binary '÷•\è+\ì,\Îm`É¢;r\ßÇ´\n¢1‡z—\Í=m}—£\ã','',0,'?'),(_binary 'ôY\ê\Ô6_¦Šê¶ŸW','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaNumericValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaNumericValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\Üs»\ÒñM@ªôò¶£\Õ\Ë ',_binary 'h\ìü½*fœT\á]f\Òÿ¼^-\ìjøÅ«^$·V\Ûzø‡¦I','',0,'?'),(_binary 'ôZ\Í\ë–Qµ!\Õ\Ðúö®* ','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`y\0#x\ÄsúG\ìJ¶\Öt°\ä',_binary '\ÛA\ár\ë\Ð\Äx?jŽ’\Ò#‡\ÂCõF\ËO‚G-¢S\Ö÷$','',0,'?'),(_binary 'ô[$–k®(vw`Ž`F','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\ï\Å\Z…m£-\n#…‹÷@9',_binary '=³5s¦õ\ço‡ö¯×„aSþ\Ë\ËùBž\ï\çqÊ«\ëU0,b','',0,'?'),(_binary 'ô]C\ÏûP“\ì&\Ñ\éÁR!Œ','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Activation/Activation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Activation/Activation.php',0,_binary 'ˆþk\'_iüO‹ö*!59',_binary 'ˆþk\'_iüO‹ö*!59',_binary 'T\ÞP&þrLª‹@\ã¯8ù$!7ò\rt\ÕpT‚Àü\î\Î!','',0,'?'),(_binary 'ô]»Ð˜\nž(ª?W&\\\ì´','wp-includes/blocks/audio/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'px\ëÚº•‰ø\Í5)C4\ZM',_binary '^}õ…b’>?\Ö´\Ð\ÑK±8<¿RÀÜŠ$ûÀ{0­6„','',0,'?'),(_binary 'ô`\Æß€¡\ÔTÒ¿…u\Íú','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user09.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user09.svg',0,_binary '(m_ò¾94\Ö0',_binary '(m_ò¾94\Ö0',_binary '\Þ\\Q\èV/Ei§V°h}©? öX)ƒxðÇ¹F9‘ˆöi','',0,'?'),(_binary 'ôb\Â\ÇuD¤v¶_%UœS\Ù','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/shortcode_generator.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/shortcode_generator.js',0,_binary 'a÷¶<³ß ¨Q|\àsJoy',_binary 'a÷¶<³ß ¨Q|\àsJoy',_binary '\'÷ûaŸo.O¹B:ü\æQó\\\Õ\'\ÆO[»³œtE‡”n…','',0,'?'),(_binary 'ôg½ ·\Ýù7b\ìk\Þ(\ã\Õ3','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ëlcÿx/\Ç76ð4–m˜\Ô,',_binary '±0ZÕ®•Oø`”\àþ\Ö\ÆX£!’y:20\Ù8Ñ™ca','',0,'?'),(_binary 'ôhý)\í\ìx€.\Ðð]„ˆ','wp-content/themes/houzez/framework/stripe-php/lib/ExchangeRate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ExchangeRate.php',0,_binary 'L—\È	¿€\ÚKWeB3V®T',_binary 'L—\È	¿€\ÚKWeB3V®T',_binary ':V\rR\Ç)\r½$¨µn+<M‹Hm€\r\Ù8\ÓØ³¤—ùV\ì\ï','',0,'?'),(_binary 'ôw\ß>d\ÂŒ?d…','wp-includes/blocks/post-featured-image/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' “ZP(bNG\ÔVûÑª~\Õ',_binary '²(ffÁyòZ\Ï-õ\Ó\Ñi\ni³¥|\n\ï\Ê\ä>\Ù\âóù','',0,'?'),(_binary 'ô‰Ï€\å{q\Æ\"(g$9','wp-includes/Requests/src/Exception/Http/Status504.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status504.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼!g\ÞGN&\ëas¯oIw',_binary '\Æ@Èœ\0!˜Š“ôFq?”dƒ\Ì\Ñ,Ç¬M\ã±o€Àm','',0,'?'),(_binary 'ôˆ7:”bü\Ë\r,\Ýjaø','wp-includes/js/dist/blocks.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/blocks.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\0w¡¯JØŸ\Â\é~…\ËÖ¨',_binary 'E±ÈŒ\rbl\Ø:¼ß­\Î\Ê/‹\éEc«´Ÿ¬K\ß%ðf\é¾','',0,'?'),(_binary 'ô’\\$Fý²ºxm€','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿À\ÃFuav*§Éµo†y6',_binary 'û\Ø\á~zU\àÎ´ÿW¿H¾1\å¦ðX%³­žKLU','',0,'?'),(_binary 'ô—	\ï·ge‹Î¨2¡','wp-content/themes/twentytwentythree/parts/header.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/parts/header.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']r·CCeAF\Â\Êt\Ý\Ô\Ñ',_binary 'õ¯Â©ö\"¬±„K0D(t¹,Âš7ÿ»ó\è\ÈI\×','',0,'?'),(_binary 'ô›°=v‘T&Ú…(','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Utils.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Utils.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷õeu\çûS“=\'¾vo 2',_binary 'f#gM—Zy\à\ÊLTõ†BkfM\Î¾}VI¢3\í\àb','',0,'?'),(_binary 'ôž¿Qit\ÉQ\Ùò„\ì•7)','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/340.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/340.js',0,_binary 'ž©\Ã\0¶XJ i‰	/J]',_binary 'ž©\Ã\0¶XJ i‰	/J]',_binary 'öZ\â$È›\Æ?\ÇK\Âj2¥¡\ÂÞ´ž;Oz@\Ðl5n\Ã','',0,'?'),(_binary 'ô£\ÄQLš-Š\ri“>JI@A','wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'b\ÝXyC¾·í’ˆ\ØyP5\Ì',_binary '©ƒ­“&\è\Ëý\çSrp³\Z«\0\Í|m\ÚKX\é¥s\ÄÃ‹\È^\Ó$','',0,'?'),(_binary 'ô¤\Õfˆ	W5\ra\ãR\Ñ\nK','wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Eõ›³ûta†\ì¼s',_binary '\Ë\áXp@\ÉKõ3jZ††AJðÁ¥[¶I•w-*I\ßÅŽ~','',0,'?'),(_binary 'ô¥zZ»f\Å\Ì\èip^‰2×Ž','wp-includes/js/mediaelement/mediaelement.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelement.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†w \Zõ˜º\åx5+\î.c\Ð',_binary '™þD\áR\Êy£°\nªû:›t€Æ´\ÖÀ7±\ÈC@„W','',0,'?'),(_binary 'ô¥\í½\rœÐ¢:\Zž','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-platinum.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-platinum.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' P›`°O\àÌ­žt¤[Q',_binary '\ß7Á¶¦Ê«„5c6’\é5 §¡TP\ÝJ<\â\ÂXŒ\Ùô\Ç\Ó','',0,'?'),(_binary 'ôªUö¡sd3\æÈ§³±','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß„©ö\å\È\× ÿ°÷)6S',_binary '\Ü$|\ï\ÌC¢pª:\Ì\å¾[\Ó\Ô\íœ|Ïµ±l«\Ð_ÁÕ¹F\ß','',0,'?'),(_binary 'ô¬¼\ë\çõu¬ª¾\è›f€hŠ','wp-content/plugins/houzez-theme-functionality/elementor/widgets/item-tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/item-tools.php',0,_binary 'ö¯Jýƒ»\É\"Ê¼ªT\ì',_binary 'ö¯Jýƒ»\É\"Ê¼ªT\ì',_binary '¹µ¥n9a\r}R³\Ô)Ö²a\ÔšuQ*c«‰\Î','',0,'?'),(_binary 'ô­j\å8úœ\ÈÄ\Ã\Z¬±ó','wp-includes/js/wp-backbone.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-backbone.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“úc\"H#$C)7’ø',_binary '\Î6:O‹Î²…Rƒ‘’§¡½c•5\ã¤Ÿ`\Û\0=Ü®\\°','',0,'?'),(_binary 'ô®¬\îÉ˜eo0cµòbú–','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/OverflowHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/OverflowHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÌB\Êö\0Î‰c‰¦soW“J',_binary 'ýž\àÑ“¼œ \n¦3\íùþS#wWÈ—ûd,û?v—a:Ä','',0,'?'),(_binary 'ôÂ¾ùhÖ™Ñ½j¥¼ÿï²°','wp-includes/blocks/comment-content.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-content.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't£`‰nPv;Uƒb°',_binary '±ô\Ý;j{xä•”“\ì>À¿OziZ‰¸ÀPtý™','',0,'?'),(_binary 'ôÄ©ƒ\çò)t¨¬•û\ï´','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_5_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_5_24px.svg',0,_binary '¨\Þ\Û\ÏÙ¯Ïmd\ÖH¬P¬',_binary '¨\Þ\Û\ÏÙ¯Ïmd\ÖH¬P¬',_binary ';k•}ß«\\v“ltˆ»î•€\Å\ÊöWFCODµsy\Ð','',0,'?'),(_binary 'ô\Æo:vÁd]á—­ˆ`\Ô','wp-content/plugins/wpforms-lite/assets/images/anti-spam/hcaptcha.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/hcaptcha.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '<ÕDi½X\ê:ƒ ¬\ï…\è',_binary '·ðÆ¸bM\à\ÕqNƒ\"LN;k×—³´v‡\Ä#\ì´\í¦\Ò','',0,'?'),(_binary 'ô\È%M+Àö\ïm\ë:ö‡0	','wp-content/plugins/updraftplus/images/notices/spring_sale_24.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/spring_sale_24.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž\ÊÏ§‹†\àÎ¤^z\èÕž\nœ',_binary '\ë\æ?\ì[8<.|»/”™\ÄÿDù¡\ÞZp1œ\ÃkR3ú','',0,'?'),(_binary 'ô\Ë\äü	|ðL¸o`,º_CI','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-privacy.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-privacy.svg',0,_binary 'Þ‡\ë½\Úsìµ­A©s,e',_binary 'Þ‡\ë½\Úsìµ­A©s,e',_binary 'hþ\îývÍ¼ŠB› þ£#\Ó+-À\ÄP½›¢ˆG6\Ò\Ñgk','',0,'?'),(_binary 'ô\Ìh\Ã5} m²RŽ\Ý\éw','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award3.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award3.svg',0,_binary '¥ÈšKÿ\ZN69\'\Ð\Â&K',_binary '¥ÈšKÿ\ZN69\'\Ð\Â&K',_binary ',¨ºõ¦KÁ¿€\ç¸D\ÅQ\ÊüÀcxþ\ï¤0\îm','',0,'?'),(_binary 'ôÐµgj\È]3Qwd\ÒüT\Ð','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²‹~![Ž>w\Å„“ŠŒ',_binary '\Ô\"¬I\ÈÁ\")É¤!€P\"y\ßl\ÃN\"\ÇO}\Ú8*6º','',0,'?'),(_binary 'ô\ÑI\n>£ff“\É\ÛËŽ0r','wp-content/plugins/houzez-login-register/social/Facebook/Authentication/OAuth2Client.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Authentication/OAuth2Client.php',0,_binary 'd\Ú\Â	US ½À©\Ó<0}',_binary 'd\Ú\Â	US ½À©\Ó<0}',_binary '˜òt\Õ(´-ÀºY{\ËVY\Ú\Ö:Wi¸\Î(‚\Ø­\"cÁG','',0,'?'),(_binary 'ô\Õ\"3\Ã&\Új\0\â\Å\Ìv','wp-content/plugins/revslider/includes/aq-resizer.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/aq-resizer.class.php',0,_binary '=l\Ê:\\\Ü\Z\íy¿\n',_binary '=l\Ê:\\\Ü\Z\íy¿\n',_binary 'g+½]hi\Â&gG¦7:™G›ú… ›Œ0\àAr–Lf','',0,'?'),(_binary 'ô\Û2tzY˜ \Ì\á_¨`û','wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜X)ÿ-\0C\í„Á\ÎÓ€\È',_binary '=\ã4ªb\Ûû\Ä<\Ì\Î\Ú\ì\Ê\É\Åc%\n<\Ôrü©´\Û4€\Ë','',0,'?'),(_binary 'ô\ß\ÛCl\æV¦\"ß˜\ÖXZD','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/Set.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/Set.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²¼\È\Íi|E\Íû-`',_binary '~N¢%§\Ý\éqr·\î†M¨\Ìþ\ë3›Lê»H¼vx','',0,'?'),(_binary 'ô\ã¸\Ò‘\á4\'ó\r\å\Æ½\Î','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$²Ç‚ŒA\Çq/\Ðq\ÎQ',_binary '\Ç\ì=·\ìwuP8ˆþ©3\Z3ø\×Lh¥ Ø_ò*\ê','',0,'?'),(_binary 'ô\åN§4\ã\ØßoúÝº3^P','wp-includes/block-supports/settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'uŠ\ÙlY P8bH\ì\0†',_binary '\Þa\'M¿“X0Ý¤œ\ï|\Èï µ\è\\nÃ‰\ÊgóF±j\Ö','',0,'?'),(_binary 'ô\çW ¨Ÿ£\ï\Û<¶(°Š\Å','wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰\×y¬Ê\æ\\¤Ê¹1aƒ',_binary '”ºÂŸŸ\Ê\ë¿/¨U¨ù~\ìP6+Ô¬\âºY\Õvm÷','',0,'?'),(_binary 'ô÷n\Ã7¢&5k0púú\ï','wp-content/plugins/houzez-theme-functionality/classes/class-reviews-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-reviews-post-type.php',0,_binary '\'‘YV•w\ë¤\Ê\ÒNb\ÄI_',_binary '\'‘YV•w\ë¤\Ê\ÒNb\ÄI_',_binary ';žƒ?-òõ?þù„\ÎZW¤\'®ÀR€‚ùõ ªe0²','',0,'?'),(_binary 'ôýÛ}¾õÙ§U*]\Ù7\á:','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ReserveTransaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ReserveTransaction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÊzUŠŒ+\ÆˆÄ‘¡Õ°',_binary '—5\ØjÉ€˜¿\\xO»\r\îrB\n\Ø\énpwÄ–‹','',0,'?'),(_binary 'ôþ\ÕCFC¾T/Ú®+:`','wp-includes/blocks/comments-pagination-numbers/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-numbers/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\r¤…1ŽAh$‡RøYš',_binary 'Á\à6=+B£ú‚«±\Å\Ø\ë²)/˜UA–½\Ñ\à­Sz\ïù','',0,'?'),(_binary 'ôÿö\Ï\ß]¨R>\Üw.’EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y¢ªÏ›\ÑvjŸ\×\nÀ…\Ï',_binary '\ãS\Óx–^öV>m\Ð!-ªq\ì÷\ÌñD\ÙeV\Ñ\ß\Î\È\è','',0,'?'),(_binary 'õ(T/Iûƒˆ‹e\êvB','wp-includes/blocks/table/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V\Ñ:¿P:…¦T¼P\Û>\n',_binary '®‘Õ¥\Æk\Ë\Ê.y8>J=.€\Æ	\ÜÅŠû,ø\ÆB\æû#{','',0,'?'),(_binary 'õ˜±;ôŽòF0ßõ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '$1úyÿRm²\Ð\Õ\Ôq«',_binary 'ðj›ºV£\ç=}59Œ˜Ê’\É[J¾üF7\×Ú«ñ?\Ú','',0,'?'),(_binary 'õ\Ó\È=\Å5GbG¾t®2L@','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/CardDetails.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/CardDetails.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\ÎX\Z²½…eq‰\Æ.-\Ã',_binary '\ä>bv«\í7°$}«8|>\ß¥M\î?*ß©Û	¢•#','',0,'?'),(_binary 'õ\Æùu…s¹]ð]q5ˆ\n','wp-content/themes/houzez/template-parts/listing/grid-item.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/grid-item.php',0,_binary '\ä8>óM6\"v\Ü&\î@9w¦',_binary '\ä8>óM6\"v\Ü&\î@9w¦',_binary 'žUL\Æ‰:\éªþì–††°!¸{rlvò”\Ø8Î›>˜','',0,'?'),(_binary 'õ­J†\Ý¼œxGŸ]l*','wp-content/themes/houzez/framework/mobile-detect/vendor/autoload.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/autoload.php',0,_binary 'xVù\Ä\È}\Ù_\Ü\ë©\Ë',_binary 'xVù\Ä\È}\Ù_\Ü\ë©\Ë',_binary 'N­¥‘±Ï’T\åJ%Z\ÝQ+7Ö§¹³#3U\\&…K\Ê','',0,'?'),(_binary 'õ¾‡\Æ/‚ù”u±Á','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/bootstrap.php',0,_binary '¸«Â³}•Šl\Å@\Ï\Ò;…',_binary '¸«Â³}•Šl\Å@\Ï\Ò;…',_binary ')ö±w\"”£ €jÀ\á¥fG\Ó\Z¾µƒö}‚BB‰\Þ]','',0,'?'),(_binary 'õtœ%lEVv.\ÖqøØ¸\0','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Context/RetryContext.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Context/RetryContext.php',0,_binary '\Ù\Òö„\Ù02õ›q\0¦œú™',_binary '\Ù\Òö„\Ù02õ›q\0¦œú™',_binary 'im\å‰6æ±ô~ )\ä27NšŠ@ž8µ«Á·tÙµ\á\Å:','',0,'?'),(_binary 'õnF\ßu}¯©‰Ò‰\ä','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ‹4<k‘5Mð\'\Ü_–Dö',_binary 'À0+fU‡ñSn|‡+M<‚0.+q«\ÕHK†Th`FŠ','',0,'?'),(_binary 'õ\ZœŽE\çF;¥û>¬¸#O','wp-content/themes/houzez/property-details/partials/overview-data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview-data.php',0,_binary '\ÌO\ÉSPr\É\Ï@H7üƒÓ¬0',_binary '\ÌO\ÉSPr\É\Ï@H7üƒÓ¬0',_binary '·~™\æ¾ñ3u¬\Éûø¬;Î³¤¬¤8Þ”i;%Y\äg','',0,'?'),(_binary 'õ!¥Ö(yJo*\È\îJ\Ø','wp-content/plugins/wordfence/vendor/composer/autoload_static.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/autoload_static.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ6‡\Ù	P—W™n\"\çµ\Ðb',_binary '”\áEgpúÔ¨wh\Î’.”°§§3Á\n\ë¦f\ÍN\Ü','',0,'?'),(_binary 'õ$†€’³\ÐICo:ûªzP','wp-content/plugins/wpforms-lite/templates/builder/fullscreen/abort-message.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/fullscreen/abort-message.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P5	ŒQ*\0/“E”°†x',_binary '}™,`3\nü\í&\ìŒÒ™\0\á3¶ˆ2&¥¨@‚¡Um\Ýrj\Î','',0,'?'),(_binary 'õ)—#jñdš§S¸¶\îeÊ‹','wp-includes/js/jquery/ui/effect-shake.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-shake.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\á\0^Vt(w›*|H¯Dƒ',_binary ' \Z\Úh[g\ì¨6ñ¦\Z¼\"N\ÖO\Z¹½:\ìd/û‚³¯','',0,'?'),(_binary 'õ*\êm§¶7š,Y\Æð','wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi/rest-api.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi/rest-api.php',0,_binary 'ñó†.n™¿º4¤Å¤Î­…',_binary 'ñó†.n™¿º4¤Å¤Î­…',_binary 'Á“þžœ“\Ç\Ú\r2\07K£\æû„\n;“AÏ¬:ñŒ)`I','',0,'?'),(_binary 'õ*÷1¶Gé«v\íLßŸnŒ','wp-includes/sodium_compat/src/Compat.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Compat.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Z °\ß\"½‘Ð˜\rC6º',_binary 'u\Ç\Ø\n\×@ÝŒ.Š\ÛRÀóòŒ#j¾²!Y\ÂIW¢¹','',0,'?'),(_binary 'õ-\"D\í\ÊÊ¹D²5a\Ð/','wp-includes/cron.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/cron.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°\n\Ùùdˆ¯w\ä¦Á\åœ/',_binary '‰öÖ½Yb m¤¸_FZh¹‘„™L‚£¹Ž\ÐË‹Œ:F','',0,'?'),(_binary 'õ30ói¸©]\ÚG‚;','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\rõ\n»\ËY®»—)ŒX\æ',_binary '-	’\Â\ÐayRŠ¬\î¥[ù~ð²\åÙ—‘\Ë2Žý','',0,'?'),(_binary 'õ>U„@sž©ž\Å\Å{r','wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Settings.php',0,_binary '™ð‹}\ém‘Ï“Ð” \ïðI',_binary '™ð‹}\ém‘Ï“Ð” \ïðI',_binary '÷»\"™”‡}KÁ3\n~‰r£6t·›\ZZ=¤d\Z2\Ç\É;\'\Ö','',0,'?'),(_binary 'õ@D]§\Ñ8P4V=‹\0','wp-content/plugins/google-site-kit/includes/Core/Util/Method_Proxy_Trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Method_Proxy_Trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ZÅ¹Ç†\Ôw~yò\Êø•]”',_binary '<`K§‰Kó0’á·¨Û¹\ë«\Ãu\ë>N„a,L\Ëg','',0,'?'),(_binary 'õA4eø\ê\Ç{¹^š†\ÒZ','wp-includes/js/wpdialog.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wpdialog.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶\äÈ‹œ5\ÐU ò\Ôc\Ó',_binary '}\ÍLS5\ÏzÀb¬$^G\0\ÐP\Æöœú#ú{ŠIe\Ø\Òö','',0,'?'),(_binary 'õCF‰\ã‘7‚Rž\ágZ','wp-content/plugins/redux-framework/sample/sections/extensions/repeater.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/repeater.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ú\Ø:º•\"\Ðð\ß	\Þx^+',_binary '\è\ÒZ{>¦A#&p§‡L\çòOd®kµµ‡†fºŠDŠ','',0,'?'),(_binary 'õEX\Åñªa¸:j\Ìú·\×ZI','wp-content/plugins/wpforms-lite/templates/fields/total/summary-preview.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/total/summary-preview.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Õž’lJ±Ï¼Y¤SJ\ì•u',_binary '\Ð`ŠU]ýnü•\ê0SV\0½,r,5õ\éÿôE$þXs','',0,'?'),(_binary 'õF¤\ë\ZÁ“\ç®Cü\ì1®P','wp-content/plugins/wordfence/lib/wfDict.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDict.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y\ß Lü\ê\ïZ!bE±\Ôl\Ú',_binary 'óµ\Ê.{0Jeú\Â{\×5-\Æò\ì~[Tš$Äž','',0,'?'),(_binary 'õMT÷‡O¼û}sX','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.vi.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.vi.min.js',0,_binary '‹\çl\r¬Ø$žX0\Ðr',_binary '‹\çl\r¬Ø$žX0\Ðr',_binary '¡Sy8Ê—wj±e%\r#\ëm\È{²šÀô\"þ”8\Í#\Í÷','',0,'?'),(_binary 'õO\Ø[\Ý\ÊO­>¥\ÛŸ*','wp-content/plugins/elementor/assets/css/widget-spacer.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-spacer.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M#Ý„‡G\rŒD!þh}r\ã÷',_binary '¶¼±÷rÝ®^\â•’\ÉG<–Hÿ\êh\ÖYF,ø`P\Ô','',0,'?'),(_binary 'õVr6\Ä\Ê$Eµˆ+maŒ','wp-content/themes/sinatra/assets/css/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢Ã—r­Ma|tj)$\ï„\0',_binary 'ü>ºx¢²Œ¢„\Ò_\Þ@\é74ž{Žÿ\ÍyýÑœ0g','',0,'?'),(_binary 'õZ Ûºo™|íµ§\Ù+q','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/DataGa.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/DataGa.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fµ%¹œ\æ%A$QŽ\n#',_binary '\Ê^9þY1º\Ü\Ç\èA|›÷Û¢W,\ÚT\Òo÷ØƒL-','',0,'?'),(_binary 'õc}b\ã\ÜfÉ°Ü€ƒyœB','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡¹\n\ì¸\Êq±¡\É<°7\Ã\è',_binary '\nšüZn\ØBþ\Ø8)\Ð\Ú\ÕC\'gˆ£jW\åM\â÷\Ù\Ïxi','',0,'?'),(_binary 'õf\Ý \ç÷\ë\Â(7\Ýj¸','wp-content/plugins/wordpress-seo/images/link-in-icon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/link-in-icon.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž\ìm\Õ4tò\ê1D£\ÆÀš',_binary '†Ÿ?Ó½p»’\ÄM©R÷‡\Ø\nI\Øô\Ôm¡#¸','',0,'?'),(_binary 'õuôN\âƒ.A_\Ù_\Ï','wp-includes/js/media-editor.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-editor.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“¨@4VaˆË£‚›ò\Åð†\á',_binary '¸›¬9™R—\Ö‡®\r‡ Æ²o[\ÇN†K–\ÏÅ¡*h‹\ï','',0,'?'),(_binary 'õw¡+\î\ï¬¨YC¦\×Ò¦','wp-content/themes/yith-wonder/patterns/testimonials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/testimonials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÐÑ«\Ô\Ê•t>¤IØ“•‰',_binary '>·²F[`i\Ê\ÑM‚„ÿ½‡Y»6§Š»C\îÖ¶8’\È','',0,'?'),(_binary 'õ|\0=%¯ñ¹ºIM§¶P','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/images/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/images/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'õ|–*w/\ZT*º6\ì\ÄbJ','wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2\r©!³]\Íõ,’ý‡Ž',_binary 'r\ì\ÌþÑ”2\ëX\ÃB}\ÅS¶Šû¹®ž$\áp\Þ\Ê{f\ç\ÄGl','',0,'?'),(_binary 'õ~’\ré…·YBFQ¡U¢','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/FileAs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/FileAs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\èZ\Ôx])>öggj\ë±',_binary 'ŸÖ¢¼^%ÿOuI…[\ê×„\è™_\åb¸&¶\\Í;¨','',0,'?'),(_binary 'õÀ(•¹œwý\ÄS\Â\ÖO','wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð=uVþœp¥$\ç¯}~\Z',_binary 's±&=`\à`©ú\ç´\n\n-\Å¾|\Òz´\Ø–úTC>\ÆÀ','',0,'?'),(_binary 'õ„\Ü\Ùp\Ñ^­od3›t2','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ½2°Û¥¼þ+M­p8',_binary 'i“\ë…äŽ‡Ù¤®r\Ô/¿Á\Í]%µ)\"\ê8=.tj3j1','',0,'?'),(_binary 'õ†!SX\Ä\áµú”b™I”','wp-content/themes/houzez/framework/stripe-php/lib/Service/BalanceService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/BalanceService.php',0,_binary 'ý6\ì†M¦†m+\Öúc‚',_binary 'ý6\ì†M¦†m+\Öúc‚',_binary 'SÄ³¦B\ÌYb\íƒ\Î\åúll8\íùSjÑ¬\é¤ùº\îò','',0,'?'),(_binary 'õŽ)Q\n“?ñO©aŒr¤¢','wp-includes/blocks/comment-reply-link.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-reply-link.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c\ÉI\Ïk~\ì\Ú\ék4\ÉV',_binary '–²\ãÜ¦öš?\Ú\Â\" H<\à¿\'¸H¿u …a\Ïh&N\n','',0,'?'),(_binary 'õ‘IB\åˆ{Î¸Z*¡_','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žÈ©_=n´>•õ¾°6†',_binary '\âu)#-†\Æ\äiLI \ÊW\è)m‘ª\0+z\\óZ67','',0,'?'),(_binary 'õ’pbˆ\Ñn\ÉbpsQrž','wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\r¦\Î\íŠ+ÁVm§N=X¹v',_binary 'n¼ýf¶«\àµöl\ç›! \ÒKŽn¨Ã—hex\ìÛ€U@\å','',0,'?'),(_binary 'õaBM€¿»¹‰B\î8·)','wp-content/themes/sinatra/woocommerce/product-searchform.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/product-searchform.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R0Ü®cû\Æ Ñš}˜e‡þ\Æ',_binary 'V°	hTþ¦ˆ\r¸iŽQ1@Sq\ã\í;\Õ\ä>v\Ü\é˜','',0,'?'),(_binary 'õ¥†\Â\Ø\Þ>+ÜžL[\îm','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«\Óa5q€\ÜÈ‘_4ø@',_binary '(afo\Ñ\Òx\ÔD™paQ6\Ðmtk\é»,ù\ÈóV^','',0,'?'),(_binary 'õ¥\Ûý(\ë\Åø%ž#€9yn','wp-admin/css/forms.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/forms.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿\Õ\0\'§º€¬Eÿ´÷¿F',_binary 'ð„Š	ý.­g\Ëmvý\Å0F†£°!ó\'J”Øµ','',0,'?'),(_binary 'õ¦o¼bBr\Ïj3#\r¼—','wp-content/plugins/wordfence/waf/pomo/entry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/pomo/entry.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';Â²iGQŒ’A\Ô\ê®w',_binary '79]“ù§#Œ/–\Ã÷rùbCte\\cõ’˜ßžƒP','',0,'?'),(_binary 'õ¨õòH£©Ló»<€Ì‘5','wp-includes/blocks/query/view.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/view.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7P\×\íñUDjCX^F\æ\×',_binary '\ÈX\Ùüð„BŽ±R{Ê±¸¸\æöfJ.p®T&','',0,'?'),(_binary 'õ­nöÁJ\ÈÄœý@eQG','wp-content/themes/twentytwentytwo/templates/blank.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/blank.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tf\Þi\Øó)\rÍšBýë„ž',_binary 'vx1Õ»¥}€\é0‹/w3¼\Þ\àc\Ç‘g\ë(p\Ý','',0,'?'),(_binary 'õ³f9d\Æ\á…+\ß4_Zò\ë','wp-content/themes/sinatra/inc/admin/class-sinatra-dashboard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/class-sinatra-dashboard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1@ñ\Ü\ÖOÅŽ~!\'‰:²\Ãf',_binary '€\à\êý\Ü]\Þ\è”|Mô\è\ïò–P\ëúÉ–|F\åõÐ¦mm','',0,'?'),(_binary 'õµ¾\×)·õ|n@?L§','wp-content/plugins/revslider/public/js/save.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/save.js',0,_binary 'œŸ\âü*„Á³|j–±\"j¬°',_binary 'œŸ\âü*„Á³|j–±\"j¬°',_binary 'w°ò\ÝYjKœ+K9#œ#ò«\ÎƒMrŒ˜¸÷\Ó:','',0,'?'),(_binary 'õ·D°µª6\íSÿ/\ÈcQ‚?','wp-includes/customize/class-wp-customize-background-position-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-background-position-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù}4À\ß\Þ\ÌOñ\é\Ã\æ\Ö\Íõ',_binary '\"ô¸¢—:\n\Ä\ìD<RD+|-¸\ÕZü]Kú?˜„','',0,'?'),(_binary 'õ·Va£­A\Ê;\Î\Ä\Õ','wp-content/plugins/wpforms-lite/assets/images/builder/toggle-tab-bg.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/toggle-tab-bg.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#>\ÜW«³5KÑµ®ÿ®LK',_binary '\ÐBDÓ¨!ü³™\Ê\×;5I\ÇpTY²™k³\â\îüž‹Ÿ','',0,'?'),(_binary 'õº’f]D\îi›{RG˜','wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')\àŠ:-\ÊM\âjów\ËO‘',_binary 'Jl˜\n‹Ý¨f\Ôq\Ým\êKE\Ò§(D²§*1‘—','',0,'?'),(_binary 'õº¹’me\ãbxK÷¨¿]#\'','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/steering-wheel.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/steering-wheel.svg',0,_binary ' \Ð%7\×\0—\Ä/ƒýA',_binary ' \Ð%7\×\0—\Ä/ƒýA',_binary '”ŒW\è¢\Û-»\Ó\ÇO­<$ÂŠ¬‡~W¸ø\Þ','',0,'?'),(_binary 'õÁK}:\êa<\Ð¬Uû+#','wp-content/plugins/wordpress-seo/lib/migrations/table.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/migrations/table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jm¤8ŽwÄ”ò%	O\Ó_$',_binary '	¹\Ü¡“\ä[9\çÅ”ü]\æZ\ä×\Ín£ó³\ï','',0,'?'),(_binary 'õ\Ä~ º\'Ç§!\Æ1ÀI','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient/CurlClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient/CurlClient.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ža\\R\å/£+˜OTj“',_binary '©\È\Ý\Þxõ¸ˆ\\\Ô}±:÷½Á\è|½›\ì:¨¸\ËJ*S','',0,'?'),(_binary 'õÈ‰m–\Ä\×m„^m\ÙB#','wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤§õ¼e¹ ˜T#ŽW¸²',_binary '÷\×Ý¦–¤Ø„t9\Zb¡k\Ô~poMl\È\\;2ô7ÿQþ','',0,'?'),(_binary 'õ\ÑL\Â\ì\éV‚Jò\\\è+›\Å','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯sh)~G–R\æï€Šwp,',_binary ']å‚¼\ÍS¹\Ãö\Ð#‚õ®ƒ`ð\åú\ç\Åö\×û‰<\ÔY•\á','',0,'?'),(_binary 'õ\Ù:ZAŠî¥¨ ¢H','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-900.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-900.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'T&¿P\ÈEZ«z>‰\ÑŽ¹i',_binary '˜8þÄ¯Nû€\ß\Z1Žñ!gpUS¥?ò\å\Ä\ÆJš‰R','',0,'?'),(_binary 'õ\ÚØžÈ¥y^fŒ’©?','wp-content/plugins/wpforms-lite/assets/js/admin/logger/logger.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/logger/logger.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç\ì&\æNñ¬$\Â,\Ö(ƒ\0',_binary '\ÜtG\íK\Çò\ïajÄOþ¶Tî·‚\Ê9Wª›ñ&¬','',0,'?'),(_binary 'õ\ß,\ÌzR³suX\Ê#ƒzy€','wp-content/plugins/wp-rocket/inc/classes/Buffer/class-cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-cache.php',0,_binary 'üu:\ÐKe;4\Ødð\Ó0',_binary 'üu:\ÐKe;4\Ødð\Ó0',_binary '%?ý`§¶¶¿/V©ðO\æ=Mø\'\Ý#U–\àõ\ÆŒ','',0,'?'),(_binary 'õ\äü°\Ïþý#›EŒÁ…›U','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_psr4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_psr4.php',0,_binary '\íu\Ö¨„\ç\âðªýh™ü\Ô',_binary '\íu\Ö¨„\ç\âðªýh™ü\Ô',_binary 'áˆ¿\ÕfÛ­•ƒ)ý\"¹¶Â¨rº\í\ÕK`²‚\Í\Æþ[¥','',0,'?'),(_binary 'õ\æ\Øõ£y ø\0º\"¬\îQ','wp-admin/user/menu.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/menu.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ùz\ãV\Ò›¬¾‡¥‰¿ý\á',_binary '’\ïm˜\r\Ý)¿”h0\ÒE¹C§¤\ÃN¶`\ßD[	$3','',0,'?'),(_binary 'õ\ç\à\ÛS\ÛHf6jöp¦','wp-content/themes/houzez/template-parts/realtors/agency/fax.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/fax.php',0,_binary '\"\\j^l@\ÎC^\Î\"\×õ¢',_binary '\"\\j^l@\ÎC^\Î\"\×õ¢',_binary 'Ót†	ƒwË±ø5\íý›[d29TT\ç_ž\ß1½üT','',0,'?'),(_binary 'õ\è‹nAb!âŠ\r¥','wp-content/themes/houzez/js/vendors/i18n/defaults-sk_SK.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sk_SK.min.js',0,_binary '+„–\"…O»\Ê\ìÚ‘\rý',_binary '+„–\"…O»\Ê\ìÚ‘\rý',_binary 'C\0\Ë\"urO\é\à‡»õ\èk¸Z\0½ú¢}œvê¥ =Í³:ö','',0,'?'),(_binary 'õ\ëq².¾\é\æ«µºª£','wp-content/plugins/updraftplus/languages/updraftplus-te.po','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-te.po',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&ZM••‹r\'Ž\Ô_«Lœ',_binary 'möJ\Ü\\\ã,\È\Ð>·ý½¾\Ý!L=\âò¦1ü]SÍ³\ÃI&','',0,'?'),(_binary 'õ\î(ª\Ä\Z\ÑvdvºQ–','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' b\Ó\rnÀ>_œ\Ú\î°',_binary '¦Ur!2mBž\0\ã\É=ÁC55W\ä¶\Óð8,Á\r','',0,'?'),(_binary 'õñ­ù\ì^‚zO5\ä<\Ö\ê','wp-includes/blocks/details/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '©³›\ïb2\Úõ|^®\ä°v',_binary 'W)tœV3õ>M¥*\ÅÛ\Û\ÕTCj\ÕOc$\ãËˆ8ß²‚','',0,'?'),(_binary 'õòýš«U|\Z\"¹\ï\í\Ý\n[','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg',0,_binary '¡*\ã•I\á\Ø\Í\Ï\"²I\æ[\Ç',_binary '¡*\ã•I\á\Ø\Í\Ï\"²I\æ[\Ç',_binary '\ÑÍ¦»’\æª\×Å‰ÿ!\ÐÀ\âU\×w]sV¹²HI~•%/','',0,'?'),(_binary 'õóV\n’Ò”BC-+hÁi','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/UserDeletion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/UserDeletion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`­bj‘\"YYµ%¹x\Z',_binary 'ð4†P‡\ïn]R%Í‚Yˆ\Í\æH\æ|ü\ãþd-:—Cÿ\Þ','',0,'?'),(_binary 'õ÷\Ë!‹¯=[d‡3\ß\Î?‚\É','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']`\äaG;}^¤øuLz%',_binary '°š\Î1­Q¼\'pö{K”VV*œö\ÐQ\ØTQE\à¤','',0,'?'),(_binary 'õøb]a25\â‘5l\Èa','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a‡‰\n3p*\æ~÷\n\Ìe=\r¨',_binary '\æp¯òf\ïªg˜²ô!U\Ï\Û_\ì#x©½B°,³p½','',0,'?'),(_binary 'ö€~¡‘\ä\â»\âr„C›ž','wp-admin/link-parse-opml.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/link-parse-opml.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤€V—E%\ã][ÀI¼apÅ©',_binary 'Å¶6’Ô•9~\ß\ëy\Æ}\è5F~›¶×†@\Û2’™)','',0,'?'),(_binary 'ö¡\ÙÈ¤õBAû¡\ã\Ã','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/string.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/string.php',0,_binary '$DL0iNl\Ýæ“Ÿ\Ë{\î',_binary '$DL0iNl\Ýæ“Ÿ\Ë{\î',_binary '¿‰IlžTvfn>\'ðò!\ì)\'-’•f\n•ùV/ñ\Õ)\äŽ','',0,'?'),(_binary 'öˆ\ÉEhfY\ãÞ²qL','wp-content/plugins/wordpress-seo/css/dist/ai-generator-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—|£}1‰<\Þß¦lƒ½\Ü\ä',_binary 'ÿ–pø˜‘\ËVm\È\ç\íŒ¦\ß\å\Þ\ZT°q’“¾ú\ß\ßv','',0,'?'),(_binary 'öVFkK`!€¯ ýŸ²F','wp-content/uploads/2020/09/streamline-icon-real-estate-deal-key-1@64x64.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-real-estate-deal-key-1@64x64.svg',0,_binary 'ayµBP\î€q‘@Hr\Ç+x',_binary 'ayµBP\î€q‘@Hr\Ç+x',_binary '£ŽŸSÂ‹â¯°ŸÿDÅ—\ÛóxN#öXš‡¬.?r\Çm','',0,'?'),(_binary 'öðÐŠ­\Í\ë<)®aeA¯','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/OAuthErrorException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/OAuthErrorException.php',0,_binary '›s40a©UªhuK¡€v',_binary '›s40a©UªhuK¡€v',_binary 'ç¡‘Å°Ò·\Z(uÉ¦÷ ¶õ¹¾¼VÛŒ«“\ï\Â)\Ø\Ä','',0,'?'),(_binary 'ö\'Ïƒ6\Å\Ñ\àX\ì‚R}²²','wp-content/plugins/revslider/public/assets/svg/notification/ic_sync_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sync_24px.svg',0,_binary '¹‡¡rŽ/2%&ù\Â.\ÐV',_binary '¹‡¡rŽ/2%&ù\Â.\ÐV',_binary 'h) uâ¬‰!{\ÒG\0\Ä\0\Å\0\É\Ìx‡†Y#iDVð—','',0,'?'),(_binary 'ö+K(lú%ù„ü\ä\Ü\Ù#','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/StringFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/StringFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm>ŸÎ¼AZ¥\0µpŽ\Î{',_binary 'U%.”cJs£\àkP8la¥‘ªk\Z…E¤\ÍP$)\Åu','',0,'?'),(_binary 'ö/´H”ÇŒ†\Èiñ[\Úv[','wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\Ð:f\Éf0œ\È&\ÍL±5',_binary 'ôLˆô—øÎ‡ÿ®Nd³g\Ïg\ÉQxô¹> ’pB†Äº','',0,'?'),(_binary 'ö3\ÌV÷Àq/\ÑH\ë\ãw','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/CurlPost.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/CurlPost.php',0,_binary '-\Ùð9\rœzxbÏ€Ô²±¸À',_binary '-\Ùð9\rœzxbÏ€Ô²±¸À',_binary 'jù\ß\ï\ÍßšžÒ¦¶yRÏ½jFe;Ú¼Ë«…=[¶DTm','',0,'?'),(_binary 'öF\å¾‚A<hsŒ\æÿp›s','wp-content/themes/houzez/template-parts/search/fields-v3/bathrooms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/bathrooms.php',0,_binary 't¸¯\Â]]7~\Öþºck1¾',_binary 't¸¯\Â]]7~\Öþºck1¾',_binary '\ÞÙ¶\Ð\ÑÎ¨¢\çTY*|µrDRH\å/VXœ/sA‡¦©!²','',0,'?'),(_binary 'öH˜a\áQÊ†yOô','wp-content/plugins/wpforms-lite/assets/images/builder/illustration-payments.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/illustration-payments.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ˆ…»&‚þ\ËnE\ÚSy¤ƒ-@',_binary '†ºN†[\Ç\0ñ÷\ë9†z\â|u¶ô)\â-q’WötO','',0,'?'),(_binary 'öH$­Æ©\ÄPö\ÞY^µñ','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_Action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_Action.php',0,_binary '>_D«“¢Ng’õ›l\ÚS',_binary '>_D«“¢Ng’õ›l\ÚS',_binary '}X7RMÖšbÛ¦ø‡Ø®€,_\è\î\rN—<~\è','',0,'?'),(_binary 'öO­\ï\ÉdTl5#‹U³\Â','wp-content/plugins/wordfence/css/wf-roboto-font.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-roboto-font.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸Á]\Õ\ïðOŒuÝµœ',_binary 'ôŠ+\ÅhJ~¿Ê†´ª*\é\ìa* ý\âGb67§\r©:±','',0,'?'),(_binary 'öRh¡o/\ë(\\N‚\æ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AmqpHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AmqpHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ó•·¹k\Ë@m°ñ]:',_binary 'Nn3~ô/ùs\ÙhG•\ÂÈ‹\Ì\nôTXk¬­dþ«\Ð','',0,'?'),(_binary 'öT\Ç¯¼Nö÷O\ï\Íb','wp-content/plugins/elementor/assets/css/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'CÚ¡XÒ—Hs¤\"Š\0',_binary '°Ž{\Ä_—ª–H\È÷›\ÑO\Ú.xO…Šÿ1=\ãWOª\Ã`','',0,'?'),(_binary 'öV9´\ÔK±\á\ÄgoX±¹7\Ó','wp-admin/images/align-left-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-left-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i…8±O¹ƒš\ì\Ð^—\Æc',_binary '$kb¶>¶\à\Î\Íñk&ž:	Ú‚a¬7¹¶Zcdm‚´%','',0,'?'),(_binary 'öW#:\æ\áV¸ó¦šü^H3X','wp-includes/blocks/nextpage/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/nextpage/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '6Rc›±0µt F¼\æö0',_binary '\ì\ãX§kW¦¦ŸœŸ4\ç\êx\ÕY‰\ÔÄ˜\ÑHš7óšy¡a','',0,'?'),(_binary 'ö^;y¬–õ\Ú@ªLD\ÈUZ\Ï','wp-content/plugins/elementor/modules/floating-buttons/base/widget-contact-button-base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/base/widget-contact-button-base.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'i\ïÑ«—_LœM®µTQõ',_binary '\ÔBœ=‚\rš\Â¸À¾)¡ð\0\Ã*ùÍ÷³†»Ø¡cþ','',0,'?'),(_binary 'öpz½úEž™K\Û\ÓtQ\ÞM','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/SyncWorkspaceResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/SyncWorkspaceResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ñ«#-\æ\Ï\Ùñð#\Ø\Çk{4',_binary '\rTh°£\ÚóÕ¹\à$£NO‡Uj\ãÀ\Ï\Ò\ä÷\Ú\ë','',0,'?'),(_binary 'ötD‰\"€g\\\Ì\ZYA¹\'\å\Ø','wp-content/themes/houzez/js/vendors/slideout.min-min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/slideout.min-min.js',0,_binary '8ž‡‹\Z$~ùa6\ÑmÕü',_binary '8ž‡‹\Z$~ùa6\ÑmÕü',_binary 'Z8þ\Ç)a%Áøü‡9]q\Èø\Îi\Øôe´ó','',0,'?'),(_binary 'öyò¯YI½bQf\0','wp-content/plugins/elementor/modules/page-templates/templates/canvas.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/page-templates/templates/canvas.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`ò¹¥\î8u÷M†MpJ\É/',_binary '{\ê‘Æ°ó¨Ò…x\ÎÛ„\æd}p$É¹\Ñ%c„\×‹%','',0,'?'),(_binary 'ö~Eª\ÈP3;x\àþ„N','wp-content/themes/houzez/template/user_dashboard_saved_search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_saved_search.php',0,_binary '-w\ï‰\ÔIt\ç!ŸKùh=S',_binary '-w\ï‰\ÔIt\ç!ŸKùh=S',_binary 'µh\ã\"\ÌgI¾1Œ„{¡¬\Ó\'ƒ‚uÒª»\È<L\È]¿¿','',0,'?'),(_binary 'ö€\Ã\ä²#.\\÷¡=$','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAudiencesResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAudiencesResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&7Õƒ\Þ\r:<´Ï°;s°',_binary 'D£HóŠx \é\Û(¿P\ÆGô¾/+k\äþ\n§o“À@ ','',0,'?'),(_binary 'ö„5|>•`\rßˆ\ì±I¥','wp-content/plugins/redux-framework/redux-core/inc/fields/date/class-redux-date.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/class-redux-date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í_\â¯\éŸ{?\ì}G“)\Þ\Ç|',_binary 'ØŽ¨ºœM˜D<#X¢] ~ù“g¿\Ô{´ü£¥\î8Hr','',0,'?'),(_binary 'ö•HGò†„\áœ6B~e*A','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_7_5_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_7_5_24px.svg',0,_binary '^ºTœ\è,\Ï\Ã¹‘\ë†üJs',_binary '^ºTœ\è,\Ï\Ã¹‘\ë†üJs',_binary '\Ü|ý\ææ–ªkŽñÄ€.ÿG\0c<Yÿ\×mC\ï~Š','',0,'?'),(_binary 'ö˜õ6‰ÿrbÿg{¡]ùó','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsUserPermissions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsUserPermissions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…`ñ5œŸŒ\Ècš',_binary '\ËN\â‹aK\é\ßX»˜“>C\í^‹¼\Æ/¿\Ñ)6\\f\Ø\Ø','',0,'?'),(_binary 'ö§\ìŸ5 `ôŠJ­obü\âH','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookAuthenticationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookAuthenticationException.php',0,_binary '§\Ý\ÃÜ¼\ï5iQS\Z¢±\Â',_binary '§\Ý\ÃÜ¼\ï5iQS\Z¢±\Â',_binary 'Dµ¯=\Òó\É~\ÑX\Ù9_£Ü…|\ÌP\ï\"—,\\\ëSñØœò','',0,'?'),(_binary 'ö¨£’\ÂþH©S!;ø ó–','wp-admin/js/user-profile.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/user-profile.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l¿ªb½]›\Ò\Ò=Q–Ž\âÿ',_binary '¾œ„‚LÃ«@o>Aó\ËùMC´\Ó6\æ½4Z°?e\Î\\','',0,'?'),(_binary 'ö¬‹\Â\Ì\Æe\äÅ¥¸›\é\Ê','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-search-console-54fe3c8e34c8e7b2cdd7.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-search-console-54fe3c8e34c8e7b2cdd7.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'a\Ï\ì¨}\nu6¬’:·+[',_binary 'k\êd$\ÈqØ±$\n\n\Å*-6a‹q‡{ý\Â\Ù%FÌ¾','',0,'?'),(_binary 'ö±\Èv¼’¬2fp`¶>','wp-content/themes/houzez/woocommerce/loop/price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/price.php',0,_binary '#¾\ËnWc]V°\Ü0ŸKt‰',_binary '#¾\ËnWc]V°\Ü0ŸKt‰',_binary 'G)‘kT‹²%~û\ë\ÒYú\á½_‰\Ü:,÷Yz~®©>^c','',0,'?'),(_binary 'ö²³|6 Õ«\Z†–òM\Ð%p','wp-content/plugins/revslider/public/views/revslider-page-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/views/revslider-page-template.php',0,_binary '¾J†kòu\é‹\ZýMG™‘',_binary '¾J†kòu\é‹\ZýMG™‘',_binary '‰Ho¾û\Þw\Ü\Ýuh¦kö‰\ç0=¡h\Å\ï÷=2™™s7','',0,'?'),(_binary 'öµøm\ÎQ¦\Örˆ\r´f\'­$','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-components-gm2-0f8ff214aaee64f1e091.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-components-gm2-0f8ff214aaee64f1e091.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ\ßß o´ƒ¨Jš\ÕS„™•\è',_binary '\ÞH\Ù3\Ëú—:¾u\Ò\Ër3\Ëv˜\ÝYý\áµvs\Ñ','',0,'?'),(_binary 'ö¸\ã]\Þ>q1#\Ër’Ab','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ActiveMetricRestriction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ActiveMetricRestriction.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>‰ˆ6]cs_n\n\Ç,Vo“',_binary 'Z;>®ŽùøÐ‰\"²¯ˆ&6l]œ€N0¹~x2Gy','',0,'?'),(_binary 'öÁHyð“€\ÉA:\ÇQ§','wp-content/themes/houzez/template-parts/membership/per-listing/price.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/membership/per-listing/price.php',0,_binary 'aD¡Q,c\ç\"\Æoh¯\ï	‹',_binary 'aD¡Q,c\ç\"\Æoh¯\ï	‹',_binary '†y=¥K´\0¡\ÇÜ‡B)C¶\Ù_\ÆÁR²ln£>J*','',0,'?'),(_binary 'ö\È@\æ}Ÿ~¥4G‘v<‚m','wp-includes/sodium_compat/src/Core32/X25519.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/X25519.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\é¥bñf>Ž•\ë½=™²·',_binary '¬¾“šßº\×`\Ï\'¸‹ƒç›±“\ÍÐ–x#i§\Ô\Å#ª','',0,'?'),(_binary 'ö\È\\ö÷LªlA\â\Ö\â*¶','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '}û9\ÖõžŒ\Ù\ØömZ\Ù',_binary '\è\çù†¶¶öˆ8ï ±Ÿd\Ös~K}A°§\ïHX%','',0,'?'),(_binary 'ö\Ê\í†+¢š\Çq\ÉpW£\Ã','wp-includes/update.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/update.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\æ°V¤\Ê%\rË’eÓ­\Ê',_binary '·¦\'Š ¬òF7v7EôÕ¹zÀe¢¡C #8-•ú¶¥\ÇS','',0,'?'),(_binary 'ö\Ò4_\Ø\Õ\å±\\ýŽbh\ë‡\Å','wp-content/themes/houzez/template-parts/listing/listing-sort-by.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/listing-sort-by.php',0,_binary '¶]B«y)\ã$²iþŽõ‘',_binary '¶]B«y)\ã$²iþŽõ‘',_binary '€‰¥Ú–\å¡\Ã\Æù4@J=;D©\ì\ßB®c¯÷{¡','',0,'?'),(_binary 'ö\Ó\ã­`\×&X<\ÄaQŸVh\\','wp-admin/user/profile.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/profile.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ¶x8 \Ì!¨µƒx–S\×j',_binary '\ì\ÉJ€\í\Åf–v^÷D\ÓwôÛ¦\n\Æ\ÆsðBu¦/¥žŒL','',0,'?'),(_binary 'ö\ãni\ç\Ò!\æ¿o\ÌP\Ø','wp-content/plugins/redux-framework/redux-core/assets/img/1col.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/1col.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I\è›{\nBKƒûø¨ñ}',_binary '\ÜÅˆ=µ®À°C’\Øú¥FHø­ù·\Úyô#\ã\Ê*ûq','',0,'?'),(_binary 'ö\çyY)h¯•N¿úÃ\Ó','wp-includes/js/dist/customize-widgets.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/customize-widgets.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í®õp˜³–­tü–9­óu',_binary '\Íy™»@#ÈžÝŽ­´’\Ê\Ñb ¹\×Q	El]uR¾','',0,'?'),(_binary 'öònú\'¿’»WZ(†’Ô“','wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/FacebookMemoryPersistentDataHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/FacebookMemoryPersistentDataHandler.php',0,_binary 'EÖž\ív\Ê+ú\'\Ø\ÝBs9',_binary 'EÖž\ív\Ê+ú\'\Ø\ÝBs9',_binary '`\ãPøp«\ÈH(™]Q^˜mBf”9‰\ã5\\<¸\à\ã','',0,'?'),(_binary 'öó4ü\Z9\ìK•Ÿ3$”j','wp-content/cache/min/1/a193b147bbbff4222980adfd5cc82ffa.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/a193b147bbbff4222980adfd5cc82ffa.js',0,_binary '¬ñ•ö\îg}iù.ó`š=*',_binary '¬ñ•ö\îg}iù.ó`š=*',_binary '\rª5„\Èý\à\n<\Ø\r5)	»CJù¤L\â³\"\æ=us','',0,'?'),(_binary 'ö÷7\î$%¦ºuÃ©)²i','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/bootstrap.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/bootstrap.php',0,_binary '>\0Œ\ì\Â\"ž™¹0«X',_binary '>\0Œ\ì\Â\"ž™¹0«X',_binary ',\ã‡¦\'\0º\Ö\ÛkH\Ö>®\0ÿ¨d½Á w`C\È&¿~','',0,'?'),(_binary 'öýšVá­’Vt—³\Åu','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting/ReportTypeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting/ReportTypeService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'L\ÖØ“È¯*GII} \\',_binary '¯1´›\àù\ß\Â\í•*ú¹=N\'\Îý‹™6NW¤\Ã,\Ô','',0,'?'),(_binary 'öþˆ>L\ãŠ¹§t\Ð!?\Ô','wp-content/plugins/wpforms-lite/assets/images/email/notification-block-icon.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/notification-block-icon.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '4nŸös\r&\Ð\Ã^h~',_binary '^b“\ã°C¢?LýñX@™+X¯×ÿ!b*\ÕP\ã\Þ\Å\ä','',0,'?'),(_binary '÷¿}bò‹Õ¡\ÃþNü','wp-includes/js/dist/core-commands.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/core-commands.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'I>\Ù\ç©\"	9œ\"t”$„2M',_binary 'T.\Êò’Ij8*\Ø&\r?•÷1\ÎøÌ†4\×\Ë7V0-‰A\ê}','',0,'?'),(_binary '÷\r\í ™\Ð\ÝGv\r7µ0^','wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't\íY\0\ÍyœS^\ÄøQ\êLqb',_binary '°³U=A¬	\ê\Z¬?N`\0ù\Åeú2¶§«„­V{\Êz\ã‹','',0,'?'),(_binary '÷¶gxƒA‰È¢}¡g¢','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™\é½]áŠ®\é\Â\ìÈ£&',_binary '‘™K”ò#ò@JU°}F—„ŽÁÁ,üþ\å![','',0,'?'),(_binary '÷Å›C¢\ëü½Y\Ð\Í\î\äò','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/NumericFilter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/NumericFilter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D2\ÞE¶W²ø<~µ/‡K',_binary '\ÑZJ\âT\ày‰¬\Â;y«/T´„\äG#U\ã9\ç¾´£P','',0,'?'),(_binary '÷\ï=Uiv½d‚:~\Ê–','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_no_sim_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_no_sim_24px.svg',0,_binary '\èr\ni#õöšÚ…Už‹\Í',_binary '\èr\ni#õöšÚ…Už‹\Í',_binary '\\N	V\ÏXDñð\Ëý\Õk\ÑY½¦¶¤c<•\Î\ï\ËœU ','',0,'?'),(_binary '÷µp¶R\å\Â\ëŠ\×xB','wp-content/plugins/elementor/includes/widgets/inner-section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/inner-section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ugrž:=c4j€¡1³H8',_binary 'Ÿe.\0vû\áq@2ð-˜0±,\Úa\Ð4Ï«Ä®óPIÈª','',0,'?'),(_binary '÷\è™e}\ÝaU)\×j\Ð#','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'dê•–—I\èr”(´‹ý7¯',_binary 'Ÿi¿³s¼\î·\ì*\ïAH\ãm°0WB\×$»\çª0V\í','',0,'?'),(_binary '÷\êô£.jÿFS¾\"\'\ë`','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementExperiments.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementExperiments.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n9\ÃAŒq«¡k¶Šò',_binary '?ó|ü¹P.cèŒŒ´Q°ö®ÁP§\'2m\Ç/ò\ë\á','',0,'?'),(_binary '÷\Zµx¤\Ý$\Öo\äóÖ¸\Ý','wp-content/plugins/wpforms-lite/includes/admin/class-review.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-review.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ìBs(ß‹\n:œG\ãF„ÿ½',_binary '¢\0\×\ê;l&(Y/7\ÚÁ\Õdh9Ž/°8w›	á›ƒ','',0,'?'),(_binary '÷ @\ï;€ú*\ÏÁ|¨°','wp-includes/Text/Diff/Engine/string.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff/Engine/string.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÍÀ®Ã¹\Óôf r\ÆýZ',_binary 'º.0Ø¯lŠ>«/H-—/p«4\Ã{úDe[%%N‹X','',0,'?'),(_binary '÷ 0óMI\ã–\Ïh\Ø=.j1','wp-content/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php',0,_binary 'JòV¡5;7šõ¡lXy\Ä',_binary 'JòV¡5;7šõ¡lXy\Ä',_binary 'P\â¶k„_U‹\éi(\Ý<-µ\ÉÄ™VóºG\æÅ¾','',0,'?'),(_binary '÷#\á\Û¹\î!2H-ó\Ðß’','wp-content/plugins/wpforms-lite/includes/functions/utilities.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/utilities.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '™Å¶E¡ÿ“u\r³D¬Š<\r',_binary 'Dgw¬>Jem_ºt «\æÄ\ï™\Ì\ì-E¶A”•wM','',0,'?'),(_binary '÷$U¤~Û©/B:”·À','wp-content/plugins/elementor/modules/home/transformations/filter-top-section-by-license.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/filter-top-section-by-license.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­š?&ee\r-† Ï­˜¨0\Ã',_binary 'y#=\Ï\Ý9„uØˆÏ˜Á’#˜>\"žžÀgd0}wSö\0','',0,'?'),(_binary '÷.7´XUµ<\àŒJ\Õ','wp-content/plugins/revslider/public/assets/svg/editor/ic_money_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_money_off_24px.svg',0,_binary '\Ç\Ù\ïb+\æ–&\ÍV\é‚R’',_binary '\Ç\Ù\ïb+\æ–&\ÍV\é‚R’',_binary 'ˆ\Åú]B÷[\êVy÷\å\á3yŠ ‡*\Ù-Ä¶u\ë6¢¢','',0,'?'),(_binary '÷0)}\æ4/m4S’E¸õ','wp-content/themes/yith-wonder/assets/images/demo-content/company/company-2.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/company-2.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜Ž¦\ÒL\È!Ë \Ùe’',_binary '‹”¼¥ö¡’\Ãa\ä\ïg—|%\Ú\ØaTž¶uf0þÿ[','',0,'?'),(_binary '÷1\Ô\'Žºñ­\"yQÀª&’','wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—s!ÀlB>±\ÈI/Qü\0',_binary '%\Õ3&Áµt²Á\è@(%„y/Ox\Æ<¡‚5J\Ü·\Ë^ð','',0,'?'),(_binary '÷3aZÿþ!;˜²\n*2«,','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_NullLogEntry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_NullLogEntry.php',0,_binary '4bøBV®N•-`$–¡',_binary '4bøBV®N•-`$–¡',_binary 'c)N¬þ†k„…Y\r$o’B5!&*Öd\Ò	4\ï','',0,'?'),(_binary '÷=£ùºú‹³O\ç#cFö\í','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/class-redux-extension-custom-fonts.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/class-redux-extension-custom-fonts.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡[2¦n\ÅÿN\Å,²R\n\Â\Þ',_binary 'ýv¡_X^µ\Ôv…\Ý]XOR½Àn›\âödª$#F\Âð^','',0,'?'),(_binary '÷=¬.ŠY\Ã2Ì·zº0','wp-content/plugins/one-click-demo-import/vendor/composer/LICENSE','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/LICENSE',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '•]_\åŒ#Dö´\0óƒµ\â',_binary '\Z ŸøÛ’ö%§4~N\Ù~Gh!b\Ø­:w‚˜ÉŒ¿™\'','',0,'?'),(_binary '÷?^b,ô€9Þ˜!aeÝ²','wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/IpUtilsTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/IpUtilsTest.php',0,_binary '\ìKQsN;y¬Œöú±2\ÓI',_binary '\ìKQsN;y¬Œöú±2\ÓI',_binary '\Z>»\n›9\ÝnUh\Â\Ï]L±ÿ\å2¬¤€–Ž0Qb','',0,'?'),(_binary '÷C\Ë:\ÛòU8>õ¤\Öh&Áh','wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç¸¹‡\Z¤\Õ+kG\Ñgž|M',_binary '\íúŒ\Ç\æ¢O·òñ´P\ÞnUZ7Î±\ÚúLý\Ïð’}œ','',0,'?'),(_binary '÷Hy‹…1’¯òè…ž—Y','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-flag.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-flag.svg',0,_binary 'ž[*L½VúL+\ã<g7w',_binary 'ž[*L½VúL+\ã<g7w',_binary 'xñBto\æ]…°­Î‹ß›!ÿ2¾n5xQ7k@Ú²2Á¨','',0,'?'),(_binary '÷OûM ¢M‘Þ¨ 7V&','wp-content/themes/houzez/template-parts/listing/partials/item-labels.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-labels.php',0,_binary '{Aù{x.\ìˆ\Ì]f\Îtö\ï',_binary '{Aù{x.\ìˆ\Ì]f\Îtö\ï',_binary '…µi²¤‰U\Þ.†‚õœ¥u¤‘“ú¡}¤}‹ø','',0,'?'),(_binary '÷P¬!Ñ¹³T\ïÿ¯\ã\"u#;','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/MetadataColumns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/MetadataColumns.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªk\Ïb¬*¨0°Y„¡',_binary 'd¡\ÓøTÞƒ\ÌCpb\ÞÐ’ó!%v[=\ÛW','',0,'?'),(_binary '÷QF¸KC½¤&³\â\Ç','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListLinkedAdUnitsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListLinkedAdUnitsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÉÈ˜Ÿ¿´\Í)ùW¥z',_binary 'È)^E±¶n4ý\Ö9\ê\à\âZIY<—\ÃøüSh£“\Þ;°\Ë','',0,'?'),(_binary '÷QŸ\ï¨\Øÿþ¨qR\ÞlM\Ñ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Categories.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Categories.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd\"´=ô“ÃŽ\Ì÷ÛŽ',_binary '”¨\á\çK$^[ÿ@-h.{‘RÄ‹k\0%„¢\Ã0¼{»1','',0,'?'),(_binary '÷aº+¡|…\Å\Óc=','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è<Œ\ÅÌ­ª\nzð^Ý§\Ý^',_binary 'T¯\ã r[w{\éûax\ã%A 7ž%gk‹=fL','',0,'?'),(_binary '÷c\È\r?8›wÀF¯}\Þ#','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VymµT÷€*,šb ¶',_binary '²M\àL«™š:=¹~;$2u\" ­ZÞ®‹v¯*„\Ó','',0,'?'),(_binary '÷c\ì˜p~«0{f£e²','wp-includes/images/media/document.svg','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/document.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„øKCÓ«öM•\ÙC	o½',_binary '}vLX´ULmƒ\à\æú iQQpH‰	ßœ\è‹','',0,'?'),(_binary '÷g¿Wd”Ž‚Ÿó“.»`W','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/coffee.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/coffee.svg',0,_binary '	7XªÝ…£Áú\ÚØ‹‰',_binary '	7XªÝ…£Áú\ÚØ‹‰',_binary '÷d–\íùr%ô;]º\å\æ#†!“~o-ƒmor ŠŠ\Zÿœ}','',0,'?'),(_binary '÷g÷^i°ò\n\nþ…\ê \ï’','wp-content/plugins/revslider/public/assets/svg/editor/ic_attach_money_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_attach_money_24px.svg',0,_binary '\á	x‡JˆÁx\Èr\Ñ\ä‘\r5',_binary '\á	x‡JˆÁx\Èr\Ñ\ä‘\r5',_binary '›Ö˜­oƒXü2\Ë\Õõ[?Ndˆ‰¾+Aˆ‘š\á\í=','',0,'?'),(_binary '÷s¸\è:$Lo\r\Õq©ºJ','wp-content/plugins/revslider/public/assets/svg/action/ic_schedule_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_schedule_24px.svg',0,_binary 'œ\n¾8¿l}®+üQGƒ\Ðÿ ',_binary 'œ\n¾8¿l}®+üQGƒ\Ðÿ ',_binary '£~2`õ\É[”Ã©ÀùYR\Ì:\ËÙ—Î­0\0#$s³ô(','',0,'?'),(_binary '÷s\ÓE\01J_p0·yÅ¹','wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½OAp½Š°j—Á\Ö\è˜',_binary 'Ó¿\Ýgjº\à#ò\ÓÀö¥¬¯\ßAW\Ñ}KCUtö*\ëóZ©','',0,'?'),(_binary '÷uA2§\ë·G\å\Û\08_w','wp-content/themes/houzez/js/vendors/i18n/defaults-et_EE.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-et_EE.min.js',0,_binary 'dÙ´ó}½sðs6ŒÊ ô<™',_binary 'dÙ´ó}½sðs6ŒÊ ô<™',_binary '²ªg\ë\Zf\r#q– a\Íù\ïtÀfe\ÛN\ÒkR>j','',0,'?'),(_binary '÷vÅˆ&¢CQ\Ä¨‡ù','wp-content/plugins/updraftplus/includes/class-filesystem-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-filesystem-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åa\Õ@\É}÷ƒ>\\H\Ô¬\\',_binary 'Ø‚À©N\"“	1ˆ\Î{±|üµj!j*’OtB·ƒƒ>','',0,'?'),(_binary '÷Š|©ÿ\å1L²uýˆd0','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/ServiceAccountCredentials.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/ServiceAccountCredentials.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ZKDHd\Èþi¤b%',_binary 'E”3¡A\Í\éf0\nØ¥v¤\\š.\ÖQ$/\ÓN$ƒvH›','',0,'?'),(_binary '÷]p\ÝRŸ/$¸1ö','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Á+„$B`w\äÆ•´‘\á',_binary 'ÿaº\Ä\Ý\â6\ã\ì\ÍÎŸª\Ë\îv]z5Œ’\ÚÁ”¾\rpñc ','',0,'?'),(_binary '÷lj\æ‡\æU\éK½@ež','wp-content/plugins/insert-headers-and-footers/includes/ihaf.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/ihaf.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ã\æÀlG5¼n—\êõG\Ï\å\Ý',_binary '\ã€5_‡£¦\Å\íÏºNm\"î¾½`6\\·£˜B\êAù–u','',0,'?'),(_binary '÷—-4:Y”\'\Ã \ã™h','wp-content/plugins/wpforms-lite/assets/images/logo-negative.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/logo-negative.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üL\Ì\êN½ˆ$‹C\ÄmNó\Ç',_binary '’[A\Èzíª€AA\È4{Œ`\ÜH™\â\í7ù—/&˜Ë','',0,'?'),(_binary '÷™‚=Tñz?}H0l\Z\"','wp-content/themes/twentytwentyfour/styles/maelstrom.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/maelstrom.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø|p\ë\r\ìb\'DN\Î\Ò\Ù,Ž',_binary '\×\Æ\é²nX– \Z)\Î\æ\Í\ç‡‡*a\ë¿vA\ë\çw','',0,'?'),(_binary '÷Ÿ“µ+\Ò\ÛM%‰ä£¤','wp-includes/Requests/src/Exception/Http/Status405.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status405.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾\Äò³1#cœ\ÎNž£¢',_binary '\Íy3<<Û´³y›¾HßSµ9Qöa´›®\ÞFÙ¯','',0,'?'),(_binary '÷Ÿ¡\á\ë=g¡Ÿ†\ÕXa\á','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/nouislider.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/nouislider.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š¡+ñ1Y`.±\Ì,˜V™',_binary '†¬Z	½¬ù)Þ¦ok*‰\ï:6Ÿ´“•N\Ýi\"TZ¤\è\ï','',0,'?'),(_binary '÷£|\r\ë_*¡}d8\ÇXr','wp-content/plugins/houzez-theme-functionality/elementor/widgets/breadcrumb.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/breadcrumb.php',0,_binary '—‡@=J\Ôt>¨þ™O\Î',_binary '—‡@=J\Ôt>¨þ™O\Î',_binary 'ü³&\é\ã94\Ñè‹˜~]G=\nx•–¾üx\Òˆ','',0,'?'),(_binary '÷¦\Ô]°&u#=hs¹^Ú¯n','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x7©5ÀK\ìQ@%3ð©\æe',_binary '\ÇP\ÛE\ß=G.Yôcú!Z\'´Œ8›\Â_\ÔI\Ôÿ¾§…94','',0,'?'),(_binary '÷§ú½·~úœf\Ðg\íkú','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Lá¨‡ik7’#z\Å\ÒDž„',_binary '\æ3üC|\ì=ÀL¾¹¹\\‚\ÌN\Âh‡ÀN¥)\0×€ú','',0,'?'),(_binary '÷¯k|\ÈóÍ«dÇ‡z‚¿','wp-content/plugins/wordfence/js/wfpopover.1722265817.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfpopover.1722265817.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'öR\çð:R\ä¤F_™C³FR',_binary '«lŸ\ÚÝ›ñ92Ì‹\æ!÷µf/úÀÅ˜!R„ý\ÌGOµ8','',0,'?'),(_binary '÷¯u–7‘ÿòA¾\Ùo¶À2','wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0&Y$­Ÿ{Bû$\Ê\ëu',_binary 'õ¾4–y´i–³õù\Ü?\Ù­\ZŽP\'›NŽ‡¼\0%\á“z','',0,'?'),(_binary '÷°8£\ÈC„¶\Ãü!0\ë\Ï','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÓED3\àS‹\0&b\îÕ“G1',_binary 'šs™ \èhú],œU|b\Þ\Ê\íò:”B»¨¦\ÇV‰­¼','',0,'?'),(_binary '÷°§\Ò\r=\ßÐ†E•HÍ§k','wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e÷\n’TM­‹ƒþˆô\ÝÛºƒ',_binary '\n\Ìb	Ô˜½e†Òº\èe)\\©v\í.\Ò{­´s&)','',0,'?'),(_binary '÷±\"jš\é\ÞV\Ä\Ñ\Ôd£','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Â­\ÃAe\é\Ó\æ1EH‹',_binary '\È5Ï¸Ä¾e®A½bKº\'IC+\Åú\ß[pS%','',0,'?'),(_binary '÷µeU¯‘RÏ´\Èôõ˜°\ï','wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3hZÂ-\å\Û\Íp{À°\Ä|',_binary '\Ã\è\à\ÓsÊ¸l´\ã¥\n~’¼f‚ŽŒ!te\×O[\Õ€','',0,'?'),(_binary '÷·$ò\æ…\çZK„US!p','wp-content/themes/yith-wonder/patterns/banner-with-grid-gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/banner-with-grid-gallery.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\äA^\rØ¬PÏ¨\ïl±g‘',_binary 'ã³…\Í\æ‡jK§¾®Y• ™Y\×\Ø\É=A¯¸3BKúS','',0,'?'),(_binary '÷¼•Ä‡u*\Ò\Þ¥j¶|%7','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStreamWebStreamData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStreamWebStreamData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿE\ÅÜ´\ã\ãf\È\æB\å\\™\Ò\Ë',_binary 'ð¯\æŠ$\Ò*³5\ÔI	#ý(7Ž\Ênß·\Æ\']oº­','',0,'?'),(_binary '÷À&\Õo=moÉ¸Uû´ö­¬','wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect/top-bar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect/top-bar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K§+D¤Ž\ç×“l€«K;}=',_binary 'vŸŠ©Ë­<o\ïW&“\éiÇ¨|Ž1¦\Ò	kd)n','',0,'?'),(_binary '÷\Æ_w\ïÆŒ\è›\ßž\Ð','wp-includes/widgets/class-wp-widget-media-video.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-media-video.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vIš\ß1\æ8\ÒKõ{þ÷\ç',_binary 'N\ÐI\Ù7 ¿r\r\æ/K3d¹}I*o\é\ï‰\Å½¼]™','',0,'?'),(_binary '÷\ÉBñH…Œ¥w¥…\í','wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž€b/P\ÌðŸ\n,ü\Í@',_binary '¤³^­ÊŠ@\Öa¹\â-›QŠ@¢Š\n\è¶øþzŠ\í¼$bZ','',0,'?'),(_binary '÷\Ë\ÏÀ›\ê¢f$€rß³','wp-content/themes/houzez/property-details/lightbox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/lightbox.php',0,_binary '!4\Ò5Û¿\Z°?™\Î>.!¡',_binary '!4\Ò5Û¿\Z°?™\Î>.!¡',_binary '1ðOaG\áR	]~E‰”ò£\ËR0¶mP\Ûm¡d0\ç','',0,'?'),(_binary '÷\Ë\ÕöÐ‘\Ù!t$0v&$8','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '÷}\ËÁ\Z\Îyb\í7#œ',_binary 'P„5ƒ¶t¢k4Œt·‚óI…5pm\åN˜„\ØÈ—o-©õ\Ë','',0,'?'),(_binary '÷\Ý\ïÐ³\Ù\Þú¹Ð’yw','wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' aòr\'[²p¹8/\ß:\á\Ä4',_binary '%>\ÃN¥¾‘mCùÁsP\ÂC|\ç\Â`	Ó¹L\ZŸ\Ï','',0,'?'),(_binary '÷\ä7V$”o\Ð>±Ý`<\â','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Coupon.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Coupon.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æöú#\ÆÿºŸDV\"	À?,',_binary '®™\ä\ÈäŒŸÖ…#¦\ÕU•0\×)d2\×z\Ý\ÍA\èY\Í[\Í','',0,'?'),(_binary '÷\äLt!Ë¹›¶\"‰\Í\0ø¹','wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Usage.md','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Usage.md',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[nö-K`1\Ä&põ\Ê_',_binary '#û}\çn\åNÁj£wU·\"‚€E/y¿¶A5\É÷Á','',0,'?'),(_binary '÷\ì\á\ÛSF¬¢J=…^½:','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/ConfigurationService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/ConfigurationService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&#Y\'ž)\"^±Hj\Ìu',_binary 'Qm\Ñ!>CXµõaó83ÁøŸuÑ«JG‡:—’!=}','',0,'?'),(_binary '÷øX0ò\Ç\ä¸PË‘É·c7','wp-content/plugins/wp-rocket/views/metaboxes/post_edit_options.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/metaboxes/post_edit_options.php',0,_binary '\å@\r†{§Ž\×\Ø\r/-\Üm',_binary '\å@\r†{§Ž\×\Ø\r/-\Üm',_binary 'TcLa{QÌ¥\äõt&`\0õ,^m\Â\Ó~Og&ª¿v\ç\ã','',0,'?'),(_binary '÷ÿ1\Å0™?$Ÿ<\'	\ß','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Zû²ò<,BpIûg\Â\ãÎŠ',_binary 's\Ýú*÷\Ü.<12]\ã€\Ö\Ò\Äd\0³\ÉeÊœ\0)¸•\Þ}“','',0,'?'),(_binary 'ø|mÞ¯’a´3ú­‚¢','wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_plus_2_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_plus_2_24px.svg',0,_binary '¦\'v:÷L2¹ø_ReyG\Z',_binary '¦\'v:÷L2¹ø_ReyG\Z',_binary 'R\Ñ{+i¤ö.~\ÒÎ–.\È*2~ùjh¼8Äº~šs£\×','',0,'?'),(_binary 'øÔ£\Å\ï\Ñ\Îo•7ø\í•','wp-content/plugins/wpforms-lite/assets/images/step-complete.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/step-complete.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ö.ÿjôa++\Ü]Áu¶',_binary ']Žük_\ï¿\æý[\ÙP]«ÀŽ\ÑÛ†Þ€´U­®™§','',0,'?'),(_binary 'øg¥CA\riNÿbˆþ­','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\Ø=`\0O4A³\Ã¦\ç	',_binary 'd\éU¢û\Ûñ½ùªó¤l\Í\ÒM¦\Ò\ÌN4k\'D—OxZ%kû','',0,'?'),(_binary 'øh@vˆ‚y£š\ëw·«','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php',0,_binary '’\Ã\ÞK­L\')HŸ\çôö',_binary '’\Ã\ÞK­L\')HŸ\çôö',_binary 'B4(\Íb\Ô\ë^\Ò\Z·E¢-6Ú€\æ¸pþ°B&¡­?ö','',0,'?'),(_binary 'ø\'-•L»w\è¸\\¦ž“¬','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BalanceService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BalanceService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Íl\Í\æž6L\Õ38{«i\Â\"',_binary 'ÙŒy´\Í\Â,7« \0\ÓlP\Ô~kZ\åq\ßG²$ð¥','',0,'?'),(_binary 'ø}\Ò3r²aVû.J¬o','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-700italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-700italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ô“Ki\æ»\ÊLSZ;\ÒJ\ë­',_binary 'J:\ï\èû†TxC\Ô÷±6™¨´±B½M\0\ÊC','',0,'?'),(_binary 'ø\Ñ,‘ø¡9•þ\"Eu§ð','wp-content/plugins/wpforms-lite/templates/builder/notifications/email-template-modal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/notifications/email-template-modal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜¬7ÀõŠ\Æ\ÊÂƒ’\ßÈ€»',_binary '·· In\ÃZ\Ù\Ø3\ãœ\'Æœ.\Ì[…\\o\áŒö\Ý;\æ','',0,'?'),(_binary 'ø·i\×þ\æýL\æ\Õ\Â6ÿ','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/FnStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/FnStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8¬}t›tºÍŽ]ûù•¤x',_binary '\à\"™\rg¯³‚ò?b\ßs\â\ØŠ›{\ßÓ™\È\É8õ‰!\æX','',0,'?'),(_binary 'ø-|Vñûû™\ÄH\Û%„ª','wp-admin/site-health.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/site-health.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„Á\È\Ã\â¸fG\Ü\é%…4«',_binary '‘ô\Å-\îf2	ºW©P¹¡†6\ê\Å\'öE°\0C˜\Îo®','',0,'?'),(_binary 'ø\èÇ¢½BÕ´(\Ö\\½0J','wp-includes/class-wp-text-diff-renderer-inline.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-text-diff-renderer-inline.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡—\×#±¶©ùÆY ^\"}',_binary 'q½VVQ`\ÚX+ÎŠ:>\é”ZV/vÀ‹ƒ6ñøÿ','',0,'?'),(_binary 'ø wû|3\ä\Ý\á\Éy„_ \à','wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/colors.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/colors.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D’	Þ¹«T›•†dFJ|˜',_binary '> c(\\¹\"ü=’jZè§« v)±\å\\ò\\‚T)o\Ï\Ù','',0,'?'),(_binary 'ø!«\Ëk~§\ãƒ\å½\Í)oÖ©','wp-content/themes/houzez/property-details/partials/gallery.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/gallery.php',0,_binary '3½óð\íyô¡bœ­õ]§’˜',_binary '3½óð\íyô¡bœ­õ]§’˜',_binary '_[Wž½&i¥Ÿ\ßao\âY©È›\'\Ûe‘\É0¯\ZA»\Ú','',0,'?'),(_binary 'ø.ñhVoNK;c\Ú\Ô\Þ\ï','wp-content/themes/twentytwentyfour/templates/archive.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/archive.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '2\Ýü\Å\Ä\á;¥½\n\Ñ”ü—',_binary 'OW\Ã«Sh«±9-\Üq.h‹!.n%»y.ž^Yn´7','',0,'?'),(_binary 'ø3´\ãaˆ·\ZI„†T\å»','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/560.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/560.js',0,_binary 'ª\Í\Í\ï©)\\Q¬GId\Ü',_binary 'ª\Í\Í\ï©)\\Q¬GId\Ü',_binary '¿¹!¡M³ð\Ä\Z\Ð\Zºþ\\D®\"ð¢!.\"­€\à','',0,'?'),(_binary 'ø7+Ô’\ßÄ¢õÔ…Îh\â’','wp-content/themes/houzez/js/vendors/i18n/defaults-ko_KR.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ko_KR.js',0,_binary '\r3#™ø²”Cº6\Ù\à\ÚT',_binary '\r3#™ø²”Cº6\Ù\à\ÚT',_binary 'þ	/\àH\âA\Â,\Ín\Öc‡E\íEN\'„)8UZqFÿ¹z','',0,'?'),(_binary 'ø7tÌ½E\ÊBŠ\'@™t¢','wp-content/themes/sinatra/assets/images/si-customize.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/images/si-customize.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸\í·‚Š‹³?\ß¤',_binary '•|69E\äôr\Ü÷ƒ’•/W\í,^*±\æO\Ö(‚Vu\é3','',0,'?'),(_binary 'ø;Q‰Ujj¹,â‘³\Í1ú\Ý','wp-content/themes/houzez/template-parts/page/breadcrumb.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/page/breadcrumb.php',0,_binary '1Œ\Ò\Ï5\æ‡=¦yVJ',_binary '1Œ\Ò\Ï5\æ‡=¦yVJ',_binary 'É4¥œŒ\'«`¤Ã™xõ\\fò&\ê¦O\åG*Õ½“3Ÿ','',0,'?'),(_binary 'ø;\Ç%N!9\nL&N„\Þ\çž','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å\Ù9f\Ç\"ƒ&‡±\Ô	\à8',_binary '—JaŸˆ ^ž\Îeþ\Æõ5þ)z\ìQØ‚”#\Øl24\Ú<Ž','',0,'?'),(_binary 'ø>\ÏóI7mª›ñ>–ê£','wp-includes/blocks/embed/editor-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/editor-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jø¥?„\Ç<&\Í7ªpÖ…g',_binary '\Øë®¤6‰c‹À;~\Âýy7Ó¨\ÓomM…ùd )[ò\Ó','',0,'?'),(_binary 'øD=Ÿ\Ë÷‡Š\è\ÖSº\ÛC','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ù%ôX¤ö°•\Ð`Ð¹KZ',_binary 'SµW ð,ª\è´f¤\Ã\×K{®ÿ\\™\Ðþ\Õ\Ø\àŽò\×^Y/¨','',0,'?'),(_binary 'øJSsž¶G.J\00ˆ‰!“','wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%\Î\n>g\ë\Ù?$%\Í\nT+',_binary 'PKˆk^§Ò‰\Ä\Z`»\ÜT”\Ó÷ºo·b¹;±ŒŒ_³ws\Ð','',0,'?'),(_binary 'øJn>øc\ï\ä¶Á`º €ð','wp-content/plugins/updraftplus/methods/webdav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/webdav.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þje¥\ÎJ,g\0\Ã\×GòI{',_binary '(\ã»\åo.‘Ò™@‘c¬\Å	Æ±vû£fˆ±R1V	','',0,'?'),(_binary 'øLjÆ¢sjFB3»waw','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\L\ëbV‹Sd2b{¢v\ÛW',_binary ' ›ž\Óbg\Òw<ð‰\Ã\ÔÀ\èy^Ã·y,<°¤{…ø\Ê\Õ','',0,'?'),(_binary 'øT\Öp?>C6gŒ\ÉÁb)?','wp-content/plugins/wp-rocket/views/settings/page-sections/page-cdn.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/page-cdn.php',0,_binary '»\n\â\'¬¼\êv\åN„—¹',_binary '»\n\â\'¬¼\êv\åN„—¹',_binary '“„j3^btX\è›\ZüQy\ÐU|\Ò	ði<ˆô–Ó€','',0,'?'),(_binary 'øU5\nM›ÈŠF¹T W','wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x\í.R`D§r·®D›Ñ¨\å',_binary '²\Ã3`†¦r¹\r“ó9\ËB\ÒAž\Ëú\íRd0\å´\ÆJkkþ\Û','',0,'?'),(_binary 'øV÷l(º\Z·G4…$pa','wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?\è\à¦n…k\ÐÃ˜Á4¨¢À',_binary 'G¦Z€~%.û-{•µe|ø×¿WM\í_\ØC™7\'<','',0,'?'),(_binary 'øZnã‘—s\ßÅ£\0{§Ð ','wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/view-entry.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/view-entry.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3\ÏR\Ýá¯¦\á²\Õ …»',_binary '\Èl$P?JÊ‘\Î\ãr«—…mpó›\Ò\Év¢\×B˜9\Ä','',0,'?'),(_binary 'ø`0\é†—Vm=ý·›®Yc','wp-content/plugins/updraftplus/images/icons/googledrive.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/googledrive.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Æ\à6:\02\ë”ò2m=v‚\é',_binary '«4\ê„|ù¹\Ð\Ø|«•	\åˆ+R\'±=Ciªö¹|‹\Ó}n','',0,'?'),(_binary 'ø`ó»Ï¾_‡\ÒYó°\ï','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Ad_Blocking_Recovery_Web_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Ad_Blocking_Recovery_Web_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z-\Úv¥\ä÷ŸQÁ;Wa\ãþ',_binary '\0{güÁT9(·\Ä¸½\Üó©y“\ç³\Øl<_†','',0,'?'),(_binary 'øa*\áË«Cq,p5g\Æ','wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5ñt1Hú‡õL”3x\ç[ô',_binary '\Ñ-SJ›»€ú—¦\à¦\Ï.ú#h\Ï\'(Áb˜4[ùRž','',0,'?'),(_binary 'øbö\é‚$Jž¬*ª†\Ã','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/PivotReport.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/PivotReport.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c/‰lÀ\Ú<\ëA\ÎqH$š­',_binary '¥¦\Â\'~½‹öx³ºU¡\çð.\Ñ2÷a!V<ZD£O\×\Ã\Ç','',0,'?'),(_binary 'øgHµˆÂŒ¨²\Ú\åé€œ','wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ä\nrŸ\Ü\n\Õ\Üy,~I\å',_binary '|¿V¦\Ø&:5\äø3ú\ÇkÉ®ƒM«¢:’À\n·\n‚Pu','',0,'?'),(_binary 'øgÏ§\ä&\Ý>‹\\û”–—','wp-content/plugins/redux-framework/redux-core/inc/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'øk\æ\Þº”e<F\ê\Ú4','wp-admin/js/revisions.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/revisions.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bc\"ü¬_ˆ¼o÷™',_binary '+…};ð®jš#[—8\Â\Ý9\0”i¤X\Ý8F\Ì\çPJm','',0,'?'),(_binary 'øp`v\ïÀ’D\È\ÈX}','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'z\0ø½Ý½D\í’hÄ»%™',_binary '¡\Å\Z»Ï—”‹j¿»®\ÆÄ„œ!ò¬±\é\Ç3\r	\à\Ý\Ú4>','',0,'?'),(_binary 'øqr¹\ï´\é\ÂB÷÷°\äù','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&&¤rƒµXr½Cµ5†Yb',_binary 'NE¤|Œ\Þn°dÊ¶=\ÄÆ„4\Õ“\Åtÿ9üÁ&Ë®†p‹','',0,'?'),(_binary 'øx o<P(;¡\åñzq/\á','wp-content/plugins/houzez-theme-functionality/elementor/traits/Houzez_Property_Card_Common_Filters.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/traits/Houzez_Property_Card_Common_Filters.php',0,_binary '|8\Þa>\âŽanwq­',_binary '|8\Þa>\âŽanwq­',_binary 'z_”U\ÓÀyº\Õ(\Ûh\è\ÛÁ\Ã\Å\Î0,©¾¯¡\ë}T','',0,'?'),(_binary 'øz\å¶M·Eqñðy©¬Eó','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/thrive-visual-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/thrive-visual-editor.php',0,_binary 'Ÿä¾ðŠ¿uŽª\ßS¤ýõ',_binary 'Ÿä¾ðŠ¿uŽª\ßS¤ýõ',_binary 'eCM8H%÷wZ‰\êvÖ¤\ß(v¡0\Ê1)\'…4Q','',0,'?'),(_binary 'øˆ“ÿcÀnp\Íu\à#\ÙY&','wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\Â\\$ŠGž\Íúy`E\áÿ@h',_binary '\åV±ðQŒª\â°«µ¤ôSÀCT>!\Ñõ	¤\ÖW','',0,'?'),(_binary 'ø‹¢D\Ú\Í=Kô49œ’\Ð','wp-includes/js/codemirror/codemirror.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/codemirror.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦23j·\í1À(D\Äúóµ',_binary '\á¹ÎŒ\á,a\ÂÀu\ä\íÀ@ºsñY%Ký–\Ë-o¼\Çn\r¦','',0,'?'),(_binary 'øŒ$h’r\Úw†U\n','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v4.php',0,_binary 'r)y2	º1òM±ð\Å\á',_binary 'r)y2	º1òM±ð\Å\á',_binary '¬\ÝM\ÜzDd\â­9·û©‚À{:\É\Øn~\áˆ*}ü\Ã,','',0,'?'),(_binary 'ø’r6÷F@6.Á\ïhq´[\Ü','wp-content/plugins/houzez-theme-functionality/classes/class-membership-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-membership-post-type.php',0,_binary '\ÛZ\è\êµ\îU\Ñ.0r\Ö²',_binary '\ÛZ\è\êµ\îU\Ñ.0r\Ö²',_binary '\ãXú¹ž\ÒMR=hg°nJ£a\Û~¯þEø‚&‘\Ä\×|','',0,'?'),(_binary 'ø”ûNxªnZËŸ®%\ê\È','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-transparent-header.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-transparent-header.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0F+\ÖC\ÍSë¦»Lø\åZ‘˜',_binary '\Î\ÖóÿE\ÔøþN\îz9	G!ª\É3\ÕL¶iaPEdòw','',0,'?'),(_binary 'ø•g¬\á<d\ÃÛ™`\èU…','wp-content/plugins/google-site-kit/third-party/google/auth/src/Iam.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Iam.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÔÁhz8\î\ä\áÿ\Â\Ø\×\×\È',_binary '\Ô\à^1\åg};/\Ã3z’úxnªL\ÍE~¿ý›—r^øOa','',0,'?'),(_binary 'øœe\ÏD¹žô-‡¬]•~','wp-content/plugins/wpforms-lite/assets/images/builder/placeholder-200x125.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/placeholder-200x125.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E\Ã\ró¨ó‡òk«Áñ}',_binary 'õ\Æz¯P¸^\ï\í#.X:\Ø\É;…\Äöw@\ÉF\nP','',0,'?'),(_binary 'øŸ·#857ÿ\ä—w;\Ü]','wp-content/themes/houzez/template-parts/realtors/contact-form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/contact-form.php',0,_binary '[g\ïó¾¡¹S\å\ÐCAô\Î',_binary '[g\ïó¾¡¹S\å\ÐCAô\Î',_binary '\Ö\Ê\êú¯t d¤V‘¹GPu5\Ïf›H\Ý]¬t@\í» ‡','',0,'?'),(_binary 'ø¢ˆ¦\åð†½O1\r\Ò','wp-content/plugins/updraftplus/includes/tether/tether.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether/tether.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³§¥\Þ\ÈY¹y\í\Ýi†œzŒ',_binary '\éUi(9ï¿ŒŠ¢”\ÔbU¨T,¸\ÚRÎ•Ÿ–S','',0,'?'),(_binary 'ø¥_\ÂS\Û\Ó\'¥}\Î\\Z»Š','wp-content/plugins/revslider/public/revslider-front-global.class.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/revslider-front-global.class.php',0,_binary '¢²›¼þn×”œ£\Ô6’',_binary '¢²›¼þn×”œ£\Ô6’',_binary 'f\êM	NFŠ\ëù‘\ê!\Ñ\ïX²J•„—²\Ê4	Ÿ¯K','',0,'?'),(_binary 'ø¦¯ ú\ßCMp<E\æ','wp-includes/class-wp-oembed.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-oembed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' ™nµs\ÙxD\Í#`«3µÀ',_binary 'ê„–±\Ã?b\Â	\ËÐ•–Mjjgæ¯­D\äðR°W','',0,'?'),(_binary 'ø«6+ù\Ù%\ÕÉº ´','wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œõ\0 \ãgµg\rV¹Ppû',_binary '\Ô†Ê¢mYž@8žo\r`\Í1\ØV1Œ„ú\Ð4Á‚­\Å\Úõe','',0,'?'),(_binary 'ø°]\ë.€hñ\0^\ÙEA£¢P','wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '”h§\ÔQ¨\Ê^cëŒ\à\Ñ',_binary '’“—…ýÕ¼\í\ä|U\"8Fl@\çý²Ê …¯o\Ì/¾\ÌH','',0,'?'),(_binary 'ø¼¿…\è	¹€¼]\æŽù…Þ¡','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_off_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_off_24px.svg',0,_binary '2&\\¸GdØ¡^ó\"\ä6\Æ$',_binary '2&\\¸GdØ¡^ó\"\ä6\Æ$',_binary 'xq\í\â²5¥\Û4ÁO°\èlZ!¥´ÿ4\Z®˜\Å6','',0,'?'),(_binary 'ø½hNi1»\ÂÐ\íCý\"T','wp-content/plugins/revslider/public/assets/svg/image/ic_rotate_right_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_rotate_right_24px.svg',0,_binary 'wÄ¨r˜w§‹\ë÷\æ',_binary 'wÄ¨r˜w§‹\ë÷\æ',_binary 'ô8±\Â$¼\Ø\Ê\×B@‡\àb\Ý\Û\Òf_¬\ä¦À2À\çŠ\×','',0,'?'),(_binary 'ø\Â6K1ýþ›(\îö\Ý}/AX','wp-admin/network/user-new.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/user-new.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ô“ªuQˆdH\ËHR\Ép”m',_binary '†«\Å$¾20Š\çdt\ÊŽÜµS±+u©½UQ}ÿ®¨’–','',0,'?'),(_binary 'ø\Å]Y¿Ÿq›®Á_¦p','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FileLinkService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FileLinkService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D&jùB\ß\nÌŠiË¨;',_binary 'šþw(YO?\Úbä¢©¤\"a\ér£eI\ÞX\â©ò','',0,'?'),(_binary 'ø\Çx.ò®õ\Ò\éB@ªOA','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/MessagePresenter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/MessagePresenter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…)\Õ*	5¶\ÐP-\Ð`Odo',_binary '´m¤U\Ú\0»E•-™+t¼Å¯(¿¨¦ôºý\Ô*Úž','',0,'?'),(_binary 'ø\Éõ …¯m\Ö\à…^pš','wp-content/plugins/revslider/public/assets/svg/action/ic_tab_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_tab_24px.svg',0,_binary '^q¶\Â~R{ 2\Ç\Ï\ìW\ëu',_binary '^q¶\Â~R{ 2\Ç\Ï\ìW\ëu',_binary '³Ä©£zÊ	k\Zyc\ZJ\Ó	õ²Š÷\Ñ{ 6Z \Ä','',0,'?'),(_binary 'ø\Êª³µe;‰y9½\ì','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Filters/Numeric_Filter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Filters/Numeric_Filter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\Z÷\Æõ¬\Ø\nMc‚\ä¿',_binary 'U{X\'x\Ý\ì¹³ª\Ô$¾\ÝF-V\î½$þ&™xð\é','',0,'?'),(_binary 'ø\Ìm\'ÿ\ÄI\" TMW}›','wp-content/plugins/updraftplus/methods/updraftvault.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/updraftvault.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~\'\ë¿žþ;¢\ÜE\Ú|U',_binary '>ŠÃ”8£	ðYV÷\Õø€a-\ëÔ˜9ð\0ó4ñ\Ñ','',0,'?'),(_binary 'ø\Ì\Å<¥a\Óe\Ö\Þ7½z°*\Þ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÛQ\"H\Úð\ÅþqyDM\íB•',_binary 'c‘MP\Ô\ïJð=­@…HšPZ\Òv*†Q[ú‚úðAõ¨','',0,'?'),(_binary 'ø\Ò3ø\á÷ð\È\0\ì\Øý	J°','wp-content/plugins/wordpress-seo/css/dist/adminbar-2340.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/adminbar-2340.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»]\Éñ2d™@\æô²\"€',_binary 'G›c\îjZxû°\Âù\×9Ši­7ˆ\0»æ·~\"¥ªHr','',0,'?'),(_binary 'ø\Úd@\ë„\Ç=\'*\Z‹@ý-','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯8ù\î7\ïV<\æ\Ú«°',_binary '\Z\ÒI\È|Ž\×y^ß¯RµÀD²}‡\×\â\ég›\ë/¦\Çe2','',0,'?'),(_binary 'ø\Ú\×R.lkv²¾`úV¿µð','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_status.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_status.php',0,_binary '\íJ±\Êç‹¾&\ä2\ï¦',_binary '\íJ±\Êç‹¾&\ä2\ï¦',_binary '(V]\à¬ó— !ôZQ…7u7SO\Ó\Ý¹»\\\î\nNS\Ï','',0,'?'),(_binary 'ø\Ü3‹´À›R\îC”µ\ÍV','wp-includes/blocks/calendar/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/calendar/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬	WXAf~D¦¡\Âa‘ûaZ',_binary 'Ò—;mT}\Öö\Ï&†¿]h\Ð\ÞòN\Ód»¢\ïEh“T\á¹\Ù','',0,'?'),(_binary 'ø\ß#¨\Õ\æW\è™G¥ò®\ç\Ý','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\ÓT\ÝF\ßxõÀ{Ã„f&ÿ',_binary '9±¤iª\êZ2§¯–\âuk\å¨<“­¤w\'bž*BŸ4,º¢','',0,'?'),(_binary 'ø\îÁ\ã?§…%Q0LÀLÀ®\Ú','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Admin/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Admin/Subscriber.php',0,_binary '2:C|\Éÿë­–*\ÎyÕ',_binary '2:C|\Éÿë­–*\ÎyÕ',_binary '1\"÷\È\á–n4‹@š\ÔFŠ\\^ô\æ\êÿI\n¯7™ò\"','',0,'?'),(_binary 'øôŸÄ©\Ï}x\ì™(T½œ','wp-includes/js/dist/block-library.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-library.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ê\ÆÊ­\ÐR\\g\Ä\ì¶\Ê_ªž',_binary 'œ{Ÿ4ÅªOZð1,“‹\Ï\Âg­^ccx½±Ž\àô¤','',0,'?'),(_binary 'øø¢™‰¬\Å\\<BSM\07\Ç','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¼%­ô.\Ö\ÜâŠ˜p. ',_binary 'û\Ì\â¢]—iZ^=b\Ç\ç4\ÏËZ-\ìm\Ùù»·','',0,'?'),(_binary 'øúñüTh\ç\á^MˆHóVs','wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—ü{ÿ\ËB›•«ûmß±',_binary '{¹“\×Ü’Ñ©–l…\r™­Ó°\æÿ\ÔF^ F=X95d™i','',0,'?'),(_binary 'ùs~@\Ùc‡EÔ¼±k’F','wp-content/plugins/wpforms-lite/assets/images/challenge/party-popper.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/party-popper.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '*7(’ñ+ñÛ¼’°³\ZBC',_binary 'P2’g2¶“¤û³\â\ã!º•‹P W	®‡÷\ÌOB:','',0,'?'),(_binary 'ù#~rÇ¤µ\Ð\Ñp\Ò','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Frontend/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Frontend/Subscriber.php',0,_binary '³M>B)ó\'¡OJªœ\Ë',_binary '³M>B)ó\'¡OJªœ\Ë',_binary 'ù€~\àL\Úb=U1s3 ‡Z²Å¶\è›\á\É\íu[§Œ.','',0,'?'),(_binary 'ù‘2˜¹ñi®#Bñ\Èû','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Gender.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Gender.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õŠ\Ä1»ˆó†h\æ9i®öy',_binary 'w~91\ç•\Ý#¹\Ö-öþ©0™\\O\Üxef5Gj?Š\r‰','',0,'?'),(_binary 'ùpqµ>Vöpµd\Ç\ß','wp-content/themes/houzez/archive-property.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/archive-property.php',0,_binary '\æ\Î\ßóÏ·+\'Qh`\Ç\ëò',_binary '\æ\Î\ßóÏ·+\'Qh`\Ç\ëò',_binary 'ÍŸO\Ñ\ÙÀ(£\'!’¿%dØ¯\ì\n…Z\Ù\Ü\åI\È\æ™\Ê','',0,'?'),(_binary 'ù\Êð6\×îž­`]©iU‰','wp-content/plugins/wpforms-lite/assets/js/admin/forms/overview.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/forms/overview.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[|kœÀIKK\Ó\Çò\á',_binary 'G,‡ø\ì\ê=$|‹ÂšF\ã—Ê§Œ¨\ç4á¤–\Ëý\Ó\Ä\ë‹','',0,'?'),(_binary 'ù^Q6l„\ÏJ! 	\âÍ¦','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ü\É\\›\æoN\ä.’Ž',_binary '>4\ßi3®|Œ‹v1µN\é¦ò6‡wD¨)Mü\äjr','',0,'?'),(_binary 'ù±z\å³\êgb_Ç—dð','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/HCaptcha.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/HCaptcha.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Èq¦«$r\Ú^±È’./\ç',_binary '2VmŽÀzF‡½b\ë|y\ÉòC\Ç\ípö´Ay(O ¾\Ìbx','',0,'?'),(_binary 'ùº9ÿf\àV2+L¿\Æ}','wp-content/themes/houzez/framework/stripe-php/lib/HttpClient/StreamingClientInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/HttpClient/StreamingClientInterface.php',0,_binary 'r\à¨bQb6\Ì\ßÿhÿúŽøg',_binary 'r\à¨bQb6\Ì\ßÿhÿúŽøg',_binary '\Ã\ëƒ 	@\åýø¨\ÅZ5,À¶…¼kÂž¾U\à)Œ2G','',0,'?'),(_binary 'ù Å„1šr}mJGW\ßR¨\Ù','wp-content/plugins/wordfence/views/scanner/options-group-performance.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/options-group-performance.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ö\àõPÀ=\ÝPÒ¤­\Ö\Ó ',_binary '\Æ-9þ›\0t\Ï\ÊD\\6¤9s]² \\e\0R²r¼ƒñ','',0,'?'),(_binary 'ù$\Ù\rÄ›B\á\Ã\á\ÅFLCš','wp-content/themes/houzez/framework/stripe-php/lib/Collection.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Collection.php',0,_binary '%O®õýü\Ð\\EM;§\í„',_binary '%O®õýü\Ð\\EM;§\í„',_binary 'rc\â\Í¯ º;¶\â \Zt_ü¹\Öýmu\\p\"•^AN\Ø','',0,'?'),(_binary 'ù+\Øl \ÜRn¥vM£\'h','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_library_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_library_24px.svg',0,_binary '</H*ôKniX¥˜eOp',_binary '</H*ôKniX¥˜eOp',_binary '] f\×d±I­†3ºD\Ú\æJ\Ú‹öûõ¶¸ð\Ö-Y²','',0,'?'),(_binary 'ù-h‚\Þ@dT\Ü,¤2		DŸ','wp-content/plugins/wpforms-lite/assets/images/trash.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/trash.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&¨‘,—wô½\"?2¸cdp',_binary '±Yxô„Ž?o\'\äÐŸr£”\çC\Ö\×\Ë\êM4ŽA\â{\Â[Jt','',0,'?'),(_binary 'ù95!¹\æiMü¶~\Ý&d','wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\å†E\ì>$¥‹zM#qVº\Ã',_binary '¸R»ù)I§hÇ¸4½B=ËŒ$A§t\Ìe\Ð÷óT¹-\Îu\Ío','',0,'?'),(_binary 'ù:t\áŸ;kiPVts©m','wp-includes/blocks/image/view.min.asset.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/view.min.asset.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '#$LH+HX~8|‚Å·\çú',_binary 'Ñ¨%\î¦Tú_X;\ÒRk(99\Þ›ºmšÜ™\ì8‚:S','',0,'?'),(_binary 'ù@¸w6ŽfJƒfZBØ¾\'','wp-content/plugins/elementor/modules/library/documents/library-document.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/documents/library-document.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Q±\0œ\Ú{Š\Ó\Óv,<Ü¶…',_binary 'o¦Š•°~ü\Ë\î¤Q§¡8NE}YŽ†\"º™\à§\è\ÔPŒb','',0,'?'),(_binary 'ùDK\r¿\ÇBÝˆZ\É*{','wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/redux-color-palette.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/redux-color-palette.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í}\Ôx\åV°\Åc:Ty\Ù',_binary 'v\Ë“Wp³wQ\é~‰\Ë¯²~\ÃM4€-€ ²¼\ß\Øty','',0,'?'),(_binary 'ùDš·3‡°š$\é\ìð\Ö','wp-content/plugins/wordpress-seo/js/dist/languages/ja.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/ja.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\Â\rh†P8R Ä§ReŸ¢·',_binary '‡MµS\×}\r	…^öI&\Ëv ¥7VL½WC.iÿ\Íó\Ð','',0,'?'),(_binary 'ùSgoK›´Ä¥\éˆwd$','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_FatalErrorMonitor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_FatalErrorMonitor.php',0,_binary '=ž÷÷,ÿ##\á².\ß!oþ\Î',_binary '=ž÷÷,ÿ##\á².\ß!oþ\Î',_binary 'ºŒ¡Aº,=‚’ñ%`	y!²v\èø5\Ôx·\Þ7','',0,'?'),(_binary 'ùV	ëµWžky‚	³','wp-includes/blocks/navigation-link.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è#LŒÁ\ÏD‰\Þ÷\î\é\ÛY',_binary '@?±ô½À*J\Ìy/þnGEUE9Xø\ê\Ö\Ó`Rdõ','',0,'?'),(_binary 'ùW{&/\Ñ>¬\Ç\Í~\ïñ\ÈX','wp-content/themes/sinatra/inc/customizer/controls/range/range.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/range/range.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n\Ô\Ê‰Œ {y7Gu',_binary '\Å!5¼LU\Z(\È_•kQ\ÏR„SC\ê\r\'V³X\èN\âZ','',0,'?'),(_binary 'ù\\\Z}µ\âd™qP0G','wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹ÿ£Õˆò›P·ˆÉµ*-r',_binary 'FW°*ª\ë#a\0¡€\à;Œ+¢ÁG\"{\É9\"‹Šnk®A\Ú','',0,'?'),(_binary 'ù\\ÝŠ¢“;®9’vC@sÔ­','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n/\åhþ‰ó®ÿ>ñ\æ\Ö',_binary '6 WD2Ò¶‚0z«dô—V:SRó0\ä\×ù\ÝhüÀ>\è','',0,'?'),(_binary 'ù]óžK?!lcù\Ë&­\Ê','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_bottom_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_bottom_24px.svg',0,_binary 'Gÿe€Š\áÉ˜‹[\å¼v',_binary 'Gÿe€Š\áÉ˜‹[\å¼v',_binary '¶w\Çÿ«\Ï\æ¸b«¿À:€D^\È\'„Üˆÿ\àœóŽœ\ê','',0,'?'),(_binary 'ù^\Ú}¦Ôjúƒªe¸¾','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStreamWebStreamData.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStreamWebStreamData.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñ\ç\à\Ö\Òm\"\n™Da',_binary 's8^%.«E\n¢:\Ìg\ç¨\Úþv7‰vgø\ÒP\ßI)','',0,'?'),(_binary 'ùb7\æ³=“ú)ª-)','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_1_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_1_24px.svg',0,_binary '²dóB*MvË¤Ž»\Ü\"',_binary '²dóB*MvË¤Ž»\Ü\"',_binary '/j¶T¥d\æx˜\ßt¬móg1&$F\Íðb\Ã7¾\Ë=ú ','',0,'?'),(_binary 'ùcó\í~“\ä=$ÃŽúe\ï','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/coupon.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/coupon.svg',0,_binary '\í\ÆW\Î1\Äê°‘U\ÔsôS\Ú',_binary '\í\ÆW\Î1\Äê°‘U\ÔsôS\Ú',_binary 'n\éÀÚ›Q®Œ\"`•¢°T¨óš\ÌJ\Øø4/Z‚XPòƒ.\î','',0,'?'),(_binary 'ùg7=!»J\Í@žx\Ý(~','wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'VØ„=’\nƒ\â˜\Ä-\ì\Èm`',_binary 'z\Æ\Ì\Z ‡\âae\Ê\ê§[ ü´[¹÷Àf+\ÖT÷œT','',0,'?'),(_binary 'ùm‘c6´1}X^ˆ\ë\ëuƒ','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'ùmú~ˆâŸŽLFÿ\ï','wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Queries/Cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Queries/Cache.php',0,_binary 'X\íº\Â\ízû©n€D!6šl',_binary 'X\íº\Â\ízû©n€D!6šl',_binary '\Ó?hN\Äú>u©“PN1[ø\ÔL=¡±ÏU)}›','',0,'?'),(_binary 'ùu\Ó?°þñ?ºFÉ½\×\É?ˆ','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/qtip.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/qtip.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '„\É‚ƒª—!<\×CL',_binary '\Ù÷l<üT°¾?§%\Én\ç\àd¯«¨ID\Âúbhÿ','',0,'?'),(_binary 'ùÊ§‰\ÄT\í…\r<•p\Ñ','wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á‘tû,±úgI*ˆlu',_binary '3zºÌš4ÿt´v*§€e\áõ3\éy\ä\ÂZ³©q”¬–\'','',0,'?'),(_binary 'ù‚Æ¦£\ßv?b~ö&\ÒAx','wp-content/plugins/google-site-kit/includes/Core/CLI/Authentication_CLI_Command.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/CLI/Authentication_CLI_Command.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Þ#	9=It?\èõÖB\éa‰',_binary '/\ëI²Œùwytš›÷§	:\rP¯È VµôÜ¶.n¦Y','',0,'?'),(_binary 'ù„É±%›¹a{Z¼j	%¿','wp-includes/class-wp-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'OiZQ}qEó‹\é\Ë?@',_binary 'u0\'©\×9¯Y\"¦J\å®\Ì0­–“÷2¹!\å\ïÑ¡œ','',0,'?'),(_binary 'ù‡†óI™:4PúU\Ò\ÙÀ','wp-includes/SimplePie/Cache/Memcache.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/Memcache.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹ò—\ãu„\Å\Í5uyS‚¤',_binary '\á/ºµM¬[®Qt\Ãn.?Ï‡IqA?Tj<œ\åªwoRI','',0,'?'),(_binary 'ù‡\î\Ù\Z_]ž|±|\Âÿ_','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_rotated-flipped.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_rotated-flipped.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªm\Ò\Ä\n\Ö`T|øÚ',_binary '\Ù\Z\Ôd\Ú\Óüj?i\Ëó¾y«%\Ä\Æ=„½ÀþK\ß\ÎaXg','',0,'?'),(_binary 'ù“,ü¦¡`\Ïùt÷\àt\Üb7','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€MP\Ø<^f\ë§Gñž\Ô C',_binary 'V“$oBÞžj\Å\Èf0‘Ö«‚Qx\ËuøT\Ä=a¨\Æ`í ’K','',0,'?'),(_binary 'ù—8K°\ç ?O]Ê¹Y','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º§\ZlY^[F\r\È2xÊ»',_binary '\Ï6=““\ØS“q®-5 )¸«E¿L}A¤ViA]ŸŸŽ','',0,'?'),(_binary 'ù—±\é\Æ\Ùü:\êv\0¶\éÖŒs','wp-includes/blocks/post-comments-form/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n \ÙI¬\È\Ø\Ô\ÑšgZ\\',_binary 'W\Âü‘\Ë\'\â\Ö\íß¥ˆ·0Hµ/N|\Ñ\Ï+oVŽf‚»','',0,'?'),(_binary 'ù™Q\Òœ˜k+)|­i±Ãž','wp-includes/Requests/src/Exception/Http/Status429.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status429.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`Rm\ZpM={\ï;|ü¶:',_binary '\\]b/Óµ$ñð…[Úƒ\Ð<D·ˆÇ¨­-p•\Ð\Ì','',0,'?'),(_binary 'ùœ1†õa<:\\§j º*','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/MeterEventAdjustmentService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/MeterEventAdjustmentService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'n\â.1„À\Ç\ÚÎ©\ÖÔ°&4',_binary 'ð²q†d¥[\ØB‰¼\ÈûfÿÖ˜\×\Ç=ä¢£LÛ›7\n›%','',0,'?'),(_binary 'ùœ\æ\ÙnPy£\ÛG.ºÿ§','wp-content/plugins/elementor/assets/js/nested-accordion.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-accordion.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬Æº¬€ \Ê\Í\\/…',_binary 'V5¡,¥^üxŸ_Ž\Û{[«R\ác^&,\Ý\Â\Æ`?T©','',0,'?'),(_binary 'ùžè‹¼‰­–\Ó3÷ú²','wp-includes/blocks/shortcode/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/shortcode/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GkÉ‘\Í&©\×\Ê\Í2¦J$',_binary '\éÃµPõ$\Üüœ\åf\"ðY°©\Ïx¸\ÂoB3-n±…\ã','',0,'?'),(_binary 'ù¢¸pöl4[²þ°e›\Ûû','wp-admin/js/inline-edit-tax.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/inline-edit-tax.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u¸ô,2 /b3S‹îº¡ù',_binary '¹F\Äc{\Ã+\Õo\Ê>\n\É\Ð4…¸þP\ÓÀ¼÷T,Šš\ÈS\è','',0,'?'),(_binary 'ù®]a!\Ï71\ÊU²»¬Z1','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '»)/4;\ß$Û”\åÞ¬vi\\',_binary 'Ÿn\ä\èøÁ\ài\Ùë—…µNµvX¥7«Y]´…¼°D','',0,'?'),(_binary 'ù¯ò°Î M-˜ºh‘\Â\Ü','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õoAžXYtš5\ÍP\Ïð',_binary 'U]\"ue­\×ù\ã¡IþŸµ%£“ªZql% ®, ŒŸhIh\Ò','',0,'?'),(_binary 'ù±|3A(\0†\Ì0\Ê\'\ØI?','wp-content/plugins/wordpress-seo/src/commands/index-command.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/commands/index-command.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€Ž\Üa\ÒLÁ\ëýL‰&Ê‹ý',_binary '6%u\ìX|a\';²7:‘0nj\ä»\Î_€)v1\ïtÀ\r\ë','',0,'?'),(_binary 'ù²)\n/]¥©\n5œJ¹\'','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦S¡@û¿L7\Ú¦*\Ñ\×',_binary 'q\æ­\Þ[‘\ß#œts‡QY%hR §0\Ú7\ç\Ì\Ã^ÁfQD','',0,'?'),(_binary 'ù³‚ƒ[6¾À \Ô\Ãf’>ù','wp-content/plugins/redux-framework/sample/sections/select-fields/select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/select-fields/select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'tƒ¯X0om“ö\Ý7',_binary 'Wmqö­ü\ã\ä^Á“°ñpŠ•I\ï-·\çÁˆ« Yš‹e','',0,'?'),(_binary 'ù´?~S=z\ã\Õ4 %“6øz','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-columns/class-mb-columns-row.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-columns/class-mb-columns-row.php',0,_binary 'ø5£‹ZügT\Ä,\Í~zt',_binary 'ø5£‹ZügT\Ä,\Í~zt',_binary '·l\åòN\n™fý}6i‘I#÷Û›\n\ç‘X\åœ{º','',0,'?'),(_binary 'ù´¹\ãN—r\nw™5!\Ùú®Œ','wp-content/themes/houzez/template-parts/dashboard/submit/features.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/features.php',0,_binary '<«¼·_Œ\í\Ñúq	¬',_binary '<«¼·_Œ\í\Ñúq	¬',_binary '_°{/6Ûº\îÄ &þO‚ªŒj]\à\ì\ë\Ñ0Bh™:\Ó	»','',0,'?'),(_binary 'ù¹´ÖŠh´W‰¤ƒ$\ÔV','wp-content/themes/houzez/template-parts/footer/footer-bottom-v1.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/footer-bottom-v1.php',0,_binary 'h\Ä\Õx¿ý,-­2!’\Ç',_binary 'h\Ä\Õx¿ý,-­2!’\Ç',_binary 'C²5”Õ¢Ž÷ªµg³b—*\âõ¡W\í\É\Ñb\r¡ûÁ5š$','',0,'?'),(_binary 'ùºDp\Ïi.¼\ßÁ\Ì÷ð±\É','wp-content/plugins/updraftplus/images/addons-images/importer.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/importer.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'šª2\ãup¥\ï¤g{\ê!	',_binary '•ztÿh5S\É?‹z\'\ê\á\ÚM’t1zÖ†\ÐóŽµö\ë\\[','',0,'?'),(_binary 'ùÂ:ò\Èô\Ûú\ÆöRd7','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/SavedReport.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/SavedReport.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>Çª(Ç†\ÐF®wû',_binary '•Fy\å>-\Ë>Bo\ÛÀoR_«sª¬5 8žþ˜|³','',0,'?'),(_binary 'ù\Å\ì\ïu\ÚÚµ¾MŽÂ„«ú','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v6.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v6.php',0,_binary ']\\€h\â,øŒ\Ïþÿ\áw',_binary ']\\€h\â,øŒ\Ïþÿ\áw',_binary '…\ä9¶JÏƒXÐH¿\"\à3Š¹˜ù±z†]—±\ÛJž','',0,'?'),(_binary 'ù\Êl]Š¾g	SD®n','wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1\î¡\Ç\éqQJ)ya__ ,',_binary '0\Ý`|\'ò8=Î’<\Å¯\çQò|\ã`\ÒÔ·1p\îT','',0,'?'),(_binary 'ù\ËM\è‡]Ú¾\Úh=\Î\ç©','wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œ\Ú\ë1&\Ó/„v\Ò\çhÅ½\Ëq',_binary 'óœr?õ}._z\Ì}•XŠ<p\ÞÛ¨‰ðWƒ—òe\è','',0,'?'),(_binary 'ùÑžÁ½ûB‘Oäƒœœ+\0,','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldInterface.php',0,_binary ';û\çG\ÔJ¯§À\â\ÝY3p®\Ë',_binary ';û\çG\ÔJ¯§À\â\ÝY3p®\Ë',_binary '-X§Œö†–ù¦.òIk\'£Ÿ¸qxsy»	U1/¢„','',0,'?'),(_binary 'ù\Ñÿšô\ßÐ3ø>#¼.û','wp-includes/rest-api/class-wp-rest-request.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/class-wp-rest-request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\àè‰ŽŸ³¿÷X;V‰\Z',_binary 'Pvw¹\ã[†3AJÌµ&ö\æ$ÌƒÔˆ¤²\"ù\ÛÁÓ’','',0,'?'),(_binary 'ù\Ò\î\í\r7Î”9¿¸úú\' ','wp-content/themes/houzez/template-parts/realtors/agency/stats-property-types.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/stats-property-types.php',0,_binary '(ôg«»=k\Æ p¡Ä®\í',_binary '(ôg«»=k\Æ p¡Ä®\í',_binary '\Û\Í\0\ç\r\ÐH£Ÿ±%ó’\Ý\0=:\0ˆ¡\ä\Íc¶d—ÿ\É','',0,'?'),(_binary 'ù\Ò~\ß\Ã.\Ø\àGP\Î\ne÷','wp-content/plugins/revslider/public/assets/svg/action/ic_event_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_event_24px.svg',0,_binary '\Ç\×ý\Î :œôÿŽÉ˜\×÷\ç',_binary '\Ç\×ý\Î :œôÿŽÉ˜\×÷\ç',_binary 'M!L\çAY(;3B~z\ã2ò}’iÁðYJ–³W›ŠU','',0,'?'),(_binary 'ùÓ›Ü¿NÈ½ö˜fbˆ‰\Ø','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/InvoiceLineItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/InvoiceLineItem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'º|5‹|1\æø”\í\â‰',_binary '\ä#\"ù*©ßŸ@\Ó¤Úÿe¨e\ÍKYX\Åc\ä ô\æ','',0,'?'),(_binary 'ù\Ø€\Ù\é%Z^ƒ‰\ÇW‡','wp-content/plugins/revslider/public/assets/svg/device/ic_data_usage_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_data_usage_24px.svg',0,_binary ' ö \ÏK´K\Ý4L\ÒÎ°q;û',_binary ' ö \ÏK´K\Ý4L\ÒÎ°q;û',_binary 'ù„\ßB\'\Ã8˜¡KN\ÍÂ¡(4\ÚH®\äžA\×w3ù*?','',0,'?'),(_binary 'ùØµ\Ê\0[Àž.Á“iª\Ú','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/map-frontend.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/map-frontend.js',0,_binary '\n2õ\é.Åº\Ærw§…µÁ\ÏQ',_binary '\n2õ\é.Åº\Ærw§…µÁ\ÏQ',_binary '\â\É§uO’)É\í¯%®DfcbW\Ðuûñÿ»©Àñ','',0,'?'),(_binary 'ùÚŒ \\D°2½f£&óc','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!•\à–\×Ä…˜,\\›kTw',_binary '…\0\äç½¼\Ìô%\Ý|•_\ï‹\æ\Ó[šxõVh-','',0,'?'),(_binary 'ù\Þ9X‡\í\Ó-¯!\È\Ó\â ','wp-content/themes/sinatra/inc/common.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/common.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vD®C¶—zL\ßýŽ\Z»’',_binary 'o0›D$ORÈ¬I\0«\Ó\é\Ô\Êò\\)\Ò\Zz}DLòE\å¸m','',0,'?'),(_binary 'ùÞ¦?\Ñ\éó%Bþ\ÍPRÿ','wp-content/plugins/wordpress-seo/src/generators/generator-interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/generator-interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jX2‚\ì	‹D\Ïr”',_binary 'LB\ëvH\É\Ð[ó\ÒV\Ùdk”Ô¼}lE¾\ì}ž','',0,'?'),(_binary 'ù\à¿>\Ãt’\ËS]\ì \×^','wp-content/plugins/google-site-kit/includes/Modules/AdSense/AMP_Tag.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/AMP_Tag.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't„¨+\å\àwm¦\åÀ\áÐ…Ú›',_binary '\âVb ù\×v\íƒýÿ\Ù®lX\Ì~=§¿ÿ!','',0,'?'),(_binary 'ù\äK|H\Â#\Õ[›ûxŒ\É','wp-includes/blocks/tag-cloud/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/tag-cloud/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'u:y‹V\Î\ËÔ”³”\Âõ+',_binary ' ¯\ß3j\0\ê\ÑC\ã\ê\"D){UK–V\çÊ›©d%„ò\Ä','',0,'?'),(_binary 'ù\éI\rñ®õ\äh\'¨&','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/PirateForms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/PirateForms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ßr\æö\â\ï\ØÑš´ TSt',_binary '@œi\éÁ	»\Ñb!N¸\ìi\É9Q|ð®\ãŸ\Ê˜b­\Üý;','',0,'?'),(_binary 'ù\ëLÈ²ƒ9X°\ä³ògr','wp-content/plugins/wpforms-lite/templates/admin/settings/specific-note.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/settings/specific-note.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‚¸\Ïq²\å\"\Ñ÷:\àJ-¢\ê',_binary '¦y·ò­S\"qiÞ¦S“e9\á [\Ï\éK€¬ƒb@a','',0,'?'),(_binary 'ùõú³v²\ËùO˜?ô‚;Ÿe','wp-content/plugins/wordpress-seo/css/dist/modal-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/modal-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ì\Å^µB‰ø·\ëKQ	Ìª¸\à',_binary 'ˆ*&µY/\Û\ÓQ\í˜`¦¨cü™.\Zòºu\èCV\é\Â\Ø\â','',0,'?'),(_binary 'ú\03\Ør-\ï\à\ÆÄ­n\ÛÀ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListCustomChannelsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListCustomChannelsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x_dxÇ½`j¿ôL\n#',_binary 'xª\Ö(K.©•%\Ì\Ï\æ¹’ m.¨‰pEržö)ŠŽ\è','',0,'?'),(_binary 'úRœ\Þ=ú\Ý*\Édò\Õn','wp-admin/includes/media.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/media.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²\rBž\Û0\0HMÿ^°\äc$',_binary 'E¨\×Q8@À†\Õ-\"c×½÷\r¬›d{¬\ÆDe¡','',0,'?'),(_binary 'ú‹`\ìÿ\Ã\ßC‚þ¸*\ßr','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯\Ðp~\ä”\\”\×\'ðacl’',_binary 'Vý„ž¯\è\ÝP%ªoa<D´ˆH\Íù‰û+‰\éýÆ¶','',0,'?'),(_binary 'ú\r¦×£\ï\ÐöÂ•K{!','wp-includes/css/dist/block-library/elements.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/elements.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'sHø£\ÄHã‘¡¨ ¹',_binary '/ð¯hLLÊ­\ïShH®¼²\ÂJ¤Ôº4 « \"¶?\ÍA@','',0,'?'),(_binary 'ú™3\è\ÐI«„lÈš','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/qtip/qtip.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/qtip/qtip.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.<\Ñ1\ë³\ËvØ¦õ\Ä ]´',_binary 'ª¿\Õu\ÓŒ½G\Ùð8“d3F¶ò¯<Wû\àö˜.  ','',0,'?'),(_binary 'ú	÷L\ÙI¶\Ð<','wp-includes/Requests/src/Exception/Http/Status416.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status416.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J\×@E[X¤œ2\ÍÿQò\'',_binary 'C:’Ï§g\æw3eI\ãÍ¹s‹\ß\\w”9H\Ú\Ô8X/','',0,'?'),(_binary 'úÖ”|\nJL•.¯Q½','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Import.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Import.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nŒ\åÉ©\Íu*òƒ\ê„:',_binary '\è*Y\ÇuöÌ™*½>\ÎÒ»\ÂP­ð~@ÿ ©m\âš\â\Íü','',0,'?'),(_binary 'ú±³E\ãÆ­\Ý*¾<\Ú=','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';û\çG\ÔJ¯§À\â\ÝY3p®\Ë',_binary '-X§Œö†–ù¦.òIk\'£Ÿ¸qxsy»	U1/¢„','',0,'?'),(_binary 'ú†¿\é‡q\ì–õüº´','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Z£©®4ûÛ¡(\Êg[¦\ä',_binary '\Ó\Þw\Âkj\ë„.L¼T…¨Šñ?=EU¯ÀÝ›E¾£“øm','',0,'?'),(_binary 'úIØ›K¡	+I«\0\í\\\æ','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_shipping_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_shipping_24px.svg',0,_binary '[(3‰KPñµ´u@zpA›½',_binary '[(3‰KPñµ´u@zpA›½',_binary '\Êd\0pˆQ7Ež{\ë\Î(H“%ñg¿’8\'92‡\Þ*','',0,'?'),(_binary 'ú†8\î=šº‘\Ç[Õ±ƒ','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\\nö\'ÿø}­.KsG',_binary 'W/®\\}ˆø°¯)ù*b\Ózi¶ª\Õo÷óØ±‡Ñ·õ','',0,'?'),(_binary 'ú¶AŒ‹\Í\Ë)Í¹D4\Í','wp-includes/pomo/plural-forms.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/pomo/plural-forms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜\È[‹/‹g\Ô\0‡Z\ÓX',_binary 'g´/†-\Ë`\Øjl’\ç_X«kŠÿ*YqG\Æ\ÎÒ‘\ÕX','',0,'?'),(_binary 'úÿA¶®ö\ÉGŸ-Ú¥\'','wp-content/themes/houzez/content-page.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/content-page.php',0,_binary 'p\ÈWè»žo%”UIa\Õ¿',_binary 'p\ÈWè»žo%”UIa\Õ¿',_binary 'F°‡‰¶\ä\n	\ï\Í\å\è\ØP8Î¨K\íï´½\ÐL³hn','',0,'?'),(_binary 'ú<Š[iz…Šhó\'où¬','wp-content/plugins/houzez-studio/admin/js/i18n/he.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/he.js',0,_binary '\Ì\ãmWò@+üqŒ -\ØÒŸz',_binary '\Ì\ãmWò@+üqŒ -\ØÒŸz',_binary '›\ÞSœ•„\rúÞŽ\ÍQ\Û\È\ÈP¨Kle\Ãu¸q+\ã6Hp','',0,'?'),(_binary 'ú\Ó\Ì\Éô„Ó“\×\Ã\n\Ö','wp-content/plugins/houzez-theme-functionality/elementor/widgets/advanced-search.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/advanced-search.php',0,_binary '\ïÉ%±>½Ÿou#aBi',_binary '\ïÉ%±>½Ÿou#aBi',_binary 'þ\Ékò›\Z­Mš›q—n4\É\ì–ûI?±¢‹¬V\Îö','',0,'?'),(_binary 'ú\"(§ø\Âb?\Zg‚s\áq\Ç','wp-includes/css/dist/reusable-blocks/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/reusable-blocks/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ž“N80)Xó\á !¡\ÕU\äù',_binary '~€ØŒmü[–šÏ¤hQJ²&\ÍðyƒPý,3z','',0,'?'),(_binary 'ú*mŒ¤^™–pvx5\'7','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebpropertyPermissions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebpropertyPermissions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'E’\Þ\É{òhVµ¨Š!',_binary 'ô\Ù^Z YÁ¸MD\"DØ‚¨Á¼wºE#/\ËûR€ÝŠ\ïT','',0,'?'),(_binary 'ú+\Ûp),†6F£\ÇÃ ','wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js',0,_binary '\à/©\În€\ß\îðúÄ½þ(«',_binary '\à/©\În€\ß\îðúÄ½þ(«',_binary 'Yæ…ƒƒþÎº‰ü£/\\\âcö\îzÒ”\æk¦<˜\Ì8\È×‹','',0,'?'),(_binary 'ú-^gÿˆÌº@\0/÷“†','wp-content/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'gD,V\ë§=\\\ÆbP',_binary 'k‰À—~	¶½UH\Z¥\ÖxƒP\ê\ÛAÌ„¢ú<¡ž;X¨','',0,'?'),(_binary 'ú.Õ¶»\ÕñZg{\Ú=ñš\Ì','wp-admin/css/customize-controls.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-controls.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')Ct€\Z¤\ãYbóZ]\Â',_binary '\Þ\ì\áz£,·”\'ã°óub›5I³\Ñ{	²OßŽ','',0,'?'),(_binary 'ú4/\Ö\áÙ»~±\é<+®','wp-includes/blocks/post-excerpt/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'D\é\Êt ]’¤t^už',_binary '\ZXw´ø–¦[tD’\ÅB­ƒK`4´=!W6Àˆ¯yù\ÎK‹','',0,'?'),(_binary 'ú5FvÅ‰ü\Ü ß‰ú\"','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bell.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bell.svg',0,_binary 'h”–\×;om«<›ªôôs“\Û',_binary 'h”–\×;om«<›ªôôs“\Û',_binary '=_ò\Õ;%ŠY7\ÑDf[öô\Óø¶ù?\\ pž{e¯','',0,'?'),(_binary 'ú:Y\ß\×–Ÿ>ô½¡\â\×=','wp-includes/blocks/media-text/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡×®\\\î<b\0F=Þ£\×',_binary '\Õç¯¬mM|–{ŒG0pW ´Wy\ÚÙ«Ÿ] Á—\âžF','',0,'?'),(_binary 'ú=\Ê\é\rñ®\ÄCô\Zð]','wp-content/themes/houzez/template-parts/dashboard/statistics/30-days-chart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/30-days-chart.php',0,_binary 'Q¥wY\Í:]\è8|\ä\é',_binary 'Q¥wY\Í:]\è8|\ä\é',_binary '°õ\Þ\ÛS:\0¡™A\'(0¦¼´\á3\"	¦áž®þTF\Þ\Ì\×\È','',0,'?'),(_binary 'ú>ŠT÷@\Ø\r>_÷ñ‹','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi/IntegrationsController.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi/IntegrationsController.php',0,_binary '¨^Œˆî…’\ÉAI¨’-ŸFJ',_binary '¨^Œˆî…’\ÉAI¨’-ŸFJ',_binary '8\í”¥‚À„a\Æ\é\ÐÍ¨\ßk\ìt‚\ÆMƒª\àlõC–µ','',0,'?'),(_binary 'úF­¿?¶K_33·€Ä—','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-review.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-review.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'müU_…\0\ÈA\ÉKÎ€fú',_binary '(\Ë\Â\Ä\ÓÂ¨nJoy\È\ÄV¼\ì,qÿc	‡z\æ\í¤ò¢','',0,'?'),(_binary 'úH\ä\ÎRtdÍ¢\ì\ägþ­','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_portrait_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_portrait_24px.svg',0,_binary '95\ïT™õû$œ\ØAŽ/',_binary '95\ïT™õû$œ\ØAŽ/',_binary 'X\ä—\Å¤A¾\Í\Þj\ï¦qr&x`@Å³¼vcLk¸º5','',0,'?'),(_binary 'úQ23†j\ëkð„ù²ùy','wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '´0hI\ßh¼,)\ÒB',_binary '\Üÿóo]o¥”X:\ã¿\åkmû¢\Þ]»·‰\â\Ï\Âx¬òñ','',0,'?'),(_binary 'úXQ:Iq\ÛÕ¡0‹ücr','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â¿\çz$«\ã£\à²+_',_binary 'Ew;úJT_m4”iZx#ùœ\ß\àBn‚d\Í\Zdª	','',0,'?'),(_binary 'úX\\O\æ’°A6{”l','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/LineItem.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/LineItem.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ôP²ƒõQ„\à_–82\ÝG',_binary 'o˜È¹¿e™@ÁÑ­eµO=E£HÃ„ôt\â\ë}\ÜQ','',0,'?'),(_binary 'úg¡±²Žf\éu¼¯f\é¿5','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'úiS.\äùß¬_\ë?UZ6','wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1\Ä\çN†Œ>W öK~',_binary 'P‹\Ë8c1¢›\àm@À\Æ\Ì?\Êw(\ák\í\Ë[R¾þ','',0,'?'),(_binary 'úiþ;nõ=Y#­‹\í…*','wp-content/plugins/elementor/assets/js/counter.3f74a246dff765f39aea.bundle.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/counter.3f74a246dff765f39aea.bundle.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'K\Þ{o\Éò¼ò€\Ëñ\ÓE#',_binary 'ð¨h\Ð-6\Ûÿg\n²“\ZXvŠ¹¬€°²“4‚\á\íg','',0,'?'),(_binary 'úk0\îkâŸ†ñ\ãV\ÄXƒ†','wp-includes/blocks/file/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ryŠ–[\Ì#ŒzÍ¢\Ì\n=\â',_binary '§GŠL~™A‚ua:\çaú\ïUaõ\äÿ,/\Ëw«£\È)‡','',0,'?'),(_binary 'ún:\ÑzW_\ÃB›SùR¬Š','wp-includes/js/jquery/ui/resizable.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/resizable.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P8X\Ùlh\";s´\í¹c;',_binary 'h\ÇE\×wKý@(žXT3w¥\Ì\ÜržXdl\Ú$zñL¨','',0,'?'),(_binary 'úru_›{~VqLeÉš\0','wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/formselector.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/formselector.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \ë‡û\Ç8dÏ±t\å{‘»¹¦',_binary 'Ë¬\'EÞ°Jb\ã¥#©’”Vj\í%®¢¥\×3Ì¶Æ‘\Ír','',0,'?'),(_binary 'úsji[\Ö+±„\ÖÁ¼\ç','wp-content/plugins/elementor/includes/controls/text.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/text.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '«6…†r\Í\ßØ®­jM¡\â',_binary '\ÆJ¸w\ØN7‡?ot°ƒY\Í|4¶\ÙX0\ç!P”(ku\n','',0,'?'),(_binary 'úsÀvm]eú\ì\ál6\Êh','wp-content/themes/houzez/property-details/walkscore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/walkscore.php',0,_binary '\Ó\í>¨ñ\îFO&­ºŠbi',_binary '\Ó\í>¨ñ\îFO&­ºŠbi',_binary '2cmVeU\Èq?€\Î@\ÒÃ›:½\Ñzº`\×ò¦y','',0,'?'),(_binary 'úw	¥š+»j\ì¤ûÀ','wp-content/plugins/wordfence/views/common/status-circular.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/status-circular.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ð\â\ßº)\ß.=£·¥g',_binary 'q4^\"-ú9†\æ‡\á\í\nd1q¬‘ˆ\èO,\íù\Ç','',0,'?'),(_binary 'ú\'\Ü\Þ\ÍbqÜŸ \äñ˜½¼','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ï\í\ÊÉ‰k\âŽ\Ü\0Ý‚;}ü',_binary 'IÁ`¾\ÄC\ÅÉ±3\Óù\\¢\r\Ñc]Ê‚É©À˜Tªš','',0,'?'),(_binary 'ú‚*C+˜´\ÃQ})1÷¦','wp-content/plugins/revslider/public/assets/svg/maps/ic_traffic_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_traffic_24px.svg',0,_binary 'H@\Ðhƒ¹O÷#Yø®)‡',_binary 'H@\Ðhƒ¹O÷#Yø®)‡',_binary '	6`\ÞÜ€‹¤*\Øo€QXR\Z¸w—k\'Fœ®d÷!\Þ','',0,'?'),(_binary 'úƒ$*\ß-\ÌÙ‹\Æ\ì\Ç','wp-includes/blocks/quote/theme.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/theme.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ó86â¢¢œû¹\ì°\í\Ñ',_binary '\â\ÉÜ™¼bi@9\Þó\Õ\\•ý\ÞKqL2\Ï:µ\Ø++','',0,'?'),(_binary 'úƒ¬)\ä	\íwøJa^(','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÿ«$u­9$›hoy%÷£',_binary 'ÿˆ7\×tô•ž:s{(ƒ,\Ö5\ÞU)\Úfr7Ox÷Ÿ!','',0,'?'),(_binary 'úˆ7Ú”!õ2¦x%’XNú3','wp-content/plugins/wordfence/views/options/option-token.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-token.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '·x¯EJRÁ`›ù5\Z\êC\n',_binary 'óˆ_ú—›N–R±Ï¦g\îNŽr™\Ä{ÿŽoXÓ®','',0,'?'),(_binary 'úŠ F$8EY©\ï\Ù\Ú0_','wp-content/plugins/redux-framework/redux-core/assets/js/redux-vendors.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux-vendors.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\Ë¾Œ8œ\æd­”\îg',_binary '—ƒ\Ë\Æ­H)\àþˆCõq\ßŒ\Ú>ñ‹’¬\æÓ´¼Ö‚Y','',0,'?'),(_binary 'úŠ­~…‹a%¡\ë!»P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '{\Î6¿#UQ:÷‘|>#\ë\Ö',_binary '\Ò(\Ý\î[\n\×Ì»\â‰oŸRAo‘3¤¼^\æ¡\Æý','',0,'?'),(_binary 'ú“e\Ûº\Z á•tƒ\Ä\Ä÷','wp-includes/Requests/src/Port.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Port.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 't\äü2\àA\Ô\ëNr8)\Ê\Ó',_binary ' O]gücxI3\â¦\Úxìˆ¥\ãZ¹\Z?<·¤\Ç\'·Ha\Ð\Ü','',0,'?'),(_binary 'ú•\\\Þ k;ž”\×\ë\"\Õ\ã','wp-content/plugins/revslider/public/assets/svg/av/ic_pause_circle_filled_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_pause_circle_filled_24px.svg',0,_binary '¤_MyŠ9°T\çK\äVq(',_binary '¤_MyŠ9°T\çK\äVq(',_binary 'ø”\Ö\Òoj½ôLV)\Øf\Ý\íXhc¨b\åyúQ¦\ï','',0,'?'),(_binary 'ú˜”\ç\ÙL?@§š.~O¯','wp-admin/css/colors/midnight/colors-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/midnight/colors-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9(}õÖ´¢(ž”»\Ã\ÔVv',_binary '\Òha‘¿™\Ü?™R‡¨—km©¯}~X\"\Ë@3ª\äó„','',0,'?'),(_binary 'úšg&\Ñý\íñS\Ì5V\Zÿ&','wp-content/themes/twentytwentytwo/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')<\Îp\Ãh„\ÈNHºs\ëQ‡',_binary '¬\n\ìh÷=þ\âD››M\Ë\é:¡$Q‰öº\Â#\Ö2\nS','',0,'?'),(_binary 'ú\ËöSm{L5J@\íû‡\å','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/builder-bundle.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/builder-bundle.min.js',0,_binary '[2\Ñ^«\éœ\\tC.',_binary '[2\Ñ^«\éœ\\tC.',_binary '8\Ø=¾yóó\r4œ‡Iœ\ØôXv11µcVÊ¶i\nI•I','',0,'?'),(_binary 'ú¢W:“›ÿýÉ®¶´\êB','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/diamond.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/diamond.svg',0,_binary 'U©ø\Å\Ò\nÇ­£\ïGò\é9„',_binary 'U©ø\Å\Ò\nÇ­£\ïGò\é9„',_binary '\Ý=¢>w\íow±(’Ÿw¸£ú\Ü\'\äqRN\ä >ó','',0,'?'),(_binary 'ú¤\èñˆ$„/Äˆ\'‡ÀW\Þ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Relation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Relation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(\â\Ü\Ñ\æ\Ñ\ßF¹§¦8',_binary 'q\Ê\å­s³\á) R,[S\'YQv2ð\èe€\à’6ži8\ÐU','',0,'?'),(_binary 'ú®„-2„Ï°\ÑpC¾…k1','wp-content/plugins/google-site-kit/includes/Core/Assets/Script_Data.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Assets/Script_Data.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\×\Â	:I\Ö:¶mNP\ÇÙ¸y',_binary 'Ñµ8\ìš\\0Jô°>O‚¯‡C\ÈûHªG«²®sk•\Î','',0,'?'),(_binary 'ú³¬»T\nšˆô­e.(¼±','wp-includes/class-wp-image-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-image-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'm\Ìa\éÅœ=\âK$JÞªÖ¦',_binary '<¦ñMùO°¯\Î\ç\àöŠôºò‚(Ÿ¢dp¨\"Á¥Tj','',0,'?'),(_binary 'ú»)šò8\Ê\ëg®b \Â\'','wp-content/plugins/redux-framework/sample/sections/additional-types/date.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/additional-types/date.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‘\n\Z\Ìi™•)Ò›Æ‰\è^',_binary '_Nc•\çŸ+D%\é.+öŽ\êJ†-xµtÝ’Ã¥\Ø\0˜','',0,'?'),(_binary 'ú»´ô¹Wô4•ª\Ä<\ï','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Transfer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Transfer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1ù\Ë+.\âR3\Öþ=¡',_binary 'ô\ÄpH?\æ_U<§\ìwt\0jÁ±U\ÓX°Êƒ­\"y.\Ð\Íñ','',0,'?'),(_binary 'ú¿\åù„€lgÎ¡Ë¾\è\Äõ','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphEdge.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphEdge.php',0,_binary 'Þ‡eªóvœ”—K\ãñ¯®‘',_binary 'Þ‡eªóvœ”—K\ãñ¯®‘',_binary '™ˆ;6{\Äz‹8„©°TÜ«B´úò‰Oú˜¼8¢Sµ','',0,'?'),(_binary 'ú¿nŠ¡|þM\éO¡\ãsž','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ']ž†\\¸÷B¸{¦0µG\Ã',_binary '\Ô\'•)LYi–¬Á9>;B¬\ÌÁq]\ró8¬ž','',0,'?'),(_binary 'ú¿Ø˜\Ã-©m4)}ùù	\Î','wp-includes/js/dist/reusable-blocks.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/reusable-blocks.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S\é\Ê­ž^‘›~»¶º',_binary 'ŒC<¤l\×v+ºž|\íZ~\Ò\êÑS°lc»B\ç\Ý|','',0,'?'),(_binary 'úÁ\Ú3{\ê½q!b\'8Ç§6C','wp-content/plugins/google-site-kit/includes/Core/Util/Sort.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Sort.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&\î\×ÑüG\âJ¸_Œ™[',_binary '„3\03öˆ\'BV5‹S9v}…kÀFœ\á–¬\äd-,9©‹','',0,'?'),(_binary 'úÂ\ç¨b\âJ\ÑXœ@47\Ò','wp-content/plugins/wpforms-lite/assets/images/addon-icon-conversational-forms.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-conversational-forms.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Í1ýµggdñ_Dò\Îl4',_binary 'K\ß@>H¥4\Øgi[T¹µ®N\ìÁ\Ç#­9þ§Qô','',0,'?'),(_binary 'úÍ‹a(·‹ª1|„‚@Z1','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/outgoing.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/outgoing.svg',0,_binary 'þ¯>_©b7„\í3\Ù',_binary 'þ¯>_©b7„\í3\Ù',_binary 'tÈŽ*`J®·\èJÿ®\ÒÖ•k•¥¦Gµ s#g\Ô‹\×','',0,'?'),(_binary 'ú\Îzþ¼„D†+*”º²\Ï','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-full.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-full.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+Ó=C\Z\ÄN…:¥\Ý12\Í',_binary 'ª¬f\ËP«\åM\n‡‘\ÅEK¶øþe÷\Z˜KR‡¢²\ã\Æ','',0,'?'),(_binary 'ú\Ô\Z\"ý\ìýŽ…?\ß9Jz\Ø','wp-content/themes/houzez/framework/stripe-php/lib/Service/TransferService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TransferService.php',0,_binary '?:FR.\èÉ‡\àŠ\\ˆf¡ú',_binary '?:FR.\èÉ‡\àŠ\\ˆf¡ú',_binary '|B.5§7B\ÑFT6´E²\Ø\È\×ñ=£\Ê÷«#šÊ©','',0,'?'),(_binary 'úÔ¬-¿·­^\ë\Z÷\è\Ö\Ö2','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-file-logger.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-file-logger.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Aƒa±¸·§y ù\Ô5K\í6',_binary '.g\Ê?.4µ\r_l\ÊZ7\Ú_)¼$Œ\áCtZ\Ú\ìõŸ°Rð','',0,'?'),(_binary 'úÙ¡ð\Ù&`w¦-\Â','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-600italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-600italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª·3,h*2–’\çJ\ê+\Ç',_binary '«ó^\×8VlÜ€\Zýÿd{#l†=—sÝ¹\íÙ™.\Âù¨','',0,'?'),(_binary 'úÜ§ž\Õ@\Ë{9¶@ùw<','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æhJAÕ¢U˜«kÑªüLn',_binary '!ó¿\à^°³-Pm\àY8P­:ò#_H°\é\Õ\àô\é\Ü\îÀ','',0,'?'),(_binary 'ú\ÜÿÿKvò\ìKM;—ñ','wp-includes/blocks/comment-content/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-content/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­‚dA\îSb\ÞkYhH\Ç',_binary '\Í	\0¦‰]Q&<GÑ¬\ËlB;K¿fÝ§¡b¸\Ý\Í+À)r','',0,'?'),(_binary 'ú\Ý4–GK‹v~)Yv}=','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ¯Z†Ö›”@·Ï§³Ô‰K',_binary '\Úr\'\n+\Õ\èµF]pŽA\â\r½\Ç\ç °=qš¯¨¸\Å','',0,'?'),(_binary 'ú\àZ–p%\'n\Z‘ªWjµ\å','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '˜¿ o@3e€]@\"©€',_binary '\ížF\Ì\ÏE(Û›6\áD\í‘d7ABGÌ U*','',0,'?'),(_binary 'ú\â}‡\Û\á³PÃ›™P\\©\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½+q{–\Ë[ƒ£*$\Æ+÷',_binary '†!÷™\ÜôóK\\†ž\î\Ö÷j¯\á»YO…\â\æGŸ\r\á','',0,'?'),(_binary 'úâ£«=½@F-§¨#o*','wp-content/themes/houzez/content-none.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/content-none.php',0,_binary '99®*¬\ÓÓ³h	¤ÿlœƒ',_binary '99®*¬\ÓÓ³h	¤ÿlœƒ',_binary '\ÍÁÑ‹t\Þa\Òa\Æ ‡\ß.v\íòÙ»%\Z(\Þä„´','',0,'?'),(_binary 'ú\èRŠ,žA§Àý\ZñGJ\'-','wp-includes/default-filters.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/default-filters.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'YžO¿ÿ\Â\ã%Œ\Ã3%\Ð',_binary '\Ú\Ê$˜K[}\Z\ìÿû®\ÉÊ‡§x\Î\Çeþ\Z\ï\Ú@x\Â#¹™','',0,'?'),(_binary 'ú\í\çB\éò\ïz;© Ÿ\Ä\Ä','wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!.Ÿ\é\'øf\Ç]«‰³',_binary '–Ý¼¥^ýQ•³i\à‰ø\ê#Et.+\é\Ü×\ÎU\í\ë','',0,'?'),(_binary 'ú\îï‡‰qrxð\â~þ\ÃG\ì','wp-content/plugins/wpforms-lite/src/Logger/Log.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Logger/Log.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çnGF1\æ R–a/>þ',_binary 'úÄ’Þº1ºð\Ð|s~ÿÃ„\Â0ý\ã‚\È>z\å','',0,'?'),(_binary 'úö^\â„\'þó:¶\ÌÀO\Ö','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1722265817.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1722265817.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'kXøZb¸ö\Ø\åª5\Ä\ê˜',_binary '[\0Nù†²’EÀgð—\ì¤\Ñgd¶q\r\Ò\í¿\Ú\è*\'I\Â','',0,'?'),(_binary 'ú÷gŠ(¯35\Ñ\Ò5\ík†(','wp-includes/blocks/heading/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/heading/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'g\×\Íjõ=\ÈbIõö\Ög',_binary 'BºQý6bbD«JútÐ^yYšðy·û²†	','',0,'?'),(_binary 'ú÷n\ÃIùc­?\æ0nvHñƒ','wp-content/plugins/elementor/includes/elements/section.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/elements/section.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°õ ƒ\ÜW”P–4\ÑCi',_binary '~<z‰–‚_k	¸Á$‡\Ë\íjF\à2B.©µrm\0º<\×Á£','',0,'?'),(_binary 'úý3³\ÎGv{/\ìý²\æO\Õ','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/address.php',0,_binary '3‘ ¢\Ær?-¼\îC²\Óh4',_binary '3‘ ¢\Ær?-¼\îC²\Óh4',_binary '\Ü\â¼x_5\Ì\î3ªqO\íI¬\Ø&$·\á\ÄA\":s9','',0,'?'),(_binary 'úý\Ê\n\\\ÔûÉ¶.5úŽš','wp-includes/images/xit.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/xit.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?¾`¯…p£R’\á,\È\æ_\ìp',_binary '£\ÈA†\0|=fý‰\é\çòJœS<\Ïõ•þõ¶˜\Þ|','',0,'?'),(_binary 'û€¶Ð¬\çpšI\Ò\ÆYR','wp-includes/sodium_compat/src/Core32/BLAKE2b.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'F\éKŠžy\ä\"\ïJø\Ú\Ï',_binary '~T\Ó»)_º¡€Ô‡ÀˆYH+\Õ´\ÑÉ\'û	;','',0,'?'),(_binary 'û\nN™L¼¿<ffJi+$iC','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œl•2ðÌ¢=ý\à†|\n^‡',_binary '\ree:Î¨<–i\Ú\á\Íß’\Î#‡—4Øƒ\ë)\"Vƒ½§\á','',0,'?'),(_binary 'û\Î_³¼‡e$Z\á+­\ÑC','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/PostFiltersHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/PostFiltersHandler.php',0,_binary '¯„†\è™\Îõ\Ûw¤óþpÏ–ð',_binary '¯„†\è™\Îõ\Ûw¤óþpÏ–ð',_binary 'À¿™&q‡œ\ÂV\Ë\Ðþi\Û\çyN;,oô\Üúñ\Õaý\î','',0,'?'),(_binary 'û‰IX6I&Wj.iû\å','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–ñpøœ¼u7:­\Ò5H',_binary '´=²¯n\â£f¶K \æ\î :jD‘Xp\Ì3;gVL\ëž\å¹','',0,'?'),(_binary 'û\ä!3}¹2Áf©š','wp-content/themes/houzez/template-parts/listing/partials/address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/address.php',0,_binary ')ö~Zc‘\á\î«u8|',_binary ')ö~Zc‘\á\î«u8|',_binary '\rW4Bz§ 4\â\Òhòt9e\ã¼üÊ„:Ý‰5\ÎH\è\'„','',0,'?'),(_binary 'û\Ä:l›s{´ö<^\ØK?','wp-includes/js/dist/vendor/react-jsx-runtime.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react-jsx-runtime.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-G\å\Óþ\Ô\î0\æ·>Cœ',_binary '%§½\Èoù\í÷w\è\ß²Z‘\ËŸŸ\ÜÖªÁüzÖ…¾','',0,'?'),(_binary 'ûøw à¤ž “‹j\Ì\Öb~','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/OAuthErrorObject.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/OAuthErrorObject.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'GØ‹)y\\o³%ªRb\Zp',_binary 'pþŸ²ñ\Ç‰\Ö-ô=7\å‚š)TQ¹„»Z','',0,'?'),(_binary 'ûh¬4nAhMq\Ë\Ä\Ë\èD','wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '8£y\\pî²•&B\Ö\È.M',_binary '/h,HUi÷\ZÈ¤†jß˜AZ‡ƒ<HW\Ú\Þ\Þ\å“ˆ','',0,'?'),(_binary 'ûu¬sU~ñY-y&Rž','wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Dd\éWñ\È¿\ÝHƒzK\Ë',_binary '\à\âe\èÀ\'2?•\ï.Ctü\'o%C 0ôX\ä@©?‹y­\ß','',0,'?'),(_binary 'û cðO\ÍñÀ\Ç\à4Ä¨Ç–M','wp-includes/blocks/post-terms/style.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-terms/style.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ã\Z^k†\ÜN¶Ò±\î\Z )Ÿ',_binary '\Ý?¸óã··ñ¿(s¬º¨\'\×Ë­¥#ñl<šRTô‡e','',0,'?'),(_binary 'û$\ÊZTe™4PJe‚ÊŒh','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÚÃ¢=fm÷½¡~Á',_binary 'R\Þ\ÄýÀ?–ŸÇ»ŸT\ê‹\î¹ô.s\Ä0T(r*üö±%€','',0,'?'),(_binary 'û&\ê\ê…+œ‚«À\Î\\ô','wp-content/plugins/revslider/public/assets/svg/action/ic_trending_up_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_trending_up_24px.svg',0,_binary 'ñ¸ZÁnž©…¯«\ÐagJ\Ù',_binary 'ñ¸ZÁnž©…¯«\ÐagJ\Ù',_binary '\è¥\Û¯\Ôe<ó€Sg—\ë@ù\Í,a\éˆê¸™Š#4','',0,'?'),(_binary 'û(ÐŠ»QB&¦€ŒöQ?\éŸ','wp-includes/blocks/categories.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '; b»®\"–±°@>\"¿\Ê',_binary '¥	µ™£/ˆ\áO«¸\"\ËM®b\Ï{\ÈÙ¿¬(õµ\ê›','',0,'?'),(_binary 'û*>F0\ép\ZeM{ÉŸ<','wp-includes/css/dist/block-editor/content.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/content.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'eù\îš 7‘‚\Ø$!\Ðt÷',_binary '\Î/ÿp`•ž59\ÅR”Rå§›1Zñ£\'ŸK\ÄN\èj:','',0,'?'),(_binary 'û-q\íÆ£—·\ãžZ0\ç	u','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽW¹’¦º&hE5†Ox¸\ê',_binary '1\rŠ\éû*–h\\\äBöo\Õ–\ÐB®}ÿù_ù„XD7','',0,'?'),(_binary 'û/—v­¸°\å\êJYiÀ','wp-content/plugins/elementor/assets/css/widget-divider.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-divider.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø\ä©ði%.þ4Æ±Ÿ\Ô\é',_binary '[S÷¼6\à\0.»—²V(~\Ê\Íò>­ŽwS\ÇüPo»©','',0,'?'),(_binary 'û/À±Ò‹\ØP°]}\á\ìi±','wp-content/themes/houzez/framework/options/banner-slider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/banner-slider.php',0,_binary '\×Ë–\Ó\0+Cc\Û|o\ë|\Ô\â',_binary '\×Ë–\Ó\0+Cc\Û|o\ë|\Ô\â',_binary ' \î÷Z\æ\n+Â’U:Š\ÚƒM¥LQ½/\Ïñ¶\Â\Ñb.','',0,'?'),(_binary 'û<\Ì\ny\ág\î—Ñ›¶\Ü__','wp-content/plugins/wpforms-lite/includes/admin/builder/functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–¨\Èl\Ê;eüµlª5\Ä\Z¬½',_binary '\ç,`\Ï?\Ùi\Z\Ç\è\Ý¢{‡@!\éKúbeZ¬\ìK¨','',0,'?'),(_binary 'û?ÿ\à¡\0—‚fÿdø-ù','wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'MEyŠhN88Ÿ]€DD@',_binary '\é\ÃlAj6û\nTCFJ¯…iN\Ð»1;)\ä\Ë\ì¯:4\Û[','',0,'?'),(_binary 'ûDIÍ±y/\Ú\ãùGH*','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php',0,_binary 'p‡%d\Ù:eU‚¡ô	\Ä\Ãn\ä',_binary 'p‡%d\Ù:eU‚¡ô	\Ä\Ãn\ä',_binary 'Ë‘B¶R¹B]\Ù\Ý\àt¶›˜¾\ï\ÙS™\ç2Ûªnó\Ã8h','',0,'?'),(_binary 'ûD\Ï\á\ê]\æŸ|ß¼ª$™','wp-includes/js/mediaelement/wp-mediaelement.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/wp-mediaelement.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ä‡þd\Ä \r.”K™ú;I;',_binary 'V@\Ú\Æ™\àƒ\ä=j½\ÉÖ†¤‹<DHýqõs','',0,'?'),(_binary 'ûD\ãÃ¤² …ª\åflžR','wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/description-data-provider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/description-data-provider.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÈL\Î0@Myžzˆöƒöð',_binary '‹Z\Zx/r\ß\Ì1\æ*üÚ·jöR¾\Ñd…24\å6ù\æ','',0,'?'),(_binary 'ûEIHc„X†\ÝW\îë¼ƒ85','wp-content/themes/houzez/template-parts/dashboard/board/leads/lead-detail.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/lead-detail.php',0,_binary 'JòP\ègub`ÂxG—l',_binary 'JòP\ègub`ÂxG—l',_binary 'c;F¦´ò‘\é m9\\\êó/&\Ï*\Õ8û?Z','',0,'?'),(_binary 'ûGýñ\Úf-\Í\Í\ì;•«f6§','wp-content/plugins/revslider/public/assets/svg/action/ic_add_shopping_cart_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_add_shopping_cart_24px.svg',0,_binary '¶·D9‰°VŠ‹\×	¨,Rk¿',_binary '¶·D9‰°VŠ‹\×	¨,Rk¿',_binary '0\ÝÄ¶ùr®‚x©Ÿ£	]x\Ö{dE(o2 ¯d','',0,'?'),(_binary 'ûJdˆ;ú\Öx»&2Þ»','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.de.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.de.min.js',0,_binary '\ãy¦¬o¹\Ë2®Œ\0¢\Ô',_binary '\ãy¦¬o¹\Ë2®Œ\0¢\Ô',_binary '14\ÐÃªô$CuHP\ÆBgL\è\î4’šb †Sj\Ñ\Ë','',0,'?'),(_binary 'ûO±‡xþ¾;!/ýkblñ','wp-content/plugins/google-site-kit/includes/Core/Dismissals/Dismissals.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dismissals/Dismissals.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Å_˜Zlý\á—Ö¿¶7-\í',_binary 'k\r¬\åÀ´¡*‡»?[¨\È\Ëa.œ\áEªÔ\á¯L\ãÛ¿','',0,'?'),(_binary 'ûPh\Ü\È³·¤rV\â','wp-admin/css/revisions-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/revisions-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŽØ‹Jf\í\ïq^\Éj–4\Ë',_binary '+\ã \Ñ÷\ÓYv\ï\çž\çñ¢±oñôþx¸\ÏaJ¼új','',0,'?'),(_binary 'ûR5\ÉÃ‡„x\Ù£\á\çH','wp-content/plugins/wpforms-lite/assets/css/emails/summary.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/summary.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“l´`\È %Á:š¥Où',_binary '7À	\æ¦8P&€.¥\ézD:„ä…ÿ¯üŠ1`9:ú\Ì','',0,'?'),(_binary 'ûR[¤5\Þ\ÊsZ°‰\'–.½','wp-content/plugins/revslider/public/assets/svg/device/ic_access_time_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_access_time_24px.svg',0,_binary 'œ\n¾8¿l}®+üQGƒ\Ðÿ ',_binary 'œ\n¾8¿l}®+üQGƒ\Ðÿ ',_binary '£~2`õ\É[”Ã©ÀùYR\Ì:\ËÙ—Î­0\0#$s³ô(','',0,'?'),(_binary 'ûSJ7Š\Òm‰2Œ³Á\Èx','wp-content/plugins/google-site-kit/includes/Core/Storage/Post_Meta_Setting.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Post_Meta_Setting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?ˆP\Þ\åó‘ö\Z0±„B;?',_binary '|æ™¶ö#òŒ~‡¥Œ¯œ»=\ê‘F¸-²X±Pñô','',0,'?'),(_binary 'ûT!\Ö\àéˆ¯|¦ÈŒ‘‰@¤','wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Rule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Rule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ‘¨©\Ê%\Ý}·¿P;p\âž',_binary 'v\Z§&¤g\rw³7dø…f¸¬Ye%\ÎzKµ\äõ','',0,'?'),(_binary 'ûV\Æ&aT±Wù\é»V±\ë\ÕY','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_2e83ff_256x240.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_2e83ff_256x240.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+™¥\ä<9W\Ð0\'\Ój%\è»',_binary 'M˜\ÔPQ–\ßß¶\Ô#ƒ^\Ö&Õ…ývO=÷\ã\ë','',0,'?'),(_binary 'ûY\Ûs²MÑ¨wk\ç—ø','wp-admin/images/about-release-badge.svg','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/about-release-badge.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ö·l§\\~uT\È\âi@\ÚÉ» ',_binary '8°–ù[üš—Á\çY¾\ë5\âAdSt\ê!°\Í\Ú&Z\Å','',0,'?'),(_binary 'û[Aù\âý$/]t{\ì\ëñ','wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'vK(ú\Ö÷¡ob)ÁÂ–',_binary '\ÉÐ·¸iIótZ™{ñ¥\Õ*\Âbd)!ID›#\ç=ƒ','',0,'?'),(_binary 'ûk=‘‘ö\\bñ\ÍÜ¡\È','wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '3Gi:/\âÜ p¬\éž\ÐgdŠ',_binary '.ù\æu‡›7˜ùž®¡É—‡\Åÿ\ÖKM*\à1›Cû}','',0,'?'),(_binary 'ûlº›;p«÷	#P\ë%','wp-content/plugins/elementor/assets/shapes/book-negative.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/book-negative.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Y\ØÒž\Êv?·jg£v\Ù+9',_binary 'YMw{\à\ßzœõ5Lyh,\Z–7\æEð\Ü*ù[c† ™Ÿ','',0,'?'),(_binary 'ûl\èö\á-ag›\Ñ+ªÿ¦','wp-content/plugins/houzez-studio/admin/js/select2.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/select2.min.js',0,_binary '‡°\Ô-e\ÜYAitvµÞ·›',_binary '‡°\Ô-e\ÜYAitvµÞ·›',_binary '\ëG\Æ\0[Ta\"izÕ©±û6mŠR$³cÒŸ\Ó=\rW','',0,'?'),(_binary 'ûn9˜l#=Có&H{\Â0','wp-content/plugins/revslider/public/assets/svg/device/ic_developer_mode_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_developer_mode_24px.svg',0,_binary 'Ÿ$g\ã\ZXšù÷Y‘y:\é\Î',_binary 'Ÿ$g\ã\ZXšù÷Y‘y:\é\Î',_binary '·¾ÔŸp+\\m>o_¹ÆŸi©†‹ª«\ÌWDhEI·ztY','',0,'?'),(_binary 'ûo~w\ä*˜«\îÀ¦\ä\"\Ì\Í','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Stripe.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Stripe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\în{Œ1û€]š\èb7XU',_binary '$©\Ô\èŸûóƒ#ši;\Ã(Æ•\ÐcHüº%€\nr™ü\Ñ|	6','',0,'?'),(_binary 'ûs?\ç*0\ìn°\Ëð+š','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/umbrella.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/umbrella.svg',0,_binary '$¬”|¼9\ÑÛõ1ŽMk¤',_binary '$¬”|¼9\ÑÛõ1ŽMk¤',_binary 'p	 ‹`¯yt\r)\Þdÿ7ùV\nc\ÍøG€»‘\èg¦\Ð&','',0,'?'),(_binary 'ûu[b#\ÝñðÏ ^ƒ«ÿC','wp-content/themes/sinatra/inc/compatibility/class-sinatra-hfe.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-hfe.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢|\æª\\œti=OÀ3\Z\î:',_binary '»O“\Ó=‚´$®¹ùx±\îˆ«¨nix‹NIÍƒ·x','',0,'?'),(_binary 'ûy]7,Ò¹Á¾»¢\ï-Ÿ\0°','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/base.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/base.php',0,_binary '.\"ƒBþ­E\0\Î+ô†‚',_binary '.\"ƒBþ­E\0\Î+ô†‚',_binary '\ëû×,\Â20\Æ¡Ò‹\Ó&7–Â­p\\\ç{™Ðž²','',0,'?'),(_binary 'ûztð[ \Óþ¢À ›Ž“','wp-includes/blocks/heading/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/heading/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!¶<fK/’ó™ló7',_binary 'H™›3Yù„š¨F@‰ù&\'s ­\Û+ƒœk\Ç}/Ÿ‡','',0,'?'),(_binary 'ûzò‚p\ÑT|0l\è¦J\ì}','wp-content/themes/yith-wonder/assets/images/demo-content/wonder-logo-white.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/wonder-logo-white.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦j¾|\ê\ÕÁ\Ñt\ÙJd',_binary 'Ó·°‚ºY.V&Ê¡\'$-S¤Y\Ò¼D\ÍcuT+\Ç\î{','',0,'?'),(_binary 'û|e±0û†ðóh%\Â\Ïô','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w‡û3M\ÓS\ÈSb`‹\èj2',_binary 'Z\í·Å“Kd\æ\â\Z¡íª˜i¹ª†{ðB¢\â\ÐBSn\Z=','',0,'?'),(_binary 'ûƒ*p*2ËˆoE¬®','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php',0,_binary '<?Xv\Ù?…B\Ä\áÑ”oo',_binary '<?Xv\Ù?…B\Ä\áÑ”oo',_binary '‹#½“\Ë&…\Ófj J­42û’\áy\ÇN<','',0,'?'),(_binary 'û21O£\'qF	ˆE\ïj','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreamsMeasurementProtocolSecrets.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreamsMeasurementProtocolSecrets.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ\Éj_\"³$^.°0\Üœ',_binary '*p€\'\Ö\Æ	‘y\ÎÐ¨¯P\è>\ÖûýY÷\æpI\ÄRM\"ö‰¦','',0,'?'),(_binary 'û‘\\Î°q±Kµ\Ó‹™\È\Ò','wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'û“Ÿ*a+j\ÄÀ·|È´','wp-content/themes/houzez/template-parts/listing/partials/item-title.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-title.php',0,_binary '¯;f\Í`	ôiHF¥qy',_binary '¯;f\Í`	ôiHF¥qy',_binary '§SŸH	Õ²\Åõq\n¶E\ÒZ8Z¥þÏ»¨µöf@2/','',0,'?'),(_binary 'û•\ç\rY¿5\ÆýÀ\ã¬òø{','wp-content/plugins/redux-framework/redux-core/inc/validation/not_empty/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/not_empty/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'û˜Î¥q \ëž:ø\ß\Ýq\ï','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ž—‡B\ç]j\à÷öaGCcŒ',_binary '5\n?ö øGU\å\"¦¢þgð˜$\åW@)HY\Ô','',0,'?'),(_binary 'û™Ï¯‚\ÎRñ’)ñþ\\r\Z','wp-content/plugins/houzez-theme-functionality/elementor/widgets/featured-label.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/featured-label.php',0,_binary '™\Ð0\'x7´»\ÅGc>\ïg',_binary '™\Ð0\'x7´»\ÅGc>\ïg',_binary 'µV{[6þ\âWqR\"N\ìÁ”	¦\rŸgŽI[\ä=\Ø3d8','',0,'?'),(_binary 'û›Î¾[E\Ú2\Ø¹º$','wp-content/plugins/houzez-theme-functionality/classes/class-agency-post-type.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-agency-post-type.php',0,_binary 'p\Ô9öO\é¯5\ËZþ+\Æ\áy',_binary 'p\Ô9öO\é¯5\ËZþ+\Æ\áy',_binary '¸\â»!{ŽÈŸø £\Þ,‡r+h{µt&”¾8ý\ÆH\Õ>','',0,'?'),(_binary 'ûž\ÎoU·V:µ“µ\r\Ä^\î','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_tj.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_tj.js',0,_binary 'ú\Í{\Ú\Ñ\×*/\É\Ã\äM!',_binary 'ú\Í{\Ú\Ñ\×*/\É\Ã\äM!',_binary '>D[ñ?òH´¶ÿNµ\æI\èt!Á©œ4øC&0È²Z\Z¿','',0,'?'),(_binary 'û¬.7µ\çG§W\ÊÁA£','wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/ConfigSubscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/ConfigSubscriber.php',0,_binary 'Þ¡Jz|Š„Š\á*‚\ÉT%ù$',_binary 'Þ¡Jz|Š„Š\á*‚\ÉT%ù$',_binary '0šz\àñ\ÛZùh\àY.ff¯\Îvxû«\á¸XŠ Õ“','',0,'?'),(_binary 'û¬x„QÎ‘\ænºWE&Š\ï\Ý','wp-includes/js/dist/interactivity-router.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/interactivity-router.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'nR\Æ$øø®N%,P‚ü m',_binary 'Ž8k* ÷\ï.‰Š—\É\n,o7?\Õ\âou†\è4<','',0,'?'),(_binary 'û´	\ä\ÂN\Ð^\ÒòW¥;\×','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Patterns.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Patterns.php',0,_binary 'e\è¶8\Ô Âœ)©Ñ \ï6',_binary 'e\è¶8\Ô Âœ)©Ñ \ï6',_binary 'O†S\ÖÕd\nvK”øñü#2«\Zcº\å@\â\Ç\\','',0,'?'),(_binary 'û´\'BCËža\Å)\'\Â}°o','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer/src/WPConfigTransformer.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer/src/WPConfigTransformer.php',0,_binary 'PM‚S™\ÊW+|²u\Õ\Ë%',_binary 'PM‚S™\ÊW+|²u\Õ\Ë%',_binary '\Îý¨\ÔW7\îí¾’–e®OÂŒ§\ÊSm\ïy…´T0C5FòŽ','',0,'?'),(_binary 'ûµ…{Kò˜\Ãjz\Â \Õ\âð','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Permissions.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Permissions.php',0,_binary 'C½—\Ð\é\Ý\ÈL˜L\Âô\\1',_binary 'C½—\Ð\é\Ý\ÈL˜L\Âô\\1',_binary '%S	‚‹­\Ö+¸xcŽ\ç\àý\âÉ€™ûqB±¯__x-n','',0,'?'),(_binary 'û¶\ÉÁ\'\Í\ßVBÁ~þw','wp-includes/blocks/query-pagination/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\í\×\í €zó\Z\×\Ò.ó‹ø',_binary 'ˆ\Ë\nh(nq‰µ(\êWn÷\ÔCòk¸\ß\ïO46','',0,'?'),(_binary 'û»­\Ì8³lô6“B¾k>N','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/cookie.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/cookie.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þFšB`Šfõ˜.ñq',_binary 'T\×\n¼\Ü<¦\Z#S1_›<‚WF¿\âzJC¡GÀ*n','',0,'?'),(_binary 'û\ÉdXð\ã»×¡À–@|X\â','wp-content/plugins/elementor/core/editor/promotion.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/promotion.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '°ª\è] jÁ¸o·p›',_binary 'l|\Çw¥¦\Z*AŒÖˆœ«=¸¦0XV\ìÀÏ«MW£¤Z\"P','',0,'?'),(_binary 'û\Î%×œ¯²|\Ðu3w»@)\è','wp-content/plugins/wpforms-lite/templates/admin/splash/modal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/splash/modal.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Bð´\Ä\Ç­Yž\0µ=óvƒ¨',_binary 'V\Æ\á\nýýS‚^\Ó\ìS\Z—i½[§\êU\n*\Æÿ\Ò\ài\ä','',0,'?'),(_binary 'û\Ï\Üötj\ÖÀ\',','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/wrench.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/wrench.svg',0,_binary 'hs4\ë\Ó>«>Ÿ¤c¡x;',_binary 'hs4\ë\Ó>«>Ÿ¤c¡x;',_binary '¤Q¿£ˆµooŸ™{tŸbZ£€¨k‡ð\Ä½§\å‘+\0','',0,'?'),(_binary 'û\Ïþ\Ë\èÕ-F}e\Þ8·	','wp-content/plugins/wordpress-seo/src/generated/assets/externals.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generated/assets/externals.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ƒE­¦×­o\ÆZ~¦dŸü€',_binary '˜1\ß(þcø\îBÌ²|*·\'‹bv7Fc¬¡¢9»','',0,'?'),(_binary 'û\Ñ÷\ëS\ãK5Á47\ÊÁ“S','wp-includes/css/dist/block-library/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\î»m\ÚÿF•[—/X]%',_binary 'R\Ø>z¤Yž$}So”…lõ\æ~š~•{›Œ@óº','',0,'?'),(_binary 'ûÕ\à¬WBò\éþ\é\"Q\Í\Ã','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'W+^§ÿ?Åš\æÐ¦\Åt\"†',_binary '+~=Laûdß“35ö0Ï±]M,»”7*Ï™ºGÍ‹®û','',0,'?'),(_binary 'û\×u¼)ebP²\Ï\ícŒ','wp-content/themes/houzez/template-parts/realtors/agent/license.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/license.php',0,_binary 'ê½¨wôÐ¬$_\"u¤ßƒ',_binary 'ê½¨wôÐ¬$_\"u¤ßƒ',_binary '™H\Ç/\ÞZŽúlTX\ê&aJi\Û3\á\nI‹+\ìùƒr`´','',0,'?'),(_binary 'û\ÚJöÍº:\êLEÌž','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/nouislider/redux.jquery.nouislider.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/nouislider/redux.jquery.nouislider.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '[‚\Í\ì˜Ð³í©šE\r¦s',_binary 'C‘º OÕ 0\ÐC\Ò`2=>¿]N&v Dù&!¼“:\Ûh','',0,'?'),(_binary 'û\Û\Z\Â\á\Ó\0pô@†ðD','wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹\ä¡=Ö©¬@\Êú\ãX',_binary '{R¯£\Ù\á\æ4L‰\ÈRfõþ\Æ8\È\×†^{-˜t&','',0,'?'),(_binary 'û\Þ’v:÷rO\ájj?§¶','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ectoplasm/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ectoplasm/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'û\â\ìžB\ÆÉ£O_\ÍWw','wp-content/themes/houzez/template-parts/listing/listing-lightbox.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/listing-lightbox.php',0,_binary '\ëmX¿ú/P\ß\Ý\Ìñ¯',_binary '\ëmX¿ú/P\ß\Ý\Ìñ¯',_binary '\ãl¿9¤ü³óQ~ÍœI[?J\ËC\ï\É9µq“R\Â\Ç\ÝY','',0,'?'),(_binary 'û\çX%C†g¡¤n,“™ú','wp-content/themes/yith-wonder/templates/sidebar-right.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/sidebar-right.html',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '§šø‚³¿\"ŽúŸ¶•ÿ<\Ò',_binary 'ôµµ\Ó\áhƒLw¨«‹	:¯]w0÷q žç­ŸI{3°~$?','',0,'?'),(_binary 'û\çÄ©¸^O\îš\ÄHö','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-settings.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-settings.svg',0,_binary '3üßª¾r@Œ§#C¤\ÌW',_binary '3üßª¾r@Œ§#C¤\ÌW',_binary '¹\âŸ\Õ\È@Z¬)\Þi³¾\rXûPŠ¾\Þ‹’\Ë\ÎiY·-\Ó','',0,'?'),(_binary 'û\ì\'®•t\îZ<.\ïÕ¶','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­n\Zñl-cNX\å\Ë\'*7',_binary 'õ	´\'¾e\'es\ãùö{°´‡@\Ð^ª¹u˜\0‡¬','',0,'?'),(_binary 'û\î\Õ\Ô\ê+f6Q\áúüy9','wp-includes/js/jquery/ui/selectmenu.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/selectmenu.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '){\Þ\íf¨\êñ\í\ëý\à\ï0—\Ä',_binary '\Î1Y¶\äü¨ÈÁk\ÒK\åúÊƒ²·H\äÙ‘d˜PT','',0,'?'),(_binary 'û\ïZ+“\Í¯<3ü=œ´','wp-content/plugins/one-click-demo-import/inc/Downloader.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/Downloader.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ý\å\ïhw;\Úd2N3²-\Í',_binary '{¹–‰\0#ˆ\ížL9¶¯ö°\r\Âúó•\ësÔ¿”l\n*¢–','',0,'?'),(_binary 'ûðˆÏX€n\r÷\æ?ƒ\È','wp-includes/sodium_compat/src/Core/XSalsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/XSalsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p÷¦Æ®¹u¯„o7;~z',_binary '™¥¯\Ú\È %lòy½\'#[‰ö€_ò{E½]8%\Ü','',0,'?'),(_binary 'ûô76P\Ü–…I‘\Ë`¨ˆ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccountSummary.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccountSummary.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‡ú>T\îx;ú\ÆT-\Ô\Zø',_binary '=‡_º{…ÀnÚ»N+O`-\í\Ý¡ò»c\ã\í_H3¾','',0,'?'),(_binary 'ûÿ\î\á?i.Q¿[ ŽE\á','wp-includes/blocks/post-navigation-link.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-navigation-link.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' \æ6C\á\Í\à\\&ü$He½',_binary '/Výò»½\ëmQ6\Èÿò©\Î\áý€\'%k;\ï€7','',0,'?'),(_binary 'ü\ëj\Þöˆ/\à].\Ì+»…½','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogglyHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogglyHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'x“ü\Æ~”ª4œûµ\\\ÇN',_binary '†¤¢,ô6\é¹\ì}¹d/;õò\ã__j\ÔW4¥»\Þ','',0,'?'),(_binary 'ü}–\ZcÊ¶»\ìõõ\Æˆ;','wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨Š» GA•ŠýÉ¿e!§~',_binary '»Î‚¼/%z\'4\'\é4/¯~@sÆ¸S\'ýÿS)','',0,'?'),(_binary 'ü©G\Â\ïnOm§ñ','wp-content/themes/twentytwentyfour/patterns/page-home-business.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-home-business.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '±‰eRŒ\Ñp1»\æ\\šJ\Æ',_binary 'O\Ý\Ä\ØÞ¢\Æ\n{<\Ñfwg¯–\Ä)iù{\Z©Q\â\Í˜','',0,'?'),(_binary 'ülb\âû+HZ_·¿\Ï\îF','wp-content/plugins/elementor/modules/announcements/classes/announcement.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/announcements/classes/announcement.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨§»š\ëÕ‰Y÷‡\ÙqW™',_binary 'ž´+\ë\Ì?]PmùCr2-½\Ð\\\Þ\Z…*\ÞUÿþO\ìûuR','',0,'?'),(_binary 'ü])\é\é	¹ƒó{—?R}','wp-includes/feed-rss.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed-rss.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'iJ­?YC–>^‘\îf¸',_binary 'fl’P»\ßf5‰2tY3‹x\ËÿõDÀ\Ñ×„\Ì','',0,'?'),(_binary 'ü\ÞôÄ¹¬\Ê\Öd]—kR','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.it.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.it.min.js',0,_binary 't@÷—g\n\æ!]oh¿n¬',_binary 't@÷—g\n\æ!]oh¿n¬',_binary 'CU˜·\ÏO@\ê²þ·p·\ËY—J(À¸“M%œªT\Òf','',0,'?'),(_binary 'ü m.ò‚\î0[«Ï«À','wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ü\0–üžYMo\Î7vHF\È',_binary 'n\îz¼\"§\Èd\×Ð¬`ø9\Ë5³›\ë\Zð˜iœ±N\\BM','',0,'?'),(_binary 'ü\"`Ÿ\Ôû¤”°K‹\×\r.³\Û','wp-content/plugins/insert-headers-and-footers/admin/images/upgrade-welcome-cloud.jpg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/upgrade-welcome-cloud.jpg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á0+…i^*¡·QZw¾\nq',_binary '\èY\ÂÔ:Â„Þ€qÞ¿\ëYOÑ” gû\ì\"\ëK\ïñ¬','',0,'?'),(_binary 'ü\'\È\ÐËòl\á¨Ã»\ëž','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-900italic.woff2','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-900italic.woff2',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'r\ÒuýT\Øg¹nlI}',_binary '´\áôubuŠ+\ã”?4\ç\Ö<þ•È˜¶Á\Ü\Ït¶\È','',0,'?'),(_binary 'ü.2\â˜×¢W¼ˆ\ë´\n\í','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Concerns/Purgeable.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Concerns/Purgeable.php',0,_binary '‚\ËÅª$¬´´f³]*£',_binary '‚\ËÅª$¬´´f³]*£',_binary '\Ñ@‰¾\'£’œ¼s†\Ôõx´9%ù.\ë\Ù*››Æ¬O~','',0,'?'),(_binary 'ü0<Ps\Éñ×žH—\ÑÁ22','wp-includes/js/jquery/jquery.table-hotkeys.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.table-hotkeys.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7?\ÒF5ýsS5\Ã7“ÿ,(',_binary 'J<Š\Í?Y‚ø°”½\×SuÅª¯U&Š\nNy´`TkL\ç','',0,'?'),(_binary 'ü0„¡‚^î—¼ˆ÷\Ï\r\à­','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹°\ìÃ¦Y-[\Ê~ Ž­',_binary '”\é+žÇ¡\é\è8\ÞÈ–\ÑJ5\Òr&+õ\Üù™<@\ç¤óŒ','',0,'?'),(_binary 'ü1\æ\n$—–4\ÆÅ½','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/jquery.validate.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/jquery.validate.min.js',0,_binary 'Š%–]‚\'ùW¢CD=!—‡',_binary 'Š%–]‚\'ùW¢CD=!—‡',_binary 'Mø¤\Å\ÒM†²*·q§“\Ý6\"\æª×©r½Ó¶|¶ñA‚@@','',0,'?'),(_binary 'ü1©¥‡x”þ\â2\\,±\\\Ü','wp-content/themes/houzez/template-parts/listing/listing-switch-view.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/listing-switch-view.php',0,_binary 'U\Èe\Ö\nóò2‘\å\Ë\æÉ±',_binary 'U\Èe\Ö\nóò2‘\å\Ë\æÉ±',_binary 'ø\Ô]Ÿm‘0¦\î=øj%\âBmp\ÙK€\Ë\ë%U','',0,'?'),(_binary 'ü9(FŒRj2¹n6]Š','wp-admin/css/colors/light/colors.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/light/colors.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¿\n(øì¤;ˆ\á',_binary '[a¦^\å33\Ö0ž$eH€Mr©¤)\ä¡\Ù|J\"Wõ¨§','',0,'?'),(_binary 'ü9\Ç\íö\05X¢]·_¸\rF','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/UnknownFilterException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/UnknownFilterException.php',0,_binary 'Í…-.¥\Z}\0Ym\Å\Ùz\ç',_binary 'Í…-.¥\Z}\0Ym\Å\Ùz\ç',_binary '¿3(\ÞÍ‰&\î\éüT\Ð=Y€úu¸¥\èG?\ÐR\íõC¿u','',0,'?'),(_binary 'ü@E›œ]\Ûc\à\Å/µZ½¤','wp-content/plugins/houzez-crm/includes/class-enquiry.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-enquiry.php',0,_binary '¤²©–R\Ýð\Ç\Ò\ØV=\ÏWzf',_binary '¤²©–R\Ýð\Ç\Ò\ØV=\ÏWzf',_binary '‰7\ÈYŸ\ØÖ£\ÉÙ¨¢ô”wQ³›J_iV\îUKR&¹lÿ','',0,'?'),(_binary 'üA\×9G]\ì\èD#M#q{','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '€CŒ\í\é´2\Ä\\Õ˜8ü0€¯',_binary 'MEIe_£sZx/—\Ó|œ\Ö;\æJ‘¡zÎ‡‡÷›M\Ï-','',0,'?'),(_binary 'üF™#\0bN¿·{\r¼úžÀ','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_ethernet_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_ethernet_24px.svg',0,_binary 'õ¾A\0\"¾z?b“B÷À¼’ô',_binary 'õ¾A\0\"¾z?b“B÷À¼’ô',_binary ' ´\êê¡–p\"£!“ 1\Ôüö´9*«¿£¹NL¾õ`','',0,'?'),(_binary 'üJ’§ó!2 ¨\Ü\0­€Áü','wp-admin/css/about.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/about.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢¿8gª\êjÁ\ãD·ˆXk',_binary 'QšÀ\r?6ø—vJ\ËXÀÀ\Zø«09ºM•}´\Õé¤ª{','',0,'?'),(_binary 'üLJ/\âô\å‰\ÊCj\ÈÍ½›ô','wp-content/plugins/houzez-studio/templates/render-template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/templates/render-template.php',0,_binary '~+\ÄeT‰\ÎbžŽ¡ºµ',_binary '~+\ÄeT‰\ÎbžŽ¡ºµ',_binary '‹IÁ¡\Ö7\È\ëxr`Ú­pIø\Ì\ÕÕ¥‹‰8ôT\"¾A¡¾','',0,'?'),(_binary 'üNˆˆ\Ó<SsâŠ´\ÛL3\í','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/coffee/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/coffee/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÁkšQd¤z´eM\n\Ü',_binary '\Ô2Ûp^f…\êo\ÒrÅ‘\ÉaTŸ\Æ2\æ¼A\\\Ø\Ö','',0,'?'),(_binary 'üO,\ä’.\'y1ÔºK¯vP','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'w/8§¬mp\â\Îkòi\ì',_binary 'ý\Ùfú.]\åGf& ¬¯¢C<z³F\0²r \Ïq§Q','',0,'?'),(_binary 'üT-‡e¾<zF\ï¦','wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦g·e^8™©I\Ý[‡±ºx',_binary 's}üŸ\ëO½\×t§/©A—Æ³­ŸŸUm37\é»\r','',0,'?'),(_binary 'ü[3üxz°X¶¢ªC\å','wp-content/plugins/elementor/assets/js/ai-admin.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-admin.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á/`?·V¢|\×fW)\Þ(|',_binary 'ÀFp¾!\ÑQ!½s†N¯\n\Ær`FJ_qº}‰\×:ðBñjb','',0,'?'),(_binary 'ü\\\É\ËB…3)/\Ì\Ýs','wp-content/plugins/updraftplus/central/css/central.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/css/central.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üŒ\ß\×\nŒ:ù†ª\Ì\Ç¤D',_binary '[·Jm\ÕI\â[ýù¾s¦\Ý\n¸&i 8šp\ÆHò.ßª¡','',0,'?'),(_binary 'ü]–\Ç#%\\¹•m=>\×	©ò','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache/AbstractCache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache/AbstractCache.php',0,_binary '\Ç\î€i\èó¬„}û0«4*ð',_binary '\Ç\î€i\èó¬„}û0«4*ð',_binary 'X6Š©h-`˜o…\Ñ\ïW\ÅXÀ¥Ö¸?Ò°\ç¢D','',0,'?'),(_binary 'ü^„÷N4Ó,ba§¦D','wp-includes/css/dist/widgets/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/widgets/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'AY\í¤\Ò\"70%¼\ïº\î',_binary 'Ee}7»Ž;n3VÇ¤‚^hÈ–M\Ô`\É Mkbšf‹\"Pu\æ','',0,'?'),(_binary 'ü^ùO|\':QÇ™E\ç\Ýð','wp-content/plugins/wordfence/views/common/status-critical.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/status-critical.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜR¦/C[€¶\å…]—u%ý',_binary '®W\çª\í\ëB&6˜9õgžk_¢ ŸEFý6\ÉI','',0,'?'),(_binary 'üek­\'\Ð4¼4\Ê\Ï\æ¹Q^','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionFactory.php',0,_binary 'ƒ¹¬U^	ZOÿ5ü»',_binary 'ƒ¹¬U^	ZOÿ5ü»',_binary '¼\Ûv—³w\Þy{&~)7*,±?y¦šAV\çg÷M\êX','',0,'?'),(_binary 'üg\"š}_¿7¸½¦\ÜJ5','wp-includes/js/jcrop/jquery.Jcrop.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jcrop/jquery.Jcrop.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ}¹\ß\ìŽ(/\ë›öWM',_binary 'ŸrúNR\án\Õ\ë¬É³\Ô0²1\Z\î6ø[ýÕ›\î	\æƒ','',0,'?'),(_binary 'üg\ç³jkS\Õ\n¿ó\éO\r \å','wp-content/plugins/wp-rocket/inc/main.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/main.php',0,_binary '$h\Í\\\Ü\Ç5;ÿ½)–ö,\î¹',_binary '$h\Í\\\Ü\Ç5;ÿ½)–ö,\î¹',_binary 'òw\ÔSód\Ù7Pød :x\Í`“{Œžý­]©g:>\È','',0,'?'),(_binary 'ün:ÄŸ™B yª’Eü;½','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsReadersEntitlementsplans.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsReadersEntitlementsplans.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬4$}—DT(B\èOc’) ',_binary 'QY\àa•Ÿ\ìl\ÙÒ™;~T•Xú©¼/Æ¦¸\ÃÀn\Ú','',0,'?'),(_binary 'üo5ƒ+°®\ï†I\Ä\Þ\ËJP','wp-admin/site-editor.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/site-editor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'jó)\Ê]„x\Ìz¥°¼\"',_binary '\Ï÷\Ôq»„cÈ—¾‰‰\ÐU#e¸\é9OLA¾5\Û4','',0,'?'),(_binary 'üpÏƒ‘je—”\Ýà¾µ¿ò\Î','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P†£¯7ƒvxr¥²?z \Ê',_binary 'hZ\Ô¥\Z\\\è°\é>\à\ä\Ð{%4¿¤F\n\ÓÔ’wŸË®ñ','',0,'?'),(_binary 'üsu@\Õ\è\Úi8‘*v\ã\à','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/class-redux-import-export.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/class-redux-import-export.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'P‰\ßD_Tª\ÇÄ–\\)',_binary '	\Þõö\áñu^]h\×^;”{”]tŒ\nŸ\ØGC\æ©8','',0,'?'),(_binary 'üv6Zþ\'õOñIL\"Ý•M\Ö','wp-includes/js/dist/block-editor.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-editor.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡\æ\Õwõ~r\ÉB,„\nr“ü',_binary 'û~\Ü\Ç1-H\n‘ÿX¥MJÁ$“‹T)\Æ;mL¸º\"#','',0,'?'),(_binary 'ü{@DkF\äJGn›oó	','wp-content/plugins/updraftplus/images/addons-images/morestorage.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/morestorage.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Îq¸ó\Ù\Óñ\Æ\ë¿P˜Á²\Â',_binary '\×Áð&‚G\Ç4 8#\è\Ý\Ð+\Éuª\Õ\Ì^Æ”…#dHX¨a$','',0,'?'),(_binary 'ü~³>´„\ÑýÛ‘ð>_\á{','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_missed_outgoing_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_missed_outgoing_24px.svg',0,_binary '\r’\Ø\Û<ûxRâ „R|&h',_binary '\r’\Ø\Û<ûxRâ „R|&h',_binary '…²H—b›I \Þ\Üÿs\â=\ÜVƒApx\Ùx\Ô.³J','',0,'?'),(_binary 'ü„ÿ\Ö}j1‚Î†õƒK\Ã\ë','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/PumpStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/PumpStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Âf\Ç\È[Þ¦e\äðQÀ®$',_binary '¼yAüú?Ý“h¿\ßX\Î\0\Ôù…-Z½\ÐC¶Oo¯','',0,'?'),(_binary 'ü‡3\r2ª÷B¼0S¶ÿUúv','wp-content/plugins/wpforms-lite/templates/integrations/elementor/popup.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/integrations/elementor/popup.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'üLJŠ¥8-Ez\ë\Éûwn\ß',_binary '(\Ñ\ÃöJ˜=\æŸø\Å%)}ŽH„û\ç‰6¤\ÒE–y5 \Å5L','',0,'?'),(_binary 'üˆz«\0OÅŒ=d\ÅZ','wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_ViewOnly_Keys_Interface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_ViewOnly_Keys_Interface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '—\å)aa¤ÿ¶Œ\ÞÀ3c\n',_binary '\ã[A;=`ð\î\Æ\Ô #»”©‘E©\ê\Ýv ü\×9\ß','',0,'?'),(_binary 'ü‰p·Š9½6Ã¨\åR\æ','wp-admin/css/common.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/common.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '­mm/•r\0\á¥9bŸ\È[\â',_binary '\ÉýB.F\0\Z­d¢:¿\Ð\Øœ!7?v9’£¤	·²A„','',0,'?'),(_binary 'ü‰˜,©\ïK‡\n\ÕU5AŠ²','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money.svg',0,_binary '5ÿšÕ¾‰R÷\Ç\Å8\\5Œ',_binary '5ÿšÕ¾‰R÷\Ç\Å8\\5Œ',_binary '5.W&‹\Ä\Ç\ï\Î‹\Óeº!P;)\íˆ:Y…†£\î\à!‹C','',0,'?'),(_binary 'üŠj\"ˆK›ø‹Ò±\n¬','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-floorplan.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-floorplan.php',0,_binary 'gÀûw‡ŒÈ«ƒª\n>\Å',_binary 'gÀûw‡ŒÈ«ƒª\n>\Å',_binary 'ò\ß\Ð>\Þ#£\Ímýž8qŠ=_¤\Îb#\×.\Å{\ÏL7','',0,'?'),(_binary 'üŒ©óÒ’¨ù6£(‰ý','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/DefaultProcess.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/DefaultProcess.php',0,_binary '_O\Z·J^Y3Ç¥,ÖT\ä',_binary '_O\Z·J^Y3Ç¥,ÖT\ä',_binary '‚  .\ÇMH¥¨\è7#6`Ù¦›½\ÕH\î²Òµñ5o¡¬B','',0,'?'),(_binary 'ü˜•ŒµÆªq¥æ‚³‹\Ð','wp-includes/js/tinymce/plugins/paste/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/paste/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë^\Ë\Þ\Îs×¶‹{°ûÞ‰2',_binary 'Œ\Z\ÅX8Ÿc+ˆxˆÎ· \á–ó­&Wgñœ`m†Ë´','',0,'?'),(_binary 'üšlxyý\Z\Âù\Ô\Ä\"–‘','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'EU.7®\Ä\ïñH>iš\à;\Å',_binary '™\Ó,\åò+x>¯\Ì\× VˆŽý7r™LKs&Š¶G\íŽ','',0,'?'),(_binary 'üž•\\mþz¸´Õ¬•u’q','wp-content/plugins/wpforms-lite/wpforms.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/wpforms.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯Ñ‰y\Ñt<{¬u¬•™†\æ\í',_binary 'Ã…\ÑD8nÉ˜Œ¹\È@R¸N?«\Órr\ï\"ü\Æ\ß¸±\n','',0,'?'),(_binary 'ü£N\å²4\âöwÈ¯\'üdP','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/safe.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/safe.svg',0,_binary '%gÞzúŒÝMq¶Ì»H',_binary '%gÞzúŒÝMq¶Ì»H',_binary '‚q\Ý}½ô_ŠÁB	Q\ÜõÝ°\ÊP\ã35ˆô¤\âg\ì\ã›Ð¤ª','',0,'?'),(_binary 'ü±eoÏ€ö¦\"ò¬?¬sñ\æ','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\0•û®b#`ú\nùÑ…u\Ä',_binary 'üJS\ÍX„K2šm½\àcü\Z!NZC„—<Áû¾™\Ê—','',0,'?'),(_binary 'ü´\äq˜vSB%„Ytv','wp-content/plugins/redux-framework/redux-core/assets/img/1c.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/1c.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ê¨;ú›Ž¤\ÆÒš¬[\æü}',_binary '\Èor8Mþ8©a‹\Ì\ë‡*\á\Ú\È.Y(ø”øð(','',0,'?'),(_binary 'ü·qóLøó>\Ô\Æ#Q\Ä\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ÿ}$š?¡\á\Ì\ß\Óiý‡\Ã',_binary 'q„÷•nö&%G‰\Ì~\\—¦^½\é\ÆÓš—\Ø0›','',0,'?'),(_binary 'ü¸hJ~ö‚©\Ë6=}þ—','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListConversionEventsResponse.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListConversionEventsResponse.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '?»—Ž\áh6Ï³½.¢.\ê…',_binary 'A?5Ý‡f}\Í(Yœ>» r‡$H½ YC\ÕeºQ…','',0,'?'),(_binary 'ü¸ðR»Ø‰\á\"¾\Ã\àTŠe','wp-content/plugins/elementor/core/utils/force-locale.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/force-locale.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'È¦3eZU°D_ ÒŸBq\å',_binary '{“…‡€ 3¬\é0£L\×]\n÷GlŸ{Ü‹G€$¶|v\è\Þ','',0,'?'),(_binary 'ü¹Oý¾yšÿ\äg–\è\r`«\é','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Themify.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Themify.php',0,_binary '\ínùV‰\ê7\îûùilú(O²',_binary '\ínùV‰\ê7\îûùilú(O²',_binary '.\å™SÄ©´ù­©Oq\àœ\â\ê\Ã\åv_E{\Ûtsõl','',0,'?'),(_binary 'ü»<l\æa¬€,›bX,³²','wp-admin/images/xit-2x.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/xit-2x.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'œÓ\Æu:@4\r…\â\Åz<5\È',_binary '¨S\r\Î}@½~Q÷:€Scµ±§\ê*d+\åZ\Î_¾{¬R','',0,'?'),(_binary 'ü».¼«Kh¦ú˜\Þv','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_namespaces.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_namespaces.php',0,_binary 'D££\Ç5\Ù}=VÊš9Q?',_binary 'D££\Ç5\Ù}=VÊš9Q?',_binary '¦Xa¢=™q\âŽ\ïH0L´UÎŒo‡@R‚†ò(Ó\ã','',0,'?'),(_binary 'ü½>—†©—\ï~ñZwBZ-','wp-content/themes/houzez/template/properties-parallax.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/properties-parallax.php',0,_binary '˜@\Ô\ÓÂ¼\ÉclUa\Í ',_binary '˜@\Ô\ÓÂ¼\ÉclUa\Í ',_binary 'n\Ç(uKC-\Êp\ì\íFü,Í³ŒozN¶7\çiL’U:`¹\×','',0,'?'),(_binary 'üÁn\àô\ßÀa\Ý/\\˜\rŸ','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Jetpack.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Jetpack.php',0,_binary 'ª°m?\áLaôMŒ>3\Z0B0',_binary 'ª°m?\áLaôMŒ>3\Z0B0',_binary '\×I±q,n™cÀ`oµHº\ä®bqC	a\à²K=°','',0,'?'),(_binary 'üÃ \Ü_á¨µõ\ÌU\×\Z\Ð=#','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/DomainMembership.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/DomainMembership.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯Œë¢›u<í»Ž\èÄ¹d<h',_binary 'õ\ã\ÎS\Æk\ÂSù¼%º±VrœIÿ“¤v+y™¡¿c…','',0,'?'),(_binary 'ü\Äk‡l\î‡\æ‚·˜¬Oü','wp-includes/js/dist/vendor/react-dom.min.js.LICENSE.txt','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react-dom.min.js.LICENSE.txt',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'is\Ä\Ü@\Ð1þ	e!G(ð',_binary 'høF5\ßû\Ê?uPF®1\Ö/\n?\ÍqH¸\nðNÆ¥tb”¯','',0,'?'),(_binary 'üÅº½—\ÝC»÷J\ã\á\à','wp-content/themes/houzez/js/vendors/i18n/defaults-kh_KM.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-kh_KM.js',0,_binary '\È=?t`p<*+.~&\0l',_binary '\È=?t`p<*+.~&\0l',_binary 'KsbraYº™K]\Ø\çAß˜\íƒvˆ8\\=\ë–\åQ','',0,'?');
INSERT INTO `wpau_wffilemods` VALUES (_binary 'ü\É×šøSl¼\ë™[dŠ','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/font-awesome.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/font-awesome.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Äª\ê\élc2\é=\áöN',_binary '¡ø¼~^ý<JŒˆ\à(üü¨^,V–‚Uº\Þ\ÞHhJ“¹','',0,'?'),(_binary 'ü\Ì]\å¦&\Þ	—\èö\Ê™<','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '>\ÍnCp†m³s\àŸˆõ}8',_binary ':D¿£Wºh\Ô\Ò)bƒ_\ÐpX¤¿Cû%m“\"\Èu^','',0,'?'),(_binary 'üÕ¨°ý\nŸ¡\ÑK}A\Z;.','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php',0,_binary '¯O–»…:HS]7_„¶;',_binary '¯O–»…:HS]7_„¶;',_binary '\æ:>\rV\î=j#\Ìþ™õú-¢\ì\n2¥\Þl¼kv¸›£<Œ¢','',0,'?'),(_binary 'ü\Ù\\rP\Çô\í‘Â˜Xýmx','wp-content/plugins/revslider/public/assets/svg/device/ic_access_alarms_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_access_alarms_24px.svg',0,_binary ']\ìmÖ³w(M\r®\îEQ0\ï5',_binary ']\ìmÖ³w(M\r®\îEQ0\ï5',_binary 'd¥‡÷\ÔÈŸ[2oý6Ž\Ìt®1,i`4\ÚR\ÑR¼5','',0,'?'),(_binary 'ü\Û ¼t)§Uvž×šo\ê','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-tagmanager-36854685cfc078aa9ea4.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-tagmanager-36854685cfc078aa9ea4.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹4°®\Æ7µs\Ê0§\È\rQlª',_binary '\"\ä™>üsJøBZþÉ˜Ø”Å½«„­\Èð½:\Ú\r°:\ï','',0,'?'),(_binary 'ü\ÞI\Ä\ë\ÕË–ÓšþW†û','wp-content/plugins/elementor/assets/shapes/pyramids.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/pyramids.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'e2Ã˜½\æ5E\ÎD©<œW',_binary 'þ	@¿^\â|ÿTj\ÇvU\è\'ª\Å,÷2G¬üM','',0,'?'),(_binary 'ü\ãð‘·W\ß\ï)U»\ß\ÉoE','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-completed.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-completed.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\n¡\Ù6¹õŠt¤‡ ®}\á',_binary '\èQ¾œ\Éþ[¯™KÁÁ\êûH®^c;á…{•¾:ó©','',0,'?'),(_binary 'üä½¾\Z\å |“#¦\0\Î\Ì','wp-content/themes/sinatra/inc/customizer/settings/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'S£$\ØûR%†èªŒEú|R',_binary '†z“iSm†^·+Ä¯\Ûbu>´\ZBÿ\Þ1\\x›‰\'','',0,'?'),(_binary 'ü\å[@\'\êt	ð\ß&','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleTagManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleTagManager.php',0,_binary 'Að¥%ÁZ\\“ý[\å\Õ',_binary 'Að¥%ÁZ\\“ý[\å\Õ',_binary 'Š?m\Î	\ï¢Ð9—ñú=§Š>\Û(w\\\Î\äOµ$\Þ=\Øu','',0,'?'),(_binary 'üñ\Î$ûPkÂš^ø#˜','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-optimus-subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-optimus-subscriber.php',0,_binary '°>K\ïHû\Û[!ò|¼\Ô',_binary '°>K\ïHû\Û[!ò|¼\Ô',_binary 'P¯ò©ž\ÌML\áÀü·aY\éj\ÐøW4*±ÿ¥’\é?\r¬J','',0,'?'),(_binary 'üó«-‰z1®ýz÷Q','wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Activation.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Activation.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'qh´x\ân_\Í\\®\íS9\ë',_binary '\ÛjÆ°O\Æ4U²£;Î€$”*\ášLé……®?\å\ëƒ','',0,'?'),(_binary 'üü/Žø\ê[§»/\Ö¿Z','wp-includes/blocks/post-navigation-link/style-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-navigation-link/style-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\nR\Ä(zôJ©,\Îq3\ãýò',_binary 'G`	0tœª\æ\ÒÔ„ô?S\'\î$\ï–\n­?*\ÛL\à','',0,'?'),(_binary 'üý\é\åÆ·\êB\Ün1×“±H!','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphApplication.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphApplication.php',0,_binary '÷HV;±t¿º:N›„\Ü',_binary '÷HV;±t¿º:N›„\Ü',_binary '?¤K\à\é-X¬¼Lô±û¿,w]\ë¿#ndD½¬;/Ÿ','',0,'?'),(_binary 'ý©l&\íú\á\îúi1ŒFük','wp-content/plugins/wp-rocket/views/settings/page-sections/cache.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/cache.php',0,_binary '\îw›p¶\Õ+«sq\ÒzÍ‡',_binary '\îw›p¶\Õ+«sq\ÒzÍ‡',_binary '  u®0;t¨Wtˆ\Ü6ÞC\ëJ°;\Ù&.L)óñ\ns¡Š\Ð','',0,'?'),(_binary 'ý\âóš;3€ß¯Ï¯Yg\Û','wp-content/plugins/updraftplus/languages/updraftplus-ckb.mo','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ckb.mo',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…´$sl‡xH\'¯¾\å@“P',_binary 'K5ð\'˜•u=«ã’\íU£Çu\ÍPy¿R<ô','',0,'?'),(_binary 'ý\r\Z’-ƒ®\\\Ë\à/#ù','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/login-modal.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/login-modal.php',0,_binary 'm¦\'ŠÊ£9v:‹¯\Ö',_binary 'm¦\'ŠÊ£9v:‹¯\Ö',_binary 'ÁH3¯Öº[4(_+ñRG3¡7¦\\+‡o½\Ê\Ð7 ','',0,'?'),(_binary 'ýŸú‰û\Âtþ\ÞmŽ÷°','wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-site-wide.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-site-wide.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J`Ž¤9\åqœ\Ô0˜',_binary '„w/\ÓPSE’*KŽÕ¦ù²‹&t`‹Ž\äÀ`\Å','',0,'?'),(_binary 'ýW3)\Ñl¬p‘_Cn','wp-content/plugins/insert-headers-and-footers/includes/helpers.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/helpers.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸GG\ßôd*\Ã\ã\Ð|\Å',_binary '\å‡c!c\á,\íG\Òu9\È\Ø\È\Ô\Zk‚\Ì\à/(`\æü«>©','',0,'?'),(_binary 'ý‡\Ê|v}]\Ó!z?U7—','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/Str.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/Str.php',0,_binary 'Oò\ä¼K+\ï\Ð*º\'´\é&³',_binary 'Oò\ä¼K+\ï\Ð*º\'´\é&³',_binary '«6½YQ£ž[ÿQ\è#û|\æ3œ^OÙ¹€)¢\Õ0o·gz','',0,'?'),(_binary 'ý«\ïÓŽ o¦„ \Zò','wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¾ÿ´tuq!\'T\Ú\Â\Zô9',_binary ';’DbjC\n%«FÁ\ÖaªiA»·\rWd¸\ÐºZ','',0,'?'),(_binary 'ýƒ^G‘©…šÉ§¤£¸C','wp-content/cache/wp-rocket/point2listing.ca/news/index-https.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/news/index-https.html',0,_binary '§‹\Ìc;J‘a¢ù\è\×\è\ê',_binary '§‹\Ìc;J‘a¢ù\è\×\è\ê',_binary 'nT\é2\Íì¢·J##‡ÀŽ›¾wŸ<Ÿ\Å=\ÕÜ·ŠŒ°º','',0,'?'),(_binary 'ý\Øó \Ø\Ì\ì\\f4^+\Â','wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/RadarServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/RadarServiceFactory.php',0,_binary 'Ø†%\Ä¡Ð‰\'…†\'”',_binary 'Ø†%\Ä¡Ð‰\'…†\'”',_binary 'Cñ+ˆˆß³\æH\Z¼›\ì\Ç!#¬,\á&\Ë2ƒ¬7\Ã¿.','',0,'?'),(_binary 'ýsý!ÿ\Z\Þ{‡‘¹i³','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade175.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade175.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\u9^\"c#\ë_%\á£]Y\à',_binary '~!„\äd?\r\ï‰]”\çvh\ÊH‹3A*[‡4','',0,'?'),(_binary 'ý ÷kP\í\Îóy\æAtl','wp-content/plugins/wpforms-lite/assets/js/share/utils.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/share/utils.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û#\áÛ·˜¬\ëzÑ±E.z§\r',_binary '\Ô\Í\Í3\ÜÌ¡º¯Q\"½³ƒyM+i¿ðHaÂ¼‹(LØ“ô½','',0,'?'),(_binary 'ý\"«(ƒpKA”³0«\í\Ä','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step1.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step1.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\åS\ÖA\Ü»Ðœ\Ó\rðMLx',_binary '‘\Þ\ëYx“#]\ÜÁ¯Ÿº\Ô\×\0Î¶°B[P\åøú®,‡\"9','',0,'?'),(_binary 'ý#„©Œ(ôß \"Þ³io','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Payment.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Payment.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'd‹ù\Ô*¿#¹V?q]j£',_binary '\èñ^±\É\ËÆ¨\ãž\Ûø…¤2˜?*1v„½¹ŠG± ²­','',0,'?'),(_binary 'ý+q^e·•\é\ãgu\ÏF6\n','wp-includes/theme-compat/embed.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/embed.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÈÅ¢s¾^\Ðô»q¢cbÿ',_binary 'Wõ\Üô5T¦pÁª;-¥n¬ˆ0»a‹•º©O\n\Óô¦’','',0,'?'),(_binary 'ý2\å£\ç©\ê=EjÂ˜\Ýh\n','wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\"\ì\åE3\Æb&b‘q¥\ë\0”',_binary '1¬»8ýt;2\Ó!q\ßÕ«3%f!zvm@ƒË˜\Ä\"\çA','',0,'?'),(_binary 'ý<;H=t¦~bc¨:º','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÇÄ…K¬¿?\Þ\Æâ†–\\b–',_binary '?­ñŽ8£ &úôŒ º\æ‡\ÞQfVñnð³^\\\Ñ<€§÷\é','',0,'?'),(_binary 'ýBŸõ\åÆŸ©•ý[^\Z\ÞC','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨]5¿<`n.FW±v}',_binary '/›\îµ\è\çN‚¿\'’‰Žh\n\Ä*=D\Ì\È?¸©D+³Áù','',0,'?'),(_binary 'ýC\ÝD™•€bpKD\Ò','wp-content/themes/houzez/framework/stripe-php/lib/ApiRequestor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiRequestor.php',0,_binary 'µg1Ì†(\0X\át{H:\Ü~',_binary 'µg1Ì†(\0X\át{H:\Ü~',_binary 'ôŸ1‹¢(¦¨„&k…½G6RT|\ÚC\íi\ç½œ\î','',0,'?'),(_binary 'ýGþ²!#h\Ô9	„ò&','wp-includes/js/tinymce/plugins/wordpress/plugin.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wordpress/plugin.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '^H‚•\"\è£\æ\áIfþf\n',_binary '\ÏÚ˜«£Z¯9P MS‘dhþŸf(\Ø-þÿtU\ëf\Þ','',0,'?'),(_binary 'ýKjò\âªhº‘\èù','wp-content/plugins/wordfence/images/loading_background.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/loading_background.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬ô\'\é2û”p\nK‹X´\ì',_binary '\ÍÎŽ%X\ïÅ–F¼ÿ\ç\Üò1s\Ï;À\ÎL\ëzrç’»','',0,'?'),(_binary 'ýLÍ‚ð\ZŸ\Ï\Õ9Î–üº\Ú\Ö','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage/ProductPageLoading.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage/ProductPageLoading.js',0,_binary 'ü¦l¨\Ò\éS\ÆhQ\Ñ*ox0',_binary 'ü¦l¨\Ò\éS\ÆhQ\Ñ*ox0',_binary 'ñ˜–Ç”´™gN9&\à+\Ì\\>h\ÏJB\'”»\ä‰\ÓI\Õ','',0,'?'),(_binary 'ýL\éõ*ýÌ•$\Æ\ÝG\Õ\â','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '&/{hù4†¯û\Ìx\è\ë…2',_binary 'MñNÿcc&?\É)v+<(A\'\0\Ø4\Ëz\á3ýœôv','',0,'?'),(_binary 'ýNZ\ÈùPm0„Dòs\Ô\Æ','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/browser01.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/browser01.svg',0,_binary '¶\É\å\ß\Ý\Ï\n½þX=À\Þ',_binary '¶\É\å\ß\Ý\Ï\n½þX=À\Þ',_binary 'Á\È‹´Q§ƒ\r.ü\ì\È=‚VX°\ÞNh\Ò2c›‹','',0,'?'),(_binary 'ýPð\Þ¾:ûv´¿Qw','wp-includes/blocks/list/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`\í\îD¾\ZH¢|_\"xˆ—q',_binary '½\É\âR\Î\åS\ênûa?÷»\\I{)xF-Ê­øsþŠ¦÷','',0,'?'),(_binary 'ýV¼F€Þ‡RÿF¯','wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js',0,_binary '\ÇÚ„Ý‘wªW·\0_¼-\'',_binary '\ÇÚ„Ý‘wªW·\0_¼-\'',_binary 'Š?P	õU°\'\ï\îH“—>~š\ï¸âœ¾†\Ä]UúŸ‘‘@','',0,'?'),(_binary 'ý^­µŽ§\nKÁw•:','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/index.php',0,_binary '9«‚vûK\Óü«2p‚,Yw',_binary '9«‚vûK\Óü«2p‚,Yw',_binary 'AuÌƒµœ\Ä`ü9‰7}bŽ>MH\ê\Ã\íJHh\åû\Î|Fj','',0,'?'),(_binary 'ý`Sk\å\Å7Tt\àv¹ X½','wp-includes/class-wp-list-util.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-list-util.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c_\Æ7^‚®a+Z(\ÜI',_binary 'ô{ \ïúp“1\Ë4Ž™ÁhWw±\Özq ­Ì‘®Zr=Wü','',0,'?'),(_binary 'ý`ü\Ø\ëŠ%Ö†‘Y‡\èŠ\í','wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š\ÉT–-¥³U|r·\É.»',_binary 'n\Ë?&\æz\á\â<\Ó\Üüu[ˆž<†\Ô\\?%\rTC','',0,'?'),(_binary 'ýb•]×®‹30³\Æ\Õ\r»','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Cron/Subscriber.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Cron/Subscriber.php',0,_binary '‚®–ýó<þ\ÎaV\áŒ\àí¿´',_binary '‚®–ýó<þ\ÎaV\áŒ\àí¿´',_binary '·\Ü/\è\Âa•\Ø×¯À}\'É \Ås²R-\ZÏ™\í¢\Ô/•IŽ','',0,'?'),(_binary 'ýdC¡ËŸË€2uù¬zk','wp-content/plugins/elementor/elementor.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/elementor.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“¢‚DuF\ÂüM^T\ÑU.7',_binary '\Õ!¸sß°LDVk&*t·\n(Ñ¬®ð¸^†8Aüxmˆf','',0,'?'),(_binary 'ýk$`1.Jrƒòð\ê\Ý.þu','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ë\Â‡^”¼{‹øõýoq>',_binary 'M-\ÔÎ²ñ†X\È{Adoz\×m(„\è\èg>±¯‹','',0,'?'),(_binary 'ýkL\ÉH¢Ïº\íðº6\n`Q','wp-content/plugins/wp-rocket/inc/front/cookie.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/front/cookie.php',0,_binary '\Ò\è¬E\æ\èw&\à¦?H™\Ú9',_binary '\Ò\è¬E\æ\èw&\à¦?H™\Ú9',_binary 'Š\Ø\Úôˆ)\0\êoš\ßeª\Ý\Ï1†“\ÚÓJ','',0,'?'),(_binary 'ýla\'\êP_b—m	!«·\Äp','wp-includes/blocks/audio/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ')„[‹˜¼J÷[7¾²\Û>Ÿ',_binary 'vÜ½Z²R}”\àZ\æ±fG|-!Tœ±Uõ¿s¶wo»4','',0,'?'),(_binary 'ýrS¸±ª+z•z\áLv7','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ò¨\ÍY’\ÌŠýD&#šo\ç',_binary ')gûB Õ¡²\è\ÙÁƒ¾Hx„\Ùxûb-O\â\Ó\ë','',0,'?'),(_binary 'ýus\ÛTÂ­B\âúµ\ä¬B','wp-content/plugins/wordfence/images/sort_desc_disabled.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_desc_disabled.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '½¥J%{O•Z\"/\Öo',_binary '^*\Çn^\×\0m+¦‹!Nk\ÊÉŒóŸ\Ï/©¿Ô¯^k','',0,'?'),(_binary 'ýwø±\ë\éz·\ë®zÚ\Ð','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements/ActiveEntitlement.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements/ActiveEntitlement.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¢V¾ò{Zÿ#„ºPv\'',_binary '¨(Kž>\ï\ìfn„\ÅJ‘Å‘ƒÀ\É:˜\Ù\Z%T†`&ûX','',0,'?'),(_binary 'ý|Ü¢bƒ·\íx²›3I\é\ÃF','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.11.0.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.11.0.php',0,_binary '7X¿0«\ÐÇˆ®\Æ\ï…,\Åuø',_binary '7X¿0«\ÐÇˆ®\Æ\ï…,\Åuø',_binary '\ëd­Ð­Ô¯;qöKI‹V§\Ä\Õ3oW#£k•','',0,'?'),(_binary 'ý’ZL‹O’l\Ö\á','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¦Cí¢•ðF\æ–hôz',_binary 'oÅ‘\nw¦n¾\ËpL”+;\Ð\Ì\í\ß~‹¨t2´P*Æƒ6ø','',0,'?'),(_binary 'ý’\Ø5§6c½W?È±¦f—','wp-content/themes/houzez/js/vendors/i18n/defaults-pt_PT.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pt_PT.js.map',0,_binary 'Ø FG®s\á\É\Ê\íü“Ï´',_binary 'Ø FG®s\á\É\Ê\íü“Ï´',_binary 'ª!…£#÷a‡*†öp¢¹\Û}ð\Ðf$ô\âÀÍ¥F6\r\áv','',0,'?'),(_binary 'ý•4\í+M\Ïú²\ÈñAð¤\ã\Ò','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/V1betaAudienceDimensionValue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/V1betaAudienceDimensionValue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Œ–}]	™\×Q.€>\ÄÜ«',_binary 'ù‘\ãÔ¸ºXØ“j\Ý&Wp\àº,(\Õ~ù\è$;»x5P','',0,'?'),(_binary 'ý˜\×ï˜€ \Ù53™³I\Ò','wp-content/plugins/wp-rocket/inc/vendors/classes/class-rocket-mobile-detect.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/vendors/classes/class-rocket-mobile-detect.php',0,_binary '\êõ÷\0K¼¸ûL«;…',_binary '\êõ÷\0K¼¸ûL«;…',_binary '|ÿ²\Ï^ºBAn®GnL§¥¤0G\îQ2…¤\Î\É','',0,'?'),(_binary 'ýš\êÀ^MÖ¾`’!E7ö','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DateRangeValues.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DateRangeValues.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'l!\ærø	»‡o\r~¯',_binary ':\Ø<š)~³i5 \Ñ.,\Å.qty\èxMúwU\æŠVŸ³','',0,'?'),(_binary 'ý£P³\Ê.†…C¹ð‹5','wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_dvr_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_dvr_24px.svg',0,_binary 'ø\âG‹À\è\Ø\ìí­¡\à5\0',_binary 'ø\âG‹À\è\Ø\ìí­¡\à5\0',_binary 'Ã’]gq-úaÈ §.\Õ\àKü\Ê\Ñ»w)\Ø0\Ð\'','',0,'?'),(_binary 'ý£þ?™@\ê«&\Øöh©¬V','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStream.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStream.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\È\á—B¡9Y\\¸J\ä\ÊÕ“',_binary '$µ;7$´.AQ;fN\ï¯\ã¨\ÎG¢Ø“_X\\\è\Ù3ý','',0,'?'),(_binary 'ý¦\Öh.s4-\ïÆY\Ìö\É','wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '`“ûÞ„¼&\Ê`C‰V\0',_binary '·)-RI/¾\ã¤ð‘žLAuÖ½À½óˆt\Ü7,TØ€u','',0,'?'),(_binary 'ý©\Õ\'\æ€B\âŠ­7S\Â','wp-includes/js/zxcvbn-async.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/zxcvbn-async.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '=$a\Ô[ZF)^\nŸñ~',_binary '\Öuîº¼Q9Ò«{½¼7o}ù€\í¶\î\æ`\ß-nW\Æ','',0,'?'),(_binary 'ý­{ 	\n|p£Ù¤','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H\ç¾\n\ä\"­‰ø!| W¦\è„',_binary 'ó\Ï>k\Ï/MÅ¤U¹\"JPòD<qE#ò™€}’','',0,'?'),(_binary 'ý´ö\×øõ)\Ý(¤\Ð<\Ù\Ý','wp-includes/js/json2.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/json2.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\\ÿ\È\'X$˜p÷¼qv',_binary 'v\ì\ÊT/\à\ÎÅ¯’D\Øi\Z\\y†q-B§=\ä\Èk8¾·§i','',0,'?'),(_binary 'ý·b#!A¡3XV\Ú4	\ã™','wp-includes/blocks/comments-pagination/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '66E´²LÐ¡jƒ-Ôˆ(±',_binary '`&¯`‘8sBVŒÏC©õa\Ê‘¹\ÂšÏ!‰•û','',0,'?'),(_binary 'ý·¦‰”°Zª+ô[~Z]','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure07.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure07.svg',0,_binary '¢Š˜õ^4\ÙÈš\ÚÁ\Ð\Ê\Â ',_binary '¢Š˜õ^4\ÙÈš\ÚÁ\Ð\Ê\Â ',_binary '·¦|:ý\ç X¹P\\SqZ\Úôª¼“‡ù=ö«\Ý+\Î','',0,'?'),(_binary 'ý»“\ìPŠ -7‹\âŒ–I','wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '%Šø\Õl\ë\Ç`ý\ß\ãU\ZK',_binary '{\ËF\ÙW\Þb)5`†‘¢QP\Z¦,)÷\ÊÙ²¸\Î\Ô','',0,'?'),(_binary 'ý½·Š¼É¯\Ýb³d‰\Çð¼','wp-content/plugins/updraftplus/images/azure.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/azure.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '5\ÆÖ±\ç„ø”xgµ•œYˆ',_binary 'Ÿœ˜Y—S~8_±\Z‚I|˜_À5±ò(6àº¡','',0,'?'),(_binary 'ýÀvhy2\Ê\æ%\Â\Ë(±»)','wp-includes/blocks/code/theme.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/theme.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªZŒ	m\Ù\Å\è\Ä\ÆE–J™¸',_binary 'šw(\æ$\Ê\ÞìŽ­B.\Óð\ã}žež-¤±ðÁ—ª','',0,'?'),(_binary 'ýÁ‚\ã\n¡\n–œ»ýc\â]','wp-content/themes/houzez/property-details/video.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/video.php',0,_binary 'ºQ#\"\æªõ\Õ\Ä$KS7ý\\',_binary 'ºQ#\"\æªõ\Õ\Ä$KS7ý\\',_binary '\Ñ\ËB\å\áí‰\Õ\Ø\à06S¾†ö\Ðò‡|÷l¸.\áöb','',0,'?'),(_binary 'ý\Ãg¨ó±¿YnÑ¦}','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg',0,_binary '\éý.Œ\â\ïªÁ\ç6«%ˆ=',_binary '\éý.Œ\â\ïªÁ\ç6«%ˆ=',_binary '0¾­\è·+“¡1¬˜\ÉXÒ\ï•I}‰bP@\\\â‰Bñ\è','',0,'?'),(_binary 'ýÆ«O±|AŽ7\Â;o\íƒ','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '…\Ý{A‰¦sN\Ýýf\è·',_binary '¾ý/k\Æ\'«†F\á\Éyß™\á\Ê;F\å@\Ç$pdsz´ü','',0,'?'),(_binary 'ý\É\Ú!|MWk¡òpr³','wp-includes/blocks/query/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ñój2§AA\n(Ÿ.d\Ù',_binary '\Ç\Ü/ÀÃ»\çjqb)•F\ÊToùû(¡y*\ÈyO¼','',0,'?'),(_binary 'ý\Ía„\í\'@Tç‘“‰õ\Ö\Ê','wp-admin/images/date-button.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/date-button.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'v!0Ï$\Ç\n-æ½®L\å\ÌT',_binary 'h\ÉÅµÎ´ä˜¼ù\ïn$°†\Ûó\Ï\ê£¹‹\èq!I#ú','',0,'?'),(_binary 'ýÍª\á¢sÖ¶«C9F\ÞV','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Events/SiteLaunched.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Events/SiteLaunched.php',0,_binary 'ÅµÊ‚An@Z2†q',_binary 'ÅµÊ‚An@Z2†q',_binary '±UF\0œ[™9U¿nhF,ö	—Qø\Ç6m½³Öœœ\ÈQ','',0,'?'),(_binary 'ý\Û\îŠ{\â\Ì|Q/‰]{6','wp-content/themes/houzez/template-parts/footer/back-to-top.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/back-to-top.php',0,_binary '¼\è|\Ê@þ÷5¢ôt',_binary '¼\è|\Ê@þ÷5¢ôt',_binary 'š©ø\Ì-aYK\îV\î\'Žý\Ï\ï÷\ç\r¨øà´´šwq','',0,'?'),(_binary 'ý\Þ\\G¿j|!‡\r\ØX.«™‚','wp-content/themes/houzez/framework/stripe-php/lib/Exception/SignatureVerificationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/SignatureVerificationException.php',0,_binary 'Tš\Ão»\Þ\Ð\ÈÀ.Š½ó',_binary 'Tš\Ão»\Þ\Ð\ÈÀ.Š½ó',_binary 'xt¢\é¬><\0\\jg€Iñ\rñy•¸fdxD','',0,'?'),(_binary 'ýß­:å¬¢	a\Õ@R„Õ†','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/installed.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/installed.php',0,_binary 'yƒQ[3\'CÎª• M‹iA',_binary 'yƒQ[3\'CÎª• M‹iA',_binary '\Øœö6hA\Üh\èC{kDe\íÂ’5	{„1\Ð\ÉaYU','',0,'?'),(_binary 'ý\â¿Cd\Î\æA\'¢TP3ý\Ï','wp-content/plugins/houzez-theme-functionality/extensions/favethemes-white-label/template/form.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/favethemes-white-label/template/form.php',0,_binary 'r\åök›\Ä\ß\àÂ¿ˆ',_binary 'r\åök›\Ä\ß\àÂ¿ˆ',_binary 'E!þ—œ»\Ö\Å(``Á£˜šø\nš~\ÐU/8šA‹\Ì','',0,'?'),(_binary 'ýñŒ¯‚\ÐO^\"\Ï\Æ$*\"}','wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-anywhere.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-anywhere.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '“ò²³yþ‚\înöMñX–',_binary '&þI‹[Ày¦ø/8M\ZN\àÇ¸Jl»\è›yT“\Ùpe','',0,'?'),(_binary 'ýôY„o‹\æ­ð8;”,fV','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/checklist3.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/checklist3.svg',0,_binary '¾³u<bŽ^_L*u\ÄUMk\Æ',_binary '¾³u<bŽ^_L*u\ÄUMk\Æ',_binary '²\Ö{\åò\çM•¡‡±²‚>\Æ\È\çg#\è\×dx´','',0,'?'),(_binary 'ýôx­Qô}\Ù\0\n\Í|W†W„','wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ç\Ø]Ep\í\Ë\Í\ÐO-N¾¶p',_binary '2xÇ˜/ò™aöRD¾¯û‚z=\Èh™€µúŽ{š','',0,'?'),(_binary 'ýø39ö\ÃÙ¦qc‡ÞžŒ','wp-content/plugins/elementor/assets/js/import-export-admin.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/import-export-admin.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\á¼:\Ä\0»\Å\ÞýC\èzncB',_binary ']\Øx\n\\„ô\æM\×\Û/?µô€@²b5Œ\nzE)¹š','',0,'?'),(_binary 'ýÿ;\Ó\Ê\ÈBñqù_ò4W','wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-has-position.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-has-position.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ga\×.z\ÏMR\Ú\Ô\æx´j\í',_binary '\ãý5CºÕ´L©bE\ê‚b¼†\ê V\âE\í«`:\Ý?\ÓM','',0,'?'),(_binary 'þ\0$\ç);\Úx\ß9õžö©','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/ReceivedCredit.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/ReceivedCredit.php',0,_binary '\È}\ç\Ó1vOW8‡½\Ðú',_binary '\È}\ç\Ó1vOW8‡½\Ðú',_binary '\Z\Ò\ÛEÃ¹Vz\Î`4²!ƒA7ò)bnBiQš…\Ü\ï','',0,'?'),(_binary 'þ™\Ü6Q\êg\íóO¤\Ïú','wp-content/themes/houzez/framework/functions/unknown.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/unknown.php',0,_binary 'ÿ-0Ý¼|§\rØ±;\Ü',_binary 'ÿ-0Ý¼|§\rØ±;\Ü',_binary ',v!ˆn’\æjøKCÇœ|ºšz)ñž;‘ðøI†y\Ø\ã','',0,'?'),(_binary 'þ\nƒYvMƒ®¤š<³\é#q','wp-content/themes/houzez/js/vendors/i18n/defaults-kh_KM.js.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-kh_KM.js.map',0,_binary '£\ÉZ\èû\ÃŸ¹\Ü	Õ»G¦G',_binary '£\ÉZ\èû\ÃŸ¹\Ü	Õ»G¦G',_binary '\ä}†™¦^r¸-@^?V@\\¿@S\ë÷\\•›\ÏHûp²','',0,'?'),(_binary 'þ\ÒC€,‰\ÄSzbr','wp-content/plugins/redux-framework/redux-core/inc/fields/radio/field_radio.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/radio/field_radio.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¨CSŽ‡ A\Ía¥jº/ð',_binary '2e\ë	_\nº²»fV\åkª}§3\è>NC\çšfð5ú\á…','',0,'?'),(_binary 'þ\ršðYaƒ\ÜÔ’”¢ ','wp-includes/Requests/src/Exception/Http/StatusUnknown.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/StatusUnknown.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ŒM%»}¤Ò…p(ò¦\Ü\ì\Ã',_binary '9Àp^n\Úú#òúòUBó‹T­ýaxI8Ø«dž ËœC','',0,'?'),(_binary 'þ\r¯›t\Ú\Z2¬0r>j’ž\Ù','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2340-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2340-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'k Bru\È1)Z\rÎ²NŸû',_binary '´_.¡[6\ë)d²‹\Z¯¸Ù²\"º2¶÷¥I\Ý^×Ÿ\ì','',0,'?'),(_binary 'þ…¹m½©\ç°ÿ™ÿô\Ê™','wp-content/plugins/wpforms-lite/assets/images/brand.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/brand.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ITc\Ñ\'ùGÌ’\Ú\\F\å\ì®^',_binary '\áƒ]¯\æA”€¤‹\ZDXe¦}/2~\Ø\Ó\"Šz†\Å\Í','',0,'?'),(_binary 'þ¥–ý\é{«\":’\Æt','wp-content/themes/houzez/js/vendors/i18n/defaults-tr_TR.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-tr_TR.min.js',0,_binary ';—ÚUJzAƒ³o»C',_binary ';—ÚUJzAƒ³o»C',_binary 'B:ñQÎ¦¢õ\ÌAr-ô\×/žC\ÙgYÔ¼`pŽ(i~|','',0,'?'),(_binary 'þë‚\r?8[9€kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ÜˆöŽ˜Vûi<\ìA\Ø$É¤',_binary '•»•µ4²„\Õl¼\æ\ë’^=H‡®\ÖaU/ö\Êü?','',0,'?'),(_binary 'þ\'TúŸ\åôÌ­\éY²Ç™','wp-includes/customize/class-wp-customize-cropped-image-control.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-cropped-image-control.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '@½\n=î£¯“PJˆ\èjL',_binary 'Žx\r:šœó‚ö\Í}¯šgR)\ê`Ÿš‚\×k’M%','',0,'?'),(_binary 'þýþœ)z]!?»±aÀ','wp-admin/images/media-button-video.gif','/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/media-button-video.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Â\Ò\ß>ýÀ\Ûu‹€e­wðJ',_binary 'Y¢e¸—\Ü\"n+ò#@¬õ¾Æ¼†Z‚†\Äg\áVPþ\é\'','',0,'?'),(_binary 'þ *R@E\ÖAÊõ\í','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg',0,_binary '¹U³\0{\r>U¦¿yµû',_binary '¹U³\0{\r>U¦¿yµû',_binary 'Vû\Étúo\n)’V/4±\ïÁ^*\á4öG\Û}_5A–š¢','',0,'?'),(_binary 'þ!—•a¦ó4\Z‹¸‘mR','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/class-redux-extension-icon-select.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/class-redux-extension-icon-select.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ÷\Î\è‹þ$‡=¡ ¾',_binary '¡\Ôms¹\Þ\Ôð=Ø‚Á*F¦J\ï\Ìd\n:ž¼®N\0± û','',0,'?'),(_binary 'þ#o\àöt¦0ÁPõq \Ç&\ì','wp-content/plugins/redux-framework/ReduxCore/core/enqueue.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/core/enqueue.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡:Xg\n N\Ã*ƒ\Ú.\Å\Û\á',_binary 'If%÷s#\ÙOCc%\Ýùƒ‚<}Á§ÿy\Ø[÷Ž','',0,'?'),(_binary 'þ%|Ý½°>?v{j\Ê·','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'V\Ä\ß=\àl¬\à\ï	2\âXÿ•',_binary '×´µ0\Ë\ÊªM\"—¹r,_\ÑÆŽ>)G”þ\Íñ\éwg?','',0,'?'),(_binary 'þ%¤\îHŠ[´Ñ¥|ª×Š','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'y\á\Ó¢\ïL€ûµZX\ä\Z¨',_binary '€\ÏÙ²B\Â\çv,\Æ\Ð\à42b\á-2	õ>Œ+{P—;°›Y','',0,'?'),(_binary 'þ%\ÞË¶\î\Åý\äÆ¿<r','wp-content/plugins/revslider/public/assets/svg/action/ic_line_weight_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_line_weight_24px.svg',0,_binary '\n {\nb£Ù†\0r¾õ',_binary '\n {\nb£Ù†\0r¾õ',_binary '* mŸ\ç\ÒD2È‰\Ã\Ô3ú»lX\n0WóJ\êI¶\Ð1Á\å','',0,'?'),(_binary 'þ,O@t…6\ä\"\Ðp0\â]&','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-globe.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-globe.svg',0,_binary '\Ñ\ç\\)\Ú@\çZ]À¾r\Î\Î',_binary '\Ñ\ç\\)\Ú@\çZ]À¾r\Î\Î',_binary 'ZU\ÈnR#\èbÉ€·ò}\ìv\ÉL\êÁ³9«$‰\áIl´','',0,'?'),(_binary 'þ,=<2\âE;?µt¨	µ0','wp-includes/Requests/src/HookManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/HookManager.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ';¨• „}Ô‹¥þø3',_binary '°\Ö15ÿ§5?z„\å±\Ç\ÇsÛ¡\Ùp¹\Ìb9ý\àd\Û','',0,'?'),(_binary 'þ.0…b-Z¢6T´/€_','wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Image.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Image.php',0,_binary '\Æk÷\'\ãûHL°8r¬\ç',_binary '\Æk÷\'\ãûHL°8r¬\ç',_binary 'D\ìlr+;¨Œ$§›·e7\ßq6N\à²Aî²½öP‡\Ã','',0,'?'),(_binary 'þ/e\n•¬o†?}m‰bK','wp-includes/blocks/page-list/editor-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/editor-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ÜPb7rFÎ”mÀ§«T',_binary 'ao\á0CŒHÿ¢º¾*B¶p§5\íh\Z\r¾\ãj\rG','',0,'?'),(_binary 'þ2“}ý+x4f\Ú\Í	m…X','wp-content/plugins/wordpress-seo/admin/pages/dashboard.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Eû·=¯ó\à\îúñMH\ç\à?',_binary '@\ÒŠžö\ÙKd\ZI=—±C?h;ióÀ§\êu\r¨µ“','',0,'?'),(_binary 'þ4\ì+²¼\î\"°?ox>','wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-nav.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-nav.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Õ>òA­/\nOÕ¼²™Ò¿?',_binary 't¯µ=Sº—\âr\á[Ù‘¾\Í;œ\Ñ4ÃS£\n\äÜŒT','',0,'?'),(_binary 'þ72F÷,\'X½\è\å\ÉN\á','wp-content/plugins/wp-rocket/assets/img/imagify-hover.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/imagify-hover.svg',0,_binary 'w#L´\ÓM\'þ¸@$ðI¾',_binary 'w#L´\ÓM\'þ¸@$ðI¾',_binary 'µmM\Æd~X\ç\×NU#÷ò{§\á?cL,\ßw4?\Ù‡‡¨','',0,'?'),(_binary 'þ7^\Ðgƒ–„Py²Ky¼','wp-content/plugins/elementor/core/experiments/wp-cli.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/experiments/wp-cli.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'õ?³—\É	ß¥HW™\Z\å3',_binary '3Û”S\ÄQy¼ye¡`\ÌC› ¶_FLŸ\î¶J@B­','',0,'?'),(_binary 'þ7ñD,T§Lû×¹k¨3\Ãù','wp-content/plugins/revslider/public/assets/svg/av/ic_equalizer_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_equalizer_24px.svg',0,_binary '±\ãe|˜L#\ë=\Z\Ö7J',_binary '±\ãe|˜L#\ë=\Z\Ö7J',_binary '†>$°<zš\Ê=BH9 ¼90fR+¬Sƒ\ìWa\ÑKsx','',0,'?'),(_binary 'þ8œ\r•tÊ§aŽøM\ì','wp-content/plugins/revslider/public/assets/svg/content/ic_mail_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_mail_24px.svg',0,_binary '1v):®Î¢Xgóu‰Œ0',_binary '1v):®Î¢Xgóu‰Œ0',_binary 'ô^#Ã›\ãwzú½\éªs‹ý\În{\ÂÑ¬\",-°i\Ýi´','',0,'?'),(_binary 'þ9>Ú„°Q$;©\ÖÁU¾','wp-content/plugins/elementor/assets/images/logo-platform.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/logo-platform.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ùk~¥‘>¹„sL§•[',_binary 'fKi\êã®\ëº\ì¨\évfŽü1Æˆy®Ãµ.f\àÈa¯','',0,'?'),(_binary 'þ9d>½&¯2¨/8\Í#9','wp-content/themes/sinatra/inc/customizer/controls/typography/typography.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/typography/typography.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\æ×›\çd‰VÈ•ƒþ\Îñ*w',_binary '¯\ØU˜^¹é‰©Æ“x\Û\â(Ä•|R\ë™&2…\ê½V´','',0,'?'),(_binary 'þF\Ï%­³C\Â\Ô0»£¡,','wp-admin/css/list-tables-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/list-tables-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ïgò\ÄÊ>†P¡-H4ÿ',_binary '6°+u\æD>ù>™}–…m»!Îº\È3£&§mò¯\Æ','',0,'?'),(_binary 'þI\"\íp¢\Ðt\ÊQ¹\É[Z6x','wp-includes/css/admin-bar.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/admin-bar.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹öó²¹Q÷t\Íô\ÈÐ‡',_binary '\Ï\à“¦\Óv\æ\"¯\éYyl\ãZc©O\'÷F¶\Ê]´žú\ÐC','',0,'?'),(_binary 'þKXÙ€\Ýð\ï\ëª2#z\Ó','wp-includes/blocks/comments-title/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-title/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_Ÿe\ãþú\ÖG¦Al\Ä\Ó	',_binary 'Æ³Tz‡¼]«¼	•ù‰‚\ÍG‰\á\éb˜\Òg\Âû½«','',0,'?'),(_binary 'þL‰oA7Ÿñÿev	','wp-includes/blocks/loginout.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/loginout.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'IR\Íða÷\Ç\Ë\ì\í.O‹}',_binary '\"ˆQ\0\Þ8}\Î\ÉöÍ”Ò¼W¯¯ƒ\âuw§¹\í´wATŒ','',0,'?'),(_binary 'þL°ÿƒŒÀ‡ Ù©ðk','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¹2q}G·ll,]¹$Sû',_binary 'Ÿ(~\Ø5¡¤\Ã\È\æTi\Þÿk\Zº•£\Ü€I†\"üÿj;™','',0,'?'),(_binary 'þcµ\Ôwk(”‘ø43\Ã','wp-admin/includes/list-table.php','/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/list-table.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¤\ÍyÝ£z˜\0\ÆÁpœor	',_binary 'Ö¸\Ã\'\ÞK`:¼\æ¦$ò\×\ï\Ø$bœ¢}$\'ž2—','',0,'?'),(_binary 'þexÀG_\îh§KRú\Ü','wp-content/plugins/revslider/public/assets/svg/action/ic_bookmark_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_bookmark_24px.svg',0,_binary ':˜\Ö\ê±TJMÀ\ÉARý',_binary ':˜\Ö\ê±TJMÀ\ÉARý',_binary '¦R2„s\Ü¬«€yn—À\ç8\"\ËG7\ï\ÆøgwH$h','',0,'?'),(_binary 'þgV\Ü\à\ÖHIwž\Ó!µ’À','wp-includes/css/customize-preview.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/customize-preview.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '1ig`¨\Âoù¦ÓÙ·1>',_binary 'Ÿ>kdUŸ†œ\Ú÷…³§‰\ç=@Rµû\ç\r¥‰\ä\Ëù;\Ú','',0,'?'),(_binary 'þgdÙ¸…\ä`ö6\ÌO\Ã7','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¸\ãJ‘¾0a:†¸A¡¼Z',_binary '®óM:ðPž\ïÔ«H¯4\Î\ã\ZN±\Ö@0•\\£yi?^uò','',0,'?'),(_binary 'þhŠ¡ŠŽ,Ç¡‰\Â\Ê\\\Ö','wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-active-conditional.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-active-conditional.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'c/G	ž“\Þ*$«lF/\Ï',_binary '\Çp`B\èn\\yœ47yDò ½€Ua\×›\Óþ\Ò\æ','',0,'?'),(_binary 'þjlX5IºóEº†\ëK\Æ`…','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/WebhookEndpoint.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/WebhookEndpoint.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥P\Ñ?YD\ìv£‹Å°8+',_binary '±gQA\ØA \ç­	-b³ƒý÷±Œ‘\ËX¯Ÿ…‡r•J\nq','',0,'?'),(_binary 'þjœE\æ\ÓÔˆ\Í5ô\"]òó','wp-content/plugins/wpforms-lite/templates/emails/classic-field.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/classic-field.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¶)bõ¡U±\Ýòô~²µ',_binary '+‰c¹º\ÙþªN9)æ—ªTKÆ·–bÅ®\è¦TøLP','',0,'?'),(_binary 'þoòj+•Œü÷?Jðb¯†','wp-content/plugins/revslider/public/assets/svg/action/ic_face_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_face_24px.svg',0,_binary '\\ø\Ò0^c2!Ûš%',_binary '\\ø\Ò0^c2!Ûš%',_binary 'üa–N“H\Õxøjb²•\ÈE\Ùg\Èl)ö\r.\Ãr|6‘','',0,'?'),(_binary 'þs\Z\Îô[ªT–÷ÞŠ\Ä','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/ResponseHeaderManager.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/ResponseHeaderManager.php',0,_binary 'æŒ¯\ãú7\Ü\Û\ìX;ú‚Ñ¡',_binary 'æŒ¯\ãú7\Ü\Û\ìX;ú‚Ñ¡',_binary '@øŸ±5¯böqP\êt·²\'p\ßo´^.&\Ô\è\ï¦ò<)','',0,'?'),(_binary 'þv—«\Ýto\Üþ¥]œ','wp-content/plugins/google-site-kit/dist/manifest.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/manifest.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯Ñ°\0´ý:t	>\Ù\Ã1 \"',_binary '¦f|û´\Â\"÷1÷’l”g‡\ê‘n.\Ó[O9N®\Ì)n','',0,'?'),(_binary 'þy.{üuJß 5ý[\Z.','wp-includes/blocks/more/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/more/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þz©\Å\ì\Ý\ëñ\â\â™uó„…d',_binary 'þ\äy*¾C\Ä\ë6W\çÀº¼ÕÛ³\Ãw/\Ö8õ¨:¥t¾·','',0,'?'),(_binary 'þ}€\æA©\î5\í PÔ†\Îô','wp-includes/blocks/gallery/style-rtl.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/style-rtl.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\é¿\Þv«|šJKe\'\ßŒ',_binary '*‹#\Za\×õiYJiµFL­‡\Ä/\î¯M¶K\Û7\Üó\Ü2\Ê','',0,'?'),(_binary 'þ~\Æ\ÆzXFW¬V— -‡','wp-content/plugins/elementor/core/common/modules/finder/template.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/template.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'LD‘z¹}÷û£\0\r&¸¥',_binary 'óÛ†ûºMµŠ‚\å®ôu96dœ§Š—qƒ^\Ð\r!','',0,'?'),(_binary 'þ~\ës!Vz\r…wRê‡ˆ9','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/TestHelpersServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/TestHelpersServiceFactory.php',0,_binary 'j¯¯\äü.À£–:\Öv\ë©X',_binary 'j¯¯\äü.À£–:\Öv\ë©X',_binary '\ïR\ã¬\ÃY\0pþÑ \ï\á\ìÍ‡\Ñ\\\Âüygÿ\ÝC2J\Ñ','',0,'?'),(_binary 'þQÖ¿6“\Èyq\ä¢88','wp-includes/theme-compat/footer.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/footer.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\è^Xµ°ô\é·{¨\äª\éQ¸3',_binary '“nt›\Îÿ¿‡2ªŸ§. ¯|?<—’mfYEõô…~„I','',0,'?'),(_binary 'þ†Ø¥¸|s!È›gu\×','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.scss','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '|\â\Ù\ÃŠŽž§\èý‹\Î',_binary '\Ò8f\æ\r d²p\Òy\Ê_‡\Ãt›pƒ\n\èý)Sôh\Ï\é','',0,'?'),(_binary 'þ™\ß^cv@XúÀ~5Š~','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'þšµÇ‹J’¬ªNš±³Ã›','wp-content/wp-rocket-config/point2listing.ca.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/wp-rocket-config/point2listing.ca.php',0,_binary '’UL6¬\éÍ€W‹ Çµ%',_binary '’UL6¬\éÍ€W‹ Çµ%',_binary '9¢\Ô\ÑVf“\Ó\r“÷\íBß©\Ëx&–KZ›Žªj#\Õ[','',0,'?'),(_binary 'þ¡4[Kƒa¤iY¡Œº9£','wp-content/plugins/revslider/admin/assets/js/modules/tooltip.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/modules/tooltip.js',0,_binary '\Z\Í3)Hô¥L\Ô&·\r\Ú>',_binary '\Z\Í3)Hô¥L\Ô&·\r\Ú>',_binary '\í˜\ã\ï«\"…\Ø\Âd,S¥x’·\ËO3ÀCš$‹E?','',0,'?'),(_binary 'þ¤‰„KJV\ÃY\î[]','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'A\Â*k\ãÌ‰\×\íqE\Ã*ØºN',_binary '\ï~tV\ïs‹”Ùž\"±U\Î\íd9¤ÀU\ãj\"ã‹¢OnþV','',0,'?'),(_binary 'þ¦z\àr½\Ø|À«F»¹\n','wp-content/plugins/houzez-studio/admin/js/i18n/pt-BR.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/pt-BR.js',0,_binary '%sK\ÓR¯\ìhZ.ôMƒ\ìK',_binary '%sK\ÓR¯\ìhZ.ôMƒ\ìK',_binary 'p\ËY»\ËDö\Ú¾QNš\æ<.œM$‘\î7 i#pç—š','',0,'?'),(_binary 'þ§\â\à÷\ÔM1mÙ”9A','wp-content/plugins/houzez-login-register/social/Facebook/Http/RequestBodyMultipart.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Http/RequestBodyMultipart.php',0,_binary '“}Kd\Îuý›\Ðr\Úf¯‚\0',_binary '“}Kd\Îuý›\Ðr\Úf¯‚\0',_binary '|\ßö\×§6ªÅ jP¨ei\Åû“ø5á„–','',0,'?'),(_binary 'þ«\0\î[÷\ãÂ³\Í-¦\á¿]\ä','wp-content/plugins/wpforms-lite/templates/emails/summary-body.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-body.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'lš¦\ïvq’\Ú+\Ï×ƒH&',_binary 'IÒÞ —–\à\Ö$¬Owo\Öf\âÁ:ƒpŸö¸#ðô','',0,'?'),(_binary 'þ¬œ\Ù‚•‡“D…£','wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥*U‡>þ\à¶N\ØTŠ',_binary ']\Ò3\Þ÷:\Ø\ä?õ!F‡\ã_m«4òW\Ú\Ö\ç»ÏŸ[','',0,'?'),(_binary 'þ¬UA¯\ÓyÇ½¨Á†ºª_-','wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '†r\èW1†M:$©k\'ú/>;',_binary '\édK\Äö¨\æÇ¦)µ+\ßsJ©¡§ôe0šWºªkGi\Õ','',0,'?'),(_binary 'þ­!’—|J®\ì¡m£À','wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_horiz_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_horiz_24px.svg',0,_binary '\"\ãÝŠIl9\Æk\ÜnÙ›…\Ì',_binary '\"\ãÝŠIl9\Æk\ÜnÙ›…\Ì',_binary 's\ß\è	!§õE\\²)£¼|ûÜ‡\î®R!4ZgÌƒ\î\ãš','',0,'?'),(_binary 'þ®\ã*\Ì[0Ž÷–p¨a','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar5.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar5.svg',0,_binary 'ä†Š¥¡Y€d\Øx¤\Ø',_binary 'ä†Š¥¡Y€d\Øx¤\Ø',_binary '¡(\Ìbûúö\Û\È\nô\ÈW‘\ß!òT|X€£\ìi-\nË‡D','',0,'?'),(_binary 'þ±L½\â9r&ZC+m·²','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/Transaction.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/Transaction.php',0,_binary 'l§´‹°³ª»Ç£h\Ú\ß',_binary 'l§´‹°³ª»Ç£h\Ú\ß',_binary '³E\Ì\ÜuA3ÇŸy°\ÈoAm2¢Œs9\Ó\Õ4¢™','',0,'?'),(_binary 'þ²\Ý\Ï~¾sML9¶‡ó7','wp-content/themes/sinatra/assets/js/dev/vendors/imagesloaded.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/vendors/imagesloaded.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '.«¼•b‡\àù¥ñi¡Nð',_binary '±”ò\ÍP„®J)‡b\ÖcÃ›ÿq³5IŸ\ájK‚ \n','',0,'?'),(_binary 'þµ€»G#5’ß‘µû\Üz½','wp-content/plugins/elementor/modules/styleguide/module.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/styleguide/module.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' o\Å\äF¾\nAs¶p\Ç\ÂC\î',_binary 'h<å°‘^\ßsd‚=©n\Zx¡¨™¦_€¾%$(‹ò\Ö','',0,'?'),(_binary 'þ¶m|\æ¾\ê\íÖ€\êJh','wp-content/plugins/revslider/public/assets/svg/av/ic_fast_rewind_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fast_rewind_24px.svg',0,_binary '/£+\á·\Úp¬7@«',_binary '/£+\á·\Úp¬7@«',_binary ':F¼Á—«V¹\Zn\ßQ.y\Ö\ãWÀLú\î…¾\ÏiV','',0,'?'),(_binary 'þ¸Ã¹Œ\Â9}ø\èÂ´þ\Â.S','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Cloudflare.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Cloudflare.php',0,_binary '½\Ð-wU]–X	©k¬\ãª+',_binary '½\Ð-wU]–X	©k¬\ãª+',_binary 'RE\åP\njŒ#\ÙdŠY²s\"\íÃ¿2\é]œ¹‡«\Ñüˆ*','',0,'?'),(_binary 'þ\ÈrA|Æ‹\îø\ÄdƒOì¨°','wp-includes/blocks/image/theme-rtl.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/theme-rtl.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'û‹k~\×\ÜøB0™',_binary 'þ±Wžß¤%¬ð¸m·d\ÙºD\Â\'.][÷\ZÔ…c<\í\Ï','',0,'?'),(_binary 'þÈ·õ…tûEf…è¦¶','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg',0,_binary 'ßŠ\Ý],ƒ+‰u—\Õ8ü',_binary 'ßŠ\Ý],ƒ+‰u—\Õ8ü',_binary '®¹ \'\ßu}š.0õŒ(\'‹Ñ^\Ù.ƒ¹«·g\ãE','',0,'?'),(_binary 'þ\Ñý§ Ø³\ìy/À½f\Î','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementWebpropertyUserLinks.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementWebpropertyUserLinks.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '+)žU¹<\Ó 0\0•T^§\Ë',_binary '‹=ÍB))ªk\Ë\ÙG \'\Õ%”].Z/Ua•E’33T$','',0,'?'),(_binary 'þ\Û\ÏC¼	\è\ë\Þ}(Ÿµ\Ñd','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '’…ôûO¯u¼×‡]`+{',_binary '®ÿT\ç\ÖwAk\Ú\ÍPÛ¨F\'\Ü6œV~öšwsóp”\Ê','',0,'?'),(_binary 'þ\Þt‹´û»Î˜~i\Z\ä°','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/address.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/address.php',0,_binary 'Áó\ëR\ÉZ`U™\×yr«',_binary 'Áó\ëR\ÉZ`U™\×yr«',_binary 'Q\ë[\Ç€/Cº<‘6´\\b\ï¹E6ü8 4T‹qQ\Æö','',0,'?'),(_binary 'þ\à>\Ô9‡Zõ¡ET_U\á','wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/builder-stripe.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/builder-stripe.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ªßˆJ­ø\ÅKWºþ²M',_binary '‡Û¶\âTZµ\ç\Ë*0F¯À¨\Ýg•¹\æ´\"û£_­­','',0,'?'),(_binary 'þ\àC\Ú\Ý\Þ\äarˆù`W','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/zip.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/zip.php',0,_binary 'W_³¿ù\éN*\"?EÔ–Wm',_binary 'W_³¿ù\éN*\"?EÔ–Wm',_binary 'Ã£p		ƒ\Þ+8n»YœI7\Ë\à–N\à/\Ñ»‚£3ù','',0,'?'),(_binary 'þ\à¢¿w›ñ\'¢6)','wp-includes/rss-functions.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/rss-functions.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary ' xrþ6\ï2¾\'Œ]Ÿe\àl#',_binary '\ä~^ÉŽf}nú\ÞBhý\Þi=F˜\nƒ	¸\Ð^\é,','',0,'?'),(_binary 'þ\å\ë8\0\ã\ãP(»ûAƒ,É·','wp-content/plugins/wpforms-lite/assets/images/icon-file.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-file.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¡à¿¶ôòq\Ór¹¯K',_binary 'ñ7·œ$÷\á\í\ÝP4Ý’\Ñ\ÌTú{\î2Ò’\ïŸ~°a','',0,'?'),(_binary 'þ\ê²ù\É//\ÞdR±š','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/InvalidRequestException.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/InvalidRequestException.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'H)%L“rY\Ù$¡õ\\N',_binary '¼†\ÅFN³Fÿ»\Óña/.`Hƒ›9*œ3þ-ŽM','',0,'?'),(_binary 'þ\ê\Æö\ÕNº·9¥{®;','wp-includes/js/mediaelement/wp-mediaelement.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/wp-mediaelement.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Š\\–‰®clE+ht A6',_binary '‰0¼Œ0\Ö\å½9!t;ñŒÙ–\î\åß©\ïüùde\"','',0,'?'),(_binary 'þ\í~\ä[—|Mo\Ü\Ó\ï‘/ œ','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Schemas/UsedCSS.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Schemas/UsedCSS.php',0,_binary ':D\ÞÊ–T2Gg¨84',_binary ':D\ÞÊ–T2Gg¨84',_binary '7µš*Äœ\å:ø\Ç\ÓT¹t±\Éô\Ð7ûeß·»!','',0,'?'),(_binary 'þ\î.ˆ ”I\î\nfqñM9','wp-includes/sodium_compat/src/Core/Poly1305.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Poly1305.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '!ðiœ\ÑL³V=X+²	v0~',_binary '4\ç\Î-<4®,\"V²È±XÊ˜Ã®\ÊhR—	KþF\ëk¡','',0,'?'),(_binary 'þóß„tü\"F^J¿\Â}q','wp-content/plugins/revslider/public/assets/svg/notification/ic_personal_video_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_personal_video_24px.svg',0,_binary 'K\îh}e®\æ;gÄ²ówU',_binary 'K\îh}e®\æ;gÄ²ówU',_binary '?dz2`€Ÿ~v€\Û\ZQ1\àØ®†*Ò”\Ý\Çqd','',0,'?'),(_binary 'þôn1é±‡\0\Ë(J\Ô\å£l','wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'ÿsb†¹1ž‡\ãk®P#','wp-content/plugins/revslider/public/assets/svg/av/ic_skip_previous_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_skip_previous_24px.svg',0,_binary '	»1GK·a€&w­\êÍ–ª',_binary '	»1GK·a€&w­\êÍ–ª',_binary '4–·?‹\"\Û\Ç\Ä\ì¬	j\Ã`œ‰ùŒlP‰/\ë—\ã/¶','',0,'?'),(_binary 'ÿ	8w@¶¦Ô\ë„\èQ\ê<','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1672.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1672.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‰<c\'g…û\r\Ñ?f&Rj„Q',_binary ':;˜P/\åFyœ`z\ÂO]_½lB–i-W¸jþo„m#','',0,'?'),(_binary 'ÿ\r2+W\ÊÁ\ÊT:õ\×I˜|5','wp-content/plugins/elementor/assets/css/editor-v2-overrides.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-v2-overrides.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 's\ä­\æï½£ ²•~\Õû<\ìf',_binary 'Œ\æ\ì6&–·\êÔ‡BÁW¢ñ =}5¸\Õ\Z˜f.\ä\áœ!4','',0,'?'),(_binary 'ÿš	l\Ä\Î\ì#‚!\Üú','wp-content/plugins/revslider/public/assets/svg/device/ic_airplanemode_active_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_airplanemode_active_24px.svg',0,_binary 'AÛ§ø&loˆ|Œ[EŸ',_binary 'AÛ§ø&loˆ|Œ[EŸ',_binary 'P\'\ì´o\ç\Ïo—‡L\à—C\Ø\È~¾o¢vP’a¬d}\Ù~','',0,'?'),(_binary 'ÿi£4ÿ<\Z,H“!K3b','wp-content/plugins/houzez-studio/admin/js/i18n/ms.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ms.js',0,_binary 'C\rI`\"7v`8\Ú\Ðó;]',_binary 'C\rI`\"7v`8\Ú\Ðó;]',_binary '\Þ\Ã\ÚT4¯±¡\ì\åÐ¿ò=¹ôI‡JmE16L}ð‰½','',0,'?'),(_binary 'ÿLA˜¿Ùš\ÙþÁ\Ñto','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSkeleton/index.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSkeleton/index.js',0,_binary 'ó˜sK\Û\ì“\Zp\î…4P',_binary 'ó˜sK\Û\ì“\Zp\î…4P',_binary '³\Øø\Þ\Öýº\ë?\Êî–Ž\Õi²)©S7Š,mŒ`ÿ','',0,'?'),(_binary 'ÿ\Z,zk.\Ôp±ºp`ª','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_end_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_end_24px.svg',0,_binary '‹É¯\Ö~\Ø	Zv³\ç<¨a\Ð',_binary '‹É¯\Ö~\Ø	Zv³\ç<¨a\Ð',_binary 'Er<^_/Ež™ø\ËF\â¡6:ZdCÒ¢\rÄ¦¦r\ÐFIw\Ü','',0,'?'),(_binary 'ÿ\"U\ÕF~B‡.\è\ÜS','wp-includes/blocks/video/editor.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/editor.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²]\"†\Ï\rL<Jk\0¨ò',_binary 'ŒÇ–Iyüz­3¤ˆºc\ÃNVAN»¯\Êð\á#\Ê(c•´Œ','',0,'?'),(_binary 'ÿ)-Š:‰%\Øv„¦–ñ','wp-content/themes/houzez/template-parts/membership/per-listing/payment-method.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/membership/per-listing/payment-method.php',0,_binary '\ÐLvR‘¤ev¸ª&`\è',_binary '\ÐLvR‘¤ev¸ª&`\è',_binary '	 P…Sé®žšF\í\ëôF\ÍTþw‡’ûö\Ôö\ï]\\ô','',0,'?'),(_binary 'ÿ.-^\Í\Ý\nÁ\æg” ö','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/RequestInterface.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/RequestInterface.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'o…ª$g\éòy%(À˜A',_binary 'ò5žŽ\Û^A’‘Á ;tŠ‚\Ñ\ï*\'~\r¢Av>*','',0,'?'),(_binary 'ÿ6€Z4o‰/õÕ´k{™µ','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PromotionCodeService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PromotionCodeService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Üâ°„¬\Ë˜q\Ã\æòõ~',_binary '\n	“BJRn\á¾pG@b~I»‚;nIh>´¨w”{ˆ{','',0,'?'),(_binary 'ÿ8ú\Ö	µQfÎ\ã¬²\nQ','wp-content/plugins/revslider/public/assets/svg/hardware/ic_phone_iphone_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_phone_iphone_24px.svg',0,_binary 'REÁg¤÷x*µÞ‘Ö·š',_binary 'REÁg¤÷x*µÞ‘Ö·š',_binary ')Ä²\Ñ\É7\ÆN¸\Ö\ÆjºtˆtxZ’õ\'\Ó\ä\àŠ¨D','',0,'?'),(_binary 'ÿ:‘»\ä3÷Õº¨>ùl‹','wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '0›Ž-HÖ£õ7Á¤·„',_binary '\Îåƒ®’UV30\ç¼\ë? -”3 §=r\ßC\Òžm©','',0,'?'),(_binary 'ÿ;`º$r\çŸ\Ë\Ñ$³ž¦=','wp-content/plugins/wordfence/images/icons/warning128.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/warning128.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'p\ÏGÀI\×t*ö“\Æ\ÊNp=',_binary 'ù¹\ä\Þ*“/‚\Ø\äÈ¾s›øt\èAþˆ¸\Ò}.b\'\\','',0,'?'),(_binary 'ÿ<Y„©5M0j¤`†','wp-content/plugins/wpforms-lite/templates/emails/summary-style.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-style.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'M•—±þ{\Õ\×mˆ3jõO',_binary '\é‘\Ø(³\ã\ì\Ô\çn}‘š‡64½°Ï³\Ò(G!\ÝfÁ','',0,'?'),(_binary 'ÿ=…w\ÏC@ñ\n<\Ò\ëÙ”2ö','wp-content/themes/houzez/js/vendors/i18n/defaults-pl_PL.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pl_PL.js',0,_binary '0&±\Ú\È\ámi?\é7ƒ*¼',_binary '0&±\Ú\È\ámi?\é7ƒ*¼',_binary 'Ÿ©\Ïo\Z–1¾\äÁd„V¶ôzµÉ’C\0\Éw–¬3|’”Ô«','',0,'?'),(_binary 'ÿAú£a‡K\Ôoùƒô¯+O','wp-includes/blocks/post-author.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'J?¿Á\×ô´¶o5y$\ÆQµ',_binary 'vÀ• †ŽÂ§xvX	e7X—XzÿÂ‰ƒ¹¥€0\äw(','',0,'?'),(_binary 'ÿBð2Áœ—\ÔUµ\ê/HDS','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\çs\";K9\Ëøñ¡»,ú>s',_binary '\ÒV}¥\n˜K¼¯ŸŸõ4T\í½bß¡·.þS˜®\nÍ‡\Å','',0,'?'),(_binary 'ÿE58¾ùyª\ä\ÔWs\ÖOº\Õ','wp-admin/css/admin-menu.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/admin-menu.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯ö\ÎÑÿ¬U¦öÏLJ³\ï',_binary '\Ç\æÑ\ãüœ¤Œg\ã5„\'\ï©\è-q;\Ös¶4\ÔG\ë~','',0,'?'),(_binary 'ÿKAE¨³-ö\Ê?WÿR\"','wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-thumbnail-02.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-thumbnail-02.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ø+:·jžF0«´˜µ2\ì',_binary ';E6ƒ­b\Ï_\ÞÛž´·Û‚ª\Zþ­Ÿ]3\\‚\r^\Ì','',0,'?'),(_binary 'ÿL\Ùó\êóe5x?e=\æˆ&','wp-includes/js/plupload/wp-plupload.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/wp-plupload.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¯º\ì5\æ¢\r\r¢Ás\í \ë',_binary '¦lñ-º7»†\ÏEð\É\Ê\ã¡ú\ØG\ZMœ\Ø\ÞU?\Þ!?','',0,'?'),(_binary 'ÿQS¾2õ#\Í\ÃÁ]¸srt\Ô','wp-includes/sodium_compat/src/Core/BLAKE2b.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'âƒŽ¦w\Ól¹\0¼pA',_binary '\Ó+\Ä\Æ1,\Þ3-„OETož\Öd\Í\ÙÃ›Õšc\å?\î<ª','',0,'?'),(_binary 'ÿU\Åeøx§þg·:pSô','wp-content/themes/houzez/template-parts/header/partials/phone-header-1-4.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/phone-header-1-4.php',0,_binary 'B±°æ¡Ÿ\êQ;\ç­ñ¾o',_binary 'B±°æ¡Ÿ\êQ;\ç­ñ¾o',_binary '˜\ÇM1€\ã\éX#nU£oC¨\×b\"Ÿ\è•\êÀ†r\ã¸ýÆ´','',0,'?'),(_binary 'ÿ\\ˆ”G3#\á,Œ\Ï\ÈoN\Æ','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DateRange.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DateRange.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '(ž\ç,\Ï…5•ZR%}” ',_binary 'S\\c®a\çcYVú7\Ör§ñKÍ‹Q¯‰\Ütú¥µ.\ÍQª','',0,'?'),(_binary 'ÿ\\\â\ï6Fv¿BŠ[\é0/\É^','wp-content/plugins/google-site-kit/includes/Core/User/Audience_Settings.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User/Audience_Settings.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '-–.“4º5\"ªr}\ç…\Ú_',_binary '¯öW]¦\Þ Àð{+,Ny\Ää‘µC»®X¤¼Û£','',0,'?'),(_binary 'ÿkŒùþ\ÏPP™˜1<\Ã','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\êou\Íl\ç\Û_›4@«¦',_binary '6b% \"\ÄÊ´s\ÑJ\ëp3°¿·\ç8Ó·ƒSÇ™:ú±ƒ‘','',0,'?'),(_binary 'ÿk\æ«\Ü(//R\rHœ~‚','wp-content/plugins/elementor/assets/css/common.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/common.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ð\'°p5;\ëÚ€M£©I',_binary '.`€·Yf\Ï\âÃ»Û®†¯w:\æc\àa\Ô\Ï@þ\Í4JBS','',0,'?'),(_binary 'ÿp}Ñ¼O\\ž\ÝVÐ»ù\ä\r%','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/AdminNotices.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/AdminNotices.php',0,_binary '™[ñD\Ò\îµ\\h«\îƒöû',_binary '™[ñD\Ò\îµ\\h«\îƒöû',_binary 'A«ô~¨õ¡o\ê\\\ÚlœGJ‡\ÕÀ-%óX0ˆ¨','',0,'?'),(_binary 'ÿ{®Qw\ìˆ:	*öÀs','wp-includes/blocks/details/block.json','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/block.json',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'oû²\'a{\ÈPœ\"Ø”C(W',_binary 'Ñ²xá¡ž\Îop\í#\â(˜\Î‡Œ\×Ò¼:­5\Ö!ö\ÏÄ„±\î','',0,'?'),(_binary 'ÿ‡®ý:\Ï÷\ËJ\ço±%\â','wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¬o˜Qð7¥qMr\"¬\Ã',_binary 'Wlº\Øú\ç—(ßµ\\Ú±yPõ\ì)QvJ\Î#»@l}ˆ¡\Å','',0,'?'),(_binary 'ÿ‰MŸ’\ç¬Za¤´yþ','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '¥mª«Pñ\çU\Ögm8‚z',_binary 'Q¯\Â\ÅAˆOðRP–U\ÌdvŸŸš(Ôœ]\Äø¦H­\ë','',0,'?'),(_binary 'ÿŠ\ãÅ½…–˜#\Å	\0`\nx•','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Fe\ÚO\Ñh¥ò¼ðE\íöw',_binary '=ú\ÌÏ¼Rü\Zµ\Ù\ë“š7{š\É\Z¿«‚]!š•','',0,'?'),(_binary 'ÿŒ‰_%	kzD\Z’Œ¼‚‹','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_phone_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_phone_24px.svg',0,_binary '8WFKE?\Úm·T\ÌDvÀ',_binary '8WFKE?\Úm·T\ÌDvÀ',_binary '\äT1¥x\ç\ì.¼\Ï\Ú~cƒEóbÔGAŸ\ë“v','',0,'?'),(_binary 'ÿ“\r¦$woQ”\0NƒF','wp-content/plugins/revslider/public/assets/svg/action/ic_note_add_24px.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_note_add_24px.svg',0,_binary 'Y–(EkŒjjj\"a',_binary 'Y–(EkŒjjj\"a',_binary 'Z!MW°GV†+u\Ûr‰- À·\ÒG\åƒÿaw\É³\Ú','',0,'?'),(_binary 'ÿ“HF)\\\çÁ,‘bôý','wp-includes/js/jquery/ui/controlgroup.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/controlgroup.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '9-A¢Jf=1W\Ç( ÷¡\Ã',_binary '\ã9\èût|öŸp\Í=¬ú\Õ\Ò\ÆQ\âfifwO;P7\Û','',0,'?'),(_binary 'ÿ—~%B—\0ƒz˜\îõ?o','wp-includes/IXR/class-IXR-message.php','/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-message.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '_¯!€¿Õ™ŸÅš\É(\Ñ2',_binary '¥\ÉCG—x\Ób©M\Ô`¤\0?m\ÛBTnÈ®\Þpx½\â«`','',0,'?'),(_binary 'ÿ—œ¦¶9…\0<\ír\Ó>’€','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-6.png','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-6.png',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '–‹2ü\×Išeô\ÙTz”\Ø',_binary '\äYW¡‘x{\è/œ©Iør\æ\Ýµ+æ¾•\ÍYk¢û\é','',0,'?'),(_binary 'ÿœ¥+gœ+an	\Öl=W','wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/SMTP.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/SMTP.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'FS\ÃÙ—˜0ª­\\8ˆ\ç',_binary '×º\ézµÓ¶7´•OY–0\ê¨šó\r±Sp\ÞlƒúŒ¥\ào','',0,'?'),(_binary 'ÿ¥xq\Óqù»ª\Åcñ|!\É','wp-content/plugins/updraftplus/methods/dreamobjects.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/dreamobjects.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ª\×À)¡ O§\êk«mù\Þ\Õ\Ê',_binary 'þ\Ì\ßaµ·\É\Ê\Æ]\ÏYb\ÛccH¡\Ö+¨\'Ê¬Z\Ó?ò\ä2','',0,'?'),(_binary 'ÿ¥¼¹6L@x÷#õ:zýÿ','wp-content/plugins/wp-consent-api/config.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/config.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'bNFü!\È\ÏVk³úi¦%',_binary 'O\Èxsõ\Ü/\ïj\'‰\Ýc-h2…öw~7­\á<}•s>·','',0,'?'),(_binary 'ÿ§g\êðB:jaðý00','wp-content/themes/houzez/template/template-listing-grid-v1-infinite.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v1-infinite.php',0,_binary 'qqé‡¶dé“™ÔŒ»ø',_binary 'qqé‡¶dé“™ÔŒ»ø',_binary 'XþÍ†OøaŒ\n\ÝO1¬¯Aƒ\çWV>v/y¾N\êÊ‚\È>','',0,'?'),(_binary 'ÿ¨a5[4ü5¼MepC','wp-includes/js/jquery/ui/effect-bounce.min.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-bounce.min.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '	‰™PjK¹RFvÝ²ÿdj',_binary '\Óq™?ò¬NK/‰x¨½r¼“h”€Ÿ[\Ïz`\"#º¬<l\Ë','',0,'?'),(_binary 'ÿª«™\Ý^D%¦”¾fG','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal/TerminalServiceFactory.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal/TerminalServiceFactory.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'žÀše n%•M¶Ÿ¡\ï3',_binary 'P›Ì€\× \Ïk—ˆ\îo\ãò\í\ï7v3;‡ý¿\ÆIƒ>','',0,'?'),(_binary 'ÿ«w\î\Éø~#©„~\Ï?\Õ\É','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting/ReportRunService.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting/ReportRunService.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~\éÆ¯I/÷\Ü/@r',_binary '÷g´g*e\ìi\0¶½\ábU¨*\\\Í\"ûØ¼˜K˜™‰•','',0,'?'),(_binary 'ÿ´QX,\"9\Ídv„kïš³','wp-content/plugins/elementor/assets/shapes/waves-negative.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/waves-negative.svg',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '7Œ\áJOŠV\ÒO:\ÔGH½f£',_binary 'üU‚™\ä¿Òµû^û{\×bÞ¡\Èù\0\Ð|]\ÓSe7m™ n','',0,'?'),(_binary 'ÿµS©CRCþül¸\Å','wp-admin/css/colors/sunrise/colors.scss','/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/sunrise/colors.scss',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '‹\å\ç$lY­\×FÀ\ÜR¨',_binary 'k©—vžY\êŽß\ÈR\Ñ\ßTR\á÷‹N*!\Ï:¦aH','',0,'?'),(_binary 'ÿ»¥\Å*7~*š\ìhPŽÀ¬¢','wp-content/plugins/elementor/assets/css/widget-testimonial.min.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-testimonial.min.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'Ì«˜7n¿œ	©ù§\ÙR:C',_binary '\\c:\r\"À\Ô?Ni,Á	Á‘`q‚ö_7¤°V¦\0','',0,'?'),(_binary 'ÿ»\æ¸ß¹u7õÀ\à[)\äh','wp-includes/blocks/embed/editor.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/editor.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '²u{¢’ºÔŠQ,•Á\Ö]™',_binary 'R$H­½¶Z‰\Ü1gkŒ\Ó^‘?kwq”\'\èÁ‘Û‡=\êT','',0,'?'),(_binary 'ÿ\ÂÙš|\Ú^\ÉpHSž\ë¹','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.css.map','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.css.map',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '³]‹ŸYW?¥ŸEô°ú¦Æ•',_binary '\àAÒ¥Ci¨ûu¨\Å\ï#þÁ«‚?ª\Ø1—²bh\ì','',0,'?'),(_binary 'ÿ\Ä\êkµ\Ëi\î\Ð.¼¥¸\\¥“','wp-includes/images/smilies/icon_neutral.gif','/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_neutral.gif',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\Ø\æVM3HU1!\á˜v',_binary 'ž¤\ëOis8\0ù|zó÷6\Ç]e¨™@Yˆm49','',0,'?'),(_binary 'ÿ\É(ù%$;\Ëÿ\Ïv\nÎ¹ž¯','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/envelopes.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/envelopes.svg',0,_binary '¼uk–b„vQ«D™\à',_binary '¼uk–b„vQ«D™\à',_binary 'o¼\n\ç7 T“¾\í\Ùð8\êÝÛ€\ì ÿP\Þe6©,wV','',0,'?'),(_binary 'ÿ\ÊÔ—B€L¨Y’\ÐÐ„¤d','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'úB\Ä\äm\êº\×\íuµ\ZU@ª',_binary 'hG?ei—ë‚²Ý¿°Ù˜Œ Iûž°\Ì/\Õd3·úØ©¾','',0,'?'),(_binary 'ÿ\Ë/À\ÍT\Õ\í\ë\î\'q\Ö\ÑKh','wp-content/plugins/wp-rocket/assets/js/cpcss-removal.js','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/cpcss-removal.js',0,_binary '…¿+5\'r\Ü<ð½\ÊI\Âc½@',_binary '…¿+5\'r\Ü<ð½\ÊI\Âc½@',_binary 'uT—U²\í5Ÿ`j\çÚž{N\ÅNs\ãö\î\ÓIµ\àPø–','',0,'?'),(_binary 'ÿ\ÍÒ¹¬rgn\Ð8‰\0','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/index.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/index.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'ß°5Kú+\0ô”T_þ',_binary 'ý‡2/ƒ\Ü\Ñ:Ÿ8\n4¯–j\Óp\èQŒV\'\á!~é´½ñ','',0,'?'),(_binary 'ÿ\Î&\íXô®av\Ú\ä¹?','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\ß4Dfó\ßp\îT¶…xð³’',_binary 'û¯“\ÒN„@7)(’´6¡øö•\æ0&^—ý’´š','',0,'?'),(_binary 'ÿÎ¿‘5;©\Æ\æ\nA¶Aq\r','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Activation/ServiceProvider.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Activation/ServiceProvider.php',0,_binary 'í§«\è©/»Ñº\Þ>µ?\î',_binary 'í§«\è©/»Ñº\Þ>µ?\î',_binary 'ø[…À„<ñ˜¼\ÞõÁ°\ê>’§¶a\Ó-\Ç~¦÷¤‡\Ë','',0,'?'),(_binary 'ÿ\Ö\Üÿsÿu`¤\ç\ÅJ','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v3-wpml.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v3-wpml.php',0,_binary '12Ž«LÁ\ÌWR¢‰w§.',_binary '12Ž«LÁ\ÌWR¢‰w§.',_binary '‹v\îŒ\å+X\í(÷3ñ‹3\Çg“	i{ŒƒuÅ´û\Ã','',0,'?'),(_binary 'ÿ\Ø4\Û5±µq-«\Êp,÷¿','wp-includes/blocks/file/style.css','/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/style.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '\'³\Éú\â=§¡\02ý¤\Û\î',_binary 'gÔ˜^V\Ï{˜–!•ó–`\áhBô\ÈaÔ¹N·´\"i','',0,'?'),(_binary 'ÿ\Ùh7È†\à¸\ïM­°\n–•','wp-content/plugins/elementor/assets/css/editor-preview.css','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-preview.css',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'þ{sñù…˜mš¸«\È]c\Ï',_binary '°\ë“w‡€³i\ÛAlÉ’ºa÷S\Ú$w›%\Éõ =\è\Ò','',0,'?'),(_binary 'ÿ\ÚÂ©6þõ<\×\Õ\09ZiR','wp-includes/js/jquery/ui/effect-fade.js','/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-fade.js',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'fv‹7(\Ã\Ò!Û­‹„gt\Ð',_binary 'ú\á[\Äô`k¡s[—¶—+¯\ÊkŽ\é§LE¦C‹\ä\Ã','',0,'?'),(_binary 'ÿ\Û\ï@~}c‡„\ØQ\Ý\'ƒ¿J','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary '~»vY\é\×ÿ‡„ê½Š<\ÇRv',_binary 'ñux‰_\ÆU(Å»0\ä-Db9‡¨¢D5,3?÷½:\æ¾f','',0,'?'),(_binary 'ÿÞ±†kù¡0)\ÒA.-%€','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_completed_email_bluehost.html','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_completed_email_bluehost.html',0,_binary '÷A©#\Ý;I÷šD\Ô.s',_binary '÷A©#\Ý;I÷šD\Ô.s',_binary 'ŠJ\á­t\çJ\r’¼r£!ÀÌ´¸\ë•þ‹pý)aö','',0,'?'),(_binary 'ÿ\àÞ´\â^ˆ\Ì\ä›<Ù‰­ô','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/AccountOwner.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/AccountOwner.php',1,_binary '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',_binary 'R¤_òAr2!·v†¼D',_binary 'JB\Ò>qO¹ñ¦Mð¦u\ÓúÄ”º£}€!7¡sI“Ÿ\à','',0,'?'),(_binary 'ÿ\ë\íô>;\ÅGuaQ–Å¥','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/exchange.svg','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/exchange.svg',0,_binary '}a«û\ìø\×ôCK\è',_binary '}a«û\ìø\×ôCK\è',_binary '7k\âÁ\Ó\×~˜\ì½0\æ—hN(EÁ0k|6¸«fŽ','',0,'?'),(_binary 'ÿú«\Â\ÄÚ‘øƒ[\Ã\Â\äV','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-upgrade-handler/includes/UpgradeHandler.php','/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-upgrade-handler/includes/UpgradeHandler.php',0,_binary 'IfgY\ÝBÇ–‹dªrjKü',_binary 'IfgY\ÝBÇ–‹dªrjKü',_binary 'Î»D]L—»¦Çš=>ÿ”U`Uþ\ÄQ1AeUþ\Â~fònò','',0,'?');
/*!40000 ALTER TABLE `wpau_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wfhits`
--

DROP TABLE IF EXISTS `wpau_wfhits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfhits` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attackLogTime` double(17,6) unsigned NOT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT '0',
  `statusCode` int(11) NOT NULL DEFAULT '200',
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `newVisit` tinyint(3) unsigned NOT NULL,
  `URL` text,
  `referer` text,
  `UA` text,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text,
  `actionData` text,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`IP`,`ctime`),
  KEY `attackLogTime` (`attackLogTime`)
) ENGINE=InnoDB AUTO_INCREMENT=94 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfhits`
--

LOCK TABLES `wpau_wfhits` WRITE;
/*!40000 ALTER TABLE `wpau_wfhits` DISABLE KEYS */;
INSERT INTO `wpau_wfhits` VALUES (1,0.000000,1723723510.834301,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿsº½1',0,302,0,2,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2Fadmin.php%3Fpage%3Dhouzez-one-click-demo-import&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginOK',NULL,NULL),(2,0.000000,1723723797.047961,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿsº½1',0,302,0,2,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2Fadmin.php%3Fpage%3Dhouzez-one-click-demo-import&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginOK',NULL,NULL),(3,0.000000,1723878023.842718,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ\Ë×®õ',0,200,0,0,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4,0.000000,1724140157.793823,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿË¯Hv',0,200,0,0,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5,0.000000,1724143085.786885,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿË¯Hv',0,200,0,0,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6,0.000000,1724153173.965466,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ’F%ƒ',0,200,0,0,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7,0.000000,1724153186.326618,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ’F%ƒ',0,200,0,3,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8,0.000000,1724153209.101265,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ’F%ƒ',0,302,0,3,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginOK',NULL,NULL),(9,0.000000,1724391265.937622,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ6D ÷',0,200,0,0,0,'https://listings.arxacommunications.com/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(10,0.000000,1724741826.225535,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,200,0,0,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11,0.000000,1724756901.647719,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,302,0,4,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0','loginOK',NULL,NULL),(12,0.000000,1724763735.974001,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,200,0,4,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(13,0.000000,1724767626.449012,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ\Ë×®õ',0,302,0,4,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginOK',NULL,NULL),(14,0.000000,1724811340.528511,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ\'<\Ï\ä',0,302,0,3,0,'https://listings.arxacommunications.com/wp-login.php','https://listings.arxacommunications.com/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','loginOK',NULL,NULL),(15,1724830835.181569,1724830834.988400,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=2689&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiNDE4ZmFjNCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInNoYXBlX2RpdmlkZXJfYm90dG9tX2NvbG9yIjoiIn0sImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiZ3JhZGllbnQiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiLTgwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6ZmFsc2V9LCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwMzAwIiwiYmFja2dyb3VuZF9jb2xvcl9iIjoiI0NFODUxNiIsImJhY2tncm91bmRfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE5MCwic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21fZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX2Fib3ZlX2NvbnRlbnQiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX3RvcF9mbGlwIjoieWVzIiwic2hhcGVfZGl2aWRlcl9ib3R0b21fbmVnYXRpdmUiOiJ5ZXMiLCJtYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W3siaWQiOiJmNzA4OWUxIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZDk2M2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNwYWNlciJ9LHsiaWQiOiI0YjMwODdkIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJzdHJ1Y3R1cmUiOiIyMCIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJhbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOlt7ImlkIjoiN2MxODQ2YyIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiJkZTlmNzNkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGV4dCI6IkRpdmlkZXIiLCJ3ZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6Mywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5In0sImFsaWduX3RhYmxldCI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkaXZpZGVyIn0seyJpZCI6IjgxODFkNjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiRXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgQ29tcHJlaGVuc2l2ZSA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPkRpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9uczwvc3Bhbj4gZm9yIFlvdXIgQnVzaW5lc3MuICIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ24iOiJsZWZ0IiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6Ikhhcm5lc3MgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgRGlnaXRhbCBNYXJrZXRpbmcgU29sdXRpb25zIGZvciBZb3VyIEJ1c2luZXNzIFN1Y2Nlc3MgV2l0aCBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSwgYnVzaW5lc3NlcyBnYWluIGFjY2VzcyB0byBhIHdpZGUgcmFuZ2Ugb2Ygc2VydmljZXMgZGVzaWduZWQgdG8gZXN0YWJsaXNoIGFuZCBtYWludGFpbiBhIHN0cm9uZyBvbmxpbmUgcHJlc2VuY2UuIE91ciB0ZWFtIG9mIGV4cGVyaWVuY2VkIHByb2Zlc3Npb25hbHMgc3BlY2lhbGl6ZXMgaW4gdmFyaW91cyBhc3BlY3RzIG9mIGRpZ2l0YWwgbWFya2V0aW5nLCBpbmNsdWRpbmcgc2VhcmNoIGVuZ2luZSBvcHRpbWl6YXRpb24sIHNvY2lhbCBtZWRpYSBtYXJrZXRpbmcsIGNvbnRlbnQgY3JlYXRpb24sIGVtYWlsIG1hcmtldGluZywgYW5kIHBhaWQgYWR2ZXJ0aXNpbmcuIEJ5IGFkb3B0aW5nIGFuIGludGVncmF0ZWQgYXBwcm9hY2gsIHdlIGhlbHAgYnVzaW5lc3NlcyBkZXZlbG9wIGEgY29tcHJlaGVuc2l2ZSBtYXJrZXRpbmcgc3RyYXRlZ3kgdGhhdCBlZmZlY3RpdmVseSB0YXJnZXRzIHRoZWlyIGF1ZGllbmNlLCBib29zdHMgdGhlaXIgdmlzaWJpbGl0eSwgYW5kIGRyaXZlcyBzYWxlcy4gT3VyIHRhaWxvcmVkIGFwcHJvYWNoIGVuc3VyZXMgbWF4aW11bSByZXR1cm4gb24gaW52ZXN0bWVudCAoUk9JKSBhbmQgZ3VhcmFudGVlcyB0aGF0IGV2ZXJ5IG1hcmtldGluZyBlZmZvcnQgaXMgZWZmaWNpZW50IGFuZCBlZmZlY3RpdmUuIFBhcnRuZXIgd2l0aCB1cyB0b2RheSBhbmQgZXhwZXJpZW5jZSB0aGUgdHJhbnNmb3JtYXRpdmUgaW1wYWN0IG9mIG91ciBmdWxsLXNlcnZpY2UgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0aXNlIG9uIHlvdXIgYnVzaW5lc3MgZ3Jvd3RoLiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduX3RhYmxldCI6ImNlbnRlciIsIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMDQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX0seyJpZCI6ImRkZWVlNTAiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJib3JkZXJfYm9yZGVyIjoibm9uZSIsImNvbnRlbnRfcG9zaXRpb24iOiJjZW50ZXIiLCJhbGlnbiI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiI0NTMwOGMzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTExLmpwZyIsImlkIjoxNDY1LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifV19XX0seyJpZCI6ImY4NWExOGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6e30sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNwYWNlciJ9XX1dfSx7ImlkIjoiYTg2YzU5NyIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiIn0sImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJiYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0yLmpwZyIsImlkIjoyMzAwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX292ZXJsYXlfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX292ZXJsYXlfb3BhY2l0eSI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9vdmVybGF5X2ltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9ybTIxOGJhdGNoNy1hdW0tMDMtMTAyNHg2ODIuanBnIiwiaWQiOjI1MjEsInNpemUiOiJsYXJnZSIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X3NpemUiOiJjb3ZlciJ9LCJlbGVtZW50cyI6W3siaWQiOiIzNzU4N2RjIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiY3NzX2NsYXNzZXMiOiIuY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMifSwiZWxlbWVudHMiOlt7ImlkIjoiZWU3YjI0ZSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF9wb3NpdGlvbiI6ImJvdHRvbSIsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzAwMDAwMDAwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjhhZTMwY2EiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMH0sImVsZW1lbnRzIjpbeyJpZCI6ImI5OWU4N2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6e30sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNwYWNlciJ9LHsiaWQiOiJmNGFjODU4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGV4dCI6IkRpdmlkZXIiLCJ3ZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6Mywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5In0sImFsaWduIjoiY2VudGVyIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIyMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkaXZpZGVyIn0seyJpZCI6IjI2NWY1YWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+U2VydmljZXM8L3NwYW4+Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiV2UgYXJlIGNvbW1pdHRlZCB0byBkZWxpdmVyaW5nIHRvcC1ub3RjaCBzb2x1dGlvbnMgdGhhdCBjYXRlciB0byB5b3VyIHVuaXF1ZSBuZWVkcy4iLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjE3IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjQwIiwiYm90dG9tIjoiMCIsImxlZnQiOiI0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn1dfV19LHsiaWQiOiJlZjYwYmU3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiMWM0ODIzYSIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjQ1NzE5YjYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvbGVhZC1nZW5lcmF0aW9uLndlYnAiLCJpZCI6MTc2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImY1ZTAyOTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlJlYWwgRXN0YXRlIExlYWQgR2VuZXJhdGlvbiIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjBhZThmZDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPlJlYWwgZXN0YXRlIGxlYWQgZ2VuZXJhdGlvbiBpbnZvbHZlcyB0aGUgaWRlbnRpZmljYXRpb24gYW5kIG51cnR1cmluZyBvZiBwcm9zcGVjdGl2ZSBjbGllbnRzIGludGVyZXN0ZWQgaW4gcHJvcGVydHkgdHJhbnNhY3Rpb25zLjwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF9jb2xvciI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiOWI0NDM0YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJjZmFiOWNiIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiZDkwZmZmMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9kaWdpdGFsLW1hcmtldGluZy53ZWJwIiwiaWQiOjE3NjIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjljMmI0NzEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkRpZ2l0YWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2RpZ2l0YWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjY0NzE0ZTQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5DcmVhdGUgYW5kIGRpc3RyaWJ1dGUgY29tcGVsbGluZyBjb250ZW50IGFjcm9zcyBkaWdpdGFsIGNoYW5uZWxzIGxpa2Ugc29jaWFsIG1lZGlhLCBzZWFyY2ggZW5naW5lcywgZW1haWwsIGFuZCB3ZWJzaXRlcy7CoDwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNDgxMTNmNiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2RpZ2l0YWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6IjI2Mjk5ZTEiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwY2RiY2VjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3dlYi1kZXZlbG9wbWVudC53ZWJwIiwiaWQiOjE3NjgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJhMzZmZjcxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJXZWIgRGV2ZWxvcG1lbnQiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjQwOTQ3M2QiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXZlIGludG8gdGhlIHdvcmxkIG9mIHdlYiBkZXZlbG9wbWVudCBhbmQgbGVhcm4gdGhlIHNraWxscyB0byBjcmVhdGUgY2FwdGl2YXRpbmcgb25saW5lIGV4cGVyaWVuY2VzLjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZmJjMjVjMyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19XX0seyJpZCI6IjRmYjcxM2UiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzdHJ1Y3R1cmUiOiIzMCIsImdhcCI6IndpZGVyIiwibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyOTIwMDMzIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjY2M2IwMCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Db250ZW50LW1hcmtldGluZy0yLndlYnAiLCJpZCI6MjEzNCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYzA3MzQ3MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiQ29udGVudCBNYXJrZXRpbmciLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjNiYzljNTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkZyb20gc3Rvcnl0ZWxsaW5nIHRvIHN0cmF0ZWdpYyBkaXN0cmlidXRpb24sIG1hc3RlciB0aGUgYXJ0IG9mIGNvbnRlbnQgbWFya2V0aW5nIHRvIGJ1aWxkIGxhc3RpbmcgY29ubmVjdGlvbnMuPC9wPiIsInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiJkODcxMDg0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYjZjODJlYSIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjA1MTc1NmQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvc2VvLndlYnAiLCJpZCI6MTc2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMxYzMzYWUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlNFTyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiNjI1NjZmNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPk9wdGltaXplIHlvdXIgd2Vic2l0ZeKAmXMgc3RydWN0dXJlIGFuZCBsZWFybiBob3cgdG8gaW1wcm92ZSB5b3VyIHdlYnNpdGXigJlzIHJhbmtpbmcgb24gc2VhcmNoIGVuZ2luZSByZXN1bHRzIHBhZ2VzLjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIyNjE5MmQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiOGZhNDE3OSIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6Ijk1ZmVlYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcHBjLWFkdmVydGlzaW5nLndlYnAiLCJpZCI6MTc2NSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3BwYy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImQ3YzlhNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlBQQyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiNTM3MTc4MiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkRpc2NvdmVyIHRoZSBzdHJhdGVnaWVzIHRvIGNyZWF0ZSBjb21wZWxsaW5nIGFkIGNhbXBhaWducywgYW5kIG1heGltaXplIHlvdXIgcmV0dXJuIG9uIGludmVzdG1lbnQuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjEwODRjZDIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3BwYy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19XX0seyJpZCI6IjczOTE3NDYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzdHJ1Y3R1cmUiOiIyMCIsImdhcCI6IndpZGVyIiwibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZWIwYTFiIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiMDJhOWI3OSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Tb2NpYWwtbWVkaWEud2VicCIsImlkIjoyMTMzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc29jaWFsLW1lZGlhLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjE0NTg5OTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlNvY2lhbCBNZWRpYSBNYXJrZXRpbmciLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiZDk4MGNmOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+Q3JhZnQgY29tcGVsbGluZyBjb250ZW50IHRvIGVuZ2FnaW5nIHdpdGggeW91ciBhdWRpZW5jZSwgbGVhcm4gaG93IHRvIHVzZSBzb2NpYWwgbWVkaWEgcGxhdGZvcm1zIHRvIGV4cGFuZCB5b3VyIHJlYWNoLDwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMTcyMjU3YiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc29jaWFsLW1lZGlhLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiIzOGE3YTdlIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiYTY3ZmM5MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9FbWFpbC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9lbWFpbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI5NjVhODAxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJFbWFpbCBNYXJrZXRpbmciLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6Ijg0ZTQ0MzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5MZWFybiB0byBjcmVhdGUgaW1wYWN0ZnVsIGVtYWlsIGNhbXBhaWducywgYW5kIHV0aWxpemUgc2VnbWVudGF0aW9uIHRvIGRlbGl2ZXIgcGVyc29uYWxpemVkIGV4cGVyaWVuY2VzLjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIwN2I5MzAyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9lbWFpbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19XX1dfSx7ImlkIjoiNDhjMDQzYiIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImNvbnRlbnRfcG9zaXRpb24iOiJtaWRkbGUiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOjAsImJvdHRvbSI6IiIsImxlZnQiOjAsImlzTGlua2VkIjp0cnVlfSwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI4MCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjgwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZDM4Y2Y4IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjhhMzE1NmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiTGVhZCBOdXJ0dXJpbmcgUHJvY2VzcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI2MjNjNDRhIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiJjZmMyOWE0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiMDliYjZiNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imljb25fYm94ZXMiOlt7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0xlYWQtQ29sbGVjdGlvbi53ZWJwIiwiaWQiOjI0NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiTGVhZCBDb2xsZWN0aW9uIiwidGV4dCI6IlRoZSBsZWFkIGNvbGxlY3Rpb24gc3RlcCBpbnZvbHZlcyBnYXRoZXJpbmcgcG90ZW50aWFsIGxlYWRzIGZyb20gdmFyaW91cyBzb3VyY2VzIGxpa2Ugb25saW5lIGZvcm1zLCB0cmFkZSBzaG93cywgYW5kIHNvY2lhbCBtZWRpYS4gRXNzZW50aWFsIGRldGFpbHMgc3VjaCBhcyBjb250YWN0IGluZm9ybWF0aW9uLCBjb21wYW55IHNpemUsIGFuZCBpbmR1c3RyeSBhcmUgY29sbGVjdGVkLiBUaGlzIGRhdGEgZm9ybXMgdGhlIGJhc2lzIGZvciBmdXJ0aGVyIHF1YWxpZmljYXRpb24gYW5kIGVucmljaG1lbnQuIiwiX2lkIjoiMzU0ZWJlZSJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvSW5pdGlhbC1RdWFsaWZpY2F0aW9uLndlYnAiLCJpZCI6MjQ2MywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJJbml0aWFsIFF1YWxpZmljYXRpb24iLCJ0ZXh0IjoiSW5pdGlhbCBxdWFsaWZpY2F0aW9uIGFzc2Vzc2VzIHdoZXRoZXIgZWFjaCBsZWFkIG1lZXRzIGtleSBjcml0ZXJpYSByZWxldmFudCB0byB0aGUgY29tcGFueeKAmXMgdGFyZ2V0IGF1ZGllbmNlLiBUaGlzIGluY2x1ZGVzIGV2YWx1YXRpbmcgaW5kdXN0cnkgcmVsZXZhbmNlLCBjb21wYW55IHNpemUsIGFuZCBnZW9ncmFwaGljIGxvY2F0aW9uLCBhcyB3ZWxsIGFzIGpvYiB0aXRsZS4gTGVhZHMgYXJlIHNjb3JlZCB0byBwcmlvcml0aXplIHRob3NlIHdpdGggYSBoaWdoZXIgcG90ZW50aWFsIGZvciBjb252ZXJzaW9uLiIsIl9pZCI6IjAwMDZiMzUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0xlYWQtRW5yaWNobWVudC53ZWJwIiwiaWQiOjI0NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiTGVhZCBFbnJpY2htZW50IiwidGV4dCI6IkxlYWQgZW5yaWNobWVudCBlbmhhbmNlcyBkYXRhIGJ5IGFkZGluZyBkZXRhaWxzIHN1Y2ggYXMgY29tcGFueSByZXZlbnVlIG9yIHJlY2VudCBhY3Rpdml0aWVzLiBUaGlzIHByb3ZpZGVzIGEgY29tcHJlaGVuc2l2ZSB2aWV3IG9mIGVhY2ggbGVhZCwgYWxsb3dpbmcgZm9yIGJldHRlciBzZWdtZW50YXRpb24gYW5kIHRhcmdldGVkIGVuZ2FnZW1lbnQuIEVucmljaGVkIGxlYWRzIGFyZSBjYXRlZ29yaXplZCBiYXNlZCBvbiB0aGVpciBmaXQgd2l0aCB0aGUgaWRlYWwgY3VzdG9tZXIgcHJvZmlsZS4iLCJfaWQiOiIzMWQyNmQ4In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9TYWxlcy1SZWFkaW5lc3Mud2VicCIsImlkIjoyNDY2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlNhbGVzIFJlYWRpbmVzcyIsInRleHQiOiJTYWxlcyByZWFkaW5lc3MgZGV0ZXJtaW5lcyBpZiBhIGxlYWQgaXMgcmVhZHkgdG8gYmUgcGFzc2VkIHRvIHRoZSBzYWxlcyB0ZWFtLiBDcml0ZXJpYSBzdWNoIGFzIGJ1ZGdldCwgYXV0aG9yaXR5LCBuZWVkLCBhbmQgdGltaW5nIGFyZSB0aG9yb3VnaGx5IGV2YWx1YXRlZCB0byBhc3Nlc3MgcmVhZGluZXNzLiBRdWFsaWZpZWQgbGVhZHMgYXJlIGhhbmRlZCBvZmYgd2l0aCBkZXRhaWxlZCBpbmZvcm1hdGlvbiBhbmQgYSBmb2xsb3ctdXAgc3RyYXRlZ3kgdG8gZWZmZWN0aXZlbHkgbnVydHVyZSB0aGVtIHRocm91Z2ggdGhlIHNhbGVzIGZ1bm5lbC4iLCJfaWQiOiIzZDhkM2Q5In1dLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6Niwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImljb25fcHJpbWFyeV9jb2xvciI6IiIsImRlc2NyaXB0aW9uX2NvbG9yX2EiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX0sImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjQwMCIsImljb25fYm94ZXNfY29sdW1ucyI6ImZvdXJfY29sdW1ucyIsImJhY2tncm91bmRfYV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfYV9jb2xvciI6IiNGRkJBNEQiLCJ0aXRsZV9jb2xvcl9hIjoiIzIyMTYwMyIsImRlc2NyaXB0aW9uX2NvbG9yX2EiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3JfaWNvbl9ib3gifV19XX1dfV19LHsiaWQiOiI3MDRhYmE3IiwiZWxUeXBlIjoiY29udGFpbmVyIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZmxleF9kaXJlY3Rpb24iOiJjb2x1bW4iLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJmbGV4X2dhcCI6eyJjb2x1bW4iOiI5Iiwicm93IjoiMCIsImlzTGlua2VkIjpmYWxzZSwidW5pdCI6InB4Iiwic2l6ZSI6OX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRiIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsImZsZXhfZ2FwX21vYmlsZSI6eyJjb2x1bW4iOiIwIiwicm93IjoiMCIsImlzTGlua2VkIjp0cnVlLCJ1bml0IjoicHgiLCJzaXplIjowfSwiaGlkZV90YWJsZXQiOiJoaWRkZW4tdGFibGV0In0sImVsZW1lbnRzIjpbeyJpZCI6IjgxMDBlYmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3dpZHRoIjoiZnVsbCIsIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJfdGl0bGUiOiJTZWN0aW9uIFRpdGxlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiJmODQ0YzYxIiwiZWxUeXBlIjoiY29udGFpbmVyIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImZsZXhfZGlyZWN0aW9uIjoicm93IiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJmbGV4LXN0YXJ0IiwiZmxleF9hbGlnbl9pdGVtcyI6ImZsZXgtc3RhcnQiLCJmbGV4X2dhcCI6eyJjb2x1bW4iOiIwIiwicm93IjoiMCIsImlzTGlua2VkIjpmYWxzZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImZsZXhfd3JhcCI6Im5vd3JhcCIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJmbGV4X2RpcmVjdGlvbl9tb2JpbGUiOiJjb2x1bW4iLCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zX21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiI0YjNjZmM2IiwiZWxUeXBlIjoiY29udGFpbmVyIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6Ijk5MjkwODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh0bWwiOiI8IURPQ1RZUEUgaHRtbD5cclxuPGh0bWwgbGFuZz1cImVuXCI+XHJcbjxoZWFkPlxyXG4gICAgPG1ldGEgY2hhcnNldD1cIlVURi04XCI+XHJcbiAgICA8bWV0YSBuYW1lPVwidmlld3BvcnRcIiBjb250ZW50PVwid2lkdGg9ZGV2aWNlLXdpZHRoLCBpbml0aWFsLXNjYWxlPTEuMFwiPlxyXG4gICAgPHRpdGxlPkZsaXAgQ2FyZCBFeGFtcGxlPC90aXRsZT5cclxuICAgIDxzdHlsZT5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBlbnRpcmUgZmxpcCBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZCB7XHJcbiAgICB3aWR0aDogMTAwJTsgLyogU2V0IHdpZHRoIHRvIDEwMCUgZm9yIHJlc3BvbnNpdmVuZXNzICovXHJcbiAgICBtYXgtd2lkdGg6IDM1MHB4OyAvKiBTZXQgYSBtYXhpbXVtIHdpZHRoICovXHJcbiAgICBoZWlnaHQ6IDI4MHB4OyAvKiBEZWZhdWx0IGhlaWdodCAqL1xyXG4gICAgbWFyZ2luOiBhdXRvOyAvKiBDZW50ZXIgdGhlIGNhcmQgaG9yaXpvbnRhbGx5ICovXHJcbn1cclxuXHJcblxyXG4gICAgICAgIC8qIENvbnRhaW5lciBmb3IgdGhlIGlubmVyIGZsaXAgbWVjaGFuaXNtICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1pbm5lciB7XHJcbiAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG4gICAgICAgICAgICB0cmFuc2l0aW9uOiB0cmFuc2Zvcm0gMC42cztcclxuICAgICAgICAgICAgdHJhbnNmb3JtLXN0eWxlOiBwcmVzZXJ2ZS0zZDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFRyaWdnZXIgdGhlIGZsaXAgb24gaG92ZXIgKi9cclxuICAgICAgICAuZmxpcC1jYXJkOmhvdmVyIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZVgoMTgwZGVnKTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEZyb250IHNpZGUgb2YgdGhlIGNhcmQgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250LCAuZmxpcC1jYXJkLWJhY2sge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIGJhY2tmYWNlLXZpc2liaWxpdHk6IGhpZGRlbjsgLyogSGlkZXMgdGhlIGJhY2sgc2lkZSB3aGVuIGZyb250IGlzIHZpc2libGUgKi9cclxuICAgICAgICAgICAgdG9wOiAwO1xyXG4gICAgICAgICAgICBsZWZ0OiAwO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQge1xyXG4gICAgICAgICAgICB6LWluZGV4OiAyO1xyXG4gICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZVgoMGRlZyk7IC8qIE5vIHJvdGF0aW9uIG9uIHRoZSBmcm9udCBzaWRlICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBTcGVjaWZpYyBzdHlsZXMgZm9yIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sge1xyXG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjQ0U4NTE2OyAvKiBCYWNrZ3JvdW5kIGNvbG9yIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgICAgIGNvbG9yOiB3aGl0ZTsgLyogVGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZVgoMTgwZGVnKTsgLyogRmxpcHMgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBkaXNwbGF5OiBmbGV4O1xyXG4gICAgICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xyXG4gICAgICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcclxuICAgICAgICAgICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjsgLyogRm9yIHZlcnRpY2FsIHN0YWNraW5nIG9mIGNvbnRlbnQgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMjBweDsgLyogT3B0aW9uYWw6IEFkZHMgcGFkZGluZyB0byB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7IC8qIEVuc3VyZXMgcGFkZGluZyBpcyBpbmNsdWRlZCBpbiB0aGUgaGVpZ2h0L3dpZHRoIGNhbGN1bGF0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBDZW50ZXIgdGhlIHRleHQgYW5kIGFkZCBvcGFjaXR5IHRvIHRoZSBmcm9udCBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCBpbWcge1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBvYmplY3QtZml0OiBjb3ZlcjtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaDIge1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7XHJcbiAgICAgICAgICAgIG9wYWNpdHk6IDAuODsgLyogQWRqdXN0IGFzIG5lZWRlZCAqL1xyXG4gICAgICAgICAgICBtYXJnaW46IDA7XHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMjRweDsgLyogQWRqdXN0IGFzIG5lZWRlZCAqL1xyXG4gICAgICAgICAgICBkaXNwbGF5OiBmbGV4O1xyXG4gICAgICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xyXG4gICAgICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQnV0dG9uIHN0eWxpbmcgb24gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtYmFjayBidXR0b24ge1xyXG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjExNjA0OyAvKiBCdXR0b24gYmFja2dyb3VuZCBjb2xvciAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIEJ1dHRvbiB0ZXh0IGNvbG9yICovXHJcbiAgICAgICAgICAgIGJvcmRlcjogbm9uZTsgLyogUmVtb3ZlIGRlZmF1bHQgYm9yZGVyICovXHJcbiAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDEycHg7IC8qIFJvdW5kZWQgY29ybmVycyAqL1xyXG4gICAgICAgICAgICBwYWRkaW5nOiAxMHB4IDIwcHg7IC8qIEFkanVzdCBwYWRkaW5nIGFzIG5lZWRlZCAqL1xyXG4gICAgICAgICAgICBtYXJnaW4tdG9wOiAyMHB4OyAvKiBTcGFjZSBhYm92ZSB0aGUgYnV0dG9uICovXHJcbiAgICAgICAgICAgIGN1cnNvcjogcG9pbnRlcjsgLyogUG9pbnRlciBjdXJzb3Igb24gaG92ZXIgKi9cclxuICAgICAgICAgICAgZm9udC1zaXplOiAxNnB4OyAvKiBBZGp1c3QgZm9udCBzaXplIGFzIG5lZWRlZCAqL1xyXG4gICAgICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuM3M7IC8qIFNtb290aCBiYWNrZ3JvdW5kIGNvbG9yIHRyYW5zaXRpb24gKi9cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC5mbGlwLWNhcmQtYmFjayBidXR0b246aG92ZXIge1xyXG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMWExMjA4OyAvKiBEYXJrZXIgY29sb3Igb24gaG92ZXIgKi9cclxuICAgICAgICB9XHJcbiAgICAgICAgXHJcbiAgICBAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHtcclxuICAgIC5mbGlwLWNhcmQtYmFjayBoMiB7XHJcbiAgICAgICAgZm9udC1zaXplOiAxOHB4OyAvKiBBZGp1c3RlZCBoZWFkaW5nIHNpemUgZm9yIHRhYmxldHMgKi9cclxuICAgIH1cclxuXHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgcCB7XHJcbiAgICAgICAgZm9udC1zaXplOiAxNHB4OyAvKiBBZGp1c3RlZCB0ZXh0IHNpemUgZm9yIHRhYmxldHMgKi9cclxuICAgIH1cclxufVxyXG5cclxuQG1lZGlhIChtYXgtd2lkdGg6IDQ4MHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMjVweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciBtb2JpbGUgcGhvbmVzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciBtb2JpbGUgcGhvbmVzICovXHJcbiAgICB9XHJcbn1cclxuXHJcblxyXG5cclxuXHJcbiAgICA8L3N0eWxlPlxyXG48L2hlYWQ+XHJcbjxib2R5PlxyXG4gICAgPGRpdiBjbGFzcz1cImZsaXAtY2FyZFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtaW5uZXJcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZsaXAtY2FyZC1mcm9udFwiPlxyXG4gICAgICAgICAgICAgICAgPGltZyBzcmM9XCJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvUVVFQklDLndlYnBcIiBhbHQ9XCJGcm9udCBJbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+IDwhLS0gQWRkZWQgdGl0bGUgb24gdGhlIGZyb250IHNpZGUgLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWJhY2tcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5RVUVCRUM8L2gyPlxyXG4gICAgICAgICAgICAgICAgPHA+UXVlYmVjIGlzIG9uZSBvZiB0aGUgdGhpcnRlZW4gcHJvdmluY2VzIGFuZCB0ZXJyaXRvcmllcyBvZiBDYW5hZGEuIEl0IGlzIHRoZSBsYXJnZXN0IHByb3ZpbmNlIGJ5IGFyZWEgYW5kIHRoZSBzZWNvbmQtbGFyZ2VzdCBieSBwb3B1bGF0aW9uLjwvcD5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gb25jbGljaz1cIndpbmRvdy5sb2NhdGlvbi5ocmVmPSdodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcXVlYmVjLyc7XCI+TGVhcm4gTW9yZTwvYnV0dG9uPiBcclxuICAgICAgICAgICAgICAgIDwhLS0gQWRkZWQgYnV0dG9uIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2JvZHk+XHJcbjwvaHRtbD5cclxuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imh0bWwifV19LHsiaWQiOiIyZDhjZmRmIiwiZWxUeXBlIjoiY29udGFpbmVyIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiNjE3NDQ3YSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiaHRtbCI6IjwhRE9DVFlQRSBodG1sPlxyXG48aHRtbCBsYW5nPVwiZW5cIj5cclxuPGhlYWQ+XHJcbiAgICA8bWV0YSBjaGFyc2V0PVwiVVRGLThcIj5cclxuICAgIDxtZXRhIG5hbWU9XCJ2aWV3cG9ydFwiIGNvbnRlbnQ9XCJ3aWR0aD1kZXZpY2Utd2lkdGgsIGluaXRpYWwtc2NhbGU9MS4wXCI+XHJcbiAgICA8dGl0bGU+RmxpcCBDYXJkIEV4YW1wbGU8L3RpdGxlPlxyXG4gICAgPHN0eWxlPlxyXG4gICAgICAgIC8qIENvbnRhaW5lciBmb3IgdGhlIGVudGlyZSBmbGlwIGNhcmQgKi9cclxuICAgICAgICAuZmxpcC1jYXJkIHtcclxuICAgIHdpZHRoOiAxMDAlOyAvKiBTZXQgd2lkdGggdG8gMTAwJSBmb3IgcmVzcG9uc2l2ZW5lc3MgKi9cclxuICAgIG1heC13aWR0aDogMzUwcHg7IC8qIFNldCBhIG1heGltdW0gd2lkdGggKi9cclxuICAgIGhlaWdodDogMjgwcHg7IC8qIERlZmF1bHQgaGVpZ2h0ICovXHJcbiAgICBtYXJnaW46IGF1dG87IC8qIENlbnRlciB0aGUgY2FyZCBob3Jpem9udGFsbHkgKi9cclxufVxyXG5cclxuXHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgaW5uZXIgZmxpcCBtZWNoYW5pc20gKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIHRyYW5zaXRpb246IHRyYW5zZm9ybSAwLjZzO1xyXG4gICAgICAgICAgICB0cmFuc2Zvcm0tc3R5bGU6IHByZXNlcnZlLTNkO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogVHJpZ2dlciB0aGUgZmxpcCBvbiBob3ZlciAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQ6aG92ZXIgLmZsaXAtY2FyZC1pbm5lciB7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgxODBkZWcpO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogRnJvbnQgc2lkZSBvZiB0aGUgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQsIC5mbGlwLWNhcmQtYmFjayB7XHJcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOy\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(16,1724830816.636733,1724830816.436900,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=2689&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiYjRlMWMzOSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiZjk5NzA4OCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6IjVjYmU4YzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI1ZDhjN2RmIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRhY3QtdXMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIxMyIsImxlZnQiOiIxMyIsImlzTGlua2VkIjp0cnVlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYnV0dG9uIn1dfSx7ImlkIjoiZGI5MjIzYiIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiYm94ZWRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTM1LCJzaXplcyI6W119LCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwM0QxIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMSIsInJpZ2h0IjoiMjEiLCJib3R0b20iOiIyMSIsImxlZnQiOiIyMSIsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjIiLCJyaWdodCI6IjIyIiwiYm90dG9tIjoiMjIiLCJsZWZ0IjoiMjIiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn19LCJlbGVtZW50cyI6W3siaWQiOiIyMjVmN2Y0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJHZXQgSW4gVG91Y2giLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiODAwIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIxMjQwN2JkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZm9ybV9pZCI6IjE4NzkiLCJmaWVsZEJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYwMCIsImZpZWxkQm9yZGVyQ29sb3IiOiIjRkZGRkZGIiwiZmllbGRUZXh0Q29sb3IiOiIjRkZGRkZGIiwibGFiZWxTaXplIjoibGFyZ2UiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwic21hbGxcIixcImZpZWxkQm9yZGVyUmFkaXVzXCI6XCIzXCIsXCJmaWVsZEJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNjAwXCIsXCJmaWVsZEJvcmRlckNvbG9yXCI6XCIjRkZGRkZGXCIsXCJmaWVsZFRleHRDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxTaXplXCI6XCJsYXJnZVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRkQ5XCIsXCJsYWJlbFN1YmxhYmVsQ29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsRXJyb3JDb2xvclwiOlwiI2Q2MzYzN1wiLFwiYnV0dG9uU2l6ZVwiOlwibWVkaXVtXCIsXCJidXR0b25Cb3JkZXJSYWRpdXNcIjozLFwiYnV0dG9uQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2XCIsXCJidXR0b25UZXh0Q29sb3JcIjpcIiNmZmZmZmZcIn0iLCJfX2dsb2JhbHNfXyI6W10sImZpZWxkU2l6ZSI6InNtYWxsIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9XX1dfSx7ImlkIjoiNDE4ZmFjNCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInNoYXBlX2RpdmlkZXJfYm90dG9tX2NvbG9yIjoiIn0sImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiZ3JhZGllbnQiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiLTgwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6ZmFsc2V9LCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwMzAwIiwiYmFja2dyb3VuZF9jb2xvcl9iIjoiI0NFODUxNiIsImJhY2tncm91bmRfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE5MCwic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21fZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX2Fib3ZlX2NvbnRlbnQiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX3RvcF9mbGlwIjoieWVzIiwic2hhcGVfZGl2aWRlcl9ib3R0b21fbmVnYXRpdmUiOiJ5ZXMiLCJtYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W3siaWQiOiJmNzA4OWUxIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZDk2M2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNwYWNlciJ9LHsiaWQiOiI0YjMwODdkIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJzdHJ1Y3R1cmUiOiIyMCIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJhbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOlt7ImlkIjoiN2MxODQ2YyIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiJkZTlmNzNkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGV4dCI6IkRpdmlkZXIiLCJ3ZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6Mywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5In0sImFsaWduX3RhYmxldCI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkaXZpZGVyIn0seyJpZCI6IjgxODFkNjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiRXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgQ29tcHJlaGVuc2l2ZSA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPkRpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9uczwvc3Bhbj4gZm9yIFlvdXIgQnVzaW5lc3MuICIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ24iOiJsZWZ0IiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6Ikhhcm5lc3MgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgRGlnaXRhbCBNYXJrZXRpbmcgU29sdXRpb25zIGZvciBZb3VyIEJ1c2luZXNzIFN1Y2Nlc3MgV2l0aCBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSwgYnVzaW5lc3NlcyBnYWluIGFjY2VzcyB0byBhIHdpZGUgcmFuZ2Ugb2Ygc2VydmljZXMgZGVzaWduZWQgdG8gZXN0YWJsaXNoIGFuZCBtYWludGFpbiBhIHN0cm9uZyBvbmxpbmUgcHJlc2VuY2UuIE91ciB0ZWFtIG9mIGV4cGVyaWVuY2VkIHByb2Zlc3Npb25hbHMgc3BlY2lhbGl6ZXMgaW4gdmFyaW91cyBhc3BlY3RzIG9mIGRpZ2l0YWwgbWFya2V0aW5nLCBpbmNsdWRpbmcgc2VhcmNoIGVuZ2luZSBvcHRpbWl6YXRpb24sIHNvY2lhbCBtZWRpYSBtYXJrZXRpbmcsIGNvbnRlbnQgY3JlYXRpb24sIGVtYWlsIG1hcmtldGluZywgYW5kIHBhaWQgYWR2ZXJ0aXNpbmcuIEJ5IGFkb3B0aW5nIGFuIGludGVncmF0ZWQgYXBwcm9hY2gsIHdlIGhlbHAgYnVzaW5lc3NlcyBkZXZlbG9wIGEgY29tcHJlaGVuc2l2ZSBtYXJrZXRpbmcgc3RyYXRlZ3kgdGhhdCBlZmZlY3RpdmVseSB0YXJnZXRzIHRoZWlyIGF1ZGllbmNlLCBib29zdHMgdGhlaXIgdmlzaWJpbGl0eSwgYW5kIGRyaXZlcyBzYWxlcy4gT3VyIHRhaWxvcmVkIGFwcHJvYWNoIGVuc3VyZXMgbWF4aW11bSByZXR1cm4gb24gaW52ZXN0bWVudCAoUk9JKSBhbmQgZ3VhcmFudGVlcyB0aGF0IGV2ZXJ5IG1hcmtldGluZyBlZmZvcnQgaXMgZWZmaWNpZW50IGFuZCBlZmZlY3RpdmUuIFBhcnRuZXIgd2l0aCB1cyB0b2RheSBhbmQgZXhwZXJpZW5jZSB0aGUgdHJhbnNmb3JtYXRpdmUgaW1wYWN0IG9mIG91ciBmdWxsLXNlcnZpY2UgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0aXNlIG9uIHlvdXIgYnVzaW5lc3MgZ3Jvd3RoLiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduX3RhYmxldCI6ImNlbnRlciIsIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMDQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX0seyJpZCI6ImRkZWVlNTAiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJib3JkZXJfYm9yZGVyIjoibm9uZSIsImNvbnRlbnRfcG9zaXRpb24iOiJjZW50ZXIiLCJhbGlnbiI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiI0NTMwOGMzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTExLmpwZyIsImlkIjoxNDY1LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifV19XX0seyJpZCI6ImY4NWExOGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6e30sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNwYWNlciJ9XX1dfSx7ImlkIjoiYTg2YzU5NyIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiIn0sImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJiYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0yLmpwZyIsImlkIjoyMzAwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX292ZXJsYXlfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX292ZXJsYXlfb3BhY2l0eSI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9vdmVybGF5X2ltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9ybTIxOGJhdGNoNy1hdW0tMDMtMTAyNHg2ODIuanBnIiwiaWQiOjI1MjEsInNpemUiOiJsYXJnZSIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X3NpemUiOiJjb3ZlciJ9LCJlbGVtZW50cyI6W3siaWQiOiIzNzU4N2RjIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiY3NzX2NsYXNzZXMiOiIuY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMifSwiZWxlbWVudHMiOlt7ImlkIjoiZWU3YjI0ZSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF9wb3NpdGlvbiI6ImJvdHRvbSIsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzAwMDAwMDAwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjhhZTMwY2EiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMH0sImVsZW1lbnRzIjpbeyJpZCI6ImI5OWU4N2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6e30sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNwYWNlciJ9LHsiaWQiOiJmNGFjODU4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGV4dCI6IkRpdmlkZXIiLCJ3ZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6Mywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5In0sImFsaWduIjoiY2VudGVyIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIyMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkaXZpZGVyIn0seyJpZCI6IjI2NWY1YWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+U2VydmljZXM8L3NwYW4+Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiV2UgYXJlIGNvbW1pdHRlZCB0byBkZWxpdmVyaW5nIHRvcC1ub3RjaCBzb2x1dGlvbnMgdGhhdCBjYXRlciB0byB5b3VyIHVuaXF1ZSBuZWVkcy4iLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjE3IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjQwIiwiYm90dG9tIjoiMCIsImxlZnQiOiI0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn1dfV19LHsiaWQiOiJlZjYwYmU3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiMWM0ODIzYSIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjQ1NzE5YjYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvbGVhZC1nZW5lcmF0aW9uLndlYnAiLCJpZCI6MTc2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImY1ZTAyOTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlJlYWwgRXN0YXRlIExlYWQgR2VuZXJhdGlvbiIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjBhZThmZDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPlJlYWwgZXN0YXRlIGxlYWQgZ2VuZXJhdGlvbiBpbnZvbHZlcyB0aGUgaWRlbnRpZmljYXRpb24gYW5kIG51cnR1cmluZyBvZiBwcm9zcGVjdGl2ZSBjbGllbnRzIGludGVyZXN0ZWQgaW4gcHJvcGVydHkgdHJhbnNhY3Rpb25zLjwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF9jb2xvciI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiOWI0NDM0YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJjZmFiOWNiIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiZDkwZmZmMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9kaWdpdGFsLW1hcmtldGluZy53ZWJwIiwiaWQiOjE3NjIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjljMmI0NzEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkRpZ2l0YWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2RpZ2l0YWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjY0NzE0ZTQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5DcmVhdGUgYW5kIGRpc3RyaWJ1dGUgY29tcGVsbGluZyBjb250ZW50IGFjcm9zcyBkaWdpdGFsIGNoYW5uZWxzIGxpa2Ugc29jaWFsIG1lZGlhLCBzZWFyY2ggZW5naW5lcywgZW1haWwsIGFuZCB3ZWJzaXRlcy7CoDwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNDgxMTNmNiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2RpZ2l0YWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6IjI2Mjk5ZTEiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwY2RiY2VjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3dlYi1kZXZlbG9wbWVudC53ZWJwIiwiaWQiOjE3NjgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJhMzZmZjcxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJXZWIgRGV2ZWxvcG1lbnQiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjQwOTQ3M2QiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXZlIGludG8gdGhlIHdvcmxkIG9mIHdlYiBkZXZlbG9wbWVudCBhbmQgbGVhcm4gdGhlIHNraWxscyB0byBjcmVhdGUgY2FwdGl2YXRpbmcgb25saW5lIGV4cGVyaWVuY2VzLjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZmJjMjVjMyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19XX0seyJpZCI6IjRmYjcxM2UiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzdHJ1Y3R1cmUiOiIzMCIsImdhcCI6IndpZGVyIiwibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyOTIwMDMzIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjY2M2IwMCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Db250ZW50LW1hcmtldGluZy0yLndlYnAiLCJpZCI6MjEzNCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYzA3MzQ3MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiQ29udGVudCBNYXJrZXRpbmciLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjNiYzljNTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkZyb20gc3Rvcnl0ZWxsaW5nIHRvIHN0cmF0ZWdpYyBkaXN0cmlidXRpb24sIG1hc3RlciB0aGUgYXJ0IG9mIGNvbnRlbnQgbWFya2V0aW5nIHRvIGJ1aWxkIGxhc3RpbmcgY29ubmVjdGlvbnMuPC9wPiIsInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiJkODcxMDg0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYjZjODJlYSIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjA1MTc1NmQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvc2VvLndlYnAiLCJpZCI6MTc2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMxYzMzYWUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlNFTyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiNjI1NjZmNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPk9wdGltaXplIHlvdXIgd2Vic2l0ZeKAmXMgc3RydWN0dXJlIGFuZCBsZWFybiBob3cgdG8gaW1wcm92ZSB5b3VyIHdlYnNpdGXigJlzIHJhbmtpbmcgb24gc2VhcmNoIGVuZ2luZSByZXN1bHRzIHBhZ2VzLjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIyNjE5MmQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiOGZhNDE3OSIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6Ijk1ZmVlYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcHBjLWFkdmVydGlzaW5nLndlYnAiLCJpZCI6MTc2NSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3BwYy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImQ3YzlhNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlBQQyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiNTM3MTc4MiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkRpc2NvdmVyIHRoZSBzdHJhdGVnaWVzIHRvIGNyZWF0ZSBjb21wZWxsaW5nIGFkIGNhbXBhaWducywgYW5kIG1heGltaXplIHlvdXIgcmV0dXJuIG9uIGludmVzdG1lbnQuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjEwODRjZDIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3BwYy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19XX0seyJpZCI6IjczOTE3NDYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzdHJ1Y3R1cmUiOiIyMCIsImdhcCI6IndpZGVyIiwibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZWIwYTFiIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiMDJhOWI3OSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Tb2NpYWwtbWVkaWEud2VicCIsImlkIjoyMTMzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc29jaWFsLW1lZGlhLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjE0NTg5OTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlNvY2lhbCBNZWRpYSBNYXJrZXRpbmciLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiZDk4MGNmOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+Q3JhZnQgY29tcGVsbGluZyBjb250ZW50IHRvIGVuZ2FnaW5nIHdpdGggeW91ciBhdWRpZW5jZSwgbGVhcm4gaG93IHRvIHVzZSBzb2NpYWwgbWVkaWEgcGxhdGZvcm1zIHRvIGV4cGFuZCB5b3VyIHJlYWNoLDwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMTcyMjU3YiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc29jaWFsLW1lZGlhLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiIzOGE3YTdlIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiYTY3ZmM5MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9FbWFpbC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9lbWFpbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI5NjVhODAxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJFbWFpbCBNYXJrZXRpbmciLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6Ijg0ZTQ0MzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5MZWFybiB0byBjcmVhdGUgaW1wYWN0ZnVsIGVtYWlsIGNhbXBhaWducywgYW5kIHV0aWxpemUgc2VnbWVudGF0aW9uIHRvIGRlbGl2ZXIgcGVyc29uYWxpemVkIGV4cGVyaWVuY2VzLjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIwN2I5MzAyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9lbWFpbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19XX1dfSx7ImlkIjoiNDhjMDQzYiIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImNvbnRlbnRfcG9zaXRpb24iOiJtaWRkbGUiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOjAsImJvdHRvbSI6IiIsImxlZnQiOjAsImlzTGlua2VkIjp0cnVlfSwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI4MCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjgwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZDM4Y2Y4IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjhhMzE1NmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiTGVhZCBOdXJ0dXJpbmcgUHJvY2VzcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI2MjNjNDRhIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiJjZmMyOWE0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiMDliYjZiNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imljb25fYm94ZXMiOlt7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0xlYWQtQ29sbGVjdGlvbi53ZWJwIiwiaWQiOjI0NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiTGVhZCBDb2xsZWN0aW9uIiwidGV4dCI6IlRoZSBsZWFkIGNvbGxlY3Rpb24gc3RlcCBpbnZvbHZlcyBnYXRoZXJpbmcgcG90ZW50aWFsIGxlYWRzIGZyb20gdmFyaW91cyBzb3VyY2VzIGxpa2Ugb25saW5lIGZvcm1zLCB0cmFkZSBzaG93cywgYW5kIHNvY2lhbCBtZWRpYS4gRXNzZW50aWFsIGRldGFpbHMgc3VjaCBhcyBjb250YWN0IGluZm9ybWF0aW9uLCBjb21wYW55IHNpemUsIGFuZCBpbmR1c3RyeSBhcmUgY29sbGVjdGVkLiBUaGlzIGRhdGEgZm9ybXMgdGhlIGJhc2lzIGZvciBmdXJ0aGVyIHF1YWxpZmljYXRpb24gYW5kIGVucmljaG1lbnQuIiwiX2lkIjoiMzU0ZWJlZSJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvSW5pdGlhbC1RdWFsaWZpY2F0aW9uLndlYnAiLCJpZCI6MjQ2MywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJJbml0aWFsIFF1YWxpZmljYXRpb24iLCJ0ZXh0IjoiSW5pdGlhbCBxdWFsaWZpY2F0aW9uIGFzc2Vzc2VzIHdoZXRoZXIgZWFjaCBsZWFkIG1lZXRzIGtleSBjcml0ZXJpYSByZWxldmFudCB0byB0aGUgY29tcGFueeKAmXMgdGFyZ2V0IGF1ZGllbmNlLiBUaGlzIGluY2x1ZGVzIGV2YWx1YXRpbmcgaW5kdXN0cnkgcmVsZXZhbmNlLCBjb21wYW55IHNpemUsIGFuZCBnZW9ncmFwaGljIGxvY2F0aW9uLCBhcyB3ZWxsIGFzIGpvYiB0aXRsZS4gTGVhZHMgYXJlIHNjb3JlZCB0byBwcmlvcml0aXplIHRob3NlIHdpdGggYSBoaWdoZXIgcG90ZW50aWFsIGZvciBjb252ZXJzaW9uLiIsIl9pZCI6IjAwMDZiMzUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0xlYWQtRW5yaWNobWVudC53ZWJwIiwiaWQiOjI0NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiTGVhZCBFbnJpY2htZW50IiwidGV4dCI6IkxlYWQgZW5yaWNobWVudCBlbmhhbmNlcyBkYXRhIGJ5IGFkZGluZyBkZXRhaWxzIHN1Y2ggYXMgY29tcGFueSByZXZlbnVlIG9yIHJlY2VudCBhY3Rpdml0aWVzLiBUaGlzIHByb3ZpZGVzIGEgY29tcHJlaGVuc2l2ZSB2aWV3IG9mIGVhY2ggbGVhZCwgYWxsb3dpbmcgZm9yIGJldHRlciBzZWdtZW50YXRpb24gYW5kIHRhcmdldGVkIGVuZ2FnZW1lbnQuIEVucmljaGVkIGxlYWRzIGFyZSBjYXRlZ29yaXplZCBiYXNlZCBvbiB0aGVpciBmaXQgd2l0aCB0aGUgaWRlYWwgY3VzdG9tZXIgcHJvZmlsZS4iLCJfaWQiOiIzMWQyNmQ4In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9TYWxlcy1SZWFkaW5lc3Mud2VicCIsImlkIjoyNDY2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlNhbGVzIFJlYWRpbmVzcyIsInRleHQiOiJTYWxlcyByZWFkaW5lc3MgZGV0ZXJtaW5lcyBpZiBhIGxlYWQgaXMgcmVhZHkgdG8gYmUgcGFzc2VkIHRvIHRoZSBzYWxlcyB0ZWFtLiBDcml0ZXJpYSBzdWNoIGFzIGJ1ZGdldCwgYXV0aG9yaXR5LCBuZWVkLCBhbmQgdGltaW5nIGFyZSB0aG9yb3VnaGx5IGV2YWx1YXRlZCB0byBhc3Nlc3MgcmVhZGluZXNzLiBRdWFsaWZpZWQgbGVhZHMgYXJlIGhhbmRlZCBvZmYgd2l0aCBkZXRhaWxlZCBpbmZvcm1hdGlvbiBhbmQgYSBmb2xsb3ctdXAgc3RyYXRlZ3kgdG8gZWZmZWN0aXZlbHkgbnVydHVyZSB0aGVtIHRocm91Z2ggdGhlIHNhbGVzIGZ1bm5lbC4iLCJfaWQiOiIzZDhkM2Q5In1dLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6Niwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImljb25fcHJpbWFyeV9jb2xvciI6IiIsImRlc2NyaXB0aW9uX2NvbG9yX2EiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX0sImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjQwMCIsImljb25fYm94ZXNfY29sdW1ucyI6ImZvdXJfY29sdW1ucyIsImJhY2tncm91bmRfYV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfYV9jb2xvciI6IiNGRkJBNEQiLCJ0aXRsZV9jb2xvcl9hIjoiIzIyMTYwMyIsImRlc2NyaXB0aW9uX2NvbG9yX2EiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3JfaWNvbl9ib3gifV19XX1dfV19LHsiaWQiOiI3MDRhYmE3IiwiZWxUeXBlIjoiY29udGFpbmVyIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZmxleF9kaXJlY3Rpb24iOiJjb2x1bW4iLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJmbGV4X2dhcCI6eyJjb2x1bW4iOiI5Iiwicm93IjoiMCIsImlzTGlua2VkIjpmYWxzZSwidW5pdCI6InB4Iiwic2l6ZSI6OX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRiIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsImZsZXhfZ2FwX21vYmlsZSI6eyJjb2x1bW4iOiIwIiwicm93IjoiMCIsImlzTGlua2VkIjp0cnVlLCJ1bml0IjoicHgiLCJzaXplIjowfSwiaGlkZV90YWJsZXQiOiJoaWRkZW4tdGFibGV0In0sImVsZW1lbnRzIjpbeyJpZCI6IjgxMDBlYmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3dpZHRoIjoiZnVsbCIsIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJfdGl0bGUiOiJTZWN0aW9uIFRpdGxlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiJmODQ0YzYxIiwiZWxUeXBlIjoiY29udGFpbmVyIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImZsZXhfZGlyZWN0aW9uIjoicm93IiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJmbGV4LXN0YXJ0IiwiZmxleF9hbGlnbl9pdGVtcyI6ImZsZXgtc3RhcnQiLCJmbGV4X2dhcCI6eyJjb2x1bW4iOiIwIiwicm93IjoiMCIsImlzTGlua2VkIjpmYWxzZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImZsZXhfd3JhcCI6Im5vd3JhcCIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJmbGV4X2RpcmVjdGlvbl9tb2JpbGUiOiJjb2x1bW4iLCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zX21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiI0YjNjZmM2IiwiZWxUeXBlIjoiY29udGFpbmVyIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6Ijk5MjkwODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh0bWwiOiI8IURPQ1RZUEUgaHRtbD5cclxuPGh0bWwgbGFuZz1cImVuXCI+XHJcbjxoZWFkPlxyXG4gICAgPG1ldGEgY2hhcnNldD1cIlVURi04XCI+XHJcbiAgICA8bWV0YSBuYW1lPVwidmlld3BvcnRcIiBjb250ZW50PVwid2lkdGg9ZGV2aWNlLXdpZHRoLCBpbml0aWFsLXNjYWxlPTEuMFwiPlxyXG4gICAgPHRpdGxlPkZsaXAgQ2FyZCBFeGFtcGxlPC90aXRsZT5cclxuICAgIDxzdHlsZT5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBlbnRpcmUgZmxpcCBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZCB7XHJcbiAgICB3aWR0aDogMTAwJTsgLyogU2V0IHdpZHRoIHRvIDEwMCUgZm9yIHJlc3BvbnNpdmVuZXNzICovXHJcbiAgICBtYXgtd2lkdGg6IDM1MHB4OyAvKi\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(17,1724830627.819623,1724830627.607400,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX3RlbXBsYXRlIjp7ImFjdGlvbiI6InNhdmVfdGVtcGxhdGUiLCJkYXRhIjp7InBvc3RfaWQiOiIxMCIsInRpdGxlIjoiaG9tZXBhZ2UgMSIsImNvbnRlbnQiOiJbe1wiaWRcIjpcImZlZDA5NTdcIixcImVsVHlwZVwiOlwiY29udGFpbmVyXCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJmbGV4X2RpcmVjdGlvblwiOlwicm93XCIsXCJiYWNrZ3JvdW5kX2JhY2tncm91bmRcIjpcInNsaWRlc2hvd1wiLFwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmRcIjpcImNsYXNzaWNcIixcImJhY2tncm91bmRfb3ZlcmxheV9ob3Zlcl90cmFuc2l0aW9uXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjowLjMsXCJzaXplc1wiOltdfSxcInNoYXBlX2RpdmlkZXJfYm90dG9tX2hlaWdodFwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MzAsXCJzaXplc1wiOltdfSxcInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlXCI6XCJ5ZXNcIixcIl9fZ2xvYmFsc19fXCI6e1wiYmFja2dyb3VuZF9jb2xvclwiOlwiXCIsXCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3JcIjpcIlwiLFwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yX2JcIjpcImdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnlcIn0sXCJwYWRkaW5nXCI6e1widW5pdFwiOlwicHhcIixcInRvcFwiOlwiMDMwXCIsXCJyaWdodFwiOlwiMFwiLFwiYm90dG9tXCI6XCIxMDBcIixcImxlZnRcIjpcIjBcIixcImlzTGlua2VkXCI6ZmFsc2V9LFwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeVwiOlt7XCJpZFwiOjE0NjEsXCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZ1wifSx7XCJpZFwiOjEyMyxcInVybFwiOlwiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnXCJ9LHtcImlkXCI6MTQ2NCxcInVybFwiOlwiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZ1wifSx7XCJpZFwiOjIyOTcsXCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicFwifV0sXCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uXCI6XCJjZW50ZXIgY2VudGVyXCIsXCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNcIjpcInllc1wiLFwiYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uXCI6XCJvdXRcIixcImJhY2tncm91bmRfb3ZlcmxheV9jb2xvclwiOlwiIzAwMDAwMFwiLFwicGFkZGluZ190YWJsZXRcIjp7XCJ1bml0XCI6XCJweFwiLFwidG9wXCI6XCIwXCIsXCJyaWdodFwiOlwiNTBcIixcImJvdHRvbVwiOlwiMFwiLFwibGVmdFwiOlwiNTBcIixcImlzTGlua2VkXCI6ZmFsc2V9LFwicGFkZGluZ19tb2JpbGVcIjp7XCJ1bml0XCI6XCJweFwiLFwidG9wXCI6XCIzMFwiLFwicmlnaHRcIjpcIjMwXCIsXCJib3R0b21cIjpcIjMwXCIsXCJsZWZ0XCI6XCIzMFwiLFwiaXNMaW5rZWRcIjp0cnVlfSxcImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZVwiOlwiY292ZXJcIixcImJhY2tncm91bmRfc2xpZGVzaG93X2xhenlsb2FkXCI6XCJ5ZXNcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W3tcImlkXCI6XCIxMzI2MTA4XCIsXCJlbFR5cGVcIjpcImNvbnRhaW5lclwiLFwiaXNJbm5lclwiOnRydWUsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJjb250ZW50X3dpZHRoXCI6XCJmdWxsXCIsXCJmbGV4X2RpcmVjdGlvblwiOlwiY29sdW1uXCIsXCJmbGV4X2p1c3RpZnlfY29udGVudFwiOlwiY2VudGVyXCJ9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOlt7XCJpZFwiOlwiYzYzOWYwOFwiLFwiZWxUeXBlXCI6XCJ3aWRnZXRcIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcImNvbnRlbnRfd2lkdGhcIjpcImZ1bGxcIixcImh6X3NlY3Rpb25fdGl0bGVcIjpcIlJlYWwgRXN0YXRlIFByb3NwZWN0aW5nICYgRGlnaXRhbCBBZHZlcnRpc2luZyBTb2x1dGlvbnNcIixcImh6X3NlY3Rpb25fc3VidGl0bGVcIjpcIkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy5cIixcInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJjdXN0b21cIixcInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseVwiOlwiTXVsaVwiLFwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6NjAsXCJzaXplc1wiOltdfSxcInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0XCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjo1MCxcInNpemVzXCI6W119LFwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjMwLFwic2l6ZXNcIjpbXX0sXCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHRcIjpcIjcwMFwiLFwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0XCI6e1widW5pdFwiOlwiZW1cIixcInNpemVcIjoxLjIsXCJzaXplc1wiOltdfSxcInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZ1wiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6LTIsXCJzaXplc1wiOltdfSxcInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJjdXN0b21cIixcInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseVwiOlwiRGFya2VyIEdyb3Rlc3F1ZVwiLFwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MjYsXCJzaXplc1wiOltdfSxcInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoxOCxcInNpemVzXCI6W119LFwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0XCI6XCI0MDBcIixcInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGVcIjp7XCJ1bml0XCI6XCJlbVwiLFwic2l6ZVwiOjEuMixcInNpemVzXCI6W119LFwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjowLjUsXCJzaXplc1wiOltdfSxcImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduXCI6XCJsZWZ0XCIsXCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvclwiOlwiI0ZGRkZGRlwiLFwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3JcIjpcIiNGRkZGRkZcIixcImhvbWV5X21haW5fdGl0bGVfc3BhY2luZ1wiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MjAsXCJzaXplc1wiOltdfSxcImhvbWV5X3N1YnRpdGxlX3NwYWNpbmdcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjM1LFwic2l6ZXNcIjpbXX0sXCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjowLFwic2l6ZXNcIjpbXX0sXCJfYW5pbWF0aW9uXCI6XCJmYWRlSW5cIixcIl9hbmltYXRpb25fZGVsYXlcIjo0MDAsXCJfX2dsb2JhbHNfX1wiOntcInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJcIn19LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlXCIsXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9fSx7XCJpZFwiOlwiOGE5NzQwOFwiLFwiZWxUeXBlXCI6XCJ3aWRnZXRcIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcInRleHRcIjpcIkNvbnRhY3QgVXNcIixcInNpemVcIjpcImxnXCIsXCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcImN1c3RvbVwiLFwidHlwb2dyYXBoeV9mb250X2ZhbWlseVwiOlwiRGFya2VyIEdyb3Rlc3F1ZVwiLFwidHlwb2dyYXBoeV9mb250X3NpemVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjIwLFwic2l6ZXNcIjpbXX0sXCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0XCI6XCI2MDBcIixcIl9fZ2xvYmFsc19fXCI6e1widHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJcIixcImJhY2tncm91bmRfY29sb3JcIjpcImdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnlcIixcImJ1dHRvbl90ZXh0X2NvbG9yXCI6XCJcIixcImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yXCI6XCJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnlcIn0sXCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtXCI6XCJ1cHBlcmNhc2VcIixcInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmdcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjAuNSxcInNpemVzXCI6W119LFwiYnV0dG9uX3RleHRfY29sb3JcIjpcIiNGRkZGRkZcIixcImJvcmRlcl93aWR0aFwiOntcInVuaXRcIjpcInB4XCIsXCJ0b3BcIjpcIjFcIixcInJpZ2h0XCI6XCIxXCIsXCJib3R0b21cIjpcIjFcIixcImxlZnRcIjpcIjFcIixcImlzTGlua2VkXCI6dHJ1ZX0sXCJfYW5pbWF0aW9uXCI6XCJmYWRlSW5cIixcIl9hbmltYXRpb25fZGVsYXlcIjo0MDAsXCJsaW5rXCI6e1widXJsXCI6XCJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGFjdC11cy9cIixcImlzX2V4dGVybmFsXCI6XCJcIixcIm5vZm9sbG93XCI6XCJcIixcImN1c3RvbV9hdHRyaWJ1dGVzXCI6XCJcIn0sXCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjE4LFwic2l6ZXNcIjpbXX0sXCJ0ZXh0X3BhZGRpbmdfbW9iaWxlXCI6e1widW5pdFwiOlwicHhcIixcInRvcFwiOlwiMTNcIixcInJpZ2h0XCI6XCIxM1wiLFwiYm90dG9tXCI6XCIxM1wiLFwibGVmdFwiOlwiMTNcIixcImlzTGlua2VkXCI6dHJ1ZX0sXCJjb250ZW50X3dpZHRoXCI6XCJmdWxsXCJ9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwiYnV0dG9uXCIsXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9fV0sXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJsYXlvdXRcIn19LHtcImlkXCI6XCI3YzA5NTU0XCIsXCJlbFR5cGVcIjpcImNvbnRhaW5lclwiLFwiaXNJbm5lclwiOnRydWUsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJib3hlZF93aWR0aFwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6OTM1LFwic2l6ZXNcIjpbXX0sXCJtaW5faGVpZ2h0XCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjowLFwic2l6ZXNcIjpbXX0sXCJiYWNrZ3JvdW5kX2JhY2tncm91bmRcIjpcImNsYXNzaWNcIixcImJhY2tncm91bmRfY29sb3JcIjpcIiMyMjE2MDNEMVwiLFwiYm9yZGVyX3JhZGl1c1wiOntcInVuaXRcIjpcInB4XCIsXCJ0b3BcIjpcIjIxXCIsXCJyaWdodFwiOlwiMjFcIixcImJvdHRvbVwiOlwiMjFcIixcImxlZnRcIjpcIjIxXCIsXCJpc0xpbmtlZFwiOnRydWV9LFwibWFyZ2luXCI6e1widW5pdFwiOlwicHhcIixcInRvcFwiOlwiMzBcIixcInJpZ2h0XCI6XCIwXCIsXCJib3R0b21cIjpcIjMwXCIsXCJsZWZ0XCI6XCIwXCIsXCJpc0xpbmtlZFwiOmZhbHNlfSxcInBhZGRpbmdcIjp7XCJ1bml0XCI6XCJweFwiLFwidG9wXCI6XCIyMlwiLFwicmlnaHRcIjpcIjIyXCIsXCJib3R0b21cIjpcIjIyXCIsXCJsZWZ0XCI6XCIyMlwiLFwiaXNMaW5rZWRcIjpmYWxzZX0sXCJfX2dsb2JhbHNfX1wiOntcImJhY2tncm91bmRfY29sb3JcIjpcIlwifX0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W3tcImlkXCI6XCIwMTUyOTk2XCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1widGl0bGVcIjpcIkdldCBJbiBUb3VjaFwiLFwidHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJjdXN0b21cIixcInR5cG9ncmFwaHlfZm9udF93ZWlnaHRcIjpcIjgwMFwiLFwiY29udGVudF93aWR0aFwiOlwiZnVsbFwifSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbXSxcIndpZGdldFR5cGVcIjpcImhlYWRpbmdcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19LHtcImlkXCI6XCIwY2FlMjM0XCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wiZm9ybV9pZFwiOlwiMTg3OVwiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibGFyZ2VcIixcImxhYmVsQ29sb3JcIjpcIiNGRkZGRkZEOVwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjRkZGRkZGXCIsXCJidXR0b25Cb3JkZXJSYWRpdXNcIjozLFwiYnV0dG9uQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2XCIsXCJjb3B5UGFzdGVKc29uVmFsdWVcIjpcIntcXFwiZmllbGRTaXplXFxcIjpcXFwic21hbGxcXFwiLFxcXCJmaWVsZEJvcmRlclJhZGl1c1xcXCI6XFxcIjNcXFwiLFxcXCJmaWVsZEJhY2tncm91bmRDb2xvclxcXCI6XFxcIiNDRTg1MTYwMFxcXCIsXFxcImZpZWxkQm9yZGVyQ29sb3JcXFwiOlxcXCIjRkZGRkZGXFxcIixcXFwiZmllbGRUZXh0Q29sb3JcXFwiOlxcXCIjRkZGRkZGXFxcIixcXFwibGFiZWxTaXplXFxcIjpcXFwibGFyZ2VcXFwiLFxcXCJsYWJlbENvbG9yXFxcIjpcXFwiI0ZGRkZGRkQ5XFxcIixcXFwibGFiZWxTdWJsYWJlbENvbG9yXFxcIjpcXFwiI0ZGRkZGRlxcXCIsXFxcImxhYmVsRXJyb3JDb2xvclxcXCI6XFxcIiNkNjM2MzdcXFwiLFxcXCJidXR0b25TaXplXFxcIjpcXFwibWVkaXVtXFxcIixcXFwiYnV0dG9uQm9yZGVyUmFkaXVzXFxcIjozLFxcXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcXFwiOlxcXCIjQ0U4NTE2XFxcIixcXFwiYnV0dG9uVGV4dENvbG9yXFxcIjpcXFwiI2ZmZmZmZlxcXCJ9XCIsXCJfX2dsb2JhbHNfX1wiOltdLFwiZmllbGRTaXplXCI6XCJzbWFsbFwiLFwiY29udGVudF93aWR0aFwiOlwiZnVsbFwifSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbXSxcIndpZGdldFR5cGVcIjpcIndwZm9ybXNcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19XSxcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImxheW91dFwifX1dLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwibGF5b3V0XCJ9fSx7XCJpZFwiOlwiYjFhMWJmZlwiLFwiZWxUeXBlXCI6XCJzZWN0aW9uXCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJfX2dsb2JhbHNfX1wiOntcImJhY2tncm91bmRfY29sb3JcIjpcImdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeVwiLFwiYmFja2dyb3VuZF9jb2xvcl9iXCI6XCJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5XCIsXCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvclwiOlwiXCJ9LFwiY29udGVudF93aWR0aFwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MTMwMCxcInNpemVzXCI6W119LFwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kXCI6XCJncmFkaWVudFwiLFwibWFyZ2luXCI6e1widW5pdFwiOlwicHhcIixcInRvcFwiOlwiLTgwXCIsXCJyaWdodFwiOjAsXCJib3R0b21cIjpcIjBcIixcImxlZnRcIjowLFwiaXNMaW5rZWRcIjpmYWxzZX0sXCJiYWNrZ3JvdW5kX2NvbG9yXCI6XCIjMjIxNjAzMDBcIixcImJhY2tncm91bmRfY29sb3JfYlwiOlwiI0NFODUxNlwiLFwiYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZVwiOntcInVuaXRcIjpcImRlZ1wiLFwic2l6ZVwiOjE5MCxcInNpemVzXCI6W119LFwic2hhcGVfZGl2aWRlcl9ib3R0b21fd2lkdGhcIjp7XCJ1bml0XCI6XCIlXCIsXCJzaXplXCI6MTAwLFwic2l6ZXNcIjpbXX0sXCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHRcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjMwLFwic2l6ZXNcIjpbXX0sXCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9mbGlwXCI6XCJ5ZXNcIixcInNoYXBlX2RpdmlkZXJfYm90dG9tX2Fib3ZlX2NvbnRlbnRcIjpcInllc1wiLFwic2hhcGVfZGl2aWRlcl90b3BfZmxpcFwiOlwieWVzXCIsXCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9uZWdhdGl2ZVwiOlwieWVzXCIsXCJtYXJnaW5fdGFibGV0XCI6e1widW5pdFwiOlwicHhcIixcInRvcFwiOlwiMFwiLFwicmlnaHRcIjowLFwiYm90dG9tXCI6XCIwXCIsXCJsZWZ0XCI6MCxcImlzTGlua2VkXCI6dHJ1ZX0sXCJtYXJnaW5fbW9iaWxlXCI6e1widW5pdFwiOlwicHhcIixcInRvcFwiOlwiMFwiLFwicmlnaHRcIjowLFwiYm90dG9tXCI6XCIwXCIsXCJsZWZ0XCI6MCxcImlzTGlua2VkXCI6dHJ1ZX19LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOlt7XCJpZFwiOlwiMWRmNGVkZFwiLFwiZWxUeXBlXCI6XCJjb2x1bW5cIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcIl9jb2x1bW5fc2l6ZVwiOjEwMCxcIl9pbmxpbmVfc2l6ZVwiOm51bGx9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOlt7XCJpZFwiOlwiZjNkMDYyYlwiLFwiZWxUeXBlXCI6XCJ3aWRnZXRcIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcInNwYWNlXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoxMCxcInNpemVzXCI6W119fSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbXSxcIndpZGdldFR5cGVcIjpcInNwYWNlclwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcImZkZDQ2MDFcIixcImVsVHlwZVwiOlwic2VjdGlvblwiLFwiaXNJbm5lclwiOnRydWUsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJjb250ZW50X3dpZHRoXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoxMzAwLFwic2l6ZXNcIjpbXX0sXCJzdHJ1Y3R1cmVcIjpcIjIwXCIsXCJjb250ZW50X3Bvc2l0aW9uXCI6XCJib3R0b21cIixcImFuaW1hdGlvblwiOlwiZmFkZUluXCJ9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOlt7XCJpZFwiOlwiYWVlNjFlOVwiLFwiZWxUeXBlXCI6XCJjb2x1bW5cIixcImlzSW5uZXJcIjp0cnVlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wiX2NvbHVtbl9zaXplXCI6NTAsXCJfaW5saW5lX3NpemVcIjpudWxsLFwiX2lubGluZV9zaXplX3RhYmxldFwiOjEwMH0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W3tcImlkXCI6XCJkOGJmOWI5XCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wid2lkdGhcIjp7XCJ1bml0XCI6XCIlXCIsXCJzaXplXCI6MTAsXCJzaXplc1wiOltdfSxcInRleHRcIjpcIkRpdmlkZXJcIixcIndlaWdodFwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MyxcInNpemVzXCI6W119LFwiX19nbG9iYWxzX19cIjp7XCJjb2xvclwiOlwiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeVwifSxcImFsaWduX3RhYmxldFwiOlwiY2VudGVyXCJ9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwiZGl2aWRlclwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcIjY3MTkyMzFcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJoel9zZWN0aW9uX3RpdGxlXCI6XCJFeHBlcmllbmNlIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIDxzcGFuIGNsYXNzPVxcXCJwcmltYXJ5LXRleHRcXFwiPkRpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9uczwvc3Bhbj4gZm9yIFlvdXIgQnVzaW5lc3MuIFwiLFwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcImN1c3RvbVwiLFwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5XCI6XCJEYXJrZXIgR3JvdGVzcXVlXCIsXCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoyNixcInNpemVzXCI6W119LFwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjowLjUsXCJzaXplc1wiOltdfSxcImhvbWV5X21haW5fdGl0bGVfc3BhY2luZ1wiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MjAsXCJzaXplc1wiOltdfSxcImhvbWV5X3N1YnRpdGxlX3NwYWNpbmdcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjMwLFwic2l6ZXNcIjpbXX0sXCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjowLFwic2l6ZXNcIjpbXX0sXCJfX2dsb2JhbHNfX1wiOntcInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJcIixcImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yXCI6XCJcIixcImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yXCI6XCJcIn0sXCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnblwiOlwibGVmdFwiLFwiaHpfc2VjdGlvbl9zdWJ0aXRsZVwiOlwiSGFybmVzcyB0aGUgUG93ZXIgb2YgQ29tcHJlaGVuc2l2ZSBEaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnMgZm9yIFlvdXIgQnVzaW5lc3MgU3VjY2VzcyBXaXRoIG91ciBmdWxsLXNlcnZpY2UgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0aXNlLCBidXNpbmVzc2VzIGdhaW4gYWNjZXNzIHRvIGEgd2lkZSByYW5nZSBvZiBzZXJ2aWNlcyBkZXNpZ25lZCB0byBlc3RhYmxpc2ggYW5kIG1haW50YWluIGEgc3Ryb25nIG9ubGluZSBwcmVzZW5jZS4gT3VyIHRlYW0gb2YgZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscyBzcGVjaWFsaXplcyBpbiB2YXJpb3VzIGFzcGVjdHMgb2YgZGlnaXRhbCBtYXJrZXRpbmcsIGluY2x1ZGluZyBzZWFyY2ggZW5naW5lIG9wdGltaXphdGlvbiwgc29jaWFsIG1lZGlhIG1hcmtldGluZywgY29udGVudCBjcmVhdGlvbiwgZW1haWwgbWFya2V0aW5nLCBhbmQgcGFpZCBhZHZlcnRpc2luZy4gQnkgYWRvcHRpbmcgYW4gaW50ZWdyYXRlZCBhcHByb2FjaCwgd2UgaGVscCBidXNpbmVzc2VzIGRldmVsb3AgYSBjb21wcmVoZW5zaXZlIG1hcmtldGluZyBzdHJhdGVneSB0aGF0IGVmZmVjdGl2ZWx5IHRhcmdldHMgdGhlaXIgYXVkaWVuY2UsIGJvb3N0cyB0aGVpciB2aXNpYmlsaXR5LCBhbmQgZHJpdmVzIHNhbGVzLiBPdXIgdGFpbG9yZWQgYXBwcm9hY2ggZW5zdXJlcyBtYXhpbXVtIHJldHVybiBvbiBpbnZlc3RtZW50IChST0kpIGFuZCBndWFyYW50ZWVzIHRoYXQgZXZlcnkgbWFya2V0aW5nIGVmZm9ydCBpcyBlZmZpY2llbnQgYW5kIGVmZmVjdGl2ZS4gUGFydG5lciB3aXRoIHVzIHRvZGF5IGFuZCBleHBlcmllbmNlIHRoZSB0cmFuc2Zvcm1hdGl2ZSBpbXBhY3Qgb2Ygb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2Ugb24geW91ciBidXNpbmVzcyBncm93dGguXCIsXCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXRcIjpcImNlbnRlclwiLFwiX3BhZGRpbmdfdGFibGV0XCI6e1widW5pdFwiOlwicHhcIixcInRvcFwiOlwiMFwiLFwicmlnaHRcIjpcIjQwXCIsXCJib3R0b21cIjpcIjBcIixcImxlZnRcIjpcIjA0MFwiLFwiaXNMaW5rZWRcIjpmYWxzZX0sXCJfcGFkZGluZ19tb2JpbGVcIjp7XCJ1bml0XCI6XCJweFwiLFwidG9wXCI6XCIwXCIsXCJyaWdodFwiOlwiMFwiLFwiYm90dG9tXCI6XCIwXCIsXCJsZWZ0XCI6XCIwXCIsXCJpc0xpbmtlZFwiOnRydWV9LFwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcImN1c3RvbVwiLFwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5XCI6XCJNdWxpXCIsXCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjo0MCxcInNpemVzXCI6W119LFwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0XCI6XCI3MDBcIixcInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodFwiOntcInVuaXRcIjpcImVtXCIsXCJzaXplXCI6MS4yLFwic2l6ZXNcIjpbXX0sXCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmdcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOi0yLFwic2l6ZXNcIjpbXX0sXCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvclwiOlwiI0ZGRkZGRlwiLFwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3JcIjpcIiNGRkZGRkZcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGVcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19XSxcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImxheW91dFwifX0se1wiaWRcIjpcImI4MzBjN2ZcIixcImVsVHlwZVwiOlwiY29sdW1uXCIsXCJpc0lubmVyXCI6dHJ1ZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcIl9jb2x1bW5fc2l6ZVwiOjUwLFwiX2lubGluZV9zaXplXCI6bnVsbCxcIl9pbmxpbmVfc2l6ZV90YWJsZXRcIjoxMDAsXCJiYWNrZ3JvdW5kX2JhY2tncm91bmRcIjpcImNsYXNzaWNcIixcImJhY2tncm91bmRfaW1hZ2VcIjp7XCJ1cmxcIjpcIlwiLFwiaWRcIjpcIlwiLFwic2l6ZVwiOlwiXCIsXCJhbHRcIjpcIlwiLFwic291cmNlXCI6XCJsaWJyYXJ5XCJ9LFwiYmFja2dyb3VuZF9zaXplXCI6XCJjb3ZlclwiLFwiYm9yZGVyX3JhZGl1c1wiOntcInVuaXRcIjpcInB4XCIsXCJ0b3BcIjpcIjBcIixcInJpZ2h0XCI6XCIwXCIsXCJib3R0b21cIjpcIjBcIixcImxlZnRcIjpcIjBcIixcImlzTGlua2VkXCI6dHJ1ZX0sXCJib3JkZXJfYm9yZGVyXCI6XCJub25lXCIsXCJjb250ZW50X3Bvc2l0aW9uXCI6XCJjZW50ZXJcIixcImFsaWduXCI6XCJjZW50ZXJcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W3tcImlkXCI6XCIyZDM2ODdjXCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wiaW1hZ2VcIjp7XCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGdcIixcImlkXCI6MTQ2NSxcInNpemVcIjpcIlwiLFwiYWx0XCI6XCJcIixcInNvdXJjZVwiOlwibGlicmFyeVwifX0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJpbWFnZVwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX1dLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwibGF5b3V0XCJ9fV0sXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJsYXlvdXRcIn19LHtcImlkXCI6XCIzNTQ4MTM2XCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e30sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJzcGFjZXJcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19XSxcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImxheW91dFwifX1dLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwibGF5b3V0XCJ9fSx7XCJpZFwiOlwiMzVmMGY2NVwiLFwiZWxUeXBlXCI6XCJzZWN0aW9uXCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJfX2dsb2JhbHNfX1wiOntcImJhY2tncm91bmRfY29sb3JcIjpcIlwiLFwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yXCI6XCJcIn0sXCJjb250ZW50X3dpZHRoXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoxMzAwLFwic2l6ZXNcIjpbXX0sXCJiYWNrZ3JvdW5kX2NvbG9yXCI6XCIjRkZGRkZGXCIsXCJwYWRkaW5nXCI6e1widW5pdFwiOlwicHhcIixcInRvcFwiOlwiMFwiLFwicmlnaHRcIjpcIjBcIixcImJvdHRvbVwiOlwiMFwiLFwibGVmdFwiOlwiMFwiLFwiaXNMaW5rZWRcIjpmYWxzZX0sXCJiYWNrZ3JvdW5kX2ltYWdlXCI6e1widXJsXCI6XCJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGdcIixcImlkXCI6MjMwMCxcInNpemVcIjpcIlwiLFwiYWx0XCI6XCJcIixcInNvdXJjZVwiOlwibGlicmFyeVwifSxcImJhY2tncm91bmRfb3ZlcmxheV9iYWNrZ3JvdW5kXCI6XCJjbGFzc2ljXCIsXCJiYWNrZ3JvdW5kX292ZXJsYXlfb3BhY2l0eVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MSxcInNpemVzXCI6W119LFwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yXCI6XCIjRkZGRkZGXCIsXCJiYWNrZ3JvdW5kX292ZXJsYXlfaW1hZ2VcIjp7XCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9ybTIxOGJhdGNoNy1hdW0tMDMtMTAyNHg2ODIuanBnXCIsXCJpZFwiOjI1MjEsXCJzaXplXCI6XCJsYXJnZVwiLFwiYWx0XCI6XCJcIixcInNvdXJjZVwiOlwibGlicmFyeVwifSxcImJhY2tncm91bmRfb3ZlcmxheV9zaXplXCI6XCJjb3ZlclwifSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbe1wiaWRcIjpcIjM3NzdhMWZcIixcImVsVHlwZVwiOlwiY29sdW1uXCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJfY29sdW1uX3NpemVcIjoxMDAsXCJfaW5saW5lX3NpemVcIjpudWxsLFwiY3NzX2NsYXNzZXNcIjpcIi5jdXN0b20tY29sdW1uXCIsXCJiYWNrZ3JvdW5kX2JhY2tncm91bmRcIjpcImNsYXNzaWNcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W3tcImlkXCI6XCJiM2NiODVmXCIsXCJlbFR5cGVcIjpcInNlY3Rpb25cIixcImlzSW5uZXJcIjp0cnVlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wiY29udGVudF93aWR0aFwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MTMwMCxcInNpemVzXCI6W119LFwiYW5pbWF0aW9uXCI6XCJmYWRlSW5cIixcImNvbnRlbnRfcG9zaXRpb25cIjpcImJvdHRvbVwiLFwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kXCI6XCJjbGFzc2ljXCIsXCJiYWNrZ3JvdW5kX2NvbG9yXCI6XCIjMDAwMDAwMDBcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W3tcImlkXCI6XCJmYjI1NDliXCIsXCJlbFR5cGVcIjpcImNvbHVtblwiLFwiaXNJbm5lclwiOnRydWUsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJfY29sdW1uX3NpemVcIjoxMDAsXCJfaW5saW5lX3NpemVcIjpudWxsLFwiX2lubGluZV9zaXplX3RhYmxldFwiOjEwMH0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W3tcImlkXCI6XCI4ODI4MGQ0XCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e30sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJzcGFjZXJcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19LHtcImlkXCI6XCI0MTJlNWRmXCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wid2lkdGhcIjp7XCJ1bml0XCI6XCIlXCIsXCJzaXplXCI6MTAsXCJzaXplc1wiOltdfSxcInRleHRcIjpcIkRpdmlkZXJcIixcIndlaWdodFwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MyxcInNpemVzXCI6W119LFwiX19nbG9iYWxzX19cIjp7XCJjb2xvclwiOlwiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeVwifSxcImFsaWduXCI6XCJjZW50ZXJcIixcIl9tYXJnaW5cIjp7XCJ1bml0XCI6XCJweFwiLFwidG9wXCI6XCIwXCIsXCJyaWdodFwiOlwiMFwiLFwiYm90dG9tXCI6XCIwXCIsXCJsZWZ0XCI6XCIyMFwiLFwiaXNMaW5rZWRcIjpmYWxzZX19LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwiZGl2aWRlclwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcIjI5Njk0YzdcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJoel9zZWN0aW9uX3RpdGxlXCI6XCJPdXIgPHNwYW4gY2xhc3M9XFxcInByaW1hcnktdGV4dFxcXCI+U2VydmljZXM8L3NwYW4+XCIsXCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiY3VzdG9tXCIsXCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHlcIjpcIkRhcmtlciBHcm90ZXNxdWVcIixcInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjI2LFwic2l6ZXNcIjpbXX0sXCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmdcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjAuNSxcInNpemVzXCI6W119LFwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoyMCxcInNpemVzXCI6W119LFwiaG9tZXlfc3VidGl0bGVfc3BhY2luZ1wiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MzAsXCJzaXplc1wiOltdfSxcImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b21cIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjAsXCJzaXplc1wiOltdfSxcIl9fZ2xvYmFsc19fXCI6e1wic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcIlwiLFwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3JcIjpcIlwiLFwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3JcIjpcIlwifSxcInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJjdXN0b21cIixcInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseVwiOlwiTXVsaVwiLFwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6NDAsXCJzaXplc1wiOltdfSxcInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodFwiOlwiNzAwXCIsXCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHRcIjp7XCJ1bml0XCI6XCJlbVwiLFwic2l6ZVwiOjEuMixcInNpemVzXCI6W119LFwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjotMixcInNpemVzXCI6W119LFwiX2FuaW1hdGlvblwiOlwiZmFkZUluXCIsXCJoel9zZWN0aW9uX3N1YnRpdGxlXCI6XCJXZSBhcmUgY29tbWl0dGVkIHRvIGRlbGl2ZXJpbmcgdG9wLW5vdGNoIHNvbHV0aW9ucyB0aGF0IGNhdGVyIHRvIHlvdXIgdW5pcXVlIG5lZWRzLlwiLFwiX21hcmdpblwiOntcInVuaXRcIjpcInB4XCIsXCJ0b3BcIjpcIjBcIixcInJpZ2h0XCI6XCIwXCIsXCJib3R0b21cIjpcIjBcIixcImxlZnRcIjpcIjE3XCIsXCJpc0xpbmtlZFwiOmZhbHNlfSxcIl9wYWRkaW5nX3RhYmxldFwiOntcInVuaXRcIjpcInB4XCIsXCJ0b3BcIjpcIjBcIixcInJpZ2h0XCI6XCI0MFwiLFwiYm90dG9tXCI6XCIwXCIsXCJsZWZ0XCI6XCI0MFwiLFwiaXNMaW5rZWRcIjpmYWxzZX0sXCJfcGFkZGluZ19tb2JpbGVcIjp7XCJ1bml0XCI6XCJweFwiLFwidG9wXCI6XCIwXCIsXCJyaWdodFwiOlwiMFwiLFwiYm90dG9tXCI6XCIwXCIsXCJsZWZ0XCI6XCIwXCIsXCJpc0xpbmtlZFwiOnRydWV9fSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbXSxcIndpZGdldFR5cGVcIjpcImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZVwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX1dLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwibGF5b3V0XCJ9fV0sXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJsYXlvdXRcIn19LHtcImlkXCI6XCI2OTliZGFkXCIsXCJlbFR5cGVcIjpcInNlY3Rpb25cIixcImlzSW5uZXJcIjp0cnVlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wic3RydWN0dXJlXCI6XCIzMFwiLFwiZ2FwXCI6XCJ3aWRlclwiLFwibGF5b3V0XCI6XCJmdWxsX3dpZHRoXCJ9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOlt7XCJpZFwiOlwiMzZkMjM2ZFwiLFwiZWxUeXBlXCI6XCJjb2x1bW5cIixcImlzSW5uZXJcIjp0cnVlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wiX2NvbHVtbl9zaXplXCI6MzMsXCJfaW5saW5lX3NpemVcIjpudWxsLFwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kXCI6XCJjbGFzc2ljXCIsXCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmRcIjpcImNsYXNzaWNcIixcImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvblwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MC40LFwic2l6ZXNcIjpbXX0sXCJfX2dsb2JhbHNfX1wiOntcImJhY2tncm91bmRfaG92ZXJfY29sb3JcIjpcIlwiLFwiYmFja2dyb3VuZF9jb2xvclwiOlwiXCJ9LFwiYW5pbWF0aW9uXCI6XCJmYWRlSW5cIixcImFuaW1hdGlvbl9kZWxheVwiOjQwMCxcImNzc19jbGFzc2VzXCI6XCJjdXN0b20tY29sdW1uXCIsXCJiYWNrZ3JvdW5kX2NvbG9yXCI6XCIjRkZGRkZGQjBcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W3tcImlkXCI6XCIzZmRlMDJjXCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wiaW1hZ2VcIjp7XCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9sZWFkLWdlbmVyYXRpb24ud2VicFwiLFwiaWRcIjoxNzY0LFwiYWx0XCI6XCJcIixcInNvdXJjZVwiOlwibGlicmFyeVwiLFwic2l6ZVwiOlwiXCJ9LFwibGlua190b1wiOlwiY3VzdG9tXCIsXCJsaW5rXCI6e1widXJsXCI6XCJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uL1wiLFwiaXNfZXh0ZXJuYWxcIjpcIlwiLFwibm9mb2xsb3dcIjpcIlwiLFwiY3VzdG9tX2F0dHJpYnV0ZXNcIjpcIlwifSxcImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlXCI6XCJ5ZXNcIixcImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd1wiOntcImhvcml6b250YWxcIjowLFwidmVydGljYWxcIjo1MCxcImJsdXJcIjo1MCxcInNwcmVhZFwiOjAsXCJjb2xvclwiOlwicmdiYSgwLCAwLCAwLCAwLjEpXCJ9LFwiX21hcmdpblwiOntcInVuaXRcIjpcInB4XCIsXCJ0b3BcIjpcIjBcIixcInJpZ2h0XCI6XCIwXCIsXCJib3R0b21cIjpcIjEwXCIsXCJsZWZ0XCI6XCIwXCIsXCJpc0xpbmtlZFwiOmZhbHNlfX0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJpbWFnZVwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcImJiZjlmMmVcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJ0aXRsZVwiOlwiUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uXCIsXCJoZWFkZXJfc2l6ZVwiOlwiaDNcIixcIl9fZ2xvYmFsc19fXCI6e1widHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJcIn0sXCJsaW5rXCI6e1widXJsXCI6XCJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uL1wiLFwiaXNfZXh0ZXJuYWxcIjpcIlwiLFwibm9mb2xsb3dcIjpcIlwiLFwiY3VzdG9tX2F0dHJpYnV0ZXNcIjpcIlwifSxcInR5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiY3VzdG9tXCIsXCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5XCI6XCJNdWxpXCIsXCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MjUsXCJzaXplc1wiOltdfSxcInR5cG9ncmFwaHlfZm9udF93ZWlnaHRcIjpcIjcwMFwiLFwidHlwb2dyYXBoeV9saW5lX2hlaWdodFwiOntcInVuaXRcIjpcImVtXCIsXCJzaXplXCI6MS4xLFwic2l6ZXNcIjpbXX0sXCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjotMSxcInNpemVzXCI6W119fSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbXSxcIndpZGdldFR5cGVcIjpcImhlYWRpbmdcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19LHtcImlkXCI6XCIwNzkxMGQwXCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wiX19nbG9iYWxzX19cIjp7XCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcIlwiLFwidGV4dF9jb2xvclwiOlwiXCJ9LFwiZWRpdG9yXCI6XCI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+XCIsXCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcImN1c3RvbVwiLFwidHlwb2dyYXBoeV9mb250X2ZhbWlseVwiOlwiRGFya2VyIEdyb3Rlc3F1ZVwiLFwidHlwb2dyYXBoeV9mb250X3NpemVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjIyLFwic2l6ZXNcIjpbXX0sXCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0XCI6XCI0MDBcIixcInRleHRfY29sb3JcIjpcIiMyMjE2MDNcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJ0ZXh0LWVkaXRvclwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcIjJjZTE4ODVcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJzZWxlY3RlZF9pY29uXCI6e1widmFsdWVcIjpcImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0XCIsXCJsaWJyYXJ5XCI6XCJmYS1yZWd1bGFyXCJ9LFwidGl0bGVfdGV4dFwiOlwiRmluZCBtb3JlXCIsXCJkZXNjcmlwdGlvbl90ZXh0XCI6XCJcIixcImljb25fc2l6ZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MTcsXCJzaXplc1wiOltdfSxcInRleHRfYWxpZ25cIjpcImxlZnRcIixcImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50XCI6XCJtaWRkbGVcIixcInRpdGxlX2JvdHRvbV9zcGFjZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6NCxcInNpemVzXCI6W119LFwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJjdXN0b21cIixcInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHlcIjpcIkRhcmtlciBHcm90ZXNxdWVcIixcInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoxOCxcInNpemVzXCI6W119LFwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodFwiOlwiNzAwXCIsXCJfX2dsb2JhbHNfX1wiOntcInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiXCIsXCJwcmltYXJ5X2NvbG9yXCI6XCJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5XCIsXCJ0aXRsZV9jb2xvclwiOlwiXCJ9LFwibGlua1wiOntcInVybFwiOlwiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi9cIixcImlzX2V4dGVybmFsXCI6XCJcIixcIm5vZm9sbG93XCI6XCJcIixcImN1c3RvbV9hdHRyaWJ1dGVzXCI6XCJcIn0sXCJwb3NpdGlvblwiOlwibGVmdFwiLFwiaWNvbl9zcGFjZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MTAsXCJzaXplc1wiOltdfSxcInRpdGxlX3NpemVcIjpcImRpdlwiLFwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybVwiOlwidXBwZXJjYXNlXCJ9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwiaWNvbi1ib3hcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19XSxcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImxheW91dFwifX0se1wiaWRcIjpcIjRkZjFmZTBcIixcImVsVHlwZVwiOlwiY29sdW1uXCIsXCJpc0lubmVyXCI6dHJ1ZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcIl9jb2x1bW5fc2l6ZVwiOjMzLFwiX2lubGluZV9zaXplXCI6bnVsbCxcImJhY2tncm91bmRfYmFja2dyb3VuZFwiOlwiY2xhc3NpY1wiLFwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kXCI6XCJjbGFzc2ljXCIsXCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb25cIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjAuNCxcInNpemVzXCI6W119LFwiX19nbG9iYWxzX19cIjp7XCJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yXCI6XCJcIixcImJhY2tncm91bmRfY29sb3JcIjpcIlwifSxcImFuaW1hdGlvblwiOlwiZmFkZUluXCIsXCJhbmltYXRpb25fZGVsYXlcIjo0MDAsXCJjc3NfY2xhc3Nlc1wiOlwiY3VzdG9tLWNvbHVtblwiLFwiYmFja2dyb3VuZF9jb2xvclwiOlwiI0ZGRkZGRkIwXCJ9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOlt7XCJpZFwiOlwiNTNlNzAyYVwiLFwiZWxUeXBlXCI6XCJ3aWRnZXRcIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcImltYWdlXCI6e1widXJsXCI6XCJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicFwiLFwiaWRcIjoxNzYyLFwiYWx0XCI6XCJcIixcInNvdXJjZVwiOlwibGlicmFyeVwiLFwic2l6ZVwiOlwiXCJ9LFwibGlua190b1wiOlwiY3VzdG9tXCIsXCJsaW5rXCI6e1widXJsXCI6XCJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvXCIsXCJpc19leHRlcm5hbFwiOlwiXCIsXCJub2ZvbGxvd1wiOlwiXCIsXCJjdXN0b21fYXR0cmlidXRlc1wiOlwiXCJ9LFwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGVcIjpcInllc1wiLFwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93XCI6e1wiaG9yaXpvbnRhbFwiOjAsXCJ2ZXJ0aWNhbFwiOjUwLFwiYmx1clwiOjUwLFwic3ByZWFkXCI6MCxcImNvbG9yXCI6XCJyZ2JhKDAsIDAsIDAsIDAuMSlcIn0sXCJfbWFyZ2luXCI6e1widW5pdFwiOlwicHhcIixcInRvcFwiOlwiMFwiLFwicmlnaHRcIjpcIjBcIixcImJvdHRvbVwiOlwiMTBcIixcImxlZnRcIjpcIjBcIixcImlzTGlua2VkXCI6ZmFsc2V9fSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbXSxcIndpZGdldFR5cGVcIjpcImltYWdlXCIsXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9fSx7XCJpZFwiOlwiNDk4NDU0YVwiLFwiZWxUeXBlXCI6XCJ3aWRnZXRcIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcInRpdGxlXCI6XCJEaWdpdGFsIE1hcmtldGluZ1wiLFwiX19nbG9iYWxzX19cIjp7XCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcIlwifSxcImxpbmtcIjp7XCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy9cIixcImlzX2V4dGVybmFsXCI6XCJcIixcIm5vZm9sbG93XCI6XCJcIixcImN1c3RvbV9hdHRyaWJ1dGVzXCI6XCJcIn0sXCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcImN1c3RvbVwiLFwidHlwb2dyYXBoeV9mb250X2ZhbWlseVwiOlwiTXVsaVwiLFwidHlwb2dyYXBoeV9mb250X3NpemVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjI1LFwic2l6ZXNcIjpbXX0sXCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0XCI6XCI3MDBcIixcInR5cG9ncmFwaHlfbGluZV9oZWlnaHRcIjp7XCJ1bml0XCI6XCJlbVwiLFwic2l6ZVwiOjEuMSxcInNpemVzXCI6W119LFwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZ1wiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6LTEsXCJzaXplc1wiOltdfX0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJoZWFkaW5nXCIsXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9fSx7XCJpZFwiOlwiODE4ZTNkM1wiLFwiZWxUeXBlXCI6XCJ3aWRnZXRcIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcImVkaXRvclwiOlwiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+XCIsXCJfX2dsb2JhbHNfX1wiOntcInR5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiXCIsXCJ0ZXh0X2NvbG9yXCI6XCJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnlcIn0sXCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcImN1c3RvbVwiLFwidHlwb2dyYXBoeV9mb250X2ZhbWlseVwiOlwiRGFya2VyIEdyb3Rlc3F1ZVwiLFwidHlwb2dyYXBoeV9mb250X3NpemVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjIyLFwic2l6ZXNcIjpbXX0sXCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0XCI6XCI0MDBcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJ0ZXh0LWVkaXRvclwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcIjQyNzYxZWRcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJzZWxlY3RlZF9pY29uXCI6e1widmFsdWVcIjpcImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0XCIsXCJsaWJyYXJ5XCI6XCJmYS1yZWd1bGFyXCJ9LFwidGl0bGVfdGV4dFwiOlwiRmluZCBtb3JlXCIsXCJkZXNjcmlwdGlvbl90ZXh0XCI6XCJcIixcImljb25fc2l6ZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MTcsXCJzaXplc1wiOltdfSxcInRleHRfYWxpZ25cIjpcImxlZnRcIixcImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50XCI6XCJtaWRkbGVcIixcInRpdGxlX2JvdHRvbV9zcGFjZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6NCxcInNpemVzXCI6W119LFwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJjdXN0b21cIixcInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHlcIjpcIkRhcmtlciBHcm90ZXNxdWVcIixcInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoxOCxcInNpemVzXCI6W119LFwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodFwiOlwiNzAwXCIsXCJfX2dsb2JhbHNfX1wiOntcInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiXCIsXCJwcmltYXJ5X2NvbG9yXCI6XCJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5XCIsXCJ0aXRsZV9jb2xvclwiOlwiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5XCJ9LFwibGlua1wiOntcInVybFwiOlwiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2RpZ2l0YWwtbWFya2V0aW5nL1wiLFwiaXNfZXh0ZXJuYWxcIjpcIlwiLFwibm9mb2xsb3dcIjpcIlwiLFwiY3VzdG9tX2F0dHJpYnV0ZXNcIjpcIlwifSxcInBvc2l0aW9uXCI6XCJsZWZ0XCIsXCJpY29uX3NwYWNlXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoxMCxcInNpemVzXCI6W119LFwidGl0bGVfc2l6ZVwiOlwiZGl2XCIsXCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtXCI6XCJ1cHBlcmNhc2VcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJpY29uLWJveFwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX1dLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwibGF5b3V0XCJ9fSx7XCJpZFwiOlwiNTc2YTQ0NFwiLFwiZWxUeXBlXCI6XCJjb2x1bW5cIixcImlzSW5uZXJcIjp0cnVlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wiX2NvbHVtbl9zaXplXCI6MzMsXCJfaW5saW5lX3NpemVcIjpudWxsLFwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kXCI6XCJjbGFzc2ljXCIsXCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmRcIjpcImNsYXNzaWNcIixcImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvblwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MC40LFwic2l6ZXNcIjpbXX0sXCJfX2dsb2JhbHNfX1wiOntcImJhY2tncm91bmRfaG92ZXJfY29sb3JcIjpcIlwiLFwiYmFja2dyb3VuZF9jb2xvclwiOlwiXCJ9LFwiYW5pbWF0aW9uXCI6XCJmYWRlSW5cIixcImFuaW1hdGlvbl9kZWxheVwiOjQwMCxcImNzc19jbGFzc2VzXCI6XCJjdXN0b20tY29sdW1uXCIsXCJiYWNrZ3JvdW5kX2NvbG9yXCI6XCIjRkZGRkZGQjBcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W3tcImlkXCI6XCI2MGI1MzE4XCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wiaW1hZ2VcIjp7XCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicFwiLFwiaWRcIjoxNzY4LFwiYWx0XCI6XCJcIixcInNvdXJjZVwiOlwibGlicmFyeVwiLFwic2l6ZVwiOlwiXCJ9LFwibGlua190b1wiOlwiY3VzdG9tXCIsXCJsaW5rXCI6e1widXJsXCI6XCJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50L1wiLFwiaXNfZXh0ZXJuYWxcIjpcIlwiLFwibm9mb2xsb3dcIjpcIlwiLFwiY3VzdG9tX2F0dHJpYnV0ZXNcIjpcIlwifSxcImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlXCI6XCJ5ZXNcIixcImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd1wiOntcImhvcml6b250YWxcIjowLFwidmVydGljYWxcIjo1MCxcImJsdXJcIjo1MCxcInNwcmVhZFwiOjAsXCJjb2xvclwiOlwicmdiYSgwLCAwLCAwLCAwLjEpXCJ9LFwiX21hcmdpblwiOntcInVuaXRcIjpcInB4XCIsXCJ0b3BcIjpcIjBcIixcInJpZ2h0XCI6XCIwXCIsXCJib3R0b21cIjpcIjEwXCIsXCJsZWZ0XCI6XCIwXCIsXCJpc0xpbmtlZFwiOmZhbHNlfX0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJpbWFnZVwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcIjdlOTU2MjlcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJ0aXRsZVwiOlwiV2ViIERldmVsb3BtZW50XCIsXCJfX2dsb2JhbHNfX1wiOntcInR5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiXCJ9LFwibGlua1wiOntcInVybFwiOlwiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC9cIixcImlzX2V4dGVybmFsXCI6XCJcIixcIm5vZm9sbG93XCI6XCJcIixcImN1c3RvbV9hdHRyaWJ1dGVzXCI6XCJcIn0sXCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcImN1c3RvbVwiLFwidHlwb2dyYXBoeV9mb250X2ZhbWlseVwiOlwiTXVsaVwiLFwidHlwb2dyYXBoeV9mb250X3NpemVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjI1LFwic2l6ZXNcIjpbXX0sXCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0XCI6XCI3MDBcIixcInR5cG9ncmFwaHlfbGluZV9oZWlnaHRcIjp7XCJ1bml0XCI6XCJlbVwiLFwic2l6ZVwiOjEuMSxcInNpemVzXCI6W119LFwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZ1wiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6LTEsXCJzaXplc1wiOltdfX0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJoZWFkaW5nXCIsXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9fSx7XCJpZFwiOlwiMzA5YzdhNVwiLFwiZWxUeXBlXCI6XCJ3aWRnZXRcIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcImVkaXRvclwiOlwiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+XCIsXCJfX2dsb2JhbHNfX1wiOntcInR5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiXCIsXCJ0ZXh0X2NvbG9yXCI6XCJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnlcIn0sXCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcImN1c3RvbVwiLFwidHlwb2dyYXBoeV9mb250X2ZhbWlseVwiOlwiRGFya2VyIEdyb3Rlc3F1ZVwiLFwidHlwb2dyYXBoeV9mb250X3NpemVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjIyLFwic2l6ZXNcIjpbXX0sXCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0XCI6XCI0MDBcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJ0ZXh0LWVkaXRvclwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcIjJhYTUwMTlcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJzZWxlY3RlZF9pY29uXCI6e1widmFsdWVcIjpcImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0XCIsXCJsaWJyYXJ5XCI6XCJmYS1yZWd1bGFyXCJ9LFwidGl0bGVfdGV4dFwiOlwiRmluZCBtb3JlXCIsXCJkZXNjcmlwdGlvbl90ZXh0XCI6XCJcIixcImljb25fc2l6ZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MTcsXCJzaXplc1wiOltdfSxcInRleHRfYWxpZ25cIjpcImxlZnRcIixcImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50XCI6XCJtaWRkbGVcIixcInRpdGxlX2JvdHRvbV9zcGFjZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6NCxcInNpemVzXCI6W119LFwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJjdXN0b21cIixcInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHlcIjpcIkRhcmtlciBHcm90ZXNxdWVcIixcInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoxOCxcInNpemVzXCI6W119LFwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodFwiOlwiNzAwXCIsXCJfX2dsb2JhbHNfX1wiOntcInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiXCIsXCJwcmltYXJ5X2NvbG9yXCI6XCJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5XCIsXCJ0aXRsZV9jb2xvclwiOlwiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5XCJ9LFwibGlua1wiOntcInVybFwiOlwiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC9cIixcImlzX2V4dGVybmFsXCI6XCJcIixcIm5vZm9sbG93XCI6XCJcIixcImN1c3RvbV9hdHRyaWJ1dGVzXCI6XCJcIn0sXCJwb3NpdGlvblwiOlwibGVmdFwiLFwiaWNvbl9zcGFjZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MTAsXCJzaXplc1wiOltdfSxcInRpdGxlX3NpemVcIjpcImRpdlwiLFwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybVwiOlwidXBwZXJjYXNlXCJ9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwiaWNvbi1ib3hcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19XSxcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImxheW91dFwifX1dLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwibGF5b3V0XCJ9fSx7XCJpZFwiOlwiYjFlN2Y3N1wiLFwiZWxUeXBlXCI6XCJzZWN0aW9uXCIsXCJpc0lubmVyXCI6dHJ1ZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcInN0cnVjdHVyZVwiOlwiMzBcIixcImdhcFwiOlwid2lkZXJcIixcImxheW91dFwiOlwiZnVsbF93aWR0aFwifSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbe1wiaWRcIjpcImFiZjY1NzJcIixcImVsVHlwZVwiOlwiY29sdW1uXCIsXCJpc0lubmVyXCI6dHJ1ZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcIl9jb2x1bW5fc2l6ZVwiOjMzLFwiX2lubGluZV9zaXplXCI6bnVsbCxcImJhY2tncm91bmRfYmFja2dyb3VuZFwiOlwiY2xhc3NpY1wiLFwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kXCI6XCJjbGFzc2ljXCIsXCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb25cIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjAuNCxcInNpemVzXCI6W119LFwiX19nbG9iYWxzX19cIjp7XCJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yXCI6XCJcIixcImJhY2tncm91bmRfY29sb3JcIjpcIlwifSxcImFuaW1hdGlvblwiOlwiZmFkZUluXCIsXCJhbmltYXRpb25fZGVsYXlcIjo0MDAsXCJjc3NfY2xhc3Nlc1wiOlwiY3VzdG9tLWNvbHVtblwiLFwiYmFja2dyb3VuZF9jb2xvclwiOlwiI0ZGRkZGRkIwXCJ9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOlt7XCJpZFwiOlwiNTAwZTA4OVwiLFwiZWxUeXBlXCI6XCJ3aWRnZXRcIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcImltYWdlXCI6e1widXJsXCI6XCJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwXCIsXCJpZFwiOjIxMzQsXCJhbHRcIjpcIlwiLFwic291cmNlXCI6XCJsaWJyYXJ5XCIsXCJzaXplXCI6XCJcIn0sXCJsaW5rX3RvXCI6XCJjdXN0b21cIixcImxpbmtcIjp7XCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy9cIixcImlzX2V4dGVybmFsXCI6XCJcIixcIm5vZm9sbG93XCI6XCJcIixcImN1c3RvbV9hdHRyaWJ1dGVzXCI6XCJcIn0sXCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZVwiOlwieWVzXCIsXCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dcIjp7XCJob3Jpem9udGFsXCI6MCxcInZlcnRpY2FsXCI6NTAsXCJibHVyXCI6NTAsXCJzcHJlYWRcIjowLFwiY29sb3JcIjpcInJnYmEoMCwgMCwgMCwgMC4xKVwifSxcIl9tYXJnaW5cIjp7XCJ1bml0XCI6XCJweFwiLFwidG9wXCI6XCIwXCIsXCJyaWdodFwiOlwiMFwiLFwiYm90dG9tXCI6XCIxMFwiLFwibGVmdFwiOlwiMFwiLFwiaXNMaW5rZWRcIjpmYWxzZX19LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwiaW1hZ2VcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19LHtcImlkXCI6XCJjMzFiYTI3XCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1widGl0bGVcIjpcIkNvbnRlbnQgTWFya2V0aW5nXCIsXCJoZWFkZXJfc2l6ZVwiOlwiaDNcIixcIl9fZ2xvYmFsc19fXCI6e1widHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJcIn0sXCJsaW5rXCI6e1widXJsXCI6XCJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvXCIsXCJpc19leHRlcm5hbFwiOlwiXCIsXCJub2ZvbGxvd1wiOlwiXCIsXCJjdXN0b21fYXR0cmlidXRlc1wiOlwiXCJ9LFwidHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJjdXN0b21cIixcInR5cG9ncmFwaHlfZm9udF9mYW1pbHlcIjpcIk11bGlcIixcInR5cG9ncmFwaHlfZm9udF9zaXplXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoyNSxcInNpemVzXCI6W119LFwidHlwb2dyYXBoeV9mb250X3dlaWdodFwiOlwiNzAwXCIsXCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0XCI6e1widW5pdFwiOlwiZW1cIixcInNpemVcIjoxLjEsXCJzaXplc1wiOltdfSxcInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmdcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOi0xLFwic2l6ZXNcIjpbXX19LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwiaGVhZGluZ1wiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcIjAxOWQyNTJcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJfX2dsb2JhbHNfX1wiOntcInR5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiXCIsXCJ0ZXh0X2NvbG9yXCI6XCJcIn0sXCJlZGl0b3JcIjpcIjxwPkZyb20gc3Rvcnl0ZWxsaW5nIHRvIHN0cmF0ZWdpYyBkaXN0cmlidXRpb24sIG1hc3RlciB0aGUgYXJ0IG9mIGNvbnRlbnQgbWFya2V0aW5nIHRvIGJ1aWxkIGxhc3RpbmcgY29ubmVjdGlvbnMuPC9wPlwiLFwidGV4dF9jb2xvclwiOlwiIzU0NTk1RlwiLFwidHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJjdXN0b21cIixcInR5cG9ncmFwaHlfZm9udF9mYW1pbHlcIjpcIkRhcmtlciBHcm90ZXNxdWVcIixcInR5cG9ncmFwaHlfZm9udF9zaXplXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoyMixcInNpemVzXCI6W119LFwidHlwb2dyYXBoeV9mb250X3dlaWdodFwiOlwiNDAwXCJ9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwidGV4dC1lZGl0b3JcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19LHtcImlkXCI6XCI0YjlhODExXCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wic2VsZWN0ZWRfaWNvblwiOntcInZhbHVlXCI6XCJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodFwiLFwibGlicmFyeVwiOlwiZmEtcmVndWxhclwifSxcInRpdGxlX3RleHRcIjpcIkZpbmQgbW9yZVwiLFwiZGVzY3JpcHRpb25fdGV4dFwiOlwiXCIsXCJpY29uX3NpemVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjE3LFwic2l6ZXNcIjpbXX0sXCJ0ZXh0X2FsaWduXCI6XCJsZWZ0XCIsXCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudFwiOlwibWlkZGxlXCIsXCJ0aXRsZV9ib3R0b21fc3BhY2VcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjQsXCJzaXplc1wiOltdfSxcInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiY3VzdG9tXCIsXCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5XCI6XCJEYXJrZXIgR3JvdGVzcXVlXCIsXCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MTgsXCJzaXplc1wiOltdfSxcInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHRcIjpcIjcwMFwiLFwiX19nbG9iYWxzX19cIjp7XCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcIlwiLFwicHJpbWFyeV9jb2xvclwiOlwiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeVwiLFwidGl0bGVfY29sb3JcIjpcImdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeVwifSxcImxpbmtcIjp7XCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy9cIixcImlzX2V4dGVybmFsXCI6XCJcIixcIm5vZm9sbG93XCI6XCJcIixcImN1c3RvbV9hdHRyaWJ1dGVzXCI6XCJcIn0sXCJwb3NpdGlvblwiOlwibGVmdFwiLFwiaWNvbl9zcGFjZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MTAsXCJzaXplc1wiOltdfSxcInRpdGxlX3NpemVcIjpcImRpdlwiLFwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybVwiOlwidXBwZXJjYXNlXCJ9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwiaWNvbi1ib3hcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19XSxcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImxheW91dFwifX0se1wiaWRcIjpcImI2NWZmOWZcIixcImVsVHlwZVwiOlwiY29sdW1uXCIsXCJpc0lubmVyXCI6dHJ1ZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcIl9jb2x1bW5fc2l6ZVwiOjMzLFwiX2lubGluZV9zaXplXCI6bnVsbCxcImJhY2tncm91bmRfYmFja2dyb3VuZFwiOlwiY2xhc3NpY1wiLFwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kXCI6XCJjbGFzc2ljXCIsXCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb25cIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjAuNCxcInNpemVzXCI6W119LFwiX19nbG9iYWxzX19cIjp7XCJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yXCI6XCJcIixcImJhY2tncm91bmRfY29sb3JcIjpcIlwifSxcImFuaW1hdGlvblwiOlwiZmFkZUluXCIsXCJhbmltYXRpb25fZGVsYXlcIjo0MDAsXCJjc3NfY2xhc3Nlc1wiOlwiY3VzdG9tLWNvbHVtblwiLFwiYmFja2dyb3VuZF9jb2xvclwiOlwiI0ZGRkZGRkIwXCJ9LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOlt7XCJpZFwiOlwiMmViOGVmYVwiLFwiZWxUeXBlXCI6XCJ3aWRnZXRcIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcImltYWdlXCI6e1widXJsXCI6XCJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvc2VvLndlYnBcIixcImlkXCI6MTc2NixcImFsdFwiOlwiXCIsXCJzb3VyY2VcIjpcImxpYnJhcnlcIixcInNpemVcIjpcIlwifSxcImxpbmtfdG9cIjpcImN1c3RvbVwiLFwibGlua1wiOntcInVybFwiOlwiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby9cIixcImlzX2V4dGVybmFsXCI6XCJcIixcIm5vZm9sbG93XCI6XCJcIixcImN1c3RvbV9hdHRyaWJ1dGVzXCI6XCJcIn0sXCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZVwiOlwieWVzXCIsXCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dcIjp7XCJob3Jpem9udGFsXCI6MCxcInZlcnRpY2FsXCI6NTAsXCJibHVyXCI6NTAsXCJzcHJlYWRcIjowLFwiY29sb3JcIjpcInJnYmEoMCwgMCwgMCwgMC4xKVwifSxcIl9tYXJnaW5cIjp7XCJ1bml0XCI6XCJweFwiLFwidG9wXCI6XCIwXCIsXCJyaWdodFwiOlwiMFwiLFwiYm90dG9tXCI6XCIxMFwiLFwibGVmdFwiOlwiMFwiLFwiaXNMaW5rZWRcIjpmYWxzZX19LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwiaW1hZ2VcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19LHtcImlkXCI6XCIxNjQxZGYxXCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1widGl0bGVcIjpcIlNFT1wiLFwiX19nbG9iYWxzX19cIjp7XCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcIlwifSxcImxpbmtcIjp7XCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vXCIsXCJpc19leHRlcm5hbFwiOlwiXCIsXCJub2ZvbGxvd1wiOlwiXCIsXCJjdXN0b21fYXR0cmlidXRlc1wiOlwiXCJ9LFwidHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJjdXN0b21cIixcInR5cG9ncmFwaHlfZm9udF9mYW1pbHlcIjpcIk11bGlcIixcInR5cG9ncmFwaHlfZm9udF9zaXplXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoyNSxcInNpemVzXCI6W119LFwidHlwb2dyYXBoeV9mb250X3dlaWdodFwiOlwiNzAwXCIsXCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0XCI6e1widW5pdFwiOlwiZW1cIixcInNpemVcIjoxLjEsXCJzaXplc1wiOltdfSxcInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmdcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOi0xLFwic2l6ZXNcIjpbXX19LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwiaGVhZGluZ1wiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcImEyNWQ0YjNcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJlZGl0b3JcIjpcIjxwPk9wdGltaXplIHlvdXIgd2Vic2l0ZeKAmXMgc3RydWN0dXJlIGFuZCBsZWFybiBob3cgdG8gaW1wcm92ZSB5b3VyIHdlYnNpdGXigJlzIHJhbmtpbmcgb24gc2VhcmNoIGVuZ2luZSByZXN1bHRzIHBhZ2VzLjwvcD5cIixcIl9fZ2xvYmFsc19fXCI6e1widHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJcIixcInRleHRfY29sb3JcIjpcIlwifSxcInRleHRfY29sb3JcIjpcIiM1NDU5NUZcIixcInR5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiY3VzdG9tXCIsXCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5XCI6XCJEYXJrZXIgR3JvdGVzcXVlXCIsXCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MjIsXCJzaXplc1wiOltdfSxcInR5cG9ncmFwaHlfZm9udF93ZWlnaHRcIjpcIjQwMFwifSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbXSxcIndpZGdldFR5cGVcIjpcInRleHQtZWRpdG9yXCIsXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9fSx7XCJpZFwiOlwiYjhmZTA2MVwiLFwiZWxUeXBlXCI6XCJ3aWRnZXRcIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcInNlbGVjdGVkX2ljb25cIjp7XCJ2YWx1ZVwiOlwiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHRcIixcImxpYnJhcnlcIjpcImZhLXJlZ3VsYXJcIn0sXCJ0aXRsZV90ZXh0XCI6XCJGaW5kIG1vcmVcIixcImRlc2NyaXB0aW9uX3RleHRcIjpcIlwiLFwiaWNvbl9zaXplXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoxNyxcInNpemVzXCI6W119LFwidGV4dF9hbGlnblwiOlwibGVmdFwiLFwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnRcIjpcIm1pZGRsZVwiLFwidGl0bGVfYm90dG9tX3NwYWNlXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjo0LFwic2l6ZXNcIjpbXX0sXCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcImN1c3RvbVwiLFwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseVwiOlwiRGFya2VyIEdyb3Rlc3F1ZVwiLFwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjE4LFwic2l6ZXNcIjpbXX0sXCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0XCI6XCI3MDBcIixcIl9fZ2xvYmFsc19fXCI6e1widGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJcIixcInByaW1hcnlfY29sb3JcIjpcIlwiLFwidGl0bGVfY29sb3JcIjpcIlwifSxcImxpbmtcIjp7XCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vXCIsXCJpc19leHRlcm5hbFwiOlwiXCIsXCJub2ZvbGxvd1wiOlwiXCIsXCJjdXN0b21fYXR0cmlidXRlc1wiOlwiXCJ9LFwicG9zaXRpb25cIjpcImxlZnRcIixcImljb25fc3BhY2VcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjEwLFwic2l6ZXNcIjpbXX0sXCJ0aXRsZV9zaXplXCI6XCJkaXZcIixcInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm1cIjpcInVwcGVyY2FzZVwifSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbXSxcIndpZGdldFR5cGVcIjpcImljb24tYm94XCIsXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9fV0sXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJsYXlvdXRcIn19LHtcImlkXCI6XCJjMDhjYmJiXCIsXCJlbFR5cGVcIjpcImNvbHVtblwiLFwiaXNJbm5lclwiOnRydWUsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJfY29sdW1uX3NpemVcIjozMyxcIl9pbmxpbmVfc2l6ZVwiOm51bGwsXCJiYWNrZ3JvdW5kX2JhY2tncm91bmRcIjpcImNsYXNzaWNcIixcImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZFwiOlwiY2xhc3NpY1wiLFwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjowLjQsXCJzaXplc1wiOltdfSxcIl9fZ2xvYmFsc19fXCI6e1wiYmFja2dyb3VuZF9ob3Zlcl9jb2xvclwiOlwiXCIsXCJiYWNrZ3JvdW5kX2NvbG9yXCI6XCJcIn0sXCJhbmltYXRpb25cIjpcImZhZGVJblwiLFwiYW5pbWF0aW9uX2RlbGF5XCI6NDAwLFwiY3NzX2NsYXNzZXNcIjpcImN1c3RvbS1jb2x1bW5cIixcImJhY2tncm91bmRfY29sb3JcIjpcIiNGRkZGRkZCMFwifSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbe1wiaWRcIjpcIjc2NDY0YzFcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJpbWFnZVwiOntcInVybFwiOlwiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwXCIsXCJpZFwiOjE3NjUsXCJhbHRcIjpcIlwiLFwic291cmNlXCI6XCJsaWJyYXJ5XCIsXCJzaXplXCI6XCJcIn0sXCJsaW5rX3RvXCI6XCJjdXN0b21cIixcImxpbmtcIjp7XCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvXCIsXCJpc19leHRlcm5hbFwiOlwiXCIsXCJub2ZvbGxvd1wiOlwiXCIsXCJjdXN0b21fYXR0cmlidXRlc1wiOlwiXCJ9LFwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGVcIjpcInllc1wiLFwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93XCI6e1wiaG9yaXpvbnRhbFwiOjAsXCJ2ZXJ0aWNhbFwiOjUwLFwiYmx1clwiOjUwLFwic3ByZWFkXCI6MCxcImNvbG9yXCI6XCJyZ2JhKDAsIDAsIDAsIDAuMSlcIn0sXCJfbWFyZ2luXCI6e1widW5pdFwiOlwicHhcIixcInRvcFwiOlwiMFwiLFwicmlnaHRcIjpcIjBcIixcImJvdHRvbVwiOlwiMTBcIixcImxlZnRcIjpcIjBcIixcImlzTGlua2VkXCI6ZmFsc2V9fSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbXSxcIndpZGdldFR5cGVcIjpcImltYWdlXCIsXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9fSx7XCJpZFwiOlwiMmVhOGE3M1wiLFwiZWxUeXBlXCI6XCJ3aWRnZXRcIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcInRpdGxlXCI6XCJQUENcIixcIl9fZ2xvYmFsc19fXCI6e1widHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJcIn0sXCJsaW5rXCI6e1widXJsXCI6XCJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjL1wiLFwiaXNfZXh0ZXJuYWxcIjpcIlwiLFwibm9mb2xsb3dcIjpcIlwiLFwiY3VzdG9tX2F0dHJpYnV0ZXNcIjpcIlwifSxcInR5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiY3VzdG9tXCIsXCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5XCI6XCJNdWxpXCIsXCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MjUsXCJzaXplc1wiOltdfSxcInR5cG9ncmFwaHlfZm9udF93ZWlnaHRcIjpcIjcwMFwiLFwidHlwb2dyYXBoeV9saW5lX2hlaWdodFwiOntcInVuaXRcIjpcImVtXCIsXCJzaXplXCI6MS4xLFwic2l6ZXNcIjpbXX0sXCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjotMSxcInNpemVzXCI6W119fSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbXSxcIndpZGdldFR5cGVcIjpcImhlYWRpbmdcIixcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn19LHtcImlkXCI6XCJhMzAzYzFmXCIsXCJlbFR5cGVcIjpcIndpZGdldFwiLFwiaXNJbm5lclwiOmZhbHNlLFwiaXNMb2NrZWRcIjpmYWxzZSxcInNldHRpbmdzXCI6e1wiZWRpdG9yXCI6XCI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD5cIixcIl9fZ2xvYmFsc19fXCI6e1widHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJcIixcInRleHRfY29sb3JcIjpcIlwifSxcInRleHRfY29sb3JcIjpcIiM1NDU5NUZcIixcInR5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiY3VzdG9tXCIsXCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5XCI6XCJEYXJrZXIgR3JvdGVzcXVlXCIsXCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MjIsXCJzaXplc1wiOltdfSxcInR5cG9ncmFwaHlfZm9udF93ZWlnaHRcIjpcIjQwMFwifSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbXSxcIndpZGdldFR5cGVcIjpcInRleHQtZWRpdG9yXCIsXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9fSx7XCJpZFwiOlwiN2ZjYWY0MVwiLFwiZWxUeXBlXCI6XCJ3aWRnZXRcIixcImlzSW5uZXJcIjpmYWxzZSxcImlzTG9ja2VkXCI6ZmFsc2UsXCJzZXR0aW5nc1wiOntcInNlbGVjdGVkX2ljb25cIjp7XCJ2YWx1ZVwiOlwiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHRcIixcImxpYnJhcnlcIjpcImZhLXJlZ3VsYXJcIn0sXCJ0aXRsZV90ZXh0XCI6XCJGaW5kIG1vcmVcIixcImRlc2NyaXB0aW9uX3RleHRcIjpcIlwiLFwiaWNvbl9zaXplXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoxNyxcInNpemVzXCI6W119LFwidGV4dF9hbGlnblwiOlwibGVmdFwiLFwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnRcIjpcIm1pZGRsZVwiLFwidGl0bGVfYm90dG9tX3NwYWNlXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjo0LFwic2l6ZXNcIjpbXX0sXCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcImN1c3RvbVwiLFwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseVwiOlwiRGFya2VyIEdyb3Rlc3F1ZVwiLFwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjE4LFwic2l6ZXNcIjpbXX0sXCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0XCI6XCI3MDBcIixcIl9fZ2xvYmFsc19fXCI6e1widGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJcIixcInByaW1hcnlfY29sb3JcIjpcIlwiLFwidGl0bGVfY29sb3JcIjpcIlwifSxcImxpbmtcIjp7XCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvXCIsXCJpc19leHRlcm5hbFwiOlwiXCIsXCJub2ZvbGxvd1wiOlwiXCIsXCJjdXN0b21fYXR0cmlidXRlc1wiOlwiXCJ9LFwicG9zaXRpb25cIjpcImxlZnRcIixcImljb25fc3BhY2VcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjEwLFwic2l6ZXNcIjpbXX0sXCJ0aXRsZV9zaXplXCI6XCJkaXZcIixcInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm1cIjpcInVwcGVyY2FzZVwifSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbXSxcIndpZGdldFR5cGVcIjpcImljb24tYm94XCIsXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9fV0sXCJlZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJsYXlvdXRcIn19XSxcImVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImxheW91dFwifX0se1wiaWRcIjpcIjI5OGE4NzZcIixcImVsVHlwZVwiOlwic2VjdGlvblwiLFwiaXNJbm5lclwiOnRydWUsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJzdHJ1Y3R1cmVcIjpcIjIwXCIsXCJnYXBcIjpcIndpZGVyXCIsXCJsYXlvdXRcIjpcImZ1bGxfd2lkdGhcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W3tcImlkXCI6XCI3NTJhOWE2XCIsXCJlbFR5cGVcIjpcImNvbHVtblwiLFwiaXNJbm5lclwiOnRydWUsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJfY29sdW1uX3NpemVcIjo1MCxcIl9pbmxpbmVfc2l6ZVwiOm51bGwsXCJiYWNrZ3JvdW5kX2JhY2tncm91bmRcIjpcImNsYXNzaWNcIixcImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZFwiOlwiY2xhc3NpY1wiLFwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjowLjQsXCJzaXplc1wiOltdfSxcIl9fZ2xvYmFsc19fXCI6e1wiYmFja2dyb3VuZF9ob3Zlcl9jb2xvclwiOlwiXCIsXCJiYWNrZ3JvdW5kX2NvbG9yXCI6XCJcIn0sXCJhbmltYXRpb25cIjpcImZhZGVJblwiLFwiYW5pbWF0aW9uX2RlbGF5XCI6NDAwLFwiY3NzX2NsYXNzZXNcIjpcImN1c3RvbS1jb2x1bW5cIixcImJhY2tncm91bmRfY29sb3JcIjpcIiNGRkZGRkZCMFwifSxcImRlZmF1bHRFZGl0U2V0dGluZ3NcIjp7XCJkZWZhdWx0RWRpdFJvdXRlXCI6XCJjb250ZW50XCJ9LFwiZWxlbWVudHNcIjpbe1wiaWRcIjpcImVjM2VlZDZcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJpbWFnZVwiOntcInVybFwiOlwiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1NvY2lhbC1tZWRpYS53ZWJwXCIsXCJpZFwiOjIxMzMsXCJhbHRcIjpcIlwiLFwic291cmNlXCI6XCJsaWJyYXJ5XCIsXCJzaXplXCI6XCJcIn0sXCJsaW5rX3RvXCI6XCJjdXN0b21cIixcImxpbmtcIjp7XCJ1cmxcIjpcImh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nL1wiLFwiaXNfZXh0ZXJuYWxcIjpcIlwiLFwibm9mb2xsb3dcIjpcIlwiLFwiY3VzdG9tX2F0dHJpYnV0ZXNcIjpcIlwifSxcImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlXCI6XCJ5ZXNcIixcImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd1wiOntcImhvcml6b250YWxcIjowLFwidmVydGljYWxcIjo1MCxcImJsdXJcIjo1MCxcInNwcmVhZFwiOjAsXCJjb2xvclwiOlwicmdiYSgwLCAwLCAwLCAwLjEpXCJ9LFwiX21hcmdpblwiOntcInVuaXRcIjpcInB4XCIsXCJ0b3BcIjpcIjBcIixcInJpZ2h0XCI6XCIwXCIsXCJib3R0b21cIjpcIjEwXCIsXCJsZWZ0XCI6XCIwXCIsXCJpc0xpbmtlZFwiOmZhbHNlfX0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJpbWFnZVwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcImM1ZjIwYWJcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJ0aXRsZVwiOlwiU29jaWFsIE1lZGlhIE1hcmtldGluZ1wiLFwiaGVhZGVyX3NpemVcIjpcImgzXCIsXCJfX2dsb2JhbHNfX1wiOntcInR5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiXCJ9LFwibGlua1wiOntcInVybFwiOlwiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvXCIsXCJpc19leHRlcm5hbFwiOlwiXCIsXCJub2ZvbGxvd1wiOlwiXCIsXCJjdXN0b21fYXR0cmlidXRlc1wiOlwiXCJ9LFwidHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJjdXN0b21cIixcInR5cG9ncmFwaHlfZm9udF9mYW1pbHlcIjpcIk11bGlcIixcInR5cG9ncmFwaHlfZm9udF9zaXplXCI6e1widW5pdFwiOlwicHhcIixcInNpemVcIjoyNSxcInNpemVzXCI6W119LFwidHlwb2dyYXBoeV9mb250X3dlaWdodFwiOlwiNzAwXCIsXCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0XCI6e1widW5pdFwiOlwiZW1cIixcInNpemVcIjoxLjEsXCJzaXplc1wiOltdfSxcInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmdcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOi0xLFwic2l6ZXNcIjpbXX19LFwiZGVmYXVsdEVkaXRTZXR0aW5nc1wiOntcImRlZmF1bHRFZGl0Um91dGVcIjpcImNvbnRlbnRcIn0sXCJlbGVtZW50c1wiOltdLFwid2lkZ2V0VHlwZVwiOlwiaGVhZGluZ1wiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcIjZmOGY1ZThcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJfX2dsb2JhbHNfX1wiOntcInR5cG9ncmFwaHlfdHlwb2dyYXBoeVwiOlwiXCIsXCJ0ZXh0X2NvbG9yXCI6XCJcIn0sXCJlZGl0b3JcIjpcIjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+XCIsXCJ0ZXh0X2NvbG9yXCI6XCIjNTQ1OTVGXCIsXCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHlcIjpcImN1c3RvbVwiLFwidHlwb2dyYXBoeV9mb250X2ZhbWlseVwiOlwiRGFya2VyIEdyb3Rlc3F1ZVwiLFwidHlwb2dyYXBoeV9mb250X3NpemVcIjp7XCJ1bml0XCI6XCJweFwiLFwic2l6ZVwiOjIyLFwic2l6ZXNcIjpbXX0sXCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0XCI6XCI0MDBcIn0sXCJkZWZhdWx0RWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifSxcImVsZW1lbnRzXCI6W10sXCJ3aWRnZXRUeXBlXCI6XCJ0ZXh0LWVkaXRvclwiLFwiZWRpdFNldHRpbmdzXCI6e1wiZGVmYXVsdEVkaXRSb3V0ZVwiOlwiY29udGVudFwifX0se1wiaWRcIjpcIjhkOTE3MjRcIixcImVsVHlwZVwiOlwid2lkZ2V0XCIsXCJpc0lubmVyXCI6ZmFsc2UsXCJpc0xvY2tlZFwiOmZhbHNlLFwic2V0dGluZ3NcIjp7XCJzZWxlY3RlZF9pY29uXCI6e1widmFsdWVcIjpcImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0XCIsXCJsaWJyYXJ5XCI6XCJmYS1yZWd1bGFyXCJ9LFwidGl0bGVfdGV4dFwiOlwiRmluZCBtb3JlXCIsXCJkZXNjcmlwdGlvbl90ZXh0XCI6XCJcIixcImljb25fc2l6ZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6MTcsXCJzaXplc1wiOltdfSxcInRleHRfYWxpZ25cIjpcImxlZnRcIixcImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50XCI6XCJtaWRkbGVcIixcInRpdGxlX2JvdHRvbV9zcGFjZVwiOntcInVuaXRcIjpcInB4XCIsXCJzaXplXCI6NCxcInNpemVzXCI6W119LFwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5XCI6XCJjdXN0b21cIixcIn\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(18,1724830595.844921,1724830595.674400,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRhY3QtdXMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIxMyIsImxlZnQiOiIxMyIsImlzTGlua2VkIjp0cnVlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYnV0dG9uIn1dfSx7ImlkIjoiN2MwOTU1NCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiYm94ZWRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTM1LCJzaXplcyI6W119LCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwM0QxIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMSIsInJpZ2h0IjoiMjEiLCJib3R0b20iOiIyMSIsImxlZnQiOiIyMSIsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjIiLCJyaWdodCI6IjIyIiwiYm90dG9tIjoiMjIiLCJsZWZ0IjoiMjIiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn19LCJlbGVtZW50cyI6W3siaWQiOiIwMTUyOTk2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJHZXQgSW4gVG91Y2giLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiODAwIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwY2FlMjM0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZm9ybV9pZCI6IjE4NzkiLCJmaWVsZEJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYwMCIsImZpZWxkQm9yZGVyQ29sb3IiOiIjRkZGRkZGIiwiZmllbGRUZXh0Q29sb3IiOiIjRkZGRkZGIiwibGFiZWxTaXplIjoibGFyZ2UiLCJsYWJlbENvbG9yIjoiI0ZGRkZGRkQ5IiwibGFiZWxTdWJsYWJlbENvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwic21hbGxcIixcImZpZWxkQm9yZGVyUmFkaXVzXCI6XCIzXCIsXCJmaWVsZEJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNjAwXCIsXCJmaWVsZEJvcmRlckNvbG9yXCI6XCIjRkZGRkZGXCIsXCJmaWVsZFRleHRDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxTaXplXCI6XCJsYXJnZVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRkQ5XCIsXCJsYWJlbFN1YmxhYmVsQ29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsRXJyb3JDb2xvclwiOlwiI2Q2MzYzN1wiLFwiYnV0dG9uU2l6ZVwiOlwibWVkaXVtXCIsXCJidXR0b25Cb3JkZXJSYWRpdXNcIjozLFwiYnV0dG9uQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2XCIsXCJidXR0b25UZXh0Q29sb3JcIjpcIiNmZmZmZmZcIn0iLCJfX2dsb2JhbHNfXyI6W10sImZpZWxkU2l6ZSI6InNtYWxsIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9XX1dfSx7ImlkIjoiYjFhMWJmZiIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInNoYXBlX2RpdmlkZXJfYm90dG9tX2NvbG9yIjoiIn0sImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiZ3JhZGllbnQiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiLTgwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6ZmFsc2V9LCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwMzAwIiwiYmFja2dyb3VuZF9jb2xvcl9iIjoiI0NFODUxNiIsImJhY2tncm91bmRfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE5MCwic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21fZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX2Fib3ZlX2NvbnRlbnQiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX3RvcF9mbGlwIjoieWVzIiwic2hhcGVfZGl2aWRlcl9ib3R0b21fbmVnYXRpdmUiOiJ5ZXMiLCJtYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W3siaWQiOiIxZGY0ZWRkIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6ImYzZDA2MmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNwYWNlciJ9LHsiaWQiOiJmZGQ0NjAxIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJzdHJ1Y3R1cmUiOiIyMCIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJhbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOlt7ImlkIjoiYWVlNjFlOSIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiJkOGJmOWI5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGV4dCI6IkRpdmlkZXIiLCJ3ZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6Mywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5In0sImFsaWduX3RhYmxldCI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkaXZpZGVyIn0seyJpZCI6IjY3MTkyMzEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiRXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgQ29tcHJlaGVuc2l2ZSA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPkRpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9uczwvc3Bhbj4gZm9yIFlvdXIgQnVzaW5lc3MuICIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ24iOiJsZWZ0IiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6Ikhhcm5lc3MgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgRGlnaXRhbCBNYXJrZXRpbmcgU29sdXRpb25zIGZvciBZb3VyIEJ1c2luZXNzIFN1Y2Nlc3MgV2l0aCBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSwgYnVzaW5lc3NlcyBnYWluIGFjY2VzcyB0byBhIHdpZGUgcmFuZ2Ugb2Ygc2VydmljZXMgZGVzaWduZWQgdG8gZXN0YWJsaXNoIGFuZCBtYWludGFpbiBhIHN0cm9uZyBvbmxpbmUgcHJlc2VuY2UuIE91ciB0ZWFtIG9mIGV4cGVyaWVuY2VkIHByb2Zlc3Npb25hbHMgc3BlY2lhbGl6ZXMgaW4gdmFyaW91cyBhc3BlY3RzIG9mIGRpZ2l0YWwgbWFya2V0aW5nLCBpbmNsdWRpbmcgc2VhcmNoIGVuZ2luZSBvcHRpbWl6YXRpb24sIHNvY2lhbCBtZWRpYSBtYXJrZXRpbmcsIGNvbnRlbnQgY3JlYXRpb24sIGVtYWlsIG1hcmtldGluZywgYW5kIHBhaWQgYWR2ZXJ0aXNpbmcuIEJ5IGFkb3B0aW5nIGFuIGludGVncmF0ZWQgYXBwcm9hY2gsIHdlIGhlbHAgYnVzaW5lc3NlcyBkZXZlbG9wIGEgY29tcHJlaGVuc2l2ZSBtYXJrZXRpbmcgc3RyYXRlZ3kgdGhhdCBlZmZlY3RpdmVseSB0YXJnZXRzIHRoZWlyIGF1ZGllbmNlLCBib29zdHMgdGhlaXIgdmlzaWJpbGl0eSwgYW5kIGRyaXZlcyBzYWxlcy4gT3VyIHRhaWxvcmVkIGFwcHJvYWNoIGVuc3VyZXMgbWF4aW11bSByZXR1cm4gb24gaW52ZXN0bWVudCAoUk9JKSBhbmQgZ3VhcmFudGVlcyB0aGF0IGV2ZXJ5IG1hcmtldGluZyBlZmZvcnQgaXMgZWZmaWNpZW50IGFuZCBlZmZlY3RpdmUuIFBhcnRuZXIgd2l0aCB1cyB0b2RheSBhbmQgZXhwZXJpZW5jZSB0aGUgdHJhbnNmb3JtYXRpdmUgaW1wYWN0IG9mIG91ciBmdWxsLXNlcnZpY2UgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0aXNlIG9uIHlvdXIgYnVzaW5lc3MgZ3Jvd3RoLiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduX3RhYmxldCI6ImNlbnRlciIsIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMDQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX0seyJpZCI6ImI4MzBjN2YiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJib3JkZXJfYm9yZGVyIjoibm9uZSIsImNvbnRlbnRfcG9zaXRpb24iOiJjZW50ZXIiLCJhbGlnbiI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZDM2ODdjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTExLmpwZyIsImlkIjoxNDY1LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifV19XX0seyJpZCI6IjM1NDgxMzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6e30sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNwYWNlciJ9XX1dfSx7ImlkIjoiMzVmMGY2NSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiIn0sImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJiYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0yLmpwZyIsImlkIjoyMzAwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX292ZXJsYXlfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX292ZXJsYXlfb3BhY2l0eSI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9vdmVybGF5X2ltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9ybTIxOGJhdGNoNy1hdW0tMDMtMTAyNHg2ODIuanBnIiwiaWQiOjI1MjEsInNpemUiOiJsYXJnZSIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X3NpemUiOiJjb3ZlciJ9LCJlbGVtZW50cyI6W3siaWQiOiIzNzc3YTFmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiY3NzX2NsYXNzZXMiOiIuY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMifSwiZWxlbWVudHMiOlt7ImlkIjoiYjNjYjg1ZiIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF9wb3NpdGlvbiI6ImJvdHRvbSIsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzAwMDAwMDAwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImZiMjU0OWIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMH0sImVsZW1lbnRzIjpbeyJpZCI6Ijg4MjgwZDQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6e30sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNwYWNlciJ9LHsiaWQiOiI0MTJlNWRmIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGV4dCI6IkRpdmlkZXIiLCJ3ZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6Mywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5In0sImFsaWduIjoiY2VudGVyIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIyMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkaXZpZGVyIn0seyJpZCI6IjI5Njk0YzciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiT3VyIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+U2VydmljZXM8L3NwYW4+Iiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiV2UgYXJlIGNvbW1pdHRlZCB0byBkZWxpdmVyaW5nIHRvcC1ub3RjaCBzb2x1dGlvbnMgdGhhdCBjYXRlciB0byB5b3VyIHVuaXF1ZSBuZWVkcy4iLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjE3IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjQwIiwiYm90dG9tIjoiMCIsImxlZnQiOiI0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn1dfV19LHsiaWQiOiI2OTliZGFkIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiMzZkMjM2ZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjNmZGUwMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvbGVhZC1nZW5lcmF0aW9uLndlYnAiLCJpZCI6MTc2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImJiZjlmMmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlJlYWwgRXN0YXRlIExlYWQgR2VuZXJhdGlvbiIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjA3OTEwZDAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPlJlYWwgZXN0YXRlIGxlYWQgZ2VuZXJhdGlvbiBpbnZvbHZlcyB0aGUgaWRlbnRpZmljYXRpb24gYW5kIG51cnR1cmluZyBvZiBwcm9zcGVjdGl2ZSBjbGllbnRzIGludGVyZXN0ZWQgaW4gcHJvcGVydHkgdHJhbnNhY3Rpb25zLjwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF9jb2xvciI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMmNlMTg4NSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI0ZGYxZmUwIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNTNlNzAyYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9kaWdpdGFsLW1hcmtldGluZy53ZWJwIiwiaWQiOjE3NjIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjQ5ODQ1NGEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkRpZ2l0YWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2RpZ2l0YWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjgxOGUzZDMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5DcmVhdGUgYW5kIGRpc3RyaWJ1dGUgY29tcGVsbGluZyBjb250ZW50IGFjcm9zcyBkaWdpdGFsIGNoYW5uZWxzIGxpa2Ugc29jaWFsIG1lZGlhLCBzZWFyY2ggZW5naW5lcywgZW1haWwsIGFuZCB3ZWJzaXRlcy7CoDwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNDI3NjFlZCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2RpZ2l0YWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6IjU3NmE0NDQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI2MGI1MzE4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3dlYi1kZXZlbG9wbWVudC53ZWJwIiwiaWQiOjE3NjgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI3ZTk1NjI5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJXZWIgRGV2ZWxvcG1lbnQiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjMwOWM3YTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXZlIGludG8gdGhlIHdvcmxkIG9mIHdlYiBkZXZlbG9wbWVudCBhbmQgbGVhcm4gdGhlIHNraWxscyB0byBjcmVhdGUgY2FwdGl2YXRpbmcgb25saW5lIGV4cGVyaWVuY2VzLjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMmFhNTAxOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19XX0seyJpZCI6ImIxZTdmNzciLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzdHJ1Y3R1cmUiOiIzMCIsImdhcCI6IndpZGVyIiwibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiJhYmY2NTcyIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNTAwZTA4OSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Db250ZW50LW1hcmtldGluZy0yLndlYnAiLCJpZCI6MjEzNCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYzMxYmEyNyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiQ29udGVudCBNYXJrZXRpbmciLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjAxOWQyNTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkZyb20gc3Rvcnl0ZWxsaW5nIHRvIHN0cmF0ZWdpYyBkaXN0cmlidXRpb24sIG1hc3RlciB0aGUgYXJ0IG9mIGNvbnRlbnQgbWFya2V0aW5nIHRvIGJ1aWxkIGxhc3RpbmcgY29ubmVjdGlvbnMuPC9wPiIsInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI0YjlhODExIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYjY1ZmY5ZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjJlYjhlZmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvc2VvLndlYnAiLCJpZCI6MTc2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjE2NDFkZjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlNFTyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYTI1ZDRiMyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPk9wdGltaXplIHlvdXIgd2Vic2l0ZeKAmXMgc3RydWN0dXJlIGFuZCBsZWFybiBob3cgdG8gaW1wcm92ZSB5b3VyIHdlYnNpdGXigJlzIHJhbmtpbmcgb24gc2VhcmNoIGVuZ2luZSByZXN1bHRzIHBhZ2VzLjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiJiOGZlMDYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYzA4Y2JiYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6Ijc2NDY0YzEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcHBjLWFkdmVydGlzaW5nLndlYnAiLCJpZCI6MTc2NSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3BwYy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjJlYThhNzMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlBQQyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYTMwM2MxZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkRpc2NvdmVyIHRoZSBzdHJhdGVnaWVzIHRvIGNyZWF0ZSBjb21wZWxsaW5nIGFkIGNhbXBhaWducywgYW5kIG1heGltaXplIHlvdXIgcmV0dXJuIG9uIGludmVzdG1lbnQuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjdmY2FmNDEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3BwYy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19XX0seyJpZCI6IjI5OGE4NzYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzdHJ1Y3R1cmUiOiIyMCIsImdhcCI6IndpZGVyIiwibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NTJhOWE2IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiZWMzZWVkNiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Tb2NpYWwtbWVkaWEud2VicCIsImlkIjoyMTMzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc29jaWFsLW1lZGlhLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImM1ZjIwYWIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlNvY2lhbCBNZWRpYSBNYXJrZXRpbmciLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiNmY4ZjVlOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+Q3JhZnQgY29tcGVsbGluZyBjb250ZW50IHRvIGVuZ2FnaW5nIHdpdGggeW91ciBhdWRpZW5jZSwgbGVhcm4gaG93IHRvIHVzZSBzb2NpYWwgbWVkaWEgcGxhdGZvcm1zIHRvIGV4cGFuZCB5b3VyIHJlYWNoLDwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiOGQ5MTcyNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc29jaWFsLW1lZGlhLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJiZDhhMTZiIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNzA4YWIyOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9FbWFpbC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9lbWFpbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI3Y2IxMzk2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJFbWFpbCBNYXJrZXRpbmciLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImI2MTA2NzciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5MZWFybiB0byBjcmVhdGUgaW1wYWN0ZnVsIGVtYWlsIGNhbXBhaWducywgYW5kIHV0aWxpemUgc2VnbWVudGF0aW9uIHRvIGRlbGl2ZXIgcGVyc29uYWxpemVkIGV4cGVyaWVuY2VzLjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiJlN2E4N2M1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9lbWFpbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19XX1dfSx7ImlkIjoiNDU4YzI1NSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImNvbnRlbnRfcG9zaXRpb24iOiJtaWRkbGUiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOjAsImJvdHRvbSI6IiIsImxlZnQiOjAsImlzTGlua2VkIjp0cnVlfSwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI4MCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjgwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W3siaWQiOiIzNGQzYmViIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6ImU3Yjk2MTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiTGVhZCBOdXJ0dXJpbmcgUHJvY2VzcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiIyZTJjOTI5IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmMjIyMmViIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiOWVlYWY4OCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imljb25fYm94ZXMiOlt7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0xlYWQtQ29sbGVjdGlvbi53ZWJwIiwiaWQiOjI0NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiTGVhZCBDb2xsZWN0aW9uIiwidGV4dCI6IlRoZSBsZWFkIGNvbGxlY3Rpb24gc3RlcCBpbnZvbHZlcyBnYXRoZXJpbmcgcG90ZW50aWFsIGxlYWRzIGZyb20gdmFyaW91cyBzb3VyY2VzIGxpa2Ugb25saW5lIGZvcm1zLCB0cmFkZSBzaG93cywgYW5kIHNvY2lhbCBtZWRpYS4gRXNzZW50aWFsIGRldGFpbHMgc3VjaCBhcyBjb250YWN0IGluZm9ybWF0aW9uLCBjb21wYW55IHNpemUsIGFuZCBpbmR1c3RyeSBhcmUgY29sbGVjdGVkLiBUaGlzIGRhdGEgZm9ybXMgdGhlIGJhc2lzIGZvciBmdXJ0aGVyIHF1YWxpZmljYXRpb24gYW5kIGVucmljaG1lbnQuIiwiX2lkIjoiMzU0ZWJlZSJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvSW5pdGlhbC1RdWFsaWZpY2F0aW9uLndlYnAiLCJpZCI6MjQ2MywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJJbml0aWFsIFF1YWxpZmljYXRpb24iLCJ0ZXh0IjoiSW5pdGlhbCBxdWFsaWZpY2F0aW9uIGFzc2Vzc2VzIHdoZXRoZXIgZWFjaCBsZWFkIG1lZXRzIGtleSBjcml0ZXJpYSByZWxldmFudCB0byB0aGUgY29tcGFueeKAmXMgdGFyZ2V0IGF1ZGllbmNlLiBUaGlzIGluY2x1ZGVzIGV2YWx1YXRpbmcgaW5kdXN0cnkgcmVsZXZhbmNlLCBjb21wYW55IHNpemUsIGFuZCBnZW9ncmFwaGljIGxvY2F0aW9uLCBhcyB3ZWxsIGFzIGpvYiB0aXRsZS4gTGVhZHMgYXJlIHNjb3JlZCB0byBwcmlvcml0aXplIHRob3NlIHdpdGggYSBoaWdoZXIgcG90ZW50aWFsIGZvciBjb252ZXJzaW9uLiIsIl9pZCI6IjAwMDZiMzUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0xlYWQtRW5yaWNobWVudC53ZWJwIiwiaWQiOjI0NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiTGVhZCBFbnJpY2htZW50IiwidGV4dCI6IkxlYWQgZW5yaWNobWVudCBlbmhhbmNlcyBkYXRhIGJ5IGFkZGluZyBkZXRhaWxzIHN1Y2ggYXMgY29tcGFueSByZXZlbnVlIG9yIHJlY2VudCBhY3Rpdml0aWVzLiBUaGlzIHByb3ZpZGVzIGEgY29tcHJlaGVuc2l2ZSB2aWV3IG9mIGVhY2ggbGVhZCwgYWxsb3dpbmcgZm9yIGJldHRlciBzZWdtZW50YXRpb24gYW5kIHRhcmdldGVkIGVuZ2FnZW1lbnQuIEVucmljaGVkIGxlYWRzIGFyZSBjYXRlZ29yaXplZCBiYXNlZCBvbiB0aGVpciBmaXQgd2l0aCB0aGUgaWRlYWwgY3VzdG9tZXIgcHJvZmlsZS4iLCJfaWQiOiIzMWQyNmQ4In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9TYWxlcy1SZWFkaW5lc3Mud2VicCIsImlkIjoyNDY2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IlNhbGVzIFJlYWRpbmVzcyIsInRleHQiOiJTYWxlcyByZWFkaW5lc3MgZGV0ZXJtaW5lcyBpZiBhIGxlYWQgaXMgcmVhZHkgdG8gYmUgcGFzc2VkIHRvIHRoZSBzYWxlcyB0ZWFtLiBDcml0ZXJpYSBzdWNoIGFzIGJ1ZGdldCwgYXV0aG9yaXR5LCBuZWVkLCBhbmQgdGltaW5nIGFyZSB0aG9yb3VnaGx5IGV2YWx1YXRlZCB0byBhc3Nlc3MgcmVhZGluZXNzLiBRdWFsaWZpZWQgbGVhZHMgYXJlIGhhbmRlZCBvZmYgd2l0aCBkZXRhaWxlZCBpbmZvcm1hdGlvbiBhbmQgYSBmb2xsb3ctdXAgc3RyYXRlZ3kgdG8gZWZmZWN0aXZlbHkgbnVydHVyZSB0aGVtIHRocm91Z2ggdGhlIHNhbGVzIGZ1bm5lbC4iLCJfaWQiOiIzZDhkM2Q5In1dLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6Niwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImljb25fcHJpbWFyeV9jb2xvciI6IiIsImRlc2NyaXB0aW9uX2NvbG9yX2EiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIiLCJ0aXRsZV9jb2xvcl9hIjoiIn0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI3MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2FfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX0sImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjQwMCIsImljb25fYm94ZXNfY29sdW1ucyI6ImZvdXJfY29sdW1ucyIsImJhY2tncm91bmRfYV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfYV9jb2xvciI6IiNGRkJBNEQiLCJ0aXRsZV9jb2xvcl9hIjoiIzIyMTYwMyIsImRlc2NyaXB0aW9uX2NvbG9yX2EiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3JfaWNvbl9ib3gifV19XX1dfV19LHsiaWQiOiI3NWM3MmRjIiwiZWxUeXBlIjoiY29udGFpbmVyIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZmxleF9kaXJlY3Rpb24iOiJjb2x1bW4iLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJmbGV4X2dhcCI6eyJjb2x1bW4iOiI5Iiwicm93IjoiMCIsImlzTGlua2VkIjpmYWxzZSwidW5pdCI6InB4Iiwic2l6ZSI6OX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRiIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsImZsZXhfZ2FwX21vYmlsZSI6eyJjb2x1bW4iOiIwIiwicm93IjoiMCIsImlzTGlua2VkIjp0cnVlLCJ1bml0IjoicHgiLCJzaXplIjowfSwiaGlkZV90YWJsZXQiOiJoaWRkZW4tdGFibGV0In0sImVsZW1lbnRzIjpbeyJpZCI6IjAyYzM3ZmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJoel9zZWN0aW9uX3RpdGxlIjoiQXJlYXMiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3dpZHRoIjoiZnVsbCIsIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJfdGl0bGUiOiJTZWN0aW9uIFRpdGxlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI3ZDViMmMxIiwiZWxUeXBlIjoiY29udGFpbmVyIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImZsZXhfZGlyZWN0aW9uIjoicm93IiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJmbGV4LXN0YXJ0IiwiZmxleF9hbGlnbl9pdGVtcyI6ImZsZXgtc3RhcnQiLCJmbGV4X2dhcCI6eyJjb2x1bW4iOiIwIiwicm93IjoiMCIsImlzTGlua2VkIjpmYWxzZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImZsZXhfd3JhcCI6Im5vd3JhcCIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJmbGV4X2RpcmVjdGlvbl9tb2JpbGUiOiJjb2x1bW4iLCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zX21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJhOWI5YWZhIiwiZWxUeXBlIjoiY29udGFpbmVyIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImJmNmNlMmQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh0bWwiOiI8IURPQ1RZUEUgaHRtbD5cclxuPGh0bWwgbGFuZz1cImVuXCI+XHJcbjxoZWFkPlxyXG4gICAgPG1ldGEgY2hhcnNldD1cIlVURi04XCI+XHJcbiAgICA8bWV0YSBuYW1lPVwidmlld3BvcnRcIiBjb250ZW50PVwid2lkdGg9ZGV2aWNlLXdpZHRoLCBpbml0aWFsLXNjYWxlPTEuMFwiPlxyXG4gICAgPHRpdGxlPkZsaXAgQ2FyZCBFeGFtcGxlPC90aXRsZT5cclxuICAgIDxzdHlsZT5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBlbnRpcmUgZmxpcCBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZCB7XHJcbiAgICB3aWR0aDogMTAwJTsgLyogU2V0IHdpZHRoIHRvIDEwMCUgZm9yIHJlc3BvbnNpdmVuZXNzICovXHJcbiAgICBtYXgtd2lkdGg6IDM1MHB4OyAvKi\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(19,1724830004.448352,1724830004.236000,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRhY3QtdXMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIxMyIsImxlZnQiOiIxMyIsImlzTGlua2VkIjp0cnVlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYnV0dG9uIn1dfSx7ImlkIjoiN2MwOTU1NCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiYm94ZWRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTM1LCJzaXplcyI6W119LCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwM0QxIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMSIsInJpZ2h0IjoiMjEiLCJib3R0b20iOiIyMSIsImxlZnQiOiIyMSIsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjIiLCJyaWdodCI6IjIyIiwiYm90dG9tIjoiMjIiLCJsZWZ0IjoiMjIiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn19LCJlbGVtZW50cyI6W3siaWQiOiIwMTUyOTk2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJHZXQgSW4gVG91Y2giLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiODAwIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhZjJhN2RhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RmlsbCBvdXQgdGhpcyBmb3JtIGFuZCBvbmUgb2Ygb3VyIGFnZW50cyB3aWxsIGJlIGluIHRvdWNoIHdpdGggeW91IHNvb248L3A+IiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTU4IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIwY2FlMjM0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZm9ybV9pZCI6IjE4NzkiLCJmaWVsZEJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYwMCIsImZpZWxkQm9yZGVyQ29sb3IiOiIjRkZGRkZGIiwiZmllbGRUZXh0Q29sb3IiOiIjRkZGRkZGIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRkQ5XCIsXCJsYWJlbFN1YmxhYmVsQ29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsRXJyb3JDb2xvclwiOlwiI2Q2MzYzN1wiLFwiYnV0dG9uU2l6ZVwiOlwibWVkaXVtXCIsXCJidXR0b25Cb3JkZXJSYWRpdXNcIjozLFwiYnV0dG9uQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2XCIsXCJidXR0b25UZXh0Q29sb3JcIjpcIiNmZmZmZmZcIn0iLCJfX2dsb2JhbHNfXyI6e30sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6IjQ1OGMyNTUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJjb250ZW50X3Bvc2l0aW9uIjoibWlkZGxlIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjowLCJib3R0b20iOiIiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiODAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI4MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOlt7ImlkIjoiMzRkM2JlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJlN2I5NjEyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkxlYWQgTnVydHVyaW5nIFByb2Nlc3MiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiMmUyYzkyOSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiZjIyMjJlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjllZWFmODgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUNvbGxlY3Rpb24ud2VicCIsImlkIjoyNDY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgQ29sbGVjdGlvbiIsInRleHQiOiJUaGUgbGVhZCBjb2xsZWN0aW9uIHN0ZXAgaW52b2x2ZXMgZ2F0aGVyaW5nIHBvdGVudGlhbCBsZWFkcyBmcm9tIHZhcmlvdXMgc291cmNlcyBsaWtlIG9ubGluZSBmb3JtcywgdHJhZGUgc2hvd3MsIGFuZCBzb2NpYWwgbWVkaWEuIEVzc2VudGlhbCBkZXRhaWxzIHN1Y2ggYXMgY29udGFjdCBpbmZvcm1hdGlvbiwgY29tcGFueSBzaXplLCBhbmQgaW5kdXN0cnkgYXJlIGNvbGxlY3RlZC4gVGhpcyBkYXRhIGZvcm1zIHRoZSBiYXNpcyBmb3IgZnVydGhlciBxdWFsaWZpY2F0aW9uIGFuZCBlbnJpY2htZW50LiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0luaXRpYWwtUXVhbGlmaWNhdGlvbi53ZWJwIiwiaWQiOjI0NjMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiSW5pdGlhbCBRdWFsaWZpY2F0aW9uIiwidGV4dCI6IkluaXRpYWwgcXVhbGlmaWNhdGlvbiBhc3Nlc3NlcyB3aGV0aGVyIGVhY2ggbGVhZCBtZWV0cyBrZXkgY3JpdGVyaWEgcmVsZXZhbnQgdG8gdGhlIGNvbXBhbnnigJlzIHRhcmdldCBhdWRpZW5jZS4gVGhpcyBpbmNsdWRlcyBldmFsdWF0aW5nIGluZHVzdHJ5IHJlbGV2YW5jZSwgY29tcGFueSBzaXplLCBhbmQgZ2VvZ3JhcGhpYyBsb2NhdGlvbiwgYXMgd2VsbCBhcyBqb2IgdGl0bGUuIExlYWRzIGFyZSBzY29yZWQgdG8gcHJpb3JpdGl6ZSB0aG9zZSB3aXRoIGEgaGlnaGVyIHBvdGVudGlhbCBmb3IgY29udmVyc2lvbi4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2FsZXMtUmVhZGluZXNzLndlYnAiLCJpZCI6MjQ2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTYWxlcyBSZWFkaW5lc3MiLCJ0ZXh0IjoiU2FsZXMgcmVhZGluZXNzIGRldGVybWluZXMgaWYgYSBsZWFkIGlzIHJlYWR5IHRvIGJlIHBhc3NlZCB0byB0aGUgc2FsZXMgdGVhbS4gQ3JpdGVyaWEgc3VjaCBhcyBidWRnZXQsIGF1dGhvcml0eSwgbmVlZCwgYW5kIHRpbWluZyBhcmUgdGhvcm91Z2hseSBldmFsdWF0ZWQgdG8gYXNzZXNzIHJlYWRpbmVzcy4gUXVhbGlmaWVkIGxlYWRzIGFyZSBoYW5kZWQgb2ZmIHdpdGggZGV0YWlsZWQgaW5mb3JtYXRpb24gYW5kIGEgZm9sbG93LXVwIHN0cmF0ZWd5IHRvIGVmZmVjdGl2ZWx5IG51cnR1cmUgdGhlbSB0aHJvdWdoIHRoZSBzYWxlcyBmdW5uZWwuIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In1dfV19XX1dfSx7ImlkIjoiNzVjNzJkYyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zIjoiY2VudGVyIiwiZmxleF9nYXAiOnsiY29sdW1uIjoiOSIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjl9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJmbGV4X2dhcF9tb2JpbGUiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6dHJ1ZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhpZGVfdGFibGV0IjoiaGlkZGVuLXRhYmxldCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwMmMzN2ZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkFyZWFzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX3RpdGxlIjoiU2VjdGlvbiBUaXRsZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiN2Q1YjJjMSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1zdGFydCIsImZsZXhfYWxpZ25faXRlbXMiOiJmbGV4LXN0YXJ0IiwiZmxleF9nYXAiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjB9LCJmbGV4X3dyYXAiOiJub3dyYXAiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZmxleF9kaXJlY3Rpb25fbW9iaWxlIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtc19tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYTliOWFmYSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIG\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(20,1724829995.820591,1724829995.627200,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRhY3QtdXMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIxMyIsImxlZnQiOiIxMyIsImlzTGlua2VkIjp0cnVlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYnV0dG9uIn1dfSx7ImlkIjoiN2MwOTU1NCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiYm94ZWRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTM1LCJzaXplcyI6W119LCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwM0QxIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMSIsInJpZ2h0IjoiMjEiLCJib3R0b20iOiIyMSIsImxlZnQiOiIyMSIsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjIiLCJyaWdodCI6IjIyIiwiYm90dG9tIjoiMjIiLCJsZWZ0IjoiMjIiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn19LCJlbGVtZW50cyI6W3siaWQiOiIwMTUyOTk2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJHZXQgSW4gVG91Y2hoIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjgwMCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYWYyYTdkYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkZpbGwgb3V0IHRoaXMgZm9ybSBhbmQgb25lIG9mIG91ciBhZ2VudHMgd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzb29uPC9wPiIsInRleHRfY29sb3IiOiIjRkZGRkZGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01OCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMGNhZTIzNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZvcm1faWQiOiIxODc5IiwiZmllbGRCYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2MDAiLCJmaWVsZEJvcmRlckNvbG9yIjoiI0ZGRkZGRiIsImZpZWxkVGV4dENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsQ29sb3IiOiIjRkZGRkZGRDkiLCJsYWJlbFN1YmxhYmVsQ29sb3IiOiIjRkZGRkZGIiwiYnV0dG9uQm9yZGVyUmFkaXVzIjozLCJidXR0b25CYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2IiwiY29weVBhc3RlSnNvblZhbHVlIjoie1wiZmllbGRTaXplXCI6XCJtZWRpdW1cIixcImZpZWxkQm9yZGVyUmFkaXVzXCI6XCIzXCIsXCJmaWVsZEJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNjAwXCIsXCJmaWVsZEJvcmRlckNvbG9yXCI6XCIjRkZGRkZGXCIsXCJmaWVsZFRleHRDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxTaXplXCI6XCJtZWRpdW1cIixcImxhYmVsQ29sb3JcIjpcIiNGRkZGRkZEOVwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOnt9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cGZvcm1zIn1dfV19LHsiaWQiOiJiMWExYmZmIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2NvbG9yX2IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5Iiwic2hhcGVfZGl2aWRlcl9ib3R0b21fY29sb3IiOiIifSwiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJncmFkaWVudCIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItODAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfY29sb3IiOiIjMjIxNjAzMDAiLCJiYWNrZ3JvdW5kX2NvbG9yX2IiOiIjQ0U4NTE2IiwiYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTkwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9mbGlwIjoieWVzIiwic2hhcGVfZGl2aWRlcl9ib3R0b21fYWJvdmVfY29udGVudCI6InllcyIsInNoYXBlX2RpdmlkZXJfdG9wX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9uZWdhdGl2ZSI6InllcyIsIm1hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9LCJtYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbeyJpZCI6IjFkZjRlZGQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiZjNkMDYyYiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn0seyJpZCI6ImZkZDQ2MDEiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sInN0cnVjdHVyZSI6IjIwIiwiY29udGVudF9wb3NpdGlvbiI6ImJvdHRvbSIsImFuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W3siaWQiOiJhZWU2MWU5IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMH0sImVsZW1lbnRzIjpbeyJpZCI6ImQ4YmY5YjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0ZXh0IjoiRGl2aWRlciIsIndlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJjb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkifSwiYWxpZ25fdGFibGV0IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRpdmlkZXIifSx7ImlkIjoiNjcxOTIzMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJFeHBlcmllbmNlIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+RGlnaXRhbCBNYXJrZXRpbmcgU29sdXRpb25zPC9zcGFuPiBmb3IgWW91ciBCdXNpbmVzcy4gIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiSGFybmVzcyB0aGUgUG93ZXIgb2YgQ29tcHJlaGVuc2l2ZSBEaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnMgZm9yIFlvdXIgQnVzaW5lc3MgU3VjY2VzcyBXaXRoIG91ciBmdWxsLXNlcnZpY2UgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0aXNlLCBidXNpbmVzc2VzIGdhaW4gYWNjZXNzIHRvIGEgd2lkZSByYW5nZSBvZiBzZXJ2aWNlcyBkZXNpZ25lZCB0byBlc3RhYmxpc2ggYW5kIG1haW50YWluIGEgc3Ryb25nIG9ubGluZSBwcmVzZW5jZS4gT3VyIHRlYW0gb2YgZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscyBzcGVjaWFsaXplcyBpbiB2YXJpb3VzIGFzcGVjdHMgb2YgZGlnaXRhbCBtYXJrZXRpbmcsIGluY2x1ZGluZyBzZWFyY2ggZW5naW5lIG9wdGltaXphdGlvbiwgc29jaWFsIG1lZGlhIG1hcmtldGluZywgY29udGVudCBjcmVhdGlvbiwgZW1haWwgbWFya2V0aW5nLCBhbmQgcGFpZCBhZHZlcnRpc2luZy4gQnkgYWRvcHRpbmcgYW4gaW50ZWdyYXRlZCBhcHByb2FjaCwgd2UgaGVscCBidXNpbmVzc2VzIGRldmVsb3AgYSBjb21wcmVoZW5zaXZlIG1hcmtldGluZyBzdHJhdGVneSB0aGF0IGVmZmVjdGl2ZWx5IHRhcmdldHMgdGhlaXIgYXVkaWVuY2UsIGJvb3N0cyB0aGVpciB2aXNpYmlsaXR5LCBhbmQgZHJpdmVzIHNhbGVzLiBPdXIgdGFpbG9yZWQgYXBwcm9hY2ggZW5zdXJlcyBtYXhpbXVtIHJldHVybiBvbiBpbnZlc3RtZW50IChST0kpIGFuZCBndWFyYW50ZWVzIHRoYXQgZXZlcnkgbWFya2V0aW5nIGVmZm9ydCBpcyBlZmZpY2llbnQgYW5kIGVmZmVjdGl2ZS4gUGFydG5lciB3aXRoIHVzIHRvZGF5IGFuZCBleHBlcmllbmNlIHRoZSB0cmFuc2Zvcm1hdGl2ZSBpbXBhY3Qgb2Ygb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2Ugb24geW91ciBidXNpbmVzcyBncm93dGguIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ25fdGFibGV0IjoiY2VudGVyIiwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjQwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn1dfSx7ImlkIjoiYjgzMGM3ZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDAsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9zaXplIjoiY292ZXIiLCJib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJvcmRlcl9ib3JkZXIiOiJub25lIiwiY29udGVudF9wb3NpdGlvbiI6ImNlbnRlciIsImFsaWduIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6IjJkMzY4N2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDkvaW1hZ2UtMTEuanBnIiwiaWQiOjE0NjUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9XX1dfSx7ImlkIjoiMzU0ODEzNiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn1dfV19LHsiaWQiOiIzNWYwZjY1IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIifSwiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRiIsInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1VudGl0bGVkLTIuanBnIiwiaWQiOjIzMDAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfb3ZlcmxheV9vcGFjaXR5Ijp7InVuaXQiOiJweCIsInNpemUiOjEsInNpemVzIjpbXX0sImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX292ZXJsYXlfaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3JtMjE4YmF0Y2g3LWF1bS0wMy0xMDI0eDY4Mi5qcGciLCJpZCI6MjUyMSwic2l6ZSI6ImxhcmdlIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX292ZXJsYXlfc2l6ZSI6ImNvdmVyIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM3NzdhMWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJjc3NfY2xhc3NlcyI6Ii5jdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyJ9LCJlbGVtZW50cyI6W3siaWQiOiJiM2NiODVmIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJhbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjMDAwMDAwMDAifSwiZWxlbWVudHMiOlt7ImlkIjoiZmIyNTQ5YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiODgyODBkNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn0seyJpZCI6IjQxMmU1ZGYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0ZXh0IjoiRGl2aWRlciIsIndlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJjb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkifSwiYWxpZ24iOiJjZW50ZXIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRpdmlkZXIifSx7ImlkIjoiMjk2OTRjNyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJPdXIgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5TZXJ2aWNlczwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJXZSBhcmUgY29tbWl0dGVkIHRvIGRlbGl2ZXJpbmcgdG9wLW5vdGNoIHNvbHV0aW9ucyB0aGF0IGNhdGVyIHRvIHlvdXIgdW5pcXVlIG5lZWRzLiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTciLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19XX0seyJpZCI6IjY5OWJkYWQiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzdHJ1Y3R1cmUiOiIzMCIsImdhcCI6IndpZGVyIiwibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzNmQyMzZkIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiM2ZkZTAyYyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9sZWFkLWdlbmVyYXRpb24ud2VicCIsImlkIjoxNzY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYmJmOWYyZSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMDc5MTBkMCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+UmVhbCBlc3RhdGUgbGVhZCBnZW5lcmF0aW9uIGludm9sdmVzIHRoZSBpZGVudGlmaWNhdGlvbiBhbmQgbnVydHVyaW5nIG9mIHByb3NwZWN0aXZlIGNsaWVudHMgaW50ZXJlc3RlZCBpbiBwcm9wZXJ0eSB0cmFuc2FjdGlvbnMuPC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIyY2UxODg1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6IjRkZjFmZTAiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI1M2U3MDJhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2RpZ2l0YWwtbWFya2V0aW5nLndlYnAiLCJpZCI6MTc2MiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2RpZ2l0YWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiNDk4NDU0YSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRGlnaXRhbCBNYXJrZXRpbmciLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiODE4ZTNkMyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkNyZWF0ZSBhbmQgZGlzdHJpYnV0ZSBjb21wZWxsaW5nIGNvbnRlbnQgYWNyb3NzIGRpZ2l0YWwgY2hhbm5lbHMgbGlrZSBzb2NpYWwgbWVkaWEsIHNlYXJjaCBlbmdpbmVzLCBlbWFpbCwgYW5kIHdlYnNpdGVzLsKgPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI0Mjc2MWVkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNTc2YTQ0NCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjYwYjUzMTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvd2ViLWRldmVsb3BtZW50LndlYnAiLCJpZCI6MTc2OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjdlOTU2MjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IldlYiBEZXZlbG9wbWVudCIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMzA5YzdhNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkRpdmUgaW50byB0aGUgd29ybGQgb2Ygd2ViIGRldmVsb3BtZW50IGFuZCBsZWFybiB0aGUgc2tpbGxzIHRvIGNyZWF0ZSBjYXB0aXZhdGluZyBvbmxpbmUgZXhwZXJpZW5jZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIyYWE1MDE5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfSx7ImlkIjoiYjFlN2Y3NyIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFiZjY1NzIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI1MDBlMDg5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0NvbnRlbnQtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTM0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjMzFiYTI3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJDb250ZW50IE1hcmtldGluZyIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMDE5ZDI1MiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+RnJvbSBzdG9yeXRlbGxpbmcgdG8gc3RyYXRlZ2ljIGRpc3RyaWJ1dGlvbiwgbWFzdGVyIHRoZSBhcnQgb2YgY29udGVudCBtYXJrZXRpbmcgdG8gYnVpbGQgbGFzdGluZyBjb25uZWN0aW9ucy48L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjRiOWE4MTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJiNjVmZjlmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiMmViOGVmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9zZW8ud2VicCIsImlkIjoxNzY2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiMTY0MWRmMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiU0VPIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhMjVkNGIzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+T3B0aW1pemUgeW91ciB3ZWJzaXRl4oCZcyBzdHJ1Y3R1cmUgYW5kIGxlYXJuIGhvdyB0byBpbXByb3ZlIHlvdXIgd2Vic2l0ZeKAmXMgcmFua2luZyBvbiBzZWFyY2ggZW5naW5lIHJlc3VsdHMgcGFnZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6ImI4ZmUwNjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJjMDhjYmJiIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNzY0NjRjMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9wcGMtYWR2ZXJ0aXNpbmcud2VicCIsImlkIjoxNzY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiMmVhOGE3MyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiUFBDIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3BwYy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhMzAzYzFmIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGlzY292ZXIgdGhlIHN0cmF0ZWdpZXMgdG8gY3JlYXRlIGNvbXBlbGxpbmcgYWQgY2FtcGFpZ25zLCBhbmQgbWF4aW1pemUgeW91ciByZXR1cm4gb24gaW52ZXN0bWVudC48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiN2ZjYWY0MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfSx7ImlkIjoiMjk4YTg3NiIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjIwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6Ijc1MmE5YTYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJlYzNlZWQ2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1NvY2lhbC1tZWRpYS53ZWJwIiwiaWQiOjIxMzMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYzVmMjBhYiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiU29jaWFsIE1lZGlhIE1hcmtldGluZyIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc29jaWFsLW1lZGlhLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI2ZjhmNWU4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5DcmFmdCBjb21wZWxsaW5nIGNvbnRlbnQgdG8gZW5nYWdpbmcgd2l0aCB5b3VyIGF1ZGllbmNlLCBsZWFybiBob3cgdG8gdXNlIHNvY2lhbCBtZWRpYSBwbGF0Zm9ybXMgdG8gZXhwYW5kIHlvdXIgcmVhY2gsPC9wPiIsInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI4ZDkxNzI0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImJkOGExNmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3MDhhYjI4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0VtYWlsLW1hcmtldGluZy0yLndlYnAiLCJpZCI6MjEzMiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjdjYjEzOTYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkVtYWlsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9lbWFpbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYjYxMDY3NyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkxlYXJuIHRvIGNyZWF0ZSBpbXBhY3RmdWwgZW1haWwgY2FtcGFpZ25zLCBhbmQgdXRpbGl6ZSBzZWdtZW50YXRpb24gdG8gZGVsaXZlciBwZXJzb25hbGl6ZWQgZXhwZXJpZW5jZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6ImU3YTg3YzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19XX1dfV19LHsiaWQiOiI0NThjMjU1IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiY29udGVudF9wb3NpdGlvbiI6Im1pZGRsZSIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6MCwiYm90dG9tIjoiIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjgwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiODAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIifSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM0ZDNiZWIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiZTdiOTYxMiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJMZWFkIE51cnR1cmluZyBQcm9jZXNzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjJlMmM5MjkiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6ImYyMjIyZWIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiI5ZWVhZjg4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaWNvbl9ib3hlcyI6W3siaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvTGVhZC1Db2xsZWN0aW9uLndlYnAiLCJpZCI6MjQ2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIENvbGxlY3Rpb24iLCJ0ZXh0IjoiVGhlIGxlYWQgY29sbGVjdGlvbiBzdGVwIGludm9sdmVzIGdhdGhlcmluZyBwb3RlbnRpYWwgbGVhZHMgZnJvbSB2YXJpb3VzIHNvdXJjZXMgbGlrZSBvbmxpbmUgZm9ybXMsIHRyYWRlIHNob3dzLCBhbmQgc29jaWFsIG1lZGlhLiBFc3NlbnRpYWwgZGV0YWlscyBzdWNoIGFzIGNvbnRhY3QgaW5mb3JtYXRpb24sIGNvbXBhbnkgc2l6ZSwgYW5kIGluZHVzdHJ5IGFyZSBjb2xsZWN0ZWQuIFRoaXMgZGF0YSBmb3JtcyB0aGUgYmFzaXMgZm9yIGZ1cnRoZXIgcXVhbGlmaWNhdGlvbiBhbmQgZW5yaWNobWVudC4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Jbml0aWFsLVF1YWxpZmljYXRpb24ud2VicCIsImlkIjoyNDYzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkluaXRpYWwgUXVhbGlmaWNhdGlvbiIsInRleHQiOiJJbml0aWFsIHF1YWxpZmljYXRpb24gYXNzZXNzZXMgd2hldGhlciBlYWNoIGxlYWQgbWVldHMga2V5IGNyaXRlcmlhIHJlbGV2YW50IHRvIHRoZSBjb21wYW554oCZcyB0YXJnZXQgYXVkaWVuY2UuIFRoaXMgaW5jbHVkZXMgZXZhbHVhdGluZyBpbmR1c3RyeSByZWxldmFuY2UsIGNvbXBhbnkgc2l6ZSwgYW5kIGdlb2dyYXBoaWMgbG9jYXRpb24sIGFzIHdlbGwgYXMgam9iIHRpdGxlLiBMZWFkcyBhcmUgc2NvcmVkIHRvIHByaW9yaXRpemUgdGhvc2Ugd2l0aCBhIGhpZ2hlciBwb3RlbnRpYWwgZm9yIGNvbnZlcnNpb24uIiwiX2lkIjoiMDAwNmIzNSJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvTGVhZC1FbnJpY2htZW50LndlYnAiLCJpZCI6MjQ2NSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIEVucmljaG1lbnQiLCJ0ZXh0IjoiTGVhZCBlbnJpY2htZW50IGVuaGFuY2VzIGRhdGEgYnkgYWRkaW5nIGRldGFpbHMgc3VjaCBhcyBjb21wYW55IHJldmVudWUgb3IgcmVjZW50IGFjdGl2aXRpZXMuIFRoaXMgcHJvdmlkZXMgYSBjb21wcmVoZW5zaXZlIHZpZXcgb2YgZWFjaCBsZWFkLCBhbGxvd2luZyBmb3IgYmV0dGVyIHNlZ21lbnRhdGlvbiBhbmQgdGFyZ2V0ZWQgZW5nYWdlbWVudC4gRW5yaWNoZWQgbGVhZHMgYXJlIGNhdGVnb3JpemVkIGJhc2VkIG9uIHRoZWlyIGZpdCB3aXRoIHRoZSBpZGVhbCBjdXN0b21lciBwcm9maWxlLiIsIl9pZCI6IjMxZDI2ZDgifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1NhbGVzLVJlYWRpbmVzcy53ZWJwIiwiaWQiOjI0NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU2FsZXMgUmVhZGluZXNzIiwidGV4dCI6IlNhbGVzIHJlYWRpbmVzcyBkZXRlcm1pbmVzIGlmIGEgbGVhZCBpcyByZWFkeSB0byBiZSBwYXNzZWQgdG8gdGhlIHNhbGVzIHRlYW0uIENyaXRlcmlhIHN1Y2ggYXMgYnVkZ2V0LCBhdXRob3JpdHksIG5lZWQsIGFuZCB0aW1pbmcgYXJlIHRob3JvdWdobHkgZXZhbHVhdGVkIHRvIGFzc2VzcyByZWFkaW5lc3MuIFF1YWxpZmllZCBsZWFkcyBhcmUgaGFuZGVkIG9mZiB3aXRoIGRldGFpbGVkIGluZm9ybWF0aW9uIGFuZCBhIGZvbGxvdy11cCBzdHJhdGVneSB0byBlZmZlY3RpdmVseSBudXJ0dXJlIHRoZW0gdGhyb3VnaCB0aGUgc2FsZXMgZnVubmVsLiIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfYV9jb2xvciI6IiIsInRpdGxlX2NvbG9yX2EiOiIifSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsInRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiTXVsaSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjcwMCIsInRpdGxlX3R5cG9ncmFwaHlfYV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9XX1dfV19XX0seyJpZCI6Ijc1YzcyZGMiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtcyI6ImNlbnRlciIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjkiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjo5fSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiZmxleF9nYXBfbW9iaWxlIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOnRydWUsInVuaXQiOiJweCIsInNpemUiOjB9LCJoaWRlX3RhYmxldCI6ImhpZGRlbi10YWJsZXQifSwiZWxlbWVudHMiOlt7ImlkIjoiMDJjMzdmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJBcmVhcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjdkNWIyYzEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9kaXJlY3Rpb24iOiJyb3ciLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImZsZXgtc3RhcnQiLCJmbGV4X2FsaWduX2l0ZW1zIjoiZmxleC1zdGFydCIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjowfSwiZmxleF93cmFwIjoibm93cmFwIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImZsZXhfZGlyZWN0aW9uX21vYmlsZSI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXNfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImE5YjlhZmEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYmY2Y2UyZCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiaHRtbCI6IjwhRE9DVFlQRS\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(21,1724829987.388696,1724829987.217000,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRhY3QtdXMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIxMyIsImxlZnQiOiIxMyIsImlzTGlua2VkIjp0cnVlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYnV0dG9uIn1dfSx7ImlkIjoiN2MwOTU1NCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiYm94ZWRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTM1LCJzaXplcyI6W119LCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwM0QxIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMSIsInJpZ2h0IjoiMjEiLCJib3R0b20iOiIyMSIsImxlZnQiOiIyMSIsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjIiLCJyaWdodCI6IjIyIiwiYm90dG9tIjoiMjIiLCJsZWZ0IjoiMjIiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn19LCJlbGVtZW50cyI6W3siaWQiOiIwMTUyOTk2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJHZXQgSW4gVG91Y2giLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiODAwIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhZjJhN2RhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RmlsbCBvdXQgdGhpcyBmb3JtIGFuZCBvbmUgb2Ygb3VyIGFnZW50cyB3aWxsIGJlIGluIHRvdWNoIHdpdGggeW91IHNvb248L3A+IiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTU4IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIwY2FlMjM0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZm9ybV9pZCI6IjE4NzkiLCJmaWVsZEJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYwMCIsImZpZWxkQm9yZGVyQ29sb3IiOiIjRkZGRkZGIiwiZmllbGRUZXh0Q29sb3IiOiIjRkZGRkZGIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRkQ5XCIsXCJsYWJlbFN1YmxhYmVsQ29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsRXJyb3JDb2xvclwiOlwiI2Q2MzYzN1wiLFwiYnV0dG9uU2l6ZVwiOlwibWVkaXVtXCIsXCJidXR0b25Cb3JkZXJSYWRpdXNcIjozLFwiYnV0dG9uQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2XCIsXCJidXR0b25UZXh0Q29sb3JcIjpcIiNmZmZmZmZcIn0iLCJfX2dsb2JhbHNfXyI6e30sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6IjQ1OGMyNTUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJjb250ZW50X3Bvc2l0aW9uIjoibWlkZGxlIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjowLCJib3R0b20iOiIiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiODAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI4MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOlt7ImlkIjoiMzRkM2JlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJlN2I5NjEyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkxlYWQgTnVydHVyaW5nIFByb2Nlc3MiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiMmUyYzkyOSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiZjIyMjJlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjllZWFmODgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUNvbGxlY3Rpb24ud2VicCIsImlkIjoyNDY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgQ29sbGVjdGlvbiIsInRleHQiOiJUaGUgbGVhZCBjb2xsZWN0aW9uIHN0ZXAgaW52b2x2ZXMgZ2F0aGVyaW5nIHBvdGVudGlhbCBsZWFkcyBmcm9tIHZhcmlvdXMgc291cmNlcyBsaWtlIG9ubGluZSBmb3JtcywgdHJhZGUgc2hvd3MsIGFuZCBzb2NpYWwgbWVkaWEuIEVzc2VudGlhbCBkZXRhaWxzIHN1Y2ggYXMgY29udGFjdCBpbmZvcm1hdGlvbiwgY29tcGFueSBzaXplLCBhbmQgaW5kdXN0cnkgYXJlIGNvbGxlY3RlZC4gVGhpcyBkYXRhIGZvcm1zIHRoZSBiYXNpcyBmb3IgZnVydGhlciBxdWFsaWZpY2F0aW9uIGFuZCBlbnJpY2htZW50LiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0luaXRpYWwtUXVhbGlmaWNhdGlvbi53ZWJwIiwiaWQiOjI0NjMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiSW5pdGlhbCBRdWFsaWZpY2F0aW9uIiwidGV4dCI6IkluaXRpYWwgcXVhbGlmaWNhdGlvbiBhc3Nlc3NlcyB3aGV0aGVyIGVhY2ggbGVhZCBtZWV0cyBrZXkgY3JpdGVyaWEgcmVsZXZhbnQgdG8gdGhlIGNvbXBhbnnigJlzIHRhcmdldCBhdWRpZW5jZS4gVGhpcyBpbmNsdWRlcyBldmFsdWF0aW5nIGluZHVzdHJ5IHJlbGV2YW5jZSwgY29tcGFueSBzaXplLCBhbmQgZ2VvZ3JhcGhpYyBsb2NhdGlvbiwgYXMgd2VsbCBhcyBqb2IgdGl0bGUuIExlYWRzIGFyZSBzY29yZWQgdG8gcHJpb3JpdGl6ZSB0aG9zZSB3aXRoIGEgaGlnaGVyIHBvdGVudGlhbCBmb3IgY29udmVyc2lvbi4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2FsZXMtUmVhZGluZXNzLndlYnAiLCJpZCI6MjQ2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTYWxlcyBSZWFkaW5lc3MiLCJ0ZXh0IjoiU2FsZXMgcmVhZGluZXNzIGRldGVybWluZXMgaWYgYSBsZWFkIGlzIHJlYWR5IHRvIGJlIHBhc3NlZCB0byB0aGUgc2FsZXMgdGVhbS4gQ3JpdGVyaWEgc3VjaCBhcyBidWRnZXQsIGF1dGhvcml0eSwgbmVlZCwgYW5kIHRpbWluZyBhcmUgdGhvcm91Z2hseSBldmFsdWF0ZWQgdG8gYXNzZXNzIHJlYWRpbmVzcy4gUXVhbGlmaWVkIGxlYWRzIGFyZSBoYW5kZWQgb2ZmIHdpdGggZGV0YWlsZWQgaW5mb3JtYXRpb24gYW5kIGEgZm9sbG93LXVwIHN0cmF0ZWd5IHRvIGVmZmVjdGl2ZWx5IG51cnR1cmUgdGhlbSB0aHJvdWdoIHRoZSBzYWxlcyBmdW5uZWwuIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In1dfV19XX1dfSx7ImlkIjoiNzVjNzJkYyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zIjoiY2VudGVyIiwiZmxleF9nYXAiOnsiY29sdW1uIjoiOSIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjl9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJmbGV4X2dhcF9tb2JpbGUiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6dHJ1ZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhpZGVfdGFibGV0IjoiaGlkZGVuLXRhYmxldCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwMmMzN2ZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkFyZWFzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX3RpdGxlIjoiU2VjdGlvbiBUaXRsZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiN2Q1YjJjMSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1zdGFydCIsImZsZXhfYWxpZ25faXRlbXMiOiJmbGV4LXN0YXJ0IiwiZmxleF9nYXAiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjB9LCJmbGV4X3dyYXAiOiJub3dyYXAiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZmxleF9kaXJlY3Rpb25fbW9iaWxlIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtc19tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYTliOWFmYSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIG\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(22,1724829982.981820,1724829982.715100,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRhY3QtdXMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIxMyIsImxlZnQiOiIxMyIsImlzTGlua2VkIjp0cnVlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYnV0dG9uIn1dfSx7ImlkIjoiN2MwOTU1NCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiYm94ZWRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTM1LCJzaXplcyI6W119LCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwM0QxIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMSIsInJpZ2h0IjoiMjEiLCJib3R0b20iOiIyMSIsImxlZnQiOiIyMSIsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjIiLCJyaWdodCI6IjIyIiwiYm90dG9tIjoiMjIiLCJsZWZ0IjoiMjIiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn19LCJlbGVtZW50cyI6W3siaWQiOiIwMTUyOTk2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJHZXQgSW4gVG91Y2giLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiODAwIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhZjJhN2RhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RmlsbCBvdXQgdGhpcyBmb3JtIGFuZCBvbmUgb2Ygb3VyIGFnZW50cyB3aWxsIGJlIGluIHRvdWNoIHdpdGggeW91IHNvb248L3A+IiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTU4IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIwY2FlMjM0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZm9ybV9pZCI6IjE4NzkiLCJmaWVsZEJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYwMCIsImZpZWxkQm9yZGVyQ29sb3IiOiIjRkZGRkZGIiwiZmllbGRUZXh0Q29sb3IiOiIjRkZGRkZGIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRkQ5XCIsXCJsYWJlbFN1YmxhYmVsQ29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsRXJyb3JDb2xvclwiOlwiI2Q2MzYzN1wiLFwiYnV0dG9uU2l6ZVwiOlwibWVkaXVtXCIsXCJidXR0b25Cb3JkZXJSYWRpdXNcIjozLFwiYnV0dG9uQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2XCIsXCJidXR0b25UZXh0Q29sb3JcIjpcIiNmZmZmZmZcIn0iLCJfX2dsb2JhbHNfXyI6e30sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6IjQ1OGMyNTUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJjb250ZW50X3Bvc2l0aW9uIjoibWlkZGxlIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjowLCJib3R0b20iOiIiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiODAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI4MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOlt7ImlkIjoiMzRkM2JlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJlN2I5NjEyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkxlYWQgTnVydHVyaW5nIFByb2Nlc3MiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiMmUyYzkyOSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiZjIyMjJlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjllZWFmODgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUNvbGxlY3Rpb24ud2VicCIsImlkIjoyNDY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgQ29sbGVjdGlvbiIsInRleHQiOiJUaGUgbGVhZCBjb2xsZWN0aW9uIHN0ZXAgaW52b2x2ZXMgZ2F0aGVyaW5nIHBvdGVudGlhbCBsZWFkcyBmcm9tIHZhcmlvdXMgc291cmNlcyBsaWtlIG9ubGluZSBmb3JtcywgdHJhZGUgc2hvd3MsIGFuZCBzb2NpYWwgbWVkaWEuIEVzc2VudGlhbCBkZXRhaWxzIHN1Y2ggYXMgY29udGFjdCBpbmZvcm1hdGlvbiwgY29tcGFueSBzaXplLCBhbmQgaW5kdXN0cnkgYXJlIGNvbGxlY3RlZC4gVGhpcyBkYXRhIGZvcm1zIHRoZSBiYXNpcyBmb3IgZnVydGhlciBxdWFsaWZpY2F0aW9uIGFuZCBlbnJpY2htZW50LiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0luaXRpYWwtUXVhbGlmaWNhdGlvbi53ZWJwIiwiaWQiOjI0NjMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiSW5pdGlhbCBRdWFsaWZpY2F0aW9uIiwidGV4dCI6IkluaXRpYWwgcXVhbGlmaWNhdGlvbiBhc3Nlc3NlcyB3aGV0aGVyIGVhY2ggbGVhZCBtZWV0cyBrZXkgY3JpdGVyaWEgcmVsZXZhbnQgdG8gdGhlIGNvbXBhbnnigJlzIHRhcmdldCBhdWRpZW5jZS4gVGhpcyBpbmNsdWRlcyBldmFsdWF0aW5nIGluZHVzdHJ5IHJlbGV2YW5jZSwgY29tcGFueSBzaXplLCBhbmQgZ2VvZ3JhcGhpYyBsb2NhdGlvbiwgYXMgd2VsbCBhcyBqb2IgdGl0bGUuIExlYWRzIGFyZSBzY29yZWQgdG8gcHJpb3JpdGl6ZSB0aG9zZSB3aXRoIGEgaGlnaGVyIHBvdGVudGlhbCBmb3IgY29udmVyc2lvbi4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2FsZXMtUmVhZGluZXNzLndlYnAiLCJpZCI6MjQ2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTYWxlcyBSZWFkaW5lc3MiLCJ0ZXh0IjoiU2FsZXMgcmVhZGluZXNzIGRldGVybWluZXMgaWYgYSBsZWFkIGlzIHJlYWR5IHRvIGJlIHBhc3NlZCB0byB0aGUgc2FsZXMgdGVhbS4gQ3JpdGVyaWEgc3VjaCBhcyBidWRnZXQsIGF1dGhvcml0eSwgbmVlZCwgYW5kIHRpbWluZyBhcmUgdGhvcm91Z2hseSBldmFsdWF0ZWQgdG8gYXNzZXNzIHJlYWRpbmVzcy4gUXVhbGlmaWVkIGxlYWRzIGFyZSBoYW5kZWQgb2ZmIHdpdGggZGV0YWlsZWQgaW5mb3JtYXRpb24gYW5kIGEgZm9sbG93LXVwIHN0cmF0ZWd5IHRvIGVmZmVjdGl2ZWx5IG51cnR1cmUgdGhlbSB0aHJvdWdoIHRoZSBzYWxlcyBmdW5uZWwuIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In1dfV19XX1dfSx7ImlkIjoiNzVjNzJkYyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zIjoiY2VudGVyIiwiZmxleF9nYXAiOnsiY29sdW1uIjoiOSIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjl9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJmbGV4X2dhcF9tb2JpbGUiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6dHJ1ZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhpZGVfdGFibGV0IjoiaGlkZGVuLXRhYmxldCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwMmMzN2ZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkFyZWFzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX3RpdGxlIjoiU2VjdGlvbiBUaXRsZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiN2Q1YjJjMSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1zdGFydCIsImZsZXhfYWxpZ25faXRlbXMiOiJmbGV4LXN0YXJ0IiwiZmxleF9nYXAiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjB9LCJmbGV4X3dyYXAiOiJub3dyYXAiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZmxleF9kaXJlY3Rpb25fbW9iaWxlIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtc19tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYTliOWFmYSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIG\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(23,1724829844.181025,1724829843.937000,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRhY3QtdXMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIxMyIsImxlZnQiOiIxMyIsImlzTGlua2VkIjp0cnVlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYnV0dG9uIn1dfSx7ImlkIjoiN2MwOTU1NCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiYm94ZWRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTM1LCJzaXplcyI6W119LCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwM0QxIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMSIsInJpZ2h0IjoiMjEiLCJib3R0b20iOiIyMSIsImxlZnQiOiIyMSIsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjIiLCJyaWdodCI6IjIyIiwiYm90dG9tIjoiMjIiLCJsZWZ0IjoiMjIiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn19LCJlbGVtZW50cyI6W3siaWQiOiIwMTUyOTk2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJHZXQgSW4gVG91Y2giLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiODAwIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhZjJhN2RhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RmlsbCBvdXQgdGhpcyBmb3JtIGFuZCBvbmUgb2Ygb3VyIGFnZW50cyB3aWxsIGJlIGluIHRvdWNoIHdpdGggeW91IHNvb248L3A+IiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTU4IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIwY2FlMjM0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZm9ybV9pZCI6IjE4NzkiLCJmaWVsZEJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYwMCIsImZpZWxkQm9yZGVyQ29sb3IiOiIjRkZGRkZGIiwiZmllbGRUZXh0Q29sb3IiOiIjRkZGRkZGIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYwMCIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRjAwXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOnt9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cGZvcm1zIn1dfV19LHsiaWQiOiJiMWExYmZmIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2NvbG9yX2IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5Iiwic2hhcGVfZGl2aWRlcl9ib3R0b21fY29sb3IiOiIifSwiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJncmFkaWVudCIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItODAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfY29sb3IiOiIjMjIxNjAzMDAiLCJiYWNrZ3JvdW5kX2NvbG9yX2IiOiIjQ0U4NTE2IiwiYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTkwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9mbGlwIjoieWVzIiwic2hhcGVfZGl2aWRlcl9ib3R0b21fYWJvdmVfY29udGVudCI6InllcyIsInNoYXBlX2RpdmlkZXJfdG9wX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9uZWdhdGl2ZSI6InllcyIsIm1hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9LCJtYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbeyJpZCI6IjFkZjRlZGQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiZjNkMDYyYiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn0seyJpZCI6ImZkZDQ2MDEiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sInN0cnVjdHVyZSI6IjIwIiwiY29udGVudF9wb3NpdGlvbiI6ImJvdHRvbSIsImFuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W3siaWQiOiJhZWU2MWU5IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMH0sImVsZW1lbnRzIjpbeyJpZCI6ImQ4YmY5YjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0ZXh0IjoiRGl2aWRlciIsIndlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJjb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkifSwiYWxpZ25fdGFibGV0IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRpdmlkZXIifSx7ImlkIjoiNjcxOTIzMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJFeHBlcmllbmNlIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+RGlnaXRhbCBNYXJrZXRpbmcgU29sdXRpb25zPC9zcGFuPiBmb3IgWW91ciBCdXNpbmVzcy4gIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiSGFybmVzcyB0aGUgUG93ZXIgb2YgQ29tcHJlaGVuc2l2ZSBEaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnMgZm9yIFlvdXIgQnVzaW5lc3MgU3VjY2VzcyBXaXRoIG91ciBmdWxsLXNlcnZpY2UgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0aXNlLCBidXNpbmVzc2VzIGdhaW4gYWNjZXNzIHRvIGEgd2lkZSByYW5nZSBvZiBzZXJ2aWNlcyBkZXNpZ25lZCB0byBlc3RhYmxpc2ggYW5kIG1haW50YWluIGEgc3Ryb25nIG9ubGluZSBwcmVzZW5jZS4gT3VyIHRlYW0gb2YgZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscyBzcGVjaWFsaXplcyBpbiB2YXJpb3VzIGFzcGVjdHMgb2YgZGlnaXRhbCBtYXJrZXRpbmcsIGluY2x1ZGluZyBzZWFyY2ggZW5naW5lIG9wdGltaXphdGlvbiwgc29jaWFsIG1lZGlhIG1hcmtldGluZywgY29udGVudCBjcmVhdGlvbiwgZW1haWwgbWFya2V0aW5nLCBhbmQgcGFpZCBhZHZlcnRpc2luZy4gQnkgYWRvcHRpbmcgYW4gaW50ZWdyYXRlZCBhcHByb2FjaCwgd2UgaGVscCBidXNpbmVzc2VzIGRldmVsb3AgYSBjb21wcmVoZW5zaXZlIG1hcmtldGluZyBzdHJhdGVneSB0aGF0IGVmZmVjdGl2ZWx5IHRhcmdldHMgdGhlaXIgYXVkaWVuY2UsIGJvb3N0cyB0aGVpciB2aXNpYmlsaXR5LCBhbmQgZHJpdmVzIHNhbGVzLiBPdXIgdGFpbG9yZWQgYXBwcm9hY2ggZW5zdXJlcyBtYXhpbXVtIHJldHVybiBvbiBpbnZlc3RtZW50IChST0kpIGFuZCBndWFyYW50ZWVzIHRoYXQgZXZlcnkgbWFya2V0aW5nIGVmZm9ydCBpcyBlZmZpY2llbnQgYW5kIGVmZmVjdGl2ZS4gUGFydG5lciB3aXRoIHVzIHRvZGF5IGFuZCBleHBlcmllbmNlIHRoZSB0cmFuc2Zvcm1hdGl2ZSBpbXBhY3Qgb2Ygb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2Ugb24geW91ciBidXNpbmVzcyBncm93dGguIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ25fdGFibGV0IjoiY2VudGVyIiwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjQwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn1dfSx7ImlkIjoiYjgzMGM3ZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDAsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9zaXplIjoiY292ZXIiLCJib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJvcmRlcl9ib3JkZXIiOiJub25lIiwiY29udGVudF9wb3NpdGlvbiI6ImNlbnRlciIsImFsaWduIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6IjJkMzY4N2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDkvaW1hZ2UtMTEuanBnIiwiaWQiOjE0NjUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9XX1dfSx7ImlkIjoiMzU0ODEzNiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn1dfV19LHsiaWQiOiIzNWYwZjY1IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIifSwiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRiIsInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1VudGl0bGVkLTIuanBnIiwiaWQiOjIzMDAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfb3ZlcmxheV9vcGFjaXR5Ijp7InVuaXQiOiJweCIsInNpemUiOjEsInNpemVzIjpbXX0sImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX292ZXJsYXlfaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3JtMjE4YmF0Y2g3LWF1bS0wMy0xMDI0eDY4Mi5qcGciLCJpZCI6MjUyMSwic2l6ZSI6ImxhcmdlIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX292ZXJsYXlfc2l6ZSI6ImNvdmVyIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM3NzdhMWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJjc3NfY2xhc3NlcyI6Ii5jdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyJ9LCJlbGVtZW50cyI6W3siaWQiOiJiM2NiODVmIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJhbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjMDAwMDAwMDAifSwiZWxlbWVudHMiOlt7ImlkIjoiZmIyNTQ5YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiODgyODBkNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn0seyJpZCI6IjQxMmU1ZGYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0ZXh0IjoiRGl2aWRlciIsIndlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJjb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkifSwiYWxpZ24iOiJjZW50ZXIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRpdmlkZXIifSx7ImlkIjoiMjk2OTRjNyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJPdXIgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5TZXJ2aWNlczwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJXZSBhcmUgY29tbWl0dGVkIHRvIGRlbGl2ZXJpbmcgdG9wLW5vdGNoIHNvbHV0aW9ucyB0aGF0IGNhdGVyIHRvIHlvdXIgdW5pcXVlIG5lZWRzLiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTciLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19XX0seyJpZCI6IjY5OWJkYWQiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzdHJ1Y3R1cmUiOiIzMCIsImdhcCI6IndpZGVyIiwibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzNmQyMzZkIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiM2ZkZTAyYyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9sZWFkLWdlbmVyYXRpb24ud2VicCIsImlkIjoxNzY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYmJmOWYyZSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMDc5MTBkMCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+UmVhbCBlc3RhdGUgbGVhZCBnZW5lcmF0aW9uIGludm9sdmVzIHRoZSBpZGVudGlmaWNhdGlvbiBhbmQgbnVydHVyaW5nIG9mIHByb3NwZWN0aXZlIGNsaWVudHMgaW50ZXJlc3RlZCBpbiBwcm9wZXJ0eSB0cmFuc2FjdGlvbnMuPC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIyY2UxODg1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6IjRkZjFmZTAiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI1M2U3MDJhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2RpZ2l0YWwtbWFya2V0aW5nLndlYnAiLCJpZCI6MTc2MiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2RpZ2l0YWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiNDk4NDU0YSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRGlnaXRhbCBNYXJrZXRpbmciLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiODE4ZTNkMyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkNyZWF0ZSBhbmQgZGlzdHJpYnV0ZSBjb21wZWxsaW5nIGNvbnRlbnQgYWNyb3NzIGRpZ2l0YWwgY2hhbm5lbHMgbGlrZSBzb2NpYWwgbWVkaWEsIHNlYXJjaCBlbmdpbmVzLCBlbWFpbCwgYW5kIHdlYnNpdGVzLsKgPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI0Mjc2MWVkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNTc2YTQ0NCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjYwYjUzMTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvd2ViLWRldmVsb3BtZW50LndlYnAiLCJpZCI6MTc2OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjdlOTU2MjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IldlYiBEZXZlbG9wbWVudCIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMzA5YzdhNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkRpdmUgaW50byB0aGUgd29ybGQgb2Ygd2ViIGRldmVsb3BtZW50IGFuZCBsZWFybiB0aGUgc2tpbGxzIHRvIGNyZWF0ZSBjYXB0aXZhdGluZyBvbmxpbmUgZXhwZXJpZW5jZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIyYWE1MDE5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfSx7ImlkIjoiYjFlN2Y3NyIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFiZjY1NzIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI1MDBlMDg5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0NvbnRlbnQtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTM0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjMzFiYTI3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJDb250ZW50IE1hcmtldGluZyIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMDE5ZDI1MiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+RnJvbSBzdG9yeXRlbGxpbmcgdG8gc3RyYXRlZ2ljIGRpc3RyaWJ1dGlvbiwgbWFzdGVyIHRoZSBhcnQgb2YgY29udGVudCBtYXJrZXRpbmcgdG8gYnVpbGQgbGFzdGluZyBjb25uZWN0aW9ucy48L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjRiOWE4MTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJiNjVmZjlmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiMmViOGVmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9zZW8ud2VicCIsImlkIjoxNzY2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiMTY0MWRmMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiU0VPIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhMjVkNGIzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+T3B0aW1pemUgeW91ciB3ZWJzaXRl4oCZcyBzdHJ1Y3R1cmUgYW5kIGxlYXJuIGhvdyB0byBpbXByb3ZlIHlvdXIgd2Vic2l0ZeKAmXMgcmFua2luZyBvbiBzZWFyY2ggZW5naW5lIHJlc3VsdHMgcGFnZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6ImI4ZmUwNjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJjMDhjYmJiIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNzY0NjRjMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9wcGMtYWR2ZXJ0aXNpbmcud2VicCIsImlkIjoxNzY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiMmVhOGE3MyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiUFBDIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3BwYy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhMzAzYzFmIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGlzY292ZXIgdGhlIHN0cmF0ZWdpZXMgdG8gY3JlYXRlIGNvbXBlbGxpbmcgYWQgY2FtcGFpZ25zLCBhbmQgbWF4aW1pemUgeW91ciByZXR1cm4gb24gaW52ZXN0bWVudC48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiN2ZjYWY0MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfSx7ImlkIjoiMjk4YTg3NiIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjIwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6Ijc1MmE5YTYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJlYzNlZWQ2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1NvY2lhbC1tZWRpYS53ZWJwIiwiaWQiOjIxMzMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYzVmMjBhYiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiU29jaWFsIE1lZGlhIE1hcmtldGluZyIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc29jaWFsLW1lZGlhLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI2ZjhmNWU4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5DcmFmdCBjb21wZWxsaW5nIGNvbnRlbnQgdG8gZW5nYWdpbmcgd2l0aCB5b3VyIGF1ZGllbmNlLCBsZWFybiBob3cgdG8gdXNlIHNvY2lhbCBtZWRpYSBwbGF0Zm9ybXMgdG8gZXhwYW5kIHlvdXIgcmVhY2gsPC9wPiIsInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI4ZDkxNzI0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImJkOGExNmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3MDhhYjI4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0VtYWlsLW1hcmtldGluZy0yLndlYnAiLCJpZCI6MjEzMiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjdjYjEzOTYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkVtYWlsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9lbWFpbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYjYxMDY3NyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkxlYXJuIHRvIGNyZWF0ZSBpbXBhY3RmdWwgZW1haWwgY2FtcGFpZ25zLCBhbmQgdXRpbGl6ZSBzZWdtZW50YXRpb24gdG8gZGVsaXZlciBwZXJzb25hbGl6ZWQgZXhwZXJpZW5jZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6ImU3YTg3YzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19XX1dfV19LHsiaWQiOiI0NThjMjU1IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiY29udGVudF9wb3NpdGlvbiI6Im1pZGRsZSIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6MCwiYm90dG9tIjoiIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjgwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiODAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIifSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM0ZDNiZWIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiZTdiOTYxMiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJMZWFkIE51cnR1cmluZyBQcm9jZXNzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjJlMmM5MjkiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6ImYyMjIyZWIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiI5ZWVhZjg4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaWNvbl9ib3hlcyI6W3siaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvTGVhZC1Db2xsZWN0aW9uLndlYnAiLCJpZCI6MjQ2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIENvbGxlY3Rpb24iLCJ0ZXh0IjoiVGhlIGxlYWQgY29sbGVjdGlvbiBzdGVwIGludm9sdmVzIGdhdGhlcmluZyBwb3RlbnRpYWwgbGVhZHMgZnJvbSB2YXJpb3VzIHNvdXJjZXMgbGlrZSBvbmxpbmUgZm9ybXMsIHRyYWRlIHNob3dzLCBhbmQgc29jaWFsIG1lZGlhLiBFc3NlbnRpYWwgZGV0YWlscyBzdWNoIGFzIGNvbnRhY3QgaW5mb3JtYXRpb24sIGNvbXBhbnkgc2l6ZSwgYW5kIGluZHVzdHJ5IGFyZSBjb2xsZWN0ZWQuIFRoaXMgZGF0YSBmb3JtcyB0aGUgYmFzaXMgZm9yIGZ1cnRoZXIgcXVhbGlmaWNhdGlvbiBhbmQgZW5yaWNobWVudC4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Jbml0aWFsLVF1YWxpZmljYXRpb24ud2VicCIsImlkIjoyNDYzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkluaXRpYWwgUXVhbGlmaWNhdGlvbiIsInRleHQiOiJJbml0aWFsIHF1YWxpZmljYXRpb24gYXNzZXNzZXMgd2hldGhlciBlYWNoIGxlYWQgbWVldHMga2V5IGNyaXRlcmlhIHJlbGV2YW50IHRvIHRoZSBjb21wYW554oCZcyB0YXJnZXQgYXVkaWVuY2UuIFRoaXMgaW5jbHVkZXMgZXZhbHVhdGluZyBpbmR1c3RyeSByZWxldmFuY2UsIGNvbXBhbnkgc2l6ZSwgYW5kIGdlb2dyYXBoaWMgbG9jYXRpb24sIGFzIHdlbGwgYXMgam9iIHRpdGxlLiBMZWFkcyBhcmUgc2NvcmVkIHRvIHByaW9yaXRpemUgdGhvc2Ugd2l0aCBhIGhpZ2hlciBwb3RlbnRpYWwgZm9yIGNvbnZlcnNpb24uIiwiX2lkIjoiMDAwNmIzNSJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvTGVhZC1FbnJpY2htZW50LndlYnAiLCJpZCI6MjQ2NSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIEVucmljaG1lbnQiLCJ0ZXh0IjoiTGVhZCBlbnJpY2htZW50IGVuaGFuY2VzIGRhdGEgYnkgYWRkaW5nIGRldGFpbHMgc3VjaCBhcyBjb21wYW55IHJldmVudWUgb3IgcmVjZW50IGFjdGl2aXRpZXMuIFRoaXMgcHJvdmlkZXMgYSBjb21wcmVoZW5zaXZlIHZpZXcgb2YgZWFjaCBsZWFkLCBhbGxvd2luZyBmb3IgYmV0dGVyIHNlZ21lbnRhdGlvbiBhbmQgdGFyZ2V0ZWQgZW5nYWdlbWVudC4gRW5yaWNoZWQgbGVhZHMgYXJlIGNhdGVnb3JpemVkIGJhc2VkIG9uIHRoZWlyIGZpdCB3aXRoIHRoZSBpZGVhbCBjdXN0b21lciBwcm9maWxlLiIsIl9pZCI6IjMxZDI2ZDgifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1NhbGVzLVJlYWRpbmVzcy53ZWJwIiwiaWQiOjI0NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU2FsZXMgUmVhZGluZXNzIiwidGV4dCI6IlNhbGVzIHJlYWRpbmVzcyBkZXRlcm1pbmVzIGlmIGEgbGVhZCBpcyByZWFkeSB0byBiZSBwYXNzZWQgdG8gdGhlIHNhbGVzIHRlYW0uIENyaXRlcmlhIHN1Y2ggYXMgYnVkZ2V0LCBhdXRob3JpdHksIG5lZWQsIGFuZCB0aW1pbmcgYXJlIHRob3JvdWdobHkgZXZhbHVhdGVkIHRvIGFzc2VzcyByZWFkaW5lc3MuIFF1YWxpZmllZCBsZWFkcyBhcmUgaGFuZGVkIG9mZiB3aXRoIGRldGFpbGVkIGluZm9ybWF0aW9uIGFuZCBhIGZvbGxvdy11cCBzdHJhdGVneSB0byBlZmZlY3RpdmVseSBudXJ0dXJlIHRoZW0gdGhyb3VnaCB0aGUgc2FsZXMgZnVubmVsLiIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfYV9jb2xvciI6IiIsInRpdGxlX2NvbG9yX2EiOiIifSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsInRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiTXVsaSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjcwMCIsInRpdGxlX3R5cG9ncmFwaHlfYV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9XX1dfV19XX0seyJpZCI6Ijc1YzcyZGMiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtcyI6ImNlbnRlciIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjkiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjo5fSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiZmxleF9nYXBfbW9iaWxlIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOnRydWUsInVuaXQiOiJweCIsInNpemUiOjB9LCJoaWRlX3RhYmxldCI6ImhpZGRlbi10YWJsZXQifSwiZWxlbWVudHMiOlt7ImlkIjoiMDJjMzdmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJBcmVhcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjdkNWIyYzEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9kaXJlY3Rpb24iOiJyb3ciLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImZsZXgtc3RhcnQiLCJmbGV4X2FsaWduX2l0ZW1zIjoiZmxleC1zdGFydCIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjowfSwiZmxleF93cmFwIjoibm93cmFwIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImZsZXhfZGlyZWN0aW9uX21vYmlsZSI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXNfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImE5YjlhZmEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYmY2Y2UyZCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiaHRtbCI6IjwhRE9DVF\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(24,1724829839.640513,1724829839.424500,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRhY3QtdXMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIxMyIsImxlZnQiOiIxMyIsImlzTGlua2VkIjp0cnVlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYnV0dG9uIn1dfSx7ImlkIjoiN2MwOTU1NCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiYm94ZWRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTM1LCJzaXplcyI6W119LCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwM0QxIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMSIsInJpZ2h0IjoiMjEiLCJib3R0b20iOiIyMSIsImxlZnQiOiIyMSIsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjIiLCJyaWdodCI6IjIyIiwiYm90dG9tIjoiMjIiLCJsZWZ0IjoiMjIiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn19LCJlbGVtZW50cyI6W3siaWQiOiIwMTUyOTk2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJHZXQgSW4gVG91Y2giLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiODAwIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhZjJhN2RhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RmlsbCBvdXQgdGhpcyBmb3JtIGFuZCBvbmUgb2Ygb3VyIGFnZW50cyB3aWxsIGJlIGluIHRvdWNoIHdpdGggeW91IHNvb248L3A+IiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTU4IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIwY2FlMjM0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZm9ybV9pZCI6IjE4NzkiLCJmaWVsZEJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYwMCIsImZpZWxkQm9yZGVyQ29sb3IiOiIjRkZGRkZGIiwiZmllbGRUZXh0Q29sb3IiOiIjRkZGRkZGIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYwMCIsImJ1dHRvbkJvcmRlclJhZGl1cyI6MywiYnV0dG9uQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNiIsImNvcHlQYXN0ZUpzb25WYWx1ZSI6IntcImZpZWxkU2l6ZVwiOlwibWVkaXVtXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibWVkaXVtXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRjAwXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOnt9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cGZvcm1zIn1dfV19LHsiaWQiOiJiMWExYmZmIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2NvbG9yX2IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5Iiwic2hhcGVfZGl2aWRlcl9ib3R0b21fY29sb3IiOiIifSwiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJncmFkaWVudCIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItODAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfY29sb3IiOiIjMjIxNjAzMDAiLCJiYWNrZ3JvdW5kX2NvbG9yX2IiOiIjQ0U4NTE2IiwiYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTkwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9mbGlwIjoieWVzIiwic2hhcGVfZGl2aWRlcl9ib3R0b21fYWJvdmVfY29udGVudCI6InllcyIsInNoYXBlX2RpdmlkZXJfdG9wX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9uZWdhdGl2ZSI6InllcyIsIm1hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9LCJtYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbeyJpZCI6IjFkZjRlZGQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiZjNkMDYyYiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn0seyJpZCI6ImZkZDQ2MDEiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sInN0cnVjdHVyZSI6IjIwIiwiY29udGVudF9wb3NpdGlvbiI6ImJvdHRvbSIsImFuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W3siaWQiOiJhZWU2MWU5IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMH0sImVsZW1lbnRzIjpbeyJpZCI6ImQ4YmY5YjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0ZXh0IjoiRGl2aWRlciIsIndlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJjb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkifSwiYWxpZ25fdGFibGV0IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRpdmlkZXIifSx7ImlkIjoiNjcxOTIzMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJFeHBlcmllbmNlIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+RGlnaXRhbCBNYXJrZXRpbmcgU29sdXRpb25zPC9zcGFuPiBmb3IgWW91ciBCdXNpbmVzcy4gIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiSGFybmVzcyB0aGUgUG93ZXIgb2YgQ29tcHJlaGVuc2l2ZSBEaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnMgZm9yIFlvdXIgQnVzaW5lc3MgU3VjY2VzcyBXaXRoIG91ciBmdWxsLXNlcnZpY2UgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0aXNlLCBidXNpbmVzc2VzIGdhaW4gYWNjZXNzIHRvIGEgd2lkZSByYW5nZSBvZiBzZXJ2aWNlcyBkZXNpZ25lZCB0byBlc3RhYmxpc2ggYW5kIG1haW50YWluIGEgc3Ryb25nIG9ubGluZSBwcmVzZW5jZS4gT3VyIHRlYW0gb2YgZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscyBzcGVjaWFsaXplcyBpbiB2YXJpb3VzIGFzcGVjdHMgb2YgZGlnaXRhbCBtYXJrZXRpbmcsIGluY2x1ZGluZyBzZWFyY2ggZW5naW5lIG9wdGltaXphdGlvbiwgc29jaWFsIG1lZGlhIG1hcmtldGluZywgY29udGVudCBjcmVhdGlvbiwgZW1haWwgbWFya2V0aW5nLCBhbmQgcGFpZCBhZHZlcnRpc2luZy4gQnkgYWRvcHRpbmcgYW4gaW50ZWdyYXRlZCBhcHByb2FjaCwgd2UgaGVscCBidXNpbmVzc2VzIGRldmVsb3AgYSBjb21wcmVoZW5zaXZlIG1hcmtldGluZyBzdHJhdGVneSB0aGF0IGVmZmVjdGl2ZWx5IHRhcmdldHMgdGhlaXIgYXVkaWVuY2UsIGJvb3N0cyB0aGVpciB2aXNpYmlsaXR5LCBhbmQgZHJpdmVzIHNhbGVzLiBPdXIgdGFpbG9yZWQgYXBwcm9hY2ggZW5zdXJlcyBtYXhpbXVtIHJldHVybiBvbiBpbnZlc3RtZW50IChST0kpIGFuZCBndWFyYW50ZWVzIHRoYXQgZXZlcnkgbWFya2V0aW5nIGVmZm9ydCBpcyBlZmZpY2llbnQgYW5kIGVmZmVjdGl2ZS4gUGFydG5lciB3aXRoIHVzIHRvZGF5IGFuZCBleHBlcmllbmNlIHRoZSB0cmFuc2Zvcm1hdGl2ZSBpbXBhY3Qgb2Ygb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2Ugb24geW91ciBidXNpbmVzcyBncm93dGguIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ25fdGFibGV0IjoiY2VudGVyIiwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjQwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn1dfSx7ImlkIjoiYjgzMGM3ZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDAsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9zaXplIjoiY292ZXIiLCJib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJvcmRlcl9ib3JkZXIiOiJub25lIiwiY29udGVudF9wb3NpdGlvbiI6ImNlbnRlciIsImFsaWduIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6IjJkMzY4N2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDkvaW1hZ2UtMTEuanBnIiwiaWQiOjE0NjUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9XX1dfSx7ImlkIjoiMzU0ODEzNiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn1dfV19LHsiaWQiOiIzNWYwZjY1IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIifSwiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRiIsInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1VudGl0bGVkLTIuanBnIiwiaWQiOjIzMDAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfb3ZlcmxheV9vcGFjaXR5Ijp7InVuaXQiOiJweCIsInNpemUiOjEsInNpemVzIjpbXX0sImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX292ZXJsYXlfaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3JtMjE4YmF0Y2g3LWF1bS0wMy0xMDI0eDY4Mi5qcGciLCJpZCI6MjUyMSwic2l6ZSI6ImxhcmdlIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX292ZXJsYXlfc2l6ZSI6ImNvdmVyIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM3NzdhMWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJjc3NfY2xhc3NlcyI6Ii5jdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyJ9LCJlbGVtZW50cyI6W3siaWQiOiJiM2NiODVmIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJhbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjMDAwMDAwMDAifSwiZWxlbWVudHMiOlt7ImlkIjoiZmIyNTQ5YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiODgyODBkNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn0seyJpZCI6IjQxMmU1ZGYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0ZXh0IjoiRGl2aWRlciIsIndlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJjb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkifSwiYWxpZ24iOiJjZW50ZXIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRpdmlkZXIifSx7ImlkIjoiMjk2OTRjNyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJPdXIgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5TZXJ2aWNlczwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJXZSBhcmUgY29tbWl0dGVkIHRvIGRlbGl2ZXJpbmcgdG9wLW5vdGNoIHNvbHV0aW9ucyB0aGF0IGNhdGVyIHRvIHlvdXIgdW5pcXVlIG5lZWRzLiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTciLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19XX0seyJpZCI6IjY5OWJkYWQiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzdHJ1Y3R1cmUiOiIzMCIsImdhcCI6IndpZGVyIiwibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzNmQyMzZkIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiM2ZkZTAyYyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9sZWFkLWdlbmVyYXRpb24ud2VicCIsImlkIjoxNzY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYmJmOWYyZSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMDc5MTBkMCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+UmVhbCBlc3RhdGUgbGVhZCBnZW5lcmF0aW9uIGludm9sdmVzIHRoZSBpZGVudGlmaWNhdGlvbiBhbmQgbnVydHVyaW5nIG9mIHByb3NwZWN0aXZlIGNsaWVudHMgaW50ZXJlc3RlZCBpbiBwcm9wZXJ0eSB0cmFuc2FjdGlvbnMuPC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIyY2UxODg1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6IjRkZjFmZTAiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI1M2U3MDJhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2RpZ2l0YWwtbWFya2V0aW5nLndlYnAiLCJpZCI6MTc2MiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2RpZ2l0YWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiNDk4NDU0YSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRGlnaXRhbCBNYXJrZXRpbmciLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiODE4ZTNkMyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkNyZWF0ZSBhbmQgZGlzdHJpYnV0ZSBjb21wZWxsaW5nIGNvbnRlbnQgYWNyb3NzIGRpZ2l0YWwgY2hhbm5lbHMgbGlrZSBzb2NpYWwgbWVkaWEsIHNlYXJjaCBlbmdpbmVzLCBlbWFpbCwgYW5kIHdlYnNpdGVzLsKgPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI0Mjc2MWVkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNTc2YTQ0NCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjYwYjUzMTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvd2ViLWRldmVsb3BtZW50LndlYnAiLCJpZCI6MTc2OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjdlOTU2MjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IldlYiBEZXZlbG9wbWVudCIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMzA5YzdhNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkRpdmUgaW50byB0aGUgd29ybGQgb2Ygd2ViIGRldmVsb3BtZW50IGFuZCBsZWFybiB0aGUgc2tpbGxzIHRvIGNyZWF0ZSBjYXB0aXZhdGluZyBvbmxpbmUgZXhwZXJpZW5jZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIyYWE1MDE5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfSx7ImlkIjoiYjFlN2Y3NyIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFiZjY1NzIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI1MDBlMDg5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0NvbnRlbnQtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTM0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjMzFiYTI3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJDb250ZW50IE1hcmtldGluZyIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMDE5ZDI1MiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+RnJvbSBzdG9yeXRlbGxpbmcgdG8gc3RyYXRlZ2ljIGRpc3RyaWJ1dGlvbiwgbWFzdGVyIHRoZSBhcnQgb2YgY29udGVudCBtYXJrZXRpbmcgdG8gYnVpbGQgbGFzdGluZyBjb25uZWN0aW9ucy48L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjRiOWE4MTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJiNjVmZjlmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiMmViOGVmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9zZW8ud2VicCIsImlkIjoxNzY2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiMTY0MWRmMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiU0VPIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhMjVkNGIzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+T3B0aW1pemUgeW91ciB3ZWJzaXRl4oCZcyBzdHJ1Y3R1cmUgYW5kIGxlYXJuIGhvdyB0byBpbXByb3ZlIHlvdXIgd2Vic2l0ZeKAmXMgcmFua2luZyBvbiBzZWFyY2ggZW5naW5lIHJlc3VsdHMgcGFnZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6ImI4ZmUwNjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJjMDhjYmJiIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNzY0NjRjMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9wcGMtYWR2ZXJ0aXNpbmcud2VicCIsImlkIjoxNzY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiMmVhOGE3MyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiUFBDIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3BwYy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhMzAzYzFmIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGlzY292ZXIgdGhlIHN0cmF0ZWdpZXMgdG8gY3JlYXRlIGNvbXBlbGxpbmcgYWQgY2FtcGFpZ25zLCBhbmQgbWF4aW1pemUgeW91ciByZXR1cm4gb24gaW52ZXN0bWVudC48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiN2ZjYWY0MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfSx7ImlkIjoiMjk4YTg3NiIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjIwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6Ijc1MmE5YTYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJlYzNlZWQ2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1NvY2lhbC1tZWRpYS53ZWJwIiwiaWQiOjIxMzMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYzVmMjBhYiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiU29jaWFsIE1lZGlhIE1hcmtldGluZyIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc29jaWFsLW1lZGlhLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI2ZjhmNWU4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5DcmFmdCBjb21wZWxsaW5nIGNvbnRlbnQgdG8gZW5nYWdpbmcgd2l0aCB5b3VyIGF1ZGllbmNlLCBsZWFybiBob3cgdG8gdXNlIHNvY2lhbCBtZWRpYSBwbGF0Zm9ybXMgdG8gZXhwYW5kIHlvdXIgcmVhY2gsPC9wPiIsInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI4ZDkxNzI0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImJkOGExNmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3MDhhYjI4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0VtYWlsLW1hcmtldGluZy0yLndlYnAiLCJpZCI6MjEzMiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjdjYjEzOTYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkVtYWlsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9lbWFpbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYjYxMDY3NyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkxlYXJuIHRvIGNyZWF0ZSBpbXBhY3RmdWwgZW1haWwgY2FtcGFpZ25zLCBhbmQgdXRpbGl6ZSBzZWdtZW50YXRpb24gdG8gZGVsaXZlciBwZXJzb25hbGl6ZWQgZXhwZXJpZW5jZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6ImU3YTg3YzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19XX1dfV19LHsiaWQiOiI0NThjMjU1IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiY29udGVudF9wb3NpdGlvbiI6Im1pZGRsZSIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6MCwiYm90dG9tIjoiIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjgwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiODAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIifSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM0ZDNiZWIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiZTdiOTYxMiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJMZWFkIE51cnR1cmluZyBQcm9jZXNzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjJlMmM5MjkiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6ImYyMjIyZWIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiI5ZWVhZjg4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaWNvbl9ib3hlcyI6W3siaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvTGVhZC1Db2xsZWN0aW9uLndlYnAiLCJpZCI6MjQ2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIENvbGxlY3Rpb24iLCJ0ZXh0IjoiVGhlIGxlYWQgY29sbGVjdGlvbiBzdGVwIGludm9sdmVzIGdhdGhlcmluZyBwb3RlbnRpYWwgbGVhZHMgZnJvbSB2YXJpb3VzIHNvdXJjZXMgbGlrZSBvbmxpbmUgZm9ybXMsIHRyYWRlIHNob3dzLCBhbmQgc29jaWFsIG1lZGlhLiBFc3NlbnRpYWwgZGV0YWlscyBzdWNoIGFzIGNvbnRhY3QgaW5mb3JtYXRpb24sIGNvbXBhbnkgc2l6ZSwgYW5kIGluZHVzdHJ5IGFyZSBjb2xsZWN0ZWQuIFRoaXMgZGF0YSBmb3JtcyB0aGUgYmFzaXMgZm9yIGZ1cnRoZXIgcXVhbGlmaWNhdGlvbiBhbmQgZW5yaWNobWVudC4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Jbml0aWFsLVF1YWxpZmljYXRpb24ud2VicCIsImlkIjoyNDYzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkluaXRpYWwgUXVhbGlmaWNhdGlvbiIsInRleHQiOiJJbml0aWFsIHF1YWxpZmljYXRpb24gYXNzZXNzZXMgd2hldGhlciBlYWNoIGxlYWQgbWVldHMga2V5IGNyaXRlcmlhIHJlbGV2YW50IHRvIHRoZSBjb21wYW554oCZcyB0YXJnZXQgYXVkaWVuY2UuIFRoaXMgaW5jbHVkZXMgZXZhbHVhdGluZyBpbmR1c3RyeSByZWxldmFuY2UsIGNvbXBhbnkgc2l6ZSwgYW5kIGdlb2dyYXBoaWMgbG9jYXRpb24sIGFzIHdlbGwgYXMgam9iIHRpdGxlLiBMZWFkcyBhcmUgc2NvcmVkIHRvIHByaW9yaXRpemUgdGhvc2Ugd2l0aCBhIGhpZ2hlciBwb3RlbnRpYWwgZm9yIGNvbnZlcnNpb24uIiwiX2lkIjoiMDAwNmIzNSJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvTGVhZC1FbnJpY2htZW50LndlYnAiLCJpZCI6MjQ2NSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIEVucmljaG1lbnQiLCJ0ZXh0IjoiTGVhZCBlbnJpY2htZW50IGVuaGFuY2VzIGRhdGEgYnkgYWRkaW5nIGRldGFpbHMgc3VjaCBhcyBjb21wYW55IHJldmVudWUgb3IgcmVjZW50IGFjdGl2aXRpZXMuIFRoaXMgcHJvdmlkZXMgYSBjb21wcmVoZW5zaXZlIHZpZXcgb2YgZWFjaCBsZWFkLCBhbGxvd2luZyBmb3IgYmV0dGVyIHNlZ21lbnRhdGlvbiBhbmQgdGFyZ2V0ZWQgZW5nYWdlbWVudC4gRW5yaWNoZWQgbGVhZHMgYXJlIGNhdGVnb3JpemVkIGJhc2VkIG9uIHRoZWlyIGZpdCB3aXRoIHRoZSBpZGVhbCBjdXN0b21lciBwcm9maWxlLiIsIl9pZCI6IjMxZDI2ZDgifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1NhbGVzLVJlYWRpbmVzcy53ZWJwIiwiaWQiOjI0NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU2FsZXMgUmVhZGluZXNzIiwidGV4dCI6IlNhbGVzIHJlYWRpbmVzcyBkZXRlcm1pbmVzIGlmIGEgbGVhZCBpcyByZWFkeSB0byBiZSBwYXNzZWQgdG8gdGhlIHNhbGVzIHRlYW0uIENyaXRlcmlhIHN1Y2ggYXMgYnVkZ2V0LCBhdXRob3JpdHksIG5lZWQsIGFuZCB0aW1pbmcgYXJlIHRob3JvdWdobHkgZXZhbHVhdGVkIHRvIGFzc2VzcyByZWFkaW5lc3MuIFF1YWxpZmllZCBsZWFkcyBhcmUgaGFuZGVkIG9mZiB3aXRoIGRldGFpbGVkIGluZm9ybWF0aW9uIGFuZCBhIGZvbGxvdy11cCBzdHJhdGVneSB0byBlZmZlY3RpdmVseSBudXJ0dXJlIHRoZW0gdGhyb3VnaCB0aGUgc2FsZXMgZnVubmVsLiIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfYV9jb2xvciI6IiIsInRpdGxlX2NvbG9yX2EiOiIifSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsInRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiTXVsaSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjcwMCIsInRpdGxlX3R5cG9ncmFwaHlfYV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9XX1dfV19XX0seyJpZCI6Ijc1YzcyZGMiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtcyI6ImNlbnRlciIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjkiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjo5fSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiZmxleF9nYXBfbW9iaWxlIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOnRydWUsInVuaXQiOiJweCIsInNpemUiOjB9LCJoaWRlX3RhYmxldCI6ImhpZGRlbi10YWJsZXQifSwiZWxlbWVudHMiOlt7ImlkIjoiMDJjMzdmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJBcmVhcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjdkNWIyYzEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9kaXJlY3Rpb24iOiJyb3ciLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImZsZXgtc3RhcnQiLCJmbGV4X2FsaWduX2l0ZW1zIjoiZmxleC1zdGFydCIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjowfSwiZmxleF93cmFwIjoibm93cmFwIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImZsZXhfZGlyZWN0aW9uX21vYmlsZSI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXNfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImE5YjlhZmEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYmY2Y2UyZCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiaHRtbCI6IjwhRE9DVF\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(25,1724829806.518041,1724829806.293000,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRhY3QtdXMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIxMyIsImxlZnQiOiIxMyIsImlzTGlua2VkIjp0cnVlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYnV0dG9uIn1dfSx7ImlkIjoiN2MwOTU1NCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiYm94ZWRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTM1LCJzaXplcyI6W119LCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwM0QxIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMSIsInJpZ2h0IjoiMjEiLCJib3R0b20iOiIyMSIsImxlZnQiOiIyMSIsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjIiLCJyaWdodCI6IjIyIiwiYm90dG9tIjoiMjIiLCJsZWZ0IjoiMjIiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn19LCJlbGVtZW50cyI6W3siaWQiOiIwMTUyOTk2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJHZXQgSW4gVG91Y2giLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiODAwIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhZjJhN2RhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RmlsbCBvdXQgdGhpcyBmb3JtIGFuZCBvbmUgb2Ygb3VyIGFnZW50cyB3aWxsIGJlIGluIHRvdWNoIHdpdGggeW91IHNvb248L3A+IiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTU4IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIwY2FlMjM0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZm9ybV9pZCI6IjE4NzkiLCJmaWVsZEJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYwMCIsImZpZWxkQm9yZGVyQ29sb3IiOiIjRkZGRkZGIiwiZmllbGRUZXh0Q29sb3IiOiIjRkZGRkZGIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRkQ5XCIsXCJsYWJlbFN1YmxhYmVsQ29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsRXJyb3JDb2xvclwiOlwiI2Q2MzYzN1wiLFwiYnV0dG9uU2l6ZVwiOlwibWVkaXVtXCIsXCJidXR0b25Cb3JkZXJSYWRpdXNcIjozLFwiYnV0dG9uQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2XCIsXCJidXR0b25UZXh0Q29sb3JcIjpcIiNmZmZmZmZcIn0iLCJfX2dsb2JhbHNfXyI6e30sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6IjQ1OGMyNTUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJjb250ZW50X3Bvc2l0aW9uIjoibWlkZGxlIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjowLCJib3R0b20iOiIiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiODAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI4MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOlt7ImlkIjoiMzRkM2JlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJlN2I5NjEyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkxlYWQgTnVydHVyaW5nIFByb2Nlc3MiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiMmUyYzkyOSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiZjIyMjJlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjllZWFmODgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUNvbGxlY3Rpb24ud2VicCIsImlkIjoyNDY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgQ29sbGVjdGlvbiIsInRleHQiOiJUaGUgbGVhZCBjb2xsZWN0aW9uIHN0ZXAgaW52b2x2ZXMgZ2F0aGVyaW5nIHBvdGVudGlhbCBsZWFkcyBmcm9tIHZhcmlvdXMgc291cmNlcyBsaWtlIG9ubGluZSBmb3JtcywgdHJhZGUgc2hvd3MsIGFuZCBzb2NpYWwgbWVkaWEuIEVzc2VudGlhbCBkZXRhaWxzIHN1Y2ggYXMgY29udGFjdCBpbmZvcm1hdGlvbiwgY29tcGFueSBzaXplLCBhbmQgaW5kdXN0cnkgYXJlIGNvbGxlY3RlZC4gVGhpcyBkYXRhIGZvcm1zIHRoZSBiYXNpcyBmb3IgZnVydGhlciBxdWFsaWZpY2F0aW9uIGFuZCBlbnJpY2htZW50LiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0luaXRpYWwtUXVhbGlmaWNhdGlvbi53ZWJwIiwiaWQiOjI0NjMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiSW5pdGlhbCBRdWFsaWZpY2F0aW9uIiwidGV4dCI6IkluaXRpYWwgcXVhbGlmaWNhdGlvbiBhc3Nlc3NlcyB3aGV0aGVyIGVhY2ggbGVhZCBtZWV0cyBrZXkgY3JpdGVyaWEgcmVsZXZhbnQgdG8gdGhlIGNvbXBhbnnigJlzIHRhcmdldCBhdWRpZW5jZS4gVGhpcyBpbmNsdWRlcyBldmFsdWF0aW5nIGluZHVzdHJ5IHJlbGV2YW5jZSwgY29tcGFueSBzaXplLCBhbmQgZ2VvZ3JhcGhpYyBsb2NhdGlvbiwgYXMgd2VsbCBhcyBqb2IgdGl0bGUuIExlYWRzIGFyZSBzY29yZWQgdG8gcHJpb3JpdGl6ZSB0aG9zZSB3aXRoIGEgaGlnaGVyIHBvdGVudGlhbCBmb3IgY29udmVyc2lvbi4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2FsZXMtUmVhZGluZXNzLndlYnAiLCJpZCI6MjQ2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTYWxlcyBSZWFkaW5lc3MiLCJ0ZXh0IjoiU2FsZXMgcmVhZGluZXNzIGRldGVybWluZXMgaWYgYSBsZWFkIGlzIHJlYWR5IHRvIGJlIHBhc3NlZCB0byB0aGUgc2FsZXMgdGVhbS4gQ3JpdGVyaWEgc3VjaCBhcyBidWRnZXQsIGF1dGhvcml0eSwgbmVlZCwgYW5kIHRpbWluZyBhcmUgdGhvcm91Z2hseSBldmFsdWF0ZWQgdG8gYXNzZXNzIHJlYWRpbmVzcy4gUXVhbGlmaWVkIGxlYWRzIGFyZSBoYW5kZWQgb2ZmIHdpdGggZGV0YWlsZWQgaW5mb3JtYXRpb24gYW5kIGEgZm9sbG93LXVwIHN0cmF0ZWd5IHRvIGVmZmVjdGl2ZWx5IG51cnR1cmUgdGhlbSB0aHJvdWdoIHRoZSBzYWxlcyBmdW5uZWwuIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In1dfV19XX1dfSx7ImlkIjoiNzVjNzJkYyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zIjoiY2VudGVyIiwiZmxleF9nYXAiOnsiY29sdW1uIjoiOSIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjl9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJmbGV4X2dhcF9tb2JpbGUiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6dHJ1ZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhpZGVfdGFibGV0IjoiaGlkZGVuLXRhYmxldCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwMmMzN2ZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkFyZWFzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX3RpdGxlIjoiU2VjdGlvbiBUaXRsZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiN2Q1YjJjMSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1zdGFydCIsImZsZXhfYWxpZ25faXRlbXMiOiJmbGV4LXN0YXJ0IiwiZmxleF9nYXAiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjB9LCJmbGV4X3dyYXAiOiJub3dyYXAiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZmxleF9kaXJlY3Rpb25fbW9iaWxlIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtc19tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYTliOWFmYSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIG\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(26,1724829429.344178,1724829429.141700,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJhdXRvc2F2ZSIsImVsZW1lbnRzIjpbeyJpZCI6ImZlZDA5NTciLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImJhY2tncm91bmRfYmFja2dyb3VuZCI6InNsaWRlc2hvdyIsImJhY2tncm91bmRfb3ZlcmxheV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfb3ZlcmxheV9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuMywic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9uZWdhdGl2ZSI6InllcyIsIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkifSwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwMzAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMDAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2dhbGxlcnkiOlt7ImlkIjoxNDYxLCJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDkvaW1hZ2UtOS5qcGcifSx7ImlkIjoxMjMsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS03LmpwZyJ9LHsiaWQiOjE0NjQsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMi5qcGcifSx7ImlkIjoyMjk3LCJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtLndlYnAifV0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zIjoieWVzIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uIjoib3V0IiwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiIzAwMDAwMCIsInBhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjUwIiwiYm90dG9tIjoiMCIsImxlZnQiOiI1MCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIzMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjMwIiwiaXNMaW5rZWQiOnRydWV9LCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJhY2tncm91bmRfc2xpZGVzaG93X2xhenlsb2FkIjoieWVzIn0sImVsZW1lbnRzIjpbeyJpZCI6IjEzMjYxMDgiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9kaXJlY3Rpb24iOiJjb2x1bW4iLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJjNjM5ZjA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJoel9zZWN0aW9uX3RpdGxlIjoiUmVhbCBFc3RhdGUgUHJvc3BlY3RpbmcgJiBEaWdpdGFsIEFkdmVydGlzaW5nIFNvbHV0aW9ucyIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJFbXBvd2VyaW5nIFJlYWx0b3JzIHdpdGggQ3V0dGluZy1FZGdlIFJlYWwgRXN0YXRlIExlYWQgR2VuZXJhdGlvbiBhbmQgRGlnaXRhbCBNYXJrZXRpbmcgU2VydmljZXMuIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6NTAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ24iOiJsZWZ0IiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiOGE5NzQwOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRleHQiOiJDb250YWN0IFVzIiwic2l6ZSI6ImxnIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImJhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiYnV0dG9uX3RleHRfY29sb3IiOiIiLCJidXR0b25fYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIiwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImJ1dHRvbl90ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsImJvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxIiwicmlnaHQiOiIxIiwiYm90dG9tIjoiMSIsImxlZnQiOiIxIiwiaXNMaW5rZWQiOnRydWV9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2FuaW1hdGlvbl9kZWxheSI6NDAwLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250YWN0LXVzLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRleHRfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTMiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMTMiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6dHJ1ZX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9XX0seyJpZCI6IjdjMDk1NTQiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImJveGVkX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjkzNSwic2l6ZXMiOltdfSwibWluX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDNEMSIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjEiLCJyaWdodCI6IjIxIiwiYm90dG9tIjoiMjEiLCJsZWZ0IjoiMjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjIyIiwicmlnaHQiOiIyMiIsImJvdHRvbSI6IjIyIiwibGVmdCI6IjIyIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9fSwiZWxlbWVudHMiOlt7ImlkIjoiMDE1Mjk5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiR2V0IEluIFRvdWNoIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjgwMCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYWYyYTdkYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkZpbGwgb3V0IHRoaXMgZm9ybSBhbmQgb25lIG9mIG91ciBhZ2VudHMgd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzb29uPC9wPiIsInRleHRfY29sb3IiOiIjRkZGRkZGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01OCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMGNhZTIzNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZvcm1faWQiOiIxODc5IiwiZmllbGRCYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2MDAiLCJmaWVsZEJvcmRlckNvbG9yIjoiI0ZGRkZGRiIsImZpZWxkVGV4dENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsQ29sb3IiOiIjRkZGRkZGRDkiLCJsYWJlbFN1YmxhYmVsQ29sb3IiOiIjRkZGRkZGIiwiYnV0dG9uQm9yZGVyUmFkaXVzIjozLCJidXR0b25CYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2IiwiY29weVBhc3RlSnNvblZhbHVlIjoie1wiZmllbGRTaXplXCI6XCJtZWRpdW1cIixcImZpZWxkQm9yZGVyUmFkaXVzXCI6XCIzXCIsXCJmaWVsZEJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNjAwXCIsXCJmaWVsZEJvcmRlckNvbG9yXCI6XCIjRkZGRkZGXCIsXCJmaWVsZFRleHRDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxTaXplXCI6XCJtZWRpdW1cIixcImxhYmVsQ29sb3JcIjpcIiNGRkZGRkZEOVwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOnt9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cGZvcm1zIn1dfV19LHsiaWQiOiJiMWExYmZmIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2NvbG9yX2IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5Iiwic2hhcGVfZGl2aWRlcl9ib3R0b21fY29sb3IiOiIifSwiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJncmFkaWVudCIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItODAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfY29sb3IiOiIjMjIxNjAzMDAiLCJiYWNrZ3JvdW5kX2NvbG9yX2IiOiIjQ0U4NTE2IiwiYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTkwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9mbGlwIjoieWVzIiwic2hhcGVfZGl2aWRlcl9ib3R0b21fYWJvdmVfY29udGVudCI6InllcyIsInNoYXBlX2RpdmlkZXJfdG9wX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9uZWdhdGl2ZSI6InllcyIsIm1hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9LCJtYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbeyJpZCI6IjFkZjRlZGQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiZjNkMDYyYiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn0seyJpZCI6ImZkZDQ2MDEiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sInN0cnVjdHVyZSI6IjIwIiwiY29udGVudF9wb3NpdGlvbiI6ImJvdHRvbSIsImFuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W3siaWQiOiJhZWU2MWU5IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMH0sImVsZW1lbnRzIjpbeyJpZCI6ImQ4YmY5YjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0ZXh0IjoiRGl2aWRlciIsIndlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJjb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkifSwiYWxpZ25fdGFibGV0IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRpdmlkZXIifSx7ImlkIjoiNjcxOTIzMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJFeHBlcmllbmNlIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+RGlnaXRhbCBNYXJrZXRpbmcgU29sdXRpb25zPC9zcGFuPiBmb3IgWW91ciBCdXNpbmVzcy4gIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiSGFybmVzcyB0aGUgUG93ZXIgb2YgQ29tcHJlaGVuc2l2ZSBEaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnMgZm9yIFlvdXIgQnVzaW5lc3MgU3VjY2VzcyBXaXRoIG91ciBmdWxsLXNlcnZpY2UgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0aXNlLCBidXNpbmVzc2VzIGdhaW4gYWNjZXNzIHRvIGEgd2lkZSByYW5nZSBvZiBzZXJ2aWNlcyBkZXNpZ25lZCB0byBlc3RhYmxpc2ggYW5kIG1haW50YWluIGEgc3Ryb25nIG9ubGluZSBwcmVzZW5jZS4gT3VyIHRlYW0gb2YgZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscyBzcGVjaWFsaXplcyBpbiB2YXJpb3VzIGFzcGVjdHMgb2YgZGlnaXRhbCBtYXJrZXRpbmcsIGluY2x1ZGluZyBzZWFyY2ggZW5naW5lIG9wdGltaXphdGlvbiwgc29jaWFsIG1lZGlhIG1hcmtldGluZywgY29udGVudCBjcmVhdGlvbiwgZW1haWwgbWFya2V0aW5nLCBhbmQgcGFpZCBhZHZlcnRpc2luZy4gQnkgYWRvcHRpbmcgYW4gaW50ZWdyYXRlZCBhcHByb2FjaCwgd2UgaGVscCBidXNpbmVzc2VzIGRldmVsb3AgYSBjb21wcmVoZW5zaXZlIG1hcmtldGluZyBzdHJhdGVneSB0aGF0IGVmZmVjdGl2ZWx5IHRhcmdldHMgdGhlaXIgYXVkaWVuY2UsIGJvb3N0cyB0aGVpciB2aXNpYmlsaXR5LCBhbmQgZHJpdmVzIHNhbGVzLiBPdXIgdGFpbG9yZWQgYXBwcm9hY2ggZW5zdXJlcyBtYXhpbXVtIHJldHVybiBvbiBpbnZlc3RtZW50IChST0kpIGFuZCBndWFyYW50ZWVzIHRoYXQgZXZlcnkgbWFya2V0aW5nIGVmZm9ydCBpcyBlZmZpY2llbnQgYW5kIGVmZmVjdGl2ZS4gUGFydG5lciB3aXRoIHVzIHRvZGF5IGFuZCBleHBlcmllbmNlIHRoZSB0cmFuc2Zvcm1hdGl2ZSBpbXBhY3Qgb2Ygb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2Ugb24geW91ciBidXNpbmVzcyBncm93dGguIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ25fdGFibGV0IjoiY2VudGVyIiwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjQwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn1dfSx7ImlkIjoiYjgzMGM3ZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDAsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9zaXplIjoiY292ZXIiLCJib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJvcmRlcl9ib3JkZXIiOiJub25lIiwiY29udGVudF9wb3NpdGlvbiI6ImNlbnRlciIsImFsaWduIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6IjJkMzY4N2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDkvaW1hZ2UtMTEuanBnIiwiaWQiOjE0NjUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9XX1dfSx7ImlkIjoiMzU0ODEzNiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn1dfV19LHsiaWQiOiIzNWYwZjY1IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIifSwiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRiIsInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1VudGl0bGVkLTIuanBnIiwiaWQiOjIzMDAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfb3ZlcmxheV9vcGFjaXR5Ijp7InVuaXQiOiJweCIsInNpemUiOjEsInNpemVzIjpbXX0sImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX292ZXJsYXlfaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3JtMjE4YmF0Y2g3LWF1bS0wMy0xMDI0eDY4Mi5qcGciLCJpZCI6MjUyMSwic2l6ZSI6ImxhcmdlIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX292ZXJsYXlfc2l6ZSI6ImNvdmVyIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM3NzdhMWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJjc3NfY2xhc3NlcyI6Ii5jdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyJ9LCJlbGVtZW50cyI6W3siaWQiOiJiM2NiODVmIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJhbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjMDAwMDAwMDAifSwiZWxlbWVudHMiOlt7ImlkIjoiZmIyNTQ5YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiODgyODBkNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn0seyJpZCI6IjQxMmU1ZGYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0ZXh0IjoiRGl2aWRlciIsIndlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJjb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkifSwiYWxpZ24iOiJjZW50ZXIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRpdmlkZXIifSx7ImlkIjoiMjk2OTRjNyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJPdXIgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5TZXJ2aWNlczwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJXZSBhcmUgY29tbWl0dGVkIHRvIGRlbGl2ZXJpbmcgdG9wLW5vdGNoIHNvbHV0aW9ucyB0aGF0IGNhdGVyIHRvIHlvdXIgdW5pcXVlIG5lZWRzLiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTciLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19XX0seyJpZCI6IjY5OWJkYWQiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzdHJ1Y3R1cmUiOiIzMCIsImdhcCI6IndpZGVyIiwibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzNmQyMzZkIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiM2ZkZTAyYyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9sZWFkLWdlbmVyYXRpb24ud2VicCIsImlkIjoxNzY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYmJmOWYyZSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMDc5MTBkMCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+UmVhbCBlc3RhdGUgbGVhZCBnZW5lcmF0aW9uIGludm9sdmVzIHRoZSBpZGVudGlmaWNhdGlvbiBhbmQgbnVydHVyaW5nIG9mIHByb3NwZWN0aXZlIGNsaWVudHMgaW50ZXJlc3RlZCBpbiBwcm9wZXJ0eSB0cmFuc2FjdGlvbnMuPC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIyY2UxODg1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6IjRkZjFmZTAiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI1M2U3MDJhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2RpZ2l0YWwtbWFya2V0aW5nLndlYnAiLCJpZCI6MTc2MiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2RpZ2l0YWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiNDk4NDU0YSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRGlnaXRhbCBNYXJrZXRpbmciLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiODE4ZTNkMyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkNyZWF0ZSBhbmQgZGlzdHJpYnV0ZSBjb21wZWxsaW5nIGNvbnRlbnQgYWNyb3NzIGRpZ2l0YWwgY2hhbm5lbHMgbGlrZSBzb2NpYWwgbWVkaWEsIHNlYXJjaCBlbmdpbmVzLCBlbWFpbCwgYW5kIHdlYnNpdGVzLsKgPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI0Mjc2MWVkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNTc2YTQ0NCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjYwYjUzMTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvd2ViLWRldmVsb3BtZW50LndlYnAiLCJpZCI6MTc2OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjdlOTU2MjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IldlYiBEZXZlbG9wbWVudCIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMzA5YzdhNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkRpdmUgaW50byB0aGUgd29ybGQgb2Ygd2ViIGRldmVsb3BtZW50IGFuZCBsZWFybiB0aGUgc2tpbGxzIHRvIGNyZWF0ZSBjYXB0aXZhdGluZyBvbmxpbmUgZXhwZXJpZW5jZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIyYWE1MDE5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfSx7ImlkIjoiYjFlN2Y3NyIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFiZjY1NzIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI1MDBlMDg5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0NvbnRlbnQtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTM0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjMzFiYTI3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJDb250ZW50IE1hcmtldGluZyIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMDE5ZDI1MiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+RnJvbSBzdG9yeXRlbGxpbmcgdG8gc3RyYXRlZ2ljIGRpc3RyaWJ1dGlvbiwgbWFzdGVyIHRoZSBhcnQgb2YgY29udGVudCBtYXJrZXRpbmcgdG8gYnVpbGQgbGFzdGluZyBjb25uZWN0aW9ucy48L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjRiOWE4MTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJiNjVmZjlmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiMmViOGVmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9zZW8ud2VicCIsImlkIjoxNzY2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiMTY0MWRmMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiU0VPIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhMjVkNGIzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+T3B0aW1pemUgeW91ciB3ZWJzaXRl4oCZcyBzdHJ1Y3R1cmUgYW5kIGxlYXJuIGhvdyB0byBpbXByb3ZlIHlvdXIgd2Vic2l0ZeKAmXMgcmFua2luZyBvbiBzZWFyY2ggZW5naW5lIHJlc3VsdHMgcGFnZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6ImI4ZmUwNjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJjMDhjYmJiIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNzY0NjRjMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9wcGMtYWR2ZXJ0aXNpbmcud2VicCIsImlkIjoxNzY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiMmVhOGE3MyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiUFBDIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3BwYy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhMzAzYzFmIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGlzY292ZXIgdGhlIHN0cmF0ZWdpZXMgdG8gY3JlYXRlIGNvbXBlbGxpbmcgYWQgY2FtcGFpZ25zLCBhbmQgbWF4aW1pemUgeW91ciByZXR1cm4gb24gaW52ZXN0bWVudC48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiN2ZjYWY0MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfSx7ImlkIjoiMjk4YTg3NiIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjIwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6Ijc1MmE5YTYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJlYzNlZWQ2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1NvY2lhbC1tZWRpYS53ZWJwIiwiaWQiOjIxMzMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYzVmMjBhYiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiU29jaWFsIE1lZGlhIE1hcmtldGluZyIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc29jaWFsLW1lZGlhLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI2ZjhmNWU4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5DcmFmdCBjb21wZWxsaW5nIGNvbnRlbnQgdG8gZW5nYWdpbmcgd2l0aCB5b3VyIGF1ZGllbmNlLCBsZWFybiBob3cgdG8gdXNlIHNvY2lhbCBtZWRpYSBwbGF0Zm9ybXMgdG8gZXhwYW5kIHlvdXIgcmVhY2gsPC9wPiIsInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI4ZDkxNzI0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImJkOGExNmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3MDhhYjI4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0VtYWlsLW1hcmtldGluZy0yLndlYnAiLCJpZCI6MjEzMiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjdjYjEzOTYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkVtYWlsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9lbWFpbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYjYxMDY3NyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkxlYXJuIHRvIGNyZWF0ZSBpbXBhY3RmdWwgZW1haWwgY2FtcGFpZ25zLCBhbmQgdXRpbGl6ZSBzZWdtZW50YXRpb24gdG8gZGVsaXZlciBwZXJzb25hbGl6ZWQgZXhwZXJpZW5jZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6ImU3YTg3YzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19XX1dfV19LHsiaWQiOiI0NThjMjU1IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiY29udGVudF9wb3NpdGlvbiI6Im1pZGRsZSIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6MCwiYm90dG9tIjoiIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjgwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiODAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIifSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM0ZDNiZWIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiZTdiOTYxMiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJMZWFkIE51cnR1cmluZyBQcm9jZXNzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjJlMmM5MjkiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6ImYyMjIyZWIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiI5ZWVhZjg4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaWNvbl9ib3hlcyI6W3siaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvTGVhZC1Db2xsZWN0aW9uLndlYnAiLCJpZCI6MjQ2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIENvbGxlY3Rpb24iLCJ0ZXh0IjoiVGhlIGxlYWQgY29sbGVjdGlvbiBzdGVwIGludm9sdmVzIGdhdGhlcmluZyBwb3RlbnRpYWwgbGVhZHMgZnJvbSB2YXJpb3VzIHNvdXJjZXMgbGlrZSBvbmxpbmUgZm9ybXMsIHRyYWRlIHNob3dzLCBhbmQgc29jaWFsIG1lZGlhLiBFc3NlbnRpYWwgZGV0YWlscyBzdWNoIGFzIGNvbnRhY3QgaW5mb3JtYXRpb24sIGNvbXBhbnkgc2l6ZSwgYW5kIGluZHVzdHJ5IGFyZSBjb2xsZWN0ZWQuIFRoaXMgZGF0YSBmb3JtcyB0aGUgYmFzaXMgZm9yIGZ1cnRoZXIgcXVhbGlmaWNhdGlvbiBhbmQgZW5yaWNobWVudC4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Jbml0aWFsLVF1YWxpZmljYXRpb24ud2VicCIsImlkIjoyNDYzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkluaXRpYWwgUXVhbGlmaWNhdGlvbiIsInRleHQiOiJJbml0aWFsIHF1YWxpZmljYXRpb24gYXNzZXNzZXMgd2hldGhlciBlYWNoIGxlYWQgbWVldHMga2V5IGNyaXRlcmlhIHJlbGV2YW50IHRvIHRoZSBjb21wYW554oCZcyB0YXJnZXQgYXVkaWVuY2UuIFRoaXMgaW5jbHVkZXMgZXZhbHVhdGluZyBpbmR1c3RyeSByZWxldmFuY2UsIGNvbXBhbnkgc2l6ZSwgYW5kIGdlb2dyYXBoaWMgbG9jYXRpb24sIGFzIHdlbGwgYXMgam9iIHRpdGxlLiBMZWFkcyBhcmUgc2NvcmVkIHRvIHByaW9yaXRpemUgdGhvc2Ugd2l0aCBhIGhpZ2hlciBwb3RlbnRpYWwgZm9yIGNvbnZlcnNpb24uIiwiX2lkIjoiMDAwNmIzNSJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvTGVhZC1FbnJpY2htZW50LndlYnAiLCJpZCI6MjQ2NSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIEVucmljaG1lbnQiLCJ0ZXh0IjoiTGVhZCBlbnJpY2htZW50IGVuaGFuY2VzIGRhdGEgYnkgYWRkaW5nIGRldGFpbHMgc3VjaCBhcyBjb21wYW55IHJldmVudWUgb3IgcmVjZW50IGFjdGl2aXRpZXMuIFRoaXMgcHJvdmlkZXMgYSBjb21wcmVoZW5zaXZlIHZpZXcgb2YgZWFjaCBsZWFkLCBhbGxvd2luZyBmb3IgYmV0dGVyIHNlZ21lbnRhdGlvbiBhbmQgdGFyZ2V0ZWQgZW5nYWdlbWVudC4gRW5yaWNoZWQgbGVhZHMgYXJlIGNhdGVnb3JpemVkIGJhc2VkIG9uIHRoZWlyIGZpdCB3aXRoIHRoZSBpZGVhbCBjdXN0b21lciBwcm9maWxlLiIsIl9pZCI6IjMxZDI2ZDgifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1NhbGVzLVJlYWRpbmVzcy53ZWJwIiwiaWQiOjI0NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU2FsZXMgUmVhZGluZXNzIiwidGV4dCI6IlNhbGVzIHJlYWRpbmVzcyBkZXRlcm1pbmVzIGlmIGEgbGVhZCBpcyByZWFkeSB0byBiZSBwYXNzZWQgdG8gdGhlIHNhbGVzIHRlYW0uIENyaXRlcmlhIHN1Y2ggYXMgYnVkZ2V0LCBhdXRob3JpdHksIG5lZWQsIGFuZCB0aW1pbmcgYXJlIHRob3JvdWdobHkgZXZhbHVhdGVkIHRvIGFzc2VzcyByZWFkaW5lc3MuIFF1YWxpZmllZCBsZWFkcyBhcmUgaGFuZGVkIG9mZiB3aXRoIGRldGFpbGVkIGluZm9ybWF0aW9uIGFuZCBhIGZvbGxvdy11cCBzdHJhdGVneSB0byBlZmZlY3RpdmVseSBudXJ0dXJlIHRoZW0gdGhyb3VnaCB0aGUgc2FsZXMgZnVubmVsLiIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfYV9jb2xvciI6IiIsInRpdGxlX2NvbG9yX2EiOiIifSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsInRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiTXVsaSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjcwMCIsInRpdGxlX3R5cG9ncmFwaHlfYV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9XX1dfV19XX0seyJpZCI6Ijc1YzcyZGMiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtcyI6ImNlbnRlciIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjkiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjo5fSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiZmxleF9nYXBfbW9iaWxlIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOnRydWUsInVuaXQiOiJweCIsInNpemUiOjB9LCJoaWRlX3RhYmxldCI6ImhpZGRlbi10YWJsZXQifSwiZWxlbWVudHMiOlt7ImlkIjoiMDJjMzdmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJBcmVhcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjdkNWIyYzEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9kaXJlY3Rpb24iOiJyb3ciLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImZsZXgtc3RhcnQiLCJmbGV4X2FsaWduX2l0ZW1zIjoiZmxleC1zdGFydCIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjowfSwiZmxleF93cmFwIjoibm93cmFwIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImZsZXhfZGlyZWN0aW9uX21vYmlsZSI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXNfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImE5YjlhZmEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYmY2Y2UyZCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiaHRtbCI6IjwhRE9DVFlQRS\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(27,1724829139.478810,1724829139.297100,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRhY3QtdXMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIxMyIsImxlZnQiOiIxMyIsImlzTGlua2VkIjp0cnVlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYnV0dG9uIn1dfSx7ImlkIjoiN2MwOTU1NCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiYm94ZWRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTM1LCJzaXplcyI6W119LCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwM0QxIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMSIsInJpZ2h0IjoiMjEiLCJib3R0b20iOiIyMSIsImxlZnQiOiIyMSIsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjIiLCJyaWdodCI6IjIyIiwiYm90dG9tIjoiMjIiLCJsZWZ0IjoiMjIiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn19LCJlbGVtZW50cyI6W3siaWQiOiIwMTUyOTk2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJHZXQgSW4gVG91Y2giLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiODAwIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhZjJhN2RhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RmlsbCBvdXQgdGhpcyBmb3JtIGFuZCBvbmUgb2Ygb3VyIGFnZW50cyB3aWxsIGJlIGluIHRvdWNoIHdpdGggeW91IHNvb248L3A+IiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTU4IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIwY2FlMjM0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZm9ybV9pZCI6IjE4NzkiLCJmaWVsZEJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYwMCIsImZpZWxkQm9yZGVyQ29sb3IiOiIjRkZGRkZGIiwiZmllbGRUZXh0Q29sb3IiOiIjRkZGRkZGIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRkQ5XCIsXCJsYWJlbFN1YmxhYmVsQ29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsRXJyb3JDb2xvclwiOlwiI2Q2MzYzN1wiLFwiYnV0dG9uU2l6ZVwiOlwibWVkaXVtXCIsXCJidXR0b25Cb3JkZXJSYWRpdXNcIjozLFwiYnV0dG9uQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2XCIsXCJidXR0b25UZXh0Q29sb3JcIjpcIiNmZmZmZmZcIn0iLCJfX2dsb2JhbHNfXyI6e30sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6IjQ1OGMyNTUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJjb250ZW50X3Bvc2l0aW9uIjoibWlkZGxlIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjowLCJib3R0b20iOiIiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiODAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI4MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOlt7ImlkIjoiMzRkM2JlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJlN2I5NjEyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkxlYWQgTnVydHVyaW5nIFByb2Nlc3MiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiMmUyYzkyOSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiZjIyMjJlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjllZWFmODgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUNvbGxlY3Rpb24ud2VicCIsImlkIjoyNDY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgQ29sbGVjdGlvbiIsInRleHQiOiJUaGUgbGVhZCBjb2xsZWN0aW9uIHN0ZXAgaW52b2x2ZXMgZ2F0aGVyaW5nIHBvdGVudGlhbCBsZWFkcyBmcm9tIHZhcmlvdXMgc291cmNlcyBsaWtlIG9ubGluZSBmb3JtcywgdHJhZGUgc2hvd3MsIGFuZCBzb2NpYWwgbWVkaWEuIEVzc2VudGlhbCBkZXRhaWxzIHN1Y2ggYXMgY29udGFjdCBpbmZvcm1hdGlvbiwgY29tcGFueSBzaXplLCBhbmQgaW5kdXN0cnkgYXJlIGNvbGxlY3RlZC4gVGhpcyBkYXRhIGZvcm1zIHRoZSBiYXNpcyBmb3IgZnVydGhlciBxdWFsaWZpY2F0aW9uIGFuZCBlbnJpY2htZW50LiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0luaXRpYWwtUXVhbGlmaWNhdGlvbi53ZWJwIiwiaWQiOjI0NjMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiSW5pdGlhbCBRdWFsaWZpY2F0aW9uIiwidGV4dCI6IkluaXRpYWwgcXVhbGlmaWNhdGlvbiBhc3Nlc3NlcyB3aGV0aGVyIGVhY2ggbGVhZCBtZWV0cyBrZXkgY3JpdGVyaWEgcmVsZXZhbnQgdG8gdGhlIGNvbXBhbnnigJlzIHRhcmdldCBhdWRpZW5jZS4gVGhpcyBpbmNsdWRlcyBldmFsdWF0aW5nIGluZHVzdHJ5IHJlbGV2YW5jZSwgY29tcGFueSBzaXplLCBhbmQgZ2VvZ3JhcGhpYyBsb2NhdGlvbiwgYXMgd2VsbCBhcyBqb2IgdGl0bGUuIExlYWRzIGFyZSBzY29yZWQgdG8gcHJpb3JpdGl6ZSB0aG9zZSB3aXRoIGEgaGlnaGVyIHBvdGVudGlhbCBmb3IgY29udmVyc2lvbi4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2FsZXMtUmVhZGluZXNzLndlYnAiLCJpZCI6MjQ2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTYWxlcyBSZWFkaW5lc3MiLCJ0ZXh0IjoiU2FsZXMgcmVhZGluZXNzIGRldGVybWluZXMgaWYgYSBsZWFkIGlzIHJlYWR5IHRvIGJlIHBhc3NlZCB0byB0aGUgc2FsZXMgdGVhbS4gQ3JpdGVyaWEgc3VjaCBhcyBidWRnZXQsIGF1dGhvcml0eSwgbmVlZCwgYW5kIHRpbWluZyBhcmUgdGhvcm91Z2hseSBldmFsdWF0ZWQgdG8gYXNzZXNzIHJlYWRpbmVzcy4gUXVhbGlmaWVkIGxlYWRzIGFyZSBoYW5kZWQgb2ZmIHdpdGggZGV0YWlsZWQgaW5mb3JtYXRpb24gYW5kIGEgZm9sbG93LXVwIHN0cmF0ZWd5IHRvIGVmZmVjdGl2ZWx5IG51cnR1cmUgdGhlbSB0aHJvdWdoIHRoZSBzYWxlcyBmdW5uZWwuIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In1dfV19XX1dfSx7ImlkIjoiNzVjNzJkYyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zIjoiY2VudGVyIiwiZmxleF9nYXAiOnsiY29sdW1uIjoiOSIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjl9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJmbGV4X2dhcF9tb2JpbGUiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6dHJ1ZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhpZGVfdGFibGV0IjoiaGlkZGVuLXRhYmxldCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwMmMzN2ZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkFyZWFzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX3RpdGxlIjoiU2VjdGlvbiBUaXRsZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiN2Q1YjJjMSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1zdGFydCIsImZsZXhfYWxpZ25faXRlbXMiOiJmbGV4LXN0YXJ0IiwiZmxleF9nYXAiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjB9LCJmbGV4X3dyYXAiOiJub3dyYXAiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZmxleF9kaXJlY3Rpb25fbW9iaWxlIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtc19tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYTliOWFmYSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIG\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(28,1724829133.349736,1724829133.170100,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRhY3QtdXMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIxMyIsImxlZnQiOiIxMyIsImlzTGlua2VkIjp0cnVlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYnV0dG9uIn1dfSx7ImlkIjoiN2MwOTU1NCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiYm94ZWRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTM1LCJzaXplcyI6W119LCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzIyMTYwM0QxIiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMSIsInJpZ2h0IjoiMjEiLCJib3R0b20iOiIyMSIsImxlZnQiOiIyMSIsImlzTGlua2VkIjp0cnVlfSwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjIiLCJyaWdodCI6IjIyIiwiYm90dG9tIjoiMjIiLCJsZWZ0IjoiMjIiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIn19LCJlbGVtZW50cyI6W3siaWQiOiIwMTUyOTk2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJHZXQgSW4gVG91Y2giLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiODAwIiwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhZjJhN2RhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RmlsbCBvdXQgdGhpcyBmb3JtIGFuZCBvbmUgb2Ygb3VyIGFnZW50cyB3aWxsIGJlIGluIHRvdWNoIHdpdGggeW91IHNvb248L3A+IiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTU4IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIwY2FlMjM0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZm9ybV9pZCI6IjE4NzkiLCJmaWVsZEJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYwMCIsImZpZWxkQm9yZGVyQ29sb3IiOiIjRkZGRkZGIiwiZmllbGRUZXh0Q29sb3IiOiIjRkZGRkZGIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRkQ5XCIsXCJsYWJlbFN1YmxhYmVsQ29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsRXJyb3JDb2xvclwiOlwiI2Q2MzYzN1wiLFwiYnV0dG9uU2l6ZVwiOlwibWVkaXVtXCIsXCJidXR0b25Cb3JkZXJSYWRpdXNcIjozLFwiYnV0dG9uQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2XCIsXCJidXR0b25UZXh0Q29sb3JcIjpcIiNmZmZmZmZcIn0iLCJfX2dsb2JhbHNfXyI6e30sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6IjQ1OGMyNTUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJjb250ZW50X3Bvc2l0aW9uIjoibWlkZGxlIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjowLCJib3R0b20iOiIiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiODAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI4MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOlt7ImlkIjoiMzRkM2JlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJlN2I5NjEyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkxlYWQgTnVydHVyaW5nIFByb2Nlc3MiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiMmUyYzkyOSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiZjIyMjJlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjllZWFmODgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUNvbGxlY3Rpb24ud2VicCIsImlkIjoyNDY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgQ29sbGVjdGlvbiIsInRleHQiOiJUaGUgbGVhZCBjb2xsZWN0aW9uIHN0ZXAgaW52b2x2ZXMgZ2F0aGVyaW5nIHBvdGVudGlhbCBsZWFkcyBmcm9tIHZhcmlvdXMgc291cmNlcyBsaWtlIG9ubGluZSBmb3JtcywgdHJhZGUgc2hvd3MsIGFuZCBzb2NpYWwgbWVkaWEuIEVzc2VudGlhbCBkZXRhaWxzIHN1Y2ggYXMgY29udGFjdCBpbmZvcm1hdGlvbiwgY29tcGFueSBzaXplLCBhbmQgaW5kdXN0cnkgYXJlIGNvbGxlY3RlZC4gVGhpcyBkYXRhIGZvcm1zIHRoZSBiYXNpcyBmb3IgZnVydGhlciBxdWFsaWZpY2F0aW9uIGFuZCBlbnJpY2htZW50LiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0luaXRpYWwtUXVhbGlmaWNhdGlvbi53ZWJwIiwiaWQiOjI0NjMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiSW5pdGlhbCBRdWFsaWZpY2F0aW9uIiwidGV4dCI6IkluaXRpYWwgcXVhbGlmaWNhdGlvbiBhc3Nlc3NlcyB3aGV0aGVyIGVhY2ggbGVhZCBtZWV0cyBrZXkgY3JpdGVyaWEgcmVsZXZhbnQgdG8gdGhlIGNvbXBhbnnigJlzIHRhcmdldCBhdWRpZW5jZS4gVGhpcyBpbmNsdWRlcyBldmFsdWF0aW5nIGluZHVzdHJ5IHJlbGV2YW5jZSwgY29tcGFueSBzaXplLCBhbmQgZ2VvZ3JhcGhpYyBsb2NhdGlvbiwgYXMgd2VsbCBhcyBqb2IgdGl0bGUuIExlYWRzIGFyZSBzY29yZWQgdG8gcHJpb3JpdGl6ZSB0aG9zZSB3aXRoIGEgaGlnaGVyIHBvdGVudGlhbCBmb3IgY29udmVyc2lvbi4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2FsZXMtUmVhZGluZXNzLndlYnAiLCJpZCI6MjQ2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTYWxlcyBSZWFkaW5lc3MiLCJ0ZXh0IjoiU2FsZXMgcmVhZGluZXNzIGRldGVybWluZXMgaWYgYSBsZWFkIGlzIHJlYWR5IHRvIGJlIHBhc3NlZCB0byB0aGUgc2FsZXMgdGVhbS4gQ3JpdGVyaWEgc3VjaCBhcyBidWRnZXQsIGF1dGhvcml0eSwgbmVlZCwgYW5kIHRpbWluZyBhcmUgdGhvcm91Z2hseSBldmFsdWF0ZWQgdG8gYXNzZXNzIHJlYWRpbmVzcy4gUXVhbGlmaWVkIGxlYWRzIGFyZSBoYW5kZWQgb2ZmIHdpdGggZGV0YWlsZWQgaW5mb3JtYXRpb24gYW5kIGEgZm9sbG93LXVwIHN0cmF0ZWd5IHRvIGVmZmVjdGl2ZWx5IG51cnR1cmUgdGhlbSB0aHJvdWdoIHRoZSBzYWxlcyBmdW5uZWwuIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In1dfV19XX1dfSx7ImlkIjoiNzVjNzJkYyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zIjoiY2VudGVyIiwiZmxleF9nYXAiOnsiY29sdW1uIjoiOSIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjl9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJmbGV4X2dhcF9tb2JpbGUiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6dHJ1ZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhpZGVfdGFibGV0IjoiaGlkZGVuLXRhYmxldCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwMmMzN2ZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkFyZWFzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX3RpdGxlIjoiU2VjdGlvbiBUaXRsZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiN2Q1YjJjMSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1zdGFydCIsImZsZXhfYWxpZ25faXRlbXMiOiJmbGV4LXN0YXJ0IiwiZmxleF9nYXAiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjB9LCJmbGV4X3dyYXAiOiJub3dyYXAiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZmxleF9kaXJlY3Rpb25fbW9iaWxlIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtc19tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYTliOWFmYSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIG\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(29,1724833120.668361,1724833120.625700,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/edit.php?post_type=page&author=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','SEO Plugin by Squirrly SEO <= 12.1.20 - Missing Authorization','{\"learningMode\":0,\"failedRules\":\"567\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbl0=\",\"paramValue\":\"aW5saW5lLXNhdmU=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"whitelist\",\"ssl\":1}'),(30,1724833082.744040,1724833082.684200,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/edit.php?post_type=page&author=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','SEO Plugin by Squirrly SEO <= 12.1.20 - Missing Authorization','{\"learningMode\":0,\"failedRules\":\"567\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbl0=\",\"paramValue\":\"aW5saW5lLXNhdmU=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"whitelist\",\"ssl\":1}'),(31,1724833071.008418,1724833070.954300,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/edit.php?post_type=page&author=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','SEO Plugin by Squirrly SEO <= 12.1.20 - Missing Authorization','{\"learningMode\":0,\"failedRules\":\"567\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbl0=\",\"paramValue\":\"aW5saW5lLXNhdmU=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"whitelist\",\"ssl\":1}'),(32,1724834105.770304,1724834105.584100,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9jb250YWN0LXVzLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRleHRfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTMiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMTMiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6dHJ1ZX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9XX0seyJpZCI6IjdjMDk1NTQiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImJveGVkX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjkzNSwic2l6ZXMiOltdfSwibWluX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDNEMSIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjEiLCJyaWdodCI6IjIxIiwiYm90dG9tIjoiMjEiLCJsZWZ0IjoiMjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjIyIiwicmlnaHQiOiIyMiIsImJvdHRvbSI6IjIyIiwibGVmdCI6IjIyIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9fSwiZWxlbWVudHMiOlt7ImlkIjoiMDE1Mjk5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiR2V0IEluIFRvdWNoIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjgwMCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYWYyYTdkYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkZpbGwgb3V0IHRoaXMgZm9ybSBhbmQgb25lIG9mIG91ciBhZ2VudHMgd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzb29uPC9wPiIsInRleHRfY29sb3IiOiIjRkZGRkZGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01OCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMGNhZTIzNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZvcm1faWQiOiIxODc5IiwiZmllbGRCYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2MDAiLCJmaWVsZEJvcmRlckNvbG9yIjoiI0ZGRkZGRiIsImZpZWxkVGV4dENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU2l6ZSI6ImxhcmdlIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcInNtYWxsXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibGFyZ2VcIixcImxhYmVsQ29sb3JcIjpcIiNGRkZGRkZEOVwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJmaWVsZFNpemUiOiJzbWFsbCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6IjQ1OGMyNTUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJjb250ZW50X3Bvc2l0aW9uIjoibWlkZGxlIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjowLCJib3R0b20iOiIiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiODAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI4MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOlt7ImlkIjoiMzRkM2JlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJlN2I5NjEyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkxlYWQgTnVydHVyaW5nIFByb2Nlc3MiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiMmUyYzkyOSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiZjIyMjJlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjllZWFmODgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUNvbGxlY3Rpb24ud2VicCIsImlkIjoyNDY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgQ29sbGVjdGlvbiIsInRleHQiOiJUaGUgbGVhZCBjb2xsZWN0aW9uIHN0ZXAgaW52b2x2ZXMgZ2F0aGVyaW5nIHBvdGVudGlhbCBsZWFkcyBmcm9tIHZhcmlvdXMgc291cmNlcyBsaWtlIG9ubGluZSBmb3JtcywgdHJhZGUgc2hvd3MsIGFuZCBzb2NpYWwgbWVkaWEuIEVzc2VudGlhbCBkZXRhaWxzIHN1Y2ggYXMgY29udGFjdCBpbmZvcm1hdGlvbiwgY29tcGFueSBzaXplLCBhbmQgaW5kdXN0cnkgYXJlIGNvbGxlY3RlZC4gVGhpcyBkYXRhIGZvcm1zIHRoZSBiYXNpcyBmb3IgZnVydGhlciBxdWFsaWZpY2F0aW9uIGFuZCBlbnJpY2htZW50LiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0luaXRpYWwtUXVhbGlmaWNhdGlvbi53ZWJwIiwiaWQiOjI0NjMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiSW5pdGlhbCBRdWFsaWZpY2F0aW9uIiwidGV4dCI6IkluaXRpYWwgcXVhbGlmaWNhdGlvbiBhc3Nlc3NlcyB3aGV0aGVyIGVhY2ggbGVhZCBtZWV0cyBrZXkgY3JpdGVyaWEgcmVsZXZhbnQgdG8gdGhlIGNvbXBhbnnigJlzIHRhcmdldCBhdWRpZW5jZS4gVGhpcyBpbmNsdWRlcyBldmFsdWF0aW5nIGluZHVzdHJ5IHJlbGV2YW5jZSwgY29tcGFueSBzaXplLCBhbmQgZ2VvZ3JhcGhpYyBsb2NhdGlvbiwgYXMgd2VsbCBhcyBqb2IgdGl0bGUuIExlYWRzIGFyZSBzY29yZWQgdG8gcHJpb3JpdGl6ZSB0aG9zZSB3aXRoIGEgaGlnaGVyIHBvdGVudGlhbCBmb3IgY29udmVyc2lvbi4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2FsZXMtUmVhZGluZXNzLndlYnAiLCJpZCI6MjQ2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTYWxlcyBSZWFkaW5lc3MiLCJ0ZXh0IjoiU2FsZXMgcmVhZGluZXNzIGRldGVybWluZXMgaWYgYSBsZWFkIGlzIHJlYWR5IHRvIGJlIHBhc3NlZCB0byB0aGUgc2FsZXMgdGVhbS4gQ3JpdGVyaWEgc3VjaCBhcyBidWRnZXQsIGF1dGhvcml0eSwgbmVlZCwgYW5kIHRpbWluZyBhcmUgdGhvcm91Z2hseSBldmFsdWF0ZWQgdG8gYXNzZXNzIHJlYWRpbmVzcy4gUXVhbGlmaWVkIGxlYWRzIGFyZSBoYW5kZWQgb2ZmIHdpdGggZGV0YWlsZWQgaW5mb3JtYXRpb24gYW5kIGEgZm9sbG93LXVwIHN0cmF0ZWd5IHRvIGVmZmVjdGl2ZWx5IG51cnR1cmUgdGhlbSB0aHJvdWdoIHRoZSBzYWxlcyBmdW5uZWwuIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In1dfV19XX1dfSx7ImlkIjoiNzVjNzJkYyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zIjoiY2VudGVyIiwiZmxleF9nYXAiOnsiY29sdW1uIjoiOSIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjl9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJmbGV4X2dhcF9tb2JpbGUiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6dHJ1ZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhpZGVfdGFibGV0IjoiaGlkZGVuLXRhYmxldCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwMmMzN2ZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkFyZWFzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX3RpdGxlIjoiU2VjdGlvbiBUaXRsZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiN2Q1YjJjMSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1zdGFydCIsImZsZXhfYWxpZ25faXRlbXMiOiJmbGV4LXN0YXJ0IiwiZmxleF9nYXAiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjB9LCJmbGV4X3dyYXAiOiJub3dyYXAiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZmxleF9kaXJlY3Rpb25fbW9iaWxlIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtc19tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYTliOWFmYSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6Im\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}');
INSERT INTO `wpau_wfhits` VALUES (33,1724833786.377722,1724833786.183700,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJhdXRvc2F2ZSIsImVsZW1lbnRzIjpbeyJpZCI6ImZlZDA5NTciLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImJhY2tncm91bmRfYmFja2dyb3VuZCI6InNsaWRlc2hvdyIsImJhY2tncm91bmRfb3ZlcmxheV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfb3ZlcmxheV9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuMywic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9uZWdhdGl2ZSI6InllcyIsIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkifSwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwMzAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMDAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2dhbGxlcnkiOlt7ImlkIjoxNDYxLCJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDkvaW1hZ2UtOS5qcGcifSx7ImlkIjoxMjMsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS03LmpwZyJ9LHsiaWQiOjE0NjQsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMi5qcGcifSx7ImlkIjoyMjk3LCJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtLndlYnAifV0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zIjoieWVzIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uIjoib3V0IiwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiIzAwMDAwMCIsInBhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjUwIiwiYm90dG9tIjoiMCIsImxlZnQiOiI1MCIsImlzTGlua2VkIjpmYWxzZX0sInBhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIzMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjMwIiwiaXNMaW5rZWQiOnRydWV9LCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJhY2tncm91bmRfc2xpZGVzaG93X2xhenlsb2FkIjoieWVzIn0sImVsZW1lbnRzIjpbeyJpZCI6IjEzMjYxMDgiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9kaXJlY3Rpb24iOiJjb2x1bW4iLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJjNjM5ZjA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJoel9zZWN0aW9uX3RpdGxlIjoiUmVhbCBFc3RhdGUgUHJvc3BlY3RpbmcgJiBEaWdpdGFsIEFkdmVydGlzaW5nIFNvbHV0aW9ucyIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJFbXBvd2VyaW5nIFJlYWx0b3JzIHdpdGggQ3V0dGluZy1FZGdlIFJlYWwgRXN0YXRlIExlYWQgR2VuZXJhdGlvbiBhbmQgRGlnaXRhbCBNYXJrZXRpbmcgU2VydmljZXMuIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6NTAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ24iOiJsZWZ0IiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiOGE5NzQwOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRleHQiOiJDb250YWN0IFVzIiwic2l6ZSI6ImxnIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImJhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiYnV0dG9uX3RleHRfY29sb3IiOiIiLCJidXR0b25fYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIiwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImJ1dHRvbl90ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsImJvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxIiwicmlnaHQiOiIxIiwiYm90dG9tIjoiMSIsImxlZnQiOiIxIiwiaXNMaW5rZWQiOnRydWV9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2FuaW1hdGlvbl9kZWxheSI6NDAwLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2EvY29udGFjdC11cy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0ZXh0X3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjEzIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjEzIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOnRydWV9LCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJidXR0b24ifV19LHsiaWQiOiI3YzA5NTU0IiwiZWxUeXBlIjoiY29udGFpbmVyIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJib3hlZF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjo5MzUsInNpemVzIjpbXX0sIm1pbl9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjMjIxNjAzRDEiLCJib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjIxIiwicmlnaHQiOiIyMSIsImJvdHRvbSI6IjIxIiwibGVmdCI6IjIxIiwiaXNMaW5rZWQiOnRydWV9LCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIzMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMiIsInJpZ2h0IjoiMjIiLCJib3R0b20iOiIyMiIsImxlZnQiOiIyMiIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIifX0sImVsZW1lbnRzIjpbeyJpZCI6IjAxNTI5OTYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkdldCBJbiBUb3VjaCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI4MDAiLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImFmMmE3ZGEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5GaWxsIG91dCB0aGlzIGZvcm0gYW5kIG9uZSBvZiBvdXIgYWdlbnRzIHdpbGwgYmUgaW4gdG91Y2ggd2l0aCB5b3Ugc29vbjwvcD4iLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiItNTgiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjBjYWUyMzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTg3OSIsImZpZWxkQmFja2dyb3VuZENvbG9yIjoiI0NFODUxNjAwIiwiZmllbGRCb3JkZXJDb2xvciI6IiNGRkZGRkYiLCJmaWVsZFRleHRDb2xvciI6IiNGRkZGRkYiLCJsYWJlbFNpemUiOiJsYXJnZSIsImxhYmVsQ29sb3IiOiIjRkZGRkZGRDkiLCJsYWJlbFN1YmxhYmVsQ29sb3IiOiIjRkZGRkZGIiwiYnV0dG9uQm9yZGVyUmFkaXVzIjozLCJidXR0b25CYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2IiwiY29weVBhc3RlSnNvblZhbHVlIjoie1wiZmllbGRTaXplXCI6XCJzbWFsbFwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcImxhcmdlXCIsXCJsYWJlbENvbG9yXCI6XCIjRkZGRkZGRDlcIixcImxhYmVsU3VibGFiZWxDb2xvclwiOlwiI0ZGRkZGRlwiLFwibGFiZWxFcnJvckNvbG9yXCI6XCIjZDYzNjM3XCIsXCJidXR0b25TaXplXCI6XCJtZWRpdW1cIixcImJ1dHRvbkJvcmRlclJhZGl1c1wiOjMsXCJidXR0b25CYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTZcIixcImJ1dHRvblRleHRDb2xvclwiOlwiI2ZmZmZmZlwifSIsIl9fZ2xvYmFsc19fIjpbXSwiZmllbGRTaXplIjoic21hbGwiLCJjb250ZW50X3dpZHRoIjoiZnVsbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cGZvcm1zIn1dfV19LHsiaWQiOiJiMWExYmZmIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkiLCJiYWNrZ3JvdW5kX2NvbG9yX2IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5Iiwic2hhcGVfZGl2aWRlcl9ib3R0b21fY29sb3IiOiIifSwiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJncmFkaWVudCIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItODAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfY29sb3IiOiIjMjIxNjAzMDAiLCJiYWNrZ3JvdW5kX2NvbG9yX2IiOiIjQ0U4NTE2IiwiYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTkwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwic2hhcGVfZGl2aWRlcl9ib3R0b21faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9mbGlwIjoieWVzIiwic2hhcGVfZGl2aWRlcl9ib3R0b21fYWJvdmVfY29udGVudCI6InllcyIsInNoYXBlX2RpdmlkZXJfdG9wX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9uZWdhdGl2ZSI6InllcyIsIm1hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9LCJtYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6MCwiYm90dG9tIjoiMCIsImxlZnQiOjAsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbeyJpZCI6IjFkZjRlZGQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiZjNkMDYyYiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn0seyJpZCI6ImZkZDQ2MDEiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sInN0cnVjdHVyZSI6IjIwIiwiY29udGVudF9wb3NpdGlvbiI6ImJvdHRvbSIsImFuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W3siaWQiOiJhZWU2MWU5IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMH0sImVsZW1lbnRzIjpbeyJpZCI6ImQ4YmY5YjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0ZXh0IjoiRGl2aWRlciIsIndlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJjb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkifSwiYWxpZ25fdGFibGV0IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRpdmlkZXIifSx7ImlkIjoiNjcxOTIzMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJFeHBlcmllbmNlIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIDxzcGFuIGNsYXNzPVwicHJpbWFyeS10ZXh0XCI+RGlnaXRhbCBNYXJrZXRpbmcgU29sdXRpb25zPC9zcGFuPiBmb3IgWW91ciBCdXNpbmVzcy4gIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJoel9zZWN0aW9uX3N1YnRpdGxlIjoiSGFybmVzcyB0aGUgUG93ZXIgb2YgQ29tcHJlaGVuc2l2ZSBEaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnMgZm9yIFlvdXIgQnVzaW5lc3MgU3VjY2VzcyBXaXRoIG91ciBmdWxsLXNlcnZpY2UgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0aXNlLCBidXNpbmVzc2VzIGdhaW4gYWNjZXNzIHRvIGEgd2lkZSByYW5nZSBvZiBzZXJ2aWNlcyBkZXNpZ25lZCB0byBlc3RhYmxpc2ggYW5kIG1haW50YWluIGEgc3Ryb25nIG9ubGluZSBwcmVzZW5jZS4gT3VyIHRlYW0gb2YgZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscyBzcGVjaWFsaXplcyBpbiB2YXJpb3VzIGFzcGVjdHMgb2YgZGlnaXRhbCBtYXJrZXRpbmcsIGluY2x1ZGluZyBzZWFyY2ggZW5naW5lIG9wdGltaXphdGlvbiwgc29jaWFsIG1lZGlhIG1hcmtldGluZywgY29udGVudCBjcmVhdGlvbiwgZW1haWwgbWFya2V0aW5nLCBhbmQgcGFpZCBhZHZlcnRpc2luZy4gQnkgYWRvcHRpbmcgYW4gaW50ZWdyYXRlZCBhcHByb2FjaCwgd2UgaGVscCBidXNpbmVzc2VzIGRldmVsb3AgYSBjb21wcmVoZW5zaXZlIG1hcmtldGluZyBzdHJhdGVneSB0aGF0IGVmZmVjdGl2ZWx5IHRhcmdldHMgdGhlaXIgYXVkaWVuY2UsIGJvb3N0cyB0aGVpciB2aXNpYmlsaXR5LCBhbmQgZHJpdmVzIHNhbGVzLiBPdXIgdGFpbG9yZWQgYXBwcm9hY2ggZW5zdXJlcyBtYXhpbXVtIHJldHVybiBvbiBpbnZlc3RtZW50IChST0kpIGFuZCBndWFyYW50ZWVzIHRoYXQgZXZlcnkgbWFya2V0aW5nIGVmZm9ydCBpcyBlZmZpY2llbnQgYW5kIGVmZmVjdGl2ZS4gUGFydG5lciB3aXRoIHVzIHRvZGF5IGFuZCBleHBlcmllbmNlIHRoZSB0cmFuc2Zvcm1hdGl2ZSBpbXBhY3Qgb2Ygb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2Ugb24geW91ciBidXNpbmVzcyBncm93dGguIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfYWxpZ25fdGFibGV0IjoiY2VudGVyIiwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjQwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn1dfSx7ImlkIjoiYjgzMGM3ZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDAsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9zaXplIjoiY292ZXIiLCJib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJvcmRlcl9ib3JkZXIiOiJub25lIiwiY29udGVudF9wb3NpdGlvbiI6ImNlbnRlciIsImFsaWduIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6IjJkMzY4N2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDkvaW1hZ2UtMTEuanBnIiwiaWQiOjE0NjUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9XX1dfSx7ImlkIjoiMzU0ODEzNiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn1dfV19LHsiaWQiOiIzNWYwZjY1IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIifSwiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRiIsInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1VudGl0bGVkLTIuanBnIiwiaWQiOjIzMDAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfb3ZlcmxheV9vcGFjaXR5Ijp7InVuaXQiOiJweCIsInNpemUiOjEsInNpemVzIjpbXX0sImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX292ZXJsYXlfaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3JtMjE4YmF0Y2g3LWF1bS0wMy0xMDI0eDY4Mi5qcGciLCJpZCI6MjUyMSwic2l6ZSI6ImxhcmdlIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX292ZXJsYXlfc2l6ZSI6ImNvdmVyIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM3NzdhMWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJjc3NfY2xhc3NlcyI6Ii5jdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyJ9LCJlbGVtZW50cyI6W3siaWQiOiJiM2NiODVmIiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJhbmltYXRpb24iOiJmYWRlSW4iLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjMDAwMDAwMDAifSwiZWxlbWVudHMiOlt7ImlkIjoiZmIyNTQ5YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiODgyODBkNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic3BhY2VyIn0seyJpZCI6IjQxMmU1ZGYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0ZXh0IjoiRGl2aWRlciIsIndlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJjb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkifSwiYWxpZ24iOiJjZW50ZXIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRpdmlkZXIifSx7ImlkIjoiMjk2OTRjNyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJPdXIgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5TZXJ2aWNlczwvc3Bhbj4iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJXZSBhcmUgY29tbWl0dGVkIHRvIGRlbGl2ZXJpbmcgdG9wLW5vdGNoIHNvbHV0aW9ucyB0aGF0IGNhdGVyIHRvIHlvdXIgdW5pcXVlIG5lZWRzLiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTciLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19XX0seyJpZCI6IjY5OWJkYWQiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzdHJ1Y3R1cmUiOiIzMCIsImdhcCI6IndpZGVyIiwibGF5b3V0IjoiZnVsbF93aWR0aCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzNmQyMzZkIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiM2ZkZTAyYyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9sZWFkLWdlbmVyYXRpb24ud2VicCIsImlkIjoxNzY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYmJmOWYyZSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMDc5MTBkMCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+UmVhbCBlc3RhdGUgbGVhZCBnZW5lcmF0aW9uIGludm9sdmVzIHRoZSBpZGVudGlmaWNhdGlvbiBhbmQgbnVydHVyaW5nIG9mIHByb3NwZWN0aXZlIGNsaWVudHMgaW50ZXJlc3RlZCBpbiBwcm9wZXJ0eSB0cmFuc2FjdGlvbnMuPC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIyY2UxODg1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6IjRkZjFmZTAiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI1M2U3MDJhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2RpZ2l0YWwtbWFya2V0aW5nLndlYnAiLCJpZCI6MTc2MiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2RpZ2l0YWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiNDk4NDU0YSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRGlnaXRhbCBNYXJrZXRpbmciLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiODE4ZTNkMyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkNyZWF0ZSBhbmQgZGlzdHJpYnV0ZSBjb21wZWxsaW5nIGNvbnRlbnQgYWNyb3NzIGRpZ2l0YWwgY2hhbm5lbHMgbGlrZSBzb2NpYWwgbWVkaWEsIHNlYXJjaCBlbmdpbmVzLCBlbWFpbCwgYW5kIHdlYnNpdGVzLsKgPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI0Mjc2MWVkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNTc2YTQ0NCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjYwYjUzMTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvd2ViLWRldmVsb3BtZW50LndlYnAiLCJpZCI6MTc2OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjdlOTU2MjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IldlYiBEZXZlbG9wbWVudCIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMzA5YzdhNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkRpdmUgaW50byB0aGUgd29ybGQgb2Ygd2ViIGRldmVsb3BtZW50IGFuZCBsZWFybiB0aGUgc2tpbGxzIHRvIGNyZWF0ZSBjYXB0aXZhdGluZyBvbmxpbmUgZXhwZXJpZW5jZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiIyYWE1MDE5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfSx7ImlkIjoiYjFlN2Y3NyIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFiZjY1NzIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI1MDBlMDg5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0NvbnRlbnQtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTM0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjMzFiYTI3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJDb250ZW50IE1hcmtldGluZyIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vY29udGVudC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiMDE5ZDI1MiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwiZWRpdG9yIjoiPHA+RnJvbSBzdG9yeXRlbGxpbmcgdG8gc3RyYXRlZ2ljIGRpc3RyaWJ1dGlvbiwgbWFzdGVyIHRoZSBhcnQgb2YgY29udGVudCBtYXJrZXRpbmcgdG8gYnVpbGQgbGFzdGluZyBjb25uZWN0aW9ucy48L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjRiOWE4MTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJiNjVmZjlmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiMmViOGVmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9zZW8ud2VicCIsImlkIjoxNzY2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiMTY0MWRmMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiU0VPIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhMjVkNGIzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+T3B0aW1pemUgeW91ciB3ZWJzaXRl4oCZcyBzdHJ1Y3R1cmUgYW5kIGxlYXJuIGhvdyB0byBpbXByb3ZlIHlvdXIgd2Vic2l0ZeKAmXMgcmFua2luZyBvbiBzZWFyY2ggZW5naW5lIHJlc3VsdHMgcGFnZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6ImI4ZmUwNjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiJjMDhjYmJiIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNzY0NjRjMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9wcGMtYWR2ZXJ0aXNpbmcud2VicCIsImlkIjoxNzY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiMmVhOGE3MyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiUFBDIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3BwYy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJhMzAzYzFmIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGlzY292ZXIgdGhlIHN0cmF0ZWdpZXMgdG8gY3JlYXRlIGNvbXBlbGxpbmcgYWQgY2FtcGFpZ25zLCBhbmQgbWF4aW1pemUgeW91ciByZXR1cm4gb24gaW52ZXN0bWVudC48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiN2ZjYWY0MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfSx7ImlkIjoiMjk4YTg3NiIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjIwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6Ijc1MmE5YTYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJlYzNlZWQ2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1NvY2lhbC1tZWRpYS53ZWJwIiwiaWQiOjIxMzMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYzVmMjBhYiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiU29jaWFsIE1lZGlhIE1hcmtldGluZyIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc29jaWFsLW1lZGlhLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI2ZjhmNWU4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5DcmFmdCBjb21wZWxsaW5nIGNvbnRlbnQgdG8gZW5nYWdpbmcgd2l0aCB5b3VyIGF1ZGllbmNlLCBsZWFybiBob3cgdG8gdXNlIHNvY2lhbCBtZWRpYSBwbGF0Zm9ybXMgdG8gZXhwYW5kIHlvdXIgcmVhY2gsPC9wPiIsInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI4ZDkxNzI0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImJkOGExNmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3MDhhYjI4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0VtYWlsLW1hcmtldGluZy0yLndlYnAiLCJpZCI6MjEzMiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6IjdjYjEzOTYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkVtYWlsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9lbWFpbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYjYxMDY3NyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkxlYXJuIHRvIGNyZWF0ZSBpbXBhY3RmdWwgZW1haWwgY2FtcGFpZ25zLCBhbmQgdXRpbGl6ZSBzZWdtZW50YXRpb24gdG8gZGVsaXZlciBwZXJzb25hbGl6ZWQgZXhwZXJpZW5jZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6ImU3YTg3YzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19XX1dfV19LHsiaWQiOiI0NThjMjU1IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwiY29udGVudF9wb3NpdGlvbiI6Im1pZGRsZSIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6MCwiYm90dG9tIjoiIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjgwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiODAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiIifSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM0ZDNiZWIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsfSwiZWxlbWVudHMiOlt7ImlkIjoiZTdiOTYxMiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJMZWFkIE51cnR1cmluZyBQcm9jZXNzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiIiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiJ9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjJlMmM5MjkiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6ImYyMjIyZWIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiI5ZWVhZjg4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaWNvbl9ib3hlcyI6W3siaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvTGVhZC1Db2xsZWN0aW9uLndlYnAiLCJpZCI6MjQ2NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIENvbGxlY3Rpb24iLCJ0ZXh0IjoiVGhlIGxlYWQgY29sbGVjdGlvbiBzdGVwIGludm9sdmVzIGdhdGhlcmluZyBwb3RlbnRpYWwgbGVhZHMgZnJvbSB2YXJpb3VzIHNvdXJjZXMgbGlrZSBvbmxpbmUgZm9ybXMsIHRyYWRlIHNob3dzLCBhbmQgc29jaWFsIG1lZGlhLiBFc3NlbnRpYWwgZGV0YWlscyBzdWNoIGFzIGNvbnRhY3QgaW5mb3JtYXRpb24sIGNvbXBhbnkgc2l6ZSwgYW5kIGluZHVzdHJ5IGFyZSBjb2xsZWN0ZWQuIFRoaXMgZGF0YSBmb3JtcyB0aGUgYmFzaXMgZm9yIGZ1cnRoZXIgcXVhbGlmaWNhdGlvbiBhbmQgZW5yaWNobWVudC4iLCJfaWQiOiIzNTRlYmVlIn0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Jbml0aWFsLVF1YWxpZmljYXRpb24ud2VicCIsImlkIjoyNDYzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkluaXRpYWwgUXVhbGlmaWNhdGlvbiIsInRleHQiOiJJbml0aWFsIHF1YWxpZmljYXRpb24gYXNzZXNzZXMgd2hldGhlciBlYWNoIGxlYWQgbWVldHMga2V5IGNyaXRlcmlhIHJlbGV2YW50IHRvIHRoZSBjb21wYW554oCZcyB0YXJnZXQgYXVkaWVuY2UuIFRoaXMgaW5jbHVkZXMgZXZhbHVhdGluZyBpbmR1c3RyeSByZWxldmFuY2UsIGNvbXBhbnkgc2l6ZSwgYW5kIGdlb2dyYXBoaWMgbG9jYXRpb24sIGFzIHdlbGwgYXMgam9iIHRpdGxlLiBMZWFkcyBhcmUgc2NvcmVkIHRvIHByaW9yaXRpemUgdGhvc2Ugd2l0aCBhIGhpZ2hlciBwb3RlbnRpYWwgZm9yIGNvbnZlcnNpb24uIiwiX2lkIjoiMDAwNmIzNSJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvTGVhZC1FbnJpY2htZW50LndlYnAiLCJpZCI6MjQ2NSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJMZWFkIEVucmljaG1lbnQiLCJ0ZXh0IjoiTGVhZCBlbnJpY2htZW50IGVuaGFuY2VzIGRhdGEgYnkgYWRkaW5nIGRldGFpbHMgc3VjaCBhcyBjb21wYW55IHJldmVudWUgb3IgcmVjZW50IGFjdGl2aXRpZXMuIFRoaXMgcHJvdmlkZXMgYSBjb21wcmVoZW5zaXZlIHZpZXcgb2YgZWFjaCBsZWFkLCBhbGxvd2luZyBmb3IgYmV0dGVyIHNlZ21lbnRhdGlvbiBhbmQgdGFyZ2V0ZWQgZW5nYWdlbWVudC4gRW5yaWNoZWQgbGVhZHMgYXJlIGNhdGVnb3JpemVkIGJhc2VkIG9uIHRoZWlyIGZpdCB3aXRoIHRoZSBpZGVhbCBjdXN0b21lciBwcm9maWxlLiIsIl9pZCI6IjMxZDI2ZDgifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L1NhbGVzLVJlYWRpbmVzcy53ZWJwIiwiaWQiOjI0NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiU2FsZXMgUmVhZGluZXNzIiwidGV4dCI6IlNhbGVzIHJlYWRpbmVzcyBkZXRlcm1pbmVzIGlmIGEgbGVhZCBpcyByZWFkeSB0byBiZSBwYXNzZWQgdG8gdGhlIHNhbGVzIHRlYW0uIENyaXRlcmlhIHN1Y2ggYXMgYnVkZ2V0LCBhdXRob3JpdHksIG5lZWQsIGFuZCB0aW1pbmcgYXJlIHRob3JvdWdobHkgZXZhbHVhdGVkIHRvIGFzc2VzcyByZWFkaW5lc3MuIFF1YWxpZmllZCBsZWFkcyBhcmUgaGFuZGVkIG9mZiB3aXRoIGRldGFpbGVkIGluZm9ybWF0aW9uIGFuZCBhIGZvbGxvdy11cCBzdHJhdGVneSB0byBlZmZlY3RpdmVseSBudXJ0dXJlIHRoZW0gdGhyb3VnaCB0aGUgc2FsZXMgZnVubmVsLiIsIl9pZCI6IjNkOGQzZDkifV0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6IiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiaWNvbl9wcmltYXJ5X2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfYV9jb2xvciI6IiIsInRpdGxlX2NvbG9yX2EiOiIifSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsInRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfZmFtaWx5IjoiTXVsaSIsInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9mb250X3dlaWdodCI6IjcwMCIsInRpdGxlX3R5cG9ncmFwaHlfYV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfYV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9ib3hlc19jb2x1bW5zIjoiZm91cl9jb2x1bW5zIiwiYmFja2dyb3VuZF9hX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiI0ZGQkE0RCIsInRpdGxlX2NvbG9yX2EiOiIjMjIxNjAzIiwiZGVzY3JpcHRpb25fY29sb3JfYSI6IiMyMjE2MDMifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9pY29uX2JveCJ9XX1dfV19XX0seyJpZCI6Ijc1YzcyZGMiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtcyI6ImNlbnRlciIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjkiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjo5fSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiZmxleF9nYXBfbW9iaWxlIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOnRydWUsInVuaXQiOiJweCIsInNpemUiOjB9LCJoaWRlX3RhYmxldCI6ImhpZGRlbi10YWJsZXQifSwiZWxlbWVudHMiOlt7ImlkIjoiMDJjMzdmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJBcmVhcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjdkNWIyYzEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9kaXJlY3Rpb24iOiJyb3ciLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImZsZXgtc3RhcnQiLCJmbGV4X2FsaWduX2l0ZW1zIjoiZmxleC1zdGFydCIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjowfSwiZmxleF93cmFwIjoibm93cmFwIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImZsZXhfZGlyZWN0aW9uX21vYmlsZSI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXNfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImE5YjlhZmEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYmY2Y2UyZCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOi\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(34,1724833487.533101,1724833487.340000,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9jb250YWN0LXVzLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRleHRfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTMiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMTMiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6dHJ1ZX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9XX0seyJpZCI6IjdjMDk1NTQiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImJveGVkX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjkzNSwic2l6ZXMiOltdfSwibWluX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDNEMSIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjEiLCJyaWdodCI6IjIxIiwiYm90dG9tIjoiMjEiLCJsZWZ0IjoiMjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjIyIiwicmlnaHQiOiIyMiIsImJvdHRvbSI6IjIyIiwibGVmdCI6IjIyIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9fSwiZWxlbWVudHMiOlt7ImlkIjoiMDE1Mjk5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiR2V0IEluIFRvdWNoIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjgwMCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYWYyYTdkYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkZpbGwgb3V0IHRoaXMgZm9ybSBhbmQgb25lIG9mIG91ciBhZ2VudHMgd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzb29uPC9wPiIsInRleHRfY29sb3IiOiIjRkZGRkZGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01OCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMGNhZTIzNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZvcm1faWQiOiIxODc5IiwiZmllbGRCYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2MDAiLCJmaWVsZEJvcmRlckNvbG9yIjoiI0ZGRkZGRiIsImZpZWxkVGV4dENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU2l6ZSI6ImxhcmdlIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcInNtYWxsXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibGFyZ2VcIixcImxhYmVsQ29sb3JcIjpcIiNGRkZGRkZEOVwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJmaWVsZFNpemUiOiJzbWFsbCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6IjQ1OGMyNTUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJjb250ZW50X3Bvc2l0aW9uIjoibWlkZGxlIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjowLCJib3R0b20iOiIiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiODAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI4MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOlt7ImlkIjoiMzRkM2JlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJlN2I5NjEyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkxlYWQgTnVydHVyaW5nIFByb2Nlc3MiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiMmUyYzkyOSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiZjIyMjJlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjllZWFmODgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUNvbGxlY3Rpb24ud2VicCIsImlkIjoyNDY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgQ29sbGVjdGlvbiIsInRleHQiOiJUaGUgbGVhZCBjb2xsZWN0aW9uIHN0ZXAgaW52b2x2ZXMgZ2F0aGVyaW5nIHBvdGVudGlhbCBsZWFkcyBmcm9tIHZhcmlvdXMgc291cmNlcyBsaWtlIG9ubGluZSBmb3JtcywgdHJhZGUgc2hvd3MsIGFuZCBzb2NpYWwgbWVkaWEuIEVzc2VudGlhbCBkZXRhaWxzIHN1Y2ggYXMgY29udGFjdCBpbmZvcm1hdGlvbiwgY29tcGFueSBzaXplLCBhbmQgaW5kdXN0cnkgYXJlIGNvbGxlY3RlZC4gVGhpcyBkYXRhIGZvcm1zIHRoZSBiYXNpcyBmb3IgZnVydGhlciBxdWFsaWZpY2F0aW9uIGFuZCBlbnJpY2htZW50LiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0luaXRpYWwtUXVhbGlmaWNhdGlvbi53ZWJwIiwiaWQiOjI0NjMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiSW5pdGlhbCBRdWFsaWZpY2F0aW9uIiwidGV4dCI6IkluaXRpYWwgcXVhbGlmaWNhdGlvbiBhc3Nlc3NlcyB3aGV0aGVyIGVhY2ggbGVhZCBtZWV0cyBrZXkgY3JpdGVyaWEgcmVsZXZhbnQgdG8gdGhlIGNvbXBhbnnigJlzIHRhcmdldCBhdWRpZW5jZS4gVGhpcyBpbmNsdWRlcyBldmFsdWF0aW5nIGluZHVzdHJ5IHJlbGV2YW5jZSwgY29tcGFueSBzaXplLCBhbmQgZ2VvZ3JhcGhpYyBsb2NhdGlvbiwgYXMgd2VsbCBhcyBqb2IgdGl0bGUuIExlYWRzIGFyZSBzY29yZWQgdG8gcHJpb3JpdGl6ZSB0aG9zZSB3aXRoIGEgaGlnaGVyIHBvdGVudGlhbCBmb3IgY29udmVyc2lvbi4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2FsZXMtUmVhZGluZXNzLndlYnAiLCJpZCI6MjQ2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTYWxlcyBSZWFkaW5lc3MiLCJ0ZXh0IjoiU2FsZXMgcmVhZGluZXNzIGRldGVybWluZXMgaWYgYSBsZWFkIGlzIHJlYWR5IHRvIGJlIHBhc3NlZCB0byB0aGUgc2FsZXMgdGVhbS4gQ3JpdGVyaWEgc3VjaCBhcyBidWRnZXQsIGF1dGhvcml0eSwgbmVlZCwgYW5kIHRpbWluZyBhcmUgdGhvcm91Z2hseSBldmFsdWF0ZWQgdG8gYXNzZXNzIHJlYWRpbmVzcy4gUXVhbGlmaWVkIGxlYWRzIGFyZSBoYW5kZWQgb2ZmIHdpdGggZGV0YWlsZWQgaW5mb3JtYXRpb24gYW5kIGEgZm9sbG93LXVwIHN0cmF0ZWd5IHRvIGVmZmVjdGl2ZWx5IG51cnR1cmUgdGhlbSB0aHJvdWdoIHRoZSBzYWxlcyBmdW5uZWwuIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In1dfV19XX1dfSx7ImlkIjoiNzVjNzJkYyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zIjoiY2VudGVyIiwiZmxleF9nYXAiOnsiY29sdW1uIjoiOSIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjl9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJmbGV4X2dhcF9tb2JpbGUiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6dHJ1ZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhpZGVfdGFibGV0IjoiaGlkZGVuLXRhYmxldCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwMmMzN2ZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkFyZWFzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX3RpdGxlIjoiU2VjdGlvbiBUaXRsZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiN2Q1YjJjMSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1zdGFydCIsImZsZXhfYWxpZ25faXRlbXMiOiJmbGV4LXN0YXJ0IiwiZmxleF9nYXAiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjB9LCJmbGV4X3dyYXAiOiJub3dyYXAiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZmxleF9kaXJlY3Rpb25fbW9iaWxlIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtc19tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYTliOWFmYSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6Im\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(35,1724834545.745038,1724834545.604700,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=2827&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiNTkzMzE3NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiNjYxNTYxNiIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImI2MzY5YjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiIyYTgxMDdmIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9jb250YWN0LXVzLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRleHRfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTMiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMTMiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6dHJ1ZX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9XX0seyJpZCI6ImUwZTBiOGYiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImJveGVkX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjkzNSwic2l6ZXMiOltdfSwibWluX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDNEMSIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjEiLCJyaWdodCI6IjIxIiwiYm90dG9tIjoiMjEiLCJsZWZ0IjoiMjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjIyIiwicmlnaHQiOiIyMiIsImJvdHRvbSI6IjIyIiwibGVmdCI6IjIyIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9fSwiZWxlbWVudHMiOlt7ImlkIjoiMTk4MGYzYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiR2V0IEluIFRvdWNoIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjgwMCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJkODdkZDA0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZm9ybV9pZCI6IjE4NzkiLCJmaWVsZEJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYwMCIsImZpZWxkQm9yZGVyQ29sb3IiOiIjRkZGRkZGIiwiZmllbGRUZXh0Q29sb3IiOiIjRkZGRkZGIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcIm1lZGl1bVwiLFwiZmllbGRCb3JkZXJSYWRpdXNcIjpcIjNcIixcImZpZWxkQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2MDBcIixcImZpZWxkQm9yZGVyQ29sb3JcIjpcIiNGRkZGRkZcIixcImZpZWxkVGV4dENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbFNpemVcIjpcIm1lZGl1bVwiLFwibGFiZWxDb2xvclwiOlwiI0ZGRkZGRkQ5XCIsXCJsYWJlbFN1YmxhYmVsQ29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsRXJyb3JDb2xvclwiOlwiI2Q2MzYzN1wiLFwiYnV0dG9uU2l6ZVwiOlwibWVkaXVtXCIsXCJidXR0b25Cb3JkZXJSYWRpdXNcIjozLFwiYnV0dG9uQmFja2dyb3VuZENvbG9yXCI6XCIjQ0U4NTE2XCIsXCJidXR0b25UZXh0Q29sb3JcIjpcIiNmZmZmZmZcIn0iLCJfX2dsb2JhbHNfXyI6e30sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImE2MTI0OTkiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiZTEyYThmMyIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiI5YjE3NmZiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiYWY1Y2Q5YSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6IjY3YzZiZWEiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZmEyODE0NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2ZDVmZTFlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiI2MWFiMTllIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiNmQ3NzY0YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIyNGJkZmM1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6ImEzMjAzMGQiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmM3Mjc2MyIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImUwOTBlMGQiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJlZTdjYTY0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiJkOWNkZDdhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiYjYxOTExMCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOGU0NjQ4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIjMDAwMDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiZTk1NDY2ZSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjdkMzI0NzciLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI4ZDVjNzQzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2EvbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYzU5NGE4NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2EvL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNTc3MTI5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjdmOTM5MTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2EvbGVhZC1nZW5lcmF0aW9uLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSIsInRpdGxlX2NvbG9yIjoiIzAwMDAwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6Ijk5MWEwZmMiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJkYTEyNjA3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2RpZ2l0YWwtbWFya2V0aW5nLndlYnAiLCJpZCI6MTc2MiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImI5MzJiZGYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkRpZ2l0YWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJlNzkxODkwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6ImNhNTk5OTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2EvZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYzc0NGVmZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjZlZmZkNmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvd2ViLWRldmVsb3BtZW50LndlYnAiLCJpZCI6MTc2OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI2NmIwMmQ5IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJXZWIgRGV2ZWxvcG1lbnQiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJmNTIxYzVmIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQ1MTM0N2EiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2Evd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfSx7ImlkIjoiNGI5N2I5ZiIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6Ijg0MjFjOTEiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwOTFiN2I4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0NvbnRlbnQtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTM0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiOTY5NzA2MyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiQ29udGVudCBNYXJrZXRpbmciLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNTBhNWE1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNmUxYjNjOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI5NzRkNjI5IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNTcyMTc1NSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9zZW8ud2VicCIsImlkIjoxNzY2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3Nlby8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6Ijk4ZGI5ZWIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlNFTyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2Evc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyMGRjY2QiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiOWFhNjU1NCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIiwidGl0bGVfY29sb3IiOiIjMDAwMDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiZDY0MGFmZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjhiZTA0ZjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcHBjLWFkdmVydGlzaW5nLndlYnAiLCJpZCI6MTc2NSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIzMTA1NDVjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3BwYy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJmZjQ4YTNiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGlzY292ZXIgdGhlIHN0cmF0ZWdpZXMgdG8gY3JlYXRlIGNvbXBlbGxpbmcgYWQgY2FtcGFpZ25zLCBhbmQgbWF4aW1pemUgeW91ciByZXR1cm4gb24gaW52ZXN0bWVudC48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNjZiMjhkNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIiwidGl0bGVfY29sb3IiOiIjMDAwMDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJkY2U5Mjg4IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiMmYzZWFiMiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImNmMThlNjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiYTZiMDcyOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiU29jaWFsIE1lZGlhIE1hcmtldGluZyIsImhlYWRlcl9zaXplIjoiaDMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc29jaWFsLW1lZGlhLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4ZmZhZmZjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5DcmFmdCBjb21wZWxsaW5nIGNvbnRlbnQgdG8gZW5nYWdpbmcgd2l0aCB5b3VyIGF1ZGllbmNlLCBsZWFybiBob3cgdG8gdXNlIHNvY2lhbCBtZWRpYSBwbGF0Zm9ybXMgdG8gZXhwYW5kIHlvdXIgcmVhY2gsPC9wPiIsInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiJjY2Y3MjdjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIiwidGl0bGVfY29sb3IiOiIjMDAwMDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNDFiYWQwMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImY4YjZlMmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2VhYzVkOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9lbWFpbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiOGNlOTRhMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkxlYXJuIHRvIGNyZWF0ZSBpbXBhY3RmdWwgZW1haWwgY2FtcGFpZ25zLCBhbmQgdXRpbGl6ZSBzZWdtZW50YXRpb24gdG8gZGVsaXZlciBwZXJzb25hbGl6ZWQgZXhwZXJpZW5jZXMuPC9wPiIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInRleHRfY29sb3IiOiIifSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6ImE2ZWZlNGEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2EvZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSIsInRpdGxlX2NvbG9yIjoiIzAwMDAwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6ImQ2YjEwZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJjb250ZW50X3Bvc2l0aW9uIjoibWlkZGxlIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjowLCJib3R0b20iOiIiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiODAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI4MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOlt7ImlkIjoiMTJhYWUzNyIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJiNDExNzJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkxlYWQgTnVydHVyaW5nIFByb2Nlc3MiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiMGU3Y2JmNSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiN2JlMzY3OCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjI1M2YwNGEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUNvbGxlY3Rpb24ud2VicCIsImlkIjoyNDY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgQ29sbGVjdGlvbiIsInRleHQiOiJUaGUgbGVhZCBjb2xsZWN0aW9uIHN0ZXAgaW52b2x2ZXMgZ2F0aGVyaW5nIHBvdGVudGlhbCBsZWFkcyBmcm9tIHZhcmlvdXMgc291cmNlcyBsaWtlIG9ubGluZSBmb3JtcywgdHJhZGUgc2hvd3MsIGFuZCBzb2NpYWwgbWVkaWEuIEVzc2VudGlhbCBkZXRhaWxzIHN1Y2ggYXMgY29udGFjdCBpbmZvcm1hdGlvbiwgY29tcGFueSBzaXplLCBhbmQgaW5kdXN0cnkgYXJlIGNvbGxlY3RlZC4gVGhpcyBkYXRhIGZvcm1zIHRoZSBiYXNpcyBmb3IgZnVydGhlciBxdWFsaWZpY2F0aW9uIGFuZCBlbnJpY2htZW50LiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0luaXRpYWwtUXVhbGlmaWNhdGlvbi53ZWJwIiwiaWQiOjI0NjMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiSW5pdGlhbCBRdWFsaWZpY2F0aW9uIiwidGV4dCI6IkluaXRpYWwgcXVhbGlmaWNhdGlvbiBhc3Nlc3NlcyB3aGV0aGVyIGVhY2ggbGVhZCBtZWV0cyBrZXkgY3JpdGVyaWEgcmVsZXZhbnQgdG8gdGhlIGNvbXBhbnnigJlzIHRhcmdldCBhdWRpZW5jZS4gVGhpcyBpbmNsdWRlcyBldmFsdWF0aW5nIGluZHVzdHJ5IHJlbGV2YW5jZSwgY29tcGFueSBzaXplLCBhbmQgZ2VvZ3JhcGhpYyBsb2NhdGlvbiwgYXMgd2VsbCBhcyBqb2IgdGl0bGUuIExlYWRzIGFyZSBzY29yZWQgdG8gcHJpb3JpdGl6ZSB0aG9zZSB3aXRoIGEgaGlnaGVyIHBvdGVudGlhbCBmb3IgY29udmVyc2lvbi4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2FsZXMtUmVhZGluZXNzLndlYnAiLCJpZCI6MjQ2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTYWxlcyBSZWFkaW5lc3MiLCJ0ZXh0IjoiU2FsZXMgcmVhZGluZXNzIGRldGVybWluZXMgaWYgYSBsZWFkIGlzIHJlYWR5IHRvIGJlIHBhc3NlZCB0byB0aGUgc2FsZXMgdGVhbS4gQ3JpdGVyaWEgc3VjaCBhcyBidWRnZXQsIGF1dGhvcml0eSwgbmVlZCwgYW5kIHRpbWluZyBhcmUgdGhvcm91Z2hseSBldmFsdWF0ZWQgdG8gYXNzZXNzIHJlYWRpbmVzcy4gUXVhbGlmaWVkIGxlYWRzIGFyZSBoYW5kZWQgb2ZmIHdpdGggZGV0YWlsZWQgaW5mb3JtYXRpb24gYW5kIGEgZm9sbG93LXVwIHN0cmF0ZWd5IHRvIGVmZmVjdGl2ZWx5IG51cnR1cmUgdGhlbSB0aHJvdWdoIHRoZSBzYWxlcyBmdW5uZWwuIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In1dfV19XX1dfSx7ImlkIjoiNzJjODk4YSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zIjoiY2VudGVyIiwiZmxleF9nYXAiOnsiY29sdW1uIjoiOSIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjl9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJmbGV4X2dhcF9tb2JpbGUiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6dHJ1ZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhpZGVfdGFibGV0IjoiaGlkZGVuLXRhYmxldCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZTgzZDg1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkFyZWFzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX3RpdGxlIjoiU2VjdGlvbiBUaXRsZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiYjMzNGFiZiIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1zdGFydCIsImZsZXhfYWxpZ25faXRlbXMiOiJmbGV4LXN0YXJ0IiwiZmxleF9nYXAiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjB9LCJmbGV4X3dyYXAiOiJub3dyYXAiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZmxleF9kaXJlY3Rpb25fbW9iaWxlIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtc19tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiNTg5Yjk1YSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiIzMTZjZjFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaG\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(36,1724834507.604703,1724834507.405500,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9jb250YWN0LXVzLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRleHRfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTMiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMTMiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6dHJ1ZX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9XX0seyJpZCI6IjdjMDk1NTQiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImJveGVkX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjkzNSwic2l6ZXMiOltdfSwibWluX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDNEMSIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjEiLCJyaWdodCI6IjIxIiwiYm90dG9tIjoiMjEiLCJsZWZ0IjoiMjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjIyIiwicmlnaHQiOiIyMiIsImJvdHRvbSI6IjIyIiwibGVmdCI6IjIyIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9fSwiZWxlbWVudHMiOlt7ImlkIjoiMDE1Mjk5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiR2V0IEluIFRvdWNoIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjgwMCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYWYyYTdkYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkZpbGwgb3V0IHRoaXMgZm9ybSBhbmQgb25lIG9mIG91ciBhZ2VudHMgd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzb29uPC9wPiIsInRleHRfY29sb3IiOiIjRkZGRkZGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01OCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMGNhZTIzNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZvcm1faWQiOiIxODc5IiwiZmllbGRCYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2MDAiLCJmaWVsZEJvcmRlckNvbG9yIjoiI0ZGRkZGRiIsImZpZWxkVGV4dENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU2l6ZSI6ImxhcmdlIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcInNtYWxsXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibGFyZ2VcIixcImxhYmVsQ29sb3JcIjpcIiNGRkZGRkZEOVwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJmaWVsZFNpemUiOiJzbWFsbCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6IjQ1OGMyNTUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJjb250ZW50X3Bvc2l0aW9uIjoibWlkZGxlIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjowLCJib3R0b20iOiIiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiODAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI4MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOlt7ImlkIjoiMzRkM2JlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJlN2I5NjEyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkxlYWQgTnVydHVyaW5nIFByb2Nlc3MiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiMmUyYzkyOSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiZjIyMjJlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjllZWFmODgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUNvbGxlY3Rpb24ud2VicCIsImlkIjoyNDY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgQ29sbGVjdGlvbiIsInRleHQiOiJUaGUgbGVhZCBjb2xsZWN0aW9uIHN0ZXAgaW52b2x2ZXMgZ2F0aGVyaW5nIHBvdGVudGlhbCBsZWFkcyBmcm9tIHZhcmlvdXMgc291cmNlcyBsaWtlIG9ubGluZSBmb3JtcywgdHJhZGUgc2hvd3MsIGFuZCBzb2NpYWwgbWVkaWEuIEVzc2VudGlhbCBkZXRhaWxzIHN1Y2ggYXMgY29udGFjdCBpbmZvcm1hdGlvbiwgY29tcGFueSBzaXplLCBhbmQgaW5kdXN0cnkgYXJlIGNvbGxlY3RlZC4gVGhpcyBkYXRhIGZvcm1zIHRoZSBiYXNpcyBmb3IgZnVydGhlciBxdWFsaWZpY2F0aW9uIGFuZCBlbnJpY2htZW50LiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0luaXRpYWwtUXVhbGlmaWNhdGlvbi53ZWJwIiwiaWQiOjI0NjMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiSW5pdGlhbCBRdWFsaWZpY2F0aW9uIiwidGV4dCI6IkluaXRpYWwgcXVhbGlmaWNhdGlvbiBhc3Nlc3NlcyB3aGV0aGVyIGVhY2ggbGVhZCBtZWV0cyBrZXkgY3JpdGVyaWEgcmVsZXZhbnQgdG8gdGhlIGNvbXBhbnnigJlzIHRhcmdldCBhdWRpZW5jZS4gVGhpcyBpbmNsdWRlcyBldmFsdWF0aW5nIGluZHVzdHJ5IHJlbGV2YW5jZSwgY29tcGFueSBzaXplLCBhbmQgZ2VvZ3JhcGhpYyBsb2NhdGlvbiwgYXMgd2VsbCBhcyBqb2IgdGl0bGUuIExlYWRzIGFyZSBzY29yZWQgdG8gcHJpb3JpdGl6ZSB0aG9zZSB3aXRoIGEgaGlnaGVyIHBvdGVudGlhbCBmb3IgY29udmVyc2lvbi4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2FsZXMtUmVhZGluZXNzLndlYnAiLCJpZCI6MjQ2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTYWxlcyBSZWFkaW5lc3MiLCJ0ZXh0IjoiU2FsZXMgcmVhZGluZXNzIGRldGVybWluZXMgaWYgYSBsZWFkIGlzIHJlYWR5IHRvIGJlIHBhc3NlZCB0byB0aGUgc2FsZXMgdGVhbS4gQ3JpdGVyaWEgc3VjaCBhcyBidWRnZXQsIGF1dGhvcml0eSwgbmVlZCwgYW5kIHRpbWluZyBhcmUgdGhvcm91Z2hseSBldmFsdWF0ZWQgdG8gYXNzZXNzIHJlYWRpbmVzcy4gUXVhbGlmaWVkIGxlYWRzIGFyZSBoYW5kZWQgb2ZmIHdpdGggZGV0YWlsZWQgaW5mb3JtYXRpb24gYW5kIGEgZm9sbG93LXVwIHN0cmF0ZWd5IHRvIGVmZmVjdGl2ZWx5IG51cnR1cmUgdGhlbSB0aHJvdWdoIHRoZSBzYWxlcyBmdW5uZWwuIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In1dfV19XX1dfSx7ImlkIjoiNzVjNzJkYyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zIjoiY2VudGVyIiwiZmxleF9nYXAiOnsiY29sdW1uIjoiOSIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjl9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJmbGV4X2dhcF9tb2JpbGUiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6dHJ1ZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhpZGVfdGFibGV0IjoiaGlkZGVuLXRhYmxldCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwMmMzN2ZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkFyZWFzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX3RpdGxlIjoiU2VjdGlvbiBUaXRsZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiN2Q1YjJjMSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1zdGFydCIsImZsZXhfYWxpZ25faXRlbXMiOiJmbGV4LXN0YXJ0IiwiZmxleF9nYXAiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjB9LCJmbGV4X3dyYXAiOiJub3dyYXAiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZmxleF9kaXJlY3Rpb25fbW9iaWxlIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtc19tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYTliOWFmYSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6Im\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(37,1724834235.030193,1724834234.834000,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9jb250YWN0LXVzLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRleHRfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTMiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMTMiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6dHJ1ZX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9XX0seyJpZCI6IjdjMDk1NTQiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImJveGVkX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjkzNSwic2l6ZXMiOltdfSwibWluX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDNEMSIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjEiLCJyaWdodCI6IjIxIiwiYm90dG9tIjoiMjEiLCJsZWZ0IjoiMjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjIyIiwicmlnaHQiOiIyMiIsImJvdHRvbSI6IjIyIiwibGVmdCI6IjIyIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9fSwiZWxlbWVudHMiOlt7ImlkIjoiMDE1Mjk5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiR2V0IEluIFRvdWNoIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjgwMCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYWYyYTdkYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkZpbGwgb3V0IHRoaXMgZm9ybSBhbmQgb25lIG9mIG91ciBhZ2VudHMgd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzb29uPC9wPiIsInRleHRfY29sb3IiOiIjRkZGRkZGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01OCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMGNhZTIzNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZvcm1faWQiOiIxODc5IiwiZmllbGRCYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2MDAiLCJmaWVsZEJvcmRlckNvbG9yIjoiI0ZGRkZGRiIsImZpZWxkVGV4dENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU2l6ZSI6ImxhcmdlIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcInNtYWxsXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibGFyZ2VcIixcImxhYmVsQ29sb3JcIjpcIiNGRkZGRkZEOVwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJmaWVsZFNpemUiOiJzbWFsbCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6IjQ1OGMyNTUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAwLCJzaXplcyI6W119LCJjb250ZW50X3Bvc2l0aW9uIjoibWlkZGxlIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjowLCJib3R0b20iOiIiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiODAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI4MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOlt7ImlkIjoiMzRkM2JlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJlN2I5NjEyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkxlYWQgTnVydHVyaW5nIFByb2Nlc3MiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiMmUyYzkyOSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiZjIyMjJlYiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjoxMDAsIl9pbmxpbmVfc2l6ZSI6bnVsbH0sImVsZW1lbnRzIjpbeyJpZCI6IjllZWFmODgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpY29uX2JveGVzIjpbeyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUNvbGxlY3Rpb24ud2VicCIsImlkIjoyNDY0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgQ29sbGVjdGlvbiIsInRleHQiOiJUaGUgbGVhZCBjb2xsZWN0aW9uIHN0ZXAgaW52b2x2ZXMgZ2F0aGVyaW5nIHBvdGVudGlhbCBsZWFkcyBmcm9tIHZhcmlvdXMgc291cmNlcyBsaWtlIG9ubGluZSBmb3JtcywgdHJhZGUgc2hvd3MsIGFuZCBzb2NpYWwgbWVkaWEuIEVzc2VudGlhbCBkZXRhaWxzIHN1Y2ggYXMgY29udGFjdCBpbmZvcm1hdGlvbiwgY29tcGFueSBzaXplLCBhbmQgaW5kdXN0cnkgYXJlIGNvbGxlY3RlZC4gVGhpcyBkYXRhIGZvcm1zIHRoZSBiYXNpcyBmb3IgZnVydGhlciBxdWFsaWZpY2F0aW9uIGFuZCBlbnJpY2htZW50LiIsIl9pZCI6IjM1NGViZWUifSx7Imljb25fdHlwZSI6ImN1c3RvbV9pY29uIiwiY3VzdG9tX2ljb24iOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0luaXRpYWwtUXVhbGlmaWNhdGlvbi53ZWJwIiwiaWQiOjI0NjMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sInRpdGxlIjoiSW5pdGlhbCBRdWFsaWZpY2F0aW9uIiwidGV4dCI6IkluaXRpYWwgcXVhbGlmaWNhdGlvbiBhc3Nlc3NlcyB3aGV0aGVyIGVhY2ggbGVhZCBtZWV0cyBrZXkgY3JpdGVyaWEgcmVsZXZhbnQgdG8gdGhlIGNvbXBhbnnigJlzIHRhcmdldCBhdWRpZW5jZS4gVGhpcyBpbmNsdWRlcyBldmFsdWF0aW5nIGluZHVzdHJ5IHJlbGV2YW5jZSwgY29tcGFueSBzaXplLCBhbmQgZ2VvZ3JhcGhpYyBsb2NhdGlvbiwgYXMgd2VsbCBhcyBqb2IgdGl0bGUuIExlYWRzIGFyZSBzY29yZWQgdG8gcHJpb3JpdGl6ZSB0aG9zZSB3aXRoIGEgaGlnaGVyIHBvdGVudGlhbCBmb3IgY29udmVyc2lvbi4iLCJfaWQiOiIwMDA2YjM1In0seyJpY29uX3R5cGUiOiJjdXN0b21faWNvbiIsImN1c3RvbV9pY29uIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9MZWFkLUVucmljaG1lbnQud2VicCIsImlkIjoyNDY1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJ0aXRsZSI6IkxlYWQgRW5yaWNobWVudCIsInRleHQiOiJMZWFkIGVucmljaG1lbnQgZW5oYW5jZXMgZGF0YSBieSBhZGRpbmcgZGV0YWlscyBzdWNoIGFzIGNvbXBhbnkgcmV2ZW51ZSBvciByZWNlbnQgYWN0aXZpdGllcy4gVGhpcyBwcm92aWRlcyBhIGNvbXByZWhlbnNpdmUgdmlldyBvZiBlYWNoIGxlYWQsIGFsbG93aW5nIGZvciBiZXR0ZXIgc2VnbWVudGF0aW9uIGFuZCB0YXJnZXRlZCBlbmdhZ2VtZW50LiBFbnJpY2hlZCBsZWFkcyBhcmUgY2F0ZWdvcml6ZWQgYmFzZWQgb24gdGhlaXIgZml0IHdpdGggdGhlIGlkZWFsIGN1c3RvbWVyIHByb2ZpbGUuIiwiX2lkIjoiMzFkMjZkOCJ9LHsiaWNvbl90eXBlIjoiY3VzdG9tX2ljb24iLCJjdXN0b21faWNvbiI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2FsZXMtUmVhZGluZXNzLndlYnAiLCJpZCI6MjQ2NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwidGl0bGUiOiJTYWxlcyBSZWFkaW5lc3MiLCJ0ZXh0IjoiU2FsZXMgcmVhZGluZXNzIGRldGVybWluZXMgaWYgYSBsZWFkIGlzIHJlYWR5IHRvIGJlIHBhc3NlZCB0byB0aGUgc2FsZXMgdGVhbS4gQ3JpdGVyaWEgc3VjaCBhcyBidWRnZXQsIGF1dGhvcml0eSwgbmVlZCwgYW5kIHRpbWluZyBhcmUgdGhvcm91Z2hseSBldmFsdWF0ZWQgdG8gYXNzZXNzIHJlYWRpbmVzcy4gUXVhbGlmaWVkIGxlYWRzIGFyZSBoYW5kZWQgb2ZmIHdpdGggZGV0YWlsZWQgaW5mb3JtYXRpb24gYW5kIGEgZm9sbG93LXVwIHN0cmF0ZWd5IHRvIGVmZmVjdGl2ZWx5IG51cnR1cmUgdGhlbSB0aHJvdWdoIHRoZSBzYWxlcyBmdW5uZWwuIiwiX2lkIjoiM2Q4ZDNkOSJ9XSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfYV90eXBvZ3JhcGh5IjoiIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiIiLCJpY29uX3ByaW1hcnlfY29sb3IiOiIiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5IiwiYmFja2dyb3VuZF9hX2NvbG9yIjoiIiwidGl0bGVfY29sb3JfYSI6IiJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwidGl0bGVfdHlwb2dyYXBoeV9hX3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2FfZm9udF9mYW1pbHkiOiJNdWxpIiwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9hX2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9hX2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfYV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2FfZm9udF93ZWlnaHQiOiI0MDAiLCJpY29uX2JveGVzX2NvbHVtbnMiOiJmb3VyX2NvbHVtbnMiLCJiYWNrZ3JvdW5kX2FfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2FfY29sb3IiOiIjRkZCQTREIiwidGl0bGVfY29sb3JfYSI6IiMyMjE2MDMiLCJkZXNjcmlwdGlvbl9jb2xvcl9hIjoiIzIyMTYwMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX2ljb25fYm94In1dfV19XX1dfSx7ImlkIjoiNzVjNzJkYyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJmbGV4X2FsaWduX2l0ZW1zIjoiY2VudGVyIiwiZmxleF9nYXAiOnsiY29sdW1uIjoiOSIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjl9LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJmbGV4X2dhcF9tb2JpbGUiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6dHJ1ZSwidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhpZGVfdGFibGV0IjoiaGlkZGVuLXRhYmxldCJ9LCJlbGVtZW50cyI6W3siaWQiOiIwMmMzN2ZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkFyZWFzIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiaG9tZXlfbWFpbl90aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJob21leV9zdWJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9tYXJnaW5fYm90dG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiaG91emV6X3NlY3Rpb25fdGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1wcmltYXJ5IiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiJnbG9iYWxzL2NvbG9ycz9pZD1zZWNvbmRhcnkifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX3RpdGxlIjoiU2VjdGlvbiBUaXRsZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifSx7ImlkIjoiN2Q1YjJjMSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1zdGFydCIsImZsZXhfYWxpZ25faXRlbXMiOiJmbGV4LXN0YXJ0IiwiZmxleF9nYXAiOnsiY29sdW1uIjoiMCIsInJvdyI6IjAiLCJpc0xpbmtlZCI6ZmFsc2UsInVuaXQiOiJweCIsInNpemUiOjB9LCJmbGV4X3dyYXAiOiJub3dyYXAiLCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZmxleF9kaXJlY3Rpb25fbW9iaWxlIjoiY29sdW1uIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtc19tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYTliOWFmYSIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W3siaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6Im\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(38,1724834972.980845,1724834972.878500,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjk0Ijp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiI2ZmNmOTQ4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPWh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2Evd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2Fza2F0Y2hhd2FuLndlYnAgYWx0PVwiRnJvbnQgSW1hZ2VcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5RVUVCRUM8L2gyPiA8IS0tIEFkZGVkIHRpdGxlIG9uIHRoZSBmcm9udCBzaWRlIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZsaXAtY2FyZC1iYWNrXCI+XHJcbiAgICAgICAgICAgICAgICAgPGgyPlNBU0tBVENIRVdBTjwvaDI+XHJcbiAgICAgICAgICAgICAgICA8cD5TYXNrYXRjaGV3YW4gaGFzIGEgdmlicmFudCBhcnQgYW5kIGN1bHR1cmUgc2NlbmUsIHNjZW5pYyBwcm92aW5jaWFsIHBhcmtzIGFuZCBwbGVudHkgb2Ygc3BvcnRzIGFuZCByZWNyZWF0aW9uIG9wcG9ydHVuaXRpZXMuIEtub3duIGFzIHRoZSBiaXJ0aHBsYWNlIG9mIE1lZGljYXJlPC9wPlxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBvbmNsaWNrPVwid2luZG93LmxvY2F0aW9uLmhyZWY9J2h0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zYXNrYXRjaGV3YW4vJztcIj5MZWFybiBNb3JlPC9idXR0b24+IFxyXG4gICAgICAgICAgICAgICAgPCEtLSBBZGRlZCBidXR0b24gLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvYm9keT5cclxuPC9odG1sPlxyXG4iLCJfdGl0bGUiOiIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2VsZW1lbnRfd2lkdGgiOiIiLCJfZWxlbWVudF93aWR0aF90YWJsZXQiOiIiLCJfZWxlbWVudF93aWR0aF9tb2JpbGUiOiIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2ZsZXhfYWxpZ25fc2VsZiI6IiIsIl9mbGV4X2FsaWduX3NlbGZfdGFibGV0IjoiIiwiX2ZsZXhfYWxpZ25fc2VsZl9tb2JpbGUiOiIiLCJfZmxleF9vcmRlciI6IiIsIl9mbGV4X29yZGVyX3RhYmxldCI6IiIsIl9mbGV4X29yZGVyX21vYmlsZSI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbSI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbV90YWJsZXQiOiIiLCJfZmxleF9vcmRlcl9jdXN0b21fbW9iaWxlIjoiIiwiX2ZsZXhfc2l6ZSI6IiIsIl9mbGV4X3NpemVfdGFibGV0IjoiIiwiX2ZsZXhfc2l6ZV9tb2JpbGUiOiIiLCJfZmxleF9ncm93IjoxLCJfZmxleF9ncm93X3RhYmxldCI6IiIsIl9mbGV4X2dyb3dfbW9iaWxlIjoiIiwiX2ZsZXhfc2hyaW5rIjoxLCJfZmxleF9zaHJpbmtfdGFibGV0IjoiIiwiX2ZsZXhfc2hyaW5rX21vYmlsZSI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ25fdGFibGV0IjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ25fbW9iaWxlIjoiIiwiX3Bvc2l0aW9uIjoiIiwiX29mZnNldF9vcmllbnRhdGlvbl9oIjoic3RhcnQiLCJfb2Zmc2V0X3giOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF94X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfb3JpZW50YXRpb25fdiI6InN0YXJ0IiwiX29mZnNldF95Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfel9pbmRleCI6IiIsIl96X2luZGV4X3RhYmxldCI6IiIsIl96X2luZGV4X21vYmlsZSI6IiIsIl9lbGVtZW50X2lkIjoiIiwiX2Nzc19jbGFzc2VzIjoiIiwiX2VsZW1lbnRfY2FjaGUiOiIiLCJfYW5pbWF0aW9uIjoiIiwiX2FuaW1hdGlvbl90YWJsZXQiOiIiLCJfYW5pbWF0aW9uX21vYmlsZSI6IiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6IiIsIl9hbmltYXRpb25fZGVsYXkiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlXzNkIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9rZWVwX3Byb3BvcnRpb25zIjoieWVzIiwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3X3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fZmxpcFhfZWZmZWN0IjoiIiwiX3RyYW5zZm9ybV9mbGlwWV9lZmZlY3QiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlXzNkX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9rZWVwX3Byb3BvcnRpb25zX2hvdmVyIjoieWVzIiwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3X3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fZmxpcFhfZWZmZWN0X2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9mbGlwWV9lZmZlY3RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zaXRpb25faG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50X3RhYmxldCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnRfbW9iaWxlIjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnRfdGFibGV0IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiIiwiX2JhY2tncm91bmRfY29sb3IiOiIiLCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3JfYiI6IiNmMjI5NWIiLCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF90eXBlIjoibGluZWFyIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE4MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2ltYWdlX3RhYmxldCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaW1hZ2VfbW9iaWxlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3hwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeHBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeHBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9hdHRhY2htZW50IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0X3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2JnX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9iZ193aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfdmlkZW9fbGluayI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX3N0YXJ0IjoiIiwiX2JhY2tncm91bmRfdmlkZW9fZW5kIjoiIiwiX2JhY2tncm91bmRfcGxheV9vbmNlIjoiIiwiX2JhY2tncm91bmRfcGxheV9vbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9wcml2YWN5X21vZGUiOiIiLCJfYmFja2dyb3VuZF92aWRlb19mYWxsYmFjayI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2dhbGxlcnkiOltdLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfbG9vcCI6InllcyIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19zbGlkZV9kdXJhdGlvbiI6NTAwMCwiX2JhY2tncm91bmRfc2xpZGVzaG93X3NsaWRlX3RyYW5zaXRpb24iOiJmYWRlIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X3RyYW5zaXRpb25fZHVyYXRpb24iOjUwMCwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19sYXp5bG9hZCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uIjoiaW4iLCJfYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYiI6IiNmMjI5NWIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF90eXBlIjoibGluZWFyIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE4MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX3RhYmxldCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfbW9iaWxlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeHBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeHBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9hdHRhY2htZW50IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fbGluayI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX3N0YXJ0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZW5kIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcGxheV9vbmNlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcGxheV9vbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wcml2YWN5X21vZGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19mYWxsYmFjayI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2dhbGxlcnkiOltdLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfbG9vcCI6InllcyIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19zbGlkZV9kdXJhdGlvbiI6NTAwMCwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3NsaWRlX3RyYW5zaXRpb24iOiJmYWRlIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3RyYW5zaXRpb25fZHVyYXRpb24iOjUwMCwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19sYXp5bG9hZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19rZW5fYnVybnMiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uIjoiaW4iLCJfYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYm9yZGVyX2JvcmRlciI6IiIsIl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9jb2xvciI6IiIsIl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoiIiwiX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6MTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsMCwwLDAuNSkifSwiX2JveF9zaGFkb3dfYm94X3NoYWRvd19wb3NpdGlvbiI6IiAiLCJfYm9yZGVyX2hvdmVyX2JvcmRlciI6IiIsIl9ib3JkZXJfaG92ZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl9jb2xvciI6IiIsIl9ib3JkZXJfcmFkaXVzX2hvdmVyIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvd190eXBlIjoiIiwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6MTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsMCwwLDAuNSkifSwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvd19wb3NpdGlvbiI6IiAiLCJfYm9yZGVyX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3N3aXRjaCI6IiIsIl9tYXNrX3NoYXBlIjoiY2lyY2xlIiwiX21hc2tfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9tYXNrX25vdGljZSI6IiIsIl9tYXNrX3NpemUiOiJjb250YWluIiwiX21hc2tfc2l6ZV90YWJsZXQiOiIiLCJfbWFza19zaXplX21vYmlsZSI6IiIsIl9tYXNrX3NpemVfc2NhbGUiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9tYXNrX3NpemVfc2NhbGVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19zaXplX3NjYWxlX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX21hc2tfcG9zaXRpb25fdGFibGV0IjoiIiwiX21hc2tfcG9zaXRpb25fbW9iaWxlIjoiIiwiX21hc2tfcG9zaXRpb25feCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3hfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl94X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feSI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3lfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcmVwZWF0Ijoibm8tcmVwZWF0IiwiX21hc2tfcmVwZWF0X3RhYmxldCI6IiIsIl9tYXNrX3JlcGVhdF9tb2JpbGUiOiIiLCJoaWRlX2Rlc2t0b3AiOiIiLCJoaWRlX3RhYmxldCI6IiIsImhpZGVfbW9iaWxlIjoiIn0sImRlZmF1bHRFZGl0U2V0dGluZ3MiOnsiZGVmYXVsdEVkaXRSb3V0ZSI6ImNvbnRlbnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaHRtbCIsImVkaXRTZXR0aW5ncyI6eyJkZWZhdWx0RWRpdFJvdXRlIjoiY29udGVudCIsInBhbmVsIjp7ImFjdGl2ZVRhYiI6ImNvbnRlbnQiLCJhY3RpdmVTZWN0aW9uIjoic2VjdGlvbl90aXRsZSJ9fX19fX0=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(39,1724834925.713554,1724834925.641400,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjg4Ijp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiI5NTcxN2U0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgICA8aW1nIHNyYz1odHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L05vdmEtc2NvdGlhLndlYnAgYWx0PVwiRnJvbnQgSW1hZ2VcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5RVUVCRUM8L2gyPiA8IS0tIEFkZGVkIHRpdGxlIG9uIHRoZSBmcm9udCBzaWRlIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZsaXAtY2FyZC1iYWNrXCI+XHJcbiAgICAgICAgICAgICAgICAgICA8aDI+Tk9WQSBTQ09USUE8L2gyPlxyXG4gICAgICAgICAgICAgICAgPHA+Tm92YSBTY290aWEgaXMgYSBwcm92aW5jZSBvZiBDYW5hZGEsIGxvY2F0ZWQgb24gaXRzIGVhc3QgY29hc3QuIEl0IGlzIG9uZSBvZiB0aGUgdGhyZWUgTWFyaXRpbWUgcHJvdmluY2VzLjwvcD5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gb25jbGljaz1cIndpbmRvdy5sb2NhdGlvbi5ocmVmPSdodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vbm92YS1zY290aWEvJztcIj5MZWFybiBNb3JlPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8IS0tIEFkZGVkIGJ1dHRvbiAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9ib2R5PlxyXG48L2h0bWw+XHJcbiIsIl90aXRsZSI6IiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfZWxlbWVudF93aWR0aCI6IiIsIl9lbGVtZW50X3dpZHRoX3RhYmxldCI6IiIsIl9lbGVtZW50X3dpZHRoX21vYmlsZSI6IiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiIiwiX2ZsZXhfYWxpZ25fc2VsZl90YWJsZXQiOiIiLCJfZmxleF9hbGlnbl9zZWxmX21vYmlsZSI6IiIsIl9mbGV4X29yZGVyIjoiIiwiX2ZsZXhfb3JkZXJfdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX3RhYmxldCI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbV9tb2JpbGUiOiIiLCJfZmxleF9zaXplIjoiIiwiX2ZsZXhfc2l6ZV90YWJsZXQiOiIiLCJfZmxleF9zaXplX21vYmlsZSI6IiIsIl9mbGV4X2dyb3ciOjEsIl9mbGV4X2dyb3dfdGFibGV0IjoiIiwiX2ZsZXhfZ3Jvd19tb2JpbGUiOiIiLCJfZmxleF9zaHJpbmsiOjEsIl9mbGV4X3Nocmlua190YWJsZXQiOiIiLCJfZmxleF9zaHJpbmtfbW9iaWxlIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ24iOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl90YWJsZXQiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl9tb2JpbGUiOiIiLCJfcG9zaXRpb24iOiIiLCJfb2Zmc2V0X29yaWVudGF0aW9uX2giOiJzdGFydCIsIl9vZmZzZXRfeCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF9vcmllbnRhdGlvbl92Ijoic3RhcnQiLCJfb2Zmc2V0X3kiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl96X2luZGV4IjoiIiwiX3pfaW5kZXhfdGFibGV0IjoiIiwiX3pfaW5kZXhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfaWQiOiIiLCJfY3NzX2NsYXNzZXMiOiIiLCJfZWxlbWVudF9jYWNoZSI6IiIsIl9hbmltYXRpb24iOiIiLCJfYW5pbWF0aW9uX3RhYmxldCI6IiIsIl9hbmltYXRpb25fbW9iaWxlIjoiIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoiIiwiX2FuaW1hdGlvbl9kZWxheSI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2QiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnMiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3QiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnNfaG92ZXIiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNpdGlvbl9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnRfdGFibGV0IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF9tb2JpbGUiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9ib3JkZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl9ob3Zlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXNfaG92ZXIiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc3dpdGNoIjoiIiwiX21hc2tfc2hhcGUiOiJjaXJjbGUiLCJfbWFza19pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX21hc2tfbm90aWNlIjoiIiwiX21hc2tfc2l6ZSI6ImNvbnRhaW4iLCJfbWFza19zaXplX3RhYmxldCI6IiIsIl9tYXNrX3NpemVfbW9iaWxlIjoiIiwiX21hc2tfc2l6ZV9zY2FsZSI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3NpemVfc2NhbGVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfbWFza19wb3NpdGlvbl90YWJsZXQiOiIiLCJfbWFza19wb3NpdGlvbl9tb2JpbGUiOiIiLCJfbWFza19wb3NpdGlvbl94Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19yZXBlYXQiOiJuby1yZXBlYXQiLCJfbWFza19yZXBlYXRfdGFibGV0IjoiIiwiX21hc2tfcmVwZWF0X21vYmlsZSI6IiIsImhpZGVfZGVza3RvcCI6IiIsImhpZGVfdGFibGV0IjoiIiwiaGlkZV9tb2JpbGUiOiIifSwiZGVmYXVsdEVkaXRTZXR0aW5ncyI6eyJkZWZhdWx0RWRpdFJvdXRlIjoiY29udGVudCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJodG1sIiwiZWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50IiwicGFuZWwiOnsiYWN0aXZlVGFiIjoiY29udGVudCIsImFjdGl2ZVNlY3Rpb24iOiJzZWN0aW9uX3RpdGxlIn19fX19fQ==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(40,1724834914.040452,1724834913.962200,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjgyIjp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiJjZmJkNDVkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Ccml0aXNoLWNvbGFtYmlhLndlYnBcIiBhbHQ9XCJGcm9udCBJbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+IDwhLS0gQWRkZWQgdGl0bGUgb24gdGhlIGZyb250IHNpZGUgLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWJhY2tcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5CUklUSVNIIENPTFVNQklBPC9oMj5cclxuICAgICAgICAgICAgICAgIDxwPkJyaXRpc2ggQ29sdW1iaWEsIENhbmFkYSdzIHdlc3Rlcm5tb3N0IHByb3ZpbmNlLiBJdCBpcyBib3VuZGVkIHRvIHRoZSBub3J0aCBieSBZdWtvbiBhbmQgdGhlIE5vcnRod2VzdCBUZXJyaXRvcmllcywgdG8gdGhlIGVhc3QgYnkgdGhlIHByb3ZpbmNlIG9mIEFsYmVydGE8L3A+XHJcbiAgICAgICAgICAgICAgICAgPGJ1dHRvbiBvbmNsaWNrPVwid2luZG93LmxvY2F0aW9uLmhyZWY9J2h0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9icml0aXNoLWNvbHVtYmlhLyc7XCI+TGVhcm4gTW9yZTwvYnV0dG9uPiBcclxuICAgICAgICAgICAgICAgIDwhLS0gQWRkZWQgYnV0dG9uIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2JvZHk+XHJcbjwvaHRtbD5cclxuIiwiX3RpdGxlIjoiIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9lbGVtZW50X3dpZHRoIjoiIiwiX2VsZW1lbnRfd2lkdGhfdGFibGV0IjoiIiwiX2VsZW1lbnRfd2lkdGhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9mbGV4X2FsaWduX3NlbGYiOiIiLCJfZmxleF9hbGlnbl9zZWxmX3RhYmxldCI6IiIsIl9mbGV4X2FsaWduX3NlbGZfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXIiOiIiLCJfZmxleF9vcmRlcl90YWJsZXQiOiIiLCJfZmxleF9vcmRlcl9tb2JpbGUiOiIiLCJfZmxleF9vcmRlcl9jdXN0b20iOiIiLCJfZmxleF9vcmRlcl9jdXN0b21fdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX21vYmlsZSI6IiIsIl9mbGV4X3NpemUiOiIiLCJfZmxleF9zaXplX3RhYmxldCI6IiIsIl9mbGV4X3NpemVfbW9iaWxlIjoiIiwiX2ZsZXhfZ3JvdyI6MSwiX2ZsZXhfZ3Jvd190YWJsZXQiOiIiLCJfZmxleF9ncm93X21vYmlsZSI6IiIsIl9mbGV4X3NocmluayI6MSwiX2ZsZXhfc2hyaW5rX3RhYmxldCI6IiIsIl9mbGV4X3Nocmlua19tb2JpbGUiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbiI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduX3RhYmxldCI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduX21vYmlsZSI6IiIsIl9wb3NpdGlvbiI6IiIsIl9vZmZzZXRfb3JpZW50YXRpb25faCI6InN0YXJ0IiwiX29mZnNldF94Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X29yaWVudGF0aW9uX3YiOiJzdGFydCIsIl9vZmZzZXRfeSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3pfaW5kZXgiOiIiLCJfel9pbmRleF90YWJsZXQiOiIiLCJfel9pbmRleF9tb2JpbGUiOiIiLCJfZWxlbWVudF9pZCI6IiIsIl9jc3NfY2xhc3NlcyI6IiIsIl9lbGVtZW50X2NhY2hlIjoiIiwiX2FuaW1hdGlvbiI6IiIsIl9hbmltYXRpb25fdGFibGV0IjoiIiwiX2FuaW1hdGlvbl9tb2JpbGUiOiIiLCJhbmltYXRpb25fZHVyYXRpb24iOiIiLCJfYW5pbWF0aW9uX2RlbGF5IjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZV8zZCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fa2VlcF9wcm9wb3J0aW9ucyI6InllcyIsIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld19wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX2ZsaXBYX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fZmxpcFlfZWZmZWN0IjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZV8zZF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fa2VlcF9wcm9wb3J0aW9uc19ob3ZlciI6InllcyIsIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld19wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX2ZsaXBYX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fZmxpcFlfZWZmZWN0X2hvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2l0aW9uX2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X3RhYmxldCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yIjoiIiwiX2JhY2tncm91bmRfY29sb3Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2IiOiIjZjIyOTViIiwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfdHlwZSI6ImxpbmVhciIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxODAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV90YWJsZXQiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2ltYWdlX21vYmlsZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF94cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3hwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3hwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYXR0YWNobWVudCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdF90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9iZ193aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9iZ193aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3ZpZGVvX2xpbmsiOiIiLCJfYmFja2dyb3VuZF92aWRlb19zdGFydCI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2VuZCI6IiIsIl9iYWNrZ3JvdW5kX3BsYXlfb25jZSI6IiIsIl9iYWNrZ3JvdW5kX3BsYXlfb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfcHJpdmFjeV9tb2RlIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xvb3AiOiJ5ZXMiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfZHVyYXRpb24iOjUwMDAsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19zbGlkZV90cmFuc2l0aW9uIjoiZmFkZSIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd190cmFuc2l0aW9uX2R1cmF0aW9uIjo1MDAsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJuc196b29tX2RpcmVjdGlvbiI6ImluIiwiX2JhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2IiOiIjZjIyOTViIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfdHlwZSI6ImxpbmVhciIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxODAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV90YWJsZXQiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX21vYmlsZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYXR0YWNobWVudCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdF90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2xpbmsiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19zdGFydCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2VuZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3BsYXlfb25jZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3BsYXlfb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcHJpdmFjeV9tb2RlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xvb3AiOiJ5ZXMiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfZHVyYXRpb24iOjUwMDAsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19zbGlkZV90cmFuc2l0aW9uIjoiZmFkZSIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd190cmFuc2l0aW9uX2R1cmF0aW9uIjo1MDAsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfbGF6eWxvYWQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfa2VuX2J1cm5zIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJuc196b29tX2RpcmVjdGlvbiI6ImluIiwiX2JhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JvcmRlcl9ib3JkZXIiOiIiLCJfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfY29sb3IiOiIiLCJfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6IiIsIl9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sIl9ib3hfc2hhZG93X2JveF9zaGFkb3dfcG9zaXRpb24iOiIgIiwiX2JvcmRlcl9ob3Zlcl9ib3JkZXIiOiIiLCJfYm9yZGVyX2hvdmVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfY29sb3IiOiIiLCJfYm9yZGVyX3JhZGl1c19ob3ZlciI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3dfdHlwZSI6IiIsIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3dfcG9zaXRpb24iOiIgIiwiX2JvcmRlcl9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19zd2l0Y2giOiIiLCJfbWFza19zaGFwZSI6ImNpcmNsZSIsIl9tYXNrX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfbWFza19ub3RpY2UiOiIiLCJfbWFza19zaXplIjoiY29udGFpbiIsIl9tYXNrX3NpemVfdGFibGV0IjoiIiwiX21hc2tfc2l6ZV9tb2JpbGUiOiIiLCJfbWFza19zaXplX3NjYWxlIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfbWFza19zaXplX3NjYWxlX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9tYXNrX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9tYXNrX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9tYXNrX3Bvc2l0aW9uX3giOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl94X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3kiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9tYXNrX3JlcGVhdF90YWJsZXQiOiIiLCJfbWFza19yZXBlYXRfbW9iaWxlIjoiIiwiaGlkZV9kZXNrdG9wIjoiIiwiaGlkZV90YWJsZXQiOiIiLCJoaWRlX21vYmlsZSI6IiJ9LCJkZWZhdWx0RWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imh0bWwiLCJlZGl0U2V0dGluZ3MiOnsiZGVmYXVsdEVkaXRSb3V0ZSI6ImNvbnRlbnQiLCJwYW5lbCI6eyJhY3RpdmVUYWIiOiJjb250ZW50IiwiYWN0aXZlU2VjdGlvbiI6InNlY3Rpb25fdGl0bGUifX19fX19\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(41,1724834885.928163,1724834885.835300,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjczIjp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiI4MDE3Y2JhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9BbGJlcnRhLndlYnBcIiBhbHQ9XCJGcm9udCBJbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+IDwhLS0gQWRkZWQgdGl0bGUgb24gdGhlIGZyb250IHNpZGUgLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWJhY2tcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5BTEJFUlRBPC9oMj5cclxuICAgICAgICAgICAgICAgIDxwPkFsYmVydGEgaXMgb25lIG9mIHRoZSB0aGlydGVlbiBwcm92aW5jZXMgYW5kIHRlcnJpdG9yaWVzIG9mIENhbmFkYS4gSXQgaXMgYSBwYXJ0IG9mIFdlc3Rlcm4gQ2FuYWRhIGFuZCBpcyBvbmUgb2YgdGhlIHRocmVlIHByYWlyaWUgcHJvdmluY2VzLjwvcD5cclxuICAgICAgICAgICAgICAgICA8YnV0dG9uIG9uY2xpY2s9XCJ3aW5kb3cubG9jYXRpb24uaHJlZj0naHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2FsYmVydGEvJztcIj5MZWFybiBNb3JlPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8IS0tIEFkZGVkIGJ1dHRvbiAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9ib2R5PlxyXG48L2h0bWw+XHJcbiIsIl90aXRsZSI6IiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfZWxlbWVudF93aWR0aCI6IiIsIl9lbGVtZW50X3dpZHRoX3RhYmxldCI6IiIsIl9lbGVtZW50X3dpZHRoX21vYmlsZSI6IiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiIiwiX2ZsZXhfYWxpZ25fc2VsZl90YWJsZXQiOiIiLCJfZmxleF9hbGlnbl9zZWxmX21vYmlsZSI6IiIsIl9mbGV4X29yZGVyIjoiIiwiX2ZsZXhfb3JkZXJfdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX3RhYmxldCI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbV9tb2JpbGUiOiIiLCJfZmxleF9zaXplIjoiIiwiX2ZsZXhfc2l6ZV90YWJsZXQiOiIiLCJfZmxleF9zaXplX21vYmlsZSI6IiIsIl9mbGV4X2dyb3ciOjEsIl9mbGV4X2dyb3dfdGFibGV0IjoiIiwiX2ZsZXhfZ3Jvd19tb2JpbGUiOiIiLCJfZmxleF9zaHJpbmsiOjEsIl9mbGV4X3Nocmlua190YWJsZXQiOiIiLCJfZmxleF9zaHJpbmtfbW9iaWxlIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ24iOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl90YWJsZXQiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl9tb2JpbGUiOiIiLCJfcG9zaXRpb24iOiIiLCJfb2Zmc2V0X29yaWVudGF0aW9uX2giOiJzdGFydCIsIl9vZmZzZXRfeCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF9vcmllbnRhdGlvbl92Ijoic3RhcnQiLCJfb2Zmc2V0X3kiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl96X2luZGV4IjoiIiwiX3pfaW5kZXhfdGFibGV0IjoiIiwiX3pfaW5kZXhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfaWQiOiIiLCJfY3NzX2NsYXNzZXMiOiIiLCJfZWxlbWVudF9jYWNoZSI6IiIsIl9hbmltYXRpb24iOiIiLCJfYW5pbWF0aW9uX3RhYmxldCI6IiIsIl9hbmltYXRpb25fbW9iaWxlIjoiIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoiIiwiX2FuaW1hdGlvbl9kZWxheSI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2QiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnMiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3QiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnNfaG92ZXIiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNpdGlvbl9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnRfdGFibGV0IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF9tb2JpbGUiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9ib3JkZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl9ob3Zlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXNfaG92ZXIiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc3dpdGNoIjoiIiwiX21hc2tfc2hhcGUiOiJjaXJjbGUiLCJfbWFza19pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX21hc2tfbm90aWNlIjoiIiwiX21hc2tfc2l6ZSI6ImNvbnRhaW4iLCJfbWFza19zaXplX3RhYmxldCI6IiIsIl9tYXNrX3NpemVfbW9iaWxlIjoiIiwiX21hc2tfc2l6ZV9zY2FsZSI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3NpemVfc2NhbGVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfbWFza19wb3NpdGlvbl90YWJsZXQiOiIiLCJfbWFza19wb3NpdGlvbl9tb2JpbGUiOiIiLCJfbWFza19wb3NpdGlvbl94Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19yZXBlYXQiOiJuby1yZXBlYXQiLCJfbWFza19yZXBlYXRfdGFibGV0IjoiIiwiX21hc2tfcmVwZWF0X21vYmlsZSI6IiIsImhpZGVfZGVza3RvcCI6IiIsImhpZGVfdGFibGV0IjoiIiwiaGlkZV9tb2JpbGUiOiIifSwiZGVmYXVsdEVkaXRTZXR0aW5ncyI6eyJkZWZhdWx0RWRpdFJvdXRlIjoiY29udGVudCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJodG1sIiwiZWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50IiwicGFuZWwiOnsiYWN0aXZlVGFiIjoiY29udGVudCIsImFjdGl2ZVNlY3Rpb24iOiJzZWN0aW9uX3RpdGxlIn19fX19fQ==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(42,1724834876.387736,1724834876.310200,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjY3Ijp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiJlZDg1YWMyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9PbnRhcmlvLndlYnBcIiBhbHQ9XCJGcm9udCBJbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+IDwhLS0gQWRkZWQgdGl0bGUgb24gdGhlIGZyb250IHNpZGUgLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWJhY2tcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5PTlRBUklPPC9oMj5cclxuICAgICAgICAgICAgICAgIDxwPk9udGFyaW8sIHNlY29uZCBsYXJnZXN0IHByb3ZpbmNlIG9mIENhbmFkYSBpbiBhcmVhLCBhZnRlciBRdWViZWMuIEl0IG9jY3VwaWVzIHRoZSBzdHJpcCBvZiB0aGUgQ2FuYWRpYW4gbWFpbmxhbmQgbHlpbmcgYmV0d2VlbiBIdWRzb24gYW5kIEphbWVzIGJheXM8L3A+XHJcbiAgICAgICAgICAgICAgICAgIDxidXR0b24gb25jbGljaz1cIndpbmRvdy5sb2NhdGlvbi5ocmVmPSdodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vb250YXJpby8nO1wiPkxlYXJuIE1vcmU8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwhLS0gQWRkZWQgYnV0dG9uIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2JvZHk+XHJcbjwvaHRtbD5cclxuIiwiX3RpdGxlIjoiIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9lbGVtZW50X3dpZHRoIjoiIiwiX2VsZW1lbnRfd2lkdGhfdGFibGV0IjoiIiwiX2VsZW1lbnRfd2lkdGhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9mbGV4X2FsaWduX3NlbGYiOiIiLCJfZmxleF9hbGlnbl9zZWxmX3RhYmxldCI6IiIsIl9mbGV4X2FsaWduX3NlbGZfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXIiOiIiLCJfZmxleF9vcmRlcl90YWJsZXQiOiIiLCJfZmxleF9vcmRlcl9tb2JpbGUiOiIiLCJfZmxleF9vcmRlcl9jdXN0b20iOiIiLCJfZmxleF9vcmRlcl9jdXN0b21fdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX21vYmlsZSI6IiIsIl9mbGV4X3NpemUiOiIiLCJfZmxleF9zaXplX3RhYmxldCI6IiIsIl9mbGV4X3NpemVfbW9iaWxlIjoiIiwiX2ZsZXhfZ3JvdyI6MSwiX2ZsZXhfZ3Jvd190YWJsZXQiOiIiLCJfZmxleF9ncm93X21vYmlsZSI6IiIsIl9mbGV4X3NocmluayI6MSwiX2ZsZXhfc2hyaW5rX3RhYmxldCI6IiIsIl9mbGV4X3Nocmlua19tb2JpbGUiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbiI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduX3RhYmxldCI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduX21vYmlsZSI6IiIsIl9wb3NpdGlvbiI6IiIsIl9vZmZzZXRfb3JpZW50YXRpb25faCI6InN0YXJ0IiwiX29mZnNldF94Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X29yaWVudGF0aW9uX3YiOiJzdGFydCIsIl9vZmZzZXRfeSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3pfaW5kZXgiOiIiLCJfel9pbmRleF90YWJsZXQiOiIiLCJfel9pbmRleF9tb2JpbGUiOiIiLCJfZWxlbWVudF9pZCI6IiIsIl9jc3NfY2xhc3NlcyI6IiIsIl9lbGVtZW50X2NhY2hlIjoiIiwiX2FuaW1hdGlvbiI6IiIsIl9hbmltYXRpb25fdGFibGV0IjoiIiwiX2FuaW1hdGlvbl9tb2JpbGUiOiIiLCJhbmltYXRpb25fZHVyYXRpb24iOiIiLCJfYW5pbWF0aW9uX2RlbGF5IjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZV8zZCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fa2VlcF9wcm9wb3J0aW9ucyI6InllcyIsIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld19wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX2ZsaXBYX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fZmxpcFlfZWZmZWN0IjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZV8zZF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fa2VlcF9wcm9wb3J0aW9uc19ob3ZlciI6InllcyIsIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld19wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX2ZsaXBYX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fZmxpcFlfZWZmZWN0X2hvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2l0aW9uX2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X3RhYmxldCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yIjoiIiwiX2JhY2tncm91bmRfY29sb3Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2IiOiIjZjIyOTViIiwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfdHlwZSI6ImxpbmVhciIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxODAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV90YWJsZXQiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2ltYWdlX21vYmlsZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF94cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3hwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3hwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYXR0YWNobWVudCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdF90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9iZ193aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9iZ193aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3ZpZGVvX2xpbmsiOiIiLCJfYmFja2dyb3VuZF92aWRlb19zdGFydCI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2VuZCI6IiIsIl9iYWNrZ3JvdW5kX3BsYXlfb25jZSI6IiIsIl9iYWNrZ3JvdW5kX3BsYXlfb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfcHJpdmFjeV9tb2RlIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xvb3AiOiJ5ZXMiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfZHVyYXRpb24iOjUwMDAsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19zbGlkZV90cmFuc2l0aW9uIjoiZmFkZSIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd190cmFuc2l0aW9uX2R1cmF0aW9uIjo1MDAsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJuc196b29tX2RpcmVjdGlvbiI6ImluIiwiX2JhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2IiOiIjZjIyOTViIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfdHlwZSI6ImxpbmVhciIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxODAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV90YWJsZXQiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX21vYmlsZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYXR0YWNobWVudCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdF90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2xpbmsiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19zdGFydCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2VuZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3BsYXlfb25jZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3BsYXlfb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcHJpdmFjeV9tb2RlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xvb3AiOiJ5ZXMiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfZHVyYXRpb24iOjUwMDAsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19zbGlkZV90cmFuc2l0aW9uIjoiZmFkZSIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd190cmFuc2l0aW9uX2R1cmF0aW9uIjo1MDAsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfbGF6eWxvYWQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfa2VuX2J1cm5zIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJuc196b29tX2RpcmVjdGlvbiI6ImluIiwiX2JhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JvcmRlcl9ib3JkZXIiOiIiLCJfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfY29sb3IiOiIiLCJfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6IiIsIl9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sIl9ib3hfc2hhZG93X2JveF9zaGFkb3dfcG9zaXRpb24iOiIgIiwiX2JvcmRlcl9ob3Zlcl9ib3JkZXIiOiIiLCJfYm9yZGVyX2hvdmVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfY29sb3IiOiIiLCJfYm9yZGVyX3JhZGl1c19ob3ZlciI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3dfdHlwZSI6IiIsIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3dfcG9zaXRpb24iOiIgIiwiX2JvcmRlcl9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19zd2l0Y2giOiIiLCJfbWFza19zaGFwZSI6ImNpcmNsZSIsIl9tYXNrX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfbWFza19ub3RpY2UiOiIiLCJfbWFza19zaXplIjoiY29udGFpbiIsIl9tYXNrX3NpemVfdGFibGV0IjoiIiwiX21hc2tfc2l6ZV9tb2JpbGUiOiIiLCJfbWFza19zaXplX3NjYWxlIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfbWFza19zaXplX3NjYWxlX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9tYXNrX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9tYXNrX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9tYXNrX3Bvc2l0aW9uX3giOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl94X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3kiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9tYXNrX3JlcGVhdF90YWJsZXQiOiIiLCJfbWFza19yZXBlYXRfbW9iaWxlIjoiIiwiaGlkZV9kZXNrdG9wIjoiIiwiaGlkZV90YWJsZXQiOiIiLCJoaWRlX21vYmlsZSI6IiJ9LCJkZWZhdWx0RWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imh0bWwiLCJlZGl0U2V0dGluZ3MiOnsiZGVmYXVsdEVkaXRSb3V0ZSI6ImNvbnRlbnQiLCJwYW5lbCI6eyJhY3RpdmVUYWIiOiJjb250ZW50IiwiYWN0aXZlU2VjdGlvbiI6InNlY3Rpb25fdGl0bGUifX19fX19\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(43,1724834859.030218,1724834858.957800,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjYxIjp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9RVUVCSUMud2VicFwiIGFsdD1cIkZyb250IEltYWdlXCI+XHJcbiAgICAgICAgICAgICAgICA8aDI+UVVFQkVDPC9oMj4gPCEtLSBBZGRlZCB0aXRsZSBvbiB0aGUgZnJvbnQgc2lkZSAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtYmFja1wiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+XHJcbiAgICAgICAgICAgICAgICA8cD5RdWViZWMgaXMgb25lIG9mIHRoZSB0aGlydGVlbiBwcm92aW5jZXMgYW5kIHRlcnJpdG9yaWVzIG9mIENhbmFkYS4gSXQgaXMgdGhlIGxhcmdlc3QgcHJvdmluY2UgYnkgYXJlYSBhbmQgdGhlIHNlY29uZC1sYXJnZXN0IGJ5IHBvcHVsYXRpb24uPC9wPlxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBvbmNsaWNrPVwid2luZG93LmxvY2F0aW9uLmhyZWY9J2h0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9xdWViZWMvJztcIj5MZWFybiBNb3JlPC9idXR0b24+IFxyXG4gICAgICAgICAgICAgICAgPCEtLSBBZGRlZCBidXR0b24gLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvYm9keT5cclxuPC9odG1sPlxyXG4iLCJfdGl0bGUiOiIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2VsZW1lbnRfd2lkdGgiOiIiLCJfZWxlbWVudF93aWR0aF90YWJsZXQiOiIiLCJfZWxlbWVudF93aWR0aF9tb2JpbGUiOiIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2ZsZXhfYWxpZ25fc2VsZiI6IiIsIl9mbGV4X2FsaWduX3NlbGZfdGFibGV0IjoiIiwiX2ZsZXhfYWxpZ25fc2VsZl9tb2JpbGUiOiIiLCJfZmxleF9vcmRlciI6IiIsIl9mbGV4X29yZGVyX3RhYmxldCI6IiIsIl9mbGV4X29yZGVyX21vYmlsZSI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbSI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbV90YWJsZXQiOiIiLCJfZmxleF9vcmRlcl9jdXN0b21fbW9iaWxlIjoiIiwiX2ZsZXhfc2l6ZSI6IiIsIl9mbGV4X3NpemVfdGFibGV0IjoiIiwiX2ZsZXhfc2l6ZV9tb2JpbGUiOiIiLCJfZmxleF9ncm93IjoxLCJfZmxleF9ncm93X3RhYmxldCI6IiIsIl9mbGV4X2dyb3dfbW9iaWxlIjoiIiwiX2ZsZXhfc2hyaW5rIjoxLCJfZmxleF9zaHJpbmtfdGFibGV0IjoiIiwiX2ZsZXhfc2hyaW5rX21vYmlsZSI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ25fdGFibGV0IjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ25fbW9iaWxlIjoiIiwiX3Bvc2l0aW9uIjoiIiwiX29mZnNldF9vcmllbnRhdGlvbl9oIjoic3RhcnQiLCJfb2Zmc2V0X3giOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF94X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfb3JpZW50YXRpb25fdiI6InN0YXJ0IiwiX29mZnNldF95Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfel9pbmRleCI6IiIsIl96X2luZGV4X3RhYmxldCI6IiIsIl96X2luZGV4X21vYmlsZSI6IiIsIl9lbGVtZW50X2lkIjoiIiwiX2Nzc19jbGFzc2VzIjoiIiwiX2VsZW1lbnRfY2FjaGUiOiIiLCJfYW5pbWF0aW9uIjoiIiwiX2FuaW1hdGlvbl90YWJsZXQiOiIiLCJfYW5pbWF0aW9uX21vYmlsZSI6IiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6IiIsIl9hbmltYXRpb25fZGVsYXkiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlXzNkIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9rZWVwX3Byb3BvcnRpb25zIjoieWVzIiwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3X3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fZmxpcFhfZWZmZWN0IjoiIiwiX3RyYW5zZm9ybV9mbGlwWV9lZmZlY3QiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlXzNkX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9rZWVwX3Byb3BvcnRpb25zX2hvdmVyIjoieWVzIiwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3X3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fZmxpcFhfZWZmZWN0X2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9mbGlwWV9lZmZlY3RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zaXRpb25faG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50X3RhYmxldCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnRfbW9iaWxlIjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnRfdGFibGV0IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiIiwiX2JhY2tncm91bmRfY29sb3IiOiIiLCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3JfYiI6IiNmMjI5NWIiLCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF90eXBlIjoibGluZWFyIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE4MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2ltYWdlX3RhYmxldCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaW1hZ2VfbW9iaWxlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3hwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeHBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeHBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9hdHRhY2htZW50IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0X3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2JnX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9iZ193aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfdmlkZW9fbGluayI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX3N0YXJ0IjoiIiwiX2JhY2tncm91bmRfdmlkZW9fZW5kIjoiIiwiX2JhY2tncm91bmRfcGxheV9vbmNlIjoiIiwiX2JhY2tncm91bmRfcGxheV9vbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9wcml2YWN5X21vZGUiOiIiLCJfYmFja2dyb3VuZF92aWRlb19mYWxsYmFjayI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2dhbGxlcnkiOltdLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfbG9vcCI6InllcyIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19zbGlkZV9kdXJhdGlvbiI6NTAwMCwiX2JhY2tncm91bmRfc2xpZGVzaG93X3NsaWRlX3RyYW5zaXRpb24iOiJmYWRlIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X3RyYW5zaXRpb25fZHVyYXRpb24iOjUwMCwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19sYXp5bG9hZCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uIjoiaW4iLCJfYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYiI6IiNmMjI5NWIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF90eXBlIjoibGluZWFyIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE4MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX3RhYmxldCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfbW9iaWxlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeHBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeHBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9hdHRhY2htZW50IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fbGluayI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX3N0YXJ0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZW5kIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcGxheV9vbmNlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcGxheV9vbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wcml2YWN5X21vZGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19mYWxsYmFjayI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2dhbGxlcnkiOltdLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfbG9vcCI6InllcyIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19zbGlkZV9kdXJhdGlvbiI6NTAwMCwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3NsaWRlX3RyYW5zaXRpb24iOiJmYWRlIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3RyYW5zaXRpb25fZHVyYXRpb24iOjUwMCwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19sYXp5bG9hZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19rZW5fYnVybnMiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uIjoiaW4iLCJfYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYm9yZGVyX2JvcmRlciI6IiIsIl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9jb2xvciI6IiIsIl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoiIiwiX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6MTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsMCwwLDAuNSkifSwiX2JveF9zaGFkb3dfYm94X3NoYWRvd19wb3NpdGlvbiI6IiAiLCJfYm9yZGVyX2hvdmVyX2JvcmRlciI6IiIsIl9ib3JkZXJfaG92ZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl9jb2xvciI6IiIsIl9ib3JkZXJfcmFkaXVzX2hvdmVyIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvd190eXBlIjoiIiwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6MTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsMCwwLDAuNSkifSwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvd19wb3NpdGlvbiI6IiAiLCJfYm9yZGVyX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3N3aXRjaCI6IiIsIl9tYXNrX3NoYXBlIjoiY2lyY2xlIiwiX21hc2tfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9tYXNrX25vdGljZSI6IiIsIl9tYXNrX3NpemUiOiJjb250YWluIiwiX21hc2tfc2l6ZV90YWJsZXQiOiIiLCJfbWFza19zaXplX21vYmlsZSI6IiIsIl9tYXNrX3NpemVfc2NhbGUiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9tYXNrX3NpemVfc2NhbGVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19zaXplX3NjYWxlX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX21hc2tfcG9zaXRpb25fdGFibGV0IjoiIiwiX21hc2tfcG9zaXRpb25fbW9iaWxlIjoiIiwiX21hc2tfcG9zaXRpb25feCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3hfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl94X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feSI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3lfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcmVwZWF0Ijoibm8tcmVwZWF0IiwiX21hc2tfcmVwZWF0X3RhYmxldCI6IiIsIl9tYXNrX3JlcGVhdF9tb2JpbGUiOiIiLCJoaWRlX2Rlc2t0b3AiOiIiLCJoaWRlX3RhYmxldCI6IiIsImhpZGVfbW9iaWxlIjoiIn0sImRlZmF1bHRFZGl0U2V0dGluZ3MiOnsiZGVmYXVsdEVkaXRSb3V0ZSI6ImNvbnRlbnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaHRtbCIsImVkaXRTZXR0aW5ncyI6eyJkZWZhdWx0RWRpdFJvdXRlIjoiY29udGVudCIsInBhbmVsIjp7ImFjdGl2ZVRhYiI6ImNvbnRlbnQiLCJhY3RpdmVTZWN0aW9uIjoic2VjdGlvbl90aXRsZSJ9fX19fX0=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(44,1724834751.452983,1724834751.375100,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjYxIjp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9xdWViZWMtY29weS53ZWJwXCIgYWx0PVwiRnJvbnQgSW1hZ2VcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5RVUVCRUM8L2gyPiA8IS0tIEFkZGVkIHRpdGxlIG9uIHRoZSBmcm9udCBzaWRlIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZsaXAtY2FyZC1iYWNrXCI+XHJcbiAgICAgICAgICAgICAgICA8aDI+UVVFQkVDPC9oMj5cclxuICAgICAgICAgICAgICAgIDxwPlF1ZWJlYyBpcyBvbmUgb2YgdGhlIHRoaXJ0ZWVuIHByb3ZpbmNlcyBhbmQgdGVycml0b3JpZXMgb2YgQ2FuYWRhLiBJdCBpcyB0aGUgbGFyZ2VzdCBwcm92aW5jZSBieSBhcmVhIGFuZCB0aGUgc2Vjb25kLWxhcmdlc3QgYnkgcG9wdWxhdGlvbi48L3A+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIG9uY2xpY2s9XCJ3aW5kb3cubG9jYXRpb24uaHJlZj0naHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3F1ZWJlYy8nO1wiPkxlYXJuIE1vcmU8L2J1dHRvbj4gXHJcbiAgICAgICAgICAgICAgICA8IS0tIEFkZGVkIGJ1dHRvbiAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9ib2R5PlxyXG48L2h0bWw+XHJcbiIsIl90aXRsZSI6IiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfZWxlbWVudF93aWR0aCI6IiIsIl9lbGVtZW50X3dpZHRoX3RhYmxldCI6IiIsIl9lbGVtZW50X3dpZHRoX21vYmlsZSI6IiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiIiwiX2ZsZXhfYWxpZ25fc2VsZl90YWJsZXQiOiIiLCJfZmxleF9hbGlnbl9zZWxmX21vYmlsZSI6IiIsIl9mbGV4X29yZGVyIjoiIiwiX2ZsZXhfb3JkZXJfdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX3RhYmxldCI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbV9tb2JpbGUiOiIiLCJfZmxleF9zaXplIjoiIiwiX2ZsZXhfc2l6ZV90YWJsZXQiOiIiLCJfZmxleF9zaXplX21vYmlsZSI6IiIsIl9mbGV4X2dyb3ciOjEsIl9mbGV4X2dyb3dfdGFibGV0IjoiIiwiX2ZsZXhfZ3Jvd19tb2JpbGUiOiIiLCJfZmxleF9zaHJpbmsiOjEsIl9mbGV4X3Nocmlua190YWJsZXQiOiIiLCJfZmxleF9zaHJpbmtfbW9iaWxlIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ24iOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl90YWJsZXQiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl9tb2JpbGUiOiIiLCJfcG9zaXRpb24iOiIiLCJfb2Zmc2V0X29yaWVudGF0aW9uX2giOiJzdGFydCIsIl9vZmZzZXRfeCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF9vcmllbnRhdGlvbl92Ijoic3RhcnQiLCJfb2Zmc2V0X3kiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl96X2luZGV4IjoiIiwiX3pfaW5kZXhfdGFibGV0IjoiIiwiX3pfaW5kZXhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfaWQiOiIiLCJfY3NzX2NsYXNzZXMiOiIiLCJfZWxlbWVudF9jYWNoZSI6IiIsIl9hbmltYXRpb24iOiIiLCJfYW5pbWF0aW9uX3RhYmxldCI6IiIsIl9hbmltYXRpb25fbW9iaWxlIjoiIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoiIiwiX2FuaW1hdGlvbl9kZWxheSI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2QiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnMiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3QiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnNfaG92ZXIiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNpdGlvbl9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnRfdGFibGV0IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF9tb2JpbGUiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9ib3JkZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl9ob3Zlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXNfaG92ZXIiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc3dpdGNoIjoiIiwiX21hc2tfc2hhcGUiOiJjaXJjbGUiLCJfbWFza19pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX21hc2tfbm90aWNlIjoiIiwiX21hc2tfc2l6ZSI6ImNvbnRhaW4iLCJfbWFza19zaXplX3RhYmxldCI6IiIsIl9tYXNrX3NpemVfbW9iaWxlIjoiIiwiX21hc2tfc2l6ZV9zY2FsZSI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3NpemVfc2NhbGVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfbWFza19wb3NpdGlvbl90YWJsZXQiOiIiLCJfbWFza19wb3NpdGlvbl9tb2JpbGUiOiIiLCJfbWFza19wb3NpdGlvbl94Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19yZXBlYXQiOiJuby1yZXBlYXQiLCJfbWFza19yZXBlYXRfdGFibGV0IjoiIiwiX21hc2tfcmVwZWF0X21vYmlsZSI6IiIsImhpZGVfZGVza3RvcCI6IiIsImhpZGVfdGFibGV0IjoiIiwiaGlkZV9tb2JpbGUiOiIifSwiZGVmYXVsdEVkaXRTZXR0aW5ncyI6eyJkZWZhdWx0RWRpdFJvdXRlIjoiY29udGVudCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJodG1sIiwiZWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50IiwicGFuZWwiOnsiYWN0aXZlVGFiIjoiY29udGVudCIsImFjdGl2ZVNlY3Rpb24iOiJzZWN0aW9uX3RpdGxlIn19fX19fQ==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(45,1724835456.551483,1724835456.366500,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9jb250YWN0LXVzLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRleHRfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTMiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMTMiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6dHJ1ZX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9XX0seyJpZCI6IjdjMDk1NTQiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImJveGVkX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjkzNSwic2l6ZXMiOltdfSwibWluX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDNEMSIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjEiLCJyaWdodCI6IjIxIiwiYm90dG9tIjoiMjEiLCJsZWZ0IjoiMjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjIyIiwicmlnaHQiOiIyMiIsImJvdHRvbSI6IjIyIiwibGVmdCI6IjIyIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9fSwiZWxlbWVudHMiOlt7ImlkIjoiMDE1Mjk5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiR2V0IEluIFRvdWNoIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjgwMCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYWYyYTdkYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkZpbGwgb3V0IHRoaXMgZm9ybSBhbmQgb25lIG9mIG91ciBhZ2VudHMgd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzb29uPC9wPiIsInRleHRfY29sb3IiOiIjRkZGRkZGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01OCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMGNhZTIzNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZvcm1faWQiOiIxODc5IiwiZmllbGRCYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2MDAiLCJmaWVsZEJvcmRlckNvbG9yIjoiI0ZGRkZGRiIsImZpZWxkVGV4dENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU2l6ZSI6ImxhcmdlIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcInNtYWxsXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibGFyZ2VcIixcImxhYmVsQ29sb3JcIjpcIiNGRkZGRkZEOVwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJmaWVsZFNpemUiOiJzbWFsbCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6Ijc1YzcyZGMiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtcyI6ImNlbnRlciIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjkiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjo5fSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiZmxleF9nYXBfbW9iaWxlIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOnRydWUsInVuaXQiOiJweCIsInNpemUiOjB9fSwiZWxlbWVudHMiOlt7ImlkIjoiMDJjMzdmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJBcmVhcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjdkNWIyYzEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9kaXJlY3Rpb24iOiJyb3ciLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImZsZXgtc3RhcnQiLCJmbGV4X2FsaWduX2l0ZW1zIjoiZmxleC1zdGFydCIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjowfSwiZmxleF93cmFwIjoibm93cmFwIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImZsZXhfZGlyZWN0aW9uX21vYmlsZSI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXNfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImE5YjlhZmEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYmY2Y2UyZCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiaHRtbCI6IjwhRE9DVFlQRSBodG1sPlxyXG48aHRtbCBsYW5nPVwiZW5cIj5cclxuPGhlYWQ+XHJcbiAgICA8bWV0YSBjaGFyc2V0PVwiVVRGLThcIj5cclxuICAgIDxtZXRhIG5hbWU9XCJ2aWV3cG9ydFwiIGNvbnRlbnQ9XCJ3aWR0aD1kZXZpY2Utd2lkdGgsIGluaXRpYWwtc2NhbGU9MS4wXCI+XHJcbiAgICA8dGl0bGU+RmxpcCBDYXJkIEV4YW1wbGU8L3RpdGxlPlxyXG4gICAgPHN0eWxlPlxyXG4gICAgICAgIC8qIENvbnRhaW5lciBmb3IgdGhlIGVudGlyZSBmbGlwIGNhcmQgKi9cclxuICAgICAgICAuZmxpcC1jYXJkIHtcclxuICAgIHdpZHRoOiAxMDAlOyAvKiBTZXQgd2lkdGggdG8gMTAwJSBmb3IgcmVzcG9uc2l2ZW5lc3MgKi9cclxuICAgIG1heC13aWR0aDogMzUwcHg7IC8qIFNldCBhIG1heGltdW0gd2lkdGggKi9cclxuICAgIGhlaWdodDogMjgwcHg7IC8qIERlZmF1bHQgaGVpZ2h0ICovXHJcbiAgICBtYXJnaW46IGF1dG87IC8qIENlbnRlciB0aGUgY2FyZCBob3Jpem9udGFsbHkgKi9cclxufVxyXG5cclxuXHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgaW5uZXIgZmxpcCBtZWNoYW5pc20gKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIHRyYW5zaXRpb246IHRyYW5zZm9ybSAwLjZzO1xyXG4gICAgICAgICAgICB0cmFuc2Zvcm0tc3R5bGU6IHByZXNlcnZlLTNkO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogVHJpZ2dlciB0aGUgZmxpcCBvbiBob3ZlciAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQ6aG92ZXIgLmZsaXAtY2FyZC1pbm5lciB7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgxODBkZWcpO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogRnJvbnQgc2lkZSBvZiB0aGUgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQsIC5mbGlwLWNhcmQtYmFjayB7XHJcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOyAvKiBIaWRlcyB0aGUgYmFjayBzaWRlIHdoZW4gZnJvbnQgaXMgdmlzaWJsZSAqL1xyXG4gICAgICAgICAgICB0b3A6IDA7XHJcbiAgICAgICAgICAgIGxlZnQ6IDA7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBTcGVjaWZpYyBzdHlsZXMgZm9yIHRoZSBmcm9udCBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCB7XHJcbiAgICAgICAgICAgIHotaW5kZXg6IDI7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgwZGVnKTsgLyogTm8gcm90YXRpb24gb24gdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtYmFjayB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNDRTg1MTY7IC8qIEJhY2tncm91bmQgY29sb3IgZm9yIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBUZXh0IGNvbG9yICovXHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgxODBkZWcpOyAvKiBGbGlwcyB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gICAgICAgICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOyAvKiBGb3IgdmVydGljYWwgc3RhY2tpbmcgb2YgY29udGVudCAqL1xyXG4gICAgICAgICAgICBwYWRkaW5nOiAyMHB4OyAvKiBPcHRpb25hbDogQWRkcyBwYWRkaW5nIHRvIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDsgLyogRW5zdXJlcyBwYWRkaW5nIGlzIGluY2x1ZGVkIGluIHRoZSBoZWlnaHQvd2lkdGggY2FsY3VsYXRpb24gKi9cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIENlbnRlciB0aGUgdGV4dCBhbmQgYWRkIG9wYWNpdHkgdG8gdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGltZyB7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIG9iamVjdC1maXQ6IGNvdmVyO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCBoMiB7XHJcbiAgICAgICAgICAgIGNvbG9yOiB3aGl0ZTtcclxuICAgICAgICAgICAgb3BhY2l0eTogMC44OyAvKiBBZGp1c3QgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIG1hcmdpbjogMDtcclxuICAgICAgICAgICAgZm9udC1zaXplOiAyNHB4OyAvKiBBZGp1c3QgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBCdXR0b24gc3R5bGluZyBvbiB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIGJ1dHRvbiB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMyMTE2MDQ7IC8qIEJ1dHRvbiBiYWNrZ3JvdW5kIGNvbG9yICovXHJcbiAgICAgICAgICAgIGNvbG9yOiB3aGl0ZTsgLyogQnV0dG9uIHRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgYm9yZGVyOiBub25lOyAvKiBSZW1vdmUgZGVmYXVsdCBib3JkZXIgKi9cclxuICAgICAgICAgICAgYm9yZGVyLXJhZGl1czogMTJweDsgLyogUm91bmRlZCBjb3JuZXJzICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDEwcHggMjBweDsgLyogQWRqdXN0IHBhZGRpbmcgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIG1hcmdpbi10b3A6IDIwcHg7IC8qIFNwYWNlIGFib3ZlIHRoZSBidXR0b24gKi9cclxuICAgICAgICAgICAgY3Vyc29yOiBwb2ludGVyOyAvKiBQb2ludGVyIGN1cnNvciBvbiBob3ZlciAqL1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdCBmb250IHNpemUgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQtY29sb3IgMC4zczsgLyogU21vb3RoIGJhY2tncm91bmQgY29sb3IgdHJhbnNpdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIGJ1dHRvbjpob3ZlciB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMxYTEyMDg7IC8qIERhcmtlciBjb2xvciBvbiBob3ZlciAqL1xyXG4gICAgICAgIH1cclxuICAgICAgICBcclxuICAgIEBtZWRpYSAobWF4LXdpZHRoOiA3NjhweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDE4cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgdGFibGV0cyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE0cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgdGFibGV0cyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5AbWVkaWEgKG1heC13aWR0aDogNDgwcHgpIHtcclxuICAgIC5mbGlwLWNhcmQtYmFjayBoMiB7XHJcbiAgICAgICAgZm9udC1zaXplOiAyNXB4OyAvKiBBZGp1c3RlZCBoZWFkaW5nIHNpemUgZm9yIG1vYmlsZSBwaG9uZXMgKi9cclxuICAgIH1cclxuXHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgcCB7XHJcbiAgICAgICAgZm9udC1zaXplOiAxNnB4OyAvKiBBZGp1c3RlZCB0ZXh0IHNpemUgZm9yIG1vYmlsZSBwaG9uZXMgKi9cclxuICAgIH1cclxufVxyXG5cclxuXHJcblxyXG5cclxuICAgIDwvc3R5bGU+XHJcbjwvaGVhZD5cclxuPGJvZHk+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImZsaXAtY2FyZC1pbm5lclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWZyb250XCI+XHJcbiAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2Evd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvUVVFQklDLndlYnBcIiBhbHQ9XCJGcm9udCBJbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+IDwhLS0gQWRkZWQgdGl0bGUgb24gdGhlIGZyb250IHNpZGUgLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWJhY2tcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5RVUVCRUM8L2gyPlxyXG4gICAgICAgICAgICAgICAgPHA+UXVlYmVjIGlzIG9uZSBvZiB0aGUgdGhpcnRlZW4gcHJvdmluY2VzIGFuZCB0ZXJyaXRvcmllcyBvZiBDYW5hZGEuIEl0IGlzIHRoZSBsYXJnZXN0IHByb3ZpbmNlIGJ5IGFyZWEgYW5kIHRoZSBzZWNvbmQtbGFyZ2VzdCBieSBwb3B1bGF0aW9uLjwvcD5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gb25jbGljaz1cIndpbmRvdy5sb2NhdGlvbi5ocmVmPSdodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3F1ZWJlYy8nO1wiPkxlYXJuIE1vcmU8L2J1dHRvbj4gXHJcbiAgICAgICAgICAgICAgICA8IS0tIEFkZGVkIGJ1dHRvbiAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9ib2R5PlxyXG48L2h0bWw+XHJcbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJodG1sIn1dfSx7ImlkIjoiOGVlNDUyZiIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVkODVhYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZH\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(46,1724835445.361835,1724835445.163100,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9jb250YWN0LXVzLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRleHRfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTMiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMTMiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6dHJ1ZX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9XX0seyJpZCI6IjdjMDk1NTQiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImJveGVkX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjkzNSwic2l6ZXMiOltdfSwibWluX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDNEMSIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjEiLCJyaWdodCI6IjIxIiwiYm90dG9tIjoiMjEiLCJsZWZ0IjoiMjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjIyIiwicmlnaHQiOiIyMiIsImJvdHRvbSI6IjIyIiwibGVmdCI6IjIyIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9fSwiZWxlbWVudHMiOlt7ImlkIjoiMDE1Mjk5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiR2V0IEluIFRvdWNoIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjgwMCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYWYyYTdkYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkZpbGwgb3V0IHRoaXMgZm9ybSBhbmQgb25lIG9mIG91ciBhZ2VudHMgd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzb29uPC9wPiIsInRleHRfY29sb3IiOiIjRkZGRkZGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01OCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMGNhZTIzNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZvcm1faWQiOiIxODc5IiwiZmllbGRCYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2MDAiLCJmaWVsZEJvcmRlckNvbG9yIjoiI0ZGRkZGRiIsImZpZWxkVGV4dENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU2l6ZSI6ImxhcmdlIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcInNtYWxsXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibGFyZ2VcIixcImxhYmVsQ29sb3JcIjpcIiNGRkZGRkZEOVwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJmaWVsZFNpemUiOiJzbWFsbCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6Ijc1YzcyZGMiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtcyI6ImNlbnRlciIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjkiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjo5fSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiZmxleF9nYXBfbW9iaWxlIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOnRydWUsInVuaXQiOiJweCIsInNpemUiOjB9fSwiZWxlbWVudHMiOlt7ImlkIjoiMDJjMzdmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJBcmVhcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjdkNWIyYzEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9kaXJlY3Rpb24iOiJyb3ciLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImZsZXgtc3RhcnQiLCJmbGV4X2FsaWduX2l0ZW1zIjoiZmxleC1zdGFydCIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjowfSwiZmxleF93cmFwIjoibm93cmFwIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImZsZXhfZGlyZWN0aW9uX21vYmlsZSI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXNfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImE5YjlhZmEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYmY2Y2UyZCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiaHRtbCI6IjwhRE9DVFlQRSBodG1sPlxyXG48aHRtbCBsYW5nPVwiZW5cIj5cclxuPGhlYWQ+XHJcbiAgICA8bWV0YSBjaGFyc2V0PVwiVVRGLThcIj5cclxuICAgIDxtZXRhIG5hbWU9XCJ2aWV3cG9ydFwiIGNvbnRlbnQ9XCJ3aWR0aD1kZXZpY2Utd2lkdGgsIGluaXRpYWwtc2NhbGU9MS4wXCI+XHJcbiAgICA8dGl0bGU+RmxpcCBDYXJkIEV4YW1wbGU8L3RpdGxlPlxyXG4gICAgPHN0eWxlPlxyXG4gICAgICAgIC8qIENvbnRhaW5lciBmb3IgdGhlIGVudGlyZSBmbGlwIGNhcmQgKi9cclxuICAgICAgICAuZmxpcC1jYXJkIHtcclxuICAgIHdpZHRoOiAxMDAlOyAvKiBTZXQgd2lkdGggdG8gMTAwJSBmb3IgcmVzcG9uc2l2ZW5lc3MgKi9cclxuICAgIG1heC13aWR0aDogMzUwcHg7IC8qIFNldCBhIG1heGltdW0gd2lkdGggKi9cclxuICAgIGhlaWdodDogMjgwcHg7IC8qIERlZmF1bHQgaGVpZ2h0ICovXHJcbiAgICBtYXJnaW46IGF1dG87IC8qIENlbnRlciB0aGUgY2FyZCBob3Jpem9udGFsbHkgKi9cclxufVxyXG5cclxuXHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgaW5uZXIgZmxpcCBtZWNoYW5pc20gKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIHRyYW5zaXRpb246IHRyYW5zZm9ybSAwLjZzO1xyXG4gICAgICAgICAgICB0cmFuc2Zvcm0tc3R5bGU6IHByZXNlcnZlLTNkO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogVHJpZ2dlciB0aGUgZmxpcCBvbiBob3ZlciAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQ6aG92ZXIgLmZsaXAtY2FyZC1pbm5lciB7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgxODBkZWcpO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogRnJvbnQgc2lkZSBvZiB0aGUgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQsIC5mbGlwLWNhcmQtYmFjayB7XHJcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOyAvKiBIaWRlcyB0aGUgYmFjayBzaWRlIHdoZW4gZnJvbnQgaXMgdmlzaWJsZSAqL1xyXG4gICAgICAgICAgICB0b3A6IDA7XHJcbiAgICAgICAgICAgIGxlZnQ6IDA7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBTcGVjaWZpYyBzdHlsZXMgZm9yIHRoZSBmcm9udCBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCB7XHJcbiAgICAgICAgICAgIHotaW5kZXg6IDI7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgwZGVnKTsgLyogTm8gcm90YXRpb24gb24gdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtYmFjayB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNDRTg1MTY7IC8qIEJhY2tncm91bmQgY29sb3IgZm9yIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBUZXh0IGNvbG9yICovXHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgxODBkZWcpOyAvKiBGbGlwcyB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gICAgICAgICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOyAvKiBGb3IgdmVydGljYWwgc3RhY2tpbmcgb2YgY29udGVudCAqL1xyXG4gICAgICAgICAgICBwYWRkaW5nOiAyMHB4OyAvKiBPcHRpb25hbDogQWRkcyBwYWRkaW5nIHRvIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDsgLyogRW5zdXJlcyBwYWRkaW5nIGlzIGluY2x1ZGVkIGluIHRoZSBoZWlnaHQvd2lkdGggY2FsY3VsYXRpb24gKi9cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIENlbnRlciB0aGUgdGV4dCBhbmQgYWRkIG9wYWNpdHkgdG8gdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGltZyB7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIG9iamVjdC1maXQ6IGNvdmVyO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCBoMiB7XHJcbiAgICAgICAgICAgIGNvbG9yOiB3aGl0ZTtcclxuICAgICAgICAgICAgb3BhY2l0eTogMC44OyAvKiBBZGp1c3QgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIG1hcmdpbjogMDtcclxuICAgICAgICAgICAgZm9udC1zaXplOiAyNHB4OyAvKiBBZGp1c3QgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBCdXR0b24gc3R5bGluZyBvbiB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIGJ1dHRvbiB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMyMTE2MDQ7IC8qIEJ1dHRvbiBiYWNrZ3JvdW5kIGNvbG9yICovXHJcbiAgICAgICAgICAgIGNvbG9yOiB3aGl0ZTsgLyogQnV0dG9uIHRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgYm9yZGVyOiBub25lOyAvKiBSZW1vdmUgZGVmYXVsdCBib3JkZXIgKi9cclxuICAgICAgICAgICAgYm9yZGVyLXJhZGl1czogMTJweDsgLyogUm91bmRlZCBjb3JuZXJzICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDEwcHggMjBweDsgLyogQWRqdXN0IHBhZGRpbmcgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIG1hcmdpbi10b3A6IDIwcHg7IC8qIFNwYWNlIGFib3ZlIHRoZSBidXR0b24gKi9cclxuICAgICAgICAgICAgY3Vyc29yOiBwb2ludGVyOyAvKiBQb2ludGVyIGN1cnNvciBvbiBob3ZlciAqL1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdCBmb250IHNpemUgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQtY29sb3IgMC4zczsgLyogU21vb3RoIGJhY2tncm91bmQgY29sb3IgdHJhbnNpdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIGJ1dHRvbjpob3ZlciB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMxYTEyMDg7IC8qIERhcmtlciBjb2xvciBvbiBob3ZlciAqL1xyXG4gICAgICAgIH1cclxuICAgICAgICBcclxuICAgIEBtZWRpYSAobWF4LXdpZHRoOiA3NjhweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDE4cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgdGFibGV0cyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE0cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgdGFibGV0cyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5AbWVkaWEgKG1heC13aWR0aDogNDgwcHgpIHtcclxuICAgIC5mbGlwLWNhcmQtYmFjayBoMiB7XHJcbiAgICAgICAgZm9udC1zaXplOiAyNXB4OyAvKiBBZGp1c3RlZCBoZWFkaW5nIHNpemUgZm9yIG1vYmlsZSBwaG9uZXMgKi9cclxuICAgIH1cclxuXHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgcCB7XHJcbiAgICAgICAgZm9udC1zaXplOiAxNnB4OyAvKiBBZGp1c3RlZCB0ZXh0IHNpemUgZm9yIG1vYmlsZSBwaG9uZXMgKi9cclxuICAgIH1cclxufVxyXG5cclxuXHJcblxyXG5cclxuICAgIDwvc3R5bGU+XHJcbjwvaGVhZD5cclxuPGJvZHk+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImZsaXAtY2FyZC1pbm5lclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWZyb250XCI+XHJcbiAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2Evd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvUVVFQklDLndlYnBcIiBhbHQ9XCJGcm9udCBJbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+IDwhLS0gQWRkZWQgdGl0bGUgb24gdGhlIGZyb250IHNpZGUgLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWJhY2tcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5RVUVCRUM8L2gyPlxyXG4gICAgICAgICAgICAgICAgPHA+UXVlYmVjIGlzIG9uZSBvZiB0aGUgdGhpcnRlZW4gcHJvdmluY2VzIGFuZCB0ZXJyaXRvcmllcyBvZiBDYW5hZGEuIEl0IGlzIHRoZSBsYXJnZXN0IHByb3ZpbmNlIGJ5IGFyZWEgYW5kIHRoZSBzZWNvbmQtbGFyZ2VzdCBieSBwb3B1bGF0aW9uLjwvcD5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gb25jbGljaz1cIndpbmRvdy5sb2NhdGlvbi5ocmVmPSdodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3F1ZWJlYy8nO1wiPkxlYXJuIE1vcmU8L2J1dHRvbj4gXHJcbiAgICAgICAgICAgICAgICA8IS0tIEFkZGVkIGJ1dHRvbiAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9ib2R5PlxyXG48L2h0bWw+XHJcbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJodG1sIn1dfSx7ImlkIjoiOGVlNDUyZiIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVkODVhYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZH\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(47,1724835420.588446,1724835420.515800,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMzM5Ijp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiI1MDA3NzAxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgICA8aW1nIHNyYz1odHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L05vdmEtc2NvdGlhLndlYnAgYWx0PVwiRnJvbnQgSW1hZ2VcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5RVUVCRUM8L2gyPiA8IS0tIEFkZGVkIHRpdGxlIG9uIHRoZSBmcm9udCBzaWRlIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZsaXAtY2FyZC1iYWNrXCI+XHJcbiAgICAgICAgICAgICAgICAgICA8aDI+Tk9WQSBTQ09USUE8L2gyPlxyXG4gICAgICAgICAgICAgICAgPHA+Tm92YSBTY290aWEgaXMgYSBwcm92aW5jZSBvZiBDYW5hZGEsIGxvY2F0ZWQgb24gaXRzIGVhc3QgY29hc3QuIEl0IGlzIG9uZSBvZiB0aGUgdGhyZWUgTWFyaXRpbWUgcHJvdmluY2VzLjwvcD5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gb25jbGljaz1cIndpbmRvdy5sb2NhdGlvbi5ocmVmPSdodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL25vdmEtc2NvdGlhLyc7XCI+TGVhcm4gTW9yZTwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPCEtLSBBZGRlZCBidXR0b24gLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvYm9keT5cclxuPC9odG1sPlxyXG4iLCJfdGl0bGUiOiIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2VsZW1lbnRfd2lkdGgiOiIiLCJfZWxlbWVudF93aWR0aF90YWJsZXQiOiIiLCJfZWxlbWVudF93aWR0aF9tb2JpbGUiOiIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2ZsZXhfYWxpZ25fc2VsZiI6IiIsIl9mbGV4X2FsaWduX3NlbGZfdGFibGV0IjoiIiwiX2ZsZXhfYWxpZ25fc2VsZl9tb2JpbGUiOiIiLCJfZmxleF9vcmRlciI6IiIsIl9mbGV4X29yZGVyX3RhYmxldCI6IiIsIl9mbGV4X29yZGVyX21vYmlsZSI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbSI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbV90YWJsZXQiOiIiLCJfZmxleF9vcmRlcl9jdXN0b21fbW9iaWxlIjoiIiwiX2ZsZXhfc2l6ZSI6IiIsIl9mbGV4X3NpemVfdGFibGV0IjoiIiwiX2ZsZXhfc2l6ZV9tb2JpbGUiOiIiLCJfZmxleF9ncm93IjoxLCJfZmxleF9ncm93X3RhYmxldCI6IiIsIl9mbGV4X2dyb3dfbW9iaWxlIjoiIiwiX2ZsZXhfc2hyaW5rIjoxLCJfZmxleF9zaHJpbmtfdGFibGV0IjoiIiwiX2ZsZXhfc2hyaW5rX21vYmlsZSI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ25fdGFibGV0IjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ25fbW9iaWxlIjoiIiwiX3Bvc2l0aW9uIjoiIiwiX29mZnNldF9vcmllbnRhdGlvbl9oIjoic3RhcnQiLCJfb2Zmc2V0X3giOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF94X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfb3JpZW50YXRpb25fdiI6InN0YXJ0IiwiX29mZnNldF95Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfel9pbmRleCI6IiIsIl96X2luZGV4X3RhYmxldCI6IiIsIl96X2luZGV4X21vYmlsZSI6IiIsIl9lbGVtZW50X2lkIjoiIiwiX2Nzc19jbGFzc2VzIjoiIiwiX2VsZW1lbnRfY2FjaGUiOiIiLCJfYW5pbWF0aW9uIjoiIiwiX2FuaW1hdGlvbl90YWJsZXQiOiIiLCJfYW5pbWF0aW9uX21vYmlsZSI6IiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6IiIsIl9hbmltYXRpb25fZGVsYXkiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlXzNkIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9rZWVwX3Byb3BvcnRpb25zIjoieWVzIiwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3X3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fZmxpcFhfZWZmZWN0IjoiIiwiX3RyYW5zZm9ybV9mbGlwWV9lZmZlY3QiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlXzNkX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9rZWVwX3Byb3BvcnRpb25zX2hvdmVyIjoieWVzIiwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3X3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fZmxpcFhfZWZmZWN0X2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9mbGlwWV9lZmZlY3RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zaXRpb25faG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50X3RhYmxldCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnRfbW9iaWxlIjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnRfdGFibGV0IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiIiwiX2JhY2tncm91bmRfY29sb3IiOiIiLCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3JfYiI6IiNmMjI5NWIiLCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF90eXBlIjoibGluZWFyIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE4MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2ltYWdlX3RhYmxldCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaW1hZ2VfbW9iaWxlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3hwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeHBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeHBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9hdHRhY2htZW50IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0X3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2JnX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9iZ193aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfdmlkZW9fbGluayI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX3N0YXJ0IjoiIiwiX2JhY2tncm91bmRfdmlkZW9fZW5kIjoiIiwiX2JhY2tncm91bmRfcGxheV9vbmNlIjoiIiwiX2JhY2tncm91bmRfcGxheV9vbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9wcml2YWN5X21vZGUiOiIiLCJfYmFja2dyb3VuZF92aWRlb19mYWxsYmFjayI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2dhbGxlcnkiOltdLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfbG9vcCI6InllcyIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19zbGlkZV9kdXJhdGlvbiI6NTAwMCwiX2JhY2tncm91bmRfc2xpZGVzaG93X3NsaWRlX3RyYW5zaXRpb24iOiJmYWRlIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X3RyYW5zaXRpb25fZHVyYXRpb24iOjUwMCwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19sYXp5bG9hZCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uIjoiaW4iLCJfYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYiI6IiNmMjI5NWIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF90eXBlIjoibGluZWFyIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE4MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX3RhYmxldCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfbW9iaWxlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeHBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeHBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9hdHRhY2htZW50IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fbGluayI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX3N0YXJ0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZW5kIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcGxheV9vbmNlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcGxheV9vbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wcml2YWN5X21vZGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19mYWxsYmFjayI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2dhbGxlcnkiOltdLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfbG9vcCI6InllcyIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19zbGlkZV9kdXJhdGlvbiI6NTAwMCwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3NsaWRlX3RyYW5zaXRpb24iOiJmYWRlIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3RyYW5zaXRpb25fZHVyYXRpb24iOjUwMCwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19sYXp5bG9hZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19rZW5fYnVybnMiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uIjoiaW4iLCJfYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYm9yZGVyX2JvcmRlciI6IiIsIl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9jb2xvciI6IiIsIl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoiIiwiX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6MTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsMCwwLDAuNSkifSwiX2JveF9zaGFkb3dfYm94X3NoYWRvd19wb3NpdGlvbiI6IiAiLCJfYm9yZGVyX2hvdmVyX2JvcmRlciI6IiIsIl9ib3JkZXJfaG92ZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl9jb2xvciI6IiIsIl9ib3JkZXJfcmFkaXVzX2hvdmVyIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvd190eXBlIjoiIiwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6MTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsMCwwLDAuNSkifSwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvd19wb3NpdGlvbiI6IiAiLCJfYm9yZGVyX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3N3aXRjaCI6IiIsIl9tYXNrX3NoYXBlIjoiY2lyY2xlIiwiX21hc2tfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9tYXNrX25vdGljZSI6IiIsIl9tYXNrX3NpemUiOiJjb250YWluIiwiX21hc2tfc2l6ZV90YWJsZXQiOiIiLCJfbWFza19zaXplX21vYmlsZSI6IiIsIl9tYXNrX3NpemVfc2NhbGUiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9tYXNrX3NpemVfc2NhbGVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19zaXplX3NjYWxlX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX21hc2tfcG9zaXRpb25fdGFibGV0IjoiIiwiX21hc2tfcG9zaXRpb25fbW9iaWxlIjoiIiwiX21hc2tfcG9zaXRpb25feCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3hfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl94X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feSI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3lfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcmVwZWF0Ijoibm8tcmVwZWF0IiwiX21hc2tfcmVwZWF0X3RhYmxldCI6IiIsIl9tYXNrX3JlcGVhdF9tb2JpbGUiOiIiLCJoaWRlX2Rlc2t0b3AiOiIiLCJoaWRlX3RhYmxldCI6IiIsImhpZGVfbW9iaWxlIjoiIn0sImRlZmF1bHRFZGl0U2V0dGluZ3MiOnsiZGVmYXVsdEVkaXRSb3V0ZSI6ImNvbnRlbnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaHRtbCIsImVkaXRTZXR0aW5ncyI6eyJkZWZhdWx0RWRpdFJvdXRlIjoiY29udGVudCIsInBhbmVsIjp7ImFjdGl2ZVRhYiI6ImNvbnRlbnQiLCJhY3RpdmVTZWN0aW9uIjoic2VjdGlvbl90aXRsZSJ9fX19fX0=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(48,1724835404.291558,1724835404.223700,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMzMwIjp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiI3MWJlN2FjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Ccml0aXNoLWNvbGFtYmlhLndlYnBcIiBhbHQ9XCJGcm9udCBJbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+IDwhLS0gQWRkZWQgdGl0bGUgb24gdGhlIGZyb250IHNpZGUgLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWJhY2tcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5CUklUSVNIIENPTFVNQklBPC9oMj5cclxuICAgICAgICAgICAgICAgIDxwPkJyaXRpc2ggQ29sdW1iaWEsIENhbmFkYSdzIHdlc3Rlcm5tb3N0IHByb3ZpbmNlLiBJdCBpcyBib3VuZGVkIHRvIHRoZSBub3J0aCBieSBZdWtvbiBhbmQgdGhlIE5vcnRod2VzdCBUZXJyaXRvcmllcywgdG8gdGhlIGVhc3QgYnkgdGhlIHByb3ZpbmNlIG9mIEFsYmVydGE8L3A+XHJcbiAgICAgICAgICAgICAgICAgPGJ1dHRvbiBvbmNsaWNrPVwid2luZG93LmxvY2F0aW9uLmhyZWY9J2h0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2EvYnJpdGlzaC1jb2x1bWJpYS8nO1wiPkxlYXJuIE1vcmU8L2J1dHRvbj4gXHJcbiAgICAgICAgICAgICAgICA8IS0tIEFkZGVkIGJ1dHRvbiAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9ib2R5PlxyXG48L2h0bWw+XHJcbiIsIl90aXRsZSI6IiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfZWxlbWVudF93aWR0aCI6IiIsIl9lbGVtZW50X3dpZHRoX3RhYmxldCI6IiIsIl9lbGVtZW50X3dpZHRoX21vYmlsZSI6IiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiIiwiX2ZsZXhfYWxpZ25fc2VsZl90YWJsZXQiOiIiLCJfZmxleF9hbGlnbl9zZWxmX21vYmlsZSI6IiIsIl9mbGV4X29yZGVyIjoiIiwiX2ZsZXhfb3JkZXJfdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX3RhYmxldCI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbV9tb2JpbGUiOiIiLCJfZmxleF9zaXplIjoiIiwiX2ZsZXhfc2l6ZV90YWJsZXQiOiIiLCJfZmxleF9zaXplX21vYmlsZSI6IiIsIl9mbGV4X2dyb3ciOjEsIl9mbGV4X2dyb3dfdGFibGV0IjoiIiwiX2ZsZXhfZ3Jvd19tb2JpbGUiOiIiLCJfZmxleF9zaHJpbmsiOjEsIl9mbGV4X3Nocmlua190YWJsZXQiOiIiLCJfZmxleF9zaHJpbmtfbW9iaWxlIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ24iOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl90YWJsZXQiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl9tb2JpbGUiOiIiLCJfcG9zaXRpb24iOiIiLCJfb2Zmc2V0X29yaWVudGF0aW9uX2giOiJzdGFydCIsIl9vZmZzZXRfeCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF9vcmllbnRhdGlvbl92Ijoic3RhcnQiLCJfb2Zmc2V0X3kiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl96X2luZGV4IjoiIiwiX3pfaW5kZXhfdGFibGV0IjoiIiwiX3pfaW5kZXhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfaWQiOiIiLCJfY3NzX2NsYXNzZXMiOiIiLCJfZWxlbWVudF9jYWNoZSI6IiIsIl9hbmltYXRpb24iOiIiLCJfYW5pbWF0aW9uX3RhYmxldCI6IiIsIl9hbmltYXRpb25fbW9iaWxlIjoiIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoiIiwiX2FuaW1hdGlvbl9kZWxheSI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2QiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnMiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3QiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnNfaG92ZXIiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNpdGlvbl9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnRfdGFibGV0IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF9tb2JpbGUiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9ib3JkZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl9ob3Zlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXNfaG92ZXIiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc3dpdGNoIjoiIiwiX21hc2tfc2hhcGUiOiJjaXJjbGUiLCJfbWFza19pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX21hc2tfbm90aWNlIjoiIiwiX21hc2tfc2l6ZSI6ImNvbnRhaW4iLCJfbWFza19zaXplX3RhYmxldCI6IiIsIl9tYXNrX3NpemVfbW9iaWxlIjoiIiwiX21hc2tfc2l6ZV9zY2FsZSI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3NpemVfc2NhbGVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfbWFza19wb3NpdGlvbl90YWJsZXQiOiIiLCJfbWFza19wb3NpdGlvbl9tb2JpbGUiOiIiLCJfbWFza19wb3NpdGlvbl94Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19yZXBlYXQiOiJuby1yZXBlYXQiLCJfbWFza19yZXBlYXRfdGFibGV0IjoiIiwiX21hc2tfcmVwZWF0X21vYmlsZSI6IiIsImhpZGVfZGVza3RvcCI6IiIsImhpZGVfdGFibGV0IjoiIiwiaGlkZV9tb2JpbGUiOiIifSwiZGVmYXVsdEVkaXRTZXR0aW5ncyI6eyJkZWZhdWx0RWRpdFJvdXRlIjoiY29udGVudCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJodG1sIiwiZWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50IiwicGFuZWwiOnsiYWN0aXZlVGFiIjoiY29udGVudCIsImFjdGl2ZVNlY3Rpb24iOiJzZWN0aW9uX3RpdGxlIn19fX19fQ==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(49,1724835379.592678,1724835379.511400,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMzI0Ijp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiIyMjQwYzZmIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgPGltZyBzcmM9XCJodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L0FsYmVydGEud2VicFwiIGFsdD1cIkZyb250IEltYWdlXCI+XHJcbiAgICAgICAgICAgICAgICA8aDI+UVVFQkVDPC9oMj4gPCEtLSBBZGRlZCB0aXRsZSBvbiB0aGUgZnJvbnQgc2lkZSAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtYmFja1wiPlxyXG4gICAgICAgICAgICAgICAgPGgyPkFMQkVSVEE8L2gyPlxyXG4gICAgICAgICAgICAgICAgPHA+QWxiZXJ0YSBpcyBvbmUgb2YgdGhlIHRoaXJ0ZWVuIHByb3ZpbmNlcyBhbmQgdGVycml0b3JpZXMgb2YgQ2FuYWRhLiBJdCBpcyBhIHBhcnQgb2YgV2VzdGVybiBDYW5hZGEgYW5kIGlzIG9uZSBvZiB0aGUgdGhyZWUgcHJhaXJpZSBwcm92aW5jZXMuPC9wPlxyXG4gICAgICAgICAgICAgICAgIDxidXR0b24gb25jbGljaz1cIndpbmRvdy5sb2NhdGlvbi5ocmVmPSdodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL2FsYmVydGEvJztcIj5MZWFybiBNb3JlPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8IS0tIEFkZGVkIGJ1dHRvbiAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9ib2R5PlxyXG48L2h0bWw+XHJcbiIsIl90aXRsZSI6IiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfZWxlbWVudF93aWR0aCI6IiIsIl9lbGVtZW50X3dpZHRoX3RhYmxldCI6IiIsIl9lbGVtZW50X3dpZHRoX21vYmlsZSI6IiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiIiwiX2ZsZXhfYWxpZ25fc2VsZl90YWJsZXQiOiIiLCJfZmxleF9hbGlnbl9zZWxmX21vYmlsZSI6IiIsIl9mbGV4X29yZGVyIjoiIiwiX2ZsZXhfb3JkZXJfdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX3RhYmxldCI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbV9tb2JpbGUiOiIiLCJfZmxleF9zaXplIjoiIiwiX2ZsZXhfc2l6ZV90YWJsZXQiOiIiLCJfZmxleF9zaXplX21vYmlsZSI6IiIsIl9mbGV4X2dyb3ciOjEsIl9mbGV4X2dyb3dfdGFibGV0IjoiIiwiX2ZsZXhfZ3Jvd19tb2JpbGUiOiIiLCJfZmxleF9zaHJpbmsiOjEsIl9mbGV4X3Nocmlua190YWJsZXQiOiIiLCJfZmxleF9zaHJpbmtfbW9iaWxlIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ24iOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl90YWJsZXQiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl9tb2JpbGUiOiIiLCJfcG9zaXRpb24iOiIiLCJfb2Zmc2V0X29yaWVudGF0aW9uX2giOiJzdGFydCIsIl9vZmZzZXRfeCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF9vcmllbnRhdGlvbl92Ijoic3RhcnQiLCJfb2Zmc2V0X3kiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl96X2luZGV4IjoiIiwiX3pfaW5kZXhfdGFibGV0IjoiIiwiX3pfaW5kZXhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfaWQiOiIiLCJfY3NzX2NsYXNzZXMiOiIiLCJfZWxlbWVudF9jYWNoZSI6IiIsIl9hbmltYXRpb24iOiIiLCJfYW5pbWF0aW9uX3RhYmxldCI6IiIsIl9hbmltYXRpb25fbW9iaWxlIjoiIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoiIiwiX2FuaW1hdGlvbl9kZWxheSI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2QiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnMiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3QiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnNfaG92ZXIiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNpdGlvbl9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnRfdGFibGV0IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF9tb2JpbGUiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9ib3JkZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl9ob3Zlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXNfaG92ZXIiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc3dpdGNoIjoiIiwiX21hc2tfc2hhcGUiOiJjaXJjbGUiLCJfbWFza19pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX21hc2tfbm90aWNlIjoiIiwiX21hc2tfc2l6ZSI6ImNvbnRhaW4iLCJfbWFza19zaXplX3RhYmxldCI6IiIsIl9tYXNrX3NpemVfbW9iaWxlIjoiIiwiX21hc2tfc2l6ZV9zY2FsZSI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3NpemVfc2NhbGVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfbWFza19wb3NpdGlvbl90YWJsZXQiOiIiLCJfbWFza19wb3NpdGlvbl9tb2JpbGUiOiIiLCJfbWFza19wb3NpdGlvbl94Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19yZXBlYXQiOiJuby1yZXBlYXQiLCJfbWFza19yZXBlYXRfdGFibGV0IjoiIiwiX21hc2tfcmVwZWF0X21vYmlsZSI6IiIsImhpZGVfZGVza3RvcCI6IiIsImhpZGVfdGFibGV0IjoiIiwiaGlkZV9tb2JpbGUiOiIifSwiZGVmYXVsdEVkaXRTZXR0aW5ncyI6eyJkZWZhdWx0RWRpdFJvdXRlIjoiY29udGVudCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJodG1sIiwiZWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50IiwicGFuZWwiOnsiYWN0aXZlVGFiIjoiY29udGVudCIsImFjdGl2ZVNlY3Rpb24iOiJzZWN0aW9uX3RpdGxlIn19fX19fQ==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(50,1724835359.208339,1724835359.142500,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMzE1Ijp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiI2NzU5ZjM4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgPGltZyBzcmM9XCJodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L09udGFyaW8ud2VicFwiIGFsdD1cIkZyb250IEltYWdlXCI+XHJcbiAgICAgICAgICAgICAgICA8aDI+UVVFQkVDPC9oMj4gPCEtLSBBZGRlZCB0aXRsZSBvbiB0aGUgZnJvbnQgc2lkZSAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtYmFja1wiPlxyXG4gICAgICAgICAgICAgICAgPGgyPk9OVEFSSU88L2gyPlxyXG4gICAgICAgICAgICAgICAgPHA+T250YXJpbywgc2Vjb25kIGxhcmdlc3QgcHJvdmluY2Ugb2YgQ2FuYWRhIGluIGFyZWEsIGFmdGVyIFF1ZWJlYy4gSXQgb2NjdXBpZXMgdGhlIHN0cmlwIG9mIHRoZSBDYW5hZGlhbiBtYWlubGFuZCBseWluZyBiZXR3ZWVuIEh1ZHNvbiBhbmQgSmFtZXMgYmF5czwvcD5cclxuICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBvbmNsaWNrPVwid2luZG93LmxvY2F0aW9uLmhyZWY9J2h0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2Evb250YXJpby8nO1wiPkxlYXJuIE1vcmU8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwhLS0gQWRkZWQgYnV0dG9uIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2JvZHk+XHJcbjwvaHRtbD5cclxuIiwiX3RpdGxlIjoiIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9lbGVtZW50X3dpZHRoIjoiIiwiX2VsZW1lbnRfd2lkdGhfdGFibGV0IjoiIiwiX2VsZW1lbnRfd2lkdGhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9mbGV4X2FsaWduX3NlbGYiOiIiLCJfZmxleF9hbGlnbl9zZWxmX3RhYmxldCI6IiIsIl9mbGV4X2FsaWduX3NlbGZfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXIiOiIiLCJfZmxleF9vcmRlcl90YWJsZXQiOiIiLCJfZmxleF9vcmRlcl9tb2JpbGUiOiIiLCJfZmxleF9vcmRlcl9jdXN0b20iOiIiLCJfZmxleF9vcmRlcl9jdXN0b21fdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX21vYmlsZSI6IiIsIl9mbGV4X3NpemUiOiIiLCJfZmxleF9zaXplX3RhYmxldCI6IiIsIl9mbGV4X3NpemVfbW9iaWxlIjoiIiwiX2ZsZXhfZ3JvdyI6MSwiX2ZsZXhfZ3Jvd190YWJsZXQiOiIiLCJfZmxleF9ncm93X21vYmlsZSI6IiIsIl9mbGV4X3NocmluayI6MSwiX2ZsZXhfc2hyaW5rX3RhYmxldCI6IiIsIl9mbGV4X3Nocmlua19tb2JpbGUiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbiI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduX3RhYmxldCI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduX21vYmlsZSI6IiIsIl9wb3NpdGlvbiI6IiIsIl9vZmZzZXRfb3JpZW50YXRpb25faCI6InN0YXJ0IiwiX29mZnNldF94Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X29yaWVudGF0aW9uX3YiOiJzdGFydCIsIl9vZmZzZXRfeSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3pfaW5kZXgiOiIiLCJfel9pbmRleF90YWJsZXQiOiIiLCJfel9pbmRleF9tb2JpbGUiOiIiLCJfZWxlbWVudF9pZCI6IiIsIl9jc3NfY2xhc3NlcyI6IiIsIl9lbGVtZW50X2NhY2hlIjoiIiwiX2FuaW1hdGlvbiI6IiIsIl9hbmltYXRpb25fdGFibGV0IjoiIiwiX2FuaW1hdGlvbl9tb2JpbGUiOiIiLCJhbmltYXRpb25fZHVyYXRpb24iOiIiLCJfYW5pbWF0aW9uX2RlbGF5IjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZV8zZCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fa2VlcF9wcm9wb3J0aW9ucyI6InllcyIsIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld19wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX2ZsaXBYX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fZmxpcFlfZWZmZWN0IjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZV8zZF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fa2VlcF9wcm9wb3J0aW9uc19ob3ZlciI6InllcyIsIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld19wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX2ZsaXBYX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fZmxpcFlfZWZmZWN0X2hvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2l0aW9uX2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X3RhYmxldCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yIjoiIiwiX2JhY2tncm91bmRfY29sb3Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2IiOiIjZjIyOTViIiwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfdHlwZSI6ImxpbmVhciIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxODAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV90YWJsZXQiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2ltYWdlX21vYmlsZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF94cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3hwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3hwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYXR0YWNobWVudCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdF90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9iZ193aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9iZ193aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3ZpZGVvX2xpbmsiOiIiLCJfYmFja2dyb3VuZF92aWRlb19zdGFydCI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2VuZCI6IiIsIl9iYWNrZ3JvdW5kX3BsYXlfb25jZSI6IiIsIl9iYWNrZ3JvdW5kX3BsYXlfb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfcHJpdmFjeV9tb2RlIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xvb3AiOiJ5ZXMiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfZHVyYXRpb24iOjUwMDAsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19zbGlkZV90cmFuc2l0aW9uIjoiZmFkZSIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd190cmFuc2l0aW9uX2R1cmF0aW9uIjo1MDAsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJuc196b29tX2RpcmVjdGlvbiI6ImluIiwiX2JhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2IiOiIjZjIyOTViIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfdHlwZSI6ImxpbmVhciIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxODAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV90YWJsZXQiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX21vYmlsZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYXR0YWNobWVudCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdF90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2xpbmsiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19zdGFydCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2VuZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3BsYXlfb25jZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3BsYXlfb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcHJpdmFjeV9tb2RlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xvb3AiOiJ5ZXMiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfZHVyYXRpb24iOjUwMDAsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19zbGlkZV90cmFuc2l0aW9uIjoiZmFkZSIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd190cmFuc2l0aW9uX2R1cmF0aW9uIjo1MDAsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfbGF6eWxvYWQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfa2VuX2J1cm5zIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJuc196b29tX2RpcmVjdGlvbiI6ImluIiwiX2JhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JvcmRlcl9ib3JkZXIiOiIiLCJfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfY29sb3IiOiIiLCJfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6IiIsIl9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sIl9ib3hfc2hhZG93X2JveF9zaGFkb3dfcG9zaXRpb24iOiIgIiwiX2JvcmRlcl9ob3Zlcl9ib3JkZXIiOiIiLCJfYm9yZGVyX2hvdmVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfY29sb3IiOiIiLCJfYm9yZGVyX3JhZGl1c19ob3ZlciI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3dfdHlwZSI6IiIsIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3dfcG9zaXRpb24iOiIgIiwiX2JvcmRlcl9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19zd2l0Y2giOiIiLCJfbWFza19zaGFwZSI6ImNpcmNsZSIsIl9tYXNrX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfbWFza19ub3RpY2UiOiIiLCJfbWFza19zaXplIjoiY29udGFpbiIsIl9tYXNrX3NpemVfdGFibGV0IjoiIiwiX21hc2tfc2l6ZV9tb2JpbGUiOiIiLCJfbWFza19zaXplX3NjYWxlIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfbWFza19zaXplX3NjYWxlX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9tYXNrX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9tYXNrX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9tYXNrX3Bvc2l0aW9uX3giOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl94X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3kiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9tYXNrX3JlcGVhdF90YWJsZXQiOiIiLCJfbWFza19yZXBlYXRfbW9iaWxlIjoiIiwiaGlkZV9kZXNrdG9wIjoiIiwiaGlkZV90YWJsZXQiOiIiLCJoaWRlX21vYmlsZSI6IiJ9LCJkZWZhdWx0RWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imh0bWwiLCJlZGl0U2V0dGluZ3MiOnsiZGVmYXVsdEVkaXRSb3V0ZSI6ImNvbnRlbnQiLCJwYW5lbCI6eyJhY3RpdmVUYWIiOiJjb250ZW50IiwiYWN0aXZlU2VjdGlvbiI6InNlY3Rpb25fdGl0bGUifX19fX19\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(51,1724835328.312929,1724835328.214600,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMzA5Ijp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiJiYWEzOTllIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9RVUVCSUMud2VicFwiIGFsdD1cIkZyb250IEltYWdlXCI+XHJcbiAgICAgICAgICAgICAgICA8aDI+UVVFQkVDPC9oMj4gPCEtLSBBZGRlZCB0aXRsZSBvbiB0aGUgZnJvbnQgc2lkZSAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtYmFja1wiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+XHJcbiAgICAgICAgICAgICAgICA8cD5RdWViZWMgaXMgb25lIG9mIHRoZSB0aGlydGVlbiBwcm92aW5jZXMgYW5kIHRlcnJpdG9yaWVzIG9mIENhbmFkYS4gSXQgaXMgdGhlIGxhcmdlc3QgcHJvdmluY2UgYnkgYXJlYSBhbmQgdGhlIHNlY29uZC1sYXJnZXN0IGJ5IHBvcHVsYXRpb24uPC9wPlxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBvbmNsaWNrPVwid2luZG93LmxvY2F0aW9uLmhyZWY9J2h0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2EvcXVlYmVjLyc7XCI+TGVhcm4gTW9yZTwvYnV0dG9uPiBcclxuICAgICAgICAgICAgICAgIDwhLS0gQWRkZWQgYnV0dG9uIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2JvZHk+XHJcbjwvaHRtbD5cclxuIiwiX3RpdGxlIjoiIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9lbGVtZW50X3dpZHRoIjoiIiwiX2VsZW1lbnRfd2lkdGhfdGFibGV0IjoiIiwiX2VsZW1lbnRfd2lkdGhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9mbGV4X2FsaWduX3NlbGYiOiIiLCJfZmxleF9hbGlnbl9zZWxmX3RhYmxldCI6IiIsIl9mbGV4X2FsaWduX3NlbGZfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXIiOiIiLCJfZmxleF9vcmRlcl90YWJsZXQiOiIiLCJfZmxleF9vcmRlcl9tb2JpbGUiOiIiLCJfZmxleF9vcmRlcl9jdXN0b20iOiIiLCJfZmxleF9vcmRlcl9jdXN0b21fdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX21vYmlsZSI6IiIsIl9mbGV4X3NpemUiOiIiLCJfZmxleF9zaXplX3RhYmxldCI6IiIsIl9mbGV4X3NpemVfbW9iaWxlIjoiIiwiX2ZsZXhfZ3JvdyI6MSwiX2ZsZXhfZ3Jvd190YWJsZXQiOiIiLCJfZmxleF9ncm93X21vYmlsZSI6IiIsIl9mbGV4X3NocmluayI6MSwiX2ZsZXhfc2hyaW5rX3RhYmxldCI6IiIsIl9mbGV4X3Nocmlua19tb2JpbGUiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbiI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduX3RhYmxldCI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduX21vYmlsZSI6IiIsIl9wb3NpdGlvbiI6IiIsIl9vZmZzZXRfb3JpZW50YXRpb25faCI6InN0YXJ0IiwiX29mZnNldF94Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X29yaWVudGF0aW9uX3YiOiJzdGFydCIsIl9vZmZzZXRfeSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3pfaW5kZXgiOiIiLCJfel9pbmRleF90YWJsZXQiOiIiLCJfel9pbmRleF9tb2JpbGUiOiIiLCJfZWxlbWVudF9pZCI6IiIsIl9jc3NfY2xhc3NlcyI6IiIsIl9lbGVtZW50X2NhY2hlIjoiIiwiX2FuaW1hdGlvbiI6IiIsIl9hbmltYXRpb25fdGFibGV0IjoiIiwiX2FuaW1hdGlvbl9tb2JpbGUiOiIiLCJhbmltYXRpb25fZHVyYXRpb24iOiIiLCJfYW5pbWF0aW9uX2RlbGF5IjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZV8zZCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fa2VlcF9wcm9wb3J0aW9ucyI6InllcyIsIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld19wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX2ZsaXBYX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fZmxpcFlfZWZmZWN0IjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZV8zZF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fa2VlcF9wcm9wb3J0aW9uc19ob3ZlciI6InllcyIsIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld19wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX2ZsaXBYX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fZmxpcFlfZWZmZWN0X2hvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2l0aW9uX2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X3RhYmxldCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yIjoiIiwiX2JhY2tncm91bmRfY29sb3Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2IiOiIjZjIyOTViIiwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfdHlwZSI6ImxpbmVhciIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxODAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV90YWJsZXQiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2ltYWdlX21vYmlsZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF94cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3hwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3hwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYXR0YWNobWVudCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdF90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9iZ193aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9iZ193aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3ZpZGVvX2xpbmsiOiIiLCJfYmFja2dyb3VuZF92aWRlb19zdGFydCI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2VuZCI6IiIsIl9iYWNrZ3JvdW5kX3BsYXlfb25jZSI6IiIsIl9iYWNrZ3JvdW5kX3BsYXlfb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfcHJpdmFjeV9tb2RlIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xvb3AiOiJ5ZXMiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfZHVyYXRpb24iOjUwMDAsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19zbGlkZV90cmFuc2l0aW9uIjoiZmFkZSIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd190cmFuc2l0aW9uX2R1cmF0aW9uIjo1MDAsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJuc196b29tX2RpcmVjdGlvbiI6ImluIiwiX2JhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2IiOiIjZjIyOTViIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfdHlwZSI6ImxpbmVhciIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxODAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV90YWJsZXQiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX21vYmlsZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYXR0YWNobWVudCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdF90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2xpbmsiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19zdGFydCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2VuZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3BsYXlfb25jZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3BsYXlfb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcHJpdmFjeV9tb2RlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xvb3AiOiJ5ZXMiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfZHVyYXRpb24iOjUwMDAsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19zbGlkZV90cmFuc2l0aW9uIjoiZmFkZSIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd190cmFuc2l0aW9uX2R1cmF0aW9uIjo1MDAsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfbGF6eWxvYWQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfa2VuX2J1cm5zIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJuc196b29tX2RpcmVjdGlvbiI6ImluIiwiX2JhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JvcmRlcl9ib3JkZXIiOiIiLCJfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfY29sb3IiOiIiLCJfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6IiIsIl9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sIl9ib3hfc2hhZG93X2JveF9zaGFkb3dfcG9zaXRpb24iOiIgIiwiX2JvcmRlcl9ob3Zlcl9ib3JkZXIiOiIiLCJfYm9yZGVyX2hvdmVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfY29sb3IiOiIiLCJfYm9yZGVyX3JhZGl1c19ob3ZlciI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3dfdHlwZSI6IiIsIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3dfcG9zaXRpb24iOiIgIiwiX2JvcmRlcl9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19zd2l0Y2giOiIiLCJfbWFza19zaGFwZSI6ImNpcmNsZSIsIl9tYXNrX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfbWFza19ub3RpY2UiOiIiLCJfbWFza19zaXplIjoiY29udGFpbiIsIl9tYXNrX3NpemVfdGFibGV0IjoiIiwiX21hc2tfc2l6ZV9tb2JpbGUiOiIiLCJfbWFza19zaXplX3NjYWxlIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfbWFza19zaXplX3NjYWxlX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9tYXNrX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9tYXNrX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9tYXNrX3Bvc2l0aW9uX3giOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl94X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3kiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9tYXNrX3JlcGVhdF90YWJsZXQiOiIiLCJfbWFza19yZXBlYXRfbW9iaWxlIjoiIiwiaGlkZV9kZXNrdG9wIjoiIiwiaGlkZV90YWJsZXQiOiIiLCJoaWRlX21vYmlsZSI6IiJ9LCJkZWZhdWx0RWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imh0bWwiLCJlZGl0U2V0dGluZ3MiOnsiZGVmYXVsdEVkaXRSb3V0ZSI6ImNvbnRlbnQiLCJwYW5lbCI6eyJhY3RpdmVUYWIiOiJjb250ZW50IiwiYWN0aXZlU2VjdGlvbiI6InNlY3Rpb25fdGl0bGUifX19fX19\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(52,1724835102.511128,1724835102.412000,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjk0Ijp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiI2ZmNmOTQ4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPWh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2Evd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU2Fza2F0Y2hhd2FuLndlYnAgYWx0PVwiRnJvbnQgSW1hZ2VcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5RVUVCRUM8L2gyPiA8IS0tIEFkZGVkIHRpdGxlIG9uIHRoZSBmcm9udCBzaWRlIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZsaXAtY2FyZC1iYWNrXCI+XHJcbiAgICAgICAgICAgICAgICAgPGgyPlNBU0tBVENIRVdBTjwvaDI+XHJcbiAgICAgICAgICAgICAgICA8cD5TYXNrYXRjaGV3YW4gaGFzIGEgdmlicmFudCBhcnQgYW5kIGN1bHR1cmUgc2NlbmUsIHNjZW5pYyBwcm92aW5jaWFsIHBhcmtzIGFuZCBwbGVudHkgb2Ygc3BvcnRzIGFuZCByZWNyZWF0aW9uIG9wcG9ydHVuaXRpZXMuIEtub3duIGFzIHRoZSBiaXJ0aHBsYWNlIG9mIE1lZGljYXJlPC9wPlxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBvbmNsaWNrPVwid2luZG93LmxvY2F0aW9uLmhyZWY9J2h0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2Evc2Fza2F0Y2hld2FuLyc7XCI+TGVhcm4gTW9yZTwvYnV0dG9uPiBcclxuICAgICAgICAgICAgICAgIDwhLS0gQWRkZWQgYnV0dG9uIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2JvZHk+XHJcbjwvaHRtbD5cclxuIiwiX3RpdGxlIjoiIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9lbGVtZW50X3dpZHRoIjoiIiwiX2VsZW1lbnRfd2lkdGhfdGFibGV0IjoiIiwiX2VsZW1lbnRfd2lkdGhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9mbGV4X2FsaWduX3NlbGYiOiIiLCJfZmxleF9hbGlnbl9zZWxmX3RhYmxldCI6IiIsIl9mbGV4X2FsaWduX3NlbGZfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXIiOiIiLCJfZmxleF9vcmRlcl90YWJsZXQiOiIiLCJfZmxleF9vcmRlcl9tb2JpbGUiOiIiLCJfZmxleF9vcmRlcl9jdXN0b20iOiIiLCJfZmxleF9vcmRlcl9jdXN0b21fdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX21vYmlsZSI6IiIsIl9mbGV4X3NpemUiOiIiLCJfZmxleF9zaXplX3RhYmxldCI6IiIsIl9mbGV4X3NpemVfbW9iaWxlIjoiIiwiX2ZsZXhfZ3JvdyI6MSwiX2ZsZXhfZ3Jvd190YWJsZXQiOiIiLCJfZmxleF9ncm93X21vYmlsZSI6IiIsIl9mbGV4X3NocmluayI6MSwiX2ZsZXhfc2hyaW5rX3RhYmxldCI6IiIsIl9mbGV4X3Nocmlua19tb2JpbGUiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbiI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduX3RhYmxldCI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduX21vYmlsZSI6IiIsIl9wb3NpdGlvbiI6IiIsIl9vZmZzZXRfb3JpZW50YXRpb25faCI6InN0YXJ0IiwiX29mZnNldF94Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X29yaWVudGF0aW9uX3YiOiJzdGFydCIsIl9vZmZzZXRfeSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3pfaW5kZXgiOiIiLCJfel9pbmRleF90YWJsZXQiOiIiLCJfel9pbmRleF9tb2JpbGUiOiIiLCJfZWxlbWVudF9pZCI6IiIsIl9jc3NfY2xhc3NlcyI6IiIsIl9lbGVtZW50X2NhY2hlIjoiIiwiX2FuaW1hdGlvbiI6IiIsIl9hbmltYXRpb25fdGFibGV0IjoiIiwiX2FuaW1hdGlvbl9tb2JpbGUiOiIiLCJhbmltYXRpb25fZHVyYXRpb24iOiIiLCJfYW5pbWF0aW9uX2RlbGF5IjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZV8zZCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fa2VlcF9wcm9wb3J0aW9ucyI6InllcyIsIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld19wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX2ZsaXBYX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fZmxpcFlfZWZmZWN0IjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZV8zZF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fa2VlcF9wcm9wb3J0aW9uc19ob3ZlciI6InllcyIsIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld19wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX2ZsaXBYX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fZmxpcFlfZWZmZWN0X2hvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2l0aW9uX2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X3RhYmxldCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yIjoiIiwiX2JhY2tncm91bmRfY29sb3Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2IiOiIjZjIyOTViIiwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfdHlwZSI6ImxpbmVhciIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxODAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV90YWJsZXQiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2ltYWdlX21vYmlsZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF94cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3hwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3hwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYXR0YWNobWVudCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdF90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9iZ193aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9iZ193aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3ZpZGVvX2xpbmsiOiIiLCJfYmFja2dyb3VuZF92aWRlb19zdGFydCI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2VuZCI6IiIsIl9iYWNrZ3JvdW5kX3BsYXlfb25jZSI6IiIsIl9iYWNrZ3JvdW5kX3BsYXlfb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfcHJpdmFjeV9tb2RlIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xvb3AiOiJ5ZXMiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfZHVyYXRpb24iOjUwMDAsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19zbGlkZV90cmFuc2l0aW9uIjoiZmFkZSIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd190cmFuc2l0aW9uX2R1cmF0aW9uIjo1MDAsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJuc196b29tX2RpcmVjdGlvbiI6ImluIiwiX2JhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2IiOiIjZjIyOTViIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfdHlwZSI6ImxpbmVhciIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxODAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV90YWJsZXQiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX21vYmlsZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYXR0YWNobWVudCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdF90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2xpbmsiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19zdGFydCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2VuZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3BsYXlfb25jZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3BsYXlfb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcHJpdmFjeV9tb2RlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xvb3AiOiJ5ZXMiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfZHVyYXRpb24iOjUwMDAsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19zbGlkZV90cmFuc2l0aW9uIjoiZmFkZSIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd190cmFuc2l0aW9uX2R1cmF0aW9uIjo1MDAsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfbGF6eWxvYWQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfa2VuX2J1cm5zIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJuc196b29tX2RpcmVjdGlvbiI6ImluIiwiX2JhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JvcmRlcl9ib3JkZXIiOiIiLCJfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfY29sb3IiOiIiLCJfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6IiIsIl9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sIl9ib3hfc2hhZG93X2JveF9zaGFkb3dfcG9zaXRpb24iOiIgIiwiX2JvcmRlcl9ob3Zlcl9ib3JkZXIiOiIiLCJfYm9yZGVyX2hvdmVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfY29sb3IiOiIiLCJfYm9yZGVyX3JhZGl1c19ob3ZlciI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3dfdHlwZSI6IiIsIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3dfcG9zaXRpb24iOiIgIiwiX2JvcmRlcl9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19zd2l0Y2giOiIiLCJfbWFza19zaGFwZSI6ImNpcmNsZSIsIl9tYXNrX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfbWFza19ub3RpY2UiOiIiLCJfbWFza19zaXplIjoiY29udGFpbiIsIl9tYXNrX3NpemVfdGFibGV0IjoiIiwiX21hc2tfc2l6ZV9tb2JpbGUiOiIiLCJfbWFza19zaXplX3NjYWxlIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfbWFza19zaXplX3NjYWxlX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9tYXNrX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9tYXNrX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9tYXNrX3Bvc2l0aW9uX3giOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl94X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3kiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9tYXNrX3JlcGVhdF90YWJsZXQiOiIiLCJfbWFza19yZXBlYXRfbW9iaWxlIjoiIiwiaGlkZV9kZXNrdG9wIjoiIiwiaGlkZV90YWJsZXQiOiIiLCJoaWRlX21vYmlsZSI6IiJ9LCJkZWZhdWx0RWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imh0bWwiLCJlZGl0U2V0dGluZ3MiOnsiZGVmYXVsdEVkaXRSb3V0ZSI6ImNvbnRlbnQiLCJwYW5lbCI6eyJhY3RpdmVUYWIiOiJjb250ZW50IiwiYWN0aXZlU2VjdGlvbiI6InNlY3Rpb25fdGl0bGUifX19fX19\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(53,1724835098.152065,1724835097.976700,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9jb250YWN0LXVzLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRleHRfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTMiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMTMiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6dHJ1ZX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9XX0seyJpZCI6IjdjMDk1NTQiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImJveGVkX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjkzNSwic2l6ZXMiOltdfSwibWluX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDNEMSIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjEiLCJyaWdodCI6IjIxIiwiYm90dG9tIjoiMjEiLCJsZWZ0IjoiMjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjIyIiwicmlnaHQiOiIyMiIsImJvdHRvbSI6IjIyIiwibGVmdCI6IjIyIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9fSwiZWxlbWVudHMiOlt7ImlkIjoiMDE1Mjk5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiR2V0IEluIFRvdWNoIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjgwMCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYWYyYTdkYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkZpbGwgb3V0IHRoaXMgZm9ybSBhbmQgb25lIG9mIG91ciBhZ2VudHMgd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzb29uPC9wPiIsInRleHRfY29sb3IiOiIjRkZGRkZGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01OCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMGNhZTIzNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZvcm1faWQiOiIxODc5IiwiZmllbGRCYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2MDAiLCJmaWVsZEJvcmRlckNvbG9yIjoiI0ZGRkZGRiIsImZpZWxkVGV4dENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU2l6ZSI6ImxhcmdlIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcInNtYWxsXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibGFyZ2VcIixcImxhYmVsQ29sb3JcIjpcIiNGRkZGRkZEOVwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJmaWVsZFNpemUiOiJzbWFsbCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6Ijc1YzcyZGMiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtcyI6ImNlbnRlciIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjkiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjo5fSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiZmxleF9nYXBfbW9iaWxlIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOnRydWUsInVuaXQiOiJweCIsInNpemUiOjB9LCJoaWRlX3RhYmxldCI6ImhpZGRlbi10YWJsZXQifSwiZWxlbWVudHMiOlt7ImlkIjoiMDJjMzdmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJBcmVhcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjdkNWIyYzEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9kaXJlY3Rpb24iOiJyb3ciLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImZsZXgtc3RhcnQiLCJmbGV4X2FsaWduX2l0ZW1zIjoiZmxleC1zdGFydCIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjowfSwiZmxleF93cmFwIjoibm93cmFwIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImZsZXhfZGlyZWN0aW9uX21vYmlsZSI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXNfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImE5YjlhZmEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYmY2Y2UyZCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiaHRtbCI6IjwhRE9DVFlQRSBodG1sPlxyXG48aHRtbCBsYW5nPVwiZW5cIj5cclxuPGhlYWQ+XHJcbiAgICA8bWV0YSBjaGFyc2V0PVwiVVRGLThcIj5cclxuICAgIDxtZXRhIG5hbWU9XCJ2aWV3cG9ydFwiIGNvbnRlbnQ9XCJ3aWR0aD1kZXZpY2Utd2lkdGgsIGluaXRpYWwtc2NhbGU9MS4wXCI+XHJcbiAgICA8dGl0bGU+RmxpcCBDYXJkIEV4YW1wbGU8L3RpdGxlPlxyXG4gICAgPHN0eWxlPlxyXG4gICAgICAgIC8qIENvbnRhaW5lciBmb3IgdGhlIGVudGlyZSBmbGlwIGNhcmQgKi9cclxuICAgICAgICAuZmxpcC1jYXJkIHtcclxuICAgIHdpZHRoOiAxMDAlOyAvKiBTZXQgd2lkdGggdG8gMTAwJSBmb3IgcmVzcG9uc2l2ZW5lc3MgKi9cclxuICAgIG1heC13aWR0aDogMzUwcHg7IC8qIFNldCBhIG1heGltdW0gd2lkdGggKi9cclxuICAgIGhlaWdodDogMjgwcHg7IC8qIERlZmF1bHQgaGVpZ2h0ICovXHJcbiAgICBtYXJnaW46IGF1dG87IC8qIENlbnRlciB0aGUgY2FyZCBob3Jpem9udGFsbHkgKi9cclxufVxyXG5cclxuXHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgaW5uZXIgZmxpcCBtZWNoYW5pc20gKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIHRyYW5zaXRpb246IHRyYW5zZm9ybSAwLjZzO1xyXG4gICAgICAgICAgICB0cmFuc2Zvcm0tc3R5bGU6IHByZXNlcnZlLTNkO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogVHJpZ2dlciB0aGUgZmxpcCBvbiBob3ZlciAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQ6aG92ZXIgLmZsaXAtY2FyZC1pbm5lciB7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgxODBkZWcpO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogRnJvbnQgc2lkZSBvZiB0aGUgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQsIC5mbGlwLWNhcmQtYmFjayB7XHJcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOyAvKiBIaWRlcyB0aGUgYmFjayBzaWRlIHdoZW4gZnJvbnQgaXMgdmlzaWJsZSAqL1xyXG4gICAgICAgICAgICB0b3A6IDA7XHJcbiAgICAgICAgICAgIGxlZnQ6IDA7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBTcGVjaWZpYyBzdHlsZXMgZm9yIHRoZSBmcm9udCBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCB7XHJcbiAgICAgICAgICAgIHotaW5kZXg6IDI7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgwZGVnKTsgLyogTm8gcm90YXRpb24gb24gdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtYmFjayB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNDRTg1MTY7IC8qIEJhY2tncm91bmQgY29sb3IgZm9yIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBUZXh0IGNvbG9yICovXHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgxODBkZWcpOyAvKiBGbGlwcyB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gICAgICAgICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOyAvKiBGb3IgdmVydGljYWwgc3RhY2tpbmcgb2YgY29udGVudCAqL1xyXG4gICAgICAgICAgICBwYWRkaW5nOiAyMHB4OyAvKiBPcHRpb25hbDogQWRkcyBwYWRkaW5nIHRvIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDsgLyogRW5zdXJlcyBwYWRkaW5nIGlzIGluY2x1ZGVkIGluIHRoZSBoZWlnaHQvd2lkdGggY2FsY3VsYXRpb24gKi9cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIENlbnRlciB0aGUgdGV4dCBhbmQgYWRkIG9wYWNpdHkgdG8gdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGltZyB7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIG9iamVjdC1maXQ6IGNvdmVyO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCBoMiB7XHJcbiAgICAgICAgICAgIGNvbG9yOiB3aGl0ZTtcclxuICAgICAgICAgICAgb3BhY2l0eTogMC44OyAvKiBBZGp1c3QgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIG1hcmdpbjogMDtcclxuICAgICAgICAgICAgZm9udC1zaXplOiAyNHB4OyAvKiBBZGp1c3QgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBCdXR0b24gc3R5bGluZyBvbiB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIGJ1dHRvbiB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMyMTE2MDQ7IC8qIEJ1dHRvbiBiYWNrZ3JvdW5kIGNvbG9yICovXHJcbiAgICAgICAgICAgIGNvbG9yOiB3aGl0ZTsgLyogQnV0dG9uIHRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgYm9yZGVyOiBub25lOyAvKiBSZW1vdmUgZGVmYXVsdCBib3JkZXIgKi9cclxuICAgICAgICAgICAgYm9yZGVyLXJhZGl1czogMTJweDsgLyogUm91bmRlZCBjb3JuZXJzICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDEwcHggMjBweDsgLyogQWRqdXN0IHBhZGRpbmcgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIG1hcmdpbi10b3A6IDIwcHg7IC8qIFNwYWNlIGFib3ZlIHRoZSBidXR0b24gKi9cclxuICAgICAgICAgICAgY3Vyc29yOiBwb2ludGVyOyAvKiBQb2ludGVyIGN1cnNvciBvbiBob3ZlciAqL1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdCBmb250IHNpemUgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQtY29sb3IgMC4zczsgLyogU21vb3RoIGJhY2tncm91bmQgY29sb3IgdHJhbnNpdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIGJ1dHRvbjpob3ZlciB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMxYTEyMDg7IC8qIERhcmtlciBjb2xvciBvbiBob3ZlciAqL1xyXG4gICAgICAgIH1cclxuICAgICAgICBcclxuICAgIEBtZWRpYSAobWF4LXdpZHRoOiA3NjhweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDE4cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgdGFibGV0cyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE0cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgdGFibGV0cyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5AbWVkaWEgKG1heC13aWR0aDogNDgwcHgpIHtcclxuICAgIC5mbGlwLWNhcmQtYmFjayBoMiB7XHJcbiAgICAgICAgZm9udC1zaXplOiAyNXB4OyAvKiBBZGp1c3RlZCBoZWFkaW5nIHNpemUgZm9yIG1vYmlsZSBwaG9uZXMgKi9cclxuICAgIH1cclxuXHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgcCB7XHJcbiAgICAgICAgZm9udC1zaXplOiAxNnB4OyAvKiBBZGp1c3RlZCB0ZXh0IHNpemUgZm9yIG1vYmlsZSBwaG9uZXMgKi9cclxuICAgIH1cclxufVxyXG5cclxuXHJcblxyXG5cclxuICAgIDwvc3R5bGU+XHJcbjwvaGVhZD5cclxuPGJvZHk+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImZsaXAtY2FyZC1pbm5lclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWZyb250XCI+XHJcbiAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2Evd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvUVVFQklDLndlYnBcIiBhbHQ9XCJGcm9udCBJbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+IDwhLS0gQWRkZWQgdGl0bGUgb24gdGhlIGZyb250IHNpZGUgLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWJhY2tcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5RVUVCRUM8L2gyPlxyXG4gICAgICAgICAgICAgICAgPHA+UXVlYmVjIGlzIG9uZSBvZiB0aGUgdGhpcnRlZW4gcHJvdmluY2VzIGFuZCB0ZXJyaXRvcmllcyBvZiBDYW5hZGEuIEl0IGlzIHRoZSBsYXJnZXN0IHByb3ZpbmNlIGJ5IGFyZWEgYW5kIHRoZSBzZWNvbmQtbGFyZ2VzdCBieSBwb3B1bGF0aW9uLjwvcD5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gb25jbGljaz1cIndpbmRvdy5sb2NhdGlvbi5ocmVmPSdodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3F1ZWJlYy8nO1wiPkxlYXJuIE1vcmU8L2J1dHRvbj4gXHJcbiAgICAgICAgICAgICAgICA8IS0tIEFkZGVkIGJ1dHRvbiAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9ib2R5PlxyXG48L2h0bWw+XHJcbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJodG1sIn1dfSx7ImlkIjoiOGVlNDUyZiIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVkODVhYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOm\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(54,1724835094.776023,1724835094.576600,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":\"\",\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJzYXZlX2J1aWxkZXIiOnsiYWN0aW9uIjoic2F2ZV9idWlsZGVyIiwiZGF0YSI6eyJzdGF0dXMiOiJwdWJsaXNoIiwiZWxlbWVudHMiOlt7ImlkIjoiZmVkMDk1NyIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZsZXhfZGlyZWN0aW9uIjoicm93IiwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoic2xpZGVzaG93IiwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W3siaWQiOjE0NjEsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS05LmpwZyJ9LHsiaWQiOjEyMywidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTcuanBnIn0seyJpZCI6MTQ2NCwidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA5L2ltYWdlLTEyLmpwZyJ9LHsiaWQiOjIyOTcsInVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9VbnRpdGxlZC0ud2VicCJ9XSwiYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiJ5ZXMiLCJiYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJvdXQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwIiwicGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwicGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwiYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiJ5ZXMifSwiZWxlbWVudHMiOlt7ImlkIjoiMTMyNjEwOCIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImM2MzlmMDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImh6X3NlY3Rpb25fdGl0bGUiOiJSZWFsIEVzdGF0ZSBQcm9zcGVjdGluZyAmIERpZ2l0YWwgQWR2ZXJ0aXNpbmcgU29sdXRpb25zIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IkVtcG93ZXJpbmcgUmVhbHRvcnMgd2l0aCBDdXR0aW5nLUVkZ2UgUmVhbCBFc3RhdGUgTGVhZCBHZW5lcmF0aW9uIGFuZCBEaWdpdGFsIE1hcmtldGluZyBTZXJ2aWNlcy4iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbiI6ImxlZnQiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob3V6ZXpfc2VjdGlvbl9zdWJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9hbmltYXRpb25fZGVsYXkiOjQwMCwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9LHsiaWQiOiI4YTk3NDA4IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGV4dCI6IkNvbnRhY3QgVXMiLCJzaXplIjoibGciLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJidXR0b25fdGV4dF9jb2xvciI6IiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuNSwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9jb250YWN0LXVzLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRleHRfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTMiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMTMiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6dHJ1ZX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9XX0seyJpZCI6IjdjMDk1NTQiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImJveGVkX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjkzNSwic2l6ZXMiOltdfSwibWluX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDNEMSIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjEiLCJyaWdodCI6IjIxIiwiYm90dG9tIjoiMjEiLCJsZWZ0IjoiMjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjIyIiwicmlnaHQiOiIyMiIsImJvdHRvbSI6IjIyIiwibGVmdCI6IjIyIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiJ9fSwiZWxlbWVudHMiOlt7ImlkIjoiMDE1Mjk5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiR2V0IEluIFRvdWNoIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjgwMCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifSx7ImlkIjoiYWYyYTdkYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkZpbGwgb3V0IHRoaXMgZm9ybSBhbmQgb25lIG9mIG91ciBhZ2VudHMgd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzb29uPC9wPiIsInRleHRfY29sb3IiOiIjRkZGRkZGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01OCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY29udGVudF93aWR0aCI6ImZ1bGwifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiMGNhZTIzNCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImZvcm1faWQiOiIxODc5IiwiZmllbGRCYWNrZ3JvdW5kQ29sb3IiOiIjQ0U4NTE2MDAiLCJmaWVsZEJvcmRlckNvbG9yIjoiI0ZGRkZGRiIsImZpZWxkVGV4dENvbG9yIjoiI0ZGRkZGRiIsImxhYmVsU2l6ZSI6ImxhcmdlIiwibGFiZWxDb2xvciI6IiNGRkZGRkZEOSIsImxhYmVsU3VibGFiZWxDb2xvciI6IiNGRkZGRkYiLCJidXR0b25Cb3JkZXJSYWRpdXMiOjMsImJ1dHRvbkJhY2tncm91bmRDb2xvciI6IiNDRTg1MTYiLCJjb3B5UGFzdGVKc29uVmFsdWUiOiJ7XCJmaWVsZFNpemVcIjpcInNtYWxsXCIsXCJmaWVsZEJvcmRlclJhZGl1c1wiOlwiM1wiLFwiZmllbGRCYWNrZ3JvdW5kQ29sb3JcIjpcIiNDRTg1MTYwMFwiLFwiZmllbGRCb3JkZXJDb2xvclwiOlwiI0ZGRkZGRlwiLFwiZmllbGRUZXh0Q29sb3JcIjpcIiNGRkZGRkZcIixcImxhYmVsU2l6ZVwiOlwibGFyZ2VcIixcImxhYmVsQ29sb3JcIjpcIiNGRkZGRkZEOVwiLFwibGFiZWxTdWJsYWJlbENvbG9yXCI6XCIjRkZGRkZGXCIsXCJsYWJlbEVycm9yQ29sb3JcIjpcIiNkNjM2MzdcIixcImJ1dHRvblNpemVcIjpcIm1lZGl1bVwiLFwiYnV0dG9uQm9yZGVyUmFkaXVzXCI6MyxcImJ1dHRvbkJhY2tncm91bmRDb2xvclwiOlwiI0NFODUxNlwiLFwiYnV0dG9uVGV4dENvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiX19nbG9iYWxzX18iOltdLCJmaWVsZFNpemUiOiJzbWFsbCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6IndwZm9ybXMifV19XX0seyJpZCI6ImIxYTFiZmYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSIsImJhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii04MCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMyMjE2MDMwMCIsImJhY2tncm91bmRfY29sb3JfYiI6IiNDRTg1MTYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxOTAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInNoYXBlX2RpdmlkZXJfYm90dG9tX2ZsaXAiOiJ5ZXMiLCJzaGFwZV9kaXZpZGVyX2JvdHRvbV9hYm92ZV9jb250ZW50IjoieWVzIiwic2hhcGVfZGl2aWRlcl90b3BfZmxpcCI6InllcyIsInNoYXBlX2RpdmlkZXJfYm90dG9tX25lZ2F0aXZlIjoieWVzIiwibWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowLCJpc0xpbmtlZCI6dHJ1ZX0sIm1hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjowLCJib3R0b20iOiIwIiwibGVmdCI6MCwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOlt7ImlkIjoiMWRmNGVkZCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGx9LCJlbGVtZW50cyI6W3siaWQiOiJmM2QwNjJiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiZmRkNDYwMSIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwMCwic2l6ZXMiOltdfSwic3RydWN0dXJlIjoiMjAiLCJjb250ZW50X3Bvc2l0aW9uIjoiYm90dG9tIiwiYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbeyJpZCI6ImFlZTYxZTkiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6NTAsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiX2lubGluZV9zaXplX3RhYmxldCI6MTAwfSwiZWxlbWVudHMiOlt7ImlkIjoiZDhiZjliOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbl90YWJsZXQiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiI2NzE5MjMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6IkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIENvbXByZWhlbnNpdmUgPHNwYW4gY2xhc3M9XCJwcmltYXJ5LXRleHRcIj5EaWdpdGFsIE1hcmtldGluZyBTb2x1dGlvbnM8L3NwYW4+IGZvciBZb3VyIEJ1c2luZXNzLiAiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJzZWN0aW9uX3N1YnRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJob21leV9tYWluX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImhvbWV5X3N1YnRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX21hcmdpbl9ib3R0b20iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9jb2xvciI6IiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiIn0sImhvdXplel9zZWN0aW9uX3RpdGxlX2FsaWduIjoibGVmdCIsImh6X3NlY3Rpb25fc3VidGl0bGUiOiJIYXJuZXNzIHRoZSBQb3dlciBvZiBDb21wcmVoZW5zaXZlIERpZ2l0YWwgTWFya2V0aW5nIFNvbHV0aW9ucyBmb3IgWW91ciBCdXNpbmVzcyBTdWNjZXNzIFdpdGggb3VyIGZ1bGwtc2VydmljZSBkaWdpdGFsIG1hcmtldGluZyBleHBlcnRpc2UsIGJ1c2luZXNzZXMgZ2FpbiBhY2Nlc3MgdG8gYSB3aWRlIHJhbmdlIG9mIHNlcnZpY2VzIGRlc2lnbmVkIHRvIGVzdGFibGlzaCBhbmQgbWFpbnRhaW4gYSBzdHJvbmcgb25saW5lIHByZXNlbmNlLiBPdXIgdGVhbSBvZiBleHBlcmllbmNlZCBwcm9mZXNzaW9uYWxzIHNwZWNpYWxpemVzIGluIHZhcmlvdXMgYXNwZWN0cyBvZiBkaWdpdGFsIG1hcmtldGluZywgaW5jbHVkaW5nIHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLCBzb2NpYWwgbWVkaWEgbWFya2V0aW5nLCBjb250ZW50IGNyZWF0aW9uLCBlbWFpbCBtYXJrZXRpbmcsIGFuZCBwYWlkIGFkdmVydGlzaW5nLiBCeSBhZG9wdGluZyBhbiBpbnRlZ3JhdGVkIGFwcHJvYWNoLCB3ZSBoZWxwIGJ1c2luZXNzZXMgZGV2ZWxvcCBhIGNvbXByZWhlbnNpdmUgbWFya2V0aW5nIHN0cmF0ZWd5IHRoYXQgZWZmZWN0aXZlbHkgdGFyZ2V0cyB0aGVpciBhdWRpZW5jZSwgYm9vc3RzIHRoZWlyIHZpc2liaWxpdHksIGFuZCBkcml2ZXMgc2FsZXMuIE91ciB0YWlsb3JlZCBhcHByb2FjaCBlbnN1cmVzIG1heGltdW0gcmV0dXJuIG9uIGludmVzdG1lbnQgKFJPSSkgYW5kIGd1YXJhbnRlZXMgdGhhdCBldmVyeSBtYXJrZXRpbmcgZWZmb3J0IGlzIGVmZmljaWVudCBhbmQgZWZmZWN0aXZlLiBQYXJ0bmVyIHdpdGggdXMgdG9kYXkgYW5kIGV4cGVyaWVuY2UgdGhlIHRyYW5zZm9ybWF0aXZlIGltcGFjdCBvZiBvdXIgZnVsbC1zZXJ2aWNlIGRpZ2l0YWwgbWFya2V0aW5nIGV4cGVydGlzZSBvbiB5b3VyIGJ1c2luZXNzIGdyb3d0aC4iLCJob3V6ZXpfc2VjdGlvbl90aXRsZV9hbGlnbl90YWJsZXQiOiJjZW50ZXIiLCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIwIiwibGVmdCI6IjA0MCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjQwLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTIsInNpemVzIjpbXX0sImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3V6ZXpfZWxlbWVudG9yX3NlY3Rpb25fdGl0bGUifV19LHsiaWQiOiJiODMwYzdmIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjUwLCJfaW5saW5lX3NpemUiOm51bGwsIl9pbmxpbmVfc2l6ZV90YWJsZXQiOjEwMCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2JvcmRlciI6Im5vbmUiLCJjb250ZW50X3Bvc2l0aW9uIjoiY2VudGVyIiwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMmQzNjg3YyIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9pbWFnZS0xMS5qcGciLCJpZCI6MTQ2NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn1dfV19LHsiaWQiOiIzNTQ4MTM2IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifV19XX0seyJpZCI6IjM1ZjBmNjUiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6IiIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiJ9LCJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvVW50aXRsZWQtMi5qcGciLCJpZCI6MjMwMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfb3ZlcmxheV9pbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvcm0yMThiYXRjaDctYXVtLTAzLTEwMjR4NjgyLmpwZyIsImlkIjoyNTIxLCJzaXplIjoibGFyZ2UiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfb3ZlcmxheV9zaXplIjoiY292ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiMzc3N2ExZiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MTAwLCJfaW5saW5lX3NpemUiOm51bGwsImNzc19jbGFzc2VzIjoiLmN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIn0sImVsZW1lbnRzIjpbeyJpZCI6ImIzY2I4NWYiLCJlbFR5cGUiOiJzZWN0aW9uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEzMDAsInNpemVzIjpbXX0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfcG9zaXRpb24iOiJib3R0b20iLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDAwMDAwMCJ9LCJlbGVtZW50cyI6W3siaWQiOiJmYjI1NDliIiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjEwMCwiX2lubGluZV9zaXplIjpudWxsLCJfaW5saW5lX3NpemVfdGFibGV0IjoxMDB9LCJlbGVtZW50cyI6W3siaWQiOiI4ODI4MGQ0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnt9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzcGFjZXIifSx7ImlkIjoiNDEyZTVkZiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHQiOiJEaXZpZGVyIiwid2VpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSJ9LCJhbGlnbiI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGl2aWRlciJ9LHsiaWQiOiIyOTY5NGM3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaHpfc2VjdGlvbl90aXRsZSI6Ik91ciA8c3BhbiBjbGFzcz1cInByaW1hcnktdGV4dFwiPlNlcnZpY2VzPC9zcGFuPiIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiIiwiaG91emV6X3NlY3Rpb25fc3VidGl0bGVfY29sb3IiOiIifSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNdWxpIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0yLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiaHpfc2VjdGlvbl9zdWJ0aXRsZSI6IldlIGFyZSBjb21taXR0ZWQgdG8gZGVsaXZlcmluZyB0b3Atbm90Y2ggc29sdXRpb25zIHRoYXQgY2F0ZXIgdG8geW91ciB1bmlxdWUgbmVlZHMuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiNDAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhvdXplel9lbGVtZW50b3Jfc2VjdGlvbl90aXRsZSJ9XX1dfSx7ImlkIjoiNjk5YmRhZCIsImVsVHlwZSI6InNlY3Rpb24iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InN0cnVjdHVyZSI6IjMwIiwiZ2FwIjoid2lkZXIiLCJsYXlvdXQiOiJmdWxsX3dpZHRoIn0sImVsZW1lbnRzIjpbeyJpZCI6IjM2ZDIzNmQiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIzZmRlMDJjIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L2xlYWQtZ2VuZXJhdGlvbi53ZWJwIiwiaWQiOjE3NjQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJiYmY5ZjJlIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJSZWFsIEVzdGF0ZSBMZWFkIEdlbmVyYXRpb24iLCJoZWFkZXJfc2l6ZSI6ImgzIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2xlYWQtZ2VuZXJhdGlvbi8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwNzkxMGQwIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5SZWFsIGVzdGF0ZSBsZWFkIGdlbmVyYXRpb24gaW52b2x2ZXMgdGhlIGlkZW50aWZpY2F0aW9uIGFuZCBudXJ0dXJpbmcgb2YgcHJvc3BlY3RpdmUgY2xpZW50cyBpbnRlcmVzdGVkIGluIHByb3BlcnR5IHRyYW5zYWN0aW9ucy48L3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjMjIxNjAzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJjZTE4ODUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9sZWFkLWdlbmVyYXRpb24vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiNGRmMWZlMCIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUzZTcwMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvZGlnaXRhbC1tYXJrZXRpbmcud2VicCIsImlkIjoxNzYyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZGlnaXRhbC1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiI0OTg0NTRhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJEaWdpdGFsIE1hcmtldGluZyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiI4MThlM2QzIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q3JlYXRlIGFuZCBkaXN0cmlidXRlIGNvbXBlbGxpbmcgY29udGVudCBhY3Jvc3MgZGlnaXRhbCBjaGFubmVscyBsaWtlIHNvY2lhbCBtZWRpYSwgc2VhcmNoIGVuZ2luZXMsIGVtYWlsLCBhbmQgd2Vic2l0ZXMuwqA8L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjQyNzYxZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9kaWdpdGFsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicG9zaXRpb24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfc2l6ZSI6ImRpdiIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifV19LHsiaWQiOiI1NzZhNDQ0IiwiZWxUeXBlIjoiY29sdW1uIiwiaXNJbm5lciI6dHJ1ZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfY29sdW1uX3NpemUiOjMzLCJfaW5saW5lX3NpemUiOm51bGwsImJhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjAuNCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsImJhY2tncm91bmRfY29sb3IiOiIifSwiYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2RlbGF5Ijo0MDAsImNzc19jbGFzc2VzIjoiY3VzdG9tLWNvbHVtbiIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGQjAifSwiZWxlbWVudHMiOlt7ImlkIjoiNjBiNTMxOCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImltYWdlIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC93ZWItZGV2ZWxvcG1lbnQud2VicCIsImlkIjoxNzY4LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd2ViLWRldmVsb3BtZW50LyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2U5NTYyOSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiV2ViIERldmVsb3BtZW50IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dlYi1kZXZlbG9wbWVudC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIzMDljN2E1IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGl2ZSBpbnRvIHRoZSB3b3JsZCBvZiB3ZWIgZGV2ZWxvcG1lbnQgYW5kIGxlYXJuIHRoZSBza2lsbHMgdG8gY3JlYXRlIGNhcHRpdmF0aW5nIG9ubGluZSBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjJhYTUwMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXByaW1hcnkiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHMvY29sb3JzP2lkPXNlY29uZGFyeSJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS93ZWItZGV2ZWxvcG1lbnQvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiJiMWU3Zjc3IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMzAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiYWJmNjU3MiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjozMywiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjUwMGUwODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvQ29udGVudC1tYXJrZXRpbmctMi53ZWJwIiwiaWQiOjIxMzQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUwLCJibHVyIjo1MCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImltYWdlIn0seyJpZCI6ImMzMWJhMjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbnRlbnQgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9jb250ZW50LW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiIwMTlkMjUyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJlZGl0b3IiOiI8cD5Gcm9tIHN0b3J5dGVsbGluZyB0byBzdHJhdGVnaWMgZGlzdHJpYnV0aW9uLCBtYXN0ZXIgdGhlIGFydCBvZiBjb250ZW50IG1hcmtldGluZyB0byBidWlsZCBsYXN0aW5nIGNvbm5lY3Rpb25zLjwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiNGI5YTgxMSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsInRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2NvbnRlbnQtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImI2NWZmOWYiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiIyZWI4ZWZhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3Nlby53ZWJwIiwiaWQiOjE3NjYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zZW8vIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIxNjQxZGYxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTRU8iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEyNWQ0YjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5PcHRpbWl6ZSB5b3VyIHdlYnNpdGXigJlzIHN0cnVjdHVyZSBhbmQgbGVhcm4gaG93IHRvIGltcHJvdmUgeW91ciB3ZWJzaXRl4oCZcyByYW5raW5nIG9uIHNlYXJjaCBlbmdpbmUgcmVzdWx0cyBwYWdlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiYjhmZTA2MSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vc2VvLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX0seyJpZCI6ImMwOGNiYmIiLCJlbFR5cGUiOiJjb2x1bW4iLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Il9jb2x1bW5fc2l6ZSI6MzMsIl9pbmxpbmVfc2l6ZSI6bnVsbCwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC40LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJhbmltYXRpb24iOiJmYWRlSW4iLCJhbmltYXRpb25fZGVsYXkiOjQwMCwiY3NzX2NsYXNzZXMiOiJjdXN0b20tY29sdW1uIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCMCJ9LCJlbGVtZW50cyI6W3siaWQiOiI3NjQ2NGMxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiaW1hZ2UiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L3BwYy1hZHZlcnRpc2luZy53ZWJwIiwiaWQiOjE3NjUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImxpbmtfdG8iOiJjdXN0b20iLCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiIyZWE4YTczIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJQUEMiLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vcHBjLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImEzMDNjMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0aGUgc3RyYXRlZ2llcyB0byBjcmVhdGUgY29tcGVsbGluZyBhZCBjYW1wYWlnbnMsIGFuZCBtYXhpbWl6ZSB5b3VyIHJldHVybiBvbiBpbnZlc3RtZW50LjwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sInRleHRfY29sb3IiOiIjNTQ1OTVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9LHsiaWQiOiI3ZmNhZjQxIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhciBmYS1hcnJvdy1hbHQtY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXJlZ3VsYXIifSwidGl0bGVfdGV4dCI6IkZpbmQgbW9yZSIsImRlc2NyaXB0aW9uX3RleHQiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRleHRfYWxpZ24iOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnQiOiJtaWRkbGUiLCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkRhcmtlciBHcm90ZXNxdWUiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsInByaW1hcnlfY29sb3IiOiIiLCJ0aXRsZV9jb2xvciI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9wcGMvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfV19LHsiaWQiOiIyOThhODc2IiwiZWxUeXBlIjoic2VjdGlvbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsic3RydWN0dXJlIjoiMjAiLCJnYXAiOiJ3aWRlciIsImxheW91dCI6ImZ1bGxfd2lkdGgifSwiZWxlbWVudHMiOlt7ImlkIjoiNzUyYTlhNiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVjM2VlZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvU29jaWFsLW1lZGlhLndlYnAiLCJpZCI6MjEzMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwibGlua190byI6ImN1c3RvbSIsImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaW1hZ2VfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo1MCwiYmx1ciI6NTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMSkifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9LHsiaWQiOiJjNWYyMGFiIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsidGl0bGUiOiJTb2NpYWwgTWVkaWEgTWFya2V0aW5nIiwiaGVhZGVyX3NpemUiOiJoMyIsIl9fZ2xvYmFsc19fIjp7InR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9LCJsaW5rIjp7InVybCI6Imh0dHBzOi8vbGlzdGluZ3MuYXJ4YWNvbW11bmljYXRpb25zLmNvbS9zb2NpYWwtbWVkaWEtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6LTEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6IjZmOGY1ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJfX2dsb2JhbHNfXyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXh0X2NvbG9yIjoiIn0sImVkaXRvciI6IjxwPkNyYWZ0IGNvbXBlbGxpbmcgY29udGVudCB0byBlbmdhZ2luZyB3aXRoIHlvdXIgYXVkaWVuY2UsIGxlYXJuIGhvdyB0byB1c2Ugc29jaWFsIG1lZGlhIHBsYXRmb3JtcyB0byBleHBhbmQgeW91ciByZWFjaCw8L3A+IiwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0seyJpZCI6IjhkOTE3MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFyIGZhLWFycm93LWFsdC1jaXJjbGUtcmlnaHQiLCJsaWJyYXJ5IjoiZmEtcmVndWxhciJ9LCJ0aXRsZV90ZXh0IjoiRmluZCBtb3JlIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwicHJpbWFyeV9jb2xvciI6IiIsInRpdGxlX2NvbG9yIjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL3NvY2lhbC1tZWRpYS1tYXJrZXRpbmcvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInBvc2l0aW9uIjoibGVmdCIsImljb25fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRpdGxlX3NpemUiOiJkaXYiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoidXBwZXJjYXNlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In1dfSx7ImlkIjoiYmQ4YTE2YiIsImVsVHlwZSI6ImNvbHVtbiIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiX2NvbHVtbl9zaXplIjo1MCwiX2lubGluZV9zaXplIjpudWxsLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLjQsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIn0sImFuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kZWxheSI6NDAwLCJjc3NfY2xhc3NlcyI6ImN1c3RvbS1jb2x1bW4iLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI0ZGRkZGRkIwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjcwOGFiMjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvRW1haWwtbWFya2V0aW5nLTIud2VicCIsImlkIjoyMTMyLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJsaW5rX3RvIjoiY3VzdG9tIiwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImltYWdlX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NTAsImJsdXIiOjUwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjEpIn0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifSx7ImlkIjoiN2NiMTM5NiIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InRpdGxlIjoiRW1haWwgTWFya2V0aW5nIiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6Ly9saXN0aW5ncy5hcnhhY29tbXVuaWNhdGlvbnMuY29tL2VtYWlsLW1hcmtldGluZy8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik11bGkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9LHsiaWQiOiJiNjEwNjc3IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGVhcm4gdG8gY3JlYXRlIGltcGFjdGZ1bCBlbWFpbCBjYW1wYWlnbnMsIGFuZCB1dGlsaXplIHNlZ21lbnRhdGlvbiB0byBkZWxpdmVyIHBlcnNvbmFsaXplZCBleHBlcmllbmNlcy48L3A+IiwiX19nbG9iYWxzX18iOnsidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzU0NTk1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifSx7ImlkIjoiZTdhODdjNSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7InNlbGVjdGVkX2ljb24iOnsidmFsdWUiOiJmYXIgZmEtYXJyb3ctYWx0LWNpcmNsZS1yaWdodCIsImxpYnJhcnkiOiJmYS1yZWd1bGFyIn0sInRpdGxlX3RleHQiOiJGaW5kIG1vcmUiLCJkZXNjcmlwdGlvbl90ZXh0IjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJ0ZXh0X2FsaWduIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGl0bGVfYm90dG9tX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjQsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJEYXJrZXIgR3JvdGVzcXVlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiIifSwibGluayI6eyJ1cmwiOiJodHRwczovL2xpc3RpbmdzLmFyeGFjb21tdW5pY2F0aW9ucy5jb20vZW1haWwtbWFya2V0aW5nLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJwb3NpdGlvbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJ0aXRsZV9zaXplIjoiZGl2IiwidGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9XX1dfV19XX0seyJpZCI6Ijc1YzcyZGMiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOmZhbHNlLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiY2VudGVyIiwiZmxleF9hbGlnbl9pdGVtcyI6ImNlbnRlciIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjkiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjo5fSwiYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImJhY2tncm91bmRfY29sb3IiOiIjRkZGRkZGIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiZmxleF9nYXBfbW9iaWxlIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOnRydWUsInVuaXQiOiJweCIsInNpemUiOjB9LCJoaWRlX3RhYmxldCI6ImhpZGRlbi10YWJsZXQifSwiZWxlbWVudHMiOlt7ImlkIjoiMDJjMzdmYSIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7Imh6X3NlY3Rpb25fdGl0bGUiOiJBcmVhcyIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl9zdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiRGFya2VyIEdyb3Rlc3F1ZSIsInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjYsInNpemVzIjpbXX0sInNlY3Rpb25fc3VidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImhvbWV5X21haW5fdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaG9tZXlfc3VidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiaG91emV6X3NlY3Rpb25fdGl0bGVfbWFyZ2luX2JvdHRvbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJzZWN0aW9uX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiIsImhvdXplel9zZWN0aW9uX3RpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9cHJpbWFyeSIsImhvdXplel9zZWN0aW9uX3N1YnRpdGxlX2NvbG9yIjoiZ2xvYmFscy9jb2xvcnM/aWQ9c2Vjb25kYXJ5In0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic2VjdGlvbl90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTXVsaSIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInNlY3Rpb25fdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMiwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl90aXRsZSI6IlNlY3Rpb24gVGl0bGUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaG91emV6X2VsZW1lbnRvcl9zZWN0aW9uX3RpdGxlIn0seyJpZCI6IjdkNWIyYzEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9kaXJlY3Rpb24iOiJyb3ciLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImZsZXgtc3RhcnQiLCJmbGV4X2FsaWduX2l0ZW1zIjoiZmxleC1zdGFydCIsImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOmZhbHNlLCJ1bml0IjoicHgiLCJzaXplIjowfSwiZmxleF93cmFwIjoibm93cmFwIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImZsZXhfZGlyZWN0aW9uX21vYmlsZSI6ImNvbHVtbiIsImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXNfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImE5YjlhZmEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJpc0lubmVyIjp0cnVlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7IndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJmbGV4X2p1c3RpZnlfY29udGVudF9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOlt7ImlkIjoiYmY2Y2UyZCIsImVsVHlwZSI6IndpZGdldCIsImlzSW5uZXIiOmZhbHNlLCJpc0xvY2tlZCI6ZmFsc2UsInNldHRpbmdzIjp7ImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiaHRtbCI6IjwhRE9DVFlQRSBodG1sPlxyXG48aHRtbCBsYW5nPVwiZW5cIj5cclxuPGhlYWQ+XHJcbiAgICA8bWV0YSBjaGFyc2V0PVwiVVRGLThcIj5cclxuICAgIDxtZXRhIG5hbWU9XCJ2aWV3cG9ydFwiIGNvbnRlbnQ9XCJ3aWR0aD1kZXZpY2Utd2lkdGgsIGluaXRpYWwtc2NhbGU9MS4wXCI+XHJcbiAgICA8dGl0bGU+RmxpcCBDYXJkIEV4YW1wbGU8L3RpdGxlPlxyXG4gICAgPHN0eWxlPlxyXG4gICAgICAgIC8qIENvbnRhaW5lciBmb3IgdGhlIGVudGlyZSBmbGlwIGNhcmQgKi9cclxuICAgICAgICAuZmxpcC1jYXJkIHtcclxuICAgIHdpZHRoOiAxMDAlOyAvKiBTZXQgd2lkdGggdG8gMTAwJSBmb3IgcmVzcG9uc2l2ZW5lc3MgKi9cclxuICAgIG1heC13aWR0aDogMzUwcHg7IC8qIFNldCBhIG1heGltdW0gd2lkdGggKi9cclxuICAgIGhlaWdodDogMjgwcHg7IC8qIERlZmF1bHQgaGVpZ2h0ICovXHJcbiAgICBtYXJnaW46IGF1dG87IC8qIENlbnRlciB0aGUgY2FyZCBob3Jpem9udGFsbHkgKi9cclxufVxyXG5cclxuXHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgaW5uZXIgZmxpcCBtZWNoYW5pc20gKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIHRyYW5zaXRpb246IHRyYW5zZm9ybSAwLjZzO1xyXG4gICAgICAgICAgICB0cmFuc2Zvcm0tc3R5bGU6IHByZXNlcnZlLTNkO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogVHJpZ2dlciB0aGUgZmxpcCBvbiBob3ZlciAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQ6aG92ZXIgLmZsaXAtY2FyZC1pbm5lciB7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgxODBkZWcpO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogRnJvbnQgc2lkZSBvZiB0aGUgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQsIC5mbGlwLWNhcmQtYmFjayB7XHJcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOyAvKiBIaWRlcyB0aGUgYmFjayBzaWRlIHdoZW4gZnJvbnQgaXMgdmlzaWJsZSAqL1xyXG4gICAgICAgICAgICB0b3A6IDA7XHJcbiAgICAgICAgICAgIGxlZnQ6IDA7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBTcGVjaWZpYyBzdHlsZXMgZm9yIHRoZSBmcm9udCBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCB7XHJcbiAgICAgICAgICAgIHotaW5kZXg6IDI7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgwZGVnKTsgLyogTm8gcm90YXRpb24gb24gdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtYmFjayB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNDRTg1MTY7IC8qIEJhY2tncm91bmQgY29sb3IgZm9yIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBUZXh0IGNvbG9yICovXHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlWCgxODBkZWcpOyAvKiBGbGlwcyB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gICAgICAgICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOyAvKiBGb3IgdmVydGljYWwgc3RhY2tpbmcgb2YgY29udGVudCAqL1xyXG4gICAgICAgICAgICBwYWRkaW5nOiAyMHB4OyAvKiBPcHRpb25hbDogQWRkcyBwYWRkaW5nIHRvIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDsgLyogRW5zdXJlcyBwYWRkaW5nIGlzIGluY2x1ZGVkIGluIHRoZSBoZWlnaHQvd2lkdGggY2FsY3VsYXRpb24gKi9cclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIENlbnRlciB0aGUgdGV4dCBhbmQgYWRkIG9wYWNpdHkgdG8gdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGltZyB7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIG9iamVjdC1maXQ6IGNvdmVyO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCBoMiB7XHJcbiAgICAgICAgICAgIGNvbG9yOiB3aGl0ZTtcclxuICAgICAgICAgICAgb3BhY2l0eTogMC44OyAvKiBBZGp1c3QgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIG1hcmdpbjogMDtcclxuICAgICAgICAgICAgZm9udC1zaXplOiAyNHB4OyAvKiBBZGp1c3QgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBCdXR0b24gc3R5bGluZyBvbiB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIGJ1dHRvbiB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMyMTE2MDQ7IC8qIEJ1dHRvbiBiYWNrZ3JvdW5kIGNvbG9yICovXHJcbiAgICAgICAgICAgIGNvbG9yOiB3aGl0ZTsgLyogQnV0dG9uIHRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgYm9yZGVyOiBub25lOyAvKiBSZW1vdmUgZGVmYXVsdCBib3JkZXIgKi9cclxuICAgICAgICAgICAgYm9yZGVyLXJhZGl1czogMTJweDsgLyogUm91bmRlZCBjb3JuZXJzICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDEwcHggMjBweDsgLyogQWRqdXN0IHBhZGRpbmcgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIG1hcmdpbi10b3A6IDIwcHg7IC8qIFNwYWNlIGFib3ZlIHRoZSBidXR0b24gKi9cclxuICAgICAgICAgICAgY3Vyc29yOiBwb2ludGVyOyAvKiBQb2ludGVyIGN1cnNvciBvbiBob3ZlciAqL1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdCBmb250IHNpemUgYXMgbmVlZGVkICovXHJcbiAgICAgICAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQtY29sb3IgMC4zczsgLyogU21vb3RoIGJhY2tncm91bmQgY29sb3IgdHJhbnNpdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIGJ1dHRvbjpob3ZlciB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMxYTEyMDg7IC8qIERhcmtlciBjb2xvciBvbiBob3ZlciAqL1xyXG4gICAgICAgIH1cclxuICAgICAgICBcclxuICAgIEBtZWRpYSAobWF4LXdpZHRoOiA3NjhweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDE4cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgdGFibGV0cyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE0cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgdGFibGV0cyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5AbWVkaWEgKG1heC13aWR0aDogNDgwcHgpIHtcclxuICAgIC5mbGlwLWNhcmQtYmFjayBoMiB7XHJcbiAgICAgICAgZm9udC1zaXplOiAyNXB4OyAvKiBBZGp1c3RlZCBoZWFkaW5nIHNpemUgZm9yIG1vYmlsZSBwaG9uZXMgKi9cclxuICAgIH1cclxuXHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgcCB7XHJcbiAgICAgICAgZm9udC1zaXplOiAxNnB4OyAvKiBBZGp1c3RlZCB0ZXh0IHNpemUgZm9yIG1vYmlsZSBwaG9uZXMgKi9cclxuICAgIH1cclxufVxyXG5cclxuXHJcblxyXG5cclxuICAgIDwvc3R5bGU+XHJcbjwvaGVhZD5cclxuPGJvZHk+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImZsaXAtY2FyZC1pbm5lclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWZyb250XCI+XHJcbiAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImh0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2Evd3AtY29udGVudC91cGxvYWRzLzIwMjQvMDgvUVVFQklDLndlYnBcIiBhbHQ9XCJGcm9udCBJbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+IDwhLS0gQWRkZWQgdGl0bGUgb24gdGhlIGZyb250IHNpZGUgLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWJhY2tcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5RVUVCRUM8L2gyPlxyXG4gICAgICAgICAgICAgICAgPHA+UXVlYmVjIGlzIG9uZSBvZiB0aGUgdGhpcnRlZW4gcHJvdmluY2VzIGFuZCB0ZXJyaXRvcmllcyBvZiBDYW5hZGEuIEl0IGlzIHRoZSBsYXJnZXN0IHByb3ZpbmNlIGJ5IGFyZWEgYW5kIHRoZSBzZWNvbmQtbGFyZ2VzdCBieSBwb3B1bGF0aW9uLjwvcD5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gb25jbGljaz1cIndpbmRvdy5sb2NhdGlvbi5ocmVmPSdodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3F1ZWJlYy8nO1wiPkxlYXJuIE1vcmU8L2J1dHRvbj4gXHJcbiAgICAgICAgICAgICAgICA8IS0tIEFkZGVkIGJ1dHRvbiAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9ib2R5PlxyXG48L2h0bWw+XHJcbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJodG1sIn1dfSx7ImlkIjoiOGVlNDUyZiIsImVsVHlwZSI6ImNvbnRhaW5lciIsImlzSW5uZXIiOnRydWUsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwiZmxleF9qdXN0aWZ5X2NvbnRlbnRfbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbeyJpZCI6ImVkODVhYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJpc0lubmVyIjpmYWxzZSwiaXNMb2NrZWQiOm\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"\",\"ssl\":\"\"}'),(55,1724835079.756187,1724835079.654100,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjg4Ijp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiI5NTcxN2U0IiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgICA8aW1nIHNyYz1odHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0LzA4L05vdmEtc2NvdGlhLndlYnAgYWx0PVwiRnJvbnQgSW1hZ2VcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5RVUVCRUM8L2gyPiA8IS0tIEFkZGVkIHRpdGxlIG9uIHRoZSBmcm9udCBzaWRlIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZsaXAtY2FyZC1iYWNrXCI+XHJcbiAgICAgICAgICAgICAgICAgICA8aDI+Tk9WQSBTQ09USUE8L2gyPlxyXG4gICAgICAgICAgICAgICAgPHA+Tm92YSBTY290aWEgaXMgYSBwcm92aW5jZSBvZiBDYW5hZGEsIGxvY2F0ZWQgb24gaXRzIGVhc3QgY29hc3QuIEl0IGlzIG9uZSBvZiB0aGUgdGhyZWUgTWFyaXRpbWUgcHJvdmluY2VzLjwvcD5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gb25jbGljaz1cIndpbmRvdy5sb2NhdGlvbi5ocmVmPSdodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL25vdmEtc2NvdGlhLyc7XCI+TGVhcm4gTW9yZTwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPCEtLSBBZGRlZCBidXR0b24gLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvYm9keT5cclxuPC9odG1sPlxyXG4iLCJfdGl0bGUiOiIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2VsZW1lbnRfd2lkdGgiOiIiLCJfZWxlbWVudF93aWR0aF90YWJsZXQiOiIiLCJfZWxlbWVudF93aWR0aF9tb2JpbGUiOiIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2ZsZXhfYWxpZ25fc2VsZiI6IiIsIl9mbGV4X2FsaWduX3NlbGZfdGFibGV0IjoiIiwiX2ZsZXhfYWxpZ25fc2VsZl9tb2JpbGUiOiIiLCJfZmxleF9vcmRlciI6IiIsIl9mbGV4X29yZGVyX3RhYmxldCI6IiIsIl9mbGV4X29yZGVyX21vYmlsZSI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbSI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbV90YWJsZXQiOiIiLCJfZmxleF9vcmRlcl9jdXN0b21fbW9iaWxlIjoiIiwiX2ZsZXhfc2l6ZSI6IiIsIl9mbGV4X3NpemVfdGFibGV0IjoiIiwiX2ZsZXhfc2l6ZV9tb2JpbGUiOiIiLCJfZmxleF9ncm93IjoxLCJfZmxleF9ncm93X3RhYmxldCI6IiIsIl9mbGV4X2dyb3dfbW9iaWxlIjoiIiwiX2ZsZXhfc2hyaW5rIjoxLCJfZmxleF9zaHJpbmtfdGFibGV0IjoiIiwiX2ZsZXhfc2hyaW5rX21vYmlsZSI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ25fdGFibGV0IjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ25fbW9iaWxlIjoiIiwiX3Bvc2l0aW9uIjoiIiwiX29mZnNldF9vcmllbnRhdGlvbl9oIjoic3RhcnQiLCJfb2Zmc2V0X3giOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF94X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfb3JpZW50YXRpb25fdiI6InN0YXJ0IiwiX29mZnNldF95Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfel9pbmRleCI6IiIsIl96X2luZGV4X3RhYmxldCI6IiIsIl96X2luZGV4X21vYmlsZSI6IiIsIl9lbGVtZW50X2lkIjoiIiwiX2Nzc19jbGFzc2VzIjoiIiwiX2VsZW1lbnRfY2FjaGUiOiIiLCJfYW5pbWF0aW9uIjoiIiwiX2FuaW1hdGlvbl90YWJsZXQiOiIiLCJfYW5pbWF0aW9uX21vYmlsZSI6IiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6IiIsIl9hbmltYXRpb25fZGVsYXkiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlXzNkIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9rZWVwX3Byb3BvcnRpb25zIjoieWVzIiwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3X3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fZmxpcFhfZWZmZWN0IjoiIiwiX3RyYW5zZm9ybV9mbGlwWV9lZmZlY3QiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlXzNkX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9rZWVwX3Byb3BvcnRpb25zX2hvdmVyIjoieWVzIiwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3X3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fZmxpcFhfZWZmZWN0X2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9mbGlwWV9lZmZlY3RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zaXRpb25faG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50X3RhYmxldCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnRfbW9iaWxlIjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnRfdGFibGV0IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiIiwiX2JhY2tncm91bmRfY29sb3IiOiIiLCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3JfYiI6IiNmMjI5NWIiLCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF90eXBlIjoibGluZWFyIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE4MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2ltYWdlX3RhYmxldCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaW1hZ2VfbW9iaWxlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3hwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeHBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeHBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9hdHRhY2htZW50IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0X3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2JnX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9iZ193aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfdmlkZW9fbGluayI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX3N0YXJ0IjoiIiwiX2JhY2tncm91bmRfdmlkZW9fZW5kIjoiIiwiX2JhY2tncm91bmRfcGxheV9vbmNlIjoiIiwiX2JhY2tncm91bmRfcGxheV9vbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9wcml2YWN5X21vZGUiOiIiLCJfYmFja2dyb3VuZF92aWRlb19mYWxsYmFjayI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2dhbGxlcnkiOltdLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfbG9vcCI6InllcyIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19zbGlkZV9kdXJhdGlvbiI6NTAwMCwiX2JhY2tncm91bmRfc2xpZGVzaG93X3NsaWRlX3RyYW5zaXRpb24iOiJmYWRlIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X3RyYW5zaXRpb25fZHVyYXRpb24iOjUwMCwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19sYXp5bG9hZCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uIjoiaW4iLCJfYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYiI6IiNmMjI5NWIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF90eXBlIjoibGluZWFyIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE4MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX3RhYmxldCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfbW9iaWxlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeHBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeHBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9hdHRhY2htZW50IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fbGluayI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX3N0YXJ0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZW5kIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcGxheV9vbmNlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcGxheV9vbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wcml2YWN5X21vZGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19mYWxsYmFjayI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2dhbGxlcnkiOltdLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfbG9vcCI6InllcyIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19zbGlkZV9kdXJhdGlvbiI6NTAwMCwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3NsaWRlX3RyYW5zaXRpb24iOiJmYWRlIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3RyYW5zaXRpb25fZHVyYXRpb24iOjUwMCwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19sYXp5bG9hZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19rZW5fYnVybnMiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uIjoiaW4iLCJfYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYm9yZGVyX2JvcmRlciI6IiIsIl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9jb2xvciI6IiIsIl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoiIiwiX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6MTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsMCwwLDAuNSkifSwiX2JveF9zaGFkb3dfYm94X3NoYWRvd19wb3NpdGlvbiI6IiAiLCJfYm9yZGVyX2hvdmVyX2JvcmRlciI6IiIsIl9ib3JkZXJfaG92ZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl9jb2xvciI6IiIsIl9ib3JkZXJfcmFkaXVzX2hvdmVyIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvd190eXBlIjoiIiwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6MTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsMCwwLDAuNSkifSwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvd19wb3NpdGlvbiI6IiAiLCJfYm9yZGVyX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3N3aXRjaCI6IiIsIl9tYXNrX3NoYXBlIjoiY2lyY2xlIiwiX21hc2tfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9tYXNrX25vdGljZSI6IiIsIl9tYXNrX3NpemUiOiJjb250YWluIiwiX21hc2tfc2l6ZV90YWJsZXQiOiIiLCJfbWFza19zaXplX21vYmlsZSI6IiIsIl9tYXNrX3NpemVfc2NhbGUiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9tYXNrX3NpemVfc2NhbGVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19zaXplX3NjYWxlX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX21hc2tfcG9zaXRpb25fdGFibGV0IjoiIiwiX21hc2tfcG9zaXRpb25fbW9iaWxlIjoiIiwiX21hc2tfcG9zaXRpb25feCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3hfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl94X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feSI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3lfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcmVwZWF0Ijoibm8tcmVwZWF0IiwiX21hc2tfcmVwZWF0X3RhYmxldCI6IiIsIl9tYXNrX3JlcGVhdF9tb2JpbGUiOiIiLCJoaWRlX2Rlc2t0b3AiOiIiLCJoaWRlX3RhYmxldCI6IiIsImhpZGVfbW9iaWxlIjoiIn0sImRlZmF1bHRFZGl0U2V0dGluZ3MiOnsiZGVmYXVsdEVkaXRSb3V0ZSI6ImNvbnRlbnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaHRtbCIsImVkaXRTZXR0aW5ncyI6eyJkZWZhdWx0RWRpdFJvdXRlIjoiY29udGVudCIsInBhbmVsIjp7ImFjdGl2ZVRhYiI6ImNvbnRlbnQiLCJhY3RpdmVTZWN0aW9uIjoic2VjdGlvbl90aXRsZSJ9fX19fX0=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(56,1724835060.048249,1724835059.959700,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjgyIjp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiJjZmJkNDVkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9Ccml0aXNoLWNvbGFtYmlhLndlYnBcIiBhbHQ9XCJGcm9udCBJbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+IDwhLS0gQWRkZWQgdGl0bGUgb24gdGhlIGZyb250IHNpZGUgLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWJhY2tcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5CUklUSVNIIENPTFVNQklBPC9oMj5cclxuICAgICAgICAgICAgICAgIDxwPkJyaXRpc2ggQ29sdW1iaWEsIENhbmFkYSdzIHdlc3Rlcm5tb3N0IHByb3ZpbmNlLiBJdCBpcyBib3VuZGVkIHRvIHRoZSBub3J0aCBieSBZdWtvbiBhbmQgdGhlIE5vcnRod2VzdCBUZXJyaXRvcmllcywgdG8gdGhlIGVhc3QgYnkgdGhlIHByb3ZpbmNlIG9mIEFsYmVydGE8L3A+XHJcbiAgICAgICAgICAgICAgICAgPGJ1dHRvbiBvbmNsaWNrPVwid2luZG93LmxvY2F0aW9uLmhyZWY9J2h0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2EvYnJpdGlzaC1jb2x1bWJpYS8nO1wiPkxlYXJuIE1vcmU8L2J1dHRvbj4gXHJcbiAgICAgICAgICAgICAgICA8IS0tIEFkZGVkIGJ1dHRvbiAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9ib2R5PlxyXG48L2h0bWw+XHJcbiIsIl90aXRsZSI6IiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfZWxlbWVudF93aWR0aCI6IiIsIl9lbGVtZW50X3dpZHRoX3RhYmxldCI6IiIsIl9lbGVtZW50X3dpZHRoX21vYmlsZSI6IiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiIiwiX2ZsZXhfYWxpZ25fc2VsZl90YWJsZXQiOiIiLCJfZmxleF9hbGlnbl9zZWxmX21vYmlsZSI6IiIsIl9mbGV4X29yZGVyIjoiIiwiX2ZsZXhfb3JkZXJfdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX3RhYmxldCI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbV9tb2JpbGUiOiIiLCJfZmxleF9zaXplIjoiIiwiX2ZsZXhfc2l6ZV90YWJsZXQiOiIiLCJfZmxleF9zaXplX21vYmlsZSI6IiIsIl9mbGV4X2dyb3ciOjEsIl9mbGV4X2dyb3dfdGFibGV0IjoiIiwiX2ZsZXhfZ3Jvd19tb2JpbGUiOiIiLCJfZmxleF9zaHJpbmsiOjEsIl9mbGV4X3Nocmlua190YWJsZXQiOiIiLCJfZmxleF9zaHJpbmtfbW9iaWxlIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ24iOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl90YWJsZXQiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl9tb2JpbGUiOiIiLCJfcG9zaXRpb24iOiIiLCJfb2Zmc2V0X29yaWVudGF0aW9uX2giOiJzdGFydCIsIl9vZmZzZXRfeCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF9vcmllbnRhdGlvbl92Ijoic3RhcnQiLCJfb2Zmc2V0X3kiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl96X2luZGV4IjoiIiwiX3pfaW5kZXhfdGFibGV0IjoiIiwiX3pfaW5kZXhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfaWQiOiIiLCJfY3NzX2NsYXNzZXMiOiIiLCJfZWxlbWVudF9jYWNoZSI6IiIsIl9hbmltYXRpb24iOiIiLCJfYW5pbWF0aW9uX3RhYmxldCI6IiIsIl9hbmltYXRpb25fbW9iaWxlIjoiIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoiIiwiX2FuaW1hdGlvbl9kZWxheSI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2QiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnMiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3QiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnNfaG92ZXIiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNpdGlvbl9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnRfdGFibGV0IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF9tb2JpbGUiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9ib3JkZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl9ob3Zlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXNfaG92ZXIiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc3dpdGNoIjoiIiwiX21hc2tfc2hhcGUiOiJjaXJjbGUiLCJfbWFza19pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX21hc2tfbm90aWNlIjoiIiwiX21hc2tfc2l6ZSI6ImNvbnRhaW4iLCJfbWFza19zaXplX3RhYmxldCI6IiIsIl9tYXNrX3NpemVfbW9iaWxlIjoiIiwiX21hc2tfc2l6ZV9zY2FsZSI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3NpemVfc2NhbGVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfbWFza19wb3NpdGlvbl90YWJsZXQiOiIiLCJfbWFza19wb3NpdGlvbl9tb2JpbGUiOiIiLCJfbWFza19wb3NpdGlvbl94Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19yZXBlYXQiOiJuby1yZXBlYXQiLCJfbWFza19yZXBlYXRfdGFibGV0IjoiIiwiX21hc2tfcmVwZWF0X21vYmlsZSI6IiIsImhpZGVfZGVza3RvcCI6IiIsImhpZGVfdGFibGV0IjoiIiwiaGlkZV9tb2JpbGUiOiIifSwiZGVmYXVsdEVkaXRTZXR0aW5ncyI6eyJkZWZhdWx0RWRpdFJvdXRlIjoiY29udGVudCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJodG1sIiwiZWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50IiwicGFuZWwiOnsiYWN0aXZlVGFiIjoiY29udGVudCIsImFjdGl2ZVNlY3Rpb24iOiJzZWN0aW9uX3RpdGxlIn19fX19fQ==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}');
INSERT INTO `wpau_wfhits` VALUES (57,1724835043.863519,1724835043.777800,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjYxIjp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiJiZjZjZTJkIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9RVUVCSUMud2VicFwiIGFsdD1cIkZyb250IEltYWdlXCI+XHJcbiAgICAgICAgICAgICAgICA8aDI+UVVFQkVDPC9oMj4gPCEtLSBBZGRlZCB0aXRsZSBvbiB0aGUgZnJvbnQgc2lkZSAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtYmFja1wiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+XHJcbiAgICAgICAgICAgICAgICA8cD5RdWViZWMgaXMgb25lIG9mIHRoZSB0aGlydGVlbiBwcm92aW5jZXMgYW5kIHRlcnJpdG9yaWVzIG9mIENhbmFkYS4gSXQgaXMgdGhlIGxhcmdlc3QgcHJvdmluY2UgYnkgYXJlYSBhbmQgdGhlIHNlY29uZC1sYXJnZXN0IGJ5IHBvcHVsYXRpb24uPC9wPlxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBvbmNsaWNrPVwid2luZG93LmxvY2F0aW9uLmhyZWY9J2h0dHBzOi8vcG9pbnQybGlzdGluZ3MuY2EvcXVlYmVjLyc7XCI+TGVhcm4gTW9yZTwvYnV0dG9uPiBcclxuICAgICAgICAgICAgICAgIDwhLS0gQWRkZWQgYnV0dG9uIC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2JvZHk+XHJcbjwvaHRtbD5cclxuIiwiX3RpdGxlIjoiIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9lbGVtZW50X3dpZHRoIjoiIiwiX2VsZW1lbnRfd2lkdGhfdGFibGV0IjoiIiwiX2VsZW1lbnRfd2lkdGhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9mbGV4X2FsaWduX3NlbGYiOiIiLCJfZmxleF9hbGlnbl9zZWxmX3RhYmxldCI6IiIsIl9mbGV4X2FsaWduX3NlbGZfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXIiOiIiLCJfZmxleF9vcmRlcl90YWJsZXQiOiIiLCJfZmxleF9vcmRlcl9tb2JpbGUiOiIiLCJfZmxleF9vcmRlcl9jdXN0b20iOiIiLCJfZmxleF9vcmRlcl9jdXN0b21fdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX21vYmlsZSI6IiIsIl9mbGV4X3NpemUiOiIiLCJfZmxleF9zaXplX3RhYmxldCI6IiIsIl9mbGV4X3NpemVfbW9iaWxlIjoiIiwiX2ZsZXhfZ3JvdyI6MSwiX2ZsZXhfZ3Jvd190YWJsZXQiOiIiLCJfZmxleF9ncm93X21vYmlsZSI6IiIsIl9mbGV4X3NocmluayI6MSwiX2ZsZXhfc2hyaW5rX3RhYmxldCI6IiIsIl9mbGV4X3Nocmlua19tb2JpbGUiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbiI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduX3RhYmxldCI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduX21vYmlsZSI6IiIsIl9wb3NpdGlvbiI6IiIsIl9vZmZzZXRfb3JpZW50YXRpb25faCI6InN0YXJ0IiwiX29mZnNldF94Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X29yaWVudGF0aW9uX3YiOiJzdGFydCIsIl9vZmZzZXRfeSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3pfaW5kZXgiOiIiLCJfel9pbmRleF90YWJsZXQiOiIiLCJfel9pbmRleF9tb2JpbGUiOiIiLCJfZWxlbWVudF9pZCI6IiIsIl9jc3NfY2xhc3NlcyI6IiIsIl9lbGVtZW50X2NhY2hlIjoiIiwiX2FuaW1hdGlvbiI6IiIsIl9hbmltYXRpb25fdGFibGV0IjoiIiwiX2FuaW1hdGlvbl9tb2JpbGUiOiIiLCJhbmltYXRpb25fZHVyYXRpb24iOiIiLCJfYW5pbWF0aW9uX2RlbGF5IjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZV8zZCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fa2VlcF9wcm9wb3J0aW9ucyI6InllcyIsIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld19wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX2ZsaXBYX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fZmxpcFlfZWZmZWN0IjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZV8zZF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fa2VlcF9wcm9wb3J0aW9uc19ob3ZlciI6InllcyIsIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld19wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX2ZsaXBYX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fZmxpcFlfZWZmZWN0X2hvdmVyIjoiIiwiX3RyYW5zZm9ybV90cmFuc2l0aW9uX2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X3RhYmxldCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yIjoiIiwiX2JhY2tncm91bmRfY29sb3Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2IiOiIjZjIyOTViIiwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfdHlwZSI6ImxpbmVhciIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxODAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV90YWJsZXQiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2ltYWdlX21vYmlsZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF94cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3hwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3hwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYXR0YWNobWVudCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdF90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9iZ193aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9iZ193aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3ZpZGVvX2xpbmsiOiIiLCJfYmFja2dyb3VuZF92aWRlb19zdGFydCI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2VuZCI6IiIsIl9iYWNrZ3JvdW5kX3BsYXlfb25jZSI6IiIsIl9iYWNrZ3JvdW5kX3BsYXlfb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfcHJpdmFjeV9tb2RlIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xvb3AiOiJ5ZXMiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfZHVyYXRpb24iOjUwMDAsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19zbGlkZV90cmFuc2l0aW9uIjoiZmFkZSIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd190cmFuc2l0aW9uX2R1cmF0aW9uIjo1MDAsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfbGF6eWxvYWQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJuc196b29tX2RpcmVjdGlvbiI6ImluIiwiX2JhY2tncm91bmRfaG92ZXJfYmFja2dyb3VuZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2IiOiIjZjIyOTViIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfdHlwZSI6ImxpbmVhciIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlIjp7InVuaXQiOiJkZWciLCJzaXplIjoxODAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV90YWJsZXQiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX21vYmlsZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYXR0YWNobWVudCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdF90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2xpbmsiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19zdGFydCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2VuZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3BsYXlfb25jZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3BsYXlfb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcHJpdmFjeV9tb2RlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xvb3AiOiJ5ZXMiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfZHVyYXRpb24iOjUwMDAsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19zbGlkZV90cmFuc2l0aW9uIjoiZmFkZSIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd190cmFuc2l0aW9uX2R1cmF0aW9uIjo1MDAsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb24iOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfbGF6eWxvYWQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfa2VuX2J1cm5zIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJuc196b29tX2RpcmVjdGlvbiI6ImluIiwiX2JhY2tncm91bmRfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JvcmRlcl9ib3JkZXIiOiIiLCJfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfY29sb3IiOiIiLCJfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6IiIsIl9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sIl9ib3hfc2hhZG93X2JveF9zaGFkb3dfcG9zaXRpb24iOiIgIiwiX2JvcmRlcl9ob3Zlcl9ib3JkZXIiOiIiLCJfYm9yZGVyX2hvdmVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfY29sb3IiOiIiLCJfYm9yZGVyX3JhZGl1c19ob3ZlciI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3dfdHlwZSI6IiIsIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sIl9ib3hfc2hhZG93X2hvdmVyX2JveF9zaGFkb3dfcG9zaXRpb24iOiIgIiwiX2JvcmRlcl9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19zd2l0Y2giOiIiLCJfbWFza19zaGFwZSI6ImNpcmNsZSIsIl9tYXNrX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfbWFza19ub3RpY2UiOiIiLCJfbWFza19zaXplIjoiY29udGFpbiIsIl9tYXNrX3NpemVfdGFibGV0IjoiIiwiX21hc2tfc2l6ZV9tb2JpbGUiOiIiLCJfbWFza19zaXplX3NjYWxlIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfbWFza19zaXplX3NjYWxlX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIl9tYXNrX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9tYXNrX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9tYXNrX3Bvc2l0aW9uX3giOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl94X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3kiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9tYXNrX3JlcGVhdF90YWJsZXQiOiIiLCJfbWFza19yZXBlYXRfbW9iaWxlIjoiIiwiaGlkZV9kZXNrdG9wIjoiIiwiaGlkZV90YWJsZXQiOiIiLCJoaWRlX21vYmlsZSI6IiJ9LCJkZWZhdWx0RWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imh0bWwiLCJlZGl0U2V0dGluZ3MiOnsiZGVmYXVsdEVkaXRSb3V0ZSI6ImNvbnRlbnQiLCJwYW5lbCI6eyJhY3RpdmVUYWIiOiJjb250ZW50IiwiYWN0aXZlU2VjdGlvbiI6InNlY3Rpb25fdGl0bGUifX19fX19\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(58,1724835034.341924,1724835034.256900,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjY3Ijp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiJlZDg1YWMyIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9PbnRhcmlvLndlYnBcIiBhbHQ9XCJGcm9udCBJbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+IDwhLS0gQWRkZWQgdGl0bGUgb24gdGhlIGZyb250IHNpZGUgLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWJhY2tcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5PTlRBUklPPC9oMj5cclxuICAgICAgICAgICAgICAgIDxwPk9udGFyaW8sIHNlY29uZCBsYXJnZXN0IHByb3ZpbmNlIG9mIENhbmFkYSBpbiBhcmVhLCBhZnRlciBRdWViZWMuIEl0IG9jY3VwaWVzIHRoZSBzdHJpcCBvZiB0aGUgQ2FuYWRpYW4gbWFpbmxhbmQgbHlpbmcgYmV0d2VlbiBIdWRzb24gYW5kIEphbWVzIGJheXM8L3A+XHJcbiAgICAgICAgICAgICAgICAgIDxidXR0b24gb25jbGljaz1cIndpbmRvdy5sb2NhdGlvbi5ocmVmPSdodHRwczovL3BvaW50Mmxpc3RpbmdzLmNhL29udGFyaW8vJztcIj5MZWFybiBNb3JlPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8IS0tIEFkZGVkIGJ1dHRvbiAtLT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9ib2R5PlxyXG48L2h0bWw+XHJcbiIsIl90aXRsZSI6IiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfZWxlbWVudF93aWR0aCI6IiIsIl9lbGVtZW50X3dpZHRoX3RhYmxldCI6IiIsIl9lbGVtZW50X3dpZHRoX21vYmlsZSI6IiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiIiwiX2ZsZXhfYWxpZ25fc2VsZl90YWJsZXQiOiIiLCJfZmxleF9hbGlnbl9zZWxmX21vYmlsZSI6IiIsIl9mbGV4X29yZGVyIjoiIiwiX2ZsZXhfb3JkZXJfdGFibGV0IjoiIiwiX2ZsZXhfb3JkZXJfbW9iaWxlIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX3RhYmxldCI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbV9tb2JpbGUiOiIiLCJfZmxleF9zaXplIjoiIiwiX2ZsZXhfc2l6ZV90YWJsZXQiOiIiLCJfZmxleF9zaXplX21vYmlsZSI6IiIsIl9mbGV4X2dyb3ciOjEsIl9mbGV4X2dyb3dfdGFibGV0IjoiIiwiX2ZsZXhfZ3Jvd19tb2JpbGUiOiIiLCJfZmxleF9zaHJpbmsiOjEsIl9mbGV4X3Nocmlua190YWJsZXQiOiIiLCJfZmxleF9zaHJpbmtfbW9iaWxlIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ24iOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl90YWJsZXQiOiIiLCJfZWxlbWVudF92ZXJ0aWNhbF9hbGlnbl9tb2JpbGUiOiIiLCJfcG9zaXRpb24iOiIiLCJfb2Zmc2V0X29yaWVudGF0aW9uX2giOiJzdGFydCIsIl9vZmZzZXRfeCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeF9lbmRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF9vcmllbnRhdGlvbl92Ijoic3RhcnQiLCJfb2Zmc2V0X3kiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF95X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfZW5kX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl96X2luZGV4IjoiIiwiX3pfaW5kZXhfdGFibGV0IjoiIiwiX3pfaW5kZXhfbW9iaWxlIjoiIiwiX2VsZW1lbnRfaWQiOiIiLCJfY3NzX2NsYXNzZXMiOiIiLCJfZWxlbWVudF9jYWNoZSI6IiIsIl9hbmltYXRpb24iOiIiLCJfYW5pbWF0aW9uX3RhYmxldCI6IiIsIl9hbmltYXRpb25fbW9iaWxlIjoiIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoiIiwiX2FuaW1hdGlvbl9kZWxheSI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2QiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnMiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3QiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdCI6IiIsIl90cmFuc2Zvcm1fcm90YXRlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWl9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVfM2RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcGVyc3BlY3RpdmVfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2tlZXBfcHJvcG9ydGlvbnNfaG92ZXIiOiJ5ZXMiLCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdfcG9wb3Zlcl9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fc2tld1hfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NrZXdZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9mbGlwWF9lZmZlY3RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX2ZsaXBZX2VmZmVjdF9ob3ZlciI6IiIsIl90cmFuc2Zvcm1fdHJhbnNpdGlvbl9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnRfdGFibGV0IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF9tb2JpbGUiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludF90YWJsZXQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NpemUiOiIiLCJfYmFja2dyb3VuZF9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iIjoiI2YyMjk1YiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3R5cGUiOiJsaW5lYXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MTgwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfdGFibGV0Ijp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV9tb2JpbGUiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfeHBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl94cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2F0dGFjaG1lbnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19saW5rIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fc3RhcnQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19lbmQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uY2UiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wbGF5X29uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ByaXZhY3lfbW9kZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX2ZhbGxiYWNrIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19sb29wIjoieWVzIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3NsaWRlX2R1cmF0aW9uIjo1MDAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfc2xpZGVfdHJhbnNpdGlvbiI6ImZhZGUiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfdHJhbnNpdGlvbl9kdXJhdGlvbiI6NTAwLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2xhenlsb2FkIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2tlbl9idXJucyI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19rZW5fYnVybnNfem9vbV9kaXJlY3Rpb24iOiJpbiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9ib3JkZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfYm9yZGVyIjoiIiwiX2JvcmRlcl9ob3Zlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX2NvbG9yIjoiIiwiX2JvcmRlcl9yYWRpdXNfaG92ZXIiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3R5cGUiOiIiLCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMCwwLDAsMC41KSJ9LCJfYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3Bvc2l0aW9uIjoiICIsIl9ib3JkZXJfaG92ZXJfdHJhbnNpdGlvbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfc3dpdGNoIjoiIiwiX21hc2tfc2hhcGUiOiJjaXJjbGUiLCJfbWFza19pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX21hc2tfbm90aWNlIjoiIiwiX21hc2tfc2l6ZSI6ImNvbnRhaW4iLCJfbWFza19zaXplX3RhYmxldCI6IiIsIl9tYXNrX3NpemVfbW9iaWxlIjoiIiwiX21hc2tfc2l6ZV9zY2FsZSI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX21hc2tfc2l6ZV9zY2FsZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3NpemVfc2NhbGVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJfbWFza19wb3NpdGlvbl90YWJsZXQiOiIiLCJfbWFza19wb3NpdGlvbl9tb2JpbGUiOiIiLCJfbWFza19wb3NpdGlvbl94Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3hfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95Ijp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3lfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19yZXBlYXQiOiJuby1yZXBlYXQiLCJfbWFza19yZXBlYXRfdGFibGV0IjoiIiwiX21hc2tfcmVwZWF0X21vYmlsZSI6IiIsImhpZGVfZGVza3RvcCI6IiIsImhpZGVfdGFibGV0IjoiIiwiaGlkZV9tb2JpbGUiOiIifSwiZGVmYXVsdEVkaXRTZXR0aW5ncyI6eyJkZWZhdWx0RWRpdFJvdXRlIjoiY29udGVudCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJodG1sIiwiZWRpdFNldHRpbmdzIjp7ImRlZmF1bHRFZGl0Um91dGUiOiJjb250ZW50IiwicGFuZWwiOnsiYWN0aXZlVGFiIjoiY29udGVudCIsImFjdGl2ZVNlY3Rpb24iOiJzZWN0aW9uX3RpdGxlIn19fX19fQ==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(59,1724834995.809379,1724834995.683700,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin-ajax.php','https://point2listings.ca/wp-admin/post.php?post=10&action=elementor','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FjdGlvbnNd\",\"paramValue\":\"eyJjMjczIjp7ImFjdGlvbiI6InJlbmRlcl93aWRnZXQiLCJkYXRhIjp7ImRhdGEiOnsiaWQiOiI4MDE3Y2JhIiwiZWxUeXBlIjoid2lkZ2V0IiwiaXNJbm5lciI6ZmFsc2UsImlzTG9ja2VkIjpmYWxzZSwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJodG1sIjoiPCFET0NUWVBFIGh0bWw+XHJcbjxodG1sIGxhbmc9XCJlblwiPlxyXG48aGVhZD5cclxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiPlxyXG4gICAgPG1ldGEgbmFtZT1cInZpZXdwb3J0XCIgY29udGVudD1cIndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xLjBcIj5cclxuICAgIDx0aXRsZT5GbGlwIENhcmQgRXhhbXBsZTwvdGl0bGU+XHJcbiAgICA8c3R5bGU+XHJcbiAgICAgICAgLyogQ29udGFpbmVyIGZvciB0aGUgZW50aXJlIGZsaXAgY2FyZCAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQge1xyXG4gICAgd2lkdGg6IDEwMCU7IC8qIFNldCB3aWR0aCB0byAxMDAlIGZvciByZXNwb25zaXZlbmVzcyAqL1xyXG4gICAgbWF4LXdpZHRoOiAzNTBweDsgLyogU2V0IGEgbWF4aW11bSB3aWR0aCAqL1xyXG4gICAgaGVpZ2h0OiAyODBweDsgLyogRGVmYXVsdCBoZWlnaHQgKi9cclxuICAgIG1hcmdpbjogYXV0bzsgLyogQ2VudGVyIHRoZSBjYXJkIGhvcml6b250YWxseSAqL1xyXG59XHJcblxyXG5cclxuICAgICAgICAvKiBDb250YWluZXIgZm9yIHRoZSBpbm5lciBmbGlwIG1lY2hhbmlzbSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtaW5uZXIge1xyXG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuNnM7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybS1zdHlsZTogcHJlc2VydmUtM2Q7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBUcmlnZ2VyIHRoZSBmbGlwIG9uIGhvdmVyICovXHJcbiAgICAgICAgLmZsaXAtY2FyZDpob3ZlciAuZmxpcC1jYXJkLWlubmVyIHtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAvKiBGcm9udCBzaWRlIG9mIHRoZSBjYXJkICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1mcm9udCwgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgICAgICAgICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47IC8qIEhpZGVzIHRoZSBiYWNrIHNpZGUgd2hlbiBmcm9udCBpcyB2aXNpYmxlICovXHJcbiAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIFNwZWNpZmljIHN0eWxlcyBmb3IgdGhlIGZyb250IHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IHtcclxuICAgICAgICAgICAgei1pbmRleDogMjtcclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDBkZWcpOyAvKiBObyByb3RhdGlvbiBvbiB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogU3BlY2lmaWMgc3R5bGVzIGZvciB0aGUgYmFjayBzaWRlICovXHJcbiAgICAgICAgLmZsaXAtY2FyZC1iYWNrIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI0NFODUxNjsgLyogQmFja2dyb3VuZCBjb2xvciBmb3IgdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7IC8qIFRleHQgY29sb3IgKi9cclxuICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGVYKDE4MGRlZyk7IC8qIEZsaXBzIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47IC8qIEZvciB2ZXJ0aWNhbCBzdGFja2luZyBvZiBjb250ZW50ICovXHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDIwcHg7IC8qIE9wdGlvbmFsOiBBZGRzIHBhZGRpbmcgdG8gdGhlIGJhY2sgc2lkZSAqL1xyXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyAvKiBFbnN1cmVzIHBhZGRpbmcgaXMgaW5jbHVkZWQgaW4gdGhlIGhlaWdodC93aWR0aCBjYWxjdWxhdGlvbiAqL1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLyogQ2VudGVyIHRoZSB0ZXh0IGFuZCBhZGQgb3BhY2l0eSB0byB0aGUgZnJvbnQgc2lkZSAqL1xyXG4gICAgICAgIC5mbGlwLWNhcmQtZnJvbnQgaW1nIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgb2JqZWN0LWZpdDogY292ZXI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWZyb250IGgyIHtcclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xyXG4gICAgICAgICAgICBvcGFjaXR5OiAwLjg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDI0cHg7IC8qIEFkanVzdCBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcbiAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC8qIEJ1dHRvbiBzdHlsaW5nIG9uIHRoZSBiYWNrIHNpZGUgKi9cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzIxMTYwNDsgLyogQnV0dG9uIGJhY2tncm91bmQgY29sb3IgKi9cclxuICAgICAgICAgICAgY29sb3I6IHdoaXRlOyAvKiBCdXR0b24gdGV4dCBjb2xvciAqL1xyXG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7IC8qIFJlbW92ZSBkZWZhdWx0IGJvcmRlciAqL1xyXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMnB4OyAvKiBSb3VuZGVkIGNvcm5lcnMgKi9cclxuICAgICAgICAgICAgcGFkZGluZzogMTBweCAyMHB4OyAvKiBBZGp1c3QgcGFkZGluZyBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDsgLyogU3BhY2UgYWJvdmUgdGhlIGJ1dHRvbiAqL1xyXG4gICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7IC8qIFBvaW50ZXIgY3Vyc29yIG9uIGhvdmVyICovXHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDsgLyogQWRqdXN0IGZvbnQgc2l6ZSBhcyBuZWVkZWQgKi9cclxuICAgICAgICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzOyAvKiBTbW9vdGggYmFja2dyb3VuZCBjb2xvciB0cmFuc2l0aW9uICovXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuZmxpcC1jYXJkLWJhY2sgYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzFhMTIwODsgLyogRGFya2VyIGNvbG9yIG9uIGhvdmVyICovXHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XHJcbiAgICAuZmxpcC1jYXJkLWJhY2sgaDIge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMThweDsgLyogQWRqdXN0ZWQgaGVhZGluZyBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcblxyXG4gICAgLmZsaXAtY2FyZC1iYWNrIHAge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDsgLyogQWRqdXN0ZWQgdGV4dCBzaXplIGZvciB0YWJsZXRzICovXHJcbiAgICB9XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xyXG4gICAgLmZsaXAtY2FyZC1iYWNrIGgyIHtcclxuICAgICAgICBmb250LXNpemU6IDI1cHg7IC8qIEFkanVzdGVkIGhlYWRpbmcgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG5cclxuICAgIC5mbGlwLWNhcmQtYmFjayBwIHtcclxuICAgICAgICBmb250LXNpemU6IDE2cHg7IC8qIEFkanVzdGVkIHRleHQgc2l6ZSBmb3IgbW9iaWxlIHBob25lcyAqL1xyXG4gICAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG4gICAgPC9zdHlsZT5cclxuPC9oZWFkPlxyXG48Ym9keT5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWlubmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGlwLWNhcmQtZnJvbnRcIj5cclxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOC9BbGJlcnRhLndlYnBcIiBhbHQ9XCJGcm9udCBJbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGgyPlFVRUJFQzwvaDI+IDwhLS0gQWRkZWQgdGl0bGUgb24gdGhlIGZyb250IHNpZGUgLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxpcC1jYXJkLWJhY2tcIj5cclxuICAgICAgICAgICAgICAgIDxoMj5BTEJFUlRBPC9oMj5cclxuICAgICAgICAgICAgICAgIDxwPkFsYmVydGEgaXMgb25lIG9mIHRoZSB0aGlydGVlbiBwcm92aW5jZXMgYW5kIHRlcnJpdG9yaWVzIG9mIENhbmFkYS4gSXQgaXMgYSBwYXJ0IG9mIFdlc3Rlcm4gQ2FuYWRhIGFuZCBpcyBvbmUgb2YgdGhlIHRocmVlIHByYWlyaWUgcHJvdmluY2VzLjwvcD5cclxuICAgICAgICAgICAgICAgICA8YnV0dG9uIG9uY2xpY2s9XCJ3aW5kb3cubG9jYXRpb24uaHJlZj0naHR0cHM6Ly9wb2ludDJsaXN0aW5ncy5jYS9hbGJlcnRhLyc7XCI+TGVhcm4gTW9yZTwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPCEtLSBBZGRlZCBidXR0b24gLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvYm9keT5cclxuPC9odG1sPlxyXG4iLCJfdGl0bGUiOiIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2VsZW1lbnRfd2lkdGgiOiIiLCJfZWxlbWVudF93aWR0aF90YWJsZXQiOiIiLCJfZWxlbWVudF93aWR0aF9tb2JpbGUiOiIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2ZsZXhfYWxpZ25fc2VsZiI6IiIsIl9mbGV4X2FsaWduX3NlbGZfdGFibGV0IjoiIiwiX2ZsZXhfYWxpZ25fc2VsZl9tb2JpbGUiOiIiLCJfZmxleF9vcmRlciI6IiIsIl9mbGV4X29yZGVyX3RhYmxldCI6IiIsIl9mbGV4X29yZGVyX21vYmlsZSI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbSI6IiIsIl9mbGV4X29yZGVyX2N1c3RvbV90YWJsZXQiOiIiLCJfZmxleF9vcmRlcl9jdXN0b21fbW9iaWxlIjoiIiwiX2ZsZXhfc2l6ZSI6IiIsIl9mbGV4X3NpemVfdGFibGV0IjoiIiwiX2ZsZXhfc2l6ZV9tb2JpbGUiOiIiLCJfZmxleF9ncm93IjoxLCJfZmxleF9ncm93X3RhYmxldCI6IiIsIl9mbGV4X2dyb3dfbW9iaWxlIjoiIiwiX2ZsZXhfc2hyaW5rIjoxLCJfZmxleF9zaHJpbmtfdGFibGV0IjoiIiwiX2ZsZXhfc2hyaW5rX21vYmlsZSI6IiIsIl9lbGVtZW50X3ZlcnRpY2FsX2FsaWduIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ25fdGFibGV0IjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ25fbW9iaWxlIjoiIiwiX3Bvc2l0aW9uIjoiIiwiX29mZnNldF9vcmllbnRhdGlvbl9oIjoic3RhcnQiLCJfb2Zmc2V0X3giOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF94X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfZW5kX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfb3JpZW50YXRpb25fdiI6InN0YXJ0IiwiX29mZnNldF95Ijp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9vZmZzZXRfeV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX29mZnNldF95X2VuZF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfel9pbmRleCI6IiIsIl96X2luZGV4X3RhYmxldCI6IiIsIl96X2luZGV4X21vYmlsZSI6IiIsIl9lbGVtZW50X2lkIjoiIiwiX2Nzc19jbGFzc2VzIjoiIiwiX2VsZW1lbnRfY2FjaGUiOiIiLCJfYW5pbWF0aW9uIjoiIiwiX2FuaW1hdGlvbl90YWJsZXQiOiIiLCJfYW5pbWF0aW9uX21vYmlsZSI6IiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6IiIsIl9hbmltYXRpb25fZGVsYXkiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlXzNkIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlX3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9wb3BvdmVyIjoiIiwiX3RyYW5zZm9ybV9rZWVwX3Byb3BvcnRpb25zIjoieWVzIiwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3X3BvcG92ZXIiOiIiLCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3QiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fZmxpcFhfZWZmZWN0IjoiIiwiX3RyYW5zZm9ybV9mbGlwWV9lZmZlY3QiOiIiLCJfdHJhbnNmb3JtX3JvdGF0ZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVpfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlXzNkX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVZX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3BlcnNwZWN0aXZlX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlX3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fdHJhbnNsYXRlWV9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9wb3BvdmVyX2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9rZWVwX3Byb3BvcnRpb25zX2hvdmVyIjoieWVzIiwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZV9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3NjYWxlWF9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3Zlcl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVYX2VmZmVjdF9ob3Zlcl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVZX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3X3BvcG92ZXJfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3NrZXdYX2VmZmVjdF9ob3ZlciI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyX3RhYmxldCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2tld1lfZWZmZWN0X2hvdmVyX21vYmlsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fZmxpcFhfZWZmZWN0X2hvdmVyIjoiIiwiX3RyYW5zZm9ybV9mbGlwWV9lZmZlY3RfaG92ZXIiOiIiLCJfdHJhbnNmb3JtX3RyYW5zaXRpb25faG92ZXIiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnQiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3hfYW5jaG9yX3BvaW50X3RhYmxldCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feF9hbmNob3JfcG9pbnRfbW9iaWxlIjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludCI6IiIsIm1vdGlvbl9meF90cmFuc2Zvcm1feV9hbmNob3JfcG9pbnRfdGFibGV0IjoiIiwibW90aW9uX2Z4X3RyYW5zZm9ybV95X2FuY2hvcl9wb2ludF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiIiwiX2JhY2tncm91bmRfY29sb3IiOiIiLCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3JfYiI6IiNmMjI5NWIiLCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ncmFkaWVudF90eXBlIjoibGluZWFyIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE4MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2ltYWdlX3RhYmxldCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaW1hZ2VfbW9iaWxlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3hwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeHBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeHBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF95cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9hdHRhY2htZW50IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0IjoiIiwiX2JhY2tncm91bmRfcmVwZWF0X3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3JlcGVhdF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zaXplIjoiIiwiX2JhY2tncm91bmRfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2JnX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9iZ193aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfdmlkZW9fbGluayI6IiIsIl9iYWNrZ3JvdW5kX3ZpZGVvX3N0YXJ0IjoiIiwiX2JhY2tncm91bmRfdmlkZW9fZW5kIjoiIiwiX2JhY2tncm91bmRfcGxheV9vbmNlIjoiIiwiX2JhY2tncm91bmRfcGxheV9vbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9wcml2YWN5X21vZGUiOiIiLCJfYmFja2dyb3VuZF92aWRlb19mYWxsYmFjayI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2dhbGxlcnkiOltdLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfbG9vcCI6InllcyIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19zbGlkZV9kdXJhdGlvbiI6NTAwMCwiX2JhY2tncm91bmRfc2xpZGVzaG93X3NsaWRlX3RyYW5zaXRpb24iOiJmYWRlIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X3RyYW5zaXRpb25fZHVyYXRpb24iOjUwMCwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19sYXp5bG9hZCI6IiIsIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19rZW5fYnVybnMiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uIjoiaW4iLCJfYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfY29sb3IiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wIjp7InVuaXQiOiIlIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYiI6IiNmMjI5NWIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3AiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF90eXBlIjoibGluZWFyIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOjE4MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb25fdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfcG9zaXRpb25fbW9iaWxlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX3RhYmxldCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfbW9iaWxlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3hwb3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeHBvc190YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeHBvc19tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfeXBvcyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl95cG9zX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9hdHRhY2htZW50IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdF9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZV90YWJsZXQiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zaXplX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fbGluayI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3ZpZGVvX3N0YXJ0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZW5kIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcGxheV9vbmNlIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfcGxheV9vbl9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9wcml2YWN5X21vZGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl92aWRlb19mYWxsYmFjayI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2dhbGxlcnkiOltdLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfbG9vcCI6InllcyIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19zbGlkZV9kdXJhdGlvbiI6NTAwMCwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3NsaWRlX3RyYW5zaXRpb24iOiJmYWRlIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X3RyYW5zaXRpb25fZHVyYXRpb24iOjUwMCwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfdGFibGV0IjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9tb2JpbGUiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbiI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX3RhYmxldCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX21vYmlsZSI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19sYXp5bG9hZCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19rZW5fYnVybnMiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfa2VuX2J1cm5zX3pvb21fZGlyZWN0aW9uIjoiaW4iLCJfYmFja2dyb3VuZF9ob3Zlcl90cmFuc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYm9yZGVyX2JvcmRlciI6IiIsIl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9jb2xvciI6IiIsIl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoiIiwiX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6MTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsMCwwLDAuNSkifSwiX2JveF9zaGFkb3dfYm94X3NoYWRvd19wb3NpdGlvbiI6IiAiLCJfYm9yZGVyX2hvdmVyX2JvcmRlciI6IiIsIl9ib3JkZXJfaG92ZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfaG92ZXJfd2lkdGhfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9ob3Zlcl9jb2xvciI6IiIsIl9ib3JkZXJfcmFkaXVzX2hvdmVyIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfaG92ZXJfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JvcmRlcl9yYWRpdXNfaG92ZXJfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvd190eXBlIjoiIiwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6MTAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsMCwwLDAuNSkifSwiX2JveF9zaGFkb3dfaG92ZXJfYm94X3NoYWRvd19wb3NpdGlvbiI6IiAiLCJfYm9yZGVyX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3N3aXRjaCI6IiIsIl9tYXNrX3NoYXBlIjoiY2lyY2xlIiwiX21hc2tfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9tYXNrX25vdGljZSI6IiIsIl9tYXNrX3NpemUiOiJjb250YWluIiwiX21hc2tfc2l6ZV90YWJsZXQiOiIiLCJfbWFza19zaXplX21vYmlsZSI6IiIsIl9tYXNrX3NpemVfc2NhbGUiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9tYXNrX3NpemVfc2NhbGVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19zaXplX3NjYWxlX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiX21hc2tfcG9zaXRpb25fdGFibGV0IjoiIiwiX21hc2tfcG9zaXRpb25fbW9iaWxlIjoiIiwiX21hc2tfcG9zaXRpb25feCI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3hfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl94X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcG9zaXRpb25feSI6eyJ1bml0IjoiJSIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX3lfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcmVwZWF0Ijoibm8tcmVwZWF0IiwiX21hc2tfcmVwZWF0X3RhYmxldCI6IiIsIl9tYXNrX3JlcGVhdF9tb2JpbGUiOiIiLCJoaWRlX2Rlc2t0b3AiOiIiLCJoaWRlX3RhYmxldCI6IiIsImhpZGVfbW9iaWxlIjoiIn0sImRlZmF1bHRFZGl0U2V0dGluZ3MiOnsiZGVmYXVsdEVkaXRSb3V0ZSI6ImNvbnRlbnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaHRtbCIsImVkaXRTZXR0aW5ncyI6eyJkZWZhdWx0RWRpdFJvdXRlIjoiY29udGVudCIsInBhbmVsIjp7ImFjdGl2ZVRhYiI6ImNvbnRlbnQiLCJhY3RpdmVTZWN0aW9uIjoic2VjdGlvbl90aXRsZSJ9fX19fX0=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\"}'),(60,0.000000,1724835514.668158,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡',0,200,0,0,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php?redirect_to=https%3A%2F%2Fpoint2listings.ca%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(61,0.000000,1724836252.472874,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿŠ\Ç5ø',0,200,0,0,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php?redirect_to=https%3A%2F%2Fpoint2listings.ca%2Fwp-admin%2Fedit.php&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(62,0.000000,1724836302.771026,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿŠ\Ç5ø',0,200,0,0,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(63,0.000000,1724836369.790687,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿŠ\Ç5ø',0,200,0,0,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php?redirect_to=https%3A%2F%2Fpoint2listings.ca%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(64,0.000000,1724836647.596793,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡',0,302,0,0,0,'https://point2listings.ca/wp-login.php?action=lostpassword','https://point2listings.ca/wp-login.php?action=lostpassword','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','lostPassword',NULL,NULL),(65,0.000000,1724836728.786269,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡',0,200,0,0,0,'https://point2listings.ca/wp-login.php?action=resetpass','https://point2listings.ca/wp-login.php?action=rp&wp_lang=en_US','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','user:passwordReset',NULL,NULL),(66,0.000000,1724836733.558846,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡',0,200,0,0,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(67,0.000000,1724836740.761907,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿŠ\Ç5ø',0,302,0,5,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginOK',NULL,NULL),(68,0.000000,1724836743.033465,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡',0,200,0,0,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(69,0.000000,1724836752.988232,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡',0,302,0,0,0,'https://point2listings.ca/wp-login.php?action=lostpassword','https://point2listings.ca/wp-login.php?action=lostpassword','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','lostPassword',NULL,NULL),(70,0.000000,1724836755.380449,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿŠ\Ç5ø',1,200,0,5,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginOK',NULL,NULL),(71,0.000000,1724836766.759608,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡',0,302,0,3,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php?redirect_to=https%3A%2F%2Fpoint2listings.ca%2Fwp-admin%2Fadmin.php%3Fpage%3Dbluehost&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginOK',NULL,NULL),(72,0.000000,1724836849.229947,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡',0,302,0,3,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2Foptions-reading.php&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginOK',NULL,NULL),(73,0.000000,1724836867.805386,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡',0,302,0,3,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php?redirect_to=https%3A%2F%2Flistings.arxacommunications.com%2Fwp-admin%2Foptions-reading.php&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','loginOK',NULL,NULL),(74,0.000000,1724847880.336138,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(',0,302,0,4,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php?redirect_to=https%3A%2F%2Fpoint2listings.ca%2Fwp-admin%2Fthemes.php&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','loginOK',NULL,NULL),(75,1724926567.184299,1724926567.146200,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡',0,403,0,0,0,'https://point2listings.ca/wp-admin/admin.php?page=wpcode-headers-footers','https://point2listings.ca/wp-admin/admin.php?page=wpcode-headers-footers','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2loYWZfaW5zZXJ0X2hlYWRlcl0=\",\"paramValue\":\"PCEtLSBHb29nbGUgdGFnIChndGFnLmpzKSBldmVudCAtIGRlbGF5ZWQgbmF2aWdhdGlvbiBoZWxwZXIgLS0+DQo8c2NyaXB0Pg0KICAvLyBIZWxwZXIgZnVuY3Rpb24gdG8gZGVsYXkgb3BlbmluZyBhIFVSTCB1bnRpbCBhIGd0YWcgZXZlbnQgaXMgc2VudC4NCiAgLy8gQ2FsbCBpdCBpbiByZXNwb25zZSB0byBhbiBhY3Rpb24gdGhhdCBzaG91bGQgbmF2aWdhdGUgdG8gYSBVUkwuDQogIGZ1bmN0aW9uIGd0YWdTZW5kRXZlbnQodXJsKSB7DQogICAgdmFyIGNhbGxiYWNrID0gZnVuY3Rpb24gKCkgew0KICAgICAgaWYgKHR5cGVvZiB1cmwgPT09ICdzdHJpbmcnKSB7DQogICAgICAgIHdpbmRvdy5sb2NhdGlvbiA9IHVybDsNCiAgICAgIH0NCiAgICB9Ow0KICAgIGd0YWcoJ2V2ZW50JywgJ2NvbnZlcnNpb25fZXZlbnRfc3VibWl0X2xlYWRfZm9ybScsIHsNCiAgICAgICdldmVudF9jYWxsYmFjayc6IGNhbGxiYWNrLA0KICAgICAgJ2V2ZW50X3RpbWVvdXQnOiAyMDAwLA0KICAgICAgLy8gPGV2ZW50X3BhcmFtZXRlcnM+DQogICAgfSk7DQogICAgcmV0dXJuIGZhbHNlOw0KICB9DQo8L3NjcmlwdD4NCg==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"xss\",\"ssl\":1}'),(76,1725025652.920204,1725025652.809700,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ-\×',0,403,0,0,0,'http://point2listing.ca/wp-admin/install.php',NULL,'Go-http-client/1.1','blocked:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),(77,0.000000,1725030442.345074,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ',0,302,0,3,0,'https://point2listings.ca/wp-login.php','https://point2listings.ca/wp-login.php?redirect_to=https%3A%2F%2Fpoint2listings.ca%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','loginOK',NULL,NULL),(78,1725128805.868782,1725128805.831700,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦øA',0,403,0,0,0,'http://point2listing.ca///wordpress/wp-admin/setup-config.php?step=1','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly8vd29yZHByZXNzL3dwLWFkbWluL3NldHVwLWNvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),(79,1725128805.429576,1725128805.283900,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦øA',0,403,0,0,0,'http://point2listing.ca///wp-admin/install.php?step=1','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"Ly8vd3AtYWRtaW4vaW5zdGFsbC5waHA/c3RlcD0x\",\"path\":\"Ly8vd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),(80,0.000000,1725255016.036591,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ>',0,200,0,0,0,'https://point2listing.ca/wp-login.php','https://point2listing.ca/wp-login.php?redirect_to=https%3A%2F%2Fpoint2listing.ca%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(81,1725272953.132610,1725272953.104300,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿš&´8',0,403,0,0,0,'https://point2listing.ca/wp-content/themes/jaida/lang.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2phaWRhL2xhbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(82,1725272950.285339,1725272950.252700,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿš&´8',0,403,0,0,0,'https://point2listing.ca/wp-content/themes/travel/issue.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3RyYXZlbC9pc3N1ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(83,1725272948.082419,1725272948.051300,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿš&´8',0,403,0,0,0,'http://point2listing.ca/wp-content/plugins/wp-help/mini.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1oZWxwL21pbmkucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),(84,1725272945.690915,1725272945.657100,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿš&´8',0,403,0,0,0,'https://point2listing.ca/wp-content/plugins/root-file-manager/wp-file.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yb290LWZpbGUtbWFuYWdlci93cC1maWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(85,1725272943.294988,1725272943.263700,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿš&´8',0,403,0,0,0,'https://point2listing.ca/wp-content/plugins/ph-file-manager/wp-file.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9waC1maWxlLW1hbmFnZXIvd3AtZmlsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(86,1725272940.976415,1725272940.946800,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿš&´8',0,403,0,0,0,'http://point2listing.ca/wp-content/plugins/fix/up.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maXgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),(87,1725272937.252282,1725272937.221000,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿš&´8',0,403,0,0,0,'https://point2listing.ca/wp-content/plugins/pwnd/pwnd.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9wd25kL3B3bmQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(88,1725272934.458381,1725272934.284000,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿš&´8',0,403,0,0,0,'http://point2listing.ca/wp-content/plugins/shell/about.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaGVsbC9hYm91dC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),(89,0.000000,1725278196.976584,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ)',0,200,0,0,0,'https://point2listing.ca/wp-login.php','https://point2listing.ca/wp-login.php?redirect_to=https%3A%2F%2Fpoint2listing.ca%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(90,1725295216.327974,1725295216.297400,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦øA',0,403,0,0,0,'http://point2listing.ca///wordpress/wp-admin/setup-config.php?step=1','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly8vd29yZHByZXNzL3dwLWFkbWluL3NldHVwLWNvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),(91,1725295215.895176,1725295215.772500,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦øA',0,403,0,0,0,'http://point2listing.ca///wp-admin/install.php?step=1','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"Ly8vd3AtYWRtaW4vaW5zdGFsbC5waHA/c3RlcD0x\",\"path\":\"Ly8vd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),(92,0.000000,1725300240.773734,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ\':ò^',0,302,0,7,0,'https://point2listing.ca/wp-login.php','https://point2listing.ca/wp-login.php?redirect_to=https%3A%2F%2Fpoint2listings.ca%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','loginOK',NULL,NULL),(93,0.000000,1725427684.092977,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ-',0,302,0,4,0,'https://point2listing.ca/wp-login.php','https://point2listing.ca/wp-login.php?redirect_to=https%3A%2F%2Fpoint2listings.ca%2Fwp-admin%2Fthemes.php&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36','loginOK',NULL,NULL);
/*!40000 ALTER TABLE `wpau_wfhits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wfhoover`
--

DROP TABLE IF EXISTS `wpau_wfhoover`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfhoover` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` varbinary(124) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k2` (`hostKey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfhoover`
--

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

--
-- Table structure for table `wpau_wfissues`
--

DROP TABLE IF EXISTS `wpau_wfissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfissues`
--

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

--
-- Table structure for table `wpau_wfknownfilelist`
--

DROP TABLE IF EXISTS `wpau_wfknownfilelist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfknownfilelist` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `wordpress_path` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17475 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfknownfilelist`
--

LOCK TABLES `wpau_wfknownfilelist` WRITE;
/*!40000 ALTER TABLE `wpau_wfknownfilelist` DISABLE KEYS */;
INSERT INTO `wpau_wfknownfilelist` VALUES (1,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/assets/svg/bluehost-logo.svg','wp-content/plugins/bluehost-wordpress-plugin/assets/svg/bluehost-logo.svg'),(2,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/assets/svg/coming-soon.svg','wp-content/plugins/bluehost-wordpress-plugin/assets/svg/coming-soon.svg'),(3,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/assets/svg/settings.svg','wp-content/plugins/bluehost-wordpress-plugin/assets/svg/settings.svg'),(4,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/assets/svg/web-hosting.svg','wp-content/plugins/bluehost-wordpress-plugin/assets/svg/web-hosting.svg'),(5,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/assets/svg/website-content.svg','wp-content/plugins/bluehost-wordpress-plugin/assets/svg/website-content.svg'),(6,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/bluehost-wordpress-plugin.php','wp-content/plugins/bluehost-wordpress-plugin/bluehost-wordpress-plugin.php'),(7,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/bootstrap.php'),(8,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/build/3.14.7/index.asset.php','wp-content/plugins/bluehost-wordpress-plugin/build/3.14.7/index.asset.php'),(9,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/build/3.14.7/index.js','wp-content/plugins/bluehost-wordpress-plugin/build/3.14.7/index.js'),(10,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/Admin.php','wp-content/plugins/bluehost-wordpress-plugin/inc/Admin.php'),(11,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/Data.php','wp-content/plugins/bluehost-wordpress-plugin/inc/Data.php'),(12,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/LoginRedirect.php','wp-content/plugins/bluehost-wordpress-plugin/inc/LoginRedirect.php'),(13,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi/CachingController.php','wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi/CachingController.php'),(14,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi/SettingsController.php','wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi/SettingsController.php'),(15,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi/rest-api.php','wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi/rest-api.php'),(16,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/YoastAI.php','wp-content/plugins/bluehost-wordpress-plugin/inc/YoastAI.php'),(17,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/alt-experience/index.html','wp-content/plugins/bluehost-wordpress-plugin/inc/alt-experience/index.html'),(18,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/alt-experience/init.php','wp-content/plugins/bluehost-wordpress-plugin/inc/alt-experience/init.php'),(19,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/base.php','wp-content/plugins/bluehost-wordpress-plugin/inc/base.php'),(20,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/jetpack.php','wp-content/plugins/bluehost-wordpress-plugin/inc/jetpack.php'),(21,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/partners.php','wp-content/plugins/bluehost-wordpress-plugin/inc/partners.php'),(22,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/plugin-nfd-compat-check.php','wp-content/plugins/bluehost-wordpress-plugin/inc/plugin-nfd-compat-check.php'),(23,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/plugin-php-compat-check.php','wp-content/plugins/bluehost-wordpress-plugin/inc/plugin-php-compat-check.php'),(24,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/settings.php','wp-content/plugins/bluehost-wordpress-plugin/inc/settings.php'),(25,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/updates.php','wp-content/plugins/bluehost-wordpress-plugin/inc/updates.php'),(26,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/1.4.3.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/1.4.3.php'),(27,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.0.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.0.php'),(28,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.11.0.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.11.0.php'),(29,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.12.10.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.12.10.php'),(30,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.12.7.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.12.7.php'),(31,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.13.2.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.13.2.php'),(32,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.2.2.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.2.2.php'),(33,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.2.3.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.2.3.php'),(34,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.5.0.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.5.0.php'),(35,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.7.0.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.7.0.php'),(36,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.0.10.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.0.10.php'),(37,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.1.1.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.1.1.php'),(38,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.3.3.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.3.3.php'),(39,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/index.php','wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/index.php'),(40,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/autoload.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/autoload.php'),(41,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/ClassLoader.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/ClassLoader.php'),(42,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/InstalledVersions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/InstalledVersions.php'),(43,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_classmap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_classmap.php'),(44,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_files.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_files.php'),(45,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_namespaces.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_namespaces.php'),(46,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_psr4.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_psr4.php'),(47,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_real.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_real.php'),(48,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_static.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/autoload_static.php'),(49,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/installed.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/composer/installed.php'),(50,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php'),(51,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php'),(52,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php'),(53,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php'),(54,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php'),(55,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php'),(56,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php'),(57,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/NoopWordInflector.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/NoopWordInflector.php'),(58,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php'),(59,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php'),(60,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php'),(61,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php'),(62,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Inflectible.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Inflectible.php'),(63,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/InflectorFactory.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/InflectorFactory.php'),(64,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Rules.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Rules.php'),(65,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Uninflected.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Uninflected.php'),(66,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Inflectible.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Inflectible.php'),(67,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/InflectorFactory.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/InflectorFactory.php'),(68,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Rules.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Rules.php'),(69,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Uninflected.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Uninflected.php'),(70,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php'),(71,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php'),(72,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Inflectible.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Inflectible.php'),(73,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/InflectorFactory.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/InflectorFactory.php'),(74,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Rules.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Rules.php'),(75,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Uninflected.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Uninflected.php'),(76,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php'),(77,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Inflectible.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Inflectible.php'),(78,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/InflectorFactory.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/InflectorFactory.php'),(79,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Rules.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Rules.php'),(80,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Uninflected.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Uninflected.php'),(81,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php'),(82,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php'),(83,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php'),(84,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php'),(85,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Inflectible.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Inflectible.php'),(86,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/InflectorFactory.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/InflectorFactory.php'),(87,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Rules.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Rules.php'),(88,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Uninflected.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Uninflected.php'),(89,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php'),(90,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php'),(91,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php'),(92,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/connect-helpers.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/connect-helpers.php'),(93,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Activator.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Activator.php'),(94,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Cache.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Cache.php'),(95,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Curl.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Curl.php'),(96,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/DatabaseManager.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/DatabaseManager.php'),(97,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Deactivator.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Deactivator.php'),(98,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/DebugLog.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/DebugLog.php'),(99,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/FileManager.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/FileManager.php'),(100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Helper.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Helper.php'),(101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Installer.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Installer.php'),(102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Inventory.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Inventory.php'),(103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Option.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Option.php'),(104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Uninstaller.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Uninstaller.php'),(105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Updater.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/Updater.php'),(106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/WPConfig.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src/WPConfig.php'),(107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/bin/build_bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/bin/build_bootstrap.php'),(108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Autoloader.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Autoloader.php'),(109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache/AbstractCache.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache/AbstractCache.php'),(110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache/FilesystemCache.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache/FilesystemCache.php'),(111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache/NoopCache.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache/NoopCache.php'),(112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache.php'),(113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Compiler.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Compiler.php'),(114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Context.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Context.php'),(115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Engine.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Engine.php'),(116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/InvalidArgumentException.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/InvalidArgumentException.php'),(117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/LogicException.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/LogicException.php'),(118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/RuntimeException.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/RuntimeException.php'),(119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/SyntaxException.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/SyntaxException.php'),(120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/UnknownFilterException.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/UnknownFilterException.php'),(121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/UnknownHelperException.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/UnknownHelperException.php'),(122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/UnknownTemplateException.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception/UnknownTemplateException.php'),(123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception.php'),(124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/HelperCollection.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/HelperCollection.php'),(125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/LambdaHelper.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/LambdaHelper.php'),(126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/ArrayLoader.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/ArrayLoader.php'),(127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/CascadingLoader.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/CascadingLoader.php'),(128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/FilesystemLoader.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/FilesystemLoader.php'),(129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/InlineLoader.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/InlineLoader.php'),(130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/MutableLoader.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/MutableLoader.php'),(131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/ProductionFilesystemLoader.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/ProductionFilesystemLoader.php'),(132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/StringLoader.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader/StringLoader.php'),(133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader.php'),(134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger/AbstractLogger.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger/AbstractLogger.php'),(135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger/StreamLogger.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger/StreamLogger.php'),(136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger.php'),(137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Parser.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Parser.php'),(138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Source/FilesystemSource.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Source/FilesystemSource.php'),(139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Source.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Source.php'),(140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Template.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Template.php'),(141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Tokenizer.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Tokenizer.php'),(142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/Container.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/Container.php'),(143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/ContainerException.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/ContainerException.php'),(144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/ContainerExceptionInterface.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/ContainerExceptionInterface.php'),(145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/ContainerInterface.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/ContainerInterface.php'),(146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/NotFoundException.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/NotFoundException.php'),(147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/NotFoundExceptionInterface.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes/NotFoundExceptionInterface.php'),(148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/bootstrap.php'),(149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Activation.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Activation.php'),(150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/Akismet.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/Akismet.php'),(151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/CreativeMail.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/CreativeMail.php'),(152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/MonsterInsights.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/MonsterInsights.php'),(153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/OptinMonster.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/OptinMonster.php'),(154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/Partner.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/Partner.php'),(155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/WpForms.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/WpForms.php'),(156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/Yoast.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners/Yoast.php'),(157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners.php'),(158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/bootstrap.php'),(159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/AI.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/AI.php'),(160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Patterns.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Patterns.php'),(161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/RestApi/AISearchController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/RestApi/AISearchController.php'),(162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/SiteGen/SiteGen.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/SiteGen/SiteGen.php'),(163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Utils/AISearchUtil.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Utils/AISearchUtil.php'),(164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Utils/PatternParser.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Utils/PatternParser.php'),(165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-atomic/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-atomic/bootstrap.php'),(166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/bootstrap.php'),(167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build/1.2.5/coming-soon.asset.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build/1.2.5/coming-soon.asset.php'),(168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build/1.2.5/coming-soon.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build/1.2.5/coming-soon.js'),(169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/API/ComingSoon.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/API/ComingSoon.php'),(170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/ComingSoon.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/ComingSoon.php'),(171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/PrePublishModal.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/PrePublishModal.php'),(172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/Service.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/Service.php'),(173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/functions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/functions.php'),(174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/template/index.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/template/index.php'),(175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/template/script.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/template/script.js'),(176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/static/js/coming-soon.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/static/js/coming-soon.js'),(177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/upgrades/1.1.18.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/upgrades/1.1.18.php'),(178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/bootstrap.php'),(179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes/Brand.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes/Brand.php'),(180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes/Context.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes/Context.php'),(181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes/functions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes/functions.php'),(182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/bootstrap.php'),(183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/API/Events.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/API/Events.php'),(184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/API/Verify.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/API/Verify.php'),(185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Data.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Data.php'),(186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Event.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Event.php'),(187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventManager.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventManager.php'),(188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/EventQueue.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/EventQueue.php'),(189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queryable.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queryable.php'),(190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues/BatchQueue.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues/BatchQueue.php'),(191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues/BatchQueueInterface.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues/BatchQueueInterface.php'),(192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/Encryption.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/Encryption.php'),(193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/Plugin.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/Plugin.php'),(194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/SiteHealth.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/SiteHealth.php'),(195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/Transient.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers/Transient.php'),(196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/HiiveConnection.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/HiiveConnection.php'),(197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/HiiveWorker.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/HiiveWorker.php'),(198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Admin.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Admin.php'),(199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/BluehostPlugin.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/BluehostPlugin.php'),(200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Commerce.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Commerce.php'),(201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Content.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Content.php'),(202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Cron.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Cron.php'),(203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Jetpack.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Jetpack.php'),(204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Listener.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Listener.php'),(205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Plugin.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Plugin.php'),(206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/SiteHealth.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/SiteHealth.php'),(207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Theme.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Theme.php'),(208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/WPMail.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/WPMail.php'),(209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/WonderCart.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/WonderCart.php'),(210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Yoast.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners/Yoast.php'),(211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Logger.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Logger.php'),(212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteCapabilities.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteCapabilities.php'),(213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/PrimaryType.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/PrimaryType.php'),(214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/SecondaryType.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/SecondaryType.php'),(215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/SiteClassification.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/SiteClassification.php'),(216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/Types.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification/Types.php'),(217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SubscriberInterface.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SubscriberInterface.php'),(218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests/Fetch.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests/Fetch.php'),(219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests/Request.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests/Request.php'),(220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/WonderBlocks.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/WonderBlocks.php'),(221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades/2.3.1.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades/2.3.1.php'),(222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades/2.4.2.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades/2.4.2.php'),(223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades/2.4.22.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades/2.4.22.php'),(224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/bootstrap.php'),(225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Deactivation.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Deactivation.php'),(226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/DeactivationSurvey.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/DeactivationSurvey.php'),(227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Events/Event.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Events/Event.php'),(228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Events/SiteLaunched.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Events/SiteLaunched.php'),(229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/js/a11y-dialog.min.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/js/a11y-dialog.min.js'),(230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/js/deactivation-survey.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/js/deactivation-survey.js'),(231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/bootstrap.php'),(232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/build/index.asset.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/build/index.asset.php'),(233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data/Brands.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data/Brands.php'),(234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data/Plugins.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data/Plugins.php'),(235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/ECommerce.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/ECommerce.php'),(236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/I18nService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/I18nService.php'),(237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials/CaptiveFlow.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials/CaptiveFlow.php'),(238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials/WooCommerceBacklink.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials/WooCommerceBacklink.php'),(239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials/woocommerce.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials/woocommerce.js'),(240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Permissions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Permissions.php'),(241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Promotions.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Promotions.js'),(242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi/IntegrationsController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi/IntegrationsController.php'),(243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi/PluginsController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi/PluginsController.php'),(244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/WonderCart.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/WonderCart.php'),(245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/wpnavbar.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/wpnavbar.js'),(246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/bootstrap.php'),(247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/build/index.asset.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/build/index.asset.php'),(248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/Business.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/Business.php'),(249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/Details.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/Details.php'),(250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/SocialData.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/SocialData.php'),(251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/User.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors/User.php'),(252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Facebook.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Facebook.php'),(253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/RestApi/FacebookController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/RestApi/FacebookController.php'),(254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services/FacebookHelperService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services/FacebookHelperService.php'),(255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services/FacebookService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services/FacebookService.php'),(256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services/UtilityService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services/UtilityService.php'),(257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/index.js'),(258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/Feature.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/Feature.php'),(259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/Features.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/Features.php'),(260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/FeaturesAPI.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/FeaturesAPI.php'),(261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/FeaturesCLI.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/FeaturesCLI.php'),(262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/Registry.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/Registry.php'),(263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/functions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes/functions.php'),(264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/static/js/features.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/static/js/features.js'),(265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/bootstrap.php'),(266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/includes/CTB.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/includes/CTB.php'),(267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/includes/CTBApi.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/includes/CTBApi.php'),(268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/static/a11y-dialog.min.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/static/a11y-dialog.min.js'),(269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/static/ctb.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/static/ctb.js'),(270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/bootstrap.php'),(271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/build/index.asset.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/build/index.asset.php'),(272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/build/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/build/index.js'),(273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/CapabilityController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/CapabilityController.php'),(274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/Data/Brands.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/Data/Brands.php'),(275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/HelpCenter.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/HelpCenter.php'),(276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/HelpCenterFeature.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/HelpCenterFeature.php'),(277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/HelpCenterFeatureHooks.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/HelpCenterFeatureHooks.php'),(278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/I18nLoader.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/I18nLoader.php'),(279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/UserInteractionController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/UserInteractionController.php'),(280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/Util.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/Util.php'),(281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/bootstrap.php'),(282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/includes/InstallChecker.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/includes/InstallChecker.php'),(283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/includes/WooCommerce.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/includes/WooCommerce.php'),(284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/bootstrap.php'),(285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data/Options.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data/Options.php'),(286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data/Plugins.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data/Plugins.php'),(287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data/Themes.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data/Themes.php'),(288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Installer.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Installer.php'),(289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Models/PriorityQueue.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Models/PriorityQueue.php'),(290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Permissions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Permissions.php'),(291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi/PluginsController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi/PluginsController.php'),(292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi/RestApi.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi/RestApi.php'),(293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi/ThemeInstallerController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi/ThemeInstallerController.php'),(294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services/PluginInstaller.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services/PluginInstaller.php'),(295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services/PluginUninstaller.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services/PluginUninstaller.php'),(296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services/ThemeInstaller.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services/ThemeInstaller.php'),(297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginActivationTaskManager.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginActivationTaskManager.php'),(298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginDeactivationTaskManager.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginDeactivationTaskManager.php'),(299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginInstallTaskManager.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginInstallTaskManager.php'),(300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginUninstallTaskManager.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/PluginUninstallTaskManager.php'),(301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/TaskManager.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/TaskManager.php'),(302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/ThemeInstallTaskManager.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers/ThemeInstallTaskManager.php'),(303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginActivationTask.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginActivationTask.php'),(304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginDeactivationTask.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginDeactivationTask.php'),(305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginInstallTask.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginInstallTask.php'),(306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginUninstallTask.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/PluginUninstallTask.php'),(307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/Task.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/Task.php'),(308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/ThemeInstallTask.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks/ThemeInstallTask.php'),(309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/bootstrap.php'),(310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/Container.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/Container.php'),(311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/Module.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/Module.php'),(312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/ModuleRegistry.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/ModuleRegistry.php'),(313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/Plugin.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/Plugin.php'),(314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/functions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes/functions.php'),(315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/bootstrap.php'),(316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/index.js'),(317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplace/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplace/index.js'),(318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading/MarketplaceFilterBarSkeleton.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading/MarketplaceFilterBarSkeleton.js'),(319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading/MarketplaceItemSkeleton.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading/MarketplaceItemSkeleton.js'),(320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading/index.js'),(321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceItem/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceItem/index.js'),(322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceList/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceList/index.js'),(323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceLite/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceLite/index.js'),(324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSkeleton/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSkeleton/index.js'),(325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSubnav/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSubnav/index.js'),(326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage/ProductPageError.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage/ProductPageError.js'),(327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage/ProductPageLoading.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage/ProductPageLoading.js'),(328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage/index.js'),(329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/Marketplace.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/Marketplace.php'),(330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/MarketplaceApi.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/MarketplaceApi.php'),(331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/PluginsMarketplace.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/PluginsMarketplace.php'),(332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/Themes.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/Themes.php'),(333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/img/dog-walking.svg','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/img/dog-walking.svg'),(334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/js/NFDPluginsMarketplace.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/js/NFDPluginsMarketplace.js'),(335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/bootstrap.php'),(336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/build/index.asset.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/build/index.asset.php'),(337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Listeners/Wonder_Start.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Listeners/Wonder_Start.php'),(338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Migration.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Migration.php'),(339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/RestApi/MigrateController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/RestApi/MigrateController.php'),(340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/EventService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/EventService.php'),(341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/InstaMigrateService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/InstaMigrateService.php'),(342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/MigrationSSO.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/MigrationSSO.php'),(343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/UtilityService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services/UtilityService.php'),(344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/import-tools-changes.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/import-tools-changes.js'),(345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/hostgator_site_transfer_completed.html','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/hostgator_site_transfer_completed.html'),(346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/hostgator_site_transfer_failed.html','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/hostgator_site_transfer_failed.html'),(347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/hostgator_site_transfer_started.html','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/hostgator_site_transfer_started.html'),(348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_completed_email_bluehost.html','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_completed_email_bluehost.html'),(349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_failed_email_bh_cloud.html','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_failed_email_bh_cloud.html'),(350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_failed_email_bluehost.html','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_failed_email_bluehost.html'),(351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_failed_screen_bluehost.html','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_failed_screen_bluehost.html'),(352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_started_email_bluehost.html','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates/migration_started_email_bluehost.html'),(353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notification/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notification/index.js'),(354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notifications/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notifications/index.js'),(355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/dismiss-notices.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/dismiss-notices.js'),(356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/prime-notices.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/prime-notices.js'),(357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/realtime-notices.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/realtime-notices.js'),(358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/bootstrap.php'),(359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/AdminNotices.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/AdminNotices.php'),(360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/Notification.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/Notification.php'),(361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/NotificationsApi.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/NotificationsApi.php'),(362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/NotificationsRepository.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes/NotificationsRepository.php'),(363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/notifications.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/notifications.php'),(364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/bootstrap.php'),(365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/100.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/100.js'),(366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/202.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/202.js'),(367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/206.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/206.js'),(368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/218.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/218.js'),(369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/270.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/270.js'),(370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/287.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/287.js'),(371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/325.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/325.js'),(372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/328.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/328.js'),(373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/340.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/340.js'),(374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/356.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/356.js'),(375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/366.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/366.js'),(376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/367.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/367.js'),(377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/396.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/396.js'),(378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/40.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/40.js'),(379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/403.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/403.js'),(380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/426.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/426.js'),(381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/508.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/508.js'),(382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/51.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/51.js'),(383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/546.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/546.js'),(384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/560.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/560.js'),(385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/585.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/585.js'),(386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/595.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/595.js'),(387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/619.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/619.js'),(388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/627.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/627.js'),(389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/672.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/672.js'),(390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/705.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/705.js'),(391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/761.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/761.js'),(392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/796.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/796.js'),(393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/803.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/803.js'),(394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/841.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/841.js'),(395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/859.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/859.js'),(396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/866.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/866.js'),(397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/871.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/871.js'),(398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/910.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/910.js'),(399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/97.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/97.js'),(400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/971.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/971.js'),(401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/978.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/978.js'),(402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/993.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/993.js'),(403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/994.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/994.js'),(404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/996.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/996.js'),(405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/onboarding.asset.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/onboarding.asset.php'),(406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/onboarding.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/onboarding.js'),(407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.asset.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.asset.php'),(408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.css.asset.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.css.asset.php'),(409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.css.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.css.js'),(410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/sitegen-theme-marker.js'),(411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Application.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Application.php'),(412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility/Safe_Mode.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility/Safe_Mode.php'),(413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility/Scan.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility/Scan.php'),(414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility/Status.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility/Status.php'),(415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/LoginRedirect.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/LoginRedirect.php'),(416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Models/Theme.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Models/Theme.php'),(417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/ModuleController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/ModuleController.php'),(418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache/Mustache.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache/Mustache.php'),(419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Permissions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Permissions.php'),(420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/BaseHiiveController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/BaseHiiveController.php'),(421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/BlockRenderController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/BlockRenderController.php'),(422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/EventsController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/EventsController.php'),(423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/FlowController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/FlowController.php'),(424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/PluginsController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/PluginsController.php'),(425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/RestApi.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/RestApi.php'),(426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/RestApiFilter.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/RestApiFilter.php'),(427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SettingsController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SettingsController.php'),(428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SiteClassificationController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SiteClassificationController.php'),(429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SiteGenController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SiteGenController.php'),(430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SiteImagesController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SiteImagesController.php'),(431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SitePagesController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/SitePagesController.php'),(432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ApprovedThemesController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ApprovedThemesController.php'),(433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/PatternsController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/PatternsController.php'),(434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeColorsController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeColorsController.php'),(435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeFontsController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeFontsController.php'),(436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeGeneratorController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeGeneratorController.php'),(437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeInstallerController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeInstallerController.php'),(438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeVariationsController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes/ThemeVariationsController.php'),(439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/EventService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/EventService.php'),(440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/I18nService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/I18nService.php'),(441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/PluginService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/PluginService.php'),(442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/StatusService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/StatusService.php'),(443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/ThemeService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/ThemeService.php'),(444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/Webfonts.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/Webfonts.php'),(445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/WP_Admin.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/WP_Admin.php'),(446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/WP_CLI.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/WP_CLI.php'),(447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/WP_Config.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/WP_Config.php'),(448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Brands.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Brands.php'),(449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Config.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Config.php'),(450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Data.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Data.php'),(451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Events.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Events.php'),(452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Flows.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Flows.php'),(453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Upgrades/1.0.0.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Upgrades/1.0.0.php'),(454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/I18n.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/I18n.php'),(455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache/Mustache.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache/Mustache.php'),(456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Options.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Options.php'),(457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Patterns.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Patterns.php'),(458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Plugins.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Plugins.php'),(459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Preview.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Preview.php'),(460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/BlockRenderService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/BlockRenderService.php'),(461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/FlowService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/FlowService.php'),(462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/SiteGenService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/SiteGenService.php'),(463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/SitePagesService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/SitePagesService.php'),(464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/ThemeGeneratorService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/ThemeGeneratorService.php'),(465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/WonderBlocksService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services/WonderBlocksService.php'),(466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/SiteFeatures.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/SiteFeatures.php'),(467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/SiteGen.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/SiteGen.php'),(468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes/Colors.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes/Colors.php'),(469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes/Fonts.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes/Fonts.php'),(470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes.php'),(471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/build/utilities.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/build/utilities.js'),(472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/scripts/utilities.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/scripts/utilities.js'),(473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/scripts/viewportAnimationObserver.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/scripts/viewportAnimationObserver.js'),(474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/bootstrap.php'),(475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.3.0/wonder-blocks.asset.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.3.0/wonder-blocks.asset.php'),(476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.3.0/wonder-blocks.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.3.0/wonder-blocks.js'),(477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Admin/CTA.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Admin/CTA.php'),(478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/EventsController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/EventsController.php'),(479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/FavoritesController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/FavoritesController.php'),(480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/PatternCategoriesController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/PatternCategoriesController.php'),(481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/PatternsController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/PatternsController.php'),(482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/RestApiController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/RestApiController.php'),(483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/TemplateCategoriesController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/TemplateCategoriesController.php'),(484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/TemplatesController.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers/TemplatesController.php'),(485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/RemoteRequest.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/RemoteRequest.php'),(486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/RestApi.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/RestApi.php'),(487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/CSSUtilities.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/CSSUtilities.php'),(488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Data/Brands.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Data/Brands.php'),(489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Admin.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Admin.php'),(490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Categories.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Categories.php'),(491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Events.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Events.php'),(492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Favorites.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Favorites.php'),(493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Items.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library/Items.php'),(494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Patterns.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Patterns.php'),(495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/PatternsFeature.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/PatternsFeature.php'),(496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Permissions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Permissions.php'),(497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/PostFiltersHandler.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/PostFiltersHandler.php'),(498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/SiteClassification.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/SiteClassification.php'),(499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/bootstrap.php'),(500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/cacheSettings/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/cacheSettings/index.js'),(501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/clearCache/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/clearCache/index.js'),(502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/performance/defaultText.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/performance/defaultText.js'),(503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/performance/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/performance/index.js'),(504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheManager.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheManager.php'),(505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CachePurgingService.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CachePurgingService.php'),(506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Browser.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Browser.php'),(507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/CacheBase.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/CacheBase.php'),(508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Cloudflare.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Cloudflare.php'),(509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/File.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/File.php'),(510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Nginx.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Nginx.php'),(511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Sitelock.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Sitelock.php'),(512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Skip404.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/Skip404.php'),(513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Concerns/Purgeable.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Concerns/Purgeable.php'),(514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/OptionListener.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/OptionListener.php'),(515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Performance.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Performance.php'),(516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/PerformanceFeature.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/PerformanceFeature.php'),(517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/PerformanceFeatureHooks.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/PerformanceFeatureHooks.php'),(518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/ResponseHeaderManager.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/ResponseHeaderManager.php'),(519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/functions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/functions.php'),(520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/bootstrap.php'),(521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/includes/Runtime.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/includes/Runtime.php'),(522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets/js/secure-passwords.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets/js/secure-passwords.js'),(523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/bootstrap.php'),(524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes/class-have-i-been-pwned-api.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes/class-have-i-been-pwned-api.php'),(525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes/functions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes/functions.php'),(526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes/insecure-password-screen.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes/insecure-password-screen.php'),(527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/secure-passwords.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/secure-passwords.php'),(528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/bootstrap.php'),(529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_AJAX_Handler.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_AJAX_Handler.php'),(530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_CLI.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_CLI.php'),(531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_Helpers.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_Helpers.php'),(532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_Helpers_Legacy.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_Helpers_Legacy.php'),(533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_REST_Controller.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes/SSO_REST_Controller.php'),(534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/sso.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/sso.php'),(535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/bootstrap.php'),(536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/productionSite/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/productionSite/index.js'),(537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/staging/defaultText.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/staging/defaultText.js'),(538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/staging/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/staging/index.js'),(539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/stagingSite/index.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/stagingSite/index.js'),(540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/Staging.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/Staging.php'),(541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingApi.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingApi.php'),(542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingCLI.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingCLI.php'),(543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingFeature.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingFeature.php'),(544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingMenu.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes/StagingMenu.php'),(545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/bootstrap.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/bootstrap.php'),(546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/dataAttrListener.asset.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/dataAttrListener.asset.php'),(547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/dataAttrListener.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/dataAttrListener.js'),(548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/surveys.asset.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/surveys.asset.php'),(549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/surveys.js','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1/surveys.js'),(550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Data/Constants.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Data/Constants.php'),(551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Data/Options.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Data/Options.php'),(552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Models/Toast.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Models/Toast.php'),(553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Permissions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Permissions.php'),(554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Service.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Service.php'),(555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Survey.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Survey.php'),(556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners/DataAttrListener.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners/DataAttrListener.php'),(557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners/SurveyQueueListener.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners/SurveyQueueListener.php'),(558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/WPAdmin.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/WPAdmin.php'),(559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer/src/WPConfigTransformer.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer/src/WPConfigTransformer.php'),(560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/collection/Collection.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/collection/Collection.php'),(561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent/includes/Fluent.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent/includes/Fluent.php'),(562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/Arr.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/Arr.php'),(563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/Pluralizer.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/Pluralizer.php'),(564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/Str.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/Str.php'),(565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/functions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes/functions.php'),(566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager/includes/functions.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager/includes/functions.php'),(567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager/includes/htaccess.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager/includes/htaccess.php'),(568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options/includes/Options.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options/includes/Options.php'),(569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Collection.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Collection.php'),(570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces/Arrayable.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces/Arrayable.php'),(571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces/JSONable.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces/JSONable.php'),(572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces/Stringable.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces/Stringable.php'),(573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Query.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Query.php'),(574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes/Plugin.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes/Plugin.php'),(575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes/PluginUpdater.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes/PluginUpdater.php'),(576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes/ThemeUpdater.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes/ThemeUpdater.php'),(577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-upgrade-handler/includes/UpgradeHandler.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-upgrade-handler/includes/UpgradeHandler.php'),(578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar/url/Url.php','wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar/url/Url.php'),(579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php','wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php'),(580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/app.php','wp-content/plugins/elementor/app/app.php'),(581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php','wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php'),(582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php','wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php'),(583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php','wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php'),(584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/module.php','wp-content/plugins/elementor/app/modules/import-export/module.php'),(585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/processes/export.php','wp-content/plugins/elementor/app/modules/import-export/processes/export.php'),(586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/processes/import.php','wp-content/plugins/elementor/app/modules/import-export/processes/import.php'),(587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/processes/revert.php','wp-content/plugins/elementor/app/modules/import-export/processes/revert.php'),(588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php'),(589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php'),(590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php'),(591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php'),(592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php'),(593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php'),(594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php'),(595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php'),(596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php'),(597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php'),(598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php'),(599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php'),(600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php'),(601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php'),(602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php'),(603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php'),(604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php'),(605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php'),(606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php'),(607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php'),(608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php'),(609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php','wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php'),(610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/usage.php','wp-content/plugins/elementor/app/modules/import-export/usage.php'),(611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/utils.php','wp-content/plugins/elementor/app/modules/import-export/utils.php'),(612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/import-export/wp-cli.php','wp-content/plugins/elementor/app/modules/import-export/wp-cli.php'),(613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php','wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php'),(614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php','wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php'),(615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php','wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php'),(616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php','wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php'),(617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php','wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php'),(618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/data/repository.php','wp-content/plugins/elementor/app/modules/kit-library/data/repository.php'),(619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php','wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php'),(620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php','wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php'),(621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/kit-library/module.php','wp-content/plugins/elementor/app/modules/kit-library/module.php'),(622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/onboarding/module.php','wp-content/plugins/elementor/app/modules/onboarding/module.php'),(623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/modules/site-editor/module.php','wp-content/plugins/elementor/app/modules/site-editor/module.php'),(624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/app/view.php','wp-content/plugins/elementor/app/view.php'),(625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin-rtl.css','wp-content/plugins/elementor/assets/css/admin-rtl.css'),(626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin-rtl.min.css','wp-content/plugins/elementor/assets/css/admin-rtl.min.css'),(627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css','wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css'),(628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css','wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css'),(629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin-top-bar.css','wp-content/plugins/elementor/assets/css/admin-top-bar.css'),(630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin-top-bar.min.css','wp-content/plugins/elementor/assets/css/admin-top-bar.min.css'),(631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin.css','wp-content/plugins/elementor/assets/css/admin.css'),(632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/admin.min.css','wp-content/plugins/elementor/assets/css/admin.min.css'),(633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app-base-rtl.css','wp-content/plugins/elementor/assets/css/app-base-rtl.css'),(634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app-base-rtl.min.css','wp-content/plugins/elementor/assets/css/app-base-rtl.min.css'),(635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app-base.css','wp-content/plugins/elementor/assets/css/app-base.css'),(636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app-base.min.css','wp-content/plugins/elementor/assets/css/app-base.min.css'),(637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app-rtl.css','wp-content/plugins/elementor/assets/css/app-rtl.css'),(638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app-rtl.min.css','wp-content/plugins/elementor/assets/css/app-rtl.min.css'),(639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app.css','wp-content/plugins/elementor/assets/css/app.css'),(640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/app.min.css','wp-content/plugins/elementor/assets/css/app.min.css'),(641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/common-rtl.css','wp-content/plugins/elementor/assets/css/common-rtl.css'),(642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/common-rtl.min.css','wp-content/plugins/elementor/assets/css/common-rtl.min.css'),(643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/common.css','wp-content/plugins/elementor/assets/css/common.css'),(644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/common.min.css','wp-content/plugins/elementor/assets/css/common.min.css'),(645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-preview-rtl.css','wp-content/plugins/elementor/assets/css/editor-preview-rtl.css'),(646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css','wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css'),(647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-preview.css','wp-content/plugins/elementor/assets/css/editor-preview.css'),(648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-preview.min.css','wp-content/plugins/elementor/assets/css/editor-preview.min.css'),(649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-rtl.css','wp-content/plugins/elementor/assets/css/editor-rtl.css'),(650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-rtl.min.css','wp-content/plugins/elementor/assets/css/editor-rtl.min.css'),(651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-v2-overrides.css','wp-content/plugins/elementor/assets/css/editor-v2-overrides.css'),(652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor-v2-overrides.min.css','wp-content/plugins/elementor/assets/css/editor-v2-overrides.min.css'),(653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor.css','wp-content/plugins/elementor/assets/css/editor.css'),(654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/editor.min.css','wp-content/plugins/elementor/assets/css/editor.min.css'),(655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend-lite-rtl.css','wp-content/plugins/elementor/assets/css/frontend-lite-rtl.css'),(656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend-lite-rtl.min.css','wp-content/plugins/elementor/assets/css/frontend-lite-rtl.min.css'),(657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend-lite.css','wp-content/plugins/elementor/assets/css/frontend-lite.css'),(658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend-lite.min.css','wp-content/plugins/elementor/assets/css/frontend-lite.min.css'),(659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend-rtl.css','wp-content/plugins/elementor/assets/css/frontend-rtl.css'),(660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css','wp-content/plugins/elementor/assets/css/frontend-rtl.min.css'),(661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend.css','wp-content/plugins/elementor/assets/css/frontend.css'),(662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/frontend.min.css','wp-content/plugins/elementor/assets/css/frontend.min.css'),(663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/ai/editor.css','wp-content/plugins/elementor/assets/css/modules/ai/editor.css'),(664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/ai/editor.min.css','wp-content/plugins/elementor/assets/css/modules/ai/editor.min.css'),(665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.css','wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.css'),(666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.min.css','wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.min.css'),(667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css','wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css'),(668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/announcements/announcements.min.css','wp-content/plugins/elementor/assets/css/modules/announcements/announcements.min.css'),(669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/apps/admin.css','wp-content/plugins/elementor/assets/css/modules/apps/admin.css'),(670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/apps/admin.min.css','wp-content/plugins/elementor/assets/css/modules/apps/admin.min.css'),(671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css','wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css'),(672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css','wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css'),(673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/notes/editor.css','wp-content/plugins/elementor/assets/css/modules/notes/editor.css'),(674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css','wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css'),(675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.css','wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.css'),(676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.min.css','wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.min.css'),(677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/responsive-bar.css','wp-content/plugins/elementor/assets/css/responsive-bar.css'),(678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/responsive-bar.min.css','wp-content/plugins/elementor/assets/css/responsive-bar.min.css'),(679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.css','wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.css'),(680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.min.css'),(681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend-lite.css','wp-content/plugins/elementor/assets/css/templates/frontend-lite.css'),(682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend-lite.min.css','wp-content/plugins/elementor/assets/css/templates/frontend-lite.min.css'),(683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css','wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css'),(684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css'),(685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend.css','wp-content/plugins/elementor/assets/css/templates/frontend.css'),(686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/frontend.min.css','wp-content/plugins/elementor/assets/css/templates/frontend.min.css'),(687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css'),(688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css','wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css'),(689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css'),(690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css','wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css'),(691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css'),(692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css','wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css'),(693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css'),(694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css','wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css'),(695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css'),(696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css','wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css'),(697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css'),(698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css','wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css'),(699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css'),(700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css','wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css'),(701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css'),(702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css','wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css'),(703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css'),(704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css','wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css'),(705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css'),(706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css','wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css'),(707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/theme-dark.css','wp-content/plugins/elementor/assets/css/theme-dark.css'),(708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/theme-dark.min.css','wp-content/plugins/elementor/assets/css/theme-dark.min.css'),(709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/theme-light.css','wp-content/plugins/elementor/assets/css/theme-light.css'),(710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/theme-light.min.css','wp-content/plugins/elementor/assets/css/theme-light.min.css'),(711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css'),(712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-accordion.min.css','wp-content/plugins/elementor/assets/css/widget-accordion.min.css'),(713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css'),(714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-alert.min.css','wp-content/plugins/elementor/assets/css/widget-alert.min.css'),(715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css'),(716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-counter.min.css','wp-content/plugins/elementor/assets/css/widget-counter.min.css'),(717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css'),(718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-divider.min.css','wp-content/plugins/elementor/assets/css/widget-divider.min.css'),(719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css'),(720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css','wp-content/plugins/elementor/assets/css/widget-google_maps.min.css'),(721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css'),(722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-heading.min.css','wp-content/plugins/elementor/assets/css/widget-heading.min.css'),(723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css'),(724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css','wp-content/plugins/elementor/assets/css/widget-icon-box.min.css'),(725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css'),(726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css','wp-content/plugins/elementor/assets/css/widget-icon-list.min.css'),(727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css'),(728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-box.min.css','wp-content/plugins/elementor/assets/css/widget-image-box.min.css'),(729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css'),(730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css','wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css'),(731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css'),(732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css','wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css'),(733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css'),(734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-image.min.css','wp-content/plugins/elementor/assets/css/widget-image.min.css'),(735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css'),(736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css','wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css'),(737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css'),(738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-progress.min.css','wp-content/plugins/elementor/assets/css/widget-progress.min.css'),(739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css'),(740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-rating.min.css','wp-content/plugins/elementor/assets/css/widget-rating.min.css'),(741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css'),(742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css','wp-content/plugins/elementor/assets/css/widget-social-icons.min.css'),(743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css'),(744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-spacer.min.css','wp-content/plugins/elementor/assets/css/widget-spacer.min.css'),(745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css'),(746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-star-rating.min.css','wp-content/plugins/elementor/assets/css/widget-star-rating.min.css'),(747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css'),(748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-tabs.min.css','wp-content/plugins/elementor/assets/css/widget-tabs.min.css'),(749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css'),(750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-testimonial.min.css','wp-content/plugins/elementor/assets/css/widget-testimonial.min.css'),(751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css'),(752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css','wp-content/plugins/elementor/assets/css/widget-text-editor.min.css'),(753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css'),(754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-toggle.min.css','wp-content/plugins/elementor/assets/css/widget-toggle.min.css'),(755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css'),(756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/css/widget-video.min.css','wp-content/plugins/elementor/assets/css/widget-video.min.css'),(757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/data/responsive-widgets.json','wp-content/plugins/elementor/assets/data/responsive-widgets.json'),(758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/announcement.png','wp-content/plugins/elementor/assets/images/announcement.png'),(759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg','wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg'),(760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg','wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg'),(761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg','wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg'),(762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg','wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg'),(763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg','wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg'),(764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg','wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg'),(765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg','wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg'),(766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg','wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg'),(767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg','wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg'),(768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/header.svg','wp-content/plugins/elementor/assets/images/app/site-editor/header.svg'),(769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/product.svg','wp-content/plugins/elementor/assets/images/app/site-editor/product.svg'),(770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/products.svg','wp-content/plugins/elementor/assets/images/app/site-editor/products.svg'),(771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg','wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg'),(772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg','wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg'),(773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg','wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg'),(774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/blur.png','wp-content/plugins/elementor/assets/images/blur.png'),(775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/containers-announcement.png','wp-content/plugins/elementor/assets/images/containers-announcement.png'),(776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/contrast.png','wp-content/plugins/elementor/assets/images/contrast.png'),(777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/eyedropper.svg','wp-content/plugins/elementor/assets/images/eyedropper.svg'),(778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg','wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg'),(779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/go-pro.svg','wp-content/plugins/elementor/assets/images/go-pro.svg'),(780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/information.svg','wp-content/plugins/elementor/assets/images/information.svg'),(781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/library-connect/left-1.png','wp-content/plugins/elementor/assets/images/library-connect/left-1.png'),(782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/library-connect/left-2.png','wp-content/plugins/elementor/assets/images/library-connect/left-2.png'),(783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/library-connect/right-1.png','wp-content/plugins/elementor/assets/images/library-connect/right-1.png'),(784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/library-connect/right-2.png','wp-content/plugins/elementor/assets/images/library-connect/right-2.png'),(785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/logo-icon.png','wp-content/plugins/elementor/assets/images/logo-icon.png'),(786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/logo-panel.svg','wp-content/plugins/elementor/assets/images/logo-panel.svg'),(787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/logo-platform.svg','wp-content/plugins/elementor/assets/images/logo-platform.svg'),(788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/no-search-results.svg','wp-content/plugins/elementor/assets/images/no-search-results.svg'),(789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/placeholder.png','wp-content/plugins/elementor/assets/images/placeholder.png'),(790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/images/unlock-sticky.svg','wp-content/plugins/elementor/assets/images/unlock-sticky.svg'),(791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/0e842fae60df2bcb2a30.bundle.min.js','wp-content/plugins/elementor/assets/js/0e842fae60df2bcb2a30.bundle.min.js'),(792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/152486453d0e39071cdb.bundle.js','wp-content/plugins/elementor/assets/js/152486453d0e39071cdb.bundle.js'),(793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/2f08057553c95b827d30.bundle.min.js','wp-content/plugins/elementor/assets/js/2f08057553c95b827d30.bundle.min.js'),(794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/343f4c6fd2ee68785472.bundle.min.js','wp-content/plugins/elementor/assets/js/343f4c6fd2ee68785472.bundle.min.js'),(795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/46e544e5863270fc32f2.bundle.js','wp-content/plugins/elementor/assets/js/46e544e5863270fc32f2.bundle.js'),(796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/4748df03726015eef04f.bundle.min.js','wp-content/plugins/elementor/assets/js/4748df03726015eef04f.bundle.min.js'),(797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/5975ee58d21883e10a11.bundle.min.js','wp-content/plugins/elementor/assets/js/5975ee58d21883e10a11.bundle.min.js'),(798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/5975ee58d21883e10a11.bundle.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/5975ee58d21883e10a11.bundle.min.js.LICENSE.txt'),(799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/7dc832afac0230c2012d.bundle.min.js','wp-content/plugins/elementor/assets/js/7dc832afac0230c2012d.bundle.min.js'),(800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/9c42cff515a6191fddaf.bundle.min.js','wp-content/plugins/elementor/assets/js/9c42cff515a6191fddaf.bundle.min.js'),(801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/a730ee9caa710006b307.bundle.js','wp-content/plugins/elementor/assets/js/a730ee9caa710006b307.bundle.js'),(802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js','wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js'),(803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/accordion.c16b88b2e8a0c50189bc.bundle.js','wp-content/plugins/elementor/assets/js/accordion.c16b88b2e8a0c50189bc.bundle.js'),(804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-feedback.js','wp-content/plugins/elementor/assets/js/admin-feedback.js'),(805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-feedback.min.js','wp-content/plugins/elementor/assets/js/admin-feedback.min.js'),(806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-modules.js','wp-content/plugins/elementor/assets/js/admin-modules.js'),(807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-modules.min.js','wp-content/plugins/elementor/assets/js/admin-modules.min.js'),(808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-modules.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/admin-modules.min.js.LICENSE.txt'),(809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-notifications.js','wp-content/plugins/elementor/assets/js/admin-notifications.js'),(810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-notifications.min.js','wp-content/plugins/elementor/assets/js/admin-notifications.min.js'),(811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-top-bar.js','wp-content/plugins/elementor/assets/js/admin-top-bar.js'),(812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin-top-bar.min.js','wp-content/plugins/elementor/assets/js/admin-top-bar.min.js'),(813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin.js','wp-content/plugins/elementor/assets/js/admin.js'),(814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin.min.js','wp-content/plugins/elementor/assets/js/admin.min.js'),(815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt'),(816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-admin.js','wp-content/plugins/elementor/assets/js/ai-admin.js'),(817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-admin.min.js','wp-content/plugins/elementor/assets/js/ai-admin.min.js'),(818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-admin.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/ai-admin.min.js.LICENSE.txt'),(819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-gutenberg.js','wp-content/plugins/elementor/assets/js/ai-gutenberg.js'),(820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js','wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js'),(821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js.LICENSE.txt'),(822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-layout.js','wp-content/plugins/elementor/assets/js/ai-layout.js'),(823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-layout.min.js','wp-content/plugins/elementor/assets/js/ai-layout.min.js'),(824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-layout.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/ai-layout.min.js.LICENSE.txt'),(825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-media-library.js','wp-content/plugins/elementor/assets/js/ai-media-library.js'),(826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-media-library.min.js','wp-content/plugins/elementor/assets/js/ai-media-library.min.js'),(827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai-media-library.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/ai-media-library.min.js.LICENSE.txt'),(828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai.js','wp-content/plugins/elementor/assets/js/ai.js'),(829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai.min.js','wp-content/plugins/elementor/assets/js/ai.min.js'),(830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt'),(831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/alert.c3c6a3fdf4745bd26b7f.bundle.js','wp-content/plugins/elementor/assets/js/alert.c3c6a3fdf4745bd26b7f.bundle.js'),(832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js','wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js'),(833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/announcements-app.js','wp-content/plugins/elementor/assets/js/announcements-app.js'),(834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/announcements-app.min.js','wp-content/plugins/elementor/assets/js/announcements-app.min.js'),(835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/announcements-app.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/announcements-app.min.js.LICENSE.txt'),(836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app-loader.js','wp-content/plugins/elementor/assets/js/app-loader.js'),(837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app-loader.min.js','wp-content/plugins/elementor/assets/js/app-loader.min.js'),(838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app-packages.js','wp-content/plugins/elementor/assets/js/app-packages.js'),(839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app-packages.min.js','wp-content/plugins/elementor/assets/js/app-packages.min.js'),(840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt'),(841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app.js','wp-content/plugins/elementor/assets/js/app.js'),(842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app.min.js','wp-content/plugins/elementor/assets/js/app.min.js'),(843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt'),(844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/b7931adecb98651a09c7.bundle.min.js','wp-content/plugins/elementor/assets/js/b7931adecb98651a09c7.bundle.min.js'),(845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/beta-tester.js','wp-content/plugins/elementor/assets/js/beta-tester.js'),(846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/beta-tester.min.js','wp-content/plugins/elementor/assets/js/beta-tester.min.js'),(847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/common-modules.js','wp-content/plugins/elementor/assets/js/common-modules.js'),(848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/common-modules.min.js','wp-content/plugins/elementor/assets/js/common-modules.min.js'),(849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/common.js','wp-content/plugins/elementor/assets/js/common.js'),(850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/common.min.js','wp-content/plugins/elementor/assets/js/common.min.js'),(851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt'),(852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/container-converter.js','wp-content/plugins/elementor/assets/js/container-converter.js'),(853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/container-converter.min.js','wp-content/plugins/elementor/assets/js/container-converter.min.js'),(854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/container.a7f0a15dfa05df34e1f7.bundle.js','wp-content/plugins/elementor/assets/js/container.a7f0a15dfa05df34e1f7.bundle.js'),(855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/container.c65a2a923085e1120e75.bundle.min.js','wp-content/plugins/elementor/assets/js/container.c65a2a923085e1120e75.bundle.min.js'),(856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js','wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js'),(857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/counter.3f74a246dff765f39aea.bundle.js','wp-content/plugins/elementor/assets/js/counter.3f74a246dff765f39aea.bundle.js'),(858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/dev-tools.js','wp-content/plugins/elementor/assets/js/dev-tools.js'),(859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/dev-tools.min.js','wp-content/plugins/elementor/assets/js/dev-tools.min.js'),(860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/e-home-screen.js','wp-content/plugins/elementor/assets/js/e-home-screen.js'),(861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/e-home-screen.min.js','wp-content/plugins/elementor/assets/js/e-home-screen.min.js'),(862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/e-home-screen.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/e-home-screen.min.js.LICENSE.txt'),(863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/e3f753621bf9be55ec4d.bundle.js','wp-content/plugins/elementor/assets/js/e3f753621bf9be55ec4d.bundle.js'),(864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/e8a7573e654d921656ab.bundle.js','wp-content/plugins/elementor/assets/js/e8a7573e654d921656ab.bundle.js'),(865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-document.js','wp-content/plugins/elementor/assets/js/editor-document.js'),(866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-document.min.js','wp-content/plugins/elementor/assets/js/editor-document.min.js'),(867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-environment-v2.js','wp-content/plugins/elementor/assets/js/editor-environment-v2.js'),(868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js','wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js'),(869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-loader-v1.js','wp-content/plugins/elementor/assets/js/editor-loader-v1.js'),(870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js','wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js'),(871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-loader-v2.js','wp-content/plugins/elementor/assets/js/editor-loader-v2.js'),(872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js','wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js'),(873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-modules.js','wp-content/plugins/elementor/assets/js/editor-modules.js'),(874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-modules.min.js','wp-content/plugins/elementor/assets/js/editor-modules.min.js'),(875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-modules.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/editor-modules.min.js.LICENSE.txt'),(876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-notifications.js','wp-content/plugins/elementor/assets/js/editor-notifications.js'),(877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor-notifications.min.js','wp-content/plugins/elementor/assets/js/editor-notifications.min.js'),(878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor.js','wp-content/plugins/elementor/assets/js/editor.js'),(879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor.min.js','wp-content/plugins/elementor/assets/js/editor.min.js'),(880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt'),(881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/element-manager-admin.js','wp-content/plugins/elementor/assets/js/element-manager-admin.js'),(882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/element-manager-admin.min.js','wp-content/plugins/elementor/assets/js/element-manager-admin.min.js'),(883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/element-manager-admin.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/element-manager-admin.min.js.LICENSE.txt'),(884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/elementor-admin-bar.js','wp-content/plugins/elementor/assets/js/elementor-admin-bar.js'),(885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js','wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js'),(886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/f45f06ab7bc79ea02cfc.bundle.js','wp-content/plugins/elementor/assets/js/f45f06ab7bc79ea02cfc.bundle.js'),(887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/f634673e5824ceb13f3d.bundle.js','wp-content/plugins/elementor/assets/js/f634673e5824ceb13f3d.bundle.js'),(888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/fa0cbd4c7b6a8ad83224.bundle.js','wp-content/plugins/elementor/assets/js/fa0cbd4c7b6a8ad83224.bundle.js'),(889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/fd6a00ae23a1bc2c6190.bundle.js','wp-content/plugins/elementor/assets/js/fd6a00ae23a1bc2c6190.bundle.js'),(890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/frontend-modules.js','wp-content/plugins/elementor/assets/js/frontend-modules.js'),(891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/frontend-modules.min.js','wp-content/plugins/elementor/assets/js/frontend-modules.min.js'),(892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/frontend.js','wp-content/plugins/elementor/assets/js/frontend.js'),(893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/frontend.min.js','wp-content/plugins/elementor/assets/js/frontend.min.js'),(894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/gutenberg.js','wp-content/plugins/elementor/assets/js/gutenberg.js'),(895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/gutenberg.min.js','wp-content/plugins/elementor/assets/js/gutenberg.min.js'),(896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/image-carousel.4455c6362492d9067512.bundle.min.js','wp-content/plugins/elementor/assets/js/image-carousel.4455c6362492d9067512.bundle.min.js'),(897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/image-carousel.9399f19d95d7300cbc2e.bundle.js','wp-content/plugins/elementor/assets/js/image-carousel.9399f19d95d7300cbc2e.bundle.js'),(898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/import-export-admin.js','wp-content/plugins/elementor/assets/js/import-export-admin.js'),(899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/import-export-admin.min.js','wp-content/plugins/elementor/assets/js/import-export-admin.min.js'),(900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js','wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js'),(901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js','wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js'),(902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt'),(903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/kit-library.1f8d31888dc9d19dd031.bundle.min.js','wp-content/plugins/elementor/assets/js/kit-library.1f8d31888dc9d19dd031.bundle.min.js'),(904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/kit-library.ac1a4cd5deae5526ce49.bundle.js','wp-content/plugins/elementor/assets/js/kit-library.ac1a4cd5deae5526ce49.bundle.js'),(905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/lightbox.26bf6b6c4232d8789c0e.bundle.min.js','wp-content/plugins/elementor/assets/js/lightbox.26bf6b6c4232d8789c0e.bundle.min.js'),(906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/lightbox.62507767544e8d455e1b.bundle.js','wp-content/plugins/elementor/assets/js/lightbox.62507767544e8d455e1b.bundle.js'),(907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/media-hints.js','wp-content/plugins/elementor/assets/js/media-hints.js'),(908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/media-hints.min.js','wp-content/plugins/elementor/assets/js/media-hints.min.js'),(909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-accordion.js','wp-content/plugins/elementor/assets/js/nested-accordion.js'),(910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-accordion.min.js','wp-content/plugins/elementor/assets/js/nested-accordion.min.js'),(911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-accordion.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/nested-accordion.min.js.LICENSE.txt'),(912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-elements.js','wp-content/plugins/elementor/assets/js/nested-elements.js'),(913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-elements.min.js','wp-content/plugins/elementor/assets/js/nested-elements.min.js'),(914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-tabs.js','wp-content/plugins/elementor/assets/js/nested-tabs.js'),(915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-tabs.min.js','wp-content/plugins/elementor/assets/js/nested-tabs.min.js'),(916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt'),(917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/new-template.js','wp-content/plugins/elementor/assets/js/new-template.js'),(918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/new-template.min.js','wp-content/plugins/elementor/assets/js/new-template.min.js'),(919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/notes.js','wp-content/plugins/elementor/assets/js/notes.js'),(920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/notes.min.js','wp-content/plugins/elementor/assets/js/notes.min.js'),(921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/onboarding.001cbdc1993cabe048db.bundle.js','wp-content/plugins/elementor/assets/js/onboarding.001cbdc1993cabe048db.bundle.js'),(922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/onboarding.026ae7e20c953c6cf3c3.bundle.min.js','wp-content/plugins/elementor/assets/js/onboarding.026ae7e20c953c6cf3c3.bundle.min.js'),(923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php','wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php'),(924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor/editor.js','wp-content/plugins/elementor/assets/js/packages/editor/editor.js'),(925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor/editor.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/editor/editor.js.LICENSE.txt'),(926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js','wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js'),(927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js','wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js'),(928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.asset.php','wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.asset.php'),(929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js','wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js'),(930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js.LICENSE.txt'),(931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.min.js','wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.min.js'),(932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.strings.js','wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.strings.js'),(933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.asset.php','wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.asset.php'),(934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js','wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js'),(935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.js.LICENSE.txt'),(936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.min.js','wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.min.js'),(937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.strings.js','wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui/editor-app-bar-ui.strings.js'),(938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.asset.php','wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.asset.php'),(939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js','wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js'),(940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js.LICENSE.txt'),(941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.min.js','wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.min.js'),(942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.strings.js','wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.strings.js'),(943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.asset.php','wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.asset.php'),(944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js','wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js'),(945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js.LICENSE.txt'),(946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.min.js','wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.min.js'),(947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.strings.js','wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.strings.js'),(948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.asset.php','wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.asset.php'),(949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js','wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js'),(950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js.LICENSE.txt'),(951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.min.js','wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.min.js'),(952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.strings.js','wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.strings.js'),(953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.asset.php','wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.asset.php'),(954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js','wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js'),(955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js.LICENSE.txt'),(956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.min.js','wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.min.js'),(957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.strings.js','wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.strings.js'),(958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.asset.php','wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.asset.php'),(959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js','wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js'),(960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js.LICENSE.txt'),(961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.min.js','wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.min.js'),(962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.strings.js','wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.strings.js'),(963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/env/env.asset.php','wp-content/plugins/elementor/assets/js/packages/env/env.asset.php'),(964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/env/env.js','wp-content/plugins/elementor/assets/js/packages/env/env.js'),(965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/env/env.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/env/env.js.LICENSE.txt'),(966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/env/env.min.js','wp-content/plugins/elementor/assets/js/packages/env/env.min.js'),(967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/env/env.strings.js','wp-content/plugins/elementor/assets/js/packages/env/env.strings.js'),(968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php','wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php'),(969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/icons/icons.js','wp-content/plugins/elementor/assets/js/packages/icons/icons.js'),(970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/icons/icons.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/icons/icons.js.LICENSE.txt'),(971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js','wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js'),(972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js','wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js'),(973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php','wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php'),(974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/locations/locations.js','wp-content/plugins/elementor/assets/js/packages/locations/locations.js'),(975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/locations/locations.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/locations/locations.js.LICENSE.txt'),(976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js','wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js'),(977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js','wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js'),(978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/query/query.asset.php','wp-content/plugins/elementor/assets/js/packages/query/query.asset.php'),(979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/query/query.js','wp-content/plugins/elementor/assets/js/packages/query/query.js'),(980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/query/query.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/query/query.js.LICENSE.txt'),(981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/query/query.min.js','wp-content/plugins/elementor/assets/js/packages/query/query.min.js'),(982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/query/query.strings.js','wp-content/plugins/elementor/assets/js/packages/query/query.strings.js'),(983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/store/store.asset.php','wp-content/plugins/elementor/assets/js/packages/store/store.asset.php'),(984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/store/store.js','wp-content/plugins/elementor/assets/js/packages/store/store.js'),(985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/store/store.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/store/store.js.LICENSE.txt'),(986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/store/store.min.js','wp-content/plugins/elementor/assets/js/packages/store/store.min.js'),(987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/store/store.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/store/store.min.js.LICENSE.txt'),(988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/store/store.strings.js','wp-content/plugins/elementor/assets/js/packages/store/store.strings.js'),(989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php','wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php'),(990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/ui/ui.js','wp-content/plugins/elementor/assets/js/packages/ui/ui.js'),(991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/ui/ui.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/ui/ui.js.LICENSE.txt'),(992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js','wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js'),(993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js.LICENSE.txt'),(994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js','wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js'),(995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/progress.6d15c16f0f5c4792940f.bundle.js','wp-content/plugins/elementor/assets/js/progress.6d15c16f0f5c4792940f.bundle.js'),(996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/progress.985f012a6336ab21cb44.bundle.min.js','wp-content/plugins/elementor/assets/js/progress.985f012a6336ab21cb44.bundle.min.js'),(997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/responsive-bar.js','wp-content/plugins/elementor/assets/js/responsive-bar.js'),(998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/responsive-bar.min.js','wp-content/plugins/elementor/assets/js/responsive-bar.min.js'),(999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js','wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js'),(1000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js','wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js'),(1001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js.LICENSE.txt'),(1002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/styleguide.js','wp-content/plugins/elementor/assets/js/styleguide.js'),(1003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/styleguide.min.js','wp-content/plugins/elementor/assets/js/styleguide.min.js'),(1004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/tabs.520bc2ed4560c561029e.bundle.js','wp-content/plugins/elementor/assets/js/tabs.520bc2ed4560c561029e.bundle.js'),(1005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js','wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js'),(1006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js','wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js'),(1007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/text-editor.2f2f7e0ea1e16387a004.bundle.js','wp-content/plugins/elementor/assets/js/text-editor.2f2f7e0ea1e16387a004.bundle.js'),(1008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/text-path.2bc8a9cd0e50cf1a5a9c.bundle.min.js','wp-content/plugins/elementor/assets/js/text-path.2bc8a9cd0e50cf1a5a9c.bundle.min.js'),(1009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/text-path.2bc8a9cd0e50cf1a5a9c.bundle.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/text-path.2bc8a9cd0e50cf1a5a9c.bundle.min.js.LICENSE.txt'),(1010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/text-path.fa44919c1abfe9244186.bundle.js','wp-content/plugins/elementor/assets/js/text-path.fa44919c1abfe9244186.bundle.js'),(1011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js','wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js'),(1012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/toggle.d79746a764407a0828ee.bundle.js','wp-content/plugins/elementor/assets/js/toggle.d79746a764407a0828ee.bundle.js'),(1013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/video.78c625e89ab767d621c5.bundle.min.js','wp-content/plugins/elementor/assets/js/video.78c625e89ab767d621c5.bundle.min.js'),(1014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/video.817bd6a65a1542503aac.bundle.js','wp-content/plugins/elementor/assets/js/video.817bd6a65a1542503aac.bundle.js'),(1015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/web-cli.js','wp-content/plugins/elementor/assets/js/web-cli.js'),(1016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/web-cli.min.js','wp-content/plugins/elementor/assets/js/web-cli.min.js'),(1017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt'),(1018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/webpack.runtime.js','wp-content/plugins/elementor/assets/js/webpack.runtime.js'),(1019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js','wp-content/plugins/elementor/assets/js/webpack.runtime.min.js'),(1020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js','wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js'),(1021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/js/wp-audio.b8efdc046bc9df72a075.bundle.js','wp-content/plugins/elementor/assets/js/wp-audio.b8efdc046bc9df72a075.bundle.js'),(1022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json','wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json'),(1023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/animate.css/animate.css','wp-content/plugins/elementor/assets/lib/animate.css/animate.css'),(1024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css','wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css'),(1025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/animations/animations.min.css','wp-content/plugins/elementor/assets/lib/animations/animations.min.css'),(1026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js','wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js'),(1027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js','wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js'),(1028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js','wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js'),(1029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js','wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js'),(1030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js','wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js'),(1031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/dialog/dialog.js','wp-content/plugins/elementor/assets/lib/dialog/dialog.js'),(1032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js','wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js'),(1033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css','wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css'),(1034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css','wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css'),(1035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js','wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js'),(1036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js','wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js'),(1037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css','wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css'),(1038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css','wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css'),(1039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js','wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js'),(1040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js','wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js'),(1041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css','wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css'),(1042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css','wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css'),(1043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/eicons.json','wp-content/plugins/elementor/assets/lib/eicons/eicons.json'),(1044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot'),(1045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg'),(1046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf'),(1047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff'),(1048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2'),(1049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css'),(1050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js'),(1051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css'),(1052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js'),(1053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css'),(1054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css'),(1055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css'),(1056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css'),(1057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css'),(1058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css'),(1059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css'),(1060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css'),(1061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css'),(1062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css'),(1063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css'),(1064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css'),(1065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css'),(1066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css'),(1067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css'),(1068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css'),(1069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf'),(1070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot'),(1071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg'),(1072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf'),(1073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff'),(1074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2'),(1075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js','wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js'),(1076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js','wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js'),(1077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js','wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js'),(1078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js','wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js'),(1079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js','wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js'),(1080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json','wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json'),(1081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json','wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json'),(1082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json','wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json'),(1083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js','wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js'),(1084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot'),(1085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg'),(1086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf'),(1087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff'),(1088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2'),(1089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot'),(1090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg'),(1091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf'),(1092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff'),(1093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2'),(1094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot'),(1095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg'),(1096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf'),(1097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff'),(1098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2'),(1099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/hover/hover.css','wp-content/plugins/elementor/assets/lib/hover/hover.css'),(1100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/hover/hover.min.css','wp-content/plugins/elementor/assets/lib/hover/hover.min.css'),(1101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js','wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js'),(1102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js','wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js'),(1103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js','wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js'),(1104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js','wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js'),(1105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js','wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js'),(1106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js','wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js'),(1107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js','wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js'),(1108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js','wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js'),(1109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js','wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js'),(1110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js','wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js'),(1111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js','wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js'),(1112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js','wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js'),(1113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js','wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js'),(1114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js','wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js'),(1115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js','wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js'),(1116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js','wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js'),(1117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js','wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js'),(1118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css','wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css'),(1119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/share-link/share-link.js','wp-content/plugins/elementor/assets/lib/share-link/share-link.js'),(1120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js','wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js'),(1121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.css','wp-content/plugins/elementor/assets/lib/swiper/css/swiper.css'),(1122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css','wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css'),(1123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/swiper.js','wp-content/plugins/elementor/assets/lib/swiper/swiper.js'),(1124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js','wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js'),(1125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css','wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css'),(1126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css','wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css'),(1127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js','wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js'),(1128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js','wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js'),(1129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js','wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js'),(1130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js','wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js'),(1131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js','wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js'),(1132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js','wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js'),(1133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js','wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js'),(1134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/mask-shapes/blob.svg','wp-content/plugins/elementor/assets/mask-shapes/blob.svg'),(1135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/mask-shapes/circle.svg','wp-content/plugins/elementor/assets/mask-shapes/circle.svg'),(1136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/mask-shapes/flower.svg','wp-content/plugins/elementor/assets/mask-shapes/flower.svg'),(1137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg','wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg'),(1138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/mask-shapes/sketch.svg','wp-content/plugins/elementor/assets/mask-shapes/sketch.svg'),(1139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/mask-shapes/triangle.svg','wp-content/plugins/elementor/assets/mask-shapes/triangle.svg'),(1140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/arrow-negative.svg','wp-content/plugins/elementor/assets/shapes/arrow-negative.svg'),(1141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/arrow.svg','wp-content/plugins/elementor/assets/shapes/arrow.svg'),(1142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/book-negative.svg','wp-content/plugins/elementor/assets/shapes/book-negative.svg'),(1143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/book.svg','wp-content/plugins/elementor/assets/shapes/book.svg'),(1144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/clouds-negative.svg','wp-content/plugins/elementor/assets/shapes/clouds-negative.svg'),(1145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/clouds.svg','wp-content/plugins/elementor/assets/shapes/clouds.svg'),(1146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg','wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg'),(1147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg','wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg'),(1148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/curve-negative.svg','wp-content/plugins/elementor/assets/shapes/curve-negative.svg'),(1149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/curve.svg','wp-content/plugins/elementor/assets/shapes/curve.svg'),(1150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/drops-negative.svg','wp-content/plugins/elementor/assets/shapes/drops-negative.svg'),(1151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/drops.svg','wp-content/plugins/elementor/assets/shapes/drops.svg'),(1152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/mountains.svg','wp-content/plugins/elementor/assets/shapes/mountains.svg'),(1153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/opacity-fan.svg','wp-content/plugins/elementor/assets/shapes/opacity-fan.svg'),(1154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg','wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg'),(1155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg','wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg'),(1156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/pyramids.svg','wp-content/plugins/elementor/assets/shapes/pyramids.svg'),(1157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/split-negative.svg','wp-content/plugins/elementor/assets/shapes/split-negative.svg'),(1158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/split.svg','wp-content/plugins/elementor/assets/shapes/split.svg'),(1159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/tilt.svg','wp-content/plugins/elementor/assets/shapes/tilt.svg'),(1160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg','wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg'),(1161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg','wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg'),(1162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/triangle-negative.svg','wp-content/plugins/elementor/assets/shapes/triangle-negative.svg'),(1163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/triangle.svg','wp-content/plugins/elementor/assets/shapes/triangle.svg'),(1164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/wave-brush.svg','wp-content/plugins/elementor/assets/shapes/wave-brush.svg'),(1165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/waves-negative.svg','wp-content/plugins/elementor/assets/shapes/waves-negative.svg'),(1166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/waves-pattern.svg','wp-content/plugins/elementor/assets/shapes/waves-pattern.svg'),(1167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/waves.svg','wp-content/plugins/elementor/assets/shapes/waves.svg'),(1168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/shapes/zigzag.svg','wp-content/plugins/elementor/assets/shapes/zigzag.svg'),(1169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/svg-paths/arc.svg','wp-content/plugins/elementor/assets/svg-paths/arc.svg'),(1170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/svg-paths/circle.svg','wp-content/plugins/elementor/assets/svg-paths/circle.svg'),(1171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/svg-paths/line.svg','wp-content/plugins/elementor/assets/svg-paths/line.svg'),(1172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/svg-paths/oval.svg','wp-content/plugins/elementor/assets/svg-paths/oval.svg'),(1173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/svg-paths/spiral.svg','wp-content/plugins/elementor/assets/svg-paths/spiral.svg'),(1174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/assets/svg-paths/wave.svg','wp-content/plugins/elementor/assets/svg-paths/wave.svg'),(1175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/changelog.txt','wp-content/plugins/elementor/changelog.txt'),(1176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/admin-notices.php','wp-content/plugins/elementor/core/admin/admin-notices.php'),(1177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/admin.php','wp-content/plugins/elementor/core/admin/admin.php'),(1178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/canary-deployment.php','wp-content/plugins/elementor/core/admin/canary-deployment.php'),(1179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/feedback.php','wp-content/plugins/elementor/core/admin/feedback.php'),(1180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php','wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php'),(1181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/menu/base.php','wp-content/plugins/elementor/core/admin/menu/base.php'),(1182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-has-position.php','wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-has-position.php'),(1183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php','wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php'),(1184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php','wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php'),(1185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/menu/main.php','wp-content/plugins/elementor/core/admin/menu/main.php'),(1186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/notices/base-notice.php','wp-content/plugins/elementor/core/admin/notices/base-notice.php'),(1187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php','wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php'),(1188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/admin/ui/components/button.php','wp-content/plugins/elementor/core/admin/ui/components/button.php'),(1189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/app/app.php','wp-content/plugins/elementor/core/app/app.php'),(1190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/app/modules/import-export/module.php','wp-content/plugins/elementor/core/app/modules/import-export/module.php'),(1191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php','wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php'),(1192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/app/modules/kit-library/module.php','wp-content/plugins/elementor/core/app/modules/kit-library/module.php'),(1193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/app/modules/onboarding/module.php','wp-content/plugins/elementor/core/app/modules/onboarding/module.php'),(1194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/app.php','wp-content/plugins/elementor/core/base/app.php'),(1195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/background-process/wp-async-request.php','wp-content/plugins/elementor/core/base/background-process/wp-async-request.php'),(1196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/background-process/wp-background-process.php','wp-content/plugins/elementor/core/base/background-process/wp-background-process.php'),(1197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/background-task-manager.php','wp-content/plugins/elementor/core/base/background-task-manager.php'),(1198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/background-task.php','wp-content/plugins/elementor/core/base/background-task.php'),(1199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/base-object.php','wp-content/plugins/elementor/core/base/base-object.php'),(1200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/db-upgrades-manager.php','wp-content/plugins/elementor/core/base/db-upgrades-manager.php'),(1201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/document.php','wp-content/plugins/elementor/core/base/document.php'),(1202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php','wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php'),(1203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php','wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php'),(1204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/module.php','wp-content/plugins/elementor/core/base/module.php'),(1205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/providers/social-network-provider.php','wp-content/plugins/elementor/core/base/providers/social-network-provider.php'),(1206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/base/traits/shared-widget-controls-trait.php','wp-content/plugins/elementor/core/base/traits/shared-widget-controls-trait.php'),(1207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php','wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php'),(1208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/breakpoints/breakpoint.php','wp-content/plugins/elementor/core/breakpoints/breakpoint.php'),(1209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/breakpoints/manager.php','wp-content/plugins/elementor/core/breakpoints/manager.php'),(1210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/app.php','wp-content/plugins/elementor/core/common/app.php'),(1211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/ajax/module.php','wp-content/plugins/elementor/core/common/modules/ajax/module.php'),(1212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/admin.php','wp-content/plugins/elementor/core/common/modules/connect/admin.php'),(1213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php','wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php'),(1214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php','wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php'),(1215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php','wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php'),(1216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php','wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php'),(1217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/apps/library.php','wp-content/plugins/elementor/core/common/modules/connect/apps/library.php'),(1218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php','wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php'),(1219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/connect/module.php','wp-content/plugins/elementor/core/common/modules/connect/module.php'),(1220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php','wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php'),(1221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/event-tracker/db.php','wp-content/plugins/elementor/core/common/modules/event-tracker/db.php'),(1222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/event-tracker/module.php','wp-content/plugins/elementor/core/common/modules/event-tracker/module.php'),(1223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php','wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php'),(1224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/base-category.php','wp-content/plugins/elementor/core/common/modules/finder/base-category.php'),(1225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php','wp-content/plugins/elementor/core/common/modules/finder/categories/create.php'),(1226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php','wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php'),(1227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories/general.php','wp-content/plugins/elementor/core/common/modules/finder/categories/general.php'),(1228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php','wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php'),(1229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories/site.php','wp-content/plugins/elementor/core/common/modules/finder/categories/site.php'),(1230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php','wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php'),(1231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php','wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php'),(1232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/module.php','wp-content/plugins/elementor/core/common/modules/finder/module.php'),(1233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/common/modules/finder/template.php','wp-content/plugins/elementor/core/common/modules/finder/template.php'),(1234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/debug/classes/htaccess.php','wp-content/plugins/elementor/core/debug/classes/htaccess.php'),(1235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/debug/classes/inspection-base.php','wp-content/plugins/elementor/core/debug/classes/inspection-base.php'),(1236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/debug/classes/theme-missing.php','wp-content/plugins/elementor/core/debug/classes/theme-missing.php'),(1237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/debug/inspector.php','wp-content/plugins/elementor/core/debug/inspector.php'),(1238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/debug/loading-inspection-manager.php','wp-content/plugins/elementor/core/debug/loading-inspection-manager.php'),(1239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/document-types/page-base.php','wp-content/plugins/elementor/core/document-types/page-base.php'),(1240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/document-types/page.php','wp-content/plugins/elementor/core/document-types/page.php'),(1241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/document-types/post.php','wp-content/plugins/elementor/core/document-types/post.php'),(1242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/documents-manager.php','wp-content/plugins/elementor/core/documents-manager.php'),(1243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/dynamic-tags/base-tag.php','wp-content/plugins/elementor/core/dynamic-tags/base-tag.php'),(1244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/dynamic-tags/data-tag.php','wp-content/plugins/elementor/core/dynamic-tags/data-tag.php'),(1245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php','wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php'),(1246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/dynamic-tags/manager.php','wp-content/plugins/elementor/core/dynamic-tags/manager.php'),(1247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/dynamic-tags/tag.php','wp-content/plugins/elementor/core/dynamic-tags/tag.php'),(1248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/data/globals/controller.php','wp-content/plugins/elementor/core/editor/data/globals/controller.php'),(1249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php','wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php'),(1250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php','wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php'),(1251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php','wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php'),(1252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/editor.php','wp-content/plugins/elementor/core/editor/editor.php'),(1253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/common/editor-common-scripts-settings.php','wp-content/plugins/elementor/core/editor/loader/common/editor-common-scripts-settings.php'),(1254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php','wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php'),(1255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php','wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php'),(1256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php','wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php'),(1257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v1/editor-v1-loader.php','wp-content/plugins/elementor/core/editor/loader/v1/editor-v1-loader.php'),(1258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v1/js/editor-loader-v1.js','wp-content/plugins/elementor/core/editor/loader/v1/js/editor-loader-v1.js'),(1259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v1/templates/editor-body-v1.view.php','wp-content/plugins/elementor/core/editor/loader/v1/templates/editor-body-v1.view.php'),(1260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php','wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php'),(1261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v2/js/editor-environment-v2.js','wp-content/plugins/elementor/core/editor/loader/v2/js/editor-environment-v2.js'),(1262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v2/js/editor-loader-v2.js','wp-content/plugins/elementor/core/editor/loader/v2/js/editor-loader-v2.js'),(1263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-overrides.scss','wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-overrides.scss'),(1264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/loader/v2/templates/editor-body-v2.view.php','wp-content/plugins/elementor/core/editor/loader/v2/templates/editor-body-v2.view.php'),(1265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/notice-bar.php','wp-content/plugins/elementor/core/editor/notice-bar.php'),(1266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/editor/promotion.php','wp-content/plugins/elementor/core/editor/promotion.php'),(1267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php','wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php'),(1268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/experiments/experiments-reporter.php','wp-content/plugins/elementor/core/experiments/experiments-reporter.php'),(1269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/experiments/manager.php','wp-content/plugins/elementor/core/experiments/manager.php'),(1270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/experiments/non-existing-dependency.php','wp-content/plugins/elementor/core/experiments/non-existing-dependency.php'),(1271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/experiments/wp-cli.php','wp-content/plugins/elementor/core/experiments/wp-cli.php'),(1272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php','wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php'),(1273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/assets/files-upload-handler.php','wp-content/plugins/elementor/core/files/assets/files-upload-handler.php'),(1274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/assets/json/json-handler.php','wp-content/plugins/elementor/core/files/assets/json/json-handler.php'),(1275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/assets/manager.php','wp-content/plugins/elementor/core/files/assets/manager.php'),(1276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php','wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php'),(1277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/base.php','wp-content/plugins/elementor/core/files/base.php'),(1278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/css/base.php','wp-content/plugins/elementor/core/files/css/base.php'),(1279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/css/global-css.php','wp-content/plugins/elementor/core/files/css/global-css.php'),(1280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/css/post-local-cache.php','wp-content/plugins/elementor/core/files/css/post-local-cache.php'),(1281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/css/post-preview.php','wp-content/plugins/elementor/core/files/css/post-preview.php'),(1282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/css/post.php','wp-content/plugins/elementor/core/files/css/post.php'),(1283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/file-types/base.php','wp-content/plugins/elementor/core/files/file-types/base.php'),(1284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/file-types/json.php','wp-content/plugins/elementor/core/files/file-types/json.php'),(1285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/file-types/svg.php','wp-content/plugins/elementor/core/files/file-types/svg.php'),(1286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/file-types/zip.php','wp-content/plugins/elementor/core/files/file-types/zip.php'),(1287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/manager.php','wp-content/plugins/elementor/core/files/manager.php'),(1288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/files/uploads-manager.php','wp-content/plugins/elementor/core/files/uploads-manager.php'),(1289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/frontend/performance.php','wp-content/plugins/elementor/core/frontend/performance.php'),(1290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/frontend/render-mode-manager.php','wp-content/plugins/elementor/core/frontend/render-mode-manager.php'),(1291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php','wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php'),(1292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php','wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php'),(1293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/isolation/plugin-status-adapter-interface.php','wp-content/plugins/elementor/core/isolation/plugin-status-adapter-interface.php'),(1294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/isolation/plugin-status-adapter.php','wp-content/plugins/elementor/core/isolation/plugin-status-adapter.php'),(1295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/isolation/wordpress-adapter-interface.php','wp-content/plugins/elementor/core/isolation/wordpress-adapter-interface.php'),(1296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/isolation/wordpress-adapter.php','wp-content/plugins/elementor/core/isolation/wordpress-adapter.php'),(1297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/controls/repeater.php','wp-content/plugins/elementor/core/kits/controls/repeater.php'),(1298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/kit.php','wp-content/plugins/elementor/core/kits/documents/kit.php'),(1299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php','wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php'),(1300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php','wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php'),(1301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php','wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php'),(1302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php','wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php'),(1303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php','wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php'),(1304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php','wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php'),(1305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php','wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php'),(1306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php','wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php'),(1307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php','wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php'),(1308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php'),(1309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php'),(1310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php'),(1311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php'),(1312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/manager.php','wp-content/plugins/elementor/core/kits/manager.php'),(1313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/views/panel.php','wp-content/plugins/elementor/core/kits/views/panel.php'),(1314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php','wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php'),(1315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/items/base.php','wp-content/plugins/elementor/core/logger/items/base.php'),(1316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/items/file.php','wp-content/plugins/elementor/core/logger/items/file.php'),(1317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/items/js.php','wp-content/plugins/elementor/core/logger/items/js.php'),(1318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/items/log-item-interface.php','wp-content/plugins/elementor/core/logger/items/log-item-interface.php'),(1319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/items/php.php','wp-content/plugins/elementor/core/logger/items/php.php'),(1320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/log-reporter.php','wp-content/plugins/elementor/core/logger/log-reporter.php'),(1321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/loggers/base.php','wp-content/plugins/elementor/core/logger/loggers/base.php'),(1322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/loggers/db.php','wp-content/plugins/elementor/core/logger/loggers/db.php'),(1323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/loggers/logger-interface.php','wp-content/plugins/elementor/core/logger/loggers/logger-interface.php'),(1324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/logger/manager.php','wp-content/plugins/elementor/core/logger/manager.php'),(1325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/modules-manager.php','wp-content/plugins/elementor/core/modules-manager.php'),(1326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/base.php','wp-content/plugins/elementor/core/page-assets/data-managers/base.php'),(1327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php'),(1328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php'),(1329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php'),(1330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php'),(1331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php','wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php'),(1332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php','wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php'),(1333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/page-assets/loader.php','wp-content/plugins/elementor/core/page-assets/loader.php'),(1334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/responsive/files/frontend.php','wp-content/plugins/elementor/core/responsive/files/frontend.php'),(1335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/responsive/responsive.php','wp-content/plugins/elementor/core/responsive/responsive.php'),(1336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php','wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php'),(1337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/role-manager/role-manager.php','wp-content/plugins/elementor/core/role-manager/role-manager.php'),(1338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/schemes/color.php','wp-content/plugins/elementor/core/schemes/color.php'),(1339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/schemes/manager.php','wp-content/plugins/elementor/core/schemes/manager.php'),(1340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/schemes/typography.php','wp-content/plugins/elementor/core/schemes/typography.php'),(1341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/base/css-manager.php','wp-content/plugins/elementor/core/settings/base/css-manager.php'),(1342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/base/css-model.php','wp-content/plugins/elementor/core/settings/base/css-model.php'),(1343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/base/manager.php','wp-content/plugins/elementor/core/settings/base/manager.php'),(1344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/base/model.php','wp-content/plugins/elementor/core/settings/base/model.php'),(1345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/editor-preferences/manager.php','wp-content/plugins/elementor/core/settings/editor-preferences/manager.php'),(1346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/editor-preferences/model.php','wp-content/plugins/elementor/core/settings/editor-preferences/model.php'),(1347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/general/manager.php','wp-content/plugins/elementor/core/settings/general/manager.php'),(1348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/general/model.php','wp-content/plugins/elementor/core/settings/general/model.php'),(1349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/manager.php','wp-content/plugins/elementor/core/settings/manager.php'),(1350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/page/manager.php','wp-content/plugins/elementor/core/settings/page/manager.php'),(1351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/settings/page/model.php','wp-content/plugins/elementor/core/settings/page/model.php'),(1352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php','wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php'),(1353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/custom-tasks.php','wp-content/plugins/elementor/core/upgrade/custom-tasks.php'),(1354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/manager.php','wp-content/plugins/elementor/core/upgrade/manager.php'),(1355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/task.php','wp-content/plugins/elementor/core/upgrade/task.php'),(1356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/updater.php','wp-content/plugins/elementor/core/upgrade/updater.php'),(1357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/upgrade-utils.php','wp-content/plugins/elementor/core/upgrade/upgrade-utils.php'),(1358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/upgrade/upgrades.php','wp-content/plugins/elementor/core/upgrade/upgrades.php'),(1359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/assets-config-provider.php','wp-content/plugins/elementor/core/utils/assets-config-provider.php'),(1360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/assets-translation-loader.php','wp-content/plugins/elementor/core/utils/assets-translation-loader.php'),(1361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/collection.php','wp-content/plugins/elementor/core/utils/collection.php'),(1362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/exceptions.php','wp-content/plugins/elementor/core/utils/exceptions.php'),(1363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/force-locale.php','wp-content/plugins/elementor/core/utils/force-locale.php'),(1364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/hints.php','wp-content/plugins/elementor/core/utils/hints.php'),(1365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/http.php','wp-content/plugins/elementor/core/utils/http.php'),(1366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php'),(1367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php'),(1368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php'),(1369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php'),(1370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/url.php','wp-content/plugins/elementor/core/utils/import-export/url.php'),(1371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php','wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php'),(1372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/import-export/wp-import.php','wp-content/plugins/elementor/core/utils/import-export/wp-import.php'),(1373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/plugins-manager.php','wp-content/plugins/elementor/core/utils/plugins-manager.php'),(1374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php','wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php'),(1375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/static-collection.php','wp-content/plugins/elementor/core/utils/static-collection.php'),(1376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/str.php','wp-content/plugins/elementor/core/utils/str.php'),(1377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php','wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php'),(1378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/utils/version.php','wp-content/plugins/elementor/core/utils/version.php'),(1379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/core/wp-api.php','wp-content/plugins/elementor/core/wp-api.php'),(1380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/base/controller.php','wp-content/plugins/elementor/data/base/controller.php'),(1381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/base/endpoint.php','wp-content/plugins/elementor/data/base/endpoint.php'),(1382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/base/processor/after.php','wp-content/plugins/elementor/data/base/processor/after.php'),(1383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/base/processor/before.php','wp-content/plugins/elementor/data/base/processor/before.php'),(1384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/base/processor.php','wp-content/plugins/elementor/data/base/processor.php'),(1385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/base/sub-endpoint.php','wp-content/plugins/elementor/data/base/sub-endpoint.php'),(1386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/manager.php','wp-content/plugins/elementor/data/manager.php'),(1387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/base-route.php','wp-content/plugins/elementor/data/v2/base/base-route.php'),(1388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/controller.php','wp-content/plugins/elementor/data/v2/base/controller.php'),(1389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php','wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php'),(1390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php','wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php'),(1391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/endpoint/index.php','wp-content/plugins/elementor/data/v2/base/endpoint/index.php'),(1392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/endpoint.php','wp-content/plugins/elementor/data/v2/base/endpoint.php'),(1393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php','wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php'),(1394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php','wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php'),(1395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php','wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php'),(1396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php','wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php'),(1397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/processor/after.php','wp-content/plugins/elementor/data/v2/base/processor/after.php'),(1398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/processor/before.php','wp-content/plugins/elementor/data/v2/base/processor/before.php'),(1399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/base/processor.php','wp-content/plugins/elementor/data/v2/base/processor.php'),(1400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/data/v2/manager.php','wp-content/plugins/elementor/data/v2/manager.php'),(1401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/elementor.php','wp-content/plugins/elementor/elementor.php'),(1402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/admin-templates/beta-tester.php','wp-content/plugins/elementor/includes/admin-templates/beta-tester.php'),(1403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/admin-templates/new-template.php','wp-content/plugins/elementor/includes/admin-templates/new-template.php'),(1404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/api.php','wp-content/plugins/elementor/includes/api.php'),(1405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/autoloader.php','wp-content/plugins/elementor/includes/autoloader.php'),(1406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/base/controls-stack.php','wp-content/plugins/elementor/includes/base/controls-stack.php'),(1407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/base/element-base.php','wp-content/plugins/elementor/includes/base/element-base.php'),(1408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/base/skin-base.php','wp-content/plugins/elementor/includes/base/skin-base.php'),(1409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/base/sub-controls-stack.php','wp-content/plugins/elementor/includes/base/sub-controls-stack.php'),(1410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/base/widget-base.php','wp-content/plugins/elementor/includes/base/widget-base.php'),(1411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/beta-testers.php','wp-content/plugins/elementor/includes/beta-testers.php'),(1412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/compatibility.php','wp-content/plugins/elementor/includes/compatibility.php'),(1413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/conditions.php','wp-content/plugins/elementor/includes/conditions.php'),(1414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/alert.php','wp-content/plugins/elementor/includes/controls/alert.php'),(1415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/animation.php','wp-content/plugins/elementor/includes/controls/animation.php'),(1416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/base-data.php','wp-content/plugins/elementor/includes/controls/base-data.php'),(1417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/base-icon-font.php','wp-content/plugins/elementor/includes/controls/base-icon-font.php'),(1418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/base-multiple.php','wp-content/plugins/elementor/includes/controls/base-multiple.php'),(1419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/base-ui.php','wp-content/plugins/elementor/includes/controls/base-ui.php'),(1420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/base-units.php','wp-content/plugins/elementor/includes/controls/base-units.php'),(1421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/base.php','wp-content/plugins/elementor/includes/controls/base.php'),(1422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/box-shadow.php','wp-content/plugins/elementor/includes/controls/box-shadow.php'),(1423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/button.php','wp-content/plugins/elementor/includes/controls/button.php'),(1424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/choose.php','wp-content/plugins/elementor/includes/controls/choose.php'),(1425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/code.php','wp-content/plugins/elementor/includes/controls/code.php'),(1426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/color.php','wp-content/plugins/elementor/includes/controls/color.php'),(1427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/date-time.php','wp-content/plugins/elementor/includes/controls/date-time.php'),(1428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/deprecated-notice.php','wp-content/plugins/elementor/includes/controls/deprecated-notice.php'),(1429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/dimensions.php','wp-content/plugins/elementor/includes/controls/dimensions.php'),(1430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/divider.php','wp-content/plugins/elementor/includes/controls/divider.php'),(1431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/exit-animation.php','wp-content/plugins/elementor/includes/controls/exit-animation.php'),(1432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/font.php','wp-content/plugins/elementor/includes/controls/font.php'),(1433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/gallery.php','wp-content/plugins/elementor/includes/controls/gallery.php'),(1434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/gaps.php','wp-content/plugins/elementor/includes/controls/gaps.php'),(1435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/background.php','wp-content/plugins/elementor/includes/controls/groups/background.php'),(1436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/base.php','wp-content/plugins/elementor/includes/controls/groups/base.php'),(1437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/border.php','wp-content/plugins/elementor/includes/controls/groups/border.php'),(1438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/box-shadow.php','wp-content/plugins/elementor/includes/controls/groups/box-shadow.php'),(1439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/css-filter.php','wp-content/plugins/elementor/includes/controls/groups/css-filter.php'),(1440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/flex-container.php','wp-content/plugins/elementor/includes/controls/groups/flex-container.php'),(1441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/flex-item.php','wp-content/plugins/elementor/includes/controls/groups/flex-item.php'),(1442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/grid-container.php','wp-content/plugins/elementor/includes/controls/groups/grid-container.php'),(1443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/image-size.php','wp-content/plugins/elementor/includes/controls/groups/image-size.php'),(1444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/text-shadow.php','wp-content/plugins/elementor/includes/controls/groups/text-shadow.php'),(1445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/text-stroke.php','wp-content/plugins/elementor/includes/controls/groups/text-stroke.php'),(1446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/groups/typography.php','wp-content/plugins/elementor/includes/controls/groups/typography.php'),(1447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/heading.php','wp-content/plugins/elementor/includes/controls/heading.php'),(1448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/hidden.php','wp-content/plugins/elementor/includes/controls/hidden.php'),(1449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/hover-animation.php','wp-content/plugins/elementor/includes/controls/hover-animation.php'),(1450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/icon.php','wp-content/plugins/elementor/includes/controls/icon.php'),(1451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/icons.php','wp-content/plugins/elementor/includes/controls/icons.php'),(1452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/image-dimensions.php','wp-content/plugins/elementor/includes/controls/image-dimensions.php'),(1453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/media.php','wp-content/plugins/elementor/includes/controls/media.php'),(1454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/notice.php','wp-content/plugins/elementor/includes/controls/notice.php'),(1455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/number.php','wp-content/plugins/elementor/includes/controls/number.php'),(1456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/popover-toggle.php','wp-content/plugins/elementor/includes/controls/popover-toggle.php'),(1457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/raw-html.php','wp-content/plugins/elementor/includes/controls/raw-html.php'),(1458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/repeater.php','wp-content/plugins/elementor/includes/controls/repeater.php'),(1459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/section.php','wp-content/plugins/elementor/includes/controls/section.php'),(1460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/select.php','wp-content/plugins/elementor/includes/controls/select.php'),(1461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/select2.php','wp-content/plugins/elementor/includes/controls/select2.php'),(1462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/slider.php','wp-content/plugins/elementor/includes/controls/slider.php'),(1463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/structure.php','wp-content/plugins/elementor/includes/controls/structure.php'),(1464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/switcher.php','wp-content/plugins/elementor/includes/controls/switcher.php'),(1465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/tab.php','wp-content/plugins/elementor/includes/controls/tab.php'),(1466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/tabs.php','wp-content/plugins/elementor/includes/controls/tabs.php'),(1467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/text-shadow.php','wp-content/plugins/elementor/includes/controls/text-shadow.php'),(1468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/text.php','wp-content/plugins/elementor/includes/controls/text.php'),(1469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/textarea.php','wp-content/plugins/elementor/includes/controls/textarea.php'),(1470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/url.php','wp-content/plugins/elementor/includes/controls/url.php'),(1471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/wp-widget.php','wp-content/plugins/elementor/includes/controls/wp-widget.php'),(1472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/controls/wysiwyg.php','wp-content/plugins/elementor/includes/controls/wysiwyg.php'),(1473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/db.php','wp-content/plugins/elementor/includes/db.php'),(1474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php','wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php'),(1475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/global.php','wp-content/plugins/elementor/includes/editor-templates/global.php'),(1476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/hotkeys.php','wp-content/plugins/elementor/includes/editor-templates/hotkeys.php'),(1477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/library-layout.php','wp-content/plugins/elementor/includes/editor-templates/library-layout.php'),(1478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/navigator.php','wp-content/plugins/elementor/includes/editor-templates/navigator.php'),(1479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/panel-elements.php','wp-content/plugins/elementor/includes/editor-templates/panel-elements.php'),(1480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/panel.php','wp-content/plugins/elementor/includes/editor-templates/panel.php'),(1481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/repeater.php','wp-content/plugins/elementor/includes/editor-templates/repeater.php'),(1482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php','wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php'),(1483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/editor-templates/templates.php','wp-content/plugins/elementor/includes/editor-templates/templates.php'),(1484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/elements/column.php','wp-content/plugins/elementor/includes/elements/column.php'),(1485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/elements/container.php','wp-content/plugins/elementor/includes/elements/container.php'),(1486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/elements/repeater.php','wp-content/plugins/elementor/includes/elements/repeater.php'),(1487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/elements/section.php','wp-content/plugins/elementor/includes/elements/section.php'),(1488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/embed.php','wp-content/plugins/elementor/includes/embed.php'),(1489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/fonts.php','wp-content/plugins/elementor/includes/fonts.php'),(1490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/frontend.php','wp-content/plugins/elementor/includes/frontend.php'),(1491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/heartbeat.php','wp-content/plugins/elementor/includes/heartbeat.php'),(1492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/interfaces/group-control.php','wp-content/plugins/elementor/includes/interfaces/group-control.php'),(1493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/interfaces/has-validation.php','wp-content/plugins/elementor/includes/interfaces/has-validation.php'),(1494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php','wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php'),(1495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php','wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php'),(1496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php','wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php'),(1497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/maintenance-mode.php','wp-content/plugins/elementor/includes/maintenance-mode.php'),(1498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/maintenance.php','wp-content/plugins/elementor/includes/maintenance.php'),(1499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/controls.php','wp-content/plugins/elementor/includes/managers/controls.php'),(1500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/elements.php','wp-content/plugins/elementor/includes/managers/elements.php'),(1501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/icons.php','wp-content/plugins/elementor/includes/managers/icons.php'),(1502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/image.php','wp-content/plugins/elementor/includes/managers/image.php'),(1503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/skins.php','wp-content/plugins/elementor/includes/managers/skins.php'),(1504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/widgets.php','wp-content/plugins/elementor/includes/managers/widgets.php'),(1505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/managers/wordpress-widgets.php','wp-content/plugins/elementor/includes/managers/wordpress-widgets.php'),(1506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/plugin.php','wp-content/plugins/elementor/includes/plugin.php'),(1507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/preview.php','wp-content/plugins/elementor/includes/preview.php'),(1508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/rollback.php','wp-content/plugins/elementor/includes/rollback.php'),(1509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php','wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php'),(1510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php','wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php'),(1511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php','wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php'),(1512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/admin-menu-items/tools-menu-item.php','wp-content/plugins/elementor/includes/settings/admin-menu-items/tools-menu-item.php'),(1513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/controls.php','wp-content/plugins/elementor/includes/settings/controls.php'),(1514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/settings-page.php','wp-content/plugins/elementor/includes/settings/settings-page.php'),(1515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/settings.php','wp-content/plugins/elementor/includes/settings/settings.php'),(1516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/tools.php','wp-content/plugins/elementor/includes/settings/tools.php'),(1517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/settings/validations.php','wp-content/plugins/elementor/includes/settings/validations.php'),(1518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/shapes.php','wp-content/plugins/elementor/includes/shapes.php'),(1519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/stylesheet.php','wp-content/plugins/elementor/includes/stylesheet.php'),(1520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php','wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php'),(1521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/data/controller.php','wp-content/plugins/elementor/includes/template-library/data/controller.php'),(1522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php','wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php'),(1523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php','wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php'),(1524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/manager.php','wp-content/plugins/elementor/includes/template-library/manager.php'),(1525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php','wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php'),(1526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php','wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php'),(1527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php','wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php'),(1528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/sources/base.php','wp-content/plugins/elementor/includes/template-library/sources/base.php'),(1529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/sources/local.php','wp-content/plugins/elementor/includes/template-library/sources/local.php'),(1530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/template-library/sources/remote.php','wp-content/plugins/elementor/includes/template-library/sources/remote.php'),(1531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/tracker.php','wp-content/plugins/elementor/includes/tracker.php'),(1532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/user.php','wp-content/plugins/elementor/includes/user.php'),(1533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/utils.php','wp-content/plugins/elementor/includes/utils.php'),(1534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/accordion.php','wp-content/plugins/elementor/includes/widgets/accordion.php'),(1535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/alert.php','wp-content/plugins/elementor/includes/widgets/alert.php'),(1536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/audio.php','wp-content/plugins/elementor/includes/widgets/audio.php'),(1537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/button.php','wp-content/plugins/elementor/includes/widgets/button.php'),(1538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/common.php','wp-content/plugins/elementor/includes/widgets/common.php'),(1539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/counter.php','wp-content/plugins/elementor/includes/widgets/counter.php'),(1540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/divider.php','wp-content/plugins/elementor/includes/widgets/divider.php'),(1541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/google-maps.php','wp-content/plugins/elementor/includes/widgets/google-maps.php'),(1542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/heading.php','wp-content/plugins/elementor/includes/widgets/heading.php'),(1543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/html.php','wp-content/plugins/elementor/includes/widgets/html.php'),(1544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/icon-box.php','wp-content/plugins/elementor/includes/widgets/icon-box.php'),(1545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/icon-list.php','wp-content/plugins/elementor/includes/widgets/icon-list.php'),(1546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/icon.php','wp-content/plugins/elementor/includes/widgets/icon.php'),(1547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/image-box.php','wp-content/plugins/elementor/includes/widgets/image-box.php'),(1548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/image-carousel.php','wp-content/plugins/elementor/includes/widgets/image-carousel.php'),(1549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/image-gallery.php','wp-content/plugins/elementor/includes/widgets/image-gallery.php'),(1550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/image.php','wp-content/plugins/elementor/includes/widgets/image.php'),(1551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/inner-section.php','wp-content/plugins/elementor/includes/widgets/inner-section.php'),(1552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/menu-anchor.php','wp-content/plugins/elementor/includes/widgets/menu-anchor.php'),(1553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/progress.php','wp-content/plugins/elementor/includes/widgets/progress.php'),(1554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/rating.php','wp-content/plugins/elementor/includes/widgets/rating.php'),(1555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/read-more.php','wp-content/plugins/elementor/includes/widgets/read-more.php'),(1556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/share-buttons.php','wp-content/plugins/elementor/includes/widgets/share-buttons.php'),(1557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/shortcode.php','wp-content/plugins/elementor/includes/widgets/shortcode.php'),(1558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/sidebar.php','wp-content/plugins/elementor/includes/widgets/sidebar.php'),(1559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/social-icons.php','wp-content/plugins/elementor/includes/widgets/social-icons.php'),(1560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/spacer.php','wp-content/plugins/elementor/includes/widgets/spacer.php'),(1561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/star-rating.php','wp-content/plugins/elementor/includes/widgets/star-rating.php'),(1562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/tabs.php','wp-content/plugins/elementor/includes/widgets/tabs.php'),(1563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/testimonial.php','wp-content/plugins/elementor/includes/widgets/testimonial.php'),(1564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/text-editor.php','wp-content/plugins/elementor/includes/widgets/text-editor.php'),(1565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/toggle.php','wp-content/plugins/elementor/includes/widgets/toggle.php'),(1566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php','wp-content/plugins/elementor/includes/widgets/traits/button-trait.php'),(1567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/video.php','wp-content/plugins/elementor/includes/widgets/video.php'),(1568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/includes/widgets/wordpress.php','wp-content/plugins/elementor/includes/widgets/wordpress.php'),(1569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/license.txt','wp-content/plugins/elementor/license.txt'),(1570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/admin-bar/module.php','wp-content/plugins/elementor/modules/admin-bar/module.php'),(1571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/admin-top-bar/module.php','wp-content/plugins/elementor/modules/admin-top-bar/module.php'),(1572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/ai/connect/ai.php','wp-content/plugins/elementor/modules/ai/connect/ai.php'),(1573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/ai/module.php','wp-content/plugins/elementor/modules/ai/module.php'),(1574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/announcements/classes/announcement.php','wp-content/plugins/elementor/modules/announcements/classes/announcement.php'),(1575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php','wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php'),(1576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/announcements/classes/utils.php','wp-content/plugins/elementor/modules/announcements/classes/utils.php'),(1577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/announcements/module.php','wp-content/plugins/elementor/modules/announcements/module.php'),(1578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php','wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php'),(1579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/announcements/triggers/is-flex-container-inactive.php','wp-content/plugins/elementor/modules/announcements/triggers/is-flex-container-inactive.php'),(1580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/apps/admin-apps-page.php','wp-content/plugins/elementor/modules/apps/admin-apps-page.php'),(1581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/apps/admin-menu-apps.php','wp-content/plugins/elementor/modules/apps/admin-menu-apps.php'),(1582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/apps/admin-pointer.php','wp-content/plugins/elementor/modules/apps/admin-pointer.php'),(1583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/apps/module.php','wp-content/plugins/elementor/modules/apps/module.php'),(1584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php','wp-content/plugins/elementor/modules/compatibility-tag/base-module.php'),(1585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php','wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php'),(1586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php','wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php'),(1587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/compatibility-tag/module.php','wp-content/plugins/elementor/modules/compatibility-tag/module.php'),(1588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php','wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php'),(1589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/container-converter/module.php','wp-content/plugins/elementor/modules/container-converter/module.php'),(1590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php','wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php'),(1591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/content-sanitizer/module.php','wp-content/plugins/elementor/modules/content-sanitizer/module.php'),(1592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/dev-tools/deprecation.php','wp-content/plugins/elementor/modules/dev-tools/deprecation.php'),(1593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/dev-tools/module.php','wp-content/plugins/elementor/modules/dev-tools/module.php'),(1594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/dynamic-tags/module.php','wp-content/plugins/elementor/modules/dynamic-tags/module.php'),(1595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/editor-events/module.php','wp-content/plugins/elementor/modules/editor-events/module.php'),(1596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/element-cache/module.php','wp-content/plugins/elementor/modules/element-cache/module.php'),(1597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php','wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php'),(1598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/element-manager/ajax.php','wp-content/plugins/elementor/modules/element-manager/ajax.php'),(1599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/element-manager/module.php','wp-content/plugins/elementor/modules/element-manager/module.php'),(1600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/element-manager/options.php','wp-content/plugins/elementor/modules/element-manager/options.php'),(1601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/elements-color-picker/module.php','wp-content/plugins/elementor/modules/elements-color-picker/module.php'),(1602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/favorites/controller.php','wp-content/plugins/elementor/modules/favorites/controller.php'),(1603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/favorites/favorites-type.php','wp-content/plugins/elementor/modules/favorites/favorites-type.php'),(1604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/favorites/module.php','wp-content/plugins/elementor/modules/favorites/module.php'),(1605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/favorites/types/widgets.php','wp-content/plugins/elementor/modules/favorites/types/widgets.php'),(1606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-empty-view-menu-item.php','wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-empty-view-menu-item.php'),(1607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-menu-item.php','wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-menu-item.php'),(1608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/base/widget-contact-button-base.php','wp-content/plugins/elementor/modules/floating-buttons/base/widget-contact-button-base.php'),(1609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-core-render.php','wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-core-render.php'),(1610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-render-base.php','wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-render-base.php'),(1611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/control/hover-animation-floating-buttons.php','wp-content/plugins/elementor/modules/floating-buttons/control/hover-animation-floating-buttons.php'),(1612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/documents/floating-buttons.php','wp-content/plugins/elementor/modules/floating-buttons/documents/floating-buttons.php'),(1613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/module.php','wp-content/plugins/elementor/modules/floating-buttons/module.php'),(1614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/floating-buttons/widgets/contact-buttons.php','wp-content/plugins/elementor/modules/floating-buttons/widgets/contact-buttons.php'),(1615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/generator-tag/module.php','wp-content/plugins/elementor/modules/generator-tag/module.php'),(1616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/gutenberg/module.php','wp-content/plugins/elementor/modules/gutenberg/module.php'),(1617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/history/module.php','wp-content/plugins/elementor/modules/history/module.php'),(1618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/history/revisions-manager.php','wp-content/plugins/elementor/modules/history/revisions-manager.php'),(1619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/history/views/history-panel-template.php','wp-content/plugins/elementor/modules/history/views/history-panel-template.php'),(1620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php','wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php'),(1621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/api.php','wp-content/plugins/elementor/modules/home/api.php'),(1622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/classes/transformations-manager.php','wp-content/plugins/elementor/modules/home/classes/transformations-manager.php'),(1623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/module.php','wp-content/plugins/elementor/modules/home/module.php'),(1624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/base/transformations-abstract.php','wp-content/plugins/elementor/modules/home/transformations/base/transformations-abstract.php'),(1625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/create-new-page-url.php','wp-content/plugins/elementor/modules/home/transformations/create-new-page-url.php'),(1626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/create-site-settings-url.php','wp-content/plugins/elementor/modules/home/transformations/create-site-settings-url.php'),(1627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/filter-condition-introduction-meta.php','wp-content/plugins/elementor/modules/home/transformations/filter-condition-introduction-meta.php'),(1628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/filter-get-started-by-license.php','wp-content/plugins/elementor/modules/home/transformations/filter-get-started-by-license.php'),(1629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php','wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php'),(1630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/filter-sidebar-upgrade-by-license.php','wp-content/plugins/elementor/modules/home/transformations/filter-sidebar-upgrade-by-license.php'),(1631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/home/transformations/filter-top-section-by-license.php','wp-content/plugins/elementor/modules/home/transformations/filter-top-section-by-license.php'),(1632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/image-loading-optimization/module.php','wp-content/plugins/elementor/modules/image-loading-optimization/module.php'),(1633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php','wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php'),(1634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php','wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php'),(1635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php','wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php'),(1636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php','wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php'),(1637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/module.php','wp-content/plugins/elementor/modules/kit-elements-defaults/module.php'),(1638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php','wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php'),(1639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php','wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php'),(1640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php','wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php'),(1641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php','wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php'),(1642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php','wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php'),(1643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/landing-pages/module.php','wp-content/plugins/elementor/modules/landing-pages/module.php'),(1644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/lazyload/module.php','wp-content/plugins/elementor/modules/lazyload/module.php'),(1645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/documents/container.php','wp-content/plugins/elementor/modules/library/documents/container.php'),(1646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/documents/library-document.php','wp-content/plugins/elementor/modules/library/documents/library-document.php'),(1647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/documents/not-supported.php','wp-content/plugins/elementor/modules/library/documents/not-supported.php'),(1648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/documents/page.php','wp-content/plugins/elementor/modules/library/documents/page.php'),(1649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/documents/section.php','wp-content/plugins/elementor/modules/library/documents/section.php'),(1650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/module.php','wp-content/plugins/elementor/modules/library/module.php'),(1651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/traits/library.php','wp-content/plugins/elementor/modules/library/traits/library.php'),(1652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/library/user-favorites.php','wp-content/plugins/elementor/modules/library/user-favorites.php'),(1653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/link-in-bio/base/widget-link-in-bio-base.php','wp-content/plugins/elementor/modules/link-in-bio/base/widget-link-in-bio-base.php'),(1654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/link-in-bio/classes/render/core-render.php','wp-content/plugins/elementor/modules/link-in-bio/classes/render/core-render.php'),(1655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/link-in-bio/classes/render/render-base.php','wp-content/plugins/elementor/modules/link-in-bio/classes/render/render-base.php'),(1656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/link-in-bio/module.php','wp-content/plugins/elementor/modules/link-in-bio/module.php'),(1657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/link-in-bio/widgets/link-in-bio.php','wp-content/plugins/elementor/modules/link-in-bio/widgets/link-in-bio.php'),(1658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-accordion/module.php','wp-content/plugins/elementor/modules/nested-accordion/module.php'),(1659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php','wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php'),(1660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php','wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php'),(1661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php','wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php'),(1662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-elements/module.php','wp-content/plugins/elementor/modules/nested-elements/module.php'),(1663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-tabs/module.php','wp-content/plugins/elementor/modules/nested-tabs/module.php'),(1664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php','wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php'),(1665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/notes/module.php','wp-content/plugins/elementor/modules/notes/module.php'),(1666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/notifications/api.php','wp-content/plugins/elementor/modules/notifications/api.php'),(1667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/notifications/module.php','wp-content/plugins/elementor/modules/notifications/module.php'),(1668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/notifications/options.php','wp-content/plugins/elementor/modules/notifications/options.php'),(1669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/page-templates/module.php','wp-content/plugins/elementor/modules/page-templates/module.php'),(1670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/page-templates/templates/canvas.php','wp-content/plugins/elementor/modules/page-templates/templates/canvas.php'),(1671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php','wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php'),(1672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/performance-lab/module.php','wp-content/plugins/elementor/modules/performance-lab/module.php'),(1673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php'),(1674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-template.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-template.php'),(1675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php'),(1676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php'),(1677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php'),(1678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php'),(1679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php'),(1680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php'),(1681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php'),(1682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/module.php','wp-content/plugins/elementor/modules/promotions/module.php'),(1683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php','wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php'),(1684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/safe-mode/module.php','wp-content/plugins/elementor/modules/safe-mode/module.php'),(1685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php','wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php'),(1686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/shapes/module.php','wp-content/plugins/elementor/modules/shapes/module.php'),(1687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/shapes/widgets/text-path.php','wp-content/plugins/elementor/modules/shapes/widgets/text-path.php'),(1688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/data/controller.php','wp-content/plugins/elementor/modules/site-navigation/data/controller.php'),(1689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/add-new-post.php','wp-content/plugins/elementor/modules/site-navigation/data/endpoints/add-new-post.php'),(1690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/duplicate-post.php','wp-content/plugins/elementor/modules/site-navigation/data/endpoints/duplicate-post.php'),(1691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php','wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php'),(1692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/recent-posts.php','wp-content/plugins/elementor/modules/site-navigation/data/endpoints/recent-posts.php'),(1693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/module.php','wp-content/plugins/elementor/modules/site-navigation/module.php'),(1694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/site-navigation/rest-fields/page-user-can.php','wp-content/plugins/elementor/modules/site-navigation/rest-fields/page-user-can.php'),(1695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/styleguide/controls/switcher.php','wp-content/plugins/elementor/modules/styleguide/controls/switcher.php'),(1696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/styleguide/module.php','wp-content/plugins/elementor/modules/styleguide/module.php'),(1697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php','wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php'),(1698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/module.php','wp-content/plugins/elementor/modules/system-info/module.php'),(1699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php','wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php'),(1700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/base.php','wp-content/plugins/elementor/modules/system-info/reporters/base.php'),(1701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php','wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php'),(1702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php','wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php'),(1703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/plugins.php','wp-content/plugins/elementor/modules/system-info/reporters/plugins.php'),(1704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/server.php','wp-content/plugins/elementor/modules/system-info/reporters/server.php'),(1705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/theme.php','wp-content/plugins/elementor/modules/system-info/reporters/theme.php'),(1706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/user.php','wp-content/plugins/elementor/modules/system-info/reporters/user.php'),(1707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php','wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php'),(1708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/system-info-menu-item.php','wp-content/plugins/elementor/modules/system-info/system-info-menu-item.php'),(1709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/templates/html.php','wp-content/plugins/elementor/modules/system-info/templates/html.php'),(1710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/system-info/templates/raw.php','wp-content/plugins/elementor/modules/system-info/templates/raw.php'),(1711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/usage/module.php','wp-content/plugins/elementor/modules/usage/module.php'),(1712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/usage/settings-reporter.php','wp-content/plugins/elementor/modules/usage/settings-reporter.php'),(1713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/usage/usage-reporter.php','wp-content/plugins/elementor/modules/usage/usage-reporter.php'),(1714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/web-cli/module.php','wp-content/plugins/elementor/modules/web-cli/module.php'),(1715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php','wp-content/plugins/elementor/modules/wp-cli/cli-logger.php'),(1716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/wp-cli/command.php','wp-content/plugins/elementor/modules/wp-cli/command.php'),(1717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/wp-cli/library.php','wp-content/plugins/elementor/modules/wp-cli/library.php'),(1718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/wp-cli/module.php','wp-content/plugins/elementor/modules/wp-cli/module.php'),(1719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/modules/wp-cli/update.php','wp-content/plugins/elementor/modules/wp-cli/update.php'),(1720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/phpcs.xml','wp-content/plugins/elementor/phpcs.xml'),(1721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/readme.txt','wp-content/plugins/elementor/readme.txt'),(1722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/run-on-linux.js','wp-content/plugins/elementor/run-on-linux.js'),(1723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/elementor/tsconfig.json','wp-content/plugins/elementor/tsconfig.json'),(1724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/favethemes-insights/favethemes-insights.php','wp-content/plugins/favethemes-insights/favethemes-insights.php'),(1725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/favethemes-insights/includes/cookie.php','wp-content/plugins/favethemes-insights/includes/cookie.php'),(1726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/favethemes-insights/includes/insights.php','wp-content/plugins/favethemes-insights/includes/insights.php'),(1727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/favethemes-insights/includes/visitor.php','wp-content/plugins/favethemes-insights/includes/visitor.php'),(1728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/favethemes-insights/includes/visits.php','wp-content/plugins/favethemes-insights/includes/visits.php'),(1729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-admin-css-ba6e9e2a0bcfb5f1a637.min.css','wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-admin-css-ba6e9e2a0bcfb5f1a637.min.css'),(1730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-adminbar-css-6db776544b37175be17f.min.css','wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-adminbar-css-6db776544b37175be17f.min.css'),(1731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-authorize-application-css-ce25e97404abc5a02921.min.css','wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-authorize-application-css-ce25e97404abc5a02921.min.css'),(1732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-wp-dashboard-css-d1180e1ae01fd577a4c5.min.css','wp-content/plugins/google-site-kit/dist/assets/css/googlesitekit-wp-dashboard-css-d1180e1ae01fd577a4c5.min.css'),(1733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/31-29deb769fadbe2c03303.js','wp-content/plugins/google-site-kit/dist/assets/js/31-29deb769fadbe2c03303.js'),(1734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/32-f46a0b77a7ebfc2cbf9e.js','wp-content/plugins/google-site-kit/dist/assets/js/32-f46a0b77a7ebfc2cbf9e.js'),(1735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/33-15fd05ca7846afb68ca3.js','wp-content/plugins/google-site-kit/dist/assets/js/33-15fd05ca7846afb68ca3.js'),(1736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/34-47e8d54203fdba1b4990.js','wp-content/plugins/google-site-kit/dist/assets/js/34-47e8d54203fdba1b4990.js'),(1737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/35-903ab08620ee2706ab7e.js','wp-content/plugins/google-site-kit/dist/assets/js/35-903ab08620ee2706ab7e.js'),(1738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/36-d107d353f148d8fe2822.js','wp-content/plugins/google-site-kit/dist/assets/js/36-d107d353f148d8fe2822.js'),(1739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/analytics-advanced-tracking-ea84b2c367b69f5c094b.js','wp-content/plugins/google-site-kit/dist/assets/js/analytics-advanced-tracking-ea84b2c367b69f5c094b.js'),(1740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-activation-0156e9e9183768884a51.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-activation-0156e9e9183768884a51.js'),(1741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-ad-blocking-recovery-5ec12229d17f3e26e18d.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-ad-blocking-recovery-5ec12229d17f3e26e18d.js'),(1742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-adminbar-26b6ac7482380c6f0503.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-adminbar-26b6ac7482380c6f0503.js'),(1743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-api-ab52eed0ee6a44be38b3.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-api-ab52eed0ee6a44be38b3.js'),(1744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-components-gm2-0f8ff214aaee64f1e091.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-components-gm2-0f8ff214aaee64f1e091.js'),(1745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-components-gm3-d2883b93374979796649.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-components-gm3-d2883b93374979796649.js'),(1746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-consent-mode-3d6495dceaebc28bcca3.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-consent-mode-3d6495dceaebc28bcca3.js'),(1747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-data-def4f4a434351223837f.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-data-def4f4a434351223837f.js'),(1748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-forms-c9b81525d9016cbbbef6.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-forms-c9b81525d9016cbbbef6.js'),(1749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-location-03c93cc12544ccbbdf50.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-location-03c93cc12544ccbbdf50.js'),(1750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-site-4e71ab7c3bb633e19a32.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-site-4e71ab7c3bb633e19a32.js'),(1751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-ui-99ab3cc36ca122895f43.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-ui-99ab3cc36ca122895f43.js'),(1752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-user-addf75df8db655765af0.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-user-addf75df8db655765af0.js'),(1753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-entity-dashboard-bf6ba3f0b9c923f11709.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-entity-dashboard-bf6ba3f0b9c923f11709.js'),(1754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-contact-form-7-21cf1c445673c649970d.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-contact-form-7-21cf1c445673c649970d.js'),(1755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-easy-digital-downloads-a3b438fc133106da6a33.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-easy-digital-downloads-a3b438fc133106da6a33.js'),(1756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-mailchimp-7920d200a07d3bcd60bb.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-mailchimp-7920d200a07d3bcd60bb.js'),(1757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-ninja-forms-ddd9645222a85c7954f3.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-ninja-forms-ddd9645222a85c7954f3.js'),(1758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-optin-monster-2bb9e40daaa87763f38e.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-optin-monster-2bb9e40daaa87763f38e.js'),(1759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-popup-maker-e1863af0c352a2ce8748.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-popup-maker-e1863af0c352a2ce8748.js'),(1760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-woocommerce-9043ca3351c215979b62.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-woocommerce-9043ca3351c215979b62.js'),(1761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-wpforms-b35450445f9cb0eeb855.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-wpforms-b35450445f9cb0eeb855.js'),(1762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-i18n-33cdd2dee5d1d1f4fb34.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-i18n-33cdd2dee5d1d1f4fb34.js'),(1763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-main-dashboard-db649d3c3b6d9027a824.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-main-dashboard-db649d3c3b6d9027a824.js'),(1764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-ads-8a01949acbaf5f9513e3.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-ads-8a01949acbaf5f9513e3.js'),(1765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-adsense-d4e969b135b277b3f61b.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-adsense-d4e969b135b277b3f61b.js'),(1766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-analytics-4-00f0bb07e4bd025aa07f.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-analytics-4-00f0bb07e4bd025aa07f.js'),(1767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-dc6e37a871796540fbac.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-dc6e37a871796540fbac.js'),(1768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-pagespeed-insights-e5394ed3d712ca668967.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-pagespeed-insights-e5394ed3d712ca668967.js'),(1769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-reader-revenue-manager-3ac3cc164752a4e67945.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-reader-revenue-manager-3ac3cc164752a4e67945.js'),(1770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-search-console-54fe3c8e34c8e7b2cdd7.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-search-console-54fe3c8e34c8e7b2cdd7.js'),(1771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-tagmanager-36854685cfc078aa9ea4.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-tagmanager-36854685cfc078aa9ea4.js'),(1772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-notifications-e5815fba60fe1cb1e172.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-notifications-e5815fba60fe1cb1e172.js'),(1773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-polyfills-c5dfeeeb4566ab655187.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-polyfills-c5dfeeeb4566ab655187.js'),(1774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-settings-c5ed8a54309d018a6b77.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-settings-c5ed8a54309d018a6b77.js'),(1775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-splash-76b922a28fcdee85f514.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-splash-76b922a28fcdee85f514.js'),(1776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-user-input-1c36e0eb8c8ea1c166b1.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-user-input-1c36e0eb8c8ea1c166b1.js'),(1777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-vendor-625942ce3e249bc6cbbb.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-vendor-625942ce3e249bc6cbbb.js'),(1778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-widgets-c4b49ec1e2ef6587bc2d.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-widgets-c4b49ec1e2ef6587bc2d.js'),(1779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-wp-dashboard-bfa6aa6193cf3a1caccc.js','wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-wp-dashboard-bfa6aa6193cf3a1caccc.js'),(1780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/assets/js/runtime-f562582a775dd979d8cc.js','wp-content/plugins/google-site-kit/dist/assets/js/runtime-f562582a775dd979d8cc.js'),(1781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/config.php','wp-content/plugins/google-site-kit/dist/config.php'),(1782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/dist/manifest.php','wp-content/plugins/google-site-kit/dist/manifest.php'),(1783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/google-site-kit.php','wp-content/plugins/google-site-kit/google-site-kit.php'),(1784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Context.php','wp-content/plugins/google-site-kit/includes/Context.php'),(1785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Authorize_Application.php','wp-content/plugins/google-site-kit/includes/Core/Admin/Authorize_Application.php'),(1786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Available_Tools.php','wp-content/plugins/google-site-kit/includes/Core/Admin/Available_Tools.php'),(1787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Dashboard.php','wp-content/plugins/google-site-kit/includes/Core/Admin/Dashboard.php'),(1788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Notice.php','wp-content/plugins/google-site-kit/includes/Core/Admin/Notice.php'),(1789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Notices.php','wp-content/plugins/google-site-kit/includes/Core/Admin/Notices.php'),(1790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Plugin_Action_Links.php','wp-content/plugins/google-site-kit/includes/Core/Admin/Plugin_Action_Links.php'),(1791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Plugin_Row_Meta.php','wp-content/plugins/google-site-kit/includes/Core/Admin/Plugin_Row_Meta.php'),(1792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Pointer.php','wp-content/plugins/google-site-kit/includes/Core/Admin/Pointer.php'),(1793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Pointers.php','wp-content/plugins/google-site-kit/includes/Core/Admin/Pointers.php'),(1794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Screen.php','wp-content/plugins/google-site-kit/includes/Core/Admin/Screen.php'),(1795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Screens.php','wp-content/plugins/google-site-kit/includes/Core/Admin/Screens.php'),(1796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin/Standalone.php','wp-content/plugins/google-site-kit/includes/Core/Admin/Standalone.php'),(1797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin_Bar/Admin_Bar.php','wp-content/plugins/google-site-kit/includes/Core/Admin_Bar/Admin_Bar.php'),(1798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Admin_Bar/Admin_Bar_Enabled.php','wp-content/plugins/google-site-kit/includes/Core/Admin_Bar/Admin_Bar_Enabled.php'),(1799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Assets/Asset.php','wp-content/plugins/google-site-kit/includes/Core/Assets/Asset.php'),(1800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Assets/Assets.php','wp-content/plugins/google-site-kit/includes/Core/Assets/Assets.php'),(1801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Assets/Manifest.php','wp-content/plugins/google-site-kit/includes/Core/Assets/Manifest.php'),(1802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Assets/Script.php','wp-content/plugins/google-site-kit/includes/Core/Assets/Script.php'),(1803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Assets/Script_Data.php','wp-content/plugins/google-site-kit/includes/Core/Assets/Script_Data.php'),(1804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Assets/Stylesheet.php','wp-content/plugins/google-site-kit/includes/Core/Assets/Stylesheet.php'),(1805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Authentication.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Authentication.php'),(1806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Client_Factory.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Client_Factory.php'),(1807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Google_Site_Kit_Client.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Google_Site_Kit_Client.php'),(1808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Google_Site_Kit_Proxy_Client.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/Google_Site_Kit_Proxy_Client.php'),(1809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/OAuth2.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/OAuth2.php'),(1810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/OAuth_Client.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/OAuth_Client.php'),(1811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/OAuth_Client_Base.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients/OAuth_Client_Base.php'),(1812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Connected_Proxy_URL.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Connected_Proxy_URL.php'),(1813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Credentials.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Credentials.php'),(1814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Disconnected_Reason.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Disconnected_Reason.php'),(1815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Exchange_Site_Code_Exception.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Exchange_Site_Code_Exception.php'),(1816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Google_OAuth_Exception.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Google_OAuth_Exception.php'),(1817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Google_Proxy_Code_Exception.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Google_Proxy_Code_Exception.php'),(1818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Insufficient_Scopes_Exception.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Insufficient_Scopes_Exception.php'),(1819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Missing_Verification_Exception.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception/Missing_Verification_Exception.php'),(1820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Google_Proxy.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Google_Proxy.php'),(1821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Guards/Site_Connected_Guard.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Guards/Site_Connected_Guard.php'),(1822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Guards/Using_Proxy_Connection_Guard.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Guards/Using_Proxy_Connection_Guard.php'),(1823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Has_Connected_Admins.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Has_Connected_Admins.php'),(1824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Has_Multiple_Admins.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Has_Multiple_Admins.php'),(1825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Initial_Version.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Initial_Version.php'),(1826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Owner_ID.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Owner_ID.php'),(1827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Profile.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Profile.php'),(1828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/REST_Authentication_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/REST_Authentication_Controller.php'),(1829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Setup.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Setup.php'),(1830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Token.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Token.php'),(1831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Verification.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Verification.php'),(1832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Verification_File.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Verification_File.php'),(1833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Authentication/Verification_Meta.php','wp-content/plugins/google-site-kit/includes/Core/Authentication/Verification_Meta.php'),(1834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/CLI/Authentication_CLI_Command.php','wp-content/plugins/google-site-kit/includes/Core/CLI/Authentication_CLI_Command.php'),(1835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/CLI/CLI_Command.php','wp-content/plugins/google-site-kit/includes/Core/CLI/CLI_Command.php'),(1836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/CLI/CLI_Commands.php','wp-content/plugins/google-site-kit/includes/Core/CLI/CLI_Commands.php'),(1837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/CLI/Reset_CLI_Command.php','wp-content/plugins/google-site-kit/includes/Core/CLI/Reset_CLI_Command.php'),(1838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/Consent_Mode.php','wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/Consent_Mode.php'),(1839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/Consent_Mode_Settings.php','wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/Consent_Mode_Settings.php'),(1840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/REST_Consent_Mode_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/REST_Consent_Mode_Controller.php'),(1841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/Regions.php','wp-content/plugins/google-site-kit/includes/Core/Consent_Mode/Regions.php'),(1842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Contracts/WP_Errorable.php','wp-content/plugins/google-site-kit/includes/Core/Contracts/WP_Errorable.php'),(1843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Contact_Form_7.php','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Contact_Form_7.php'),(1844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Easy_Digital_Downloads.php','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Easy_Digital_Downloads.php'),(1845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Mailchimp.php','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Mailchimp.php'),(1846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Ninja_Forms.php','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/Ninja_Forms.php'),(1847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/OptinMonster.php','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/OptinMonster.php'),(1848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/PopupMaker.php','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/PopupMaker.php'),(1849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/WPForms.php','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/WPForms.php'),(1850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/WooCommerce.php','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers/WooCommerce.php'),(1851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Events_Provider.php','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Events_Provider.php'),(1852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Tracking.php','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Tracking.php'),(1853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Tracking_Settings.php','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Tracking_Settings.php'),(1854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/REST_Conversion_Tracking_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/REST_Conversion_Tracking_Controller.php'),(1855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Activity_Metrics/Active_Consumers.php','wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Activity_Metrics/Active_Consumers.php'),(1856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Activity_Metrics/Activity_Metrics.php','wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Activity_Metrics/Activity_Metrics.php'),(1857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Dashboard_Sharing.php','wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Dashboard_Sharing.php'),(1858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/View_Only_Pointer.php','wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/View_Only_Pointer.php'),(1859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dismissals/Dismissals.php','wp-content/plugins/google-site-kit/includes/Core/Dismissals/Dismissals.php'),(1860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dismissals/Dismissed_Items.php','wp-content/plugins/google-site-kit/includes/Core/Dismissals/Dismissed_Items.php'),(1861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Dismissals/REST_Dismissals_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Dismissals/REST_Dismissals_Controller.php'),(1862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Expirables/Expirable_Items.php','wp-content/plugins/google-site-kit/includes/Core/Expirables/Expirable_Items.php'),(1863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Expirables/Expirables.php','wp-content/plugins/google-site-kit/includes/Core/Expirables/Expirables.php'),(1864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Expirables/REST_Expirable_Items_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Expirables/REST_Expirable_Items_Controller.php'),(1865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/Dismissed_Tours.php','wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/Dismissed_Tours.php'),(1866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/Feature_Tours.php','wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/Feature_Tours.php'),(1867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/REST_Feature_Tours_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/REST_Feature_Tours_Controller.php'),(1868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Guards/Guard_Interface.php','wp-content/plugins/google-site-kit/includes/Core/Guards/Guard_Interface.php'),(1869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics.php','wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics.php'),(1870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics_Settings.php','wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics_Settings.php'),(1871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics_Setup_Completed_By.php','wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics_Setup_Completed_By.php'),(1872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics_Setup_New.php','wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/Key_Metrics_Setup_New.php'),(1873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/REST_Key_Metrics_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Key_Metrics/REST_Key_Metrics_Controller.php'),(1874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Datapoint.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Datapoint.php'),(1875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module.php'),(1876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_Registry.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_Registry.php'),(1877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_Settings.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_Settings.php'),(1878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_Sharing_Settings.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_Sharing_Settings.php'),(1879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Activation.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Activation.php'),(1880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Assets.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Assets.php'),(1881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Assets_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Assets_Trait.php'),(1882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Data_Available_State.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Data_Available_State.php'),(1883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Data_Available_State_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Data_Available_State_Trait.php'),(1884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Deactivation.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Deactivation.php'),(1885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Debug_Fields.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Debug_Fields.php'),(1886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Owner.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Owner.php'),(1887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Owner_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Owner_Trait.php'),(1888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Persistent_Registration.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Persistent_Registration.php'),(1889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Scopes.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Scopes.php'),(1890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Scopes_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Scopes_Trait.php'),(1891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Service_Entity.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Service_Entity.php'),(1892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Settings.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Settings.php'),(1893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Settings_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Settings_Trait.php'),(1894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Tag.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Tag.php'),(1895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Tag_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Module_With_Tag_Trait.php'),(1896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Modules.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Modules.php'),(1897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/REST_Dashboard_Sharing_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Modules/REST_Dashboard_Sharing_Controller.php'),(1898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/REST_Modules_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Modules/REST_Modules_Controller.php'),(1899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_AMP_Tag.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_AMP_Tag.php'),(1900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Tag.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Tag.php'),(1901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Tag_Guard.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Tag_Guard.php'),(1902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Tag_Matchers.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Tag_Matchers.php'),(1903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Web_Tag.php','wp-content/plugins/google-site-kit/includes/Core/Modules/Tags/Module_Web_Tag.php'),(1904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Nonces/Nonces.php','wp-content/plugins/google-site-kit/includes/Core/Nonces/Nonces.php'),(1905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Notifications/Notification.php','wp-content/plugins/google-site-kit/includes/Core/Notifications/Notification.php'),(1906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Notifications/Notifications.php','wp-content/plugins/google-site-kit/includes/Core/Notifications/Notifications.php'),(1907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Permissions/Permissions.php','wp-content/plugins/google-site-kit/includes/Core/Permissions/Permissions.php'),(1908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Prompts/Dismissed_Prompts.php','wp-content/plugins/google-site-kit/includes/Core/Prompts/Dismissed_Prompts.php'),(1909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Prompts/Prompts.php','wp-content/plugins/google-site-kit/includes/Core/Prompts/Prompts.php'),(1910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Prompts/REST_Prompts_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Prompts/REST_Prompts_Controller.php'),(1911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/REST_API/Data_Request.php','wp-content/plugins/google-site-kit/includes/Core/REST_API/Data_Request.php'),(1912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception/Invalid_Datapoint_Exception.php','wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception/Invalid_Datapoint_Exception.php'),(1913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception/Invalid_Param_Exception.php','wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception/Invalid_Param_Exception.php'),(1914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception/Missing_Required_Param_Exception.php','wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception/Missing_Required_Param_Exception.php'),(1915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/REST_API/REST_Route.php','wp-content/plugins/google-site-kit/includes/Core/REST_API/REST_Route.php'),(1916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/REST_API/REST_Routes.php','wp-content/plugins/google-site-kit/includes/Core/REST_API/REST_Routes.php'),(1917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features.php','wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features.php'),(1918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Activation.php','wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Activation.php'),(1919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Cron.php','wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Cron.php'),(1920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Fallback.php','wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Fallback.php'),(1921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Provider.php','wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Provider.php'),(1922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Syncer.php','wp-content/plugins/google-site-kit/includes/Core/Remote_Features/Remote_Features_Syncer.php'),(1923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Site_Health/Debug_Data.php','wp-content/plugins/google-site-kit/includes/Core/Site_Health/Debug_Data.php'),(1924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Site_Health/REST_Site_Health_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Site_Health/REST_Site_Health_Controller.php'),(1925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Site_Health/Site_Health.php','wp-content/plugins/google-site-kit/includes/Core/Site_Health/Site_Health.php'),(1926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Site_Health/Tag_Placement.php','wp-content/plugins/google-site-kit/includes/Core/Site_Health/Tag_Placement.php'),(1927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Cache.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Cache.php'),(1928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Data_Encryption.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Data_Encryption.php'),(1929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Encrypted_Options.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Encrypted_Options.php'),(1930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Encrypted_User_Options.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Encrypted_User_Options.php'),(1931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Options.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Options.php'),(1932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Options_Interface.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Options_Interface.php'),(1933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Post_Meta.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Post_Meta.php'),(1934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Post_Meta_Interface.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Post_Meta_Interface.php'),(1935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Post_Meta_Setting.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Post_Meta_Setting.php'),(1936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting/List_Setting.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Setting/List_Setting.php'),(1937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Setting.php'),(1938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_Legacy_Keys_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_Legacy_Keys_Trait.php'),(1939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_Owned_Keys_Interface.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_Owned_Keys_Interface.php'),(1940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_Owned_Keys_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_Owned_Keys_Trait.php'),(1941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_ViewOnly_Keys_Interface.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Setting_With_ViewOnly_Keys_Interface.php'),(1942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/Transients.php','wp-content/plugins/google-site-kit/includes/Core/Storage/Transients.php'),(1943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/User_Aware_Interface.php','wp-content/plugins/google-site-kit/includes/Core/Storage/User_Aware_Interface.php'),(1944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/User_Aware_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Storage/User_Aware_Trait.php'),(1945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/User_Options.php','wp-content/plugins/google-site-kit/includes/Core/Storage/User_Options.php'),(1946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/User_Options_Interface.php','wp-content/plugins/google-site-kit/includes/Core/Storage/User_Options_Interface.php'),(1947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/User_Setting.php','wp-content/plugins/google-site-kit/includes/Core/Storage/User_Setting.php'),(1948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Storage/User_Transients.php','wp-content/plugins/google-site-kit/includes/Core/Storage/User_Transients.php'),(1949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Blockable_Tag_Interface.php','wp-content/plugins/google-site-kit/includes/Core/Tags/Blockable_Tag_Interface.php'),(1950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/GTag.php','wp-content/plugins/google-site-kit/includes/Core/Tags/GTag.php'),(1951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Guards/Tag_Environment_Type_Guard.php','wp-content/plugins/google-site-kit/includes/Core/Tags/Guards/Tag_Environment_Type_Guard.php'),(1952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Guards/Tag_Verify_Guard.php','wp-content/plugins/google-site-kit/includes/Core/Tags/Guards/Tag_Verify_Guard.php'),(1953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Guards/WP_Query_404_Guard.php','wp-content/plugins/google-site-kit/includes/Core/Tags/Guards/WP_Query_404_Guard.php'),(1954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Tag.php','wp-content/plugins/google-site-kit/includes/Core/Tags/Tag.php'),(1955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_Interface.php','wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_Interface.php'),(1956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_Matchers_Interface.php','wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_Matchers_Interface.php'),(1957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_With_DNS_Prefetch_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_With_DNS_Prefetch_Trait.php'),(1958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_With_Linker_Interface.php','wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_With_Linker_Interface.php'),(1959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_With_Linker_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Tags/Tag_With_Linker_Trait.php'),(1960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tracking/REST_Tracking_Consent_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Tracking/REST_Tracking_Consent_Controller.php'),(1961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tracking/Tracking.php','wp-content/plugins/google-site-kit/includes/Core/Tracking/Tracking.php'),(1962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Tracking/Tracking_Consent.php','wp-content/plugins/google-site-kit/includes/Core/Tracking/Tracking_Consent.php'),(1963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User/Audience_Segmentation.php','wp-content/plugins/google-site-kit/includes/Core/User/Audience_Segmentation.php'),(1964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User/Audience_Settings.php','wp-content/plugins/google-site-kit/includes/Core/User/Audience_Settings.php'),(1965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User/REST_Audience_Settings_Controller.php','wp-content/plugins/google-site-kit/includes/Core/User/REST_Audience_Settings_Controller.php'),(1966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User/User.php','wp-content/plugins/google-site-kit/includes/Core/User/User.php'),(1967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Input/REST_User_Input_Controller.php','wp-content/plugins/google-site-kit/includes/Core/User_Input/REST_User_Input_Controller.php'),(1968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Input/Site_Specific_Answers.php','wp-content/plugins/google-site-kit/includes/Core/User_Input/Site_Specific_Answers.php'),(1969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Input/User_Input.php','wp-content/plugins/google-site-kit/includes/Core/User_Input/User_Input.php'),(1970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Input/User_Specific_Answers.php','wp-content/plugins/google-site-kit/includes/Core/User_Input/User_Specific_Answers.php'),(1971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Surveys/REST_User_Surveys_Controller.php','wp-content/plugins/google-site-kit/includes/Core/User_Surveys/REST_User_Surveys_Controller.php'),(1972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Surveys/Survey_Queue.php','wp-content/plugins/google-site-kit/includes/Core/User_Surveys/Survey_Queue.php'),(1973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Surveys/Survey_Timeouts.php','wp-content/plugins/google-site-kit/includes/Core/User_Surveys/Survey_Timeouts.php'),(1974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/User_Surveys/User_Surveys.php','wp-content/plugins/google-site-kit/includes/Core/User_Surveys/User_Surveys.php'),(1975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Activation_Flag.php','wp-content/plugins/google-site-kit/includes/Core/Util/Activation_Flag.php'),(1976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Activation_Notice.php','wp-content/plugins/google-site-kit/includes/Core/Util/Activation_Notice.php'),(1977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Auto_Updates.php','wp-content/plugins/google-site-kit/includes/Core/Util/Auto_Updates.php'),(1978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/BC_Functions.php','wp-content/plugins/google-site-kit/includes/Core/Util/BC_Functions.php'),(1979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Collection_Key_Cap_Filter.php','wp-content/plugins/google-site-kit/includes/Core/Util/Collection_Key_Cap_Filter.php'),(1980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Date.php','wp-content/plugins/google-site-kit/includes/Core/Util/Date.php'),(1981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Developer_Plugin_Installer.php','wp-content/plugins/google-site-kit/includes/Core/Util/Developer_Plugin_Installer.php'),(1982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Entity.php','wp-content/plugins/google-site-kit/includes/Core/Util/Entity.php'),(1983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Entity_Factory.php','wp-content/plugins/google-site-kit/includes/Core/Util/Entity_Factory.php'),(1984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Exit_Handler.php','wp-content/plugins/google-site-kit/includes/Core/Util/Exit_Handler.php'),(1985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Feature_Flags.php','wp-content/plugins/google-site-kit/includes/Core/Util/Feature_Flags.php'),(1986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Google_Icon.php','wp-content/plugins/google-site-kit/includes/Core/Util/Google_Icon.php'),(1987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Google_URL_Matcher_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Util/Google_URL_Matcher_Trait.php'),(1988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Google_URL_Normalizer.php','wp-content/plugins/google-site-kit/includes/Core/Util/Google_URL_Normalizer.php'),(1989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Health_Checks.php','wp-content/plugins/google-site-kit/includes/Core/Util/Health_Checks.php'),(1990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Input.php','wp-content/plugins/google-site-kit/includes/Core/Util/Input.php'),(1991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Method_Proxy_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Util/Method_Proxy_Trait.php'),(1992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Migrate_Legacy_Keys.php','wp-content/plugins/google-site-kit/includes/Core/Util/Migrate_Legacy_Keys.php'),(1993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Migration_1_123_0.php','wp-content/plugins/google-site-kit/includes/Core/Util/Migration_1_123_0.php'),(1994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Migration_1_3_0.php','wp-content/plugins/google-site-kit/includes/Core/Util/Migration_1_3_0.php'),(1995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Migration_1_8_1.php','wp-content/plugins/google-site-kit/includes/Core/Util/Migration_1_8_1.php'),(1996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Migration_Conversion_ID.php','wp-content/plugins/google-site-kit/includes/Core/Util/Migration_Conversion_ID.php'),(1997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/REST_Entity_Search_Controller.php','wp-content/plugins/google-site-kit/includes/Core/Util/REST_Entity_Search_Controller.php'),(1998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Requires_Javascript_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Util/Requires_Javascript_Trait.php'),(1999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Reset.php','wp-content/plugins/google-site-kit/includes/Core/Util/Reset.php'),(2000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Reset_Persistent.php','wp-content/plugins/google-site-kit/includes/Core/Util/Reset_Persistent.php'),(2001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Sanitize.php','wp-content/plugins/google-site-kit/includes/Core/Util/Sanitize.php'),(2002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Scopes.php','wp-content/plugins/google-site-kit/includes/Core/Util/Scopes.php'),(2003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Sort.php','wp-content/plugins/google-site-kit/includes/Core/Util/Sort.php'),(2004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Synthetic_WP_Query.php','wp-content/plugins/google-site-kit/includes/Core/Util/Synthetic_WP_Query.php'),(2005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/URL.php','wp-content/plugins/google-site-kit/includes/Core/Util/URL.php'),(2006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/Uninstallation.php','wp-content/plugins/google-site-kit/includes/Core/Util/Uninstallation.php'),(2007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/WP_Context_Switcher_Trait.php','wp-content/plugins/google-site-kit/includes/Core/Util/WP_Context_Switcher_Trait.php'),(2008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Util/WP_Query_Factory.php','wp-content/plugins/google-site-kit/includes/Core/Util/WP_Query_Factory.php'),(2009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Validation/Exception/Invalid_Report_Dimensions_Exception.php','wp-content/plugins/google-site-kit/includes/Core/Validation/Exception/Invalid_Report_Dimensions_Exception.php'),(2010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Core/Validation/Exception/Invalid_Report_Metrics_Exception.php','wp-content/plugins/google-site-kit/includes/Core/Validation/Exception/Invalid_Report_Metrics_Exception.php'),(2011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/AMP_Tag.php','wp-content/plugins/google-site-kit/includes/Modules/AdSense/AMP_Tag.php'),(2012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Ad_Blocking_Recovery_Tag.php','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Ad_Blocking_Recovery_Tag.php'),(2013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Ad_Blocking_Recovery_Tag_Guard.php','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Ad_Blocking_Recovery_Tag_Guard.php'),(2014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Ad_Blocking_Recovery_Web_Tag.php','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Ad_Blocking_Recovery_Web_Tag.php'),(2015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Auto_Ad_Guard.php','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Auto_Ad_Guard.php'),(2016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Settings.php','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Settings.php'),(2017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Tag_Guard.php','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Tag_Guard.php'),(2018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Tag_Matchers.php','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Tag_Matchers.php'),(2019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Web_Tag.php','wp-content/plugins/google-site-kit/includes/Modules/AdSense/Web_Tag.php'),(2020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/AdSense.php','wp-content/plugins/google-site-kit/includes/Modules/AdSense.php'),(2021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads/AMP_Tag.php','wp-content/plugins/google-site-kit/includes/Modules/Ads/AMP_Tag.php'),(2022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads/Has_Tag_Guard.php','wp-content/plugins/google-site-kit/includes/Modules/Ads/Has_Tag_Guard.php'),(2023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads/PAX_Config.php','wp-content/plugins/google-site-kit/includes/Modules/Ads/PAX_Config.php'),(2024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads/Settings.php','wp-content/plugins/google-site-kit/includes/Modules/Ads/Settings.php'),(2025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads/Tag_Matchers.php','wp-content/plugins/google-site-kit/includes/Modules/Ads/Tag_Matchers.php'),(2026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads/Web_Tag.php','wp-content/plugins/google-site-kit/includes/Modules/Ads/Web_Tag.php'),(2027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Ads.php','wp-content/plugins/google-site-kit/includes/Modules/Ads.php'),(2028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/AMP_Tag.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/AMP_Tag.php'),(2029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Account_Ticket.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Account_Ticket.php'),(2030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/AMP_Config_Injector.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/AMP_Config_Injector.php'),(2031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Event.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Event.php'),(2032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Event_List.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Event_List.php'),(2033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Event_List_Registry.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Event_List_Registry.php'),(2034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Script_Injector.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking/Script_Injector.php'),(2035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking.php'),(2036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Custom_Dimensions_Data_Available.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Custom_Dimensions_Data_Available.php'),(2037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/AccountProvisioningService.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/AccountProvisioningService.php'),(2038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/AccountsResource.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/AccountsResource.php'),(2039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/EnhancedMeasurementSettingsModel.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/EnhancedMeasurementSettingsModel.php'),(2040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesAdSenseLinksService.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesAdSenseLinksService.php'),(2041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesAudiencesService.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesAudiencesService.php'),(2042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesEnhancedMeasurementResource.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesEnhancedMeasurementResource.php'),(2043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesEnhancedMeasurementService.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/PropertiesEnhancedMeasurementService.php'),(2044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/Proxy_GoogleAnalyticsAdminProvisionAccountTicketRequest.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin/Proxy_GoogleAnalyticsAdminProvisionAccountTicketRequest.php'),(2045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/PivotReport.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/PivotReport.php'),(2046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter/Filter.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter/Filter.php'),(2047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter/In_List_Filter.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter/In_List_Filter.php'),(2048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter/String_Filter.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter/String_Filter.php'),(2049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Filters/Between_Filter.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Filters/Between_Filter.php'),(2050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Filters/Numeric_Filter.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Filters/Numeric_Filter.php'),(2051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/PivotRequest.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/PivotRequest.php'),(2052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/ReportParsers.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/ReportParsers.php'),(2053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Request.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Request.php'),(2054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/RequestHelpers.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/RequestHelpers.php'),(2055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Response.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Response.php'),(2056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Row_Trait.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Row_Trait.php'),(2057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report.php'),(2058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Resource_Data_Availability_Date.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Resource_Data_Availability_Date.php'),(2059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Settings.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Settings.php'),(2060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Synchronize_AdSenseLinked.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Synchronize_AdSenseLinked.php'),(2061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Synchronize_AdsLinked.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Synchronize_AdsLinked.php'),(2062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Synchronize_Property.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Synchronize_Property.php'),(2063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Tag_Guard.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Tag_Guard.php'),(2064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Tag_Interface.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Tag_Interface.php'),(2065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Tag_Matchers.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Tag_Matchers.php'),(2066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Web_Tag.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Web_Tag.php'),(2067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4.php','wp-content/plugins/google-site-kit/includes/Modules/Analytics_4.php'),(2068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/PageSpeed_Insights/Settings.php','wp-content/plugins/google-site-kit/includes/Modules/PageSpeed_Insights/Settings.php'),(2069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/PageSpeed_Insights.php','wp-content/plugins/google-site-kit/includes/Modules/PageSpeed_Insights.php'),(2070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Settings.php','wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Settings.php'),(2071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Tag_Guard.php','wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Tag_Guard.php'),(2072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Tag_Matchers.php','wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Tag_Matchers.php'),(2073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Web_Tag.php','wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager/Web_Tag.php'),(2074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager.php','wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager.php'),(2075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Search_Console/Settings.php','wp-content/plugins/google-site-kit/includes/Modules/Search_Console/Settings.php'),(2076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Search_Console.php','wp-content/plugins/google-site-kit/includes/Modules/Search_Console.php'),(2077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Site_Verification.php','wp-content/plugins/google-site-kit/includes/Modules/Site_Verification.php'),(2078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/AMP_Tag.php','wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/AMP_Tag.php'),(2079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Settings.php','wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Settings.php'),(2080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Tag_Guard.php','wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Tag_Guard.php'),(2081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Tag_Matchers.php','wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Tag_Matchers.php'),(2082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Web_Tag.php','wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager/Web_Tag.php'),(2083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager.php','wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager.php'),(2084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/Plugin.php','wp-content/plugins/google-site-kit/includes/Plugin.php'),(2085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/loader.php','wp-content/plugins/google-site-kit/includes/loader.php'),(2086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/includes/vendor/composer/autoload_classmap.php','wp-content/plugins/google-site-kit/includes/vendor/composer/autoload_classmap.php'),(2087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/readme.txt','wp-content/plugins/google-site-kit/readme.txt'),(2088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AccessToken/Revoke.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AccessToken/Revoke.php'),(2089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AccessToken/Verify.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AccessToken/Verify.php'),(2090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/AuthHandlerFactory.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/AuthHandlerFactory.php'),(2091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php'),(2092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php'),(2093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php'),(2094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Client.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Client.php'),(2095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Collection.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Collection.php'),(2096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Exception.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Exception.php'),(2097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http/Batch.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http/Batch.php'),(2098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http/MediaFileUpload.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http/MediaFileUpload.php'),(2099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http/REST.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http/REST.php'),(2100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Model.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Model.php'),(2101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service/Exception.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service/Exception.php'),(2102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service/Resource.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service/Resource.php'),(2103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service.php'),(2104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Composer.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Composer.php'),(2105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Exception.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Exception.php'),(2106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Retryable.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Retryable.php'),(2107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Runner.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task/Runner.php'),(2108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Utils/UriTemplate.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Utils/UriTemplate.php'),(2109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/aliases.php','wp-content/plugins/google-site-kit/third-party/google/apiclient/src/aliases.php'),(2110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/autoload.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/autoload.php'),(2111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Account.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Account.php'),(2112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdBlockingRecoveryTag.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdBlockingRecoveryTag.php'),(2113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdClient.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdClient.php'),(2114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdClientAdCode.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdClientAdCode.php'),(2115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdUnit.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdUnit.php'),(2116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdUnitAdCode.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdUnitAdCode.php'),(2117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdsenseEmpty.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/AdsenseEmpty.php'),(2118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Alert.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Alert.php'),(2119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Cell.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Cell.php'),(2120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ContentAdsSettings.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ContentAdsSettings.php'),(2121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/CustomChannel.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/CustomChannel.php'),(2122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Date.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Date.php'),(2123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Header.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Header.php'),(2124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/HttpBody.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/HttpBody.php'),(2125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAccountsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAccountsResponse.php'),(2126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAdClientsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAdClientsResponse.php'),(2127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAdUnitsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAdUnitsResponse.php'),(2128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAlertsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListAlertsResponse.php'),(2129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListChildAccountsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListChildAccountsResponse.php'),(2130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListCustomChannelsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListCustomChannelsResponse.php'),(2131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListLinkedAdUnitsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListLinkedAdUnitsResponse.php'),(2132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListLinkedCustomChannelsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListLinkedCustomChannelsResponse.php'),(2133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListPaymentsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListPaymentsResponse.php'),(2134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListPolicyIssuesResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListPolicyIssuesResponse.php'),(2135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListSavedReportsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListSavedReportsResponse.php'),(2136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListSitesResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListSitesResponse.php'),(2137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListUrlChannelsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ListUrlChannelsResponse.php'),(2138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Payment.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Payment.php'),(2139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/PolicyIssue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/PolicyIssue.php'),(2140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/PolicyTopic.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/PolicyTopic.php'),(2141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ReportResult.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/ReportResult.php'),(2142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/Accounts.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/Accounts.php'),(2143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclients.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclients.php'),(2144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclientsAdunits.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclientsAdunits.php'),(2145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclientsCustomchannels.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclientsCustomchannels.php'),(2146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclientsUrlchannels.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAdclientsUrlchannels.php'),(2147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAlerts.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsAlerts.php'),(2148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsPayments.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsPayments.php'),(2149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsPolicyIssues.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsPolicyIssues.php'),(2150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsReports.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsReports.php'),(2151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsReportsSaved.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsReportsSaved.php'),(2152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsSites.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource/AccountsSites.php'),(2153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Row.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Row.php'),(2154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/SavedReport.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/SavedReport.php'),(2155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Site.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Site.php'),(2156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/TimeZone.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/TimeZone.php'),(2157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/UrlChannel.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/UrlChannel.php'),(2158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense.php'),(2159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Account.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Account.php'),(2160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountChildLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountChildLink.php'),(2161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountPermissions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountPermissions.php'),(2162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountRef.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountRef.php'),(2163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountSummaries.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountSummaries.php'),(2164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountSummary.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountSummary.php'),(2165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountTicket.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountTicket.php'),(2166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountTreeRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountTreeRequest.php'),(2167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountTreeResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AccountTreeResponse.php'),(2168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Accounts.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Accounts.php'),(2169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AdWordsAccount.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AdWordsAccount.php'),(2170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AnalyticsDataimportDeleteUploadDataRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/AnalyticsDataimportDeleteUploadDataRequest.php'),(2171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Column.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Column.php'),(2172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Columns.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Columns.php'),(2173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSource.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSource.php'),(2174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSourceChildLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSourceChildLink.php'),(2175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSourceParentLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSourceParentLink.php'),(2176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSources.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDataSources.php'),(2177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDimension.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDimension.php'),(2178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDimensionParentLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDimensionParentLink.php'),(2179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDimensions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomDimensions.php'),(2180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomMetric.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomMetric.php'),(2181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomMetricParentLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomMetricParentLink.php'),(2182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomMetrics.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/CustomMetrics.php'),(2183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityAdWordsLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityAdWordsLink.php'),(2184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityAdWordsLinkEntity.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityAdWordsLinkEntity.php'),(2185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityAdWordsLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityAdWordsLinks.php'),(2186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLink.php'),(2187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLinkEntity.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLinkEntity.php'),(2188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLinkPermissions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLinkPermissions.php'),(2189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/EntityUserLinks.php'),(2190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Experiment.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Experiment.php'),(2191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ExperimentParentLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ExperimentParentLink.php'),(2192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ExperimentVariations.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ExperimentVariations.php'),(2193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Experiments.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Experiments.php'),(2194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Filter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Filter.php'),(2195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterAdvancedDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterAdvancedDetails.php'),(2196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterExpression.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterExpression.php'),(2197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterLowercaseDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterLowercaseDetails.php'),(2198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterParentLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterParentLink.php'),(2199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterRef.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterRef.php'),(2200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterSearchAndReplaceDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterSearchAndReplaceDetails.php'),(2201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterUppercaseDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/FilterUppercaseDetails.php'),(2202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Filters.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Filters.php'),(2203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaData.php'),(2204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataColumnHeaders.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataColumnHeaders.php'),(2205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTable.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTable.php'),(2206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTableCols.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTableCols.php'),(2207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTableRows.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTableRows.php'),(2208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTableRowsC.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataDataTableRowsC.php'),(2209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataProfileInfo.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataProfileInfo.php'),(2210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataQuery.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GaDataQuery.php'),(2211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Goal.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Goal.php'),(2212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalEventDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalEventDetails.php'),(2213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalEventDetailsEventConditions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalEventDetailsEventConditions.php'),(2214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalParentLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalParentLink.php'),(2215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalUrlDestinationDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalUrlDestinationDetails.php'),(2216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalUrlDestinationDetailsSteps.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalUrlDestinationDetailsSteps.php'),(2217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalVisitNumPagesDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalVisitNumPagesDetails.php'),(2218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalVisitTimeOnSiteDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/GoalVisitTimeOnSiteDetails.php'),(2219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Goals.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Goals.php'),(2220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/HashClientIdRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/HashClientIdRequest.php'),(2221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/HashClientIdResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/HashClientIdResponse.php'),(2222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/IncludeConditions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/IncludeConditions.php'),(2223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/LinkedForeignAccount.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/LinkedForeignAccount.php'),(2224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfData.php'),(2225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataColumnHeaders.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataColumnHeaders.php'),(2226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataProfileInfo.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataProfileInfo.php'),(2227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataQuery.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataQuery.php'),(2228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataRows.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataRows.php'),(2229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataRowsConversionPathValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/McfDataRowsConversionPathValue.php'),(2230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Profile.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Profile.php'),(2231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileChildLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileChildLink.php'),(2232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileFilterLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileFilterLink.php'),(2233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileFilterLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileFilterLinks.php'),(2234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileParentLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileParentLink.php'),(2235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfilePermissions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfilePermissions.php'),(2236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileRef.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileRef.php'),(2237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileSummary.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/ProfileSummary.php'),(2238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Profiles.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Profiles.php'),(2239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeData.php'),(2240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeDataColumnHeaders.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeDataColumnHeaders.php'),(2241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeDataProfileInfo.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeDataProfileInfo.php'),(2242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeDataQuery.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RealtimeDataQuery.php'),(2243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudience.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudience.php'),(2244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudienceAudienceDefinition.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudienceAudienceDefinition.php'),(2245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php'),(2246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php'),(2247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudiences.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/RemarketingAudiences.php'),(2248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Data.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Data.php'),(2249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/DataGa.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/DataGa.php'),(2250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/DataMcf.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/DataMcf.php'),(2251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/DataRealtime.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/DataRealtime.php'),(2252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Management.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Management.php'),(2253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementAccountSummaries.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementAccountSummaries.php'),(2254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementAccountUserLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementAccountUserLinks.php'),(2255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementAccounts.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementAccounts.php'),(2256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementClientId.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementClientId.php'),(2257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementCustomDataSources.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementCustomDataSources.php'),(2258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementCustomDimensions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementCustomDimensions.php'),(2259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementCustomMetrics.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementCustomMetrics.php'),(2260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementExperiments.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementExperiments.php'),(2261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementFilters.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementFilters.php'),(2262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementGoals.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementGoals.php'),(2263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementProfileFilterLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementProfileFilterLinks.php'),(2264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementProfileUserLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementProfileUserLinks.php'),(2265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementProfiles.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementProfiles.php'),(2266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementRemarketingAudience.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementRemarketingAudience.php'),(2267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementSegments.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementSegments.php'),(2268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementUnsampledReports.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementUnsampledReports.php'),(2269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementUploads.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementUploads.php'),(2270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementWebPropertyAdWordsLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementWebPropertyAdWordsLinks.php'),(2271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementWebproperties.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementWebproperties.php'),(2272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementWebpropertyUserLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/ManagementWebpropertyUserLinks.php'),(2273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Metadata.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Metadata.php'),(2274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/MetadataColumns.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/MetadataColumns.php'),(2275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Provisioning.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/Provisioning.php'),(2276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/UserDeletion.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/UserDeletion.php'),(2277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/UserDeletionUserDeletionRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Resource/UserDeletionUserDeletionRequest.php'),(2278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Segment.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Segment.php'),(2279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Segments.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Segments.php'),(2280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReport.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReport.php'),(2281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReportCloudStorageDownloadDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReportCloudStorageDownloadDetails.php'),(2282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReportDriveDownloadDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReportDriveDownloadDetails.php'),(2283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReports.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UnsampledReports.php'),(2284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Upload.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Upload.php'),(2285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Uploads.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Uploads.php'),(2286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UserDeletionRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UserDeletionRequest.php'),(2287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UserDeletionRequestId.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UserDeletionRequestId.php'),(2288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UserRef.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/UserRef.php'),(2289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebPropertyRef.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebPropertyRef.php'),(2290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebPropertySummary.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebPropertySummary.php'),(2291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Webproperties.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Webproperties.php'),(2292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Webproperty.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/Webproperty.php'),(2293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebpropertyChildLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebpropertyChildLink.php'),(2294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebpropertyParentLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebpropertyParentLink.php'),(2295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebpropertyPermissions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics/WebpropertyPermissions.php'),(2296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Analytics.php'),(2297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ActiveMetricRestriction.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ActiveMetricRestriction.php'),(2298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/AudienceExport.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/AudienceExport.php'),(2299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/AudienceListMetadata.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/AudienceListMetadata.php'),(2300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunPivotReportsRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunPivotReportsRequest.php'),(2301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunPivotReportsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunPivotReportsResponse.php'),(2302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunReportsRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunReportsRequest.php'),(2303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunReportsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BatchRunReportsResponse.php'),(2304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BetweenFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/BetweenFilter.php'),(2305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CaseExpression.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CaseExpression.php'),(2306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CheckCompatibilityRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CheckCompatibilityRequest.php'),(2307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CheckCompatibilityResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CheckCompatibilityResponse.php'),(2308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Cohort.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Cohort.php'),(2309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CohortReportSettings.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CohortReportSettings.php'),(2310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CohortSpec.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CohortSpec.php'),(2311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CohortsRange.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/CohortsRange.php'),(2312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ConcatenateExpression.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ConcatenateExpression.php'),(2313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DateRange.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DateRange.php'),(2314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Dimension.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Dimension.php'),(2315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionCompatibility.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionCompatibility.php'),(2316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionExpression.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionExpression.php'),(2317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionHeader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionHeader.php'),(2318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionMetadata.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionMetadata.php'),(2319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionOrderBy.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionOrderBy.php'),(2320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/DimensionValue.php'),(2321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Filter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Filter.php'),(2322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/FilterExpression.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/FilterExpression.php'),(2323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/FilterExpressionList.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/FilterExpressionList.php'),(2324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/InListFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/InListFilter.php'),(2325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ListAudienceExportsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ListAudienceExportsResponse.php'),(2326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Metadata.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Metadata.php'),(2327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Metric.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Metric.php'),(2328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricCompatibility.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricCompatibility.php'),(2329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricHeader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricHeader.php'),(2330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricMetadata.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricMetadata.php'),(2331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricOrderBy.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricOrderBy.php'),(2332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MetricValue.php'),(2333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MinuteRange.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/MinuteRange.php'),(2334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/NumericFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/NumericFilter.php'),(2335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/NumericValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/NumericValue.php'),(2336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Operation.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Operation.php'),(2337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/OrderBy.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/OrderBy.php'),(2338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Pivot.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Pivot.php'),(2339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotDimensionHeader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotDimensionHeader.php'),(2340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotHeader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotHeader.php'),(2341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotOrderBy.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotOrderBy.php'),(2342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotSelection.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PivotSelection.php'),(2343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PropertyQuota.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/PropertyQuota.php'),(2344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/QueryAudienceExportRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/QueryAudienceExportRequest.php'),(2345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/QueryAudienceExportResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/QueryAudienceExportResponse.php'),(2346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/QuotaStatus.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/QuotaStatus.php'),(2347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Resource/Properties.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Resource/Properties.php'),(2348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Resource/PropertiesAudienceExports.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Resource/PropertiesAudienceExports.php'),(2349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ResponseMetaData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/ResponseMetaData.php'),(2350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Row.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Row.php'),(2351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunPivotReportRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunPivotReportRequest.php'),(2352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunPivotReportResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunPivotReportResponse.php'),(2353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunRealtimeReportRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunRealtimeReportRequest.php'),(2354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunRealtimeReportResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunRealtimeReportResponse.php'),(2355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunReportRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunReportRequest.php'),(2356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunReportResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/RunReportResponse.php'),(2357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/SamplingMetadata.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/SamplingMetadata.php'),(2358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/SchemaRestrictionResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/SchemaRestrictionResponse.php'),(2359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Status.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Status.php'),(2360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/StringFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/StringFilter.php'),(2361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/V1betaAudienceDimension.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/V1betaAudienceDimension.php'),(2362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/V1betaAudienceDimensionValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/V1betaAudienceDimensionValue.php'),(2363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/V1betaAudienceRow.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/V1betaAudienceRow.php'),(2364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData.php'),(2365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Activity.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Activity.php'),(2366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Cohort.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Cohort.php'),(2367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/CohortGroup.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/CohortGroup.php'),(2368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ColumnHeader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ColumnHeader.php'),(2369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/CustomDimension.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/CustomDimension.php'),(2370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DateRange.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DateRange.php'),(2371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DateRangeValues.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DateRangeValues.php'),(2372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Dimension.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Dimension.php'),(2373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DimensionFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DimensionFilter.php'),(2374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DimensionFilterClause.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DimensionFilterClause.php'),(2375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DynamicSegment.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/DynamicSegment.php'),(2376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/EcommerceData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/EcommerceData.php'),(2377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/EventData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/EventData.php'),(2378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GetReportsRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GetReportsRequest.php'),(2379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GetReportsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GetReportsResponse.php'),(2380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GoalData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GoalData.php'),(2381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GoalSetData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/GoalSetData.php'),(2382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Metric.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Metric.php'),(2383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricFilter.php'),(2384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricFilterClause.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricFilterClause.php'),(2385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricHeader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricHeader.php'),(2386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricHeaderEntry.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/MetricHeaderEntry.php'),(2387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/OrFiltersForSegment.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/OrFiltersForSegment.php'),(2388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/OrderBy.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/OrderBy.php'),(2389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PageviewData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PageviewData.php'),(2390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Pivot.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Pivot.php'),(2391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PivotHeader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PivotHeader.php'),(2392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PivotHeaderEntry.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PivotHeaderEntry.php'),(2393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PivotValueRegion.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/PivotValueRegion.php'),(2394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ProductData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ProductData.php'),(2395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Report.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Report.php'),(2396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ReportData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ReportData.php'),(2397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ReportRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ReportRequest.php'),(2398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ReportRow.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ReportRow.php'),(2399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Resource/Reports.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Resource/Reports.php'),(2400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Resource/UserActivity.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Resource/UserActivity.php'),(2401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ResourceQuotasRemaining.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ResourceQuotasRemaining.php'),(2402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ScreenviewData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/ScreenviewData.php'),(2403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SearchUserActivityRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SearchUserActivityRequest.php'),(2404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SearchUserActivityResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SearchUserActivityResponse.php'),(2405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Segment.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/Segment.php'),(2406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentDefinition.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentDefinition.php'),(2407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentDimensionFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentDimensionFilter.php'),(2408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentFilter.php'),(2409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentFilterClause.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentFilterClause.php'),(2410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentMetricFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentMetricFilter.php'),(2411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentSequenceStep.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SegmentSequenceStep.php'),(2412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SequenceSegment.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SequenceSegment.php'),(2413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SimpleSegment.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/SimpleSegment.php'),(2414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/TransactionData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/TransactionData.php'),(2415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/User.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/User.php'),(2416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/UserActivitySession.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting/UserActivitySession.php'),(2417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsReporting.php'),(2418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessBetweenFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessBetweenFilter.php'),(2419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDateRange.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDateRange.php'),(2420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDimension.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDimension.php'),(2421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDimensionHeader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDimensionHeader.php'),(2422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDimensionValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessDimensionValue.php'),(2423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessFilter.php'),(2424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessFilterExpression.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessFilterExpression.php'),(2425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessFilterExpressionList.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessFilterExpressionList.php'),(2426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessInListFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessInListFilter.php'),(2427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessMetric.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessMetric.php'),(2428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessMetricHeader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessMetricHeader.php'),(2429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessMetricValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessMetricValue.php'),(2430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessNumericFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessNumericFilter.php'),(2431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessOrderBy.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessOrderBy.php'),(2432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessOrderByDimensionOrderBy.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessOrderByDimensionOrderBy.php'),(2433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessOrderByMetricOrderBy.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessOrderByMetricOrderBy.php'),(2434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessQuota.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessQuota.php'),(2435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessQuotaStatus.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessQuotaStatus.php'),(2436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessRow.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessRow.php'),(2437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessStringFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccessStringFilter.php'),(2438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccount.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccount.php'),(2439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccountSummary.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAccountSummary.php'),(2440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionRequest.php'),(2441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionResponse.php'),(2442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAndroidAppDataStream.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAndroidAppDataStream.php'),(2443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest.php'),(2444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse.php'),(2445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaArchiveAudienceRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaArchiveAudienceRequest.php'),(2446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaArchiveCustomDimensionRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaArchiveCustomDimensionRequest.php'),(2447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaArchiveCustomMetricRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaArchiveCustomMetricRequest.php'),(2448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAttributionSettings.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAttributionSettings.php'),(2449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudience.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudience.php'),(2450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilter.php'),(2451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterBetweenFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterBetweenFilter.php'),(2452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterInListFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterInListFilter.php'),(2453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericFilter.php'),(2454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue.php'),(2455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterStringFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterStringFilter.php'),(2456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceEventFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceEventFilter.php'),(2457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceEventTrigger.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceEventTrigger.php'),(2458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceFilterClause.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceFilterClause.php'),(2459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceFilterExpression.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceFilterExpression.php'),(2460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList.php'),(2461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceSequenceFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceSequenceFilter.php'),(2462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep.php'),(2463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceSimpleFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAudienceSimpleFilter.php'),(2464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLink.php'),(2465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLinksRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLinksRequest.php'),(2466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLinksResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaAuditUserLinksResponse.php'),(2467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest.php'),(2468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse.php'),(2469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest.php'),(2470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse.php'),(2471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest.php'),(2472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse.php'),(2473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest.php'),(2474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryChange.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryChange.php'),(2475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.php'),(2476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryEvent.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaChangeHistoryEvent.php'),(2477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaConversionEvent.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaConversionEvent.php'),(2478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCreateUserLinkRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCreateUserLinkRequest.php'),(2479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCustomDimension.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCustomDimension.php'),(2480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCustomMetric.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaCustomMetric.php'),(2481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataRetentionSettings.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataRetentionSettings.php'),(2482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataSharingSettings.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataSharingSettings.php'),(2483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStream.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStream.php'),(2484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData.php'),(2485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData.php'),(2486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStreamWebStreamData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDataStreamWebStreamData.php'),(2487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest.php'),(2488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink.php'),(2489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal.php'),(2490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings.php'),(2491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSet.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSet.php'),(2492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilter.php'),(2493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression.php'),(2494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList.php'),(2495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter.php'),(2496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter.php'),(2497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaFirebaseLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaFirebaseLink.php'),(2498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGlobalSiteTag.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGlobalSiteTag.php'),(2499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGoogleAdsLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGoogleAdsLink.php'),(2500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGoogleSignalsSettings.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaGoogleSignalsSettings.php'),(2501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaIosAppDataStream.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaIosAppDataStream.php'),(2502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails.php'),(2503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAccountSummariesResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAccountSummariesResponse.php'),(2504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAccountsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAccountsResponse.php'),(2505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse.php'),(2506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAudiencesResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListAudiencesResponse.php'),(2507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListConversionEventsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListConversionEventsResponse.php'),(2508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListCustomDimensionsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListCustomDimensionsResponse.php'),(2509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListCustomMetricsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListCustomMetricsResponse.php'),(2510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListDataStreamsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListDataStreamsResponse.php'),(2511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse.php'),(2512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse.php'),(2513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse.php'),(2514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse.php'),(2515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse.php'),(2516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListMeasurementProtocolSecretsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListMeasurementProtocolSecretsResponse.php'),(2517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListPropertiesResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListPropertiesResponse.php'),(2518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListSearchAds360LinksResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListSearchAds360LinksResponse.php'),(2519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListUserLinksResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListUserLinksResponse.php'),(2520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse.php'),(2521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret.php'),(2522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaNumericValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaNumericValue.php'),(2523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProperty.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProperty.php'),(2524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaPropertySummary.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaPropertySummary.php'),(2525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest.php'),(2526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse.php'),(2527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaRunAccessReportRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaRunAccessReportRequest.php'),(2528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaRunAccessReportResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaRunAccessReportResponse.php'),(2529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchAds360Link.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchAds360Link.php'),(2530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest.php'),(2531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse.php'),(2532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest.php'),(2533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaUserLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaUserLink.php'),(2534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaWebDataStream.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaWebDataStream.php'),(2535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessBetweenFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessBetweenFilter.php'),(2536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDateRange.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDateRange.php'),(2537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDimension.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDimension.php'),(2538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDimensionHeader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDimensionHeader.php'),(2539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDimensionValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessDimensionValue.php'),(2540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessFilter.php'),(2541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessFilterExpression.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessFilterExpression.php'),(2542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessFilterExpressionList.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessFilterExpressionList.php'),(2543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessInListFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessInListFilter.php'),(2544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessMetric.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessMetric.php'),(2545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessMetricHeader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessMetricHeader.php'),(2546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessMetricValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessMetricValue.php'),(2547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessNumericFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessNumericFilter.php'),(2548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessOrderBy.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessOrderBy.php'),(2549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy.php'),(2550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessOrderByMetricOrderBy.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessOrderByMetricOrderBy.php'),(2551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessQuota.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessQuota.php'),(2552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessQuotaStatus.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessQuotaStatus.php'),(2553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessRow.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessRow.php'),(2554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessStringFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccessStringFilter.php'),(2555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccount.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccount.php'),(2556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccountSummary.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAccountSummary.php'),(2557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest.php'),(2558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionResponse.php'),(2559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaArchiveCustomDimensionRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaArchiveCustomDimensionRequest.php'),(2560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaArchiveCustomMetricRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaArchiveCustomMetricRequest.php'),(2561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaChangeHistoryChange.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaChangeHistoryChange.php'),(2562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource.php'),(2563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaChangeHistoryEvent.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaChangeHistoryEvent.php'),(2564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaConversionEvent.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaConversionEvent.php'),(2565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue.php'),(2566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaCustomDimension.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaCustomDimension.php'),(2567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaCustomMetric.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaCustomMetric.php'),(2568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataRetentionSettings.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataRetentionSettings.php'),(2569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataSharingSettings.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataSharingSettings.php'),(2570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStream.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStream.php'),(2571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData.php'),(2572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData.php'),(2573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStreamWebStreamData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaDataStreamWebStreamData.php'),(2574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaFirebaseLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaFirebaseLink.php'),(2575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaGoogleAdsLink.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaGoogleAdsLink.php'),(2576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaKeyEvent.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaKeyEvent.php'),(2577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaKeyEventDefaultValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaKeyEventDefaultValue.php'),(2578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListAccountSummariesResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListAccountSummariesResponse.php'),(2579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListAccountsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListAccountsResponse.php'),(2580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListConversionEventsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListConversionEventsResponse.php'),(2581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListCustomDimensionsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListCustomDimensionsResponse.php'),(2582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListCustomMetricsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListCustomMetricsResponse.php'),(2583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListDataStreamsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListDataStreamsResponse.php'),(2584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListFirebaseLinksResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListFirebaseLinksResponse.php'),(2585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListGoogleAdsLinksResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListGoogleAdsLinksResponse.php'),(2586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListKeyEventsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListKeyEventsResponse.php'),(2587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListMeasurementProtocolSecretsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListMeasurementProtocolSecretsResponse.php'),(2588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListPropertiesResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaListPropertiesResponse.php'),(2589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaMeasurementProtocolSecret.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaMeasurementProtocolSecret.php'),(2590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaNumericValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaNumericValue.php'),(2591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaProperty.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaProperty.php'),(2592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaPropertySummary.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaPropertySummary.php'),(2593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaProvisionAccountTicketRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaProvisionAccountTicketRequest.php'),(2594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse.php'),(2595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaRunAccessReportRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaRunAccessReportRequest.php'),(2596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaRunAccessReportResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaRunAccessReportResponse.php'),(2597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest.php'),(2598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsResponse.php'),(2599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleProtobufEmpty.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleProtobufEmpty.php'),(2600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/AccountSummaries.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/AccountSummaries.php'),(2601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/Accounts.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/Accounts.php'),(2602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/AccountsUserLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/AccountsUserLinks.php'),(2603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/Properties.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/Properties.php'),(2604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreams.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreams.php'),(2605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreamsMeasurementProtocolSecrets.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreamsMeasurementProtocolSecrets.php'),(2606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesAudiences.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesAudiences.php'),(2607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesConversionEvents.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesConversionEvents.php'),(2608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesCustomDimensions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesCustomDimensions.php'),(2609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesCustomMetrics.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesCustomMetrics.php'),(2610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDataStreams.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDataStreams.php'),(2611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDataStreamsMeasurementProtocolSecrets.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDataStreamsMeasurementProtocolSecrets.php'),(2612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDisplayVideo360AdvertiserLinkProposals.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDisplayVideo360AdvertiserLinkProposals.php'),(2613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDisplayVideo360AdvertiserLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesDisplayVideo360AdvertiserLinks.php'),(2614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesFirebaseLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesFirebaseLinks.php'),(2615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesGoogleAdsLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesGoogleAdsLinks.php'),(2616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreams.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreams.php'),(2617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreamsMeasurementProtocolSecrets.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreamsMeasurementProtocolSecrets.php'),(2618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesKeyEvents.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesKeyEvents.php'),(2619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesSearchAds360Links.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesSearchAds360Links.php'),(2620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesUserLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesUserLinks.php'),(2621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesWebDataStreams.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesWebDataStreams.php'),(2622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesWebDataStreamsMeasurementProtocolSecrets.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/PropertiesWebDataStreamsMeasurementProtocolSecrets.php'),(2623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin.php'),(2624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/AuditRefs.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/AuditRefs.php'),(2625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Bucket.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Bucket.php'),(2626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Categories.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Categories.php'),(2627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/CategoryGroupV5.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/CategoryGroupV5.php'),(2628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/ConfigSettings.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/ConfigSettings.php'),(2629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Environment.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Environment.php'),(2630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/I18n.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/I18n.php'),(2631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LhrEntity.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LhrEntity.php'),(2632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LighthouseAuditResultV5.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LighthouseAuditResultV5.php'),(2633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LighthouseCategoryV5.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LighthouseCategoryV5.php'),(2634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LighthouseResultV5.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/LighthouseResultV5.php'),(2635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/PagespeedApiLoadingExperienceV5.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/PagespeedApiLoadingExperienceV5.php'),(2636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/PagespeedApiPagespeedResponseV5.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/PagespeedApiPagespeedResponseV5.php'),(2637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/PagespeedVersion.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/PagespeedVersion.php'),(2638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/RendererFormattedStrings.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/RendererFormattedStrings.php'),(2639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Resource/Pagespeedapi.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Resource/Pagespeedapi.php'),(2640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/RuntimeError.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/RuntimeError.php'),(2641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/StackPack.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/StackPack.php'),(2642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Timing.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Timing.php'),(2643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/UserPageLoadMetricV5.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/UserPageLoadMetricV5.php'),(2644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights.php'),(2645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Address.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Address.php'),(2646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/AgeRangeType.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/AgeRangeType.php'),(2647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchCreateContactsRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchCreateContactsRequest.php'),(2648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchCreateContactsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchCreateContactsResponse.php'),(2649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchDeleteContactsRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchDeleteContactsRequest.php'),(2650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchGetContactGroupsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchGetContactGroupsResponse.php'),(2651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchUpdateContactsRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchUpdateContactsRequest.php'),(2652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchUpdateContactsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BatchUpdateContactsResponse.php'),(2653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Biography.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Biography.php'),(2654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Birthday.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Birthday.php'),(2655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BraggingRights.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/BraggingRights.php'),(2656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CalendarUrl.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CalendarUrl.php'),(2657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ClientData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ClientData.php'),(2658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroup.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroup.php'),(2659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroupMembership.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroupMembership.php'),(2660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroupMetadata.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroupMetadata.php'),(2661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroupResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactGroupResponse.php'),(2662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactToCreate.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ContactToCreate.php'),(2663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CopyOtherContactToMyContactsGroupRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CopyOtherContactToMyContactsGroupRequest.php'),(2664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CoverPhoto.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CoverPhoto.php'),(2665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CreateContactGroupRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/CreateContactGroupRequest.php'),(2666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Date.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Date.php'),(2667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/DeleteContactPhotoResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/DeleteContactPhotoResponse.php'),(2668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/DomainMembership.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/DomainMembership.php'),(2669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/EmailAddress.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/EmailAddress.php'),(2670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Event.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Event.php'),(2671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ExternalId.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ExternalId.php'),(2672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/FieldMetadata.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/FieldMetadata.php'),(2673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/FileAs.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/FileAs.php'),(2674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Gender.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Gender.php'),(2675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/GetPeopleResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/GetPeopleResponse.php'),(2676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/GroupClientData.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/GroupClientData.php'),(2677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ImClient.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ImClient.php'),(2678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Interest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Interest.php'),(2679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListConnectionsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListConnectionsResponse.php'),(2680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListContactGroupsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListContactGroupsResponse.php'),(2681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListDirectoryPeopleResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListDirectoryPeopleResponse.php'),(2682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListOtherContactsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ListOtherContactsResponse.php'),(2683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Locale.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Locale.php'),(2684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Location.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Location.php'),(2685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Membership.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Membership.php'),(2686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/MiscKeyword.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/MiscKeyword.php'),(2687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ModifyContactGroupMembersRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ModifyContactGroupMembersRequest.php'),(2688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ModifyContactGroupMembersResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ModifyContactGroupMembersResponse.php'),(2689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Name.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Name.php'),(2690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Nickname.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Nickname.php'),(2691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Occupation.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Occupation.php'),(2692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Organization.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Organization.php'),(2693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PeopleEmpty.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PeopleEmpty.php'),(2694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Person.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Person.php'),(2695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PersonMetadata.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PersonMetadata.php'),(2696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PersonResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PersonResponse.php'),(2697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PhoneNumber.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/PhoneNumber.php'),(2698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Photo.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Photo.php'),(2699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ProfileMetadata.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/ProfileMetadata.php'),(2700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Relation.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Relation.php'),(2701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/RelationshipInterest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/RelationshipInterest.php'),(2702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/RelationshipStatus.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/RelationshipStatus.php'),(2703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Residence.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Residence.php'),(2704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/ContactGroups.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/ContactGroups.php'),(2705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/ContactGroupsMembers.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/ContactGroupsMembers.php'),(2706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/OtherContacts.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/OtherContacts.php'),(2707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/People.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/People.php'),(2708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/PeopleConnections.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource/PeopleConnections.php'),(2709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SearchDirectoryPeopleResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SearchDirectoryPeopleResponse.php'),(2710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SearchResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SearchResponse.php'),(2711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SearchResult.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SearchResult.php'),(2712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SipAddress.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/SipAddress.php'),(2713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Skill.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Skill.php'),(2714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Source.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Source.php'),(2715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Status.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Status.php'),(2716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Tagline.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Tagline.php'),(2717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UpdateContactGroupRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UpdateContactGroupRequest.php'),(2718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UpdateContactPhotoRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UpdateContactPhotoRequest.php'),(2719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UpdateContactPhotoResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UpdateContactPhotoResponse.php'),(2720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Url.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Url.php'),(2721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UserDefined.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/UserDefined.php'),(2722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService.php'),(2723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/AmpInspectionResult.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/AmpInspectionResult.php'),(2724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/AmpIssue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/AmpIssue.php'),(2725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ApiDataRow.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ApiDataRow.php'),(2726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ApiDimensionFilter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ApiDimensionFilter.php'),(2727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ApiDimensionFilterGroup.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ApiDimensionFilterGroup.php'),(2728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/BlockedResource.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/BlockedResource.php'),(2729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/DetectedItems.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/DetectedItems.php'),(2730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Image.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Image.php'),(2731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/IndexStatusInspectionResult.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/IndexStatusInspectionResult.php'),(2732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/InspectUrlIndexRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/InspectUrlIndexRequest.php'),(2733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/InspectUrlIndexResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/InspectUrlIndexResponse.php'),(2734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Item.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Item.php'),(2735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/MobileFriendlyIssue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/MobileFriendlyIssue.php'),(2736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/MobileUsabilityInspectionResult.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/MobileUsabilityInspectionResult.php'),(2737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/MobileUsabilityIssue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/MobileUsabilityIssue.php'),(2738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/Searchanalytics.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/Searchanalytics.php'),(2739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/Sitemaps.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/Sitemaps.php'),(2740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/Sites.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/Sites.php'),(2741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlInspection.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlInspection.php'),(2742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlInspectionIndex.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlInspectionIndex.php'),(2743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlTestingTools.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlTestingTools.php'),(2744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlTestingToolsMobileFriendlyTest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource/UrlTestingToolsMobileFriendlyTest.php'),(2745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ResourceIssue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/ResourceIssue.php'),(2746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RichResultsInspectionResult.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RichResultsInspectionResult.php'),(2747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RichResultsIssue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RichResultsIssue.php'),(2748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RunMobileFriendlyTestRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RunMobileFriendlyTestRequest.php'),(2749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RunMobileFriendlyTestResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/RunMobileFriendlyTestResponse.php'),(2750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SearchAnalyticsQueryRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SearchAnalyticsQueryRequest.php'),(2751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SearchAnalyticsQueryResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SearchAnalyticsQueryResponse.php'),(2752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SitemapsListResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SitemapsListResponse.php'),(2753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SitesListResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/SitesListResponse.php'),(2754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/TestStatus.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/TestStatus.php'),(2755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/UrlInspectionResult.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/UrlInspectionResult.php'),(2756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/WmxSite.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/WmxSite.php'),(2757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/WmxSitemap.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/WmxSitemap.php'),(2758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/WmxSitemapContent.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/WmxSitemapContent.php'),(2759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole.php'),(2760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/Resource/WebResource.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/Resource/WebResource.php'),(2761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequest.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequest.php'),(2762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php'),(2763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenResponse.php'),(2764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceListResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceListResponse.php'),(2765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResource.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResource.php'),(2766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResourceSite.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResourceSite.php'),(2767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification.php'),(2768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Account.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Account.php'),(2769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/AccountAccess.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/AccountAccess.php'),(2770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/AccountFeatures.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/AccountFeatures.php'),(2771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/BuiltInVariable.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/BuiltInVariable.php'),(2772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Client.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Client.php'),(2773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Condition.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Condition.php'),(2774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Container.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Container.php'),(2775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerAccess.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerAccess.php'),(2776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerFeatures.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerFeatures.php'),(2777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerVersion.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerVersion.php'),(2778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerVersionHeader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ContainerVersionHeader.php'),(2779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CreateBuiltInVariableResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CreateBuiltInVariableResponse.php'),(2780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CreateContainerVersionRequestVersionOptions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CreateContainerVersionRequestVersionOptions.php'),(2781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CreateContainerVersionResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CreateContainerVersionResponse.php'),(2782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CustomTemplate.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/CustomTemplate.php'),(2783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Destination.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Destination.php'),(2784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Entity.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Entity.php'),(2785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Environment.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Environment.php'),(2786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Folder.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Folder.php'),(2787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/FolderEntities.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/FolderEntities.php'),(2788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GalleryReference.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GalleryReference.php'),(2789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GetContainerSnippetResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GetContainerSnippetResponse.php'),(2790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GetWorkspaceStatusResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GetWorkspaceStatusResponse.php'),(2791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GtagConfig.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/GtagConfig.php'),(2792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListAccountsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListAccountsResponse.php'),(2793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListClientsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListClientsResponse.php'),(2794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListContainerVersionsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListContainerVersionsResponse.php'),(2795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListContainersResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListContainersResponse.php'),(2796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListDestinationsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListDestinationsResponse.php'),(2797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListEnabledBuiltInVariablesResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListEnabledBuiltInVariablesResponse.php'),(2798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListEnvironmentsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListEnvironmentsResponse.php'),(2799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListFoldersResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListFoldersResponse.php'),(2800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListGtagConfigResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListGtagConfigResponse.php'),(2801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTagsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTagsResponse.php'),(2802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTemplatesResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTemplatesResponse.php'),(2803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTransformationsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTransformationsResponse.php'),(2804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTriggersResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListTriggersResponse.php'),(2805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListUserPermissionsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListUserPermissionsResponse.php'),(2806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListVariablesResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListVariablesResponse.php'),(2807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListWorkspacesResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListWorkspacesResponse.php'),(2808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListZonesResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ListZonesResponse.php'),(2809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/MergeConflict.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/MergeConflict.php'),(2810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Parameter.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Parameter.php'),(2811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/PublishContainerVersionResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/PublishContainerVersionResponse.php'),(2812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/QuickPreviewResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/QuickPreviewResponse.php'),(2813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/Accounts.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/Accounts.php'),(2814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainers.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainers.php'),(2815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersDestinations.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersDestinations.php'),(2816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersEnvironments.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersEnvironments.php'),(2817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersVersionHeaders.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersVersionHeaders.php'),(2818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersVersions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersVersions.php'),(2819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspaces.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspaces.php'),(2820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesBuiltInVariables.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesBuiltInVariables.php'),(2821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesClients.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesClients.php'),(2822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesFolders.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesFolders.php'),(2823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesGtagConfig.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesGtagConfig.php'),(2824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTags.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTags.php'),(2825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTemplates.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTemplates.php'),(2826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTransformations.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTransformations.php'),(2827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTriggers.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesTriggers.php'),(2828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesVariables.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesVariables.php'),(2829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesZones.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsContainersWorkspacesZones.php'),(2830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsUserPermissions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource/AccountsUserPermissions.php'),(2831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertBuiltInVariableResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertBuiltInVariableResponse.php'),(2832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertClientResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertClientResponse.php'),(2833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertFolderResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertFolderResponse.php'),(2834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTagResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTagResponse.php'),(2835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTemplateResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTemplateResponse.php'),(2836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTransformationResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTransformationResponse.php'),(2837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTriggerResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertTriggerResponse.php'),(2838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertVariableResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertVariableResponse.php'),(2839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertZoneResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/RevertZoneResponse.php'),(2840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/SetupTag.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/SetupTag.php'),(2841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/SyncStatus.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/SyncStatus.php'),(2842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/SyncWorkspaceResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/SyncWorkspaceResponse.php'),(2843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Tag.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Tag.php'),(2844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/TagConsentSetting.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/TagConsentSetting.php'),(2845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/TeardownTag.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/TeardownTag.php'),(2846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Transformation.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Transformation.php'),(2847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Trigger.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Trigger.php'),(2848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/UserPermission.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/UserPermission.php'),(2849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Variable.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Variable.php'),(2850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/VariableFormatValue.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/VariableFormatValue.php'),(2851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Workspace.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Workspace.php'),(2852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Zone.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Zone.php'),(2853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ZoneBoundary.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ZoneBoundary.php'),(2854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ZoneChildContainer.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ZoneChildContainer.php'),(2855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ZoneTypeRestriction.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/ZoneTypeRestriction.php'),(2856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager.php'),(2857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsenselinks/AdSenseLinks.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsenselinks/AdSenseLinks.php'),(2858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/BusinessPredicates.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/BusinessPredicates.php'),(2859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/CanceledDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/CanceledDetails.php'),(2860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Entitlement.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Entitlement.php'),(2861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/ListEntitlementsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/ListEntitlementsResponse.php'),(2862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/ListPublicationsResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/ListPublicationsResponse.php'),(2863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/ListUserEntitlementsPlansResponse.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/ListUserEntitlementsPlansResponse.php'),(2864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Money.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Money.php'),(2865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Order.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Order.php'),(2866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PaymentOptions.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PaymentOptions.php'),(2867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PlanEntitlement.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PlanEntitlement.php'),(2868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Product.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Product.php'),(2869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Publication.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Publication.php'),(2870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PublicationPredicates.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PublicationPredicates.php'),(2871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PurchaseInfo.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/PurchaseInfo.php'),(2872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Reader.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Reader.php'),(2873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/RecurrenceDuration.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/RecurrenceDuration.php'),(2874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/RecurrenceTerms.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/RecurrenceTerms.php'),(2875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/RecurringPlanDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/RecurringPlanDetails.php'),(2876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/Publications.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/Publications.php'),(2877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsEntitlements.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsEntitlements.php'),(2878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsReaders.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsReaders.php'),(2879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsReadersEntitlementsplans.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsReadersEntitlementsplans.php'),(2880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsReadersOrders.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource/PublicationsReadersOrders.php'),(2881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/StateDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/StateDetails.php'),(2882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/SuspendedDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/SuspendedDetails.php'),(2883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/UserEntitlementsPlan.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/UserEntitlementsPlan.php'),(2884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/WaitingToRecurDetails.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/WaitingToRecurDetails.php'),(2885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle.php','wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle.php'),(2886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/COPYING','wp-content/plugins/google-site-kit/third-party/google/auth/COPYING'),(2887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/autoload.php','wp-content/plugins/google-site-kit/third-party/google/auth/autoload.php'),(2888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/AccessToken.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/AccessToken.php'),(2889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/ApplicationDefaultCredentials.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/ApplicationDefaultCredentials.php'),(2890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/InvalidArgumentException.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/InvalidArgumentException.php'),(2891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/Item.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/Item.php'),(2892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/MemoryCacheItemPool.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/MemoryCacheItemPool.php'),(2893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/SysVCacheItemPool.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/SysVCacheItemPool.php'),(2894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/TypedItem.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache/TypedItem.php'),(2895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/CacheTrait.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/CacheTrait.php'),(2896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/AppIdentityCredentials.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/AppIdentityCredentials.php'),(2897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/GCECredentials.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/GCECredentials.php'),(2898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/IAMCredentials.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/IAMCredentials.php'),(2899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/ImpersonatedServiceAccountCredentials.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/ImpersonatedServiceAccountCredentials.php'),(2900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/InsecureCredentials.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/InsecureCredentials.php'),(2901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/ServiceAccountCredentials.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/ServiceAccountCredentials.php'),(2902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php'),(2903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/UserRefreshCredentials.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials/UserRefreshCredentials.php'),(2904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/CredentialsLoader.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/CredentialsLoader.php'),(2905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/FetchAuthTokenCache.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/FetchAuthTokenCache.php'),(2906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/FetchAuthTokenInterface.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/FetchAuthTokenInterface.php'),(2907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/GCECache.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/GCECache.php'),(2908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/GetQuotaProjectInterface.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/GetQuotaProjectInterface.php'),(2909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle5HttpHandler.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle5HttpHandler.php'),(2910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle6HttpHandler.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle6HttpHandler.php'),(2911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle7HttpHandler.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle7HttpHandler.php'),(2912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/HttpClientCache.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/HttpClientCache.php'),(2913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/HttpHandlerFactory.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler/HttpHandlerFactory.php'),(2914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Iam.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Iam.php'),(2915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/IamSignerTrait.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/IamSignerTrait.php'),(2916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/AuthTokenMiddleware.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/AuthTokenMiddleware.php'),(2917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/ProxyAuthTokenMiddleware.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/ProxyAuthTokenMiddleware.php'),(2918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php'),(2919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/SimpleMiddleware.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware/SimpleMiddleware.php'),(2920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/OAuth2.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/OAuth2.php'),(2921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/ProjectIdProviderInterface.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/ProjectIdProviderInterface.php'),(2922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/ServiceAccountSignerTrait.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/ServiceAccountSignerTrait.php'),(2923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/SignBlobInterface.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/SignBlobInterface.php'),(2924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/google/auth/src/UpdateMetadataInterface.php','wp-content/plugins/google-site-kit/third-party/google/auth/src/UpdateMetadataInterface.php'),(2925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/Dockerfile','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/Dockerfile'),(2926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Client.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Client.php'),(2927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/ClientInterface.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/ClientInterface.php'),(2928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/CookieJar.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),(2929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),(2930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),(2931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),(2932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/SetCookie.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),(2933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/BadResponseException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),(2934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ClientException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ClientException.php'),(2935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ConnectException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ConnectException.php'),(2936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/GuzzleException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),(2937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),(2938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/RequestException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/RequestException.php'),(2939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/SeekException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/SeekException.php'),(2940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ServerException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ServerException.php'),(2941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),(2942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/TransferException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/TransferException.php'),(2943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlFactory.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),(2944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),(2945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlHandler.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),(2946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),(2947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/EasyHandle.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),(2948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/MockHandler.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/MockHandler.php'),(2949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/Proxy.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/Proxy.php'),(2950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/StreamHandler.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),(2951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/HandlerStack.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/HandlerStack.php'),(2952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/MessageFormatter.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/MessageFormatter.php'),(2953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Middleware.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Middleware.php'),(2954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Pool.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Pool.php'),(2955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),(2956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/RedirectMiddleware.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/RedirectMiddleware.php'),(2957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/RequestOptions.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/RequestOptions.php'),(2958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/RetryMiddleware.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/RetryMiddleware.php'),(2959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/TransferStats.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/TransferStats.php'),(2960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/UriTemplate.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/UriTemplate.php'),(2961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Utils.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Utils.php'),(2962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/functions.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/functions.php'),(2963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/functions_include.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/functions_include.php'),(2964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/AggregateException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/AggregateException.php'),(2965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/CancellationException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/CancellationException.php'),(2966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Coroutine.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Coroutine.php'),(2967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Create.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Create.php'),(2968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Each.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Each.php'),(2969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/EachPromise.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/EachPromise.php'),(2970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/FulfilledPromise.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/FulfilledPromise.php'),(2971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Is.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Is.php'),(2972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Promise.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Promise.php'),(2973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/PromiseInterface.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/PromiseInterface.php'),(2974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/PromisorInterface.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/PromisorInterface.php'),(2975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/RejectedPromise.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/RejectedPromise.php'),(2976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/RejectionException.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/RejectionException.php'),(2977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/TaskQueue.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/TaskQueue.php'),(2978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/TaskQueueInterface.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/TaskQueueInterface.php'),(2979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Utils.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/Utils.php'),(2980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/functions.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/functions.php'),(2981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/functions_include.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src/functions_include.php'),(2982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/AppendStream.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/AppendStream.php'),(2983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/BufferStream.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/BufferStream.php'),(2984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/CachingStream.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/CachingStream.php'),(2985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/DroppingStream.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/DroppingStream.php'),(2986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/FnStream.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/FnStream.php'),(2987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Header.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Header.php'),(2988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/InflateStream.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/InflateStream.php'),(2989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/LazyOpenStream.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/LazyOpenStream.php'),(2990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/LimitStream.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/LimitStream.php'),(2991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Message.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Message.php'),(2992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/MessageTrait.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/MessageTrait.php'),(2993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/MimeType.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/MimeType.php'),(2994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/MultipartStream.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/MultipartStream.php'),(2995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/NoSeekStream.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/NoSeekStream.php'),(2996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/PumpStream.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/PumpStream.php'),(2997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Query.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Query.php'),(2998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Request.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Request.php'),(2999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Response.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Response.php'),(3000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Rfc7230.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Rfc7230.php'),(3001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/ServerRequest.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/ServerRequest.php'),(3002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Stream.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Stream.php'),(3003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/StreamDecoratorTrait.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),(3004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/StreamWrapper.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/StreamWrapper.php'),(3005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UploadedFile.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UploadedFile.php'),(3006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Uri.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Uri.php'),(3007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UriComparator.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UriComparator.php'),(3008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UriNormalizer.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UriNormalizer.php'),(3009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UriResolver.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/UriResolver.php'),(3010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Utils.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Utils.php'),(3011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/functions.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/functions.php'),(3012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/functions_include.php','wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/functions_include.php'),(3013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Attribute/AsMonologProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Attribute/AsMonologProcessor.php'),(3014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/DateTimeImmutable.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/DateTimeImmutable.php'),(3015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/ErrorHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/ErrorHandler.php'),(3016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php'),(3017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php'),(3018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php'),(3019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php'),(3020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php'),(3021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php'),(3022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php'),(3023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/GoogleCloudLoggingFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/GoogleCloudLoggingFormatter.php'),(3024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php'),(3025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php'),(3026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LineFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LineFormatter.php'),(3027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php'),(3028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php'),(3029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php'),(3030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php'),(3031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php'),(3032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php'),(3033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php'),(3034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractHandler.php'),(3035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php'),(3036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php'),(3037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AmqpHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AmqpHandler.php'),(3038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php'),(3039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/BufferHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/BufferHandler.php'),(3040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php'),(3041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php'),(3042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/CubeHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/CubeHandler.php'),(3043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Curl/Util.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Curl/Util.php'),(3044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php'),(3045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php'),(3046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php'),(3047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php'),(3048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php'),(3049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php'),(3050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php'),(3051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FilterHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FilterHandler.php'),(3052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php'),(3053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php'),(3054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php'),(3055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php'),(3056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php'),(3057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php'),(3058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php'),(3059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php'),(3060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php'),(3061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/GelfHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/GelfHandler.php'),(3062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/GroupHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/GroupHandler.php'),(3063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Handler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Handler.php'),(3064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/HandlerInterface.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/HandlerInterface.php'),(3065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php'),(3066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php'),(3067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php'),(3068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php'),(3069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogglyHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogglyHandler.php'),(3070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php'),(3071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MailHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MailHandler.php'),(3072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MandrillHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MandrillHandler.php'),(3073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php'),(3074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php'),(3075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php'),(3076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php'),(3077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NoopHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NoopHandler.php'),(3078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NullHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NullHandler.php'),(3079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/OverflowHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/OverflowHandler.php'),(3080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php'),(3081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessHandler.php'),(3082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php'),(3083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php'),(3084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PsrHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PsrHandler.php'),(3085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PushoverHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PushoverHandler.php'),(3086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RedisHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RedisHandler.php'),(3087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php'),(3088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RollbarHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RollbarHandler.php'),(3089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php'),(3090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SamplingHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SamplingHandler.php'),(3091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SendGridHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SendGridHandler.php'),(3092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php'),(3093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SlackHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SlackHandler.php'),(3094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php'),(3095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SocketHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SocketHandler.php'),(3096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SqsHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SqsHandler.php'),(3097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/StreamHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/StreamHandler.php'),(3098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php'),(3099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SymfonyMailerHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SymfonyMailerHandler.php'),(3100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogHandler.php'),(3101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php'),(3102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php'),(3103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php'),(3104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/TestHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/TestHandler.php'),(3105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php'),(3106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php'),(3107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php'),(3108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/LogRecord.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/LogRecord.php'),(3109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Logger.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Logger.php'),(3110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/GitProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/GitProcessor.php'),(3111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php'),(3112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php'),(3113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php'),(3114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php'),(3115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php'),(3116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php'),(3117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php'),(3118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php'),(3119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php'),(3120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/TagProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/TagProcessor.php'),(3121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/UidProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/UidProcessor.php'),(3122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/WebProcessor.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/WebProcessor.php'),(3123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Registry.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Registry.php'),(3124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/ResettableInterface.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/ResettableInterface.php'),(3125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/SignalHandler.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/SignalHandler.php'),(3126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Test/TestCase.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Test/TestCase.php'),(3127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Utils.php','wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Utils.php'),(3128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/cache/src/CacheException.php','wp-content/plugins/google-site-kit/third-party/psr/cache/src/CacheException.php'),(3129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/cache/src/CacheItemInterface.php','wp-content/plugins/google-site-kit/third-party/psr/cache/src/CacheItemInterface.php'),(3130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/cache/src/CacheItemPoolInterface.php','wp-content/plugins/google-site-kit/third-party/psr/cache/src/CacheItemPoolInterface.php'),(3131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/cache/src/InvalidArgumentException.php','wp-content/plugins/google-site-kit/third-party/psr/cache/src/InvalidArgumentException.php'),(3132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/MessageInterface.php','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/MessageInterface.php'),(3133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/RequestInterface.php','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/RequestInterface.php'),(3134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/ResponseInterface.php','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/ResponseInterface.php'),(3135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/ServerRequestInterface.php','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/ServerRequestInterface.php'),(3136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/StreamInterface.php','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/StreamInterface.php'),(3137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/UploadedFileInterface.php','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/UploadedFileInterface.php'),(3138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/http-message/src/UriInterface.php','wp-content/plugins/google-site-kit/third-party/psr/http-message/src/UriInterface.php'),(3139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/AbstractLogger.php','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/AbstractLogger.php'),(3140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/InvalidArgumentException.php','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/InvalidArgumentException.php'),(3141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LogLevel.php','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LogLevel.php'),(3142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerAwareInterface.php','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerAwareInterface.php'),(3143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerAwareTrait.php','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerAwareTrait.php'),(3144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerInterface.php','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerInterface.php'),(3145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerTrait.php','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/LoggerTrait.php'),(3146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/NullLogger.php','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/NullLogger.php'),(3147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test/DummyTest.php','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test/DummyTest.php'),(3148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test/LoggerInterfaceTest.php','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),(3149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test/TestLogger.php','wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test/TestLogger.php'),(3150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/ralouphie/getallheaders/src/getallheaders.php','wp-content/plugins/google-site-kit/third-party/ralouphie/getallheaders/src/getallheaders.php'),(3151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Idn.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Idn.php'),(3152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Info.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Info.php'),(3153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php'),(3154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/Regex.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/Regex.php'),(3155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/deviation.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/deviation.php'),(3156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php'),(3157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php'),(3158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php'),(3159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/ignored.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/ignored.php'),(3160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/mapped.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/mapped.php'),(3161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/virama.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata/virama.php'),(3162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/bootstrap.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/bootstrap.php'),(3163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/bootstrap80.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/bootstrap80.php'),(3164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Normalizer.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Normalizer.php'),(3165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php'),(3166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php'),(3167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php'),(3168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php'),(3169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php'),(3170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/bootstrap.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/bootstrap.php'),(3171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/bootstrap80.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/bootstrap80.php'),(3172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-php72/Php72.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-php72/Php72.php'),(3173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-php72/bootstrap.php','wp-content/plugins/google-site-kit/third-party/symfony/polyfill-php72/bootstrap.php'),(3174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/vendor/autoload_files.php','wp-content/plugins/google-site-kit/third-party/vendor/autoload_files.php'),(3175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/third-party/vendor/composer/autoload_classmap.php','wp-content/plugins/google-site-kit/third-party/vendor/composer/autoload_classmap.php'),(3176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/google-site-kit/uninstall.php','wp-content/plugins/google-site-kit/uninstall.php'),(3177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/houzez-crm.php','wp-content/plugins/houzez-crm/houzez-crm.php'),(3178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-activities.php','wp-content/plugins/houzez-crm/includes/class-activities.php'),(3179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-collect-form-data.php','wp-content/plugins/houzez-crm/includes/class-collect-form-data.php'),(3180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-deals.php','wp-content/plugins/houzez-crm/includes/class-deals.php'),(3181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-enquiry.php','wp-content/plugins/houzez-crm/includes/class-enquiry.php'),(3182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-leads.php','wp-content/plugins/houzez-crm/includes/class-leads.php'),(3183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-notes.php','wp-content/plugins/houzez-crm/includes/class-notes.php'),(3184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/class-viewed.php','wp-content/plugins/houzez-crm/includes/class-viewed.php'),(3185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/functions.php','wp-content/plugins/houzez-crm/includes/functions.php'),(3186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/settings/class-crm-settings-api.php','wp-content/plugins/houzez-crm/includes/settings/class-crm-settings-api.php'),(3187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/settings/deals-settings.php','wp-content/plugins/houzez-crm/includes/settings/deals-settings.php'),(3188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/settings/enquiry-settings.php','wp-content/plugins/houzez-crm/includes/settings/enquiry-settings.php'),(3189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/settings/lead-settings.php','wp-content/plugins/houzez-crm/includes/settings/lead-settings.php'),(3190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/includes/settings/settings-init.php','wp-content/plugins/houzez-crm/includes/settings/settings-init.php'),(3191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-crm/js/script.js','wp-content/plugins/houzez-crm/js/script.js'),(3192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/functions/login_register.php','wp-content/plugins/houzez-login-register/functions/login_register.php'),(3193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/functions/roles-functions.php','wp-content/plugins/houzez-login-register/functions/roles-functions.php'),(3194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/functions/roles.php','wp-content/plugins/houzez-login-register/functions/roles.php'),(3195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/functions/social_login.php','wp-content/plugins/houzez-login-register/functions/social_login.php'),(3196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/houzez-login-register.php','wp-content/plugins/houzez-login-register/houzez-login-register.php'),(3197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Authentication/AccessToken.php','wp-content/plugins/houzez-login-register/social/Facebook/Authentication/AccessToken.php'),(3198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Authentication/AccessTokenMetadata.php','wp-content/plugins/houzez-login-register/social/Facebook/Authentication/AccessTokenMetadata.php'),(3199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Authentication/OAuth2Client.php','wp-content/plugins/houzez-login-register/social/Facebook/Authentication/OAuth2Client.php'),(3200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookAuthenticationException.php','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookAuthenticationException.php'),(3201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookAuthorizationException.php','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookAuthorizationException.php'),(3202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookClientException.php','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookClientException.php'),(3203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookOtherException.php','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookOtherException.php'),(3204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookResponseException.php','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookResponseException.php'),(3205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookResumableUploadException.php','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookResumableUploadException.php'),(3206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookSDKException.php','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookSDKException.php'),(3207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookServerException.php','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookServerException.php'),(3208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookThrottleException.php','wp-content/plugins/houzez-login-register/social/Facebook/Exceptions/FacebookThrottleException.php'),(3209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Facebook.php','wp-content/plugins/houzez-login-register/social/Facebook/Facebook.php'),(3210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FacebookApp.php','wp-content/plugins/houzez-login-register/social/Facebook/FacebookApp.php'),(3211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FacebookBatchRequest.php','wp-content/plugins/houzez-login-register/social/Facebook/FacebookBatchRequest.php'),(3212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FacebookBatchResponse.php','wp-content/plugins/houzez-login-register/social/Facebook/FacebookBatchResponse.php'),(3213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FacebookClient.php','wp-content/plugins/houzez-login-register/social/Facebook/FacebookClient.php'),(3214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FacebookRequest.php','wp-content/plugins/houzez-login-register/social/Facebook/FacebookRequest.php'),(3215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FacebookResponse.php','wp-content/plugins/houzez-login-register/social/Facebook/FacebookResponse.php'),(3216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookFile.php','wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookFile.php'),(3217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookResumableUploader.php','wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookResumableUploader.php'),(3218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookTransferChunk.php','wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookTransferChunk.php'),(3219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookVideo.php','wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/FacebookVideo.php'),(3220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/Mimetypes.php','wp-content/plugins/houzez-login-register/social/Facebook/FileUpload/Mimetypes.php'),(3221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/Birthday.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/Birthday.php'),(3222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/Collection.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/Collection.php'),(3223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphAchievement.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphAchievement.php'),(3224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphAlbum.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphAlbum.php'),(3225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphApplication.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphApplication.php'),(3226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphCoverPhoto.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphCoverPhoto.php'),(3227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphEdge.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphEdge.php'),(3228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphEvent.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphEvent.php'),(3229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphGroup.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphGroup.php'),(3230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphList.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphList.php'),(3231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphLocation.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphLocation.php'),(3232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphNode.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphNode.php'),(3233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphNodeFactory.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphNodeFactory.php'),(3234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphObject.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphObject.php'),(3235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphObjectFactory.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphObjectFactory.php'),(3236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphPage.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphPage.php'),(3237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphPicture.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphPicture.php'),(3238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphSessionInfo.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphSessionInfo.php'),(3239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphUser.php','wp-content/plugins/houzez-login-register/social/Facebook/GraphNodes/GraphUser.php'),(3240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookCanvasHelper.php','wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookCanvasHelper.php'),(3241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookJavaScriptHelper.php','wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookJavaScriptHelper.php'),(3242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookPageTabHelper.php','wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookPageTabHelper.php'),(3243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookRedirectLoginHelper.php','wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookRedirectLoginHelper.php'),(3244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookSignedRequestFromInputHelper.php','wp-content/plugins/houzez-login-register/social/Facebook/Helpers/FacebookSignedRequestFromInputHelper.php'),(3245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Http/GraphRawResponse.php','wp-content/plugins/houzez-login-register/social/Facebook/Http/GraphRawResponse.php'),(3246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Http/RequestBodyInterface.php','wp-content/plugins/houzez-login-register/social/Facebook/Http/RequestBodyInterface.php'),(3247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Http/RequestBodyMultipart.php','wp-content/plugins/houzez-login-register/social/Facebook/Http/RequestBodyMultipart.php'),(3248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Http/RequestBodyUrlEncoded.php','wp-content/plugins/houzez-login-register/social/Facebook/Http/RequestBodyUrlEncoded.php'),(3249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookCurl.php','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookCurl.php'),(3250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookCurlHttpClient.php','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookCurlHttpClient.php'),(3251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookGuzzleHttpClient.php','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookGuzzleHttpClient.php'),(3252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookHttpClientInterface.php','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookHttpClientInterface.php'),(3253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookStream.php','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookStream.php'),(3254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookStreamHttpClient.php','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/FacebookStreamHttpClient.php'),(3255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/HttpClientsFactory.php','wp-content/plugins/houzez-login-register/social/Facebook/HttpClients/HttpClientsFactory.php'),(3256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/FacebookMemoryPersistentDataHandler.php','wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/FacebookMemoryPersistentDataHandler.php'),(3257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/FacebookSessionPersistentDataHandler.php','wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/FacebookSessionPersistentDataHandler.php'),(3258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/PersistentDataFactory.php','wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/PersistentDataFactory.php'),(3259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/PersistentDataInterface.php','wp-content/plugins/houzez-login-register/social/Facebook/PersistentData/PersistentDataInterface.php'),(3260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/McryptPseudoRandomStringGenerator.php','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/McryptPseudoRandomStringGenerator.php'),(3261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/OpenSslPseudoRandomStringGenerator.php','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/OpenSslPseudoRandomStringGenerator.php'),(3262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/PseudoRandomStringGeneratorFactory.php','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/PseudoRandomStringGeneratorFactory.php'),(3263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/PseudoRandomStringGeneratorInterface.php','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/PseudoRandomStringGeneratorInterface.php'),(3264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/PseudoRandomStringGeneratorTrait.php','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/PseudoRandomStringGeneratorTrait.php'),(3265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/RandomBytesPseudoRandomStringGenerator.php','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/RandomBytesPseudoRandomStringGenerator.php'),(3266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/UrandomPseudoRandomStringGenerator.php','wp-content/plugins/houzez-login-register/social/Facebook/PseudoRandomString/UrandomPseudoRandomStringGenerator.php'),(3267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/SignedRequest.php','wp-content/plugins/houzez-login-register/social/Facebook/SignedRequest.php'),(3268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Url/FacebookUrlDetectionHandler.php','wp-content/plugins/houzez-login-register/social/Facebook/Url/FacebookUrlDetectionHandler.php'),(3269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Url/FacebookUrlManipulator.php','wp-content/plugins/houzez-login-register/social/Facebook/Url/FacebookUrlManipulator.php'),(3270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/Url/UrlDetectionInterface.php','wp-content/plugins/houzez-login-register/social/Facebook/Url/UrlDetectionInterface.php'),(3271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/autoload.php','wp-content/plugins/houzez-login-register/social/Facebook/autoload.php'),(3272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/Facebook/polyfills.php','wp-content/plugins/houzez-login-register/social/Facebook/polyfills.php'),(3273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/Google_Client.php','wp-content/plugins/houzez-login-register/social/google/Google_Client.php'),(3274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_AssertionCredentials.php','wp-content/plugins/houzez-login-register/social/google/auth/Google_AssertionCredentials.php'),(3275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_Auth.php','wp-content/plugins/houzez-login-register/social/google/auth/Google_Auth.php'),(3276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_AuthNone.php','wp-content/plugins/houzez-login-register/social/google/auth/Google_AuthNone.php'),(3277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_LoginTicket.php','wp-content/plugins/houzez-login-register/social/google/auth/Google_LoginTicket.php'),(3278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_OAuth2.php','wp-content/plugins/houzez-login-register/social/google/auth/Google_OAuth2.php'),(3279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_P12Signer.php','wp-content/plugins/houzez-login-register/social/google/auth/Google_P12Signer.php'),(3280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_PemVerifier.php','wp-content/plugins/houzez-login-register/social/google/auth/Google_PemVerifier.php'),(3281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_Signer.php','wp-content/plugins/houzez-login-register/social/google/auth/Google_Signer.php'),(3282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/auth/Google_Verifier.php','wp-content/plugins/houzez-login-register/social/google/auth/Google_Verifier.php'),(3283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/cache/Google_ApcCache.php','wp-content/plugins/houzez-login-register/social/google/cache/Google_ApcCache.php'),(3284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/cache/Google_Cache.php','wp-content/plugins/houzez-login-register/social/google/cache/Google_Cache.php'),(3285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/cache/Google_FileCache.php','wp-content/plugins/houzez-login-register/social/google/cache/Google_FileCache.php'),(3286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/cache/Google_MemcacheCache.php','wp-content/plugins/houzez-login-register/social/google/cache/Google_MemcacheCache.php'),(3287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/config.php','wp-content/plugins/houzez-login-register/social/google/config.php'),(3288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_AdexchangebuyerService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_AdexchangebuyerService.php'),(3289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_AdsenseService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_AdsenseService.php'),(3290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_AdsensehostService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_AdsensehostService.php'),(3291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_AnalyticsService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_AnalyticsService.php'),(3292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_BigqueryService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_BigqueryService.php'),(3293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_BloggerService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_BloggerService.php'),(3294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_BooksService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_BooksService.php'),(3295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_CalendarService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_CalendarService.php'),(3296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_ComputeService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_ComputeService.php'),(3297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_CustomsearchService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_CustomsearchService.php'),(3298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_DriveService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_DriveService.php'),(3299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_FreebaseService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_FreebaseService.php'),(3300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_FusiontablesService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_FusiontablesService.php'),(3301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_GanService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_GanService.php'),(3302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_LatitudeService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_LatitudeService.php'),(3303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_LicensingService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_LicensingService.php'),(3304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_ModeratorService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_ModeratorService.php'),(3305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_Oauth2Service.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_Oauth2Service.php'),(3306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_OrkutService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_OrkutService.php'),(3307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_PagespeedonlineService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_PagespeedonlineService.php'),(3308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_PlusMomentsService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_PlusMomentsService.php'),(3309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_PlusService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_PlusService.php'),(3310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_PredictionService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_PredictionService.php'),(3311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_ShoppingService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_ShoppingService.php'),(3312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_SiteVerificationService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_SiteVerificationService.php'),(3313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_StorageService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_StorageService.php'),(3314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_TaskqueueService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_TaskqueueService.php'),(3315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_TasksService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_TasksService.php'),(3316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_TranslateService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_TranslateService.php'),(3317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_UrlshortenerService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_UrlshortenerService.php'),(3318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_WebfontsService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_WebfontsService.php'),(3319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/contrib/Google_YoutubeService.php','wp-content/plugins/houzez-login-register/social/google/contrib/Google_YoutubeService.php'),(3320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/external/URITemplateParser.php','wp-content/plugins/houzez-login-register/social/google/external/URITemplateParser.php'),(3321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/io/Google_CacheParser.php','wp-content/plugins/houzez-login-register/social/google/io/Google_CacheParser.php'),(3322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/io/Google_CurlIO.php','wp-content/plugins/houzez-login-register/social/google/io/Google_CurlIO.php'),(3323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/io/Google_HttpRequest.php','wp-content/plugins/houzez-login-register/social/google/io/Google_HttpRequest.php'),(3324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/io/Google_IO.php','wp-content/plugins/houzez-login-register/social/google/io/Google_IO.php'),(3325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/io/Google_REST.php','wp-content/plugins/houzez-login-register/social/google/io/Google_REST.php'),(3326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/service/Google_BatchRequest.php','wp-content/plugins/houzez-login-register/social/google/service/Google_BatchRequest.php'),(3327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/service/Google_MediaFileUpload.php','wp-content/plugins/houzez-login-register/social/google/service/Google_MediaFileUpload.php'),(3328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/service/Google_Model.php','wp-content/plugins/houzez-login-register/social/google/service/Google_Model.php'),(3329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/service/Google_Service.php','wp-content/plugins/houzez-login-register/social/google/service/Google_Service.php'),(3330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/service/Google_ServiceResource.php','wp-content/plugins/houzez-login-register/social/google/service/Google_ServiceResource.php'),(3331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/google/service/Google_Utils.php','wp-content/plugins/houzez-login-register/social/google/service/Google_Utils.php'),(3332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/openid.php','wp-content/plugins/houzez-login-register/social/openid.php'),(3333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/autoload.php','wp-content/plugins/houzez-login-register/social/twitteroauth/autoload.php'),(3334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Config.php','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Config.php'),(3335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Consumer.php','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Consumer.php'),(3336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/HmacSha1.php','wp-content/plugins/houzez-login-register/social/twitteroauth/src/HmacSha1.php'),(3337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Request.php','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Request.php'),(3338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Response.php','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Response.php'),(3339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/SignatureMethod.php','wp-content/plugins/houzez-login-register/social/twitteroauth/src/SignatureMethod.php'),(3340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Token.php','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Token.php'),(3341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/TwitterOAuth.php','wp-content/plugins/houzez-login-register/social/twitteroauth/src/TwitterOAuth.php'),(3342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/TwitterOAuthException.php','wp-content/plugins/houzez-login-register/social/twitteroauth/src/TwitterOAuthException.php'),(3343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Util/JsonDecoder.php','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Util/JsonDecoder.php'),(3344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/src/Util.php','wp-content/plugins/houzez-login-register/social/twitteroauth/src/Util.php'),(3345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/AbstractSignatureMethodTest.php','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/AbstractSignatureMethodTest.php'),(3346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/ConsumerTest.php','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/ConsumerTest.php'),(3347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/HmacSha1Test.php','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/HmacSha1Test.php'),(3348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/TokenTest.php','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/TokenTest.php'),(3349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/TwitterOAuthTest.php','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/TwitterOAuthTest.php'),(3350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/Util/JsonDecoderTest.php','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/Util/JsonDecoderTest.php'),(3351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/bootstrap.php','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/bootstrap.php'),(3352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-login-register/social/twitteroauth/tests/vars.php','wp-content/plugins/houzez-login-register/social/twitteroauth/tests/vars.php'),(3353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/class-field-manager.php','wp-content/plugins/houzez-studio/admin/class-field-manager.php'),(3354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/class-houzez-studio-admin.php','wp-content/plugins/houzez-studio/admin/class-houzez-studio-admin.php'),(3355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/class-metaboxes.php','wp-content/plugins/houzez-studio/admin/class-metaboxes.php'),(3356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/class-post-type.php','wp-content/plugins/houzez-studio/admin/class-post-type.php'),(3357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/index.php','wp-content/plugins/houzez-studio/admin/index.php'),(3358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/houzez-studio-admin.js','wp-content/plugins/houzez-studio/admin/js/houzez-studio-admin.js'),(3359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/af.js','wp-content/plugins/houzez-studio/admin/js/i18n/af.js'),(3360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ar.js','wp-content/plugins/houzez-studio/admin/js/i18n/ar.js'),(3361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/az.js','wp-content/plugins/houzez-studio/admin/js/i18n/az.js'),(3362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/bg.js','wp-content/plugins/houzez-studio/admin/js/i18n/bg.js'),(3363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/bn.js','wp-content/plugins/houzez-studio/admin/js/i18n/bn.js'),(3364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/bs.js','wp-content/plugins/houzez-studio/admin/js/i18n/bs.js'),(3365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ca.js','wp-content/plugins/houzez-studio/admin/js/i18n/ca.js'),(3366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/cs.js','wp-content/plugins/houzez-studio/admin/js/i18n/cs.js'),(3367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/da.js','wp-content/plugins/houzez-studio/admin/js/i18n/da.js'),(3368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/de.js','wp-content/plugins/houzez-studio/admin/js/i18n/de.js'),(3369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/dsb.js','wp-content/plugins/houzez-studio/admin/js/i18n/dsb.js'),(3370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/el.js','wp-content/plugins/houzez-studio/admin/js/i18n/el.js'),(3371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/en.js','wp-content/plugins/houzez-studio/admin/js/i18n/en.js'),(3372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/eo.js','wp-content/plugins/houzez-studio/admin/js/i18n/eo.js'),(3373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/es.js','wp-content/plugins/houzez-studio/admin/js/i18n/es.js'),(3374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/et.js','wp-content/plugins/houzez-studio/admin/js/i18n/et.js'),(3375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/eu.js','wp-content/plugins/houzez-studio/admin/js/i18n/eu.js'),(3376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/fa.js','wp-content/plugins/houzez-studio/admin/js/i18n/fa.js'),(3377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/fi.js','wp-content/plugins/houzez-studio/admin/js/i18n/fi.js'),(3378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/fr.js','wp-content/plugins/houzez-studio/admin/js/i18n/fr.js'),(3379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/gl.js','wp-content/plugins/houzez-studio/admin/js/i18n/gl.js'),(3380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/he.js','wp-content/plugins/houzez-studio/admin/js/i18n/he.js'),(3381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/hi.js','wp-content/plugins/houzez-studio/admin/js/i18n/hi.js'),(3382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/hr.js','wp-content/plugins/houzez-studio/admin/js/i18n/hr.js'),(3383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/hsb.js','wp-content/plugins/houzez-studio/admin/js/i18n/hsb.js'),(3384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/hu.js','wp-content/plugins/houzez-studio/admin/js/i18n/hu.js'),(3385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/hy.js','wp-content/plugins/houzez-studio/admin/js/i18n/hy.js'),(3386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/id.js','wp-content/plugins/houzez-studio/admin/js/i18n/id.js'),(3387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/is.js','wp-content/plugins/houzez-studio/admin/js/i18n/is.js'),(3388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/it.js','wp-content/plugins/houzez-studio/admin/js/i18n/it.js'),(3389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ja.js','wp-content/plugins/houzez-studio/admin/js/i18n/ja.js'),(3390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ka.js','wp-content/plugins/houzez-studio/admin/js/i18n/ka.js'),(3391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/km.js','wp-content/plugins/houzez-studio/admin/js/i18n/km.js'),(3392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ko.js','wp-content/plugins/houzez-studio/admin/js/i18n/ko.js'),(3393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/lb.js','wp-content/plugins/houzez-studio/admin/js/i18n/lb.js'),(3394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/lt.js','wp-content/plugins/houzez-studio/admin/js/i18n/lt.js'),(3395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/lv.js','wp-content/plugins/houzez-studio/admin/js/i18n/lv.js'),(3396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/mk.js','wp-content/plugins/houzez-studio/admin/js/i18n/mk.js'),(3397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ms.js','wp-content/plugins/houzez-studio/admin/js/i18n/ms.js'),(3398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/nb.js','wp-content/plugins/houzez-studio/admin/js/i18n/nb.js'),(3399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ne.js','wp-content/plugins/houzez-studio/admin/js/i18n/ne.js'),(3400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/nl.js','wp-content/plugins/houzez-studio/admin/js/i18n/nl.js'),(3401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/pa.js','wp-content/plugins/houzez-studio/admin/js/i18n/pa.js'),(3402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/pl.js','wp-content/plugins/houzez-studio/admin/js/i18n/pl.js'),(3403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ps.js','wp-content/plugins/houzez-studio/admin/js/i18n/ps.js'),(3404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/pt-BR.js','wp-content/plugins/houzez-studio/admin/js/i18n/pt-BR.js'),(3405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/pt.js','wp-content/plugins/houzez-studio/admin/js/i18n/pt.js'),(3406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ro.js','wp-content/plugins/houzez-studio/admin/js/i18n/ro.js'),(3407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ru.js','wp-content/plugins/houzez-studio/admin/js/i18n/ru.js'),(3408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/sk.js','wp-content/plugins/houzez-studio/admin/js/i18n/sk.js'),(3409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/sl.js','wp-content/plugins/houzez-studio/admin/js/i18n/sl.js'),(3410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/sq.js','wp-content/plugins/houzez-studio/admin/js/i18n/sq.js'),(3411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/sr-Cyrl.js','wp-content/plugins/houzez-studio/admin/js/i18n/sr-Cyrl.js'),(3412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/sr.js','wp-content/plugins/houzez-studio/admin/js/i18n/sr.js'),(3413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/sv.js','wp-content/plugins/houzez-studio/admin/js/i18n/sv.js'),(3414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/te.js','wp-content/plugins/houzez-studio/admin/js/i18n/te.js'),(3415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/th.js','wp-content/plugins/houzez-studio/admin/js/i18n/th.js'),(3416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/tk.js','wp-content/plugins/houzez-studio/admin/js/i18n/tk.js'),(3417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/tr.js','wp-content/plugins/houzez-studio/admin/js/i18n/tr.js'),(3418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/ug.js','wp-content/plugins/houzez-studio/admin/js/i18n/ug.js'),(3419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/uk.js','wp-content/plugins/houzez-studio/admin/js/i18n/uk.js'),(3420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/vi.js','wp-content/plugins/houzez-studio/admin/js/i18n/vi.js'),(3421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/zh-CN.js','wp-content/plugins/houzez-studio/admin/js/i18n/zh-CN.js'),(3422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/i18n/zh-TW.js','wp-content/plugins/houzez-studio/admin/js/i18n/zh-TW.js'),(3423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/select2.js','wp-content/plugins/houzez-studio/admin/js/select2.js'),(3424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/js/select2.min.js','wp-content/plugins/houzez-studio/admin/js/select2.min.js'),(3425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/admin/partials/favethemes-studio-admin-display.php','wp-content/plugins/houzez-studio/admin/partials/favethemes-studio-admin-display.php'),(3426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/elementor/class-houzez-elementor.php','wp-content/plugins/houzez-studio/elementor/class-houzez-elementor.php'),(3427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/houzez-studio.php','wp-content/plugins/houzez-studio/houzez-studio.php'),(3428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/class-houzez-render-template.php','wp-content/plugins/houzez-studio/includes/class-houzez-render-template.php'),(3429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/class-houzez-studio-activator.php','wp-content/plugins/houzez-studio/includes/class-houzez-studio-activator.php'),(3430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/class-houzez-studio-deactivator.php','wp-content/plugins/houzez-studio/includes/class-houzez-studio-deactivator.php'),(3431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/class-houzez-studio-i18n.php','wp-content/plugins/houzez-studio/includes/class-houzez-studio-i18n.php'),(3432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/class-houzez-studio-loader.php','wp-content/plugins/houzez-studio/includes/class-houzez-studio-loader.php'),(3433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/class-houzez-studio.php','wp-content/plugins/houzez-studio/includes/class-houzez-studio.php'),(3434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/compatibility/class-houzez-studio-wpml-compatibility.php','wp-content/plugins/houzez-studio/includes/compatibility/class-houzez-studio-wpml-compatibility.php'),(3435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/helpers.php','wp-content/plugins/houzez-studio/includes/helpers.php'),(3436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/includes/index.php','wp-content/plugins/houzez-studio/includes/index.php'),(3437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/index.php','wp-content/plugins/houzez-studio/index.php'),(3438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/public/class-houzez-studio-public.php','wp-content/plugins/houzez-studio/public/class-houzez-studio-public.php'),(3439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/public/index.php','wp-content/plugins/houzez-studio/public/index.php'),(3440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/public/js/houzez-studio-public.js','wp-content/plugins/houzez-studio/public/js/houzez-studio-public.js'),(3441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/public/partials/favethemes-studio-public-display.php','wp-content/plugins/houzez-studio/public/partials/favethemes-studio-public-display.php'),(3442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/templates/content/footer.php','wp-content/plugins/houzez-studio/templates/content/footer.php'),(3443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/templates/content/header.php','wp-content/plugins/houzez-studio/templates/content/header.php'),(3444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/templates/content/section.php','wp-content/plugins/houzez-studio/templates/content/section.php'),(3445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/templates/render-template.php','wp-content/plugins/houzez-studio/templates/render-template.php'),(3446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-studio/uninstall.php','wp-content/plugins/houzez-studio/uninstall.php'),(3447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/admin/js/custom.js','wp-content/plugins/houzez-theme-functionality/assets/admin/js/custom.js'),(3448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/admin/js/jquery-cloneya.js','wp-content/plugins/houzez-theme-functionality/assets/admin/js/jquery-cloneya.js'),(3449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/admin/js/jquery-cloneya.min.js','wp-content/plugins/houzez-theme-functionality/assets/admin/js/jquery-cloneya.min.js'),(3450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/autocomplete.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/autocomplete.js'),(3451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/ele-handle.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/ele-handle.js'),(3452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/houzez-validate.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/houzez-validate.js'),(3453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/jquery.validate.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/jquery.validate.js'),(3454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/jquery.validate.min.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/jquery.validate.min.js'),(3455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/lightslider.min.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/lightslider.min.js'),(3456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/maps.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/maps.js'),(3457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/maps.min.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/maps.min.js'),(3458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/open-street-map-old.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/open-street-map-old.js'),(3459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/open-street-map.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/open-street-map.js'),(3460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/open-street-map.min.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/open-street-map.min.js'),(3461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-gallery.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-gallery.js'),(3462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-google-map-client.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-google-map-client.js'),(3463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-google-map.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-google-map.js'),(3464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-google-map.min.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-google-map.min.js'),(3465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-osm.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-osm.js'),(3466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-osm.min.js','wp-content/plugins/houzez-theme-functionality/assets/frontend/js/property-single-osm.min.js'),(3467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/approve.svg','wp-content/plugins/houzez-theme-functionality/assets/images/approve.svg'),(3468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/disapprove.svg','wp-content/plugins/houzez-theme-functionality/assets/images/disapprove.svg'),(3469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/duplicate.svg','wp-content/plugins/houzez-theme-functionality/assets/images/duplicate.svg'),(3470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/houzez-icon.svg','wp-content/plugins/houzez-theme-functionality/assets/images/houzez-icon.svg'),(3471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/icon-featured.svg','wp-content/plugins/houzez-theme-functionality/assets/images/icon-featured.svg'),(3472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/icon-not-featured.svg','wp-content/plugins/houzez-theme-functionality/assets/images/icon-not-featured.svg'),(3473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/mark-as-expired.svg','wp-content/plugins/houzez-theme-functionality/assets/images/mark-as-expired.svg'),(3474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/mark-as-sold.svg','wp-content/plugins/houzez-theme-functionality/assets/images/mark-as-sold.svg'),(3475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/put-on-hold.svg','wp-content/plugins/houzez-theme-functionality/assets/images/put-on-hold.svg'),(3476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/assets/images/reactivate-from-hold.svg','wp-content/plugins/houzez-theme-functionality/assets/images/reactivate-from-hold.svg'),(3477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-agency-post-type.php','wp-content/plugins/houzez-theme-functionality/classes/class-agency-post-type.php'),(3478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-agent-post-type.php','wp-content/plugins/houzez-theme-functionality/classes/class-agent-post-type.php'),(3479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-api-settings.php','wp-content/plugins/houzez-theme-functionality/classes/class-api-settings.php'),(3480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-changelog.php','wp-content/plugins/houzez-theme-functionality/classes/class-changelog.php'),(3481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-cron.php','wp-content/plugins/houzez-theme-functionality/classes/class-cron.php'),(3482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-currencies.php','wp-content/plugins/houzez-theme-functionality/classes/class-currencies.php'),(3483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-fields-builder.php','wp-content/plugins/houzez-theme-functionality/classes/class-fields-builder.php'),(3484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-houzez-init.php','wp-content/plugins/houzez-theme-functionality/classes/class-houzez-init.php'),(3485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-html.php','wp-content/plugins/houzez-theme-functionality/classes/class-html.php'),(3486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-import-locations.php','wp-content/plugins/houzez-theme-functionality/classes/class-import-locations.php'),(3487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-invoice-post-type.php','wp-content/plugins/houzez-theme-functionality/classes/class-invoice-post-type.php'),(3488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-membership-post-type.php','wp-content/plugins/houzez-theme-functionality/classes/class-membership-post-type.php'),(3489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-menu.php','wp-content/plugins/houzez-theme-functionality/classes/class-menu.php'),(3490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-partners-post-type.php','wp-content/plugins/houzez-theme-functionality/classes/class-partners-post-type.php'),(3491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-permalinks.php','wp-content/plugins/houzez-theme-functionality/classes/class-permalinks.php'),(3492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-post-types.php','wp-content/plugins/houzez-theme-functionality/classes/class-post-types.php'),(3493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-property-post-type.php','wp-content/plugins/houzez-theme-functionality/classes/class-property-post-type.php'),(3494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-rates.php','wp-content/plugins/houzez-theme-functionality/classes/class-rates.php'),(3495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-reviews-post-type.php','wp-content/plugins/houzez-theme-functionality/classes/class-reviews-post-type.php'),(3496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-taxonomies.php','wp-content/plugins/houzez-theme-functionality/classes/class-taxonomies.php'),(3497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-testimonials-post-type.php','wp-content/plugins/houzez-theme-functionality/classes/class-testimonials-post-type.php'),(3498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/class-user-packages-post-type.php','wp-content/plugins/houzez-theme-functionality/classes/class-user-packages-post-type.php'),(3499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/menu-walker.php','wp-content/plugins/houzez-theme-functionality/classes/menu-walker.php'),(3500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/classes/mobile-menu-walker.php','wp-content/plugins/houzez-theme-functionality/classes/mobile-menu-walker.php'),(3501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/demo-data/demo-importer.php','wp-content/plugins/houzez-theme-functionality/demo-data/demo-importer.php'),(3502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/demo-data/index.php','wp-content/plugins/houzez-theme-functionality/demo-data/index.php'),(3503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/controls/address-control.php','wp-content/plugins/houzez-theme-functionality/elementor/controls/address-control.php'),(3504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/controls/autocomplete.php','wp-content/plugins/houzez-theme-functionality/elementor/controls/autocomplete.php'),(3505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/controls/details-control.php','wp-content/plugins/houzez-theme-functionality/elementor/controls/details-control.php'),(3506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/controls/info.php','wp-content/plugins/houzez-theme-functionality/elementor/controls/info.php'),(3507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/controls/warning.php','wp-content/plugins/houzez-theme-functionality/elementor/controls/warning.php'),(3508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/elementor.php','wp-content/plugins/houzez-theme-functionality/elementor/elementor.php'),(3509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/tags/property-content.php','wp-content/plugins/houzez-theme-functionality/elementor/tags/property-content.php'),(3510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/tags/property-excerpt.php','wp-content/plugins/houzez-theme-functionality/elementor/tags/property-excerpt.php'),(3511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/tags/property-title.php','wp-content/plugins/houzez-theme-functionality/elementor/tags/property-title.php'),(3512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/tags/test.php','wp-content/plugins/houzez-theme-functionality/elementor/tags/test.php'),(3513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/availability-calendar.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/availability-calendar.php'),(3514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/detail.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/detail.php'),(3515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/media-btns.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/media-btns.php'),(3516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/mobile-view.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/mobile-view.php'),(3517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/address.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/address.php'),(3518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/area.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/area.php'),(3519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/city.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/city.php'),(3520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/country.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/country.php'),(3521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_bathrooms.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_bathrooms.php'),(3522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_bedrooms.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_bedrooms.php'),(3523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_garage.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_garage.php'),(3524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_garage_size.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_garage_size.php'),(3525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_id.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_id.php'),(3526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_land.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_land.php'),(3527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_price.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_price.php'),(3528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_rooms.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_rooms.php'),(3529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_size.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_size.php'),(3530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_status.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_status.php'),(3531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_type.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_type.php'),(3532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_year.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/details/property_year.php'),(3533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/gallery-variable-width.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/gallery-variable-width.php'),(3534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/state.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/state.php'),(3535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/zip.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/partials/zip.php'),(3536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/property-title-v2.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/property-title-v2.php'),(3537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/property-title.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/property-title.php'),(3538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/section-address.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/section-address.php'),(3539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/similar-properties.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/similar-properties.php'),(3540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/sub-listings.php','wp-content/plugins/houzez-theme-functionality/elementor/template-part/single-property/sub-listings.php'),(3541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/traits/Houzez_Filters_2.php','wp-content/plugins/houzez-theme-functionality/elementor/traits/Houzez_Filters_2.php'),(3542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/traits/Houzez_Property_Card_Common_Filters.php','wp-content/plugins/houzez-theme-functionality/elementor/traits/Houzez_Property_Card_Common_Filters.php'),(3543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/traits/Houzez_Property_Taxonomies.php','wp-content/plugins/houzez-theme-functionality/elementor/traits/Houzez_Property_Taxonomies.php'),(3544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/advanced-search.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/advanced-search.php'),(3545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/agents-grid.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/agents-grid.php'),(3546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/agents.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/agents.php'),(3547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/banner-image.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/banner-image.php'),(3548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/blog-posts-carousel.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/blog-posts-carousel.php'),(3549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/blog-posts-v2.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/blog-posts-v2.php'),(3550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/blog-posts.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/blog-posts.php'),(3551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/breadcrumb.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/breadcrumb.php'),(3552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/contact-form.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/contact-form.php'),(3553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/create-listing-btn.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/create-listing-btn.php'),(3554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/featured-image.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/featured-image.php'),(3555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/featured-label.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/featured-label.php'),(3556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/google-map.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/google-map.php'),(3557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/grid-builder.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/grid-builder.php'),(3558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/grids.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/grids.php'),(3559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/area-switcher.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/area-switcher.php'),(3560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/create-listing-btn.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/create-listing-btn.php'),(3561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/currency.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/currency.php'),(3562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/lang.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/lang.php'),(3563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/login-modal.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/login-modal.php'),(3564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/menu.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/menu.php'),(3565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/site-logo.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/header-footer/site-logo.php'),(3566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/icon-box.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/icon-box.php'),(3567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/inquiry-form.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/inquiry-form.php'),(3568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/item-label.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/item-label.php'),(3569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/item-tools.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/item-tools.php'),(3570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/listings-tabs.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/listings-tabs.php'),(3571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/login-modal.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/login-modal.php'),(3572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/open-street-map.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/open-street-map.php'),(3573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/page-title.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/page-title.php'),(3574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/partners.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/partners.php'),(3575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/price-table.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/price-table.php'),(3576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-ajax-tabs.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-ajax-tabs.php'),(3577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-grids.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-grids.php'),(3578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-recent-viewed.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-recent-viewed.php'),(3579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-slider.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties-slider.php'),(3580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/properties.php'),(3581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-address.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-address.php'),(3582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-by-id.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-by-id.php'),(3583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-by-ids.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-by-ids.php'),(3584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v1.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v1.php'),(3585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v2.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v2.php'),(3586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v3.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v3.php'),(3587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v4.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v4.php'),(3588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v5.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v5.php'),(3589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v6.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v6.php'),(3590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v7.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v7.php'),(3591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v8.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-cards-v8.php'),(3592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v1.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v1.php'),(3593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v2.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v2.php'),(3594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v3.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v3.php'),(3595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v5.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v5.php'),(3596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v6.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v6.php'),(3597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v7.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-carousel-v7.php'),(3598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-content.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-content.php'),(3599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-excerpt.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-excerpt.php'),(3600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-price.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-price.php'),(3601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-title.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/property-title.php'),(3602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/search-builder.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/search-builder.php'),(3603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/search-form-section.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/search-form-section.php'),(3604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/search-tabs.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/search-tabs.php'),(3605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/search.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/search.php'),(3606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-360-virtual.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-360-virtual.php'),(3607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-address.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-address.php'),(3608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-attachments.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-attachments.php'),(3609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-block-gallery.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-block-gallery.php'),(3610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-calculator.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-calculator.php'),(3611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-calendar.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-calendar.php'),(3612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-contact-2.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-contact-2.php'),(3613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-contact-bottom.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-contact-bottom.php'),(3614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-description.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-description.php'),(3615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-details.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-details.php'),(3616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-energy.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-energy.php'),(3617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-features.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-features.php'),(3618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-floorplan-v2.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-floorplan-v2.php'),(3619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-floorplan.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-floorplan.php'),(3620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-google-map-client.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-google-map-client.php'),(3621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-google-map.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-google-map.php'),(3622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-nearby.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-nearby.php'),(3623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-open-street-map.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-open-street-map.php'),(3624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-overview-v2.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-overview-v2.php'),(3625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-overview.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-overview.php'),(3626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-review.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-review.php'),(3627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-schedule-tour-v2.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-schedule-tour-v2.php'),(3628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-schedule-tour.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-schedule-tour.php'),(3629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-similar.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-similar.php'),(3630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-sublistings.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-sublistings.php'),(3631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-title.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-title.php'),(3632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v1.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v1.php'),(3633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v2.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v2.php'),(3634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v3.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v3.php'),(3635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v5.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v5.php'),(3636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v6.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v6.php'),(3637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v7.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-toparea-v7.php'),(3638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-video.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-video.php'),(3639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-walkscore.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/section-walkscore.php'),(3640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/sort-by.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/sort-by.php'),(3641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/space.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/space.php'),(3642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/status-label.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/status-label.php'),(3643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-cards-carousel.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-cards-carousel.php'),(3644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-cards.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-cards.php'),(3645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-grids-carousel.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-grids-carousel.php'),(3646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-grids.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-grids.php'),(3647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-list.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/taxonomies-list.php'),(3648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/team-member.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/team-member.php'),(3649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/testimonials-v2.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/testimonials-v2.php'),(3650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/testimonials.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/testimonials.php'),(3651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/advanced-search-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/advanced-search-wpml.php'),(3652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/contact-form-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/contact-form-wpml.php'),(3653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/grid-builder-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/grid-builder-wpml.php'),(3654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/icon-box-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/icon-box-wpml.php'),(3655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/inquiry-form-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/inquiry-form-wpml.php'),(3656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/price-table-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/price-table-wpml.php'),(3657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v1-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v1-wpml.php'),(3658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v2-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v2-wpml.php'),(3659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v3-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v3-wpml.php'),(3660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v5-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v5-wpml.php'),(3661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v6-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/property-carousel-v6-wpml.php'),(3662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/search-builder-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/search-builder-wpml.php'),(3663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/section-title-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/section-title-wpml.php'),(3664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/sort-by-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/sort-by-wpml.php'),(3665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/team-member-wpml.php','wp-content/plugins/houzez-theme-functionality/elementor/widgets/wpml/team-member-wpml.php'),(3666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/favethemes-white-label/favethemes-white-label.php','wp-content/plugins/houzez-theme-functionality/extensions/favethemes-white-label/favethemes-white-label.php'),(3667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/favethemes-white-label/js/uploader.js','wp-content/plugins/houzez-theme-functionality/extensions/favethemes-white-label/js/uploader.js'),(3668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/favethemes-white-label/template/form.php','wp-content/plugins/houzez-theme-functionality/extensions/favethemes-white-label/template/form.php'),(3669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/assets/term-meta.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/assets/term-meta.js'),(3670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/mb-term-meta.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/mb-term-meta.php'),(3671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/src/Loader.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/src/Loader.php'),(3672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/src/MetaBox.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/src/MetaBox.php'),(3673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/src/Storage.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/src/Storage.php'),(3674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/autoload.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/autoload.php'),(3675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/ClassLoader.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/ClassLoader.php'),(3676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_classmap.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_classmap.php'),(3677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_namespaces.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_namespaces.php'),(3678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_psr4.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_psr4.php'),(3679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_real.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_real.php'),(3680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_static.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/mb-term-meta/vendor/composer/autoload_static.php'),(3681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-columns/class-mb-columns-processor.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-columns/class-mb-columns-processor.php'),(3682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-columns/class-mb-columns-row.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-columns/class-mb-columns-row.php'),(3683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-columns/meta-box-columns.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-columns/meta-box-columns.php'),(3684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic/inc/class-mb-conditional-logic.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic/inc/class-mb-conditional-logic.php'),(3685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic/js/conditional-logic.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic/js/conditional-logic.js'),(3686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic/meta-box-conditional-logic.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic/meta-box-conditional-logic.php'),(3687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic-latest/conditional-logic.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic-latest/conditional-logic.js'),(3688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic-latest/conditional-logic.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic-latest/conditional-logic.php'),(3689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic-latest/meta-box-conditional-logic.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-conditional-logic-latest/meta-box-conditional-logic.php'),(3690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-group/group-field.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-group/group-field.php'),(3691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-group/group.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-group/group.js'),(3692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-group/meta-box-group.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-group/meta-box-group.php'),(3693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-show-hide/meta-box-show-hide.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-show-hide/meta-box-show-hide.php'),(3694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-show-hide/show-hide.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-show-hide/show-hide.js'),(3695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-tabs/meta-box-tabs.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-tabs/meta-box-tabs.php'),(3696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-tabs/tabs.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/addons/meta-box-tabs/tabs.js'),(3697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/about.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/about.php'),(3698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/images/meta-box.svg','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/images/meta-box.svg'),(3699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/js/about.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/js/about.js'),(3700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/extensions.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/extensions.php'),(3701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/getting-started-pro.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/getting-started-pro.php'),(3702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/getting-started.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/getting-started.php'),(3703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/products.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/products.php'),(3704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/review.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/review.php'),(3705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/support.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/support.php'),(3706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/tabs.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/tabs.php'),(3707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/upgrade.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/upgrade.php'),(3708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/welcome.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/about/sections/welcome.php'),(3709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/autoloader.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/autoloader.php'),(3710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/clone.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/clone.php'),(3711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/core.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/core.php'),(3712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/field-registry.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/field-registry.php'),(3713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/field.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/field.php'),(3714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/autocomplete.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/autocomplete.php'),(3715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/background.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/background.php'),(3716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/button-group.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/button-group.php'),(3717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/button.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/button.php'),(3718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/checkbox-list.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/checkbox-list.php'),(3719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/checkbox.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/checkbox.php'),(3720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/choice.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/choice.php'),(3721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/color.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/color.php'),(3722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/custom-html.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/custom-html.php'),(3723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/date.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/date.php'),(3724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/datetime.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/datetime.php'),(3725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/divider.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/divider.php'),(3726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/fieldset-text.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/fieldset-text.php'),(3727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/file-input.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/file-input.php'),(3728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/file-upload.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/file-upload.php'),(3729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/file.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/file.php'),(3730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/heading.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/heading.php'),(3731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/icon.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/icon.php'),(3732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image-advanced.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image-advanced.php'),(3733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image-select.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image-select.php'),(3734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image-upload.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image-upload.php'),(3735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/image.php'),(3736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/input-list.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/input-list.php'),(3737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/input.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/input.php'),(3738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/key-value.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/key-value.php'),(3739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/map.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/map.php'),(3740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/media.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/media.php'),(3741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/multiple-values.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/multiple-values.php'),(3742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/number.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/number.php'),(3743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/object-choice.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/object-choice.php'),(3744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/oembed.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/oembed.php'),(3745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/osm.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/osm.php'),(3746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/password.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/password.php'),(3747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/post.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/post.php'),(3748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/radio.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/radio.php'),(3749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/range.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/range.php'),(3750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/select-advanced.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/select-advanced.php'),(3751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/select-tree.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/select-tree.php'),(3752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/select.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/select.php'),(3753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/sidebar.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/sidebar.php'),(3754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/single-image.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/single-image.php'),(3755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/slider.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/slider.php'),(3756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/switch.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/switch.php'),(3757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/taxonomy-advanced.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/taxonomy-advanced.php'),(3758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/taxonomy.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/taxonomy.php'),(3759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/text-list.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/text-list.php'),(3760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/textarea.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/textarea.php'),(3761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/time.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/time.php'),(3762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/user.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/user.php'),(3763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/video.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/video.php'),(3764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/wysiwyg.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/fields/wysiwyg.php'),(3765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/functions.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/functions.php'),(3766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/array.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/array.php'),(3767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/field.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/field.php'),(3768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/string.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/string.php'),(3769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/value.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/helpers/value.php'),(3770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/interfaces/storage.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/interfaces/storage.php'),(3771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/loader.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/loader.php'),(3772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/media-modal.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/media-modal.php'),(3773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/meta-box-registry.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/meta-box-registry.php'),(3774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/meta-box.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/meta-box.php'),(3775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/request.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/request.php'),(3776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/sanitizer.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/sanitizer.php'),(3777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/shortcode.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/shortcode.php'),(3778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/storage-registry.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/storage-registry.php'),(3779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/storages/base.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/storages/base.php'),(3780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/storages/post.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/storages/post.php'),(3781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/audio.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/audio.php'),(3782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/image-advanced.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/image-advanced.php'),(3783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/media.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/media.php'),(3784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/upload.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/upload.php'),(3785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/video.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/templates/video.php'),(3786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/validation.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/validation.php'),(3787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/base.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/base.php'),(3788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/input-list.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/input-list.php'),(3789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/select-tree.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/select-tree.php'),(3790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/select.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/walkers/select.php'),(3791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/wpml.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/inc/wpml.php'),(3792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/autocomplete.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/autocomplete.js'),(3793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/autosave.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/autosave.js'),(3794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/button-group.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/button-group.js'),(3795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/clone.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/clone.js'),(3796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/color.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/color.js'),(3797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/date.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/date.js'),(3798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/datetime.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/datetime.js'),(3799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/file-input.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/file-input.js'),(3800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/file-upload.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/file-upload.js'),(3801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/file.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/file.js'),(3802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/icon.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/icon.js'),(3803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/image-advanced.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/image-advanced.js'),(3804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/image-select.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/image-select.js'),(3805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/image-upload.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/image-upload.js'),(3806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/input-list.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/input-list.js'),(3807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/jqueryui/jquery-ui-sliderAccess.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/jqueryui/jquery-ui-sliderAccess.js'),(3808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/jqueryui/jquery-ui-timepicker-addon-i18n.min.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/jqueryui/jquery-ui-timepicker-addon-i18n.min.js'),(3809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/jqueryui/jquery-ui-timepicker-addon.min.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/jqueryui/jquery-ui-timepicker-addon.min.js'),(3810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/map-frontend.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/map-frontend.js'),(3811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/map.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/map.js'),(3812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/media.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/media.js'),(3813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/modal.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/modal.js'),(3814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/oembed.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/oembed.js'),(3815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/osm-frontend.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/osm-frontend.js'),(3816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/osm.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/osm.js'),(3817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/post.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/post.js'),(3818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/range.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/range.js'),(3819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/script.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/script.js'),(3820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select-advanced.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select-advanced.js'),(3821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select-tree.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select-tree.js'),(3822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select.js'),(3823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/af.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/af.js'),(3824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ar.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ar.js'),(3825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/az.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/az.js'),(3826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/bg.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/bg.js'),(3827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/bn.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/bn.js'),(3828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/bs.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/bs.js'),(3829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ca.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ca.js'),(3830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/cs.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/cs.js'),(3831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/da.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/da.js'),(3832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/de.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/de.js'),(3833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/dsb.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/dsb.js'),(3834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/el.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/el.js'),(3835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/en.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/en.js'),(3836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/es.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/es.js'),(3837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/et.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/et.js'),(3838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/eu.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/eu.js'),(3839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/fa.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/fa.js'),(3840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/fi.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/fi.js'),(3841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/fr.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/fr.js'),(3842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/gl.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/gl.js'),(3843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/he.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/he.js'),(3844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hi.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hi.js'),(3845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hr.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hr.js'),(3846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hsb.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hsb.js'),(3847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hu.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hu.js'),(3848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hy.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/hy.js'),(3849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/id.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/id.js'),(3850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/is.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/is.js'),(3851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/it.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/it.js'),(3852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ja.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ja.js'),(3853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ka.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ka.js'),(3854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/km.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/km.js'),(3855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ko.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ko.js'),(3856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/lt.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/lt.js'),(3857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/lv.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/lv.js'),(3858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/mk.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/mk.js'),(3859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ms.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ms.js'),(3860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/nb.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/nb.js'),(3861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ne.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ne.js'),(3862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/nl.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/nl.js'),(3863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/pl.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/pl.js'),(3864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ps.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ps.js'),(3865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/pt-BR.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/pt-BR.js'),(3866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/pt.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/pt.js'),(3867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ro.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ro.js'),(3868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ru.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/ru.js'),(3869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sk.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sk.js'),(3870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sl.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sl.js'),(3871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sq.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sq.js'),(3872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sr-Cyrl.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sr-Cyrl.js'),(3873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sr.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sr.js'),(3874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sv.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/sv.js'),(3875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/th.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/th.js'),(3876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/tk.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/tk.js'),(3877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/tr.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/tr.js'),(3878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/uk.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/uk.js'),(3879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/vi.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/vi.js'),(3880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/zh-CN.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/zh-CN.js'),(3881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/zh-TW.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/i18n/zh-TW.js'),(3882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/select2.min.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/select2/select2.min.js'),(3883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/slider.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/slider.js'),(3884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/taxonomy.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/taxonomy.js'),(3885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/time.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/time.js'),(3886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/user.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/user.js'),(3887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/additional-methods.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/additional-methods.js'),(3888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ar.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ar.js'),(3889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_az.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_az.js'),(3890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_bg.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_bg.js'),(3891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_bn_BD.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_bn_BD.js'),(3892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ca.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ca.js'),(3893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_cs.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_cs.js'),(3894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_da.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_da.js'),(3895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_de.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_de.js'),(3896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_el.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_el.js'),(3897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_es.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_es.js'),(3898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_es_AR.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_es_AR.js'),(3899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_es_PE.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_es_PE.js'),(3900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_et.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_et.js'),(3901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_eu.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_eu.js'),(3902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_fa.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_fa.js'),(3903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_fi.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_fi.js'),(3904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_fr.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_fr.js'),(3905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ge.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ge.js'),(3906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_gl.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_gl.js'),(3907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_he.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_he.js'),(3908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hi.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hi.js'),(3909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hr.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hr.js'),(3910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hu.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hu.js'),(3911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hy_AM.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_hy_AM.js'),(3912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_id.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_id.js'),(3913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_is.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_is.js'),(3914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_it.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_it.js'),(3915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ja.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ja.js'),(3916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ka.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ka.js'),(3917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_kk.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_kk.js'),(3918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ko.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ko.js'),(3919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_lt.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_lt.js'),(3920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_lv.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_lv.js'),(3921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_mk.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_mk.js'),(3922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_my.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_my.js'),(3923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_nl.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_nl.js'),(3924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_no.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_no.js'),(3925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_pl.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_pl.js'),(3926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_pt_BR.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_pt_BR.js'),(3927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_pt_PT.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_pt_PT.js'),(3928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ro.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ro.js'),(3929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ru.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ru.js'),(3930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sd.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sd.js'),(3931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_si.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_si.js'),(3932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sk.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sk.js'),(3933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sl.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sl.js'),(3934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sr.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sr.js'),(3935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sr_lat.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sr_lat.js'),(3936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sv.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_sv.js'),(3937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_th.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_th.js'),(3938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_tj.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_tj.js'),(3939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_tr.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_tr.js'),(3940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_uk.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_uk.js'),(3941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ur.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_ur.js'),(3942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_vi.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_vi.js'),(3943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_zh.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_zh.js'),(3944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_zh_TW.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/i18n/messages_zh_TW.js'),(3945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/jquery.validate.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/jquery.validate.js'),(3946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/validation.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/validation/validation.js'),(3947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/video.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/video.js'),(3948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/wp-color-picker-alpha/wp-color-picker-alpha.min.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/wp-color-picker-alpha/wp-color-picker-alpha.min.js'),(3949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/wysiwyg.js','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/js/wysiwyg.js'),(3950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/meta-box.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/meta-box.php'),(3951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Block/Register.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Block/Register.php'),(3952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Bricks/Register.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Bricks/Register.php'),(3953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Elementor/Register.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Elementor/Register.php'),(3954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Oxygen/Register.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Oxygen/Register.php'),(3955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Support/Arr.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Support/Arr.php'),(3956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Support/Data.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Support/Data.php'),(3957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Checker.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Checker.php'),(3958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Notification.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Notification.php'),(3959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Option.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Option.php'),(3960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Settings.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/src/Updater/Settings.php'),(3961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/autoload.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/autoload.php'),(3962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/ClassLoader.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/ClassLoader.php'),(3963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/InstalledVersions.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/InstalledVersions.php'),(3964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_classmap.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_classmap.php'),(3965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_namespaces.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_namespaces.php'),(3966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_psr4.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_psr4.php'),(3967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_real.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_real.php'),(3968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_static.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/autoload_static.php'),(3969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/installed.php','wp-content/plugins/houzez-theme-functionality/extensions/meta-box/vendor/composer/installed.php'),(3970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/functions/functions-options.php','wp-content/plugins/houzez-theme-functionality/functions/functions-options.php'),(3971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/functions/functions-rewrite.php','wp-content/plugins/houzez-theme-functionality/functions/functions-rewrite.php'),(3972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/functions/functions.php','wp-content/plugins/houzez-theme-functionality/functions/functions.php'),(3973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/houzez-theme-functionality.php','wp-content/plugins/houzez-theme-functionality/houzez-theme-functionality.php'),(3974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/ReCaptcha.php','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/ReCaptcha.php'),(3975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/Curl.php','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/Curl.php'),(3976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/CurlPost.php','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/CurlPost.php'),(3977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/Post.php','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/Post.php'),(3978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/Socket.php','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/Socket.php'),(3979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/SocketPost.php','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod/SocketPost.php'),(3980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod.php','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestMethod.php'),(3981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestParameters.php','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/RequestParameters.php'),(3982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/Response.php','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/ReCaptcha/Response.php'),(3983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/autoload.php','wp-content/plugins/houzez-theme-functionality/includes/reCaptcha/autoload.php'),(3984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/advance-search.php','wp-content/plugins/houzez-theme-functionality/shortcodes/advance-search.php'),(3985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/agents-grid.php','wp-content/plugins/houzez-theme-functionality/shortcodes/agents-grid.php'),(3986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/agents.php','wp-content/plugins/houzez-theme-functionality/shortcodes/agents.php'),(3987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/blog-posts-carousel.php','wp-content/plugins/houzez-theme-functionality/shortcodes/blog-posts-carousel.php'),(3988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/blog-posts.php','wp-content/plugins/houzez-theme-functionality/shortcodes/blog-posts.php'),(3989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/grids.php','wp-content/plugins/houzez-theme-functionality/shortcodes/grids.php'),(3990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/partners.php','wp-content/plugins/houzez-theme-functionality/shortcodes/partners.php'),(3991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/price-table.php','wp-content/plugins/houzez-theme-functionality/shortcodes/price-table.php'),(3992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/properties-grids.php','wp-content/plugins/houzez-theme-functionality/shortcodes/properties-grids.php'),(3993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/properties-slider.php','wp-content/plugins/houzez-theme-functionality/shortcodes/properties-slider.php'),(3994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/properties.php','wp-content/plugins/houzez-theme-functionality/shortcodes/properties.php'),(3995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-by-id.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-by-id.php'),(3996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-by-ids.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-by-ids.php'),(3997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v1.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v1.php'),(3998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v2.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v2.php'),(3999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v3.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v3.php'),(4000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v4.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v4.php'),(4001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v5.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v5.php'),(4002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v6.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v6.php'),(4003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v7.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v7.php'),(4004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v8.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-cards-v8.php'),(4005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v1.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v1.php'),(4006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v2.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v2.php'),(4007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v3.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v3.php'),(4008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v5.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v5.php'),(4009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v6.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v6.php'),(4010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v7.php','wp-content/plugins/houzez-theme-functionality/shortcodes/property-carousel-v7.php'),(4011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/recent-viewed-properties.php','wp-content/plugins/houzez-theme-functionality/shortcodes/recent-viewed-properties.php'),(4012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/search.php','wp-content/plugins/houzez-theme-functionality/shortcodes/search.php'),(4013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/section-title.php','wp-content/plugins/houzez-theme-functionality/shortcodes/section-title.php'),(4014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/space.php','wp-content/plugins/houzez-theme-functionality/shortcodes/space.php'),(4015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-cards-carousel.php','wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-cards-carousel.php'),(4016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-cards.php','wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-cards.php'),(4017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-grids-carousel.php','wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-grids-carousel.php'),(4018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-grids.php','wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-grids.php'),(4019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-list.php','wp-content/plugins/houzez-theme-functionality/shortcodes/taxonomies-list.php'),(4020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/team-member.php','wp-content/plugins/houzez-theme-functionality/shortcodes/team-member.php'),(4021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/testimonials-v2.php','wp-content/plugins/houzez-theme-functionality/shortcodes/testimonials-v2.php'),(4022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/shortcodes/testimonials.php','wp-content/plugins/houzez-theme-functionality/shortcodes/testimonials.php'),(4023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/statistics/houzez-statistics-functions.php','wp-content/plugins/houzez-theme-functionality/statistics/houzez-statistics-functions.php'),(4024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/statistics/houzez-statistics.php','wp-content/plugins/houzez-theme-functionality/statistics/houzez-statistics.php'),(4025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/changelog.php','wp-content/plugins/houzez-theme-functionality/templates/changelog.php'),(4026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/currency/currency-list.php','wp-content/plugins/houzez-theme-functionality/templates/currency/currency-list.php'),(4027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/currency/form.php','wp-content/plugins/houzez-theme-functionality/templates/currency/form.php'),(4028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/fields-builder/fields-form.php','wp-content/plugins/houzez-theme-functionality/templates/fields-builder/fields-form.php'),(4029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/fields-builder/index.php','wp-content/plugins/houzez-theme-functionality/templates/fields-builder/index.php'),(4030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/fields-builder/multiple.php','wp-content/plugins/houzez-theme-functionality/templates/fields-builder/multiple.php'),(4031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/fields-builder/page.php','wp-content/plugins/houzez-theme-functionality/templates/fields-builder/page.php'),(4032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/locations/form.php','wp-content/plugins/houzez-theme-functionality/templates/locations/form.php'),(4033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/templates/newhtml.php','wp-content/plugins/houzez-theme-functionality/templates/newhtml.php'),(4034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/houzez-theme-functionality/third-party/3rdparty_functions.php','wp-content/plugins/houzez-theme-functionality/third-party/3rdparty_functions.php'),(4035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/index.php','wp-content/plugins/index.php'),(4036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/icon-all-in-one-seo-pack.png','wp-content/plugins/insert-headers-and-footers/admin/images/icon-all-in-one-seo-pack.png'),(4037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/icon-duplicator.png','wp-content/plugins/insert-headers-and-footers/admin/images/icon-duplicator.png'),(4038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/icon-search-replace-wpcode.png','wp-content/plugins/insert-headers-and-footers/admin/images/icon-search-replace-wpcode.png'),(4039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/icon-uncanny-automator.png','wp-content/plugins/insert-headers-and-footers/admin/images/icon-uncanny-automator.png'),(4040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/icon-wp-mail-smtp.png','wp-content/plugins/insert-headers-and-footers/admin/images/icon-wp-mail-smtp.png'),(4041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/icon-wpforms.png','wp-content/plugins/insert-headers-and-footers/admin/images/icon-wpforms.png'),(4042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/mircea.png','wp-content/plugins/insert-headers-and-footers/admin/images/mircea.png'),(4043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/spinner.svg','wp-content/plugins/insert-headers-and-footers/admin/images/spinner.svg'),(4044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/sr-screenshot-thumb.jpg','wp-content/plugins/insert-headers-and-footers/admin/images/sr-screenshot-thumb.jpg'),(4045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/sr-screenshot.jpg','wp-content/plugins/insert-headers-and-footers/admin/images/sr-screenshot.jpg'),(4046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/syed.png','wp-content/plugins/insert-headers-and-footers/admin/images/syed.png'),(4047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/upgrade-welcome-cloud.jpg','wp-content/plugins/insert-headers-and-footers/admin/images/upgrade-welcome-cloud.jpg'),(4048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/upgrade-welcome-generator.jpg','wp-content/plugins/insert-headers-and-footers/admin/images/upgrade-welcome-generator.jpg'),(4049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/upgrade-welcome-headers-footers.jpg','wp-content/plugins/insert-headers-and-footers/admin/images/upgrade-welcome-headers-footers.jpg'),(4050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/admin/images/wpcode-logo.png','wp-content/plugins/insert-headers-and-footers/admin/images/wpcode-logo.png'),(4051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin-bar.asset.php','wp-content/plugins/insert-headers-and-footers/build/admin-bar.asset.php'),(4052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin-bar.css','wp-content/plugins/insert-headers-and-footers/build/admin-bar.css'),(4053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin-bar.js','wp-content/plugins/insert-headers-and-footers/build/admin-bar.js'),(4054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin-global-lite.asset.php','wp-content/plugins/insert-headers-and-footers/build/admin-global-lite.asset.php'),(4055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin-global-lite.css','wp-content/plugins/insert-headers-and-footers/build/admin-global-lite.css'),(4056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin-global-lite.js','wp-content/plugins/insert-headers-and-footers/build/admin-global-lite.js'),(4057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin.asset.php','wp-content/plugins/insert-headers-and-footers/build/admin.asset.php'),(4058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin.css','wp-content/plugins/insert-headers-and-footers/build/admin.css'),(4059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/admin.js','wp-content/plugins/insert-headers-and-footers/build/admin.js'),(4060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/connect.asset.php','wp-content/plugins/insert-headers-and-footers/build/connect.asset.php'),(4061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/connect.js','wp-content/plugins/insert-headers-and-footers/build/connect.js'),(4062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/notices.asset.php','wp-content/plugins/insert-headers-and-footers/build/notices.asset.php'),(4063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/build/notices.js','wp-content/plugins/insert-headers-and-footers/build/notices.js'),(4064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/ihaf.php','wp-content/plugins/insert-headers-and-footers/ihaf.php'),(4065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/admin-ajax-handlers.php','wp-content/plugins/insert-headers-and-footers/includes/admin/admin-ajax-handlers.php'),(4066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/admin-scripts.php','wp-content/plugins/insert-headers-and-footers/includes/admin/admin-scripts.php'),(4067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-admin-notice.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-admin-notice.php'),(4068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-admin-page-loader.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-admin-page-loader.php'),(4069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-code-editor.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-code-editor.php'),(4070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-docs.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-docs.php'),(4071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-importers.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-importers.php'),(4072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-metabox-snippets.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-metabox-snippets.php'),(4073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-notifications.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-notifications.php'),(4074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-review.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-review.php'),(4075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-skin-legacy.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-skin-legacy.php'),(4076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-skin.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-skin.php'),(4077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-suggested-plugins.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-suggested-plugins.php'),(4078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-upgrade-welcome.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-upgrade-welcome.php'),(4079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-usage-tracking.php','wp-content/plugins/insert-headers-and-footers/includes/admin/class-wpcode-usage-tracking.php'),(4080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-code-snippets-premium.php','wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-code-snippets-premium.php'),(4081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-code-snippets.php','wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-code-snippets.php'),(4082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-type.php','wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-type.php'),(4083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-woody.php','wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class-wpcode-importer-woody.php'),(4084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-click.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-click.php'),(4085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-code-snippets.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-code-snippets.php'),(4086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-file-editor.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-file-editor.php'),(4087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-generator.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-generator.php'),(4088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-headers-footers.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-headers-footers.php'),(4089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-library.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-library.php'),(4090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-pixel.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-pixel.php'),(4091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-search-replace.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-search-replace.php'),(4092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-settings.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-settings.php'),(4093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-snippet-manager.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-snippet-manager.php'),(4094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-tools.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-tools.php'),(4095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page.php'),(4096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-code-snippets-table.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-code-snippets-table.php'),(4097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/trait-wpcode-revisions-display.php','wp-content/plugins/insert-headers-and-footers/includes/admin/pages/trait-wpcode-revisions-display.php'),(4098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-admin.php','wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-admin.php'),(4099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-archive.php','wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-archive.php'),(4100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-everywhere.php','wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-everywhere.php'),(4101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-single.php','wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-single.php'),(4102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-site-wide.php','wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-site-wide.php'),(4103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-type.php','wp-content/plugins/insert-headers-and-footers/includes/auto-insert/class-wpcode-auto-insert-type.php'),(4104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/capabilities.php','wp-content/plugins/insert-headers-and-footers/includes/capabilities.php'),(4105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-admin-bar-info.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-admin-bar-info.php'),(4106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-auto-insert.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-auto-insert.php'),(4107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-capabilities.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-capabilities.php'),(4108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-conditional-logic.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-conditional-logic.php'),(4109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-error.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-error.php'),(4110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-file-cache.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-file-cache.php'),(4111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-file-logger.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-file-logger.php'),(4112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-generator.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-generator.php'),(4113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-install.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-install.php'),(4114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-library-auth.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-library-auth.php'),(4115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-library.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-library.php'),(4116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-settings.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-settings.php'),(4117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-smart-tags.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-smart-tags.php'),(4118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-cache.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-cache.php'),(4119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-execute.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-execute.php'),(4120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet.php','wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet.php'),(4121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/compat.php','wp-content/plugins/insert-headers-and-footers/includes/compat.php'),(4122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/conditional-logic/class-wpcode-conditional-page.php','wp-content/plugins/insert-headers-and-footers/includes/conditional-logic/class-wpcode-conditional-page.php'),(4123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/conditional-logic/class-wpcode-conditional-type.php','wp-content/plugins/insert-headers-and-footers/includes/conditional-logic/class-wpcode-conditional-type.php'),(4124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/conditional-logic/class-wpcode-conditional-user.php','wp-content/plugins/insert-headers-and-footers/includes/conditional-logic/class-wpcode-conditional-user.php'),(4125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-css.php','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-css.php'),(4126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-html.php','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-html.php'),(4127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-js.php','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-js.php'),(4128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-php.php','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-php.php'),(4129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-text.php','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-text.php'),(4130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-type.php','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-type.php'),(4131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-universal.php','wp-content/plugins/insert-headers-and-footers/includes/execute/class-wpcode-snippet-execute-universal.php'),(4132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-admin-bar.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-admin-bar.php'),(4133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-contact-methods.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-contact-methods.php'),(4134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-cronjob.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-cronjob.php'),(4135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-hooks.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-hooks.php'),(4136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-menu.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-menu.php'),(4137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-post-status.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-post-status.php'),(4138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-post-type.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-post-type.php'),(4139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-query.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-query.php'),(4140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-script.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-script.php'),(4141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-sidebar.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-sidebar.php'),(4142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-style.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-style.php'),(4143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-taxonomy.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-taxonomy.php'),(4144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-type.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-type.php'),(4145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-widget.php','wp-content/plugins/insert-headers-and-footers/includes/generator/class-wpcode-generator-widget.php'),(4146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/global-output.php','wp-content/plugins/insert-headers-and-footers/includes/global-output.php'),(4147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/helpers.php','wp-content/plugins/insert-headers-and-footers/includes/helpers.php'),(4148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/icons.php','wp-content/plugins/insert-headers-and-footers/includes/icons.php'),(4149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/ihaf.php','wp-content/plugins/insert-headers-and-footers/includes/ihaf.php'),(4150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/legacy.php','wp-content/plugins/insert-headers-and-footers/includes/legacy.php'),(4151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/admin/admin-scripts.php','wp-content/plugins/insert-headers-and-footers/includes/lite/admin/admin-scripts.php'),(4152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-admin-page-loader-lite.php','wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-admin-page-loader-lite.php'),(4153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-connect.php','wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-connect.php'),(4154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-metabox-snippets-lite.php','wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-metabox-snippets-lite.php'),(4155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-usage-tracking-lite.php','wp-content/plugins/insert-headers-and-footers/includes/lite/admin/class-wpcode-usage-tracking-lite.php'),(4156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/admin/notices.php','wp-content/plugins/insert-headers-and-footers/includes/lite/admin/notices.php'),(4157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-anywhere.php','wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-anywhere.php'),(4158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-content.php','wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-content.php'),(4159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-edd.php','wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-edd.php'),(4160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-memberpress.php','wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-memberpress.php'),(4161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-woocommerce.php','wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert/class-wpcode-auto-insert-woocommerce.php'),(4162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/class-wpcode-admin-bar-info-lite.php','wp-content/plugins/insert-headers-and-footers/includes/lite/class-wpcode-admin-bar-info-lite.php'),(4163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/class-wpcode-smart-tags-lite.php','wp-content/plugins/insert-headers-and-footers/includes/lite/class-wpcode-smart-tags-lite.php'),(4164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-device.php','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-device.php'),(4165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-edd.php','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-edd.php'),(4166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-location.php','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-location.php'),(4167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-memberpress.php','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-memberpress.php'),(4168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-schedule.php','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-schedule.php'),(4169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-snippet.php','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-snippet.php'),(4170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-woocommerce.php','wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class-wpcode-conditional-woocommerce.php'),(4171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/lite/loader.php','wp-content/plugins/insert-headers-and-footers/includes/lite/loader.php'),(4172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/pluggable.php','wp-content/plugins/insert-headers-and-footers/includes/pluggable.php'),(4173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/post-type.php','wp-content/plugins/insert-headers-and-footers/includes/post-type.php'),(4174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/safe-mode.php','wp-content/plugins/insert-headers-and-footers/includes/safe-mode.php'),(4175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/includes/shortcode.php','wp-content/plugins/insert-headers-and-footers/includes/shortcode.php'),(4176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/languages/index.php','wp-content/plugins/insert-headers-and-footers/languages/index.php'),(4177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/languages/insert-headers-and-footers.pot','wp-content/plugins/insert-headers-and-footers/languages/insert-headers-and-footers.pot'),(4178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/readme.txt','wp-content/plugins/insert-headers-and-footers/readme.txt'),(4179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/insert-headers-and-footers/uninstall.php','wp-content/plugins/insert-headers-and-footers/uninstall.php'),(4180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/css/main.css','wp-content/plugins/one-click-demo-import/assets/css/main.css'),(4181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/css/main.min.css','wp-content/plugins/one-click-demo-import/assets/css/main.min.css'),(4182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/about-page.xml','wp-content/plugins/one-click-demo-import/assets/demo-content/about-page.xml'),(4183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/book-now-page.xml','wp-content/plugins/one-click-demo-import/assets/demo-content/book-now-page.xml'),(4184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/contact-page.xml','wp-content/plugins/one-click-demo-import/assets/demo-content/contact-page.xml'),(4185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/faq-page.xml','wp-content/plugins/one-click-demo-import/assets/demo-content/faq-page.xml'),(4186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/meet-the-team-page.xml','wp-content/plugins/one-click-demo-import/assets/demo-content/meet-the-team-page.xml'),(4187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/menu-page.xml','wp-content/plugins/one-click-demo-import/assets/demo-content/menu-page.xml'),(4188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/portfolio-page.xml','wp-content/plugins/one-click-demo-import/assets/demo-content/portfolio-page.xml'),(4189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/services-page.xml','wp-content/plugins/one-click-demo-import/assets/demo-content/services-page.xml'),(4190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/shop-page.xml','wp-content/plugins/one-click-demo-import/assets/demo-content/shop-page.xml'),(4191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/demo-content/testimonials-page.xml','wp-content/plugins/one-click-demo-import/assets/demo-content/testimonials-page.xml'),(4192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/error.svg','wp-content/plugins/one-click-demo-import/assets/images/error.svg'),(4193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/brush.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/brush.svg'),(4194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/check-solid-white.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/check-solid-white.svg'),(4195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/content.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/content.svg'),(4196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/copy.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/copy.svg'),(4197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/info-circle.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/info-circle.svg'),(4198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/layout.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/layout.svg'),(4199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/lock.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/lock.svg'),(4200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/long-arrow-alt-left-blue.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/long-arrow-alt-left-blue.svg'),(4201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/plugins.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/plugins.svg'),(4202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/question-circle.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/question-circle.svg'),(4203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/redux.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/redux.svg'),(4204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/star.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/star.svg'),(4205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/icons/widgets.svg','wp-content/plugins/one-click-demo-import/assets/images/icons/widgets.svg'),(4206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/importing.svg','wp-content/plugins/one-click-demo-import/assets/images/importing.svg'),(4207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/loader.svg','wp-content/plugins/one-click-demo-import/assets/images/loader.svg'),(4208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/success.svg','wp-content/plugins/one-click-demo-import/assets/images/success.svg'),(4209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/images/warning.svg','wp-content/plugins/one-click-demo-import/assets/images/warning.svg'),(4210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/js/main.js','wp-content/plugins/one-click-demo-import/assets/js/main.js'),(4211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/assets/js/main.min.js','wp-content/plugins/one-click-demo-import/assets/js/main.min.js'),(4212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/CreateDemoContent/DemoContentCreator.php','wp-content/plugins/one-click-demo-import/inc/CreateDemoContent/DemoContentCreator.php'),(4213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/CustomizerImporter.php','wp-content/plugins/one-click-demo-import/inc/CustomizerImporter.php'),(4214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/CustomizerOption.php','wp-content/plugins/one-click-demo-import/inc/CustomizerOption.php'),(4215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/Downloader.php','wp-content/plugins/one-click-demo-import/inc/Downloader.php'),(4216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/Helpers.php','wp-content/plugins/one-click-demo-import/inc/Helpers.php'),(4217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/ImportActions.php','wp-content/plugins/one-click-demo-import/inc/ImportActions.php'),(4218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/Importer.php','wp-content/plugins/one-click-demo-import/inc/Importer.php'),(4219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/Logger.php','wp-content/plugins/one-click-demo-import/inc/Logger.php'),(4220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/OneClickDemoImport.php','wp-content/plugins/one-click-demo-import/inc/OneClickDemoImport.php'),(4221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/PluginInstaller.php','wp-content/plugins/one-click-demo-import/inc/PluginInstaller.php'),(4222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkin.php','wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkin.php'),(4223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkinSilent.php','wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkinSilent.php'),(4224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/ReduxImporter.php','wp-content/plugins/one-click-demo-import/inc/ReduxImporter.php'),(4225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/ViewHelpers.php','wp-content/plugins/one-click-demo-import/inc/ViewHelpers.php'),(4226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/WPCLICommands.php','wp-content/plugins/one-click-demo-import/inc/WPCLICommands.php'),(4227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/WXRImporter.php','wp-content/plugins/one-click-demo-import/inc/WXRImporter.php'),(4228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/inc/WidgetImporter.php','wp-content/plugins/one-click-demo-import/inc/WidgetImporter.php'),(4229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/languages/one-click-demo-import.pot','wp-content/plugins/one-click-demo-import/languages/one-click-demo-import.pot'),(4230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/one-click-demo-import.php','wp-content/plugins/one-click-demo-import/one-click-demo-import.php'),(4231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/readme.txt','wp-content/plugins/one-click-demo-import/readme.txt'),(4232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/autoload.php','wp-content/plugins/one-click-demo-import/vendor/autoload.php'),(4233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/README.md','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/README.md'),(4234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/composer.json','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/composer.json'),(4235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/Importer.php','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/Importer.php'),(4236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLogger.php','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLogger.php'),(4237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLoggerCLI.php','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLoggerCLI.php'),(4238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImportInfo.php','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImportInfo.php'),(4239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImporter.php','wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImporter.php'),(4240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/ClassLoader.php','wp-content/plugins/one-click-demo-import/vendor/composer/ClassLoader.php'),(4241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/LICENSE','wp-content/plugins/one-click-demo-import/vendor/composer/LICENSE'),(4242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_classmap.php','wp-content/plugins/one-click-demo-import/vendor/composer/autoload_classmap.php'),(4243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_namespaces.php','wp-content/plugins/one-click-demo-import/vendor/composer/autoload_namespaces.php'),(4244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_psr4.php','wp-content/plugins/one-click-demo-import/vendor/composer/autoload_psr4.php'),(4245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_real.php','wp-content/plugins/one-click-demo-import/vendor/composer/autoload_real.php'),(4246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_static.php','wp-content/plugins/one-click-demo-import/vendor/composer/autoload_static.php'),(4247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/vendor/composer/installed.json','wp-content/plugins/one-click-demo-import/vendor/composer/installed.json'),(4248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/views/create-content.php','wp-content/plugins/one-click-demo-import/views/create-content.php'),(4249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/views/import.php','wp-content/plugins/one-click-demo-import/views/import.php'),(4250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/views/install-plugins.php','wp-content/plugins/one-click-demo-import/views/install-plugins.php'),(4251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/one-click-demo-import/views/plugin-page.php','wp-content/plugins/one-click-demo-import/views/plugin-page.php'),(4252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/README.md','wp-content/plugins/redux-framework/ReduxCore/README.md'),(4253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/core/dashboard.php','wp-content/plugins/redux-framework/ReduxCore/core/dashboard.php'),(4254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/core/enqueue.php','wp-content/plugins/redux-framework/ReduxCore/core/enqueue.php'),(4255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/core/index.php','wp-content/plugins/redux-framework/ReduxCore/core/index.php'),(4256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/core/newsflash.php','wp-content/plugins/redux-framework/ReduxCore/core/newsflash.php'),(4257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/core/panel.php','wp-content/plugins/redux-framework/ReduxCore/core/panel.php'),(4258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/core/required.php','wp-content/plugins/redux-framework/ReduxCore/core/required.php'),(4259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/inc/fields/index.php','wp-content/plugins/redux-framework/ReduxCore/inc/fields/index.php'),(4260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/inc/fields/typography/field_typography.php','wp-content/plugins/redux-framework/ReduxCore/inc/fields/typography/field_typography.php'),(4261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/inc/fields/typography/index.php','wp-content/plugins/redux-framework/ReduxCore/inc/fields/typography/index.php'),(4262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/inc/index.php','wp-content/plugins/redux-framework/ReduxCore/inc/index.php'),(4263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/ReduxCore/index.php','wp-content/plugins/redux-framework/ReduxCore/index.php'),(4264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/class-redux-framework-plugin.php','wp-content/plugins/redux-framework/class-redux-framework-plugin.php'),(4265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/index.php','wp-content/plugins/redux-framework/index.php'),(4266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/license.txt','wp-content/plugins/redux-framework/license.txt'),(4267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/readme.txt','wp-content/plugins/redux-framework/readme.txt'),(4268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/color-picker.css','wp-content/plugins/redux-framework/redux-core/assets/css/color-picker.css'),(4269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/color-picker.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/color-picker.css.map'),(4270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/color-picker.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/color-picker.min.css'),(4271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/colors.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/colors.css'),(4272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/colors.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/colors.css.map'),(4273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/colors.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/colors.min.css'),(4274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/index.php','wp-content/plugins/redux-framework/redux-core/assets/css/colors/blue/index.php'),(4275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/colors.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/colors.css'),(4276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/colors.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/colors.css.map'),(4277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/colors.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/colors.min.css'),(4278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/index.php','wp-content/plugins/redux-framework/redux-core/assets/css/colors/classic/index.php'),(4279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/colors.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/colors.css'),(4280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/colors.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/colors.css.map'),(4281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/colors.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/colors.min.css'),(4282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/index.php','wp-content/plugins/redux-framework/redux-core/assets/css/colors/coffee/index.php'),(4283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/colors.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/colors.css'),(4284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/colors.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/colors.css.map'),(4285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/colors.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/colors.min.css'),(4286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/index.php','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ectoplasm/index.php'),(4287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/colors.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/colors.css'),(4288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/colors.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/colors.css.map'),(4289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/colors.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/colors.min.css'),(4290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/index.php','wp-content/plugins/redux-framework/redux-core/assets/css/colors/fresh/index.php'),(4291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/index.php','wp-content/plugins/redux-framework/redux-core/assets/css/colors/index.php'),(4292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/colors.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/colors.css'),(4293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/colors.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/colors.css.map'),(4294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/colors.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/colors.min.css'),(4295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/index.php','wp-content/plugins/redux-framework/redux-core/assets/css/colors/light/index.php'),(4296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/colors.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/colors.css'),(4297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/colors.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/colors.css.map'),(4298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/colors.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/colors.min.css'),(4299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/index.php','wp-content/plugins/redux-framework/redux-core/assets/css/colors/midnight/index.php'),(4300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/colors.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/colors.css'),(4301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/colors.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/colors.css.map'),(4302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/colors.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/colors.min.css'),(4303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/index.php','wp-content/plugins/redux-framework/redux-core/assets/css/colors/ocean/index.php'),(4304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/colors.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/colors.css'),(4305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/colors.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/colors.css.map'),(4306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/colors.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/colors.min.css'),(4307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/index.php','wp-content/plugins/redux-framework/redux-core/assets/css/colors/sunrise/index.php'),(4308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/index.php','wp-content/plugins/redux-framework/redux-core/assets/css/index.php');
INSERT INTO `wpau_wfknownfilelist` VALUES (4309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/media.css','wp-content/plugins/redux-framework/redux-core/assets/css/media.css'),(4310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/media.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/media.css.map'),(4311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/media.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/media.min.css'),(4312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/redux-admin.css','wp-content/plugins/redux-framework/redux-core/assets/css/redux-admin.css'),(4313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/redux-admin.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/redux-admin.css.map'),(4314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/redux-admin.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/redux-admin.min.css'),(4315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/redux-fields.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/redux-fields.min.css'),(4316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/redux-fields.min.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/redux-fields.min.css.map'),(4317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/rtl.css','wp-content/plugins/redux-framework/redux-core/assets/css/rtl.css'),(4318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/rtl.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/rtl.css.map'),(4319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/rtl.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/rtl.min.css'),(4320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/elusive-icons.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/elusive-icons.css'),(4321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/elusive-icons.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/elusive-icons.css.map'),(4322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/elusive-icons.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/elusive-icons.min.css'),(4323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/index.php','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/index.php'),(4324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/jquery-ui-1.10.0.custom.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/jquery-ui-1.10.0.custom.css'),(4325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/jquery-ui-1.10.0.custom.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/jquery-ui-1.10.0.custom.css.map'),(4326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/jquery-ui-1.10.0.custom.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/jquery-ui-1.10.0.custom.min.css'),(4327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/nouislider.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/nouislider.css'),(4328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/nouislider.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/nouislider.css.map'),(4329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/nouislider.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/nouislider.min.css'),(4330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/qtip.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/qtip.css'),(4331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/qtip.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/qtip.css.map'),(4332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/qtip.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/qtip.min.css'),(4333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/select2.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/select2.css'),(4334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/select2.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/select2.css.map'),(4335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/select2.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/select2.min.css'),(4336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/spectrum.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/spectrum.css'),(4337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/spectrum.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/spectrum.css.map'),(4338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor/spectrum.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor/spectrum.min.css'),(4339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor.css'),(4340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor.css.map','wp-content/plugins/redux-framework/redux-core/assets/css/vendor.css.map'),(4341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/css/vendor.min.css','wp-content/plugins/redux-framework/redux-core/assets/css/vendor.min.css'),(4342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/all.css','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/all.css'),(4343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/all.min.css','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/all.min.css'),(4344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/v4-shims.css','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/v4-shims.css'),(4345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/v4-shims.min.css','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/css/v4-shims.min.css'),(4346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-brands-400.ttf','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-brands-400.ttf'),(4347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-brands-400.woff2','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-brands-400.woff2'),(4348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-regular-400.ttf','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-regular-400.ttf'),(4349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-regular-400.woff2','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-regular-400.woff2'),(4350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-solid-900.ttf','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-solid-900.ttf'),(4351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-solid-900.woff2','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-solid-900.woff2'),(4352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-v4compatibility.ttf','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-v4compatibility.ttf'),(4353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-v4compatibility.woff2','wp-content/plugins/redux-framework/redux-core/assets/font-awesome/webfonts/fa-v4compatibility.woff2'),(4354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.eot','wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.eot'),(4355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.svg','wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.svg'),(4356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.ttf','wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.ttf'),(4357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.woff','wp-content/plugins/redux-framework/redux-core/assets/fonts/elusiveicons-webfont.woff'),(4358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/fonts/index.php','wp-content/plugins/redux-framework/redux-core/assets/fonts/index.php'),(4359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/1c.png','wp-content/plugins/redux-framework/redux-core/assets/img/1c.png'),(4360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/1col.png','wp-content/plugins/redux-framework/redux-core/assets/img/1col.png'),(4361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/2-col-portfolio.png','wp-content/plugins/redux-framework/redux-core/assets/img/2-col-portfolio.png'),(4362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/2cl.png','wp-content/plugins/redux-framework/redux-core/assets/img/2cl.png'),(4363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/2cr.png','wp-content/plugins/redux-framework/redux-core/assets/img/2cr.png'),(4364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/3-col-portfolio.png','wp-content/plugins/redux-framework/redux-core/assets/img/3-col-portfolio.png'),(4365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/3cl.png','wp-content/plugins/redux-framework/redux-core/assets/img/3cl.png'),(4366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/3cm.png','wp-content/plugins/redux-framework/redux-core/assets/img/3cm.png'),(4367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/3cr.png','wp-content/plugins/redux-framework/redux-core/assets/img/3cr.png'),(4368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/4-col-portfolio.png','wp-content/plugins/redux-framework/redux-core/assets/img/4-col-portfolio.png'),(4369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/ajax.gif','wp-content/plugins/redux-framework/redux-core/assets/img/ajax.gif'),(4370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/icon--color.svg','wp-content/plugins/redux-framework/redux-core/assets/img/icon--color.svg'),(4371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/icon--white.svg','wp-content/plugins/redux-framework/redux-core/assets/img/icon--white.svg'),(4372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/index.php','wp-content/plugins/redux-framework/redux-core/assets/img/index.php'),(4373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/index.php','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/index.php'),(4374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_flat_0_aaaaaa_40x100.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_flat_0_aaaaaa_40x100.png'),(4375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_55_fbf9ee_1x400.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_55_fbf9ee_1x400.png'),(4376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_65_ffffff_1x400.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_65_ffffff_1x400.png'),(4377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_dadada_1x400.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_dadada_1x400.png'),(4378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_e6e6e6_1x400.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_e6e6e6_1x400.png'),(4379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_ffffff_1x400.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_ffffff_1x400.png'),(4380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_highlight-soft_75_cccccc_1x100.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_highlight-soft_75_cccccc_1x100.png'),(4381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_inset-soft_95_fef1ec_1x100.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-bg_inset-soft_95_fef1ec_1x100.png'),(4382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_222222_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_222222_256x240.png'),(4383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_2e83ff_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_2e83ff_256x240.png'),(4384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_444444_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_444444_256x240.png'),(4385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_454545_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_454545_256x240.png'),(4386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_777777_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_777777_256x240.png'),(4387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_888888_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_888888_256x240.png'),(4388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_cd0a0a_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_cd0a0a_256x240.png'),(4389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_f6cf3b_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_f6cf3b_256x240.png'),(4390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_ffffff_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/jquery-ui-bootstrap/ui-icons_ffffff_256x240.png'),(4391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/logo--white.svg','wp-content/plugins/redux-framework/redux-core/assets/img/logo--white.svg'),(4392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/logo-color.svg','wp-content/plugins/redux-framework/redux-core/assets/img/logo-color.svg'),(4393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/logo.svg','wp-content/plugins/redux-framework/redux-core/assets/img/logo.svg'),(4394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/1c.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/1c.png'),(4395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/1col.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/1col.png'),(4396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/2-col-portfolio.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/2-col-portfolio.png'),(4397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/2cl.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/2cl.png'),(4398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/2cr.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/2cr.png'),(4399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/3-col-portfolio.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/3-col-portfolio.png'),(4400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/3cl.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/3cl.png'),(4401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/3cm.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/3cm.png'),(4402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/3cr.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/3cr.png'),(4403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/4-col-portfolio.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/4-col-portfolio.png'),(4404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/ajax.gif','wp-content/plugins/redux-framework/redux-core/assets/img/raw/ajax.gif'),(4405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/index.php','wp-content/plugins/redux-framework/redux-core/assets/img/raw/index.php'),(4406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/index.php','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/index.php'),(4407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_flat_0_aaaaaa_40x100.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_flat_0_aaaaaa_40x100.png'),(4408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_55_fbf9ee_1x400.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_55_fbf9ee_1x400.png'),(4409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_65_ffffff_1x400.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_65_ffffff_1x400.png'),(4410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_75_dadada_1x400.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_75_dadada_1x400.png'),(4411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_75_e6e6e6_1x400.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_75_e6e6e6_1x400.png'),(4412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_75_ffffff_1x400.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_glass_75_ffffff_1x400.png'),(4413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_highlight-soft_75_cccccc_1x100.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_highlight-soft_75_cccccc_1x100.png'),(4414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_inset-soft_95_fef1ec_1x100.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-bg_inset-soft_95_fef1ec_1x100.png'),(4415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_222222_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_222222_256x240.png'),(4416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_2e83ff_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_2e83ff_256x240.png'),(4417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_454545_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_454545_256x240.png'),(4418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_888888_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_888888_256x240.png'),(4419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_cd0a0a_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_cd0a0a_256x240.png'),(4420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_f6cf3b_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_f6cf3b_256x240.png'),(4421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_ffffff_256x240.png','wp-content/plugins/redux-framework/redux-core/assets/img/raw/jquery-ui-bootstrap/ui-icons_ffffff_256x240.png'),(4422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/index.php','wp-content/plugins/redux-framework/redux-core/assets/index.php'),(4423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/index.php','wp-content/plugins/redux-framework/redux-core/assets/js/index.php'),(4424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/media/index.php','wp-content/plugins/redux-framework/redux-core/assets/js/media/index.php'),(4425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/media/media.js','wp-content/plugins/redux-framework/redux-core/assets/js/media/media.js'),(4426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/media/media.min.js','wp-content/plugins/redux-framework/redux-core/assets/js/media/media.min.js'),(4427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/ajax-save.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/ajax-save.js'),(4428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/color-validate.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/color-validate.js'),(4429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/expand-options.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/expand-options.js'),(4430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/index.php','wp-content/plugins/redux-framework/redux-core/assets/js/redux/index.php'),(4431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/init-events.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/init-events.js'),(4432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/init-fields.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/init-fields.js'),(4433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/main.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/main.js'),(4434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/notices.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/notices.js'),(4435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/qtip.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/qtip.js'),(4436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/redux-change.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/redux-change.js'),(4437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/redux-hook.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/redux-hook.js'),(4438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/required.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/required.js'),(4439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/sticky-info.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/sticky-info.js'),(4440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux/tab-check.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux/tab-check.js'),(4441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux-vendors.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux-vendors.js'),(4442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux-vendors.min.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux-vendors.min.js'),(4443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux.js'),(4444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/redux.min.js','wp-content/plugins/redux-framework/redux-core/assets/js/redux.min.js'),(4445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/block-ui/jquery.blockUI.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/block-ui/jquery.blockUI.js'),(4446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/block-ui/jquery.blockUI.min.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/block-ui/jquery.blockUI.min.js'),(4447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/cookie.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/cookie.js'),(4448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/index.php','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/index.php'),(4449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.alphanum.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.alphanum.js'),(4450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.serializeForm.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.serializeForm.js'),(4451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.serializeJSON.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.serializeJSON.js'),(4452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.typewatch.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jquery.typewatch.js'),(4453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jsonview.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/jsonview.js'),(4454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/nouislider/index.php','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/nouislider/index.php'),(4455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/nouislider/redux.jquery.nouislider.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/nouislider/redux.jquery.nouislider.js'),(4456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/nouislider/redux.jquery.nouislider.min.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/nouislider/redux.jquery.nouislider.min.js'),(4457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/qtip/index.php','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/qtip/index.php'),(4458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/qtip/qtip.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/qtip/qtip.js'),(4459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/qtip/qtip.min.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/qtip/qtip.min.js'),(4460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2/index.php','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2/index.php'),(4461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2/select2.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2/select2.js'),(4462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2/select2.min.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2/select2.min.js'),(4463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/index.php','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/index.php'),(4464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/jquery-sortable.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/jquery-sortable.js'),(4465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/redux.select2.sortable.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/redux.select2.sortable.js'),(4466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/redux.select2.sortable.min.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/select2-sortable/redux.select2.sortable.min.js'),(4467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/spectrum/index.php','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/spectrum/index.php'),(4468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/spectrum/redux-spectrum.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/spectrum/redux-spectrum.js'),(4469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/spectrum/redux-spectrum.min.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/spectrum/redux-spectrum.min.js'),(4470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/wp-color-picker-alpha/index.php','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/wp-color-picker-alpha/index.php'),(4471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/wp-color-picker-alpha/wp-color-picker-alpha.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/wp-color-picker-alpha/wp-color-picker-alpha.js'),(4472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/js/vendor/wp-color-picker-alpha/wp-color-picker-alpha.min.js','wp-content/plugins/redux-framework/redux-core/assets/js/vendor/wp-color-picker-alpha/wp-color-picker-alpha.min.js'),(4473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/color-picker.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/color-picker.scss'),(4474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/_admin.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/_admin.scss'),(4475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/_mixins.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/_mixins.scss'),(4476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/blue/colors.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/blue/colors.scss'),(4477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/blue/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/blue/index.php'),(4478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/classic/colors.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/classic/colors.scss'),(4479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/classic/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/classic/index.php'),(4480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/coffee/colors.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/coffee/colors.scss'),(4481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/coffee/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/coffee/index.php'),(4482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ectoplasm/colors.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ectoplasm/colors.scss'),(4483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ectoplasm/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ectoplasm/index.php'),(4484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/fresh/colors.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/fresh/colors.scss'),(4485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/fresh/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/fresh/index.php'),(4486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/index.php'),(4487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/light/colors.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/light/colors.scss'),(4488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/light/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/light/index.php'),(4489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/midnight/colors.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/midnight/colors.scss'),(4490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/midnight/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/midnight/index.php'),(4491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ocean/colors.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ocean/colors.scss'),(4492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ocean/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/ocean/index.php'),(4493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/sunrise/colors.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/sunrise/colors.scss'),(4494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/colors/sunrise/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/colors/sunrise/index.php'),(4495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/index.php'),(4496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/media.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/media.scss'),(4497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/redux-admin.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/redux-admin.scss'),(4498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/rtl.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/rtl.scss'),(4499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/elusive-icons.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/elusive-icons.scss'),(4500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/index.php'),(4501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_animated.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_animated.scss'),(4502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_bordered-pulled.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_bordered-pulled.scss'),(4503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_core.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_core.scss'),(4504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_fixed-width.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_fixed-width.scss'),(4505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_icons.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_icons.scss'),(4506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_larger.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_larger.scss'),(4507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_list.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_list.scss'),(4508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_mixins.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_mixins.scss'),(4509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_path.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_path.scss'),(4510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_rotated-flipped.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_rotated-flipped.scss'),(4511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_stacked.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_stacked.scss'),(4512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_variables.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/_variables.scss'),(4513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/elusive-icons.css','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/elusive-icons.css'),(4514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/elusive-icons.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/elusive-icons.scss'),(4515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/elusive-icons/scss/index.php'),(4516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/index.php'),(4517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/jquery-ui-1.10.0.custom.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/jquery-ui-1.10.0.custom.scss'),(4518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/nouislider.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/nouislider.scss'),(4519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/qtip.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/qtip.scss'),(4520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/_dropdown.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/_dropdown.scss'),(4521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/_multiple.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/_multiple.scss'),(4522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/_single.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/_single.scss'),(4523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/core.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/core.scss'),(4524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/index.php'),(4525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/mixins/_gradients.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/mixins/_gradients.scss'),(4526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/mixins/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/mixins/index.php'),(4527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/select2.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/select2.scss'),(4528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/_defaults.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/_defaults.scss'),(4529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/_multiple.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/_multiple.scss'),(4530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/_single.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/_single.scss'),(4531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/index.php'),(4532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/layout.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/classic/layout.scss'),(4533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/_multiple.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/_multiple.scss'),(4534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/_single.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/_single.scss'),(4535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/index.php'),(4536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/layout.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/default/layout.scss'),(4537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/index.php','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/select2/theme/index.php'),(4538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/spectrum.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/spectrum.scss'),(4539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/vendor.scss','wp-content/plugins/redux-framework/redux-core/assets/scss/vendor/vendor.scss'),(4540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/class-redux-core.php','wp-content/plugins/redux-framework/redux-core/class-redux-core.php'),(4541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/README.md','wp-content/plugins/redux-framework/redux-core/core/README.md'),(4542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/dashboard.php','wp-content/plugins/redux-framework/redux-core/core/dashboard.php'),(4543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/enqueue.php','wp-content/plugins/redux-framework/redux-core/core/enqueue.php'),(4544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/index.php','wp-content/plugins/redux-framework/redux-core/core/index.php'),(4545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/newsflash.php','wp-content/plugins/redux-framework/redux-core/core/newsflash.php'),(4546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/panel.php','wp-content/plugins/redux-framework/redux-core/core/panel.php'),(4547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/core/required.php','wp-content/plugins/redux-framework/redux-core/core/required.php'),(4548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/framework.php','wp-content/plugins/redux-framework/redux-core/framework.php'),(4549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-admin-notices.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-admin-notices.php'),(4550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-ajax-save.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-ajax-save.php'),(4551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-ajax-select2.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-ajax-select2.php'),(4552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-ajax-typography.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-ajax-typography.php'),(4553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-api.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-api.php'),(4554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-args.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-args.php'),(4555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-autoloader.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-autoloader.php'),(4556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-cdn.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-cdn.php'),(4557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-class.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-class.php'),(4558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-colors.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-colors.php'),(4559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-enqueue.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-enqueue.php'),(4560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-extension-abstract.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-extension-abstract.php'),(4561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-extensions.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-extensions.php'),(4562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-field.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-field.php'),(4563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-filesystem.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-filesystem.php'),(4564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-functions-ex.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-functions-ex.php'),(4565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-functions.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-functions.php'),(4566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-helpers.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-helpers.php'),(4567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-i18n.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-i18n.php'),(4568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-installer-muter.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-installer-muter.php'),(4569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-instances.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-instances.php'),(4570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-network.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-network.php'),(4571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-options-constructor.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-options-constructor.php'),(4572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-options-defaults.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-options-defaults.php'),(4573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-output.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-output.php'),(4574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-page-render.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-page-render.php'),(4575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-panel.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-panel.php'),(4576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-path.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-path.php'),(4577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-required.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-required.php'),(4578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-sanitize.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-sanitize.php'),(4579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-thirdparty-fixes.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-thirdparty-fixes.php'),(4580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-transients.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-transients.php'),(4581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-validate.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-validate.php'),(4582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-validation.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-validation.php'),(4583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-wordpress-data.php','wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-wordpress-data.php'),(4584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/classes/index.php','wp-content/plugins/redux-framework/redux-core/inc/classes/index.php'),(4585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/class-redux-accordion.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/class-redux-accordion.php'),(4586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/index.php'),(4587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.css'),(4588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.css.map'),(4589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.js'),(4590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.min.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.min.css'),(4591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.min.js'),(4592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/accordion/redux-accordion.scss'),(4593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/class-redux-extension-accordion.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/class-redux-extension-accordion.php'),(4594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/accordion/index.php'),(4595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/class-redux-extension-color-scheme.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/class-redux-extension-color-scheme.php'),(4596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/class-redux-color-scheme.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/class-redux-color-scheme.php'),(4597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/img/busy.gif','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/img/busy.gif'),(4598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/inc/class-redux-color-scheme-functions.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/inc/class-redux-color-scheme-functions.php'),(4599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.css'),(4600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.css.map'),(4601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.js'),(4602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.min.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.min.css'),(4603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.min.js'),(4604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/color_scheme/color_scheme/redux-color-scheme.scss'),(4605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/class-redux-extension-custom-fonts.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/class-redux-extension-custom-fonts.php'),(4606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/class-redux-custom-fonts.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/class-redux-custom-fonts.php'),(4607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/index.php'),(4608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.css'),(4609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.css.map'),(4610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.js'),(4611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.min.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.min.css'),(4612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.min.js'),(4613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/custom_fonts/redux-custom-fonts.scss'),(4614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/index.php'),(4615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/class-redux-extension-customizer.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/class-redux-extension-customizer.php'),(4616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/class-redux-customizer-control.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/class-redux-customizer-control.php'),(4617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/class-redux-customizer-panel.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/class-redux-customizer-panel.php'),(4618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/class-redux-customizer-section.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/class-redux-customizer-section.php'),(4619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/customizer_panel.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/customizer_panel.php'),(4620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/customizer_section.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/customizer_section.php'),(4621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/inc/index.php'),(4622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/index.php'),(4623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.css'),(4624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.css.map'),(4625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.js'),(4626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.min.js'),(4627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/customizer/redux-extension-customizer.scss'),(4628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/class-redux-extension-datetime.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/class-redux-extension-datetime.php'),(4629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/class-redux-datetime.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/class-redux-datetime.php'),(4630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/index.php'),(4631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.css'),(4632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.css.map'),(4633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.js'),(4634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.min.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.min.css'),(4635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.min.js'),(4636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/redux-datetime.scss'),(4637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/index.php'),(4638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-sliderAccess.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-sliderAccess.js'),(4639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-sliderAccess.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-sliderAccess.min.js'),(4640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-timepicker-addon.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-timepicker-addon.js'),(4641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-timepicker-addon.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/datetime/vendor/jquery-ui-timepicker-addon.min.js'),(4642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/datetime/index.php'),(4643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/class-redux-extension-google-maps.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/class-redux-extension-google-maps.php'),(4644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/class-redux-google-maps.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/class-redux-google-maps.php'),(4645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/index.php'),(4646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.css'),(4647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.css.map'),(4648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.js'),(4649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.min.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.min.css'),(4650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.min.js'),(4651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/google_maps/redux-google-maps.scss'),(4652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/google_maps/index.php'),(4653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/class-redux-extension-icon-select.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/class-redux-extension-icon-select.php'),(4654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/font-awesome-5-free.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/font-awesome-5-free.php'),(4655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/class-redux-icon-select.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/class-redux-icon-select.php'),(4656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/index.php'),(4657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.css'),(4658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.css.map'),(4659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.js'),(4660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.min.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.min.css'),(4661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.min.js'),(4662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/icon_select/redux-icon-select.scss'),(4663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/icon_select/index.php'),(4664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/class-redux-extension-import-export.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/class-redux-extension-import-export.php'),(4665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/class-redux-import-export.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/class-redux-import-export.php'),(4666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/index.php'),(4667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.css'),(4668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.css.map'),(4669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.js'),(4670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.min.js'),(4671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/redux-import-export.scss'),(4672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/import_export/index.php'),(4673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/index.php'),(4674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/class-redux-extension-js-button.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/class-redux-extension-js-button.php'),(4675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/index.php'),(4676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/class-redux-js-button.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/class-redux-js-button.php'),(4677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/index.php'),(4678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/redux-js-button.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/redux-js-button.js'),(4679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/redux-js-button.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/js_button/js_button/redux-js-button.min.js'),(4680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php'),(4681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-metaboxes-api.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-metaboxes-api.php'),(4682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/index.php'),(4683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.css'),(4684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.css.map'),(4685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.js'),(4686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.min.js'),(4687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-extension-metaboxes.scss'),(4688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-metaboxes-helpers.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/redux-metaboxes-helpers.php'),(4689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/class-redux-extension-multi-media.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/class-redux-extension-multi-media.php'),(4690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/index.php'),(4691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/class-redux-multi-media.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/class-redux-multi-media.php'),(4692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/index.php'),(4693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.css'),(4694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.css.map'),(4695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.js'),(4696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.min.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.min.css'),(4697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.min.js'),(4698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/multi_media/multi_media/redux-multi-media.scss'),(4699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/class-redux-extension-options-object.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/class-redux-extension-options-object.php'),(4700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/index.php'),(4701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/class-redux-options-object.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/class-redux-options-object.php'),(4702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/index.php'),(4703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.css'),(4704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.css.map'),(4705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.js'),(4706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.min.js'),(4707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/options_object/options_object/redux-options-object.scss'),(4708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/class-redux-extension-repeater.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/class-redux-extension-repeater.php'),(4709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/index.php'),(4710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/class-redux-repeater.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/class-redux-repeater.php'),(4711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/index.php'),(4712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.css'),(4713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.css.map'),(4714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.js'),(4715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.min.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.min.css'),(4716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.min.js'),(4717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/repeater/repeater/redux-repeater.scss'),(4718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/class-redux-extension-search.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/class-redux-extension-search.php'),(4719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/index.php'),(4720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.css'),(4721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.css.map'),(4722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.js'),(4723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.min.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.min.css'),(4724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.min.js'),(4725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/search/redux-extension-search.scss'),(4726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/shortcodes/class-redux-extension-shortcodes.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/shortcodes/class-redux-extension-shortcodes.php'),(4727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/shortcodes/class-redux-shortcodes.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/shortcodes/class-redux-shortcodes.php'),(4728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/shortcodes/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/shortcodes/index.php'),(4729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/class-redux-extension-social-profiles.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/class-redux-extension-social-profiles.php'),(4730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/index.php'),(4731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/redux-social-profiles-helpers.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/redux-social-profiles-helpers.php'),(4732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/class-redux-social-profiles.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/class-redux-social-profiles.php'),(4733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/css/field_social_profiles_frontend.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/css/field_social_profiles_frontend.css'),(4734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/css/field_social_profiles_frontend.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/css/field_social_profiles_frontend.scss'),(4735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/css/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/css/index.php'),(4736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-defaults.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-defaults.php'),(4737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-functions.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-functions.php'),(4738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-shortcode.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-shortcode.php'),(4739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-widget.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/class-redux-social-profiles-widget.php'),(4740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/inc/index.php'),(4741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/index.php'),(4742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.css'),(4743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.css.map'),(4744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.js'),(4745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.min.js'),(4746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/social_profiles/social_profiles/redux-social-profiles.scss'),(4747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/class-redux-extension-tabbed.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/class-redux-extension-tabbed.php'),(4748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/class-redux-tabbed.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/class-redux-tabbed.php'),(4749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.css'),(4750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.css.map'),(4751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.js'),(4752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.min.js'),(4753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/tabbed/tabbed/redux-tabbed.scss'),(4754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/class-redux-extension-taxonomy.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/class-redux-extension-taxonomy.php'),(4755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/class-redux-taxonomy-api.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/class-redux-taxonomy-api.php'),(4756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/index.php'),(4757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.css'),(4758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.css.map'),(4759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.js'),(4760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.min.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.min.css'),(4761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.min.js'),(4762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-extension-taxonomy.scss'),(4763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-taxonomy-helpers.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/taxonomy/redux-taxonomy-helpers.php'),(4764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/class-redux-extension-users.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/class-redux-extension-users.php'),(4765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/class-redux-users-api.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/class-redux-users-api.php'),(4766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/index.php'),(4767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.css'),(4768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.css.map'),(4769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.js'),(4770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.min.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.min.css'),(4771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.min.js'),(4772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-extension-users.scss'),(4773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-users-helpers.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/users/redux-users-helpers.php'),(4774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/assets/img/trash.png','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/assets/img/trash.png'),(4775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/class-redux-extension-widget-areas.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/class-redux-extension-widget-areas.php'),(4776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/class-redux-widget-areas.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/class-redux-widget-areas.php'),(4777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/index.php','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/index.php'),(4778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.css','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.css'),(4779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.css.map','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.css.map'),(4780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.js'),(4781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.min.js','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.min.js'),(4782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.scss','wp-content/plugins/redux-framework/redux-core/inc/extensions/widget_areas/redux-extension-widget-areas.scss'),(4783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/class-redux-ace-editor.php','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/class-redux-ace-editor.php'),(4784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/field_ace_editor.php','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/field_ace_editor.php'),(4785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/index.php'),(4786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.css','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.css'),(4787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.css.map'),(4788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.js','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.js'),(4789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.min.js'),(4790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/ace_editor/redux-ace-editor.scss'),(4791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/class-redux-background.php','wp-content/plugins/redux-framework/redux-core/inc/fields/background/class-redux-background.php'),(4792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/field_background.php','wp-content/plugins/redux-framework/redux-core/inc/fields/background/field_background.php'),(4793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/background/index.php'),(4794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.css','wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.css'),(4795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.css.map'),(4796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.js','wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.js'),(4797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.min.js'),(4798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/background/redux-background.scss'),(4799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/class-redux-border.php','wp-content/plugins/redux-framework/redux-core/inc/fields/border/class-redux-border.php'),(4800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/field_border.php','wp-content/plugins/redux-framework/redux-core/inc/fields/border/field_border.php'),(4801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/border/index.php'),(4802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.css','wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.css'),(4803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.css.map'),(4804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.js','wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.js'),(4805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.min.js'),(4806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/border/redux-border.scss'),(4807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/class-redux-box-shadow.php','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/class-redux-box-shadow.php'),(4808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/index.php'),(4809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.css','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.css'),(4810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.css.map'),(4811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.js','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.js'),(4812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.min.js'),(4813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/box_shadow/redux-box-shadow.scss'),(4814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/class-redux-button-set.php','wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/class-redux-button-set.php'),(4815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/field_button_set.php','wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/field_button_set.php'),(4816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/index.php'),(4817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/redux-button-set.js','wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/redux-button-set.js'),(4818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/redux-button-set.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/button_set/redux-button-set.min.js'),(4819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/class-redux-checkbox.php','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/class-redux-checkbox.php'),(4820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/field_checkbox.php','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/field_checkbox.php'),(4821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/index.php'),(4822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.css','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.css'),(4823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.css.map'),(4824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.js','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.js'),(4825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.min.js'),(4826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/checkbox/redux-checkbox.scss'),(4827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color/class-redux-color.php','wp-content/plugins/redux-framework/redux-core/inc/fields/color/class-redux-color.php'),(4828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color/field_color.php','wp-content/plugins/redux-framework/redux-core/inc/fields/color/field_color.php'),(4829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/color/index.php'),(4830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color/redux-color.js','wp-content/plugins/redux-framework/redux-core/inc/fields/color/redux-color.js'),(4831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color/redux-color.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/color/redux-color.min.js'),(4832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/class-redux-color-gradient.php','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/class-redux-color-gradient.php'),(4833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/field_color_gradient.php','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/field_color_gradient.php'),(4834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/index.php'),(4835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.css','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.css'),(4836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.css.map'),(4837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.js','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.js'),(4838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.min.js'),(4839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/color_gradient/redux-color-gradient.scss'),(4840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/class-redux-color-palette.php','wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/class-redux-color-palette.php'),(4841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/index.php'),(4842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/redux-color-palette.css','wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/redux-color-palette.css'),(4843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/redux-color-palette.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/redux-color-palette.css.map'),(4844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/redux-color-palette.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/color_palette/redux-color-palette.scss'),(4845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/class-redux-color-rgba.php','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/class-redux-color-rgba.php'),(4846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/field_color_rgba.php','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/field_color_rgba.php'),(4847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/index.php'),(4848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.css','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.css'),(4849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.css.map'),(4850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.js','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.js'),(4851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.min.js'),(4852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/color_rgba/redux-color-rgba.scss'),(4853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/content/class-redux-content.php','wp-content/plugins/redux-framework/redux-core/inc/fields/content/class-redux-content.php'),(4854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/content/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/content/index.php'),(4855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/content/redux-content.css','wp-content/plugins/redux-framework/redux-core/inc/fields/content/redux-content.css'),(4856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/content/redux-content.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/content/redux-content.css.map'),(4857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/content/redux-content.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/content/redux-content.scss'),(4858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/class-redux-date.php','wp-content/plugins/redux-framework/redux-core/inc/fields/date/class-redux-date.php'),(4859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/field_date.php','wp-content/plugins/redux-framework/redux-core/inc/fields/date/field_date.php'),(4860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/date/index.php'),(4861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.css','wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.css'),(4862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.css.map'),(4863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.js','wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.js'),(4864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.min.js'),(4865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/date/redux-date.scss'),(4866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/class-redux-dimensions.php','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/class-redux-dimensions.php'),(4867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/field_dimensions.php','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/field_dimensions.php'),(4868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/index.php'),(4869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.css','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.css'),(4870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.css.map'),(4871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.js','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.js'),(4872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.min.js'),(4873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/dimensions/redux-dimensions.scss'),(4874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/divide/class-redux-divide.php','wp-content/plugins/redux-framework/redux-core/inc/fields/divide/class-redux-divide.php'),(4875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/divide/field_divide.php','wp-content/plugins/redux-framework/redux-core/inc/fields/divide/field_divide.php'),(4876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/divide/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/divide/index.php'),(4877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/divide/redux-divide.css','wp-content/plugins/redux-framework/redux-core/inc/fields/divide/redux-divide.css'),(4878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/divide/redux-divide.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/divide/redux-divide.css.map'),(4879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/divide/redux-divide.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/divide/redux-divide.scss'),(4880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/class-redux-editor.php','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/class-redux-editor.php'),(4881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/field_editor.php','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/field_editor.php'),(4882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/index.php'),(4883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.css','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.css'),(4884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.css.map'),(4885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.js','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.js'),(4886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.min.js'),(4887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/editor/redux-editor.scss'),(4888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/class-redux-gallery.php','wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/class-redux-gallery.php'),(4889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/field_gallery.php','wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/field_gallery.php'),(4890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/index.php'),(4891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/redux-gallery.js','wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/redux-gallery.js'),(4892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/redux-gallery.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/gallery/redux-gallery.min.js'),(4893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/class-redux-image-select.php','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/class-redux-image-select.php'),(4894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/field_image_select.php','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/field_image_select.php'),(4895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/index.php'),(4896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.css','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.css'),(4897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.css.map'),(4898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.js','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.js'),(4899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.min.js'),(4900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/image_select/redux-image-select.scss'),(4901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/info/class-redux-info.php','wp-content/plugins/redux-framework/redux-core/inc/fields/info/class-redux-info.php'),(4902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/info/field_info.php','wp-content/plugins/redux-framework/redux-core/inc/fields/info/field_info.php'),(4903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/info/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/info/index.php'),(4904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/info/redux-info.css','wp-content/plugins/redux-framework/redux-core/inc/fields/info/redux-info.css'),(4905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/info/redux-info.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/info/redux-info.css.map'),(4906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/info/redux-info.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/info/redux-info.scss'),(4907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/class-redux-link-color.php','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/class-redux-link-color.php'),(4908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/field_link_color.php','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/field_link_color.php'),(4909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/index.php'),(4910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.css','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.css'),(4911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.css.map'),(4912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.js','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.js'),(4913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.min.js'),(4914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/link_color/redux-link-color.scss'),(4915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/media/class-redux-media.php','wp-content/plugins/redux-framework/redux-core/inc/fields/media/class-redux-media.php'),(4916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/media/field_media.php','wp-content/plugins/redux-framework/redux-core/inc/fields/media/field_media.php'),(4917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/media/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/media/index.php'),(4918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/media/redux-media.css','wp-content/plugins/redux-framework/redux-core/inc/fields/media/redux-media.css'),(4919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/media/redux-media.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/media/redux-media.css.map'),(4920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/media/redux-media.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/media/redux-media.scss'),(4921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/class-redux-multi-text.php','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/class-redux-multi-text.php'),(4922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/field_multi_text.php','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/field_multi_text.php'),(4923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/index.php'),(4924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.css','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.css'),(4925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.css.map'),(4926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.js','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.js'),(4927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.min.js'),(4928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/multi_text/redux-multi-text.scss'),(4929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/class-redux-palette.php','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/class-redux-palette.php'),(4930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/field_palette.php','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/field_palette.php'),(4931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/index.php'),(4932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.css','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.css'),(4933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.css.map'),(4934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.js','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.js'),(4935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.min.js'),(4936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/palette/redux-palette.scss'),(4937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/password/class-redux-password.php','wp-content/plugins/redux-framework/redux-core/inc/fields/password/class-redux-password.php'),(4938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/password/field_password.php','wp-content/plugins/redux-framework/redux-core/inc/fields/password/field_password.php'),(4939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/password/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/password/index.php'),(4940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/radio/class-redux-radio.php','wp-content/plugins/redux-framework/redux-core/inc/fields/radio/class-redux-radio.php'),(4941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/radio/field_radio.php','wp-content/plugins/redux-framework/redux-core/inc/fields/radio/field_radio.php'),(4942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/radio/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/radio/index.php'),(4943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/raw/class-redux-raw.php','wp-content/plugins/redux-framework/redux-core/inc/fields/raw/class-redux-raw.php'),(4944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/raw/field_raw.php','wp-content/plugins/redux-framework/redux-core/inc/fields/raw/field_raw.php'),(4945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/raw/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/raw/index.php'),(4946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/raw/parsedown.php','wp-content/plugins/redux-framework/redux-core/inc/fields/raw/parsedown.php'),(4947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/section/class-redux-section.php','wp-content/plugins/redux-framework/redux-core/inc/fields/section/class-redux-section.php'),(4948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/section/field_section.php','wp-content/plugins/redux-framework/redux-core/inc/fields/section/field_section.php'),(4949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/section/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/section/index.php'),(4950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/section/redux-section.css','wp-content/plugins/redux-framework/redux-core/inc/fields/section/redux-section.css'),(4951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/section/redux-section.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/section/redux-section.css.map'),(4952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/section/redux-section.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/section/redux-section.scss'),(4953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/class-redux-select.php','wp-content/plugins/redux-framework/redux-core/inc/fields/select/class-redux-select.php'),(4954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/field_select.php','wp-content/plugins/redux-framework/redux-core/inc/fields/select/field_select.php'),(4955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/select/index.php'),(4956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.css','wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.css'),(4957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.css.map'),(4958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.js','wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.js'),(4959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.min.js'),(4960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/select/redux-select.scss'),(4961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/class-redux-select-image.php','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/class-redux-select-image.php'),(4962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/field_select_image.php','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/field_select_image.php'),(4963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/index.php'),(4964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.css','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.css'),(4965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.css.map'),(4966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.js','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.js'),(4967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.min.js'),(4968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/select_image/redux-select-image.scss'),(4969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/class-redux-slider.php','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/class-redux-slider.php'),(4970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/field_slider.php','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/field_slider.php'),(4971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/index.php'),(4972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.css','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.css'),(4973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.css.map'),(4974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.js','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.js'),(4975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.min.js'),(4976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/slider/redux-slider.scss'),(4977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/class-redux-slides.php','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/class-redux-slides.php'),(4978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/field_slides.php','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/field_slides.php'),(4979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/index.php'),(4980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.css','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.css'),(4981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.css.map'),(4982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.js','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.js'),(4983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.min.js'),(4984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/slides/redux-slides.scss'),(4985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/class-redux-sortable.php','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/class-redux-sortable.php'),(4986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/field_sortable.php','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/field_sortable.php'),(4987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/index.php'),(4988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.css','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.css'),(4989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.css.map'),(4990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.js','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.js'),(4991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.min.js'),(4992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/sortable/redux-sortable.scss'),(4993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/class-redux-sorter.php','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/class-redux-sorter.php'),(4994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/field_sorter.php','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/field_sorter.php'),(4995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/index.php'),(4996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.css','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.css'),(4997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.css.map'),(4998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.js','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.js'),(4999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.min.js'),(5000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/sorter/redux-sorter.scss'),(5001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/class-redux-spacing.php','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/class-redux-spacing.php'),(5002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/field_spacing.php','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/field_spacing.php'),(5003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/index.php'),(5004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.css','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.css'),(5005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.css.map'),(5006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.js','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.js'),(5007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.min.js'),(5008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/spacing/redux-spacing.scss'),(5009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/class-redux-spinner.php','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/class-redux-spinner.php'),(5010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/field_spinner.php','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/field_spinner.php'),(5011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/index.php'),(5012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.css','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.css'),(5013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.css.map'),(5014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.js','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.js'),(5015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.min.js'),(5016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/redux-spinner.scss'),(5017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/vendor/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/vendor/index.php'),(5018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/vendor/jquery.ui.spinner.js','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/vendor/jquery.ui.spinner.js'),(5019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/vendor/jquery.ui.spinner.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/spinner/vendor/jquery.ui.spinner.min.js'),(5020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/class-redux-switch.php','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/class-redux-switch.php'),(5021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/field_switch.php','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/field_switch.php'),(5022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/index.php'),(5023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.css','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.css'),(5024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.css.map'),(5025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.js','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.js'),(5026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.min.js'),(5027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/switch/redux-switch.scss'),(5028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/text/class-redux-text.php','wp-content/plugins/redux-framework/redux-core/inc/fields/text/class-redux-text.php'),(5029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/text/field_text.php','wp-content/plugins/redux-framework/redux-core/inc/fields/text/field_text.php'),(5030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/text/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/text/index.php'),(5031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/text/redux-text.css','wp-content/plugins/redux-framework/redux-core/inc/fields/text/redux-text.css'),(5032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/text/redux-text.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/text/redux-text.css.map'),(5033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/text/redux-text.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/text/redux-text.scss'),(5034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/textarea/class-redux-textarea.php','wp-content/plugins/redux-framework/redux-core/inc/fields/textarea/class-redux-textarea.php'),(5035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/textarea/field_textarea.php','wp-content/plugins/redux-framework/redux-core/inc/fields/textarea/field_textarea.php'),(5036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/textarea/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/textarea/index.php'),(5037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/class-redux-typography.php','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/class-redux-typography.php'),(5038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/field_typography.php','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/field_typography.php'),(5039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/googlefonts.php','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/googlefonts.php'),(5040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/index.php','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/index.php'),(5041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.css','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.css'),(5042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.css.map','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.css.map'),(5043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.js','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.js'),(5044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.min.js','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.min.js'),(5045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.scss','wp-content/plugins/redux-framework/redux-core/inc/fields/typography/redux-typography.scss'),(5046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/index.php','wp-content/plugins/redux-framework/redux-core/inc/index.php'),(5047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/browser.php','wp-content/plugins/redux-framework/redux-core/inc/lib/browser.php'),(5048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/dashicons.php','wp-content/plugins/redux-framework/redux-core/inc/lib/dashicons.php'),(5049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/elusive-icons.php','wp-content/plugins/redux-framework/redux-core/inc/lib/elusive-icons.php'),(5050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/font-awesome-6-free.php','wp-content/plugins/redux-framework/redux-core/inc/lib/font-awesome-6-free.php'),(5051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/get-font-classes.php','wp-content/plugins/redux-framework/redux-core/inc/lib/get-font-classes.php'),(5052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/class-redux-gradient-filters.php','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/class-redux-gradient-filters.php'),(5053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.css','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.css'),(5054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.css.map','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.css.map'),(5055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.js','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.js'),(5056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.min.js','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.min.js'),(5057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.scss','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/gradient-filters.scss'),(5058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/index.php','wp-content/plugins/redux-framework/redux-core/inc/lib/gradient-filters/index.php'),(5059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/class-redux-image-filters.php','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/class-redux-image-filters.php'),(5060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.css','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.css'),(5061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.css.map','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.css.map'),(5062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.js','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.js'),(5063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.min.js','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.min.js'),(5064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.scss','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/image-filters.scss'),(5065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/index.php','wp-content/plugins/redux-framework/redux-core/inc/lib/image-filters/index.php'),(5066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/index.php','wp-content/plugins/redux-framework/redux-core/inc/lib/index.php'),(5067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/lib/redux-instances.php','wp-content/plugins/redux-framework/redux-core/inc/lib/redux-instances.php'),(5068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/checks/class-redux-embedded.php','wp-content/plugins/redux-framework/redux-core/inc/themecheck/checks/class-redux-embedded.php'),(5069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/checks/class-redux-full-package.php','wp-content/plugins/redux-framework/redux-core/inc/themecheck/checks/class-redux-full-package.php'),(5070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/checks/index.php','wp-content/plugins/redux-framework/redux-core/inc/themecheck/checks/index.php'),(5071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/class-redux-themecheck.php','wp-content/plugins/redux-framework/redux-core/inc/themecheck/class-redux-themecheck.php'),(5072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/css/admin.css','wp-content/plugins/redux-framework/redux-core/inc/themecheck/css/admin.css'),(5073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/css/index.php','wp-content/plugins/redux-framework/redux-core/inc/themecheck/css/index.php'),(5074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/index.php','wp-content/plugins/redux-framework/redux-core/inc/themecheck/index.php'),(5075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/admin.js','wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/admin.js'),(5076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/admin.min.js','wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/admin.min.js'),(5077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/index.php','wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/index.php'),(5078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/lang/index.php','wp-content/plugins/redux-framework/redux-core/inc/themecheck/lang/index.php'),(5079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/themecheck/lang/themeforest-check.pot','wp-content/plugins/redux-framework/redux-core/inc/themecheck/lang/themeforest-check.pot'),(5080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/color/class-redux-validation-color.php','wp-content/plugins/redux-framework/redux-core/inc/validation/color/class-redux-validation-color.php'),(5081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/color/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/color/index.php'),(5082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/comma_numeric/class-redux-validation-comma-numeric.php','wp-content/plugins/redux-framework/redux-core/inc/validation/comma_numeric/class-redux-validation-comma-numeric.php'),(5083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/comma_numeric/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/comma_numeric/index.php'),(5084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/css/class-redux-validation-css.php','wp-content/plugins/redux-framework/redux-core/inc/validation/css/class-redux-validation-css.php'),(5085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/css/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/css/index.php'),(5086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/date/class-redux-validation-date.php','wp-content/plugins/redux-framework/redux-core/inc/validation/date/class-redux-validation-date.php'),(5087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/date/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/date/index.php'),(5088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/email/class-redux-validation-email.php','wp-content/plugins/redux-framework/redux-core/inc/validation/email/class-redux-validation-email.php'),(5089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/email/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/email/index.php'),(5090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/html_custom/class-redux-validation-html-custom.php','wp-content/plugins/redux-framework/redux-core/inc/validation/html_custom/class-redux-validation-html-custom.php'),(5091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/html_custom/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/html_custom/index.php'),(5092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/index.php'),(5093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/js/class-redux-validation-js.php','wp-content/plugins/redux-framework/redux-core/inc/validation/js/class-redux-validation-js.php'),(5094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/js/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/js/index.php'),(5095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/no_html/class-redux-validation-no-html.php','wp-content/plugins/redux-framework/redux-core/inc/validation/no_html/class-redux-validation-no-html.php'),(5096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/no_html/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/no_html/index.php'),(5097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/no_special_chars/class-redux-validation-no-special-chars.php','wp-content/plugins/redux-framework/redux-core/inc/validation/no_special_chars/class-redux-validation-no-special-chars.php'),(5098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/no_special_chars/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/no_special_chars/index.php'),(5099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/not_empty/class-redux-validation-not-empty.php','wp-content/plugins/redux-framework/redux-core/inc/validation/not_empty/class-redux-validation-not-empty.php'),(5100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/not_empty/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/not_empty/index.php'),(5101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/numeric/class-redux-validation-numeric.php','wp-content/plugins/redux-framework/redux-core/inc/validation/numeric/class-redux-validation-numeric.php'),(5102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/numeric/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/numeric/index.php'),(5103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/preg_replace/class-redux-validation-preg-replace.php','wp-content/plugins/redux-framework/redux-core/inc/validation/preg_replace/class-redux-validation-preg-replace.php'),(5104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/preg_replace/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/preg_replace/index.php'),(5105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/str_replace/class-redux-validation-str-replace.php','wp-content/plugins/redux-framework/redux-core/inc/validation/str_replace/class-redux-validation-str-replace.php'),(5106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/str_replace/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/str_replace/index.php'),(5107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/unique_slug/class-redux-validation-unique-slug.php','wp-content/plugins/redux-framework/redux-core/inc/validation/unique_slug/class-redux-validation-unique-slug.php'),(5108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/unique_slug/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/unique_slug/index.php'),(5109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/url/class-redux-validation-url.php','wp-content/plugins/redux-framework/redux-core/inc/validation/url/class-redux-validation-url.php'),(5110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/validation/url/index.php','wp-content/plugins/redux-framework/redux-core/inc/validation/url/index.php'),(5111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/class-redux-welcome.php','wp-content/plugins/redux-framework/redux-core/inc/welcome/class-redux-welcome.php'),(5112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/css/index.php','wp-content/plugins/redux-framework/redux-core/inc/welcome/css/index.php'),(5113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.css','wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.css'),(5114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.css.map','wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.css.map'),(5115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.min.css','wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.min.css'),(5116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.scss','wp-content/plugins/redux-framework/redux-core/inc/welcome/css/redux-welcome.scss'),(5117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/index.php','wp-content/plugins/redux-framework/redux-core/inc/welcome/index.php'),(5118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/views/about.php','wp-content/plugins/redux-framework/redux-core/inc/welcome/views/about.php'),(5119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/inc/welcome/views/index.php','wp-content/plugins/redux-framework/redux-core/inc/welcome/views/index.php'),(5120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/index.php','wp-content/plugins/redux-framework/redux-core/index.php'),(5121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/languages/README.txt','wp-content/plugins/redux-framework/redux-core/languages/README.txt'),(5122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/languages/index.php','wp-content/plugins/redux-framework/redux-core/languages/index.php'),(5123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/index.php','wp-content/plugins/redux-framework/redux-core/templates/index.php'),(5124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/container.tpl.php','wp-content/plugins/redux-framework/redux-core/templates/panel/container.tpl.php'),(5125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/content.tpl.php','wp-content/plugins/redux-framework/redux-core/templates/panel/content.tpl.php'),(5126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/footer.tpl.php','wp-content/plugins/redux-framework/redux-core/templates/panel/footer.tpl.php'),(5127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/header-stickybar.tpl.php','wp-content/plugins/redux-framework/redux-core/templates/panel/header-stickybar.tpl.php'),(5128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/header.tpl.php','wp-content/plugins/redux-framework/redux-core/templates/panel/header.tpl.php'),(5129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/index.php','wp-content/plugins/redux-framework/redux-core/templates/panel/index.php'),(5130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-core/templates/panel/menu-container.tpl.php','wp-content/plugins/redux-framework/redux-core/templates/panel/menu-container.tpl.php'),(5131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-framework.php','wp-content/plugins/redux-framework/redux-framework.php'),(5132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/class-init.php','wp-content/plugins/redux-framework/redux-templates/classes/class-init.php'),(5133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/class-template-overrides.php','wp-content/plugins/redux-framework/redux-templates/classes/class-template-overrides.php'),(5134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/class-templates.php','wp-content/plugins/redux-framework/redux-templates/classes/class-templates.php'),(5135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/index.php','wp-content/plugins/redux-framework/redux-templates/classes/index.php'),(5136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/templates/index.php','wp-content/plugins/redux-framework/redux-templates/classes/templates/index.php'),(5137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/templates/template-canvas.php','wp-content/plugins/redux-framework/redux-templates/classes/templates/template-canvas.php'),(5138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/templates/template-contained.php','wp-content/plugins/redux-framework/redux-templates/classes/templates/template-contained.php'),(5139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/classes/templates/template-full-width.php','wp-content/plugins/redux-framework/redux-templates/classes/templates/template-full-width.php'),(5140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/redux-templates/redux-templates.php','wp-content/plugins/redux-framework/redux-templates/redux-templates.php'),(5141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/barebones-config.php','wp-content/plugins/redux-framework/sample/barebones-config.php'),(5142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/index.php','wp-content/plugins/redux-framework/sample/extension/index.php'),(5143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/my_extension/class-redux-extension-my-extension.php','wp-content/plugins/redux-framework/sample/extension/my_extension/class-redux-extension-my-extension.php'),(5144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/my_extension/index.php','wp-content/plugins/redux-framework/sample/extension/my_extension/index.php'),(5145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/class-redux-my-extension.php','wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/class-redux-my-extension.php'),(5146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/index.php','wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/index.php'),(5147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/redux-my extension.js','wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/redux-my extension.js'),(5148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/redux-my-extension.scss','wp-content/plugins/redux-framework/sample/extension/my_extension/my_extension/redux-my-extension.scss'),(5149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/index.php','wp-content/plugins/redux-framework/sample/index.php'),(5150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/info-html.html','wp-content/plugins/redux-framework/sample/info-html.html'),(5151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/metaboxes.php','wp-content/plugins/redux-framework/sample/metaboxes.php'),(5152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/patterns/index.php','wp-content/plugins/redux-framework/sample/patterns/index.php'),(5153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/patterns/tree_bark.png','wp-content/plugins/redux-framework/sample/patterns/tree_bark.png'),(5154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/patterns/triangular.png','wp-content/plugins/redux-framework/sample/patterns/triangular.png'),(5155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/patterns/triangular_@2X.png','wp-content/plugins/redux-framework/sample/patterns/triangular_@2X.png'),(5156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/patterns/wild_flowers.png','wp-content/plugins/redux-framework/sample/patterns/wild_flowers.png'),(5157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/presets/index.php','wp-content/plugins/redux-framework/sample/presets/index.php'),(5158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/presets/preset1.png','wp-content/plugins/redux-framework/sample/presets/preset1.png'),(5159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/presets/preset2.png','wp-content/plugins/redux-framework/sample/presets/preset2.png'),(5160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sample-config.php','wp-content/plugins/redux-framework/sample/sample-config.php'),(5161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/additional-types/date-time-picker.php','wp-content/plugins/redux-framework/sample/sections/additional-types/date-time-picker.php'),(5162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/additional-types/date.php','wp-content/plugins/redux-framework/sample/sections/additional-types/date.php'),(5163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/additional-types/index.php','wp-content/plugins/redux-framework/sample/sections/additional-types/index.php'),(5164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/additional-types/raw.php','wp-content/plugins/redux-framework/sample/sections/additional-types/raw.php'),(5165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/additional-types/sorter.php','wp-content/plugins/redux-framework/sample/sections/additional-types/sorter.php'),(5166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/advanced-features/callback.php','wp-content/plugins/redux-framework/sample/sections/advanced-features/callback.php'),(5167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/advanced-features/field-required-linking.php','wp-content/plugins/redux-framework/sample/sections/advanced-features/field-required-linking.php'),(5168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/advanced-features/field-sanitizing.php','wp-content/plugins/redux-framework/sample/sections/advanced-features/field-sanitizing.php'),(5169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/advanced-features/field-validation.php','wp-content/plugins/redux-framework/sample/sections/advanced-features/field-validation.php'),(5170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/advanced-features/index.php','wp-content/plugins/redux-framework/sample/sections/advanced-features/index.php'),(5171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/advanced-features/wpml-integration.php','wp-content/plugins/redux-framework/sample/sections/advanced-features/wpml-integration.php'),(5172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/checkbox.php','wp-content/plugins/redux-framework/sample/sections/basic-fields/checkbox.php'),(5173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/index.php','wp-content/plugins/redux-framework/sample/sections/basic-fields/index.php'),(5174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/multi-text.php','wp-content/plugins/redux-framework/sample/sections/basic-fields/multi-text.php'),(5175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/password.php','wp-content/plugins/redux-framework/sample/sections/basic-fields/password.php'),(5176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/radio.php','wp-content/plugins/redux-framework/sample/sections/basic-fields/radio.php'),(5177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/sortable.php','wp-content/plugins/redux-framework/sample/sections/basic-fields/sortable.php'),(5178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/text.php','wp-content/plugins/redux-framework/sample/sections/basic-fields/text.php'),(5179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/basic-fields/textarea.php','wp-content/plugins/redux-framework/sample/sections/basic-fields/textarea.php'),(5180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/color-gradient.php','wp-content/plugins/redux-framework/sample/sections/color-selection/color-gradient.php'),(5181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/color-palette.php','wp-content/plugins/redux-framework/sample/sections/color-selection/color-palette.php'),(5182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/color-rgba.php','wp-content/plugins/redux-framework/sample/sections/color-selection/color-rgba.php'),(5183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/color.php','wp-content/plugins/redux-framework/sample/sections/color-selection/color.php'),(5184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/index.php','wp-content/plugins/redux-framework/sample/sections/color-selection/index.php'),(5185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/link-color.php','wp-content/plugins/redux-framework/sample/sections/color-selection/link-color.php'),(5186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/color-selection/palette.php','wp-content/plugins/redux-framework/sample/sections/color-selection/palette.php'),(5187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/design-fields/background.php','wp-content/plugins/redux-framework/sample/sections/design-fields/background.php'),(5188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/design-fields/border.php','wp-content/plugins/redux-framework/sample/sections/design-fields/border.php'),(5189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/design-fields/box-shadow.php','wp-content/plugins/redux-framework/sample/sections/design-fields/box-shadow.php'),(5190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/design-fields/dimensions.php','wp-content/plugins/redux-framework/sample/sections/design-fields/dimensions.php'),(5191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/design-fields/index.php','wp-content/plugins/redux-framework/sample/sections/design-fields/index.php'),(5192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/design-fields/spacing.php','wp-content/plugins/redux-framework/sample/sections/design-fields/spacing.php'),(5193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/disabling/disable-field.php','wp-content/plugins/redux-framework/sample/sections/disabling/disable-field.php'),(5194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/disabling/disable-section.php','wp-content/plugins/redux-framework/sample/sections/disabling/disable-section.php'),(5195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/disabling/index.php','wp-content/plugins/redux-framework/sample/sections/disabling/index.php'),(5196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/editors/ace-editor.php','wp-content/plugins/redux-framework/sample/sections/editors/ace-editor.php'),(5197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/editors/index.php','wp-content/plugins/redux-framework/sample/sections/editors/index.php'),(5198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/editors/wordpress-editor.php','wp-content/plugins/redux-framework/sample/sections/editors/wordpress-editor.php'),(5199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/accordion.php','wp-content/plugins/redux-framework/sample/sections/extensions/accordion.php'),(5200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/color-scheme.php','wp-content/plugins/redux-framework/sample/sections/extensions/color-scheme.php'),(5201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/custom-fonts.php','wp-content/plugins/redux-framework/sample/sections/extensions/custom-fonts.php'),(5202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/google-maps.php','wp-content/plugins/redux-framework/sample/sections/extensions/google-maps.php'),(5203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/icon-select.php','wp-content/plugins/redux-framework/sample/sections/extensions/icon-select.php'),(5204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/index.php','wp-content/plugins/redux-framework/sample/sections/extensions/index.php'),(5205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/js-button.js','wp-content/plugins/redux-framework/sample/sections/extensions/js-button.js'),(5206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/js-button.php','wp-content/plugins/redux-framework/sample/sections/extensions/js-button.php'),(5207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/repeater.php','wp-content/plugins/redux-framework/sample/sections/extensions/repeater.php'),(5208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/search.php','wp-content/plugins/redux-framework/sample/sections/extensions/search.php'),(5209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/shortcodes.php','wp-content/plugins/redux-framework/sample/sections/extensions/shortcodes.php'),(5210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/social-profiles.php','wp-content/plugins/redux-framework/sample/sections/extensions/social-profiles.php'),(5211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/tabbed.php','wp-content/plugins/redux-framework/sample/sections/extensions/tabbed.php'),(5212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/taxonomy.php','wp-content/plugins/redux-framework/sample/sections/extensions/taxonomy.php'),(5213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/users.php','wp-content/plugins/redux-framework/sample/sections/extensions/users.php'),(5214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/extensions/widget-areas.php','wp-content/plugins/redux-framework/sample/sections/extensions/widget-areas.php'),(5215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/index.php','wp-content/plugins/redux-framework/sample/sections/index.php'),(5216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/media-uploads/gallery.php','wp-content/plugins/redux-framework/sample/sections/media-uploads/gallery.php'),(5217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/media-uploads/index.php','wp-content/plugins/redux-framework/sample/sections/media-uploads/index.php'),(5218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/media-uploads/media.php','wp-content/plugins/redux-framework/sample/sections/media-uploads/media.php'),(5219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/media-uploads/multi-media.php','wp-content/plugins/redux-framework/sample/sections/media-uploads/multi-media.php'),(5220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/media-uploads/slides.php','wp-content/plugins/redux-framework/sample/sections/media-uploads/slides.php'),(5221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/presentation-fields/content.php','wp-content/plugins/redux-framework/sample/sections/presentation-fields/content.php'),(5222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/presentation-fields/divide.php','wp-content/plugins/redux-framework/sample/sections/presentation-fields/divide.php'),(5223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/presentation-fields/index.php','wp-content/plugins/redux-framework/sample/sections/presentation-fields/index.php'),(5224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/presentation-fields/info.php','wp-content/plugins/redux-framework/sample/sections/presentation-fields/info.php'),(5225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/presentation-fields/section.php','wp-content/plugins/redux-framework/sample/sections/presentation-fields/section.php'),(5226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/select-fields/image-select.php','wp-content/plugins/redux-framework/sample/sections/select-fields/image-select.php'),(5227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/select-fields/index.php','wp-content/plugins/redux-framework/sample/sections/select-fields/index.php'),(5228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/select-fields/select-image.php','wp-content/plugins/redux-framework/sample/sections/select-fields/select-image.php'),(5229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/select-fields/select.php','wp-content/plugins/redux-framework/sample/sections/select-fields/select.php'),(5230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/slider-spinner/index.php','wp-content/plugins/redux-framework/sample/sections/slider-spinner/index.php'),(5231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/slider-spinner/slider.php','wp-content/plugins/redux-framework/sample/sections/slider-spinner/slider.php'),(5232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/slider-spinner/spinner.php','wp-content/plugins/redux-framework/sample/sections/slider-spinner/spinner.php'),(5233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/switch-button/button-set.php','wp-content/plugins/redux-framework/sample/sections/switch-button/button-set.php'),(5234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/switch-button/index.php','wp-content/plugins/redux-framework/sample/sections/switch-button/index.php'),(5235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/switch-button/switch.php','wp-content/plugins/redux-framework/sample/sections/switch-button/switch.php'),(5236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/typography/index.php','wp-content/plugins/redux-framework/sample/sections/typography/index.php'),(5237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/sample/sections/typography/typography.php','wp-content/plugins/redux-framework/sample/sections/typography/typography.php'),(5238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/uninstall.php','wp-content/plugins/redux-framework/uninstall.php'),(5239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/redux-framework/wpml-config.xml','wp-content/plugins/redux-framework/wpml-config.xml'),(5240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/css/index.php','wp-content/plugins/revslider/admin/assets/css/index.php'),(5241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/images/guide/index.php','wp-content/plugins/revslider/admin/assets/images/guide/index.php'),(5242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/images/index.php','wp-content/plugins/revslider/admin/assets/images/index.php'),(5243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/images/socials/index.php','wp-content/plugins/revslider/admin/assets/images/socials/index.php'),(5244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/images/sources/index.php','wp-content/plugins/revslider/admin/assets/images/sources/index.php'),(5245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/index.php','wp-content/plugins/revslider/admin/assets/index.php'),(5246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/index.php','wp-content/plugins/revslider/admin/assets/js/index.php'),(5247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/modules/admin.min.js','wp-content/plugins/revslider/admin/assets/js/modules/admin.min.js'),(5248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/modules/editor.min.js','wp-content/plugins/revslider/admin/assets/js/modules/editor.min.js'),(5249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/modules/help.js','wp-content/plugins/revslider/admin/assets/js/modules/help.js'),(5250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/modules/index.php','wp-content/plugins/revslider/admin/assets/js/modules/index.php'),(5251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/modules/overview.min.js','wp-content/plugins/revslider/admin/assets/js/modules/overview.min.js'),(5252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/modules/tooltip.js','wp-content/plugins/revslider/admin/assets/js/modules/tooltip.js'),(5253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/plugins/RevMirror.js','wp-content/plugins/revslider/admin/assets/js/plugins/RevMirror.js'),(5254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/plugins/index.php','wp-content/plugins/revslider/admin/assets/js/plugins/index.php'),(5255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/plugins/penner-easing.js','wp-content/plugins/revslider/admin/assets/js/plugins/penner-easing.js'),(5256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/plugins/utils.min.js','wp-content/plugins/revslider/admin/assets/js/plugins/utils.min.js'),(5257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/plugins/wavesurfer.js','wp-content/plugins/revslider/admin/assets/js/plugins/wavesurfer.js'),(5258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/index.php','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/index.php'),(5259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/shortcode_generator.js','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/shortcode_generator.js'),(5260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/tinymce.js','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/tinymce.js'),(5261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/vc.js','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/vc.js'),(5262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/assets/videos/index.php','wp-content/plugins/revslider/admin/assets/videos/index.php'),(5263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/addons.class.php','wp-content/plugins/revslider/admin/includes/addons.class.php'),(5264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/debug.php','wp-content/plugins/revslider/admin/includes/debug.php'),(5265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/export-html.sr6.class.php','wp-content/plugins/revslider/admin/includes/export-html.sr6.class.php'),(5266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/export-html.sr7.class.php','wp-content/plugins/revslider/admin/includes/export-html.sr7.class.php'),(5267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/export.class.php','wp-content/plugins/revslider/admin/includes/export.class.php'),(5268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/folder.class.php','wp-content/plugins/revslider/admin/includes/folder.class.php'),(5269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/functions-admin.class.php','wp-content/plugins/revslider/admin/includes/functions-admin.class.php'),(5270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/help.class.php','wp-content/plugins/revslider/admin/includes/help.class.php'),(5271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/import.class.php','wp-content/plugins/revslider/admin/includes/import.class.php'),(5272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/index.php','wp-content/plugins/revslider/admin/includes/index.php'),(5273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/license.class.php','wp-content/plugins/revslider/admin/includes/license.class.php'),(5274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/loadbalancer.class.php','wp-content/plugins/revslider/admin/includes/loadbalancer.class.php'),(5275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/newsletter.class.php','wp-content/plugins/revslider/admin/includes/newsletter.class.php'),(5276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/plugin-update.class.php','wp-content/plugins/revslider/admin/includes/plugin-update.class.php'),(5277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/RevsliderDivi.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/RevsliderDivi.php'),(5278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/index.php'),(5279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/loader.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/loader.php'),(5280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/RevsliderDivi.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/RevsliderDivi.php'),(5281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/index.php'),(5282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/rslogo.svg','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/rslogo.svg'),(5283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/index.php'),(5284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/index.php'),(5285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/index.php'),(5286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/revslider-divi.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/revslider-divi.php'),(5287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/builder-bundle.min.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/builder-bundle.min.js'),(5288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend-bundle.min.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend-bundle.min.js'),(5289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend.js'),(5290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/index.php'),(5291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/styles/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/styles/index.php'),(5292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor-widget.class.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor-widget.class.php'),(5293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor.class.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor.class.php'),(5294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/index.php'),(5295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/blocks.build.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/blocks.build.js'),(5296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/images/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/images/index.php'),(5297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/index.php'),(5298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/gutenberg-block.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/gutenberg-block.php'),(5299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/index.php'),(5300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/plugin.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/plugin.php'),(5301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/index.php'),(5302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/shortcode_generator.class.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/shortcode_generator.class.php'),(5303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/index.php'),(5304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/wpbakery.class.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/wpbakery.class.php'),(5305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/template.class.php','wp-content/plugins/revslider/admin/includes/template.class.php'),(5306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/tooltips.class.php','wp-content/plugins/revslider/admin/includes/tooltips.class.php'),(5307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/tracking.class.php','wp-content/plugins/revslider/admin/includes/tracking.class.php'),(5308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/includes/widget.class.php','wp-content/plugins/revslider/admin/includes/widget.class.php'),(5309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/index.php','wp-content/plugins/revslider/admin/index.php'),(5310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/revslider-admin.class.php','wp-content/plugins/revslider/admin/revslider-admin.class.php'),(5311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/builder-layer-forms.php','wp-content/plugins/revslider/admin/views/builder-layer-forms.php'),(5312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/builder-nav-forms.php','wp-content/plugins/revslider/admin/views/builder-nav-forms.php'),(5313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/builder-slide-forms.php','wp-content/plugins/revslider/admin/views/builder-slide-forms.php'),(5314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/builder-slider-forms.php','wp-content/plugins/revslider/admin/views/builder-slider-forms.php'),(5315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/builder-timeline.php','wp-content/plugins/revslider/admin/views/builder-timeline.php'),(5316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/builder.php','wp-content/plugins/revslider/admin/views/builder.php'),(5317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/add_ons.php','wp-content/plugins/revslider/admin/views/features/add_ons.php'),(5318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/assets/index.php','wp-content/plugins/revslider/admin/views/features/assets/index.php'),(5319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/index.php','wp-content/plugins/revslider/admin/views/features/index.php'),(5320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/layer_animations.php','wp-content/plugins/revslider/admin/views/features/layer_animations.php'),(5321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/object_library.php','wp-content/plugins/revslider/admin/views/features/object_library.php'),(5322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/premade_template.php','wp-content/plugins/revslider/admin/views/features/premade_template.php'),(5323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/features/support.php','wp-content/plugins/revslider/admin/views/features/support.php'),(5324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/footer.php','wp-content/plugins/revslider/admin/views/footer.php'),(5325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/header.php','wp-content/plugins/revslider/admin/views/header.php'),(5326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/index.php','wp-content/plugins/revslider/admin/views/index.php'),(5327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/modals-builder.php','wp-content/plugins/revslider/admin/views/modals-builder.php'),(5328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/modals-copyright.php','wp-content/plugins/revslider/admin/views/modals-copyright.php'),(5329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/modals-general.php','wp-content/plugins/revslider/admin/views/modals-general.php'),(5330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/modals-overview.php','wp-content/plugins/revslider/admin/views/modals-overview.php'),(5331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/admin/views/overview.php','wp-content/plugins/revslider/admin/views/overview.php'),(5332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/api.class.php','wp-content/plugins/revslider/includes/api.class.php'),(5333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/aq-resizer.class.php','wp-content/plugins/revslider/includes/aq-resizer.class.php'),(5334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/backwards.php','wp-content/plugins/revslider/includes/backwards.php'),(5335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/basic-css.php','wp-content/plugins/revslider/includes/basic-css.php'),(5336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/cache.class.php','wp-content/plugins/revslider/includes/cache.class.php'),(5337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/coloreasing.class.php','wp-content/plugins/revslider/includes/coloreasing.class.php'),(5338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/colorpicker.class.php','wp-content/plugins/revslider/includes/colorpicker.class.php'),(5339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/cssparser.class.php','wp-content/plugins/revslider/includes/cssparser.class.php'),(5340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/data.class.php','wp-content/plugins/revslider/includes/data.class.php'),(5341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/em-integration.class.php','wp-content/plugins/revslider/includes/em-integration.class.php'),(5342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/extension.class.php','wp-content/plugins/revslider/includes/extension.class.php'),(5343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/external/facebook.class.php','wp-content/plugins/revslider/includes/external/facebook.class.php'),(5344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/external/flickr.class.php','wp-content/plugins/revslider/includes/external/flickr.class.php'),(5345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/external/index.php','wp-content/plugins/revslider/includes/external/index.php'),(5346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/external/instagram.class.php','wp-content/plugins/revslider/includes/external/instagram.class.php'),(5347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/external/vimeo.class.php','wp-content/plugins/revslider/includes/external/vimeo.class.php'),(5348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/external/youtube.class.php','wp-content/plugins/revslider/includes/external/youtube.class.php'),(5349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/favorite.class.php','wp-content/plugins/revslider/includes/favorite.class.php'),(5350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/functions.class.php','wp-content/plugins/revslider/includes/functions.class.php'),(5351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/globals.class.php','wp-content/plugins/revslider/includes/globals.class.php'),(5352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/googlefonts.php','wp-content/plugins/revslider/includes/googlefonts.php'),(5353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/index.php','wp-content/plugins/revslider/includes/index.php'),(5354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/navigation.class.php','wp-content/plugins/revslider/includes/navigation.class.php'),(5355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/navigations.php','wp-content/plugins/revslider/includes/navigations.php'),(5356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/object-library.class.php','wp-content/plugins/revslider/includes/object-library.class.php'),(5357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/output.sr6.class.php','wp-content/plugins/revslider/includes/output.sr6.class.php'),(5358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/output.sr7.class.php','wp-content/plugins/revslider/includes/output.sr7.class.php'),(5359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/page-template.class.php','wp-content/plugins/revslider/includes/page-template.class.php'),(5360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/slide.class.php','wp-content/plugins/revslider/includes/slide.class.php'),(5361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/slider.class.php','wp-content/plugins/revslider/includes/slider.class.php'),(5362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/update.class.php','wp-content/plugins/revslider/includes/update.class.php'),(5363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/woocommerce.class.php','wp-content/plugins/revslider/includes/woocommerce.class.php'),(5364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/includes/wpml.class.php','wp-content/plugins/revslider/includes/wpml.class.php'),(5365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/index.php','wp-content/plugins/revslider/index.php'),(5366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/languages/index.php','wp-content/plugins/revslider/languages/index.php'),(5367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/sources/index.php','wp-content/plugins/revslider/public/assets/sources/index.php'),(5368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_3d_rotation_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_3d_rotation_24px.svg'),(5369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_accessibility_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_accessibility_24px.svg'),(5370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_accessible_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_accessible_24px.svg'),(5371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_account_balance_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_account_balance_24px.svg'),(5372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_account_balance_wallet_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_account_balance_wallet_24px.svg'),(5373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_account_box_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_account_box_24px.svg'),(5374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_account_circle_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_account_circle_24px.svg'),(5375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_add_shopping_cart_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_add_shopping_cart_24px.svg'),(5376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_24px.svg'),(5377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_add_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_add_24px.svg'),(5378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_off_24px.svg'),(5379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_on_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_alarm_on_24px.svg'),(5380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_all_out_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_all_out_24px.svg'),(5381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_android_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_android_24px.svg'),(5382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_announcement_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_announcement_24px.svg'),(5383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_aspect_ratio_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_aspect_ratio_24px.svg'),(5384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assessment_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_assessment_24px.svg'),(5385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_24px.svg'),(5386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_ind_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_ind_24px.svg'),(5387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_late_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_late_24px.svg'),(5388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_return_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_return_24px.svg'),(5389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_returned_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_returned_24px.svg'),(5390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_turned_in_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_assignment_turned_in_24px.svg'),(5391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_autorenew_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_autorenew_24px.svg'),(5392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_backup_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_backup_24px.svg'),(5393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_book_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_book_24px.svg'),(5394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_bookmark_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_bookmark_24px.svg'),(5395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_bookmark_border_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_bookmark_border_24px.svg'),(5396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_bug_report_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_bug_report_24px.svg'),(5397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_build_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_build_24px.svg'),(5398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_cached_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_cached_24px.svg'),(5399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_camera_enhance_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_camera_enhance_24px.svg'),(5400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_card_giftcard_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_card_giftcard_24px.svg'),(5401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_card_membership_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_card_membership_24px.svg'),(5402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_card_travel_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_card_travel_24px.svg'),(5403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_change_history_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_change_history_24px.svg'),(5404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_check_circle_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_check_circle_24px.svg'),(5405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_chrome_reader_mode_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_chrome_reader_mode_24px.svg'),(5406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_class_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_class_24px.svg'),(5407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_code_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_code_24px.svg'),(5408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_compare_arrows_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_compare_arrows_24px.svg'),(5409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_copyright_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_copyright_24px.svg'),(5410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_credit_card_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_credit_card_24px.svg'),(5411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_dashboard_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_dashboard_24px.svg'),(5412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_date_range_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_date_range_24px.svg'),(5413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_delete_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_delete_24px.svg'),(5414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_description_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_description_24px.svg'),(5415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_dns_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_dns_24px.svg'),(5416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_done_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_done_24px.svg'),(5417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_done_all_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_done_all_24px.svg'),(5418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_donut_large_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_donut_large_24px.svg'),(5419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_donut_small_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_donut_small_24px.svg'),(5420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_eject_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_eject_24px.svg'),(5421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_event_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_event_24px.svg'),(5422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_event_seat_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_event_seat_24px.svg'),(5423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_exit_to_app_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_exit_to_app_24px.svg'),(5424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_explore_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_explore_24px.svg'),(5425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_extension_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_extension_24px.svg'),(5426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_face_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_face_24px.svg'),(5427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_favorite_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_favorite_24px.svg'),(5428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_favorite_border_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_favorite_border_24px.svg'),(5429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_feedback_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_feedback_24px.svg'),(5430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_find_in_page_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_find_in_page_24px.svg'),(5431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_find_replace_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_find_replace_24px.svg'),(5432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_fingerprint_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_fingerprint_24px.svg'),(5433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_flight_land_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_flight_land_24px.svg'),(5434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_flight_takeoff_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_flight_takeoff_24px.svg'),(5435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_flip_to_back_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_flip_to_back_24px.svg'),(5436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_flip_to_front_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_flip_to_front_24px.svg'),(5437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_gavel_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_gavel_24px.svg'),(5438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_get_app_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_get_app_24px.svg'),(5439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_gif_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_gif_24px.svg'),(5440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_grade_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_grade_24px.svg'),(5441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_group_work_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_group_work_24px.svg'),(5442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_help_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_help_24px.svg'),(5443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_help_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_help_outline_24px.svg'),(5444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_highlight_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_highlight_off_24px.svg'),(5445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_history_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_history_24px.svg'),(5446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_home_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_home_24px.svg'),(5447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_hourglass_empty_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_hourglass_empty_24px.svg'),(5448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_hourglass_full_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_hourglass_full_24px.svg'),(5449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_http_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_http_24px.svg'),(5450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_https_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_https_24px.svg'),(5451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_important_devices_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_important_devices_24px.svg'),(5452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_info_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_info_24px.svg'),(5453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_info_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_info_outline_24px.svg'),(5454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_input_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_input_24px.svg'),(5455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_invert_colors_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_invert_colors_24px.svg'),(5456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_label_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_label_24px.svg'),(5457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_label_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_label_outline_24px.svg'),(5458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_language_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_language_24px.svg'),(5459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_launch_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_launch_24px.svg'),(5460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_lightbulb_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_lightbulb_outline_24px.svg'),(5461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_line_style_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_line_style_24px.svg'),(5462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_line_weight_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_line_weight_24px.svg'),(5463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_list_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_list_24px.svg'),(5464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_lock_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_lock_24px.svg'),(5465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_lock_open_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_lock_open_24px.svg'),(5466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_lock_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_lock_outline_24px.svg'),(5467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_loyalty_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_loyalty_24px.svg'),(5468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_markunread_mailbox_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_markunread_mailbox_24px.svg'),(5469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_motorcycle_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_motorcycle_24px.svg'),(5470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_note_add_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_note_add_24px.svg'),(5471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_offline_pin_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_offline_pin_24px.svg'),(5472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_opacity_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_opacity_24px.svg'),(5473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_open_in_browser_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_open_in_browser_24px.svg'),(5474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_open_in_new_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_open_in_new_24px.svg'),(5475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_open_with_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_open_with_24px.svg'),(5476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_pageview_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_pageview_24px.svg'),(5477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_pan_tool_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_pan_tool_24px.svg'),(5478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_payment_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_payment_24px.svg'),(5479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_camera_mic_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_camera_mic_24px.svg'),(5480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_contact_calendar_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_contact_calendar_24px.svg'),(5481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_data_setting_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_data_setting_24px.svg'),(5482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_device_information_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_device_information_24px.svg'),(5483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_identity_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_identity_24px.svg'),(5484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_media_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_media_24px.svg'),(5485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_phone_msg_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_phone_msg_24px.svg'),(5486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_perm_scan_wifi_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_perm_scan_wifi_24px.svg'),(5487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_pets_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_pets_24px.svg'),(5488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_picture_in_picture_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_picture_in_picture_24px.svg'),(5489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_picture_in_picture_alt_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_picture_in_picture_alt_24px.svg'),(5490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_play_for_work_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_play_for_work_24px.svg'),(5491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_polymer_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_polymer_24px.svg'),(5492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_power_settings_new_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_power_settings_new_24px.svg'),(5493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_pregnant_woman_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_pregnant_woman_24px.svg'),(5494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_print_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_print_24px.svg'),(5495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_query_builder_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_query_builder_24px.svg'),(5496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_question_answer_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_question_answer_24px.svg'),(5497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_receipt_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_receipt_24px.svg'),(5498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_record_voice_over_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_record_voice_over_24px.svg'),(5499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_redeem_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_redeem_24px.svg'),(5500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_reorder_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_reorder_24px.svg'),(5501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_report_problem_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_report_problem_24px.svg'),(5502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_restore_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_restore_24px.svg'),(5503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_room_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_room_24px.svg'),(5504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_rounded_corner_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_rounded_corner_24px.svg'),(5505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_rowing_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_rowing_24px.svg'),(5506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_schedule_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_schedule_24px.svg'),(5507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_search_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_search_24px.svg'),(5508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_24px.svg'),(5509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_applications_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_applications_24px.svg'),(5510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_backup_restore_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_backup_restore_24px.svg'),(5511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_bluetooth_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_bluetooth_24px.svg'),(5512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_brightness_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_brightness_24px.svg'),(5513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_cell_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_cell_24px.svg'),(5514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_ethernet_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_ethernet_24px.svg'),(5515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_antenna_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_antenna_24px.svg'),(5516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_component_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_component_24px.svg'),(5517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_composite_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_composite_24px.svg'),(5518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_hdmi_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_hdmi_24px.svg'),(5519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_svideo_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_input_svideo_24px.svg'),(5520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_overscan_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_overscan_24px.svg'),(5521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_phone_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_phone_24px.svg'),(5522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_power_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_power_24px.svg'),(5523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_remote_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_remote_24px.svg'),(5524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_settings_voice_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_settings_voice_24px.svg'),(5525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_shop_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_shop_24px.svg'),(5526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_shop_two_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_shop_two_24px.svg'),(5527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_shopping_basket_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_shopping_basket_24px.svg'),(5528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_shopping_cart_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_shopping_cart_24px.svg'),(5529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_speaker_notes_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_speaker_notes_24px.svg'),(5530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_spellcheck_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_spellcheck_24px.svg'),(5531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_stars_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_stars_24px.svg'),(5532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_store_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_store_24px.svg'),(5533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_subject_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_subject_24px.svg'),(5534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_supervisor_account_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_supervisor_account_24px.svg'),(5535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_swap_horiz_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_swap_horiz_24px.svg'),(5536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_swap_vert_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_swap_vert_24px.svg'),(5537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_swap_vertical_circle_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_swap_vertical_circle_24px.svg'),(5538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_system_update_alt_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_system_update_alt_24px.svg'),(5539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_tab_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_tab_24px.svg'),(5540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_tab_unselected_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_tab_unselected_24px.svg'),(5541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_theaters_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_theaters_24px.svg'),(5542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_thumb_down_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_thumb_down_24px.svg'),(5543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_thumb_up_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_thumb_up_24px.svg'),(5544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_thumbs_up_down_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_thumbs_up_down_24px.svg'),(5545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_timeline_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_timeline_24px.svg'),(5546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_toc_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_toc_24px.svg'),(5547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_today_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_today_24px.svg'),(5548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_toll_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_toll_24px.svg'),(5549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_touch_app_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_touch_app_24px.svg'),(5550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_track_changes_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_track_changes_24px.svg'),(5551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_translate_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_translate_24px.svg'),(5552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_trending_down_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_trending_down_24px.svg'),(5553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_trending_flat_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_trending_flat_24px.svg'),(5554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_trending_up_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_trending_up_24px.svg'),(5555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_turned_in_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_turned_in_24px.svg'),(5556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_turned_in_not_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_turned_in_not_24px.svg'),(5557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_update_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_update_24px.svg'),(5558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_verified_user_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_verified_user_24px.svg'),(5559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_agenda_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_view_agenda_24px.svg'),(5560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_array_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_view_array_24px.svg'),(5561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_carousel_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_view_carousel_24px.svg'),(5562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_column_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_view_column_24px.svg'),(5563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_day_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_view_day_24px.svg'),(5564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_headline_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_view_headline_24px.svg'),(5565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_list_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_view_list_24px.svg'),(5566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_module_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_view_module_24px.svg'),(5567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_quilt_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_view_quilt_24px.svg'),(5568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_stream_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_view_stream_24px.svg'),(5569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_view_week_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_view_week_24px.svg'),(5570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_visibility_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_visibility_24px.svg'),(5571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_visibility_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_visibility_off_24px.svg'),(5572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_watch_later_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_watch_later_24px.svg'),(5573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_work_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_work_24px.svg'),(5574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_youtube_searched_for_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_youtube_searched_for_24px.svg'),(5575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_zoom_in_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_zoom_in_24px.svg'),(5576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/action/ic_zoom_out_24px.svg','wp-content/plugins/revslider/public/assets/svg/action/ic_zoom_out_24px.svg'),(5577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/alert/ic_add_alert_24px.svg','wp-content/plugins/revslider/public/assets/svg/alert/ic_add_alert_24px.svg'),(5578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/alert/ic_error_24px.svg','wp-content/plugins/revslider/public/assets/svg/alert/ic_error_24px.svg'),(5579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/alert/ic_error_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/alert/ic_error_outline_24px.svg'),(5580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/alert/ic_warning_24px.svg','wp-content/plugins/revslider/public/assets/svg/alert/ic_warning_24px.svg'),(5581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_add_to_queue_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_add_to_queue_24px.svg'),(5582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_airplay_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_airplay_24px.svg'),(5583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_album_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_album_24px.svg'),(5584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_art_track_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_art_track_24px.svg'),(5585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_av_timer_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_av_timer_24px.svg'),(5586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_closed_caption_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_closed_caption_24px.svg'),(5587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_equalizer_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_equalizer_24px.svg'),(5588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_explicit_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_explicit_24px.svg'),(5589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fast_forward_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_fast_forward_24px.svg'),(5590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fast_rewind_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_fast_rewind_24px.svg'),(5591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_dvr_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_dvr_24px.svg'),(5592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_manual_record_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_manual_record_24px.svg'),(5593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_new_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_new_24px.svg'),(5594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_pin_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_pin_24px.svg'),(5595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_smart_record_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_fiber_smart_record_24px.svg'),(5596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_forward_10_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_forward_10_24px.svg'),(5597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_forward_30_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_forward_30_24px.svg'),(5598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_forward_5_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_forward_5_24px.svg'),(5599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_games_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_games_24px.svg'),(5600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_hd_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_hd_24px.svg'),(5601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_hearing_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_hearing_24px.svg'),(5602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_high_quality_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_high_quality_24px.svg'),(5603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_library_add_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_library_add_24px.svg'),(5604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_library_books_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_library_books_24px.svg'),(5605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_library_music_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_library_music_24px.svg'),(5606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_loop_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_loop_24px.svg'),(5607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_mic_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_mic_24px.svg'),(5608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_mic_none_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_mic_none_24px.svg'),(5609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_mic_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_mic_off_24px.svg'),(5610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_movie_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_movie_24px.svg'),(5611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_music_video_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_music_video_24px.svg'),(5612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_new_releases_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_new_releases_24px.svg'),(5613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_not_interested_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_not_interested_24px.svg'),(5614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_pause_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_pause_24px.svg'),(5615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_pause_circle_filled_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_pause_circle_filled_24px.svg'),(5616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_pause_circle_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_pause_circle_outline_24px.svg'),(5617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_play_arrow_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_play_arrow_24px.svg'),(5618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_play_circle_filled_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_play_circle_filled_24px.svg'),(5619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_play_circle_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_play_circle_outline_24px.svg'),(5620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_playlist_add_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_playlist_add_24px.svg'),(5621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_playlist_add_check_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_playlist_add_check_24px.svg'),(5622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_playlist_play_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_playlist_play_24px.svg'),(5623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_queue_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_queue_24px.svg'),(5624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_queue_music_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_queue_music_24px.svg'),(5625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_queue_play_next_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_queue_play_next_24px.svg'),(5626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_radio_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_radio_24px.svg'),(5627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_recent_actors_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_recent_actors_24px.svg'),(5628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_remove_from_queue_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_remove_from_queue_24px.svg'),(5629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_repeat_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_repeat_24px.svg'),(5630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_repeat_one_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_repeat_one_24px.svg'),(5631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_replay_10_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_replay_10_24px.svg'),(5632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_replay_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_replay_24px.svg'),(5633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_replay_30_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_replay_30_24px.svg'),(5634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_replay_5_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_replay_5_24px.svg'),(5635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_shuffle_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_shuffle_24px.svg'),(5636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_skip_next_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_skip_next_24px.svg'),(5637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_skip_previous_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_skip_previous_24px.svg'),(5638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_slow_motion_video_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_slow_motion_video_24px.svg'),(5639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_snooze_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_snooze_24px.svg'),(5640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_sort_by_alpha_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_sort_by_alpha_24px.svg'),(5641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_stop_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_stop_24px.svg'),(5642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_subscriptions_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_subscriptions_24px.svg'),(5643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_subtitles_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_subtitles_24px.svg'),(5644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_surround_sound_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_surround_sound_24px.svg'),(5645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_video_library_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_video_library_24px.svg'),(5646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_videocam_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_videocam_24px.svg'),(5647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_videocam_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_videocam_off_24px.svg'),(5648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_volume_down_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_volume_down_24px.svg'),(5649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_volume_mute_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_volume_mute_24px.svg'),(5650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_volume_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_volume_off_24px.svg'),(5651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_volume_up_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_volume_up_24px.svg'),(5652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_web_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_web_24px.svg'),(5653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/av/ic_web_asset_24px.svg','wp-content/plugins/revslider/public/assets/svg/av/ic_web_asset_24px.svg'),(5654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/NewTux.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/NewTux.svg'),(5655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/abacus.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/abacus.svg'),(5656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/address-book.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/address-book.svg'),(5657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/address-book2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/address-book2.svg'),(5658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/aim.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/aim.svg'),(5659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/alarm.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/alarm.svg'),(5660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/apple.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/apple.svg'),(5661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/arrow-left.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/arrow-left.svg'),(5662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/arrow-right.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/arrow-right.svg'),(5663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/arrows-updown.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/arrows-updown.svg'),(5664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/atm-cash.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/atm-cash.svg'),(5665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award1.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award1.svg'),(5666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award2.svg'),(5667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award3.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award3.svg'),(5668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award4.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award4.svg'),(5669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award5.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/award5.svg'),(5670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/badge01.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/badge01.svg'),(5671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/badge02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/badge02.svg'),(5672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bank.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bank.svg'),(5673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bank2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bank2.svg'),(5674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bell.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bell.svg'),(5675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/binoculars.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/binoculars.svg'),(5676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bomb.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bomb.svg'),(5677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bonsai.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bonsai.svg'),(5678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/book-apple.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/book-apple.svg'),(5679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/book.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/book.svg'),(5680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bookmark.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/bookmark.svg'),(5681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/box.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/box.svg'),(5682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/brain.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/brain.svg'),(5683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/briefcase.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/briefcase.svg'),(5684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/browser01.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/browser01.svg'),(5685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/browser02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/browser02.svg'),(5686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/buildings.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/buildings.svg'),(5687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/buy-sign.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/buy-sign.svg'),(5688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calculator1.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calculator1.svg'),(5689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calculator2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calculator2.svg'),(5690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calculator3.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calculator3.svg'),(5691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar1.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar1.svg'),(5692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar2.svg'),(5693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar3.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar3.svg'),(5694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar4.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar4.svg'),(5695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar5.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/calendar5.svg'),(5696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/certificate.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/certificate.svg'),(5697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/champagne.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/champagne.svg'),(5698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character01.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character01.svg'),(5699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character02.svg'),(5700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character03.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character03.svg'),(5701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character04.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character04.svg'),(5702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character05.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character05.svg'),(5703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character06.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character06.svg'),(5704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character07.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character07.svg'),(5705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character08.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/character08.svg'),(5706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart-analysis.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart-analysis.svg'),(5707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart-board.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart-board.svg'),(5708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart-pyramid.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart-pyramid.svg'),(5709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart01.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart01.svg'),(5710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart02.svg'),(5711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart03.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart03.svg'),(5712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart04.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart04.svg'),(5713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart05.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart05.svg'),(5714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart06.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart06.svg'),(5715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart07.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart07.svg'),(5716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart08.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart08.svg'),(5717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart09.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart09.svg'),(5718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart10.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart10.svg'),(5719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart11.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart11.svg'),(5720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart12.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart12.svg'),(5721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart13.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart13.svg'),(5722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart14.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart14.svg'),(5723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart15.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart15.svg'),(5724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart16.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart16.svg'),(5725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart17.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart17.svg'),(5726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart18.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart18.svg'),(5727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart19.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart19.svg'),(5728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart20.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart20.svg'),(5729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart21.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chart21.svg'),(5730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chat.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chat.svg'),(5731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/checklist.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/checklist.svg'),(5732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/checklist2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/checklist2.svg'),(5733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/checklist3.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/checklist3.svg'),(5734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chemistry.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chemistry.svg'),(5735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chess-knight.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chess-knight.svg'),(5736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chess-rook.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chess-rook.svg'),(5737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chess.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/chess.svg'),(5738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/clock.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/clock.svg'),(5739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/closed-sign.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/closed-sign.svg'),(5740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/cloud-coins.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/cloud-coins.svg'),(5741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/cloud-down.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/cloud-down.svg'),(5742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/cloud-up.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/cloud-up.svg'),(5743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/coffee.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/coffee.svg'),(5744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/conference.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/conference.svg'),(5745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/contact-book.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/contact-book.svg'),(5746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/coupon.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/coupon.svg'),(5747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/credit-card.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/credit-card.svg'),(5748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/crown.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/crown.svg'),(5749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/currencies.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/currencies.svg'),(5750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/database.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/database.svg'),(5751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/delivery.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/delivery.svg'),(5752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/diagram-hierarchy.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/diagram-hierarchy.svg'),(5753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/diamond.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/diamond.svg'),(5754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/dollar.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/dollar.svg'),(5755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/drawer.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/drawer.svg'),(5756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/egg.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/egg.svg'),(5757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/emblem.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/emblem.svg'),(5758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/envelope-money.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/envelope-money.svg'),(5759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/envelopes.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/envelopes.svg'),(5760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/euro.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/euro.svg'),(5761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/exchange.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/exchange.svg'),(5762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/exit.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/exit.svg'),(5763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/factory.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/factory.svg'),(5764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/fax.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/fax.svg'),(5765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file01.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file01.svg'),(5766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file02.svg'),(5767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file03.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file03.svg'),(5768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file04.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file04.svg'),(5769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file05.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file05.svg'),(5770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file06.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file06.svg'),(5771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file07.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file07.svg'),(5772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file08.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file08.svg'),(5773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file09.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file09.svg'),(5774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file10.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/file10.svg'),(5775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/files.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/files.svg'),(5776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/fire.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/fire.svg'),(5777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/fish.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/fish.svg'),(5778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/flag.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/flag.svg'),(5779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-add.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-add.svg'),(5780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-delete.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-delete.svg'),(5781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-online.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-online.svg'),(5782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-private.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-private.svg'),(5783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-remove.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder-remove.svg'),(5784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folder.svg'),(5785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folders.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/folders.svg'),(5786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/funnel-money.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/funnel-money.svg'),(5787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/funnel.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/funnel.svg'),(5788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gauge.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gauge.svg'),(5789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gauge2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gauge2.svg'),(5790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gears1.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gears1.svg'),(5791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gears2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/gears2.svg'),(5792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/glasses-moustache.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/glasses-moustache.svg'),(5793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/globe-money.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/globe-money.svg'),(5794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/globe.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/globe.svg'),(5795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/globe2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/globe2.svg'),(5796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/graduation-hat.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/graduation-hat.svg'),(5797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-globe.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-globe.svg'),(5798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-key.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-key.svg'),(5799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-money.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-money.svg'),(5800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-money2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hand-money2.svg'),(5801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/handshake.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/handshake.svg'),(5802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hat-moustache.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hat-moustache.svg'),(5803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hat.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hat.svg'),(5804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-arrows.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-arrows.svg'),(5805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-battery.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-battery.svg'),(5806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-check.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-check.svg'),(5807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-compass.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-compass.svg'),(5808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-dollar.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-dollar.svg'),(5809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-exclamation.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-exclamation.svg'),(5810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-flash.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-flash.svg'),(5811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-gauge.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-gauge.svg'),(5812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-gears.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-gears.svg'),(5813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-hourglass.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-hourglass.svg'),(5814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-idea.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-idea.svg'),(5815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-question.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-question.svg'),(5816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-structure.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head-structure.svg'),(5817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/head.svg'),(5818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/headquarters.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/headquarters.svg'),(5819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hourglass.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hourglass.svg'),(5820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hours.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/hours.svg'),(5821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/incoming.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/incoming.svg'),(5822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/ingots.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/ingots.svg'),(5823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/key.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/key.svg'),(5824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/key2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/key2.svg'),(5825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/keyboard.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/keyboard.svg'),(5826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/label.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/label.svg'),(5827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lamp.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lamp.svg'),(5828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-article.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-article.svg'),(5829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-cart.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-cart.svg'),(5830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-chart.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-chart.svg'),(5831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-chart2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-chart2.svg'),(5832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-diagram.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-diagram.svg'),(5833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-envelope.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-envelope.svg'),(5834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-finance.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-finance.svg'),(5835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-privacy.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-privacy.svg'),(5836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-settings.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-settings.svg'),(5837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-user.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop-user.svg'),(5838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/laptop.svg'),(5839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lightbulb-green.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lightbulb-green.svg'),(5840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lightbulb.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lightbulb.svg'),(5841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lightning.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lightning.svg'),(5842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/like.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/like.svg'),(5843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lock.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/lock.svg'),(5844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/magnet-money.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/magnet-money.svg'),(5845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/magnifying-glass.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/magnifying-glass.svg'),(5846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager-globe.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager-globe.svg'),(5847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager-idea.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager-idea.svg'),(5848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager01.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager01.svg'),(5849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/manager02.svg'),(5850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/meditation.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/meditation.svg'),(5851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/megaphone.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/megaphone.svg'),(5852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money-growth.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money-growth.svg'),(5853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money-scales.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money-scales.svg'),(5854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money.svg'),(5855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money2.svg'),(5856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money3.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money3.svg'),(5857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money4.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money4.svg'),(5858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money5.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money5.svg'),(5859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money6.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/money6.svg'),(5860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/monitor.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/monitor.svg'),(5861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/mouse.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/mouse.svg'),(5862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/nest-money.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/nest-money.svg'),(5863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/newspaper-jobs.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/newspaper-jobs.svg'),(5864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/newspaper-pen.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/newspaper-pen.svg'),(5865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/newspaper.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/newspaper.svg'),(5866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/note-paper.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/note-paper.svg'),(5867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/office-chair.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/office-chair.svg'),(5868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/open-sign.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/open-sign.svg'),(5869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/outgoing.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/outgoing.svg'),(5870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/paper-clip.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/paper-clip.svg'),(5871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/paper-plane.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/paper-plane.svg'),(5872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pen.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pen.svg'),(5873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pen2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pen2.svg'),(5874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pencil.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pencil.svg'),(5875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pens-pencils.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pens-pencils.svg'),(5876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-arrows06.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-arrows06.svg'),(5877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-gears.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-gears.svg'),(5878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-handshake.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-handshake.svg'),(5879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-idea.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-idea.svg'),(5880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-meeting.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-meeting.svg'),(5881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-meeting02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-meeting02.svg'),(5882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-search01.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-search01.svg'),(5883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-search02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-search02.svg'),(5884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure.svg'),(5885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure01.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure01.svg'),(5886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure02.svg'),(5887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure03.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure03.svg'),(5888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure04.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure04.svg'),(5889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure05.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure05.svg'),(5890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure06.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure06.svg'),(5891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure07.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/people-structure07.svg'),(5892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/percent.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/percent.svg'),(5893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/periscopemoney.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/periscopemoney.svg'),(5894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows01.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows01.svg'),(5895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows012.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows012.svg'),(5896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows02.svg'),(5897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows022.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows022.svg'),(5898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows03.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-arrows03.svg'),(5899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-checkmark.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-checkmark.svg'),(5900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-cross.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-cross.svg'),(5901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-data.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-data.svg'),(5902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-dollar.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-dollar.svg'),(5903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-finance.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-finance.svg'),(5904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-flag.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-flag.svg'),(5905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-globe.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-globe.svg'),(5906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-idea02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-idea02.svg'),(5907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-info.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-info.svg'),(5908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-puzzle.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-puzzle.svg'),(5909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-scales.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-scales.svg'),(5910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-time.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-time.svg'),(5911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-umbrella.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/person-umbrella.svg'),(5912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/phone.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/phone.svg'),(5913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pie-chart01.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pie-chart01.svg'),(5914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pie-chart02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pie-chart02.svg'),(5915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/piggy-bank.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/piggy-bank.svg'),(5916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pin.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pin.svg'),(5917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/plant-money.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/plant-money.svg'),(5918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/plant.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/plant.svg'),(5919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pound.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pound.svg'),(5920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/presentation.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/presentation.svg'),(5921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/presentation02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/presentation02.svg'),(5922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-chart02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-chart02.svg'),(5923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-chart03.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-chart03.svg'),(5924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-chart04.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-chart04.svg'),(5925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-laurels.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-laurels.svg'),(5926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-megaphone.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-megaphone.svg'),(5927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-stairs.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/preson-stairs.svg'),(5928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/printer.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/printer.svg'),(5929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/profile.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/profile.svg'),(5930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pulse.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/pulse.svg'),(5931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/puzzle.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/puzzle.svg'),(5932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/quill.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/quill.svg'),(5933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/recycle.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/recycle.svg'),(5934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/rocket.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/rocket.svg'),(5935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/rocket2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/rocket2.svg'),(5936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/ruble.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/ruble.svg'),(5937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/ruler-compasses.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/ruler-compasses.svg'),(5938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/safe.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/safe.svg'),(5939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/sale-sign.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/sale-sign.svg'),(5940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/satellite-dish.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/satellite-dish.svg'),(5941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/scales.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/scales.svg'),(5942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/scissors.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/scissors.svg'),(5943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/security.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/security.svg'),(5944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/send.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/send.svg'),(5945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/shield.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/shield.svg'),(5946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/shopping-cart.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/shopping-cart.svg'),(5947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/sign.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/sign.svg'),(5948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-chart.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-chart.svg'),(5949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-exclamation.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-exclamation.svg'),(5950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-gears.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-gears.svg'),(5951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-growth.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-growth.svg'),(5952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-money.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-money.svg'),(5953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-user.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone-user.svg'),(5954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/smartphone.svg'),(5955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/speaker.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/speaker.svg'),(5956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/speaker02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/speaker02.svg'),(5957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/speech-bubble.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/speech-bubble.svg'),(5958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/stamp.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/stamp.svg'),(5959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/star.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/star.svg'),(5960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/steering-wheel.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/steering-wheel.svg'),(5961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/strategy03.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/strategy03.svg'),(5962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/strategy1.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/strategy1.svg'),(5963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/strategy2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/strategy2.svg'),(5964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/support-person.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/support-person.svg'),(5965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-article.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-article.svg'),(5966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-chart.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-chart.svg'),(5967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-chart2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-chart2.svg'),(5968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-chart3.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-chart3.svg'),(5969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-pie-chart.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-pie-chart.svg'),(5970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-pie-chart2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet-pie-chart2.svg'),(5971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tablet.svg'),(5972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/target.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/target.svg'),(5973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/team.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/team.svg'),(5974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/telescope.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/telescope.svg'),(5975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tie.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tie.svg'),(5976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tools.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tools.svg'),(5977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tools2.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/tools2.svg'),(5978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/trash-bin.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/trash-bin.svg'),(5979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/umbrella.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/umbrella.svg'),(5980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user01.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user01.svg'),(5981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user02.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user02.svg'),(5982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user03.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user03.svg'),(5983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user04.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user04.svg'),(5984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user05.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user05.svg'),(5985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user06.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user06.svg'),(5986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user07.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user07.svg'),(5987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user08.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user08.svg'),(5988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user09.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/user09.svg'),(5989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/users.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/users.svg'),(5990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/venn-diagram.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/venn-diagram.svg'),(5991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/wallet.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/wallet.svg'),(5992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/wrench.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/wrench.svg'),(5993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/yen.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/yen.svg'),(5994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/yinyang.svg','wp-content/plugins/revslider/public/assets/svg/busy-icons-svg/yinyang.svg'),(5995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_business_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_business_24px.svg'),(5996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_24px.svg'),(5997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_end_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_end_24px.svg'),(5998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_made_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_made_24px.svg'),(5999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_merge_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_merge_24px.svg'),(6000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_missed_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_missed_24px.svg'),(6001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_missed_outgoing_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_missed_outgoing_24px.svg'),(6002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_received_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_received_24px.svg'),(6003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_call_split_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_call_split_24px.svg'),(6004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_chat_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_chat_24px.svg'),(6005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_chat_bubble_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_chat_bubble_24px.svg'),(6006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_chat_bubble_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_chat_bubble_outline_24px.svg'),(6007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_clear_all_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_clear_all_24px.svg'),(6008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_comment_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_comment_24px.svg'),(6009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_contact_mail_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_contact_mail_24px.svg'),(6010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_contact_phone_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_contact_phone_24px.svg'),(6011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_contacts_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_contacts_24px.svg'),(6012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_dialer_sip_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_dialer_sip_24px.svg'),(6013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_dialpad_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_dialpad_24px.svg'),(6014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_email_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_email_24px.svg'),(6015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_forum_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_forum_24px.svg'),(6016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_import_contacts_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_import_contacts_24px.svg'),(6017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_import_export_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_import_export_24px.svg'),(6018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_invert_colors_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_invert_colors_off_24px.svg'),(6019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_live_help_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_live_help_24px.svg'),(6020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_location_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_location_off_24px.svg'),(6021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_location_on_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_location_on_24px.svg'),(6022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_mail_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_mail_outline_24px.svg'),(6023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_message_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_message_24px.svg'),(6024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_no_sim_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_no_sim_24px.svg'),(6025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_phone_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_phone_24px.svg'),(6026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_erase_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_erase_24px.svg'),(6027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_lock_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_lock_24px.svg'),(6028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_ring_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_ring_24px.svg'),(6029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_setup_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_phonelink_setup_24px.svg'),(6030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_portable_wifi_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_portable_wifi_off_24px.svg'),(6031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_present_to_all_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_present_to_all_24px.svg'),(6032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_ring_volume_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_ring_volume_24px.svg'),(6033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_screen_share_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_screen_share_24px.svg'),(6034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_speaker_phone_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_speaker_phone_24px.svg'),(6035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_current_landscape_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_current_landscape_24px.svg'),(6036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_current_portrait_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_current_portrait_24px.svg'),(6037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_primary_landscape_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_primary_landscape_24px.svg'),(6038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_primary_portrait_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_stay_primary_portrait_24px.svg'),(6039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_stop_screen_share_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_stop_screen_share_24px.svg'),(6040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_swap_calls_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_swap_calls_24px.svg'),(6041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_textsms_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_textsms_24px.svg'),(6042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_voicemail_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_voicemail_24px.svg'),(6043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/communication/ic_vpn_key_24px.svg','wp-content/plugins/revslider/public/assets/svg/communication/ic_vpn_key_24px.svg'),(6044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_add_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_add_24px.svg'),(6045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_add_box_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_add_box_24px.svg'),(6046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_add_circle_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_add_circle_24px.svg'),(6047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_add_circle_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_add_circle_outline_24px.svg'),(6048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_archive_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_archive_24px.svg'),(6049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_backspace_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_backspace_24px.svg'),(6050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_block_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_block_24px.svg'),(6051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_clear_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_clear_24px.svg'),(6052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_content_copy_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_content_copy_24px.svg'),(6053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_content_cut_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_content_cut_24px.svg'),(6054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_content_paste_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_content_paste_24px.svg'),(6055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_create_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_create_24px.svg'),(6056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_drafts_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_drafts_24px.svg'),(6057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_filter_list_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_filter_list_24px.svg'),(6058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_flag_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_flag_24px.svg'),(6059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_font_download_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_font_download_24px.svg'),(6060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_forward_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_forward_24px.svg'),(6061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_gesture_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_gesture_24px.svg'),(6062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_inbox_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_inbox_24px.svg'),(6063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_link_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_link_24px.svg'),(6064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_mail_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_mail_24px.svg'),(6065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_markunread_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_markunread_24px.svg'),(6066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_move_to_inbox_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_move_to_inbox_24px.svg'),(6067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_next_week_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_next_week_24px.svg'),(6068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_redo_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_redo_24px.svg'),(6069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_remove_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_remove_24px.svg'),(6070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_remove_circle_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_remove_circle_24px.svg'),(6071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_remove_circle_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_remove_circle_outline_24px.svg'),(6072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_reply_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_reply_24px.svg'),(6073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_reply_all_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_reply_all_24px.svg'),(6074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_report_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_report_24px.svg'),(6075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_save_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_save_24px.svg'),(6076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_select_all_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_select_all_24px.svg'),(6077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_send_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_send_24px.svg'),(6078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_sort_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_sort_24px.svg'),(6079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_text_format_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_text_format_24px.svg'),(6080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_unarchive_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_unarchive_24px.svg'),(6081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_undo_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_undo_24px.svg'),(6082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/content/ic_weekend_24px.svg','wp-content/plugins/revslider/public/assets/svg/content/ic_weekend_24px.svg'),(6083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_access_alarm_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_access_alarm_24px.svg'),(6084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_access_alarms_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_access_alarms_24px.svg'),(6085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_access_time_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_access_time_24px.svg'),(6086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_add_alarm_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_add_alarm_24px.svg'),(6087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_airplanemode_active_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_airplanemode_active_24px.svg'),(6088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_airplanemode_inactive_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_airplanemode_inactive_24px.svg'),(6089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_20_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_20_24px.svg'),(6090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_30_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_30_24px.svg'),(6091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_50_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_50_24px.svg'),(6092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_60_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_60_24px.svg'),(6093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_80_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_80_24px.svg'),(6094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_90_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_90_24px.svg'),(6095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_alert_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_alert_24px.svg'),(6096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_20_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_20_24px.svg'),(6097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_30_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_30_24px.svg'),(6098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_50_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_50_24px.svg'),(6099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_60_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_60_24px.svg'),(6100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_80_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_80_24px.svg'),(6101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_90_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_90_24px.svg'),(6102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_full_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_charging_full_24px.svg'),(6103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_full_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_full_24px.svg'),(6104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_std_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_std_24px.svg'),(6105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_battery_unknown_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_battery_unknown_24px.svg'),(6106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_24px.svg'),(6107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_connected_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_connected_24px.svg'),(6108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_disabled_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_disabled_24px.svg'),(6109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_searching_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_bluetooth_searching_24px.svg'),(6110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_auto_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_auto_24px.svg'),(6111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_high_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_high_24px.svg'),(6112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_low_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_low_24px.svg'),(6113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_medium_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_brightness_medium_24px.svg'),(6114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_data_usage_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_data_usage_24px.svg'),(6115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_developer_mode_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_developer_mode_24px.svg'),(6116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_devices_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_devices_24px.svg'),(6117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_dvr_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_dvr_24px.svg'),(6118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_gps_fixed_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_gps_fixed_24px.svg'),(6119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_gps_not_fixed_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_gps_not_fixed_24px.svg'),(6120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_gps_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_gps_off_24px.svg'),(6121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_graphic_eq_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_graphic_eq_24px.svg'),(6122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_location_disabled_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_location_disabled_24px.svg'),(6123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_location_searching_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_location_searching_24px.svg'),(6124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_network_cell_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_network_cell_24px.svg'),(6125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_network_wifi_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_network_wifi_24px.svg'),(6126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_nfc_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_nfc_24px.svg'),(6127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_screen_lock_landscape_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_screen_lock_landscape_24px.svg'),(6128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_screen_lock_portrait_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_screen_lock_portrait_24px.svg'),(6129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_screen_lock_rotation_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_screen_lock_rotation_24px.svg'),(6130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_screen_rotation_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_screen_rotation_24px.svg'),(6131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_sd_storage_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_sd_storage_24px.svg'),(6132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_settings_system_daydream_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_settings_system_daydream_24px.svg'),(6133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_0_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_0_bar_24px.svg'),(6134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_1_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_1_bar_24px.svg'),(6135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_2_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_2_bar_24px.svg'),(6136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_3_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_3_bar_24px.svg'),(6137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_4_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_4_bar_24px.svg'),(6138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg'),(6139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg'),(6140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg'),(6141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg'),(6142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg'),(6143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_no_sim_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_no_sim_24px.svg'),(6144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_null_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_null_24px.svg'),(6145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_cellular_off_24px.svg'),(6146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_0_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_0_bar_24px.svg'),(6147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_1_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_1_bar_24px.svg'),(6148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg'),(6149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_2_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_2_bar_24px.svg'),(6150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg'),(6151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_3_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_3_bar_24px.svg'),(6152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg'),(6153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_4_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_4_bar_24px.svg'),(6154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg'),(6155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_off_24px.svg'),(6156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg'),(6157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg'),(6158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg'),(6159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg'),(6160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg'),(6161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg'),(6162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg'),(6163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg'),(6164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg'),(6165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg'),(6166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg'),(6167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_storage_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_storage_24px.svg'),(6168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_usb_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_usb_24px.svg'),(6169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_wallpaper_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_wallpaper_24px.svg'),(6170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_widgets_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_widgets_24px.svg'),(6171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_wifi_lock_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_wifi_lock_24px.svg'),(6172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/device/ic_wifi_tethering_24px.svg','wp-content/plugins/revslider/public/assets/svg/device/ic_wifi_tethering_24px.svg'),(6173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_attach_file_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_attach_file_24px.svg'),(6174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_attach_money_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_attach_money_24px.svg'),(6175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_all_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_all_24px.svg'),(6176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_bottom_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_bottom_24px.svg'),(6177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_clear_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_clear_24px.svg'),(6178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_color_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_color_24px.svg'),(6179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_horizontal_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_horizontal_24px.svg'),(6180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_inner_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_inner_24px.svg'),(6181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_left_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_left_24px.svg'),(6182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_outer_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_outer_24px.svg'),(6183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_right_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_right_24px.svg'),(6184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_style_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_style_24px.svg'),(6185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_top_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_top_24px.svg'),(6186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_border_vertical_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_border_vertical_24px.svg'),(6187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_drag_handle_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_drag_handle_24px.svg'),(6188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_center_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_center_24px.svg'),(6189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_justify_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_justify_24px.svg'),(6190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_left_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_left_24px.svg'),(6191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_right_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_align_right_24px.svg'),(6192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_bold_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_bold_24px.svg'),(6193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_clear_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_clear_24px.svg'),(6194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_color_fill_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_color_fill_24px.svg'),(6195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_color_reset_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_color_reset_24px.svg'),(6196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_color_text_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_color_text_24px.svg'),(6197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_indent_decrease_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_indent_decrease_24px.svg'),(6198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_indent_increase_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_indent_increase_24px.svg'),(6199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_italic_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_italic_24px.svg'),(6200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_line_spacing_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_line_spacing_24px.svg'),(6201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_list_bulleted_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_list_bulleted_24px.svg'),(6202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_list_numbered_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_list_numbered_24px.svg'),(6203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_paint_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_paint_24px.svg'),(6204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_quote_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_quote_24px.svg'),(6205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_shapes_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_shapes_24px.svg'),(6206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_size_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_size_24px.svg'),(6207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_strikethrough_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_strikethrough_24px.svg'),(6208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg'),(6209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg'),(6210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_format_underlined_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_format_underlined_24px.svg'),(6211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_functions_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_functions_24px.svg'),(6212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_highlight_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_highlight_24px.svg'),(6213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_chart_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_chart_24px.svg'),(6214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_comment_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_comment_24px.svg'),(6215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_drive_file_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_drive_file_24px.svg'),(6216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_emoticon_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_emoticon_24px.svg'),(6217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_invitation_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_invitation_24px.svg'),(6218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_link_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_link_24px.svg'),(6219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_photo_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_insert_photo_24px.svg'),(6220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_linear_scale_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_linear_scale_24px.svg'),(6221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_merge_type_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_merge_type_24px.svg'),(6222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_mode_comment_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_mode_comment_24px.svg'),(6223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_mode_edit_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_mode_edit_24px.svg'),(6224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_money_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_money_off_24px.svg'),(6225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_publish_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_publish_24px.svg'),(6226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_short_text_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_short_text_24px.svg'),(6227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_space_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_space_bar_24px.svg'),(6228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_strikethrough_s_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_strikethrough_s_24px.svg'),(6229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_text_fields_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_text_fields_24px.svg'),(6230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_vertical_align_bottom_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_vertical_align_bottom_24px.svg'),(6231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_vertical_align_center_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_vertical_align_center_24px.svg'),(6232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_vertical_align_top_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_vertical_align_top_24px.svg'),(6233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/editor/ic_wrap_text_24px.svg','wp-content/plugins/revslider/public/assets/svg/editor/ic_wrap_text_24px.svg'),(6234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_attachment_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_attachment_24px.svg'),(6235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_24px.svg'),(6236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_circle_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_circle_24px.svg'),(6237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_done_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_done_24px.svg'),(6238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_download_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_download_24px.svg'),(6239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_off_24px.svg'),(6240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_queue_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_queue_24px.svg'),(6241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_upload_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_cloud_upload_24px.svg'),(6242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_create_new_folder_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_create_new_folder_24px.svg'),(6243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_file_download_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_file_download_24px.svg'),(6244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_file_upload_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_file_upload_24px.svg'),(6245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_folder_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_folder_24px.svg'),(6246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_folder_open_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_folder_open_24px.svg'),(6247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/file/ic_folder_shared_24px.svg','wp-content/plugins/revslider/public/assets/svg/file/ic_folder_shared_24px.svg'),(6248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_cast_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_cast_24px.svg'),(6249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_cast_connected_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_cast_connected_24px.svg'),(6250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_computer_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_computer_24px.svg'),(6251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_desktop_mac_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_desktop_mac_24px.svg'),(6252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_desktop_windows_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_desktop_windows_24px.svg'),(6253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_developer_board_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_developer_board_24px.svg'),(6254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_device_hub_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_device_hub_24px.svg'),(6255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_devices_other_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_devices_other_24px.svg'),(6256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_dock_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_dock_24px.svg'),(6257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_gamepad_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_gamepad_24px.svg'),(6258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_headset_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_headset_24px.svg'),(6259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_headset_mic_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_headset_mic_24px.svg'),(6260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_24px.svg'),(6261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg'),(6262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg'),(6263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg'),(6264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg'),(6265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_backspace_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_backspace_24px.svg'),(6266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_capslock_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_capslock_24px.svg'),(6267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_hide_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_hide_24px.svg'),(6268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_return_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_return_24px.svg'),(6269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_tab_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_tab_24px.svg'),(6270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_voice_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_keyboard_voice_24px.svg'),(6271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_24px.svg'),(6272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_chromebook_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_chromebook_24px.svg'),(6273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_mac_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_mac_24px.svg'),(6274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_windows_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_laptop_windows_24px.svg'),(6275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_memory_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_memory_24px.svg'),(6276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_mouse_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_mouse_24px.svg'),(6277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_phone_android_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_phone_android_24px.svg'),(6278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_phone_iphone_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_phone_iphone_24px.svg'),(6279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_phonelink_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_phonelink_24px.svg'),(6280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_phonelink_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_phonelink_off_24px.svg'),(6281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_power_input_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_power_input_24px.svg'),(6282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_router_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_router_24px.svg'),(6283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_scanner_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_scanner_24px.svg'),(6284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_security_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_security_24px.svg'),(6285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_sim_card_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_sim_card_24px.svg'),(6286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_smartphone_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_smartphone_24px.svg'),(6287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_speaker_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_speaker_24px.svg'),(6288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_speaker_group_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_speaker_group_24px.svg'),(6289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_tablet_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_tablet_24px.svg'),(6290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_tablet_android_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_tablet_android_24px.svg'),(6291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_tablet_mac_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_tablet_mac_24px.svg'),(6292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_toys_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_toys_24px.svg'),(6293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_tv_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_tv_24px.svg'),(6294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_videogame_asset_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_videogame_asset_24px.svg'),(6295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/hardware/ic_watch_24px.svg','wp-content/plugins/revslider/public/assets/svg/hardware/ic_watch_24px.svg'),(6296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_add_a_photo_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_add_a_photo_24px.svg'),(6297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_add_to_photos_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_add_to_photos_24px.svg'),(6298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_adjust_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_adjust_24px.svg'),(6299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_assistant_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_assistant_24px.svg'),(6300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_assistant_photo_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_assistant_photo_24px.svg'),(6301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_audiotrack_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_audiotrack_24px.svg'),(6302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_blur_circular_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_blur_circular_24px.svg'),(6303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_blur_linear_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_blur_linear_24px.svg'),(6304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_blur_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_blur_off_24px.svg'),(6305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_blur_on_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_blur_on_24px.svg'),(6306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_1_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_1_24px.svg'),(6307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_2_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_2_24px.svg'),(6308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_3_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_3_24px.svg'),(6309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_4_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_4_24px.svg'),(6310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_5_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_5_24px.svg'),(6311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_6_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_6_24px.svg'),(6312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_7_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_brightness_7_24px.svg'),(6313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_broken_image_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_broken_image_24px.svg'),(6314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_brush_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_brush_24px.svg'),(6315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_camera_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_camera_24px.svg'),(6316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_camera_alt_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_camera_alt_24px.svg'),(6317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_camera_front_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_camera_front_24px.svg'),(6318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_camera_rear_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_camera_rear_24px.svg'),(6319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_camera_roll_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_camera_roll_24px.svg'),(6320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_center_focus_strong_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_center_focus_strong_24px.svg'),(6321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_center_focus_weak_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_center_focus_weak_24px.svg'),(6322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_collections_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_collections_24px.svg'),(6323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_collections_bookmark_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_collections_bookmark_24px.svg'),(6324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_color_lens_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_color_lens_24px.svg'),(6325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_colorize_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_colorize_24px.svg'),(6326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_compare_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_compare_24px.svg'),(6327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_control_point_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_control_point_24px.svg'),(6328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_control_point_duplicate_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_control_point_duplicate_24px.svg'),(6329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_16_9_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_16_9_24px.svg'),(6330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_24px.svg'),(6331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_3_2_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_3_2_24px.svg'),(6332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_5_4_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_5_4_24px.svg'),(6333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_7_5_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_7_5_24px.svg'),(6334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_din_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_din_24px.svg'),(6335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_free_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_free_24px.svg'),(6336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_landscape_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_landscape_24px.svg'),(6337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_original_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_original_24px.svg'),(6338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_portrait_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_portrait_24px.svg'),(6339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_rotate_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_rotate_24px.svg'),(6340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_crop_square_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_crop_square_24px.svg'),(6341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_dehaze_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_dehaze_24px.svg'),(6342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_details_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_details_24px.svg'),(6343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_edit_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_edit_24px.svg'),(6344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_24px.svg'),(6345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_neg_1_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_neg_1_24px.svg'),(6346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_neg_2_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_neg_2_24px.svg'),(6347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_plus_1_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_plus_1_24px.svg'),(6348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_plus_2_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_plus_2_24px.svg'),(6349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_zero_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_exposure_zero_24px.svg'),(6350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_1_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_1_24px.svg'),(6351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_24px.svg'),(6352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_2_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_2_24px.svg'),(6353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_3_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_3_24px.svg'),(6354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_4_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_4_24px.svg'),(6355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_5_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_5_24px.svg'),(6356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_6_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_6_24px.svg'),(6357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_7_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_7_24px.svg'),(6358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_8_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_8_24px.svg'),(6359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_9_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_9_24px.svg'),(6360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_9_plus_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_9_plus_24px.svg'),(6361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_b_and_w_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_b_and_w_24px.svg'),(6362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_center_focus_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_center_focus_24px.svg'),(6363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_drama_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_drama_24px.svg'),(6364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_frames_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_frames_24px.svg'),(6365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_hdr_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_hdr_24px.svg'),(6366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_none_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_none_24px.svg'),(6367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_tilt_shift_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_tilt_shift_24px.svg'),(6368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_filter_vintage_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_filter_vintage_24px.svg'),(6369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_flare_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_flare_24px.svg'),(6370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_flash_auto_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_flash_auto_24px.svg'),(6371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_flash_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_flash_off_24px.svg'),(6372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_flash_on_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_flash_on_24px.svg'),(6373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_flip_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_flip_24px.svg'),(6374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_gradient_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_gradient_24px.svg'),(6375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_grain_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_grain_24px.svg'),(6376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_grid_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_grid_off_24px.svg'),(6377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_grid_on_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_grid_on_24px.svg'),(6378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_off_24px.svg'),(6379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_on_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_on_24px.svg'),(6380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_strong_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_strong_24px.svg'),(6381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_weak_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_hdr_weak_24px.svg'),(6382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_healing_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_healing_24px.svg'),(6383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_image_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_image_24px.svg'),(6384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_image_aspect_ratio_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_image_aspect_ratio_24px.svg'),(6385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_iso_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_iso_24px.svg'),(6386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_landscape_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_landscape_24px.svg'),(6387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_leak_add_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_leak_add_24px.svg'),(6388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_leak_remove_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_leak_remove_24px.svg'),(6389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_lens_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_lens_24px.svg'),(6390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_linked_camera_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_linked_camera_24px.svg'),(6391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_24px.svg'),(6392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_3_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_3_24px.svg'),(6393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_4_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_4_24px.svg'),(6394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_5_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_5_24px.svg'),(6395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_6_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_6_24px.svg'),(6396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_one_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_one_24px.svg'),(6397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_looks_two_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_looks_two_24px.svg'),(6398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_loupe_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_loupe_24px.svg'),(6399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_monochrome_photos_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_monochrome_photos_24px.svg'),(6400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_movie_creation_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_movie_creation_24px.svg'),(6401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_movie_filter_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_movie_filter_24px.svg'),(6402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_music_note_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_music_note_24px.svg'),(6403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_nature_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_nature_24px.svg'),(6404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_nature_people_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_nature_people_24px.svg'),(6405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_navigate_before_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_navigate_before_24px.svg'),(6406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_navigate_next_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_navigate_next_24px.svg'),(6407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_palette_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_palette_24px.svg'),(6408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_24px.svg'),(6409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_fish_eye_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_fish_eye_24px.svg'),(6410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_horizontal_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_horizontal_24px.svg'),(6411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_vertical_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_vertical_24px.svg'),(6412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_wide_angle_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_panorama_wide_angle_24px.svg'),(6413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_24px.svg'),(6414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_album_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_album_24px.svg'),(6415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_camera_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_camera_24px.svg'),(6416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_filter_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_filter_24px.svg'),(6417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_library_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_library_24px.svg'),(6418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_size_select_actual_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_size_select_actual_24px.svg'),(6419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_size_select_large_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_size_select_large_24px.svg'),(6420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_photo_size_select_small_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_photo_size_select_small_24px.svg'),(6421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_picture_as_pdf_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_picture_as_pdf_24px.svg'),(6422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_portrait_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_portrait_24px.svg'),(6423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_remove_red_eye_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_remove_red_eye_24px.svg'),(6424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg'),(6425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_rotate_left_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_rotate_left_24px.svg'),(6426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_rotate_right_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_rotate_right_24px.svg'),(6427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_slideshow_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_slideshow_24px.svg'),(6428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_straighten_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_straighten_24px.svg'),(6429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_style_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_style_24px.svg'),(6430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_switch_camera_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_switch_camera_24px.svg'),(6431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_switch_video_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_switch_video_24px.svg'),(6432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_tag_faces_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_tag_faces_24px.svg'),(6433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_texture_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_texture_24px.svg'),(6434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_timelapse_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_timelapse_24px.svg'),(6435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_timer_10_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_timer_10_24px.svg'),(6436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_timer_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_timer_24px.svg'),(6437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_timer_3_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_timer_3_24px.svg'),(6438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_timer_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_timer_off_24px.svg'),(6439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_tonality_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_tonality_24px.svg'),(6440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_transform_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_transform_24px.svg'),(6441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_tune_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_tune_24px.svg'),(6442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_view_comfy_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_view_comfy_24px.svg'),(6443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_view_compact_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_view_compact_24px.svg'),(6444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_vignette_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_vignette_24px.svg'),(6445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_wb_auto_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_wb_auto_24px.svg'),(6446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_wb_cloudy_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_wb_cloudy_24px.svg'),(6447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_wb_incandescent_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_wb_incandescent_24px.svg'),(6448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_wb_iridescent_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_wb_iridescent_24px.svg'),(6449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/image/ic_wb_sunny_24px.svg','wp-content/plugins/revslider/public/assets/svg/image/ic_wb_sunny_24px.svg'),(6450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/index.php','wp-content/plugins/revslider/public/assets/svg/index.php'),(6451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_add_location_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_add_location_24px.svg'),(6452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_beenhere_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_beenhere_24px.svg'),(6453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_24px.svg'),(6454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_bike_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_bike_24px.svg'),(6455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_boat_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_boat_24px.svg'),(6456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_bus_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_bus_24px.svg'),(6457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_car_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_car_24px.svg'),(6458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_railway_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_railway_24px.svg'),(6459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_run_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_run_24px.svg'),(6460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_subway_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_subway_24px.svg'),(6461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_transit_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_transit_24px.svg'),(6462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_walk_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_directions_walk_24px.svg'),(6463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_edit_location_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_edit_location_24px.svg'),(6464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_flight_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_flight_24px.svg'),(6465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_hotel_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_hotel_24px.svg'),(6466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_layers_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_layers_24px.svg'),(6467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_layers_clear_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_layers_clear_24px.svg'),(6468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_activity_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_activity_24px.svg'),(6469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_airport_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_airport_24px.svg'),(6470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_atm_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_atm_24px.svg'),(6471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_bar_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_bar_24px.svg'),(6472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_cafe_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_cafe_24px.svg'),(6473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_car_wash_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_car_wash_24px.svg'),(6474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_convenience_store_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_convenience_store_24px.svg'),(6475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_dining_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_dining_24px.svg'),(6476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_drink_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_drink_24px.svg'),(6477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_florist_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_florist_24px.svg'),(6478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_gas_station_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_gas_station_24px.svg'),(6479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_grocery_store_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_grocery_store_24px.svg'),(6480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_hospital_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_hospital_24px.svg'),(6481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_hotel_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_hotel_24px.svg'),(6482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_laundry_service_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_laundry_service_24px.svg'),(6483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_library_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_library_24px.svg'),(6484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_mall_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_mall_24px.svg'),(6485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_movies_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_movies_24px.svg'),(6486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_offer_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_offer_24px.svg'),(6487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_parking_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_parking_24px.svg'),(6488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_pharmacy_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_pharmacy_24px.svg'),(6489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_phone_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_phone_24px.svg'),(6490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_pizza_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_pizza_24px.svg'),(6491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_play_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_play_24px.svg'),(6492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_post_office_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_post_office_24px.svg'),(6493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_printshop_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_printshop_24px.svg'),(6494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_see_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_see_24px.svg'),(6495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_shipping_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_shipping_24px.svg'),(6496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_local_taxi_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_local_taxi_24px.svg'),(6497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_map_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_map_24px.svg'),(6498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_my_location_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_my_location_24px.svg'),(6499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_navigation_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_navigation_24px.svg'),(6500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_near_me_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_near_me_24px.svg'),(6501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_person_pin_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_person_pin_24px.svg'),(6502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_person_pin_circle_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_person_pin_circle_24px.svg'),(6503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_pin_drop_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_pin_drop_24px.svg'),(6504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_place_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_place_24px.svg'),(6505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_rate_review_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_rate_review_24px.svg'),(6506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_restaurant_menu_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_restaurant_menu_24px.svg'),(6507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_satellite_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_satellite_24px.svg'),(6508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_store_mall_directory_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_store_mall_directory_24px.svg'),(6509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_terrain_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_terrain_24px.svg'),(6510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_traffic_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_traffic_24px.svg'),(6511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/maps/ic_zoom_out_map_24px.svg','wp-content/plugins/revslider/public/assets/svg/maps/ic_zoom_out_map_24px.svg'),(6512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_apps_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_apps_24px.svg'),(6513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_apps_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_apps_36px.svg'),(6514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_back_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_back_24px.svg'),(6515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_back_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_back_36px.svg'),(6516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_downward_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_downward_24px.svg'),(6517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_down_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_down_24px.svg'),(6518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_down_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_down_36px.svg'),(6519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg'),(6520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_up_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_up_24px.svg'),(6521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_up_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_drop_up_36px.svg'),(6522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_forward_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_forward_24px.svg'),(6523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_forward_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_forward_36px.svg'),(6524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_upward_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_arrow_upward_24px.svg'),(6525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_cancel_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_cancel_24px.svg'),(6526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_cancel_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_cancel_36px.svg'),(6527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_check_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_check_24px.svg'),(6528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_check_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_check_36px.svg'),(6529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_left_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_left_24px.svg'),(6530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_left_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_left_36px.svg'),(6531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_right_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_right_24px.svg'),(6532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_right_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_chevron_right_36px.svg'),(6533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_close_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_close_24px.svg'),(6534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_close_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_close_36px.svg'),(6535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_less_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_less_24px.svg'),(6536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_less_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_less_36px.svg'),(6537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_more_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_more_24px.svg'),(6538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_more_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_expand_more_36px.svg'),(6539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_24px.svg'),(6540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_36px.svg'),(6541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_exit_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_exit_24px.svg'),(6542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_exit_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_fullscreen_exit_36px.svg'),(6543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_menu_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_menu_24px.svg'),(6544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_menu_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_menu_36px.svg'),(6545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_horiz_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_horiz_24px.svg'),(6546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_horiz_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_horiz_36px.svg'),(6547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_vert_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_vert_24px.svg'),(6548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_vert_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_more_vert_36px.svg'),(6549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_refresh_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_refresh_24px.svg'),(6550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_refresh_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_refresh_36px.svg'),(6551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg'),(6552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg'),(6553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_less_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_less_24px.svg'),(6554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_less_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_less_36px.svg'),(6555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_more_24px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_more_24px.svg'),(6556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_more_36px.svg','wp-content/plugins/revslider/public/assets/svg/navigation/ic_unfold_more_36px.svg'),(6557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_adb_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_adb_24px.svg'),(6558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_flat_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_flat_24px.svg'),(6559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg'),(6560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg'),(6561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg'),(6562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg'),(6563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg'),(6564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg'),(6565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg'),(6566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_bluetooth_audio_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_bluetooth_audio_24px.svg'),(6567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_confirmation_number_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_confirmation_number_24px.svg'),(6568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_disc_full_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_disc_full_24px.svg'),(6569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_do_not_disturb_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_do_not_disturb_24px.svg'),(6570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_do_not_disturb_alt_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_do_not_disturb_alt_24px.svg'),(6571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_drive_eta_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_drive_eta_24px.svg'),(6572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_enhanced_encryption_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_enhanced_encryption_24px.svg'),(6573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_event_available_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_event_available_24px.svg'),(6574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_event_busy_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_event_busy_24px.svg'),(6575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_event_note_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_event_note_24px.svg'),(6576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_folder_special_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_folder_special_24px.svg'),(6577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_live_tv_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_live_tv_24px.svg'),(6578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_mms_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_mms_24px.svg'),(6579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_more_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_more_24px.svg'),(6580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_network_check_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_network_check_24px.svg'),(6581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_network_locked_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_network_locked_24px.svg'),(6582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_no_encryption_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_no_encryption_24px.svg'),(6583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_ondemand_video_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_ondemand_video_24px.svg'),(6584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_personal_video_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_personal_video_24px.svg'),(6585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg'),(6586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_forwarded_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_forwarded_24px.svg'),(6587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_in_talk_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_in_talk_24px.svg'),(6588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_locked_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_locked_24px.svg'),(6589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_missed_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_missed_24px.svg'),(6590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_paused_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_phone_paused_24px.svg'),(6591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_power_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_power_24px.svg'),(6592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_rv_hookup_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_rv_hookup_24px.svg'),(6593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sd_card_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_sd_card_24px.svg'),(6594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sim_card_alert_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_sim_card_alert_24px.svg'),(6595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sms_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_sms_24px.svg'),(6596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sms_failed_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_sms_failed_24px.svg'),(6597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sync_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_sync_24px.svg'),(6598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sync_disabled_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_sync_disabled_24px.svg'),(6599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_sync_problem_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_sync_problem_24px.svg'),(6600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_system_update_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_system_update_24px.svg'),(6601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_tap_and_play_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_tap_and_play_24px.svg'),(6602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_time_to_leave_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_time_to_leave_24px.svg'),(6603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_vibration_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_vibration_24px.svg'),(6604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_voice_chat_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_voice_chat_24px.svg'),(6605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_vpn_lock_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_vpn_lock_24px.svg'),(6606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_wc_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_wc_24px.svg'),(6607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/notification/ic_wifi_24px.svg','wp-content/plugins/revslider/public/assets/svg/notification/ic_wifi_24px.svg'),(6608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_ac_unit_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_ac_unit_24px.svg'),(6609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_airport_shuttle_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_airport_shuttle_24px.svg'),(6610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_all_inclusive_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_all_inclusive_24px.svg'),(6611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_beach_access_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_beach_access_24px.svg'),(6612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_business_center_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_business_center_24px.svg'),(6613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_casino_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_casino_24px.svg'),(6614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_child_care_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_child_care_24px.svg'),(6615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_child_friendly_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_child_friendly_24px.svg'),(6616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_fitness_center_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_fitness_center_24px.svg'),(6617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_free_breakfast_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_free_breakfast_24px.svg'),(6618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_golf_course_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_golf_course_24px.svg'),(6619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_hot_tub_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_hot_tub_24px.svg'),(6620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_kitchen_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_kitchen_24px.svg'),(6621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_pool_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_pool_24px.svg'),(6622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_room_service_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_room_service_24px.svg'),(6623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_smoke_free_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_smoke_free_24px.svg'),(6624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_smoking_rooms_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_smoking_rooms_24px.svg'),(6625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/places/ic_spa_24px.svg','wp-content/plugins/revslider/public/assets/svg/places/ic_spa_24px.svg'),(6626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_cake_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_cake_24px.svg'),(6627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_domain_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_domain_24px.svg'),(6628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_group_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_group_24px.svg'),(6629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_group_add_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_group_add_24px.svg'),(6630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_location_city_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_location_city_24px.svg'),(6631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_mood_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_mood_24px.svg'),(6632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_mood_bad_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_mood_bad_24px.svg'),(6633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_24px.svg'),(6634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_active_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_active_24px.svg'),(6635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_none_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_none_24px.svg'),(6636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_off_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_off_24px.svg'),(6637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_paused_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_notifications_paused_24px.svg'),(6638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_pages_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_pages_24px.svg'),(6639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_party_mode_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_party_mode_24px.svg'),(6640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_people_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_people_24px.svg'),(6641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_people_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_people_outline_24px.svg'),(6642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_person_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_person_24px.svg'),(6643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_person_add_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_person_add_24px.svg'),(6644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_person_outline_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_person_outline_24px.svg'),(6645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_plus_one_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_plus_one_24px.svg'),(6646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_poll_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_poll_24px.svg'),(6647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_public_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_public_24px.svg'),(6648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_school_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_school_24px.svg'),(6649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_share_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_share_24px.svg'),(6650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/social/ic_whatshot_24px.svg','wp-content/plugins/revslider/public/assets/svg/social/ic_whatshot_24px.svg'),(6651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_check_box_24px.svg','wp-content/plugins/revslider/public/assets/svg/toggle/ic_check_box_24px.svg'),(6652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_check_box_outline_blank_24px.svg','wp-content/plugins/revslider/public/assets/svg/toggle/ic_check_box_outline_blank_24px.svg'),(6653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_indeterminate_check_box_24px.svg','wp-content/plugins/revslider/public/assets/svg/toggle/ic_indeterminate_check_box_24px.svg'),(6654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_radio_button_checked_24px.svg','wp-content/plugins/revslider/public/assets/svg/toggle/ic_radio_button_checked_24px.svg'),(6655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_radio_button_unchecked_24px.svg','wp-content/plugins/revslider/public/assets/svg/toggle/ic_radio_button_unchecked_24px.svg'),(6656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_star_24px.svg','wp-content/plugins/revslider/public/assets/svg/toggle/ic_star_24px.svg'),(6657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_star_border_24px.svg','wp-content/plugins/revslider/public/assets/svg/toggle/ic_star_border_24px.svg'),(6658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/assets/svg/toggle/ic_star_half_24px.svg','wp-content/plugins/revslider/public/assets/svg/toggle/ic_star_half_24px.svg'),(6659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/font-awesome/css/index.php','wp-content/plugins/revslider/public/css/fonts/font-awesome/css/index.php'),(6660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/font-awesome/fonts/fontawesome-webfont.svg','wp-content/plugins/revslider/public/css/fonts/font-awesome/fonts/fontawesome-webfont.svg'),(6661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/font-awesome/fonts/index.php','wp-content/plugins/revslider/public/css/fonts/font-awesome/fonts/index.php'),(6662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/font-awesome/index.php','wp-content/plugins/revslider/public/css/fonts/font-awesome/index.php'),(6663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/index.php','wp-content/plugins/revslider/public/css/fonts/index.php'),(6664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/material/MaterialIcons-Regular.svg','wp-content/plugins/revslider/public/css/fonts/material/MaterialIcons-Regular.svg'),(6665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/material/index.php','wp-content/plugins/revslider/public/css/fonts/material/index.php'),(6666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/css/index.php','wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/css/index.php'),(6667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg','wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg'),(6668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/fonts/index.php','wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/fonts/index.php'),(6669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/index.php','wp-content/plugins/revslider/public/css/fonts/pe-icon-7-stroke/index.php'),(6670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/revicons/css/index.php','wp-content/plugins/revslider/public/css/fonts/revicons/css/index.php'),(6671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/revicons/fonts/index.php','wp-content/plugins/revslider/public/css/fonts/revicons/fonts/index.php'),(6672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/revicons/fonts/revicons.svg','wp-content/plugins/revslider/public/css/fonts/revicons/fonts/revicons.svg'),(6673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/css/fonts/revicons/index.php','wp-content/plugins/revslider/public/css/fonts/revicons/index.php'),(6674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/defaults.js','wp-content/plugins/revslider/public/js/defaults.js'),(6675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/libs/tptools.js','wp-content/plugins/revslider/public/js/libs/tptools.js'),(6676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/libs/webgl.js','wp-content/plugins/revslider/public/js/libs/webgl.js'),(6677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/migration.js','wp-content/plugins/revslider/public/js/migration.js'),(6678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/page.js','wp-content/plugins/revslider/public/js/page.js'),(6679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/save.js','wp-content/plugins/revslider/public/js/save.js'),(6680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/js/sr7.js','wp-content/plugins/revslider/public/js/sr7.js'),(6681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/revslider-front-global.class.php','wp-content/plugins/revslider/public/revslider-front-global.class.php'),(6682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/revslider-front.class.php','wp-content/plugins/revslider/public/revslider-front.class.php'),(6683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/public/views/revslider-page-template.php','wp-content/plugins/revslider/public/views/revslider-page-template.php'),(6684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/release_log.html','wp-content/plugins/revslider/release_log.html'),(6685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/revslider.php','wp-content/plugins/revslider/revslider.php'),(6686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/assets/index.php','wp-content/plugins/revslider/sr6/assets/assets/index.php'),(6687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/css/index.php','wp-content/plugins/revslider/sr6/assets/css/index.php'),(6688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/css/index.php','wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/css/index.php'),(6689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg','wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg'),(6690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/index.php','wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/index.php'),(6691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/index.php','wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/index.php'),(6692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/index.php','wp-content/plugins/revslider/sr6/assets/fonts/index.php'),(6693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/material/MaterialIcons-Regular.svg','wp-content/plugins/revslider/sr6/assets/fonts/material/MaterialIcons-Regular.svg'),(6694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/material/index.php','wp-content/plugins/revslider/sr6/assets/fonts/material/index.php'),(6695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/css/index.php','wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/css/index.php'),(6696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg','wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg'),(6697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/fonts/index.php','wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/fonts/index.php'),(6698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/index.php','wp-content/plugins/revslider/sr6/assets/fonts/pe-icon-7-stroke/index.php'),(6699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/revicons/index.php','wp-content/plugins/revslider/sr6/assets/fonts/revicons/index.php'),(6700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.svg','wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.svg'),(6701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/index.php','wp-content/plugins/revslider/sr6/assets/index.php'),(6702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/js/index.php','wp-content/plugins/revslider/sr6/assets/js/index.php'),(6703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/js/libs/three.min.js','wp-content/plugins/revslider/sr6/assets/js/libs/three.min.js'),(6704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/js/rbtools.min.js','wp-content/plugins/revslider/sr6/assets/js/rbtools.min.js'),(6705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/assets/js/rs6.min.js','wp-content/plugins/revslider/sr6/assets/js/rs6.min.js'),(6706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/includes/index.php','wp-content/plugins/revslider/sr6/includes/index.php'),(6707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/index.php','wp-content/plugins/revslider/sr6/index.php'),(6708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/revslider-front.class.php','wp-content/plugins/revslider/sr6/revslider-front.class.php'),(6709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/sr6/views/index.php','wp-content/plugins/revslider/sr6/views/index.php'),(6710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/uninstall.php','wp-content/plugins/revslider/uninstall.php'),(6711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/revslider/welcome.html','wp-content/plugins/revslider/welcome.html'),(6712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/admin.php','wp-content/plugins/updraftplus/admin.php'),(6713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/backup.php','wp-content/plugins/updraftplus/backup.php'),(6714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/bootstrap.php','wp-content/plugins/updraftplus/central/bootstrap.php'),(6715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php','wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php'),(6716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php','wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php'),(6717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/classes/class-updraftcentral-wp-upgrader.php','wp-content/plugins/updraftplus/central/classes/class-updraftcentral-wp-upgrader.php'),(6718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/commands.php','wp-content/plugins/updraftplus/central/commands.php'),(6719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/css/central-1-24-4.min.css','wp-content/plugins/updraftplus/central/css/central-1-24-4.min.css'),(6720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/css/central-1-24-4.min.css.map','wp-content/plugins/updraftplus/central/css/central-1-24-4.min.css.map'),(6721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/css/central.css','wp-content/plugins/updraftplus/central/css/central.css'),(6722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/factory.php','wp-content/plugins/updraftplus/central/factory.php'),(6723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/host.php','wp-content/plugins/updraftplus/central/host.php'),(6724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/images/ud-logo.png','wp-content/plugins/updraftplus/central/images/ud-logo.png'),(6725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/images/udlogo-rotating.gif','wp-content/plugins/updraftplus/central/images/udlogo-rotating.gif'),(6726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/js/central-1-24-4.min.js','wp-content/plugins/updraftplus/central/js/central-1-24-4.min.js'),(6727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/js/central.js','wp-content/plugins/updraftplus/central/js/central.js'),(6728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/listener.php','wp-content/plugins/updraftplus/central/listener.php'),(6729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/analytics.php','wp-content/plugins/updraftplus/central/modules/analytics.php'),(6730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/comments.php','wp-content/plugins/updraftplus/central/modules/comments.php'),(6731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/core.php','wp-content/plugins/updraftplus/central/modules/core.php'),(6732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/media.php','wp-content/plugins/updraftplus/central/modules/media.php'),(6733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/pages.php','wp-content/plugins/updraftplus/central/modules/pages.php'),(6734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/plugin.php','wp-content/plugins/updraftplus/central/modules/plugin.php'),(6735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/posts.php','wp-content/plugins/updraftplus/central/modules/posts.php'),(6736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/theme.php','wp-content/plugins/updraftplus/central/modules/theme.php'),(6737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/updates.php','wp-content/plugins/updraftplus/central/modules/updates.php'),(6738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/modules/users.php','wp-content/plugins/updraftplus/central/modules/users.php'),(6739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/translations-central.php','wp-content/plugins/updraftplus/central/translations-central.php'),(6740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/updraftplus.php','wp-content/plugins/updraftplus/central/updraftplus.php'),(6741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/central/wp-optimize.php','wp-content/plugins/updraftplus/central/wp-optimize.php'),(6742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/changelog-old.txt','wp-content/plugins/updraftplus/changelog-old.txt'),(6743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/class-updraftplus.php','wp-content/plugins/updraftplus/class-updraftplus.php'),(6744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css'),(6745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css'),(6746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css'),(6747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css'),(6748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css'),(6749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css'),(6750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css'),(6751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css'),(6752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css'),(6753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css'),(6754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css'),(6755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css'),(6756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css'),(6757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css'),(6758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-admin-1-24-4.min.css','wp-content/plugins/updraftplus/css/updraftplus-admin-1-24-4.min.css'),(6759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-admin-1-24-4.min.css.map','wp-content/plugins/updraftplus/css/updraftplus-admin-1-24-4.min.css.map'),(6760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-admin.css','wp-content/plugins/updraftplus/css/updraftplus-admin.css'),(6761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-notices-1-24-4.min.css','wp-content/plugins/updraftplus/css/updraftplus-notices-1-24-4.min.css'),(6762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-notices-1-24-4.min.css.map','wp-content/plugins/updraftplus/css/updraftplus-notices-1-24-4.min.css.map'),(6763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-notices.css','wp-content/plugins/updraftplus/css/updraftplus-notices.css'),(6764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-tour-1-24-4.min.css','wp-content/plugins/updraftplus/css/updraftplus-tour-1-24-4.min.css'),(6765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-tour-1-24-4.min.css.map','wp-content/plugins/updraftplus/css/updraftplus-tour-1-24-4.min.css.map'),(6766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-tour.css','wp-content/plugins/updraftplus/css/updraftplus-tour.css'),(6767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/css/updraftplus-tour.scss','wp-content/plugins/updraftplus/css/updraftplus-tour.scss'),(6768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/example-decrypt.php','wp-content/plugins/updraftplus/example-decrypt.php'),(6769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/all.png','wp-content/plugins/updraftplus/images/addons-images/all.png'),(6770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/anonymisation.png','wp-content/plugins/updraftplus/images/addons-images/anonymisation.png'),(6771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/autobackup.png','wp-content/plugins/updraftplus/images/addons-images/autobackup.png'),(6772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/azure.png','wp-content/plugins/updraftplus/images/addons-images/azure.png'),(6773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/backblaze.png','wp-content/plugins/updraftplus/images/addons-images/backblaze.png'),(6774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png','wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png'),(6775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png','wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png'),(6776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/fixtime.png','wp-content/plugins/updraftplus/images/addons-images/fixtime.png'),(6777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png','wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png'),(6778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/googlecloud.png','wp-content/plugins/updraftplus/images/addons-images/googlecloud.png'),(6779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/importer.png','wp-content/plugins/updraftplus/images/addons-images/importer.png'),(6780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/incremental.png','wp-content/plugins/updraftplus/images/addons-images/incremental.png'),(6781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/lockadmin.png','wp-content/plugins/updraftplus/images/addons-images/lockadmin.png'),(6782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/migrator.png','wp-content/plugins/updraftplus/images/addons-images/migrator.png'),(6783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/moredatabase.png','wp-content/plugins/updraftplus/images/addons-images/moredatabase.png'),(6784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/morefiles.png','wp-content/plugins/updraftplus/images/addons-images/morefiles.png'),(6785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/morestorage.png','wp-content/plugins/updraftplus/images/addons-images/morestorage.png'),(6786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/multisite.png','wp-content/plugins/updraftplus/images/addons-images/multisite.png'),(6787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/noadverts.png','wp-content/plugins/updraftplus/images/addons-images/noadverts.png'),(6788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/onedrive.png','wp-content/plugins/updraftplus/images/addons-images/onedrive.png'),(6789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/pcloud.png','wp-content/plugins/updraftplus/images/addons-images/pcloud.png'),(6790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/reporting.png','wp-content/plugins/updraftplus/images/addons-images/reporting.png'),(6791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png','wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png'),(6792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/sftp.png','wp-content/plugins/updraftplus/images/addons-images/sftp.png'),(6793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/webdav.png','wp-content/plugins/updraftplus/images/addons-images/webdav.png'),(6794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/addons-images/wp-cli.png','wp-content/plugins/updraftplus/images/addons-images/wp-cli.png'),(6795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/automaticbackup.png','wp-content/plugins/updraftplus/images/automaticbackup.png'),(6796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/aws_logo.png','wp-content/plugins/updraftplus/images/aws_logo.png'),(6797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/azure.png','wp-content/plugins/updraftplus/images/azure.png'),(6798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/backblaze.png','wp-content/plugins/updraftplus/images/backblaze.png'),(6799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/dashicon.png','wp-content/plugins/updraftplus/images/dashicon.png'),(6800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/default-avatar.jpg','wp-content/plugins/updraftplus/images/default-avatar.jpg'),(6801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png','wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png'),(6802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/dropbox-logo.png','wp-content/plugins/updraftplus/images/dropbox-logo.png'),(6803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/googlecloud.png','wp-content/plugins/updraftplus/images/googlecloud.png'),(6804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/googledrive_logo.png','wp-content/plugins/updraftplus/images/googledrive_logo.png'),(6805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/azure.png','wp-content/plugins/updraftplus/images/icons/azure.png'),(6806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/backblaze.png','wp-content/plugins/updraftplus/images/icons/backblaze.png'),(6807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/cloudfiles.png','wp-content/plugins/updraftplus/images/icons/cloudfiles.png'),(6808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/dreamobjects.png','wp-content/plugins/updraftplus/images/icons/dreamobjects.png'),(6809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/dropbox.png','wp-content/plugins/updraftplus/images/icons/dropbox.png'),(6810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/email.png','wp-content/plugins/updraftplus/images/icons/email.png'),(6811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/folder.png','wp-content/plugins/updraftplus/images/icons/folder.png'),(6812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/googlecloud.png','wp-content/plugins/updraftplus/images/icons/googlecloud.png'),(6813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/googledrive.png','wp-content/plugins/updraftplus/images/icons/googledrive.png'),(6814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/lock.png','wp-content/plugins/updraftplus/images/icons/lock.png'),(6815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/onedrive.png','wp-content/plugins/updraftplus/images/icons/onedrive.png'),(6816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/openstack.png','wp-content/plugins/updraftplus/images/icons/openstack.png'),(6817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/pcloud.png','wp-content/plugins/updraftplus/images/icons/pcloud.png'),(6818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/s3.png','wp-content/plugins/updraftplus/images/icons/s3.png'),(6819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/updraftvault.png','wp-content/plugins/updraftplus/images/icons/updraftvault.png'),(6820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/icons/webdav.png','wp-content/plugins/updraftplus/images/icons/webdav.png'),(6821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/black_friday.png','wp-content/plugins/updraftplus/images/notices/black_friday.png'),(6822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/black_friday_sale_24.png','wp-content/plugins/updraftplus/images/notices/black_friday_sale_24.png'),(6823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/collection_sale_24.png','wp-content/plugins/updraftplus/images/notices/collection_sale_24.png'),(6824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/keyy_logo.png','wp-content/plugins/updraftplus/images/notices/keyy_logo.png'),(6825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/locksettings.png','wp-content/plugins/updraftplus/images/notices/locksettings.png'),(6826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/new_year.png','wp-content/plugins/updraftplus/images/notices/new_year.png'),(6827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/new_year_sale_24.png','wp-content/plugins/updraftplus/images/notices/new_year_sale_24.png'),(6828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/reporting.png','wp-content/plugins/updraftplus/images/notices/reporting.png'),(6829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/sale_20_24.png','wp-content/plugins/updraftplus/images/notices/sale_20_24.png'),(6830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/spring.png','wp-content/plugins/updraftplus/images/notices/spring.png'),(6831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/spring_sale_24.png','wp-content/plugins/updraftplus/images/notices/spring_sale_24.png'),(6832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/subscriben.png','wp-content/plugins/updraftplus/images/notices/subscriben.png'),(6833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/summer.png','wp-content/plugins/updraftplus/images/notices/summer.png'),(6834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/summer_sale_24.png','wp-content/plugins/updraftplus/images/notices/summer_sale_24.png'),(6835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/support.png','wp-content/plugins/updraftplus/images/notices/support.png'),(6836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/ud_smile.png','wp-content/plugins/updraftplus/images/notices/ud_smile.png'),(6837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/updraft_logo.png','wp-content/plugins/updraftplus/images/notices/updraft_logo.png'),(6838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png','wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png'),(6839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/onedrive.png','wp-content/plugins/updraftplus/images/onedrive.png'),(6840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/other-plugins/aios.png','wp-content/plugins/updraftplus/images/other-plugins/aios.png'),(6841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/other-plugins/easy-updates-manager-logo.png','wp-content/plugins/updraftplus/images/other-plugins/easy-updates-manager-logo.png'),(6842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/other-plugins/keyy.png','wp-content/plugins/updraftplus/images/other-plugins/keyy.png'),(6843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png','wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png'),(6844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png','wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png'),(6845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png','wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png'),(6846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/padlock-150.png','wp-content/plugins/updraftplus/images/padlock-150.png'),(6847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/pcloud-logo.png','wp-content/plugins/updraftplus/images/pcloud-logo.png'),(6848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/rackspacecloud-logo.png','wp-content/plugins/updraftplus/images/rackspacecloud-logo.png'),(6849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/ud-logo-150.png','wp-content/plugins/updraftplus/images/ud-logo-150.png'),(6850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/ud-logo.png','wp-content/plugins/updraftplus/images/ud-logo.png'),(6851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/udlogo-rotating.gif','wp-content/plugins/updraftplus/images/udlogo-rotating.gif'),(6852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/udp-logo-white.png','wp-content/plugins/updraftplus/images/udp-logo-white.png'),(6853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraft_central_logo.png','wp-content/plugins/updraftplus/images/updraft_central_logo.png'),(6854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraft_cross.png','wp-content/plugins/updraftplus/images/updraft_cross.png'),(6855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraft_freev.png','wp-content/plugins/updraftplus/images/updraft_freev.png'),(6856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraft_premv.png','wp-content/plugins/updraftplus/images/updraft_premv.png'),(6857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraft_tick.png','wp-content/plugins/updraftplus/images/updraft_tick.png'),(6858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraft_vault_logo.png','wp-content/plugins/updraftplus/images/updraft_vault_logo.png'),(6859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraftcentral_cloud.png','wp-content/plugins/updraftplus/images/updraftcentral_cloud.png'),(6860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraftclone_logo_white.png','wp-content/plugins/updraftplus/images/updraftclone_logo_white.png'),(6861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/updraftvault-150.png','wp-content/plugins/updraftplus/images/updraftvault-150.png'),(6862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg','wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg'),(6863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/API.php','wp-content/plugins/updraftplus/includes/Dropbox2/API.php'),(6864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php','wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php'),(6865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php'),(6866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php'),(6867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php'),(6868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php'),(6869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php'),(6870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php'),(6871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php','wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php'),(6872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php','wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php'),(6873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php'),(6874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php','wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php'),(6875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php','wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php'),(6876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php','wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php'),(6877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php','wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php'),(6878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php','wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php'),(6879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php','wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php'),(6880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php','wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php'),(6881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php','wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php'),(6882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Cache/File.php','wp-content/plugins/updraftplus/includes/Google/Cache/File.php'),(6883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php','wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php'),(6884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Cache/Null.php','wp-content/plugins/updraftplus/includes/Google/Cache/Null.php'),(6885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Client.php','wp-content/plugins/updraftplus/includes/Google/Client.php'),(6886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Collection.php','wp-content/plugins/updraftplus/includes/Google/Collection.php'),(6887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Config.php','wp-content/plugins/updraftplus/includes/Google/Config.php'),(6888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Exception.php','wp-content/plugins/updraftplus/includes/Google/Exception.php'),(6889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Http/Batch.php','wp-content/plugins/updraftplus/includes/Google/Http/Batch.php'),(6890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php','wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php'),(6891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php','wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php'),(6892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Http/REST.php','wp-content/plugins/updraftplus/includes/Google/Http/REST.php'),(6893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Http/Request.php','wp-content/plugins/updraftplus/includes/Google/Http/Request.php'),(6894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php','wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php'),(6895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/IO/Curl.php','wp-content/plugins/updraftplus/includes/Google/IO/Curl.php'),(6896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/IO/Exception.php','wp-content/plugins/updraftplus/includes/Google/IO/Exception.php'),(6897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/IO/Stream.php','wp-content/plugins/updraftplus/includes/Google/IO/Stream.php'),(6898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem','wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem'),(6899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php','wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php'),(6900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php','wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php'),(6901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Logger/File.php','wp-content/plugins/updraftplus/includes/Google/Logger/File.php'),(6902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Logger/Null.php','wp-content/plugins/updraftplus/includes/Google/Logger/Null.php'),(6903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php','wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php'),(6904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Model.php','wp-content/plugins/updraftplus/includes/Google/Model.php'),(6905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php'),(6906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','wp-content/plugins/updraftplus/includes/Google/Service/Dns.php'),(6907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','wp-content/plugins/updraftplus/includes/Google/Service/Drive.php'),(6908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Exception.php','wp-content/plugins/updraftplus/includes/Google/Service/Exception.php'),(6909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Logging.php','wp-content/plugins/updraftplus/includes/Google/Service/Logging.php'),(6910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php'),(6911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Resource.php','wp-content/plugins/updraftplus/includes/Google/Service/Resource.php'),(6912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','wp-content/plugins/updraftplus/includes/Google/Service/Storage.php'),(6913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Service.php','wp-content/plugins/updraftplus/includes/Google/Service.php'),(6914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php','wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php'),(6915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Signer/P12.php','wp-content/plugins/updraftplus/includes/Google/Signer/P12.php'),(6916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Task/Exception.php','wp-content/plugins/updraftplus/includes/Google/Task/Exception.php'),(6917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php','wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php'),(6918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Task/Runner.php','wp-content/plugins/updraftplus/includes/Google/Task/Runner.php'),(6919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php','wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php'),(6920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Utils.php','wp-content/plugins/updraftplus/includes/Google/Utils.php'),(6921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php','wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php'),(6922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php','wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php'),(6923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/Google/autoload.php','wp-content/plugins/updraftplus/includes/Google/autoload.php'),(6924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/S3.php','wp-content/plugins/updraftplus/includes/S3.php'),(6925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/S3compat.php','wp-content/plugins/updraftplus/includes/S3compat.php'),(6926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI-1-24-4.min.js','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI-1-24-4.min.js'),(6927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.js','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.js'),(6928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min-1-24-4.min.js','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min-1-24-4.min.js'),(6929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min.js','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min.js'),(6930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/cacert.pem','wp-content/plugins/updraftplus/includes/cacert.pem'),(6931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg'),(6932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-24-4.min.css','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-24-4.min.css'),(6933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-24-4.min.css.map','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-24-4.min.css.map'),(6934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-24-4.min.js','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-24-4.min.js'),(6935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css'),(6936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js'),(6937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php','wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php'),(6938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/products.json','wp-content/plugins/updraftplus/includes/checkout-embed/products.json'),(6939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/checkout-embed/readme.md','wp-content/plugins/updraftplus/includes/checkout-embed/readme.md'),(6940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-backup-history.php','wp-content/plugins/updraftplus/includes/class-backup-history.php'),(6941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-commands.php','wp-content/plugins/updraftplus/includes/class-commands.php'),(6942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-database-utility.php','wp-content/plugins/updraftplus/includes/class-database-utility.php'),(6943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-filesystem-functions.php','wp-content/plugins/updraftplus/includes/class-filesystem-functions.php'),(6944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-http-error-descriptions.php','wp-content/plugins/updraftplus/includes/class-http-error-descriptions.php'),(6945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-job-scheduler.php','wp-content/plugins/updraftplus/includes/class-job-scheduler.php'),(6946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-manipulation-functions.php','wp-content/plugins/updraftplus/includes/class-manipulation-functions.php'),(6947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-partialfileservlet.php','wp-content/plugins/updraftplus/includes/class-partialfileservlet.php'),(6948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-remote-send.php','wp-content/plugins/updraftplus/includes/class-remote-send.php'),(6949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-search-replace.php','wp-content/plugins/updraftplus/includes/class-search-replace.php'),(6950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-semaphore.php','wp-content/plugins/updraftplus/includes/class-semaphore.php'),(6951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php','wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php'),(6952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php','wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php'),(6953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-updraft-semaphore.php','wp-content/plugins/updraftplus/includes/class-updraft-semaphore.php'),(6954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php','wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php'),(6955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php','wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php'),(6956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php','wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php'),(6957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/class-zip.php','wp-content/plugins/updraftplus/includes/class-zip.php'),(6958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php'),(6959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php'),(6960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php'),(6961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/ftp.class.php','wp-content/plugins/updraftplus/includes/ftp.class.php'),(6962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl','wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl'),(6963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/google-extensions.php','wp-content/plugins/updraftplus/includes/google-extensions.php'),(6964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/handlebars/LICENSE','wp-content/plugins/updraftplus/includes/handlebars/LICENSE'),(6965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/handlebars/handlebars.js','wp-content/plugins/updraftplus/includes/handlebars/handlebars.js'),(6966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js','wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js'),(6967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js','wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js'),(6968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js','wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js'),(6969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png','wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png'),(6970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png','wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png'),(6971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png','wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png'),(6972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png'),(6973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png'),(6974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png'),(6975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png','wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png'),(6976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png','wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png'),(6977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png','wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png'),(6978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png','wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png'),(6979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png','wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png'),(6980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png','wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png'),(6981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png','wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png'),(6982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png','wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png'),(6983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-24-4.min.css','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-24-4.min.css'),(6984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-24-4.min.css.map','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-24-4.min.css.map'),(6985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css'),(6986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-24-4.min.css','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-24-4.min.css'),(6987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-24-4.min.css.map','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-24-4.min.css.map'),(6988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1.css','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1.css'),(6989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-24-4.min.js','wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-24-4.min.js'),(6990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js','wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js'),(6991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js'),(6992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js'),(6993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/jstree.js','wp-content/plugins/updraftplus/includes/jstree/jstree.js'),(6994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/jstree.min.js','wp-content/plugins/updraftplus/includes/jstree/jstree.min.js'),(6995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png','wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png'),(6996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png','wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png'),(6997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css','wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css'),(6998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css','wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css'),(6999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif','wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif'),(7000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png'),(7001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png'),(7002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css'),(7003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css'),(7004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif'),(7005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/LICENSE','wp-content/plugins/updraftplus/includes/labelauty/LICENSE'),(7006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png','wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png'),(7007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png','wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png'),(7008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-24-4.min.css','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-24-4.min.css'),(7009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-24-4.min.css.map','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-24-4.min.css.map'),(7010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-24-4.min.js','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-24-4.min.js'),(7011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css'),(7012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js'),(7013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/migrator-lite.php','wp-content/plugins/updraftplus/includes/migrator-lite.php'),(7014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php','wp-content/plugins/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php'),(7015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether/LICENSE','wp-content/plugins/updraftplus/includes/tether/LICENSE'),(7016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether/tether.js','wp-content/plugins/updraftplus/includes/tether/tether.js'),(7017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether/tether.min.js','wp-content/plugins/updraftplus/includes/tether/tether.min.js'),(7018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE','wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE'),(7019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js','wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js'),(7020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js','wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js'),(7021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js','wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js'),(7022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraft-admin-common-1-24-4.min.js','wp-content/plugins/updraftplus/includes/updraft-admin-common-1-24-4.min.js'),(7023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraft-admin-common.js','wp-content/plugins/updraftplus/includes/updraft-admin-common.js'),(7024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php','wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php'),(7025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php','wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php'),(7026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftcentral.php','wp-content/plugins/updraftplus/includes/updraftcentral.php'),(7027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php'),(7028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php'),(7029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php'),(7030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php'),(7031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php'),(7032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftplus-clone.php','wp-content/plugins/updraftplus/includes/updraftplus-clone.php'),(7033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftplus-login.php','wp-content/plugins/updraftplus/includes/updraftplus-login.php'),(7034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftplus-notices.php','wp-content/plugins/updraftplus/includes/updraftplus-notices.php'),(7035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftplus-tour.php','wp-content/plugins/updraftplus/includes/updraftplus-tour.php'),(7036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/includes/updraftvault.php','wp-content/plugins/updraftplus/includes/updraftvault.php'),(7037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/index.html','wp-content/plugins/updraftplus/index.html'),(7038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/js/tour-1-24-4.min.js','wp-content/plugins/updraftplus/js/tour-1-24-4.min.js'),(7039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/js/tour.js','wp-content/plugins/updraftplus/js/tour.js'),(7040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/js/updraft-admin-restore-1-24-4.min.js','wp-content/plugins/updraftplus/js/updraft-admin-restore-1-24-4.min.js'),(7041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/js/updraft-admin-restore.js','wp-content/plugins/updraftplus/js/updraft-admin-restore.js'),(7042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-af.mo','wp-content/plugins/updraftplus/languages/updraftplus-af.mo'),(7043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-af.po','wp-content/plugins/updraftplus/languages/updraftplus-af.po'),(7044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ar.mo','wp-content/plugins/updraftplus/languages/updraftplus-ar.mo'),(7045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ar.po','wp-content/plugins/updraftplus/languages/updraftplus-ar.po'),(7046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo','wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo'),(7047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po','wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po'),(7048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo','wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo'),(7049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po','wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po'),(7050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo','wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo'),(7051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po','wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po'),(7052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ca.mo','wp-content/plugins/updraftplus/languages/updraftplus-ca.mo'),(7053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ca.po','wp-content/plugins/updraftplus/languages/updraftplus-ca.po'),(7054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ckb.mo','wp-content/plugins/updraftplus/languages/updraftplus-ckb.mo'),(7055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ckb.po','wp-content/plugins/updraftplus/languages/updraftplus-ckb.po'),(7056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo','wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo'),(7057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po','wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po'),(7058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo','wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo'),(7059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po','wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po'),(7060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-et.mo','wp-content/plugins/updraftplus/languages/updraftplus-et.mo'),(7061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-et.po','wp-content/plugins/updraftplus/languages/updraftplus-et.po'),(7062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-eu.mo','wp-content/plugins/updraftplus/languages/updraftplus-eu.mo'),(7063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-eu.po','wp-content/plugins/updraftplus/languages/updraftplus-eu.po'),(7064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo','wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo'),(7065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po','wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po'),(7066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-fi.mo','wp-content/plugins/updraftplus/languages/updraftplus-fi.mo'),(7067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-fi.po','wp-content/plugins/updraftplus/languages/updraftplus-fi.po'),(7068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo','wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo'),(7069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po','wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po'),(7070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo','wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo'),(7071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po','wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po'),(7072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo','wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo'),(7073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po','wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po'),(7074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo','wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo'),(7075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po','wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po'),(7076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo','wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo'),(7077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po','wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po'),(7078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo','wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo'),(7079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po','wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po'),(7080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo','wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo'),(7081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po','wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po'),(7082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo','wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo'),(7083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po','wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po'),(7084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo','wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo'),(7085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po','wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po'),(7086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo','wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo'),(7087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po','wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po'),(7088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo','wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo'),(7089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po','wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po'),(7090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-te.mo','wp-content/plugins/updraftplus/languages/updraftplus-te.mo'),(7091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-te.po','wp-content/plugins/updraftplus/languages/updraftplus-te.po'),(7092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-th.mo','wp-content/plugins/updraftplus/languages/updraftplus-th.mo'),(7093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-th.po','wp-content/plugins/updraftplus/languages/updraftplus-th.po'),(7094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-tl.mo','wp-content/plugins/updraftplus/languages/updraftplus-tl.mo'),(7095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-tl.po','wp-content/plugins/updraftplus/languages/updraftplus-tl.po'),(7096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo','wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo'),(7097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po','wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po'),(7098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ur.mo','wp-content/plugins/updraftplus/languages/updraftplus-ur.mo'),(7099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-ur.po','wp-content/plugins/updraftplus/languages/updraftplus-ur.po'),(7100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-vi.mo','wp-content/plugins/updraftplus/languages/updraftplus-vi.mo'),(7101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-vi.po','wp-content/plugins/updraftplus/languages/updraftplus-vi.po'),(7102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo','wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo'),(7103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po','wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po'),(7104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo','wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo'),(7105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po','wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po'),(7106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/languages/updraftplus.pot','wp-content/plugins/updraftplus/languages/updraftplus.pot'),(7107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/addon-base-v2.php','wp-content/plugins/updraftplus/methods/addon-base-v2.php'),(7108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','wp-content/plugins/updraftplus/methods/addon-not-yet-present.php'),(7109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/azure.php','wp-content/plugins/updraftplus/methods/azure.php'),(7110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/backblaze.php','wp-content/plugins/updraftplus/methods/backblaze.php'),(7111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/backup-module.php','wp-content/plugins/updraftplus/methods/backup-module.php'),(7112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/cloudfiles-new.php','wp-content/plugins/updraftplus/methods/cloudfiles-new.php'),(7113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/cloudfiles.php','wp-content/plugins/updraftplus/methods/cloudfiles.php'),(7114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/dreamobjects.php','wp-content/plugins/updraftplus/methods/dreamobjects.php'),(7115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/dropbox.php','wp-content/plugins/updraftplus/methods/dropbox.php'),(7116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/email.php','wp-content/plugins/updraftplus/methods/email.php'),(7117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/ftp.php','wp-content/plugins/updraftplus/methods/ftp.php'),(7118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/googlecloud.php','wp-content/plugins/updraftplus/methods/googlecloud.php'),(7119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/googledrive.php','wp-content/plugins/updraftplus/methods/googledrive.php'),(7120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/insufficient.php','wp-content/plugins/updraftplus/methods/insufficient.php'),(7121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/onedrive.php','wp-content/plugins/updraftplus/methods/onedrive.php'),(7122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/openstack-base.php','wp-content/plugins/updraftplus/methods/openstack-base.php'),(7123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/openstack.php','wp-content/plugins/updraftplus/methods/openstack.php'),(7124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/openstack2.php','wp-content/plugins/updraftplus/methods/openstack2.php'),(7125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/pcloud.php','wp-content/plugins/updraftplus/methods/pcloud.php'),(7126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/remotesend.php','wp-content/plugins/updraftplus/methods/remotesend.php'),(7127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/s3.php','wp-content/plugins/updraftplus/methods/s3.php'),(7128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/s3generic.php','wp-content/plugins/updraftplus/methods/s3generic.php'),(7129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/sftp.php','wp-content/plugins/updraftplus/methods/sftp.php'),(7130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/template.php','wp-content/plugins/updraftplus/methods/template.php'),(7131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/updraftvault.php','wp-content/plugins/updraftplus/methods/updraftvault.php'),(7132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/methods/webdav.php','wp-content/plugins/updraftplus/methods/webdav.php'),(7133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/options.php','wp-content/plugins/updraftplus/options.php'),(7134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/readme.txt','wp-content/plugins/updraftplus/readme.txt'),(7135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/restorer.php','wp-content/plugins/updraftplus/restorer.php'),(7136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php'),(7137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/db-size.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/db-size.php'),(7138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php'),(7139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php'),(7140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php'),(7141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php'),(7142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php'),(7143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php'),(7144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php'),(7145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php'),(7146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php','wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php'),(7147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php','wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php'),(7148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php','wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php'),(7149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php','wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php'),(7150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php','wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php'),(7151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php'),(7152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php'),(7153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php'),(7154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php'),(7155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php'),(7156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php'),(7157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php'),(7158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php'),(7159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php'),(7160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php'),(7161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php'),(7162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php'),(7163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php'),(7164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php'),(7165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php'),(7166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php'),(7167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php'),(7168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php'),(7169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php'),(7170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php'),(7171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/updraftplus.php','wp-content/plugins/updraftplus/updraftplus.php'),(7172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/autoload.php','wp-content/plugins/updraftplus/vendor/autoload.php'),(7173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/README.md','wp-content/plugins/updraftplus/vendor/components/jquery/README.md'),(7174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/bower.json','wp-content/plugins/updraftplus/vendor/components/jquery/bower.json'),(7175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/component.json','wp-content/plugins/updraftplus/vendor/components/jquery/component.json'),(7176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/composer.json','wp-content/plugins/updraftplus/vendor/components/jquery/composer.json'),(7177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.js','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.js'),(7178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.js','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.js'),(7179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.map','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.map'),(7180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.js','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.js'),(7181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.js','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.js'),(7182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.map','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.map'),(7183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/components/jquery/package.json','wp-content/plugins/updraftplus/vendor/components/jquery/package.json'),(7184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php','wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php'),(7185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/InstalledVersions.php','wp-content/plugins/updraftplus/vendor/composer/InstalledVersions.php'),(7186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/LICENSE','wp-content/plugins/updraftplus/vendor/composer/LICENSE'),(7187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php','wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php'),(7188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/autoload_files.php','wp-content/plugins/updraftplus/vendor/composer/autoload_files.php'),(7189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php','wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php'),(7190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php','wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php'),(7191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/autoload_real.php','wp-content/plugins/updraftplus/vendor/composer/autoload_real.php'),(7192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/autoload_static.php','wp-content/plugins/updraftplus/vendor/composer/autoload_static.php'),(7193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/installed.json','wp-content/plugins/updraftplus/vendor/composer/installed.json'),(7194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/composer/installed.php','wp-content/plugins/updraftplus/vendor/composer/installed.php'),(7195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/README.md','wp-content/plugins/updraftplus/vendor/eher/oauth/README.md'),(7196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json','wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json'),(7197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist','wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist'),(7198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php'),(7199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php'),(7200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php'),(7201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php'),(7202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php'),(7203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php'),(7204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php'),(7205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php'),(7206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php'),(7207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php'),(7208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php'),(7209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md'),(7210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE'),(7211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md'),(7212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md'),(7213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml'),(7214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json'),(7215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php'),(7216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist'),(7217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php'),(7218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php'),(7219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php'),(7220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php'),(7221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php'),(7222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php'),(7223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php'),(7224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php'),(7225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php'),(7226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php'),(7227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php'),(7228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php'),(7229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php'),(7230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php'),(7231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php'),(7232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php'),(7233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json'),(7234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php'),(7235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php'),(7236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php'),(7237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php'),(7238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php'),(7239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php'),(7240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php'),(7241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php'),(7242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json'),(7243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php'),(7244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php'),(7245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php'),(7246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php'),(7247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php'),(7248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php'),(7249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php'),(7250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php'),(7251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php'),(7252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php'),(7253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php'),(7254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php'),(7255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php'),(7256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json'),(7257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php'),(7258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php'),(7259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php'),(7260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php'),(7261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php'),(7262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php'),(7263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php'),(7264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php'),(7265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php'),(7266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php'),(7267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php'),(7268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php'),(7269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php'),(7270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php'),(7271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php'),(7272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php'),(7273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php'),(7274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php'),(7275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php'),(7276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php'),(7277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php'),(7278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php'),(7279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php'),(7280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php'),(7281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php'),(7282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php'),(7283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php'),(7284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php'),(7285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php'),(7286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php'),(7287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php'),(7288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php'),(7289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php'),(7290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php'),(7291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php'),(7292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php'),(7293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php'),(7294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php'),(7295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php'),(7296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php'),(7297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php'),(7298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php'),(7299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php'),(7300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php'),(7301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php'),(7302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php'),(7303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php'),(7304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php'),(7305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem'),(7306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php'),(7307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php'),(7308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json'),(7309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php'),(7310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php'),(7311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php'),(7312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php'),(7313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json'),(7314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php'),(7315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php'),(7316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php'),(7317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php'),(7318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php'),(7319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md'),(7320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json'),(7321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php'),(7322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php'),(7323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php'),(7324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php'),(7325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php'),(7326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php'),(7327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php'),(7328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php'),(7329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php'),(7330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json'),(7331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php'),(7332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php'),(7333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php'),(7334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php'),(7335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php'),(7336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php'),(7337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php'),(7338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php'),(7339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php'),(7340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php'),(7341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php'),(7342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php'),(7343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json'),(7344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php'),(7345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json'),(7346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php'),(7347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php'),(7348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php'),(7349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php'),(7350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php'),(7351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php'),(7352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php'),(7353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php'),(7354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php'),(7355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php'),(7356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php'),(7357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php'),(7358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php'),(7359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json'),(7360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php'),(7361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php'),(7362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php'),(7363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php'),(7364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php'),(7365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php'),(7366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php'),(7367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php'),(7368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php'),(7369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php'),(7370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php'),(7371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php'),(7372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json'),(7373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php'),(7374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php'),(7375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php'),(7376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php'),(7377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php'),(7378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php'),(7379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json'),(7380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php'),(7381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json'),(7382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php'),(7383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php'),(7384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php'),(7385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json'),(7386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php'),(7387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json'),(7388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php'),(7389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json'),(7390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php'),(7391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php'),(7392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json'),(7393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php'),(7394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json'),(7395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php'),(7396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json'),(7397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json'),(7398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php'),(7399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php'),(7400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php'),(7401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php'),(7402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php'),(7403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php'),(7404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php'),(7405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php'),(7406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php'),(7407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php'),(7408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php'),(7409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php'),(7410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php'),(7411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php'),(7412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php'),(7413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php'),(7414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php'),(7415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php'),(7416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php'),(7417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php'),(7418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php'),(7419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php'),(7420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php'),(7421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php'),(7422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php'),(7423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php'),(7424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php'),(7425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php'),(7426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php'),(7427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php'),(7428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php'),(7429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php'),(7430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php'),(7431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php'),(7432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php'),(7433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php'),(7434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php'),(7435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php'),(7436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php'),(7437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php'),(7438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php'),(7439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php'),(7440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php'),(7441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php'),(7442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php'),(7443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php'),(7444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php'),(7445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php'),(7446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php'),(7447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php'),(7448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php'),(7449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php'),(7450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php'),(7451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php'),(7452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php'),(7453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php'),(7454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php'),(7455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php'),(7456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php'),(7457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php'),(7458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php'),(7459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php'),(7460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php'),(7461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php'),(7462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php'),(7463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php'),(7464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php'),(7465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php'),(7466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php'),(7467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php'),(7468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json'),(7469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php'),(7470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php'),(7471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php'),(7472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php'),(7473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json'),(7474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md'),(7475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile'),(7476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/LICENSE','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/LICENSE'),(7477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/README.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/README.md'),(7478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md'),(7479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/composer.json','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/composer.json'),(7480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php'),(7481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php'),(7482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),(7483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),(7484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),(7485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),(7486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),(7487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),(7488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php'),(7489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php'),(7490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),(7491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),(7492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php'),(7493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php'),(7494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php'),(7495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),(7496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php'),(7497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),(7498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),(7499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),(7500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),(7501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),(7502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php'),(7503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php'),(7504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),(7505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php'),(7506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php'),(7507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php'),(7508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php'),(7509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),(7510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php'),(7511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php'),(7512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php'),(7513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php'),(7514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php'),(7515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php'),(7516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php'),(7517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php'),(7518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md'),(7519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/LICENSE','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/LICENSE'),(7520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/README.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/README.md'),(7521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/composer.json','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/composer.json'),(7522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php'),(7523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php'),(7524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php'),(7525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Create.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Create.php'),(7526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Each.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Each.php'),(7527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php'),(7528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php'),(7529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Is.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Is.php'),(7530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Promise.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Promise.php'),(7531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php'),(7532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php'),(7533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php'),(7534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php'),(7535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php'),(7536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php'),(7537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Utils.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Utils.php'),(7538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions.php'),(7539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php'),(7540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md'),(7541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/LICENSE','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/LICENSE'),(7542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/README.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/README.md'),(7543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/composer.json','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/composer.json'),(7544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php'),(7545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php'),(7546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php'),(7547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php'),(7548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php'),(7549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Header.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Header.php'),(7550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php'),(7551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php'),(7552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php'),(7553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Message.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Message.php'),(7554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php'),(7555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php'),(7556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php'),(7557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php'),(7558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php'),(7559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Query.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Query.php'),(7560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Request.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Request.php'),(7561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Response.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Response.php'),(7562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php'),(7563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php'),(7564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php'),(7565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),(7566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php'),(7567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php'),(7568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php'),(7569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php'),(7570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php'),(7571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php'),(7572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php'),(7573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions.php'),(7574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php'),(7575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/README.md','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/README.md'),(7576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/composer.json','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/composer.json'),(7577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json'),(7578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php'),(7579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json'),(7580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php'),(7581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/LICENSE','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/LICENSE'),(7582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/composer.json','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/composer.json'),(7583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(7584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(7585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(7586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php'),(7587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php'),(7588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random.php'),(7589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(7590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(7591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(7592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(7593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(7594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_int.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_int.php'),(7595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS'),(7596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md'),(7597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE'),(7598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md'),(7599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml'),(7600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json'),(7601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php'),(7602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php'),(7603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php'),(7604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php'),(7605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php'),(7606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php'),(7607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php'),(7608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php'),(7609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php'),(7610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php'),(7611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php'),(7612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php'),(7613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php'),(7614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php'),(7615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php'),(7616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php'),(7617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php'),(7618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php'),(7619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php'),(7620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php'),(7621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php'),(7622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php'),(7623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php'),(7624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php'),(7625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php'),(7626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf'),(7627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/CHANGELOG.md','wp-content/plugins/updraftplus/vendor/psr/http-message/CHANGELOG.md'),(7628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/LICENSE','wp-content/plugins/updraftplus/vendor/psr/http-message/LICENSE'),(7629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/README.md','wp-content/plugins/updraftplus/vendor/psr/http-message/README.md'),(7630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/composer.json','wp-content/plugins/updraftplus/vendor/psr/http-message/composer.json'),(7631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Interfaces.md','wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Interfaces.md'),(7632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Usage.md','wp-content/plugins/updraftplus/vendor/psr/http-message/docs/PSR7-Usage.md'),(7633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/MessageInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/MessageInterface.php'),(7634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/RequestInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/RequestInterface.php'),(7635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/ResponseInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/ResponseInterface.php'),(7636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php'),(7637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/StreamInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/StreamInterface.php'),(7638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php'),(7639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/http-message/src/UriInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/UriInterface.php'),(7640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/LICENSE','wp-content/plugins/updraftplus/vendor/psr/log/LICENSE'),(7641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php'),(7642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php'),(7643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php'),(7644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'),(7645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'),(7646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php'),(7647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php'),(7648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php'),(7649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php'),(7650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),(7651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php'),(7652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/README.md','wp-content/plugins/updraftplus/vendor/psr/log/README.md'),(7653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/psr/log/composer.json','wp-content/plugins/updraftplus/vendor/psr/log/composer.json'),(7654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md'),(7655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md'),(7656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE'),(7657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md'),(7658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon'),(7659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json'),(7660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php'),(7661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php'),(7662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php'),(7663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php'),(7664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php'),(7665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php'),(7666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php'),(7667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php'),(7668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php'),(7669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php'),(7670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php'),(7671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php'),(7672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php'),(7673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php'),(7674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php'),(7675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php'),(7676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php'),(7677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php'),(7678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php'),(7679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php'),(7680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php'),(7681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php'),(7682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php'),(7683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php'),(7684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php'),(7685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php'),(7686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php'),(7687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php'),(7688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php'),(7689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php'),(7690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php'),(7691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php'),(7692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php'),(7693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php'),(7694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php'),(7695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php'),(7696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php'),(7697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php'),(7698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php'),(7699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php'),(7700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php'),(7701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php'),(7702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php'),(7703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php'),(7704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php'),(7705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php'),(7706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php'),(7707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php'),(7708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php'),(7709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php'),(7710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php'),(7711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php'),(7712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php'),(7713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php'),(7714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php'),(7715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php'),(7716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php'),(7717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php'),(7718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php'),(7719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php'),(7720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php'),(7721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php'),(7722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php'),(7723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php'),(7724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php'),(7725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php'),(7726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php'),(7727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php'),(7728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php'),(7729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php'),(7730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php'),(7731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php'),(7732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php'),(7733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php'),(7734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php'),(7735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php'),(7736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php'),(7737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php'),(7738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php'),(7739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php'),(7740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php'),(7741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php'),(7742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php'),(7743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php'),(7744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php'),(7745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php'),(7746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php'),(7747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php'),(7748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php'),(7749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php'),(7750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php'),(7751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php'),(7752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php'),(7753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php'),(7754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php'),(7755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php'),(7756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php'),(7757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php'),(7758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php'),(7759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php'),(7760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php'),(7761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php'),(7762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php'),(7763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php'),(7764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php'),(7765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php'),(7766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php'),(7767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php'),(7768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php'),(7769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php'),(7770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php'),(7771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php'),(7772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php'),(7773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php'),(7774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php'),(7775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php'),(7776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php'),(7777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php'),(7778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php'),(7779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php'),(7780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php'),(7781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php'),(7782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php'),(7783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php'),(7784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php'),(7785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php'),(7786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php'),(7787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php'),(7788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php'),(7789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php'),(7790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php'),(7791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php'),(7792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php'),(7793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php'),(7794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php'),(7795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php'),(7796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php'),(7797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php'),(7798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php'),(7799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php'),(7800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php'),(7801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php'),(7802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php'),(7803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php'),(7804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php'),(7805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php'),(7806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php'),(7807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php'),(7808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php'),(7809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php'),(7810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php'),(7811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php'),(7812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php'),(7813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php'),(7814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php'),(7815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php'),(7816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php'),(7817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php'),(7818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php'),(7819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php'),(7820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php'),(7821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php'),(7822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php'),(7823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php'),(7824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php'),(7825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php'),(7826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php'),(7827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php'),(7828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php'),(7829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php'),(7830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php'),(7831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php'),(7832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php'),(7833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php'),(7834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php'),(7835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php'),(7836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php'),(7837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php'),(7838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php'),(7839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php'),(7840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php'),(7841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php'),(7842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist'),(7843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/LICENSE','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/LICENSE'),(7844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/README.md','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/README.md'),(7845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/composer.json','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/composer.json'),(7846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml'),(7847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php'),(7848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php'),(7849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md'),(7850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php'),(7851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php'),(7852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php'),(7853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php'),(7854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php'),(7855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php'),(7856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php'),(7857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php'),(7858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php'),(7859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php'),(7860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php'),(7861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE'),(7862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md'),(7863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json'),(7864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist'),(7865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php'),(7866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php'),(7867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE'),(7868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/README.md','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/README.md'),(7869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php'),(7870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php'),(7871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php'),(7872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php'),(7873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php'),(7874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php'),(7875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php'),(7876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php'),(7877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php'),(7878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php'),(7879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json'),(7880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE'),(7881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php'),(7882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md'),(7883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php'),(7884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php'),(7885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php'),(7886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php'),(7887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php'),(7888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php'),(7889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json'),(7890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE'),(7891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php'),(7892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/README.md','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/README.md'),(7893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8'),(7894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php'),(7895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php'),(7896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php'),(7897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php'),(7898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/composer.json','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/composer.json'),(7899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/LICENSE','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/LICENSE'),(7900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Php70.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Php70.php'),(7901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/README.md','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/README.md'),(7902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php'),(7903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php'),(7904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php'),(7905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php'),(7906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php'),(7907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php'),(7908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php'),(7909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php'),(7910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/composer.json','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/composer.json'),(7911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/LICENSE','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/LICENSE'),(7912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/Php72.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/Php72.php'),(7913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/README.md','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/README.md'),(7914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php'),(7915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/composer.json','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/composer.json'),(7916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml'),(7917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml'),(7918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/README.md','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/README.md'),(7919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/composer.json','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/composer.json'),(7920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php'),(7921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php'),(7922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc2.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc2.php'),(7923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php'),(7924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php'),(7925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php'),(7926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php'),(7927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php'),(7928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php'),(7929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php'),(7930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php'),(7931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/autoload.php','wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(7932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(7933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php','wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(7934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(7935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(7936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(7937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(7938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(7939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(7940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(7941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/installed.json','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(7942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),(7943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(7944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(7945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(7946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(7947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(7948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(7949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(7950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(7951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(7952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(7953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(7954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(7955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(7956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(7957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(7958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(7959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(7960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),(7961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(7962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(7963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(7964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(7965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php'),(7966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(7967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php'),(7968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(7969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(7970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(7971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(7972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(7973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(7974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(7975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(7976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(7977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(7978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(7979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(7980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(7981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(7982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(7983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(7984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(7985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(7986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(7987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(7988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(7989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(7990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(7991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(7992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(7993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(7994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(7995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(7996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(7997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(7998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(7999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(8000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(8001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(8002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(8003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(8004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(8005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(8006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(8007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(8008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(8009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(8010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(8011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(8012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(8013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(8014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php'),(8015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(8016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(8017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(8018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(8019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(8020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(8021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(8022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(8023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(8024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(8025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(8026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(8027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(8028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(8029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(8030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(8031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(8032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(8033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(8034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(8035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(8036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(8037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(8038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(8039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(8040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(8041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(8042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(8043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(8044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(8045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(8046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(8047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(8048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(8049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(8050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(8051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(8052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(8053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/activity-report-widget.1722265817.css','wp-content/plugins/wordfence/css/activity-report-widget.1722265817.css'),(8054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/diff.1722265817.css','wp-content/plugins/wordfence/css/diff.1722265817.css'),(8055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/fullLog.1722265817.css','wp-content/plugins/wordfence/css/fullLog.1722265817.css'),(8056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(8057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(8058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(8059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(8060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(8061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(8062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/iptraf.1722265817.css','wp-content/plugins/wordfence/css/iptraf.1722265817.css'),(8063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1722265817.css','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1722265817.css'),(8064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/jquery-ui.min.1722265817.css','wp-content/plugins/wordfence/css/jquery-ui.min.1722265817.css'),(8065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1722265817.css','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1722265817.css'),(8066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1722265817.css','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1722265817.css'),(8067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/care-global.1722265817.css','wp-content/plugins/wordfence/css/license/care-global.1722265817.css'),(8068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/care.1722265817.css','wp-content/plugins/wordfence/css/license/care.1722265817.css'),(8069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/free-global.1722265817.css','wp-content/plugins/wordfence/css/license/free-global.1722265817.css'),(8070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/free.1722265817.css','wp-content/plugins/wordfence/css/license/free.1722265817.css'),(8071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/premium-global.1722265817.css','wp-content/plugins/wordfence/css/license/premium-global.1722265817.css'),(8072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/premium.1722265817.css','wp-content/plugins/wordfence/css/license/premium.1722265817.css'),(8073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/response-global.1722265817.css','wp-content/plugins/wordfence/css/license/response-global.1722265817.css'),(8074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/response-variables.1722265817.css','wp-content/plugins/wordfence/css/license/response-variables.1722265817.css'),(8075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/license/response.1722265817.css','wp-content/plugins/wordfence/css/license/response.1722265817.css'),(8076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/main.1722265817.css','wp-content/plugins/wordfence/css/main.1722265817.css'),(8077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/phpinfo.1722265817.css','wp-content/plugins/wordfence/css/phpinfo.1722265817.css'),(8078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-adminbar.1722265817.css','wp-content/plugins/wordfence/css/wf-adminbar.1722265817.css'),(8079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-colorbox.1722265817.css','wp-content/plugins/wordfence/css/wf-colorbox.1722265817.css'),(8080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-font-awesome.1722265817.css','wp-content/plugins/wordfence/css/wf-font-awesome.1722265817.css'),(8081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-global.1722265817.css','wp-content/plugins/wordfence/css/wf-global.1722265817.css'),(8082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-ionicons.1722265817.css','wp-content/plugins/wordfence/css/wf-ionicons.1722265817.css'),(8083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-onboarding.1722265817.css','wp-content/plugins/wordfence/css/wf-onboarding.1722265817.css'),(8084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wf-roboto-font.1722265817.css','wp-content/plugins/wordfence/css/wf-roboto-font.1722265817.css'),(8085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wfselect2.min.1722265817.css','wp-content/plugins/wordfence/css/wfselect2.min.1722265817.css'),(8086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/css/wordfenceBox.1722265817.css','wp-content/plugins/wordfence/css/wordfenceBox.1722265817.css'),(8087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),(8088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/ionicons.woff','wp-content/plugins/wordfence/fonts/ionicons.woff'),(8089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),(8090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),(8091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),(8092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),(8093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),(8094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),(8095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),(8096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),(8097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),(8098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),(8099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/2fa-whole.svg','wp-content/plugins/wordfence/images/2fa-whole.svg'),(8100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/2fa1.svg','wp-content/plugins/wordfence/images/2fa1.svg'),(8101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/2fa2.svg','wp-content/plugins/wordfence/images/2fa2.svg'),(8102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/back_disabled.jpg','wp-content/plugins/wordfence/images/back_disabled.jpg'),(8103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/back_enabled.jpg','wp-content/plugins/wordfence/images/back_enabled.jpg'),(8104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/blocking.svg','wp-content/plugins/wordfence/images/blocking.svg'),(8105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/button-grad-grey.png','wp-content/plugins/wordfence/images/button-grad-grey.png'),(8106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/checkbox.png','wp-content/plugins/wordfence/images/checkbox.png'),(8107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/flags.png','wp-content/plugins/wordfence/images/flags.png'),(8108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/forward_disabled.jpg','wp-content/plugins/wordfence/images/forward_disabled.jpg'),(8109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/forward_enabled.jpg','wp-content/plugins/wordfence/images/forward_enabled.jpg'),(8110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/help.png','wp-content/plugins/wordfence/images/help.png'),(8111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/ajax24.gif','wp-content/plugins/wordfence/images/icons/ajax24.gif'),(8112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/ajax3.gif','wp-content/plugins/wordfence/images/icons/ajax3.gif'),(8113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(8114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/ajaxScan.gif','wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(8115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(8116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/arrow_refresh.png','wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(8117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/bullet_yellow.png','wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(8118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/check-care.svg','wp-content/plugins/wordfence/images/icons/check-care.svg'),(8119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/check-premium.svg','wp-content/plugins/wordfence/images/icons/check-premium.svg'),(8120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/check-response.svg','wp-content/plugins/wordfence/images/icons/check-response.svg'),(8121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/check.svg','wp-content/plugins/wordfence/images/icons/check.svg'),(8122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/email_go.png','wp-content/plugins/wordfence/images/icons/email_go.png'),(8123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/error128.png','wp-content/plugins/wordfence/images/icons/error128.png'),(8124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/magnifier.png','wp-content/plugins/wordfence/images/icons/magnifier.png'),(8125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/tick128.png','wp-content/plugins/wordfence/images/icons/tick128.png'),(8126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/warning128.png','wp-content/plugins/wordfence/images/icons/warning128.png'),(8127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/icons/working-indicator.gif','wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(8128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/lightbox-controls.png','wp-content/plugins/wordfence/images/lightbox-controls.png'),(8129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/loading.gif','wp-content/plugins/wordfence/images/loading.gif'),(8130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/loading_background.png','wp-content/plugins/wordfence/images/loading_background.png'),(8131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/loading_large.gif','wp-content/plugins/wordfence/images/loading_large.gif'),(8132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/logo.png','wp-content/plugins/wordfence/images/logo.png'),(8133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/logos/shield-care.svg','wp-content/plugins/wordfence/images/logos/shield-care.svg'),(8134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/logos/shield-free.svg','wp-content/plugins/wordfence/images/logos/shield-free.svg'),(8135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/logos/shield-premium.svg','wp-content/plugins/wordfence/images/logos/shield-premium.svg'),(8136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/logos/shield-response.svg','wp-content/plugins/wordfence/images/logos/shield-response.svg'),(8137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/logos/shield-white.svg','wp-content/plugins/wordfence/images/logos/shield-white.svg'),(8138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/options.svg','wp-content/plugins/wordfence/images/options.svg'),(8139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/ratelimiting.svg','wp-content/plugins/wordfence/images/ratelimiting.svg'),(8140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_asc.gif','wp-content/plugins/wordfence/images/sort_asc.gif'),(8141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_asc.png','wp-content/plugins/wordfence/images/sort_asc.png'),(8142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_asc_disabled.gif','wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(8143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_asc_disabled.png','wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(8144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_both.gif','wp-content/plugins/wordfence/images/sort_both.gif'),(8145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_both.png','wp-content/plugins/wordfence/images/sort_both.png'),(8146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_desc.gif','wp-content/plugins/wordfence/images/sort_desc.gif'),(8147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_desc.png','wp-content/plugins/wordfence/images/sort_desc.png'),(8148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_desc_disabled.gif','wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(8149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/sort_desc_disabled.png','wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(8150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/support.svg','wp-content/plugins/wordfence/images/support.svg'),(8151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/tools.svg','wp-content/plugins/wordfence/images/tools.svg'),(8152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/wf-central-logo.svg','wp-content/plugins/wordfence/images/wf-central-logo.svg'),(8153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/wf-error-badge.svg','wp-content/plugins/wordfence/images/wf-error-badge.svg'),(8154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/wf-horizontal.svg','wp-content/plugins/wordfence/images/wf-horizontal.svg'),(8155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/images/wordfence-logo.svg','wp-content/plugins/wordfence/images/wordfence-logo.svg'),(8156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/index.php','wp-content/plugins/wordfence/index.php'),(8157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/admin.1722265817.js','wp-content/plugins/wordfence/js/admin.1722265817.js'),(8158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1722265817.js','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1722265817.js'),(8159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/admin.liveTraffic.1722265817.js','wp-content/plugins/wordfence/js/admin.liveTraffic.1722265817.js'),(8160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/chart.umd.1722265817.js','wp-content/plugins/wordfence/js/chart.umd.1722265817.js'),(8161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/date.1722265817.js','wp-content/plugins/wordfence/js/date.1722265817.js'),(8162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1722265817.js','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1722265817.js'),(8163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/jquery.colorbox-min.1722265817.js','wp-content/plugins/wordfence/js/jquery.colorbox-min.1722265817.js'),(8164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/jquery.colorbox.1722265817.js','wp-content/plugins/wordfence/js/jquery.colorbox.1722265817.js'),(8165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/jquery.qrcode.min.1722265817.js','wp-content/plugins/wordfence/js/jquery.qrcode.min.1722265817.js'),(8166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/jquery.tmpl.min.1722265817.js','wp-content/plugins/wordfence/js/jquery.tmpl.min.1722265817.js'),(8167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/knockout-3.5.1.1722265817.js','wp-content/plugins/wordfence/js/knockout-3.5.1.1722265817.js'),(8168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfdashboard.1722265817.js','wp-content/plugins/wordfence/js/wfdashboard.1722265817.js'),(8169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfdropdown.1722265817.js','wp-content/plugins/wordfence/js/wfdropdown.1722265817.js'),(8170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfglobal.1722265817.js','wp-content/plugins/wordfence/js/wfglobal.1722265817.js'),(8171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfi18n.1722265817.js','wp-content/plugins/wordfence/js/wfi18n.1722265817.js'),(8172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfonboarding.1722265817.js','wp-content/plugins/wordfence/js/wfonboarding.1722265817.js'),(8173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfpopover.1722265817.js','wp-content/plugins/wordfence/js/wfpopover.1722265817.js'),(8174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/js/wfselect2.min.1722265817.js','wp-content/plugins/wordfence/js/wfselect2.min.1722265817.js'),(8175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/languages/wordfence.mo','wp-content/plugins/wordfence/languages/wordfence.mo'),(8176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/languages/wordfence.pot','wp-content/plugins/wordfence/languages/wordfence.pot'),(8177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/.htaccess','wp-content/plugins/wordfence/lib/.htaccess'),(8178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(8179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(8180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(8181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(8182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/Diff.php','wp-content/plugins/wordfence/lib/Diff.php'),(8183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(8184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/IPTraf.php','wp-content/plugins/wordfence/lib/IPTraf.php'),(8185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/IPTrafList.php','wp-content/plugins/wordfence/lib/IPTrafList.php'),(8186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(8187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/compat.php','wp-content/plugins/wordfence/lib/compat.php'),(8188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(8189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(8190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(8191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(8192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(8193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(8194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(8195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(8196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(8197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/diffResult.php','wp-content/plugins/wordfence/lib/diffResult.php'),(8198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/email_genericAlert.php','wp-content/plugins/wordfence/lib/email_genericAlert.php'),(8199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/email_newIssues.php','wp-content/plugins/wordfence/lib/email_newIssues.php'),(8200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/email_unlockRequest.php','wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(8201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(8202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/flags.php','wp-content/plugins/wordfence/lib/flags.php'),(8203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/live_activity.php','wp-content/plugins/wordfence/lib/live_activity.php'),(8204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_dashboard.php','wp-content/plugins/wordfence/lib/menu_dashboard.php'),(8205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_dashboard_options.php','wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(8206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_firewall.php','wp-content/plugins/wordfence/lib/menu_firewall.php'),(8207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(8208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(8209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_firewall_waf.php','wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(8210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(8211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_install.php','wp-content/plugins/wordfence/lib/menu_install.php'),(8212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_options.php','wp-content/plugins/wordfence/lib/menu_options.php'),(8213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_scanner.php','wp-content/plugins/wordfence/lib/menu_scanner.php'),(8214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(8215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_scanner_options.php','wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(8216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_support.php','wp-content/plugins/wordfence/lib/menu_support.php'),(8217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_tools.php','wp-content/plugins/wordfence/lib/menu_tools.php'),(8218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(8219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_tools_importExport.php','wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(8220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(8221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(8222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_tools_whois.php','wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(8223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/menu_wordfence_central.php','wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(8224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/noc1.key','wp-content/plugins/wordfence/lib/noc1.key'),(8225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(8226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(8227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(8228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(8229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/sodium_compat_fast.php','wp-content/plugins/wordfence/lib/sodium_compat_fast.php'),(8230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/sysinfo.php','wp-content/plugins/wordfence/lib/sysinfo.php'),(8231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/viewFullActivityLog.php','wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(8232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wf503.php','wp-content/plugins/wordfence/lib/wf503.php'),(8233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfAPI.php','wp-content/plugins/wordfence/lib/wfAPI.php'),(8234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfActivityReport.php','wp-content/plugins/wordfence/lib/wfActivityReport.php'),(8235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(8236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfAlerts.php','wp-content/plugins/wordfence/lib/wfAlerts.php'),(8237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfArray.php','wp-content/plugins/wordfence/lib/wfArray.php'),(8238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfBrowscap.php','wp-content/plugins/wordfence/lib/wfBrowscap.php'),(8239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfBrowscapCache.php','wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(8240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfBulkCountries.php','wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(8241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfCache.php','wp-content/plugins/wordfence/lib/wfCache.php'),(8242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfCentralAPI.php','wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(8243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfConfig.php','wp-content/plugins/wordfence/lib/wfConfig.php'),(8244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfCrawl.php','wp-content/plugins/wordfence/lib/wfCrawl.php'),(8245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfCredentialsController.php','wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(8246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfCrypt.php','wp-content/plugins/wordfence/lib/wfCrypt.php'),(8247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfCurlInterceptor.php','wp-content/plugins/wordfence/lib/wfCurlInterceptor.php'),(8248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDB.php','wp-content/plugins/wordfence/lib/wfDB.php'),(8249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDashboard.php','wp-content/plugins/wordfence/lib/wfDashboard.php'),(8250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDateLocalization.php','wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(8251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDeactivationOption.php','wp-content/plugins/wordfence/lib/wfDeactivationOption.php'),(8252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDiagnostic.php','wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(8253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDict.php','wp-content/plugins/wordfence/lib/wfDict.php'),(8254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(8255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfFileUtils.php','wp-content/plugins/wordfence/lib/wfFileUtils.php'),(8256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfHelperBin.php','wp-content/plugins/wordfence/lib/wfHelperBin.php'),(8257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfHelperString.php','wp-content/plugins/wordfence/lib/wfHelperString.php'),(8258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfIPWhitelist.php','wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(8259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfImportExportController.php','wp-content/plugins/wordfence/lib/wfImportExportController.php'),(8260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php','wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php'),(8261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfInvalidPathException.php','wp-content/plugins/wordfence/lib/wfInvalidPathException.php'),(8262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfIpLocation.php','wp-content/plugins/wordfence/lib/wfIpLocation.php'),(8263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfIpLocator.php','wp-content/plugins/wordfence/lib/wfIpLocator.php'),(8264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfIssues.php','wp-content/plugins/wordfence/lib/wfIssues.php'),(8265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfJWT.php','wp-content/plugins/wordfence/lib/wfJWT.php'),(8266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfLicense.php','wp-content/plugins/wordfence/lib/wfLicense.php'),(8267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfLockedOut.php','wp-content/plugins/wordfence/lib/wfLockedOut.php'),(8268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfLog.php','wp-content/plugins/wordfence/lib/wfLog.php'),(8269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php','wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(8270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfModuleController.php','wp-content/plugins/wordfence/lib/wfModuleController.php'),(8271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfNotification.php','wp-content/plugins/wordfence/lib/wfNotification.php'),(8272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfOnboardingController.php','wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(8273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfPersistenceController.php','wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(8274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfRESTAPI.php','wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(8275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScan.php','wp-content/plugins/wordfence/lib/wfScan.php'),(8276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanEngine.php','wp-content/plugins/wordfence/lib/wfScanEngine.php'),(8277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanEntrypoint.php','wp-content/plugins/wordfence/lib/wfScanEntrypoint.php'),(8278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanFile.php','wp-content/plugins/wordfence/lib/wfScanFile.php'),(8279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanFileLink.php','wp-content/plugins/wordfence/lib/wfScanFileLink.php'),(8280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanFileListItem.php','wp-content/plugins/wordfence/lib/wfScanFileListItem.php'),(8281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanFileProperties.php','wp-content/plugins/wordfence/lib/wfScanFileProperties.php'),(8282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanMonitor.php','wp-content/plugins/wordfence/lib/wfScanMonitor.php'),(8283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfScanPath.php','wp-content/plugins/wordfence/lib/wfScanPath.php'),(8284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfSchema.php','wp-content/plugins/wordfence/lib/wfSchema.php'),(8285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfStyle.php','wp-content/plugins/wordfence/lib/wfStyle.php'),(8286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfSupportController.php','wp-content/plugins/wordfence/lib/wfSupportController.php'),(8287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfUnlockMsg.php','wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(8288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfUpdateCheck.php','wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(8289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfUtils.php','wp-content/plugins/wordfence/lib/wfUtils.php'),(8290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfVersionCheckController.php','wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(8291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfVersionSupport.php','wp-content/plugins/wordfence/lib/wfVersionSupport.php'),(8292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfView.php','wp-content/plugins/wordfence/lib/wfView.php'),(8293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfViewResult.php','wp-content/plugins/wordfence/lib/wfViewResult.php'),(8294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wfWebsite.php','wp-content/plugins/wordfence/lib/wfWebsite.php'),(8295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wordfenceClass.php','wp-content/plugins/wordfence/lib/wordfenceClass.php'),(8296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wordfenceConstants.php','wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(8297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wordfenceHash.php','wp-content/plugins/wordfence/lib/wordfenceHash.php'),(8298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wordfenceScanner.php','wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(8299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(8300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/license.txt','wp-content/plugins/wordfence/license.txt'),(8301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/.htaccess','wp-content/plugins/wordfence/models/.htaccess'),(8302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/block/wfBlock.php','wp-content/plugins/wordfence/models/block/wfBlock.php'),(8303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/block/wfRateLimit.php','wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(8304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/common/wfTab.php','wp-content/plugins/wordfence/models/common/wfTab.php'),(8305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/firewall/wfFirewall.php','wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(8306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/page/wfPage.php','wp-content/plugins/wordfence/models/page/wfPage.php'),(8307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/models/scanner/wfScanner.php','wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(8308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),(8309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(8310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(8311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(8312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(8313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(8314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(8315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(8316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(8317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(8318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(8319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(8320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(8321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(8322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php','wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php'),(8323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(8324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(8325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(8326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(8327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(8328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(8329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(8330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(8331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(8332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/script.php','wp-content/plugins/wordfence/modules/login-security/classes/model/script.php'),(8333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(8334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(8335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(8336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/style.php','wp-content/plugins/wordfence/modules/login-security/classes/model/style.php'),(8337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(8338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(8339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(8340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(8341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(8342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(8343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php'),(8344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php'),(8345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php'),(8346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php'),(8347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/measuredstring.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/measuredstring.php'),(8348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/multisite.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/multisite.php'),(8349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/multisiteconfigurationextractor.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/multisiteconfigurationextractor.php'),(8350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php'),(8351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php'),(8352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php'),(8353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/sleep.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/sleep.php'),(8354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/classes/utility/url.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/url.php'),(8355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1722265817.css','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1722265817.css'),(8356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/admin.1722265817.css','wp-content/plugins/wordfence/modules/login-security/css/admin.1722265817.css'),(8357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1722265817.css','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1722265817.css'),(8358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/embedded.1722265817.css','wp-content/plugins/wordfence/modules/login-security/css/embedded.1722265817.css'),(8359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1722265817.css','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1722265817.css'),(8360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1722265817.css','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1722265817.css'),(8361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1722265817.css','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1722265817.css'),(8362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1722265817.css','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1722265817.css'),(8363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1722265817.css','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1722265817.css'),(8364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/login.1722265817.css','wp-content/plugins/wordfence/modules/login-security/css/login.1722265817.css'),(8365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1722265817.css','wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1722265817.css'),(8366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/header.svg','wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(8367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(8368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/loading.gif','wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(8369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(8370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/menu.svg','wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(8371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(8372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(8373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(8374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(8375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(8376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(8377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1722265817.js','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1722265817.js'),(8378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/admin.1722265817.js','wp-content/plugins/wordfence/modules/login-security/js/admin.1722265817.js'),(8379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1722265817.js','wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1722265817.js'),(8380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1722265817.js','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1722265817.js'),(8381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1722265817.js','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1722265817.js'),(8382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1722265817.js','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1722265817.js'),(8383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1722265817.js','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1722265817.js'),(8384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/js/login.1722265817.js','wp-content/plugins/wordfence/modules/login-security/js/login.1722265817.js'),(8385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/.htaccess','wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),(8386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(8387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php','wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php'),(8388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php','wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php'),(8389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(8390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(8391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(8392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(8393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php','wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php'),(8394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(8395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(8396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(8397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(8398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(8399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(8400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php'),(8401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php'),(8402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(8403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(8404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(8405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(8406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(8407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(8408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(8409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(8410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(8411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(8412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(8413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(8414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php','wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php'),(8415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(8416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/page.php','wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(8417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php','wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php'),(8418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/role.php','wp-content/plugins/wordfence/modules/login-security/views/page/role.php'),(8419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(8420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(8421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(8422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(8423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(8424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php','wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php'),(8425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(8426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/readme.txt','wp-content/plugins/wordfence/readme.txt'),(8427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/tmp/.htaccess','wp-content/plugins/wordfence/tmp/.htaccess'),(8428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/.htaccess','wp-content/plugins/wordfence/vendor/.htaccess'),(8429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/autoload.php','wp-content/plugins/wordfence/vendor/autoload.php'),(8430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(8431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php','wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php'),(8432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/LICENSE','wp-content/plugins/wordfence/vendor/composer/LICENSE'),(8433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(8434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(8435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(8436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/autoload_real.php','wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(8437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/autoload_static.php','wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(8438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/installed.json','wp-content/plugins/wordfence/vendor/composer/installed.json'),(8439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/composer/installed.php','wp-content/plugins/wordfence/vendor/composer/installed.php'),(8440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php'),(8441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php'),(8442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php'),(8443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php'),(8444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php'),(8445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php'),(8446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php'),(8447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php'),(8448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php'),(8449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php'),(8450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php'),(8451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php'),(8452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php'),(8453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php'),(8454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php'),(8455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php'),(8456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php'),(8457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php'),(8458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php'),(8459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php'),(8460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php'),(8461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php'),(8462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(8463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(8464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(8465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php'),(8466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(8467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(8468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(8469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(8470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(8471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(8472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(8473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(8474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(8475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php'),(8476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(8477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(8478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(8479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(8480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(8481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(8482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(8483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(8484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(8485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(8486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(8487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(8488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(8489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/.htaccess','wp-content/plugins/wordfence/views/.htaccess'),(8490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/block-list.php','wp-content/plugins/wordfence/views/blocking/block-list.php'),(8491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/blocking-create.php','wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(8492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/blocking-status.php','wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(8493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/country-block-map.php','wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(8494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/country-modal.php','wp-content/plugins/wordfence/views/blocking/country-modal.php'),(8495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(8496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(8497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(8498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/block-navigation-option.php','wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(8499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/indeterminate-progress.php','wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(8500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/license.php','wp-content/plugins/wordfence/views/common/license.php'),(8501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/modal-prompt.php','wp-content/plugins/wordfence/views/common/modal-prompt.php'),(8502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(8503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/page-help.php','wp-content/plugins/wordfence/views/common/page-help.php'),(8504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/page-tabbar.php','wp-content/plugins/wordfence/views/common/page-tabbar.php'),(8505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/page-title.php','wp-content/plugins/wordfence/views/common/page-title.php'),(8506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/section-subtitle.php','wp-content/plugins/wordfence/views/common/section-subtitle.php'),(8507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/section-title.php','wp-content/plugins/wordfence/views/common/section-title.php'),(8508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/status-circular.php','wp-content/plugins/wordfence/views/common/status-circular.php'),(8509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/status-critical.php','wp-content/plugins/wordfence/views/common/status-critical.php'),(8510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/status-detail.php','wp-content/plugins/wordfence/views/common/status-detail.php'),(8511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/status-tooltip.php','wp-content/plugins/wordfence/views/common/status-tooltip.php'),(8512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/status-warning.php','wp-content/plugins/wordfence/views/common/status-warning.php'),(8513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/common/unsubscribe.php','wp-content/plugins/wordfence/views/common/unsubscribe.php'),(8514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/global-status.php','wp-content/plugins/wordfence/views/dashboard/global-status.php'),(8515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(8516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(8517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(8518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(8519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-general.php','wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(8520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-import.php','wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(8521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-license.php','wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(8522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(8523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(8524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/dashboard/status-renewing.php','wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(8525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/diagnostics/text.php','wp-content/plugins/wordfence/views/diagnostics/text.php'),(8526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/gdpr/banner.php','wp-content/plugins/wordfence/views/gdpr/banner.php'),(8527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(8528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php','wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php'),(8529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/banner.php','wp-content/plugins/wordfence/views/onboarding/banner.php'),(8530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(8531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/fresh-install.php','wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(8532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(8533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/overlay.php','wp-content/plugins/wordfence/views/onboarding/overlay.php'),(8534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/plugin-header.php','wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(8535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/registration-prompt.php','wp-content/plugins/wordfence/views/onboarding/registration-prompt.php'),(8536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(8537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/block-all-options-controls.php','wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(8538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/block-controls.php','wp-content/plugins/wordfence/views/options/block-controls.php'),(8539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-label.php','wp-content/plugins/wordfence/views/options/option-label.php'),(8540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-select.php','wp-content/plugins/wordfence/views/options/option-select.php'),(8541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-switch.php','wp-content/plugins/wordfence/views/options/option-switch.php'),(8542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-text.php','wp-content/plugins/wordfence/views/options/option-text.php'),(8543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-textarea.php','wp-content/plugins/wordfence/views/options/option-textarea.php'),(8544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(8545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(8546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(8547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled-select.php','wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(8548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled-sub.php','wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(8549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(8550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-toggled.php','wp-content/plugins/wordfence/views/options/option-toggled.php'),(8551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/option-token.php','wp-content/plugins/wordfence/views/options/option-token.php'),(8552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/options/options-title.php','wp-content/plugins/wordfence/views/options/options-title.php'),(8553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(8554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/reports/activity-report.php','wp-content/plugins/wordfence/views/reports/activity-report.php'),(8555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-base.php','wp-content/plugins/wordfence/views/scanner/issue-base.php'),(8556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(8557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(8558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(8559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(8560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(8561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(8562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(8563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(8564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(8565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(8566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(8567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(8568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(8569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-database.php','wp-content/plugins/wordfence/views/scanner/issue-database.php'),(8570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(8571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(8572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-file.php','wp-content/plugins/wordfence/views/scanner/issue-file.php'),(8573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(8574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(8575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(8576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(8577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(8578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(8579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(8580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(8581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(8582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(8583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(8584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(8585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(8586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(8587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(8588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(8589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(8590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wfUpgradeError.php','wp-content/plugins/wordfence/views/scanner/issue-wfUpgradeError.php'),(8591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(8592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(8593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/no-issues.php','wp-content/plugins/wordfence/views/scanner/no-issues.php'),(8594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(8595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(8596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/options-group-basic.php','wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(8597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/options-group-general.php','wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(8598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/options-group-performance.php','wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(8599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(8600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-failed.php','wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(8601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(8602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(8603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-progress.php','wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(8604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-results.php','wp-content/plugins/wordfence/views/scanner/scan-results.php'),(8605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(8606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-starter.php','wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(8607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scan-type.php','wp-content/plugins/wordfence/views/scanner/scan-type.php'),(8608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/scanner-status.php','wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(8609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(8610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(8611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(8612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/scanner/site-cleaning.php','wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(8613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/tools/options-group-2fa.php','wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(8614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(8615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/tours/login-security.php','wp-content/plugins/wordfence/views/tours/login-security.php'),(8616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),(8617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php','wp-content/plugins/wordfence/views/user/disabled-application-passwords.php'),(8618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/debug.php','wp-content/plugins/wordfence/views/waf/debug.php'),(8619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/firewall-status.php','wp-content/plugins/wordfence/views/waf/firewall-status.php'),(8620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/option-rate-limit.php','wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(8621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/option-rules.php','wp-content/plugins/wordfence/views/waf/option-rules.php'),(8622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/option-whitelist.php','wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(8623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(8624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(8625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(8626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(8627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(8628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(8629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/waf-install-manual.php','wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(8630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/waf-install-success.php','wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(8631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/waf-install.php','wp-content/plugins/wordfence/views/waf/waf-install.php'),(8632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(8633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(8634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/views/waf/waf-uninstall.php','wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(8635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/.htaccess','wp-content/plugins/wordfence/waf/.htaccess'),(8636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/bootstrap.php','wp-content/plugins/wordfence/waf/bootstrap.php'),(8637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/dummy.php','wp-content/plugins/wordfence/waf/dummy.php'),(8638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/pomo/entry.php','wp-content/plugins/wordfence/waf/pomo/entry.php'),(8639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/pomo/mo.php','wp-content/plugins/wordfence/waf/pomo/mo.php'),(8640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/pomo/plural-forms.php','wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),(8641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/pomo/po.php','wp-content/plugins/wordfence/waf/pomo/po.php'),(8642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/pomo/streams.php','wp-content/plugins/wordfence/waf/pomo/streams.php'),(8643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/pomo/translations.php','wp-content/plugins/wordfence/waf/pomo/translations.php'),(8644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(8645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(8646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordfence/wordfence.php','wp-content/plugins/wordfence/wordfence.php'),(8647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php','wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php'),(8648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php','wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),(8649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),(8650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php'),(8651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/ajax.php','wp-content/plugins/wordpress-seo/admin/ajax.php'),(8652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php'),(8653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php'),(8654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php'),(8655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php'),(8656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php'),(8657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),(8658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),(8659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),(8660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php','wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php'),(8661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php','wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php'),(8662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php','wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php'),(8663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php','wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),(8664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php','wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php'),(8665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php','wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php'),(8666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php','wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php'),(8667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php','wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),(8668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-init.php','wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),(8669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php','wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php'),(8670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php','wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),(8671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin-utils.php','wp-content/plugins/wordpress-seo/admin/class-admin-utils.php'),(8672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-admin.php','wp-content/plugins/wordpress-seo/admin/class-admin.php'),(8673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-asset.php','wp-content/plugins/wordpress-seo/admin/class-asset.php'),(8674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php','wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php'),(8675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php','wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),(8676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php','wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php'),(8677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-collector.php','wp-content/plugins/wordpress-seo/admin/class-collector.php'),(8678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-config.php','wp-content/plugins/wordpress-seo/admin/class-config.php'),(8679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php','wp-content/plugins/wordpress-seo/admin/class-database-proxy.php'),(8680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-export.php','wp-content/plugins/wordpress-seo/admin/class-export.php'),(8681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php','wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php'),(8682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php','wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php'),(8683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php','wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),(8684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php','wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php'),(8685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-option-tab.php','wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),(8686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php','wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),(8687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php','wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),(8688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php','wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php'),(8689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php','wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),(8690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php','wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),(8691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php','wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),(8692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php','wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php'),(8693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php','wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),(8694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php','wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),(8695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-remote-request.php','wp-content/plugins/wordpress-seo/admin/class-remote-request.php'),(8696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php','wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php'),(8697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php','wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php'),(8698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php','wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php'),(8699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php','wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php'),(8700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php','wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),(8701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php','wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),(8702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php','wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php'),(8703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php','wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php'),(8704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php','wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php'),(8705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php','wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),(8706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php','wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),(8707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php','wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php'),(8708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php','wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),(8709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php'),(8710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),(8711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),(8712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php','wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php'),(8713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php','wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php'),(8714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php','wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),(8715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php','wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),(8716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php','wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),(8717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php','wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),(8718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php','wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),(8719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),(8720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php'),(8721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php'),(8722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php','wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php'),(8723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php','wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php'),(8724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php','wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php'),(8725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/class-import-status.php','wp-content/plugins/wordpress-seo/admin/import/class-import-status.php'),(8726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php'),(8727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php'),(8728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php'),(8729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php'),(8730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php'),(8731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php'),(8732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php'),(8733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php'),(8734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php'),(8735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php'),(8736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php'),(8737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php'),(8738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php'),(8739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php'),(8740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php'),(8741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php'),(8742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php'),(8743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),(8744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/index.php','wp-content/plugins/wordpress-seo/admin/index.php'),(8745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/interface-collection.php','wp-content/plugins/wordpress-seo/admin/interface-collection.php'),(8746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/interface-installable.php','wp-content/plugins/wordpress-seo/admin/interface-installable.php'),(8747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php','wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php'),(8748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php','wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),(8749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php','wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php'),(8750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-menu.php','wp-content/plugins/wordpress-seo/admin/menu/class-menu.php'),(8751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php','wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php'),(8752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),(8753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),(8754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php','wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php'),(8755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php','wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php'),(8756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php'),(8757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),(8758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),(8759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php'),(8760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php'),(8761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),(8762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),(8763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php'),(8764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php'),(8765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php'),(8766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php'),(8767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php'),(8768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),(8769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),(8770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),(8771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),(8772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php','wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php'),(8773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php','wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php'),(8774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php','wp-content/plugins/wordpress-seo/admin/pages/dashboard.php'),(8775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/pages/licenses.php','wp-content/plugins/wordpress-seo/admin/pages/licenses.php'),(8776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/pages/network.php','wp-content/plugins/wordpress-seo/admin/pages/network.php'),(8777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/pages/redirects.php','wp-content/plugins/wordpress-seo/admin/pages/redirects.php'),(8778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/pages/tools.php','wp-content/plugins/wordpress-seo/admin/pages/tools.php'),(8779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php','wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php'),(8780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php','wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php'),(8781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php'),(8782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php'),(8783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php'),(8784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/services/class-file-size.php','wp-content/plugins/wordpress-seo/admin/services/class-file-size.php'),(8785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),(8786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),(8787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),(8788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),(8789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),(8790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),(8791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),(8792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php'),(8793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php'),(8794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php'),(8795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php'),(8796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php'),(8797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php'),(8798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php'),(8799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php'),(8800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php'),(8801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php','wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),(8802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php','wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php'),(8803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/form/select.php','wp-content/plugins/wordpress-seo/admin/views/form/select.php'),(8804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php','wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),(8805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php','wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),(8806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/licenses.php','wp-content/plugins/wordpress-seo/admin/views/licenses.php'),(8807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php','wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php'),(8808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php'),(8809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php'),(8810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php'),(8811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/redirects.php','wp-content/plugins/wordpress-seo/admin/views/redirects.php'),(8812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),(8813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php'),(8814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php'),(8815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php','wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php'),(8816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php','wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php'),(8817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php','wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php'),(8818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php','wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php'),(8819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php','wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php'),(8820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),(8821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),(8822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),(8823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php','wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),(8824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php','wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),(8825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php','wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),(8826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/views/user-profile.php','wp-content/plugins/wordpress-seo/admin/views/user-profile.php'),(8827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php','wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php'),(8828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json','wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json'),(8829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json','wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json'),(8830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json','wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json'),(8831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/academy-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/academy-2340-rtl.css'),(8832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/academy-2340.css','wp-content/plugins/wordpress-seo/css/dist/academy-2340.css'),(8833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/admin-global-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/admin-global-2340-rtl.css'),(8834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/admin-global-2340.css','wp-content/plugins/wordpress-seo/css/dist/admin-global-2340.css'),(8835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/adminbar-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/adminbar-2340-rtl.css'),(8836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/adminbar-2340.css','wp-content/plugins/wordpress-seo/css/dist/adminbar-2340.css'),(8837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2340-rtl.css'),(8838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2340.css','wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2340.css'),(8839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/ai-generator-2340-rtl.css'),(8840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2340.css','wp-content/plugins/wordpress-seo/css/dist/ai-generator-2340.css'),(8841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/alerts-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/alerts-2340-rtl.css'),(8842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/alerts-2340.css','wp-content/plugins/wordpress-seo/css/dist/alerts-2340.css'),(8843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2340-rtl.css'),(8844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2340.css','wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2340.css'),(8845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/dashboard-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/dashboard-2340-rtl.css'),(8846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/dashboard-2340.css','wp-content/plugins/wordpress-seo/css/dist/dashboard-2340.css'),(8847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/edit-page-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/edit-page-2340-rtl.css'),(8848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/edit-page-2340.css','wp-content/plugins/wordpress-seo/css/dist/edit-page-2340.css'),(8849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/elementor-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/elementor-2340-rtl.css'),(8850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/elementor-2340.css','wp-content/plugins/wordpress-seo/css/dist/elementor-2340.css'),(8851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/featured-image-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/featured-image-2340-rtl.css'),(8852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/featured-image-2340.css','wp-content/plugins/wordpress-seo/css/dist/featured-image-2340.css'),(8853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2340-rtl.css'),(8854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2340.css','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2340.css'),(8855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2340-rtl.css'),(8856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2340.css','wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2340.css'),(8857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/icons-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/icons-2340-rtl.css'),(8858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/icons-2340.css','wp-content/plugins/wordpress-seo/css/dist/icons-2340.css'),(8859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/inside-editor-2340-rtl.css'),(8860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2340.css','wp-content/plugins/wordpress-seo/css/dist/inside-editor-2340.css'),(8861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/introductions-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/introductions-2340-rtl.css'),(8862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/introductions-2340.css','wp-content/plugins/wordpress-seo/css/dist/introductions-2340.css'),(8863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/metabox-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/metabox-2340-rtl.css'),(8864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/metabox-2340.css','wp-content/plugins/wordpress-seo/css/dist/metabox-2340.css'),(8865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2340-rtl.css'),(8866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2340.css','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2340.css'),(8867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/modal-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/modal-2340-rtl.css'),(8868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/modal-2340.css','wp-content/plugins/wordpress-seo/css/dist/modal-2340.css'),(8869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/monorepo-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/monorepo-2340-rtl.css'),(8870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/monorepo-2340.css','wp-content/plugins/wordpress-seo/css/dist/monorepo-2340.css'),(8871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/new-settings-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/new-settings-2340-rtl.css'),(8872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/new-settings-2340.css','wp-content/plugins/wordpress-seo/css/dist/new-settings-2340.css'),(8873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/notifications-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/notifications-2340-rtl.css'),(8874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/notifications-2340.css','wp-content/plugins/wordpress-seo/css/dist/notifications-2340.css'),(8875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/score_icon-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/score_icon-2340-rtl.css'),(8876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/score_icon-2340.css','wp-content/plugins/wordpress-seo/css/dist/score_icon-2340.css'),(8877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2340-rtl.css'),(8878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2340.css','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2340.css'),(8879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/support-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/support-2340-rtl.css'),(8880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/support-2340.css','wp-content/plugins/wordpress-seo/css/dist/support-2340.css'),(8881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/tailwind-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/tailwind-2340-rtl.css'),(8882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/tailwind-2340.css','wp-content/plugins/wordpress-seo/css/dist/tailwind-2340.css'),(8883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2340-rtl.css'),(8884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2340.css','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2340.css'),(8885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/tooltips-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/tooltips-2340-rtl.css'),(8886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/tooltips-2340.css','wp-content/plugins/wordpress-seo/css/dist/tooltips-2340.css'),(8887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/workouts-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/workouts-2340-rtl.css'),(8888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/workouts-2340.css','wp-content/plugins/wordpress-seo/css/dist/workouts-2340.css'),(8889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2340-rtl.css'),(8890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2340.css','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2340.css'),(8891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2340-rtl.css'),(8892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2340.css','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2340.css'),(8893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2340-rtl.css'),(8894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2340.css','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2340.css'),(8895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2340-rtl.css','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2340-rtl.css'),(8896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2340.css','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2340.css'),(8897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl','wp-content/plugins/wordpress-seo/css/main-sitemap.xsl'),(8898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg','wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg'),(8899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png','wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png'),(8900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png','wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png'),(8901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/block_editor.png','wp-content/plugins/wordpress-seo/images/academy/block_editor.png'),(8902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/copywriting.png','wp-content/plugins/wordpress-seo/images/academy/copywriting.png'),(8903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/crawlability.png','wp-content/plugins/wordpress-seo/images/academy/crawlability.png'),(8904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/ecommerce.png','wp-content/plugins/wordpress-seo/images/academy/ecommerce.png'),(8905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png','wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png'),(8906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/keyword_research.png','wp-content/plugins/wordpress-seo/images/academy/keyword_research.png'),(8907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/local.png','wp-content/plugins/wordpress-seo/images/academy/local.png'),(8908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/multilingual.png','wp-content/plugins/wordpress-seo/images/academy/multilingual.png'),(8909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png','wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png'),(8910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png','wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png'),(8911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/site_structure.png','wp-content/plugins/wordpress-seo/images/academy/site_structure.png'),(8912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png','wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png'),(8913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png','wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png'),(8914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png','wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png'),(8915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/acf-logo.png','wp-content/plugins/wordpress-seo/images/acf-logo.png'),(8916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/admin_bar.png','wp-content/plugins/wordpress-seo/images/admin_bar.png'),(8917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png','wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png'),(8918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/ai-generator-preview.png','wp-content/plugins/wordpress-seo/images/ai-generator-preview.png'),(8919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/ai-generator.png','wp-content/plugins/wordpress-seo/images/ai-generator.png'),(8920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/alert-error-icon.svg','wp-content/plugins/wordpress-seo/images/alert-error-icon.svg'),(8921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/alert-info-icon.svg','wp-content/plugins/wordpress-seo/images/alert-info-icon.svg'),(8922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/alert-success-icon.svg','wp-content/plugins/wordpress-seo/images/alert-success-icon.svg'),(8923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg','wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg'),(8924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/cornerstone_content.png','wp-content/plugins/wordpress-seo/images/cornerstone_content.png'),(8925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/error-icon.svg','wp-content/plugins/wordpress-seo/images/error-icon.svg'),(8926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png','wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png'),(8927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/index.php','wp-content/plugins/wordpress-seo/images/index.php'),(8928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg','wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg'),(8929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/indexnow.png','wp-content/plugins/wordpress-seo/images/indexnow.png'),(8930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/insights.png','wp-content/plugins/wordpress-seo/images/insights.png'),(8931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/link-in-icon.svg','wp-content/plugins/wordpress-seo/images/link-in-icon.svg'),(8932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/link-out-icon.svg','wp-content/plugins/wordpress-seo/images/link-out-icon.svg'),(8933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/link_suggestions.png','wp-content/plugins/wordpress-seo/images/link_suggestions.png'),(8934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg','wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg'),(8935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg'),(8936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg'),(8937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg'),(8938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg','wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg'),(8939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg','wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg'),(8940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/open_graph.png','wp-content/plugins/wordpress-seo/images/open_graph.png'),(8941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/plugin_subscription.svg','wp-content/plugins/wordpress-seo/images/plugin_subscription.svg'),(8942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/question-mark.png','wp-content/plugins/wordpress-seo/images/question-mark.png'),(8943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/readability-icon.svg','wp-content/plugins/wordpress-seo/images/readability-icon.svg'),(8944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/readability_analysis.png','wp-content/plugins/wordpress-seo/images/readability_analysis.png'),(8945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/rest_api.png','wp-content/plugins/wordpress-seo/images/rest_api.png'),(8946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/seo_analysis.png','wp-content/plugins/wordpress-seo/images/seo_analysis.png'),(8947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/slack_sharing.png','wp-content/plugins/wordpress-seo/images/slack_sharing.png'),(8948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png','wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png'),(8949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg','wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg'),(8950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/support/github.png','wp-content/plugins/wordpress-seo/images/support/github.png'),(8951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/support/help_center.png','wp-content/plugins/wordpress-seo/images/support/help_center.png'),(8952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/support/support_forums.png','wp-content/plugins/wordpress-seo/images/support/support_forums.png'),(8953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/support-team.svg','wp-content/plugins/wordpress-seo/images/support-team.svg'),(8954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/text_link_counter.png','wp-content/plugins/wordpress-seo/images/text_link_counter.png'),(8955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/twitter_card.png','wp-content/plugins/wordpress-seo/images/twitter_card.png'),(8956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg','wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg'),(8957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg','wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg'),(8958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/images/xml_sitemaps.png','wp-content/plugins/wordpress-seo/images/xml_sitemaps.png'),(8959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php','wp-content/plugins/wordpress-seo/inc/class-addon-manager.php'),(8960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php','wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php'),(8961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-post-type.php','wp-content/plugins/wordpress-seo/inc/class-post-type.php'),(8962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-rewrite.php','wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),(8963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php','wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php'),(8964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-upgrade.php','wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),(8965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php'),(8966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),(8967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php'),(8968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php'),(8969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),(8970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php'),(8971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),(8972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),(8973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),(8974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),(8975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),(8976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),(8977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),(8978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),(8979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php','wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php'),(8980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/date-helper.php','wp-content/plugins/wordpress-seo/inc/date-helper.php'),(8981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php'),(8982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php'),(8983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/index.php','wp-content/plugins/wordpress-seo/inc/index.php'),(8984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php'),(8985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),(8986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/language-utils.php','wp-content/plugins/wordpress-seo/inc/language-utils.php'),(8987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),(8988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),(8989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),(8990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),(8991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),(8992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),(8993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),(8994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),(8995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php'),(8996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),(8997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),(8998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),(8999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),(9000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),(9001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),(9002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),(9003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),(9004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),(9005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),(9006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),(9007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php','wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),(9008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php','wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),(9009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php','wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),(9010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/index.php','wp-content/plugins/wordpress-seo/index.php'),(9011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/academy.js','wp-content/plugins/wordpress-seo/js/dist/academy.js'),(9012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/addon-installation.js','wp-content/plugins/wordpress-seo/js/dist/addon-installation.js'),(9013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/admin-global.js','wp-content/plugins/wordpress-seo/js/dist/admin-global.js'),(9014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/admin-modules.js','wp-content/plugins/wordpress-seo/js/dist/admin-modules.js'),(9015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js','wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js'),(9016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/api-client.js','wp-content/plugins/wordpress-seo/js/dist/api-client.js'),(9017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/block-editor.js','wp-content/plugins/wordpress-seo/js/dist/block-editor.js'),(9018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js','wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js'),(9019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/classic-editor.js','wp-content/plugins/wordpress-seo/js/dist/classic-editor.js'),(9020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js','wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js'),(9021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js','wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js'),(9022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js','wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js'),(9023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/edit-page.js','wp-content/plugins/wordpress-seo/js/dist/edit-page.js'),(9024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/editor-modules.js','wp-content/plugins/wordpress-seo/js/dist/editor-modules.js'),(9025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/elementor.js','wp-content/plugins/wordpress-seo/js/dist/elementor.js'),(9026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js','wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js'),(9027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js','wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js'),(9028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js','wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js'),(9029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js','wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js'),(9030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js','wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js'),(9031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js','wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js'),(9032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js','wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js'),(9033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/jed.js','wp-content/plugins/wordpress-seo/js/dist/externals/jed.js'),(9034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js','wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js'),(9035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js','wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js'),(9036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/redux.js','wp-content/plugins/wordpress-seo/js/dist/externals/redux.js'),(9037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js','wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js'),(9038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js','wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js'),(9039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js','wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js'),(9040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js','wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js'),(9041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js','wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js'),(9042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js','wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js'),(9043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js','wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js'),(9044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals-components.js','wp-content/plugins/wordpress-seo/js/dist/externals-components.js'),(9045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js','wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js'),(9046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/externals-redux.js','wp-content/plugins/wordpress-seo/js/dist/externals-redux.js'),(9047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/faq-block.js','wp-content/plugins/wordpress-seo/js/dist/faq-block.js'),(9048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js','wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js'),(9049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js','wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js'),(9050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js','wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js'),(9051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js','wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js'),(9052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/how-to-block.js','wp-content/plugins/wordpress-seo/js/dist/how-to-block.js'),(9053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/import.js','wp-content/plugins/wordpress-seo/js/dist/import.js'),(9054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/indexation.js','wp-content/plugins/wordpress-seo/js/dist/indexation.js'),(9055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/installation-success.js','wp-content/plugins/wordpress-seo/js/dist/installation-success.js'),(9056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/integrations-page.js','wp-content/plugins/wordpress-seo/js/dist/integrations-page.js'),(9057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/introductions.js','wp-content/plugins/wordpress-seo/js/dist/introductions.js'),(9058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/ar.js','wp-content/plugins/wordpress-seo/js/dist/languages/ar.js'),(9059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/ca.js','wp-content/plugins/wordpress-seo/js/dist/languages/ca.js'),(9060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/cs.js','wp-content/plugins/wordpress-seo/js/dist/languages/cs.js'),(9061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/de.js','wp-content/plugins/wordpress-seo/js/dist/languages/de.js'),(9062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/default.js','wp-content/plugins/wordpress-seo/js/dist/languages/default.js'),(9063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/el.js','wp-content/plugins/wordpress-seo/js/dist/languages/el.js'),(9064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/en.js','wp-content/plugins/wordpress-seo/js/dist/languages/en.js'),(9065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/es.js','wp-content/plugins/wordpress-seo/js/dist/languages/es.js'),(9066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/fa.js','wp-content/plugins/wordpress-seo/js/dist/languages/fa.js'),(9067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/fr.js','wp-content/plugins/wordpress-seo/js/dist/languages/fr.js'),(9068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/he.js','wp-content/plugins/wordpress-seo/js/dist/languages/he.js'),(9069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/hu.js','wp-content/plugins/wordpress-seo/js/dist/languages/hu.js'),(9070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/id.js','wp-content/plugins/wordpress-seo/js/dist/languages/id.js'),(9071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/it.js','wp-content/plugins/wordpress-seo/js/dist/languages/it.js'),(9072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/ja.js','wp-content/plugins/wordpress-seo/js/dist/languages/ja.js'),(9073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/nb.js','wp-content/plugins/wordpress-seo/js/dist/languages/nb.js'),(9074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/nl.js','wp-content/plugins/wordpress-seo/js/dist/languages/nl.js'),(9075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/pl.js','wp-content/plugins/wordpress-seo/js/dist/languages/pl.js'),(9076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/pt.js','wp-content/plugins/wordpress-seo/js/dist/languages/pt.js'),(9077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/ru.js','wp-content/plugins/wordpress-seo/js/dist/languages/ru.js'),(9078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/sk.js','wp-content/plugins/wordpress-seo/js/dist/languages/sk.js'),(9079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/sv.js','wp-content/plugins/wordpress-seo/js/dist/languages/sv.js'),(9080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/languages/tr.js','wp-content/plugins/wordpress-seo/js/dist/languages/tr.js'),(9081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/network-admin.js','wp-content/plugins/wordpress-seo/js/dist/network-admin.js'),(9082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/new-settings.js','wp-content/plugins/wordpress-seo/js/dist/new-settings.js'),(9083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/post-edit.js','wp-content/plugins/wordpress-seo/js/dist/post-edit.js'),(9084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js','wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js'),(9085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/react-select.js','wp-content/plugins/wordpress-seo/js/dist/react-select.js'),(9086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js','wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js'),(9087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/reindex-links.js','wp-content/plugins/wordpress-seo/js/dist/reindex-links.js'),(9088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/settings.js','wp-content/plugins/wordpress-seo/js/dist/settings.js'),(9089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/support.js','wp-content/plugins/wordpress-seo/js/dist/support.js'),(9090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/term-edit.js','wp-content/plugins/wordpress-seo/js/dist/term-edit.js'),(9091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js','wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js'),(9092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js','wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js'),(9093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/js/dist/workouts.js','wp-content/plugins/wordpress-seo/js/dist/workouts.js'),(9094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/abstract-main.php','wp-content/plugins/wordpress-seo/lib/abstract-main.php'),(9095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php','wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php'),(9096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/migrations/adapter.php','wp-content/plugins/wordpress-seo/lib/migrations/adapter.php'),(9097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/migrations/column.php','wp-content/plugins/wordpress-seo/lib/migrations/column.php'),(9098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/migrations/constants.php','wp-content/plugins/wordpress-seo/lib/migrations/constants.php'),(9099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/migrations/migration.php','wp-content/plugins/wordpress-seo/lib/migrations/migration.php'),(9100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/migrations/table.php','wp-content/plugins/wordpress-seo/lib/migrations/table.php'),(9101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/model.php','wp-content/plugins/wordpress-seo/lib/model.php'),(9102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/lib/orm.php','wp-content/plugins/wordpress-seo/lib/orm.php'),(9103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/license.txt','wp-content/plugins/wordpress-seo/license.txt'),(9104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg','wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg'),(9105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg','wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg'),(9106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg'),(9107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg','wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg'),(9108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg'),(9109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg'),(9110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg','wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg');
INSERT INTO `wpau_wfknownfilelist` VALUES (9111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg','wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg'),(9112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg','wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg'),(9113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg','wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg'),(9114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg','wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg'),(9115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg','wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg'),(9116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-integration-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-integration-logo.svg'),(9117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-logo.svg'),(9118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg'),(9119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg','wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg'),(9120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg'),(9121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg','wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg'),(9122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg'),(9123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg'),(9124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg','wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg'),(9125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg','wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg'),(9126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg','wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg'),(9127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg'),(9128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg'),(9129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg'),(9130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg'),(9131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg'),(9132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg'),(9133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/yoast-seo-simple-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/yoast-seo-simple-logo.svg'),(9134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg','wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg'),(9135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/readme.txt','wp-content/plugins/wordpress-seo/readme.txt'),(9136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php','wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php'),(9137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php','wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php'),(9138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php','wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php'),(9139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php','wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php'),(9140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php'),(9141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php'),(9142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php'),(9143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php'),(9144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php'),(9145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php'),(9146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php'),(9147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php'),(9148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php'),(9149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php'),(9150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php'),(9151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php','wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php'),(9152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php','wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php'),(9153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php','wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php'),(9154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php'),(9155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php'),(9156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php'),(9157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php'),(9158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php'),(9159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php'),(9160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php'),(9161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php'),(9162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php'),(9163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php'),(9164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php','wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php'),(9165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php'),(9166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php'),(9167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/integrations-action.php','wp-content/plugins/wordpress-seo/src/actions/integrations-action.php'),(9168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php'),(9169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php'),(9170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php'),(9171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php'),(9172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php'),(9173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php'),(9174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php','wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php'),(9175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php','wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php'),(9176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php','wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php'),(9177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php','wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php'),(9178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php','wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php'),(9179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php','wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php'),(9180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php','wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php'),(9181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php'),(9182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php'),(9183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php'),(9184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php'),(9185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php'),(9186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php'),(9187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php'),(9188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php'),(9189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php','wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php'),(9190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php'),(9191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php'),(9192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php','wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php'),(9193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php','wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php'),(9194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/commands/command-interface.php','wp-content/plugins/wordpress-seo/src/commands/command-interface.php'),(9195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/commands/index-command.php','wp-content/plugins/wordpress-seo/src/commands/index-command.php'),(9196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php'),(9197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php'),(9198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php'),(9199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php'),(9200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php'),(9201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php'),(9202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php'),(9203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php'),(9204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php'),(9205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php'),(9206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php','wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php'),(9207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php'),(9208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php'),(9209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php'),(9210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php'),(9211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php'),(9212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php'),(9213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php'),(9214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php'),(9215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php'),(9216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php'),(9217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php'),(9218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php','wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php'),(9219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php'),(9220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php'),(9221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php'),(9222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php'),(9223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php'),(9224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php'),(9225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php'),(9226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php'),(9227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php'),(9228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php'),(9229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php'),(9230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php'),(9231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php'),(9232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php'),(9233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-active-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-active-conditional.php'),(9234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-not-premium-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-not-premium-conditional.php'),(9235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php'),(9236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php'),(9237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php'),(9238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php'),(9239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php'),(9240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php','wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php'),(9241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php'),(9242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php'),(9243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php'),(9244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php'),(9245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php'),(9246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php'),(9247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php'),(9248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php'),(9249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php'),(9250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php'),(9251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php'),(9252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php'),(9253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php'),(9254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php'),(9255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php'),(9256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php'),(9257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php'),(9258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php','wp-content/plugins/wordpress-seo/src/config/badge-group-names.php'),(9259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php','wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php'),(9260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php','wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php'),(9261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migration-status.php','wp-content/plugins/wordpress-seo/src/config/migration-status.php'),(9262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php','wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php'),(9263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php','wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php'),(9264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php','wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php'),(9265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php','wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php'),(9266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php'),(9267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php'),(9268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php'),(9269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php'),(9270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php'),(9271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php'),(9272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php'),(9273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php'),(9274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php'),(9275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php'),(9276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php'),(9277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php'),(9278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php'),(9279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php'),(9280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php','wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php'),(9281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php','wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php'),(9282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php','wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php'),(9283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php'),(9284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php','wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php'),(9285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php','wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php'),(9286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/oauth-client.php','wp-content/plugins/wordpress-seo/src/config/oauth-client.php'),(9287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/researcher-languages.php','wp-content/plugins/wordpress-seo/src/config/researcher-languages.php'),(9288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/schema-ids.php','wp-content/plugins/wordpress-seo/src/config/schema-ids.php'),(9289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/schema-types.php','wp-content/plugins/wordpress-seo/src/config/schema-types.php'),(9290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/semrush-client.php','wp-content/plugins/wordpress-seo/src/config/semrush-client.php'),(9291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/wincher-client.php','wp-content/plugins/wordpress-seo/src/config/wincher-client.php'),(9292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php','wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php'),(9293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php','wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php'),(9294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php','wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php'),(9295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php','wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php'),(9296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php','wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php'),(9297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/admin/class-customizer.php','wp-content/plugins/wordpress-seo/src/deprecated/admin/class-customizer.php'),(9298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php','wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php'),(9299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php','wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php'),(9300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/index.php','wp-content/plugins/wordpress-seo/src/deprecated/index.php'),(9301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-integration-active-conditional.php','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-integration-active-conditional.php'),(9302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php'),(9303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-app-config.php','wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-app-config.php'),(9304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-translations.php','wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-translations.php'),(9305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/wordproof-helper.php','wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/wordproof-helper.php'),(9306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/disable-concatenate-scripts-integration.php','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/disable-concatenate-scripts-integration.php'),(9307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php'),(9308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/duplicate-post-integration.php','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/duplicate-post-integration.php'),(9309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php'),(9310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php'),(9311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof.php','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof.php'),(9312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/deprecated/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php','wp-content/plugins/wordpress-seo/src/deprecated/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php'),(9313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php','wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php'),(9314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/application/integrations/integration-information-repository.php','wp-content/plugins/wordpress-seo/src/editors/application/integrations/integration-information-repository.php'),(9315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php','wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php'),(9316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/application/seo/term-seo-information-repository.php','wp-content/plugins/wordpress-seo/src/editors/application/seo/term-seo-information-repository.php'),(9317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php','wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php'),(9318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php','wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php'),(9319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php','wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php'),(9320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php','wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php'),(9321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/integrations/integration-data-provider-interface.php','wp-content/plugins/wordpress-seo/src/editors/domain/integrations/integration-data-provider-interface.php'),(9322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php','wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php'),(9323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php','wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php'),(9324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/seo/seo-plugin-data-interface.php','wp-content/plugins/wordpress-seo/src/editors/domain/seo/seo-plugin-data-interface.php'),(9325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php','wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php'),(9326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php','wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php'),(9327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php','wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php'),(9328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php','wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php'),(9329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php','wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php'),(9330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php','wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php'),(9331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php','wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php'),(9332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php','wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php'),(9333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php','wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php'),(9334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php','wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php'),(9335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php','wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php'),(9336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/description-data-provider-interface.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/description-data-provider-interface.php'),(9337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php'),(9338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/abstract-post-seo-data-provider.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/abstract-post-seo-data-provider.php'),(9339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/description-data-provider.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/description-data-provider.php'),(9340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php'),(9341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php'),(9342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php'),(9343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php'),(9344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/abstract-term-seo-data-provider.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/abstract-term-seo-data-provider.php'),(9345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/description-data-provider.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/description-data-provider.php'),(9346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/keyphrase-data-provider.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/keyphrase-data-provider.php'),(9347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/social-data-provider.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/social-data-provider.php'),(9348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php'),(9349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/seo/title-data-provider-interface.php','wp-content/plugins/wordpress-seo/src/editors/framework/seo/title-data-provider-interface.php'),(9350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/site/base-site-information.php','wp-content/plugins/wordpress-seo/src/editors/framework/site/base-site-information.php'),(9351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php','wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php'),(9352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/site/term-site-information.php','wp-content/plugins/wordpress-seo/src/editors/framework/site/term-site-information.php'),(9353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php','wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php'),(9354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php','wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php'),(9355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php'),(9356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php'),(9357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php'),(9358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php'),(9359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php'),(9360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php'),(9361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php'),(9362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php'),(9363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php'),(9364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php'),(9365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php'),(9366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php'),(9367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php'),(9368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php'),(9369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php'),(9370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php'),(9371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php'),(9372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php','wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php'),(9373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php'),(9374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php'),(9375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php'),(9376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php'),(9377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/functions.php','wp-content/plugins/wordpress-seo/src/functions.php'),(9378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generated/assets/externals.php','wp-content/plugins/wordpress-seo/src/generated/assets/externals.php'),(9379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generated/assets/languages.php','wp-content/plugins/wordpress-seo/src/generated/assets/languages.php'),(9380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php','wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php'),(9381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generated/container.php','wp-content/plugins/wordpress-seo/src/generated/container.php'),(9382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php','wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php'),(9383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/generator-interface.php','wp-content/plugins/wordpress-seo/src/generators/generator-interface.php'),(9384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php','wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php'),(9385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php','wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php'),(9386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php','wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php'),(9387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/article.php','wp-content/plugins/wordpress-seo/src/generators/schema/article.php'),(9388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/author.php','wp-content/plugins/wordpress-seo/src/generators/schema/author.php'),(9389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php','wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php'),(9390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/faq.php','wp-content/plugins/wordpress-seo/src/generators/schema/faq.php'),(9391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/howto.php','wp-content/plugins/wordpress-seo/src/generators/schema/howto.php'),(9392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php','wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php'),(9393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/organization.php','wp-content/plugins/wordpress-seo/src/generators/schema/organization.php'),(9394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/person.php','wp-content/plugins/wordpress-seo/src/generators/schema/person.php'),(9395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php','wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php'),(9396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema/website.php','wp-content/plugins/wordpress-seo/src/generators/schema/website.php'),(9397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php','wp-content/plugins/wordpress-seo/src/generators/schema-generator.php'),(9398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php','wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php'),(9399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php','wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php'),(9400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php','wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php'),(9401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php','wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php'),(9402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php','wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php'),(9403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php','wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php'),(9404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php','wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php'),(9405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php','wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php'),(9406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php','wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php'),(9407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php','wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php'),(9408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/date-helper.php','wp-content/plugins/wordpress-seo/src/helpers/date-helper.php'),(9409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php','wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php'),(9410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php','wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php'),(9411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php','wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php'),(9412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/image-helper.php','wp-content/plugins/wordpress-seo/src/helpers/image-helper.php'),(9413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php','wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php'),(9414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/import-helper.php','wp-content/plugins/wordpress-seo/src/helpers/import-helper.php'),(9415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php','wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php'),(9416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php','wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php'),(9417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php','wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php'),(9418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/language-helper.php','wp-content/plugins/wordpress-seo/src/helpers/language-helper.php'),(9419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php','wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php'),(9420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php','wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php'),(9421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php','wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php'),(9422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php','wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php'),(9423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/options-helper.php','wp-content/plugins/wordpress-seo/src/helpers/options-helper.php'),(9424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php','wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php'),(9425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php','wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php'),(9426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/post-helper.php','wp-content/plugins/wordpress-seo/src/helpers/post-helper.php'),(9427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php','wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php'),(9428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php','wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php'),(9429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/product-helper.php','wp-content/plugins/wordpress-seo/src/helpers/product-helper.php'),(9430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php','wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php'),(9431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/request-helper.php','wp-content/plugins/wordpress-seo/src/helpers/request-helper.php'),(9432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php','wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php'),(9433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php','wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php'),(9434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php','wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php'),(9435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php','wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php'),(9436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php','wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php'),(9437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php','wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php'),(9438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php','wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php'),(9439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php','wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php'),(9440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php','wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php'),(9441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php','wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php'),(9442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php','wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php'),(9443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php','wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php'),(9444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/site-helper.php','wp-content/plugins/wordpress-seo/src/helpers/site-helper.php'),(9445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php','wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php'),(9446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/string-helper.php','wp-content/plugins/wordpress-seo/src/helpers/string-helper.php'),(9447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php','wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php'),(9448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php','wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php'),(9449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php','wp-content/plugins/wordpress-seo/src/helpers/url-helper.php'),(9450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/user-helper.php','wp-content/plugins/wordpress-seo/src/helpers/user-helper.php'),(9451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php','wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php'),(9452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php','wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php'),(9453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php','wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php'),(9454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php','wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php'),(9455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php','wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php'),(9456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php','wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php'),(9457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php','wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php'),(9458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php','wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php'),(9459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php','wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php'),(9460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php','wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php'),(9461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php','wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php'),(9462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php'),(9463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php'),(9464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php'),(9465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php'),(9466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php'),(9467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php'),(9468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php'),(9469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php'),(9470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php'),(9471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php'),(9472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php'),(9473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php'),(9474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php','wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php'),(9475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php'),(9476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php'),(9477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php'),(9478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php'),(9479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php'),(9480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php','wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php'),(9481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php'),(9482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php'),(9483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php'),(9484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php'),(9485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php'),(9486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php'),(9487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version-notice.php','wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version-notice.php'),(9488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php'),(9489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php','wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php'),(9490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php','wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php'),(9491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php','wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php'),(9492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php','wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php'),(9493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/jetpack-boost-pre-publish.php','wp-content/plugins/wordpress-seo/src/integrations/alerts/jetpack-boost-pre-publish.php'),(9494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php','wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php'),(9495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php','wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php'),(9496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php','wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php'),(9497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php','wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php'),(9498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php','wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php'),(9499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php','wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php'),(9500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php','wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php'),(9501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php','wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php'),(9502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php','wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php'),(9503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php','wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php'),(9504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php','wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php'),(9505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php','wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php'),(9506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php','wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php'),(9507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php'),(9508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php'),(9509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php'),(9510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php'),(9511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php'),(9512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php'),(9513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php'),(9514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php'),(9515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php'),(9516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php'),(9517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php'),(9518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php'),(9519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php'),(9520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php'),(9521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php'),(9522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php'),(9523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php','wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php'),(9524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php','wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php'),(9525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/primary-category.php','wp-content/plugins/wordpress-seo/src/integrations/primary-category.php'),(9526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php','wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php'),(9527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/support-integration.php','wp-content/plugins/wordpress-seo/src/integrations/support-integration.php'),(9528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php'),(9529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php'),(9530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php'),(9531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php'),(9532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php'),(9533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php'),(9534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php'),(9535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php'),(9536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php'),(9537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php'),(9538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php'),(9539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php'),(9540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php'),(9541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php'),(9542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php'),(9543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php','wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php'),(9544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php'),(9545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php'),(9546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php'),(9547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php'),(9548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php'),(9549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php'),(9550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php'),(9551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php'),(9552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php'),(9553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php'),(9554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php'),(9555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php'),(9556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php'),(9557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php'),(9558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php'),(9559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php'),(9560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php'),(9561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php'),(9562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php'),(9563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php'),(9564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php'),(9565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php'),(9566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php'),(9567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php'),(9568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php'),(9569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php','wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php'),(9570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/application/ai-fix-assessments-upsell.php','wp-content/plugins/wordpress-seo/src/introductions/application/ai-fix-assessments-upsell.php'),(9571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php','wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php'),(9572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php','wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php'),(9573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php','wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php'),(9574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php','wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php'),(9575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php','wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php'),(9576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php','wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php'),(9577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php','wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php'),(9578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php','wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php'),(9579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php','wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php'),(9580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php','wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php'),(9581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/readme.md','wp-content/plugins/wordpress-seo/src/introductions/readme.md'),(9582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php','wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php'),(9583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php','wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php'),(9584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php','wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php'),(9585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/loadable-interface.php','wp-content/plugins/wordpress-seo/src/loadable-interface.php'),(9586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/loader.php','wp-content/plugins/wordpress-seo/src/loader.php'),(9587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/loggers/logger.php','wp-content/plugins/wordpress-seo/src/loggers/logger.php'),(9588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/main.php','wp-content/plugins/wordpress-seo/src/main.php'),(9589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php','wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php'),(9590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php','wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php'),(9591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php','wp-content/plugins/wordpress-seo/src/models/indexable-extension.php'),(9592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php','wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php'),(9593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/models/indexable.php','wp-content/plugins/wordpress-seo/src/models/indexable.php'),(9594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/models/primary-term.php','wp-content/plugins/wordpress-seo/src/models/primary-term.php'),(9595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/models/seo-links.php','wp-content/plugins/wordpress-seo/src/models/seo-links.php'),(9596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/models/seo-meta.php','wp-content/plugins/wordpress-seo/src/models/seo-meta.php'),(9597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php'),(9598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php','wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php'),(9599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php'),(9600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php'),(9601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php'),(9602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php'),(9603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php'),(9604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php'),(9605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php'),(9606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php'),(9607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php'),(9608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php'),(9609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php'),(9610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php'),(9611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php'),(9612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php'),(9613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php'),(9614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php'),(9615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php'),(9616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php'),(9617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php'),(9618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php'),(9619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php'),(9620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php'),(9621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php'),(9622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php'),(9623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php'),(9624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php'),(9625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php'),(9626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php'),(9627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php'),(9628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php'),(9629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php'),(9630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php'),(9631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php'),(9632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php'),(9633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php'),(9634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php'),(9635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php'),(9636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php'),(9637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php'),(9638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php'),(9639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php'),(9640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php'),(9641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php'),(9642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php'),(9643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php'),(9644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php'),(9645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php'),(9646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php'),(9647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php'),(9648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php'),(9649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php'),(9650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php'),(9651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php'),(9652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php'),(9653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php'),(9654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php'),(9655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php'),(9656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php'),(9657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php'),(9658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php'),(9659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php'),(9660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php'),(9661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php'),(9662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php'),(9663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php'),(9664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php'),(9665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php'),(9666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php','wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php'),(9667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php','wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php'),(9668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php','wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php'),(9669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php','wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php'),(9670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php','wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php'),(9671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php','wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php'),(9672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php','wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php'),(9673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php','wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php'),(9674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php','wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php'),(9675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php','wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php'),(9676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php','wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php'),(9677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php','wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php'),(9678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php','wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php'),(9679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php','wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php'),(9680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php','wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php'),(9681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php','wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php'),(9682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/importing-route.php','wp-content/plugins/wordpress-seo/src/routes/importing-route.php'),(9683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php','wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php'),(9684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/indexing-route.php','wp-content/plugins/wordpress-seo/src/routes/indexing-route.php'),(9685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/integrations-route.php','wp-content/plugins/wordpress-seo/src/routes/integrations-route.php'),(9686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php','wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php'),(9687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/route-interface.php','wp-content/plugins/wordpress-seo/src/routes/route-interface.php'),(9688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/semrush-route.php','wp-content/plugins/wordpress-seo/src/routes/semrush-route.php'),(9689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php','wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php'),(9690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/wincher-route.php','wp-content/plugins/wordpress-seo/src/routes/wincher-route.php'),(9691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/workouts-route.php','wp-content/plugins/wordpress-seo/src/routes/workouts-route.php'),(9692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php','wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php'),(9693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php'),(9694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php'),(9695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php'),(9696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php','wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php'),(9697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php'),(9698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php'),(9699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php'),(9700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php','wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php'),(9701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php'),(9702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php'),(9703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php'),(9704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php'),(9705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php'),(9706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php'),(9707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php','wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php'),(9708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php','wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php'),(9709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php','wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php'),(9710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php','wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php'),(9711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php'),(9712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php'),(9713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php'),(9714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php'),(9715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php','wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php'),(9716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php','wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php'),(9717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php','wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php'),(9718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php','wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php'),(9719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php','wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php'),(9720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php','wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php'),(9721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php','wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php'),(9722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php','wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php'),(9723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php','wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php'),(9724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php','wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php'),(9725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php','wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php'),(9726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/application/cleanup-service.php','wp-content/plugins/wordpress-seo/src/user-meta/application/cleanup-service.php'),(9727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/application/custom-meta-collector.php','wp-content/plugins/wordpress-seo/src/user-meta/application/custom-meta-collector.php'),(9728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/domain/additional-contactmethod-interface.php','wp-content/plugins/wordpress-seo/src/user-meta/domain/additional-contactmethod-interface.php'),(9729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php','wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php'),(9730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php'),(9731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php'),(9732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php'),(9733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php'),(9734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/pinterest.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/pinterest.php'),(9735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php'),(9736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php'),(9737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/wikipedia.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/wikipedia.php'),(9738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php'),(9739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php'),(9740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php'),(9741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php'),(9742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php'),(9743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/inclusive-language-analysis-disable.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/inclusive-language-analysis-disable.php'),(9744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/keyword-analysis-disable.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/keyword-analysis-disable.php'),(9745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php','wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php'),(9746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/infrastructure/cleanup-repository.php','wp-content/plugins/wordpress-seo/src/user-meta/infrastructure/cleanup-repository.php'),(9747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php','wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php'),(9748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/cleanup-integration.php','wp-content/plugins/wordpress-seo/src/user-meta/user-interface/cleanup-integration.php'),(9749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/custom-meta-integration.php','wp-content/plugins/wordpress-seo/src/user-meta/user-interface/custom-meta-integration.php'),(9750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php','wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php'),(9751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/images.php','wp-content/plugins/wordpress-seo/src/values/images.php'),(9752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php','wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php'),(9753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php','wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php'),(9754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php','wp-content/plugins/wordpress-seo/src/values/open-graph/images.php'),(9755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/robots/directive.php','wp-content/plugins/wordpress-seo/src/values/robots/directive.php'),(9756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php','wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php'),(9757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php','wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php'),(9758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/values/twitter/images.php','wp-content/plugins/wordpress-seo/src/values/twitter/images.php'),(9759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php','wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php'),(9760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php','wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php'),(9761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php','wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php'),(9762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php','wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php'),(9763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/autoload.php','wp-content/plugins/wordpress-seo/vendor/autoload.php'),(9764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php','wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),(9765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php','wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php'),(9766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/LICENSE','wp-content/plugins/wordpress-seo/vendor/composer/LICENSE'),(9767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php','wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),(9768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php','wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php'),(9769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php','wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),(9770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php','wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),(9771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),(9772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php','wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php'),(9773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/installed.php','wp-content/plugins/wordpress-seo/vendor/composer/installed.php'),(9774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php','wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php'),(9775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md','wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md'),(9776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE','wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE'),(9777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/default.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/default.php'),(9778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/version.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/version.php'),(9779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configuration.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configuration.php'),(9780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/EmptyProperty.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/EmptyProperty.php'),(9781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php'),(9782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidType.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidType.php'),(9783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php'),(9784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Facades/wordpress.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Facades/wordpress.php'),(9785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Host.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Host.php'),(9786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/DismissStorage.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/DismissStorage.php'),(9787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Listener.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Listener.php'),(9788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Message.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Message.php'),(9789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/MessagePresenter.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/MessagePresenter.php'),(9790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Requirement.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Requirement.php'),(9791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/VersionDetector.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/VersionDetector.php'),(9792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageDismisser.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageDismisser.php'),(9793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageFormatter.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageFormatter.php'),(9794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/BasicMessage.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/BasicMessage.php'),(9795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/HostMessage.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/HostMessage.php'),(9796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php'),(9797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/NullMessage.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/NullMessage.php'),(9798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php'),(9799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessagesManager.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessagesManager.php'),(9800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php'),(9801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/RequirementsChecker.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/RequirementsChecker.php'),(9802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/VersionRequirement.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/VersionRequirement.php'),(9803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPDismissOption.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPDismissOption.php'),(9804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPMessageDismissListener.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPMessageDismissListener.php'),(9805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php'),(9806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php'),(9807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php'),(9808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php'),(9809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php'),(9810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),(9811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),(9812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),(9813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),(9814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),(9815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),(9816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php'),(9817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php'),(9818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),(9819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),(9820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php'),(9821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php'),(9822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),(9823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php'),(9824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),(9825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),(9826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),(9827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),(9828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),(9829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php'),(9830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php'),(9831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php'),(9832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),(9833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php'),(9834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php'),(9835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php'),(9836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php'),(9837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php'),(9838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),(9839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php'),(9840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php'),(9841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php'),(9842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php'),(9843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php'),(9844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php'),(9845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php'),(9846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php'),(9847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php'),(9848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php'),(9849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php'),(9850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php'),(9851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php'),(9852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php'),(9853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php'),(9854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php'),(9855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php'),(9856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php'),(9857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php'),(9858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php'),(9859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php'),(9860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php'),(9861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php'),(9862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php'),(9863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php'),(9864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php'),(9865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php'),(9866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php'),(9867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php'),(9868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php'),(9869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php'),(9870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php'),(9871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php'),(9872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php'),(9873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php'),(9874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php'),(9875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php'),(9876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php'),(9877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php'),(9878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php'),(9879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php'),(9880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php'),(9881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php'),(9882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php'),(9883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php'),(9884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php'),(9885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),(9886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php'),(9887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php'),(9888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php'),(9889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php'),(9890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php'),(9891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php'),(9892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php'),(9893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php'),(9894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php'),(9895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php'),(9896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php'),(9897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php'),(9898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php'),(9899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php'),(9900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php'),(9901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php'),(9902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php'),(9903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php'),(9904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php'),(9905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php'),(9906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php'),(9907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php'),(9908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php'),(9909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php'),(9910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php'),(9911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php'),(9912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php'),(9913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php'),(9914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php'),(9915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php'),(9916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php'),(9917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php'),(9918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php'),(9919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php'),(9920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php'),(9921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php'),(9922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php'),(9923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php'),(9924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php'),(9925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php'),(9926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php'),(9927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php'),(9928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php'),(9929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php'),(9930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php'),(9931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php'),(9932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php'),(9933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php'),(9934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php'),(9935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php'),(9936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php'),(9937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php'),(9938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php'),(9939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php'),(9940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php'),(9941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php'),(9942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php'),(9943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php'),(9944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php'),(9945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php'),(9946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php'),(9947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php'),(9948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php'),(9949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php'),(9950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php'),(9951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php'),(9952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php'),(9953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php'),(9954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php'),(9955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php'),(9956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php'),(9957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php'),(9958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php'),(9959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php'),(9960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php'),(9961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php'),(9962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php'),(9963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php'),(9964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/wp-seo-main.php','wp-content/plugins/wordpress-seo/wp-seo-main.php'),(9965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/wp-seo.php','wp-content/plugins/wordpress-seo/wp-seo.php'),(9966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wordpress-seo/wpml-config.xml','wp-content/plugins/wordpress-seo/wpml-config.xml'),(9967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/LICENSE','wp-content/plugins/wp-consent-api/LICENSE'),(9968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/api.php','wp-content/plugins/wp-consent-api/api.php'),(9969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/assets/css/wp-consent-api.css','wp-content/plugins/wp-consent-api/assets/css/wp-consent-api.css'),(9970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.js','wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.js'),(9971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.min.js','wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.min.js'),(9972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/composer.json','wp-content/plugins/wp-consent-api/composer.json'),(9973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/config.php','wp-content/plugins/wp-consent-api/config.php'),(9974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/cookie-info.php','wp-content/plugins/wp-consent-api/cookie-info.php'),(9975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/package.json','wp-content/plugins/wp-consent-api/package.json'),(9976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/phpcs.xml','wp-content/plugins/wp-consent-api/phpcs.xml'),(9977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/readme.md','wp-content/plugins/wp-consent-api/readme.md'),(9978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/readme.txt','wp-content/plugins/wp-consent-api/readme.txt'),(9979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/site-health.php','wp-content/plugins/wp-consent-api/site-health.php'),(9980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/wordpress-comments.php','wp-content/plugins/wp-consent-api/wordpress-comments.php'),(9981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-consent-api/wp-consent-api.php','wp-content/plugins/wp-consent-api/wp-consent-api.php'),(9982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg','wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg'),(9983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/automatic.svg','wp-content/plugins/wp-rocket/assets/img/automatic.svg'),(9984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/bandwidth.svg','wp-content/plugins/wp-rocket/assets/img/bandwidth.svg'),(9985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/bg-activated.svg','wp-content/plugins/wp-rocket/assets/img/bg-activated.svg'),(9986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/configuration.svg','wp-content/plugins/wp-rocket/assets/img/configuration.svg'),(9987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/heartbeat-hover.svg','wp-content/plugins/wp-rocket/assets/img/heartbeat-hover.svg'),(9988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/heartbeat.svg','wp-content/plugins/wp-rocket/assets/img/heartbeat.svg'),(9989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/icon-i-circle.svg','wp-content/plugins/wp-rocket/assets/img/icon-i-circle.svg'),(9990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/icon-user-cache.svg','wp-content/plugins/wp-rocket/assets/img/icon-user-cache.svg'),(9991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/imagify-hover.svg','wp-content/plugins/wp-rocket/assets/img/imagify-hover.svg'),(9992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/imagify-info.svg','wp-content/plugins/wp-rocket/assets/img/imagify-info.svg'),(9993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/imagify-install.svg','wp-content/plugins/wp-rocket/assets/img/imagify-install.svg'),(9994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/imagify.svg','wp-content/plugins/wp-rocket/assets/img/imagify.svg'),(9995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/infinite.svg','wp-content/plugins/wp-rocket/assets/img/infinite.svg'),(9996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/logo-cloudflare.svg','wp-content/plugins/wp-rocket/assets/img/logo-cloudflare.svg'),(9997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/logo-cloudflare2.svg','wp-content/plugins/wp-rocket/assets/img/logo-cloudflare2.svg'),(9998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/logo-varnish.svg','wp-content/plugins/wp-rocket/assets/img/logo-varnish.svg'),(9999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/logo-webp.svg','wp-content/plugins/wp-rocket/assets/img/logo-webp.svg'),(10000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/logo-wprocket-dark.svg','wp-content/plugins/wp-rocket/assets/img/logo-wprocket-dark.svg'),(10001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/one-com-logo.svg','wp-content/plugins/wp-rocket/assets/img/one-com-logo.svg'),(10002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/picto-wprocket-dark.svg','wp-content/plugins/wp-rocket/assets/img/picto-wprocket-dark.svg'),(10003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/play-alt.svg','wp-content/plugins/wp-rocket/assets/img/play-alt.svg'),(10004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/play-hover.svg','wp-content/plugins/wp-rocket/assets/img/play-hover.svg'),(10005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/play.svg','wp-content/plugins/wp-rocket/assets/img/play.svg'),(10006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/plus.svg','wp-content/plugins/wp-rocket/assets/img/plus.svg'),(10007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/img/warning.svg','wp-content/plugins/wp-rocket/assets/img/warning.svg'),(10008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/browser-checker.js','wp-content/plugins/wp-rocket/assets/js/browser-checker.js'),(10009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/browser-checker.min.js','wp-content/plugins/wp-rocket/assets/js/browser-checker.min.js'),(10010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/cpcss-removal.js','wp-content/plugins/wp-rocket/assets/js/cpcss-removal.js'),(10011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/cpcss-removal.min.js','wp-content/plugins/wp-rocket/assets/js/cpcss-removal.min.js'),(10012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/elementor-animation.js','wp-content/plugins/wp-rocket/assets/js/elementor-animation.js'),(10013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/heartbeat.js','wp-content/plugins/wp-rocket/assets/js/heartbeat.js'),(10014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.js','wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.js'),(10015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js','wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js'),(10016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js.map','wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js.map'),(10017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.js','wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.js'),(10018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js','wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js'),(10019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js.map','wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js.map'),(10020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.js','wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.js'),(10021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js','wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js'),(10022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.js','wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.js'),(10023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js','wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js'),(10024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.js','wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.js'),(10025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js','wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js'),(10026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload-css.js','wp-content/plugins/wp-rocket/assets/js/lazyload-css.js'),(10027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload-css.js.min.map','wp-content/plugins/wp-rocket/assets/js/lazyload-css.js.min.map'),(10028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js','wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js'),(10029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js.map','wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js.map'),(10030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lazyload-scripts.min.js','wp-content/plugins/wp-rocket/assets/js/lazyload-scripts.min.js'),(10031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lcp-beacon.js','wp-content/plugins/wp-rocket/assets/js/lcp-beacon.js'),(10032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lcp-beacon.min.js','wp-content/plugins/wp-rocket/assets/js/lcp-beacon.min.js'),(10033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/lcp-beacon.min.js.map','wp-content/plugins/wp-rocket/assets/js/lcp-beacon.min.js.map'),(10034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/micromodal.min.js','wp-content/plugins/wp-rocket/assets/js/micromodal.min.js'),(10035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/preload-links.js','wp-content/plugins/wp-rocket/assets/js/preload-links.js'),(10036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/preload-links.min.js','wp-content/plugins/wp-rocket/assets/js/preload-links.min.js'),(10037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js','wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js'),(10038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js','wp-content/plugins/wp-rocket/assets/js/wpr-admin.js'),(10039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.map','wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.map'),(10040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.min.map','wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.min.map'),(10041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js','wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js'),(10042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js.map','wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js.map'),(10043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-cpcss-heartbeat.js','wp-content/plugins/wp-rocket/assets/js/wpr-cpcss-heartbeat.js'),(10044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/assets/js/wpr-cpcss.js','wp-content/plugins/wp-rocket/assets/js/wpr-cpcss.js'),(10045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/3rd-party.php','wp-content/plugins/wp-rocket/inc/3rd-party/3rd-party.php'),(10046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php','wp-content/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php'),(10047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php','wp-content/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php'),(10048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/pagely.php','wp-content/plugins/wp-rocket/inc/3rd-party/hosting/pagely.php'),(10049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php','wp-content/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php'),(10050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/siteground.php','wp-content/plugins/wp-rocket/inc/3rd-party/hosting/siteground.php'),(10051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/wp-serveur.php','wp-content/plugins/wp-rocket/inc/3rd-party/hosting/wp-serveur.php'),(10052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/advanced-custom-fields.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/advanced-custom-fields.php'),(10053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php'),(10054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/buddypress.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/buddypress.php'),(10055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/cookie-notice.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/cookie-notice.php'),(10056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/eu-cookie-law.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/eu-cookie-law.php'),(10057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/gdpr.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/gdpr.php'),(10058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/uk-cookie-consent.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/uk-cookie-consent.php'),(10059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/weepie-cookie-allow.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/weepie-cookie-allow.php'),(10060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/custom-login.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/custom-login.php'),(10061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php'),(10062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-currencyswitcher.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-currencyswitcher.php'),(10063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-prices-by-country.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-prices-by-country.php'),(10064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-tax-display-by-country.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-tax-display-by-country.php'),(10065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/easy-digital-downloads.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/easy-digital-downloads.php'),(10066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/edd-software-licencing.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/edd-software-licencing.php'),(10067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/give.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/give.php'),(10068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/ithemes-exchange.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/ithemes-exchange.php'),(10069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/jigoshop.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/jigoshop.php'),(10070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-currency-converter-widget.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-currency-converter-widget.php'),(10071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-multilingual.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-multilingual.php'),(10072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/wpshop.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/wpshop.php'),(10073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/envira-gallery.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/envira-gallery.php'),(10074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/i18n/polylang.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/i18n/polylang.php'),(10075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mailchimp.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mailchimp.php'),(10076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mobile/wp-appkit.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mobile/wp-appkit.php'),(10077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/nginx-helper.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/nginx-helper.php'),(10078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/thrive-visual-editor.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/thrive-visual-editor.php'),(10079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/visual-composer.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/visual-composer.php'),(10080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/kk-star-ratings.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/kk-star-ratings.php'),(10081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/wp-postratings.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/wp-postratings.php'),(10082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/s2member.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/s2member.php'),(10083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/secupress.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/secupress.php'),(10084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/sf-move-login.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/sf-move-login.php'),(10085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/wps-hide-login.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/wps-hide-login.php'),(10086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/seo/premium-seo-pack.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/seo/premium-seo-pack.php'),(10087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/meta-slider.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/meta-slider.php'),(10088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/soliloquy.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/soliloquy.php'),(10089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/sumome.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/sumome.php'),(10090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/thrive-leads.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/thrive-leads.php'),(10091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/varnish-http-purge.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/varnish-http-purge.php'),(10092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3-assets.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3-assets.php'),(10093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3.php'),(10094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-print.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-print.php'),(10095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-rest-api.php','wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-rest-api.php'),(10096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php','wp-content/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php'),(10097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/API/bypass.php','wp-content/plugins/wp-rocket/inc/API/bypass.php'),(10098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Client.php','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Client.php'),(10099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Endpoints.php','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Endpoints.php'),(10100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Admin/Subscriber.php','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Admin/Subscriber.php'),(10101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKey.php','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKey.php'),(10102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKeyFactory.php','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKeyFactory.php'),(10103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthFactoryInterface.php','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthFactoryInterface.php'),(10104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthInterface.php','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthInterface.php'),(10105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Cloudflare.php','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Cloudflare.php'),(10106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/ServiceProvider.php'),(10107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Subscriber.php','wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Subscriber.php'),(10108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Addon/ServiceProvider.php'),(10109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Sucuri/Subscriber.php','wp-content/plugins/wp-rocket/inc/Addon/Sucuri/Subscriber.php'),(10110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php'),(10111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Varnish/Subscriber.php','wp-content/plugins/wp-rocket/inc/Addon/Varnish/Subscriber.php'),(10112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/Varnish/Varnish.php','wp-content/plugins/wp-rocket/inc/Addon/Varnish/Varnish.php'),(10113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/WebP/AbstractWebp.php','wp-content/plugins/wp-rocket/inc/Addon/WebP/AbstractWebp.php'),(10114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/WebP/AdminSubscriber.php','wp-content/plugins/wp-rocket/inc/Addon/WebP/AdminSubscriber.php'),(10115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Addon/WebP/Subscriber.php','wp-content/plugins/wp-rocket/inc/Addon/WebP/Subscriber.php'),(10116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/action-scheduler.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/action-scheduler.php'),(10117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionClaim.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionClaim.php'),(10118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionFactory.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ActionFactory.php'),(10119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AdminView.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AdminView.php'),(10120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php'),(10121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Compatibility.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Compatibility.php'),(10122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DataController.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DataController.php'),(10123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DateTime.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_DateTime.php'),(10124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Exception.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Exception.php'),(10125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_FatalErrorMonitor.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_FatalErrorMonitor.php'),(10126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_InvalidActionException.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_InvalidActionException.php'),(10127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ListTable.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_ListTable.php'),(10128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_LogEntry.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_LogEntry.php'),(10129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_NullLogEntry.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_NullLogEntry.php'),(10130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_OptionLock.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_OptionLock.php'),(10131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueCleaner.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueCleaner.php'),(10132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueRunner.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueRunner.php'),(10133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Versions.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Versions.php'),(10134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_WPCommentCleaner.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_WPCommentCleaner.php'),(10135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_wcSystemStatus.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_wcSystemStatus.php'),(10136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php'),(10137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php'),(10138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/Migration_Command.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/Migration_Command.php'),(10139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ProgressBar.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ProgressBar.php'),(10140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler.php'),(10141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php'),(10142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php'),(10143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php'),(10144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php'),(10145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php'),(10146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Lock.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Lock.php'),(10147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Logger.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Logger.php'),(10148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Store.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Store.php'),(10149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php'),(10150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_Action.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_Action.php'),(10151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_CanceledAction.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_CanceledAction.php'),(10152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_FinishedAction.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_FinishedAction.php'),(10153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_NullAction.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_NullAction.php'),(10154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBLogger.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBLogger.php'),(10155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBStore.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBStore.php'),(10156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_HybridStore.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_HybridStore.php'),(10157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php'),(10158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore.php'),(10159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php'),(10160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php'),(10161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php'),(10162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionMigrator.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionMigrator.php'),(10163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionScheduler_DBStoreMigrator.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionScheduler_DBStoreMigrator.php'),(10164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/BatchFetcher.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/BatchFetcher.php'),(10165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Config.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Config.php'),(10166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Controller.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Controller.php'),(10167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_ActionMigrator.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_ActionMigrator.php'),(10168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_LogMigrator.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_LogMigrator.php'),(10169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/LogMigrator.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/LogMigrator.php'),(10170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Runner.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Runner.php'),(10171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Scheduler.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Scheduler.php'),(10172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CanceledSchedule.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CanceledSchedule.php'),(10173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CronSchedule.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CronSchedule.php'),(10174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_IntervalSchedule.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_IntervalSchedule.php'),(10175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_NullSchedule.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_NullSchedule.php'),(10176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_Schedule.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_Schedule.php'),(10177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_SimpleSchedule.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_SimpleSchedule.php'),(10178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_LoggerSchema.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_LoggerSchema.php'),(10179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_StoreSchema.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_StoreSchema.php'),(10180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php'),(10181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_AdminView_Deprecated.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_AdminView_Deprecated.php'),(10182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Schedule_Deprecated.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Schedule_Deprecated.php'),(10183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Store_Deprecated.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Store_Deprecated.php'),(10184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/functions.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/functions.php'),(10185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/functions.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/functions.php'),(10186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/WP_Async_Request.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/WP_Async_Request.php'),(10187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression.php'),(10188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_AbstractField.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_AbstractField.php'),(10189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfMonthField.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfMonthField.php'),(10190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfWeekField.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfWeekField.php'),(10191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldFactory.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldFactory.php'),(10192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldInterface.php'),(10193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_HoursField.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_HoursField.php'),(10194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MinutesField.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MinutesField.php'),(10195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MonthField.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MonthField.php'),(10196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_YearField.php','wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_YearField.php'),(10197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Base.php','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Base.php'),(10198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Column.php','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Column.php'),(10199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php'),(10200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Date.php','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Date.php'),(10201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Meta.php','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Meta.php'),(10202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Query.php','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Query.php'),(10203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php'),(10204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Schema.php','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Schema.php'),(10205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Table.php','wp-content/plugins/wp-rocket/inc/Dependencies/Database/Table.php'),(10206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentInterface.php'),(10207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverInterface.php'),(10208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverTrait.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverTrait.php'),(10209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/DefaultValueArgument.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/DefaultValueArgument.php'),(10210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/DefaultValueInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/DefaultValueInterface.php'),(10211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/ArrayArgument.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/ArrayArgument.php'),(10212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/BooleanArgument.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/BooleanArgument.php'),(10213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/CallableArgument.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/CallableArgument.php'),(10214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/FloatArgument.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/FloatArgument.php'),(10215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/IntegerArgument.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/IntegerArgument.php'),(10216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/ObjectArgument.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/ObjectArgument.php'),(10217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/StringArgument.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/Literal/StringArgument.php'),(10218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/LiteralArgument.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/LiteralArgument.php'),(10219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/LiteralArgumentInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/LiteralArgumentInterface.php'),(10220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ResolvableArgument.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ResolvableArgument.php'),(10221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ResolvableArgumentInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ResolvableArgumentInterface.php'),(10222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php'),(10223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareInterface.php'),(10224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php'),(10225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/Definition.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/Definition.php'),(10226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregate.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregate.php'),(10227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregateInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregateInterface.php'),(10228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionInterface.php'),(10229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/DefinitionContainerInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/DefinitionContainerInterface.php'),(10230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/ContainerException.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/ContainerException.php'),(10231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/NotFoundException.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/NotFoundException.php'),(10232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/Inflector.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/Inflector.php'),(10233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregate.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregate.php'),(10234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php'),(10235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorInterface.php'),(10236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ReflectionContainer.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ReflectionContainer.php'),(10237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php'),(10238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php'),(10239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php'),(10240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php'),(10241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderInterface.php'),(10242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php'),(10243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php'),(10244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php'),(10245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php'),(10246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/IOException.php','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/IOException.php'),(10247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/JS.php','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/JS.php'),(10248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php','wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php'),(10249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ErrorHandler.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ErrorHandler.php'),(10250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/FormatterInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/FormatterInterface.php'),(10251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/HtmlFormatter.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/HtmlFormatter.php'),(10252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/LineFormatter.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/LineFormatter.php'),(10253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/NormalizerFormatter.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/NormalizerFormatter.php'),(10254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractHandler.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractHandler.php'),(10255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractProcessingHandler.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractProcessingHandler.php'),(10256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerInterface.php'),(10257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerTrait.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerTrait.php'),(10258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/HandlerInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/HandlerInterface.php'),(10259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerInterface.php'),(10260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerTrait.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerTrait.php'),(10261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/StreamHandler.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/StreamHandler.php'),(10262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Logger.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Logger.php'),(10263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/IntrospectionProcessor.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/IntrospectionProcessor.php'),(10264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/ProcessorInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/ProcessorInterface.php'),(10265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Registry.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Registry.php'),(10266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ResettableInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ResettableInterface.php'),(10267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/SignalHandler.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/SignalHandler.php'),(10268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Utils.php','wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Utils.php'),(10269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/Converter.php','wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/Converter.php'),(10270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/ConverterInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/ConverterInterface.php'),(10271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php','wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php'),(10272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerExceptionInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerExceptionInterface.php'),(10273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php'),(10274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/NotFoundExceptionInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/NotFoundExceptionInterface.php'),(10275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/AbstractLogger.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/AbstractLogger.php'),(10276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/InvalidArgumentException.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/InvalidArgumentException.php'),(10277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LogLevel.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LogLevel.php'),(10278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareInterface.php'),(10279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareTrait.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareTrait.php'),(10280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerInterface.php'),(10281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerTrait.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerTrait.php'),(10282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/NullLogger.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/NullLogger.php'),(10283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheException.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheException.php'),(10284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheInterface.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheInterface.php'),(10285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/InvalidArgumentException.php','wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/InvalidArgumentException.php'),(10286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php','wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php'),(10287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Iframe.php','wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Iframe.php'),(10288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Image.php','wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Image.php'),(10289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Activation/Activation.php','wp-content/plugins/wp-rocket/inc/Engine/Activation/Activation.php'),(10290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php','wp-content/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php'),(10291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php'),(10292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/API/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/API/ServiceProvider.php'),(10293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/API/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/API/Subscriber.php'),(10294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/ActionSchedulerSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/ActionSchedulerSubscriber.php'),(10295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/Beacon.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/Beacon.php'),(10296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/ServiceProvider.php'),(10297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Optimization.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Optimization.php'),(10298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php'),(10299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php'),(10300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Subscriber.php'),(10301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php'),(10302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/Subscriber.php'),(10303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/ServiceProvider.php'),(10304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/Subscriber.php'),(10305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Metaboxes/PostEditOptionsSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Metaboxes/PostEditOptionsSubscriber.php'),(10306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/ServiceProvider.php'),(10307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Page.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Page.php'),(10308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Render.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Render.php'),(10309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/ServiceProvider.php'),(10310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Settings.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Settings.php'),(10311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Subscriber.php'),(10312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/Admin/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/Admin/Subscriber.php'),(10313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/CDN.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/CDN.php'),(10314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php'),(10315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/AdminPageSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/AdminPageSubscriber.php'),(10316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php'),(10317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php'),(10318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php'),(10319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php'),(10320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/ServiceProvider.php'),(10321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-big.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-big.php'),(10322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-small.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-small.php'),(10323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/dashboard-status.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/dashboard-status.php'),(10324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/promote-notice.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/promote-notice.php'),(10325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/ServiceProvider.php'),(10326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CDN/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/CDN/Subscriber.php'),(10327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php'),(10328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/AdvancedCache.php','wp-content/plugins/wp-rocket/inc/Engine/Cache/AdvancedCache.php'),(10329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/ConfigSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/ConfigSubscriber.php'),(10330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/Subscriber.php'),(10331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/Purge.php','wp-content/plugins/wp-rocket/inc/Engine/Cache/Purge.php'),(10332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php'),(10333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/PurgeExpiredCache.php','wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/PurgeExpiredCache.php'),(10334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/Subscriber.php'),(10335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Cache/ServiceProvider.php'),(10336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Cache/WPCache.php','wp-content/plugins/wp-rocket/inc/Engine/Cache/WPCache.php'),(10337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Manager.php','wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Manager.php'),(10338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Capabilities/ServiceProvider.php'),(10339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php'),(10340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Ajax/AjaxHandler.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Ajax/AjaxHandler.php'),(10341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/CacheInterface.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/CacheInterface.php'),(10342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/FilesystemCache.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/FilesystemCache.php'),(10343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Clock/ClockInterface.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Clock/ClockInterface.php'),(10344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Clock/WPRClock.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Clock/WPRClock.php'),(10345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Context/AbstractContext.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Context/AbstractContext.php'),(10346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Context/ContextInterface.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Context/ContextInterface.php'),(10347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Database/Queries/AbstractQuery.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Database/Queries/AbstractQuery.php'),(10348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Database/TableInterface.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Database/TableInterface.php'),(10349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Database/Tables/AbstractTable.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Database/Tables/AbstractTable.php'),(10350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/ServiceProvider.php'),(10351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/Subscriber.php'),(10352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/APIHandler/APIClient.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/APIHandler/APIClient.php'),(10353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/APIHandler/AbstractAPIClient.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/APIHandler/AbstractAPIClient.php'),(10354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/APIHandler/AbstractSafeAPIClient.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/APIHandler/AbstractSafeAPIClient.php'),(10355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/AbstractFactory/SaasFactory.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/AbstractFactory/SaasFactory.php'),(10356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Cron/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Cron/Subscriber.php'),(10357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/JobProcessor.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/JobProcessor.php'),(10358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Managers/AbstractManager.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Managers/AbstractManager.php'),(10359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Managers/ManagerInterface.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Managers/ManagerInterface.php'),(10360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Queue/Queue.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Queue/Queue.php'),(10361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/ServiceProvider.php'),(10362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Context/RetryContext.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Context/RetryContext.php'),(10363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Factory/StrategyFactory.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Factory/StrategyFactory.php'),(10364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/DefaultProcess.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/DefaultProcess.php'),(10365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/JobSetFail.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/JobSetFail.php'),(10366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/ResetRetryProcess.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/ResetRetryProcess.php'),(10367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/StrategyInterface.php','wp-content/plugins/wp-rocket/inc/Engine/Common/JobManager/Strategy/Strategies/StrategyInterface.php'),(10368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/AbstractASQueue.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/AbstractASQueue.php'),(10369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/Cleaner.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/Cleaner.php'),(10370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/QueueInterface.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/QueueInterface.php'),(10371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/RUCSSQueueRunner.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/RUCSSQueueRunner.php'),(10372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Common/Utils.php','wp-content/plugins/wp-rocket/inc/Engine/Common/Utils.php'),(10373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php'),(10374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Admin.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Admin.php'),(10375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php'),(10376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php'),(10377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php'),(10378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSS.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSS.php'),(10379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSGeneration.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSGeneration.php'),(10380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php'),(10381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/DataManager.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/DataManager.php'),(10382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ProcessorService.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ProcessorService.php'),(10383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php'),(10384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php'),(10385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php'),(10386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPPost.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPPost.php'),(10387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php'),(10388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php','wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php'),(10389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php','wp-content/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php'),(10390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/DeactivationInterface.php','wp-content/plugins/wp-rocket/inc/Engine/Deactivation/DeactivationInterface.php'),(10391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Deactivation/ServiceProvider.php'),(10392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Debug/DebugSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Debug/DebugSubscriber.php'),(10393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Debug/RUCSS/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Debug/RUCSS/Subscriber.php'),(10394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Debug/Resolver.php','wp-content/plugins/wp-rocket/inc/Engine/Debug/Resolver.php'),(10395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Debug/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Debug/ServiceProvider.php'),(10396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ActionSchedulerCheck.php','wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ActionSchedulerCheck.php'),(10397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/HealthCheck.php','wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/HealthCheck.php'),(10398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php'),(10399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php'),(10400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/ServiceProvider.php'),(10401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/API/Pricing.php','wp-content/plugins/wp-rocket/inc/Engine/License/API/Pricing.php'),(10402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/API/PricingClient.php','wp-content/plugins/wp-rocket/inc/Engine/License/API/PricingClient.php'),(10403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/API/User.php','wp-content/plugins/wp-rocket/inc/Engine/License/API/User.php'),(10404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/API/UserClient.php','wp-content/plugins/wp-rocket/inc/Engine/License/API/UserClient.php'),(10405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/Renewal.php','wp-content/plugins/wp-rocket/inc/Engine/License/Renewal.php'),(10406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php'),(10407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/License/Subscriber.php'),(10408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/Upgrade.php','wp-content/plugins/wp-rocket/inc/Engine/License/Upgrade.php'),(10409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/promo-banner.php','wp-content/plugins/wp-rocket/inc/Engine/License/views/promo-banner.php'),(10410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd-disabled.php','wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd-disabled.php'),(10411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd.php','wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd.php'),(10412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner.php','wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner.php'),(10413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-soon-banner.php','wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-soon-banner.php'),(10414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-popin.php','wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-popin.php'),(10415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-section.php','wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-section.php'),(10416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/AJAX/Controller.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/AJAX/Controller.php'),(10417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/AJAX/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/AJAX/Subscriber.php'),(10418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Activation/Activation.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Activation/Activation.php'),(10419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Activation/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Activation/ServiceProvider.php'),(10420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Admin/Controller.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Admin/Controller.php'),(10421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Admin/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Admin/Subscriber.php'),(10422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Context/Context.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Context/Context.php'),(10423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Cron/Controller.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Cron/Controller.php'),(10424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Cron/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Cron/Subscriber.php'),(10425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Queries/AboveTheFold.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Queries/AboveTheFold.php'),(10426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Rows/AboveTheFold.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Rows/AboveTheFold.php'),(10427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Schemas/AboveTheFold.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Schemas/AboveTheFold.php'),(10428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Tables/AboveTheFold.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Database/Tables/AboveTheFold.php'),(10429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Frontend/Controller.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Frontend/Controller.php'),(10430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Frontend/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Frontend/Subscriber.php'),(10431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/ServiceProvider.php'),(10432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/APIClient.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/APIClient.php'),(10433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/Controller.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/Controller.php'),(10434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/Queue.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/Queue.php'),(10435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/WarmUp/Subscriber.php'),(10436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php'),(10437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php'),(10438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/ImageDimensions.php','wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/ImageDimensions.php'),(10439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/Subscriber.php'),(10440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/AdminSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/AdminSubscriber.php'),(10441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/ServiceProvider.php'),(10442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/Subscriber.php'),(10443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Context/LazyloadCSSContext.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Context/LazyloadCSSContext.php'),(10444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadCSSContentFactory.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadCSSContentFactory.php'),(10445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadedContent.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadedContent.php'),(10446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/ProtectedContent.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/ProtectedContent.php'),(10447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/ContentFetcher.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/ContentFetcher.php'),(10448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/Extractor.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/Extractor.php'),(10449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/FileResolver.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/FileResolver.php'),(10450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/MappingFormatter.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/MappingFormatter.php'),(10451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/RuleFormatter.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/RuleFormatter.php'),(10452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/TagGenerator.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/TagGenerator.php'),(10453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/ServiceProvider.php'),(10454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Subscriber.php'),(10455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CanLazyloadTrait.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CanLazyloadTrait.php'),(10456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/Subscriber.php'),(10457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Media/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Media/ServiceProvider.php'),(10458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AbstractOptimization.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/AbstractOptimization.php'),(10459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AdminServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/AdminServiceProvider.php'),(10460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AssetsLocalCache.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/AssetsLocalCache.php'),(10461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Optimization.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Optimization.php'),(10462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Subscriber.php'),(10463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php'),(10464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php'),(10465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/ContentTrait.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/ContentTrait.php'),(10466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/AdminSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/AdminSubscriber.php'),(10467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/DeferJS.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/DeferJS.php'),(10468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/ServiceProvider.php'),(10469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/Subscriber.php'),(10470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Settings.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Settings.php'),(10471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/SiteList.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/SiteList.php'),(10472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Subscriber.php'),(10473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php'),(10474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/ServiceProvider.php'),(10475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Subscriber.php'),(10476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php'),(10477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractDataManager.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractDataManager.php'),(10478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/APIClient.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/APIClient.php'),(10479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/DataManager.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/DataManager.php'),(10480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/APIClient.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/APIClient.php'),(10481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/DataManager.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/DataManager.php'),(10482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DynamicLists.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DynamicLists.php'),(10483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/APIClient.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/APIClient.php'),(10484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/DataManager.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/DataManager.php'),(10485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/ServiceProvider.php'),(10486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/Subscriber.php'),(10487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php'),(10488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Settings.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Settings.php'),(10489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Subscriber.php'),(10490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php'),(10491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php'),(10492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php'),(10493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php'),(10494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AbstractMinifySubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AbstractMinifySubscriber.php'),(10495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AdminSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AdminSubscriber.php'),(10496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AbstractCSSOptimization.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AbstractCSSOptimization.php'),(10497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AdminSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AdminSubscriber.php'),(10498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Minify.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Minify.php'),(10499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Subscriber.php'),(10500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/AbstractJSOptimization.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/AbstractJSOptimization.php'),(10501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Combine.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Combine.php'),(10502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Minify.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Minify.php'),(10503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Subscriber.php'),(10504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/ProcessorInterface.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/ProcessorInterface.php'),(10505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Database.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Database.php'),(10506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/OptionSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/OptionSubscriber.php'),(10507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Settings.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Settings.php'),(10508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Subscriber.php'),(10509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContext.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContext.php'),(10510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContextSaas.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContextSaas.php'),(10511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSOptimizeContext.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSOptimizeContext.php'),(10512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Filesystem.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Filesystem.php'),(10513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/UsedCSS.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/UsedCSS.php'),(10514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Cron/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Cron/Subscriber.php'),(10515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Queries/UsedCSS.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Queries/UsedCSS.php'),(10516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Row/UsedCSS.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Row/UsedCSS.php'),(10517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Schemas/UsedCSS.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Schemas/UsedCSS.php'),(10518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Tables/UsedCSS.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Tables/UsedCSS.php'),(10519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/Subscriber.php'),(10520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Jobs/Factory.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Jobs/Factory.php'),(10521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Jobs/Manager.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Jobs/Manager.php'),(10522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/ServiceProvider.php'),(10523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php'),(10524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php'),(10525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php','wp-content/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php'),(10526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Plugin/InformationSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Plugin/InformationSubscriber.php'),(10527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Plugin/RenewalNotice.php','wp-content/plugins/wp-rocket/inc/Engine/Plugin/RenewalNotice.php'),(10528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Plugin/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Plugin/ServiceProvider.php'),(10529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php'),(10530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiTools.php','wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiTools.php'),(10531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterSubscriber.php'),(10532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/Activation.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/Activation.php'),(10533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/ServiceProvider.php'),(10534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Settings.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Settings.php'),(10535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Subscriber.php'),(10536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckExcludedTrait.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckExcludedTrait.php'),(10537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckFinished.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckFinished.php'),(10538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/ClearCache.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/ClearCache.php'),(10539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CrawlHomepage.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CrawlHomepage.php'),(10540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/LoadInitialSitemap.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/LoadInitialSitemap.php'),(10541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/PreloadUrl.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/PreloadUrl.php'),(10542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/Queue.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/Queue.php'),(10543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Cron/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Cron/Subscriber.php'),(10544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Queries/Cache.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Queries/Cache.php'),(10545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Rows/CacheRow.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Rows/CacheRow.php'),(10546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Schemas/Cache.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Schemas/Cache.php'),(10547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Tables/Cache.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Tables/Cache.php'),(10548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Fonts.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Fonts.php'),(10549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/FetchSitemap.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/FetchSitemap.php'),(10550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/SitemapParser.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/SitemapParser.php'),(10551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/Subscriber.php'),(10552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/AdminSubscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/AdminSubscriber.php'),(10553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/ServiceProvider.php'),(10554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/Subscriber.php'),(10555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/ServiceProvider.php'),(10556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Preload/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Preload/Subscriber.php'),(10557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/AdminBar.php','wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/AdminBar.php'),(10558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/Clean.php','wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/Clean.php'),(10559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/Notices.php','wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/Notices.php'),(10560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Saas/Admin/Subscriber.php'),(10561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Saas/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Saas/ServiceProvider.php'),(10562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Support/Data.php','wp-content/plugins/wp-rocket/inc/Engine/Support/Data.php'),(10563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Support/Rest.php','wp-content/plugins/wp-rocket/inc/Engine/Support/Rest.php'),(10564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php'),(10565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php','wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php'),(10566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Engine/WPRocketUninstall.php','wp-content/plugins/wp-rocket/inc/Engine/WPRocketUninstall.php'),(10567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Logger/HTMLFormatter.php','wp-content/plugins/wp-rocket/inc/Logger/HTMLFormatter.php'),(10568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Logger/Logger.php','wp-content/plugins/wp-rocket/inc/Logger/Logger.php'),(10569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Logger/LoggerAware.php','wp-content/plugins/wp-rocket/inc/Logger/LoggerAware.php'),(10570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Logger/LoggerAwareInterface.php','wp-content/plugins/wp-rocket/inc/Logger/LoggerAwareInterface.php'),(10571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Logger/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/Logger/ServiceProvider.php'),(10572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Logger/StreamHandler.php','wp-content/plugins/wp-rocket/inc/Logger/StreamHandler.php'),(10573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/Plugin.php','wp-content/plugins/wp-rocket/inc/Plugin.php'),(10574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/AbstractNoCacheHost.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/AbstractNoCacheHost.php'),(10575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Cloudways.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Cloudways.php'),(10576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php'),(10577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php'),(10578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php'),(10579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostSubscriberFactory.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostSubscriberFactory.php'),(10580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Kinsta.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Kinsta.php'),(10581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/LiteSpeed.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/LiteSpeed.php'),(10582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/O2Switch.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/O2Switch.php'),(10583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/OneCom.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/OneCom.php'),(10584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php'),(10585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressidium.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressidium.php'),(10586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ProIsp.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ProIsp.php'),(10587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php'),(10588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php'),(10589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php'),(10590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php'),(10591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPXCloud.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPXCloud.php'),(10592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WordPressCom.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WordPressCom.php'),(10593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/NullSubscriber.php','wp-content/plugins/wp-rocket/inc/ThirdParty/NullSubscriber.php'),(10594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ads/Adthrive.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ads/Adthrive.php'),(10595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/Cloudflare.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/Cloudflare.php'),(10596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/CloudflareFacade.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/CloudflareFacade.php'),(10597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ContactForm7.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ContactForm7.php'),(10598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ConvertPlug.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ConvertPlug.php'),(10599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/BigCommerce.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/BigCommerce.php'),(10600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php'),(10601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/TranslatePress.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/TranslatePress.php'),(10602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/WPML.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/WPML.php'),(10603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/Weglot.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/Weglot.php'),(10604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/InlineRelatedPosts.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/InlineRelatedPosts.php'),(10605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Jetpack.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Jetpack.php'),(10606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ModPagespeed.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ModPagespeed.php'),(10607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/AMP.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/AMP.php'),(10608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php'),(10609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php'),(10610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php'),(10611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Perfmatters.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Perfmatters.php'),(10612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RapidLoad.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RapidLoad.php'),(10613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RocketLazyLoad.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RocketLazyLoad.php'),(10614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php'),(10615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PDFEmbedder.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PDFEmbedder.php'),(10616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PWA.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PWA.php'),(10617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/BeaverBuilder.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/BeaverBuilder.php'),(10618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php'),(10619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/RevolutionSlider.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/RevolutionSlider.php'),(10620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/AllInOneSEOPack.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/AllInOneSEOPack.php'),(10621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/RankMathSEO.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/RankMathSEO.php'),(10622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/SEOPress.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/SEOPress.php'),(10623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/TheSEOFramework.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/TheSEOFramework.php'),(10624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/Yoast.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/Yoast.php'),(10625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php'),(10626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php'),(10627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Smush.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Smush.php'),(10628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/TheEventsCalendar.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/TheEventsCalendar.php'),(10629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ThirstyAffiliates.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ThirstyAffiliates.php'),(10630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/UnlimitedElements.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/UnlimitedElements.php'),(10631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/WPGeotargeting.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/WPGeotargeting.php'),(10632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php','wp-content/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php'),(10633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/ThirdParty/ServiceProvider.php'),(10634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php','wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php'),(10635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Avada.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Avada.php'),(10636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Bridge.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Bridge.php'),(10637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php'),(10638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Flatsome.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Flatsome.php'),(10639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Jevelin.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Jevelin.php'),(10640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/MinimalistBlogger.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/MinimalistBlogger.php'),(10641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Polygon.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Polygon.php'),(10642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ServiceProvider.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ServiceProvider.php'),(10643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Shoptimizer.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Shoptimizer.php'),(10644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/SubscriberFactory.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/SubscriberFactory.php'),(10645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ThemeResolver.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ThemeResolver.php'),(10646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Themify.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Themify.php'),(10647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Uncode.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Uncode.php'),(10648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php','wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php'),(10649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/admin/admin.php','wp-content/plugins/wp-rocket/inc/admin/admin.php'),(10650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/admin/options.php','wp-content/plugins/wp-rocket/inc/admin/options.php'),(10651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/admin/ui/enqueue.php','wp-content/plugins/wp-rocket/inc/admin/ui/enqueue.php'),(10652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/admin/ui/meta-boxes.php','wp-content/plugins/wp-rocket/inc/admin/ui/meta-boxes.php'),(10653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/admin/ui/notices.php','wp-content/plugins/wp-rocket/inc/admin/ui/notices.php'),(10654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/admin/upgrader.php','wp-content/plugins/wp-rocket/inc/admin/upgrader.php'),(10655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-abstract-buffer.php','wp-content/plugins/wp-rocket/inc/classes/Buffer/class-abstract-buffer.php'),(10656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-cache.php','wp-content/plugins/wp-rocket/inc/classes/Buffer/class-cache.php'),(10657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-config.php','wp-content/plugins/wp-rocket/inc/classes/Buffer/class-config.php'),(10658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-tests.php','wp-content/plugins/wp-rocket/inc/classes/Buffer/class-tests.php'),(10659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-common-subscribers.php','wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-common-subscribers.php'),(10660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php','wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php'),(10661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/admin/class-abstract-options.php','wp-content/plugins/wp-rocket/inc/classes/admin/class-abstract-options.php'),(10662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/admin/class-logs.php','wp-content/plugins/wp-rocket/inc/classes/admin/class-logs.php'),(10663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/admin/class-options-data.php','wp-content/plugins/wp-rocket/inc/classes/admin/class-options-data.php'),(10664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/admin/class-options.php','wp-content/plugins/wp-rocket/inc/classes/admin/class-options.php'),(10665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/class-abstract-render.php','wp-content/plugins/wp-rocket/inc/classes/class-abstract-render.php'),(10666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/class-wp-rocket-requirements-check.php','wp-content/plugins/wp-rocket/inc/classes/class-wp-rocket-requirements-check.php'),(10667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/dependencies/mobiledetect/mobiledetectlib/Mobile_Detect.php','wp-content/plugins/wp-rocket/inc/classes/dependencies/mobiledetect/mobiledetectlib/Mobile_Detect.php'),(10668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-async-request.php','wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-async-request.php'),(10669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-background-process.php','wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-background-process.php'),(10670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/event-management/class-event-manager.php','wp-content/plugins/wp-rocket/inc/classes/event-management/class-event-manager.php'),(10671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/event-management/event-manager-aware-subscriber-interface.php','wp-content/plugins/wp-rocket/inc/classes/event-management/event-manager-aware-subscriber-interface.php'),(10672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/event-management/subscriber-interface.php','wp-content/plugins/wp-rocket/inc/classes/event-management/subscriber-interface.php'),(10673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/interfaces/class-render-interface.php','wp-content/plugins/wp-rocket/inc/classes/interfaces/class-render-interface.php'),(10674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/logger/class-html-formatter.php','wp-content/plugins/wp-rocket/inc/classes/logger/class-html-formatter.php'),(10675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/logger/class-logger.php','wp-content/plugins/wp-rocket/inc/classes/logger/class-logger.php'),(10676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/logger/class-stream-handler.php','wp-content/plugins/wp-rocket/inc/classes/logger/class-stream-handler.php'),(10677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/Tools/class-detect-missing-tags-subscriber.php','wp-content/plugins/wp-rocket/inc/classes/subscriber/Tools/class-detect-missing-tags-subscriber.php'),(10678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-ewww-subscriber.php','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-ewww-subscriber.php'),(10679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-imagify-subscriber.php','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-imagify-subscriber.php'),(10680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-optimus-subscriber.php','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-optimus-subscriber.php'),(10681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-shortpixel-subscriber.php','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-shortpixel-subscriber.php'),(10682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/trait-webp-common.php','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/trait-webp-common.php'),(10683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/webp-interface.php','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/webp-interface.php'),(10684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-mobile-subscriber.php','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-mobile-subscriber.php'),(10685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-ngg-subscriber.php','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-ngg-subscriber.php'),(10686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-syntaxhighlighter-subscriber.php','wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-syntaxhighlighter-subscriber.php'),(10687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/traits/trait-config-updater.php','wp-content/plugins/wp-rocket/inc/classes/traits/trait-config-updater.php'),(10688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/classes/traits/trait-memoize.php','wp-content/plugins/wp-rocket/inc/classes/traits/trait-memoize.php'),(10689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/common/admin-bar.php','wp-content/plugins/wp-rocket/inc/common/admin-bar.php'),(10690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/common/purge.php','wp-content/plugins/wp-rocket/inc/common/purge.php'),(10691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/compat.php','wp-content/plugins/wp-rocket/inc/compat.php'),(10692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/constants.php','wp-content/plugins/wp-rocket/inc/constants.php'),(10693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.10.php','wp-content/plugins/wp-rocket/inc/deprecated/3.10.php'),(10694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.11.php','wp-content/plugins/wp-rocket/inc/deprecated/3.11.php'),(10695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.12.php','wp-content/plugins/wp-rocket/inc/deprecated/3.12.php'),(10696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.13.php','wp-content/plugins/wp-rocket/inc/deprecated/3.13.php'),(10697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.14.php','wp-content/plugins/wp-rocket/inc/deprecated/3.14.php'),(10698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.15.php','wp-content/plugins/wp-rocket/inc/deprecated/3.15.php'),(10699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.2.php','wp-content/plugins/wp-rocket/inc/deprecated/3.2.php'),(10700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.3.php','wp-content/plugins/wp-rocket/inc/deprecated/3.3.php'),(10701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.4.php','wp-content/plugins/wp-rocket/inc/deprecated/3.4.php'),(10702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.5.php','wp-content/plugins/wp-rocket/inc/deprecated/3.5.php'),(10703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.6.php','wp-content/plugins/wp-rocket/inc/deprecated/3.6.php'),(10704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.7.php','wp-content/plugins/wp-rocket/inc/deprecated/3.7.php'),(10705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.8.php','wp-content/plugins/wp-rocket/inc/deprecated/3.8.php'),(10706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/3.9.php','wp-content/plugins/wp-rocket/inc/deprecated/3.9.php'),(10707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php','wp-content/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php'),(10708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/BustingFactory.php','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/BustingFactory.php'),(10709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/FileBustingTrait.php','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/FileBustingTrait.php'),(10710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/FacebookTracking/Subscriber.php','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/FacebookTracking/Subscriber.php'),(10711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleAnalytics.php','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleAnalytics.php'),(10712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleTagManager.php','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleTagManager.php'),(10713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/Subscriber.php','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/Subscriber.php'),(10714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Media/Embeds/EmbedsSubscriber.php','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Media/Embeds/EmbedsSubscriber.php'),(10715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/Remove.php','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/Remove.php'),(10716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/RemoveSubscriber.php','wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/RemoveSubscriber.php'),(10717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-abstract-busting.php','wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-abstract-busting.php'),(10718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-pickles.php','wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-pickles.php'),(10719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-sdk.php','wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-sdk.php'),(10720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/deprecated.php','wp-content/plugins/wp-rocket/inc/deprecated/deprecated.php'),(10721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/Optimization/class-dequeue-jquery-migrate-subscriber.php','wp-content/plugins/wp-rocket/inc/deprecated/subscriber/Optimization/class-dequeue-jquery-migrate-subscriber.php'),(10722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Optimization/class-minify-html-subscriber.php','wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Optimization/class-minify-html-subscriber.php'),(10723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Settings/class-beacon-subscriber.php','wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Settings/class-beacon-subscriber.php'),(10724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/deprecated/vendors/classes/class-minify-html.php','wp-content/plugins/wp-rocket/inc/deprecated/vendors/classes/class-minify-html.php'),(10725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/domain-mapping.php','wp-content/plugins/wp-rocket/inc/domain-mapping.php'),(10726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/front/cookie.php','wp-content/plugins/wp-rocket/inc/front/cookie.php'),(10727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/front/dns-prefetch.php','wp-content/plugins/wp-rocket/inc/front/dns-prefetch.php'),(10728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/front/process.php','wp-content/plugins/wp-rocket/inc/front/process.php'),(10729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/admin.php','wp-content/plugins/wp-rocket/inc/functions/admin.php'),(10730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/api.php','wp-content/plugins/wp-rocket/inc/functions/api.php'),(10731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/files.php','wp-content/plugins/wp-rocket/inc/functions/files.php'),(10732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/formatting.php','wp-content/plugins/wp-rocket/inc/functions/formatting.php'),(10733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/htaccess.php','wp-content/plugins/wp-rocket/inc/functions/htaccess.php'),(10734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/i18n.php','wp-content/plugins/wp-rocket/inc/functions/i18n.php'),(10735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/options.php','wp-content/plugins/wp-rocket/inc/functions/options.php'),(10736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/functions/posts.php','wp-content/plugins/wp-rocket/inc/functions/posts.php'),(10737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/main.php','wp-content/plugins/wp-rocket/inc/main.php'),(10738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/vendors/classes/class-imagify-partner.php','wp-content/plugins/wp-rocket/inc/vendors/classes/class-imagify-partner.php'),(10739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/vendors/classes/class-minify-css-urirewriter.php','wp-content/plugins/wp-rocket/inc/vendors/classes/class-minify-css-urirewriter.php'),(10740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/inc/vendors/classes/class-rocket-mobile-detect.php','wp-content/plugins/wp-rocket/inc/vendors/classes/class-rocket-mobile-detect.php'),(10741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/uninstall.php','wp-content/plugins/wp-rocket/uninstall.php'),(10742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/autoload.php','wp-content/plugins/wp-rocket/vendor/autoload.php'),(10743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpRewrite.php','wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpRewrite.php'),(10744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpUtils.php','wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpUtils.php'),(10745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/IpUtilsTest.php','wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/IpUtilsTest.php'),(10746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/RewriteTest.php','wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/RewriteTest.php'),(10747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/bootstrap.php','wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/bootstrap.php'),(10748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/ClassLoader.php','wp-content/plugins/wp-rocket/vendor/composer/ClassLoader.php'),(10749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/InstalledVersions.php','wp-content/plugins/wp-rocket/vendor/composer/InstalledVersions.php'),(10750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/autoload_classmap.php','wp-content/plugins/wp-rocket/vendor/composer/autoload_classmap.php'),(10751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/autoload_namespaces.php','wp-content/plugins/wp-rocket/vendor/composer/autoload_namespaces.php'),(10752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/autoload_psr4.php','wp-content/plugins/wp-rocket/vendor/composer/autoload_psr4.php'),(10753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/autoload_real.php','wp-content/plugins/wp-rocket/vendor/composer/autoload_real.php'),(10754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/autoload_static.php','wp-content/plugins/wp-rocket/vendor/composer/autoload_static.php'),(10755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/installed.php','wp-content/plugins/wp-rocket/vendor/composer/installed.php'),(10756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/vendor/composer/platform_check.php','wp-content/plugins/wp-rocket/vendor/composer/platform_check.php'),(10757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/cache/advanced-cache.php','wp-content/plugins/wp-rocket/views/cache/advanced-cache.php'),(10758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php','wp-content/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php'),(10759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/cpcss/metabox/container.php','wp-content/plugins/wp-rocket/views/cpcss/metabox/container.php'),(10760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/cpcss/metabox/generate.php','wp-content/plugins/wp-rocket/views/cpcss/metabox/generate.php'),(10761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/deactivation-intent/form.php','wp-content/plugins/wp-rocket/views/deactivation-intent/form.php'),(10762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/metaboxes/post_edit_options.php','wp-content/plugins/wp-rocket/views/metaboxes/post_edit_options.php'),(10763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/plugins/update-renewal-expired-notice.php','wp-content/plugins/wp-rocket/views/plugins/update-renewal-expired-notice.php'),(10764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/beacon.php','wp-content/plugins/wp-rocket/views/settings/beacon.php'),(10765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/buttons/button.php','wp-content/plugins/wp-rocket/views/settings/buttons/button.php'),(10766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/buttons/link.php','wp-content/plugins/wp-rocket/views/settings/buttons/link.php'),(10767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/dynamic-lists-update.php','wp-content/plugins/wp-rocket/views/settings/dynamic-lists-update.php'),(10768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/enable-google-fonts.php','wp-content/plugins/wp-rocket/views/settings/enable-google-fonts.php'),(10769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/cache-lifespan.php','wp-content/plugins/wp-rocket/views/settings/fields/cache-lifespan.php'),(10770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/categorized_multiselect.php','wp-content/plugins/wp-rocket/views/settings/fields/categorized_multiselect.php'),(10771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/checkbox.php','wp-content/plugins/wp-rocket/views/settings/fields/checkbox.php'),(10772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/cnames.php','wp-content/plugins/wp-rocket/views/settings/fields/cnames.php'),(10773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/hidden.php','wp-content/plugins/wp-rocket/views/settings/fields/hidden.php'),(10774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/import-form.php','wp-content/plugins/wp-rocket/views/settings/fields/import-form.php'),(10775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/number.php','wp-content/plugins/wp-rocket/views/settings/fields/number.php'),(10776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/one-click-addon.php','wp-content/plugins/wp-rocket/views/settings/fields/one-click-addon.php'),(10777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/radio-buttons.php','wp-content/plugins/wp-rocket/views/settings/fields/radio-buttons.php'),(10778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/rocket-addon.php','wp-content/plugins/wp-rocket/views/settings/fields/rocket-addon.php'),(10779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/rocket-cdn.php','wp-content/plugins/wp-rocket/views/settings/fields/rocket-cdn.php'),(10780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/select.php','wp-content/plugins/wp-rocket/views/settings/fields/select.php'),(10781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php','wp-content/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php'),(10782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/text.php','wp-content/plugins/wp-rocket/views/settings/fields/text.php'),(10783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/fields/textarea.php','wp-content/plugins/wp-rocket/views/settings/fields/textarea.php'),(10784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/mobile-cache.php','wp-content/plugins/wp-rocket/views/settings/mobile-cache.php'),(10785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/navigation.php','wp-content/plugins/wp-rocket/views/settings/navigation.php'),(10786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/addons.php','wp-content/plugins/wp-rocket/views/settings/page-sections/addons.php'),(10787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/advanced-cache.php','wp-content/plugins/wp-rocket/views/settings/page-sections/advanced-cache.php'),(10788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/cache.php','wp-content/plugins/wp-rocket/views/settings/page-sections/cache.php'),(10789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/cloudflare.php','wp-content/plugins/wp-rocket/views/settings/page-sections/cloudflare.php'),(10790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/dashboard.php','wp-content/plugins/wp-rocket/views/settings/page-sections/dashboard.php'),(10791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/database.php','wp-content/plugins/wp-rocket/views/settings/page-sections/database.php'),(10792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/file-optimization.php','wp-content/plugins/wp-rocket/views/settings/page-sections/file-optimization.php'),(10793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/heartbeat.php','wp-content/plugins/wp-rocket/views/settings/page-sections/heartbeat.php'),(10794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php','wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php'),(10795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/license.php','wp-content/plugins/wp-rocket/views/settings/page-sections/license.php'),(10796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/media.php','wp-content/plugins/wp-rocket/views/settings/page-sections/media.php'),(10797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/page-cdn.php','wp-content/plugins/wp-rocket/views/settings/page-sections/page-cdn.php'),(10798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/preload.php','wp-content/plugins/wp-rocket/views/settings/page-sections/preload.php'),(10799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/sucuri.php','wp-content/plugins/wp-rocket/views/settings/page-sections/sucuri.php'),(10800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/tools.php','wp-content/plugins/wp-rocket/views/settings/page-sections/tools.php'),(10801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page-sections/tutorials.php','wp-content/plugins/wp-rocket/views/settings/page-sections/tutorials.php'),(10802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/page.php','wp-content/plugins/wp-rocket/views/settings/page.php'),(10803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/partials/documentation.php','wp-content/plugins/wp-rocket/views/settings/partials/documentation.php'),(10804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/partials/getting-started.php','wp-content/plugins/wp-rocket/views/settings/partials/getting-started.php'),(10805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/partials/sidebar.php','wp-content/plugins/wp-rocket/views/settings/partials/sidebar.php'),(10806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/sections/addons-container.php','wp-content/plugins/wp-rocket/views/settings/sections/addons-container.php'),(10807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/sections/clean-section.php','wp-content/plugins/wp-rocket/views/settings/sections/clean-section.php'),(10808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/sections/fields-container.php','wp-content/plugins/wp-rocket/views/settings/sections/fields-container.php'),(10809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/views/settings/sections/nocontainer.php','wp-content/plugins/wp-rocket/views/settings/sections/nocontainer.php'),(10810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wp-rocket/wp-rocket.php','wp-content/plugins/wp-rocket/wp-rocket.php'),(10811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.css','wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.css'),(10812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.min.css','wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.min.css'),(10813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin/admin-splash-modal.css','wp-content/plugins/wpforms-lite/assets/css/admin/admin-splash-modal.css'),(10814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin/admin-splash-modal.min.css','wp-content/plugins/wpforms-lite/assets/css/admin/admin-splash-modal.min.css'),(10815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin/edit-post-education.css','wp-content/plugins/wpforms-lite/assets/css/admin/edit-post-education.css'),(10816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin/edit-post-education.min.css','wp-content/plugins/wpforms-lite/assets/css/admin/edit-post-education.min.css'),(10817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-bar.css','wp-content/plugins/wpforms-lite/assets/css/admin-bar.css'),(10818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-bar.min.css','wp-content/plugins/wpforms-lite/assets/css/admin-bar.min.css'),(10819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-integrations.css','wp-content/plugins/wpforms-lite/assets/css/admin-integrations.css'),(10820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-integrations.min.css','wp-content/plugins/wpforms-lite/assets/css/admin-integrations.min.css'),(10821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-list-table-ext.css','wp-content/plugins/wpforms-lite/assets/css/admin-list-table-ext.css'),(10822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-list-table-ext.min.css','wp-content/plugins/wpforms-lite/assets/css/admin-list-table-ext.min.css'),(10823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-notifications.css','wp-content/plugins/wpforms-lite/assets/css/admin-notifications.css'),(10824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-notifications.min.css','wp-content/plugins/wpforms-lite/assets/css/admin-notifications.min.css'),(10825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.css','wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.css'),(10826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.min.css','wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.min.css'),(10827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin.css','wp-content/plugins/wpforms-lite/assets/css/admin.css'),(10828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/admin.min.css','wp-content/plugins/wpforms-lite/assets/css/admin.min.css'),(10829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.css'),(10830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.min.css'),(10831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.css'),(10832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.min.css'),(10833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.css'),(10834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.min.css'),(10835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.css'),(10836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.min.css'),(10837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.css'),(10838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.min.css'),(10839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.css'),(10840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.min.css'),(10841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-scrollbars.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-scrollbars.css'),(10842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-scrollbars.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-scrollbars.min.css'),(10843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.css'),(10844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.min.css'),(10845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.css'),(10846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.min.css'),(10847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.css'),(10848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.min.css'),(10849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.css','wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.css'),(10850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.min.css'),(10851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/challenge.css','wp-content/plugins/wpforms-lite/assets/css/challenge.css'),(10852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/challenge.min.css','wp-content/plugins/wpforms-lite/assets/css/challenge.min.css'),(10853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/choices.css','wp-content/plugins/wpforms-lite/assets/css/choices.css'),(10854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/choices.min.css','wp-content/plugins/wpforms-lite/assets/css/choices.min.css'),(10855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.css','wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.css'),(10856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.min.css','wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.min.css'),(10857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/classic.css','wp-content/plugins/wpforms-lite/assets/css/emails/classic.css'),(10858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/classic.min.css','wp-content/plugins/wpforms-lite/assets/css/emails/classic.min.css'),(10859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/compact.css','wp-content/plugins/wpforms-lite/assets/css/emails/compact.css'),(10860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/compact.min.css','wp-content/plugins/wpforms-lite/assets/css/emails/compact.min.css'),(10861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/general.css','wp-content/plugins/wpforms-lite/assets/css/emails/general.css'),(10862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/general.min.css','wp-content/plugins/wpforms-lite/assets/css/emails/general.min.css'),(10863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/classic_media_queries.css','wp-content/plugins/wpforms-lite/assets/css/emails/partials/classic_media_queries.css'),(10864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/classic_media_queries.min.css','wp-content/plugins/wpforms-lite/assets/css/emails/partials/classic_media_queries.min.css'),(10865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/compact_media_queries.css','wp-content/plugins/wpforms-lite/assets/css/emails/partials/compact_media_queries.css'),(10866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/compact_media_queries.min.css','wp-content/plugins/wpforms-lite/assets/css/emails/partials/compact_media_queries.min.css'),(10867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.css','wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.css'),(10868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.min.css','wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.min.css'),(10869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/notifications_media_queries.css','wp-content/plugins/wpforms-lite/assets/css/emails/partials/notifications_media_queries.css'),(10870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/notifications_media_queries.min.css','wp-content/plugins/wpforms-lite/assets/css/emails/partials/notifications_media_queries.min.css'),(10871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/summary_media_queries.css','wp-content/plugins/wpforms-lite/assets/css/emails/partials/summary_media_queries.css'),(10872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/partials/summary_media_queries.min.css','wp-content/plugins/wpforms-lite/assets/css/emails/partials/summary_media_queries.min.css'),(10873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/summary.css','wp-content/plugins/wpforms-lite/assets/css/emails/summary.css'),(10874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/emails/summary.min.css','wp-content/plugins/wpforms-lite/assets/css/emails/summary.min.css'),(10875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/entry-print.css','wp-content/plugins/wpforms-lite/assets/css/entry-print.css'),(10876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/entry-print.min.css','wp-content/plugins/wpforms-lite/assets/css/entry-print.min.css'),(10877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.css','wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.css'),(10878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.min.css','wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.min.css'),(10879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-base.css','wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-base.css'),(10880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-base.min.css','wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-base.min.css'),(10881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-full.css','wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-full.css'),(10882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-full.min.css','wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-full.min.css'),(10883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-base.css','wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-base.css'),(10884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-base.min.css','wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-base.min.css'),(10885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.css','wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.css'),(10886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.min.css','wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.min.css'),(10887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-dashicons.css','wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-dashicons.css'),(10888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-dashicons.min.css','wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-dashicons.min.css'),(10889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-form-preview.css','wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-form-preview.css'),(10890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-form-preview.min.css','wp-content/plugins/wpforms-lite/assets/css/frontend/wpforms-form-preview.min.css'),(10891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.css'),(10892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.min.css'),(10893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.css'),(10894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.min.css'),(10895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-base.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-base.css'),(10896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-base.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-base.min.css'),(10897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-full.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-full.css'),(10898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-full.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-classic-full.min.css'),(10899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.css'),(10900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.min.css'),(10901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-base.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-base.css'),(10902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-base.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-base.min.css'),(10903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-full.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-full.css'),(10904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-full.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-modern-full.min.css'),(10905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/admin-settings-stripe.css','wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/admin-settings-stripe.css'),(10906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/admin-settings-stripe.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/admin-settings-stripe.min.css'),(10907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/builder-stripe.css','wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/builder-stripe.css'),(10908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/builder-stripe.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/builder-stripe.min.css'),(10909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/wpforms-stripe.css','wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/wpforms-stripe.css'),(10910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/wpforms-stripe.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/wpforms-stripe.min.css'),(10911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce/notifications.css','wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce/notifications.css'),(10912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce/notifications.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce/notifications.min.css'),(10913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/logger.css','wp-content/plugins/wpforms-lite/assets/css/logger.css'),(10914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/logger.min.css','wp-content/plugins/wpforms-lite/assets/css/logger.min.css'),(10915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/wpforms-base.css','wp-content/plugins/wpforms-lite/assets/css/wpforms-base.css'),(10916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/wpforms-base.min.css','wp-content/plugins/wpforms-lite/assets/css/wpforms-base.min.css'),(10917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/wpforms-full.css','wp-content/plugins/wpforms-lite/assets/css/wpforms-full.css'),(10918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/css/wpforms-full.min.css','wp-content/plugins/wpforms-lite/assets/css/wpforms-full.min.css'),(10919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.eot','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.eot'),(10920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.svg','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.svg'),(10921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.ttf','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.ttf'),(10922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff'),(10923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff2','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff2'),(10924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/complete-guide-to-wpforms-settings.png','wp-content/plugins/wpforms-lite/assets/images/about/complete-guide-to-wpforms-settings.png'),(10925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/how-choose-right-form-field.png','wp-content/plugins/wpforms-lite/assets/images/about/how-choose-right-form-field.png'),(10926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/how-create-gdpr-compliant-forms.png','wp-content/plugins/wpforms-lite/assets/images/about/how-create-gdpr-compliant-forms.png'),(10927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/how-install-activate-wpforms-addons.png','wp-content/plugins/wpforms-lite/assets/images/about/how-install-activate-wpforms-addons.png'),(10928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/icon-full.svg','wp-content/plugins/wpforms-lite/assets/images/about/icon-full.svg'),(10929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/icon-none.svg','wp-content/plugins/wpforms-lite/assets/images/about/icon-none.svg'),(10930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/icon-partial.svg','wp-content/plugins/wpforms-lite/assets/images/about/icon-partial.svg'),(10931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-affwp.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-affwp.png'),(10932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-aioseo.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-aioseo.png'),(10933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-charitable.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-charitable.png'),(10934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-duplicator.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-duplicator.png'),(10935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-edd.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-edd.png'),(10936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-mi.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-mi.png'),(10937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-om.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-om.png'),(10938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-pushengage.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-pushengage.png'),(10939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-rp.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-rp.png'),(10940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-fb.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-fb.png'),(10941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-instagram.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-instagram.png'),(10942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-twitter.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-twitter.png'),(10943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-youtube.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-youtube.png'),(10944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-searchwp.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-searchwp.png'),(10945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-seedprod.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-seedprod.png'),(10946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-smtp.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-smtp.png'),(10947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sugarcalendar.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sugarcalendar.png'),(10948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-trustpulse.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-trustpulse.png'),(10949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-wp-simple-pay.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-wp-simple-pay.png'),(10950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/plugin-wpcode.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-wpcode.png'),(10951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/about/team.jpg','wp-content/plugins/wpforms-lite/assets/images/about/team.jpg'),(10952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-activecampaign.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-activecampaign.png'),(10953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-authorize-net.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-authorize-net.png'),(10954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-aweber.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-aweber.png'),(10955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-brevo.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-brevo.png'),(10956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-calculations.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-calculations.png'),(10957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-campaign-monitor.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-campaign-monitor.png'),(10958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-captcha.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-captcha.png'),(10959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-conditional-logic.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-conditional-logic.png'),(10960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-constant-contact.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-constant-contact.png'),(10961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-conversational-forms.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-conversational-forms.png'),(10962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-convertkit.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-convertkit.png'),(10963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-coupons.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-coupons.png'),(10964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-drip.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-drip.png'),(10965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-abandonment.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-abandonment.png'),(10966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-locker.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-locker.png'),(10967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-pages.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-pages.png'),(10968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-templates-pack.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-templates-pack.png'),(10969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-geolocation.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-geolocation.png'),(10970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-getresponse.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-getresponse.png'),(10971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-google-sheets.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-google-sheets.png'),(10972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-hubspot.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-hubspot.png'),(10973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-lead-forms.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-lead-forms.png'),(10974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailchimp.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailchimp.png'),(10975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailerlite.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailerlite.png'),(10976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-offline-forms.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-offline-forms.png'),(10977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-commerce.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-commerce.png'),(10978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-standard.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-standard.png'),(10979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-post-submissions.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-post-submissions.png'),(10980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-salesforce.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-salesforce.png'),(10981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-save-resume.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-save-resume.png'),(10982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-sendinblue.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-sendinblue.png'),(10983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-signatures.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-signatures.png'),(10984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-square.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-square.png'),(10985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-stripe.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-stripe.png'),(10986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-surveys-polls.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-surveys-polls.png'),(10987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-journey.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-journey.png'),(10988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-registration.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-registration.png'),(10989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-webhooks.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-webhooks.png'),(10990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/addon-icon-zapier.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-zapier.png'),(10991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-active.svg','wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-active.svg'),(10992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-default.svg','wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-default.svg'),(10993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/analytics/arrow-right.svg','wp-content/plugins/wpforms-lite/assets/images/analytics/arrow-right.svg'),(10994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-full.jpg','wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-full.jpg'),(10995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-tnail.jpg','wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-tnail.jpg'),(10996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights.png','wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights.png'),(10997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights@2x.png','wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights@2x.png'),(10998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/akismet.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/akismet.svg'),(10999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/cloudflare.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/cloudflare.svg'),(11000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/country-filter.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/country-filter.svg'),(11001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/custom-captcha.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/custom-captcha.svg'),(11002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/hcaptcha.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/hcaptcha.svg'),(11003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/keyword-filter.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/keyword-filter.svg'),(11004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/anti-spam/recaptcha.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/recaptcha.svg'),(11005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/brand.svg','wp-content/plugins/wpforms-lite/assets/images/brand.svg'),(11006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/check-circle.svg','wp-content/plugins/wpforms-lite/assets/images/builder/check-circle.svg'),(11007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/default-arrow.svg','wp-content/plugins/wpforms-lite/assets/images/builder/default-arrow.svg'),(11008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/ie-logo.svg','wp-content/plugins/wpforms-lite/assets/images/builder/ie-logo.svg'),(11009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/illustration-marketing.svg','wp-content/plugins/wpforms-lite/assets/images/builder/illustration-marketing.svg'),(11010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/illustration-payments.svg','wp-content/plugins/wpforms-lite/assets/images/builder/illustration-payments.svg'),(11011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/loading-avatar.svg','wp-content/plugins/wpforms-lite/assets/images/builder/loading-avatar.svg'),(11012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/loading-spinner.svg','wp-content/plugins/wpforms-lite/assets/images/builder/loading-spinner.svg'),(11013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/placeholder-200x125.svg','wp-content/plugins/wpforms-lite/assets/images/builder/placeholder-200x125.svg'),(11014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder/toggle-tab-bg.svg','wp-content/plugins/wpforms-lite/assets/images/builder/toggle-tab-bg.svg'),(11015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/builder-default-arrow.png','wp-content/plugins/wpforms-lite/assets/images/builder-default-arrow.png'),(11016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/bar-bg.png','wp-content/plugins/wpforms-lite/assets/images/challenge/bar-bg.png'),(11017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/chevron-circle-down-regular.svg','wp-content/plugins/wpforms-lite/assets/images/challenge/chevron-circle-down-regular.svg'),(11018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/confetti.svg','wp-content/plugins/wpforms-lite/assets/images/challenge/confetti.svg'),(11019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/getting-started.png','wp-content/plugins/wpforms-lite/assets/images/challenge/getting-started.png'),(11020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/party-popper.png','wp-content/plugins/wpforms-lite/assets/images/challenge/party-popper.png'),(11021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/popup-contact.png','wp-content/plugins/wpforms-lite/assets/images/challenge/popup-contact.png'),(11022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/red-arrow.svg','wp-content/plugins/wpforms-lite/assets/images/challenge/red-arrow.svg'),(11023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/sullie-circle.png','wp-content/plugins/wpforms-lite/assets/images/challenge/sullie-circle.png'),(11024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/challenge/times-circle-regular.svg','wp-content/plugins/wpforms-lite/assets/images/challenge/times-circle-regular.svg'),(11025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/check-circle.svg','wp-content/plugins/wpforms-lite/assets/images/check-circle.svg'),(11026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/check-solid.svg','wp-content/plugins/wpforms-lite/assets/images/check-solid.svg'),(11027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/announcements.png','wp-content/plugins/wpforms-lite/assets/images/community/announcements.png'),(11028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/announcements@2x.png','wp-content/plugins/wpforms-lite/assets/images/community/announcements@2x.png'),(11029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/dev-docs.png','wp-content/plugins/wpforms-lite/assets/images/community/dev-docs.png'),(11030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/dev-docs@2x.png','wp-content/plugins/wpforms-lite/assets/images/community/dev-docs@2x.png'),(11031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/suggest.png','wp-content/plugins/wpforms-lite/assets/images/community/suggest.png'),(11032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/suggest@2x.png','wp-content/plugins/wpforms-lite/assets/images/community/suggest@2x.png'),(11033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/vip-circle.png','wp-content/plugins/wpforms-lite/assets/images/community/vip-circle.png'),(11034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/vip-circle@2x.png','wp-content/plugins/wpforms-lite/assets/images/community/vip-circle@2x.png'),(11035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner.png','wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner.png'),(11036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner@2x.png','wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner@2x.png'),(11037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/youtube.png','wp-content/plugins/wpforms-lite/assets/images/community/youtube.png'),(11038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/community/youtube@2x.png','wp-content/plugins/wpforms-lite/assets/images/community/youtube@2x.png'),(11039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo.png','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo.png'),(11040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo@2x.png','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo@2x.png'),(11041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step1.png','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step1.png'),(11042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step2.png','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step2.png'),(11043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step3.png','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step3.png'),(11044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step4.png','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step4.png'),(11045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-screenshot-01.png','wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-screenshot-01.png'),(11046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-screenshot-02.png','wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-screenshot-02.png'),(11047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-thumbnail-01.png','wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-thumbnail-01.png'),(11048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-thumbnail-02.png','wp-content/plugins/wpforms-lite/assets/images/coupons-education/coupons-addon-thumbnail-02.png'),(11049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/cross-inverse.svg','wp-content/plugins/wpforms-lite/assets/images/cross-inverse.svg'),(11050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/cross.svg','wp-content/plugins/wpforms-lite/assets/images/cross.svg'),(11051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/dashicons-arrow-right-alt.svg','wp-content/plugins/wpforms-lite/assets/images/dashicons-arrow-right-alt.svg'),(11052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/edit-post-education-page-1.png','wp-content/plugins/wpforms-lite/assets/images/edit-post-education-page-1.png'),(11053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/edit-post-education-page-2.png','wp-content/plugins/wpforms-lite/assets/images/edit-post-education-page-2.png'),(11054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/icon-downward.png','wp-content/plugins/wpforms-lite/assets/images/email/icon-downward.png'),(11055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/icon-overview.png','wp-content/plugins/wpforms-lite/assets/images/email/icon-overview.png'),(11056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/icon-upward.png','wp-content/plugins/wpforms-lite/assets/images/email/icon-upward.png'),(11057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/info-block-icon.png','wp-content/plugins/wpforms-lite/assets/images/email/info-block-icon.png'),(11058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/notification-block-icon.png','wp-content/plugins/wpforms-lite/assets/images/email/notification-block-icon.png'),(11059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-classic.svg','wp-content/plugins/wpforms-lite/assets/images/email/template-classic.svg'),(11060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-compact.svg','wp-content/plugins/wpforms-lite/assets/images/email/template-compact.svg'),(11061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-elegant.svg','wp-content/plugins/wpforms-lite/assets/images/email/template-elegant.svg'),(11062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-modern.svg','wp-content/plugins/wpforms-lite/assets/images/email/template-modern.svg'),(11063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-placeholder.svg','wp-content/plugins/wpforms-lite/assets/images/email/template-placeholder.svg'),(11064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-plaintext.svg','wp-content/plugins/wpforms-lite/assets/images/email/template-plaintext.svg'),(11065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/email/template-tech.svg','wp-content/plugins/wpforms-lite/assets/images/email/template-tech.svg'),(11066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-entries.svg','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-entries.svg'),(11067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-fields.svg','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-fields.svg'),(11068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-form-elementor.svg','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-form-elementor.svg'),(11069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-forms.svg','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-forms.svg'),(11070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-user-templates.png','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-user-templates.png'),(11071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments/get-started-lite.svg','wp-content/plugins/wpforms-lite/assets/images/empty-states/payments/get-started-lite.svg'),(11072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments/get-started-pro.svg','wp-content/plugins/wpforms-lite/assets/images/empty-states/payments/get-started-pro.svg'),(11073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments/no-payments.svg','wp-content/plugins/wpforms-lite/assets/images/empty-states/payments/no-payments.svg'),(11074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/empty-states/waving-hand-emoji.png','wp-content/plugins/wpforms-lite/assets/images/empty-states/waving-hand-emoji.png'),(11075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/exclamation-circle.svg','wp-content/plugins/wpforms-lite/assets/images/exclamation-circle.svg'),(11076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle-orange.svg','wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle-orange.svg'),(11077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle.svg','wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle.svg'),(11078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/file-code.svg','wp-content/plugins/wpforms-lite/assets/images/file-code.svg'),(11079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete.jpg','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete.jpg'),(11080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete@2x.jpg','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete@2x.jpg'),(11081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location.jpg','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location.jpg'),(11082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location@2x.jpg','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location@2x.jpg'),(11083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field.jpg','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field.jpg'),(11084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field@2x.jpg','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field@2x.jpg'),(11085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-background.png','wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-background.png'),(11086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-button.png','wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-button.png'),(11087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-container.png','wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-container.png'),(11088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-field.png','wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-field.png'),(11089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-label.png','wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-label.png'),(11090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-themes.png','wp-content/plugins/wpforms-lite/assets/images/gutenberg/panel-themes.png'),(11091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-chart-smaller.png','wp-content/plugins/wpforms-lite/assets/images/icon-chart-smaller.png'),(11092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-chart.png','wp-content/plugins/wpforms-lite/assets/images/icon-chart.png'),(11093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-file.svg','wp-content/plugins/wpforms-lite/assets/images/icon-file.svg'),(11094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-graph.png','wp-content/plugins/wpforms-lite/assets/images/icon-graph.png'),(11095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-provider-constant-contact.png','wp-content/plugins/wpforms-lite/assets/images/icon-provider-constant-contact.png'),(11096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-provider-uncanny-automator.png','wp-content/plugins/wpforms-lite/assets/images/icon-provider-uncanny-automator.png'),(11097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-user-template.svg','wp-content/plugins/wpforms-lite/assets/images/icon-user-template.svg'),(11098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/icon-wpforms.svg','wp-content/plugins/wpforms-lite/assets/images/icon-wpforms.svg'),(11099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/divi/wpforms-icon.svg','wp-content/plugins/wpforms-lite/assets/images/integrations/divi/wpforms-icon.svg'),(11100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.eot','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.eot'),(11101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.svg','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.svg'),(11102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.ttf','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.ttf'),(11103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff'),(11104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff2','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff2'),(11105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/wpforms-icon.svg','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/wpforms-icon.svg'),(11106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg/block-preview.png','wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg/block-preview.png'),(11107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/stripe/cc-preview.png','wp-content/plugins/wpforms-lite/assets/images/integrations/stripe/cc-preview.png'),(11108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/integrations/woocommerce/mail.svg','wp-content/plugins/wpforms-lite/assets/images/integrations/woocommerce/mail.svg'),(11109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/jquery.minicolors.png','wp-content/plugins/wpforms-lite/assets/images/jquery.minicolors.png'),(11110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/check-circle.svg','wp-content/plugins/wpforms-lite/assets/images/lite-connect/check-circle.svg'),(11111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/cloud.svg','wp-content/plugins/wpforms-lite/assets/images/lite-connect/cloud.svg'),(11112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/envelope.svg','wp-content/plugins/wpforms-lite/assets/images/lite-connect/envelope.svg'),(11113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/info-circle.svg','wp-content/plugins/wpforms-lite/assets/images/lite-connect/info-circle.svg'),(11114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/lock-alt.svg','wp-content/plugins/wpforms-lite/assets/images/lite-connect/lock-alt.svg'),(11115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/raised-hand.png','wp-content/plugins/wpforms-lite/assets/images/lite-connect/raised-hand.png'),(11116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-connect/wait.svg','wp-content/plugins/wpforms-lite/assets/images/lite-connect/wait.svg'),(11117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls.png'),(11118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls@2x.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls@2x.png'),(11119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members.png'),(11120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members@2x.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members@2x.png'),(11121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor.png'),(11122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor@2x.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor@2x.png'),(11123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/logo-negative.png','wp-content/plugins/wpforms-lite/assets/images/logo-negative.png'),(11124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/logo.png','wp-content/plugins/wpforms-lite/assets/images/logo.png'),(11125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/chevron.svg','wp-content/plugins/wpforms-lite/assets/images/payments/chevron.svg'),(11126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/icon-exclamation.svg','wp-content/plugins/wpforms-lite/assets/images/payments/icon-exclamation.svg'),(11127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-coupons.svg','wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-coupons.svg'),(11128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-payments.svg','wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-payments.svg'),(11129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-refunded.svg','wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-refunded.svg'),(11130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-sales.svg','wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-sales.svg'),(11131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-subscription.svg','wp-content/plugins/wpforms-lite/assets/images/payments/icon-total-subscription.svg'),(11132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-coupon.svg','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-coupon.svg'),(11133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-cycle.svg','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-cycle.svg'),(11134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-date.svg','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-date.svg'),(11135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-lifetime-total.svg','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-lifetime-total.svg'),(11136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-method.svg','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-method.svg'),(11137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-one-time.svg','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-one-time.svg'),(11138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-subscription.svg','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-subscription.svg'),(11139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-total.svg','wp-content/plugins/wpforms-lite/assets/images/payments/single/icon-total.svg'),(11140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/single/info-circle.svg','wp-content/plugins/wpforms-lite/assets/images/payments/single/info-circle.svg'),(11141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/star.svg','wp-content/plugins/wpforms-lite/assets/images/payments/star.svg'),(11142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-active.svg','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-active.svg'),(11143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-cancelled.svg','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-cancelled.svg'),(11144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-completed.svg','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-completed.svg'),(11145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-failed.svg','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-failed.svg'),(11146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-n-a.svg','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-n-a.svg'),(11147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-not-synced.svg','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-not-synced.svg'),(11148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-partrefund.svg','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-partrefund.svg'),(11149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-pending.svg','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-pending.svg'),(11150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-processed.svg','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-processed.svg'),(11151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-refunded.svg','wp-content/plugins/wpforms-lite/assets/images/payments/status/icon-refunded.svg'),(11152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/recaptcha-placeholder.png','wp-content/plugins/wpforms-lite/assets/images/recaptcha-placeholder.png'),(11153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/search.svg','wp-content/plugins/wpforms-lite/assets/images/search.svg'),(11154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-addon.png','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-addon.png'),(11155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-cloudflare.svg','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-cloudflare.svg'),(11156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-hcaptcha.svg','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-hcaptcha.svg'),(11157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-none.svg','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-none.svg'),(11158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-recaptcha.svg','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-recaptcha.svg'),(11159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-email-html.png','wp-content/plugins/wpforms-lite/assets/images/settings-email-html.png'),(11160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/settings-email-plaintext.png','wp-content/plugins/wpforms-lite/assets/images/settings-email-plaintext.png'),(11161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/arrow-right.svg','wp-content/plugins/wpforms-lite/assets/images/smtp/arrow-right.svg'),(11162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/pattie-2.svg','wp-content/plugins/wpforms-lite/assets/images/smtp/pattie-2.svg'),(11163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/pattie.svg','wp-content/plugins/wpforms-lite/assets/images/smtp/pattie.svg'),(11164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-full.png','wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-full.png'),(11165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-tnail.png','wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-tnail.png'),(11166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp.png','wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp.png'),(11167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp@2x.png','wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp@2x.png'),(11168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/spinner-blue.svg','wp-content/plugins/wpforms-lite/assets/images/spinner-blue.svg'),(11169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/spinner-white.svg','wp-content/plugins/wpforms-lite/assets/images/spinner-white.svg'),(11170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/spinner.svg','wp-content/plugins/wpforms-lite/assets/images/spinner.svg'),(11171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/splash/sullie.svg','wp-content/plugins/wpforms-lite/assets/images/splash/sullie.svg'),(11172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/step-1.svg','wp-content/plugins/wpforms-lite/assets/images/step-1.svg'),(11173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/step-2.svg','wp-content/plugins/wpforms-lite/assets/images/step-2.svg'),(11174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/step-3.svg','wp-content/plugins/wpforms-lite/assets/images/step-3.svg'),(11175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/step-complete.svg','wp-content/plugins/wpforms-lite/assets/images/step-complete.svg'),(11176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/stripe/stripe-connect.png','wp-content/plugins/wpforms-lite/assets/images/stripe/stripe-connect.png'),(11177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg','wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg'),(11178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/sullie-alt.png','wp-content/plugins/wpforms-lite/assets/images/sullie-alt.png'),(11179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/sullie-builder-mobile.png','wp-content/plugins/wpforms-lite/assets/images/sullie-builder-mobile.png'),(11180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/sullie-edit-post-education.svg','wp-content/plugins/wpforms-lite/assets/images/sullie-edit-post-education.svg'),(11181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/sullie-vc.png','wp-content/plugins/wpforms-lite/assets/images/sullie-vc.png'),(11182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/sullie.png','wp-content/plugins/wpforms-lite/assets/images/sullie.png'),(11183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/thumbnail-simple-contact-form-template.jpg','wp-content/plugins/wpforms-lite/assets/images/thumbnail-simple-contact-form-template.jpg'),(11184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/times-circle.svg','wp-content/plugins/wpforms-lite/assets/images/times-circle.svg'),(11185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/trash-red.svg','wp-content/plugins/wpforms-lite/assets/images/trash-red.svg'),(11186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/trash.svg','wp-content/plugins/wpforms-lite/assets/images/trash.svg'),(11187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-1.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-1.png'),(11188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-10.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-10.png'),(11189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-2.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-2.png'),(11190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-3.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-3.png'),(11191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-4.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-4.png'),(11192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-5.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-5.png'),(11193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-6.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-6.png'),(11194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-7.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-7.png'),(11195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-8.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-8.png'),(11196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-9.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-9.png'),(11197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-bill.jpg','wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-bill.jpg'),(11198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-david.jpg','wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-david.jpg'),(11199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/welcome-video.png','wp-content/plugins/wpforms-lite/assets/images/welcome-video.png'),(11200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/wpforms-logo.svg','wp-content/plugins/wpforms-lite/assets/images/wpforms-logo.svg'),(11201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/images/zoom.svg','wp-content/plugins/wpforms-lite/assets/images/zoom.svg'),(11202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/admin-editor.js','wp-content/plugins/wpforms-lite/assets/js/admin/admin-editor.js'),(11203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/admin-editor.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/admin-editor.min.js'),(11204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/admin-notifications.js','wp-content/plugins/wpforms-lite/assets/js/admin/admin-notifications.js'),(11205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/admin-notifications.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/admin-notifications.min.js'),(11206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/admin.js','wp-content/plugins/wpforms-lite/assets/js/admin/admin.js'),(11207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/admin.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/admin.min.js'),(11208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder-providers.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder-providers.js'),(11209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder-providers.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder-providers.min.js'),(11210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder.js'),(11211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/admin-builder.min.js'),(11212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/context-menu.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/context-menu.js'),(11213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/context-menu.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/context-menu.min.js'),(11214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/drag-fields.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/drag-fields.js'),(11215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/drag-fields.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/drag-fields.min.js'),(11216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/dropdown-list.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/dropdown-list.js'),(11217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/dropdown-list.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/dropdown-list.min.js'),(11218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/email-template.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/email-template.js'),(11219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/email-template.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/email-template.min.js'),(11220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields/internal-information.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields/internal-information.js'),(11221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields/internal-information.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields/internal-information.min.js'),(11222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/form-templates.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/form-templates.js'),(11223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/form-templates.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/form-templates.min.js'),(11224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/help.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/help.js'),(11225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/help.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/help.min.js'),(11226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/panel-loader.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/panel-loader.js'),(11227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/panel-loader.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/panel-loader.min.js'),(11228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/providers.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/providers.js'),(11229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/providers.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/providers.min.js'),(11230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/search-fields.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/search-fields.js'),(11231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/search-fields.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/search-fields.min.js'),(11232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/settings.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/settings.js'),(11233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/settings.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/settings.min.js'),(11234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/setup.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/setup.js'),(11235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/setup.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/setup.min.js'),(11236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/templates.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/templates.js'),(11237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/templates.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/templates.min.js'),(11238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.js'),(11239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.min.js'),(11240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-admin.js','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-admin.js'),(11241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-admin.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-admin.min.js'),(11242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-builder.js','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-builder.js'),(11243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-builder.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-builder.min.js'),(11244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-core.js','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-core.js'),(11245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-core.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-core.min.js'),(11246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-embed.js','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-embed.js'),(11247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-embed.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/challenge/challenge-embed.min.js'),(11248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/core.js','wp-content/plugins/wpforms-lite/assets/js/admin/education/core.js'),(11249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/core.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/education/core.min.js'),(11250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/edit-post.es5.js','wp-content/plugins/wpforms-lite/assets/js/admin/education/edit-post.es5.js'),(11251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/edit-post.es5.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/education/edit-post.es5.min.js'),(11252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/edit-post.js','wp-content/plugins/wpforms-lite/assets/js/admin/education/edit-post.js'),(11253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers/payment.js','wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers/payment.js'),(11254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers/payment.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers/payment.min.js'),(11255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/email/settings.js','wp-content/plugins/wpforms-lite/assets/js/admin/email/settings.js'),(11256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/email/settings.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/email/settings.min.js'),(11257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/form-embed-wizard.js','wp-content/plugins/wpforms-lite/assets/js/admin/form-embed-wizard.js'),(11258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/form-embed-wizard.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/form-embed-wizard.min.js'),(11259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/forms/overview.js','wp-content/plugins/wpforms-lite/assets/js/admin/forms/overview.js'),(11260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/forms/overview.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/forms/overview.min.js'),(11261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/logger/logger.js','wp-content/plugins/wpforms-lite/assets/js/admin/logger/logger.js'),(11262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/logger/logger.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/logger/logger.min.js'),(11263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/notices.js','wp-content/plugins/wpforms-lite/assets/js/admin/notices.js'),(11264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/notices.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/notices.min.js'),(11265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/pages/form-templates.js','wp-content/plugins/wpforms-lite/assets/js/admin/pages/form-templates.js'),(11266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/pages/form-templates.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/pages/form-templates.min.js'),(11267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/pages/mi-analytics.js','wp-content/plugins/wpforms-lite/assets/js/admin/pages/mi-analytics.js'),(11268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/pages/mi-analytics.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/pages/mi-analytics.min.js'),(11269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/pages/smtp.js','wp-content/plugins/wpforms-lite/assets/js/admin/pages/smtp.js'),(11270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/pages/smtp.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/pages/smtp.min.js'),(11271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/payments/overview.js','wp-content/plugins/wpforms-lite/assets/js/admin/payments/overview.js'),(11272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/payments/overview.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/payments/overview.min.js'),(11273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/payments/single.js','wp-content/plugins/wpforms-lite/assets/js/admin/payments/single.js'),(11274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/payments/single.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/payments/single.min.js'),(11275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/admin-utils.js','wp-content/plugins/wpforms-lite/assets/js/admin/share/admin-utils.js'),(11276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/admin-utils.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/share/admin-utils.min.js'),(11277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/contrast-checker.js','wp-content/plugins/wpforms-lite/assets/js/admin/share/contrast-checker.js'),(11278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/contrast-checker.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/share/contrast-checker.min.js'),(11279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/list-table-ext.js','wp-content/plugins/wpforms-lite/assets/js/admin/share/list-table-ext.js'),(11280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/list-table-ext.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/share/list-table-ext.min.js'),(11281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/xor.js','wp-content/plugins/wpforms-lite/assets/js/admin/share/xor.js'),(11282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/share/xor.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/share/xor.min.js'),(11283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/splash/modal.js','wp-content/plugins/wpforms-lite/assets/js/admin/splash/modal.js'),(11284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/admin/splash/modal.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/splash/modal.min.js'),(11285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/fields/text-limit.es5.js','wp-content/plugins/wpforms-lite/assets/js/frontend/fields/text-limit.es5.js'),(11286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/fields/text-limit.es5.min.js','wp-content/plugins/wpforms-lite/assets/js/frontend/fields/text-limit.es5.min.js'),(11287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/fields/text-limit.js','wp-content/plugins/wpforms-lite/assets/js/frontend/fields/text-limit.js'),(11288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-confirmation.js','wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-confirmation.js'),(11289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-confirmation.min.js','wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-confirmation.min.js'),(11290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-modern.js','wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-modern.js'),(11291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-modern.min.js','wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-modern.min.js'),(11292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.js','wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.js'),(11293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.min.js','wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.min.js'),(11294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.es5.js','wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.es5.js'),(11295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.es5.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.es5.min.js'),(11296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.js','wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.js'),(11297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor-modern.js','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor-modern.js'),(11298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor-modern.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor-modern.min.js'),(11299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.js','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.js'),(11300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.min.js'),(11301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.js','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.js'),(11302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js'),(11303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/formselector-legacy.es5.js','wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/formselector-legacy.es5.js'),(11304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/formselector-legacy.es5.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/formselector-legacy.es5.min.js'),(11305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/formselector-legacy.js','wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/formselector-legacy.js'),(11306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-modern-stripe.js','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-modern-stripe.js'),(11307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-modern-stripe.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-modern-stripe.min.js'),(11308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe-card-field.js','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe-card-field.js'),(11309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe-card-field.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe-card-field.min.js'),(11310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe.js','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe.js'),(11311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-builder-stripe.min.js'),(11312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-settings-stripe.js','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-settings-stripe.js'),(11313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-settings-stripe.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/admin-settings-stripe.min.js'),(11314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-elements.js','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-elements.js'),(11315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-elements.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-elements.min.js'),(11316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-payment-element.js','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-payment-element.js'),(11317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-payment-element.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/stripe/wpforms-stripe-payment-element.min.js'),(11318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce/notifications.js','wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce/notifications.js'),(11319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce/notifications.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce/notifications.min.js'),(11320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode/wpcode.js','wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode/wpcode.js'),(11321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode/wpcode.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode/wpcode.min.js'),(11322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/share/utils.js','wp-content/plugins/wpforms-lite/assets/js/share/utils.js'),(11323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/js/share/utils.min.js','wp-content/plugins/wpforms-lite/assets/js/share/utils.min.js'),(11324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/languages/wpforms-lite.pot','wp-content/plugins/wpforms-lite/assets/languages/wpforms-lite.pot'),(11325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/chart.min.js','wp-content/plugins/wpforms-lite/assets/lib/chart.min.js'),(11326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/choices.min.js','wp-content/plugins/wpforms-lite/assets/lib/choices.min.js'),(11327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.css','wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.css'),(11328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.js','wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.js'),(11329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/font-awesome.min.css','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/font-awesome.min.css'),(11330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.eot','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.eot'),(11331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.svg','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.svg'),(11332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf'),(11333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff'),(11334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2'),(11335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.conditionals.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.conditionals.min.js'),(11336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.css','wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.css'),(11337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.js'),(11338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.inputmask.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.inputmask.min.js'),(11339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.insert-at-caret.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.insert-at-caret.min.js'),(11340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.css','wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.css'),(11341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.js'),(11342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.css','wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.css'),(11343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.js'),(11344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.css','wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.css'),(11345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.js'),(11346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js'),(11347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/list.min.js','wp-content/plugins/wpforms-lite/assets/lib/list.min.js'),(11348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.css','wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.css'),(11349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.js','wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.js'),(11350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js','wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js'),(11351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/md5.min.js','wp-content/plugins/wpforms-lite/assets/lib/md5.min.js'),(11352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js','wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js'),(11353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/purify.min.js','wp-content/plugins/wpforms-lite/assets/lib/purify.min.js'),(11354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect/wpforms-multiselect-checkboxes.min.css','wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect/wpforms-multiselect-checkboxes.min.css'),(11355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect/wpforms-multiselect-checkboxes.min.js','wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect/wpforms-multiselect-checkboxes.min.js'),(11356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/entry-list.css','wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/entry-list.css'),(11357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/entry-list.min.css','wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/entry-list.min.css'),(11358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/view-entry.css','wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/view-entry.css'),(11359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/view-entry.min.css','wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries/view-entry.min.css'),(11360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/admin.css','wp-content/plugins/wpforms-lite/assets/lite/css/admin.css'),(11361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/admin.min.css','wp-content/plugins/wpforms-lite/assets/lite/css/admin.min.css'),(11362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.css','wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.css'),(11363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.min.css','wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.min.css'),(11364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.css','wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.css'),(11365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.min.css','wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.min.css'),(11366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/images/sample/flag.png','wp-content/plugins/wpforms-lite/assets/lite/images/sample/flag.png'),(11367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/images/sample/flag@2x.png','wp-content/plugins/wpforms-lite/assets/lite/images/sample/flag@2x.png'),(11368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/images/sample/map.png','wp-content/plugins/wpforms-lite/assets/lite/images/sample/map.png'),(11369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/images/sample/map@2x.png','wp-content/plugins/wpforms-lite/assets/lite/images/sample/map@2x.png'),(11370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/images/sample/signature.png','wp-content/plugins/wpforms-lite/assets/lite/images/sample/signature.png'),(11371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/images/sample/signature@2x.png','wp-content/plugins/wpforms-lite/assets/lite/images/sample/signature@2x.png'),(11372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder/admin-builder-lite.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder/admin-builder-lite.js'),(11373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder/admin-builder-lite.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder/admin-builder-lite.min.js'),(11374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.js'),(11375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.min.js'),(11376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.js'),(11377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.min.js'),(11378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.js'),(11379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.min.js'),(11380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.js'),(11381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.min.js'),(11382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/entry-list.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/entry-list.js'),(11383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/entry-list.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/entry-list.min.js'),(11384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/view-entry.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/view-entry.js'),(11385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/view-entry.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/view-entry.min.js'),(11386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/formselector.es5.js','wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/formselector.es5.js'),(11387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/formselector.es5.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/formselector.es5.min.js'),(11388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/formselector.js','wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/formselector.js'),(11389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/themes.json','wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg/themes.json'),(11390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/changelog.txt','wp-content/plugins/wpforms-lite/changelog.txt'),(11391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/admin.php','wp-content/plugins/wpforms-lite/includes/admin/admin.php'),(11392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/ajax-actions.php','wp-content/plugins/wpforms-lite/includes/admin/ajax-actions.php'),(11393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/class-builder.php','wp-content/plugins/wpforms-lite/includes/admin/builder/class-builder.php'),(11394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/functions.php','wp-content/plugins/wpforms-lite/includes/admin/builder/functions.php'),(11395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-base.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-base.php'),(11396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-fields.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-fields.php'),(11397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-payments.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-payments.php'),(11398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-providers.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-providers.php'),(11399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-revisions.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-revisions.php'),(11400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-settings.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-settings.php'),(11401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-setup.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-setup.php'),(11402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-about.php','wp-content/plugins/wpforms-lite/includes/admin/class-about.php'),(11403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-editor.php','wp-content/plugins/wpforms-lite/includes/admin/class-editor.php'),(11404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-install-skin.php','wp-content/plugins/wpforms-lite/includes/admin/class-install-skin.php'),(11405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-menu.php','wp-content/plugins/wpforms-lite/includes/admin/class-menu.php'),(11406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-notices.php','wp-content/plugins/wpforms-lite/includes/admin/class-notices.php'),(11407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-review.php','wp-content/plugins/wpforms-lite/includes/admin/class-review.php'),(11408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-settings.php','wp-content/plugins/wpforms-lite/includes/admin/class-settings.php'),(11409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/class-welcome.php','wp-content/plugins/wpforms-lite/includes/admin/class-welcome.php'),(11410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/admin/settings-api.php','wp-content/plugins/wpforms-lite/includes/admin/settings-api.php'),(11411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-db.php','wp-content/plugins/wpforms-lite/includes/class-db.php'),(11412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-fields.php','wp-content/plugins/wpforms-lite/includes/class-fields.php'),(11413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-form.php','wp-content/plugins/wpforms-lite/includes/class-form.php'),(11414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-install.php','wp-content/plugins/wpforms-lite/includes/class-install.php'),(11415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-process.php','wp-content/plugins/wpforms-lite/includes/class-process.php'),(11416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-providers.php','wp-content/plugins/wpforms-lite/includes/class-providers.php'),(11417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-templates.php','wp-content/plugins/wpforms-lite/includes/class-templates.php'),(11418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/class-widget.php','wp-content/plugins/wpforms-lite/includes/class-widget.php'),(11419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/compat.php','wp-content/plugins/wpforms-lite/includes/compat.php'),(11420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/deprecated.php','wp-content/plugins/wpforms-lite/includes/deprecated.php'),(11421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/emails/class-emails.php','wp-content/plugins/wpforms-lite/includes/emails/class-emails.php'),(11422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/emails/templates/body-default.php','wp-content/plugins/wpforms-lite/includes/emails/templates/body-default.php'),(11423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/emails/templates/default.php','wp-content/plugins/wpforms-lite/includes/emails/templates/default.php'),(11424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/emails/templates/field-default.php','wp-content/plugins/wpforms-lite/includes/emails/templates/field-default.php'),(11425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/emails/templates/footer-default.php','wp-content/plugins/wpforms-lite/includes/emails/templates/footer-default.php'),(11426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/emails/templates/header-default.php','wp-content/plugins/wpforms-lite/includes/emails/templates/header-default.php'),(11427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-base.php','wp-content/plugins/wpforms-lite/includes/fields/class-base.php'),(11428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-checkbox.php','wp-content/plugins/wpforms-lite/includes/fields/class-checkbox.php'),(11429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-email.php','wp-content/plugins/wpforms-lite/includes/fields/class-email.php'),(11430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-gdpr-checkbox.php','wp-content/plugins/wpforms-lite/includes/fields/class-gdpr-checkbox.php'),(11431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-internal-information.php','wp-content/plugins/wpforms-lite/includes/fields/class-internal-information.php'),(11432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-name.php','wp-content/plugins/wpforms-lite/includes/fields/class-name.php'),(11433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-number-slider.php','wp-content/plugins/wpforms-lite/includes/fields/class-number-slider.php'),(11434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-number.php','wp-content/plugins/wpforms-lite/includes/fields/class-number.php'),(11435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-radio.php','wp-content/plugins/wpforms-lite/includes/fields/class-radio.php'),(11436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-select.php','wp-content/plugins/wpforms-lite/includes/fields/class-select.php'),(11437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-text.php','wp-content/plugins/wpforms-lite/includes/fields/class-text.php'),(11438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/fields/class-textarea.php','wp-content/plugins/wpforms-lite/includes/fields/class-textarea.php'),(11439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/access.php','wp-content/plugins/wpforms-lite/includes/functions/access.php'),(11440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/checks.php','wp-content/plugins/wpforms-lite/includes/functions/checks.php'),(11441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/colors.php','wp-content/plugins/wpforms-lite/includes/functions/colors.php'),(11442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/data-presets.php','wp-content/plugins/wpforms-lite/includes/functions/data-presets.php'),(11443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/date-time.php','wp-content/plugins/wpforms-lite/includes/functions/date-time.php'),(11444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/debug.php','wp-content/plugins/wpforms-lite/includes/functions/debug.php'),(11445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/education.php','wp-content/plugins/wpforms-lite/includes/functions/education.php'),(11446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/escape-sanitize.php','wp-content/plugins/wpforms-lite/includes/functions/escape-sanitize.php'),(11447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/filesystem-media.php','wp-content/plugins/wpforms-lite/includes/functions/filesystem-media.php'),(11448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/form-fields.php','wp-content/plugins/wpforms-lite/includes/functions/form-fields.php'),(11449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/forms.php','wp-content/plugins/wpforms-lite/includes/functions/forms.php'),(11450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/list.php','wp-content/plugins/wpforms-lite/includes/functions/list.php'),(11451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/payments.php','wp-content/plugins/wpforms-lite/includes/functions/payments.php'),(11452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/plugins.php','wp-content/plugins/wpforms-lite/includes/functions/plugins.php'),(11453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/privacy.php','wp-content/plugins/wpforms-lite/includes/functions/privacy.php'),(11454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/providers.php','wp-content/plugins/wpforms-lite/includes/functions/providers.php'),(11455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/unused.php','wp-content/plugins/wpforms-lite/includes/functions/unused.php'),(11456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions/utilities.php','wp-content/plugins/wpforms-lite/includes/functions/utilities.php'),(11457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions-list.php','wp-content/plugins/wpforms-lite/includes/functions-list.php'),(11458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/functions.php','wp-content/plugins/wpforms-lite/includes/functions.php'),(11459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/integrations.php','wp-content/plugins/wpforms-lite/includes/integrations.php'),(11460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/providers/class-base.php','wp-content/plugins/wpforms-lite/includes/providers/class-base.php'),(11461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/providers/class-constant-contact.php','wp-content/plugins/wpforms-lite/includes/providers/class-constant-contact.php'),(11462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/templates/class-base.php','wp-content/plugins/wpforms-lite/includes/templates/class-base.php'),(11463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/templates/class-blank.php','wp-content/plugins/wpforms-lite/includes/templates/class-blank.php'),(11464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/includes/templates/class-simple-contact-form.php','wp-content/plugins/wpforms-lite/includes/templates/class-simple-contact-form.php'),(11465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/addons.php','wp-content/plugins/wpforms-lite/lite/templates/admin/addons.php'),(11466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/notice.php','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/notice.php'),(11467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/actions.php','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/actions.php'),(11468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/bulk-actions.php','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/bulk-actions.php'),(11469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/entry-list.php','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/entry-list.php'),(11470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/header.php','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/header.php'),(11471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/modal.php','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/modal.php'),(11472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/table.php','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview/table.php'),(11473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/single/entry.php','wp-content/plugins/wpforms-lite/lite/templates/admin/entries/single/entry.php'),(11474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/builder/context-menu.php','wp-content/plugins/wpforms-lite/lite/templates/builder/context-menu.php'),(11475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/admin/did-you-know.php','wp-content/plugins/wpforms-lite/lite/templates/education/admin/did-you-know.php'),(11476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/challenge-popup-footer.php','wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/challenge-popup-footer.php'),(11477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/dashboard-widget-before.php','wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/dashboard-widget-before.php'),(11478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/admin/notice-bar.php','wp-content/plugins/wpforms-lite/lite/templates/education/admin/notice-bar.php'),(11479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings/integrations-item.php','wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings/integrations-item.php'),(11480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/builder/did-you-know.php','wp-content/plugins/wpforms-lite/lite/templates/education/builder/did-you-know.php'),(11481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect/top-bar.php','wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect/top-bar.php'),(11482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/builder/providers-item.php','wp-content/plugins/wpforms-lite/lite/templates/education/builder/providers-item.php'),(11483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/builder/settings-item.php','wp-content/plugins/wpforms-lite/lite/templates/education/builder/settings-item.php'),(11484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/templates/education/lite-connect-modal.php','wp-content/plugins/wpforms-lite/lite/templates/education/lite-connect-modal.php'),(11485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/lite/wpforms-lite.php','wp-content/plugins/wpforms-lite/lite/wpforms-lite.php'),(11486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/readme.txt','wp-content/plugins/wpforms-lite/readme.txt'),(11487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/API.php','wp-content/plugins/wpforms-lite/src/API.php'),(11488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Access/Capabilities.php','wp-content/plugins/wpforms-lite/src/Access/Capabilities.php'),(11489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Addons/Addons.php','wp-content/plugins/wpforms-lite/src/Admin/Addons/Addons.php'),(11490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Addons/AddonsCache.php','wp-content/plugins/wpforms-lite/src/Admin/Addons/AddonsCache.php'),(11491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/AdminBarMenu.php','wp-content/plugins/wpforms-lite/src/Admin/AdminBarMenu.php'),(11492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/DataObjects/ColumnBase.php','wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/DataObjects/ColumnBase.php'),(11493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/Facades/ColumnsBase.php','wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/Facades/ColumnsBase.php'),(11494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax/PanelLoader.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax/PanelLoader.php'),(11495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/AntiSpam.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/AntiSpam.php'),(11496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/ContextMenu.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/ContextMenu.php'),(11497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/Help.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/Help.php'),(11498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/HelpCache.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/HelpCache.php'),(11499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications/Advanced/EmailTemplate.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications/Advanced/EmailTemplate.php'),(11500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/Settings/Themes.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/Settings/Themes.php'),(11501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/Shortcuts.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/Shortcuts.php'),(11502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplateSingleCache.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplateSingleCache.php'),(11503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/Templates.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/Templates.php'),(11504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplatesCache.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplatesCache.php'),(11505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Challenge.php','wp-content/plugins/wpforms-lite/src/Admin/Challenge.php'),(11506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Dashboard/Widget.php','wp-content/plugins/wpforms-lite/src/Admin/Dashboard/Widget.php'),(11507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsItemBase.php','wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsItemBase.php'),(11508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsListBase.php','wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsListBase.php'),(11509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/EditPost.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/EditPost.php'),(11510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Geolocation.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Geolocation.php'),(11511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Integrations.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Integrations.php'),(11512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/SMTP.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/SMTP.php'),(11513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Calculations.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Calculations.php'),(11514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Captcha.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Captcha.php'),(11515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Fields.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Fields.php'),(11516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Geolocation.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Geolocation.php'),(11517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Panel.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Panel.php'),(11518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Payments.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Payments.php'),(11519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Providers.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Providers.php'),(11520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Settings.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Settings.php'),(11521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Core.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Core.php'),(11522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/EducationInterface.php','wp-content/plugins/wpforms-lite/src/Admin/Education/EducationInterface.php'),(11523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Fields.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Fields.php'),(11524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Helpers.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Helpers.php'),(11525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers/Payment.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers/Payment.php'),(11526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers/Pointer.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers/Pointer.php'),(11527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Education/StringsTrait.php','wp-content/plugins/wpforms-lite/src/Admin/Education/StringsTrait.php'),(11528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/FlyoutMenu.php','wp-content/plugins/wpforms-lite/src/Admin/FlyoutMenu.php'),(11529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/FormEmbedWizard.php','wp-content/plugins/wpforms-lite/src/Admin/FormEmbedWizard.php'),(11530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax/Columns.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax/Columns.php'),(11531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax/Tags.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax/Tags.php'),(11532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/BulkActions.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/BulkActions.php'),(11533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/ListTable.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/ListTable.php'),(11534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Page.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/Page.php'),(11535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Search.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/Search.php'),(11536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/DataObjects/Column.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/DataObjects/Column.php'),(11537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/Facades/Columns.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/Facades/Columns.php'),(11538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Tags.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/Tags.php'),(11539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/UserTemplates.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/UserTemplates.php'),(11540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Forms/Views.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/Views.php'),(11541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Helpers/Chart.php','wp-content/plugins/wpforms-lite/src/Admin/Helpers/Chart.php'),(11542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Helpers/Datepicker.php','wp-content/plugins/wpforms-lite/src/Admin/Helpers/Datepicker.php'),(11543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Loader.php','wp-content/plugins/wpforms-lite/src/Admin/Loader.php'),(11544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Notice.php','wp-content/plugins/wpforms-lite/src/Admin/Notice.php'),(11545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Notifications/EventDriven.php','wp-content/plugins/wpforms-lite/src/Admin/Notifications/EventDriven.php'),(11546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Notifications/Notifications.php','wp-content/plugins/wpforms-lite/src/Admin/Notifications/Notifications.php'),(11547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Pages/Analytics.php','wp-content/plugins/wpforms-lite/src/Admin/Pages/Analytics.php'),(11548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Pages/Community.php','wp-content/plugins/wpforms-lite/src/Admin/Pages/Community.php'),(11549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Pages/ConstantContact.php','wp-content/plugins/wpforms-lite/src/Admin/Pages/ConstantContact.php'),(11550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Pages/SMTP.php','wp-content/plugins/wpforms-lite/src/Admin/Pages/SMTP.php'),(11551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Pages/Templates.php','wp-content/plugins/wpforms-lite/src/Admin/Pages/Templates.php'),(11552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Payments.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Payments.php'),(11553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/ScreenOptions.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/ScreenOptions.php'),(11554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Coupons/Education.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Coupons/Education.php'),(11555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Ajax.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Ajax.php'),(11556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/BulkActions.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/BulkActions.php'),(11557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Chart.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Chart.php'),(11558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Coupon.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Coupon.php'),(11559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Filters.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Filters.php'),(11560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Helpers.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Helpers.php'),(11561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/ModeToggle.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/ModeToggle.php'),(11562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Page.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Page.php'),(11563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Search.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Search.php'),(11564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Table.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Table.php'),(11565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Traits/ResetNotices.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Traits/ResetNotices.php'),(11566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/PaymentsViewsInterface.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/PaymentsViewsInterface.php'),(11567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Single.php','wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Single.php'),(11568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Revisions.php','wp-content/plugins/wpforms-lite/src/Admin/Revisions.php'),(11569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/Captcha.php','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/Captcha.php'),(11570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/HCaptcha.php','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/HCaptcha.php'),(11571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/Page.php','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/Page.php'),(11572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/ReCaptcha.php','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/ReCaptcha.php'),(11573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/Turnstile.php','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha/Turnstile.php'),(11574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha.php','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha.php'),(11575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Email.php','wp-content/plugins/wpforms-lite/src/Admin/Settings/Email.php'),(11576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/ModernMarkup.php','wp-content/plugins/wpforms-lite/src/Admin/Settings/ModernMarkup.php'),(11577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Settings/Payments.php','wp-content/plugins/wpforms-lite/src/Admin/Settings/Payments.php'),(11578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/SiteHealth.php','wp-content/plugins/wpforms-lite/src/Admin/SiteHealth.php'),(11579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashCache.php','wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashCache.php'),(11580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashScreen.php','wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashScreen.php'),(11581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashTrait.php','wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashTrait.php'),(11582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashUpgrader.php','wp-content/plugins/wpforms-lite/src/Admin/Splash/SplashUpgrader.php'),(11583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/Base.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/Base.php'),(11584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ContactForm7.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ContactForm7.php'),(11585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ImporterInterface.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ImporterInterface.php'),(11586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/NinjaForms.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/NinjaForms.php'),(11587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/PirateForms.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/PirateForms.php'),(11588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers.php'),(11589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Tools.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Tools.php'),(11590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionScheduler.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionScheduler.php'),(11591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionSchedulerList.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionSchedulerList.php'),(11592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/CodeSnippets.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/CodeSnippets.php'),(11593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Export.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Export.php'),(11594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Import.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Import.php'),(11595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Importer.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Importer.php'),(11596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Logs.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Logs.php'),(11597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/System.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/System.php'),(11598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/View.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/View.php'),(11599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Traits/FormTemplates.php','wp-content/plugins/wpforms-lite/src/Admin/Traits/FormTemplates.php'),(11600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Admin/Traits/HasScreenOptions.php','wp-content/plugins/wpforms-lite/src/Admin/Traits/HasScreenOptions.php'),(11601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Db/Payments/Meta.php','wp-content/plugins/wpforms-lite/src/Db/Payments/Meta.php'),(11602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Db/Payments/Payment.php','wp-content/plugins/wpforms-lite/src/Db/Payments/Payment.php'),(11603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Db/Payments/Queries.php','wp-content/plugins/wpforms-lite/src/Db/Payments/Queries.php'),(11604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Db/Payments/UpdateHelpers.php','wp-content/plugins/wpforms-lite/src/Db/Payments/UpdateHelpers.php'),(11605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Db/Payments/ValueValidator.php','wp-content/plugins/wpforms-lite/src/Db/Payments/ValueValidator.php'),(11606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/FetchInfoBlocksTask.php','wp-content/plugins/wpforms-lite/src/Emails/FetchInfoBlocksTask.php'),(11607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Helpers.php','wp-content/plugins/wpforms-lite/src/Emails/Helpers.php'),(11608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/InfoBlocks.php','wp-content/plugins/wpforms-lite/src/Emails/InfoBlocks.php'),(11609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Mailer.php','wp-content/plugins/wpforms-lite/src/Emails/Mailer.php'),(11610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/NotificationBlocks.php','wp-content/plugins/wpforms-lite/src/Emails/NotificationBlocks.php'),(11611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Notifications.php','wp-content/plugins/wpforms-lite/src/Emails/Notifications.php'),(11612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Preview.php','wp-content/plugins/wpforms-lite/src/Emails/Preview.php'),(11613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Styler.php','wp-content/plugins/wpforms-lite/src/Emails/Styler.php'),(11614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Summaries.php','wp-content/plugins/wpforms-lite/src/Emails/Summaries.php'),(11615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Templates/Classic.php','wp-content/plugins/wpforms-lite/src/Emails/Templates/Classic.php'),(11616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Templates/Compact.php','wp-content/plugins/wpforms-lite/src/Emails/Templates/Compact.php'),(11617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Templates/General.php','wp-content/plugins/wpforms-lite/src/Emails/Templates/General.php'),(11618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Templates/Notifications.php','wp-content/plugins/wpforms-lite/src/Emails/Templates/Notifications.php'),(11619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Templates/Plain.php','wp-content/plugins/wpforms-lite/src/Emails/Templates/Plain.php'),(11620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Emails/Templates/Summary.php','wp-content/plugins/wpforms-lite/src/Emails/Templates/Summary.php'),(11621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/ErrorHandler.php','wp-content/plugins/wpforms-lite/src/ErrorHandler.php'),(11622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Akismet.php','wp-content/plugins/wpforms-lite/src/Forms/Akismet.php'),(11623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/AntiSpam.php','wp-content/plugins/wpforms-lite/src/Forms/AntiSpam.php'),(11624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/Base/Frontend.php','wp-content/plugins/wpforms-lite/src/Forms/Fields/Base/Frontend.php'),(11625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/Helpers/RequirementsAlerts.php','wp-content/plugins/wpforms-lite/src/Forms/Fields/Helpers/RequirementsAlerts.php'),(11626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentCheckbox/Field.php','wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentCheckbox/Field.php'),(11627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentMultiple/Field.php','wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentMultiple/Field.php'),(11628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSelect/Field.php','wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSelect/Field.php'),(11629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSingle/Field.php','wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSingle/Field.php'),(11630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentTotal/Field.php','wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentTotal/Field.php'),(11631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Honeypot.php','wp-content/plugins/wpforms-lite/src/Forms/Honeypot.php'),(11632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php','wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php'),(11633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Locator.php','wp-content/plugins/wpforms-lite/src/Forms/Locator.php'),(11634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Preview.php','wp-content/plugins/wpforms-lite/src/Forms/Preview.php'),(11635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Submission.php','wp-content/plugins/wpforms-lite/src/Forms/Submission.php'),(11636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Forms/Token.php','wp-content/plugins/wpforms-lite/src/Forms/Token.php'),(11637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Frontend/Amp.php','wp-content/plugins/wpforms-lite/src/Frontend/Amp.php'),(11638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Frontend/CSSVars.php','wp-content/plugins/wpforms-lite/src/Frontend/CSSVars.php'),(11639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Frontend/Captcha.php','wp-content/plugins/wpforms-lite/src/Frontend/Captcha.php'),(11640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Frontend/Classic.php','wp-content/plugins/wpforms-lite/src/Frontend/Classic.php'),(11641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Frontend/Frontend.php','wp-content/plugins/wpforms-lite/src/Frontend/Frontend.php'),(11642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Frontend/Modern.php','wp-content/plugins/wpforms-lite/src/Frontend/Modern.php'),(11643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/CacheBase.php','wp-content/plugins/wpforms-lite/src/Helpers/CacheBase.php'),(11644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/Chain.php','wp-content/plugins/wpforms-lite/src/Helpers/Chain.php'),(11645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/Crypto.php','wp-content/plugins/wpforms-lite/src/Helpers/Crypto.php'),(11646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/DB.php','wp-content/plugins/wpforms-lite/src/Helpers/DB.php'),(11647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/File.php','wp-content/plugins/wpforms-lite/src/Helpers/File.php'),(11648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgrader.php','wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgrader.php'),(11649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgraderSkin.php','wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgraderSkin.php'),(11650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/Templates.php','wp-content/plugins/wpforms-lite/src/Helpers/Templates.php'),(11651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Helpers/Transient.php','wp-content/plugins/wpforms-lite/src/Helpers/Transient.php'),(11652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent/DefaultContent.php','wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent/DefaultContent.php'),(11653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes/DefaultThemes.php','wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes/DefaultThemes.php'),(11654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Divi/Divi.php','wp-content/plugins/wpforms-lite/src/Integrations/Divi/Divi.php'),(11655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Divi/WPFormsSelector.php','wp-content/plugins/wpforms-lite/src/Integrations/Divi/WPFormsSelector.php'),(11656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Elementor.php','wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Elementor.php'),(11657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Widget.php','wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Widget.php'),(11658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/WidgetModern.php','wp-content/plugins/wpforms-lite/src/Integrations/Elementor/WidgetModern.php'),(11659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/FormSelector.php','wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/FormSelector.php'),(11660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/RestApi.php','wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/RestApi.php'),(11661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/ThemesData.php','wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/ThemesData.php'),(11662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/IntegrationInterface.php','wp-content/plugins/wpforms-lite/src/Integrations/IntegrationInterface.php'),(11663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/API.php','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/API.php'),(11664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/Integration.php','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/Integration.php'),(11665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/LiteConnect.php','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/LiteConnect.php'),(11666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/RefreshAccessTokenTask.php','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/RefreshAccessTokenTask.php'),(11667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Loader.php','wp-content/plugins/wpforms-lite/src/Integrations/Loader.php'),(11668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/SMTP/Notifications.php','wp-content/plugins/wpforms-lite/src/Integrations/SMTP/Notifications.php'),(11669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Enqueues.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Enqueues.php'),(11670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Settings.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Settings.php'),(11671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Traits/ContentTrait.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Traits/ContentTrait.php'),(11672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Connect.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Connect.php'),(11673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Notices.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Notices.php'),(11674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Payments/SingleActionsHandler.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Payments/SingleActionsHandler.php'),(11675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Settings.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Settings.php'),(11676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/WebhookSettings.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/WebhookSettings.php'),(11677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/ApiInterface.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/ApiInterface.php'),(11678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Common.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Common.php'),(11679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/DomainManager.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/DomainManager.php'),(11680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/PaymentIntents.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/PaymentIntents.php'),(11681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/WebhookRoute.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/WebhookRoute.php'),(11682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/Base.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/Base.php'),(11683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/ChargeRefunded.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/ChargeRefunded.php'),(11684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/ChargeSucceeded.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/ChargeSucceeded.php'),(11685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/CustomerSubscriptionCreated.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/CustomerSubscriptionCreated.php'),(11686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/CustomerSubscriptionDeleted.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/CustomerSubscriptionDeleted.php'),(11687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/CustomerSubscriptionUpdated.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/CustomerSubscriptionUpdated.php'),(11688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/InvoiceCreated.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/InvoiceCreated.php'),(11689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/InvoicePaymentSucceeded.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/InvoicePaymentSucceeded.php'),(11690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/WebhooksManager.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/WebhooksManager.php'),(11691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/DomainHealthCheck.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/DomainHealthCheck.php'),(11692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/PaymentElementCreditCard.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/PaymentElementCreditCard.php'),(11693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/StripeCreditCard.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/StripeCreditCard.php'),(11694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/Traits/CreditCard.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/Traits/CreditCard.php'),(11695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Frontend.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Frontend.php'),(11696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Helpers.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Helpers.php'),(11697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Process.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Process.php'),(11698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/RateLimit.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/RateLimit.php'),(11699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Stripe.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Stripe.php'),(11700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/StripeAddonCompatibility.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/StripeAddonCompatibility.php'),(11701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/WebhooksHealthCheck.php','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/WebhooksHealthCheck.php'),(11702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/apple-developer-merchantid-domain-association','wp-content/plugins/wpforms-lite/src/Integrations/Stripe/apple-developer-merchantid-domain-association'),(11703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator/UncannyAutomator.php','wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator/UncannyAutomator.php'),(11704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/SendUsageTask.php','wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/SendUsageTask.php'),(11705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/UsageTracking.php','wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/UsageTracking.php'),(11706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/WPCode/RegisterLibrary.php','wp-content/plugins/wpforms-lite/src/Integrations/WPCode/RegisterLibrary.php'),(11707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/WPCode/WPCode.php','wp-content/plugins/wpforms-lite/src/Integrations/WPCode/WPCode.php'),(11708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP/Notifications.php','wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP/Notifications.php'),(11709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/WPorg/Translations.php','wp-content/plugins/wpforms-lite/src/Integrations/WPorg/Translations.php'),(11710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Integrations/WooCommerce/Notifications.php','wp-content/plugins/wpforms-lite/src/Integrations/WooCommerce/Notifications.php'),(11711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Connect.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Connect.php'),(11712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/ConnectSkin.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/ConnectSkin.php'),(11713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/DashboardWidget.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/DashboardWidget.php'),(11714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/DidYouKnow.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/DidYouKnow.php'),(11715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/NoticeBar.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/NoticeBar.php'),(11716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Confirmations.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Confirmations.php'),(11717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/DidYouKnow.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/DidYouKnow.php'),(11718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Fields.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Fields.php'),(11719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Notifications.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Notifications.php'),(11720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Core.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Core.php'),(11721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/LiteConnect.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/LiteConnect.php'),(11722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages/Addons.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages/Addons.php'),(11723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings/Access.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings/Access.php'),(11724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Emails/Summaries.php','wp-content/plugins/wpforms-lite/src/Lite/Emails/Summaries.php'),(11725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg/FormSelector.php','wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg/FormSelector.php'),(11726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg/ThemesData.php','wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg/ThemesData.php'),(11727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/Integration.php','wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/Integration.php'),(11728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/LiteConnect.php','wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/LiteConnect.php'),(11729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/SendEntryTask.php','wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/SendEntryTask.php'),(11730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Lite/Reports/EntriesCount.php','wp-content/plugins/wpforms-lite/src/Lite/Reports/EntriesCount.php'),(11731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Loader.php','wp-content/plugins/wpforms-lite/src/Loader.php'),(11732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Logger/ListTable.php','wp-content/plugins/wpforms-lite/src/Logger/ListTable.php'),(11733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Logger/Log.php','wp-content/plugins/wpforms-lite/src/Logger/Log.php'),(11734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Logger/Record.php','wp-content/plugins/wpforms-lite/src/Logger/Record.php'),(11735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Logger/RecordQuery.php','wp-content/plugins/wpforms-lite/src/Logger/RecordQuery.php'),(11736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Logger/Records.php','wp-content/plugins/wpforms-lite/src/Logger/Records.php'),(11737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Logger/Repository.php','wp-content/plugins/wpforms-lite/src/Logger/Repository.php'),(11738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Base.php','wp-content/plugins/wpforms-lite/src/Migrations/Base.php'),(11739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Migrations.php','wp-content/plugins/wpforms-lite/src/Migrations/Migrations.php'),(11740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade159.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade159.php'),(11741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1672.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1672.php'),(11742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade168.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade168.php'),(11743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade175.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade175.php'),(11744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1751.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1751.php'),(11745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade177.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade177.php'),(11746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade182.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade182.php'),(11747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade183.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade183.php'),(11748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade184.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade184.php'),(11749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade186.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade186.php'),(11750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade187.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade187.php'),(11751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Migrations/UpgradeBase.php','wp-content/plugins/wpforms-lite/src/Migrations/UpgradeBase.php'),(11752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Core.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Core.php'),(11753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Process.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Process.php'),(11754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilder.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilder.php'),(11755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilderInterface.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilderInterface.php'),(11756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrations.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrations.php'),(11757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrationsInterface.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrationsInterface.php'),(11758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Provider/Status.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Status.php'),(11759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Providers/Providers.php','wp-content/plugins/wpforms-lite/src/Providers/Providers.php'),(11760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Requirements/Requirements.php','wp-content/plugins/wpforms-lite/src/Requirements/Requirements.php'),(11761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AdminEmail.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AdminEmail.php'),(11762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorDisplay.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorDisplay.php'),(11763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorEmail.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorEmail.php'),(11764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorId.php'),(11765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Date.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Date.php'),(11766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldHtmlId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldHtmlId.php'),(11767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldId.php'),(11768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldValueId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldValueId.php'),(11769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormId.php'),(11770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormName.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormName.php'),(11771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Generic.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Generic.php'),(11772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/OrderSummary.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/OrderSummary.php'),(11773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageId.php'),(11774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageTitle.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageTitle.php'),(11775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageUrl.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageUrl.php'),(11776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/QueryVar.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/QueryVar.php'),(11777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/SiteName.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/SiteName.php'),(11778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/SmartTag.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/SmartTag.php'),(11779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UniqueValue.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UniqueValue.php'),(11780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogin.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogin.php'),(11781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogout.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogout.php'),(11782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLostPassword.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLostPassword.php'),(11783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlReferer.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlReferer.php'),(11784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlRegister.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlRegister.php'),(11785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserDisplay.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserDisplay.php'),(11786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserEmail.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserEmail.php'),(11787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFirstName.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFirstName.php'),(11788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFullName.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFullName.php'),(11789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserId.php'),(11790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserIp.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserIp.php'),(11791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserLastName.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserLastName.php'),(11792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserMeta.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserMeta.php'),(11793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTags.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTags.php'),(11794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/AsyncRequestTask.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/AsyncRequestTask.php'),(11795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/DomainAutoRegistrationTask.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/DomainAutoRegistrationTask.php'),(11796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsMetaCleanupTask.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsMetaCleanupTask.php'),(11797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsTask.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsTask.php'),(11798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/FormsLocatorScanTask.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/FormsLocatorScanTask.php'),(11799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/IconChoicesFontAwesomeUpgradeTask.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/IconChoicesFontAwesomeUpgradeTask.php'),(11800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration173Task.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration173Task.php'),(11801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration175Task.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration175Task.php'),(11802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/StripeLinkSubscriptionsTask.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/StripeLinkSubscriptionsTask.php'),(11803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Actions/WebhooksAutoConfigurationTask.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/WebhooksAutoConfigurationTask.php'),(11804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Meta.php','wp-content/plugins/wpforms-lite/src/Tasks/Meta.php'),(11805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Task.php','wp-content/plugins/wpforms-lite/src/Tasks/Task.php'),(11806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/Tasks/Tasks.php','wp-content/plugins/wpforms-lite/src/Tasks/Tasks.php'),(11807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/src/WPForms.php','wp-content/plugins/wpforms-lite/src/WPForms.php'),(11808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/challenge/builder.php','wp-content/plugins/wpforms-lite/templates/admin/challenge/builder.php'),(11809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/challenge/embed.php','wp-content/plugins/wpforms-lite/templates/admin/challenge/embed.php'),(11810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/challenge/modal.php','wp-content/plugins/wpforms-lite/templates/admin/challenge/modal.php'),(11811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/challenge/welcome.php','wp-content/plugins/wpforms-lite/templates/admin/challenge/welcome.php'),(11812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/components/chart.php','wp-content/plugins/wpforms-lite/templates/admin/components/chart.php'),(11813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/components/datepicker.php','wp-content/plugins/wpforms-lite/templates/admin/components/datepicker.php'),(11814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget/settings.php','wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget/settings.php'),(11815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget/welcome.php','wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget/welcome.php'),(11816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/empty-states/no-forms.php','wp-content/plugins/wpforms-lite/templates/admin/empty-states/no-forms.php'),(11817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/empty-states/no-user-templates.php','wp-content/plugins/wpforms-lite/templates/admin/empty-states/no-user-templates.php'),(11818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments/get-started.php','wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments/get-started.php'),(11819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments/no-payments.php','wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments/no-payments.php'),(11820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/popup.php','wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/popup.php'),(11821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/tooltip.php','wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/tooltip.php'),(11822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/forms/bulk-edit-tags.php','wp-content/plugins/wpforms-lite/templates/admin/forms/bulk-edit-tags.php'),(11823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/forms/search-box.php','wp-content/plugins/wpforms-lite/templates/admin/forms/search-box.php'),(11824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/forms/search-reset.php','wp-content/plugins/wpforms-lite/templates/admin/forms/search-reset.php'),(11825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/notifications.php','wp-content/plugins/wpforms-lite/templates/admin/notifications.php'),(11826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/pages/constant-contact.php','wp-content/plugins/wpforms-lite/templates/admin/pages/constant-contact.php'),(11827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/hidden-field.php','wp-content/plugins/wpforms-lite/templates/admin/payments/hidden-field.php'),(11828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/mode-toggle.php','wp-content/plugins/wpforms-lite/templates/admin/payments/mode-toggle.php'),(11829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/reports.php','wp-content/plugins/wpforms-lite/templates/admin/payments/reports.php'),(11830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/reset-filter-notice.php','wp-content/plugins/wpforms-lite/templates/admin/payments/reset-filter-notice.php'),(11831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/advanced-details.php','wp-content/plugins/wpforms-lite/templates/admin/payments/single/advanced-details.php'),(11832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/details.php','wp-content/plugins/wpforms-lite/templates/admin/payments/single/details.php'),(11833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/entry-details.php','wp-content/plugins/wpforms-lite/templates/admin/payments/single/entry-details.php'),(11834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/field.php','wp-content/plugins/wpforms-lite/templates/admin/payments/single/field.php'),(11835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/heading-navigation.php','wp-content/plugins/wpforms-lite/templates/admin/payments/single/heading-navigation.php'),(11836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/log.php','wp-content/plugins/wpforms-lite/templates/admin/payments/single/log.php'),(11837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/no-payment.php','wp-content/plugins/wpforms-lite/templates/admin/payments/single/no-payment.php'),(11838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/payment-details.php','wp-content/plugins/wpforms-lite/templates/admin/payments/single/payment-details.php'),(11839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/single/payment-history.php','wp-content/plugins/wpforms-lite/templates/admin/payments/single/payment-history.php'),(11840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/tablenav-filter-multiselect.php','wp-content/plugins/wpforms-lite/templates/admin/payments/tablenav-filter-multiselect.php'),(11841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/payments/tablenav-filters.php','wp-content/plugins/wpforms-lite/templates/admin/payments/tablenav-filters.php'),(11842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/promotion.php','wp-content/plugins/wpforms-lite/templates/admin/promotion.php'),(11843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/settings/email-heading.php','wp-content/plugins/wpforms-lite/templates/admin/settings/email-heading.php'),(11844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/settings/hcaptcha-description.php','wp-content/plugins/wpforms-lite/templates/admin/settings/hcaptcha-description.php'),(11845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/settings/recaptcha-description.php','wp-content/plugins/wpforms-lite/templates/admin/settings/recaptcha-description.php'),(11846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/settings/specific-note.php','wp-content/plugins/wpforms-lite/templates/admin/settings/specific-note.php'),(11847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/settings/turnstile-description.php','wp-content/plugins/wpforms-lite/templates/admin/settings/turnstile-description.php'),(11848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/splash/footer.php','wp-content/plugins/wpforms-lite/templates/admin/splash/footer.php'),(11849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/splash/header.php','wp-content/plugins/wpforms-lite/templates/admin/splash/header.php'),(11850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/splash/modal.php','wp-content/plugins/wpforms-lite/templates/admin/splash/modal.php'),(11851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin/splash/section.php','wp-content/plugins/wpforms-lite/templates/admin/splash/section.php'),(11852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/admin-bar-menu.php','wp-content/plugins/wpforms-lite/templates/admin-bar-menu.php'),(11853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/antispam/also-available.php','wp-content/plugins/wpforms-lite/templates/builder/antispam/also-available.php'),(11854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/field-context-menu.php','wp-content/plugins/wpforms-lite/templates/builder/field-context-menu.php'),(11855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/fullscreen/abort-message.php','wp-content/plugins/wpforms-lite/templates/builder/fullscreen/abort-message.php'),(11856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/fullscreen/ie-notice.php','wp-content/plugins/wpforms-lite/templates/builder/fullscreen/ie-notice.php'),(11857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/fullscreen/mobile-notice.php','wp-content/plugins/wpforms-lite/templates/builder/fullscreen/mobile-notice.php'),(11858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/help.php','wp-content/plugins/wpforms-lite/templates/builder/help.php'),(11859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/notifications/email-template-link.php','wp-content/plugins/wpforms-lite/templates/builder/notifications/email-template-link.php'),(11860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/notifications/email-template-modal.php','wp-content/plugins/wpforms-lite/templates/builder/notifications/email-template-modal.php'),(11861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/payment/recurring/item.php','wp-content/plugins/wpforms-lite/templates/builder/payment/recurring/item.php'),(11862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/payment/sidebar.php','wp-content/plugins/wpforms-lite/templates/builder/payment/sidebar.php'),(11863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/revisions/list.php','wp-content/plugins/wpforms-lite/templates/builder/revisions/list.php'),(11864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-disabled.php','wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-disabled.php'),(11865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-limited.php','wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-limited.php'),(11866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/builder/templates-item.php','wp-content/plugins/wpforms-lite/templates/builder/templates-item.php'),(11867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/education/admin/edit-post/classic-notice.php','wp-content/plugins/wpforms-lite/templates/education/admin/edit-post/classic-notice.php'),(11868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/education/admin/edit-post/notice.php','wp-content/plugins/wpforms-lite/templates/education/admin/edit-post/notice.php'),(11869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/education/admin/page.php','wp-content/plugins/wpforms-lite/templates/education/admin/page.php'),(11870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/education/admin/payments/single-page.php','wp-content/plugins/wpforms-lite/templates/education/admin/payments/single-page.php'),(11871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/education/admin/settings/smtp-notice.php','wp-content/plugins/wpforms-lite/templates/education/admin/settings/smtp-notice.php'),(11872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/classic-body.php','wp-content/plugins/wpforms-lite/templates/emails/classic-body.php'),(11873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/classic-field.php','wp-content/plugins/wpforms-lite/templates/emails/classic-field.php'),(11874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/classic-footer.php','wp-content/plugins/wpforms-lite/templates/emails/classic-footer.php'),(11875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/classic-header.php','wp-content/plugins/wpforms-lite/templates/emails/classic-header.php'),(11876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/classic-queries.php','wp-content/plugins/wpforms-lite/templates/emails/classic-queries.php'),(11877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/classic-style.php','wp-content/plugins/wpforms-lite/templates/emails/classic-style.php'),(11878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/compact-body.php','wp-content/plugins/wpforms-lite/templates/emails/compact-body.php'),(11879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/compact-field.php','wp-content/plugins/wpforms-lite/templates/emails/compact-field.php'),(11880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/compact-footer.php','wp-content/plugins/wpforms-lite/templates/emails/compact-footer.php'),(11881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/compact-header.php','wp-content/plugins/wpforms-lite/templates/emails/compact-header.php'),(11882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/compact-queries.php','wp-content/plugins/wpforms-lite/templates/emails/compact-queries.php'),(11883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/compact-style.php','wp-content/plugins/wpforms-lite/templates/emails/compact-style.php'),(11884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/general-body-plain.php','wp-content/plugins/wpforms-lite/templates/emails/general-body-plain.php'),(11885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/general-body.php','wp-content/plugins/wpforms-lite/templates/emails/general-body.php'),(11886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/general-footer.php','wp-content/plugins/wpforms-lite/templates/emails/general-footer.php'),(11887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/general-header.php','wp-content/plugins/wpforms-lite/templates/emails/general-header.php'),(11888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/general-queries.php','wp-content/plugins/wpforms-lite/templates/emails/general-queries.php'),(11889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/general-style.php','wp-content/plugins/wpforms-lite/templates/emails/general-style.php'),(11890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-body-plain.php','wp-content/plugins/wpforms-lite/templates/emails/summary-body-plain.php'),(11891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-body.php','wp-content/plugins/wpforms-lite/templates/emails/summary-body.php'),(11892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-footer-plain.php','wp-content/plugins/wpforms-lite/templates/emails/summary-footer-plain.php'),(11893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-footer.php','wp-content/plugins/wpforms-lite/templates/emails/summary-footer.php'),(11894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-header.php','wp-content/plugins/wpforms-lite/templates/emails/summary-header.php'),(11895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-queries.php','wp-content/plugins/wpforms-lite/templates/emails/summary-queries.php'),(11896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/emails/summary-style.php','wp-content/plugins/wpforms-lite/templates/emails/summary-style.php'),(11897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/content/action-buttons.php','wp-content/plugins/wpforms-lite/templates/fields/content/action-buttons.php'),(11898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-expanded.php','wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-expanded.php'),(11899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-lightbulb.php','wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-lightbulb.php'),(11900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-not-expanded.php','wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-not-expanded.php'),(11901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-option-min-max.php','wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-option-min-max.php'),(11902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-preview.php','wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-preview.php'),(11903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/number-slider/frontend.php','wp-content/plugins/wpforms-lite/templates/fields/number-slider/frontend.php'),(11904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/fields/total/summary-preview.php','wp-content/plugins/wpforms-lite/templates/fields/total/summary-preview.php'),(11905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/integrations/elementor/form-selector.php','wp-content/plugins/wpforms-lite/templates/integrations/elementor/form-selector.php'),(11906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/integrations/elementor/no-forms.php','wp-content/plugins/wpforms-lite/templates/integrations/elementor/no-forms.php'),(11907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/integrations/elementor/popup.php','wp-content/plugins/wpforms-lite/templates/integrations/elementor/popup.php'),(11908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/templates/integrations/wpcode/code-snippets.php','wp-content/plugins/wpforms-lite/templates/integrations/wpcode/code-snippets.php'),(11909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/uninstall.php','wp-content/plugins/wpforms-lite/uninstall.php'),(11910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/autoload.php','wp-content/plugins/wpforms-lite/vendor/autoload.php'),(11911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/ClassLoader.php','wp-content/plugins/wpforms-lite/vendor/composer/ClassLoader.php'),(11912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/InstalledVersions.php','wp-content/plugins/wpforms-lite/vendor/composer/InstalledVersions.php'),(11913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/LICENSE','wp-content/plugins/wpforms-lite/vendor/composer/LICENSE'),(11914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/autoload_classmap.php','wp-content/plugins/wpforms-lite/vendor/composer/autoload_classmap.php'),(11915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/autoload_files.php','wp-content/plugins/wpforms-lite/vendor/composer/autoload_files.php'),(11916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/autoload_namespaces.php','wp-content/plugins/wpforms-lite/vendor/composer/autoload_namespaces.php'),(11917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/autoload_psr4.php','wp-content/plugins/wpforms-lite/vendor/composer/autoload_psr4.php'),(11918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/autoload_real.php','wp-content/plugins/wpforms-lite/vendor/composer/autoload_real.php'),(11919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/autoload_static.php','wp-content/plugins/wpforms-lite/vendor/composer/autoload_static.php'),(11920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/installed.php','wp-content/plugins/wpforms-lite/vendor/composer/installed.php'),(11921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/composer/platform_check.php','wp-content/plugins/wpforms-lite/vendor/composer/platform_check.php'),(11922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Iconv.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Iconv.php'),(11923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/LICENSE','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/LICENSE'),(11924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php'),(11925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php'),(11926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php'),(11927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php'),(11928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php'),(11929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php'),(11930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php'),(11931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php'),(11932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php'),(11933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php'),(11934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php'),(11935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php'),(11936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php'),(11937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php'),(11938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php'),(11939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php'),(11940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php'),(11941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php'),(11942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php'),(11943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php'),(11944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php'),(11945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php'),(11946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php'),(11947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php'),(11948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php'),(11949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php'),(11950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php'),(11951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php'),(11952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php'),(11953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php'),(11954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php'),(11955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php'),(11956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php'),(11957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php'),(11958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php'),(11959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php'),(11960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php'),(11961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php'),(11962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php'),(11963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php'),(11964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php'),(11965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php'),(11966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php'),(11967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php'),(11968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php'),(11969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php'),(11970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php'),(11971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php'),(11972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php'),(11973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php'),(11974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php'),(11975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php'),(11976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php'),(11977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php'),(11978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php'),(11979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/translit.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/translit.php'),(11980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/bootstrap.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/bootstrap.php'),(11981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/LICENSE','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/LICENSE'),(11982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Mbstring.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Mbstring.php'),(11983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8'),(11984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php'),(11985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php'),(11986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php'),(11987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/bootstrap.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/bootstrap.php'),(11988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/action-scheduler.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/action-scheduler.php'),(11989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php'),(11990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php'),(11991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php'),(11992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php'),(11993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php'),(11994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php'),(11995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php'),(11996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php'),(11997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php'),(11998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php'),(11999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php'),(12000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php'),(12001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php'),(12002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php'),(12003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php'),(12004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php'),(12005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php'),(12006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php'),(12007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php'),(12008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Clean_Command.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Clean_Command.php'),(12009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php'),(12010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php'),(12011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php'),(12012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php'),(12013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php'),(12014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php'),(12015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php'),(12016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php'),(12017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php'),(12018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php'),(12019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php'),(12020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php'),(12021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php'),(12022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php'),(12023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php'),(12024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php'),(12025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php'),(12026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php'),(12027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php'),(12028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php'),(12029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php'),(12030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php'),(12031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php'),(12032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php'),(12033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php'),(12034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php'),(12035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php'),(12036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php'),(12037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php'),(12038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Config.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Config.php'),(12039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Controller.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Controller.php'),(12040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php'),(12041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php'),(12042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php'),(12043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Runner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Runner.php'),(12044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php'),(12045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php'),(12046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php'),(12047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php'),(12048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php'),(12049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php'),(12050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php'),(12051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php'),(12052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php'),(12053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php'),(12054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php'),(12055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php'),(12056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php'),(12057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/functions.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/functions.php'),(12058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/functions.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/functions.php'),(12059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php'),(12060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php'),(12061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php'),(12062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php'),(12063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php'),(12064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php'),(12065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php'),(12066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php'),(12067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php'),(12068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php'),(12069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php'),(12070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE'),(12071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/license.txt','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/license.txt'),(12072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/LICENSE','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/LICENSE'),(12073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/data/ca-certificates.crt','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/data/ca-certificates.crt'),(12074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/init.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/init.php'),(12075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Account.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Account.php'),(12076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/AccountLink.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/AccountLink.php'),(12077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/AccountSession.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/AccountSession.php'),(12078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/All.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/All.php'),(12079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Create.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Create.php'),(12080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Delete.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Delete.php'),(12081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/NestedResource.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/NestedResource.php'),(12082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Request.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Request.php'),(12083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Retrieve.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Retrieve.php'),(12084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Search.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Search.php'),(12085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/SingletonRetrieve.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/SingletonRetrieve.php'),(12086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Update.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations/Update.php'),(12087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiRequestor.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiRequestor.php'),(12088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiResource.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiResource.php'),(12089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiResponse.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiResponse.php'),(12090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApplePayDomain.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApplePayDomain.php'),(12091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Application.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Application.php'),(12092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApplicationFee.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApplicationFee.php'),(12093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApplicationFeeRefund.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApplicationFeeRefund.php'),(12094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Apps/Secret.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Apps/Secret.php'),(12095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Balance.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Balance.php'),(12096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BalanceTransaction.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BalanceTransaction.php'),(12097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BankAccount.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BankAccount.php'),(12098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BaseStripeClient.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BaseStripeClient.php'),(12099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BaseStripeClientInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BaseStripeClientInterface.php'),(12100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/Meter.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/Meter.php'),(12101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/MeterEvent.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/MeterEvent.php'),(12102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/MeterEventAdjustment.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/MeterEventAdjustment.php'),(12103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/MeterEventSummary.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing/MeterEventSummary.php'),(12104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal/Configuration.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal/Configuration.php'),(12105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal/Session.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal/Session.php'),(12106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Capability.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Capability.php'),(12107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Card.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Card.php'),(12108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CashBalance.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CashBalance.php'),(12109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Charge.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Charge.php'),(12110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Checkout/Session.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Checkout/Session.php'),(12111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate/Order.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate/Order.php'),(12112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate/Product.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate/Product.php'),(12113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate/Supplier.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate/Supplier.php'),(12114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Collection.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Collection.php'),(12115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ConfirmationToken.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ConfirmationToken.php'),(12116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ConnectCollectionTransfer.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ConnectCollectionTransfer.php'),(12117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CountrySpec.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CountrySpec.php'),(12118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Coupon.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Coupon.php'),(12119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CreditNote.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CreditNote.php'),(12120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CreditNoteLineItem.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CreditNoteLineItem.php'),(12121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Customer.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Customer.php'),(12122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CustomerBalanceTransaction.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CustomerBalanceTransaction.php'),(12123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CustomerCashBalanceTransaction.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CustomerCashBalanceTransaction.php'),(12124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CustomerSession.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/CustomerSession.php'),(12125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Discount.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Discount.php'),(12126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Dispute.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Dispute.php'),(12127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements/ActiveEntitlement.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements/ActiveEntitlement.php'),(12128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements/ActiveEntitlementSummary.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements/ActiveEntitlementSummary.php'),(12129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements/Feature.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements/Feature.php'),(12130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/EphemeralKey.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/EphemeralKey.php'),(12131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ErrorObject.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ErrorObject.php'),(12132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Event.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Event.php'),(12133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/ApiConnectionException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/ApiConnectionException.php'),(12134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/ApiErrorException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/ApiErrorException.php'),(12135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/AuthenticationException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/AuthenticationException.php'),(12136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/BadMethodCallException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/BadMethodCallException.php'),(12137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/CardException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/CardException.php'),(12138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/ExceptionInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/ExceptionInterface.php'),(12139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/IdempotencyException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/IdempotencyException.php'),(12140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/InvalidArgumentException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/InvalidArgumentException.php'),(12141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/InvalidRequestException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/InvalidRequestException.php'),(12142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php'),(12143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidClientException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidClientException.php'),(12144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidGrantException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidGrantException.php'),(12145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidRequestException.php'),(12146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/InvalidScopeException.php'),(12147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/OAuthErrorException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/OAuthErrorException.php'),(12148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php'),(12149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/UnsupportedGrantTypeException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/UnsupportedGrantTypeException.php'),(12150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php'),(12151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/PermissionException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/PermissionException.php'),(12152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/RateLimitException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/RateLimitException.php'),(12153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/SignatureVerificationException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/SignatureVerificationException.php'),(12154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/UnexpectedValueException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/UnexpectedValueException.php'),(12155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php'),(12156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ExchangeRate.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ExchangeRate.php'),(12157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/File.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/File.php'),(12158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FileLink.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FileLink.php'),(12159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/Account.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/Account.php'),(12160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/AccountOwner.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/AccountOwner.php'),(12161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/AccountOwnership.php'),(12162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/Session.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/Session.php'),(12163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/Transaction.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections/Transaction.php'),(12164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Forwarding/Request.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Forwarding/Request.php'),(12165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FundingInstructions.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FundingInstructions.php'),(12166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient/ClientInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient/ClientInterface.php'),(12167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient/CurlClient.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient/CurlClient.php'),(12168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient/StreamingClientInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient/StreamingClientInterface.php'),(12169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity/VerificationReport.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity/VerificationReport.php'),(12170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity/VerificationSession.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity/VerificationSession.php'),(12171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Invoice.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Invoice.php'),(12172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/InvoiceItem.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/InvoiceItem.php'),(12173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/InvoiceLineItem.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/InvoiceLineItem.php'),(12174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Authorization.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Authorization.php'),(12175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Card.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Card.php'),(12176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/CardDetails.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/CardDetails.php'),(12177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Cardholder.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Cardholder.php'),(12178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Dispute.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Dispute.php'),(12179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/PersonalizationDesign.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/PersonalizationDesign.php'),(12180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/PhysicalBundle.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/PhysicalBundle.php'),(12181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Token.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Token.php'),(12182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Transaction.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing/Transaction.php'),(12183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/LineItem.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/LineItem.php'),(12184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/LoginLink.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/LoginLink.php'),(12185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Mandate.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Mandate.php'),(12186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/OAuth.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/OAuth.php'),(12187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/OAuthErrorObject.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/OAuthErrorObject.php'),(12188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentIntent.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentIntent.php'),(12189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentLink.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentLink.php'),(12190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentMethod.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentMethod.php'),(12191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentMethodConfiguration.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentMethodConfiguration.php'),(12192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentMethodDomain.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PaymentMethodDomain.php'),(12193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Payout.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Payout.php'),(12194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Person.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Person.php'),(12195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Plan.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Plan.php'),(12196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Price.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Price.php'),(12197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Product.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Product.php'),(12198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ProductFeature.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ProductFeature.php'),(12199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PromotionCode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/PromotionCode.php'),(12200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Quote.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Quote.php'),(12201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar/EarlyFraudWarning.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar/EarlyFraudWarning.php'),(12202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar/ValueList.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar/ValueList.php'),(12203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar/ValueListItem.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar/ValueListItem.php'),(12204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/RecipientTransfer.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/RecipientTransfer.php'),(12205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Refund.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Refund.php'),(12206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting/ReportRun.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting/ReportRun.php'),(12207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting/ReportType.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting/ReportType.php'),(12208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/RequestTelemetry.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/RequestTelemetry.php'),(12209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ReserveTransaction.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ReserveTransaction.php'),(12210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Review.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Review.php'),(12211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SearchResult.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SearchResult.php'),(12212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AbstractService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AbstractService.php'),(12213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AbstractServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AbstractServiceFactory.php'),(12214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AccountLinkService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AccountLinkService.php'),(12215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AccountService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AccountService.php'),(12216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AccountSessionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/AccountSessionService.php'),(12217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ApplePayDomainService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ApplePayDomainService.php'),(12218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ApplicationFeeService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ApplicationFeeService.php'),(12219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps/AppsServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps/AppsServiceFactory.php'),(12220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps/SecretService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps/SecretService.php'),(12221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BalanceService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BalanceService.php'),(12222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BalanceTransactionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BalanceTransactionService.php'),(12223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/BillingServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/BillingServiceFactory.php'),(12224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/MeterEventAdjustmentService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/MeterEventAdjustmentService.php'),(12225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/MeterEventService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/MeterEventService.php'),(12226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/MeterService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing/MeterService.php'),(12227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal/BillingPortalServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal/BillingPortalServiceFactory.php'),(12228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal/ConfigurationService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal/ConfigurationService.php'),(12229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal/SessionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal/SessionService.php'),(12230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ChargeService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ChargeService.php'),(12231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout/CheckoutServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout/CheckoutServiceFactory.php'),(12232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout/SessionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout/SessionService.php'),(12233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/ClimateServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/ClimateServiceFactory.php'),(12234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/OrderService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/OrderService.php'),(12235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/ProductService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/ProductService.php'),(12236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/SupplierService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate/SupplierService.php'),(12237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ConfirmationTokenService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ConfirmationTokenService.php'),(12238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CoreServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CoreServiceFactory.php'),(12239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CountrySpecService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CountrySpecService.php'),(12240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CouponService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CouponService.php'),(12241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CreditNoteService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CreditNoteService.php'),(12242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CustomerService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CustomerService.php'),(12243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CustomerSessionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/CustomerSessionService.php'),(12244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/DisputeService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/DisputeService.php'),(12245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements/ActiveEntitlementService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements/ActiveEntitlementService.php'),(12246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements/EntitlementsServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements/EntitlementsServiceFactory.php'),(12247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements/FeatureService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements/FeatureService.php'),(12248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/EphemeralKeyService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/EphemeralKeyService.php'),(12249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/EventService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/EventService.php'),(12250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ExchangeRateService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ExchangeRateService.php'),(12251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FileLinkService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FileLinkService.php'),(12252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FileService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FileService.php'),(12253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/AccountService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/AccountService.php'),(12254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/FinancialConnectionsServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/FinancialConnectionsServiceFactory.php'),(12255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/SessionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/SessionService.php'),(12256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/TransactionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections/TransactionService.php'),(12257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding/ForwardingServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding/ForwardingServiceFactory.php'),(12258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding/RequestService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding/RequestService.php'),(12259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity/IdentityServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity/IdentityServiceFactory.php'),(12260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity/VerificationReportService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity/VerificationReportService.php'),(12261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity/VerificationSessionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity/VerificationSessionService.php'),(12262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/InvoiceItemService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/InvoiceItemService.php'),(12263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/InvoiceService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/InvoiceService.php'),(12264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/AuthorizationService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/AuthorizationService.php'),(12265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/CardService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/CardService.php'),(12266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/CardholderService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/CardholderService.php'),(12267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/DisputeService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/DisputeService.php'),(12268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/IssuingServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/IssuingServiceFactory.php'),(12269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/PersonalizationDesignService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/PersonalizationDesignService.php'),(12270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/PhysicalBundleService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/PhysicalBundleService.php'),(12271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/TokenService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/TokenService.php'),(12272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/TransactionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing/TransactionService.php'),(12273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/MandateService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/MandateService.php'),(12274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/OAuthService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/OAuthService.php'),(12275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentIntentService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentIntentService.php'),(12276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentLinkService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentLinkService.php'),(12277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentMethodConfigurationService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentMethodConfigurationService.php'),(12278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentMethodDomainService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentMethodDomainService.php'),(12279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentMethodService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PaymentMethodService.php'),(12280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PayoutService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PayoutService.php'),(12281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PlanService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PlanService.php'),(12282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PriceService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PriceService.php'),(12283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ProductService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ProductService.php'),(12284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PromotionCodeService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/PromotionCodeService.php'),(12285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/QuoteService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/QuoteService.php'),(12286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/EarlyFraudWarningService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/EarlyFraudWarningService.php'),(12287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/RadarServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/RadarServiceFactory.php'),(12288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/ValueListItemService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/ValueListItemService.php'),(12289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/ValueListService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar/ValueListService.php'),(12290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/RefundService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/RefundService.php'),(12291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting/ReportRunService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting/ReportRunService.php'),(12292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting/ReportTypeService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting/ReportTypeService.php'),(12293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting/ReportingServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting/ReportingServiceFactory.php'),(12294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ReviewService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ReviewService.php'),(12295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SetupAttemptService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SetupAttemptService.php'),(12296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SetupIntentService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SetupIntentService.php'),(12297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ShippingRateService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/ShippingRateService.php'),(12298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma/ScheduledQueryRunService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma/ScheduledQueryRunService.php'),(12299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma/SigmaServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma/SigmaServiceFactory.php'),(12300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SourceService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SourceService.php'),(12301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SubscriptionItemService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SubscriptionItemService.php'),(12302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SubscriptionScheduleService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SubscriptionScheduleService.php'),(12303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SubscriptionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/SubscriptionService.php'),(12304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/CalculationService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/CalculationService.php'),(12305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/RegistrationService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/RegistrationService.php'),(12306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/SettingsService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/SettingsService.php'),(12307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/TaxServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/TaxServiceFactory.php'),(12308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/TransactionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax/TransactionService.php'),(12309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TaxCodeService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TaxCodeService.php'),(12310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TaxIdService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TaxIdService.php'),(12311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TaxRateService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TaxRateService.php'),(12312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/ConfigurationService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/ConfigurationService.php'),(12313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/ConnectionTokenService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/ConnectionTokenService.php'),(12314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/LocationService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/LocationService.php'),(12315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/ReaderService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/ReaderService.php'),(12316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/TerminalServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal/TerminalServiceFactory.php'),(12317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/ConfirmationTokenService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/ConfirmationTokenService.php'),(12318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/CustomerService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/CustomerService.php'),(12319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/AuthorizationService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/AuthorizationService.php'),(12320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/CardService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/CardService.php'),(12321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/IssuingServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/IssuingServiceFactory.php'),(12322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/PersonalizationDesignService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/PersonalizationDesignService.php'),(12323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/TransactionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing/TransactionService.php'),(12324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/RefundService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/RefundService.php'),(12325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal/ReaderService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal/ReaderService.php'),(12326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal/TerminalServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal/TerminalServiceFactory.php'),(12327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/TestClockService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/TestClockService.php'),(12328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/TestHelpersServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/TestHelpersServiceFactory.php'),(12329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/InboundTransferService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/InboundTransferService.php'),(12330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/OutboundPaymentService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/OutboundPaymentService.php'),(12331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/OutboundTransferService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/OutboundTransferService.php'),(12332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedCreditService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedCreditService.php'),(12333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedDebitService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedDebitService.php'),(12334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/TreasuryServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury/TreasuryServiceFactory.php'),(12335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TokenService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TokenService.php'),(12336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TopupService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TopupService.php'),(12337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TransferService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TransferService.php'),(12338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/CreditReversalService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/CreditReversalService.php'),(12339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/DebitReversalService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/DebitReversalService.php'),(12340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/FinancialAccountService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/FinancialAccountService.php'),(12341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/InboundTransferService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/InboundTransferService.php'),(12342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/OutboundPaymentService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/OutboundPaymentService.php'),(12343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/OutboundTransferService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/OutboundTransferService.php'),(12344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/ReceivedCreditService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/ReceivedCreditService.php'),(12345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/ReceivedDebitService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/ReceivedDebitService.php'),(12346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/TransactionEntryService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/TransactionEntryService.php'),(12347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/TransactionService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/TransactionService.php'),(12348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/TreasuryServiceFactory.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury/TreasuryServiceFactory.php'),(12349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/WebhookEndpointService.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/WebhookEndpointService.php'),(12350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SetupAttempt.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SetupAttempt.php'),(12351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SetupIntent.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SetupIntent.php'),(12352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ShippingRate.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ShippingRate.php'),(12353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Sigma/ScheduledQueryRun.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Sigma/ScheduledQueryRun.php'),(12354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SingletonApiResource.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SingletonApiResource.php'),(12355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Source.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Source.php'),(12356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SourceMandateNotification.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SourceMandateNotification.php'),(12357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SourceTransaction.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SourceTransaction.php'),(12358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Stripe.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Stripe.php'),(12359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeClient.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeClient.php'),(12360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeClientInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeClientInterface.php'),(12361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeObject.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeObject.php'),(12362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeStreamingClientInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeStreamingClientInterface.php'),(12363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Subscription.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Subscription.php'),(12364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SubscriptionItem.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SubscriptionItem.php'),(12365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SubscriptionSchedule.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/SubscriptionSchedule.php'),(12366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Calculation.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Calculation.php'),(12367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/CalculationLineItem.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/CalculationLineItem.php'),(12368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Registration.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Registration.php'),(12369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Settings.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Settings.php'),(12370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Transaction.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/Transaction.php'),(12371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/TransactionLineItem.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax/TransactionLineItem.php'),(12372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxCode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxCode.php'),(12373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxDeductedAtSource.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxDeductedAtSource.php'),(12374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxId.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxId.php'),(12375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxRate.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TaxRate.php'),(12376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/Configuration.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/Configuration.php'),(12377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/ConnectionToken.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/ConnectionToken.php'),(12378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/Location.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/Location.php'),(12379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/Reader.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal/Reader.php'),(12380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TestHelpers/TestClock.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TestHelpers/TestClock.php'),(12381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Token.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Token.php'),(12382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Topup.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Topup.php'),(12383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Transfer.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Transfer.php'),(12384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TransferReversal.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TransferReversal.php'),(12385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/CreditReversal.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/CreditReversal.php'),(12386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/DebitReversal.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/DebitReversal.php'),(12387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/FinancialAccount.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/FinancialAccount.php'),(12388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/FinancialAccountFeatures.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/FinancialAccountFeatures.php'),(12389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/InboundTransfer.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/InboundTransfer.php'),(12390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/OutboundPayment.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/OutboundPayment.php'),(12391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/OutboundTransfer.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/OutboundTransfer.php'),(12392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/ReceivedCredit.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/ReceivedCredit.php'),(12393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/ReceivedDebit.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/ReceivedDebit.php'),(12394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/Transaction.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/Transaction.php'),(12395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/TransactionEntry.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury/TransactionEntry.php'),(12396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/UsageRecord.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/UsageRecord.php'),(12397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/UsageRecordSummary.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/UsageRecordSummary.php'),(12398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/ApiVersion.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/ApiVersion.php'),(12399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/CaseInsensitiveArray.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/CaseInsensitiveArray.php'),(12400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/DefaultLogger.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/DefaultLogger.php'),(12401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/LoggerInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/LoggerInterface.php'),(12402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/ObjectTypes.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/ObjectTypes.php'),(12403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/RandomGenerator.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/RandomGenerator.php'),(12404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/RequestOptions.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/RequestOptions.php'),(12405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/Set.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/Set.php'),(12406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/Util.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util/Util.php'),(12407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Webhook.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Webhook.php'),(12408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/WebhookEndpoint.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/WebhookEndpoint.php'),(12409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/WebhookSignature.php','wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/WebhookSignature.php'),(12410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/CssSelectorConverter.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/CssSelectorConverter.php'),(12411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/ExceptionInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/ExceptionInterface.php'),(12412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/ExpressionErrorException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/ExpressionErrorException.php'),(12413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/InternalErrorException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/InternalErrorException.php'),(12414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/ParseException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/ParseException.php'),(12415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/SyntaxErrorException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception/SyntaxErrorException.php'),(12416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/LICENSE','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/LICENSE'),(12417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/AbstractNode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/AbstractNode.php'),(12418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/AttributeNode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/AttributeNode.php'),(12419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/ClassNode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/ClassNode.php'),(12420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/CombinedSelectorNode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/CombinedSelectorNode.php'),(12421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/ElementNode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/ElementNode.php'),(12422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/FunctionNode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/FunctionNode.php'),(12423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/HashNode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/HashNode.php'),(12424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/NegationNode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/NegationNode.php'),(12425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/NodeInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/NodeInterface.php'),(12426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/PseudoNode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/PseudoNode.php'),(12427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/SelectorNode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/SelectorNode.php'),(12428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/Specificity.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node/Specificity.php'),(12429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/CommentHandler.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/CommentHandler.php'),(12430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/HandlerInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/HandlerInterface.php'),(12431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/HashHandler.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/HashHandler.php'),(12432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/IdentifierHandler.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/IdentifierHandler.php'),(12433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/NumberHandler.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/NumberHandler.php'),(12434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/StringHandler.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/StringHandler.php'),(12435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/WhitespaceHandler.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler/WhitespaceHandler.php'),(12436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Parser.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Parser.php'),(12437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/ParserInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/ParserInterface.php'),(12438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Reader.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Reader.php'),(12439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/ClassParser.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/ClassParser.php'),(12440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/ElementParser.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/ElementParser.php'),(12441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php'),(12442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/HashParser.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut/HashParser.php'),(12443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Token.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Token.php'),(12444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/TokenStream.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/TokenStream.php'),(12445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer/Tokenizer.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer/Tokenizer.php'),(12446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php'),(12447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php'),(12448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/AbstractExtension.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/AbstractExtension.php'),(12449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php'),(12450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/CombinationExtension.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/CombinationExtension.php'),(12451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/ExtensionInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/ExtensionInterface.php'),(12452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/FunctionExtension.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/FunctionExtension.php'),(12453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/HtmlExtension.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/HtmlExtension.php'),(12454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/NodeExtension.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/NodeExtension.php'),(12455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/PseudoClassExtension.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension/PseudoClassExtension.php'),(12456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Translator.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Translator.php'),(12457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/TranslatorInterface.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/TranslatorInterface.php'),(12458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/XPathExpr.php','wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/XPathExpr.php'),(12459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Processor.php','wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Processor.php'),(12460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property/Processor.php','wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property/Processor.php'),(12461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property/Property.php','wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property/Property.php'),(12462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Processor.php','wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Processor.php'),(12463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Rule.php','wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Rule.php'),(12464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php','wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php'),(12465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/LICENSE','wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/LICENSE'),(12466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception/DomainOutOfBoundsException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception/DomainOutOfBoundsException.php'),(12467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception/LabelOutOfBoundsException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception/LabelOutOfBoundsException.php'),(12468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception/OutOfBoundsException.php','wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception/OutOfBoundsException.php'),(12469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Punycode.php','wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Punycode.php'),(12470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/plugins/wpforms-lite/wpforms.php','wp-content/plugins/wpforms-lite/wpforms.php'),(12471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/advanced-cache.php','wp-content/advanced-cache.php'),(12472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/busting/index.html','wp-content/cache/busting/index.html'),(12473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/critical-css/index.html','wp-content/cache/critical-css/index.html'),(12474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/04f8ed9531d7386c78377935c864a7ec.js','wp-content/cache/min/1/04f8ed9531d7386c78377935c864a7ec.js'),(12475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/04f8ed9531d7386c78377935c864a7ec.js.gz','wp-content/cache/min/1/04f8ed9531d7386c78377935c864a7ec.js.gz'),(12476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/47dbca63492098acf731216ab1616558.js','wp-content/cache/min/1/47dbca63492098acf731216ab1616558.js'),(12477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/47dbca63492098acf731216ab1616558.js.gz','wp-content/cache/min/1/47dbca63492098acf731216ab1616558.js.gz'),(12478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/72f71aa4043cf87bf04ca7996cbca6de.js','wp-content/cache/min/1/72f71aa4043cf87bf04ca7996cbca6de.js'),(12479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/72f71aa4043cf87bf04ca7996cbca6de.js.gz','wp-content/cache/min/1/72f71aa4043cf87bf04ca7996cbca6de.js.gz'),(12480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/7f3d83e306dadb1185cc84d8043332c4.js','wp-content/cache/min/1/7f3d83e306dadb1185cc84d8043332c4.js'),(12481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/7f3d83e306dadb1185cc84d8043332c4.js.gz','wp-content/cache/min/1/7f3d83e306dadb1185cc84d8043332c4.js.gz'),(12482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/a193b147bbbff4222980adfd5cc82ffa.js','wp-content/cache/min/1/a193b147bbbff4222980adfd5cc82ffa.js'),(12483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/a193b147bbbff4222980adfd5cc82ffa.js.gz','wp-content/cache/min/1/a193b147bbbff4222980adfd5cc82ffa.js.gz'),(12484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/cd4fec0419ddfc3471616cc3bb44f796.js','wp-content/cache/min/1/cd4fec0419ddfc3471616cc3bb44f796.js'),(12485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/1/cd4fec0419ddfc3471616cc3bb44f796.js.gz','wp-content/cache/min/1/cd4fec0419ddfc3471616cc3bb44f796.js.gz'),(12486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/min/index.html','wp-content/cache/min/index.html'),(12487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/index.html','wp-content/cache/wp-rocket/index.html'),(12488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/index-https.html'),(12489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/about-us/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/about-us/index-https.html'),(12490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/about-us/index-mobile-https.html','wp-content/cache/wp-rocket/point2listing.ca/about-us/index-mobile-https.html'),(12491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/author/admin/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/author/admin/index-https.html'),(12492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/author/admin/index-mobile-https.html','wp-content/cache/wp-rocket/point2listing.ca/author/admin/index-mobile-https.html'),(12493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/author/poin2info/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/author/poin2info/index-https.html'),(12494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/blog/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/blog/index-https.html'),(12495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/contact-us/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/contact-us/index-https.html'),(12496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/content-marketing/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/content-marketing/index-https.html'),(12497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/digital-marketing/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/digital-marketing/index-https.html'),(12498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/email-marketing/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/email-marketing/index-https.html'),(12499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/index-https.html'),(12500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/index-mobile-https.html','wp-content/cache/wp-rocket/point2listing.ca/index-mobile-https.html'),(12501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/lead-generation/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/lead-generation/index-https.html'),(12502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/news/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/news/index-https.html'),(12503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/portfolio/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/portfolio/index-https.html'),(12504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/portfolio/index-mobile-https.html','wp-content/cache/wp-rocket/point2listing.ca/portfolio/index-mobile-https.html'),(12505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/ppc/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/ppc/index-https.html'),(12506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/privacy-policy/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/privacy-policy/index-https.html'),(12507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/seo/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/seo/index-https.html'),(12508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/service/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/service/index-https.html'),(12509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/social-media-marketing/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/social-media-marketing/index-https.html'),(12510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/terms-and-conditions/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/terms-and-conditions/index-https.html'),(12511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/index-https.html'),(12512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/web-development/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/web-development/index-https.html'),(12513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/cache/wp-rocket/point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/index-https.html','wp-content/cache/wp-rocket/point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/index-https.html'),(12514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/index.php','wp-content/index.php'),(12515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/jetpack-waf/bootstrap.php','wp-content/jetpack-waf/bootstrap.php'),(12516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/jetpack-waf/rules/allow-ip.php','wp-content/jetpack-waf/rules/allow-ip.php'),(12517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/jetpack-waf/rules/automatic-rules.php','wp-content/jetpack-waf/rules/automatic-rules.php'),(12518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/jetpack-waf/rules/block-ip.php','wp-content/jetpack-waf/rules/block-ip.php'),(12519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/jetpack-waf/rules/rules.php','wp-content/jetpack-waf/rules/rules.php'),(12520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/mu-plugins/endurance-page-cache.php','wp-content/mu-plugins/endurance-page-cache.php'),(12521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/mu-plugins/sso.php','wp-content/mu-plugins/sso.php'),(12522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/404.php','wp-content/themes/houzez/404.php'),(12523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/archive-houzez_agency.php','wp-content/themes/houzez/archive-houzez_agency.php'),(12524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/archive-houzez_agent.php','wp-content/themes/houzez/archive-houzez_agent.php'),(12525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/archive-property.php','wp-content/themes/houzez/archive-property.php'),(12526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/archive.php','wp-content/themes/houzez/archive.php'),(12527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/author.php','wp-content/themes/houzez/author.php'),(12528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/comments.php','wp-content/themes/houzez/comments.php'),(12529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/content-grid-1.php','wp-content/themes/houzez/content-grid-1.php'),(12530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/content-grid-2.php','wp-content/themes/houzez/content-grid-2.php'),(12531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/content-grid-3.php','wp-content/themes/houzez/content-grid-3.php'),(12532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/content-none.php','wp-content/themes/houzez/content-none.php'),(12533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/content-page.php','wp-content/themes/houzez/content-page.php'),(12534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/css/default-skin/default-skin.svg','wp-content/themes/houzez/css/default-skin/default-skin.svg'),(12535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/css/font-awesome/webfonts/fa-brands-400.svg','wp-content/themes/houzez/css/font-awesome/webfonts/fa-brands-400.svg'),(12536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/css/font-awesome/webfonts/fa-regular-400.svg','wp-content/themes/houzez/css/font-awesome/webfonts/fa-regular-400.svg'),(12537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/css/font-awesome/webfonts/fa-solid-900.svg','wp-content/themes/houzez/css/font-awesome/webfonts/fa-solid-900.svg'),(12538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/css/fonts/slick.svg','wp-content/themes/houzez/css/fonts/slick.svg'),(12539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/fonts/fontawesome-webfont.svg','wp-content/themes/houzez/fonts/fontawesome-webfont.svg'),(12540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/fonts/houzez-iconfont.svg','wp-content/themes/houzez/fonts/houzez-iconfont.svg'),(12541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/footer-before-footer-builder.php','wp-content/themes/houzez/footer-before-footer-builder.php'),(12542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/footer.php','wp-content/themes/houzez/footer.php'),(12543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/class-admin.php','wp-content/themes/houzez/framework/admin/class-admin.php'),(12544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/documentation.php','wp-content/themes/houzez/framework/admin/documentation.php'),(12545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/feedback.php','wp-content/themes/houzez/framework/admin/feedback.php'),(12546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/header.php','wp-content/themes/houzez/framework/admin/header.php'),(12547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/menu/menu-without-custom-width.php','wp-content/themes/houzez/framework/admin/menu/menu-without-custom-width.php'),(12548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/menu/menu.php','wp-content/themes/houzez/framework/admin/menu/menu.php'),(12549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/plugins.php','wp-content/themes/houzez/framework/admin/plugins.php'),(12550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/purchase.php','wp-content/themes/houzez/framework/admin/purchase.php'),(12551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/admin/tabs.php','wp-content/themes/houzez/framework/admin/tabs.php'),(12552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/class-tgm-plugin-activation.php','wp-content/themes/houzez/framework/class-tgm-plugin-activation.php'),(12553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/classes/Houzez_Query.php','wp-content/themes/houzez/framework/classes/Houzez_Query.php'),(12554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/classes/houzez-lazy-load.php','wp-content/themes/houzez/framework/classes/houzez-lazy-load.php'),(12555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/classes/houzez_data_source.php','wp-content/themes/houzez/framework/classes/houzez_data_source.php'),(12556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/classes/script-loader.php','wp-content/themes/houzez/framework/classes/script-loader.php'),(12557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/classes/upgrade20.php','wp-content/themes/houzez/framework/classes/upgrade20.php'),(12558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/agency_agents.php','wp-content/themes/houzez/framework/functions/agency_agents.php'),(12559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/blog-functions.php','wp-content/themes/houzez/framework/functions/blog-functions.php'),(12560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/cron-functions.php','wp-content/themes/houzez/framework/functions/cron-functions.php'),(12561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/emails-functions.php','wp-content/themes/houzez/framework/functions/emails-functions.php'),(12562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/footer-functions.php','wp-content/themes/houzez/framework/functions/footer-functions.php'),(12563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/google_map_functions.php','wp-content/themes/houzez/framework/functions/google_map_functions.php'),(12564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/header-functions.php','wp-content/themes/houzez/framework/functions/header-functions.php'),(12565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/helper_functions.php','wp-content/themes/houzez/framework/functions/helper_functions.php'),(12566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/membership-functions.php','wp-content/themes/houzez/framework/functions/membership-functions.php'),(12567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/menu-walker.php','wp-content/themes/houzez/framework/functions/menu-walker.php'),(12568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/messages_functions.php','wp-content/themes/houzez/framework/functions/messages_functions.php'),(12569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/mobile-menu-walker.php','wp-content/themes/houzez/framework/functions/mobile-menu-walker.php'),(12570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/open_street_map_functions.php','wp-content/themes/houzez/framework/functions/open_street_map_functions.php'),(12571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/price_functions.php','wp-content/themes/houzez/framework/functions/price_functions.php'),(12572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/profile_functions.php','wp-content/themes/houzez/framework/functions/profile_functions.php'),(12573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/property-expirator.php','wp-content/themes/houzez/framework/functions/property-expirator.php'),(12574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/property_functions.php','wp-content/themes/houzez/framework/functions/property_functions.php'),(12575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/property_rating.php','wp-content/themes/houzez/framework/functions/property_rating.php'),(12576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/review.php','wp-content/themes/houzez/framework/functions/review.php'),(12577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/search_functions.php','wp-content/themes/houzez/framework/functions/search_functions.php'),(12578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/stats.php','wp-content/themes/houzez/framework/functions/stats.php'),(12579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/template-functions.php','wp-content/themes/houzez/framework/functions/template-functions.php'),(12580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/unknown.php','wp-content/themes/houzez/framework/functions/unknown.php'),(12581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/functions/woocommerce.php','wp-content/themes/houzez/framework/functions/woocommerce.php'),(12582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/agency-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/agency-metaboxes.php'),(12583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/agent-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/agent-metaboxes.php'),(12584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/area-meta.php','wp-content/themes/houzez/framework/metaboxes/area-meta.php'),(12585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/cities-meta.php','wp-content/themes/houzez/framework/metaboxes/cities-meta.php'),(12586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/header-search-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/header-search-metaboxes.php'),(12587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/label-meta.php','wp-content/themes/houzez/framework/metaboxes/label-meta.php'),(12588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/listings-templates-metaboxes-classic-editor.php','wp-content/themes/houzez/framework/metaboxes/listings-templates-metaboxes-classic-editor.php'),(12589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/listings-templates-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/listings-templates-metaboxes.php'),(12590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/metaboxes.php','wp-content/themes/houzez/framework/metaboxes/metaboxes.php'),(12591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/packages-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/packages-metaboxes.php'),(12592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/page-header-metaboxes-classic-editor.php','wp-content/themes/houzez/framework/metaboxes/page-header-metaboxes-classic-editor.php'),(12593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/page-header-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/page-header-metaboxes.php'),(12594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/page-template-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/page-template-metaboxes.php'),(12595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/partner-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/partner-metaboxes.php'),(12596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/posts-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/posts-metaboxes.php'),(12597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/agent.php','wp-content/themes/houzez/framework/metaboxes/property/agent.php'),(12598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/attachments.php','wp-content/themes/houzez/framework/metaboxes/property/attachments.php'),(12599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/energy.php','wp-content/themes/houzez/framework/metaboxes/property/energy.php'),(12600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/fields_builder.php','wp-content/themes/houzez/framework/metaboxes/property/fields_builder.php'),(12601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/floor_plans.php','wp-content/themes/houzez/framework/metaboxes/property/floor_plans.php'),(12602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/home_slider.php','wp-content/themes/houzez/framework/metaboxes/property/home_slider.php'),(12603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/information.php','wp-content/themes/houzez/framework/metaboxes/property/information.php'),(12604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/listing_layout.php','wp-content/themes/houzez/framework/metaboxes/property/listing_layout.php'),(12605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/listing_rental.php','wp-content/themes/houzez/framework/metaboxes/property/listing_rental.php'),(12606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/map.php','wp-content/themes/houzez/framework/metaboxes/property/map.php'),(12607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/media.php','wp-content/themes/houzez/framework/metaboxes/property/media.php'),(12608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/multi_units.php','wp-content/themes/houzez/framework/metaboxes/property/multi_units.php'),(12609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/private_note.php','wp-content/themes/houzez/framework/metaboxes/property/private_note.php'),(12610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/settings.php','wp-content/themes/houzez/framework/metaboxes/property/settings.php'),(12611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property/virtual_tour.php','wp-content/themes/houzez/framework/metaboxes/property/virtual_tour.php'),(12612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property-additional-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/property-additional-metaboxes.php'),(12613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/property-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/property-metaboxes.php'),(12614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/reviews-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/reviews-metaboxes.php'),(12615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/state-meta.php','wp-content/themes/houzez/framework/metaboxes/state-meta.php'),(12616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/status-meta.php','wp-content/themes/houzez/framework/metaboxes/status-meta.php'),(12617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/taxonomies-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/taxonomies-metaboxes.php'),(12618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/testimonials-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/testimonials-metaboxes.php'),(12619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/transparent-menu-metaboxes.php','wp-content/themes/houzez/framework/metaboxes/transparent-menu-metaboxes.php'),(12620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/metaboxes/type-meta.php','wp-content/themes/houzez/framework/metaboxes/type-meta.php'),(12621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/autoload.php','wp-content/themes/houzez/framework/mobile-detect/vendor/autoload.php'),(12622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/ClassLoader.php','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/ClassLoader.php'),(12623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/InstalledVersions.php','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/InstalledVersions.php'),(12624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_classmap.php','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_classmap.php'),(12625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_namespaces.php','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_namespaces.php'),(12626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_psr4.php','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_psr4.php'),(12627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_real.php','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_real.php'),(12628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_static.php','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/autoload_static.php'),(12629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/installed.php','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/installed.php'),(12630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/composer/platform_check.php','wp-content/themes/houzez/framework/mobile-detect/vendor/composer/platform_check.php'),(12631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Cache/Cache.php','wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Cache/Cache.php'),(12632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Cache/CacheException.php','wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Cache/CacheException.php'),(12633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Cache/CacheItem.php','wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Cache/CacheItem.php'),(12634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Exception/MobileDetectException.php','wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/Exception/MobileDetectException.php'),(12635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/MobileDetect.php','wp-content/themes/houzez/framework/mobile-detect/vendor/mobiledetect/mobiledetectlib/src/MobileDetect.php'),(12636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/psr/simple-cache/src/CacheException.php','wp-content/themes/houzez/framework/mobile-detect/vendor/psr/simple-cache/src/CacheException.php'),(12637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/psr/simple-cache/src/CacheInterface.php','wp-content/themes/houzez/framework/mobile-detect/vendor/psr/simple-cache/src/CacheInterface.php'),(12638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/mobile-detect/vendor/psr/simple-cache/src/InvalidArgumentException.php','wp-content/themes/houzez/framework/mobile-detect/vendor/psr/simple-cache/src/InvalidArgumentException.php'),(12639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/404.php','wp-content/themes/houzez/framework/options/404.php'),(12640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/add-new-property.php','wp-content/themes/houzez/framework/options/add-new-property.php'),(12641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/advanced-search.php','wp-content/themes/houzez/framework/options/advanced-search.php'),(12642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/agencies.php','wp-content/themes/houzez/framework/options/agencies.php'),(12643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/agents.php','wp-content/themes/houzez/framework/options/agents.php'),(12644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/banner-slider.php','wp-content/themes/houzez/framework/options/banner-slider.php'),(12645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/blog.php','wp-content/themes/houzez/framework/options/blog.php'),(12646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/contact-forms.php','wp-content/themes/houzez/framework/options/contact-forms.php'),(12647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/custom-code.php','wp-content/themes/houzez/framework/options/custom-code.php'),(12648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/emails.php','wp-content/themes/houzez/framework/options/emails.php'),(12649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/footer.php','wp-content/themes/houzez/framework/options/footer.php'),(12650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/gdpr.php','wp-content/themes/houzez/framework/options/gdpr.php'),(12651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/general.php','wp-content/themes/houzez/framework/options/general.php'),(12652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/halfmap.php','wp-content/themes/houzez/framework/options/halfmap.php'),(12653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/header.php','wp-content/themes/houzez/framework/options/header.php'),(12654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/houzez-option.php','wp-content/themes/houzez/framework/options/houzez-option.php'),(12655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/houzez-options.php','wp-content/themes/houzez/framework/options/houzez-options.php'),(12656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/insights.php','wp-content/themes/houzez/framework/options/insights.php'),(12657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/invoices.php','wp-content/themes/houzez/framework/options/invoices.php'),(12658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/listing-options.php','wp-content/themes/houzez/framework/options/listing-options.php'),(12659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/login-register.php','wp-content/themes/houzez/framework/options/login-register.php'),(12660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/logo-favicons.php','wp-content/themes/houzez/framework/options/logo-favicons.php'),(12661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/main.php','wp-content/themes/houzez/framework/options/main.php'),(12662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/map.php','wp-content/themes/houzez/framework/options/map.php'),(12663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/membership.php','wp-content/themes/houzez/framework/options/membership.php'),(12664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/optimization.php','wp-content/themes/houzez/framework/options/optimization.php'),(12665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/price-currency.php','wp-content/themes/houzez/framework/options/price-currency.php'),(12666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/print-property.php','wp-content/themes/houzez/framework/options/print-property.php'),(12667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/property-detail.php','wp-content/themes/houzez/framework/options/property-detail.php'),(12668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/reCaptcha.php','wp-content/themes/houzez/framework/options/reCaptcha.php'),(12669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/remove-tracking-class.php','wp-content/themes/houzez/framework/options/remove-tracking-class.php'),(12670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/splash.php','wp-content/themes/houzez/framework/options/splash.php'),(12671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/styling.php','wp-content/themes/houzez/framework/options/styling.php'),(12672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/taxonomies.php','wp-content/themes/houzez/framework/options/taxonomies.php'),(12673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/topbar.php','wp-content/themes/houzez/framework/options/topbar.php'),(12674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/translation.php','wp-content/themes/houzez/framework/options/translation.php'),(12675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/typography.php','wp-content/themes/houzez/framework/options/typography.php'),(12676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/options/webhooks.php','wp-content/themes/houzez/framework/options/webhooks.php'),(12677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/register-plugins.php','wp-content/themes/houzez/framework/register-plugins.php'),(12678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/init.php','wp-content/themes/houzez/framework/stripe-php/init.php'),(12679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Account.php','wp-content/themes/houzez/framework/stripe-php/lib/Account.php'),(12680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/AccountLink.php','wp-content/themes/houzez/framework/stripe-php/lib/AccountLink.php'),(12681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/All.php','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/All.php'),(12682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Create.php','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Create.php'),(12683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Delete.php','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Delete.php'),(12684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/NestedResource.php','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/NestedResource.php'),(12685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Request.php','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Request.php'),(12686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Retrieve.php','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Retrieve.php'),(12687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Search.php','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Search.php'),(12688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/SingletonRetrieve.php','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/SingletonRetrieve.php'),(12689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Update.php','wp-content/themes/houzez/framework/stripe-php/lib/ApiOperations/Update.php'),(12690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiRequestor.php','wp-content/themes/houzez/framework/stripe-php/lib/ApiRequestor.php'),(12691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiResource.php','wp-content/themes/houzez/framework/stripe-php/lib/ApiResource.php'),(12692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApiResponse.php','wp-content/themes/houzez/framework/stripe-php/lib/ApiResponse.php'),(12693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApplePayDomain.php','wp-content/themes/houzez/framework/stripe-php/lib/ApplePayDomain.php'),(12694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApplicationFee.php','wp-content/themes/houzez/framework/stripe-php/lib/ApplicationFee.php'),(12695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ApplicationFeeRefund.php','wp-content/themes/houzez/framework/stripe-php/lib/ApplicationFeeRefund.php'),(12696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Apps/Secret.php','wp-content/themes/houzez/framework/stripe-php/lib/Apps/Secret.php'),(12697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Balance.php','wp-content/themes/houzez/framework/stripe-php/lib/Balance.php'),(12698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/BalanceTransaction.php','wp-content/themes/houzez/framework/stripe-php/lib/BalanceTransaction.php'),(12699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/BankAccount.php','wp-content/themes/houzez/framework/stripe-php/lib/BankAccount.php'),(12700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/BaseStripeClient.php','wp-content/themes/houzez/framework/stripe-php/lib/BaseStripeClient.php'),(12701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/BaseStripeClientInterface.php','wp-content/themes/houzez/framework/stripe-php/lib/BaseStripeClientInterface.php'),(12702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/BillingPortal/Configuration.php','wp-content/themes/houzez/framework/stripe-php/lib/BillingPortal/Configuration.php'),(12703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/BillingPortal/Session.php','wp-content/themes/houzez/framework/stripe-php/lib/BillingPortal/Session.php'),(12704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Capability.php','wp-content/themes/houzez/framework/stripe-php/lib/Capability.php'),(12705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Card.php','wp-content/themes/houzez/framework/stripe-php/lib/Card.php'),(12706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/CashBalance.php','wp-content/themes/houzez/framework/stripe-php/lib/CashBalance.php'),(12707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Charge.php','wp-content/themes/houzez/framework/stripe-php/lib/Charge.php'),(12708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Checkout/Session.php','wp-content/themes/houzez/framework/stripe-php/lib/Checkout/Session.php'),(12709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Collection.php','wp-content/themes/houzez/framework/stripe-php/lib/Collection.php'),(12710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/CountrySpec.php','wp-content/themes/houzez/framework/stripe-php/lib/CountrySpec.php'),(12711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Coupon.php','wp-content/themes/houzez/framework/stripe-php/lib/Coupon.php'),(12712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/CreditNote.php','wp-content/themes/houzez/framework/stripe-php/lib/CreditNote.php'),(12713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/CreditNoteLineItem.php','wp-content/themes/houzez/framework/stripe-php/lib/CreditNoteLineItem.php'),(12714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Customer.php','wp-content/themes/houzez/framework/stripe-php/lib/Customer.php'),(12715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/CustomerBalanceTransaction.php','wp-content/themes/houzez/framework/stripe-php/lib/CustomerBalanceTransaction.php'),(12716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/CustomerCashBalanceTransaction.php','wp-content/themes/houzez/framework/stripe-php/lib/CustomerCashBalanceTransaction.php'),(12717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Discount.php','wp-content/themes/houzez/framework/stripe-php/lib/Discount.php'),(12718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Dispute.php','wp-content/themes/houzez/framework/stripe-php/lib/Dispute.php'),(12719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/EphemeralKey.php','wp-content/themes/houzez/framework/stripe-php/lib/EphemeralKey.php'),(12720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ErrorObject.php','wp-content/themes/houzez/framework/stripe-php/lib/ErrorObject.php'),(12721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Event.php','wp-content/themes/houzez/framework/stripe-php/lib/Event.php'),(12722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/ApiConnectionException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/ApiConnectionException.php'),(12723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/ApiErrorException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/ApiErrorException.php'),(12724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/AuthenticationException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/AuthenticationException.php'),(12725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/BadMethodCallException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/BadMethodCallException.php'),(12726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/CardException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/CardException.php'),(12727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/ExceptionInterface.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/ExceptionInterface.php'),(12728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/IdempotencyException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/IdempotencyException.php'),(12729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/InvalidArgumentException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/InvalidArgumentException.php'),(12730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/InvalidRequestException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/InvalidRequestException.php'),(12731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/ExceptionInterface.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/ExceptionInterface.php'),(12732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidClientException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidClientException.php'),(12733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidGrantException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidGrantException.php'),(12734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidRequestException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidRequestException.php'),(12735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidScopeException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/InvalidScopeException.php'),(12736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/OAuthErrorException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/OAuthErrorException.php'),(12737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php'),(12738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/UnsupportedGrantTypeException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/UnsupportedGrantTypeException.php'),(12739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/OAuth/UnsupportedResponseTypeException.php'),(12740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/PermissionException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/PermissionException.php'),(12741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/RateLimitException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/RateLimitException.php'),(12742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/SignatureVerificationException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/SignatureVerificationException.php'),(12743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/UnexpectedValueException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/UnexpectedValueException.php'),(12744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Exception/UnknownApiErrorException.php','wp-content/themes/houzez/framework/stripe-php/lib/Exception/UnknownApiErrorException.php'),(12745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ExchangeRate.php','wp-content/themes/houzez/framework/stripe-php/lib/ExchangeRate.php'),(12746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/File.php','wp-content/themes/houzez/framework/stripe-php/lib/File.php'),(12747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/FileLink.php','wp-content/themes/houzez/framework/stripe-php/lib/FileLink.php'),(12748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/Account.php','wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/Account.php'),(12749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/AccountOwner.php','wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/AccountOwner.php'),(12750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/AccountOwnership.php','wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/AccountOwnership.php'),(12751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/Session.php','wp-content/themes/houzez/framework/stripe-php/lib/FinancialConnections/Session.php'),(12752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/FundingInstructions.php','wp-content/themes/houzez/framework/stripe-php/lib/FundingInstructions.php'),(12753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/HttpClient/ClientInterface.php','wp-content/themes/houzez/framework/stripe-php/lib/HttpClient/ClientInterface.php'),(12754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/HttpClient/CurlClient.php','wp-content/themes/houzez/framework/stripe-php/lib/HttpClient/CurlClient.php'),(12755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/HttpClient/StreamingClientInterface.php','wp-content/themes/houzez/framework/stripe-php/lib/HttpClient/StreamingClientInterface.php'),(12756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Identity/VerificationReport.php','wp-content/themes/houzez/framework/stripe-php/lib/Identity/VerificationReport.php'),(12757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Identity/VerificationSession.php','wp-content/themes/houzez/framework/stripe-php/lib/Identity/VerificationSession.php'),(12758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Invoice.php','wp-content/themes/houzez/framework/stripe-php/lib/Invoice.php'),(12759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/InvoiceItem.php','wp-content/themes/houzez/framework/stripe-php/lib/InvoiceItem.php'),(12760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/InvoiceLineItem.php','wp-content/themes/houzez/framework/stripe-php/lib/InvoiceLineItem.php'),(12761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Authorization.php','wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Authorization.php'),(12762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Card.php','wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Card.php'),(12763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Issuing/CardDetails.php','wp-content/themes/houzez/framework/stripe-php/lib/Issuing/CardDetails.php'),(12764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Cardholder.php','wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Cardholder.php'),(12765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Dispute.php','wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Dispute.php'),(12766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Transaction.php','wp-content/themes/houzez/framework/stripe-php/lib/Issuing/Transaction.php'),(12767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/LineItem.php','wp-content/themes/houzez/framework/stripe-php/lib/LineItem.php'),(12768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/LoginLink.php','wp-content/themes/houzez/framework/stripe-php/lib/LoginLink.php'),(12769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Mandate.php','wp-content/themes/houzez/framework/stripe-php/lib/Mandate.php'),(12770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/OAuth.php','wp-content/themes/houzez/framework/stripe-php/lib/OAuth.php'),(12771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/OAuthErrorObject.php','wp-content/themes/houzez/framework/stripe-php/lib/OAuthErrorObject.php'),(12772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/PaymentIntent.php','wp-content/themes/houzez/framework/stripe-php/lib/PaymentIntent.php'),(12773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/PaymentLink.php','wp-content/themes/houzez/framework/stripe-php/lib/PaymentLink.php'),(12774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/PaymentMethod.php','wp-content/themes/houzez/framework/stripe-php/lib/PaymentMethod.php'),(12775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Payout.php','wp-content/themes/houzez/framework/stripe-php/lib/Payout.php'),(12776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Person.php','wp-content/themes/houzez/framework/stripe-php/lib/Person.php'),(12777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Plan.php','wp-content/themes/houzez/framework/stripe-php/lib/Plan.php'),(12778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Price.php','wp-content/themes/houzez/framework/stripe-php/lib/Price.php'),(12779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Product.php','wp-content/themes/houzez/framework/stripe-php/lib/Product.php'),(12780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/PromotionCode.php','wp-content/themes/houzez/framework/stripe-php/lib/PromotionCode.php'),(12781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Quote.php','wp-content/themes/houzez/framework/stripe-php/lib/Quote.php'),(12782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Radar/EarlyFraudWarning.php','wp-content/themes/houzez/framework/stripe-php/lib/Radar/EarlyFraudWarning.php'),(12783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Radar/ValueList.php','wp-content/themes/houzez/framework/stripe-php/lib/Radar/ValueList.php'),(12784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Radar/ValueListItem.php','wp-content/themes/houzez/framework/stripe-php/lib/Radar/ValueListItem.php'),(12785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/RecipientTransfer.php','wp-content/themes/houzez/framework/stripe-php/lib/RecipientTransfer.php'),(12786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Refund.php','wp-content/themes/houzez/framework/stripe-php/lib/Refund.php'),(12787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Reporting/ReportRun.php','wp-content/themes/houzez/framework/stripe-php/lib/Reporting/ReportRun.php'),(12788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Reporting/ReportType.php','wp-content/themes/houzez/framework/stripe-php/lib/Reporting/ReportType.php'),(12789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/RequestTelemetry.php','wp-content/themes/houzez/framework/stripe-php/lib/RequestTelemetry.php'),(12790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Review.php','wp-content/themes/houzez/framework/stripe-php/lib/Review.php'),(12791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SearchResult.php','wp-content/themes/houzez/framework/stripe-php/lib/SearchResult.php'),(12792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/AbstractService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/AbstractService.php'),(12793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/AbstractServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/AbstractServiceFactory.php'),(12794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/AccountLinkService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/AccountLinkService.php'),(12795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/AccountService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/AccountService.php'),(12796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ApplePayDomainService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/ApplePayDomainService.php'),(12797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ApplicationFeeService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/ApplicationFeeService.php'),(12798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Apps/AppsServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Apps/AppsServiceFactory.php'),(12799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Apps/SecretService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Apps/SecretService.php'),(12800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/BalanceService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/BalanceService.php'),(12801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/BalanceTransactionService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/BalanceTransactionService.php'),(12802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/BillingPortal/BillingPortalServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/BillingPortal/BillingPortalServiceFactory.php'),(12803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/BillingPortal/ConfigurationService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/BillingPortal/ConfigurationService.php'),(12804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/BillingPortal/SessionService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/BillingPortal/SessionService.php'),(12805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ChargeService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/ChargeService.php'),(12806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Checkout/CheckoutServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Checkout/CheckoutServiceFactory.php'),(12807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Checkout/SessionService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Checkout/SessionService.php'),(12808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/CoreServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/CoreServiceFactory.php'),(12809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/CountrySpecService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/CountrySpecService.php'),(12810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/CouponService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/CouponService.php'),(12811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/CreditNoteService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/CreditNoteService.php'),(12812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/CustomerService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/CustomerService.php'),(12813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/DisputeService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/DisputeService.php'),(12814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/EphemeralKeyService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/EphemeralKeyService.php'),(12815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/EventService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/EventService.php'),(12816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ExchangeRateService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/ExchangeRateService.php'),(12817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/FileLinkService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/FileLinkService.php'),(12818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/FileService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/FileService.php'),(12819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/FinancialConnections/AccountService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/FinancialConnections/AccountService.php'),(12820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/FinancialConnections/FinancialConnectionsServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/FinancialConnections/FinancialConnectionsServiceFactory.php'),(12821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/FinancialConnections/SessionService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/FinancialConnections/SessionService.php'),(12822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Identity/IdentityServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Identity/IdentityServiceFactory.php'),(12823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Identity/VerificationReportService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Identity/VerificationReportService.php'),(12824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Identity/VerificationSessionService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Identity/VerificationSessionService.php'),(12825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/InvoiceItemService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/InvoiceItemService.php'),(12826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/InvoiceService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/InvoiceService.php'),(12827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/AuthorizationService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/AuthorizationService.php'),(12828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/CardService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/CardService.php'),(12829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/CardholderService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/CardholderService.php'),(12830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/DisputeService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/DisputeService.php'),(12831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/IssuingServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/IssuingServiceFactory.php'),(12832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/TransactionService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Issuing/TransactionService.php'),(12833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/MandateService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/MandateService.php'),(12834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/OAuthService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/OAuthService.php'),(12835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PaymentIntentService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/PaymentIntentService.php'),(12836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PaymentLinkService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/PaymentLinkService.php'),(12837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PaymentMethodService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/PaymentMethodService.php'),(12838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PayoutService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/PayoutService.php'),(12839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PlanService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/PlanService.php'),(12840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PriceService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/PriceService.php'),(12841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ProductService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/ProductService.php'),(12842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/PromotionCodeService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/PromotionCodeService.php'),(12843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/QuoteService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/QuoteService.php'),(12844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/EarlyFraudWarningService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/EarlyFraudWarningService.php'),(12845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/RadarServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/RadarServiceFactory.php'),(12846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/ValueListItemService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/ValueListItemService.php'),(12847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/ValueListService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Radar/ValueListService.php'),(12848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/RefundService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/RefundService.php'),(12849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Reporting/ReportRunService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Reporting/ReportRunService.php'),(12850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Reporting/ReportTypeService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Reporting/ReportTypeService.php'),(12851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Reporting/ReportingServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Reporting/ReportingServiceFactory.php'),(12852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ReviewService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/ReviewService.php'),(12853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/SetupAttemptService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/SetupAttemptService.php'),(12854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/SetupIntentService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/SetupIntentService.php'),(12855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/ShippingRateService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/ShippingRateService.php'),(12856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Sigma/ScheduledQueryRunService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Sigma/ScheduledQueryRunService.php'),(12857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Sigma/SigmaServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Sigma/SigmaServiceFactory.php'),(12858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/SourceService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/SourceService.php'),(12859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/SubscriptionItemService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/SubscriptionItemService.php'),(12860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/SubscriptionScheduleService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/SubscriptionScheduleService.php'),(12861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/SubscriptionService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/SubscriptionService.php'),(12862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Tax/CalculationService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Tax/CalculationService.php'),(12863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Tax/TaxServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Tax/TaxServiceFactory.php'),(12864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Tax/TransactionService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Tax/TransactionService.php'),(12865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TaxCodeService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TaxCodeService.php'),(12866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TaxRateService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TaxRateService.php'),(12867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/ConfigurationService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/ConfigurationService.php'),(12868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/ConnectionTokenService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/ConnectionTokenService.php'),(12869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/LocationService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/LocationService.php'),(12870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/ReaderService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/ReaderService.php'),(12871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/TerminalServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Terminal/TerminalServiceFactory.php'),(12872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/CustomerService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/CustomerService.php'),(12873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Issuing/CardService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Issuing/CardService.php'),(12874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Issuing/IssuingServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Issuing/IssuingServiceFactory.php'),(12875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/RefundService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/RefundService.php'),(12876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Terminal/ReaderService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Terminal/ReaderService.php'),(12877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Terminal/TerminalServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Terminal/TerminalServiceFactory.php'),(12878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/TestClockService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/TestClockService.php'),(12879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/TestHelpersServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/TestHelpersServiceFactory.php'),(12880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/InboundTransferService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/InboundTransferService.php'),(12881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/OutboundPaymentService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/OutboundPaymentService.php'),(12882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/OutboundTransferService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/OutboundTransferService.php'),(12883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedCreditService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedCreditService.php'),(12884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedDebitService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/ReceivedDebitService.php'),(12885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/TreasuryServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TestHelpers/Treasury/TreasuryServiceFactory.php'),(12886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TokenService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TokenService.php'),(12887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TopupService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TopupService.php'),(12888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/TransferService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/TransferService.php'),(12889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/CreditReversalService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/CreditReversalService.php'),(12890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/DebitReversalService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/DebitReversalService.php'),(12891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/FinancialAccountService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/FinancialAccountService.php'),(12892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/InboundTransferService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/InboundTransferService.php'),(12893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/OutboundPaymentService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/OutboundPaymentService.php'),(12894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/OutboundTransferService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/OutboundTransferService.php'),(12895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/ReceivedCreditService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/ReceivedCreditService.php'),(12896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/ReceivedDebitService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/ReceivedDebitService.php'),(12897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/TransactionEntryService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/TransactionEntryService.php'),(12898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/TransactionService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/TransactionService.php'),(12899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/TreasuryServiceFactory.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/Treasury/TreasuryServiceFactory.php'),(12900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Service/WebhookEndpointService.php','wp-content/themes/houzez/framework/stripe-php/lib/Service/WebhookEndpointService.php'),(12901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SetupAttempt.php','wp-content/themes/houzez/framework/stripe-php/lib/SetupAttempt.php'),(12902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SetupIntent.php','wp-content/themes/houzez/framework/stripe-php/lib/SetupIntent.php'),(12903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/ShippingRate.php','wp-content/themes/houzez/framework/stripe-php/lib/ShippingRate.php'),(12904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Sigma/ScheduledQueryRun.php','wp-content/themes/houzez/framework/stripe-php/lib/Sigma/ScheduledQueryRun.php'),(12905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SingletonApiResource.php','wp-content/themes/houzez/framework/stripe-php/lib/SingletonApiResource.php'),(12906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Source.php','wp-content/themes/houzez/framework/stripe-php/lib/Source.php'),(12907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SourceTransaction.php','wp-content/themes/houzez/framework/stripe-php/lib/SourceTransaction.php'),(12908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Stripe.php','wp-content/themes/houzez/framework/stripe-php/lib/Stripe.php'),(12909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/StripeClient.php','wp-content/themes/houzez/framework/stripe-php/lib/StripeClient.php'),(12910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/StripeClientInterface.php','wp-content/themes/houzez/framework/stripe-php/lib/StripeClientInterface.php'),(12911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/StripeObject.php','wp-content/themes/houzez/framework/stripe-php/lib/StripeObject.php'),(12912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/StripeStreamingClientInterface.php','wp-content/themes/houzez/framework/stripe-php/lib/StripeStreamingClientInterface.php'),(12913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Subscription.php','wp-content/themes/houzez/framework/stripe-php/lib/Subscription.php'),(12914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SubscriptionItem.php','wp-content/themes/houzez/framework/stripe-php/lib/SubscriptionItem.php'),(12915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/SubscriptionSchedule.php','wp-content/themes/houzez/framework/stripe-php/lib/SubscriptionSchedule.php'),(12916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Tax/Calculation.php','wp-content/themes/houzez/framework/stripe-php/lib/Tax/Calculation.php'),(12917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Tax/CalculationLineItem.php','wp-content/themes/houzez/framework/stripe-php/lib/Tax/CalculationLineItem.php'),(12918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Tax/Transaction.php','wp-content/themes/houzez/framework/stripe-php/lib/Tax/Transaction.php'),(12919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Tax/TransactionLineItem.php','wp-content/themes/houzez/framework/stripe-php/lib/Tax/TransactionLineItem.php'),(12920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/TaxCode.php','wp-content/themes/houzez/framework/stripe-php/lib/TaxCode.php'),(12921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/TaxId.php','wp-content/themes/houzez/framework/stripe-php/lib/TaxId.php'),(12922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/TaxRate.php','wp-content/themes/houzez/framework/stripe-php/lib/TaxRate.php'),(12923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Terminal/Configuration.php','wp-content/themes/houzez/framework/stripe-php/lib/Terminal/Configuration.php'),(12924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Terminal/ConnectionToken.php','wp-content/themes/houzez/framework/stripe-php/lib/Terminal/ConnectionToken.php'),(12925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Terminal/Location.php','wp-content/themes/houzez/framework/stripe-php/lib/Terminal/Location.php'),(12926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Terminal/Reader.php','wp-content/themes/houzez/framework/stripe-php/lib/Terminal/Reader.php'),(12927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/TestHelpers/TestClock.php','wp-content/themes/houzez/framework/stripe-php/lib/TestHelpers/TestClock.php'),(12928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Token.php','wp-content/themes/houzez/framework/stripe-php/lib/Token.php'),(12929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Topup.php','wp-content/themes/houzez/framework/stripe-php/lib/Topup.php'),(12930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Transfer.php','wp-content/themes/houzez/framework/stripe-php/lib/Transfer.php'),(12931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/TransferReversal.php','wp-content/themes/houzez/framework/stripe-php/lib/TransferReversal.php'),(12932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/CreditReversal.php','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/CreditReversal.php'),(12933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/DebitReversal.php','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/DebitReversal.php'),(12934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/FinancialAccount.php','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/FinancialAccount.php'),(12935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/FinancialAccountFeatures.php','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/FinancialAccountFeatures.php'),(12936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/InboundTransfer.php','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/InboundTransfer.php'),(12937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/OutboundPayment.php','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/OutboundPayment.php'),(12938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/OutboundTransfer.php','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/OutboundTransfer.php'),(12939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/ReceivedCredit.php','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/ReceivedCredit.php'),(12940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/ReceivedDebit.php','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/ReceivedDebit.php'),(12941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/Transaction.php','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/Transaction.php'),(12942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Treasury/TransactionEntry.php','wp-content/themes/houzez/framework/stripe-php/lib/Treasury/TransactionEntry.php'),(12943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/UsageRecord.php','wp-content/themes/houzez/framework/stripe-php/lib/UsageRecord.php'),(12944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/UsageRecordSummary.php','wp-content/themes/houzez/framework/stripe-php/lib/UsageRecordSummary.php'),(12945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/ApiVersion.php','wp-content/themes/houzez/framework/stripe-php/lib/Util/ApiVersion.php'),(12946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/CaseInsensitiveArray.php','wp-content/themes/houzez/framework/stripe-php/lib/Util/CaseInsensitiveArray.php'),(12947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/DefaultLogger.php','wp-content/themes/houzez/framework/stripe-php/lib/Util/DefaultLogger.php'),(12948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/LoggerInterface.php','wp-content/themes/houzez/framework/stripe-php/lib/Util/LoggerInterface.php'),(12949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/ObjectTypes.php','wp-content/themes/houzez/framework/stripe-php/lib/Util/ObjectTypes.php'),(12950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/RandomGenerator.php','wp-content/themes/houzez/framework/stripe-php/lib/Util/RandomGenerator.php'),(12951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/RequestOptions.php','wp-content/themes/houzez/framework/stripe-php/lib/Util/RequestOptions.php'),(12952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/Set.php','wp-content/themes/houzez/framework/stripe-php/lib/Util/Set.php'),(12953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Util/Util.php','wp-content/themes/houzez/framework/stripe-php/lib/Util/Util.php'),(12954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/Webhook.php','wp-content/themes/houzez/framework/stripe-php/lib/Webhook.php'),(12955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/WebhookEndpoint.php','wp-content/themes/houzez/framework/stripe-php/lib/WebhookEndpoint.php'),(12956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/stripe-php/lib/WebhookSignature.php','wp-content/themes/houzez/framework/stripe-php/lib/WebhookSignature.php'),(12957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/template-hooks.php','wp-content/themes/houzez/framework/template-hooks.php'),(12958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/thumbnails/better-jpgs.php','wp-content/themes/houzez/framework/thumbnails/better-jpgs.php'),(12959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/thumbnails/honor-ssl-for-attachments.php','wp-content/themes/houzez/framework/thumbnails/honor-ssl-for-attachments.php'),(12960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/vc_extend.php','wp-content/themes/houzez/framework/vc_extend.php'),(12961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/about.php','wp-content/themes/houzez/framework/widgets/about.php'),(12962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/advanced-search.php','wp-content/themes/houzez/framework/widgets/advanced-search.php'),(12963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/agency-search.php','wp-content/themes/houzez/framework/widgets/agency-search.php'),(12964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/agents-search.php','wp-content/themes/houzez/framework/widgets/agents-search.php'),(12965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/code-banner.php','wp-content/themes/houzez/framework/widgets/code-banner.php'),(12966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/contact.php','wp-content/themes/houzez/framework/widgets/contact.php'),(12967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/featured-properties.php','wp-content/themes/houzez/framework/widgets/featured-properties.php'),(12968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/houzez-flickr-photos.php','wp-content/themes/houzez/framework/widgets/houzez-flickr-photos.php'),(12969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/houzez-instagram.php','wp-content/themes/houzez/framework/widgets/houzez-instagram.php'),(12970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/houzez-login-widget.php','wp-content/themes/houzez/framework/widgets/houzez-login-widget.php'),(12971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/image-banner-300-250.php','wp-content/themes/houzez/framework/widgets/image-banner-300-250.php'),(12972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/latest-posts.php','wp-content/themes/houzez/framework/widgets/latest-posts.php'),(12973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/mortgage-calculator.php','wp-content/themes/houzez/framework/widgets/mortgage-calculator.php'),(12974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/properties-viewed.php','wp-content/themes/houzez/framework/widgets/properties-viewed.php'),(12975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/properties.php','wp-content/themes/houzez/framework/widgets/properties.php'),(12976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/framework/widgets/property-taxonomies.php','wp-content/themes/houzez/framework/widgets/property-taxonomies.php'),(12977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/functions.php','wp-content/themes/houzez/functions.php'),(12978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/header-before-header-builder-.php','wp-content/themes/houzez/header-before-header-builder-.php'),(12979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/header.php','wp-content/themes/houzez/header.php'),(12980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/Google__G__Logo.svg','wp-content/themes/houzez/img/Google__G__Logo.svg'),(12981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/empty-star.svg','wp-content/themes/houzez/img/empty-star.svg'),(12982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/full-star.svg','wp-content/themes/houzez/img/full-star.svg'),(12983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/half-star.svg','wp-content/themes/houzez/img/half-star.svg'),(12984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/houzez-icon.svg','wp-content/themes/houzez/img/houzez-icon.svg'),(12985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/map/marker-highlight.svg','wp-content/themes/houzez/img/map/marker-highlight.svg'),(12986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/map/marker-plus.svg','wp-content/themes/houzez/img/map/marker-plus.svg'),(12987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/img/map/marker.svg','wp-content/themes/houzez/img/map/marker.svg'),(12988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/blocks/assets/js/blocks-templates.js','wp-content/themes/houzez/inc/blocks/assets/js/blocks-templates.js'),(12989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/blocks/blocks.php','wp-content/themes/houzez/inc/blocks/blocks.php'),(12990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/blocks/class-library-source.php','wp-content/themes/houzez/inc/blocks/class-library-source.php'),(12991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/blocks/class-library.php','wp-content/themes/houzez/inc/blocks/class-library.php'),(12992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/register-scripts.php','wp-content/themes/houzez/inc/register-scripts.php'),(12993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/styling-options.php','wp-content/themes/houzez/inc/styling-options.php'),(12994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/inc/yelpauth/yelpoauth.php','wp-content/themes/houzez/inc/yelpauth/yelpoauth.php'),(12995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/index.php','wp-content/themes/houzez/index.php'),(12996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/admin/houzez-admin-ajax.js','wp-content/themes/houzez/js/admin/houzez-admin-ajax.js'),(12997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/admin/metaboxes-taxonomies.js','wp-content/themes/houzez/js/admin/metaboxes-taxonomies.js'),(12998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/custom.js','wp-content/themes/houzez/js/custom.js'),(12999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/custom.min.js','wp-content/themes/houzez/js/custom.min.js'),(13000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/google-map-properties.js','wp-content/themes/houzez/js/google-map-properties.js'),(13001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/google-map-properties.min.js','wp-content/themes/houzez/js/google-map-properties.min.js'),(13002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/houzez-instant-page.js','wp-content/themes/houzez/js/houzez-instant-page.js'),(13003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/houzez_property-17-Jan-2023.js','wp-content/themes/houzez/js/houzez_property-17-Jan-2023.js'),(13004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/houzez_property.js','wp-content/themes/houzez/js/houzez_property.js'),(13005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/houzez_user_profile.js','wp-content/themes/houzez/js/houzez_user_profile.js'),(13006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/my-test-with-favourite.js','wp-content/themes/houzez/js/my-test-with-favourite.js'),(13007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/osm-properties.js','wp-content/themes/houzez/js/osm-properties.js'),(13008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/osm-properties.min.js','wp-content/themes/houzez/js/osm-properties.min.js'),(13009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/property-carousels.js','wp-content/themes/houzez/js/property-carousels.js'),(13010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/property-carousels.min.js','wp-content/themes/houzez/js/property-carousels.min.js'),(13011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-agent-google-map.js','wp-content/themes/houzez/js/single-agent-google-map.js'),(13012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-agent-osm-map.js','wp-content/themes/houzez/js/single-agent-osm-map.js'),(13013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-property-google-map.js','wp-content/themes/houzez/js/single-property-google-map.js'),(13014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-property-google-map.min.js','wp-content/themes/houzez/js/single-property-google-map.min.js'),(13015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-property-google-overview-map.js','wp-content/themes/houzez/js/single-property-google-overview-map.js'),(13016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-property-osm-map.js','wp-content/themes/houzez/js/single-property-osm-map.js'),(13017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-property-osm-map.min.js','wp-content/themes/houzez/js/single-property-osm-map.min.js'),(13018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/single-property-osm-overview-map.js','wp-content/themes/houzez/js/single-property-osm-overview-map.js'),(13019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/submit-property-google-map.js','wp-content/themes/houzez/js/submit-property-google-map.js'),(13020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/submit-property-osm.js','wp-content/themes/houzez/js/submit-property-osm.js'),(13021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/Chart.min.js','wp-content/themes/houzez/js/vendors/Chart.min.js'),(13022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/all-scripts.js','wp-content/themes/houzez/js/vendors/all-scripts.js'),(13023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootbox.min.js','wp-content/themes/houzez/js/vendors/bootbox.min.js'),(13024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap-datepicker.min.js','wp-content/themes/houzez/js/vendors/bootstrap-datepicker.min.js'),(13025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap-select.js','wp-content/themes/houzez/js/vendors/bootstrap-select.js'),(13026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap-select.js.map','wp-content/themes/houzez/js/vendors/bootstrap-select.js.map'),(13027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap-select.min.js','wp-content/themes/houzez/js/vendors/bootstrap-select.min.js'),(13028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap-select.min.js.map','wp-content/themes/houzez/js/vendors/bootstrap-select.min.js.map'),(13029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.bundle.js','wp-content/themes/houzez/js/vendors/bootstrap.bundle.js'),(13030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.bundle.js.map','wp-content/themes/houzez/js/vendors/bootstrap.bundle.js.map'),(13031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.bundle.min.js','wp-content/themes/houzez/js/vendors/bootstrap.bundle.min.js'),(13032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.bundle.min.js.map','wp-content/themes/houzez/js/vendors/bootstrap.bundle.min.js.map'),(13033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.js','wp-content/themes/houzez/js/vendors/bootstrap.js'),(13034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.js.map','wp-content/themes/houzez/js/vendors/bootstrap.js.map'),(13035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.min.js','wp-content/themes/houzez/js/vendors/bootstrap.min.js'),(13036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/bootstrap.min.js.map','wp-content/themes/houzez/js/vendors/bootstrap.min.js.map'),(13037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/detectmobilebrowser.min.js','wp-content/themes/houzez/js/vendors/detectmobilebrowser.min.js'),(13038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-am_ET.js','wp-content/themes/houzez/js/vendors/i18n/defaults-am_ET.js'),(13039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-am_ET.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-am_ET.js.map'),(13040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-am_ET.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-am_ET.min.js'),(13041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ar_AR.js','wp-content/themes/houzez/js/vendors/i18n/defaults-ar_AR.js'),(13042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ar_AR.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-ar_AR.js.map'),(13043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ar_AR.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-ar_AR.min.js'),(13044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-bg_BG.js','wp-content/themes/houzez/js/vendors/i18n/defaults-bg_BG.js'),(13045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-bg_BG.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-bg_BG.js.map'),(13046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-bg_BG.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-bg_BG.min.js'),(13047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-cs_CZ.js','wp-content/themes/houzez/js/vendors/i18n/defaults-cs_CZ.js'),(13048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-cs_CZ.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-cs_CZ.js.map'),(13049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-cs_CZ.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-cs_CZ.min.js'),(13050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-da_DK.js','wp-content/themes/houzez/js/vendors/i18n/defaults-da_DK.js'),(13051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-da_DK.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-da_DK.js.map'),(13052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-da_DK.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-da_DK.min.js'),(13053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-de_DE.js','wp-content/themes/houzez/js/vendors/i18n/defaults-de_DE.js'),(13054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-de_DE.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-de_DE.js.map'),(13055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-de_DE.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-de_DE.min.js'),(13056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-en_US.js','wp-content/themes/houzez/js/vendors/i18n/defaults-en_US.js'),(13057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-en_US.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-en_US.js.map'),(13058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-en_US.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-en_US.min.js'),(13059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-es_CL.js','wp-content/themes/houzez/js/vendors/i18n/defaults-es_CL.js'),(13060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-es_CL.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-es_CL.js.map'),(13061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-es_CL.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-es_CL.min.js'),(13062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-es_ES.js','wp-content/themes/houzez/js/vendors/i18n/defaults-es_ES.js'),(13063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-es_ES.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-es_ES.js.map'),(13064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-es_ES.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-es_ES.min.js'),(13065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-et_EE.js','wp-content/themes/houzez/js/vendors/i18n/defaults-et_EE.js'),(13066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-et_EE.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-et_EE.js.map'),(13067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-et_EE.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-et_EE.min.js'),(13068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-eu.js','wp-content/themes/houzez/js/vendors/i18n/defaults-eu.js'),(13069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-eu.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-eu.js.map'),(13070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-eu.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-eu.min.js'),(13071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fa_IR.js','wp-content/themes/houzez/js/vendors/i18n/defaults-fa_IR.js'),(13072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fa_IR.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-fa_IR.js.map'),(13073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fa_IR.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-fa_IR.min.js'),(13074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fi_FI.js','wp-content/themes/houzez/js/vendors/i18n/defaults-fi_FI.js'),(13075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fi_FI.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-fi_FI.js.map'),(13076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fi_FI.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-fi_FI.min.js'),(13077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fr_FR.js','wp-content/themes/houzez/js/vendors/i18n/defaults-fr_FR.js'),(13078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fr_FR.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-fr_FR.js.map'),(13079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-fr_FR.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-fr_FR.min.js'),(13080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-hr_HR.js','wp-content/themes/houzez/js/vendors/i18n/defaults-hr_HR.js'),(13081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-hr_HR.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-hr_HR.js.map'),(13082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-hr_HR.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-hr_HR.min.js'),(13083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-hu_HU.js','wp-content/themes/houzez/js/vendors/i18n/defaults-hu_HU.js'),(13084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-hu_HU.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-hu_HU.js.map'),(13085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-hu_HU.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-hu_HU.min.js'),(13086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-id_ID.js','wp-content/themes/houzez/js/vendors/i18n/defaults-id_ID.js'),(13087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-id_ID.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-id_ID.js.map'),(13088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-id_ID.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-id_ID.min.js'),(13089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-it_IT.js','wp-content/themes/houzez/js/vendors/i18n/defaults-it_IT.js'),(13090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-it_IT.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-it_IT.js.map'),(13091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-it_IT.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-it_IT.min.js'),(13092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ja_JP.js','wp-content/themes/houzez/js/vendors/i18n/defaults-ja_JP.js'),(13093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ja_JP.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-ja_JP.js.map'),(13094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ja_JP.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-ja_JP.min.js'),(13095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-kh_KM.js','wp-content/themes/houzez/js/vendors/i18n/defaults-kh_KM.js'),(13096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-kh_KM.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-kh_KM.js.map'),(13097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-kh_KM.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-kh_KM.min.js'),(13098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ko_KR.js','wp-content/themes/houzez/js/vendors/i18n/defaults-ko_KR.js'),(13099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ko_KR.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-ko_KR.js.map'),(13100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ko_KR.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-ko_KR.min.js'),(13101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-lt_LT.js','wp-content/themes/houzez/js/vendors/i18n/defaults-lt_LT.js'),(13102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-lt_LT.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-lt_LT.js.map'),(13103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-lt_LT.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-lt_LT.min.js'),(13104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-lv_LV.js','wp-content/themes/houzez/js/vendors/i18n/defaults-lv_LV.js'),(13105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-lv_LV.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-lv_LV.js.map'),(13106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-lv_LV.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-lv_LV.min.js'),(13107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-nb_NO.js','wp-content/themes/houzez/js/vendors/i18n/defaults-nb_NO.js'),(13108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-nb_NO.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-nb_NO.js.map'),(13109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-nb_NO.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-nb_NO.min.js'),(13110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-nl_NL.js','wp-content/themes/houzez/js/vendors/i18n/defaults-nl_NL.js'),(13111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-nl_NL.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-nl_NL.js.map'),(13112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-nl_NL.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-nl_NL.min.js'),(13113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pl_PL.js','wp-content/themes/houzez/js/vendors/i18n/defaults-pl_PL.js'),(13114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pl_PL.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-pl_PL.js.map'),(13115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pl_PL.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-pl_PL.min.js'),(13116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pt_BR.js','wp-content/themes/houzez/js/vendors/i18n/defaults-pt_BR.js'),(13117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pt_BR.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-pt_BR.js.map'),(13118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pt_BR.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-pt_BR.min.js'),(13119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pt_PT.js','wp-content/themes/houzez/js/vendors/i18n/defaults-pt_PT.js'),(13120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pt_PT.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-pt_PT.js.map'),(13121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-pt_PT.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-pt_PT.min.js'),(13122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ro_RO.js','wp-content/themes/houzez/js/vendors/i18n/defaults-ro_RO.js'),(13123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ro_RO.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-ro_RO.js.map'),(13124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ro_RO.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-ro_RO.min.js'),(13125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ru_RU.js','wp-content/themes/houzez/js/vendors/i18n/defaults-ru_RU.js'),(13126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ru_RU.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-ru_RU.js.map'),(13127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ru_RU.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-ru_RU.min.js'),(13128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sk_SK.js','wp-content/themes/houzez/js/vendors/i18n/defaults-sk_SK.js'),(13129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sk_SK.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-sk_SK.js.map'),(13130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sk_SK.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-sk_SK.min.js'),(13131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sl_SI.js','wp-content/themes/houzez/js/vendors/i18n/defaults-sl_SI.js'),(13132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sl_SI.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-sl_SI.js.map'),(13133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sl_SI.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-sl_SI.min.js'),(13134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sr_SP.js','wp-content/themes/houzez/js/vendors/i18n/defaults-sr_SP.js'),(13135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sr_SP.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-sr_SP.js.map'),(13136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sr_SP.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-sr_SP.min.js'),(13137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sv_SE.js','wp-content/themes/houzez/js/vendors/i18n/defaults-sv_SE.js'),(13138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sv_SE.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-sv_SE.js.map'),(13139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-sv_SE.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-sv_SE.min.js'),(13140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-th_TH.js','wp-content/themes/houzez/js/vendors/i18n/defaults-th_TH.js'),(13141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-th_TH.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-th_TH.js.map'),(13142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-th_TH.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-th_TH.min.js'),(13143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-tr_TR.js','wp-content/themes/houzez/js/vendors/i18n/defaults-tr_TR.js'),(13144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-tr_TR.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-tr_TR.js.map'),(13145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-tr_TR.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-tr_TR.min.js'),(13146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ua_UA.js','wp-content/themes/houzez/js/vendors/i18n/defaults-ua_UA.js'),(13147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ua_UA.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-ua_UA.js.map'),(13148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-ua_UA.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-ua_UA.min.js'),(13149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-vi_VN.js','wp-content/themes/houzez/js/vendors/i18n/defaults-vi_VN.js'),(13150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-vi_VN.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-vi_VN.js.map'),(13151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-vi_VN.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-vi_VN.min.js'),(13152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-zh_CN.js','wp-content/themes/houzez/js/vendors/i18n/defaults-zh_CN.js'),(13153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-zh_CN.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-zh_CN.js.map'),(13154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-zh_CN.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-zh_CN.min.js'),(13155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-zh_TW.js','wp-content/themes/houzez/js/vendors/i18n/defaults-zh_TW.js'),(13156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-zh_TW.js.map','wp-content/themes/houzez/js/vendors/i18n/defaults-zh_TW.js.map'),(13157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/i18n/defaults-zh_TW.min.js','wp-content/themes/houzez/js/vendors/i18n/defaults-zh_TW.min.js'),(13158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/icons.js','wp-content/themes/houzez/js/vendors/icons.js'),(13159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/imagesloaded.pkgd.min.js','wp-content/themes/houzez/js/vendors/imagesloaded.pkgd.min.js'),(13160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/jquery.overlayScrollbars.min.js','wp-content/themes/houzez/js/vendors/jquery.overlayScrollbars.min.js'),(13161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/jquery.validate.js','wp-content/themes/houzez/js/vendors/jquery.validate.js'),(13162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/jquery.validate.min.js','wp-content/themes/houzez/js/vendors/jquery.validate.min.js'),(13163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/jquery.vide.min-min.js','wp-content/themes/houzez/js/vendors/jquery.vide.min-min.js'),(13164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/jquery.vide.min.js','wp-content/themes/houzez/js/vendors/jquery.vide.min.js'),(13165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/leaflet/leaflet.js','wp-content/themes/houzez/js/vendors/leaflet/leaflet.js'),(13166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/leaflet/leaflet.js.map','wp-content/themes/houzez/js/vendors/leaflet/leaflet.js.map'),(13167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/leaflet.js','wp-content/themes/houzez/js/vendors/leaflet.js'),(13168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/leafletCluster/leaflet.markercluster.js','wp-content/themes/houzez/js/vendors/leafletCluster/leaflet.markercluster.js'),(13169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/leafletCluster/leaflet.markercluster.js.map','wp-content/themes/houzez/js/vendors/leafletCluster/leaflet.markercluster.js.map'),(13170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/lightbox.min-min.js','wp-content/themes/houzez/js/vendors/lightbox.min-min.js'),(13171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/lightbox.min.js','wp-content/themes/houzez/js/vendors/lightbox.min.js'),(13172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/lightslider.js','wp-content/themes/houzez/js/vendors/lightslider.js'),(13173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/lightslider.min.js','wp-content/themes/houzez/js/vendors/lightslider.min.js'),(13174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker-en-CA.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker-en-CA.min.js'),(13175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ar-tn.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ar-tn.min.js'),(13176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ar.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ar.min.js'),(13177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.az.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.az.min.js'),(13178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bg.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bg.min.js'),(13179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bm.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bm.min.js'),(13180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bn.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bn.min.js'),(13181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.br.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.br.min.js'),(13182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bs.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.bs.min.js'),(13183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ca.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ca.min.js'),(13184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.cs.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.cs.min.js'),(13185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.cy.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.cy.min.js'),(13186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.da.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.da.min.js'),(13187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.de.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.de.min.js'),(13188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.el.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.el.min.js'),(13189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-AU.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-AU.min.js'),(13190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-CA.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-CA.min.js'),(13191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-GB.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-GB.min.js'),(13192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-IE.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-IE.min.js'),(13193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-NZ.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-NZ.min.js'),(13194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-ZA.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.en-ZA.min.js'),(13195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.eo.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.eo.min.js'),(13196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.es.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.es.min.js'),(13197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.et.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.et.min.js'),(13198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.eu.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.eu.min.js'),(13199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fa.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fa.min.js'),(13200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fi.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fi.min.js'),(13201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fo.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fo.min.js'),(13202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fr-CH.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fr-CH.min.js'),(13203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fr.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.fr.min.js'),(13204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.gl.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.gl.min.js'),(13205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.he.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.he.min.js'),(13206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hi.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hi.min.js'),(13207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hr.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hr.min.js'),(13208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hu.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hu.min.js'),(13209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hy.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.hy.min.js'),(13210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.id.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.id.min.js'),(13211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.is.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.is.min.js'),(13212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.it-CH.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.it-CH.min.js'),(13213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.it.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.it.min.js'),(13214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ja.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ja.min.js'),(13215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ka.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ka.min.js'),(13216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.kh.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.kh.min.js'),(13217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.kk.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.kk.min.js'),(13218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.km.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.km.min.js'),(13219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ko.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ko.min.js'),(13220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.kr.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.kr.min.js'),(13221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.lt.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.lt.min.js'),(13222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.lv.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.lv.min.js'),(13223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.me.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.me.min.js'),(13224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.mk.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.mk.min.js'),(13225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.mn.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.mn.min.js'),(13226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ms.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ms.min.js'),(13227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.nl-BE.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.nl-BE.min.js'),(13228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.nl.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.nl.min.js'),(13229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.no.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.no.min.js'),(13230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.oc.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.oc.min.js'),(13231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.pl.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.pl.min.js'),(13232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.pt-BR.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.pt-BR.min.js'),(13233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.pt.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.pt.min.js'),(13234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ro.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ro.min.js'),(13235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.rs-latin.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.rs-latin.min.js'),(13236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.rs.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.rs.min.js'),(13237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ru.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ru.min.js'),(13238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.si.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.si.min.js'),(13239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sk.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sk.min.js'),(13240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sl.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sl.min.js'),(13241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sq.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sq.min.js'),(13242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sr-latin.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sr-latin.min.js'),(13243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sr.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sr.min.js'),(13244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sv.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sv.min.js'),(13245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sw.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.sw.min.js'),(13246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ta.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.ta.min.js'),(13247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.tg.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.tg.min.js'),(13248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.th.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.th.min.js'),(13249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.tk.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.tk.min.js'),(13250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.tr.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.tr.min.js'),(13251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.uk.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.uk.min.js'),(13252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.uz-cyrl.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.uz-cyrl.min.js'),(13253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.uz-latn.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.uz-latn.min.js'),(13254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.vi.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.vi.min.js'),(13255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.zh-CN.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.zh-CN.min.js'),(13256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.zh-TW.min.js','wp-content/themes/houzez/js/vendors/locales/bootstrap-datepicker.zh-TW.min.js'),(13257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/markerclusterer.min.js','wp-content/themes/houzez/js/vendors/markerclusterer.min.js'),(13258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/modernizr.custom-min.js','wp-content/themes/houzez/js/vendors/modernizr.custom-min.js'),(13259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/modernizr.custom.js','wp-content/themes/houzez/js/vendors/modernizr.custom.js'),(13260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/oms.js','wp-content/themes/houzez/js/vendors/oms.js'),(13261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/oms.min.js','wp-content/themes/houzez/js/vendors/oms.min.js'),(13262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/parallax-background.min-min.js','wp-content/themes/houzez/js/vendors/parallax-background.min-min.js'),(13263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/parallax-background.min.js','wp-content/themes/houzez/js/vendors/parallax-background.min.js'),(13264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/photoswipe-ui-default.min.js','wp-content/themes/houzez/js/vendors/photoswipe-ui-default.min.js'),(13265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/photoswipe.min.js','wp-content/themes/houzez/js/vendors/photoswipe.min.js'),(13266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/popper.min.js','wp-content/themes/houzez/js/vendors/popper.min.js'),(13267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/richmarker-compiled.js','wp-content/themes/houzez/js/vendors/richmarker-compiled.js'),(13268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/slick.min-min.js','wp-content/themes/houzez/js/vendors/slick.min-min.js'),(13269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/slick.min.js','wp-content/themes/houzez/js/vendors/slick.min.js'),(13270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/slideout.min-min.js','wp-content/themes/houzez/js/vendors/slideout.min-min.js'),(13271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/slideout.min.js','wp-content/themes/houzez/js/vendors/slideout.min.js'),(13272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/js/vendors/theia-sticky-sidebar.min.js','wp-content/themes/houzez/js/vendors/theia-sticky-sidebar.min.js'),(13273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/localization.php','wp-content/themes/houzez/localization.php'),(13274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/page.php','wp-content/themes/houzez/page.php'),(13275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/address.php','wp-content/themes/houzez/property-details/address.php'),(13276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/adsense-space-1.php','wp-content/themes/houzez/property-details/adsense-space-1.php'),(13277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/adsense-space-2.php','wp-content/themes/houzez/property-details/adsense-space-2.php'),(13278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/adsense-space-3.php','wp-content/themes/houzez/property-details/adsense-space-3.php'),(13279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/agent-form-bottom.php','wp-content/themes/houzez/property-details/agent-form-bottom.php'),(13280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/agent-form-tabs.php','wp-content/themes/houzez/property-details/agent-form-tabs.php'),(13281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/agent-form.php','wp-content/themes/houzez/property-details/agent-form.php'),(13282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/availability-calendar.php','wp-content/themes/houzez/property-details/availability-calendar.php'),(13283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/block-gallery.php','wp-content/themes/houzez/property-details/block-gallery.php'),(13284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/description.php','wp-content/themes/houzez/property-details/description.php'),(13285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/detail.php','wp-content/themes/houzez/property-details/detail.php'),(13286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/energy.php','wp-content/themes/houzez/property-details/energy.php'),(13287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/features.php','wp-content/themes/houzez/property-details/features.php'),(13288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/floor-plans.php','wp-content/themes/houzez/property-details/floor-plans.php'),(13289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/lightbox.php','wp-content/themes/houzez/property-details/lightbox.php'),(13290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/address.php','wp-content/themes/houzez/property-details/luxury-homes/address.php'),(13291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/agent.php','wp-content/themes/houzez/property-details/luxury-homes/agent.php'),(13292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/availability-calendar.php','wp-content/themes/houzez/property-details/luxury-homes/availability-calendar.php'),(13293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/description-detail.php','wp-content/themes/houzez/property-details/luxury-homes/description-detail.php'),(13294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/energy-class.php','wp-content/themes/houzez/property-details/luxury-homes/energy-class.php'),(13295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/features.php','wp-content/themes/houzez/property-details/luxury-homes/features.php'),(13296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/floor-plans.php','wp-content/themes/houzez/property-details/luxury-homes/floor-plans.php'),(13297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/gallery.php','wp-content/themes/houzez/property-details/luxury-homes/gallery.php'),(13298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/mortgage-calculator.php','wp-content/themes/houzez/property-details/luxury-homes/mortgage-calculator.php'),(13299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/schedule-a-tour-v2.php','wp-content/themes/houzez/property-details/luxury-homes/schedule-a-tour-v2.php'),(13300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/schedule-a-tour.php','wp-content/themes/houzez/property-details/luxury-homes/schedule-a-tour.php'),(13301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/sub-listing-main.php','wp-content/themes/houzez/property-details/luxury-homes/sub-listing-main.php'),(13302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/sub-listings-table.php','wp-content/themes/houzez/property-details/luxury-homes/sub-listings-table.php'),(13303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/sub-listings.php','wp-content/themes/houzez/property-details/luxury-homes/sub-listings.php'),(13304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/video.php','wp-content/themes/houzez/property-details/luxury-homes/video.php'),(13305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/virtual-tour.php','wp-content/themes/houzez/property-details/luxury-homes/virtual-tour.php'),(13306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/walkscore.php','wp-content/themes/houzez/property-details/luxury-homes/walkscore.php'),(13307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/luxury-homes/yelp-nearby.php','wp-content/themes/houzez/property-details/luxury-homes/yelp-nearby.php'),(13308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/mobile-property-contact.php','wp-content/themes/houzez/property-details/mobile-property-contact.php'),(13309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/mobile-view.php','wp-content/themes/houzez/property-details/mobile-view.php'),(13310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/mortgage-calculator.php','wp-content/themes/houzez/property-details/mortgage-calculator.php'),(13311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/navigation.php','wp-content/themes/houzez/property-details/navigation.php'),(13312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/next-prev.php','wp-content/themes/houzez/property-details/next-prev.php'),(13313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/overview-v2.php','wp-content/themes/houzez/property-details/overview-v2.php'),(13314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/overview.php','wp-content/themes/houzez/property-details/overview.php'),(13315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/address-data.php','wp-content/themes/houzez/property-details/partials/address-data.php'),(13316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/banner-nav.php','wp-content/themes/houzez/property-details/partials/banner-nav.php'),(13317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/calendar.php','wp-content/themes/houzez/property-details/partials/calendar.php'),(13318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/details.php','wp-content/themes/houzez/property-details/partials/details.php'),(13319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/energy-class.php','wp-content/themes/houzez/property-details/partials/energy-class.php'),(13320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/expired.php','wp-content/themes/houzez/property-details/partials/expired.php'),(13321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/features.php','wp-content/themes/houzez/property-details/partials/features.php'),(13322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/gallery-variable-width.php','wp-content/themes/houzez/property-details/partials/gallery-variable-width.php'),(13323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/gallery.php','wp-content/themes/houzez/property-details/partials/gallery.php'),(13324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/image-count.php','wp-content/themes/houzez/property-details/partials/image-count.php'),(13325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/item-address.php','wp-content/themes/houzez/property-details/partials/item-address.php'),(13326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/item-labels-mobile.php','wp-content/themes/houzez/property-details/partials/item-labels-mobile.php'),(13327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/item-labels.php','wp-content/themes/houzez/property-details/partials/item-labels.php'),(13328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/item-price.php','wp-content/themes/houzez/property-details/partials/item-price.php'),(13329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/login_required.php','wp-content/themes/houzez/property-details/partials/login_required.php'),(13330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/map.php','wp-content/themes/houzez/property-details/partials/map.php'),(13331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/media-tabs.php','wp-content/themes/houzez/property-details/partials/media-tabs.php'),(13332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/mortgage-calculator.php','wp-content/themes/houzez/property-details/partials/mortgage-calculator.php'),(13333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/area-size.php','wp-content/themes/houzez/property-details/partials/overview/area-size.php'),(13334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/bathrooms.php','wp-content/themes/houzez/property-details/partials/overview/bathrooms.php'),(13335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/bedrooms.php','wp-content/themes/houzez/property-details/partials/overview/bedrooms.php'),(13336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/garage.php','wp-content/themes/houzez/property-details/partials/overview/garage.php'),(13337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/land-area.php','wp-content/themes/houzez/property-details/partials/overview/land-area.php'),(13338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/property-id.php','wp-content/themes/houzez/property-details/partials/overview/property-id.php'),(13339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/rooms.php','wp-content/themes/houzez/property-details/partials/overview/rooms.php'),(13340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/type.php','wp-content/themes/houzez/property-details/partials/overview/type.php'),(13341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview/year-built.php','wp-content/themes/houzez/property-details/partials/overview/year-built.php'),(13342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/overview-data.php','wp-content/themes/houzez/property-details/partials/overview-data.php'),(13343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/schedule-tour-form-v2.php','wp-content/themes/houzez/property-details/partials/schedule-tour-form-v2.php'),(13344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/schedule-tour-form.php','wp-content/themes/houzez/property-details/partials/schedule-tour-form.php'),(13345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/share.php','wp-content/themes/houzez/property-details/partials/share.php'),(13346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/title-mobile.php','wp-content/themes/houzez/property-details/partials/title-mobile.php'),(13347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/title.php','wp-content/themes/houzez/property-details/partials/title.php'),(13348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/tools.php','wp-content/themes/houzez/property-details/partials/tools.php'),(13349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/partials/yelp.php','wp-content/themes/houzez/property-details/partials/yelp.php'),(13350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/photoswipe.php','wp-content/themes/houzez/property-details/photoswipe.php'),(13351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/property-title.php','wp-content/themes/houzez/property-details/property-title.php'),(13352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/reviews.php','wp-content/themes/houzez/property-details/reviews.php'),(13353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/schedule-a-tour-v2.php','wp-content/themes/houzez/property-details/schedule-a-tour-v2.php'),(13354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/schedule-a-tour.php','wp-content/themes/houzez/property-details/schedule-a-tour.php'),(13355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/similar-properties.php','wp-content/themes/houzez/property-details/similar-properties.php'),(13356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/single-property-luxury-homes.php','wp-content/themes/houzez/property-details/single-property-luxury-homes.php'),(13357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/single-property-simple.php','wp-content/themes/houzez/property-details/single-property-simple.php'),(13358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/single-property-tabs-vertical.php','wp-content/themes/houzez/property-details/single-property-tabs-vertical.php'),(13359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/single-property-tabs.php','wp-content/themes/houzez/property-details/single-property-tabs.php'),(13360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/sub-listing-main.php','wp-content/themes/houzez/property-details/sub-listing-main.php'),(13361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/sub-listings-table.php','wp-content/themes/houzez/property-details/sub-listings-table.php'),(13362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/sub-listings.php','wp-content/themes/houzez/property-details/sub-listings.php'),(13363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/top-area-v1.php','wp-content/themes/houzez/property-details/top-area-v1.php'),(13364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/top-area-v2.php','wp-content/themes/houzez/property-details/top-area-v2.php'),(13365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/top-area-v3-4.php','wp-content/themes/houzez/property-details/top-area-v3-4.php'),(13366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/top-area-v5.php','wp-content/themes/houzez/property-details/top-area-v5.php'),(13367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/top-area-v6.php','wp-content/themes/houzez/property-details/top-area-v6.php'),(13368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/top-area-v7.php','wp-content/themes/houzez/property-details/top-area-v7.php'),(13369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/video.php','wp-content/themes/houzez/property-details/video.php'),(13370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/virtual-tour.php','wp-content/themes/houzez/property-details/virtual-tour.php'),(13371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/walkscore.php','wp-content/themes/houzez/property-details/walkscore.php'),(13372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/property-details/yelp-nearby.php','wp-content/themes/houzez/property-details/yelp-nearby.php'),(13373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/searchform.php','wp-content/themes/houzez/searchform.php'),(13374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/sidebar-agencies.php','wp-content/themes/houzez/sidebar-agencies.php'),(13375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/sidebar-houzez_agents.php','wp-content/themes/houzez/sidebar-houzez_agents.php'),(13376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/sidebar-property.php','wp-content/themes/houzez/sidebar-property.php'),(13377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/sidebar.php','wp-content/themes/houzez/sidebar.php'),(13378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/single-favethemes-blocks.php','wp-content/themes/houzez/single-favethemes-blocks.php'),(13379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/single-houzez_agency.php','wp-content/themes/houzez/single-houzez_agency.php'),(13380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/single-houzez_agent.php','wp-content/themes/houzez/single-houzez_agent.php'),(13381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/single-property.php','wp-content/themes/houzez/single-property.php'),(13382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/single.php','wp-content/themes/houzez/single.php'),(13383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_area.php','wp-content/themes/houzez/taxonomy-property_area.php'),(13384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_city.php','wp-content/themes/houzez/taxonomy-property_city.php'),(13385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_country.php','wp-content/themes/houzez/taxonomy-property_country.php'),(13386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_feature.php','wp-content/themes/houzez/taxonomy-property_feature.php'),(13387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_label.php','wp-content/themes/houzez/taxonomy-property_label.php'),(13388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_state.php','wp-content/themes/houzez/taxonomy-property_state.php'),(13389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_status.php','wp-content/themes/houzez/taxonomy-property_status.php'),(13390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/taxonomy-property_type.php','wp-content/themes/houzez/taxonomy-property_type.php'),(13391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/blog-masonry.php','wp-content/themes/houzez/template/blog-masonry.php'),(13392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/properties-parallax.php','wp-content/themes/houzez/template/properties-parallax.php'),(13393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/property-listings-map.php','wp-content/themes/houzez/template/property-listings-map.php'),(13394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/reset_password.php','wp-content/themes/houzez/template/reset_password.php'),(13395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-agencies.php','wp-content/themes/houzez/template/template-agencies.php'),(13396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-agents.php','wp-content/themes/houzez/template/template-agents.php'),(13397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-compare.php','wp-content/themes/houzez/template/template-compare.php'),(13398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-homepage.php','wp-content/themes/houzez/template/template-homepage.php'),(13399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-idx.php','wp-content/themes/houzez/template/template-idx.php'),(13400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v1-fullwidth-2cols.php','wp-content/themes/houzez/template/template-listing-grid-v1-fullwidth-2cols.php'),(13401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v1-fullwidth-3cols.php','wp-content/themes/houzez/template/template-listing-grid-v1-fullwidth-3cols.php'),(13402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v1-fullwidth-4cols.php','wp-content/themes/houzez/template/template-listing-grid-v1-fullwidth-4cols.php'),(13403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v1-infinite.php','wp-content/themes/houzez/template/template-listing-grid-v1-infinite.php'),(13404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v1.php','wp-content/themes/houzez/template/template-listing-grid-v1.php'),(13405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v2-fullwidth-2cols.php','wp-content/themes/houzez/template/template-listing-grid-v2-fullwidth-2cols.php'),(13406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v2-fullwidth-3cols.php','wp-content/themes/houzez/template/template-listing-grid-v2-fullwidth-3cols.php'),(13407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v2-fullwidth-4cols.php','wp-content/themes/houzez/template/template-listing-grid-v2-fullwidth-4cols.php'),(13408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v2.php','wp-content/themes/houzez/template/template-listing-grid-v2.php'),(13409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v3-fullwidth-2cols.php','wp-content/themes/houzez/template/template-listing-grid-v3-fullwidth-2cols.php'),(13410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v3-fullwidth-3cols.php','wp-content/themes/houzez/template/template-listing-grid-v3-fullwidth-3cols.php'),(13411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v3.php','wp-content/themes/houzez/template/template-listing-grid-v3.php'),(13412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v4.php','wp-content/themes/houzez/template/template-listing-grid-v4.php'),(13413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v5-fullwidth-2cols.php','wp-content/themes/houzez/template/template-listing-grid-v5-fullwidth-2cols.php'),(13414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v5-fullwidth-3cols.php','wp-content/themes/houzez/template/template-listing-grid-v5-fullwidth-3cols.php'),(13415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v5.php','wp-content/themes/houzez/template/template-listing-grid-v5.php'),(13416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v6-fullwidth-2cols.php','wp-content/themes/houzez/template/template-listing-grid-v6-fullwidth-2cols.php'),(13417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v6-fullwidth-3cols.php','wp-content/themes/houzez/template/template-listing-grid-v6-fullwidth-3cols.php'),(13418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v6.php','wp-content/themes/houzez/template/template-listing-grid-v6.php'),(13419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v7-fullwidth-2cols.php','wp-content/themes/houzez/template/template-listing-grid-v7-fullwidth-2cols.php'),(13420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v7-fullwidth-3cols.php','wp-content/themes/houzez/template/template-listing-grid-v7-fullwidth-3cols.php'),(13421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v7-fullwidth-4cols.php','wp-content/themes/houzez/template/template-listing-grid-v7-fullwidth-4cols.php'),(13422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-grid-v7.php','wp-content/themes/houzez/template/template-listing-grid-v7.php'),(13423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v1-fullwidth.php','wp-content/themes/houzez/template/template-listing-list-v1-fullwidth.php'),(13424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v1.php','wp-content/themes/houzez/template/template-listing-list-v1.php'),(13425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v2-fullwidth.php','wp-content/themes/houzez/template/template-listing-list-v2-fullwidth.php'),(13426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v2.php','wp-content/themes/houzez/template/template-listing-list-v2.php'),(13427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v4.php','wp-content/themes/houzez/template/template-listing-list-v4.php'),(13428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v5-fullwidth.php','wp-content/themes/houzez/template/template-listing-list-v5-fullwidth.php'),(13429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v5.php','wp-content/themes/houzez/template/template-listing-list-v5.php'),(13430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v7-fullwidth.php','wp-content/themes/houzez/template/template-listing-list-v7-fullwidth.php'),(13431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-listing-list-v7.php','wp-content/themes/houzez/template/template-listing-list-v7.php'),(13432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-login.php','wp-content/themes/houzez/template/template-login.php'),(13433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-onepage.php','wp-content/themes/houzez/template/template-onepage.php'),(13434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-packages.php','wp-content/themes/houzez/template/template-packages.php'),(13435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-page.php','wp-content/themes/houzez/template/template-page.php'),(13436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-payment.php','wp-content/themes/houzez/template/template-payment.php'),(13437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-paypal-ipn.php','wp-content/themes/houzez/template/template-paypal-ipn.php'),(13438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-search.php','wp-content/themes/houzez/template/template-search.php'),(13439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-splash.php','wp-content/themes/houzez/template/template-splash.php'),(13440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-stripe-charge.php','wp-content/themes/houzez/template/template-stripe-charge.php'),(13441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/template-thankyou.php','wp-content/themes/houzez/template/template-thankyou.php'),(13442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/test.php','wp-content/themes/houzez/template/test.php'),(13443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_crm.php','wp-content/themes/houzez/template/user_dashboard_crm.php'),(13444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_favorites.php','wp-content/themes/houzez/template/user_dashboard_favorites.php'),(13445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_gdpr.php','wp-content/themes/houzez/template/user_dashboard_gdpr.php'),(13446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_insight.php','wp-content/themes/houzez/template/user_dashboard_insight.php'),(13447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_invoices.php','wp-content/themes/houzez/template/user_dashboard_invoices.php'),(13448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_membership.php','wp-content/themes/houzez/template/user_dashboard_membership.php'),(13449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_messages.php','wp-content/themes/houzez/template/user_dashboard_messages.php'),(13450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_profile.php','wp-content/themes/houzez/template/user_dashboard_profile.php'),(13451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_properties.php','wp-content/themes/houzez/template/user_dashboard_properties.php'),(13452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_saved_search.php','wp-content/themes/houzez/template/user_dashboard_saved_search.php'),(13453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template/user_dashboard_submit.php','wp-content/themes/houzez/template/user_dashboard_submit.php'),(13454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/main.php','wp-content/themes/houzez/template-parts/banners/main.php'),(13455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/map.php','wp-content/themes/houzez/template-parts/banners/map.php'),(13456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/parallax.php','wp-content/themes/houzez/template-parts/banners/parallax.php'),(13457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/partials/caption.php','wp-content/themes/houzez/template-parts/banners/partials/caption.php'),(13458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/partials/slider-item.php','wp-content/themes/houzez/template-parts/banners/partials/slider-item.php'),(13459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/property-slider.php','wp-content/themes/houzez/template-parts/banners/property-slider.php'),(13460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/revolution-slider.php','wp-content/themes/houzez/template-parts/banners/revolution-slider.php'),(13461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/banners/video.php','wp-content/themes/houzez/template-parts/banners/video.php'),(13462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/blog-post.php','wp-content/themes/houzez/template-parts/blog/blog-post.php'),(13463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/masonry-post.php','wp-content/themes/houzez/template-parts/blog/masonry-post.php'),(13464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/meta.php','wp-content/themes/houzez/template-parts/blog/meta.php'),(13465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/next-prev-post.php','wp-content/themes/houzez/template-parts/blog/next-prev-post.php'),(13466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/post-author.php','wp-content/themes/houzez/template-parts/blog/post-author.php'),(13467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/related-posts.php','wp-content/themes/houzez/template-parts/blog/related-posts.php'),(13468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/blog/tags.php','wp-content/themes/houzez/template-parts/blog/tags.php'),(13469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/common-taxonomy.php','wp-content/themes/houzez/template-parts/common-taxonomy.php'),(13470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/agents/add-agent.php','wp-content/themes/houzez/template-parts/dashboard/agents/add-agent.php'),(13471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/agents/main.php','wp-content/themes/houzez/template-parts/dashboard/agents/main.php'),(13472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/activities.php','wp-content/themes/houzez/template-parts/dashboard/board/activities.php'),(13473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/deals/deal-item.php','wp-content/themes/houzez/template-parts/dashboard/board/deals/deal-item.php'),(13474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/deals/main.php','wp-content/themes/houzez/template-parts/dashboard/board/deals/main.php'),(13475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/deals/new-deal-panel.php','wp-content/themes/houzez/template-parts/dashboard/board/deals/new-deal-panel.php'),(13476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/enquires/add-new-enquiry.php','wp-content/themes/houzez/template-parts/dashboard/board/enquires/add-new-enquiry.php'),(13477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/enquires/enquires.php','wp-content/themes/houzez/template-parts/dashboard/board/enquires/enquires.php'),(13478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/enquires/enquiry-detail.php','wp-content/themes/houzez/template-parts/dashboard/board/enquires/enquiry-detail.php'),(13479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/enquires/enquiry-info.php','wp-content/themes/houzez/template-parts/dashboard/board/enquires/enquiry-info.php'),(13480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/enquires/main.php','wp-content/themes/houzez/template-parts/dashboard/board/enquires/main.php'),(13481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/import.php','wp-content/themes/houzez/template-parts/dashboard/board/leads/import.php'),(13482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/lead-detail.php','wp-content/themes/houzez/template-parts/dashboard/board/leads/lead-detail.php'),(13483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/lead-info.php','wp-content/themes/houzez/template-parts/dashboard/board/leads/lead-info.php'),(13484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/listing-viewed.php','wp-content/themes/houzez/template-parts/dashboard/board/leads/listing-viewed.php'),(13485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/main.php','wp-content/themes/houzez/template-parts/dashboard/board/leads/main.php'),(13486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/new-lead-panel.php','wp-content/themes/houzez/template-parts/dashboard/board/leads/new-lead-panel.php'),(13487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/saved-search-item.php','wp-content/themes/houzez/template-parts/dashboard/board/leads/saved-search-item.php'),(13488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/leads/saved-searches.php','wp-content/themes/houzez/template-parts/dashboard/board/leads/saved-searches.php'),(13489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/match-listings.php','wp-content/themes/houzez/template-parts/dashboard/board/match-listings.php'),(13490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/notes.php','wp-content/themes/houzez/template-parts/dashboard/board/notes.php'),(13491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/board/records-html.php','wp-content/themes/houzez/template-parts/dashboard/board/records-html.php'),(13492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/dashboard-footer.php','wp-content/themes/houzez/template-parts/dashboard/dashboard-footer.php'),(13493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/dashboard-menu.php','wp-content/themes/houzez/template-parts/dashboard/dashboard-menu.php'),(13494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/dashboard-snake-nav.php','wp-content/themes/houzez/template-parts/dashboard/dashboard-snake-nav.php'),(13495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/invoice/detail.php','wp-content/themes/houzez/template-parts/dashboard/invoice/detail.php'),(13496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/invoice/invoice-item.php','wp-content/themes/houzez/template-parts/dashboard/invoice/invoice-item.php'),(13497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/messages/message-detail.php','wp-content/themes/houzez/template-parts/dashboard/messages/message-detail.php'),(13498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/messages/messages.php','wp-content/themes/houzez/template-parts/dashboard/messages/messages.php'),(13499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/modal-save-as-draft.php','wp-content/themes/houzez/template-parts/dashboard/modal-save-as-draft.php'),(13500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/currency.php','wp-content/themes/houzez/template-parts/dashboard/profile/currency.php'),(13501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/delete-account.php','wp-content/themes/houzez/template-parts/dashboard/profile/delete-account.php'),(13502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/information.php','wp-content/themes/houzez/template-parts/dashboard/profile/information.php'),(13503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/package.php','wp-content/themes/houzez/template-parts/dashboard/profile/package.php'),(13504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/password.php','wp-content/themes/houzez/template-parts/dashboard/profile/password.php'),(13505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/photo.php','wp-content/themes/houzez/template-parts/dashboard/profile/photo.php'),(13506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/profile.php','wp-content/themes/houzez/template-parts/dashboard/profile/profile.php'),(13507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/role.php','wp-content/themes/houzez/template-parts/dashboard/profile/role.php'),(13508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/profile/social.php','wp-content/themes/houzez/template-parts/dashboard/profile/social.php'),(13509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/property/favorite-item.php','wp-content/themes/houzez/template-parts/dashboard/property/favorite-item.php'),(13510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/property/property-item.php','wp-content/themes/houzez/template-parts/dashboard/property/property-item.php'),(13511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/property/search.php','wp-content/themes/houzez/template-parts/dashboard/property/search.php'),(13512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/saved-search-item.php','wp-content/themes/houzez/template-parts/dashboard/saved-search-item.php'),(13513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/side-wrap.php','wp-content/themes/houzez/template-parts/dashboard/side-wrap.php'),(13514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/24-hours-chart.php','wp-content/themes/houzez/template-parts/dashboard/statistics/24-hours-chart.php'),(13515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/30-days-chart.php','wp-content/themes/houzez/template-parts/dashboard/statistics/30-days-chart.php'),(13516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/7-days-chart.php','wp-content/themes/houzez/template-parts/dashboard/statistics/7-days-chart.php'),(13517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/chart.php','wp-content/themes/houzez/template-parts/dashboard/statistics/chart.php'),(13518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/devices.php','wp-content/themes/houzez/template-parts/dashboard/statistics/devices.php'),(13519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/filter.php','wp-content/themes/houzez/template-parts/dashboard/statistics/filter.php'),(13520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/referrals.php','wp-content/themes/houzez/template-parts/dashboard/statistics/referrals.php'),(13521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/statistic-deals.php','wp-content/themes/houzez/template-parts/dashboard/statistics/statistic-deals.php'),(13522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/statistic-leads.php','wp-content/themes/houzez/template-parts/dashboard/statistics/statistic-leads.php'),(13523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/top-browsers.php','wp-content/themes/houzez/template-parts/dashboard/statistics/top-browsers.php'),(13524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/top-countries.php','wp-content/themes/houzez/template-parts/dashboard/statistics/top-countries.php'),(13525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/top-platforms.php','wp-content/themes/houzez/template-parts/dashboard/statistics/top-platforms.php'),(13526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/unique-views.php','wp-content/themes/houzez/template-parts/dashboard/statistics/unique-views.php'),(13527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/statistics/views.php','wp-content/themes/houzez/template-parts/dashboard/statistics/views.php'),(13528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/360-virtual-tour.php','wp-content/themes/houzez/template-parts/dashboard/submit/360-virtual-tour.php'),(13529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/account.php','wp-content/themes/houzez/template-parts/dashboard/submit/account.php'),(13530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/attachments.php','wp-content/themes/houzez/template-parts/dashboard/submit/attachments.php'),(13531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/contact-information.php','wp-content/themes/houzez/template-parts/dashboard/submit/contact-information.php'),(13532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/description-and-price.php','wp-content/themes/houzez/template-parts/dashboard/submit/description-and-price.php'),(13533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/details.php','wp-content/themes/houzez/template-parts/dashboard/submit/details.php'),(13534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/edit-property-form.php','wp-content/themes/houzez/template-parts/dashboard/submit/edit-property-form.php'),(13535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/energy-class.php','wp-content/themes/houzez/template-parts/dashboard/submit/energy-class.php'),(13536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/features.php','wp-content/themes/houzez/template-parts/dashboard/submit/features.php'),(13537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/floor-plans.php','wp-content/themes/houzez/template-parts/dashboard/submit/floor-plans.php'),(13538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/additional-details.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/additional-details.php'),(13539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/address.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/address.php'),(13540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/after-price-label.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/after-price-label.php'),(13541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/area-size-unit.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/area-size-unit.php'),(13542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/area-size.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/area-size.php'),(13543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/area.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/area.php'),(13544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/baths.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/baths.php'),(13545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/beds.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/beds.php'),(13546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/city.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/city.php'),(13547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/contact-info.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/contact-info.php'),(13548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/country.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/country.php'),(13549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/currency.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/currency.php'),(13550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/description.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/description.php'),(13551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-building.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-building.php'),(13552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-class.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-class.php'),(13553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-global-index.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-global-index.php'),(13554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-renewable-index.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/energy-renewable-index.php'),(13555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/epc-current-rating.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/epc-current-rating.php'),(13556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/epc-potential-rating.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/epc-potential-rating.php'),(13557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/features-v2.5.2.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/features-v2.5.2.php'),(13558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/features.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/features.php'),(13559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/garage-size.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/garage-size.php'),(13560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/garage.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/garage.php'),(13561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/label.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/label.php'),(13562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/land-area-unit.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/land-area-unit.php'),(13563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/land-area.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/land-area.php'),(13564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/latitude.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/latitude.php'),(13565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/longitude.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/longitude.php'),(13566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/price-placeholder.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/price-placeholder.php'),(13567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/price-prefix.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/price-prefix.php'),(13568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/private-note.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/private-note.php'),(13569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/property-id.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/property-id.php'),(13570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/rooms.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/rooms.php'),(13571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/sale-price-old.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/sale-price-old.php'),(13572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/sale-price.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/sale-price.php'),(13573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/second-price.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/second-price.php'),(13574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/state.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/state.php'),(13575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/status.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/status.php'),(13576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/street-view.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/street-view.php'),(13577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/title.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/title.php'),(13578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/type.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/type.php'),(13579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/video.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/video.php'),(13580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/virtual-tour.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/virtual-tour.php'),(13581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/year.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/year.php'),(13582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/zip.php','wp-content/themes/houzez/template-parts/dashboard/submit/form-fields/zip.php'),(13583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/gdpr.php','wp-content/themes/houzez/template-parts/dashboard/submit/gdpr.php'),(13584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/location.php','wp-content/themes/houzez/template-parts/dashboard/submit/location.php'),(13585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/media.php','wp-content/themes/houzez/template-parts/dashboard/submit/media.php'),(13586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/partials/author-mobile.php','wp-content/themes/houzez/template-parts/dashboard/submit/partials/author-mobile.php'),(13587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/partials/author.php','wp-content/themes/houzez/template-parts/dashboard/submit/partials/author.php'),(13588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/partials/login-required.php','wp-content/themes/houzez/template-parts/dashboard/submit/partials/login-required.php'),(13589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/partials/menu-edit-property-mobile.php','wp-content/themes/houzez/template-parts/dashboard/submit/partials/menu-edit-property-mobile.php'),(13590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/partials/menu-edit-property.php','wp-content/themes/houzez/template-parts/dashboard/submit/partials/menu-edit-property.php'),(13591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/partials/snake-nav.php','wp-content/themes/houzez/template-parts/dashboard/submit/partials/snake-nav.php'),(13592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/private-note.php','wp-content/themes/houzez/template-parts/dashboard/submit/private-note.php'),(13593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/property-search.php','wp-content/themes/houzez/template-parts/dashboard/submit/property-search.php'),(13594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/settings.php','wp-content/themes/houzez/template-parts/dashboard/submit/settings.php'),(13595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/sub-properties.php','wp-content/themes/houzez/template-parts/dashboard/submit/sub-properties.php'),(13596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/dashboard/submit/submit-property-form.php','wp-content/themes/houzez/template-parts/dashboard/submit/submit-property-form.php'),(13597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/back-to-top.php','wp-content/themes/houzez/template-parts/footer/back-to-top.php'),(13598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/copy-rights.php','wp-content/themes/houzez/template-parts/footer/copy-rights.php'),(13599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/footer-bottom-v1.php','wp-content/themes/houzez/template-parts/footer/footer-bottom-v1.php'),(13600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/footer-bottom-v2.php','wp-content/themes/houzez/template-parts/footer/footer-bottom-v2.php'),(13601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/footer-bottom-v3.php','wp-content/themes/houzez/template-parts/footer/footer-bottom-v3.php'),(13602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/footer-bottom-v4.php','wp-content/themes/houzez/template-parts/footer/footer-bottom-v4.php'),(13603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/footer.php','wp-content/themes/houzez/template-parts/footer/footer.php'),(13604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/logo.php','wp-content/themes/houzez/template-parts/footer/logo.php'),(13605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/main.php','wp-content/themes/houzez/template-parts/footer/main.php'),(13606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/nav.php','wp-content/themes/houzez/template-parts/footer/nav.php'),(13607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/footer/social.php','wp-content/themes/houzez/template-parts/footer/social.php'),(13608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/google-reCaptcha.php','wp-content/themes/houzez/template-parts/google-reCaptcha.php'),(13609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/half-map-search-results.php','wp-content/themes/houzez/template-parts/half-map-search-results.php'),(13610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-1.php','wp-content/themes/houzez/template-parts/header/header-1.php'),(13611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-2.php','wp-content/themes/houzez/template-parts/header/header-2.php'),(13612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-3.php','wp-content/themes/houzez/template-parts/header/header-3.php'),(13613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-4.php','wp-content/themes/houzez/template-parts/header/header-4.php'),(13614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-5.php','wp-content/themes/houzez/template-parts/header/header-5.php'),(13615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-6.php','wp-content/themes/houzez/template-parts/header/header-6.php'),(13616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/header-mobile.php','wp-content/themes/houzez/template-parts/header/header-mobile.php'),(13617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/main.php','wp-content/themes/houzez/template-parts/header/main.php'),(13618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/nav-mobile.php','wp-content/themes/houzez/template-parts/header/nav-mobile.php'),(13619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/contact-info.php','wp-content/themes/houzez/template-parts/header/partials/contact-info.php'),(13620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/favicon.php','wp-content/themes/houzez/template-parts/header/partials/favicon.php'),(13621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/logged-in-nav-ele.php','wp-content/themes/houzez/template-parts/header/partials/logged-in-nav-ele.php'),(13622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/logged-in-nav.php','wp-content/themes/houzez/template-parts/header/partials/logged-in-nav.php'),(13623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/login-register-mobile.php','wp-content/themes/houzez/template-parts/header/partials/login-register-mobile.php'),(13624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/login-register.php','wp-content/themes/houzez/template-parts/header/partials/login-register.php'),(13625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/logo-mobile.php','wp-content/themes/houzez/template-parts/header/partials/logo-mobile.php'),(13626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/logo.php','wp-content/themes/houzez/template-parts/header/partials/logo.php'),(13627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/mobile-nav.php','wp-content/themes/houzez/template-parts/header/partials/mobile-nav.php'),(13628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/mobile-user-nav.php','wp-content/themes/houzez/template-parts/header/partials/mobile-user-nav.php'),(13629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/nav-left.php','wp-content/themes/houzez/template-parts/header/partials/nav-left.php'),(13630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/nav-right.php','wp-content/themes/houzez/template-parts/header/partials/nav-right.php'),(13631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/nav.php','wp-content/themes/houzez/template-parts/header/partials/nav.php'),(13632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/phone-header-1-4.php','wp-content/themes/houzez/template-parts/header/partials/phone-header-1-4.php'),(13633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/phone-number.php','wp-content/themes/houzez/template-parts/header/partials/phone-number.php'),(13634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/partials/social-icons.php','wp-content/themes/houzez/template-parts/header/partials/social-icons.php'),(13635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/header/user-nav.php','wp-content/themes/houzez/template-parts/header/user-nav.php'),(13636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/carousel-item-v3.php','wp-content/themes/houzez/template-parts/listing/carousel-item-v3.php'),(13637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/compare-properties.php','wp-content/themes/houzez/template-parts/listing/compare-properties.php'),(13638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/grid-item.php','wp-content/themes/houzez/template-parts/listing/grid-item.php'),(13639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-list-v4.php','wp-content/themes/houzez/template-parts/listing/item-list-v4.php'),(13640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-list-v7.php','wp-content/themes/houzez/template-parts/listing/item-list-v7.php'),(13641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-none.php','wp-content/themes/houzez/template-parts/listing/item-none.php'),(13642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v1.php','wp-content/themes/houzez/template-parts/listing/item-v1.php'),(13643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v2.php','wp-content/themes/houzez/template-parts/listing/item-v2.php'),(13644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v3.php','wp-content/themes/houzez/template-parts/listing/item-v3.php'),(13645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v4.php','wp-content/themes/houzez/template-parts/listing/item-v4.php'),(13646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v5.php','wp-content/themes/houzez/template-parts/listing/item-v5.php'),(13647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v6.php','wp-content/themes/houzez/template-parts/listing/item-v6.php'),(13648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/item-v7.php','wp-content/themes/houzez/template-parts/listing/item-v7.php'),(13649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/listing-lightbox.php','wp-content/themes/houzez/template-parts/listing/listing-lightbox.php'),(13650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/listing-page-title.php','wp-content/themes/houzez/template-parts/listing/listing-page-title.php'),(13651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/listing-sort-by.php','wp-content/themes/houzez/template-parts/listing/listing-sort-by.php'),(13652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/listing-switch-view.php','wp-content/themes/houzez/template-parts/listing/listing-switch-view.php'),(13653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/listing-tabs.php','wp-content/themes/houzez/template-parts/listing/listing-tabs.php'),(13654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/address.php','wp-content/themes/houzez/template-parts/listing/partials/address.php'),(13655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/area-size-v2.php','wp-content/themes/houzez/template-parts/listing/partials/area-size-v2.php'),(13656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/area-size.php','wp-content/themes/houzez/template-parts/listing/partials/area-size.php'),(13657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/area.php','wp-content/themes/houzez/template-parts/listing/partials/area.php'),(13658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/bath-v2.php','wp-content/themes/houzez/template-parts/listing/partials/bath-v2.php'),(13659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/bath.php','wp-content/themes/houzez/template-parts/listing/partials/bath.php'),(13660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/bed-v2.php','wp-content/themes/houzez/template-parts/listing/partials/bed-v2.php'),(13661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/bed.php','wp-content/themes/houzez/template-parts/listing/partials/bed.php'),(13662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/city.php','wp-content/themes/houzez/template-parts/listing/partials/city.php'),(13663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/country.php','wp-content/themes/houzez/template-parts/listing/partials/country.php'),(13664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/garage-v2.php','wp-content/themes/houzez/template-parts/listing/partials/garage-v2.php'),(13665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/garage.php','wp-content/themes/houzez/template-parts/listing/partials/garage.php'),(13666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-address.php','wp-content/themes/houzez/template-parts/listing/partials/item-address.php'),(13667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-author-v2.php','wp-content/themes/houzez/template-parts/listing/partials/item-author-v2.php'),(13668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-author.php','wp-content/themes/houzez/template-parts/listing/partials/item-author.php'),(13669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-btn-v1.php','wp-content/themes/houzez/template-parts/listing/partials/item-btn-v1.php'),(13670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-btn-v7.php','wp-content/themes/houzez/template-parts/listing/partials/item-btn-v7.php'),(13671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-btn.php','wp-content/themes/houzez/template-parts/listing/partials/item-btn.php'),(13672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-btns-cew-v2.php','wp-content/themes/houzez/template-parts/listing/partials/item-btns-cew-v2.php'),(13673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-btns-cew.php','wp-content/themes/houzez/template-parts/listing/partials/item-btns-cew.php'),(13674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-date.php','wp-content/themes/houzez/template-parts/listing/partials/item-date.php'),(13675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-description.php','wp-content/themes/houzez/template-parts/listing/partials/item-description.php'),(13676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-featured-label.php','wp-content/themes/houzez/template-parts/listing/partials/item-featured-label.php'),(13677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-listing-grids.php','wp-content/themes/houzez/template-parts/listing/partials/item-features-listing-grids.php'),(13678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-v1.php','wp-content/themes/houzez/template-parts/listing/partials/item-features-v1.php'),(13679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-v2.php','wp-content/themes/houzez/template-parts/listing/partials/item-features-v2.php'),(13680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-v3.php','wp-content/themes/houzez/template-parts/listing/partials/item-features-v3.php'),(13681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-v5.php','wp-content/themes/houzez/template-parts/listing/partials/item-features-v5.php'),(13682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-v6.php','wp-content/themes/houzez/template-parts/listing/partials/item-features-v6.php'),(13683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-features-v7.php','wp-content/themes/houzez/template-parts/listing/partials/item-features-v7.php'),(13684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-image-v4.php','wp-content/themes/houzez/template-parts/listing/partials/item-image-v4.php'),(13685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-image.php','wp-content/themes/houzez/template-parts/listing/partials/item-image.php'),(13686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-labels-v2.php','wp-content/themes/houzez/template-parts/listing/partials/item-labels-v2.php'),(13687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-labels-widget.php','wp-content/themes/houzez/template-parts/listing/partials/item-labels-widget.php'),(13688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-labels.php','wp-content/themes/houzez/template-parts/listing/partials/item-labels.php'),(13689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-price.php','wp-content/themes/houzez/template-parts/listing/partials/item-price.php'),(13690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-title.php','wp-content/themes/houzez/template-parts/listing/partials/item-title.php'),(13691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-tools-v2.php','wp-content/themes/houzez/template-parts/listing/partials/item-tools-v2.php'),(13692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/item-tools.php','wp-content/themes/houzez/template-parts/listing/partials/item-tools.php'),(13693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/land-area-v2.php','wp-content/themes/houzez/template-parts/listing/partials/land-area-v2.php'),(13694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/land-area.php','wp-content/themes/houzez/template-parts/listing/partials/land-area.php'),(13695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/mobile-map-switch.php','wp-content/themes/houzez/template-parts/listing/partials/mobile-map-switch.php'),(13696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/modal-agent-contact-form.php','wp-content/themes/houzez/template-parts/listing/partials/modal-agent-contact-form.php'),(13697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/modal-phone-number.php','wp-content/themes/houzez/template-parts/listing/partials/modal-phone-number.php'),(13698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/property-id-v2.php','wp-content/themes/houzez/template-parts/listing/partials/property-id-v2.php'),(13699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/property-id.php','wp-content/themes/houzez/template-parts/listing/partials/property-id.php'),(13700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/room-v2.php','wp-content/themes/houzez/template-parts/listing/partials/room-v2.php'),(13701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/room.php','wp-content/themes/houzez/template-parts/listing/partials/room.php'),(13702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/state.php','wp-content/themes/houzez/template-parts/listing/partials/state.php'),(13703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/streat-address.php','wp-content/themes/houzez/template-parts/listing/partials/streat-address.php'),(13704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/listing/partials/type.php','wp-content/themes/houzez/template-parts/listing/partials/type.php'),(13705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/loader.php','wp-content/themes/houzez/template-parts/loader.php'),(13706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/login-register/login-form.php','wp-content/themes/houzez/template-parts/login-register/login-form.php'),(13707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/login-register/modal-login-register.php','wp-content/themes/houzez/template-parts/login-register/modal-login-register.php'),(13708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/login-register/modal-reset-password-form.php','wp-content/themes/houzez/template-parts/login-register/modal-reset-password-form.php'),(13709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/login-register/register-form.php','wp-content/themes/houzez/template-parts/login-register/register-form.php'),(13710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/map-buttons.php','wp-content/themes/houzez/template-parts/map-buttons.php'),(13711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/membership/create-account-form.php','wp-content/themes/houzez/template-parts/membership/create-account-form.php'),(13712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/membership/package-item.php','wp-content/themes/houzez/template-parts/membership/package-item.php'),(13713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/membership/payment-method.php','wp-content/themes/houzez/template-parts/membership/payment-method.php'),(13714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/membership/per-listing/payment-method.php','wp-content/themes/houzez/template-parts/membership/per-listing/payment-method.php'),(13715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/membership/per-listing/price.php','wp-content/themes/houzez/template-parts/membership/per-listing/price.php'),(13716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/membership/price.php','wp-content/themes/houzez/template-parts/membership/price.php'),(13717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/normal-page-search-results.php','wp-content/themes/houzez/template-parts/normal-page-search-results.php'),(13718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/overlay-loader.php','wp-content/themes/houzez/template-parts/overlay-loader.php'),(13719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/page/breadcrumb.php','wp-content/themes/houzez/template-parts/page/breadcrumb.php'),(13720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/page/page-title.php','wp-content/themes/houzez/template-parts/page/page-title.php'),(13721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/address.php','wp-content/themes/houzez/template-parts/realtors/address.php'),(13722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/address.php','wp-content/themes/houzez/template-parts/realtors/agency/address.php'),(13723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/agency-contacts.php','wp-content/themes/houzez/template-parts/realtors/agency/agency-contacts.php'),(13724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/agency-grid.php','wp-content/themes/houzez/template-parts/realtors/agency/agency-grid.php'),(13725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/email.php','wp-content/themes/houzez/template-parts/realtors/agency/email.php'),(13726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/fax.php','wp-content/themes/houzez/template-parts/realtors/agency/fax.php'),(13727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/image.php','wp-content/themes/houzez/template-parts/realtors/agency/image.php'),(13728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/languages.php','wp-content/themes/houzez/template-parts/realtors/agency/languages.php'),(13729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/layout-v1.php','wp-content/themes/houzez/template-parts/realtors/agency/layout-v1.php'),(13730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/layout-v2.php','wp-content/themes/houzez/template-parts/realtors/agency/layout-v2.php'),(13731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/license.php','wp-content/themes/houzez/template-parts/realtors/agency/license.php'),(13732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/list.php','wp-content/themes/houzez/template-parts/realtors/agency/list.php'),(13733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/listing-tabs.php','wp-content/themes/houzez/template-parts/realtors/agency/listing-tabs.php'),(13734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/map.php','wp-content/themes/houzez/template-parts/realtors/agency/map.php'),(13735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/mobile.php','wp-content/themes/houzez/template-parts/realtors/agency/mobile.php'),(13736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/office-phone.php','wp-content/themes/houzez/template-parts/realtors/agency/office-phone.php'),(13737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/service-area.php','wp-content/themes/houzez/template-parts/realtors/agency/service-area.php'),(13738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/single-agency-v1.php','wp-content/themes/houzez/template-parts/realtors/agency/single-agency-v1.php'),(13739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/single-agency-v2.php','wp-content/themes/houzez/template-parts/realtors/agency/single-agency-v2.php'),(13740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/social-v2.php','wp-content/themes/houzez/template-parts/realtors/agency/social-v2.php'),(13741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/social.php','wp-content/themes/houzez/template-parts/realtors/agency/social.php'),(13742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/specialties.php','wp-content/themes/houzez/template-parts/realtors/agency/specialties.php'),(13743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/stats-property-cities.php','wp-content/themes/houzez/template-parts/realtors/agency/stats-property-cities.php'),(13744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/stats-property-status.php','wp-content/themes/houzez/template-parts/realtors/agency/stats-property-status.php'),(13745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/stats-property-types.php','wp-content/themes/houzez/template-parts/realtors/agency/stats-property-types.php'),(13746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/tax-number.php','wp-content/themes/houzez/template-parts/realtors/agency/tax-number.php'),(13747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agency/website.php','wp-content/themes/houzez/template-parts/realtors/agency/website.php'),(13748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/address.php','wp-content/themes/houzez/template-parts/realtors/agent/address.php'),(13749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/agent-contacts.php','wp-content/themes/houzez/template-parts/realtors/agent/agent-contacts.php'),(13750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/agent-grid-v2.php','wp-content/themes/houzez/template-parts/realtors/agent/agent-grid-v2.php'),(13751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/agent-grid.php','wp-content/themes/houzez/template-parts/realtors/agent/agent-grid.php'),(13752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/agent-item.php','wp-content/themes/houzez/template-parts/realtors/agent/agent-item.php'),(13753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/agent-search.php','wp-content/themes/houzez/template-parts/realtors/agent/agent-search.php'),(13754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/email.php','wp-content/themes/houzez/template-parts/realtors/agent/email.php'),(13755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/fax.php','wp-content/themes/houzez/template-parts/realtors/agent/fax.php'),(13756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/image.php','wp-content/themes/houzez/template-parts/realtors/agent/image.php'),(13757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/languages.php','wp-content/themes/houzez/template-parts/realtors/agent/languages.php'),(13758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/layout-v1.php','wp-content/themes/houzez/template-parts/realtors/agent/layout-v1.php'),(13759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/layout-v2.php','wp-content/themes/houzez/template-parts/realtors/agent/layout-v2.php'),(13760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/layout-v3.php','wp-content/themes/houzez/template-parts/realtors/agent/layout-v3.php'),(13761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/license.php','wp-content/themes/houzez/template-parts/realtors/agent/license.php'),(13762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/list.php','wp-content/themes/houzez/template-parts/realtors/agent/list.php'),(13763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/listing-tabs.php','wp-content/themes/houzez/template-parts/realtors/agent/listing-tabs.php'),(13764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/map.php','wp-content/themes/houzez/template-parts/realtors/agent/map.php'),(13765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/mobile-agent-search-overlay.php','wp-content/themes/houzez/template-parts/realtors/agent/mobile-agent-search-overlay.php'),(13766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/mobile.php','wp-content/themes/houzez/template-parts/realtors/agent/mobile.php'),(13767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/office-phone.php','wp-content/themes/houzez/template-parts/realtors/agent/office-phone.php'),(13768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/position.php','wp-content/themes/houzez/template-parts/realtors/agent/position.php'),(13769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/service-area.php','wp-content/themes/houzez/template-parts/realtors/agent/service-area.php'),(13770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/single-agent-v1.php','wp-content/themes/houzez/template-parts/realtors/agent/single-agent-v1.php'),(13771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/single-agent-v2.php','wp-content/themes/houzez/template-parts/realtors/agent/single-agent-v2.php'),(13772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/social-v2.php','wp-content/themes/houzez/template-parts/realtors/agent/social-v2.php'),(13773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/social.php','wp-content/themes/houzez/template-parts/realtors/agent/social.php'),(13774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/specialties.php','wp-content/themes/houzez/template-parts/realtors/agent/specialties.php'),(13775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/stats-property-cities.php','wp-content/themes/houzez/template-parts/realtors/agent/stats-property-cities.php'),(13776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/stats-property-status.php','wp-content/themes/houzez/template-parts/realtors/agent/stats-property-status.php'),(13777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/stats-property-types.php','wp-content/themes/houzez/template-parts/realtors/agent/stats-property-types.php'),(13778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/tax-number.php','wp-content/themes/houzez/template-parts/realtors/agent/tax-number.php'),(13779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/agent/website.php','wp-content/themes/houzez/template-parts/realtors/agent/website.php'),(13780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/contact-form.php','wp-content/themes/houzez/template-parts/realtors/contact-form.php'),(13781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/rating-v2.php','wp-content/themes/houzez/template-parts/realtors/rating-v2.php'),(13782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/realtors/rating.php','wp-content/themes/houzez/template-parts/realtors/rating.php'),(13783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/reviews/form.php','wp-content/themes/houzez/template-parts/reviews/form.php'),(13784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/reviews/main.php','wp-content/themes/houzez/template-parts/reviews/main.php'),(13785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/reviews/review.php','wp-content/themes/houzez/template-parts/reviews/review.php'),(13786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/reviews/sortby.php','wp-content/themes/houzez/template-parts/reviews/sortby.php'),(13787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/dock-search-main.php','wp-content/themes/houzez/template-parts/search/dock-search-main.php'),(13788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/dock-search.php','wp-content/themes/houzez/template-parts/search/dock-search.php'),(13789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/advanced-button.php','wp-content/themes/houzez/template-parts/search/fields/advanced-button.php'),(13790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/areas.php','wp-content/themes/houzez/template-parts/search/fields/areas.php'),(13791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/bathrooms.php','wp-content/themes/houzez/template-parts/search/fields/bathrooms.php'),(13792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/bedrooms.php','wp-content/themes/houzez/template-parts/search/fields/bedrooms.php'),(13793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/city.php','wp-content/themes/houzez/template-parts/search/fields/city.php'),(13794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/country.php','wp-content/themes/houzez/template-parts/search/fields/country.php'),(13795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/currency.php','wp-content/themes/houzez/template-parts/search/fields/currency.php'),(13796,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/distance-range.php','wp-content/themes/houzez/template-parts/search/fields/distance-range.php'),(13797,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/distance.php','wp-content/themes/houzez/template-parts/search/fields/distance.php'),(13798,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/feature-field.php','wp-content/themes/houzez/template-parts/search/fields/feature-field.php'),(13799,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/garage.php','wp-content/themes/houzez/template-parts/search/fields/garage.php'),(13800,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/geolocation-banner.php','wp-content/themes/houzez/template-parts/search/fields/geolocation-banner.php'),(13801,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/geolocation-dock.php','wp-content/themes/houzez/template-parts/search/fields/geolocation-dock.php'),(13802,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/geolocation-mobile.php','wp-content/themes/houzez/template-parts/search/fields/geolocation-mobile.php'),(13803,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/geolocation-shortcode.php','wp-content/themes/houzez/template-parts/search/fields/geolocation-shortcode.php'),(13804,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/geolocation.php','wp-content/themes/houzez/template-parts/search/fields/geolocation.php'),(13805,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/keyword-banner.php','wp-content/themes/houzez/template-parts/search/fields/keyword-banner.php'),(13806,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/keyword.php','wp-content/themes/houzez/template-parts/search/fields/keyword.php'),(13807,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/label.php','wp-content/themes/houzez/template-parts/search/fields/label.php'),(13808,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/max-area.php','wp-content/themes/houzez/template-parts/search/fields/max-area.php'),(13809,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/max-land-area.php','wp-content/themes/houzez/template-parts/search/fields/max-land-area.php'),(13810,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/max-price.php','wp-content/themes/houzez/template-parts/search/fields/max-price.php'),(13811,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/min-area.php','wp-content/themes/houzez/template-parts/search/fields/min-area.php'),(13812,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/min-land-area.php','wp-content/themes/houzez/template-parts/search/fields/min-land-area.php'),(13813,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/min-price.php','wp-content/themes/houzez/template-parts/search/fields/min-price.php'),(13814,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/price-range.php','wp-content/themes/houzez/template-parts/search/fields/price-range.php'),(13815,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/property-id.php','wp-content/themes/houzez/template-parts/search/fields/property-id.php'),(13816,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/rooms.php','wp-content/themes/houzez/template-parts/search/fields/rooms.php'),(13817,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/save-search-btn-mobile.php','wp-content/themes/houzez/template-parts/search/fields/save-search-btn-mobile.php'),(13818,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/save-search-btn.php','wp-content/themes/houzez/template-parts/search/fields/save-search-btn.php'),(13819,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/state.php','wp-content/themes/houzez/template-parts/search/fields/state.php'),(13820,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/status-tabs.php','wp-content/themes/houzez/template-parts/search/fields/status-tabs.php'),(13821,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/status.php','wp-content/themes/houzez/template-parts/search/fields/status.php'),(13822,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/submit-button.php','wp-content/themes/houzez/template-parts/search/fields/submit-button.php'),(13823,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/type.php','wp-content/themes/houzez/template-parts/search/fields/type.php'),(13824,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields/year-built.php','wp-content/themes/houzez/template-parts/search/fields/year-built.php'),(13825,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/bathrooms.php','wp-content/themes/houzez/template-parts/search/fields-v3/bathrooms.php'),(13826,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/bedrooms.php','wp-content/themes/houzez/template-parts/search/fields-v3/bedrooms.php'),(13827,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/label.php','wp-content/themes/houzez/template-parts/search/fields-v3/label.php'),(13828,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/more-options.php','wp-content/themes/houzez/template-parts/search/fields-v3/more-options.php'),(13829,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/price.php','wp-content/themes/houzez/template-parts/search/fields-v3/price.php'),(13830,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/status.php','wp-content/themes/houzez/template-parts/search/fields-v3/status.php'),(13831,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/fields-v3/type.php','wp-content/themes/houzez/template-parts/search/fields-v3/type.php'),(13832,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/filters-dock.php','wp-content/themes/houzez/template-parts/search/filters-dock.php'),(13833,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/filters.php','wp-content/themes/houzez/template-parts/search/filters.php'),(13834,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/main.php','wp-content/themes/houzez/template-parts/search/main.php'),(13835,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/mobile-search-main.php','wp-content/themes/houzez/template-parts/search/mobile-search-main.php'),(13836,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/mobile-search.php','wp-content/themes/houzez/template-parts/search/mobile-search.php'),(13837,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/other-features.php','wp-content/themes/houzez/template-parts/search/other-features.php'),(13838,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/save-search-btn.php','wp-content/themes/houzez/template-parts/search/save-search-btn.php'),(13839,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-for-banners.php','wp-content/themes/houzez/template-parts/search/search-for-banners.php'),(13840,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-half-map-header.php','wp-content/themes/houzez/template-parts/search/search-half-map-header.php'),(13841,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-half-map.php','wp-content/themes/houzez/template-parts/search/search-half-map.php'),(13842,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-mobile-nav.php','wp-content/themes/houzez/template-parts/search/search-mobile-nav.php'),(13843,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-v1.php','wp-content/themes/houzez/template-parts/search/search-v1.php'),(13844,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-v2.php','wp-content/themes/houzez/template-parts/search/search-v2.php'),(13845,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/search/search-v3.php','wp-content/themes/houzez/template-parts/search/search-v3.php'),(13846,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/testimonials/item-v1.php','wp-content/themes/houzez/template-parts/testimonials/item-v1.php'),(13847,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/testimonials/item-v2.php','wp-content/themes/houzez/template-parts/testimonials/item-v2.php'),(13848,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/topbar/partials/area-switcher.php','wp-content/themes/houzez/template-parts/topbar/partials/area-switcher.php'),(13849,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/topbar/partials/contact.php','wp-content/themes/houzez/template-parts/topbar/partials/contact.php'),(13850,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/topbar/partials/currency-switcher.php','wp-content/themes/houzez/template-parts/topbar/partials/currency-switcher.php'),(13851,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/topbar/partials/nav.php','wp-content/themes/houzez/template-parts/topbar/partials/nav.php'),(13852,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/topbar/partials/slogan.php','wp-content/themes/houzez/template-parts/topbar/partials/slogan.php'),(13853,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/template-parts/topbar/top-bar.php','wp-content/themes/houzez/template-parts/topbar/top-bar.php'),(13854,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/vc_templates/text_with_icon.php','wp-content/themes/houzez/vc_templates/text_with_icon.php'),(13855,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/vc_templates/text_with_icon_v2.php','wp-content/themes/houzez/vc_templates/text_with_icon_v2.php'),(13856,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/vc_templates/text_with_icons.php','wp-content/themes/houzez/vc_templates/text_with_icons.php'),(13857,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/vc_templates/text_with_icons_v2.php','wp-content/themes/houzez/vc_templates/text_with_icons_v2.php'),(13858,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/archive-product.php','wp-content/themes/houzez/woocommerce/archive-product.php'),(13859,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/global/breadcrumb.php','wp-content/themes/houzez/woocommerce/global/breadcrumb.php'),(13860,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/global/form-login.php','wp-content/themes/houzez/woocommerce/global/form-login.php'),(13861,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/global/sidebar.php','wp-content/themes/houzez/woocommerce/global/sidebar.php'),(13862,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/global/wrapper-end.php','wp-content/themes/houzez/woocommerce/global/wrapper-end.php'),(13863,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/global/wrapper-start.php','wp-content/themes/houzez/woocommerce/global/wrapper-start.php'),(13864,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/add-to-cart.php','wp-content/themes/houzez/woocommerce/loop/add-to-cart.php'),(13865,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/loop-end.php','wp-content/themes/houzez/woocommerce/loop/loop-end.php'),(13866,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/loop-start.php','wp-content/themes/houzez/woocommerce/loop/loop-start.php'),(13867,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/orderby.php','wp-content/themes/houzez/woocommerce/loop/orderby.php'),(13868,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/pagination.php','wp-content/themes/houzez/woocommerce/loop/pagination.php'),(13869,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/price.php','wp-content/themes/houzez/woocommerce/loop/price.php'),(13870,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/loop/sale-flash.php','wp-content/themes/houzez/woocommerce/loop/sale-flash.php'),(13871,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/houzez/woocommerce/single-product.php','wp-content/themes/houzez/woocommerce/single-product.php'),(13872,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/index.php','wp-content/themes/index.php'),(13873,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/404.php','wp-content/themes/sinatra/404.php'),(13874,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/archive.php','wp-content/themes/sinatra/archive.php'),(13875,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/compatibility/elementor-editor-style.css','wp-content/themes/sinatra/assets/css/compatibility/elementor-editor-style.css'),(13876,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/compatibility/elementor-editor-style.min.css','wp-content/themes/sinatra/assets/css/compatibility/elementor-editor-style.min.css'),(13877,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/compatibility/elementor.css','wp-content/themes/sinatra/assets/css/compatibility/elementor.css'),(13878,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/compatibility/elementor.min.css','wp-content/themes/sinatra/assets/css/compatibility/elementor.min.css'),(13879,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/compatibility/woocommerce.css','wp-content/themes/sinatra/assets/css/compatibility/woocommerce.css'),(13880,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/compatibility/woocommerce.min.css','wp-content/themes/sinatra/assets/css/compatibility/woocommerce.min.css'),(13881,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/editor-style.css','wp-content/themes/sinatra/assets/css/editor-style.css'),(13882,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/editor-style.min.css','wp-content/themes/sinatra/assets/css/editor-style.min.css'),(13883,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/style.css','wp-content/themes/sinatra/assets/css/style.css'),(13884,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/style.min.css','wp-content/themes/sinatra/assets/css/style.min.css'),(13885,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/woocommerce.css','wp-content/themes/sinatra/assets/css/woocommerce.css'),(13886,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/css/woocommerce.min.css','wp-content/themes/sinatra/assets/css/woocommerce.min.css'),(13887,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/fonts/google-fonts.json','wp-content/themes/sinatra/assets/fonts/google-fonts.json'),(13888,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/images/si-customize.svg','wp-content/themes/sinatra/assets/images/si-customize.svg'),(13889,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/images/sinatra-logo-light.svg','wp-content/themes/sinatra/assets/images/sinatra-logo-light.svg'),(13890,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/images/sinatra-logo.svg','wp-content/themes/sinatra/assets/images/sinatra-logo.svg'),(13891,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/sinatra-slider.js','wp-content/themes/sinatra/assets/js/dev/sinatra-slider.js'),(13892,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/sinatra-wc.js','wp-content/themes/sinatra/assets/js/dev/sinatra-wc.js'),(13893,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/sinatra.js','wp-content/themes/sinatra/assets/js/dev/sinatra.js'),(13894,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/skip-link-focus-fix.js','wp-content/themes/sinatra/assets/js/dev/skip-link-focus-fix.js'),(13895,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/vendors/flexibility.js','wp-content/themes/sinatra/assets/js/dev/vendors/flexibility.js'),(13896,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/vendors/html5.js','wp-content/themes/sinatra/assets/js/dev/vendors/html5.js'),(13897,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/dev/vendors/imagesloaded.js','wp-content/themes/sinatra/assets/js/dev/vendors/imagesloaded.js'),(13898,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/sinatra-slider.js','wp-content/themes/sinatra/assets/js/sinatra-slider.js'),(13899,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/sinatra-slider.min.js','wp-content/themes/sinatra/assets/js/sinatra-slider.min.js'),(13900,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/sinatra-wc.js','wp-content/themes/sinatra/assets/js/sinatra-wc.js'),(13901,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/sinatra-wc.min.js','wp-content/themes/sinatra/assets/js/sinatra-wc.min.js'),(13902,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/sinatra.js','wp-content/themes/sinatra/assets/js/sinatra.js'),(13903,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/sinatra.min.js','wp-content/themes/sinatra/assets/js/sinatra.min.js'),(13904,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/skip-link-focus-fix.js','wp-content/themes/sinatra/assets/js/skip-link-focus-fix.js'),(13905,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/skip-link-focus-fix.min.js','wp-content/themes/sinatra/assets/js/skip-link-focus-fix.min.js'),(13906,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/vendors/flexibility.min.js','wp-content/themes/sinatra/assets/js/vendors/flexibility.min.js'),(13907,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/vendors/html5.min.js','wp-content/themes/sinatra/assets/js/vendors/html5.min.js'),(13908,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/assets/js/vendors/imagesloaded.min.js','wp-content/themes/sinatra/assets/js/vendors/imagesloaded.min.js'),(13909,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/changelog.txt','wp-content/themes/sinatra/changelog.txt'),(13910,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/comments.php','wp-content/themes/sinatra/comments.php'),(13911,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/footer.php','wp-content/themes/sinatra/footer.php'),(13912,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/functions.php','wp-content/themes/sinatra/functions.php'),(13913,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/header.php','wp-content/themes/sinatra/header.php'),(13914,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/select2.css','wp-content/themes/sinatra/inc/admin/assets/css/select2.css'),(13915,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/select2.min.css','wp-content/themes/sinatra/inc/admin/assets/css/select2.min.css'),(13916,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/sinatra-admin.css','wp-content/themes/sinatra/inc/admin/assets/css/sinatra-admin.css'),(13917,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/sinatra-admin.min.css','wp-content/themes/sinatra/inc/admin/assets/css/sinatra-admin.min.css'),(13918,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/sinatra-block-editor-styles.css','wp-content/themes/sinatra/inc/admin/assets/css/sinatra-block-editor-styles.css'),(13919,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/sinatra-block-editor-styles.min.css','wp-content/themes/sinatra/inc/admin/assets/css/sinatra-block-editor-styles.min.css'),(13920,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/sinatra-meta-boxes.css','wp-content/themes/sinatra/inc/admin/assets/css/sinatra-meta-boxes.css'),(13921,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/css/sinatra-meta-boxes.min.css','wp-content/themes/sinatra/inc/admin/assets/css/sinatra-meta-boxes.min.css'),(13922,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/js/dev/sinatra-admin.js','wp-content/themes/sinatra/inc/admin/assets/js/dev/sinatra-admin.js'),(13923,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/js/libs/select2.js','wp-content/themes/sinatra/inc/admin/assets/js/libs/select2.js'),(13924,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/js/libs/select2.min.js','wp-content/themes/sinatra/inc/admin/assets/js/libs/select2.min.js'),(13925,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/assets/js/sinatra-admin.min.js','wp-content/themes/sinatra/inc/admin/assets/js/sinatra-admin.min.js'),(13926,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/class-sinatra-admin.php','wp-content/themes/sinatra/inc/admin/class-sinatra-admin.php'),(13927,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/class-sinatra-dashboard.php','wp-content/themes/sinatra/inc/admin/class-sinatra-dashboard.php'),(13928,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/helpers.php','wp-content/themes/sinatra/inc/admin/helpers.php'),(13929,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/index.php','wp-content/themes/sinatra/inc/admin/index.php'),(13930,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/admin/metabox/class-sinatra-meta-boxes.php','wp-content/themes/sinatra/inc/admin/metabox/class-sinatra-meta-boxes.php'),(13931,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/breadcrumbs.php','wp-content/themes/sinatra/inc/breadcrumbs.php'),(13932,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/class-sinatra-dynamic-styles.php','wp-content/themes/sinatra/inc/class-sinatra-dynamic-styles.php'),(13933,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/common.php','wp-content/themes/sinatra/inc/common.php'),(13934,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/back-compat.php','wp-content/themes/sinatra/inc/compatibility/back-compat.php'),(13935,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-beaver-themer.php','wp-content/themes/sinatra/inc/compatibility/class-sinatra-beaver-themer.php'),(13936,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-elementor-pro.php','wp-content/themes/sinatra/inc/compatibility/class-sinatra-elementor-pro.php'),(13937,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-elementor.php','wp-content/themes/sinatra/inc/compatibility/class-sinatra-elementor.php'),(13938,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-endurance.php','wp-content/themes/sinatra/inc/compatibility/class-sinatra-endurance.php'),(13939,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-hfe.php','wp-content/themes/sinatra/inc/compatibility/class-sinatra-hfe.php'),(13940,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-jetpack.php','wp-content/themes/sinatra/inc/compatibility/class-sinatra-jetpack.php'),(13941,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/class-sinatra-wpforms.php','wp-content/themes/sinatra/inc/compatibility/class-sinatra-wpforms.php'),(13942,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/socialsnap/class-sinatra-socialsnap.php','wp-content/themes/sinatra/inc/compatibility/socialsnap/class-sinatra-socialsnap.php'),(13943,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/socialsnap/socialsnap-functions.php','wp-content/themes/sinatra/inc/compatibility/socialsnap/socialsnap-functions.php'),(13944,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/woocommerce/class-sinatra-customizer-widget-cart.php','wp-content/themes/sinatra/inc/compatibility/woocommerce/class-sinatra-customizer-widget-cart.php'),(13945,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/woocommerce/class-sinatra-customizer-woocommerce.php','wp-content/themes/sinatra/inc/compatibility/woocommerce/class-sinatra-customizer-woocommerce.php'),(13946,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/woocommerce/class-sinatra-woocommerce.php','wp-content/themes/sinatra/inc/compatibility/woocommerce/class-sinatra-woocommerce.php'),(13947,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/compatibility/woocommerce/woocommerce-functions.php','wp-content/themes/sinatra/inc/compatibility/woocommerce/woocommerce-functions.php'),(13948,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/core/class-sinatra-db-updater.php','wp-content/themes/sinatra/inc/core/class-sinatra-db-updater.php'),(13949,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/core/class-sinatra-enqueue-scripts.php','wp-content/themes/sinatra/inc/core/class-sinatra-enqueue-scripts.php'),(13950,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/core/class-sinatra-fonts.php','wp-content/themes/sinatra/inc/core/class-sinatra-fonts.php'),(13951,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/core/class-sinatra-options.php','wp-content/themes/sinatra/inc/core/class-sinatra-options.php'),(13952,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/core/class-sinatra-theme-setup.php','wp-content/themes/sinatra/inc/core/class-sinatra-theme-setup.php'),(13953,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer-preview.css','wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer-preview.css'),(13954,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer-preview.min.css','wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer-preview.min.css'),(13955,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer.css','wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer.css'),(13956,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer.min.css','wp-content/themes/sinatra/inc/customizer/assets/css/sinatra-customizer.min.css'),(13957,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/copyright-layout-1.svg','wp-content/themes/sinatra/inc/customizer/assets/images/copyright-layout-1.svg'),(13958,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/copyright-layout-2.svg','wp-content/themes/sinatra/inc/customizer/assets/images/copyright-layout-2.svg'),(13959,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-1.svg','wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-1.svg'),(13960,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-2.svg','wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-2.svg'),(13961,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-3.svg','wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-3.svg'),(13962,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-4.svg','wp-content/themes/sinatra/inc/customizer/assets/images/footer-layout-4.svg'),(13963,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/header-layout-1.svg','wp-content/themes/sinatra/inc/customizer/assets/images/header-layout-1.svg'),(13964,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/header-layout-2.svg','wp-content/themes/sinatra/inc/customizer/assets/images/header-layout-2.svg'),(13965,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/header-layout-3.svg','wp-content/themes/sinatra/inc/customizer/assets/images/header-layout-3.svg'),(13966,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/transparency-grid.png','wp-content/themes/sinatra/inc/customizer/assets/images/transparency-grid.png'),(13967,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/transparency.svg','wp-content/themes/sinatra/inc/customizer/assets/images/transparency.svg'),(13968,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/images/wpbh.svg','wp-content/themes/sinatra/inc/customizer/assets/images/wpbh.svg'),(13969,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/js/customize-controls.min.js','wp-content/themes/sinatra/inc/customizer/assets/js/customize-controls.min.js');
INSERT INTO `wpau_wfknownfilelist` VALUES (13970,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/js/customize-dependency.min.js','wp-content/themes/sinatra/inc/customizer/assets/js/customize-dependency.min.js'),(13971,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/js/customize-preview.min.js','wp-content/themes/sinatra/inc/customizer/assets/js/customize-preview.min.js'),(13972,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/js/dev/customize-controls.js','wp-content/themes/sinatra/inc/customizer/assets/js/dev/customize-controls.js'),(13973,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/js/dev/customize-dependency.js','wp-content/themes/sinatra/inc/customizer/assets/js/dev/customize-dependency.js'),(13974,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/assets/js/dev/customize-preview.js','wp-content/themes/sinatra/inc/customizer/assets/js/dev/customize-preview.js'),(13975,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/class-sinatra-customizer-info-section.php','wp-content/themes/sinatra/inc/customizer/class-sinatra-customizer-info-section.php'),(13976,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/class-sinatra-customizer.php','wp-content/themes/sinatra/inc/customizer/class-sinatra-customizer.php'),(13977,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.css','wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.css'),(13978,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.js','wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.js'),(13979,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.min.css','wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.min.css'),(13980,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.min.js','wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.min.js'),(13981,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.scss','wp-content/themes/sinatra/inc/customizer/controls/alignment/alignment.scss'),(13982,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/alignment/class-sinatra-customizer-control-alignment.php','wp-content/themes/sinatra/inc/customizer/controls/alignment/class-sinatra-customizer-control-alignment.php'),(13983,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/background/background.css','wp-content/themes/sinatra/inc/customizer/controls/background/background.css'),(13984,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/background/background.js','wp-content/themes/sinatra/inc/customizer/controls/background/background.js'),(13985,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/background/background.min.css','wp-content/themes/sinatra/inc/customizer/controls/background/background.min.css'),(13986,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/background/background.min.js','wp-content/themes/sinatra/inc/customizer/controls/background/background.min.js'),(13987,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/background/background.scss','wp-content/themes/sinatra/inc/customizer/controls/background/background.scss'),(13988,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/background/class-sinatra-customizer-control-background.php','wp-content/themes/sinatra/inc/customizer/controls/background/class-sinatra-customizer-control-background.php'),(13989,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/button/button.css','wp-content/themes/sinatra/inc/customizer/controls/button/button.css'),(13990,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/button/button.js','wp-content/themes/sinatra/inc/customizer/controls/button/button.js'),(13991,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/button/button.min.css','wp-content/themes/sinatra/inc/customizer/controls/button/button.min.css'),(13992,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/button/button.min.js','wp-content/themes/sinatra/inc/customizer/controls/button/button.min.js'),(13993,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/button/button.scss','wp-content/themes/sinatra/inc/customizer/controls/button/button.scss'),(13994,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/button/class-sinatra-customizer-control-button.php','wp-content/themes/sinatra/inc/customizer/controls/button/class-sinatra-customizer-control-button.php'),(13995,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.css','wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.css'),(13996,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.js','wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.js'),(13997,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.min.css','wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.min.css'),(13998,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.min.js','wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.min.js'),(13999,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.scss','wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/checkbox-group.scss'),(14000,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/class-sinatra-customizer-control-checkbox-group.php','wp-content/themes/sinatra/inc/customizer/controls/checkbox-group/class-sinatra-customizer-control-checkbox-group.php'),(14001,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/class-sinatra-customizer-control.php','wp-content/themes/sinatra/inc/customizer/controls/class-sinatra-customizer-control.php'),(14002,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/color/class-sinatra-customizer-control-color.php','wp-content/themes/sinatra/inc/customizer/controls/color/class-sinatra-customizer-control-color.php'),(14003,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/color/color.css','wp-content/themes/sinatra/inc/customizer/controls/color/color.css'),(14004,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/color/color.js','wp-content/themes/sinatra/inc/customizer/controls/color/color.js'),(14005,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/color/color.min.css','wp-content/themes/sinatra/inc/customizer/controls/color/color.min.css'),(14006,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/color/color.min.js','wp-content/themes/sinatra/inc/customizer/controls/color/color.min.js'),(14007,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/color/color.scss','wp-content/themes/sinatra/inc/customizer/controls/color/color.scss'),(14008,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/design-options/class-sinatra-customizer-control-design-options.php','wp-content/themes/sinatra/inc/customizer/controls/design-options/class-sinatra-customizer-control-design-options.php'),(14009,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.css','wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.css'),(14010,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.js','wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.js'),(14011,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.min.css','wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.min.css'),(14012,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.min.js','wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.min.js'),(14013,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.scss','wp-content/themes/sinatra/inc/customizer/controls/design-options/design-options.scss'),(14014,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/heading/class-sinatra-customizer-control-heading.php','wp-content/themes/sinatra/inc/customizer/controls/heading/class-sinatra-customizer-control-heading.php'),(14015,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/heading/heading.css','wp-content/themes/sinatra/inc/customizer/controls/heading/heading.css'),(14016,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/heading/heading.js','wp-content/themes/sinatra/inc/customizer/controls/heading/heading.js'),(14017,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/heading/heading.min.css','wp-content/themes/sinatra/inc/customizer/controls/heading/heading.min.css'),(14018,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/heading/heading.min.js','wp-content/themes/sinatra/inc/customizer/controls/heading/heading.min.js'),(14019,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/heading/heading.scss','wp-content/themes/sinatra/inc/customizer/controls/heading/heading.scss'),(14020,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/info/class-sinatra-customizer-control-info.php','wp-content/themes/sinatra/inc/customizer/controls/info/class-sinatra-customizer-control-info.php'),(14021,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/info/info.css','wp-content/themes/sinatra/inc/customizer/controls/info/info.css'),(14022,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/info/info.min.css','wp-content/themes/sinatra/inc/customizer/controls/info/info.min.css'),(14023,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/info/info.scss','wp-content/themes/sinatra/inc/customizer/controls/info/info.scss'),(14024,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/radio-image/class-sinatra-customizer-control-radio-image.php','wp-content/themes/sinatra/inc/customizer/controls/radio-image/class-sinatra-customizer-control-radio-image.php'),(14025,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.css','wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.css'),(14026,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.js','wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.js'),(14027,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.min.css','wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.min.css'),(14028,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.min.js','wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.min.js'),(14029,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.scss','wp-content/themes/sinatra/inc/customizer/controls/radio-image/radio-image.scss'),(14030,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/range/class-sinatra-customizer-control-range.php','wp-content/themes/sinatra/inc/customizer/controls/range/class-sinatra-customizer-control-range.php'),(14031,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/range/range.css','wp-content/themes/sinatra/inc/customizer/controls/range/range.css'),(14032,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/range/range.js','wp-content/themes/sinatra/inc/customizer/controls/range/range.js'),(14033,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/range/range.min.css','wp-content/themes/sinatra/inc/customizer/controls/range/range.min.css'),(14034,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/range/range.min.js','wp-content/themes/sinatra/inc/customizer/controls/range/range.min.js'),(14035,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/range/range.scss','wp-content/themes/sinatra/inc/customizer/controls/range/range.scss'),(14036,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/select/class-sinatra-customizer-control-select.php','wp-content/themes/sinatra/inc/customizer/controls/select/class-sinatra-customizer-control-select.php'),(14037,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/select/select.css','wp-content/themes/sinatra/inc/customizer/controls/select/select.css'),(14038,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/select/select.js','wp-content/themes/sinatra/inc/customizer/controls/select/select.js'),(14039,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/select/select.min.css','wp-content/themes/sinatra/inc/customizer/controls/select/select.min.css'),(14040,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/select/select.min.js','wp-content/themes/sinatra/inc/customizer/controls/select/select.min.js'),(14041,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/select/select.scss','wp-content/themes/sinatra/inc/customizer/controls/select/select.scss'),(14042,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/sortable/class-sinatra-customizer-control-sortable.php','wp-content/themes/sinatra/inc/customizer/controls/sortable/class-sinatra-customizer-control-sortable.php'),(14043,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.css','wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.css'),(14044,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.js','wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.js'),(14045,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.min.css','wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.min.css'),(14046,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.min.js','wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.min.js'),(14047,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.scss','wp-content/themes/sinatra/inc/customizer/controls/sortable/sortable.scss'),(14048,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/spacing/class-sinatra-customizer-control-spacing.php','wp-content/themes/sinatra/inc/customizer/controls/spacing/class-sinatra-customizer-control-spacing.php'),(14049,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.css','wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.css'),(14050,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.js','wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.js'),(14051,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.min.css','wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.min.css'),(14052,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.min.js','wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.min.js'),(14053,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.scss','wp-content/themes/sinatra/inc/customizer/controls/spacing/spacing.scss'),(14054,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/text/class-sinatra-customizer-control-text.php','wp-content/themes/sinatra/inc/customizer/controls/text/class-sinatra-customizer-control-text.php'),(14055,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/textarea/class-sinatra-customizer-control-textarea.php','wp-content/themes/sinatra/inc/customizer/controls/textarea/class-sinatra-customizer-control-textarea.php'),(14056,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/toggle/class-sinatra-customizer-control-toggle.php','wp-content/themes/sinatra/inc/customizer/controls/toggle/class-sinatra-customizer-control-toggle.php'),(14057,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.css','wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.css'),(14058,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.js','wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.js'),(14059,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.min.css','wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.min.css'),(14060,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.min.js','wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.min.js'),(14061,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.scss','wp-content/themes/sinatra/inc/customizer/controls/toggle/toggle.scss'),(14062,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/typography/class-sinatra-customizer-control-typography.php','wp-content/themes/sinatra/inc/customizer/controls/typography/class-sinatra-customizer-control-typography.php'),(14063,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/typography/typography.css','wp-content/themes/sinatra/inc/customizer/controls/typography/typography.css'),(14064,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/typography/typography.js','wp-content/themes/sinatra/inc/customizer/controls/typography/typography.js'),(14065,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/typography/typography.min.css','wp-content/themes/sinatra/inc/customizer/controls/typography/typography.min.css'),(14066,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/typography/typography.min.js','wp-content/themes/sinatra/inc/customizer/controls/typography/typography.min.js'),(14067,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/typography/typography.scss','wp-content/themes/sinatra/inc/customizer/controls/typography/typography.scss'),(14068,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/widget/class-sinatra-customizer-control-widget.php','wp-content/themes/sinatra/inc/customizer/controls/widget/class-sinatra-customizer-control-widget.php'),(14069,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/widget/widget.css','wp-content/themes/sinatra/inc/customizer/controls/widget/widget.css'),(14070,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/widget/widget.js','wp-content/themes/sinatra/inc/customizer/controls/widget/widget.js'),(14071,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/widget/widget.min.css','wp-content/themes/sinatra/inc/customizer/controls/widget/widget.min.css'),(14072,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/widget/widget.min.js','wp-content/themes/sinatra/inc/customizer/controls/widget/widget.min.js'),(14073,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/controls/widget/widget.scss','wp-content/themes/sinatra/inc/customizer/controls/widget/widget.scss'),(14074,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/customizer-callbacks.php','wp-content/themes/sinatra/inc/customizer/customizer-callbacks.php'),(14075,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/customizer-helpers.php','wp-content/themes/sinatra/inc/customizer/customizer-helpers.php'),(14076,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/customizer-partials.php','wp-content/themes/sinatra/inc/customizer/customizer-partials.php'),(14077,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-blog-page.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-blog-page.php'),(14078,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-breadcrumbs.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-breadcrumbs.php'),(14079,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-buttons.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-buttons.php'),(14080,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-colors.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-colors.php'),(14081,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-copyright-settings.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-copyright-settings.php'),(14082,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-hero.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-hero.php'),(14083,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-layout.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-layout.php'),(14084,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-logo.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-logo.php'),(14085,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-main-footer.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-main-footer.php'),(14086,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-main-header.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-main-header.php'),(14087,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-main-navigation.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-main-navigation.php'),(14088,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-misc.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-misc.php'),(14089,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-page-header.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-page-header.php'),(14090,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-pre-footer.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-pre-footer.php'),(14091,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-sections.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-sections.php'),(14092,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-sidebar.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-sidebar.php'),(14093,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-single-post.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-single-post.php'),(14094,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-sticky-header.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-sticky-header.php'),(14095,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-top-bar.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-top-bar.php'),(14096,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-transparent-header.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-transparent-header.php'),(14097,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-typography.php','wp-content/themes/sinatra/inc/customizer/settings/class-sinatra-customizer-typography.php'),(14098,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/settings/index.php','wp-content/themes/sinatra/inc/customizer/settings/index.php'),(14099,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-button.php','wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-button.php'),(14100,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-nav.php','wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-nav.php'),(14101,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-search.php','wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-search.php'),(14102,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-socials.php','wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-socials.php'),(14103,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-text.php','wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget-text.php'),(14104,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget.php','wp-content/themes/sinatra/inc/customizer/widgets/class-sinatra-customizer-widget.php'),(14105,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/deprecated.php','wp-content/themes/sinatra/inc/deprecated.php'),(14106,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/helpers.php','wp-content/themes/sinatra/inc/helpers.php'),(14107,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/icon-functions.php','wp-content/themes/sinatra/inc/icon-functions.php'),(14108,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/index.php','wp-content/themes/sinatra/inc/index.php'),(14109,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/template-parts.php','wp-content/themes/sinatra/inc/template-parts.php'),(14110,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/template-tags.php','wp-content/themes/sinatra/inc/template-tags.php'),(14111,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/utilities/class-sinatra-plugin-utilities.php','wp-content/themes/sinatra/inc/utilities/class-sinatra-plugin-utilities.php'),(14112,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/inc/widgets.php','wp-content/themes/sinatra/inc/widgets.php'),(14113,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/index.php','wp-content/themes/sinatra/index.php'),(14114,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/languages/sinatra.pot','wp-content/themes/sinatra/languages/sinatra.pot'),(14115,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/page-templates/template-sinatra-fullwidth.php','wp-content/themes/sinatra/page-templates/template-sinatra-fullwidth.php'),(14116,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/readme.txt','wp-content/themes/sinatra/readme.txt'),(14117,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/rtl.css','wp-content/themes/sinatra/rtl.css'),(14118,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/screenshot.jpg','wp-content/themes/sinatra/screenshot.jpg'),(14119,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/search.php','wp-content/themes/sinatra/search.php'),(14120,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/searchform.php','wp-content/themes/sinatra/searchform.php'),(14121,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/sidebar.php','wp-content/themes/sinatra/sidebar.php'),(14122,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/singular.php','wp-content/themes/sinatra/singular.php'),(14123,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/style.css','wp-content/themes/sinatra/style.css'),(14124,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-404.php','wp-content/themes/sinatra/template-parts/content/content-404.php'),(14125,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-blog-horizontal.php','wp-content/themes/sinatra/template-parts/content/content-blog-horizontal.php'),(14126,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-blog-layout-1.php','wp-content/themes/sinatra/template-parts/content/content-blog-layout-1.php'),(14127,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-none.php','wp-content/themes/sinatra/template-parts/content/content-none.php'),(14128,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-page.php','wp-content/themes/sinatra/template-parts/content/content-page.php'),(14129,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-sinatra-fullwidth.php','wp-content/themes/sinatra/template-parts/content/content-sinatra-fullwidth.php'),(14130,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content-single.php','wp-content/themes/sinatra/template-parts/content/content-single.php'),(14131,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/content/content.php','wp-content/themes/sinatra/template-parts/content/content.php'),(14132,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-about-author.php','wp-content/themes/sinatra/template-parts/entry/entry-about-author.php'),(14133,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-author-posts-button.php','wp-content/themes/sinatra/template-parts/entry/entry-author-posts-button.php'),(14134,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-category.php','wp-content/themes/sinatra/template-parts/entry/entry-category.php'),(14135,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-content-footer.php','wp-content/themes/sinatra/template-parts/entry/entry-content-footer.php'),(14136,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-content.php','wp-content/themes/sinatra/template-parts/entry/entry-content.php'),(14137,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-header.php','wp-content/themes/sinatra/template-parts/entry/entry-header.php'),(14138,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-meta.php','wp-content/themes/sinatra/template-parts/entry/entry-meta.php'),(14139,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-prev-next-post.php','wp-content/themes/sinatra/template-parts/entry/entry-prev-next-post.php'),(14140,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-show-comments.php','wp-content/themes/sinatra/template-parts/entry/entry-show-comments.php'),(14141,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-summary-footer.php','wp-content/themes/sinatra/template-parts/entry/entry-summary-footer.php'),(14142,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-summary.php','wp-content/themes/sinatra/template-parts/entry/entry-summary.php'),(14143,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/entry-thumbnail.php','wp-content/themes/sinatra/template-parts/entry/entry-thumbnail.php'),(14144,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-audio.php','wp-content/themes/sinatra/template-parts/entry/format/media-audio.php'),(14145,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-gallery.php','wp-content/themes/sinatra/template-parts/entry/format/media-gallery.php'),(14146,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-image.php','wp-content/themes/sinatra/template-parts/entry/format/media-image.php'),(14147,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-link.php','wp-content/themes/sinatra/template-parts/entry/format/media-link.php'),(14148,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-page.php','wp-content/themes/sinatra/template-parts/entry/format/media-page.php'),(14149,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-quote.php','wp-content/themes/sinatra/template-parts/entry/format/media-quote.php'),(14150,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media-video.php','wp-content/themes/sinatra/template-parts/entry/format/media-video.php'),(14151,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/entry/format/media.php','wp-content/themes/sinatra/template-parts/entry/format/media.php'),(14152,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/footer/base.php','wp-content/themes/sinatra/template-parts/footer/base.php'),(14153,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/footer/copyright/copyright.php','wp-content/themes/sinatra/template-parts/footer/copyright/copyright.php'),(14154,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/base.php','wp-content/themes/sinatra/template-parts/header/base.php'),(14155,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/header-layout-1.php','wp-content/themes/sinatra/template-parts/header/header-layout-1.php'),(14156,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/header-layout-2.php','wp-content/themes/sinatra/template-parts/header/header-layout-2.php'),(14157,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/header-layout-3.php','wp-content/themes/sinatra/template-parts/header/header-layout-3.php'),(14158,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/logo.php','wp-content/themes/sinatra/template-parts/header/logo.php'),(14159,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/navigation.php','wp-content/themes/sinatra/template-parts/header/navigation.php'),(14160,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header/widgets/search.php','wp-content/themes/sinatra/template-parts/header/widgets/search.php'),(14161,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header-page-title-single.php','wp-content/themes/sinatra/template-parts/header-page-title-single.php'),(14162,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/header-page-title.php','wp-content/themes/sinatra/template-parts/header-page-title.php'),(14163,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/hero/hero-hover-slider.php','wp-content/themes/sinatra/template-parts/hero/hero-hover-slider.php'),(14164,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/misc/back-to-top.php','wp-content/themes/sinatra/template-parts/misc/back-to-top.php'),(14165,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/pre-footer/base.php','wp-content/themes/sinatra/template-parts/pre-footer/base.php'),(14166,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/pre-footer/call-to-action.php','wp-content/themes/sinatra/template-parts/pre-footer/call-to-action.php'),(14167,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/preloader/base.php','wp-content/themes/sinatra/template-parts/preloader/base.php'),(14168,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/preloader/preloader-1.php','wp-content/themes/sinatra/template-parts/preloader/preloader-1.php'),(14169,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/template-parts/topbar/topbar.php','wp-content/themes/sinatra/template-parts/topbar/topbar.php'),(14170,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/cart.php','wp-content/themes/sinatra/woocommerce/cart/cart.php'),(14171,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/cross-sells.php','wp-content/themes/sinatra/woocommerce/cart/cross-sells.php'),(14172,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget/buttons.php','wp-content/themes/sinatra/woocommerce/cart/header-widget/buttons.php'),(14173,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget/content.php','wp-content/themes/sinatra/woocommerce/cart/header-widget/content.php'),(14174,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget/dropdown.php','wp-content/themes/sinatra/woocommerce/cart/header-widget/dropdown.php'),(14175,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget/empty.php','wp-content/themes/sinatra/woocommerce/cart/header-widget/empty.php'),(14176,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget/header.php','wp-content/themes/sinatra/woocommerce/cart/header-widget/header.php'),(14177,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget/icon.php','wp-content/themes/sinatra/woocommerce/cart/header-widget/icon.php'),(14178,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/header-widget.php','wp-content/themes/sinatra/woocommerce/cart/header-widget.php'),(14179,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/cart/proceed-to-checkout-button.php','wp-content/themes/sinatra/woocommerce/cart/proceed-to-checkout-button.php'),(14180,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/checkout/form-checkout.php','wp-content/themes/sinatra/woocommerce/checkout/form-checkout.php'),(14181,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/content-single-product.php','wp-content/themes/sinatra/woocommerce/content-single-product.php'),(14182,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/product-searchform.php','wp-content/themes/sinatra/woocommerce/product-searchform.php'),(14183,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/single-product/meta.php','wp-content/themes/sinatra/woocommerce/single-product/meta.php'),(14184,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/single-product/rating.php','wp-content/themes/sinatra/woocommerce/single-product/rating.php'),(14185,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/woocommerce/single-product/tabs/tabs.php','wp-content/themes/sinatra/woocommerce/single-product/tabs/tabs.php'),(14186,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/sinatra/wpml-config.xml','wp-content/themes/sinatra/wpml-config.xml'),(14187,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/css/button-outline.css','wp-content/themes/twentytwentyfour/assets/css/button-outline.css'),(14188,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt','wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt'),(14189,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2','wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2'),(14190,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2','wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2'),(14191,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2','wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2'),(14192,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2','wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2'),(14193,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2','wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2'),(14194,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt','wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt'),(14195,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2','wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2'),(14196,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt','wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt'),(14197,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2','wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2'),(14198,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2','wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2'),(14199,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt','wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt'),(14200,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp','wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp'),(14201,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp','wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp'),(14202,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp','wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp'),(14203,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp','wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp'),(14204,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp','wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp'),(14205,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp','wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp'),(14206,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/icon-message.webp','wp-content/themes/twentytwentyfour/assets/images/icon-message.webp'),(14207,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/museum.webp','wp-content/themes/twentytwentyfour/assets/images/museum.webp'),(14208,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp','wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp'),(14209,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/assets/images/windows.webp','wp-content/themes/twentytwentyfour/assets/images/windows.webp'),(14210,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/functions.php','wp-content/themes/twentytwentyfour/functions.php'),(14211,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/parts/footer.html','wp-content/themes/twentytwentyfour/parts/footer.html'),(14212,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/parts/header.html','wp-content/themes/twentytwentyfour/parts/header.html'),(14213,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/parts/post-meta.html','wp-content/themes/twentytwentyfour/parts/post-meta.html'),(14214,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/parts/sidebar.html','wp-content/themes/twentytwentyfour/parts/sidebar.html'),(14215,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/banner-hero.php','wp-content/themes/twentytwentyfour/patterns/banner-hero.php'),(14216,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php','wp-content/themes/twentytwentyfour/patterns/banner-project-description.php'),(14217,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php','wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php'),(14218,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php','wp-content/themes/twentytwentyfour/patterns/cta-pricing.php'),(14219,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php','wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php'),(14220,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php','wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php'),(14221,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php','wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php'),(14222,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php','wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php'),(14223,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php','wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php'),(14224,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/footer.php','wp-content/themes/twentytwentyfour/patterns/footer.php'),(14225,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php','wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php'),(14226,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php','wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php'),(14227,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php','wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php'),(14228,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php','wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php'),(14229,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php','wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php'),(14230,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-404.php','wp-content/themes/twentytwentyfour/patterns/hidden-404.php'),(14231,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php','wp-content/themes/twentytwentyfour/patterns/hidden-comments.php'),(14232,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php','wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php'),(14233,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php','wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php'),(14234,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php','wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php'),(14235,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php','wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php'),(14236,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-search.php','wp-content/themes/twentytwentyfour/patterns/hidden-search.php'),(14237,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php','wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php'),(14238,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-about-business.php','wp-content/themes/twentytwentyfour/patterns/page-about-business.php'),(14239,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php','wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php'),(14240,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-home-business.php','wp-content/themes/twentytwentyfour/patterns/page-home-business.php'),(14241,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php','wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php'),(14242,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php','wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php'),(14243,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php','wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php'),(14244,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php','wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php'),(14245,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php','wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php'),(14246,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php','wp-content/themes/twentytwentyfour/patterns/posts-1-col.php'),(14247,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php','wp-content/themes/twentytwentyfour/patterns/posts-3-col.php'),(14248,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php','wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php'),(14249,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php','wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php'),(14250,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php','wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php'),(14251,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/posts-list.php','wp-content/themes/twentytwentyfour/patterns/posts-list.php'),(14252,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/team-4-col.php','wp-content/themes/twentytwentyfour/patterns/team-4-col.php'),(14253,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php','wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php'),(14254,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php','wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php'),(14255,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php','wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php'),(14256,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-home-business.php','wp-content/themes/twentytwentyfour/patterns/template-home-business.php'),(14257,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php','wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php'),(14258,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php','wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php'),(14259,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php','wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php'),(14260,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php','wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php'),(14261,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php','wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php'),(14262,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php','wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php'),(14263,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php','wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php'),(14264,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php','wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php'),(14265,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php','wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php'),(14266,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php','wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php'),(14267,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-faq.php','wp-content/themes/twentytwentyfour/patterns/text-faq.php'),(14268,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php','wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php'),(14269,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-project-details.php','wp-content/themes/twentytwentyfour/patterns/text-project-details.php'),(14270,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php','wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php'),(14271,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/readme.txt','wp-content/themes/twentytwentyfour/readme.txt'),(14272,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/screenshot.png','wp-content/themes/twentytwentyfour/screenshot.png'),(14273,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/style.css','wp-content/themes/twentytwentyfour/style.css'),(14274,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/ember.json','wp-content/themes/twentytwentyfour/styles/ember.json'),(14275,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/fossil.json','wp-content/themes/twentytwentyfour/styles/fossil.json'),(14276,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/ice.json','wp-content/themes/twentytwentyfour/styles/ice.json'),(14277,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/maelstrom.json','wp-content/themes/twentytwentyfour/styles/maelstrom.json'),(14278,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/mint.json','wp-content/themes/twentytwentyfour/styles/mint.json'),(14279,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/onyx.json','wp-content/themes/twentytwentyfour/styles/onyx.json'),(14280,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/styles/rust.json','wp-content/themes/twentytwentyfour/styles/rust.json'),(14281,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/404.html','wp-content/themes/twentytwentyfour/templates/404.html'),(14282,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/archive.html','wp-content/themes/twentytwentyfour/templates/archive.html'),(14283,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/home.html','wp-content/themes/twentytwentyfour/templates/home.html'),(14284,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/index.html','wp-content/themes/twentytwentyfour/templates/index.html'),(14285,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/page-no-title.html','wp-content/themes/twentytwentyfour/templates/page-no-title.html'),(14286,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/page-wide.html','wp-content/themes/twentytwentyfour/templates/page-wide.html'),(14287,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html','wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html'),(14288,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/page.html','wp-content/themes/twentytwentyfour/templates/page.html'),(14289,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/search.html','wp-content/themes/twentytwentyfour/templates/search.html'),(14290,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html','wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html'),(14291,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/templates/single.html','wp-content/themes/twentytwentyfour/templates/single.html'),(14292,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentyfour/theme.json','wp-content/themes/twentytwentyfour/theme.json'),(14293,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2'),(14294,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2'),(14295,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2'),(14296,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2'),(14297,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt'),(14298,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2'),(14299,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2'),(14300,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2'),(14301,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2'),(14302,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt'),(14303,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf','wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf'),(14304,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt','wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt'),(14305,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md'),(14306,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),(14307,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),(14308,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),(14309,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),(14310,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/parts/comments.html','wp-content/themes/twentytwentythree/parts/comments.html'),(14311,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/parts/footer.html','wp-content/themes/twentytwentythree/parts/footer.html'),(14312,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/parts/header.html','wp-content/themes/twentytwentythree/parts/header.html'),(14313,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/parts/post-meta.html','wp-content/themes/twentytwentythree/parts/post-meta.html'),(14314,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/patterns/call-to-action.php','wp-content/themes/twentytwentythree/patterns/call-to-action.php'),(14315,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/patterns/footer-default.php','wp-content/themes/twentytwentythree/patterns/footer-default.php'),(14316,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/patterns/hidden-404.php','wp-content/themes/twentytwentythree/patterns/hidden-404.php'),(14317,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/patterns/hidden-comments.php','wp-content/themes/twentytwentythree/patterns/hidden-comments.php'),(14318,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php','wp-content/themes/twentytwentythree/patterns/hidden-no-results.php'),(14319,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/patterns/post-meta.php','wp-content/themes/twentytwentythree/patterns/post-meta.php'),(14320,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/readme.txt','wp-content/themes/twentytwentythree/readme.txt'),(14321,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/screenshot.png','wp-content/themes/twentytwentythree/screenshot.png'),(14322,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/style.css','wp-content/themes/twentytwentythree/style.css'),(14323,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/aubergine.json','wp-content/themes/twentytwentythree/styles/aubergine.json'),(14324,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/block-out.json','wp-content/themes/twentytwentythree/styles/block-out.json'),(14325,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/canary.json','wp-content/themes/twentytwentythree/styles/canary.json'),(14326,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/electric.json','wp-content/themes/twentytwentythree/styles/electric.json'),(14327,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/grapes.json','wp-content/themes/twentytwentythree/styles/grapes.json'),(14328,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/marigold.json','wp-content/themes/twentytwentythree/styles/marigold.json'),(14329,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/pilgrimage.json','wp-content/themes/twentytwentythree/styles/pilgrimage.json'),(14330,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/pitch.json','wp-content/themes/twentytwentythree/styles/pitch.json'),(14331,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/sherbet.json','wp-content/themes/twentytwentythree/styles/sherbet.json'),(14332,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/styles/whisper.json','wp-content/themes/twentytwentythree/styles/whisper.json'),(14333,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/404.html','wp-content/themes/twentytwentythree/templates/404.html'),(14334,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/archive.html','wp-content/themes/twentytwentythree/templates/archive.html'),(14335,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/blank.html','wp-content/themes/twentytwentythree/templates/blank.html'),(14336,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/blog-alternative.html','wp-content/themes/twentytwentythree/templates/blog-alternative.html'),(14337,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/home.html','wp-content/themes/twentytwentythree/templates/home.html'),(14338,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/index.html','wp-content/themes/twentytwentythree/templates/index.html'),(14339,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/page.html','wp-content/themes/twentytwentythree/templates/page.html'),(14340,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/search.html','wp-content/themes/twentytwentythree/templates/search.html'),(14341,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/templates/single.html','wp-content/themes/twentytwentythree/templates/single.html'),(14342,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentythree/theme.json','wp-content/themes/twentytwentythree/theme.json'),(14343,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2'),(14344,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2'),(14345,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2'),(14346,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2'),(14347,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf'),(14348,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf'),(14349,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf'),(14350,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf'),(14351,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt'),(14352,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2'),(14353,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2'),(14354,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2'),(14355,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2'),(14356,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2'),(14357,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2'),(14358,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2'),(14359,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2'),(14360,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt'),(14361,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf','wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf'),(14362,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt','wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt'),(14363,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md'),(14364,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),(14365,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),(14366,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),(14367,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),(14368,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg','wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg'),(14369,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg','wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg'),(14370,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg','wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg'),(14371,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg','wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg'),(14372,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/divider-black.png','wp-content/themes/twentytwentytwo/assets/images/divider-black.png'),(14373,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/divider-white.png','wp-content/themes/twentytwentytwo/assets/images/divider-white.png'),(14374,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg','wp-content/themes/twentytwentytwo/assets/images/ducks.jpg'),(14375,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg'),(14376,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg'),(14377,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg'),(14378,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg'),(14379,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png'),(14380,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png'),(14381,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png'),(14382,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png'),(14383,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png','wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png'),(14384,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg','wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg'),(14385,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4','wp-content/themes/twentytwentytwo/assets/videos/birds.mp4'),(14386,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/functions.php','wp-content/themes/twentytwentytwo/functions.php'),(14387,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/block-patterns.php','wp-content/themes/twentytwentytwo/inc/block-patterns.php'),(14388,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php'),(14389,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php'),(14390,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php'),(14391,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php'),(14392,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php'),(14393,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php'),(14394,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php'),(14395,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php'),(14396,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php'),(14397,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php'),(14398,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php'),(14399,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php'),(14400,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php','wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php'),(14401,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php','wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php'),(14402,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php','wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php'),(14403,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php','wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php'),(14404,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php','wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php'),(14405,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php','wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php'),(14406,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php','wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php'),(14407,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php','wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php'),(14408,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php','wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php'),(14409,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php','wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php'),(14410,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php','wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php'),(14411,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php','wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php'),(14412,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php'),(14413,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php'),(14414,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php'),(14415,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php','wp-content/themes/twentytwentytwo/inc/patterns/header-default.php'),(14416,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php','wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php'),(14417,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php'),(14418,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php'),(14419,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php'),(14420,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php'),(14421,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php'),(14422,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php'),(14423,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php','wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php'),(14424,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php'),(14425,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php'),(14426,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php'),(14427,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php','wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php'),(14428,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php','wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php'),(14429,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php','wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php'),(14430,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php','wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php'),(14431,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php','wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php'),(14432,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php','wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php'),(14433,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php'),(14434,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php'),(14435,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php'),(14436,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php'),(14437,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php'),(14438,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php'),(14439,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php'),(14440,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php'),(14441,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php'),(14442,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php'),(14443,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php'),(14444,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php'),(14445,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php'),(14446,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php'),(14447,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php','wp-content/themes/twentytwentytwo/inc/patterns/query-default.php'),(14448,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php','wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php'),(14449,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php','wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php'),(14450,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php','wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php'),(14451,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php','wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php'),(14452,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php','wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php'),(14453,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php','wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php'),(14454,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/index.php','wp-content/themes/twentytwentytwo/index.php'),(14455,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/parts/footer.html','wp-content/themes/twentytwentytwo/parts/footer.html'),(14456,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/parts/header-large-dark.html','wp-content/themes/twentytwentytwo/parts/header-large-dark.html'),(14457,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/parts/header-small-dark.html','wp-content/themes/twentytwentytwo/parts/header-small-dark.html'),(14458,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/parts/header.html','wp-content/themes/twentytwentytwo/parts/header.html'),(14459,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/readme.txt','wp-content/themes/twentytwentytwo/readme.txt'),(14460,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/screenshot.png','wp-content/themes/twentytwentytwo/screenshot.png'),(14461,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/style.css','wp-content/themes/twentytwentytwo/style.css'),(14462,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/styles/blue.json','wp-content/themes/twentytwentytwo/styles/blue.json'),(14463,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/styles/pink.json','wp-content/themes/twentytwentytwo/styles/pink.json'),(14464,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/styles/swiss.json','wp-content/themes/twentytwentytwo/styles/swiss.json'),(14465,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/404.html','wp-content/themes/twentytwentytwo/templates/404.html'),(14466,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/archive.html','wp-content/themes/twentytwentytwo/templates/archive.html'),(14467,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/blank.html','wp-content/themes/twentytwentytwo/templates/blank.html'),(14468,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/home.html','wp-content/themes/twentytwentytwo/templates/home.html'),(14469,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/index.html','wp-content/themes/twentytwentytwo/templates/index.html'),(14470,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/page-large-header.html','wp-content/themes/twentytwentytwo/templates/page-large-header.html'),(14471,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/page-no-separators.html','wp-content/themes/twentytwentytwo/templates/page-no-separators.html'),(14472,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/page.html','wp-content/themes/twentytwentytwo/templates/page.html'),(14473,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/search.html','wp-content/themes/twentytwentytwo/templates/search.html'),(14474,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/single-no-separators.html','wp-content/themes/twentytwentytwo/templates/single-no-separators.html'),(14475,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/templates/single.html','wp-content/themes/twentytwentytwo/templates/single.html'),(14476,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/twentytwentytwo/theme.json','wp-content/themes/twentytwentytwo/theme.json'),(14477,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/backwards-compatibility.css','wp-content/themes/yith-wonder/assets/css/backwards-compatibility.css'),(14478,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/backwards-compatibility.css.map','wp-content/themes/yith-wonder/assets/css/backwards-compatibility.css.map'),(14479,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/backwards-compatibility.min.css','wp-content/themes/yith-wonder/assets/css/backwards-compatibility.min.css'),(14480,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/button.css','wp-content/themes/yith-wonder/assets/css/blocks/button.css'),(14481,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/button.css.map','wp-content/themes/yith-wonder/assets/css/blocks/button.css.map'),(14482,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/button.min.css','wp-content/themes/yith-wonder/assets/css/blocks/button.min.css'),(14483,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/navigation.css','wp-content/themes/yith-wonder/assets/css/blocks/navigation.css'),(14484,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/navigation.css.map','wp-content/themes/yith-wonder/assets/css/blocks/navigation.css.map'),(14485,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/navigation.min.css','wp-content/themes/yith-wonder/assets/css/blocks/navigation.min.css'),(14486,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/paragraph.css','wp-content/themes/yith-wonder/assets/css/blocks/paragraph.css'),(14487,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/paragraph.css.map','wp-content/themes/yith-wonder/assets/css/blocks/paragraph.css.map'),(14488,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/blocks/paragraph.min.css','wp-content/themes/yith-wonder/assets/css/blocks/paragraph.min.css'),(14489,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/general-block-style.css','wp-content/themes/yith-wonder/assets/css/general-block-style.css'),(14490,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/general-block-style.css.map','wp-content/themes/yith-wonder/assets/css/general-block-style.css.map'),(14491,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/general-block-style.min.css','wp-content/themes/yith-wonder/assets/css/general-block-style.min.css'),(14492,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/registered-block-styles.css','wp-content/themes/yith-wonder/assets/css/registered-block-styles.css'),(14493,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/registered-block-styles.css.map','wp-content/themes/yith-wonder/assets/css/registered-block-styles.css.map'),(14494,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/registered-block-styles.min.css','wp-content/themes/yith-wonder/assets/css/registered-block-styles.min.css'),(14495,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/woocommerce/woocommerce.css','wp-content/themes/yith-wonder/assets/css/woocommerce/woocommerce.css'),(14496,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/woocommerce/woocommerce.css.map','wp-content/themes/yith-wonder/assets/css/woocommerce/woocommerce.css.map'),(14497,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/css/woocommerce/woocommerce.min.css','wp-content/themes/yith-wonder/assets/css/woocommerce/woocommerce.min.css'),(14498,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Jost-Italic-VariableFont_wght.ttf','wp-content/themes/yith-wonder/assets/fonts/Jost-Italic-VariableFont_wght.ttf'),(14499,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Jost-VariableFont_wght.ttf','wp-content/themes/yith-wonder/assets/fonts/Jost-VariableFont_wght.ttf'),(14500,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Montserrat-Italic-VariableFont_wght.ttf','wp-content/themes/yith-wonder/assets/fonts/Montserrat-Italic-VariableFont_wght.ttf'),(14501,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Montserrat-VariableFont_wght.ttf','wp-content/themes/yith-wonder/assets/fonts/Montserrat-VariableFont_wght.ttf'),(14502,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Mulish-Italic-VariableFont_wght.ttf','wp-content/themes/yith-wonder/assets/fonts/Mulish-Italic-VariableFont_wght.ttf'),(14503,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Mulish-VariableFont_wght.ttf','wp-content/themes/yith-wonder/assets/fonts/Mulish-VariableFont_wght.ttf'),(14504,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Nunito-Italic-VariableFont_wght.ttf','wp-content/themes/yith-wonder/assets/fonts/Nunito-Italic-VariableFont_wght.ttf'),(14505,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Nunito-VariableFont_wght.ttf','wp-content/themes/yith-wonder/assets/fonts/Nunito-VariableFont_wght.ttf'),(14506,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Raleway-Italic-VariableFont_wght.ttf','wp-content/themes/yith-wonder/assets/fonts/Raleway-Italic-VariableFont_wght.ttf'),(14507,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/Raleway-VariableFont_wght.ttf','wp-content/themes/yith-wonder/assets/fonts/Raleway-VariableFont_wght.ttf'),(14508,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/RobotoSlab-VariableFont_wght.ttf','wp-content/themes/yith-wonder/assets/fonts/RobotoSlab-VariableFont_wght.ttf'),(14509,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/changa-one-v18-latin-italic.woff2','wp-content/themes/yith-wonder/assets/fonts/changa-one-v18-latin-italic.woff2'),(14510,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/changa-one-v18-latin-regular.woff2','wp-content/themes/yith-wonder/assets/fonts/changa-one-v18-latin-regular.woff2'),(14511,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/forum-v16-latin-regular.woff2','wp-content/themes/yith-wonder/assets/fonts/forum-v16-latin-regular.woff2'),(14512,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-300.woff2','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-300.woff2'),(14513,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-300italic.woff2','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-300italic.woff2'),(14514,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-700.woff2','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-700.woff2'),(14515,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-700italic.woff2','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-700italic.woff2'),(14516,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-900.woff2','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-900.woff2'),(14517,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-900italic.woff2','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-900italic.woff2'),(14518,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-italic.woff2','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-italic.woff2'),(14519,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-regular.woff2','wp-content/themes/yith-wonder/assets/fonts/merriweather-v30-latin-regular.woff2'),(14520,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-200.woff2','wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-200.woff2'),(14521,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-300.woff2','wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-300.woff2'),(14522,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-500.woff2','wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-500.woff2'),(14523,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-600.woff2','wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-600.woff2'),(14524,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-regular.woff2','wp-content/themes/yith-wonder/assets/fonts/oswald-v48-latin-regular.woff2'),(14525,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-500.woff2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-500.woff2'),(14526,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-500italic.woff2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-500italic.woff2'),(14527,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-600.woff2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-600.woff2'),(14528,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-600italic.woff2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-600italic.woff2'),(14529,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-700.woff2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-700.woff2'),(14530,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-700italic.woff2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-700italic.woff2'),(14531,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-800.woff2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-800.woff2'),(14532,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-800italic.woff2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-800italic.woff2'),(14533,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-900.woff2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-900.woff2'),(14534,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-900italic.woff2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-900italic.woff2'),(14535,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-italic.woff2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-italic.woff2'),(14536,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-regular.woff2','wp-content/themes/yith-wonder/assets/fonts/playfair-display-v29-latin-regular.woff2'),(14537,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-100.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-100.woff2'),(14538,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-100italic.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-100italic.woff2'),(14539,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-200.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-200.woff2'),(14540,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-200italic.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-200italic.woff2'),(14541,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-300.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-300.woff2'),(14542,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-300italic.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-300italic.woff2'),(14543,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-500.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-500.woff2'),(14544,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-500italic.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-500italic.woff2'),(14545,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-600.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-600.woff2'),(14546,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-600italic.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-600italic.woff2'),(14547,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-700.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-700.woff2'),(14548,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-700italic.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-700italic.woff2'),(14549,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-800.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-800.woff2'),(14550,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-800italic.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-800italic.woff2'),(14551,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-900.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-900.woff2'),(14552,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-900italic.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-900italic.woff2'),(14553,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-italic.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-italic.woff2'),(14554,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-regular.woff2','wp-content/themes/yith-wonder/assets/fonts/poppins-v20-latin-regular.woff2'),(14555,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/satisfy-v17-latin-regular.woff2','wp-content/themes/yith-wonder/assets/fonts/satisfy-v17-latin-regular.woff2'),(14556,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-300.woff2','wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-300.woff2'),(14557,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-500.woff2','wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-500.woff2'),(14558,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-700.woff2','wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-700.woff2'),(14559,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-800.woff2','wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-800.woff2'),(14560,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-regular.woff2','wp-content/themes/yith-wonder/assets/fonts/solway-v15-latin-regular.woff2'),(14561,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-200.woff2','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-200.woff2'),(14562,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-200italic.woff2','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-200italic.woff2'),(14563,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-300.woff2','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-300.woff2'),(14564,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-300italic.woff2','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-300italic.woff2'),(14565,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-600.woff2','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-600.woff2'),(14566,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-600italic.woff2','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-600italic.woff2'),(14567,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-700.woff2','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-700.woff2'),(14568,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-700italic.woff2','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-700italic.woff2'),(14569,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-900.woff2','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-900.woff2'),(14570,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-900italic.woff2','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-900italic.woff2'),(14571,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-italic.woff2','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-italic.woff2'),(14572,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-regular.woff2','wp-content/themes/yith-wonder/assets/fonts/source-sans-pro-v21-latin-regular.woff2'),(14573,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/company-1.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/company/company-1.jpg'),(14574,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/company-2.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/company/company-2.jpg'),(14575,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/company-3.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/company/company-3.jpg'),(14576,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/happycustomers.png','wp-content/themes/yith-wonder/assets/images/demo-content/company/happycustomers.png'),(14577,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/happycustomers.svg','wp-content/themes/yith-wonder/assets/images/demo-content/company/happycustomers.svg'),(14578,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/high-quality.png','wp-content/themes/yith-wonder/assets/images/demo-content/company/high-quality.png'),(14579,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/high-quality.svg','wp-content/themes/yith-wonder/assets/images/demo-content/company/high-quality.svg'),(14580,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/refund-policy.png','wp-content/themes/yith-wonder/assets/images/demo-content/company/refund-policy.png'),(14581,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/refund-policy.svg','wp-content/themes/yith-wonder/assets/images/demo-content/company/refund-policy.svg'),(14582,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/company/testimonial.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/company/testimonial.jpg'),(14583,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/Intersection-1@2x.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/Intersection-1@2x.jpg'),(14584,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/banner-image.png','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/banner-image.png'),(14585,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/black.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/black.jpg'),(14586,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/denim.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/denim.jpg'),(14587,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/glass@2x.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/glass@2x.jpg'),(14588,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/glasses.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/glasses.jpg'),(14589,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/martharamos.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/martharamos.jpg'),(14590,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-1/testimonials-bg.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-1/testimonials-bg.jpg'),(14591,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner1.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner1.jpg'),(14592,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner2.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner2.jpg'),(14593,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner3.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner3.jpg'),(14594,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner4.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/banner4.jpg'),(14595,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/buysafe.png','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/buysafe.png'),(14596,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/buysafe.svg','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/buysafe.svg'),(14597,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/customercare.png','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/customercare.png'),(14598,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/customercare.svg','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/customercare.svg'),(14599,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/freedelivery.png','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/freedelivery.png'),(14600,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/freedelivery.svg','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/freedelivery.svg'),(14601,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/triangle.png','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/triangle.png'),(14602,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-2/wardrobecapsule.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-2/wardrobecapsule.jpg'),(14603,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner-2.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner-2.jpg'),(14604,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner1.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner1.jpg'),(14605,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner3.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner3.jpg'),(14606,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner4.png','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/banner4.png'),(14607,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/icon1.svg','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/icon1.svg'),(14608,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/icon2.svg','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/icon2.svg'),(14609,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/icon3.svg','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/icon3.svg'),(14610,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/pattern-bg.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/pattern-bg.jpg'),(14611,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/titles-shape.png','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/titles-shape.png'),(14612,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/titles-shape.svg','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/titles-shape.svg'),(14613,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/home-3/yellow-woman.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/home-3/yellow-woman.jpg'),(14614,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/accessories.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/accessories.jpg'),(14615,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/background-blog.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/background-blog.jpg'),(14616,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/bracelets.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/bracelets.jpg'),(14617,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/charms.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/charms.jpg'),(14618,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/earrings.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/earrings.jpg'),(14619,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/engagement_rings.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/engagement_rings.jpg'),(14620,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/golden_rings.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/golden_rings.jpg'),(14621,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/jewelry.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/jewelry.jpg'),(14622,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/platinum_rings.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/platinum_rings.jpg'),(14623,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-engagment.svg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-engagment.svg'),(14624,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-pearl.svg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-pearl.svg'),(14625,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-platinum.svg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-platinum.svg'),(14626,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-rose-gold.svg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings-rose-gold.svg'),(14627,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings_diamond.svg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/rings_diamond.svg'),(14628,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-payment.svg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-payment.svg'),(14629,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-review.svg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-review.svg'),(14630,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-shipping.svg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-shipping.svg'),(14631,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-warranty.svg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/services-warranty.svg'),(14632,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/slide-01.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/slide-01.jpg'),(14633,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/watches.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/jewelry/watches.jpg'),(14634,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/background-decoration.png','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/background-decoration.png'),(14635,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/bean-bg.png','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/bean-bg.png'),(14636,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/business-woman.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/business-woman.jpg'),(14637,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/circle-gradient.png','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/circle-gradient.png'),(14638,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-01.png','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-01.png'),(14639,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-02.png','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-02.png'),(14640,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-03.png','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-03.png'),(14641,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-a.png','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-a.png'),(14642,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-b.png','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-b.png'),(14643,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-c.png','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icon-c.png'),(14644,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icons-bg.png','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/icons-bg.png'),(14645,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/white-wave.svg','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/white-wave.svg'),(14646,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/woman-with-phone.png','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/woman-with-phone.png'),(14647,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/orchid/yellow-phone.png','wp-content/themes/yith-wonder/assets/images/demo-content/orchid/yellow-phone.png'),(14648,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/phone-handset-black.svg','wp-content/themes/yith-wonder/assets/images/demo-content/phone-handset-black.svg'),(14649,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/phone-handset.png','wp-content/themes/yith-wonder/assets/images/demo-content/phone-handset.png'),(14650,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/phone-handset.svg','wp-content/themes/yith-wonder/assets/images/demo-content/phone-handset.svg'),(14651,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-1.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-1.jpg'),(14652,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-2.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-2.jpg'),(14653,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-3.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-3.jpg'),(14654,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-4.jpg','wp-content/themes/yith-wonder/assets/images/demo-content/testimonials/testimonials-image-4.jpg'),(14655,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/wonder-logo-blue.png','wp-content/themes/yith-wonder/assets/images/demo-content/wonder-logo-blue.png'),(14656,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/wonder-logo-white.png','wp-content/themes/yith-wonder/assets/images/demo-content/wonder-logo-white.png'),(14657,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/demo-content/wonder-logo.png','wp-content/themes/yith-wonder/assets/images/demo-content/wonder-logo.png'),(14658,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/icons/post-author.svg','wp-content/themes/yith-wonder/assets/images/icons/post-author.svg'),(14659,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/icons/post-category.svg','wp-content/themes/yith-wonder/assets/images/icons/post-category.svg'),(14660,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/icons/post-date.svg','wp-content/themes/yith-wonder/assets/images/icons/post-date.svg'),(14661,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/images/icons/post-tag.svg','wp-content/themes/yith-wonder/assets/images/icons/post-tag.svg'),(14662,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/js/block-variations.js','wp-content/themes/yith-wonder/assets/js/block-variations.js'),(14663,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/backwards-compatibility.scss','wp-content/themes/yith-wonder/assets/sass/backwards-compatibility.scss'),(14664,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/blocks/button.scss','wp-content/themes/yith-wonder/assets/sass/blocks/button.scss'),(14665,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/blocks/navigation.scss','wp-content/themes/yith-wonder/assets/sass/blocks/navigation.scss'),(14666,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/blocks/paragraph.scss','wp-content/themes/yith-wonder/assets/sass/blocks/paragraph.scss'),(14667,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/general-block-style.scss','wp-content/themes/yith-wonder/assets/sass/general-block-style.scss'),(14668,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/registered-block-styles.scss','wp-content/themes/yith-wonder/assets/sass/registered-block-styles.scss'),(14669,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/cart.scss','wp-content/themes/yith-wonder/assets/sass/woocommerce/cart.scss'),(14670,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/catalog-pages.scss','wp-content/themes/yith-wonder/assets/sass/woocommerce/catalog-pages.scss'),(14671,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/checkout.scss','wp-content/themes/yith-wonder/assets/sass/woocommerce/checkout.scss'),(14672,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/generic.scss','wp-content/themes/yith-wonder/assets/sass/woocommerce/generic.scss'),(14673,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/mini-cart.scss','wp-content/themes/yith-wonder/assets/sass/woocommerce/mini-cart.scss'),(14674,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/single-product.scss','wp-content/themes/yith-wonder/assets/sass/woocommerce/single-product.scss'),(14675,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/thankyou.scss','wp-content/themes/yith-wonder/assets/sass/woocommerce/thankyou.scss'),(14676,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/assets/sass/woocommerce/woocommerce.scss','wp-content/themes/yith-wonder/assets/sass/woocommerce/woocommerce.scss'),(14677,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/functions.php','wp-content/themes/yith-wonder/functions.php'),(14678,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/backward-compatibility.php','wp-content/themes/yith-wonder/inc/backward-compatibility.php'),(14679,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/register-block-pattern-categories.php','wp-content/themes/yith-wonder/inc/register-block-pattern-categories.php'),(14680,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/register-block-styles.php','wp-content/themes/yith-wonder/inc/register-block-styles.php'),(14681,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/register-block-variations.php','wp-content/themes/yith-wonder/inc/register-block-variations.php'),(14682,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/registered-block-patterns-override.php','wp-content/themes/yith-wonder/inc/registered-block-patterns-override.php'),(14683,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/scripts.php','wp-content/themes/yith-wonder/inc/scripts.php'),(14684,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/inc/woocommerce.php','wp-content/themes/yith-wonder/inc/woocommerce.php'),(14685,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/index.php','wp-content/themes/yith-wonder/index.php'),(14686,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/footer-3-columns-centered.html','wp-content/themes/yith-wonder/parts/footer-3-columns-centered.html'),(14687,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/footer-3-columns.html','wp-content/themes/yith-wonder/parts/footer-3-columns.html'),(14688,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/footer.html','wp-content/themes/yith-wonder/parts/footer.html'),(14689,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header-centered-logo-split-menu.html','wp-content/themes/yith-wonder/parts/header-centered-logo-split-menu.html'),(14690,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header-centered.html','wp-content/themes/yith-wonder/parts/header-centered.html'),(14691,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header-left-logo-nav-below.html','wp-content/themes/yith-wonder/parts/header-left-logo-nav-below.html'),(14692,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header-left-logo-nav-inline-wide.html','wp-content/themes/yith-wonder/parts/header-left-logo-nav-inline-wide.html'),(14693,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header-left-logo-nav-inline.html','wp-content/themes/yith-wonder/parts/header-left-logo-nav-inline.html'),(14694,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header-transparent.html','wp-content/themes/yith-wonder/parts/header-transparent.html'),(14695,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/header.html','wp-content/themes/yith-wonder/parts/header.html'),(14696,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/vertical-sidebar-2.html','wp-content/themes/yith-wonder/parts/vertical-sidebar-2.html'),(14697,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/parts/vertical-sidebar.html','wp-content/themes/yith-wonder/parts/vertical-sidebar.html'),(14698,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/3-columns-banner.php','wp-content/themes/yith-wonder/patterns/3-columns-banner.php'),(14699,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/3-columns-with-icons.php','wp-content/themes/yith-wonder/patterns/3-columns-with-icons.php'),(14700,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/4-columns-icon-and-text.php','wp-content/themes/yith-wonder/patterns/4-columns-icon-and-text.php'),(14701,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/404.php','wp-content/themes/yith-wonder/patterns/404.php'),(14702,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/5-columns-product-categories.php','wp-content/themes/yith-wonder/patterns/5-columns-product-categories.php'),(14703,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/banner-1-3-2-3.php','wp-content/themes/yith-wonder/patterns/banner-1-3-2-3.php'),(14704,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/banner-with-3-buttons.php','wp-content/themes/yith-wonder/patterns/banner-with-3-buttons.php'),(14705,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/banner-with-cta-1.php','wp-content/themes/yith-wonder/patterns/banner-with-cta-1.php'),(14706,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/banner-with-grid-gallery.php','wp-content/themes/yith-wonder/patterns/banner-with-grid-gallery.php'),(14707,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/banner-with-title-and-separator.php','wp-content/themes/yith-wonder/patterns/banner-with-title-and-separator.php'),(14708,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/blog-page.php','wp-content/themes/yith-wonder/patterns/blog-page.php'),(14709,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/company-page.php','wp-content/themes/yith-wonder/patterns/company-page.php'),(14710,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/contact-us.php','wp-content/themes/yith-wonder/patterns/contact-us.php'),(14711,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/creative-banners-grid.php','wp-content/themes/yith-wonder/patterns/creative-banners-grid.php'),(14712,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/creative-list-with-image.php','wp-content/themes/yith-wonder/patterns/creative-list-with-image.php'),(14713,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/homepage-1.php','wp-content/themes/yith-wonder/patterns/homepage-1.php'),(14714,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/homepage-2.php','wp-content/themes/yith-wonder/patterns/homepage-2.php'),(14715,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/homepage-3.php','wp-content/themes/yith-wonder/patterns/homepage-3.php'),(14716,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/homepage-jewels.php','wp-content/themes/yith-wonder/patterns/homepage-jewels.php'),(14717,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/homepage-orchid.php','wp-content/themes/yith-wonder/patterns/homepage-orchid.php'),(14718,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/my-account-icon.php','wp-content/themes/yith-wonder/patterns/my-account-icon.php'),(14719,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-footer-3-columns-centered.php','wp-content/themes/yith-wonder/patterns/site-footer-3-columns-centered.php'),(14720,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-footer-3-columns.php','wp-content/themes/yith-wonder/patterns/site-footer-3-columns.php'),(14721,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-footer.php','wp-content/themes/yith-wonder/patterns/site-footer.php'),(14722,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-header-centered-logo-split-menu.php','wp-content/themes/yith-wonder/patterns/site-header-centered-logo-split-menu.php'),(14723,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-header-centered.php','wp-content/themes/yith-wonder/patterns/site-header-centered.php'),(14724,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-header-left-logo-navigation-below.php','wp-content/themes/yith-wonder/patterns/site-header-left-logo-navigation-below.php'),(14725,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-header-left-logo-navigation-inline.php','wp-content/themes/yith-wonder/patterns/site-header-left-logo-navigation-inline.php'),(14726,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/site-header-transparent.php','wp-content/themes/yith-wonder/patterns/site-header-transparent.php'),(14727,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/testimonial-with-image-1.php','wp-content/themes/yith-wonder/patterns/testimonial-with-image-1.php'),(14728,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/testimonial-with-image-2.php','wp-content/themes/yith-wonder/patterns/testimonial-with-image-2.php'),(14729,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/testimonial-with-image-3.php','wp-content/themes/yith-wonder/patterns/testimonial-with-image-3.php'),(14730,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/patterns/testimonials.php','wp-content/themes/yith-wonder/patterns/testimonials.php'),(14731,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/readme.txt','wp-content/themes/yith-wonder/readme.txt'),(14732,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/screenshot.jpg','wp-content/themes/yith-wonder/screenshot.jpg'),(14733,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/style.css','wp-content/themes/yith-wonder/style.css'),(14734,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/01-blue-shades.json','wp-content/themes/yith-wonder/styles/01-blue-shades.json'),(14735,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/02-pink-shades.json','wp-content/themes/yith-wonder/styles/02-pink-shades.json'),(14736,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/03-orange-shades.json','wp-content/themes/yith-wonder/styles/03-orange-shades.json'),(14737,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/04-black-shades.json','wp-content/themes/yith-wonder/styles/04-black-shades.json'),(14738,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/05-red-shades.json','wp-content/themes/yith-wonder/styles/05-red-shades.json'),(14739,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/06-gold-shades.json','wp-content/themes/yith-wonder/styles/06-gold-shades.json'),(14740,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/styles/07-orchid-shades.json','wp-content/themes/yith-wonder/styles/07-orchid-shades.json'),(14741,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/404.html','wp-content/themes/yith-wonder/templates/404.html'),(14742,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/archive-product.html','wp-content/themes/yith-wonder/templates/archive-product.html'),(14743,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/archive.html','wp-content/themes/yith-wonder/templates/archive.html'),(14744,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/cart.html','wp-content/themes/yith-wonder/templates/cart.html'),(14745,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/home.html','wp-content/themes/yith-wonder/templates/home.html'),(14746,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/index.html','wp-content/themes/yith-wonder/templates/index.html'),(14747,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/no-header-footer.html','wp-content/themes/yith-wonder/templates/no-header-footer.html'),(14748,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/no-title.html','wp-content/themes/yith-wonder/templates/no-title.html'),(14749,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/order-confirmation.html','wp-content/themes/yith-wonder/templates/order-confirmation.html'),(14750,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/page.html','wp-content/themes/yith-wonder/templates/page.html'),(14751,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/product-search-results.html','wp-content/themes/yith-wonder/templates/product-search-results.html'),(14752,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/search.html','wp-content/themes/yith-wonder/templates/search.html'),(14753,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/sidebar-left.html','wp-content/themes/yith-wonder/templates/sidebar-left.html'),(14754,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/sidebar-right.html','wp-content/themes/yith-wonder/templates/sidebar-right.html'),(14755,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/single-product.html','wp-content/themes/yith-wonder/templates/single-product.html'),(14756,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/templates/single.html','wp-content/themes/yith-wonder/templates/single.html'),(14757,'/home1/arxacomm/public_html/point2listingcanada/wp-content/themes/yith-wonder/theme.json','wp-content/themes/yith-wonder/theme.json'),(14758,'/home1/arxacomm/public_html/point2listingcanada/wp-content/updraft/index.html','wp-content/updraft/index.html'),(14759,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-armchair-modern-1@64x64.svg','wp-content/uploads/2020/09/streamline-icon-armchair-modern-1@64x64.svg'),(14760,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-common-file-award@64x64.svg','wp-content/uploads/2020/09/streamline-icon-common-file-award@64x64.svg'),(14761,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-construction-brick@64x64.svg','wp-content/uploads/2020/09/streamline-icon-construction-brick@64x64.svg'),(14762,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-construction-fence@64x64.svg','wp-content/uploads/2020/09/streamline-icon-construction-fence@64x64.svg'),(14763,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-construction-paint@64x64.svg','wp-content/uploads/2020/09/streamline-icon-construction-paint@64x64.svg'),(14764,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-construction-pipe@64x64.svg','wp-content/uploads/2020/09/streamline-icon-construction-pipe@64x64.svg'),(14765,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg','wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg'),(14766,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-heavy-equipment-hook@64x64.svg','wp-content/uploads/2020/09/streamline-icon-heavy-equipment-hook@64x64.svg'),(14767,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-house-modern@64x64.svg','wp-content/uploads/2020/09/streamline-icon-house-modern@64x64.svg'),(14768,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-phone-actions-ring@64x64.svg','wp-content/uploads/2020/09/streamline-icon-phone-actions-ring@64x64.svg'),(14769,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-project-blueprint-buildings@64x64.svg','wp-content/uploads/2020/09/streamline-icon-project-blueprint-buildings@64x64.svg'),(14770,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-project-blueprint-idea@64x64.svg','wp-content/uploads/2020/09/streamline-icon-project-blueprint-idea@64x64.svg'),(14771,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-read-email-at@64x64.svg','wp-content/uploads/2020/09/streamline-icon-read-email-at@64x64.svg'),(14772,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-real-estate-deal-key-1@64x64.svg','wp-content/uploads/2020/09/streamline-icon-real-estate-deal-key-1@64x64.svg'),(14773,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-real-estate-dimensions-block@25x25-1.svg','wp-content/uploads/2020/09/streamline-icon-real-estate-dimensions-block@25x25-1.svg'),(14774,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg','wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg'),(14775,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-study-light-idea@140x140.svg','wp-content/uploads/2020/09/streamline-icon-study-light-idea@140x140.svg'),(14776,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/streamline-icon-style-one-pin-check@64x64.svg','wp-content/uploads/2020/09/streamline-icon-style-one-pin-check@64x64.svg'),(14777,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2024/08/Point2Listing-V3.svg','wp-content/uploads/2024/08/Point2Listing-V3.svg'),(14778,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/redux/custom-fonts/custom/index.php','wp-content/uploads/redux/custom-fonts/custom/index.php'),(14779,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/redux/custom-fonts/index.php','wp-content/uploads/redux/custom-fonts/index.php'),(14780,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/redux/index.php','wp-content/uploads/redux/index.php'),(14781,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/wpcode/cache/index.html','wp-content/uploads/wpcode/cache/index.html'),(14782,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/wpcode/cache/library/index.html','wp-content/uploads/wpcode/cache/library/index.html'),(14783,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/wpcode/index.html','wp-content/uploads/wpcode/index.html'),(14784,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/wpforms/cache/index.html','wp-content/uploads/wpforms/cache/index.html'),(14785,'/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/wpforms/cache/index.php','wp-content/uploads/wpforms/cache/index.php'),(14786,'/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/attack-data.php','wp-content/wflogs/attack-data.php'),(14787,'/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/config-livewaf.php','wp-content/wflogs/config-livewaf.php'),(14788,'/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/config-synced.php','wp-content/wflogs/config-synced.php'),(14789,'/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/config-transient.php','wp-content/wflogs/config-transient.php'),(14790,'/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/config.php','wp-content/wflogs/config.php'),(14791,'/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/ips.php','wp-content/wflogs/ips.php'),(14792,'/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/rules.php','wp-content/wflogs/rules.php'),(14793,'/home1/arxacomm/public_html/point2listingcanada/wp-content/wflogs/template.php','wp-content/wflogs/template.php'),(14794,'/home1/arxacomm/public_html/point2listingcanada/wp-content/wp-rocket-config/index.html','wp-content/wp-rocket-config/index.html'),(14795,'/home1/arxacomm/public_html/point2listingcanada/wp-content/wp-rocket-config/point2listing.ca.php','wp-content/wp-rocket-config/point2listing.ca.php'),(14796,'/home1/arxacomm/public_html/point2listingcanada/index.php','index.php'),(14797,'/home1/arxacomm/public_html/point2listingcanada/license.txt','license.txt'),(14798,'/home1/arxacomm/public_html/point2listingcanada/readme.html','readme.html'),(14799,'/home1/arxacomm/public_html/point2listingcanada/wordfence-waf.php','wordfence-waf.php'),(14800,'/home1/arxacomm/public_html/point2listingcanada/wp-activate.php','wp-activate.php'),(14801,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/about.php','wp-admin/about.php'),(14802,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/admin-ajax.php','wp-admin/admin-ajax.php'),(14803,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/admin-footer.php','wp-admin/admin-footer.php'),(14804,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/admin-functions.php','wp-admin/admin-functions.php'),(14805,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/admin-header.php','wp-admin/admin-header.php'),(14806,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/admin-post.php','wp-admin/admin-post.php'),(14807,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/admin.php','wp-admin/admin.php'),(14808,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/async-upload.php','wp-admin/async-upload.php'),(14809,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/authorize-application.php','wp-admin/authorize-application.php'),(14810,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/comment.php','wp-admin/comment.php'),(14811,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/contribute.php','wp-admin/contribute.php'),(14812,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/credits.php','wp-admin/credits.php'),(14813,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/about-rtl.css','wp-admin/css/about-rtl.css'),(14814,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/about-rtl.min.css','wp-admin/css/about-rtl.min.css'),(14815,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/about.css','wp-admin/css/about.css'),(14816,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/about.min.css','wp-admin/css/about.min.css'),(14817,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/admin-menu-rtl.css','wp-admin/css/admin-menu-rtl.css'),(14818,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/admin-menu-rtl.min.css','wp-admin/css/admin-menu-rtl.min.css'),(14819,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/admin-menu.css','wp-admin/css/admin-menu.css'),(14820,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/admin-menu.min.css','wp-admin/css/admin-menu.min.css'),(14821,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/code-editor-rtl.css','wp-admin/css/code-editor-rtl.css'),(14822,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/code-editor-rtl.min.css','wp-admin/css/code-editor-rtl.min.css'),(14823,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/code-editor.css','wp-admin/css/code-editor.css'),(14824,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/code-editor.min.css','wp-admin/css/code-editor.min.css'),(14825,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/color-picker-rtl.css','wp-admin/css/color-picker-rtl.css'),(14826,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/color-picker-rtl.min.css','wp-admin/css/color-picker-rtl.min.css'),(14827,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/color-picker.css','wp-admin/css/color-picker.css'),(14828,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/color-picker.min.css','wp-admin/css/color-picker.min.css'),(14829,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/_admin.scss','wp-admin/css/colors/_admin.scss'),(14830,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/_mixins.scss','wp-admin/css/colors/_mixins.scss'),(14831,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/_variables.scss','wp-admin/css/colors/_variables.scss'),(14832,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/blue/colors-rtl.css','wp-admin/css/colors/blue/colors-rtl.css'),(14833,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/blue/colors-rtl.min.css','wp-admin/css/colors/blue/colors-rtl.min.css'),(14834,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/blue/colors.css','wp-admin/css/colors/blue/colors.css'),(14835,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/blue/colors.min.css','wp-admin/css/colors/blue/colors.min.css'),(14836,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/blue/colors.scss','wp-admin/css/colors/blue/colors.scss'),(14837,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/coffee/colors-rtl.css','wp-admin/css/colors/coffee/colors-rtl.css'),(14838,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/coffee/colors-rtl.min.css','wp-admin/css/colors/coffee/colors-rtl.min.css'),(14839,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/coffee/colors.css','wp-admin/css/colors/coffee/colors.css'),(14840,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/coffee/colors.min.css','wp-admin/css/colors/coffee/colors.min.css'),(14841,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/coffee/colors.scss','wp-admin/css/colors/coffee/colors.scss'),(14842,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ectoplasm/colors-rtl.css','wp-admin/css/colors/ectoplasm/colors-rtl.css'),(14843,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ectoplasm/colors-rtl.min.css','wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(14844,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ectoplasm/colors.css','wp-admin/css/colors/ectoplasm/colors.css'),(14845,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ectoplasm/colors.min.css','wp-admin/css/colors/ectoplasm/colors.min.css'),(14846,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ectoplasm/colors.scss','wp-admin/css/colors/ectoplasm/colors.scss'),(14847,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/light/colors-rtl.css','wp-admin/css/colors/light/colors-rtl.css'),(14848,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/light/colors-rtl.min.css','wp-admin/css/colors/light/colors-rtl.min.css'),(14849,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/light/colors.css','wp-admin/css/colors/light/colors.css'),(14850,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/light/colors.min.css','wp-admin/css/colors/light/colors.min.css'),(14851,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/light/colors.scss','wp-admin/css/colors/light/colors.scss'),(14852,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/midnight/colors-rtl.css','wp-admin/css/colors/midnight/colors-rtl.css'),(14853,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/midnight/colors-rtl.min.css','wp-admin/css/colors/midnight/colors-rtl.min.css'),(14854,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/midnight/colors.css','wp-admin/css/colors/midnight/colors.css'),(14855,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/midnight/colors.min.css','wp-admin/css/colors/midnight/colors.min.css'),(14856,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/midnight/colors.scss','wp-admin/css/colors/midnight/colors.scss'),(14857,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/modern/colors-rtl.css','wp-admin/css/colors/modern/colors-rtl.css'),(14858,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/modern/colors-rtl.min.css','wp-admin/css/colors/modern/colors-rtl.min.css'),(14859,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/modern/colors.css','wp-admin/css/colors/modern/colors.css'),(14860,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/modern/colors.min.css','wp-admin/css/colors/modern/colors.min.css'),(14861,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/modern/colors.scss','wp-admin/css/colors/modern/colors.scss'),(14862,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ocean/colors-rtl.css','wp-admin/css/colors/ocean/colors-rtl.css'),(14863,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ocean/colors-rtl.min.css','wp-admin/css/colors/ocean/colors-rtl.min.css'),(14864,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ocean/colors.css','wp-admin/css/colors/ocean/colors.css'),(14865,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ocean/colors.min.css','wp-admin/css/colors/ocean/colors.min.css'),(14866,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/ocean/colors.scss','wp-admin/css/colors/ocean/colors.scss'),(14867,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/sunrise/colors-rtl.css','wp-admin/css/colors/sunrise/colors-rtl.css'),(14868,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/sunrise/colors-rtl.min.css','wp-admin/css/colors/sunrise/colors-rtl.min.css'),(14869,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/sunrise/colors.css','wp-admin/css/colors/sunrise/colors.css'),(14870,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/sunrise/colors.min.css','wp-admin/css/colors/sunrise/colors.min.css'),(14871,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/colors/sunrise/colors.scss','wp-admin/css/colors/sunrise/colors.scss'),(14872,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/common-rtl.css','wp-admin/css/common-rtl.css'),(14873,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/common-rtl.min.css','wp-admin/css/common-rtl.min.css'),(14874,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/common.css','wp-admin/css/common.css'),(14875,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/common.min.css','wp-admin/css/common.min.css'),(14876,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-controls-rtl.css','wp-admin/css/customize-controls-rtl.css'),(14877,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-controls-rtl.min.css','wp-admin/css/customize-controls-rtl.min.css'),(14878,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-controls.css','wp-admin/css/customize-controls.css'),(14879,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-controls.min.css','wp-admin/css/customize-controls.min.css'),(14880,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-nav-menus-rtl.css','wp-admin/css/customize-nav-menus-rtl.css'),(14881,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-nav-menus-rtl.min.css','wp-admin/css/customize-nav-menus-rtl.min.css'),(14882,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-nav-menus.css','wp-admin/css/customize-nav-menus.css'),(14883,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-nav-menus.min.css','wp-admin/css/customize-nav-menus.min.css'),(14884,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-widgets-rtl.css','wp-admin/css/customize-widgets-rtl.css'),(14885,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-widgets-rtl.min.css','wp-admin/css/customize-widgets-rtl.min.css'),(14886,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-widgets.css','wp-admin/css/customize-widgets.css'),(14887,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/customize-widgets.min.css','wp-admin/css/customize-widgets.min.css'),(14888,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/dashboard-rtl.css','wp-admin/css/dashboard-rtl.css'),(14889,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/dashboard-rtl.min.css','wp-admin/css/dashboard-rtl.min.css'),(14890,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/dashboard.css','wp-admin/css/dashboard.css'),(14891,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/dashboard.min.css','wp-admin/css/dashboard.min.css'),(14892,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/deprecated-media-rtl.css','wp-admin/css/deprecated-media-rtl.css'),(14893,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/deprecated-media-rtl.min.css','wp-admin/css/deprecated-media-rtl.min.css'),(14894,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/deprecated-media.css','wp-admin/css/deprecated-media.css'),(14895,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/deprecated-media.min.css','wp-admin/css/deprecated-media.min.css'),(14896,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/edit-rtl.css','wp-admin/css/edit-rtl.css'),(14897,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/edit-rtl.min.css','wp-admin/css/edit-rtl.min.css'),(14898,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/edit.css','wp-admin/css/edit.css'),(14899,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/edit.min.css','wp-admin/css/edit.min.css'),(14900,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/farbtastic-rtl.css','wp-admin/css/farbtastic-rtl.css'),(14901,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/farbtastic-rtl.min.css','wp-admin/css/farbtastic-rtl.min.css'),(14902,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/farbtastic.css','wp-admin/css/farbtastic.css'),(14903,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/farbtastic.min.css','wp-admin/css/farbtastic.min.css'),(14904,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/forms-rtl.css','wp-admin/css/forms-rtl.css'),(14905,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/forms-rtl.min.css','wp-admin/css/forms-rtl.min.css'),(14906,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/forms.css','wp-admin/css/forms.css'),(14907,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/forms.min.css','wp-admin/css/forms.min.css'),(14908,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/install-rtl.css','wp-admin/css/install-rtl.css'),(14909,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/install-rtl.min.css','wp-admin/css/install-rtl.min.css'),(14910,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/install.css','wp-admin/css/install.css'),(14911,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/install.min.css','wp-admin/css/install.min.css'),(14912,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/l10n-rtl.css','wp-admin/css/l10n-rtl.css'),(14913,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/l10n-rtl.min.css','wp-admin/css/l10n-rtl.min.css'),(14914,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/l10n.css','wp-admin/css/l10n.css'),(14915,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/l10n.min.css','wp-admin/css/l10n.min.css'),(14916,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/list-tables-rtl.css','wp-admin/css/list-tables-rtl.css'),(14917,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/list-tables-rtl.min.css','wp-admin/css/list-tables-rtl.min.css'),(14918,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/list-tables.css','wp-admin/css/list-tables.css'),(14919,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/list-tables.min.css','wp-admin/css/list-tables.min.css'),(14920,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/login-rtl.css','wp-admin/css/login-rtl.css'),(14921,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/login-rtl.min.css','wp-admin/css/login-rtl.min.css'),(14922,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/login.css','wp-admin/css/login.css'),(14923,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/login.min.css','wp-admin/css/login.min.css'),(14924,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/media-rtl.css','wp-admin/css/media-rtl.css'),(14925,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/media-rtl.min.css','wp-admin/css/media-rtl.min.css'),(14926,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/media.css','wp-admin/css/media.css'),(14927,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/media.min.css','wp-admin/css/media.min.css'),(14928,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/nav-menus-rtl.css','wp-admin/css/nav-menus-rtl.css'),(14929,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/nav-menus-rtl.min.css','wp-admin/css/nav-menus-rtl.min.css'),(14930,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/nav-menus.css','wp-admin/css/nav-menus.css'),(14931,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/nav-menus.min.css','wp-admin/css/nav-menus.min.css'),(14932,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/revisions-rtl.css','wp-admin/css/revisions-rtl.css'),(14933,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/revisions-rtl.min.css','wp-admin/css/revisions-rtl.min.css'),(14934,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/revisions.css','wp-admin/css/revisions.css'),(14935,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/revisions.min.css','wp-admin/css/revisions.min.css'),(14936,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-health-rtl.css','wp-admin/css/site-health-rtl.css'),(14937,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-health-rtl.min.css','wp-admin/css/site-health-rtl.min.css'),(14938,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-health.css','wp-admin/css/site-health.css'),(14939,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-health.min.css','wp-admin/css/site-health.min.css'),(14940,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-icon-rtl.css','wp-admin/css/site-icon-rtl.css'),(14941,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-icon-rtl.min.css','wp-admin/css/site-icon-rtl.min.css'),(14942,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-icon.css','wp-admin/css/site-icon.css'),(14943,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/site-icon.min.css','wp-admin/css/site-icon.min.css'),(14944,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/themes-rtl.css','wp-admin/css/themes-rtl.css'),(14945,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/themes-rtl.min.css','wp-admin/css/themes-rtl.min.css'),(14946,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/themes.css','wp-admin/css/themes.css'),(14947,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/themes.min.css','wp-admin/css/themes.min.css'),(14948,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/widgets-rtl.css','wp-admin/css/widgets-rtl.css'),(14949,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/widgets-rtl.min.css','wp-admin/css/widgets-rtl.min.css'),(14950,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/widgets.css','wp-admin/css/widgets.css'),(14951,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/widgets.min.css','wp-admin/css/widgets.min.css'),(14952,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/wp-admin-rtl.css','wp-admin/css/wp-admin-rtl.css'),(14953,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/wp-admin-rtl.min.css','wp-admin/css/wp-admin-rtl.min.css'),(14954,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/wp-admin.css','wp-admin/css/wp-admin.css'),(14955,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/css/wp-admin.min.css','wp-admin/css/wp-admin.min.css'),(14956,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/custom-background.php','wp-admin/custom-background.php'),(14957,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/custom-header.php','wp-admin/custom-header.php'),(14958,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/customize.php','wp-admin/customize.php'),(14959,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-comments.php','wp-admin/edit-comments.php'),(14960,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-form-advanced.php','wp-admin/edit-form-advanced.php'),(14961,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-form-blocks.php','wp-admin/edit-form-blocks.php'),(14962,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-form-comment.php','wp-admin/edit-form-comment.php'),(14963,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-link-form.php','wp-admin/edit-link-form.php'),(14964,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-tag-form.php','wp-admin/edit-tag-form.php'),(14965,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit-tags.php','wp-admin/edit-tags.php'),(14966,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/edit.php','wp-admin/edit.php'),(14967,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/erase-personal-data.php','wp-admin/erase-personal-data.php'),(14968,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/error_log','wp-admin/error_log'),(14969,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/export-personal-data.php','wp-admin/export-personal-data.php'),(14970,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/export.php','wp-admin/export.php'),(14971,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/freedoms.php','wp-admin/freedoms.php'),(14972,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/about-release-badge.svg','wp-admin/images/about-release-badge.svg'),(14973,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/about-texture.png','wp-admin/images/about-texture.png'),(14974,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-center-2x.png','wp-admin/images/align-center-2x.png'),(14975,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-center.png','wp-admin/images/align-center.png'),(14976,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-left-2x.png','wp-admin/images/align-left-2x.png'),(14977,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-left.png','wp-admin/images/align-left.png'),(14978,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-none-2x.png','wp-admin/images/align-none-2x.png'),(14979,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-none.png','wp-admin/images/align-none.png'),(14980,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-right-2x.png','wp-admin/images/align-right-2x.png'),(14981,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/align-right.png','wp-admin/images/align-right.png'),(14982,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/arrows-2x.png','wp-admin/images/arrows-2x.png'),(14983,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/arrows.png','wp-admin/images/arrows.png'),(14984,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/browser-rtl.png','wp-admin/images/browser-rtl.png'),(14985,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/browser.png','wp-admin/images/browser.png'),(14986,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/bubble_bg-2x.gif','wp-admin/images/bubble_bg-2x.gif'),(14987,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/bubble_bg.gif','wp-admin/images/bubble_bg.gif'),(14988,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/comment-grey-bubble-2x.png','wp-admin/images/comment-grey-bubble-2x.png'),(14989,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/comment-grey-bubble.png','wp-admin/images/comment-grey-bubble.png'),(14990,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/contribute-code.svg','wp-admin/images/contribute-code.svg'),(14991,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/contribute-main.svg','wp-admin/images/contribute-main.svg'),(14992,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/contribute-no-code.svg','wp-admin/images/contribute-no-code.svg'),(14993,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/dashboard-background.svg','wp-admin/images/dashboard-background.svg'),(14994,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/date-button-2x.gif','wp-admin/images/date-button-2x.gif'),(14995,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/date-button.gif','wp-admin/images/date-button.gif'),(14996,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/freedom-1.svg','wp-admin/images/freedom-1.svg'),(14997,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/freedom-2.svg','wp-admin/images/freedom-2.svg'),(14998,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/freedom-3.svg','wp-admin/images/freedom-3.svg'),(14999,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/freedom-4.svg','wp-admin/images/freedom-4.svg'),(15000,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/generic.png','wp-admin/images/generic.png'),(15001,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/icons32-2x.png','wp-admin/images/icons32-2x.png'),(15002,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/icons32-vs-2x.png','wp-admin/images/icons32-vs-2x.png'),(15003,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/icons32-vs.png','wp-admin/images/icons32-vs.png'),(15004,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/icons32.png','wp-admin/images/icons32.png'),(15005,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/imgedit-icons-2x.png','wp-admin/images/imgedit-icons-2x.png'),(15006,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/imgedit-icons.png','wp-admin/images/imgedit-icons.png'),(15007,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/list-2x.png','wp-admin/images/list-2x.png'),(15008,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/list.png','wp-admin/images/list.png'),(15009,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/loading.gif','wp-admin/images/loading.gif'),(15010,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/marker.png','wp-admin/images/marker.png'),(15011,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/mask.png','wp-admin/images/mask.png'),(15012,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/media-button-2x.png','wp-admin/images/media-button-2x.png'),(15013,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/media-button-image.gif','wp-admin/images/media-button-image.gif'),(15014,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/media-button-music.gif','wp-admin/images/media-button-music.gif'),(15015,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/media-button-other.gif','wp-admin/images/media-button-other.gif'),(15016,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/media-button-video.gif','wp-admin/images/media-button-video.gif'),(15017,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/media-button.png','wp-admin/images/media-button.png'),(15018,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/menu-2x.png','wp-admin/images/menu-2x.png'),(15019,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/menu-vs-2x.png','wp-admin/images/menu-vs-2x.png'),(15020,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/menu-vs.png','wp-admin/images/menu-vs.png'),(15021,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/menu.png','wp-admin/images/menu.png'),(15022,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/no.png','wp-admin/images/no.png'),(15023,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/post-formats-vs.png','wp-admin/images/post-formats-vs.png'),(15024,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/post-formats.png','wp-admin/images/post-formats.png'),(15025,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/post-formats32-vs.png','wp-admin/images/post-formats32-vs.png'),(15026,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/post-formats32.png','wp-admin/images/post-formats32.png'),(15027,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/privacy.svg','wp-admin/images/privacy.svg'),(15028,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/resize-2x.gif','wp-admin/images/resize-2x.gif'),(15029,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/resize-rtl-2x.gif','wp-admin/images/resize-rtl-2x.gif'),(15030,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/resize-rtl.gif','wp-admin/images/resize-rtl.gif'),(15031,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/resize.gif','wp-admin/images/resize.gif'),(15032,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/se.png','wp-admin/images/se.png'),(15033,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/sort-2x.gif','wp-admin/images/sort-2x.gif'),(15034,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/sort.gif','wp-admin/images/sort.gif'),(15035,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/spinner-2x.gif','wp-admin/images/spinner-2x.gif'),(15036,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/spinner.gif','wp-admin/images/spinner.gif'),(15037,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/stars-2x.png','wp-admin/images/stars-2x.png'),(15038,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/stars.png','wp-admin/images/stars.png'),(15039,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/w-logo-blue.png','wp-admin/images/w-logo-blue.png'),(15040,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/w-logo-white.png','wp-admin/images/w-logo-white.png'),(15041,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/wheel.png','wp-admin/images/wheel.png'),(15042,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/wordpress-logo-white.svg','wp-admin/images/wordpress-logo-white.svg'),(15043,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/wordpress-logo.png','wp-admin/images/wordpress-logo.png'),(15044,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/wordpress-logo.svg','wp-admin/images/wordpress-logo.svg'),(15045,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/wpspin_light-2x.gif','wp-admin/images/wpspin_light-2x.gif'),(15046,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/wpspin_light.gif','wp-admin/images/wpspin_light.gif'),(15047,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/xit-2x.gif','wp-admin/images/xit-2x.gif'),(15048,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/xit.gif','wp-admin/images/xit.gif'),(15049,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/images/yes.png','wp-admin/images/yes.png'),(15050,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/import.php','wp-admin/import.php'),(15051,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/admin-filters.php','wp-admin/includes/admin-filters.php'),(15052,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/admin.php','wp-admin/includes/admin.php'),(15053,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/ajax-actions.php','wp-admin/includes/ajax-actions.php'),(15054,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/bookmark.php','wp-admin/includes/bookmark.php'),(15055,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-automatic-upgrader-skin.php','wp-admin/includes/class-automatic-upgrader-skin.php'),(15056,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-bulk-plugin-upgrader-skin.php','wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(15057,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-bulk-theme-upgrader-skin.php','wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(15058,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-bulk-upgrader-skin.php','wp-admin/includes/class-bulk-upgrader-skin.php'),(15059,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-core-upgrader.php','wp-admin/includes/class-core-upgrader.php'),(15060,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-custom-background.php','wp-admin/includes/class-custom-background.php'),(15061,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-custom-image-header.php','wp-admin/includes/class-custom-image-header.php'),(15062,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-file-upload-upgrader.php','wp-admin/includes/class-file-upload-upgrader.php'),(15063,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-ftp-pure.php','wp-admin/includes/class-ftp-pure.php'),(15064,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-ftp-sockets.php','wp-admin/includes/class-ftp-sockets.php'),(15065,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-ftp.php','wp-admin/includes/class-ftp.php'),(15066,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-language-pack-upgrader-skin.php','wp-admin/includes/class-language-pack-upgrader-skin.php'),(15067,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-language-pack-upgrader.php','wp-admin/includes/class-language-pack-upgrader.php'),(15068,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-pclzip.php','wp-admin/includes/class-pclzip.php'),(15069,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-plugin-installer-skin.php','wp-admin/includes/class-plugin-installer-skin.php'),(15070,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-plugin-upgrader-skin.php','wp-admin/includes/class-plugin-upgrader-skin.php'),(15071,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-plugin-upgrader.php','wp-admin/includes/class-plugin-upgrader.php'),(15072,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-theme-installer-skin.php','wp-admin/includes/class-theme-installer-skin.php'),(15073,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-theme-upgrader-skin.php','wp-admin/includes/class-theme-upgrader-skin.php'),(15074,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-theme-upgrader.php','wp-admin/includes/class-theme-upgrader.php'),(15075,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-walker-category-checklist.php','wp-admin/includes/class-walker-category-checklist.php'),(15076,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-walker-nav-menu-checklist.php','wp-admin/includes/class-walker-nav-menu-checklist.php'),(15077,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-walker-nav-menu-edit.php','wp-admin/includes/class-walker-nav-menu-edit.php'),(15078,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-ajax-upgrader-skin.php','wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(15079,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-application-passwords-list-table.php','wp-admin/includes/class-wp-application-passwords-list-table.php'),(15080,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-automatic-updater.php','wp-admin/includes/class-wp-automatic-updater.php'),(15081,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-comments-list-table.php','wp-admin/includes/class-wp-comments-list-table.php'),(15082,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-community-events.php','wp-admin/includes/class-wp-community-events.php'),(15083,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-debug-data.php','wp-admin/includes/class-wp-debug-data.php'),(15084,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-filesystem-base.php','wp-admin/includes/class-wp-filesystem-base.php'),(15085,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-filesystem-direct.php','wp-admin/includes/class-wp-filesystem-direct.php'),(15086,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-filesystem-ftpext.php','wp-admin/includes/class-wp-filesystem-ftpext.php'),(15087,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-filesystem-ftpsockets.php','wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(15088,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-filesystem-ssh2.php','wp-admin/includes/class-wp-filesystem-ssh2.php'),(15089,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-importer.php','wp-admin/includes/class-wp-importer.php'),(15090,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-internal-pointers.php','wp-admin/includes/class-wp-internal-pointers.php'),(15091,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-links-list-table.php','wp-admin/includes/class-wp-links-list-table.php'),(15092,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-list-table-compat.php','wp-admin/includes/class-wp-list-table-compat.php'),(15093,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-list-table.php','wp-admin/includes/class-wp-list-table.php'),(15094,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-media-list-table.php','wp-admin/includes/class-wp-media-list-table.php'),(15095,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-ms-sites-list-table.php','wp-admin/includes/class-wp-ms-sites-list-table.php'),(15096,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-ms-themes-list-table.php','wp-admin/includes/class-wp-ms-themes-list-table.php'),(15097,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-ms-users-list-table.php','wp-admin/includes/class-wp-ms-users-list-table.php'),(15098,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-plugin-install-list-table.php','wp-admin/includes/class-wp-plugin-install-list-table.php'),(15099,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-plugins-list-table.php','wp-admin/includes/class-wp-plugins-list-table.php'),(15100,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-post-comments-list-table.php','wp-admin/includes/class-wp-post-comments-list-table.php'),(15101,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-posts-list-table.php','wp-admin/includes/class-wp-posts-list-table.php'),(15102,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(15103,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(15104,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-privacy-policy-content.php','wp-admin/includes/class-wp-privacy-policy-content.php'),(15105,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-privacy-requests-table.php','wp-admin/includes/class-wp-privacy-requests-table.php'),(15106,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-screen.php','wp-admin/includes/class-wp-screen.php'),(15107,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-site-health-auto-updates.php','wp-admin/includes/class-wp-site-health-auto-updates.php'),(15108,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-site-health.php','wp-admin/includes/class-wp-site-health.php'),(15109,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-site-icon.php','wp-admin/includes/class-wp-site-icon.php'),(15110,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-terms-list-table.php','wp-admin/includes/class-wp-terms-list-table.php'),(15111,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-theme-install-list-table.php','wp-admin/includes/class-wp-theme-install-list-table.php'),(15112,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-themes-list-table.php','wp-admin/includes/class-wp-themes-list-table.php'),(15113,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-upgrader-skin.php','wp-admin/includes/class-wp-upgrader-skin.php'),(15114,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-upgrader-skins.php','wp-admin/includes/class-wp-upgrader-skins.php'),(15115,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-upgrader.php','wp-admin/includes/class-wp-upgrader.php'),(15116,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/class-wp-users-list-table.php','wp-admin/includes/class-wp-users-list-table.php'),(15117,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/comment.php','wp-admin/includes/comment.php'),(15118,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/continents-cities.php','wp-admin/includes/continents-cities.php'),(15119,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/credits.php','wp-admin/includes/credits.php'),(15120,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/dashboard.php','wp-admin/includes/dashboard.php'),(15121,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/deprecated.php','wp-admin/includes/deprecated.php'),(15122,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/edit-tag-messages.php','wp-admin/includes/edit-tag-messages.php'),(15123,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/export.php','wp-admin/includes/export.php'),(15124,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/file.php','wp-admin/includes/file.php'),(15125,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/image-edit.php','wp-admin/includes/image-edit.php'),(15126,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/image.php','wp-admin/includes/image.php'),(15127,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/import.php','wp-admin/includes/import.php'),(15128,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/list-table.php','wp-admin/includes/list-table.php'),(15129,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/media.php','wp-admin/includes/media.php'),(15130,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/menu.php','wp-admin/includes/menu.php'),(15131,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/meta-boxes.php','wp-admin/includes/meta-boxes.php'),(15132,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/misc.php','wp-admin/includes/misc.php'),(15133,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/ms-admin-filters.php','wp-admin/includes/ms-admin-filters.php'),(15134,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/ms-deprecated.php','wp-admin/includes/ms-deprecated.php'),(15135,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/ms.php','wp-admin/includes/ms.php'),(15136,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/nav-menu.php','wp-admin/includes/nav-menu.php'),(15137,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/network.php','wp-admin/includes/network.php'),(15138,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/noop.php','wp-admin/includes/noop.php'),(15139,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/options.php','wp-admin/includes/options.php'),(15140,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/plugin-install.php','wp-admin/includes/plugin-install.php'),(15141,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/plugin.php','wp-admin/includes/plugin.php'),(15142,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/post.php','wp-admin/includes/post.php'),(15143,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/privacy-tools.php','wp-admin/includes/privacy-tools.php'),(15144,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/revision.php','wp-admin/includes/revision.php'),(15145,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/schema.php','wp-admin/includes/schema.php'),(15146,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/screen.php','wp-admin/includes/screen.php'),(15147,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/taxonomy.php','wp-admin/includes/taxonomy.php'),(15148,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/template.php','wp-admin/includes/template.php'),(15149,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/theme-install.php','wp-admin/includes/theme-install.php'),(15150,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/theme.php','wp-admin/includes/theme.php'),(15151,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/translation-install.php','wp-admin/includes/translation-install.php'),(15152,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/update-core.php','wp-admin/includes/update-core.php'),(15153,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/update.php','wp-admin/includes/update.php'),(15154,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/upgrade.php','wp-admin/includes/upgrade.php'),(15155,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/user.php','wp-admin/includes/user.php'),(15156,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/includes/widgets.php','wp-admin/includes/widgets.php'),(15157,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/index.php','wp-admin/index.php'),(15158,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/install-helper.php','wp-admin/install-helper.php'),(15159,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/install.php','wp-admin/install.php'),(15160,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/accordion.js','wp-admin/js/accordion.js'),(15161,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/accordion.min.js','wp-admin/js/accordion.min.js'),(15162,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/application-passwords.js','wp-admin/js/application-passwords.js'),(15163,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/application-passwords.min.js','wp-admin/js/application-passwords.min.js'),(15164,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/auth-app.js','wp-admin/js/auth-app.js'),(15165,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/auth-app.min.js','wp-admin/js/auth-app.min.js'),(15166,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/code-editor.js','wp-admin/js/code-editor.js'),(15167,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/code-editor.min.js','wp-admin/js/code-editor.min.js'),(15168,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/color-picker.js','wp-admin/js/color-picker.js'),(15169,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/color-picker.min.js','wp-admin/js/color-picker.min.js'),(15170,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/comment.js','wp-admin/js/comment.js'),(15171,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/comment.min.js','wp-admin/js/comment.min.js'),(15172,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/common.js','wp-admin/js/common.js'),(15173,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/common.min.js','wp-admin/js/common.min.js'),(15174,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/custom-background.js','wp-admin/js/custom-background.js'),(15175,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/custom-background.min.js','wp-admin/js/custom-background.min.js'),(15176,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/custom-header.js','wp-admin/js/custom-header.js'),(15177,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/customize-controls.js','wp-admin/js/customize-controls.js'),(15178,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/customize-controls.min.js','wp-admin/js/customize-controls.min.js'),(15179,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/customize-nav-menus.js','wp-admin/js/customize-nav-menus.js'),(15180,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/customize-nav-menus.min.js','wp-admin/js/customize-nav-menus.min.js'),(15181,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/customize-widgets.js','wp-admin/js/customize-widgets.js'),(15182,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/customize-widgets.min.js','wp-admin/js/customize-widgets.min.js'),(15183,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/dashboard.js','wp-admin/js/dashboard.js'),(15184,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/dashboard.min.js','wp-admin/js/dashboard.min.js'),(15185,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/edit-comments.js','wp-admin/js/edit-comments.js'),(15186,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/edit-comments.min.js','wp-admin/js/edit-comments.min.js'),(15187,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/editor-expand.js','wp-admin/js/editor-expand.js'),(15188,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/editor-expand.min.js','wp-admin/js/editor-expand.min.js'),(15189,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/editor.js','wp-admin/js/editor.js'),(15190,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/editor.min.js','wp-admin/js/editor.min.js'),(15191,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/farbtastic.js','wp-admin/js/farbtastic.js'),(15192,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/gallery.js','wp-admin/js/gallery.js'),(15193,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/gallery.min.js','wp-admin/js/gallery.min.js'),(15194,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/image-edit.js','wp-admin/js/image-edit.js'),(15195,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/image-edit.min.js','wp-admin/js/image-edit.min.js'),(15196,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/inline-edit-post.js','wp-admin/js/inline-edit-post.js'),(15197,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/inline-edit-post.min.js','wp-admin/js/inline-edit-post.min.js'),(15198,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/inline-edit-tax.js','wp-admin/js/inline-edit-tax.js'),(15199,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/inline-edit-tax.min.js','wp-admin/js/inline-edit-tax.min.js'),(15200,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/iris.min.js','wp-admin/js/iris.min.js'),(15201,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/language-chooser.js','wp-admin/js/language-chooser.js'),(15202,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/language-chooser.min.js','wp-admin/js/language-chooser.min.js'),(15203,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/link.js','wp-admin/js/link.js'),(15204,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/link.min.js','wp-admin/js/link.min.js'),(15205,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/media-gallery.js','wp-admin/js/media-gallery.js'),(15206,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/media-gallery.min.js','wp-admin/js/media-gallery.min.js'),(15207,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/media-upload.js','wp-admin/js/media-upload.js'),(15208,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/media-upload.min.js','wp-admin/js/media-upload.min.js'),(15209,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/media.js','wp-admin/js/media.js'),(15210,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/media.min.js','wp-admin/js/media.min.js'),(15211,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/nav-menu.js','wp-admin/js/nav-menu.js'),(15212,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/nav-menu.min.js','wp-admin/js/nav-menu.min.js'),(15213,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/password-strength-meter.js','wp-admin/js/password-strength-meter.js'),(15214,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/password-strength-meter.min.js','wp-admin/js/password-strength-meter.min.js'),(15215,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/password-toggle.js','wp-admin/js/password-toggle.js'),(15216,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/password-toggle.min.js','wp-admin/js/password-toggle.min.js'),(15217,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/plugin-install.js','wp-admin/js/plugin-install.js'),(15218,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/plugin-install.min.js','wp-admin/js/plugin-install.min.js'),(15219,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/post.js','wp-admin/js/post.js'),(15220,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/post.min.js','wp-admin/js/post.min.js'),(15221,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/postbox.js','wp-admin/js/postbox.js'),(15222,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/postbox.min.js','wp-admin/js/postbox.min.js'),(15223,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/privacy-tools.js','wp-admin/js/privacy-tools.js'),(15224,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/privacy-tools.min.js','wp-admin/js/privacy-tools.min.js'),(15225,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/revisions.js','wp-admin/js/revisions.js'),(15226,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/revisions.min.js','wp-admin/js/revisions.min.js'),(15227,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/set-post-thumbnail.js','wp-admin/js/set-post-thumbnail.js'),(15228,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/set-post-thumbnail.min.js','wp-admin/js/set-post-thumbnail.min.js'),(15229,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/site-health.js','wp-admin/js/site-health.js'),(15230,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/site-health.min.js','wp-admin/js/site-health.min.js'),(15231,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/site-icon.js','wp-admin/js/site-icon.js'),(15232,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/site-icon.min.js','wp-admin/js/site-icon.min.js'),(15233,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/svg-painter.js','wp-admin/js/svg-painter.js'),(15234,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/svg-painter.min.js','wp-admin/js/svg-painter.min.js'),(15235,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/tags-box.js','wp-admin/js/tags-box.js'),(15236,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/tags-box.min.js','wp-admin/js/tags-box.min.js'),(15237,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/tags-suggest.js','wp-admin/js/tags-suggest.js'),(15238,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/tags-suggest.min.js','wp-admin/js/tags-suggest.min.js'),(15239,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/tags.js','wp-admin/js/tags.js'),(15240,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/tags.min.js','wp-admin/js/tags.min.js'),(15241,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/theme-plugin-editor.js','wp-admin/js/theme-plugin-editor.js'),(15242,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/theme-plugin-editor.min.js','wp-admin/js/theme-plugin-editor.min.js'),(15243,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/theme.js','wp-admin/js/theme.js'),(15244,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/theme.min.js','wp-admin/js/theme.min.js'),(15245,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/updates.js','wp-admin/js/updates.js'),(15246,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/updates.min.js','wp-admin/js/updates.min.js'),(15247,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/user-profile.js','wp-admin/js/user-profile.js'),(15248,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/user-profile.min.js','wp-admin/js/user-profile.min.js'),(15249,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/user-suggest.js','wp-admin/js/user-suggest.js'),(15250,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/user-suggest.min.js','wp-admin/js/user-suggest.min.js'),(15251,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/custom-html-widgets.js','wp-admin/js/widgets/custom-html-widgets.js'),(15252,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/custom-html-widgets.min.js','wp-admin/js/widgets/custom-html-widgets.min.js'),(15253,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-audio-widget.js','wp-admin/js/widgets/media-audio-widget.js'),(15254,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-audio-widget.min.js','wp-admin/js/widgets/media-audio-widget.min.js'),(15255,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-gallery-widget.js','wp-admin/js/widgets/media-gallery-widget.js'),(15256,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-gallery-widget.min.js','wp-admin/js/widgets/media-gallery-widget.min.js'),(15257,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-image-widget.js','wp-admin/js/widgets/media-image-widget.js'),(15258,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-image-widget.min.js','wp-admin/js/widgets/media-image-widget.min.js'),(15259,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-video-widget.js','wp-admin/js/widgets/media-video-widget.js'),(15260,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-video-widget.min.js','wp-admin/js/widgets/media-video-widget.min.js'),(15261,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-widgets.js','wp-admin/js/widgets/media-widgets.js'),(15262,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/media-widgets.min.js','wp-admin/js/widgets/media-widgets.min.js'),(15263,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/text-widgets.js','wp-admin/js/widgets/text-widgets.js'),(15264,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets/text-widgets.min.js','wp-admin/js/widgets/text-widgets.min.js'),(15265,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets.js','wp-admin/js/widgets.js'),(15266,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/widgets.min.js','wp-admin/js/widgets.min.js'),(15267,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/word-count.js','wp-admin/js/word-count.js'),(15268,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/word-count.min.js','wp-admin/js/word-count.min.js'),(15269,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/xfn.js','wp-admin/js/xfn.js'),(15270,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/js/xfn.min.js','wp-admin/js/xfn.min.js'),(15271,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/link-add.php','wp-admin/link-add.php'),(15272,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/link-manager.php','wp-admin/link-manager.php'),(15273,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/link-parse-opml.php','wp-admin/link-parse-opml.php'),(15274,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/link.php','wp-admin/link.php'),(15275,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/load-scripts.php','wp-admin/load-scripts.php'),(15276,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/load-styles.php','wp-admin/load-styles.php'),(15277,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/maint/repair.php','wp-admin/maint/repair.php'),(15278,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/media-new.php','wp-admin/media-new.php'),(15279,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/media-upload.php','wp-admin/media-upload.php'),(15280,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/media.php','wp-admin/media.php'),(15281,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/menu-header.php','wp-admin/menu-header.php'),(15282,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/menu.php','wp-admin/menu.php'),(15283,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/moderation.php','wp-admin/moderation.php'),(15284,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-admin.php','wp-admin/ms-admin.php'),(15285,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-delete-site.php','wp-admin/ms-delete-site.php'),(15286,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-edit.php','wp-admin/ms-edit.php'),(15287,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-options.php','wp-admin/ms-options.php'),(15288,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-sites.php','wp-admin/ms-sites.php'),(15289,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-themes.php','wp-admin/ms-themes.php'),(15290,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-upgrade-network.php','wp-admin/ms-upgrade-network.php'),(15291,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/ms-users.php','wp-admin/ms-users.php'),(15292,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/my-sites.php','wp-admin/my-sites.php'),(15293,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/nav-menus.php','wp-admin/nav-menus.php'),(15294,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/about.php','wp-admin/network/about.php'),(15295,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/admin.php','wp-admin/network/admin.php'),(15296,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/contribute.php','wp-admin/network/contribute.php'),(15297,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/credits.php','wp-admin/network/credits.php'),(15298,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/edit.php','wp-admin/network/edit.php'),(15299,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/freedoms.php','wp-admin/network/freedoms.php'),(15300,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/index.php','wp-admin/network/index.php'),(15301,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/menu.php','wp-admin/network/menu.php'),(15302,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/plugin-editor.php','wp-admin/network/plugin-editor.php'),(15303,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/plugin-install.php','wp-admin/network/plugin-install.php'),(15304,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/plugins.php','wp-admin/network/plugins.php'),(15305,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/privacy.php','wp-admin/network/privacy.php'),(15306,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/profile.php','wp-admin/network/profile.php'),(15307,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/settings.php','wp-admin/network/settings.php'),(15308,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/setup.php','wp-admin/network/setup.php'),(15309,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/site-info.php','wp-admin/network/site-info.php'),(15310,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/site-new.php','wp-admin/network/site-new.php'),(15311,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/site-settings.php','wp-admin/network/site-settings.php'),(15312,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/site-themes.php','wp-admin/network/site-themes.php'),(15313,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/site-users.php','wp-admin/network/site-users.php'),(15314,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/sites.php','wp-admin/network/sites.php'),(15315,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/theme-editor.php','wp-admin/network/theme-editor.php'),(15316,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/theme-install.php','wp-admin/network/theme-install.php'),(15317,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/themes.php','wp-admin/network/themes.php'),(15318,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/update-core.php','wp-admin/network/update-core.php'),(15319,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/update.php','wp-admin/network/update.php'),(15320,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/upgrade.php','wp-admin/network/upgrade.php'),(15321,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/user-edit.php','wp-admin/network/user-edit.php'),(15322,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/user-new.php','wp-admin/network/user-new.php'),(15323,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network/users.php','wp-admin/network/users.php'),(15324,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/network.php','wp-admin/network.php'),(15325,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-discussion.php','wp-admin/options-discussion.php'),(15326,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-general.php','wp-admin/options-general.php'),(15327,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-head.php','wp-admin/options-head.php'),(15328,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-media.php','wp-admin/options-media.php'),(15329,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-permalink.php','wp-admin/options-permalink.php'),(15330,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-privacy.php','wp-admin/options-privacy.php'),(15331,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-reading.php','wp-admin/options-reading.php'),(15332,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/options-writing.php','wp-admin/options-writing.php'),(15333,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/options.php','wp-admin/options.php'),(15334,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/plugin-editor.php','wp-admin/plugin-editor.php'),(15335,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/plugin-install.php','wp-admin/plugin-install.php'),(15336,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/plugins.php','wp-admin/plugins.php'),(15337,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/post-new.php','wp-admin/post-new.php'),(15338,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/post.php','wp-admin/post.php'),(15339,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/press-this.php','wp-admin/press-this.php'),(15340,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/privacy-policy-guide.php','wp-admin/privacy-policy-guide.php'),(15341,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/privacy.php','wp-admin/privacy.php'),(15342,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/profile.php','wp-admin/profile.php'),(15343,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/revision.php','wp-admin/revision.php'),(15344,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/setup-config.php','wp-admin/setup-config.php'),(15345,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/site-editor.php','wp-admin/site-editor.php'),(15346,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/site-health-info.php','wp-admin/site-health-info.php'),(15347,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/site-health.php','wp-admin/site-health.php'),(15348,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/term.php','wp-admin/term.php'),(15349,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/theme-editor.php','wp-admin/theme-editor.php'),(15350,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/theme-install.php','wp-admin/theme-install.php'),(15351,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/themes.php','wp-admin/themes.php'),(15352,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/tools.php','wp-admin/tools.php'),(15353,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/update-core.php','wp-admin/update-core.php'),(15354,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/update.php','wp-admin/update.php'),(15355,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/upgrade-functions.php','wp-admin/upgrade-functions.php'),(15356,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/upgrade.php','wp-admin/upgrade.php'),(15357,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/upload.php','wp-admin/upload.php'),(15358,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/about.php','wp-admin/user/about.php'),(15359,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/admin.php','wp-admin/user/admin.php'),(15360,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/contribute.php','wp-admin/user/contribute.php'),(15361,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/credits.php','wp-admin/user/credits.php'),(15362,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/freedoms.php','wp-admin/user/freedoms.php'),(15363,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/index.php','wp-admin/user/index.php'),(15364,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/menu.php','wp-admin/user/menu.php'),(15365,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/privacy.php','wp-admin/user/privacy.php'),(15366,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/profile.php','wp-admin/user/profile.php'),(15367,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/user/user-edit.php','wp-admin/user/user-edit.php'),(15368,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/user-edit.php','wp-admin/user-edit.php'),(15369,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/user-new.php','wp-admin/user-new.php'),(15370,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/users.php','wp-admin/users.php'),(15371,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/widgets-form-blocks.php','wp-admin/widgets-form-blocks.php'),(15372,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/widgets-form.php','wp-admin/widgets-form.php'),(15373,'/home1/arxacomm/public_html/point2listingcanada/wp-admin/widgets.php','wp-admin/widgets.php'),(15374,'/home1/arxacomm/public_html/point2listingcanada/wp-blog-header.php','wp-blog-header.php'),(15375,'/home1/arxacomm/public_html/point2listingcanada/wp-comments-post.php','wp-comments-post.php'),(15376,'/home1/arxacomm/public_html/point2listingcanada/wp-config-sample.php','wp-config-sample.php'),(15377,'/home1/arxacomm/public_html/point2listingcanada/wp-config.php','wp-config.php'),(15378,'/home1/arxacomm/public_html/point2listingcanada/wp-cron.php','wp-cron.php'),(15379,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/getid3.lib.php','wp-includes/ID3/getid3.lib.php'),(15380,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/getid3.php','wp-includes/ID3/getid3.php'),(15381,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/license.txt','wp-includes/ID3/license.txt'),(15382,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio-video.asf.php','wp-includes/ID3/module.audio-video.asf.php'),(15383,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio-video.flv.php','wp-includes/ID3/module.audio-video.flv.php'),(15384,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio-video.matroska.php','wp-includes/ID3/module.audio-video.matroska.php'),(15385,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio-video.quicktime.php','wp-includes/ID3/module.audio-video.quicktime.php'),(15386,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio-video.riff.php','wp-includes/ID3/module.audio-video.riff.php'),(15387,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio.ac3.php','wp-includes/ID3/module.audio.ac3.php'),(15388,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio.dts.php','wp-includes/ID3/module.audio.dts.php'),(15389,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio.flac.php','wp-includes/ID3/module.audio.flac.php'),(15390,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio.mp3.php','wp-includes/ID3/module.audio.mp3.php'),(15391,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.audio.ogg.php','wp-includes/ID3/module.audio.ogg.php'),(15392,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.tag.apetag.php','wp-includes/ID3/module.tag.apetag.php'),(15393,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.tag.id3v1.php','wp-includes/ID3/module.tag.id3v1.php'),(15394,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.tag.id3v2.php','wp-includes/ID3/module.tag.id3v2.php'),(15395,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/module.tag.lyrics3.php','wp-includes/ID3/module.tag.lyrics3.php'),(15396,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ID3/readme.txt','wp-includes/ID3/readme.txt'),(15397,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-base64.php','wp-includes/IXR/class-IXR-base64.php'),(15398,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-client.php','wp-includes/IXR/class-IXR-client.php'),(15399,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-clientmulticall.php','wp-includes/IXR/class-IXR-clientmulticall.php'),(15400,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-date.php','wp-includes/IXR/class-IXR-date.php'),(15401,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-error.php','wp-includes/IXR/class-IXR-error.php'),(15402,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-introspectionserver.php','wp-includes/IXR/class-IXR-introspectionserver.php'),(15403,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-message.php','wp-includes/IXR/class-IXR-message.php'),(15404,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-request.php','wp-includes/IXR/class-IXR-request.php'),(15405,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-server.php','wp-includes/IXR/class-IXR-server.php'),(15406,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/IXR/class-IXR-value.php','wp-includes/IXR/class-IXR-value.php'),(15407,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/PHPMailer/Exception.php','wp-includes/PHPMailer/Exception.php'),(15408,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/PHPMailer/PHPMailer.php','wp-includes/PHPMailer/PHPMailer.php'),(15409,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/PHPMailer/SMTP.php','wp-includes/PHPMailer/SMTP.php'),(15410,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/library/Requests.php','wp-includes/Requests/library/Requests.php'),(15411,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Auth/Basic.php','wp-includes/Requests/src/Auth/Basic.php'),(15412,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Auth.php','wp-includes/Requests/src/Auth.php'),(15413,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Autoload.php','wp-includes/Requests/src/Autoload.php'),(15414,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Capability.php','wp-includes/Requests/src/Capability.php'),(15415,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Cookie/Jar.php','wp-includes/Requests/src/Cookie/Jar.php'),(15416,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Cookie.php','wp-includes/Requests/src/Cookie.php'),(15417,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/ArgumentCount.php','wp-includes/Requests/src/Exception/ArgumentCount.php'),(15418,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status304.php','wp-includes/Requests/src/Exception/Http/Status304.php'),(15419,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status305.php','wp-includes/Requests/src/Exception/Http/Status305.php'),(15420,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status306.php','wp-includes/Requests/src/Exception/Http/Status306.php'),(15421,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status400.php','wp-includes/Requests/src/Exception/Http/Status400.php'),(15422,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status401.php','wp-includes/Requests/src/Exception/Http/Status401.php'),(15423,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status402.php','wp-includes/Requests/src/Exception/Http/Status402.php'),(15424,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status403.php','wp-includes/Requests/src/Exception/Http/Status403.php'),(15425,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status404.php','wp-includes/Requests/src/Exception/Http/Status404.php'),(15426,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status405.php','wp-includes/Requests/src/Exception/Http/Status405.php'),(15427,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status406.php','wp-includes/Requests/src/Exception/Http/Status406.php'),(15428,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status407.php','wp-includes/Requests/src/Exception/Http/Status407.php'),(15429,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status408.php','wp-includes/Requests/src/Exception/Http/Status408.php'),(15430,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status409.php','wp-includes/Requests/src/Exception/Http/Status409.php'),(15431,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status410.php','wp-includes/Requests/src/Exception/Http/Status410.php'),(15432,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status411.php','wp-includes/Requests/src/Exception/Http/Status411.php'),(15433,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status412.php','wp-includes/Requests/src/Exception/Http/Status412.php'),(15434,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status413.php','wp-includes/Requests/src/Exception/Http/Status413.php'),(15435,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status414.php','wp-includes/Requests/src/Exception/Http/Status414.php'),(15436,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status415.php','wp-includes/Requests/src/Exception/Http/Status415.php'),(15437,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status416.php','wp-includes/Requests/src/Exception/Http/Status416.php'),(15438,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status417.php','wp-includes/Requests/src/Exception/Http/Status417.php'),(15439,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status418.php','wp-includes/Requests/src/Exception/Http/Status418.php'),(15440,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status428.php','wp-includes/Requests/src/Exception/Http/Status428.php'),(15441,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status429.php','wp-includes/Requests/src/Exception/Http/Status429.php'),(15442,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status431.php','wp-includes/Requests/src/Exception/Http/Status431.php'),(15443,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status500.php','wp-includes/Requests/src/Exception/Http/Status500.php'),(15444,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status501.php','wp-includes/Requests/src/Exception/Http/Status501.php'),(15445,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status502.php','wp-includes/Requests/src/Exception/Http/Status502.php'),(15446,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status503.php','wp-includes/Requests/src/Exception/Http/Status503.php'),(15447,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status504.php','wp-includes/Requests/src/Exception/Http/Status504.php'),(15448,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status505.php','wp-includes/Requests/src/Exception/Http/Status505.php'),(15449,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/Status511.php','wp-includes/Requests/src/Exception/Http/Status511.php'),(15450,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http/StatusUnknown.php','wp-includes/Requests/src/Exception/Http/StatusUnknown.php'),(15451,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Http.php','wp-includes/Requests/src/Exception/Http.php'),(15452,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/InvalidArgument.php','wp-includes/Requests/src/Exception/InvalidArgument.php'),(15453,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Transport/Curl.php','wp-includes/Requests/src/Exception/Transport/Curl.php'),(15454,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception/Transport.php','wp-includes/Requests/src/Exception/Transport.php'),(15455,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Exception.php','wp-includes/Requests/src/Exception.php'),(15456,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/HookManager.php','wp-includes/Requests/src/HookManager.php'),(15457,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Hooks.php','wp-includes/Requests/src/Hooks.php'),(15458,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/IdnaEncoder.php','wp-includes/Requests/src/IdnaEncoder.php'),(15459,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Ipv6.php','wp-includes/Requests/src/Ipv6.php'),(15460,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Iri.php','wp-includes/Requests/src/Iri.php'),(15461,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Port.php','wp-includes/Requests/src/Port.php'),(15462,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Proxy/Http.php','wp-includes/Requests/src/Proxy/Http.php'),(15463,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Proxy.php','wp-includes/Requests/src/Proxy.php'),(15464,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Requests.php','wp-includes/Requests/src/Requests.php'),(15465,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Response/Headers.php','wp-includes/Requests/src/Response/Headers.php'),(15466,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Response.php','wp-includes/Requests/src/Response.php'),(15467,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Session.php','wp-includes/Requests/src/Session.php'),(15468,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Ssl.php','wp-includes/Requests/src/Ssl.php'),(15469,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Transport/Curl.php','wp-includes/Requests/src/Transport/Curl.php'),(15470,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Transport/Fsockopen.php','wp-includes/Requests/src/Transport/Fsockopen.php'),(15471,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Transport.php','wp-includes/Requests/src/Transport.php'),(15472,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php','wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php'),(15473,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Utility/FilteredIterator.php','wp-includes/Requests/src/Utility/FilteredIterator.php'),(15474,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Requests/src/Utility/InputValidator.php','wp-includes/Requests/src/Utility/InputValidator.php'),(15475,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Author.php','wp-includes/SimplePie/Author.php'),(15476,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/Base.php','wp-includes/SimplePie/Cache/Base.php'),(15477,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/DB.php','wp-includes/SimplePie/Cache/DB.php'),(15478,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/File.php','wp-includes/SimplePie/Cache/File.php'),(15479,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/Memcache.php','wp-includes/SimplePie/Cache/Memcache.php'),(15480,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/Memcached.php','wp-includes/SimplePie/Cache/Memcached.php'),(15481,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/MySQL.php','wp-includes/SimplePie/Cache/MySQL.php'),(15482,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache/Redis.php','wp-includes/SimplePie/Cache/Redis.php'),(15483,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Cache.php','wp-includes/SimplePie/Cache.php'),(15484,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Caption.php','wp-includes/SimplePie/Caption.php'),(15485,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Category.php','wp-includes/SimplePie/Category.php'),(15486,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Content/Type/Sniffer.php','wp-includes/SimplePie/Content/Type/Sniffer.php'),(15487,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Copyright.php','wp-includes/SimplePie/Copyright.php'),(15488,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Core.php','wp-includes/SimplePie/Core.php'),(15489,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Credit.php','wp-includes/SimplePie/Credit.php'),(15490,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Decode/HTML/Entities.php','wp-includes/SimplePie/Decode/HTML/Entities.php'),(15491,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Enclosure.php','wp-includes/SimplePie/Enclosure.php'),(15492,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Exception.php','wp-includes/SimplePie/Exception.php'),(15493,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/File.php','wp-includes/SimplePie/File.php'),(15494,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/HTTP/Parser.php','wp-includes/SimplePie/HTTP/Parser.php'),(15495,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/IRI.php','wp-includes/SimplePie/IRI.php'),(15496,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Item.php','wp-includes/SimplePie/Item.php'),(15497,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Locator.php','wp-includes/SimplePie/Locator.php'),(15498,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Misc.php','wp-includes/SimplePie/Misc.php'),(15499,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Net/IPv6.php','wp-includes/SimplePie/Net/IPv6.php'),(15500,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Parse/Date.php','wp-includes/SimplePie/Parse/Date.php'),(15501,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Parser.php','wp-includes/SimplePie/Parser.php'),(15502,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Rating.php','wp-includes/SimplePie/Rating.php'),(15503,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Registry.php','wp-includes/SimplePie/Registry.php'),(15504,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Restriction.php','wp-includes/SimplePie/Restriction.php'),(15505,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Sanitize.php','wp-includes/SimplePie/Sanitize.php'),(15506,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/Source.php','wp-includes/SimplePie/Source.php'),(15507,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/XML/Declaration/Parser.php','wp-includes/SimplePie/XML/Declaration/Parser.php'),(15508,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/SimplePie/gzdecode.php','wp-includes/SimplePie/gzdecode.php'),(15509,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff/Engine/native.php','wp-includes/Text/Diff/Engine/native.php'),(15510,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff/Engine/shell.php','wp-includes/Text/Diff/Engine/shell.php'),(15511,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff/Engine/string.php','wp-includes/Text/Diff/Engine/string.php'),(15512,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff/Engine/xdiff.php','wp-includes/Text/Diff/Engine/xdiff.php'),(15513,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff/Renderer/inline.php','wp-includes/Text/Diff/Renderer/inline.php'),(15514,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff/Renderer.php','wp-includes/Text/Diff/Renderer.php'),(15515,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/Text/Diff.php','wp-includes/Text/Diff.php'),(15516,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/admin-bar.php','wp-includes/admin-bar.php'),(15517,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/assets/script-loader-packages.min.php','wp-includes/assets/script-loader-packages.min.php'),(15518,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/assets/script-loader-packages.php','wp-includes/assets/script-loader-packages.php'),(15519,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/assets/script-loader-react-refresh-entry.min.php','wp-includes/assets/script-loader-react-refresh-entry.min.php'),(15520,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/assets/script-loader-react-refresh-entry.php','wp-includes/assets/script-loader-react-refresh-entry.php'),(15521,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/assets/script-loader-react-refresh-runtime.min.php','wp-includes/assets/script-loader-react-refresh-runtime.min.php'),(15522,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/assets/script-loader-react-refresh-runtime.php','wp-includes/assets/script-loader-react-refresh-runtime.php'),(15523,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/atomlib.php','wp-includes/atomlib.php'),(15524,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/author-template.php','wp-includes/author-template.php'),(15525,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-bindings/pattern-overrides.php','wp-includes/block-bindings/pattern-overrides.php'),(15526,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-bindings/post-meta.php','wp-includes/block-bindings/post-meta.php'),(15527,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-bindings.php','wp-includes/block-bindings.php'),(15528,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-editor.php','wp-includes/block-editor.php'),(15529,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-i18n.json','wp-includes/block-i18n.json'),(15530,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/query-grid-posts.php','wp-includes/block-patterns/query-grid-posts.php'),(15531,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/query-large-title-posts.php','wp-includes/block-patterns/query-large-title-posts.php'),(15532,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/query-medium-posts.php','wp-includes/block-patterns/query-medium-posts.php'),(15533,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/query-offset-posts.php','wp-includes/block-patterns/query-offset-posts.php'),(15534,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/query-small-posts.php','wp-includes/block-patterns/query-small-posts.php'),(15535,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/query-standard-posts.php','wp-includes/block-patterns/query-standard-posts.php'),(15536,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns/social-links-shared-background-color.php','wp-includes/block-patterns/social-links-shared-background-color.php'),(15537,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-patterns.php','wp-includes/block-patterns.php'),(15538,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/align.php','wp-includes/block-supports/align.php'),(15539,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/background.php','wp-includes/block-supports/background.php'),(15540,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/block-style-variations.php','wp-includes/block-supports/block-style-variations.php'),(15541,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/border.php','wp-includes/block-supports/border.php'),(15542,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/colors.php','wp-includes/block-supports/colors.php'),(15543,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/custom-classname.php','wp-includes/block-supports/custom-classname.php'),(15544,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/dimensions.php','wp-includes/block-supports/dimensions.php'),(15545,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/duotone.php','wp-includes/block-supports/duotone.php'),(15546,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/elements.php','wp-includes/block-supports/elements.php'),(15547,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/generated-classname.php','wp-includes/block-supports/generated-classname.php'),(15548,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/layout.php','wp-includes/block-supports/layout.php'),(15549,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/position.php','wp-includes/block-supports/position.php'),(15550,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/settings.php','wp-includes/block-supports/settings.php'),(15551,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/shadow.php','wp-includes/block-supports/shadow.php'),(15552,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/spacing.php','wp-includes/block-supports/spacing.php'),(15553,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/typography.php','wp-includes/block-supports/typography.php'),(15554,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-supports/utils.php','wp-includes/block-supports/utils.php'),(15555,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-template-utils.php','wp-includes/block-template-utils.php'),(15556,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/block-template.php','wp-includes/block-template.php'),(15557,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/block.json','wp-includes/blocks/archives/block.json'),(15558,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/editor-rtl.css','wp-includes/blocks/archives/editor-rtl.css'),(15559,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/editor-rtl.min.css','wp-includes/blocks/archives/editor-rtl.min.css'),(15560,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/editor.css','wp-includes/blocks/archives/editor.css'),(15561,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/editor.min.css','wp-includes/blocks/archives/editor.min.css'),(15562,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/style-rtl.css','wp-includes/blocks/archives/style-rtl.css'),(15563,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/style-rtl.min.css','wp-includes/blocks/archives/style-rtl.min.css'),(15564,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/style.css','wp-includes/blocks/archives/style.css'),(15565,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives/style.min.css','wp-includes/blocks/archives/style.min.css'),(15566,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/archives.php','wp-includes/blocks/archives.php'),(15567,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/block.json','wp-includes/blocks/audio/block.json'),(15568,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/editor-rtl.css','wp-includes/blocks/audio/editor-rtl.css'),(15569,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/editor-rtl.min.css','wp-includes/blocks/audio/editor-rtl.min.css'),(15570,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/editor.css','wp-includes/blocks/audio/editor.css'),(15571,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/editor.min.css','wp-includes/blocks/audio/editor.min.css'),(15572,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/style-rtl.css','wp-includes/blocks/audio/style-rtl.css'),(15573,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/style-rtl.min.css','wp-includes/blocks/audio/style-rtl.min.css'),(15574,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/style.css','wp-includes/blocks/audio/style.css'),(15575,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/style.min.css','wp-includes/blocks/audio/style.min.css'),(15576,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/theme-rtl.css','wp-includes/blocks/audio/theme-rtl.css'),(15577,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/theme-rtl.min.css','wp-includes/blocks/audio/theme-rtl.min.css'),(15578,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/theme.css','wp-includes/blocks/audio/theme.css'),(15579,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/audio/theme.min.css','wp-includes/blocks/audio/theme.min.css'),(15580,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/block.json','wp-includes/blocks/avatar/block.json'),(15581,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/editor-rtl.css','wp-includes/blocks/avatar/editor-rtl.css'),(15582,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/editor-rtl.min.css','wp-includes/blocks/avatar/editor-rtl.min.css'),(15583,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/editor.css','wp-includes/blocks/avatar/editor.css'),(15584,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/editor.min.css','wp-includes/blocks/avatar/editor.min.css'),(15585,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/style-rtl.css','wp-includes/blocks/avatar/style-rtl.css'),(15586,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/style-rtl.min.css','wp-includes/blocks/avatar/style-rtl.min.css'),(15587,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/style.css','wp-includes/blocks/avatar/style.css'),(15588,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar/style.min.css','wp-includes/blocks/avatar/style.min.css'),(15589,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/avatar.php','wp-includes/blocks/avatar.php'),(15590,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/block/block.json','wp-includes/blocks/block/block.json'),(15591,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/block.php','wp-includes/blocks/block.php'),(15592,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/blocks-json.php','wp-includes/blocks/blocks-json.php'),(15593,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/block.json','wp-includes/blocks/button/block.json'),(15594,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/editor-rtl.css','wp-includes/blocks/button/editor-rtl.css'),(15595,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/editor-rtl.min.css','wp-includes/blocks/button/editor-rtl.min.css'),(15596,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/editor.css','wp-includes/blocks/button/editor.css'),(15597,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/editor.min.css','wp-includes/blocks/button/editor.min.css'),(15598,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/style-rtl.css','wp-includes/blocks/button/style-rtl.css'),(15599,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/style-rtl.min.css','wp-includes/blocks/button/style-rtl.min.css'),(15600,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/style.css','wp-includes/blocks/button/style.css'),(15601,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button/style.min.css','wp-includes/blocks/button/style.min.css'),(15602,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/button.php','wp-includes/blocks/button.php'),(15603,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/block.json','wp-includes/blocks/buttons/block.json'),(15604,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/editor-rtl.css','wp-includes/blocks/buttons/editor-rtl.css'),(15605,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/editor-rtl.min.css','wp-includes/blocks/buttons/editor-rtl.min.css'),(15606,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/editor.css','wp-includes/blocks/buttons/editor.css'),(15607,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/editor.min.css','wp-includes/blocks/buttons/editor.min.css'),(15608,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/style-rtl.css','wp-includes/blocks/buttons/style-rtl.css'),(15609,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/style-rtl.min.css','wp-includes/blocks/buttons/style-rtl.min.css'),(15610,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/style.css','wp-includes/blocks/buttons/style.css'),(15611,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/buttons/style.min.css','wp-includes/blocks/buttons/style.min.css'),(15612,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/calendar/block.json','wp-includes/blocks/calendar/block.json'),(15613,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/calendar/style-rtl.css','wp-includes/blocks/calendar/style-rtl.css'),(15614,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/calendar/style-rtl.min.css','wp-includes/blocks/calendar/style-rtl.min.css'),(15615,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/calendar/style.css','wp-includes/blocks/calendar/style.css'),(15616,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/calendar/style.min.css','wp-includes/blocks/calendar/style.min.css'),(15617,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/calendar.php','wp-includes/blocks/calendar.php'),(15618,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/block.json','wp-includes/blocks/categories/block.json'),(15619,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/editor-rtl.css','wp-includes/blocks/categories/editor-rtl.css'),(15620,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/editor-rtl.min.css','wp-includes/blocks/categories/editor-rtl.min.css'),(15621,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/editor.css','wp-includes/blocks/categories/editor.css'),(15622,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/editor.min.css','wp-includes/blocks/categories/editor.min.css'),(15623,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/style-rtl.css','wp-includes/blocks/categories/style-rtl.css'),(15624,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/style-rtl.min.css','wp-includes/blocks/categories/style-rtl.min.css'),(15625,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/style.css','wp-includes/blocks/categories/style.css'),(15626,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories/style.min.css','wp-includes/blocks/categories/style.min.css'),(15627,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/categories.php','wp-includes/blocks/categories.php'),(15628,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/block.json','wp-includes/blocks/code/block.json'),(15629,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/editor-rtl.css','wp-includes/blocks/code/editor-rtl.css'),(15630,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/editor-rtl.min.css','wp-includes/blocks/code/editor-rtl.min.css'),(15631,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/editor.css','wp-includes/blocks/code/editor.css'),(15632,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/editor.min.css','wp-includes/blocks/code/editor.min.css'),(15633,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/style-rtl.css','wp-includes/blocks/code/style-rtl.css'),(15634,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/style-rtl.min.css','wp-includes/blocks/code/style-rtl.min.css'),(15635,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/style.css','wp-includes/blocks/code/style.css'),(15636,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/style.min.css','wp-includes/blocks/code/style.min.css'),(15637,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/theme-rtl.css','wp-includes/blocks/code/theme-rtl.css'),(15638,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/theme-rtl.min.css','wp-includes/blocks/code/theme-rtl.min.css'),(15639,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/theme.css','wp-includes/blocks/code/theme.css'),(15640,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/code/theme.min.css','wp-includes/blocks/code/theme.min.css'),(15641,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/column/block.json','wp-includes/blocks/column/block.json'),(15642,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/block.json','wp-includes/blocks/columns/block.json'),(15643,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/editor-rtl.css','wp-includes/blocks/columns/editor-rtl.css'),(15644,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/editor-rtl.min.css','wp-includes/blocks/columns/editor-rtl.min.css'),(15645,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/editor.css','wp-includes/blocks/columns/editor.css'),(15646,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/editor.min.css','wp-includes/blocks/columns/editor.min.css'),(15647,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/style-rtl.css','wp-includes/blocks/columns/style-rtl.css'),(15648,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/style-rtl.min.css','wp-includes/blocks/columns/style-rtl.min.css'),(15649,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/style.css','wp-includes/blocks/columns/style.css'),(15650,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/columns/style.min.css','wp-includes/blocks/columns/style.min.css'),(15651,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-author-name/block.json','wp-includes/blocks/comment-author-name/block.json'),(15652,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-author-name.php','wp-includes/blocks/comment-author-name.php'),(15653,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-content/block.json','wp-includes/blocks/comment-content/block.json'),(15654,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-content/style-rtl.css','wp-includes/blocks/comment-content/style-rtl.css'),(15655,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-content/style-rtl.min.css','wp-includes/blocks/comment-content/style-rtl.min.css'),(15656,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-content/style.css','wp-includes/blocks/comment-content/style.css'),(15657,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-content/style.min.css','wp-includes/blocks/comment-content/style.min.css'),(15658,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-content.php','wp-includes/blocks/comment-content.php'),(15659,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-date/block.json','wp-includes/blocks/comment-date/block.json'),(15660,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-date.php','wp-includes/blocks/comment-date.php'),(15661,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-edit-link/block.json','wp-includes/blocks/comment-edit-link/block.json'),(15662,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-edit-link.php','wp-includes/blocks/comment-edit-link.php'),(15663,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-reply-link/block.json','wp-includes/blocks/comment-reply-link/block.json'),(15664,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-reply-link.php','wp-includes/blocks/comment-reply-link.php'),(15665,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-template/block.json','wp-includes/blocks/comment-template/block.json'),(15666,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-template/style-rtl.css','wp-includes/blocks/comment-template/style-rtl.css'),(15667,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-template/style-rtl.min.css','wp-includes/blocks/comment-template/style-rtl.min.css'),(15668,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-template/style.css','wp-includes/blocks/comment-template/style.css'),(15669,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-template/style.min.css','wp-includes/blocks/comment-template/style.min.css'),(15670,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comment-template.php','wp-includes/blocks/comment-template.php'),(15671,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/block.json','wp-includes/blocks/comments/block.json'),(15672,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/editor-rtl.css','wp-includes/blocks/comments/editor-rtl.css'),(15673,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/editor-rtl.min.css','wp-includes/blocks/comments/editor-rtl.min.css'),(15674,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/editor.css','wp-includes/blocks/comments/editor.css'),(15675,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/editor.min.css','wp-includes/blocks/comments/editor.min.css'),(15676,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/style-rtl.css','wp-includes/blocks/comments/style-rtl.css'),(15677,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/style-rtl.min.css','wp-includes/blocks/comments/style-rtl.min.css'),(15678,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/style.css','wp-includes/blocks/comments/style.css'),(15679,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments/style.min.css','wp-includes/blocks/comments/style.min.css'),(15680,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/block.json','wp-includes/blocks/comments-pagination/block.json'),(15681,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/editor-rtl.css','wp-includes/blocks/comments-pagination/editor-rtl.css'),(15682,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/editor-rtl.min.css','wp-includes/blocks/comments-pagination/editor-rtl.min.css'),(15683,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/editor.css','wp-includes/blocks/comments-pagination/editor.css'),(15684,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/editor.min.css','wp-includes/blocks/comments-pagination/editor.min.css'),(15685,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/style-rtl.css','wp-includes/blocks/comments-pagination/style-rtl.css'),(15686,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/style-rtl.min.css','wp-includes/blocks/comments-pagination/style-rtl.min.css'),(15687,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/style.css','wp-includes/blocks/comments-pagination/style.css'),(15688,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination/style.min.css','wp-includes/blocks/comments-pagination/style.min.css'),(15689,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-next/block.json','wp-includes/blocks/comments-pagination-next/block.json'),(15690,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-next.php','wp-includes/blocks/comments-pagination-next.php'),(15691,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-numbers/block.json','wp-includes/blocks/comments-pagination-numbers/block.json'),(15692,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css','wp-includes/blocks/comments-pagination-numbers/editor-rtl.css'),(15693,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css','wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css'),(15694,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-numbers/editor.css','wp-includes/blocks/comments-pagination-numbers/editor.css'),(15695,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-numbers/editor.min.css','wp-includes/blocks/comments-pagination-numbers/editor.min.css'),(15696,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-numbers.php','wp-includes/blocks/comments-pagination-numbers.php'),(15697,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-previous/block.json','wp-includes/blocks/comments-pagination-previous/block.json'),(15698,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination-previous.php','wp-includes/blocks/comments-pagination-previous.php'),(15699,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-pagination.php','wp-includes/blocks/comments-pagination.php'),(15700,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-title/block.json','wp-includes/blocks/comments-title/block.json'),(15701,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-title/editor-rtl.css','wp-includes/blocks/comments-title/editor-rtl.css'),(15702,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-title/editor-rtl.min.css','wp-includes/blocks/comments-title/editor-rtl.min.css'),(15703,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-title/editor.css','wp-includes/blocks/comments-title/editor.css'),(15704,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-title/editor.min.css','wp-includes/blocks/comments-title/editor.min.css'),(15705,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments-title.php','wp-includes/blocks/comments-title.php'),(15706,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/comments.php','wp-includes/blocks/comments.php'),(15707,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/block.json','wp-includes/blocks/cover/block.json'),(15708,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/editor-rtl.css','wp-includes/blocks/cover/editor-rtl.css'),(15709,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/editor-rtl.min.css','wp-includes/blocks/cover/editor-rtl.min.css'),(15710,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/editor.css','wp-includes/blocks/cover/editor.css'),(15711,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/editor.min.css','wp-includes/blocks/cover/editor.min.css'),(15712,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/style-rtl.css','wp-includes/blocks/cover/style-rtl.css'),(15713,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/style-rtl.min.css','wp-includes/blocks/cover/style-rtl.min.css'),(15714,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/style.css','wp-includes/blocks/cover/style.css'),(15715,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover/style.min.css','wp-includes/blocks/cover/style.min.css'),(15716,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/cover.php','wp-includes/blocks/cover.php'),(15717,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/block.json','wp-includes/blocks/details/block.json'),(15718,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/editor-rtl.css','wp-includes/blocks/details/editor-rtl.css'),(15719,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/editor-rtl.min.css','wp-includes/blocks/details/editor-rtl.min.css'),(15720,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/editor.css','wp-includes/blocks/details/editor.css'),(15721,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/editor.min.css','wp-includes/blocks/details/editor.min.css'),(15722,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/style-rtl.css','wp-includes/blocks/details/style-rtl.css'),(15723,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/style-rtl.min.css','wp-includes/blocks/details/style-rtl.min.css'),(15724,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/style.css','wp-includes/blocks/details/style.css'),(15725,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/details/style.min.css','wp-includes/blocks/details/style.min.css'),(15726,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/block.json','wp-includes/blocks/embed/block.json'),(15727,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/editor-rtl.css','wp-includes/blocks/embed/editor-rtl.css'),(15728,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/editor-rtl.min.css','wp-includes/blocks/embed/editor-rtl.min.css'),(15729,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/editor.css','wp-includes/blocks/embed/editor.css'),(15730,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/editor.min.css','wp-includes/blocks/embed/editor.min.css'),(15731,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/style-rtl.css','wp-includes/blocks/embed/style-rtl.css'),(15732,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/style-rtl.min.css','wp-includes/blocks/embed/style-rtl.min.css'),(15733,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/style.css','wp-includes/blocks/embed/style.css'),(15734,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/style.min.css','wp-includes/blocks/embed/style.min.css'),(15735,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/theme-rtl.css','wp-includes/blocks/embed/theme-rtl.css'),(15736,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/theme-rtl.min.css','wp-includes/blocks/embed/theme-rtl.min.css'),(15737,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/theme.css','wp-includes/blocks/embed/theme.css'),(15738,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/embed/theme.min.css','wp-includes/blocks/embed/theme.min.css'),(15739,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/block.json','wp-includes/blocks/file/block.json'),(15740,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/editor-rtl.css','wp-includes/blocks/file/editor-rtl.css'),(15741,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/editor-rtl.min.css','wp-includes/blocks/file/editor-rtl.min.css'),(15742,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/editor.css','wp-includes/blocks/file/editor.css'),(15743,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/editor.min.css','wp-includes/blocks/file/editor.min.css'),(15744,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/style-rtl.css','wp-includes/blocks/file/style-rtl.css'),(15745,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/style-rtl.min.css','wp-includes/blocks/file/style-rtl.min.css'),(15746,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/style.css','wp-includes/blocks/file/style.css'),(15747,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/style.min.css','wp-includes/blocks/file/style.min.css'),(15748,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/view.asset.php','wp-includes/blocks/file/view.asset.php'),(15749,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/view.js','wp-includes/blocks/file/view.js'),(15750,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/view.min.asset.php','wp-includes/blocks/file/view.min.asset.php'),(15751,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file/view.min.js','wp-includes/blocks/file/view.min.js'),(15752,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/file.php','wp-includes/blocks/file.php'),(15753,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/footnotes/block.json','wp-includes/blocks/footnotes/block.json'),(15754,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/footnotes/style-rtl.css','wp-includes/blocks/footnotes/style-rtl.css'),(15755,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/footnotes/style-rtl.min.css','wp-includes/blocks/footnotes/style-rtl.min.css'),(15756,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/footnotes/style.css','wp-includes/blocks/footnotes/style.css'),(15757,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/footnotes/style.min.css','wp-includes/blocks/footnotes/style.min.css'),(15758,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/footnotes.php','wp-includes/blocks/footnotes.php'),(15759,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/freeform/block.json','wp-includes/blocks/freeform/block.json'),(15760,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/freeform/editor-rtl.css','wp-includes/blocks/freeform/editor-rtl.css'),(15761,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/freeform/editor-rtl.min.css','wp-includes/blocks/freeform/editor-rtl.min.css'),(15762,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/freeform/editor.css','wp-includes/blocks/freeform/editor.css'),(15763,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/freeform/editor.min.css','wp-includes/blocks/freeform/editor.min.css'),(15764,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/block.json','wp-includes/blocks/gallery/block.json'),(15765,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/editor-rtl.css','wp-includes/blocks/gallery/editor-rtl.css'),(15766,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/editor-rtl.min.css','wp-includes/blocks/gallery/editor-rtl.min.css'),(15767,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/editor.css','wp-includes/blocks/gallery/editor.css'),(15768,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/editor.min.css','wp-includes/blocks/gallery/editor.min.css'),(15769,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/style-rtl.css','wp-includes/blocks/gallery/style-rtl.css'),(15770,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/style-rtl.min.css','wp-includes/blocks/gallery/style-rtl.min.css'),(15771,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/style.css','wp-includes/blocks/gallery/style.css'),(15772,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/style.min.css','wp-includes/blocks/gallery/style.min.css'),(15773,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/theme-rtl.css','wp-includes/blocks/gallery/theme-rtl.css'),(15774,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/theme-rtl.min.css','wp-includes/blocks/gallery/theme-rtl.min.css'),(15775,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/theme.css','wp-includes/blocks/gallery/theme.css'),(15776,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery/theme.min.css','wp-includes/blocks/gallery/theme.min.css'),(15777,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/gallery.php','wp-includes/blocks/gallery.php'),(15778,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/block.json','wp-includes/blocks/group/block.json'),(15779,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/editor-rtl.css','wp-includes/blocks/group/editor-rtl.css'),(15780,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/editor-rtl.min.css','wp-includes/blocks/group/editor-rtl.min.css'),(15781,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/editor.css','wp-includes/blocks/group/editor.css'),(15782,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/editor.min.css','wp-includes/blocks/group/editor.min.css'),(15783,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/style-rtl.css','wp-includes/blocks/group/style-rtl.css'),(15784,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/style-rtl.min.css','wp-includes/blocks/group/style-rtl.min.css'),(15785,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/style.css','wp-includes/blocks/group/style.css'),(15786,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/style.min.css','wp-includes/blocks/group/style.min.css'),(15787,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/theme-rtl.css','wp-includes/blocks/group/theme-rtl.css'),(15788,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/theme-rtl.min.css','wp-includes/blocks/group/theme-rtl.min.css'),(15789,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/theme.css','wp-includes/blocks/group/theme.css'),(15790,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/group/theme.min.css','wp-includes/blocks/group/theme.min.css'),(15791,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/heading/block.json','wp-includes/blocks/heading/block.json'),(15792,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/heading/style-rtl.css','wp-includes/blocks/heading/style-rtl.css'),(15793,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/heading/style-rtl.min.css','wp-includes/blocks/heading/style-rtl.min.css'),(15794,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/heading/style.css','wp-includes/blocks/heading/style.css'),(15795,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/heading/style.min.css','wp-includes/blocks/heading/style.min.css'),(15796,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/heading.php','wp-includes/blocks/heading.php'),(15797,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/home-link/block.json','wp-includes/blocks/home-link/block.json'),(15798,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/home-link.php','wp-includes/blocks/home-link.php'),(15799,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/html/block.json','wp-includes/blocks/html/block.json'),(15800,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/html/editor-rtl.css','wp-includes/blocks/html/editor-rtl.css'),(15801,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/html/editor-rtl.min.css','wp-includes/blocks/html/editor-rtl.min.css'),(15802,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/html/editor.css','wp-includes/blocks/html/editor.css'),(15803,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/html/editor.min.css','wp-includes/blocks/html/editor.min.css'),(15804,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/block.json','wp-includes/blocks/image/block.json'),(15805,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/editor-rtl.css','wp-includes/blocks/image/editor-rtl.css'),(15806,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/editor-rtl.min.css','wp-includes/blocks/image/editor-rtl.min.css'),(15807,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/editor.css','wp-includes/blocks/image/editor.css'),(15808,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/editor.min.css','wp-includes/blocks/image/editor.min.css'),(15809,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/style-rtl.css','wp-includes/blocks/image/style-rtl.css'),(15810,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/style-rtl.min.css','wp-includes/blocks/image/style-rtl.min.css'),(15811,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/style.css','wp-includes/blocks/image/style.css'),(15812,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/style.min.css','wp-includes/blocks/image/style.min.css'),(15813,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/theme-rtl.css','wp-includes/blocks/image/theme-rtl.css'),(15814,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/theme-rtl.min.css','wp-includes/blocks/image/theme-rtl.min.css'),(15815,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/theme.css','wp-includes/blocks/image/theme.css'),(15816,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/theme.min.css','wp-includes/blocks/image/theme.min.css'),(15817,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/view.asset.php','wp-includes/blocks/image/view.asset.php'),(15818,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/view.js','wp-includes/blocks/image/view.js'),(15819,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/view.min.asset.php','wp-includes/blocks/image/view.min.asset.php'),(15820,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image/view.min.js','wp-includes/blocks/image/view.min.js'),(15821,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/image.php','wp-includes/blocks/image.php'),(15822,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/index.php','wp-includes/blocks/index.php'),(15823,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-comments/block.json','wp-includes/blocks/latest-comments/block.json'),(15824,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-comments/style-rtl.css','wp-includes/blocks/latest-comments/style-rtl.css'),(15825,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-comments/style-rtl.min.css','wp-includes/blocks/latest-comments/style-rtl.min.css'),(15826,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-comments/style.css','wp-includes/blocks/latest-comments/style.css'),(15827,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-comments/style.min.css','wp-includes/blocks/latest-comments/style.min.css'),(15828,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-comments.php','wp-includes/blocks/latest-comments.php'),(15829,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/block.json','wp-includes/blocks/latest-posts/block.json'),(15830,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/editor-rtl.css','wp-includes/blocks/latest-posts/editor-rtl.css'),(15831,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/editor-rtl.min.css','wp-includes/blocks/latest-posts/editor-rtl.min.css'),(15832,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/editor.css','wp-includes/blocks/latest-posts/editor.css'),(15833,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/editor.min.css','wp-includes/blocks/latest-posts/editor.min.css'),(15834,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/style-rtl.css','wp-includes/blocks/latest-posts/style-rtl.css'),(15835,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/style-rtl.min.css','wp-includes/blocks/latest-posts/style-rtl.min.css'),(15836,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/style.css','wp-includes/blocks/latest-posts/style.css'),(15837,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts/style.min.css','wp-includes/blocks/latest-posts/style.min.css'),(15838,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/latest-posts.php','wp-includes/blocks/latest-posts.php'),(15839,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/legacy-widget/block.json','wp-includes/blocks/legacy-widget/block.json'),(15840,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/legacy-widget.php','wp-includes/blocks/legacy-widget.php'),(15841,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list/block.json','wp-includes/blocks/list/block.json'),(15842,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list/style-rtl.css','wp-includes/blocks/list/style-rtl.css'),(15843,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list/style-rtl.min.css','wp-includes/blocks/list/style-rtl.min.css'),(15844,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list/style.css','wp-includes/blocks/list/style.css'),(15845,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list/style.min.css','wp-includes/blocks/list/style.min.css'),(15846,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list-item/block.json','wp-includes/blocks/list-item/block.json'),(15847,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/list.php','wp-includes/blocks/list.php'),(15848,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/loginout/block.json','wp-includes/blocks/loginout/block.json'),(15849,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/loginout.php','wp-includes/blocks/loginout.php'),(15850,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/block.json','wp-includes/blocks/media-text/block.json'),(15851,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/editor-rtl.css','wp-includes/blocks/media-text/editor-rtl.css'),(15852,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/editor-rtl.min.css','wp-includes/blocks/media-text/editor-rtl.min.css'),(15853,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/editor.css','wp-includes/blocks/media-text/editor.css'),(15854,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/editor.min.css','wp-includes/blocks/media-text/editor.min.css'),(15855,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/style-rtl.css','wp-includes/blocks/media-text/style-rtl.css'),(15856,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/style-rtl.min.css','wp-includes/blocks/media-text/style-rtl.min.css'),(15857,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/style.css','wp-includes/blocks/media-text/style.css'),(15858,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text/style.min.css','wp-includes/blocks/media-text/style.min.css'),(15859,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/media-text.php','wp-includes/blocks/media-text.php'),(15860,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/missing/block.json','wp-includes/blocks/missing/block.json'),(15861,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/more/block.json','wp-includes/blocks/more/block.json'),(15862,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/more/editor-rtl.css','wp-includes/blocks/more/editor-rtl.css'),(15863,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/more/editor-rtl.min.css','wp-includes/blocks/more/editor-rtl.min.css'),(15864,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/more/editor.css','wp-includes/blocks/more/editor.css'),(15865,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/more/editor.min.css','wp-includes/blocks/more/editor.min.css'),(15866,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/block.json','wp-includes/blocks/navigation/block.json'),(15867,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/editor-rtl.css','wp-includes/blocks/navigation/editor-rtl.css'),(15868,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/editor-rtl.min.css','wp-includes/blocks/navigation/editor-rtl.min.css'),(15869,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/editor.css','wp-includes/blocks/navigation/editor.css'),(15870,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/editor.min.css','wp-includes/blocks/navigation/editor.min.css'),(15871,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/style-rtl.css','wp-includes/blocks/navigation/style-rtl.css'),(15872,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/style-rtl.min.css','wp-includes/blocks/navigation/style-rtl.min.css'),(15873,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/style.css','wp-includes/blocks/navigation/style.css'),(15874,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/style.min.css','wp-includes/blocks/navigation/style.min.css'),(15875,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/view-modal.asset.php','wp-includes/blocks/navigation/view-modal.asset.php'),(15876,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/view-modal.min.asset.php','wp-includes/blocks/navigation/view-modal.min.asset.php'),(15877,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/view.asset.php','wp-includes/blocks/navigation/view.asset.php'),(15878,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/view.js','wp-includes/blocks/navigation/view.js'),(15879,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/view.min.asset.php','wp-includes/blocks/navigation/view.min.asset.php'),(15880,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation/view.min.js','wp-includes/blocks/navigation/view.min.js'),(15881,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/block.json','wp-includes/blocks/navigation-link/block.json'),(15882,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/editor-rtl.css','wp-includes/blocks/navigation-link/editor-rtl.css'),(15883,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/editor-rtl.min.css','wp-includes/blocks/navigation-link/editor-rtl.min.css'),(15884,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/editor.css','wp-includes/blocks/navigation-link/editor.css'),(15885,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/editor.min.css','wp-includes/blocks/navigation-link/editor.min.css'),(15886,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/style-rtl.css','wp-includes/blocks/navigation-link/style-rtl.css'),(15887,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/style-rtl.min.css','wp-includes/blocks/navigation-link/style-rtl.min.css'),(15888,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/style.css','wp-includes/blocks/navigation-link/style.css'),(15889,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link/style.min.css','wp-includes/blocks/navigation-link/style.min.css'),(15890,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-link.php','wp-includes/blocks/navigation-link.php'),(15891,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-submenu/block.json','wp-includes/blocks/navigation-submenu/block.json'),(15892,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-submenu/editor-rtl.css','wp-includes/blocks/navigation-submenu/editor-rtl.css'),(15893,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-submenu/editor-rtl.min.css','wp-includes/blocks/navigation-submenu/editor-rtl.min.css'),(15894,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-submenu/editor.css','wp-includes/blocks/navigation-submenu/editor.css'),(15895,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-submenu/editor.min.css','wp-includes/blocks/navigation-submenu/editor.min.css'),(15896,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation-submenu.php','wp-includes/blocks/navigation-submenu.php'),(15897,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/navigation.php','wp-includes/blocks/navigation.php'),(15898,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/nextpage/block.json','wp-includes/blocks/nextpage/block.json'),(15899,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/nextpage/editor-rtl.css','wp-includes/blocks/nextpage/editor-rtl.css'),(15900,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/nextpage/editor-rtl.min.css','wp-includes/blocks/nextpage/editor-rtl.min.css'),(15901,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/nextpage/editor.css','wp-includes/blocks/nextpage/editor.css'),(15902,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/nextpage/editor.min.css','wp-includes/blocks/nextpage/editor.min.css'),(15903,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/block.json','wp-includes/blocks/page-list/block.json'),(15904,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/editor-rtl.css','wp-includes/blocks/page-list/editor-rtl.css'),(15905,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/editor-rtl.min.css','wp-includes/blocks/page-list/editor-rtl.min.css'),(15906,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/editor.css','wp-includes/blocks/page-list/editor.css'),(15907,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/editor.min.css','wp-includes/blocks/page-list/editor.min.css'),(15908,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/style-rtl.css','wp-includes/blocks/page-list/style-rtl.css'),(15909,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/style-rtl.min.css','wp-includes/blocks/page-list/style-rtl.min.css'),(15910,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/style.css','wp-includes/blocks/page-list/style.css'),(15911,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list/style.min.css','wp-includes/blocks/page-list/style.min.css'),(15912,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list-item/block.json','wp-includes/blocks/page-list-item/block.json'),(15913,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list-item.php','wp-includes/blocks/page-list-item.php'),(15914,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/page-list.php','wp-includes/blocks/page-list.php'),(15915,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/block.json','wp-includes/blocks/paragraph/block.json'),(15916,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/editor-rtl.css','wp-includes/blocks/paragraph/editor-rtl.css'),(15917,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/editor-rtl.min.css','wp-includes/blocks/paragraph/editor-rtl.min.css'),(15918,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/editor.css','wp-includes/blocks/paragraph/editor.css'),(15919,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/editor.min.css','wp-includes/blocks/paragraph/editor.min.css'),(15920,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/style-rtl.css','wp-includes/blocks/paragraph/style-rtl.css'),(15921,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/style-rtl.min.css','wp-includes/blocks/paragraph/style-rtl.min.css'),(15922,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/style.css','wp-includes/blocks/paragraph/style.css'),(15923,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/paragraph/style.min.css','wp-includes/blocks/paragraph/style.min.css'),(15924,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pattern/block.json','wp-includes/blocks/pattern/block.json'),(15925,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pattern.php','wp-includes/blocks/pattern.php'),(15926,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author/block.json','wp-includes/blocks/post-author/block.json'),(15927,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author/style-rtl.css','wp-includes/blocks/post-author/style-rtl.css'),(15928,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author/style-rtl.min.css','wp-includes/blocks/post-author/style-rtl.min.css'),(15929,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author/style.css','wp-includes/blocks/post-author/style.css'),(15930,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author/style.min.css','wp-includes/blocks/post-author/style.min.css'),(15931,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author-biography/block.json','wp-includes/blocks/post-author-biography/block.json'),(15932,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author-biography.php','wp-includes/blocks/post-author-biography.php'),(15933,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author-name/block.json','wp-includes/blocks/post-author-name/block.json'),(15934,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author-name.php','wp-includes/blocks/post-author-name.php'),(15935,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-author.php','wp-includes/blocks/post-author.php'),(15936,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/block.json','wp-includes/blocks/post-comments-form/block.json'),(15937,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/editor-rtl.css','wp-includes/blocks/post-comments-form/editor-rtl.css'),(15938,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/editor-rtl.min.css','wp-includes/blocks/post-comments-form/editor-rtl.min.css'),(15939,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/editor.css','wp-includes/blocks/post-comments-form/editor.css'),(15940,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/editor.min.css','wp-includes/blocks/post-comments-form/editor.min.css'),(15941,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/style-rtl.css','wp-includes/blocks/post-comments-form/style-rtl.css'),(15942,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/style-rtl.min.css','wp-includes/blocks/post-comments-form/style-rtl.min.css'),(15943,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/style.css','wp-includes/blocks/post-comments-form/style.css'),(15944,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form/style.min.css','wp-includes/blocks/post-comments-form/style.min.css'),(15945,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-comments-form.php','wp-includes/blocks/post-comments-form.php'),(15946,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-content/block.json','wp-includes/blocks/post-content/block.json'),(15947,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-content/editor-rtl.css','wp-includes/blocks/post-content/editor-rtl.css'),(15948,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-content/editor-rtl.min.css','wp-includes/blocks/post-content/editor-rtl.min.css'),(15949,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-content/editor.css','wp-includes/blocks/post-content/editor.css'),(15950,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-content/editor.min.css','wp-includes/blocks/post-content/editor.min.css'),(15951,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-content.php','wp-includes/blocks/post-content.php'),(15952,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-date/block.json','wp-includes/blocks/post-date/block.json'),(15953,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-date/style-rtl.css','wp-includes/blocks/post-date/style-rtl.css'),(15954,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-date/style-rtl.min.css','wp-includes/blocks/post-date/style-rtl.min.css'),(15955,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-date/style.css','wp-includes/blocks/post-date/style.css'),(15956,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-date/style.min.css','wp-includes/blocks/post-date/style.min.css'),(15957,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-date.php','wp-includes/blocks/post-date.php'),(15958,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/block.json','wp-includes/blocks/post-excerpt/block.json'),(15959,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/editor-rtl.css','wp-includes/blocks/post-excerpt/editor-rtl.css'),(15960,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/editor-rtl.min.css','wp-includes/blocks/post-excerpt/editor-rtl.min.css'),(15961,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/editor.css','wp-includes/blocks/post-excerpt/editor.css'),(15962,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/editor.min.css','wp-includes/blocks/post-excerpt/editor.min.css'),(15963,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/style-rtl.css','wp-includes/blocks/post-excerpt/style-rtl.css'),(15964,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/style-rtl.min.css','wp-includes/blocks/post-excerpt/style-rtl.min.css'),(15965,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/style.css','wp-includes/blocks/post-excerpt/style.css'),(15966,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt/style.min.css','wp-includes/blocks/post-excerpt/style.min.css'),(15967,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-excerpt.php','wp-includes/blocks/post-excerpt.php'),(15968,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/block.json','wp-includes/blocks/post-featured-image/block.json'),(15969,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/editor-rtl.css','wp-includes/blocks/post-featured-image/editor-rtl.css'),(15970,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/editor-rtl.min.css','wp-includes/blocks/post-featured-image/editor-rtl.min.css'),(15971,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/editor.css','wp-includes/blocks/post-featured-image/editor.css'),(15972,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/editor.min.css','wp-includes/blocks/post-featured-image/editor.min.css'),(15973,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/style-rtl.css','wp-includes/blocks/post-featured-image/style-rtl.css'),(15974,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/style-rtl.min.css','wp-includes/blocks/post-featured-image/style-rtl.min.css'),(15975,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/style.css','wp-includes/blocks/post-featured-image/style.css'),(15976,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image/style.min.css','wp-includes/blocks/post-featured-image/style.min.css'),(15977,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-featured-image.php','wp-includes/blocks/post-featured-image.php'),(15978,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-navigation-link/block.json','wp-includes/blocks/post-navigation-link/block.json'),(15979,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-navigation-link/style-rtl.css','wp-includes/blocks/post-navigation-link/style-rtl.css'),(15980,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-navigation-link/style-rtl.min.css','wp-includes/blocks/post-navigation-link/style-rtl.min.css'),(15981,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-navigation-link/style.css','wp-includes/blocks/post-navigation-link/style.css'),(15982,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-navigation-link/style.min.css','wp-includes/blocks/post-navigation-link/style.min.css'),(15983,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-navigation-link.php','wp-includes/blocks/post-navigation-link.php'),(15984,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/block.json','wp-includes/blocks/post-template/block.json'),(15985,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/editor-rtl.css','wp-includes/blocks/post-template/editor-rtl.css'),(15986,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/editor-rtl.min.css','wp-includes/blocks/post-template/editor-rtl.min.css'),(15987,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/editor.css','wp-includes/blocks/post-template/editor.css'),(15988,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/editor.min.css','wp-includes/blocks/post-template/editor.min.css'),(15989,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/style-rtl.css','wp-includes/blocks/post-template/style-rtl.css'),(15990,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/style-rtl.min.css','wp-includes/blocks/post-template/style-rtl.min.css'),(15991,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/style.css','wp-includes/blocks/post-template/style.css'),(15992,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template/style.min.css','wp-includes/blocks/post-template/style.min.css'),(15993,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-template.php','wp-includes/blocks/post-template.php'),(15994,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-terms/block.json','wp-includes/blocks/post-terms/block.json'),(15995,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-terms/style-rtl.css','wp-includes/blocks/post-terms/style-rtl.css'),(15996,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-terms/style-rtl.min.css','wp-includes/blocks/post-terms/style-rtl.min.css'),(15997,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-terms/style.css','wp-includes/blocks/post-terms/style.css'),(15998,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-terms/style.min.css','wp-includes/blocks/post-terms/style.min.css'),(15999,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-terms.php','wp-includes/blocks/post-terms.php'),(16000,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-title/block.json','wp-includes/blocks/post-title/block.json'),(16001,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-title/style-rtl.css','wp-includes/blocks/post-title/style-rtl.css'),(16002,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-title/style-rtl.min.css','wp-includes/blocks/post-title/style-rtl.min.css'),(16003,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-title/style.css','wp-includes/blocks/post-title/style.css'),(16004,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-title/style.min.css','wp-includes/blocks/post-title/style.min.css'),(16005,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/post-title.php','wp-includes/blocks/post-title.php'),(16006,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/preformatted/block.json','wp-includes/blocks/preformatted/block.json'),(16007,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/preformatted/style-rtl.css','wp-includes/blocks/preformatted/style-rtl.css'),(16008,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/preformatted/style-rtl.min.css','wp-includes/blocks/preformatted/style-rtl.min.css'),(16009,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/preformatted/style.css','wp-includes/blocks/preformatted/style.css'),(16010,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/preformatted/style.min.css','wp-includes/blocks/preformatted/style.min.css'),(16011,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/block.json','wp-includes/blocks/pullquote/block.json'),(16012,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/editor-rtl.css','wp-includes/blocks/pullquote/editor-rtl.css'),(16013,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/editor-rtl.min.css','wp-includes/blocks/pullquote/editor-rtl.min.css'),(16014,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/editor.css','wp-includes/blocks/pullquote/editor.css'),(16015,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/editor.min.css','wp-includes/blocks/pullquote/editor.min.css'),(16016,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/style-rtl.css','wp-includes/blocks/pullquote/style-rtl.css'),(16017,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/style-rtl.min.css','wp-includes/blocks/pullquote/style-rtl.min.css'),(16018,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/style.css','wp-includes/blocks/pullquote/style.css'),(16019,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/style.min.css','wp-includes/blocks/pullquote/style.min.css'),(16020,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/theme-rtl.css','wp-includes/blocks/pullquote/theme-rtl.css'),(16021,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/theme-rtl.min.css','wp-includes/blocks/pullquote/theme-rtl.min.css'),(16022,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/theme.css','wp-includes/blocks/pullquote/theme.css'),(16023,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/pullquote/theme.min.css','wp-includes/blocks/pullquote/theme.min.css'),(16024,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/block.json','wp-includes/blocks/query/block.json'),(16025,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/editor-rtl.css','wp-includes/blocks/query/editor-rtl.css'),(16026,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/editor-rtl.min.css','wp-includes/blocks/query/editor-rtl.min.css'),(16027,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/editor.css','wp-includes/blocks/query/editor.css'),(16028,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/editor.min.css','wp-includes/blocks/query/editor.min.css'),(16029,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/view.asset.php','wp-includes/blocks/query/view.asset.php'),(16030,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/view.js','wp-includes/blocks/query/view.js'),(16031,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/view.min.asset.php','wp-includes/blocks/query/view.min.asset.php'),(16032,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query/view.min.js','wp-includes/blocks/query/view.min.js'),(16033,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-no-results/block.json','wp-includes/blocks/query-no-results/block.json'),(16034,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-no-results.php','wp-includes/blocks/query-no-results.php'),(16035,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/block.json','wp-includes/blocks/query-pagination/block.json'),(16036,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/editor-rtl.css','wp-includes/blocks/query-pagination/editor-rtl.css'),(16037,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/editor-rtl.min.css','wp-includes/blocks/query-pagination/editor-rtl.min.css'),(16038,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/editor.css','wp-includes/blocks/query-pagination/editor.css'),(16039,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/editor.min.css','wp-includes/blocks/query-pagination/editor.min.css'),(16040,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/style-rtl.css','wp-includes/blocks/query-pagination/style-rtl.css'),(16041,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/style-rtl.min.css','wp-includes/blocks/query-pagination/style-rtl.min.css'),(16042,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/style.css','wp-includes/blocks/query-pagination/style.css'),(16043,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination/style.min.css','wp-includes/blocks/query-pagination/style.min.css'),(16044,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-next/block.json','wp-includes/blocks/query-pagination-next/block.json'),(16045,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-next.php','wp-includes/blocks/query-pagination-next.php'),(16046,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-numbers/block.json','wp-includes/blocks/query-pagination-numbers/block.json'),(16047,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-numbers/editor-rtl.css','wp-includes/blocks/query-pagination-numbers/editor-rtl.css'),(16048,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css','wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css'),(16049,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-numbers/editor.css','wp-includes/blocks/query-pagination-numbers/editor.css'),(16050,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-numbers/editor.min.css','wp-includes/blocks/query-pagination-numbers/editor.min.css'),(16051,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-numbers.php','wp-includes/blocks/query-pagination-numbers.php'),(16052,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-previous/block.json','wp-includes/blocks/query-pagination-previous/block.json'),(16053,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination-previous.php','wp-includes/blocks/query-pagination-previous.php'),(16054,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-pagination.php','wp-includes/blocks/query-pagination.php'),(16055,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-title/block.json','wp-includes/blocks/query-title/block.json'),(16056,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-title/style-rtl.css','wp-includes/blocks/query-title/style-rtl.css'),(16057,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-title/style-rtl.min.css','wp-includes/blocks/query-title/style-rtl.min.css'),(16058,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-title/style.css','wp-includes/blocks/query-title/style.css'),(16059,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-title/style.min.css','wp-includes/blocks/query-title/style.min.css'),(16060,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query-title.php','wp-includes/blocks/query-title.php'),(16061,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/query.php','wp-includes/blocks/query.php'),(16062,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/block.json','wp-includes/blocks/quote/block.json'),(16063,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/style-rtl.css','wp-includes/blocks/quote/style-rtl.css'),(16064,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/style-rtl.min.css','wp-includes/blocks/quote/style-rtl.min.css'),(16065,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/style.css','wp-includes/blocks/quote/style.css'),(16066,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/style.min.css','wp-includes/blocks/quote/style.min.css'),(16067,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/theme-rtl.css','wp-includes/blocks/quote/theme-rtl.css'),(16068,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/theme-rtl.min.css','wp-includes/blocks/quote/theme-rtl.min.css'),(16069,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/theme.css','wp-includes/blocks/quote/theme.css'),(16070,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/quote/theme.min.css','wp-includes/blocks/quote/theme.min.css'),(16071,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/read-more/block.json','wp-includes/blocks/read-more/block.json'),(16072,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/read-more/style-rtl.css','wp-includes/blocks/read-more/style-rtl.css'),(16073,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/read-more/style-rtl.min.css','wp-includes/blocks/read-more/style-rtl.min.css'),(16074,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/read-more/style.css','wp-includes/blocks/read-more/style.css'),(16075,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/read-more/style.min.css','wp-includes/blocks/read-more/style.min.css'),(16076,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/read-more.php','wp-includes/blocks/read-more.php'),(16077,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/require-dynamic-blocks.php','wp-includes/blocks/require-dynamic-blocks.php'),(16078,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/require-static-blocks.php','wp-includes/blocks/require-static-blocks.php'),(16079,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/block.json','wp-includes/blocks/rss/block.json'),(16080,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/editor-rtl.css','wp-includes/blocks/rss/editor-rtl.css'),(16081,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/editor-rtl.min.css','wp-includes/blocks/rss/editor-rtl.min.css'),(16082,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/editor.css','wp-includes/blocks/rss/editor.css'),(16083,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/editor.min.css','wp-includes/blocks/rss/editor.min.css'),(16084,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/style-rtl.css','wp-includes/blocks/rss/style-rtl.css'),(16085,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/style-rtl.min.css','wp-includes/blocks/rss/style-rtl.min.css'),(16086,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/style.css','wp-includes/blocks/rss/style.css'),(16087,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss/style.min.css','wp-includes/blocks/rss/style.min.css'),(16088,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/rss.php','wp-includes/blocks/rss.php'),(16089,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/block.json','wp-includes/blocks/search/block.json'),(16090,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/editor-rtl.css','wp-includes/blocks/search/editor-rtl.css'),(16091,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/editor-rtl.min.css','wp-includes/blocks/search/editor-rtl.min.css'),(16092,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/editor.css','wp-includes/blocks/search/editor.css'),(16093,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/editor.min.css','wp-includes/blocks/search/editor.min.css'),(16094,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/style-rtl.css','wp-includes/blocks/search/style-rtl.css'),(16095,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/style-rtl.min.css','wp-includes/blocks/search/style-rtl.min.css'),(16096,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/style.css','wp-includes/blocks/search/style.css'),(16097,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/style.min.css','wp-includes/blocks/search/style.min.css'),(16098,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/theme-rtl.css','wp-includes/blocks/search/theme-rtl.css'),(16099,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/theme-rtl.min.css','wp-includes/blocks/search/theme-rtl.min.css'),(16100,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/theme.css','wp-includes/blocks/search/theme.css'),(16101,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/theme.min.css','wp-includes/blocks/search/theme.min.css'),(16102,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/view.asset.php','wp-includes/blocks/search/view.asset.php'),(16103,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/view.js','wp-includes/blocks/search/view.js'),(16104,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/view.min.asset.php','wp-includes/blocks/search/view.min.asset.php'),(16105,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search/view.min.js','wp-includes/blocks/search/view.min.js'),(16106,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/search.php','wp-includes/blocks/search.php'),(16107,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/block.json','wp-includes/blocks/separator/block.json'),(16108,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/editor-rtl.css','wp-includes/blocks/separator/editor-rtl.css'),(16109,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/editor-rtl.min.css','wp-includes/blocks/separator/editor-rtl.min.css'),(16110,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/editor.css','wp-includes/blocks/separator/editor.css'),(16111,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/editor.min.css','wp-includes/blocks/separator/editor.min.css'),(16112,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/style-rtl.css','wp-includes/blocks/separator/style-rtl.css'),(16113,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/style-rtl.min.css','wp-includes/blocks/separator/style-rtl.min.css'),(16114,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/style.css','wp-includes/blocks/separator/style.css'),(16115,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/style.min.css','wp-includes/blocks/separator/style.min.css'),(16116,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/theme-rtl.css','wp-includes/blocks/separator/theme-rtl.css'),(16117,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/theme-rtl.min.css','wp-includes/blocks/separator/theme-rtl.min.css'),(16118,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/theme.css','wp-includes/blocks/separator/theme.css'),(16119,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/separator/theme.min.css','wp-includes/blocks/separator/theme.min.css'),(16120,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/shortcode/block.json','wp-includes/blocks/shortcode/block.json'),(16121,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/shortcode/editor-rtl.css','wp-includes/blocks/shortcode/editor-rtl.css'),(16122,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/shortcode/editor-rtl.min.css','wp-includes/blocks/shortcode/editor-rtl.min.css'),(16123,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/shortcode/editor.css','wp-includes/blocks/shortcode/editor.css'),(16124,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/shortcode/editor.min.css','wp-includes/blocks/shortcode/editor.min.css'),(16125,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/shortcode.php','wp-includes/blocks/shortcode.php'),(16126,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/block.json','wp-includes/blocks/site-logo/block.json'),(16127,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/editor-rtl.css','wp-includes/blocks/site-logo/editor-rtl.css'),(16128,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/editor-rtl.min.css','wp-includes/blocks/site-logo/editor-rtl.min.css'),(16129,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/editor.css','wp-includes/blocks/site-logo/editor.css'),(16130,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/editor.min.css','wp-includes/blocks/site-logo/editor.min.css'),(16131,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/style-rtl.css','wp-includes/blocks/site-logo/style-rtl.css'),(16132,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/style-rtl.min.css','wp-includes/blocks/site-logo/style-rtl.min.css'),(16133,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/style.css','wp-includes/blocks/site-logo/style.css'),(16134,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo/style.min.css','wp-includes/blocks/site-logo/style.min.css'),(16135,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-logo.php','wp-includes/blocks/site-logo.php'),(16136,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-tagline/block.json','wp-includes/blocks/site-tagline/block.json'),(16137,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-tagline/editor-rtl.css','wp-includes/blocks/site-tagline/editor-rtl.css'),(16138,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-tagline/editor-rtl.min.css','wp-includes/blocks/site-tagline/editor-rtl.min.css'),(16139,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-tagline/editor.css','wp-includes/blocks/site-tagline/editor.css'),(16140,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-tagline/editor.min.css','wp-includes/blocks/site-tagline/editor.min.css'),(16141,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-tagline.php','wp-includes/blocks/site-tagline.php'),(16142,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/block.json','wp-includes/blocks/site-title/block.json'),(16143,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/editor-rtl.css','wp-includes/blocks/site-title/editor-rtl.css'),(16144,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/editor-rtl.min.css','wp-includes/blocks/site-title/editor-rtl.min.css'),(16145,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/editor.css','wp-includes/blocks/site-title/editor.css'),(16146,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/editor.min.css','wp-includes/blocks/site-title/editor.min.css'),(16147,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/style-rtl.css','wp-includes/blocks/site-title/style-rtl.css'),(16148,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/style-rtl.min.css','wp-includes/blocks/site-title/style-rtl.min.css'),(16149,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/style.css','wp-includes/blocks/site-title/style.css'),(16150,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title/style.min.css','wp-includes/blocks/site-title/style.min.css'),(16151,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/site-title.php','wp-includes/blocks/site-title.php'),(16152,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-link/block.json','wp-includes/blocks/social-link/block.json'),(16153,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-link/editor-rtl.css','wp-includes/blocks/social-link/editor-rtl.css'),(16154,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-link/editor-rtl.min.css','wp-includes/blocks/social-link/editor-rtl.min.css'),(16155,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-link/editor.css','wp-includes/blocks/social-link/editor.css'),(16156,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-link/editor.min.css','wp-includes/blocks/social-link/editor.min.css'),(16157,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-link.php','wp-includes/blocks/social-link.php'),(16158,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/block.json','wp-includes/blocks/social-links/block.json'),(16159,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/editor-rtl.css','wp-includes/blocks/social-links/editor-rtl.css'),(16160,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/editor-rtl.min.css','wp-includes/blocks/social-links/editor-rtl.min.css'),(16161,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/editor.css','wp-includes/blocks/social-links/editor.css'),(16162,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/editor.min.css','wp-includes/blocks/social-links/editor.min.css'),(16163,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/style-rtl.css','wp-includes/blocks/social-links/style-rtl.css'),(16164,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/style-rtl.min.css','wp-includes/blocks/social-links/style-rtl.min.css'),(16165,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/style.css','wp-includes/blocks/social-links/style.css'),(16166,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/social-links/style.min.css','wp-includes/blocks/social-links/style.min.css'),(16167,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/block.json','wp-includes/blocks/spacer/block.json'),(16168,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/editor-rtl.css','wp-includes/blocks/spacer/editor-rtl.css'),(16169,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/editor-rtl.min.css','wp-includes/blocks/spacer/editor-rtl.min.css'),(16170,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/editor.css','wp-includes/blocks/spacer/editor.css'),(16171,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/editor.min.css','wp-includes/blocks/spacer/editor.min.css'),(16172,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/style-rtl.css','wp-includes/blocks/spacer/style-rtl.css'),(16173,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/style-rtl.min.css','wp-includes/blocks/spacer/style-rtl.min.css'),(16174,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/style.css','wp-includes/blocks/spacer/style.css'),(16175,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/spacer/style.min.css','wp-includes/blocks/spacer/style.min.css'),(16176,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/block.json','wp-includes/blocks/table/block.json'),(16177,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/editor-rtl.css','wp-includes/blocks/table/editor-rtl.css'),(16178,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/editor-rtl.min.css','wp-includes/blocks/table/editor-rtl.min.css'),(16179,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/editor.css','wp-includes/blocks/table/editor.css'),(16180,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/editor.min.css','wp-includes/blocks/table/editor.min.css'),(16181,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/style-rtl.css','wp-includes/blocks/table/style-rtl.css'),(16182,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/style-rtl.min.css','wp-includes/blocks/table/style-rtl.min.css'),(16183,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/style.css','wp-includes/blocks/table/style.css'),(16184,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/style.min.css','wp-includes/blocks/table/style.min.css'),(16185,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/theme-rtl.css','wp-includes/blocks/table/theme-rtl.css'),(16186,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/theme-rtl.min.css','wp-includes/blocks/table/theme-rtl.min.css'),(16187,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/theme.css','wp-includes/blocks/table/theme.css'),(16188,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/table/theme.min.css','wp-includes/blocks/table/theme.min.css'),(16189,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/tag-cloud/block.json','wp-includes/blocks/tag-cloud/block.json'),(16190,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/tag-cloud/style-rtl.css','wp-includes/blocks/tag-cloud/style-rtl.css'),(16191,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/tag-cloud/style-rtl.min.css','wp-includes/blocks/tag-cloud/style-rtl.min.css'),(16192,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/tag-cloud/style.css','wp-includes/blocks/tag-cloud/style.css'),(16193,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/tag-cloud/style.min.css','wp-includes/blocks/tag-cloud/style.min.css'),(16194,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/tag-cloud.php','wp-includes/blocks/tag-cloud.php'),(16195,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/block.json','wp-includes/blocks/template-part/block.json'),(16196,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/editor-rtl.css','wp-includes/blocks/template-part/editor-rtl.css'),(16197,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/editor-rtl.min.css','wp-includes/blocks/template-part/editor-rtl.min.css'),(16198,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/editor.css','wp-includes/blocks/template-part/editor.css'),(16199,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/editor.min.css','wp-includes/blocks/template-part/editor.min.css'),(16200,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/theme-rtl.css','wp-includes/blocks/template-part/theme-rtl.css'),(16201,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/theme-rtl.min.css','wp-includes/blocks/template-part/theme-rtl.min.css'),(16202,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/theme.css','wp-includes/blocks/template-part/theme.css'),(16203,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part/theme.min.css','wp-includes/blocks/template-part/theme.min.css'),(16204,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/template-part.php','wp-includes/blocks/template-part.php'),(16205,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/term-description/block.json','wp-includes/blocks/term-description/block.json'),(16206,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/term-description/style-rtl.css','wp-includes/blocks/term-description/style-rtl.css'),(16207,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/term-description/style-rtl.min.css','wp-includes/blocks/term-description/style-rtl.min.css'),(16208,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/term-description/style.css','wp-includes/blocks/term-description/style.css'),(16209,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/term-description/style.min.css','wp-includes/blocks/term-description/style.min.css'),(16210,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/term-description.php','wp-includes/blocks/term-description.php'),(16211,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/block.json','wp-includes/blocks/text-columns/block.json'),(16212,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/editor-rtl.css','wp-includes/blocks/text-columns/editor-rtl.css'),(16213,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/editor-rtl.min.css','wp-includes/blocks/text-columns/editor-rtl.min.css'),(16214,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/editor.css','wp-includes/blocks/text-columns/editor.css'),(16215,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/editor.min.css','wp-includes/blocks/text-columns/editor.min.css'),(16216,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/style-rtl.css','wp-includes/blocks/text-columns/style-rtl.css'),(16217,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/style-rtl.min.css','wp-includes/blocks/text-columns/style-rtl.min.css'),(16218,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/style.css','wp-includes/blocks/text-columns/style.css'),(16219,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/text-columns/style.min.css','wp-includes/blocks/text-columns/style.min.css'),(16220,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/verse/block.json','wp-includes/blocks/verse/block.json'),(16221,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/verse/style-rtl.css','wp-includes/blocks/verse/style-rtl.css'),(16222,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/verse/style-rtl.min.css','wp-includes/blocks/verse/style-rtl.min.css'),(16223,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/verse/style.css','wp-includes/blocks/verse/style.css'),(16224,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/verse/style.min.css','wp-includes/blocks/verse/style.min.css'),(16225,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/block.json','wp-includes/blocks/video/block.json'),(16226,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/editor-rtl.css','wp-includes/blocks/video/editor-rtl.css'),(16227,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/editor-rtl.min.css','wp-includes/blocks/video/editor-rtl.min.css'),(16228,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/editor.css','wp-includes/blocks/video/editor.css'),(16229,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/editor.min.css','wp-includes/blocks/video/editor.min.css'),(16230,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/style-rtl.css','wp-includes/blocks/video/style-rtl.css'),(16231,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/style-rtl.min.css','wp-includes/blocks/video/style-rtl.min.css'),(16232,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/style.css','wp-includes/blocks/video/style.css'),(16233,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/style.min.css','wp-includes/blocks/video/style.min.css'),(16234,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/theme-rtl.css','wp-includes/blocks/video/theme-rtl.css'),(16235,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/theme-rtl.min.css','wp-includes/blocks/video/theme-rtl.min.css'),(16236,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/theme.css','wp-includes/blocks/video/theme.css'),(16237,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/video/theme.min.css','wp-includes/blocks/video/theme.min.css'),(16238,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/widget-group/block.json','wp-includes/blocks/widget-group/block.json'),(16239,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks/widget-group.php','wp-includes/blocks/widget-group.php'),(16240,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/blocks.php','wp-includes/blocks.php'),(16241,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/bookmark-template.php','wp-includes/bookmark-template.php'),(16242,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/bookmark.php','wp-includes/bookmark.php'),(16243,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/cache-compat.php','wp-includes/cache-compat.php'),(16244,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/cache.php','wp-includes/cache.php'),(16245,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/canonical.php','wp-includes/canonical.php'),(16246,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/capabilities.php','wp-includes/capabilities.php'),(16247,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/category-template.php','wp-includes/category-template.php'),(16248,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/category.php','wp-includes/category.php'),(16249,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/certificates/ca-bundle.crt','wp-includes/certificates/ca-bundle.crt'),(16250,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-IXR.php','wp-includes/class-IXR.php'),(16251,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-avif-info.php','wp-includes/class-avif-info.php'),(16252,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-feed.php','wp-includes/class-feed.php'),(16253,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-http.php','wp-includes/class-http.php'),(16254,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-json.php','wp-includes/class-json.php'),(16255,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-oembed.php','wp-includes/class-oembed.php'),(16256,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-phpass.php','wp-includes/class-phpass.php'),(16257,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-phpmailer.php','wp-includes/class-phpmailer.php'),(16258,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-pop3.php','wp-includes/class-pop3.php'),(16259,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-requests.php','wp-includes/class-requests.php'),(16260,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-simplepie.php','wp-includes/class-simplepie.php'),(16261,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-smtp.php','wp-includes/class-smtp.php'),(16262,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-snoopy.php','wp-includes/class-snoopy.php'),(16263,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-walker-category-dropdown.php','wp-includes/class-walker-category-dropdown.php'),(16264,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-walker-category.php','wp-includes/class-walker-category.php'),(16265,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-walker-comment.php','wp-includes/class-walker-comment.php'),(16266,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-walker-nav-menu.php','wp-includes/class-walker-nav-menu.php'),(16267,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-walker-page-dropdown.php','wp-includes/class-walker-page-dropdown.php'),(16268,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-walker-page.php','wp-includes/class-walker-page.php'),(16269,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-admin-bar.php','wp-includes/class-wp-admin-bar.php'),(16270,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-ajax-response.php','wp-includes/class-wp-ajax-response.php'),(16271,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-application-passwords.php','wp-includes/class-wp-application-passwords.php'),(16272,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-bindings-registry.php','wp-includes/class-wp-block-bindings-registry.php'),(16273,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-bindings-source.php','wp-includes/class-wp-block-bindings-source.php'),(16274,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-editor-context.php','wp-includes/class-wp-block-editor-context.php'),(16275,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-list.php','wp-includes/class-wp-block-list.php'),(16276,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-parser-block.php','wp-includes/class-wp-block-parser-block.php'),(16277,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-parser-frame.php','wp-includes/class-wp-block-parser-frame.php'),(16278,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-parser.php','wp-includes/class-wp-block-parser.php'),(16279,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-pattern-categories-registry.php','wp-includes/class-wp-block-pattern-categories-registry.php'),(16280,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-patterns-registry.php','wp-includes/class-wp-block-patterns-registry.php'),(16281,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-styles-registry.php','wp-includes/class-wp-block-styles-registry.php'),(16282,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-supports.php','wp-includes/class-wp-block-supports.php'),(16283,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-template.php','wp-includes/class-wp-block-template.php'),(16284,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-type-registry.php','wp-includes/class-wp-block-type-registry.php'),(16285,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block-type.php','wp-includes/class-wp-block-type.php'),(16286,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-block.php','wp-includes/class-wp-block.php'),(16287,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-classic-to-block-menu-converter.php','wp-includes/class-wp-classic-to-block-menu-converter.php'),(16288,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-comment-query.php','wp-includes/class-wp-comment-query.php'),(16289,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-comment.php','wp-includes/class-wp-comment.php'),(16290,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-control.php','wp-includes/class-wp-customize-control.php'),(16291,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-manager.php','wp-includes/class-wp-customize-manager.php'),(16292,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-nav-menus.php','wp-includes/class-wp-customize-nav-menus.php'),(16293,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-panel.php','wp-includes/class-wp-customize-panel.php'),(16294,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-section.php','wp-includes/class-wp-customize-section.php'),(16295,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-setting.php','wp-includes/class-wp-customize-setting.php'),(16296,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-customize-widgets.php','wp-includes/class-wp-customize-widgets.php'),(16297,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-date-query.php','wp-includes/class-wp-date-query.php'),(16298,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-dependencies.php','wp-includes/class-wp-dependencies.php'),(16299,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-dependency.php','wp-includes/class-wp-dependency.php'),(16300,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-duotone.php','wp-includes/class-wp-duotone.php'),(16301,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-editor.php','wp-includes/class-wp-editor.php'),(16302,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-embed.php','wp-includes/class-wp-embed.php'),(16303,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-error.php','wp-includes/class-wp-error.php'),(16304,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-fatal-error-handler.php','wp-includes/class-wp-fatal-error-handler.php'),(16305,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-feed-cache-transient.php','wp-includes/class-wp-feed-cache-transient.php'),(16306,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-feed-cache.php','wp-includes/class-wp-feed-cache.php'),(16307,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-hook.php','wp-includes/class-wp-hook.php'),(16308,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-cookie.php','wp-includes/class-wp-http-cookie.php'),(16309,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-curl.php','wp-includes/class-wp-http-curl.php'),(16310,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-encoding.php','wp-includes/class-wp-http-encoding.php'),(16311,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-ixr-client.php','wp-includes/class-wp-http-ixr-client.php'),(16312,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-proxy.php','wp-includes/class-wp-http-proxy.php'),(16313,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-requests-hooks.php','wp-includes/class-wp-http-requests-hooks.php'),(16314,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-requests-response.php','wp-includes/class-wp-http-requests-response.php'),(16315,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-response.php','wp-includes/class-wp-http-response.php'),(16316,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http-streams.php','wp-includes/class-wp-http-streams.php'),(16317,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-http.php','wp-includes/class-wp-http.php'),(16318,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-image-editor-gd.php','wp-includes/class-wp-image-editor-gd.php'),(16319,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-image-editor-imagick.php','wp-includes/class-wp-image-editor-imagick.php'),(16320,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-image-editor.php','wp-includes/class-wp-image-editor.php'),(16321,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-list-util.php','wp-includes/class-wp-list-util.php'),(16322,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-locale-switcher.php','wp-includes/class-wp-locale-switcher.php'),(16323,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-locale.php','wp-includes/class-wp-locale.php'),(16324,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-matchesmapregex.php','wp-includes/class-wp-matchesmapregex.php'),(16325,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-meta-query.php','wp-includes/class-wp-meta-query.php'),(16326,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-metadata-lazyloader.php','wp-includes/class-wp-metadata-lazyloader.php'),(16327,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-navigation-fallback.php','wp-includes/class-wp-navigation-fallback.php'),(16328,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-network-query.php','wp-includes/class-wp-network-query.php'),(16329,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-network.php','wp-includes/class-wp-network.php'),(16330,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-object-cache.php','wp-includes/class-wp-object-cache.php'),(16331,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-oembed-controller.php','wp-includes/class-wp-oembed-controller.php'),(16332,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-oembed.php','wp-includes/class-wp-oembed.php'),(16333,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-paused-extensions-storage.php','wp-includes/class-wp-paused-extensions-storage.php'),(16334,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-plugin-dependencies.php','wp-includes/class-wp-plugin-dependencies.php'),(16335,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-post-type.php','wp-includes/class-wp-post-type.php'),(16336,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-post.php','wp-includes/class-wp-post.php'),(16337,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-query.php','wp-includes/class-wp-query.php'),(16338,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-recovery-mode-cookie-service.php','wp-includes/class-wp-recovery-mode-cookie-service.php'),(16339,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-recovery-mode-email-service.php','wp-includes/class-wp-recovery-mode-email-service.php'),(16340,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-recovery-mode-key-service.php','wp-includes/class-wp-recovery-mode-key-service.php'),(16341,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-recovery-mode-link-service.php','wp-includes/class-wp-recovery-mode-link-service.php'),(16342,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-recovery-mode.php','wp-includes/class-wp-recovery-mode.php'),(16343,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-rewrite.php','wp-includes/class-wp-rewrite.php'),(16344,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-role.php','wp-includes/class-wp-role.php'),(16345,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-roles.php','wp-includes/class-wp-roles.php'),(16346,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-script-modules.php','wp-includes/class-wp-script-modules.php'),(16347,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-scripts.php','wp-includes/class-wp-scripts.php'),(16348,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-session-tokens.php','wp-includes/class-wp-session-tokens.php'),(16349,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-simplepie-file.php','wp-includes/class-wp-simplepie-file.php'),(16350,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-simplepie-sanitize-kses.php','wp-includes/class-wp-simplepie-sanitize-kses.php'),(16351,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-site-query.php','wp-includes/class-wp-site-query.php'),(16352,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-site.php','wp-includes/class-wp-site.php'),(16353,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-styles.php','wp-includes/class-wp-styles.php'),(16354,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-tax-query.php','wp-includes/class-wp-tax-query.php'),(16355,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-taxonomy.php','wp-includes/class-wp-taxonomy.php'),(16356,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-term-query.php','wp-includes/class-wp-term-query.php'),(16357,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-term.php','wp-includes/class-wp-term.php'),(16358,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-text-diff-renderer-inline.php','wp-includes/class-wp-text-diff-renderer-inline.php'),(16359,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-text-diff-renderer-table.php','wp-includes/class-wp-text-diff-renderer-table.php'),(16360,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-textdomain-registry.php','wp-includes/class-wp-textdomain-registry.php'),(16361,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-theme-json-data.php','wp-includes/class-wp-theme-json-data.php'),(16362,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-theme-json-resolver.php','wp-includes/class-wp-theme-json-resolver.php'),(16363,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-theme-json-schema.php','wp-includes/class-wp-theme-json-schema.php'),(16364,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-theme-json.php','wp-includes/class-wp-theme-json.php'),(16365,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-theme.php','wp-includes/class-wp-theme.php'),(16366,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-token-map.php','wp-includes/class-wp-token-map.php'),(16367,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-user-meta-session-tokens.php','wp-includes/class-wp-user-meta-session-tokens.php'),(16368,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-user-query.php','wp-includes/class-wp-user-query.php'),(16369,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-user-request.php','wp-includes/class-wp-user-request.php'),(16370,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-user.php','wp-includes/class-wp-user.php'),(16371,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-walker.php','wp-includes/class-wp-walker.php'),(16372,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-widget-factory.php','wp-includes/class-wp-widget-factory.php'),(16373,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-widget.php','wp-includes/class-wp-widget.php'),(16374,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp-xmlrpc-server.php','wp-includes/class-wp-xmlrpc-server.php'),(16375,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wp.php','wp-includes/class-wp.php'),(16376,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class-wpdb.php','wp-includes/class-wpdb.php'),(16377,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class.wp-dependencies.php','wp-includes/class.wp-dependencies.php'),(16378,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class.wp-scripts.php','wp-includes/class.wp-scripts.php'),(16379,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/class.wp-styles.php','wp-includes/class.wp-styles.php'),(16380,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/comment-template.php','wp-includes/comment-template.php'),(16381,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/comment.php','wp-includes/comment.php'),(16382,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/compat.php','wp-includes/compat.php'),(16383,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/cron.php','wp-includes/cron.php'),(16384,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/admin-bar-rtl.css','wp-includes/css/admin-bar-rtl.css'),(16385,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/admin-bar-rtl.min.css','wp-includes/css/admin-bar-rtl.min.css'),(16386,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/admin-bar.css','wp-includes/css/admin-bar.css'),(16387,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/admin-bar.min.css','wp-includes/css/admin-bar.min.css'),(16388,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/buttons-rtl.css','wp-includes/css/buttons-rtl.css'),(16389,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/buttons-rtl.min.css','wp-includes/css/buttons-rtl.min.css'),(16390,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/buttons.css','wp-includes/css/buttons.css'),(16391,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/buttons.min.css','wp-includes/css/buttons.min.css'),(16392,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/classic-themes.css','wp-includes/css/classic-themes.css'),(16393,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/classic-themes.min.css','wp-includes/css/classic-themes.min.css'),(16394,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/customize-preview-rtl.css','wp-includes/css/customize-preview-rtl.css'),(16395,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/customize-preview-rtl.min.css','wp-includes/css/customize-preview-rtl.min.css'),(16396,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/customize-preview.css','wp-includes/css/customize-preview.css'),(16397,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/customize-preview.min.css','wp-includes/css/customize-preview.min.css'),(16398,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dashicons.css','wp-includes/css/dashicons.css'),(16399,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dashicons.min.css','wp-includes/css/dashicons.min.css'),(16400,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-directory/style-rtl.css','wp-includes/css/dist/block-directory/style-rtl.css'),(16401,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-directory/style-rtl.min.css','wp-includes/css/dist/block-directory/style-rtl.min.css'),(16402,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-directory/style.css','wp-includes/css/dist/block-directory/style.css'),(16403,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-directory/style.min.css','wp-includes/css/dist/block-directory/style.min.css'),(16404,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/content-rtl.css','wp-includes/css/dist/block-editor/content-rtl.css'),(16405,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/content-rtl.min.css','wp-includes/css/dist/block-editor/content-rtl.min.css'),(16406,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/content.css','wp-includes/css/dist/block-editor/content.css'),(16407,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/content.min.css','wp-includes/css/dist/block-editor/content.min.css'),(16408,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css','wp-includes/css/dist/block-editor/default-editor-styles-rtl.css'),(16409,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css','wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css'),(16410,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/default-editor-styles.css','wp-includes/css/dist/block-editor/default-editor-styles.css'),(16411,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/default-editor-styles.min.css','wp-includes/css/dist/block-editor/default-editor-styles.min.css'),(16412,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/style-rtl.css','wp-includes/css/dist/block-editor/style-rtl.css'),(16413,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/style-rtl.min.css','wp-includes/css/dist/block-editor/style-rtl.min.css'),(16414,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/style.css','wp-includes/css/dist/block-editor/style.css'),(16415,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-editor/style.min.css','wp-includes/css/dist/block-editor/style.min.css'),(16416,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/classic-rtl.css','wp-includes/css/dist/block-library/classic-rtl.css'),(16417,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/classic-rtl.min.css','wp-includes/css/dist/block-library/classic-rtl.min.css'),(16418,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/classic.css','wp-includes/css/dist/block-library/classic.css'),(16419,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/classic.min.css','wp-includes/css/dist/block-library/classic.min.css'),(16420,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/common-rtl.css','wp-includes/css/dist/block-library/common-rtl.css'),(16421,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/common-rtl.min.css','wp-includes/css/dist/block-library/common-rtl.min.css'),(16422,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/common.css','wp-includes/css/dist/block-library/common.css'),(16423,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/common.min.css','wp-includes/css/dist/block-library/common.min.css'),(16424,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor-elements-rtl.css','wp-includes/css/dist/block-library/editor-elements-rtl.css'),(16425,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor-elements-rtl.min.css','wp-includes/css/dist/block-library/editor-elements-rtl.min.css'),(16426,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor-elements.css','wp-includes/css/dist/block-library/editor-elements.css'),(16427,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor-elements.min.css','wp-includes/css/dist/block-library/editor-elements.min.css'),(16428,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor-rtl.css','wp-includes/css/dist/block-library/editor-rtl.css'),(16429,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor-rtl.min.css','wp-includes/css/dist/block-library/editor-rtl.min.css'),(16430,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor.css','wp-includes/css/dist/block-library/editor.css'),(16431,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/editor.min.css','wp-includes/css/dist/block-library/editor.min.css'),(16432,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/elements-rtl.css','wp-includes/css/dist/block-library/elements-rtl.css'),(16433,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/elements-rtl.min.css','wp-includes/css/dist/block-library/elements-rtl.min.css'),(16434,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/elements.css','wp-includes/css/dist/block-library/elements.css'),(16435,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/elements.min.css','wp-includes/css/dist/block-library/elements.min.css'),(16436,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/reset-rtl.css','wp-includes/css/dist/block-library/reset-rtl.css'),(16437,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/reset-rtl.min.css','wp-includes/css/dist/block-library/reset-rtl.min.css'),(16438,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/reset.css','wp-includes/css/dist/block-library/reset.css'),(16439,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/reset.min.css','wp-includes/css/dist/block-library/reset.min.css'),(16440,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/style-rtl.css','wp-includes/css/dist/block-library/style-rtl.css'),(16441,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/style-rtl.min.css','wp-includes/css/dist/block-library/style-rtl.min.css'),(16442,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/style.css','wp-includes/css/dist/block-library/style.css'),(16443,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/style.min.css','wp-includes/css/dist/block-library/style.min.css'),(16444,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/theme-rtl.css','wp-includes/css/dist/block-library/theme-rtl.css'),(16445,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/theme-rtl.min.css','wp-includes/css/dist/block-library/theme-rtl.min.css'),(16446,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/theme.css','wp-includes/css/dist/block-library/theme.css'),(16447,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/block-library/theme.min.css','wp-includes/css/dist/block-library/theme.min.css'),(16448,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/commands/style-rtl.css','wp-includes/css/dist/commands/style-rtl.css'),(16449,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/commands/style-rtl.min.css','wp-includes/css/dist/commands/style-rtl.min.css'),(16450,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/commands/style.css','wp-includes/css/dist/commands/style.css'),(16451,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/commands/style.min.css','wp-includes/css/dist/commands/style.min.css'),(16452,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/components/style-rtl.css','wp-includes/css/dist/components/style-rtl.css'),(16453,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/components/style-rtl.min.css','wp-includes/css/dist/components/style-rtl.min.css'),(16454,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/components/style.css','wp-includes/css/dist/components/style.css'),(16455,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/components/style.min.css','wp-includes/css/dist/components/style.min.css'),(16456,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/customize-widgets/style-rtl.css','wp-includes/css/dist/customize-widgets/style-rtl.css'),(16457,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/customize-widgets/style-rtl.min.css','wp-includes/css/dist/customize-widgets/style-rtl.min.css'),(16458,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/customize-widgets/style.css','wp-includes/css/dist/customize-widgets/style.css'),(16459,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/customize-widgets/style.min.css','wp-includes/css/dist/customize-widgets/style.min.css'),(16460,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/classic-rtl.css','wp-includes/css/dist/edit-post/classic-rtl.css'),(16461,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/classic-rtl.min.css','wp-includes/css/dist/edit-post/classic-rtl.min.css'),(16462,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/classic.css','wp-includes/css/dist/edit-post/classic.css'),(16463,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/classic.min.css','wp-includes/css/dist/edit-post/classic.min.css'),(16464,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/style-rtl.css','wp-includes/css/dist/edit-post/style-rtl.css'),(16465,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/style-rtl.min.css','wp-includes/css/dist/edit-post/style-rtl.min.css'),(16466,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/style.css','wp-includes/css/dist/edit-post/style.css'),(16467,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-post/style.min.css','wp-includes/css/dist/edit-post/style.min.css'),(16468,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-site/style-rtl.css','wp-includes/css/dist/edit-site/style-rtl.css'),(16469,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-site/style-rtl.min.css','wp-includes/css/dist/edit-site/style-rtl.min.css'),(16470,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-site/style.css','wp-includes/css/dist/edit-site/style.css'),(16471,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-site/style.min.css','wp-includes/css/dist/edit-site/style.min.css'),(16472,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-widgets/style-rtl.css','wp-includes/css/dist/edit-widgets/style-rtl.css'),(16473,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-widgets/style-rtl.min.css','wp-includes/css/dist/edit-widgets/style-rtl.min.css'),(16474,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-widgets/style.css','wp-includes/css/dist/edit-widgets/style.css'),(16475,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/edit-widgets/style.min.css','wp-includes/css/dist/edit-widgets/style.min.css'),(16476,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/editor/style-rtl.css','wp-includes/css/dist/editor/style-rtl.css'),(16477,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/editor/style-rtl.min.css','wp-includes/css/dist/editor/style-rtl.min.css'),(16478,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/editor/style.css','wp-includes/css/dist/editor/style.css'),(16479,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/editor/style.min.css','wp-includes/css/dist/editor/style.min.css'),(16480,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/format-library/style-rtl.css','wp-includes/css/dist/format-library/style-rtl.css'),(16481,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/format-library/style-rtl.min.css','wp-includes/css/dist/format-library/style-rtl.min.css'),(16482,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/format-library/style.css','wp-includes/css/dist/format-library/style.css'),(16483,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/format-library/style.min.css','wp-includes/css/dist/format-library/style.min.css'),(16484,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/list-reusable-blocks/style-rtl.css','wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(16485,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(16486,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/list-reusable-blocks/style.css','wp-includes/css/dist/list-reusable-blocks/style.css'),(16487,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/list-reusable-blocks/style.min.css','wp-includes/css/dist/list-reusable-blocks/style.min.css'),(16488,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/nux/style-rtl.css','wp-includes/css/dist/nux/style-rtl.css'),(16489,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/nux/style-rtl.min.css','wp-includes/css/dist/nux/style-rtl.min.css'),(16490,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/nux/style.css','wp-includes/css/dist/nux/style.css'),(16491,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/nux/style.min.css','wp-includes/css/dist/nux/style.min.css'),(16492,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/patterns/style-rtl.css','wp-includes/css/dist/patterns/style-rtl.css'),(16493,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/patterns/style-rtl.min.css','wp-includes/css/dist/patterns/style-rtl.min.css'),(16494,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/patterns/style.css','wp-includes/css/dist/patterns/style.css'),(16495,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/patterns/style.min.css','wp-includes/css/dist/patterns/style.min.css'),(16496,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/preferences/style-rtl.css','wp-includes/css/dist/preferences/style-rtl.css'),(16497,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/preferences/style-rtl.min.css','wp-includes/css/dist/preferences/style-rtl.min.css'),(16498,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/preferences/style.css','wp-includes/css/dist/preferences/style.css'),(16499,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/preferences/style.min.css','wp-includes/css/dist/preferences/style.min.css'),(16500,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/reusable-blocks/style-rtl.css','wp-includes/css/dist/reusable-blocks/style-rtl.css'),(16501,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/reusable-blocks/style-rtl.min.css','wp-includes/css/dist/reusable-blocks/style-rtl.min.css'),(16502,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/reusable-blocks/style.css','wp-includes/css/dist/reusable-blocks/style.css'),(16503,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/reusable-blocks/style.min.css','wp-includes/css/dist/reusable-blocks/style.min.css'),(16504,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/widgets/style-rtl.css','wp-includes/css/dist/widgets/style-rtl.css'),(16505,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/widgets/style-rtl.min.css','wp-includes/css/dist/widgets/style-rtl.min.css'),(16506,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/widgets/style.css','wp-includes/css/dist/widgets/style.css'),(16507,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/dist/widgets/style.min.css','wp-includes/css/dist/widgets/style.min.css'),(16508,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/editor-rtl.css','wp-includes/css/editor-rtl.css'),(16509,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/editor-rtl.min.css','wp-includes/css/editor-rtl.min.css'),(16510,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/editor.css','wp-includes/css/editor.css'),(16511,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/editor.min.css','wp-includes/css/editor.min.css'),(16512,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/jquery-ui-dialog-rtl.css','wp-includes/css/jquery-ui-dialog-rtl.css'),(16513,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/jquery-ui-dialog-rtl.min.css','wp-includes/css/jquery-ui-dialog-rtl.min.css'),(16514,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/jquery-ui-dialog.css','wp-includes/css/jquery-ui-dialog.css'),(16515,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/jquery-ui-dialog.min.css','wp-includes/css/jquery-ui-dialog.min.css'),(16516,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/media-views-rtl.css','wp-includes/css/media-views-rtl.css'),(16517,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/media-views-rtl.min.css','wp-includes/css/media-views-rtl.min.css'),(16518,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/media-views.css','wp-includes/css/media-views.css'),(16519,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/media-views.min.css','wp-includes/css/media-views.min.css'),(16520,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-auth-check-rtl.css','wp-includes/css/wp-auth-check-rtl.css'),(16521,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-auth-check-rtl.min.css','wp-includes/css/wp-auth-check-rtl.min.css'),(16522,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-auth-check.css','wp-includes/css/wp-auth-check.css'),(16523,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-auth-check.min.css','wp-includes/css/wp-auth-check.min.css'),(16524,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-embed-template-ie.css','wp-includes/css/wp-embed-template-ie.css'),(16525,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-embed-template-ie.min.css','wp-includes/css/wp-embed-template-ie.min.css'),(16526,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-embed-template.css','wp-includes/css/wp-embed-template.css'),(16527,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-embed-template.min.css','wp-includes/css/wp-embed-template.min.css'),(16528,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-pointer-rtl.css','wp-includes/css/wp-pointer-rtl.css'),(16529,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-pointer-rtl.min.css','wp-includes/css/wp-pointer-rtl.min.css'),(16530,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-pointer.css','wp-includes/css/wp-pointer.css'),(16531,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/css/wp-pointer.min.css','wp-includes/css/wp-pointer.min.css'),(16532,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-background-image-control.php','wp-includes/customize/class-wp-customize-background-image-control.php'),(16533,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-background-image-setting.php','wp-includes/customize/class-wp-customize-background-image-setting.php'),(16534,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-background-position-control.php','wp-includes/customize/class-wp-customize-background-position-control.php'),(16535,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-code-editor-control.php','wp-includes/customize/class-wp-customize-code-editor-control.php'),(16536,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-color-control.php','wp-includes/customize/class-wp-customize-color-control.php'),(16537,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-cropped-image-control.php','wp-includes/customize/class-wp-customize-cropped-image-control.php'),(16538,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-custom-css-setting.php','wp-includes/customize/class-wp-customize-custom-css-setting.php'),(16539,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-date-time-control.php','wp-includes/customize/class-wp-customize-date-time-control.php'),(16540,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-filter-setting.php','wp-includes/customize/class-wp-customize-filter-setting.php'),(16541,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-header-image-control.php','wp-includes/customize/class-wp-customize-header-image-control.php'),(16542,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-header-image-setting.php','wp-includes/customize/class-wp-customize-header-image-setting.php'),(16543,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-image-control.php','wp-includes/customize/class-wp-customize-image-control.php'),(16544,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-media-control.php','wp-includes/customize/class-wp-customize-media-control.php'),(16545,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(16546,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-control.php','wp-includes/customize/class-wp-customize-nav-menu-control.php'),(16547,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-item-control.php','wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(16548,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(16549,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-location-control.php','wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(16550,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(16551,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-name-control.php','wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(16552,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-section.php','wp-includes/customize/class-wp-customize-nav-menu-section.php'),(16553,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menu-setting.php','wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(16554,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-nav-menus-panel.php','wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(16555,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-new-menu-control.php','wp-includes/customize/class-wp-customize-new-menu-control.php'),(16556,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-new-menu-section.php','wp-includes/customize/class-wp-customize-new-menu-section.php'),(16557,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-partial.php','wp-includes/customize/class-wp-customize-partial.php'),(16558,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-selective-refresh.php','wp-includes/customize/class-wp-customize-selective-refresh.php'),(16559,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-sidebar-section.php','wp-includes/customize/class-wp-customize-sidebar-section.php'),(16560,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-site-icon-control.php','wp-includes/customize/class-wp-customize-site-icon-control.php'),(16561,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-theme-control.php','wp-includes/customize/class-wp-customize-theme-control.php'),(16562,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-themes-panel.php','wp-includes/customize/class-wp-customize-themes-panel.php'),(16563,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-themes-section.php','wp-includes/customize/class-wp-customize-themes-section.php'),(16564,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-customize-upload-control.php','wp-includes/customize/class-wp-customize-upload-control.php'),(16565,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-sidebar-block-editor-control.php','wp-includes/customize/class-wp-sidebar-block-editor-control.php'),(16566,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-widget-area-customize-control.php','wp-includes/customize/class-wp-widget-area-customize-control.php'),(16567,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/customize/class-wp-widget-form-customize-control.php','wp-includes/customize/class-wp-widget-form-customize-control.php'),(16568,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/date.php','wp-includes/date.php'),(16569,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/default-constants.php','wp-includes/default-constants.php'),(16570,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/default-filters.php','wp-includes/default-filters.php'),(16571,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/default-widgets.php','wp-includes/default-widgets.php'),(16572,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/deprecated.php','wp-includes/deprecated.php'),(16573,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/embed-template.php','wp-includes/embed-template.php'),(16574,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/embed.php','wp-includes/embed.php'),(16575,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/error-protection.php','wp-includes/error-protection.php'),(16576,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed-atom-comments.php','wp-includes/feed-atom-comments.php'),(16577,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed-atom.php','wp-includes/feed-atom.php'),(16578,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed-rdf.php','wp-includes/feed-rdf.php'),(16579,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed-rss.php','wp-includes/feed-rss.php'),(16580,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed-rss2-comments.php','wp-includes/feed-rss2-comments.php'),(16581,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed-rss2.php','wp-includes/feed-rss2.php'),(16582,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/feed.php','wp-includes/feed.php'),(16583,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/class-wp-font-collection.php','wp-includes/fonts/class-wp-font-collection.php'),(16584,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/class-wp-font-face-resolver.php','wp-includes/fonts/class-wp-font-face-resolver.php'),(16585,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/class-wp-font-face.php','wp-includes/fonts/class-wp-font-face.php'),(16586,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/class-wp-font-library.php','wp-includes/fonts/class-wp-font-library.php'),(16587,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/class-wp-font-utils.php','wp-includes/fonts/class-wp-font-utils.php'),(16588,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/dashicons.eot','wp-includes/fonts/dashicons.eot'),(16589,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/dashicons.svg','wp-includes/fonts/dashicons.svg'),(16590,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/dashicons.ttf','wp-includes/fonts/dashicons.ttf'),(16591,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/dashicons.woff','wp-includes/fonts/dashicons.woff'),(16592,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts/dashicons.woff2','wp-includes/fonts/dashicons.woff2'),(16593,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/fonts.php','wp-includes/fonts.php'),(16594,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/formatting.php','wp-includes/formatting.php'),(16595,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/functions.php','wp-includes/functions.php'),(16596,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/functions.wp-scripts.php','wp-includes/functions.wp-scripts.php'),(16597,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/functions.wp-styles.php','wp-includes/functions.wp-styles.php'),(16598,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/general-template.php','wp-includes/general-template.php'),(16599,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/global-styles-and-settings.php','wp-includes/global-styles-and-settings.php'),(16600,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-active-formatting-elements.php','wp-includes/html-api/class-wp-html-active-formatting-elements.php'),(16601,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-attribute-token.php','wp-includes/html-api/class-wp-html-attribute-token.php'),(16602,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-decoder.php','wp-includes/html-api/class-wp-html-decoder.php'),(16603,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-open-elements.php','wp-includes/html-api/class-wp-html-open-elements.php'),(16604,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-processor-state.php','wp-includes/html-api/class-wp-html-processor-state.php'),(16605,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-processor.php','wp-includes/html-api/class-wp-html-processor.php'),(16606,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-span.php','wp-includes/html-api/class-wp-html-span.php'),(16607,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-stack-event.php','wp-includes/html-api/class-wp-html-stack-event.php'),(16608,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-tag-processor.php','wp-includes/html-api/class-wp-html-tag-processor.php'),(16609,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-text-replacement.php','wp-includes/html-api/class-wp-html-text-replacement.php'),(16610,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-token.php','wp-includes/html-api/class-wp-html-token.php'),(16611,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/class-wp-html-unsupported-exception.php','wp-includes/html-api/class-wp-html-unsupported-exception.php'),(16612,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/html-api/html5-named-character-references.php','wp-includes/html-api/html5-named-character-references.php'),(16613,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/http.php','wp-includes/http.php'),(16614,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/https-detection.php','wp-includes/https-detection.php'),(16615,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/https-migration.php','wp-includes/https-migration.php'),(16616,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/admin-bar-sprite-2x.png','wp-includes/images/admin-bar-sprite-2x.png'),(16617,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/admin-bar-sprite.png','wp-includes/images/admin-bar-sprite.png'),(16618,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/arrow-pointer-blue-2x.png','wp-includes/images/arrow-pointer-blue-2x.png'),(16619,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/arrow-pointer-blue.png','wp-includes/images/arrow-pointer-blue.png'),(16620,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/blank.gif','wp-includes/images/blank.gif'),(16621,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/archive.png','wp-includes/images/crystal/archive.png'),(16622,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/audio.png','wp-includes/images/crystal/audio.png'),(16623,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/code.png','wp-includes/images/crystal/code.png'),(16624,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/default.png','wp-includes/images/crystal/default.png'),(16625,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/document.png','wp-includes/images/crystal/document.png'),(16626,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/interactive.png','wp-includes/images/crystal/interactive.png'),(16627,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/license.txt','wp-includes/images/crystal/license.txt'),(16628,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/spreadsheet.png','wp-includes/images/crystal/spreadsheet.png'),(16629,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/text.png','wp-includes/images/crystal/text.png'),(16630,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/crystal/video.png','wp-includes/images/crystal/video.png'),(16631,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/down_arrow-2x.gif','wp-includes/images/down_arrow-2x.gif'),(16632,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/down_arrow.gif','wp-includes/images/down_arrow.gif'),(16633,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/icon-pointer-flag-2x.png','wp-includes/images/icon-pointer-flag-2x.png'),(16634,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/icon-pointer-flag.png','wp-includes/images/icon-pointer-flag.png'),(16635,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/archive.png','wp-includes/images/media/archive.png'),(16636,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/archive.svg','wp-includes/images/media/archive.svg'),(16637,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/audio.png','wp-includes/images/media/audio.png'),(16638,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/audio.svg','wp-includes/images/media/audio.svg'),(16639,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/code.png','wp-includes/images/media/code.png'),(16640,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/code.svg','wp-includes/images/media/code.svg'),(16641,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/default.png','wp-includes/images/media/default.png'),(16642,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/default.svg','wp-includes/images/media/default.svg'),(16643,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/document.png','wp-includes/images/media/document.png'),(16644,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/document.svg','wp-includes/images/media/document.svg'),(16645,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/interactive.png','wp-includes/images/media/interactive.png'),(16646,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/interactive.svg','wp-includes/images/media/interactive.svg'),(16647,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/spreadsheet.png','wp-includes/images/media/spreadsheet.png'),(16648,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/spreadsheet.svg','wp-includes/images/media/spreadsheet.svg'),(16649,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/text.png','wp-includes/images/media/text.png'),(16650,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/text.svg','wp-includes/images/media/text.svg'),(16651,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/video.png','wp-includes/images/media/video.png'),(16652,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/media/video.svg','wp-includes/images/media/video.svg'),(16653,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/rss-2x.png','wp-includes/images/rss-2x.png'),(16654,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/rss.png','wp-includes/images/rss.png'),(16655,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/frownie.png','wp-includes/images/smilies/frownie.png'),(16656,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_arrow.gif','wp-includes/images/smilies/icon_arrow.gif'),(16657,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_biggrin.gif','wp-includes/images/smilies/icon_biggrin.gif'),(16658,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_confused.gif','wp-includes/images/smilies/icon_confused.gif'),(16659,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_cool.gif','wp-includes/images/smilies/icon_cool.gif'),(16660,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_cry.gif','wp-includes/images/smilies/icon_cry.gif'),(16661,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_eek.gif','wp-includes/images/smilies/icon_eek.gif'),(16662,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_evil.gif','wp-includes/images/smilies/icon_evil.gif'),(16663,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_exclaim.gif','wp-includes/images/smilies/icon_exclaim.gif'),(16664,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_idea.gif','wp-includes/images/smilies/icon_idea.gif'),(16665,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_lol.gif','wp-includes/images/smilies/icon_lol.gif'),(16666,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_mad.gif','wp-includes/images/smilies/icon_mad.gif'),(16667,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_mrgreen.gif','wp-includes/images/smilies/icon_mrgreen.gif'),(16668,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_neutral.gif','wp-includes/images/smilies/icon_neutral.gif'),(16669,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_question.gif','wp-includes/images/smilies/icon_question.gif'),(16670,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_razz.gif','wp-includes/images/smilies/icon_razz.gif'),(16671,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_redface.gif','wp-includes/images/smilies/icon_redface.gif'),(16672,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_rolleyes.gif','wp-includes/images/smilies/icon_rolleyes.gif'),(16673,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_sad.gif','wp-includes/images/smilies/icon_sad.gif'),(16674,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_smile.gif','wp-includes/images/smilies/icon_smile.gif'),(16675,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_surprised.gif','wp-includes/images/smilies/icon_surprised.gif'),(16676,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_twisted.gif','wp-includes/images/smilies/icon_twisted.gif'),(16677,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/icon_wink.gif','wp-includes/images/smilies/icon_wink.gif'),(16678,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/mrgreen.png','wp-includes/images/smilies/mrgreen.png'),(16679,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/rolleyes.png','wp-includes/images/smilies/rolleyes.png'),(16680,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/smilies/simple-smile.png','wp-includes/images/smilies/simple-smile.png'),(16681,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/spinner-2x.gif','wp-includes/images/spinner-2x.gif'),(16682,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/spinner.gif','wp-includes/images/spinner.gif'),(16683,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/toggle-arrow-2x.png','wp-includes/images/toggle-arrow-2x.png'),(16684,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/toggle-arrow.png','wp-includes/images/toggle-arrow.png'),(16685,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/uploader-icons-2x.png','wp-includes/images/uploader-icons-2x.png'),(16686,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/uploader-icons.png','wp-includes/images/uploader-icons.png'),(16687,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/w-logo-blue-white-bg.png','wp-includes/images/w-logo-blue-white-bg.png'),(16688,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/w-logo-blue.png','wp-includes/images/w-logo-blue.png'),(16689,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/wpicons-2x.png','wp-includes/images/wpicons-2x.png'),(16690,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/wpicons.png','wp-includes/images/wpicons.png'),(16691,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/wpspin-2x.gif','wp-includes/images/wpspin-2x.gif'),(16692,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/wpspin.gif','wp-includes/images/wpspin.gif'),(16693,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/xit-2x.gif','wp-includes/images/xit-2x.gif'),(16694,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/images/xit.gif','wp-includes/images/xit.gif'),(16695,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php','wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php'),(16696,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/interactivity-api/class-wp-interactivity-api.php','wp-includes/interactivity-api/class-wp-interactivity-api.php'),(16697,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/interactivity-api/interactivity-api.php','wp-includes/interactivity-api/interactivity-api.php'),(16698,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/admin-bar.js','wp-includes/js/admin-bar.js'),(16699,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/admin-bar.min.js','wp-includes/js/admin-bar.min.js'),(16700,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/api-request.js','wp-includes/js/api-request.js'),(16701,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/api-request.min.js','wp-includes/js/api-request.min.js'),(16702,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/autosave.js','wp-includes/js/autosave.js'),(16703,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/autosave.min.js','wp-includes/js/autosave.min.js'),(16704,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/backbone.js','wp-includes/js/backbone.js'),(16705,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/backbone.min.js','wp-includes/js/backbone.min.js'),(16706,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/clipboard.js','wp-includes/js/clipboard.js'),(16707,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/clipboard.min.js','wp-includes/js/clipboard.min.js'),(16708,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/codemirror.min.css','wp-includes/js/codemirror/codemirror.min.css'),(16709,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/codemirror.min.js','wp-includes/js/codemirror/codemirror.min.js'),(16710,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/csslint.js','wp-includes/js/codemirror/csslint.js'),(16711,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/esprima.js','wp-includes/js/codemirror/esprima.js'),(16712,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/fakejshint.js','wp-includes/js/codemirror/fakejshint.js'),(16713,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/htmlhint-kses.js','wp-includes/js/codemirror/htmlhint-kses.js'),(16714,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/htmlhint.js','wp-includes/js/codemirror/htmlhint.js'),(16715,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/codemirror/jsonlint.js','wp-includes/js/codemirror/jsonlint.js'),(16716,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/colorpicker.js','wp-includes/js/colorpicker.js'),(16717,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/colorpicker.min.js','wp-includes/js/colorpicker.min.js'),(16718,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/comment-reply.js','wp-includes/js/comment-reply.js'),(16719,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/comment-reply.min.js','wp-includes/js/comment-reply.min.js'),(16720,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/crop/cropper.css','wp-includes/js/crop/cropper.css'),(16721,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/crop/cropper.js','wp-includes/js/crop/cropper.js'),(16722,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/crop/marqueeHoriz.gif','wp-includes/js/crop/marqueeHoriz.gif'),(16723,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/crop/marqueeVert.gif','wp-includes/js/crop/marqueeVert.gif'),(16724,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-base.js','wp-includes/js/customize-base.js'),(16725,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-base.min.js','wp-includes/js/customize-base.min.js'),(16726,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-loader.js','wp-includes/js/customize-loader.js'),(16727,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-loader.min.js','wp-includes/js/customize-loader.min.js'),(16728,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-models.js','wp-includes/js/customize-models.js'),(16729,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-models.min.js','wp-includes/js/customize-models.min.js'),(16730,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-preview-nav-menus.js','wp-includes/js/customize-preview-nav-menus.js'),(16731,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-preview-nav-menus.min.js','wp-includes/js/customize-preview-nav-menus.min.js'),(16732,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-preview-widgets.js','wp-includes/js/customize-preview-widgets.js'),(16733,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-preview-widgets.min.js','wp-includes/js/customize-preview-widgets.min.js'),(16734,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-preview.js','wp-includes/js/customize-preview.js'),(16735,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-preview.min.js','wp-includes/js/customize-preview.min.js'),(16736,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-selective-refresh.js','wp-includes/js/customize-selective-refresh.js'),(16737,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-selective-refresh.min.js','wp-includes/js/customize-selective-refresh.min.js'),(16738,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-views.js','wp-includes/js/customize-views.js'),(16739,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/customize-views.min.js','wp-includes/js/customize-views.min.js'),(16740,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/a11y.js','wp-includes/js/dist/a11y.js'),(16741,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/a11y.min.js','wp-includes/js/dist/a11y.min.js'),(16742,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/annotations.js','wp-includes/js/dist/annotations.js'),(16743,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/annotations.min.js','wp-includes/js/dist/annotations.min.js'),(16744,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/api-fetch.js','wp-includes/js/dist/api-fetch.js'),(16745,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/api-fetch.min.js','wp-includes/js/dist/api-fetch.min.js'),(16746,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/autop.js','wp-includes/js/dist/autop.js'),(16747,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/autop.min.js','wp-includes/js/dist/autop.min.js'),(16748,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/blob.js','wp-includes/js/dist/blob.js'),(16749,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/blob.min.js','wp-includes/js/dist/blob.min.js'),(16750,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-directory.js','wp-includes/js/dist/block-directory.js'),(16751,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-directory.min.js','wp-includes/js/dist/block-directory.min.js'),(16752,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-editor.js','wp-includes/js/dist/block-editor.js'),(16753,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-editor.min.js','wp-includes/js/dist/block-editor.min.js'),(16754,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-library.js','wp-includes/js/dist/block-library.js'),(16755,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-library.min.js','wp-includes/js/dist/block-library.min.js'),(16756,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-serialization-default-parser.js','wp-includes/js/dist/block-serialization-default-parser.js'),(16757,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/block-serialization-default-parser.min.js','wp-includes/js/dist/block-serialization-default-parser.min.js'),(16758,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/blocks.js','wp-includes/js/dist/blocks.js'),(16759,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/blocks.min.js','wp-includes/js/dist/blocks.min.js'),(16760,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/commands.js','wp-includes/js/dist/commands.js'),(16761,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/commands.min.js','wp-includes/js/dist/commands.min.js'),(16762,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/components.js','wp-includes/js/dist/components.js'),(16763,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/components.min.js','wp-includes/js/dist/components.min.js'),(16764,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/compose.js','wp-includes/js/dist/compose.js'),(16765,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/compose.min.js','wp-includes/js/dist/compose.min.js'),(16766,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/core-commands.js','wp-includes/js/dist/core-commands.js'),(16767,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/core-commands.min.js','wp-includes/js/dist/core-commands.min.js'),(16768,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/core-data.js','wp-includes/js/dist/core-data.js'),(16769,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/core-data.min.js','wp-includes/js/dist/core-data.min.js'),(16770,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/customize-widgets.js','wp-includes/js/dist/customize-widgets.js'),(16771,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/customize-widgets.min.js','wp-includes/js/dist/customize-widgets.min.js'),(16772,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/data-controls.js','wp-includes/js/dist/data-controls.js'),(16773,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/data-controls.min.js','wp-includes/js/dist/data-controls.min.js'),(16774,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/data.js','wp-includes/js/dist/data.js'),(16775,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/data.min.js','wp-includes/js/dist/data.min.js'),(16776,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/date.js','wp-includes/js/dist/date.js'),(16777,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/date.min.js','wp-includes/js/dist/date.min.js'),(16778,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/deprecated.js','wp-includes/js/dist/deprecated.js'),(16779,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/deprecated.min.js','wp-includes/js/dist/deprecated.min.js'),(16780,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/development/react-refresh-entry.js','wp-includes/js/dist/development/react-refresh-entry.js'),(16781,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/development/react-refresh-entry.min.js','wp-includes/js/dist/development/react-refresh-entry.min.js'),(16782,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/development/react-refresh-runtime.js','wp-includes/js/dist/development/react-refresh-runtime.js'),(16783,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/development/react-refresh-runtime.min.js','wp-includes/js/dist/development/react-refresh-runtime.min.js'),(16784,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/dom-ready.js','wp-includes/js/dist/dom-ready.js'),(16785,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/dom-ready.min.js','wp-includes/js/dist/dom-ready.min.js'),(16786,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/dom.js','wp-includes/js/dist/dom.js'),(16787,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/dom.min.js','wp-includes/js/dist/dom.min.js'),(16788,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/edit-post.js','wp-includes/js/dist/edit-post.js'),(16789,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/edit-post.min.js','wp-includes/js/dist/edit-post.min.js'),(16790,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/edit-site.js','wp-includes/js/dist/edit-site.js'),(16791,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/edit-site.min.js','wp-includes/js/dist/edit-site.min.js'),(16792,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/edit-widgets.js','wp-includes/js/dist/edit-widgets.js'),(16793,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/edit-widgets.min.js','wp-includes/js/dist/edit-widgets.min.js'),(16794,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/editor.js','wp-includes/js/dist/editor.js'),(16795,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/editor.min.js','wp-includes/js/dist/editor.min.js'),(16796,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/element.js','wp-includes/js/dist/element.js'),(16797,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/element.min.js','wp-includes/js/dist/element.min.js'),(16798,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/escape-html.js','wp-includes/js/dist/escape-html.js'),(16799,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/escape-html.min.js','wp-includes/js/dist/escape-html.min.js'),(16800,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/format-library.js','wp-includes/js/dist/format-library.js'),(16801,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/format-library.min.js','wp-includes/js/dist/format-library.min.js'),(16802,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/hooks.js','wp-includes/js/dist/hooks.js'),(16803,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/hooks.min.js','wp-includes/js/dist/hooks.min.js'),(16804,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/html-entities.js','wp-includes/js/dist/html-entities.js'),(16805,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/html-entities.min.js','wp-includes/js/dist/html-entities.min.js'),(16806,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/i18n.js','wp-includes/js/dist/i18n.js'),(16807,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/i18n.min.js','wp-includes/js/dist/i18n.min.js'),(16808,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/interactivity-router.asset.php','wp-includes/js/dist/interactivity-router.asset.php'),(16809,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/interactivity-router.js','wp-includes/js/dist/interactivity-router.js'),(16810,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/interactivity-router.min.asset.php','wp-includes/js/dist/interactivity-router.min.asset.php'),(16811,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/interactivity-router.min.js','wp-includes/js/dist/interactivity-router.min.js'),(16812,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/interactivity.js','wp-includes/js/dist/interactivity.js'),(16813,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/interactivity.min.js','wp-includes/js/dist/interactivity.min.js'),(16814,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/is-shallow-equal.js','wp-includes/js/dist/is-shallow-equal.js'),(16815,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/is-shallow-equal.min.js','wp-includes/js/dist/is-shallow-equal.min.js'),(16816,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/keyboard-shortcuts.js','wp-includes/js/dist/keyboard-shortcuts.js'),(16817,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/keyboard-shortcuts.min.js','wp-includes/js/dist/keyboard-shortcuts.min.js'),(16818,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/keycodes.js','wp-includes/js/dist/keycodes.js'),(16819,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/keycodes.min.js','wp-includes/js/dist/keycodes.min.js'),(16820,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/list-reusable-blocks.js','wp-includes/js/dist/list-reusable-blocks.js'),(16821,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/list-reusable-blocks.min.js','wp-includes/js/dist/list-reusable-blocks.min.js'),(16822,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/media-utils.js','wp-includes/js/dist/media-utils.js'),(16823,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/media-utils.min.js','wp-includes/js/dist/media-utils.min.js'),(16824,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/notices.js','wp-includes/js/dist/notices.js'),(16825,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/notices.min.js','wp-includes/js/dist/notices.min.js'),(16826,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/nux.js','wp-includes/js/dist/nux.js'),(16827,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/nux.min.js','wp-includes/js/dist/nux.min.js'),(16828,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/patterns.js','wp-includes/js/dist/patterns.js'),(16829,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/patterns.min.js','wp-includes/js/dist/patterns.min.js'),(16830,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/plugins.js','wp-includes/js/dist/plugins.js'),(16831,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/plugins.min.js','wp-includes/js/dist/plugins.min.js'),(16832,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/preferences-persistence.js','wp-includes/js/dist/preferences-persistence.js'),(16833,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/preferences-persistence.min.js','wp-includes/js/dist/preferences-persistence.min.js'),(16834,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/preferences.js','wp-includes/js/dist/preferences.js'),(16835,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/preferences.min.js','wp-includes/js/dist/preferences.min.js'),(16836,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/primitives.js','wp-includes/js/dist/primitives.js'),(16837,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/primitives.min.js','wp-includes/js/dist/primitives.min.js'),(16838,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/priority-queue.js','wp-includes/js/dist/priority-queue.js'),(16839,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/priority-queue.min.js','wp-includes/js/dist/priority-queue.min.js'),(16840,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/private-apis.js','wp-includes/js/dist/private-apis.js'),(16841,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/private-apis.min.js','wp-includes/js/dist/private-apis.min.js'),(16842,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/redux-routine.js','wp-includes/js/dist/redux-routine.js'),(16843,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/redux-routine.min.js','wp-includes/js/dist/redux-routine.min.js'),(16844,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/reusable-blocks.js','wp-includes/js/dist/reusable-blocks.js'),(16845,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/reusable-blocks.min.js','wp-includes/js/dist/reusable-blocks.min.js'),(16846,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/rich-text.js','wp-includes/js/dist/rich-text.js'),(16847,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/rich-text.min.js','wp-includes/js/dist/rich-text.min.js'),(16848,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/router.js','wp-includes/js/dist/router.js'),(16849,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/router.min.js','wp-includes/js/dist/router.min.js'),(16850,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/server-side-render.js','wp-includes/js/dist/server-side-render.js'),(16851,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/server-side-render.min.js','wp-includes/js/dist/server-side-render.min.js'),(16852,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/shortcode.js','wp-includes/js/dist/shortcode.js'),(16853,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/shortcode.min.js','wp-includes/js/dist/shortcode.min.js'),(16854,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/style-engine.js','wp-includes/js/dist/style-engine.js'),(16855,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/style-engine.min.js','wp-includes/js/dist/style-engine.min.js'),(16856,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/token-list.js','wp-includes/js/dist/token-list.js'),(16857,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/token-list.min.js','wp-includes/js/dist/token-list.min.js'),(16858,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/undo-manager.js','wp-includes/js/dist/undo-manager.js'),(16859,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/undo-manager.min.js','wp-includes/js/dist/undo-manager.min.js'),(16860,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/url.js','wp-includes/js/dist/url.js'),(16861,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/url.min.js','wp-includes/js/dist/url.min.js'),(16862,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/lodash.js','wp-includes/js/dist/vendor/lodash.js'),(16863,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/lodash.min.js','wp-includes/js/dist/vendor/lodash.min.js'),(16864,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/moment.js','wp-includes/js/dist/vendor/moment.js'),(16865,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/moment.min.js','wp-includes/js/dist/vendor/moment.min.js'),(16866,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react-dom.js','wp-includes/js/dist/vendor/react-dom.js'),(16867,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react-dom.min.js','wp-includes/js/dist/vendor/react-dom.min.js'),(16868,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react-dom.min.js.LICENSE.txt','wp-includes/js/dist/vendor/react-dom.min.js.LICENSE.txt'),(16869,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react-jsx-runtime.js','wp-includes/js/dist/vendor/react-jsx-runtime.js'),(16870,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react-jsx-runtime.min.js','wp-includes/js/dist/vendor/react-jsx-runtime.min.js'),(16871,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt','wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt'),(16872,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react.js','wp-includes/js/dist/vendor/react.js'),(16873,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react.min.js','wp-includes/js/dist/vendor/react.min.js'),(16874,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/react.min.js.LICENSE.txt','wp-includes/js/dist/vendor/react.min.js.LICENSE.txt'),(16875,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/regenerator-runtime.js','wp-includes/js/dist/vendor/regenerator-runtime.js'),(16876,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/regenerator-runtime.min.js','wp-includes/js/dist/vendor/regenerator-runtime.min.js'),(16877,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(16878,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(16879,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(16880,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(16881,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-fetch.js','wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(16882,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(16883,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-formdata.js','wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(16884,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(16885,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-importmap.js','wp-includes/js/dist/vendor/wp-polyfill-importmap.js'),(16886,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-importmap.min.js','wp-includes/js/dist/vendor/wp-polyfill-importmap.min.js'),(16887,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-inert.js','wp-includes/js/dist/vendor/wp-polyfill-inert.js'),(16888,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js','wp-includes/js/dist/vendor/wp-polyfill-inert.min.js'),(16889,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(16890,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(16891,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(16892,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js','wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(16893,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-url.js','wp-includes/js/dist/vendor/wp-polyfill-url.js'),(16894,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill-url.min.js','wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(16895,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill.js','wp-includes/js/dist/vendor/wp-polyfill.js'),(16896,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/vendor/wp-polyfill.min.js','wp-includes/js/dist/vendor/wp-polyfill.min.js'),(16897,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/viewport.js','wp-includes/js/dist/viewport.js'),(16898,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/viewport.min.js','wp-includes/js/dist/viewport.min.js'),(16899,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/warning.js','wp-includes/js/dist/warning.js'),(16900,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/warning.min.js','wp-includes/js/dist/warning.min.js'),(16901,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/widgets.js','wp-includes/js/dist/widgets.js'),(16902,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/widgets.min.js','wp-includes/js/dist/widgets.min.js'),(16903,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/wordcount.js','wp-includes/js/dist/wordcount.js'),(16904,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/dist/wordcount.min.js','wp-includes/js/dist/wordcount.min.js'),(16905,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/heartbeat.js','wp-includes/js/heartbeat.js'),(16906,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/heartbeat.min.js','wp-includes/js/heartbeat.min.js'),(16907,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/hoverIntent.js','wp-includes/js/hoverIntent.js'),(16908,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/hoverIntent.min.js','wp-includes/js/hoverIntent.min.js'),(16909,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/hoverintent-js.min.js','wp-includes/js/hoverintent-js.min.js'),(16910,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/imagesloaded.min.js','wp-includes/js/imagesloaded.min.js'),(16911,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/imgareaselect/border-anim-h.gif','wp-includes/js/imgareaselect/border-anim-h.gif'),(16912,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/imgareaselect/border-anim-v.gif','wp-includes/js/imgareaselect/border-anim-v.gif'),(16913,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/imgareaselect/imgareaselect.css','wp-includes/js/imgareaselect/imgareaselect.css'),(16914,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/imgareaselect/jquery.imgareaselect.js','wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(16915,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(16916,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jcrop/Jcrop.gif','wp-includes/js/jcrop/Jcrop.gif'),(16917,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jcrop/jquery.Jcrop.min.css','wp-includes/js/jcrop/jquery.Jcrop.min.css'),(16918,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jcrop/jquery.Jcrop.min.js','wp-includes/js/jcrop/jquery.Jcrop.min.js'),(16919,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery-migrate.js','wp-includes/js/jquery/jquery-migrate.js'),(16920,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery-migrate.min.js','wp-includes/js/jquery/jquery-migrate.min.js'),(16921,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.color.min.js','wp-includes/js/jquery/jquery.color.min.js'),(16922,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.form.js','wp-includes/js/jquery/jquery.form.js'),(16923,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.form.min.js','wp-includes/js/jquery/jquery.form.min.js'),(16924,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.hotkeys.js','wp-includes/js/jquery/jquery.hotkeys.js'),(16925,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.hotkeys.min.js','wp-includes/js/jquery/jquery.hotkeys.min.js'),(16926,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.js','wp-includes/js/jquery/jquery.js'),(16927,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.masonry.min.js','wp-includes/js/jquery/jquery.masonry.min.js'),(16928,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.min.js','wp-includes/js/jquery/jquery.min.js'),(16929,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.query.js','wp-includes/js/jquery/jquery.query.js'),(16930,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.schedule.js','wp-includes/js/jquery/jquery.schedule.js'),(16931,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.serialize-object.js','wp-includes/js/jquery/jquery.serialize-object.js'),(16932,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.table-hotkeys.js','wp-includes/js/jquery/jquery.table-hotkeys.js'),(16933,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.table-hotkeys.min.js','wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(16934,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/jquery.ui.touch-punch.js','wp-includes/js/jquery/jquery.ui.touch-punch.js'),(16935,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/suggest.js','wp-includes/js/jquery/suggest.js'),(16936,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/suggest.min.js','wp-includes/js/jquery/suggest.min.js'),(16937,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/accordion.js','wp-includes/js/jquery/ui/accordion.js'),(16938,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/accordion.min.js','wp-includes/js/jquery/ui/accordion.min.js'),(16939,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/autocomplete.js','wp-includes/js/jquery/ui/autocomplete.js'),(16940,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/autocomplete.min.js','wp-includes/js/jquery/ui/autocomplete.min.js'),(16941,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/button.js','wp-includes/js/jquery/ui/button.js'),(16942,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/button.min.js','wp-includes/js/jquery/ui/button.min.js'),(16943,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/checkboxradio.js','wp-includes/js/jquery/ui/checkboxradio.js'),(16944,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/checkboxradio.min.js','wp-includes/js/jquery/ui/checkboxradio.min.js'),(16945,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/controlgroup.js','wp-includes/js/jquery/ui/controlgroup.js'),(16946,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/controlgroup.min.js','wp-includes/js/jquery/ui/controlgroup.min.js'),(16947,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/core.js','wp-includes/js/jquery/ui/core.js'),(16948,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/core.min.js','wp-includes/js/jquery/ui/core.min.js'),(16949,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/datepicker.js','wp-includes/js/jquery/ui/datepicker.js'),(16950,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/datepicker.min.js','wp-includes/js/jquery/ui/datepicker.min.js'),(16951,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/dialog.js','wp-includes/js/jquery/ui/dialog.js'),(16952,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/dialog.min.js','wp-includes/js/jquery/ui/dialog.min.js'),(16953,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/draggable.js','wp-includes/js/jquery/ui/draggable.js'),(16954,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/draggable.min.js','wp-includes/js/jquery/ui/draggable.min.js'),(16955,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/droppable.js','wp-includes/js/jquery/ui/droppable.js'),(16956,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/droppable.min.js','wp-includes/js/jquery/ui/droppable.min.js'),(16957,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-blind.js','wp-includes/js/jquery/ui/effect-blind.js'),(16958,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-blind.min.js','wp-includes/js/jquery/ui/effect-blind.min.js'),(16959,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-bounce.js','wp-includes/js/jquery/ui/effect-bounce.js'),(16960,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-bounce.min.js','wp-includes/js/jquery/ui/effect-bounce.min.js'),(16961,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-clip.js','wp-includes/js/jquery/ui/effect-clip.js'),(16962,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-clip.min.js','wp-includes/js/jquery/ui/effect-clip.min.js'),(16963,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-drop.js','wp-includes/js/jquery/ui/effect-drop.js'),(16964,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-drop.min.js','wp-includes/js/jquery/ui/effect-drop.min.js'),(16965,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-explode.js','wp-includes/js/jquery/ui/effect-explode.js'),(16966,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-explode.min.js','wp-includes/js/jquery/ui/effect-explode.min.js'),(16967,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-fade.js','wp-includes/js/jquery/ui/effect-fade.js'),(16968,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-fade.min.js','wp-includes/js/jquery/ui/effect-fade.min.js'),(16969,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-fold.js','wp-includes/js/jquery/ui/effect-fold.js'),(16970,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-fold.min.js','wp-includes/js/jquery/ui/effect-fold.min.js'),(16971,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-highlight.js','wp-includes/js/jquery/ui/effect-highlight.js'),(16972,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-highlight.min.js','wp-includes/js/jquery/ui/effect-highlight.min.js'),(16973,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-puff.js','wp-includes/js/jquery/ui/effect-puff.js'),(16974,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-puff.min.js','wp-includes/js/jquery/ui/effect-puff.min.js'),(16975,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-pulsate.js','wp-includes/js/jquery/ui/effect-pulsate.js'),(16976,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-pulsate.min.js','wp-includes/js/jquery/ui/effect-pulsate.min.js'),(16977,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-scale.js','wp-includes/js/jquery/ui/effect-scale.js'),(16978,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-scale.min.js','wp-includes/js/jquery/ui/effect-scale.min.js'),(16979,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-shake.js','wp-includes/js/jquery/ui/effect-shake.js'),(16980,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-shake.min.js','wp-includes/js/jquery/ui/effect-shake.min.js'),(16981,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-size.js','wp-includes/js/jquery/ui/effect-size.js'),(16982,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-size.min.js','wp-includes/js/jquery/ui/effect-size.min.js'),(16983,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-slide.js','wp-includes/js/jquery/ui/effect-slide.js'),(16984,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-slide.min.js','wp-includes/js/jquery/ui/effect-slide.min.js'),(16985,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-transfer.js','wp-includes/js/jquery/ui/effect-transfer.js'),(16986,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect-transfer.min.js','wp-includes/js/jquery/ui/effect-transfer.min.js'),(16987,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect.js','wp-includes/js/jquery/ui/effect.js'),(16988,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/effect.min.js','wp-includes/js/jquery/ui/effect.min.js'),(16989,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/menu.js','wp-includes/js/jquery/ui/menu.js'),(16990,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/menu.min.js','wp-includes/js/jquery/ui/menu.min.js'),(16991,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/mouse.js','wp-includes/js/jquery/ui/mouse.js'),(16992,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/mouse.min.js','wp-includes/js/jquery/ui/mouse.min.js'),(16993,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/progressbar.js','wp-includes/js/jquery/ui/progressbar.js'),(16994,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/progressbar.min.js','wp-includes/js/jquery/ui/progressbar.min.js'),(16995,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/resizable.js','wp-includes/js/jquery/ui/resizable.js'),(16996,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/resizable.min.js','wp-includes/js/jquery/ui/resizable.min.js'),(16997,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/selectable.js','wp-includes/js/jquery/ui/selectable.js'),(16998,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/selectable.min.js','wp-includes/js/jquery/ui/selectable.min.js'),(16999,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/selectmenu.js','wp-includes/js/jquery/ui/selectmenu.js'),(17000,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/selectmenu.min.js','wp-includes/js/jquery/ui/selectmenu.min.js'),(17001,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/slider.js','wp-includes/js/jquery/ui/slider.js'),(17002,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/slider.min.js','wp-includes/js/jquery/ui/slider.min.js'),(17003,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/sortable.js','wp-includes/js/jquery/ui/sortable.js'),(17004,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/sortable.min.js','wp-includes/js/jquery/ui/sortable.min.js'),(17005,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/spinner.js','wp-includes/js/jquery/ui/spinner.js'),(17006,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/spinner.min.js','wp-includes/js/jquery/ui/spinner.min.js'),(17007,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/tabs.js','wp-includes/js/jquery/ui/tabs.js'),(17008,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/tabs.min.js','wp-includes/js/jquery/ui/tabs.min.js'),(17009,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/tooltip.js','wp-includes/js/jquery/ui/tooltip.js'),(17010,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/jquery/ui/tooltip.min.js','wp-includes/js/jquery/ui/tooltip.min.js'),(17011,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/json2.js','wp-includes/js/json2.js'),(17012,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/json2.min.js','wp-includes/js/json2.min.js'),(17013,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/masonry.min.js','wp-includes/js/masonry.min.js'),(17014,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mce-view.js','wp-includes/js/mce-view.js'),(17015,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mce-view.min.js','wp-includes/js/mce-view.min.js'),(17016,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-audiovideo.js','wp-includes/js/media-audiovideo.js'),(17017,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-audiovideo.min.js','wp-includes/js/media-audiovideo.min.js'),(17018,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-editor.js','wp-includes/js/media-editor.js'),(17019,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-editor.min.js','wp-includes/js/media-editor.min.js'),(17020,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-grid.js','wp-includes/js/media-grid.js'),(17021,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-grid.min.js','wp-includes/js/media-grid.min.js'),(17022,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-models.js','wp-includes/js/media-models.js'),(17023,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-models.min.js','wp-includes/js/media-models.min.js'),(17024,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-views.js','wp-includes/js/media-views.js'),(17025,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/media-views.min.js','wp-includes/js/media-views.min.js'),(17026,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelement-and-player.js','wp-includes/js/mediaelement/mediaelement-and-player.js'),(17027,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelement-and-player.min.js','wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(17028,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelement-migrate.js','wp-includes/js/mediaelement/mediaelement-migrate.js'),(17029,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelement-migrate.min.js','wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(17030,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelement.js','wp-includes/js/mediaelement/mediaelement.js'),(17031,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelement.min.js','wp-includes/js/mediaelement/mediaelement.min.js'),(17032,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelementplayer-legacy.css','wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(17033,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(17034,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelementplayer.css','wp-includes/js/mediaelement/mediaelementplayer.css'),(17035,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mediaelementplayer.min.css','wp-includes/js/mediaelement/mediaelementplayer.min.css'),(17036,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mejs-controls.png','wp-includes/js/mediaelement/mejs-controls.png'),(17037,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/mejs-controls.svg','wp-includes/js/mediaelement/mejs-controls.svg'),(17038,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/renderers/vimeo.js','wp-includes/js/mediaelement/renderers/vimeo.js'),(17039,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/renderers/vimeo.min.js','wp-includes/js/mediaelement/renderers/vimeo.min.js'),(17040,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/wp-mediaelement.css','wp-includes/js/mediaelement/wp-mediaelement.css'),(17041,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/wp-mediaelement.js','wp-includes/js/mediaelement/wp-mediaelement.js'),(17042,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/wp-mediaelement.min.css','wp-includes/js/mediaelement/wp-mediaelement.min.css'),(17043,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/wp-mediaelement.min.js','wp-includes/js/mediaelement/wp-mediaelement.min.js'),(17044,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/wp-playlist.js','wp-includes/js/mediaelement/wp-playlist.js'),(17045,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/mediaelement/wp-playlist.min.js','wp-includes/js/mediaelement/wp-playlist.min.js'),(17046,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/handlers.js','wp-includes/js/plupload/handlers.js'),(17047,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/handlers.min.js','wp-includes/js/plupload/handlers.min.js'),(17048,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/license.txt','wp-includes/js/plupload/license.txt'),(17049,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/moxie.js','wp-includes/js/plupload/moxie.js'),(17050,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/moxie.min.js','wp-includes/js/plupload/moxie.min.js'),(17051,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/plupload.js','wp-includes/js/plupload/plupload.js'),(17052,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/plupload.min.js','wp-includes/js/plupload/plupload.min.js'),(17053,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/wp-plupload.js','wp-includes/js/plupload/wp-plupload.js'),(17054,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/plupload/wp-plupload.min.js','wp-includes/js/plupload/wp-plupload.min.js'),(17055,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/quicktags.js','wp-includes/js/quicktags.js'),(17056,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/quicktags.min.js','wp-includes/js/quicktags.min.js'),(17057,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/shortcode.js','wp-includes/js/shortcode.js'),(17058,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/shortcode.min.js','wp-includes/js/shortcode.min.js'),(17059,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/swfobject.js','wp-includes/js/swfobject.js'),(17060,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/swfupload/handlers.js','wp-includes/js/swfupload/handlers.js'),(17061,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/swfupload/handlers.min.js','wp-includes/js/swfupload/handlers.min.js'),(17062,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/swfupload/license.txt','wp-includes/js/swfupload/license.txt'),(17063,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/swfupload/swfupload.js','wp-includes/js/swfupload/swfupload.js'),(17064,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/thickbox/loadingAnimation.gif','wp-includes/js/thickbox/loadingAnimation.gif'),(17065,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/thickbox/macFFBgHack.png','wp-includes/js/thickbox/macFFBgHack.png'),(17066,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/thickbox/thickbox.css','wp-includes/js/thickbox/thickbox.css'),(17067,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/thickbox/thickbox.js','wp-includes/js/thickbox/thickbox.js'),(17068,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/langs/wp-langs-en.js','wp-includes/js/tinymce/langs/wp-langs-en.js'),(17069,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/license.txt','wp-includes/js/tinymce/license.txt'),(17070,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/charmap/plugin.js','wp-includes/js/tinymce/plugins/charmap/plugin.js'),(17071,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/charmap/plugin.min.js','wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(17072,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/colorpicker/plugin.js','wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(17073,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(17074,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(17075,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/compat3x/plugin.js','wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(17076,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(17077,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/directionality/plugin.js','wp-includes/js/tinymce/plugins/directionality/plugin.js'),(17078,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/directionality/plugin.min.js','wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(17079,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/fullscreen/plugin.js','wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(17080,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(17081,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/hr/plugin.js','wp-includes/js/tinymce/plugins/hr/plugin.js'),(17082,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/hr/plugin.min.js','wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(17083,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/image/plugin.js','wp-includes/js/tinymce/plugins/image/plugin.js'),(17084,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/image/plugin.min.js','wp-includes/js/tinymce/plugins/image/plugin.min.js'),(17085,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/link/plugin.js','wp-includes/js/tinymce/plugins/link/plugin.js'),(17086,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/link/plugin.min.js','wp-includes/js/tinymce/plugins/link/plugin.min.js'),(17087,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/lists/plugin.js','wp-includes/js/tinymce/plugins/lists/plugin.js'),(17088,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/lists/plugin.min.js','wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(17089,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/media/plugin.js','wp-includes/js/tinymce/plugins/media/plugin.js'),(17090,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/media/plugin.min.js','wp-includes/js/tinymce/plugins/media/plugin.min.js'),(17091,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/paste/plugin.js','wp-includes/js/tinymce/plugins/paste/plugin.js'),(17092,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/paste/plugin.min.js','wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(17093,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/tabfocus/plugin.js','wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(17094,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(17095,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/textcolor/plugin.js','wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(17096,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(17097,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wordpress/plugin.js','wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(17098,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(17099,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(17100,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(17101,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(17102,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(17103,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(17104,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js','wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(17105,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpemoji/plugin.js','wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(17106,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(17107,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpgallery/plugin.js','wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(17108,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(17109,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wplink/plugin.js','wp-includes/js/tinymce/plugins/wplink/plugin.js'),(17110,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wplink/plugin.min.js','wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(17111,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(17112,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(17113,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpview/plugin.js','wp-includes/js/tinymce/plugins/wpview/plugin.js'),(17114,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/plugins/wpview/plugin.min.js','wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(17115,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(17116,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/content.min.css','wp-includes/js/tinymce/skins/lightgray/content.min.css'),(17117,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(17118,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(17119,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(17120,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(17121,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(17122,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(17123,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(17124,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(17125,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(17126,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/img/loader.gif','wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(17127,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/img/object.gif','wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(17128,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/img/trans.gif','wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(17129,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/lightgray/skin.min.css','wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(17130,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/audio.png','wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(17131,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(17132,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(17133,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/embedded.png','wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(17134,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(17135,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/gallery.png','wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(17136,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(17137,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/more.png','wp-includes/js/tinymce/skins/wordpress/images/more.png'),(17138,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(17139,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(17140,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(17141,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(17142,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/images/video.png','wp-includes/js/tinymce/skins/wordpress/images/video.png'),(17143,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/skins/wordpress/wp-content.css','wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(17144,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/themes/inlite/theme.js','wp-includes/js/tinymce/themes/inlite/theme.js'),(17145,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/themes/inlite/theme.min.js','wp-includes/js/tinymce/themes/inlite/theme.min.js'),(17146,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/themes/modern/theme.js','wp-includes/js/tinymce/themes/modern/theme.js'),(17147,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/themes/modern/theme.min.js','wp-includes/js/tinymce/themes/modern/theme.min.js'),(17148,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/tiny_mce_popup.js','wp-includes/js/tinymce/tiny_mce_popup.js'),(17149,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/tinymce.min.js','wp-includes/js/tinymce/tinymce.min.js'),(17150,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/utils/editable_selects.js','wp-includes/js/tinymce/utils/editable_selects.js'),(17151,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/utils/form_utils.js','wp-includes/js/tinymce/utils/form_utils.js'),(17152,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/utils/mctabs.js','wp-includes/js/tinymce/utils/mctabs.js'),(17153,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/utils/validate.js','wp-includes/js/tinymce/utils/validate.js'),(17154,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/wp-tinymce.js','wp-includes/js/tinymce/wp-tinymce.js'),(17155,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tinymce/wp-tinymce.php','wp-includes/js/tinymce/wp-tinymce.php'),(17156,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tw-sack.js','wp-includes/js/tw-sack.js'),(17157,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/tw-sack.min.js','wp-includes/js/tw-sack.min.js'),(17158,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/twemoji.js','wp-includes/js/twemoji.js'),(17159,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/twemoji.min.js','wp-includes/js/twemoji.min.js'),(17160,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/underscore.js','wp-includes/js/underscore.js'),(17161,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/underscore.min.js','wp-includes/js/underscore.min.js'),(17162,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/utils.js','wp-includes/js/utils.js'),(17163,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/utils.min.js','wp-includes/js/utils.min.js'),(17164,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-ajax-response.js','wp-includes/js/wp-ajax-response.js'),(17165,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-ajax-response.min.js','wp-includes/js/wp-ajax-response.min.js'),(17166,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-api.js','wp-includes/js/wp-api.js'),(17167,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-api.min.js','wp-includes/js/wp-api.min.js'),(17168,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-auth-check.js','wp-includes/js/wp-auth-check.js'),(17169,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-auth-check.min.js','wp-includes/js/wp-auth-check.min.js'),(17170,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-backbone.js','wp-includes/js/wp-backbone.js'),(17171,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-backbone.min.js','wp-includes/js/wp-backbone.min.js'),(17172,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-custom-header.js','wp-includes/js/wp-custom-header.js'),(17173,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-custom-header.min.js','wp-includes/js/wp-custom-header.min.js'),(17174,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-embed-template.js','wp-includes/js/wp-embed-template.js'),(17175,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-embed-template.min.js','wp-includes/js/wp-embed-template.min.js'),(17176,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-embed.js','wp-includes/js/wp-embed.js'),(17177,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-embed.min.js','wp-includes/js/wp-embed.min.js'),(17178,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-emoji-loader.js','wp-includes/js/wp-emoji-loader.js'),(17179,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-emoji-loader.min.js','wp-includes/js/wp-emoji-loader.min.js'),(17180,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-emoji-release.min.js','wp-includes/js/wp-emoji-release.min.js'),(17181,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-emoji.js','wp-includes/js/wp-emoji.js'),(17182,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-emoji.min.js','wp-includes/js/wp-emoji.min.js'),(17183,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-list-revisions.js','wp-includes/js/wp-list-revisions.js'),(17184,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-list-revisions.min.js','wp-includes/js/wp-list-revisions.min.js'),(17185,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-lists.js','wp-includes/js/wp-lists.js'),(17186,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-lists.min.js','wp-includes/js/wp-lists.min.js'),(17187,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-pointer.js','wp-includes/js/wp-pointer.js'),(17188,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-pointer.min.js','wp-includes/js/wp-pointer.min.js'),(17189,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-sanitize.js','wp-includes/js/wp-sanitize.js'),(17190,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-sanitize.min.js','wp-includes/js/wp-sanitize.min.js'),(17191,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-util.js','wp-includes/js/wp-util.js'),(17192,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wp-util.min.js','wp-includes/js/wp-util.min.js'),(17193,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wpdialog.js','wp-includes/js/wpdialog.js'),(17194,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wpdialog.min.js','wp-includes/js/wpdialog.min.js'),(17195,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wplink.js','wp-includes/js/wplink.js'),(17196,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/wplink.min.js','wp-includes/js/wplink.min.js'),(17197,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/zxcvbn-async.js','wp-includes/js/zxcvbn-async.js'),(17198,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/zxcvbn-async.min.js','wp-includes/js/zxcvbn-async.min.js'),(17199,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/js/zxcvbn.min.js','wp-includes/js/zxcvbn.min.js'),(17200,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/kses.php','wp-includes/kses.php'),(17201,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/l10n/class-wp-translation-controller.php','wp-includes/l10n/class-wp-translation-controller.php'),(17202,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/l10n/class-wp-translation-file-mo.php','wp-includes/l10n/class-wp-translation-file-mo.php'),(17203,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/l10n/class-wp-translation-file-php.php','wp-includes/l10n/class-wp-translation-file-php.php'),(17204,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/l10n/class-wp-translation-file.php','wp-includes/l10n/class-wp-translation-file.php'),(17205,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/l10n/class-wp-translations.php','wp-includes/l10n/class-wp-translations.php'),(17206,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/l10n.php','wp-includes/l10n.php'),(17207,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/link-template.php','wp-includes/link-template.php'),(17208,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/load.php','wp-includes/load.php'),(17209,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/locale.php','wp-includes/locale.php'),(17210,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/media-template.php','wp-includes/media-template.php'),(17211,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/media.php','wp-includes/media.php'),(17212,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/meta.php','wp-includes/meta.php'),(17213,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-blogs.php','wp-includes/ms-blogs.php'),(17214,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-default-constants.php','wp-includes/ms-default-constants.php'),(17215,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-default-filters.php','wp-includes/ms-default-filters.php'),(17216,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-deprecated.php','wp-includes/ms-deprecated.php'),(17217,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-files.php','wp-includes/ms-files.php'),(17218,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-functions.php','wp-includes/ms-functions.php'),(17219,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-load.php','wp-includes/ms-load.php'),(17220,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-network.php','wp-includes/ms-network.php'),(17221,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-settings.php','wp-includes/ms-settings.php'),(17222,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/ms-site.php','wp-includes/ms-site.php'),(17223,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/nav-menu-template.php','wp-includes/nav-menu-template.php'),(17224,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/nav-menu.php','wp-includes/nav-menu.php'),(17225,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/option.php','wp-includes/option.php'),(17226,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/php-compat/readonly.php','wp-includes/php-compat/readonly.php'),(17227,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/pluggable-deprecated.php','wp-includes/pluggable-deprecated.php'),(17228,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/pluggable.php','wp-includes/pluggable.php'),(17229,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/plugin.php','wp-includes/plugin.php'),(17230,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/pomo/entry.php','wp-includes/pomo/entry.php'),(17231,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/pomo/mo.php','wp-includes/pomo/mo.php'),(17232,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/pomo/plural-forms.php','wp-includes/pomo/plural-forms.php'),(17233,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/pomo/po.php','wp-includes/pomo/po.php'),(17234,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/pomo/streams.php','wp-includes/pomo/streams.php'),(17235,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/pomo/translations.php','wp-includes/pomo/translations.php'),(17236,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/post-formats.php','wp-includes/post-formats.php'),(17237,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/post-template.php','wp-includes/post-template.php'),(17238,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/post-thumbnail-template.php','wp-includes/post-thumbnail-template.php'),(17239,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/post.php','wp-includes/post.php'),(17240,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/query.php','wp-includes/query.php'),(17241,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/registration-functions.php','wp-includes/registration-functions.php'),(17242,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/registration.php','wp-includes/registration.php'),(17243,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/class-wp-rest-request.php','wp-includes/rest-api/class-wp-rest-request.php'),(17244,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/class-wp-rest-response.php','wp-includes/rest-api/class-wp-rest-response.php'),(17245,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/class-wp-rest-server.php','wp-includes/rest-api/class-wp-rest-server.php'),(17246,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(17247,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(17248,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(17249,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(17250,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php'),(17251,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php'),(17252,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(17253,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(17254,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(17255,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(17256,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(17257,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php'),(17258,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php'),(17259,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php'),(17260,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php'),(17261,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php'),(17262,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php'),(17263,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php'),(17264,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php'),(17265,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php'),(17266,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php'),(17267,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php'),(17268,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(17269,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(17270,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(17271,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(17272,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(17273,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(17274,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(17275,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php'),(17276,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(17277,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(17278,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php'),(17279,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php'),(17280,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php'),(17281,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(17282,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(17283,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php'),(17284,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(17285,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php'),(17286,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php'),(17287,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(17288,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(17289,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(17290,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(17291,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(17292,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(17293,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(17294,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/search/class-wp-rest-search-handler.php','wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(17295,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php','wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(17296,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rest-api.php','wp-includes/rest-api.php'),(17297,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/revision.php','wp-includes/revision.php'),(17298,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rewrite.php','wp-includes/rewrite.php'),(17299,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/robots-template.php','wp-includes/robots-template.php'),(17300,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rss-functions.php','wp-includes/rss-functions.php'),(17301,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/rss.php','wp-includes/rss.php'),(17302,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/script-loader.php','wp-includes/script-loader.php'),(17303,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/script-modules.php','wp-includes/script-modules.php'),(17304,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/session.php','wp-includes/session.php'),(17305,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/shortcodes.php','wp-includes/shortcodes.php'),(17306,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/class-wp-sitemaps-index.php','wp-includes/sitemaps/class-wp-sitemaps-index.php'),(17307,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/class-wp-sitemaps-provider.php','wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(17308,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/class-wp-sitemaps-registry.php','wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(17309,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/class-wp-sitemaps-renderer.php','wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(17310,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(17311,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/class-wp-sitemaps.php','wp-includes/sitemaps/class-wp-sitemaps.php'),(17312,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(17313,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(17314,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(17315,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sitemaps.php','wp-includes/sitemaps.php'),(17316,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/LICENSE','wp-includes/sodium_compat/LICENSE'),(17317,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/autoload-php7.php','wp-includes/sodium_compat/autoload-php7.php'),(17318,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/autoload.php','wp-includes/sodium_compat/autoload.php'),(17319,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/composer.json','wp-includes/sodium_compat/composer.json'),(17320,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/constants.php','wp-includes/sodium_compat/lib/constants.php'),(17321,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/namespaced.php','wp-includes/sodium_compat/lib/namespaced.php'),(17322,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/php72compat.php','wp-includes/sodium_compat/lib/php72compat.php'),(17323,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/php72compat_const.php','wp-includes/sodium_compat/lib/php72compat_const.php'),(17324,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/ristretto255.php','wp-includes/sodium_compat/lib/ristretto255.php'),(17325,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/sodium_compat.php','wp-includes/sodium_compat/lib/sodium_compat.php'),(17326,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/lib/stream-xchacha20.php','wp-includes/sodium_compat/lib/stream-xchacha20.php'),(17327,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Compat.php','wp-includes/sodium_compat/namespaced/Compat.php'),(17328,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(17329,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(17330,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(17331,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(17332,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(17333,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(17334,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(17335,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(17336,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(17337,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(17338,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(17339,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Curve25519.php','wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(17340,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Ed25519.php','wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(17341,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(17342,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(17343,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(17344,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Poly1305.php','wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(17345,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Salsa20.php','wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(17346,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/SipHash.php','wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(17347,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Util.php','wp-includes/sodium_compat/namespaced/Core/Util.php'),(17348,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/X25519.php','wp-includes/sodium_compat/namespaced/Core/X25519.php'),(17349,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(17350,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(17351,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/Crypto.php','wp-includes/sodium_compat/namespaced/Crypto.php'),(17352,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/namespaced/File.php','wp-includes/sodium_compat/namespaced/File.php'),(17353,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Compat.php','wp-includes/sodium_compat/src/Compat.php'),(17354,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/BLAKE2b.php','wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(17355,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Base64/Common.php','wp-includes/sodium_compat/src/Core/Base64/Common.php'),(17356,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Base64/Original.php','wp-includes/sodium_compat/src/Core/Base64/Original.php'),(17357,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(17358,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(17359,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(17360,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/ChaCha20.php','wp-includes/sodium_compat/src/Core/ChaCha20.php'),(17361,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(17362,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(17363,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(17364,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(17365,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(17366,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(17367,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/H.php','wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(17368,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519/README.md','wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(17369,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Curve25519.php','wp-includes/sodium_compat/src/Core/Curve25519.php'),(17370,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Ed25519.php','wp-includes/sodium_compat/src/Core/Ed25519.php'),(17371,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/HChaCha20.php','wp-includes/sodium_compat/src/Core/HChaCha20.php'),(17372,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/HSalsa20.php','wp-includes/sodium_compat/src/Core/HSalsa20.php'),(17373,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Poly1305/State.php','wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(17374,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Poly1305.php','wp-includes/sodium_compat/src/Core/Poly1305.php'),(17375,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Ristretto255.php','wp-includes/sodium_compat/src/Core/Ristretto255.php'),(17376,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Salsa20.php','wp-includes/sodium_compat/src/Core/Salsa20.php'),(17377,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/SecretStream/State.php','wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(17378,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/SipHash.php','wp-includes/sodium_compat/src/Core/SipHash.php'),(17379,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/Util.php','wp-includes/sodium_compat/src/Core/Util.php'),(17380,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/X25519.php','wp-includes/sodium_compat/src/Core/X25519.php'),(17381,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/XChaCha20.php','wp-includes/sodium_compat/src/Core/XChaCha20.php'),(17382,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core/XSalsa20.php','wp-includes/sodium_compat/src/Core/XSalsa20.php'),(17383,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/BLAKE2b.php','wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(17384,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(17385,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(17386,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/ChaCha20.php','wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(17387,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(17388,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(17389,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(17390,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(17391,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(17392,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(17393,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/H.php','wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(17394,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519/README.md','wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(17395,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Curve25519.php','wp-includes/sodium_compat/src/Core32/Curve25519.php'),(17396,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Ed25519.php','wp-includes/sodium_compat/src/Core32/Ed25519.php'),(17397,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/HChaCha20.php','wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(17398,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/HSalsa20.php','wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(17399,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Int32.php','wp-includes/sodium_compat/src/Core32/Int32.php'),(17400,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Int64.php','wp-includes/sodium_compat/src/Core32/Int64.php'),(17401,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Poly1305/State.php','wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(17402,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Poly1305.php','wp-includes/sodium_compat/src/Core32/Poly1305.php'),(17403,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Salsa20.php','wp-includes/sodium_compat/src/Core32/Salsa20.php'),(17404,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/SecretStream/State.php','wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(17405,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/SipHash.php','wp-includes/sodium_compat/src/Core32/SipHash.php'),(17406,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/Util.php','wp-includes/sodium_compat/src/Core32/Util.php'),(17407,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/X25519.php','wp-includes/sodium_compat/src/Core32/X25519.php'),(17408,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/XChaCha20.php','wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(17409,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Core32/XSalsa20.php','wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(17410,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Crypto.php','wp-includes/sodium_compat/src/Crypto.php'),(17411,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/Crypto32.php','wp-includes/sodium_compat/src/Crypto32.php'),(17412,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/File.php','wp-includes/sodium_compat/src/File.php'),(17413,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(17414,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/sodium_compat/src/SodiumException.php','wp-includes/sodium_compat/src/SodiumException.php'),(17415,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/spl-autoload-compat.php','wp-includes/spl-autoload-compat.php'),(17416,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/style-engine/class-wp-style-engine-css-declarations.php','wp-includes/style-engine/class-wp-style-engine-css-declarations.php'),(17417,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/style-engine/class-wp-style-engine-css-rule.php','wp-includes/style-engine/class-wp-style-engine-css-rule.php'),(17418,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php','wp-includes/style-engine/class-wp-style-engine-css-rules-store.php'),(17419,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/style-engine/class-wp-style-engine-processor.php','wp-includes/style-engine/class-wp-style-engine-processor.php'),(17420,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/style-engine/class-wp-style-engine.php','wp-includes/style-engine/class-wp-style-engine.php'),(17421,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/style-engine.php','wp-includes/style-engine.php'),(17422,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/taxonomy.php','wp-includes/taxonomy.php'),(17423,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/template-canvas.php','wp-includes/template-canvas.php'),(17424,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/template-loader.php','wp-includes/template-loader.php'),(17425,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/template.php','wp-includes/template.php'),(17426,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/comments.php','wp-includes/theme-compat/comments.php'),(17427,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/embed-404.php','wp-includes/theme-compat/embed-404.php'),(17428,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/embed-content.php','wp-includes/theme-compat/embed-content.php'),(17429,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/embed.php','wp-includes/theme-compat/embed.php'),(17430,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/footer-embed.php','wp-includes/theme-compat/footer-embed.php'),(17431,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/footer.php','wp-includes/theme-compat/footer.php'),(17432,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/header-embed.php','wp-includes/theme-compat/header-embed.php'),(17433,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/header.php','wp-includes/theme-compat/header.php'),(17434,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-compat/sidebar.php','wp-includes/theme-compat/sidebar.php'),(17435,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-i18n.json','wp-includes/theme-i18n.json'),(17436,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-previews.php','wp-includes/theme-previews.php'),(17437,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme-templates.php','wp-includes/theme-templates.php'),(17438,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme.json','wp-includes/theme.json'),(17439,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/theme.php','wp-includes/theme.php'),(17440,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/update.php','wp-includes/update.php'),(17441,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/user.php','wp-includes/user.php'),(17442,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/vars.php','wp-includes/vars.php'),(17443,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/version.php','wp-includes/version.php'),(17444,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-nav-menu-widget.php','wp-includes/widgets/class-wp-nav-menu-widget.php'),(17445,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-archives.php','wp-includes/widgets/class-wp-widget-archives.php'),(17446,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-block.php','wp-includes/widgets/class-wp-widget-block.php'),(17447,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-calendar.php','wp-includes/widgets/class-wp-widget-calendar.php'),(17448,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-categories.php','wp-includes/widgets/class-wp-widget-categories.php'),(17449,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-custom-html.php','wp-includes/widgets/class-wp-widget-custom-html.php'),(17450,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-links.php','wp-includes/widgets/class-wp-widget-links.php'),(17451,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-media-audio.php','wp-includes/widgets/class-wp-widget-media-audio.php'),(17452,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-media-gallery.php','wp-includes/widgets/class-wp-widget-media-gallery.php'),(17453,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-media-image.php','wp-includes/widgets/class-wp-widget-media-image.php'),(17454,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-media-video.php','wp-includes/widgets/class-wp-widget-media-video.php'),(17455,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-media.php','wp-includes/widgets/class-wp-widget-media.php'),(17456,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-meta.php','wp-includes/widgets/class-wp-widget-meta.php'),(17457,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-pages.php','wp-includes/widgets/class-wp-widget-pages.php'),(17458,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-recent-comments.php','wp-includes/widgets/class-wp-widget-recent-comments.php'),(17459,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-recent-posts.php','wp-includes/widgets/class-wp-widget-recent-posts.php'),(17460,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-rss.php','wp-includes/widgets/class-wp-widget-rss.php'),(17461,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-search.php','wp-includes/widgets/class-wp-widget-search.php'),(17462,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-tag-cloud.php','wp-includes/widgets/class-wp-widget-tag-cloud.php'),(17463,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets/class-wp-widget-text.php','wp-includes/widgets/class-wp-widget-text.php'),(17464,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/widgets.php','wp-includes/widgets.php'),(17465,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/wp-db.php','wp-includes/wp-db.php'),(17466,'/home1/arxacomm/public_html/point2listingcanada/wp-includes/wp-diff.php','wp-includes/wp-diff.php'),(17467,'/home1/arxacomm/public_html/point2listingcanada/wp-links-opml.php','wp-links-opml.php'),(17468,'/home1/arxacomm/public_html/point2listingcanada/wp-load.php','wp-load.php'),(17469,'/home1/arxacomm/public_html/point2listingcanada/wp-login.php','wp-login.php'),(17470,'/home1/arxacomm/public_html/point2listingcanada/wp-mail.php','wp-mail.php'),(17471,'/home1/arxacomm/public_html/point2listingcanada/wp-settings.php','wp-settings.php'),(17472,'/home1/arxacomm/public_html/point2listingcanada/wp-signup.php','wp-signup.php'),(17473,'/home1/arxacomm/public_html/point2listingcanada/wp-trackback.php','wp-trackback.php'),(17474,'/home1/arxacomm/public_html/point2listingcanada/xmlrpc.php','xmlrpc.php');
/*!40000 ALTER TABLE `wpau_wfknownfilelist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wflivetraffichuman`
--

DROP TABLE IF EXISTS `wpau_wflivetraffichuman`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wflivetraffichuman` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `expiration` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`,`identifier`),
  KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wflivetraffichuman`
--

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

--
-- Table structure for table `wpau_wflocs`
--

DROP TABLE IF EXISTS `wpau_wflocs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) unsigned NOT NULL,
  `failed` tinyint(3) unsigned NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT '0.0000000',
  `lon` float(10,7) DEFAULT '0.0000000',
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wflocs`
--

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

--
-- Table structure for table `wpau_wflogins`
--

DROP TABLE IF EXISTS `wpau_wflogins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wflogins` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `fail` tinyint(3) unsigned NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text,
  PRIMARY KEY (`id`),
  KEY `k1` (`IP`,`fail`),
  KEY `hitID` (`hitID`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wflogins`
--

LOCK TABLES `wpau_wflogins` WRITE;
/*!40000 ALTER TABLE `wpau_wflogins` DISABLE KEYS */;
INSERT INTO `wpau_wflogins` VALUES (1,1,1723723511.407128,0,'loginOK','Tahir',2,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿsº½1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(2,2,1723723797.443475,0,'loginOK','Tahir',2,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿsº½1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(3,3,1723878024.262602,1,'loginFailInvalidUsername','Fawad',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ\Ë×®õ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(4,4,1724140159.738705,1,'loginFailInvalidUsername','rankray',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿË¯Hv','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(5,5,1724143087.760420,1,'loginFailInvalidUsername','Fawad',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿË¯Hv','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(6,6,1724153174.311648,1,'loginFailInvalidUsername','sheikhown',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ’F%ƒ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(7,7,1724153186.547558,1,'loginFailValidUsername','rankrayofficial@gmail.com',3,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ’F%ƒ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(8,8,1724153209.525686,0,'loginOK','Own-Ur-Rehman',3,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ’F%ƒ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(9,10,1724741826.543796,1,'loginFailInvalidUsername','Fawad',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(10,11,1724756902.046600,0,'loginOK','fawad',4,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(11,12,1724763736.323405,1,'loginFailValidUsername','Fawad',4,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(12,13,1724767626.875999,0,'loginOK','fawad',4,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ\Ë×®õ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(13,14,1724811341.380012,0,'loginOK','Own-Ur-Rehman',3,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ\'<\Ï\ä','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(14,60,1724835515.039546,1,'loginFailInvalidUsername','rankray',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(15,61,1724836252.820386,1,'loginFailInvalidUsername','Huma',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿŠ\Ç5ø','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(16,62,1724836303.109013,1,'loginFailInvalidUsername','Huma',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿŠ\Ç5ø','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(17,63,1724836370.149544,1,'loginFailInvalidUsername','Huma',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿŠ\Ç5ø','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(18,66,1724836733.904905,1,'loginFailInvalidUsername','rankray',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(19,67,1724836741.098207,0,'loginOK','huma',5,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿŠ\Ç5ø','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(20,68,1724836743.236662,1,'loginFailInvalidUsername','rankray',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(21,70,1724836755.630566,0,'loginOK','huma',5,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿŠ\Ç5ø','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(22,71,1724836767.169691,0,'loginOK','Own-Ur-Rehman',3,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(23,72,1724836849.509515,0,'loginOK','Own-Ur-Rehman',3,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(24,73,1724836868.060816,0,'loginOK','Own-Ur-Rehman',3,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ|m\'‡','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(25,74,1724847880.920081,0,'loginOK','fawad',4,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(26,77,1725030442.724500,0,'loginOK','Own-Ur-Rehman',3,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(27,80,1725255016.481836,1,'loginFailInvalidUsername','fawadwaheed421',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(28,89,1725278197.469607,1,'loginFailInvalidUsername','sheikhown',0,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ)','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(29,92,1725300241.531282,0,'loginOK','rankray',7,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿ\':ò^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(30,93,1725427684.619222,0,'loginOK','fawad',4,_binary '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ-','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36');
/*!40000 ALTER TABLE `wpau_wflogins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wfls_2fa_secrets`
--

DROP TABLE IF EXISTS `wpau_wfls_2fa_secrets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfls_2fa_secrets` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int(10) unsigned NOT NULL,
  `vtime` int(10) unsigned NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfls_2fa_secrets`
--

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

--
-- Table structure for table `wpau_wfls_role_counts`
--

DROP TABLE IF EXISTS `wpau_wfls_role_counts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfls_role_counts` (
  `serialized_roles` varbinary(255) NOT NULL,
  `two_factor_inactive` tinyint(1) NOT NULL,
  `user_count` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`serialized_roles`,`two_factor_inactive`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfls_role_counts`
--

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

--
-- Table structure for table `wpau_wfls_settings`
--

DROP TABLE IF EXISTS `wpau_wfls_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfls_settings` (
  `name` varchar(191) NOT NULL DEFAULT '',
  `value` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfls_settings`
--

LOCK TABLES `wpau_wfls_settings` WRITE;
/*!40000 ALTER TABLE `wpau_wfls_settings` DISABLE KEYS */;
INSERT INTO `wpau_wfls_settings` VALUES ('2fa-user-grace-period',_binary '10','yes'),('allow-disabling-ntp',_binary '1','yes'),('allow-xml-rpc',_binary '1','yes'),('captcha-stats',_binary '{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('disable-temporary-tables',_binary '0','yes'),('enable-auth-captcha','','yes'),('enable-login-history-columns',_binary '1','yes'),('enable-shortcode','','yes'),('enable-woocommerce-account-integration','','yes'),('enable-woocommerce-integration','','yes'),('global-notices',_binary '[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh',_binary '1723718870','yes'),('ntp-failure-count',_binary '3','yes'),('ntp-offset',_binary '0','yes'),('recaptcha-threshold',_binary '0.5','yes'),('remember-device','','yes'),('remember-device-duration',_binary '2592000','yes'),('require-2fa-grace-period-enabled','','yes'),('require-2fa.administrator','','yes'),('schema-version',_binary '2','yes'),('shared-hash-secret',_binary 'b4cf4a8412d1d56d0b4913256893cd3cedecb034408ac5dae183fdbff17e2237','yes'),('shared-symmetric-secret',_binary '063a57eb9e920b46ade12dd1fcdbab3533aec7ca1315f1564b8a87e910c787f2','yes'),('stack-ui-columns',_binary '1','yes'),('use-ntp','','yes'),('user-count-query-state',_binary '0','yes'),('whitelisted','','yes'),('xmlrpc-enabled',_binary '1','yes');
/*!40000 ALTER TABLE `wpau_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wfnotifications`
--

DROP TABLE IF EXISTS `wpau_wfnotifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `category` varchar(255) NOT NULL,
  `priority` int(11) NOT NULL DEFAULT '1000',
  `ctime` int(10) unsigned NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfnotifications`
--

LOCK TABLES `wpau_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wpau_wfnotifications` DISABLE KEYS */;
INSERT INTO `wpau_wfnotifications` VALUES ('site-AEAAAAA',0,'wfplugin_updates',502,1723858210,'<a href=\"https://listings.arxacommunications.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-AMAAAAA',0,'wfplugin_updates',502,1724151053,'<a href=\"https://listings.arxacommunications.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-AQAAAAA',0,'wfplugin_scan',502,1724193426,'<a href=\"https://listings.arxacommunications.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-AUAAAAA',0,'wfplugin_updates',502,1724269160,'<a href=\"https://listings.arxacommunications.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-B4AAAAA',0,'wfplugin_scan',502,1724801193,'<a href=\"https://listings.arxacommunications.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-BQAAAAA',0,'wfplugin_updates',502,1724325932,'<a href=\"https://listings.arxacommunications.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-BUAAAAA',0,'wfplugin_updates',502,1724417522,'<a href=\"https://listings.arxacommunications.com/wp-admin/update-core.php\">An update is available for 2 plugins</a>','[]'),('site-BYAAAAA',0,'wfplugin_updates',502,1724754816,'<a href=\"https://listings.arxacommunications.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-CAAAAAA',0,'wfplugin_updates',502,1724801193,'<a href=\"https://listings.arxacommunications.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-CQAAAAA',0,'wfplugin_updates',502,1724887749,'<a href=\"https://point2listings.ca/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-CYAAAAA',0,'wfplugin_updates',502,1725359589,'<a href=\"https://point2listing.ca/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]');
/*!40000 ALTER TABLE `wpau_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wfpendingissues`
--

DROP TABLE IF EXISTS `wpau_wfpendingissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfpendingissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfpendingissues`
--

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

--
-- Table structure for table `wpau_wfreversecache`
--

DROP TABLE IF EXISTS `wpau_wfreversecache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfreversecache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfreversecache`
--

LOCK TABLES `wpau_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wpau_wfreversecache` DISABLE KEYS */;
INSERT INTO `wpau_wfreversecache` VALUES (_binary '\0\0\0\0\0\0\0\0\0\0ÿÿBùA\à','crawl-66-249-65-224.googlebot.com',1725540789);
/*!40000 ALTER TABLE `wpau_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wfsecurityevents`
--

DROP TABLE IF EXISTS `wpau_wfsecurityevents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfsecurityevents` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(255) NOT NULL DEFAULT '',
  `data` text NOT NULL,
  `event_time` double(14,4) NOT NULL,
  `state` enum('new','sending','sent') NOT NULL DEFAULT 'new',
  `state_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfsecurityevents`
--

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

--
-- Table structure for table `wpau_wfsnipcache`
--

DROP TABLE IF EXISTS `wpau_wfsnipcache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfsnipcache` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) unsigned NOT NULL DEFAULT '0',
  `type` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `expiration` (`expiration`),
  KEY `IP` (`IP`),
  KEY `type` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfsnipcache`
--

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

--
-- Table structure for table `wpau_wfstatus`
--

DROP TABLE IF EXISTS `wpau_wfstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfstatus` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ctime` double(17,6) unsigned NOT NULL,
  `level` tinyint(3) unsigned NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=3592 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfstatus`
--

LOCK TABLES `wpau_wfstatus` WRITE;
/*!40000 ALTER TABLE `wpau_wfstatus` DISABLE KEYS */;
INSERT INTO `wpau_wfstatus` VALUES (2546,1725166149.175820,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(2547,1725166149.179981,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(2548,1725166149.188211,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(2549,1725166149.190190,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(2550,1725166149.198334,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(2551,1725166149.203654,10,'info','SUM_DISABLED:Skipping theme scan'),(2552,1725166149.204168,10,'info','SUM_DISABLED:Skipping plugin scan'),(2553,1725166149.208122,10,'info','SUM_START:Scanning for known malware files'),(2554,1725166149.214884,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(2658,1725166157.579108,2,'info','Analyzed 6800 files containing 94.64 MB of data so far'),(2659,1725166157.632837,2,'info','Analyzed 6900 files containing 94.67 MB of data so far'),(2660,1725166157.793472,2,'info','Analyzed 7000 files containing 97.68 MB of data so far'),(2661,1725166157.924903,2,'info','Analyzed 7100 files containing 100.9 MB of data so far'),(2662,1725166158.007907,2,'info','Analyzed 7200 files containing 101.74 MB of data so far'),(2663,1725166158.133198,2,'info','Analyzed 7300 files containing 104.34 MB of data so far'),(2664,1725166158.430310,2,'info','Analyzed 7400 files containing 115.63 MB of data so far'),(2665,1725166158.629719,2,'info','Analyzed 7500 files containing 119.51 MB of data so far'),(2666,1725166158.701218,2,'info','Analyzed 7600 files containing 119.84 MB of data so far'),(2667,1725166158.776435,2,'info','Analyzed 7700 files containing 120.36 MB of data so far'),(2668,1725166158.842539,2,'info','Analyzed 7800 files containing 120.78 MB of data so far'),(2669,1725166158.899907,2,'info','Analyzed 7900 files containing 121.27 MB of data so far'),(2670,1725166159.039094,2,'info','Analyzed 8000 files containing 122.72 MB of data so far'),(2671,1725166159.105410,2,'info','Analyzed 8100 files containing 122.81 MB of data so far'),(2672,1725166159.206290,2,'info','Analyzed 8200 files containing 123.55 MB of data so far'),(2673,1725166159.250379,2,'info','Analyzed 8300 files containing 124.08 MB of data so far'),(2674,1725166159.357110,2,'info','Analyzed 8400 files containing 125.97 MB of data so far'),(2675,1725166159.572038,2,'info','Analyzed 8500 files containing 133.78 MB of data so far'),(2676,1725166159.644906,2,'info','Analyzed 8600 files containing 135.94 MB of data so far'),(2677,1725166159.735626,2,'info','Analyzed 8700 files containing 137.17 MB of data so far'),(2678,1725166159.812660,2,'info','Analyzed 8800 files containing 138.54 MB of data so far'),(2679,1725166159.881007,2,'info','Analyzed 8900 files containing 138.87 MB of data so far'),(2680,1725166159.964387,2,'info','Analyzed 9000 files containing 139.47 MB of data so far'),(2681,1725166160.027944,2,'info','Analyzed 9100 files containing 139.85 MB of data so far'),(2682,1725166160.163885,2,'info','Analyzed 9200 files containing 140.66 MB of data so far'),(2683,1725166160.246946,2,'info','Analyzed 9300 files containing 141.75 MB of data so far'),(2684,1725166160.434238,2,'info','Analyzed 9400 files containing 147.77 MB of data so far'),(2685,1725166160.556419,2,'info','Analyzed 9500 files containing 148.43 MB of data so far'),(2686,1725166160.607443,2,'info','Analyzed 9600 files containing 148.55 MB of data so far'),(2687,1725166160.686487,2,'info','Analyzed 9700 files containing 149.31 MB of data so far'),(2688,1725166160.714097,2,'info','Analyzed 9800 files containing 149.67 MB of data so far'),(2689,1725166160.738294,2,'info','Analyzed 9900 files containing 150.04 MB of data so far'),(2690,1725166160.809023,2,'info','Analyzed 10000 files containing 150.31 MB of data so far'),(2691,1725166160.843830,2,'info','Analyzed 10100 files containing 150.77 MB of data so far'),(2692,1725166160.907154,2,'info','Analyzed 10200 files containing 151.26 MB of data so far'),(2693,1725166160.955707,2,'info','Analyzed 10300 files containing 151.6 MB of data so far'),(2694,1725166161.035326,2,'info','Analyzed 10400 files containing 153.41 MB of data so far'),(2695,1725166161.124441,2,'info','Analyzed 10500 files containing 153.88 MB of data so far'),(2696,1725166161.189728,2,'info','Analyzed 10600 files containing 154.34 MB of data so far'),(2697,1725166161.251394,2,'info','Analyzed 10700 files containing 154.85 MB of data so far'),(2698,1725166161.309355,2,'info','Analyzed 10800 files containing 155.2 MB of data so far'),(2699,1725166161.379706,2,'info','Analyzed 10900 files containing 155.58 MB of data so far'),(2700,1725166161.511077,2,'info','Analyzed 11000 files containing 156.11 MB of data so far'),(2701,1725166161.596398,2,'info','Analyzed 11100 files containing 157.01 MB of data so far'),(2702,1725166161.771452,2,'info','Analyzed 11200 files containing 163.31 MB of data so far'),(2703,1725166161.910332,2,'info','Analyzed 11300 files containing 167.79 MB of data so far'),(2704,1725166162.018008,2,'info','Analyzed 11400 files containing 169.51 MB of data so far'),(2705,1725166162.140419,2,'info','Analyzed 11500 files containing 170.3 MB of data so far'),(2706,1725166162.264479,2,'info','Analyzed 11600 files containing 171.92 MB of data so far'),(2707,1725166162.430373,2,'info','Analyzed 11700 files containing 176.87 MB of data so far'),(2708,1725166162.486375,2,'info','Analyzed 11800 files containing 177.9 MB of data so far'),(2709,1725166162.541440,2,'info','Analyzed 11900 files containing 178.67 MB of data so far'),(2710,1725166162.618663,2,'info','Analyzed 12000 files containing 179.56 MB of data so far'),(2711,1725166162.680728,2,'info','Analyzed 12100 files containing 179.95 MB of data so far'),(2712,1725166162.757835,2,'info','Analyzed 12200 files containing 180.18 MB of data so far'),(2713,1725166162.848213,2,'info','Analyzed 12300 files containing 181.97 MB of data so far'),(2714,1725166162.932733,2,'info','Analyzed 12400 files containing 182.68 MB of data so far'),(2715,1725166163.050980,2,'info','Analyzed 12500 files containing 183.18 MB of data so far'),(2716,1725166163.105454,2,'info','Analyzed 12600 files containing 183.5 MB of data so far'),(2717,1725166163.180412,2,'info','Analyzed 12700 files containing 183.85 MB of data so far'),(2718,1725166163.265784,2,'info','Analyzed 12800 files containing 184.15 MB of data so far'),(2719,1725166163.377086,2,'info','Analyzed 12900 files containing 188.05 MB of data so far'),(2720,1725166163.463025,2,'info','Analyzed 13000 files containing 188.94 MB of data so far'),(2721,1725166163.542166,2,'info','Analyzed 13100 files containing 189.27 MB of data so far'),(2722,1725166163.618945,2,'info','Analyzed 13200 files containing 189.55 MB of data so far'),(2723,1725166163.755815,2,'info','Analyzed 13300 files containing 193.04 MB of data so far'),(2724,1725166163.813258,2,'info','Analyzed 13400 files containing 193.42 MB of data so far'),(2725,1725166163.924536,2,'info','Analyzed 13500 files containing 194.24 MB of data so far'),(2726,1725166163.994788,2,'info','Analyzed 13600 files containing 194.67 MB of data so far'),(2727,1725166164.051884,2,'info','Analyzed 13700 files containing 194.92 MB of data so far'),(2728,1725166164.122798,2,'info','Analyzed 13800 files containing 195.33 MB of data so far'),(2729,1725166164.193459,2,'info','Analyzed 13900 files containing 195.51 MB of data so far'),(2730,1725166164.302184,2,'info','Analyzed 14000 files containing 195.65 MB of data so far'),(2731,1725166164.363568,2,'info','Analyzed 14100 files containing 195.85 MB of data so far'),(2732,1725166164.484922,2,'info','Analyzed 14200 files containing 198.05 MB of data so far'),(2733,1725166164.571331,2,'info','Analyzed 14300 files containing 198.67 MB of data so far'),(2734,1725166164.660398,2,'info','Analyzed 14400 files containing 199.44 MB of data so far'),(2735,1725166164.789740,2,'info','Analyzed 14500 files containing 201.65 MB of data so far'),(2736,1725166164.908882,2,'info','Analyzed 14600 files containing 205.01 MB of data so far'),(2737,1725166165.082221,2,'info','Analyzed 14700 files containing 211.16 MB of data so far'),(2738,1725166165.230975,2,'info','Analyzed 14800 files containing 214.73 MB of data so far'),(2739,1725166165.405447,2,'info','Analyzed 14900 files containing 218.68 MB of data so far'),(2740,1725166165.515095,2,'info','Analyzed 15000 files containing 219.83 MB of data so far'),(2741,1725166165.694540,2,'info','Analyzed 15100 files containing 226.4 MB of data so far'),(2742,1725166165.821954,2,'info','Analyzed 15200 files containing 228.33 MB of data so far'),(2743,1725166165.900654,2,'info','Analyzed 15300 files containing 229.27 MB of data so far'),(2744,1725166166.010284,2,'info','Analyzed 15400 files containing 231.44 MB of data so far'),(2745,1725166166.152647,2,'info','Analyzed 15500 files containing 233.67 MB of data so far'),(2746,1725166166.229789,2,'info','Analyzed 15600 files containing 234.52 MB of data so far'),(2747,1725166166.324994,2,'info','Analyzed 15700 files containing 236.31 MB of data so far'),(2748,1725166166.411915,2,'info','Analyzed 15800 files containing 237.1 MB of data so far'),(2749,1725166166.464461,2,'info','Analyzed 15900 files containing 237.53 MB of data so far'),(2750,1725166166.563514,2,'info','Analyzed 16000 files containing 237.71 MB of data so far'),(2751,1725166166.626685,2,'info','Analyzed 16100 files containing 237.98 MB of data so far'),(2752,1725166166.724346,2,'info','Analyzed 16200 files containing 238.29 MB of data so far'),(2753,1725166166.803559,2,'info','Analyzed 16300 files containing 238.41 MB of data so far'),(2754,1725166166.865065,2,'info','Analyzed 16400 files containing 238.53 MB of data so far'),(2755,1725166166.954708,2,'info','Analyzed 16500 files containing 238.73 MB of data so far'),(2756,1725166167.044501,2,'info','Analyzed 16600 files containing 240.66 MB of data so far'),(2757,1725166167.168845,2,'info','Analyzed 16700 files containing 243.31 MB of data so far'),(2758,1725166167.289617,2,'info','Analyzed 16800 files containing 245.3 MB of data so far'),(2759,1725166167.392580,2,'info','Analyzed 16900 files containing 247.25 MB of data so far'),(2760,1725166167.536796,2,'info','Analyzed 17000 files containing 248.99 MB of data so far'),(2761,1725166167.953206,2,'info','Analyzed 17100 files containing 266.17 MB of data so far'),(2762,1725166168.110516,2,'info','Analyzed 17200 files containing 269.9 MB of data so far'),(2763,1725166168.223184,2,'info','Analyzed 17300 files containing 271.9 MB of data so far'),(2764,1725166168.314810,2,'info','Analyzed 17400 files containing 273.35 MB of data so far'),(2765,1725166168.476891,2,'info','Analyzed 17500 files containing 277.66 MB of data so far'),(2766,1725166168.538509,2,'info','Analyzed 17600 files containing 279.46 MB of data so far'),(2767,1725166168.638070,2,'info','Analyzed 17700 files containing 280.87 MB of data so far'),(2768,1725166168.677078,2,'info','Analyzed 17739 files containing 281.57 MB of data.'),(2769,1725166168.677653,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(2770,1725166168.685606,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(2771,1725166168.693426,10,'info','SUM_ENDOK:Scanning for known malware files'),(2772,1725166168.707375,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(2773,1725166168.760349,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(2774,1725166168.774083,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(2775,1725166168.777882,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(2776,1725166169.553353,2,'info','Starting scan of file contents'),(2777,1725166170.594681,2,'info','Scanned contents of 13 additional files at 12.50 per second'),(2778,1725166171.707571,2,'info','Scanned contents of 35 additional files at 16.26 per second'),(2779,1725166172.713435,2,'info','Scanned contents of 57 additional files at 18.05 per second'),(2780,1725166173.721434,2,'info','Scanned contents of 78 additional files at 18.72 per second'),(2781,1725166174.790844,2,'info','Scanned contents of 92 additional files at 17.57 per second'),(2782,1725166175.925634,2,'info','Scanned contents of 97 additional files at 15.23 per second'),(2783,1725166176.934903,2,'info','Scanned contents of 127 additional files at 17.21 per second'),(2784,1725166177.965216,2,'info','Scanned contents of 150 additional files at 17.84 per second'),(2785,1725166179.021833,2,'info','Scanned contents of 180 additional files at 19.01 per second'),(2786,1725166180.049680,2,'info','Scanned contents of 216 additional files at 20.58 per second'),(2787,1725166181.087256,2,'info','Scanned contents of 238 additional files at 20.64 per second'),(2788,1725166182.183391,2,'info','Scanned contents of 262 additional files at 20.75 per second'),(2789,1725166183.204485,2,'info','Scanned contents of 279 additional files at 20.44 per second'),(2790,1725166184.267010,2,'info','Scanned contents of 297 additional files at 20.19 per second'),(2791,1725166185.287155,2,'info','Scanned contents of 320 additional files at 20.34 per second'),(2792,1725166186.301203,2,'info','Scanned contents of 351 additional files at 20.96 per second'),(2793,1725166187.369693,2,'info','Scanned contents of 377 additional files at 21.16 per second'),(2794,1725166188.412483,2,'info','Scanned contents of 401 additional files at 21.26 per second'),(2795,1725166189.435652,2,'info','Scanned contents of 430 additional files at 21.63 per second'),(2796,1725166190.531499,2,'info','Scanned contents of 457 additional files at 21.79 per second'),(2797,1725166191.583250,2,'info','Scanned contents of 481 additional files at 21.84 per second'),(2798,1725166194.293894,2,'info','Scanned contents of 489 additional files at 19.77 per second'),(2799,1725166195.305451,2,'info','Scanned contents of 507 additional files at 19.69 per second'),(2800,1725166196.315823,2,'info','Scanned contents of 539 additional files at 20.14 per second'),(2801,1725166197.315972,2,'info','Scanned contents of 563 additional files at 20.28 per second'),(2802,1725166198.320915,2,'info','Scanned contents of 578 additional files at 20.09 per second'),(2803,1725166199.388104,2,'info','Scanned contents of 609 additional files at 20.41 per second'),(2804,1725166200.424619,2,'info','Scanned contents of 629 additional files at 20.38 per second'),(2805,1725166201.443628,2,'info','Scanned contents of 654 additional files at 20.51 per second'),(2806,1725166202.448823,2,'info','Scanned contents of 678 additional files at 20.61 per second'),(2807,1725166203.506450,2,'info','Scanned contents of 697 additional files at 20.53 per second'),(2808,1725166204.524683,2,'info','Scanned contents of 716 additional files at 20.47 per second'),(2809,1725166205.553231,2,'info','Scanned contents of 738 additional files at 20.50 per second'),(2810,1725166207.138820,2,'info','Scanned contents of 745 additional files at 19.82 per second'),(2811,1725166208.166730,2,'info','Scanned contents of 760 additional files at 19.68 per second'),(2812,1725166209.217902,2,'info','Scanned contents of 783 additional files at 19.74 per second'),(2813,1725166210.264687,2,'info','Scanned contents of 817 additional files at 20.07 per second'),(2814,1725166211.270623,2,'info','Scanned contents of 834 additional files at 19.99 per second'),(2815,1725166212.390162,2,'info','Scanned contents of 859 additional files at 20.05 per second'),(2816,1725166213.450978,2,'info','Scanned contents of 885 additional files at 20.16 per second'),(2817,1725166214.504372,2,'info','Scanned contents of 906 additional files at 20.16 per second'),(2818,1725166215.546863,2,'info','Scanned contents of 934 additional files at 20.31 per second'),(2819,1725166216.547437,2,'info','Scanned contents of 957 additional files at 20.36 per second'),(2820,1725166217.555113,2,'info','Scanned contents of 986 additional files at 20.54 per second'),(2821,1725166218.590118,2,'info','Scanned contents of 1006 additional files at 20.52 per second'),(2822,1725166219.623573,2,'info','Scanned contents of 1027 additional files at 20.51 per second'),(2823,1725166220.669363,2,'info','Scanned contents of 1050 additional files at 20.54 per second'),(2824,1725166221.744396,2,'info','Scanned contents of 1070 additional files at 20.50 per second'),(2825,1725166222.779633,2,'info','Scanned contents of 1098 additional files at 20.63 per second'),(2826,1725166223.796871,2,'info','Scanned contents of 1123 additional files at 20.70 per second'),(2827,1725166224.823303,2,'info','Scanned contents of 1141 additional files at 20.64 per second'),(2828,1725166225.907784,2,'info','Scanned contents of 1154 additional files at 20.48 per second'),(2829,1725166226.961967,2,'info','Scanned contents of 1173 additional files at 20.43 per second'),(2830,1725166227.977309,2,'info','Scanned contents of 1189 additional files at 20.35 per second'),(2831,1725166229.030150,2,'info','Scanned contents of 1218 additional files at 20.48 per second'),(2832,1725166230.048622,2,'info','Scanned contents of 1242 additional files at 20.53 per second'),(2833,1725166231.086667,2,'info','Scanned contents of 1263 additional files at 20.53 per second'),(2834,1725166232.155789,2,'info','Scanned contents of 1294 additional files at 20.67 per second'),(2835,1725166233.184833,2,'info','Scanned contents of 1314 additional files at 20.65 per second'),(2836,1725166234.199264,2,'info','Scanned contents of 1335 additional files at 20.65 per second'),(2837,1725166235.217101,2,'info','Scanned contents of 1354 additional files at 20.62 per second'),(2838,1725166236.238257,2,'info','Scanned contents of 1363 additional files at 20.44 per second'),(2839,1725166237.857169,2,'info','Scanned contents of 1383 additional files at 20.25 per second'),(2840,1725166238.940608,2,'info','Scanned contents of 1396 additional files at 20.12 per second'),(2841,1725166239.942487,2,'info','Scanned contents of 1442 additional files at 20.49 per second'),(2842,1725166240.947421,2,'info','Scanned contents of 1459 additional files at 20.44 per second'),(2843,1725166241.973864,2,'info','Scanned contents of 1473 additional files at 20.34 per second'),(2844,1725166243.089073,2,'info','Scanned contents of 1499 additional files at 20.39 per second'),(2845,1725166244.164590,2,'info','Scanned contents of 1519 additional files at 20.36 per second'),(2846,1725166245.209436,2,'info','Scanned contents of 1548 additional files at 20.46 per second'),(2847,1725166246.228706,2,'info','Scanned contents of 1585 additional files at 20.67 per second'),(2848,1725166247.389152,2,'info','Scanned contents of 1611 additional files at 20.70 per second'),(2849,1725166248.451181,2,'info','Scanned contents of 1636 additional files at 20.74 per second'),(2850,1725166249.476274,2,'info','Scanned contents of 1660 additional files at 20.77 per second'),(2851,1725166250.479002,2,'info','Scanned contents of 1684 additional files at 20.81 per second'),(2852,1725166251.479677,2,'info','Scanned contents of 1711 additional files at 20.89 per second'),(2853,1725166252.493237,2,'info','Scanned contents of 1731 additional files at 20.87 per second'),(2854,1725166253.558012,2,'info','Scanned contents of 1744 additional files at 20.76 per second'),(2855,1725166254.570128,2,'info','Scanned contents of 1763 additional files at 20.74 per second'),(2856,1725166255.591631,2,'info','Scanned contents of 1787 additional files at 20.77 per second'),(2857,1725166256.646497,2,'info','Scanned contents of 1809 additional files at 20.77 per second'),(2858,1725166257.744894,2,'info','Scanned contents of 1828 additional files at 20.73 per second'),(2859,1725166258.779845,2,'info','Scanned contents of 1853 additional files at 20.77 per second'),(2860,1725166259.786375,2,'info','Scanned contents of 1879 additional files at 20.82 per second'),(2861,1725166260.949503,2,'info','Scanned contents of 1903 additional files at 20.82 per second'),(2862,1725166261.953240,2,'info','Scanned contents of 1925 additional files at 20.83 per second'),(2863,1725166262.960817,2,'info','Scanned contents of 1955 additional files at 20.93 per second'),(2864,1725166264.071981,2,'info','Scanned contents of 1980 additional files at 20.95 per second'),(2865,1725166265.076746,2,'info','Scanned contents of 2003 additional files at 20.97 per second'),(2866,1725166266.121213,2,'info','Scanned contents of 2031 additional files at 21.03 per second'),(2867,1725166267.161152,2,'info','Scanned contents of 2052 additional files at 21.02 per second'),(2868,1725166268.995238,2,'info','Scanned contents of 2072 additional files at 20.84 per second'),(2869,1725166270.035034,2,'info','Scanned contents of 2098 additional files at 20.88 per second'),(2870,1725166271.138064,2,'info','Scanned contents of 2128 additional files at 20.95 per second'),(2871,1725166272.138394,2,'info','Scanned contents of 2144 additional files at 20.90 per second'),(2872,1725166273.143114,2,'info','Scanned contents of 2168 additional files at 20.93 per second'),(2873,1725166274.224906,2,'info','Scanned contents of 2200 additional files at 21.02 per second'),(2874,1725166275.232971,2,'info','Scanned contents of 2222 additional files at 21.03 per second'),(2875,1725166276.239775,2,'info','Scanned contents of 2249 additional files at 21.08 per second'),(2876,1725166277.251820,2,'info','Scanned contents of 2279 additional files at 21.16 per second'),(2877,1725166278.263681,2,'info','Scanned contents of 2302 additional files at 21.18 per second'),(2878,1725166279.351039,2,'info','Scanned contents of 2319 additional files at 21.12 per second'),(2879,1725166280.370142,2,'info','Scanned contents of 2345 additional files at 21.16 per second'),(2880,1725166281.421911,2,'info','Scanned contents of 2374 additional files at 21.22 per second'),(2881,1725166282.429964,2,'info','Scanned contents of 2396 additional files at 21.23 per second'),(2882,1725166283.442368,2,'info','Scanned contents of 2424 additional files at 21.28 per second'),(2883,1725166284.467838,2,'info','Scanned contents of 2445 additional files at 21.28 per second'),(2884,1725166285.479706,2,'info','Scanned contents of 2465 additional files at 21.26 per second'),(2885,1725166286.488998,2,'info','Scanned contents of 2485 additional files at 21.25 per second'),(2886,1725166287.532842,2,'info','Scanned contents of 2511 additional files at 21.28 per second'),(2887,1725166288.535524,2,'info','Scanned contents of 2536 additional files at 21.31 per second'),(2888,1725166289.551736,2,'info','Scanned contents of 2560 additional files at 21.33 per second'),(2889,1725166290.553013,2,'info','Scanned contents of 2586 additional files at 21.37 per second'),(2890,1725166291.579307,2,'info','Scanned contents of 2608 additional files at 21.37 per second'),(2891,1725166292.587572,2,'info','Scanned contents of 2628 additional files at 21.36 per second'),(2892,1725166293.654719,2,'info','Scanned contents of 2648 additional files at 21.34 per second'),(2893,1725166294.656067,2,'info','Scanned contents of 2670 additional files at 21.34 per second'),(2894,1725166295.700863,2,'info','Scanned contents of 2693 additional files at 21.35 per second'),(2895,1725166296.701397,2,'info','Scanned contents of 2738 additional files at 21.53 per second'),(2896,1725166297.720359,2,'info','Scanned contents of 2761 additional files at 21.54 per second'),(2897,1725166298.788555,2,'info','Scanned contents of 2774 additional files at 21.47 per second'),(2898,1725166299.888495,2,'info','Scanned contents of 2777 additional files at 21.31 per second'),(2899,1725166300.894329,2,'info','Scanned contents of 2792 additional files at 21.26 per second'),(2900,1725166301.898486,2,'info','Scanned contents of 2816 additional files at 21.28 per second'),(2901,1725166302.951120,2,'info','Scanned contents of 2847 additional files at 21.34 per second'),(2902,1725166304.303077,2,'info','Scanned contents of 2869 additional files at 21.29 per second'),(2903,1725166305.338147,2,'info','Scanned contents of 2889 additional files at 21.28 per second'),(2904,1725166306.359846,2,'info','Scanned contents of 2904 additional files at 21.23 per second'),(2905,1725166307.369428,2,'info','Scanned contents of 2928 additional files at 21.25 per second'),(2906,1725166308.392836,2,'info','Scanned contents of 2946 additional files at 21.22 per second'),(2907,1725166309.416474,2,'info','Scanned contents of 2965 additional files at 21.20 per second'),(2908,1725166310.486679,2,'info','Scanned contents of 2998 additional files at 21.27 per second'),(2909,1725166311.493634,2,'info','Scanned contents of 3024 additional files at 21.30 per second'),(2910,1725166312.571081,2,'info','Scanned contents of 3056 additional files at 21.37 per second'),(2911,1725166313.575416,2,'info','Scanned contents of 3078 additional files at 21.37 per second'),(2912,1725166314.614075,2,'info','Scanned contents of 3108 additional files at 21.43 per second'),(2913,1725166315.625445,2,'info','Scanned contents of 3132 additional files at 21.44 per second'),(2914,1725166316.629546,2,'info','Scanned contents of 3156 additional files at 21.46 per second'),(2915,1725166317.748406,2,'info','Scanned contents of 3159 additional files at 21.32 per second'),(2916,1725166318.756741,2,'info','Scanned contents of 3187 additional files at 21.36 per second'),(2917,1725166319.784886,2,'info','Scanned contents of 3206 additional files at 21.34 per second'),(2918,1725166320.809988,2,'info','Scanned contents of 3227 additional files at 21.33 per second'),(2919,1725166321.828364,2,'info','Scanned contents of 3248 additional files at 21.33 per second'),(2920,1725166322.897820,2,'info','Scanned contents of 3275 additional files at 21.36 per second'),(2921,1725166323.901222,2,'info','Scanned contents of 3301 additional files at 21.39 per second'),(2922,1725166325.034281,2,'info','Scanned contents of 3333 additional files at 21.44 per second'),(2923,1725166326.045454,2,'info','Scanned contents of 3365 additional files at 21.50 per second'),(2924,1725166327.105584,2,'info','Scanned contents of 3382 additional files at 21.47 per second'),(2925,1725166328.138816,2,'info','Scanned contents of 3400 additional files at 21.44 per second'),(2926,1725166329.146950,2,'info','Scanned contents of 3416 additional files at 21.40 per second'),(2927,1725166330.927156,2,'info','Scanned contents of 3438 additional files at 21.30 per second'),(2928,1725166331.932455,2,'info','Scanned contents of 3459 additional files at 21.30 per second'),(2929,1725166333.041603,2,'info','Scanned contents of 3483 additional files at 21.30 per second'),(2930,1725166334.114848,2,'info','Scanned contents of 3495 additional files at 21.24 per second'),(2931,1725166335.120583,2,'info','Scanned contents of 3512 additional files at 21.21 per second'),(2932,1725166336.202543,2,'info','Scanned contents of 3526 additional files at 21.16 per second'),(2933,1725166337.209024,2,'info','Scanned contents of 3540 additional files at 21.11 per second'),(2934,1725166338.256999,2,'info','Scanned contents of 3575 additional files at 21.19 per second'),(2935,1725166339.274533,2,'info','Scanned contents of 3603 additional files at 21.23 per second'),(2936,1725166340.382872,2,'info','Scanned contents of 3622 additional files at 21.20 per second'),(2937,1725166341.406576,2,'info','Scanned contents of 3644 additional files at 21.20 per second'),(2938,1725166342.468818,2,'info','Scanned contents of 3672 additional files at 21.24 per second'),(2939,1725166343.526511,2,'info','Scanned contents of 3694 additional files at 21.23 per second'),(2940,1725166344.543376,2,'info','Scanned contents of 3713 additional files at 21.22 per second'),(2941,1725166345.551857,2,'info','Scanned contents of 3727 additional files at 21.18 per second'),(2942,1725166346.607245,2,'info','Scanned contents of 3752 additional files at 21.19 per second'),(2943,1725166347.636549,2,'info','Scanned contents of 3767 additional files at 21.15 per second'),(2944,1725166348.666327,2,'info','Scanned contents of 3800 additional files at 21.22 per second'),(2945,1725166349.699908,2,'info','Scanned contents of 3829 additional files at 21.26 per second'),(2946,1725166350.764362,2,'info','Scanned contents of 3864 additional files at 21.32 per second'),(2947,1725166351.898046,2,'info','Scanned contents of 3892 additional files at 21.34 per second'),(2948,1725166352.962902,2,'info','Scanned contents of 3915 additional files at 21.35 per second'),(2949,1725166353.966590,2,'info','Scanned contents of 3934 additional files at 21.33 per second'),(2950,1725166354.980104,2,'info','Scanned contents of 3959 additional files at 21.35 per second'),(2951,1725166355.991944,2,'info','Scanned contents of 3987 additional files at 21.39 per second'),(2952,1725166357.002800,2,'info','Scanned contents of 4006 additional files at 21.37 per second'),(2953,1725166358.068152,2,'info','Scanned contents of 4034 additional files at 21.40 per second'),(2954,1725166359.102875,2,'info','Scanned contents of 4059 additional files at 21.41 per second'),(2955,1725166360.144549,2,'info','Scanned contents of 4081 additional files at 21.41 per second'),(2956,1725166361.985004,2,'info','Scanned contents of 4100 additional files at 21.31 per second'),(2957,1725166363.008183,2,'info','Scanned contents of 4122 additional files at 21.31 per second'),(2958,1725166364.027572,2,'info','Scanned contents of 4139 additional files at 21.28 per second'),(2959,1725166365.038921,2,'info','Scanned contents of 4160 additional files at 21.28 per second'),(2960,1725166366.092996,2,'info','Scanned contents of 4182 additional files at 21.28 per second'),(2961,1725166367.270598,2,'info','Scanned contents of 4205 additional files at 21.27 per second'),(2962,1725166368.279011,2,'info','Scanned contents of 4224 additional files at 21.26 per second'),(2963,1725166369.298173,2,'info','Scanned contents of 4248 additional files at 21.27 per second'),(2964,1725166370.328114,2,'info','Scanned contents of 4280 additional files at 21.32 per second'),(2965,1725166371.344576,2,'info','Scanned contents of 4299 additional files at 21.30 per second'),(2966,1725166372.379994,2,'info','Scanned contents of 4317 additional files at 21.28 per second'),(2967,1725166373.584221,2,'info','Scanned contents of 4339 additional files at 21.27 per second'),(2968,1725166374.592974,2,'info','Scanned contents of 4363 additional files at 21.28 per second'),(2969,1725166375.643502,2,'info','Scanned contents of 4387 additional files at 21.29 per second'),(2970,1725166376.739518,2,'info','Scanned contents of 4404 additional files at 21.26 per second'),(2971,1725166377.762307,2,'info','Scanned contents of 4427 additional files at 21.26 per second'),(2972,1725166378.772515,2,'info','Scanned contents of 4448 additional files at 21.26 per second'),(2973,1725166379.877445,2,'info','Scanned contents of 4468 additional files at 21.24 per second'),(2974,1725166380.892905,2,'info','Scanned contents of 4486 additional files at 21.23 per second'),(2975,1725166381.943092,2,'info','Scanned contents of 4510 additional files at 21.23 per second'),(2976,1725166382.946489,2,'info','Scanned contents of 4536 additional files at 21.26 per second'),(2977,1725166383.970636,2,'info','Scanned contents of 4548 additional files at 21.21 per second'),(2978,1725166384.972047,2,'info','Scanned contents of 4576 additional files at 21.24 per second'),(2979,1725166386.085391,2,'info','Scanned contents of 4601 additional files at 21.25 per second'),(2980,1725166387.121171,2,'info','Scanned contents of 4625 additional files at 21.26 per second'),(2981,1725166388.132022,2,'info','Scanned contents of 4660 additional files at 21.32 per second'),(2982,1725166389.265952,2,'info','Scanned contents of 4688 additional files at 21.34 per second'),(2983,1725166390.323732,2,'info','Scanned contents of 4716 additional files at 21.36 per second'),(2984,1725166391.383115,2,'info','Scanned contents of 4740 additional files at 21.37 per second'),(2985,1725166392.872520,2,'info','Scanned contents of 4752 additional files at 21.28 per second'),(2986,1725166393.992729,2,'info','Scanned contents of 4776 additional files at 21.28 per second'),(2987,1725166394.994785,2,'info','Scanned contents of 4795 additional files at 21.27 per second'),(2988,1725166396.009296,2,'info','Scanned contents of 4819 additional files at 21.28 per second'),(2989,1725166397.026034,2,'info','Scanned contents of 4841 additional files at 21.28 per second'),(2990,1725166398.046820,2,'info','Scanned contents of 4868 additional files at 21.30 per second'),(2991,1725166399.088183,2,'info','Scanned contents of 4889 additional files at 21.30 per second'),(2992,1725166400.157307,2,'info','Scanned contents of 4916 additional files at 21.32 per second'),(2993,1725166401.245076,2,'info','Scanned contents of 4946 additional files at 21.35 per second'),(2994,1725166402.247849,2,'info','Scanned contents of 4978 additional files at 21.39 per second'),(2995,1725166403.276497,2,'info','Scanned contents of 5005 additional files at 21.41 per second'),(2996,1725166404.276857,2,'info','Scanned contents of 5036 additional files at 21.46 per second'),(2997,1725166405.313670,2,'info','Scanned contents of 5060 additional files at 21.46 per second'),(2998,1725166406.384733,2,'info','Scanned contents of 5083 additional files at 21.46 per second'),(2999,1725166407.461420,2,'info','Scanned contents of 5110 additional files at 21.48 per second'),(3000,1725166408.475747,2,'info','Scanned contents of 5144 additional files at 21.53 per second'),(3001,1725166408.743844,2,'info','Scanned contents of 5150 additional files at 21.53 per second'),(3002,1725166408.745583,2,'info','Asking Wordfence to check URLs against malware list.'),(3003,1725166408.772859,2,'info','Checking 6821 host keys against Wordfence scanning servers.'),(3004,1725166408.993364,2,'info','Done host key check.'),(3005,1725166409.061610,2,'info','Done file contents scan'),(3006,1725166409.062983,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(3007,1725166409.074106,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(3008,1725166409.090358,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(3009,1725166409.095109,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(3010,1725166409.107641,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(3011,1725166409.968103,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3012,1725166409.970713,2,'info','Checking 834 host keys against Wordfence scanning servers.'),(3013,1725166410.124015,2,'info','Done host key check.'),(3014,1725166410.125205,2,'info','Done examining URLs'),(3015,1725166410.194505,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(3016,1725166410.208669,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(3017,1725166410.339734,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(3018,1725166410.354386,10,'info','SUM_START:Scanning for weak passwords'),(3019,1725166410.359654,2,'info','Starting password strength check on 6 users.'),(3020,1725166410.397895,10,'info','SUM_ENDOK:Scanning for weak passwords'),(3021,1725166410.410916,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3022,1725166413.974715,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(3023,1725166413.994053,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(3024,1725166414.137773,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(3025,1725166414.147835,10,'info','SUM_START:Scanning for suspicious site options'),(3026,1725166414.218410,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3027,1725166414.219623,2,'info','Done examining URLs'),(3028,1725166414.277921,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(3029,1725166414.288720,1,'info','-------------------'),(3030,1725166414.289840,2,'info','Wordfence used 32.9 MB of memory for scan. Server peak memory usage was: 56.9 MB'),(3031,1725166414.291658,1,'info','Scan Complete. Scanned 17739 files, 19 plugins, 6 themes, 27 posts, 0 comments and 10136 URLs in 5 minutes 2 seconds.'),(3032,1725166414.292018,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(3033,1725211236.468745,10,'info','SUM_PREP:Preparing a new scan.'),(3034,1725211236.474246,1,'info','Initiating quick scan'),(3035,1725211236.480598,10,'info','SUM_START:Checking Web Application Firewall status'),(3036,1725211236.481063,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3037,1725211236.491862,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3038,1725211236.881098,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(3039,1725211236.884906,1,'info','-------------------'),(3040,1725211236.886413,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 22 MB'),(3041,1725211236.888711,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3042,1725211236.889076,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(3043,1725295870.916236,10,'info','SUM_PREP:Preparing a new scan.'),(3044,1725295870.926566,1,'info','Initiating quick scan'),(3045,1725295870.932857,10,'info','SUM_START:Checking Web Application Firewall status'),(3046,1725295870.933543,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3047,1725295870.942189,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3048,1725295871.278530,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(3049,1725295871.281772,1,'info','-------------------'),(3050,1725295871.283126,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 22 MB'),(3051,1725295871.284843,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3052,1725295871.285193,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(3053,1725382423.412162,10,'info','SUM_PREP:Preparing a new scan.'),(3054,1725382423.421056,1,'info','Initiating quick scan'),(3055,1725382423.428230,10,'info','SUM_START:Checking Web Application Firewall status'),(3056,1725382423.428747,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3057,1725382423.437431,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3058,1725382423.743487,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(3059,1725382423.747560,1,'info','-------------------'),(3060,1725382423.748875,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 22 MB'),(3061,1725382423.751297,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3062,1725382423.751793,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(3063,1725426243.853211,1,'info','Scheduled Wordfence scan starting at Wednesday 4th of September 2024 05:04:03 AM'),(3064,1725426245.313711,10,'info','SUM_PREP:Preparing a new scan.'),(3065,1725426245.324164,1,'info','Contacting Wordfence to initiate scan'),(3066,1725426245.546857,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(3067,1725426247.548555,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(3068,1725426249.550057,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(3069,1725426251.571542,10,'info','SUM_START:Checking for the most secure way to get IPs'),(3070,1725426251.579579,10,'info','SUM_ENDSKIPPED:Checking for the most secure way to get IPs'),(3071,1725426251.593121,10,'info','SUM_START:Scanning to check available disk space'),(3072,1725426251.601151,2,'info','Total disk space: 1.48 TB -- Free disk space: 448.92 GB'),(3073,1725426251.601701,2,'info','The disk has 459699.1 MB available'),(3074,1725426251.602283,10,'info','SUM_ENDOK:Scanning to check available disk space'),(3075,1725426251.616620,10,'info','SUM_START:Checking Web Application Firewall status'),(3076,1725426251.622473,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3077,1725426251.639899,10,'info','SUM_START:Checking for future GeoIP support'),(3078,1725426251.645522,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(3079,1725426251.662420,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(3080,1725426251.683853,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(3081,1725426251.695524,2,'info','Getting plugin list from WordPress'),(3082,1725426251.701536,2,'info','Found 18 plugins'),(3083,1725426251.702140,2,'info','Getting theme list from WordPress'),(3084,1725426251.714905,2,'info','Found 6 themes'),(3085,1725426251.933694,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(3086,1725426252.516686,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(3087,1725426252.527825,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(3088,1725426252.532090,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(3089,1725426252.540026,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(3090,1725426252.542582,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(3091,1725426252.549876,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(3092,1725426252.554668,10,'info','SUM_DISABLED:Skipping theme scan'),(3093,1725426252.556065,10,'info','SUM_DISABLED:Skipping plugin scan'),(3094,1725426252.562110,10,'info','SUM_START:Scanning for known malware files'),(3095,1725426252.571885,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(3096,1725426252.716270,2,'info','500 files indexed'),(3097,1725426252.792309,2,'info','1000 files indexed'),(3098,1725426252.881073,2,'info','1500 files indexed'),(3099,1725426252.974159,2,'info','2000 files indexed'),(3100,1725426253.073370,2,'info','2500 files indexed'),(3101,1725426253.111723,2,'info','3000 files indexed'),(3102,1725426253.201976,2,'info','3500 files indexed'),(3103,1725426253.247734,2,'info','4000 files indexed'),(3104,1725426253.309832,2,'info','4500 files indexed'),(3105,1725426253.371855,2,'info','5000 files indexed'),(3106,1725426253.465478,2,'info','5500 files indexed'),(3107,1725426253.499536,2,'info','6000 files indexed'),(3108,1725426253.540186,2,'info','6500 files indexed'),(3109,1725426253.620865,2,'info','7000 files indexed'),(3110,1725426253.701437,2,'info','7500 files indexed'),(3111,1725426253.803624,2,'info','8000 files indexed'),(3112,1725426253.862360,2,'info','8500 files indexed'),(3113,1725426253.906522,2,'info','9000 files indexed'),(3114,1725426253.951708,2,'info','9500 files indexed'),(3115,1725426254.015130,2,'info','10000 files indexed'),(3116,1725426254.069718,2,'info','10500 files indexed'),(3117,1725426254.143332,2,'info','11000 files indexed'),(3118,1725426254.237181,2,'info','11500 files indexed'),(3119,1725426254.317562,2,'info','12000 files indexed'),(3120,1725426254.417379,2,'info','12500 files indexed'),(3121,1725426254.508492,2,'info','13000 files indexed'),(3122,1725426254.549703,2,'info','13500 files indexed'),(3123,1725426254.606440,2,'info','14000 files indexed'),(3124,1725426254.667982,2,'info','14500 files indexed'),(3125,1725426254.803133,2,'info','15000 files indexed'),(3126,1725426254.833316,2,'info','15500 files indexed'),(3127,1725426254.865713,2,'info','16000 files indexed'),(3128,1725426254.897142,2,'info','16500 files indexed'),(3129,1725426254.919647,2,'info','17000 files indexed'),(3130,1725426254.952850,2,'info','17474 files indexed'),(3131,1725426255.048976,2,'info','Analyzed 100 files containing 3.18 MB of data so far'),(3132,1725426255.105541,2,'info','Analyzed 200 files containing 3.51 MB of data so far'),(3133,1725426255.150879,2,'info','Analyzed 300 files containing 4.17 MB of data so far'),(3134,1725426255.214603,2,'info','Analyzed 400 files containing 4.58 MB of data so far'),(3135,1725426255.387445,2,'info','Analyzed 500 files containing 5.47 MB of data so far'),(3136,1725426255.452556,2,'info','Analyzed 600 files containing 5.9 MB of data so far'),(3137,1725426255.649059,2,'info','Analyzed 700 files containing 12.02 MB of data so far'),(3138,1725426255.716590,2,'info','Analyzed 800 files containing 13.27 MB of data so far'),(3139,1725426256.223075,2,'info','Analyzed 900 files containing 36.13 MB of data so far'),(3140,1725426256.455518,2,'info','Analyzed 1000 files containing 39.82 MB of data so far'),(3141,1725426256.705743,2,'info','Analyzed 1100 files containing 48.4 MB of data so far'),(3142,1725426256.821981,2,'info','Analyzed 1200 files containing 50.09 MB of data so far'),(3143,1725426256.868200,2,'info','Analyzed 1300 files containing 50.52 MB of data so far'),(3144,1725426256.937185,2,'info','Analyzed 1400 files containing 50.94 MB of data so far'),(3145,1725426257.026518,2,'info','Analyzed 1500 files containing 51.75 MB of data so far'),(3146,1725426257.108069,2,'info','Analyzed 1600 files containing 52.63 MB of data so far'),(3147,1725426257.185294,2,'info','Analyzed 1700 files containing 53.12 MB of data so far'),(3148,1725426257.379350,2,'info','Analyzed 1800 files containing 60.49 MB of data so far'),(3149,1725426257.471436,2,'info','Analyzed 1900 files containing 60.85 MB of data so far'),(3150,1725426257.587413,2,'info','Analyzed 2000 files containing 61.16 MB of data so far'),(3151,1725426257.691228,2,'info','Analyzed 2100 files containing 61.72 MB of data so far'),(3152,1725426257.776519,2,'info','Analyzed 2200 files containing 62.02 MB of data so far'),(3153,1725426257.878296,2,'info','Analyzed 2300 files containing 62.39 MB of data so far'),(3154,1725426257.956542,2,'info','Analyzed 2400 files containing 62.63 MB of data so far'),(3155,1725426258.069132,2,'info','Analyzed 2500 files containing 62.87 MB of data so far'),(3156,1725426258.107506,2,'info','Analyzed 2600 files containing 63.1 MB of data so far'),(3157,1725426258.166030,2,'info','Analyzed 2700 files containing 63.49 MB of data so far'),(3158,1725426258.211488,2,'info','Analyzed 2800 files containing 63.78 MB of data so far'),(3159,1725426258.259211,2,'info','Analyzed 2900 files containing 64.18 MB of data so far'),(3160,1725426258.374784,2,'info','Analyzed 3000 files containing 64.62 MB of data so far'),(3161,1725426258.463928,2,'info','Analyzed 3100 files containing 65.06 MB of data so far'),(3162,1725426258.580171,2,'info','Analyzed 3200 files containing 66.15 MB of data so far'),(3163,1725426258.700283,2,'info','Analyzed 3300 files containing 67.21 MB of data so far'),(3164,1725426258.779674,2,'info','Analyzed 3400 files containing 67.99 MB of data so far'),(3165,1725426258.889645,2,'info','Analyzed 3500 files containing 68.79 MB of data so far'),(3166,1725426259.008335,2,'info','Analyzed 3600 files containing 70.06 MB of data so far'),(3167,1725426259.097408,2,'info','Analyzed 3700 files containing 70.97 MB of data so far'),(3168,1725426259.144848,2,'info','Analyzed 3800 files containing 71.25 MB of data so far'),(3169,1725426259.230745,2,'info','Analyzed 3900 files containing 71.56 MB of data so far'),(3170,1725426259.318423,2,'info','Analyzed 4000 files containing 71.92 MB of data so far'),(3171,1725426259.379109,2,'info','Analyzed 4100 files containing 73.47 MB of data so far'),(3172,1725426259.432836,2,'info','Analyzed 4200 files containing 74.62 MB of data so far'),(3173,1725426259.532295,2,'info','Analyzed 4300 files containing 75.55 MB of data so far'),(3174,1725426259.689236,2,'info','Analyzed 4400 files containing 78.89 MB of data so far'),(3175,1725426259.841313,2,'info','Analyzed 4500 files containing 79.89 MB of data so far'),(3176,1725426259.911408,2,'info','Analyzed 4600 files containing 80.61 MB of data so far'),(3177,1725426259.996017,2,'info','Analyzed 4700 files containing 81.35 MB of data so far'),(3178,1725426260.073626,2,'info','Analyzed 4800 files containing 81.86 MB of data so far'),(3179,1725426260.148131,2,'info','Analyzed 4900 files containing 82.08 MB of data so far'),(3180,1725426260.254517,2,'info','Analyzed 5000 files containing 82.37 MB of data so far'),(3181,1725426260.350810,2,'info','Analyzed 5100 files containing 83.23 MB of data so far'),(3182,1725426260.433494,2,'info','Analyzed 5200 files containing 83.61 MB of data so far'),(3183,1725426260.561890,2,'info','Analyzed 5300 files containing 86.49 MB of data so far'),(3184,1725426260.694561,2,'info','Analyzed 5400 files containing 88.91 MB of data so far'),(3185,1725426260.776924,2,'info','Analyzed 5500 files containing 88.94 MB of data so far'),(3186,1725426260.833163,2,'info','Analyzed 5600 files containing 88.97 MB of data so far'),(3187,1725426260.885992,2,'info','Analyzed 5700 files containing 89.39 MB of data so far'),(3188,1725426260.944219,2,'info','Analyzed 5800 files containing 90.12 MB of data so far'),(3189,1725426261.003515,2,'info','Analyzed 5900 files containing 90.83 MB of data so far'),(3190,1725426261.077673,2,'info','Analyzed 6000 files containing 91.45 MB of data so far'),(3191,1725426261.119830,2,'info','Analyzed 6100 files containing 91.48 MB of data so far'),(3192,1725426261.155842,2,'info','Analyzed 6200 files containing 91.5 MB of data so far'),(3193,1725426261.191666,2,'info','Analyzed 6300 files containing 91.53 MB of data so far'),(3194,1725426261.238129,2,'info','Analyzed 6400 files containing 91.56 MB of data so far'),(3195,1725426261.322711,2,'info','Analyzed 6500 files containing 91.59 MB of data so far'),(3196,1725426261.361905,2,'info','Analyzed 6600 files containing 91.62 MB of data so far'),(3197,1725426261.463780,2,'info','Analyzed 6700 files containing 94.8 MB of data so far'),(3198,1725426261.610107,2,'info','Analyzed 6800 files containing 97.89 MB of data so far'),(3199,1725426261.715130,2,'info','Analyzed 6900 files containing 98.84 MB of data so far'),(3200,1725426261.858297,2,'info','Analyzed 7000 files containing 101.35 MB of data so far'),(3201,1725426262.186107,2,'info','Analyzed 7100 files containing 113.32 MB of data so far'),(3202,1725426262.328706,2,'info','Analyzed 7200 files containing 116.46 MB of data so far'),(3203,1725426262.406237,2,'info','Analyzed 7300 files containing 116.86 MB of data so far'),(3204,1725426262.471173,2,'info','Analyzed 7400 files containing 117.33 MB of data so far'),(3205,1725426262.569940,2,'info','Analyzed 7500 files containing 117.76 MB of data so far'),(3206,1725426262.656877,2,'info','Analyzed 7600 files containing 118.23 MB of data so far'),(3207,1725426262.745236,2,'info','Analyzed 7700 files containing 119.67 MB of data so far'),(3208,1725426262.806005,2,'info','Analyzed 7800 files containing 119.78 MB of data so far'),(3209,1725426262.855605,2,'info','Analyzed 7900 files containing 120.53 MB of data so far'),(3210,1725426262.923838,2,'info','Analyzed 8000 files containing 121.07 MB of data so far'),(3211,1725426263.036476,2,'info','Analyzed 8100 files containing 123.02 MB of data so far'),(3212,1725426263.202284,2,'info','Analyzed 8200 files containing 130.76 MB of data so far'),(3213,1725426263.266556,2,'info','Analyzed 8300 files containing 133.01 MB of data so far'),(3214,1725426263.348737,2,'info','Analyzed 8400 files containing 134.14 MB of data so far'),(3215,1725426263.469007,2,'info','Analyzed 8500 files containing 135.5 MB of data so far'),(3216,1725426263.528604,2,'info','Analyzed 8600 files containing 135.83 MB of data so far'),(3217,1725426263.602710,2,'info','Analyzed 8700 files containing 136.43 MB of data so far'),(3218,1725426263.683975,2,'info','Analyzed 8800 files containing 136.83 MB of data so far'),(3219,1725426263.746687,2,'info','Analyzed 8900 files containing 137.64 MB of data so far'),(3220,1725426263.835294,2,'info','Analyzed 9000 files containing 138.73 MB of data so far'),(3221,1725426264.018637,2,'info','Analyzed 9100 files containing 144.76 MB of data so far'),(3222,1725426264.063011,2,'info','Analyzed 9200 files containing 145.38 MB of data so far'),(3223,1725426264.085289,2,'info','Analyzed 9300 files containing 145.54 MB of data so far'),(3224,1725426264.126438,2,'info','Analyzed 9400 files containing 146.27 MB of data so far'),(3225,1725426264.177636,2,'info','Analyzed 9500 files containing 146.64 MB of data so far'),(3226,1725426264.217423,2,'info','Analyzed 9600 files containing 147.01 MB of data so far'),(3227,1725426264.272346,2,'info','Analyzed 9700 files containing 147.28 MB of data so far'),(3228,1725426264.316792,2,'info','Analyzed 9800 files containing 147.75 MB of data so far'),(3229,1725426264.391932,2,'info','Analyzed 9900 files containing 148.24 MB of data so far'),(3230,1725426264.487689,2,'info','Analyzed 10000 files containing 148.62 MB of data so far'),(3231,1725426264.563125,2,'info','Analyzed 10100 files containing 150.39 MB of data so far'),(3232,1725426264.634600,2,'info','Analyzed 10200 files containing 150.92 MB of data so far'),(3233,1725426264.693457,2,'info','Analyzed 10300 files containing 151.33 MB of data so far'),(3234,1725426264.725340,2,'info','Analyzed 10400 files containing 151.83 MB of data so far'),(3235,1725426264.797281,2,'info','Analyzed 10500 files containing 152.19 MB of data so far'),(3236,1725426264.831735,2,'info','Analyzed 10600 files containing 152.58 MB of data so far'),(3237,1725426264.863267,2,'info','Analyzed 10700 files containing 153.14 MB of data so far'),(3238,1725426264.918437,2,'info','Analyzed 10800 files containing 153.98 MB of data so far'),(3239,1725426265.126519,2,'info','Analyzed 10900 files containing 161.44 MB of data so far'),(3240,1725426265.312312,2,'info','Analyzed 11000 files containing 164.8 MB of data so far'),(3241,1725426265.419652,2,'info','Analyzed 11100 files containing 166.49 MB of data so far'),(3242,1725426265.485939,2,'info','Analyzed 11200 files containing 167.32 MB of data so far'),(3243,1725426265.615295,2,'info','Analyzed 11300 files containing 168.93 MB of data so far'),(3244,1725426265.802572,2,'info','Analyzed 11400 files containing 173.86 MB of data so far'),(3245,1725426265.893444,2,'info','Analyzed 11500 files containing 174.93 MB of data so far'),(3246,1725426265.941801,2,'info','Analyzed 11600 files containing 175.68 MB of data so far'),(3247,1725426265.991343,2,'info','Analyzed 11700 files containing 176.57 MB of data so far'),(3248,1725426266.040829,2,'info','Analyzed 11800 files containing 176.94 MB of data so far'),(3249,1725426266.095049,2,'info','Analyzed 11900 files containing 177.15 MB of data so far'),(3250,1725426266.229384,2,'info','Analyzed 12000 files containing 178.96 MB of data so far'),(3251,1725426266.328291,2,'info','Analyzed 12100 files containing 179.68 MB of data so far'),(3252,1725426266.425258,2,'info','Analyzed 12200 files containing 180.18 MB of data so far'),(3253,1725426266.497331,2,'info','Analyzed 12300 files containing 180.48 MB of data so far'),(3254,1725426266.590518,2,'info','Analyzed 12400 files containing 180.83 MB of data so far'),(3255,1725426266.806269,2,'info','Analyzed 12500 files containing 187.9 MB of data so far'),(3256,1725426266.967633,2,'info','Analyzed 12600 files containing 193.84 MB of data so far'),(3257,1725426267.005831,2,'info','Analyzed 12700 files containing 194.69 MB of data so far'),(3258,1725426267.069246,2,'info','Analyzed 12800 files containing 195.06 MB of data so far'),(3259,1725426267.124440,2,'info','Analyzed 12900 files containing 195.31 MB of data so far'),(3260,1725426267.236281,2,'info','Analyzed 13000 files containing 196.17 MB of data so far'),(3261,1725426267.359267,2,'info','Analyzed 13100 files containing 199.26 MB of data so far'),(3262,1725426267.446847,2,'info','Analyzed 13200 files containing 200.11 MB of data so far'),(3263,1725426267.516562,2,'info','Analyzed 13300 files containing 200.49 MB of data so far'),(3264,1725426267.596593,2,'info','Analyzed 13400 files containing 200.7 MB of data so far'),(3265,1725426267.718734,2,'info','Analyzed 13500 files containing 201.12 MB of data so far'),(3266,1725426267.777862,2,'info','Analyzed 13600 files containing 201.32 MB of data so far'),(3267,1725426267.844398,2,'info','Analyzed 13700 files containing 201.47 MB of data so far'),(3268,1725426267.888616,2,'info','Analyzed 13800 files containing 201.7 MB of data so far'),(3269,1725426267.962468,2,'info','Analyzed 13900 files containing 203.32 MB of data so far'),(3270,1725426268.092094,2,'info','Analyzed 14000 files containing 204.44 MB of data so far'),(3271,1725426268.168214,2,'info','Analyzed 14100 files containing 204.88 MB of data so far'),(3272,1725426268.270862,2,'info','Analyzed 14200 files containing 206.46 MB of data so far'),(3273,1725426268.396300,2,'info','Analyzed 14300 files containing 208.6 MB of data so far'),(3274,1725426268.650731,2,'info','Analyzed 14400 files containing 216.97 MB of data so far'),(3275,1725426268.762001,2,'info','Analyzed 14500 files containing 218.04 MB of data so far'),(3276,1725426268.931918,2,'info','Analyzed 14600 files containing 223.08 MB of data so far'),(3277,1725426269.048913,2,'info','Analyzed 14700 files containing 225.34 MB of data so far'),(3278,1725426269.140734,2,'info','Analyzed 14800 files containing 228 MB of data so far'),(3279,1725426269.260847,2,'info','Analyzed 14900 files containing 229.74 MB of data so far'),(3280,1725426269.403690,2,'info','Analyzed 15000 files containing 231.08 MB of data so far'),(3281,1725426269.494078,2,'info','Analyzed 15100 files containing 232.39 MB of data so far'),(3282,1725426269.632992,2,'info','Analyzed 15200 files containing 235.31 MB of data so far'),(3283,1725426269.712932,2,'info','Analyzed 15300 files containing 236.22 MB of data so far'),(3284,1725426269.813812,2,'info','Analyzed 15400 files containing 237.96 MB of data so far'),(3285,1725426269.927342,2,'info','Analyzed 15500 files containing 238.76 MB of data so far'),(3286,1725426269.991581,2,'info','Analyzed 15600 files containing 239.43 MB of data so far'),(3287,1725426270.054919,2,'info','Analyzed 15700 files containing 239.55 MB of data so far'),(3288,1725426270.101837,2,'info','Analyzed 15800 files containing 239.82 MB of data so far'),(3289,1725426270.154473,2,'info','Analyzed 15900 files containing 240.18 MB of data so far'),(3290,1725426270.222168,2,'info','Analyzed 16000 files containing 240.32 MB of data so far'),(3291,1725426270.288312,2,'info','Analyzed 16100 files containing 240.41 MB of data so far'),(3292,1725426270.364651,2,'info','Analyzed 16200 files containing 240.64 MB of data so far'),(3293,1725426270.451535,2,'info','Analyzed 16300 files containing 242.12 MB of data so far'),(3294,1725426270.550648,2,'info','Analyzed 16400 files containing 244.34 MB of data so far'),(3295,1725426270.707905,2,'info','Analyzed 16500 files containing 246.83 MB of data so far'),(3296,1725426270.798402,2,'info','Analyzed 16600 files containing 248.82 MB of data so far'),(3297,1725426270.851894,2,'info','Analyzed 16700 files containing 249.33 MB of data so far'),(3298,1725426271.243534,2,'info','Analyzed 16800 files containing 267.54 MB of data so far'),(3299,1725426271.402904,2,'info','Analyzed 16900 files containing 271.15 MB of data so far'),(3300,1725426271.521418,2,'info','Analyzed 17000 files containing 272.42 MB of data so far'),(3301,1725426271.672831,2,'info','Analyzed 17100 files containing 274.98 MB of data so far'),(3302,1725426271.838660,2,'info','Analyzed 17200 files containing 278.42 MB of data so far'),(3303,1725426271.924650,2,'info','Analyzed 17300 files containing 281.08 MB of data so far'),(3304,1725426272.024340,2,'info','Analyzed 17400 files containing 282.33 MB of data so far'),(3305,1725426272.116710,2,'info','Analyzed 17473 files containing 283.51 MB of data.'),(3306,1725426272.117206,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(3307,1725426272.127048,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(3308,1725426272.135839,10,'info','SUM_ENDOK:Scanning for known malware files'),(3309,1725426272.152204,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(3310,1725426272.276219,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(3311,1725426272.296502,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(3312,1725426272.300420,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(3313,1725426273.113459,2,'info','Starting scan of file contents'),(3314,1725426274.141177,2,'info','Scanned contents of 13 additional files at 12.66 per second'),(3315,1725426275.155967,2,'info','Scanned contents of 34 additional files at 16.66 per second'),(3316,1725426277.331940,2,'info','Scanned contents of 56 additional files at 13.28 per second'),(3317,1725426278.386806,2,'info','Scanned contents of 77 additional files at 14.61 per second'),(3318,1725426279.542732,2,'info','Scanned contents of 93 additional files at 14.47 per second'),(3319,1725426280.587619,2,'info','Scanned contents of 120 additional files at 16.06 per second'),(3320,1725426281.620255,2,'info','Scanned contents of 147 additional files at 17.28 per second'),(3321,1725426282.650366,2,'info','Scanned contents of 172 additional files at 18.04 per second'),(3322,1725426283.916822,2,'info','Scanned contents of 194 additional files at 17.96 per second'),(3323,1725426285.093472,2,'info','Scanned contents of 217 additional files at 18.12 per second'),(3324,1725426286.107796,2,'info','Scanned contents of 238 additional files at 18.32 per second'),(3325,1725426287.108189,2,'info','Scanned contents of 264 additional files at 18.87 per second'),(3326,1725426288.123947,2,'info','Scanned contents of 279 additional files at 18.59 per second'),(3327,1725426289.218390,2,'info','Scanned contents of 298 additional files at 18.51 per second'),(3328,1725426290.347555,2,'info','Scanned contents of 316 additional files at 18.34 per second'),(3329,1725426291.405617,2,'info','Scanned contents of 344 additional files at 18.81 per second'),(3330,1725426292.434149,2,'info','Scanned contents of 367 additional files at 19.00 per second'),(3331,1725426293.504741,2,'info','Scanned contents of 386 additional files at 18.93 per second'),(3332,1725426294.554672,2,'info','Scanned contents of 407 additional files at 18.98 per second'),(3333,1725426295.589741,2,'info','Scanned contents of 437 additional files at 19.44 per second'),(3334,1725426296.645074,2,'info','Scanned contents of 468 additional files at 19.89 per second'),(3335,1725426297.665567,2,'info','Scanned contents of 487 additional files at 19.84 per second'),(3336,1725426298.672992,2,'info','Scanned contents of 506 additional files at 19.80 per second'),(3337,1725426299.678480,2,'info','Scanned contents of 529 additional files at 19.91 per second'),(3338,1725426300.780501,2,'info','Scanned contents of 560 additional files at 20.24 per second'),(3339,1725426301.810835,2,'info','Scanned contents of 577 additional files at 20.11 per second'),(3340,1725426302.810990,2,'info','Scanned contents of 606 additional files at 20.41 per second'),(3341,1725426303.841723,2,'info','Scanned contents of 626 additional files at 20.37 per second'),(3342,1725426304.856466,2,'info','Scanned contents of 650 additional files at 20.48 per second'),(3343,1725426305.877785,2,'info','Scanned contents of 673 additional files at 20.54 per second'),(3344,1725426306.923360,2,'info','Scanned contents of 692 additional files at 20.47 per second'),(3345,1725426307.971352,2,'info','Scanned contents of 711 additional files at 20.40 per second'),(3346,1725426309.289160,2,'info','Scanned contents of 712 additional files at 19.68 per second'),(3347,1725426310.341058,2,'info','Scanned contents of 728 additional files at 19.56 per second'),(3348,1725426311.455568,2,'info','Scanned contents of 749 additional files at 19.54 per second'),(3349,1725426312.469134,2,'info','Scanned contents of 762 additional files at 19.36 per second'),(3350,1725426313.622646,2,'info','Scanned contents of 788 additional files at 19.45 per second'),(3351,1725426314.642903,2,'info','Scanned contents of 820 additional files at 19.75 per second'),(3352,1725426315.710137,2,'info','Scanned contents of 836 additional files at 19.63 per second'),(3353,1725426316.787445,2,'info','Scanned contents of 852 additional files at 19.51 per second'),(3354,1725426317.790513,2,'info','Scanned contents of 870 additional files at 19.47 per second'),(3355,1725426318.920797,2,'info','Scanned contents of 893 additional files at 19.50 per second'),(3356,1725426319.955365,2,'info','Scanned contents of 912 additional files at 19.47 per second'),(3357,1725426320.988276,2,'info','Scanned contents of 938 additional files at 19.59 per second'),(3358,1725426322.010073,2,'info','Scanned contents of 954 additional files at 19.51 per second'),(3359,1725426323.012589,2,'info','Scanned contents of 972 additional files at 19.48 per second'),(3360,1725426324.045869,2,'info','Scanned contents of 993 additional files at 19.50 per second'),(3361,1725426325.111026,2,'info','Scanned contents of 1013 additional files at 19.48 per second'),(3362,1725426326.125381,2,'info','Scanned contents of 1035 additional files at 19.52 per second'),(3363,1725426327.193622,2,'info','Scanned contents of 1057 additional files at 19.55 per second'),(3364,1725426328.222978,2,'info','Scanned contents of 1076 additional files at 19.53 per second'),(3365,1725426329.276391,2,'info','Scanned contents of 1101 additional files at 19.60 per second'),(3366,1725426330.309818,2,'info','Scanned contents of 1130 additional files at 19.76 per second'),(3367,1725426331.355113,2,'info','Scanned contents of 1151 additional files at 19.76 per second'),(3368,1725426332.377240,2,'info','Scanned contents of 1161 additional files at 19.59 per second'),(3369,1725426333.415044,2,'info','Scanned contents of 1180 additional files at 19.57 per second'),(3370,1725426334.474202,2,'info','Scanned contents of 1199 additional files at 19.54 per second'),(3371,1725426335.551002,2,'info','Scanned contents of 1218 additional files at 19.51 per second'),(3372,1725426336.559254,2,'info','Scanned contents of 1241 additional files at 19.56 per second'),(3373,1725426337.563882,2,'info','Scanned contents of 1260 additional files at 19.55 per second'),(3374,1725426338.597487,2,'info','Scanned contents of 1285 additional files at 19.62 per second'),(3375,1725426339.663896,2,'info','Scanned contents of 1304 additional files at 19.59 per second'),(3376,1725426341.236600,2,'info','Scanned contents of 1310 additional files at 19.23 per second'),(3377,1725426342.331067,2,'info','Scanned contents of 1329 additional files at 19.20 per second'),(3378,1725426343.336239,2,'info','Scanned contents of 1352 additional files at 19.25 per second'),(3379,1725426344.447972,2,'info','Scanned contents of 1368 additional files at 19.18 per second'),(3380,1725426345.492847,2,'info','Scanned contents of 1388 additional files at 19.18 per second'),(3381,1725426346.593004,2,'info','Scanned contents of 1408 additional files at 19.16 per second'),(3382,1725426347.600963,2,'info','Scanned contents of 1443 additional files at 19.37 per second'),(3383,1725426348.602847,2,'info','Scanned contents of 1465 additional files at 19.41 per second'),(3384,1725426349.790314,2,'info','Scanned contents of 1483 additional files at 19.34 per second'),(3385,1725426350.933201,2,'info','Scanned contents of 1509 additional files at 19.39 per second'),(3386,1725426351.978699,2,'info','Scanned contents of 1528 additional files at 19.38 per second'),(3387,1725426352.979336,2,'info','Scanned contents of 1556 additional files at 19.48 per second'),(3388,1725426353.995159,2,'info','Scanned contents of 1576 additional files at 19.49 per second'),(3389,1725426355.039871,2,'info','Scanned contents of 1610 additional files at 19.65 per second'),(3390,1725426356.082151,2,'info','Scanned contents of 1632 additional files at 19.67 per second'),(3391,1725426357.180550,2,'info','Scanned contents of 1661 additional files at 19.76 per second'),(3392,1725426358.232851,2,'info','Scanned contents of 1678 additional files at 19.71 per second'),(3393,1725426359.311982,2,'info','Scanned contents of 1701 additional files at 19.73 per second'),(3394,1725426360.410725,2,'info','Scanned contents of 1723 additional files at 19.74 per second'),(3395,1725426361.434698,2,'info','Scanned contents of 1742 additional files at 19.72 per second'),(3396,1725426362.501608,2,'info','Scanned contents of 1749 additional files at 19.57 per second'),(3397,1725426363.618727,2,'info','Scanned contents of 1765 additional files at 19.50 per second'),(3398,1725426364.646856,2,'info','Scanned contents of 1786 additional files at 19.51 per second'),(3399,1725426365.667472,2,'info','Scanned contents of 1813 additional files at 19.59 per second'),(3400,1725426366.798123,2,'info','Scanned contents of 1831 additional files at 19.54 per second'),(3401,1725426367.824473,2,'info','Scanned contents of 1854 additional files at 19.58 per second'),(3402,1725426368.824970,2,'info','Scanned contents of 1874 additional files at 19.58 per second'),(3403,1725426369.877166,2,'info','Scanned contents of 1894 additional files at 19.57 per second'),(3404,1725426370.929537,2,'info','Scanned contents of 1917 additional files at 19.60 per second'),(3405,1725426371.944534,2,'info','Scanned contents of 1939 additional files at 19.62 per second'),(3406,1725426373.095667,2,'info','Scanned contents of 1941 additional files at 19.41 per second'),(3407,1725426374.182289,2,'info','Scanned contents of 1978 additional files at 19.57 per second'),(3408,1725426375.190642,2,'info','Scanned contents of 2003 additional files at 19.62 per second'),(3409,1725426376.277325,2,'info','Scanned contents of 2025 additional files at 19.63 per second'),(3410,1725426377.316664,2,'info','Scanned contents of 2053 additional files at 19.70 per second'),(3411,1725426378.335777,2,'info','Scanned contents of 2069 additional files at 19.66 per second'),(3412,1725426379.351345,2,'info','Scanned contents of 2097 additional files at 19.74 per second'),(3413,1725426380.449196,2,'info','Scanned contents of 2118 additional files at 19.73 per second'),(3414,1725426381.506286,2,'info','Scanned contents of 2146 additional files at 19.80 per second'),(3415,1725426382.524217,2,'info','Scanned contents of 2164 additional files at 19.78 per second'),(3416,1725426383.532703,2,'info','Scanned contents of 2196 additional files at 19.89 per second'),(3417,1725426384.603659,2,'info','Scanned contents of 2224 additional files at 19.95 per second'),(3418,1725426385.620112,2,'info','Scanned contents of 2249 additional files at 19.99 per second'),(3419,1725426386.716354,2,'info','Scanned contents of 2283 additional files at 20.10 per second'),(3420,1725426387.770605,2,'info','Scanned contents of 2307 additional files at 20.12 per second'),(3421,1725426388.825391,2,'info','Scanned contents of 2327 additional files at 20.11 per second'),(3422,1725426389.880378,2,'info','Scanned contents of 2346 additional files at 20.09 per second'),(3423,1725426390.943160,2,'info','Scanned contents of 2382 additional files at 20.22 per second'),(3424,1725426391.974195,2,'info','Scanned contents of 2403 additional files at 20.22 per second'),(3425,1725426393.100509,2,'info','Scanned contents of 2433 additional files at 20.28 per second'),(3426,1725426394.176919,2,'info','Scanned contents of 2450 additional files at 20.24 per second'),(3427,1725426395.241165,2,'info','Scanned contents of 2476 additional files at 20.27 per second'),(3428,1725426396.256128,2,'info','Scanned contents of 2499 additional files at 20.29 per second'),(3429,1725426397.264514,2,'info','Scanned contents of 2515 additional files at 20.26 per second'),(3430,1725426398.282596,2,'info','Scanned contents of 2547 additional files at 20.35 per second'),(3431,1725426399.295974,2,'info','Scanned contents of 2572 additional files at 20.38 per second'),(3432,1725426400.296011,2,'info','Scanned contents of 2600 additional files at 20.44 per second'),(3433,1725426401.316797,2,'info','Scanned contents of 2624 additional files at 20.47 per second'),(3434,1725426402.347577,2,'info','Scanned contents of 2643 additional files at 20.45 per second'),(3435,1725426403.358800,2,'info','Scanned contents of 2664 additional files at 20.45 per second'),(3436,1725426405.217618,2,'info','Scanned contents of 2677 additional files at 20.26 per second'),(3437,1725426406.272548,2,'info','Scanned contents of 2686 additional files at 20.17 per second'),(3438,1725426407.287652,2,'info','Scanned contents of 2706 additional files at 20.17 per second'),(3439,1725426408.314674,2,'info','Scanned contents of 2743 additional files at 20.29 per second'),(3440,1725426409.315494,2,'info','Scanned contents of 2772 additional files at 20.35 per second'),(3441,1725426410.378830,2,'info','Scanned contents of 2785 additional files at 20.29 per second'),(3442,1725426411.399733,2,'info','Scanned contents of 2807 additional files at 20.30 per second'),(3443,1725426412.434935,2,'info','Scanned contents of 2832 additional files at 20.33 per second'),(3444,1725426413.552035,2,'info','Scanned contents of 2865 additional files at 20.40 per second'),(3445,1725426414.951113,2,'info','Scanned contents of 2888 additional files at 20.36 per second'),(3446,1725426415.998853,2,'info','Scanned contents of 2909 additional files at 20.36 per second'),(3447,1725426417.006825,2,'info','Scanned contents of 2927 additional files at 20.34 per second'),(3448,1725426418.033659,2,'info','Scanned contents of 2951 additional files at 20.36 per second'),(3449,1725426419.059630,2,'info','Scanned contents of 2971 additional files at 20.36 per second'),(3450,1725426420.068958,2,'info','Scanned contents of 2985 additional files at 20.31 per second'),(3451,1725426421.069909,2,'info','Scanned contents of 3015 additional files at 20.38 per second'),(3452,1725426422.143530,2,'info','Scanned contents of 3037 additional files at 20.38 per second'),(3453,1725426423.186506,2,'info','Scanned contents of 3071 additional files at 20.46 per second'),(3454,1725426424.302161,2,'info','Scanned contents of 3091 additional files at 20.44 per second'),(3455,1725426425.327719,2,'info','Scanned contents of 3119 additional files at 20.49 per second'),(3456,1725426426.375416,2,'info','Scanned contents of 3143 additional files at 20.51 per second'),(3457,1725426427.404854,2,'info','Scanned contents of 3167 additional files at 20.53 per second'),(3458,1725426429.149564,2,'info','Scanned contents of 3179 additional files at 20.37 per second'),(3459,1725426430.190001,2,'info','Scanned contents of 3206 additional files at 20.41 per second'),(3460,1725426431.211625,2,'info','Scanned contents of 3225 additional files at 20.40 per second'),(3461,1725426432.319367,2,'info','Scanned contents of 3241 additional files at 20.36 per second'),(3462,1725426433.339168,2,'info','Scanned contents of 3260 additional files at 20.35 per second'),(3463,1725426434.365137,2,'info','Scanned contents of 3275 additional files at 20.31 per second'),(3464,1725426435.369993,2,'info','Scanned contents of 3295 additional files at 20.31 per second'),(3465,1725426437.186660,2,'info','Scanned contents of 3304 additional files at 20.14 per second'),(3466,1725426438.221958,2,'info','Scanned contents of 3329 additional files at 20.16 per second'),(3467,1725426439.234909,2,'info','Scanned contents of 3356 additional files at 20.20 per second'),(3468,1725426440.358403,2,'info','Scanned contents of 3380 additional files at 20.21 per second'),(3469,1725426441.477486,2,'info','Scanned contents of 3400 additional files at 20.19 per second'),(3470,1725426442.523179,2,'info','Scanned contents of 3418 additional files at 20.18 per second'),(3471,1725426443.606909,2,'info','Scanned contents of 3438 additional files at 20.17 per second'),(3472,1725426444.647952,2,'info','Scanned contents of 3463 additional files at 20.19 per second'),(3473,1725426445.655980,2,'info','Scanned contents of 3493 additional files at 20.24 per second'),(3474,1725426446.682429,2,'info','Scanned contents of 3512 additional files at 20.23 per second'),(3475,1725426447.738872,2,'info','Scanned contents of 3526 additional files at 20.19 per second'),(3476,1725426448.837576,2,'info','Scanned contents of 3544 additional files at 20.17 per second'),(3477,1725426449.868228,2,'info','Scanned contents of 3555 additional files at 20.11 per second'),(3478,1725426450.882902,2,'info','Scanned contents of 3578 additional files at 20.13 per second'),(3479,1725426451.886202,2,'info','Scanned contents of 3610 additional files at 20.19 per second'),(3480,1725426452.894703,2,'info','Scanned contents of 3638 additional files at 20.24 per second'),(3481,1725426453.936687,2,'info','Scanned contents of 3656 additional files at 20.22 per second'),(3482,1725426454.948287,2,'info','Scanned contents of 3675 additional files at 20.21 per second'),(3483,1725426456.014954,2,'info','Scanned contents of 3706 additional files at 20.26 per second'),(3484,1725426457.049138,2,'info','Scanned contents of 3725 additional files at 20.25 per second'),(3485,1725426458.474935,2,'info','Scanned contents of 3748 additional files at 20.22 per second'),(3486,1725426459.506071,2,'info','Scanned contents of 3774 additional files at 20.25 per second'),(3487,1725426460.528526,2,'info','Scanned contents of 3789 additional files at 20.22 per second'),(3488,1725426461.598044,2,'info','Scanned contents of 3814 additional files at 20.24 per second'),(3489,1725426462.636249,2,'info','Scanned contents of 3842 additional files at 20.27 per second'),(3490,1725426463.733710,2,'info','Scanned contents of 3879 additional files at 20.35 per second'),(3491,1725426464.760333,2,'info','Scanned contents of 3903 additional files at 20.37 per second'),(3492,1725426465.764805,2,'info','Scanned contents of 3929 additional files at 20.39 per second'),(3493,1725426466.834028,2,'info','Scanned contents of 3947 additional files at 20.37 per second'),(3494,1725426467.850748,2,'info','Scanned contents of 3971 additional files at 20.39 per second'),(3495,1725426469.178474,2,'info','Scanned contents of 3973 additional files at 20.26 per second'),(3496,1725426470.181687,2,'info','Scanned contents of 3997 additional files at 20.28 per second'),(3497,1725426471.181914,2,'info','Scanned contents of 4018 additional files at 20.29 per second'),(3498,1725426472.247794,2,'info','Scanned contents of 4041 additional files at 20.29 per second'),(3499,1725426473.286708,2,'info','Scanned contents of 4063 additional files at 20.30 per second'),(3500,1725426474.292040,2,'info','Scanned contents of 4085 additional files at 20.31 per second'),(3501,1725426475.316999,2,'info','Scanned contents of 4104 additional files at 20.30 per second'),(3502,1725426476.330120,2,'info','Scanned contents of 4121 additional files at 20.28 per second'),(3503,1725426477.407203,2,'info','Scanned contents of 4144 additional files at 20.28 per second'),(3504,1725426478.483704,2,'info','Scanned contents of 4160 additional files at 20.26 per second'),(3505,1725426479.608335,2,'info','Scanned contents of 4188 additional files at 20.28 per second'),(3506,1725426480.658651,2,'info','Scanned contents of 4210 additional files at 20.28 per second'),(3507,1725426481.922841,2,'info','Scanned contents of 4233 additional files at 20.27 per second'),(3508,1725426482.976324,2,'info','Scanned contents of 4248 additional files at 20.24 per second'),(3509,1725426483.976838,2,'info','Scanned contents of 4266 additional files at 20.23 per second'),(3510,1725426485.053185,2,'info','Scanned contents of 4283 additional files at 20.21 per second'),(3511,1725426486.114686,2,'info','Scanned contents of 4319 additional files at 20.28 per second'),(3512,1725426487.147810,2,'info','Scanned contents of 4336 additional files at 20.26 per second'),(3513,1725426488.272009,2,'info','Scanned contents of 4352 additional files at 20.23 per second'),(3514,1725426489.356063,2,'info','Scanned contents of 4368 additional files at 20.20 per second'),(3515,1725426490.437309,2,'info','Scanned contents of 4385 additional files at 20.18 per second'),(3516,1725426491.480609,2,'info','Scanned contents of 4407 additional files at 20.18 per second'),(3517,1725426492.627400,2,'info','Scanned contents of 4426 additional files at 20.16 per second'),(3518,1725426493.681495,2,'info','Scanned contents of 4447 additional files at 20.16 per second'),(3519,1725426494.725656,2,'info','Scanned contents of 4466 additional files at 20.15 per second'),(3520,1725426495.822193,2,'info','Scanned contents of 4485 additional files at 20.14 per second'),(3521,1725426497.124441,2,'info','Scanned contents of 4503 additional files at 20.10 per second'),(3522,1725426498.168701,2,'info','Scanned contents of 4520 additional files at 20.08 per second'),(3523,1725426500.356494,2,'info','Scanned contents of 4541 additional files at 19.98 per second'),(3524,1725426501.425830,2,'info','Scanned contents of 4561 additional files at 19.98 per second'),(3525,1725426502.466240,2,'info','Scanned contents of 4578 additional files at 19.96 per second'),(3526,1725426503.497097,2,'info','Scanned contents of 4602 additional files at 19.98 per second'),(3527,1725426504.511904,2,'info','Scanned contents of 4632 additional files at 20.02 per second'),(3528,1725426505.562304,2,'info','Scanned contents of 4653 additional files at 20.02 per second'),(3529,1725426506.568144,2,'info','Scanned contents of 4687 additional files at 20.08 per second'),(3530,1725426507.602812,2,'info','Scanned contents of 4720 additional files at 20.13 per second'),(3531,1725426508.617094,2,'info','Scanned contents of 4743 additional files at 20.14 per second'),(3532,1725426509.652903,2,'info','Scanned contents of 4767 additional files at 20.15 per second'),(3533,1725426510.717700,2,'info','Scanned contents of 4791 additional files at 20.16 per second'),(3534,1725426511.768723,2,'info','Scanned contents of 4815 additional files at 20.18 per second'),(3535,1725426512.784605,2,'info','Scanned contents of 4834 additional files at 20.17 per second'),(3536,1725426513.892161,2,'info','Scanned contents of 4860 additional files at 20.18 per second'),(3537,1725426514.950462,2,'info','Scanned contents of 4882 additional files at 20.19 per second'),(3538,1725426515.959528,2,'info','Scanned contents of 4917 additional files at 20.25 per second'),(3539,1725426517.003786,2,'info','Scanned contents of 4937 additional files at 20.24 per second'),(3540,1725426518.008706,2,'info','Scanned contents of 4962 additional files at 20.26 per second'),(3541,1725426519.016408,2,'info','Scanned contents of 4988 additional files at 20.28 per second'),(3542,1725426520.053334,2,'info','Scanned contents of 5009 additional files at 20.28 per second'),(3543,1725426521.071144,2,'info','Scanned contents of 5038 additional files at 20.32 per second'),(3544,1725426522.124655,2,'info','Scanned contents of 5063 additional files at 20.33 per second'),(3545,1725426523.126116,2,'info','Scanned contents of 5085 additional files at 20.34 per second'),(3546,1725426524.141830,2,'info','Scanned contents of 5108 additional files at 20.35 per second'),(3547,1725426525.156389,2,'info','Scanned contents of 5121 additional files at 20.32 per second'),(3548,1725426526.188250,2,'info','Scanned contents of 5143 additional files at 20.32 per second'),(3549,1725426527.198682,2,'info','Scanned contents of 5176 additional files at 20.37 per second'),(3550,1725426527.657776,2,'info','Scanned contents of 5188 additional files at 20.38 per second'),(3551,1725426527.658081,2,'info','Asking Wordfence to check URLs against malware list.'),(3552,1725426527.670401,2,'info','Checking 4024 host keys against Wordfence scanning servers.'),(3553,1725426527.871711,2,'info','Done host key check.'),(3554,1725426527.929566,2,'info','Done file contents scan'),(3555,1725426527.930614,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(3556,1725426527.943728,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(3557,1725426527.957874,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(3558,1725426527.966053,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(3559,1725426527.979086,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(3560,1725426528.599841,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3561,1725426528.601705,2,'info','Checking 606 host keys against Wordfence scanning servers.'),(3562,1725426528.744698,2,'info','Done host key check.'),(3563,1725426528.745625,2,'info','Done examining URLs'),(3564,1725426528.811095,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(3565,1725426528.827970,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(3566,1725426528.951697,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(3567,1725426528.961855,10,'info','SUM_START:Scanning for weak passwords'),(3568,1725426528.965429,2,'info','Starting password strength check on 6 users.'),(3569,1725426528.997320,10,'info','SUM_ENDOK:Scanning for weak passwords'),(3570,1725426529.005989,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3571,1725426533.323154,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(3572,1725426533.334386,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(3573,1725426533.484305,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(3574,1725426533.493831,10,'info','SUM_START:Scanning for suspicious site options'),(3575,1725426533.555829,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3576,1725426533.557295,2,'info','Done examining URLs'),(3577,1725426533.615823,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(3578,1725426533.626070,1,'info','-------------------'),(3579,1725426533.627173,2,'info','Wordfence used 46.63 MB of memory for scan. Server peak memory usage was: 90.63 MB'),(3580,1725426533.629571,1,'info','Scan Complete. Scanned 17473 files, 18 plugins, 6 themes, 27 posts, 0 comments and 8350 URLs in 4 minutes 48 seconds.'),(3581,1725426533.629977,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(3582,1725477229.608702,10,'info','SUM_PREP:Preparing a new scan.'),(3583,1725477229.612914,1,'info','Initiating quick scan'),(3584,1725477229.616871,10,'info','SUM_START:Checking Web Application Firewall status'),(3585,1725477229.617287,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3586,1725477229.621936,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3587,1725477230.069399,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(3588,1725477230.073486,1,'info','-------------------'),(3589,1725477230.074531,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 116.28 MB'),(3590,1725477230.076247,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3591,1725477230.076578,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.');
/*!40000 ALTER TABLE `wpau_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wftrafficrates`
--

DROP TABLE IF EXISTS `wpau_wftrafficrates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wftrafficrates` (
  `eMin` int(10) unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`,`hitType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wftrafficrates`
--

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

--
-- Table structure for table `wpau_wfwaffailures`
--

DROP TABLE IF EXISTS `wpau_wfwaffailures`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wfwaffailures` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `throwable` text NOT NULL,
  `rule_id` int(10) unsigned DEFAULT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wfwaffailures`
--

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

--
-- Table structure for table `wpau_wpforms_logs`
--

DROP TABLE IF EXISTS `wpau_wpforms_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wpforms_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `types` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `create_at` datetime NOT NULL,
  `form_id` bigint(20) DEFAULT NULL,
  `entry_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wpforms_logs`
--

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

--
-- Table structure for table `wpau_wpforms_payment_meta`
--

DROP TABLE IF EXISTS `wpau_wpforms_payment_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wpforms_payment_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `payment_id` (`payment_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `meta_value` (`meta_value`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wpforms_payment_meta`
--

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

--
-- Table structure for table `wpau_wpforms_payments`
--

DROP TABLE IF EXISTS `wpau_wpforms_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wpforms_payments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subtotal_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000',
  `discount_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000',
  `total_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000',
  `currency` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `entry_id` bigint(20) NOT NULL DEFAULT '0',
  `gateway` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `type` varchar(12) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `mode` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `transaction_id` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `customer_id` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subscription_id` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subscription_status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `date_created_gmt` datetime NOT NULL,
  `date_updated_gmt` datetime NOT NULL,
  `is_published` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`(8)),
  KEY `total_amount` (`total_amount`),
  KEY `type` (`type`(8)),
  KEY `transaction_id` (`transaction_id`(32)),
  KEY `customer_id` (`customer_id`(32)),
  KEY `subscription_id` (`subscription_id`(32)),
  KEY `subscription_status` (`subscription_status`(8)),
  KEY `title` (`title`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wpforms_payments`
--

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

--
-- Table structure for table `wpau_wpforms_tasks_meta`
--

DROP TABLE IF EXISTS `wpau_wpforms_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wpforms_tasks_meta`
--

LOCK TABLES `wpau_wpforms_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wpau_wpforms_tasks_meta` DISABLE KEYS */;
INSERT INTO `wpau_wpforms_tasks_meta` VALUES (1,'wpforms_process_forms_locator_scan','W10=','2024-08-09 10:43:21'),(2,'wpforms_admin_notifications_update','W10=','2024-08-10 10:56:42'),(3,'wpforms_process_forms_locator_scan','W10=','2024-08-15 10:04:34'),(7,'wpforms_admin_addons_cache_update','W10=','2024-08-19 11:05:41'),(8,'wpforms_builder_help_cache_update','W10=','2024-08-19 11:05:52'),(9,'wpforms_admin_builder_templates_cache_update','W10=','2024-08-19 11:05:52'),(11,'wpforms_process_forms_locator_scan','W10=','2024-08-21 05:56:32'),(13,'wpforms_process_forms_locator_scan','W10=','2024-08-27 07:46:13'),(15,'wpforms_admin_addons_cache_update','W10=','2024-08-27 07:47:45'),(16,'wpforms_builder_help_cache_update','W10=','2024-08-27 07:47:56'),(17,'wpforms_admin_builder_templates_cache_update','W10=','2024-08-27 07:47:56'),(18,'wpforms_process_forms_locator_scan','W10=','2024-08-27 15:36:43'),(19,'wpforms_process_forms_locator_scan','W10=','2024-08-27 15:36:50');
/*!40000 ALTER TABLE `wpau_wpforms_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wpr_above_the_fold`
--

DROP TABLE IF EXISTS `wpau_wpr_above_the_fold`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wpr_above_the_fold` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(2000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `is_mobile` tinyint(1) NOT NULL DEFAULT '0',
  `lcp` longtext COLLATE utf8mb4_unicode_520_ci,
  `viewport` longtext COLLATE utf8mb4_unicode_520_ci,
  `error_message` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_accessed` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `url` (`url`(150),`is_mobile`),
  KEY `modified` (`modified`),
  KEY `last_accessed` (`last_accessed`),
  KEY `status_index` (`status`(191))
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wpr_above_the_fold`
--

LOCK TABLES `wpau_wpr_above_the_fold` WRITE;
/*!40000 ALTER TABLE `wpau_wpr_above_the_fold` DISABLE KEYS */;
INSERT INTO `wpau_wpr_above_the_fold` VALUES (6,'https://point2listing.ca/about-us',1,'not found','[]','','completed','2024-09-03 16:18:52','2024-09-03 16:18:52'),(7,'https://point2listing.ca/contact-us',1,'not found','[]','','completed','2024-09-03 16:20:34','2024-09-03 16:20:34'),(16,'https://point2listing.ca/service',1,'{\"type\":\"bg-img\",\"bg_set\":[{\"src\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Our-Services-copy-1024x576.webp\"}],\"src\":\"\"}','[]','','completed','2024-09-03 16:43:53','2024-09-03 16:43:53'),(19,'https://point2listing.ca/contact-us',0,'{\"type\":\"bg-img\",\"bg_set\":[{\"src\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/contact-1-1024x683.webp\"}],\"src\":\"\"}','[]','','completed','2024-09-03 20:32:19','2024-09-03 20:32:19'),(21,'https://point2listing.ca/digital-marketing',0,'{\"type\":\"bg-img\",\"bg_set\":[{\"src\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/digital-marketing-1-copy.webp\"}],\"src\":\"\"}','[{\"type\":\"img-srcset\",\"src\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy.webp\",\"srcset\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Digital-marketing-2-1024x576-copy-496x279.webp 496w\",\"sizes\":\"(max-width: 1024px) 100vw, 1024px\"}]','','completed','2024-09-03 22:38:25','2024-09-03 22:38:25'),(22,'https://point2listing.ca/content-marketing',0,'{\"type\":\"bg-img\",\"bg_set\":[{\"src\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/Content-marketing-2-1024x576-1-copy.webp\"}],\"src\":\"\"}','[{\"type\":\"img-srcset\",\"src\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-1024x576.webp\",\"srcset\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-1024x576.webp 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-300x169.webp 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-768x432.webp 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-1536x864.webp 1536w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-1067x600.webp 1067w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3-496x279.webp 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/content-marketing-3.webp 1920w\",\"sizes\":\"(max-width: 1024px) 100vw, 1024px\"}]','','completed','2024-09-03 22:39:10','2024-09-03 22:39:10'),(23,'https://point2listing.ca/about-us',0,'{\"type\":\"bg-img\",\"bg_set\":[{\"src\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/09\\/stylish-business-team-three-scaled-1-copy.webp\"}],\"src\":\"\"}','[]','','completed','2024-09-03 22:39:18','2024-09-03 22:39:18'),(24,'https://point2listing.ca/email-marketing',0,'{\"type\":\"bg-img\",\"bg_set\":[{\"src\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Email-marketing-2-1024x576.webp\"}],\"src\":\"\"}','[]','','completed','2024-09-03 22:39:34','2024-09-03 22:39:34'),(25,'https://point2listing.ca/terms-and-conditions',0,'not found','[]','','completed','2024-09-03 22:40:23','2024-09-03 22:40:23'),(26,'https://point2listing.ca',0,'not found','[]','','completed','2024-09-04 18:49:46','2024-09-04 18:49:46'),(27,'https://point2listing.ca',0,'not found','[]','','completed','2024-09-04 18:49:46','2024-09-04 18:49:46'),(28,'https://point2listing.ca/blog',0,'not found','[]','','completed','2024-09-04 21:48:24','2024-09-04 21:48:24'),(29,'https://point2listing.ca',1,'not found','[]','','completed','2024-09-04 23:14:05','2024-09-04 23:14:05'),(30,'https://point2listing.ca/agent',1,'{\"type\":\"img-srcset\",\"src\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-300x300.png\",\"srcset\":\"https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-300x300.png 300w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-1024x1024.png 1024w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-150x150.png 150w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-768x768.png 768w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-600x600.png 600w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown-496x496.png 496w, https:\\/\\/point2listing.ca\\/wp-content\\/uploads\\/2024\\/08\\/Point2-Listing-logo-all-brown.png 1080w\",\"sizes\":\"(max-width: 300px) 100vw, 300px\"}','[]','','completed','2024-09-05 06:48:13','2024-09-05 06:48:13');
/*!40000 ALTER TABLE `wpau_wpr_above_the_fold` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wpr_rocket_cache`
--

DROP TABLE IF EXISTS `wpau_wpr_rocket_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wpr_rocket_cache` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(2000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_accessed` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `is_locked` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `url` (`url`(191)),
  KEY `modified` (`modified`),
  KEY `last_accessed` (`last_accessed`)
) ENGINE=InnoDB AUTO_INCREMENT=103 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wpr_rocket_cache`
--

LOCK TABLES `wpau_wpr_rocket_cache` WRITE;
/*!40000 ALTER TABLE `wpau_wpr_rocket_cache` DISABLE KEYS */;
INSERT INTO `wpau_wpr_rocket_cache` VALUES (2,'https://point2listing.ca/blog','completed','2024-09-04 18:50:16','2024-09-04 18:50:16',0),(3,'https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024','completed','2024-09-04 18:50:11','2024-09-04 18:50:11',0),(4,'https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results','completed','2024-09-04 18:50:15','2024-09-04 18:50:15',0),(5,'https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation','completed','2024-09-04 18:50:17','2024-09-04 18:50:17',0),(6,'https://point2listing.ca/news','completed','2024-09-04 18:50:24','2024-09-04 18:50:24',0),(7,'https://point2listing.ca/profile','failed','2024-09-04 18:51:03','2024-09-02 18:24:11',0),(8,'https://point2listing.ca/portfolio','completed','2024-09-04 18:50:25','2024-09-04 18:50:25',0),(9,'https://point2listing.ca/quebec','completed','2024-09-04 18:50:28','2024-09-04 18:50:28',0),(10,'https://point2listing.ca/ontario','completed','2024-09-04 18:51:06','2024-09-04 18:51:06',0),(11,'https://point2listing.ca/alberta','completed','2024-09-04 18:51:08','2024-09-04 18:51:08',0),(12,'https://point2listing.ca/british-columbia','completed','2024-09-04 18:51:15','2024-09-04 18:51:15',0),(13,'https://point2listing.ca/saskatchewan','completed','2024-09-04 18:51:13','2024-09-04 18:51:13',0),(14,'https://point2listing.ca/nova-scotia','completed','2024-09-04 18:51:17','2024-09-04 18:51:17',0),(15,'https://point2listing.ca/service','completed','2024-09-04 18:51:19','2024-09-04 18:51:19',0),(16,'https://point2listing.ca/social-media-marketing','completed','2024-09-04 18:51:22','2024-09-04 18:51:22',0),(17,'https://point2listing.ca/content-marketing','completed','2024-09-04 18:51:27','2024-09-04 18:51:27',0),(18,'https://point2listing.ca/web-development','completed','2024-09-04 18:52:10','2024-09-04 18:52:10',0),(19,'https://point2listing.ca/digital-marketing','completed','2024-09-04 18:52:14','2024-09-04 18:52:14',0),(20,'https://point2listing.ca/contact-us','completed','2024-09-04 18:52:19','2024-09-04 18:52:19',0),(21,'https://point2listing.ca/privacy-policy','completed','2024-09-04 18:52:20','2024-09-04 18:52:20',0),(22,'https://point2listing.ca/terms-and-conditions','completed','2024-09-04 18:52:23','2024-09-04 18:52:23',0),(23,'https://point2listing.ca/lead-generation','completed','2024-09-04 18:52:30','2024-09-04 18:52:30',0),(24,'https://point2listing.ca/about-us','completed','2024-09-04 18:52:29','2024-09-04 18:52:29',0),(25,'https://point2listing.ca/email-marketing','completed','2024-09-04 18:53:08','2024-09-04 18:53:08',0),(26,'https://point2listing.ca/seo','completed','2024-09-04 18:53:09','2024-09-04 18:53:09',0),(27,'https://point2listing.ca/ppc','completed','2024-09-04 18:53:14','2024-09-04 18:53:14',0),(28,'https://point2listing.ca/houzez-studio/header','failed','2024-09-04 18:54:08','2024-09-02 18:24:11',0),(29,'https://point2listing.ca/houzez-studio/footer','failed','2024-09-04 18:54:08','2024-09-02 18:24:11',0),(30,'https://point2listing.ca/property','failed','2024-09-04 18:54:08','2024-09-02 18:24:11',0),(35,'https://point2listing.ca/category/real-estate-lead-generation','completed','2024-09-04 18:53:25','2024-09-04 18:53:25',0),(36,'https://point2listing.ca/status/for-sale','failed','2024-09-04 18:55:02','2024-09-02 18:24:12',0),(37,'https://point2listing.ca/feature/kitchen-island','failed','2024-09-04 18:55:02','2024-09-02 18:24:13',0),(38,'https://point2listing.ca/author/poin2info','completed','2024-09-04 18:54:16','2024-09-04 18:54:16',0),(39,'https://point2listing.ca/author/admin','completed','2024-09-05 16:57:26','2024-09-05 16:57:26',0),(101,'https://point2listing.ca/agent','completed','2024-09-05 06:48:10','2024-09-05 06:48:10',0);
/*!40000 ALTER TABLE `wpau_wpr_rocket_cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_wpr_rucss_used_css`
--

DROP TABLE IF EXISTS `wpau_wpr_rucss_used_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_wpr_rucss_used_css` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(2000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `css` longtext COLLATE utf8mb4_unicode_520_ci,
  `hash` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `error_code` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `error_message` longtext COLLATE utf8mb4_unicode_520_ci,
  `unprocessedcss` longtext COLLATE utf8mb4_unicode_520_ci,
  `retries` tinyint(1) NOT NULL DEFAULT '1',
  `is_mobile` tinyint(1) NOT NULL DEFAULT '0',
  `job_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `queue_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_accessed` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `submitted_at` timestamp NULL DEFAULT NULL,
  `next_retry_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `url` (`url`(150),`is_mobile`),
  KEY `modified` (`modified`),
  KEY `last_accessed` (`last_accessed`),
  KEY `status_index` (`status`(191)),
  KEY `error_code_index` (`error_code`),
  KEY `hash` (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_wpr_rucss_used_css`
--

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

--
-- Table structure for table `wpau_yoast_indexable`
--

DROP TABLE IF EXISTS `wpau_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext COLLATE utf8mb4_unicode_520_ci,
  `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci,
  `description` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT '0',
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_520_ci,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT '0',
  `is_robots_noindex` tinyint(1) DEFAULT '0',
  `is_robots_nofollow` tinyint(1) DEFAULT '0',
  `is_robots_noarchive` tinyint(1) DEFAULT '0',
  `is_robots_noimageindex` tinyint(1) DEFAULT '0',
  `is_robots_nosnippet` tinyint(1) DEFAULT '0',
  `twitter_title` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_title` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT '0',
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT '1',
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=99 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_yoast_indexable`
--

LOCK TABLES `wpau_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wpau_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wpau_yoast_indexable` VALUES (1,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-15 10:00:55','2024-08-28 21:36:08',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(2,'https://point2listings.ca/','26:76d8ed28d57f85f844698312c8c4cdb0',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Real Estate Lead Generation','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,1,NULL,'2024-08-15 10:00:55','2024-09-05 16:57:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-04 12:49:38','2024-08-10 12:07:00',NULL),(7,'https://point2listings.ca/category/real-estate-lead-generation/','63:74d571a9d21acc306b6c588f322d670f',1,'term','category',NULL,NULL,NULL,NULL,'Real Estate Lead Generation',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-08-15 11:01:10','2024-09-02 07:42:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-28 12:55:19','2024-08-10 12:07:00',NULL),(8,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-15 11:01:10','2024-08-29 12:03:45',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(9,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-15 11:01:10','2024-08-29 12:03:45',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(10,'https://point2listings.ca/property/','35:b32fc5b81f070331986dc83b23ce7b87',NULL,'post-type-archive','property',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Properties',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-15 11:01:10','2024-08-29 16:02:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-15 11:23:09','2020-09-10 21:18:32',NULL),(11,'https://point2listings.ca/agency/','33:1c3e14572b7c666f6c758166efd2b507',NULL,'post-type-archive','houzez_agency',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Agencies',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-15 11:01:10','2024-08-29 16:02:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(12,'https://point2listings.ca/agent/','32:7d44d368569e96d770611d57c9f9fe3d',NULL,'post-type-archive','houzez_agent',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Agents',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-15 11:01:10','2024-08-29 16:02:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(16,'https://point2listings.ca/tag/apartment/','40:e067cac8b807fd6f3f709399d89126b0',8,'term','post_tag',NULL,NULL,NULL,NULL,'Apartment',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(17,'https://point2listings.ca/tag/business-development/','51:b7583a94d8937fa186abe04dd285e9fd',9,'term','post_tag',NULL,NULL,NULL,NULL,'Business Development',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(18,'https://point2listings.ca/tag/house-for-families/','49:287d7d4590b245011d99bf2d2c8614cd',10,'term','post_tag',NULL,NULL,NULL,NULL,'House for families',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(19,'https://point2listings.ca/tag/houzez/','37:ea8875d4cbbf815850b6476807e571e6',11,'term','post_tag',NULL,NULL,NULL,NULL,'Houzez',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(20,'https://point2listings.ca/tag/luxury/','37:1f677879e4848bfa532a9f4701e6d82a',12,'term','post_tag',NULL,NULL,NULL,NULL,'Luxury',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(21,'https://point2listings.ca/tag/real-estate/','42:f6c5f24976979cfd0404323022763e73',13,'term','post_tag',NULL,NULL,NULL,NULL,'Real Estate',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(22,'https://point2listings.ca/feature/air-conditioning/','51:58e59a59836c51cd65c36986b2069e31',14,'term','property_feature',NULL,NULL,NULL,NULL,'Air Conditioning',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(23,'https://point2listings.ca/feature/ceiling-fan/','46:5a39d66dfef91ee68f4ef8c5c2e32666',15,'term','property_feature',NULL,NULL,NULL,NULL,'Ceiling Fan',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(24,'https://point2listings.ca/feature/exterior-lighting/','52:06e7b49d51ff9a0de4e499ce44024b9a',16,'term','property_feature',NULL,NULL,NULL,NULL,'Exterior Lighting',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(25,'https://point2listings.ca/status/for-sale/','42:fe364ad8bd4e39706df804d7bf0235b2',17,'term','property_status',NULL,NULL,NULL,NULL,'For Sale',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,16,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-15 11:23:09','2020-09-10 21:18:32',NULL),(26,'https://point2listings.ca/feature/kitchen-island/','49:fbdb48cd2166966b175229e72ef062ed',18,'term','property_feature',NULL,NULL,NULL,NULL,'Kitchen Island',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-15 11:23:09','2020-09-10 21:18:32',NULL),(27,'https://point2listings.ca/property-type/large-luxury-villa/','59:2c66704ca6838ee72f5739fc35ca45d7',19,'term','property_type',NULL,NULL,NULL,NULL,'Large Luxury Villa',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(28,'https://point2listings.ca/feature/laundry-room/','47:3ef9ca9602f599603972c3341ea40ab6',20,'term','property_feature',NULL,NULL,NULL,NULL,'Laundry Room',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(29,'https://point2listings.ca/feature/patio/','40:28e17976425b5dfe62ffcec8b0468d40',22,'term','property_feature',NULL,NULL,NULL,NULL,'Patio',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(30,'https://point2listings.ca/property-type/single-family-home/','59:b151e0573b5d53b94ded073855ca62d0',23,'term','property_type',NULL,NULL,NULL,NULL,'Single Family Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:35:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(31,'https://point2listings.ca/property-type/standard-modern-villa/','62:fa68a5ff62555091a28ec8a7795060ba',24,'term','property_type',NULL,NULL,NULL,NULL,'Standard Modern Villa',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:35:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(32,'https://point2listings.ca/property-type/superior-villa/','55:2f708a8f78ac17e15cf8b135637ba223',25,'term','property_type',NULL,NULL,NULL,NULL,'Superior Villa',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:35:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(33,'https://point2listings.ca/feature/utility-room/','47:f66271cd075971aa31cd066137828243',26,'term','property_feature',NULL,NULL,NULL,NULL,'Utility Room',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:20:09','2024-08-29 13:35:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(35,'https://point2listing.ca/','25:ab1d6fc8019cae958b56027a6d71704f',10,'post','page',1,0,'Point2 Listing | Lead Generation and Digital Marketing Services','Get the best real estate lead generation and digital marketing services in Canada. We help realtors get the premium leads.','Homepage &#8211; Point2 Lisiting','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,'first-content-image',NULL,43,2,NULL,'2024-08-15 11:22:27','2024-09-05 10:57:23',1,NULL,NULL,NULL,NULL,0,13,2,'2024-09-04 12:49:38','2020-09-10 14:24:31',0),(38,'https://point2listings.ca/portfolio/','36:6021b5198b5149c07ddf64947d526d2f',20,'post','page',1,0,NULL,NULL,'Portfolio','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-9.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2020/09/image-9.jpg',NULL,'first-content-image',NULL,1,0,NULL,'2024-08-15 11:22:28','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-15 11:23:06','2020-09-10 14:42:23',0),(39,'https://point2listing.ca/about-us/','34:d9e4f49f73470041f3010e0cb8d66cf3',22,'post','page',1,0,NULL,NULL,'About us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp',NULL,'first-content-image',NULL,1,3,NULL,'2024-08-15 11:22:28','2024-09-03 12:03:04',1,NULL,NULL,NULL,NULL,0,2,2,'2024-09-03 06:03:04','2020-09-10 14:42:45',0),(40,'https://point2listing.ca/contact-us/','36:5d8fbf49533bd168f77851db749187d8',24,'post','page',1,0,NULL,'Contact Point2 Listing for queries related to our services. Get real estate leads in Canada with digital marketing services.','Contact us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,'first-content-image',NULL,0,31,NULL,'2024-08-15 11:22:28','2024-09-05 10:57:23',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-02 12:51:45','2020-09-10 14:43:11',0),(45,'https://point2listings.ca/news/','31:ed815089a78c38a5550b01e9bb3cbc0f',1320,'post','page',1,0,NULL,NULL,'News','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-08-15 11:23:01','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-14 18:49:06','2020-09-14 18:49:06',0),(46,'https://point2listings.ca/profile/','34:e64ef2708f1317bdaccebf409697117c',1539,'post','page',1,0,NULL,NULL,'Profile','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-08-15 11:23:01','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-17 16:12:13','2020-09-17 16:12:13',0),(48,'https://point2listing.ca/?post_type=property&p=149','50:c8e416ae902287f18baa1314af8a2167',149,'post','property',1,0,NULL,NULL,'Single Family Home','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/uploads/2020/09/house-model-1.jpg',NULL,'40','featured-image',NULL,NULL,'https://point2listing.ca/wp-content/uploads/2020/09/house-model-1.jpg','40','featured-image','{\"width\":1440,\"height\":960,\"filesize\":419240,\"url\":\"https://point2listing.ca/wp-content/uploads/2020/09/house-model-1.jpg\",\"path\":\"/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/house-model-1.jpg\",\"size\":\"full\",\"id\":40,\"alt\":\"\",\"pixels\":1382400,\"type\":\"image/jpeg\"}',10,6,NULL,'2024-08-15 11:23:01','2024-09-02 20:34:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-02 14:34:38','2020-09-10 21:18:32',0),(49,'https://point2listing.ca/?post_type=property&p=151','50:a1f0dcbb9475ba36c1136441db436d68',151,'post','property',1,0,NULL,NULL,'Standard Modern Villa','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/uploads/2020/09/house-model-2.jpg',NULL,'41','featured-image',NULL,NULL,'https://point2listing.ca/wp-content/uploads/2020/09/house-model-2.jpg','41','featured-image','{\"width\":1440,\"height\":960,\"filesize\":545259,\"url\":\"https://point2listing.ca/wp-content/uploads/2020/09/house-model-2.jpg\",\"path\":\"/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/house-model-2.jpg\",\"size\":\"full\",\"id\":41,\"alt\":\"\",\"pixels\":1382400,\"type\":\"image/jpeg\"}',10,6,NULL,'2024-08-15 11:23:01','2024-09-02 20:34:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-02 14:34:29','2020-09-10 21:19:32',0),(50,'https://point2listing.ca/?post_type=property&p=153','50:843515b4d29ed3943fe1c0bf52dc354f',153,'post','property',1,0,NULL,NULL,'Large Luxury Villa','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/uploads/2020/09/house-model-3.jpg',NULL,'42','featured-image',NULL,NULL,'https://point2listing.ca/wp-content/uploads/2020/09/house-model-3.jpg','42','featured-image','{\"width\":1440,\"height\":960,\"filesize\":448694,\"url\":\"https://point2listing.ca/wp-content/uploads/2020/09/house-model-3.jpg\",\"path\":\"/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/house-model-3.jpg\",\"size\":\"full\",\"id\":42,\"alt\":\"\",\"pixels\":1382400,\"type\":\"image/jpeg\"}',10,6,NULL,'2024-08-15 11:23:02','2024-09-02 20:34:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-02 14:34:18','2020-09-10 21:20:11',0),(51,'https://point2listing.ca/?post_type=property&p=155','50:8cabcbd8921e59128b5fcc45ae8ef185',155,'post','property',1,0,NULL,NULL,'Superior Villa','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/uploads/2020/09/house-model-4.jpg',NULL,'43','featured-image',NULL,NULL,'https://point2listing.ca/wp-content/uploads/2020/09/house-model-4.jpg','43','featured-image','{\"width\":1440,\"height\":960,\"filesize\":290329,\"url\":\"https://point2listing.ca/wp-content/uploads/2020/09/house-model-4.jpg\",\"path\":\"/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2020/09/house-model-4.jpg\",\"size\":\"full\",\"id\":43,\"alt\":\"\",\"pixels\":1382400,\"type\":\"image/jpeg\"}',10,6,NULL,'2024-08-15 11:23:02','2024-09-02 20:34:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-02 14:33:53','2020-09-10 21:20:52',0),(60,'https://point2listing.ca/?post_type=property&p=1719','51:ba40267d8f6e80da073ac4edcf94bc67',1719,'post','property',1,0,NULL,NULL,'Test Property','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg',NULL,NULL,'first-content-image',NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2024-08-15 11:23:03','2024-09-02 20:33:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-02 14:33:37','2024-09-02 14:33:37',0),(61,'https://point2listing.ca/lead-generation/','41:0f7ff632829ddb39ba215bf8bb7ddb87',1809,'post','page',1,0,'Real Estate Lead Generation | %%sitename%%','Leading real estate lead generation services across Canada. Enhance visibility, attract quality leads, and increase sales with our marketing strategies.','Real Estate Lead Generation','publish',NULL,0,NULL,NULL,NULL,'Real Estate Lead Generation',57,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,'first-content-image',NULL,3,11,NULL,'2024-08-15 14:10:55','2024-09-05 10:57:23',1,NULL,NULL,NULL,NULL,0,4,2,'2024-09-04 06:12:36','2024-08-15 14:11:25',0),(65,'https://point2listing.ca/digital-marketing/','43:7349ab5fba828f77040016bebefc451b',1909,'post','page',1,0,NULL,NULL,'Digital Marketing','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,'first-content-image',NULL,3,11,NULL,'2024-08-19 11:48:20','2024-09-05 10:57:23',1,NULL,NULL,NULL,NULL,0,3,2,'2024-09-02 12:41:46','2024-08-19 11:49:46',0),(66,'https://point2listing.ca/web-development/','41:6d730bb7a12a67ae5882c9a9c6ba516e',1925,'post','page',1,0,NULL,NULL,'Web Development','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,'first-content-image',NULL,3,11,NULL,'2024-08-19 11:57:01','2024-09-05 10:57:23',1,NULL,NULL,NULL,NULL,0,4,2,'2024-09-02 12:41:21','2024-08-19 11:59:06',0),(67,'https://point2listing.ca/content-marketing/','43:2394c414d3aeadd642fbb9c73296e796',1937,'post','page',1,0,NULL,NULL,'content marketing','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,'first-content-image',NULL,3,11,NULL,'2024-08-19 12:05:27','2024-09-05 10:57:23',1,NULL,NULL,NULL,NULL,0,4,2,'2024-09-02 12:40:58','2024-08-19 12:06:05',0),(68,'https://point2listing.ca/seo/','29:60cce2291c78ebd06b73e547143f2353',1940,'post','page',1,0,NULL,NULL,'seo','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,'first-content-image',NULL,3,11,NULL,'2024-08-19 12:06:00','2024-09-05 10:57:23',1,NULL,NULL,NULL,NULL,0,4,2,'2024-09-02 12:39:26','2024-08-19 12:06:29',0),(69,'https://point2listing.ca/ppc/','29:c2e9df80e172280a0ee714315b09b721',1949,'post','page',1,0,NULL,NULL,'PPC','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,'first-content-image',NULL,3,11,NULL,'2024-08-19 12:11:27','2024-09-05 10:57:23',1,NULL,NULL,NULL,NULL,0,4,2,'2024-09-02 12:40:45','2024-08-19 12:12:02',0),(70,'https://point2listing.ca/social-media-marketing/','48:3d77a21cfa727662649fbef333fe3a8e',1972,'post','page',1,0,NULL,NULL,'Social Media Marketing','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,'first-content-image',NULL,3,9,NULL,'2024-08-19 12:29:26','2024-09-05 10:57:23',1,NULL,NULL,NULL,NULL,0,3,2,'2024-09-02 12:40:00','2024-08-19 12:32:58',0),(71,'https://point2listing.ca/email-marketing/','41:c065dbd956c719920f11319dff072e05',1975,'post','page',1,0,NULL,NULL,'Email Marketing','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,'first-content-image',NULL,3,9,NULL,'2024-08-19 12:35:35','2024-09-05 10:57:23',1,NULL,NULL,NULL,NULL,0,4,2,'2024-09-02 12:40:05','2024-08-19 12:38:26',0),(72,'https://point2listings.ca/quebec/','33:ed61368656fd20dc14b67ec71e3308fd',2076,'post','page',1,0,NULL,NULL,'Quebec','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Old-Quebec-City-copy.webp',NULL,NULL,'first-content-image',NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Old-Quebec-City-copy.webp',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-08-20 09:40:10','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,3,2,'2024-08-22 08:23:05','2024-08-20 09:49:24',0),(73,'https://point2listing.ca/houzez-studio/footer/','46:0747b98528805916d4fc99a2fc457873',2474,'post','fts_builder',1,0,NULL,NULL,'Footer','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png',NULL,'first-content-image',NULL,13,NULL,NULL,'2024-08-27 15:33:00','2024-09-03 00:11:29',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-02 18:11:29','2024-08-27 11:18:37',0),(74,'https://point2listing.ca/houzez-studio/header/','46:0e19e5154803729603b9f65b778e4977',2482,'post','fts_builder',1,0,NULL,NULL,'Header','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26,NULL,NULL,'2024-08-27 15:33:00','2024-09-04 18:46:24',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-04 12:46:24','2024-08-27 11:38:21',0),(75,'https://point2listings.ca/ontario/','34:1cbc654c536c7842d00ed9ba5904c920',2216,'post','page',1,0,NULL,NULL,'Ontario','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-Falls-copy.webp',NULL,NULL,'first-content-image',NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-Falls-copy.webp',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-08-27 15:33:00','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-22 08:34:13','2024-08-22 08:31:06',0),(76,'https://point2listings.ca/alberta/','34:be27119788b644db4a5534972bf65c4f',2239,'post','page',1,0,NULL,NULL,'Alberta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Banff-National-Park-copy.webp',NULL,NULL,'first-content-image',NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Banff-National-Park-copy.webp',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-08-27 15:33:00','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-22 08:36:33','2024-08-22 08:32:36',0),(77,'https://point2listings.ca/british-columbia/','43:a7cd6bd2e0e16417c5c12734cce355ce',2246,'post','page',1,0,NULL,NULL,'British Columbia','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Okanagan-Valley-copy.webp',NULL,NULL,'first-content-image',NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Okanagan-Valley-copy.webp',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-08-27 15:33:00','2024-08-29 13:35:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-22 08:39:08','2024-08-22 08:34:51',0),(78,'https://point2listings.ca/nova-scotia/','38:6cdc04e6ed9b5af9294a8ae86032cf2c',2256,'post','page',1,0,NULL,NULL,'Nova Scotia','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Peggys-Cove-copy.webp',NULL,NULL,'first-content-image',NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Peggys-Cove-copy.webp',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-08-27 15:33:00','2024-08-28 21:47:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-22 08:54:19','2024-08-22 08:36:58',0),(79,'https://point2listings.ca/saskatchewan/','39:695b7075e06a218d6a16530e47d0dd22',2266,'post','page',1,0,NULL,NULL,'Saskatchewan','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Wanuskewin-Heritage-Park-copy.webp',NULL,NULL,'first-content-image',NULL,NULL,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Wanuskewin-Heritage-Park-copy.webp',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-08-27 15:33:00','2024-08-29 13:35:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-22 08:52:14','2024-08-22 08:39:35',0),(80,'https://point2listings.ca/what-are-the-benefits-of-real-estate-lead-generation/','79:7fcb60cac11ed4a4a382bf99a4086825',2509,'post','post',6,0,NULL,NULL,'What Are The Benefits Of Real Estate Lead Generation?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listings.ca/wp-content/uploads/2024/08/Feature-image.webp',NULL,'2951','featured-image',NULL,NULL,'https://point2listings.ca/wp-content/uploads/2024/08/Feature-image.webp','2951','featured-image','{\"width\":1920,\"height\":1080,\"filesize\":38000,\"url\":\"https://point2listings.ca/wp-content/uploads/2024/08/Feature-image.webp\",\"path\":\"/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2024/08/Feature-image.webp\",\"size\":\"full\",\"id\":2951,\"alt\":\"\",\"pixels\":2073600,\"type\":\"image/webp\"}',1,4,NULL,'2024-08-27 15:33:00','2024-09-02 07:42:47',1,NULL,NULL,NULL,NULL,0,7,2,'2024-08-28 12:55:19','2024-08-10 12:07:00',0),(81,'https://point2listings.ca/7-real-estate-lead-generation-tips-for-quick-results/','79:f3e0051f620acc133cfb5104d8a9134c',2512,'post','post',6,0,NULL,NULL,'7 Real Estate Lead Generation Tips for Quick Results','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listings.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results.webp',NULL,'2946','featured-image',NULL,NULL,'https://point2listings.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results.webp','2946','featured-image','{\"width\":1920,\"height\":1080,\"filesize\":45274,\"url\":\"https://point2listings.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results.webp\",\"path\":\"/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results.webp\",\"size\":\"full\",\"id\":2946,\"alt\":\"7 Real Estate Lead Generation Tips for Quick Results\",\"pixels\":2073600,\"type\":\"image/webp\"}',2,3,NULL,'2024-08-27 15:33:00','2024-09-02 07:42:47',1,NULL,NULL,NULL,NULL,0,7,2,'2024-08-28 12:44:49','2024-08-15 12:08:00',0),(82,'https://point2listings.ca/the-best-real-estate-lead-generation-companies-of-2024/','81:f2333ce05bd44f04069f076d8b363a38',2516,'post','post',6,0,NULL,NULL,'The Best Real Estate Lead Generation Companies of 2024','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listings.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator.webp',NULL,'2926','featured-image',NULL,NULL,'https://point2listings.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator.webp','2926','featured-image','{\"width\":1600,\"height\":900,\"filesize\":32044,\"url\":\"https://point2listings.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator.webp\",\"path\":\"/home1/arxacomm/public_html/point2listingcanada/wp-content/uploads/2024/08/Real-Estate-Lead-Generator.webp\",\"size\":\"full\",\"id\":2926,\"alt\":\"Real Estate Lead Generation\",\"pixels\":1440000,\"type\":\"image/webp\"}',4,3,NULL,'2024-08-27 15:33:00','2024-08-28 22:01:09',1,NULL,NULL,NULL,NULL,0,10,2,'2024-08-28 12:41:50','2024-08-20 12:09:00',0),(83,NULL,NULL,NULL,'post-type-archive','property',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Properties',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-27 15:37:23','2024-08-28 15:33:01',1,NULL,NULL,NULL,NULL,0,NULL,0,'2024-08-15 11:23:09','2020-09-10 21:18:32',NULL),(84,NULL,NULL,NULL,'post-type-archive','houzez_agency',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Agencies',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-27 15:37:23','2024-08-28 15:33:01',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL),(85,NULL,NULL,NULL,'post-type-archive','houzez_agent',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Agents',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-27 15:37:23','2024-08-28 15:33:01',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL),(86,'https://point2listing.ca/privacy-policy/','40:fea0ed2a62f714894cb65446569cd0d3',2580,'post','page',4,0,NULL,NULL,'Privacy Policy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2024-08-28 05:22:23','2024-09-02 17:40:52',1,NULL,NULL,NULL,NULL,0,10,2,'2024-09-02 11:40:50','2024-08-28 05:33:02',0),(87,'https://point2listing.ca/terms-and-conditions/','46:c305c821084ef6d9ed2b8fac3efd3dbb',2595,'post','page',4,0,NULL,NULL,'Terms and Conditions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2024-08-28 05:49:25','2024-09-02 17:43:08',1,NULL,NULL,NULL,NULL,0,12,2,'2024-09-02 11:43:08','2024-08-28 06:04:05',0),(89,'https://point2listing.ca/service/','33:b1448bce62e64efe1eee4e80035ff390',2732,'post','page',1,0,NULL,NULL,'Services','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp',NULL,'first-content-image',NULL,31,2,NULL,'2024-08-28 07:59:01','2024-09-02 18:51:18',1,NULL,NULL,NULL,NULL,0,3,2,'2024-09-02 12:51:18','2024-08-28 07:59:25',0),(92,'https://point2listings.ca/blog/','31:d97061436eb05d10e7460b448fd955d8',2912,'post','page',1,0,NULL,NULL,'Blog','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-08-28 11:50:11','2024-09-04 12:43:24',1,NULL,NULL,NULL,NULL,0,0,2,'2024-08-28 11:50:17','2024-08-28 11:50:10',0),(94,'https://point2listings.ca/author/poin2info/','43:cabf8910bb57afe8f97da9b40fd3a950',6,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/3c8d17203f7f6636a642ad60fd67d39f?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/3c8d17203f7f6636a642ad60fd67d39f?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2024-08-28 12:41:58','2024-08-28 22:01:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-28 12:55:19','2024-08-10 12:07:00',NULL),(95,'https://point2listings.ca/property/','35:b32fc5b81f070331986dc83b23ce7b87',NULL,'post-type-archive','property',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Properties',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-29 07:20:41','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-15 11:23:09','2020-09-10 21:18:32',NULL),(96,'https://point2listings.ca/agency/','33:1c3e14572b7c666f6c758166efd2b507',NULL,'post-type-archive','houzez_agency',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Agencies',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-29 07:20:41','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(97,'https://point2listings.ca/agent/','32:7d44d368569e96d770611d57c9f9fe3d',NULL,'post-type-archive','houzez_agent',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Agents',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-29 07:20:41','2024-08-29 13:20:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(98,'https://point2listings.ca/?page_id=3093','39:e752012dc2a97f89990bbab66815af75',3093,'post','page',4,0,NULL,NULL,'contact','trash',0,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://point2listings.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,NULL,'first-content-image',NULL,NULL,'https://point2listings.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-08-30 12:36:07','2024-08-30 18:53:11',1,NULL,NULL,NULL,NULL,0,1,2,'2024-08-30 12:53:08','2024-08-30 12:36:51',0);
/*!40000 ALTER TABLE `wpau_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `wpau_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_yoast_indexable_hierarchy`
--

LOCK TABLES `wpau_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wpau_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wpau_yoast_indexable_hierarchy` VALUES (7,0,0,1),(8,0,0,1),(9,0,0,1),(10,0,0,1),(11,0,0,1),(12,0,0,1),(16,0,0,1),(17,0,0,1),(18,0,0,1),(19,0,0,1),(20,0,0,1),(21,0,0,1),(22,0,0,1),(23,0,0,1),(24,0,0,1),(25,0,0,1),(26,0,0,1),(27,0,0,1),(28,0,0,1),(29,0,0,1),(30,0,0,1),(31,0,0,1),(32,0,0,1),(33,0,0,1),(35,0,0,1),(38,0,0,1),(39,0,0,1),(40,0,0,1),(45,0,0,1),(46,0,0,1),(48,0,0,1),(49,0,0,1),(50,0,0,1),(51,0,0,1),(60,0,0,1),(61,0,0,1),(65,0,0,1),(66,0,0,1),(67,0,0,1),(68,0,0,1),(69,0,0,1),(70,0,0,1),(71,0,0,1),(72,0,0,1),(73,0,0,1),(74,0,0,1),(75,0,0,1),(76,0,0,1),(77,0,0,1),(78,0,0,1),(79,0,0,1),(80,0,0,1),(81,0,0,1),(82,0,0,1),(86,0,0,1),(87,0,0,1),(89,0,0,1),(92,0,0,1),(94,0,0,1),(98,0,0,1);
/*!40000 ALTER TABLE `wpau_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_yoast_migrations`
--

DROP TABLE IF EXISTS `wpau_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wpau_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_yoast_migrations`
--

LOCK TABLES `wpau_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wpau_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wpau_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404'),(24,'20230417083836');
/*!40000 ALTER TABLE `wpau_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpau_yoast_primary_term`
--

DROP TABLE IF EXISTS `wpau_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_yoast_primary_term`
--

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

--
-- Table structure for table `wpau_yoast_seo_links`
--

DROP TABLE IF EXISTS `wpau_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpau_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=1721 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpau_yoast_seo_links`
--

LOCK TABLES `wpau_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wpau_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wpau_yoast_seo_links` VALUES (106,'https://demo18.houzez.co/contact-us/',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(163,'https://demo18.houzez.co/contact-us/',149,NULL,'external',48,NULL,NULL,NULL,NULL,NULL,NULL),(164,'https://demo18.houzez.co/services/',149,NULL,'external',48,NULL,NULL,NULL,NULL,NULL,NULL),(165,'https://demo18.houzez.co/services/',149,NULL,'external',48,NULL,NULL,NULL,NULL,NULL,NULL),(199,'https://demo18.houzez.co/contact-us/',151,NULL,'external',49,NULL,NULL,NULL,NULL,NULL,NULL),(200,'https://demo18.houzez.co/services/',151,NULL,'external',49,NULL,NULL,NULL,NULL,NULL,NULL),(201,'https://demo18.houzez.co/services/',151,NULL,'external',49,NULL,NULL,NULL,NULL,NULL,NULL),(229,'https://i0.wp.com/demo18.houzez.co/wp-content/uploads/2020/09/plan-2.jpg?w=1170&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(230,'https://i0.wp.com/demo18.houzez.co/wp-content/uploads/2020/09/plan-1.jpg?w=1170&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(236,'https://demo18.houzez.co/contact-us/',153,NULL,'external',50,NULL,NULL,NULL,NULL,NULL,NULL),(237,'https://demo18.houzez.co/services/',153,NULL,'external',50,NULL,NULL,NULL,NULL,NULL,NULL),(238,'https://demo18.houzez.co/services/',153,NULL,'external',50,NULL,NULL,NULL,NULL,NULL,NULL),(253,'https://demo18.houzez.co/contact-us/',153,NULL,'external',50,NULL,NULL,NULL,NULL,NULL,NULL),(267,'https://i0.wp.com/demo18.houzez.co/wp-content/uploads/2020/09/plan-1.jpg?w=1170&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(268,'https://i0.wp.com/demo18.houzez.co/wp-content/uploads/2020/09/plan-2.jpg?w=1170&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(274,'https://demo18.houzez.co/contact-us/',155,NULL,'external',51,NULL,NULL,NULL,NULL,NULL,NULL),(275,'https://demo18.houzez.co/services/',155,NULL,'external',51,NULL,NULL,NULL,NULL,NULL,NULL),(276,'https://demo18.houzez.co/services/',155,NULL,'external',51,NULL,NULL,NULL,NULL,NULL,NULL),(291,'https://demo18.houzez.co/contact-us/',155,NULL,'external',51,NULL,NULL,NULL,NULL,NULL,NULL),(375,'https://listings.arxacommunications.com/',20,NULL,'internal',38,2,NULL,NULL,NULL,NULL,NULL),(376,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-9.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(377,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(378,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(379,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-11.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(380,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(381,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(382,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-12.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(383,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-4.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(384,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-3.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(385,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(386,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(387,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(388,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-1.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(389,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-4.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(390,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-6.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(391,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-7.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(392,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-5.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(393,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-10.jpg?ssl=1',20,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(394,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-9.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(395,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(396,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(397,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-11.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(398,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(399,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(400,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-12.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(401,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-4.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(402,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-3.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(403,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(404,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(405,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(406,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-1.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(407,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-4.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(408,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-6.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(409,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-7.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(410,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-5.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(411,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-10.jpg?resize=1170%2C780&amp;ssl=1',20,NULL,'image-ex',38,NULL,NULL,NULL,NULL,NULL,NULL),(441,'https://listings.arxacommunications.com/status/for-sale/',149,NULL,'internal',48,25,NULL,NULL,NULL,NULL,NULL),(442,'https://listings.arxacommunications.com/property/solution-4/',149,155,'internal',48,51,NULL,NULL,NULL,NULL,NULL),(443,'https://listings.arxacommunications.com/property/solution-4/',149,155,'internal',48,51,NULL,NULL,NULL,NULL,NULL),(444,'https://listings.arxacommunications.com/status/for-sale/',149,NULL,'internal',48,25,NULL,NULL,NULL,NULL,NULL),(445,'https://listings.arxacommunications.com/property/solution-3/',149,153,'internal',48,50,NULL,NULL,NULL,NULL,NULL),(446,'https://listings.arxacommunications.com/property/solution-3/',149,153,'internal',48,50,NULL,NULL,NULL,NULL,NULL),(447,'https://listings.arxacommunications.com/status/for-sale/',149,NULL,'internal',48,25,NULL,NULL,NULL,NULL,NULL),(448,'https://listings.arxacommunications.com/property/solution-2/',149,151,'internal',48,49,NULL,NULL,NULL,NULL,NULL),(449,'https://listings.arxacommunications.com/property/solution-2/',149,151,'internal',48,49,NULL,NULL,NULL,NULL,NULL),(450,'https://listings.arxacommunications.com/status/for-sale/',149,NULL,'internal',48,25,NULL,NULL,NULL,NULL,NULL),(451,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg?resize=592%2C444&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(452,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg?resize=592%2C444&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(453,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg?resize=592%2C444&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(454,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-1.jpg?resize=592%2C444&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(455,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-7.jpg?resize=592%2C444&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(456,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-5.jpg?resize=592%2C444&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(457,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-4.jpg?resize=592%2C444&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(458,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-3.jpg?resize=592%2C444&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(459,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-6.jpg?resize=592%2C444&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(460,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-6.jpg?resize=592%2C444&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(461,'https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg',149,131,'image-in',48,NULL,64,64,2018,NULL,NULL),(462,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg?resize=768%2C512&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(463,'https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg',149,114,'image-in',48,NULL,64,64,679,NULL,NULL),(464,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg?resize=584%2C438&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(465,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg?resize=584%2C438&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(466,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg?resize=584%2C438&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(467,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg?resize=584%2C438&amp;ssl=1',149,NULL,'image-ex',48,NULL,NULL,NULL,NULL,NULL,NULL),(468,'https://i0.wp.com/demo18.houzez.co/wp-content/uploads/2020/09/plan-2.jpg?ssl=1',151,NULL,'external',49,NULL,NULL,NULL,NULL,NULL,NULL),(469,'https://i0.wp.com/demo18.houzez.co/wp-content/uploads/2020/09/plan-1.jpg?ssl=1',151,NULL,'external',49,NULL,NULL,NULL,NULL,NULL,NULL),(470,'https://listings.arxacommunications.com/status/for-sale/',151,NULL,'internal',49,25,NULL,NULL,NULL,NULL,NULL),(471,'https://listings.arxacommunications.com/property/solution-4/',151,155,'internal',49,51,NULL,NULL,NULL,NULL,NULL),(472,'https://listings.arxacommunications.com/property/solution-4/',151,155,'internal',49,51,NULL,NULL,NULL,NULL,NULL),(473,'https://listings.arxacommunications.com/status/for-sale/',151,NULL,'internal',49,25,NULL,NULL,NULL,NULL,NULL),(474,'https://listings.arxacommunications.com/property/solution-3/',151,153,'internal',49,50,NULL,NULL,NULL,NULL,NULL),(475,'https://listings.arxacommunications.com/property/solution-3/',151,153,'internal',49,50,NULL,NULL,NULL,NULL,NULL),(476,'https://listings.arxacommunications.com/status/for-sale/',151,NULL,'internal',49,25,NULL,NULL,NULL,NULL,NULL),(477,'https://listings.arxacommunications.com/status/for-sale/',151,NULL,'internal',49,25,NULL,NULL,NULL,NULL,NULL),(478,'https://listings.arxacommunications.com/property/solution-1/',151,149,'internal',49,48,NULL,NULL,NULL,NULL,NULL),(479,'https://listings.arxacommunications.com/property/solution-1/',151,149,'internal',49,48,NULL,NULL,NULL,NULL,NULL),(480,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg?resize=592%2C444&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(481,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg?resize=592%2C444&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(482,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/cozy-1.jpg?resize=592%2C444&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(483,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-7.jpg?resize=592%2C444&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(484,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-6.jpg?resize=592%2C444&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(485,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-5.jpg?resize=592%2C444&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(486,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-4.jpg?resize=592%2C444&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(487,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-1.jpg?resize=592%2C444&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(488,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg?resize=592%2C444&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(489,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-5.jpg?resize=592%2C444&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(490,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-3.jpg?resize=592%2C444&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(491,'https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg',151,131,'image-in',49,NULL,64,64,2018,NULL,NULL),(492,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg?resize=768%2C512&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(493,'https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg',151,114,'image-in',49,NULL,64,64,679,NULL,NULL),(494,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg?resize=584%2C438&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(495,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg?resize=584%2C438&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(496,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg?resize=584%2C438&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(497,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg?resize=584%2C438&amp;ssl=1',151,NULL,'image-ex',49,NULL,NULL,NULL,NULL,NULL,NULL),(498,'https://i0.wp.com/demo18.houzez.co/wp-content/uploads/2020/09/plan-1.jpg?ssl=1',153,NULL,'external',50,NULL,NULL,NULL,NULL,NULL,NULL),(499,'https://i0.wp.com/demo18.houzez.co/wp-content/uploads/2020/09/plan-2.jpg?ssl=1',153,NULL,'external',50,NULL,NULL,NULL,NULL,NULL,NULL),(500,'https://listings.arxacommunications.com/status/for-sale/',153,NULL,'internal',50,25,NULL,NULL,NULL,NULL,NULL),(501,'https://listings.arxacommunications.com/property/solution-4/',153,155,'internal',50,51,NULL,NULL,NULL,NULL,NULL),(502,'https://listings.arxacommunications.com/property/solution-4/',153,155,'internal',50,51,NULL,NULL,NULL,NULL,NULL),(503,'https://listings.arxacommunications.com/status/for-sale/',153,NULL,'internal',50,25,NULL,NULL,NULL,NULL,NULL),(504,'https://listings.arxacommunications.com/status/for-sale/',153,NULL,'internal',50,25,NULL,NULL,NULL,NULL,NULL),(505,'https://listings.arxacommunications.com/property/solution-2/',153,151,'internal',50,49,NULL,NULL,NULL,NULL,NULL),(506,'https://listings.arxacommunications.com/property/solution-2/',153,151,'internal',50,49,NULL,NULL,NULL,NULL,NULL),(507,'https://listings.arxacommunications.com/status/for-sale/',153,NULL,'internal',50,25,NULL,NULL,NULL,NULL,NULL),(508,'https://listings.arxacommunications.com/property/solution-1/',153,149,'internal',50,48,NULL,NULL,NULL,NULL,NULL),(509,'https://listings.arxacommunications.com/property/solution-1/',153,149,'internal',50,48,NULL,NULL,NULL,NULL,NULL),(510,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg?resize=592%2C444&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(511,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-4.jpg?resize=592%2C444&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(512,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg?resize=592%2C444&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(513,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-5.jpg?resize=592%2C444&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(514,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-7.jpg?resize=592%2C444&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(515,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-6.jpg?resize=592%2C444&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(516,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-1.jpg?resize=592%2C444&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(517,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-4.jpg?resize=592%2C444&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(518,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-3.jpg?resize=592%2C444&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(519,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-5.jpg?resize=592%2C444&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(520,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-6.jpg?resize=592%2C444&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(521,'https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg',153,131,'image-in',50,NULL,64,64,2018,NULL,NULL),(522,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg?resize=768%2C512&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(523,'https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg',153,114,'image-in',50,NULL,64,64,679,NULL,NULL),(524,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg?resize=584%2C438&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(525,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg?resize=584%2C438&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(526,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg?resize=584%2C438&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(527,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg?resize=584%2C438&amp;ssl=1',153,NULL,'image-ex',50,NULL,NULL,NULL,NULL,NULL,NULL),(528,'https://listings.arxacommunications.com/status/for-sale/',155,NULL,'internal',51,25,NULL,NULL,NULL,NULL,NULL),(529,'https://listings.arxacommunications.com/status/for-sale/',155,NULL,'internal',51,25,NULL,NULL,NULL,NULL,NULL),(530,'https://listings.arxacommunications.com/property/solution-3/',155,153,'internal',51,50,NULL,NULL,NULL,NULL,NULL),(531,'https://listings.arxacommunications.com/property/solution-3/',155,153,'internal',51,50,NULL,NULL,NULL,NULL,NULL),(532,'https://listings.arxacommunications.com/status/for-sale/',155,NULL,'internal',51,25,NULL,NULL,NULL,NULL,NULL),(533,'https://listings.arxacommunications.com/property/solution-2/',155,151,'internal',51,49,NULL,NULL,NULL,NULL,NULL),(534,'https://listings.arxacommunications.com/property/solution-2/',155,151,'internal',51,49,NULL,NULL,NULL,NULL,NULL),(535,'https://listings.arxacommunications.com/status/for-sale/',155,NULL,'internal',51,25,NULL,NULL,NULL,NULL,NULL),(536,'https://listings.arxacommunications.com/property/solution-1/',155,149,'internal',51,48,NULL,NULL,NULL,NULL,NULL),(537,'https://listings.arxacommunications.com/property/solution-1/',155,149,'internal',51,48,NULL,NULL,NULL,NULL,NULL),(538,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(539,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-4.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(540,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-3.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(541,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-5.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(542,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-7.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(543,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-2.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(544,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-5.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(545,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-4.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(546,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-1.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(547,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/gallery-6.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(548,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-6.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(549,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-7.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(550,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/image-3.jpg?resize=592%2C444&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(551,'https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-school-book-trophy@64x64.svg',155,131,'image-in',51,NULL,64,64,2018,NULL,NULL),(552,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg?resize=768%2C512&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(553,'https://listings.arxacommunications.com/wp-content/uploads/2020/09/streamline-icon-ecology-leaf@64x64.svg',155,114,'image-in',51,NULL,64,64,679,NULL,NULL),(554,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-4.jpg?resize=584%2C438&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(555,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-3.jpg?resize=584%2C438&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(556,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-2.jpg?resize=584%2C438&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(557,'https://i0.wp.com/listings.arxacommunications.com/wp-content/uploads/2020/09/house-model-1.jpg?resize=584%2C438&amp;ssl=1',155,NULL,'image-ex',51,NULL,NULL,NULL,NULL,NULL,NULL),(922,'https://www.facebook.com/point2listing/',2474,NULL,'external',73,NULL,NULL,NULL,NULL,NULL,NULL),(923,'https://www.instagram.com/point2listing?igsh=MTRzejZvYmN3bTQzOQ==',2474,NULL,'external',73,NULL,NULL,NULL,NULL,NULL,NULL),(931,'https://rankray.us/',2474,NULL,'external',73,NULL,NULL,NULL,NULL,NULL,NULL),(957,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Old-Quebec-City-copy.webp',2076,2210,'image-in',72,NULL,1080,1920,45926,NULL,NULL),(958,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Montmorency-Falls-copy.webp',2076,2208,'image-in',72,NULL,1080,1920,31604,NULL,NULL),(959,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Mont-Tremblant-1-copy.webp',2076,2209,'image-in',72,NULL,1080,1920,61860,NULL,NULL),(960,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Plains-of-Abraham-copy.webp',2076,2211,'image-in',72,NULL,1080,1920,39410,NULL,NULL),(961,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-Falls-copy.webp',2216,2243,'image-in',75,NULL,1080,1920,33322,NULL,NULL),(962,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Thousand-Islands-copy.webp',2216,2247,'image-in',75,NULL,1080,1920,43468,NULL,NULL),(963,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Algonquin-Provincial-Park-copy.webp',2216,2242,'image-in',75,NULL,1080,1920,68500,NULL,NULL),(964,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Niagara-on-the-Lake-copy.webp',2216,2244,'image-in',75,NULL,1080,1920,47420,NULL,NULL),(965,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Banff-National-Park-copy.webp',2239,2253,'image-in',76,NULL,1080,1920,34470,NULL,NULL),(966,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Calgary-Stampede-copy.webp',2239,2254,'image-in',76,NULL,1080,1920,29504,NULL,NULL),(967,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Drumheller-copy.webp',2239,2255,'image-in',76,NULL,1080,1920,18090,NULL,NULL),(968,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Jasper-National-Park-copy.webp',2239,2258,'image-in',76,NULL,1080,1920,71444,NULL,NULL),(969,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Okanagan-Valley-copy.webp',2246,2268,'image-in',77,NULL,1080,1920,26314,NULL,NULL),(970,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Glacier-National-copy.webp',2246,2263,'image-in',77,NULL,1080,1920,56844,NULL,NULL),(971,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Haida-Gwaii-copy.webp',2246,2265,'image-in',77,NULL,1080,1920,37712,NULL,NULL),(972,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Great-Bear-Rainforest-copy.webp',2246,2264,'image-in',77,NULL,1080,1920,20048,NULL,NULL),(973,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Peggys-Cove-copy.webp',2256,2276,'image-in',78,NULL,1080,1920,31400,NULL,NULL),(974,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Cabot-Trail-copy.webp',2256,2277,'image-in',78,NULL,1080,1920,23804,NULL,NULL),(975,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Lunenburg-copy.webp',2256,2275,'image-in',78,NULL,1080,1920,59192,NULL,NULL),(976,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Halifax-copy-1.webp',2256,2274,'image-in',78,NULL,1080,1920,35782,NULL,NULL),(977,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Wanuskewin-Heritage-Park-copy.webp',2266,2281,'image-in',79,NULL,1080,1920,26950,NULL,NULL),(978,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Regina-copy.webp',2266,2280,'image-in',79,NULL,1080,1920,29474,NULL,NULL),(979,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Prince-Albert-National-Park-copy.webp',2266,2279,'image-in',79,NULL,1080,1920,35614,NULL,NULL),(980,'https://listings.arxacommunications.com/wp-content/uploads/2024/08/Grasslands-National-Park-copy.webp',2266,2278,'image-in',79,NULL,1080,1920,18324,NULL,NULL),(1156,'https://listings.arxacommunications.com/social-media-marketing/',2732,NULL,'external',89,NULL,NULL,NULL,NULL,NULL,NULL),(1157,'https://listings.arxacommunications.com/social-media-marketing/',2732,NULL,'external',89,NULL,NULL,NULL,NULL,NULL,NULL),(1158,'https://listings.arxacommunications.com/social-media-marketing/',2732,NULL,'external',89,NULL,NULL,NULL,NULL,NULL,NULL),(1159,'https://listings.arxacommunications.com/social-media-marketing/',2732,NULL,'external',89,NULL,NULL,NULL,NULL,NULL,NULL),(1160,'https://listings.arxacommunications.com/email-marketing/',2732,NULL,'external',89,NULL,NULL,NULL,NULL,NULL,NULL),(1161,'https://listings.arxacommunications.com/email-marketing/',2732,NULL,'external',89,NULL,NULL,NULL,NULL,NULL,NULL),(1162,'https://listings.arxacommunications.com/email-marketing/',2732,NULL,'external',89,NULL,NULL,NULL,NULL,NULL,NULL),(1163,'https://listings.arxacommunications.com/email-marketing/',2732,NULL,'external',89,NULL,NULL,NULL,NULL,NULL,NULL),(1208,'https://www.linkedin.com/company/point2listing',2474,NULL,'external',73,NULL,NULL,NULL,NULL,NULL,NULL),(1327,'https://point2listings.ca/services/real-estate-lead-generation/',2509,NULL,'internal',80,NULL,NULL,NULL,NULL,NULL,NULL),(1338,'https://point2listings.ca/what-are-the-benefits-of-real-estate-lead-generation/',2512,2509,'internal',81,80,NULL,NULL,NULL,NULL,NULL),(1339,'https://www.zillow.com/',2512,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),(1340,'https://www.realtor.com/',2512,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),(1341,'https://www.trulia.com/',2512,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),(1342,'https://www.facebook.com/marketplace/',2512,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),(1343,'https://point2listings.ca/services/real-estate-lead-generation/',2512,NULL,'internal',81,NULL,NULL,NULL,NULL,NULL,NULL),(1382,'https://point2listings.ca/services/digital-marketing-canada/',2516,NULL,'internal',82,NULL,NULL,NULL,NULL,NULL,NULL),(1383,'https://www.marketleader.com/',2516,NULL,'external',82,NULL,NULL,NULL,NULL,NULL,NULL),(1384,'https://www.marketleader.com/products/real-estate-leads/network-boost-facebook-instagram-leads/',2516,NULL,'external',82,NULL,NULL,NULL,NULL,NULL,NULL),(1385,'https://www.housevalues.com/',2516,NULL,'external',82,NULL,NULL,NULL,NULL,NULL,NULL),(1386,'https://zurple.com/',2516,NULL,'external',82,NULL,NULL,NULL,NULL,NULL,NULL),(1387,'https://www.zillow.com/',2516,NULL,'external',82,NULL,NULL,NULL,NULL,NULL,NULL),(1388,'https://www.cincpro.com/',2516,NULL,'external',82,NULL,NULL,NULL,NULL,NULL,NULL),(1389,'https://smartzip.com/',2516,NULL,'external',82,NULL,NULL,NULL,NULL,NULL,NULL),(1390,'https://zbuyer.com/',2516,NULL,'external',82,NULL,NULL,NULL,NULL,NULL,NULL),(1391,'https://point2listings.ca/services/real-estate-lead-generation/',2516,NULL,'internal',82,NULL,NULL,NULL,NULL,NULL,NULL),(1392,'https://point2listings.ca/services/search-engine-optimization/',2516,NULL,'internal',82,NULL,NULL,NULL,NULL,NULL,NULL),(1393,'https://point2listings.ca/services/ppc-advertising/',2516,NULL,'internal',82,NULL,NULL,NULL,NULL,NULL,NULL),(1401,'https://point2listings.ca/wp-content/uploads/2024/08/Benefits-for-Real-Estate-Agents-1-1024x576.webp',2516,2929,'image-in',82,NULL,900,1600,31654,NULL,NULL),(1402,'https://point2listings.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generation-1024x576.webp',2516,2928,'image-in',82,NULL,1080,1920,60952,NULL,NULL),(1403,'https://point2listings.ca/wp-content/uploads/2024/08/Update-Your-Website-Content-1024x576.webp',2512,2948,'image-in',81,NULL,900,1600,60584,NULL,NULL),(1404,'https://point2listings.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generation-2-1024x576.webp',2512,2949,'image-in',81,NULL,900,1600,37690,NULL,NULL),(1405,'https://point2listings.ca/wp-content/uploads/2024/08/Top-Benefits-of-Lead-Generation-for-Real-Estate-Agents-1024x576.webp',2509,2952,'image-in',80,NULL,900,1600,85260,NULL,NULL),(1412,'https://point2listings.ca/wp-content/uploads/2024/08/Lead-Nurturing-Strategies-for-Real-Estate-Agents-1024x576.webp',2509,2953,'image-in',80,NULL,900,1600,50600,NULL,NULL),(1416,'tel:(888)%20876-1054',24,NULL,'external',40,NULL,NULL,NULL,NULL,NULL,NULL),(1417,'tel:(888)%20876-1054',24,NULL,'external',40,NULL,NULL,NULL,NULL,NULL,NULL),(1418,'mailto:info@point2listings.ca',24,NULL,'external',40,NULL,NULL,NULL,NULL,NULL,NULL),(1419,'mailto:info@point2listings.ca',24,NULL,'external',40,NULL,NULL,NULL,NULL,NULL,NULL),(1439,'https://point2listings.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',3093,NULL,'image-in',98,NULL,NULL,NULL,NULL,NULL,NULL),(1440,'https://point2listing.ca/contact-us/',10,24,'internal',35,40,NULL,NULL,NULL,NULL,NULL),(1441,'https://point2listing.ca/lead-generation/',10,1809,'internal',35,61,NULL,NULL,NULL,NULL,NULL),(1442,'https://point2listing.ca//lead-generation/',10,1809,'internal',35,61,NULL,NULL,NULL,NULL,NULL),(1443,'https://point2listing.ca/lead-generation/',10,1809,'internal',35,61,NULL,NULL,NULL,NULL,NULL),(1444,'https://point2listing.ca/lead-generation/',10,1809,'internal',35,61,NULL,NULL,NULL,NULL,NULL),(1445,'https://point2listing.ca/digital-marketing/',10,1909,'internal',35,65,NULL,NULL,NULL,NULL,NULL),(1446,'https://point2listing.ca/digital-marketing/',10,1909,'internal',35,65,NULL,NULL,NULL,NULL,NULL),(1447,'https://point2listing.ca/digital-marketing/',10,1909,'internal',35,65,NULL,NULL,NULL,NULL,NULL),(1448,'https://point2listing.ca/digital-marketing/',10,1909,'internal',35,65,NULL,NULL,NULL,NULL,NULL),(1449,'https://point2listing.ca/web-development/',10,1925,'internal',35,66,NULL,NULL,NULL,NULL,NULL),(1450,'https://point2listing.ca/web-development/',10,1925,'internal',35,66,NULL,NULL,NULL,NULL,NULL),(1451,'https://point2listing.ca/web-development/',10,1925,'internal',35,66,NULL,NULL,NULL,NULL,NULL),(1452,'https://point2listing.ca/web-development/',10,1925,'internal',35,66,NULL,NULL,NULL,NULL,NULL),(1453,'https://point2listing.ca/content-marketing/',10,1937,'internal',35,67,NULL,NULL,NULL,NULL,NULL),(1454,'https://point2listing.ca/content-marketing/',10,1937,'internal',35,67,NULL,NULL,NULL,NULL,NULL),(1455,'https://point2listing.ca/content-marketing/',10,1937,'internal',35,67,NULL,NULL,NULL,NULL,NULL),(1456,'https://point2listing.ca/content-marketing/',10,1937,'internal',35,67,NULL,NULL,NULL,NULL,NULL),(1457,'https://point2listing.ca/seo/',10,1940,'internal',35,68,NULL,NULL,NULL,NULL,NULL),(1458,'https://point2listing.ca/seo/',10,1940,'internal',35,68,NULL,NULL,NULL,NULL,NULL),(1459,'https://point2listing.ca/seo/',10,1940,'internal',35,68,NULL,NULL,NULL,NULL,NULL),(1460,'https://point2listing.ca/seo/',10,1940,'internal',35,68,NULL,NULL,NULL,NULL,NULL),(1461,'https://point2listing.ca/ppc/',10,1949,'internal',35,69,NULL,NULL,NULL,NULL,NULL),(1462,'https://point2listing.ca/ppc/',10,1949,'internal',35,69,NULL,NULL,NULL,NULL,NULL),(1463,'https://point2listing.ca/ppc/',10,1949,'internal',35,69,NULL,NULL,NULL,NULL,NULL),(1464,'https://point2listing.ca/ppc/',10,1949,'internal',35,69,NULL,NULL,NULL,NULL,NULL),(1465,'https://point2listing.ca/social-media-marketing/',10,1972,'internal',35,70,NULL,NULL,NULL,NULL,NULL),(1466,'https://point2listing.ca/social-media-marketing/',10,1972,'internal',35,70,NULL,NULL,NULL,NULL,NULL),(1467,'https://point2listing.ca/social-media-marketing/',10,1972,'internal',35,70,NULL,NULL,NULL,NULL,NULL),(1468,'https://point2listing.ca/email-marketing/',10,1975,'internal',35,71,NULL,NULL,NULL,NULL,NULL),(1469,'https://point2listing.ca/email-marketing/',10,1975,'internal',35,71,NULL,NULL,NULL,NULL,NULL),(1470,'https://point2listing.ca/email-marketing/',10,1975,'internal',35,71,NULL,NULL,NULL,NULL,NULL),(1471,'https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/',10,2516,'internal',35,82,NULL,NULL,NULL,NULL,NULL),(1473,'https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/',10,2516,'internal',35,82,NULL,NULL,NULL,NULL,NULL),(1474,'https://point2listing.ca/the-best-real-estate-lead-generation-companies-of-2024/',10,2516,'internal',35,82,NULL,NULL,NULL,NULL,NULL),(1475,'https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/',10,2512,'internal',35,81,NULL,NULL,NULL,NULL,NULL),(1477,'https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/',10,2512,'internal',35,81,NULL,NULL,NULL,NULL,NULL),(1478,'https://point2listing.ca/7-real-estate-lead-generation-tips-for-quick-results/',10,2512,'internal',35,81,NULL,NULL,NULL,NULL,NULL),(1479,'https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/',10,2509,'internal',35,80,NULL,NULL,NULL,NULL,NULL),(1481,'https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/',10,2509,'internal',35,80,NULL,NULL,NULL,NULL,NULL),(1482,'https://point2listing.ca/what-are-the-benefits-of-real-estate-lead-generation/',10,2509,'internal',35,80,NULL,NULL,NULL,NULL,NULL),(1483,'https://point2listing.ca/contact-us/',10,24,'internal',35,40,NULL,NULL,NULL,NULL,NULL),(1484,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',10,NULL,'image-in',35,NULL,NULL,NULL,NULL,NULL,NULL),(1486,'https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp',10,1764,'image-in',35,NULL,1080,1920,64284,NULL,NULL),(1491,'https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp',10,1765,'image-in',35,NULL,1080,1920,39682,NULL,NULL),(1493,'https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp',10,2132,'image-in',35,NULL,1080,1920,50600,NULL,NULL),(1494,'https://point2listing.ca/wp-content/uploads/2024/08/QUEBIC.webp',10,1777,'image-in',35,NULL,1701,2560,108082,NULL,NULL),(1495,'https://point2listing.ca/wp-content/uploads/2024/08/Ontario.webp',10,1778,'image-in',35,NULL,1701,2560,136110,NULL,NULL),(1496,'https://point2listing.ca/wp-content/uploads/2024/08/Alberta.webp',10,1779,'image-in',35,NULL,1701,2560,73360,NULL,NULL),(1497,'https://point2listing.ca/wp-content/uploads/2024/08/British-colambia.webp',10,1780,'image-in',35,NULL,1701,2560,126004,NULL,NULL),(1498,'https://point2listing.ca/wp-content/uploads/2024/08/Nova-scotia.webp',10,1781,'image-in',35,NULL,1701,2560,99234,NULL,NULL),(1499,'https://point2listing.ca/wp-content/uploads/2024/08/Saskatchawan.webp',10,1782,'image-in',35,NULL,1701,2560,56644,NULL,NULL),(1511,'https://point2listing.ca/wp-content/uploads/2024/08/Real-Estate-Lead-Generator-592x444.webp',10,NULL,'image-in',35,NULL,NULL,NULL,NULL,NULL,NULL),(1512,'https://point2listing.ca/wp-content/uploads/2024/08/7-Real-Estate-Lead-Generation-Tips-for-Quick-Results-592x444.webp',10,NULL,'image-in',35,NULL,NULL,NULL,NULL,NULL,NULL),(1513,'https://point2listing.ca/wp-content/uploads/2024/08/Feature-image-592x444.webp',10,NULL,'image-in',35,NULL,NULL,NULL,NULL,NULL,NULL),(1514,'https://point2listing.ca/wp-content/uploads/2024/08/Lead-Collection.webp',10,2464,'image-in',35,NULL,64,64,1216,NULL,NULL),(1515,'https://point2listing.ca/wp-content/uploads/2024/08/Initial-Qualification.webp',10,2463,'image-in',35,NULL,64,64,1496,NULL,NULL),(1516,'https://point2listing.ca/wp-content/uploads/2024/08/Lead-Enrichment.webp',10,2465,'image-in',35,NULL,64,64,1234,NULL,NULL),(1517,'https://point2listing.ca/wp-content/uploads/2024/08/Sales-Readiness.webp',10,2466,'image-in',35,NULL,64,64,1496,NULL,NULL),(1518,'https://point2listing.ca/contact-us/',22,24,'internal',39,40,NULL,NULL,NULL,NULL,NULL),(1519,'https://point2listing.ca/wp-content/uploads/2024/08/hand-presenting-model-house-home-loan-campaign-1024x683-1.webp',22,1886,'image-in',39,NULL,683,1024,16112,NULL,NULL),(1520,'https://point2listing.ca/about-us/',2474,22,'internal',73,39,NULL,NULL,NULL,NULL,NULL),(1521,'https://point2listing.ca/contact-us/',2474,24,'internal',73,40,NULL,NULL,NULL,NULL,NULL),(1522,'https://point2listing.ca/blog/',2474,NULL,'internal',73,NULL,NULL,NULL,NULL,NULL,NULL),(1523,'https://point2listing.ca/privacy-policy/',2474,2580,'internal',73,86,NULL,NULL,NULL,NULL,NULL),(1524,'https://point2listing.ca/terms-and-conditions/',2474,2595,'internal',73,87,NULL,NULL,NULL,NULL,NULL),(1525,'https://point2listing.ca/digital-marketing/',2474,1909,'internal',73,65,NULL,NULL,NULL,NULL,NULL),(1526,'https://point2listing.ca/seo/',2474,1940,'internal',73,68,NULL,NULL,NULL,NULL,NULL),(1527,'https://point2listing.ca/social-media-marketing/',2474,1972,'internal',73,70,NULL,NULL,NULL,NULL,NULL),(1528,'https://point2listing.ca/lead-generation/',2474,1809,'internal',73,61,NULL,NULL,NULL,NULL,NULL),(1529,'https://point2listing.ca/content-marketing/',2474,1937,'internal',73,67,NULL,NULL,NULL,NULL,NULL),(1530,'https://point2listing.ca/ppc/',2474,1949,'internal',73,69,NULL,NULL,NULL,NULL,NULL),(1531,'https://point2listing.ca/web-development/',2474,1925,'internal',73,66,NULL,NULL,NULL,NULL,NULL),(1532,'https://point2listing.ca/email-marketing/',2474,1975,'internal',73,71,NULL,NULL,NULL,NULL,NULL),(1533,'https://point2listing.ca/wp-content/uploads/2024/08/Point2-Listing-logo-all-brown-300x300.png',2474,1841,'image-in',73,NULL,1080,1080,25938,NULL,NULL),(1534,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',24,NULL,'image-in',40,NULL,NULL,NULL,NULL,NULL,NULL),(1535,'https://point2listing.ca/contact-us/',1809,24,'internal',61,40,NULL,NULL,NULL,NULL,NULL),(1536,'https://point2listing.ca/contact-us/',1809,24,'internal',61,40,NULL,NULL,NULL,NULL,NULL),(1537,'https://point2listing.ca/contact-us/',1809,24,'internal',61,40,NULL,NULL,NULL,NULL,NULL),(1538,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',1809,NULL,'image-in',61,NULL,NULL,NULL,NULL,NULL,NULL),(1539,'https://point2listing.ca/wp-content/uploads/2024/08/Lead-Generation-1-1024x576.webp',1809,2377,'image-in',61,NULL,1080,1920,45710,NULL,NULL),(1541,'https://point2listing.ca/wp-content/uploads/2024/08/Sales-and-revenue.webp',1809,2017,'image-in',61,NULL,64,64,1412,NULL,NULL),(1542,'https://point2listing.ca/wp-content/uploads/2024/08/Efficiency-and-productvity.webp',1809,2016,'image-in',61,NULL,64,64,1392,NULL,NULL),(1543,'https://point2listing.ca/wp-content/uploads/2024/08/Trust-and-creadibity.webp',1809,2019,'image-in',61,NULL,64,64,1692,NULL,NULL),(1544,'https://point2listing.ca/wp-content/uploads/2024/08/Targeted.webp',1809,2018,'image-in',61,NULL,64,64,1526,NULL,NULL),(1545,'https://point2listing.ca/contact-us/',1975,24,'internal',71,40,NULL,NULL,NULL,NULL,NULL),(1546,'https://point2listing.ca/contact-us/',1975,24,'internal',71,40,NULL,NULL,NULL,NULL,NULL),(1547,'https://point2listing.ca/contact-us/',1975,24,'internal',71,40,NULL,NULL,NULL,NULL,NULL),(1548,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',1975,NULL,'image-in',71,NULL,NULL,NULL,NULL,NULL,NULL),(1549,'https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-3-1024x576.webp',1975,2376,'image-in',71,NULL,1080,1920,23618,NULL,NULL),(1551,'https://point2listing.ca/wp-content/uploads/2024/08/Email-campaign-strategy.webp',1975,2063,'image-in',71,NULL,64,64,1450,NULL,NULL),(1552,'https://point2listing.ca/wp-content/uploads/2024/08/Email-list-building.webp',1975,2065,'image-in',71,NULL,64,64,1048,NULL,NULL),(1553,'https://point2listing.ca/wp-content/uploads/2024/08/Email-design-development.webp',1975,2064,'image-in',71,NULL,64,64,1668,NULL,NULL),(1554,'https://point2listing.ca/wp-content/uploads/2024/08/Email-Automation.webp',1975,2062,'image-in',71,NULL,64,64,1002,NULL,NULL),(1556,'https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Email-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow.webp',1975,3134,'image-in',71,NULL,800,800,12288,NULL,NULL),(1557,'https://point2listing.ca/wp-content/uploads/2024/09/Why-Email-Marketing-Is-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp',1975,3135,'image-in',71,NULL,800,800,10104,NULL,NULL),(1558,'https://point2listing.ca/contact-us/',1940,24,'internal',68,40,NULL,NULL,NULL,NULL,NULL),(1559,'https://point2listing.ca/contact-us/',1940,24,'internal',68,40,NULL,NULL,NULL,NULL,NULL),(1560,'https://point2listing.ca/contact-us/',1940,24,'internal',68,40,NULL,NULL,NULL,NULL,NULL),(1561,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',1940,NULL,'image-in',68,NULL,NULL,NULL,NULL,NULL,NULL),(1562,'https://point2listing.ca/wp-content/uploads/2024/08/SEo-3-1024x576.webp',1940,2381,'image-in',68,NULL,1080,1920,33836,NULL,NULL),(1564,'https://point2listing.ca/wp-content/uploads/2024/08/Off-page-seo.webp',1940,2057,'image-in',68,NULL,64,64,936,NULL,NULL),(1565,'https://point2listing.ca/wp-content/uploads/2024/08/Local-seo.webp',1940,2056,'image-in',68,NULL,64,64,1192,NULL,NULL),(1566,'https://point2listing.ca/wp-content/uploads/2024/08/on-page-seo.webp',1940,2058,'image-in',68,NULL,64,64,1168,NULL,NULL),(1567,'https://point2listing.ca/wp-content/uploads/2024/08/Keyword-Research.webp',1940,2055,'image-in',68,NULL,64,64,1414,NULL,NULL),(1569,'https://point2listing.ca/contact-us/',1949,24,'internal',69,40,NULL,NULL,NULL,NULL,NULL),(1570,'https://point2listing.ca/contact-us/',1949,24,'internal',69,40,NULL,NULL,NULL,NULL,NULL),(1571,'https://point2listing.ca/contact-us/',1949,24,'internal',69,40,NULL,NULL,NULL,NULL,NULL),(1572,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',1949,NULL,'image-in',69,NULL,NULL,NULL,NULL,NULL,NULL),(1573,'https://point2listing.ca/wp-content/uploads/2024/08/Ppc-2-1024x576.webp',1949,2378,'image-in',69,NULL,1080,1920,34144,NULL,NULL),(1575,'https://point2listing.ca/wp-content/uploads/2024/08/Increased-online-visibility.webp',1949,2051,'image-in',69,NULL,64,64,1060,NULL,NULL),(1576,'https://point2listing.ca/wp-content/uploads/2024/08/Cost-effective.webp',1949,2050,'image-in',69,NULL,64,64,1340,NULL,NULL),(1577,'https://point2listing.ca/wp-content/uploads/2024/08/Measurable-result.webp',1949,2048,'image-in',69,NULL,64,64,1150,NULL,NULL),(1578,'https://point2listing.ca/wp-content/uploads/2024/08/PPC-strategy-development.webp',1949,2049,'image-in',69,NULL,64,64,1640,NULL,NULL),(1580,'https://point2listing.ca/wp-content/uploads/2024/09/What-Is-PPC-Campaign-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp',1949,3154,'image-in',69,NULL,800,800,13382,NULL,NULL),(1581,'https://point2listing.ca/wp-content/uploads/2024/09/Ppc-important-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp',1949,3153,'image-in',69,NULL,800,800,13868,NULL,NULL),(1582,'https://point2listing.ca/contact-us/',1972,24,'internal',70,40,NULL,NULL,NULL,NULL,NULL),(1583,'https://point2listing.ca/contact-us/',1972,24,'internal',70,40,NULL,NULL,NULL,NULL,NULL),(1584,'https://point2listing.ca/contact-us/',1972,24,'internal',70,40,NULL,NULL,NULL,NULL,NULL),(1585,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',1972,NULL,'image-in',70,NULL,NULL,NULL,NULL,NULL,NULL),(1586,'https://point2listing.ca/wp-content/uploads/2024/08/Social-media-1-1024x576.webp',1972,2382,'image-in',70,NULL,1080,1920,31818,NULL,NULL),(1588,'https://point2listing.ca/wp-content/uploads/2024/08/Social-media-strategy.webp',1972,2069,'image-in',70,NULL,64,64,1620,NULL,NULL),(1589,'https://point2listing.ca/wp-content/uploads/2024/08/Social-media-manegment.webp',1972,2072,'image-in',70,NULL,64,64,1762,NULL,NULL),(1590,'https://point2listing.ca/wp-content/uploads/2024/08/Social-media-audit.webp',1972,2071,'image-in',70,NULL,64,64,1194,NULL,NULL),(1591,'https://point2listing.ca/wp-content/uploads/2024/08/Content-creation-1.webp',1972,2070,'image-in',70,NULL,64,64,904,NULL,NULL),(1592,'https://point2listing.ca/contact-us/',1937,24,'internal',67,40,NULL,NULL,NULL,NULL,NULL),(1593,'https://point2listing.ca/contact-us/',1937,24,'internal',67,40,NULL,NULL,NULL,NULL,NULL),(1594,'https://point2listing.ca/contact-us/',1937,24,'internal',67,40,NULL,NULL,NULL,NULL,NULL),(1595,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',1937,NULL,'image-in',67,NULL,NULL,NULL,NULL,NULL,NULL),(1596,'https://point2listing.ca/wp-content/uploads/2024/08/content-marketing-3-1024x576.webp',1937,2384,'image-in',67,NULL,1080,1920,34324,NULL,NULL),(1598,'https://point2listing.ca/wp-content/uploads/2024/08/Content-promotion.webp',1937,2041,'image-in',67,NULL,64,64,1620,NULL,NULL),(1599,'https://point2listing.ca/wp-content/uploads/2024/08/Content-analytics.webp',1937,2038,'image-in',67,NULL,64,64,806,NULL,NULL),(1600,'https://point2listing.ca/wp-content/uploads/2024/08/Content-creation.webp',1937,2039,'image-in',67,NULL,64,64,1542,NULL,NULL),(1601,'https://point2listing.ca/wp-content/uploads/2024/08/Content-optimization.webp',1937,2040,'image-in',67,NULL,64,64,1266,NULL,NULL),(1603,'https://point2listing.ca/contact-us/',1925,24,'internal',66,40,NULL,NULL,NULL,NULL,NULL),(1604,'https://point2listing.ca/contact-us/',1925,24,'internal',66,40,NULL,NULL,NULL,NULL,NULL),(1605,'https://point2listing.ca/contact-us/',1925,24,'internal',66,40,NULL,NULL,NULL,NULL,NULL),(1606,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',1925,NULL,'image-in',66,NULL,NULL,NULL,NULL,NULL,NULL),(1607,'https://point2listing.ca/wp-content/uploads/2024/08/Web-development-2-1024x576.webp',1925,2383,'image-in',66,NULL,1080,1920,34172,NULL,NULL),(1609,'https://point2listing.ca/wp-content/uploads/2024/08/Mobile-app-development.webp',1925,2033,'image-in',66,NULL,64,64,1362,NULL,NULL),(1610,'https://point2listing.ca/wp-content/uploads/2024/08/Custom-web-application.webp',1925,2031,'image-in',66,NULL,64,64,888,NULL,NULL),(1611,'https://point2listing.ca/wp-content/uploads/2024/08/ecommerce-development.webp',1925,2032,'image-in',66,NULL,64,64,1060,NULL,NULL),(1612,'https://point2listing.ca/wp-content/uploads/2024/08/Website-development.webp',1925,2034,'image-in',66,NULL,64,64,1258,NULL,NULL),(1613,'https://point2listing.ca/contact-us/',1909,24,'internal',65,40,NULL,NULL,NULL,NULL,NULL),(1614,'https://point2listing.ca/contact-us/',1909,24,'internal',65,40,NULL,NULL,NULL,NULL,NULL),(1615,'https://point2listing.ca/contact-us/',1909,24,'internal',65,40,NULL,NULL,NULL,NULL,NULL),(1616,'https://point2listing.ca/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',1909,NULL,'image-in',65,NULL,NULL,NULL,NULL,NULL,NULL),(1619,'https://point2listing.ca/wp-content/uploads/2024/08/seo-2.webp',1909,2027,'image-in',65,NULL,64,64,1164,NULL,NULL),(1620,'https://point2listing.ca/wp-content/uploads/2024/08/Content-marketing-icon.webp',1909,2467,'image-in',65,NULL,64,64,1182,NULL,NULL),(1621,'https://point2listing.ca/wp-content/uploads/2024/08/Social-media-marketing-2.webp',1909,2026,'image-in',65,NULL,64,64,1142,NULL,NULL),(1622,'https://point2listing.ca/wp-content/uploads/2024/08/email-marketing-2.webp',1909,2025,'image-in',65,NULL,64,64,1450,NULL,NULL),(1623,'https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp',10,3172,'image-in',35,NULL,1080,1920,58702,NULL,NULL),(1624,'https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp',10,3166,'image-in',35,NULL,576,1024,38540,NULL,NULL),(1625,'https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp',10,3133,'image-in',35,NULL,1080,1920,23516,NULL,NULL),(1626,'https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp',10,3161,'image-in',35,NULL,1080,1920,51140,NULL,NULL),(1627,'https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Real-Estate-Lead-Generation-scaled-copy-1024x683.webp',1809,1814,'image-in',61,NULL,1707,2560,40770,NULL,NULL),(1628,'https://point2listing.ca/wp-content/uploads/2024/09/what-is-seo-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp',1940,3146,'image-in',68,NULL,800,800,8442,NULL,NULL),(1629,'https://point2listing.ca/wp-content/uploads/2024/09/seo-is-important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp',1940,3145,'image-in',68,NULL,800,800,11340,NULL,NULL),(1630,'https://point2listing.ca/wp-content/uploads/2024/09/What-Is-Social-Media-Marketing-Services-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp',1972,3162,'image-in',70,NULL,800,800,18838,NULL,NULL),(1631,'https://point2listing.ca/wp-content/uploads/2024/09/what-is-content-marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy.webp',1937,3167,'image-in',67,NULL,800,800,16950,NULL,NULL),(1632,'https://point2listing.ca/wp-content/uploads/2024/09/Why-Is-Content-Marketing-Important-scaled-1-qt9gofoq48z8rxebpzn6ltwqdq7n3vxqrk0zr50qio-copy.webp',1937,3168,'image-in',67,NULL,800,800,9330,NULL,NULL),(1633,'https://point2listing.ca/wp-content/uploads/2024/08/What-Is-Web-Development-scaled-copy-1024x683.webp',1925,1929,'image-in',66,NULL,1707,2560,37706,NULL,NULL),(1634,'https://point2listing.ca/wp-content/uploads/2024/09/Digital-marketing-2-1024x576-copy.webp',1909,3180,'image-in',65,NULL,576,1024,21686,NULL,NULL),(1635,'https://point2listing.ca/wp-content/uploads/elementor/thumbs/What-Is-Digital-Marketing-scaled-1-qt9goeqvxexygbfovh8k1c59scc9w6u0ffdi9v24ow-copy-qtilflcdvmf0au66psv9f9q38w88ysova58gmswxts.webp',1909,NULL,'image-in',65,NULL,NULL,NULL,NULL,NULL,NULL),(1636,'https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp',10,3179,'image-in',35,NULL,1080,1920,59132,NULL,NULL),(1637,'https://point2listing.ca/lead-generation/',2732,1809,'internal',89,61,NULL,NULL,NULL,NULL,NULL),(1638,'https://point2listing.ca//lead-generation/',2732,1809,'internal',89,61,NULL,NULL,NULL,NULL,NULL),(1639,'https://point2listing.ca/lead-generation/',2732,1809,'internal',89,61,NULL,NULL,NULL,NULL,NULL),(1640,'https://point2listing.ca/lead-generation/',2732,1809,'internal',89,61,NULL,NULL,NULL,NULL,NULL),(1641,'https://point2listing.ca/digital-marketing/',2732,1909,'internal',89,65,NULL,NULL,NULL,NULL,NULL),(1642,'https://point2listing.ca/digital-marketing/',2732,1909,'internal',89,65,NULL,NULL,NULL,NULL,NULL),(1643,'https://point2listing.ca/digital-marketing/',2732,1909,'internal',89,65,NULL,NULL,NULL,NULL,NULL),(1644,'https://point2listing.ca/digital-marketing/',2732,1909,'internal',89,65,NULL,NULL,NULL,NULL,NULL),(1645,'https://point2listing.ca/web-development/',2732,1925,'internal',89,66,NULL,NULL,NULL,NULL,NULL),(1646,'https://point2listing.ca/web-development/',2732,1925,'internal',89,66,NULL,NULL,NULL,NULL,NULL),(1647,'https://point2listing.ca/web-development/',2732,1925,'internal',89,66,NULL,NULL,NULL,NULL,NULL),(1648,'https://point2listing.ca/web-development/',2732,1925,'internal',89,66,NULL,NULL,NULL,NULL,NULL),(1649,'https://point2listing.ca/content-marketing/',2732,1937,'internal',89,67,NULL,NULL,NULL,NULL,NULL),(1650,'https://point2listing.ca/content-marketing/',2732,1937,'internal',89,67,NULL,NULL,NULL,NULL,NULL),(1651,'https://point2listing.ca/content-marketing/',2732,1937,'internal',89,67,NULL,NULL,NULL,NULL,NULL),(1652,'https://point2listing.ca/content-marketing/',2732,1937,'internal',89,67,NULL,NULL,NULL,NULL,NULL),(1653,'https://point2listing.ca/seo/',2732,1940,'internal',89,68,NULL,NULL,NULL,NULL,NULL),(1654,'https://point2listing.ca/seo/',2732,1940,'internal',89,68,NULL,NULL,NULL,NULL,NULL),(1655,'https://point2listing.ca/seo/',2732,1940,'internal',89,68,NULL,NULL,NULL,NULL,NULL),(1656,'https://point2listing.ca/seo/',2732,1940,'internal',89,68,NULL,NULL,NULL,NULL,NULL),(1657,'https://point2listing.ca/ppc/',2732,1949,'internal',89,69,NULL,NULL,NULL,NULL,NULL),(1658,'https://point2listing.ca/ppc/',2732,1949,'internal',89,69,NULL,NULL,NULL,NULL,NULL),(1659,'https://point2listing.ca/ppc/',2732,1949,'internal',89,69,NULL,NULL,NULL,NULL,NULL),(1660,'https://point2listing.ca/ppc/',2732,1949,'internal',89,69,NULL,NULL,NULL,NULL,NULL),(1661,'https://point2listing.ca/social-media-marketing/',2732,1972,'internal',89,70,NULL,NULL,NULL,NULL,NULL),(1662,'https://point2listing.ca/social-media-marketing/',2732,1972,'internal',89,70,NULL,NULL,NULL,NULL,NULL),(1663,'https://point2listing.ca/social-media-marketing/',2732,1972,'internal',89,70,NULL,NULL,NULL,NULL,NULL),(1664,'https://point2listing.ca/email-marketing/',2732,1975,'internal',89,71,NULL,NULL,NULL,NULL,NULL),(1665,'https://point2listing.ca/email-marketing/',2732,1975,'internal',89,71,NULL,NULL,NULL,NULL,NULL),(1666,'https://point2listing.ca/email-marketing/',2732,1975,'internal',89,71,NULL,NULL,NULL,NULL,NULL),(1667,'https://point2listing.ca/contact-us/',2732,24,'internal',89,40,NULL,NULL,NULL,NULL,NULL),(1668,'https://point2listing.ca/wp-content/uploads/2024/08/lead-generation-1024x576.webp',2732,1764,'image-in',89,NULL,1080,1920,64284,NULL,NULL),(1673,'https://point2listing.ca/wp-content/uploads/2024/08/ppc-advertising-1024x576.webp',2732,1765,'image-in',89,NULL,1080,1920,39682,NULL,NULL),(1675,'https://point2listing.ca/wp-content/uploads/2024/08/Email-marketing-2-1024x576.webp',2732,2132,'image-in',89,NULL,1080,1920,50600,NULL,NULL),(1676,'https://point2listing.ca/wp-content/uploads/2024/09/digital-marketing-1-copy-1024x576.webp',2732,3179,'image-in',89,NULL,1080,1920,59132,NULL,NULL),(1677,'https://point2listing.ca/wp-content/uploads/2024/09/web-development-1-copy-1024x576.webp',2732,3172,'image-in',89,NULL,1080,1920,58702,NULL,NULL),(1678,'https://point2listing.ca/wp-content/uploads/2024/09/Content-marketing-2-1024x576-1-copy.webp',2732,3166,'image-in',89,NULL,576,1024,38540,NULL,NULL),(1679,'https://point2listing.ca/wp-content/uploads/2024/09/seo-1-copy-1024x576.webp',2732,3133,'image-in',89,NULL,1080,1920,23516,NULL,NULL),(1680,'https://point2listing.ca/wp-content/uploads/2024/09/Social-media-copy-1024x576.webp',2732,3161,'image-in',89,NULL,1080,1920,51140,NULL,NULL),(1681,'https://point2listing.ca/wp-content/uploads/2024/08/buy-property-584x438.webp',10,3084,'image-in',35,NULL,960,1440,69768,NULL,NULL),(1684,'https://point2listing.ca/wp-content/uploads/2024/09/Remax-1-150x150.webp',10,NULL,'image-in',35,NULL,NULL,NULL,NULL,NULL,NULL),(1685,'https://point2listing.ca/wp-content/uploads/2024/09/Royal-lpage-1-150x150.webp',10,NULL,'image-in',35,NULL,NULL,NULL,NULL,NULL,NULL),(1686,'https://point2listing.ca/wp-content/uploads/2024/09/sothebys-1-150x150.webp',10,NULL,'image-in',35,NULL,NULL,NULL,NULL,NULL,NULL),(1687,'https://point2listing.ca/wp-content/uploads/2024/09/2reality-1-150x150.webp',10,NULL,'image-in',35,NULL,NULL,NULL,NULL,NULL,NULL),(1688,'https://point2listing.ca/wp-content/uploads/2024/09/CIR-1-150x150.webp',10,NULL,'image-in',35,NULL,NULL,NULL,NULL,NULL,NULL),(1689,'https://point2listing.ca/wp-content/uploads/2024/09/Expo-reality-1-150x150.webp',10,NULL,'image-in',35,NULL,NULL,NULL,NULL,NULL,NULL),(1690,'https://point2listing.ca/wp-content/uploads/2024/09/Homelife-1-150x150.webp',10,NULL,'image-in',35,NULL,NULL,NULL,NULL,NULL,NULL),(1693,'https://point2listing.ca/wp-content/uploads/2024/09/Marketing-1.webp',1809,3338,'image-in',61,NULL,300,500,4830,NULL,NULL),(1694,'https://point2listing.ca/wp-content/uploads/2024/09/Strategies-1.webp',1809,3339,'image-in',61,NULL,300,500,6846,NULL,NULL),(1695,'https://point2listing.ca/',2482,10,'internal',74,35,NULL,NULL,NULL,NULL,NULL),(1696,'https://point2listing.ca/about-us/',2482,22,'internal',74,39,NULL,NULL,NULL,NULL,NULL),(1697,'https://point2listing.ca/service/',2482,2732,'internal',74,89,NULL,NULL,NULL,NULL,NULL),(1698,'https://point2listing.ca/lead-generation/',2482,1809,'internal',74,61,NULL,NULL,NULL,NULL,NULL),(1699,'https://point2listing.ca/seo/',2482,1940,'internal',74,68,NULL,NULL,NULL,NULL,NULL),(1700,'https://point2listing.ca/email-marketing/',2482,1975,'internal',74,71,NULL,NULL,NULL,NULL,NULL),(1701,'https://point2listing.ca/social-media-marketing/',2482,1972,'internal',74,70,NULL,NULL,NULL,NULL,NULL),(1702,'https://point2listing.ca/ppc/',2482,1949,'internal',74,69,NULL,NULL,NULL,NULL,NULL),(1703,'https://point2listing.ca/content-marketing/',2482,1937,'internal',74,67,NULL,NULL,NULL,NULL,NULL),(1704,'https://point2listing.ca/web-development/',2482,1925,'internal',74,66,NULL,NULL,NULL,NULL,NULL),(1705,'https://point2listing.ca/digital-marketing/',2482,1909,'internal',74,65,NULL,NULL,NULL,NULL,NULL),(1706,'https://point2listing.ca/blog/',2482,NULL,'internal',74,NULL,NULL,NULL,NULL,NULL,NULL),(1707,'https://point2listing.ca/contact-us/',2482,24,'internal',74,40,NULL,NULL,NULL,NULL,NULL),(1708,'https://point2listing.ca/',2482,10,'internal',74,35,NULL,NULL,NULL,NULL,NULL),(1709,'https://point2listing.ca/about-us/',2482,22,'internal',74,39,NULL,NULL,NULL,NULL,NULL),(1710,'https://point2listing.ca/service/',2482,2732,'internal',74,89,NULL,NULL,NULL,NULL,NULL),(1711,'https://point2listing.ca/lead-generation/',2482,1809,'internal',74,61,NULL,NULL,NULL,NULL,NULL),(1712,'https://point2listing.ca/seo/',2482,1940,'internal',74,68,NULL,NULL,NULL,NULL,NULL),(1713,'https://point2listing.ca/email-marketing/',2482,1975,'internal',74,71,NULL,NULL,NULL,NULL,NULL),(1714,'https://point2listing.ca/social-media-marketing/',2482,1972,'internal',74,70,NULL,NULL,NULL,NULL,NULL),(1715,'https://point2listing.ca/ppc/',2482,1949,'internal',74,69,NULL,NULL,NULL,NULL,NULL),(1716,'https://point2listing.ca/content-marketing/',2482,1937,'internal',74,67,NULL,NULL,NULL,NULL,NULL),(1717,'https://point2listing.ca/web-development/',2482,1925,'internal',74,66,NULL,NULL,NULL,NULL,NULL),(1718,'https://point2listing.ca/digital-marketing/',2482,1909,'internal',74,65,NULL,NULL,NULL,NULL,NULL),(1719,'https://point2listing.ca/blog/',2482,NULL,'internal',74,NULL,NULL,NULL,NULL,NULL,NULL),(1720,'https://point2listing.ca/contact-us/',2482,24,'internal',74,40,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wpau_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!50112 SET @disable_bulk_load = IF (@is_rocksdb_supported, 'SET SESSION rocksdb_bulk_load = @old_rocksdb_bulk_load', 'SET @dummy_rocksdb_bulk_load = 0') */;
/*!50112 PREPARE s FROM @disable_bulk_load */;
/*!50112 EXECUTE s */;
/*!50112 DEALLOCATE PREPARE s */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2024-09-11  3:17:51
